diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-01a8ecdc-729d-4ad7-9ea8-2c12971703011753434484022-2025_07_25-11.08.10.182/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-01a8ecdc-729d-4ad7-9ea8-2c12971703011753434484022-2025_07_25-11.08.10.182/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..d42b12482d5ba67b96a7abab5608c770a4223566 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-01a8ecdc-729d-4ad7-9ea8-2c12971703011753434484022-2025_07_25-11.08.10.182/source.csv @@ -0,0 +1,12928 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,".gitignore",0,0,"*.pyc\n*.npy\n*.png\n*.gif\n\nwandb_key\ncheckpoints/\nwandb/\n__pycache__/\n",ignore,tab +2,326,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"11:08:10 AM [info] Activating crowd-code\n11:08:10 AM [info] Recording started\n11:08:10 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,378,"TERMINAL",0,0,"",,terminal_focus +4,382,"extension-output-pdoom-org.crowd-code-#1-crowd-code",153,0,"11:08:10 AM [info] Git repository found\n11:08:10 AM [info] Git provider initialized successfully\n11:08:10 AM [info] Initial git state: [object Object]\n",Log,content +5,501,".gitignore",0,0,"",ignore,tab +6,513335,"test.ipynb",0,0,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n",python,tab +7,515152,"test.ipynb",0,0,"",python,tab +8,530139,"test.ipynb",0,0,"nnx.display(model_no_bias)",python,tab +9,532051,"test.ipynb",0,0,"",python,tab +10,536943,"test.ipynb",0,0,"model_no_bias = MyModel(use_bias=False, rngs=rngs)\nmodel_no_bias(dummy_input)\n\nstate_no_bias = nnx.split(model_no_bias)\nnnx.display(state_no_bias)",python,tab +11,551601,"test.ipynb",0,0,"",python,tab +12,1324888,"requirements.txt",0,0,"dm_pix>=0.4.3\neinops>=0.8.0\nflax>=0.8.5\njax[cuda12]>=0.6.2\noptax>=0.2.3\nprocgen>=0.10.7\ntyro>=0.8.5\nwandb>=0.17.4\ngrain>=0.2.10\npre-commit>=4.2.0\narray-record>=0.7.2\ntqdm>=4.67.1",pip-requirements,tab +13,1325715,"requirements.txt",14,0,"",pip-requirements,selection_command +14,1326237,"requirements.txt",0,0,"",pip-requirements,selection_command +15,1473988,"requirements.txt",14,0,"",pip-requirements,selection_command +16,1474241,"requirements.txt",28,0,"",pip-requirements,selection_command +17,1474264,"requirements.txt",40,0,"",pip-requirements,selection_command +18,1474299,"requirements.txt",59,0,"",pip-requirements,selection_command +19,1474449,"requirements.txt",72,0,"",pip-requirements,selection_command +20,1474449,"requirements.txt",88,0,"",pip-requirements,selection_command +21,1474450,"requirements.txt",100,0,"",pip-requirements,selection_command +22,1474450,"requirements.txt",114,0,"",pip-requirements,selection_command +23,1474707,"requirements.txt",100,0,"",pip-requirements,selection_command +24,1474866,"requirements.txt",88,0,"",pip-requirements,selection_command +25,1475335,"requirements.txt",100,0,"",pip-requirements,selection_command +26,1475585,"requirements.txt",114,0,"",pip-requirements,selection_command +27,1475689,"requirements.txt",128,0,"",pip-requirements,selection_command +28,1475689,"requirements.txt",146,0,"",pip-requirements,selection_command +29,1475755,"requirements.txt",166,0,"",pip-requirements,selection_command +30,1476213,"requirements.txt",146,0,"",pip-requirements,selection_command +31,1498241,"requirements.txt",128,0,"",pip-requirements,selection_command +32,1498702,"requirements.txt",114,0,"",pip-requirements,selection_command +33,1499156,"requirements.txt",100,0,"",pip-requirements,selection_command +34,1499566,"requirements.txt",88,0,"",pip-requirements,selection_command +35,1499903,"requirements.txt",72,0,"",pip-requirements,selection_command +36,1501272,"requirements.txt",59,0,"",pip-requirements,selection_command +37,1501423,"requirements.txt",40,0,"",pip-requirements,selection_command +38,1501886,"requirements.txt",28,0,"",pip-requirements,selection_command +39,1502435,"requirements.txt",14,0,"",pip-requirements,selection_command +40,1503040,"requirements.txt",0,0,"",pip-requirements,selection_command +41,1503521,"requirements.txt",14,0,"",pip-requirements,selection_command +42,2327294,"test.ipynb",0,0,"",python,tab +43,2332751,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n """"""Update state and compute metrics""""""\n\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): pass sharding information for restoration onto different topology\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(\n optimizer, replicated_sharding, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +44,2332802,"train_dynamics.py",10218,0,"",python,selection_command +45,2355069,"train_dynamics.py",11856,0,"",python,selection_mouse +46,2990396,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n """"""Update state and compute metrics""""""\n\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): pass sharding information for restoration onto different topology\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(\n optimizer, replicated_sharding, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +47,2990397,"train_dynamics.py",12429,0,"",python,selection_mouse +48,2994419,"train_dynamics.py",0,0,"",python,tab +49,2994421,".gitignore",0,0,"",ignore,tab +50,2995173,".gitignore",55,0,"",ignore,selection_command +51,2995307,".gitignore",48,0,"",ignore,selection_command +52,2995430,".gitignore",35,0,"",ignore,selection_command +53,2995563,".gitignore",25,0,"",ignore,selection_command +54,2995711,".gitignore",24,0,"",ignore,selection_command +55,2995813,".gitignore",18,0,"",ignore,selection_command +56,2996006,".gitignore",23,0,"\n",ignore,content +57,2996171,".gitignore",24,0,"8",ignore,content +58,2996171,".gitignore",25,0,"",ignore,selection_keyboard +59,2996508,".gitignore",24,1,"",ignore,content +60,2996680,".gitignore",24,0,"*",ignore,content +61,2996680,".gitignore",25,0,"",ignore,selection_keyboard +62,2996862,".gitignore",25,0,".",ignore,content +63,2996862,".gitignore",26,0,"",ignore,selection_keyboard +64,2997125,".gitignore",26,0,"a",ignore,content +65,2997125,".gitignore",27,0,"",ignore,selection_keyboard +66,2997197,".gitignore",27,0,"r",ignore,content +67,2997472,".gitignore",28,0,"r",ignore,content +68,2997472,".gitignore",29,0,"",ignore,selection_keyboard +69,2997513,".gitignore",29,0,"a",ignore,content +70,2997513,".gitignore",30,0,"",ignore,selection_keyboard +71,2997821,".gitignore",30,0,"y",ignore,content +72,2997822,".gitignore",31,0,"",ignore,selection_keyboard +73,2999546,".gitignore",31,0,"_",ignore,content +74,2999547,".gitignore",32,0,"",ignore,selection_keyboard +75,2999750,".gitignore",32,0,"r",ignore,content +76,2999751,".gitignore",33,0,"",ignore,selection_keyboard +77,2999805,".gitignore",33,0,"e",ignore,content +78,2999806,".gitignore",34,0,"",ignore,selection_keyboard +79,2999935,".gitignore",34,0,"c",ignore,content +80,2999935,".gitignore",35,0,"",ignore,selection_keyboard +81,3000104,".gitignore",35,0,"o",ignore,content +82,3000104,".gitignore",36,0,"",ignore,selection_keyboard +83,3000110,".gitignore",36,0,"r",ignore,content +84,3000110,".gitignore",37,0,"",ignore,selection_keyboard +85,3000173,".gitignore",37,0,"d",ignore,content +86,3000173,".gitignore",38,0,"",ignore,selection_keyboard +87,3000392,".gitignore",37,0,"",ignore,selection_command +88,3002801,".gitignore",38,0,"\n",ignore,content +89,3003592,".gitignore",39,1,"",ignore,content +90,3003662,".gitignore",40,0,"",ignore,selection_command +91,3003830,".gitignore",50,0,"",ignore,selection_command +92,3003953,".gitignore",63,0,"",ignore,selection_command +93,3004080,".gitignore",70,0,"",ignore,selection_command +94,3004255,".gitignore",82,0,"\n",ignore,content +95,3004368,".gitignore",83,0,"e",ignore,content +96,3004368,".gitignore",84,0,"",ignore,selection_keyboard +97,3004508,".gitignore",84,0,"x",ignore,content +98,3004508,".gitignore",85,0,"",ignore,selection_keyboard +99,3004548,".gitignore",85,0,"p",ignore,content +100,3004548,".gitignore",86,0,"",ignore,selection_keyboard +101,3004986,".gitignore",86,0,"e",ignore,content +102,3004987,".gitignore",87,0,"",ignore,selection_keyboard +103,3005482,".gitignore",87,0,"r",ignore,content +104,3005482,".gitignore",88,0,"",ignore,selection_keyboard +105,3005580,".gitignore",88,0,"i",ignore,content +106,3005580,".gitignore",89,0,"",ignore,selection_keyboard +107,3005616,".gitignore",89,0,"m",ignore,content +108,3005616,".gitignore",90,0,"",ignore,selection_keyboard +109,3005710,".gitignore",90,0,"e",ignore,content +110,3005710,".gitignore",91,0,"",ignore,selection_keyboard +111,3005832,".gitignore",91,0,"n",ignore,content +112,3005833,".gitignore",92,0,"",ignore,selection_keyboard +113,3005977,".gitignore",92,0,"t",ignore,content +114,3005978,".gitignore",93,0,"",ignore,selection_keyboard +115,3006064,".gitignore",93,0,"/",ignore,content +116,3006064,".gitignore",94,0,"",ignore,selection_keyboard +117,3006158,".gitignore",93,0,"",ignore,selection_command +118,3011795,".gitignore",93,0,"s",ignore,content +119,3011795,".gitignore",94,0,"",ignore,selection_keyboard +120,3012000,".gitignore",93,0,"",ignore,selection_command +121,3080411,"README.md",0,0,"

Jafar: A JAX-based Genie Implementation 🧞

\n\n

\n \n \n \n \n

\n\nJafar is a JAX-based implementation of the DeepMind paper ""[Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391)"" (Bruce et al., 2024).\n\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.\n\n

Setup 🧗

\n\nJafar was built with `python 3.10` and `jax 0.4.30`. To install requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nBefore training the models, generate the CoinRun dataset by running:\n\n```bash\npython generate_dataset.py --num_episodes 10000\n```\n\nNote: this is a large dataset (around 100GB) and may take a while to generate.\n\nFor performant distributed training, we additionally preprocess the dataset into `TFRecord`s:\n\n```bash\npython preprocess_dataset.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer and latent action model.\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJafar was built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jafar in your work, please cite us and the original Genie paper as follows:\n\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +122,3080511,"README.md",0,0,"Switched from branch 'flax-nnx-migration' to 'features-in-readme'",markdown,git_branch_checkout +123,3081629,"README.md",67,0,"",markdown,selection_command +124,3081880,"README.md",68,0,"",markdown,selection_command +125,3081903,"README.md",87,0,"",markdown,selection_command +126,3081936,"README.md",154,0,"",markdown,selection_command +127,3081969,"README.md",236,0,"",markdown,selection_command +128,3082002,"README.md",281,0,"",markdown,selection_command +129,3082035,"README.md",366,0,"",markdown,selection_command +130,3082069,"README.md",371,0,"",markdown,selection_command +131,3082101,"README.md",372,0,"",markdown,selection_command +132,3082135,"README.md",533,0,"",markdown,selection_command +133,3082168,"README.md",534,0,"",markdown,selection_command +134,3082202,"README.md",689,0,"",markdown,selection_command +135,3082236,"README.md",690,0,"",markdown,selection_command +136,3096828,"README.md",689,0,"",markdown,selection_command +137,3097014,"README.md",534,0,"",markdown,selection_command +138,3097143,"README.md",533,0,"",markdown,selection_command +139,3097381,"README.md",372,0,"",markdown,selection_command +140,3098571,"README.md",531,0,"",markdown,selection_command +141,3098957,"README.md",372,0,"",markdown,selection_command +142,3137322,"README.md",372,0,"T",markdown,content +143,3137323,"README.md",373,0,"",markdown,selection_keyboard +144,3137453,"README.md",373,0,"h",markdown,content +145,3137453,"README.md",374,0,"",markdown,selection_keyboard +146,3137490,"README.md",374,0,"i",markdown,content +147,3137490,"README.md",375,0,"",markdown,selection_keyboard +148,3137615,"README.md",375,0,"s",markdown,content +149,3137616,"README.md",376,0,"",markdown,selection_keyboard +150,3137646,"README.md",376,0," ",markdown,content +151,3137646,"README.md",377,0,"",markdown,selection_keyboard +152,3137761,"README.md",377,0,"s",markdown,content +153,3137762,"README.md",378,0,"",markdown,selection_keyboard +154,3137894,"README.md",378,0,"a",markdown,content +155,3137894,"README.md",379,0,"",markdown,selection_keyboard +156,3137905,"README.md",379,0," ",markdown,content +157,3137906,"README.md",380,0,"",markdown,selection_keyboard +158,3138463,"README.md",379,1,"",markdown,content +159,3138663,"README.md",378,1,"",markdown,content +160,3138733,"README.md",377,1,"",markdown,content +161,3139331,"README.md",377,0,"i",markdown,content +162,3139331,"README.md",378,0,"",markdown,selection_keyboard +163,3139376,"README.md",378,0,"s",markdown,content +164,3139376,"README.md",379,0,"",markdown,selection_keyboard +165,3139500,"README.md",379,0," ",markdown,content +166,3139500,"README.md",380,0,"",markdown,selection_keyboard +167,3139546,"README.md",380,0,"a",markdown,content +168,3139546,"README.md",381,0,"",markdown,selection_keyboard +169,3139712,"README.md",381,0," ",markdown,content +170,3139712,"README.md",382,0,"",markdown,selection_keyboard +171,3143728,"README.md",382,0,"f",markdown,content +172,3143728,"README.md",383,0,"",markdown,selection_keyboard +173,3143908,"README.md",383,0,"e",markdown,content +174,3143908,"README.md",384,0,"",markdown,selection_keyboard +175,3144047,"README.md",384,0,"a",markdown,content +176,3144047,"README.md",385,0,"",markdown,selection_keyboard +177,3144112,"README.md",385,0,"t",markdown,content +178,3144112,"README.md",386,0,"",markdown,selection_keyboard +179,3144310,"README.md",386,0,"u",markdown,content +180,3144311,"README.md",387,0,"",markdown,selection_keyboard +181,3144342,"README.md",387,0,"r",markdown,content +182,3144342,"README.md",388,0,"",markdown,selection_keyboard +183,3144439,"README.md",388,0,"e",markdown,content +184,3144439,"README.md",389,0,"",markdown,selection_keyboard +185,3144587,"README.md",389,0,"-",markdown,content +186,3144587,"README.md",390,0,"",markdown,selection_keyboard +187,3144808,"README.md",390,0,"c",markdown,content +188,3144808,"README.md",391,0,"",markdown,selection_keyboard +189,3144955,"README.md",391,0,"o",markdown,content +190,3144956,"README.md",392,0,"",markdown,selection_keyboard +191,3144976,"README.md",392,0,"m",markdown,content +192,3144978,"README.md",393,0,"p",markdown,content +193,3144978,"README.md",394,0,"",markdown,selection_keyboard +194,3145100,"README.md",394,0,"l",markdown,content +195,3145100,"README.md",395,0,"",markdown,selection_keyboard +196,3145170,"README.md",395,0,"e",markdown,content +197,3145171,"README.md",396,0,"",markdown,selection_keyboard +198,3145238,"README.md",396,0,"t",markdown,content +199,3145239,"README.md",397,0,"",markdown,selection_keyboard +200,3145352,"README.md",397,0,"e",markdown,content +201,3145352,"README.md",398,0,"",markdown,selection_keyboard +202,3145765,"README.md",390,8,"",markdown,content +203,3146176,"README.md",389,1,"",markdown,content +204,3146693,"README.md",382,7,"",markdown,content +205,3147052,"README.md",382,0,"f",markdown,content +206,3147052,"README.md",383,0,"",markdown,selection_keyboard +207,3147580,"README.md",382,1,"",markdown,content +208,3148693,"README.md",382,0,"f",markdown,content +209,3148693,"README.md",383,0,"",markdown,selection_keyboard +210,3148743,"README.md",383,0,"e",markdown,content +211,3148744,"README.md",384,0,"",markdown,selection_keyboard +212,3148816,"README.md",384,0,"a",markdown,content +213,3148816,"README.md",385,0,"",markdown,selection_keyboard +214,3148936,"README.md",385,0,"t",markdown,content +215,3148936,"README.md",386,0,"",markdown,selection_keyboard +216,3149149,"README.md",386,0,"u",markdown,content +217,3149149,"README.md",387,0,"",markdown,selection_keyboard +218,3149150,"README.md",387,0,"r",markdown,content +219,3149150,"README.md",388,0,"",markdown,selection_keyboard +220,3149211,"README.md",388,0,"e",markdown,content +221,3149211,"README.md",389,0,"",markdown,selection_keyboard +222,3149325,"README.md",389,0," ",markdown,content +223,3149325,"README.md",390,0,"",markdown,selection_keyboard +224,3149814,"README.md",389,1,"",markdown,content +225,3150342,"README.md",389,0,"-",markdown,content +226,3150342,"README.md",390,0,"",markdown,selection_keyboard +227,3150604,"README.md",390,0,"c",markdown,content +228,3150604,"README.md",391,0,"",markdown,selection_keyboard +229,3150722,"README.md",391,0,"o",markdown,content +230,3150722,"README.md",392,0,"",markdown,selection_keyboard +231,3150840,"README.md",392,0,"m",markdown,content +232,3150842,"README.md",393,0,"p",markdown,content +233,3150842,"README.md",394,0,"",markdown,selection_keyboard +234,3150887,"README.md",394,0,"l",markdown,content +235,3150888,"README.md",395,0,"",markdown,selection_keyboard +236,3150965,"README.md",395,0,"e",markdown,content +237,3150965,"README.md",396,0,"",markdown,selection_keyboard +238,3150989,"README.md",396,0,"t",markdown,content +239,3150989,"README.md",397,0,"",markdown,selection_keyboard +240,3151123,"README.md",397,0,"e",markdown,content +241,3151123,"README.md",398,0,"",markdown,selection_keyboard +242,3151251,"README.md",398,0," ",markdown,content +243,3151251,"README.md",399,0,"",markdown,selection_keyboard +244,3151342,"README.md",399,0,"f",markdown,content +245,3151342,"README.md",400,0,"",markdown,selection_keyboard +246,3151475,"README.md",400,0,"o",markdown,content +247,3151476,"README.md",401,0,"",markdown,selection_keyboard +248,3151569,"README.md",401,0,"r",markdown,content +249,3151569,"README.md",402,0,"",markdown,selection_keyboard +250,3151682,"README.md",402,0," ",markdown,content +251,3151682,"README.md",403,0,"",markdown,selection_keyboard +252,3151811,"README.md",403,0,"k",markdown,content +253,3151811,"README.md",404,0,"",markdown,selection_keyboard +254,3151994,"README.md",403,1,"",markdown,content +255,3152119,"README.md",402,1,"",markdown,content +256,3152295,"README.md",402,0,"k",markdown,content +257,3152295,"README.md",403,0,"",markdown,selection_keyboard +258,3152328,"README.md",403,0," ",markdown,content +259,3152328,"README.md",404,0,"",markdown,selection_keyboard +260,3152466,"README.md",404,0,"o",markdown,content +261,3152466,"README.md",405,0,"",markdown,selection_keyboard +262,3152506,"README.md",405,0,"f",markdown,content +263,3152507,"README.md",406,0,"",markdown,selection_keyboard +264,3152588,"README.md",406,0," ",markdown,content +265,3152588,"README.md",407,0,"",markdown,selection_keyboard +266,3152860,"README.md",406,0,"",markdown,selection_command +267,3153742,"README.md",407,0,"",markdown,selection_command +268,3153869,"README.md",413,0,"",markdown,selection_command +269,3154012,"README.md",416,0,"",markdown,selection_command +270,3154302,"README.md",413,0,"",markdown,selection_command +271,3154462,"README.md",413,3,"",markdown,content +272,3154916,"README.md",413,0,"h",markdown,content +273,3154916,"README.md",414,0,"",markdown,selection_keyboard +274,3155360,"README.md",413,1,"",markdown,content +275,3155476,"README.md",412,1,"",markdown,content +276,3155643,"README.md",412,0,",",markdown,content +277,3155643,"README.md",413,0,"",markdown,selection_keyboard +278,3155700,"README.md",413,0," ",markdown,content +279,3155700,"README.md",414,0,"",markdown,selection_keyboard +280,3155758,"README.md",413,0,"",markdown,selection_command +281,3157457,"README.md",566,0,"",markdown,selection_command +282,3157895,"README.md",413,0,"",markdown,selection_command +283,3158333,"README.md",565,0,"",markdown,selection_command +284,3160846,"README.md",564,0,"",markdown,selection_command +285,3161270,"README.md",565,0,"\n",markdown,content +286,3161602,"README.md",566,0,"\n",markdown,content +287,3161925,"README.md",567,0,"T",markdown,content +288,3161925,"README.md",568,0,"",markdown,selection_keyboard +289,3162059,"README.md",568,0,"h",markdown,content +290,3162060,"README.md",569,0,"",markdown,selection_keyboard +291,3162107,"README.md",569,0,"i",markdown,content +292,3162108,"README.md",570,0,"",markdown,selection_keyboard +293,3162141,"README.md",570,0,"s",markdown,content +294,3162141,"README.md",571,0,"",markdown,selection_keyboard +295,3162230,"README.md",571,0," ",markdown,content +296,3162230,"README.md",572,0,"",markdown,selection_keyboard +297,3162317,"README.md",572,0,"r",markdown,content +298,3162317,"README.md",573,0,"",markdown,selection_keyboard +299,3162405,"README.md",573,0,"e",markdown,content +300,3162405,"README.md",574,0,"",markdown,selection_keyboard +301,3162469,"README.md",574,0,"p",markdown,content +302,3162469,"README.md",575,0,"",markdown,selection_keyboard +303,3162562,"README.md",575,0,"o",markdown,content +304,3162562,"README.md",576,0,"",markdown,selection_keyboard +305,3162752,"README.md",576,0,"s",markdown,content +306,3162752,"README.md",577,0,"",markdown,selection_keyboard +307,3162883,"README.md",577,0,"i",markdown,content +308,3162883,"README.md",578,0,"",markdown,selection_keyboard +309,3162947,"README.md",578,0,"t",markdown,content +310,3162947,"README.md",579,0,"",markdown,selection_keyboard +311,3163049,"README.md",579,0,"o",markdown,content +312,3163049,"README.md",580,0,"",markdown,selection_keyboard +313,3163145,"README.md",580,0,"r",markdown,content +314,3163145,"README.md",581,0,"",markdown,selection_keyboard +315,3163239,"README.md",581,0,"y",markdown,content +316,3163239,"README.md",582,0,"",markdown,selection_keyboard +317,3163370,"README.md",582,0," ",markdown,content +318,3163370,"README.md",583,0,"",markdown,selection_keyboard +319,3163597,"README.md",583,0,"e",markdown,content +320,3163597,"README.md",584,0,"",markdown,selection_keyboard +321,3163733,"README.md",584,0,"x",markdown,content +322,3163733,"README.md",585,0,"",markdown,selection_keyboard +323,3163909,"README.md",585,0,"t",markdown,content +324,3163909,"README.md",586,0,"",markdown,selection_keyboard +325,3163955,"README.md",586,0,"e",markdown,content +326,3163956,"README.md",587,0,"",markdown,selection_keyboard +327,3164087,"README.md",587,0,"n",markdown,content +328,3164087,"README.md",588,0,"",markdown,selection_keyboard +329,3164130,"README.md",588,0,"d",markdown,content +330,3164130,"README.md",589,0,"",markdown,selection_keyboard +331,3164186,"README.md",589,0,"s",markdown,content +332,3164187,"README.md",590,0,"",markdown,selection_keyboard +333,3164312,"README.md",590,0," ",markdown,content +334,3164313,"README.md",591,0,"",markdown,selection_keyboard +335,3164501,"README.md",591,0,"j",markdown,content +336,3164501,"README.md",592,0,"",markdown,selection_keyboard +337,3164864,"README.md",591,1,"",markdown,content +338,3165080,"README.md",591,0,"J",markdown,content +339,3165080,"README.md",592,0,"",markdown,selection_keyboard +340,3165486,"README.md",591,1,"",markdown,content +341,3165870,"README.md",591,0,"J",markdown,content +342,3165871,"README.md",592,0,"",markdown,selection_keyboard +343,3166045,"README.md",592,0,"a",markdown,content +344,3166045,"README.md",593,0,"",markdown,selection_keyboard +345,3166108,"README.md",593,0,"f",markdown,content +346,3166108,"README.md",594,0,"",markdown,selection_keyboard +347,3166213,"README.md",594,0,"a",markdown,content +348,3166214,"README.md",595,0,"",markdown,selection_keyboard +349,3166339,"README.md",595,0,"r",markdown,content +350,3166339,"README.md",596,0,"",markdown,selection_keyboard +351,3166440,"README.md",596,0," ",markdown,content +352,3166440,"README.md",597,0,"",markdown,selection_keyboard +353,3167678,"README.md",591,6,"",markdown,content +354,3167817,"README.md",583,8,"",markdown,content +355,3168242,"README.md",583,0,"i",markdown,content +356,3168243,"README.md",584,0,"",markdown,selection_keyboard +357,3168313,"README.md",584,0,"m",markdown,content +358,3168313,"README.md",585,0,"",markdown,selection_keyboard +359,3168374,"README.md",585,0,"p",markdown,content +360,3168374,"README.md",586,0,"",markdown,selection_keyboard +361,3168492,"README.md",586,0,"l",markdown,content +362,3168493,"README.md",587,0,"",markdown,selection_keyboard +363,3168658,"README.md",587,0,"e",markdown,content +364,3168658,"README.md",588,0,"",markdown,selection_keyboard +365,3168701,"README.md",588,0,"m",markdown,content +366,3168701,"README.md",589,0,"",markdown,selection_keyboard +367,3168756,"README.md",589,0,"e",markdown,content +368,3168756,"README.md",590,0,"",markdown,selection_keyboard +369,3168882,"README.md",590,0,"n",markdown,content +370,3168882,"README.md",591,0,"",markdown,selection_keyboard +371,3168960,"README.md",591,0,"t",markdown,content +372,3168961,"README.md",592,0,"",markdown,selection_keyboard +373,3169040,"README.md",592,0,"s",markdown,content +374,3169040,"README.md",593,0,"",markdown,selection_keyboard +375,3169178,"README.md",593,0," ",markdown,content +376,3169179,"README.md",594,0,"",markdown,selection_keyboard +377,3169526,"README.md",594,0,"b",markdown,content +378,3169526,"README.md",595,0,"",markdown,selection_keyboard +379,3169556,"README.md",595,0,"u",markdown,content +380,3169556,"README.md",596,0,"",markdown,selection_keyboard +381,3169618,"README.md",596,0,"g",markdown,content +382,3169618,"README.md",597,0,"",markdown,selection_keyboard +383,3169774,"README.md",597,0,"f",markdown,content +384,3169774,"README.md",598,0,"",markdown,selection_keyboard +385,3169896,"README.md",598,0,"i",markdown,content +386,3169897,"README.md",599,0,"",markdown,selection_keyboard +387,3169939,"README.md",599,0,"x",markdown,content +388,3169939,"README.md",600,0,"",markdown,selection_keyboard +389,3170102,"README.md",600,0,"e",markdown,content +390,3170102,"README.md",601,0,"",markdown,selection_keyboard +391,3170192,"README.md",601,0,"s",markdown,content +392,3170192,"README.md",602,0,"",markdown,selection_keyboard +393,3170365,"README.md",602,0," ",markdown,content +394,3170366,"README.md",603,0,"",markdown,selection_keyboard +395,3170429,"README.md",603,0,"a",markdown,content +396,3170429,"README.md",604,0,"",markdown,selection_keyboard +397,3170551,"README.md",604,0,"n",markdown,content +398,3170551,"README.md",605,0,"",markdown,selection_keyboard +399,3170609,"README.md",605,0,"d",markdown,content +400,3170609,"README.md",606,0,"",markdown,selection_keyboard +401,3170690,"README.md",606,0," ",markdown,content +402,3170690,"README.md",607,0,"",markdown,selection_keyboard +403,3170982,"README.md",607,0,"e",markdown,content +404,3170982,"README.md",608,0,"",markdown,selection_keyboard +405,3171213,"README.md",608,0,"x",markdown,content +406,3171214,"README.md",609,0,"",markdown,selection_keyboard +407,3171361,"README.md",609,0,"t",markdown,content +408,3171361,"README.md",610,0,"",markdown,selection_keyboard +409,3171397,"README.md",610,0,"e",markdown,content +410,3171397,"README.md",611,0,"",markdown,selection_keyboard +411,3171512,"README.md",611,0,"n",markdown,content +412,3171512,"README.md",612,0,"",markdown,selection_keyboard +413,3171602,"README.md",612,0,"d",markdown,content +414,3171602,"README.md",613,0,"",markdown,selection_keyboard +415,3171642,"README.md",613,0,"s",markdown,content +416,3171642,"README.md",614,0,"",markdown,selection_keyboard +417,3171771,"README.md",614,0," ",markdown,content +418,3171771,"README.md",615,0,"",markdown,selection_keyboard +419,3172572,"README.md",615,0,"J",markdown,content +420,3172572,"README.md",616,0,"",markdown,selection_keyboard +421,3172730,"README.md",616,0,"a",markdown,content +422,3172730,"README.md",617,0,"",markdown,selection_keyboard +423,3172789,"README.md",617,0,"f",markdown,content +424,3172789,"README.md",618,0,"",markdown,selection_keyboard +425,3172902,"README.md",618,0,"a",markdown,content +426,3172902,"README.md",619,0,"",markdown,selection_keyboard +427,3172975,"README.md",619,0,"r",markdown,content +428,3172975,"README.md",620,0,"",markdown,selection_keyboard +429,3173093,"README.md",620,0," ",markdown,content +430,3173093,"README.md",621,0,"",markdown,selection_keyboard +431,3173451,"README.md",620,0,"",markdown,selection_command +432,3173572,"README.md",615,0,"",markdown,selection_command +433,3173730,"README.md",607,0,"",markdown,selection_command +434,3173868,"README.md",603,0,"",markdown,selection_command +435,3174006,"README.md",594,0,"",markdown,selection_command +436,3174138,"README.md",583,0,"",markdown,selection_command +437,3174276,"README.md",572,0,"",markdown,selection_command +438,3174381,"README.md",581,0,"",markdown,selection_command +439,3174877,"README.md",572,0,"",markdown,selection_command +440,3175014,"README.md",567,0,"",markdown,selection_command +441,3175309,"README.md",570,0,"",markdown,selection_command +442,3175562,"README.md",581,0,"",markdown,selection_command +443,3175587,"README.md",592,0,"",markdown,selection_command +444,3175624,"README.md",601,0,"",markdown,selection_command +445,3175791,"README.md",605,0,"",markdown,selection_command +446,3176078,"README.md",621,0,"",markdown,selection_command +447,3181403,"README.md",620,1,"",markdown,content +448,3181510,"README.md",619,0,"",markdown,selection_command +449,3182143,"README.md",621,0,"",markdown,selection_command +450,3182263,"README.md",674,0,"",markdown,selection_command +451,3183187,"README.md",622,155,"",markdown,content +452,3183288,"README.md",621,0,"",markdown,selection_command +453,3183423,"README.md",567,0,"",markdown,selection_command +454,3183564,"README.md",566,0,"",markdown,selection_command +455,3183966,"README.md",372,0,"",markdown,selection_command +456,3184178,"README.md",565,0,"\n",markdown,content +457,3184451,"README.md",566,0,"\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.",markdown,content +458,3184468,"README.md",567,0,"",markdown,selection_command +459,3185096,"README.md",722,0,"",markdown,selection_command +460,3185227,"README.md",723,0,"",markdown,selection_command +461,3185444,"README.md",777,0,"",markdown,selection_command +462,3185817,"README.md",777,1,"",markdown,content +463,3185975,"README.md",723,0,"",markdown,selection_command +464,3189886,"README.md",776,0,"",markdown,selection_command +465,3190702,"README.md",776,0," ",markdown,content +466,3190702,"README.md",777,0,"",markdown,selection_keyboard +467,3191176,"README.md",777,0,"u",markdown,content +468,3191176,"README.md",778,0,"",markdown,selection_keyboard +469,3191316,"README.md",778,0,"m",markdown,content +470,3191316,"README.md",779,0,"",markdown,selection_keyboard +471,3191411,"README.md",779,0," ",markdown,content +472,3191411,"README.md",780,0,"",markdown,selection_keyboard +473,3191524,"README.md",780,0,"m",markdown,content +474,3191525,"README.md",781,0,"",markdown,selection_keyboard +475,3191614,"README.md",781,0,"u",markdown,content +476,3191614,"README.md",782,0,"",markdown,selection_keyboard +477,3191749,"README.md",782,0,"l",markdown,content +478,3191749,"README.md",783,0,"",markdown,selection_keyboard +479,3191863,"README.md",783,0,"t",markdown,content +480,3191863,"README.md",784,0,"",markdown,selection_keyboard +481,3191939,"README.md",784,0,"i",markdown,content +482,3191939,"README.md",785,0,"",markdown,selection_keyboard +483,3192363,"README.md",785,0,"d",markdown,content +484,3192363,"README.md",786,0,"",markdown,selection_keyboard +485,3192438,"README.md",786,0,"u",markdown,content +486,3192438,"README.md",787,0,"",markdown,selection_keyboard +487,3192602,"README.md",787,0,"s",markdown,content +488,3192602,"README.md",788,0,"",markdown,selection_keyboard +489,3192941,"README.md",787,1,"",markdown,content +490,3192989,"README.md",787,0,"e",markdown,content +491,3192989,"README.md",788,0,"",markdown,selection_keyboard +492,3193043,"README.md",788,0,"s",markdown,content +493,3193043,"README.md",789,0,"",markdown,selection_keyboard +494,3193110,"README.md",789,0," ",markdown,content +495,3193110,"README.md",790,0,"",markdown,selection_keyboard +496,3193221,"README.md",790,0,"o",markdown,content +497,3193221,"README.md",791,0,"",markdown,selection_keyboard +498,3193281,"README.md",791,0,"f",markdown,content +499,3193281,"README.md",792,0,"",markdown,selection_keyboard +500,3193373,"README.md",792,0," ",markdown,content +501,3193373,"README.md",793,0,"",markdown,selection_keyboard +502,3193621,"README.md",790,3,"",markdown,content +503,3193775,"README.md",780,10,"",markdown,content +504,3193958,"README.md",780,0,"m",markdown,content +505,3193958,"README.md",781,0,"",markdown,selection_keyboard +506,3194146,"README.md",781,0,"u",markdown,content +507,3194147,"README.md",782,0,"",markdown,selection_keyboard +508,3194282,"README.md",782,0,"l",markdown,content +509,3194283,"README.md",783,0,"",markdown,selection_keyboard +510,3194355,"README.md",783,0,"t",markdown,content +511,3194355,"README.md",784,0,"",markdown,selection_keyboard +512,3194643,"README.md",780,4,"",markdown,content +513,3194801,"README.md",777,3,"",markdown,content +514,3196948,"README.md",777,0,"w",markdown,content +515,3196949,"README.md",778,0,"",markdown,selection_keyboard +516,3197044,"README.md",778,0,"i",markdown,content +517,3197044,"README.md",779,0,"",markdown,selection_keyboard +518,3197216,"README.md",779,0,"t",markdown,content +519,3197216,"README.md",780,0,"",markdown,selection_keyboard +520,3197264,"README.md",780,0,"h",markdown,content +521,3197264,"README.md",781,0,"",markdown,selection_keyboard +522,3197382,"README.md",781,0," ",markdown,content +523,3197382,"README.md",782,0,"",markdown,selection_keyboard +524,3201458,"README.md",781,0,"",markdown,selection_command +525,3205415,"README.md",777,0,"",markdown,selection_command +526,3205542,"README.md",771,0,"",markdown,selection_command +527,3205620,"README.md",763,0,"",markdown,selection_command +528,3209282,"README.md",759,0,"",markdown,selection_command +529,3209449,"README.md",750,0,"",markdown,selection_command +530,3209661,"README.md",759,0,"",markdown,selection_command +531,3209923,"README.md",763,0,"",markdown,selection_command +532,3210772,"README.md",763,19,"",markdown,content +533,3210978,"README.md",763,0,"c",markdown,content +534,3210979,"README.md",764,0,"",markdown,selection_keyboard +535,3211086,"README.md",764,0,"o",markdown,content +536,3211086,"README.md",765,0,"",markdown,selection_keyboard +537,3211130,"README.md",765,0,"n",markdown,content +538,3211130,"README.md",766,0,"",markdown,selection_keyboard +539,3211343,"README.md",766,0,"s",markdown,content +540,3211343,"README.md",767,0,"",markdown,selection_keyboard +541,3211479,"README.md",767,0,"i",markdown,content +542,3211479,"README.md",768,0,"",markdown,selection_keyboard +543,3211540,"README.md",768,0,"s",markdown,content +544,3211540,"README.md",769,0,"",markdown,selection_keyboard +545,3211628,"README.md",769,0,"t",markdown,content +546,3211628,"README.md",770,0,"",markdown,selection_keyboard +547,3211761,"README.md",770,0,"u",markdown,content +548,3211762,"README.md",771,0,"",markdown,selection_keyboard +549,3211794,"README.md",771,0,"t",markdown,content +550,3211794,"README.md",772,0,"",markdown,selection_keyboard +551,3211856,"README.md",772,0,"e",markdown,content +552,3211856,"README.md",773,0,"",markdown,selection_keyboard +553,3211923,"README.md",773,0,"s",markdown,content +554,3211923,"README.md",774,0,"",markdown,selection_keyboard +555,3212016,"README.md",774,0," ",markdown,content +556,3212016,"README.md",775,0,"",markdown,selection_keyboard +557,3212162,"README.md",775,0,"a",markdown,content +558,3212162,"README.md",776,0,"",markdown,selection_keyboard +559,3212377,"README.md",776,0," ",markdown,content +560,3212377,"README.md",777,0,"",markdown,selection_keyboard +561,3213006,"README.md",777,0,"s",markdown,content +562,3213006,"README.md",778,0,"",markdown,selection_keyboard +563,3213130,"README.md",778,0,"c",markdown,content +564,3213130,"README.md",779,0,"",markdown,selection_keyboard +565,3213248,"README.md",779,0,"a",markdown,content +566,3213248,"README.md",780,0,"",markdown,selection_keyboard +567,3213248,"README.md",780,0,"l",markdown,content +568,3213248,"README.md",781,0,"",markdown,selection_keyboard +569,3213324,"README.md",781,0,"i",markdown,content +570,3213324,"README.md",782,0,"",markdown,selection_keyboard +571,3213405,"README.md",782,0,"n",markdown,content +572,3213406,"README.md",783,0,"",markdown,selection_keyboard +573,3213571,"README.md",783,0,"g",markdown,content +574,3213571,"README.md",784,0,"",markdown,selection_keyboard +575,3213662,"README.md",784,0,"-",markdown,content +576,3213663,"README.md",785,0,"",markdown,selection_keyboard +577,3213913,"README.md",785,0,"r",markdown,content +578,3213913,"README.md",786,0,"",markdown,selection_keyboard +579,3213991,"README.md",786,0,"e",markdown,content +580,3213991,"README.md",787,0,"",markdown,selection_keyboard +581,3214151,"README.md",787,0,"a",markdown,content +582,3214151,"README.md",788,0,"",markdown,selection_keyboard +583,3214289,"README.md",788,0,"d",markdown,content +584,3214289,"README.md",789,0,"",markdown,selection_keyboard +585,3214355,"README.md",789,0,"y",markdown,content +586,3214355,"README.md",790,0,"",markdown,selection_keyboard +587,3214517,"README.md",790,0," ",markdown,content +588,3214517,"README.md",791,0,"",markdown,selection_keyboard +589,3214694,"README.md",791,0,"f",markdown,content +590,3214694,"README.md",792,0,"",markdown,selection_keyboard +591,3214811,"README.md",792,0,"o",markdown,content +592,3214812,"README.md",793,0,"",markdown,selection_keyboard +593,3214904,"README.md",793,0,"r",markdown,content +594,3214905,"README.md",794,0,"",markdown,selection_keyboard +595,3214954,"README.md",794,0,"e",markdown,content +596,3214954,"README.md",795,0,"",markdown,selection_keyboard +597,3215363,"README.md",794,1,"",markdown,content +598,3215553,"README.md",791,3,"",markdown,content +599,3217130,"README.md",785,6,"",markdown,content +600,3217296,"README.md",784,1,"",markdown,content +601,3217472,"README.md",777,7,"",markdown,content +602,3217633,"README.md",775,2,"",markdown,content +603,3217802,"README.md",763,12,"",markdown,content +604,3217959,"README.md",759,4,"",markdown,content +605,3218349,"README.md",758,1,"",markdown,content +606,3218590,"README.md",758,0,",",markdown,content +607,3218590,"README.md",759,0,"",markdown,selection_keyboard +608,3218816,"README.md",759,0," ",markdown,content +609,3218816,"README.md",760,0,"",markdown,selection_keyboard +610,3220912,"README.md",759,1,"",markdown,content +611,3221103,"README.md",758,1,"",markdown,content +612,3221470,"README.md",758,0," ",markdown,content +613,3221470,"README.md",759,0,"",markdown,selection_keyboard +614,3221628,"README.md",759,0,"a",markdown,content +615,3221628,"README.md",760,0,"",markdown,selection_keyboard +616,3221642,"README.md",760,0,"n",markdown,content +617,3221643,"README.md",761,0,"",markdown,selection_keyboard +618,3221688,"README.md",761,0,"d",markdown,content +619,3221688,"README.md",762,0,"",markdown,selection_keyboard +620,3221791,"README.md",762,0," ",markdown,content +621,3221791,"README.md",763,0,"",markdown,selection_keyboard +622,3221961,"README.md",763,0,"a",markdown,content +623,3221961,"README.md",764,0,"",markdown,selection_keyboard +624,3221984,"README.md",764,0," ",markdown,content +625,3221985,"README.md",765,0,"",markdown,selection_keyboard +626,3222024,"README.md",765,0,"m",markdown,content +627,3222024,"README.md",766,0,"",markdown,selection_keyboard +628,3222261,"README.md",766,0,"l",markdown,content +629,3222262,"README.md",767,0,"",markdown,selection_keyboard +630,3222336,"README.md",767,0,"u",markdown,content +631,3222337,"README.md",768,0,"",markdown,selection_keyboard +632,3222805,"README.md",767,1,"",markdown,content +633,3223010,"README.md",766,1,"",markdown,content +634,3223078,"README.md",766,0,"u",markdown,content +635,3223078,"README.md",767,0,"",markdown,selection_keyboard +636,3223201,"README.md",767,0,"l",markdown,content +637,3223201,"README.md",768,0,"",markdown,selection_keyboard +638,3223283,"README.md",768,0,"t",markdown,content +639,3223283,"README.md",769,0,"",markdown,selection_keyboard +640,3223373,"README.md",769,0,"i",markdown,content +641,3223374,"README.md",770,0,"",markdown,selection_keyboard +642,3223534,"README.md",770,0,"t",markdown,content +643,3223535,"README.md",771,0,"",markdown,selection_keyboard +644,3223841,"README.md",771,0,"u",markdown,content +645,3223841,"README.md",772,0,"",markdown,selection_keyboard +646,3223960,"README.md",772,0,"d",markdown,content +647,3223960,"README.md",773,0,"",markdown,selection_keyboard +648,3224252,"README.md",773,0,"e",markdown,content +649,3224252,"README.md",774,0,"",markdown,selection_keyboard +650,3224288,"README.md",774,0,"s",markdown,content +651,3224288,"README.md",775,0,"",markdown,selection_keyboard +652,3224775,"README.md",774,1,"",markdown,content +653,3224791,"README.md",774,0," ",markdown,content +654,3224791,"README.md",775,0,"",markdown,selection_keyboard +655,3224908,"README.md",775,0,"o",markdown,content +656,3224908,"README.md",776,0,"",markdown,selection_keyboard +657,3225719,"README.md",775,1,"",markdown,content +658,3225854,"README.md",774,1,"",markdown,content +659,3225990,"README.md",773,0,"",markdown,selection_command +660,3226158,"README.md",765,0,"",markdown,selection_command +661,3226263,"README.md",763,0,"",markdown,selection_command +662,3226496,"README.md",763,2,"",markdown,content +663,3226925,"README.md",772,0,"",markdown,selection_command +664,3227207,"README.md",772,0,"s",markdown,content +665,3227207,"README.md",773,0,"",markdown,selection_keyboard +666,3227397,"README.md",773,0," ",markdown,content +667,3227397,"README.md",774,0,"",markdown,selection_keyboard +668,3227467,"README.md",774,0,"o",markdown,content +669,3227467,"README.md",775,0,"",markdown,selection_keyboard +670,3227518,"README.md",775,0,"f",markdown,content +671,3227518,"README.md",776,0,"",markdown,selection_keyboard +672,3227597,"README.md",776,0," ",markdown,content +673,3227597,"README.md",777,0,"",markdown,selection_keyboard +674,3227732,"README.md",777,0,"f",markdown,content +675,3227733,"README.md",778,0,"",markdown,selection_keyboard +676,3227921,"README.md",778,0,"e",markdown,content +677,3227921,"README.md",779,0,"",markdown,selection_keyboard +678,3227985,"README.md",779,0,"a",markdown,content +679,3227985,"README.md",780,0,"",markdown,selection_keyboard +680,3228022,"README.md",780,0,"t",markdown,content +681,3228022,"README.md",781,0,"",markdown,selection_keyboard +682,3228158,"README.md",781,0,"u",markdown,content +683,3228159,"README.md",782,0,"",markdown,selection_keyboard +684,3228255,"README.md",782,0,"r",markdown,content +685,3228255,"README.md",783,0,"",markdown,selection_keyboard +686,3228255,"README.md",783,0,"e",markdown,content +687,3228256,"README.md",784,0,"",markdown,selection_keyboard +688,3228325,"README.md",784,0,"s",markdown,content +689,3228325,"README.md",785,0,"",markdown,selection_keyboard +690,3228809,"README.md",777,8,"",markdown,content +691,3228970,"README.md",777,0,"a",markdown,content +692,3228970,"README.md",778,0,"",markdown,selection_keyboard +693,3228976,"README.md",778,0,"d",markdown,content +694,3228976,"README.md",779,0,"",markdown,selection_keyboard +695,3229132,"README.md",779,0,"d",markdown,content +696,3229132,"README.md",780,0,"",markdown,selection_keyboard +697,3229215,"README.md",780,0,"i",markdown,content +698,3229215,"README.md",781,0,"",markdown,selection_keyboard +699,3229316,"README.md",781,0,"t",markdown,content +700,3229316,"README.md",782,0,"",markdown,selection_keyboard +701,3229372,"README.md",782,0,"i",markdown,content +702,3229372,"README.md",783,0,"",markdown,selection_keyboard +703,3229494,"README.md",783,0,"o",markdown,content +704,3229494,"README.md",784,0,"",markdown,selection_keyboard +705,3229503,"README.md",784,0,"n",markdown,content +706,3229503,"README.md",785,0,"",markdown,selection_keyboard +707,3229589,"README.md",785,0,"a",markdown,content +708,3229589,"README.md",786,0,"",markdown,selection_keyboard +709,3229720,"README.md",786,0,"l",markdown,content +710,3229720,"README.md",787,0,"",markdown,selection_keyboard +711,3229828,"README.md",787,0," ",markdown,content +712,3229828,"README.md",788,0,"",markdown,selection_keyboard +713,3229904,"README.md",788,0,"f",markdown,content +714,3229904,"README.md",789,0,"",markdown,selection_keyboard +715,3230031,"README.md",789,0,"e",markdown,content +716,3230031,"README.md",790,0,"",markdown,selection_keyboard +717,3230542,"README.md",790,0,"a",markdown,content +718,3230542,"README.md",791,0,"",markdown,selection_keyboard +719,3230610,"README.md",791,0,"t",markdown,content +720,3230611,"README.md",792,0,"",markdown,selection_keyboard +721,3230706,"README.md",792,0,"u",markdown,content +722,3230706,"README.md",793,0,"",markdown,selection_keyboard +723,3230771,"README.md",793,0,"r",markdown,content +724,3230771,"README.md",794,0,"",markdown,selection_keyboard +725,3230876,"README.md",794,0,"e",markdown,content +726,3230876,"README.md",795,0,"",markdown,selection_keyboard +727,3230876,"README.md",795,0,"s",markdown,content +728,3230877,"README.md",796,0,"",markdown,selection_keyboard +729,3231777,"README.md",796,0,".",markdown,content +730,3231777,"README.md",797,0,"",markdown,selection_keyboard +731,3232853,"README.md",796,0,"",markdown,selection_command +732,3232975,"README.md",797,0,"\n",markdown,content +733,3233201,"README.md",798,0,"\n",markdown,content +734,3233383,"README.md",799,0,"\n",markdown,content +735,3233709,"README.md",799,1,"",markdown,content +736,3253089,"README.md",800,0,"",markdown,selection_command +737,3253157,"README.md",801,0,"",markdown,selection_command +738,3253766,"README.md",800,0,"",markdown,selection_command +739,3253949,"README.md",799,0,"",markdown,selection_command +740,3254140,"README.md",799,0,"\n

Setup 🧗

",markdown,content +741,3254142,"README.md",800,0,"",markdown,selection_command +742,3254664,"README.md",799,0,"",markdown,selection_command +743,3254997,"README.md",799,1,"",markdown,content +744,3255065,"README.md",800,0,"",markdown,selection_command +745,3255205,"README.md",803,0,"",markdown,selection_command +746,3255339,"README.md",807,0,"",markdown,selection_command +747,3255527,"README.md",809,0,"",markdown,selection_command +748,3255895,"README.md",809,5,"",markdown,content +749,3257312,"README.md",809,0,"o",markdown,content +750,3257313,"README.md",810,0,"",markdown,selection_keyboard +751,3257447,"README.md",810,0,"v",markdown,content +752,3257447,"README.md",811,0,"",markdown,selection_keyboard +753,3257490,"README.md",811,0,"e",markdown,content +754,3257490,"README.md",812,0,"",markdown,selection_keyboard +755,3257618,"README.md",812,0,"r",markdown,content +756,3257619,"README.md",813,0,"",markdown,selection_keyboard +757,3257720,"README.md",813,0,"v",markdown,content +758,3257720,"README.md",814,0,"",markdown,selection_keyboard +759,3257810,"README.md",814,0,"i",markdown,content +760,3257810,"README.md",815,0,"",markdown,selection_keyboard +761,3257858,"README.md",815,0,"e",markdown,content +762,3257858,"README.md",816,0,"",markdown,selection_keyboard +763,3257912,"README.md",816,0,"w",markdown,content +764,3257912,"README.md",817,0,"",markdown,selection_keyboard +765,3258143,"README.md",816,0,"",markdown,selection_command +766,3258669,"README.md",817,0,"",markdown,selection_command +767,3258858,"README.md",819,0,"",markdown,selection_command +768,3258945,"README.md",821,0,"",markdown,selection_command +769,3259075,"README.md",823,0,"",markdown,selection_command +770,3259380,"README.md",828,0,"",markdown,selection_command +771,3259624,"README.md",823,0,"",markdown,selection_command +772,3260239,"README.md",823,5,"",markdown,content +773,3260428,"README.md",823,0,"o",markdown,content +774,3260428,"README.md",824,0,"",markdown,selection_keyboard +775,3260455,"README.md",824,0,"v",markdown,content +776,3260455,"README.md",825,0,"",markdown,selection_keyboard +777,3260600,"README.md",825,0,"e",markdown,content +778,3260600,"README.md",826,0,"",markdown,selection_keyboard +779,3260647,"README.md",826,0,"r",markdown,content +780,3260647,"README.md",827,0,"",markdown,selection_keyboard +781,3260824,"README.md",827,0,"v",markdown,content +782,3260825,"README.md",828,0,"",markdown,selection_keyboard +783,3260953,"README.md",828,0,"i",markdown,content +784,3260953,"README.md",829,0,"",markdown,selection_keyboard +785,3260988,"README.md",829,0,"e",markdown,content +786,3260988,"README.md",830,0,"",markdown,selection_keyboard +787,3261015,"README.md",830,0,"w",markdown,content +788,3261015,"README.md",831,0,"",markdown,selection_keyboard +789,3261710,"README.md",830,0,"",markdown,selection_command +790,3262001,"README.md",831,0,"",markdown,selection_command +791,3262106,"README.md",833,0,"",markdown,selection_command +792,3262563,"README.md",833,5,"",markdown,content +793,3262860,"README.md",833,0,"O",markdown,content +794,3262860,"README.md",834,0,"",markdown,selection_keyboard +795,3263049,"README.md",834,0,"v",markdown,content +796,3263050,"README.md",835,0,"",markdown,selection_keyboard +797,3263103,"README.md",835,0,"e",markdown,content +798,3263103,"README.md",836,0,"",markdown,selection_keyboard +799,3263175,"README.md",836,0,"r",markdown,content +800,3263175,"README.md",837,0,"",markdown,selection_keyboard +801,3263382,"README.md",837,0,"v",markdown,content +802,3263382,"README.md",838,0,"",markdown,selection_keyboard +803,3263485,"README.md",838,0,"i",markdown,content +804,3263485,"README.md",839,0,"",markdown,selection_keyboard +805,3263577,"README.md",839,0,"e",markdown,content +806,3263577,"README.md",840,0,"",markdown,selection_keyboard +807,3263578,"README.md",840,0,"w",markdown,content +808,3263578,"README.md",841,0,"",markdown,selection_keyboard +809,3263796,"README.md",840,0,"",markdown,selection_command +810,3263940,"README.md",841,0,"",markdown,selection_command +811,3264159,"README.md",842,0,"",markdown,selection_command +812,3267055,"README.md",841,0,"",markdown,selection_command +813,3267246,"README.md",841,1,"",markdown,content +814,3267329,"README.md",841,2,"",markdown,content +815,3268698,"README.md",841,1,"",markdown,content +816,3269182,"README.md",847,0,"",markdown,selection_command +817,3269344,"README.md",889,0,"",markdown,selection_command +818,3269532,"README.md",888,0,"",markdown,selection_command +819,3269782,"README.md",887,0,"",markdown,selection_command +820,3269866,"README.md",886,0,"",markdown,selection_command +821,3269866,"README.md",885,0,"",markdown,selection_command +822,3269870,"README.md",884,0,"",markdown,selection_command +823,3269997,"README.md",882,0,"",markdown,selection_command +824,3270275,"README.md",884,0,"",markdown,selection_command +825,3270459,"README.md",885,0,"",markdown,selection_command +826,3270495,"README.md",847,0,"",markdown,selection_command +827,3270760,"README.md",836,0,"",markdown,selection_command +828,3270927,"README.md",798,0,"",markdown,selection_command +829,3271251,"README.md",836,0,"",markdown,selection_command +830,3272489,"README.md",846,0,"\n",markdown,content +831,3279835,"README.md",847,0,"Distributed checkpointing & loading\nalso onto a different hardware topology (e.g. initial training on 1 node --> reinitialization onto 4 nodes)\nAsynchronous checkpointing\nOptimized dataloading (each GPU loads its shard in parallel)\nModel+optimizer states+dataloader checkpointing (just resume your training run and everything is taken care of)\nFull reproducibility with exact training curves (seeded dataloading + training)\nAutomatic checkpoint management (automatic deletion/retention according to specified retention policy)\nMixed precision (with correct full precision casting, e.g. before softmax')\nFlash attention (from cudnn, which is more optimized than Tri Dao's)\nint8-quantization is on the roadmap (via https://github.com/google/aqt)\nKV caching for inference of causal Transformer (still in PR)\nCurrently working on KV cache resets for accelerated spatiotemporal attention (I don't think this has ever been done before in the open)\nActivation checkpointing (even onto host memory if desired)\nDistributed Data parallelism (changing to FSDP requires changing one line of code)\nwandb, cli and tensorboard logging (tb logging still in PR)\nJust-in-time compiled train step\nCosine/ WSD learning rate schedules (no need to retrain if you realize that you want to train for longer)\nIndex shuffling during dataloading (doesn't require loading the dataset into memory for shuffling)\n'google-native' stack\nhttps://github.com/google/orbax for checkpointing\nhttps://github.com/google/grain for dataloading\nhttps://github.com/google-deepmind/dm_pix for image manipulation\nhttps://github.com/google/array_record as the data format\nessentially, no other dependencies\nI am currently working on migrating to the new flax.nnx API, after which we will also have:\nsignificantly less boilerplate\neasy model surgery\nmodel inspection\n",markdown,content +832,3282744,"README.md",2650,0,"",markdown,selection_command +833,3282993,"README.md",2631,0,"",markdown,selection_command +834,3283025,"README.md",2600,0,"",markdown,selection_command +835,3283053,"README.md",2508,0,"",markdown,selection_command +836,3283080,"README.md",2473,0,"",markdown,selection_command +837,3283109,"README.md",2415,0,"",markdown,selection_command +838,3283144,"README.md",2350,0,"",markdown,selection_command +839,3283177,"README.md",2302,0,"",markdown,selection_command +840,3283211,"README.md",2252,0,"",markdown,selection_command +841,3283245,"README.md",2230,0,"",markdown,selection_command +842,3283278,"README.md",2131,0,"",markdown,selection_command +843,3283311,"README.md",2025,0,"",markdown,selection_command +844,3283345,"README.md",1992,0,"",markdown,selection_command +845,3283380,"README.md",1932,0,"",markdown,selection_command +846,3283415,"README.md",1849,0,"",markdown,selection_command +847,3283458,"README.md",1789,0,"",markdown,selection_command +848,3283481,"README.md",1652,0,"",markdown,selection_command +849,3283513,"README.md",1591,0,"",markdown,selection_command +850,3283548,"README.md",1519,0,"",markdown,selection_command +851,3283587,"README.md",1450,0,"",markdown,selection_command +852,3283622,"README.md",1374,0,"",markdown,selection_command +853,3283653,"README.md",1271,0,"",markdown,selection_command +854,3283685,"README.md",1191,0,"",markdown,selection_command +855,3283719,"README.md",1079,0,"",markdown,selection_command +856,3283752,"README.md",1018,0,"",markdown,selection_command +857,3283786,"README.md",991,0,"",markdown,selection_command +858,3283907,"README.md",883,0,"",markdown,selection_command +859,3284080,"README.md",847,0,"",markdown,selection_command +860,3284428,"README.md",847,1,"D",markdown,selection_command +861,3284558,"README.md",847,1,"D",markdown,selection_command +862,3284813,"README.md",847,1,"D",markdown,selection_command +863,3284846,"README.md",847,1,"D",markdown,selection_command +864,3284870,"README.md",847,1,"D",markdown,selection_command +865,3284904,"README.md",847,1,"D",markdown,selection_command +866,3284937,"README.md",847,1,"D",markdown,selection_command +867,3284970,"README.md",847,1,"D",markdown,selection_command +868,3285006,"README.md",847,1,"D",markdown,selection_command +869,3285036,"README.md",847,1,"D",markdown,selection_command +870,3285071,"README.md",847,1,"D",markdown,selection_command +871,3285105,"README.md",847,1,"D",markdown,selection_command +872,3285187,"README.md",847,1,"D",markdown,selection_command +873,3285188,"README.md",847,1,"D",markdown,selection_command +874,3285216,"README.md",847,1,"D",markdown,selection_command +875,3285235,"README.md",847,1,"D",markdown,selection_command +876,3285273,"README.md",847,1,"D",markdown,selection_command +877,3285303,"README.md",847,1,"D",markdown,selection_command +878,3285335,"README.md",847,1,"D",markdown,selection_command +879,3285368,"README.md",847,1,"D",markdown,selection_command +880,3285402,"README.md",847,1,"D",markdown,selection_command +881,3285441,"README.md",847,1,"D",markdown,selection_command +882,3285469,"README.md",847,1,"D",markdown,selection_command +883,3285507,"README.md",847,1,"D",markdown,selection_command +884,3285535,"README.md",847,1,"D",markdown,selection_command +885,3285569,"README.md",847,1,"D",markdown,selection_command +886,3285605,"README.md",847,1,"D",markdown,selection_command +887,3285637,"README.md",847,1,"D",markdown,selection_command +888,3285676,"README.md",847,1,"D",markdown,selection_command +889,3285975,"README.md",847,1,"D",markdown,selection_command +890,3286196,"README.md",847,1,"D",markdown,selection_command +891,3286358,"README.md",847,1,"D",markdown,selection_command +892,3286835,"README.md",847,0,"",markdown,selection_command +893,3287216,"README.md",2650,0,"-",markdown,content +894,3287216,"README.md",2631,0,"-",markdown,content +895,3287216,"README.md",2600,0,"-",markdown,content +896,3287216,"README.md",2508,0,"-",markdown,content +897,3287216,"README.md",2473,0,"-",markdown,content +898,3287216,"README.md",2415,0,"-",markdown,content +899,3287216,"README.md",2350,0,"-",markdown,content +900,3287216,"README.md",2302,0,"-",markdown,content +901,3287216,"README.md",2252,0,"-",markdown,content +902,3287216,"README.md",2230,0,"-",markdown,content +903,3287216,"README.md",2131,0,"-",markdown,content +904,3287216,"README.md",2025,0,"-",markdown,content +905,3287216,"README.md",1992,0,"-",markdown,content +906,3287216,"README.md",1932,0,"-",markdown,content +907,3287216,"README.md",1849,0,"-",markdown,content +908,3287216,"README.md",1789,0,"-",markdown,content +909,3287216,"README.md",1652,0,"-",markdown,content +910,3287216,"README.md",1591,0,"-",markdown,content +911,3287216,"README.md",1519,0,"-",markdown,content +912,3287216,"README.md",1450,0,"-",markdown,content +913,3287216,"README.md",1374,0,"-",markdown,content +914,3287216,"README.md",1271,0,"-",markdown,content +915,3287216,"README.md",1191,0,"-",markdown,content +916,3287216,"README.md",1079,0,"-",markdown,content +917,3287216,"README.md",1018,0,"-",markdown,content +918,3287216,"README.md",991,0,"-",markdown,content +919,3287216,"README.md",883,0,"-",markdown,content +920,3287216,"README.md",847,0,"-",markdown,content +921,3287216,"README.md",848,0,"",markdown,selection_keyboard +922,3287329,"README.md",2678,0," ",markdown,content +923,3287329,"README.md",2658,0," ",markdown,content +924,3287330,"README.md",2626,0," ",markdown,content +925,3287330,"README.md",2533,0," ",markdown,content +926,3287330,"README.md",2497,0," ",markdown,content +927,3287330,"README.md",2438,0," ",markdown,content +928,3287330,"README.md",2372,0," ",markdown,content +929,3287330,"README.md",2323,0," ",markdown,content +930,3287330,"README.md",2272,0," ",markdown,content +931,3287330,"README.md",2249,0," ",markdown,content +932,3287330,"README.md",2149,0," ",markdown,content +933,3287330,"README.md",2042,0," ",markdown,content +934,3287330,"README.md",2008,0," ",markdown,content +935,3287330,"README.md",1947,0," ",markdown,content +936,3287330,"README.md",1863,0," ",markdown,content +937,3287330,"README.md",1802,0," ",markdown,content +938,3287330,"README.md",1664,0," ",markdown,content +939,3287330,"README.md",1602,0," ",markdown,content +940,3287330,"README.md",1529,0," ",markdown,content +941,3287330,"README.md",1459,0," ",markdown,content +942,3287330,"README.md",1382,0," ",markdown,content +943,3287330,"README.md",1278,0," ",markdown,content +944,3287330,"README.md",1197,0," ",markdown,content +945,3287330,"README.md",1084,0," ",markdown,content +946,3287330,"README.md",1022,0," ",markdown,content +947,3287330,"README.md",994,0," ",markdown,content +948,3287330,"README.md",885,0," ",markdown,content +949,3287330,"README.md",848,0," ",markdown,content +950,3287330,"README.md",849,0,"",markdown,selection_keyboard +951,3287531,"README.md",848,0,"",markdown,selection_command +952,3288082,"README.md",849,0,"",markdown,selection_command +953,3288372,"README.md",887,0,"",markdown,selection_command +954,3289157,"README.md",887,0," ",markdown,content +955,3289805,"README.md",888,1,"",markdown,content +956,3289882,"README.md",887,1,"",markdown,content +957,3290897,"README.md",886,0,"",markdown,selection_command +958,3291213,"README.md",885,0,"",markdown,selection_command +959,3293594,"README.md",885,0," ",markdown,content +960,3294000,"README.md",888,0,"",markdown,selection_command +961,3294315,"README.md",1002,0,"",markdown,selection_command +962,3294463,"README.md",1031,0,"",markdown,selection_command +963,3295496,"README.md",1094,0,"",markdown,selection_command +964,3298108,"README.md",1208,0,"",markdown,selection_command +965,3298358,"README.md",1290,0,"",markdown,selection_command +966,3298390,"README.md",1395,0,"",markdown,selection_command +967,3298423,"README.md",1473,0,"",markdown,selection_command +968,3298457,"README.md",1544,0,"",markdown,selection_command +969,3298491,"README.md",1618,0,"",markdown,selection_command +970,3298523,"README.md",1681,0,"",markdown,selection_command +971,3298558,"README.md",1820,0,"",markdown,selection_command +972,3298592,"README.md",1882,0,"",markdown,selection_command +973,3298625,"README.md",1967,0,"",markdown,selection_command +974,3298659,"README.md",2029,0,"",markdown,selection_command +975,3298796,"README.md",2064,0,"",markdown,selection_command +976,3298959,"README.md",2172,0,"",markdown,selection_command +977,3299111,"README.md",2273,0,"",markdown,selection_command +978,3299264,"README.md",2297,0,"",markdown,selection_command +979,3299764,"README.md",2294,0,"",markdown,selection_command +980,3300156,"README.md",2294,1,"-",markdown,selection_command +981,3300245,"README.md",2294,1,"-",markdown,selection_command +982,3300415,"README.md",2294,1,"-",markdown,selection_command +983,3300561,"README.md",2294,1,"-",markdown,selection_command +984,3301080,"README.md",2294,0,"",markdown,selection_command +985,3301345,"README.md",2463,0," ",markdown,content +986,3301345,"README.md",2396,0," ",markdown,content +987,3301345,"README.md",2346,0," ",markdown,content +988,3301345,"README.md",2294,0," ",markdown,content +989,3301346,"README.md",2295,0,"",markdown,selection_keyboard +990,3301732,"README.md",2466,1,"",markdown,content +991,3301732,"README.md",2398,1,"",markdown,content +992,3301732,"README.md",2347,1,"",markdown,content +993,3301732,"README.md",2294,1,"",markdown,content +994,3301825,"README.md",2463,0," ",markdown,content +995,3301825,"README.md",2396,0," ",markdown,content +996,3301825,"README.md",2346,0," ",markdown,content +997,3301825,"README.md",2294,0," ",markdown,content +998,3302149,"README.md",2297,0,"",markdown,selection_command +999,3305710,"README.md",2273,0,"",markdown,selection_command +1000,3305959,"README.md",2172,0,"",markdown,selection_command +1001,3306046,"README.md",2064,0,"",markdown,selection_command +1002,3306063,"README.md",2029,0,"",markdown,selection_command +1003,3306079,"README.md",1967,0,"",markdown,selection_command +1004,3306093,"README.md",1882,0,"",markdown,selection_command +1005,3306125,"README.md",1820,0,"",markdown,selection_command +1006,3306258,"README.md",1681,0,"",markdown,selection_command +1007,3306570,"README.md",1678,0,"",markdown,selection_command +1008,3307619,"README.md",1678,0," ",markdown,content +1009,3307733,"README.md",1681,0,"",markdown,selection_command +1010,3315144,"README.md",1824,0,"",markdown,selection_command +1011,3315380,"README.md",1886,0,"",markdown,selection_command +1012,3315485,"README.md",1971,0,"",markdown,selection_command +1013,3315486,"README.md",2033,0,"",markdown,selection_command +1014,3315486,"README.md",2068,0,"",markdown,selection_command +1015,3315508,"README.md",2176,0,"",markdown,selection_command +1016,3315543,"README.md",2277,0,"",markdown,selection_command +1017,3315575,"README.md",2301,0,"",markdown,selection_command +1018,3315609,"README.md",2357,0,"",markdown,selection_command +1019,3315643,"README.md",2411,0,"",markdown,selection_command +1020,3315675,"README.md",2482,0,"",markdown,selection_command +1021,3315711,"README.md",2546,0,"",markdown,selection_command +1022,3315819,"README.md",2583,0,"",markdown,selection_command +1023,3315819,"README.md",2677,0,"",markdown,selection_command +1024,3315819,"README.md",2710,0,"",markdown,selection_command +1025,3316010,"README.md",2731,0,"",markdown,selection_command +1026,3316147,"README.md",2747,0,"",markdown,selection_command +1027,3316869,"README.md",2747,1,"",markdown,content +1028,3317110,"README.md",2728,0,"",markdown,selection_command +1029,3329977,"README.md",0,0,"

Jafar: A JAX-based Genie Implementation 🧞

\n\n

\n \n \n \n \n

\n\nThis is a feature-complete fork of Jafar, a JAX-based implementation of the DeepMind paper ""[Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391)"" (Bruce et al., 2024).\n\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.\n\nThis repository implements bugfixes and multitudes of additional features.\n\n

Overview

\n- Distributed checkpointing & loading\n - also onto a different hardware topology (e.g. initial training on 1 node --> reinitialization onto 4 nodes)\n- Asynchronous checkpointing\n- Optimized dataloading (each GPU loads its shard in parallel)\n- Model+optimizer states+dataloader checkpointing (just resume your training run and everything is taken care of)\n- Full reproducibility with exact training curves (seeded dataloading + training)\n- Automatic checkpoint management (automatic deletion/retention according to specified retention policy)\n- Mixed precision (with correct full precision casting, e.g. before softmax')\n- Flash attention (from cudnn, which is more optimized than Tri Dao's)\n- int8-quantization is on the roadmap (via https://github.com/google/aqt)\n- KV caching for inference of causal Transformer (still in PR)\n - Currently working on KV cache resets for accelerated spatiotemporal attention (I don't think this has ever been done before in the open)\n- Activation checkpointing (even onto host memory if desired)\n- Distributed Data parallelism (changing to FSDP requires changing one line of code)\n- wandb, cli and tensorboard logging (tb logging still in PR)\n- Just-in-time compiled train step\n- Cosine/ WSD learning rate schedules (no need to retrain if you realize that you want to train for longer)\n- Index shuffling during dataloading (doesn't require loading the dataset into memory for shuffling)\n- 'google-native' stack\n - https://github.com/google/orbax for checkpointing\n - https://github.com/google/grain for dataloading\n - https://github.com/google-deepmind/dm_pix for image manipulation\n - https://github.com/google/array_record as the data format\n- essentially, no other dependencies\n- I am currently working on migrating to the new flax.nnx API, after which we will also have:\n- significantly less boilerplate\n- easy model surgery\n- model inspection\n\n

Setup 🧗

\n\nJafar was built with `python 3.10` and `jax 0.4.30`. To install requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nBefore training the models, generate the CoinRun dataset by running:\n\n```bash\npython generate_dataset.py --num_episodes 10000\n```\n\nNote: this is a large dataset (around 100GB) and may take a while to generate.\n\nFor performant distributed training, we additionally preprocess the dataset into `TFRecord`s:\n\n```bash\npython preprocess_dataset.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer and latent action model.\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJafar was built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jafar in your work, please cite us and the original Genie paper as follows:\n\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +1030,3331090,"README.md",2707,0,"",markdown,selection_command +1031,3331345,"README.md",2674,0,"",markdown,selection_command +1032,3331373,"README.md",2580,0,"",markdown,selection_command +1033,3331396,"README.md",2543,0,"",markdown,selection_command +1034,3331428,"README.md",2479,0,"",markdown,selection_command +1035,3331546,"README.md",2408,0,"",markdown,selection_command +1036,3331546,"README.md",2354,0,"",markdown,selection_command +1037,3331547,"README.md",2298,0,"",markdown,selection_command +1038,3331564,"README.md",2274,0,"",markdown,selection_command +1039,3331597,"README.md",2173,0,"",markdown,selection_command +1040,3331636,"README.md",2065,0,"",markdown,selection_command +1041,3331669,"README.md",2030,0,"",markdown,selection_command +1042,3331703,"README.md",1968,0,"",markdown,selection_command +1043,3331735,"README.md",1883,0,"",markdown,selection_command +1044,3331769,"README.md",1821,0,"",markdown,selection_command +1045,3331802,"README.md",1678,0,"",markdown,selection_command +1046,3331835,"README.md",1615,0,"",markdown,selection_command +1047,3331869,"README.md",1541,0,"",markdown,selection_command +1048,3331901,"README.md",1470,0,"",markdown,selection_command +1049,3331936,"README.md",1392,0,"",markdown,selection_command +1050,3331967,"README.md",1287,0,"",markdown,selection_command +1051,3332070,"README.md",1205,0,"",markdown,selection_command +1052,3332071,"README.md",1091,0,"",markdown,selection_command +1053,3332071,"README.md",1028,0,"",markdown,selection_command +1054,3332100,"README.md",999,0,"",markdown,selection_command +1055,3332134,"README.md",885,0,"",markdown,selection_command +1056,3332307,"README.md",847,0,"",markdown,selection_command +1057,3341728,"README.md",885,0,"",markdown,selection_command +1058,3342349,"README.md",999,0,"",markdown,selection_command +1059,3343328,"README.md",1027,0,"\n",markdown,content +1060,3350832,"README.md",0,0,"",markdown,tab +1061,3351364,"README.md",999,0,"",markdown,selection_command +1062,3351578,"README.md",1028,0,"",markdown,selection_command +1063,3351920,"README.md",1028,1,"",markdown,content +1064,3352067,"README.md",999,0,"",markdown,selection_command +1065,3352218,"README.md",885,0,"",markdown,selection_command +1066,3352356,"README.md",847,0,"",markdown,selection_command +1067,3352511,"README.md",799,0,"",markdown,selection_command +1068,3352732,"README.md",846,0,"\n",markdown,content +1069,3364512,"README.md",0,0,"",markdown,tab +1070,3365701,"README.md",2583,0,"",markdown,selection_command +1071,3366282,"README.md",2583,1,"I",markdown,selection_command +1072,3366328,"README.md",2583,4,"I am",markdown,selection_command +1073,3366495,"README.md",2583,14,"I am currently",markdown,selection_command +1074,3367026,"README.md",2583,6,"I am c",markdown,selection_command +1075,3367159,"README.md",2583,3,"I a",markdown,selection_command +1076,3367445,"README.md",2583,4,"I am",markdown,selection_command +1077,3367699,"README.md",2583,4,"",markdown,content +1078,3368027,"README.md",2583,0,"W",markdown,content +1079,3368027,"README.md",2584,0,"",markdown,selection_keyboard +1080,3368333,"README.md",2584,0,"e",markdown,content +1081,3368333,"README.md",2585,0,"",markdown,selection_keyboard +1082,3368483,"README.md",2585,0," ",markdown,content +1083,3368483,"README.md",2586,0,"",markdown,selection_keyboard +1084,3368556,"README.md",2586,0,"a",markdown,content +1085,3368556,"README.md",2587,0,"",markdown,selection_keyboard +1086,3368610,"README.md",2587,0,"r",markdown,content +1087,3368610,"README.md",2588,0,"",markdown,selection_keyboard +1088,3368701,"README.md",2588,0,"e",markdown,content +1089,3368701,"README.md",2589,0,"",markdown,selection_keyboard +1090,3368909,"README.md",2588,0,"",markdown,selection_command +1091,3369880,"README.md",2684,0,"",markdown,selection_command +1092,3370106,"README.md",2677,0,"",markdown,selection_command +1093,3370513,"README.md",2677,1,"-",markdown,selection_command +1094,3370980,"README.md",2677,1,"-",markdown,selection_command +1095,3371098,"README.md",2677,1,"-",markdown,selection_command +1096,3371325,"README.md",2677,0,"",markdown,selection_command +1097,3372036,"README.md",2731,0," ",markdown,content +1098,3372036,"README.md",2710,0," ",markdown,content +1099,3372036,"README.md",2677,0," ",markdown,content +1100,3372207,"README.md",2680,0,"",markdown,selection_command +1101,3397669,"README.md",0,0,"",markdown,tab +1102,3398290,"README.md",2584,0,"",markdown,selection_command +1103,3398551,"README.md",2547,0,"",markdown,selection_command +1104,3398573,"README.md",2483,0,"",markdown,selection_command +1105,3398603,"README.md",2412,0,"",markdown,selection_command +1106,3398715,"README.md",2358,0,"",markdown,selection_command +1107,3398715,"README.md",2302,0,"",markdown,selection_command +1108,3398716,"README.md",2278,0,"",markdown,selection_command +1109,3398736,"README.md",2177,0,"",markdown,selection_command +1110,3398769,"README.md",2069,0,"",markdown,selection_command +1111,3398802,"README.md",2034,0,"",markdown,selection_command +1112,3398836,"README.md",1972,0,"",markdown,selection_command +1113,3398870,"README.md",1887,0,"",markdown,selection_command +1114,3398905,"README.md",1825,0,"",markdown,selection_command +1115,3398938,"README.md",1682,0,"",markdown,selection_command +1116,3399048,"README.md",1619,0,"",markdown,selection_command +1117,3399136,"README.md",1545,0,"",markdown,selection_command +1118,3399291,"README.md",1474,0,"",markdown,selection_command +1119,3399424,"README.md",1396,0,"",markdown,selection_command +1120,3399572,"README.md",1291,0,"",markdown,selection_command +1121,3399763,"README.md",1396,0,"",markdown,selection_command +1122,3400926,"README.md",1468,0,"",markdown,selection_command +1123,3401525,"README.md",1468,1,"",markdown,content +1124,3414785,"README.md",0,0,"",markdown,tab +1125,3415307,"README.md",1539,0,"",markdown,selection_command +1126,3415540,"README.md",1613,0,"",markdown,selection_command +1127,3415574,"README.md",1676,0,"",markdown,selection_command +1128,3415603,"README.md",1753,0,"",markdown,selection_command +1129,3415637,"README.md",1881,0,"",markdown,selection_command +1130,3415928,"README.md",1753,0,"",markdown,selection_command +1131,3416061,"README.md",1762,0,"",markdown,selection_command +1132,3416214,"README.md",1763,0,"",markdown,selection_command +1133,3416504,"README.md",1762,0,"",markdown,selection_command +1134,3416644,"README.md",1761,0,"",markdown,selection_command +1135,3416876,"README.md",1760,0,"",markdown,selection_command +1136,3417072,"README.md",1761,0,"",markdown,selection_command +1137,3417306,"README.md",1761,59,"",markdown,content +1138,3417311,"README.md",1760,0,"",markdown,selection_command +1139,3417608,"README.md",1678,0,"",markdown,selection_command +1140,3420025,"README.md",1682,0,"",markdown,selection_command +1141,3420165,"README.md",1684,0,"",markdown,selection_command +1142,3420248,"README.md",1694,0,"",markdown,selection_command +1143,3420391,"README.md",1702,0,"",markdown,selection_command +1144,3420549,"README.md",1705,0,"",markdown,selection_command +1145,3422195,"README.md",1705,0,"f",markdown,content +1146,3422195,"README.md",1706,0,"",markdown,selection_keyboard +1147,3422339,"README.md",1706,0,"r",markdown,content +1148,3422339,"README.md",1707,0,"",markdown,selection_keyboard +1149,3422390,"README.md",1707,0,"a",markdown,content +1150,3422390,"README.md",1708,0,"",markdown,selection_keyboard +1151,3422475,"README.md",1708,0,"m",markdown,content +1152,3422475,"README.md",1709,0,"",markdown,selection_keyboard +1153,3422646,"README.md",1709,0,"e",markdown,content +1154,3422646,"README.md",1710,0,"",markdown,selection_keyboard +1155,3422708,"README.md",1710,0,"-",markdown,content +1156,3422708,"README.md",1711,0,"",markdown,selection_keyboard +1157,3423497,"README.md",1711,0,"l",markdown,content +1158,3423497,"README.md",1712,0,"",markdown,selection_keyboard +1159,3423555,"README.md",1712,0,"e",markdown,content +1160,3423556,"README.md",1713,0,"",markdown,selection_keyboard +1161,3423695,"README.md",1713,0,"v",markdown,content +1162,3423695,"README.md",1714,0,"",markdown,selection_keyboard +1163,3423720,"README.md",1714,0,"e",markdown,content +1164,3423721,"README.md",1715,0,"",markdown,selection_keyboard +1165,3423742,"README.md",1715,0,"l",markdown,content +1166,3423742,"README.md",1716,0,"",markdown,selection_keyboard +1167,3423978,"README.md",1716,0," ",markdown,content +1168,3423978,"README.md",1717,0,"",markdown,selection_keyboard +1169,3424220,"README.md",1716,0,"",markdown,selection_command +1170,3425577,"README.md",1678,0,"",markdown,selection_command +1171,3425646,"README.md",1682,0,"",markdown,selection_command +1172,3425907,"README.md",1684,0,"",markdown,selection_command +1173,3425942,"README.md",1694,0,"",markdown,selection_command +1174,3425958,"README.md",1702,0,"",markdown,selection_command +1175,3425989,"README.md",1705,0,"",markdown,selection_command +1176,3426843,"README.md",1710,0,"",markdown,selection_command +1177,3428980,"README.md",1678,0,"",markdown,selection_command +1178,3451073,"README.md",0,0,"",markdown,tab +1179,3451563,"README.md",1615,0,"",markdown,selection_command +1180,3451822,"README.md",1541,0,"",markdown,selection_command +1181,3451854,"README.md",1470,0,"",markdown,selection_command +1182,3451879,"README.md",1393,0,"",markdown,selection_command +1183,3451907,"README.md",1288,0,"",markdown,selection_command +1184,3451940,"README.md",1206,0,"",markdown,selection_command +1185,3451974,"README.md",1092,0,"",markdown,selection_command +1186,3452007,"README.md",1029,0,"",markdown,selection_command +1187,3452040,"README.md",1000,0,"",markdown,selection_command +1188,3452074,"README.md",886,0,"",markdown,selection_command +1189,3452107,"README.md",848,0,"",markdown,selection_command +1190,3452141,"README.md",847,0,"",markdown,selection_command +1191,3452173,"README.md",799,0,"",markdown,selection_command +1192,3452207,"README.md",798,0,"",markdown,selection_command +1193,3452240,"README.md",723,0,"",markdown,selection_command +1194,3452643,"README.md",797,0,"",markdown,selection_command +1195,3452823,"README.md",796,1,"",markdown,content +1196,3452935,"README.md",796,0," ",markdown,content +1197,3452936,"README.md",797,0,"",markdown,selection_keyboard +1198,3453018,"README.md",797,0,"d",markdown,content +1199,3453018,"README.md",798,0,"",markdown,selection_keyboard +1200,3453192,"README.md",798,0,"e",markdown,content +1201,3453192,"README.md",799,0,"",markdown,selection_keyboard +1202,3453509,"README.md",799,0,"s",markdown,content +1203,3453509,"README.md",800,0,"",markdown,selection_keyboard +1204,3453561,"README.md",800,0,"c",markdown,content +1205,3453561,"README.md",801,0,"",markdown,selection_keyboard +1206,3453846,"README.md",801,0,"r",markdown,content +1207,3453847,"README.md",802,0,"",markdown,selection_keyboard +1208,3453847,"README.md",802,0,"i",markdown,content +1209,3453847,"README.md",803,0,"",markdown,selection_keyboard +1210,3453894,"README.md",803,0,"b",markdown,content +1211,3453894,"README.md",804,0,"",markdown,selection_keyboard +1212,3453951,"README.md",804,0,"e",markdown,content +1213,3453951,"README.md",805,0,"",markdown,selection_keyboard +1214,3454018,"README.md",805,0,"d",markdown,content +1215,3454019,"README.md",806,0,"",markdown,selection_keyboard +1216,3454104,"README.md",806,0," ",markdown,content +1217,3454104,"README.md",807,0,"",markdown,selection_keyboard +1218,3454280,"README.md",807,0,"b",markdown,content +1219,3454280,"README.md",808,0,"",markdown,selection_keyboard +1220,3454339,"README.md",808,0,"e",markdown,content +1221,3454339,"README.md",809,0,"",markdown,selection_keyboard +1222,3454482,"README.md",809,0,"l",markdown,content +1223,3454483,"README.md",810,0,"",markdown,selection_keyboard +1224,3454959,"README.md",810,0,"o",markdown,content +1225,3454960,"README.md",811,0,"",markdown,selection_keyboard +1226,3455038,"README.md",811,0,"w",markdown,content +1227,3455039,"README.md",812,0,"",markdown,selection_keyboard +1228,3455310,"README.md",811,0,"",markdown,selection_command +1229,3455982,"README.md",812,0,"",markdown,selection_command +1230,3456262,"README.md",812,0,".",markdown,content +1231,3456263,"README.md",813,0,"",markdown,selection_keyboard +1232,3456326,"README.md",812,0,"",markdown,selection_command +1233,3481591,"README.md",0,0,"

Jafar: A JAX-based Genie Implementation 🧞

\n\n

\n \n \n \n \n

\n\nThis is a feature-complete fork of Jafar, a JAX-based implementation of the DeepMind paper ""[Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391)"" (Bruce et al., 2024).\n\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.\n\nThis repository implements bugfixes and multitudes of additional features described below.\n\n

Overview

\n\n- Distributed checkpointing & loading\n - also onto a different hardware topology (e.g. initial training on 1 node --> reinitialization onto 4 nodes)\n- Asynchronous checkpointing\n- Optimized dataloading (each GPU loads its shard in parallel)\n- Model+optimizer states+dataloader checkpointing (just resume your training run and everything is taken care of)\n- Full reproducibility with exact training curves (seeded dataloading + training)\n- Automatic checkpoint management (automatic deletion/retention according to specified retention policy)\n- Mixed precision (with correct full precision casting, e.g. before softmax)\n- Flash attention (from cudnn, which is more optimized than Tri Dao's)\n- int8-quantization is on the roadmap (via https://github.com/google/aqt)\n- KV caching for inference of causal Transformer (still in PR)\n - Currently working on frame-level KV cache resets for accelerated spatiotemporal attention\n- Activation checkpointing (even onto host memory if desired)\n- Distributed Data parallelism (changing to FSDP requires changing one line of code)\n- wandb, cli and tensorboard logging (tb logging still in PR)\n- Just-in-time compiled train step\n- Cosine/ WSD learning rate schedules (no need to retrain if you realize that you want to train for longer)\n- Index shuffling during dataloading (doesn't require loading the dataset into memory for shuffling)\n- 'google-native' stack\n - https://github.com/google/orbax for checkpointing\n - https://github.com/google/grain for dataloading\n - https://github.com/google-deepmind/dm_pix for image manipulation\n - https://github.com/google/array_record as the data format\n- essentially, no other dependencies\n- We are currently working on migrating to the new flax.nnx API, after which we will also have:\n - significantly less boilerplate\n - easy model surgery\n - model inspection\n\n

Setup 🧗

\n\nJafar was built with `python 3.10` and `jax 0.4.30`. To install requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nBefore training the models, generate the CoinRun dataset by running:\n\n```bash\npython generate_dataset.py --num_episodes 10000\n```\n\nNote: this is a large dataset (around 100GB) and may take a while to generate.\n\nFor performant distributed training, we additionally preprocess the dataset into `TFRecord`s:\n\n```bash\npython preprocess_dataset.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer and latent action model.\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJafar was built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jafar in your work, please cite us and the original Genie paper as follows:\n\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +1234,3481591,"README.md",372,0,"",markdown,selection_command +1235,3499311,"README.md",1063,0,"",markdown,selection_mouse +1236,3605730,"README.md",0,0,"",markdown,tab +1237,3611358,"README.md",372,2358,"Jafar is a JAX-based implementation of the DeepMind paper ""[Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391)"" (Bruce et al., 2024).\n\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.\n",markdown,content +1238,3615536,"README.md",0,0,"Switched from branch 'features-in-readme' to 'flax-nnx-migration'",markdown,git_branch_checkout +1239,3638269,"README.md",1007,0,"",markdown,selection_mouse +1240,3638270,"README.md",1006,0,"",markdown,selection_command +1241,3638929,".gitignore",0,0,"*.pyc\n*.npy\n*.png\n*.gif\n*.array_record\n\nwandb_key\ncheckpoints/\nwandb/\n__pycache__/\nexperiments/\n",ignore,tab +1242,3660659,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nPYTHONUNBUFFERED=1 python train_dynamics.py \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +1243,3661389,"experiments/dynamics_grain_tok_restore.sh",750,0,"",shellscript,selection_command +1244,3687432,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n """"""Update state and compute metrics""""""\n\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n optimizer_state = nnx.state(optimizer)\n abstract_optimizer = nnx.eval_shape(optimizer_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_optimizer),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +1245,3687496,"train_dynamics.py",8492,4877," ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): pass sharding information for restoration onto different topology\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(\n optimizer, replicated_sharding, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n",python,content +1246,3730825,"train_dynamics.py",6999,0,"",python,selection_command +1247,3731828,"train_dynamics.py",8829,0,"",python,selection_command +1248,3732222,"train_dynamics.py",10906,0,"",python,selection_command +1249,3732764,"train_dynamics.py",13314,0,"",python,selection_command +1250,3733264,"train_dynamics.py",13820,0,"",python,selection_command +1251,3733832,"train_dynamics.py",11798,0,"",python,selection_command +1252,3733962,"train_dynamics.py",9554,0,"",python,selection_command +1253,3734096,"train_dynamics.py",7444,0,"",python,selection_command +1254,3734207,"train_dynamics.py",6035,0,"",python,selection_command +1255,3734351,"train_dynamics.py",4266,0,"",python,selection_command +1256,3734505,"train_dynamics.py",2298,0,"",python,selection_command +1257,3734634,"train_dynamics.py",787,0,"",python,selection_command +1258,3734771,"train_dynamics.py",0,0,"",python,selection_command +1259,3735183,"train_dynamics.py",1342,0,"",python,selection_command +1260,3735524,"train_dynamics.py",2860,0,"",python,selection_command +1261,3736474,"train_dynamics.py",2810,0,"",python,selection_command +1262,3736710,"train_dynamics.py",2804,0,"",python,selection_command +1263,3736736,"train_dynamics.py",2747,0,"",python,selection_command +1264,3736768,"train_dynamics.py",2684,0,"",python,selection_command +1265,3736799,"train_dynamics.py",2610,0,"",python,selection_command +1266,3736834,"train_dynamics.py",2583,0,"",python,selection_command +1267,3736867,"train_dynamics.py",2540,0,"",python,selection_command +1268,3736901,"train_dynamics.py",2522,0,"",python,selection_command +1269,3736933,"train_dynamics.py",2455,0,"",python,selection_command +1270,3736967,"train_dynamics.py",2416,0,"",python,selection_command +1271,3737000,"train_dynamics.py",2379,0,"",python,selection_command +1272,3737034,"train_dynamics.py",2374,0,"",python,selection_command +1273,3737067,"train_dynamics.py",2373,0,"",python,selection_command +1274,3737100,"train_dynamics.py",2355,0,"",python,selection_command +1275,3737304,"train_dynamics.py",2373,0,"",python,selection_command +1276,3737472,"train_dynamics.py",2374,0,"",python,selection_command +1277,3751971,"train_dynamics.py",0,0,"",python,selection_command +1278,3752999,"train_dynamics.py",1684,0,"",python,selection_command +1279,3754414,"train_dynamics.py",2396,0,"",python,selection_command +1280,3756921,"train_dynamics.py",2375,0,"",python,selection_command +1281,3758860,"train_dynamics.py",2974,0,"",python,selection_command +1282,3759622,"train_dynamics.py",3704,0,"",python,selection_command +1283,3759961,"train_dynamics.py",4166,0,"",python,selection_command +1284,3760193,"train_dynamics.py",4593,0,"",python,selection_command +1285,3760396,"train_dynamics.py",4931,0,"",python,selection_command +1286,3760630,"train_dynamics.py",5303,0,"",python,selection_command +1287,3760891,"train_dynamics.py",5859,0,"",python,selection_command +1288,3760916,"train_dynamics.py",6346,0,"",python,selection_command +1289,3760941,"train_dynamics.py",6750,0,"",python,selection_command +1290,3760985,"train_dynamics.py",7050,0,"",python,selection_command +1291,3761009,"train_dynamics.py",7386,0,"",python,selection_command +1292,3761041,"train_dynamics.py",7750,0,"",python,selection_command +1293,3761079,"train_dynamics.py",8386,0,"",python,selection_command +1294,3761117,"train_dynamics.py",9080,0,"",python,selection_command +1295,3761144,"train_dynamics.py",9446,0,"",python,selection_command +1296,3761174,"train_dynamics.py",9941,0,"",python,selection_command +1297,3761209,"train_dynamics.py",10502,0,"",python,selection_command +1298,3761249,"train_dynamics.py",11149,0,"",python,selection_command +1299,3761275,"train_dynamics.py",11752,0,"",python,selection_command +1300,3761308,"train_dynamics.py",12217,0,"",python,selection_command +1301,3761347,"train_dynamics.py",12984,0,"",python,selection_command +1302,3761376,"train_dynamics.py",13625,0,"",python,selection_command +1303,3761410,"train_dynamics.py",13820,0,"",python,selection_command +1304,3763583,"train_dynamics.py",0,0,"",python,selection_command +1305,3764272,"train_dynamics.py",391,0,"",python,selection_command +1306,3764492,"train_dynamics.py",815,0,"",python,selection_command +1307,3764962,"train_dynamics.py",8643,0,"",python,selection_command +1308,3843961,"train_dynamics.py",8693,0,"",python,selection_command +1309,3844305,"train_dynamics.py",8733,0,"",python,selection_command +1310,3844306,"train_dynamics.py",8863,0,"",python,selection_command +1311,3844306,"train_dynamics.py",8958,0,"",python,selection_command +1312,3844307,"train_dynamics.py",8997,0,"",python,selection_command +1313,3844333,"train_dynamics.py",9052,0,"",python,selection_command +1314,3844366,"train_dynamics.py",9093,0,"",python,selection_command +1315,3844394,"train_dynamics.py",9133,0,"",python,selection_command +1316,3844433,"train_dynamics.py",9182,0,"",python,selection_command +1317,3844465,"train_dynamics.py",9220,0,"",python,selection_command +1318,3844498,"train_dynamics.py",9226,0,"",python,selection_command +1319,3845057,"train_dynamics.py",9220,0,"",python,selection_command +1320,3845312,"train_dynamics.py",9182,0,"",python,selection_command +1321,3845337,"train_dynamics.py",9133,0,"",python,selection_command +1322,3845386,"train_dynamics.py",9093,0,"",python,selection_command +1323,3845424,"train_dynamics.py",9052,0,"",python,selection_command +1324,3845453,"train_dynamics.py",8997,0,"",python,selection_command +1325,3845465,"train_dynamics.py",8958,0,"",python,selection_command +1326,3845499,"train_dynamics.py",8863,0,"",python,selection_command +1327,3845531,"train_dynamics.py",8733,0,"",python,selection_command +1328,3845565,"train_dynamics.py",8693,0,"",python,selection_command +1329,3845598,"train_dynamics.py",8643,0,"",python,selection_command +1330,3845635,"train_dynamics.py",8603,0,"",python,selection_command +1331,3845666,"train_dynamics.py",8577,0,"",python,selection_command +1332,3845699,"train_dynamics.py",8530,0,"",python,selection_command +1333,3845735,"train_dynamics.py",8490,0,"",python,selection_command +1334,3845856,"train_dynamics.py",8433,0,"",python,selection_command +1335,3846009,"train_dynamics.py",8393,0,"",python,selection_command +1336,3846190,"train_dynamics.py",8376,0,"",python,selection_command +1337,3849471,"train_dynamics.py",8393,0,"",python,selection_command +1338,3849723,"train_dynamics.py",8433,0,"",python,selection_command +1339,3849753,"train_dynamics.py",8490,0,"",python,selection_command +1340,3849771,"train_dynamics.py",8530,0,"",python,selection_command +1341,3849803,"train_dynamics.py",8577,0,"",python,selection_command +1342,3849837,"train_dynamics.py",8603,0,"",python,selection_command +1343,3849870,"train_dynamics.py",8643,0,"",python,selection_command +1344,3849904,"train_dynamics.py",8693,0,"",python,selection_command +1345,3849939,"train_dynamics.py",8733,0,"",python,selection_command +1346,3849972,"train_dynamics.py",8863,0,"",python,selection_command +1347,3850004,"train_dynamics.py",8958,0,"",python,selection_command +1348,3850040,"train_dynamics.py",8997,0,"",python,selection_command +1349,3850073,"train_dynamics.py",9052,0,"",python,selection_command +1350,3850106,"train_dynamics.py",9093,0,"",python,selection_command +1351,3850139,"train_dynamics.py",9133,0,"",python,selection_command +1352,3850178,"train_dynamics.py",9182,0,"",python,selection_command +1353,3850207,"train_dynamics.py",9220,0,"",python,selection_command +1354,3850249,"train_dynamics.py",9226,0,"",python,selection_command +1355,3850283,"train_dynamics.py",9228,0,"",python,selection_command +1356,3850316,"train_dynamics.py",9267,0,"",python,selection_command +1357,3850343,"train_dynamics.py",9298,0,"",python,selection_command +1358,3850373,"train_dynamics.py",9334,0,"",python,selection_command +1359,3850407,"train_dynamics.py",9374,0,"",python,selection_command +1360,3850441,"train_dynamics.py",9383,0,"",python,selection_command +1361,3850474,"train_dynamics.py",9385,0,"",python,selection_command +1362,3850508,"train_dynamics.py",9424,0,"",python,selection_command +1363,3853132,"train_dynamics.py",9480,0,"",python,selection_command +1364,3853370,"train_dynamics.py",9544,0,"",python,selection_command +1365,3853402,"train_dynamics.py",9583,0,"",python,selection_command +1366,3853433,"train_dynamics.py",9623,0,"",python,selection_command +1367,3853466,"train_dynamics.py",9665,0,"",python,selection_command +1368,3853499,"train_dynamics.py",9671,0,"",python,selection_command +1369,3853588,"train_dynamics.py",9665,0,"",python,selection_command +1370,3853855,"train_dynamics.py",9623,0,"",python,selection_command +1371,3853872,"train_dynamics.py",9583,0,"",python,selection_command +1372,3853904,"train_dynamics.py",9544,0,"",python,selection_command +1373,3853937,"train_dynamics.py",9480,0,"",python,selection_command +1374,3854110,"train_dynamics.py",9424,0,"",python,selection_command +1375,3854554,"train_dynamics.py",9385,0,"",python,selection_command +1376,3904594,"train_dynamics.py",0,0,"",python,selection_command +1377,3905291,"train_dynamics.py",391,0,"",python,selection_command +1378,3905538,"train_dynamics.py",815,0,"",python,selection_command +1379,3905842,"train_dynamics.py",8643,0,"",python,selection_command +1380,3906792,"train_dynamics.py",8897,0,"",python,selection_command +1381,3907106,"train_dynamics.py",10169,0,"",python,selection_command +1382,3908094,"train_dynamics.py",10202,0,"",python,selection_command +1383,3915018,"train_dynamics.py",10228,0,"",python,selection_command +1384,3915173,"train_dynamics.py",10325,0,"",python,selection_command +1385,3920503,"train_dynamics.py",10388,0,"",python,selection_command +1386,3923923,"train_dynamics.py",10325,0,"",python,selection_command +1387,3923954,"train_dynamics.py",10342,0,"",python,selection_command +1388,3924118,"train_dynamics.py",10344,0,"",python,selection_command +1389,3924266,"train_dynamics.py",10347,0,"",python,selection_command +1390,3924664,"train_dynamics.py",10348,0,"",python,selection_command +1391,3924815,"train_dynamics.py",10358,0,"",python,selection_command +1392,3924988,"train_dynamics.py",10359,0,"",python,selection_command +1393,3925082,"train_dynamics.py",10365,0,"",python,selection_command +1394,3925242,"train_dynamics.py",10367,0,"",python,selection_command +1395,3928793,"train_dynamics.py",7569,9,"optimizer",python,selection_command +1396,3928943,"train_dynamics.py",7577,0,"",python,selection_command +1397,3929322,"train_dynamics.py",7579,0,"",python,selection_command +1398,3929494,"train_dynamics.py",7581,0,"",python,selection_command +1399,3929636,"train_dynamics.py",7584,0,"",python,selection_command +1400,3930012,"train_dynamics.py",7569,0,"",python,selection_command +1401,3930440,"train_dynamics.py",7585,0,"",python,selection_command +1402,3930870,"train_dynamics.py",7991,0,"",python,selection_command +1403,3931416,"train_dynamics.py",8098,0,"",python,selection_command +1404,3934427,"train_dynamics.py",8023,0,"",python,selection_command +1405,3934678,"train_dynamics.py",7978,0,"",python,selection_command +1406,3934704,"train_dynamics.py",7962,0,"",python,selection_command +1407,3934734,"train_dynamics.py",7888,0,"",python,selection_command +1408,3934766,"train_dynamics.py",7825,0,"",python,selection_command +1409,3934799,"train_dynamics.py",7809,0,"",python,selection_command +1410,3934833,"train_dynamics.py",7761,0,"",python,selection_command +1411,3934865,"train_dynamics.py",7704,0,"",python,selection_command +1412,3934898,"train_dynamics.py",7622,0,"",python,selection_command +1413,3934933,"train_dynamics.py",7606,0,"",python,selection_command +1414,3935062,"train_dynamics.py",7580,0,"",python,selection_command +1415,3935230,"train_dynamics.py",7563,0,"",python,selection_command +1416,3935459,"train_dynamics.py",7580,0,"",python,selection_command +1417,3936277,"train_dynamics.py",7581,0,"",python,selection_command +1418,3936422,"train_dynamics.py",7584,0,"",python,selection_command +1419,3936575,"train_dynamics.py",7585,0,"",python,selection_command +1420,3936708,"train_dynamics.py",7594,0,"",python,selection_command +1421,3936856,"train_dynamics.py",7595,0,"",python,selection_command +1422,3939873,"train_dynamics.py",5260,0,"",python,selection_command +1423,3941271,"train_dynamics.py",5266,0,"",python,selection_command +1424,3941386,"train_dynamics.py",5268,0,"",python,selection_command +1425,3941874,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +1426,3941874,"genie.py",333,0,"",python,selection_command +1427,3943903,"genie.py",701,0,"",python,selection_command +1428,3944343,"genie.py",1136,0,"",python,selection_command +1429,3945140,"genie.py",1719,0,"",python,selection_command +1430,3945495,"genie.py",2320,0,"",python,selection_command +1431,3947889,"genie.py",2913,0,"",python,selection_command +1432,3948425,"genie.py",3446,0,"",python,selection_command +1433,3948929,"genie.py",3504,0,"",python,selection_command +1434,3949074,"genie.py",3523,0,"",python,selection_command +1435,3949225,"genie.py",3537,0,"",python,selection_command +1436,3949465,"genie.py",3538,0,"",python,selection_command +1437,3949639,"genie.py",3547,0,"",python,selection_command +1438,3949776,"genie.py",3549,0,"",python,selection_command +1439,3950360,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.dynamics = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +1440,3950360,"models/dynamics.py",132,0,"",python,selection_command +1441,3953121,"models/dynamics.py",497,0,"",python,selection_command +1442,3953538,"models/dynamics.py",981,0,"",python,selection_command +1443,3954462,"models/dynamics.py",1483,0,"",python,selection_command +1444,3955237,"models/dynamics.py",1566,0,"",python,selection_command +1445,3955393,"models/dynamics.py",1580,0,"",python,selection_command +1446,3955805,"models/dynamics.py",1581,0,"",python,selection_command +1447,3955952,"models/dynamics.py",1591,0,"",python,selection_command +1448,3956108,"models/dynamics.py",1593,0,"",python,selection_command +1449,3956238,"models/dynamics.py",1596,0,"",python,selection_command +1450,3956390,"models/dynamics.py",1597,0,"",python,selection_command +1451,7069401,"models/dynamics.py",1568,36," self.action_up = nnx.Linear(",python,selection_command +1452,7082348,"models/dynamics.py",1597,0,"",python,selection_command +1453,7149218,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model: LatentActionModel, inputs: dict):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n\n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(\n loss_fn, has_aux=True\n )(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n lam.vq.codebook.value = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(\n lam, optimizer, inputs, action_last_active, _rng\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +1454,7153688,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +1455,7154006,"models/lam.py",1640,0,"",python,selection_command +1456,7157773,"models/lam.py",2153,0,"",python,selection_command +1457,7160905,"models/lam.py",2163,0,"",python,selection_command +1458,7161037,"models/lam.py",2165,0,"",python,selection_command +1459,7161325,"models/lam.py",2168,0,"",python,selection_command +1460,7161494,"models/lam.py",2169,0,"",python,selection_command +1461,7388065,"train_dynamics.py",0,0,"",python,tab +1462,7388887,"train_dynamics.py",5859,0,"",python,selection_command +1463,7388989,"train_dynamics.py",6415,0,"",python,selection_command +1464,7390005,"train_dynamics.py",6815,0,"",python,selection_command +1465,7392663,"train_dynamics.py",7203,0,"",python,selection_command +1466,7394133,"train_dynamics.py",7563,0,"",python,selection_command +1467,7395897,"train_dynamics.py",7569,0,"",python,selection_command +1468,7396230,"train_dynamics.py",7606,0,"",python,selection_command +1469,7396230,"train_dynamics.py",7611,0,"",python,selection_command +1470,7396230,"train_dynamics.py",7693,0,"",python,selection_command +1471,7396437,"train_dynamics.py",8399,0,"",python,selection_command +1472,7397976,"train_dynamics.py",8643,0,"",python,selection_command +1473,7398160,"train_dynamics.py",8897,0,"",python,selection_command +1474,7398328,"train_dynamics.py",10169,0,"",python,selection_command +1475,7401637,"train_dynamics.py",10202,0,"",python,selection_command +1476,7401745,"train_dynamics.py",10228,0,"",python,selection_command +1477,7401889,"train_dynamics.py",10325,0,"",python,selection_command +1478,7402016,"train_dynamics.py",10388,0,"",python,selection_command +1479,7402265,"train_dynamics.py",10442,0,"\n ",python,content +1480,7402862,"train_dynamics.py",10451,0,"b",python,content +1481,7402862,"train_dynamics.py",10452,0,"",python,selection_keyboard +1482,7403046,"train_dynamics.py",10452,0,"r",python,content +1483,7403047,"train_dynamics.py",10453,0,"",python,selection_keyboard +1484,7403048,"train_dynamics.py",10453,0,"e",python,content +1485,7403048,"train_dynamics.py",10454,0,"",python,selection_keyboard +1486,7403064,"train_dynamics.py",10454,0,"a",python,content +1487,7403064,"train_dynamics.py",10455,0,"",python,selection_keyboard +1488,7403085,"train_dynamics.py",10455,0,"k",python,content +1489,7403086,"train_dynamics.py",10456,0,"",python,selection_keyboard +1490,7403236,"train_dynamics.py",10456,0,"p",python,content +1491,7403237,"train_dynamics.py",10457,0,"",python,selection_keyboard +1492,7403289,"train_dynamics.py",10457,0,"o",python,content +1493,7403289,"train_dynamics.py",10458,0,"",python,selection_keyboard +1494,7403346,"train_dynamics.py",10458,0,"i",python,content +1495,7403347,"train_dynamics.py",10459,0,"",python,selection_keyboard +1496,7403387,"train_dynamics.py",10459,0,"n",python,content +1497,7403387,"train_dynamics.py",10460,0,"",python,selection_keyboard +1498,7403457,"train_dynamics.py",10460,0,"t",python,content +1499,7403457,"train_dynamics.py",10461,0,"",python,selection_keyboard +1500,7403729,"train_dynamics.py",10461,0,"()",python,content +1501,7403730,"train_dynamics.py",10462,0,"",python,selection_keyboard +1502,7403730,"train_dynamics.py",10462,1,")",python,content +1503,7403730,"train_dynamics.py",10463,0,"",python,selection_keyboard +1504,7403957,"train_dynamics.py",10462,0,"",python,selection_command +1505,7482972,"genie.py",0,0,"",python,tab +1506,7528929,"train_dynamics.py",0,0,"",python,tab +1507,7530342,"train_dynamics.py",0,0,"",python,selection_command +1508,7531826,"train_dynamics.py",10451,0,"",python,selection_command +1509,7532092,"train_dynamics.py",10443,21,"",python,content +1510,7532109,"train_dynamics.py",10451,0,"",python,selection_command +1511,7537257,"train_dynamics.py",13820,0,"",python,selection_command +1512,7537657,"train_dynamics.py",13789,0,"",python,selection_command +1513,7537896,"train_dynamics.py",13788,0,"",python,selection_command +1514,7537923,"train_dynamics.py",13766,0,"",python,selection_command +1515,7537957,"train_dynamics.py",13727,0,"",python,selection_command +1516,7537992,"train_dynamics.py",13669,0,"",python,selection_command +1517,7538024,"train_dynamics.py",13651,0,"",python,selection_command +1518,7538058,"train_dynamics.py",13628,0,"",python,selection_command +1519,7538091,"train_dynamics.py",13601,0,"",python,selection_command +1520,7538126,"train_dynamics.py",13558,0,"",python,selection_command +1521,7538181,"train_dynamics.py",13484,0,"",python,selection_command +1522,7538192,"train_dynamics.py",13410,0,"",python,selection_command +1523,7538227,"train_dynamics.py",13365,0,"",python,selection_command +1524,7538266,"train_dynamics.py",13339,0,"",python,selection_command +1525,7538298,"train_dynamics.py",13298,0,"",python,selection_command +1526,7538326,"train_dynamics.py",13243,0,"",python,selection_command +1527,7538359,"train_dynamics.py",13167,0,"",python,selection_command +1528,7538394,"train_dynamics.py",13131,0,"",python,selection_command +1529,7538427,"train_dynamics.py",13085,0,"",python,selection_command +1530,7538468,"train_dynamics.py",13059,0,"",python,selection_command +1531,7538498,"train_dynamics.py",13028,0,"",python,selection_command +1532,7538532,"train_dynamics.py",12952,0,"",python,selection_command +1533,7538654,"train_dynamics.py",13028,0,"",python,selection_command +1534,7538921,"train_dynamics.py",13059,0,"",python,selection_command +1535,7538937,"train_dynamics.py",13085,0,"",python,selection_command +1536,7538969,"train_dynamics.py",13131,0,"",python,selection_command +1537,7539002,"train_dynamics.py",13167,0,"",python,selection_command +1538,7539363,"train_dynamics.py",13243,0,"",python,selection_command +1539,7539562,"train_dynamics.py",13297,0,"\n ",python,content +1540,7539730,"train_dynamics.py",13314,0,"b",python,content +1541,7539730,"train_dynamics.py",13315,0,"",python,selection_keyboard +1542,7539786,"train_dynamics.py",13315,0,"r",python,content +1543,7539786,"train_dynamics.py",13316,0,"",python,selection_keyboard +1544,7539840,"train_dynamics.py",13316,0,"e",python,content +1545,7539841,"train_dynamics.py",13317,0,"",python,selection_keyboard +1546,7539899,"train_dynamics.py",13317,0,"a",python,content +1547,7539899,"train_dynamics.py",13318,0,"",python,selection_keyboard +1548,7539921,"train_dynamics.py",13318,0,"k",python,content +1549,7539921,"train_dynamics.py",13319,0,"",python,selection_keyboard +1550,7540090,"train_dynamics.py",13319,0,"p",python,content +1551,7540090,"train_dynamics.py",13320,0,"",python,selection_keyboard +1552,7540100,"train_dynamics.py",13320,0,"o",python,content +1553,7540100,"train_dynamics.py",13321,0,"",python,selection_keyboard +1554,7540201,"train_dynamics.py",13321,0,"i",python,content +1555,7540201,"train_dynamics.py",13322,0,"",python,selection_keyboard +1556,7540238,"train_dynamics.py",13322,0,"n",python,content +1557,7540239,"train_dynamics.py",13323,0,"",python,selection_keyboard +1558,7540308,"train_dynamics.py",13323,0,"t",python,content +1559,7540309,"train_dynamics.py",13324,0,"",python,selection_keyboard +1560,7540558,"train_dynamics.py",13324,0,"()",python,content +1561,7540559,"train_dynamics.py",13325,0,"",python,selection_keyboard +1562,7540576,"train_dynamics.py",13325,1,")",python,content +1563,7540576,"train_dynamics.py",13326,0,"",python,selection_keyboard +1564,7540798,"train_dynamics.py",13325,0,"",python,selection_command +1565,7543443,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1566,7544261,"experiments/dynamics_grain_tok_restore.sh",725,0,"",shellscript,selection_command +1567,7544508,"experiments/dynamics_grain_tok_restore.sh",699,0,"",shellscript,selection_command +1568,7544538,"experiments/dynamics_grain_tok_restore.sh",684,0,"",shellscript,selection_command +1569,7544567,"experiments/dynamics_grain_tok_restore.sh",657,0,"",shellscript,selection_command +1570,7544599,"experiments/dynamics_grain_tok_restore.sh",632,0,"",shellscript,selection_command +1571,7544633,"experiments/dynamics_grain_tok_restore.sh",605,0,"",shellscript,selection_command +1572,7544665,"experiments/dynamics_grain_tok_restore.sh",556,0,"",shellscript,selection_command +1573,7544793,"experiments/dynamics_grain_tok_restore.sh",534,0,"",shellscript,selection_command +1574,7544947,"experiments/dynamics_grain_tok_restore.sh",500,0,"",shellscript,selection_command +1575,7545102,"experiments/dynamics_grain_tok_restore.sh",482,0,"",shellscript,selection_command +1576,7545254,"experiments/dynamics_grain_tok_restore.sh",461,0,"",shellscript,selection_command +1577,7545572,"experiments/dynamics_grain_tok_restore.sh",457,21,"",shellscript,content +1578,7545580,"experiments/dynamics_grain_tok_restore.sh",461,0,"",shellscript,selection_command +1579,7548506,"train_dynamics.py",0,0,"",python,tab +1580,7828858,"train_dynamics.py",10650,0,"",python,selection_command +1581,7829835,"train_dynamics.py",10649,0,"",python,selection_command +1582,7830708,"train_dynamics.py",10650,0,"",python,selection_command +1583,7831404,"train_dynamics.py",10649,0,"",python,selection_command +1584,7831471,"train_dynamics.py",10648,0,"",python,selection_command +1585,7831621,"train_dynamics.py",10648,1,",",python,selection_command +1586,7831667,"train_dynamics.py",10648,17,", partial_restore",python,selection_command +1587,7831837,"train_dynamics.py",10648,18,", partial_restore=",python,selection_command +1588,7832124,"train_dynamics.py",10648,22,", partial_restore=True",python,selection_command +1589,7843558,"train_dynamics.py",10669,0,"",python,selection_command +1590,7857618,"train_dynamics.py",10589,0,"",python,selection_command +1591,7857821,"train_dynamics.py",10600,0,"",python,selection_command +1592,7858333,"train_dynamics.py",10589,0,"",python,selection_command +1593,7858722,"train_dynamics.py",8614,0,"",python,selection_command +1594,7860334,"train_dynamics.py",10589,0,"",python,selection_command +1595,7871580,"train_dynamics.py",13513,0," dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n",python,content +1596,7871581,"train_dynamics.py",10573,99," model_state=ocp.args.PyTreeRestore(\n abstract_optimizer_state, partial_restore=True\n ),",python,content +1597,7871581,"train_dynamics.py",8695,263,"",python,content +1598,7871581,"train_dynamics.py",8605,83," ""dataloader_state"",\n save_arg_type=grain.checkpoint.CheckpointSave,\n restore_arg_type=grain.checkpoint.CheckpointRestore,\n handler=grain_handler,",python,content +1599,7871581,"train_dynamics.py",8492,80," ""model_state"",\n save_arg_type=ocp.args.PyTreeSave,\n restore_arg_type=ocp.args.PyTreeRestore,\n handler=pytree_handler,",python,content +1600,7871581,"train_dynamics.py",8466,0," pytree_handler = ocp.handlers.PyTreeCheckpointHandler()\n grain_handler = grain.checkpoint.CheckpointHandler()\n",python,content +1601,7871636,"train_dynamics.py",13652,144,"",python,content +1602,7930368,"train_dynamics.py",8605,0,"",python,selection_mouse +1603,7935742,"train_dynamics.py",8609,0,"",python,selection_command +1604,7938179,"train_dynamics.py",8648,0,"",python,selection_mouse +1605,7940788,"train_dynamics.py",8692,0,"",python,selection_mouse +1606,7943753,"train_dynamics.py",8747,0,"",python,selection_mouse +1607,7946791,"train_dynamics.py",8693,0,"",python,selection_mouse +1608,7947952,"train_dynamics.py",8605,0,"",python,selection_mouse +1609,7955966,"train_dynamics.py",8668,0,"",python,selection_mouse +1610,7960123,"train_dynamics.py",8605,0,"",python,selection_mouse +1611,7975080,"train_dynamics.py",8645,0,"",python,selection_mouse +1612,7983040,"train_dynamics.py",8640,0,"",python,selection_command +1613,7983316,"train_dynamics.py",8640,13,"",python,content +1614,7983828,"train_dynamics.py",8640,0,"a",python,content +1615,7983828,"train_dynamics.py",8641,0,"",python,selection_keyboard +1616,7983902,"train_dynamics.py",8641,0,"r",python,content +1617,7983902,"train_dynamics.py",8642,0,"",python,selection_keyboard +1618,7984081,"train_dynamics.py",8642,0,"g",python,content +1619,7984081,"train_dynamics.py",8643,0,"",python,selection_keyboard +1620,7984118,"train_dynamics.py",8643,0,"s",python,content +1621,7984118,"train_dynamics.py",8644,0,"",python,selection_keyboard +1622,7984432,"train_dynamics.py",8643,0,"",python,selection_command +1623,7984938,"train_dynamics.py",8677,0,"",python,selection_command +1624,7994814,"train_dynamics.py",8726,0,"",python,selection_command +1625,7995058,"train_dynamics.py",8751,0,"",python,selection_command +1626,7995085,"train_dynamics.py",8764,0,"",python,selection_command +1627,7995103,"train_dynamics.py",8790,0,"",python,selection_command +1628,7995177,"train_dynamics.py",8818,0,"",python,selection_command +1629,7995198,"train_dynamics.py",8873,0,"",python,selection_command +1630,7995364,"train_dynamics.py",8934,0,"",python,selection_command +1631,7995523,"train_dynamics.py",8958,0,"",python,selection_command +1632,7997083,"train_dynamics.py",8960,0," handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n",python,content +1633,7998222,"train_dynamics.py",8971,0,"",python,selection_command +1634,7998347,"train_dynamics.py",8980,0,"",python,selection_command +1635,7998655,"train_dynamics.py",8981,0,"",python,selection_command +1636,7998655,"train_dynamics.py",8984,0,"",python,selection_command +1637,7998662,"train_dynamics.py",8986,0,"",python,selection_command +1638,7998973,"train_dynamics.py",9002,0,"",python,selection_command +1639,7999071,"train_dynamics.py",9005,0,"",python,selection_command +1640,7999895,"train_dynamics.py",9004,1,"",python,content +1641,7999935,"train_dynamics.py",9004,0,"\n ",python,content +1642,8001685,"train_dynamics.py",9226,0,")",python,content +1643,8001685,"train_dynamics.py",9220,6,"",python,content +1644,8001685,"train_dynamics.py",9214,5,"",python,content +1645,8001685,"train_dynamics.py",9212,1,"",python,content +1646,8001685,"train_dynamics.py",9210,0,",\n",python,content +1647,8001685,"train_dynamics.py",9209,1,"",python,content +1648,8001685,"train_dynamics.py",9183,20,"",python,content +1649,8001685,"train_dynamics.py",9182,0,"_",python,content +1650,8001685,"train_dynamics.py",9180,2,"",python,content +1651,8001685,"train_dynamics.py",9175,0," handler=",python,content +1652,8001685,"train_dynamics.py",9174,0,"\n",python,content +1653,8001685,"train_dynamics.py",9139,0," args=",python,content +1654,8001685,"train_dynamics.py",9138,0,"\n ",python,content +1655,8001685,"train_dynamics.py",9119,0,"\n ",python,content +1656,8001685,"train_dynamics.py",9093,0,")",python,content +1657,8001685,"train_dynamics.py",9087,6,"",python,content +1658,8001685,"train_dynamics.py",9081,5,"",python,content +1659,8001685,"train_dynamics.py",9079,1,"",python,content +1660,8001685,"train_dynamics.py",9077,0,",\n",python,content +1661,8001685,"train_dynamics.py",9076,1,"",python,content +1662,8001685,"train_dynamics.py",9050,20,"",python,content +1663,8001685,"train_dynamics.py",9049,0,"_",python,content +1664,8001685,"train_dynamics.py",9047,2,"",python,content +1665,8001685,"train_dynamics.py",9042,0," handler=",python,content +1666,8001685,"train_dynamics.py",9041,0,"\n",python,content +1667,8001685,"train_dynamics.py",9009,0," args=",python,content +1668,8001685,"train_dynamics.py",9005,0," ",python,content +1669,8001685,"train_dynamics.py",8985,0,"\n ",python,content +1670,8003092,"train_dynamics.py",9026,0,"",python,selection_command +1671,8004089,"train_dynamics.py",8960,277,"nt.CheckpointH # type: ignorent.CheckpointH # type: ignore",python,content +1672,8004091,"train_dynamics.py",8958,0,"",python,selection_command +1673,8005896,"train_dynamics.py",8779,174," ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler",python,content +1674,8006195,"train_dynamics.py",8869,60," handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n",python,content +1675,8006525,"train_dynamics.py",8609,137," ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler",python,content +1676,8006713,"train_dynamics.py",8466,117,"",python,content +1677,8007632,"train_dynamics.py",8609,0,"",python,selection_command +1678,8007793,"train_dynamics.py",8583,0,"",python,selection_command +1679,8007921,"train_dynamics.py",8577,0,"",python,selection_command +1680,8008095,"train_dynamics.py",8496,0,"",python,selection_command +1681,8008187,"train_dynamics.py",8470,0,"",python,selection_command +1682,8008389,"train_dynamics.py",8496,0,"",python,selection_command +1683,8009144,"train_dynamics.py",8500,0,"",python,selection_command +1684,8009359,"train_dynamics.py",8501,0,"",python,selection_command +1685,8009517,"train_dynamics.py",8512,0,"",python,selection_command +1686,8009668,"train_dynamics.py",8515,0,"",python,selection_command +1687,8011860,"train_dynamics.py",8577,0,"",python,selection_command +1688,8012042,"train_dynamics.py",8602,0,"",python,selection_command +1689,8012290,"train_dynamics.py",8628,0,"",python,selection_command +1690,8012333,"train_dynamics.py",8693,0,"",python,selection_command +1691,8012814,"train_dynamics.py",8718,0,"",python,selection_command +1692,8013338,"train_dynamics.py",8695,0,"",python,selection_command +1693,8013577,"train_dynamics.py",8689,0,"",python,selection_command +1694,8013828,"train_dynamics.py",8605,0,"",python,selection_command +1695,8013841,"train_dynamics.py",8579,0,"",python,selection_command +1696,8013868,"train_dynamics.py",8573,0,"",python,selection_command +1697,8013901,"train_dynamics.py",8492,0,"",python,selection_command +1698,8013935,"train_dynamics.py",8466,0,"",python,selection_command +1699,8025511,"train_dynamics.py",10535,0,"",python,selection_mouse +1700,8025515,"train_dynamics.py",10534,0,"",python,selection_command +1701,8026350,"train_dynamics.py",10573,137," model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),",python,content +1702,8029802,"train_dynamics.py",13487,0,"",python,selection_mouse +1703,8034047,"train_dynamics.py",13513,89," dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),",python,content +1704,8062873,"train_dynamics.py",4197,0,"",python,selection_mouse +1705,8064306,"train_dynamics.py",0,0,"",python,selection_command +1706,8065576,"train_dynamics.py",8399,0,"",python,selection_command +1707,8069504,"train_dynamics.py",8470,0,"",python,selection_command +1708,8069691,"train_dynamics.py",8583,0,"",python,selection_command +1709,8069914,"train_dynamics.py",8699,0,"",python,selection_command +1710,8070184,"train_dynamics.py",8829,0,"",python,selection_command +1711,8070485,"train_dynamics.py",9344,0,"",python,selection_command +1712,8071377,"train_dynamics.py",9308,0,"",python,selection_command +1713,8071501,"train_dynamics.py",9285,0,"",python,selection_command +1714,8071649,"train_dynamics.py",9237,0,"",python,selection_command +1715,8071834,"train_dynamics.py",9252,0,"",python,selection_command +1716,8072064,"train_dynamics.py",9254,0,"",python,selection_command +1717,8072149,"train_dynamics.py",9257,0,"",python,selection_command +1718,8072318,"train_dynamics.py",9258,0,"",python,selection_command +1719,8076817,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""A class providing functionalities for managing a series of checkpoints.""""""\n\nfrom __future__ import annotations\n\nimport concurrent\nimport dataclasses\nimport datetime\nimport threading\nimport time\nimport typing\nfrom typing import Any, Callable, Container, Iterable, List, Mapping, Optional, Sequence, Tuple, Type, Union, overload\n\nfrom absl import logging\nfrom etils import epath\nfrom etils import epy\nimport jax\nfrom jax.experimental.array_serialization import serialization as jax_serialization\nfrom orbax.checkpoint import abstract_checkpoint_manager\nfrom orbax.checkpoint import args as args_lib\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import threading as threading_lib\nfrom orbax.checkpoint._src.checkpoint_managers import policy_checkpoint_info\nfrom orbax.checkpoint._src.checkpoint_managers import preservation_policy as preservation_policy_lib\nfrom orbax.checkpoint._src.checkpoint_managers import save_decision_policy as save_decision_policy_lib\nfrom orbax.checkpoint._src.checkpointers import abstract_checkpointer\nfrom orbax.checkpoint._src.checkpointers import async_checkpointer\nfrom orbax.checkpoint._src.checkpointers import checkpointer as checkpointer_lib\nfrom orbax.checkpoint._src.futures import synchronization\nfrom orbax.checkpoint._src.handlers import checkpoint_handler\nfrom orbax.checkpoint._src.handlers import composite_checkpoint_handler\nfrom orbax.checkpoint._src.handlers import handler_registration\nfrom orbax.checkpoint._src.handlers import json_checkpoint_handler\nfrom orbax.checkpoint._src.handlers import proto_checkpoint_handler\nfrom orbax.checkpoint._src.logging import abstract_logger\nfrom orbax.checkpoint._src.logging import standard_logger\nfrom orbax.checkpoint._src.logging import step_statistics\nfrom orbax.checkpoint._src.metadata import checkpoint\nfrom orbax.checkpoint._src.metadata import checkpoint_info\nfrom orbax.checkpoint._src.metadata import root_metadata_serialization\nfrom orbax.checkpoint._src.metadata import step_metadata_serialization\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import atomicity_types\nfrom orbax.checkpoint._src.path import deleter\nfrom orbax.checkpoint._src.path import step as step_lib\nfrom orbax.checkpoint._src.path import utils as path_utils\nfrom typing_extensions import Self # for Python version < 3.11\n\n\n\nPyTree = Any\nCheckpointDirs = Tuple[str, str]\nSaveParams = Mapping[str, Any]\nRestoreParams = SaveParams\nCheckpointInfo = checkpoint_info.CheckpointInfo\nAbstractCheckpointer = abstract_checkpointer.AbstractCheckpointer\nCheckpointersDict = Mapping[str, AbstractCheckpointer]\nAbstractCheckpointManager = (\n abstract_checkpoint_manager.AbstractCheckpointManager\n)\nStepMetadata = checkpoint.StepMetadata\nRootMetadata = checkpoint.RootMetadata\nItemMetadata = checkpoint.CompositeItemMetadata | checkpoint.SingleItemMetadata\nAsyncCheckpointer = async_checkpointer.AsyncCheckpointer\nCheckpointer = checkpointer_lib.Checkpointer\nJsonCheckpointHandler = json_checkpoint_handler.JsonCheckpointHandler\nProtoCheckpointHandler = proto_checkpoint_handler.ProtoCheckpointHandler\nCompositeCheckpointHandler = (\n composite_checkpoint_handler.CompositeCheckpointHandler\n)\nCheckpointHandler = checkpoint_handler.CheckpointHandler\nCheckpointArgs = checkpoint_args.CheckpointArgs\nCheckpointHandlersDict = Mapping[str, CheckpointHandler]\nCheckpointHandlerRegistry = handler_registration.CheckpointHandlerRegistry\nserialize_root_metadata = root_metadata_serialization.serialize\ndeserialize_root_metadata = root_metadata_serialization.deserialize\n\nAsyncOptions = options_lib.AsyncOptions\nMultiprocessingOptions = options_lib.MultiprocessingOptions\nFileOptions = options_lib.FileOptions\n\nDEFAULT_ITEM_NAME = 'default'\nMETRIC_ITEM_NAME = 'metrics'\nMETADATA_ITEM_NAME = 'metadata'\nRESERVED_ITEM_NAMES = []\n\n_INIT_TIME = datetime.datetime.now(tz=datetime.timezone.utc)\n\n\ndef _metrics_file_exists(metrics_item_path: epath.Path) -> bool:\n """"""True if item directory AND actual file both exist.""""""\n return (\n metrics_item_path.exists()\n and (metrics_item_path / METRIC_ITEM_NAME).exists()\n )\n\n\nclass StepAlreadyExistsError(ValueError):\n """"""Raised when a step is already present for a save request.""""""\n\n pass\n\n\nclass _FinalizeThread(threading.Thread):\n """"""Thread wrapper that raises an exception if encountered.""""""\n\n exception = None\n\n def __init__(\n self,\n step: int,\n target: Callable[..., object],\n name: str,\n args=(),\n kwargs=None,\n *,\n daemon=None,\n ):\n super().__init__(\n target=target,\n name=name,\n args=args,\n kwargs=kwargs,\n daemon=daemon,\n )\n self._step = step\n self._thread_local = threading.local()\n\n def step(self) -> int:\n return self._step\n\n def run(self):\n try:\n super().run()\n except BaseException as e: # pylint:disable=broad-exception-caught\n self.exception = e\n\n def join(self, *args, **kwargs):\n super().join(*args, **kwargs)\n\n # Keep track of whether the calling thread should raise the exception.\n if not hasattr(self._thread_local, 'should_raise'):\n self._thread_local.should_raise = True\n if self.exception and self._thread_local.should_raise:\n # Each thread should only raise once.\n self._thread_local.should_raise = False\n raise self.exception\n\n\n@dataclasses.dataclass\nclass _ShouldSaveFnPolicy(save_decision_policy_lib.SaveDecisionPolicy):\n """"""A policy that uses a user-provided should_save_fn.""""""\n\n should_save_fn: Callable[[int, Optional[int]], bool]\n\n def should_save(\n self,\n step: policy_checkpoint_info.PolicyCheckpointInfo,\n previous_steps: Sequence[policy_checkpoint_info.PolicyCheckpointInfo],\n *,\n context: save_decision_policy_lib.DecisionContext,\n ) -> bool:\n return self.should_save_fn(\n step.step, previous_steps[-1].step if previous_steps else None\n )\n\n\ndef _get_default_save_decision_policy(\n options: CheckpointManagerOptions,\n) -> save_decision_policy_lib.SaveDecisionPolicy:\n """"""Creates a default policy from CheckpointManagerOptions.""""""\n save_interval_policies = []\n if options.should_save_fn is not None:\n save_interval_policies.append(_ShouldSaveFnPolicy(options.should_save_fn))\n save_interval_policies.append(\n save_decision_policy_lib.PreemptionCheckpointingPolicy()\n )\n else:\n if options.save_interval_steps is not None:\n save_interval_policies.append(\n save_decision_policy_lib.FixedIntervalPolicy(\n options.save_interval_steps\n )\n )\n if options.save_on_steps is not None:\n save_interval_policies.append(\n save_decision_policy_lib.SpecificStepsPolicy(options.save_on_steps)\n )\n save_interval_policies.append(\n save_decision_policy_lib.PreemptionCheckpointingPolicy()\n )\n save_interval_policies.append(save_decision_policy_lib.InitialSavePolicy())\n return save_decision_policy_lib.AnySavePolicy(save_interval_policies)\n\n\ndef _get_default_preservation_policy(\n options: CheckpointManagerOptions,\n) -> preservation_policy_lib.PreservationPolicy:\n """"""Returns a default preservation policy.""""""\n preservation_policies = []\n if options.keep_period is not None:\n preservation_policies.append(\n preservation_policy_lib.EveryNSteps(options.keep_period)\n )\n if options.keep_time_interval is not None:\n total_seconds = int(options.keep_time_interval.total_seconds())\n preservation_policies.append(\n preservation_policy_lib.EveryNSeconds(interval_secs=total_seconds)\n )\n if options.best_fn is not None:\n preservation_policies.append(\n preservation_policy_lib.BestN(\n get_metric_fn=options.best_fn,\n reverse=(options.best_mode == 'min'),\n n=options.max_to_keep,\n keep_checkpoints_without_metrics=options.keep_checkpoints_without_metrics,\n )\n )\n else:\n preservation_policies.append(\n preservation_policy_lib.LatestN(n=options.max_to_keep)\n )\n return preservation_policy_lib.AnyPreservationPolicy(preservation_policies)\n\n\n# TODO(b/268051457) Clean up when no longer depended upon by internal users.\ndef is_async_checkpointer(checkpointer: AbstractCheckpointer):\n return isinstance(\n checkpointer, async_checkpointer.AsyncCheckpointer\n ) or isinstance(\n checkpointer,\n jax_serialization.GlobalAsyncCheckpointManagerBase,\n )\n\n\n# TODO(b/309965339) Set todelete_subdir defaults if directory is on CNS.\n@dataclasses.dataclass\nclass CheckpointManagerOptions:\n """"""Optional arguments for :py:class:`.CheckpointManager`.\n\n save_interval_steps:\n The interval at which checkpoints should be saved.\n Ensures checkpoints will only be saved every n steps. Defaults to 1.\n max_to_keep:\n deprecated, do not use. use `preservation_policy` instead.\n keep_time_interval:\n deprecated, do not use. use `preservation_policy` instead.\n keep_period:\n deprecated, do not use. use `preservation_policy` instead.\n should_keep_fn:\n deprecated, do not use. use `preservation_policy` instead.\n best_fn:\n If set, maintains checkpoints based on the quality of given\n metrics rather than recency. The function should accept a PyTree of metrics,\n and return a scalar value that can be used to determine the quality score\n of the checkpoint. If `max_to_keep` is also set, then the retained\n checkpoints will be kept based on their quality, as measured by this\n function.\n best_mode:\n One of ['max', 'min']. The best metric is determine on the basis of this\n value.\n keep_checkpoints_without_metrics:\n If False, checkpoints without metrics present\n are eligible for cleanup. Otherwise, they will never be deleted.\n step_prefix:\n If provided, step directories will take the form\n f'{step_prefix}_'. Otherwise, they will simply be an integer .\n step_format_fixed_length:\n If set, formats step with n digits (leading zeros).\n This makes sorting steps easier. Otherwise, step has no leading zeros.\n step_name_format:\n NameFormat to build or find steps under input root directory. If provided,\n `step_prefix`, `step_format_fixed_length` are ignored.\n create:\n If True, creates the top-level directory if it does not already exist.\n cleanup_tmp_directories:\n If True, cleans up any existing temporary directories\n on CheckpointManager creation.\n save_on_steps:\n Optional set of steps at which checkpoints should be saved.\n Useful to save checkpoints on a fixed set of steps that are not multiple of\n `save_interval_steps`.\n single_host_load_and_broadcast:\n If True, calling `all_steps(read=True)` will load on only a single host, and\n will then be broadcast to other hosts. Otherwise, I/O will be performed on\n every host. This can be helpful to reduce QPS to the filesystem if there\n are a large number of hosts.\n todelete_subdir: If set, checkpoints to be deleted will be only renamed into a\n subdirectory with the provided string. Otherwise, they will be directly\n deleted from the file system. Useful if checkpoint deletion is time\n consuming. By default, delete the checkpoint assets. Ignored if file system\n is Google Cloud Storage (directory is prefixed with gs://)\n enable_hns_rmtree: If True, enables additional step of HNS bucket empty folder\n deletion.\n enable_background_delete: If True, old checkpoint deletions will be done in a\n background thread, otherwise, it will be done at the end of each save. When\n it's enabled, make sure to call CheckpointManager.close() or use context to\n make sure all old steps are deleted before exit.\n read_only: If True, then checkpoints save and delete are skipped. However,\n checkpoints restore works as usual.\n enable_async_checkpointing:\n If True, enables async checkpointing.\n async_options:\n Used to configure properties of async behavior. See above.\n multiprocessing_options: MultiprocessingOptions instance to configure\n multiprocessing behavior.\n should_save_fn:\n Predicate callable to check if given step can be saved. This callable\n accepts step number and optional latest step number as param and returns\n bool. If present then `save_interval_steps` and `save_on_steps` options are\n ignored.\n file_options: Options to configure checkpoint directories and files.\n default=FileOptions().\n save_root_metadata: If True, saves root-level metadata about checkpoints.\n This metadata is not step-specific and is written only once.\n temporary_path_class:\n Optional. The concrete :py:class:`.atomicity_types.TemporaryPath` class to\n be used by the underlying :py:class:`.Checkpointer`.\n save_decision_policy: An object used to determine when a checkpoint should be\n saved. If provided, overrides any other options dealing with this subject,\n including `save_interval_steps`, `save_on_steps`, and `should_save_fn`, and\n is the sole means of determining when a checkpoint should be saved. If not\n provided, these other options are used instead. Prefer to use this option\n over others.\n preservation_policy: An object used to determine which checkpoints to\n preserve. If provided, overrides any other options dealing with this\n subject, including `max_to_keep`, `keep_time_interval`, `keep_period`, and\n `should_keep_fn`, `best_fn`, and is the sole means of determining which\n checkpoints to preserve. If not provided, these other options are used\n instead. Prefer to use this option over others.\n prevent_write_metrics: False by default. If True, metrics will not be written.\n enable_should_save_is_saving_in_progress_check: True by default. If False,\n `should_save_fn` will not check `is_saving_in_progress`, and will assume\n that no save is in progress. This only affects users of\n `ContinuousCheckpointingPolicy` - otherwise the value is ignored.\n This is an interim workaround for b/428061876. Do not use\n without explicit approval.\n """"""\n\n save_interval_steps: int = 1\n max_to_keep: Optional[int] = None\n keep_time_interval: Optional[datetime.timedelta] = None\n keep_period: Optional[int] = None\n should_keep_fn: Optional[Callable[[int], bool]] = None\n best_fn: Optional[Callable[[PyTree], float]] = None\n best_mode: str = 'max'\n keep_checkpoints_without_metrics: bool = True\n step_prefix: Optional[str] = None\n step_format_fixed_length: Optional[int] = None\n step_name_format: Optional[step_lib.NameFormat[step_lib.Metadata]] = None\n create: bool = True\n cleanup_tmp_directories: bool = False\n save_on_steps: Optional[Container[int]] = None\n single_host_load_and_broadcast: bool = False\n todelete_subdir: Optional[str] = None\n enable_hns_rmtree: bool = False\n enable_background_delete: bool = False\n read_only: bool = False\n enable_async_checkpointing: bool = True\n async_options: Optional[AsyncOptions] = None\n multiprocessing_options: MultiprocessingOptions = dataclasses.field(\n default_factory=MultiprocessingOptions\n )\n should_save_fn: Optional[Callable[[int, Optional[int]], bool]] = None\n file_options: FileOptions = dataclasses.field(default_factory=FileOptions)\n save_root_metadata: bool = True\n temporary_path_class: Optional[Type[atomicity_types.TemporaryPath]] = None\n save_decision_policy: Optional[\n save_decision_policy_lib.SaveDecisionPolicy\n ] = None\n preservation_policy: Optional[preservation_policy_lib.PreservationPolicy] = (\n None\n )\n prevent_write_metrics: bool = False\n # TODO(b/428061876) Remove this option.\n enable_should_save_is_saving_in_progress_check: bool = True\n\n def __post_init__(self):\n step_name_format_single_host_load_and_broadcast = (\n hasattr(self.step_name_format, 'single_host_load_and_broadcast')\n and self.step_name_format.single_host_load_and_broadcast\n )\n if self.single_host_load_and_broadcast and self.step_name_format:\n if not step_name_format_single_host_load_and_broadcast:\n raise ValueError(\n '`CheckpointManagerOptions.single_host_load_and_broadcast=True`'\n ' requires `step_name_format.single_host_load_and_broadcast` to be'\n ' set to True.'\n )\n if (\n step_name_format_single_host_load_and_broadcast\n and not self.single_host_load_and_broadcast\n ):\n raise ValueError(\n '`step_name_format.single_host_load_and_broadcast=True` but'\n ' `CheckpointManagerOptions.single_host_load_and_broadcast=False`.'\n ' Please set'\n ' CheckpointManagerOptions.single_host_load_and_broadcast=True.'\n )\n if self.best_mode not in ('min', 'max'):\n msg = (\n ""`CheckpointManagerOptions.best_mode` must be one of None, 'min' ""\n f""or 'max'. Got {self.best_mode}.""\n )\n raise ValueError(msg)\n if (\n self.preservation_policy is None\n and self.max_to_keep is not None\n and self.max_to_keep < 0\n ):\n raise ValueError('Setting of `max_to_keep` must be None or non-negative.')\n if self.read_only and self.save_interval_steps > 0:\n self.save_interval_steps = 0\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' save_interval_steps=0.'\n )\n if self.read_only and self.max_to_keep is not None:\n self.max_to_keep = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting max_to_keep=None.'\n )\n if self.read_only and self.keep_time_interval is not None:\n self.keep_time_interval = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' keep_time_interval=None.'\n )\n if self.read_only and self.keep_period is not None:\n self.keep_period = None\n self.should_keep_fn = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting keep_period=None'\n ' and should_keep_fn=None.'\n )\n if self.read_only and self.create:\n self.create = False\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting create=False.'\n )\n if self.read_only and self.cleanup_tmp_directories:\n self.cleanup_tmp_directories = False\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' cleanup_tmp_directories=False.'\n )\n if self.read_only and self.save_on_steps:\n self.save_on_steps = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting save_on_steps=None.'\n )\n if self.read_only and self.todelete_subdir is not None:\n self.todelete_subdir = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' todelete_subdir=None.'\n )\n if self.read_only and self.should_save_fn is not None:\n self.should_save_fn = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' should_save_fn=None.'\n )\n if self.preservation_policy is None and self.should_keep_fn is not None:\n logging.warning(\n 'CheckpointManagerOptions.should_keep_fn is set, setting'\n ' keep_period=None (was %s).',\n self.keep_period,\n )\n self.keep_period = None\n self.save_on_steps = frozenset(self.save_on_steps or ())\n\n\ndef _get_args_for_key(\n handler: CheckpointHandler, item_name: str\n) -> Tuple[Type[CheckpointArgs], Type[CheckpointArgs]]:\n """"""Returns the (save, restore) args for the given item name.""""""\n\n if not isinstance(handler, CompositeCheckpointHandler):\n raise ValueError(\n 'Expected handler to be a `CompositeCheckpointHandler`, but got'\n f' {type(handler)}.'\n )\n\n registry = handler._handler_registry # pylint: disable=protected-access\n for (registered_item, _), handler in registry.get_all_entries().items():\n if registered_item == item_name:\n return checkpoint_args.get_registered_args_cls(handler)\n raise ValueError(f'Unknown key ""{item_name}"" in CompositeCheckpointHandler.')\n\n\ndef _create_root_directory(\n directory: epath.PathLike,\n multiprocessing_options: MultiprocessingOptions,\n file_options: Optional[FileOptions] = None,\n) -> None:\n """"""Creates the top-level directory if it does not already exist.""""""\n if multiprocessing_options.active_processes is not None:\n raise NotImplementedError(\n 'Option `create=True` with `active_processes` set is not'\n ' supported. Please create the root directory yourself.'\n )\n directory = epath.Path(directory)\n if not directory.exists() and utils.is_primary_host(\n multiprocessing_options.primary_host\n ):\n # exists_ok=True is required, see b/362903314.\n directory.mkdir(parents=True, exist_ok=True)\n logging.info('Created directory=%s', directory)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:create_directory',\n prefix=multiprocessing_options.barrier_sync_key_prefix,\n # suffix=None,\n ),\n timeout=multihost.DIRECTORY_CREATION_TIMEOUT,\n processes=multiprocessing_options.active_processes,\n )\n\n\ndef determine_default_item_mode_from_args(\n args: args_lib.CheckpointArgs,\n) -> bool:\n if isinstance(args, args_lib.Composite):\n return False\n else:\n return True\n\n\ndef _determine_default_item_mode_from_directory(step_path: epath.Path) -> bool:\n return (step_path / DEFAULT_ITEM_NAME).exists()\n\n\nclass CheckpointManager(AbstractCheckpointManager, epy.ContextManager):\n """"""A generic, synchronous AbstractCheckpointManager implementation.""""""\n\n def __init__(\n self,\n directory: epath.PathLike,\n checkpointers: Optional[\n Union[AbstractCheckpointer, CheckpointersDict]\n ] = None,\n options: Optional[CheckpointManagerOptions] = None,\n metadata: Optional[Mapping[str, Any]] = None,\n item_names: Optional[Sequence[str]] = None,\n item_handlers: Optional[\n Union[CheckpointHandler, CheckpointHandlersDict]\n ] = None,\n logger: Optional[abstract_logger.AbstractLogger] = None,\n handler_registry: Optional[CheckpointHandlerRegistry] = None,\n ):\n """"""CheckpointManager constructor.\n\n IMPORTANT: `CheckpointManager` has been refactored to provide a new API.\n Please ensure you have migrated all existing use cases to the newer style by\n August 1st, 2024. Please see\n https://orbax.readthedocs.io/en/latest/guides/checkpoint/api_refactor.html\n for technical details.\n\n The `CheckpointManager` is ultimately backed by a single\n :py:class:`.Checkpointer`, to which saving and restoring is delegated.\n Behind\n step management options, metrics-related logic, and other frills, saving and\n restoring with `CheckpointManager` is quite similar to using\n `Checkpointer(CompositeCheckpointHandler)`.\n\n Example::\n\n # Multiple items.\n with CheckpointManager(\n 'path/to/dir/',\n metadata={'version': 1.1, 'lang': 'en'},\n ) as mngr:\n mngr.save(0, args=args.Composite(\n train_state=args.StandardSave(train_state),\n custom_metadata=args.JsonSave(custom_metadata),\n )\n )\n restored = mngr.restore(0)\n print(restored.train_state)\n print(restored.custom_metadata)\n restored = mngr.restore(0, args=args.Composite(\n train_state=args.StandardRestore(abstract_train_state),\n )\n )\n print(restored.train_state)\n print(restored.custom_metadata) # Error, not restored\n\n # Single, unnamed (default) item.\n with CheckpointManager(\n 'path/to/dir/',\n options = CheckpointManagerOptions(max_to_keep=5, ...),\n ) as mngr:\n mngr.save(0, args=StandardSave(train_state))\n train_state = mngr.restore(0)\n train_state = mngr.restore(0,\n args=StandardRestore(abstract_train_state))\n\n IMPORTANT: Don't forget to use the keyword `args=...` for save and restore!\n Otherwise you will get the legacy API. This will not be necessary forever,\n but only until the legacy API is removed.\n\n IMPORTANT: The CheckpointManager is designed to be used as a context\n manager. Use `with CheckpointManager` schematic for automatic cleanup. If\n you can't use a context manager, always call `close()` to release resources\n properly. Otherwise, background operations such as deleting old checkpoints\n might not finish before your program exits.\n\n CheckpointManager:\n - is NOT thread-safe.\n - IS multi-process-safe.\n - is NOT multi-job-safe.\n This means that CheckpointManager is intended to be created and called\n across all processes within a single job, where each process is\n single-threaded, but is not safe to use when multiple jobs each have\n CheckpointManager instances pointing to the same root directory. Concretely,\n this means that if you have a trainer job and one or more evaluator jobs,\n the CheckpointManager should be created and called across all processes\n in the trainer, but a CheckpointManager cannot be used in the evaluators.\n Instead, utilities used during evaluation can be found in\n `checkpoint_utils` (see\n https://orbax.readthedocs.io/en/latest/api_reference/checkpoint.checkpoint_utils.html).\n\n Args:\n directory: the top level directory in which to save all files.\n checkpointers: deprecated, do not use. use `handler_registry` instead.\n options: CheckpointManagerOptions. May be provided to specify additional\n arguments. If None, uses default values of CheckpointManagerOptions.\n metadata: High-level metadata that does not depend on step number. If\n `directory` is write enabled then given metadata is saved only once. A\n new CheckpointManager instance with that `directory` does not overwrite\n the existing metadata and ignores the current given metadata. If\n `directory` is read-only then the current given metadata is not saved as\n expected. A CheckpointManager instance with a read-only `directory` uses\n the metadata if already present, otherwise always uses the current given\n metadata.\n item_names: deprecated, do not use. use `handler_registry` instead.\n item_handlers: deprecated, do not use. use `handler_registry` instead.\n logger: A logger to log checkpointing events.\n handler_registry: A registry of handlers to use for checkpointing. This\n option is mutually exclusive with `checkpointers`,`item_handlers`, and\n 'item_names'. See :py:class:`CheckpointHandlerRegistry` for more\n details.\n """"""\n jax.monitoring.record_event('/jax/orbax/checkpoint_manager/init')\n logging.info(\n '[process=%s][thread=%s] CheckpointManager init: checkpointers=%s,'\n ' item_names=%s, item_handlers=%s, handler_registry=%s',\n multihost.process_index(),\n threading.current_thread().name,\n checkpointers,\n item_names,\n item_handlers,\n handler_registry,\n )\n\n self._options = options or CheckpointManagerOptions()\n self._multiprocessing_options = self._options.multiprocessing_options\n self._save_decision_policy = (\n self._options.save_decision_policy\n or _get_default_save_decision_policy(self._options)\n )\n\n if self._options.preservation_policy and (\n self._options.keep_time_interval\n or self._options.max_to_keep\n or self._options.keep_period\n or self._options.should_keep_fn\n ):\n raise ValueError(\n '`preservation_policy` and `delete options` are mutually exclusive'\n ' - do not use together.'\n )\n\n self._preservation_policy = (\n self._options.preservation_policy\n or _get_default_preservation_policy(self._options)\n )\n\n if self._options.best_mode not in ['min', 'max']:\n raise ValueError('`best_mode` must be one of: ""min"", ""max""')\n\n self._logger = logger or standard_logger.StandardLogger()\n\n if checkpointers and item_names:\n raise ValueError(\n '`item_names` and `checkpointers` are mutually exclusive - do not use'\n ' together.'\n )\n if checkpointers and item_handlers:\n raise ValueError(\n '`item_handlers` and `checkpointers` are mutually exclusive - do not'\n ' use together.'\n )\n if item_names and isinstance(item_handlers, CheckpointHandler):\n raise ValueError(\n '`item_handlers` in default item mode and `item_names` should not be'\n ' provided together.'\n )\n if checkpointers is not None and handler_registry is not None:\n raise ValueError(\n 'Deprecated `checkpointers` can not be used with `handler_registry`.'\n ' Please follow the instructions at'\n ' https://orbax.readthedocs.io/en/latest/api_refactor.html to'\n ' migrate.'\n )\n\n if item_handlers is not None and handler_registry is not None:\n raise ValueError(\n '`item_handlers` and `handler_registry` are mutually exclusive -'\n ' prefer configuring the handler registry.'\n )\n\n if item_names is not None and handler_registry is not None:\n raise ValueError(\n '`item_names` and `handler_registry` are mutually exclusive - prefer'\n ' configuring the handler registry.'\n )\n\n # For async_checkpointer.\n self._non_blocking_metadata_store = checkpoint.metadata_store(\n enable_write=True\n )\n # For metadata checkpointer and regular checkpointer.\n self._blocking_metadata_store = checkpoint.metadata_store(\n enable_write=True, blocking_write=True\n )\n\n self._default_item = threading_lib.OptionalRef[bool]()\n if checkpointers is not None:\n jax.monitoring.record_event(\n '/jax/orbax/deprecation/checkpoint_manager_legacy_init'\n )\n logging.warning(\n 'Configured `CheckpointManager` using deprecated legacy API. Please'\n ' follow the instructions at'\n ' https://orbax.readthedocs.io/en/latest/api_refactor.html to'\n ' migrate.'\n )\n self._default_item.set(isinstance(checkpointers, AbstractCheckpointer))\n self._checkpointer = self._configure_checkpointer_legacy_init(\n checkpointers, self._options\n )\n elif handler_registry is not None:\n # There is no way to know if this is a single, unnamed (default) item or\n # not, detemine this lazily instead on the first call to `save`, `restore`\n # or `item_metadata`. Once locked-in, the value of `_default_item` will\n # not change.\n self._default_item.set(None)\n self._checkpointer = self._configure_checkpointer_from_handler_registry(\n handler_registry,\n self._options,\n )\n elif item_names is None and item_handlers is None:\n # In this case, we can just default construct the\n # CheckpointHandlerRegistry and allow the user to lazily specify default\n # vs. multi-item mode.\n self._default_item.set(None)\n handler_registry = handler_registration.DefaultCheckpointHandlerRegistry()\n self._checkpointer = self._configure_checkpointer_from_handler_registry(\n handler_registry,\n self._options,\n )\n else:\n default_item = isinstance(item_handlers, CheckpointHandler)\n self._default_item.set(default_item)\n self._checkpointer = (\n self._configure_checkpointer_from_item_names_and_handlers(\n item_names,\n item_handlers,\n self._options,\n default_item,\n )\n )\n\n if (\n self._options.async_options is not None\n and self._options.async_options.post_finalization_callback is not None\n and not isinstance(self._checkpointer, AsyncCheckpointer)\n ):\n raise ValueError(\n 'AsyncOptions.post_finalization_callback is only supported with'\n ' AsyncCheckpointer. But final resolved checkpointer is: '\n f' {self._checkpointer}'\n )\n\n self._directory = epath.Path(directory)\n self._save_tracker = synchronization.OpTrackerFactory.create_tracker(\n 'checkpoint_manager_save'\n )\n if self._options.read_only:\n logging.warning('Given directory is read only=%s', self._directory)\n if self._options.create:\n _create_root_directory(\n self._directory,\n self._multiprocessing_options,\n self._options.file_options,\n )\n\n\n # Cleanup directories from previous runs that may not have been finalized.\n if self._options.cleanup_tmp_directories:\n self._cleanup_tmp_directories()\n\n self._step_name_format = (\n self._options.step_name_format\n or step_lib.standard_name_format(\n step_prefix=self._options.step_prefix,\n step_format_fixed_length=self._options.step_format_fixed_length,\n single_host_load_and_broadcast=(\n self._options.single_host_load_and_broadcast\n ),\n )\n )\n\n self._checkpoints = checkpoint_info.CheckpointInfos(\n self._load_checkpoint_infos()\n )\n\n self._metadata_dir = self.directory / METADATA_ITEM_NAME\n if self._options.read_only and not self._metadata_dir.exists():\n custom_metadata = {} if metadata is None else dict(metadata)\n else:\n custom_metadata = None\n self._root_metadata = threading_lib.Ref(\n RootMetadata(\n custom_metadata=custom_metadata,\n )\n )\n\n self._maybe_save_root_metadata(metadata)\n\n # TODO: b/359854428 - Move Finalize biz logic to a separate class/module.\n self._finalize_thread = threading_lib.OptionalRef[_FinalizeThread]()\n\n self._checkpoint_deleter: deleter.CheckpointDeleter = (\n deleter.create_checkpoint_deleter(\n self._multiprocessing_options.primary_host,\n self._directory,\n self._options.todelete_subdir,\n self._step_name_format,\n self._options.enable_hns_rmtree,\n self._options.enable_background_delete,\n )\n )\n\n logging.info(\n '[process=%s][thread=%s] CheckpointManager created, primary_host=%s,'\n ' CheckpointManagerOptions=%s, root_directory=%s: %s',\n multihost.process_index(),\n threading.current_thread().name,\n self._multiprocessing_options.primary_host,\n self._options,\n self.directory,\n self,\n )\n\n def _create_thread_safe_barrier_sync_fn(self) -> Callable[[str], None]:\n """"""Returns a barrier sync function to be called from threads.\n\n The function accepts a key, but the timeout is already set up using\n `AsyncOptions.timeout_secs` attribute.\n\n The Jax based barrier sync util, `sync_global_devices`, should not be called\n concurrently. Otherwise, it may cause a deadlock.\n\n In general, any Jax function with `collectives` should not be called\n concurrently to avoid deadlocks.\n """"""\n async_options = self._options.async_options or AsyncOptions()\n timeout_secs = async_options.timeout_secs\n barrier_sync_fn = (\n async_options.barrier_sync_fn\n or multihost.get_barrier_sync_fn(\n processes=self._multiprocessing_options.active_processes\n )\n )\n return lambda key: barrier_sync_fn(key=key, timeout_ms=timeout_secs * 1000)\n\n def _configure_checkpointer_common(\n self,\n handler: CompositeCheckpointHandler,\n options: CheckpointManagerOptions,\n use_async: bool,\n ) -> Checkpointer:\n if use_async:\n return async_checkpointer.AsyncCheckpointer(\n handler,\n multiprocessing_options=options.multiprocessing_options,\n async_options=options.async_options or AsyncOptions(),\n file_options=options.file_options,\n checkpoint_metadata_store=self._non_blocking_metadata_store,\n temporary_path_class=options.temporary_path_class,\n )\n else:\n return Checkpointer(\n handler,\n multiprocessing_options=options.multiprocessing_options,\n file_options=options.file_options,\n checkpoint_metadata_store=self._blocking_metadata_store,\n temporary_path_class=options.temporary_path_class,\n )\n\n def _configure_checkpointer_legacy_init(\n self,\n checkpointers: Union[AbstractCheckpointer, CheckpointersDict],\n options: CheckpointManagerOptions,\n ) -> Checkpointer:\n """"""Initializes _CompositeCheckpointer with legacy style checkpointers.""""""\n if self._multiprocessing_options.primary_host != 0:\n raise ValueError(\n f'`primary_host`={self._multiprocessing_options.primary_host} is not'\n ' supported in legacy API.'\n )\n\n item_handlers = {}\n if isinstance(checkpointers, Checkpointer):\n use_async = is_async_checkpointer(checkpointers)\n if isinstance(checkpointers, async_checkpointer.AsyncCheckpointer):\n async_timeout = checkpointers._async_manager._timeout_secs # pylint: disable=protected-access\n else:\n async_timeout = None\n item_handlers[DEFAULT_ITEM_NAME] = checkpointers.handler\n elif isinstance(checkpointers, dict):\n individual_use_async = []\n async_timeout = 0\n for item_name, checkpointer in checkpointers.items():\n if not isinstance(checkpointer, Checkpointer):\n raise ValueError(\n f'Value corresponding to {item_name} in `checkpointers` is not a'\n f' Checkpointer. Found {type(checkpointer)}.'\n )\n individual_use_async.append(is_async_checkpointer(checkpointer))\n if isinstance(checkpointer, async_checkpointer.AsyncCheckpointer):\n async_timeout = max(\n async_timeout, checkpointer._async_manager._timeout_secs # pylint: disable=protected-access\n )\n if item_name in RESERVED_ITEM_NAMES:\n raise ValueError(\n f'Found {item_name} in `checkpointers`; this is a reserved key.'\n )\n item_handlers[item_name] = checkpointer.handler\n if any(individual_use_async) and not all(individual_use_async):\n logging.error(\n 'Orbax `CheckpointManager` is transitioning toward using'\n ' asynchronous saving logic under the hood in all cases. Users that'\n ' configure `CheckpointManager` with some `Checkpointer`s and some'\n ' `AsyncCheckpointer`s will now see asynchronous logic used to save'\n ' all items. This may result in breakages if the code is assuming'\n ' that certain objects will be available immediately after saving.'\n ' Ensure that if you depend on the result of `save` being fully'\n ' written at a particular moment, use `wait_until_finished()`.'\n )\n use_async = any(individual_use_async)\n async_timeout = async_timeout or None\n else:\n raise ValueError(\n f'Invalid type for `checkpointers`. Found {checkpointers}.'\n )\n\n item_handlers[METRIC_ITEM_NAME] = self._metrics_handler\n if options.async_options is None:\n options.async_options = (\n AsyncOptions(timeout_secs=async_timeout)\n if async_timeout is not None\n else AsyncOptions()\n )\n return self._configure_checkpointer_common(\n CompositeCheckpointHandler(\n composite_options=composite_checkpoint_handler.CompositeOptions(\n multiprocessing_options=options.multiprocessing_options,\n file_options=options.file_options,\n async_options=options.async_options,\n ),\n **item_handlers,\n ),\n options,\n use_async,\n )\n\n\n def _configure_checkpointer_from_item_names_and_handlers(\n self,\n item_names: Optional[Sequence[str]],\n item_handlers: Optional[Union[CheckpointHandler, CheckpointHandlersDict]],\n options: CheckpointManagerOptions,\n default_item: bool,\n ) -> Checkpointer:\n """"""Initializes _CompositeCheckpointer given `item_names`.""""""\n if (\n self._multiprocessing_options.primary_host is None\n and item_handlers is None\n ):\n raise ValueError(\n 'When primary_host is set to None, item_handlers must be provided to'\n ' match with the primary_host setting.'\n )\n if default_item:\n item_handler = (\n item_handlers\n if isinstance(item_handlers, CheckpointHandler)\n else None\n )\n all_item_handlers = {DEFAULT_ITEM_NAME: item_handler}\n else:\n # Initialize all_item_handlers with None or empty.\n if item_names:\n all_item_handlers = {item_name: None for item_name in item_names}\n else:\n all_item_handlers = {}\n # Update all_item_handlers with provided CheckpointHandlers.\n if item_handlers and isinstance(item_handlers, Mapping):\n for item_name, handler in item_handlers.items():\n all_item_handlers[item_name] = handler\n\n for item_name in all_item_handlers:\n if item_name in RESERVED_ITEM_NAMES:\n raise ValueError(\n f'Found {item_name} in `checkpointers`; this is a reserved key.'\n )\n all_item_handlers[METRIC_ITEM_NAME] = self._metrics_handler\n # CompositeCheckpointHandler defers per-item handler creation until\n # save/restore time.\n async_options = options.async_options or AsyncOptions()\n async_options.create_directories_asynchronously &= (\n options.enable_async_checkpointing\n )\n return self._configure_checkpointer_common(\n CompositeCheckpointHandler(\n composite_options=composite_checkpoint_handler.CompositeOptions(\n multiprocessing_options=options.multiprocessing_options,\n file_options=options.file_options,\n async_options=async_options,\n ),\n **all_item_handlers,\n ),\n options,\n options.enable_async_checkpointing,\n )\n\n def _configure_checkpointer_from_handler_registry(\n self,\n handler_registry: CheckpointHandlerRegistry,\n options: CheckpointManagerOptions,\n ) -> Checkpointer:\n """"""Initializes _CompositeCheckpointer given a `handler_registry`.""""""\n metrics_handler = self._metrics_handler\n if not handler_registry.has(METRIC_ITEM_NAME, args_lib.JsonSave):\n handler_registry.add(METRIC_ITEM_NAME, args_lib.JsonSave, metrics_handler)\n if not handler_registry.has(METRIC_ITEM_NAME, args_lib.JsonRestore):\n handler_registry.add(\n METRIC_ITEM_NAME, args_lib.JsonRestore, metrics_handler\n )\n\n # CompositeCheckpointHandler defers per-item handler creation until\n # save/restore time.\n async_options = options.async_options or AsyncOptions()\n async_options.create_directories_asynchronously &= (\n options.enable_async_checkpointing\n )\n return self._configure_checkpointer_common(\n CompositeCheckpointHandler(\n composite_options=composite_checkpoint_handler.CompositeOptions(\n multiprocessing_options=options.multiprocessing_options,\n async_options=async_options,\n ),\n handler_registry=handler_registry,\n ),\n options,\n options.enable_async_checkpointing,\n )\n\n @property\n def directory(self) -> epath.Path:\n """"""Returns the top-level directory containing checkpoints for all items.""""""\n return self._directory\n\n def all_steps(self, read: bool = False) -> Sequence[int]:\n """"""Returns all steps tracked by the manager.\n\n Args:\n read: If True, forces a read directly from the storage location.\n Otherwise, a cached result can be returned.\n\n Returns:\n A sequence of steps (integers)\n """"""\n if read:\n logging.warning(\n '`read` option is deprecated. Use `reload` to read from disk.'\n )\n self._checkpoints.set(self._load_checkpoint_infos())\n return [ckpt.step for ckpt in self._checkpoints]\n\n def latest_step(self) -> Optional[int]:\n """"""Returns the latest step saved.\n\n Returns None if no steps have been saved.\n\n Returns:\n A step (int) or None if no steps are present.\n """"""\n latest = self._checkpoints.latest()\n return latest.step if latest else None\n\n def best_step(self) -> Optional[int]:\n """"""Returns the best step saved, as defined by `options.best_fn`.\n\n Returns None if no steps have been saved.\n\n Returns:\n A step (int) or None if no steps are present.\n """"""\n if not self._track_best:\n return self.latest_step()\n if self._checkpoints.empty():\n return None\n _, sorted_checkpoints = self._sort_checkpoints_by_metrics(self._checkpoints)\n if not sorted_checkpoints:\n return None\n return sorted_checkpoints[-1].step\n\n def reload(self):\n """"""Reloads internal properties.\n\n Resets internal cache of checkpoint steps, in case the directory managed\n by this object has been updated externally.\n """"""\n self._checkpoints.set(self._load_checkpoint_infos())\n\n def reached_preemption(self, step: int) -> bool:\n """"""Returns True if a preemption sync point has been reached.""""""\n return utils.reached_preemption(step)\n\n def should_save(self, step: int) -> bool:\n """"""Returns True if a checkpoint should be saved for the current step.\n\n This depends the previous step and SaveDecisionPolicy.\n\n Args:\n step: int\n\n Returns:\n True if the checkpoint should be saved.\n """"""\n if self._options.read_only:\n logging.warning('%s is read only, save will be skipped', self.directory)\n return False\n last_checkpoint_step = self.latest_step()\n # Ensure current step is between the last step and next step (accounting for\n # save interval).\n if last_checkpoint_step is not None and last_checkpoint_step >= step:\n return False\n\n if self._options.enable_should_save_is_saving_in_progress_check:\n is_saving_in_progress = self.is_saving_in_progress()\n else:\n is_saving_in_progress = False\n reached_preemption = self.reached_preemption(step)\n current_step_info = checkpoint_info.CheckpointInfo(\n step=step,\n time=datetime.datetime.now(tz=datetime.timezone.utc),\n metrics=None,\n )\n context = save_decision_policy_lib.DecisionContext(\n is_saving_in_progress=is_saving_in_progress,\n reached_preemption=reached_preemption,\n multiprocessing_options=self._multiprocessing_options,\n )\n return self._save_decision_policy.should_save(\n current_step_info, previous_steps=self._checkpoints, context=context\n )\n\n def _get_save_directory(\n self,\n step: int,\n directory: epath.Path,\n ) -> epath.Path:\n """"""Returns the standardized path to a save directory for a single item.""""""\n\n return step_lib.build_step_path(directory, self._step_name_format, step)\n\n def _get_write_step_directory(\n self, step: int, root_dir: epath.Path\n ) -> epath.Path:\n return self._get_save_directory(step, root_dir)\n\n def _get_read_step_directory(\n self, step: int, root_dir: epath.Path\n ) -> epath.Path:\n if self._options.step_name_format is not None:\n return self._options.step_name_format.find_step(root_dir, step).path\n else:\n return self._get_save_directory(step, root_dir)\n\n def delete(self, step: int):\n """"""See superclass documentation.\n\n Delete can be run asynchronously if\n CheckpointManagerOptions.enable_background_delete is set to True.\n\n Args:\n step: The step to delete.\n\n Raises:\n FileNotFoundError: If the step does not exist.\n """"""\n if self._options.read_only:\n logging.warning('%s is read only, delete will be skipped', self.directory)\n return\n if step not in self.all_steps():\n raise FileNotFoundError(\n f'Requested deleting a non-existent step: {step}.'\n )\n self._checkpoint_deleter.delete(step)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:deleted_step',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n # suffix=str(step),\n ),\n timeout=multihost.DIRECTORY_DELETION_TIMEOUT,\n processes=self._multiprocessing_options.active_processes,\n )\n self._checkpoints.delete_if(lambda info: info.step == step)\n\n def _validate_args(\n self,\n items: Optional[Union[Any, Mapping[str, Any]]],\n args: Optional[args_lib.CheckpointArgs],\n ):\n if isinstance(items, args_lib.CheckpointArgs):\n raise ValueError(\n 'Found an instance of `CheckpointArgs` provided for `items`. This may'\n ' be due to misuse of the newer API - make sure to specify the'\n ' argument keyword (e.g. `args=args`).'\n )\n if args is not None:\n if not isinstance(args, args_lib.CheckpointArgs):\n raise ValueError(\n f'Expected args of type `CheckpointArgs`; found {type(args)}.'\n )\n if self._default_item.get():\n if isinstance(args, args_lib.Composite):\n raise ValueError(\n 'Cannot provide `args` of type `Composite` when dealing with a'\n ' single, unnamed (default) checkpointable object.'\n )\n else:\n if not isinstance(args, args_lib.Composite):\n raise ValueError(\n 'Must provide `args` of type `Composite` when dealing with'\n ' multiple checkpointable objects.'\n )\n\n def save(\n self,\n step: int,\n items: Optional[Union[Any, Mapping[str, Any]]] = None,\n save_kwargs: Optional[Union[SaveParams, Mapping[str, SaveParams]]] = None,\n metrics: Optional[PyTree] = None,\n force: Optional[bool] = False,\n args: Optional[args_lib.CheckpointArgs] = None,\n custom_metadata: dict[str, Any] | None = None,\n ) -> bool:\n """"""Saves the provided items.\n\n This method should be called by all hosts - process synchronization and\n actions that need to be performed on only one host are managed internally.\n\n NOTE: The `items` and `save_kwargs` arguments are deprecated, use `args`\n instead. Make sure to configure `CheckpointManager` with `item_names`.\n\n `args` should be a subclass of\n `orbax.checkpoint.args.CheckpointArgs`, the specific type of which is used\n to indicate what logic is used to save the object. For a typical, PyTree of\n arrays, use `StandardSave`/`StandardRestore`.\n\n When constructing the `CheckpointManager`, if no `item_names` were provided,\n it is assumed that we are managing a single object. If `item_names` were\n provided, it is assumed that we are managing multiple objects, and `args`\n must be `orbax.checkpoint.args.CompositeArgs`. See below for details.\n\n Example::\n\n # Single item\n mngr = ocp.CheckpointManager(directory)\n mngr.save(step, args=ocp.args.StandardSave(my_train_state))\n\n # Multiple items\n mngr = ocp.CheckpointManager(directory, item_names=('state', 'meta'))\n mngr.save(step, args=ocp.args.Composite(\n state=ocp.args.StandardSave(my_train_state),\n meta=ocp.args.JsonSave(my_metadata)\n ))\n\n Args:\n step: current step, int\n items: a savable object, or a dictionary of object name to savable object.\n save_kwargs: save kwargs for a single Checkpointer, or a dictionary of\n object name to kwargs needed by the Checkpointer implementation to save\n the object.\n metrics: a dictionary of metric name (string) to numeric value to be\n tracked along with this checkpoint. Required if `options.best_fn` is\n set. Allows users to specify a metric value to determine which\n checkpoints are best and should be kept (in conjunction with\n `options.max_to_keep`).\n force: if `True`, this method will attempt to save a checkpoint regardless\n of the result of `AbstractCheckpointManager.should_save(step)`. By\n default, `save` will only write a checkpoint to disk when the options\n permit, e.g. when `step` is in `options.save_interval_steps` or\n `options.save_on_steps`. Setting `force=True` will not overwrite\n existing checkpoints.\n args: `CheckpointArgs` which is used to save checkpointable objects with\n the appropriate logic.\n custom_metadata: a dictionary of custom metadata to be written to the\n checkpoint directory via StepMetadata.\n\n Returns:\n bool indicating whether a save operation was performed.\n Raises:\n ValueError: if `track_best` was indicated but `metrics` is not provided.\n ValueError: directory creation failed.\n ValueError: if an item is provided for which no `Checkpointer` is\n found.\n ValueError: if the checkpoint already exists.\n """"""\n process_index = multihost.process_index()\n step_stats = step_statistics.SaveStepStatistics()\n step_stats.step = step\n step_stats.checkpoint_manager_blocking_start_time = time.time()\n step_stats.directory = str(self.directory)\n\n if items is None and args is None:\n raise ValueError('Must provide `args` for `save`.')\n self._default_item.set_if_none(determine_default_item_mode_from_args(args))\n self._validate_args(items, args)\n if not force and not self.should_save(step):\n return False\n\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:save_start',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n ),\n processes=self._multiprocessing_options.active_processes,\n record_event_name=(\n '/jax/orbax/write/checkpoint_start_sync_duration_secs'\n ),\n )\n if self.reached_preemption(step):\n logging.info(\n '[process=%s] Saving checkpoint at step %d due to preemption.',\n process_index,\n step,\n )\n step_stats.reached_preemption = True\n step_stats.preemption_received_at = time.time()\n\n # Wait for ongoing saves to complete. Only applicable if some of the\n # checkpointers are AsyncCheckpointers.\n # Must happen after `should_save` to avoid blocking callers.\n step_stats.wait_for_prev_start_time = time.time()\n self.wait_until_finished()\n step_stats.wait_for_prev_duration_secs = (\n time.time() - step_stats.wait_for_prev_start_time\n )\n\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/wait_for_prev_duration_secs',\n step_stats.wait_for_prev_duration_secs,\n )\n self._save_tracker = synchronization.OpTrackerFactory.create_tracker(\n 'checkpoint_manager_save'\n )\n self._save_tracker.start()\n if step in self.all_steps():\n raise StepAlreadyExistsError(\n f'Checkpoint for step {step} already exists.'\n )\n\n if items is None:\n items = {}\n if save_kwargs is None:\n save_kwargs = {}\n if self._default_item.get():\n items = {DEFAULT_ITEM_NAME: items}\n save_kwargs = {DEFAULT_ITEM_NAME: save_kwargs}\n\n if self._track_best and metrics is None:\n logging.warning('Requested `tracked_metric`; did not provide metrics.')\n\n if args is None:\n args_dict = {}\n for key, item in items.items():\n save_ckpt_arg_cls, _ = _get_args_for_key(\n self._checkpointer.handler,\n key,\n )\n extra_args = save_kwargs[key] if key in save_kwargs else {}\n extra_args = extra_args or {}\n args_dict[key] = save_ckpt_arg_cls(item, **extra_args) # pylint: disable=too-many-function-args # pytype: disable=wrong-arg-count\n args = args_lib.Composite(**args_dict)\n else:\n if self._default_item.get():\n args = args_lib.Composite(**{DEFAULT_ITEM_NAME: args})\n else:\n if not isinstance(args, args_lib.Composite):\n raise ValueError(\n f'Expected args of type `Composite`; found {type(args)}.'\n )\n args = typing.cast(args_lib.Composite, args)\n\n args_dict = dict(args.items())\n if any(\n [item_name in RESERVED_ITEM_NAMES for item_name in args_dict.keys()]\n ):\n raise ValueError(\n 'Some provided items have prohibited reserved names:'\n f' {args_dict.keys()}. Reserved names: {RESERVED_ITEM_NAMES}.'\n )\n if (\n metrics is not None and self._track_best\n ) and not self._options.prevent_write_metrics:\n args_dict[METRIC_ITEM_NAME] = args_lib.JsonSave(metrics)\n args = args_lib.Composite(**args_dict)\n\n save_directory = self._get_write_step_directory(step, self.directory)\n logging.info(\n '[process=%s] Saving checkpoint at step %d', process_index, step\n )\n step_stats.checkpointer_blocking_start_time = time.time()\n self._checkpointer.save(\n save_directory, args=args, custom_metadata=custom_metadata, force=True\n )\n step_stats.checkpointer_blocking_duration_secs = (\n time.time() - step_stats.checkpointer_blocking_start_time\n )\n\n self._add_checkpoint_info(step, metrics)\n step_stats.get_old_steps_start_time = time.time()\n steps_to_remove = self._get_old_steps_to_remove()\n step_stats.get_old_steps_duration_secs = (\n time.time() - step_stats.get_old_steps_start_time\n )\n\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/get_old_steps_duration_secs',\n step_stats.get_old_steps_duration_secs,\n )\n\n self._checkpoints.delete_if(lambda info: info.step in steps_to_remove)\n # Sync needed to ensure that old steps to remove are retrieved before\n # actually deleting them during finalize, since retrieval can involve\n # looking at the directory.\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:old_steps_to_remove',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n # suffix=str(step),\n ),\n processes=self._multiprocessing_options.active_processes,\n )\n\n current_thread = threading.current_thread()\n if is_async_checkpointer(self._checkpointer):\n\n def launch_finalize_thread() -> _FinalizeThread:\n is_finalize_in_progress = self._finalize_thread.map(\n lambda t: t is not None and t.is_alive()\n )\n assert not is_finalize_in_progress, (\n 'Save finalization already in progress for'\n f' step={self._finalize_thread.get_not_none().step()}'\n )\n finalize_thread_name = 'save_finalize'\n logging.info(\n '[process=%s][thread=%s][step=%s] Starting CheckpointManager Save'\n ' Finalize thread=%s',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n )\n finalize_thread = _FinalizeThread(\n step=step,\n name=finalize_thread_name,\n target=self._finalize,\n args=(step, steps_to_remove),\n )\n finalize_thread.start()\n return finalize_thread\n\n self._finalize_thread.set_from(launch_finalize_thread)\n\n else:\n self._finalize(step, steps_to_remove)\n logging.info(\n '[process=%s][thread=%s][step=%s] Finished synchronous save.',\n process_index,\n current_thread.name,\n step,\n )\n\n step_stats.synchronous = not is_async_checkpointer(self._checkpointer)\n step_stats.checkpoint_manager_blocking_duration_secs = (\n time.time() - step_stats.checkpoint_manager_blocking_start_time\n )\n self._logger.log_entry(dataclasses.asdict(step_stats))\n return True\n\n def _maybe_get_default_item(\n self, composite_result: args_lib.Composite\n ) -> Union[Any, args_lib.Composite]:\n if self._default_item.get():\n if DEFAULT_ITEM_NAME not in composite_result:\n raise ValueError(\n 'Unable to retrieve default item. Please ensure that a handler for'\n ' the default item is registered using `handler_registry` when'\n ' initializing the `CheckpointManager`.'\n )\n return composite_result[DEFAULT_ITEM_NAME]\n return composite_result\n\n def restore(\n self,\n step: Optional[int],\n items: Optional[Union[Any, Mapping[str, Any]]] = None,\n restore_kwargs: Optional[\n Union[RestoreParams, Mapping[str, RestoreParams]]\n ] = None,\n directory: Optional[epath.PathLike] = None,\n args: Optional[args_lib.CheckpointArgs] = None,\n ) -> Union[Any, Mapping[str, Any]]:\n """"""Restores from the given step and provided items.\n\n This method should be called by all hosts - process synchronization and\n actions that need to be performed on only one host are managed internally.\n\n NOTE: The `items` and `restore_kwargs` arguments are deprecated, use `args`\n instead. Make sure to configure `CheckpointManager` with `item_names`.\n See `save` docstring for additional details.\n\n Example::\n\n # Single item\n mngr = ocp.CheckpointManager(directory)\n mngr.restore(step, args=ocp.args.StandardRestore(abstract_train_state))\n\n # Multiple items\n mngr = ocp.CheckpointManager(directory, item_names=('state', 'meta'))\n mngr.restore(step, args=ocp.args.Composite(\n state=ocp.args.StandardRestore(abstract_train_state),\n meta=ocp.args.JsonRestore(),\n ))\n # If it is acceptable to restore without providing additional arguments,\n # and if a save has already been performed, it is ok to do the following:\n mngr.restore(step, args=ocp.args.Composite(state=None, meta=None))\n # If a save has not already been performed, there is no way for Orbax to\n # know how to restore the objects. If a save has already been performed,\n # it remembers the logic used to save the objects.\n\n Args:\n step: current step, int\n items: a restoreable object, or a dictionary of object name to restorable\n object.\n restore_kwargs: restore kwargs for a single Checkpointer, or a dictionary\n of object name to kwargs needed by the Checkpointer implementation to\n restore the object.\n directory: if provided, uses the given directory rather than the\n `directory` property of this class. Can be used to restore checkpoints\n from an independent location.\n args: `CheckpointArgs` which is used to restore checkpointable objects\n with the appropriate logic.\n\n Returns:\n If managing a single item, returns a single checkpointable object.\n If managing multiple items, returns ocp.args.Composite, where the keys\n are item names, and values are checkpointable objects.\n\n Raises:\n FileNotFoundError: If no steps are found in the directory.\n """"""\n if step is None:\n step = self.latest_step()\n if step is None:\n raise FileNotFoundError(f'No steps found in {self.directory}.')\n directory = directory or self.directory\n directory = epath.Path(directory)\n step_stats = step_statistics.RestoreStepStatistics()\n step_stats.step = step\n step_stats.checkpoint_manager_start_time = time.time()\n step_stats.directory = str(directory)\n\n self._default_item.set_if_none(\n _determine_default_item_mode_from_directory(\n self._get_read_step_directory(step, directory)\n )\n )\n self._validate_args(items, args)\n\n if items is None:\n items = {}\n elif self._default_item.get():\n items = {DEFAULT_ITEM_NAME: items}\n if restore_kwargs is None:\n restore_kwargs = {}\n elif self._default_item.get():\n restore_kwargs = {DEFAULT_ITEM_NAME: restore_kwargs}\n\n if args is None:\n args_dict = {}\n item_keys = set(items.keys()) | set(restore_kwargs.keys())\n for key in item_keys:\n _, restore_ckpt_arg_cls = _get_args_for_key(\n self._checkpointer.handler,\n key,\n )\n item = items[key] if key in items else None\n extra_args = restore_kwargs[key] if key in restore_kwargs else {}\n extra_args = extra_args or {}\n args_dict[key] = restore_ckpt_arg_cls(item, **extra_args) # pylint: disable=too-many-function-args # pytype: disable=wrong-arg-count\n args = args_lib.Composite(**args_dict)\n else:\n if self._default_item.get():\n args = args_lib.Composite(**{DEFAULT_ITEM_NAME: args})\n else:\n args = typing.cast(args_lib.Composite, args)\n\n restore_directory = self._get_read_step_directory(step, directory)\n step_stats.checkpointer_start_time = time.time()\n restored = self._checkpointer.restore(restore_directory, args=args)\n step_stats.checkpointer_duration_secs = (\n time.time() - step_stats.checkpointer_start_time\n )\n\n step_stats.checkpoint_manager_duration_secs = (\n time.time() - step_stats.checkpoint_manager_start_time\n )\n self._logger.log_entry(dataclasses.asdict(step_stats))\n\n return self._maybe_get_default_item(restored)\n\n def item_metadata(\n self, step: int\n ) -> Union[Any, args_lib.Composite, ItemMetadata]:\n """"""Retrieves metadata for all known items.\n\n Important note: This method will soon be deprecated in favor of\n `metadata().item_metadata`. Please use that method instead.\n\n Note that metadata will only be returned for items that can actually be\n interpreted. If an item is present in the checkpoint but not registered\n (using a prior save or restore, or with `handler_registry` at init), the\n item will not be returned.\n\n Args:\n step: The step to retrieve metadata for.\n\n Returns:\n Either metadata for the item itself, if in default-item mode, or a\n Composite of metadata for each item.\n """"""\n return self.metadata(step).item_metadata\n\n # TODO(b/370812224): Deprecate in favor of StepMetadata.metrics\n def metrics(self, step: int) -> Optional[PyTree]:\n return self._get_metrics(step)\n\n @property\n def _metrics_handler(self) -> CheckpointHandler:\n return JsonCheckpointHandler(\n filename=METRIC_ITEM_NAME,\n multiprocessing_options=self._multiprocessing_options,\n )\n\n @property\n def _track_best(self):\n """"""Returns true if we should track the best checkpoints by given metric.""""""\n return self._options.best_fn is not None\n\n def _load_checkpoint_infos(self) -> List[CheckpointInfo]:\n """"""Loads a list of CheckpointInfo for existing checkpoints.\n\n If none are present, returns empty list.\n\n Returns:\n a list of CheckpointInfo, sorted by increasing step.\n """"""\n if not self.directory.exists():\n return []\n start = time.time()\n step_metadatas = self._step_name_format.find_all(self.directory)\n\n def build_checkpoint_info(step_metadata):\n return CheckpointInfo(\n step=step_metadata.step,\n time=step_metadata.commit_timestamp,\n metrics=self.metrics(step_metadata.step),\n )\n\n with concurrent.futures.ThreadPoolExecutor() as executor:\n checkpoint_infos = list(\n executor.map(build_checkpoint_info, step_metadatas)\n )\n checkpoint_infos.sort(key=lambda x: x.step) # Prefer in-place sort.\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/read/load_all_step_metadata_duration_secs',\n time.time() - start,\n )\n logging.info(\n 'Found %d checkpoint steps in %s',\n len(checkpoint_infos),\n self.directory,\n )\n return checkpoint_infos\n\n def _add_checkpoint_info(self, step: int, metrics: Optional[PyTree]):\n self._checkpoints.append(\n CheckpointInfo(\n step, datetime.datetime.now(tz=datetime.timezone.utc), metrics\n )\n )\n\n def _root_metadata_file_path(self, legacy: bool = False) -> epath.Path:\n if not self._metadata_dir.exists():\n raise ValueError(\n f'Root Metadata directory is not initialized: {self._metadata_dir}'\n )\n return checkpoint.root_metadata_file_path(self._metadata_dir, legacy=legacy)\n\n def _maybe_save_root_metadata(\n self, custom_metadata: Mapping[str, Any] | None\n ):\n """"""Saves CheckpointManager level metadata, skips if already present.""""""\n if self._options.save_root_metadata:\n if (\n custom_metadata is not None\n and not self._options.read_only\n and utils.is_primary_host(self._multiprocessing_options.primary_host)\n ):\n self._metadata_dir.mkdir(parents=True, exist_ok=True)\n file_path = self._root_metadata_file_path()\n if not file_path.exists(): # May have been created by a previous run.\n metadata_to_save = self._root_metadata.get()\n if custom_metadata is not None:\n metadata_to_save.custom_metadata = dict(custom_metadata)\n self._blocking_metadata_store.write(\n file_path, serialize_root_metadata(metadata_to_save)\n )\n\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:save_root_metadata',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n ),\n processes=self._multiprocessing_options.active_processes,\n )\n\n def _get_metrics(self, step: int) -> PyTree | None:\n try:\n # Use handler directly, since this happens in a background thread and\n # barriers cannot be used. This usage pattern is not\n # recommended in other contexts.\n metrics = self._metrics_handler.restore(\n self._get_read_step_directory(step, self.directory) / METRIC_ITEM_NAME\n )\n return metrics\n except FileNotFoundError:\n logging.log_first_n(\n logging.INFO,\n 'Missing metrics for step %d',\n 1, # log only once\n step,\n )\n return None\n\n def _get_step_metadata(self, step: int) -> StepMetadata:\n step_metadata = self._checkpointer.metadata(\n self._get_read_step_directory(step, self.directory),\n )\n\n self._default_item.set_if_none(\n _determine_default_item_mode_from_directory(\n self._get_read_step_directory(step, self.directory)\n )\n )\n step_metadata.item_metadata = self._maybe_get_default_item(\n step_metadata.item_metadata\n )\n\n metrics = self._get_metrics(step)\n if metrics is not None:\n validated_metrics = step_metadata_serialization.deserialize(\n {}, metrics=dict(metrics)\n ).metrics\n step_metadata = dataclasses.replace(\n step_metadata,\n metrics=validated_metrics,\n )\n\n return step_metadata\n\n def _get_root_metadata(self) -> RootMetadata:\n if self._root_metadata.get().custom_metadata is None:\n if self._metadata_dir.exists():\n file_path = self._root_metadata_file_path()\n if not file_path.exists():\n logging.warning(\n 'New root metadata file not found in directory: %s. '\n 'Will try to read legacy file.',\n self._metadata_dir,\n )\n file_path = self._root_metadata_file_path(legacy=True)\n serialized_metadata = self._blocking_metadata_store.read(file_path)\n if serialized_metadata is None:\n raise IOError(f'Failed to read metadata from {file_path}')\n self._root_metadata.set(\n root_metadata_serialization.deserialize(serialized_metadata)\n )\n else:\n self._root_metadata.get().custom_metadata = {}\n return self._root_metadata.get()\n\n @overload\n def metadata(self, step: None = None) -> RootMetadata:\n ...\n\n @overload\n def metadata(self, step: int) -> StepMetadata:\n ...\n\n def metadata(self, step: int | None = None) -> RootMetadata | StepMetadata:\n """"""See superclass documentation.""""""\n if step is not None:\n return self._get_step_metadata(step)\n return self._get_root_metadata()\n\n def _sort_checkpoints_by_metrics(\n self, checkpoints: checkpoint_info.CheckpointInfos\n ) -> Tuple[List[CheckpointInfo], List[CheckpointInfo]]:\n """"""Sorts `checkpoints` in order of increasing metric quality.\n\n Checkpoints without corresponding metrics set will be at the beginning.\n\n Args:\n checkpoints: CheckpointInfos to sort.\n\n Returns:\n Tuple of CheckpointInfo lists:\n (checkpoints_without_metrics, checkpoints_sorted_by_metrics)\n """"""\n without_metrics = [info for info in checkpoints if info.metrics is None]\n with_metrics = [info for info in checkpoints if info.metrics is not None]\n\n return without_metrics, sorted(\n with_metrics,\n key=lambda info: self._options.best_fn(info.metrics),\n reverse=(self._options.best_mode == 'min'),\n )\n\n def _cleanup_tmp_directories(self):\n utils.cleanup_tmp_directories(\n self.directory,\n primary_host=self._multiprocessing_options.primary_host,\n active_processes=self._multiprocessing_options.active_processes,\n barrier_sync_key_prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n )\n\n def _get_old_steps_to_remove(self) -> List[int]:\n """"""Returns checkpoints that should be deleted.""""""\n # This isn't a duration but there isn't a general counter that we can use so\n # we abuse a duration metric to count the number of steps examined.\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/old_steps_examined_count',\n self._checkpoints.size(),\n )\n preservation_result = self._preservation_policy.should_preserve(\n [info for info in self._checkpoints],\n context=preservation_policy_lib.PreservationContext(),\n )\n return [\n checkpoint.step\n for checkpoint, should_preserve in zip(\n self._checkpoints, preservation_result\n )\n if not should_preserve\n and (\n self._options.should_keep_fn is None\n or not self._options.should_keep_fn(checkpoint.step)\n )\n ]\n\n def _wait_for_checkpointers(self):\n if is_async_checkpointer(self._checkpointer):\n self._checkpointer.wait_until_finished() # pytype: disable=attribute-error\n\n def wait_until_finished(self):\n """"""Blocks until any incomplete save operations are completed.\n\n Note that this method will typically be a no-op if all checkpointers are\n synchronous, since old checkpoints are already cleaned up immediately after\n completing `save`, and there is no background thread to wait for.\n\n If some checkpointers are of type :py:class:`.AsyncCheckpointer`, however,\n this method will wait until each of these checkpointers is finished.\n """"""\n process_index = multihost.process_index()\n current_thread = threading.current_thread()\n\n if self._finalize_thread.map(\n lambda t: t is None or (not t.is_alive() and t.exception is None)\n ):\n logging.info(\n '[process=%s][thread=%s][wait_until_finished] No Save Finalize'\n ' thread to wait for. Returning.',\n process_index,\n current_thread.name,\n )\n return\n\n step = self._finalize_thread.get_not_none().step()\n finalize_thread_name = self._finalize_thread.get_not_none().name\n try:\n logging.info(\n '[process=%s][thread=%s][step=%s][wait_until_finished] Waiting for'\n ' Save Finalize thread (%s) to complete.',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n )\n # Let all threads join and wait for the finalize thread to complete.\n # Don't call join() with a lock otherwise we will end up serializing the\n # access to the finalize thread.\n self._finalize_thread.get_not_none().join()\n logging.info(\n '[process=%s][thread=%s][step=%s][wait_until_finished] Done'\n ' waiting for Save Finalize thread (%s) running at step=%d.',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n step,\n )\n except BaseException: # pylint:disable=broad-exception-caught\n logging.exception(\n '[process=%s][thread=%s][step=%s][wait_until_finished] Save'\n ' Finalize thread (%s) failed.',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n )\n self._checkpoints.delete_if(lambda info: info.step == step)\n raise\n\n def is_saving_in_progress(self) -> bool:\n """"""Returns whether a checkpoint save is in progress.""""""\n processes_saving = self._save_tracker.get_in_progress_ids()\n logging.vlog(\n 1,\n '[process=%s][is_saving_in_progress] Processes saving: %s',\n multihost.process_index(),\n processes_saving,\n )\n return bool(processes_saving)\n\n def check_for_errors(self):\n """"""Checks for any outstanding errors in completed asynchronous save operations.\n\n Delegates to underlying Checkpointer.\n """"""\n if is_async_checkpointer(self._checkpointer):\n self._checkpointer.check_for_errors() # pytype: disable=attribute-error\n\n def _finalize_checkpoint(self, step: int):\n """"""Executes final actions just before the checkpoint write completes.\n\n * Logs error if any.\n * Records duration saved due to preemption if any.\n\n Args:\n step: finalized checkpoint step.\n """"""\n if utils.is_primary_host(self._multiprocessing_options.primary_host):\n try:\n self.check_for_errors()\n except Exception: # pylint: disable=broad-except\n logging.exception(\n (\n '[step=%s] Checkpointer failed: one or more items may not be'\n ' finalized. Skipping finalization of step checkpoint.'\n ),\n step,\n )\n return None\n # If at a preemption step, record the time since the previous checkpoint.\n # This represents training time that would otherwise have been wasted.\n # If another checkpoint has not been previously saved, measures the time\n # since program start.\n if self.reached_preemption(step):\n if self._checkpoints.size() > 1:\n previous_time = self._checkpoints[-2].time\n else:\n previous_time = _INIT_TIME\n assert not self._checkpoints.empty()\n duration = self._checkpoints[-1].time - previous_time\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/preempt/duration_saved_secs',\n duration.total_seconds(),\n )\n\n def _finalize(self, step: int, steps_to_remove: List[int]):\n """"""Finalizes individual items and starts garbage collection.""""""\n process_index = multihost.process_index()\n current_thread = threading.current_thread()\n try:\n self._non_blocking_metadata_store.wait_until_finished()\n self._wait_for_checkpointers()\n # If an error is encountered while waiting for commit futures to complete,\n # we will not proceed past this point.\n self._finalize_checkpoint(step)\n remove_steps_start_time = time.time()\n self._checkpoint_deleter.delete_steps(steps_to_remove)\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/remove_steps_duration_secs',\n time.time() - remove_steps_start_time,\n )\n finally:\n self._save_tracker.complete()\n logging.info(\n '[process=%s][thread=%s][step=%s] CheckpointManager Save Finalize is'\n ' syncing with other hosts...',\n process_index,\n current_thread.name,\n step,\n )\n barrier_sync_fn = self._create_thread_safe_barrier_sync_fn()\n barrier_sync_fn(\n multihost.unique_barrier_key(\n 'CheckpointManager:finalize',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n suffix=str(step),\n )\n )\n logging.info(\n '[process=%s][thread=%s][step=%s] CheckpointManager Save Finalize is'\n ' done on all hosts.',\n process_index,\n current_thread.name,\n step,\n )\n\n def close(self):\n """"""Waits for outstanding operations to finish and closes internal objects.""""""\n self.wait_until_finished()\n self._checkpointer.close()\n # Call after checkpointer.close().\n self._non_blocking_metadata_store.close()\n self._blocking_metadata_store.close()\n self._checkpoint_deleter.close()\n\n def __contextmanager__(\n self,\n ) -> Iterable[Self]:\n try:\n yield self\n finally:\n self.close()\n",python,tab +1720,8076818,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22106,0,"",python,selection_command +1721,8078964,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22178,0,"",python,selection_command +1722,8079217,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22245,0,"",python,selection_command +1723,8079250,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22252,0,"",python,selection_command +1724,8079274,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22268,0,"",python,selection_command +1725,8079308,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22280,0,"",python,selection_command +1726,8079402,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22313,0,"",python,selection_command +1727,8079403,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22344,0,"",python,selection_command +1728,8079413,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22401,0,"",python,selection_command +1729,8079446,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22417,0,"",python,selection_command +1730,8079479,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22475,0,"",python,selection_command +1731,8079590,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22527,0,"",python,selection_command +1732,8079590,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22577,0,"",python,selection_command +1733,8079598,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22608,0,"",python,selection_command +1734,8079691,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22667,0,"",python,selection_command +1735,8079923,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22683,0,"",python,selection_command +1736,8079980,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22746,0,"",python,selection_command +1737,8080449,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",26072,0,"",python,selection_command +1738,8107336,".venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",22746,0,"",python,selection_command +1739,8108262,"train_dynamics.py",0,0,"",python,tab +1740,8108262,"train_dynamics.py",9258,0,"",python,selection_command +1741,8110809,"train_dynamics.py",10169,0,"",python,selection_command +1742,8111956,"train_dynamics.py",10202,0,"",python,selection_command +1743,8112222,"train_dynamics.py",10228,0,"",python,selection_command +1744,8112233,"train_dynamics.py",10325,0,"",python,selection_command +1745,8112269,"train_dynamics.py",10388,0,"",python,selection_command +1746,8112298,"train_dynamics.py",10453,0,"",python,selection_command +1747,8112467,"train_dynamics.py",10500,0,"",python,selection_command +1748,8112821,"train_dynamics.py",10546,0,"",python,selection_command +1749,8113016,"train_dynamics.py",10583,0,"",python,selection_command +1750,8113085,"train_dynamics.py",10683,0,"",python,selection_command +1751,8118203,"train_dynamics.py",10768,0,"",python,selection_command +1752,8118375,"train_dynamics.py",10758,14," ),",python,selection_command +1753,8118449,"train_dynamics.py",10673,99," dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),",python,selection_command +1754,8118624,"train_dynamics.py",10573,199," model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),",python,selection_command +1755,8118770,"train_dynamics.py",10536,236," args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),",python,selection_command +1756,8126256,"train_dynamics.py",10546,0,"",python,selection_command +1757,8126869,"train_dynamics.py",0,0,"",python,selection_command +1758,8127205,"train_dynamics.py",710,0,"",python,selection_command +1759,8127524,"train_dynamics.py",1598,0,"",python,selection_command +1760,8127867,"train_dynamics.py",2374,0,"",python,selection_command +1761,8128621,"train_dynamics.py",3799,0,"",python,selection_command +1762,8129072,"train_dynamics.py",4730,0,"",python,selection_command +1763,8130024,"train_dynamics.py",4755,0,"",python,selection_command +1764,8130273,"train_dynamics.py",4805,0,"",python,selection_command +1765,8130305,"train_dynamics.py",4849,0,"",python,selection_command +1766,8130334,"train_dynamics.py",4854,0,"",python,selection_command +1767,8130374,"train_dynamics.py",4897,0,"",python,selection_command +1768,8130406,"train_dynamics.py",4923,0,"",python,selection_command +1769,8130439,"train_dynamics.py",4996,0,"",python,selection_command +1770,8130474,"train_dynamics.py",5044,0,"",python,selection_command +1771,8130630,"train_dynamics.py",6086,0,"",python,selection_command +1772,8132506,"train_dynamics.py",6999,0,"",python,selection_command +1773,8133149,"train_dynamics.py",7809,0,"",python,selection_command +1774,8134088,"train_dynamics.py",7810,0,"",python,selection_command +1775,8134334,"train_dynamics.py",7873,0,"",python,selection_command +1776,8134367,"train_dynamics.py",7962,0,"",python,selection_command +1777,8134400,"train_dynamics.py",7963,0,"",python,selection_command +1778,8134432,"train_dynamics.py",8008,0,"",python,selection_command +1779,8134466,"train_dynamics.py",8083,0,"",python,selection_command +1780,8134500,"train_dynamics.py",8136,0,"",python,selection_command +1781,8134534,"train_dynamics.py",8203,0,"",python,selection_command +1782,8134568,"train_dynamics.py",8286,0,"",python,selection_command +1783,8134601,"train_dynamics.py",8337,0,"",python,selection_command +1784,8134640,"train_dynamics.py",8338,0,"",python,selection_command +1785,8134673,"train_dynamics.py",8382,0,"",python,selection_command +1786,8134706,"train_dynamics.py",8395,0,"",python,selection_command +1787,8134739,"train_dynamics.py",8466,0,"",python,selection_command +1788,8134773,"train_dynamics.py",8492,0,"",python,selection_command +1789,8136957,"train_dynamics.py",8466,0,"",python,selection_command +1790,8137122,"train_dynamics.py",8395,0,"",python,selection_command +1791,8141381,"train_dynamics.py",8399,0,"",python,selection_command +1792,8141617,"train_dynamics.py",8416,0,"",python,selection_command +1793,8141648,"train_dynamics.py",8418,0,"",python,selection_command +1794,8141680,"train_dynamics.py",8421,0,"",python,selection_command +1795,8141712,"train_dynamics.py",8422,0,"",python,selection_command +1796,8141746,"train_dynamics.py",8430,0,"",python,selection_command +1797,8142051,"train_dynamics.py",8422,0,"",python,selection_command +1798,8142319,".venv/lib/python3.10/site-packages/orbax/checkpoint/handlers.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Defines exported :py:class:`CheckpointHandler` s and their arguments.\n\n:py:class:`CheckpointHandler` subclasses define logic used to save and restore\nan object to and from a checkpoint. Each :py:class:`CheckpointHandler` has\ncorresponding :py:class:`.SaveArgs` and :py:class:`.RestoreArgs` classes that\ndefine the arguments used to call the handler.\nPrefer to use `ocp.args` to reference these objects.\n""""""\n\n# pylint: disable=g-importing-member, unused-import, g-bad-import-order\n\nfrom orbax.checkpoint._src.handlers.checkpoint_handler import CheckpointHandler\nfrom orbax.checkpoint._src.handlers.async_checkpoint_handler import AsyncCheckpointHandler\n\nfrom orbax.checkpoint._src.handlers import handler_registration\nfrom orbax.checkpoint._src.handlers.handler_registration import DefaultCheckpointHandlerRegistry\nfrom orbax.checkpoint._src.handlers.handler_registration import CheckpointHandlerRegistry\nfrom orbax.checkpoint._src.handlers.handler_registration import create_default_handler_registry\n\nfrom orbax.checkpoint._src.handlers.array_checkpoint_handler import ArrayCheckpointHandler\nfrom orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeCheckpointHandler\nfrom orbax.checkpoint._src.handlers.json_checkpoint_handler import JsonCheckpointHandler\nfrom orbax.checkpoint._src.handlers.proto_checkpoint_handler import ProtoCheckpointHandler\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import PyTreeCheckpointHandler\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import JaxRandomKeyCheckpointHandler\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import NumpyRandomKeyCheckpointHandler\nfrom orbax.checkpoint._src.handlers.standard_checkpoint_handler import StandardCheckpointHandler\n\nfrom orbax.checkpoint._src.handlers.array_checkpoint_handler import ArraySaveArgs\nfrom orbax.checkpoint._src.handlers.array_checkpoint_handler import ArrayRestoreArgs\nfrom orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeArgs\nfrom orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeResults\nfrom orbax.checkpoint._src.handlers.json_checkpoint_handler import JsonSaveArgs\nfrom orbax.checkpoint._src.handlers.json_checkpoint_handler import JsonRestoreArgs\nfrom orbax.checkpoint._src.handlers.proto_checkpoint_handler import ProtoSaveArgs\nfrom orbax.checkpoint._src.handlers.proto_checkpoint_handler import ProtoRestoreArgs\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import PyTreeSaveArgs\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import PyTreeRestoreArgs\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import JaxRandomKeySaveArgs\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import JaxRandomKeyRestoreArgs\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import NumpyRandomKeySaveArgs\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import NumpyRandomKeyRestoreArgs\nfrom orbax.checkpoint._src.handlers.standard_checkpoint_handler import StandardSaveArgs\nfrom orbax.checkpoint._src.handlers.standard_checkpoint_handler import StandardRestoreArgs\n",python,tab +1799,8148660,".venv/lib/python3.10/site-packages/orbax/checkpoint/handlers.py",1367,0,"",python,selection_command +1800,8149152,".venv/lib/python3.10/site-packages/orbax/checkpoint/handlers.py",0,0,"",python,selection_command +1801,8149909,"train_dynamics.py",0,0,"",python,tab +1802,8149910,"train_dynamics.py",8422,0,"",python,selection_command +1803,8150905,"train_dynamics.py",13513,0," dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n ),\n",python,content +1804,8150905,"train_dynamics.py",10573,99," model_state=ocp.args.PyTreeRestore(\n abstract_optimizer_state, partial_restore=True\n ),",python,content +1805,8150905,"train_dynamics.py",8695,263,"",python,content +1806,8150905,"train_dynamics.py",8605,83," ""dataloader_state"",\n save_arg_type=grain.checkpoint.CheckpointSave,\n restore_arg_type=grain.checkpoint.CheckpointRestore,\n handler=grain_handler,",python,content +1807,8150905,"train_dynamics.py",8492,80," ""model_state"",\n save_arg_type=ocp.args.PyTreeSave,\n restore_arg_type=ocp.args.PyTreeRestore,\n handler=pytree_handler,",python,content +1808,8150905,"train_dynamics.py",8466,0," pytree_handler = ocp.handlers.PyTreeCheckpointHandler()\n grain_handler = grain.checkpoint.CheckpointHandler()\n",python,content +1809,8150925,"train_dynamics.py",13675,167,"",python,content +1810,8151410,".venv/lib/python3.10/site-packages/orbax/checkpoint/handlers.py",0,0,"",python,tab +1811,8151952,"train_dynamics.py",0,0,"",python,tab +1812,8151952,"train_dynamics.py",8422,0,"",python,selection_command +1813,8175658,"train_dynamics.py",8493,0,"",python,selection_command +1814,8175872,"train_dynamics.py",8553,0,"",python,selection_command +1815,8176172,"train_dynamics.py",8530,0,"",python,selection_command +1816,8180659,"train_dynamics.py",8587,0,"",python,selection_command +1817,8180890,"train_dynamics.py",8613,0,"",python,selection_command +1818,8180932,"train_dynamics.py",8636,0,"",python,selection_command +1819,8181100,"train_dynamics.py",8613,0,"",python,selection_command +1820,8181313,"train_dynamics.py",8587,0,"",python,selection_command +1821,8181332,"train_dynamics.py",8530,0,"",python,selection_command +1822,8181357,"train_dynamics.py",8470,0,"",python,selection_command +1823,8181632,"train_dynamics.py",8530,0,"",python,selection_command +1824,8181756,"train_dynamics.py",8544,0,"",python,selection_command +1825,8182056,"train_dynamics.py",8546,0,"",python,selection_command +1826,8182342,"train_dynamics.py",8603,0,"",python,selection_command +1827,8182525,"train_dynamics.py",8604,0,"",python,selection_command +1828,8210436,"train_dynamics.py",8466,117,"",python,content +1829,8210772,"train_dynamics.py",8492,146," ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler",python,content +1830,8211134,"train_dynamics.py",8605,174," ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler",python,content +1831,8211685,"train_dynamics.py",8695,0," handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n",python,content +1832,8212675,"train_dynamics.py",8466,0,"",python,selection_command +1833,8226220,"train_dynamics.py",9677,0,"",python,selection_command +1834,8226432,"train_dynamics.py",10888,0,"",python,selection_command +1835,8227653,"train_dynamics.py",10573,137," model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),",python,content +1836,8229140,"train_dynamics.py",10791,0,"",python,selection_command +1837,8229373,"train_dynamics.py",10781,0,"",python,selection_command +1838,8229404,"train_dynamics.py",10766,0,"",python,selection_command +1839,8229592,"train_dynamics.py",10681,0,"",python,selection_command +1840,8233260,"train_dynamics.py",0,0,"",python,selection_command +1841,8236804,"train_dynamics.py",1500,0,"",python,selection_mouse +1842,8236805,"train_dynamics.py",1499,0,"",python,selection_command +1843,8237075,"train_dynamics.py",2330,0,"",python,selection_command +1844,8237244,"train_dynamics.py",3580,0,"",python,selection_command +1845,8239372,"train_dynamics.py",8524,0,"",python,selection_command +1846,8245416,"train_dynamics.py",10650,0,"",python,selection_command +1847,8245986,"train_dynamics.py",10649,0,"",python,selection_command +1848,8246340,"train_dynamics.py",10648,0,"",python,selection_command +1849,8246845,"train_dynamics.py",10648,1,",",python,selection_command +1850,8246902,"train_dynamics.py",10648,17,", partial_restore",python,selection_command +1851,8247091,"train_dynamics.py",10648,18,", partial_restore=",python,selection_command +1852,8247438,"train_dynamics.py",10648,19,", partial_restore=T",python,selection_command +1853,8247705,"train_dynamics.py",10648,22,", partial_restore=True",python,selection_command +1854,8248060,"train_dynamics.py",10648,22,"",python,content +1855,8254372,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1856,8255083,"experiments/dynamics_grain_tok_restore.sh",456,0,"\n",shellscript,content +1857,8255086,"experiments/dynamics_grain_tok_restore.sh",457,0," ",shellscript,content +1858,8255883,"experiments/dynamics_grain_tok_restore.sh",461,0,"--restore_ckpt \",shellscript,content +1859,8256092,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +1860,8258904,"train_dynamics.py",0,0,"",python,tab +1861,8259589,"train_dynamics.py",10573,0,"",python,selection_command +1862,8283011,"train_dynamics.py",10536,0,"",python,selection_command +1863,8283194,"train_dynamics.py",10490,0,"",python,selection_command +1864,8283270,"train_dynamics.py",10443,0,"",python,selection_command +1865,8283399,"train_dynamics.py",10378,0,"",python,selection_command +1866,8285641,"train_dynamics.py",10315,0,"",python,selection_command +1867,8285803,"train_dynamics.py",10218,0,"",python,selection_command +1868,8285978,"train_dynamics.py",10314,0,"\n ",python,content +1869,8286178,"train_dynamics.py",10323,0,"p",python,content +1870,8286179,"train_dynamics.py",10324,0,"",python,selection_keyboard +1871,8286595,"train_dynamics.py",10323,1,"",python,content +1872,8286734,"train_dynamics.py",10323,0,"o",python,content +1873,8286735,"train_dynamics.py",10324,0,"",python,selection_keyboard +1874,8286784,"train_dynamics.py",10324,0,"p",python,content +1875,8286785,"train_dynamics.py",10325,0,"",python,selection_keyboard +1876,8286834,"train_dynamics.py",10325,0,"t",python,content +1877,8286834,"train_dynamics.py",10326,0,"",python,selection_keyboard +1878,8286967,"train_dynamics.py",10326,0,"i",python,content +1879,8286968,"train_dynamics.py",10327,0,"",python,selection_keyboard +1880,8287032,"train_dynamics.py",10327,0,"m",python,content +1881,8287032,"train_dynamics.py",10328,0,"",python,selection_keyboard +1882,8287131,"train_dynamics.py",10328,0,"i",python,content +1883,8287132,"train_dynamics.py",10329,0,"",python,selection_keyboard +1884,8287171,"train_dynamics.py",10329,0,"z",python,content +1885,8287172,"train_dynamics.py",10330,0,"",python,selection_keyboard +1886,8287290,"train_dynamics.py",10330,0,"e",python,content +1887,8287291,"train_dynamics.py",10331,0,"",python,selection_keyboard +1888,8287366,"train_dynamics.py",10331,0,"r",python,content +1889,8287367,"train_dynamics.py",10332,0,"",python,selection_keyboard +1890,8288620,"train_dynamics.py",10332,0,".",python,content +1891,8288620,"train_dynamics.py",10333,0,"",python,selection_keyboard +1892,8291296,"train_dynamics.py",10333,0,"m",python,content +1893,8291296,"train_dynamics.py",10334,0,"",python,selection_keyboard +1894,8291363,"train_dynamics.py",10334,0,"o",python,content +1895,8291364,"train_dynamics.py",10335,0,"",python,selection_keyboard +1896,8291439,"train_dynamics.py",10335,0,"d",python,content +1897,8291440,"train_dynamics.py",10336,0,"",python,selection_keyboard +1898,8291590,"train_dynamics.py",10336,0,"e",python,content +1899,8291590,"train_dynamics.py",10337,0,"",python,selection_keyboard +1900,8291659,"train_dynamics.py",10337,0,"l",python,content +1901,8291659,"train_dynamics.py",10338,0,"",python,selection_keyboard +1902,8291845,"train_dynamics.py",10338,0,".",python,content +1903,8291846,"train_dynamics.py",10339,0,"",python,selection_keyboard +1904,8291981,"train_dynamics.py",10339,0,"t",python,content +1905,8291982,"train_dynamics.py",10340,0,"",python,selection_keyboard +1906,8292021,"train_dynamics.py",10340,0,"o",python,content +1907,8292022,"train_dynamics.py",10341,0,"",python,selection_keyboard +1908,8292086,"train_dynamics.py",10341,0,"k",python,content +1909,8292087,"train_dynamics.py",10342,0,"",python,selection_keyboard +1910,8292185,"train_dynamics.py",10342,0,"e",python,content +1911,8292186,"train_dynamics.py",10343,0,"",python,selection_keyboard +1912,8292298,"train_dynamics.py",10343,0,"n",python,content +1913,8292298,"train_dynamics.py",10344,0,"",python,selection_keyboard +1914,8292322,"train_dynamics.py",10344,0,"i",python,content +1915,8292322,"train_dynamics.py",10345,0,"",python,selection_keyboard +1916,8292417,"train_dynamics.py",10345,0,"z",python,content +1917,8292417,"train_dynamics.py",10346,0,"",python,selection_keyboard +1918,8292502,"train_dynamics.py",10346,0,"e",python,content +1919,8292503,"train_dynamics.py",10347,0,"",python,selection_keyboard +1920,8292600,"train_dynamics.py",10347,0,"r",python,content +1921,8292601,"train_dynamics.py",10348,0,"",python,selection_keyboard +1922,8292662,"train_dynamics.py",10348,0,".",python,content +1923,8292663,"train_dynamics.py",10349,0,"",python,selection_keyboard +1924,8294489,"train_dynamics.py",10349,0,"v",python,content +1925,8294490,"train_dynamics.py",10350,0,"",python,selection_keyboard +1926,8294568,"train_dynamics.py",10350,0,"q",python,content +1927,8294568,"train_dynamics.py",10351,0,"",python,selection_keyboard +1928,8294741,"train_dynamics.py",10351,0,".",python,content +1929,8294741,"train_dynamics.py",10352,0,"",python,selection_keyboard +1930,8295126,"train_dynamics.py",10352,0,"d",python,content +1931,8295126,"train_dynamics.py",10353,0,"",python,selection_keyboard +1932,8295311,"train_dynamics.py",10353,0,"o",python,content +1933,8295311,"train_dynamics.py",10354,0,"",python,selection_keyboard +1934,8295379,"train_dynamics.py",10354,0,"p",python,content +1935,8295379,"train_dynamics.py",10355,0,"",python,selection_keyboard +1936,8295701,"train_dynamics.py",10354,1,"",python,content +1937,8295832,"train_dynamics.py",10353,1,"",python,content +1938,8295898,"train_dynamics.py",10353,0,"r",python,content +1939,8295899,"train_dynamics.py",10354,0,"",python,selection_keyboard +1940,8296000,"train_dynamics.py",10354,0,"o",python,content +1941,8296001,"train_dynamics.py",10355,0,"",python,selection_keyboard +1942,8296048,"train_dynamics.py",10355,0,"p",python,content +1943,8296049,"train_dynamics.py",10356,0,"",python,selection_keyboard +1944,8303667,"train_dynamics.py",10355,0,"",python,selection_command +1945,8308186,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n # FIXME (f.srambical): Propagate this up and change during sampling\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +1946,8310036,"utils/nn.py",7058,0,"",python,selection_command +1947,8310282,"utils/nn.py",6987,0,"",python,selection_command +1948,8310313,"utils/nn.py",6937,0,"",python,selection_command +1949,8310345,"utils/nn.py",6914,0,"",python,selection_command +1950,8310373,"utils/nn.py",6879,0,"",python,selection_command +1951,8310404,"utils/nn.py",6866,0,"",python,selection_command +1952,8310436,"utils/nn.py",6847,0,"",python,selection_command +1953,8310470,"utils/nn.py",6808,0,"",python,selection_command +1954,8310505,"utils/nn.py",6771,0,"",python,selection_command +1955,8310542,"utils/nn.py",6757,0,"",python,selection_command +1956,8310570,"utils/nn.py",6684,0,"",python,selection_command +1957,8310684,"utils/nn.py",6757,0,"",python,selection_command +1958,8310829,"utils/nn.py",6771,0,"",python,selection_command +1959,8311020,"utils/nn.py",6808,0,"",python,selection_command +1960,8311166,"utils/nn.py",6847,0,"",python,selection_command +1961,8311903,"train_dynamics.py",0,0,"",python,tab +1962,8358419,"utils/nn.py",0,0,"",python,tab +1963,8358419,"utils/nn.py",7101,0,"",python,selection_command +1964,8366350,"train_dynamics.py",0,0,"",python,tab +1965,8366350,"train_dynamics.py",10355,0,"",python,selection_command +1966,8367000,"train_dynamics.py",10356,0,"",python,selection_command +1967,8367258,"train_dynamics.py",10356,0,".",python,content +1968,8367258,"train_dynamics.py",10357,0,"",python,selection_keyboard +1969,8367768,"train_dynamics.py",10357,0,"r",python,content +1970,8367768,"train_dynamics.py",10358,0,"",python,selection_keyboard +1971,8367817,"train_dynamics.py",10358,0,"n",python,content +1972,8367817,"train_dynamics.py",10359,0,"",python,selection_keyboard +1973,8367901,"train_dynamics.py",10359,0,"g",python,content +1974,8367902,"train_dynamics.py",10360,0,"",python,selection_keyboard +1975,8367968,"train_dynamics.py",10360,0,"s",python,content +1976,8367969,"train_dynamics.py",10361,0,"",python,selection_keyboard +1977,8368536,"train_dynamics.py",10361,0," ",python,content +1978,8368536,"train_dynamics.py",10362,0,"",python,selection_keyboard +1979,8368671,"train_dynamics.py",10362,0,"=",python,content +1980,8368672,"train_dynamics.py",10363,0,"",python,selection_keyboard +1981,8368815,"train_dynamics.py",10363,0," ",python,content +1982,8368815,"train_dynamics.py",10364,0,"",python,selection_keyboard +1983,8369341,"train_dynamics.py",10364,0,"r",python,content +1984,8369341,"train_dynamics.py",10365,0,"",python,selection_keyboard +1985,8369383,"train_dynamics.py",10365,0,"n",python,content +1986,8369383,"train_dynamics.py",10366,0,"",python,selection_keyboard +1987,8369436,"train_dynamics.py",10366,0,"g",python,content +1988,8369436,"train_dynamics.py",10367,0,"",python,selection_keyboard +1989,8369500,"train_dynamics.py",10367,0,"s",python,content +1990,8369500,"train_dynamics.py",10368,0,"",python,selection_keyboard +1991,8369683,"train_dynamics.py",10368,0,".",python,content +1992,8369684,"train_dynamics.py",10369,0,"",python,selection_keyboard +1993,8371244,"train_dynamics.py",10369,0,"params()",python,content +1994,8371464,"train_dynamics.py",10376,0,"",python,selection_command +1995,8371735,"train_dynamics.py",10375,0,"",python,selection_command +1996,8371960,"train_dynamics.py",10369,0,"",python,selection_command +1997,8374414,"train_dynamics.py",10368,0,"",python,selection_command +1998,8374705,"train_dynamics.py",10368,9,"",python,content +1999,8375331,"train_dynamics.py",10367,0,"",python,selection_command +2000,8375632,"train_dynamics.py",10421,0,"",python,selection_command +2001,8375833,"train_dynamics.py",10367,0,"",python,selection_command +2002,8401696,"test.ipynb",0,0,"nnx.display(model_no_bias)",python,tab +2003,8404540,"test.ipynb",0,0,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n",python,tab +2004,8404540,"test.ipynb",581,0,"",python,selection_mouse +2005,8404978,"test.ipynb",664,0,"",python,selection_mouse +2006,8406935,"test.ipynb",868,0,"",python,selection_mouse +2007,8453810,"test.ipynb",0,0,"",python,selection_command +2008,8455031,"test.ipynb",548,0,"",python,selection_command +2009,8455458,"test.ipynb",549,0,"",python,selection_command +2010,8455696,"test.ipynb",585,0,"",python,selection_command +2011,8455729,"test.ipynb",614,0,"",python,selection_command +2012,8455761,"test.ipynb",642,0,"",python,selection_command +2013,8455850,"test.ipynb",664,0,"",python,selection_command +2014,8455974,"test.ipynb",665,0,"",python,selection_command +2015,8456138,"test.ipynb",666,0,"",python,selection_command +2016,8456424,"test.ipynb",666,26,"class MyModel(nnx.Module):",python,selection_command +2017,8456530,"test.ipynb",666,76,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""",python,selection_command +2018,8456786,"test.ipynb",666,77,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n",python,selection_command +2019,8456898,"test.ipynb",666,134,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):",python,selection_command +2020,8456899,"test.ipynb",666,201,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)",python,selection_command +2021,8456899,"test.ipynb",666,202,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n",python,selection_command +2022,8456911,"test.ipynb",666,227,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):",python,selection_command +2023,8457033,"test.ipynb",666,253,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2024,8464417,"test.ipynb",894,0,"",python,selection_command +2025,8464622,"test.ipynb",869,0,"",python,selection_command +2026,8465044,"test.ipynb",894,0,"",python,selection_command +2027,8465287,"test.ipynb",894,25," return self.linear(x)",python,selection_command +2028,8465402,"test.ipynb",869,50," def __call__(self, x):\n return self.linear(x)",python,selection_command +2029,8465643,"test.ipynb",868,51,"\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2030,8465679,"test.ipynb",801,118," self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2031,8465711,"test.ipynb",744,175," def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2032,8465812,"test.ipynb",743,176,"\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2033,8465813,"test.ipynb",693,226," """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2034,8465898,"test.ipynb",666,253,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2035,8466196,"test.ipynb",666,0,"",python,selection_command +2036,8469918,"test.ipynb",693,0," """"""A simple model containing a Linear layer and dropout.""""""\n",python,content +2037,8469921,"test.ipynb",755,50,"",python,content +2038,8470665,"test.ipynb",880,0," self.dropout = nnx.Dropout(0.5, rngs=rngs) # 0.5 dropout rate as example\n",python,content +2039,8470934,"test.ipynb",959,0," def __call__(self, x, training: bool = True):\n",python,content +2040,8471070,"test.ipynb",1007,0," x = self.linear(x)\n",python,content +2041,8471226,"test.ipynb",1030,0," x = self.dropout(x, training=training)\n",python,content +2042,8471299,"test.ipynb",1073,0," return x\n",python,content +2043,8471300,"test.ipynb",1086,51,"",python,content +2044,8472734,"test.ipynb",959,126," def __call__(self, x):\n return self.linear(x)",python,content +2045,8472734,"test.ipynb",880,78,"",python,content +2046,8472734,"test.ipynb",693,61," """"""A simple model containing a Linear layer.""""""",python,content +2047,8474254,"test.ipynb",666,229,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n ",python,selection_command +2048,8474742,"test.ipynb",666,0,"",python,selection_command +2049,8475500,"test.ipynb",666,26,"class MyModel(nnx.Module):",python,selection_command +2050,8475681,"test.ipynb",666,76,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""",python,selection_command +2051,8475953,"test.ipynb",666,77,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n",python,selection_command +2052,8476750,"test.ipynb",666,134,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):",python,selection_command +2053,8476989,"test.ipynb",666,201,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)",python,selection_command +2054,8477017,"test.ipynb",666,202,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n",python,selection_command +2055,8477117,"test.ipynb",666,227,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):",python,selection_command +2056,8477290,"test.ipynb",666,253,"class MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +2057,8477540,"test.ipynb",666,0,"",python,selection_command +2058,8480394,"test.ipynb",693,0," """"""A simple model containing a Linear layer and dropout.""""""\n",python,content +2059,8480395,"test.ipynb",755,50,"",python,content +2060,8481346,"test.ipynb",880,0," self.dropout = nnx.Dropout(0.5, rngs=rngs) # 0.5 dropout rate as example\n",python,content +2061,8481437,"test.ipynb",959,0," def __call__(self, x, training: bool = True):\n",python,content +2062,8481499,"test.ipynb",1007,0," x = self.linear(x)\n",python,content +2063,8481650,"test.ipynb",1030,0," x = self.dropout(x, training=training)\n",python,content +2064,8481693,"test.ipynb",1073,0," return x\n",python,content +2065,8481693,"test.ipynb",1086,51,"",python,content +2066,8486010,"test.ipynb",959,0,"",python,selection_command +2067,8486182,"test.ipynb",958,0,"",python,selection_command +2068,8486648,"test.ipynb",880,0,"",python,selection_command +2069,8486832,"test.ipynb",884,0,"",python,selection_command +2070,8487133,"test.ipynb",888,0,"",python,selection_command +2071,8487350,"test.ipynb",889,0,"",python,selection_command +2072,8487562,"test.ipynb",897,0,"",python,selection_command +2073,8487672,"test.ipynb",899,0,"",python,selection_command +2074,8488006,"test.ipynb",902,0,"",python,selection_command +2075,8488620,"test.ipynb",903,0,"",python,selection_command +2076,8488817,"test.ipynb",910,0,"",python,selection_command +2077,8488989,"test.ipynb",911,0,"",python,selection_command +2078,8490659,"test.ipynb",844,0,"",python,selection_command +2079,8490812,"test.ipynb",787,0,"",python,selection_command +2080,8491239,"test.ipynb",790,0,"",python,selection_command +2081,8491404,"test.ipynb",791,0,"",python,selection_command +2082,8492333,"test.ipynb",792,0,"",python,selection_command +2083,8492481,"test.ipynb",793,0,"",python,selection_command +2084,8493474,"test.ipynb",794,0,"",python,selection_command +2085,8493667,"test.ipynb",799,0,"",python,selection_command +2086,8494386,"test.ipynb",798,0,"",python,selection_command +2087,8494551,"test.ipynb",797,0,"",python,selection_command +2088,8494666,"test.ipynb",796,0,"",python,selection_command +2089,8494819,"test.ipynb",795,0,"",python,selection_command +2090,8496609,"test.ipynb",794,0,"",python,selection_command +2091,8496747,"test.ipynb",793,0,"",python,selection_command +2092,8496885,"test.ipynb",792,0,"",python,selection_command +2093,8497232,"test.ipynb",793,0,"",python,selection_command +2094,8498296,"test.ipynb",793,0,"d",python,content +2095,8498296,"test.ipynb",794,0,"",python,selection_keyboard +2096,8498363,"test.ipynb",794,0,"r",python,content +2097,8498363,"test.ipynb",795,0,"",python,selection_keyboard +2098,8498463,"test.ipynb",795,0,"o",python,content +2099,8498463,"test.ipynb",796,0,"",python,selection_keyboard +2100,8498549,"test.ipynb",796,0,"p",python,content +2101,8498549,"test.ipynb",797,0,"",python,selection_keyboard +2102,8498629,"test.ipynb",797,0,"o",python,content +2103,8498629,"test.ipynb",798,0,"",python,selection_keyboard +2104,8498696,"test.ipynb",798,0,"u",python,content +2105,8498696,"test.ipynb",799,0,"",python,selection_keyboard +2106,8498784,"test.ipynb",799,0,"t",python,content +2107,8498784,"test.ipynb",800,0,"",python,selection_keyboard +2108,8499838,"test.ipynb",800,0,":",python,content +2109,8499839,"test.ipynb",801,0,"",python,selection_keyboard +2110,8499992,"test.ipynb",801,0," ",python,content +2111,8499993,"test.ipynb",802,0,"",python,selection_keyboard +2112,8500116,"test.ipynb",802,0,"f",python,content +2113,8500117,"test.ipynb",803,0,"",python,selection_keyboard +2114,8500205,"test.ipynb",803,0,"l",python,content +2115,8500205,"test.ipynb",804,0,"",python,selection_keyboard +2116,8500351,"test.ipynb",804,0,"o",python,content +2117,8500351,"test.ipynb",805,0,"",python,selection_keyboard +2118,8500398,"test.ipynb",805,0,"a",python,content +2119,8500398,"test.ipynb",806,0,"",python,selection_keyboard +2120,8500515,"test.ipynb",806,0,"t",python,content +2121,8500516,"test.ipynb",807,0,"",python,selection_keyboard +2122,8500586,"test.ipynb",807,0,",",python,content +2123,8500586,"test.ipynb",808,0,"",python,selection_keyboard +2124,8500753,"test.ipynb",807,0,"",python,selection_command +2125,8501192,"test.ipynb",808,0,"",python,selection_command +2126,8501249,"test.ipynb",808,0," ",python,content +2127,8501250,"test.ipynb",809,0,"",python,selection_keyboard +2128,8501406,"test.ipynb",808,0,"",python,selection_command +2129,8501896,"test.ipynb",881,0,"",python,selection_command +2130,8502846,"test.ipynb",930,0,"dropout",python,content +2131,8502846,"test.ipynb",927,3,"",python,content +2132,8503448,"test.ipynb",948,0,"",python,selection_command +2133,8504817,"test.ipynb",947,0,"",python,selection_command +2134,8504963,"test.ipynb",946,0,"",python,selection_command +2135,8505123,"test.ipynb",946,31,"",python,content +2136,8505124,"test.ipynb",945,0,"",python,selection_command +2137,8507170,"test.ipynb",947,0,"",python,selection_command +2138,8507421,"test.ipynb",994,0,"",python,selection_command +2139,8507444,"test.ipynb",1017,0,"",python,selection_command +2140,8507479,"test.ipynb",1060,0,"",python,selection_command +2141,8507510,"test.ipynb",1073,0,"",python,selection_command +2142,8507544,"test.ipynb",1075,0,"",python,selection_command +2143,8507577,"test.ipynb",1076,0,"",python,selection_command +2144,8507611,"test.ipynb",1094,0,"",python,selection_command +2145,8507898,"test.ipynb",1076,0,"",python,selection_command +2146,8508338,"test.ipynb",1094,0,"",python,selection_command +2147,8508776,"test.ipynb",1076,0,"",python,selection_command +2148,8509069,"test.ipynb",1076,19,"\nrngs = nnx.Rngs(0)",python,selection_command +2149,8509206,"test.ipynb",1076,70,"\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)",python,selection_command +2150,8509349,"test.ipynb",1076,71,"\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n",python,selection_command +2151,8509500,"test.ipynb",1076,103,"\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))",python,selection_command +2152,8509636,"test.ipynb",1076,130,"\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)",python,selection_command +2153,8509835,"test.ipynb",1076,131,"\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n",python,selection_command +2154,8510780,"test.ipynb",1075,132,"",python,content +2155,8511739,"test.ipynb",1074,1,"",python,content +2156,8511752,"test.ipynb",1066,0,"",python,selection_command +2157,8512258,"test.ipynb",1023,0,"",python,selection_command +2158,8517165,"test.ipynb",1042,0,"",python,selection_command +2159,8517312,"test.ipynb",1041,0,"",python,selection_command +2160,8517438,"test.ipynb",1041,1,",",python,selection_command +2161,8517999,"test.ipynb",1041,10,", training",python,selection_command +2162,8518186,"test.ipynb",1041,11,", training=",python,selection_command +2163,8518382,"test.ipynb",1041,19,", training=training",python,selection_command +2164,8518686,"test.ipynb",1041,19,"",python,content +2165,8521969,"test.ipynb",1017,0,"",python,selection_command +2166,8522132,"test.ipynb",970,0,"",python,selection_command +2167,8522410,"test.ipynb",970,1,",",python,selection_command +2168,8522499,"test.ipynb",970,10,", training",python,selection_command +2169,8522672,"test.ipynb",970,11,", training:",python,selection_command +2170,8522823,"test.ipynb",970,16,", training: bool",python,selection_command +2171,8522952,"test.ipynb",970,18,", training: bool =",python,selection_command +2172,8523290,"test.ipynb",970,23,", training: bool = True",python,selection_command +2173,8523619,"test.ipynb",970,23,"",python,content +2174,8527867,"test.ipynb",0,0,"",python,tab +2175,8528372,"test.ipynb",0,0,"",python,tab +2176,8528539,"test.ipynb",0,0,"model_no_bias = MyModel(use_bias=False, rngs=rngs)\nmodel_no_bias(dummy_input)\n\nstate_no_bias = nnx.split(model_no_bias)\nnnx.display(state_no_bias)",python,tab +2177,8528703,"test.ipynb",0,0,"model_with_bias = MyModel(use_bias=True, rngs=rngs)\nmodel_with_bias(dummy_input)\n\nstate_with_bias = nnx.split(model_with_bias)\nnnx.display(state_with_bias)",python,tab +2178,8528966,"test.ipynb",0,0,"",python,tab +2179,8529090,"test.ipynb",0,0,"",python,tab +2180,8530496,"test.ipynb",0,0,"",python,selection_command +2181,8531030,"test.ipynb",10,0,"",python,selection_command +2182,8531172,"test.ipynb",24,0,"",python,selection_command +2183,8531357,"test.ipynb",25,0,"",python,selection_command +2184,8531885,"test.ipynb",25,24,"",python,content +2185,8532075,"test.ipynb",46,0,"",python,selection_command +2186,8532403,"test.ipynb",46,31,"",python,content +2187,8535930,"test.ipynb",47,0,"",python,selection_command +2188,8536179,"test.ipynb",127,0,"",python,selection_command +2189,8536264,"test.ipynb",207,0,"",python,selection_command +2190,8536264,"test.ipynb",260,0,"",python,selection_command +2191,8536279,"test.ipynb",262,0,"",python,selection_command +2192,8536304,"test.ipynb",337,0,"",python,selection_command +2193,8536337,"test.ipynb",408,0,"",python,selection_command +2194,8536374,"test.ipynb",493,0,"",python,selection_command +2195,8536410,"test.ipynb",494,0,"",python,selection_command +2196,8536438,"test.ipynb",530,0,"",python,selection_command +2197,8536470,"test.ipynb",559,0,"",python,selection_command +2198,8536505,"test.ipynb",587,0,"",python,selection_command +2199,8536597,"test.ipynb",609,0,"",python,selection_command +2200,8536598,"test.ipynb",610,0,"",python,selection_command +2201,8536790,"test.ipynb",609,0,"",python,selection_command +2202,8536942,"test.ipynb",587,0,"",python,selection_command +2203,8537156,"test.ipynb",587,21,"os.makedirs(ckpt_dir)",python,selection_command +2204,8537219,"test.ipynb",559,49," shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2205,8537481,"test.ipynb",530,78,"if os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2206,8537513,"test.ipynb",494,114,"ckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2207,8537539,"test.ipynb",493,115,"\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2208,8537645,"test.ipynb",408,200,"# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2209,8537646,"test.ipynb",337,271,"# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2210,8537646,"test.ipynb",262,346,"# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2211,8537671,"test.ipynb",260,348,"#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2212,8537711,"test.ipynb",207,401,"# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2213,8537880,"test.ipynb",127,481,"# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2214,8538051,"test.ipynb",47,561,"# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +2215,8538251,"test.ipynb",47,562,"",python,content +2216,8538885,"test.ipynb",46,0,"",python,selection_command +2217,8539110,"test.ipynb",46,1,"",python,content +2218,8539437,"test.ipynb",46,1,"",python,content +2219,8540792,"test.ipynb",25,0,"",python,selection_command +2220,8540898,"test.ipynb",24,0,"",python,selection_command +2221,8541031,"test.ipynb",10,0,"",python,selection_command +2222,8541374,"test.ipynb",10,14,"",python,content +2223,8541550,"test.ipynb",0,0,"",python,selection_command +2224,8541841,"test.ipynb",0,10,"",python,content +2225,8542173,"test.ipynb",0,1,"",python,content +2226,8547087,"test.ipynb",0,0,"",python,tab +2227,8547844,"test.ipynb",0,0,"",python,tab +2228,8556176,"test.ipynb",0,0,"",python,tab +2229,8556603,"test.ipynb",0,0,"",python,tab +2230,8558143,"test.ipynb",0,0,"",python,tab +2231,8559088,"test.ipynb",0,0,"m",python,content +2232,8559089,"test.ipynb",1,0,"",python,selection_keyboard +2233,8559147,"test.ipynb",1,0,"o",python,content +2234,8559147,"test.ipynb",2,0,"",python,selection_keyboard +2235,8559201,"test.ipynb",2,0,"d",python,content +2236,8559201,"test.ipynb",3,0,"",python,selection_keyboard +2237,8559217,"test.ipynb",3,0,"e",python,content +2238,8559217,"test.ipynb",4,0,"",python,selection_keyboard +2239,8564272,"test.ipynb",4,0,"l",python,content +2240,8564273,"test.ipynb",5,0,"",python,selection_keyboard +2241,8564274,"test.ipynb",5,0,"_",python,content +2242,8564275,"test.ipynb",6,0,"",python,selection_keyboard +2243,8564276,"test.ipynb",6,0,"n",python,content +2244,8564276,"test.ipynb",7,0,"",python,selection_keyboard +2245,8564289,"test.ipynb",7,0,"o",python,content +2246,8564289,"test.ipynb",8,0,"",python,selection_keyboard +2247,8564293,"test.ipynb",8,0,"_",python,content +2248,8564294,"test.ipynb",9,0,"",python,selection_keyboard +2249,8564296,"test.ipynb",9,0,"d",python,content +2250,8564296,"test.ipynb",10,0,"",python,selection_keyboard +2251,8564298,"test.ipynb",10,0,"r",python,content +2252,8564298,"test.ipynb",11,0,"",python,selection_keyboard +2253,8564299,"test.ipynb",11,0,"o",python,content +2254,8564300,"test.ipynb",12,0,"",python,selection_keyboard +2255,8564302,"test.ipynb",12,0,"p",python,content +2256,8564303,"test.ipynb",13,0,"",python,selection_keyboard +2257,8564305,"test.ipynb",13,0,"o",python,content +2258,8564305,"test.ipynb",14,0,"",python,selection_keyboard +2259,8564308,"test.ipynb",14,0,"u",python,content +2260,8564308,"test.ipynb",15,0,"",python,selection_keyboard +2261,8564310,"test.ipynb",15,0,"t",python,content +2262,8564311,"test.ipynb",16,0,"",python,selection_keyboard +2263,8564312,"test.ipynb",16,0," ",python,content +2264,8564313,"test.ipynb",17,0,"",python,selection_keyboard +2265,8564317,"test.ipynb",17,0,"= MyModel(use_bias=False, dropout=0.0, rngs=rngs)",python,content +2266,8565133,"test.ipynb",66,0,"\nmodel_no_dropout(dummy_input)\n\nstate_no_dropout = nnx.split(model_no_dropout)\nnnx.display(state_no_dropout)\n\nmodel_with_dropout = MyModel(use_bias=False, dropout=0.5, rngs=rngs)\nmodel_with_dropout(dummy_input)\n\nstate_with_dropout = nnx.split(model_with_dropout)\nnnx.display(state_with_dropout)",python,content +2267,8565636,"test.ipynb",359,0,"",python,selection_command +2268,8566536,"test.ipynb",308,0,"",python,selection_command +2269,8566719,"test.ipynb",277,0,"",python,selection_command +2270,8566843,"test.ipynb",275,0,"",python,selection_command +2271,8567148,"test.ipynb",206,0,"",python,selection_command +2272,8567289,"test.ipynb",175,0,"",python,selection_command +2273,8569608,"test.ipynb",0,0,"",python,tab +2274,8571745,"test.ipynb",0,0,"",python,tab +2275,8571983,"test.ipynb",206,0,"",python,selection_command +2276,8572271,"test.ipynb",176,68,"model_with_dropout = MyModel(use_bias=False, dropout=0.5, rngs=rngs)",python,selection_command +2277,8572403,"test.ipynb",176,100,"model_with_dropout = MyModel(use_bias=False, dropout=0.5, rngs=rngs)\nmodel_with_dropout(dummy_input)",python,selection_command +2278,8572666,"test.ipynb",176,101,"model_with_dropout = MyModel(use_bias=False, dropout=0.5, rngs=rngs)\nmodel_with_dropout(dummy_input)\n",python,selection_command +2279,8572694,"test.ipynb",176,152,"model_with_dropout = MyModel(use_bias=False, dropout=0.5, rngs=rngs)\nmodel_with_dropout(dummy_input)\n\nstate_with_dropout = nnx.split(model_with_dropout)",python,selection_command +2280,8572720,"test.ipynb",176,184,"model_with_dropout = MyModel(use_bias=False, dropout=0.5, rngs=rngs)\nmodel_with_dropout(dummy_input)\n\nstate_with_dropout = nnx.split(model_with_dropout)\nnnx.display(state_with_dropout)",python,selection_command +2281,8572926,"test.ipynb",175,185,"",python,content +2282,8573999,"test.ipynb",0,0,"",python,tab +2283,8575223,"test.ipynb",0,0,"\nmodel_with_dropout = MyModel(use_bias=False, dropout=0.5, rngs=rngs)\nmodel_with_dropout(dummy_input)\n\nstate_with_dropout = nnx.split(model_with_dropout)\nnnx.display(state_with_dropout)",python,content +2284,8575231,"test.ipynb",1,0,"",python,selection_command +2285,8575697,"test.ipynb",0,0,"",python,selection_command +2286,8575941,"test.ipynb",0,1,"",python,content +2287,8579028,"test.ipynb",0,0,"",python,tab +2288,8579631,"test.ipynb",145,0,"",python,selection_command +2289,8581071,"test.ipynb",0,0,"",python,tab +2290,8581071,"test.ipynb",388,0,"",python,selection_mouse +2291,8581076,"test.ipynb",387,0,"",python,selection_command +2292,8582667,"test.ipynb",0,0,"",python,tab +2293,8583574,"test.ipynb",0,0,"d",python,content +2294,8583574,"test.ipynb",1,0,"",python,selection_keyboard +2295,8583663,"test.ipynb",1,0,"u",python,content +2296,8583664,"test.ipynb",2,0,"",python,selection_keyboard +2297,8583815,"test.ipynb",2,0,"m",python,content +2298,8583815,"test.ipynb",3,0,"",python,selection_keyboard +2299,8583948,"test.ipynb",3,0,"m",python,content +2300,8583949,"test.ipynb",4,0,"",python,selection_keyboard +2301,8584638,"test.ipynb",4,0,"y_input = jnp.ones((1, 10))",python,content +2302,8584885,"test.ipynb",30,0,"",python,selection_command +2303,8587141,"test.ipynb",0,0,"\n",python,content +2304,8587571,"test.ipynb",0,0,"i",python,content +2305,8587571,"test.ipynb",1,0,"",python,selection_keyboard +2306,8587649,"test.ipynb",1,0,"m",python,content +2307,8587649,"test.ipynb",2,0,"",python,selection_keyboard +2308,8587712,"test.ipynb",2,0,"p",python,content +2309,8587713,"test.ipynb",3,0,"",python,selection_keyboard +2310,8587835,"test.ipynb",3,0,"o",python,content +2311,8587836,"test.ipynb",4,0,"",python,selection_keyboard +2312,8587879,"test.ipynb",4,0,"r",python,content +2313,8587880,"test.ipynb",5,0,"",python,selection_keyboard +2314,8588030,"test.ipynb",5,0,"t",python,content +2315,8588031,"test.ipynb",6,0,"",python,selection_keyboard +2316,8588383,"test.ipynb",6,0," jax.numpy as jnp",python,content +2317,8588540,"test.ipynb",22,0,"",python,selection_command +2318,8589990,"test.ipynb",0,0,"",python,tab +2319,8592806,"test.ipynb",0,0,"",python,tab +2320,8594543,"test.ipynb",0,0,"",python,tab +2321,8595766,"test.ipynb",46,0,"",python,selection_command +2322,8595949,"test.ipynb",55,0,"\n",python,content +2323,8596137,"test.ipynb",56,0,"\n",python,content +2324,8596864,"test.ipynb",57,0,"r",python,content +2325,8596864,"test.ipynb",58,0,"",python,selection_keyboard +2326,8596951,"test.ipynb",58,0,"n",python,content +2327,8596951,"test.ipynb",59,0,"",python,selection_keyboard +2328,8597029,"test.ipynb",59,0,"g",python,content +2329,8597030,"test.ipynb",60,0,"",python,selection_keyboard +2330,8597113,"test.ipynb",60,0,"s",python,content +2331,8597113,"test.ipynb",61,0,"",python,selection_keyboard +2332,8597210,"test.ipynb",61,0," ",python,content +2333,8597210,"test.ipynb",62,0,"",python,selection_keyboard +2334,8597698,"test.ipynb",62,0,"= nnx.Rngs(0)",python,content +2335,8597907,"test.ipynb",74,0,"",python,selection_command +2336,8600066,"test.ipynb",0,0,"",python,tab +2337,8600744,"test.ipynb",0,0,"",python,tab +2338,8603437,"test.ipynb",0,0,"",python,tab +2339,8603625,"test.ipynb",0,0,"",python,tab +2340,8604734,"test.ipynb",0,0,"",python,tab +2341,8605275,"test.ipynb",0,0,"",python,tab +2342,8608689,"test.ipynb",63,0,"",python,selection_mouse +2343,8611434,"test.ipynb",0,0,"",python,tab +2344,8612415,"test.ipynb",0,0,"",python,tab +2345,8649679,"test.ipynb",0,0,"",python,tab +2346,8649679,"test.ipynb",122,0,"",python,selection_mouse +2347,8650507,"test.ipynb",121,0,"",python,selection_command +2348,8650651,"test.ipynb",121,5,"",python,content +2349,8650961,"test.ipynb",121,0,"s",python,content +2350,8650962,"test.ipynb",122,0,"",python,selection_keyboard +2351,8651101,"test.ipynb",122,0,"t",python,content +2352,8651101,"test.ipynb",123,0,"",python,selection_keyboard +2353,8651135,"test.ipynb",123,0,"a",python,content +2354,8651135,"test.ipynb",124,0,"",python,selection_keyboard +2355,8651247,"test.ipynb",124,0,"t",python,content +2356,8651248,"test.ipynb",125,0,"",python,selection_keyboard +2357,8651309,"test.ipynb",125,0,"e",python,content +2358,8651310,"test.ipynb",126,0,"",python,selection_keyboard +2359,8651530,"test.ipynb",125,0,"",python,selection_command +2360,8653188,"test.ipynb",0,0,"",python,tab +2361,8655803,"test.ipynb",99,0,"",python,selection_command +2362,8655945,"test.ipynb",101,0,"",python,selection_command +2363,8656069,"test.ipynb",151,0,"",python,selection_command +2364,8656448,"test.ipynb",133,0,"",python,selection_command +2365,8656580,"test.ipynb",132,0,"",python,selection_command +2366,8656718,"test.ipynb",127,0,"",python,selection_command +2367,8656895,"test.ipynb",126,0,"",python,selection_command +2368,8657163,"test.ipynb",127,0,"",python,selection_command +2369,8657356,"test.ipynb",127,5,"",python,content +2370,8657503,"test.ipynb",127,0,"s",python,content +2371,8657503,"test.ipynb",128,0,"",python,selection_keyboard +2372,8657602,"test.ipynb",128,0,"t",python,content +2373,8657603,"test.ipynb",129,0,"",python,selection_keyboard +2374,8657644,"test.ipynb",129,0,"a",python,content +2375,8657645,"test.ipynb",130,0,"",python,selection_keyboard +2376,8657732,"test.ipynb",130,0,"t",python,content +2377,8657732,"test.ipynb",131,0,"",python,selection_keyboard +2378,8657795,"test.ipynb",131,0,"e",python,content +2379,8657796,"test.ipynb",132,0,"",python,selection_keyboard +2380,8696628,"test.ipynb",0,0,"",python,tab +2381,8697959,"test.ipynb",0,0,"j",python,content +2382,8697959,"test.ipynb",1,0,"",python,selection_keyboard +2383,8698102,"test.ipynb",1,0,"n",python,content +2384,8698102,"test.ipynb",2,0,"",python,selection_keyboard +2385,8698146,"test.ipynb",2,0,"p",python,content +2386,8698146,"test.ipynb",3,0,"",python,selection_keyboard +2387,8698620,"test.ipynb",3,0,".",python,content +2388,8698620,"test.ipynb",4,0,"",python,selection_keyboard +2389,8698833,"test.ipynb",4,0,"a",python,content +2390,8698833,"test.ipynb",5,0,"",python,selection_keyboard +2391,8698885,"test.ipynb",5,0,"s",python,content +2392,8698886,"test.ipynb",6,0,"",python,selection_keyboard +2393,8699134,"test.ipynb",6,0,"s",python,content +2394,8699134,"test.ipynb",7,0,"",python,selection_keyboard +2395,8699323,"test.ipynb",7,0,"e",python,content +2396,8699324,"test.ipynb",8,0,"",python,selection_keyboard +2397,8699328,"test.ipynb",8,0,"r",python,content +2398,8699328,"test.ipynb",9,0,"",python,selection_keyboard +2399,8699498,"test.ipynb",9,0,"t",python,content +2400,8699498,"test.ipynb",10,0,"",python,selection_keyboard +2401,8700495,"test.ipynb",10,0,"t",python,content +2402,8700495,"test.ipynb",11,0,"",python,selection_keyboard +2403,8700907,"test.ipynb",10,1,"",python,content +2404,8701230,"test.ipynb",10,0,"_",python,content +2405,8701230,"test.ipynb",11,0,"",python,selection_keyboard +2406,8703851,"test.ipynb",11,0,"allclose(jnp.array([1, 2, 3]), jnp.array([1, 2, 3]))",python,content +2407,8703851,"test.ipynb",3,0,"\n\njnp.testing",python,content +2408,8703851,"test.ipynb",0,0,"import jax.numpy as ",python,content +2409,8704375,"test.ipynb",95,0,"",python,selection_command +2410,8705423,"test.ipynb",25,0,"",python,selection_command +2411,8706490,"test.ipynb",28,0,"",python,selection_command +2412,8707020,"test.ipynb",24,0,"",python,selection_command +2413,8707192,"test.ipynb",3,0,"",python,selection_command +2414,8707548,"test.ipynb",23,0,"\n",python,content +2415,8708760,"test.ipynb",24,0,"i",python,content +2416,8708761,"test.ipynb",25,0,"",python,selection_keyboard +2417,8708767,"test.ipynb",25,0,"m",python,content +2418,8708767,"test.ipynb",26,0,"",python,selection_keyboard +2419,8708919,"test.ipynb",26,0,"p",python,content +2420,8708920,"test.ipynb",27,0,"",python,selection_keyboard +2421,8709014,"test.ipynb",27,0,"o",python,content +2422,8709015,"test.ipynb",28,0,"",python,selection_keyboard +2423,8709123,"test.ipynb",28,0,"r",python,content +2424,8709124,"test.ipynb",29,0,"",python,selection_keyboard +2425,8709124,"test.ipynb",29,0,"t",python,content +2426,8709125,"test.ipynb",30,0,"",python,selection_keyboard +2427,8709285,"test.ipynb",30,0," ",python,content +2428,8709286,"test.ipynb",31,0,"",python,selection_keyboard +2429,8709821,"test.ipynb",30,0,"",python,selection_command +2430,8710172,"test.ipynb",24,8,"",python,content +2431,8710667,"test.ipynb",25,0,"",python,selection_command +2432,8710949,"test.ipynb",28,0,"",python,selection_command +2433,8711104,"test.ipynb",29,0,"",python,selection_command +2434,8713307,"test.ipynb",0,0,"",python,tab +2435,8714733,"test.ipynb",0,0,"",python,tab +2436,8715914,"test.ipynb",28,0,"",python,selection_command +2437,8716065,"test.ipynb",25,0,"",python,selection_command +2438,8716263,"test.ipynb",25,3,"",python,content +2439,8716353,"test.ipynb",25,0,"j",python,content +2440,8716353,"test.ipynb",26,0,"",python,selection_keyboard +2441,8716447,"test.ipynb",26,0,"a",python,content +2442,8716448,"test.ipynb",27,0,"",python,selection_keyboard +2443,8716568,"test.ipynb",27,0,"x",python,content +2444,8716569,"test.ipynb",28,0,"",python,selection_keyboard +2445,8716714,"test.ipynb",28,0,".",python,content +2446,8716715,"test.ipynb",29,0,"",python,selection_keyboard +2447,8717102,"test.ipynb",28,1,"",python,content +2448,8717167,"test.ipynb",27,0,"",python,selection_command +2449,8727739,"test.ipynb",25,0,"",python,selection_command +2450,8727832,"test.ipynb",25,1,"j",python,selection_command +2451,8727877,"test.ipynb",25,3,"jax",python,selection_command +2452,8728146,"test.ipynb",25,4,"jax.",python,selection_command +2453,8728437,"test.ipynb",25,11,"jax.testing",python,selection_command +2454,8729744,"test.ipynb",25,11,"",python,content +2455,8730368,"test.ipynb",25,0,"j",python,content +2456,8730368,"test.ipynb",26,0,"",python,selection_keyboard +2457,8730526,"test.ipynb",26,0,"n",python,content +2458,8730526,"test.ipynb",27,0,"",python,selection_keyboard +2459,8730604,"test.ipynb",27,0,"p",python,content +2460,8730605,"test.ipynb",28,0,"",python,selection_keyboard +2461,8730695,"test.ipynb",27,0,"",python,selection_command +2462,8731003,"test.ipynb",28,0,"",python,selection_command +2463,8731300,"test.ipynb",29,0,"",python,selection_command +2464,8731787,"test.ipynb",29,15,"",python,content +2465,8731930,"test.ipynb",29,0,"a",python,content +2466,8731930,"test.ipynb",30,0,"",python,selection_keyboard +2467,8732213,"test.ipynb",30,0,"l",python,content +2468,8732213,"test.ipynb",31,0,"",python,selection_keyboard +2469,8732372,"test.ipynb",31,0,"l",python,content +2470,8732372,"test.ipynb",32,0,"",python,selection_keyboard +2471,8732504,"test.ipynb",32,0,"c",python,content +2472,8732505,"test.ipynb",33,0,"",python,selection_keyboard +2473,8732701,"test.ipynb",33,0,"l",python,content +2474,8732702,"test.ipynb",34,0,"",python,selection_keyboard +2475,8732886,"test.ipynb",34,0,"o",python,content +2476,8732887,"test.ipynb",35,0,"",python,selection_keyboard +2477,8732930,"test.ipynb",35,0,"s",python,content +2478,8732930,"test.ipynb",36,0,"",python,selection_keyboard +2479,8732966,"test.ipynb",36,0,"e",python,content +2480,8732967,"test.ipynb",37,0,"",python,selection_keyboard +2481,8733238,"test.ipynb",36,0,"",python,selection_command +2482,8733558,"test.ipynb",37,0,"",python,selection_command +2483,8733794,"test.ipynb",38,0,"",python,selection_command +2484,8734792,"test.ipynb",38,42,"",python,content +2485,8736731,"test.ipynb",38,0,"m",python,content +2486,8736732,"test.ipynb",39,0,"",python,selection_keyboard +2487,8736760,"test.ipynb",39,0,"o",python,content +2488,8736761,"test.ipynb",40,0,"",python,selection_keyboard +2489,8736802,"test.ipynb",40,0,"d",python,content +2490,8736803,"test.ipynb",41,0,"",python,selection_keyboard +2491,8736922,"test.ipynb",41,0,"e",python,content +2492,8736922,"test.ipynb",42,0,"",python,selection_keyboard +2493,8737089,"test.ipynb",42,0,"l",python,content +2494,8737090,"test.ipynb",43,0,"",python,selection_keyboard +2495,8738360,"test.ipynb",42,0,"",python,selection_command +2496,8741730,"test.ipynb",38,0,"",python,selection_command +2497,8741882,"test.ipynb",38,5,"",python,content +2498,8742148,"test.ipynb",38,0,"s",python,content +2499,8742148,"test.ipynb",39,0,"",python,selection_keyboard +2500,8742269,"test.ipynb",39,0,"t",python,content +2501,8742269,"test.ipynb",40,0,"",python,selection_keyboard +2502,8742294,"test.ipynb",40,0,"a",python,content +2503,8742294,"test.ipynb",41,0,"",python,selection_keyboard +2504,8742427,"test.ipynb",41,0,"t",python,content +2505,8742428,"test.ipynb",42,0,"",python,selection_keyboard +2506,8742501,"test.ipynb",42,0,"e",python,content +2507,8742502,"test.ipynb",43,0,"",python,selection_keyboard +2508,8742751,"test.ipynb",43,0,"_",python,content +2509,8742752,"test.ipynb",44,0,"",python,selection_keyboard +2510,8743211,"test.ipynb",44,0,"with_dropout, state_no_dropout",python,content +2511,8743461,"test.ipynb",73,0,"",python,selection_command +2512,8745299,"test.ipynb",25,0,"",python,selection_command +2513,8745561,"test.ipynb",25,0,"j",python,content +2514,8745562,"test.ipynb",26,0,"",python,selection_keyboard +2515,8745819,"test.ipynb",26,0,"n",python,content +2516,8745819,"test.ipynb",27,0,"",python,selection_keyboard +2517,8745869,"test.ipynb",27,0,"p",python,content +2518,8745870,"test.ipynb",28,0,"",python,selection_keyboard +2519,8746162,"test.ipynb",28,0,".",python,content +2520,8746163,"test.ipynb",29,0,"",python,selection_keyboard +2521,8746433,"test.ipynb",29,0,"t",python,content +2522,8746433,"test.ipynb",30,0,"",python,selection_keyboard +2523,8746612,"test.ipynb",30,0,"r",python,content +2524,8746612,"test.ipynb",31,0,"",python,selection_keyboard +2525,8746669,"test.ipynb",31,0,"e",python,content +2526,8746669,"test.ipynb",32,0,"",python,selection_keyboard +2527,8747323,"test.ipynb",31,1,"",python,content +2528,8747429,"test.ipynb",30,1,"",python,content +2529,8747581,"test.ipynb",29,1,"",python,content +2530,8747707,"test.ipynb",28,1,"",python,content +2531,8747867,"test.ipynb",27,1,"",python,content +2532,8748189,"test.ipynb",26,1,"",python,content +2533,8748264,"test.ipynb",26,0,"a",python,content +2534,8748264,"test.ipynb",27,0,"",python,selection_keyboard +2535,8748403,"test.ipynb",27,0,"x",python,content +2536,8748404,"test.ipynb",28,0,"",python,selection_keyboard +2537,8748542,"test.ipynb",28,0,".",python,content +2538,8748542,"test.ipynb",29,0,"",python,selection_keyboard +2539,8748698,"test.ipynb",29,0,"t",python,content +2540,8748698,"test.ipynb",30,0,"",python,selection_keyboard +2541,8748865,"test.ipynb",30,0,"r",python,content +2542,8748865,"test.ipynb",31,0,"",python,selection_keyboard +2543,8748897,"test.ipynb",31,0,"e",python,content +2544,8748897,"test.ipynb",32,0,"",python,selection_keyboard +2545,8749074,"test.ipynb",32,0,"e",python,content +2546,8749074,"test.ipynb",33,0,"",python,selection_keyboard +2547,8749197,"test.ipynb",33,0,".",python,content +2548,8749197,"test.ipynb",34,0,"",python,selection_keyboard +2549,8749371,"test.ipynb",34,0,"m",python,content +2550,8749372,"test.ipynb",35,0,"",python,selection_keyboard +2551,8749488,"test.ipynb",35,0,"a",python,content +2552,8749489,"test.ipynb",36,0,"",python,selection_keyboard +2553,8749582,"test.ipynb",36,0,"p",python,content +2554,8749582,"test.ipynb",37,0,"",python,selection_keyboard +2555,8749807,"test.ipynb",37,0,"(",python,content +2556,8749808,"test.ipynb",38,0,"",python,selection_keyboard +2557,8750048,"test.ipynb",37,0,"",python,selection_command +2558,8750331,"test.ipynb",88,0,"",python,selection_command +2559,8750393,"test.ipynb",88,0,")",python,content +2560,8750393,"test.ipynb",89,0,"",python,selection_keyboard +2561,8750751,"test.ipynb",88,0,"",python,selection_command +2562,8751137,"test.ipynb",87,0,"",python,selection_command +2563,8751397,"test.ipynb",71,0,"",python,selection_command +2564,8751416,"test.ipynb",69,0,"",python,selection_command +2565,8751449,"test.ipynb",51,0,"",python,selection_command +2566,8751480,"test.ipynb",50,0,"",python,selection_command +2567,8751514,"test.ipynb",42,0,"",python,selection_command +2568,8751546,"test.ipynb",41,0,"",python,selection_command +2569,8751580,"test.ipynb",38,0,"",python,selection_command +2570,8751879,"test.ipynb",41,0,"",python,selection_command +2571,8752087,"test.ipynb",42,0,"",python,selection_command +2572,8754598,"test.ipynb",41,0,"",python,selection_command +2573,8754983,"test.ipynb",38,0,"",python,selection_command +2574,8755664,"test.ipynb",38,0,"l",python,content +2575,8755665,"test.ipynb",39,0,"",python,selection_keyboard +2576,8755764,"test.ipynb",39,0,"a",python,content +2577,8755765,"test.ipynb",40,0,"",python,selection_keyboard +2578,8755886,"test.ipynb",40,0,"m",python,content +2579,8755887,"test.ipynb",41,0,"",python,selection_keyboard +2580,8756055,"test.ipynb",41,0,"b",python,content +2581,8756056,"test.ipynb",42,0,"",python,selection_keyboard +2582,8756100,"test.ipynb",42,0,"d",python,content +2583,8756100,"test.ipynb",43,0,"",python,selection_keyboard +2584,8756147,"test.ipynb",43,0,"a",python,content +2585,8756148,"test.ipynb",44,0,"",python,selection_keyboard +2586,8757016,"test.ipynb",44,0," ",python,content +2587,8757017,"test.ipynb",45,0,"",python,selection_keyboard +2588,8757431,"test.ipynb",45,0,"x",python,content +2589,8757431,"test.ipynb",46,0,"",python,selection_keyboard +2590,8757675,"test.ipynb",46,0,":",python,content +2591,8757676,"test.ipynb",47,0,"",python,selection_keyboard +2592,8757769,"test.ipynb",47,0," ",python,content +2593,8757769,"test.ipynb",48,0,"",python,selection_keyboard +2594,8759849,"test.ipynb",47,1,"",python,content +2595,8760144,"test.ipynb",46,1,"",python,content +2596,8760146,"test.ipynb",45,1,"",python,content +2597,8760148,"test.ipynb",44,1,"",python,content +2598,8760184,"test.ipynb",43,1,"",python,content +2599,8760338,"test.ipynb",42,1,"",python,content +2600,8760518,"test.ipynb",41,1,"",python,content +2601,8760703,"test.ipynb",40,1,"",python,content +2602,8760886,"test.ipynb",39,1,"",python,content +2603,8761060,"test.ipynb",38,1,"",python,content +2604,8761192,"test.ipynb",37,0,"",python,selection_command +2605,8761716,"test.ipynb",24,0,"",python,selection_command +2606,8761885,"test.ipynb",12,0,"",python,selection_command +2607,8762245,"test.ipynb",0,0,"\n",python,content +2608,8762408,"test.ipynb",0,0,"i",python,content +2609,8762409,"test.ipynb",1,0,"",python,selection_keyboard +2610,8762574,"test.ipynb",1,0,"m",python,content +2611,8762574,"test.ipynb",2,0,"",python,selection_keyboard +2612,8762575,"test.ipynb",2,0,"p",python,content +2613,8762576,"test.ipynb",3,0,"",python,selection_keyboard +2614,8762600,"test.ipynb",3,0,"o",python,content +2615,8762601,"test.ipynb",4,0,"",python,selection_keyboard +2616,8762672,"test.ipynb",4,0,"r",python,content +2617,8762672,"test.ipynb",5,0,"",python,selection_keyboard +2618,8762778,"test.ipynb",5,0,"t",python,content +2619,8762778,"test.ipynb",6,0,"",python,selection_keyboard +2620,8762834,"test.ipynb",6,0," ",python,content +2621,8762835,"test.ipynb",7,0,"",python,selection_keyboard +2622,8762934,"test.ipynb",7,0,"j",python,content +2623,8762935,"test.ipynb",8,0,"",python,selection_keyboard +2624,8762984,"test.ipynb",8,0,"a",python,content +2625,8762985,"test.ipynb",9,0,"",python,selection_keyboard +2626,8763098,"test.ipynb",9,0,"x",python,content +2627,8763099,"test.ipynb",10,0,"",python,selection_keyboard +2628,8763409,"test.ipynb",9,0,"",python,selection_command +2629,8764349,"test.ipynb",20,0,"",python,selection_command +2630,8764522,"test.ipynb",35,0,"",python,selection_command +2631,8764671,"test.ipynb",45,0,"",python,selection_command +2632,8768504,"test.ipynb",36,64,"jax.tree.map(jnp.allclose(state_with_dropout, state_no_dropout))",python,selection_command +2633,8768866,"test.ipynb",36,0,"",python,selection_command +2634,8771645,"test.ipynb",36,0,"jax.tree_util.tree_map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout)\n",python,content +2635,8771647,"test.ipynb",129,65,"",python,content +2636,8778666,"test.ipynb",45,0,"",python,selection_command +2637,8778957,"test.ipynb",36,0,"",python,selection_command +2638,8779549,"test.ipynb",39,0,"",python,selection_command +2639,8779731,"test.ipynb",40,0,"",python,selection_command +2640,8780030,"test.ipynb",40,9,"",python,content +2641,8780216,"test.ipynb",40,0,"t",python,content +2642,8780216,"test.ipynb",41,0,"",python,selection_keyboard +2643,8780400,"test.ipynb",41,0,"r",python,content +2644,8780400,"test.ipynb",42,0,"",python,selection_keyboard +2645,8780446,"test.ipynb",42,0,"e",python,content +2646,8780446,"test.ipynb",43,0,"",python,selection_keyboard +2647,8780564,"test.ipynb",43,0,"e",python,content +2648,8780564,"test.ipynb",44,0,"",python,selection_keyboard +2649,8780767,"test.ipynb",43,0,"",python,selection_command +2650,8781088,"test.ipynb",44,0,"",python,selection_command +2651,8781350,"test.ipynb",45,0,"",python,selection_command +2652,8781716,"test.ipynb",45,1,"t",python,selection_command +2653,8781817,"test.ipynb",45,8,"tree_map",python,selection_command +2654,8782194,"test.ipynb",45,7,"tree_ma",python,selection_command +2655,8782496,"test.ipynb",45,6,"tree_m",python,selection_command +2656,8782496,"test.ipynb",45,5,"tree_",python,selection_command +2657,8782600,"test.ipynb",45,4,"tree",python,selection_command +2658,8782722,"test.ipynb",45,4,"",python,content +2659,8783203,"test.ipynb",45,1,"",python,content +2660,8790222,"test.ipynb",36,0,"",python,selection_command +2661,8790537,"test.ipynb",36,0,"p",python,content +2662,8790538,"test.ipynb",37,0,"",python,selection_keyboard +2663,8790618,"test.ipynb",37,0,"r",python,content +2664,8790618,"test.ipynb",38,0,"",python,selection_keyboard +2665,8790712,"test.ipynb",38,0,"i",python,content +2666,8790713,"test.ipynb",39,0,"",python,selection_keyboard +2667,8790781,"test.ipynb",39,0,"n",python,content +2668,8790781,"test.ipynb",40,0,"",python,selection_keyboard +2669,8790886,"test.ipynb",40,0,"t",python,content +2670,8790886,"test.ipynb",41,0,"",python,selection_keyboard +2671,8791099,"test.ipynb",41,0,"(",python,content +2672,8791100,"test.ipynb",42,0,"",python,selection_keyboard +2673,8791251,"test.ipynb",41,0,"",python,selection_command +2674,8791569,"test.ipynb",125,0,"",python,selection_command +2675,8791598,"test.ipynb",125,0,")",python,content +2676,8791599,"test.ipynb",126,0,"",python,selection_keyboard +2677,8799031,"test.ipynb",125,0,"",python,selection_command +2678,8799350,"test.ipynb",125,1,"",python,content +2679,8799354,"test.ipynb",124,0,"",python,selection_command +2680,8800013,"test.ipynb",36,0,"",python,selection_command +2681,8800429,"test.ipynb",36,1,"p",python,selection_command +2682,8800486,"test.ipynb",36,5,"print",python,selection_command +2683,8800694,"test.ipynb",36,6,"print(",python,selection_command +2684,8801609,"test.ipynb",36,6,"",python,content +2685,8802114,"test.ipynb",36,0,"f",python,content +2686,8802115,"test.ipynb",37,0,"",python,selection_keyboard +2687,8802214,"test.ipynb",37,0," ",python,content +2688,8802214,"test.ipynb",38,0,"",python,selection_keyboard +2689,8802581,"test.ipynb",37,1,"",python,content +2690,8802738,"test.ipynb",36,1,"",python,content +2691,8802927,"test.ipynb",36,0,"i",python,content +2692,8802927,"test.ipynb",37,0,"",python,selection_keyboard +2693,8803019,"test.ipynb",37,0,"f",python,content +2694,8803019,"test.ipynb",38,0,"",python,selection_keyboard +2695,8803107,"test.ipynb",38,0," ",python,content +2696,8803107,"test.ipynb",39,0,"",python,selection_keyboard +2697,8803395,"test.ipynb",38,0,"",python,selection_command +2698,8805288,"test.ipynb",122,0,"\nprint(is_close)",python,content +2699,8805288,"test.ipynb",38,0,"s_close =",python,content +2700,8805288,"test.ipynb",37,1,"",python,content +2701,8813362,"test.ipynb",141,0,"",python,selection_command +2702,8813703,"test.ipynb",130,16,"",python,content +2703,8813708,"test.ipynb",36,0,"",python,selection_command +2704,8813827,"test.ipynb",35,0,"",python,selection_command +2705,8814347,"test.ipynb",36,0,"",python,selection_command +2706,8815159,"test.ipynb",45,0,"",python,selection_command +2707,8815366,"test.ipynb",47,0,"",python,selection_command +2708,8815555,"test.ipynb",50,0,"",python,selection_command +2709,8815730,"test.ipynb",51,0,"",python,selection_command +2710,8815860,"test.ipynb",55,0,"",python,selection_command +2711,8816064,"test.ipynb",56,0,"",python,selection_command +2712,8816230,"test.ipynb",59,0,"",python,selection_command +2713,8816483,"test.ipynb",60,0,"",python,selection_command +2714,8816630,"test.ipynb",67,0,"",python,selection_command +2715,8816823,"test.ipynb",68,0,"",python,selection_command +2716,8817233,"test.ipynb",36,94,"is_close = jax.tree.map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout)",python,selection_command +2717,8837967,"test.ipynb",0,0,"",python,tab +2718,8837967,"test.ipynb",174,0,"",python,selection_mouse +2719,8837968,"test.ipynb",173,0,"",python,selection_command +2720,8838383,"test.ipynb",0,175,"model_no_dropout = MyModel(use_bias=False, dropout=0.0, rngs=rngs)\nmodel_no_dropout(dummy_input)\n\nstate_no_dropout = nnx.state(model_no_dropout)\nnnx.display(state_no_dropout)\n",python,selection_command +2721,8838702,"test.ipynb",175,0,"",python,selection_command +2722,8842939,"test.ipynb",0,0,"",python,tab +2723,8842940,"test.ipynb",34,0,"",python,selection_mouse +2724,8842948,"test.ipynb",33,0,"",python,selection_command +2725,8843101,"test.ipynb",0,130,"import jax\nimport jax.numpy as jnp\n\nis_close = jax.tree.map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout)",python,selection_command +2726,8843362,"test.ipynb",58,0,"",python,selection_command +2727,8858192,"test.ipynb",0,0,"",python,tab +2728,8859922,"test.ipynb",0,0,"",python,tab +2729,8859922,"test.ipynb",101,0,"",python,selection_mouse +2730,8861011,"test.ipynb",89,0,"",python,selection_mouse +2731,8861533,"test.ipynb",101,0,"",python,selection_mouse +2732,8890764,"test.ipynb",0,0,"",python,tab +2733,8891766,"test.ipynb",0,0,"",python,tab +2734,8891766,"test.ipynb",125,0,"",python,selection_mouse +2735,8892287,"test.ipynb",36,94,"is_close = jax.tree.map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout)",python,selection_command +2736,8892604,"test.ipynb",36,94,"is_close = jax.tree_util.tree_map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout)\nprint(""States are close:"", is_close)\n",python,content +2737,8911708,"test.ipynb",169,0,"",python,selection_mouse +2738,8912127,"test.ipynb",64,0,"",python,selection_command +2739,8912301,"test.ipynb",36,104,"is_close = jax.tree_util.tree_map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout)",python,selection_command +2740,8912415,"test.ipynb",36,141,"is_close = jax.tree_util.tree_map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout) print(""States are close:"", is_close)",python,content +2741,8912419,"test.ipynb",140,0,"",python,selection_command +2742,8912612,"test.ipynb",140,0,"# To get a summary of which parts are different:\ndef compare_states(state1, state2):\n """"""Compare two states and show which parts are different.""""""\n def compare_leaf(path, x, y):\n if jnp.allclose(x, y):\n return f""{path}: Same""\n else:\n return f""{path}: Different""\n \n return jax.tree_util.tree_map_with_path(compare_leaf, state1, state2)\n\ncomparison = compare_states(state_with_dropout, state_no_dropout)\n",python,content +2743,8914088,"test.ipynb",140,450,"",python,content +2744,8914103,"test.ipynb",178,0,"",python,selection_command +2745,8914563,"test.ipynb",36,0,"",python,selection_command +2746,8914718,"test.ipynb",36,141,"is_close = jax.tree_util.tree_map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout) print(""States are close:"", is_close)",python,selection_command +2747,8914820,"test.ipynb",36,142,"is_close = jax.tree_util.tree_map(lambda x, y: jnp.allclose(x, y), state_with_dropout, state_no_dropout) print(""States are close:"", is_close)\n",python,selection_command +2748,8915196,"test.ipynb",36,142,"# To get a summary of which parts are different:\ndef compare_states(state1, state2):\n """"""Compare two states and show which parts are different.""""""\n def compare_leaf(path, x, y):\n if jnp.allclose(x, y):\n return f""{path}: Same""\n else:\n return f""{path}: Different""\n \n return jax.tree_util.tree_map_with_path(compare_leaf, state1, state2)\n\ncomparison = compare_states(state_with_dropout, state_no_dropout)\n",python,content +2749,8918204,"test.ipynb",36,149,"# To get a summary of which parts are different:\ndef compare_states(state1, state2):\n """"""Compare two states and show which parts are different.""""""",python,selection_command +2750,8918978,"test.ipynb",125,0,"",python,selection_command +2751,8920618,"test.ipynb",190,0,"",python,selection_command +2752,8920865,"test.ipynb",224,0,"",python,selection_command +2753,8920899,"test.ipynb",255,0,"",python,selection_command +2754,8920931,"test.ipynb",290,0,"",python,selection_command +2755,8920963,"test.ipynb",304,0,"",python,selection_command +2756,8920999,"test.ipynb",343,0,"",python,selection_command +2757,8921030,"test.ipynb",349,0,"",python,selection_command +2758,8921064,"test.ipynb",419,0,"",python,selection_command +2759,8921100,"test.ipynb",424,0,"",python,selection_command +2760,8921131,"test.ipynb",486,0,"",python,selection_command +2761,8924151,"test.ipynb",486,0,"p",python,content +2762,8924152,"test.ipynb",487,0,"",python,selection_keyboard +2763,8924203,"test.ipynb",487,0,"r",python,content +2764,8924204,"test.ipynb",488,0,"",python,selection_keyboard +2765,8924303,"test.ipynb",488,0,"i",python,content +2766,8924303,"test.ipynb",489,0,"",python,selection_keyboard +2767,8924395,"test.ipynb",489,0,"n",python,content +2768,8924396,"test.ipynb",490,0,"",python,selection_keyboard +2769,8924424,"test.ipynb",490,0,"t",python,content +2770,8924424,"test.ipynb",491,0,"",python,selection_keyboard +2771,8924685,"test.ipynb",491,0,"()",python,content +2772,8924686,"test.ipynb",492,0,"",python,selection_keyboard +2773,8925146,"test.ipynb",492,0,"comparison",python,content +2774,8955367,"test.ipynb",0,0,"",python,tab +2775,8955368,"test.ipynb",96,0,"",python,selection_mouse +2776,8955370,"test.ipynb",95,0,"",python,selection_command +2777,8956467,"test.ipynb",0,0,"",python,tab +2778,8956680,"test.ipynb",0,0,"",python,tab +2779,8965669,"test.ipynb",0,0,"",python,tab +2780,8988574,"test.ipynb",0,0,"",python,tab +2781,8996504,"train_dynamics.py",0,0,"",python,tab +2782,9023543,"train_dynamics.py",10665,0,"",python,selection_mouse +2783,9024030,"train_dynamics.py",10691,0,"",python,selection_mouse +2784,9030458,"train_dynamics.py",10289,0,"",python,selection_mouse +2785,9033509,"train_dynamics.py",10218,97,"",python,content +2786,9033529,"train_dynamics.py",10226,0,"",python,selection_command +2787,9035161,"train_dynamics.py",10226,0,"# FIXME (f.srambical): pass sharding information for restoration onto different topology\n ",python,content +2788,9035171,"train_dynamics.py",10289,0,"",python,selection_command +2789,9035948,"train_dynamics.py",10367,0,"",python,selection_command +2790,9036112,"train_dynamics.py",10430,0,"",python,selection_command +2791,9036291,"train_dynamics.py",10369,0,"",python,selection_command +2792,9036565,"train_dynamics.py",10377,0,"",python,selection_command +2793,9079970,"train_dynamics.py",13827,0,"",python,selection_command +2794,9080583,"train_dynamics.py",13796,0,"",python,selection_command +2795,9080810,"train_dynamics.py",13795,0,"",python,selection_command +2796,9080843,"train_dynamics.py",13773,0,"",python,selection_command +2797,9080874,"train_dynamics.py",13734,0,"",python,selection_command +2798,9080910,"train_dynamics.py",13676,0,"",python,selection_command +2799,9080949,"train_dynamics.py",13658,0,"",python,selection_command +2800,9080982,"train_dynamics.py",13635,0,"",python,selection_command +2801,9081008,"train_dynamics.py",13545,0,"",python,selection_command +2802,9081041,"train_dynamics.py",13471,0,"",python,selection_command +2803,9081075,"train_dynamics.py",13426,0,"",python,selection_command +2804,9081108,"train_dynamics.py",13400,0,"",python,selection_command +2805,9081142,"train_dynamics.py",13359,0,"",python,selection_command +2806,9081175,"train_dynamics.py",13330,0,"",python,selection_command +2807,9081298,"train_dynamics.py",13275,0,"",python,selection_command +2808,9081651,"train_dynamics.py",13199,0,"",python,selection_command +2809,9081947,"train_dynamics.py",13275,0,"",python,selection_command +2810,9082310,"train_dynamics.py",13199,0,"",python,selection_command +2811,9082520,"train_dynamics.py",13199,75," if args.save_ckpt and step % args.log_checkpoint_interval == 0:",python,selection_command +2812,9082618,"train_dynamics.py",13199,130," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)",python,selection_command +2813,9082872,"train_dynamics.py",13199,159," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()",python,selection_command +2814,9082896,"train_dynamics.py",13199,200," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(",python,selection_command +2815,9082929,"train_dynamics.py",13199,226," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(\n step,",python,selection_command +2816,9082966,"train_dynamics.py",13199,271," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(",python,selection_command +2817,9083001,"train_dynamics.py",13199,345," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),",python,selection_command +2818,9083132,"train_dynamics.py",13199,435," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),",python,selection_command +2819,9083286,"train_dynamics.py",13199,458," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n ),",python,selection_command +2820,9083453,"train_dynamics.py",13199,476," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n ),\n )",python,selection_command +2821,9083649,"train_dynamics.py",13199,534," if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n breakpoint()\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n ),\n )\n print(f""Saved checkpoint at step {step}"")",python,selection_command +2822,9084015,"train_dynamics.py",13676,0,"",python,selection_command +2823,9085240,"test.ipynb",0,0,"",python,tab +2824,9088183,"test.ipynb",0,0,"",python,tab +2825,9088183,"test.ipynb",328,0,"",python,selection_mouse +2826,9088193,"test.ipynb",327,0,"",python,selection_command +2827,9089266,"test.ipynb",0,0,"",python,tab +2828,9089597,"test.ipynb",0,0,"",python,tab +2829,9089867,"test.ipynb",0,0,"",python,tab +2830,9092784,"test.ipynb",0,0,"",python,tab +2831,9094980,"test.ipynb",0,0,"",python,tab +2832,9094981,"test.ipynb",0,0,"",python,tab +2833,9103049,"test.ipynb",0,0,"# Example: Load a model checkpoint saved as in the provided code\n\n",python,content +2834,9103051,"test.ipynb",66,0,"\n",python,content +2835,9103070,"test.ipynb",66,0,"import os\n",python,content +2836,9103072,"test.ipynb",77,0,"\n",python,content +2837,9103361,"test.ipynb",77,0,"# Assume you have access to the following:\n",python,content +2838,9104203,"test.ipynb",120,0,"# - checkpoint_manager: an ocp.CheckpointManager instance\n",python,content +2839,9104732,"test.ipynb",178,0,"# - nnx: the flax.nnx module\n",python,content +2840,9105193,"test.ipynb",207,0,"# - MyModel: your model class\n",python,content +2841,9106578,"test.ipynb",237,0,"# - args: an object with necessary attributes (e.g., restore_ckpt, etc.)\n",python,content +2842,9106591,"test.ipynb",311,0,"\n",python,content +2843,9107055,"test.ipynb",311,0,"# 1. Create a model and optimizer instance with the same structure as during training\n",python,content +2844,9107389,"test.ipynb",397,0,"rngs = nnx.Rngs(0) # or use the appropriate seed/rngs as in your training script\n",python,content +2845,9107866,"test.ipynb",479,0,"model = MyModel(use_bias=True, dropout=0.1, rngs=rngs)\n",python,content +2846,9108164,"test.ipynb",534,0,"optimizer = nnx.Adam(model, lr=1e-3) # adjust optimizer and args as needed\n",python,content +2847,9108177,"test.ipynb",611,0,"\n",python,content +2848,9108323,"test.ipynb",611,0,"# 2. Create an abstract optimizer state for restoration\n",python,content +2849,9108590,"test.ipynb",667,0,"abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n",python,content +2850,9108770,"test.ipynb",722,0,"abstract_optimizer_state = nnx.state(abstract_optimizer)\n",python,content +2851,9108785,"test.ipynb",780,0,"\n",python,content +2852,9108790,"test.ipynb",780,0,"# 3. Restore the latest checkpoint\n",python,content +2853,9108881,"test.ipynb",815,0,"restored = checkpoint_manager.restore(\n",python,content +2854,9108969,"test.ipynb",854,0," checkpoint_manager.latest_step(),\n",python,content +2855,9109003,"test.ipynb",892,0," args=ocp.args.Composite(\n",python,content +2856,9109196,"test.ipynb",921,0," model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n",python,content +2857,9109454,"test.ipynb",991,0," # dataloader_state can be omitted if not needed for inference\n",python,content +2858,9109456,"test.ipynb",1061,0," ),\n",python,content +2859,9109457,"test.ipynb",1068,0,")\n",python,content +2860,9109553,"test.ipynb",1070,0,"restored_optimizer_state = restored[""model_state""]\n",python,content +2861,9109555,"test.ipynb",1122,0,"\n",python,content +2862,9109632,"test.ipynb",1122,0,"# 4. Update the optimizer with the restored state\n",python,content +2863,9109812,"test.ipynb",1172,0,"nnx.update(optimizer, restored_optimizer_state)\n",python,content +2864,9109814,"test.ipynb",1221,0,"\n",python,content +2865,9110182,"test.ipynb",1221,0,"# Now, optimizer and its model parameters are loaded from the checkpoint\n",python,content +2866,9110316,"test.ipynb",1294,0,"# You can use optimizer.model for inference or further training\n",python,content +2867,9110318,"test.ipynb",1358,1,"",python,content +2868,9115204,"test.ipynb",0,1357,"",python,content +2869,9118496,"train_dynamics.py",0,0,"",python,tab +2870,9119168,"train_dynamics.py",0,0,"",python,selection_command +2871,9120164,"train_dynamics.py",710,0,"",python,selection_command +2872,9120564,"train_dynamics.py",1598,0,"",python,selection_command +2873,9120985,"train_dynamics.py",2374,0,"",python,selection_command +2874,9121801,"train_dynamics.py",2373,0,"",python,selection_command +2875,9122332,"train_dynamics.py",3764,0,"",python,selection_command +2876,9122581,"train_dynamics.py",4693,0,"",python,selection_command +2877,9123257,"train_dynamics.py",5719,0,"",python,selection_command +2878,9123559,"train_dynamics.py",6780,0,"",python,selection_command +2879,9124008,"train_dynamics.py",7495,0,"",python,selection_command +2880,9124332,"train_dynamics.py",8829,0,"",python,selection_command +2881,9124739,"train_dynamics.py",9941,0,"",python,selection_command +2882,9125068,"train_dynamics.py",11283,0,"",python,selection_command +2883,9125461,"train_dynamics.py",12662,0,"",python,selection_command +2884,9125772,"train_dynamics.py",13827,0,"",python,selection_command +2885,9126103,"train_dynamics.py",13211,0,"",python,selection_command +2886,9126613,"train_dynamics.py",12404,0,"",python,selection_command +2887,9126767,"train_dynamics.py",11830,0,"",python,selection_command +2888,9126912,"train_dynamics.py",11126,0,"",python,selection_command +2889,9127042,"train_dynamics.py",10377,0,"",python,selection_command +2890,9127188,"train_dynamics.py",9770,0,"",python,selection_command +2891,9127300,"train_dynamics.py",9285,0,"",python,selection_command +2892,9127448,"train_dynamics.py",8583,0,"",python,selection_command +2893,9127918,"train_dynamics.py",7412,0,"",python,selection_command +2894,9128862,"train_dynamics.py",6651,0,"",python,selection_command +2895,9129460,"train_dynamics.py",5565,0,"",python,selection_command +2896,9130233,"train_dynamics.py",5529,0,"",python,selection_command +2897,9130532,"train_dynamics.py",5479,0,"",python,selection_command +2898,9130533,"train_dynamics.py",5431,0,"",python,selection_command +2899,9130533,"train_dynamics.py",5381,0,"",python,selection_command +2900,9130562,"train_dynamics.py",5339,0,"",python,selection_command +2901,9130729,"train_dynamics.py",5303,0,"",python,selection_command +2902,9131027,"train_dynamics.py",5283,0,"",python,selection_command +2903,9131028,"train_dynamics.py",5264,0,"",python,selection_command +2904,9131039,"train_dynamics.py",5238,0,"",python,selection_command +2905,9131068,"train_dynamics.py",5200,0,"",python,selection_command +2906,9131161,"train_dynamics.py",5169,0,"",python,selection_command +2907,9131162,"train_dynamics.py",5160,0,"",python,selection_command +2908,9131175,"train_dynamics.py",5128,0,"",python,selection_command +2909,9131212,"train_dynamics.py",5119,0,"",python,selection_command +2910,9131242,"train_dynamics.py",5059,0,"",python,selection_command +2911,9131352,"train_dynamics.py",5050,0,"",python,selection_command +2912,9131353,"train_dynamics.py",5048,0,"",python,selection_command +2913,9131360,"train_dynamics.py",5000,0,"",python,selection_command +2914,9131376,"train_dynamics.py",4927,0,"",python,selection_command +2915,9131411,"train_dynamics.py",4901,0,"",python,selection_command +2916,9131442,"train_dynamics.py",4858,0,"",python,selection_command +2917,9131474,"train_dynamics.py",4849,0,"",python,selection_command +2918,9131509,"train_dynamics.py",4809,0,"",python,selection_command +2919,9131542,"train_dynamics.py",4759,0,"",python,selection_command +2920,9131574,"train_dynamics.py",4734,0,"",python,selection_command +2921,9131687,"train_dynamics.py",4697,0,"",python,selection_command +2922,9131687,"train_dynamics.py",4664,0,"",python,selection_command +2923,9131688,"train_dynamics.py",4637,0,"",python,selection_command +2924,9131709,"train_dynamics.py",4628,0,"",python,selection_command +2925,9131876,"train_dynamics.py",4637,0,"",python,selection_command +2926,9132210,"train_dynamics.py",4664,0,"",python,selection_command +2927,9132495,"train_dynamics.py",4697,0,"",python,selection_command +2928,9133320,"train_dynamics.py",4689,36," num_devices = jax.device_count()",python,selection_command +2929,9133613,"train_dynamics.py",4689,61," num_devices = jax.device_count()\n if num_devices == 0:",python,selection_command +2930,9133865,"train_dynamics.py",4689,111," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")",python,selection_command +2931,9133877,"train_dynamics.py",4689,159," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")",python,selection_command +2932,9134521,"train_dynamics.py",4689,160," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n",python,selection_command +2933,9134831,"train_dynamics.py",4689,203," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:",python,selection_command +2934,9134831,"train_dynamics.py",4689,229," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(",python,selection_command +2935,9134831,"train_dynamics.py",4689,302," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by """,python,selection_command +2936,9134861,"train_dynamics.py",4689,350," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""",python,selection_command +2937,9134886,"train_dynamics.py",4689,360," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )",python,selection_command +2938,9134926,"train_dynamics.py",4689,361," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n",python,selection_command +2939,9135022,"train_dynamics.py",4689,429," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices",python,selection_command +2940,9135022,"train_dynamics.py",4689,430," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n",python,selection_command +2941,9135022,"train_dynamics.py",4689,470," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)",python,selection_command +2942,9135058,"train_dynamics.py",4689,471," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n",python,selection_command +2943,9135091,"train_dynamics.py",4689,502," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---",python,selection_command +2944,9135125,"train_dynamics.py",4689,540," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)",python,selection_command +2945,9135157,"train_dynamics.py",4689,566," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)",python,selection_command +2946,9135197,"train_dynamics.py",4689,585," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(",python,selection_command +2947,9135227,"train_dynamics.py",4689,605," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer",python,selection_command +2948,9135262,"train_dynamics.py",4689,641," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,",python,selection_command +2949,9135358,"train_dynamics.py",4689,683," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,",python,selection_command +2950,9135358,"train_dynamics.py",4689,733," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,",python,selection_command +2951,9135359,"train_dynamics.py",4689,781," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,",python,selection_command +2952,9135387,"train_dynamics.py",4689,831," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,",python,selection_command +2953,9135418,"train_dynamics.py",4689,867," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,",python,selection_command +2954,9135451,"train_dynamics.py",4689,923," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,",python,selection_command +2955,9135546,"train_dynamics.py",4689,977," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,",python,selection_command +2956,9135547,"train_dynamics.py",4689,991," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM",python,selection_command +2957,9135558,"train_dynamics.py",4689,1021," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,",python,selection_command +2958,9135586,"train_dynamics.py",4689,1059," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,",python,selection_command +2959,9135626,"train_dynamics.py",4689,1109," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,",python,selection_command +2960,9135660,"train_dynamics.py",4689,1161," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,",python,selection_command +2961,9135693,"train_dynamics.py",4689,1205," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,",python,selection_command +2962,9135726,"train_dynamics.py",4689,1249," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,",python,selection_command +2963,9135758,"train_dynamics.py",4689,1291," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,",python,selection_command +2964,9135791,"train_dynamics.py",4689,1337," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,",python,selection_command +2965,9135881,"train_dynamics.py",4689,1356," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics",python,selection_command +2966,9135881,"train_dynamics.py",4689,1388," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,",python,selection_command +2967,9135892,"train_dynamics.py",4689,1428," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,",python,selection_command +2968,9135926,"train_dynamics.py",4689,1474," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,",python,selection_command +2969,9135961,"train_dynamics.py",4689,1518," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,",python,selection_command +2970,9136071,"train_dynamics.py",4689,1548," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,",python,selection_command +2971,9136072,"train_dynamics.py",4689,1584," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,",python,selection_command +2972,9136072,"train_dynamics.py",4689,1622," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,",python,selection_command +2973,9136092,"train_dynamics.py",4689,1648," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,",python,selection_command +2974,9136125,"train_dynamics.py",4689,1702," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +2975,9136161,"train_dynamics.py",4689,1721," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,",python,selection_command +2976,9136219,"train_dynamics.py",4689,1727," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )",python,selection_command +2977,9136240,"train_dynamics.py",4689,1728," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n",python,selection_command +2978,9136272,"train_dynamics.py",4689,1780," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)",python,selection_command +2979,9136296,"train_dynamics.py",4689,1837," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)",python,selection_command +2980,9136404,"train_dynamics.py",4689,1838," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n",python,selection_command +2981,9136405,"train_dynamics.py",4689,1884," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:",python,selection_command +2982,9136457,"train_dynamics.py",4689,1914," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {",python,selection_command +2983,9136832,"train_dynamics.py",4689,1949," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,",python,selection_command +2984,9137121,"train_dynamics.py",4689,1986," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,",python,selection_command +2985,9137121,"train_dynamics.py",4689,2017," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,",python,selection_command +2986,9137143,"train_dynamics.py",4689,2048," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,",python,selection_command +2987,9137172,"train_dynamics.py",4689,2078," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",",python,selection_command +2988,9137209,"train_dynamics.py",4689,2106," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,",python,selection_command +2989,9137242,"train_dynamics.py",4689,2116," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }",python,selection_command +2990,9137278,"train_dynamics.py",4689,2117," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n",python,selection_command +2991,9137311,"train_dynamics.py",4689,2143," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:",python,selection_command +2992,9137342,"train_dynamics.py",4689,2181," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(",python,selection_command +2993,9137453,"train_dynamics.py",4689,2199," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {",python,selection_command +2994,9137453,"train_dynamics.py",4689,2240," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,",python,selection_command +2995,9137453,"train_dynamics.py",4689,2279," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",",python,selection_command +2996,9137477,"train_dynamics.py",4689,2297," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }",python,selection_command +2997,9137513,"train_dynamics.py",4689,2311," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )",python,selection_command +2998,9138501,"train_dynamics.py",4689,2351," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)",python,selection_command +2999,9138692,"train_dynamics.py",4689,2352," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n",python,selection_command +3000,9138712,"train_dynamics.py",4689,2417," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})",python,selection_command +3001,9138745,"train_dynamics.py",4689,2418," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n",python,selection_command +3002,9139099,"train_dynamics.py",4689,2417," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})",python,selection_command +3003,9139350,"train_dynamics.py",4689,2352," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n",python,selection_command +3004,9139379,"train_dynamics.py",4689,2351," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)",python,selection_command +3005,9139410,"train_dynamics.py",4689,2311," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )",python,selection_command +3006,9139442,"train_dynamics.py",4689,2297," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }",python,selection_command +3007,9139549,"train_dynamics.py",4689,2279," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",",python,selection_command +3008,9139550,"train_dynamics.py",4689,2240," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,",python,selection_command +3009,9139550,"train_dynamics.py",4689,2199," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {",python,selection_command +3010,9139576,"train_dynamics.py",4689,2181," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(",python,selection_command +3011,9139610,"train_dynamics.py",4689,2143," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:",python,selection_command +3012,9139642,"train_dynamics.py",4689,2117," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n",python,selection_command +3013,9139741,"train_dynamics.py",4689,2116," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }",python,selection_command +3014,9139741,"train_dynamics.py",4689,2106," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,",python,selection_command +3015,9139742,"train_dynamics.py",4689,2078," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",",python,selection_command +3016,9139773,"train_dynamics.py",4689,2048," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,",python,selection_command +3017,9139806,"train_dynamics.py",4689,2017," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,",python,selection_command +3018,9139846,"train_dynamics.py",4689,1986," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,",python,selection_command +3019,9139875,"train_dynamics.py",4689,1949," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,",python,selection_command +3020,9139908,"train_dynamics.py",4689,1914," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {",python,selection_command +3021,9139941,"train_dynamics.py",4689,1884," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:",python,selection_command +3022,9139976,"train_dynamics.py",4689,1838," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n",python,selection_command +3023,9140076,"train_dynamics.py",4689,1837," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)",python,selection_command +3024,9140076,"train_dynamics.py",4689,1780," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)",python,selection_command +3025,9140077,"train_dynamics.py",4689,1728," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n",python,selection_command +3026,9140111,"train_dynamics.py",4689,1727," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )",python,selection_command +3027,9140144,"train_dynamics.py",4689,1721," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,",python,selection_command +3028,9140180,"train_dynamics.py",4689,1702," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +3029,9140265,"train_dynamics.py",4689,1648," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,",python,selection_command +3030,9140305,"train_dynamics.py",4689,1622," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,",python,selection_command +3031,9140306,"train_dynamics.py",4689,1584," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,",python,selection_command +3032,9140395,"train_dynamics.py",4689,1622," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,",python,selection_command +3033,9140661,"train_dynamics.py",4689,1648," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,",python,selection_command +3034,9140679,"train_dynamics.py",4689,1702," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +3035,9140709,"train_dynamics.py",4689,1721," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,",python,selection_command +3036,9140875,"train_dynamics.py",4689,1727," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )",python,selection_command +3037,9141314,"train_dynamics.py",6415,0,"",python,selection_command +3038,9141884,"test.ipynb",0,0,"",python,tab +3039,9144882,"test.ipynb",0,1,"",python,content +3040,9145317,"test.ipynb",0,0," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )",python,content +3041,9145534,"test.ipynb",1726,0,"",python,selection_command +3042,9146029,"test.ipynb",4,0,"",python,selection_command +3043,9148651,"test.ipynb",0,0,"\n",python,content +3044,9148655,"test.ipynb",0,0," ",python,content +3045,9148842,"test.ipynb",4,0,"i",python,content +3046,9148843,"test.ipynb",5,0,"",python,selection_keyboard +3047,9148991,"test.ipynb",5,0,"m",python,content +3048,9148992,"test.ipynb",6,0,"",python,selection_keyboard +3049,9148993,"test.ipynb",6,0,"p",python,content +3050,9148994,"test.ipynb",7,0,"",python,selection_keyboard +3051,9149022,"test.ipynb",7,0,"o",python,content +3052,9149023,"test.ipynb",8,0,"",python,selection_keyboard +3053,9149075,"test.ipynb",8,0,"r",python,content +3054,9149076,"test.ipynb",9,0,"",python,selection_keyboard +3055,9149164,"test.ipynb",9,0,"t",python,content +3056,9149165,"test.ipynb",10,0,"",python,selection_keyboard +3057,9149228,"test.ipynb",10,0," ",python,content +3058,9149228,"test.ipynb",11,0,"",python,selection_keyboard +3059,9149310,"test.ipynb",11,0,"j",python,content +3060,9149310,"test.ipynb",12,0,"",python,selection_keyboard +3061,9149377,"test.ipynb",12,0,"a",python,content +3062,9149378,"test.ipynb",13,0,"",python,selection_keyboard +3063,9149526,"test.ipynb",13,0,"x",python,content +3064,9149527,"test.ipynb",14,0,"",python,selection_keyboard +3065,9149635,"test.ipynb",14,0," ",python,content +3066,9149636,"test.ipynb",15,0,"",python,selection_keyboard +3067,9150036,"test.ipynb",14,0,"",python,selection_command +3068,9156328,"test.ipynb",30,0,"",python,selection_command +3069,9156445,"test.ipynb",67,0,"",python,selection_command +3070,9156619,"test.ipynb",92,0,"",python,selection_command +3071,9156861,"test.ipynb",142,0,"",python,selection_command +3072,9156895,"test.ipynb",176,0,"",python,selection_command +3073,9157217,"test.ipynb",191,0,"",python,selection_command +3074,9157489,"test.ipynb",177,42," if args.batch_size % num_devices != 0:",python,selection_command +3075,9157649,"test.ipynb",177,68," if args.batch_size % num_devices != 0:\n raise ValueError(",python,selection_command +3076,9157803,"test.ipynb",177,141," if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by """,python,selection_command +3077,9157948,"test.ipynb",177,189," if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""",python,selection_command +3078,9158104,"test.ipynb",177,199," if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )",python,selection_command +3079,9158298,"test.ipynb",177,200," if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n",python,selection_command +3080,9158584,"test.ipynb",177,201,"",python,content +3081,9158601,"test.ipynb",181,0,"",python,selection_command +3082,9159101,"test.ipynb",177,68,"",python,content +3083,9159537,"test.ipynb",177,1,"",python,content +3084,9159555,"test.ipynb",181,0,"",python,selection_command +3085,9162095,"test.ipynb",185,0,"",python,selection_command +3086,9162276,"test.ipynb",187,0,"",python,selection_command +3087,9162500,"test.ipynb",215,0,"0",python,content +3088,9162500,"test.ipynb",206,9,"",python,content +3089,9163150,"test.ipynb",209,0,"",python,selection_command +3090,9163287,"test.ipynb",220,0,"",python,selection_command +3091,9163464,"test.ipynb",251,0,"",python,selection_command +3092,9165033,"test.ipynb",289,0,"",python,selection_command +3093,9165219,"test.ipynb",315,0,"",python,selection_command +3094,9165935,"test.ipynb",289,0,"",python,selection_command +3095,9166182,"test.ipynb",251,0,"",python,selection_command +3096,9166215,"test.ipynb",220,0,"",python,selection_command +3097,9166242,"test.ipynb",209,0,"",python,selection_command +3098,9166270,"test.ipynb",187,0,"",python,selection_command +3099,9166301,"test.ipynb",176,0,"",python,selection_command +3100,9166343,"test.ipynb",138,0,"",python,selection_command +3101,9166375,"test.ipynb",88,0,"",python,selection_command +3102,9166535,"test.ipynb",63,0,"",python,selection_command +3103,9166705,"test.ipynb",26,0,"",python,selection_command +3104,9167011,"test.ipynb",15,0,"\n ",python,content +3105,9167800,"test.ipynb",16,4,"",python,content +3106,9168252,"test.ipynb",15,0,"\n ",python,content +3107,9168265,"test.ipynb",16,4,"",python,content +3108,9169228,"test.ipynb",16,0," ",python,content +3109,9170026,"test.ipynb",20,0,"i",python,content +3110,9170027,"test.ipynb",21,0,"",python,selection_keyboard +3111,9170060,"test.ipynb",21,0,"m",python,content +3112,9170061,"test.ipynb",22,0,"",python,selection_keyboard +3113,9170178,"test.ipynb",22,0,"p",python,content +3114,9170178,"test.ipynb",23,0,"",python,selection_keyboard +3115,9170239,"test.ipynb",23,0,"o",python,content +3116,9170240,"test.ipynb",24,0,"",python,selection_keyboard +3117,9170292,"test.ipynb",24,0,"r",python,content +3118,9170292,"test.ipynb",25,0,"",python,selection_keyboard +3119,9170399,"test.ipynb",25,0,"t",python,content +3120,9170400,"test.ipynb",26,0,"",python,selection_keyboard +3121,9170512,"test.ipynb",26,0," ",python,content +3122,9170512,"test.ipynb",27,0,"",python,selection_keyboard +3123,9172779,"test.ipynb",26,1,"",python,content +3124,9172937,"test.ipynb",25,1,"",python,content +3125,9173114,"test.ipynb",24,1,"",python,content +3126,9173301,"test.ipynb",23,1,"",python,content +3127,9173416,"test.ipynb",22,1,"",python,content +3128,9173574,"test.ipynb",21,1,"",python,content +3129,9173698,"test.ipynb",20,1,"",python,content +3130,9173829,"test.ipynb",20,0,"f",python,content +3131,9173829,"test.ipynb",21,0,"",python,selection_keyboard +3132,9174037,"test.ipynb",21,0,"r",python,content +3133,9174037,"test.ipynb",22,0,"",python,selection_keyboard +3134,9174092,"test.ipynb",22,0,"o",python,content +3135,9174092,"test.ipynb",23,0,"",python,selection_keyboard +3136,9174135,"test.ipynb",23,0,"m",python,content +3137,9174135,"test.ipynb",24,0,"",python,selection_keyboard +3138,9174279,"test.ipynb",24,0," ",python,content +3139,9174280,"test.ipynb",25,0,"",python,selection_keyboard +3140,9176160,"test.ipynb",25,0,"m",python,content +3141,9176160,"test.ipynb",26,0,"",python,selection_keyboard +3142,9176225,"test.ipynb",26,0,"o",python,content +3143,9176225,"test.ipynb",27,0,"",python,selection_keyboard +3144,9176280,"test.ipynb",27,0,"d",python,content +3145,9176280,"test.ipynb",28,0,"",python,selection_keyboard +3146,9176816,"test.ipynb",28,0,"e",python,content +3147,9176816,"test.ipynb",29,0,"",python,selection_keyboard +3148,9176971,"test.ipynb",29,0,"l",python,content +3149,9176971,"test.ipynb",30,0,"",python,selection_keyboard +3150,9177441,"test.ipynb",30,0," import Genie",python,content +3151,9177688,"test.ipynb",42,0,"",python,selection_command +3152,9181941,"train_dynamics.py",0,0,"",python,tab +3153,9182981,"train_dynamics.py",6417,0,"",python,selection_command +3154,9183128,"train_dynamics.py",6423,0,"",python,selection_command +3155,9184366,"train_dynamics.py",0,0,"",python,selection_command +3156,9185234,"train_dynamics.py",371,0,"",python,selection_command +3157,9186487,"test.ipynb",0,0,"",python,tab +3158,9187181,"test.ipynb",43,0,"\n ",python,content +3159,9187328,"test.ipynb",48,0," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )",python,content +3160,9187623,"test.ipynb",1774,0,"",python,selection_command +3161,9188309,"test.ipynb",44,1732,"",python,content +3162,9188318,"test.ipynb",42,0,"",python,selection_command +3163,9189216,"test.ipynb",43,0,"\n ",python,content +3164,9189330,"test.ipynb",44,4,"",python,content +3165,9189429,"test.ipynb",44,0,"\nfrom genie import Genie, restore_genie_components",python,content +3166,9189435,"test.ipynb",45,0,"",python,selection_command +3167,9189831,"test.ipynb",44,0,"",python,selection_command +3168,9190341,"test.ipynb",44,1,"",python,content +3169,9190495,"test.ipynb",16,0,"",python,selection_command +3170,9190753,"test.ipynb",16,28,"",python,content +3171,9191804,"test.ipynb",16,1,"f",python,selection_command +3172,9192112,"test.ipynb",16,0," ",python,content +3173,9192121,"test.ipynb",20,0,"",python,selection_command +3174,9194927,"test.ipynb",4,0,"",python,selection_command +3175,9195147,"test.ipynb",3,0,"",python,selection_command +3176,9198983,"test.ipynb",1515,4,"",python,content +3177,9198983,"test.ipynb",1496,4,"",python,content +3178,9198983,"test.ipynb",1442,4,"",python,content +3179,9198983,"test.ipynb",1416,4,"",python,content +3180,9198983,"test.ipynb",1378,4,"",python,content +3181,9198983,"test.ipynb",1342,4,"",python,content +3182,9198983,"test.ipynb",1312,4,"",python,content +3183,9198983,"test.ipynb",1268,4,"",python,content +3184,9198983,"test.ipynb",1222,4,"",python,content +3185,9198983,"test.ipynb",1182,4,"",python,content +3186,9198983,"test.ipynb",1150,4,"",python,content +3187,9198983,"test.ipynb",1131,4,"",python,content +3188,9198983,"test.ipynb",1085,4,"",python,content +3189,9198983,"test.ipynb",1043,4,"",python,content +3190,9198983,"test.ipynb",999,4,"",python,content +3191,9198983,"test.ipynb",955,4,"",python,content +3192,9198983,"test.ipynb",903,4,"",python,content +3193,9198983,"test.ipynb",853,4,"",python,content +3194,9198983,"test.ipynb",815,4,"",python,content +3195,9198983,"test.ipynb",785,4,"",python,content +3196,9198983,"test.ipynb",771,4,"",python,content +3197,9198983,"test.ipynb",717,4,"",python,content +3198,9198983,"test.ipynb",661,4,"",python,content +3199,9198983,"test.ipynb",625,4,"",python,content +3200,9198983,"test.ipynb",575,4,"",python,content +3201,9198983,"test.ipynb",527,4,"",python,content +3202,9198983,"test.ipynb",477,4,"",python,content +3203,9198983,"test.ipynb",435,4,"",python,content +3204,9198983,"test.ipynb",399,4,"",python,content +3205,9198983,"test.ipynb",379,4,"",python,content +3206,9198983,"test.ipynb",360,4,"",python,content +3207,9198983,"test.ipynb",334,4,"",python,content +3208,9198983,"test.ipynb",296,4,"",python,content +3209,9198983,"test.ipynb",265,4,"",python,content +3210,9198983,"test.ipynb",232,4,"",python,content +3211,9198983,"test.ipynb",183,4,"",python,content +3212,9198983,"test.ipynb",133,4,"",python,content +3213,9198983,"test.ipynb",108,4,"",python,content +3214,9198983,"test.ipynb",71,4,"",python,content +3215,9198983,"test.ipynb",16,4,"",python,content +3216,9198983,"test.ipynb",0,4,"",python,content +3217,9199494,"test.ipynb",0,0,"",python,selection_command +3218,9201767,"test.ipynb",17,0,"",python,selection_command +3219,9201855,"test.ipynb",23,0,"",python,selection_command +3220,9202097,"test.ipynb",30,0,"",python,selection_command +3221,9202280,"test.ipynb",35,0,"",python,selection_command +3222,9204082,"test.ipynb",35,26,"",python,content +3223,9204085,"test.ipynb",34,0,"",python,selection_command +3224,9204913,"test.ipynb",36,0,"",python,selection_command +3225,9205167,"test.ipynb",60,0,"",python,selection_command +3226,9205194,"test.ipynb",89,0,"",python,selection_command +3227,9205227,"test.ipynb",114,0,"",python,selection_command +3228,9205254,"test.ipynb",160,0,"",python,selection_command +3229,9205281,"test.ipynb",181,0,"",python,selection_command +3230,9205314,"test.ipynb",205,0,"",python,selection_command +3231,9205348,"test.ipynb",210,0,"",python,selection_command +3232,9205382,"test.ipynb",234,0,"",python,selection_command +3233,9205415,"test.ipynb",261,0,"",python,selection_command +3234,9205449,"test.ipynb",292,0,"",python,selection_command +3235,9205482,"test.ipynb",307,0,"",python,selection_command +3236,9205515,"test.ipynb",323,0,"",python,selection_command +3237,9205826,"test.ipynb",348,0,"",python,selection_command +3238,9207267,"train_dynamics.py",0,0,"",python,tab +3239,9207850,"train_dynamics.py",0,0,"",python,selection_command +3240,9208165,"train_dynamics.py",41,0,"",python,selection_command +3241,9208427,"train_dynamics.py",51,0,"",python,selection_command +3242,9208446,"train_dynamics.py",52,0,"",python,selection_command +3243,9208476,"train_dynamics.py",66,0,"",python,selection_command +3244,9208509,"train_dynamics.py",126,0,"",python,selection_command +3245,9208540,"train_dynamics.py",185,0,"",python,selection_command +3246,9208575,"train_dynamics.py",198,0,"",python,selection_command +3247,9208610,"train_dynamics.py",229,0,"",python,selection_command +3248,9208641,"train_dynamics.py",248,0,"",python,selection_command +3249,9208676,"train_dynamics.py",269,0,"",python,selection_command +3250,9208710,"train_dynamics.py",280,0,"",python,selection_command +3251,9208743,"train_dynamics.py",304,0,"",python,selection_command +3252,9208778,"train_dynamics.py",316,0,"",python,selection_command +3253,9208821,"train_dynamics.py",329,0,"",python,selection_command +3254,9208846,"train_dynamics.py",342,0,"",python,selection_command +3255,9208879,"train_dynamics.py",365,0,"",python,selection_command +3256,9208930,"train_dynamics.py",366,0,"",python,selection_command +3257,9208946,"train_dynamics.py",416,0,"",python,selection_command +3258,9208991,"train_dynamics.py",460,0,"",python,selection_command +3259,9209040,"train_dynamics.py",503,0,"",python,selection_command +3260,9209052,"train_dynamics.py",567,0,"",python,selection_command +3261,9209084,"train_dynamics.py",568,0,"",python,selection_command +3262,9209117,"train_dynamics.py",569,0,"",python,selection_command +3263,9209164,"train_dynamics.py",580,0,"",python,selection_command +3264,9209183,"train_dynamics.py",592,0,"",python,selection_command +3265,9209309,"train_dynamics.py",609,0,"",python,selection_command +3266,9209717,"train_dynamics.py",592,0,"",python,selection_command +3267,9210082,"train_dynamics.py",609,0,"",python,selection_command +3268,9210271,"train_dynamics.py",609,28," num_steps: int = 200_000",python,selection_command +3269,9210364,"train_dynamics.py",609,1740," num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n",python,selection_command +3270,9210963,"train_dynamics.py",609,1739," num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"",python,selection_command +3271,9211263,"train_dynamics.py",2326,0,"",python,selection_command +3272,9211932,"test.ipynb",0,0,"",python,tab +3273,9213729,"test.ipynb",0,0,"",python,selection_command +3274,9214048,"test.ipynb",12,0,"",python,selection_command +3275,9215015,"test.ipynb",37,0,"",python,selection_command +3276,9215185,"test.ipynb",70,0,"",python,selection_command +3277,9215516,"test.ipynb",37,0,"",python,selection_command +3278,9215680,"test.ipynb",36,0,"",python,selection_command +3279,9215801,"test.ipynb",12,0,"",python,selection_command +3280,9215998,"test.ipynb",35,0,"\n",python,content +3281,9216448,"test.ipynb",36,0,", restore_genie_components",python,content +3282,9216451,"test.ipynb",61,0,"",python,selection_command +3283,9217094,"test.ipynb",36,26,"",python,content +3284,9218212,"test.ipynb",36,0,"\n",python,content +3285,9218361,"test.ipynb",37,0," num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"",python,content +3286,9218712,"test.ipynb",1775,0,"",python,selection_command +3287,9219737,"test.ipynb",1754,0,"",python,selection_command +3288,9220364,"test.ipynb",1754,1," ",python,selection_command +3289,9220467,"test.ipynb",1754,2," ",python,selection_command +3290,9220650,"test.ipynb",1754,3," ",python,selection_command +3291,9221006,"test.ipynb",1754,4," ",python,selection_command +3292,9221646,"test.ipynb",0,1,"i",python,selection_command +3293,9221867,"test.ipynb",12,1,"f",python,selection_command +3294,9222018,"test.ipynb",36,0,"",python,selection_command +3295,9222462,"test.ipynb",37,1," ",python,selection_command +3296,9222737,"test.ipynb",37,2," ",python,selection_command +3297,9223015,"test.ipynb",37,3," ",python,selection_command +3298,9223170,"test.ipynb",37,4," ",python,selection_command +3299,9223468,"test.ipynb",1754,4,"",python,content +3300,9223468,"test.ipynb",1722,4,"",python,content +3301,9223468,"test.ipynb",1678,4,"",python,content +3302,9223468,"test.ipynb",1637,4,"",python,content +3303,9223468,"test.ipynb",1614,4,"",python,content +3304,9223468,"test.ipynb",1580,4,"",python,content +3305,9223468,"test.ipynb",1554,4,"",python,content +3306,9223468,"test.ipynb",1488,4,"",python,content +3307,9223468,"test.ipynb",1455,4,"",python,content +3308,9223468,"test.ipynb",1433,4,"",python,content +3309,9223468,"test.ipynb",1412,4,"",python,content +3310,9223468,"test.ipynb",1390,4,"",python,content +3311,9223468,"test.ipynb",1376,4,"",python,content +3312,9223468,"test.ipynb",1339,4,"",python,content +3313,9223468,"test.ipynb",1314,4,"",python,content +3314,9223468,"test.ipynb",1284,4,"",python,content +3315,9223468,"test.ipynb",1256,4,"",python,content +3316,9223468,"test.ipynb",1231,4,"",python,content +3317,9223468,"test.ipynb",1203,4,"",python,content +3318,9223468,"test.ipynb",1174,4,"",python,content +3319,9223468,"test.ipynb",1145,4,"",python,content +3320,9223468,"test.ipynb",1121,4,"",python,content +3321,9223468,"test.ipynb",1106,4,"",python,content +3322,9223468,"test.ipynb",1077,4,"",python,content +3323,9223468,"test.ipynb",1050,4,"",python,content +3324,9223468,"test.ipynb",1022,4,"",python,content +3325,9223468,"test.ipynb",993,4,"",python,content +3326,9223468,"test.ipynb",961,4,"",python,content +3327,9223468,"test.ipynb",929,4,"",python,content +3328,9223468,"test.ipynb",901,4,"",python,content +3329,9223468,"test.ipynb",878,4,"",python,content +3330,9223468,"test.ipynb",868,4,"",python,content +3331,9223468,"test.ipynb",833,4,"",python,content +3332,9223468,"test.ipynb",800,4,"",python,content +3333,9223468,"test.ipynb",766,4,"",python,content +3334,9223468,"test.ipynb",742,4,"",python,content +3335,9223468,"test.ipynb",708,4,"",python,content +3336,9223468,"test.ipynb",677,4,"",python,content +3337,9223468,"test.ipynb",643,4,"",python,content +3338,9223468,"test.ipynb",614,4,"",python,content +3339,9223468,"test.ipynb",598,4,"",python,content +3340,9223468,"test.ipynb",538,4,"",python,content +3341,9223468,"test.ipynb",509,4,"",python,content +3342,9223468,"test.ipynb",503,4,"",python,content +3343,9223468,"test.ipynb",420,4,"",python,content +3344,9223468,"test.ipynb",391,4,"",python,content +3345,9223469,"test.ipynb",364,4,"",python,content +3346,9223469,"test.ipynb",339,4,"",python,content +3347,9223469,"test.ipynb",314,4,"",python,content +3348,9223469,"test.ipynb",289,4,"",python,content +3349,9223469,"test.ipynb",270,4,"",python,content +3350,9223469,"test.ipynb",239,4,"",python,content +3351,9223469,"test.ipynb",211,4,"",python,content +3352,9223469,"test.ipynb",188,4,"",python,content +3353,9223469,"test.ipynb",161,4,"",python,content +3354,9223469,"test.ipynb",134,4,"",python,content +3355,9223469,"test.ipynb",106,4,"",python,content +3356,9223469,"test.ipynb",84,4,"",python,content +3357,9223469,"test.ipynb",66,4,"",python,content +3358,9223469,"test.ipynb",37,4,"",python,content +3359,9223481,"test.ipynb",37,0,"",python,selection_command +3360,9224208,"test.ipynb",335,0,"",python,selection_command +3361,9224564,"test.ipynb",762,0,"",python,selection_command +3362,9224892,"test.ipynb",1108,0,"",python,selection_command +3363,9226251,"test.ipynb",0,0,"",python,selection_command +3364,9227010,"test.ipynb",11,0,"\n",python,content +3365,9227633,"test.ipynb",37,0,"\n\n",python,content +3366,9227634,"test.ipynb",12,0,"import jax.numpy as jnp\nfrom flax import nnx",python,content +3367,9227824,"test.ipynb",55,0,"",python,selection_command +3368,9228739,"test.ipynb",281,0,"",python,selection_command +3369,9228991,"test.ipynb",693,0,"",python,selection_command +3370,9229397,"test.ipynb",1036,0,"",python,selection_command +3371,9229561,"test.ipynb",1411,0,"",python,selection_command +3372,9229814,"test.ipynb",1786,0,"",python,selection_command +3373,9230354,"test.ipynb",1411,0,"",python,selection_command +3374,9232132,"test.ipynb",1389,0,"",python,selection_command +3375,9232448,"test.ipynb",1327,0,"",python,selection_command +3376,9232604,"test.ipynb",1331,0,"",python,selection_command +3377,9232876,"test.ipynb",1333,0,"",python,selection_command +3378,9233066,"test.ipynb",1337,0,"",python,selection_command +3379,9233400,"test.ipynb",1338,0,"",python,selection_command +3380,9233635,"test.ipynb",1341,0,"",python,selection_command +3381,9234031,"test.ipynb",1343,0,"",python,selection_command +3382,9234295,"test.ipynb",1345,0,"",python,selection_command +3383,9237071,"test.ipynb",1327,62,"",python,content +3384,9239821,"test.ipynb",1696,0,"",python,selection_command +3385,9241530,"test.ipynb",1697,0,"",python,selection_command +3386,9241785,"test.ipynb",1724,0,"",python,selection_command +3387,9241809,"test.ipynb",1758,0,"",python,selection_command +3388,9241842,"test.ipynb",1780,0,"",python,selection_command +3389,9242048,"test.ipynb",1795,0,"",python,selection_command +3390,9242173,"test.ipynb",1811,0,"",python,selection_command +3391,9242971,"test.ipynb",1822,5,"",python,content +3392,9244146,"test.ipynb",1988,5,"",python,content +3393,9244146,"test.ipynb",1943,5,"",python,content +3394,9244146,"test.ipynb",1898,5,"",python,content +3395,9244146,"test.ipynb",1856,5,"",python,content +3396,9245749,"test.ipynb",2374,0,"",python,selection_command +3397,9247603,"test.ipynb",2334,0,"",python,selection_command +3398,9247852,"test.ipynb",2294,0,"",python,selection_command +3399,9247874,"test.ipynb",2246,0,"",python,selection_command +3400,9247910,"test.ipynb",2200,0,"",python,selection_command +3401,9247940,"test.ipynb",2166,0,"",python,selection_command +3402,9247974,"test.ipynb",2140,0,"",python,selection_command +3403,9248007,"test.ipynb",2130,0,"",python,selection_command +3404,9248038,"test.ipynb",2080,0,"",python,selection_command +3405,9248072,"test.ipynb",2028,0,"",python,selection_command +3406,9248327,"test.ipynb",2048,0,"",python,selection_command +3407,9248458,"test.ipynb",2016,0,"",python,selection_command +3408,9248953,"test.ipynb",2012,0,"",python,selection_command +3409,9249095,"test.ipynb",2011,0,"",python,selection_command +3410,9249365,"test.ipynb",2100,5,"",python,content +3411,9249365,"test.ipynb",2049,5,"",python,content +3412,9249365,"test.ipynb",2007,5,"",python,content +3413,9250612,"test.ipynb",2034,0,"",python,selection_command +3414,9250855,"test.ipynb",2081,0,"",python,selection_command +3415,9250879,"test.ipynb",2119,0,"",python,selection_command +3416,9250911,"test.ipynb",2136,0,"",python,selection_command +3417,9251533,"test.ipynb",2250,5,"",python,content +3418,9251533,"test.ipynb",2203,5,"",python,content +3419,9251533,"test.ipynb",2163,5,"",python,content +3420,9251533,"test.ipynb",2133,5,"",python,content +3421,9252644,"test.ipynb",2154,0,"",python,selection_command +3422,9252894,"test.ipynb",2183,0,"",python,selection_command +3423,9252910,"test.ipynb",2224,0,"",python,selection_command +3424,9252945,"test.ipynb",2267,0,"",python,selection_command +3425,9252973,"test.ipynb",2307,0,"",python,selection_command +3426,9253059,"test.ipynb",2313,0,"",python,selection_command +3427,9253393,"test.ipynb",2273,0,"",python,selection_command +3428,9253848,"test.ipynb",2394,5,"",python,content +3429,9253848,"test.ipynb",2353,5,"",python,content +3430,9253848,"test.ipynb",2314,5,"",python,content +3431,9253848,"test.ipynb",2274,5,"",python,content +3432,9254154,"test.ipynb",2308,0,"",python,selection_command +3433,9254415,"test.ipynb",2343,0,"",python,selection_command +3434,9254446,"test.ipynb",2376,0,"",python,selection_command +3435,9254478,"test.ipynb",2408,0,"",python,selection_command +3436,9254506,"test.ipynb",2428,0,"",python,selection_command +3437,9254543,"test.ipynb",2456,0,"",python,selection_command +3438,9255532,"test.ipynb",2535,5,"",python,content +3439,9255532,"test.ipynb",2494,5,"",python,content +3440,9255532,"test.ipynb",2455,5,"",python,content +3441,9255532,"test.ipynb",2423,5,"",python,content +3442,9255873,"test.ipynb",2481,0,"",python,selection_command +3443,9256146,"test.ipynb",2518,0,"",python,selection_command +3444,9256484,"test.ipynb",2553,0,"",python,selection_command +3445,9256663,"test.ipynb",2579,0,"",python,selection_command +3446,9256950,"test.ipynb",2674,5,"",python,content +3447,9256950,"test.ipynb",2638,5,"",python,content +3448,9256950,"test.ipynb",2610,5,"",python,content +3449,9256950,"test.ipynb",2577,5,"",python,content +3450,9256950,"test.ipynb",2548,5,"",python,content +3451,9258271,"test.ipynb",2599,0,"",python,selection_command +3452,9258571,"test.ipynb",2690,0,"",python,selection_command +3453,9260027,"test.ipynb",2259,0,"",python,selection_command +3454,9260333,"test.ipynb",1780,0,"",python,selection_command +3455,9261249,"test.ipynb",2259,0,"",python,selection_command +3456,9261432,"test.ipynb",2690,0,"",python,selection_command +3457,9262354,"test.ipynb",2691,0,"\n",python,content +3458,9262680,"test.ipynb",2692,0,"\n",python,content +3459,9263520,"train_dynamics.py",0,0,"",python,tab +3460,9264250,"train_dynamics.py",2804,0,"",python,selection_command +3461,9264584,"train_dynamics.py",3580,0,"",python,selection_command +3462,9264904,"train_dynamics.py",4166,0,"",python,selection_command +3463,9265490,"train_dynamics.py",4627,0,"",python,selection_command +3464,9265896,"train_dynamics.py",5055,0,"",python,selection_command +3465,9267701,"train_dynamics.py",5565,0,"",python,selection_command +3466,9268020,"train_dynamics.py",6172,0,"",python,selection_command +3467,9268736,"train_dynamics.py",6651,0,"",python,selection_command +3468,9269889,"train_dynamics.py",7041,0,"",python,selection_command +3469,9270455,"train_dynamics.py",7412,0,"",python,selection_command +3470,9272515,"train_dynamics.py",7418,0,"",python,selection_command +3471,9272771,"train_dynamics.py",7440,0,"",python,selection_command +3472,9272795,"train_dynamics.py",7475,0,"",python,selection_command +3473,9272817,"train_dynamics.py",7491,0,"",python,selection_command +3474,9272849,"train_dynamics.py",7507,0,"",python,selection_command +3475,9272883,"train_dynamics.py",7534,0,"",python,selection_command +3476,9272918,"train_dynamics.py",7563,0,"",python,selection_command +3477,9272951,"train_dynamics.py",7569,0,"",python,selection_command +3478,9272985,"train_dynamics.py",7606,0,"",python,selection_command +3479,9273265,"train_dynamics.py",7569,0,"",python,selection_command +3480,9273692,"train_dynamics.py",7565,40," optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3481,9273829,"train_dynamics.py",7559,46," )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3482,9274083,"train_dynamics.py",7530,75," mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3483,9274093,"train_dynamics.py",7503,102," weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3484,9274123,"train_dynamics.py",7487,118," b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3485,9274156,"train_dynamics.py",7471,134," b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3486,9274189,"train_dynamics.py",7436,169," learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3487,9274236,"train_dynamics.py",7414,191," tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3488,9274262,"train_dynamics.py",7408,197," )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3489,9274293,"train_dynamics.py",7378,227," args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3490,9274323,"train_dynamics.py",7351,254," args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3491,9274358,"train_dynamics.py",7327,278," args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3492,9274391,"train_dynamics.py",7303,302," args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3493,9274423,"train_dynamics.py",7282,323," args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3494,9274457,"train_dynamics.py",7260,345," args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3495,9274611,"train_dynamics.py",7234,371," args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3496,9274750,"train_dynamics.py",7199,406," lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,selection_command +3497,9274987,"train_dynamics.py",7199,0,"",python,selection_command +3498,9275690,"test.ipynb",0,0,"",python,tab +3499,9276799,"test.ipynb",2693,0," num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"",python,content +3500,9277723,"test.ipynb",4432,0,"u",python,content +3501,9277723,"test.ipynb",4433,0,"",python,selection_keyboard +3502,9278423,"test.ipynb",4432,0,"",python,selection_command +3503,9278551,"test.ipynb",2691,1742,"",python,content +3504,9278554,"test.ipynb",0,0,"",python,tab +3505,9278578,"test.ipynb",0,0,"",python,tab +3506,9278579,"test.ipynb",2654,0,"args.",python,content +3507,9278594,"test.ipynb",2623,0,"args.",python,content +3508,9278598,"test.ipynb",2600,0,"args.",python,content +3509,9278601,"test.ipynb",2572,0,"args.",python,content +3510,9278603,"test.ipynb",2548,0,"args.",python,content +3511,9278608,"test.ipynb",2520,0,"args.",python,content +3512,9278609,"test.ipynb",2484,0,"args.",python,content +3513,9278612,"test.ipynb",2450,0,"args.",python,content +3514,9278635,"test.ipynb",2423,0,"args.",python,content +3515,9278636,"test.ipynb",2379,0,"args.",python,content +3516,9278636,"test.ipynb",2343,0,"args.",python,content +3517,9278662,"test.ipynb",2309,0,"args.",python,content +3518,9278662,"test.ipynb",2274,0,"args.",python,content +3519,9278663,"test.ipynb",2235,0,"args.",python,content +3520,9278666,"test.ipynb",2193,0,"args.",python,content +3521,9278667,"test.ipynb",2158,0,"args.",python,content +3522,9278667,"test.ipynb",2133,0,"args.",python,content +3523,9278668,"test.ipynb",2090,0,"args.",python,content +3524,9278668,"test.ipynb",2044,0,"args.",python,content +3525,9278668,"test.ipynb",2007,0,"args.",python,content +3526,9278669,"test.ipynb",1973,0,"args.",python,content +3527,9278669,"test.ipynb",1933,0,"args.",python,content +3528,9278670,"test.ipynb",1893,0,"args.",python,content +3529,9278670,"test.ipynb",1856,0,"args.",python,content +3530,9278671,"test.ipynb",1822,0,"args.",python,content +3531,9278671,"test.ipynb",1811,0,"",python,selection_command +3532,9280047,"test.ipynb",1822,5,"",python,content +3533,9280050,"test.ipynb",1856,5,"",python,content +3534,9280051,"test.ipynb",1893,5,"",python,content +3535,9280053,"test.ipynb",1933,5,"",python,content +3536,9280060,"test.ipynb",1973,5,"",python,content +3537,9280062,"test.ipynb",2007,5,"",python,content +3538,9280065,"test.ipynb",2044,5,"",python,content +3539,9280065,"test.ipynb",2090,5,"",python,content +3540,9280066,"test.ipynb",2133,5,"",python,content +3541,9280067,"test.ipynb",2158,5,"",python,content +3542,9280069,"test.ipynb",2193,5,"",python,content +3543,9280074,"test.ipynb",2235,5,"",python,content +3544,9280077,"test.ipynb",2274,5,"",python,content +3545,9280079,"test.ipynb",2309,5,"",python,content +3546,9280083,"test.ipynb",2343,5,"",python,content +3547,9280084,"test.ipynb",2379,5,"",python,content +3548,9280084,"test.ipynb",2423,5,"",python,content +3549,9280085,"test.ipynb",2450,5,"",python,content +3550,9280088,"test.ipynb",2484,5,"",python,content +3551,9280095,"test.ipynb",2520,5,"",python,content +3552,9280096,"test.ipynb",2548,5,"",python,content +3553,9280097,"test.ipynb",2572,5,"",python,content +3554,9280099,"test.ipynb",2600,5,"",python,content +3555,9280100,"test.ipynb",2623,5,"",python,content +3556,9280103,"test.ipynb",2654,5,"",python,content +3557,9280111,"test.ipynb",2691,0,"\n\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"u",python,content +3558,9281069,"test.ipynb",4414,0,"",python,selection_command +3559,9282709,"test.ipynb",3944,0,"",python,selection_command +3560,9283085,"test.ipynb",3538,0,"",python,selection_command +3561,9283471,"test.ipynb",3051,0,"",python,selection_command +3562,9284118,"test.ipynb",2692,0,"",python,selection_command +3563,9286771,"test.ipynb",2692,1741,"\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"u",python,selection_command +3564,9287553,"test.ipynb",2692,1741," lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)",python,content +3565,9287556,"test.ipynb",0,0,"",python,tab +3566,9287581,"test.ipynb",0,0,"",python,tab +3567,9287589,"test.ipynb",2696,0,"",python,selection_command +3568,9289960,"test.ipynb",2696,1,"l",python,selection_command +3569,9290063,"test.ipynb",2696,1,"l",python,selection_command +3570,9290332,"test.ipynb",2696,1,"l",python,selection_command +3571,9290346,"test.ipynb",2696,1,"l",python,selection_command +3572,9290378,"test.ipynb",2696,1,"l",python,selection_command +3573,9290414,"test.ipynb",2696,1,"l",python,selection_command +3574,9290446,"test.ipynb",2696,1,"l",python,selection_command +3575,9290480,"test.ipynb",2696,1,"l",python,selection_command +3576,9290513,"test.ipynb",2696,1,"l",python,selection_command +3577,9290624,"test.ipynb",2696,1,"l",python,selection_command +3578,9290624,"test.ipynb",2696,1,"l",python,selection_command +3579,9290624,"test.ipynb",2696,1,"l",python,selection_command +3580,9290655,"test.ipynb",2696,1,"l",python,selection_command +3581,9290685,"test.ipynb",2696,1,"l",python,selection_command +3582,9290715,"test.ipynb",2696,1,"l",python,selection_command +3583,9290749,"test.ipynb",2696,1,"l",python,selection_command +3584,9290785,"test.ipynb",2696,1,"l",python,selection_command +3585,9291176,"test.ipynb",2696,0,"",python,selection_command +3586,9291427,"test.ipynb",3058,4,"",python,content +3587,9291427,"test.ipynb",3052,4,"",python,content +3588,9291427,"test.ipynb",3023,4,"",python,content +3589,9291427,"test.ipynb",2996,4,"",python,content +3590,9291427,"test.ipynb",2980,4,"",python,content +3591,9291427,"test.ipynb",2964,4,"",python,content +3592,9291427,"test.ipynb",2929,4,"",python,content +3593,9291427,"test.ipynb",2907,4,"",python,content +3594,9291427,"test.ipynb",2901,4,"",python,content +3595,9291427,"test.ipynb",2871,4,"",python,content +3596,9291427,"test.ipynb",2844,4,"",python,content +3597,9291427,"test.ipynb",2820,4,"",python,content +3598,9291427,"test.ipynb",2796,4,"",python,content +3599,9291427,"test.ipynb",2775,4,"",python,content +3600,9291427,"test.ipynb",2753,4,"",python,content +3601,9291427,"test.ipynb",2727,4,"",python,content +3602,9291427,"test.ipynb",2692,4,"",python,content +3603,9292117,"test.ipynb",2692,0,"",python,selection_command +3604,9293497,"test.ipynb",2704,0,"",python,selection_command +3605,9293664,"test.ipynb",2706,0,"",python,selection_command +3606,9294085,"test.ipynb",0,0,"",python,selection_command +3607,9295150,"test.ipynb",12,0,"",python,selection_command +3608,9295314,"test.ipynb",36,0,"",python,selection_command +3609,9295426,"test.ipynb",57,0,"",python,selection_command +3610,9295749,"test.ipynb",80,0,"\n",python,content +3611,9298183,"test.ipynb",81,0,"i",python,content +3612,9298183,"test.ipynb",82,0,"",python,selection_keyboard +3613,9298612,"test.ipynb",82,0,"m",python,content +3614,9298613,"test.ipynb",83,0,"",python,selection_keyboard +3615,9298674,"test.ipynb",83,0,"p",python,content +3616,9298675,"test.ipynb",84,0,"",python,selection_keyboard +3617,9298759,"test.ipynb",84,0,"o",python,content +3618,9298759,"test.ipynb",85,0,"",python,selection_keyboard +3619,9298826,"test.ipynb",85,0,"r",python,content +3620,9298826,"test.ipynb",86,0,"",python,selection_keyboard +3621,9298932,"test.ipynb",86,0,"t",python,content +3622,9298933,"test.ipynb",87,0,"",python,selection_keyboard +3623,9298949,"test.ipynb",87,0," ",python,content +3624,9298950,"test.ipynb",88,0,"",python,selection_keyboard +3625,9299133,"test.ipynb",88,0,"o",python,content +3626,9299133,"test.ipynb",89,0,"",python,selection_keyboard +3627,9299299,"test.ipynb",89,0,"p",python,content +3628,9299300,"test.ipynb",90,0,"",python,selection_keyboard +3629,9299329,"test.ipynb",90,0,"[]",python,content +3630,9299330,"test.ipynb",91,0,"",python,selection_keyboard +3631,9299565,"test.ipynb",91,0,"t",python,content +3632,9299566,"test.ipynb",92,0,"",python,selection_keyboard +3633,9299654,"test.ipynb",92,0,"a",python,content +3634,9299655,"test.ipynb",93,0,"",python,selection_keyboard +3635,9299826,"test.ipynb",92,1,"",python,content +3636,9299988,"test.ipynb",91,1,"",python,content +3637,9300178,"test.ipynb",90,2,"",python,content +3638,9300195,"test.ipynb",90,0,"t",python,content +3639,9300196,"test.ipynb",91,0,"",python,selection_keyboard +3640,9300226,"test.ipynb",91,0,"a",python,content +3641,9300226,"test.ipynb",92,0,"",python,selection_keyboard +3642,9300535,"test.ipynb",92,0,"x",python,content +3643,9300536,"test.ipynb",93,0,"",python,selection_keyboard +3644,9300790,"test.ipynb",93,0," ",python,content +3645,9300791,"test.ipynb",94,0,"",python,selection_keyboard +3646,9301227,"test.ipynb",93,1,"",python,content +3647,9301265,"test.ipynb",92,0,"",python,selection_command +3648,9301782,"train_dynamics.py",0,0,"",python,tab +3649,9302086,"train_dynamics.py",0,0,"",python,selection_command +3650,9303658,"train_dynamics.py",491,0,"",python,selection_command +3651,9304899,"test.ipynb",0,0,"",python,tab +3652,9305319,"test.ipynb",93,0,"\n",python,content +3653,9305461,"test.ipynb",94,0,"\nfrom utils.lr_utils import get_lr_schedule",python,content +3654,9305464,"test.ipynb",95,0,"",python,selection_command +3655,9305985,"test.ipynb",94,0,"",python,selection_command +3656,9306345,"test.ipynb",95,0,"",python,selection_command +3657,9306995,"test.ipynb",3051,0,"",python,selection_command +3658,9307748,"test.ipynb",3049,0,"",python,selection_command +3659,9308043,"test.ipynb",3024,0,"",python,selection_command +3660,9308044,"test.ipynb",3001,0,"",python,selection_command +3661,9308059,"test.ipynb",2989,0,"",python,selection_command +3662,9308090,"test.ipynb",2977,0,"",python,selection_command +3663,9308117,"test.ipynb",2946,0,"",python,selection_command +3664,9308161,"test.ipynb",2928,0,"",python,selection_command +3665,9308196,"test.ipynb",2926,0,"",python,selection_command +3666,9308224,"test.ipynb",2900,0,"",python,selection_command +3667,9308567,"test.ipynb",2877,0,"",python,selection_command +3668,9308742,"test.ipynb",2857,0,"",python,selection_command +3669,9308761,"test.ipynb",2837,0,"",python,selection_command +3670,9308792,"test.ipynb",2820,0,"",python,selection_command +3671,9308970,"test.ipynb",2802,0,"",python,selection_command +3672,9309094,"test.ipynb",2780,0,"",python,selection_command +3673,9309253,"test.ipynb",2749,0,"",python,selection_command +3674,9309425,"test.ipynb",2761,0,"",python,selection_command +3675,9309532,"test.ipynb",2763,0,"",python,selection_command +3676,9313128,"test.ipynb",2794,0,"",python,selection_command +3677,9314696,"test.ipynb",2780,0,"",python,selection_command +3678,9315192,"test.ipynb",2784,0,"",python,selection_command +3679,9315778,"test.ipynb",2784,1,"a",python,selection_command +3680,9315927,"test.ipynb",2784,2,"ar",python,selection_command +3681,9316100,"test.ipynb",2784,3,"arg",python,selection_command +3682,9316252,"test.ipynb",2784,4,"args",python,selection_command +3683,9316414,"test.ipynb",2784,4,"args",python,selection_command +3684,9316660,"test.ipynb",2784,5,"args.",python,selection_command +3685,9316764,"test.ipynb",2784,5,"args.",python,selection_command +3686,9317120,"test.ipynb",2784,5,"args.",python,selection_command +3687,9317120,"test.ipynb",2784,5,"args.",python,selection_command +3688,9317120,"test.ipynb",2784,5,"args.",python,selection_command +3689,9317120,"test.ipynb",2784,5,"args.",python,selection_command +3690,9317120,"test.ipynb",2781,4," a",python,selection_command +3691,9317412,"test.ipynb",2784,5,"args.",python,selection_command +3692,9317835,"test.ipynb",2904,5,"",python,content +3693,9317835,"test.ipynb",2881,5,"",python,content +3694,9317835,"test.ipynb",2861,5,"",python,content +3695,9317835,"test.ipynb",2841,5,"",python,content +3696,9317835,"test.ipynb",2824,5,"",python,content +3697,9317835,"test.ipynb",2806,5,"",python,content +3698,9317835,"test.ipynb",2784,5,"",python,content +3699,9317846,"test.ipynb",2784,0,"",python,selection_command +3700,9320009,"test.ipynb",2801,0,"",python,selection_command +3701,9320202,"test.ipynb",2814,0,"",python,selection_command +3702,9320231,"test.ipynb",2826,0,"",python,selection_command +3703,9320264,"test.ipynb",2841,0,"",python,selection_command +3704,9320317,"test.ipynb",2856,0,"",python,selection_command +3705,9320473,"test.ipynb",2874,0,"",python,selection_command +3706,9320646,"test.ipynb",2891,0,"",python,selection_command +3707,9320800,"test.ipynb",2874,0,"",python,selection_command +3708,9321062,"test.ipynb",2856,0,"",python,selection_command +3709,9321096,"test.ipynb",2841,0,"",python,selection_command +3710,9321127,"test.ipynb",2826,0,"",python,selection_command +3711,9321152,"test.ipynb",2814,0,"",python,selection_command +3712,9321181,"test.ipynb",2801,0,"",python,selection_command +3713,9321215,"test.ipynb",2784,0,"",python,selection_command +3714,9321436,"test.ipynb",2753,0,"",python,selection_command +3715,9321632,"test.ipynb",2761,0,"",python,selection_command +3716,9321817,"test.ipynb",2763,0,"",python,selection_command +3717,9323107,"utils/lr_utils.py",0,0,"import optax\n\n\ndef get_lr_schedule(\n lr_schedule: str,\n init_lr: float,\n max_lr: float,\n decay_end: float,\n total_steps: int,\n warmup_steps: int,\n wsd_decay_steps: int,\n) -> optax.Schedule:\n supported_schedules = [""wsd"", ""cos""]\n if lr_schedule == ""cos"":\n assert (\n warmup_steps <= total_steps\n ), ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=decay_end,\n )\n elif lr_schedule == ""wsd"":\n assert (\n warmup_steps + wsd_decay_steps <= total_steps\n ), ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(\n init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps\n ),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(\n init_value=max_lr, end_value=decay_end, transition_steps=wsd_decay_steps\n ),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n else:\n raise ValueError(\n f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n )\n",python,tab +3718,9323107,"utils/lr_utils.py",19,0,"",python,selection_command +3719,9323982,"test.ipynb",0,0,"",python,tab +3720,9324937,"test.ipynb",3014,0,"",python,selection_command +3721,9325884,"test.ipynb",2989,0,"",python,selection_command +3722,9325994,"test.ipynb",2993,0,"",python,selection_command +3723,9326193,"test.ipynb",3001,0,"",python,selection_command +3724,9326321,"test.ipynb",3002,0,"",python,selection_command +3725,9326965,"test.ipynb",3002,5,"",python,content +3726,9327695,"test.ipynb",2979,0,"",python,selection_command +3727,9327806,"test.ipynb",2964,0,"",python,selection_command +3728,9327971,"test.ipynb",2952,0,"",python,selection_command +3729,9328105,"test.ipynb",2924,0,"",python,selection_command +3730,9328298,"test.ipynb",2906,0,"",python,selection_command +3731,9328443,"test.ipynb",2891,0,"",python,selection_command +3732,9328703,"test.ipynb",2883,0,"",python,selection_command +3733,9328723,"test.ipynb",2865,0,"",python,selection_command +3734,9328758,"test.ipynb",2850,0,"",python,selection_command +3735,9328787,"test.ipynb",2835,0,"",python,selection_command +3736,9328822,"test.ipynb",2820,0,"",python,selection_command +3737,9328857,"test.ipynb",2808,0,"",python,selection_command +3738,9328888,"test.ipynb",2793,0,"",python,selection_command +3739,9329082,"test.ipynb",2762,0,"",python,selection_command +3740,9329719,"test.ipynb",0,0,"",python,selection_command +3741,9330069,"test.ipynb",12,0,"",python,selection_command +3742,9330314,"test.ipynb",36,0,"",python,selection_command +3743,9330341,"test.ipynb",57,0,"",python,selection_command +3744,9330509,"test.ipynb",81,0,"",python,selection_command +3745,9330688,"test.ipynb",94,0,"",python,selection_command +3746,9330837,"test.ipynb",95,0,"",python,selection_command +3747,9331062,"test.ipynb",138,0,"",python,selection_command +3748,9331167,"test.ipynb",139,0,"",python,selection_command +3749,9331343,"test.ipynb",138,0,"",python,selection_command +3750,9331492,"test.ipynb",95,0,"",python,selection_command +3751,9331649,"test.ipynb",100,0,"",python,selection_command +3752,9331802,"test.ipynb",105,0,"",python,selection_command +3753,9331950,"test.ipynb",106,0,"",python,selection_command +3754,9332096,"test.ipynb",115,0,"",python,selection_command +3755,9332201,"test.ipynb",122,0,"",python,selection_command +3756,9332360,"test.ipynb",138,0,"",python,selection_command +3757,9332702,"test.ipynb",122,0,"",python,selection_command +3758,9332938,"utils/lr_utils.py",0,0,"",python,tab +3759,9333780,"test.ipynb",0,0,"",python,tab +3760,9334582,"test.ipynb",138,0,"",python,selection_command +3761,9334890,"test.ipynb",138,1,"",python,content +3762,9335499,"test.ipynb",394,0,"",python,selection_command +3763,9335698,"test.ipynb",828,0,"",python,selection_command +3764,9335872,"test.ipynb",1166,0,"",python,selection_command +3765,9336038,"test.ipynb",1531,0,"",python,selection_command +3766,9336866,"test.ipynb",1871,0,"",python,selection_command +3767,9337076,"test.ipynb",2385,0,"",python,selection_command +3768,9337380,"test.ipynb",3010,0,"",python,selection_command +3769,9337885,"test.ipynb",3008,0,"",python,selection_command +3770,9338161,"test.ipynb",2988,0,"",python,selection_command +3771,9338162,"test.ipynb",2965,0,"",python,selection_command +3772,9338192,"test.ipynb",2953,0,"",python,selection_command +3773,9338221,"test.ipynb",2941,0,"",python,selection_command +3774,9338252,"test.ipynb",2910,0,"",python,selection_command +3775,9338285,"test.ipynb",2892,0,"",python,selection_command +3776,9338329,"test.ipynb",2890,0,"",python,selection_command +3777,9338357,"test.ipynb",2869,0,"",python,selection_command +3778,9338479,"test.ipynb",2851,0,"",python,selection_command +3779,9338737,"test.ipynb",2836,0,"",python,selection_command +3780,9338767,"test.ipynb",2821,0,"",python,selection_command +3781,9338799,"test.ipynb",2809,0,"",python,selection_command +3782,9338999,"test.ipynb",2796,0,"",python,selection_command +3783,9339147,"test.ipynb",2779,0,"",python,selection_command +3784,9339297,"test.ipynb",2748,0,"",python,selection_command +3785,9339427,"test.ipynb",2760,0,"",python,selection_command +3786,9339612,"test.ipynb",2762,0,"",python,selection_command +3787,9343134,"test.ipynb",2793,0,"",python,selection_command +3788,9343434,"test.ipynb",2783,0,"",python,selection_command +3789,9348465,"test.ipynb",2748,0,"",python,selection_command +3790,9348914,"test.ipynb",569,0,"",python,selection_command +3791,9350636,"test.ipynb",2748,0,"",python,selection_command +3792,9350795,"test.ipynb",2783,0,"",python,selection_command +3793,9351369,"test.ipynb",2800,0,"",python,selection_command +3794,9352402,"test.ipynb",2813,0,"",python,selection_command +3795,9352600,"test.ipynb",2825,0,"",python,selection_command +3796,9352817,"test.ipynb",2840,0,"",python,selection_command +3797,9352993,"test.ipynb",2855,0,"",python,selection_command +3798,9353111,"test.ipynb",2873,0,"",python,selection_command +3799,9353563,"test.ipynb",2890,0,"",python,selection_command +3800,9353713,"test.ipynb",2896,0,"",python,selection_command +3801,9353870,"test.ipynb",2914,0,"",python,selection_command +3802,9354152,"test.ipynb",2927,0,"",python,selection_command +3803,9354330,"test.ipynb",2928,0,"",python,selection_command +3804,9354763,"test.ipynb",2908,0,"",python,selection_command +3805,9355015,"test.ipynb",2890,0,"",python,selection_command +3806,9355042,"test.ipynb",2887,0,"",python,selection_command +3807,9355067,"test.ipynb",2867,0,"",python,selection_command +3808,9355099,"test.ipynb",2849,0,"",python,selection_command +3809,9355149,"test.ipynb",2834,0,"",python,selection_command +3810,9355364,"test.ipynb",2849,0,"",python,selection_command +3811,9355633,"test.ipynb",2867,0,"",python,selection_command +3812,9355645,"test.ipynb",2887,0,"",python,selection_command +3813,9355676,"test.ipynb",2890,0,"",python,selection_command +3814,9355918,"test.ipynb",2908,0,"",python,selection_command +3815,9356079,"test.ipynb",2928,0,"",python,selection_command +3816,9366248,"test.ipynb",2908,0,"",python,selection_command +3817,9366495,"test.ipynb",2890,0,"",python,selection_command +3818,9366527,"test.ipynb",2887,0,"",python,selection_command +3819,9366558,"test.ipynb",2867,0,"",python,selection_command +3820,9366592,"test.ipynb",2849,0,"",python,selection_command +3821,9366618,"test.ipynb",2834,0,"",python,selection_command +3822,9366648,"test.ipynb",2819,0,"",python,selection_command +3823,9366819,"test.ipynb",2807,0,"",python,selection_command +3824,9366964,"test.ipynb",2794,0,"",python,selection_command +3825,9367103,"test.ipynb",2766,0,"",python,selection_command +3826,9367246,"test.ipynb",2746,0,"",python,selection_command +3827,9367434,"test.ipynb",2766,0,"",python,selection_command +3828,9368902,"utils/lr_utils.py",0,0,"",python,tab +3829,9371825,"test.ipynb",0,0,"",python,tab +3830,9372900,"train_dynamics.py",0,0,"",python,tab +3831,9374736,"train_dynamics.py",7217,0,"",python,selection_command +3832,9377496,"test.ipynb",0,0,"",python,tab +3833,9391217,"test.ipynb",2787,0,"",python,selection_mouse +3834,9396345,"test.ipynb",2748,0,"",python,selection_command +3835,9396552,"test.ipynb",569,0,"",python,selection_command +3836,9397516,"test.ipynb",579,0,"",python,selection_command +3837,9398094,"test.ipynb",580,0,"",python,selection_command +3838,9398401,"test.ipynb",580,0,"e",python,content +3839,9398402,"test.ipynb",581,0,"",python,selection_keyboard +3840,9398629,"test.ipynb",580,0,"",python,selection_command +3841,9399081,"test.ipynb",569,0,"",python,selection_command +3842,9404438,"test.ipynb",2749,0,"",python,selection_command +3843,9404953,"test.ipynb",2780,0,"",python,selection_command +3844,9405047,"test.ipynb",2797,0,"",python,selection_command +3845,9405373,"test.ipynb",2780,0,"",python,selection_command +3846,9405429,"test.ipynb",2794,0,"",python,selection_command +3847,9405896,"test.ipynb",2795,0,"",python,selection_command +3848,9405939,"test.ipynb",2795,0,"e",python,content +3849,9405939,"test.ipynb",2796,0,"",python,selection_keyboard +3850,9406191,"test.ipynb",2795,0,"",python,selection_command +3851,9406812,"test.ipynb",2809,0,"",python,selection_command +3852,9406985,"test.ipynb",2821,0,"",python,selection_command +3853,9407232,"test.ipynb",2836,0,"",python,selection_command +3854,9407258,"test.ipynb",2851,0,"",python,selection_command +3855,9407291,"test.ipynb",2868,0,"",python,selection_command +3856,9407324,"test.ipynb",2886,0,"",python,selection_command +3857,9407357,"test.ipynb",2892,0,"",python,selection_command +3858,9407469,"test.ipynb",2909,0,"",python,selection_command +3859,9407733,"test.ipynb",2927,0,"",python,selection_command +3860,9407994,"test.ipynb",2953,0,"",python,selection_command +3861,9408064,"test.ipynb",2965,0,"",python,selection_command +3862,9408188,"test.ipynb",2982,0,"",python,selection_command +3863,9408615,"test.ipynb",3005,0,"",python,selection_command +3864,9408816,"test.ipynb",3010,0,"",python,selection_command +3865,9409119,"test.ipynb",3027,0,"",python,selection_command +3866,9412071,"train_dynamics.py",0,0,"",python,tab +3867,9413270,"train_dynamics.py",7569,0,"",python,selection_command +3868,9415081,"train_dynamics.py",7606,0,"",python,selection_command +3869,9415329,"train_dynamics.py",7611,0,"",python,selection_command +3870,9415348,"train_dynamics.py",7693,0,"",python,selection_command +3871,9415376,"train_dynamics.py",7750,0,"",python,selection_command +3872,9415408,"train_dynamics.py",7809,0,"",python,selection_command +3873,9415442,"train_dynamics.py",7814,0,"",python,selection_command +3874,9415474,"train_dynamics.py",7877,0,"",python,selection_command +3875,9415508,"train_dynamics.py",7962,0,"",python,selection_command +3876,9415542,"train_dynamics.py",7967,0,"",python,selection_command +3877,9416356,"train_dynamics.py",8693,0,"",python,selection_command +3878,9418119,"train_dynamics.py",8609,0,"",python,selection_command +3879,9418364,"train_dynamics.py",8583,0,"",python,selection_command +3880,9418392,"train_dynamics.py",8577,0,"",python,selection_command +3881,9418423,"train_dynamics.py",8496,0,"",python,selection_command +3882,9418458,"train_dynamics.py",8470,0,"",python,selection_command +3883,9418484,"train_dynamics.py",8399,0,"",python,selection_command +3884,9418517,"train_dynamics.py",8386,0,"",python,selection_command +3885,9418547,"train_dynamics.py",8342,0,"",python,selection_command +3886,9418581,"train_dynamics.py",8337,0,"",python,selection_command +3887,9418615,"train_dynamics.py",8290,0,"",python,selection_command +3888,9418649,"train_dynamics.py",8207,0,"",python,selection_command +3889,9418863,"train_dynamics.py",8290,0,"",python,selection_command +3890,9419137,"train_dynamics.py",8286,50," nnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3891,9419227,"train_dynamics.py",8203,133," optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3892,9419481,"train_dynamics.py",8136,200," optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3893,9419510,"train_dynamics.py",8083,253," nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3894,9419541,"train_dynamics.py",8008,328," model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3895,9419667,"train_dynamics.py",7963,373," model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3896,9420019,"train_dynamics.py",7963,0,"",python,selection_command +3897,9420553,"test.ipynb",0,0,"",python,tab +3898,9421017,"test.ipynb",3048,0,"\n",python,content +3899,9421280,"test.ipynb",3049,0,"\n",python,content +3900,9421721,"test.ipynb",3050,0,"\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)",python,content +3901,9421748,"test.ipynb",3055,0,"",python,selection_command +3902,9422747,"test.ipynb",3055,1,"m",python,selection_command +3903,9422901,"test.ipynb",3055,46,"model_state = nnx.state(optimizer.model)\n m",python,selection_command +3904,9423152,"test.ipynb",3055,121,"model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n n",python,selection_command +3905,9423180,"test.ipynb",3055,174,"model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n o",python,selection_command +3906,9423361,"test.ipynb",3055,241,"model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n o",python,selection_command +3907,9423530,"test.ipynb",3055,324,"model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n n",python,selection_command +3908,9425031,"test.ipynb",3374,4,"",python,content +3909,9425031,"test.ipynb",3291,4,"",python,content +3910,9425031,"test.ipynb",3224,4,"",python,content +3911,9425031,"test.ipynb",3171,4,"",python,content +3912,9425031,"test.ipynb",3096,4,"",python,content +3913,9425031,"test.ipynb",3051,4,"",python,content +3914,9425036,"test.ipynb",3051,0,"",python,selection_command +3915,9426157,"test.ipynb",3050,1,"",python,content +3916,9429577,"test.ipynb",3091,0,"",python,selection_command +3917,9430039,"test.ipynb",3091,71,"",python,content +3918,9430225,"test.ipynb",3140,0,"",python,selection_command +3919,9430379,"test.ipynb",3203,0,"",python,selection_command +3920,9430768,"test.ipynb",3140,0,"",python,selection_command +3921,9430908,"test.ipynb",3091,0,"",python,selection_command +3922,9431708,"test.ipynb",3091,49,"",python,content +3923,9432060,"test.ipynb",3154,0,"",python,selection_command +3924,9433745,"test.ipynb",3233,0,"",python,selection_command +3925,9434239,"test.ipynb",3233,46,"nnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3926,9434402,"test.ipynb",3154,125,"optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\nnnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3927,9434552,"test.ipynb",3091,188,"optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\noptimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\nnnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3928,9434668,"test.ipynb",3050,229,"model_state = nnx.state(optimizer.model)\noptimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\noptimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\nnnx.update(optimizer, optimizer_sharded_state)",python,selection_command +3929,9434743,"test.ipynb",3049,230,"",python,content +3930,9435462,"train_dynamics.py",0,0,"",python,tab +3931,9437516,"train_dynamics.py",8008,0,"",python,selection_command +3932,9437761,"train_dynamics.py",8083,0,"",python,selection_command +3933,9437792,"train_dynamics.py",8136,0,"",python,selection_command +3934,9437816,"train_dynamics.py",8203,0,"",python,selection_command +3935,9437847,"train_dynamics.py",8286,0,"",python,selection_command +3936,9437884,"train_dynamics.py",8337,0,"",python,selection_command +3937,9437915,"train_dynamics.py",8338,0,"",python,selection_command +3938,9437948,"train_dynamics.py",8382,0,"",python,selection_command +3939,9437988,"train_dynamics.py",8395,0,"",python,selection_command +3940,9438016,"train_dynamics.py",8466,0,"",python,selection_command +3941,9438048,"train_dynamics.py",8492,0,"",python,selection_command +3942,9438082,"train_dynamics.py",8573,0,"",python,selection_command +3943,9438116,"train_dynamics.py",8579,0,"",python,selection_command +3944,9438149,"train_dynamics.py",8605,0,"",python,selection_command +3945,9438191,"train_dynamics.py",8689,0,"",python,selection_command +3946,9438217,"train_dynamics.py",8695,0,"",python,selection_command +3947,9438249,"train_dynamics.py",8825,0,"",python,selection_command +3948,9438290,"train_dynamics.py",8958,0,"",python,selection_command +3949,9438324,"train_dynamics.py",8959,0,"",python,selection_command +3950,9438356,"train_dynamics.py",9014,0,"",python,selection_command +3951,9438390,"train_dynamics.py",9072,0,"",python,selection_command +3952,9438423,"train_dynamics.py",9095,0,"",python,selection_command +3953,9438457,"train_dynamics.py",9148,0,"",python,selection_command +3954,9438490,"train_dynamics.py",9184,0,"",python,selection_command +3955,9438573,"train_dynamics.py",9148,0,"",python,selection_command +3956,9438830,"train_dynamics.py",9095,0,"",python,selection_command +3957,9438851,"train_dynamics.py",9072,0,"",python,selection_command +3958,9438889,"train_dynamics.py",9014,0,"",python,selection_command +3959,9438923,"train_dynamics.py",8959,0,"",python,selection_command +3960,9438958,"train_dynamics.py",8958,0,"",python,selection_command +3961,9439233,"train_dynamics.py",8959,0,"",python,selection_command +3962,9441778,"train_dynamics.py",8959,54," checkpoint_options = ocp.CheckpointManagerOptions(",python,selection_command +3963,9441921,"train_dynamics.py",8959,112," checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,",python,selection_command +3964,9442183,"train_dynamics.py",8959,135," checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,",python,selection_command +3965,9442193,"train_dynamics.py",8959,188," checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,",python,selection_command +3966,9442350,"train_dynamics.py",8959,224," checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,",python,selection_command +3967,9442497,"train_dynamics.py",8959,262," checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,",python,selection_command +3968,9442661,"train_dynamics.py",8959,268," checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )",python,selection_command +3969,9442882,"train_dynamics.py",8959,0,"",python,selection_command +3970,9443407,"test.ipynb",0,0,"",python,tab +3971,9444012,"test.ipynb",3049,0,"\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )",python,content +3972,9444016,"test.ipynb",3054,0,"",python,selection_command +3973,9444635,"test.ipynb",3054,1,"c",python,selection_command +3974,9444710,"test.ipynb",3054,56,"checkpoint_options = ocp.CheckpointManagerOptions(\n ",python,selection_command +3975,9444980,"test.ipynb",3054,114,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n ",python,selection_command +3976,9444991,"test.ipynb",3054,137,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n ",python,selection_command +3977,9445024,"test.ipynb",3054,190,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n ",python,selection_command +3978,9445144,"test.ipynb",3054,226,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n ",python,selection_command +3979,9445326,"test.ipynb",3054,264,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )",python,selection_command +3980,9445523,"test.ipynb",3313,4,"",python,content +3981,9445523,"test.ipynb",3275,8," ",python,content +3982,9445523,"test.ipynb",3239,8," ",python,content +3983,9445523,"test.ipynb",3186,8," ",python,content +3984,9445523,"test.ipynb",3163,8," ",python,content +3985,9445523,"test.ipynb",3105,8," ",python,content +3986,9445523,"test.ipynb",3050,4,"",python,content +3987,9445530,"test.ipynb",3050,0,"",python,selection_command +3988,9447016,"test.ipynb",0,0,"",python,selection_command +3989,9447826,"test.ipynb",12,0,"",python,selection_command +3990,9448080,"test.ipynb",36,0,"",python,selection_command +3991,9448111,"test.ipynb",57,0,"",python,selection_command +3992,9448211,"test.ipynb",81,0,"",python,selection_command +3993,9449221,"test.ipynb",35,0,"\nimport orbax.checkpoint as ocp",python,content +3994,9450296,"test.ipynb",3320,0,"",python,selection_command +3995,9451765,"test.ipynb",3286,0,"",python,selection_command +3996,9451907,"test.ipynb",3254,0,"",python,selection_command +3997,9452031,"test.ipynb",3205,0,"",python,selection_command +3998,9452178,"test.ipynb",3186,0,"",python,selection_command +3999,9452309,"test.ipynb",3132,0,"",python,selection_command +4000,9453006,"test.ipynb",3221,5,"",python,content +4001,9453006,"test.ipynb",3156,5,"",python,content +4002,9454197,"test.ipynb",3310,0,"",python,selection_command +4003,9454895,"test.ipynb",3311,0,"\n",python,content +4004,9455096,"test.ipynb",3312,0,"\n",python,content +4005,9455849,"train_dynamics.py",0,0,"",python,tab +4006,9457581,"train_dynamics.py",9014,0,"",python,selection_command +4007,9457832,"train_dynamics.py",9072,0,"",python,selection_command +4008,9457847,"train_dynamics.py",9095,0,"",python,selection_command +4009,9457882,"train_dynamics.py",9148,0,"",python,selection_command +4010,9457911,"train_dynamics.py",9184,0,"",python,selection_command +4011,9458082,"train_dynamics.py",9222,0,"",python,selection_command +4012,9458272,"train_dynamics.py",9228,0,"",python,selection_command +4013,9458396,"train_dynamics.py",9229,0,"",python,selection_command +4014,9458730,"train_dynamics.py",9229,47," checkpoint_manager = ocp.CheckpointManager(",python,selection_command +4015,9458817,"train_dynamics.py",9229,70," checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,",python,selection_command +4016,9458996,"train_dynamics.py",9229,106," checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,",python,selection_command +4017,9459131,"train_dynamics.py",9229,149," checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,",python,selection_command +4018,9459252,"train_dynamics.py",9229,155," checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )",python,selection_command +4019,9459501,"train_dynamics.py",9229,0,"",python,selection_command +4020,9459990,"test.ipynb",0,0,"",python,tab +4021,9460788,"test.ipynb",3313,0,"\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )",python,content +4022,9460803,"test.ipynb",3318,0,"",python,selection_command +4023,9461318,"test.ipynb",3318,1,"c",python,selection_command +4024,9461432,"test.ipynb",3318,49,"checkpoint_manager = ocp.CheckpointManager(\n ",python,selection_command +4025,9461679,"test.ipynb",3318,72,"checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n ",python,selection_command +4026,9461833,"test.ipynb",3318,108,"checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n ",python,selection_command +4027,9462278,"test.ipynb",3318,151,"checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )",python,selection_command +4028,9462456,"test.ipynb",3464,4,"",python,content +4029,9462456,"test.ipynb",3421,8," ",python,content +4030,9462456,"test.ipynb",3385,8," ",python,content +4031,9462456,"test.ipynb",3362,8," ",python,content +4032,9462456,"test.ipynb",3314,4,"",python,content +4033,9462469,"test.ipynb",3314,0,"",python,selection_command +4034,9464552,"test.ipynb",3358,0,"",python,selection_command +4035,9465184,"test.ipynb",3362,0,"",python,selection_command +4036,9465856,"test.ipynb",3407,39,"",python,content +4037,9465856,"test.ipynb",3362,5,"",python,content +4038,9467765,"test.ipynb",3376,0,"",python,selection_command +4039,9467869,"test.ipynb",3404,0,"",python,selection_command +4040,9468496,"test.ipynb",3405,0,"\n",python,content +4041,9468695,"test.ipynb",3406,0,"\n",python,content +4042,9470418,"train_dynamics.py",0,0,"",python,tab +4043,9472150,"train_dynamics.py",9446,0,"",python,selection_keyboard +4044,9472869,"train_dynamics.py",9996,0,"",python,selection_command +4045,9473443,"train_dynamics.py",10721,0,"",python,selection_command +4046,9474248,"train_dynamics.py",10643,0,"",python,selection_command +4047,9474359,"train_dynamics.py",10606,0,"",python,selection_command +4048,9474478,"train_dynamics.py",10560,0,"",python,selection_command +4049,9474644,"train_dynamics.py",10513,0,"",python,selection_command +4050,9474981,"train_dynamics.py",10497,46," restored = checkpoint_manager.restore(",python,selection_command +4051,9475305,"train_dynamics.py",10497,92," restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),",python,selection_command +4052,9475821,"train_dynamics.py",10560,0,"",python,selection_command +4053,9475997,"train_dynamics.py",10513,0,"",python,selection_command +4054,9476154,"train_dynamics.py",10448,0,"",python,selection_command +4055,9476344,"train_dynamics.py",10385,0,"",python,selection_command +4056,9476428,"train_dynamics.py",10331,0,"",python,selection_command +4057,9476678,"train_dynamics.py",10315,53," optimizer.model.tokenizer.vq.drop.rngs = rngs",python,selection_command +4058,9476747,"train_dynamics.py",10315,116," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)",python,selection_command +4059,9477016,"train_dynamics.py",10315,181," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)",python,selection_command +4060,9477027,"train_dynamics.py",10315,228," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(",python,selection_command +4061,9477059,"train_dynamics.py",10315,274," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),",python,selection_command +4062,9477092,"train_dynamics.py",10315,311," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(",python,selection_command +4063,9477202,"train_dynamics.py",10315,389," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),",python,selection_command +4064,9477278,"train_dynamics.py",10315,474," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,selection_command +4065,9477430,"train_dynamics.py",10315,489," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),",python,selection_command +4066,9477582,"train_dynamics.py",10315,499," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )",python,selection_command +4067,9479149,"train_dynamics.py",10315,0,"",python,selection_command +4068,9480371,"test.ipynb",0,0,"",python,tab +4069,9481454,"test.ipynb",3407,0,"\n optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )",python,content +4070,9481467,"test.ipynb",3416,0,"",python,selection_command +4071,9482120,"test.ipynb",3416,1,"o",python,selection_command +4072,9482178,"test.ipynb",3416,55,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n a",python,selection_command +4073,9482445,"test.ipynb",3416,118,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n a",python,selection_command +4074,9482460,"test.ipynb",3416,183,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n r",python,selection_command +4075,9482493,"test.ipynb",3416,230,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n ",python,selection_command +4076,9482524,"test.ipynb",3416,276,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n ",python,selection_command +4077,9482636,"test.ipynb",3416,313,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n ",python,selection_command +4078,9482637,"test.ipynb",3416,391,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ",python,selection_command +4079,9482799,"test.ipynb",3416,476,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ",python,selection_command +4080,9482970,"test.ipynb",3416,491,"optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )",python,selection_command +4081,9484543,"test.ipynb",3898,8," ",python,content +4082,9484543,"test.ipynb",3883,12," ",python,content +4083,9484543,"test.ipynb",3798,16," ",python,content +4084,9484543,"test.ipynb",3720,16," ",python,content +4085,9484543,"test.ipynb",3683,12," ",python,content +4086,9484543,"test.ipynb",3637,12," ",python,content +4087,9484543,"test.ipynb",3590,8," ",python,content +4088,9484543,"test.ipynb",3525,8," ",python,content +4089,9484543,"test.ipynb",3462,8," ",python,content +4090,9484543,"test.ipynb",3408,8," ",python,content +4091,9484545,"test.ipynb",3412,0,"",python,selection_command +4092,9486950,"test.ipynb",3408,49," optimizer.model.tokenizer.vq.drop.rngs = rngs",python,selection_command +4093,9487164,"test.ipynb",3408,108," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)",python,selection_command +4094,9487381,"test.ipynb",3408,169," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)",python,selection_command +4095,9487393,"test.ipynb",3408,212," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(",python,selection_command +4096,9487425,"test.ipynb",3408,254," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),",python,selection_command +4097,9487460,"test.ipynb",3408,287," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(",python,selection_command +4098,9487492,"test.ipynb",3408,361," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),",python,selection_command +4099,9487526,"test.ipynb",3408,442," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,selection_command +4100,9487704,"test.ipynb",3408,453," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),",python,selection_command +4101,9487879,"test.ipynb",3408,459," optimizer.model.tokenizer.vq.drop.rngs = rngs\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )",python,selection_command +4102,9488213,"test.ipynb",3862,4,"",python,content +4103,9488213,"test.ipynb",3851,8," ",python,content +4104,9488213,"test.ipynb",3770,12," ",python,content +4105,9488213,"test.ipynb",3696,12," ",python,content +4106,9488213,"test.ipynb",3663,8," ",python,content +4107,9488213,"test.ipynb",3621,8," ",python,content +4108,9488213,"test.ipynb",3578,4,"",python,content +4109,9488213,"test.ipynb",3517,4,"",python,content +4110,9488213,"test.ipynb",3458,4,"",python,content +4111,9488213,"test.ipynb",3408,4,"",python,content +4112,9488215,"test.ipynb",3408,0,"",python,selection_command +4113,9489785,"test.ipynb",3454,0,"",python,selection_command +4114,9490117,"test.ipynb",3509,0,"",python,selection_command +4115,9490309,"test.ipynb",3566,0,"",python,selection_command +4116,9490414,"test.ipynb",3605,0,"",python,selection_command +4117,9490550,"test.ipynb",3643,0,"",python,selection_command +4118,9490714,"test.ipynb",3672,0,"",python,selection_command +4119,9491358,"test.ipynb",3742,0,"",python,selection_command +4120,9491451,"test.ipynb",3819,0,"",python,selection_command +4121,9492073,"test.ipynb",3742,0,"",python,selection_command +4122,9492185,"test.ipynb",3672,0,"",python,selection_command +4123,9494194,"test.ipynb",3680,0,"",python,selection_command +4124,9494504,"test.ipynb",3691,0,"",python,selection_command +4125,9494504,"test.ipynb",3692,0,"",python,selection_command +4126,9494507,"test.ipynb",3695,0,"",python,selection_command +4127,9494534,"test.ipynb",3696,0,"",python,selection_command +4128,9494831,"test.ipynb",3700,0,"",python,selection_command +4129,9495028,"test.ipynb",3701,0,"",python,selection_command +4130,9495218,"test.ipynb",3714,0,"",python,selection_command +4131,9495278,"test.ipynb",3715,0,"",python,selection_command +4132,9506288,"test.ipynb",2482,0,"",python,selection_mouse +4133,9506289,"test.ipynb",2481,0,"",python,selection_command +4134,9507101,"test.ipynb",0,0,"",python,selection_command +4135,9509075,"test.ipynb",11,0,"\n",python,content +4136,9509245,"test.ipynb",12,0,"i",python,content +4137,9509245,"test.ipynb",13,0,"",python,selection_keyboard +4138,9509358,"test.ipynb",13,0,"m",python,content +4139,9509358,"test.ipynb",14,0,"",python,selection_keyboard +4140,9509396,"test.ipynb",14,0,"p",python,content +4141,9509397,"test.ipynb",15,0,"",python,selection_keyboard +4142,9509492,"test.ipynb",15,0,"o",python,content +4143,9509492,"test.ipynb",16,0,"",python,selection_keyboard +4144,9509532,"test.ipynb",16,0,"r",python,content +4145,9509533,"test.ipynb",17,0,"",python,selection_keyboard +4146,9509624,"test.ipynb",17,0,"t",python,content +4147,9509625,"test.ipynb",18,0,"",python,selection_keyboard +4148,9509710,"test.ipynb",18,0," ",python,content +4149,9509710,"test.ipynb",19,0,"",python,selection_keyboard +4150,9509829,"test.ipynb",19,0,"g",python,content +4151,9509830,"test.ipynb",20,0,"",python,selection_keyboard +4152,9509979,"test.ipynb",20,0,"r",python,content +4153,9509979,"test.ipynb",21,0,"",python,selection_keyboard +4154,9510015,"test.ipynb",21,0,"a",python,content +4155,9510016,"test.ipynb",22,0,"",python,selection_keyboard +4156,9510067,"test.ipynb",22,0,"i",python,content +4157,9510067,"test.ipynb",23,0,"",python,selection_keyboard +4158,9510141,"test.ipynb",23,0,"n",python,content +4159,9510142,"test.ipynb",24,0,"",python,selection_keyboard +4160,9510273,"test.ipynb",23,0,"",python,selection_command +4161,9513517,"test.ipynb",3780,0,"",python,selection_command +4162,9520051,"test.ipynb",3785,0,"",python,selection_command +4163,9520694,"test.ipynb",3755,77,"",python,content +4164,9520702,"test.ipynb",3759,0,"",python,selection_command +4165,9528092,"test.ipynb",0,0,"",python,selection_command +4166,9528738,"test.ipynb",12,0,"",python,selection_command +4167,9528995,"test.ipynb",25,0,"",python,selection_command +4168,9529009,"test.ipynb",49,0,"",python,selection_command +4169,9529040,"test.ipynb",80,0,"",python,selection_command +4170,9529075,"test.ipynb",101,0,"",python,selection_command +4171,9529107,"test.ipynb",125,0,"",python,selection_command +4172,9529142,"test.ipynb",138,0,"",python,selection_command +4173,9529175,"test.ipynb",139,0,"",python,selection_command +4174,9529210,"test.ipynb",182,0,"",python,selection_command +4175,9529243,"test.ipynb",183,0,"",python,selection_command +4176,9529277,"test.ipynb",184,0,"",python,selection_command +4177,9529311,"test.ipynb",209,0,"",python,selection_command +4178,9529344,"test.ipynb",223,0,"",python,selection_command +4179,9529377,"test.ipynb",241,0,"",python,selection_command +4180,9529411,"test.ipynb",265,0,"",python,selection_command +4181,9529562,"test.ipynb",288,0,"",python,selection_command +4182,9529709,"test.ipynb",311,0,"",python,selection_command +4183,9530415,"test.ipynb",330,0,"",python,selection_command +4184,9530589,"test.ipynb",354,0,"",python,selection_command +4185,9530724,"test.ipynb",381,0,"",python,selection_command +4186,9531896,"test.ipynb",883,0,"",python,selection_command +4187,9533376,"test.ipynb",1480,0,"",python,selection_command +4188,9534232,"test.ipynb",1488,0,"",python,selection_command +4189,9534412,"test.ipynb",1490,0,"",python,selection_command +4190,9534607,"test.ipynb",1494,0,"",python,selection_command +4191,9534785,"test.ipynb",1496,0,"",python,selection_command +4192,9535219,"test.ipynb",1499,0,"",python,selection_command +4193,9535713,"test.ipynb",1496,0,"",python,selection_command +4194,9536230,"test.ipynb",1497,0,"",python,selection_command +4195,9537919,"test.ipynb",1496,0,"",python,selection_command +4196,9539859,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +4197,9540464,"experiments/dynamics_grain_tok_restore.sh",430,0,"",shellscript,selection_command +4198,9540793,"experiments/dynamics_grain_tok_restore.sh",386,0,"",shellscript,selection_command +4199,9540954,"experiments/dynamics_grain_tok_restore.sh",366,0,"",shellscript,selection_command +4200,9541093,"experiments/dynamics_grain_tok_restore.sh",310,0,"",shellscript,selection_command +4201,9541529,"experiments/dynamics_grain_tok_restore.sh",312,0,"",shellscript,selection_command +4202,9541717,"experiments/dynamics_grain_tok_restore.sh",315,0,"",shellscript,selection_command +4203,9542078,"experiments/dynamics_grain_tok_restore.sh",249,0,"",shellscript,selection_command +4204,9542810,"experiments/dynamics_grain_tok_restore.sh",240,0,"",shellscript,selection_command +4205,9542964,"experiments/dynamics_grain_tok_restore.sh",239,0,"",shellscript,selection_command +4206,9543082,"experiments/dynamics_grain_tok_restore.sh",236,0,"",shellscript,selection_command +4207,9543233,"experiments/dynamics_grain_tok_restore.sh",233,0,"",shellscript,selection_command +4208,9543488,"experiments/dynamics_grain_tok_restore.sh",233,1,"=",shellscript,selection_command +4209,9543561,"experiments/dynamics_grain_tok_restore.sh",233,3,"=""$",shellscript,selection_command +4210,9544136,"experiments/dynamics_grain_tok_restore.sh",233,2,"=""",shellscript,selection_command +4211,9544197,"experiments/dynamics_grain_tok_restore.sh",234,0,"",shellscript,selection_command +4212,9544777,"experiments/dynamics_grain_tok_restore.sh",234,1,"""",shellscript,selection_command +4213,9545251,"experiments/dynamics_grain_tok_restore.sh",234,57,"""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\n",shellscript,selection_command +4214,9545462,"experiments/dynamics_grain_tok_restore.sh",234,56,"""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""",shellscript,selection_command +4215,9545629,"experiments/dynamics_grain_tok_restore.sh",234,55,"""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore",shellscript,selection_command +4216,9545903,"experiments/dynamics_grain_tok_restore.sh",234,56,"""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""",shellscript,selection_command +4217,9546120,"experiments/dynamics_grain_tok_restore.sh",289,0,"",shellscript,selection_command +4218,9546626,"test.ipynb",0,0,"",python,tab +4219,9548568,"test.ipynb",1498,0,"\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,content +4220,9548582,"test.ipynb",1507,0,"",python,selection_command +4221,9549129,"test.ipynb",1499,77,"",python,content +4222,9549132,"test.ipynb",1496,0,"",python,selection_command +4223,9549465,"test.ipynb",1497,0,"",python,selection_command +4224,9549671,"test.ipynb",1497,0,"""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""",python,content +4225,9549672,"test.ipynb",1553,0,"",python,selection_keyboard +4226,9550099,"test.ipynb",1552,0,"",python,selection_command +4227,9550435,"test.ipynb",1515,0,"",python,selection_command +4228,9550695,"test.ipynb",1514,0,"",python,selection_command +4229,9550719,"test.ipynb",1503,0,"",python,selection_command +4230,9550746,"test.ipynb",1502,0,"",python,selection_command +4231,9550779,"test.ipynb",1499,0,"",python,selection_command +4232,9550812,"test.ipynb",1496,0,"",python,selection_command +4233,9550847,"test.ipynb",1494,0,"",python,selection_command +4234,9551133,"test.ipynb",1496,0,"",python,selection_command +4235,9551298,"test.ipynb",1499,0,"",python,selection_command +4236,9555600,"test.ipynb",1499,1,"P",python,selection_command +4237,9555658,"test.ipynb",1499,3,"PWD",python,selection_command +4238,9557780,"test.ipynb",1499,2,"PW",python,selection_command +4239,9558538,"test.ipynb",1500,0,"",python,selection_command +4240,9558860,"test.ipynb",1501,0,"",python,selection_command +4241,9559045,"test.ipynb",1500,0,"",python,selection_command +4242,9559425,"test.ipynb",1501,0,"",python,selection_command +4243,9559549,"test.ipynb",1501,1,"D",python,selection_command +4244,9559627,"test.ipynb",1500,2,"WD",python,selection_command +4245,9559751,"test.ipynb",1499,3,"PWD",python,selection_command +4246,9559884,"test.ipynb",1498,4,"$PWD",python,selection_command +4247,9560065,"test.ipynb",1498,4,"",python,content +4248,9560312,"test.ipynb",1498,0,"/home/franz.srambical/jafar",python,content +4249,9560312,"test.ipynb",1525,0,"",python,selection_keyboard +4250,9560759,"test.ipynb",1524,0,"",python,selection_command +4251,9562665,"test.ipynb",1480,0,"",python,selection_command +4252,9562932,"test.ipynb",1488,0,"",python,selection_command +4253,9563093,"test.ipynb",1490,0,"",python,selection_command +4254,9563264,"test.ipynb",1494,0,"",python,selection_command +4255,9563433,"test.ipynb",1496,0,"",python,selection_command +4256,9566931,"test.ipynb",1496,1,"",python,content +4257,9567248,"test.ipynb",1575,0,"",python,selection_command +4258,9567575,"test.ipynb",1575,1,"",python,content +4259,9567576,"test.ipynb",1574,0,"",python,selection_command +4260,9581955,"test.ipynb",11,0,"",python,selection_mouse +4261,9581956,"test.ipynb",10,0,"",python,selection_command +4262,9582650,"test.ipynb",22,0,"",python,selection_command +4263,9582861,"test.ipynb",12,13,"",python,content +4264,9584069,"test.ipynb",3826,0,"",python,selection_command +4265,9608373,"test.ipynb",3826,1,")",python,selection_command +4266,9608580,"test.ipynb",3819,1," ",python,selection_command +4267,9608767,"test.ipynb",3749,1," ",python,selection_command +4268,9608903,"test.ipynb",3720,1," ",python,selection_command +4269,9609031,"test.ipynb",3682,1," ",python,selection_command +4270,9609184,"test.ipynb",3643,1,"r",python,selection_command +4271,9609350,"test.ipynb",3643,0,"",python,selection_command +4272,9609667,"test.ipynb",3826,0,"#",python,content +4273,9609667,"test.ipynb",3819,0,"#",python,content +4274,9609667,"test.ipynb",3749,0,"#",python,content +4275,9609667,"test.ipynb",3720,0,"#",python,content +4276,9609667,"test.ipynb",3682,0,"#",python,content +4277,9609667,"test.ipynb",3643,0,"#",python,content +4278,9609667,"test.ipynb",3644,0,"",python,selection_keyboard +4279,9609748,"test.ipynb",3832,0," ",python,content +4280,9609748,"test.ipynb",3824,0," ",python,content +4281,9609748,"test.ipynb",3753,0," ",python,content +4282,9609749,"test.ipynb",3723,0," ",python,content +4283,9609749,"test.ipynb",3684,0," ",python,content +4284,9609749,"test.ipynb",3644,0," ",python,content +4285,9609749,"test.ipynb",3645,0,"",python,selection_keyboard +4286,9609992,"test.ipynb",3644,0,"",python,selection_command +4287,9610376,"test.ipynb",3685,0,"",python,selection_command +4288,9610628,"test.ipynb",3725,0,"",python,selection_command +4289,9610874,"test.ipynb",3685,0,"",python,selection_command +4290,9611014,"test.ipynb",3644,0,"",python,selection_command +4291,9611214,"test.ipynb",3643,40,"# restored = checkpoint_manager.restore(",python,selection_command +4292,9611298,"test.ipynb",3643,80,"# restored = checkpoint_manager.restore(\n# checkpoint_manager.latest_step(),",python,selection_command +4293,9611562,"test.ipynb",3643,111,"# restored = checkpoint_manager.restore(\n# checkpoint_manager.latest_step(),\n# args=ocp.args.Composite(",python,selection_command +4294,9611581,"test.ipynb",3643,183,"# restored = checkpoint_manager.restore(\n# checkpoint_manager.latest_step(),\n# args=ocp.args.Composite(\n# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),",python,selection_command +4295,9611610,"test.ipynb",3643,192,"# restored = checkpoint_manager.restore(\n# checkpoint_manager.latest_step(),\n# args=ocp.args.Composite(\n# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n# ),",python,selection_command +4296,9611784,"test.ipynb",3643,196,"# restored = checkpoint_manager.restore(\n# checkpoint_manager.latest_step(),\n# args=ocp.args.Composite(\n# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n# ),\n# )",python,selection_command +4297,9612049,"test.ipynb",3643,0,"",python,selection_command +4298,9612478,"test.ipynb",3684,0,"",python,selection_command +4299,9612727,"test.ipynb",3724,0,"",python,selection_command +4300,9612746,"test.ipynb",3755,0,"",python,selection_command +4301,9612919,"test.ipynb",3827,0,"",python,selection_command +4302,9613062,"test.ipynb",3836,0,"",python,selection_command +4303,9613237,"test.ipynb",3839,0,"\n",python,content +4304,9613401,"test.ipynb",3840,0,"\n",python,content +4305,9614053,"test.ipynb",3841,0,"\n# restored = checkpoint_manager.restore(\n# checkpoint_manager.latest_step(),\n# args=ocp.args.Composite(\n# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n# ),\n# )",python,content +4306,9614063,"test.ipynb",3842,0,"",python,selection_command +4307,9614752,"test.ipynb",3842,1,"#",python,selection_command +4308,9614861,"test.ipynb",3842,2,"# ",python,selection_command +4309,9614917,"test.ipynb",3842,2,"# ",python,selection_command +4310,9615181,"test.ipynb",3842,2,"# ",python,selection_command +4311,9615397,"test.ipynb",3842,2,"# ",python,selection_command +4312,9615533,"test.ipynb",3842,2,"# ",python,selection_command +4313,9615694,"test.ipynb",3842,2,"# ",python,selection_command +4314,9615843,"test.ipynb",4035,2,"",python,content +4315,9615843,"test.ipynb",4026,2,"",python,content +4316,9615843,"test.ipynb",3954,2,"",python,content +4317,9615843,"test.ipynb",3923,2,"",python,content +4318,9615843,"test.ipynb",3883,2,"",python,content +4319,9615843,"test.ipynb",3842,2,"",python,content +4320,9615853,"test.ipynb",3842,0,"",python,selection_command +4321,9616596,"test.ipynb",3851,0,"",python,selection_command +4322,9616761,"test.ipynb",3853,0,"",python,selection_command +4323,9620851,"test.ipynb",3892,0,"",python,selection_command +4324,9620986,"test.ipynb",3930,0,"",python,selection_command +4325,9621116,"test.ipynb",3959,0,"",python,selection_command +4326,9622915,"test.ipynb",4023,0,"",python,selection_command +4327,9623310,"test.ipynb",4022,0,"",python,selection_command +4328,9623858,"test.ipynb",4022,1,")",python,selection_command +4329,9623909,"test.ipynb",3952,71," model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n )",python,selection_command +4330,9624048,"test.ipynb",3923,100,"args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n )",python,selection_command +4331,9624221,"test.ipynb",3923,100,"",python,content +4332,9628181,"test.ipynb",3919,6,"",python,content +4333,9646000,"test.ipynb",0,0,"",python,selection_command +4334,9648334,"test.ipynb",498,0,"",python,selection_command +4335,9648604,"test.ipynb",1149,0,"",python,selection_command +4336,9648783,"test.ipynb",1833,0,"",python,selection_command +4337,9649283,"test.ipynb",2579,0,"",python,selection_command +4338,9649482,"test.ipynb",3102,0,"",python,selection_command +4339,9649791,"test.ipynb",3755,0,"",python,selection_command +4340,9650612,"test.ipynb",3919,0,"",python,selection_command +4341,9653964,"test.ipynb",3881,0,"",python,selection_command +4342,9654086,"test.ipynb",3885,0,"",python,selection_command +4343,9662350,"test.ipynb",498,0,"",python,selection_command +4344,9662808,"test.ipynb",1149,0,"",python,selection_command +4345,9663331,"test.ipynb",1174,0,"",python,selection_keyboard +4346,9663634,"test.ipynb",1198,0,"",python,selection_command +4347,9663894,"test.ipynb",1219,0,"",python,selection_command +4348,9663910,"test.ipynb",1243,0,"",python,selection_command +4349,9663942,"test.ipynb",1269,0,"",python,selection_command +4350,9664002,"test.ipynb",1290,0,"",python,selection_command +4351,9664009,"test.ipynb",1323,0,"",python,selection_command +4352,9664042,"test.ipynb",1333,0,"",python,selection_command +4353,9664076,"test.ipynb",1351,0,"",python,selection_command +4354,9664109,"test.ipynb",1368,0,"",python,selection_command +4355,9664277,"test.ipynb",1351,0,"",python,selection_command +4356,9664534,"test.ipynb",1333,0,"",python,selection_command +4357,9664560,"test.ipynb",1323,0,"",python,selection_command +4358,9664625,"test.ipynb",1333,0,"",python,selection_command +4359,9664906,"test.ipynb",1351,0,"",python,selection_command +4360,9664906,"test.ipynb",1368,0,"",python,selection_command +4361,9664944,"test.ipynb",1386,0,"",python,selection_command +4362,9664978,"test.ipynb",1415,0,"",python,selection_command +4363,9665176,"test.ipynb",1437,0,"",python,selection_command +4364,9665340,"test.ipynb",1467,0,"",python,selection_command +4365,9665954,"test.ipynb",3439,0,"",python,selection_command +4366,9667548,"test.ipynb",1467,0,"",python,selection_command +4367,9668812,"test.ipynb",1561,0,"",python,selection_command +4368,9669298,"test.ipynb",1561,0,"/",python,content +4369,9669299,"test.ipynb",1562,0,"",python,selection_keyboard +4370,9670018,"test.ipynb",1562,0,"m",python,content +4371,9670019,"test.ipynb",1563,0,"",python,selection_keyboard +4372,9670148,"test.ipynb",1563,0,"o",python,content +4373,9670148,"test.ipynb",1564,0,"",python,selection_keyboard +4374,9670149,"test.ipynb",1564,0,"d",python,content +4375,9670149,"test.ipynb",1565,0,"",python,selection_keyboard +4376,9670181,"test.ipynb",1565,0,"e",python,content +4377,9670181,"test.ipynb",1566,0,"",python,selection_keyboard +4378,9670257,"test.ipynb",1566,0,"l",python,content +4379,9670258,"test.ipynb",1567,0,"",python,selection_keyboard +4380,9670673,"test.ipynb",1567,0,"_",python,content +4381,9670674,"test.ipynb",1568,0,"",python,selection_keyboard +4382,9670845,"test.ipynb",1568,0,"s",python,content +4383,9670846,"test.ipynb",1569,0,"",python,selection_keyboard +4384,9670911,"test.ipynb",1569,0,"t",python,content +4385,9670911,"test.ipynb",1570,0,"",python,selection_keyboard +4386,9670963,"test.ipynb",1570,0,"a",python,content +4387,9670963,"test.ipynb",1571,0,"",python,selection_keyboard +4388,9671062,"test.ipynb",1571,0,"t",python,content +4389,9671062,"test.ipynb",1572,0,"",python,selection_keyboard +4390,9671197,"test.ipynb",1572,0,"e",python,content +4391,9671197,"test.ipynb",1573,0,"",python,selection_keyboard +4392,9671349,"test.ipynb",1572,0,"",python,selection_command +4393,9689336,"test.ipynb",3853,0,"",python,selection_mouse +4394,9690596,"test.ipynb",3851,0,"",python,selection_mouse +4395,9690596,"test.ipynb",3850,0,"",python,selection_command +4396,9691340,"test.ipynb",3848,3,"# )",python,selection_command +4397,9692474,"test.ipynb",3850,0,"",python,selection_command +4398,9693048,"test.ipynb",3852,0,"",python,selection_command +4399,9693218,"test.ipynb",3853,0,"",python,selection_command +4400,9693418,"test.ipynb",3856,0,"",python,selection_command +4401,9693486,"test.ipynb",3895,0,"",python,selection_command +4402,9696459,"test.ipynb",3897,0,"",python,selection_command +4403,9697413,"test.ipynb",3858,0,"",python,selection_command +4404,9697465,"test.ipynb",3863,0,"",python,selection_command +4405,9699519,"test.ipynb",3865,1,"c",python,selection_command +4406,9699595,"test.ipynb",3865,40,"checkpoint_manager.restore(\n checkpoi",python,selection_command +4407,9699742,"test.ipynb",3865,67,"checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n)",python,selection_command +4408,9700033,"test.ipynb",3865,67,"",python,content +4409,9701416,"test.ipynb",3865,0,"c",python,content +4410,9701416,"test.ipynb",3866,0,"",python,selection_keyboard +4411,9701493,"test.ipynb",3866,0,"h",python,content +4412,9701493,"test.ipynb",3867,0,"",python,selection_keyboard +4413,9701661,"test.ipynb",3867,0,"e",python,content +4414,9701661,"test.ipynb",3868,0,"",python,selection_keyboard +4415,9701662,"test.ipynb",3868,0,"c",python,content +4416,9701663,"test.ipynb",3869,0,"",python,selection_keyboard +4417,9701710,"test.ipynb",3869,0,"k",python,content +4418,9701710,"test.ipynb",3870,0,"",python,selection_keyboard +4419,9701881,"test.ipynb",3870,0,"p",python,content +4420,9701882,"test.ipynb",3871,0,"",python,selection_keyboard +4421,9701957,"test.ipynb",3871,0,"o",python,content +4422,9701957,"test.ipynb",3872,0,"",python,selection_keyboard +4423,9702042,"test.ipynb",3872,0,"i",python,content +4424,9702042,"test.ipynb",3873,0,"",python,selection_keyboard +4425,9702131,"test.ipynb",3873,0,"t",python,content +4426,9702132,"test.ipynb",3874,0,"",python,selection_keyboard +4427,9702212,"test.ipynb",3874,0,"e",python,content +4428,9702213,"test.ipynb",3875,0,"",python,selection_keyboard +4429,9702997,"test.ipynb",3874,0,"",python,selection_command +4430,9703370,"test.ipynb",3853,0,"\n",python,content +4431,9703453,"test.ipynb",3854,0,"c",python,content +4432,9703454,"test.ipynb",3855,0,"",python,selection_keyboard +4433,9703603,"test.ipynb",3855,0,"h",python,content +4434,9703604,"test.ipynb",3856,0,"",python,selection_keyboard +4435,9703704,"test.ipynb",3856,0,"e",python,content +4436,9703704,"test.ipynb",3857,0,"",python,selection_keyboard +4437,9703705,"test.ipynb",3857,0,"c",python,content +4438,9703705,"test.ipynb",3858,0,"",python,selection_keyboard +4439,9703762,"test.ipynb",3858,0,"k",python,content +4440,9703763,"test.ipynb",3859,0,"",python,selection_keyboard +4441,9703894,"test.ipynb",3859,0,"p",python,content +4442,9703895,"test.ipynb",3860,0,"",python,selection_keyboard +4443,9703946,"test.ipynb",3860,0,"o",python,content +4444,9703947,"test.ipynb",3861,0,"",python,selection_keyboard +4445,9704014,"test.ipynb",3861,0,"i",python,content +4446,9704014,"test.ipynb",3862,0,"",python,selection_keyboard +4447,9704046,"test.ipynb",3862,0,"n",python,content +4448,9704046,"test.ipynb",3863,0,"",python,selection_keyboard +4449,9704114,"test.ipynb",3863,0,"e",python,content +4450,9704114,"test.ipynb",3864,0,"",python,selection_keyboard +4451,9704229,"test.ipynb",3864,0,"t",python,content +4452,9704229,"test.ipynb",3865,0,"",python,selection_keyboard +4453,9704420,"test.ipynb",3865,0,"r",python,content +4454,9704420,"test.ipynb",3866,0,"",python,selection_keyboard +4455,9704753,"test.ipynb",3865,1,"",python,content +4456,9704839,"test.ipynb",3864,1,"",python,content +4457,9704983,"test.ipynb",3863,1,"",python,content +4458,9705027,"test.ipynb",3863,0,"t",python,content +4459,9705027,"test.ipynb",3864,0,"",python,selection_keyboard +4460,9705135,"test.ipynb",3864,0,"e",python,content +4461,9705136,"test.ipynb",3865,0,"",python,selection_keyboard +4462,9705166,"test.ipynb",3865,0,"r",python,content +4463,9705167,"test.ipynb",3866,0,"",python,selection_keyboard +4464,9705277,"test.ipynb",3866,0," ",python,content +4465,9705278,"test.ipynb",3867,0,"",python,selection_keyboard +4466,9705324,"test.ipynb",3867,0,"=",python,content +4467,9705324,"test.ipynb",3868,0,"",python,selection_keyboard +4468,9705468,"test.ipynb",3868,0," ",python,content +4469,9705468,"test.ipynb",3869,0,"",python,selection_keyboard +4470,9706335,"test.ipynb",3869,0,"ocp.PyTreeCheckpointer()",python,content +4471,9706588,"test.ipynb",3892,0,"",python,selection_command +4472,9707040,"test.ipynb",3914,0,"",python,selection_command +4473,9707374,"test.ipynb",3905,0,"",python,selection_command +4474,9707564,"test.ipynb",3905,10,"",python,content +4475,9708214,"test.ipynb",3905,0,"c",python,content +4476,9708249,"test.ipynb",3906,0,"h",python,content +4477,9709672,"test.ipynb",3907,0,"eckpointer.restore(ckpt_dir, jax.tree_util.tree_map(lambda x: x.copy(), abstract_optimizer_state))\n\n\n\n\n\n\n\n\n",python,content +4478,9711613,"test.ipynb",4013,1,"\n",python,selection_command +4479,9711858,"test.ipynb",4012,2,"\n\n",python,selection_command +4480,9711889,"test.ipynb",4011,3,"\n\n\n",python,selection_command +4481,9711923,"test.ipynb",4010,4,"\n\n\n\n",python,selection_command +4482,9711955,"test.ipynb",4009,5,"\n\n\n\n\n",python,selection_command +4483,9712282,"test.ipynb",4008,6,"\n\n\n\n\n\n",python,selection_command +4484,9712411,"test.ipynb",4007,7,"\n\n\n\n\n\n\n",python,selection_command +4485,9712616,"test.ipynb",4006,8,"\n\n\n\n\n\n\n\n",python,selection_command +4486,9712662,"test.ipynb",4005,9,"",python,content +4487,9712680,"test.ipynb",3894,0,"",python,selection_command +4488,9713331,"test.ipynb",3854,0,"",python,selection_command +4489,9713443,"test.ipynb",3853,0,"",python,selection_command +4490,9713701,"test.ipynb",3852,0,"",python,selection_command +4491,9713723,"test.ipynb",3848,0,"",python,selection_command +4492,9713756,"test.ipynb",3839,0,"",python,selection_command +4493,9714059,"test.ipynb",3767,0,"",python,selection_command +4494,9714379,"test.ipynb",3736,0,"",python,selection_command +4495,9714380,"test.ipynb",3696,0,"",python,selection_command +4496,9714380,"test.ipynb",3655,0,"",python,selection_command +4497,9714396,"test.ipynb",3598,0,"",python,selection_command +4498,9714429,"test.ipynb",3543,0,"",python,selection_command +4499,9714561,"test.ipynb",3497,0,"",python,selection_command +4500,9714904,"test.ipynb",3496,0,"",python,selection_command +4501,9714904,"test.ipynb",3495,0,"",python,selection_command +4502,9714904,"test.ipynb",3493,0,"",python,selection_command +4503,9714911,"test.ipynb",3461,0,"",python,selection_command +4504,9714945,"test.ipynb",3447,0,"",python,selection_command +4505,9714980,"test.ipynb",3403,0,"",python,selection_command +4506,9715014,"test.ipynb",3402,0,"",python,selection_command +4507,9715428,"test.ipynb",3403,0,"",python,selection_command +4508,9715565,"test.ipynb",3447,0,"",python,selection_command +4509,9715761,"test.ipynb",3461,0,"",python,selection_command +4510,9715850,"test.ipynb",3493,0,"",python,selection_command +4511,9716111,"test.ipynb",3493,1,")",python,selection_command +4512,9716286,"test.ipynb",3461,33," options=checkpoint_options,\n)",python,selection_command +4513,9716547,"test.ipynb",3447,47," ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4514,9716559,"test.ipynb",3403,91,"checkpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4515,9716590,"test.ipynb",3402,92,"\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4516,9716623,"test.ipynb",3401,93,"\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4517,9716658,"test.ipynb",3399,95,")\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4518,9716692,"test.ipynb",3365,129," cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4519,9716810,"test.ipynb",3333,161," step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4520,9716811,"test.ipynb",3289,205," keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4521,9716811,"test.ipynb",3270,224," max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4522,9717083,"test.ipynb",3289,205," keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4523,9717226,"test.ipynb",3270,224," max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4524,9717525,"test.ipynb",3221,273," save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4525,9717525,"test.ipynb",3170,324,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4526,9717534,"test.ipynb",3169,325,"\ncheckpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4527,9717573,"test.ipynb",3132,362,"optimizer = nnx.Optimizer(genie, tx)\n\ncheckpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4528,9717599,"test.ipynb",3130,364,")\noptimizer = nnx.Optimizer(genie, tx)\n\ncheckpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4529,9717919,"test.ipynb",3132,362,"optimizer = nnx.Optimizer(genie, tx)\n\ncheckpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4530,9718095,"test.ipynb",3169,325,"\ncheckpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4531,9718267,"test.ipynb",3170,324,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4532,9718578,"test.ipynb",3169,325,"\ncheckpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4533,9718765,"test.ipynb",3170,324,"checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4534,9719099,"test.ipynb",3169,325,"\ncheckpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=log_checkpoint_interval,\n max_to_keep=3,\n keep_period=log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n)\n\n\ncheckpoint_manager = ocp.CheckpointManager(\n ckpt_dir,\n options=checkpoint_options,\n)",python,selection_command +4535,9719114,"test.ipynb",3169,326,"",python,content +4536,9719630,"test.ipynb",3170,0,"",python,selection_command +4537,9720049,"test.ipynb",3170,1,"",python,content +4538,9720158,"test.ipynb",3216,0,"",python,selection_command +4539,9720481,"test.ipynb",3271,0,"",python,selection_command +4540,9720481,"test.ipynb",3328,0,"",python,selection_command +4541,9720481,"test.ipynb",3369,0,"",python,selection_command +4542,9720510,"test.ipynb",3409,0,"",python,selection_command +4543,9720541,"test.ipynb",3440,0,"",python,selection_command +4544,9720575,"test.ipynb",3512,0,"",python,selection_command +4545,9720610,"test.ipynb",3521,0,"",python,selection_command +4546,9720643,"test.ipynb",3525,0,"",python,selection_command +4547,9720805,"test.ipynb",3526,0,"",python,selection_command +4548,9721007,"test.ipynb",3527,0,"",python,selection_command +4549,9721072,"test.ipynb",3567,0,"",python,selection_command +4550,9721322,"test.ipynb",3576,0,"",python,selection_command +4551,9721569,"test.ipynb",3578,0,"",python,selection_command +4552,9721594,"test.ipynb",3590,0,"",python,selection_command +4553,9721626,"test.ipynb",3591,0,"",python,selection_command +4554,9721654,"test.ipynb",3598,0,"",python,selection_command +4555,9721687,"test.ipynb",3599,0,"",python,selection_command +4556,9721841,"test.ipynb",3607,0,"",python,selection_command +4557,9722133,"test.ipynb",3609,0,"",python,selection_command +4558,9722160,"test.ipynb",3612,0,"",python,selection_command +4559,9722667,"test.ipynb",3609,0,"",python,selection_command +4560,9722830,"test.ipynb",3607,0,"",python,selection_command +4561,9722979,"test.ipynb",3599,0,"",python,selection_command +4562,9723108,"test.ipynb",3598,0,"",python,selection_command +4563,9723248,"test.ipynb",3591,0,"",python,selection_command +4564,9725795,"test.ipynb",3598,0,"",python,selection_command +4565,9725941,"test.ipynb",3599,0,"",python,selection_command +4566,9726163,"test.ipynb",3607,0,"",python,selection_command +4567,9726331,"test.ipynb",3609,0,"",python,selection_command +4568,9726604,"test.ipynb",3609,1,"j",python,selection_command +4569,9726677,"test.ipynb",3609,3,"jax",python,selection_command +4570,9726951,"test.ipynb",3609,4,"jax.",python,selection_command +4571,9726970,"test.ipynb",3609,13,"jax.tree_util",python,selection_command +4572,9727002,"test.ipynb",3609,14,"jax.tree_util.",python,selection_command +4573,9727028,"test.ipynb",3609,22,"jax.tree_util.tree_map",python,selection_command +4574,9727061,"test.ipynb",3609,23,"jax.tree_util.tree_map(",python,selection_command +4575,9727095,"test.ipynb",3609,29,"jax.tree_util.tree_map(lambda",python,selection_command +4576,9727291,"test.ipynb",3609,31,"jax.tree_util.tree_map(lambda x",python,selection_command +4577,9727464,"test.ipynb",3609,32,"jax.tree_util.tree_map(lambda x:",python,selection_command +4578,9727620,"test.ipynb",3609,34,"jax.tree_util.tree_map(lambda x: x",python,selection_command +4579,9727784,"test.ipynb",3609,35,"jax.tree_util.tree_map(lambda x: x.",python,selection_command +4580,9727999,"test.ipynb",3609,39,"jax.tree_util.tree_map(lambda x: x.copy",python,selection_command +4581,9728499,"test.ipynb",3647,0,"",python,selection_command +4582,9729300,"test.ipynb",3644,0,"",python,selection_command +4583,9729567,"test.ipynb",3643,0,"",python,selection_command +4584,9729590,"test.ipynb",3642,0,"",python,selection_command +4585,9729623,"test.ipynb",3640,0,"",python,selection_command +4586,9729647,"test.ipynb",3639,0,"",python,selection_command +4587,9729679,"test.ipynb",3632,0,"",python,selection_command +4588,9729715,"test.ipynb",3631,0,"",python,selection_command +4589,9729747,"test.ipynb",3623,0,"",python,selection_command +4590,9729780,"test.ipynb",3622,0,"",python,selection_command +4591,9729815,"test.ipynb",3613,0,"",python,selection_command +4592,9729849,"test.ipynb",3612,0,"",python,selection_command +4593,9729897,"test.ipynb",3609,0,"",python,selection_command +4594,9729928,"test.ipynb",3607,0,"",python,selection_command +4595,9730151,"test.ipynb",3599,0,"",python,selection_command +4596,9730329,"test.ipynb",3598,0,"",python,selection_command +4597,9730483,"test.ipynb",3591,0,"",python,selection_command +4598,9730919,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Synchronous Checkpointer implementation.""""""\n\nimport time\nfrom typing import Any, Iterable, Optional, Type\n\nfrom absl import logging\nfrom etils import epath\nfrom etils import epy\nimport jax\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import asyncio_utils\nfrom orbax.checkpoint._src.checkpointers import abstract_checkpointer\nfrom orbax.checkpoint._src.futures import synchronization\nfrom orbax.checkpoint._src.handlers import checkpoint_handler\nfrom orbax.checkpoint._src.handlers import composite_checkpoint_handler\nfrom orbax.checkpoint._src.metadata import checkpoint\nfrom orbax.checkpoint._src.metadata import step_metadata_serialization\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import atomicity\nfrom orbax.checkpoint._src.path import atomicity_defaults\nfrom orbax.checkpoint._src.path import atomicity_types\nfrom orbax.checkpoint._src.path import utils as path_utils\nfrom typing_extensions import Self # for Python version < 3.11\n\n\n\nCheckpointArgs = checkpoint_args.CheckpointArgs\nregister_with_handler = checkpoint_args.register_with_handler\nget_legacy_handler_wrapper = (\n composite_checkpoint_handler.get_legacy_handler_wrapper\n)\nStepMetadata = checkpoint.StepMetadata\n\n\ndef construct_checkpoint_args(\n handler: checkpoint_handler.CheckpointHandler,\n for_save: bool,\n *args,\n **kwargs,\n) -> checkpoint_args.CheckpointArgs:\n """"""Constructs `CheckpointArgs` for save or restore for the handler.""""""\n for arg in args:\n if isinstance(arg, checkpoint_args.CheckpointArgs):\n return arg\n for arg in kwargs.values():\n if isinstance(arg, checkpoint_args.CheckpointArgs):\n return arg\n jax.monitoring.record_event('/jax/orbax/deprecation/checkpointer_legacy_args')\n save_arg_cls, restore_arg_cls = checkpoint_args.get_registered_args_cls(\n handler\n )\n if for_save:\n return save_arg_cls(*args, **kwargs)\n else:\n return restore_arg_cls(*args, **kwargs)\n\n\nclass Checkpointer(\n abstract_checkpointer.AbstractCheckpointer, epy.ContextManager\n):\n """"""A synchronous implementation of AbstractCheckpointer.\n\n This class saves synchronously to a given directory using an underlying\n :py:class:`.CheckpointHandler`. Atomicity of the operation is guaranteed.\n\n IMPORTANT: Async checkpointing can often be faster for saving. Strongly\n consider using :py:class:`.AsyncCheckpointer` instead.\n\n IMPORTANT: Remember that to save and restore a checkpoint, one should always\n use an :py:class:`.AbstractCheckpointer` coupled with a `CheckpointHandler`.\n The specific `CheckpointHandler` to use depends on the object being saved or\n restored.\n\n Basic example::\n\n ckptr = Checkpointer(StandardCheckpointHandler())\n args = ocp.args.StandardSave(item=pytree_of_arrays)\n ckptr.save(path, args=args)\n args = ocp.args.StandardRestore(item=abstract_pytree_target)\n ckptr.restore(path, args=args)\n\n Each handler includes `...SaveArgs` and `...RestoreArgs` classes that document\n what arguments are expected. When using `Checkpointer`, you can either use\n this dataclass directly, or you can provide the arguments in keyword form.\n\n For example::\n\n ckptr = Checkpointer(StandardCheckpointHandler())\n ckptr.save(path, state=pytree_of_arays)\n ckptr.restore(path, state=abstract_pytree_target)\n """"""\n\n def __init__(\n self,\n handler: checkpoint_handler.CheckpointHandler,\n *,\n multiprocessing_options: options_lib.MultiprocessingOptions = options_lib.MultiprocessingOptions(),\n file_options: options_lib.FileOptions = options_lib.FileOptions(),\n checkpoint_metadata_store: Optional[checkpoint.MetadataStore] = None,\n temporary_path_class: Optional[\n Type[atomicity_types.TemporaryPath]\n ] = None,\n ):\n if not checkpoint_args.has_registered_args(handler):\n logging.warning(\n 'No registered CheckpointArgs found for handler type: %s',\n type(handler),\n )\n handler = get_legacy_handler_wrapper(handler)\n self._handler = handler\n self._primary_host = multiprocessing_options.primary_host\n self._active_processes = multiprocessing_options.active_processes\n self._barrier_sync_key_prefix = (\n multiprocessing_options.barrier_sync_key_prefix\n )\n self._multiprocessing_options = options_lib.MultiprocessingOptions(\n primary_host=self._primary_host,\n active_processes=self._active_processes,\n barrier_sync_key_prefix=self._barrier_sync_key_prefix,\n )\n self._file_options = file_options\n self._temporary_path_class = temporary_path_class\n\n # If not provided then use checkpoint_metadata_store with blocking writes.\n self._metadata_store = (\n checkpoint_metadata_store\n or checkpoint.metadata_store(enable_write=True, blocking_write=True)\n )\n if not self._metadata_store.is_blocking_writer():\n raise ValueError('Checkpoint metadata store must be blocking writer.')\n\n jax.monitoring.record_event('/jax/orbax/checkpointer/init')\n\n def get_temporary_path(\n self, directory: epath.Path\n ) -> atomicity_types.TemporaryPath:\n temporary_path_class = (\n self._temporary_path_class\n or atomicity_defaults.get_default_temporary_path_class(directory)\n )\n tmpdir = temporary_path_class.from_final(\n directory,\n checkpoint_metadata_store=self._metadata_store,\n multiprocessing_options=self._multiprocessing_options,\n file_options=self._file_options,\n )\n return tmpdir\n\n async def create_temporary_path(\n self, temporary_path: atomicity_types.TemporaryPath\n ):\n await atomicity.create_all(\n [temporary_path],\n multiprocessing_options=self._multiprocessing_options,\n )\n\n def synchronize_next_awaitable_signal_operation_id(self):\n synchronization.OperationIdGenerator.next_operation_id()\n\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'next_awaitable_signal_operation_id:sync',\n prefix=self._barrier_sync_key_prefix,\n ),\n timeout=multihost.DIRECTORY_CREATION_TIMEOUT,\n processes=self._active_processes,\n )\n logging.vlog(\n 1,\n '[process=%s] Synchronized next awaitable signal operation id to %s',\n multihost.process_index(),\n synchronization.OperationIdGenerator.get_current_operation_id(),\n )\n\n def save(\n self,\n directory: epath.PathLike,\n *args,\n force: bool = False,\n custom_metadata: dict[str, Any] | None = None,\n **kwargs,\n ):\n """"""Saves the given item to the provided directory.\n\n Delegates to the underlying CheckpointHandler. Ensures save operation\n atomicity.\n\n This method should be called by all hosts - process synchronization and\n actions that need to be performed on only one host are managed internally.\n\n Args:\n directory: a path to which to save.\n *args: additional args to provide to the CheckpointHandler's save method.\n force: if True, allows overwriting an existing directory. May add overhead\n due to the need to delete any existing files.\n custom_metadata: a dictionary of custom metadata to be written to the\n checkpoint directory via StepMetadata.\n **kwargs: additional keyword args to provide to the CheckpointHandler's\n save method.\n\n Raises:\n ValueError if the provided directory already exists.\n """"""\n checkpoint_start_time = time.time()\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:save_start',\n prefix=self._barrier_sync_key_prefix,\n ),\n processes=self._active_processes,\n record_event_name=(\n '/jax/orbax/write/checkpoint_start_sync_duration_secs'\n ),\n )\n directory = epath.Path(directory)\n\n if utils.is_primary_host(self._primary_host):\n jax.monitoring.record_event(\n '/jax/orbax/write/storage_type',\n storage_type=path_utils.get_storage_type(directory),\n )\n # TODO(dicentra): Revise other metrics to also only report from the primary\n # host where appropriate.\n jax.monitoring.record_event('/jax/orbax/write/start')\n logging.info(\n '[process=%s] Started saving checkpoint to %s.',\n multihost.process_index(),\n directory,\n )\n self.synchronize_next_awaitable_signal_operation_id()\n\n if directory.exists():\n if force:\n if utils.is_primary_host(self._primary_host):\n logging.info('Specified `force`: removing existing directory.')\n directory.rmtree() # Post-sync handled by create_tmp_directory.\n else:\n raise ValueError(f'Destination {directory} already exists.')\n ckpt_args = construct_checkpoint_args(self._handler, True, *args, **kwargs)\n tmpdir = self.get_temporary_path(directory)\n # tmpdir creation also does an initial StepMetadata save.\n asyncio_utils.run_sync(self.create_temporary_path(tmpdir))\n self._handler.save(tmpdir.get(), args=ckpt_args)\n if utils.is_primary_host(self._primary_host):\n # Update StepMetadata after the handler save is complete. (blocking write)\n self._save_step_metadata(tmpdir.get(), custom_metadata=custom_metadata)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:save',\n prefix=self._barrier_sync_key_prefix,\n ),\n processes=self._active_processes,\n )\n\n # Ensure save operation atomicity and record time saved by checkpoint.\n if utils.is_primary_host(self._primary_host):\n # finalize does a final StepMetadata update.\n self._handler.finalize(tmpdir.get())\n atomicity.on_commit_callback(\n tmpdir,\n checkpoint_start_time=checkpoint_start_time,\n )\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:finalize',\n prefix=self._barrier_sync_key_prefix,\n # suffix=directory.name,\n ),\n processes=self._active_processes,\n )\n save_duration_secs = time.time() - checkpoint_start_time\n logging.info(\n 'Finished synchronous save in %.2f seconds to %s',\n save_duration_secs,\n directory,\n )\n\n def restore(self, directory: epath.PathLike, *args, **kwargs) -> Any:\n """"""See superclass documentation.""""""\n restore_start_time = time.time()\n directory = epath.Path(directory)\n if not directory.exists():\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\n if not utils.is_checkpoint_finalized(directory):\n raise ValueError(f'Found incomplete checkpoint at {directory}.')\n logging.info('Restoring checkpoint from %s.', directory)\n ckpt_args = construct_checkpoint_args(self._handler, False, *args, **kwargs)\n restored = self._restore(directory, args=ckpt_args)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:restore',\n prefix=self._barrier_sync_key_prefix,\n ),\n processes=self._active_processes,\n )\n restore_duration_secs = time.time() - restore_start_time\n logging.info(\n 'Finished restoring checkpoint in %.2f seconds from %s.',\n restore_duration_secs,\n directory,\n )\n return restored\n\n def _restore(\n self, directory: epath.PathLike, args: checkpoint_args.CheckpointArgs\n ) -> Any:\n return self._handler.restore(directory, args=args)\n\n def metadata(self, directory: epath.PathLike) -> StepMetadata | Any | None:\n """"""See superclass documentation.""""""\n directory = epath.Path(directory)\n return self._handler.metadata(directory)\n\n def _save_step_metadata(\n self, directory: epath.Path, custom_metadata: dict[str, Any] | None\n ):\n """"""Saves StepMetadata to the checkpoint directory.""""""\n update_dict = {\n 'custom_metadata': custom_metadata,\n }\n if isinstance(\n self._handler, composite_checkpoint_handler.CompositeCheckpointHandler\n ):\n try:\n # get item_handlers from handler\n partial_metadata: StepMetadata = (\n self._handler.metadata_from_temporary_paths(directory)\n )\n except (FileNotFoundError, NotImplementedError, ValueError, TypeError):\n logging.warning(\n 'Failed to get per-item metadata from directory %s. Handler types '\n 'will not be saved.',\n directory,\n )\n else:\n update_dict['item_handlers'] = partial_metadata.item_handlers\n else:\n try:\n item_handler = self._handler.typestr()\n except (NotImplementedError, AttributeError):\n logging.warning(\n 'Failed to get item handler typestr from directory %s. Backup '\n 'handler type will be saved.',\n directory,\n )\n item_handler = (\n f'{self._handler.__module__}.{self._handler.__class__.__qualname__}'\n )\n update_dict['item_handlers'] = item_handler\n self._metadata_store.update(\n file_path=checkpoint.step_metadata_file_path(directory),\n **step_metadata_serialization.serialize_for_update(**update_dict),\n )\n\n def close(self):\n """"""Closes the underlying CheckpointHandler.""""""\n self._handler.close()\n self._metadata_store.close()\n\n @property\n def handler(self) -> checkpoint_handler.CheckpointHandler:\n return self._handler\n\n def __contextmanager__(\n self,\n ) -> Iterable[Self]:\n try:\n yield self\n finally:\n self.close()\n",python,tab +4599,9730919,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10909,0,"",python,selection_command +4600,9732213,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10916,0,"",python,selection_command +4601,9732411,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10917,0,"",python,selection_command +4602,9732618,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10921,0,"",python,selection_command +4603,9732930,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10923,0,"",python,selection_command +4604,9733181,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10932,0,"",python,selection_command +4605,9733208,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10934,0,"",python,selection_command +4606,9733239,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10939,0,"",python,selection_command +4607,9733273,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10940,0,"",python,selection_command +4608,9733890,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10948,0,"",python,selection_command +4609,9734081,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10950,0,"",python,selection_command +4610,9734468,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",10951,0,"",python,selection_command +4611,9735235,"test.ipynb",0,0,"",python,tab +4612,9735759,"test.ipynb",3598,0,"",python,selection_command +4613,9736007,"test.ipynb",3599,0,"",python,selection_command +4614,9736044,"test.ipynb",3607,0,"",python,selection_command +4615,9736071,"test.ipynb",3609,0,"",python,selection_command +4616,9736104,"test.ipynb",3612,0,"",python,selection_command +4617,9736444,"test.ipynb",3613,0,"",python,selection_command +4618,9736762,"test.ipynb",3612,0,"",python,selection_command +4619,9736941,"test.ipynb",3609,0,"",python,selection_command +4620,9737242,"test.ipynb",3607,0,"",python,selection_command +4621,9737381,"test.ipynb",3607,1,",",python,selection_command +4622,9737410,"test.ipynb",3607,5,", jax",python,selection_command +4623,9737665,"test.ipynb",3607,6,", jax.",python,selection_command +4624,9737693,"test.ipynb",3607,15,", jax.tree_util",python,selection_command +4625,9737723,"test.ipynb",3607,16,", jax.tree_util.",python,selection_command +4626,9737755,"test.ipynb",3607,24,", jax.tree_util.tree_map",python,selection_command +4627,9737801,"test.ipynb",3607,25,", jax.tree_util.tree_map(",python,selection_command +4628,9737835,"test.ipynb",3607,31,", jax.tree_util.tree_map(lambda",python,selection_command +4629,9737982,"test.ipynb",3607,33,", jax.tree_util.tree_map(lambda x",python,selection_command +4630,9738164,"test.ipynb",3607,34,", jax.tree_util.tree_map(lambda x:",python,selection_command +4631,9738296,"test.ipynb",3607,36,", jax.tree_util.tree_map(lambda x: x",python,selection_command +4632,9738449,"test.ipynb",3607,37,", jax.tree_util.tree_map(lambda x: x.",python,selection_command +4633,9738578,"test.ipynb",3607,41,", jax.tree_util.tree_map(lambda x: x.copy",python,selection_command +4634,9738761,"test.ipynb",3607,44,", jax.tree_util.tree_map(lambda x: x.copy(),",python,selection_command +4635,9739493,"test.ipynb",3607,70,", jax.tree_util.tree_map(lambda x: x.copy(), abstract_optimizer_state)",python,selection_command +4636,9739786,"test.ipynb",3607,69,", jax.tree_util.tree_map(lambda x: x.copy(), abstract_optimizer_state",python,selection_command +4637,9739897,"test.ipynb",3607,69,"",python,content +4638,9741322,"test.ipynb",3607,1,"",python,content +4639,9741862,"test.ipynb",3567,0,"",python,selection_command +4640,9742369,"test.ipynb",3576,0,"",python,selection_command +4641,9742503,"test.ipynb",3578,0,"",python,selection_command +4642,9742693,"test.ipynb",3590,0,"",python,selection_command +4643,9742837,"test.ipynb",3591,0,"",python,selection_command +4644,9743027,"test.ipynb",3598,0,"",python,selection_command +4645,9743217,"test.ipynb",3599,0,"",python,selection_command +4646,9743551,"test.ipynb",1467,0,"",python,selection_command +4647,9745126,"test.ipynb",1475,0,"",python,selection_command +4648,9745315,"test.ipynb",1477,0,"",python,selection_command +4649,9745549,"test.ipynb",1481,0,"",python,selection_command +4650,9745840,"test.ipynb",1573,0,"",python,selection_command +4651,9746172,"test.ipynb",1562,0,"",python,selection_command +4652,9748063,"test.ipynb",1562,0,"/",python,content +4653,9748063,"test.ipynb",1563,0,"",python,selection_keyboard +4654,9748280,"test.ipynb",1562,0,"",python,selection_command +4655,9749409,"test.ipynb",1562,0,"0",python,content +4656,9749410,"test.ipynb",1563,0,"",python,selection_keyboard +4657,9749719,"test.ipynb",1563,0,"0",python,content +4658,9749719,"test.ipynb",1564,0,"",python,selection_keyboard +4659,9750049,"test.ipynb",1564,0,"0",python,content +4660,9750050,"test.ipynb",1565,0,"",python,selection_keyboard +4661,9750367,"test.ipynb",1565,0,"0",python,content +4662,9750367,"test.ipynb",1566,0,"",python,selection_keyboard +4663,9750559,"test.ipynb",1566,0,"3",python,content +4664,9750560,"test.ipynb",1567,0,"",python,selection_keyboard +4665,9750655,"test.ipynb",1567,0,"0",python,content +4666,9750656,"test.ipynb",1568,0,"",python,selection_keyboard +4667,9750798,"test.ipynb",1567,0,"",python,selection_command +4668,9766538,"test.ipynb",3531,0,"",python,selection_mouse +4669,9766620,"test.ipynb",3530,0,"",python,selection_command +4670,9767522,"test.ipynb",3528,3,"# )",python,selection_command +4671,9767711,"test.ipynb",3519,12,"# ),\n# )",python,selection_command +4672,9767880,"test.ipynb",3447,84,"# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n# ),\n# )",python,selection_command +4673,9768027,"test.ipynb",3416,115,"# args=ocp.args.Composite(\n# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n# ),\n# )",python,selection_command +4674,9768193,"test.ipynb",3376,155,"# checkpoint_manager.latest_step(),\n# args=ocp.args.Composite(\n# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n# ),\n# )",python,selection_command +4675,9768328,"test.ipynb",3335,196,"# restored = checkpoint_manager.restore(\n# checkpoint_manager.latest_step(),\n# args=ocp.args.Composite(\n# model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n# ),\n# )",python,selection_command +4676,9768416,"test.ipynb",3335,197,"",python,content +4677,9771575,"test.ipynb",3335,1,"",python,content +4678,9797111,"test.ipynb",3417,0,"",python,selection_mouse +4679,9797135,"test.ipynb",3416,0,"",python,selection_command +4680,9800195,"test.ipynb",0,0,"",python,tab +4681,9800196,"test.ipynb",0,0,"",python,tab +4682,9801762,"test.ipynb",0,0,"r",python,content +4683,9801763,"test.ipynb",1,0,"",python,selection_keyboard +4684,9801829,"test.ipynb",1,0,"e",python,content +4685,9801829,"test.ipynb",2,0,"",python,selection_keyboard +4686,9802719,"test.ipynb",2,0,"s",python,content +4687,9802720,"test.ipynb",3,0,"",python,selection_keyboard +4688,9802828,"test.ipynb",3,0,"t",python,content +4689,9802829,"test.ipynb",4,0,"",python,selection_keyboard +4690,9802856,"test.ipynb",4,0,"e",python,content +4691,9802857,"test.ipynb",5,0,"",python,selection_keyboard +4692,9803305,"test.ipynb",4,1,"",python,content +4693,9803460,"test.ipynb",4,0,"o",python,content +4694,9803461,"test.ipynb",5,0,"",python,selection_keyboard +4695,9803512,"test.ipynb",5,0,"r",python,content +4696,9803512,"test.ipynb",6,0,"",python,selection_keyboard +4697,9803543,"test.ipynb",6,0,"e",python,content +4698,9803543,"test.ipynb",7,0,"",python,selection_keyboard +4699,9803714,"test.ipynb",7,0,"d",python,content +4700,9803715,"test.ipynb",8,0,"",python,selection_keyboard +4701,9804083,"test.ipynb",0,8,"",python,content +4702,9804323,"test.ipynb",0,0,"n",python,content +4703,9804323,"test.ipynb",1,0,"",python,selection_keyboard +4704,9804423,"test.ipynb",1,0,"n",python,content +4705,9804423,"test.ipynb",2,0,"",python,selection_keyboard +4706,9804493,"test.ipynb",2,0,"x",python,content +4707,9804493,"test.ipynb",3,0,"",python,selection_keyboard +4708,9804615,"test.ipynb",3,0,".",python,content +4709,9804616,"test.ipynb",4,0,"",python,selection_keyboard +4710,9804688,"test.ipynb",4,0,"d",python,content +4711,9804689,"test.ipynb",5,0,"",python,selection_keyboard +4712,9804812,"test.ipynb",5,0,"i",python,content +4713,9804812,"test.ipynb",6,0,"",python,selection_keyboard +4714,9804907,"test.ipynb",6,0,"s",python,content +4715,9804908,"test.ipynb",7,0,"",python,selection_keyboard +4716,9804992,"test.ipynb",7,0,"p",python,content +4717,9804992,"test.ipynb",8,0,"",python,selection_keyboard +4718,9805124,"test.ipynb",8,0,"l",python,content +4719,9805124,"test.ipynb",9,0,"",python,selection_keyboard +4720,9805191,"test.ipynb",9,0,"a",python,content +4721,9805192,"test.ipynb",10,0,"",python,selection_keyboard +4722,9805330,"test.ipynb",10,0,"y",python,content +4723,9805331,"test.ipynb",11,0,"",python,selection_keyboard +4724,9805515,"test.ipynb",11,0,"()",python,content +4725,9805515,"test.ipynb",12,0,"",python,selection_keyboard +4726,9805731,"test.ipynb",12,0,"r",python,content +4727,9805732,"test.ipynb",13,0,"",python,selection_keyboard +4728,9805818,"test.ipynb",13,0,"e",python,content +4729,9805818,"test.ipynb",14,0,"",python,selection_keyboard +4730,9805887,"test.ipynb",14,0,"s",python,content +4731,9805887,"test.ipynb",15,0,"",python,selection_keyboard +4732,9805993,"test.ipynb",15,0,"t",python,content +4733,9805993,"test.ipynb",16,0,"",python,selection_keyboard +4734,9806127,"test.ipynb",16,0,"o",python,content +4735,9806127,"test.ipynb",17,0,"",python,selection_keyboard +4736,9806212,"test.ipynb",17,0,"r",python,content +4737,9806213,"test.ipynb",18,0,"",python,selection_keyboard +4738,9806292,"test.ipynb",18,0,"e",python,content +4739,9806293,"test.ipynb",19,0,"",python,selection_keyboard +4740,9806449,"test.ipynb",19,0,"d",python,content +4741,9806449,"test.ipynb",20,0,"",python,selection_keyboard +4742,9806549,"test.ipynb",20,0,"\n",python,content +4743,9806970,"test.ipynb",20,1,"",python,content +4744,9890670,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(model, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(tokenizer, optimizer, inputs):\n def loss_fn(model):\n return tokenizer_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(\n tokenizer\n )\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(tokenizer, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(tokenizer, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): change all checkpointing/ restore logic to separately checkpoint model and optimizer\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n # FIXME (f.srambical): also checkpoint optimizer state\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n inputs = dict(videos=videos)\n loss, recon, metrics = train_step(tokenizer, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +4745,9891516,"test.ipynb",0,0,"",python,tab +4746,9897920,"test.ipynb",0,0,"",python,tab +4747,9901725,"test.ipynb",0,0,"",python,tab +4748,9903725,"train_tokenizer.py",0,0,"",python,tab +4749,9903726,"train_tokenizer.py",1960,0,"",python,selection_mouse +4750,9905311,"train_tokenizer.py",0,0,"",python,selection_command +4751,9909056,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",0,0,"",python,tab +4752,9911079,"train_dynamics.py",0,0,"",python,tab +4753,9911409,"train_dynamics.py",0,0,"",python,selection_command +4754,9912276,"train_dynamics.py",371,0,"",python,selection_command +4755,9912515,"train_dynamics.py",384,0,"",python,selection_command +4756,9912667,"train_dynamics.py",399,0,"",python,selection_command +4757,9912830,"train_dynamics.py",5260,0,"",python,selection_command +4758,9912966,"train_dynamics.py",5268,0,"",python,selection_command +4759,9913337,"train_dynamics.py",6447,0,"",python,selection_command +4760,9913891,"train_dynamics.py",5268,0,"",python,selection_command +4761,9915914,"genie.py",0,0,"",python,tab +4762,9915915,"genie.py",333,0,"",python,selection_command +4763,9919749,"genie.py",1021,0,"",python,selection_command +4764,9919905,"genie.py",2006,0,"",python,selection_command +4765,9920286,"genie.py",2984,0,"",python,selection_command +4766,9921347,"genie.py",2006,0,"",python,selection_command +4767,9921641,"genie.py",2984,0,"",python,selection_command +4768,9922093,"genie.py",3016,0,"",python,selection_command +4769,9922330,"genie.py",3052,0,"",python,selection_command +4770,9922359,"genie.py",3090,0,"",python,selection_command +4771,9922389,"genie.py",3136,0,"",python,selection_command +4772,9922423,"genie.py",3185,0,"",python,selection_command +4773,9922457,"genie.py",3229,0,"",python,selection_command +4774,9922491,"genie.py",3273,0,"",python,selection_command +4775,9922525,"genie.py",3315,0,"",python,selection_command +4776,9922559,"genie.py",3340,0,"",python,selection_command +4777,9922593,"genie.py",3374,0,"",python,selection_command +4778,9922627,"genie.py",3416,0,"",python,selection_command +4779,9922661,"genie.py",3446,0,"",python,selection_command +4780,9922695,"genie.py",3504,0,"",python,selection_command +4781,9922730,"genie.py",3523,0,"",python,selection_command +4782,9922762,"genie.py",3537,0,"",python,selection_command +4783,9923044,"genie.py",3538,0,"",python,selection_command +4784,9923183,"genie.py",3547,0,"",python,selection_command +4785,9923397,"genie.py",3549,0,"",python,selection_command +4786,9927350,"models/dynamics.py",0,0,"",python,tab +4787,9927350,"models/dynamics.py",132,0,"",python,selection_command +4788,9930536,"models/dynamics.py",859,0,"",python,selection_command +4789,9932251,"models/dynamics.py",898,0,"",python,selection_command +4790,9932500,"models/dynamics.py",925,0,"",python,selection_command +4791,9932520,"models/dynamics.py",972,0,"",python,selection_command +4792,9932727,"models/dynamics.py",981,0,"",python,selection_command +4793,9936362,"test.ipynb",0,0,"",python,tab +4794,9939310,"models/dynamics.py",0,0,"",python,tab +4795,9941268,"models/dynamics.py",1020,0,"",python,selection_command +4796,9941517,"models/dynamics.py",1048,0,"",python,selection_command +4797,9941538,"models/dynamics.py",1076,0,"",python,selection_command +4798,9941573,"models/dynamics.py",1102,0,"",python,selection_command +4799,9941604,"models/dynamics.py",1132,0,"",python,selection_command +4800,9941636,"models/dynamics.py",1161,0,"",python,selection_command +4801,9941739,"models/dynamics.py",1132,0,"",python,selection_command +4802,9941978,"models/dynamics.py",1161,0,"",python,selection_command +4803,9942263,"models/dynamics.py",1189,0,"",python,selection_command +4804,9942263,"models/dynamics.py",1215,0,"",python,selection_command +4805,9942276,"models/dynamics.py",1245,0,"",python,selection_command +4806,9942309,"models/dynamics.py",1269,0,"",python,selection_command +4807,9942343,"models/dynamics.py",1327,0,"",python,selection_command +4808,9942455,"models/dynamics.py",1350,0,"",python,selection_command +4809,9942540,"models/dynamics.py",1360,0,"",python,selection_command +4810,9942788,"models/dynamics.py",1442,0,"",python,selection_command +4811,9942978,"models/dynamics.py",1479,0,"",python,selection_command +4812,9943043,"models/dynamics.py",1566,0,"",python,selection_command +4813,9943179,"models/dynamics.py",1576,0,"",python,selection_command +4814,9943313,"models/dynamics.py",1580,0,"",python,selection_command +4815,9945495,"models/dynamics.py",1581,0,"",python,selection_command +4816,9949776,"test.ipynb",0,0,"",python,tab +4817,9954789,"models/dynamics.py",0,0,"",python,tab +4818,9962032,"models/dynamics.py",1566,0,"",python,selection_command +4819,9962266,"models/dynamics.py",1484,0,"",python,selection_command +4820,9962289,"models/dynamics.py",1447,0,"",python,selection_command +4821,9962322,"models/dynamics.py",1365,0,"",python,selection_command +4822,9962353,"models/dynamics.py",1350,0,"",python,selection_command +4823,9962411,"models/dynamics.py",1332,0,"",python,selection_command +4824,9962419,"models/dynamics.py",1274,0,"",python,selection_command +4825,9962455,"models/dynamics.py",1250,0,"",python,selection_command +4826,9962486,"models/dynamics.py",1220,0,"",python,selection_command +4827,9962519,"models/dynamics.py",1194,0,"",python,selection_command +4828,9962555,"models/dynamics.py",1166,0,"",python,selection_command +4829,9962586,"models/dynamics.py",1137,0,"",python,selection_command +4830,9962620,"models/dynamics.py",1107,0,"",python,selection_command +4831,9962663,"models/dynamics.py",1081,0,"",python,selection_command +4832,9962707,"models/dynamics.py",1053,0,"",python,selection_command +4833,9962729,"models/dynamics.py",1025,0,"",python,selection_command +4834,9962853,"models/dynamics.py",986,0,"",python,selection_command +4835,9967486,"models/dynamics.py",1025,0,"",python,selection_command +4836,9967733,"models/dynamics.py",1053,0,"",python,selection_command +4837,9967757,"models/dynamics.py",1081,0,"",python,selection_command +4838,9967788,"models/dynamics.py",1107,0,"",python,selection_command +4839,9967822,"models/dynamics.py",1137,0,"",python,selection_command +4840,9967854,"models/dynamics.py",1166,0,"",python,selection_command +4841,9967888,"models/dynamics.py",1194,0,"",python,selection_command +4842,9967922,"models/dynamics.py",1220,0,"",python,selection_command +4843,9967956,"models/dynamics.py",1250,0,"",python,selection_command +4844,9967987,"models/dynamics.py",1274,0,"",python,selection_command +4845,9968023,"models/dynamics.py",1332,0,"",python,selection_command +4846,9968055,"models/dynamics.py",1350,0,"",python,selection_command +4847,9968227,"models/dynamics.py",1365,0,"",python,selection_command +4848,9968373,"models/dynamics.py",1447,0,"",python,selection_command +4849,9981957,"test.ipynb",0,0,"",python,tab +4850,10049985,"test.ipynb",0,0,"",python,tab +4851,10049985,"test.ipynb",0,0,"",python,tab +4852,10051139,"test.ipynb",0,0,"n",python,content +4853,10051139,"test.ipynb",1,0,"",python,selection_keyboard +4854,10051208,"test.ipynb",1,0,"n",python,content +4855,10051208,"test.ipynb",2,0,"",python,selection_keyboard +4856,10051286,"test.ipynb",2,0,"x",python,content +4857,10051287,"test.ipynb",3,0,"",python,selection_keyboard +4858,10051383,"test.ipynb",3,0,".",python,content +4859,10051384,"test.ipynb",4,0,"",python,selection_keyboard +4860,10051657,"test.ipynb",4,0,"d",python,content +4861,10051658,"test.ipynb",5,0,"",python,selection_keyboard +4862,10051731,"test.ipynb",5,0,"i",python,content +4863,10051732,"test.ipynb",6,0,"",python,selection_keyboard +4864,10051812,"test.ipynb",6,0,"s",python,content +4865,10051813,"test.ipynb",7,0,"",python,selection_keyboard +4866,10051943,"test.ipynb",7,0,"p",python,content +4867,10051944,"test.ipynb",8,0,"",python,selection_keyboard +4868,10052092,"test.ipynb",8,0,"l",python,content +4869,10052092,"test.ipynb",9,0,"",python,selection_keyboard +4870,10052155,"test.ipynb",9,0,"a",python,content +4871,10052156,"test.ipynb",10,0,"",python,selection_keyboard +4872,10052295,"test.ipynb",10,0,"y",python,content +4873,10052295,"test.ipynb",11,0,"",python,selection_keyboard +4874,10052509,"test.ipynb",11,0,"()",python,content +4875,10052509,"test.ipynb",12,0,"",python,selection_keyboard +4876,10052956,"test.ipynb",12,0,"m",python,content +4877,10052956,"test.ipynb",13,0,"",python,selection_keyboard +4878,10052998,"test.ipynb",13,0,"o",python,content +4879,10052999,"test.ipynb",14,0,"",python,selection_keyboard +4880,10053298,"test.ipynb",13,1,"",python,content +4881,10053408,"test.ipynb",12,1,"",python,content +4882,10053540,"test.ipynb",12,0,"o",python,content +4883,10053541,"test.ipynb",13,0,"",python,selection_keyboard +4884,10053607,"test.ipynb",13,0,"p",python,content +4885,10053608,"test.ipynb",14,0,"",python,selection_keyboard +4886,10053674,"test.ipynb",14,0,"t",python,content +4887,10053675,"test.ipynb",15,0,"",python,selection_keyboard +4888,10053845,"test.ipynb",15,0,"i",python,content +4889,10053845,"test.ipynb",16,0,"",python,selection_keyboard +4890,10053894,"test.ipynb",16,0,"m",python,content +4891,10053895,"test.ipynb",17,0,"",python,selection_keyboard +4892,10053998,"test.ipynb",17,0,"i",python,content +4893,10053999,"test.ipynb",18,0,"",python,selection_keyboard +4894,10054022,"test.ipynb",18,0,"z",python,content +4895,10054022,"test.ipynb",19,0,"",python,selection_keyboard +4896,10054090,"test.ipynb",19,0,"e",python,content +4897,10054090,"test.ipynb",20,0,"",python,selection_keyboard +4898,10054185,"test.ipynb",20,0,"r",python,content +4899,10054185,"test.ipynb",21,0,"",python,selection_keyboard +4900,10054256,"test.ipynb",21,0,".",python,content +4901,10054257,"test.ipynb",22,0,"",python,selection_keyboard +4902,10054407,"test.ipynb",22,0,"m",python,content +4903,10054408,"test.ipynb",23,0,"",python,selection_keyboard +4904,10054456,"test.ipynb",23,0,"o",python,content +4905,10054457,"test.ipynb",24,0,"",python,selection_keyboard +4906,10054568,"test.ipynb",24,0,"d",python,content +4907,10054568,"test.ipynb",25,0,"",python,selection_keyboard +4908,10054604,"test.ipynb",25,0,"e",python,content +4909,10054605,"test.ipynb",26,0,"",python,selection_keyboard +4910,10055147,"test.ipynb",26,0,"l",python,content +4911,10055147,"test.ipynb",27,0,"",python,selection_keyboard +4912,10073726,"test.ipynb",0,0,"",python,tab +4913,10147587,"test.ipynb",0,0,"",python,tab +4914,10198651,"test.ipynb",0,0,"",python,tab +4915,10205005,"test.ipynb",26,0,"",python,selection_command +4916,10205295,"test.ipynb",22,0,"",python,selection_command +4917,10205542,"test.ipynb",21,0,"",python,selection_command +4918,10205710,"test.ipynb",12,0,"",python,selection_command +4919,10206217,"test.ipynb",12,0,"n",python,content +4920,10206218,"test.ipynb",13,0,"",python,selection_keyboard +4921,10206368,"test.ipynb",13,0,"n",python,content +4922,10206368,"test.ipynb",14,0,"",python,selection_keyboard +4923,10206763,"test.ipynb",14,0,".",python,content +4924,10206763,"test.ipynb",15,0,"",python,selection_keyboard +4925,10206877,"test.ipynb",15,0,"x",python,content +4926,10206877,"test.ipynb",16,0,"",python,selection_keyboard +4927,10207383,"test.ipynb",15,1,"",python,content +4928,10207487,"test.ipynb",14,1,"",python,content +4929,10207560,"test.ipynb",14,0,"x",python,content +4930,10207561,"test.ipynb",15,0,"",python,selection_keyboard +4931,10207691,"test.ipynb",15,0,".",python,content +4932,10207692,"test.ipynb",16,0,"",python,selection_keyboard +4933,10207770,"test.ipynb",16,0,"s",python,content +4934,10207771,"test.ipynb",17,0,"",python,selection_keyboard +4935,10207941,"test.ipynb",17,0,"t",python,content +4936,10207942,"test.ipynb",18,0,"",python,selection_keyboard +4937,10207991,"test.ipynb",18,0,"a",python,content +4938,10207991,"test.ipynb",19,0,"",python,selection_keyboard +4939,10208125,"test.ipynb",19,0,"t",python,content +4940,10208126,"test.ipynb",20,0,"",python,selection_keyboard +4941,10208218,"test.ipynb",20,0,"e",python,content +4942,10208219,"test.ipynb",21,0,"",python,selection_keyboard +4943,10208495,"test.ipynb",21,0,"(",python,content +4944,10208496,"test.ipynb",22,0,"",python,selection_keyboard +4945,10209679,"test.ipynb",21,0,"",python,selection_command +4946,10209977,"test.ipynb",30,0,"",python,selection_command +4947,10210160,"test.ipynb",31,0,"",python,selection_command +4948,10210483,"test.ipynb",36,0,"",python,selection_command +4949,10210621,"test.ipynb",37,0,"",python,selection_command +4950,10210892,"test.ipynb",37,0,")",python,content +4951,10210893,"test.ipynb",38,0,"",python,selection_keyboard +4952,10215905,"test.ipynb",0,0,"",python,tab +4953,10227512,"test.ipynb",0,0,"",python,tab +4954,10263490,"test.ipynb",0,0,"",python,tab +4955,10268459,"models/dynamics.py",0,0,"",python,tab +4956,10271304,"train_dynamics.py",0,0,"",python,tab +4957,10276256,"train_dynamics.py",6415,0,"",python,selection_command +4958,10277251,"train_dynamics.py",7203,0,"",python,selection_command +4959,10277411,"train_dynamics.py",8290,0,"",python,selection_command +4960,10278443,"train_dynamics.py",8643,0,"",python,selection_command +4961,10278758,"train_dynamics.py",8897,0,"",python,selection_command +4962,10278908,"train_dynamics.py",10169,0,"",python,selection_command +4963,10279049,"train_dynamics.py",10204,0,"",python,selection_command +4964,10280363,"train_dynamics.py",10230,0,"",python,selection_command +4965,10280546,"train_dynamics.py",10327,0,"",python,selection_command +4966,10280661,"train_dynamics.py",10381,0,"",python,selection_command +4967,10280958,"train_dynamics.py",10327,0,"",python,selection_command +4968,10281070,"train_dynamics.py",10332,0,"",python,selection_command +4969,10281230,"train_dynamics.py",10333,0,"",python,selection_command +4970,10281432,"train_dynamics.py",10338,0,"",python,selection_command +4971,10281592,"train_dynamics.py",10339,0,"",python,selection_command +4972,10281738,"train_dynamics.py",10348,0,"",python,selection_command +4973,10281886,"train_dynamics.py",10349,0,"",python,selection_command +4974,10282043,"train_dynamics.py",10351,0,"",python,selection_command +4975,10282201,"train_dynamics.py",10352,0,"",python,selection_command +4976,10282426,"train_dynamics.py",10356,0,"",python,selection_command +4977,10283035,"train_dynamics.py",10356,12,"",python,content +4978,10283233,"train_dynamics.py",10356,0," ",python,content +4979,10283234,"train_dynamics.py",10357,0,"",python,selection_keyboard +4980,10283347,"train_dynamics.py",10357,0,"=",python,content +4981,10283348,"train_dynamics.py",10358,0,"",python,selection_keyboard +4982,10283424,"train_dynamics.py",10358,0," ",python,content +4983,10283424,"train_dynamics.py",10359,0,"",python,selection_keyboard +4984,10287290,"train_dynamics.py",10359,0,"D",python,content +4985,10287291,"train_dynamics.py",10360,0,"",python,selection_keyboard +4986,10287502,"train_dynamics.py",10360,0,"r",python,content +4987,10287502,"train_dynamics.py",10361,0,"",python,selection_keyboard +4988,10287579,"train_dynamics.py",10361,0,"o",python,content +4989,10287579,"train_dynamics.py",10362,0,"",python,selection_keyboard +4990,10287666,"train_dynamics.py",10362,0,"p",python,content +4991,10287666,"train_dynamics.py",10363,0,"",python,selection_keyboard +4992,10287768,"train_dynamics.py",10363,0,"o",python,content +4993,10287768,"train_dynamics.py",10364,0,"",python,selection_keyboard +4994,10287826,"train_dynamics.py",10364,0,"u",python,content +4995,10287826,"train_dynamics.py",10365,0,"",python,selection_keyboard +4996,10287923,"train_dynamics.py",10365,0,"t",python,content +4997,10287923,"train_dynamics.py",10366,0,"",python,selection_keyboard +4998,10289586,"train_dynamics.py",10365,1,"",python,content +4999,10289710,"train_dynamics.py",10364,1,"",python,content +5000,10289847,"train_dynamics.py",10363,1,"",python,content +5001,10289974,"train_dynamics.py",10362,1,"",python,content +5002,10290107,"train_dynamics.py",10361,1,"",python,content +5003,10290262,"train_dynamics.py",10360,1,"",python,content +5004,10290477,"train_dynamics.py",10359,1,"",python,content +5005,10290574,"train_dynamics.py",10359,0,"n",python,content +5006,10290575,"train_dynamics.py",10360,0,"",python,selection_keyboard +5007,10290687,"train_dynamics.py",10360,0,"n",python,content +5008,10290688,"train_dynamics.py",10361,0,"",python,selection_keyboard +5009,10290812,"train_dynamics.py",10361,0,"x",python,content +5010,10290812,"train_dynamics.py",10362,0,"",python,selection_keyboard +5011,10290909,"train_dynamics.py",10362,0,".",python,content +5012,10290909,"train_dynamics.py",10363,0,"",python,selection_keyboard +5013,10291224,"train_dynamics.py",10363,0,"D",python,content +5014,10291224,"train_dynamics.py",10364,0,"",python,selection_keyboard +5015,10291512,"train_dynamics.py",10364,0,"ropout(0.0, rngs=rngs)",python,content +5016,10291785,"train_dynamics.py",10385,0,"",python,selection_command +5017,10291853,"train_dynamics.py",10381,0,"",python,selection_command +5018,10292016,"train_dynamics.py",10380,0,"",python,selection_command +5019,10292144,"train_dynamics.py",10376,0,"",python,selection_command +5020,10292281,"train_dynamics.py",10374,0,"",python,selection_command +5021,10292455,"train_dynamics.py",10373,0,"",python,selection_command +5022,10292892,"train_dynamics.py",10373,1,"1",python,content +5023,10302605,"models/dynamics.py",0,0,"",python,tab +5024,10304166,"models/dynamics.py",1484,0,"",python,selection_command +5025,10304412,"models/dynamics.py",1566,0,"",python,selection_command +5026,10304457,"models/dynamics.py",1581,0,"",python,selection_command +5027,10304823,"models/dynamics.py",1618,0,"",python,selection_command +5028,10305077,"models/dynamics.py",1654,0,"",python,selection_command +5029,10305105,"models/dynamics.py",1682,0,"",python,selection_command +5030,10305129,"models/dynamics.py",1724,0,"",python,selection_command +5031,10305171,"models/dynamics.py",1754,0,"",python,selection_command +5032,10305299,"models/dynamics.py",1724,0,"",python,selection_command +5033,10305559,"models/dynamics.py",1682,0,"",python,selection_command +5034,10305591,"models/dynamics.py",1654,0,"",python,selection_command +5035,10305621,"models/dynamics.py",1618,0,"",python,selection_command +5036,10305653,"models/dynamics.py",1581,0,"",python,selection_command +5037,10307427,"train_dynamics.py",0,0,"",python,tab +5038,10309606,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.latent_dim,\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +5039,10310764,"utils/nn.py",0,0,"",python,tab +5040,10310764,"utils/nn.py",6625,0,"",python,selection_command +5041,10311473,"utils/nn.py",6660,0,"",python,selection_command +5042,10311595,"utils/nn.py",6678,0,"",python,selection_command +5043,10311767,"utils/nn.py",6757,0,"",python,selection_command +5044,10311944,"utils/nn.py",6765,0,"",python,selection_command +5045,10312090,"utils/nn.py",6802,0,"",python,selection_command +5046,10312225,"utils/nn.py",6841,0,"",python,selection_command +5047,10312341,"utils/nn.py",6843,0,"",python,selection_command +5048,10313559,"utils/nn.py",6866,0,"",python,selection_command +5049,10313811,"utils/nn.py",6875,0,"",python,selection_command +5050,10313825,"utils/nn.py",6910,0,"",python,selection_command +5051,10313854,"utils/nn.py",6933,0,"",python,selection_command +5052,10313889,"utils/nn.py",6983,0,"",python,selection_command +5053,10313922,"utils/nn.py",7054,0,"",python,selection_command +5054,10313955,"utils/nn.py",7072,0,"",python,selection_command +5055,10314062,"utils/nn.py",7086,0,"",python,selection_command +5056,10314263,"utils/nn.py",7096,0,"",python,selection_command +5057,10314441,"utils/nn.py",7145,0,"",python,selection_command +5058,10314792,"utils/nn.py",7096,0,"",python,selection_command +5059,10314959,"utils/nn.py",7100,0,"",python,selection_command +5060,10315605,"utils/nn.py",7101,0,"",python,selection_command +5061,10343652,"train_dynamics.py",0,0,"",python,tab +5062,10345140,"train_dynamics.py",10372,0,"",python,selection_command +5063,10345197,"train_dynamics.py",10371,0,"",python,selection_command +5064,10345340,"train_dynamics.py",10370,0,"",python,selection_command +5065,10345526,"train_dynamics.py",10363,0,"",python,selection_command +5066,10345680,"train_dynamics.py",10362,0,"",python,selection_command +5067,10346043,"train_dynamics.py",10359,0,"",python,selection_command +5068,10346968,"train_dynamics.py",10357,0,"",python,selection_command +5069,10348361,"train_dynamics.py",10323,0,"",python,selection_command +5070,10364304,"test.ipynb",0,0,"",python,tab +5071,10364305,"test.ipynb",3195,0,"",python,selection_mouse +5072,10366902,"test.ipynb",3222,0,"\n",python,content +5073,10367890,"test.ipynb",3223,0,"\n optimizer.model.tokenizer.vq.drop = nnx.Dropout(0.1, rngs=rngs)",python,content +5074,10367898,"test.ipynb",3232,0,"",python,selection_command +5075,10368346,"test.ipynb",3223,0,"",python,selection_command +5076,10368896,"test.ipynb",3223,1,"",python,content +5077,10368920,"test.ipynb",3231,0,"",python,selection_command +5078,10369309,"test.ipynb",3227,4,"",python,content +5079,10369612,"test.ipynb",3223,4,"",python,content +5080,10373713,"test.ipynb",0,0,"",python,tab +5081,10375137,"test.ipynb",0,0,"",python,tab +5082,10376227,"test.ipynb",3440,0,"",python,selection_command +5083,10377515,"test.ipynb",3400,0,"",python,selection_command +5084,10377791,"test.ipynb",3399,0,"",python,selection_command +5085,10377817,"test.ipynb",3342,0,"",python,selection_command +5086,10377837,"test.ipynb",3287,0,"",python,selection_command +5087,10377881,"test.ipynb",3223,0,"",python,selection_command +5088,10377902,"test.ipynb",3177,0,"",python,selection_command +5089,10378191,"test.ipynb",3176,0,"",python,selection_command +5090,10378394,"test.ipynb",3177,0,"",python,selection_command +5091,10379337,"test.ipynb",3177,46,"",python,content +5092,10381668,"test.ipynb",0,0,"",python,tab +5093,10382977,"test.ipynb",0,0,"",python,tab +5094,10390672,"test.ipynb",0,0,"",python,tab +5095,10390672,"test.ipynb",19,0,"",python,selection_mouse +5096,10392327,"test.ipynb",18,0,"",python,selection_command +5097,10393943,"test.ipynb",19,0,"",python,selection_command +5098,10394111,"test.ipynb",20,0,"",python,selection_command +5099,10394229,"test.ipynb",20,0,".",python,content +5100,10394229,"test.ipynb",21,0,"",python,selection_keyboard +5101,10394461,"test.ipynb",21,0,"m",python,content +5102,10394462,"test.ipynb",22,0,"",python,selection_keyboard +5103,10394523,"test.ipynb",22,0,"o",python,content +5104,10394524,"test.ipynb",23,0,"",python,selection_keyboard +5105,10394591,"test.ipynb",23,0,"d",python,content +5106,10394592,"test.ipynb",24,0,"",python,selection_keyboard +5107,10394654,"test.ipynb",24,0,"e",python,content +5108,10394654,"test.ipynb",25,0,"",python,selection_keyboard +5109,10394739,"test.ipynb",25,0,"l",python,content +5110,10394740,"test.ipynb",26,0,"",python,selection_keyboard +5111,10394907,"test.ipynb",26,0,".",python,content +5112,10394908,"test.ipynb",27,0,"",python,selection_keyboard +5113,10395031,"test.ipynb",27,0,"d",python,content +5114,10395032,"test.ipynb",28,0,"",python,selection_keyboard +5115,10395424,"test.ipynb",27,1,"",python,content +5116,10395692,"test.ipynb",27,0,"t",python,content +5117,10395692,"test.ipynb",28,0,"",python,selection_keyboard +5118,10395806,"test.ipynb",28,0,"o",python,content +5119,10395806,"test.ipynb",29,0,"",python,selection_keyboard +5120,10395838,"test.ipynb",29,0,"k",python,content +5121,10395839,"test.ipynb",30,0,"",python,selection_keyboard +5122,10396022,"test.ipynb",30,0,"e",python,content +5123,10396022,"test.ipynb",31,0,"",python,selection_keyboard +5124,10396115,"test.ipynb",31,0,"n",python,content +5125,10396115,"test.ipynb",32,0,"",python,selection_keyboard +5126,10396172,"test.ipynb",32,0,"i",python,content +5127,10396172,"test.ipynb",33,0,"",python,selection_keyboard +5128,10396244,"test.ipynb",33,0,"z",python,content +5129,10396244,"test.ipynb",34,0,"",python,selection_keyboard +5130,10396339,"test.ipynb",34,0,"e",python,content +5131,10396339,"test.ipynb",35,0,"",python,selection_keyboard +5132,10396387,"test.ipynb",35,0,"r",python,content +5133,10396387,"test.ipynb",36,0,"",python,selection_keyboard +5134,10396547,"test.ipynb",36,0,".",python,content +5135,10396547,"test.ipynb",37,0,"",python,selection_keyboard +5136,10396864,"test.ipynb",37,0,"v",python,content +5137,10396864,"test.ipynb",38,0,"",python,selection_keyboard +5138,10397024,"test.ipynb",38,0,"q",python,content +5139,10397024,"test.ipynb",39,0,"",python,selection_keyboard +5140,10398133,"test.ipynb",39,0,".",python,content +5141,10398133,"test.ipynb",40,0,"",python,selection_keyboard +5142,10398258,"test.ipynb",40,0,"d",python,content +5143,10398258,"test.ipynb",41,0,"",python,selection_keyboard +5144,10398370,"test.ipynb",41,0,"r",python,content +5145,10398371,"test.ipynb",42,0,"",python,selection_keyboard +5146,10398424,"test.ipynb",42,0,"o",python,content +5147,10398425,"test.ipynb",43,0,"",python,selection_keyboard +5148,10398492,"test.ipynb",43,0,"p",python,content +5149,10398492,"test.ipynb",44,0,"",python,selection_keyboard +5150,10414283,"test.ipynb",0,0,"",python,tab +5151,10416095,"test.ipynb",0,0,"",python,tab +5152,10416956,"test.ipynb",37,0,"",python,selection_command +5153,10419777,"test.ipynb",37,0,".",python,content +5154,10419778,"test.ipynb",38,0,"",python,selection_keyboard +5155,10420831,"test.ipynb",38,0,"d",python,content +5156,10420832,"test.ipynb",39,0,"",python,selection_keyboard +5157,10420888,"test.ipynb",39,0,"y",python,content +5158,10420889,"test.ipynb",40,0,"",python,selection_keyboard +5159,10420987,"test.ipynb",40,0,"n",python,content +5160,10420987,"test.ipynb",41,0,"",python,selection_keyboard +5161,10421117,"test.ipynb",41,0,"a",python,content +5162,10421118,"test.ipynb",42,0,"",python,selection_keyboard +5163,10421223,"test.ipynb",42,0,"m",python,content +5164,10421224,"test.ipynb",43,0,"",python,selection_keyboard +5165,10421310,"test.ipynb",43,0,"i",python,content +5166,10421310,"test.ipynb",44,0,"",python,selection_keyboard +5167,10421338,"test.ipynb",44,0,"c",python,content +5168,10421339,"test.ipynb",45,0,"",python,selection_keyboard +5169,10421404,"test.ipynb",45,0,"s",python,content +5170,10421404,"test.ipynb",46,0,"",python,selection_keyboard +5171,10421593,"test.ipynb",46,0,".",python,content +5172,10421594,"test.ipynb",47,0,"",python,selection_keyboard +5173,10421885,"test.ipynb",47,0,"d",python,content +5174,10421886,"test.ipynb",48,0,"",python,selection_keyboard +5175,10421938,"test.ipynb",48,0,"y",python,content +5176,10421939,"test.ipynb",49,0,"",python,selection_keyboard +5177,10422011,"test.ipynb",49,0,"n",python,content +5178,10422012,"test.ipynb",50,0,"",python,selection_keyboard +5179,10422104,"test.ipynb",50,0,"a",python,content +5180,10422105,"test.ipynb",51,0,"",python,selection_keyboard +5181,10422239,"test.ipynb",51,0,"m",python,content +5182,10422239,"test.ipynb",52,0,"",python,selection_keyboard +5183,10422294,"test.ipynb",52,0,"c",python,content +5184,10422295,"test.ipynb",53,0,"",python,selection_keyboard +5185,10422326,"test.ipynb",53,0,"i",python,content +5186,10422327,"test.ipynb",54,0,"",python,selection_keyboard +5187,10422370,"test.ipynb",54,0,"s",python,content +5188,10422371,"test.ipynb",55,0,"",python,selection_keyboard +5189,10422561,"test.ipynb",55,0,".",python,content +5190,10422562,"test.ipynb",56,0,"",python,selection_keyboard +5191,10423208,"test.ipynb",55,1,"",python,content +5192,10423621,"test.ipynb",47,8,"",python,content +5193,10424843,"test.ipynb",47,0,"t",python,content +5194,10424843,"test.ipynb",48,0,"",python,selection_keyboard +5195,10424965,"test.ipynb",48,0,"o",python,content +5196,10424965,"test.ipynb",49,0,"",python,selection_keyboard +5197,10424966,"test.ipynb",49,0,"k",python,content +5198,10424966,"test.ipynb",50,0,"",python,selection_keyboard +5199,10425580,"test.ipynb",50,0,"e",python,content +5200,10425580,"test.ipynb",51,0,"",python,selection_keyboard +5201,10425817,"test.ipynb",51,0,"n",python,content +5202,10425817,"test.ipynb",52,0,"",python,selection_keyboard +5203,10425830,"test.ipynb",52,0,"i",python,content +5204,10425830,"test.ipynb",53,0,"",python,selection_keyboard +5205,10425924,"test.ipynb",53,0,"z",python,content +5206,10425924,"test.ipynb",54,0,"",python,selection_keyboard +5207,10426056,"test.ipynb",54,0,"e",python,content +5208,10426056,"test.ipynb",55,0,"",python,selection_keyboard +5209,10426121,"test.ipynb",55,0,"r",python,content +5210,10426122,"test.ipynb",56,0,"",python,selection_keyboard +5211,10426193,"test.ipynb",56,0,".",python,content +5212,10426193,"test.ipynb",57,0,"",python,selection_keyboard +5213,10426343,"test.ipynb",57,0,"v",python,content +5214,10426343,"test.ipynb",58,0,"",python,selection_keyboard +5215,10426533,"test.ipynb",58,0,"q",python,content +5216,10426533,"test.ipynb",59,0,"",python,selection_keyboard +5217,10426548,"test.ipynb",59,0,".",python,content +5218,10426548,"test.ipynb",60,0,"",python,selection_keyboard +5219,10428136,"test.ipynb",60,0,"d",python,content +5220,10428136,"test.ipynb",61,0,"",python,selection_keyboard +5221,10428247,"test.ipynb",61,0,"o",python,content +5222,10428247,"test.ipynb",62,0,"",python,selection_keyboard +5223,10428256,"test.ipynb",62,0,"r",python,content +5224,10428256,"test.ipynb",63,0,"",python,selection_keyboard +5225,10428295,"test.ipynb",63,0,"p",python,content +5226,10428295,"test.ipynb",64,0,"",python,selection_keyboard +5227,10429872,"test.ipynb",63,1,"",python,content +5228,10430021,"test.ipynb",62,1,"",python,content +5229,10430217,"test.ipynb",61,1,"",python,content +5230,10430810,"test.ipynb",61,0,"r",python,content +5231,10430811,"test.ipynb",62,0,"",python,selection_keyboard +5232,10430815,"test.ipynb",62,0,"o",python,content +5233,10430816,"test.ipynb",63,0,"",python,selection_keyboard +5234,10430821,"test.ipynb",63,0,"p",python,content +5235,10430822,"test.ipynb",64,0,"",python,selection_keyboard +5236,10433350,"test.ipynb",42,0,"",python,selection_mouse +5237,10434593,"test.ipynb",41,0,"",python,selection_mouse +5238,10434767,"test.ipynb",38,8,"dynamics",python,selection_mouse +5239,10435627,"test.ipynb",38,8,"",python,content +5240,10435867,"test.ipynb",37,1,"",python,content +5241,10449940,"test.ipynb",0,0,"",python,tab +5242,10449940,"test.ipynb",30,0,"",python,selection_mouse +5243,10453294,"test.ipynb",23,0,"",python,selection_mouse +5244,10453463,"test.ipynb",21,5,"model",python,selection_mouse +5245,10454133,"test.ipynb",21,5,"",python,content +5246,10454427,"test.ipynb",20,1,"",python,content +5247,10456912,"test.ipynb",23,0,"",python,selection_mouse +5248,10457802,"test.ipynb",22,0,"",python,selection_command +5249,10458328,"test.ipynb",0,0,"\n",python,content +5250,10460718,"test.ipynb",0,0,"r",python,content +5251,10460718,"test.ipynb",1,0,"",python,selection_keyboard +5252,10460744,"test.ipynb",1,0,"e",python,content +5253,10460745,"test.ipynb",2,0,"",python,selection_keyboard +5254,10460797,"test.ipynb",2,0,"s",python,content +5255,10460797,"test.ipynb",3,0,"",python,selection_keyboard +5256,10460905,"test.ipynb",3,0,"t",python,content +5257,10460905,"test.ipynb",4,0,"",python,selection_keyboard +5258,10461047,"test.ipynb",4,0,"o",python,content +5259,10461047,"test.ipynb",5,0,"",python,selection_keyboard +5260,10461104,"test.ipynb",5,0,"r",python,content +5261,10461104,"test.ipynb",6,0,"",python,selection_keyboard +5262,10461185,"test.ipynb",6,0,"e",python,content +5263,10461186,"test.ipynb",7,0,"",python,selection_keyboard +5264,10461325,"test.ipynb",7,0,"d",python,content +5265,10461326,"test.ipynb",8,0,"",python,selection_keyboard +5266,10461555,"test.ipynb",8,0,"_",python,content +5267,10461556,"test.ipynb",9,0,"",python,selection_keyboard +5268,10461732,"test.ipynb",9,0,"s",python,content +5269,10461733,"test.ipynb",10,0,"",python,selection_keyboard +5270,10461867,"test.ipynb",10,0,"t",python,content +5271,10461867,"test.ipynb",11,0,"",python,selection_keyboard +5272,10461951,"test.ipynb",11,0,"a",python,content +5273,10461952,"test.ipynb",12,0,"",python,selection_keyboard +5274,10462041,"test.ipynb",12,0,"t",python,content +5275,10462042,"test.ipynb",13,0,"",python,selection_keyboard +5276,10462119,"test.ipynb",13,0,"e",python,content +5277,10462120,"test.ipynb",14,0,"",python,selection_keyboard +5278,10462244,"test.ipynb",14,0," ",python,content +5279,10462245,"test.ipynb",15,0,"",python,selection_keyboard +5280,10462393,"test.ipynb",15,0,"=",python,content +5281,10462394,"test.ipynb",16,0,"",python,selection_keyboard +5282,10462481,"test.ipynb",16,0," ",python,content +5283,10462481,"test.ipynb",17,0,"",python,selection_keyboard +5284,10463006,"test.ipynb",17,0,"nnx.state(restored.model)",python,content +5285,10463746,"test.ipynb",41,0,"",python,selection_command +5286,10464208,"test.ipynb",81,0,"",python,selection_command +5287,10464592,"test.ipynb",77,0,"",python,selection_command +5288,10464787,"test.ipynb",76,0,"",python,selection_command +5289,10464946,"test.ipynb",74,0,"",python,selection_command +5290,10465092,"test.ipynb",73,0,"",python,selection_command +5291,10465240,"test.ipynb",64,0,"",python,selection_command +5292,10465393,"test.ipynb",63,0,"",python,selection_command +5293,10465538,"test.ipynb",55,0,"",python,selection_command +5294,10466024,"test.ipynb",63,0,"_state",python,content +5295,10466025,"test.ipynb",69,0,"",python,selection_command +5296,10475949,"test.ipynb",69,1,".",python,selection_command +5297,10475995,"test.ipynb",69,10,".tokenizer",python,selection_command +5298,10476161,"test.ipynb",69,11,".tokenizer.",python,selection_command +5299,10476314,"test.ipynb",69,13,".tokenizer.vq",python,selection_command +5300,10476565,"test.ipynb",69,14,".tokenizer.vq.",python,selection_command +5301,10476988,"test.ipynb",69,18,".tokenizer.vq.drop",python,selection_command +5302,10477214,"test.ipynb",69,18,"",python,content +5303,10479392,"test.ipynb",70,0,"",python,selection_mouse +5304,10479393,"test.ipynb",69,0,"",python,selection_command +5305,10480066,"test.ipynb",26,0,"",python,selection_command +5306,10480734,"test.ipynb",26,1,"(",python,selection_command +5307,10480998,"test.ipynb",0,27,"restored_state = nnx.state(",python,selection_command +5308,10481316,"test.ipynb",0,27,"",python,content +5309,10482383,"test.ipynb",0,0,"restored_state = nnx.state(",python,content +5310,10482387,"test.ipynb",0,0,"",python,selection_command +5311,10486850,"test.ipynb",0,43,"",python,content +5312,10488615,"test.ipynb",3,0,"",python,selection_command +5313,10488798,"test.ipynb",4,0,"",python,selection_command +5314,10489030,"test.ipynb",11,0,"",python,selection_command +5315,10489233,"test.ipynb",12,0,"",python,selection_command +5316,10489547,"test.ipynb",12,14,"",python,content +5317,10489795,"test.ipynb",12,0,"r",python,content +5318,10489795,"test.ipynb",13,0,"",python,selection_keyboard +5319,10489859,"test.ipynb",13,0,"e",python,content +5320,10489860,"test.ipynb",14,0,"",python,selection_keyboard +5321,10489909,"test.ipynb",14,0,"s",python,content +5322,10489910,"test.ipynb",15,0,"",python,selection_keyboard +5323,10490010,"test.ipynb",15,0,"t",python,content +5324,10490011,"test.ipynb",16,0,"",python,selection_keyboard +5325,10490127,"test.ipynb",16,0,"o",python,content +5326,10490127,"test.ipynb",17,0,"",python,selection_keyboard +5327,10490207,"test.ipynb",17,0,"r",python,content +5328,10490207,"test.ipynb",18,0,"",python,selection_keyboard +5329,10490261,"test.ipynb",18,0,"e",python,content +5330,10490262,"test.ipynb",19,0,"",python,selection_keyboard +5331,10490475,"test.ipynb",19,0,"d",python,content +5332,10490476,"test.ipynb",20,0,"",python,selection_keyboard +5333,10491067,"test.ipynb",20,0,".",python,content +5334,10491067,"test.ipynb",21,0,"",python,selection_keyboard +5335,10491240,"test.ipynb",21,0,"m",python,content +5336,10491240,"test.ipynb",22,0,"",python,selection_keyboard +5337,10491276,"test.ipynb",22,0,"o",python,content +5338,10491277,"test.ipynb",23,0,"",python,selection_keyboard +5339,10491328,"test.ipynb",23,0,"d",python,content +5340,10491328,"test.ipynb",24,0,"",python,selection_keyboard +5341,10491386,"test.ipynb",24,0,"e",python,content +5342,10491386,"test.ipynb",25,0,"",python,selection_keyboard +5343,10491504,"test.ipynb",25,0,"l",python,content +5344,10491504,"test.ipynb",26,0,"",python,selection_keyboard +5345,10493306,"test.ipynb",25,0,"",python,selection_command +5346,10493429,"test.ipynb",21,0,"",python,selection_command +5347,10493644,"test.ipynb",21,5,"",python,content +5348,10493931,"test.ipynb",20,0,"",python,selection_command +5349,10494007,"test.ipynb",20,1,"",python,content +5350,10570173,"train_dynamics.py",0,0,"",python,tab +5351,10577134,"train_dynamics.py",13845,0,"",python,selection_command +5352,10578508,"train_dynamics.py",13229,0,"",python,selection_command +5353,10578983,"train_dynamics.py",11848,0,"",python,selection_command +5354,10579491,"train_dynamics.py",10395,0,"",python,selection_command +5355,10580173,"train_dynamics.py",9285,0,"",python,selection_command +5356,10634253,"test.ipynb",0,0,"",python,tab +5357,10634253,"test.ipynb",51,0,"",python,selection_mouse +5358,10648243,"test.ipynb",0,0,"",python,tab +5359,10667427,"test.ipynb",0,0,"",python,tab +5360,10668079,"test.ipynb",52,0,"",python,selection_mouse +5361,10668214,"test.ipynb",51,4,"drop",python,selection_mouse +5362,10668727,"test.ipynb",51,4,"",python,content +5363,10668859,"test.ipynb",50,1,"",python,content +5364,10693483,"test.ipynb",0,0,"",python,tab +5365,10693483,"test.ipynb",3194,0,"",python,selection_mouse +5366,10694806,"test.ipynb",3177,0,"",python,selection_command +5367,10694914,"test.ipynb",3177,0,"#",python,content +5368,10694915,"test.ipynb",3178,0,"",python,selection_keyboard +5369,10694996,"test.ipynb",3178,0," ",python,content +5370,10694996,"test.ipynb",3179,0,"",python,selection_keyboard +5371,10709146,"test.ipynb",0,0,"",python,tab +5372,10709147,"test.ipynb",42,0,"",python,selection_mouse +5373,10729821,"train_dynamics.py",0,0,"",python,tab +5374,10731039,"train_dynamics.py",9770,0,"",python,selection_command +5375,10731465,"train_dynamics.py",10395,0,"",python,selection_command +5376,10733843,"train_dynamics.py",10323,0,"",python,selection_command +5377,10737001,"train_dynamics.py",10315,72,"",python,content +5378,10737013,"train_dynamics.py",10323,0,"",python,selection_command +5379,10755464,"test.ipynb",0,0,"",python,tab +5380,10755464,"test.ipynb",18,0,"",python,selection_mouse +5381,10755582,"test.ipynb",16,5,"state",python,selection_mouse +5382,10757008,"test.ipynb",16,5,"e",python,content +5383,10757009,"test.ipynb",17,0,"",python,selection_keyboard +5384,10757072,"test.ipynb",17,0,"v",python,content +5385,10757073,"test.ipynb",18,0,"",python,selection_keyboard +5386,10757091,"test.ipynb",18,0,"a",python,content +5387,10757092,"test.ipynb",19,0,"",python,selection_keyboard +5388,10757336,"test.ipynb",19,0,"l",python,content +5389,10757337,"test.ipynb",20,0,"",python,selection_keyboard +5390,10757518,"test.ipynb",20,0,"_",python,content +5391,10757519,"test.ipynb",21,0,"",python,selection_keyboard +5392,10757725,"test.ipynb",21,0,"s",python,content +5393,10757726,"test.ipynb",22,0,"",python,selection_keyboard +5394,10757764,"test.ipynb",22,0,"h",python,content +5395,10757765,"test.ipynb",23,0,"",python,selection_keyboard +5396,10757865,"test.ipynb",23,0,"a",python,content +5397,10757865,"test.ipynb",24,0,"",python,selection_keyboard +5398,10757944,"test.ipynb",24,0,"p",python,content +5399,10757944,"test.ipynb",25,0,"",python,selection_keyboard +5400,10758037,"test.ipynb",25,0,"e",python,content +5401,10758037,"test.ipynb",26,0,"",python,selection_keyboard +5402,10758856,"test.ipynb",25,0,"",python,selection_command +5403,10766990,"test.ipynb",12,0,"",python,selection_mouse +5404,10768461,"test.ipynb",12,0,"n",python,content +5405,10768461,"test.ipynb",13,0,"",python,selection_keyboard +5406,10768570,"test.ipynb",13,0,"n",python,content +5407,10768570,"test.ipynb",14,0,"",python,selection_keyboard +5408,10768760,"test.ipynb",14,0,"x",python,content +5409,10768760,"test.ipynb",15,0,"",python,selection_keyboard +5410,10770972,"test.ipynb",15,0,".",python,content +5411,10770973,"test.ipynb",16,0,"",python,selection_keyboard +5412,10771095,"test.ipynb",16,0,"s",python,content +5413,10771095,"test.ipynb",17,0,"",python,selection_keyboard +5414,10771456,"test.ipynb",17,0,"t",python,content +5415,10771456,"test.ipynb",18,0,"",python,selection_keyboard +5416,10771529,"test.ipynb",18,0,"a",python,content +5417,10771530,"test.ipynb",19,0,"",python,selection_keyboard +5418,10771638,"test.ipynb",19,0,"t",python,content +5419,10771639,"test.ipynb",20,0,"",python,selection_keyboard +5420,10771691,"test.ipynb",20,0,"e",python,content +5421,10771691,"test.ipynb",21,0,"",python,selection_keyboard +5422,10772075,"test.ipynb",21,0,"(",python,content +5423,10772075,"test.ipynb",22,0,"",python,selection_keyboard +5424,10772373,"test.ipynb",21,0,"",python,selection_command +5425,10772710,"test.ipynb",24,0,"",python,selection_command +5426,10772909,"test.ipynb",25,0,"",python,selection_command +5427,10773056,"test.ipynb",35,0,"",python,selection_command +5428,10773210,"test.ipynb",36,0,"",python,selection_command +5429,10774162,"test.ipynb",66,0,"",python,selection_command +5430,10775620,"test.ipynb",0,0,"",python,tab +5431,10776841,"test.ipynb",0,0,"",python,tab +5432,10777811,"test.ipynb",67,0,"",python,selection_command +5433,10777958,"test.ipynb",67,0,")",python,content +5434,10777958,"test.ipynb",68,0,"",python,selection_keyboard +5435,10778230,"test.ipynb",67,0,"",python,selection_command +5436,10783236,"test.ipynb",65,0,"",python,selection_command +5437,10783492,"test.ipynb",63,0,"",python,selection_command +5438,10783642,"test.ipynb",62,0,"",python,selection_command +5439,10783761,"test.ipynb",53,0,"",python,selection_command +5440,10783894,"test.ipynb",52,0,"",python,selection_command +5441,10784128,"test.ipynb",47,0,"",python,selection_command +5442,10784296,"test.ipynb",46,0,"",python,selection_command +5443,10784493,"test.ipynb",37,0,"",python,selection_command +5444,10785022,"test.ipynb",37,0,"l",python,content +5445,10785022,"test.ipynb",38,0,"",python,selection_keyboard +5446,10785204,"test.ipynb",38,0,"a",python,content +5447,10785204,"test.ipynb",39,0,"",python,selection_keyboard +5448,10785365,"test.ipynb",39,0,"m",python,content +5449,10785365,"test.ipynb",40,0,"",python,selection_keyboard +5450,10785541,"test.ipynb",40,0," ",python,content +5451,10785542,"test.ipynb",41,0,"",python,selection_keyboard +5452,10785915,"test.ipynb",40,1,"",python,content +5453,10786082,"test.ipynb",40,0,":",python,content +5454,10786083,"test.ipynb",41,0,"",python,selection_keyboard +5455,10786169,"test.ipynb",41,0," ",python,content +5456,10786170,"test.ipynb",42,0,"",python,selection_keyboard +5457,10786541,"test.ipynb",41,1,"",python,content +5458,10786680,"test.ipynb",40,1,"",python,content +5459,10786809,"test.ipynb",39,1,"",python,content +5460,10787700,"test.ipynb",39,0,"m",python,content +5461,10787701,"test.ipynb",40,0,"",python,selection_keyboard +5462,10787877,"test.ipynb",40,0,"b",python,content +5463,10787877,"test.ipynb",41,0,"",python,selection_keyboard +5464,10787946,"test.ipynb",41,0,"d",python,content +5465,10787947,"test.ipynb",42,0,"",python,selection_keyboard +5466,10787989,"test.ipynb",42,0,"a",python,content +5467,10787989,"test.ipynb",43,0,"",python,selection_keyboard +5468,10788496,"test.ipynb",43,0,":",python,content +5469,10788497,"test.ipynb",44,0,"",python,selection_keyboard +5470,10788609,"test.ipynb",44,0," ",python,content +5471,10788610,"test.ipynb",45,0,"",python,selection_keyboard +5472,10794657,"test.ipynb",0,0,"",python,tab +5473,10794657,"test.ipynb",19,0,"",python,selection_mouse +5474,10795704,"test.ipynb",12,0,"",python,selection_command +5475,10796064,"test.ipynb",12,0,"e",python,content +5476,10796065,"test.ipynb",13,0,"",python,selection_keyboard +5477,10796229,"test.ipynb",13,0,"v",python,content +5478,10796230,"test.ipynb",14,0,"",python,selection_keyboard +5479,10796231,"test.ipynb",14,0,"a",python,content +5480,10796231,"test.ipynb",15,0,"",python,selection_keyboard +5481,10796336,"test.ipynb",15,0,"l",python,content +5482,10796337,"test.ipynb",16,0,"",python,selection_keyboard +5483,10796562,"test.ipynb",16,0,"_",python,content +5484,10796563,"test.ipynb",17,0,"",python,selection_keyboard +5485,10797612,"test.ipynb",16,1,"",python,content +5486,10797802,"test.ipynb",15,1,"",python,content +5487,10797860,"test.ipynb",14,1,"",python,content +5488,10797988,"test.ipynb",13,1,"",python,content +5489,10798148,"test.ipynb",12,1,"",python,content +5490,10798383,"test.ipynb",12,0,"n",python,content +5491,10798383,"test.ipynb",13,0,"",python,selection_keyboard +5492,10798463,"test.ipynb",13,0,"x",python,content +5493,10798463,"test.ipynb",14,0,"",python,selection_keyboard +5494,10798878,"test.ipynb",13,1,"",python,content +5495,10799019,"test.ipynb",13,0,"n",python,content +5496,10799020,"test.ipynb",14,0,"",python,selection_keyboard +5497,10799069,"test.ipynb",14,0,"x",python,content +5498,10799069,"test.ipynb",15,0,"",python,selection_keyboard +5499,10799201,"test.ipynb",15,0,".",python,content +5500,10799201,"test.ipynb",16,0,"",python,selection_keyboard +5501,10799254,"test.ipynb",16,0,"e",python,content +5502,10799254,"test.ipynb",17,0,"",python,selection_keyboard +5503,10799388,"test.ipynb",17,0,"v",python,content +5504,10799389,"test.ipynb",18,0,"",python,selection_keyboard +5505,10799494,"test.ipynb",18,0,"a",python,content +5506,10799495,"test.ipynb",19,0,"",python,selection_keyboard +5507,10799609,"test.ipynb",19,0,"l",python,content +5508,10799610,"test.ipynb",20,0,"",python,selection_keyboard +5509,10799902,"test.ipynb",20,0,"_",python,content +5510,10799902,"test.ipynb",21,0,"",python,selection_keyboard +5511,10800637,"test.ipynb",21,0,"s",python,content +5512,10800637,"test.ipynb",22,0,"",python,selection_keyboard +5513,10800826,"test.ipynb",22,0,"h",python,content +5514,10800827,"test.ipynb",23,0,"",python,selection_keyboard +5515,10800829,"test.ipynb",23,0,"a",python,content +5516,10800830,"test.ipynb",24,0,"",python,selection_keyboard +5517,10800950,"test.ipynb",24,0,"p",python,content +5518,10800950,"test.ipynb",25,0,"",python,selection_keyboard +5519,10800990,"test.ipynb",25,0,"e",python,content +5520,10800991,"test.ipynb",26,0,"",python,selection_keyboard +5521,10801192,"test.ipynb",26,0,"(",python,content +5522,10801192,"test.ipynb",27,0,"",python,selection_keyboard +5523,10801647,"test.ipynb",27,0,"l",python,content +5524,10801647,"test.ipynb",28,0,"",python,selection_keyboard +5525,10801807,"test.ipynb",28,0,"a",python,content +5526,10801808,"test.ipynb",29,0,"",python,selection_keyboard +5527,10801813,"test.ipynb",29,0,"m",python,content +5528,10801813,"test.ipynb",30,0,"",python,selection_keyboard +5529,10801997,"test.ipynb",30,0,"b",python,content +5530,10801997,"test.ipynb",31,0,"",python,selection_keyboard +5531,10801998,"test.ipynb",31,0,"d",python,content +5532,10801998,"test.ipynb",32,0,"",python,selection_keyboard +5533,10802029,"test.ipynb",32,0,"a",python,content +5534,10802029,"test.ipynb",33,0,"",python,selection_keyboard +5535,10802228,"test.ipynb",33,0,":",python,content +5536,10802229,"test.ipynb",34,0,"",python,selection_keyboard +5537,10802411,"test.ipynb",34,0," ",python,content +5538,10802412,"test.ipynb",35,0,"",python,selection_keyboard +5539,10802570,"test.ipynb",34,0,"",python,selection_command +5540,10802854,"test.ipynb",42,0,"",python,selection_command +5541,10803234,"test.ipynb",44,0,"",python,selection_command +5542,10803378,"test.ipynb",44,0,")",python,content +5543,10803378,"test.ipynb",45,0,"",python,selection_keyboard +5544,10803902,"test.ipynb",44,0,"",python,selection_command +5545,10811243,"test.ipynb",0,0,"",python,tab +5546,10857083,"train_dynamics.py",0,0,"",python,tab +5547,10857710,"train_dynamics.py",10386,0,"",python,selection_command +5548,10857840,"train_dynamics.py",10451,0,"",python,selection_command +5549,10858125,"train_dynamics.py",10386,0,"",python,selection_command +5550,10858256,"train_dynamics.py",10323,0,"",python,selection_command +5551,10859043,"train_dynamics.py",10386,0,"",python,selection_command +5552,10859208,"train_dynamics.py",10442,0,"\n ",python,content +5553,10859371,"train_dynamics.py",10451,0,"b",python,content +5554,10859371,"train_dynamics.py",10452,0,"",python,selection_keyboard +5555,10859440,"train_dynamics.py",10452,0,"r",python,content +5556,10859440,"train_dynamics.py",10453,0,"",python,selection_keyboard +5557,10859508,"train_dynamics.py",10453,0,"e",python,content +5558,10859508,"train_dynamics.py",10454,0,"",python,selection_keyboard +5559,10859570,"train_dynamics.py",10454,0,"a",python,content +5560,10859570,"train_dynamics.py",10455,0,"",python,selection_keyboard +5561,10859587,"train_dynamics.py",10455,0,"k",python,content +5562,10859587,"train_dynamics.py",10456,0,"",python,selection_keyboard +5563,10859726,"train_dynamics.py",10456,0,"p",python,content +5564,10859727,"train_dynamics.py",10457,0,"",python,selection_keyboard +5565,10859841,"train_dynamics.py",10457,0,"o",python,content +5566,10859842,"train_dynamics.py",10458,0,"",python,selection_keyboard +5567,10859888,"train_dynamics.py",10458,0,"i",python,content +5568,10859889,"train_dynamics.py",10459,0,"",python,selection_keyboard +5569,10859987,"train_dynamics.py",10459,0,"n",python,content +5570,10859988,"train_dynamics.py",10460,0,"",python,selection_keyboard +5571,10860071,"train_dynamics.py",10460,0,"t",python,content +5572,10860072,"train_dynamics.py",10461,0,"",python,selection_keyboard +5573,10860321,"train_dynamics.py",10461,0,"()",python,content +5574,10860322,"train_dynamics.py",10462,0,"",python,selection_keyboard +5575,10860388,"train_dynamics.py",10462,1,")",python,content +5576,10860389,"train_dynamics.py",10463,0,"",python,selection_keyboard +5577,10860584,"train_dynamics.py",10462,0,"",python,selection_command +5578,11018360,"test.ipynb",0,0,"",python,tab +5579,11018361,"test.ipynb",0,0,"",python,selection_mouse +5580,11019462,"test.ipynb",0,0,"\n",python,content +5581,11020551,"test.ipynb",0,0,"s",python,content +5582,11020552,"test.ipynb",1,0,"",python,selection_keyboard +5583,11020948,"test.ipynb",0,1,"",python,content +5584,11020977,"test.ipynb",0,0,"a",python,content +5585,11020978,"test.ipynb",1,0,"",python,selection_keyboard +5586,11021039,"test.ipynb",1,0,"b",python,content +5587,11021039,"test.ipynb",2,0,"",python,selection_keyboard +5588,11021101,"test.ipynb",2,0,"s",python,content +5589,11021102,"test.ipynb",3,0,"",python,selection_keyboard +5590,11021602,"test.ipynb",3,0,"t",python,content +5591,11021603,"test.ipynb",4,0,"",python,selection_keyboard +5592,11021756,"test.ipynb",4,0,"r",python,content +5593,11021756,"test.ipynb",5,0,"",python,selection_keyboard +5594,11021818,"test.ipynb",5,0,"a",python,content +5595,11021819,"test.ipynb",6,0,"",python,selection_keyboard +5596,11021996,"test.ipynb",6,0,"c",python,content +5597,11021996,"test.ipynb",7,0,"",python,selection_keyboard +5598,11022106,"test.ipynb",7,0,"t",python,content +5599,11022106,"test.ipynb",8,0,"",python,selection_keyboard +5600,11022367,"test.ipynb",8,0,"_",python,content +5601,11022367,"test.ipynb",9,0,"",python,selection_keyboard +5602,11022557,"test.ipynb",9,0,"o",python,content +5603,11022558,"test.ipynb",10,0,"",python,selection_keyboard +5604,11022629,"test.ipynb",10,0,"p",python,content +5605,11022630,"test.ipynb",11,0,"",python,selection_keyboard +5606,11022708,"test.ipynb",11,0,"t",python,content +5607,11022708,"test.ipynb",12,0,"",python,selection_keyboard +5608,11023229,"test.ipynb",12,0,"i",python,content +5609,11023229,"test.ipynb",13,0,"",python,selection_keyboard +5610,11023348,"test.ipynb",13,0,"m",python,content +5611,11023348,"test.ipynb",14,0,"",python,selection_keyboard +5612,11023394,"test.ipynb",14,0,"i",python,content +5613,11023395,"test.ipynb",15,0,"",python,selection_keyboard +5614,11023455,"test.ipynb",15,0,"z",python,content +5615,11023455,"test.ipynb",16,0,"",python,selection_keyboard +5616,11023569,"test.ipynb",16,0,"e",python,content +5617,11023570,"test.ipynb",17,0,"",python,selection_keyboard +5618,11023662,"test.ipynb",17,0,"r",python,content +5619,11023662,"test.ipynb",18,0,"",python,selection_keyboard +5620,11023740,"test.ipynb",18,0," ",python,content +5621,11023740,"test.ipynb",19,0,"",python,selection_keyboard +5622,11023886,"test.ipynb",19,0,"=",python,content +5623,11023886,"test.ipynb",20,0,"",python,selection_keyboard +5624,11024092,"test.ipynb",20,0," ",python,content +5625,11024093,"test.ipynb",21,0,"",python,selection_keyboard +5626,11024347,"test.ipynb",21,0,"n",python,content +5627,11024347,"test.ipynb",22,0,"",python,selection_keyboard +5628,11024987,"test.ipynb",22,0,"n",python,content +5629,11024987,"test.ipynb",23,0,"",python,selection_keyboard +5630,11025141,"test.ipynb",23,0,"x",python,content +5631,11025142,"test.ipynb",24,0,"",python,selection_keyboard +5632,11025231,"test.ipynb",24,0,".",python,content +5633,11025231,"test.ipynb",25,0,"",python,selection_keyboard +5634,11025321,"test.ipynb",25,0,"e",python,content +5635,11025322,"test.ipynb",26,0,"",python,selection_keyboard +5636,11025454,"test.ipynb",26,0,"v",python,content +5637,11025455,"test.ipynb",27,0,"",python,selection_keyboard +5638,11025505,"test.ipynb",27,0,"a",python,content +5639,11025506,"test.ipynb",28,0,"",python,selection_keyboard +5640,11025666,"test.ipynb",28,0,"l",python,content +5641,11025666,"test.ipynb",29,0,"",python,selection_keyboard +5642,11025893,"test.ipynb",29,0,"_",python,content +5643,11025893,"test.ipynb",30,0,"",python,selection_keyboard +5644,11026063,"test.ipynb",30,0,"s",python,content +5645,11026064,"test.ipynb",31,0,"",python,selection_keyboard +5646,11026090,"test.ipynb",31,0,"h",python,content +5647,11026090,"test.ipynb",32,0,"",python,selection_keyboard +5648,11026291,"test.ipynb",32,0,"a",python,content +5649,11026292,"test.ipynb",33,0,"",python,selection_keyboard +5650,11026378,"test.ipynb",33,0,"p",python,content +5651,11026378,"test.ipynb",34,0,"",python,selection_keyboard +5652,11026471,"test.ipynb",34,0,"e",python,content +5653,11026471,"test.ipynb",35,0,"",python,selection_keyboard +5654,11026748,"test.ipynb",35,0,"()",python,content +5655,11026748,"test.ipynb",36,0,"",python,selection_keyboard +5656,11027075,"test.ipynb",36,0,"l",python,content +5657,11027075,"test.ipynb",37,0,"",python,selection_keyboard +5658,11027238,"test.ipynb",37,0,"a",python,content +5659,11027239,"test.ipynb",38,0,"",python,selection_keyboard +5660,11027239,"test.ipynb",38,0,"m",python,content +5661,11027239,"test.ipynb",39,0,"",python,selection_keyboard +5662,11027393,"test.ipynb",39,0,"b",python,content +5663,11027394,"test.ipynb",40,0,"",python,selection_keyboard +5664,11027423,"test.ipynb",40,0,"d",python,content +5665,11027423,"test.ipynb",41,0,"",python,selection_keyboard +5666,11027471,"test.ipynb",41,0,"a",python,content +5667,11027471,"test.ipynb",42,0,"",python,selection_keyboard +5668,11027827,"test.ipynb",42,0,":",python,content +5669,11027827,"test.ipynb",43,0,"",python,selection_keyboard +5670,11027906,"test.ipynb",43,0," ",python,content +5671,11027907,"test.ipynb",44,0,"",python,selection_keyboard +5672,11028045,"test.ipynb",44,0,"o",python,content +5673,11028046,"test.ipynb",45,0,"",python,selection_keyboard +5674,11028086,"test.ipynb",45,0,"p",python,content +5675,11028086,"test.ipynb",46,0,"",python,selection_keyboard +5676,11028374,"test.ipynb",46,0,"t",python,content +5677,11028374,"test.ipynb",47,0,"",python,selection_keyboard +5678,11028456,"test.ipynb",47,0,"i",python,content +5679,11028457,"test.ipynb",48,0,"",python,selection_keyboard +5680,11028491,"test.ipynb",48,0,"m",python,content +5681,11028491,"test.ipynb",49,0,"",python,selection_keyboard +5682,11028609,"test.ipynb",49,0,"i",python,content +5683,11028609,"test.ipynb",50,0,"",python,selection_keyboard +5684,11028673,"test.ipynb",50,0,"z",python,content +5685,11028673,"test.ipynb",51,0,"",python,selection_keyboard +5686,11028722,"test.ipynb",51,0,"e",python,content +5687,11028722,"test.ipynb",52,0,"",python,selection_keyboard +5688,11028812,"test.ipynb",52,0,"r",python,content +5689,11028812,"test.ipynb",53,0,"",python,selection_keyboard +5690,11029058,"test.ipynb",53,1,")",python,content +5691,11029058,"test.ipynb",54,0,"",python,selection_keyboard +5692,11029527,"test.ipynb",54,0,"\n",python,content +5693,11030628,"test.ipynb",55,0,"a",python,content +5694,11030629,"test.ipynb",56,0,"",python,selection_keyboard +5695,11030708,"test.ipynb",56,0,"b",python,content +5696,11030709,"test.ipynb",57,0,"",python,selection_keyboard +5697,11030774,"test.ipynb",57,0,"s",python,content +5698,11030775,"test.ipynb",58,0,"",python,selection_keyboard +5699,11030909,"test.ipynb",58,0,"t",python,content +5700,11030910,"test.ipynb",59,0,"",python,selection_keyboard +5701,11031055,"test.ipynb",59,0,"r",python,content +5702,11031056,"test.ipynb",60,0,"",python,selection_keyboard +5703,11031073,"test.ipynb",60,0,"a",python,content +5704,11031074,"test.ipynb",61,0,"",python,selection_keyboard +5705,11031225,"test.ipynb",61,0,"c",python,content +5706,11031225,"test.ipynb",62,0,"",python,selection_keyboard +5707,11031433,"test.ipynb",62,0,"t",python,content +5708,11031433,"test.ipynb",63,0,"",python,selection_keyboard +5709,11031569,"test.ipynb",63,0,"_",python,content +5710,11031569,"test.ipynb",64,0,"",python,selection_keyboard +5711,11031754,"test.ipynb",64,0,"o",python,content +5712,11031754,"test.ipynb",65,0,"",python,selection_keyboard +5713,11031842,"test.ipynb",65,0,"p",python,content +5714,11031842,"test.ipynb",66,0,"",python,selection_keyboard +5715,11031957,"test.ipynb",66,0,"t",python,content +5716,11031958,"test.ipynb",67,0,"",python,selection_keyboard +5717,11033111,"test.ipynb",55,12,"abstract_optimizer_state",python,content +5718,11033735,"test.ipynb",79,0," ",python,content +5719,11033736,"test.ipynb",80,0,"",python,selection_keyboard +5720,11033787,"test.ipynb",80,0,"=",python,content +5721,11033787,"test.ipynb",81,0,"",python,selection_keyboard +5722,11033929,"test.ipynb",81,0," ",python,content +5723,11033929,"test.ipynb",82,0,"",python,selection_keyboard +5724,11034303,"test.ipynb",82,0,"nnx.state(abstract_optimizer)",python,content +5725,11034784,"test.ipynb",110,0,"",python,selection_command +5726,11035122,"test.ipynb",167,0,"",python,selection_command +5727,11035736,"test.ipynb",166,0,"",python,selection_command +5728,11035988,"test.ipynb",157,0,"",python,selection_command +5729,11036009,"test.ipynb",155,0,"",python,selection_command +5730,11036037,"test.ipynb",149,0,"",python,selection_command +5731,11036152,"test.ipynb",148,0,"",python,selection_command +5732,11036153,"test.ipynb",138,0,"",python,selection_command +5733,11036313,"test.ipynb",148,0,"",python,selection_command +5734,11036442,"test.ipynb",149,0,"",python,selection_command +5735,11036768,"test.ipynb",148,0,"",python,selection_command +5736,11036932,"test.ipynb",138,0,"",python,selection_command +5737,11037058,"test.ipynb",137,0,"",python,selection_command +5738,11037204,"test.ipynb",134,0,"",python,selection_command +5739,11037331,"test.ipynb",133,0,"",python,selection_command +5740,11037481,"test.ipynb",128,0,"",python,selection_command +5741,11037901,"test.ipynb",124,63,"",python,content +5742,11039439,"test.ipynb",124,0,"abstract_optimizer_state",python,content +5743,11043909,"test.ipynb",148,0,".",python,content +5744,11043910,"test.ipynb",149,0,"",python,selection_keyboard +5745,11049534,"test.ipynb",149,0,"m",python,content +5746,11049534,"test.ipynb",150,0,"",python,selection_keyboard +5747,11049535,"test.ipynb",150,0,"o",python,content +5748,11049535,"test.ipynb",151,0,"",python,selection_keyboard +5749,11049536,"test.ipynb",151,0,"d",python,content +5750,11049537,"test.ipynb",152,0,"",python,selection_keyboard +5751,11049538,"test.ipynb",152,0,"e",python,content +5752,11049538,"test.ipynb",153,0,"",python,selection_keyboard +5753,11049540,"test.ipynb",153,0,"l",python,content +5754,11049540,"test.ipynb",154,0,"",python,selection_keyboard +5755,11049541,"test.ipynb",154,0,".",python,content +5756,11049541,"test.ipynb",155,0,"",python,selection_keyboard +5757,11049543,"test.ipynb",155,0,"tokenizer.vq",python,content +5758,11049551,"test.ipynb",168,0,"",python,selection_mouse +5759,11054642,"test.ipynb",168,0,")",python,content +5760,11054642,"test.ipynb",169,0,"",python,selection_keyboard +5761,11054644,"test.ipynb",168,1,"",python,content +5762,11055163,"test.ipynb",167,0,"",python,selection_command +5763,11073053,"test.ipynb",112,56,"nnx.display(abstract_optimizer_state.model.tokenizer.vq)",python,selection_command +5764,11073224,"test.ipynb",55,113,"abstract_optimizer_state = nnx.state(abstract_optimizer)\nnnx.display(abstract_optimizer_state.model.tokenizer.vq)",python,selection_command +5765,11073590,"test.ipynb",0,168,"abstract_optimizer = nnx.eval_shape(lambda: optimizer)\nabstract_optimizer_state = nnx.state(abstract_optimizer)\nnnx.display(abstract_optimizer_state.model.tokenizer.vq)",python,selection_command +5766,11073911,"test.ipynb",0,0,"",python,selection_command +5767,11074436,"test.ipynb",168,0,"))",python,content +5768,11074438,"test.ipynb",142,6,"",python,content +5769,11074439,"test.ipynb",133,0,"shape(lambda: ",python,content +5770,11074439,"test.ipynb",132,0,"e(nnx.eval",python,content +5771,11074440,"test.ipynb",130,1,"",python,content +5772,11074442,"test.ipynb",128,1,"",python,content +5773,11074443,"test.ipynb",124,2,"nnx.",python,content +5774,11074451,"test.ipynb",128,0,"",python,selection_command +5775,11074626,"test.ipynb",0,112,"",python,content +5776,11074628,"test.ipynb",0,0,"",python,selection_command +5777,11074801,"test.ipynb",37,8,"",python,content +5778,11074803,"test.ipynb",37,0,"",python,selection_command +5779,11077060,"test.ipynb",37,0,"lambda: ",python,content +5780,11077062,"test.ipynb",37,0,"",python,selection_command +5781,11077973,"test.ipynb",76,0,"",python,selection_command +5782,11078431,"test.ipynb",76,0,"\n",python,content +5783,11078632,"test.ipynb",77,0,"\n",python,content +5784,11078939,"test.ipynb",78,0,"/home/franz.srambical/jafar",python,content +5785,11078940,"test.ipynb",105,0,"",python,selection_keyboard +5786,11079730,"test.ipynb",104,1,"",python,content +5787,11079959,"test.ipynb",103,1,"",python,content +5788,11080219,"test.ipynb",102,1,"",python,content +5789,11080238,"test.ipynb",101,1,"",python,content +5790,11080269,"test.ipynb",100,1,"",python,content +5791,11080303,"test.ipynb",99,1,"",python,content +5792,11080395,"test.ipynb",98,1,"",python,content +5793,11080397,"test.ipynb",97,1,"",python,content +5794,11080404,"test.ipynb",96,1,"",python,content +5795,11080436,"test.ipynb",95,1,"",python,content +5796,11080469,"test.ipynb",94,1,"",python,content +5797,11080505,"test.ipynb",93,1,"",python,content +5798,11080537,"test.ipynb",92,1,"",python,content +5799,11080574,"test.ipynb",91,1,"",python,content +5800,11080607,"test.ipynb",90,1,"",python,content +5801,11080637,"test.ipynb",89,1,"",python,content +5802,11080728,"test.ipynb",88,1,"",python,content +5803,11080730,"test.ipynb",87,1,"",python,content +5804,11080768,"test.ipynb",86,1,"",python,content +5805,11080798,"test.ipynb",85,1,"",python,content +5806,11080816,"test.ipynb",84,1,"",python,content +5807,11080920,"test.ipynb",83,1,"",python,content +5808,11080922,"test.ipynb",82,1,"",python,content +5809,11080924,"test.ipynb",81,1,"",python,content +5810,11081056,"test.ipynb",80,1,"",python,content +5811,11081253,"test.ipynb",79,1,"",python,content +5812,11081778,"test.ipynb",78,1,"",python,content +5813,11081969,"test.ipynb",78,0,"\nabstract_optimizer = nnx.eval_shape(lambda: optimizer)\nabstract_optimizer_state = nnx.state(abstract_optimizer)\nnnx.display(abstract_optimizer_state.model.tokenizer.vq)",python,content +5814,11081971,"test.ipynb",79,0,"",python,selection_command +5815,11083690,"test.ipynb",79,1,"a",python,selection_command +5816,11083875,"test.ipynb",79,1,"a",python,selection_command +5817,11083972,"test.ipynb",79,1,"a",python,selection_command +5818,11084592,"test.ipynb",79,0,"",python,selection_command +5819,11084713,"test.ipynb",191,0," ",python,content +5820,11084714,"test.ipynb",134,0," ",python,content +5821,11084714,"test.ipynb",79,0," ",python,content +5822,11084714,"test.ipynb",80,0,"",python,selection_keyboard +5823,11085168,"test.ipynb",193,1,"",python,content +5824,11085168,"test.ipynb",135,1,"",python,content +5825,11085168,"test.ipynb",79,1,"",python,content +5826,11085288,"test.ipynb",191,0,"#",python,content +5827,11085288,"test.ipynb",134,0,"#",python,content +5828,11085288,"test.ipynb",79,0,"#",python,content +5829,11085288,"test.ipynb",80,0,"",python,selection_keyboard +5830,11085336,"test.ipynb",194,0," ",python,content +5831,11085336,"test.ipynb",136,0," ",python,content +5832,11085336,"test.ipynb",80,0," ",python,content +5833,11085336,"test.ipynb",81,0,"",python,selection_keyboard +5834,11085542,"test.ipynb",80,0,"",python,selection_command +5835,11091930,"test.ipynb",80,1," ",python,selection_command +5836,11092264,"test.ipynb",79,2,"# ",python,selection_command +5837,11092454,"test.ipynb",79,2,"# ",python,selection_command +5838,11092577,"test.ipynb",79,2,"# ",python,selection_command +5839,11092787,"test.ipynb",195,2,"",python,content +5840,11092788,"test.ipynb",136,2,"",python,content +5841,11092788,"test.ipynb",79,2,"",python,content +5842,11092790,"test.ipynb",79,0,"",python,selection_command +5843,11093057,"test.ipynb",78,0,"",python,selection_command +5844,11093376,"test.ipynb",77,0,"",python,selection_command +5845,11093546,"test.ipynb",0,0,"",python,selection_command +5846,11093862,"test.ipynb",0,0,"#",python,content +5847,11093862,"test.ipynb",1,0,"",python,selection_keyboard +5848,11093913,"test.ipynb",1,0," ",python,content +5849,11093913,"test.ipynb",2,0,"",python,selection_keyboard +5850,11104345,"test.ipynb",1,0,"",python,selection_command +5851,11104522,"test.ipynb",79,0,"",python,selection_command +5852,11104670,"test.ipynb",80,0,"",python,selection_command +5853,11104791,"test.ipynb",82,0,"",python,selection_command +5854,11104925,"test.ipynb",100,0,"",python,selection_command +5855,11105188,"test.ipynb",102,0,"",python,selection_command +5856,11105199,"test.ipynb",105,0,"",python,selection_command +5857,11105233,"test.ipynb",106,0,"",python,selection_command +5858,11105268,"test.ipynb",116,0,"",python,selection_command +5859,11105300,"test.ipynb",117,0,"",python,selection_command +5860,11105454,"test.ipynb",123,0,"",python,selection_command +5861,11105738,"test.ipynb",133,0,"",python,selection_command +5862,11105872,"test.ipynb",134,0,"",python,selection_command +5863,11106374,"test.ipynb",133,0,"",python,selection_command +5864,11106971,"test.ipynb",134,0,"",python,selection_command +5865,11107977,"test.ipynb",134,0,".",python,content +5866,11107978,"test.ipynb",135,0,"",python,selection_keyboard +5867,11109593,"test.ipynb",135,0,"o",python,content +5868,11109594,"test.ipynb",136,0,"",python,selection_keyboard +5869,11109635,"test.ipynb",136,0,"d",python,content +5870,11109635,"test.ipynb",137,0,"",python,selection_keyboard +5871,11109673,"test.ipynb",137,0,"e",python,content +5872,11109673,"test.ipynb",138,0,"",python,selection_keyboard +5873,11109768,"test.ipynb",138,0,"l",python,content +5874,11109768,"test.ipynb",139,0,"",python,selection_keyboard +5875,11109959,"test.ipynb",139,0,".",python,content +5876,11109960,"test.ipynb",140,0,"",python,selection_keyboard +5877,11110282,"test.ipynb",139,1,"",python,content +5878,11110410,"test.ipynb",138,1,"",python,content +5879,11110563,"test.ipynb",137,1,"",python,content +5880,11110696,"test.ipynb",136,1,"",python,content +5881,11110855,"test.ipynb",135,1,"",python,content +5882,11111075,"test.ipynb",135,0,"m",python,content +5883,11111075,"test.ipynb",136,0,"",python,selection_keyboard +5884,11111118,"test.ipynb",136,0,"o",python,content +5885,11111119,"test.ipynb",137,0,"",python,selection_keyboard +5886,11111294,"test.ipynb",137,0,"d",python,content +5887,11111294,"test.ipynb",138,0,"",python,selection_keyboard +5888,11111335,"test.ipynb",138,0,"e",python,content +5889,11111335,"test.ipynb",139,0,"",python,selection_keyboard +5890,11111467,"test.ipynb",139,0,"l",python,content +5891,11111467,"test.ipynb",140,0,"",python,selection_keyboard +5892,11111703,"test.ipynb",140,0,".",python,content +5893,11111703,"test.ipynb",141,0,"",python,selection_keyboard +5894,11111900,"test.ipynb",141,0,"t",python,content +5895,11111901,"test.ipynb",142,0,"",python,selection_keyboard +5896,11112027,"test.ipynb",142,0,"o",python,content +5897,11112027,"test.ipynb",143,0,"",python,selection_keyboard +5898,11112055,"test.ipynb",143,0,"k",python,content +5899,11112055,"test.ipynb",144,0,"",python,selection_keyboard +5900,11112145,"test.ipynb",144,0,"e",python,content +5901,11112146,"test.ipynb",145,0,"",python,selection_keyboard +5902,11112287,"test.ipynb",145,0,"n",python,content +5903,11112287,"test.ipynb",146,0,"",python,selection_keyboard +5904,11112344,"test.ipynb",146,0,"i",python,content +5905,11112344,"test.ipynb",147,0,"",python,selection_keyboard +5906,11112404,"test.ipynb",147,0,"z",python,content +5907,11112405,"test.ipynb",148,0,"",python,selection_keyboard +5908,11112576,"test.ipynb",148,0,"e",python,content +5909,11112576,"test.ipynb",149,0,"",python,selection_keyboard +5910,11112662,"test.ipynb",149,0,"r",python,content +5911,11112662,"test.ipynb",150,0,"",python,selection_keyboard +5912,11112825,"test.ipynb",150,0,".",python,content +5913,11112825,"test.ipynb",151,0,"",python,selection_keyboard +5914,11113112,"test.ipynb",151,0,"v",python,content +5915,11113113,"test.ipynb",152,0,"",python,selection_keyboard +5916,11113262,"test.ipynb",152,0,"q",python,content +5917,11113263,"test.ipynb",153,0,"",python,selection_keyboard +5918,11113390,"test.ipynb",153,0,"q",python,content +5919,11113390,"test.ipynb",154,0,"",python,selection_keyboard +5920,11113805,"test.ipynb",153,0,"",python,selection_command +5921,11114249,"test.ipynb",153,1,"",python,content +5922,11114570,"test.ipynb",210,0,"",python,selection_command +5923,11114730,"test.ipynb",267,0,"",python,selection_command +5924,11115222,"test.ipynb",266,0,"",python,selection_command +5925,11115547,"test.ipynb",266,1,"q",python,selection_command +5926,11116480,"test.ipynb",248,19,"",python,content +5927,11116480,"test.ipynb",153,0,".drop",python,content +5928,11123326,"test.ipynb",254,0,"",python,selection_command +5929,11149262,"test.ipynb",197,0,"",python,selection_command +5930,11149422,"test.ipynb",118,0,"",python,selection_command +5931,11149554,"test.ipynb",80,0,"",python,selection_command +5932,11149672,"test.ipynb",79,0,"",python,selection_command +5933,11153675,"test.ipynb",80,0,"",python,selection_command +5934,11153836,"test.ipynb",81,0,"",python,selection_command +5935,11153971,"test.ipynb",160,0,"",python,selection_command +5936,11154153,"test.ipynb",217,0,"",python,selection_command +5937,11156077,"test.ipynb",160,0,"",python,selection_command +5938,11156430,"test.ipynb",217,0,"",python,selection_command +5939,11156943,"test.ipynb",160,0,"",python,selection_command +5940,11157057,"test.ipynb",81,0,"",python,selection_command +5941,11157214,"test.ipynb",80,0,"",python,selection_command +5942,11157404,"test.ipynb",79,0,"",python,selection_command +5943,11157461,"test.ipynb",0,0,"",python,selection_command +5944,11157738,"test.ipynb",78,0,"\nnnx.display(abstract_optimizer_state)",python,content +5945,11157739,"test.ipynb",79,0,"",python,selection_command +5946,11159835,"test.ipynb",82,0,"",python,selection_command +5947,11159943,"test.ipynb",83,0,"",python,selection_command +5948,11160125,"test.ipynb",90,0,"",python,selection_command +5949,11160358,"test.ipynb",91,0,"",python,selection_command +5950,11161306,"test.ipynb",117,0,"",python,selection_command +5951,11161461,"test.ipynb",118,0,"",python,selection_command +5952,11161610,"test.ipynb",131,0,"",python,selection_command +5953,11161757,"test.ipynb",210,0,"",python,selection_command +5954,11161956,"test.ipynb",223,0,"",python,selection_command +5955,11162136,"test.ipynb",225,0,"",python,selection_command +5956,11162260,"test.ipynb",228,0,"",python,selection_command +5957,11162559,"test.ipynb",225,0,"",python,selection_command +5958,11162674,"test.ipynb",225,1,"n",python,selection_command +5959,11162709,"test.ipynb",225,3,"nnx",python,selection_command +5960,11162888,"test.ipynb",225,4,"nnx.",python,selection_command +5961,11163042,"test.ipynb",225,9,"nnx.state",python,selection_command +5962,11163197,"test.ipynb",225,10,"nnx.state(",python,selection_command +5963,11163378,"test.ipynb",225,28,"nnx.state(abstract_optimizer",python,selection_command +5964,11163542,"test.ipynb",225,29,"nnx.state(abstract_optimizer)",python,selection_command +5965,11163906,"test.ipynb",225,29,"",python,content +5966,11163915,"test.ipynb",224,0,"",python,selection_command +5967,11164029,"test.ipynb",146,0,"",python,selection_command +5968,11164220,"test.ipynb",118,0,"",python,selection_command +5969,11164301,"test.ipynb",117,0,"",python,selection_command +5970,11164746,"test.ipynb",106,0,"",python,selection_command +5971,11164915,"test.ipynb",91,0,"",python,selection_command +5972,11165079,"test.ipynb",91,1,"a",python,selection_command +5973,11165090,"test.ipynb",91,24,"abstract_optimizer_state",python,selection_command +5974,11165270,"test.ipynb",91,24,"nnx.state(abstract_optimizer)",python,content +5975,11165273,"test.ipynb",119,0,"",python,selection_command +5976,11165796,"test.ipynb",122,0,"",python,selection_command +5977,11165869,"test.ipynb",123,0,"",python,selection_command +5978,11166003,"test.ipynb",164,0,"",python,selection_command +5979,11166320,"test.ipynb",160,0,"",python,selection_command +5980,11166434,"test.ipynb",159,0,"",python,selection_command +5981,11166652,"test.ipynb",149,0,"",python,selection_command +5982,11166712,"test.ipynb",148,0,"",python,selection_command +5983,11166851,"test.ipynb",145,0,"",python,selection_command +5984,11167176,"test.ipynb",145,1,"n",python,selection_command +5985,11167177,"test.ipynb",145,3,"nnx",python,selection_command +5986,11167394,"test.ipynb",145,4,"nnx.",python,selection_command +5987,11167423,"test.ipynb",145,14,"nnx.eval_shape",python,selection_command +5988,11167452,"test.ipynb",145,15,"nnx.eval_shape(",python,selection_command +5989,11167483,"test.ipynb",145,21,"nnx.eval_shape(lambda",python,selection_command +5990,11167518,"test.ipynb",145,22,"nnx.eval_shape(lambda:",python,selection_command +5991,11167544,"test.ipynb",145,32,"nnx.eval_shape(lambda: optimizer",python,selection_command +5992,11167577,"test.ipynb",145,33,"nnx.eval_shape(lambda: optimizer.",python,selection_command +5993,11167712,"test.ipynb",145,38,"nnx.eval_shape(lambda: optimizer.model",python,selection_command +5994,11167893,"test.ipynb",145,39,"nnx.eval_shape(lambda: optimizer.model.",python,selection_command +5995,11168057,"test.ipynb",145,48,"nnx.eval_shape(lambda: optimizer.model.tokenizer",python,selection_command +5996,11168226,"test.ipynb",145,49,"nnx.eval_shape(lambda: optimizer.model.tokenizer.",python,selection_command +5997,11168439,"test.ipynb",145,51,"nnx.eval_shape(lambda: optimizer.model.tokenizer.vq",python,selection_command +5998,11168605,"test.ipynb",145,52,"nnx.eval_shape(lambda: optimizer.model.tokenizer.vq.",python,selection_command +5999,11168819,"test.ipynb",145,56,"nnx.eval_shape(lambda: optimizer.model.tokenizer.vq.drop",python,selection_command +6000,11169023,"test.ipynb",145,57,"nnx.eval_shape(lambda: optimizer.model.tokenizer.vq.drop)",python,selection_command +6001,11169465,"test.ipynb",145,57,"",python,content +6002,11169467,"test.ipynb",144,0,"",python,selection_command +6003,11169535,"test.ipynb",123,0,"",python,selection_command +6004,11169683,"test.ipynb",122,0,"",python,selection_command +6005,11169812,"test.ipynb",100,0,"",python,selection_command +6006,11169990,"test.ipynb",101,0,"",python,selection_command +6007,11170343,"test.ipynb",101,1,"a",python,selection_command +6008,11170401,"test.ipynb",101,18,"abstract_optimizer",python,selection_command +6009,11170515,"test.ipynb",101,18,"nnx.eval_shape(lambda: optimizer.model.tokenizer.vq.drop)",python,content +6010,11170517,"test.ipynb",157,0,"",python,selection_command +6011,11170953,"test.ipynb",161,0,"",python,selection_command +6012,11171105,"test.ipynb",162,0,"",python,selection_command +6013,11171623,"test.ipynb",162,22,"\nabstract_optimizer = ",python,selection_command +6014,11172144,"test.ipynb",161,89,"",python,content +6015,11172795,"test.ipynb",160,1,"",python,content +6016,11172799,"test.ipynb",79,0,"",python,selection_command +6017,11176822,"test.ipynb",0,0,"",python,selection_command +6018,11179805,"test.ipynb",0,1,"",python,content +6019,11179954,"test.ipynb",0,1,"",python,content +6020,11184223,"test.ipynb",0,0,"#",python,content +6021,11184223,"test.ipynb",1,0,"",python,selection_keyboard +6022,11184253,"test.ipynb",1,0," ",python,content +6023,11184254,"test.ipynb",2,0,"",python,selection_keyboard +6024,11184497,"test.ipynb",1,0,"",python,selection_command +6025,11184671,"test.ipynb",80,0,"",python,selection_command +6026,11184740,"test.ipynb",82,0,"",python,selection_command +6027,11185005,"test.ipynb",83,0,"",python,selection_command +6028,11185018,"test.ipynb",90,0,"",python,selection_command +6029,11185051,"test.ipynb",91,0,"",python,selection_command +6030,11185080,"test.ipynb",94,0,"",python,selection_command +6031,11185198,"test.ipynb",95,0,"",python,selection_command +6032,11185198,"test.ipynb",100,0,"",python,selection_command +6033,11185198,"test.ipynb",101,0,"",python,selection_command +6034,11185214,"test.ipynb",104,0,"",python,selection_command +6035,11185247,"test.ipynb",105,0,"",python,selection_command +6036,11185286,"test.ipynb",115,0,"",python,selection_command +6037,11185317,"test.ipynb",116,0,"",python,selection_command +6038,11185350,"test.ipynb",122,0,"",python,selection_command +6039,11185382,"test.ipynb",124,0,"",python,selection_command +6040,11185415,"test.ipynb",133,0,"",python,selection_command +6041,11185529,"test.ipynb",134,0,"",python,selection_command +6042,11185529,"test.ipynb",139,0,"",python,selection_command +6043,11185529,"test.ipynb",140,0,"",python,selection_command +6044,11185722,"test.ipynb",149,0,"",python,selection_command +6045,11185872,"test.ipynb",150,0,"",python,selection_command +6046,11186244,"test.ipynb",152,0,"",python,selection_command +6047,11186578,"test.ipynb",152,1,".",python,selection_command +6048,11186608,"test.ipynb",152,5,".drop",python,selection_command +6049,11186900,"test.ipynb",152,5,"",python,content +6050,11190773,"test.ipynb",152,0,".",python,content +6051,11190773,"test.ipynb",153,0,"",python,selection_keyboard +6052,11190873,"test.ipynb",153,0,"d",python,content +6053,11190873,"test.ipynb",154,0,"",python,selection_keyboard +6054,11190955,"test.ipynb",154,0,"r",python,content +6055,11190956,"test.ipynb",155,0,"",python,selection_keyboard +6056,11191110,"test.ipynb",155,0,"o",python,content +6057,11191111,"test.ipynb",156,0,"",python,selection_keyboard +6058,11191111,"test.ipynb",156,0,"p",python,content +6059,11191111,"test.ipynb",157,0,"",python,selection_keyboard +6060,11196029,"test.ipynb",156,1,"",python,content +6061,11196260,"test.ipynb",155,1,"",python,content +6062,11196377,"test.ipynb",154,1,"",python,content +6063,11196538,"test.ipynb",153,1,"",python,content +6064,11196707,"test.ipynb",152,1,"",python,content +6065,11204267,"test.ipynb",151,0,"",python,selection_command +6066,11205711,"test.ipynb",151,1,"q",python,selection_command +6067,11205760,"test.ipynb",150,2,"vq",python,selection_command +6068,11205920,"test.ipynb",149,3,".vq",python,selection_command +6069,11206056,"test.ipynb",140,12,"tokenizer.vq",python,selection_command +6070,11206189,"test.ipynb",139,13,".tokenizer.vq",python,selection_command +6071,11207674,"test.ipynb",139,13,"",python,content +6072,11208832,"test.ipynb",139,0,".",python,content +6073,11208833,"test.ipynb",140,0,"",python,selection_keyboard +6074,11209001,"test.ipynb",140,0,"t",python,content +6075,11209002,"test.ipynb",141,0,"",python,selection_keyboard +6076,11209039,"test.ipynb",141,0,"o",python,content +6077,11209039,"test.ipynb",142,0,"",python,selection_keyboard +6078,11209101,"test.ipynb",142,0,"k",python,content +6079,11209101,"test.ipynb",143,0,"",python,selection_keyboard +6080,11209160,"test.ipynb",143,0,"e",python,content +6081,11209161,"test.ipynb",144,0,"",python,selection_keyboard +6082,11209278,"test.ipynb",144,0,"n",python,content +6083,11209279,"test.ipynb",145,0,"",python,selection_keyboard +6084,11209354,"test.ipynb",145,0,"i",python,content +6085,11209355,"test.ipynb",146,0,"",python,selection_keyboard +6086,11209385,"test.ipynb",146,0,"z",python,content +6087,11209386,"test.ipynb",147,0,"",python,selection_keyboard +6088,11209443,"test.ipynb",147,0,"e",python,content +6089,11209444,"test.ipynb",148,0,"",python,selection_keyboard +6090,11209504,"test.ipynb",148,0,"r",python,content +6091,11209505,"test.ipynb",149,0,"",python,selection_keyboard +6092,11209832,"test.ipynb",148,0,"",python,selection_command +6093,11221141,"test.ipynb",150,0,"",python,selection_mouse +6094,11222929,"test.ipynb",151,0,"",python,selection_command +6095,11223377,"test.ipynb",151,0,".",python,content +6096,11223377,"test.ipynb",152,0,"",python,selection_keyboard +6097,11225343,"test.ipynb",151,1,"",python,content +6098,11225868,"test.ipynb",150,0,"",python,selection_command +6099,11227910,"test.ipynb",151,0,"",python,selection_command +6100,11231329,"test.ipynb",151,0,".",python,content +6101,11231330,"test.ipynb",152,0,"",python,selection_keyboard +6102,11231407,"test.ipynb",152,0,"v",python,content +6103,11231407,"test.ipynb",153,0,"",python,selection_keyboard +6104,11231457,"test.ipynb",153,0,"q",python,content +6105,11231458,"test.ipynb",154,0,"",python,selection_keyboard +6106,11238072,"test.ipynb",153,0,"",python,selection_command +6107,11238407,"test.ipynb",152,0,"",python,selection_command +6108,11238589,"test.ipynb",149,0,"",python,selection_command +6109,11238732,"test.ipynb",140,0,"",python,selection_command +6110,11238865,"test.ipynb",139,0,"",python,selection_command +6111,11239341,"test.ipynb",139,1,".",python,selection_command +6112,11239387,"test.ipynb",139,10,".tokenizer",python,selection_command +6113,11239677,"test.ipynb",139,10,"",python,content +6114,11240155,"test.ipynb",140,0,"",python,selection_command +6115,11240318,"test.ipynb",141,0,"",python,selection_command +6116,11240784,"test.ipynb",140,0,"",python,selection_command +6117,11240867,"test.ipynb",141,0,".tokenizer",python,content +6118,11240870,"test.ipynb",150,0,"",python,selection_command +6119,11253883,"test.ipynb",71,0,"",python,selection_command +6120,11253923,"test.ipynb",78,0,"\nnnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,content +6121,11253924,"test.ipynb",79,0,"",python,selection_command +6122,11263132,"test.ipynb",82,0,"",python,selection_command +6123,11263322,"test.ipynb",83,0,"",python,selection_command +6124,11263336,"test.ipynb",90,0,"",python,selection_command +6125,11263368,"test.ipynb",91,0,"",python,selection_command +6126,11263400,"test.ipynb",94,0,"",python,selection_command +6127,11263433,"test.ipynb",95,0,"",python,selection_command +6128,11263467,"test.ipynb",100,0,"",python,selection_command +6129,11263502,"test.ipynb",101,0,"",python,selection_command +6130,11263535,"test.ipynb",104,0,"",python,selection_command +6131,11263688,"test.ipynb",105,0,"",python,selection_command +6132,11263688,"test.ipynb",115,0,"",python,selection_command +6133,11263689,"test.ipynb",116,0,"",python,selection_command +6134,11263689,"test.ipynb",122,0,"",python,selection_command +6135,11263706,"test.ipynb",124,0,"",python,selection_command +6136,11263740,"test.ipynb",133,0,"",python,selection_command +6137,11263844,"test.ipynb",134,0,"",python,selection_command +6138,11263845,"test.ipynb",139,0,"",python,selection_command +6139,11263845,"test.ipynb",142,0,"",python,selection_command +6140,11263874,"test.ipynb",151,0,"",python,selection_command +6141,11264369,"test.ipynb",142,0,"",python,selection_command +6142,11264477,"test.ipynb",139,0,"",python,selection_command +6143,11264893,"test.ipynb",140,0,"",python,selection_command +6144,11265135,"test.ipynb",141,0,"",python,selection_command +6145,11265278,"test.ipynb",141,1,".",python,selection_command +6146,11265322,"test.ipynb",141,10,".tokenizer",python,selection_command +6147,11265507,"test.ipynb",141,11,".tokenizer.",python,selection_command +6148,11265995,"test.ipynb",141,10,".tokenizer",python,selection_command +6149,11266168,"test.ipynb",141,10,"",python,content +6150,11266376,"test.ipynb",139,0,"",python,selection_command +6151,11266701,"test.ipynb",134,0,"",python,selection_command +6152,11267222,"test.ipynb",138,0,"",python,selection_command +6153,11267517,"test.ipynb",139,0,".tokenizer",python,content +6154,11267518,"test.ipynb",148,0,"",python,selection_command +6155,11272062,"test.ipynb",156,0,"",python,selection_command +6156,11272393,"test.ipynb",156,0,"#",python,content +6157,11272393,"test.ipynb",157,0,"",python,selection_keyboard +6158,11272786,"test.ipynb",157,0," ",python,content +6159,11272787,"test.ipynb",158,0,"",python,selection_keyboard +6160,11272997,"test.ipynb",157,0,"",python,selection_command +6161,11284517,"test.ipynb",80,0,"",python,selection_command +6162,11284873,"test.ipynb",79,0,"",python,selection_command +6163,11284988,"test.ipynb",79,0,"#",python,content +6164,11284989,"test.ipynb",80,0,"",python,selection_keyboard +6165,11285040,"test.ipynb",80,0," ",python,content +6166,11285040,"test.ipynb",81,0,"",python,selection_keyboard +6167,11285251,"test.ipynb",80,0,"",python,selection_command +6168,11285470,"test.ipynb",159,0,"",python,selection_command +6169,11285639,"test.ipynb",158,0,"",python,selection_command +6170,11285729,"test.ipynb",158,1,"",python,content +6171,11285876,"test.ipynb",158,1,"",python,content +6172,11289356,"test.ipynb",79,0,"",python,selection_command +6173,11290171,"test.ipynb",158,0,"",python,selection_command +6174,11290675,"test.ipynb",158,0,"#",python,content +6175,11290675,"test.ipynb",159,0,"",python,selection_keyboard +6176,11290722,"test.ipynb",159,0," ",python,content +6177,11290722,"test.ipynb",160,0,"",python,selection_keyboard +6178,11290972,"test.ipynb",159,0,"",python,selection_command +6179,11291112,"test.ipynb",80,0,"",python,selection_command +6180,11291290,"test.ipynb",79,0,"",python,selection_command +6181,11291577,"test.ipynb",0,0,"",python,selection_command +6182,11292174,"test.ipynb",0,1,"",python,content +6183,11292304,"test.ipynb",0,1,"",python,content +6184,11295439,"test.ipynb",0,0,"#",python,content +6185,11295439,"test.ipynb",1,0,"",python,selection_keyboard +6186,11295533,"test.ipynb",1,0," ",python,content +6187,11295533,"test.ipynb",2,0,"",python,selection_keyboard +6188,11295785,"test.ipynb",1,0,"",python,selection_command +6189,11295926,"test.ipynb",80,0,"",python,selection_command +6190,11298177,"test.ipynb",158,1,"",python,content +6191,11298282,"test.ipynb",158,1,"",python,content +6192,11301325,"test.ipynb",158,0,"#",python,content +6193,11301325,"test.ipynb",159,0,"",python,selection_keyboard +6194,11301357,"test.ipynb",159,0," ",python,content +6195,11301357,"test.ipynb",160,0,"",python,selection_keyboard +6196,11301551,"test.ipynb",159,0,"",python,selection_command +6197,11301619,"test.ipynb",80,0,"",python,selection_command +6198,11301785,"test.ipynb",79,0,"",python,selection_command +6199,11301893,"test.ipynb",79,1,"",python,content +6200,11302020,"test.ipynb",79,1,"",python,content +6201,11303989,"test.ipynb",79,0,"#",python,content +6202,11303989,"test.ipynb",80,0,"",python,selection_keyboard +6203,11304041,"test.ipynb",80,0," ",python,content +6204,11304041,"test.ipynb",81,0,"",python,selection_keyboard +6205,11304234,"test.ipynb",80,0,"",python,selection_command +6206,11304372,"test.ipynb",159,0,"",python,selection_command +6207,11304549,"test.ipynb",158,0,"",python,selection_command +6208,11304664,"test.ipynb",158,1,"",python,content +6209,11305375,"test.ipynb",158,1,"",python,content +6210,11353334,"test.ipynb",158,76,"nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,selection_command +6211,11353486,"test.ipynb",79,155,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq)\nnnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,selection_command +6212,11353669,"test.ipynb",0,234,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq)\nnnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,selection_command +6213,11353840,"test.ipynb",0,0,"",python,selection_command +6214,11372790,"test.ipynb",0,78,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))",python,selection_command +6215,11373028,"test.ipynb",0,157,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq)",python,selection_command +6216,11373143,"test.ipynb",0,234,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq)\nnnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,selection_command +6217,11448614,"test.ipynb",165,0,"",python,selection_mouse +6218,11449435,"test.ipynb",86,0,"",python,selection_command +6219,11449675,"test.ipynb",79,0,"",python,selection_command +6220,11450103,"test.ipynb",79,1,"",python,content +6221,11450317,"test.ipynb",79,1,"",python,content +6222,11450406,"test.ipynb",156,0,"",python,selection_command +6223,11450740,"test.ipynb",156,0,"#",python,content +6224,11450740,"test.ipynb",157,0,"",python,selection_keyboard +6225,11450842,"test.ipynb",157,0," ",python,content +6226,11450842,"test.ipynb",158,0,"",python,selection_keyboard +6227,11451174,"test.ipynb",157,0,"",python,selection_command +6228,11513053,"test.ipynb",81,0,"",python,selection_mouse +6229,11513870,"test.ipynb",79,0,"",python,selection_command +6230,11514485,"test.ipynb",79,0,"#",python,content +6231,11514486,"test.ipynb",80,0,"",python,selection_keyboard +6232,11514531,"test.ipynb",80,0," ",python,content +6233,11514531,"test.ipynb",81,0,"",python,selection_keyboard +6234,11514689,"test.ipynb",80,0,"",python,selection_command +6235,11514984,"test.ipynb",79,0,"",python,selection_command +6236,11515250,"test.ipynb",158,0,"",python,selection_command +6237,11515374,"test.ipynb",158,1,"",python,content +6238,11515517,"test.ipynb",158,1,"",python,content +6239,11938267,"test.ipynb",32,0,"",python,selection_mouse +6240,11938451,"test.ipynb",28,10,"eval_shape",python,selection_mouse +6241,11938565,"test.ipynb",0,79,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))\n",python,selection_mouse +6242,11939327,"test.ipynb",34,0,"",python,selection_mouse +6243,11939401,"test.ipynb",28,10,"eval_shape",python,selection_mouse +6244,11939535,"test.ipynb",0,79,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))\n",python,selection_mouse +6245,11939742,"test.ipynb",0,158,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq)\n",python,selection_mouse +6246,11939901,"test.ipynb",0,234,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)))\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq)\nnnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,selection_mouse +6247,11940983,"test.ipynb",233,0,"",python,selection_command +6248,12356753,"train_dynamics.py",0,0,"",python,tab +6249,12359716,"train_dynamics.py",10397,0,"",python,selection_command +6250,12359851,"train_dynamics.py",10334,0,"",python,selection_command +6251,12369362,"test.ipynb",0,0,"",python,tab +6252,12369362,"test.ipynb",211,0,"",python,selection_mouse +6253,12370570,"test.ipynb",212,0,"",python,selection_command +6254,12370837,"test.ipynb",212,1,".",python,selection_command +6255,12370881,"test.ipynb",212,6,".model",python,selection_command +6256,12371188,"test.ipynb",212,6,"",python,content +6257,12371789,"test.ipynb",213,0,"",python,selection_command +6258,12372357,"test.ipynb",214,0,".model",python,content +6259,12372372,"test.ipynb",219,0,"",python,selection_command +6260,12374618,"test.ipynb",215,0,"",python,selection_command +6261,12374755,"test.ipynb",212,0,"",python,selection_command +6262,12375195,"test.ipynb",213,0,"",python,selection_command +6263,12409927,"train_dynamics.py",0,0,"",python,tab +6264,12410231,"train_dynamics.py",10342,0,"",python,selection_command +6265,12410381,"train_dynamics.py",10344,0,"",python,selection_command +6266,12410533,"train_dynamics.py",10347,0,"",python,selection_command +6267,12410663,"train_dynamics.py",10348,0,"",python,selection_command +6268,12412314,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# pytype: skip-file\nfrom __future__ import annotations\n\nfrom abc import abstractmethod\nimport dataclasses\nimport functools\nimport inspect\nimport typing as tp\n\nfrom jax._src import checkify as checkify_lib\n\nfrom flax.nnx import (\n extract,\n graph,\n)\nfrom flax.nnx.module import Module\nfrom flax.nnx.proxy_caller import (\n CallableProxy,\n DelayedAccessor,\n)\nfrom flax.nnx.transforms import general\nfrom flax.typing import MISSING, Leaf, Missing\nimport jax\nimport jax.core\nimport jax.stages\n\nA = tp.TypeVar('A')\nC = tp.TypeVar('C')\nB = tp.TypeVar('B')\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\nG = tp.TypeVar('G', bound=tp.Callable[..., tp.Any])\nM = tp.TypeVar('M', bound=Module)\nMA = tp.TypeVar('MA', bound=Module)\nN = tp.TypeVar('N', bound=Module)\nStrInt = tp.TypeVar('StrInt', str, int)\nAxisName = tp.Hashable\nLeaves = tp.List[Leaf]\nIndex = int\n\n\n@tp.overload\ndef resolve_kwargs(\n fun: tp.Callable[..., tp.Any],\n args: tuple,\n kwargs: dict[str, tp.Any],\n) -> tuple: ...\n@tp.overload\ndef resolve_kwargs() -> tp.Callable[[F], F]: ...\ndef resolve_kwargs(\n fun: tp.Callable[..., tp.Any] | Missing = MISSING,\n args: tuple | Missing = MISSING,\n kwargs: dict[str, tp.Any] | Missing = MISSING,\n) -> tuple | tp.Callable[[F], F]:\n if isinstance(fun, Missing):\n\n def resolve_kwargs_decorator(f):\n @functools.wraps(f)\n def resolve_kwargs_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n return f(*args)\n\n return resolve_kwargs_wrapper\n\n return resolve_kwargs_decorator # type: ignore\n\n if isinstance(args, Missing):\n raise ValueError('args must be provided')\n if isinstance(kwargs, Missing):\n raise ValueError('kwargs must be provided')\n\n if isinstance(fun, functools.partial):\n # functools.partial should have an opaque signature.\n fun = lambda *args, **kwargs: None\n ba = inspect.signature(fun).bind(*args, **kwargs)\n ba.apply_defaults()\n if ba.kwargs:\n raise TypeError('keyword arguments could not be resolved to positions')\n else:\n return ba.args\n\n\n\nclass LiftedModule(tp.Generic[M], Module): # type: ignore[ignored-abstractmethod]\n @abstractmethod\n def _call(self, accessor: DelayedAccessor, *args, **kwargs) -> tp.Any:\n pass\n\n @property\n @abstractmethod\n def _submodule(self) -> M:\n pass # type: ignore[bad-return-type] # why pytype?\n\n def __call__(self, *args, **kwargs) -> tp.Any:\n return self.call(*args, **kwargs) # type: ignore\n\n @property\n def call(self) -> tp.Any:\n module = self\n\n def check_and_call(accessor: DelayedAccessor, *args, **kwargs):\n return self._call(accessor, *args, **kwargs)\n\n proxy = CallableProxy(check_and_call) # type: ignore[arg-type]\n\n while isinstance(module._submodule, LiftedModule):\n module = module._submodule\n proxy = proxy.call\n\n return proxy # type: ignore\n\n\n# -------------------------------\n# simple transforms\n# -------------------------------\n\n\ndef eval_shape(\n f: tp.Callable[..., A],\n *args: tp.Any,\n **kwargs: tp.Any,\n) -> A:\n """"""A ""lifted"" version of `jax.eval_shape `_\n that can handle `flax.nnx.Module `_\n / graph nodes as arguments.\n\n Similar to ``jax.eval_shape``, it computes the shape/dtype of a function `f` without\n performing any floating point operations (FLOPs) which can be expensive. This can be\n useful for performing shape inference, for example.\n """"""\n args, kwargs = extract.to_tree((args, kwargs))\n\n @functools.wraps(f)\n def _eval_shape_fn(*args, **kwargs):\n args, kwargs = extract.from_tree((args, kwargs))\n out = f(*args, **kwargs)\n return extract.to_tree(graph.freeze(out))\n\n out = jax.eval_shape(_eval_shape_fn, *args, **kwargs)\n return extract.from_tree(out)\n\n@dataclasses.dataclass(eq=False)\nclass CheckifyFn:\n f: tp.Callable[..., tp.Any]\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n def __call__(self, *pure_args, **pure_kwargs):\n args, kwargs = extract.from_tree(\n (pure_args, pure_kwargs), ctxtag='checkify', is_inner=True\n )\n out = self.f(*args, **kwargs)\n\n args_out, kwargs_out = extract.clear_non_graph_nodes((args, kwargs))\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\n (args, kwargs, out), ctxtag='checkify'\n )\n return pure_args_out, pure_kwargs_out, pure_out\n\ndef checkify(\n f: tp.Callable[..., checkify_lib.Out],\n errors: frozenset[type[checkify_lib.JaxException]] = checkify_lib.user_checks, # type: ignore\n) -> tp.Callable[..., tuple[checkify_lib.Error, checkify_lib.Out]]:\n """"""Reference-aware version of `jax.experimental.checkify\n `_.\n\n Example::\n\n >>> import jax\n >>> import jax.numpy as jnp\n >>> from jax.experimental import checkify\n >>> import dataclasses\n >>> from flax import nnx\n ...\n >>> class Foo(nnx.Module):\n ... def __init__(self, a):\n ... self.a = nnx.Param(a)\n ...\n >>> @nnx.jit\n ... def f(m):\n ... y = jnp.sin(m.a.value) # error\n ... return m.a + y\n ...\n >>> m = Foo(a=jnp.inf)\n >>> err, out = nnx.checkify(f, errors=checkify.float_checks)(m)\n >>> # err.throw()\n >>> print(err)\n Error(nan generated by primitive: sin.)\n """"""\n checkify_fn = checkify_lib.checkify(CheckifyFn(f), errors)\n\n @functools.wraps(f)\n @graph.update_context('checkify')\n def jit_wrapper(*args, **kwargs):\n pure_args, pure_kwargs = extract.to_tree(\n (args, kwargs),\n ctxtag='checkify',\n )\n error, (pure_args_out, pure_kwargs_out, pure_out) = checkify_fn(\n *pure_args, **pure_kwargs\n )\n\n args_out, kwargs_out, out = extract.from_tree(\n (pure_args_out, pure_kwargs_out, pure_out),\n ctxtag='checkify',\n is_inner=False,\n )\n\n return error, out\n\n return jit_wrapper # type: ignore\n\n\n@general.split_inputs(ctxtag='cond')\ndef cond(\n pred,\n true_fun: tp.Callable[..., A],\n false_fun: tp.Callable[..., A],\n *operands,\n **kwargs,\n) -> A:\n return jax.lax.cond(\n pred,\n general.merge_inputs(true_fun, ctxtag='cond'),\n general.merge_inputs(false_fun, ctxtag='cond'),\n *operands,\n **kwargs,\n )\n\n\n@general.split_inputs(ctxtag='switch')\ndef switch(\n index,\n branches: tp.Sequence[tp.Callable[..., A]],\n *operands,\n) -> A:\n return jax.lax.switch(\n index,\n [general.merge_inputs(f, ctxtag='switch') for f in branches],\n *operands,\n )\n\n",python,tab +6269,12412315,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3518,0,"",python,selection_command +6270,12416577,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3534,0,"",python,selection_command +6271,12416837,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3560,0,"",python,selection_command +6272,12416845,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3577,0,"",python,selection_command +6273,12416876,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3597,0,"",python,selection_command +6274,12416911,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3605,0,"",python,selection_command +6275,12416944,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3737,0,"",python,selection_command +6276,12416976,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3867,0,"",python,selection_command +6277,12417104,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3895,0,"",python,selection_command +6278,12417277,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3900,0,"",python,selection_command +6279,12417756,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3981,0,"",python,selection_command +6280,12418390,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3896,0,"",python,selection_command +6281,12418627,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",3983,0,"",python,selection_command +6282,12418918,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",4070,0,"",python,selection_command +6283,12419267,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",4126,0,"",python,selection_command +6284,12420151,".venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",4072,0,"",python,selection_command +6285,12422148,"train_dynamics.py",0,0,"",python,tab +6286,12422148,"train_dynamics.py",10348,0,"",python,selection_command +6287,12503482,"train_dynamics.py",10347,0,"",python,selection_command +6288,12503645,"train_dynamics.py",10344,0,"",python,selection_command +6289,12504972,"train_dynamics.py",10344,1,"n",python,selection_command +6290,12505045,"train_dynamics.py",10344,3,"nnx",python,selection_command +6291,12505215,"train_dynamics.py",10344,4,"nnx.",python,selection_command +6292,12505354,"train_dynamics.py",10344,14,"nnx.eval_shape",python,selection_command +6293,12505517,"train_dynamics.py",10344,15,"nnx.eval_shape(",python,selection_command +6294,12505671,"train_dynamics.py",10344,21,"nnx.eval_shape(lambda",python,selection_command +6295,12505921,"train_dynamics.py",10344,22,"nnx.eval_shape(lambda:",python,selection_command +6296,12506774,"train_dynamics.py",10344,16,"nnx.eval_shape(l",python,selection_command +6297,12506923,"train_dynamics.py",10344,15,"nnx.eval_shape(",python,selection_command +6298,12507451,"train_dynamics.py",10344,14,"nnx.eval_shape",python,selection_command +6299,12507623,"train_dynamics.py",10344,14,"",python,content +6300,12510048,"train_dynamics.py",10343,0,"",python,selection_command +6301,12510235,"train_dynamics.py",10344,0,"nnx.eval_shape",python,content +6302,12510237,"train_dynamics.py",10344,0,"",python,selection_command +6303,12511649,"test.ipynb",0,0,"",python,tab +6304,12511650,"test.ipynb",174,0,"",python,selection_mouse +6305,12512738,"test.ipynb",158,0,"",python,selection_command +6306,12512822,"test.ipynb",158,0,"#",python,content +6307,12512823,"test.ipynb",159,0,"",python,selection_keyboard +6308,12512901,"test.ipynb",159,0," ",python,content +6309,12512902,"test.ipynb",160,0,"",python,selection_keyboard +6310,12513168,"test.ipynb",159,0,"",python,selection_command +6311,12516283,"test.ipynb",236,0,"\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)",python,content +6312,12516287,"test.ipynb",237,0,"",python,selection_command +6313,12517318,"test.ipynb",237,1,"",python,content +6314,12517728,"test.ipynb",237,1,"",python,content +6315,12517908,"test.ipynb",240,0,"",python,selection_command +6316,12518189,"test.ipynb",241,0,"",python,selection_command +6317,12518194,"test.ipynb",248,0,"",python,selection_command +6318,12518229,"test.ipynb",249,0,"",python,selection_command +6319,12518253,"test.ipynb",252,0,"",python,selection_command +6320,12518285,"test.ipynb",253,0,"",python,selection_command +6321,12518319,"test.ipynb",258,0,"",python,selection_command +6322,12518353,"test.ipynb",259,0,"",python,selection_command +6323,12518387,"test.ipynb",262,0,"",python,selection_command +6324,12518420,"test.ipynb",263,0,"",python,selection_command +6325,12518458,"test.ipynb",273,0,"",python,selection_command +6326,12518615,"test.ipynb",274,0,"",python,selection_command +6327,12518792,"test.ipynb",280,0,"",python,selection_command +6328,12518941,"test.ipynb",282,0,"",python,selection_command +6329,12519097,"test.ipynb",291,0,"",python,selection_command +6330,12519252,"test.ipynb",294,0,"",python,selection_command +6331,12519652,"test.ipynb",293,0,"",python,selection_command +6332,12519717,"test.ipynb",293,1,".",python,selection_command +6333,12519822,"test.ipynb",293,6,".model",python,selection_command +6334,12520432,"test.ipynb",293,6,"",python,content +6335,12520542,"test.ipynb",291,0,"",python,selection_command +6336,12520679,"test.ipynb",282,0,"",python,selection_command +6337,12521395,"test.ipynb",290,0,"",python,selection_command +6338,12521919,"test.ipynb",291,0,".model",python,content +6339,12521920,"test.ipynb",296,0,"",python,selection_command +6340,12527369,"test.ipynb",237,0,"",python,selection_command +6341,12527502,"test.ipynb",237,0,"#",python,content +6342,12527502,"test.ipynb",238,0,"",python,selection_keyboard +6343,12527503,"test.ipynb",238,0," ",python,content +6344,12527503,"test.ipynb",239,0,"",python,selection_keyboard +6345,12527875,"test.ipynb",238,0,"",python,selection_command +6346,12528217,"test.ipynb",315,0,"\n",python,content +6347,12528551,"test.ipynb",316,0,"\n",python,content +6348,12532220,"test.ipynb",316,0,"",python,selection_command +6349,12532411,"test.ipynb",237,0,"",python,selection_command +6350,12532744,"test.ipynb",237,79,"",python,content +6351,12532775,"test.ipynb",158,0,"",python,selection_command +6352,12532934,"test.ipynb",79,0,"",python,selection_command +6353,12533068,"test.ipynb",157,0,"\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,content +6354,12533069,"test.ipynb",158,0,"",python,selection_command +6355,12533318,"test.ipynb",237,0,"",python,selection_command +6356,12533508,"test.ipynb",316,0,"",python,selection_command +6357,12537999,"test.ipynb",237,0,"",python,selection_command +6358,12538178,"test.ipynb",158,0,"",python,selection_command +6359,12541334,"test.ipynb",79,0,"",python,selection_command +6360,12541443,"test.ipynb",0,0,"",python,selection_command +6361,12544029,"test.ipynb",0,0,"",python,tab +6362,12544618,"test.ipynb",0,0,"",python,tab +6363,12544803,"test.ipynb",0,0,"",python,tab +6364,12546152,"test.ipynb",158,0,"",python,selection_command +6365,12546375,"test.ipynb",79,0,"",python,selection_command +6366,12546454,"test.ipynb",0,0,"",python,selection_command +6367,12556748,"test.ipynb",79,0,"",python,selection_command +6368,12556860,"test.ipynb",158,0,"",python,selection_command +6369,12556993,"test.ipynb",237,0,"",python,selection_command +6370,12557118,"test.ipynb",316,0,"",python,selection_command +6371,12557245,"test.ipynb",317,0,"",python,selection_command +6372,12567214,"test.ipynb",317,0,"j",python,content +6373,12567215,"test.ipynb",318,0,"",python,selection_keyboard +6374,12567264,"test.ipynb",318,0,"a",python,content +6375,12567264,"test.ipynb",319,0,"",python,selection_keyboard +6376,12567420,"test.ipynb",319,0,"x",python,content +6377,12567421,"test.ipynb",320,0,"",python,selection_keyboard +6378,12567471,"test.ipynb",320,0,".",python,content +6379,12567471,"test.ipynb",321,0,"",python,selection_keyboard +6380,12567614,"test.ipynb",321,0,"t",python,content +6381,12567614,"test.ipynb",322,0,"",python,selection_keyboard +6382,12567788,"test.ipynb",322,0,"r",python,content +6383,12567788,"test.ipynb",323,0,"",python,selection_keyboard +6384,12567864,"test.ipynb",323,0,"e",python,content +6385,12567864,"test.ipynb",324,0,"",python,selection_keyboard +6386,12568041,"test.ipynb",324,0,"e",python,content +6387,12568042,"test.ipynb",325,0,"",python,selection_keyboard +6388,12568660,"test.ipynb",325,0,".",python,content +6389,12568660,"test.ipynb",326,0,"",python,selection_keyboard +6390,12568899,"test.ipynb",326,0,"m",python,content +6391,12568900,"test.ipynb",327,0,"",python,selection_keyboard +6392,12568997,"test.ipynb",327,0,"a",python,content +6393,12568997,"test.ipynb",328,0,"",python,selection_keyboard +6394,12569099,"test.ipynb",328,0,"p",python,content +6395,12569099,"test.ipynb",329,0,"",python,selection_keyboard +6396,12569319,"test.ipynb",329,0,"()",python,content +6397,12569319,"test.ipynb",330,0,"",python,selection_keyboard +6398,12572330,"test.ipynb",330,0,"o",python,content +6399,12572331,"test.ipynb",331,0,"",python,selection_keyboard +6400,12572396,"test.ipynb",331,0,"c",python,content +6401,12572397,"test.ipynb",332,0,"",python,selection_keyboard +6402,12572498,"test.ipynb",332,0,"p",python,content +6403,12572499,"test.ipynb",333,0,"",python,selection_keyboard +6404,12572721,"test.ipynb",333,0,".",python,content +6405,12572722,"test.ipynb",334,0,"",python,selection_keyboard +6406,12573048,"test.ipynb",334,0,"u",python,content +6407,12573049,"test.ipynb",335,0,"",python,selection_keyboard +6408,12573165,"test.ipynb",335,0,"t",python,content +6409,12573166,"test.ipynb",336,0,"",python,selection_keyboard +6410,12573246,"test.ipynb",336,0,"i",python,content +6411,12573246,"test.ipynb",337,0,"",python,selection_keyboard +6412,12573298,"test.ipynb",337,0,"l",python,content +6413,12573298,"test.ipynb",338,0,"",python,selection_keyboard +6414,12573386,"test.ipynb",338,0,"s",python,content +6415,12573386,"test.ipynb",339,0,"",python,selection_keyboard +6416,12573589,"test.ipynb",339,0,".",python,content +6417,12573589,"test.ipynb",340,0,"",python,selection_keyboard +6418,12575455,"test.ipynb",340,0,"t",python,content +6419,12575455,"test.ipynb",341,0,"",python,selection_keyboard +6420,12575564,"test.ipynb",341,0,"o",python,content +6421,12575564,"test.ipynb",342,0,"",python,selection_keyboard +6422,12575753,"test.ipynb",342,0,"_",python,content +6423,12575753,"test.ipynb",343,0,"",python,selection_keyboard +6424,12575914,"test.ipynb",343,0,"s",python,content +6425,12575914,"test.ipynb",344,0,"",python,selection_keyboard +6426,12575980,"test.ipynb",344,0,"h",python,content +6427,12575980,"test.ipynb",345,0,"",python,selection_keyboard +6428,12576106,"test.ipynb",345,0,"a",python,content +6429,12576106,"test.ipynb",346,0,"",python,selection_keyboard +6430,12576195,"test.ipynb",346,0,"p",python,content +6431,12576196,"test.ipynb",347,0,"",python,selection_keyboard +6432,12576334,"test.ipynb",347,0,"e",python,content +6433,12576334,"test.ipynb",348,0,"",python,selection_keyboard +6434,12576689,"test.ipynb",340,8,"to_shape_dtype_struct",python,content +6435,12578736,"test.ipynb",361,0,",",python,content +6436,12578736,"test.ipynb",362,0,"",python,selection_keyboard +6437,12578811,"test.ipynb",362,0," ",python,content +6438,12578812,"test.ipynb",363,0,"",python,selection_keyboard +6439,12580289,"test.ipynb",362,0,"",python,selection_command +6440,12582004,"test.ipynb",363,0,"",python,selection_command +6441,12582575,"test.ipynb",363,0,"o",python,content +6442,12582575,"test.ipynb",364,0,"",python,selection_keyboard +6443,12582604,"test.ipynb",364,0,"p",python,content +6444,12582604,"test.ipynb",365,0,"",python,selection_keyboard +6445,12582732,"test.ipynb",365,0,"t",python,content +6446,12582733,"test.ipynb",366,0,"",python,selection_keyboard +6447,12582832,"test.ipynb",366,0,"i",python,content +6448,12582833,"test.ipynb",367,0,"",python,selection_keyboard +6449,12582916,"test.ipynb",367,0,"m",python,content +6450,12582917,"test.ipynb",368,0,"",python,selection_keyboard +6451,12583013,"test.ipynb",368,0,"i",python,content +6452,12583014,"test.ipynb",369,0,"",python,selection_keyboard +6453,12583111,"test.ipynb",369,0,"z",python,content +6454,12583112,"test.ipynb",370,0,"",python,selection_keyboard +6455,12583167,"test.ipynb",370,0,"e",python,content +6456,12583168,"test.ipynb",371,0,"",python,selection_keyboard +6457,12583229,"test.ipynb",371,0,"r",python,content +6458,12583229,"test.ipynb",372,0,"",python,selection_keyboard +6459,12583489,"test.ipynb",371,0,"",python,selection_command +6460,12600920,"test.ipynb",316,0,"\n",python,content +6461,12602570,"test.ipynb",317,1,"",python,content +6462,12602737,"test.ipynb",320,0,"",python,selection_command +6463,12603014,"test.ipynb",316,0,"",python,selection_command +6464,12603300,"test.ipynb",320,0,"",python,selection_command +6465,12603361,"test.ipynb",321,0,"",python,selection_command +6466,12603612,"test.ipynb",325,0,"",python,selection_command +6467,12603646,"test.ipynb",326,0,"",python,selection_command +6468,12603678,"test.ipynb",329,0,"",python,selection_command +6469,12603711,"test.ipynb",330,0,"",python,selection_command +6470,12603743,"test.ipynb",333,0,"",python,selection_command +6471,12603775,"test.ipynb",334,0,"",python,selection_command +6472,12603809,"test.ipynb",339,0,"",python,selection_command +6473,12603842,"test.ipynb",340,0,"",python,selection_command +6474,12603874,"test.ipynb",361,0,"",python,selection_command +6475,12603909,"test.ipynb",363,0,"",python,selection_command +6476,12603941,"test.ipynb",372,0,"",python,selection_command +6477,12604301,"test.ipynb",363,0,"",python,selection_command +6478,12604951,"test.ipynb",363,0,"n",python,content +6479,12604951,"test.ipynb",364,0,"",python,selection_keyboard +6480,12605065,"test.ipynb",364,0,"n",python,content +6481,12605066,"test.ipynb",365,0,"",python,selection_keyboard +6482,12605170,"test.ipynb",365,0,".",python,content +6483,12605170,"test.ipynb",366,0,"",python,selection_keyboard +6484,12605487,"test.ipynb",365,1,"",python,content +6485,12605579,"test.ipynb",365,0,"x",python,content +6486,12605579,"test.ipynb",366,0,"",python,selection_keyboard +6487,12605685,"test.ipynb",366,0,".",python,content +6488,12605686,"test.ipynb",367,0,"",python,selection_keyboard +6489,12606193,"test.ipynb",367,0,"s",python,content +6490,12606193,"test.ipynb",368,0,"",python,selection_keyboard +6491,12606289,"test.ipynb",368,0,"t",python,content +6492,12606290,"test.ipynb",369,0,"",python,selection_keyboard +6493,12606348,"test.ipynb",369,0,"a",python,content +6494,12606348,"test.ipynb",370,0,"",python,selection_keyboard +6495,12606432,"test.ipynb",370,0,"t",python,content +6496,12606432,"test.ipynb",371,0,"",python,selection_keyboard +6497,12606489,"test.ipynb",371,0,"e",python,content +6498,12606489,"test.ipynb",372,0,"",python,selection_keyboard +6499,12606703,"test.ipynb",372,0,"(",python,content +6500,12606703,"test.ipynb",373,0,"",python,selection_keyboard +6501,12606938,"test.ipynb",372,0,"",python,selection_command +6502,12607216,"test.ipynb",381,0,"",python,selection_command +6503,12607568,"test.ipynb",382,0,"",python,selection_command +6504,12607683,"test.ipynb",382,0,"a",python,content +6505,12607684,"test.ipynb",383,0,"",python,selection_keyboard +6506,12608103,"test.ipynb",382,1,"",python,content +6507,12608270,"test.ipynb",382,0,")",python,content +6508,12608270,"test.ipynb",383,0,"",python,selection_keyboard +6509,12608461,"test.ipynb",382,0,"",python,selection_command +6510,12631315,"train_dynamics.py",0,0,"",python,tab +6511,12632367,"train_dynamics.py",10347,0,"",python,selection_command +6512,12632517,"train_dynamics.py",10348,0,"",python,selection_command +6513,12638947,"train_dynamics.py",10411,0,"",python,selection_command +6514,12639281,"train_dynamics.py",10410,0,"",python,selection_command +6515,12639423,"train_dynamics.py",10409,0,"",python,selection_command +6516,12639856,"train_dynamics.py",10409,1,"e",python,selection_command +6517,12639886,"train_dynamics.py",10408,2,"te",python,selection_command +6518,12640010,"train_dynamics.py",10407,3,"ate",python,selection_command +6519,12640225,"train_dynamics.py",10406,4,"tate",python,selection_command +6520,12640291,"train_dynamics.py",10405,5,"state",python,selection_command +6521,12640420,"train_dynamics.py",10404,6,"_state",python,selection_command +6522,12640584,"train_dynamics.py",10404,6,"",python,content +6523,12641026,"train_dynamics.py",10378,59,"",python,content +6524,12641052,"train_dynamics.py",10386,0,"",python,selection_command +6525,12641275,"train_dynamics.py",10323,0,"",python,selection_command +6526,12641410,"train_dynamics.py",10226,0,"",python,selection_command +6527,12641552,"train_dynamics.py",10314,0,"\n abstract_optimizer = nnx.state(abstract_optimizer)",python,content +6528,12641552,"train_dynamics.py",10323,0,"",python,selection_command +6529,12642086,"train_dynamics.py",10342,0,"",python,selection_command +6530,12642323,"train_dynamics.py",10344,0,"",python,selection_command +6531,12643373,"train_dynamics.py",10347,0,"",python,selection_command +6532,12643532,"train_dynamics.py",10348,0,"",python,selection_command +6533,12643685,"train_dynamics.py",10353,0,"",python,selection_command +6534,12643898,"train_dynamics.py",10354,0,"",python,selection_command +6535,12645890,"train_dynamics.py",10354,18,"",python,content +6536,12646360,"train_dynamics.py",10354,0,"o",python,content +6537,12646360,"train_dynamics.py",10355,0,"",python,selection_keyboard +6538,12646380,"train_dynamics.py",10355,0,"p",python,content +6539,12646380,"train_dynamics.py",10356,0,"",python,selection_keyboard +6540,12646520,"train_dynamics.py",10356,0,"t",python,content +6541,12646521,"train_dynamics.py",10357,0,"",python,selection_keyboard +6542,12646584,"train_dynamics.py",10357,0,"i",python,content +6543,12646585,"train_dynamics.py",10358,0,"",python,selection_keyboard +6544,12646621,"train_dynamics.py",10358,0,"m",python,content +6545,12646621,"train_dynamics.py",10359,0,"",python,selection_keyboard +6546,12646763,"train_dynamics.py",10359,0,"i",python,content +6547,12646764,"train_dynamics.py",10360,0,"",python,selection_keyboard +6548,12646844,"train_dynamics.py",10360,0,"z",python,content +6549,12646845,"train_dynamics.py",10361,0,"",python,selection_keyboard +6550,12646913,"train_dynamics.py",10361,0,"e",python,content +6551,12646914,"train_dynamics.py",10362,0,"",python,selection_keyboard +6552,12647044,"train_dynamics.py",10362,0,"r",python,content +6553,12647044,"train_dynamics.py",10363,0,"",python,selection_keyboard +6554,12647196,"train_dynamics.py",10362,0,"",python,selection_command +6555,12649498,"train_dynamics.py",10412,0,"",python,selection_command +6556,12649699,"train_dynamics.py",10409,0,"",python,selection_command +6557,12649833,"train_dynamics.py",10408,0,"",python,selection_command +6558,12649962,"train_dynamics.py",10398,0,"",python,selection_command +6559,12650190,"train_dynamics.py",10397,0,"",python,selection_command +6560,12650268,"train_dynamics.py",10394,0,"",python,selection_command +6561,12650440,"train_dynamics.py",10392,0,"",python,selection_command +6562,12651322,"train_dynamics.py",10373,0,"",python,selection_command +6563,12651430,"train_dynamics.py",10390,0,"",python,selection_command +6564,12652066,"train_dynamics.py",10391,0,"",python,selection_command +6565,12652322,"train_dynamics.py",10391,0,"_",python,content +6566,12652322,"train_dynamics.py",10392,0,"",python,selection_keyboard +6567,12652532,"train_dynamics.py",10392,0,"s",python,content +6568,12652532,"train_dynamics.py",10393,0,"",python,selection_keyboard +6569,12652697,"train_dynamics.py",10393,0,"t",python,content +6570,12652698,"train_dynamics.py",10394,0,"",python,selection_keyboard +6571,12652815,"train_dynamics.py",10394,0,"a",python,content +6572,12652815,"train_dynamics.py",10395,0,"",python,selection_keyboard +6573,12652857,"train_dynamics.py",10395,0,"a",python,content +6574,12652857,"train_dynamics.py",10396,0,"",python,selection_keyboard +6575,12652961,"train_dynamics.py",10396,0,"t",python,content +6576,12652962,"train_dynamics.py",10397,0,"",python,selection_keyboard +6577,12653339,"train_dynamics.py",10396,1,"",python,content +6578,12653446,"train_dynamics.py",10395,1,"",python,content +6579,12653512,"train_dynamics.py",10395,0,"t",python,content +6580,12653512,"train_dynamics.py",10396,0,"",python,selection_keyboard +6581,12653544,"train_dynamics.py",10396,0,"e",python,content +6582,12653544,"train_dynamics.py",10397,0,"",python,selection_keyboard +6583,12657114,"train_dynamics.py",10396,0,"",python,selection_command +6584,12657416,"train_dynamics.py",10346,0,"",python,selection_command +6585,12657653,"train_dynamics.py",10344,0,"",python,selection_command +6586,12657813,"train_dynamics.py",10342,0,"",python,selection_command +6587,12657935,"train_dynamics.py",10323,0,"",python,selection_command +6588,12658328,"train_dynamics.py",10323,18,"",python,content +6589,12658515,"train_dynamics.py",10323,0,"o",python,content +6590,12658515,"train_dynamics.py",10324,0,"",python,selection_keyboard +6591,12658545,"train_dynamics.py",10324,0,"p",python,content +6592,12658546,"train_dynamics.py",10325,0,"",python,selection_keyboard +6593,12658630,"train_dynamics.py",10325,0,"t",python,content +6594,12658630,"train_dynamics.py",10326,0,"",python,selection_keyboard +6595,12658728,"train_dynamics.py",10326,0,"i",python,content +6596,12658728,"train_dynamics.py",10327,0,"",python,selection_keyboard +6597,12658777,"train_dynamics.py",10327,0,"m",python,content +6598,12658778,"train_dynamics.py",10328,0,"",python,selection_keyboard +6599,12658910,"train_dynamics.py",10328,0,"i",python,content +6600,12658911,"train_dynamics.py",10329,0,"",python,selection_keyboard +6601,12658967,"train_dynamics.py",10329,0,"z",python,content +6602,12658967,"train_dynamics.py",10330,0,"",python,selection_keyboard +6603,12659061,"train_dynamics.py",10330,0,"e",python,content +6604,12659061,"train_dynamics.py",10331,0,"",python,selection_keyboard +6605,12659098,"train_dynamics.py",10331,0,"r",python,content +6606,12659098,"train_dynamics.py",10332,0,"",python,selection_keyboard +6607,12659300,"train_dynamics.py",10332,0,"_",python,content +6608,12659300,"train_dynamics.py",10333,0,"",python,selection_keyboard +6609,12659486,"train_dynamics.py",10333,0,"s",python,content +6610,12659487,"train_dynamics.py",10334,0,"",python,selection_keyboard +6611,12659603,"train_dynamics.py",10334,0,"t",python,content +6612,12659603,"train_dynamics.py",10335,0,"",python,selection_keyboard +6613,12659726,"train_dynamics.py",10335,0,"a",python,content +6614,12659727,"train_dynamics.py",10336,0,"",python,selection_keyboard +6615,12659761,"train_dynamics.py",10336,0,"t",python,content +6616,12659761,"train_dynamics.py",10337,0,"",python,selection_keyboard +6617,12659811,"train_dynamics.py",10337,0,"e",python,content +6618,12659811,"train_dynamics.py",10338,0,"",python,selection_keyboard +6619,12660084,"train_dynamics.py",10337,0,"",python,selection_command +6620,12660431,"train_dynamics.py",10384,0,"",python,selection_command +6621,12660564,"train_dynamics.py",10395,0,"",python,selection_command +6622,12660726,"train_dynamics.py",10397,0,"",python,selection_command +6623,12660898,"train_dynamics.py",10400,0,"",python,selection_command +6624,12661367,"train_dynamics.py",10397,0,"",python,selection_command +6625,12665341,"test.ipynb",0,0,"",python,tab +6626,12665341,"test.ipynb",211,0,"",python,selection_mouse +6627,12667306,"train_dynamics.py",0,0,"",python,tab +6628,12668047,"train_dynamics.py",10400,0,"",python,selection_command +6629,12668188,"train_dynamics.py",10401,0,"",python,selection_command +6630,12668370,"train_dynamics.py",10411,0,"",python,selection_command +6631,12668531,"train_dynamics.py",10412,0,"",python,selection_command +6632,12668830,"train_dynamics.py",10411,0,"",python,selection_command +6633,12669250,"train_dynamics.py",10412,0,"",python,selection_command +6634,12669588,"train_dynamics.py",10412,1,"l",python,selection_command +6635,12669631,"train_dynamics.py",10412,6,"lambda",python,selection_command +6636,12669832,"train_dynamics.py",10412,7,"lambda:",python,selection_command +6637,12670414,"train_dynamics.py",10412,8,"lambda: ",python,selection_command +6638,12670572,"train_dynamics.py",10412,17,"lambda: optimizer",python,selection_command +6639,12670964,"train_dynamics.py",10412,17,"",python,content +6640,12671205,"train_dynamics.py",10412,0,"o",python,content +6641,12671206,"train_dynamics.py",10413,0,"",python,selection_keyboard +6642,12671285,"train_dynamics.py",10413,0,"p",python,content +6643,12671286,"train_dynamics.py",10414,0,"",python,selection_keyboard +6644,12671345,"train_dynamics.py",10414,0,"t",python,content +6645,12671345,"train_dynamics.py",10415,0,"",python,selection_keyboard +6646,12671429,"train_dynamics.py",10415,0,"i",python,content +6647,12671430,"train_dynamics.py",10416,0,"",python,selection_keyboard +6648,12671484,"train_dynamics.py",10416,0,"m",python,content +6649,12671484,"train_dynamics.py",10417,0,"",python,selection_keyboard +6650,12671629,"train_dynamics.py",10417,0,"i",python,content +6651,12671629,"train_dynamics.py",10418,0,"",python,selection_keyboard +6652,12671646,"train_dynamics.py",10418,0,"z",python,content +6653,12671646,"train_dynamics.py",10419,0,"",python,selection_keyboard +6654,12671727,"train_dynamics.py",10419,0,"e",python,content +6655,12671727,"train_dynamics.py",10420,0,"",python,selection_keyboard +6656,12671794,"train_dynamics.py",10420,0,"r",python,content +6657,12671794,"train_dynamics.py",10421,0,"",python,selection_keyboard +6658,12671979,"train_dynamics.py",10421,0,"_",python,content +6659,12671980,"train_dynamics.py",10422,0,"",python,selection_keyboard +6660,12672129,"train_dynamics.py",10422,0,"s",python,content +6661,12672129,"train_dynamics.py",10423,0,"",python,selection_keyboard +6662,12672233,"train_dynamics.py",10423,0,"t",python,content +6663,12672233,"train_dynamics.py",10424,0,"",python,selection_keyboard +6664,12672279,"train_dynamics.py",10424,0,"a",python,content +6665,12672280,"train_dynamics.py",10425,0,"",python,selection_keyboard +6666,12672380,"train_dynamics.py",10425,0,"t",python,content +6667,12672381,"train_dynamics.py",10426,0,"",python,selection_keyboard +6668,12672445,"train_dynamics.py",10426,0,"e",python,content +6669,12672446,"train_dynamics.py",10427,0,"",python,selection_keyboard +6670,12672681,"train_dynamics.py",10426,0,"",python,selection_command +6671,12672796,"train_dynamics.py",10412,0,"",python,selection_command +6672,12672926,"train_dynamics.py",10411,0,"",python,selection_command +6673,12673516,"train_dynamics.py",10410,0,"",python,selection_command +6674,12673653,"train_dynamics.py",10410,1,"e",python,selection_command +6675,12673711,"train_dynamics.py",10401,10,"eval_shape",python,selection_command +6676,12673861,"train_dynamics.py",10400,11,".eval_shape",python,selection_command +6677,12674218,"train_dynamics.py",10397,14,"nnx.eval_shape",python,selection_command +6678,12674384,"train_dynamics.py",10397,14,"",python,content +6679,12675104,"train_dynamics.py",10397,0,"j",python,content +6680,12675105,"train_dynamics.py",10398,0,"",python,selection_keyboard +6681,12675186,"train_dynamics.py",10398,0,"a",python,content +6682,12675186,"train_dynamics.py",10399,0,"",python,selection_keyboard +6683,12675306,"train_dynamics.py",10399,0,"x",python,content +6684,12675306,"train_dynamics.py",10400,0,"",python,selection_keyboard +6685,12675401,"train_dynamics.py",10400,0,".",python,content +6686,12675401,"train_dynamics.py",10401,0,"",python,selection_keyboard +6687,12675517,"train_dynamics.py",10401,0,"t",python,content +6688,12675518,"train_dynamics.py",10402,0,"",python,selection_keyboard +6689,12675684,"train_dynamics.py",10402,0,"r",python,content +6690,12675684,"train_dynamics.py",10403,0,"",python,selection_keyboard +6691,12675755,"train_dynamics.py",10403,0,"e",python,content +6692,12675756,"train_dynamics.py",10404,0,"",python,selection_keyboard +6693,12675935,"train_dynamics.py",10404,0,".",python,content +6694,12675936,"train_dynamics.py",10405,0,"",python,selection_keyboard +6695,12676456,"train_dynamics.py",10404,1,"",python,content +6696,12676529,"train_dynamics.py",10404,0,"e",python,content +6697,12676530,"train_dynamics.py",10405,0,"",python,selection_keyboard +6698,12676621,"train_dynamics.py",10405,0,".",python,content +6699,12676621,"train_dynamics.py",10406,0,"",python,selection_keyboard +6700,12676769,"train_dynamics.py",10406,0,"m",python,content +6701,12676769,"train_dynamics.py",10407,0,"",python,selection_keyboard +6702,12676979,"train_dynamics.py",10407,0,"a",python,content +6703,12676979,"train_dynamics.py",10408,0,"",python,selection_keyboard +6704,12677046,"train_dynamics.py",10408,0,"p",python,content +6705,12677046,"train_dynamics.py",10409,0,"",python,selection_keyboard +6706,12678059,"train_dynamics.py",10409,0,"(",python,content +6707,12678060,"train_dynamics.py",10410,0,"",python,selection_keyboard +6708,12678575,"train_dynamics.py",10410,0,"o",python,content +6709,12678576,"train_dynamics.py",10411,0,"",python,selection_keyboard +6710,12678629,"train_dynamics.py",10411,0,"c",python,content +6711,12678630,"train_dynamics.py",10412,0,"",python,selection_keyboard +6712,12679357,"train_dynamics.py",10412,0,"p",python,content +6713,12679357,"train_dynamics.py",10413,0,"",python,selection_keyboard +6714,12679568,"train_dynamics.py",10413,0,".",python,content +6715,12679569,"train_dynamics.py",10414,0,"",python,selection_keyboard +6716,12680825,"train_dynamics.py",10414,0,"u",python,content +6717,12680825,"train_dynamics.py",10415,0,"",python,selection_keyboard +6718,12680952,"train_dynamics.py",10415,0,"t",python,content +6719,12680952,"train_dynamics.py",10416,0,"",python,selection_keyboard +6720,12681014,"train_dynamics.py",10416,0,"i",python,content +6721,12681014,"train_dynamics.py",10417,0,"",python,selection_keyboard +6722,12681068,"train_dynamics.py",10417,0,"l",python,content +6723,12681068,"train_dynamics.py",10418,0,"",python,selection_keyboard +6724,12681161,"train_dynamics.py",10418,0,"s",python,content +6725,12681162,"train_dynamics.py",10419,0,"",python,selection_keyboard +6726,12681295,"train_dynamics.py",10419,0,".",python,content +6727,12681295,"train_dynamics.py",10420,0,"",python,selection_keyboard +6728,12681660,"train_dynamics.py",10420,0,"t",python,content +6729,12681661,"train_dynamics.py",10421,0,"",python,selection_keyboard +6730,12681737,"train_dynamics.py",10421,0,"o",python,content +6731,12681737,"train_dynamics.py",10422,0,"",python,selection_keyboard +6732,12681918,"train_dynamics.py",10422,0,"_",python,content +6733,12681918,"train_dynamics.py",10423,0,"",python,selection_keyboard +6734,12682086,"train_dynamics.py",10423,0,"s",python,content +6735,12682086,"train_dynamics.py",10424,0,"",python,selection_keyboard +6736,12682180,"train_dynamics.py",10424,0,"h",python,content +6737,12682180,"train_dynamics.py",10425,0,"",python,selection_keyboard +6738,12682769,"train_dynamics.py",10420,5,"to_shape_dtype_struct",python,content +6739,12683132,"train_dynamics.py",10440,0,"",python,selection_command +6740,12683547,"train_dynamics.py",10458,0,"",python,selection_command +6741,12683984,"train_dynamics.py",10458,0,")",python,content +6742,12683985,"train_dynamics.py",10459,0,"",python,selection_keyboard +6743,12684361,"train_dynamics.py",10458,0,"",python,selection_command +6744,12684522,"train_dynamics.py",10457,0,"",python,selection_command +6745,12684664,"train_dynamics.py",10442,0,"",python,selection_command +6746,12684809,"train_dynamics.py",10441,0,"",python,selection_command +6747,12685206,"train_dynamics.py",10420,0,"",python,selection_command +6748,12686155,"train_dynamics.py",10459,0,"",python,selection_command +6749,12686235,"train_dynamics.py",10459,0,")",python,content +6750,12686236,"train_dynamics.py",10460,0,"",python,selection_keyboard +6751,12686666,"train_dynamics.py",10459,0,"",python,selection_command +6752,12687833,"train_dynamics.py",10362,0,"",python,selection_command +6753,12688778,"train_dynamics.py",10460,0,"",python,selection_command +6754,12689062,"train_dynamics.py",10459,0,"",python,selection_command +6755,12690303,"train_dynamics.py",10458,0,"",python,selection_command +6756,12691607,"train_dynamics.py",10459,0,"",python,selection_command +6757,12692338,"train_dynamics.py",10458,0,"",python,selection_command +6758,12692616,"train_dynamics.py",10460,0,"",python,selection_command +6759,12692747,"train_dynamics.py",10459,1,"",python,content +6760,12692904,"train_dynamics.py",10458,0,"",python,selection_command +6761,12693686,"train_dynamics.py",10457,0,"",python,selection_command +6762,12693828,"train_dynamics.py",10442,0,"",python,selection_command +6763,12693983,"train_dynamics.py",10441,0,"",python,selection_command +6764,12694379,"train_dynamics.py",10442,0,"",python,selection_command +6765,12698470,"train_dynamics.py",10441,0,"",python,selection_command +6766,12698719,"train_dynamics.py",10420,0,"",python,selection_command +6767,12698746,"train_dynamics.py",10419,0,"",python,selection_command +6768,12698780,"train_dynamics.py",10414,0,"",python,selection_command +6769,12698809,"train_dynamics.py",10413,0,"",python,selection_command +6770,12698841,"train_dynamics.py",10410,0,"",python,selection_command +6771,12698874,"train_dynamics.py",10409,0,"",python,selection_command +6772,12699181,"train_dynamics.py",10406,0,"",python,selection_command +6773,12708467,"train_dynamics.py",10405,0,"",python,selection_command +6774,12708653,"train_dynamics.py",10401,0,"",python,selection_command +6775,12709236,"train_dynamics.py",10405,0,"",python,selection_command +6776,12709772,"train_dynamics.py",10401,0,"",python,selection_command +6777,12710857,"train_dynamics.py",10405,0,"",python,selection_command +6778,12711283,"train_dynamics.py",10406,0,"",python,selection_command +6779,12711535,"train_dynamics.py",10409,0,"",python,selection_command +6780,12711561,"train_dynamics.py",10410,0,"",python,selection_command +6781,12711595,"train_dynamics.py",10413,0,"",python,selection_command +6782,12711623,"train_dynamics.py",10414,0,"",python,selection_command +6783,12711851,"train_dynamics.py",10419,0,"",python,selection_command +6784,12712126,"train_dynamics.py",10420,0,"",python,selection_command +6785,12714436,"train_dynamics.py",10441,0,"",python,selection_command +6786,12714688,"train_dynamics.py",10442,0,"",python,selection_command +6787,12715599,"train_dynamics.py",10441,0,"",python,selection_command +6788,12716034,"train_dynamics.py",10441,1,"",python,content +6789,12716366,"train_dynamics.py",10441,0,",",python,content +6790,12716366,"train_dynamics.py",10442,0,"",python,selection_keyboard +6791,12716443,"train_dynamics.py",10442,0," ",python,content +6792,12716443,"train_dynamics.py",10443,0,"",python,selection_keyboard +6793,12716646,"train_dynamics.py",10442,0,"",python,selection_command +6794,12717746,"train_dynamics.py",10362,0,"",python,selection_command +6795,12718230,"train_dynamics.py",10370,0,"",python,selection_command +6796,12718534,"train_dynamics.py",10460,0,"",python,selection_command +6797,12718935,"train_dynamics.py",10459,0,"",python,selection_command +6798,12719270,"train_dynamics.py",10460,0,"",python,selection_command +6799,12719360,"train_dynamics.py",10459,1,"",python,content +6800,12719500,"train_dynamics.py",10458,0,"",python,selection_command +6801,12720021,"train_dynamics.py",10362,0,"",python,selection_command +6802,12720716,"train_dynamics.py",10459,0,"",python,selection_command +6803,12721470,"train_dynamics.py",10458,0,"",python,selection_command +6804,12721890,"train_dynamics.py",10362,0,"",python,selection_command +6805,12723213,"train_dynamics.py",10370,0,"",python,selection_command +6806,12723462,"train_dynamics.py",10395,0,"",python,selection_command +6807,12723463,"train_dynamics.py",10397,0,"",python,selection_command +6808,12723493,"train_dynamics.py",10400,0,"",python,selection_command +6809,12723527,"train_dynamics.py",10401,0,"",python,selection_command +6810,12723559,"train_dynamics.py",10405,0,"",python,selection_command +6811,12723653,"train_dynamics.py",10406,0,"",python,selection_command +6812,12723653,"train_dynamics.py",10409,0,"",python,selection_command +6813,12725116,"train_dynamics.py",10410,0,"",python,selection_command +6814,12725226,"train_dynamics.py",10410,0,"\n ",python,content +6815,12725465,"train_dynamics.py",10422,0,"",python,selection_command +6816,12726275,"train_dynamics.py",10472,0,"",python,selection_command +6817,12726661,"train_dynamics.py",10471,0,"",python,selection_command +6818,12727137,"train_dynamics.py",10470,1,"",python,content +6819,12728371,"train_dynamics.py",10470,0,"e",python,content +6820,12728371,"train_dynamics.py",10471,0,"",python,selection_keyboard +6821,12728484,"train_dynamics.py",10471,0,"\n ",python,content +6822,12728997,"train_dynamics.py",10480,4,"",python,content +6823,12729229,"train_dynamics.py",10479,0,"",python,selection_command +6824,12730833,"train_dynamics.py",10489,0,"",python,selection_command +6825,12733135,"train_dynamics.py",10479,0,"",python,selection_command +6826,12733423,"train_dynamics.py",10489,0,"",python,selection_command +6827,12740065,"test.ipynb",0,0,"",python,tab +6828,12740065,"test.ipynb",382,0,"",python,selection_mouse +6829,12742048,"test.ipynb",384,0,"",python,selection_command +6830,12742338,"test.ipynb",384,0,".",python,content +6831,12742339,"test.ipynb",385,0,"",python,selection_keyboard +6832,12744450,"test.ipynb",385,0,"m",python,content +6833,12744451,"test.ipynb",386,0,"",python,selection_keyboard +6834,12744454,"test.ipynb",386,0,"o",python,content +6835,12744454,"test.ipynb",387,0,"",python,selection_keyboard +6836,12744461,"test.ipynb",387,0,"d",python,content +6837,12744462,"test.ipynb",388,0,"",python,selection_keyboard +6838,12744504,"test.ipynb",388,0,"e",python,content +6839,12744505,"test.ipynb",389,0,"",python,selection_keyboard +6840,12744957,"test.ipynb",389,0,"l",python,content +6841,12744958,"test.ipynb",390,0,"",python,selection_keyboard +6842,12745149,"test.ipynb",390,0,".",python,content +6843,12745149,"test.ipynb",391,0,"",python,selection_keyboard +6844,12745867,"test.ipynb",391,0,"t",python,content +6845,12745867,"test.ipynb",392,0,"",python,selection_keyboard +6846,12745909,"test.ipynb",392,0,"o",python,content +6847,12745909,"test.ipynb",393,0,"",python,selection_keyboard +6848,12746006,"test.ipynb",393,0,"k",python,content +6849,12746006,"test.ipynb",394,0,"",python,selection_keyboard +6850,12746054,"test.ipynb",394,0,"e",python,content +6851,12746055,"test.ipynb",395,0,"",python,selection_keyboard +6852,12746197,"test.ipynb",395,0,"n",python,content +6853,12746198,"test.ipynb",396,0,"",python,selection_keyboard +6854,12746198,"test.ipynb",396,0,"i",python,content +6855,12746198,"test.ipynb",397,0,"",python,selection_keyboard +6856,12746248,"test.ipynb",397,0,"z",python,content +6857,12746248,"test.ipynb",398,0,"",python,selection_keyboard +6858,12746332,"test.ipynb",398,0,"e",python,content +6859,12746332,"test.ipynb",399,0,"",python,selection_keyboard +6860,12746402,"test.ipynb",399,0,"r",python,content +6861,12746402,"test.ipynb",400,0,"",python,selection_keyboard +6862,12746531,"test.ipynb",400,0,".",python,content +6863,12746532,"test.ipynb",401,0,"",python,selection_keyboard +6864,12746877,"test.ipynb",401,0,"v",python,content +6865,12746878,"test.ipynb",402,0,"",python,selection_keyboard +6866,12746954,"test.ipynb",402,0,"q",python,content +6867,12746954,"test.ipynb",403,0,"",python,selection_keyboard +6868,12783602,"test.ipynb",382,0,"",python,selection_mouse +6869,12785631,"test.ipynb",382,0,".",python,content +6870,12785631,"test.ipynb",383,0,"",python,selection_keyboard +6871,12785851,"test.ipynb",383,0,"m",python,content +6872,12785851,"test.ipynb",384,0,"",python,selection_keyboard +6873,12785881,"test.ipynb",384,0,"o",python,content +6874,12785881,"test.ipynb",385,0,"",python,selection_keyboard +6875,12785948,"test.ipynb",385,0,"d",python,content +6876,12785948,"test.ipynb",386,0,"",python,selection_keyboard +6877,12786013,"test.ipynb",386,0,"e",python,content +6878,12786014,"test.ipynb",387,0,"",python,selection_keyboard +6879,12786079,"test.ipynb",387,0,"l",python,content +6880,12786080,"test.ipynb",388,0,"",python,selection_keyboard +6881,12786249,"test.ipynb",387,0,"",python,selection_command +6882,12786458,"test.ipynb",388,0,"",python,selection_command +6883,12786765,"test.ipynb",391,0,"",python,selection_command +6884,12787363,"test.ipynb",390,0,"",python,selection_command +6885,12787451,"test.ipynb",390,1,".",python,selection_command +6886,12787479,"test.ipynb",390,6,".model",python,selection_command +6887,12788417,"test.ipynb",390,6,"",python,content +6888,12790953,"test.ipynb",390,1,".",python,selection_command +6889,12790962,"test.ipynb",390,10,".tokenizer",python,selection_command +6890,12791340,"test.ipynb",390,10,"",python,content +6891,12791602,"test.ipynb",388,0,"",python,selection_command +6892,12792156,"test.ipynb",387,0,"",python,selection_command +6893,12792538,"test.ipynb",388,0,".tokenizer",python,content +6894,12792538,"test.ipynb",397,0,"",python,selection_command +6895,12797294,"test.ipynb",395,0,"",python,selection_mouse +6896,12799853,"test.ipynb",317,0,"",python,selection_command +6897,12799928,"test.ipynb",317,0,"#",python,content +6898,12799929,"test.ipynb",318,0,"",python,selection_keyboard +6899,12799991,"test.ipynb",318,0," ",python,content +6900,12799991,"test.ipynb",319,0,"",python,selection_keyboard +6901,12800413,"test.ipynb",318,0,"",python,selection_command +6902,12800770,"test.ipynb",405,0,"\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq",python,content +6903,12800771,"test.ipynb",406,0,"",python,selection_command +6904,12801086,"test.ipynb",494,0,"\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq",python,content +6905,12801099,"test.ipynb",495,0,"",python,selection_command +6906,12801621,"test.ipynb",406,0,"",python,selection_command +6907,12801765,"test.ipynb",406,1,"",python,content +6908,12801955,"test.ipynb",406,1,"",python,content +6909,12802065,"test.ipynb",493,0,"",python,selection_command +6910,12802249,"test.ipynb",493,1,"",python,content +6911,12802394,"test.ipynb",493,1,"",python,content +6912,12802596,"test.ipynb",406,0,"",python,selection_command +6913,12802737,"test.ipynb",409,0,"",python,selection_command +6914,12802947,"test.ipynb",410,0,"",python,selection_command +6915,12803356,"test.ipynb",492,0,"",python,selection_command +6916,12803664,"test.ipynb",491,0,"",python,selection_command +6917,12805669,"test.ipynb",402,0,"",python,selection_command +6918,12809917,"test.ipynb",491,0,"",python,selection_command +6919,12810127,"test.ipynb",490,0,"",python,selection_command +6920,12810363,"test.ipynb",487,0,"",python,selection_command +6921,12810430,"test.ipynb",478,0,"",python,selection_command +6922,12811077,"test.ipynb",477,0,"",python,selection_command +6923,12811077,"test.ipynb",477,1,".",python,selection_command +6924,12811129,"test.ipynb",477,10,".tokenizer",python,selection_command +6925,12811448,"test.ipynb",477,10,"",python,content +6926,12811718,"test.ipynb",480,0,"",python,selection_command +6927,12812126,"test.ipynb",479,0,"",python,selection_command +6928,12812244,"test.ipynb",478,0,"",python,selection_command +6929,12812650,"test.ipynb",479,0,".tokenizer",python,content +6930,12812651,"test.ipynb",488,0,"",python,selection_command +6931,12815983,"test.ipynb",480,0,"",python,selection_command +6932,12816147,"test.ipynb",477,0,"",python,selection_command +6933,12816324,"test.ipynb",472,0,"",python,selection_command +6934,12817495,"test.ipynb",559,0,"",python,selection_command +6935,12819800,"test.ipynb",492,87,"",python,content +6936,12819804,"test.ipynb",406,0,"",python,selection_command +6937,12820684,"test.ipynb",492,0,"\njax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq",python,content +6938,12820687,"test.ipynb",493,0,"",python,selection_command +6939,12821372,"test.ipynb",406,0,"",python,selection_command +6940,12821636,"test.ipynb",406,0,"#",python,content +6941,12821734,"test.ipynb",407,0," ",python,content +6942,12821910,"test.ipynb",407,0,"",python,selection_command +6943,12822030,"test.ipynb",496,0,"",python,selection_command +6944,12822855,"test.ipynb",580,0,"",python,selection_command +6945,12823300,"test.ipynb",579,0,"",python,selection_command +6946,12823470,"test.ipynb",578,0,"",python,selection_command +6947,12823588,"test.ipynb",569,0,"",python,selection_command +6948,12823733,"test.ipynb",566,0,"",python,selection_command +6949,12823865,"test.ipynb",561,0,"",python,selection_command +6950,12823998,"test.ipynb",560,0,"",python,selection_command +6951,12824518,"test.ipynb",560,1,".",python,selection_command +6952,12824536,"test.ipynb",560,6,".model",python,selection_command +6953,12825149,"test.ipynb",560,6,"",python,content +6954,12825234,"test.ipynb",561,0,"",python,selection_command +6955,12826156,"test.ipynb",562,0,".model",python,content +6956,12826157,"test.ipynb",567,0,"",python,selection_command +6957,12828734,"test.ipynb",495,0,"",python,selection_command +6958,12829682,"test.ipynb",495,0,"#",python,content +6959,12829683,"test.ipynb",496,0,"",python,selection_keyboard +6960,12829883,"test.ipynb",495,0,"",python,selection_command +6961,12830490,"test.ipynb",496,0,"",python,selection_command +6962,12830578,"test.ipynb",496,0," ",python,content +6963,12830579,"test.ipynb",497,0,"",python,selection_keyboard +6964,12830705,"test.ipynb",496,0,"",python,selection_command +6965,12830836,"test.ipynb",407,0,"",python,selection_command +6966,12830981,"test.ipynb",406,0,"",python,selection_command +6967,12831181,"test.ipynb",406,1,"",python,content +6968,12831339,"test.ipynb",406,1,"",python,content +6969,12834750,"test.ipynb",406,0,"#",python,content +6970,12834750,"test.ipynb",407,0,"",python,selection_keyboard +6971,12834791,"test.ipynb",407,0," ",python,content +6972,12834792,"test.ipynb",408,0,"",python,selection_keyboard +6973,12834977,"test.ipynb",407,0,"",python,selection_command +6974,12835192,"test.ipynb",406,0,"",python,selection_command +6975,12835404,"test.ipynb",317,0,"",python,selection_command +6976,12836212,"test.ipynb",317,1,"",python,content +6977,12836353,"test.ipynb",317,1,"",python,content +6978,12839298,"test.ipynb",317,0,"#",python,content +6979,12839298,"test.ipynb",318,0,"",python,selection_keyboard +6980,12839342,"test.ipynb",318,0," ",python,content +6981,12839343,"test.ipynb",319,0,"",python,selection_keyboard +6982,12839493,"test.ipynb",318,0,"",python,selection_command +6983,12851100,"test.ipynb",311,0,"",python,selection_mouse +6984,12851960,"test.ipynb",237,0,"",python,selection_command +6985,12852360,"test.ipynb",237,1,"",python,content +6986,12852512,"test.ipynb",237,1,"",python,content +6987,12856064,"test.ipynb",237,0,"#",python,content +6988,12856065,"test.ipynb",238,0,"",python,selection_keyboard +6989,12856334,"test.ipynb",237,0,"",python,selection_command +6990,12856835,"test.ipynb",238,0,"",python,selection_command +6991,12856897,"test.ipynb",238,0," ",python,content +6992,12856897,"test.ipynb",239,0,"",python,selection_keyboard +6993,12857095,"test.ipynb",238,0,"",python,selection_command +6994,12857243,"test.ipynb",159,0,"",python,selection_command +6995,12857435,"test.ipynb",158,0,"",python,selection_command +6996,12857632,"test.ipynb",158,1,"",python,content +6997,12857805,"test.ipynb",158,1,"",python,content +6998,12861732,"test.ipynb",158,0,"#",python,content +6999,12861732,"test.ipynb",159,0,"",python,selection_keyboard +7000,12861744,"test.ipynb",159,0," ",python,content +7001,12861745,"test.ipynb",160,0,"",python,selection_keyboard +7002,12861963,"test.ipynb",159,0,"",python,selection_command +7003,12862330,"test.ipynb",80,0,"",python,selection_command +7004,12862447,"test.ipynb",79,0,"",python,selection_command +7005,12862781,"test.ipynb",79,1,"",python,content +7006,12862971,"test.ipynb",79,1,"",python,content +7007,12866217,"test.ipynb",79,0,"#",python,content +7008,12866217,"test.ipynb",80,0,"",python,selection_keyboard +7009,12866248,"test.ipynb",80,0," ",python,content +7010,12866248,"test.ipynb",81,0,"",python,selection_keyboard +7011,12866449,"test.ipynb",80,0,"",python,selection_command +7012,12876135,"test.ipynb",1,0,"",python,selection_command +7013,12876397,"test.ipynb",0,0,"",python,selection_command +7014,12876911,"test.ipynb",79,0,"",python,selection_command +7015,12877052,"test.ipynb",158,0,"",python,selection_command +7016,12877185,"test.ipynb",237,0,"",python,selection_command +7017,12877328,"test.ipynb",316,0,"",python,selection_command +7018,12877520,"test.ipynb",317,0,"",python,selection_command +7019,12878586,"test.ipynb",316,0,"",python,selection_command +7020,12878902,"test.ipynb",316,0,"\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq",python,content +7021,12878904,"test.ipynb",317,0,"",python,selection_command +7022,12879328,"test.ipynb",319,0,"",python,selection_command +7023,12879617,"test.ipynb",322,0,"",python,selection_command +7024,12879617,"test.ipynb",323,0,"",python,selection_command +7025,12879641,"test.ipynb",327,0,"",python,selection_command +7026,12879669,"test.ipynb",328,0,"",python,selection_command +7027,12879701,"test.ipynb",331,0,"",python,selection_command +7028,12879736,"test.ipynb",332,0,"",python,selection_command +7029,12879773,"test.ipynb",335,0,"",python,selection_command +7030,12879802,"test.ipynb",336,0,"",python,selection_command +7031,12879855,"test.ipynb",341,0,"",python,selection_command +7032,12879950,"test.ipynb",342,0,"",python,selection_command +7033,12879950,"test.ipynb",363,0,"",python,selection_command +7034,12879950,"test.ipynb",365,0,"",python,selection_command +7035,12879975,"test.ipynb",368,0,"",python,selection_command +7036,12880007,"test.ipynb",369,0,"",python,selection_command +7037,12880041,"test.ipynb",374,0,"",python,selection_command +7038,12880145,"test.ipynb",375,0,"",python,selection_command +7039,12880145,"test.ipynb",384,0,"",python,selection_command +7040,12880163,"test.ipynb",385,0,"",python,selection_command +7041,12880174,"test.ipynb",390,0,"",python,selection_command +7042,12880386,"test.ipynb",391,0,"",python,selection_command +7043,12880546,"test.ipynb",400,0,"",python,selection_command +7044,12880687,"test.ipynb",403,0,"",python,selection_command +7045,12881069,"test.ipynb",402,0,"",python,selection_command +7046,12881193,"test.ipynb",402,1,".",python,selection_command +7047,12881196,"test.ipynb",402,3,".vq",python,selection_command +7048,12881839,"test.ipynb",402,3,"",python,content +7049,12881841,"test.ipynb",401,0,"",python,selection_command +7050,12881958,"test.ipynb",400,0,"",python,selection_command +7051,12882086,"test.ipynb",399,0,"",python,selection_command +7052,12882290,"test.ipynb",400,0,".vq",python,content +7053,12882290,"test.ipynb",402,0,"",python,selection_command +7054,12883849,"test.ipynb",317,0,"",python,selection_command +7055,12884429,"test.ipynb",317,1,"",python,content +7056,12884562,"test.ipynb",317,1,"",python,content +7057,12886436,"test.ipynb",317,0,"#",python,content +7058,12886436,"test.ipynb",318,0,"",python,selection_keyboard +7059,12886491,"test.ipynb",318,0," ",python,content +7060,12886491,"test.ipynb",319,0,"",python,selection_keyboard +7061,12886769,"test.ipynb",318,0,"",python,selection_command +7062,12886829,"test.ipynb",407,0,"",python,selection_command +7063,12887035,"test.ipynb",406,0,"",python,selection_command +7064,12887294,"test.ipynb",406,1,"",python,content +7065,12887549,"test.ipynb",406,1,"",python,content +7066,12889652,"test.ipynb",406,0,"#",python,content +7067,12889652,"test.ipynb",407,0,"",python,selection_keyboard +7068,12889696,"test.ipynb",407,0," ",python,content +7069,12889697,"test.ipynb",408,0,"",python,selection_keyboard +7070,12889915,"test.ipynb",407,0,"",python,selection_command +7071,12889996,"test.ipynb",496,0,"",python,selection_command +7072,12890183,"test.ipynb",495,0,"",python,selection_command +7073,12890286,"test.ipynb",495,1,"",python,content +7074,12890728,"test.ipynb",495,1,"",python,content +7075,12892366,"test.ipynb",495,0,"#",python,content +7076,12892366,"test.ipynb",496,0,"",python,selection_keyboard +7077,12892394,"test.ipynb",496,0," ",python,content +7078,12892395,"test.ipynb",497,0,"",python,selection_keyboard +7079,12892728,"test.ipynb",496,0,"",python,selection_command +7080,12892881,"test.ipynb",585,0,"",python,selection_command +7081,12893097,"test.ipynb",496,0,"",python,selection_command +7082,12893252,"test.ipynb",407,0,"",python,selection_command +7083,12893379,"test.ipynb",318,0,"",python,selection_command +7084,12893585,"test.ipynb",316,0,"",python,selection_command +7085,12900617,"test.ipynb",237,0,"",python,selection_command +7086,12900824,"test.ipynb",158,0,"",python,selection_command +7087,12900941,"test.ipynb",79,0,"",python,selection_command +7088,12901119,"test.ipynb",0,0,"",python,selection_command +7089,12901673,"test.ipynb",0,1,"",python,content +7090,12902044,"test.ipynb",0,1,"",python,content +7091,12904932,"test.ipynb",0,0,"#",python,content +7092,12904933,"test.ipynb",1,0,"",python,selection_keyboard +7093,12905015,"test.ipynb",1,0," ",python,content +7094,12905015,"test.ipynb",2,0,"",python,selection_keyboard +7095,12905314,"test.ipynb",1,0,"",python,selection_command +7096,12906066,"test.ipynb",78,0,"",python,selection_command +7097,12906172,"test.ipynb",78,0," ",python,content +7098,12906173,"test.ipynb",79,0,"",python,selection_keyboard +7099,12906409,"test.ipynb",79,0,"<",python,content +7100,12906409,"test.ipynb",80,0,"",python,selection_keyboard +7101,12906887,"test.ipynb",80,0,"_",python,content +7102,12906887,"test.ipynb",81,0,"",python,selection_keyboard +7103,12907221,"test.ipynb",80,1,"",python,content +7104,12907412,"test.ipynb",80,0,"-",python,content +7105,12907412,"test.ipynb",81,0,"",python,selection_keyboard +7106,12907511,"test.ipynb",81,0," ",python,content +7107,12907512,"test.ipynb",82,0,"",python,selection_keyboard +7108,12907744,"test.ipynb",82,0,"w",python,content +7109,12907745,"test.ipynb",83,0,"",python,selection_keyboard +7110,12907782,"test.ipynb",83,0,"o",python,content +7111,12907782,"test.ipynb",84,0,"",python,selection_keyboard +7112,12907935,"test.ipynb",84,0,"r",python,content +7113,12907936,"test.ipynb",85,0,"",python,selection_keyboard +7114,12907936,"test.ipynb",85,0,"k",python,content +7115,12907937,"test.ipynb",86,0,"",python,selection_keyboard +7116,12908078,"test.ipynb",86,0,"s",python,content +7117,12908078,"test.ipynb",87,0,"",python,selection_keyboard +7118,12908984,"test.ipynb",86,0,"",python,selection_command +7119,12909100,"test.ipynb",165,0,"",python,selection_command +7120,12909566,"test.ipynb",166,0,"",python,selection_command +7121,12909667,"test.ipynb",166,0," ",python,content +7122,12909668,"test.ipynb",167,0,"",python,selection_keyboard +7123,12910255,"test.ipynb",167,0,"<",python,content +7124,12910256,"test.ipynb",168,0,"",python,selection_keyboard +7125,12910582,"test.ipynb",168,0,"-",python,content +7126,12910582,"test.ipynb",169,0,"",python,selection_keyboard +7127,12910706,"test.ipynb",169,0," ",python,content +7128,12910707,"test.ipynb",170,0,"",python,selection_keyboard +7129,12910969,"test.ipynb",170,0,"w",python,content +7130,12910969,"test.ipynb",171,0,"",python,selection_keyboard +7131,12911012,"test.ipynb",171,0,"o",python,content +7132,12911013,"test.ipynb",172,0,"",python,selection_keyboard +7133,12911111,"test.ipynb",172,0,"r",python,content +7134,12911111,"test.ipynb",173,0,"",python,selection_keyboard +7135,12911175,"test.ipynb",173,0,"k",python,content +7136,12911175,"test.ipynb",174,0,"",python,selection_keyboard +7137,12911283,"test.ipynb",174,0,"s",python,content +7138,12911283,"test.ipynb",175,0,"",python,selection_keyboard +7139,12911537,"test.ipynb",174,0,"",python,selection_command +7140,12911653,"test.ipynb",253,0,"",python,selection_command +7141,12911795,"test.ipynb",332,0,"",python,selection_command +7142,12911941,"test.ipynb",334,0,"",python,selection_command +7143,12912202,"test.ipynb",421,0,"",python,selection_command +7144,12912362,"test.ipynb",423,0,"",python,selection_command +7145,12912450,"test.ipynb",423,0," ",python,content +7146,12912451,"test.ipynb",424,0,"",python,selection_keyboard +7147,12912830,"test.ipynb",424,0,",",python,content +7148,12912830,"test.ipynb",425,0,"",python,selection_keyboard +7149,12913085,"test.ipynb",425,0,"_",python,content +7150,12913085,"test.ipynb",426,0,"",python,selection_keyboard +7151,12913420,"test.ipynb",425,1,"",python,content +7152,12913572,"test.ipynb",424,1,"",python,content +7153,12913932,"test.ipynb",423,0,"",python,selection_command +7154,12914051,"test.ipynb",334,0,"",python,selection_command +7155,12914142,"test.ipynb",332,0,"",python,selection_command +7156,12914270,"test.ipynb",253,0,"",python,selection_command +7157,12914394,"test.ipynb",174,0,"",python,selection_command +7158,12914522,"test.ipynb",86,0,"",python,selection_command +7159,12914730,"test.ipynb",85,0,"",python,selection_command +7160,12914881,"test.ipynb",84,0,"",python,selection_command +7161,12915132,"test.ipynb",83,0,"",python,selection_command +7162,12915158,"test.ipynb",82,0,"",python,selection_command +7163,12915287,"test.ipynb",81,0,"",python,selection_command +7164,12915453,"test.ipynb",80,0,"",python,selection_command +7165,12915583,"test.ipynb",79,0,"",python,selection_command +7166,12915746,"test.ipynb",79,1,"<",python,selection_command +7167,12915804,"test.ipynb",79,1,"<",python,selection_command +7168,12916910,"test.ipynb",79,2,"<-",python,selection_command +7169,12917516,"test.ipynb",79,1,"<",python,selection_command +7170,12918035,"test.ipynb",79,0,"",python,selection_command +7171,12918257,"test.ipynb",167,0,"#",python,content +7172,12918258,"test.ipynb",79,0,"#",python,content +7173,12918258,"test.ipynb",80,0,"",python,selection_keyboard +7174,12918311,"test.ipynb",169,0," ",python,content +7175,12918311,"test.ipynb",80,0," ",python,content +7176,12918311,"test.ipynb",81,0,"",python,selection_keyboard +7177,12918500,"test.ipynb",80,0,"",python,selection_command +7178,12918921,"test.ipynb",170,0,"",python,selection_command +7179,12919084,"test.ipynb",257,0,"",python,selection_command +7180,12919221,"test.ipynb",336,0,"",python,selection_command +7181,12919369,"test.ipynb",338,0,"",python,selection_command +7182,12919517,"test.ipynb",419,0,"",python,selection_command +7183,12919783,"test.ipynb",428,0,"",python,selection_command +7184,12919972,"test.ipynb",428,0," ",python,content +7185,12919972,"test.ipynb",429,0,"",python,selection_keyboard +7186,12920326,"test.ipynb",428,1,"",python,content +7187,12920400,"test.ipynb",428,0,"#",python,content +7188,12920400,"test.ipynb",429,0,"",python,selection_keyboard +7189,12920453,"test.ipynb",429,0," ",python,content +7190,12920454,"test.ipynb",430,0,"",python,selection_keyboard +7191,12920913,"test.ipynb",430,0,"<",python,content +7192,12920913,"test.ipynb",431,0,"",python,selection_keyboard +7193,12921041,"test.ipynb",431,0," ",python,content +7194,12921041,"test.ipynb",432,0,"",python,selection_keyboard +7195,12921354,"test.ipynb",431,1,"",python,content +7196,12921534,"test.ipynb",431,0,"-",python,content +7197,12921534,"test.ipynb",432,0,"",python,selection_keyboard +7198,12921682,"test.ipynb",432,0," ",python,content +7199,12921682,"test.ipynb",433,0,"",python,selection_keyboard +7200,12921897,"test.ipynb",433,0,"w",python,content +7201,12921897,"test.ipynb",434,0,"",python,selection_keyboard +7202,12921961,"test.ipynb",434,0,"o",python,content +7203,12921961,"test.ipynb",435,0,"",python,selection_keyboard +7204,12922043,"test.ipynb",435,0,"r",python,content +7205,12922044,"test.ipynb",436,0,"",python,selection_keyboard +7206,12922107,"test.ipynb",436,0,"k",python,content +7207,12922107,"test.ipynb",437,0,"",python,selection_keyboard +7208,12922176,"test.ipynb",437,0,"s",python,content +7209,12922176,"test.ipynb",438,0,"",python,selection_keyboard +7210,12922368,"test.ipynb",437,0,"",python,selection_command +7211,12922434,"test.ipynb",526,0,"",python,selection_command +7212,12922634,"test.ipynb",527,0,"",python,selection_command +7213,12922718,"test.ipynb",527,0," ",python,content +7214,12922718,"test.ipynb",528,0,"",python,selection_keyboard +7215,12922921,"test.ipynb",528,0,"#",python,content +7216,12922921,"test.ipynb",529,0,"",python,selection_keyboard +7217,12923026,"test.ipynb",529,0," ",python,content +7218,12923026,"test.ipynb",530,0,"",python,selection_keyboard +7219,12923897,"test.ipynb",530,0,"<",python,content +7220,12923898,"test.ipynb",531,0,"",python,selection_keyboard +7221,12924053,"test.ipynb",531,0,"-",python,content +7222,12924053,"test.ipynb",532,0,"",python,selection_keyboard +7223,12924368,"test.ipynb",532,0," ",python,content +7224,12924368,"test.ipynb",533,0,"",python,selection_keyboard +7225,12924449,"test.ipynb",533,0,"w",python,content +7226,12924449,"test.ipynb",534,0,"",python,selection_keyboard +7227,12924511,"test.ipynb",534,0,"o",python,content +7228,12924512,"test.ipynb",535,0,"",python,selection_keyboard +7229,12924595,"test.ipynb",535,0,"r",python,content +7230,12924595,"test.ipynb",536,0,"",python,selection_keyboard +7231,12924665,"test.ipynb",536,0,"k",python,content +7232,12924665,"test.ipynb",537,0,"",python,selection_keyboard +7233,12924728,"test.ipynb",537,0,"s",python,content +7234,12924728,"test.ipynb",538,0,"",python,selection_keyboard +7235,12924916,"test.ipynb",537,0,"",python,selection_command +7236,12925286,"test.ipynb",437,0,"",python,selection_command +7237,12925553,"test.ipynb",339,0,"",python,selection_command +7238,12926193,"test.ipynb",339,1,"#",python,selection_command +7239,12926252,"test.ipynb",339,1,"#",python,selection_command +7240,12926294,"test.ipynb",339,2,"# ",python,selection_command +7241,12926430,"test.ipynb",439,2,"",python,content +7242,12926430,"test.ipynb",339,2,"",python,content +7243,12926432,"test.ipynb",339,0,"",python,selection_command +7244,12931468,"test.ipynb",437,0,"",python,selection_command +7245,12932325,"test.ipynb",437,0," ",python,content +7246,12932325,"test.ipynb",438,0,"",python,selection_keyboard +7247,12932609,"test.ipynb",438,0,"#",python,content +7248,12932609,"test.ipynb",439,0,"",python,selection_keyboard +7249,12932870,"test.ipynb",438,1,"",python,content +7250,12932997,"test.ipynb",437,1,"",python,content +7251,12933026,"test.ipynb",437,0,"#",python,content +7252,12933026,"test.ipynb",438,0,"",python,selection_keyboard +7253,12933102,"test.ipynb",438,0," ",python,content +7254,12933103,"test.ipynb",439,0,"",python,selection_keyboard +7255,12935117,"test.ipynb",438,0,"",python,selection_command +7256,12935363,"test.ipynb",437,0,"",python,selection_command +7257,12935481,"test.ipynb",437,1,"",python,content +7258,12935596,"test.ipynb",437,1,"",python,content +7259,12935762,"test.ipynb",339,0,"",python,selection_command +7260,12936097,"test.ipynb",339,0,"#",python,content +7261,12936097,"test.ipynb",340,0,"",python,selection_keyboard +7262,12936157,"test.ipynb",340,0," ",python,content +7263,12936158,"test.ipynb",341,0,"",python,selection_keyboard +7264,12938601,"test.ipynb",340,0,"",python,selection_command +7265,12938713,"test.ipynb",440,0,"",python,selection_command +7266,12939013,"test.ipynb",439,0,"",python,selection_command +7267,12939546,"test.ipynb",439,0,"#",python,content +7268,12939547,"test.ipynb",440,0,"",python,selection_keyboard +7269,12939591,"test.ipynb",440,0," ",python,content +7270,12939592,"test.ipynb",441,0,"",python,selection_keyboard +7271,12939754,"test.ipynb",440,0,"",python,selection_command +7272,12939851,"test.ipynb",540,0,"",python,selection_command +7273,12940163,"test.ipynb",539,0,"",python,selection_command +7274,12940232,"test.ipynb",539,1,"",python,content +7275,12940380,"test.ipynb",539,1,"",python,content +7276,12942151,"test.ipynb",539,0,"#",python,content +7277,12942151,"test.ipynb",540,0,"",python,selection_keyboard +7278,12942208,"test.ipynb",540,0," ",python,content +7279,12942208,"test.ipynb",541,0,"",python,selection_keyboard +7280,12942408,"test.ipynb",540,0,"",python,selection_command +7281,12942554,"test.ipynb",629,0,"",python,selection_command +7282,12942890,"test.ipynb",628,0,"",python,selection_command +7283,12942975,"test.ipynb",628,1,"",python,content +7284,12943208,"test.ipynb",628,1,"",python,content +7285,12945482,"test.ipynb",628,0,"#",python,content +7286,12945483,"test.ipynb",629,0,"",python,selection_keyboard +7287,12945528,"test.ipynb",629,0," ",python,content +7288,12945528,"test.ipynb",630,0,"",python,selection_keyboard +7289,12945731,"test.ipynb",629,0,"",python,selection_command +7290,12946277,"test.ipynb",540,0,"",python,selection_command +7291,12946419,"test.ipynb",440,0,"",python,selection_command +7292,12946546,"test.ipynb",340,0,"",python,selection_command +7293,12946677,"test.ipynb",338,0,"",python,selection_command +7294,12946812,"test.ipynb",260,0,"",python,selection_command +7295,12947129,"test.ipynb",259,1,"",python,content +7296,12947274,"test.ipynb",259,1,"",python,content +7297,12949120,"test.ipynb",259,0,"#",python,content +7298,12949120,"test.ipynb",260,0,"",python,selection_keyboard +7299,12949170,"test.ipynb",260,0," ",python,content +7300,12949170,"test.ipynb",261,0,"",python,selection_keyboard +7301,12949331,"test.ipynb",260,0,"",python,selection_command +7302,12949446,"test.ipynb",259,0,"",python,selection_command +7303,12949608,"test.ipynb",180,0,"",python,selection_command +7304,12949766,"test.ipynb",180,1,"",python,content +7305,12949906,"test.ipynb",180,1,"",python,content +7306,12951977,"test.ipynb",180,0,"#",python,content +7307,12951978,"test.ipynb",181,0,"",python,selection_keyboard +7308,12952014,"test.ipynb",181,0," ",python,content +7309,12952014,"test.ipynb",182,0,"",python,selection_keyboard +7310,12952176,"test.ipynb",181,0,"",python,selection_command +7311,12952311,"test.ipynb",91,0,"",python,selection_command +7312,12952378,"test.ipynb",90,0,"",python,selection_command +7313,12952886,"test.ipynb",90,1,"",python,content +7314,12953043,"test.ipynb",90,1,"",python,content +7315,12955149,"test.ipynb",90,0,"#",python,content +7316,12955150,"test.ipynb",91,0,"",python,selection_keyboard +7317,12955210,"test.ipynb",91,0," ",python,content +7318,12955210,"test.ipynb",92,0,"",python,selection_keyboard +7319,12955359,"test.ipynb",91,0,"",python,selection_command +7320,12955508,"test.ipynb",90,0,"",python,selection_command +7321,12955629,"test.ipynb",0,0,"",python,selection_command +7322,12955816,"test.ipynb",0,1,"",python,content +7323,12956168,"test.ipynb",0,1,"",python,content +7324,12957885,"test.ipynb",0,0,"#",python,content +7325,12957885,"test.ipynb",1,0,"",python,selection_keyboard +7326,12957973,"test.ipynb",1,0," ",python,content +7327,12957974,"test.ipynb",2,0,"",python,selection_keyboard +7328,12958084,"test.ipynb",1,0,"",python,selection_command +7329,12968533,"test.ipynb",0,89,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works",python,selection_command +7330,12968626,"test.ipynb",0,179,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works",python,selection_command +7331,12968884,"test.ipynb",0,258,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)",python,selection_command +7332,12968911,"test.ipynb",0,337,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)",python,selection_command +7333,12968945,"test.ipynb",0,338,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n",python,selection_command +7334,12968969,"test.ipynb",0,438,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works",python,selection_command +7335,12968998,"test.ipynb",0,538,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works",python,selection_command +7336,12969040,"test.ipynb",0,627,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq",python,selection_command +7337,12969177,"test.ipynb",0,716,"# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq))) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.display(nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7338,12969601,"test.ipynb",629,0,"",python,selection_command +7339,13012406,"test.ipynb",540,0,"",python,selection_command +7340,13012648,"test.ipynb",440,0,"",python,selection_command +7341,13012677,"test.ipynb",340,0,"",python,selection_command +7342,13012709,"test.ipynb",338,0,"",python,selection_command +7343,13012742,"test.ipynb",260,0,"",python,selection_command +7344,13012845,"test.ipynb",181,0,"",python,selection_command +7345,13013023,"test.ipynb",91,0,"",python,selection_command +7346,13013152,"test.ipynb",1,0,"",python,selection_command +7347,13013587,"test.ipynb",0,0,"",python,selection_command +7348,13013689,"test.ipynb",0,1,"",python,content +7349,13013818,"test.ipynb",0,1,"",python,content +7350,13014162,"test.ipynb",0,1,"n",python,selection_command +7351,13014229,"test.ipynb",0,3,"nnx",python,selection_command +7352,13014406,"test.ipynb",0,4,"nnx.",python,selection_command +7353,13014581,"test.ipynb",0,11,"nnx.display",python,selection_command +7354,13014963,"test.ipynb",0,12,"nnx.display(",python,selection_command +7355,13015095,"test.ipynb",0,12,"",python,content +7356,13015497,"test.ipynb",75,0,"",python,selection_command +7357,13015730,"test.ipynb",74,0,"",python,selection_command +7358,13015847,"test.ipynb",73,0,"",python,selection_command +7359,13016097,"test.ipynb",72,0,"",python,selection_command +7360,13016127,"test.ipynb",71,0,"",python,selection_command +7361,13016159,"test.ipynb",70,0,"",python,selection_command +7362,13016190,"test.ipynb",69,0,"",python,selection_command +7363,13016223,"test.ipynb",68,0,"",python,selection_command +7364,13016258,"test.ipynb",67,0,"",python,selection_command +7365,13016285,"test.ipynb",66,0,"",python,selection_command +7366,13016317,"test.ipynb",65,0,"",python,selection_command +7367,13016351,"test.ipynb",64,0,"",python,selection_command +7368,13016626,"test.ipynb",63,0,"",python,selection_command +7369,13017088,"test.ipynb",63,1,"",python,content +7370,13020266,"test.ipynb",0,0,"",python,selection_command +7371,13021186,"test.ipynb",75,0,"",python,selection_command +7372,13021628,"test.ipynb",77,0,"",python,selection_command +7373,13022150,"test.ipynb",77,1,"n",python,selection_command +7374,13022299,"test.ipynb",77,2,"nn",python,selection_command +7375,13022553,"test.ipynb",77,3,"nnx",python,selection_command +7376,13022579,"test.ipynb",77,4,"nnx.",python,selection_command +7377,13022610,"test.ipynb",77,5,"nnx.d",python,selection_command +7378,13022645,"test.ipynb",77,6,"nnx.di",python,selection_command +7379,13022677,"test.ipynb",77,7,"nnx.dis",python,selection_command +7380,13022708,"test.ipynb",77,8,"nnx.disp",python,selection_command +7381,13022741,"test.ipynb",77,9,"nnx.displ",python,selection_command +7382,13022775,"test.ipynb",77,10,"nnx.displa",python,selection_command +7383,13022999,"test.ipynb",77,10,"nnx.displa",python,selection_command +7384,13023086,"test.ipynb",77,11,"nnx.display",python,selection_command +7385,13023243,"test.ipynb",77,11,"nnx.display",python,selection_command +7386,13023497,"test.ipynb",77,12,"nnx.display(",python,selection_command +7387,13023866,"test.ipynb",246,12,"",python,content +7388,13023866,"test.ipynb",167,12,"",python,content +7389,13023866,"test.ipynb",77,12,"",python,content +7390,13023871,"test.ipynb",77,0,"",python,selection_command +7391,13026996,"test.ipynb",2,0,"",python,selection_command +7392,13027198,"test.ipynb",0,0,"",python,tab +7393,13027199,"test.ipynb",0,0,"",python,selection_command +7394,13030234,"test.ipynb",0,0,"",python,tab +7395,13030783,"test.ipynb",0,0,"",python,selection_command +7396,13030850,"test.ipynb",0,0,"#",python,content +7397,13030850,"test.ipynb",1,0,"",python,selection_keyboard +7398,13031516,"test.ipynb",1,0," ",python,content +7399,13031516,"test.ipynb",2,0,"",python,selection_keyboard +7400,13031678,"test.ipynb",1,0,"",python,selection_command +7401,13032815,"test.ipynb",78,0,"",python,selection_command +7402,13033038,"test.ipynb",1,0,"",python,selection_command +7403,13033133,"test.ipynb",2,0,"",python,selection_command +7404,13033529,"test.ipynb",2,1,"n",python,selection_command +7405,13033618,"test.ipynb",2,1,"n",python,selection_command +7406,13033882,"test.ipynb",2,1,"n",python,selection_command +7407,13033898,"test.ipynb",2,1,"n",python,selection_command +7408,13033930,"test.ipynb",0,3,"# n",python,selection_command +7409,13033963,"test.ipynb",2,1,"n",python,selection_command +7410,13033996,"test.ipynb",2,1,"n",python,selection_command +7411,13034139,"test.ipynb",2,1,"n",python,selection_command +7412,13034314,"test.ipynb",2,1,"n",python,selection_command +7413,13035598,"test.ipynb",2,74,"nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)) # <- works",python,selection_command +7414,13036435,"test.ipynb",666,0,"",python,selection_command +7415,13116367,"test.ipynb",579,88,"# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7416,13116649,"test.ipynb",490,177,"# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7417,13116896,"test.ipynb",390,277,"# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7418,13116928,"test.ipynb",290,377,"# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7419,13116960,"test.ipynb",289,378,"\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7420,13116990,"test.ipynb",222,445,"# nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7421,13117125,"test.ipynb",155,512,"# nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7422,13117265,"test.ipynb",77,590,"# nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7423,13117435,"test.ipynb",0,667,"# nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer.vq)) # <- works\n# nnx.state(nnx.eval_shape(lambda: optimizer.model.tokenizer)).vq) # <- works\n# nnx.state(nnx.eval_shape(lambda: optimizer.model)).tokenizer.vq)\n# nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)\n\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer.vq)) # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model.tokenizer)).vq # <- works\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer.model)).tokenizer.vq\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,selection_command +7424,13119115,"test.ipynb",75,0,"",python,selection_command +7425,13484814,"train_dynamics.py",0,0,"",python,tab +7426,13485579,"train_dynamics.py",10479,0,"",python,selection_command +7427,13485708,"train_dynamics.py",10418,0,"",python,selection_command +7428,13485843,"train_dynamics.py",10369,0,"",python,selection_command +7429,13485973,"train_dynamics.py",10322,0,"",python,selection_command +7430,13486299,"train_dynamics.py",10323,0,"",python,selection_command +7431,13486442,"train_dynamics.py",10339,0,"",python,selection_command +7432,13486610,"train_dynamics.py",10341,0,"",python,selection_command +7433,13486777,"train_dynamics.py",10344,0,"",python,selection_command +7434,13486948,"train_dynamics.py",10345,0,"",python,selection_command +7435,13499762,"test.ipynb",0,0,"",python,tab +7436,13499762,"test.ipynb",309,0,"",python,selection_mouse +7437,13500780,"test.ipynb",409,0,"",python,selection_command +7438,13500873,"test.ipynb",509,0,"",python,selection_command +7439,13501227,"test.ipynb",598,0,"",python,selection_command +7440,13501444,"test.ipynb",579,0,"",python,selection_command +7441,13501700,"test.ipynb",579,1,"",python,content +7442,13501890,"test.ipynb",579,1,"",python,content +7443,13502144,"test.ipynb",582,0,"",python,selection_command +7444,13502428,"test.ipynb",583,0,"",python,selection_command +7445,13502675,"test.ipynb",587,0,"",python,selection_command +7446,13502709,"test.ipynb",588,0,"",python,selection_command +7447,13502743,"test.ipynb",591,0,"",python,selection_command +7448,13502773,"test.ipynb",592,0,"",python,selection_command +7449,13502805,"test.ipynb",595,0,"",python,selection_command +7450,13502839,"test.ipynb",596,0,"",python,selection_command +7451,13502873,"test.ipynb",601,0,"",python,selection_command +7452,13502908,"test.ipynb",602,0,"",python,selection_command +7453,13502941,"test.ipynb",623,0,"",python,selection_command +7454,13502975,"test.ipynb",625,0,"",python,selection_command +7455,13503009,"test.ipynb",628,0,"",python,selection_command +7456,13503043,"test.ipynb",629,0,"",python,selection_command +7457,13503077,"test.ipynb",634,0,"",python,selection_command +7458,13503112,"test.ipynb",635,0,"",python,selection_command +7459,13503144,"test.ipynb",644,0,"",python,selection_command +7460,13503178,"test.ipynb",647,0,"",python,selection_command +7461,13503712,"test.ipynb",664,0,"",python,selection_command +7462,13504550,"test.ipynb",663,0,"",python,selection_command +7463,13504797,"test.ipynb",662,0,"",python,selection_command +7464,13504827,"test.ipynb",653,0,"",python,selection_command +7465,13504860,"test.ipynb",652,0,"",python,selection_command +7466,13504893,"test.ipynb",647,0,"",python,selection_command +7467,13505327,"test.ipynb",644,0,"",python,selection_command +7468,13505511,"test.ipynb",635,0,"",python,selection_command +7469,13507864,"test.ipynb",634,0,"",python,selection_command +7470,13507931,"test.ipynb",634,1,"(",python,selection_command +7471,13508199,"test.ipynb",629,6,"state(",python,selection_command +7472,13508566,"test.ipynb",628,7,".state(",python,selection_command +7473,13509098,"test.ipynb",625,10,"nnx.state(",python,selection_command +7474,13509869,"test.ipynb",625,10,"",python,content +7475,13510248,"test.ipynb",634,0,"",python,selection_command +7476,13510943,"test.ipynb",634,1,"",python,content +7477,13521631,"test.ipynb",606,0,"",python,selection_mouse +7478,13522477,"test.ipynb",635,0,")",python,content +7479,13522478,"test.ipynb",634,0,"",python,selection_command +7480,13523002,"test.ipynb",625,0,"nnx.state(",python,content +7481,13523005,"test.ipynb",625,0,"",python,selection_command +7482,13523954,"test.ipynb",579,0,"",python,selection_command +7483,13524050,"test.ipynb",579,0,"#",python,content +7484,13524051,"test.ipynb",580,0,"",python,selection_keyboard +7485,13524062,"test.ipynb",580,0," ",python,content +7486,13524062,"test.ipynb",581,0,"",python,selection_keyboard +7487,13524397,"test.ipynb",580,0,"",python,selection_command +7488,13524671,"test.ipynb",667,0,"\n",python,content +7489,13526555,"test.ipynb",668,0,"o",python,content +7490,13526555,"test.ipynb",669,0,"",python,selection_keyboard +7491,13526673,"test.ipynb",669,0,"p",python,content +7492,13526673,"test.ipynb",670,0,"",python,selection_keyboard +7493,13526725,"test.ipynb",670,0,"t",python,content +7494,13526725,"test.ipynb",671,0,"",python,selection_keyboard +7495,13526841,"test.ipynb",671,0,"i",python,content +7496,13526842,"test.ipynb",672,0,"",python,selection_keyboard +7497,13526861,"test.ipynb",672,0,"m",python,content +7498,13526862,"test.ipynb",673,0,"",python,selection_keyboard +7499,13527045,"test.ipynb",673,0,"i",python,content +7500,13527046,"test.ipynb",674,0,"",python,selection_keyboard +7501,13527196,"test.ipynb",674,0,"z",python,content +7502,13527197,"test.ipynb",675,0,"",python,selection_keyboard +7503,13527199,"test.ipynb",675,0,"e",python,content +7504,13527199,"test.ipynb",676,0,"",python,selection_keyboard +7505,13527261,"test.ipynb",676,0,"r",python,content +7506,13527261,"test.ipynb",677,0,"",python,selection_keyboard +7507,13533488,"test.ipynb",677,0,".",python,content +7508,13533488,"test.ipynb",678,0,"",python,selection_keyboard +7509,13533609,"test.ipynb",678,0,"m",python,content +7510,13533609,"test.ipynb",679,0,"",python,selection_keyboard +7511,13533674,"test.ipynb",679,0,"o",python,content +7512,13533675,"test.ipynb",680,0,"",python,selection_keyboard +7513,13533728,"test.ipynb",680,0,"d",python,content +7514,13533728,"test.ipynb",681,0,"",python,selection_keyboard +7515,13533821,"test.ipynb",681,0,"e",python,content +7516,13533821,"test.ipynb",682,0,"",python,selection_keyboard +7517,13533894,"test.ipynb",682,0,"l",python,content +7518,13533894,"test.ipynb",683,0,"",python,selection_keyboard +7519,13536779,"test.ipynb",682,0,"",python,selection_command +7520,13537220,"test.ipynb",667,16,"",python,content +7521,13537237,"test.ipynb",579,0,"",python,selection_command +7522,13537341,"test.ipynb",490,0,"",python,selection_command +7523,13537682,"test.ipynb",492,0,"",python,selection_command +7524,13538015,"test.ipynb",581,0,"",python,selection_command +7525,13538211,"test.ipynb",584,0,"",python,selection_command +7526,13538393,"test.ipynb",585,0,"",python,selection_command +7527,13538426,"test.ipynb",589,0,"",python,selection_command +7528,13538540,"test.ipynb",590,0,"",python,selection_command +7529,13538540,"test.ipynb",593,0,"",python,selection_command +7530,13538540,"test.ipynb",594,0,"",python,selection_command +7531,13538556,"test.ipynb",597,0,"",python,selection_command +7532,13538588,"test.ipynb",598,0,"",python,selection_command +7533,13538626,"test.ipynb",603,0,"",python,selection_command +7534,13538730,"test.ipynb",604,0,"",python,selection_command +7535,13538730,"test.ipynb",625,0,"",python,selection_command +7536,13538731,"test.ipynb",627,0,"",python,selection_command +7537,13538758,"test.ipynb",630,0,"",python,selection_command +7538,13538944,"test.ipynb",635,0,"",python,selection_command +7539,13539145,"test.ipynb",636,0,"",python,selection_command +7540,13539412,"test.ipynb",645,0,"",python,selection_command +7541,13543134,"test.ipynb",667,0,"\n",python,content +7542,13543547,"test.ipynb",668,0,"\n",python,content +7543,13544029,"test.ipynb",669,0,"\n# jax.tree.map(ocp.utils.to_shape_dtype_struct, nnx.state(optimizer)).model.tokenizer.vq",python,content +7544,13544032,"test.ipynb",670,0,"",python,selection_command +7545,13544564,"test.ipynb",669,0,"",python,selection_command +7546,13544853,"test.ipynb",669,1,"",python,content +7547,13545075,"test.ipynb",669,1,"",python,content +7548,13545226,"test.ipynb",669,1,"",python,content +7549,13545508,"test.ipynb",672,0,"",python,selection_command +7550,13545761,"test.ipynb",673,0,"",python,selection_command +7551,13545791,"test.ipynb",677,0,"",python,selection_command +7552,13545823,"test.ipynb",678,0,"",python,selection_command +7553,13545857,"test.ipynb",681,0,"",python,selection_command +7554,13545889,"test.ipynb",682,0,"",python,selection_command +7555,13545923,"test.ipynb",685,0,"",python,selection_command +7556,13545956,"test.ipynb",686,0,"",python,selection_command +7557,13545989,"test.ipynb",691,0,"",python,selection_command +7558,13546159,"test.ipynb",692,0,"",python,selection_command +7559,13546349,"test.ipynb",713,0,"",python,selection_command +7560,13546481,"test.ipynb",715,0,"",python,selection_command +7561,13547206,"test.ipynb",715,1,"n",python,selection_command +7562,13547245,"test.ipynb",715,3,"nnx",python,selection_command +7563,13547429,"test.ipynb",715,4,"nnx.",python,selection_command +7564,13547660,"test.ipynb",715,9,"nnx.state",python,selection_command +7565,13548622,"test.ipynb",715,10,"nnx.state(",python,selection_command +7566,13550671,"test.ipynb",715,10,"",python,content +7567,13551049,"test.ipynb",724,0,"",python,selection_command +7568,13551966,"test.ipynb",724,1,")",python,selection_command +7569,13552044,"test.ipynb",724,3,")).",python,selection_command +7570,13552210,"test.ipynb",724,8,")).model",python,selection_command +7571,13552584,"test.ipynb",724,7,")).mode",python,selection_command +7572,13552731,"test.ipynb",724,6,")).mod",python,selection_command +7573,13552988,"test.ipynb",724,5,")).mo",python,selection_command +7574,13553012,"test.ipynb",724,4,")).m",python,selection_command +7575,13553042,"test.ipynb",724,3,")).",python,selection_command +7576,13553074,"test.ipynb",724,2,"))",python,selection_command +7577,13553209,"test.ipynb",724,1,")",python,selection_command +7578,13553469,"test.ipynb",724,1,"",python,content +7579,13553850,"test.ipynb",724,1,"",python,content +7580,13555148,"test.ipynb",743,0,"",python,selection_command +7581,13556300,"test.ipynb",742,0,"",python,selection_command +7582,13557568,"test.ipynb",743,0,"",python,selection_command +7583,13557630,"test.ipynb",743,0,")",python,content +7584,13557630,"test.ipynb",744,0,"",python,selection_keyboard +7585,13557991,"test.ipynb",743,0,"",python,selection_command +7586,13560563,"test.ipynb",742,0,"",python,selection_command +7587,13560675,"test.ipynb",742,1,"q",python,selection_command +7588,13560775,"test.ipynb",741,2,"vq",python,selection_command +7589,13560946,"test.ipynb",740,3,".vq",python,selection_command +7590,13561096,"test.ipynb",731,12,"tokenizer.vq",python,selection_command +7591,13561258,"test.ipynb",730,13,".tokenizer.vq",python,selection_command +7592,13561633,"test.ipynb",730,13,"",python,content +7593,13566086,"test.ipynb",668,63,"",python,content +7594,13942286,"train_dynamics.py",0,0,"",python,tab +7595,13944009,"test.ipynb",0,0,"",python,tab +7596,13944009,"test.ipynb",604,0,"",python,selection_mouse +7597,13946906,"test.ipynb",668,0,"",python,selection_command +7598,13947476,"test.ipynb",604,0,"",python,selection_command +7599,13947602,"test.ipynb",515,0,"",python,selection_command +7600,13947729,"test.ipynb",415,0,"",python,selection_command +7601,13947863,"test.ipynb",315,0,"",python,selection_command +7602,13947980,"test.ipynb",289,0,"",python,selection_command +7603,13948117,"test.ipynb",247,0,"",python,selection_command +7604,13948862,"test.ipynb",289,0,"",python,selection_command +7605,13949112,"test.ipynb",315,0,"",python,selection_command +7606,13949137,"test.ipynb",415,0,"",python,selection_command +7607,13949171,"test.ipynb",515,0,"",python,selection_command +7608,13949198,"test.ipynb",604,0,"",python,selection_command +7609,13949232,"test.ipynb",668,0,"",python,selection_command +7610,13949704,"test.ipynb",668,0,"\n",python,content +7611,13949924,"test.ipynb",669,0,"\n# nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq)",python,content +7612,13949927,"test.ipynb",670,0,"",python,selection_command +7613,13950578,"test.ipynb",670,1,"",python,content +7614,13950724,"test.ipynb",670,1,"",python,content +7615,13952049,"test.ipynb",673,0,"",python,selection_command +7616,13952215,"test.ipynb",674,0,"",python,selection_command +7617,13952481,"test.ipynb",674,5,"",python,content +7618,13952802,"test.ipynb",674,0,"s",python,content +7619,13952802,"test.ipynb",675,0,"",python,selection_keyboard +7620,13952879,"test.ipynb",675,0,"p",python,content +7621,13952879,"test.ipynb",676,0,"",python,selection_keyboard +7622,13953023,"test.ipynb",676,0,"l",python,content +7623,13953023,"test.ipynb",677,0,"",python,selection_keyboard +7624,13953112,"test.ipynb",677,0,"i",python,content +7625,13953113,"test.ipynb",678,0,"",python,selection_keyboard +7626,13953206,"test.ipynb",678,0,"t",python,content +7627,13953207,"test.ipynb",679,0,"",python,selection_keyboard +7628,13953904,"test.ipynb",678,0,"",python,selection_command +7629,13962298,"test.ipynb",734,0,"",python,selection_command +7630,13962425,"test.ipynb",734,0,")",python,content +7631,13962425,"test.ipynb",735,0,"",python,selection_keyboard +7632,13963261,"test.ipynb",734,1,"",python,content +7633,13963471,"test.ipynb",733,1,"",python,content +7634,13969393,"test.ipynb",732,0,"",python,selection_command +7635,13978925,"test.ipynb",669,0,"",python,selection_command +7636,13979249,"test.ipynb",668,0,"",python,selection_command +7637,13979249,"test.ipynb",641,0,"",python,selection_command +7638,13979250,"test.ipynb",552,0,"",python,selection_command +7639,13979271,"test.ipynb",452,0,"",python,selection_command +7640,14007760,"test.ipynb",352,0,"",python,selection_command +7641,14007909,"test.ipynb",289,0,"",python,selection_command +7642,14008029,"test.ipynb",284,0,"",python,selection_command +7643,14008243,"test.ipynb",217,0,"",python,selection_command +7644,14008311,"test.ipynb",139,0,"",python,selection_command +7645,14008512,"test.ipynb",140,0,"",python,selection_command +7646,14008690,"test.ipynb",63,0,"",python,selection_command +7647,14009025,"test.ipynb",64,0,"",python,selection_command +7648,14009926,"test.ipynb",11,0,"",python,selection_command +7649,14010535,"test.ipynb",64,0,"",python,selection_command +7650,14012199,"test.ipynb",141,0,"",python,selection_command +7651,14012440,"test.ipynb",219,0,"",python,selection_command +7652,14012464,"test.ipynb",286,0,"",python,selection_command +7653,14012503,"test.ipynb",289,0,"",python,selection_command +7654,14012531,"test.ipynb",354,0,"",python,selection_command +7655,14012566,"test.ipynb",454,0,"",python,selection_command +7656,14012597,"test.ipynb",554,0,"",python,selection_command +7657,14012636,"test.ipynb",643,0,"",python,selection_command +7658,14012671,"test.ipynb",668,0,"",python,selection_command +7659,14013059,"test.ipynb",669,0,"",python,selection_command +7660,14013382,"test.ipynb",732,0,"",python,selection_command +7661,14013708,"test.ipynb",670,0,"",python,selection_command +7662,14013927,"test.ipynb",673,0,"",python,selection_command +7663,14014079,"test.ipynb",674,0,"",python,selection_command +7664,14014242,"test.ipynb",679,0,"",python,selection_command +7665,14014356,"test.ipynb",680,0,"",python,selection_command +7666,14014759,"test.ipynb",679,0,"",python,selection_command +7667,14015740,"test.ipynb",713,0,"",python,selection_command +7668,14016116,"test.ipynb",679,0,"",python,selection_command +7669,14016412,"test.ipynb",713,0,"",python,selection_command +7670,14016744,"test.ipynb",679,0,"",python,selection_command +7671,14020475,"test.ipynb",680,0,"",python,selection_command +7672,14020727,"test.ipynb",683,0,"",python,selection_command +7673,14020758,"test.ipynb",684,0,"",python,selection_command +7674,14020788,"test.ipynb",694,0,"",python,selection_command +7675,14020812,"test.ipynb",695,0,"",python,selection_command +7676,14020847,"test.ipynb",701,0,"",python,selection_command +7677,14020880,"test.ipynb",703,0,"",python,selection_command +7678,14021164,"test.ipynb",712,0,"",python,selection_command +7679,14021357,"test.ipynb",715,0,"",python,selection_command +7680,14021993,"test.ipynb",714,0,"",python,selection_command +7681,14022133,"test.ipynb",713,0,"",python,selection_command +7682,14022540,"test.ipynb",714,0,"",python,selection_command +7683,14024420,"test.ipynb",714,19,"",python,content +7684,14038308,"test.ipynb",713,0,"",python,selection_command +7685,14038683,"test.ipynb",670,0,"",python,selection_command +7686,14039065,"test.ipynb",670,0,"n",python,content +7687,14039066,"test.ipynb",671,0,"",python,selection_keyboard +7688,14039175,"test.ipynb",671,0,"n",python,content +7689,14039175,"test.ipynb",672,0,"",python,selection_keyboard +7690,14039240,"test.ipynb",672,0,"x",python,content +7691,14039240,"test.ipynb",673,0,"",python,selection_keyboard +7692,14039378,"test.ipynb",673,0,".",python,content +7693,14039378,"test.ipynb",674,0,"",python,selection_keyboard +7694,14039478,"test.ipynb",674,0,"s",python,content +7695,14039479,"test.ipynb",675,0,"",python,selection_keyboard +7696,14039878,"test.ipynb",674,1,"",python,content +7697,14039979,"test.ipynb",674,0,"d",python,content +7698,14039979,"test.ipynb",675,0,"",python,selection_keyboard +7699,14040031,"test.ipynb",675,0,"i",python,content +7700,14040032,"test.ipynb",676,0,"",python,selection_keyboard +7701,14040109,"test.ipynb",676,0,"s",python,content +7702,14040110,"test.ipynb",677,0,"",python,selection_keyboard +7703,14040179,"test.ipynb",677,0,"p",python,content +7704,14040180,"test.ipynb",678,0,"",python,selection_keyboard +7705,14040355,"test.ipynb",678,0,"l",python,content +7706,14040355,"test.ipynb",679,0,"",python,selection_keyboard +7707,14040423,"test.ipynb",679,0,"a",python,content +7708,14040424,"test.ipynb",680,0,"",python,selection_keyboard +7709,14040552,"test.ipynb",680,0,"y",python,content +7710,14040553,"test.ipynb",681,0,"",python,selection_keyboard +7711,14040742,"test.ipynb",681,0,"(",python,content +7712,14040742,"test.ipynb",682,0,"",python,selection_keyboard +7713,14041024,"test.ipynb",681,0,"",python,selection_command +7714,14041240,"test.ipynb",726,0,"",python,selection_command +7715,14041329,"test.ipynb",726,0,")",python,content +7716,14041329,"test.ipynb",727,0,"",python,selection_keyboard +7717,14202315,"train_dynamics.py",0,0,"",python,tab +7718,14202315,"train_dynamics.py",10361,0,"",python,selection_mouse +7719,14202456,"train_dynamics.py",10360,0,"",python,selection_command +7720,14212340,"test.ipynb",0,0,"",python,tab +7721,14214045,"train_dynamics.py",0,0,"",python,tab +7722,14214046,"train_dynamics.py",10361,0,"",python,selection_mouse +7723,14214046,"train_dynamics.py",10360,0,"",python,selection_command +7724,14214773,"test.ipynb",0,0,"",python,tab +7725,14216318,"train_dynamics.py",0,0,"",python,tab +7726,14216318,"train_dynamics.py",10361,0,"",python,selection_mouse +7727,14216358,"train_dynamics.py",10360,0,"",python,selection_command +7728,14220223,"train_dynamics.py",10471,9,"",python,content +7729,14220238,"train_dynamics.py",10471,0,"",python,selection_command +7730,14220560,"train_dynamics.py",10410,13,"",python,content +7731,14220579,"train_dynamics.py",10410,0,"",python,selection_command +7732,14220906,"train_dynamics.py",10459,0,")",python,content +7733,14220908,"train_dynamics.py",10459,0,"",python,selection_command +7734,14221592,"train_dynamics.py",10441,2,"",python,content +7735,14221595,"train_dynamics.py",10441,0,"",python,selection_command +7736,14221986,"train_dynamics.py",10441,0,"(",python,content +7737,14221988,"train_dynamics.py",10441,0,"",python,selection_command +7738,14222340,"train_dynamics.py",10459,0,")",python,content +7739,14222341,"train_dynamics.py",10459,0,"",python,selection_command +7740,14222625,"train_dynamics.py",10459,1,"",python,content +7741,14222630,"train_dynamics.py",10458,0,"",python,selection_command +7742,14222847,"train_dynamics.py",10458,1,"",python,content +7743,14222864,"train_dynamics.py",10457,0,"",python,selection_command +7744,14223045,"train_dynamics.py",10428,13,"",python,content +7745,14223057,"train_dynamics.py",10397,25,"nnx.eval",python,content +7746,14223060,"train_dynamics.py",10397,0,"",python,selection_command +7747,14223242,"train_dynamics.py",10421,6,"",python,content +7748,14223242,"train_dynamics.py",10412,0,"lambda: ",python,content +7749,14223243,"train_dynamics.py",10412,0,"",python,selection_command +7750,14223788,"train_dynamics.py",10332,6,"",python,content +7751,14223789,"train_dynamics.py",10323,0,"abstract_",python,content +7752,14223790,"train_dynamics.py",10323,0,"",python,selection_command +7753,14224616,"train_dynamics.py",10391,6,"",python,content +7754,14224617,"train_dynamics.py",10391,0,"",python,selection_command +7755,14224925,"train_dynamics.py",10354,0,"abstract_",python,content +7756,14224927,"train_dynamics.py",10354,0,"",python,selection_command +7757,14225187,"train_dynamics.py",10348,59,"",python,content +7758,14225190,"train_dynamics.py",10226,0,"",python,selection_command +7759,14225406,"train_dynamics.py",10386,0,"abstract_optimizer = nnx.state(abstract_optimizer)\n ",python,content +7760,14225410,"train_dynamics.py",10404,0,"",python,selection_command +7761,14226026,"train_dynamics.py",10404,0,"_state",python,content +7762,14226029,"train_dynamics.py",10404,0,"",python,selection_command +7763,14226357,"train_dynamics.py",10451,21,"",python,content +7764,14226359,"train_dynamics.py",10386,0,"",python,selection_command +7765,14226862,"train_dynamics.py",10323,0,"optimizer.model.tokenizer.vq.drop = nnx.Dropout(0.1, rngs=rngs)\n ",python,content +7766,14226879,"train_dynamics.py",10323,0,"",python,selection_command +7767,14228513,"train_dynamics.py",10323,72,"",python,content +7768,14230440,"train_dynamics.py",10451,0,"breakpoint()\n ",python,content +7769,14230445,"train_dynamics.py",10386,0,"",python,selection_command +7770,14231185,"train_dynamics.py",10451,21,"",python,content +7771,14232136,"train_dynamics.py",10451,0,"breakpoint()\n ",python,content +7772,14232276,"train_dynamics.py",10404,6,"",python,content +7773,14232282,"train_dynamics.py",10404,0,"",python,selection_command +7774,14233162,"train_dynamics.py",10404,0,"_state",python,content +7775,14233663,"train_dynamics.py",10451,21,"",python,content +7776,14233664,"train_dynamics.py",10386,0,"",python,selection_command +7777,14234228,"train_dynamics.py",10323,0,"optimizer.model.tokenizer.vq.drop = nnx.Dropout(0.1, rngs=rngs)\n ",python,content +7778,14234233,"train_dynamics.py",10323,0,"",python,selection_command +7779,14234536,"train_dynamics.py",10323,72,"",python,content +7780,14236128,"train_dynamics.py",13773,0,"",python,selection_command +7781,14236545,"train_dynamics.py",13742,0,"",python,selection_command +7782,14236777,"train_dynamics.py",13741,0,"",python,selection_command +7783,14236811,"train_dynamics.py",13719,0,"",python,selection_command +7784,14236853,"train_dynamics.py",13680,0,"",python,selection_command +7785,14236886,"train_dynamics.py",13622,0,"",python,selection_command +7786,14236919,"train_dynamics.py",13604,0,"",python,selection_command +7787,14236946,"train_dynamics.py",13581,0,"",python,selection_command +7788,14236976,"train_dynamics.py",13491,0,"",python,selection_command +7789,14237010,"train_dynamics.py",13417,0,"",python,selection_command +7790,14237043,"train_dynamics.py",13372,0,"",python,selection_command +7791,14237076,"train_dynamics.py",13346,0,"",python,selection_command +7792,14237401,"train_dynamics.py",13305,0,"",python,selection_command +7793,14237469,"train_dynamics.py",13276,0,"",python,selection_command +7794,14237758,"train_dynamics.py",13221,0,"",python,selection_command +7795,14237932,"train_dynamics.py",13145,0,"",python,selection_command +7796,14238113,"train_dynamics.py",13221,0,"",python,selection_command +7797,14239449,"train_dynamics.py",13237,0,"",python,selection_command +7798,14239592,"train_dynamics.py",13253,0,"",python,selection_command +7799,14240335,"train_dynamics.py",13255,0,"",python,selection_command +7800,14240526,"train_dynamics.py",13258,0,"",python,selection_command +7801,14240957,"train_dynamics.py",13259,0,"",python,selection_command +7802,14241111,"train_dynamics.py",13264,0,"",python,selection_command +7803,15051019,"train_dynamics.py",13303,0,"",python,selection_command +7804,15051550,"train_dynamics.py",13264,0,"",python,selection_command +7805,15051724,"train_dynamics.py",13188,0,"",python,selection_command +7806,15052015,"train_dynamics.py",13264,0,"",python,selection_command +7807,15055556,"train_dynamics.py",12173,0,"",python,selection_command +7808,15055864,"train_dynamics.py",11072,0,"",python,selection_command +7809,15056914,"train_dynamics.py",9919,0,"",python,selection_command +7810,15059311,"train_dynamics.py",11072,0,"",python,selection_command +7811,15062745,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7812,15063253,"experiments/dynamics_grain_tok_restore.sh",355,0,"",shellscript,selection_command +7813,15063504,"experiments/dynamics_grain_tok_restore.sh",366,0,"",shellscript,selection_command +7814,15063534,"experiments/dynamics_grain_tok_restore.sh",409,0,"",shellscript,selection_command +7815,15063566,"experiments/dynamics_grain_tok_restore.sh",455,0,"",shellscript,selection_command +7816,15063740,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +7817,15064111,"experiments/dynamics_grain_tok_restore.sh",457,21,"",shellscript,content +7818,15064130,"experiments/dynamics_grain_tok_restore.sh",461,0,"",shellscript,selection_command +7819,15067351,"train_dynamics.py",0,0,"",python,tab +7820,15068443,"train_dynamics.py",13773,0,"",python,selection_command +7821,15069396,"train_dynamics.py",13742,0,"",python,selection_command +7822,15069642,"train_dynamics.py",13741,0,"",python,selection_command +7823,15069667,"train_dynamics.py",13719,0,"",python,selection_command +7824,15069699,"train_dynamics.py",13680,0,"",python,selection_command +7825,15193626,"train_dynamics.py",13622,0,"",python,selection_command +7826,15193873,"train_dynamics.py",13604,0,"",python,selection_command +7827,15193905,"train_dynamics.py",13581,0,"",python,selection_command +7828,15193935,"train_dynamics.py",13491,0,"",python,selection_command +7829,15193970,"train_dynamics.py",13417,0,"",python,selection_command +7830,15194072,"train_dynamics.py",13372,0,"",python,selection_command +7831,15194073,"train_dynamics.py",13346,0,"",python,selection_command +7832,15194206,"train_dynamics.py",13305,0,"",python,selection_command +7833,15422358,"train_dynamics.py",13276,0,"",python,selection_command +7834,15423093,"train_dynamics.py",12608,0,"",python,selection_command +7835,15423370,"train_dynamics.py",11824,0,"",python,selection_command +7836,15423551,"train_dynamics.py",10991,0,"",python,selection_command +7837,15424007,"train_dynamics.py",10083,0,"",python,selection_command +7838,15424930,"train_dynamics.py",10158,0,"",python,selection_command +7839,15425187,"train_dynamics.py",10163,0,"",python,selection_command +7840,15425201,"train_dynamics.py",10196,0,"",python,selection_command +7841,15425233,"train_dynamics.py",10222,0,"",python,selection_command +7842,15425263,"train_dynamics.py",10319,0,"",python,selection_command +7843,15425298,"train_dynamics.py",10382,0,"",python,selection_command +7844,15425329,"train_dynamics.py",10447,0,"",python,selection_command +7845,15425624,"train_dynamics.py",10382,0,"",python,selection_command +7846,15425770,"train_dynamics.py",10319,0,"",python,selection_command +7847,15426034,"train_dynamics.py",10382,0,"",python,selection_command +7848,15426533,"train_dynamics.py",10442,0,"\n ",python,content +7849,15426873,"train_dynamics.py",10451,0,"b",python,content +7850,15426874,"train_dynamics.py",10452,0,"",python,selection_keyboard +7851,15426932,"train_dynamics.py",10452,0,"r",python,content +7852,15426933,"train_dynamics.py",10453,0,"",python,selection_keyboard +7853,15426988,"train_dynamics.py",10453,0,"e",python,content +7854,15426988,"train_dynamics.py",10454,0,"",python,selection_keyboard +7855,15427051,"train_dynamics.py",10454,0,"a",python,content +7856,15427052,"train_dynamics.py",10455,0,"",python,selection_keyboard +7857,15427084,"train_dynamics.py",10455,0,"k",python,content +7858,15427085,"train_dynamics.py",10456,0,"",python,selection_keyboard +7859,15427200,"train_dynamics.py",10456,0,"p",python,content +7860,15427200,"train_dynamics.py",10457,0,"",python,selection_keyboard +7861,15427270,"train_dynamics.py",10457,0,"o",python,content +7862,15427270,"train_dynamics.py",10458,0,"",python,selection_keyboard +7863,15427350,"train_dynamics.py",10458,0,"i",python,content +7864,15427350,"train_dynamics.py",10459,0,"",python,selection_keyboard +7865,15427433,"train_dynamics.py",10459,0,"n",python,content +7866,15427433,"train_dynamics.py",10460,0,"",python,selection_keyboard +7867,15427489,"train_dynamics.py",10460,0,"t",python,content +7868,15427489,"train_dynamics.py",10461,0,"",python,selection_keyboard +7869,15427787,"train_dynamics.py",10461,0,"()",python,content +7870,15427787,"train_dynamics.py",10462,0,"",python,selection_keyboard +7871,15427800,"train_dynamics.py",10462,1,")",python,content +7872,15427801,"train_dynamics.py",10463,0,"",python,selection_keyboard +7873,15428022,"train_dynamics.py",10462,0,"",python,selection_command +7874,15434860,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7875,15435593,"experiments/dynamics_grain_tok_restore.sh",456,0,"\n",shellscript,content +7876,15435609,"experiments/dynamics_grain_tok_restore.sh",457,0," ",shellscript,content +7877,15436367,"experiments/dynamics_grain_tok_restore.sh",461,0,"--restore_ckpt \",shellscript,content +7878,15436560,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +7879,15440872,"train_dynamics.py",0,0,"",python,tab +7880,15516869,"train_dynamics.py",10443,20," breakpoint()",python,selection_command +7881,15595636,"train_dynamics.py",10462,0,"",python,selection_command +7882,15596139,"train_dynamics.py",10461,0,"",python,selection_command +7883,15596304,"train_dynamics.py",10451,0,"",python,selection_command +7884,15596667,"train_dynamics.py",13313,0,"",python,selection_command +7885,15598058,"train_dynamics.py",13297,28," breakpoint()",python,selection_command +7886,15616097,"train_dynamics.py",13313,0,"",python,selection_command +7887,15706331,"test.ipynb",0,0,"",python,tab +7888,15707457,"test.ipynb",0,0,"",python,tab +7889,15707458,"test.ipynb",0,0,"",python,tab +7890,15708427,"test.ipynb",0,0,"",python,tab +7891,15714718,"test.ipynb",0,0,"",python,tab +7892,15715828,"test.ipynb",0,0,"d",python,content +7893,15716205,"test.ipynb",1,0,"u",python,content +7894,15716206,"test.ipynb",2,0,"",python,selection_keyboard +7895,15716376,"test.ipynb",2,0,"m",python,content +7896,15716377,"test.ipynb",3,0,"",python,selection_keyboard +7897,15716479,"test.ipynb",3,0,"m",python,content +7898,15716480,"test.ipynb",4,0,"",python,selection_keyboard +7899,15717035,"test.ipynb",4,0,"y",python,content +7900,15717036,"test.ipynb",5,0,"",python,selection_keyboard +7901,15717240,"test.ipynb",5,0,"_",python,content +7902,15717241,"test.ipynb",6,0,"",python,selection_keyboard +7903,15717405,"test.ipynb",6,0,"i",python,content +7904,15717405,"test.ipynb",7,0,"",python,selection_keyboard +7905,15717469,"test.ipynb",7,0,"n",python,content +7906,15717470,"test.ipynb",8,0,"",python,selection_keyboard +7907,15717584,"test.ipynb",8,0,"p",python,content +7908,15717584,"test.ipynb",9,0,"",python,selection_keyboard +7909,15717676,"test.ipynb",9,0,"u",python,content +7910,15717676,"test.ipynb",10,0,"",python,selection_keyboard +7911,15717740,"test.ipynb",10,0,"t",python,content +7912,15717741,"test.ipynb",11,0,"",python,selection_keyboard +7913,15717867,"test.ipynb",11,0," ",python,content +7914,15717867,"test.ipynb",12,0,"",python,selection_keyboard +7915,15717985,"test.ipynb",12,0,"=",python,content +7916,15718086,"test.ipynb",13,0," ",python,content +7917,15718579,"test.ipynb",14,0,"jnp.ones((1, 16, 90, 160, 3))\n\n\n\n\n\n\n\n\n\n\n",python,content +7918,15719445,"test.ipynb",53,1,"",python,content +7919,15719772,"test.ipynb",52,1,"",python,content +7920,15719989,"test.ipynb",51,1,"",python,content +7921,15720022,"test.ipynb",50,1,"",python,content +7922,15720054,"test.ipynb",49,1,"",python,content +7923,15720086,"test.ipynb",48,1,"",python,content +7924,15720130,"test.ipynb",47,1,"",python,content +7925,15720161,"test.ipynb",46,1,"",python,content +7926,15720317,"test.ipynb",45,1,"",python,content +7927,15720487,"test.ipynb",44,1,"",python,content +7928,15722585,"test.ipynb",44,0,"n",python,content +7929,15722586,"test.ipynb",45,0,"",python,selection_keyboard +7930,15722614,"test.ipynb",45,0,"n",python,content +7931,15722615,"test.ipynb",46,0,"",python,selection_keyboard +7932,15722661,"test.ipynb",46,0,"x",python,content +7933,15722661,"test.ipynb",47,0,"",python,selection_keyboard +7934,15722763,"test.ipynb",47,0,".",python,content +7935,15722764,"test.ipynb",48,0,"",python,selection_keyboard +7936,15722918,"test.ipynb",48,0,"e",python,content +7937,15722919,"test.ipynb",49,0,"",python,selection_keyboard +7938,15723021,"test.ipynb",49,0,"v",python,content +7939,15723021,"test.ipynb",50,0,"",python,selection_keyboard +7940,15723109,"test.ipynb",50,0,"a",python,content +7941,15723109,"test.ipynb",51,0,"",python,selection_keyboard +7942,15723173,"test.ipynb",51,0,"l",python,content +7943,15723173,"test.ipynb",52,0,"",python,selection_keyboard +7944,15723442,"test.ipynb",52,0,"_",python,content +7945,15723443,"test.ipynb",53,0,"",python,selection_keyboard +7946,15723966,"test.ipynb",53,0,"s",python,content +7947,15723967,"test.ipynb",54,0,"",python,selection_keyboard +7948,15724013,"test.ipynb",54,0,"h",python,content +7949,15724014,"test.ipynb",55,0,"",python,selection_keyboard +7950,15724157,"test.ipynb",55,0,"a",python,content +7951,15724158,"test.ipynb",56,0,"",python,selection_keyboard +7952,15724209,"test.ipynb",56,0,"p",python,content +7953,15724209,"test.ipynb",57,0,"",python,selection_keyboard +7954,15724524,"test.ipynb",57,0,"e",python,content +7955,15724524,"test.ipynb",58,0,"",python,selection_keyboard +7956,15724786,"test.ipynb",58,0,"()",python,content +7957,15724786,"test.ipynb",59,0,"",python,selection_keyboard +7958,15737625,"test.ipynb",59,0,"o",python,content +7959,15737626,"test.ipynb",60,0,"",python,selection_keyboard +7960,15737633,"test.ipynb",60,0,"p",python,content +7961,15737634,"test.ipynb",61,0,"",python,selection_keyboard +7962,15737702,"test.ipynb",61,0,"t",python,content +7963,15737702,"test.ipynb",62,0,"",python,selection_keyboard +7964,15737901,"test.ipynb",62,0,"i",python,content +7965,15737902,"test.ipynb",63,0,"",python,selection_keyboard +7966,15737956,"test.ipynb",63,0,"m",python,content +7967,15737957,"test.ipynb",64,0,"",python,selection_keyboard +7968,15738082,"test.ipynb",64,0,"i",python,content +7969,15738083,"test.ipynb",65,0,"",python,selection_keyboard +7970,15738148,"test.ipynb",65,0,"z",python,content +7971,15738148,"test.ipynb",66,0,"",python,selection_keyboard +7972,15738267,"test.ipynb",66,0,"e",python,content +7973,15738267,"test.ipynb",67,0,"",python,selection_keyboard +7974,15738340,"test.ipynb",67,0,"r",python,content +7975,15738340,"test.ipynb",68,0,"",python,selection_keyboard +7976,15738383,"test.ipynb",68,0,".",python,content +7977,15738384,"test.ipynb",69,0,"",python,selection_keyboard +7978,15738540,"test.ipynb",69,0,"m",python,content +7979,15738541,"test.ipynb",70,0,"",python,selection_keyboard +7980,15738725,"test.ipynb",70,0,"o",python,content +7981,15738726,"test.ipynb",71,0,"",python,selection_keyboard +7982,15739374,"test.ipynb",71,0,"d",python,content +7983,15739374,"test.ipynb",72,0,"",python,selection_keyboard +7984,15739420,"test.ipynb",72,0,"e",python,content +7985,15739420,"test.ipynb",73,0,"",python,selection_keyboard +7986,15739507,"test.ipynb",73,0,"l",python,content +7987,15739508,"test.ipynb",74,0,"",python,selection_keyboard +7988,15739786,"test.ipynb",73,0,"",python,selection_command +7989,15743491,"test.ipynb",44,31,"",python,content +7990,15743823,"test.ipynb",44,0,"o",python,content +7991,15743824,"test.ipynb",45,0,"",python,selection_keyboard +7992,15743906,"test.ipynb",45,0,"p",python,content +7993,15743906,"test.ipynb",46,0,"",python,selection_keyboard +7994,15744050,"test.ipynb",46,0,"t",python,content +7995,15744051,"test.ipynb",47,0,"",python,selection_keyboard +7996,15744134,"test.ipynb",47,0,"i",python,content +7997,15744135,"test.ipynb",48,0,"",python,selection_keyboard +7998,15744166,"test.ipynb",48,0,"m",python,content +7999,15744166,"test.ipynb",49,0,"",python,selection_keyboard +8000,15744342,"test.ipynb",49,0,"i",python,content +8001,15744342,"test.ipynb",50,0,"",python,selection_keyboard +8002,15744557,"test.ipynb",50,0,"z",python,content +8003,15744558,"test.ipynb",51,0,"",python,selection_keyboard +8004,15744605,"test.ipynb",51,0,"e",python,content +8005,15744605,"test.ipynb",52,0,"",python,selection_keyboard +8006,15744683,"test.ipynb",52,0,"r",python,content +8007,15744683,"test.ipynb",53,0,"",python,selection_keyboard +8008,15744957,"test.ipynb",53,0,".",python,content +8009,15744958,"test.ipynb",54,0,"",python,selection_keyboard +8010,15745138,"test.ipynb",54,0,"m",python,content +8011,15745139,"test.ipynb",55,0,"",python,selection_keyboard +8012,15745181,"test.ipynb",55,0,"o",python,content +8013,15745181,"test.ipynb",56,0,"",python,selection_keyboard +8014,15745216,"test.ipynb",56,0,"d",python,content +8015,15745217,"test.ipynb",57,0,"",python,selection_keyboard +8016,15745268,"test.ipynb",57,0,"e",python,content +8017,15745268,"test.ipynb",58,0,"",python,selection_keyboard +8018,15745402,"test.ipynb",58,0,"l",python,content +8019,15745402,"test.ipynb",59,0,"",python,selection_keyboard +8020,15747677,"test.ipynb",59,0,"()",python,content +8021,15747678,"test.ipynb",60,0,"",python,selection_keyboard +8022,15749320,"test.ipynb",59,0,"",python,selection_command +8023,15749898,"test.ipynb",54,0,"",python,selection_command +8024,15754302,"test.ipynb",55,0,"",python,selection_command +8025,15754450,"test.ipynb",56,0,"",python,selection_command +8026,15754617,"test.ipynb",57,0,"",python,selection_command +8027,15754767,"test.ipynb",58,0,"",python,selection_command +8028,15754923,"test.ipynb",59,0,"",python,selection_command +8029,15754999,"test.ipynb",60,0,"",python,selection_command +8030,15755545,"test.ipynb",60,0,"d",python,content +8031,15755545,"test.ipynb",61,0,"",python,selection_keyboard +8032,15755630,"test.ipynb",61,0,"u",python,content +8033,15755630,"test.ipynb",62,0,"",python,selection_keyboard +8034,15755801,"test.ipynb",62,0,"m",python,content +8035,15755801,"test.ipynb",63,0,"",python,selection_keyboard +8036,15755938,"test.ipynb",63,0,"m",python,content +8037,15755938,"test.ipynb",64,0,"",python,selection_keyboard +8038,15756115,"test.ipynb",64,0,"y",python,content +8039,15756116,"test.ipynb",65,0,"",python,selection_keyboard +8040,15756302,"test.ipynb",65,0,"_",python,content +8041,15756303,"test.ipynb",66,0,"",python,selection_keyboard +8042,15756432,"test.ipynb",66,0,"i",python,content +8043,15756432,"test.ipynb",67,0,"",python,selection_keyboard +8044,15756500,"test.ipynb",67,0,"n",python,content +8045,15756501,"test.ipynb",68,0,"",python,selection_keyboard +8046,15756592,"test.ipynb",68,0,"p",python,content +8047,15756593,"test.ipynb",69,0,"",python,selection_keyboard +8048,15756673,"test.ipynb",69,0,"u",python,content +8049,15756674,"test.ipynb",70,0,"",python,selection_keyboard +8050,15756751,"test.ipynb",70,0,"t",python,content +8051,15756751,"test.ipynb",71,0,"",python,selection_keyboard +8052,15756936,"test.ipynb",70,0,"",python,selection_command +8053,15759008,"test.ipynb",44,28,"optimizer.model(dummy_input)",python,selection_command +8054,15759150,"test.ipynb",0,72,"dummy_input = jnp.ones((1, 16, 90, 160, 3))\noptimizer.model(dummy_input)",python,selection_command +8055,15759703,"test.ipynb",0,0,"",python,selection_command +8056,15764308,"test.ipynb",0,0,"dummy_input = jnp.ones((16, 90, 160, 3)) # Remove batch dimension if not needed\n",python,content +8057,15764357,"test.ipynb",81,44,"",python,content +8058,15767667,"test.ipynb",0,80,"dummy_input = jnp.ones((1, 16, 90, 160, 3))",python,content +8059,15769218,"test.ipynb",0,72,"dummy_input = jnp.ones((1, 16, 90, 160, 3))\noptimizer.model(dummy_input)",python,selection_command +8060,15769911,"test.ipynb",31,0,"",python,selection_command +8061,15769984,"test.ipynb",71,0,"",python,selection_command +8062,15770773,"test.ipynb",60,0,"",python,selection_command +8063,15777074,"test.ipynb",16,0,"",python,selection_command +8064,15777789,"test.ipynb",14,0,"",python,selection_command +8065,15779097,"train_dynamics.py",0,0,"",python,tab +8066,15783638,"train_dynamics.py",12423,0,"",python,selection_command +8067,15783783,"train_dynamics.py",11404,0,"",python,selection_command +8068,15784751,"train_dynamics.py",10163,0,"",python,selection_command +8069,15785117,"train_dynamics.py",9285,0,"",python,selection_command +8070,15786505,"train_dynamics.py",8087,0,"",python,selection_command +8071,15787293,"train_dynamics.py",7242,0,"",python,selection_command +8072,15787579,"train_dynamics.py",8087,0,"",python,selection_command +8073,15788018,"train_dynamics.py",7242,0,"",python,selection_command +8074,15788181,"train_dynamics.py",6532,0,"",python,selection_command +8075,15788341,"train_dynamics.py",5621,0,"",python,selection_command +8076,15788449,"train_dynamics.py",4730,0,"",python,selection_command +8077,15788630,"train_dynamics.py",3994,0,"",python,selection_command +8078,15788790,"train_dynamics.py",2684,0,"",python,selection_command +8079,15789050,"train_dynamics.py",1915,0,"",python,selection_command +8080,15789082,"train_dynamics.py",1190,0,"",python,selection_command +8081,15789106,"train_dynamics.py",503,0,"",python,selection_command +8082,15789144,"train_dynamics.py",0,0,"",python,selection_command +8083,15789585,"train_dynamics.py",1342,0,"",python,selection_command +8084,15789915,"train_dynamics.py",2860,0,"",python,selection_command +8085,15790342,"train_dynamics.py",4849,0,"",python,selection_command +8086,15790884,"train_dynamics.py",6616,0,"",python,selection_command +8087,15791578,"train_dynamics.py",8140,0,"",python,selection_command +8088,15792689,"train_dynamics.py",8207,0,"",python,selection_command +8089,15792864,"train_dynamics.py",8290,0,"",python,selection_command +8090,15793152,"train_dynamics.py",8337,0,"",python,selection_command +8091,15793152,"train_dynamics.py",8342,0,"",python,selection_command +8092,15793182,"train_dynamics.py",8386,0,"",python,selection_command +8093,15793214,"train_dynamics.py",8399,0,"",python,selection_command +8094,15793248,"train_dynamics.py",8470,0,"",python,selection_command +8095,15793282,"train_dynamics.py",8496,0,"",python,selection_command +8096,15793316,"train_dynamics.py",8577,0,"",python,selection_command +8097,15793549,"train_dynamics.py",10610,0,"",python,selection_command +8098,15794786,"train_dynamics.py",11248,0,"",python,selection_keyboard +8099,15795154,"train_dynamics.py",11194,0,"",python,selection_command +8100,15795399,"train_dynamics.py",11148,0,"",python,selection_command +8101,15795420,"train_dynamics.py",11093,0,"",python,selection_command +8102,15795451,"train_dynamics.py",11083,0,"",python,selection_command +8103,15795488,"train_dynamics.py",11012,0,"",python,selection_command +8104,15795581,"train_dynamics.py",10959,0,"",python,selection_command +8105,15795582,"train_dynamics.py",10905,0,"",python,selection_command +8106,15795584,"train_dynamics.py",10849,0,"",python,selection_command +8107,15795618,"train_dynamics.py",10790,0,"",python,selection_command +8108,15795651,"train_dynamics.py",10780,0,"",python,selection_command +8109,15795685,"train_dynamics.py",10765,0,"",python,selection_command +8110,15795772,"train_dynamics.py",10680,0,"",python,selection_command +8111,15795886,"train_dynamics.py",9636,0,"",python,selection_command +8112,15796736,"train_dynamics.py",8577,0,"",python,selection_command +8113,15796958,"train_dynamics.py",7479,0,"",python,selection_command +8114,15797488,"train_dynamics.py",6815,0,"",python,selection_command +8115,15797707,"train_dynamics.py",6035,0,"",python,selection_command +8116,15799965,"train_dynamics.py",6054,0,"",python,selection_command +8117,15800135,"train_dynamics.py",6086,0,"",python,selection_command +8118,15800172,"train_dynamics.py",6126,0,"",python,selection_command +8119,15800203,"train_dynamics.py",6172,0,"",python,selection_command +8120,15800298,"train_dynamics.py",6216,0,"",python,selection_command +8121,15800298,"train_dynamics.py",6246,0,"",python,selection_command +8122,15800298,"train_dynamics.py",6282,0,"",python,selection_command +8123,15800319,"train_dynamics.py",6320,0,"",python,selection_command +8124,15800357,"train_dynamics.py",6346,0,"",python,selection_command +8125,15800386,"train_dynamics.py",6400,0,"",python,selection_command +8126,15800489,"train_dynamics.py",6415,0,"",python,selection_command +8127,15800491,"train_dynamics.py",6417,0,"",python,selection_command +8128,15800498,"train_dynamics.py",6426,0,"",python,selection_command +8129,15800690,"train_dynamics.py",6417,0,"",python,selection_command +8130,15800884,"train_dynamics.py",6426,0,"",python,selection_command +8131,15801050,"train_dynamics.py",6478,0,"",python,selection_command +8132,15801538,"train_dynamics.py",6426,0,"",python,selection_command +8133,15801597,"train_dynamics.py",6478,0,"",python,selection_command +8134,15801751,"train_dynamics.py",6527,0,"",python,selection_command +8135,15803771,"test.ipynb",0,0,"",python,tab +8136,15803771,"test.ipynb",72,0,"",python,selection_mouse +8137,15803773,"test.ipynb",71,0,"",python,selection_command +8138,15805636,"test.ipynb",60,0,"",python,selection_command +8139,15805919,"test.ipynb",16,0,"",python,selection_command +8140,15806346,"test.ipynb",15,0,"",python,selection_command +8141,15806487,"test.ipynb",14,0,"",python,selection_command +8142,15806853,"test.ipynb",14,29,"",python,content +8143,15807640,"test.ipynb",14,0,"{}",python,content +8144,15807641,"test.ipynb",15,0,"",python,selection_keyboard +8145,15809105,"test.ipynb",15,0,"""""",python,content +8146,15809105,"test.ipynb",16,0,"",python,selection_keyboard +8147,15810958,"test.ipynb",15,0,"",python,selection_command +8148,15811310,"test.ipynb",34,0,"",python,selection_command +8149,15811559,"test.ipynb",29,0,"",python,selection_command +8150,15812057,"train_dynamics.py",0,0,"",python,tab +8151,15812678,"train_dynamics.py",5565,0,"",python,selection_command +8152,15813118,"train_dynamics.py",5529,0,"",python,selection_command +8153,15813407,"train_dynamics.py",5479,0,"",python,selection_command +8154,15813407,"train_dynamics.py",5431,0,"",python,selection_command +8155,15813415,"train_dynamics.py",5381,0,"",python,selection_command +8156,15813449,"train_dynamics.py",5339,0,"",python,selection_command +8157,15813480,"train_dynamics.py",5303,0,"",python,selection_command +8158,15813636,"train_dynamics.py",5283,0,"",python,selection_command +8159,15813819,"train_dynamics.py",5264,0,"",python,selection_command +8160,15813954,"train_dynamics.py",5266,0,"",python,selection_command +8161,15814123,"train_dynamics.py",5268,0,"",python,selection_command +8162,15814552,"genie.py",0,0,"",python,tab +8163,15814552,"genie.py",333,0,"",python,selection_command +8164,15815097,"genie.py",1973,0,"",python,selection_command +8165,15815567,"genie.py",3918,0,"",python,selection_command +8166,15816732,"genie.py",4400,0,"",python,selection_keyboard +8167,15817165,"genie.py",4369,0,"",python,selection_command +8168,15817409,"genie.py",4330,0,"",python,selection_command +8169,15817437,"genie.py",4256,0,"",python,selection_command +8170,15817601,"genie.py",4170,0,"",python,selection_command +8171,15817714,"genie.py",4082,0,"",python,selection_command +8172,15818212,"genie.py",4170,0,"",python,selection_command +8173,15820224,"test.ipynb",0,0,"",python,tab +8174,15820224,"test.ipynb",16,0,"",python,selection_mouse +8175,15821796,"test.ipynb",16,0,"v",python,content +8176,15821796,"test.ipynb",17,0,"",python,selection_keyboard +8177,15822035,"test.ipynb",17,0,"d",python,content +8178,15822036,"test.ipynb",18,0,"",python,selection_keyboard +8179,15822093,"test.ipynb",18,0,"e",python,content +8180,15822094,"test.ipynb",19,0,"",python,selection_keyboard +8181,15822140,"test.ipynb",19,0,"o",python,content +8182,15822141,"test.ipynb",20,0,"",python,selection_keyboard +8183,15822320,"test.ipynb",20,0,"s",python,content +8184,15822321,"test.ipynb",21,0,"",python,selection_keyboard +8185,15822590,"test.ipynb",20,1,"",python,content +8186,15822736,"test.ipynb",19,1,"",python,content +8187,15822885,"test.ipynb",18,1,"",python,content +8188,15823167,"test.ipynb",17,1,"",python,content +8189,15823274,"test.ipynb",17,0,"i",python,content +8190,15823274,"test.ipynb",18,0,"",python,selection_keyboard +8191,15823333,"test.ipynb",18,0,"d",python,content +8192,15823334,"test.ipynb",19,0,"",python,selection_keyboard +8193,15823362,"test.ipynb",19,0,"e",python,content +8194,15823362,"test.ipynb",20,0,"",python,selection_keyboard +8195,15823663,"test.ipynb",20,0,"o",python,content +8196,15823663,"test.ipynb",21,0,"",python,selection_keyboard +8197,15823737,"test.ipynb",21,0,"s",python,content +8198,15823737,"test.ipynb",22,0,"",python,selection_keyboard +8199,15824241,"test.ipynb",23,0,": jnp.ones((1, 16, 90, 160, 3))",python,content +8200,15824241,"test.ipynb",54,0,"",python,selection_command +8201,15824520,"test.ipynb",53,0,"",python,selection_command +8202,15824940,"test.ipynb",83,0,"",python,selection_command +8203,15844458,"test.ipynb",0,0,"",python,tab +8204,15850349,"test.ipynb",0,0,"",python,tab +8205,15850349,"test.ipynb",2841,0,"",python,selection_mouse +8206,15850899,"test.ipynb",2840,0,"",python,selection_command +8207,15851204,"test.ipynb",2838,0,"",python,selection_command +8208,15851437,"test.ipynb",2838,19,"",python,content +8209,15851741,"test.ipynb",2838,0,"n",python,content +8210,15851741,"test.ipynb",2839,0,"",python,selection_keyboard +8211,15851799,"test.ipynb",2839,0,"o",python,content +8212,15851799,"test.ipynb",2840,0,"",python,selection_keyboard +8213,15851939,"test.ipynb",2839,0,"",python,selection_command +8214,15852529,"test.ipynb",2838,0,"",python,selection_command +8215,15852726,"test.ipynb",2838,2,"",python,content +8216,15854427,"test.ipynb",2838,0,"F",python,content +8217,15854428,"test.ipynb",2839,0,"",python,selection_keyboard +8218,15854603,"test.ipynb",2839,0,"a",python,content +8219,15854604,"test.ipynb",2840,0,"",python,selection_keyboard +8220,15854656,"test.ipynb",2840,0,"l",python,content +8221,15854656,"test.ipynb",2841,0,"",python,selection_keyboard +8222,15854748,"test.ipynb",2841,0,"s",python,content +8223,15854749,"test.ipynb",2842,0,"",python,selection_keyboard +8224,15854800,"test.ipynb",2842,0,"e",python,content +8225,15854800,"test.ipynb",2843,0,"",python,selection_keyboard +8226,15855041,"test.ipynb",2842,0,"",python,selection_command +8227,15861173,"test.ipynb",0,0,"",python,tab +8228,15871355,"test.ipynb",51,0,"",python,selection_mouse +8229,15872201,"test.ipynb",52,0,"",python,selection_command +8230,15872385,"test.ipynb",53,0,"",python,selection_command +8231,15872556,"test.ipynb",54,0,"",python,selection_command +8232,15872751,"test.ipynb",54,0,",",python,content +8233,15872752,"test.ipynb",55,0,"",python,selection_keyboard +8234,15872830,"test.ipynb",55,0," ",python,content +8235,15872831,"test.ipynb",56,0,"",python,selection_keyboard +8236,15873407,"test.ipynb",56,0,"""""",python,content +8237,15873407,"test.ipynb",57,0,"",python,selection_keyboard +8238,15874017,"test.ipynb",58,0,": jnp.ones((1, 16, 90, 160, 3))",python,content +8239,15874017,"test.ipynb",57,0,"mask_rng",python,content +8240,15874020,"test.ipynb",97,0,"",python,selection_command +8241,15874313,"test.ipynb",96,0,"",python,selection_command +8242,15883007,"test.ipynb",78,0,"",python,selection_mouse +8243,15884122,"test.ipynb",76,0,"",python,selection_command +8244,15884282,"test.ipynb",72,0,"",python,selection_command +8245,15884421,"test.ipynb",71,0,"",python,selection_command +8246,15884770,"test.ipynb",68,0,"",python,selection_command +8247,15884896,"test.ipynb",68,1,"j",python,selection_command +8248,15884934,"test.ipynb",68,3,"jnp",python,selection_command +8249,15885114,"test.ipynb",68,4,"jnp.",python,selection_command +8250,15885294,"test.ipynb",68,8,"jnp.ones",python,selection_command +8251,15885437,"test.ipynb",68,10,"jnp.ones((",python,selection_command +8252,15885629,"test.ipynb",68,11,"jnp.ones((1",python,selection_command +8253,15885710,"test.ipynb",68,12,"jnp.ones((1,",python,selection_command +8254,15885853,"test.ipynb",68,15,"jnp.ones((1, 16",python,selection_command +8255,15886015,"test.ipynb",68,16,"jnp.ones((1, 16,",python,selection_command +8256,15886152,"test.ipynb",68,19,"jnp.ones((1, 16, 90",python,selection_command +8257,15886343,"test.ipynb",68,20,"jnp.ones((1, 16, 90,",python,selection_command +8258,15886474,"test.ipynb",68,24,"jnp.ones((1, 16, 90, 160",python,selection_command +8259,15886676,"test.ipynb",68,25,"jnp.ones((1, 16, 90, 160,",python,selection_command +8260,15886965,"test.ipynb",68,27,"jnp.ones((1, 16, 90, 160, 3",python,selection_command +8261,15887302,"test.ipynb",68,28,"jnp.ones((1, 16, 90, 160, 3)",python,selection_command +8262,15887447,"test.ipynb",68,29,"jnp.ones((1, 16, 90, 160, 3))",python,selection_command +8263,15888032,"test.ipynb",68,29,"",python,content +8264,15890545,"test.ipynb",68,0,"j",python,content +8265,15890545,"test.ipynb",69,0,"",python,selection_keyboard +8266,15890671,"test.ipynb",69,0,"n",python,content +8267,15890671,"test.ipynb",70,0,"",python,selection_keyboard +8268,15890716,"test.ipynb",70,0,"p",python,content +8269,15890717,"test.ipynb",71,0,"",python,selection_keyboard +8270,15890935,"test.ipynb",71,0,".",python,content +8271,15890935,"test.ipynb",72,0,"",python,selection_keyboard +8272,15891756,"test.ipynb",71,1,"",python,content +8273,15891920,"test.ipynb",70,1,"",python,content +8274,15892111,"test.ipynb",69,1,"",python,content +8275,15892198,"test.ipynb",68,1,"",python,content +8276,15892350,"test.ipynb",68,0,"r",python,content +8277,15892351,"test.ipynb",69,0,"",python,selection_keyboard +8278,15892467,"test.ipynb",69,0,"n",python,content +8279,15892467,"test.ipynb",70,0,"",python,selection_keyboard +8280,15892656,"test.ipynb",70,0,"g",python,content +8281,15892657,"test.ipynb",71,0,"",python,selection_keyboard +8282,15893373,"test.ipynb",70,0,"",python,selection_command +8283,15908278,"test.ipynb",0,0,"",python,tab +8284,15908278,"test.ipynb",669,0,"",python,selection_mouse +8285,15909455,"test.ipynb",670,0,"",python,selection_command +8286,15913994,"test.ipynb",669,58,"",python,content +8287,15914229,"test.ipynb",668,0,"",python,selection_command +8288,15914519,"test.ipynb",668,1,"",python,content +8289,15914936,"test.ipynb",667,1,"",python,content +8290,15914940,"test.ipynb",579,0,"",python,selection_command +8291,15915113,"test.ipynb",490,0,"",python,selection_command +8292,15915368,"test.ipynb",390,0,"",python,selection_command +8293,15915396,"test.ipynb",290,0,"",python,selection_command +8294,15915429,"test.ipynb",289,0,"",python,selection_command +8295,15915461,"test.ipynb",222,0,"",python,selection_command +8296,15915495,"test.ipynb",155,0,"",python,selection_command +8297,15915800,"test.ipynb",0,0,"",python,selection_command +8298,15916046,"test.ipynb",0,0,"",python,tab +8299,15917531,"test.ipynb",0,0,"",python,tab +8300,15918423,"test.ipynb",0,0,"",python,tab +8301,15919001,"test.ipynb",77,0,"",python,selection_command +8302,15919148,"test.ipynb",155,0,"",python,selection_command +8303,15919305,"test.ipynb",222,0,"",python,selection_command +8304,15919466,"test.ipynb",289,0,"",python,selection_command +8305,15919684,"test.ipynb",222,0,"",python,selection_command +8306,15919776,"test.ipynb",222,1,"",python,content +8307,15919929,"test.ipynb",222,1,"",python,content +8308,15922187,"test.ipynb",286,0,"",python,selection_command +8309,15922468,"test.ipynb",285,1,"",python,content +8310,15922555,"test.ipynb",284,0,"",python,selection_command +8311,15922714,"test.ipynb",217,0,"",python,selection_command +8312,15922941,"test.ipynb",221,0,"",python,selection_command +8313,15923182,"test.ipynb",220,1,"",python,content +8314,15923302,"test.ipynb",219,0,"",python,selection_command +8315,15923450,"test.ipynb",141,0,"",python,selection_command +8316,15923672,"test.ipynb",154,0,"",python,selection_command +8317,15924087,"test.ipynb",153,0,"",python,selection_command +8318,15924206,"test.ipynb",149,0,"",python,selection_command +8319,15924390,"test.ipynb",146,0,"",python,selection_command +8320,15924532,"test.ipynb",144,0,"",python,selection_command +8321,15924674,"test.ipynb",142,0,"",python,selection_command +8322,15925051,"test.ipynb",142,1,"",python,content +8323,15925095,"test.ipynb",65,0,"",python,selection_command +8324,15925860,"test.ipynb",0,0,"",python,tab +8325,15927744,"test.ipynb",0,0,"",python,tab +8326,15928166,"test.ipynb",64,0,"",python,selection_command +8327,15928335,"test.ipynb",64,1,"",python,content +8328,15928569,"test.ipynb",140,0,"",python,selection_command +8329,15928780,"test.ipynb",217,0,"",python,selection_command +8330,15962378,"genie.py",0,0,"",python,tab +8331,15962378,"genie.py",4114,0,"",python,selection_mouse +8332,15964185,"train_dynamics.py",0,0,"",python,tab +8333,15966428,"train_dynamics.py",8643,0,"",python,selection_command +8334,15967286,"train_dynamics.py",8897,0,"",python,selection_command +8335,15967620,"train_dynamics.py",10169,0,"",python,selection_command +8336,15974730,"test.ipynb",0,0,"",python,tab +8337,15974730,"test.ipynb",0,0,"",python,selection_mouse +8338,15975454,"test.ipynb",0,72,"dummy_input = {""videos"": jnp.ones((1, 16, 90, 160, 3)), ""mask_rng"": rng}",python,selection_command +8339,15975675,"test.ipynb",0,101,"dummy_input = {""videos"": jnp.ones((1, 16, 90, 160, 3)), ""mask_rng"": rng}\noptimizer.model(dummy_input)",python,selection_command +8340,15975696,"test.ipynb",0,101,"",python,content +8341,16379209,"test.ipynb",0,0,"",python,tab +8342,16379209,"test.ipynb",224,0,"",python,selection_mouse +8343,16379329,"test.ipynb",223,5,"state",python,selection_mouse +8344,16379480,"test.ipynb",219,64,"nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq\n",python,selection_mouse +8345,16379781,"test.ipynb",281,0,"",python,selection_command +8346,16380598,"test.ipynb",0,0,"",python,tab +8347,16381922,"test.ipynb",0,0,"nnx.state(nnx.eval_shape(lambda: optimizer)).model.tokenizer.vq",python,content +8348,16381922,"test.ipynb",63,0,"",python,selection_keyboard +8349,16383269,"test.ipynb",62,0,"",python,selection_command +8350,16383771,"test.ipynb",0,0,"",python,selection_command +8351,16384167,"test.ipynb",0,0,"a",python,content +8352,16384167,"test.ipynb",1,0,"",python,selection_keyboard +8353,16384297,"test.ipynb",1,0,"b",python,content +8354,16384297,"test.ipynb",2,0,"",python,selection_keyboard +8355,16384395,"test.ipynb",2,0,"s",python,content +8356,16384395,"test.ipynb",3,0,"",python,selection_keyboard +8357,16384530,"test.ipynb",3,0,"t",python,content +8358,16384531,"test.ipynb",4,0,"",python,selection_keyboard +8359,16384699,"test.ipynb",4,0,"r",python,content +8360,16384700,"test.ipynb",5,0,"",python,selection_keyboard +8361,16384835,"test.ipynb",5,0,"a",python,content +8362,16384835,"test.ipynb",6,0,"",python,selection_keyboard +8363,16384934,"test.ipynb",6,0,"c",python,content +8364,16384934,"test.ipynb",7,0,"",python,selection_keyboard +8365,16385085,"test.ipynb",7,0,"t",python,content +8366,16385085,"test.ipynb",8,0,"",python,selection_keyboard +8367,16385303,"test.ipynb",8,0,"_",python,content +8368,16385304,"test.ipynb",9,0,"",python,selection_keyboard +8369,16385467,"test.ipynb",9,0,"o",python,content +8370,16385467,"test.ipynb",10,0,"",python,selection_keyboard +8371,16385546,"test.ipynb",10,0,"p",python,content +8372,16385546,"test.ipynb",11,0,"",python,selection_keyboard +8373,16385663,"test.ipynb",11,0,"t",python,content +8374,16385663,"test.ipynb",12,0,"",python,selection_keyboard +8375,16385845,"test.ipynb",12,0,"m",python,content +8376,16385846,"test.ipynb",13,0,"",python,selection_keyboard +8377,16385895,"test.ipynb",13,0,"i",python,content +8378,16385895,"test.ipynb",14,0,"",python,selection_keyboard +8379,16386016,"test.ipynb",14,0,"z",python,content +8380,16386016,"test.ipynb",15,0,"",python,selection_keyboard +8381,16386113,"test.ipynb",15,0,"e",python,content +8382,16386113,"test.ipynb",16,0,"",python,selection_keyboard +8383,16386149,"test.ipynb",16,0,"i",python,content +8384,16386149,"test.ipynb",17,0,"",python,selection_keyboard +8385,16386463,"test.ipynb",16,1,"",python,content +8386,16386587,"test.ipynb",15,1,"",python,content +8387,16386733,"test.ipynb",14,1,"",python,content +8388,16386862,"test.ipynb",13,1,"",python,content +8389,16387150,"test.ipynb",13,0,"i",python,content +8390,16387150,"test.ipynb",14,0,"",python,selection_keyboard +8391,16387231,"test.ipynb",14,0,"m",python,content +8392,16387231,"test.ipynb",15,0,"",python,selection_keyboard +8393,16387447,"test.ipynb",14,1,"",python,content +8394,16387578,"test.ipynb",13,1,"",python,content +8395,16387701,"test.ipynb",12,1,"",python,content +8396,16387885,"test.ipynb",12,0,"i",python,content +8397,16387886,"test.ipynb",13,0,"",python,selection_keyboard +8398,16387919,"test.ipynb",13,0,"m",python,content +8399,16387920,"test.ipynb",14,0,"",python,selection_keyboard +8400,16388031,"test.ipynb",14,0,"i",python,content +8401,16388031,"test.ipynb",15,0,"",python,selection_keyboard +8402,16388113,"test.ipynb",15,0,"z",python,content +8403,16388113,"test.ipynb",16,0,"",python,selection_keyboard +8404,16388182,"test.ipynb",16,0,"e",python,content +8405,16388182,"test.ipynb",17,0,"",python,selection_keyboard +8406,16388231,"test.ipynb",17,0,"r",python,content +8407,16388232,"test.ipynb",18,0,"",python,selection_keyboard +8408,16388432,"test.ipynb",18,0,"_",python,content +8409,16388432,"test.ipynb",19,0,"",python,selection_keyboard +8410,16388602,"test.ipynb",19,0,"s",python,content +8411,16388603,"test.ipynb",20,0,"",python,selection_keyboard +8412,16388665,"test.ipynb",20,0,"t",python,content +8413,16388665,"test.ipynb",21,0,"",python,selection_keyboard +8414,16388737,"test.ipynb",21,0,"a",python,content +8415,16388737,"test.ipynb",22,0,"",python,selection_keyboard +8416,16388818,"test.ipynb",22,0,"t",python,content +8417,16388818,"test.ipynb",23,0,"",python,selection_keyboard +8418,16388877,"test.ipynb",23,0,"e",python,content +8419,16388878,"test.ipynb",24,0,"",python,selection_keyboard +8420,16389088,"test.ipynb",24,0," ",python,content +8421,16389088,"test.ipynb",25,0,"",python,selection_keyboard +8422,16389282,"test.ipynb",25,0,"=",python,content +8423,16389282,"test.ipynb",26,0,"",python,selection_keyboard +8424,16389297,"test.ipynb",26,0," ",python,content +8425,16389298,"test.ipynb",27,0,"",python,selection_keyboard +8426,16392193,"test.ipynb",0,0,"",python,tab +8427,16393386,"test.ipynb",0,0,"",python,tab +8428,16393386,"test.ipynb",34,0,"",python,selection_mouse +8429,16394193,"test.ipynb",33,0,"",python,selection_command +8430,16398203,"test.ipynb",89,0,"",python,selection_command +8431,16399835,"test.ipynb",88,0,"",python,selection_command +8432,16399987,"test.ipynb",87,0,"",python,selection_command +8433,16400133,"test.ipynb",78,0,"",python,selection_command +8434,16400299,"test.ipynb",77,0,"",python,selection_command +8435,16400366,"test.ipynb",72,0,"",python,selection_command +8436,16400523,"test.ipynb",69,0,"",python,selection_command +8437,16400919,"test.ipynb",70,0,"",python,selection_command +8438,16401085,"test.ipynb",71,0,"",python,selection_command +8439,16401403,"test.ipynb",71,19,"",python,content +8440,16401410,"test.ipynb",70,0,"",python,selection_command +8441,16403969,"test.ipynb",0,0,"",python,tab +8442,16405422,"test.ipynb",0,0,"a",python,content +8443,16405422,"test.ipynb",1,0,"",python,selection_keyboard +8444,16405543,"test.ipynb",1,0,"b",python,content +8445,16405543,"test.ipynb",2,0,"",python,selection_keyboard +8446,16405548,"test.ipynb",2,0,"s",python,content +8447,16405549,"test.ipynb",3,0,"",python,selection_keyboard +8448,16405654,"test.ipynb",3,0,"t",python,content +8449,16405655,"test.ipynb",4,0,"",python,selection_keyboard +8450,16405847,"test.ipynb",4,0,"r",python,content +8451,16405847,"test.ipynb",5,0,"",python,selection_keyboard +8452,16405930,"test.ipynb",5,0,"a",python,content +8453,16405930,"test.ipynb",6,0,"",python,selection_keyboard +8454,16406083,"test.ipynb",6,0,"c",python,content +8455,16406084,"test.ipynb",7,0,"",python,selection_keyboard +8456,16406246,"test.ipynb",7,0,"t",python,content +8457,16406247,"test.ipynb",8,0,"",python,selection_keyboard +8458,16406448,"test.ipynb",8,0,"_",python,content +8459,16406448,"test.ipynb",9,0,"",python,selection_keyboard +8460,16406672,"test.ipynb",9,0,"o",python,content +8461,16406672,"test.ipynb",10,0,"",python,selection_keyboard +8462,16406699,"test.ipynb",10,0,"p",python,content +8463,16406699,"test.ipynb",11,0,"",python,selection_keyboard +8464,16406798,"test.ipynb",11,0,"t",python,content +8465,16406798,"test.ipynb",12,0,"",python,selection_keyboard +8466,16406913,"test.ipynb",12,0,"i",python,content +8467,16406913,"test.ipynb",13,0,"",python,selection_keyboard +8468,16406997,"test.ipynb",13,0,"m",python,content +8469,16406997,"test.ipynb",14,0,"",python,selection_keyboard +8470,16407114,"test.ipynb",14,0,"i",python,content +8471,16407114,"test.ipynb",15,0,"",python,selection_keyboard +8472,16407220,"test.ipynb",15,0,"z",python,content +8473,16407220,"test.ipynb",16,0,"",python,selection_keyboard +8474,16407282,"test.ipynb",16,0,"e",python,content +8475,16407282,"test.ipynb",17,0,"",python,selection_keyboard +8476,16407640,"test.ipynb",17,0,"_",python,content +8477,16407640,"test.ipynb",18,0,"",python,selection_keyboard +8478,16407741,"test.ipynb",18,0,"s",python,content +8479,16407742,"test.ipynb",19,0,"",python,selection_keyboard +8480,16407814,"test.ipynb",19,0,"t",python,content +8481,16407815,"test.ipynb",20,0,"",python,selection_keyboard +8482,16407879,"test.ipynb",20,0,"a",python,content +8483,16407879,"test.ipynb",21,0,"",python,selection_keyboard +8484,16407973,"test.ipynb",21,0,"t",python,content +8485,16407973,"test.ipynb",22,0,"",python,selection_keyboard +8486,16408006,"test.ipynb",22,0,"e",python,content +8487,16408006,"test.ipynb",23,0,"",python,selection_keyboard +8488,16408163,"test.ipynb",23,0,".",python,content +8489,16408163,"test.ipynb",24,0,"",python,selection_keyboard +8490,16408936,"test.ipynb",24,0,"m",python,content +8491,16408936,"test.ipynb",25,0,"",python,selection_keyboard +8492,16408962,"test.ipynb",25,0,"o",python,content +8493,16408962,"test.ipynb",26,0,"",python,selection_keyboard +8494,16409048,"test.ipynb",26,0,"d",python,content +8495,16409048,"test.ipynb",27,0,"",python,selection_keyboard +8496,16409095,"test.ipynb",27,0,"e",python,content +8497,16409096,"test.ipynb",28,0,"",python,selection_keyboard +8498,16409212,"test.ipynb",28,0,"l",python,content +8499,16409213,"test.ipynb",29,0,"",python,selection_keyboard +8500,16409329,"test.ipynb",29,0,".",python,content +8501,16409329,"test.ipynb",30,0,"",python,selection_keyboard +8502,16409937,"test.ipynb",30,0,"t",python,content +8503,16409937,"test.ipynb",31,0,"",python,selection_keyboard +8504,16409971,"test.ipynb",31,0,"o",python,content +8505,16409971,"test.ipynb",32,0,"",python,selection_keyboard +8506,16410043,"test.ipynb",32,0,"k",python,content +8507,16410044,"test.ipynb",33,0,"",python,selection_keyboard +8508,16410100,"test.ipynb",33,0,"e",python,content +8509,16410100,"test.ipynb",34,0,"",python,selection_keyboard +8510,16410270,"test.ipynb",34,0,"n",python,content +8511,16410271,"test.ipynb",35,0,"",python,selection_keyboard +8512,16410271,"test.ipynb",35,0,"i",python,content +8513,16410271,"test.ipynb",36,0,"",python,selection_keyboard +8514,16410327,"test.ipynb",36,0,"z",python,content +8515,16410328,"test.ipynb",37,0,"",python,selection_keyboard +8516,16410532,"test.ipynb",37,0,"er.vq.drop.rngs",python,content +8517,16411120,"test.ipynb",51,1,"",python,content +8518,16411359,"test.ipynb",50,1,"",python,content +8519,16411389,"test.ipynb",49,1,"",python,content +8520,16411429,"test.ipynb",48,1,"",python,content +8521,16411461,"test.ipynb",47,1,"",python,content +8522,16411492,"test.ipynb",46,1,"",python,content +8523,16411526,"test.ipynb",45,1,"",python,content +8524,16411551,"test.ipynb",44,1,"",python,content +8525,16411583,"test.ipynb",43,1,"",python,content +8526,16411934,"test.ipynb",42,1,"",python,content +8527,16414265,"test.ipynb",41,0,"",python,selection_command +8528,16415676,"test.ipynb",0,0,"",python,selection_command +8529,16416069,"test.ipynb",0,0,"",python,tab +8530,16416070,"test.ipynb",0,0,"",python,selection_command +8531,16416126,"test.ipynb",1,0,"",python,selection_command +8532,16418972,"test.ipynb",0,0,"",python,tab +8533,16419315,"test.ipynb",1,0,"",python,selection_command +8534,16419763,"test.ipynb",16,0,"",python,selection_command +8535,16419984,"test.ipynb",22,0,"",python,selection_command +8536,16420381,"test.ipynb",21,0,"",python,selection_command +8537,16420628,"test.ipynb",20,0,"",python,selection_command +8538,16420652,"test.ipynb",19,0,"",python,selection_command +8539,16420746,"test.ipynb",18,0,"",python,selection_command +8540,16420746,"test.ipynb",17,0,"",python,selection_command +8541,16420869,"test.ipynb",16,0,"",python,selection_command +8542,16421270,"test.ipynb",17,0,"",python,selection_command +8543,16421302,"test.ipynb",17,0,"r",python,content +8544,16421303,"test.ipynb",18,0,"",python,selection_keyboard +8545,16454364,"test.ipynb",17,0,"",python,selection_command +8546,16455435,"test.ipynb",43,0,"",python,selection_command +8547,16455734,"test.ipynb",43,0," ",python,content +8548,16455735,"test.ipynb",44,0,"",python,selection_keyboard +8549,16455858,"test.ipynb",44,0,"=",python,content +8550,16455858,"test.ipynb",45,0,"",python,selection_keyboard +8551,16455930,"test.ipynb",45,0," ",python,content +8552,16455931,"test.ipynb",46,0,"",python,selection_keyboard +8553,16457320,"test.ipynb",45,0,"",python,selection_command +8554,16457932,"test.ipynb",46,0,"",python,selection_command +8555,16458071,"test.ipynb",45,1,"",python,content +8556,16458204,"test.ipynb",44,1,"",python,content +8557,16458333,"test.ipynb",43,1,"",python,content +8558,16458682,"test.ipynb",43,0,".",python,content +8559,16458682,"test.ipynb",44,0,"",python,selection_keyboard +8560,16458777,"test.ipynb",44,0,"d",python,content +8561,16458778,"test.ipynb",45,0,"",python,selection_keyboard +8562,16458919,"test.ipynb",45,0,"r",python,content +8563,16458920,"test.ipynb",46,0,"",python,selection_keyboard +8564,16459001,"test.ipynb",46,0,"o",python,content +8565,16459001,"test.ipynb",47,0,"",python,selection_keyboard +8566,16459061,"test.ipynb",47,0,"p",python,content +8567,16459062,"test.ipynb",48,0,"",python,selection_keyboard +8568,16459215,"test.ipynb",48,0,"o",python,content +8569,16459216,"test.ipynb",49,0,"",python,selection_keyboard +8570,16459347,"test.ipynb",49,0,"u",python,content +8571,16459347,"test.ipynb",50,0,"",python,selection_keyboard +8572,16459414,"test.ipynb",50,0,"t",python,content +8573,16459414,"test.ipynb",51,0,"",python,selection_keyboard +8574,16460080,"test.ipynb",50,1,"",python,content +8575,16460189,"test.ipynb",49,1,"",python,content +8576,16460333,"test.ipynb",48,1,"",python,content +8577,16460395,"test.ipynb",48,0," ",python,content +8578,16460395,"test.ipynb",49,0,"",python,selection_keyboard +8579,16460589,"test.ipynb",49,0,"=",python,content +8580,16460589,"test.ipynb",50,0,"",python,selection_keyboard +8581,16460612,"test.ipynb",50,0," ",python,content +8582,16460612,"test.ipynb",51,0,"",python,selection_keyboard +8583,16461894,"test.ipynb",51,0,"nnx.Dropout(0.1, rngs=rngs)\n\n\n\n\n\n\n\n\n\n\n",python,content +8584,16463730,"test.ipynb",88,1,"\n",python,selection_command +8585,16463987,"test.ipynb",87,2,"\n\n",python,selection_command +8586,16464011,"test.ipynb",86,3,"\n\n\n",python,selection_command +8587,16464082,"test.ipynb",85,4,"\n\n\n\n",python,selection_command +8588,16464082,"test.ipynb",84,5,"\n\n\n\n\n",python,selection_command +8589,16464104,"test.ipynb",83,6,"\n\n\n\n\n\n",python,selection_command +8590,16464142,"test.ipynb",82,7,"\n\n\n\n\n\n\n",python,selection_command +8591,16464192,"test.ipynb",81,8,"\n\n\n\n\n\n\n\n",python,selection_command +8592,16464480,"test.ipynb",80,9,"\n\n\n\n\n\n\n\n\n",python,selection_command +8593,16464646,"test.ipynb",79,10,"\n\n\n\n\n\n\n\n\n\n",python,selection_command +8594,16464789,"test.ipynb",78,11,"",python,content +8595,16464794,"test.ipynb",0,0,"",python,selection_command +8596,16470356,"test.ipynb",0,0,"",python,tab +8597,16470356,"test.ipynb",0,0,"",python,tab +8598,16471766,"test.ipynb",0,0,"a",python,content +8599,16471766,"test.ipynb",1,0,"",python,selection_keyboard +8600,16471867,"test.ipynb",1,0,"b",python,content +8601,16471868,"test.ipynb",2,0,"",python,selection_keyboard +8602,16471929,"test.ipynb",2,0,"s",python,content +8603,16471929,"test.ipynb",3,0,"",python,selection_keyboard +8604,16472029,"test.ipynb",3,0,"t",python,content +8605,16472029,"test.ipynb",4,0,"",python,selection_keyboard +8606,16472201,"test.ipynb",4,0,"r",python,content +8607,16472202,"test.ipynb",5,0,"",python,selection_keyboard +8608,16472281,"test.ipynb",5,0,"a",python,content +8609,16472281,"test.ipynb",6,0,"",python,selection_keyboard +8610,16472447,"test.ipynb",6,0,"c",python,content +8611,16472447,"test.ipynb",7,0,"",python,selection_keyboard +8612,16472614,"test.ipynb",7,0,"t",python,content +8613,16472615,"test.ipynb",8,0,"",python,selection_keyboard +8614,16472903,"test.ipynb",8,0,"_optimizer = nnx.eval_shape(lambda: optimizer)",python,content +8615,16473498,"test.ipynb",53,1,"",python,content +8616,16473627,"test.ipynb",44,9,"",python,content +8617,16473781,"test.ipynb",42,2,"",python,content +8618,16473953,"test.ipynb",36,6,"",python,content +8619,16474100,"test.ipynb",35,1,"",python,content +8620,16474311,"test.ipynb",25,10,"",python,content +8621,16474481,"test.ipynb",24,1,"",python,content +8622,16474785,"test.ipynb",21,3,"",python,content +8623,16475146,"test.ipynb",20,1,"",python,content +8624,16475271,"test.ipynb",19,1,"",python,content +8625,16475430,"test.ipynb",18,1,"",python,content +8626,16475669,"test.ipynb",18,0,"_",python,content +8627,16475670,"test.ipynb",19,0,"",python,selection_keyboard +8628,16475850,"test.ipynb",19,0,"s",python,content +8629,16475851,"test.ipynb",20,0,"",python,selection_keyboard +8630,16475947,"test.ipynb",20,0,"a",python,content +8631,16475947,"test.ipynb",21,0,"",python,selection_keyboard +8632,16475952,"test.ipynb",21,0,"t",python,content +8633,16475953,"test.ipynb",22,0,"",python,selection_keyboard +8634,16476147,"test.ipynb",22,0,"t",python,content +8635,16476148,"test.ipynb",23,0,"",python,selection_keyboard +8636,16476153,"test.ipynb",23,0,"a",python,content +8637,16476153,"test.ipynb",24,0,"",python,selection_keyboard +8638,16476482,"test.ipynb",23,1,"",python,content +8639,16476607,"test.ipynb",22,1,"",python,content +8640,16476747,"test.ipynb",21,1,"",python,content +8641,16476893,"test.ipynb",20,1,"",python,content +8642,16476963,"test.ipynb",20,0,"t",python,content +8643,16476963,"test.ipynb",21,0,"",python,selection_keyboard +8644,16476977,"test.ipynb",21,0,"a",python,content +8645,16476977,"test.ipynb",22,0,"",python,selection_keyboard +8646,16477168,"test.ipynb",22,0,"e",python,content +8647,16477168,"test.ipynb",23,0,"",python,selection_keyboard +8648,16477710,"test.ipynb",22,1,"",python,content +8649,16477788,"test.ipynb",22,0,"t",python,content +8650,16477788,"test.ipynb",23,0,"",python,selection_keyboard +8651,16477843,"test.ipynb",23,0,"e",python,content +8652,16477843,"test.ipynb",24,0,"",python,selection_keyboard +8653,16478856,"test.ipynb",24,0,".",python,content +8654,16478857,"test.ipynb",25,0,"",python,selection_keyboard +8655,16479230,"test.ipynb",25,0,"m",python,content +8656,16479231,"test.ipynb",26,0,"",python,selection_keyboard +8657,16479262,"test.ipynb",26,0,"o",python,content +8658,16479262,"test.ipynb",27,0,"",python,selection_keyboard +8659,16479396,"test.ipynb",27,0,"d",python,content +8660,16479397,"test.ipynb",28,0,"",python,selection_keyboard +8661,16479464,"test.ipynb",28,0,"e",python,content +8662,16479464,"test.ipynb",29,0,"",python,selection_keyboard +8663,16479549,"test.ipynb",29,0,"l",python,content +8664,16479549,"test.ipynb",30,0,"",python,selection_keyboard +8665,16479805,"test.ipynb",30,0,".",python,content +8666,16479805,"test.ipynb",31,0,"",python,selection_keyboard +8667,16480032,"test.ipynb",31,0,"t",python,content +8668,16480032,"test.ipynb",32,0,"",python,selection_keyboard +8669,16480094,"test.ipynb",32,0,"o",python,content +8670,16480095,"test.ipynb",33,0,"",python,selection_keyboard +8671,16480146,"test.ipynb",33,0,"k",python,content +8672,16480146,"test.ipynb",34,0,"",python,selection_keyboard +8673,16480261,"test.ipynb",34,0,"z",python,content +8674,16480262,"test.ipynb",35,0,"",python,selection_keyboard +8675,16480400,"test.ipynb",35,0,"i",python,content +8676,16480401,"test.ipynb",36,0,"",python,selection_keyboard +8677,16480865,"test.ipynb",35,1,"",python,content +8678,16481007,"test.ipynb",34,1,"",python,content +8679,16481114,"test.ipynb",34,0,"e",python,content +8680,16481114,"test.ipynb",35,0,"",python,selection_keyboard +8681,16481198,"test.ipynb",35,0,"n",python,content +8682,16481198,"test.ipynb",36,0,"",python,selection_keyboard +8683,16481295,"test.ipynb",36,0,"i",python,content +8684,16481296,"test.ipynb",37,0,"",python,selection_keyboard +8685,16481434,"test.ipynb",37,0,"z",python,content +8686,16481434,"test.ipynb",38,0,"",python,selection_keyboard +8687,16481626,"test.ipynb",38,0,"e",python,content +8688,16481626,"test.ipynb",39,0,"",python,selection_keyboard +8689,16481627,"test.ipynb",39,0,"r",python,content +8690,16481628,"test.ipynb",40,0,"",python,selection_keyboard +8691,16481759,"test.ipynb",40,0,".",python,content +8692,16481759,"test.ipynb",41,0,"",python,selection_keyboard +8693,16482148,"test.ipynb",41,0,"v",python,content +8694,16482148,"test.ipynb",42,0,"",python,selection_keyboard +8695,16482194,"test.ipynb",42,0,"q",python,content +8696,16482195,"test.ipynb",43,0,"",python,selection_keyboard +8697,16482380,"test.ipynb",43,0,".",python,content +8698,16482380,"test.ipynb",44,0,"",python,selection_keyboard +8699,16482788,"test.ipynb",43,1,"",python,content +8700,16482859,"test.ipynb",43,0,"__module__",python,content +8701,16483398,"test.ipynb",52,1,"",python,content +8702,16483721,"test.ipynb",51,1,"",python,content +8703,16483723,"test.ipynb",50,1,"",python,content +8704,16483725,"test.ipynb",49,1,"",python,content +8705,16483744,"test.ipynb",48,1,"",python,content +8706,16483776,"test.ipynb",47,1,"",python,content +8707,16483808,"test.ipynb",46,1,"",python,content +8708,16483842,"test.ipynb",45,1,"",python,content +8709,16483868,"test.ipynb",44,1,"",python,content +8710,16483902,"test.ipynb",43,1,"",python,content +8711,16484055,"test.ipynb",42,1,"",python,content +8712,16484837,"test.ipynb",42,0,"q",python,content +8713,16484837,"test.ipynb",43,0,"",python,selection_keyboard +8714,16491077,"train_dynamics.py",0,0,"",python,tab +8715,16491077,"train_dynamics.py",10404,0,"",python,selection_mouse +8716,16491918,"train_dynamics.py",10442,0,"\n ",python,content +8717,16493682,"train_dynamics.py",10451,0,"abstract_optimizer_state.model.tokenizer.vq.drop.rngs = rngs",python,content +8718,16493925,"train_dynamics.py",10510,0,"",python,selection_command +8719,16494212,"train_dynamics.py",10507,0,"",python,selection_command +8720,16494540,"train_dynamics.py",10505,0,"",python,selection_command +8721,16494540,"train_dynamics.py",10500,0,"",python,selection_command +8722,16494541,"train_dynamics.py",10499,0,"",python,selection_command +8723,16494541,"train_dynamics.py",10495,0,"",python,selection_command +8724,16494574,"train_dynamics.py",10494,0,"",python,selection_command +8725,16494803,"train_dynamics.py",10492,0,"",python,selection_command +8726,16495064,"train_dynamics.py",10494,0,"",python,selection_command +8727,16495255,"train_dynamics.py",10495,0,"",python,selection_command +8728,16495588,"train_dynamics.py",10499,0,"",python,selection_command +8729,16496112,"train_dynamics.py",10499,12,"",python,content +8730,16496304,"train_dynamics.py",10499,0," ",python,content +8731,16496304,"train_dynamics.py",10500,0,"",python,selection_keyboard +8732,16496401,"train_dynamics.py",10500,0,"=",python,content +8733,16496401,"train_dynamics.py",10501,0,"",python,selection_keyboard +8734,16496482,"train_dynamics.py",10501,0," ",python,content +8735,16496482,"train_dynamics.py",10502,0,"",python,selection_keyboard +8736,16497291,"train_dynamics.py",10502,0,"nnx.Dropout(0.1, rngs=rngs)",python,content +8737,16497514,"train_dynamics.py",10528,0,"",python,selection_command +8738,16498045,"train_dynamics.py",10443,0,"",python,selection_command +8739,16500360,"train_dynamics.py",10530,0,"",python,selection_command +8740,16501542,"train_dynamics.py",10530,21,"",python,content +8741,16501576,"train_dynamics.py",10538,0,"",python,selection_command +8742,16502502,"train_dynamics.py",10585,0,"",python,selection_command +8743,16502755,"train_dynamics.py",10631,0,"",python,selection_command +8744,16502780,"train_dynamics.py",10668,0,"",python,selection_command +8745,16502812,"train_dynamics.py",10746,0,"",python,selection_command +8746,16503057,"train_dynamics.py",10831,0,"",python,selection_command +8747,16503196,"train_dynamics.py",10846,0,"",python,selection_command +8748,16503559,"train_dynamics.py",10847,0,"\n breakpoint()",python,content +8749,16503582,"train_dynamics.py",10856,0,"",python,selection_command +8750,16504588,"train_dynamics.py",10848,21,"",python,content +8751,16504616,"train_dynamics.py",10856,0,"",python,selection_command +8752,16504747,"train_dynamics.py",10846,0,"",python,selection_command +8753,16542596,"test.ipynb",0,0,"",python,tab +8754,16547630,"test.ipynb",42,0,"",python,selection_command +8755,16549051,"test.ipynb",0,0,"",python,tab +8756,16549052,"test.ipynb",50,0,"",python,selection_mouse +8757,16549720,"test.ipynb",51,0,"",python,selection_command +8758,16550909,"test.ipynb",51,0,"n",python,content +8759,16550910,"test.ipynb",52,0,"",python,selection_keyboard +8760,16551035,"test.ipynb",52,0,"n",python,content +8761,16551035,"test.ipynb",53,0,"",python,selection_keyboard +8762,16551119,"test.ipynb",53,0,"x",python,content +8763,16551119,"test.ipynb",54,0,"",python,selection_keyboard +8764,16551216,"test.ipynb",54,0,".",python,content +8765,16551217,"test.ipynb",55,0,"",python,selection_keyboard +8766,16552570,"test.ipynb",55,0,"e",python,content +8767,16552571,"test.ipynb",56,0,"",python,selection_keyboard +8768,16552683,"test.ipynb",56,0,"v",python,content +8769,16552684,"test.ipynb",57,0,"",python,selection_keyboard +8770,16552752,"test.ipynb",57,0,"a",python,content +8771,16552753,"test.ipynb",58,0,"",python,selection_keyboard +8772,16552931,"test.ipynb",58,0,"l",python,content +8773,16552932,"test.ipynb",59,0,"",python,selection_keyboard +8774,16553150,"test.ipynb",59,0,"_",python,content +8775,16553151,"test.ipynb",60,0,"",python,selection_keyboard +8776,16553352,"test.ipynb",60,0,"s",python,content +8777,16553353,"test.ipynb",61,0,"",python,selection_keyboard +8778,16553432,"test.ipynb",61,0,"h",python,content +8779,16553432,"test.ipynb",62,0,"",python,selection_keyboard +8780,16553511,"test.ipynb",62,0,"a",python,content +8781,16553512,"test.ipynb",63,0,"",python,selection_keyboard +8782,16553615,"test.ipynb",63,0,"p",python,content +8783,16553615,"test.ipynb",64,0,"",python,selection_keyboard +8784,16553668,"test.ipynb",64,0,"e",python,content +8785,16553668,"test.ipynb",65,0,"",python,selection_keyboard +8786,16554002,"test.ipynb",65,0,"(",python,content +8787,16554003,"test.ipynb",66,0,"",python,selection_keyboard +8788,16554518,"test.ipynb",65,0,"",python,selection_command +8789,16555181,"test.ipynb",66,0,"",python,selection_command +8790,16555925,"test.ipynb",66,0," ",python,content +8791,16555925,"test.ipynb",67,0,"",python,selection_keyboard +8792,16556096,"test.ipynb",67,0,"l",python,content +8793,16556096,"test.ipynb",68,0,"",python,selection_keyboard +8794,16556222,"test.ipynb",68,0,"a",python,content +8795,16556223,"test.ipynb",69,0,"",python,selection_keyboard +8796,16556466,"test.ipynb",68,1,"",python,content +8797,16556579,"test.ipynb",67,1,"",python,content +8798,16556729,"test.ipynb",66,1,"",python,content +8799,16557047,"test.ipynb",66,0,"l",python,content +8800,16557048,"test.ipynb",67,0,"",python,selection_keyboard +8801,16557170,"test.ipynb",67,0,"a",python,content +8802,16557171,"test.ipynb",68,0,"",python,selection_keyboard +8803,16557235,"test.ipynb",68,0,"m",python,content +8804,16557236,"test.ipynb",69,0,"",python,selection_keyboard +8805,16557402,"test.ipynb",69,0,"b",python,content +8806,16557403,"test.ipynb",70,0,"",python,selection_keyboard +8807,16557452,"test.ipynb",70,0,"d",python,content +8808,16557453,"test.ipynb",71,0,"",python,selection_keyboard +8809,16557496,"test.ipynb",71,0,"a",python,content +8810,16557496,"test.ipynb",72,0,"",python,selection_keyboard +8811,16557797,"test.ipynb",72,0,":",python,content +8812,16557798,"test.ipynb",73,0,"",python,selection_keyboard +8813,16557833,"test.ipynb",73,0," ",python,content +8814,16557834,"test.ipynb",74,0,"",python,selection_keyboard +8815,16558050,"test.ipynb",73,0,"",python,selection_command +8816,16558306,"test.ipynb",101,0,"",python,selection_command +8817,16558380,"test.ipynb",101,0,")",python,content +8818,16558381,"test.ipynb",102,0,"",python,selection_keyboard +8819,16558830,"test.ipynb",101,0,"",python,selection_command +8820,16563463,"train_dynamics.py",0,0,"",python,tab +8821,16563829,"train_dynamics.py",10831,0,"",python,selection_command +8822,16563961,"train_dynamics.py",10746,0,"",python,selection_command +8823,16564109,"train_dynamics.py",10668,0,"",python,selection_command +8824,16564266,"train_dynamics.py",10631,0,"",python,selection_command +8825,16564396,"train_dynamics.py",10585,0,"",python,selection_command +8826,16564600,"train_dynamics.py",10538,0,"",python,selection_command +8827,16564673,"train_dynamics.py",10451,0,"",python,selection_command +8828,16564811,"train_dynamics.py",10475,0,"",python,selection_command +8829,16565124,"train_dynamics.py",10476,0,"",python,selection_command +8830,16565124,"train_dynamics.py",10481,0,"",python,selection_command +8831,16565129,"train_dynamics.py",10482,0,"",python,selection_command +8832,16565161,"train_dynamics.py",10491,0,"",python,selection_command +8833,16565194,"train_dynamics.py",10492,0,"",python,selection_command +8834,16565228,"train_dynamics.py",10494,0,"",python,selection_command +8835,16565315,"train_dynamics.py",10495,0,"",python,selection_command +8836,16565316,"train_dynamics.py",10500,0,"",python,selection_command +8837,16565544,"train_dynamics.py",10502,0,"",python,selection_command +8838,16567304,"train_dynamics.py",10502,0,"n",python,content +8839,16567304,"train_dynamics.py",10503,0,"",python,selection_keyboard +8840,16567421,"train_dynamics.py",10503,0,"n",python,content +8841,16567421,"train_dynamics.py",10504,0,"",python,selection_keyboard +8842,16567535,"train_dynamics.py",10504,0,"x",python,content +8843,16567536,"train_dynamics.py",10505,0,"",python,selection_keyboard +8844,16567619,"train_dynamics.py",10505,0,".",python,content +8845,16567619,"train_dynamics.py",10506,0,"",python,selection_keyboard +8846,16568113,"train_dynamics.py",10506,0,"e",python,content +8847,16568113,"train_dynamics.py",10507,0,"",python,selection_keyboard +8848,16568133,"train_dynamics.py",10507,0,"v",python,content +8849,16568133,"train_dynamics.py",10508,0,"",python,selection_keyboard +8850,16568177,"train_dynamics.py",10508,0,"a",python,content +8851,16568177,"train_dynamics.py",10509,0,"",python,selection_keyboard +8852,16568272,"train_dynamics.py",10509,0,"l",python,content +8853,16568273,"train_dynamics.py",10510,0,"",python,selection_keyboard +8854,16568550,"train_dynamics.py",10510,0,"_",python,content +8855,16568550,"train_dynamics.py",10511,0,"",python,selection_keyboard +8856,16568798,"train_dynamics.py",10511,0,"s",python,content +8857,16568798,"train_dynamics.py",10512,0,"",python,selection_keyboard +8858,16568830,"train_dynamics.py",10512,0,"h",python,content +8859,16568831,"train_dynamics.py",10513,0,"",python,selection_keyboard +8860,16568988,"train_dynamics.py",10513,0,"a",python,content +8861,16568988,"train_dynamics.py",10514,0,"",python,selection_keyboard +8862,16568997,"train_dynamics.py",10514,0,"p",python,content +8863,16568998,"train_dynamics.py",10515,0,"",python,selection_keyboard +8864,16569116,"train_dynamics.py",10515,0,"e",python,content +8865,16569117,"train_dynamics.py",10516,0,"",python,selection_keyboard +8866,16569344,"train_dynamics.py",10516,0,"(",python,content +8867,16569344,"train_dynamics.py",10517,0,"",python,selection_keyboard +8868,16569739,"train_dynamics.py",10517,0,"l",python,content +8869,16569739,"train_dynamics.py",10518,0,"",python,selection_keyboard +8870,16569845,"train_dynamics.py",10518,0,"a",python,content +8871,16569846,"train_dynamics.py",10519,0,"",python,selection_keyboard +8872,16569863,"train_dynamics.py",10519,0,"m",python,content +8873,16569863,"train_dynamics.py",10520,0,"",python,selection_keyboard +8874,16570037,"train_dynamics.py",10520,0,"b",python,content +8875,16570037,"train_dynamics.py",10521,0,"",python,selection_keyboard +8876,16570064,"train_dynamics.py",10521,0,"d",python,content +8877,16570064,"train_dynamics.py",10522,0,"",python,selection_keyboard +8878,16570112,"train_dynamics.py",10522,0,"a",python,content +8879,16570112,"train_dynamics.py",10523,0,"",python,selection_keyboard +8880,16570370,"train_dynamics.py",10523,0,":",python,content +8881,16570370,"train_dynamics.py",10524,0,"",python,selection_keyboard +8882,16570414,"train_dynamics.py",10524,0," ",python,content +8883,16570414,"train_dynamics.py",10525,0,"",python,selection_keyboard +8884,16570894,"train_dynamics.py",10524,0,"",python,selection_command +8885,16571095,"train_dynamics.py",10552,0,"",python,selection_command +8886,16571164,"train_dynamics.py",10552,0,")",python,content +8887,16571164,"train_dynamics.py",10553,0,"",python,selection_keyboard +8888,16571609,"train_dynamics.py",10552,0,"",python,selection_command +8889,16572134,"train_dynamics.py",10443,0,"",python,selection_command +8890,16593441,"train_dynamics.py",10451,0,"",python,selection_command +8891,16593630,"train_dynamics.py",10475,0,"",python,selection_command +8892,16593649,"train_dynamics.py",10476,0,"",python,selection_command +8893,16593681,"train_dynamics.py",10481,0,"",python,selection_command +8894,16593714,"train_dynamics.py",10482,0,"",python,selection_command +8895,16593748,"train_dynamics.py",10491,0,"",python,selection_command +8896,16593781,"train_dynamics.py",10492,0,"",python,selection_command +8897,16593814,"train_dynamics.py",10494,0,"",python,selection_command +8898,16593849,"train_dynamics.py",10495,0,"",python,selection_command +8899,16595220,"train_dynamics.py",10500,0,"",python,selection_command +8900,16595396,"train_dynamics.py",10502,0,"",python,selection_command +8901,16596251,"train_dynamics.py",10502,0,"n",python,content +8902,16596251,"train_dynamics.py",10503,0,"",python,selection_keyboard +8903,16596338,"train_dynamics.py",10503,0,"n",python,content +8904,16596339,"train_dynamics.py",10504,0,"",python,selection_keyboard +8905,16596486,"train_dynamics.py",10504,0,".",python,content +8906,16596487,"train_dynamics.py",10505,0,"",python,selection_keyboard +8907,16596585,"train_dynamics.py",10505,0,"x",python,content +8908,16596585,"train_dynamics.py",10506,0,"",python,selection_keyboard +8909,16596801,"train_dynamics.py",10506,0,"s",python,content +8910,16596801,"train_dynamics.py",10507,0,"",python,selection_keyboard +8911,16596887,"train_dynamics.py",10507,0,"t",python,content +8912,16596887,"train_dynamics.py",10508,0,"",python,selection_keyboard +8913,16596972,"train_dynamics.py",10508,0,"a",python,content +8914,16596973,"train_dynamics.py",10509,0,"",python,selection_keyboard +8915,16597108,"train_dynamics.py",10509,0,"t",python,content +8916,16597109,"train_dynamics.py",10510,0,"",python,selection_keyboard +8917,16597311,"train_dynamics.py",10509,1,"",python,content +8918,16597444,"train_dynamics.py",10508,1,"",python,content +8919,16597634,"train_dynamics.py",10507,1,"",python,content +8920,16597725,"train_dynamics.py",10506,1,"",python,content +8921,16597871,"train_dynamics.py",10505,1,"",python,content +8922,16598351,"train_dynamics.py",10504,1,"",python,content +8923,16598483,"train_dynamics.py",10503,0,"",python,selection_command +8924,16600690,"test.ipynb",0,0,"",python,tab +8925,16600691,"test.ipynb",61,0,"",python,selection_mouse +8926,16601129,"test.ipynb",55,0,"",python,selection_command +8927,16601303,"test.ipynb",54,0,"",python,selection_command +8928,16601494,"test.ipynb",51,0,"",python,selection_command +8929,16601905,"test.ipynb",51,0,"n",python,content +8930,16601906,"test.ipynb",52,0,"",python,selection_keyboard +8931,16602018,"test.ipynb",52,0,"n",python,content +8932,16602019,"test.ipynb",53,0,"",python,selection_keyboard +8933,16602129,"test.ipynb",53,0,"x",python,content +8934,16602129,"test.ipynb",54,0,"",python,selection_keyboard +8935,16602198,"test.ipynb",54,0,".",python,content +8936,16602199,"test.ipynb",55,0,"",python,selection_keyboard +8937,16602352,"test.ipynb",55,0,"s",python,content +8938,16602352,"test.ipynb",56,0,"",python,selection_keyboard +8939,16602732,"test.ipynb",56,0,"t",python,content +8940,16602732,"test.ipynb",57,0,"",python,selection_keyboard +8941,16602879,"test.ipynb",57,0,"a",python,content +8942,16602880,"test.ipynb",58,0,"",python,selection_keyboard +8943,16602907,"test.ipynb",58,0,"t",python,content +8944,16602907,"test.ipynb",59,0,"",python,selection_keyboard +8945,16602978,"test.ipynb",59,0,"e",python,content +8946,16602979,"test.ipynb",60,0,"",python,selection_keyboard +8947,16603254,"test.ipynb",60,0,"(",python,content +8948,16603254,"test.ipynb",61,0,"",python,selection_keyboard +8949,16603682,"test.ipynb",60,0,"",python,selection_command +8950,16603936,"test.ipynb",112,0,"",python,selection_command +8951,16604047,"test.ipynb",112,0,")",python,content +8952,16604047,"test.ipynb",113,0,"",python,selection_keyboard +8953,16605837,"test.ipynb",0,0,"",python,tab +8954,16608489,"train_dynamics.py",0,0,"",python,tab +8955,16609911,"train_dynamics.py",10553,0,")",python,content +8956,16609911,"train_dynamics.py",10504,0,"x.state(",python,content +8957,16609911,"train_dynamics.py",10562,0,"",python,selection_command +8958,16610495,"train_dynamics.py",10564,0,"",python,selection_command +8959,16610941,"train_dynamics.py",10563,0,"",python,selection_command +8960,16611101,"train_dynamics.py",10443,0,"",python,selection_command +8961,16641439,"train_dynamics.py",10442,0,"\n ",python,content +8962,16641478,"train_dynamics.py",10451,0,"#",python,content +8963,16641478,"train_dynamics.py",10452,0,"",python,selection_keyboard +8964,16641530,"train_dynamics.py",10452,0," ",python,content +8965,16641531,"train_dynamics.py",10453,0,"",python,selection_keyboard +8966,16643203,"train_dynamics.py",10453,0,"F",python,content +8967,16643203,"train_dynamics.py",10454,0,"",python,selection_keyboard +8968,16643281,"train_dynamics.py",10454,0,"I",python,content +8969,16643281,"train_dynamics.py",10455,0,"",python,selection_keyboard +8970,16643335,"train_dynamics.py",10455,0,"X",python,content +8971,16643336,"train_dynamics.py",10456,0,"",python,selection_keyboard +8972,16643425,"train_dynamics.py",10456,0,"M",python,content +8973,16643426,"train_dynamics.py",10457,0,"",python,selection_keyboard +8974,16643493,"train_dynamics.py",10457,0,"E",python,content +8975,16643493,"train_dynamics.py",10458,0,"",python,selection_keyboard +8976,16643562,"train_dynamics.py",10458,0," ",python,content +8977,16643562,"train_dynamics.py",10459,0,"",python,selection_keyboard +8978,16643714,"train_dynamics.py",10459,0,"()",python,content +8979,16643715,"train_dynamics.py",10460,0,"",python,selection_keyboard +8980,16644016,"train_dynamics.py",10460,0,"f",python,content +8981,16644016,"train_dynamics.py",10461,0,"",python,selection_keyboard +8982,16644170,"train_dynamics.py",10461,0,".",python,content +8983,16644171,"train_dynamics.py",10462,0,"",python,selection_keyboard +8984,16644197,"train_dynamics.py",10462,0,"s",python,content +8985,16644197,"train_dynamics.py",10463,0,"",python,selection_keyboard +8986,16644276,"train_dynamics.py",10463,0,"r",python,content +8987,16644276,"train_dynamics.py",10464,0,"",python,selection_keyboard +8988,16644345,"train_dynamics.py",10464,0,"a",python,content +8989,16644345,"train_dynamics.py",10465,0,"",python,selection_keyboard +8990,16644382,"train_dynamics.py",10465,0,"m",python,content +8991,16644382,"train_dynamics.py",10466,0,"",python,selection_keyboard +8992,16644550,"train_dynamics.py",10466,0,"b",python,content +8993,16644550,"train_dynamics.py",10467,0,"",python,selection_keyboard +8994,16644612,"train_dynamics.py",10467,0,"i",python,content +8995,16644612,"train_dynamics.py",10468,0,"",python,selection_keyboard +8996,16644630,"train_dynamics.py",10468,0,"c",python,content +8997,16644630,"train_dynamics.py",10469,0,"",python,selection_keyboard +8998,16644681,"train_dynamics.py",10469,0,"a",python,content +8999,16644681,"train_dynamics.py",10470,0,"",python,selection_keyboard +9000,16644776,"train_dynamics.py",10470,0,"l",python,content +9001,16644776,"train_dynamics.py",10471,0,"",python,selection_keyboard +9002,16644980,"train_dynamics.py",10471,1,")",python,content +9003,16644980,"train_dynamics.py",10472,0,"",python,selection_keyboard +9004,16645101,"train_dynamics.py",10472,0,":",python,content +9005,16645102,"train_dynamics.py",10473,0,"",python,selection_keyboard +9006,16645238,"train_dynamics.py",10473,0," ",python,content +9007,16645238,"train_dynamics.py",10474,0,"",python,selection_keyboard +9008,16646430,"train_dynamics.py",10474,0,"Q",python,content +9009,16646430,"train_dynamics.py",10475,0,"",python,selection_keyboard +9010,16646498,"train_dynamics.py",10475,0,"U",python,content +9011,16646499,"train_dynamics.py",10476,0,"",python,selection_keyboard +9012,16646533,"train_dynamics.py",10476,0,"I",python,content +9013,16646533,"train_dynamics.py",10477,0,"",python,selection_keyboard +9014,16646936,"train_dynamics.py",10477,0,"C",python,content +9015,16646936,"train_dynamics.py",10478,0,"",python,selection_keyboard +9016,16647014,"train_dynamics.py",10478,0,"K",python,content +9017,16647014,"train_dynamics.py",10479,0,"",python,selection_keyboard +9018,16647276,"train_dynamics.py",10479,0,"F",python,content +9019,16647276,"train_dynamics.py",10480,0,"",python,selection_keyboard +9020,16647308,"train_dynamics.py",10480,0,"I",python,content +9021,16647308,"train_dynamics.py",10481,0,"",python,selection_keyboard +9022,16647379,"train_dynamics.py",10481,0,"X",python,content +9023,16647380,"train_dynamics.py",10482,0,"",python,selection_keyboard +9024,16647631,"train_dynamics.py",10481,0,"",python,selection_command +9025,16647794,"train_dynamics.py",10443,0,"",python,selection_command +9026,16652167,"train_dynamics.py",10483,0,"",python,selection_command +9027,16689216,"train_dynamics.py",10483,121," abstract_optimizer_state.model.tokenizer.vq.drop = nnx.state(nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs)))",python,selection_command +9028,16689881,"train_dynamics.py",10483,0,"",python,selection_command +9029,16714280,"train_dynamics.py",13935,0,"",python,selection_command +9030,16714724,"train_dynamics.py",13904,0,"",python,selection_command +9031,16714983,"train_dynamics.py",13903,0,"",python,selection_command +9032,16715010,"train_dynamics.py",13881,0,"",python,selection_command +9033,16715043,"train_dynamics.py",13842,0,"",python,selection_command +9034,16715073,"train_dynamics.py",13784,0,"",python,selection_command +9035,16715108,"train_dynamics.py",13766,0,"",python,selection_command +9036,16715144,"train_dynamics.py",13743,0,"",python,selection_command +9037,16715195,"train_dynamics.py",13653,0,"",python,selection_command +9038,16715217,"train_dynamics.py",13579,0,"",python,selection_command +9039,16715266,"train_dynamics.py",13534,0,"",python,selection_command +9040,16715282,"train_dynamics.py",13508,0,"",python,selection_command +9041,16715386,"train_dynamics.py",13467,0,"",python,selection_command +9042,16715553,"train_dynamics.py",13438,0,"",python,selection_command +9043,16715909,"train_dynamics.py",13438,29,"",python,content +9044,16715924,"train_dynamics.py",13454,0,"",python,selection_command +9045,16721546,"train_dynamics.py",0,0,"",python,selection_command +9046,16722096,"train_dynamics.py",1342,0,"",python,selection_command +9047,16722492,"train_dynamics.py",2860,0,"",python,selection_command +9048,16722878,"train_dynamics.py",4849,0,"",python,selection_command +9049,16729486,"train_dynamics.py",10474,0,"",python,selection_command +9050,16732563,"train_dynamics.py",10482,0,"",python,selection_command +9051,16733429,"train_dynamics.py",10482,0," ",python,content +9052,16733430,"train_dynamics.py",10483,0,"",python,selection_keyboard +9053,16733513,"train_dynamics.py",10483,0,"d",python,content +9054,16733513,"train_dynamics.py",10484,0,"",python,selection_keyboard +9055,16733651,"train_dynamics.py",10484,0,"u",python,content +9056,16733651,"train_dynamics.py",10485,0,"",python,selection_keyboard +9057,16733696,"train_dynamics.py",10485,0,"e",python,content +9058,16733696,"train_dynamics.py",10486,0,"",python,selection_keyboard +9059,16733793,"train_dynamics.py",10486,0," ",python,content +9060,16733794,"train_dynamics.py",10487,0,"",python,selection_keyboard +9061,16733895,"train_dynamics.py",10487,0,"t",python,content +9062,16733895,"train_dynamics.py",10488,0,"",python,selection_keyboard +9063,16733960,"train_dynamics.py",10488,0,"o",python,content +9064,16733961,"train_dynamics.py",10489,0,"",python,selection_keyboard +9065,16734088,"train_dynamics.py",10489,0," ",python,content +9066,16734088,"train_dynamics.py",10490,0,"",python,selection_keyboard +9067,16736233,"train_dynamics.py",10490,0,"a",python,content +9068,16736233,"train_dynamics.py",10491,0,"",python,selection_keyboard +9069,16736352,"train_dynamics.py",10491,0," ",python,content +9070,16736352,"train_dynamics.py",10492,0,"",python,selection_keyboard +9071,16736443,"train_dynamics.py",10492,0,"b",python,content +9072,16736444,"train_dynamics.py",10493,0,"",python,selection_keyboard +9073,16736509,"train_dynamics.py",10493,0,"u",python,content +9074,16736509,"train_dynamics.py",10494,0,"",python,selection_keyboard +9075,16736593,"train_dynamics.py",10494,0,"g",python,content +9076,16736593,"train_dynamics.py",10495,0,"",python,selection_keyboard +9077,16736662,"train_dynamics.py",10495,0," ",python,content +9078,16736663,"train_dynamics.py",10496,0,"",python,selection_keyboard +9079,16736759,"train_dynamics.py",10496,0,"i",python,content +9080,16736760,"train_dynamics.py",10497,0,"",python,selection_keyboard +9081,16736827,"train_dynamics.py",10497,0,"n",python,content +9082,16736827,"train_dynamics.py",10498,0,"",python,selection_keyboard +9083,16736883,"train_dynamics.py",10498,0," ",python,content +9084,16736883,"train_dynamics.py",10499,0,"",python,selection_keyboard +9085,16738532,"train_dynamics.py",10499,0,"f",python,content +9086,16738532,"train_dynamics.py",10500,0,"",python,selection_keyboard +9087,16738595,"train_dynamics.py",10500,0,"l",python,content +9088,16738595,"train_dynamics.py",10501,0,"",python,selection_keyboard +9089,16738641,"train_dynamics.py",10501,0,"a",python,content +9090,16738642,"train_dynamics.py",10502,0,"",python,selection_keyboard +9091,16738778,"train_dynamics.py",10502,0,"x",python,content +9092,16738779,"train_dynamics.py",10503,0,"",python,selection_keyboard +9093,16739016,"train_dynamics.py",10503,0,".",python,content +9094,16739016,"train_dynamics.py",10504,0,"",python,selection_keyboard +9095,16739256,"train_dynamics.py",10504,0,"n",python,content +9096,16739256,"train_dynamics.py",10505,0,"",python,selection_keyboard +9097,16739419,"train_dynamics.py",10505,0,"n",python,content +9098,16739419,"train_dynamics.py",10506,0,"",python,selection_keyboard +9099,16739532,"train_dynamics.py",10506,0,"x",python,content +9100,16739533,"train_dynamics.py",10507,0,"",python,selection_keyboard +9101,16739785,"train_dynamics.py",10506,0,"",python,selection_command +9102,16739925,"train_dynamics.py",10443,0,"",python,selection_command +9103,16741130,"train_dynamics.py",10451,0,"",python,selection_command +9104,16741280,"train_dynamics.py",10453,0,"",python,selection_command +9105,16741432,"train_dynamics.py",10459,0,"",python,selection_command +9106,16741566,"train_dynamics.py",10460,0,"",python,selection_command +9107,16741680,"train_dynamics.py",10461,0,"",python,selection_command +9108,16741865,"train_dynamics.py",10462,0,"",python,selection_command +9109,16742119,"train_dynamics.py",10471,0,"",python,selection_command +9110,16742285,"train_dynamics.py",10474,0,"",python,selection_command +9111,16742554,"train_dynamics.py",10474,1,"Q",python,selection_command +9112,16742626,"train_dynamics.py",10474,8,"QUICKFIX",python,selection_command +9113,16742750,"train_dynamics.py",10474,12,"QUICKFIX due",python,selection_command +9114,16742900,"train_dynamics.py",10474,15,"QUICKFIX due to",python,selection_command +9115,16743161,"train_dynamics.py",10474,17,"QUICKFIX due to a",python,selection_command +9116,16743484,"train_dynamics.py",10474,21,"QUICKFIX due to a bug",python,selection_command +9117,16743953,"train_dynamics.py",10474,19,"QUICKFIX due to a b",python,selection_command +9118,16744083,"train_dynamics.py",10474,17,"QUICKFIX due to a",python,selection_command +9119,16744200,"train_dynamics.py",10474,14,"QUICKFIX due t",python,selection_command +9120,16744381,"train_dynamics.py",10474,15,"QUICKFIX due to",python,selection_command +9121,16744533,"train_dynamics.py",10474,15,"",python,content +9122,16744972,"train_dynamics.py",10474,0,"q",python,content +9123,16744972,"train_dynamics.py",10475,0,"",python,selection_keyboard +9124,16745013,"train_dynamics.py",10475,0,"u",python,content +9125,16745013,"train_dynamics.py",10476,0,"",python,selection_keyboard +9126,16745082,"train_dynamics.py",10476,0,"i",python,content +9127,16745082,"train_dynamics.py",10477,0,"",python,selection_keyboard +9128,16745126,"train_dynamics.py",10477,0,"c",python,content +9129,16745127,"train_dynamics.py",10478,0,"",python,selection_keyboard +9130,16745249,"train_dynamics.py",10478,0,"k",python,content +9131,16745250,"train_dynamics.py",10479,0,"",python,selection_keyboard +9132,16745345,"train_dynamics.py",10479,0,"f",python,content +9133,16745345,"train_dynamics.py",10480,0,"",python,selection_keyboard +9134,16745461,"train_dynamics.py",10480,0,"i",python,content +9135,16745462,"train_dynamics.py",10481,0,"",python,selection_keyboard +9136,16745534,"train_dynamics.py",10481,0,"x",python,content +9137,16745535,"train_dynamics.py",10482,0,"",python,selection_keyboard +9138,16745611,"train_dynamics.py",10482,0," ",python,content +9139,16745611,"train_dynamics.py",10483,0,"",python,selection_keyboard +9140,16745928,"train_dynamics.py",10483,0,"o",python,content +9141,16745928,"train_dynamics.py",10484,0,"",python,selection_keyboard +9142,16745979,"train_dynamics.py",10484,0,"f",python,content +9143,16745979,"train_dynamics.py",10485,0,"",python,selection_keyboard +9144,16746449,"train_dynamics.py",10484,0,"",python,selection_command +9145,16746783,"train_dynamics.py",10443,0,"",python,selection_command +9146,16760122,"train_dynamics.py",10504,0,"",python,selection_command +9147,16772513,"train_dynamics.py",10512,0,"",python,selection_command +9148,16772796,"train_dynamics.py",10512,1,"a",python,selection_command +9149,16772800,"train_dynamics.py",10512,24,"abstract_optimizer_state",python,selection_command +9150,16773118,"train_dynamics.py",10512,114,"abstract_optimizer_state.model.tokenizer.vq.drop = nnx.state(nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs)))\n",python,selection_command +9151,16773352,"train_dynamics.py",10512,113,"abstract_optimizer_state.model.tokenizer.vq.drop = nnx.state(nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs)))",python,selection_command +9152,16773682,"train_dynamics.py",10624,0,"",python,selection_command +9153,16958194,"train_dynamics.py",10504,0,"",python,selection_command +9154,16958402,"train_dynamics.py",10443,0,"",python,selection_command +9155,16958523,"train_dynamics.py",10451,0,"",python,selection_command +9156,16958696,"train_dynamics.py",10453,0,"",python,selection_command +9157,16958826,"train_dynamics.py",10459,0,"",python,selection_command +9158,16959081,"train_dynamics.py",10460,0,"",python,selection_command +9159,16959110,"train_dynamics.py",10461,0,"",python,selection_command +9160,16959144,"train_dynamics.py",10462,0,"",python,selection_command +9161,16959171,"train_dynamics.py",10471,0,"",python,selection_command +9162,16959204,"train_dynamics.py",10474,0,"",python,selection_command +9163,16959237,"train_dynamics.py",10483,0,"",python,selection_command +9164,16959271,"train_dynamics.py",10486,0,"",python,selection_command +9165,16959304,"train_dynamics.py",10488,0,"",python,selection_command +9166,16959338,"train_dynamics.py",10492,0,"",python,selection_command +9167,16959946,"train_dynamics.py",10488,0,"",python,selection_command +9168,16960112,"train_dynamics.py",10486,0,"",python,selection_command +9169,16960831,"train_dynamics.py",10488,0,"",python,selection_command +9170,16961144,"train_dynamics.py",10492,0,"",python,selection_command +9171,16961328,"train_dynamics.py",10495,0,"",python,selection_command +9172,16962828,"train_dynamics.py",10503,0,"",python,selection_command +9173,16963283,"train_dynamics.py",10503,0," ",python,content +9174,16963283,"train_dynamics.py",10504,0,"",python,selection_keyboard +9175,16963394,"train_dynamics.py",10504,0,"()",python,content +9176,16963394,"train_dynamics.py",10505,0,"",python,selection_keyboard +9177,16964848,"train_dynamics.py",10504,2,"",python,content +9178,16964975,"train_dynamics.py",10503,1,"",python,content +9179,16965525,"train_dynamics.py",10502,0,"",python,selection_command +9180,16968042,"train_dynamics.py",10442,0,"\n ",python,content +9181,16969629,"train_dynamics.py",10451,0,"#",python,content +9182,16969630,"train_dynamics.py",10452,0,"",python,selection_keyboard +9183,16969685,"train_dynamics.py",10452,0," ",python,content +9184,16969686,"train_dynamics.py",10453,0,"",python,selection_keyboard +9185,16969864,"train_dynamics.py",10453,0,"F",python,content +9186,16969864,"train_dynamics.py",10454,0,"",python,selection_keyboard +9187,16969912,"train_dynamics.py",10454,0,"I",python,content +9188,16969912,"train_dynamics.py",10455,0,"",python,selection_keyboard +9189,16969981,"train_dynamics.py",10455,0,"X",python,content +9190,16969981,"train_dynamics.py",10456,0,"",python,selection_keyboard +9191,16970076,"train_dynamics.py",10456,0,"M",python,content +9192,16970076,"train_dynamics.py",10457,0,"",python,selection_keyboard +9193,16970206,"train_dynamics.py",10457,0,"E",python,content +9194,16970207,"train_dynamics.py",10458,0,"",python,selection_keyboard +9195,16970393,"train_dynamics.py",10458,0," ",python,content +9196,16970393,"train_dynamics.py",10459,0,"",python,selection_keyboard +9197,16970533,"train_dynamics.py",10459,0,"()",python,content +9198,16970533,"train_dynamics.py",10460,0,"",python,selection_keyboard +9199,16971016,"train_dynamics.py",10460,0,"f",python,content +9200,16971016,"train_dynamics.py",10461,0,"",python,selection_keyboard +9201,16971126,"train_dynamics.py",10461,0,".",python,content +9202,16971127,"train_dynamics.py",10462,0,"",python,selection_keyboard +9203,16971174,"train_dynamics.py",10462,0,"s",python,content +9204,16971174,"train_dynamics.py",10463,0,"",python,selection_keyboard +9205,16971261,"train_dynamics.py",10463,0,"r",python,content +9206,16971262,"train_dynamics.py",10464,0,"",python,selection_keyboard +9207,16971326,"train_dynamics.py",10464,0,"a",python,content +9208,16971326,"train_dynamics.py",10465,0,"",python,selection_keyboard +9209,16971360,"train_dynamics.py",10465,0,"m",python,content +9210,16971360,"train_dynamics.py",10466,0,"",python,selection_keyboard +9211,16971510,"train_dynamics.py",10466,0,"b",python,content +9212,16971511,"train_dynamics.py",10467,0,"",python,selection_keyboard +9213,16971577,"train_dynamics.py",10467,0,"i",python,content +9214,16971577,"train_dynamics.py",10468,0,"",python,selection_keyboard +9215,16971649,"train_dynamics.py",10468,0,"c",python,content +9216,16971650,"train_dynamics.py",10469,0,"",python,selection_keyboard +9217,16971679,"train_dynamics.py",10469,0,"a",python,content +9218,16971679,"train_dynamics.py",10470,0,"",python,selection_keyboard +9219,16971780,"train_dynamics.py",10470,0,"l",python,content +9220,16971780,"train_dynamics.py",10471,0,"",python,selection_keyboard +9221,16971997,"train_dynamics.py",10470,0,"",python,selection_command +9222,16972278,"train_dynamics.py",10472,0,"",python,selection_command +9223,16972330,"train_dynamics.py",10472,0,":",python,content +9224,16972330,"train_dynamics.py",10473,0,"",python,selection_keyboard +9225,16972391,"train_dynamics.py",10473,0," ",python,content +9226,16972391,"train_dynamics.py",10474,0,"",python,selection_keyboard +9227,16973205,"train_dynamics.py",10474,0,"a",python,content +9228,16973205,"train_dynamics.py",10475,0,"",python,selection_keyboard +9229,16973292,"train_dynamics.py",10475,0,"d",python,content +9230,16973292,"train_dynamics.py",10476,0,"",python,selection_keyboard +9231,16973501,"train_dynamics.py",10476,0,"d",python,content +9232,16973501,"train_dynamics.py",10477,0,"",python,selection_keyboard +9233,16973609,"train_dynamics.py",10477,0," ",python,content +9234,16973609,"train_dynamics.py",10478,0,"",python,selection_keyboard +9235,16974247,"train_dynamics.py",10478,0,"l",python,content +9236,16974247,"train_dynamics.py",10479,0,"",python,selection_keyboard +9237,16974309,"train_dynamics.py",10479,0,"i",python,content +9238,16974309,"train_dynamics.py",10480,0,"",python,selection_keyboard +9239,16974329,"train_dynamics.py",10480,0,"n",python,content +9240,16974329,"train_dynamics.py",10481,0,"",python,selection_keyboard +9241,16974447,"train_dynamics.py",10481,0,"k",python,content +9242,16974447,"train_dynamics.py",10482,0,"",python,selection_keyboard +9243,16974612,"train_dynamics.py",10482,0," ",python,content +9244,16974612,"train_dynamics.py",10483,0,"",python,selection_keyboard +9245,16974713,"train_dynamics.py",10483,0,"t",python,content +9246,16974714,"train_dynamics.py",10484,0,"",python,selection_keyboard +9247,16974826,"train_dynamics.py",10484,0,"o",python,content +9248,16974827,"train_dynamics.py",10485,0,"",python,selection_keyboard +9249,16974878,"train_dynamics.py",10485,0," ",python,content +9250,16974878,"train_dynamics.py",10486,0,"",python,selection_keyboard +9251,16975224,"train_dynamics.py",10486,0,"i",python,content +9252,16975225,"train_dynamics.py",10487,0,"",python,selection_keyboard +9253,16975276,"train_dynamics.py",10487,0,"s",python,content +9254,16975277,"train_dynamics.py",10488,0,"",python,selection_keyboard +9255,16975407,"train_dynamics.py",10488,0,"s",python,content +9256,16975408,"train_dynamics.py",10489,0,"",python,selection_keyboard +9257,16975473,"train_dynamics.py",10489,0,"u",python,content +9258,16975473,"train_dynamics.py",10490,0,"",python,selection_keyboard +9259,16975556,"train_dynamics.py",10490,0,"e",python,content +9260,16975556,"train_dynamics.py",10491,0,"",python,selection_keyboard +9261,16975623,"train_dynamics.py",10491,0," ",python,content +9262,16975623,"train_dynamics.py",10492,0,"",python,selection_keyboard +9263,16976098,"train_dynamics.py",10491,1,"",python,content +9264,16976175,"train_dynamics.py",10490,0,"",python,selection_command +9265,16976807,"train_dynamics.py",10443,0,"",python,selection_command +9266,16978582,"train_dynamics.py",10492,0,"",python,selection_command +9267,16978730,"train_dynamics.py",10443,0,"",python,selection_command +9268,16978875,"train_dynamics.py",10378,0,"",python,selection_command +9269,16979007,"train_dynamics.py",10315,0,"",python,selection_command +9270,16979160,"train_dynamics.py",10218,0,"",python,selection_command +9271,16979360,"train_dynamics.py",10315,0,"",python,selection_command +9272,16979534,"train_dynamics.py",10378,0,"",python,selection_command +9273,16979660,"train_dynamics.py",10443,0,"",python,selection_command +9274,16979986,"train_dynamics.py",10492,0,"",python,selection_command +9275,16980150,"train_dynamics.py",10553,0,"",python,selection_command +9276,16980294,"train_dynamics.py",10675,0,"",python,selection_command +9277,16980655,"train_dynamics.py",10722,0,"",python,selection_command +9278,17010744,"train_dynamics.py",10419,0,"",python,selection_mouse +9279,17011875,"train_dynamics.py",10337,0,"",python,selection_mouse +9280,17032647,"train_dynamics.py",0,0,"",python,tab +9281,17032648,"train_dynamics.py",10443,0,"",python,selection_command +9282,17041602,"train_dynamics.py",13694,89," dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),",python,content +9283,17058098,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n """"""Update state and compute metrics""""""\n\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): pass sharding information for restoration onto different topology\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n # FIXME (f.srambical): add link to issue\n # FIXME (f.srambical): quickfix of a bug in flax.nnx\n abstract_optimizer_state.model.tokenizer.vq.drop = nnx.state(nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs)))\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(\n optimizer, replicated_sharding, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +9284,17058099,"train_dynamics.py",10843,0,"",python,selection_mouse +9285,17058482,"train_dynamics.py",0,0,"",python,tab +9286,17058483,"train_dynamics.py",0,0,"",python,tab +9287,17060151,"train_dynamics.py",10400,0,"",python,selection_command +9288,17060285,"train_dynamics.py",10465,0,"",python,selection_command +9289,17060462,"train_dynamics.py",10400,0,"",python,selection_command +9290,17060596,"train_dynamics.py",10337,0,"",python,selection_command +9291,17064940,"train_dynamics.py",10377,0,"\n ",python,content +9292,17065463,"train_dynamics.py",10386,0,"a",python,content +9293,17065463,"train_dynamics.py",10387,0,"",python,selection_keyboard +9294,17065524,"train_dynamics.py",10387,0,"b",python,content +9295,17065525,"train_dynamics.py",10388,0,"",python,selection_keyboard +9296,17065612,"train_dynamics.py",10388,0,"s",python,content +9297,17065613,"train_dynamics.py",10389,0,"",python,selection_keyboard +9298,17065750,"train_dynamics.py",10389,0,"t",python,content +9299,17065751,"train_dynamics.py",10390,0,"",python,selection_keyboard +9300,17065917,"train_dynamics.py",10390,0,"r",python,content +9301,17065917,"train_dynamics.py",10391,0,"",python,selection_keyboard +9302,17065997,"train_dynamics.py",10391,0,"a",python,content +9303,17065998,"train_dynamics.py",10392,0,"",python,selection_keyboard +9304,17066154,"train_dynamics.py",10392,0,"c",python,content +9305,17066154,"train_dynamics.py",10393,0,"",python,selection_keyboard +9306,17066334,"train_dynamics.py",10393,0,"t",python,content +9307,17066334,"train_dynamics.py",10394,0,"",python,selection_keyboard +9308,17066523,"train_dynamics.py",10394,0,"_",python,content +9309,17066524,"train_dynamics.py",10395,0,"",python,selection_keyboard +9310,17066866,"train_dynamics.py",10395,0,"o",python,content +9311,17066867,"train_dynamics.py",10396,0,"",python,selection_keyboard +9312,17066939,"train_dynamics.py",10396,0,"p",python,content +9313,17066940,"train_dynamics.py",10397,0,"",python,selection_keyboard +9314,17067042,"train_dynamics.py",10397,0,"t",python,content +9315,17067043,"train_dynamics.py",10398,0,"",python,selection_keyboard +9316,17067197,"train_dynamics.py",10398,0,"i",python,content +9317,17067197,"train_dynamics.py",10399,0,"",python,selection_keyboard +9318,17067219,"train_dynamics.py",10399,0,"m",python,content +9319,17067219,"train_dynamics.py",10400,0,"",python,selection_keyboard +9320,17067521,"train_dynamics.py",10400,0,"izer.model.tokenizer.vq.drop = nnx.Dropout(0.1, rngs=rngs)",python,content +9321,17067814,"train_dynamics.py",10457,0,"",python,selection_command +9322,17068096,"train_dynamics.py",10453,0,"",python,selection_command +9323,17068268,"train_dynamics.py",10452,0,"",python,selection_command +9324,17068407,"train_dynamics.py",10448,0,"",python,selection_command +9325,17068545,"train_dynamics.py",10446,0,"",python,selection_command +9326,17068798,"train_dynamics.py",10445,0,"",python,selection_command +9327,17068826,"train_dynamics.py",10444,0,"",python,selection_command +9328,17068858,"train_dynamics.py",10443,0,"",python,selection_command +9329,17068892,"train_dynamics.py",10442,0,"",python,selection_command +9330,17068925,"train_dynamics.py",10435,0,"",python,selection_command +9331,17069181,"train_dynamics.py",10434,0,"",python,selection_command +9332,17069347,"train_dynamics.py",10431,0,"",python,selection_command +9333,17070572,"train_dynamics.py",10431,0,"n",python,content +9334,17070573,"train_dynamics.py",10432,0,"",python,selection_keyboard +9335,17070700,"train_dynamics.py",10432,0,"x",python,content +9336,17070700,"train_dynamics.py",10433,0,"",python,selection_keyboard +9337,17070794,"train_dynamics.py",10433,0,".",python,content +9338,17070795,"train_dynamics.py",10434,0,"",python,selection_keyboard +9339,17071331,"train_dynamics.py",10433,1,"",python,content +9340,17071452,"train_dynamics.py",10432,1,"",python,content +9341,17071597,"train_dynamics.py",10432,0,"n",python,content +9342,17071597,"train_dynamics.py",10433,0,"",python,selection_keyboard +9343,17071661,"train_dynamics.py",10433,0,"x",python,content +9344,17071662,"train_dynamics.py",10434,0,"",python,selection_keyboard +9345,17071784,"train_dynamics.py",10434,0,".",python,content +9346,17071784,"train_dynamics.py",10435,0,"",python,selection_keyboard +9347,17072396,"train_dynamics.py",10435,0,"e",python,content +9348,17072396,"train_dynamics.py",10436,0,"",python,selection_keyboard +9349,17072446,"train_dynamics.py",10436,0,"v",python,content +9350,17072447,"train_dynamics.py",10437,0,"",python,selection_keyboard +9351,17072494,"train_dynamics.py",10437,0,"a",python,content +9352,17072494,"train_dynamics.py",10438,0,"",python,selection_keyboard +9353,17072568,"train_dynamics.py",10438,0,"l",python,content +9354,17072568,"train_dynamics.py",10439,0,"",python,selection_keyboard +9355,17072819,"train_dynamics.py",10439,0,"_",python,content +9356,17072820,"train_dynamics.py",10440,0,"",python,selection_keyboard +9357,17072981,"train_dynamics.py",10440,0,"s",python,content +9358,17072981,"train_dynamics.py",10441,0,"",python,selection_keyboard +9359,17073045,"train_dynamics.py",10441,0,"h",python,content +9360,17073046,"train_dynamics.py",10442,0,"",python,selection_keyboard +9361,17073231,"train_dynamics.py",10442,0,"a",python,content +9362,17073231,"train_dynamics.py",10443,0,"",python,selection_keyboard +9363,17073295,"train_dynamics.py",10443,0,"p",python,content +9364,17073296,"train_dynamics.py",10444,0,"",python,selection_keyboard +9365,17073376,"train_dynamics.py",10444,0,"e",python,content +9366,17073376,"train_dynamics.py",10445,0,"",python,selection_keyboard +9367,17073567,"train_dynamics.py",10445,0,"(",python,content +9368,17073568,"train_dynamics.py",10446,0,"",python,selection_keyboard +9369,17074031,"train_dynamics.py",10446,0,"l",python,content +9370,17074032,"train_dynamics.py",10447,0,"",python,selection_keyboard +9371,17074116,"train_dynamics.py",10447,0,"a",python,content +9372,17074117,"train_dynamics.py",10448,0,"",python,selection_keyboard +9373,17074177,"train_dynamics.py",10448,0,"m",python,content +9374,17074177,"train_dynamics.py",10449,0,"",python,selection_keyboard +9375,17074326,"train_dynamics.py",10449,0,"b",python,content +9376,17074327,"train_dynamics.py",10450,0,"",python,selection_keyboard +9377,17074382,"train_dynamics.py",10450,0,"d",python,content +9378,17074382,"train_dynamics.py",10451,0,"",python,selection_keyboard +9379,17074409,"train_dynamics.py",10451,0,"a",python,content +9380,17074409,"train_dynamics.py",10452,0,"",python,selection_keyboard +9381,17074754,"train_dynamics.py",10452,0," ",python,content +9382,17074755,"train_dynamics.py",10453,0,"",python,selection_keyboard +9383,17075056,"train_dynamics.py",10452,1,"",python,content +9384,17075228,"train_dynamics.py",10452,0,":",python,content +9385,17075228,"train_dynamics.py",10453,0,"",python,selection_keyboard +9386,17075333,"train_dynamics.py",10453,0," ",python,content +9387,17075333,"train_dynamics.py",10454,0,"",python,selection_keyboard +9388,17075512,"train_dynamics.py",10453,0,"",python,selection_command +9389,17075783,"train_dynamics.py",10481,0,"",python,selection_command +9390,17075795,"train_dynamics.py",10481,0,")",python,content +9391,17075795,"train_dynamics.py",10482,0,"",python,selection_keyboard +9392,17076260,"train_dynamics.py",10481,0,"",python,selection_command +9393,17077395,"train_dynamics.py",10386,0,"",python,selection_command +9394,17079366,"train_dynamics.py",10491,0,"",python,selection_command +9395,17079489,"train_dynamics.py",10556,0,"",python,selection_command +9396,17079639,"train_dynamics.py",10605,0,"",python,selection_command +9397,17079786,"train_dynamics.py",10666,0,"",python,selection_command +9398,17080218,"train_dynamics.py",10605,0,"",python,selection_command +9399,17080365,"train_dynamics.py",10556,0,"",python,selection_command +9400,17080709,"train_dynamics.py",10548,48," # FIXME (f.srambical): add link to issue",python,selection_command +9401,17080882,"train_dynamics.py",10548,109," # FIXME (f.srambical): add link to issue\n # FIXME (f.srambical): quickfix of a bug in flax.nnx",python,selection_command +9402,17081077,"train_dynamics.py",10548,110,"",python,content +9403,17081087,"train_dynamics.py",10556,0,"",python,selection_command +9404,17081245,"train_dynamics.py",10491,0,"",python,selection_command +9405,17081394,"train_dynamics.py",10386,0,"",python,selection_command +9406,17081512,"train_dynamics.py",10323,0,"",python,selection_command +9407,17081691,"train_dynamics.py",10377,0,"\n # FIXME (f.srambical): add link to issue\n # FIXME (f.srambical): quickfix of a bug in flax.nnx",python,content +9408,17081693,"train_dynamics.py",10386,0,"",python,selection_command +9409,17081931,"train_dynamics.py",10435,0,"",python,selection_command +9410,17082073,"train_dynamics.py",10496,0,"",python,selection_command +9411,17082212,"train_dynamics.py",10601,0,"",python,selection_command +9412,17082350,"train_dynamics.py",10666,0,"",python,selection_command +9413,17085051,"train_dynamics.py",10658,122,"",python,content +9414,17085059,"train_dynamics.py",10666,0,"",python,selection_command +9415,17085268,"train_dynamics.py",10601,0,"",python,selection_command +9416,17089911,"train_dynamics.py",10496,0,"",python,selection_command +9417,17090057,"train_dynamics.py",10435,0,"",python,selection_command +9418,17090216,"train_dynamics.py",10386,0,"",python,selection_command +9419,17090373,"train_dynamics.py",10323,0,"",python,selection_command +9420,17090471,"train_dynamics.py",10386,0,"",python,selection_command +9421,17090632,"train_dynamics.py",10435,0,"",python,selection_command +9422,17090780,"train_dynamics.py",10496,0,"",python,selection_command +9423,17091063,"train_dynamics.py",10488,0,"",python,selection_command +9424,17114363,"train_dynamics.py",10666,0,"abstract_optimizer_state.model.tokenizer.vq.drop = nnx.state(nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs)))\n ",python,content +9425,17114378,"train_dynamics.py",10666,0,"",python,selection_command +9426,17114533,"train_dynamics.py",10386,110,"",python,content +9427,17114543,"train_dynamics.py",10323,0,"",python,selection_command +9428,17114686,"train_dynamics.py",10556,0,"# FIXME (f.srambical): add link to issue\n # FIXME (f.srambical): quickfix of a bug in flax.nnx\n ",python,content +9429,17114699,"train_dynamics.py",10556,0,"",python,selection_command +9430,17116136,"train_dynamics.py",10481,1,"",python,content +9431,17116243,"train_dynamics.py",10480,0,"",python,selection_command +9432,17117091,"train_dynamics.py",10481,0,")",python,content +9433,17117095,"train_dynamics.py",10481,0,"",python,selection_command +9434,17117908,"train_dynamics.py",10481,1,"",python,content +9435,17117926,"train_dynamics.py",10480,0,"",python,selection_command +9436,17118154,"train_dynamics.py",10481,0,")",python,content +9437,17118169,"train_dynamics.py",10481,0,"",python,selection_command +9438,17123469,"train_dynamics.py",0,0,"",python,tab +9439,17123469,"train_dynamics.py",10378,0,"",python,selection_command +9440,17125590,"train_dynamics.py",10407,0,"",python,selection_mouse +9441,17125908,"train_dynamics.py",10378,105,"",python,content +9442,17125936,"train_dynamics.py",10386,0,"",python,selection_command +9443,17127779,"train_dynamics.py",0,0,"",python,tab +9444,17133288,"train_dynamics.py",0,0,"",python,tab +9445,17133288,"train_dynamics.py",13694,0,"",python,selection_command +9446,17151842,"train_dynamics.py",14030,0,"",python,selection_mouse +9447,17153513,"train_dynamics.py",0,0,"",python,tab +9448,17155548,"train_dynamics.py",10441,0,"",python,selection_command +9449,17175541,"train_dynamics.py",0,0,"",python,tab +9450,17175541,"train_dynamics.py",13694,0,"",python,selection_command +9451,17183369,"train_dynamics.py",0,0,"",python,tab +9452,17183369,"train_dynamics.py",13944,0,"",python,selection_mouse +9453,17184107,"train_dynamics.py",0,0,"",python,tab +9454,17184108,"train_dynamics.py",0,0,"",python,tab +9455,17186487,"train_dynamics.py",10585,0,"",python,selection_mouse +9456,17187414,"train_dynamics.py",10599,0,"",python,selection_mouse +9457,17188351,"train_dynamics.py",10619,0,"",python,selection_mouse +9458,17191793,"train_dynamics.py",10553,0,"",python,selection_command +9459,17210266,"train_dynamics.py",10552,0,"",python,selection_mouse +9460,17210270,"train_dynamics.py",10551,0,"",python,selection_command +9461,17214225,"train_dynamics.py",10404,0,".model.tokenizer.vq.drop = nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs))\n abstract_optimizer",python,content +9462,17214231,"train_dynamics.py",10407,0,"",python,selection_command +9463,17215005,"train_dynamics.py",10481,1,"",python,content +9464,17215009,"train_dynamics.py",10480,0,"",python,selection_command +9465,17215528,"train_dynamics.py",10435,23,"",python,content +9466,17215531,"train_dynamics.py",10431,0,"",python,selection_command +9467,17215962,"train_dynamics.py",10404,81,"",python,content +9468,17215966,"train_dynamics.py",13810,25,"",python,content +9469,17215967,"train_dynamics.py",13767,29,"",python,content +9470,17215976,"train_dynamics.py",10337,0,"",python,selection_command +9471,17216773,"train_dynamics.py",10472,19,"",python,content +9472,17216775,"train_dynamics.py",10471,0,"",python,selection_command +9473,17217236,"train_dynamics.py",10472,30,"",python,content +9474,17217251,"train_dynamics.py",10502,0,"",python,selection_command +9475,17220625,"train_dynamics.py",10472,0,"\n # FIXME (f.srambical)",python,content +9476,17220627,"train_dynamics.py",10471,0,"",python,selection_command +9477,17220782,"train_dynamics.py",10472,0,": add link to issue",python,content +9478,17220790,"train_dynamics.py",10472,0,"",python,selection_command +9479,17221223,"train_dynamics.py",13767,0,"\n ",python,content +9480,17221225,"train_dynamics.py",13810,0,"\n ",python,content +9481,17221226,"train_dynamics.py",10404,0,".model.tokenizer.vq.drop = nnx.Dropout(0.1, rngs=rngs)\n abstract_optimizer",python,content +9482,17221229,"train_dynamics.py",10337,0,"",python,selection_command +9483,17221682,"train_dynamics.py",10435,0,"eval_shape(lambda: nnx.",python,content +9484,17221683,"train_dynamics.py",10431,0,"",python,selection_command +9485,17222885,"train_dynamics.py",10435,23,"",python,content +9486,17223279,"train_dynamics.py",10404,81,"",python,content +9487,17223281,"train_dynamics.py",13810,25,"",python,content +9488,17223281,"train_dynamics.py",13767,29,"",python,content +9489,17223293,"train_dynamics.py",10337,0,"",python,selection_command +9490,17224614,"train_dynamics.py",10472,19,"",python,content +9491,17224616,"train_dynamics.py",10471,0,"",python,selection_command +9492,17225041,"train_dynamics.py",10472,0,": add link to issue",python,content +9493,17225044,"train_dynamics.py",10472,0,"",python,selection_command +9494,17235119,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +9495,17236303,"train_dynamics.py",0,0,"",python,tab +9496,17296975,"train_dynamics.py",10443,48," # FIXME (f.srambical): add link to issue",python,selection_command +9497,17297405,"train_dynamics.py",10443,109," # FIXME (f.srambical): add link to issue\n # FIXME (f.srambical): quickfix of a bug in flax.nnx",python,selection_command +9498,17297512,"train_dynamics.py",10443,231," # FIXME (f.srambical): add link to issue\n # FIXME (f.srambical): quickfix of a bug in flax.nnx\n abstract_optimizer_state.model.tokenizer.vq.drop = nnx.state(nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs)))",python,selection_command +9499,17299234,"train_dynamics.py",10443,232,"",python,content +9500,17299247,"train_dynamics.py",10451,0,"",python,selection_command +9501,17300411,"train_dynamics.py",10386,0,"",python,selection_command +9502,17300653,"train_dynamics.py",10323,0,"",python,selection_command +9503,17300677,"train_dynamics.py",10226,0,"",python,selection_command +9504,17300707,"train_dynamics.py",10200,0,"",python,selection_command +9505,17300796,"train_dynamics.py",10167,0,"",python,selection_command +9506,17300797,"train_dynamics.py",10158,0,"",python,selection_command +9507,17300809,"train_dynamics.py",10087,0,"",python,selection_command +9508,17300843,"train_dynamics.py",10026,0,"",python,selection_command +9509,17300876,"train_dynamics.py",10016,0,"",python,selection_command +9510,17300912,"train_dynamics.py",9996,0,"",python,selection_command +9511,17300945,"train_dynamics.py",9964,0,"",python,selection_command +9512,17300979,"train_dynamics.py",9941,0,"",python,selection_command +9513,17301012,"train_dynamics.py",9919,0,"",python,selection_command +9514,17301047,"train_dynamics.py",9894,0,"",python,selection_command +9515,17301081,"train_dynamics.py",9829,0,"",python,selection_command +9516,17301115,"train_dynamics.py",9770,0,"",python,selection_command +9517,17301148,"train_dynamics.py",9748,0,"",python,selection_command +9518,17301184,"train_dynamics.py",9720,0,"",python,selection_command +9519,17301220,"train_dynamics.py",9681,0,"",python,selection_command +9520,17301322,"train_dynamics.py",9671,0,"",python,selection_command +9521,17301322,"train_dynamics.py",9636,0,"",python,selection_command +9522,17301323,"train_dynamics.py",9593,0,"",python,selection_command +9523,17301356,"train_dynamics.py",9554,0,"",python,selection_command +9524,17301389,"train_dynamics.py",9527,0,"",python,selection_command +9525,17301424,"train_dynamics.py",9450,0,"",python,selection_command +9526,17301455,"train_dynamics.py",9394,0,"",python,selection_command +9527,17301489,"train_dynamics.py",9385,0,"",python,selection_command +9528,17301523,"train_dynamics.py",9383,0,"",python,selection_command +9529,17301555,"train_dynamics.py",9344,0,"",python,selection_command +9530,17301589,"train_dynamics.py",9308,0,"",python,selection_command +9531,17301620,"train_dynamics.py",9285,0,"",python,selection_command +9532,17302414,"train_dynamics.py",9308,0,"",python,selection_command +9533,17302661,"train_dynamics.py",9285,0,"",python,selection_command +9534,17302931,"train_dynamics.py",9237,0,"",python,selection_command +9535,17302946,"train_dynamics.py",9228,0,"",python,selection_command +9536,17302974,"train_dynamics.py",9226,0,"",python,selection_command +9537,17303334,"train_dynamics.py",9228,0,"",python,selection_command +9538,17303682,"train_dynamics.py",9226,0,"",python,selection_command +9539,17303931,"train_dynamics.py",9192,0,"",python,selection_command +9540,17303945,"train_dynamics.py",9156,0,"",python,selection_command +9541,17303975,"train_dynamics.py",9103,0,"",python,selection_command +9542,17304008,"train_dynamics.py",9080,0,"",python,selection_command +9543,17304042,"train_dynamics.py",9022,0,"",python,selection_command +9544,17304076,"train_dynamics.py",8967,0,"",python,selection_command +9545,17304113,"train_dynamics.py",8958,0,"",python,selection_command +9546,17304147,"train_dynamics.py",8833,0,"",python,selection_command +9547,17304180,"train_dynamics.py",8703,0,"",python,selection_command +9548,17304213,"train_dynamics.py",8693,0,"",python,selection_command +9549,17304246,"train_dynamics.py",8613,0,"",python,selection_command +9550,17304280,"train_dynamics.py",8587,0,"",python,selection_command +9551,17304313,"train_dynamics.py",8577,0,"",python,selection_command +9552,17304346,"train_dynamics.py",8500,0,"",python,selection_command +9553,17304380,"train_dynamics.py",8474,0,"",python,selection_command +9554,17304414,"train_dynamics.py",8403,0,"",python,selection_command +9555,17307098,"train_dynamics.py",8390,0,"",python,selection_command +9556,17307337,"train_dynamics.py",8346,0,"",python,selection_command +9557,17307358,"train_dynamics.py",8337,0,"",python,selection_command +9558,17307389,"train_dynamics.py",8294,0,"",python,selection_command +9559,17307422,"train_dynamics.py",8211,0,"",python,selection_command +9560,17307455,"train_dynamics.py",8144,0,"",python,selection_command +9561,17307488,"train_dynamics.py",8091,0,"",python,selection_command +9562,17307521,"train_dynamics.py",8016,0,"",python,selection_command +9563,17307556,"train_dynamics.py",7971,0,"",python,selection_command +9564,17307590,"train_dynamics.py",7962,0,"",python,selection_command +9565,17307624,"train_dynamics.py",7881,0,"",python,selection_command +9566,17307658,"train_dynamics.py",7818,0,"",python,selection_command +9567,17307692,"train_dynamics.py",7809,0,"",python,selection_command +9568,17307727,"train_dynamics.py",7754,0,"",python,selection_command +9569,17307763,"train_dynamics.py",7697,0,"",python,selection_command +9570,17307797,"train_dynamics.py",7615,0,"",python,selection_command +9571,17307831,"train_dynamics.py",7606,0,"",python,selection_command +9572,17307872,"train_dynamics.py",7573,0,"",python,selection_command +9573,17307905,"train_dynamics.py",7563,0,"",python,selection_command +9574,17307932,"train_dynamics.py",7538,0,"",python,selection_command +9575,17307962,"train_dynamics.py",7511,0,"",python,selection_command +9576,17307997,"train_dynamics.py",7495,0,"",python,selection_command +9577,17308031,"train_dynamics.py",7479,0,"",python,selection_command +9578,17308066,"train_dynamics.py",7444,0,"",python,selection_command +9579,17308096,"train_dynamics.py",7422,0,"",python,selection_command +9580,17308577,"train_dynamics.py",7412,0,"",python,selection_command +9581,17308831,"train_dynamics.py",7386,0,"",python,selection_command +9582,17308858,"train_dynamics.py",7359,0,"",python,selection_command +9583,17308890,"train_dynamics.py",7335,0,"",python,selection_command +9584,17308921,"train_dynamics.py",7311,0,"",python,selection_command +9585,17308974,"train_dynamics.py",7290,0,"",python,selection_command +9586,17309024,"train_dynamics.py",7268,0,"",python,selection_command +9587,17309025,"train_dynamics.py",7242,0,"",python,selection_command +9588,17309055,"train_dynamics.py",7207,0,"",python,selection_command +9589,17309088,"train_dynamics.py",7172,0,"",python,selection_command +9590,17309123,"train_dynamics.py",7163,0,"",python,selection_command +9591,17309155,"train_dynamics.py",7147,0,"",python,selection_command +9592,17309187,"train_dynamics.py",7116,0,"",python,selection_command +9593,17309221,"train_dynamics.py",7107,0,"",python,selection_command +9594,17309253,"train_dynamics.py",7050,0,"",python,selection_command +9595,17309287,"train_dynamics.py",7041,0,"",python,selection_command +9596,17309321,"train_dynamics.py",7009,0,"",python,selection_command +9597,17309355,"train_dynamics.py",6995,0,"",python,selection_command +9598,17309389,"train_dynamics.py",6977,0,"",python,selection_command +9599,17309423,"train_dynamics.py",6938,0,"",python,selection_command +9600,17309455,"train_dynamics.py",6977,0,"",python,selection_command +9601,17309711,"train_dynamics.py",6995,0,"",python,selection_command +9602,17309742,"train_dynamics.py",7009,0,"",python,selection_command +9603,17309771,"train_dynamics.py",7041,0,"",python,selection_command +9604,17309798,"train_dynamics.py",7050,0,"",python,selection_command +9605,17309831,"train_dynamics.py",7107,0,"",python,selection_command +9606,17309865,"train_dynamics.py",7116,0,"",python,selection_command +9607,17309898,"train_dynamics.py",7147,0,"",python,selection_command +9608,17309932,"train_dynamics.py",7163,0,"",python,selection_command +9609,17309966,"train_dynamics.py",7172,0,"",python,selection_command +9610,17310007,"train_dynamics.py",7207,0,"",python,selection_command +9611,17310038,"train_dynamics.py",7242,0,"",python,selection_command +9612,17310072,"train_dynamics.py",7268,0,"",python,selection_command +9613,17310105,"train_dynamics.py",7290,0,"",python,selection_command +9614,17310136,"train_dynamics.py",7311,0,"",python,selection_command +9615,17310170,"train_dynamics.py",7335,0,"",python,selection_command +9616,17310204,"train_dynamics.py",7359,0,"",python,selection_command +9617,17310236,"train_dynamics.py",7386,0,"",python,selection_command +9618,17310270,"train_dynamics.py",7412,0,"",python,selection_command +9619,17310304,"train_dynamics.py",7422,0,"",python,selection_command +9620,17310359,"train_dynamics.py",7444,0,"",python,selection_command +9621,17310381,"train_dynamics.py",7479,0,"",python,selection_command +9622,17310496,"train_dynamics.py",7495,0,"",python,selection_command +9623,17310497,"train_dynamics.py",7511,0,"",python,selection_command +9624,17310497,"train_dynamics.py",7538,0,"",python,selection_command +9625,17310503,"train_dynamics.py",7563,0,"",python,selection_command +9626,17310535,"train_dynamics.py",7573,0,"",python,selection_command +9627,17310571,"train_dynamics.py",7606,0,"",python,selection_command +9628,17310604,"train_dynamics.py",7615,0,"",python,selection_command +9629,17310638,"train_dynamics.py",7697,0,"",python,selection_command +9630,17310671,"train_dynamics.py",7754,0,"",python,selection_command +9631,17310705,"train_dynamics.py",7809,0,"",python,selection_command +9632,17310738,"train_dynamics.py",7818,0,"",python,selection_command +9633,17310771,"train_dynamics.py",7881,0,"",python,selection_command +9634,17310805,"train_dynamics.py",7962,0,"",python,selection_command +9635,17310839,"train_dynamics.py",7971,0,"",python,selection_command +9636,17310872,"train_dynamics.py",8016,0,"",python,selection_command +9637,17310905,"train_dynamics.py",8091,0,"",python,selection_command +9638,17310940,"train_dynamics.py",8144,0,"",python,selection_command +9639,17310973,"train_dynamics.py",8211,0,"",python,selection_command +9640,17310989,"train_dynamics.py",8144,0,"",python,selection_command +9641,17311244,"train_dynamics.py",8091,0,"",python,selection_command +9642,17311275,"train_dynamics.py",8016,0,"",python,selection_command +9643,17311305,"train_dynamics.py",7971,0,"",python,selection_command +9644,17311411,"train_dynamics.py",7962,0,"",python,selection_command +9645,17311566,"train_dynamics.py",7881,0,"",python,selection_command +9646,17311710,"train_dynamics.py",7818,0,"",python,selection_command +9647,17311897,"train_dynamics.py",7809,0,"",python,selection_command +9648,17321582,"train_dynamics.py",7754,0,"",python,selection_command +9649,17321825,"train_dynamics.py",7697,0,"",python,selection_command +9650,17321855,"train_dynamics.py",7615,0,"",python,selection_command +9651,17321879,"train_dynamics.py",7606,0,"",python,selection_command +9652,17321912,"train_dynamics.py",7573,0,"",python,selection_command +9653,17321945,"train_dynamics.py",7563,0,"",python,selection_command +9654,17321979,"train_dynamics.py",7538,0,"",python,selection_command +9655,17322013,"train_dynamics.py",7511,0,"",python,selection_command +9656,17322047,"train_dynamics.py",7495,0,"",python,selection_command +9657,17322081,"train_dynamics.py",7479,0,"",python,selection_command +9658,17322115,"train_dynamics.py",7444,0,"",python,selection_command +9659,17322154,"train_dynamics.py",7422,0,"",python,selection_command +9660,17322189,"train_dynamics.py",7412,0,"",python,selection_command +9661,17322224,"train_dynamics.py",7386,0,"",python,selection_command +9662,17322255,"train_dynamics.py",7359,0,"",python,selection_command +9663,17322287,"train_dynamics.py",7335,0,"",python,selection_command +9664,17322675,"train_dynamics.py",7967,0,"",python,selection_command +9665,17323424,"train_dynamics.py",9022,0,"",python,selection_command +9666,17324260,"train_dynamics.py",9677,0,"",python,selection_command +9667,17325229,"train_dynamics.py",10502,0,"",python,selection_command +9668,17325902,"train_dynamics.py",10548,0,"",python,selection_command +9669,17326147,"train_dynamics.py",10585,0,"",python,selection_command +9670,17326174,"train_dynamics.py",10663,0,"",python,selection_command +9671,17326206,"train_dynamics.py",10748,0,"",python,selection_command +9672,17326240,"train_dynamics.py",10759,0,"",python,selection_command +9673,17326273,"train_dynamics.py",10773,0,"",python,selection_command +9674,17326306,"train_dynamics.py",10832,0,"",python,selection_command +9675,17326337,"train_dynamics.py",10888,0,"",python,selection_command +9676,17326371,"train_dynamics.py",10942,0,"",python,selection_command +9677,17326402,"train_dynamics.py",10995,0,"",python,selection_command +9678,17326436,"train_dynamics.py",11062,0,"",python,selection_command +9679,17326469,"train_dynamics.py",11076,0,"",python,selection_command +9680,17326502,"train_dynamics.py",11131,0,"",python,selection_command +9681,17326539,"train_dynamics.py",11177,0,"",python,selection_command +9682,17326569,"train_dynamics.py",11227,0,"",python,selection_command +9683,17326605,"train_dynamics.py",11229,0,"",python,selection_command +9684,17327827,"train_dynamics.py",11227,0,"",python,selection_command +9685,17328085,"train_dynamics.py",11228,0,"\n ",python,content +9686,17328492,"train_dynamics.py",11233,4,"",python,content +9687,17329631,"train_dynamics.py",11229,4,"",python,content +9688,17330066,"train_dynamics.py",11228,1,"",python,content +9689,17330581,"train_dynamics.py",11228,0,"\n ",python,content +9690,17331174,"train_dynamics.py",11229,8,"",python,content +9691,17331223,"train_dynamics.py",11229,0,"\n # FIXME (f.srambical): add link to issue\n # FIXME (f.srambical): quickfix of a bug in flax.nnx\n abstract_optimizer_state.model.tokenizer.vq.drop = nnx.state(nnx.eval_shape(lambda: nnx.Dropout(0.1, rngs=rngs)))",python,content +9692,17331226,"train_dynamics.py",11238,0,"",python,selection_command +9693,17331925,"train_dynamics.py",11229,0,"",python,selection_command +9694,17332198,"train_dynamics.py",11229,1,"",python,content +9695,17332213,"train_dynamics.py",11237,0,"",python,selection_command +9696,17332627,"train_dynamics.py",11286,0,"",python,selection_command +9697,17332763,"train_dynamics.py",11347,0,"",python,selection_command +9698,17334436,"train_dynamics.py",11347,24,"",python,content +9699,17334669,"train_dynamics.py",11347,0,"o",python,content +9700,17334669,"train_dynamics.py",11348,0,"",python,selection_keyboard +9701,17334723,"train_dynamics.py",11348,0,"p",python,content +9702,17334723,"train_dynamics.py",11349,0,"",python,selection_keyboard +9703,17334755,"train_dynamics.py",11349,0,"t",python,content +9704,17334756,"train_dynamics.py",11350,0,"",python,selection_keyboard +9705,17334874,"train_dynamics.py",11350,0,"i",python,content +9706,17334874,"train_dynamics.py",11351,0,"",python,selection_keyboard +9707,17334972,"train_dynamics.py",11351,0,"m",python,content +9708,17334972,"train_dynamics.py",11352,0,"",python,selection_keyboard +9709,17335062,"train_dynamics.py",11352,0,"i",python,content +9710,17335063,"train_dynamics.py",11353,0,"",python,selection_keyboard +9711,17335123,"train_dynamics.py",11353,0,"z",python,content +9712,17335124,"train_dynamics.py",11354,0,"",python,selection_keyboard +9713,17335200,"train_dynamics.py",11354,0,"e",python,content +9714,17335200,"train_dynamics.py",11355,0,"",python,selection_keyboard +9715,17335683,"train_dynamics.py",11355,0,"r",python,content +9716,17335683,"train_dynamics.py",11356,0,"",python,selection_keyboard +9717,17335998,"train_dynamics.py",11355,0,"",python,selection_command +9718,17336380,"train_dynamics.py",11356,0,"",python,selection_command +9719,17336543,"train_dynamics.py",11357,0,"",python,selection_command +9720,17336717,"train_dynamics.py",11362,0,"",python,selection_command +9721,17336892,"train_dynamics.py",11363,0,"",python,selection_command +9722,17337059,"train_dynamics.py",11372,0,"",python,selection_command +9723,17337211,"train_dynamics.py",11373,0,"",python,selection_command +9724,17337374,"train_dynamics.py",11375,0,"",python,selection_command +9725,17337614,"train_dynamics.py",11376,0,"",python,selection_command +9726,17337877,"train_dynamics.py",11381,0,"",python,selection_command +9727,17338305,"train_dynamics.py",11383,0,"",python,selection_command +9728,17339264,"train_dynamics.py",11382,0,"",python,selection_command +9729,17339416,"train_dynamics.py",11381,0,"",python,selection_command +9730,17339567,"train_dynamics.py",11380,0,"",python,selection_command +9731,17340013,"train_dynamics.py",11380,65,"",python,content +9732,17340013,"train_dynamics.py",11379,0,"",python,selection_command +9733,17340346,"train_dynamics.py",11376,0,"",python,selection_command +9734,17340816,"utils/nn.py",0,0,"",python,tab +9735,17340816,"utils/nn.py",7101,0,"",python,selection_command +9736,17342057,"train_dynamics.py",0,0,"",python,tab +9737,17342057,"train_dynamics.py",11376,0,"",python,selection_command +9738,17342936,"train_dynamics.py",11347,0,"",python,selection_command +9739,17343099,"train_dynamics.py",11347,0,"d",python,content +9740,17343099,"train_dynamics.py",11348,0,"",python,selection_keyboard +9741,17343143,"train_dynamics.py",11348,0,"e",python,content +9742,17343144,"train_dynamics.py",11349,0,"",python,selection_keyboard +9743,17343245,"train_dynamics.py",11349,0,"l",python,content +9744,17343245,"train_dynamics.py",11350,0,"",python,selection_keyboard +9745,17343350,"train_dynamics.py",11350,0," ",python,content +9746,17343350,"train_dynamics.py",11351,0,"",python,selection_keyboard +9747,17343456,"train_dynamics.py",11350,0,"",python,selection_command +9748,17354212,"train_dynamics.py",11384,0,"",python,selection_mouse +9749,17354212,"train_dynamics.py",11383,0,"",python,selection_command +9750,17378975,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +9751,17379617,"experiments/dynamics_grain_tok_restore.sh",457,21,"",shellscript,content +9752,17379634,"experiments/dynamics_grain_tok_restore.sh",461,0,"",shellscript,selection_command +9753,17380592,"train_dynamics.py",0,0,"",python,tab +9754,17384556,"train_dynamics.py",11339,0,"",python,selection_command +9755,17387276,"train_dynamics.py",11347,0,"",python,selection_command +9756,17387534,"train_dynamics.py",11351,0,"",python,selection_command +9757,17387558,"train_dynamics.py",11360,0,"",python,selection_command +9758,17387591,"train_dynamics.py",11361,0,"",python,selection_command +9759,17387702,"train_dynamics.py",11366,0,"",python,selection_command +9760,17387703,"train_dynamics.py",11367,0,"",python,selection_command +9761,17387873,"train_dynamics.py",11376,0,"",python,selection_command +9762,17388063,"train_dynamics.py",11377,0,"",python,selection_command +9763,17388226,"train_dynamics.py",11379,0,"",python,selection_command +9764,17388533,"train_dynamics.py",11380,0,"",python,selection_command +9765,17390028,"utils/nn.py",0,0,"",python,tab +9766,17390028,"utils/nn.py",7101,0,"",python,selection_command +9767,17457379,"utils/nn.py",7086,0,"",python,selection_command +9768,17457609,"utils/nn.py",7076,0,"",python,selection_command +9769,17457638,"utils/nn.py",7059,0,"",python,selection_command +9770,17457672,"utils/nn.py",6988,0,"",python,selection_command +9771,17457705,"utils/nn.py",6938,0,"",python,selection_command +9772,17457739,"utils/nn.py",6915,0,"",python,selection_command +9773,17457829,"utils/nn.py",6880,0,"",python,selection_command +9774,17457829,"utils/nn.py",6866,0,"",python,selection_command +9775,17457841,"utils/nn.py",6848,0,"",python,selection_command +9776,17457874,"utils/nn.py",6809,0,"",python,selection_command +9777,17457908,"utils/nn.py",6772,0,"",python,selection_command +9778,17458019,"utils/nn.py",6757,0,"",python,selection_command +9779,17458129,"utils/nn.py",6685,0,"",python,selection_command +9780,17458353,"utils/nn.py",6667,0,"",python,selection_command +9781,17458543,"utils/nn.py",6632,0,"",python,selection_command +9782,17463788,"models/tokenizer.py",0,0,"",python,tab +9783,17463788,"models/tokenizer.py",1550,15,"VectorQuantizer",python,selection_command +9784,17464020,"models/tokenizer.py",1564,0,"",python,selection_command +9785,17464357,"models/tokenizer.py",1540,0,"",python,selection_command +9786,17464645,"models/tokenizer.py",1544,0,"",python,selection_command +9787,17464730,"models/tokenizer.py",1545,0,"",python,selection_command +9788,17465032,"models/tokenizer.py",2984,0,"",python,selection_command +9789,17466242,"models/tokenizer.py",2986,0,"",python,selection_command +9790,17466451,"models/tokenizer.py",2987,0,"",python,selection_command +9791,17466546,"models/tokenizer.py",2988,0,"",python,selection_command +9792,17466934,"models/tokenizer.py",2990,0,"",python,selection_command +9793,17467792,"models/tokenizer.py",2638,0,"",python,selection_command +9794,17468511,"models/tokenizer.py",2605,0,"",python,selection_command +9795,17468732,"models/tokenizer.py",2609,0,"",python,selection_command +9796,17468893,"models/tokenizer.py",2618,0,"",python,selection_command +9797,17469368,"models/tokenizer.py",2609,0,"",python,selection_command +9798,17492543,"models/tokenizer.py",2613,0,"",python,selection_mouse +9799,17503546,"models/tokenizer.py",2609,9,"vq_encode",python,selection_command +9800,17504030,"models/tokenizer.py",2617,0,"",python,selection_command +9801,17507265,"models/tokenizer.py",2692,0,"",python,selection_command +9802,17507444,"models/tokenizer.py",2730,0,"",python,selection_command +9803,17509751,"models/tokenizer.py",482,0,"",python,selection_command +9804,17511477,"models/tokenizer.py",515,0,"",python,selection_command +9805,17511909,"models/tokenizer.py",948,0,"",python,selection_command +9806,17512141,"models/tokenizer.py",958,0,"",python,selection_command +9807,17516908,"models/tokenizer.py",2279,0,"",python,selection_command +9808,17517529,"models/tokenizer.py",2609,0,"",python,selection_command +9809,17518847,"models/tokenizer.py",2688,0,"",python,selection_command +9810,17519096,"models/tokenizer.py",2726,0,"",python,selection_command +9811,17519121,"models/tokenizer.py",2758,0,"",python,selection_command +9812,17519152,"models/tokenizer.py",2804,0,"",python,selection_command +9813,17519181,"models/tokenizer.py",2827,0,"",python,selection_command +9814,17519214,"models/tokenizer.py",2863,0,"",python,selection_command +9815,17519247,"models/tokenizer.py",2872,0,"",python,selection_command +9816,17519281,"models/tokenizer.py",2906,0,"",python,selection_command +9817,17519320,"models/tokenizer.py",2956,0,"",python,selection_command +9818,17519348,"models/tokenizer.py",3008,0,"",python,selection_command +9819,17519382,"models/tokenizer.py",3060,0,"",python,selection_command +9820,17519479,"models/tokenizer.py",3103,0,"",python,selection_command +9821,17519480,"models/tokenizer.py",3155,0,"",python,selection_command +9822,17519639,"models/tokenizer.py",3164,0,"",python,selection_command +9823,17519880,"models/tokenizer.py",3155,0,"",python,selection_command +9824,17520083,"models/tokenizer.py",3103,0,"",python,selection_command +9825,17520216,"models/tokenizer.py",3155,0,"",python,selection_command +9826,17520526,"models/tokenizer.py",3164,0,"",python,selection_command +9827,17520528,"models/tokenizer.py",3227,0,"",python,selection_command +9828,17520529,"models/tokenizer.py",3265,0,"",python,selection_command +9829,17520553,"models/tokenizer.py",3297,0,"",python,selection_command +9830,17520587,"models/tokenizer.py",3339,0,"",python,selection_command +9831,17520888,"models/tokenizer.py",3297,0,"",python,selection_command +9832,17521080,"models/tokenizer.py",3265,0,"",python,selection_command +9833,17521246,"models/tokenizer.py",3227,0,"",python,selection_command +9834,17521408,"models/tokenizer.py",3229,0,"",python,selection_command +9835,17521589,"models/tokenizer.py",3231,0,"",python,selection_command +9836,17521742,"models/tokenizer.py",3235,0,"",python,selection_command +9837,17521941,"models/tokenizer.py",3236,0,"",python,selection_command +9838,17523210,"models/tokenizer.py",2984,0,"",python,selection_command +9839,17523897,"models/tokenizer.py",1545,0,"",python,selection_command +9840,17525014,"models/tokenizer.py",1548,0,"",python,selection_command +9841,17525409,"models/tokenizer.py",1550,0,"",python,selection_command +9842,17525884,"models/tokenizer.py",1548,0,"",python,selection_command +9843,17526016,"models/tokenizer.py",1545,0,"",python,selection_command +9844,17526610,"models/tokenizer.py",1548,0,"",python,selection_command +9845,17526729,"models/tokenizer.py",1550,0,"",python,selection_command +9846,17527038,"utils/nn.py",0,0,"",python,tab +9847,17527038,"utils/nn.py",6625,0,"",python,selection_command +9848,17527996,"utils/nn.py",6660,0,"",python,selection_command +9849,17528228,"utils/nn.py",6678,0,"",python,selection_command +9850,17528259,"utils/nn.py",6757,0,"",python,selection_command +9851,17528292,"utils/nn.py",6765,0,"",python,selection_command +9852,17528326,"utils/nn.py",6802,0,"",python,selection_command +9853,17528358,"utils/nn.py",6841,0,"",python,selection_command +9854,17528393,"utils/nn.py",6866,0,"",python,selection_command +9855,17528426,"utils/nn.py",6873,0,"",python,selection_command +9856,17528459,"utils/nn.py",6908,0,"",python,selection_command +9857,17528493,"utils/nn.py",6931,0,"",python,selection_command +9858,17528526,"utils/nn.py",6981,0,"",python,selection_command +9859,17528559,"utils/nn.py",7052,0,"",python,selection_command +9860,17528594,"utils/nn.py",7070,0,"",python,selection_command +9861,17528627,"utils/nn.py",7084,0,"",python,selection_command +9862,17528660,"utils/nn.py",7094,0,"",python,selection_command +9863,17528694,"utils/nn.py",7145,0,"",python,selection_command +9864,17528727,"utils/nn.py",7152,0,"",python,selection_command +9865,17528762,"utils/nn.py",7170,0,"",python,selection_command +9866,17528795,"utils/nn.py",7213,0,"",python,selection_command +9867,17528829,"utils/nn.py",7273,0,"",python,selection_command +9868,17528863,"utils/nn.py",7309,0,"",python,selection_command +9869,17529079,"utils/nn.py",7334,0,"",python,selection_command +9870,17529233,"utils/nn.py",7389,0,"",python,selection_command +9871,17529381,"utils/nn.py",7446,0,"",python,selection_command +9872,17716360,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +9873,17717269,"experiments/dynamics_grain_tok_restore.sh",456,0,"\n",shellscript,content +9874,17717277,"experiments/dynamics_grain_tok_restore.sh",457,0," ",shellscript,content +9875,17718101,"experiments/dynamics_grain_tok_restore.sh",461,0,"--restore_ckpt \",shellscript,content +9876,17718295,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +9877,17722903,"train_dynamics.py",0,0,"",python,tab +9878,17749884,"train_dynamics.py",11319,0,"",python,selection_command +9879,17750022,"train_dynamics.py",11270,0,"",python,selection_command +9880,17750858,"train_dynamics.py",11229,49,"",python,content +9881,17750878,"train_dynamics.py",11237,0,"",python,selection_command +9882,17751246,"train_dynamics.py",11229,61,"",python,content +9883,17751263,"train_dynamics.py",11237,0,"",python,selection_command +9884,17752074,"train_dynamics.py",11228,0,"\n ",python,content +9885,17752190,"train_dynamics.py",11237,0,"#",python,content +9886,17752191,"train_dynamics.py",11238,0,"",python,selection_keyboard +9887,17752213,"train_dynamics.py",11238,0," ",python,content +9888,17752213,"train_dynamics.py",11239,0,"",python,selection_keyboard +9889,17752662,"train_dynamics.py",11239,0,"N",python,content +9890,17752662,"train_dynamics.py",11240,0,"",python,selection_keyboard +9891,17752688,"train_dynamics.py",11240,0,"O",python,content +9892,17752689,"train_dynamics.py",11241,0,"",python,selection_keyboard +9893,17752737,"train_dynamics.py",11241,0,"T",python,content +9894,17752737,"train_dynamics.py",11242,0,"",python,selection_keyboard +9895,17752849,"train_dynamics.py",11242,0,"E",python,content +9896,17752849,"train_dynamics.py",11243,0,"",python,selection_keyboard +9897,17752924,"train_dynamics.py",11243,0,":",python,content +9898,17752924,"train_dynamics.py",11244,0,"",python,selection_keyboard +9899,17753004,"train_dynamics.py",11244,0," ",python,content +9900,17753004,"train_dynamics.py",11245,0,"",python,selection_keyboard +9901,17754052,"train_dynamics.py",11245,0,"W",python,content +9902,17754052,"train_dynamics.py",11246,0,"",python,selection_keyboard +9903,17754210,"train_dynamics.py",11246,0,"e",python,content +9904,17754210,"train_dynamics.py",11247,0,"",python,selection_keyboard +9905,17754253,"train_dynamics.py",11247,0," ",python,content +9906,17754253,"train_dynamics.py",11248,0,"",python,selection_keyboard +9907,17754387,"train_dynamics.py",11248,0,"h",python,content +9908,17754387,"train_dynamics.py",11249,0,"",python,selection_keyboard +9909,17754408,"train_dynamics.py",11249,0,"a",python,content +9910,17754408,"train_dynamics.py",11250,0,"",python,selection_keyboard +9911,17754474,"train_dynamics.py",11250,0,"v",python,content +9912,17754474,"train_dynamics.py",11251,0,"",python,selection_keyboard +9913,17754575,"train_dynamics.py",11251,0,"e",python,content +9914,17754575,"train_dynamics.py",11252,0,"",python,selection_keyboard +9915,17754697,"train_dynamics.py",11252,0," ",python,content +9916,17754697,"train_dynamics.py",11253,0,"",python,selection_keyboard +9917,17754761,"train_dynamics.py",11253,0,"t",python,content +9918,17754761,"train_dynamics.py",11254,0,"",python,selection_keyboard +9919,17754829,"train_dynamics.py",11254,0,"o",python,content +9920,17754830,"train_dynamics.py",11255,0,"",python,selection_keyboard +9921,17754919,"train_dynamics.py",11255,0," ",python,content +9922,17754920,"train_dynamics.py",11256,0,"",python,selection_keyboard +9923,17755013,"train_dynamics.py",11256,0,"r",python,content +9924,17755014,"train_dynamics.py",11257,0,"",python,selection_keyboard +9925,17755170,"train_dynamics.py",11257,0,"e",python,content +9926,17755170,"train_dynamics.py",11258,0,"",python,selection_keyboard +9927,17755171,"train_dynamics.py",11258,0,"m",python,content +9928,17755171,"train_dynamics.py",11259,0,"",python,selection_keyboard +9929,17755221,"train_dynamics.py",11259,0,"o",python,content +9930,17755221,"train_dynamics.py",11260,0,"",python,selection_keyboard +9931,17755304,"train_dynamics.py",11260,0,"v",python,content +9932,17755305,"train_dynamics.py",11261,0,"",python,selection_keyboard +9933,17755354,"train_dynamics.py",11261,0,"e",python,content +9934,17755355,"train_dynamics.py",11262,0,"",python,selection_keyboard +9935,17755455,"train_dynamics.py",11262,0," ",python,content +9936,17755455,"train_dynamics.py",11263,0,"",python,selection_keyboard +9937,17757935,"train_dynamics.py",11263,0,"t",python,content +9938,17757935,"train_dynamics.py",11264,0,"",python,selection_keyboard +9939,17758105,"train_dynamics.py",11264,0,"h",python,content +9940,17758106,"train_dynamics.py",11265,0,"",python,selection_keyboard +9941,17758112,"train_dynamics.py",11265,0,"e",python,content +9942,17758112,"train_dynamics.py",11266,0,"",python,selection_keyboard +9943,17758225,"train_dynamics.py",11266,0," ",python,content +9944,17758225,"train_dynamics.py",11267,0,"",python,selection_keyboard +9945,17758568,"train_dynamics.py",11267,0,"t",python,content +9946,17758568,"train_dynamics.py",11268,0,"",python,selection_keyboard +9947,17758588,"train_dynamics.py",11268,0,"o",python,content +9948,17758588,"train_dynamics.py",11269,0,"",python,selection_keyboard +9949,17758628,"train_dynamics.py",11269,0,"k",python,content +9950,17758629,"train_dynamics.py",11270,0,"",python,selection_keyboard +9951,17758722,"train_dynamics.py",11270,0,"e",python,content +9952,17758723,"train_dynamics.py",11271,0,"",python,selection_keyboard +9953,17758838,"train_dynamics.py",11271,0,"n",python,content +9954,17758839,"train_dynamics.py",11272,0,"",python,selection_keyboard +9955,17758874,"train_dynamics.py",11272,0,"i",python,content +9956,17758874,"train_dynamics.py",11273,0,"",python,selection_keyboard +9957,17759004,"train_dynamics.py",11273,0,"z",python,content +9958,17759004,"train_dynamics.py",11274,0,"",python,selection_keyboard +9959,17759054,"train_dynamics.py",11274,0,"e",python,content +9960,17759054,"train_dynamics.py",11275,0,"",python,selection_keyboard +9961,17759159,"train_dynamics.py",11275,0,"r",python,content +9962,17759159,"train_dynamics.py",11276,0,"",python,selection_keyboard +9963,17759220,"train_dynamics.py",11276,0," ",python,content +9964,17759220,"train_dynamics.py",11277,0,"",python,selection_keyboard +9965,17759580,"train_dynamics.py",11277,0,"d",python,content +9966,17759580,"train_dynamics.py",11278,0,"",python,selection_keyboard +9967,17760194,"train_dynamics.py",11277,1,"",python,content +9968,17760335,"train_dynamics.py",11267,10,"",python,content +9969,17760946,"train_dynamics.py",11267,0,"t",python,content +9970,17760946,"train_dynamics.py",11268,0,"",python,selection_keyboard +9971,17761039,"train_dynamics.py",11268,0,"o",python,content +9972,17761039,"train_dynamics.py",11269,0,"",python,selection_keyboard +9973,17761046,"train_dynamics.py",11269,0,"k",python,content +9974,17761046,"train_dynamics.py",11270,0,"",python,selection_keyboard +9975,17761148,"train_dynamics.py",11270,0,"e",python,content +9976,17761148,"train_dynamics.py",11271,0,"",python,selection_keyboard +9977,17761238,"train_dynamics.py",11271,0,"n",python,content +9978,17761239,"train_dynamics.py",11272,0,"",python,selection_keyboard +9979,17761273,"train_dynamics.py",11272,0,"i",python,content +9980,17761274,"train_dynamics.py",11273,0,"",python,selection_keyboard +9981,17761386,"train_dynamics.py",11273,0,"z",python,content +9982,17761387,"train_dynamics.py",11274,0,"",python,selection_keyboard +9983,17761474,"train_dynamics.py",11274,0,"e",python,content +9984,17761474,"train_dynamics.py",11275,0,"",python,selection_keyboard +9985,17761538,"train_dynamics.py",11275,0,"r",python,content +9986,17761538,"train_dynamics.py",11276,0,"",python,selection_keyboard +9987,17761588,"train_dynamics.py",11276,0," ",python,content +9988,17761589,"train_dynamics.py",11277,0,"",python,selection_keyboard +9989,17762910,"train_dynamics.py",11267,10,"",python,content +9990,17763478,"train_dynamics.py",11267,0,"t",python,content +9991,17763478,"train_dynamics.py",11268,0,"",python,selection_keyboard +9992,17763622,"train_dynamics.py",11268,0,"o",python,content +9993,17763622,"train_dynamics.py",11269,0,"",python,selection_keyboard +9994,17763652,"train_dynamics.py",11269,0,"k",python,content +9995,17763653,"train_dynamics.py",11270,0,"",python,selection_keyboard +9996,17763752,"train_dynamics.py",11270,0,"e",python,content +9997,17763753,"train_dynamics.py",11271,0,"",python,selection_keyboard +9998,17763864,"train_dynamics.py",11271,0,"n",python,content +9999,17763864,"train_dynamics.py",11272,0,"",python,selection_keyboard +10000,17763946,"train_dynamics.py",11272,0,"i",python,content +10001,17763946,"train_dynamics.py",11273,0,"",python,selection_keyboard +10002,17764045,"train_dynamics.py",11273,0,"e",python,content +10003,17764045,"train_dynamics.py",11274,0,"",python,selection_keyboard +10004,17764113,"train_dynamics.py",11274,0,"r",python,content +10005,17764113,"train_dynamics.py",11275,0,"",python,selection_keyboard +10006,17764427,"train_dynamics.py",11274,1,"",python,content +10007,17764557,"train_dynamics.py",11273,1,"",python,content +10008,17764588,"train_dynamics.py",11273,0,"z",python,content +10009,17764588,"train_dynamics.py",11274,0,"",python,selection_keyboard +10010,17764646,"train_dynamics.py",11274,0,"e",python,content +10011,17764646,"train_dynamics.py",11275,0,"",python,selection_keyboard +10012,17764775,"train_dynamics.py",11275,0,"r",python,content +10013,17764775,"train_dynamics.py",11276,0,"",python,selection_keyboard +10014,17764842,"train_dynamics.py",11276,0," ",python,content +10015,17764843,"train_dynamics.py",11277,0,"",python,selection_keyboard +10016,17765499,"train_dynamics.py",11277,0,"v",python,content +10017,17765499,"train_dynamics.py",11278,0,"",python,selection_keyboard +10018,17765575,"train_dynamics.py",11278,0,"q",python,content +10019,17765576,"train_dynamics.py",11279,0,"",python,selection_keyboard +10020,17765690,"train_dynamics.py",11279,0," ",python,content +10021,17765690,"train_dynamics.py",11280,0,"",python,selection_keyboard +10022,17765795,"train_dynamics.py",11280,0,"d",python,content +10023,17765795,"train_dynamics.py",11281,0,"",python,selection_keyboard +10024,17765921,"train_dynamics.py",11281,0,"r",python,content +10025,17765921,"train_dynamics.py",11282,0,"",python,selection_keyboard +10026,17766003,"train_dynamics.py",11282,0,"o",python,content +10027,17766004,"train_dynamics.py",11283,0,"",python,selection_keyboard +10028,17766103,"train_dynamics.py",11283,0,"p",python,content +10029,17766103,"train_dynamics.py",11284,0,"",python,selection_keyboard +10030,17766190,"train_dynamics.py",11284,0,"o",python,content +10031,17766191,"train_dynamics.py",11285,0,"",python,selection_keyboard +10032,17766296,"train_dynamics.py",11285,0,"u",python,content +10033,17766296,"train_dynamics.py",11286,0,"",python,selection_keyboard +10034,17766372,"train_dynamics.py",11286,0,"t",python,content +10035,17766372,"train_dynamics.py",11287,0,"",python,selection_keyboard +10036,17766453,"train_dynamics.py",11287,0," ",python,content +10037,17766453,"train_dynamics.py",11288,0,"",python,selection_keyboard +10038,17766816,"train_dynamics.py",11288,0,"d",python,content +10039,17766816,"train_dynamics.py",11289,0,"",python,selection_keyboard +10040,17766939,"train_dynamics.py",11289,0,"u",python,content +10041,17766940,"train_dynamics.py",11290,0,"",python,selection_keyboard +10042,17766958,"train_dynamics.py",11290,0,"e",python,content +10043,17766959,"train_dynamics.py",11291,0,"",python,selection_keyboard +10044,17767036,"train_dynamics.py",11291,0," ",python,content +10045,17767036,"train_dynamics.py",11292,0,"",python,selection_keyboard +10046,17767174,"train_dynamics.py",11292,0,"t",python,content +10047,17767174,"train_dynamics.py",11293,0,"",python,selection_keyboard +10048,17767293,"train_dynamics.py",11293,0,"o",python,content +10049,17767293,"train_dynamics.py",11294,0,"",python,selection_keyboard +10050,17767447,"train_dynamics.py",11294,0," ",python,content +10051,17767448,"train_dynamics.py",11295,0,"",python,selection_keyboard +10052,17769292,"train_dynamics.py",11294,0,"",python,selection_command +10053,17775932,"train_dynamics.py",11295,0,"",python,selection_command +10054,17776753,"train_dynamics.py",11295,0,"a",python,content +10055,17776753,"train_dynamics.py",11296,0,"",python,selection_keyboard +10056,17776811,"train_dynamics.py",11296,0," ",python,content +10057,17776811,"train_dynamics.py",11297,0,"",python,selection_keyboard +10058,17776901,"train_dynamics.py",11297,0,"d",python,content +10059,17776901,"train_dynamics.py",11298,0,"",python,selection_keyboard +10060,17777096,"train_dynamics.py",11298,0,"i",python,content +10061,17777096,"train_dynamics.py",11299,0,"",python,selection_keyboard +10062,17777122,"train_dynamics.py",11299,0,"s",python,content +10063,17777122,"train_dynamics.py",11300,0,"",python,selection_keyboard +10064,17777359,"train_dynamics.py",11300,0,"c",python,content +10065,17777359,"train_dynamics.py",11301,0,"",python,selection_keyboard +10066,17777788,"train_dynamics.py",11301,0,"r",python,content +10067,17777788,"train_dynamics.py",11302,0,"",python,selection_keyboard +10068,17777827,"train_dynamics.py",11302,0,"e",python,content +10069,17777827,"train_dynamics.py",11303,0,"",python,selection_keyboard +10070,17777993,"train_dynamics.py",11303,0,"p",python,content +10071,17777993,"train_dynamics.py",11304,0,"",python,selection_keyboard +10072,17778141,"train_dynamics.py",11304,0,"a",python,content +10073,17778142,"train_dynamics.py",11305,0,"",python,selection_keyboard +10074,17778189,"train_dynamics.py",11305,0,"n",python,content +10075,17778190,"train_dynamics.py",11306,0,"",python,selection_keyboard +10076,17778325,"train_dynamics.py",11306,0,"c",python,content +10077,17778326,"train_dynamics.py",11307,0,"",python,selection_keyboard +10078,17778408,"train_dynamics.py",11307,0,"y",python,content +10079,17778409,"train_dynamics.py",11308,0,"",python,selection_keyboard +10080,17778517,"train_dynamics.py",11308,0," ",python,content +10081,17778518,"train_dynamics.py",11309,0,"",python,selection_keyboard +10082,17778636,"train_dynamics.py",11309,0,"b",python,content +10083,17778636,"train_dynamics.py",11310,0,"",python,selection_keyboard +10084,17778677,"train_dynamics.py",11310,0,"e",python,content +10085,17778678,"train_dynamics.py",11311,0,"",python,selection_keyboard +10086,17778788,"train_dynamics.py",11311,0,"t",python,content +10087,17778788,"train_dynamics.py",11312,0,"",python,selection_keyboard +10088,17778946,"train_dynamics.py",11312,0,"w",python,content +10089,17778946,"train_dynamics.py",11313,0,"",python,selection_keyboard +10090,17779008,"train_dynamics.py",11313,0,"e",python,content +10091,17779008,"train_dynamics.py",11314,0,"",python,selection_keyboard +10092,17779156,"train_dynamics.py",11314,0,"e",python,content +10093,17779157,"train_dynamics.py",11315,0,"",python,selection_keyboard +10094,17779241,"train_dynamics.py",11315,0,"n",python,content +10095,17779241,"train_dynamics.py",11316,0,"",python,selection_keyboard +10096,17779308,"train_dynamics.py",11316,0," ",python,content +10097,17779309,"train_dynamics.py",11317,0,"",python,selection_keyboard +10098,17781580,"train_dynamics.py",11317,0,"f",python,content +10099,17781580,"train_dynamics.py",11318,0,"",python,selection_keyboard +10100,17781638,"train_dynamics.py",11318,0,"l",python,content +10101,17781639,"train_dynamics.py",11319,0,"",python,selection_keyboard +10102,17781671,"train_dynamics.py",11319,0,"a",python,content +10103,17781671,"train_dynamics.py",11320,0,"",python,selection_keyboard +10104,17781840,"train_dynamics.py",11320,0,"x",python,content +10105,17781840,"train_dynamics.py",11321,0,"",python,selection_keyboard +10106,17781924,"train_dynamics.py",11321,0,"n",python,content +10107,17781924,"train_dynamics.py",11322,0,"",python,selection_keyboard +10108,17782198,"train_dynamics.py",11321,1,"",python,content +10109,17782354,"train_dynamics.py",11321,0,".",python,content +10110,17782354,"train_dynamics.py",11322,0,"",python,selection_keyboard +10111,17782545,"train_dynamics.py",11322,0,"n",python,content +10112,17782545,"train_dynamics.py",11323,0,"",python,selection_keyboard +10113,17782795,"train_dynamics.py",11323,0,"x",python,content +10114,17782795,"train_dynamics.py",11324,0,"",python,selection_keyboard +10115,17783055,"train_dynamics.py",11323,1,"",python,content +10116,17783190,"train_dynamics.py",11323,0,"n",python,content +10117,17783191,"train_dynamics.py",11324,0,"",python,selection_keyboard +10118,17783237,"train_dynamics.py",11324,0,"x",python,content +10119,17783237,"train_dynamics.py",11325,0,"",python,selection_keyboard +10120,17783355,"train_dynamics.py",11325,0,"'",python,content +10121,17783355,"train_dynamics.py",11326,0,"",python,selection_keyboard +10122,17783454,"train_dynamics.py",11326,0," ",python,content +10123,17783454,"train_dynamics.py",11327,0,"",python,selection_keyboard +10124,17784320,"train_dynamics.py",11327,0,"s",python,content +10125,17784320,"train_dynamics.py",11328,0,"",python,selection_keyboard +10126,17784428,"train_dynamics.py",11328,0,"a",python,content +10127,17784428,"train_dynamics.py",11329,0,"",python,selection_keyboard +10128,17784520,"train_dynamics.py",11329,0,"v",python,content +10129,17784520,"train_dynamics.py",11330,0,"",python,selection_keyboard +10130,17784607,"train_dynamics.py",11330,0,"e",python,content +10131,17784608,"train_dynamics.py",11331,0,"",python,selection_keyboard +10132,17784757,"train_dynamics.py",11331,0," ",python,content +10133,17784757,"train_dynamics.py",11332,0,"",python,selection_keyboard +10134,17785157,"train_dynamics.py",11332,0,"a",python,content +10135,17785157,"train_dynamics.py",11333,0,"",python,selection_keyboard +10136,17785261,"train_dynamics.py",11333,0,"n",python,content +10137,17785262,"train_dynamics.py",11334,0,"",python,selection_keyboard +10138,17785322,"train_dynamics.py",11334,0,"d",python,content +10139,17785323,"train_dynamics.py",11335,0,"",python,selection_keyboard +10140,17785373,"train_dynamics.py",11335,0," ",python,content +10141,17785374,"train_dynamics.py",11336,0,"",python,selection_keyboard +10142,17785514,"train_dynamics.py",11336,0,"r",python,content +10143,17785514,"train_dynamics.py",11337,0,"",python,selection_keyboard +10144,17785556,"train_dynamics.py",11337,0,"e",python,content +10145,17785556,"train_dynamics.py",11338,0,"",python,selection_keyboard +10146,17785606,"train_dynamics.py",11338,0,"s",python,content +10147,17785607,"train_dynamics.py",11339,0,"",python,selection_keyboard +10148,17785706,"train_dynamics.py",11339,0,"t",python,content +10149,17785706,"train_dynamics.py",11340,0,"",python,selection_keyboard +10150,17785788,"train_dynamics.py",11340,0,"o",python,content +10151,17785789,"train_dynamics.py",11341,0,"",python,selection_keyboard +10152,17785860,"train_dynamics.py",11341,0,"r",python,content +10153,17785860,"train_dynamics.py",11342,0,"",python,selection_keyboard +10154,17785906,"train_dynamics.py",11342,0,"e",python,content +10155,17785906,"train_dynamics.py",11343,0,"",python,selection_keyboard +10156,17786242,"train_dynamics.py",11342,0,"",python,selection_command +10157,17786389,"train_dynamics.py",11229,0,"",python,selection_command +10158,17787305,"train_dynamics.py",11237,0,"",python,selection_command +10159,17787557,"train_dynamics.py",11239,0,"",python,selection_command +10160,17787572,"train_dynamics.py",11243,0,"",python,selection_command +10161,17787602,"train_dynamics.py",11245,0,"",python,selection_command +10162,17787636,"train_dynamics.py",11248,0,"",python,selection_command +10163,17787671,"train_dynamics.py",11253,0,"",python,selection_command +10164,17787708,"train_dynamics.py",11256,0,"",python,selection_command +10165,17787738,"train_dynamics.py",11263,0,"",python,selection_command +10166,17787773,"train_dynamics.py",11267,0,"",python,selection_command +10167,17787805,"train_dynamics.py",11277,0,"",python,selection_command +10168,17787839,"train_dynamics.py",11280,0,"",python,selection_command +10169,17787873,"train_dynamics.py",11288,0,"",python,selection_command +10170,17787908,"train_dynamics.py",11292,0,"",python,selection_command +10171,17787941,"train_dynamics.py",11295,0,"",python,selection_command +10172,17787974,"train_dynamics.py",11297,0,"",python,selection_command +10173,17788008,"train_dynamics.py",11309,0,"",python,selection_command +10174,17788241,"train_dynamics.py",11317,0,"",python,selection_command +10175,17788397,"train_dynamics.py",11321,0,"",python,selection_command +10176,17788551,"train_dynamics.py",11322,0,"",python,selection_command +10177,17788828,"train_dynamics.py",11323,0,"",python,selection_command +10178,17788978,"train_dynamics.py",11324,0,"",python,selection_command +10179,17789111,"train_dynamics.py",11325,0,"",python,selection_command +10180,17789224,"train_dynamics.py",11325,1,"",python,content +10181,17789450,"train_dynamics.py",11229,0,"",python,selection_command +10182,17792043,"train_dynamics.py",11237,0,"",python,selection_command +10183,17792364,"train_dynamics.py",11342,0,"",python,selection_command +10184,17793239,"train_dynamics.py",11342,0,"\n ",python,content +10185,17793985,"train_dynamics.py",11351,0,"#",python,content +10186,17793985,"train_dynamics.py",11352,0,"",python,selection_keyboard +10187,17794042,"train_dynamics.py",11352,0," ",python,content +10188,17794042,"train_dynamics.py",11353,0,"",python,selection_keyboard +10189,17794274,"train_dynamics.py",11353,0,"i",python,content +10190,17794275,"train_dynamics.py",11354,0,"",python,selection_keyboard +10191,17794347,"train_dynamics.py",11354,0,"n",python,content +10192,17794347,"train_dynamics.py",11355,0,"",python,selection_keyboard +10193,17794829,"train_dynamics.py",11355,0," ",python,content +10194,17794830,"train_dynamics.py",11356,0,"",python,selection_keyboard +10195,17794923,"train_dynamics.py",11356,0,"t",python,content +10196,17794923,"train_dynamics.py",11357,0,"",python,selection_keyboard +10197,17795028,"train_dynamics.py",11357,0,"e",python,content +10198,17795028,"train_dynamics.py",11358,0,"",python,selection_keyboard +10199,17795104,"train_dynamics.py",11358,0,"r",python,content +10200,17795104,"train_dynamics.py",11359,0,"",python,selection_keyboard +10201,17795170,"train_dynamics.py",11359,0,"m",python,content +10202,17795171,"train_dynamics.py",11360,0,"",python,selection_keyboard +10203,17795271,"train_dynamics.py",11360,0,"s",python,content +10204,17795271,"train_dynamics.py",11361,0,"",python,selection_keyboard +10205,17795336,"train_dynamics.py",11361,0," ",python,content +10206,17795336,"train_dynamics.py",11362,0,"",python,selection_keyboard +10207,17795464,"train_dynamics.py",11362,0,"o",python,content +10208,17795465,"train_dynamics.py",11363,0,"",python,selection_keyboard +10209,17795523,"train_dynamics.py",11363,0,"f",python,content +10210,17795523,"train_dynamics.py",11364,0,"",python,selection_keyboard +10211,17795592,"train_dynamics.py",11364,0," ",python,content +10212,17795593,"train_dynamics.py",11365,0,"",python,selection_keyboard +10213,17797923,"train_dynamics.py",11365,0,"l",python,content +10214,17797923,"train_dynamics.py",11366,0,"",python,selection_keyboard +10215,17798073,"train_dynamics.py",11366,0,"a",python,content +10216,17798074,"train_dynamics.py",11367,0,"",python,selection_keyboard +10217,17798966,"train_dynamics.py",11365,2,"",python,content +10218,17799195,"train_dynamics.py",11365,0,"u",python,content +10219,17799195,"train_dynamics.py",11366,0,"",python,selection_keyboard +10220,17799223,"train_dynamics.py",11366,0,"n",python,content +10221,17799223,"train_dynamics.py",11367,0,"",python,selection_keyboard +10222,17799373,"train_dynamics.py",11367,0,"u",python,content +10223,17799373,"train_dynamics.py",11368,0,"",python,selection_keyboard +10224,17799473,"train_dynamics.py",11368,0,"s",python,content +10225,17799473,"train_dynamics.py",11369,0,"",python,selection_keyboard +10226,17799540,"train_dynamics.py",11369,0,"u",python,content +10227,17799540,"train_dynamics.py",11370,0,"",python,selection_keyboard +10228,17799659,"train_dynamics.py",11370,0,"e",python,content +10229,17799659,"train_dynamics.py",11371,0,"",python,selection_keyboard +10230,17799797,"train_dynamics.py",11371,0,"d",python,content +10231,17799797,"train_dynamics.py",11372,0,"",python,selection_keyboard +10232,17799886,"train_dynamics.py",11372,0," ",python,content +10233,17799886,"train_dynamics.py",11373,0,"",python,selection_keyboard +10234,17800707,"train_dynamics.py",11373,0,"m",python,content +10235,17800708,"train_dynamics.py",11374,0,"",python,selection_keyboard +10236,17800741,"train_dynamics.py",11374,0,"o",python,content +10237,17800741,"train_dynamics.py",11375,0,"",python,selection_keyboard +10238,17800819,"train_dynamics.py",11375,0,"d",python,content +10239,17800820,"train_dynamics.py",11376,0,"",python,selection_keyboard +10240,17800920,"train_dynamics.py",11376,0,"u",python,content +10241,17800920,"train_dynamics.py",11377,0,"",python,selection_keyboard +10242,17801037,"train_dynamics.py",11377,0,"l",python,content +10243,17801038,"train_dynamics.py",11378,0,"",python,selection_keyboard +10244,17801086,"train_dynamics.py",11378,0,"e",python,content +10245,17801087,"train_dynamics.py",11379,0,"",python,selection_keyboard +10246,17801141,"train_dynamics.py",11379,0,"s",python,content +10247,17801142,"train_dynamics.py",11380,0,"",python,selection_keyboard +10248,17801236,"train_dynamics.py",11380,0,".",python,content +10249,17801237,"train_dynamics.py",11381,0,"",python,selection_keyboard +10250,17801376,"train_dynamics.py",11380,0,"",python,selection_command +10251,17801725,"train_dynamics.py",11343,0,"",python,selection_command +10252,17802851,"train_dynamics.py",11380,1,"",python,content +10253,17802851,"train_dynamics.py",11369,1,"",python,content +10254,17803774,"train_dynamics.py",11229,0,"",python,selection_command +10255,17805290,"train_dynamics.py",11237,0,"",python,selection_command +10256,17805540,"train_dynamics.py",11239,0,"",python,selection_command +10257,17805569,"train_dynamics.py",11243,0,"",python,selection_command +10258,17805596,"train_dynamics.py",11245,0,"",python,selection_command +10259,17805626,"train_dynamics.py",11248,0,"",python,selection_command +10260,17805660,"train_dynamics.py",11253,0,"",python,selection_command +10261,17805693,"train_dynamics.py",11256,0,"",python,selection_command +10262,17805727,"train_dynamics.py",11263,0,"",python,selection_command +10263,17805761,"train_dynamics.py",11267,0,"",python,selection_command +10264,17805795,"train_dynamics.py",11277,0,"",python,selection_command +10265,17805829,"train_dynamics.py",11280,0,"",python,selection_command +10266,17805862,"train_dynamics.py",11288,0,"",python,selection_command +10267,17805896,"train_dynamics.py",11292,0,"",python,selection_command +10268,17805929,"train_dynamics.py",11295,0,"",python,selection_command +10269,17805963,"train_dynamics.py",11297,0,"",python,selection_command +10270,17805996,"train_dynamics.py",11309,0,"",python,selection_command +10271,17806030,"train_dynamics.py",11317,0,"",python,selection_command +10272,17806069,"train_dynamics.py",11321,0,"",python,selection_command +10273,17806102,"train_dynamics.py",11322,0,"",python,selection_command +10274,17806134,"train_dynamics.py",11326,0,"",python,selection_command +10275,17806167,"train_dynamics.py",11331,0,"",python,selection_command +10276,17806200,"train_dynamics.py",11335,0,"",python,selection_command +10277,17806236,"train_dynamics.py",11351,0,"",python,selection_command +10278,17806268,"train_dynamics.py",11353,0,"",python,selection_command +10279,17806301,"train_dynamics.py",11356,0,"",python,selection_command +10280,17806334,"train_dynamics.py",11362,0,"",python,selection_command +10281,17807015,"train_dynamics.py",11343,0,"",python,selection_command +10282,18364793,"train_dynamics.py",11380,0,"",python,selection_command +10283,18377241,"train_dynamics.py",11343,0,"",python,selection_command +10284,18377665,"train_dynamics.py",11343,37,"",python,content +10285,18377695,"train_dynamics.py",11351,0,"",python,selection_command +10286,18377797,"train_dynamics.py",11237,0,"",python,selection_command +10287,18377899,"train_dynamics.py",11239,0,"",python,selection_command +10288,18378068,"train_dynamics.py",11243,0,"",python,selection_command +10289,18378345,"train_dynamics.py",11245,0,"",python,selection_command +10290,18379984,"train_dynamics.py",11295,47,"",python,content +10291,18380878,"train_dynamics.py",11295,0,"a",python,content +10292,18380878,"train_dynamics.py",11296,0,"",python,selection_keyboard +10293,18380974,"train_dynamics.py",11296,0," ",python,content +10294,18380974,"train_dynamics.py",11297,0,"",python,selection_keyboard +10295,18381151,"train_dynamics.py",11297,0,"b",python,content +10296,18381152,"train_dynamics.py",11298,0,"",python,selection_keyboard +10297,18381153,"train_dynamics.py",11298,0,"u",python,content +10298,18381153,"train_dynamics.py",11299,0,"",python,selection_keyboard +10299,18381226,"train_dynamics.py",11299,0,"g",python,content +10300,18381226,"train_dynamics.py",11300,0,"",python,selection_keyboard +10301,18381301,"train_dynamics.py",11300,0," ",python,content +10302,18381302,"train_dynamics.py",11301,0,"",python,selection_keyboard +10303,18381795,"train_dynamics.py",11301,0,"in flax.nnx",python,content +10304,18382086,"train_dynamics.py",11311,0,"",python,selection_command +10305,18382723,"train_dynamics.py",11229,0,"",python,selection_command +10306,18387648,"train_dynamics.py",0,0,"",python,tab +10307,18387648,"train_dynamics.py",10443,0,"",python,selection_command +10308,18393800,"train_dynamics.py",11384,0,"",python,selection_mouse +10309,18393800,"train_dynamics.py",11383,0,"",python,selection_command +10310,18395187,"train_dynamics.py",0,0,"",python,tab +10311,18702133,"train_dynamics.py",11329,0,"",python,selection_mouse +10312,18702591,"train_dynamics.py",11313,45," del optimizer.model.tokenizer.vq.drop",python,selection_command +10313,18702903,"train_dynamics.py",11329,0,"",python,selection_command +10314,18761005,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nPYTHONUNBUFFERED=1 python sample.py \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +10315,18799822,"experiments/sample.sh",232,0,"",shellscript,selection_command +10316,18799976,"experiments/sample.sh",252,0,"",shellscript,selection_command +10317,18800317,"experiments/sample.sh",236,0,"",shellscript,selection_command +10318,18929825,"experiments/sample.sh",215,0,"",shellscript,selection_command +10319,18930067,"experiments/sample.sh",177,0,"",shellscript,selection_command +10320,18930255,"experiments/sample.sh",133,0,"",shellscript,selection_command +10321,18930553,"experiments/sample.sh",177,0,"",shellscript,selection_command +10322,18930690,"experiments/sample.sh",177,1,"P",shellscript,selection_command +10323,18930748,"experiments/sample.sh",177,16,"PYTHONUNBUFFERED",shellscript,selection_command +10324,18930900,"experiments/sample.sh",177,17,"PYTHONUNBUFFERED=",shellscript,selection_command +10325,18931935,"experiments/sample.sh",177,18,"PYTHONUNBUFFERED=1",shellscript,selection_command +10326,18932690,"experiments/sample.sh",177,18,"",shellscript,content +10327,18932895,"experiments/sample.sh",177,0,"s",shellscript,content +10328,18932895,"experiments/sample.sh",178,0,"",shellscript,selection_keyboard +10329,18932986,"experiments/sample.sh",178,0,"r",shellscript,content +10330,18932986,"experiments/sample.sh",179,0,"",shellscript,selection_keyboard +10331,18933035,"experiments/sample.sh",179,0,"u",shellscript,content +10332,18933035,"experiments/sample.sh",180,0,"",shellscript,selection_keyboard +10333,18933098,"experiments/sample.sh",180,0,"n",shellscript,content +10334,18933098,"experiments/sample.sh",181,0,"",shellscript,selection_keyboard +10335,18933252,"experiments/sample.sh",180,0,"",shellscript,selection_command +10336,18938299,"experiments/sample.sh",204,0,"",shellscript,selection_command +10337,18938554,"experiments/sample.sh",225,0,"",shellscript,selection_command +10338,18938574,"experiments/sample.sh",243,0,"",shellscript,selection_command +10339,18938602,"experiments/sample.sh",265,0,"",shellscript,selection_command +10340,18938636,"experiments/sample.sh",294,0,"",shellscript,selection_command +10341,18939960,"experiments/sample.sh",291,0,"",shellscript,selection_command +10342,18942373,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\nrngs = nnx.Rngs(rng)\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n)\n\nhandler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n)\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n)\ncheckpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n)\ncheckpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n)\n\ndummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\ndummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\nabstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\nabstract_optimizer_state = nnx.state(abstract_optimizer)\nrestored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\nrestored_optimizer_state = restored[""model_state""]\nnnx.update(dummy_optimizer, restored_optimizer_state)\n\n# --- Define sampling function ---\n@nnx.jit\ndef _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n """"""Convenience wrapper that prepares inputs and invokes the jitted sampling fn.""""""\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\naction_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = jnp.mean(pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]))\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, : args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +10343,19068171,"experiments/sample.sh",0,0,"",shellscript,tab +10344,19070605,"experiments/sample.sh",262,0,"",shellscript,selection_command +10345,19070849,"experiments/sample.sh",240,0,"",shellscript,selection_command +10346,19070864,"experiments/sample.sh",222,0,"",shellscript,selection_command +10347,19070894,"experiments/sample.sh",201,0,"",shellscript,selection_command +10348,19071187,"experiments/sample.sh",177,0,"",shellscript,selection_command +10349,19071343,"experiments/sample.sh",133,0,"",shellscript,selection_command +10350,19071638,"experiments/sample.sh",177,0,"",shellscript,selection_command +10351,19071802,"experiments/sample.sh",201,0,"",shellscript,selection_command +10352,19073061,"experiments/sample.sh",205,0,"",shellscript,selection_command +10353,19073311,"experiments/sample.sh",207,0,"",shellscript,selection_command +10354,19073334,"experiments/sample.sh",218,0,"",shellscript,selection_command +10355,19073365,"experiments/sample.sh",220,0,"",shellscript,selection_command +10356,19073520,"experiments/sample.sh",226,0,"",shellscript,selection_command +10357,19073831,"experiments/sample.sh",228,0,"",shellscript,selection_command +10358,19073831,"experiments/sample.sh",236,0,"",shellscript,selection_command +10359,19073832,"experiments/sample.sh",238,0,"",shellscript,selection_command +10360,19074119,"experiments/sample.sh",244,0,"",shellscript,selection_command +10361,19074371,"experiments/sample.sh",246,0,"",shellscript,selection_command +10362,19074396,"experiments/sample.sh",258,0,"",shellscript,selection_command +10363,19074427,"experiments/sample.sh",260,0,"",shellscript,selection_command +10364,19074462,"experiments/sample.sh",266,0,"",shellscript,selection_command +10365,19074547,"experiments/sample.sh",268,0,"",shellscript,selection_command +10366,19074547,"experiments/sample.sh",279,0,"",shellscript,selection_command +10367,19074571,"experiments/sample.sh",280,0,"",shellscript,selection_command +10368,19074594,"experiments/sample.sh",289,0,"",shellscript,selection_command +10369,19074626,"experiments/sample.sh",295,0,"",shellscript,selection_command +10370,19074660,"experiments/sample.sh",297,0,"",shellscript,selection_command +10371,19074694,"experiments/sample.sh",306,0,"",shellscript,selection_command +10372,19074727,"experiments/sample.sh",307,0,"",shellscript,selection_command +10373,19074760,"experiments/sample.sh",314,0,"",shellscript,selection_command +10374,19259194,"sample.py",0,0,"",python,tab +10375,19260616,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\nrngs = nnx.Rngs(rng)\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n)\n\nhandler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n)\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n)\ncheckpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n)\ncheckpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n)\n\ndummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\ndummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\nabstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\nabstract_optimizer_state = nnx.state(abstract_optimizer)\nrestored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\nrestored_optimizer_state = restored[""model_state""]\nnnx.update(dummy_optimizer, restored_optimizer_state)\n\n# --- Define sampling function ---\n@nnx.jit\ndef _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n """"""Convenience wrapper that prepares inputs and invokes the jitted sampling fn.""""""\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\naction_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = jnp.mean(pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]))\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, : args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +10376,19260617,"/fast/home/franz.srambical/jafar/sample.py",4804,0,"",python,selection_command +10377,19264752,"sample.py",0,0,"",python,tab +10378,19275258,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +10379,19275258,"/fast/home/franz.srambical/jafar/sample.py",4804,0,"",python,selection_command +10380,19277674,"sample.py",0,0,"",python,tab +10381,19282623,"sample.py",4804,0,"",python,selection_command +10382,19283966,"sample.py",4816,0,"",python,selection_command +10383,19284018,"sample.py",4818,0,"",python,selection_command +10384,19284293,"sample.py",4822,0,"",python,selection_command +10385,19284490,"sample.py",4823,0,"",python,selection_command +10386,19284584,"sample.py",4827,0,"",python,selection_command +10387,19284747,"sample.py",4828,0,"",python,selection_command +10388,19288926,"experiments/sample.sh",0,0,"",shellscript,tab +10389,19289957,"experiments/sample.sh",285,0,"",shellscript,selection_command +10390,19290210,"experiments/sample.sh",260,0,"",shellscript,selection_command +10391,19290233,"experiments/sample.sh",238,0,"",shellscript,selection_command +10392,19290264,"experiments/sample.sh",220,0,"",shellscript,selection_command +10393,19290298,"experiments/sample.sh",199,0,"",shellscript,selection_command +10394,19290332,"experiments/sample.sh",156,0,"",shellscript,selection_command +10395,19290366,"experiments/sample.sh",132,0,"",shellscript,selection_command +10396,19290399,"experiments/sample.sh",89,0,"",shellscript,selection_command +10397,19290595,"experiments/sample.sh",50,0,"",shellscript,selection_command +10398,19294097,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +10399,19295367,"experiments/sample.sh",0,0,"",shellscript,tab +10400,19296034,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +10401,19411796,"experiments/sample.sh",0,0,"",shellscript,tab +10402,19412686,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +10403,19413549,"sample.py",0,0,"",python,tab +10404,19414734,"sample.py",4802,0,"",python,selection_command +10405,19414983,"sample.py",4800,0,"",python,selection_command +10406,19415011,"sample.py",4778,0,"",python,selection_command +10407,19415043,"sample.py",4752,0,"",python,selection_command +10408,19415071,"sample.py",4733,0,"",python,selection_command +10409,19415101,"sample.py",4708,0,"",python,selection_command +10410,19415134,"sample.py",4686,0,"",python,selection_command +10411,19415167,"sample.py",4663,0,"",python,selection_command +10412,19415204,"sample.py",4642,0,"",python,selection_command +10413,19415233,"sample.py",4624,0,"",python,selection_command +10414,19415267,"sample.py",4597,0,"",python,selection_command +10415,19415300,"sample.py",4571,0,"",python,selection_command +10416,19415344,"sample.py",4560,0,"",python,selection_command +10417,19415377,"sample.py",4521,0,"",python,selection_command +10418,19415404,"sample.py",4486,0,"",python,selection_command +10419,19415434,"sample.py",4460,0,"",python,selection_command +10420,19415471,"sample.py",4426,0,"",python,selection_command +10421,19415500,"sample.py",4401,0,"",python,selection_command +10422,19415534,"sample.py",4400,0,"",python,selection_command +10423,19415567,"sample.py",4398,0,"",python,selection_command +10424,19415600,"sample.py",4352,0,"",python,selection_command +10425,19415644,"sample.py",4284,0,"",python,selection_command +10426,19415677,"sample.py",4246,0,"",python,selection_command +10427,19415704,"sample.py",4197,0,"",python,selection_command +10428,19416581,"sample.py",4110,0,"",python,selection_command +10429,19417883,"sample.py",4197,0,"",python,selection_command +10430,19418136,"sample.py",4246,0,"",python,selection_command +10431,19418163,"sample.py",4284,0,"",python,selection_command +10432,19418193,"sample.py",4352,0,"",python,selection_command +10433,19418253,"sample.py",4398,0,"",python,selection_command +10434,19418255,"sample.py",4400,0,"",python,selection_command +10435,19418288,"sample.py",4401,0,"",python,selection_command +10436,19418321,"sample.py",4426,0,"",python,selection_command +10437,19418355,"sample.py",4460,0,"",python,selection_command +10438,19418394,"sample.py",4486,0,"",python,selection_command +10439,19418427,"sample.py",4521,0,"",python,selection_command +10440,19418459,"sample.py",4560,0,"",python,selection_command +10441,19418631,"sample.py",4521,0,"",python,selection_command +10442,19418810,"sample.py",4486,0,"",python,selection_command +10443,19418950,"sample.py",4460,0,"",python,selection_command +10444,19419119,"sample.py",4486,0,"",python,selection_command +10445,19419349,"sample.py",4460,0,"",python,selection_command +10446,19419772,"sample.py",4486,0,"",python,selection_command +10447,19420020,"sample.py",4521,0,"",python,selection_command +10448,19420045,"sample.py",4560,0,"",python,selection_command +10449,19420077,"sample.py",4571,0,"",python,selection_command +10450,19420111,"sample.py",4597,0,"",python,selection_command +10451,19420144,"sample.py",4624,0,"",python,selection_command +10452,19420177,"sample.py",4642,0,"",python,selection_command +10453,19420209,"sample.py",4663,0,"",python,selection_command +10454,19420244,"sample.py",4686,0,"",python,selection_command +10455,19420278,"sample.py",4708,0,"",python,selection_command +10456,19420309,"sample.py",4733,0,"",python,selection_command +10457,19420343,"sample.py",4752,0,"",python,selection_command +10458,19420377,"sample.py",4778,0,"",python,selection_command +10459,19420409,"sample.py",4800,0,"",python,selection_command +10460,19420444,"sample.py",4802,0,"",python,selection_command +10461,19420475,"sample.py",4828,0,"",python,selection_command +10462,19420564,"sample.py",4802,0,"",python,selection_command +10463,19420831,"sample.py",4800,0,"",python,selection_command +10464,19420853,"sample.py",4778,0,"",python,selection_command +10465,19420884,"sample.py",4752,0,"",python,selection_command +10466,19420916,"sample.py",4733,0,"",python,selection_command +10467,19420971,"sample.py",4708,0,"",python,selection_command +10468,19420984,"sample.py",4686,0,"",python,selection_command +10469,19421019,"sample.py",4663,0,"",python,selection_command +10470,19421143,"sample.py",4642,0,"",python,selection_command +10471,19421408,"sample.py",4624,0,"",python,selection_command +10472,19421782,"sample.py",4597,0,"",python,selection_command +10473,19422719,"sample.py",4624,0,"",python,selection_command +10474,19422968,"sample.py",4642,0,"",python,selection_command +10475,19422996,"sample.py",4663,0,"",python,selection_command +10476,19423021,"sample.py",4686,0,"",python,selection_command +10477,19423052,"sample.py",4708,0,"",python,selection_command +10478,19423165,"sample.py",4733,0,"",python,selection_command +10479,19423355,"sample.py",4752,0,"",python,selection_command +10480,19423773,"sample.py",4751,0,"",python,selection_command +10481,19428079,"sample.py",4751,1,"1",python,content +10482,19437403,"sample.py",4751,1,"8",python,content +10483,19438253,"sample.py",4770,0,"",python,selection_command +10484,19438370,"sample.py",4778,0,"",python,selection_command +10485,19438468,"sample.py",4779,0,"",python,selection_command +10486,19442233,"train_dynamics.py",0,0,"",python,tab +10487,19443949,"train_dynamics.py",445,0,"",python,selection_command +10488,19444168,"train_dynamics.py",9696,0,"",python,selection_command +10489,19446519,"sample.py",0,0,"",python,tab +10490,19449682,"sample.py",4779,1,"0",python,content +10491,19498807,"TERMINAL",0,0," return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with. warnings.warn(2025-07-25 16:22:58.570793: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory2025-07-25 16:22:58.583791: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryTraceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)Traceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)2025-07-25 16:22:58.786439: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryTraceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)2025-07-25 16:23:00.095031: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryTraceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 174, in video_batch = next(iter(dataloader)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__ result_record = next(self._iterator) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context yield from it File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 784, in __next__ raise element File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 607, in _process_elements_in_grain_pool with GrainPool( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 422, in __init__ parallel.run_in_parallel( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/core/parallel.py"", line 70, in run_in_parallel raise completed.exception() File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/concurrent/futures/thread.py"", line 58, in run result = self.fn(*self.args, **self.kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 423, in function=lambda child_process: child_process.start(), File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 121, in start self._popen = self._Popen(self) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/context.py"", line 288, in _Popen return Popen(process_obj) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/popen_spawn_posix.py"", line 32, in __init__ super().__init__(process_obj) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/popen_fork.py"", line 19, in __init__ self._launch(process_obj) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/popen_spawn_posix.py"", line 42, in _launch prep_data = spawn.get_preparation_data(process_obj._name) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 154, in get_preparation_data _check_not_importing_main() File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 134, in _check_not_importing_main raise RuntimeError('''RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you are not using fork to start your child processes and you have forgotten to use the proper idiom in the main module: if __name__ == '__main__': freeze_support() ... The ""freeze_support()"" line can be omitted if the program is not going to be frozen to produce an executable.(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with. warnings.warn(E0725 16:24:15.264406 1600031 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.264473 1600031 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.E0725 16:24:15.267300 1600031 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.267338 1600031 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.E0725 16:24:15.269648 1600037 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.269799 1600037 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.E0725 16:24:15.272470 1600037 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.278304 1600037 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryE0725 16:24:15.397122 1600031 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.404450 1600031 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.E0725 16:24:15.407978 1600031 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.408150 1600031 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)jaxlib._jax.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.E0725 16:24:15.478617 1600037 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.493273 1600037 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.E0725 16:24:15.497270 1600037 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERRORE0725 16:24:15.497309 1600037 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)jaxlib._jax.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryjax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryERROR:absl:Processing Failed. Shutting down./fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with. warnings.warn(/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with. warnings.warn(2025-07-25 16:24:37.987107: W external/xla/xla/tsl/framework/bfc_allocator.cc:501] Allocator (GPU_0_bfc) ran out of memory trying to allocate 4.88MiB (rounded to 5120000)requested by op If the cause is memory fragmentation maybe the environment variable 'TF_GPU_ALLOCATOR=cuda_malloc_async' will improve the situation. Current allocation summary follows.Current allocation summary follows.2025-07-25 16:24:37.987805: W external/xla/xla/tsl/framework/bfc_allocator.cc:512] *******x********************************************************************************************E0725 16:24:37.987942 1600038 pjrt_stream_executor_client.cc:2916] Execution of replica 0 failed: RESOURCE_EXHAUSTED: Out of memory while trying to allocate 5120000 bytes. [tf-allocator-allocation-error='']Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 68, in genie = Genie( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__ return _graph_node_meta_call(cls, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call cls._object_meta_construct(node, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct self.__init__(*args, **kwargs) File ""/fast/home/franz.srambical/jafar/genie.py"", line 94, in __init__ self.lam = LatentActionModel( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__ return _graph_node_meta_call(cls, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call cls._object_meta_construct(node, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct self.__init__(*args, **kwargs) File ""/fast/home/franz.srambical/jafar/models/lam.py"", line 83, in __init__ self.decoder = STTransformer( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__ return _graph_node_meta_call(cls, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call cls._object_meta_construct(node, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct self.__init__(*args, **kwargs) File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 191, in __init__ STBlock( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__ return _graph_node_meta_call(cls, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call cls._object_meta_construct(node, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct self.__init__(*args, **kwargs) File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 51, in __init__ self.spatial_pos_enc = PositionalEncoding(self.dim) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__ return _graph_node_meta_call(cls, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ^Csrun: interrupt (one more within 1 sec to abort)srun: StepId=13885.1 task 0: running^Csrun: sending Ctrl-C to StepId=13885.1srun: forcing job terminationsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.[2025-07-25T16:32:05.412] error: *** STEP 13885.1 ON hai003 CANCELLED AT 2025-07-25T16:32:05 DUE to SIGNAL Killed ***^Csrun: sending Ctrl-C to StepId=13885.1srun: job abort in progress(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with. warnings.warn(jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory2025-07-25 16:32:55.422761: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryTraceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)2025-07-25 16:32:55.572021: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory2025-07-25 16:32:55.575094: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryTraceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)Traceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)2025-07-25 16:32:55.985487: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memoryTraceback (most recent call last): File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends backend = _init_backend(platform) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend backend = registration.factory() File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory return xla_client.make_c_api_client(plugin_name, updated_options, None) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client return _xla.get_c_api_client(plugin_name, options, distributed_client)jaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDADuring handling of the above exception, another exception occurred:jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.The above exception was the direct cause of the following exception:Traceback (most recent call last): File """", line 1, in File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main prepare(preparation_data) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path return _run_module_code(code, init_globals, run_name, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code exec(code, run_globals) File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in rng = jax.random.PRNGKey(args.seed) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey return _return_prng_keys(True, _key('PRNGKey', seed, impl)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key return prng.random_seed(seed, impl=impl) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed seeds_arr = jnp.asarray(np.int64(seeds)) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray return array(a, dtype=dtype, copy=bool(copy), order=order, device=device) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array out_array: Array = lax._convert_element_type( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type return convert_element_type_p.bind( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind return self._true_bind(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind return self.bind_with_trace(prev_trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace return trace.process_primitive(self, args, params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive return primitive.impl(*args, **params) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive outs = fun(*args)RuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)^Csrun: interrupt (one more within 1 sec to abort)srun: StepId=13885.2 task 0: running^Csrun: sending Ctrl-C to StepId=13885.2srun: forcing job terminationsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.[2025-07-25T16:33:04.884] error: *** STEP 13885.2 ON hai003 CANCELLED AT 2025-07-25T16:33:04 DUE to SIGNAL Killed ***^Csrun: sending Ctrl-C to StepId=13885.2srun: job abort in progress(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ^C(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ nvidia-smi Fri Jul 25 16:33:07 2025 +-----------------------------------------------------------------------------------------+| NVIDIA-SMI 570.124.06 Driver Version: 570.124.06 CUDA Version: 12.8 ||-----------------------------------------+------------------------+----------------------+| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC || Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. || | | MIG M. ||=========================================+========================+======================|| 0 NVIDIA H100 80GB HBM3 On | 00000000:19:00.0 Off | 0 || N/A 42C P0 128W / 700W | 1MiB / 81559MiB | 0% Default || | | Disabled |+-----------------------------------------+------------------------+----------------------+ +-----------------------------------------------------------------------------------------+| Processes: || GPU GI CI PID Type Process name GPU Memory || ID ID Usage ||=========================================================================================|| No running processes found |+-----------------------------------------------------------------------------------------+(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ exitexitsalloc: Relinquishing job allocation 13885",,terminal_command +10492,19504423,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +10493,19504475,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 13888\r\n",,terminal_output +10494,19504558,"TERMINAL",0,0,"salloc: Nodes hai003 are ready for job\r\n",,terminal_output +10495,19504923,"TERMINAL",0,0,"Running inside SLURM, Job ID 13888.\r\n",,terminal_output +10496,19504975,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10497,19505378,"TERMINAL",0,0,"exit",,terminal_output +10498,19505637,"TERMINAL",0,0,"nvidia-smi ",,terminal_output +10499,19506066,"TERMINAL",0,0,"[16@bash experiments/sample.sh",,terminal_output +10500,19506563,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10501,19508306,"sample.py",0,0,"",python,selection_command +10502,19511719,"sample.py",280,0,"",python,selection_command +10503,19512063,"sample.py",586,0,"",python,selection_command +10504,19512226,"sample.py",1005,0,"",python,selection_command +10505,19513280,"sample.py",1428,0,"",python,selection_command +10506,19513578,"sample.py",2344,0,"",python,selection_command +10507,19514113,"sample.py",3186,0,"",python,selection_command +10508,19514876,"sample.py",4226,0,"",python,selection_command +10509,19516617,"sample.py",5130,0,"",python,selection_command +10510,19517469,"sample.py",6325,0,"",python,selection_command +10511,19518012,"sample.py",5432,0,"",python,selection_command +10512,19518076,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10513,19518342,"sample.py",4401,0,"",python,selection_command +10514,19518744,"sample.py",3405,0,"",python,selection_command +10515,19519342,"sample.py",2501,0,"",python,selection_command +10516,19520287,"sample.py",1489,0,"",python,selection_command +10517,19520621,"sample.py",713,0,"",python,selection_command +10518,19521336,"sample.py",70,0,"",python,selection_command +10519,19525007,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\nrngs = nnx.Rngs(rng)\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n)\n\nhandler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n)\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n)\ncheckpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n)\ncheckpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n)\n\ndummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\ndummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\nabstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\nabstract_optimizer_state = nnx.state(abstract_optimizer)\nrestored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\nrestored_optimizer_state = restored[""model_state""]\nnnx.update(dummy_optimizer, restored_optimizer_state)\n\n# --- Define sampling function ---\n@nnx.jit\ndef _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n """"""Convenience wrapper that prepares inputs and invokes the jitted sampling fn.""""""\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\naction_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = jnp.mean(pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]))\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, : args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +10520,19525007,"sample.py",56,0,"",python,selection_command +10521,19566697,"sample.py",0,0,"",python,tab +10522,19585706,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\nE0725 16:34:35.755152 1608320 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.755807 1608320 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.758557 1608320 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.758763 1608313 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.758880 1608313 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.761502 1608313 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.761664 1608320 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.768299 1608313 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.803020 1608316 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.803079 1608316 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.805701 1608316 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.805737 1608316 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\n",,terminal_output +10523,19585884,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\nE0725 16:34:35.886870 1608313 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.892340 1608320 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.900095 1608320 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.903998 1608320 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.904183 1608313 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.908239 1608313 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.908427 1608320 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.909975 1608313 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\njaxlib._jax.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\njaxlib._jax.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.\r\nE0725 16:34:35.947059 1608316 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.947210 1608316 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0725 16:34:35.950816 1608316 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0725 16:34:35.950959 1608316 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\njaxlib._jax.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.\r\n",,terminal_output +10524,19587692,"TERMINAL",0,0,"ERROR:absl:Processing Failed. Shutting down.\r\n",,terminal_output +10525,19591292,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 64, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +10526,19596773,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10527,19598644,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 174, in \r\n video_batch = next(iter(dataloader))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__\r\n result_record = next(self._iterator)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context\r\n yield from it\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 784, in __next__\r\n raise element\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 616, in _process_elements_in_grain_pool\r\n for element in g_pool:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 505, in __next__\r\n raise RuntimeError(\r\nRuntimeError: Grain worker process 0 was terminated unexpectedly with exit code 1. Search the logs above for the source of the crash.\r\n",,terminal_output +10528,19599407,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10529,19649941,"sample.py",1452,0,"\n# Initialize distributed computing\njax.distributed.initialize()\n\n",python,content +10530,19661445,"sample.py",280,0,"",python,selection_mouse +10531,19661778,"sample.py",586,0,"",python,selection_command +10532,19662008,"sample.py",1005,0,"",python,selection_command +10533,19662347,"sample.py",1428,0,"",python,selection_command +10534,19662557,"sample.py",1713,0,"",python,selection_command +10535,19664373,"sample.py",1452,0,"",python,selection_mouse +10536,19665481,"sample.py",1453,0,"",python,selection_command +10537,19665826,"sample.py",1453,35,"",python,content +10538,19666501,"sample.py",1898,0,"",python,selection_command +10539,19666719,"sample.py",2415,0,"",python,selection_command +10540,19666953,"sample.py",2890,0,"",python,selection_command +10541,19667300,"sample.py",3266,0,"",python,selection_command +10542,19667515,"sample.py",3796,0,"",python,selection_command +10543,19667830,"sample.py",4295,0,"",python,selection_command +10544,19668130,"sample.py",4700,0,"",python,selection_command +10545,19668454,"sample.py",5215,0,"",python,selection_command +10546,19668749,"sample.py",5880,0,"",python,selection_command +10547,19669036,"sample.py",6356,0,"",python,selection_command +10548,19669854,"sample.py",5974,0,"",python,selection_command +10549,19670087,"sample.py",5298,0,"",python,selection_command +10550,19670114,"sample.py",4723,0,"",python,selection_command +10551,19670147,"sample.py",4363,0,"",python,selection_command +10552,19670181,"sample.py",3870,0,"",python,selection_command +10553,19670220,"sample.py",3267,0,"",python,selection_command +10554,19670962,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10555,19671040,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10556,19671257,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10557,19682925,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10558,19706489,"TERMINAL",0,0,"2025-07-25 16:36:36.583075: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n2025-07-25 16:36:36.584218: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:36.584489: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 16:36:36.584675: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10559,19707164,"TERMINAL",0,0,"2025-07-25 16:36:37.240655: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n2025-07-25 16:36:37.240884: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.241172: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 16:36:37.241458: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10560,19707319,"TERMINAL",0,0,"2025-07-25 16:36:37.332668: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n2025-07-25 16:36:37.332865: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.333133: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 16:36:37.333400: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.334182: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.334338: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.336580: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.336714: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.338865: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.339000: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.350269: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.350413: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.380791: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.380936: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.414625: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.414773: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.419618: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.419753: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10561,19707461,"TERMINAL",0,0,"2025-07-25 16:36:37.555997: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.556226: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.560669: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.560822: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10562,19707532,"TERMINAL",0,0,"2025-07-25 16:36:37.629767: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:37.629951: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10563,19708942,"TERMINAL",0,0,"2025-07-25 16:36:39.037126: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:39.037352: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10564,19712750,"TERMINAL",0,0,"2025-07-25 16:36:42.755058: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 16:36:42.755634: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: Failed to send RPC to coordination service. Either the leader task was preempted/died/restarted unexpectedly or this task is experiencing network issues. Check earlier logs from 1) this task, 2) the leader (usually slice 0 task 0), and 3) cluster scheduler to debug further.\r\nAdditional GRPC error information from remote target coordination_service while calling /tensorflow.CoordinationService/PollForError:\r\n:{""created"":""@1753454202.754901620"",""description"":""Error received from peer ipv4:10.86.2.30:63040"",""file"":""external/com_github_grpc_grpc/src/core/lib/surface/call.cc"",""file_line"":1056,""grpc_message"":""Socket closed"",""grpc_status"":14}\r\n2025-07-25 16:36:42.759778: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n2025-07-25 16:36:42.759939: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.760212: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 16:36:42.760510: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.771715: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.771864: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.802178: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.802335: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.835983: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.836113: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.840902: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.841021: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.849029: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.849180: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10565,19712887,"TERMINAL",0,0,"2025-07-25 16:36:42.977160: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.977383: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.981805: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:42.981957: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10566,19712955,"TERMINAL",0,0,"2025-07-25 16:36:43.050849: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:43.051019: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10567,19713634,"TERMINAL",0,0,"2025-07-25 16:36:43.704846: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends\r\n backend = _init_backend(platform)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend\r\n backend = registration.factory()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 528, in factory\r\n return xla_client.make_c_api_client(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client\r\n return _xla.get_c_api_client(plugin_name, options, distributed_client)\r\njaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDA\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 67, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)\r\n",,terminal_output +10568,19714360,"TERMINAL",0,0,"2025-07-25 16:36:44.458146: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:44.458311: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10569,19717098,"TERMINAL",0,0,"2025-07-25 16:36:47.166441: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:47.166478: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10570,19717913,"TERMINAL",0,0,"2025-07-25 16:36:48.011069: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 16:36:48.011175: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: Failed to send RPC to coordination service. Either the leader task was preempted/died/restarted unexpectedly or this task is experiencing network issues. Check earlier logs from 1) this task, 2) the leader (usually slice 0 task 0), and 3) cluster scheduler to debug further.\r\nAdditional GRPC error information from remote target coordination_service while calling /tensorflow.CoordinationService/PollForError:\r\n:{""created"":""@1753454208.010965219"",""description"":""Error received from peer ipv4:10.86.2.30:63040"",""file"":""external/com_github_grpc_grpc/src/core/lib/surface/call.cc"",""file_line"":1056,""grpc_message"":""Connection reset by peer"",""grpc_status"":14}\r\n",,terminal_output +10571,19718183,"TERMINAL",0,0,"2025-07-25 16:36:48.279339: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:48.279577: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10572,19722501,"TERMINAL",0,0,"2025-07-25 16:36:52.596811: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:52.596846: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10573,19727784,"TERMINAL",0,0,"2025-07-25 16:36:57.880796: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:36:57.880826: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10574,19733214,"TERMINAL",0,0,"2025-07-25 16:37:03.311052: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:03.311071: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10575,19734321,"TERMINAL",0,0,"2025-07-25 16:37:04.337651: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.337855: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.349225: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.349395: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.379858: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.380079: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.413956: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.414176: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.419087: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.419206: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10576,19734458,"TERMINAL",0,0,"2025-07-25 16:37:04.555473: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 16:37:04.555623: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10577,19735467,"TERMINAL",0,0,"srun: error: hai003: task 0: Aborted (core dumped)\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10578,20673865,"sample.py",3328,0,"",python,selection_command +10579,20673997,"sample.py",3385,0,"",python,selection_command +10580,20678207,"sample.py",1453,0,"# Initialize distributed computing\n",python,content +10581,20683581,"sample.py",1453,35,"",python,content +10582,20683629,"sample.py",1453,0,"# Set JAX to use CPU if no CUDA devices are available\nimport os\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""cpu""\n\n# Initialize distributed computing\n",python,content +10583,20693980,"sample.py",1453,180,"",python,content +10584,20694021,"sample.py",1453,0,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""cpu""\n\n# Initialize distributed computing\n",python,content +10585,20704028,"sample.py",1492,0,"",python,selection_mouse +10586,20735551,"sample.py",1453,54,"",python,content +10587,20735861,"sample.py",1493,0,"",python,selection_command +10588,20736669,"sample.py",1453,0,"",python,selection_command +10589,20737089,"sample.py",1453,40,"",python,content +10590,20737112,"sample.py",1457,0,"",python,selection_command +10591,20737737,"sample.py",1453,0,"if not os.environ.get(""JAX_PLATFORMS""):\n",python,content +10592,20737744,"sample.py",1453,0,"",python,selection_command +10593,20737912,"sample.py",1453,80,"are available\n",python,content +10594,20737915,"sample.py",1465,0,"",python,selection_command +10595,20739248,"sample.py",1453,14,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""c",python,content +10596,20739260,"sample.py",1492,0,"",python,selection_command +10597,20742137,"sample.py",1453,53,"# Set JAX to use CPU if no CUDA devices are available",python,selection_command +10598,20742318,"sample.py",1453,93,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):",python,selection_command +10599,20742483,"sample.py",1453,130,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""c",python,selection_command +10600,20742613,"sample.py",1453,165,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""c\n# Initialize distributed computing",python,selection_command +10601,20742991,"sample.py",1453,166,"",python,content +10602,20746329,"sample.py",1452,0,"",python,selection_command +10603,20746593,"sample.py",1453,0,"",python,selection_command +10604,20747952,"sample.py",1453,0,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""c\n# Initialize distributed computing\n",python,content +10605,20747954,"sample.py",1492,0,"",python,selection_command +10606,20752385,"sample.py",1453,53,"# Set JAX to use CPU if no CUDA devices are available",python,selection_command +10607,20752430,"sample.py",1492,0,"",python,selection_command +10608,20752731,"sample.py",1545,0,"",python,selection_command +10609,20753215,"sample.py",1492,0,"",python,selection_command +10610,20753534,"sample.py",1453,53,"# Set JAX to use CPU if no CUDA devices are available",python,selection_command +10611,20753884,"sample.py",1453,93,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):",python,selection_command +10612,20754066,"sample.py",1453,130,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""c",python,selection_command +10613,20754176,"sample.py",1453,165,"# Set JAX to use CPU if no CUDA devices are available\nif not os.environ.get(""JAX_PLATFORMS""):\n os.environ[""JAX_PLATFORMS""] = ""c\n# Initialize distributed computing",python,selection_command +10614,20755412,"sample.py",1453,166,"",python,content +10615,21302426,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10616,21303396,"sample.py",1893,0,"",python,selection_mouse +10617,21303402,"sample.py",1892,0,"",python,selection_command +10618,21307174,"sample.py",1518,0,"",python,selection_mouse +10619,21307177,"sample.py",1517,0,"",python,selection_command +10620,21309591,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +10621,21309840,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10622,21321635,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10623,21332260,"TERMINAL",0,0,"2025-07-25 17:03:42.356814: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n2025-07-25 17:03:42.356928: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.357123: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 17:03:42.357348: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10624,21332488,"TERMINAL",0,0,"2025-07-25 17:03:42.495986: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n2025-07-25 17:03:42.496148: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.496391: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 17:03:42.496638: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.500416: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.500555: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.503612: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.503724: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.506003: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.506108: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.517466: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.517568: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.547947: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.548063: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.581745: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.581851: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.586705: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.586814: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10625,21332631,"TERMINAL",0,0,"2025-07-25 17:03:42.722977: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.723132: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.727560: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.727686: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10626,21332702,"TERMINAL",0,0,"2025-07-25 17:03:42.796568: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.796687: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10627,21332962,"TERMINAL",0,0,"2025-07-25 17:03:42.974720: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n2025-07-25 17:03:42.974915: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.975178: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 17:03:42.975428: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.976267: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.976431: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.978733: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.978899: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.981142: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.981299: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.992648: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:42.992831: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.023245: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.023403: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.057130: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.057306: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.062187: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.062329: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10628,21333102,"TERMINAL",0,0,"2025-07-25 17:03:43.198545: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.198752: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.203176: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.203322: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10629,21333175,"TERMINAL",0,0,"2025-07-25 17:03:43.272239: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:43.272408: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10630,21334167,"TERMINAL",0,0,"2025-07-25 17:03:44.203874: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:44.204049: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 67, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 67, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +10631,21334587,"TERMINAL",0,0,"2025-07-25 17:03:44.679590: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:44.679630: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10632,21335434,"TERMINAL",0,0,"2025-07-25 17:03:45.529642: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-25 17:03:45.529885: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: Failed to send RPC to coordination service. Either the leader task was preempted/died/restarted unexpectedly or this task is experiencing network issues. Check earlier logs from 1) this task, 2) the leader (usually slice 0 task 0), and 3) cluster scheduler to debug further.\r\nAdditional GRPC error information from remote target coordination_service while calling /tensorflow.CoordinationService/PollForError:\r\n:{""created"":""@1753455825.529535287"",""description"":""Error received from peer ipv4:10.86.2.30:63040"",""file"":""external/com_github_grpc_grpc/src/core/lib/surface/call.cc"",""file_line"":1056,""grpc_message"":""Connection reset by peer"",""grpc_status"":14}\r\n",,terminal_output +10633,21337922,"TERMINAL",0,0,"2025-07-25 17:03:48.015838: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:48.015881: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10634,21338421,"TERMINAL",0,0,"2025-07-25 17:03:48.491407: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:48.491646: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10635,21342310,"TERMINAL",0,0,"2025-07-25 17:03:52.333142: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:52.333326: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10636,21342714,"TERMINAL",0,0,"2025-07-25 17:03:52.808965: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:656] /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n2025-07-25 17:03:52.809138: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect while it is already in error. ResetTask() should be called before a subsequent connect attempt. Existing error: ABORTED: /job:jax_worker/replica:0/task:0 unexpectedly tried to connect with a different incarnation. It has likely restarted. [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker'] [type.googleapis.com/tensorflow.CoordinationServiceError='\""\x0c\n\njax_worker']\r\n",,terminal_output +10637,21344513,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10638,21346942,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13888.2 task 0: running\r\n",,terminal_output +10639,21347045,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13888.2\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-25T17:03:57.146] error: *** STEP 13888.2 ON hai003 CANCELLED AT 2025-07-25T17:03:57 DUE to SIGNAL Killed ***\r\n",,terminal_output +10640,21347219,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13888.2\r\nsrun: job abort in progress\r\n",,terminal_output +10641,21347660,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10642,21348298,"TERMINAL",0,0,"nv",,terminal_output +10643,21348425,"TERMINAL",0,0,"i",,terminal_output +10644,21348518,"TERMINAL",0,0,"d",,terminal_output +10645,21348708,"TERMINAL",0,0,"ia-",,terminal_output +10646,21348821,"TERMINAL",0,0,"s",,terminal_output +10647,21348927,"TERMINAL",0,0,"mi",,terminal_output +10648,21349233,"TERMINAL",0,0," \r\n[?2004l\rFri Jul 25 17:03:59 2025 \r\n+-----------------------------------------------------------------------------------------+\r\n| NVIDIA-SMI 570.124.06 Driver Version: 570.124.06 CUDA Version: 12.8 |\r\n|-----------------------------------------+------------------------+----------------------+\r\n| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |\r\n| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |\r\n| | | MIG M. |\r\n|=========================================+========================+======================|\r\n| 0 NVIDIA H100 80GB HBM3 On | 00000000:19:00.0 Off | 0 |\r\n| N/A 41C P0 129W / 700W | 1MiB / 81559MiB | 0% Default |\r\n| | | Disabled |\r\n+-----------------------------------------+------------------------+----------------------+\r\n \r\n+-----------------------------------------------------------------------------------------+\r\n| Processes: |\r\n| GPU GI CI PID Type Process name GPU Memory |\r\n| ID ID Usage |\r\n|=========================================================================================|\r\n| No running processes found |\r\n+-----------------------------------------------------------------------------------------+\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10649,21351224,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10650,21352244,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +10651,21352379,"TERMINAL",0,0,"[28@b': bash experiments/sample.sh\r",,terminal_output +10652,21352462,"TERMINAL",0,0,"s': sacctmgr show qos format=name,priority,maxtresperuser,grptres,maxjobs,maxsubmitjobs",,terminal_output +10653,21352519,"TERMINAL",0,0,"\rfailed reverse-i-search)`bsa': sacctmgr show qos format=name,priority,maxtresperuser,grptres,maxjobs,maxsubmitjobs",,terminal_output +10654,21353236,"TERMINAL",0,0,"\rreverse-i-search)`bs': sacctmgr show qos format=name,priority,maxtresperuser,grptres,maxjobs,maxsubmitjobs,maxtime",,terminal_output +10655,21353332,"TERMINAL",0,0,"\r': sacctmgr show qos format=name,priority,maxtresperuser,grptres,maxjobs,maxsubmitjobs,maxtime",,terminal_output +10656,21353848,"TERMINAL",0,0,"\ra': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""\rs': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +10657,21354809,"TERMINAL",0,0,"\rh': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +10658,21355086,"TERMINAL",0,0,"\rbash experiments/tokenizer_grain_checkpointing.sh \r",,terminal_output +10659,21355417,"TERMINAL",0,0,"\r[24@[franz.srambical@hai003.haicore.berlin:~/jafar] $ bashexit",,terminal_output +10660,21355857,"TERMINAL",0,0,"scontrol show job 13211. ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""\rsqueue -u $USERacctmgr show qos format=name,maxtresperuserqueue",,terminal_output +10661,21355918,"TERMINAL",0,0,"acctmgr show user franz.srambical format=qos,defaultqos,cluster,account",,terminal_output +10662,21356467,"TERMINAL",0,0,"\r ",,terminal_output +10663,21356738,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +10664,21357100,"TERMINAL",0,0,"b': sacctmgr show user franz.srambical format=qos,defaultqos,cluster,account",,terminal_output +10665,21357188,"TERMINAL",0,0,"\ra': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""\rs': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +10666,21357269,"TERMINAL",0,0,"\rh': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +10667,21357778,"TERMINAL",0,0,"\rbash experiments/tokenizer_grain_checkpointing.sh \r",,terminal_output +10668,21358568,"TERMINAL",0,0,"\r[24@[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash",,terminal_output +10669,21359420,"TERMINAL",0,0,"\r(reverse-i-search)`': bash experiments/tokenizer_grain_checkpointing.sh ",,terminal_output +10670,21360056,"TERMINAL",0,0,"\r[28@[franz.srambical@hai003.haicore.berlin:~/jafar] $",,terminal_output +10671,21360663,"TERMINAL",0,0,"",,terminal_output +10672,21361103,"TERMINAL",0,0,"",,terminal_output +10673,21361295,"TERMINAL",0,0,"",,terminal_output +10674,21361627,"TERMINAL",0,0,"",,terminal_output +10675,21361723,"TERMINAL",0,0,"",,terminal_output +10676,21361904,"TERMINAL",0,0,"",,terminal_output +10677,21361989,"TERMINAL",0,0,"",,terminal_output +10678,21362342,"TERMINAL",0,0,"",,terminal_output +10679,21362543,"TERMINAL",0,0,"dy",,terminal_output +10680,21362676,"TERMINAL",0,0,"n",,terminal_output +10681,21362763,"TERMINAL",0,0,"amics_grain_",,terminal_output +10682,21363200,"TERMINAL",0,0,"g",,terminal_output +10683,21363508,"TERMINAL",0,0,"",,terminal_output +10684,21363635,"TERMINAL",0,0,"t",,terminal_output +10685,21363915,"TERMINAL",0,0,"ok_",,terminal_output +10686,21364132,"TERMINAL",0,0,"r",,terminal_output +10687,21364306,"TERMINAL",0,0,"e",,terminal_output +10688,21364439,"TERMINAL",0,0,"store.sh ",,terminal_output +10689,21364666,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10690,21369160,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +10691,21369884,"sample.py",1519,0,"",python,selection_command +10692,21370208,"sample.py",1550,0,"",python,selection_command +10693,21370209,"sample.py",1571,0,"",python,selection_command +10694,21370209,"sample.py",1586,0,"",python,selection_command +10695,21370362,"sample.py",1602,0,"",python,selection_command +10696,21370546,"sample.py",1634,0,"",python,selection_command +10697,21370797,"sample.py",1670,0,"",python,selection_command +10698,21370821,"sample.py",1708,0,"",python,selection_command +10699,21370856,"sample.py",1754,0,"",python,selection_command +10700,21370888,"sample.py",1798,0,"",python,selection_command +10701,21370916,"sample.py",1840,0,"",python,selection_command +10702,21370951,"sample.py",1876,0,"",python,selection_command +10703,21371112,"sample.py",1840,0,"",python,selection_command +10704,21371360,"sample.py",1798,0,"",python,selection_command +10705,21371388,"sample.py",1754,0,"",python,selection_command +10706,21371420,"sample.py",1708,0,"",python,selection_command +10707,21371454,"sample.py",1670,0,"",python,selection_command +10708,21371487,"sample.py",1634,0,"",python,selection_command +10709,21371591,"sample.py",1602,0,"",python,selection_command +10710,21371592,"sample.py",1586,0,"",python,selection_command +10711,21371592,"sample.py",1571,0,"",python,selection_command +10712,21371781,"sample.py",1550,0,"",python,selection_command +10713,21373723,"sample.py",1571,0,"",python,selection_command +10714,21374064,"sample.py",2064,0,"",python,selection_command +10715,21374505,"sample.py",2534,0,"",python,selection_command +10716,21374739,"sample.py",3028,0,"",python,selection_command +10717,21374993,"sample.py",3482,0,"",python,selection_command +10718,21375172,"sample.py",3964,0,"",python,selection_command +10719,21375332,"sample.py",4433,0,"",python,selection_command +10720,21375398,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +10721,21375582,"sample.py",4817,0,"",python,selection_command +10722,21375606,"sample.py",5464,0,"",python,selection_command +10723,21375638,"sample.py",6131,0,"",python,selection_command +10724,21375669,"sample.py",6356,0,"",python,selection_command +10725,21377789,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10726,21380074,"sample.py",0,0,"",python,tab +10727,21380077,"sample.py",1452,0,"",python,selection_command +10728,21384785,"sample.py",4810,0,"",python,selection_mouse +10729,21384956,"sample.py",4810,1,"1",python,content +10730,21385495,"TERMINAL",0,0,"Restored dataloader and model state from step 370\r\nStarting training from step 370...\r\n",,terminal_output +10731,21388861,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File """", line 1, in \r\nTraceback (most recent call last):\r\n File """", line 1, in \r\nTraceback (most recent call last):\r\n File """", line 1, in \r\nTraceback (most recent call last):\r\n File """", line 1, in \r\nTraceback (most recent call last):\r\n File """", line 1, in \r\nTraceback (most recent call last):\r\n File """", line 1, in \r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 116, in spawn_main\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n main_content = runpy.run_path(main_path,\r\n exitcode = _main(fd, parent_sentinel)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 125, in _main\r\n prepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n prepare(preparation_data) \r\n_fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n _fixup_main_from_path(data['init_main_from_path']) \r\nprepare(preparation_data)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 236, in prepare\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 8, in \r\n main_content = runpy.run_path(main_path,main_content = runpy.run_path(main_path,\r\n\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n _fixup_main_from_path(data['init_main_from_path'])\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/spawn.py"", line 287, in _fixup_main_from_path\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n import orbax.checkpoint as ocp\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py"", line 22, in \r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n return _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n main_content = runpy.run_path(main_path,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 289, in run_path\r\n _run_code(code, mod_globals, init_globals,return _run_module_code(code, init_globals, run_name,\r\n\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\nreturn _run_module_code(code, init_globals, run_name,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n from orbax.checkpoint.experimental import v1\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/__init__.py"", line 25, in \r\n exec(code, run_globals)\r\n _run_code(code, mod_globals, init_globals, File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 8, in \r\n\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n exec(code, run_globals)from orbax.checkpoint.experimental.v1 import training\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 8, in \r\n\r\n return _run_module_code(code, init_globals, run_name, File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/training.py"", line 19, in \r\n\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 96, in _run_module_code\r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n import orbax.checkpoint as ocp\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py"", line 22, in \r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 8, in \r\n import orbax.checkpoint as ocp\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py"", line 22, in \r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 8, in \r\n _run_code(code, mod_globals, init_globals,\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/runpy.py"", line 86, in _run_code\r\n from orbax.checkpoint.experimental.v1._src.training.checkpointer import (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/_src/training/checkpointer.py"", line 23, in \r\n from orbax.checkpoint.experimental import v1\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/__init__.py"", line 25, in \r\n import orbax.checkpoint as ocp\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py"", line 22, in \r\n from orbax.checkpoint.experimental import v1\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/__init__.py"", line 25, in \r\n import orbax.checkpoint as ocp\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py"", line 22, in \r\n exec(code, run_globals)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 8, in \r\n from orbax.checkpoint.experimental.v1 import training\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/training.py"", line 19, in \r\n from orbax.checkpoint.experimental import v1\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/__init__.py"", line 25, in \r\n from orbax.checkpoint import checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 32, in \r\n from orbax.checkpoint.experimental.v1 import training\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/training.py"", line 19, in \r\n import orbax.checkpoint as ocp\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py"", line 22, in \r\n from orbax.checkpoint.experimental import v1\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/__init__.py"", line 25, in \r\n from orbax.checkpoint.experimental.v1._src.training.checkpointer import (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/_src/training/checkpointer.py"", line 23, in \r\n from orbax.checkpoint.experimental.v1 import training\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/training.py"", line 19, in \r\n from orbax.checkpoint.experimental.v1._src.training.checkpointer import (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/_src/training/checkpointer.py"", line 23, in \r\n from orbax.checkpoint import abstract_checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/abstract_checkpoint_manager.py"", line 21, in \r\n from orbax.checkpoint.experimental.v1 import training\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/training.py"", line 19, in \r\n from orbax.checkpoint.experimental import v1\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/__init__.py"", line 25, in \r\n from orbax.checkpoint import checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 32, in \r\n from orbax.checkpoint.experimental.v1._src.training.checkpointer import (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/_src/training/checkpointer.py"", line 23, in \r\n from orbax.checkpoint import checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 32, in \r\n from orbax.checkpoint.experimental.v1._src.training.checkpointer import (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/_src/training/checkpointer.py"", line 23, in \r\n from orbax.checkpoint.experimental.v1 import training\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/training.py"", line 19, in \r\n from orbax.checkpoint import abstract_checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/abstract_checkpoint_manager.py"", line 21, in \r\n from orbax.checkpoint import args as args_lib\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/args.py"", line 36, in \r\n from orbax.checkpoint import checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 32, in \r\n from orbax.checkpoint import abstract_checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/abstract_checkpoint_manager.py"", line 21, in \r\n from orbax.checkpoint import checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 32, in \r\n from orbax.checkpoint.experimental.v1._src.training.checkpointer import (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/experimental/v1/_src/training/checkpointer.py"", line 23, in \r\n from orbax.checkpoint import args as args_lib\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/args.py"", line 29, in \r\n from orbax.checkpoint._src.handlers.pytree_checkpoint_handler import PyTreeRestoreArgs as PyTreeRestore\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 38, in \r\n from orbax.checkpoint import abstract_checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/abstract_checkpoint_manager.py"", line 21, in \r\n from orbax.checkpoint import args as args_lib\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/args.py"", line 31, in \r\n from orbax.checkpoint import abstract_checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/abstract_checkpoint_manager.py"", line 21, in \r\n from orbax.checkpoint import checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 32, in \r\n from orbax.checkpoint._src.handlers.array_checkpoint_handler import ArrayRestoreArgs as ArrayRestore\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/array_checkpoint_handler.py"", line 25, in \r\n from orbax.checkpoint import transform_utils\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/transform_utils.py"", line 113, in \r\n from orbax.checkpoint import args as args_lib\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/args.py"", line 36, in \r\n from orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeArgs as Composite\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 71, in \r\n from orbax.checkpoint import args as args_lib\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/args.py"", line 40, in \r\n from orbax.checkpoint import abstract_checkpoint_manager\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/abstract_checkpoint_manager.py"", line 21, in \r\n from orbax.checkpoint._src.handlers.pytree_checkpoint_handler import PyTreeRestoreArgs as PyTreeRestore\r\n File """", line 1027, in _find_and_load\r\n from orbax.checkpoint import aggregate_handlers\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/aggregate_handlers.py"", line 22, in \r\n from orbax.checkpoint._src.path import atomicity\r\n File """", line 1027, in _find_and_load\r\n class RestoreTransform(Transform):\r\nKeyboardInterrupt\r\n from orbax.checkpoint._src.handlers.random_key_checkpoint_handler import JaxRandomKeySaveArgs as JaxRandomKeySave\r\n File """", line 1027, in _find_and_load\r\n from orbax.checkpoint import args as args_lib\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/args.py"", line 38, in \r\n from orbax.checkpoint import msgpack_utils\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/msgpack_utils.py"", line 20, in \r\n from orbax.checkpoint._src.handlers.standard_checkpoint_handler import StandardRestoreArgs as StandardRestore\r\n File """", line 1027, in _find_and_load\r\n File """", line 1006, in _find_and_load_unlocked\r\n File """", line 1006, in _find_and_load_unlocked\r\n File """", line 1002, in _find_and_load_unlocked\r\n import msgpack\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/msgpack/__init__.py"", line 15, in \r\n File """", line 688, in _load_unlocked\r\n File """", line 688, in _load_unlocked\r\n from ._cmsgpack import Packer, Unpacker, unpackb\r\nKeyboardInterrupt\r\n File """", line 1002, in _find_and_load_unlocked\r\n File """", line 879, in exec_module\r\n File """", line 879, in exec_module\r\n File """", line 945, in _find_spec\r\n File """", line 975, in get_code\r\n File """", line 945, in _find_spec\r\n File """", line 975, in get_code\r\n File """", line 1439, in find_spec\r\n File """", line 1074, in get_data\r\n File """", line 1439, in find_spec\r\n File """", line 1074, in get_data\r\n File """", line 1411, in _get_spec\r\nKeyboardInterrupt\r\nKeyboardInterrupt\r\n File """", line 1411, in _get_spec\r\n File """", line 1577, in find_spec\r\n File """", line 1577, in find_spec\r\n File """", line 161, in _path_isfile\r\n File """", line 161, in _path_isfile\r\n File """", line 153, in _path_is_mode_type\r\n File """", line 153, in _path_is_mode_type\r\n File """", line 147, in _path_stat\r\n File """", line 147, in _path_stat\r\nKeyboardInterrupt\r\nKeyboardInterrupt\r\n",,terminal_output +10732,21388999,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context\r\n yield from it\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 780, in __next__\r\n element = multiprocessing_common.get_element_from_queue(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 68, in get_element_from_queue\r\n return elements_queue.get(timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/queue.py"", line 180, in get\r\n self.not_empty.wait(remaining)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 324, in wait\r\n gotit = waiter.acquire(True, timeout)\r\nKeyboardInterrupt\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 336, in \r\n for videos in dataloader:\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 333, in \r\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__\r\n result_record = next(self._iterator)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 379, in _iterator_with_context\r\n with iterator as it:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 752, in __exit__\r\n self.stop_prefetch()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 739, in stop_prefetch\r\n self._reader_thread.join()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1096, in join\r\n self._wait_for_tstate_lock()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1116, in _wait_for_tstate_lock\r\n if lock.acquire(block, timeout):\r\nKeyboardInterrupt\r\n",,terminal_output +10733,21389168,"TERMINAL",0,0,"^C",,terminal_output +10734,21389319,"TERMINAL",0,0,"^C",,terminal_output +10735,21389533,"TERMINAL",0,0,"^C\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10736,21391656,"sample.py",0,0,"",python,tab +10737,21391656,"sample.py",56,0,"",python,selection_command +10738,21416520,"sample.py",0,0,"",python,tab +10739,21416522,"sample.py",1452,0,"",python,selection_command +10740,21422367,"train_dynamics.py",0,0,"",python,tab +10741,21423061,"train_dynamics.py",0,0,"",python,selection_command +10742,21423458,"train_dynamics.py",710,0,"",python,selection_command +10743,21423879,"train_dynamics.py",1598,0,"",python,selection_command +10744,21425250,"train_dynamics.py",0,0,"",python,selection_command +10745,21425865,"sample.py",0,0,"",python,tab +10746,21429521,"train_dynamics.py",0,0,"",python,tab +10747,21430195,"train_dynamics.py",710,0,"",python,selection_command +10748,21430591,"train_dynamics.py",1598,0,"",python,selection_command +10749,21431504,"train_dynamics.py",1626,0,"",python,selection_command +10750,21431746,"train_dynamics.py",1653,0,"",python,selection_command +10751,21431782,"train_dynamics.py",1682,0,"",python,selection_command +10752,21431809,"train_dynamics.py",1697,0,"",python,selection_command +10753,21431847,"train_dynamics.py",1721,0,"",python,selection_command +10754,21431883,"train_dynamics.py",1750,0,"",python,selection_command +10755,21432127,"train_dynamics.py",2583,0,"",python,selection_command +10756,21432624,"train_dynamics.py",4060,0,"",python,selection_command +10757,21434438,"train_dynamics.py",4115,0,"",python,selection_command +10758,21434678,"train_dynamics.py",4125,0,"",python,selection_command +10759,21434708,"train_dynamics.py",4165,0,"",python,selection_command +10760,21435655,"sample.py",0,0,"",python,tab +10761,21436681,"sample.py",1453,0,"",python,selection_command +10762,21436843,"sample.py",1482,0,"",python,selection_command +10763,21437408,"sample.py",1453,0,"",python,selection_command +10764,21438252,"sample.py",1482,0,"",python,selection_command +10765,21439340,"sample.py",1453,0,"",python,selection_command +10766,21442433,"sample.py",1452,0,"\n",python,content +10767,21442771,"sample.py",1453,0,"i",python,content +10768,21442771,"sample.py",1454,0,"",python,selection_keyboard +10769,21442829,"sample.py",1454,0,"f",python,content +10770,21442829,"sample.py",1455,0,"",python,selection_keyboard +10771,21442960,"sample.py",1455,0," ",python,content +10772,21442961,"sample.py",1456,0,"",python,selection_keyboard +10773,21444342,"sample.py",1456,0,"_",python,content +10774,21444343,"sample.py",1457,0,"",python,selection_keyboard +10775,21444426,"sample.py",1457,0,"_",python,content +10776,21444426,"sample.py",1458,0,"",python,selection_keyboard +10777,21445256,"sample.py",1459,0," ",python,content +10778,21445256,"sample.py",1458,0,"name__ == ""__main__"":",python,content +10779,21445578,"sample.py",1478,0,"",python,selection_command +10780,21445941,"sample.py",1505,0,"",python,selection_command +10781,21447041,"sample.py",1513,0,"",python,selection_command +10782,21448247,"sample.py",1539,0,"",python,selection_command +10783,21448864,"sample.py",1514,35,"rng = jax.random.PRNGKey(args.seed)",python,selection_command +10784,21449248,"sample.py",1514,4873,"rng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\nrngs = nnx.Rngs(rng)\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n)\n\nhandler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n)\nhandler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n)\ncheckpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n)\ncheckpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n)\n\ndummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\ndummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\nabstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\nabstract_optimizer_state = nnx.state(abstract_optimizer)\nrestored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\nrestored_optimizer_state = restored[""model_state""]\nnnx.update(dummy_optimizer, restored_optimizer_state)\n\n# --- Define sampling function ---\n@nnx.jit\ndef _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n """"""Convenience wrapper that prepares inputs and invokes the jitted sampling fn.""""""\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\naction_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = jnp.mean(pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]))\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, : args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,selection_command +10785,21449816,"sample.py",6385,0," ",python,content +10786,21449816,"sample.py",6373,4," ",python,content +10787,21449816,"sample.py",6355,4," ",python,content +10788,21449816,"sample.py",6327,4," ",python,content +10789,21449816,"sample.py",6308,4," ",python,content +10790,21449816,"sample.py",6271,4," ",python,content +10791,21449816,"sample.py",6257,0," ",python,content +10792,21449816,"sample.py",6204,8," ",python,content +10793,21449816,"sample.py",6154,8," ",python,content +10794,21449816,"sample.py",6113,8," ",python,content +10795,21449816,"sample.py",6068,4," ",python,content +10796,21449816,"sample.py",6040,4," ",python,content +10797,21449816,"sample.py",6005,0," ",python,content +10798,21449816,"sample.py",5911,0," ",python,content +10799,21449816,"sample.py",5863,0," ",python,content +10800,21449816,"sample.py",5842,0," ",python,content +10801,21449816,"sample.py",5763,0," ",python,content +10802,21449816,"sample.py",5729,0," ",python,content +10803,21449816,"sample.py",5676,0," ",python,content +10804,21449816,"sample.py",5615,0," ",python,content +10805,21449816,"sample.py",5572,0," ",python,content +10806,21449816,"sample.py",5521,0," ",python,content +10807,21449816,"sample.py",5495,0," ",python,content +10808,21449816,"sample.py",5471,0," ",python,content +10809,21449816,"sample.py",5380,0," ",python,content +10810,21449816,"sample.py",5329,0," ",python,content +10811,21449816,"sample.py",5246,0," ",python,content +10812,21449816,"sample.py",5192,0," ",python,content +10813,21449816,"sample.py",5158,0," ",python,content +10814,21449816,"sample.py",5065,0," ",python,content +10815,21449816,"sample.py",4985,0," ",python,content +10816,21449816,"sample.py",4952,0," ",python,content +10817,21449816,"sample.py",4903,0," ",python,content +10818,21449816,"sample.py",4866,0," ",python,content +10819,21449816,"sample.py",4864,0," ",python,content +10820,21449816,"sample.py",4844,4," ",python,content +10821,21449816,"sample.py",4816,4," ",python,content +10822,21449816,"sample.py",4797,4," ",python,content +10823,21449816,"sample.py",4772,4," ",python,content +10824,21449816,"sample.py",4750,4," ",python,content +10825,21449816,"sample.py",4727,4," ",python,content +10826,21449816,"sample.py",4706,4," ",python,content +10827,21449816,"sample.py",4688,4," ",python,content +10828,21449816,"sample.py",4664,4," ",python,content +10829,21449816,"sample.py",4635,0," ",python,content +10830,21449817,"sample.py",4633,0," ",python,content +10831,21449817,"sample.py",4598,4," ",python,content +10832,21449817,"sample.py",4559,4," ",python,content +10833,21449817,"sample.py",4524,4," ",python,content +10834,21449817,"sample.py",4501,0," ",python,content +10835,21449817,"sample.py",4464,0," ",python,content +10836,21449817,"sample.py",4437,4," ",python,content +10837,21449817,"sample.py",4390,4," ",python,content +10838,21449817,"sample.py",4322,4," ",python,content +10839,21449817,"sample.py",4284,4," ",python,content +10840,21449817,"sample.py",4235,4," ",python,content +10841,21449817,"sample.py",4148,4," ",python,content +10842,21449817,"sample.py",4095,0," ",python,content +10843,21449817,"sample.py",4049,0," ",python,content +10844,21449817,"sample.py",4041,4," ",python,content +10845,21449817,"sample.py",4013,8," ",python,content +10846,21449817,"sample.py",3987,8," ",python,content +10847,21449817,"sample.py",3959,8," ",python,content +10848,21449817,"sample.py",3937,8," ",python,content +10849,21449817,"sample.py",3922,8," ",python,content +10850,21449817,"sample.py",3897,4," ",python,content +10851,21449817,"sample.py",3823,4," ",python,content +10852,21449817,"sample.py",3791,0," ",python,content +10853,21449817,"sample.py",3782,0," ",python,content +10854,21449817,"sample.py",3747,0," ",python,content +10855,21449817,"sample.py",3692,0," ",python,content +10856,21449817,"sample.py",3641,0," ",python,content +10857,21449817,"sample.py",3631,8," ",python,content +10858,21449817,"sample.py",3616,12," ",python,content +10859,21449817,"sample.py",3538,16," ",python,content +10860,21449817,"sample.py",3501,12," ",python,content +10861,21449817,"sample.py",3455,12," ",python,content +10862,21449817,"sample.py",3416,0," ",python,content +10863,21449817,"sample.py",3359,0," ",python,content +10864,21449817,"sample.py",3298,0," ",python,content +10865,21449817,"sample.py",3248,0," ",python,content +10866,21449817,"sample.py",3242,4," ",python,content +10867,21449817,"sample.py",3213,8," ",python,content +10868,21449817,"sample.py",3186,8," ",python,content +10869,21449817,"sample.py",3170,8," ",python,content +10870,21449817,"sample.py",3154,8," ",python,content +10871,21449817,"sample.py",3086,8," ",python,content +10872,21449817,"sample.py",3062,0," ",python,content +10873,21449817,"sample.py",3059,0," ",python,content +10874,21449817,"sample.py",3020,4," ",python,content +10875,21449817,"sample.py",2988,4," ",python,content +10876,21449817,"sample.py",2967,4," ",python,content +10877,21449817,"sample.py",2923,0," ",python,content +10878,21449817,"sample.py",2921,0," ",python,content +10879,21449817,"sample.py",2889,4," ",python,content +10880,21449817,"sample.py",2838,0," ",python,content +10881,21449817,"sample.py",2836,0," ",python,content +10882,21449817,"sample.py",2756,4," ",python,content +10883,21449817,"sample.py",2734,0," ",python,content +10884,21449817,"sample.py",2732,0," ",python,content +10885,21449817,"sample.py",2655,4," ",python,content +10886,21449817,"sample.py",2633,0," ",python,content +10887,21449817,"sample.py",2566,0," ",python,content +10888,21449817,"sample.py",2563,0," ",python,content +10889,21449817,"sample.py",2548,4," ",python,content +10890,21449817,"sample.py",2498,4," ",python,content +10891,21449817,"sample.py",2476,4," ",python,content +10892,21449817,"sample.py",2442,4," ",python,content +10893,21449817,"sample.py",2402,4," ",python,content +10894,21449817,"sample.py",2360,4," ",python,content +10895,21449817,"sample.py",2324,4," ",python,content +10896,21449817,"sample.py",2296,4," ",python,content +10897,21449817,"sample.py",2281,4," ",python,content +10898,21449817,"sample.py",2257,4," ",python,content +10899,21449817,"sample.py",2219,4," ",python,content +10900,21449817,"sample.py",2179,4," ",python,content +10901,21449817,"sample.py",2139,4," ",python,content +10902,21449817,"sample.py",2091,4," ",python,content +10903,21449817,"sample.py",2045,4," ",python,content +10904,21449817,"sample.py",2011,4," ",python,content +10905,21449817,"sample.py",1985,4," ",python,content +10906,21449817,"sample.py",1975,4," ",python,content +10907,21449817,"sample.py",1925,4," ",python,content +10908,21449817,"sample.py",1873,4," ",python,content +10909,21449817,"sample.py",1841,4," ",python,content +10910,21449817,"sample.py",1795,4," ",python,content +10911,21449817,"sample.py",1751,4," ",python,content +10912,21449817,"sample.py",1705,4," ",python,content +10913,21449817,"sample.py",1667,4," ",python,content +10914,21449817,"sample.py",1635,4," ",python,content +10915,21449817,"sample.py",1619,4," ",python,content +10916,21449817,"sample.py",1604,0," ",python,content +10917,21449817,"sample.py",1583,0," ",python,content +10918,21449817,"sample.py",1551,0," ",python,content +10919,21449817,"sample.py",1514,0," ",python,content +10920,21449826,"sample.py",1518,0,"",python,selection_command +10921,21453253,"train_dynamics.py",0,0,"",python,tab +10922,21455230,"sample.py",0,0,"",python,tab +10923,21455539,"sample.py",6927,0,"",python,selection_command +10924,21455927,"sample.py",6497,0,"",python,selection_command +10925,21456064,"sample.py",5769,0,"",python,selection_command +10926,21456689,"sample.py",5138,0,"",python,selection_command +10927,21456996,"sample.py",4726,0,"",python,selection_command +10928,21457446,"sample.py",4181,0,"",python,selection_command +10929,21457780,"sample.py",3522,0,"",python,selection_command +10930,21458291,"sample.py",3095,0,"",python,selection_command +10931,21458601,"sample.py",2596,0,"",python,selection_command +10932,21459018,"sample.py",2035,0,"",python,selection_command +10933,21459922,"sample.py",1620,0,"",python,selection_keyboard +10934,21460261,"sample.py",1595,0,"",python,selection_command +10935,21460592,"sample.py",1559,0,"",python,selection_command +10936,21460592,"sample.py",1554,0,"",python,selection_command +10937,21460673,"sample.py",1518,0,"",python,selection_command +10938,21460833,"sample.py",1513,0,"",python,selection_command +10939,21463469,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10940,21463737,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +10941,21464013,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10942,21468704,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +10943,21471454,"TERMINAL",0,0,"^C",,terminal_output +10944,21471792,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 385, in backend_compile_and_load\r\n return backend.compile_and_load(\r\njaxlib._jax.XlaRuntimeError: INTERNAL: ptxas exited with non-zero error code 2, output: \r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 168, in \r\n genie = Genie(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__\r\n return _graph_node_meta_call(cls, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call\r\n cls._object_meta_construct(node, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct\r\n self.__init__(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 78, in __init__\r\n self.tokenizer = TokenizerVQVAE(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__\r\n return _graph_node_meta_call(cls, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call\r\n cls._object_meta_construct(node, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct\r\n self.__init__(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/models/tokenizer.py"", line 44, in __init__\r\n self.encoder = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__\r\n return _graph_node_meta_call(cls, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call\r\n cls._object_meta_construct(node, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct\r\n self.__init__(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 203, in __init__\r\n self.output_dense = nnx.Linear(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 143, in __call__\r\n return _graph_node_meta_call(cls, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 152, in _graph_node_meta_call\r\n cls._object_meta_construct(node, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 146, in _object_meta_construct\r\n self.__init__(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/linear.py"", line 352, in __init__\r\n kernel_init(kernel_key, (in_features, out_features), param_dtype)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py"", line 347, in init\r\n return random.truncated_normal(key, -2, 2, shape, dtype,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 900, in truncated_normal\r\n return maybe_auto_axes(_truncated_normal, out_sharding,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n return fun(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 292, in cache_miss\r\n executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 153, in _python_pjit_helper\r\n out_flat, compiled, profiler = _pjit_call_impl_python(*args_flat, **p.params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 1855, in _pjit_call_impl_python\r\n ).compile()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 2410, in compile\r\n executable = UnloadedMeshExecutable.from_hlo(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 2952, in from_hlo\r\n xla_executable = _cached_compilation(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 2743, in _cached_compilation\r\n xla_executable = compiler.compile_or_get_cached(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 500, in compile_or_get_cached\r\n return _compile_and_write_cache(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 768, in _compile_and_write_cache\r\n executable = backend_compile_and_load(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py"", line 354, in wrapper\r\n return func(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 385, in backend_compile_and_load\r\n return backend.compile_and_load(\r\nKeyboardInterrupt\r\n^C",,terminal_output +10945,21471877,"TERMINAL",0,0,"^C",,terminal_output +10946,21472007,"TERMINAL",0,0,"\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10947,21472126,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10948,21472209,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +10949,21472551,"TERMINAL",0,0,"nvidia-smi ",,terminal_output +10950,21473262,"TERMINAL",0,0,"[16@bash experiments/sample.sh",,terminal_output +10951,21473977,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10952,21485233,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10953,21503182,"TERMINAL",0,0,"2025-07-25 17:06:33.177885: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10954,21504303,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 157, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 142, in _sampling_fn\r\n return model.sample(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 233, in sample\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 222, in generation_step_fn\r\n final_carry_maskgit, _ = scanned_maskgit_loop(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py"", line 1213, in scan_wrapper\r\n pure_args: tuple = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 62, in check_consistent_aliasing\r\n raise ValueError(\r\nValueError: Cannot extract graph node from different trace level, got Param( # 512 (2.0 KB)\r\n value=Tracedwith\r\n)\r\n",,terminal_output +10955,21504746,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +10956,21504919,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +10957,21505276,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +10958,21527827,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +10959,21527827,"/fast/home/franz.srambical/jafar/sample.py",5620,0,"",python,selection_command +10960,21530198,"/fast/home/franz.srambical/jafar/sample.py",4718,0,"",python,selection_command +10961,21533723,"/fast/home/franz.srambical/jafar/sample.py",4173,0,"",python,selection_command +10962,21535942,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +10963,21535942,"/fast/home/franz.srambical/jafar/genie.py",8390,0,"",python,selection_command +10964,21538151,"/fast/home/franz.srambical/jafar/genie.py",7902,0,"",python,selection_command +10965,21575027,"/fast/home/franz.srambical/jafar/genie.py",8043,40,"",python,content +10966,21581612,"/fast/home/franz.srambical/jafar/genie.py",8043,0," final_carry_maskgit = carry\n",python,content +10967,21581687,"/fast/home/franz.srambical/jafar/genie.py",13234,154," args=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state",python,content +10968,21581687,"/fast/home/franz.srambical/jafar/genie.py",8043,40,"",python,content +10969,21585326,"/fast/home/franz.srambical/jafar/genie.py",7961,0,"",python,selection_command +10970,21585489,"/fast/home/franz.srambical/jafar/genie.py",8029,0,"",python,selection_command +10971,21585709,"/fast/home/franz.srambical/jafar/genie.py",8043,0,"",python,selection_command +10972,21585876,"/fast/home/franz.srambical/jafar/genie.py",8055,0,"",python,selection_command +10973,21586120,"/fast/home/franz.srambical/jafar/genie.py",13194,91," args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),",python,content +10974,21586120,"/fast/home/franz.srambical/jafar/genie.py",8043,0," final_carry_maskgit = carry\n",python,content +10975,21586171,"/fast/home/franz.srambical/jafar/genie.py",14833,164," args=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state",python,content +10976,21586171,"/fast/home/franz.srambical/jafar/genie.py",13234,154," args=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state",python,content +10977,21586171,"/fast/home/franz.srambical/jafar/genie.py",8043,40,"",python,content +10978,21586220,"/fast/home/franz.srambical/jafar/genie.py",8041,0,"",python,selection_command +10979,21593106,"/fast/home/franz.srambical/jafar/genie.py",8115,0,"",python,selection_command +10980,21594411,"/fast/home/franz.srambical/jafar/genie.py",14730,93," args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),",python,content +10981,21594412,"/fast/home/franz.srambical/jafar/genie.py",13194,91," args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),",python,content +10982,21594412,"/fast/home/franz.srambical/jafar/genie.py",8043,0," final_carry_maskgit = carry\n",python,content +10983,21594473,"/fast/home/franz.srambical/jafar/genie.py",14833,164," args=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state",python,content +10984,21594473,"/fast/home/franz.srambical/jafar/genie.py",13267,121," model_state=ocp.args.PyTreeRestore(abstract_sharded_tokenizer_optimizer_state),",python,content +10985,21594473,"/fast/home/franz.srambical/jafar/genie.py",8043,40,"",python,content +10986,21595055,"/fast/home/franz.srambical/jafar/genie.py",8059,0,"",python,selection_command +10987,21595419,"/fast/home/franz.srambical/jafar/genie.py",8041,0,"",python,selection_command +10988,21596021,"/fast/home/franz.srambical/jafar/genie.py",8115,0,"",python,selection_command +10989,21596442,"/fast/home/franz.srambical/jafar/genie.py",11152,0,"",python,selection_command +10990,21596538,"/fast/home/franz.srambical/jafar/genie.py",8264,0,"",python,selection_command +10991,21597491,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,selection_command +10992,21597555,"/fast/home/franz.srambical/jafar/genie.py",8115,0,"",python,selection_command +10993,21598038,"/fast/home/franz.srambical/jafar/genie.py",8264,0,"",python,selection_command +10994,21598721,"/fast/home/franz.srambical/jafar/genie.py",8115,0,"",python,selection_command +10995,21598888,"/fast/home/franz.srambical/jafar/genie.py",14763,93," args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),",python,content +10996,21598889,"/fast/home/franz.srambical/jafar/genie.py",13227,91," model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),",python,content +10997,21598889,"/fast/home/franz.srambical/jafar/genie.py",8043,0," final_carry_maskgit = carry\n",python,content +10998,21599065,"/fast/home/franz.srambical/jafar/genie.py",14870,127," model_state=ocp.args.PyTreeRestore(abstract_sharded_lam_optimizer_state),",python,content +10999,21599065,"/fast/home/franz.srambical/jafar/genie.py",13267,121," model_state=ocp.args.PyTreeRestore(abstract_sharded_tokenizer_optimizer_state),",python,content +11000,21599065,"/fast/home/franz.srambical/jafar/genie.py",8043,40,"",python,content +11001,21599245,"/fast/home/franz.srambical/jafar/genie.py",8059,0,"",python,selection_command +11002,21599397,"/fast/home/franz.srambical/jafar/genie.py",8041,0,"",python,selection_command +11003,21599589,"/fast/home/franz.srambical/jafar/genie.py",7977,0,"",python,selection_command +11004,21599806,"/fast/home/franz.srambical/jafar/genie.py",8041,0,"",python,selection_command +11005,21600636,"/fast/home/franz.srambical/jafar/genie.py",8059,0,"",python,selection_command +11006,21602596,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +11007,21604472,"genie.py",0,0,"",python,tab +11008,21606907,"genie.py",5064,0,"",python,selection_command +11009,21608881,"genie.py",6922,0,"",python,selection_command +11010,21610257,"genie.py",6967,0,"",python,selection_command +11011,21610511,"genie.py",7073,0,"",python,selection_command +11012,21610857,"genie.py",7116,0,"",python,selection_command +11013,21611162,"genie.py",7195,0,"",python,selection_command +11014,21611491,"genie.py",7249,0,"",python,selection_command +11015,21611983,"genie.py",7827,0,"",python,selection_command +11016,21613310,"genie.py",7841,0,"",python,selection_command +11017,21613555,"genie.py",7914,0,"",python,selection_command +11018,21613589,"genie.py",7973,0,"",python,selection_command +11019,21613622,"genie.py",8041,0,"",python,selection_command +11020,21626266,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11021,21626330,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +11022,21626583,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +11023,21636930,"sample.py",0,0,"",python,tab +11024,21638191,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +11025,21655651,"TERMINAL",0,0,"2025-07-25 17:09:05.745993: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11026,21656867,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 157, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 142, in _sampling_fn\r\n return model.sample(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 232, in sample\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 222, in generation_step_fn\r\n final_carry_maskgit, _ = scanned_maskgit_loop(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py"", line 1213, in scan_wrapper\r\n pure_args: tuple = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 62, in check_consistent_aliasing\r\n raise ValueError(\r\nValueError: Cannot extract graph node from different trace level, got Param( # 512 (2.0 KB)\r\n value=Tracedwith\r\n)\r\n",,terminal_output +11027,21657303,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +11028,21657476,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +11029,21657805,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11030,21685573,"sample.py",3727,0,"",python,selection_mouse +11031,21686751,"sample.py",3720,0,"",python,selection_command +11032,21689456,"genie.py",0,0,"",python,tab +11033,21696436,"sample.py",0,0,"",python,tab +11034,21698047,"sample.py",4051,0,"",python,selection_command +11035,21698489,"sample.py",4050,0,"",python,selection_command +11036,21698713,"sample.py",4050,0,"#",python,content +11037,21698713,"sample.py",4051,0,"",python,selection_keyboard +11038,21698784,"sample.py",4051,0," ",python,content +11039,21698784,"sample.py",4052,0,"",python,selection_keyboard +11040,21699045,"sample.py",4051,0,"",python,selection_command +11041,21700860,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +11042,21701471,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +11043,21702743,"genie.py",0,0,"",python,tab +11044,21703965,"sample.py",0,0,"",python,tab +11045,21704627,"sample.py",0,0,"",python,tab +11046,21712906,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +11047,21749387,"TERMINAL",0,0,"2025-07-25 17:10:39.472781: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11048,21750845,"TERMINAL",0,0,"2025-07-25 17:10:40.938861: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11049,21754365,"TERMINAL",0,0,"2025-07-25 17:10:44.461659: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11050,21755020,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 157, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 142, in _sampling_fn\r\n return model.sample(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 232, in sample\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 222, in generation_step_fn\r\n final_carry_maskgit, _ = scanned_maskgit_loop(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py"", line 1213, in scan_wrapper\r\n pure_args: tuple = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 62, in check_consistent_aliasing\r\n raise ValueError(\r\nValueError: Cannot extract graph node from different trace level, got Param( # 512 (2.0 KB)\r\n value=Array([ 5.79902204e-04, 1.83785363e-04, -4.59459057e-04, 8.86579161e-04,\r\n -9.27979272e-05, -9.69715067e-04, -4.53975401e-04, 9.66143620e-04,\r\n 6.35958044e-04, 8.12941696e-04, -1.59645584e-04, 8.73808283e-04,\r\n 5.54829487e-04, -3.31153715e-04, -2.80674431e-04, 2.08017969e-04,\r\n 5.70197881e-04, 2.15050895e-04, 5.40059758e-04, -4.79549635e-05,\r\n -4.15008763e-05, -2.08970683e-04, -1.21672614e-03, 1.19385462e-04,\r\n 1.27799038e-04, -5.29211015e-04, 1.21446757e-03, -5.71820536e-04,\r\n 9.03176318e-04, -3.26241832e-04, 1.94552151e-04, 1.03536039e-03,\r\n -1.39086973e-04, 1.61354081e-04, -6.76629366e-04, 5.75365848e-04,\r\n -9.89008113e-04, -4.70508414e-04, 4.30073997e-04, -9.32542316e-04,\r\n 1.78392953e-03, 8.52322148e-04, 6.27272122e-04, -1.00176403e-05,\r\n -4.88205958e-04, 1.08008273e-03, -1.03389437e-03, 1.23284571e-03,\r\n -8.64696514e-04, 2.81569461e-04, 1.85537362e-03, -1.39499875e-03,\r\n 1.22260256e-03, 2.67286028e-04, 3.99140990e-04, -3.88738234e-04,\r\n 3.53423529e-04, -1.82328338e-04, -1.15320901e-03, -6.54615753e-04,\r\n 1.59805757e-04, -9.94076603e-04, -3.16731515e-04, -7.01153127e-04,\r\n 1.10227498e-03, 8.80063686e-04, -2.45422620e-04, -3.21568987e-05,\r\n -3.20224732e-04, 5.96415019e-04, 7.74631277e-04, 3.79502053e-05,\r\n -1.14807324e-03, -6.37564226e-04, 1.10084063e-03, -1.24254508e-03,\r\n -1.88223156e-03, 3.91570269e-04, 1.26973784e-04, -6.07062539e-04,\r\n 4.42030723e-04, 1.08278170e-03, -2.53870567e-05, 8.86333932e-04,\r\n -4.35208873e-04, -9.83790029e-04, 5.52977144e-04, -7.75978493e-04,\r\n 7.02897145e-04, -5.66870905e-04, -1.17189578e-04, -2.46665877e-04,\r\n 8.37000145e-04, 2.41109577e-04, -1.92638050e-04, -8.07702600e-06,\r\n -1.01163960e-03, 1.29226910e-05, 2.71586876e-04, -5.78537700e-04,\r\n 3.61651502e-04, 9.29420494e-05, -8.47803545e-04, 5.12732367e-04,\r\n 6.88695232e-04, 8.45044036e-04, -5.75123529e-04, 9.38976242e-04,\r\n 2.80764725e-05, 1.29268126e-04, -2.86230148e-04, 4.62087628e-04,\r\n 1.21393276e-03, -1.06451521e-03, -3.19257990e-04, 2.99410924e-04,\r\n 7.36906542e-04, 4.28144063e-04, -5.71604993e-04, 1.06423293e-04,\r\n -1.00667239e-03, -7.52831867e-04, -3.59850051e-03, -1.87116399e-04,\r\n -4.14791692e-04, -8.31779034e-04, -3.25797912e-04, 8.16694403e-04,\r\n -9.11948664e-05, -4.20872530e-04, -6.35586970e-04, 6.33112912e-04,\r\n -6.17303536e-04, -2.89018299e-05, -5.22513525e-04, 4.04142193e-04,\r\n 5.91298565e-04, -1.46551800e-04, -3.64537060e-04, 3.70698632e-04,\r\n -8.62165005e-04, -1.01958367e-03, 1.31774781e-04, 7.06719642e-04,\r\n 4.59892675e-04, 6.08660514e-04, 7.37728260e-04, 9.00431187e-04,\r\n 2.97220395e-04, -5.90034761e-04, 1.08272862e-03, -1.25857792e-03,\r\n 4.49936197e-04, 4.72550513e-04, -4.46944527e-04, -1.89290964e-03,\r\n 4.92720632e-04, -1.54460227e-04, -3.73741816e-04, -4.02631325e-04,\r\n 7.99135596e-04, -9.80796642e-04, 8.25236260e-04, 5.57116349e-04,\r\n -2.10288522e-06, -6.69197412e-04, -1.66126192e-05, -1.53326517e-04,\r\n -2.82244346e-05, -4.02772828e-04, -8.12421786e-04, 8.35117011e-04,\r\n -2.69911343e-05, -7.43109034e-04, -1.37779469e-04, -2.41833441e-05,\r\n -7.38260802e-04, -1.96821813e-04, -2.41502148e-05, -9.97454161e-04,\r\n 2.64732487e-04, -1.75832678e-03, 1.17485710e-04, -9.78037788e-05,\r\n 5.26464079e-04, -5.53459337e-04, 6.35085307e-05, 1.40959528e-04,\r\n -1.60802004e-03, 1.16834894e-03, -5.71387936e-04, 4.59257135e-04,\r\n -2.16942135e-04, -8.20923306e-04, -8.22454283e-04, -8.91073432e-04,\r\n 2.80208944e-04, 9.43574269e-05, 3.45775508e-04, 3.24587803e-04,\r\n 2.38559805e-04, -2.06248820e-04, 6.20714738e-04, -5.87494171e-04,\r\n 5.99128893e-04, -4.89475846e-04, -5.58521075e-04, 5.39315806e-06,\r\n -3.42503714e-04, 1.41901127e-03, -7.57163682e-04, -5.64522692e-04,\r\n -7.91520986e-04, 5.21145121e-04, 2.02408852e-03, -1.06384607e-04,\r\n -1.21695211e-03, -9.05069406e-04, -2.70358782e-04, -1.09641609e-04,\r\n -5.39235072e-04, -7.67180027e-05, -9.86311701e-04, 9.68765526e-04,\r\n -1.53652707e-03, 1.21926062e-03, 2.52706406e-04, -7.57116533e-04,\r\n 1.04164751e-03, -5.71496435e-04, 1.35344639e-03, 1.13940553e-03,\r\n 1.18351798e-03, 3.16733378e-04, -1.22747966e-04, 1.00750802e-03,\r\n 5.21870737e-04, -6.90255489e-04, 8.15491658e-04, -2.37966480e-04,\r\n -8.04664160e-04, -2.43383824e-04, 1.04590249e-03, 4.09602129e-04,\r\n 2.98886618e-04, 5.60442335e-04, -9.23424595e-05, 1.13964127e-03,\r\n 1.63377903e-03, -3.52117167e-05, -1.01013153e-04, 4.21650271e-04,\r\n -1.90464052e-05, 4.41401382e-04, 4.17727046e-04, 2.26323973e-04,\r\n 1.99855678e-03, -4.36673610e-04, 5.34953084e-04, -2.98760744e-04,\r\n 7.57532369e-04, -4.41849406e-05, 8.95082660e-04, -1.57386050e-04,\r\n 1.00758346e-03, 1.31029997e-03, 1.05182955e-03, 6.29643851e-04,\r\n 7.18104246e-04, 6.72722759e-04, 4.02423204e-04, 7.48195569e-04,\r\n 1.25203666e-03, 8.22027563e-04, 9.40077298e-04, -4.74464643e-04,\r\n -5.54924889e-04, 1.37185189e-03, -5.98437502e-04, 5.39190311e-04,\r\n -1.77317968e-04, 4.34110880e-05, 2.80075270e-04, 9.38114536e-05,\r\n -5.74664795e-04, -2.56602390e-04, -3.57944460e-04, 3.20801977e-04,\r\n -8.67931580e-04, 8.37371685e-04, 7.27320032e-04, -1.76582369e-04,\r\n 7.91078957e-04, 4.23305173e-04, 4.62880242e-04, -1.37596298e-03,\r\n -1.13309245e-03, 2.28138175e-04, -2.17030523e-04, 4.47029161e-04,\r\n -3.13183031e-04, -8.57597843e-06, -1.70763378e-04, -3.13189346e-04,\r\n 5.98123414e-04, 7.43433542e-04, -6.40252256e-04, 1.16536394e-03,\r\n 4.43872443e-04, 2.68466742e-04, -5.92972443e-04, -3.28011083e-04,\r\n -1.38441182e-03, 1.32673758e-05, -7.58231850e-04, -8.87676724e-05,\r\n 5.78527339e-04, 5.90835582e-04, 2.03411822e-04, 1.24355123e-04,\r\n 5.48458833e-04, 9.78736498e-05, -1.03728543e-03, -3.01620224e-04,\r\n -1.74664694e-03, 7.20503740e-04, 6.87097199e-04, 1.52700138e-03,\r\n -3.92811460e-04, -9.12196847e-05, -1.20099890e-03, -2.41123402e-04,\r\n 4.94409003e-04, -2.18983478e-04, -3.60000195e-05, -3.65556945e-04,\r\n 1.96742803e-05, -2.71012366e-04, -1.73564782e-04, 8.47964198e-04,\r\n 2.21183691e-05, 1.03721082e-04, 2.08908197e-04, -1.21639017e-03,\r\n 1.95942193e-04, 7.62266631e-04, 6.94759656e-04, 4.05154628e-04,\r\n -3.88813118e-04, 4.04668244e-04, -9.64264269e-04, -9.78495809e-04,\r\n 2.63609021e-04, 1.28671119e-03, 1.50890446e-06, -1.47685735e-03,\r\n -3.91801033e-04, 6.89492153e-04, 1.54065288e-04, -7.52089254e-05,\r\n -5.16254688e-04, 1.22117333e-03, -7.89227721e-04, 3.10281350e-04,\r\n 6.04541274e-04, -8.08428042e-04, -4.07220388e-04, 1.63781169e-05,\r\n -1.83526252e-03, -2.85982329e-04, 3.72489012e-04, -1.18422118e-04,\r\n -5.50847062e-06, 7.97088665e-04, 8.39237880e-04, 4.19908756e-04,\r\n -8.03221890e-04, -1.84057732e-04, -4.45082173e-04, 4.99040994e-04,\r\n 4.33483481e-04, 3.49355309e-04, 1.16468131e-04, 5.28083183e-04,\r\n -3.33790085e-04, 4.05789819e-04, -4.99511254e-04, 4.47895145e-04,\r\n 9.16178920e-04, 1.27455336e-04, -7.90875114e-04, -1.87337559e-04,\r\n 5.46464056e-04, -1.97961679e-04, 5.16001717e-04, -3.01448978e-04,\r\n -7.32789398e-04, -5.35160907e-05, 8.00862035e-04, 2.55532126e-04,\r\n -1.20945135e-03, 1.30921791e-04, -8.28967197e-04, 6.94736780e-04,\r\n 5.37068641e-04, 6.49138179e-04, -1.28828734e-03, -1.65148254e-03,\r\n -2.39196524e-04, 2.97041523e-04, 6.82452170e-04, 9.58763529e-04,\r\n -3.23396933e-04, -4.11480432e-04, -6.44017302e-04, -5.29786339e-05,\r\n -1.78653211e-03, -5.08558238e-04, -1.45838130e-04, -9.38410463e-04,\r\n -2.31247221e-04, -1.38276344e-04, 5.02012146e-04, 1.82994161e-04,\r\n 4.50831198e-04, -6.57172059e-04, -5.29879937e-04, 8.19339533e-04,\r\n 2.27263183e-04, -5.64834918e-04, 5.89020328e-06, 4.24688362e-04,\r\n -5.74991354e-05, -8.38618609e-04, 1.10551220e-04, 8.83210625e-04,\r\n 4.11351357e-04, -1.51288128e-04, -2.01765855e-04, -1.03000458e-03,\r\n 7.08942418e-04, 1.48007052e-03, -1.95403220e-04, 3.60081875e-04,\r\n 1.25058158e-03, -9.34130658e-05, 3.20896826e-04, 5.42961898e-05,\r\n -6.80940284e-04, 2.27259043e-05, -7.13856833e-04, -1.52521738e-04,\r\n 3.61050043e-04, -4.69459046e-05, 8.40932131e-04, -5.49682882e-04,\r\n -9.92985209e-04, -9.39348538e-04, -2.16365544e-04, -1.67845748e-04,\r\n -3.82347789e-05, 8.46338633e-04, -2.00853450e-04, 5.91547636e-04,\r\n -9.63313098e-04, 6.26304129e-04, 2.89927382e-04, 5.83152694e-04,\r\n -4.67221427e-04, 7.69491307e-05, 1.00245490e-03, 1.41421019e-03,\r\n 1.21694221e-03, -4.21749137e-04, 1.32508183e-04, -4.79456852e-04,\r\n 1.40894449e-03, 3.07102455e-04, 6.03875902e-04, -2.19981390e-04,\r\n -5.80208725e-04, -5.96643367e-04, -8.09447083e-04, -1.09303067e-03,\r\n -1.87922409e-03, -2.33222730e-04, -8.87487477e-05, 1.19461096e-03,\r\n 1.01204154e-04, 3.86784523e-04, 1.93878368e-04, -1.12958800e-03,\r\n -5.13361825e-04, -1.28040544e-03, 1.13598770e-03, -5.96334517e-04,\r\n -5.94493118e-04, -8.42069203e-05, -1.37871888e-03, -5.04129624e-04,\r\n 2.57312262e-04, 1.25586567e-03, -9.58606310e-04, -1.31114866e-04,\r\n -1.08709582e-03, 2.01435620e-03, -4.94437059e-04, -3.38324317e-04,\r\n -5.50381432e-04, -2.00382055e-04, -1.38255578e-04, 2.45632022e-04], dtype=float32)\r\n)\r\n",,terminal_output +11051,21755573,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +11052,21755737,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 3 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +11053,21756107,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11054,21801519,"sample.py",56,5353,"\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\n",python,content +11055,21801680,"sample.py",0,0,"",python,tab +11056,21801680,"sample.py",56,0,"",python,selection_command +11057,21818545,"sample.py",4474,0,"",python,selection_mouse +11058,21819784,"sample.py",4462,91,"",python,content +11059,21819786,"sample.py",4470,0,"",python,selection_command +11060,21826933,"sample.py",4662,0,"",python,selection_mouse +11061,21866937,"sample.py",5743,0,"",python,selection_mouse +11062,21867828,"sample.py",5742,0,"",python,selection_command +11063,21867877,"sample.py",5742,1,"j",python,selection_command +11064,21867935,"sample.py",5742,3,"jnp",python,selection_command +11065,21868053,"sample.py",5742,4,"jnp.",python,selection_command +11066,21868352,"sample.py",5742,8,"jnp.mean",python,selection_command +11067,21868676,"sample.py",5742,9,"jnp.mean(",python,selection_command +11068,21868756,"sample.py",5742,9,"",python,content +11069,21869153,"sample.py",5816,0,"",python,selection_command +11070,21869741,"sample.py",5815,1,"",python,content +11071,21869965,"sample.py",5815,0,".",python,content +11072,21869965,"sample.py",5816,0,"",python,selection_keyboard +11073,21870256,"sample.py",5816,0,"m",python,content +11074,21870256,"sample.py",5817,0,"",python,selection_keyboard +11075,21870341,"sample.py",5817,0,"e",python,content +11076,21870341,"sample.py",5818,0,"",python,selection_keyboard +11077,21870450,"sample.py",5818,0,"a",python,content +11078,21870450,"sample.py",5819,0,"",python,selection_keyboard +11079,21870529,"sample.py",5819,0,"n",python,content +11080,21870529,"sample.py",5820,0,"",python,selection_keyboard +11081,21870741,"sample.py",5820,0,"()",python,content +11082,21870741,"sample.py",5821,0,"",python,selection_keyboard +11083,21870789,"sample.py",5821,1,")",python,content +11084,21870790,"sample.py",5822,0,"",python,selection_keyboard +11085,21870975,"sample.py",5821,0,"",python,selection_command +11086,21871209,"sample.py",5731,0,"",python,selection_command +11087,21957915,"sample.py",5433,0,"",python,selection_mouse +11088,22052257,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, : args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +11089,22052257,"sample.py",2888,0,"",python,selection_mouse +11090,22052414,"sample.py",2879,17,"_sampling_wrapper",python,selection_mouse +11091,22052537,"sample.py",2875,38,"def _sampling_wrapper(module, batch):\n",python,selection_mouse +11092,22052812,"sample.py",2875,64,"def _sampling_wrapper(module, batch):\n return module.sample(\n",python,selection_mouse +11093,22052812,"sample.py",2875,156,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n",python,selection_mouse +11094,22053551,"sample.py",2875,157,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n",python,selection_mouse +11095,22053551,"sample.py",2875,204,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\n",python,selection_mouse +11096,22053571,"sample.py",2875,257,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n",python,selection_mouse +11097,22053988,"sample.py",2875,306,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n",python,selection_mouse +11098,22053988,"sample.py",2875,368,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n",python,selection_mouse +11099,22053988,"sample.py",2875,406,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n",python,selection_mouse +11100,22053988,"sample.py",2875,474,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n",python,selection_mouse +11101,22053989,"sample.py",2875,546,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n",python,selection_mouse +11102,22053989,"sample.py",2875,548,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n",python,selection_mouse +11103,22054049,"sample.py",2875,643,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n",python,selection_mouse +11104,22054049,"sample.py",2875,717,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n",python,selection_mouse +11105,22054049,"sample.py",2875,719,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\n",python,selection_mouse +11106,22054049,"sample.py",2875,772,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n",python,selection_mouse +11107,22054129,"sample.py",2875,811,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n",python,selection_mouse +11108,22054129,"sample.py",2875,856,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n",python,selection_mouse +11109,22054129,"sample.py",2875,900,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n",python,selection_mouse +11110,22054129,"sample.py",2875,928,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n",python,selection_mouse +11111,22054143,"sample.py",2875,950,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\n",python,selection_mouse +11112,22054153,"sample.py",2875,948,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n",python,selection_mouse +11113,22054171,"sample.py",2875,928,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n",python,selection_mouse +11114,22054202,"sample.py",2875,900,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n",python,selection_mouse +11115,22054267,"sample.py",2875,881,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n",python,selection_mouse +11116,22055140,"sample.py",2875,856,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n",python,selection_mouse +11117,22055155,"sample.py",2875,834,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n",python,selection_mouse +11118,22055188,"sample.py",2875,772,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n",python,selection_mouse +11119,22055202,"sample.py",2875,719,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\n",python,selection_mouse +11120,22055219,"sample.py",2875,717,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n",python,selection_mouse +11121,22055235,"sample.py",2875,682,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n",python,selection_mouse +11122,22055251,"sample.py",2875,643,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n",python,selection_mouse +11123,22055471,"sample.py",2875,608,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\narray_record_files = [\n",python,selection_mouse +11124,22055560,"sample.py",2875,585,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n# --- Get video + latent actions ---\n",python,selection_mouse +11125,22055560,"sample.py",2875,548,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n\n",python,selection_mouse +11126,22055561,"sample.py",2875,547,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n\n",python,selection_mouse +11127,22055569,"sample.py",2875,546,"def _sampling_wrapper(module, batch):\n return module.sample(\n batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax\n )\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie))\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(params, batch)\n return generated_vid\n",python,selection_mouse +11128,22056785,"sample.py",3419,0,"",python,selection_command +11129,22061800,"sample.py",0,0,"",python,tab +11130,22061800,"sample.py",4354,0,"",python,selection_mouse +11131,23357268,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11132,23357749,"TERMINAL",0,0,"g",,terminal_output +11133,23357997,"TERMINAL",0,0,"t l",,terminal_output +11134,23358194,"TERMINAL",0,0,"og",,terminal_output +11135,23358368,"TERMINAL",0,0,"\r\n[?2004l\rbash: gt: command not found\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11136,23358894,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11137,23359117,"TERMINAL",0,0,"g",,terminal_output +11138,23359224,"TERMINAL",0,0,"i",,terminal_output +11139,23359312,"TERMINAL",0,0,"t",,terminal_output +11140,23359383,"TERMINAL",0,0," ",,terminal_output +11141,23359497,"TERMINAL",0,0,"l",,terminal_output +11142,23359698,"TERMINAL",0,0,"og",,terminal_output +11143,23359827,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +11144,23359951,"TERMINAL",0,0,"[?1h=\rcommit 57e6f3e1754fa5d7c66657eb8596889650938dbc (HEAD -> flax-nnx-migration, origin/flax-nnx-migration)\r\nMerge: 5762908 e296267\r\nAuthor: Franz Srambical \r\nDate: Thu Jul 24 16:34:39 2025 +0200\r\n\r\n Merge branch 'main' into flax-nnx-migration\r\n\r\ncommit 57629081ebbb3ec596ee97717f7a1d10dbf05e80\r\nAuthor: Franz Srambical \r\nDate: Thu Jul 24 16:33:05 2025 +0200\r\n\r\n feat: migrate to flax.nnx API\r\n\r\ncommit e296267fd3bdd400b720d8d6568b1583eda675dd\r\nMerge: 14e6c02 bff38fa\r\nAuthor: mihir <78321484+maharajamihir@users.noreply.github.com>\r\nDate: Thu Jul 24 11:09:41 2025 +0200\r\n\r\n Merge pull request #95 from p-doom/fix-dtype-hint-warning\r\n \r\n chore: infer dtype type annotation (fix warning)\r\n:",,terminal_output +11145,23365393,"TERMINAL",0,0,"\r[?1l>]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11146,23366597,"utils/parameter_utils.py",0,0,"from jax.tree_util import tree_map, tree_reduce\n\n\ndef _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters from nnx.split(model, nnx.Param, ...)\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n component_names = list(params.keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n component_params = params[name]\n count = _count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,tab +11147,23366597,"utils/parameter_utils.py",499,0,"",python,selection_command +11148,23367237,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n # FIXME (f.srambical): Propagate this up and change during sampling\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +11149,23367237,"utils/nn.py",398,0,"",python,selection_command +11150,23368787,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.latent_dim,\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +11151,23368788,"models/tokenizer.py",1175,0,"",python,selection_command +11152,23369780,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +11153,23369780,"models/lam.py",1249,0,"",python,selection_command +11154,23370722,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.dynamics = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +11155,23370722,"models/dynamics.py",299,0,"",python,selection_command +11156,23371434,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(model, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(tokenizer, optimizer, inputs):\n def loss_fn(model):\n return tokenizer_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(\n tokenizer\n )\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(tokenizer, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(tokenizer, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): change all checkpointing/ restore logic to separately checkpoint model and optimizer\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n # FIXME (f.srambical): also checkpoint optimizer state\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n inputs = dict(videos=videos)\n loss, recon, metrics = train_step(tokenizer, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11157,23371435,"train_tokenizer.py",7392,0,"",python,selection_command +11158,23373466,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model: LatentActionModel, inputs: dict):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n\n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(\n loss_fn, has_aux=True\n )(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n lam.vq.codebook.value = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(\n lam, optimizer, inputs, action_last_active, _rng\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11159,23373466,"train_lam.py",4036,0,"",python,selection_command +11160,23373990,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n """"""Update state and compute metrics""""""\n\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): pass sharding information for restoration onto different topology\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(\n optimizer, replicated_sharding, rng, args\n )\n # NOTE: We have to remove the tokenizer vq dropout due to a bug in flax.nnx\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11161,23373990,"train_dynamics.py",8492,0,"",python,selection_command +11162,23374454,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +11163,23374454,"genie.py",3690,0,"",python,selection_command +11164,23389236,"genie.py",0,0,"",python,tab +11165,23389236,"genie.py",8043,0,"",python,selection_command +11166,23649439,"sample.py",0,0,"",python,tab +11167,23649441,"sample.py",56,0,"",python,selection_command +11168,23655818,"sample.py",4075,0,"",python,selection_mouse +11169,23657295,"sample.py",4657,0,"",python,selection_mouse +11170,23659498,"sample.py",4658,0,"",python,selection_command +11171,23780508,"sample.py",4058,0,"",python,selection_mouse +11172,23786386,"sample.py",4050,0,"",python,selection_command +11173,23786655,"sample.py",4050,1,"",python,content +11174,23787269,"sample.py",4050,1,"",python,content +11175,23787479,"sample.py",4050,1,"",python,content +11176,23787685,"sample.py",4050,1,"",python,content +11177,23787857,"sample.py",4050,1,"",python,content +11178,23788386,"sample.py",4050,1,"",python,content +11179,23789516,"sample.py",4049,0,"",python,selection_command +11180,23789672,"sample.py",4050,0,"x",python,content +11181,23789684,"sample.py",4050,0,"",python,selection_command +11182,23790057,"sample.py",4050,0,"n",python,content +11183,23790060,"sample.py",4050,0,"",python,selection_command +11184,23790270,"sample.py",4051,0,"n",python,content +11185,23790540,"sample.py",4050,0,"@",python,content +11186,23790541,"sample.py",4050,0,"",python,selection_command +11187,23791306,"sample.py",4050,0," ",python,content +11188,23791318,"sample.py",4050,0,"",python,selection_command +11189,23791798,"sample.py",4050,0,"#",python,content +11190,23791801,"sample.py",4050,0,"",python,selection_command +11191,23792223,"sample.py",4060,0,"\n ",python,content +11192,23792527,"sample.py",4065,0,"j",python,content +11193,23792527,"sample.py",4066,0,"",python,selection_keyboard +11194,23792637,"sample.py",4066,0,"a",python,content +11195,23792638,"sample.py",4067,0,"",python,selection_keyboard +11196,23792827,"sample.py",4067,0,"x",python,content +11197,23792828,"sample.py",4068,0,"",python,selection_keyboard +11198,23792964,"sample.py",4068,0,".",python,content +11199,23792964,"sample.py",4069,0,"",python,selection_keyboard +11200,23793149,"sample.py",4069,0,"j",python,content +11201,23793150,"sample.py",4070,0,"",python,selection_keyboard +11202,23793204,"sample.py",4070,0,"i",python,content +11203,23793205,"sample.py",4071,0,"",python,selection_keyboard +11204,23793246,"sample.py",4071,0,"t",python,content +11205,23793246,"sample.py",4072,0,"",python,selection_keyboard +11206,23794005,"sample.py",4071,0,"",python,selection_command +11207,23794314,"sample.py",4065,0,"",python,selection_command +11208,23794429,"sample.py",4065,0,"@",python,content +11209,23794430,"sample.py",4066,0,"",python,selection_keyboard +11210,23795069,"sample.py",4065,0,"",python,selection_command +11211,23796544,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11212,23796640,"TERMINAL",0,0,"git log",,terminal_output +11213,23798052,"TERMINAL",0,0,"",,terminal_output +11214,23799096,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +11215,23799352,"TERMINAL",0,0,"[28@b': bash experiments/sample.sh\r",,terminal_output +11216,23799448,"TERMINAL",0,0,"[1@a': ba[1@s': bas",,terminal_output +11217,23799530,"TERMINAL",0,0,"[1@h': bash",,terminal_output +11218,23799746,"TERMINAL",0,0,"\r[24@[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash",,terminal_output +11219,23800180,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +11220,23811871,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +11221,23829479,"TERMINAL",0,0,"2025-07-25 17:45:19.576231: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11222,23830406,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 936, in __getattr__\r\n attr = getattr(self.aval, name)\r\nAttributeError: 'ShapedArray' object has no attribute 'sample'\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 157, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 143, in _sampling_fn\r\n return model.sample(\r\nAttributeError: DynamicJaxprTracer has no attribute sample\r\n",,terminal_output +11223,23830854,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +11224,23831016,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +11225,23831344,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11226,23940803,"sample.py",4060,0,"",python,selection_mouse +11227,23940803,"sample.py",4059,0,"",python,selection_command +11228,23941190,"sample.py",4073,0,"",python,selection_mouse +11229,23941191,"sample.py",4072,0,"",python,selection_command +11230,23941700,"sample.py",4073,0,"",python,selection_command +11231,23941871,"sample.py",4073,0,"()",python,content +11232,23941871,"sample.py",4074,0,"",python,selection_keyboard +11233,23942378,"sample.py",4074,0,"s",python,content +11234,23942378,"sample.py",4075,0,"",python,selection_keyboard +11235,23942379,"sample.py",4075,0,"t",python,content +11236,23942379,"sample.py",4076,0,"",python,selection_keyboard +11237,23942428,"sample.py",4076,0,"a",python,content +11238,23942428,"sample.py",4077,0,"",python,selection_keyboard +11239,23942568,"sample.py",4077,0,"t",python,content +11240,23942568,"sample.py",4078,0,"",python,selection_keyboard +11241,23942734,"sample.py",4078,0,"i",python,content +11242,23942734,"sample.py",4079,0,"",python,selection_keyboard +11243,23942909,"sample.py",4079,0,"c",python,content +11244,23942909,"sample.py",4080,0,"",python,selection_keyboard +11245,23943095,"sample.py",4080,0,"_",python,content +11246,23943096,"sample.py",4081,0,"",python,selection_keyboard +11247,23943425,"sample.py",4081,0,"argnums=(0,)",python,content +11248,23943646,"sample.py",4092,0,"",python,selection_command +11249,23945926,"sample.py",4091,0,"",python,selection_command +11250,23946463,"sample.py",4090,0,"",python,selection_command +11251,23946631,"sample.py",4089,0,"",python,selection_command +11252,23946819,"sample.py",4089,1,"",python,content +11253,23947095,"sample.py",4090,0,"",python,selection_command +11254,23947201,"sample.py",4090,1,"",python,content +11255,23947375,"sample.py",4090,1,"",python,content +11256,23948360,"sample.py",4089,0,"",python,selection_command +11257,23949250,"sample.py",4120,0,"",python,selection_command +11258,23949515,"sample.py",4089,0,"",python,selection_command +11259,23951480,"sample.py",4089,0,"(",python,content +11260,23951480,"sample.py",4090,0,"",python,selection_keyboard +11261,23951813,"sample.py",4089,0,"",python,selection_command +11262,23951845,"sample.py",4090,0,"",python,selection_command +11263,23952004,"sample.py",4091,0,"",python,selection_command +11264,23952337,"sample.py",4091,0,")",python,content +11265,23952337,"sample.py",4092,0,"",python,selection_keyboard +11266,23952618,"sample.py",4091,0,"",python,selection_command +11267,23957462,"sample.py",4090,0,"",python,selection_command +11268,23957771,"sample.py",4123,0,"",python,selection_command +11269,23958168,"sample.py",4090,0,"",python,selection_command +11270,23958651,"sample.py",4091,0,"",python,selection_command +11271,23960202,"sample.py",4091,0,",",python,content +11272,23960202,"sample.py",4092,0,"",python,selection_keyboard +11273,23960394,"sample.py",4092,0," ",python,content +11274,23960394,"sample.py",4093,0,"",python,selection_keyboard +11275,23960727,"sample.py",4093,0,"0",python,content +11276,23960727,"sample.py",4094,0,"",python,selection_keyboard +11277,23960917,"sample.py",4093,0,"",python,selection_command +11278,23961775,"sample.py",4129,0,"",python,selection_command +11279,23962125,"sample.py",4093,0,"",python,selection_command +11280,23964614,"sample.py",4090,4,"",python,content +11281,23965480,"sample.py",4088,0,"",python,selection_command +11282,23965796,"sample.py",4074,0,"",python,selection_command +11283,23965968,"sample.py",4073,0,"",python,selection_command +11284,23966081,"sample.py",4070,0,"",python,selection_command +11285,23966396,"sample.py",4071,0,"",python,selection_command +11286,23966553,"sample.py",4072,0,"",python,selection_command +11287,23966733,"sample.py",4073,0,"",python,selection_command +11288,23967031,"sample.py",4073,19,"",python,content +11289,23967032,"sample.py",4072,0,"",python,selection_command +11290,23967446,"sample.py",4065,0,"",python,selection_command +11291,23967701,"sample.py",4065,0,"#",python,content +11292,23967701,"sample.py",4066,0,"",python,selection_keyboard +11293,23967733,"sample.py",4066,0," ",python,content +11294,23967733,"sample.py",4067,0,"",python,selection_keyboard +11295,23967979,"sample.py",4066,0,"",python,selection_command +11296,23970303,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11297,23970409,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +11298,23970633,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +11299,23982285,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +11300,24009660,"TERMINAL",0,0,"2025-07-25 17:48:19.709902: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11301,24011069,"TERMINAL",0,0,"2025-07-25 17:48:21.166705: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11302,24014570,"TERMINAL",0,0,"2025-07-25 17:48:24.666014: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11303,24015298,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 157, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 143, in _sampling_fn\r\n return model.sample(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 232, in sample\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 222, in generation_step_fn\r\n final_carry_maskgit, _ = scanned_maskgit_loop(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py"", line 1213, in scan_wrapper\r\n pure_args: tuple = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 62, in check_consistent_aliasing\r\n raise ValueError(\r\nValueError: Cannot extract graph node from different trace level, got Param( # 512 (2.0 KB)\r\n value=Array([ 5.79902204e-04, 1.83785363e-04, -4.59459057e-04, 8.86579161e-04,\r\n -9.27979272e-05, -9.69715067e-04, -4.53975401e-04, 9.66143620e-04,\r\n 6.35958044e-04, 8.12941696e-04, -1.59645584e-04, 8.73808283e-04,\r\n 5.54829487e-04, -3.31153715e-04, -2.80674431e-04, 2.08017969e-04,\r\n 5.70197881e-04, 2.15050895e-04, 5.40059758e-04, -4.79549635e-05,\r\n -4.15008763e-05, -2.08970683e-04, -1.21672614e-03, 1.19385462e-04,\r\n 1.27799038e-04, -5.29211015e-04, 1.21446757e-03, -5.71820536e-04,\r\n 9.03176318e-04, -3.26241832e-04, 1.94552151e-04, 1.03536039e-03,\r\n -1.39086973e-04, 1.61354081e-04, -6.76629366e-04, 5.75365848e-04,\r\n -9.89008113e-04, -4.70508414e-04, 4.30073997e-04, -9.32542316e-04,\r\n 1.78392953e-03, 8.52322148e-04, 6.27272122e-04, -1.00176403e-05,\r\n -4.88205958e-04, 1.08008273e-03, -1.03389437e-03, 1.23284571e-03,\r\n -8.64696514e-04, 2.81569461e-04, 1.85537362e-03, -1.39499875e-03,\r\n 1.22260256e-03, 2.67286028e-04, 3.99140990e-04, -3.88738234e-04,\r\n 3.53423529e-04, -1.82328338e-04, -1.15320901e-03, -6.54615753e-04,\r\n 1.59805757e-04, -9.94076603e-04, -3.16731515e-04, -7.01153127e-04,\r\n 1.10227498e-03, 8.80063686e-04, -2.45422620e-04, -3.21568987e-05,\r\n -3.20224732e-04, 5.96415019e-04, 7.74631277e-04, 3.79502053e-05,\r\n -1.14807324e-03, -6.37564226e-04, 1.10084063e-03, -1.24254508e-03,\r\n -1.88223156e-03, 3.91570269e-04, 1.26973784e-04, -6.07062539e-04,\r\n 4.42030723e-04, 1.08278170e-03, -2.53870567e-05, 8.86333932e-04,\r\n -4.35208873e-04, -9.83790029e-04, 5.52977144e-04, -7.75978493e-04,\r\n 7.02897145e-04, -5.66870905e-04, -1.17189578e-04, -2.46665877e-04,\r\n 8.37000145e-04, 2.41109577e-04, -1.92638050e-04, -8.07702600e-06,\r\n -1.01163960e-03, 1.29226910e-05, 2.71586876e-04, -5.78537700e-04,\r\n 3.61651502e-04, 9.29420494e-05, -8.47803545e-04, 5.12732367e-04,\r\n 6.88695232e-04, 8.45044036e-04, -5.75123529e-04, 9.38976242e-04,\r\n 2.80764725e-05, 1.29268126e-04, -2.86230148e-04, 4.62087628e-04,\r\n 1.21393276e-03, -1.06451521e-03, -3.19257990e-04, 2.99410924e-04,\r\n 7.36906542e-04, 4.28144063e-04, -5.71604993e-04, 1.06423293e-04,\r\n -1.00667239e-03, -7.52831867e-04, -3.59850051e-03, -1.87116399e-04,\r\n -4.14791692e-04, -8.31779034e-04, -3.25797912e-04, 8.16694403e-04,\r\n -9.11948664e-05, -4.20872530e-04, -6.35586970e-04, 6.33112912e-04,\r\n -6.17303536e-04, -2.89018299e-05, -5.22513525e-04, 4.04142193e-04,\r\n 5.91298565e-04, -1.46551800e-04, -3.64537060e-04, 3.70698632e-04,\r\n -8.62165005e-04, -1.01958367e-03, 1.31774781e-04, 7.06719642e-04,\r\n 4.59892675e-04, 6.08660514e-04, 7.37728260e-04, 9.00431187e-04,\r\n 2.97220395e-04, -5.90034761e-04, 1.08272862e-03, -1.25857792e-03,\r\n 4.49936197e-04, 4.72550513e-04, -4.46944527e-04, -1.89290964e-03,\r\n 4.92720632e-04, -1.54460227e-04, -3.73741816e-04, -4.02631325e-04,\r\n 7.99135596e-04, -9.80796642e-04, 8.25236260e-04, 5.57116349e-04,\r\n -2.10288522e-06, -6.69197412e-04, -1.66126192e-05, -1.53326517e-04,\r\n -2.82244346e-05, -4.02772828e-04, -8.12421786e-04, 8.35117011e-04,\r\n -2.69911343e-05, -7.43109034e-04, -1.37779469e-04, -2.41833441e-05,\r\n -7.38260802e-04, -1.96821813e-04, -2.41502148e-05, -9.97454161e-04,\r\n 2.64732487e-04, -1.75832678e-03, 1.17485710e-04, -9.78037788e-05,\r\n 5.26464079e-04, -5.53459337e-04, 6.35085307e-05, 1.40959528e-04,\r\n -1.60802004e-03, 1.16834894e-03, -5.71387936e-04, 4.59257135e-04,\r\n -2.16942135e-04, -8.20923306e-04, -8.22454283e-04, -8.91073432e-04,\r\n 2.80208944e-04, 9.43574269e-05, 3.45775508e-04, 3.24587803e-04,\r\n 2.38559805e-04, -2.06248820e-04, 6.20714738e-04, -5.87494171e-04,\r\n 5.99128893e-04, -4.89475846e-04, -5.58521075e-04, 5.39315806e-06,\r\n -3.42503714e-04, 1.41901127e-03, -7.57163682e-04, -5.64522692e-04,\r\n -7.91520986e-04, 5.21145121e-04, 2.02408852e-03, -1.06384607e-04,\r\n -1.21695211e-03, -9.05069406e-04, -2.70358782e-04, -1.09641609e-04,\r\n -5.39235072e-04, -7.67180027e-05, -9.86311701e-04, 9.68765526e-04,\r\n -1.53652707e-03, 1.21926062e-03, 2.52706406e-04, -7.57116533e-04,\r\n 1.04164751e-03, -5.71496435e-04, 1.35344639e-03, 1.13940553e-03,\r\n 1.18351798e-03, 3.16733378e-04, -1.22747966e-04, 1.00750802e-03,\r\n 5.21870737e-04, -6.90255489e-04, 8.15491658e-04, -2.37966480e-04,\r\n -8.04664160e-04, -2.43383824e-04, 1.04590249e-03, 4.09602129e-04,\r\n 2.98886618e-04, 5.60442335e-04, -9.23424595e-05, 1.13964127e-03,\r\n 1.63377903e-03, -3.52117167e-05, -1.01013153e-04, 4.21650271e-04,\r\n -1.90464052e-05, 4.41401382e-04, 4.17727046e-04, 2.26323973e-04,\r\n 1.99855678e-03, -4.36673610e-04, 5.34953084e-04, -2.98760744e-04,\r\n 7.57532369e-04, -4.41849406e-05, 8.95082660e-04, -1.57386050e-04,\r\n 1.00758346e-03, 1.31029997e-03, 1.05182955e-03, 6.29643851e-04,\r\n 7.18104246e-04, 6.72722759e-04, 4.02423204e-04, 7.48195569e-04,\r\n 1.25203666e-03, 8.22027563e-04, 9.40077298e-04, -4.74464643e-04,\r\n -5.54924889e-04, 1.37185189e-03, -5.98437502e-04, 5.39190311e-04,\r\n -1.77317968e-04, 4.34110880e-05, 2.80075270e-04, 9.38114536e-05,\r\n -5.74664795e-04, -2.56602390e-04, -3.57944460e-04, 3.20801977e-04,\r\n -8.67931580e-04, 8.37371685e-04, 7.27320032e-04, -1.76582369e-04,\r\n 7.91078957e-04, 4.23305173e-04, 4.62880242e-04, -1.37596298e-03,\r\n -1.13309245e-03, 2.28138175e-04, -2.17030523e-04, 4.47029161e-04,\r\n -3.13183031e-04, -8.57597843e-06, -1.70763378e-04, -3.13189346e-04,\r\n 5.98123414e-04, 7.43433542e-04, -6.40252256e-04, 1.16536394e-03,\r\n 4.43872443e-04, 2.68466742e-04, -5.92972443e-04, -3.28011083e-04,\r\n -1.38441182e-03, 1.32673758e-05, -7.58231850e-04, -8.87676724e-05,\r\n 5.78527339e-04, 5.90835582e-04, 2.03411822e-04, 1.24355123e-04,\r\n 5.48458833e-04, 9.78736498e-05, -1.03728543e-03, -3.01620224e-04,\r\n -1.74664694e-03, 7.20503740e-04, 6.87097199e-04, 1.52700138e-03,\r\n -3.92811460e-04, -9.12196847e-05, -1.20099890e-03, -2.41123402e-04,\r\n 4.94409003e-04, -2.18983478e-04, -3.60000195e-05, -3.65556945e-04,\r\n 1.96742803e-05, -2.71012366e-04, -1.73564782e-04, 8.47964198e-04,\r\n 2.21183691e-05, 1.03721082e-04, 2.08908197e-04, -1.21639017e-03,\r\n 1.95942193e-04, 7.62266631e-04, 6.94759656e-04, 4.05154628e-04,\r\n -3.88813118e-04, 4.04668244e-04, -9.64264269e-04, -9.78495809e-04,\r\n 2.63609021e-04, 1.28671119e-03, 1.50890446e-06, -1.47685735e-03,\r\n -3.91801033e-04, 6.89492153e-04, 1.54065288e-04, -7.52089254e-05,\r\n -5.16254688e-04, 1.22117333e-03, -7.89227721e-04, 3.10281350e-04,\r\n 6.04541274e-04, -8.08428042e-04, -4.07220388e-04, 1.63781169e-05,\r\n -1.83526252e-03, -2.85982329e-04, 3.72489012e-04, -1.18422118e-04,\r\n -5.50847062e-06, 7.97088665e-04, 8.39237880e-04, 4.19908756e-04,\r\n -8.03221890e-04, -1.84057732e-04, -4.45082173e-04, 4.99040994e-04,\r\n 4.33483481e-04, 3.49355309e-04, 1.16468131e-04, 5.28083183e-04,\r\n -3.33790085e-04, 4.05789819e-04, -4.99511254e-04, 4.47895145e-04,\r\n 9.16178920e-04, 1.27455336e-04, -7.90875114e-04, -1.87337559e-04,\r\n 5.46464056e-04, -1.97961679e-04, 5.16001717e-04, -3.01448978e-04,\r\n -7.32789398e-04, -5.35160907e-05, 8.00862035e-04, 2.55532126e-04,\r\n -1.20945135e-03, 1.30921791e-04, -8.28967197e-04, 6.94736780e-04,\r\n 5.37068641e-04, 6.49138179e-04, -1.28828734e-03, -1.65148254e-03,\r\n -2.39196524e-04, 2.97041523e-04, 6.82452170e-04, 9.58763529e-04,\r\n -3.23396933e-04, -4.11480432e-04, -6.44017302e-04, -5.29786339e-05,\r\n -1.78653211e-03, -5.08558238e-04, -1.45838130e-04, -9.38410463e-04,\r\n -2.31247221e-04, -1.38276344e-04, 5.02012146e-04, 1.82994161e-04,\r\n 4.50831198e-04, -6.57172059e-04, -5.29879937e-04, 8.19339533e-04,\r\n 2.27263183e-04, -5.64834918e-04, 5.89020328e-06, 4.24688362e-04,\r\n -5.74991354e-05, -8.38618609e-04, 1.10551220e-04, 8.83210625e-04,\r\n 4.11351357e-04, -1.51288128e-04, -2.01765855e-04, -1.03000458e-03,\r\n 7.08942418e-04, 1.48007052e-03, -1.95403220e-04, 3.60081875e-04,\r\n 1.25058158e-03, -9.34130658e-05, 3.20896826e-04, 5.42961898e-05,\r\n -6.80940284e-04, 2.27259043e-05, -7.13856833e-04, -1.52521738e-04,\r\n 3.61050043e-04, -4.69459046e-05, 8.40932131e-04, -5.49682882e-04,\r\n -9.92985209e-04, -9.39348538e-04, -2.16365544e-04, -1.67845748e-04,\r\n -3.82347789e-05, 8.46338633e-04, -2.00853450e-04, 5.91547636e-04,\r\n -9.63313098e-04, 6.26304129e-04, 2.89927382e-04, 5.83152694e-04,\r\n -4.67221427e-04, 7.69491307e-05, 1.00245490e-03, 1.41421019e-03,\r\n 1.21694221e-03, -4.21749137e-04, 1.32508183e-04, -4.79456852e-04,\r\n 1.40894449e-03, 3.07102455e-04, 6.03875902e-04, -2.19981390e-04,\r\n -5.80208725e-04, -5.96643367e-04, -8.09447083e-04, -1.09303067e-03,\r\n -1.87922409e-03, -2.33222730e-04, -8.87487477e-05, 1.19461096e-03,\r\n 1.01204154e-04, 3.86784523e-04, 1.93878368e-04, -1.12958800e-03,\r\n -5.13361825e-04, -1.28040544e-03, 1.13598770e-03, -5.96334517e-04,\r\n -5.94493118e-04, -8.42069203e-05, -1.37871888e-03, -5.04129624e-04,\r\n 2.57312262e-04, 1.25586567e-03, -9.58606310e-04, -1.31114866e-04,\r\n -1.08709582e-03, 2.01435620e-03, -4.94437059e-04, -3.38324317e-04,\r\n -5.50381432e-04, -2.00382055e-04, -1.38255578e-04, 2.45632022e-04], dtype=float32)\r\n)\r\n",,terminal_output +11304,24015805,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +11305,24015937,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 3 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +11306,24016296,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11307,24026322,"sample.py",4075,0,"",python,selection_mouse +11308,24026322,"sample.py",4074,0,"",python,selection_command +11309,24038325,"sample.py",4089,0,"",python,selection_command +11310,24038588,"sample.py",4125,0,"",python,selection_command +11311,24038614,"sample.py",4203,0,"",python,selection_command +11312,24038712,"sample.py",4232,0,"",python,selection_command +11313,24038713,"sample.py",4251,0,"",python,selection_command +11314,24038713,"sample.py",4277,0,"",python,selection_command +11315,24038734,"sample.py",4309,0,"",python,selection_command +11316,24038767,"sample.py",4339,0,"",python,selection_command +11317,24038809,"sample.py",4366,0,"",python,selection_command +11318,24038963,"sample.py",4368,0,"",python,selection_command +11319,24039244,"sample.py",4369,0,"",python,selection_command +11320,24039636,"sample.py",4383,0,"",python,selection_command +11321,24040003,"sample.py",4369,0,"",python,selection_command +11322,24040150,"sample.py",4368,0,"",python,selection_command +11323,24040318,"sample.py",4366,0,"",python,selection_command +11324,24043745,"sample.py",0,0,"",python,tab +11325,24043745,"sample.py",3205,0,"",python,selection_mouse +11326,24046866,"sample.py",3209,0,"",python,selection_mouse +11327,24047511,"sample.py",3228,0,"",python,selection_mouse +11328,24077573,"sample.py",0,0,"",python,tab +11329,24077573,"sample.py",4436,0,"",python,selection_mouse +11330,24078579,"sample.py",4672,0,"",python,selection_mouse +11331,24084084,"sample.py",4088,0,"",python,selection_mouse +11332,24095759,"sample.py",4668,0,"",python,selection_mouse +11333,24101131,"sample.py",4668,26,"",python,content +11334,24101430,"sample.py",4668,0,"m",python,content +11335,24101430,"sample.py",4669,0,"",python,selection_keyboard +11336,24101476,"sample.py",4669,0,"o",python,content +11337,24101477,"sample.py",4670,0,"",python,selection_keyboard +11338,24101545,"sample.py",4670,0,"d",python,content +11339,24101546,"sample.py",4671,0,"",python,selection_keyboard +11340,24101699,"sample.py",4671,0,"e",python,content +11341,24101700,"sample.py",4672,0,"",python,selection_keyboard +11342,24101743,"sample.py",4672,0,"l",python,content +11343,24101743,"sample.py",4673,0,"",python,selection_keyboard +11344,24101945,"sample.py",4673,0,".",python,content +11345,24101945,"sample.py",4674,0,"",python,selection_keyboard +11346,24102236,"sample.py",4674,0," ",python,content +11347,24102237,"sample.py",4675,0,"",python,selection_keyboard +11348,24102605,"sample.py",4674,1,"",python,content +11349,24102696,"sample.py",4674,0,"s",python,content +11350,24102696,"sample.py",4675,0,"",python,selection_keyboard +11351,24102776,"sample.py",4675,0,"a",python,content +11352,24102776,"sample.py",4676,0,"",python,selection_keyboard +11353,24102807,"sample.py",4676,0,"m",python,content +11354,24102808,"sample.py",4677,0,"",python,selection_keyboard +11355,24102876,"sample.py",4677,0,"p",python,content +11356,24102876,"sample.py",4678,0,"",python,selection_keyboard +11357,24102916,"sample.py",4678,0,"l",python,content +11358,24102916,"sample.py",4679,0,"",python,selection_keyboard +11359,24103045,"sample.py",4679,0,"e",python,content +11360,24103046,"sample.py",4680,0,"",python,selection_keyboard +11361,24103301,"sample.py",4680,0,"()",python,content +11362,24103301,"sample.py",4681,0,"",python,selection_keyboard +11363,24105386,"sample.py",4681,0,"batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax",python,content +11364,24105666,"sample.py",4757,0,"",python,selection_command +11365,24106006,"sample.py",4644,0,"",python,selection_command +11366,24107096,"sample.py",4652,0,"",python,selection_command +11367,24107230,"sample.py",4666,0,"",python,selection_command +11368,24107375,"sample.py",4668,0,"",python,selection_command +11369,24107736,"sample.py",4668,5,"",python,content +11370,24107872,"sample.py",4668,0,"g",python,content +11371,24107873,"sample.py",4669,0,"",python,selection_keyboard +11372,24107961,"sample.py",4669,0,"e",python,content +11373,24107961,"sample.py",4670,0,"",python,selection_keyboard +11374,24108027,"sample.py",4670,0,"n",python,content +11375,24108028,"sample.py",4671,0,"",python,selection_keyboard +11376,24108076,"sample.py",4671,0,"i",python,content +11377,24108076,"sample.py",4672,0,"",python,selection_keyboard +11378,24108161,"sample.py",4672,0,"e",python,content +11379,24108161,"sample.py",4673,0,"",python,selection_keyboard +11380,24108350,"sample.py",4672,0,"",python,selection_command +11381,24110570,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11382,24110627,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +11383,24110856,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +11384,24122632,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +11385,24124692,"sample.py",4673,0,"",python,selection_command +11386,24124845,"sample.py",4674,0,"",python,selection_command +11387,24125462,"genie.py",0,0,"",python,tab +11388,24125462,"genie.py",5064,0,"",python,selection_command +11389,24137242,"sample.py",0,0,"",python,tab +11390,24137242,"sample.py",4674,0,"",python,selection_command +11391,24144013,"TERMINAL",0,0,"2025-07-25 17:50:34.086510: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11392,24145459,"TERMINAL",0,0,"2025-07-25 17:50:35.556220: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11393,24149030,"TERMINAL",0,0,"2025-07-25 17:50:39.082675: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11394,24149647,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 157, in _autoreg_sample\r\n generated_vid = genie.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 232, in sample\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 222, in generation_step_fn\r\n final_carry_maskgit, _ = scanned_maskgit_loop(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py"", line 1213, in scan_wrapper\r\n pure_args: tuple = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 62, in check_consistent_aliasing\r\n raise ValueError(\r\nValueError: Cannot extract graph node from different trace level, got Param( # 512 (2.0 KB)\r\n value=Array([ 5.79902204e-04, 1.83785363e-04, -4.59459057e-04, 8.86579161e-04,\r\n -9.27979272e-05, -9.69715067e-04, -4.53975401e-04, 9.66143620e-04,\r\n 6.35958044e-04, 8.12941696e-04, -1.59645584e-04, 8.73808283e-04,\r\n 5.54829487e-04, -3.31153715e-04, -2.80674431e-04, 2.08017969e-04,\r\n 5.70197881e-04, 2.15050895e-04, 5.40059758e-04, -4.79549635e-05,\r\n -4.15008763e-05, -2.08970683e-04, -1.21672614e-03, 1.19385462e-04,\r\n 1.27799038e-04, -5.29211015e-04, 1.21446757e-03, -5.71820536e-04,\r\n 9.03176318e-04, -3.26241832e-04, 1.94552151e-04, 1.03536039e-03,\r\n -1.39086973e-04, 1.61354081e-04, -6.76629366e-04, 5.75365848e-04,\r\n -9.89008113e-04, -4.70508414e-04, 4.30073997e-04, -9.32542316e-04,\r\n 1.78392953e-03, 8.52322148e-04, 6.27272122e-04, -1.00176403e-05,\r\n -4.88205958e-04, 1.08008273e-03, -1.03389437e-03, 1.23284571e-03,\r\n -8.64696514e-04, 2.81569461e-04, 1.85537362e-03, -1.39499875e-03,\r\n 1.22260256e-03, 2.67286028e-04, 3.99140990e-04, -3.88738234e-04,\r\n 3.53423529e-04, -1.82328338e-04, -1.15320901e-03, -6.54615753e-04,\r\n 1.59805757e-04, -9.94076603e-04, -3.16731515e-04, -7.01153127e-04,\r\n 1.10227498e-03, 8.80063686e-04, -2.45422620e-04, -3.21568987e-05,\r\n -3.20224732e-04, 5.96415019e-04, 7.74631277e-04, 3.79502053e-05,\r\n -1.14807324e-03, -6.37564226e-04, 1.10084063e-03, -1.24254508e-03,\r\n -1.88223156e-03, 3.91570269e-04, 1.26973784e-04, -6.07062539e-04,\r\n 4.42030723e-04, 1.08278170e-03, -2.53870567e-05, 8.86333932e-04,\r\n -4.35208873e-04, -9.83790029e-04, 5.52977144e-04, -7.75978493e-04,\r\n 7.02897145e-04, -5.66870905e-04, -1.17189578e-04, -2.46665877e-04,\r\n 8.37000145e-04, 2.41109577e-04, -1.92638050e-04, -8.07702600e-06,\r\n -1.01163960e-03, 1.29226910e-05, 2.71586876e-04, -5.78537700e-04,\r\n 3.61651502e-04, 9.29420494e-05, -8.47803545e-04, 5.12732367e-04,\r\n 6.88695232e-04, 8.45044036e-04, -5.75123529e-04, 9.38976242e-04,\r\n 2.80764725e-05, 1.29268126e-04, -2.86230148e-04, 4.62087628e-04,\r\n 1.21393276e-03, -1.06451521e-03, -3.19257990e-04, 2.99410924e-04,\r\n 7.36906542e-04, 4.28144063e-04, -5.71604993e-04, 1.06423293e-04,\r\n -1.00667239e-03, -7.52831867e-04, -3.59850051e-03, -1.87116399e-04,\r\n -4.14791692e-04, -8.31779034e-04, -3.25797912e-04, 8.16694403e-04,\r\n -9.11948664e-05, -4.20872530e-04, -6.35586970e-04, 6.33112912e-04,\r\n -6.17303536e-04, -2.89018299e-05, -5.22513525e-04, 4.04142193e-04,\r\n 5.91298565e-04, -1.46551800e-04, -3.64537060e-04, 3.70698632e-04,\r\n -8.62165005e-04, -1.01958367e-03, 1.31774781e-04, 7.06719642e-04,\r\n 4.59892675e-04, 6.08660514e-04, 7.37728260e-04, 9.00431187e-04,\r\n 2.97220395e-04, -5.90034761e-04, 1.08272862e-03, -1.25857792e-03,\r\n 4.49936197e-04, 4.72550513e-04, -4.46944527e-04, -1.89290964e-03,\r\n 4.92720632e-04, -1.54460227e-04, -3.73741816e-04, -4.02631325e-04,\r\n 7.99135596e-04, -9.80796642e-04, 8.25236260e-04, 5.57116349e-04,\r\n -2.10288522e-06, -6.69197412e-04, -1.66126192e-05, -1.53326517e-04,\r\n -2.82244346e-05, -4.02772828e-04, -8.12421786e-04, 8.35117011e-04,\r\n -2.69911343e-05, -7.43109034e-04, -1.37779469e-04, -2.41833441e-05,\r\n -7.38260802e-04, -1.96821813e-04, -2.41502148e-05, -9.97454161e-04,\r\n 2.64732487e-04, -1.75832678e-03, 1.17485710e-04, -9.78037788e-05,\r\n 5.26464079e-04, -5.53459337e-04, 6.35085307e-05, 1.40959528e-04,\r\n -1.60802004e-03, 1.16834894e-03, -5.71387936e-04, 4.59257135e-04,\r\n -2.16942135e-04, -8.20923306e-04, -8.22454283e-04, -8.91073432e-04,\r\n 2.80208944e-04, 9.43574269e-05, 3.45775508e-04, 3.24587803e-04,\r\n 2.38559805e-04, -2.06248820e-04, 6.20714738e-04, -5.87494171e-04,\r\n 5.99128893e-04, -4.89475846e-04, -5.58521075e-04, 5.39315806e-06,\r\n -3.42503714e-04, 1.41901127e-03, -7.57163682e-04, -5.64522692e-04,\r\n -7.91520986e-04, 5.21145121e-04, 2.02408852e-03, -1.06384607e-04,\r\n -1.21695211e-03, -9.05069406e-04, -2.70358782e-04, -1.09641609e-04,\r\n -5.39235072e-04, -7.67180027e-05, -9.86311701e-04, 9.68765526e-04,\r\n -1.53652707e-03, 1.21926062e-03, 2.52706406e-04, -7.57116533e-04,\r\n 1.04164751e-03, -5.71496435e-04, 1.35344639e-03, 1.13940553e-03,\r\n 1.18351798e-03, 3.16733378e-04, -1.22747966e-04, 1.00750802e-03,\r\n 5.21870737e-04, -6.90255489e-04, 8.15491658e-04, -2.37966480e-04,\r\n -8.04664160e-04, -2.43383824e-04, 1.04590249e-03, 4.09602129e-04,\r\n 2.98886618e-04, 5.60442335e-04, -9.23424595e-05, 1.13964127e-03,\r\n 1.63377903e-03, -3.52117167e-05, -1.01013153e-04, 4.21650271e-04,\r\n -1.90464052e-05, 4.41401382e-04, 4.17727046e-04, 2.26323973e-04,\r\n 1.99855678e-03, -4.36673610e-04, 5.34953084e-04, -2.98760744e-04,\r\n 7.57532369e-04, -4.41849406e-05, 8.95082660e-04, -1.57386050e-04,\r\n 1.00758346e-03, 1.31029997e-03, 1.05182955e-03, 6.29643851e-04,\r\n 7.18104246e-04, 6.72722759e-04, 4.02423204e-04, 7.48195569e-04,\r\n 1.25203666e-03, 8.22027563e-04, 9.40077298e-04, -4.74464643e-04,\r\n -5.54924889e-04, 1.37185189e-03, -5.98437502e-04, 5.39190311e-04,\r\n -1.77317968e-04, 4.34110880e-05, 2.80075270e-04, 9.38114536e-05,\r\n -5.74664795e-04, -2.56602390e-04, -3.57944460e-04, 3.20801977e-04,\r\n -8.67931580e-04, 8.37371685e-04, 7.27320032e-04, -1.76582369e-04,\r\n 7.91078957e-04, 4.23305173e-04, 4.62880242e-04, -1.37596298e-03,\r\n -1.13309245e-03, 2.28138175e-04, -2.17030523e-04, 4.47029161e-04,\r\n -3.13183031e-04, -8.57597843e-06, -1.70763378e-04, -3.13189346e-04,\r\n 5.98123414e-04, 7.43433542e-04, -6.40252256e-04, 1.16536394e-03,\r\n 4.43872443e-04, 2.68466742e-04, -5.92972443e-04, -3.28011083e-04,\r\n -1.38441182e-03, 1.32673758e-05, -7.58231850e-04, -8.87676724e-05,\r\n 5.78527339e-04, 5.90835582e-04, 2.03411822e-04, 1.24355123e-04,\r\n 5.48458833e-04, 9.78736498e-05, -1.03728543e-03, -3.01620224e-04,\r\n -1.74664694e-03, 7.20503740e-04, 6.87097199e-04, 1.52700138e-03,\r\n -3.92811460e-04, -9.12196847e-05, -1.20099890e-03, -2.41123402e-04,\r\n 4.94409003e-04, -2.18983478e-04, -3.60000195e-05, -3.65556945e-04,\r\n 1.96742803e-05, -2.71012366e-04, -1.73564782e-04, 8.47964198e-04,\r\n 2.21183691e-05, 1.03721082e-04, 2.08908197e-04, -1.21639017e-03,\r\n 1.95942193e-04, 7.62266631e-04, 6.94759656e-04, 4.05154628e-04,\r\n -3.88813118e-04, 4.04668244e-04, -9.64264269e-04, -9.78495809e-04,\r\n 2.63609021e-04, 1.28671119e-03, 1.50890446e-06, -1.47685735e-03,\r\n -3.91801033e-04, 6.89492153e-04, 1.54065288e-04, -7.52089254e-05,\r\n -5.16254688e-04, 1.22117333e-03, -7.89227721e-04, 3.10281350e-04,\r\n 6.04541274e-04, -8.08428042e-04, -4.07220388e-04, 1.63781169e-05,\r\n -1.83526252e-03, -2.85982329e-04, 3.72489012e-04, -1.18422118e-04,\r\n -5.50847062e-06, 7.97088665e-04, 8.39237880e-04, 4.19908756e-04,\r\n -8.03221890e-04, -1.84057732e-04, -4.45082173e-04, 4.99040994e-04,\r\n 4.33483481e-04, 3.49355309e-04, 1.16468131e-04, 5.28083183e-04,\r\n -3.33790085e-04, 4.05789819e-04, -4.99511254e-04, 4.47895145e-04,\r\n 9.16178920e-04, 1.27455336e-04, -7.90875114e-04, -1.87337559e-04,\r\n 5.46464056e-04, -1.97961679e-04, 5.16001717e-04, -3.01448978e-04,\r\n -7.32789398e-04, -5.35160907e-05, 8.00862035e-04, 2.55532126e-04,\r\n -1.20945135e-03, 1.30921791e-04, -8.28967197e-04, 6.94736780e-04,\r\n 5.37068641e-04, 6.49138179e-04, -1.28828734e-03, -1.65148254e-03,\r\n -2.39196524e-04, 2.97041523e-04, 6.82452170e-04, 9.58763529e-04,\r\n -3.23396933e-04, -4.11480432e-04, -6.44017302e-04, -5.29786339e-05,\r\n -1.78653211e-03, -5.08558238e-04, -1.45838130e-04, -9.38410463e-04,\r\n -2.31247221e-04, -1.38276344e-04, 5.02012146e-04, 1.82994161e-04,\r\n 4.50831198e-04, -6.57172059e-04, -5.29879937e-04, 8.19339533e-04,\r\n 2.27263183e-04, -5.64834918e-04, 5.89020328e-06, 4.24688362e-04,\r\n -5.74991354e-05, -8.38618609e-04, 1.10551220e-04, 8.83210625e-04,\r\n 4.11351357e-04, -1.51288128e-04, -2.01765855e-04, -1.03000458e-03,\r\n 7.08942418e-04, 1.48007052e-03, -1.95403220e-04, 3.60081875e-04,\r\n 1.25058158e-03, -9.34130658e-05, 3.20896826e-04, 5.42961898e-05,\r\n -6.80940284e-04, 2.27259043e-05, -7.13856833e-04, -1.52521738e-04,\r\n 3.61050043e-04, -4.69459046e-05, 8.40932131e-04, -5.49682882e-04,\r\n -9.92985209e-04, -9.39348538e-04, -2.16365544e-04, -1.67845748e-04,\r\n -3.82347789e-05, 8.46338633e-04, -2.00853450e-04, 5.91547636e-04,\r\n -9.63313098e-04, 6.26304129e-04, 2.89927382e-04, 5.83152694e-04,\r\n -4.67221427e-04, 7.69491307e-05, 1.00245490e-03, 1.41421019e-03,\r\n 1.21694221e-03, -4.21749137e-04, 1.32508183e-04, -4.79456852e-04,\r\n 1.40894449e-03, 3.07102455e-04, 6.03875902e-04, -2.19981390e-04,\r\n -5.80208725e-04, -5.96643367e-04, -8.09447083e-04, -1.09303067e-03,\r\n -1.87922409e-03, -2.33222730e-04, -8.87487477e-05, 1.19461096e-03,\r\n 1.01204154e-04, 3.86784523e-04, 1.93878368e-04, -1.12958800e-03,\r\n -5.13361825e-04, -1.28040544e-03, 1.13598770e-03, -5.96334517e-04,\r\n -5.94493118e-04, -8.42069203e-05, -1.37871888e-03, -5.04129624e-04,\r\n 2.57312262e-04, 1.25586567e-03, -9.58606310e-04, -1.31114866e-04,\r\n -1.08709582e-03, 2.01435620e-03, -4.94437059e-04, -3.38324317e-04,\r\n -5.50381432e-04, -2.00382055e-04, -1.38255578e-04, 2.45632022e-04], dtype=float32)\r\n)\r\n",,terminal_output +11395,24150258,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +11396,24150350,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 3 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +11397,24150773,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11398,24163566,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +11399,24163567,"/fast/home/franz.srambical/jafar/sample.py",5620,0,"",python,selection_command +11400,24163677,"/fast/home/franz.srambical/jafar/sample.py",4046,1869," # @nnx.jit\n # @jax.jit\n def _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n # --- Define autoregressive sampling loop ---\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = genie.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n return generated_vid\n\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n video_batch = next(iter(dataloader))\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\n action_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\n",python,content +11401,24166561,"/fast/home/franz.srambical/jafar/sample.py",5611,0,"",python,selection_command +11402,24169575,"/fast/home/franz.srambical/jafar/sample.py",4644,0,"",python,selection_command +11403,24171716,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +11404,24171716,"/fast/home/franz.srambical/jafar/genie.py",8350,0,"",python,selection_command +11405,24178772,"/fast/home/franz.srambical/jafar/genie.py",7902,0,"",python,selection_command +11406,24182417,"genie.py",0,0,"",python,tab +11407,24195729,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +11408,24195730,"genie.py",0,0,"",python,tab +11409,24195730,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +11410,24195732,"/fast/home/franz.srambical/jafar/genie.py",13227,0,"",python,selection_command +11411,24201162,"/fast/home/franz.srambical/jafar/genie.py",13227,91," model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),",python,content +11412,24204292,"/fast/home/franz.srambical/jafar/genie.py",14830,89," model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),",python,content +11413,24205262,"genie.py",0,0,"",python,tab +11414,24210596,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +11415,24214262,"/fast/home/franz.srambical/jafar/sample.py",4652,0,"",python,selection_command +11416,24214442,"/fast/home/franz.srambical/jafar/sample.py",4666,0,"",python,selection_command +11417,24214612,"/fast/home/franz.srambical/jafar/sample.py",4668,0,"",python,selection_command +11418,24214740,"/fast/home/franz.srambical/jafar/sample.py",4673,0,"",python,selection_command +11419,24214904,"/fast/home/franz.srambical/jafar/sample.py",4674,0,"",python,selection_command +11420,24215070,"/fast/home/franz.srambical/jafar/sample.py",4680,0,"",python,selection_command +11421,24215329,"/fast/home/franz.srambical/jafar/sample.py",4674,0,"",python,selection_command +11422,24215584,"genie.py",0,0,"",python,tab +11423,24215585,"genie.py",5064,0,"",python,selection_command +11424,24216535,"genie.py",5056,15," def sample(",python,selection_command +11425,24216695,"genie.py",5056,300," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n",python,selection_command +11426,24216779,"genie.py",5056,470," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n",python,selection_command +11427,24216910,"genie.py",5056,900," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n",python,selection_command +11428,24217082,"genie.py",5056,1613," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n",python,selection_command +11429,24217228,"genie.py",5056,1837," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n",python,selection_command +11430,24217357,"genie.py",5056,1921," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n",python,selection_command +11431,24217526,"genie.py",5056,2107," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n",python,selection_command +11432,24217794,"genie.py",5056,2249," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n",python,selection_command +11433,24217963,"genie.py",5056,2555," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n",python,selection_command +11434,24218090,"genie.py",5056,3128," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n",python,selection_command +11435,24218270,"genie.py",5056,3450," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n",python,selection_command +11436,24218376,"genie.py",5056,3669," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n",python,selection_command +11437,24218750,"genie.py",5056,3879," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n",python,selection_command +11438,24218946,"genie.py",5056,4275," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n",python,selection_command +11439,24219414,"genie.py",5056,3880," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n",python,selection_command +11440,24219743,"genie.py",5056,3669," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n",python,selection_command +11441,24220337,"genie.py",5056,3450," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n",python,selection_command +11442,24220709,"genie.py",5056,3669," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n",python,selection_command +11443,24220949,"genie.py",5056,3879," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n",python,selection_command +11444,24312555,"genie.py",8935,0,"",python,selection_command +11445,24313382,"genie.py",8936,0,"",python,selection_command +11446,24313692,"genie.py",8937,0,"",python,selection_command +11447,24316494,"genie.py",8472,0,"",python,selection_command +11448,24316886,"genie.py",7827,0,"",python,selection_command +11449,24317364,"genie.py",7223,0,"",python,selection_command +11450,24318266,"genie.py",6829,0,"",python,selection_command +11451,24319376,"genie.py",6792,0,"",python,selection_command +11452,24319510,"genie.py",6754,0,"",python,selection_command +11453,24319640,"genie.py",6718,0,"",python,selection_command +11454,24320164,"genie.py",6682,0,"",python,selection_command +11455,24320250,"genie.py",6670,35," maskgit_step = MaskGITStep(",python,selection_command +11456,24320357,"genie.py",6670,71," maskgit_step = MaskGITStep(\n dynamics=self.dynamics,",python,selection_command +11457,24320489,"genie.py",6670,109," maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,",python,selection_command +11458,24320688,"genie.py",6670,146," maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,",python,selection_command +11459,24320749,"genie.py",6670,187," maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,",python,selection_command +11460,24320913,"genie.py",6670,212," maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,",python,selection_command +11461,24321024,"genie.py",6670,222," maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )",python,selection_command +11462,24321289,"genie.py",6670,222," MaskGITLoop = nn.scan(\n\n\n MaskGITStep,\n\n\n variable_broadcast=""params"",\n\n\n split_rngs={""params"": False},\n\n\n in_axes=0,\n\n\n out_axes=0,\n\n\n length=steps,\n\n\n )",python,content +11463,24322356,"genie.py",6739,0,"",python,selection_command +11464,24323382,"genie.py",6729,0,"",python,selection_command +11465,24323617,"genie.py",6728,0,"",python,selection_command +11466,24323641,"genie.py",6715,0,"",python,selection_command +11467,24323670,"genie.py",6702,0,"",python,selection_command +11468,24323703,"genie.py",6701,0,"",python,selection_command +11469,24324213,"genie.py",6701,1,"",python,content +11470,24324536,"genie.py",6701,1,"",python,content +11471,24324549,"genie.py",6713,0,"",python,selection_command +11472,24324797,"genie.py",6726,0,"",python,selection_command +11473,24325126,"genie.py",6726,1,"",python,content +11474,24325479,"genie.py",6726,1,"",python,content +11475,24325483,"genie.py",6738,0,"",python,selection_command +11476,24325661,"genie.py",6767,0,"",python,selection_command +11477,24325982,"genie.py",6767,1,"",python,content +11478,24326363,"genie.py",6767,1,"",python,content +11479,24326366,"genie.py",6779,0,"",python,selection_command +11480,24326646,"genie.py",6809,0,"",python,selection_command +11481,24326981,"genie.py",6809,1,"",python,content +11482,24327347,"genie.py",6809,1,"",python,content +11483,24327351,"genie.py",6821,0,"",python,selection_command +11484,24327549,"genie.py",6832,0,"",python,selection_command +11485,24328204,"genie.py",6832,2,"",python,content +11486,24328212,"genie.py",6844,0,"",python,selection_command +11487,24328342,"genie.py",6856,0,"",python,selection_command +11488,24329134,"genie.py",6856,2,"",python,content +11489,24329148,"genie.py",6868,0,"",python,selection_command +11490,24329435,"genie.py",6882,0,"",python,selection_command +11491,24330053,"genie.py",6882,2,"",python,content +11492,24330062,"genie.py",6890,0,"",python,selection_command +11493,24330411,"genie.py",6864,0,"",python,selection_command +11494,24330534,"genie.py",6840,0,"",python,selection_command +11495,24330798,"genie.py",6817,0,"",python,selection_command +11496,24330823,"genie.py",6775,0,"",python,selection_command +11497,24330847,"genie.py",6734,0,"",python,selection_command +11498,24331011,"genie.py",6709,0,"",python,selection_command +11499,24331149,"genie.py",6678,0,"",python,selection_command +11500,24331230,"genie.py",6690,0,"",python,selection_command +11501,24331400,"genie.py",6692,0,"",python,selection_command +11502,24332310,"genie.py",6693,0,"",python,selection_command +11503,24332581,"genie.py",6694,0,"",python,selection_command +11504,24332781,"genie.py",6694,0,"x",python,content +11505,24332781,"genie.py",6695,0,"",python,selection_keyboard +11506,24333028,"genie.py",6694,0,"",python,selection_command +11507,24340627,"genie.py",6692,0,"",python,selection_command +11508,24340763,"genie.py",6690,0,"",python,selection_command +11509,24341097,"genie.py",6678,0,"",python,selection_command +11510,24344021,"genie.py",6678,23,"",python,content +11511,24344218,"genie.py",6678,0,"j",python,content +11512,24344218,"genie.py",6679,0,"",python,selection_keyboard +11513,24344810,"genie.py",6678,0,"",python,selection_command +11514,24345896,"genie.py",6670,9," j",python,selection_command +11515,24346108,"genie.py",6670,34," j\n MaskGITStep,",python,selection_command +11516,24346375,"genie.py",6670,75," j\n MaskGITStep,\n variable_broadcast=""params"",",python,selection_command +11517,24346411,"genie.py",6670,117," j\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},",python,selection_command +11518,24346501,"genie.py",6670,140," j\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,",python,selection_command +11519,24346681,"genie.py",6670,164," j\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,",python,selection_command +11520,24346847,"genie.py",6670,190," j\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,",python,selection_command +11521,24346964,"genie.py",6670,200," j\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )",python,selection_command +11522,24347330,"genie.py",6670,200," ",python,content +11523,24347347,"genie.py",6678,0,"",python,selection_command +11524,24348943,"genie.py",6677,0,"",python,selection_command +11525,24349748,"genie.py",6678,0,"j\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )",python,content +11526,24349750,"genie.py",6678,0,"",python,selection_command +11527,24350002,"genie.py",6678,1,"MaskGITLoop = nnx.scan(",python,content +11528,24350296,"genie.py",6694,1,"",python,content +11529,24350296,"genie.py",6694,0,"",python,selection_command +11530,24350706,"genie.py",6882,0,"\n\n",python,content +11531,24350708,"genie.py",6882,0,"",python,selection_command +11532,24351133,"genie.py",6856,0,"\n\n",python,content +11533,24351147,"genie.py",6856,0,"",python,selection_command +11534,24351442,"genie.py",6832,0,"\n\n",python,content +11535,24351445,"genie.py",6832,0,"",python,selection_command +11536,24351775,"genie.py",6809,0,"\n",python,content +11537,24351780,"genie.py",6809,0,"",python,selection_command +11538,24352095,"genie.py",6810,0,"\n",python,content +11539,24352355,"genie.py",6767,0,"\n",python,content +11540,24352357,"genie.py",6767,0,"",python,selection_command +11541,24352545,"genie.py",6768,0,"\n",python,content +11542,24352707,"genie.py",6726,0,"\n",python,content +11543,24352709,"genie.py",6726,0,"",python,selection_command +11544,24352856,"genie.py",6727,0,"\n",python,content +11545,24353011,"genie.py",6701,0,"\n",python,content +11546,24353013,"genie.py",6701,0,"",python,selection_command +11547,24353433,"genie.py",6702,0,"\n",python,content +11548,24353434,"genie.py",6893,2,"",python,content +11549,24353442,"genie.py",6880,6,"steps",python,content +11550,24353443,"genie.py",6854,13,"sample_argmax=sample_argmax,",python,content +11551,24353444,"genie.py",6829,12,"temperature=temperature,",python,content +11552,24353445,"genie.py",6785,31,"tokenizer=self.tokenizer,",python,content +11553,24353447,"genie.py",6770,2,"",python,content +11554,24353448,"genie.py",6768,1,"",python,content +11555,24353448,"genie.py",6767,0,"ic",python,content +11556,24353448,"genie.py",6742,23,"dynamics=self.dyn",python,content +11557,24353448,"genie.py",6726,3,"(",python,content +11558,24353450,"genie.py",6692,23,"",python,content +11559,24353461,"genie.py",6678,10,"maskgit_ste",python,content +11560,24353462,"genie.py",14938,17,"",python,content +11561,24353463,"genie.py",14881,21,"",python,content +11562,24353464,"genie.py",13333,13,"",python,content +11563,24353464,"genie.py",13274,17,"",python,content +11564,24353466,"genie.py",5064,0,"",python,selection_command +11565,24355305,"genie.py",5535,0,"",python,selection_command +11566,24355818,"genie.py",6210,0,"",python,selection_command +11567,24356693,"genie.py",5535,0,"",python,selection_command +11568,24356825,"genie.py",5060,0,"",python,selection_command +11569,24357203,"genie.py",5535,0,"",python,selection_command +11570,24357357,"genie.py",6210,0,"",python,selection_command +11571,24357494,"genie.py",6891,0,"",python,selection_command +11572,24381240,"genie.py",6893,0,"",python,selection_command +11573,24381482,"genie.py",6902,0,"",python,selection_command +11574,24381487,"genie.py",6949,0,"",python,selection_command +11575,24381522,"genie.py",6977,0,"",python,selection_command +11576,24381553,"genie.py",6986,0,"",python,selection_command +11577,24381698,"genie.py",7027,0,"",python,selection_command +11578,24381984,"genie.py",6986,0,"",python,selection_command +11579,24384713,"genie.py",7939,0,"",python,selection_command +11580,24387229,"genie.py",6986,0,"",python,selection_command +11581,24389043,"genie.py",7027,0,"",python,selection_command +11582,24389326,"genie.py",7056,0,"",python,selection_command +11583,24389327,"genie.py",7098,0,"",python,selection_command +11584,24389342,"genie.py",7135,0,"",python,selection_command +11585,24389375,"genie.py",7161,0,"",python,selection_command +11586,24389408,"genie.py",7163,0,"",python,selection_command +11587,24389517,"genie.py",7172,0,"",python,selection_command +11588,24389518,"genie.py",7219,0,"",python,selection_command +11589,24389519,"genie.py",7263,0,"",python,selection_command +11590,24389547,"genie.py",7305,0,"",python,selection_command +11591,24389577,"genie.py",7314,0,"",python,selection_command +11592,24389611,"genie.py",7379,0,"",python,selection_command +11593,24389644,"genie.py",7436,0,"",python,selection_command +11594,24389678,"genie.py",7523,0,"",python,selection_command +11595,24389713,"genie.py",7560,0,"",python,selection_command +11596,24389746,"genie.py",7611,0,"",python,selection_command +11597,24389851,"genie.py",7620,0,"",python,selection_command +11598,24389851,"genie.py",7674,0,"",python,selection_command +11599,24389851,"genie.py",7709,0,"",python,selection_command +11600,24389882,"genie.py",7735,0,"",python,selection_command +11601,24389914,"genie.py",7770,0,"",python,selection_command +11602,24389948,"genie.py",7792,0,"",python,selection_command +11603,24390041,"genie.py",7823,0,"",python,selection_command +11604,24390042,"genie.py",7837,0,"",python,selection_command +11605,24390064,"genie.py",7910,0,"",python,selection_command +11606,24390119,"genie.py",7969,0,"",python,selection_command +11607,24390119,"genie.py",8037,0,"",python,selection_command +11608,24390149,"genie.py",8051,0,"",python,selection_command +11609,24390189,"genie.py",8107,0,"",python,selection_command +11610,24390224,"genie.py",8157,0,"",python,selection_command +11611,24390377,"genie.py",8107,0,"",python,selection_command +11612,24390582,"genie.py",8051,0,"",python,selection_command +11613,24390900,"genie.py",8037,0,"",python,selection_command +11614,24392138,"genie.py",7969,0,"",python,selection_command +11615,24392332,"genie.py",7977,0,"",python,selection_command +11616,24392472,"genie.py",8041,0,"",python,selection_command +11617,24392996,"genie.py",8041,1,")",python,selection_command +11618,24393231,"genie.py",7973,5," i",python,selection_command +11619,24393712,"genie.py",7914,5,"final",python,selection_command +11620,24394446,"genie.py",7914,1,"f",python,selection_command +11621,24394890,"genie.py",7914,0,"",python,selection_command +11622,24394964,"genie.py",8041,0,"#",python,content +11623,24394964,"genie.py",7973,0,"#",python,content +11624,24394964,"genie.py",7914,0,"#",python,content +11625,24394965,"genie.py",7915,0,"",python,selection_keyboard +11626,24395094,"genie.py",8044,0," ",python,content +11627,24395094,"genie.py",7975,0," ",python,content +11628,24395094,"genie.py",7915,0," ",python,content +11629,24395094,"genie.py",7916,0,"",python,selection_keyboard +11630,24395285,"genie.py",7915,0,"",python,selection_command +11631,24397231,"genie.py",7976,0,"",python,selection_command +11632,24397382,"genie.py",8046,0,"",python,selection_command +11633,24397518,"genie.py",8062,0,"",python,selection_command +11634,24397804,"genie.py",8061,0,"",python,selection_command +11635,24400416,"genie.py",8044,2,"",python,content +11636,24400418,"genie.py",7974,2,"",python,content +11637,24400425,"genie.py",7914,2,"",python,content +11638,24400430,"genie.py",7914,0,"",python,selection_command +11639,24403482,"genie.py",7841,0,"",python,selection_command +11640,24403542,"genie.py",7827,0,"",python,selection_command +11641,24403673,"genie.py",7796,0,"",python,selection_command +11642,24403894,"genie.py",7774,0,"",python,selection_command +11643,24403924,"genie.py",7739,0,"",python,selection_command +11644,24403955,"genie.py",7713,0,"",python,selection_command +11645,24403989,"genie.py",7678,0,"",python,selection_command +11646,24404024,"genie.py",7624,0,"",python,selection_command +11647,24404202,"genie.py",7611,0,"",python,selection_command +11648,24404284,"genie.py",7564,0,"",python,selection_command +11649,24404443,"genie.py",7527,0,"",python,selection_command +11650,24404568,"genie.py",7440,0,"",python,selection_command +11651,24404811,"genie.py",7383,0,"",python,selection_command +11652,24404916,"genie.py",7318,0,"",python,selection_command +11653,24405630,"genie.py",14887,0,"\n ",python,content +11654,24405632,"genie.py",14851,0,"\n ",python,content +11655,24405633,"genie.py",13316,0,"\n ",python,content +11656,24405635,"genie.py",13274,0,"\n ",python,content +11657,24405635,"genie.py",8055,0,"final_carry_maskgit = carry\n ",python,content +11658,24405645,"genie.py",4114,0,"",python,selection_command +11659,24408395,"genie.py",4805,0,"",python,selection_command +11660,24409003,"genie.py",5255,0,"",python,selection_command +11661,24409243,"genie.py",5993,0,"",python,selection_command +11662,24409634,"genie.py",6669,0,"",python,selection_command +11663,24410684,"genie.py",6986,0,"",python,selection_command +11664,24531469,"genie.py",6978,0," for step_t in range(T, seq_len):\n",python,content +11665,24531469,"genie.py",6894,82," # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs",python,content +11666,24531796,"genie.py",7704,0," # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n",python,content +11667,24531796,"genie.py",7520,123," mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)",python,content +11668,24531796,"genie.py",7070,277,"",python,content +11669,24532009,"genie.py",8374,321," final_token_idxs = current_token_idxs\n ",python,content +11670,24532009,"genie.py",7761,612,"",python,content +11671,24606751,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11672,24607111,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +11673,24607353,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +11674,24612534,"genie.py",6970,0,"",python,selection_mouse +11675,24615265,"genie.py",7003,0,"",python,selection_mouse +11676,24617891,"genie.py",7084,0,"",python,selection_mouse +11677,24619085,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +11678,24657816,"TERMINAL",0,0,"2025-07-25 17:59:07.912168: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11679,24659266,"TERMINAL",0,0,"2025-07-25 17:59:09.363175: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11680,24662791,"TERMINAL",0,0,"2025-07-25 17:59:12.838390: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11681,24663743,"TERMINAL",0,0,"2025-07-25 17:59:13.840142: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +11682,24664495,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 188, in \r\n ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"", line 221, in ssim\r\n chex.assert_type([a, b], float)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/chex/_src/asserts_internal.py"", line 279, in _chex_assert_fn\r\n host_assertion_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/chex/_src/asserts_internal.py"", line 197, in _assert_on_host\r\n raise exception_type(error_msg)\r\nAssertionError: [Chex] Assertion assert_type failed: Error in type compatibility check: input 0 has type uint8 but expected .\r\n",,terminal_output +11683,24665082,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +11684,24665244,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +11685,24665576,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +11686,24682649,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +11687,24682649,"/fast/home/franz.srambical/jafar/sample.py",5811,0,"",python,selection_command +11688,24693798,"train_dynamics.py",0,0,"",python,tab +11689,24695076,"train_dynamics.py",3246,0,"",python,selection_command +11690,24697728,"train_dynamics.py",3192,0,"",python,selection_command +11691,24697979,"train_dynamics.py",3197,0,"",python,selection_command +11692,24698234,"train_dynamics.py",3199,0,"",python,selection_command +11693,24698252,"train_dynamics.py",3202,0,"",python,selection_command +11694,24698294,"train_dynamics.py",3203,0,"",python,selection_command +11695,24698472,"train_dynamics.py",3207,0,"",python,selection_command +11696,24698680,"train_dynamics.py",3208,0,"",python,selection_command +11697,24700861,"train_dynamics.py",3210,0,"",python,selection_command +11698,24701024,"train_dynamics.py",3212,0,"",python,selection_command +11699,24704799,"train_dynamics.py",3131,0,"",python,selection_command +11700,24705045,"train_dynamics.py",3053,0,"",python,selection_command +11701,24705059,"train_dynamics.py",2994,0,"",python,selection_command +11702,24705088,"train_dynamics.py",2952,0,"",python,selection_command +11703,24705119,"train_dynamics.py",2880,0,"",python,selection_command +11704,24705156,"train_dynamics.py",2830,0,"",python,selection_command +11705,24705186,"train_dynamics.py",2804,0,"",python,selection_command +11706,24705220,"train_dynamics.py",2767,0,"",python,selection_command +11707,24705253,"train_dynamics.py",2704,0,"",python,selection_command +11708,24705287,"train_dynamics.py",2630,0,"",python,selection_command +11709,24705322,"train_dynamics.py",2603,0,"",python,selection_command +11710,24705666,"train_dynamics.py",2630,0,"",python,selection_command +11711,24707796,"train_dynamics.py",2619,0,"",python,selection_command +11712,24707940,"train_dynamics.py",2617,0,"",python,selection_command +11713,24708297,"train_dynamics.py",2610,0,"",python,selection_command +11714,24711743,"train_dynamics.py",2684,0,"",python,selection_command +11715,24711893,"train_dynamics.py",2747,0,"",python,selection_command +11716,24712007,"train_dynamics.py",2804,0,"",python,selection_command +11717,24712243,"train_dynamics.py",2810,0,"",python,selection_command +11718,24712631,"train_dynamics.py",2860,0,"",python,selection_command +11719,24712798,"train_dynamics.py",2932,0,"",python,selection_command +11720,24714459,"train_dynamics.py",2974,0,"",python,selection_command +11721,24715293,"train_dynamics.py",3033,0,"",python,selection_command +11722,24715727,"train_dynamics.py",3036,0,"",python,selection_command +11723,24715927,"train_dynamics.py",3038,0,"",python,selection_command +11724,24717725,"train_dynamics.py",3116,0,"",python,selection_command +11725,24717881,"train_dynamics.py",3117,0,"",python,selection_command +11726,24718308,"train_dynamics.py",3119,0,"",python,selection_command +11727,24719478,"train_dynamics.py",3126,0,"",python,selection_command +11728,24719691,"train_dynamics.py",3128,0,"",python,selection_command +11729,24720306,"train_dynamics.py",3126,0,"",python,selection_command +11730,24720457,"train_dynamics.py",3048,0,"",python,selection_command +11731,24720713,"train_dynamics.py",2989,0,"",python,selection_command +11732,24720739,"train_dynamics.py",2947,0,"",python,selection_command +11733,24720765,"train_dynamics.py",2875,0,"",python,selection_command +11734,24720795,"train_dynamics.py",2825,0,"",python,selection_command +11735,24720829,"train_dynamics.py",2804,0,"",python,selection_command +11736,24720870,"train_dynamics.py",2762,0,"",python,selection_command +11737,24720905,"train_dynamics.py",2699,0,"",python,selection_command +11738,24721036,"train_dynamics.py",2625,0,"",python,selection_command +11739,24721190,"train_dynamics.py",2598,0,"",python,selection_command +11740,24721330,"train_dynamics.py",2555,0,"",python,selection_command +11741,24721758,"train_dynamics.py",2550,0,"",python,selection_command +11742,24721925,"train_dynamics.py",2396,0,"",python,selection_command +11743,24724447,"genie.py",0,0,"",python,tab +11744,24726253,"genie.py",0,0,"",python,selection_command +11745,24726726,"genie.py",675,0,"",python,selection_command +11746,24726913,"genie.py",1668,0,"",python,selection_command +11747,24727237,"genie.py",2855,0,"",python,selection_command +11748,24727580,"genie.py",3990,0,"",python,selection_command +11749,24728594,"genie.py",4048,0,"",python,selection_command +11750,24728760,"genie.py",4067,0,"",python,selection_command +11751,24730091,"genie.py",4176,0,"",python,selection_command +11752,24731262,"genie.py",4256,0,"",python,selection_command +11753,24731559,"genie.py",4412,0,"",python,selection_command +11754,24731739,"genie.py",4474,0,"",python,selection_command +11755,24731909,"genie.py",4509,0,"",python,selection_command +11756,24732089,"genie.py",4582,0,"",python,selection_command +11757,24732264,"genie.py",4664,0,"",python,selection_command +11758,24732496,"genie.py",4717,0,"",python,selection_command +11759,24732674,"genie.py",4741,0,"",python,selection_command +11760,24733041,"genie.py",4768,0,"",python,selection_command +11761,24733240,"genie.py",4788,0,"",python,selection_command +11762,24733524,"genie.py",4830,0,"",python,selection_command +11763,24733692,"genie.py",4872,0,"",python,selection_command +11764,24734279,"genie.py",4879,0,"",python,selection_command +11765,24734526,"genie.py",4881,0,"",python,selection_command +11766,24734556,"genie.py",4886,0,"",python,selection_command +11767,24734580,"genie.py",4889,0,"",python,selection_command +11768,24734723,"genie.py",4891,0,"",python,selection_command +11769,24734912,"genie.py",4895,0,"",python,selection_command +11770,24735199,"genie.py",4896,0,"",python,selection_command +11771,24735200,"genie.py",4905,0,"",python,selection_command +11772,24735206,"genie.py",4906,0,"",python,selection_command +11773,24735239,"genie.py",4912,0,"",python,selection_command +11774,24735273,"genie.py",4926,0,"",python,selection_command +11775,24735532,"genie.py",4937,0,"",python,selection_command +11776,24735723,"genie.py",4939,0,"",python,selection_command +11777,24735739,"genie.py",4944,0,"",python,selection_command +11778,24735771,"genie.py",4946,0,"",python,selection_command +11779,24736133,"genie.py",4944,0,"",python,selection_command +11780,24736390,"genie.py",4939,0,"",python,selection_command +11781,24736412,"genie.py",4937,0,"",python,selection_command +11782,24736442,"genie.py",4926,0,"",python,selection_command +11783,24736474,"genie.py",4912,0,"",python,selection_command +11784,24736581,"genie.py",4906,0,"",python,selection_command +11785,24736582,"genie.py",4905,0,"",python,selection_command +11786,24736582,"genie.py",4896,0,"",python,selection_command +11787,24736611,"genie.py",4895,0,"",python,selection_command +11788,24736644,"genie.py",4891,0,"",python,selection_command +11789,24736677,"genie.py",4889,0,"",python,selection_command +11790,24737105,"genie.py",4891,0,"",python,selection_command +11791,24737190,"genie.py",4895,0,"",python,selection_command +11792,24737440,"genie.py",4896,0,"",python,selection_command +11793,24737528,"genie.py",4905,0,"",python,selection_command +11794,24738042,"genie.py",4906,0,"",python,selection_command +11795,24738229,"genie.py",4912,0,"",python,selection_command +11796,24739066,"genie.py",4926,0,"",python,selection_command +11797,24739067,"genie.py",4937,0,"",python,selection_command +11798,24739203,"genie.py",4926,0,"",python,selection_command +11799,24740251,"genie.py",4805,0,"",python,selection_command +11800,24741823,"genie.py",4817,0,"",python,selection_command +11801,24742041,"genie.py",4819,0,"",python,selection_command +11802,24742072,"genie.py",4822,0,"",python,selection_command +11803,24742104,"genie.py",4823,0,"",python,selection_command +11804,24742138,"genie.py",4829,0,"",python,selection_command +11805,24742172,"genie.py",4830,0,"",python,selection_command +11806,24742205,"genie.py",4837,0,"",python,selection_command +11807,24742660,"genie.py",4830,0,"",python,selection_command +11808,24752621,"genie.py",4793,0,"",python,selection_command +11809,24752833,"genie.py",4737,0,"",python,selection_command +11810,24753029,"genie.py",3538,0,"",python,selection_command +11811,24754407,"genie.py",3547,0,"",python,selection_command +11812,24754533,"genie.py",3549,0,"",python,selection_command +11813,24755099,"models/dynamics.py",0,0,"",python,tab +11814,24755099,"models/dynamics.py",132,0,"",python,selection_command +11815,24755675,"models/dynamics.py",981,0,"",python,selection_command +11816,24755979,"models/dynamics.py",2030,0,"",python,selection_command +11817,24759005,"models/dynamics.py",2119,0,"",python,selection_command +11818,24759248,"models/dynamics.py",2163,0,"",python,selection_command +11819,24759275,"models/dynamics.py",2234,0,"",python,selection_command +11820,24759307,"models/dynamics.py",2248,0,"",python,selection_command +11821,24759340,"models/dynamics.py",2301,0,"",python,selection_command +11822,24759373,"models/dynamics.py",2330,0,"",python,selection_command +11823,24759408,"models/dynamics.py",2415,0,"",python,selection_command +11824,24759441,"models/dynamics.py",2447,0,"",python,selection_command +11825,24759475,"models/dynamics.py",2497,0,"",python,selection_command +11826,24759510,"models/dynamics.py",2541,0,"",python,selection_command +11827,24759542,"models/dynamics.py",2576,0,"",python,selection_command +11828,24759650,"models/dynamics.py",2652,0,"",python,selection_command +11829,24759650,"models/dynamics.py",2666,0,"",python,selection_command +11830,24759651,"models/dynamics.py",2680,0,"",python,selection_command +11831,24759687,"models/dynamics.py",2692,0,"",python,selection_command +11832,24759761,"models/dynamics.py",2705,0,"",python,selection_command +11833,24759795,"models/dynamics.py",2742,0,"",python,selection_command +11834,24759797,"models/dynamics.py",2802,0,"",python,selection_command +11835,24759951,"models/dynamics.py",2876,0,"",python,selection_command +11836,24760314,"models/dynamics.py",2918,0,"",python,selection_command +11837,24760448,"models/dynamics.py",2921,0,"",python,selection_command +11838,24760699,"models/dynamics.py",2925,0,"",python,selection_command +11839,24760758,"models/dynamics.py",2926,0,"",python,selection_command +11840,24761891,"models/dynamics.py",2938,0,"",python,selection_command +11841,24762048,"models/dynamics.py",2939,0,"",python,selection_command +11842,24762412,"models/dynamics.py",2872,0,"",python,selection_command +11843,24762795,"models/dynamics.py",2879,0,"",python,selection_command +11844,24762936,"models/dynamics.py",2881,0,"",python,selection_command +11845,24763109,"models/dynamics.py",2885,0,"",python,selection_command +11846,24763321,"models/dynamics.py",2886,0,"",python,selection_command +11847,24765517,"models/dynamics.py",986,0,"",python,selection_command +11848,24766465,"models/dynamics.py",995,0,"",python,selection_command +11849,24766557,"models/dynamics.py",997,0,"",python,selection_command +11850,24766842,"utils/nn.py",0,0,"",python,tab +11851,24766842,"utils/nn.py",4209,0,"",python,selection_command +11852,24767359,"utils/nn.py",5081,0,"",python,selection_command +11853,24767514,"utils/nn.py",6026,0,"",python,selection_command +11854,24773066,"models/dynamics.py",0,0,"",python,tab +11855,24773066,"models/dynamics.py",997,0,"",python,selection_command +11856,24773825,"models/dynamics.py",2886,0,"",python,selection_command +11857,24797525,"models/dynamics.py",2939,0,"",python,selection_command +11858,24798517,"genie.py",0,0,"",python,tab +11859,24798517,"genie.py",3549,0,"",python,selection_command +11860,24799515,"genie.py",4737,0,"",python,selection_command +11861,24800994,"genie.py",4712,0,"",python,selection_command +11862,24804179,"genie.py",4768,0,"",python,selection_command +11863,24807194,"genie.py",4805,0,"",python,selection_command +11864,24807673,"genie.py",4872,0,"",python,selection_command +11865,24808366,"genie.py",4879,0,"",python,selection_command +11866,24808573,"genie.py",4881,0,"",python,selection_command +11867,24808822,"genie.py",4886,0,"",python,selection_command +11868,24808843,"genie.py",4889,0,"",python,selection_command +11869,24808874,"genie.py",4891,0,"",python,selection_command +11870,24808907,"genie.py",4895,0,"",python,selection_command +11871,24808942,"genie.py",4896,0,"",python,selection_command +11872,24809156,"genie.py",4905,0,"",python,selection_command +11873,24809327,"genie.py",4906,0,"",python,selection_command +11874,24809702,"models/tokenizer.py",0,0,"",python,tab +11875,24809703,"models/tokenizer.py",3164,0,"",python,selection_command +11876,24813232,"models/tokenizer.py",3227,0,"",python,selection_command +11877,24813394,"models/tokenizer.py",3265,0,"",python,selection_command +11878,24813910,"models/tokenizer.py",3297,0,"",python,selection_command +11879,24819246,"genie.py",0,0,"",python,tab +11880,24820580,"genie.py",4956,0,"",python,selection_command +11881,24820830,"genie.py",4974,0,"",python,selection_command +11882,24820853,"genie.py",5018,0,"",python,selection_command +11883,24820881,"genie.py",5053,0,"",python,selection_command +11884,24820914,"genie.py",5055,0,"",python,selection_command +11885,24820955,"genie.py",5070,0,"",python,selection_command +11886,24820987,"genie.py",5084,0,"",python,selection_command +11887,24821020,"genie.py",5115,0,"",python,selection_command +11888,24821052,"genie.py",5137,0,"",python,selection_command +11889,24821086,"genie.py",5162,0,"",python,selection_command +11890,24821120,"genie.py",5194,0,"",python,selection_command +11891,24821153,"genie.py",5231,0,"",python,selection_command +11892,24821185,"genie.py",5245,0,"",python,selection_command +11893,24821228,"genie.py",5257,0,"",python,selection_command +11894,24821256,"genie.py",5301,0,"",python,selection_command +11895,24821285,"genie.py",5356,0,"",python,selection_command +11896,24821317,"genie.py",5398,0,"",python,selection_command +11897,24821353,"genie.py",5442,0,"",python,selection_command +11898,24821383,"genie.py",5513,0,"",python,selection_command +11899,24821417,"genie.py",5526,0,"",python,selection_command +11900,24821450,"genie.py",5539,0,"",python,selection_command +11901,24821483,"genie.py",5583,0,"",python,selection_command +11902,24821521,"genie.py",5679,0,"",python,selection_command +11903,24821550,"genie.py",5801,0,"",python,selection_command +11904,24821587,"genie.py",5853,0,"",python,selection_command +11905,24821617,"genie.py",5915,0,"",python,selection_command +11906,24821650,"genie.py",5956,0,"",python,selection_command +11907,24821684,"genie.py",5979,0,"",python,selection_command +11908,24821718,"genie.py",6005,0,"",python,selection_command +11909,24821754,"genie.py",6049,0,"",python,selection_command +11910,24821784,"genie.py",6091,0,"",python,selection_command +11911,24821818,"genie.py",6122,0,"",python,selection_command +11912,24821891,"genie.py",6150,0,"",python,selection_command +11913,24821891,"genie.py",6188,0,"",python,selection_command +11914,24821919,"genie.py",6200,0,"",python,selection_command +11915,24821953,"genie.py",6244,0,"",python,selection_command +11916,24821988,"genie.py",6288,0,"",python,selection_command +11917,24822021,"genie.py",6370,0,"",python,selection_command +11918,24822056,"genie.py",6420,0,"",python,selection_command +11919,24822088,"genie.py",6460,0,"",python,selection_command +11920,24822121,"genie.py",6504,0,"",python,selection_command +11921,24822157,"genie.py",6563,0,"",python,selection_command +11922,24822189,"genie.py",6640,0,"",python,selection_command +11923,24822426,"genie.py",6563,0,"",python,selection_command +11924,24822683,"genie.py",6504,0,"",python,selection_command +11925,24822708,"genie.py",6460,0,"",python,selection_command +11926,24822737,"genie.py",6420,0,"",python,selection_command +11927,24822889,"genie.py",6460,0,"",python,selection_command +11928,24823143,"genie.py",6504,0,"",python,selection_command +11929,24823161,"genie.py",6563,0,"",python,selection_command +11930,24823196,"genie.py",6640,0,"",python,selection_command +11931,24823230,"genie.py",6669,0,"",python,selection_command +11932,24823271,"genie.py",6704,0,"",python,selection_command +11933,24823295,"genie.py",6740,0,"",python,selection_command +11934,24823337,"genie.py",6778,0,"",python,selection_command +11935,24823370,"genie.py",6815,0,"",python,selection_command +11936,24823396,"genie.py",6856,0,"",python,selection_command +11937,24823429,"genie.py",6881,0,"",python,selection_command +11938,24823464,"genie.py",6891,0,"",python,selection_command +11939,24823505,"genie.py",6893,0,"",python,selection_command +11940,24823538,"genie.py",6936,0,"",python,selection_command +11941,24823569,"genie.py",6986,0,"",python,selection_command +11942,24823603,"genie.py",7026,0,"",python,selection_command +11943,24823636,"genie.py",7028,0,"",python,selection_command +11944,24823671,"genie.py",7068,0,"",python,selection_command +11945,24823711,"genie.py",7112,0,"",python,selection_command +11946,24824096,"genie.py",7068,0,"",python,selection_command +11947,24824427,"genie.py",7028,0,"",python,selection_command +11948,24824878,"genie.py",7068,0,"",python,selection_command +11949,24825182,"genie.py",7112,0,"",python,selection_command +11950,24825182,"genie.py",7120,0,"",python,selection_command +11951,24825182,"genie.py",7163,0,"",python,selection_command +11952,24825513,"genie.py",7228,0,"",python,selection_command +11953,24825725,"genie.py",7285,0,"",python,selection_command +11954,24825940,"genie.py",7385,0,"",python,selection_command +11955,24826626,"genie.py",7285,0,"",python,selection_command +11956,24826790,"genie.py",7228,0,"",python,selection_command +11957,24827278,"genie.py",7163,0,"",python,selection_command +11958,24827709,"genie.py",7120,0,"",python,selection_command +11959,24828181,"genie.py",7163,0,"",python,selection_command +11960,24828546,"genie.py",7228,0,"",python,selection_command +11961,24828760,"genie.py",7285,0,"",python,selection_command +11962,24828980,"genie.py",7385,0,"",python,selection_command +11963,24829281,"genie.py",7402,0,"",python,selection_command +11964,24829602,"genie.py",7445,0,"",python,selection_command +11965,24833079,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +11966,24833079,"/fast/home/franz.srambical/jafar/sample.py",5811,0,"",python,selection_command +11967,24834428,"genie.py",0,0,"",python,tab +11968,24838859,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +11969,24845342,"genie.py",0,0,"",python,tab +11970,24846747,"sample.py",0,0,"",python,tab +11971,24850972,"genie.py",0,0,"",python,tab +11972,24851723,"sample.py",0,0,"",python,tab +11973,24852831,"sample.py",5815,0,"",python,selection_command +11974,24853676,"sample.py",5820,0,"",python,selection_command +11975,24853924,"sample.py",5822,0,"",python,selection_command +11976,24853957,"sample.py",5825,0,"",python,selection_command +11977,24853987,"sample.py",5826,0,"",python,selection_command +11978,24854045,"sample.py",5830,0,"",python,selection_command +11979,24854046,"sample.py",5831,0,"",python,selection_command +11980,24854077,"sample.py",5833,0,"",python,selection_command +11981,24854110,"sample.py",5837,0,"",python,selection_command +11982,24854145,"sample.py",5841,0,"",python,selection_command +11983,24854178,"sample.py",5842,0,"",python,selection_command +11984,24854212,"sample.py",5854,0,"",python,selection_command +11985,24854246,"sample.py",5856,0,"",python,selection_command +11986,24854280,"sample.py",5858,0,"",python,selection_command +11987,24854312,"sample.py",5862,0,"",python,selection_command +11988,24854346,"sample.py",5867,0,"",python,selection_command +11989,24854386,"sample.py",5871,0,"",python,selection_command +11990,24854420,"sample.py",5875,0,"",python,selection_command +11991,24854455,"sample.py",5876,0,"",python,selection_command +11992,24854486,"sample.py",5888,0,"",python,selection_command +11993,24854519,"sample.py",5890,0,"",python,selection_command +11994,24854553,"sample.py",5892,0,"",python,selection_command +11995,24854931,"sample.py",5890,0,"",python,selection_command +11996,24855179,"sample.py",5888,0,"",python,selection_command +11997,24855207,"sample.py",5876,0,"",python,selection_command +11998,24855228,"sample.py",5875,0,"",python,selection_command +11999,24855261,"sample.py",5871,0,"",python,selection_command +12000,24855294,"sample.py",5867,0,"",python,selection_command +12001,24855329,"sample.py",5862,0,"",python,selection_command +12002,24855361,"sample.py",5858,0,"",python,selection_command +12003,24855396,"sample.py",5856,0,"",python,selection_command +12004,24855428,"sample.py",5854,0,"",python,selection_command +12005,24855632,"sample.py",5842,0,"",python,selection_command +12006,24855833,"sample.py",5854,0,"",python,selection_command +12007,24856016,"sample.py",5856,0,"",python,selection_command +12008,24856175,"sample.py",5858,0,"",python,selection_command +12009,24856332,"sample.py",5862,0,"",python,selection_command +12010,24857265,"sample.py",5760,0,"",python,selection_command +12011,24860995,"sample.py",5766,0,"",python,selection_command +12012,24861240,"sample.py",5768,0,"",python,selection_command +12013,24861272,"sample.py",5771,0,"",python,selection_command +12014,24861295,"sample.py",5772,0,"",python,selection_command +12015,24861328,"sample.py",5776,0,"",python,selection_command +12016,24861360,"sample.py",5777,0,"",python,selection_command +12017,24861395,"sample.py",5778,0,"",python,selection_command +12018,24861429,"sample.py",5780,0,"",python,selection_command +12019,24861463,"sample.py",5781,0,"",python,selection_command +12020,24861641,"sample.py",5783,0,"",python,selection_command +12021,24861829,"sample.py",5790,0,"",python,selection_command +12022,24861975,"sample.py",5792,0,"",python,selection_command +12023,24862742,"sample.py",5790,0,"",python,selection_command +12024,24862893,"sample.py",5783,0,"",python,selection_command +12025,24863174,"sample.py",5781,0,"",python,selection_command +12026,24863327,"sample.py",5780,0,"",python,selection_command +12027,24863472,"sample.py",5778,0,"",python,selection_command +12028,24863605,"sample.py",5777,0,"",python,selection_command +12029,24863756,"sample.py",5776,0,"",python,selection_command +12030,24863895,"sample.py",5772,0,"",python,selection_command +12031,24864055,"sample.py",5771,0,"",python,selection_command +12032,24864315,"sample.py",5684,0,"",python,selection_command +12033,24864452,"sample.py",5626,0,"",python,selection_command +12034,24864775,"sample.py",4428,0,"",python,selection_command +12035,24866645,"sample.py",4485,0,"",python,selection_command +12036,24866846,"sample.py",4538,0,"",python,selection_command +12037,24867363,"sample.py",4580,0,"",python,selection_command +12038,24867542,"sample.py",4652,0,"",python,selection_command +12039,24867715,"sample.py",4768,0,"",python,selection_command +12040,24868123,"sample.py",4652,0,"",python,selection_command +12041,24868232,"sample.py",4666,0,"",python,selection_command +12042,24868408,"sample.py",4668,0,"",python,selection_command +12043,24868574,"sample.py",4673,0,"",python,selection_command +12044,24868726,"sample.py",4674,0,"",python,selection_command +12045,24872336,"genie.py",0,0,"",python,tab +12046,24872336,"genie.py",5064,0,"",python,selection_command +12047,24873253,"genie.py",5535,0,"",python,selection_command +12048,24873662,"genie.py",6210,0,"",python,selection_command +12049,24875892,"genie.py",6254,0,"",python,selection_command +12050,24876125,"genie.py",6336,0,"",python,selection_command +12051,24876157,"genie.py",6395,0,"",python,selection_command +12052,24876194,"genie.py",6430,0,"",python,selection_command +12053,24876225,"genie.py",6470,0,"",python,selection_command +12054,24876257,"genie.py",6529,0,"",python,selection_command +12055,24876296,"genie.py",6606,0,"",python,selection_command +12056,24876332,"genie.py",6669,0,"",python,selection_command +12057,24876362,"genie.py",6678,0,"",python,selection_command +12058,24876395,"genie.py",6714,0,"",python,selection_command +12059,24876430,"genie.py",6750,0,"",python,selection_command +12060,24876458,"genie.py",6788,0,"",python,selection_command +12061,24876492,"genie.py",6825,0,"",python,selection_command +12062,24876526,"genie.py",6866,0,"",python,selection_command +12063,24876560,"genie.py",6891,0,"",python,selection_command +12064,24876603,"genie.py",6893,0,"",python,selection_command +12065,24876644,"genie.py",6902,0,"",python,selection_command +12066,24876684,"genie.py",6969,0,"",python,selection_command +12067,24876717,"genie.py",6996,0,"",python,selection_command +12068,24876737,"genie.py",7028,0,"",python,selection_command +12069,24876763,"genie.py",7037,0,"",python,selection_command +12070,24876797,"genie.py",7078,0,"",python,selection_command +12071,24876836,"genie.py",7120,0,"",python,selection_command +12072,24876869,"genie.py",7129,0,"",python,selection_command +12073,24876897,"genie.py",7194,0,"",python,selection_command +12074,24876937,"genie.py",7251,0,"",python,selection_command +12075,24876970,"genie.py",7351,0,"",python,selection_command +12076,24877795,"genie.py",7251,0,"",python,selection_command +12077,24878014,"genie.py",7194,0,"",python,selection_command +12078,24878029,"genie.py",7251,0,"",python,selection_command +12079,24878277,"genie.py",7351,0,"",python,selection_command +12080,24878307,"genie.py",7402,0,"",python,selection_command +12081,24878338,"genie.py",7411,0,"",python,selection_command +12082,24878362,"genie.py",7459,0,"",python,selection_command +12083,24878402,"genie.py",7522,0,"",python,selection_command +12084,24878437,"genie.py",7531,0,"",python,selection_command +12085,24878472,"genie.py",7577,0,"",python,selection_command +12086,24878658,"genie.py",7612,0,"",python,selection_command +12087,24878992,"genie.py",7654,0,"",python,selection_command +12088,24879174,"genie.py",7663,0,"",python,selection_command +12089,24879428,"genie.py",7727,0,"",python,selection_command +12090,24879475,"genie.py",7761,0,"",python,selection_command +12091,24879480,"genie.py",7770,0,"",python,selection_command +12092,24879625,"genie.py",7815,0,"",python,selection_command +12093,24880311,"genie.py",7825,0,"",python,selection_command +12094,24880649,"genie.py",7880,0,"",python,selection_command +12095,24881376,"genie.py",7926,0,"",python,selection_command +12096,24881614,"genie.py",7956,0,"",python,selection_command +12097,24882836,"genie.py",7926,0,"",python,selection_command +12098,24882974,"genie.py",7956,0,"",python,selection_command +12099,24883183,"genie.py",7926,0,"",python,selection_command +12100,24883394,"genie.py",7880,0,"",python,selection_command +12101,24890945,"genie.py",7893,0,"",python,selection_command +12102,24891194,"genie.py",7895,0,"",python,selection_command +12103,24891221,"genie.py",7899,0,"",python,selection_command +12104,24891474,"genie.py",7900,0,"",python,selection_command +12105,24891639,"genie.py",7909,0,"",python,selection_command +12106,24891812,"genie.py",7910,0,"",python,selection_command +12107,24892502,"models/tokenizer.py",0,0,"",python,tab +12108,24892502,"models/tokenizer.py",3164,0,"",python,selection_command +12109,24899397,"genie.py",0,0,"",python,tab +12110,24899397,"genie.py",7910,0,"",python,selection_command +12111,24900217,"sample.py",0,0,"",python,tab +12112,24900217,"sample.py",4674,0,"",python,selection_command +12113,24905214,"sample.py",4602,0,"",python,selection_command +12114,24905357,"sample.py",4560,0,"",python,selection_command +12115,24905547,"sample.py",4507,0,"",python,selection_command +12116,24905738,"sample.py",4450,0,"",python,selection_command +12117,24906394,"sample.py",4424,0,"",python,selection_command +12118,24906628,"sample.py",4428,0,"",python,selection_command +12119,24907432,"sample.py",5621,0,"",python,selection_command +12120,24910980,"sample.py",5679,0,"",python,selection_command +12121,24912564,"sample.py",5766,0,"",python,selection_command +12122,24913234,"sample.py",5810,0,"\n ",python,content +12123,24913427,"sample.py",5815,0,"r",python,content +12124,24913428,"sample.py",5816,0,"",python,selection_keyboard +12125,24913496,"sample.py",5816,0,"e",python,content +12126,24913496,"sample.py",5817,0,"",python,selection_keyboard +12127,24913663,"sample.py",5817,0,"c",python,content +12128,24913664,"sample.py",5818,0,"",python,selection_keyboard +12129,24913746,"sample.py",5818,0,"o",python,content +12130,24913746,"sample.py",5819,0,"",python,selection_keyboard +12131,24913835,"sample.py",5819,0,"n",python,content +12132,24913836,"sample.py",5820,0,"",python,selection_keyboard +12133,24914127,"sample.py",5820,0," ",python,content +12134,24914127,"sample.py",5821,0,"",python,selection_keyboard +12135,24914227,"sample.py",5821,0,"=",python,content +12136,24914228,"sample.py",5822,0,"",python,selection_keyboard +12137,24914461,"sample.py",5822,0," ",python,content +12138,24914461,"sample.py",5823,0,"",python,selection_keyboard +12139,24915369,"sample.py",5823,0,"r",python,content +12140,24915370,"sample.py",5824,0,"",python,selection_keyboard +12141,24915409,"sample.py",5824,0,"e",python,content +12142,24915409,"sample.py",5825,0,"",python,selection_keyboard +12143,24915575,"sample.py",5825,0,"c",python,content +12144,24915576,"sample.py",5826,0,"",python,selection_keyboard +12145,24915700,"sample.py",5826,0,"o",python,content +12146,24915700,"sample.py",5827,0,"",python,selection_keyboard +12147,24915714,"sample.py",5827,0,"n",python,content +12148,24915715,"sample.py",5828,0,"",python,selection_keyboard +12149,24915898,"sample.py",5828,0,".",python,content +12150,24915898,"sample.py",5829,0,"",python,selection_keyboard +12151,24916557,"sample.py",5829,0,"astype(jnp.float32)",python,content +12152,24916754,"sample.py",5847,0,"",python,selection_command +12153,24918479,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12154,24918565,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +12155,24918817,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +12156,24924981,"sample.py",5810,0,"\n ",python,content +12157,24925087,"sample.py",5815,0,"#",python,content +12158,24925087,"sample.py",5816,0,"",python,selection_keyboard +12159,24925108,"sample.py",5816,0," ",python,content +12160,24925109,"sample.py",5817,0,"",python,selection_keyboard +12161,24925388,"sample.py",5817,0,"F",python,content +12162,24925388,"sample.py",5818,0,"",python,selection_keyboard +12163,24925409,"sample.py",5818,0,"I",python,content +12164,24925409,"sample.py",5819,0,"",python,selection_keyboard +12165,24925672,"sample.py",5819,0,"X",python,content +12166,24925673,"sample.py",5820,0,"",python,selection_keyboard +12167,24925788,"sample.py",5820,0,"M",python,content +12168,24925788,"sample.py",5821,0,"",python,selection_keyboard +12169,24925982,"sample.py",5821,0,"E",python,content +12170,24925982,"sample.py",5822,0,"",python,selection_keyboard +12171,24925993,"sample.py",5822,0,":",python,content +12172,24925993,"sample.py",5823,0,"",python,selection_keyboard +12173,24926211,"sample.py",5823,0," ",python,content +12174,24926212,"sample.py",5824,0,"",python,selection_keyboard +12175,24926424,"sample.py",5823,1,"",python,content +12176,24926524,"sample.py",5822,1,"",python,content +12177,24926622,"sample.py",5822,0," ",python,content +12178,24926622,"sample.py",5823,0,"",python,selection_keyboard +12179,24926707,"sample.py",5823,0,"()",python,content +12180,24926707,"sample.py",5824,0,"",python,selection_keyboard +12181,24926991,"sample.py",5824,0,"f",python,content +12182,24926991,"sample.py",5825,0,"",python,selection_keyboard +12183,24927129,"sample.py",5825,0,".",python,content +12184,24927129,"sample.py",5826,0,"",python,selection_keyboard +12185,24927189,"sample.py",5826,0,"s",python,content +12186,24927190,"sample.py",5827,0,"",python,selection_keyboard +12187,24927276,"sample.py",5827,0,"r",python,content +12188,24927276,"sample.py",5828,0,"",python,selection_keyboard +12189,24927377,"sample.py",5828,0,"a",python,content +12190,24927378,"sample.py",5829,0,"",python,selection_keyboard +12191,24927585,"sample.py",5829,0,"b",python,content +12192,24927586,"sample.py",5830,0,"",python,selection_keyboard +12193,24927920,"sample.py",5829,1,"",python,content +12194,24928462,"sample.py",5829,0,"m",python,content +12195,24928462,"sample.py",5830,0,"",python,selection_keyboard +12196,24928690,"sample.py",5830,0,"b",python,content +12197,24928690,"sample.py",5831,0,"",python,selection_keyboard +12198,24928785,"sample.py",5831,0,"c",python,content +12199,24928785,"sample.py",5832,0,"",python,selection_keyboard +12200,24929291,"sample.py",5831,1,"",python,content +12201,24929423,"sample.py",5831,0,"i",python,content +12202,24929423,"sample.py",5832,0,"",python,selection_keyboard +12203,24929454,"sample.py",5832,0,"c",python,content +12204,24929454,"sample.py",5833,0,"",python,selection_keyboard +12205,24929493,"sample.py",5833,0,"a",python,content +12206,24929493,"sample.py",5834,0,"",python,selection_keyboard +12207,24929596,"sample.py",5834,0,"l",python,content +12208,24929596,"sample.py",5835,0,"",python,selection_keyboard +12209,24929810,"sample.py",5835,1,")",python,content +12210,24929810,"sample.py",5836,0,"",python,selection_keyboard +12211,24930013,"sample.py",5836,0,":",python,content +12212,24930013,"sample.py",5837,0,"",python,selection_keyboard +12213,24930154,"sample.py",5837,0," ",python,content +12214,24930154,"sample.py",5838,0,"",python,selection_keyboard +12215,24930396,"sample.py",5838,0,"i",python,content +12216,24930397,"sample.py",5839,0,"",python,selection_keyboard +12217,24930457,"sample.py",5839,0,"n",python,content +12218,24930457,"sample.py",5840,0,"",python,selection_keyboard +12219,24930457,"sample.py",5840,0,"v",python,content +12220,24930457,"sample.py",5841,0,"",python,selection_keyboard +12221,24930547,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +12222,24930604,"sample.py",5841,0,"e",python,content +12223,24930604,"sample.py",5842,0,"",python,selection_keyboard +12224,24930671,"sample.py",5842,0,"s",python,content +12225,24930671,"sample.py",5843,0,"",python,selection_keyboard +12226,24930755,"sample.py",5843,0,"t",python,content +12227,24930756,"sample.py",5844,0,"",python,selection_keyboard +12228,24930856,"sample.py",5844,0,"i",python,content +12229,24930856,"sample.py",5845,0,"",python,selection_keyboard +12230,24930927,"sample.py",5845,0,"g",python,content +12231,24930927,"sample.py",5846,0,"",python,selection_keyboard +12232,24931022,"sample.py",5846,0,"a",python,content +12233,24931023,"sample.py",5847,0,"",python,selection_keyboard +12234,24931126,"sample.py",5847,0,"t",python,content +12235,24931126,"sample.py",5848,0,"",python,selection_keyboard +12236,24931189,"sample.py",5848,0,"e",python,content +12237,24931189,"sample.py",5849,0,"",python,selection_keyboard +12238,24931290,"sample.py",5849,0," ",python,content +12239,24931290,"sample.py",5850,0,"",python,selection_keyboard +12240,24931376,"sample.py",5850,0,"w",python,content +12241,24931376,"sample.py",5851,0,"",python,selection_keyboard +12242,24931522,"sample.py",5851,0,"h",python,content +12243,24931522,"sample.py",5852,0,"",python,selection_keyboard +12244,24931659,"sample.py",5852,0,"y",python,content +12245,24931659,"sample.py",5853,0,"",python,selection_keyboard +12246,24931739,"sample.py",5853,0," ",python,content +12247,24931739,"sample.py",5854,0,"",python,selection_keyboard +12248,24932166,"sample.py",5854,0,"t",python,content +12249,24932166,"sample.py",5855,0,"",python,selection_keyboard +12250,24932240,"sample.py",5855,0,"h",python,content +12251,24932240,"sample.py",5856,0,"",python,selection_keyboard +12252,24932279,"sample.py",5856,0,"i",python,content +12253,24932280,"sample.py",5857,0,"",python,selection_keyboard +12254,24932336,"sample.py",5857,0,"s",python,content +12255,24932336,"sample.py",5858,0,"",python,selection_keyboard +12256,24932407,"sample.py",5858,0," ",python,content +12257,24932407,"sample.py",5859,0,"",python,selection_keyboard +12258,24932522,"sample.py",5859,0,"i",python,content +12259,24932522,"sample.py",5860,0,"",python,selection_keyboard +12260,24932541,"sample.py",5860,0,"s",python,content +12261,24932541,"sample.py",5861,0,"",python,selection_keyboard +12262,24932623,"sample.py",5861,0," ",python,content +12263,24932623,"sample.py",5862,0,"",python,selection_keyboard +12264,24932797,"sample.py",5862,0,"n",python,content +12265,24932797,"sample.py",5863,0,"",python,selection_keyboard +12266,24932841,"sample.py",5863,0,"e",python,content +12267,24932841,"sample.py",5864,0,"",python,selection_keyboard +12268,24932990,"sample.py",5864,0,"e",python,content +12269,24932990,"sample.py",5865,0,"",python,selection_keyboard +12270,24933047,"sample.py",5865,0,"d",python,content +12271,24933048,"sample.py",5866,0,"",python,selection_keyboard +12272,24933196,"sample.py",5866,0,"e",python,content +12273,24933196,"sample.py",5867,0,"",python,selection_keyboard +12274,24933245,"sample.py",5867,0,"d",python,content +12275,24933245,"sample.py",5868,0,"",python,selection_keyboard +12276,24933479,"sample.py",5867,0,"",python,selection_command +12277,24967475,"sample.py",5905,0,"",python,selection_command +12278,24967762,"sample.py",5869,37," recon = recon.astype(jnp.float32)",python,selection_command +12279,24980870,"TERMINAL",0,0,"2025-07-25 18:04:30.879837: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12280,24982333,"TERMINAL",0,0,"2025-07-25 18:04:32.355606: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12281,24985824,"TERMINAL",0,0,"2025-07-25 18:04:35.921696: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12282,24986837,"TERMINAL",0,0,"2025-07-25 18:04:36.936043: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12283,24987692,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 189, in \r\n recon = recon.astype(jnp.float32)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"", line 221, in ssim\r\n chex.assert_type([a, b], float)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/chex/_src/asserts_internal.py"", line 279, in _chex_assert_fn\r\n host_assertion_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/chex/_src/asserts_internal.py"", line 197, in _assert_on_host\r\n raise exception_type(error_msg)\r\nAssertionError: [Chex] Assertion assert_type failed: Error in type compatibility check: input 0 has type uint8 but expected .\r\n",,terminal_output +12284,24988280,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +12285,24988392,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +12286,24988801,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12287,25005032,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +12288,25005033,"/fast/home/franz.srambical/jafar/sample.py",5869,0,"",python,selection_command +12289,25022578,"sample.py",0,0,"",python,tab +12290,25023818,"sample.py",5793,0,"",python,selection_mouse +12291,25025242,"sample.py",5848,0,"",python,selection_command +12292,25025412,"sample.py",5905,0,"",python,selection_command +12293,25029745,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +12294,25029745,"/fast/home/franz.srambical/jafar/sample.py",5869,0,"",python,selection_command +12295,25033780,"sample.py",0,0,"",python,tab +12296,25035023,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12297,25035097,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +12298,25035397,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +12299,25046989,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +12300,25051741,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13888.11 task 0: running\r\n",,terminal_output +12301,25051897,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13888.11\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-25T18:05:41.989] error: *** STEP 13888.11 ON hai003 CANCELLED AT 2025-07-25T18:05:41 DUE to SIGNAL Killed ***\r\n",,terminal_output +12302,25052003,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13888.11\r\nsrun: job abort in progress\r\n",,terminal_output +12303,25052248,"TERMINAL",0,0,"^C]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12304,25052962,"sample.py",5906,0,"\n ",python,content +12305,25053142,"sample.py",5911,0,"b",python,content +12306,25053142,"sample.py",5912,0,"",python,selection_keyboard +12307,25053185,"sample.py",5912,0,"r",python,content +12308,25053186,"sample.py",5913,0,"",python,selection_keyboard +12309,25053239,"sample.py",5913,0,"e",python,content +12310,25053239,"sample.py",5914,0,"",python,selection_keyboard +12311,25053309,"sample.py",5914,0,"a",python,content +12312,25053310,"sample.py",5915,0,"",python,selection_keyboard +12313,25053322,"sample.py",5915,0,"k",python,content +12314,25053322,"sample.py",5916,0,"",python,selection_keyboard +12315,25053481,"sample.py",5916,0,"p",python,content +12316,25053481,"sample.py",5917,0,"",python,selection_keyboard +12317,25053552,"sample.py",5917,0,"o",python,content +12318,25053552,"sample.py",5918,0,"",python,selection_keyboard +12319,25053614,"sample.py",5918,0,"i",python,content +12320,25053614,"sample.py",5919,0,"",python,selection_keyboard +12321,25053684,"sample.py",5919,0,"n",python,content +12322,25053684,"sample.py",5920,0,"",python,selection_keyboard +12323,25053736,"sample.py",5920,0,"t",python,content +12324,25053737,"sample.py",5921,0,"",python,selection_keyboard +12325,25053961,"sample.py",5921,0,"()",python,content +12326,25053961,"sample.py",5922,0,"",python,selection_keyboard +12327,25053994,"sample.py",5922,1,")",python,content +12328,25053995,"sample.py",5923,0,"",python,selection_keyboard +12329,25054202,"sample.py",5922,0,"",python,selection_command +12330,25055677,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +12331,25055884,"TERMINAL",0,0,"]",,terminal_output +12332,25056835,"TERMINAL",0,0,"",,terminal_output +12333,25057388,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +12334,25058916,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13888.12 task 0: running\r\n",,terminal_output +12335,25059102,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13888.12\r\nsrun: forcing job termination\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 14, in \r\n import tyro\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/__init__.py"", line 7, in \r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n from . import constructors as constructors\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/constructors/__init__.py"", line 12, in \r\n[2025-07-25T18:05:49.170] error: *** STEP 13888.12 ON hai003 CANCELLED AT 2025-07-25T18:05:49 DUE to SIGNAL Killed ***\r\n from ._primitive_spec import PrimitiveConstructorSpec as PrimitiveConstructorSpec\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/constructors/_primitive_spec.py"", line 38, in \r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12336,25059256,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12337,25059459,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12338,25060178,"sample.py",5884,0,"",python,selection_command +12339,25060543,"sample.py",5868,0,"\n ",python,content +12340,25060930,"sample.py",5873,0,"b",python,content +12341,25060930,"sample.py",5874,0,"",python,selection_keyboard +12342,25060998,"sample.py",5874,0,"r",python,content +12343,25060998,"sample.py",5875,0,"",python,selection_keyboard +12344,25061055,"sample.py",5875,0,"e",python,content +12345,25061055,"sample.py",5876,0,"",python,selection_keyboard +12346,25061112,"sample.py",5876,0,"a",python,content +12347,25061112,"sample.py",5877,0,"",python,selection_keyboard +12348,25061136,"sample.py",5877,0,"k",python,content +12349,25061136,"sample.py",5878,0,"",python,selection_keyboard +12350,25061278,"sample.py",5878,0,"p",python,content +12351,25061278,"sample.py",5879,0,"",python,selection_keyboard +12352,25061341,"sample.py",5879,0,"o",python,content +12353,25061342,"sample.py",5880,0,"",python,selection_keyboard +12354,25061425,"sample.py",5880,0,"i",python,content +12355,25061425,"sample.py",5881,0,"",python,selection_keyboard +12356,25061487,"sample.py",5881,0,"n",python,content +12357,25061488,"sample.py",5882,0,"",python,selection_keyboard +12358,25061553,"sample.py",5882,0,"t",python,content +12359,25061553,"sample.py",5883,0,"",python,selection_keyboard +12360,25061787,"sample.py",5883,0,"()",python,content +12361,25061788,"sample.py",5884,0,"",python,selection_keyboard +12362,25061806,"sample.py",5884,1,")",python,content +12363,25061806,"sample.py",5885,0,"",python,selection_keyboard +12364,25061993,"sample.py",5884,0,"",python,selection_command +12365,25063747,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12366,25063839,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +12367,25064093,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +12368,25075240,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +12369,25099055,"TERMINAL",0,0,"2025-07-25 18:06:29.143476: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12370,25100524,"TERMINAL",0,0,"2025-07-25 18:06:30.617910: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12371,25104063,"TERMINAL",0,0,"2025-07-25 18:06:34.155770: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12372,25105078,"TERMINAL",0,0,"2025-07-25 18:06:35.169729: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12373,25105692,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/sample.py(190)()\r\n-> recon = recon.astype(jnp.float32)\r\n",,terminal_output +12374,25109570,"TERMINAL",0,0,"l",,terminal_output +12375,25109812,"TERMINAL",0,0,"\r\n(Pdb) 185 \t vid = _autoreg_sample(rng, video_batch, action_batch)\r\n186 \t gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\r\n187 \t recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\r\n188 \t # FIXME (f.srambical): investigate why this is needed\r\n189 \t breakpoint()\r\n190 ->\t recon = recon.astype(jnp.float32)\r\n191 \t breakpoint()\r\n192 \t ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\r\n193 \t print(f""SSIM: {ssim}"")\r\n194 \t\r\n195 \t # --- Construct video ---\r\n",,terminal_output +12376,25112765,"TERMINAL",0,0,"r",,terminal_output +12377,25112824,"TERMINAL",0,0,"e",,terminal_output +12378,25113083,"TERMINAL",0,0,"co",,terminal_output +12379,25113179,"TERMINAL",0,0,"n",,terminal_output +12380,25113390,"TERMINAL",0,0,"\r\n(Pdb) Array([[[[0.527344, 0.894531, 0.640625],\r\n [0.632812, 0.746094, 1],\r\n [0.078125, 0.292969, 0.171875],\r\n ...,\r\n [0.632812, 0.714844, 1],\r\n [0.0888672, 0.296875, 0.183594],\r\n [0.21875, 0.570312, 0.609375]],\r\n\r\n [[0.324219, 0.746094, 0.890625],\r\n [0.523438, 0.980469, 0.498047],\r\n [0.558594, 0.652344, 0.964844],\r\n ...,\r\n [0.589844, 0.980469, 0.414062],\r\n [0.585938, 0.597656, 0.96875],\r\n [0.527344, 0.259766, 1]],\r\n\r\n [[0.675781, 0.147461, 0.75],\r\n [0.273438, 0.566406, 0.320312],\r\n [0.507812, 0.447266, 1],\r\n ...,\r\n [0.306641, 0.589844, 0.3125],\r\n [0.519531, 0.417969, 1],\r\n [1, 0.945312, 0.683594]],\r\n\r\n ...,\r\n\r\n [[0.519531, 0.625, 0.003479],\r\n [0.753906, 0.390625, 0.757812],\r\n [0.808594, 0.804688, 0.710938],\r\n ...,\r\n [0.800781, 0.363281, 0.902344],\r\n [0.613281, 0.835938, 0.601562],\r\n [0.363281, 0.671875, 0.279297]],\r\n\r\n [[0.582031, 0.210938, 0.111328],\r\n [0.53125, 0.804688, 1],\r\n [0.511719, 0.275391, 0.332031],\r\n ...,\r\n [0.742188, 0.847656, 1],\r\n [0.695312, 0.166992, 0.507812],\r\n [0.199219, 0.582031, 0.695312]],\r\n\r\n [[0.503906, 0.804688, 0.265625],\r\n [0.375, 0.988281, 0.527344],\r\n [0.554688, 0.359375, 0.46875],\r\n ...,\r\n [0.458984, 0.984375, 0.597656],\r\n [0.675781, 0.507812, 0.992188],\r\n [0.394531, 0.206055, 1]]],\r\n\r\n\r\n [[[0.582031, 0.847656, 0.558594],\r\n [0.652344, 0.765625, 1],\r\n [0.081543, 0.285156, 0.194336],\r\n ...,\r\n [0.667969, 0.761719, 1],\r\n [0.0888672, 0.269531, 0.212891],\r\n [0.226562, 0.503906, 0.539062]],\r\n\r\n [[0.267578, 0.808594, 0.894531],\r\n [0.5, 0.984375, 0.523438],\r\n [0.613281, 0.589844, 0.960938],\r\n ...,\r\n [0.558594, 0.984375, 0.460938],\r\n [0.621094, 0.519531, 0.964844],\r\n [0.5, 0.277344, 1]],\r\n\r\n [[0.621094, 0.175781, 0.730469],\r\n [0.217773, 0.589844, 0.289062],\r\n [0.523438, 0.488281, 1],\r\n ...,\r\n [0.226562, 0.609375, 0.28125],\r\n [0.546875, 0.472656, 1],\r\n [1, 0.949219, 0.636719]],\r\n\r\n ...,\r\n\r\n [[0.539062, 0.605469, 0.00328064],\r\n [0.800781, 0.402344, 0.742188],\r\n [0.792969, 0.761719, 0.5625],\r\n ...,\r\n [0.496094, 0.496094, 0.835938],\r\n [0.388672, 0.808594, 0.65625],\r\n [0.269531, 0.648438, 0.832031]],\r\n\r\n [[0.574219, 0.0289307, 0.0319824],\r\n [0.683594, 0.714844, 1],\r\n [0.410156, 0.197266, 0.199219],\r\n ...,\r\n [0.660156, 0.910156, 1],\r\n [0.550781, 0.211914, 0.515625],\r\n [0.223633, 0.347656, 0.519531]],\r\n\r\n [[0.5625, 0.972656, 0.675781],\r\n [0.40625, 0.984375, 0.660156],\r\n [0.84375, 0.400391, 0.976562],\r\n ...,\r\n [0.365234, 0.992188, 0.519531],\r\n [0.451172, 0.296875, 0.570312],\r\n [0.310547, 0.570312, 1]]]], dtype=bfloat16)\r\n",,terminal_output +12381,25123234,"TERMINAL",0,0,"r",,terminal_output +12382,25123295,"TERMINAL",0,0,"e",,terminal_output +12383,25123450,"TERMINAL",0,0,"c",,terminal_output +12384,25123534,"TERMINAL",0,0,"o",,terminal_output +12385,25123605,"TERMINAL",0,0,"n",,terminal_output +12386,25123836,"TERMINAL",0,0,".",,terminal_output +12387,25124835,"TERMINAL",0,0,"as",,terminal_output +12388,25125735,"TERMINAL",0,0," ",,terminal_output +12389,25126047,"TERMINAL",0,0,"   ",,terminal_output +12390,25126234,"TERMINAL",0,0," ",,terminal_output +12391,25126406,"TERMINAL",0,0," ",,terminal_output +12392,25126557,"TERMINAL",0,0," ",,terminal_output +12393,25127173,"TERMINAL",0,0,"e",,terminal_output +12394,25127260,"TERMINAL",0,0,"c",,terminal_output +12395,25127343,"TERMINAL",0,0,"o",,terminal_output +12396,25127427,"TERMINAL",0,0,"n",,terminal_output +12397,25127586,"TERMINAL",0,0,".",,terminal_output +12398,25127789,"TERMINAL",0,0,"d",,terminal_output +12399,25128032,"TERMINAL",0,0,"t",,terminal_output +12400,25128119,"TERMINAL",0,0,"y",,terminal_output +12401,25128184,"TERMINAL",0,0,"p",,terminal_output +12402,25128313,"TERMINAL",0,0,"e",,terminal_output +12403,25128502,"TERMINAL",0,0,"\r\n(Pdb) dtype(bfloat16)\r\n",,terminal_output +12404,25131247,"TERMINAL",0,0,"re",,terminal_output +12405,25131444,"TERMINAL",0,0,"c",,terminal_output +12406,25131503,"TERMINAL",0,0,"o",,terminal_output +12407,25131567,"TERMINAL",0,0,"n",,terminal_output +12408,25131725,"TERMINAL",0,0,".",,terminal_output +12409,25131882,"TERMINAL",0,0,"as",,terminal_output +12410,25132035,"TERMINAL",0,0,"t",,terminal_output +12411,25132213,"TERMINAL",0,0,"y",,terminal_output +12412,25132272,"TERMINAL",0,0,"p",,terminal_output +12413,25132371,"TERMINAL",0,0,"e",,terminal_output +12414,25133008,"TERMINAL",0,0,"(",,terminal_output +12415,25133632,"TERMINAL",0,0,"j",,terminal_output +12416,25133792,"TERMINAL",0,0,"n",,terminal_output +12417,25133854,"TERMINAL",0,0,"p",,terminal_output +12418,25134092,"TERMINAL",0,0,".",,terminal_output +12419,25134958,"TERMINAL",0,0,"b",,terminal_output +12420,25135172,"TERMINAL",0,0,"l",,terminal_output +12421,25135585,"TERMINAL",0,0," ",,terminal_output +12422,25135741,"TERMINAL",0,0," ",,terminal_output +12423,25135915,"TERMINAL",0,0,"f",,terminal_output +12424,25135988,"TERMINAL",0,0,"l",,terminal_output +12425,25136128,"TERMINAL",0,0,"o",,terminal_output +12426,25136180,"TERMINAL",0,0,"a",,terminal_output +12427,25136309,"TERMINAL",0,0,"t",,terminal_output +12428,25136588,"TERMINAL",0,0,"3",,terminal_output +12429,25136684,"TERMINAL",0,0,"2",,terminal_output +12430,25136998,"TERMINAL",0,0,")",,terminal_output +12431,25137310,"TERMINAL",0,0,"\r\n(Pdb) Array([[[[0.52734375, 0.89453125, 0.640625 ],\r\n [0.6328125 , 0.74609375, 1. ],\r\n [0.078125 , 0.29296875, 0.171875 ],\r\n ...,\r\n [0.6328125 , 0.71484375, 1. ],\r\n [0.08886719, 0.296875 , 0.18359375],\r\n [0.21875 , 0.5703125 , 0.609375 ]],\r\n\r\n [[0.32421875, 0.74609375, 0.890625 ],\r\n [0.5234375 , 0.98046875, 0.49804688],\r\n [0.55859375, 0.65234375, 0.96484375],\r\n ...,\r\n [0.58984375, 0.98046875, 0.4140625 ],\r\n [0.5859375 , 0.59765625, 0.96875 ],\r\n [0.52734375, 0.25976562, 1. ]],\r\n\r\n [[0.67578125, 0.14746094, 0.75 ],\r\n [0.2734375 , 0.56640625, 0.3203125 ],\r\n [0.5078125 , 0.44726562, 1. ],\r\n ...,\r\n [0.30664062, 0.58984375, 0.3125 ],\r\n [0.51953125, 0.41796875, 1. ],\r\n [1. , 0.9453125 , 0.68359375]],\r\n\r\n ...,\r\n\r\n [[0.51953125, 0.625 , 0.003479 ],\r\n [0.75390625, 0.390625 , 0.7578125 ],\r\n [0.80859375, 0.8046875 , 0.7109375 ],\r\n ...,\r\n [0.80078125, 0.36328125, 0.90234375],\r\n [0.61328125, 0.8359375 , 0.6015625 ],\r\n [0.36328125, 0.671875 , 0.27929688]],\r\n\r\n [[0.58203125, 0.2109375 , 0.11132812],\r\n [0.53125 , 0.8046875 , 1. ],\r\n [0.51171875, 0.27539062, 0.33203125],\r\n ...,\r\n [0.7421875 , 0.84765625, 1. ],\r\n [0.6953125 , 0.16699219, 0.5078125 ],\r\n [0.19921875, 0.58203125, 0.6953125 ]],\r\n\r\n [[0.50390625, 0.8046875 , 0.265625 ],\r\n [0.375 , 0.98828125, 0.52734375],\r\n [0.5546875 , 0.359375 , 0.46875 ],\r\n ...,\r\n [0.45898438, 0.984375 , 0.59765625],\r\n [0.67578125, 0.5078125 , 0.9921875 ],\r\n [0.39453125, 0.20605469, 1. ]]],\r\n\r\n\r\n [[[0.58203125, 0.84765625, 0.55859375],\r\n [0.65234375, 0.765625 , 1. ],\r\n [0.08154297, 0.28515625, 0.19433594],\r\n ...,\r\n [0.66796875, 0.76171875, 1. ],\r\n [0.08886719, 0.26953125, 0.21289062],\r\n [0.2265625 , 0.50390625, 0.5390625 ]],\r\n\r\n [[0.26757812, 0.80859375, 0.89453125],\r\n [0.5 , 0.984375 , 0.5234375 ],\r\n [0.61328125, 0.58984375, 0.9609375 ],\r\n ...,\r\n [0.55859375, 0.984375 , 0.4609375 ],\r\n [0.62109375, 0.51953125, 0.96484375],\r\n [0.5 , 0.27734375, 1. ]],\r\n\r\n [[0.62109375, 0.17578125, 0.73046875],\r\n [0.21777344, 0.58984375, 0.2890625 ],\r\n [0.5234375 , 0.48828125, 1. ],\r\n ...,\r\n [0.2265625 , 0.609375 , 0.28125 ],\r\n [0.546875 , 0.47265625, 1. ],\r\n [1. , 0.94921875, 0.63671875]],\r\n\r\n ...,\r\n\r\n [[0.5390625 , 0.60546875, 0.00328064],\r\n [0.80078125, 0.40234375, 0.7421875 ],\r\n [0.79296875, 0.76171875, 0.5625 ],\r\n ...,\r\n [0.49609375, 0.49609375, 0.8359375 ],\r\n [0.38867188, 0.80859375, 0.65625 ],\r\n [0.26953125, 0.6484375 , 0.83203125]],\r\n\r\n [[0.57421875, 0.02893066, 0.03198242],\r\n [0.68359375, 0.71484375, 1. ],\r\n [0.41015625, 0.19726562, 0.19921875],\r\n ...,\r\n [0.66015625, 0.91015625, 1. ],\r\n [0.55078125, 0.21191406, 0.515625 ],\r\n [0.22363281, 0.34765625, 0.51953125]],\r\n\r\n [[0.5625 , 0.97265625, 0.67578125],\r\n [0.40625 , 0.984375 , 0.66015625],\r\n [0.84375 , 0.40039062, 0.9765625 ],\r\n ...,\r\n [0.36523438, 0.9921875 , 0.51953125],\r\n [0.45117188, 0.296875 , 0.5703125 ],\r\n [0.31054688, 0.5703125 , 1. ]]]], dtype=float32)\r\n",,terminal_output +12432,25150664,"TERMINAL",0,0,"p",,terminal_output +12433,25150734,"TERMINAL",0,0,"i",,terminal_output +12434,25150819,"TERMINAL",0,0,"x",,terminal_output +12435,25151105,"TERMINAL",0,0,".",,terminal_output +12436,25151190,"TERMINAL",0,0,"s",,terminal_output +12437,25151440,"TERMINAL",0,0,"s",,terminal_output +12438,25151523,"TERMINAL",0,0,"i",,terminal_output +12439,25151629,"TERMINAL",0,0,"m",,terminal_output +12440,25152308,"TERMINAL",0,0,"(",,terminal_output +12441,25153965,"TERMINAL",0,0,"g",,terminal_output +12442,25154145,"TERMINAL",0,0,"t",,terminal_output +12443,25154336,"TERMINAL",0,0,"[",,terminal_output +12444,25155299,"TERMINAL",0,0,":",,terminal_output +12445,25155463,"TERMINAL",0,0,",",,terminal_output +12446,25155717,"TERMINAL",0,0," ",,terminal_output +12447,25161674,"TERMINAL",0,0,"0",,terminal_output +12448,25161854,"TERMINAL",0,0,"]",,terminal_output +12449,25164002,"TERMINAL",0,0,",",,terminal_output +12450,25164331,"TERMINAL",0,0," r",,terminal_output +12451,25164478,"TERMINAL",0,0,"e",,terminal_output +12452,25164566,"TERMINAL",0,0,"c",,terminal_output +12453,25164620,"TERMINAL",0,0,"o",,terminal_output +12454,25164748,"TERMINAL",0,0,"n",,terminal_output +12455,25164839,"TERMINAL",0,0,"[",,terminal_output +12456,25165643,"TERMINAL",0,0,":",,terminal_output +12457,25165887,"TERMINAL",0,0,",",,terminal_output +12458,25166115,"TERMINAL",0,0,"0",,terminal_output +12459,25166409,"TERMINAL",0,0,"]",,terminal_output +12460,25167139,"TERMINAL",0,0,")",,terminal_output +12461,25169535,"TERMINAL",0,0,"\r\n(Pdb) *** AssertionError: [Chex] Assertion assert_type failed: Error in type compatibility check: input 0 has type uint8 but expected .\r\n",,terminal_output +12462,25182299,"sample.py",5901,0,"",python,selection_command +12463,25182416,"sample.py",5939,0,"",python,selection_command +12464,25182555,"sample.py",5956,0,"",python,selection_command +12465,25182832,"sample.py",5941,91," ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()",python,selection_command +12466,25197020,"sample.py",5956,0,"",python,selection_command +12467,25198128,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",0,0,"# Copyright 2020 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n""""""PIX public APIs.""""""\n\nfrom dm_pix._src import augment\nfrom dm_pix._src import color_conversion\nfrom dm_pix._src import depth_and_space\nfrom dm_pix._src import interpolation\nfrom dm_pix._src import metrics\nfrom dm_pix._src import patch\n\n__version__ = ""0.4.4""\n\n# Augmentations.\nadjust_brightness = augment.adjust_brightness\nadjust_contrast = augment.adjust_contrast\nadjust_gamma = augment.adjust_gamma\nadjust_hue = augment.adjust_hue\nadjust_saturation = augment.adjust_saturation\naffine_transform = augment.affine_transform\ncenter_crop = augment.center_crop\nelastic_deformation = augment.elastic_deformation\nflip_left_right = augment.flip_left_right\nflip_up_down = augment.flip_up_down\ngaussian_blur = augment.gaussian_blur\npad_to_size = augment.pad_to_size\nrandom_brightness = augment.random_brightness\nrandom_contrast = augment.random_contrast\nrandom_crop = augment.random_crop\nrandom_flip_left_right = augment.random_flip_left_right\nrandom_flip_up_down = augment.random_flip_up_down\nrandom_gamma = augment.random_gamma\nrandom_hue = augment.random_hue\nrandom_saturation = augment.random_saturation\nresize_with_crop_or_pad = augment.resize_with_crop_or_pad\nrotate = augment.rotate\nrot90 = augment.rot90\nsolarize = augment.solarize\n\n# Color conversions.\nhsl_to_rgb = color_conversion.hsl_to_rgb\nhsv_to_rgb = color_conversion.hsv_to_rgb\nrgb_to_hsl = color_conversion.rgb_to_hsl\nrgb_to_hsv = color_conversion.rgb_to_hsv\nrgb_to_grayscale = color_conversion.rgb_to_grayscale\n\n# Depth and space transformations.\ndepth_to_space = depth_and_space.depth_to_space\nspace_to_depth = depth_and_space.space_to_depth\n\n# Interpolation functions.\nflat_nd_linear_interpolate = interpolation.flat_nd_linear_interpolate\nflat_nd_linear_interpolate_constant = (\n interpolation.flat_nd_linear_interpolate_constant)\n\n# Metrics.\nmae = metrics.mae\nmse = metrics.mse\npsnr = metrics.psnr\nrmse = metrics.rmse\nsimse = metrics.simse\nssim = metrics.ssim\n\n# Patch extraction functions.\nextract_patches = patch.extract_patches\n\ndel augment, color_conversion, depth_and_space, interpolation, metrics, patch\n\n__all__ = (\n ""adjust_brightness"",\n ""adjust_contrast"",\n ""adjust_gamma"",\n ""adjust_hue"",\n ""adjust_saturation"",\n ""affine_transform"",\n ""center_crop"",\n ""depth_to_space"",\n ""elastic_deformation"",\n ""extract_patches"",\n ""flat_nd_linear_interpolate"",\n ""flat_nd_linear_interpolate_constant"",\n ""flip_left_right"",\n ""flip_up_down"",\n ""gaussian_blur"",\n ""hsl_to_rgb"",\n ""hsv_to_rgb"",\n ""mae"",\n ""mse"",\n ""pad_to_size"",\n ""psnr"",\n ""random_brightness"",\n ""random_contrast"",\n ""random_crop"",\n ""random_flip_left_right"",\n ""random_flip_up_down"",\n ""random_gamma"",\n ""random_hue"",\n ""random_saturation"",\n ""resize_with_crop_or_pad"",\n ""rotate"",\n ""rgb_to_hsl"",\n ""rgb_to_hsv"",\n ""rgb_to_grayscale"",\n ""rmse"",\n ""rot90"",\n ""simse"",\n ""ssim"",\n ""solarize"",\n ""space_to_depth"",\n)\n\n# _________________________________________\n# / Please don't use symbols in `_src` they \\n# \ are not part of the PIX public API. /\n# -----------------------------------------\n# \ ^__^\n# \ (oo)\_______\n# (__)\ )\/\\n# ||----w |\n# || ||\n#\ntry:\n del _src # pylint: disable=undefined-variable\nexcept NameError:\n pass\n",python,tab +12468,25198128,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",2521,0,"",python,selection_command +12469,25199153,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",2526,0,"",python,selection_command +12470,25199470,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",2528,0,"",python,selection_command +12471,25199641,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",2535,0,"",python,selection_command +12472,25199805,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",2536,0,"",python,selection_command +12473,25200208,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",0,0,"# Copyright 2021 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n""""""Functions to compare image pairs.\n\nAll functions expect float-encoded images, with values in [0, 1], with NHWC\nshapes. Each image metric function returns a scalar for each image pair.\n""""""\n\nfrom typing import Callable, Optional\n\nimport chex\nimport jax\nimport jax.numpy as jnp\n\n# DO NOT REMOVE - Logging lib.\n\n\ndef mae(\n a: chex.Array,\n b: chex.Array,\n *,\n ignore_nans: bool = False,\n) -> chex.Numeric:\n """"""Returns the Mean Absolute Error between `a` and `b`.\n\n Args:\n a: First image (or set of images).\n b: Second image (or set of images).\n ignore_nans: If True, will ignore NaNs in the inputs.\n\n Returns:\n MAE between `a` and `b`.\n """"""\n # DO NOT REMOVE - Logging usage.\n\n chex.assert_rank([a, b], {3, 4})\n chex.assert_type([a, b], float)\n chex.assert_equal_shape([a, b])\n mean_fn = jnp.nanmean if ignore_nans else jnp.mean\n return mean_fn(jnp.abs(a - b), axis=(-3, -2, -1))\n\n\ndef mse(\n a: chex.Array,\n b: chex.Array,\n *,\n ignore_nans: bool = False,\n) -> chex.Numeric:\n """"""Returns the Mean Squared Error between `a` and `b`.\n\n Args:\n a: First image (or set of images).\n b: Second image (or set of images).\n ignore_nans: If True, will ignore NaNs in the inputs.\n\n Returns:\n MSE between `a` and `b`.\n """"""\n # DO NOT REMOVE - Logging usage.\n\n chex.assert_rank([a, b], {3, 4})\n chex.assert_type([a, b], float)\n chex.assert_equal_shape([a, b])\n mean_fn = jnp.nanmean if ignore_nans else jnp.mean\n return mean_fn(jnp.square(a - b), axis=(-3, -2, -1))\n\n\ndef psnr(\n a: chex.Array,\n b: chex.Array,\n *,\n ignore_nans: bool = False,\n) -> chex.Numeric:\n """"""Returns the Peak Signal-to-Noise Ratio between `a` and `b`.\n\n Assumes that the dynamic range of the images (the difference between the\n maximum and the minimum allowed values) is 1.0.\n\n Args:\n a: First image (or set of images).\n b: Second image (or set of images).\n ignore_nans: If True, will ignore NaNs in the inputs.\n\n Returns:\n PSNR in decibels between `a` and `b`.\n """"""\n # DO NOT REMOVE - Logging usage.\n\n chex.assert_rank([a, b], {3, 4})\n chex.assert_type([a, b], float)\n chex.assert_equal_shape([a, b])\n return -10.0 * jnp.log(mse(a, b, ignore_nans=ignore_nans)) / jnp.log(10.0)\n\n\ndef rmse(\n a: chex.Array,\n b: chex.Array,\n *,\n ignore_nans: bool = False,\n) -> chex.Array:\n """"""Returns the Root Mean Squared Error between `a` and `b`.\n\n Args:\n a: First image (or set of images).\n b: Second image (or set of images).\n ignore_nans: If True, will ignore NaNs in the inputs.\n\n Returns:\n RMSE between `a` and `b`.\n """"""\n # DO NOT REMOVE - Logging usage.\n\n chex.assert_rank([a, b], {3, 4})\n chex.assert_type([a, b], float)\n chex.assert_equal_shape([a, b])\n return jnp.sqrt(mse(a, b, ignore_nans=ignore_nans))\n\n\ndef simse(\n a: chex.Array,\n b: chex.Array,\n *,\n ignore_nans: bool = False,\n) -> chex.Numeric:\n """"""Returns the Scale-Invariant Mean Squared Error between `a` and `b`.\n\n For each image pair, a scaling factor for `b` is computed as the solution to\n the following problem:\n\n min_alpha || vec(a) - alpha * vec(b) ||_2^2\n\n where `a` and `b` are flattened, i.e., vec(x) = np.flatten(x). The MSE between\n the optimally scaled `b` and `a` is returned: mse(a, alpha*b).\n\n This is a scale-invariant metric, so for example: simse(x, y) == sims(x, y*5).\n\n This metric was used in ""Shape, Illumination, and Reflectance from Shading"" by\n Barron and Malik, TPAMI, '15.\n\n Args:\n a: First image (or set of images).\n b: Second image (or set of images).\n ignore_nans: If True, will ignore NaNs in the inputs.\n\n Returns:\n SIMSE between `a` and `b`.\n """"""\n # DO NOT REMOVE - Logging usage.\n\n chex.assert_rank([a, b], {3, 4})\n chex.assert_type([a, b], float)\n chex.assert_equal_shape([a, b])\n\n sum_fn = jnp.nansum if ignore_nans else jnp.sum\n a_dot_b = sum_fn((a * b), axis=(-3, -2, -1), keepdims=True)\n b_dot_b = sum_fn((b * b), axis=(-3, -2, -1), keepdims=True)\n alpha = a_dot_b / b_dot_b\n return mse(a, alpha * b, ignore_nans=ignore_nans)\n\n\ndef ssim(\n a: chex.Array,\n b: chex.Array,\n *,\n max_val: float = 1.0,\n filter_size: int = 11,\n filter_sigma: float = 1.5,\n k1: float = 0.01,\n k2: float = 0.03,\n return_map: bool = False,\n precision=jax.lax.Precision.HIGHEST,\n filter_fn: Optional[Callable[[chex.Array], chex.Array]] = None,\n ignore_nans: bool = False,\n) -> chex.Numeric:\n """"""Computes the structural similarity index (SSIM) between image pairs.\n\n This function is based on the standard SSIM implementation from:\n Z. Wang, A. C. Bovik, H. R. Sheikh and E. P. Simoncelli,\n ""Image quality assessment: from error visibility to structural similarity"",\n in IEEE Transactions on Image Processing, vol. 13, no. 4, pp. 600-612, 2004.\n\n This function was modeled after tf.image.ssim, and should produce comparable\n output.\n\n Note: the true SSIM is only defined on grayscale. This function does not\n perform any colorspace transform. If the input is in a color space, then it\n will compute the average SSIM.\n\n Args:\n a: First image (or set of images).\n b: Second image (or set of images).\n max_val: The maximum magnitude that `a` or `b` can have.\n filter_size: Window size (>= 1). Image dims must be at least this small.\n filter_sigma: The bandwidth of the Gaussian used for filtering (> 0.).\n k1: One of the SSIM dampening parameters (> 0.).\n k2: One of the SSIM dampening parameters (> 0.).\n return_map: If True, will cause the per-pixel SSIM ""map"" to be returned.\n precision: The numerical precision to use when performing convolution.\n filter_fn: An optional argument for overriding the filter function used by\n SSIM, which would otherwise be a 2D Gaussian blur specified by filter_size\n and filter_sigma.\n ignore_nans: If True, will ignore NaNs in the inputs.\n\n Returns:\n Each image's mean SSIM, or a tensor of individual values if `return_map`.\n """"""\n # DO NOT REMOVE - Logging usage.\n\n chex.assert_rank([a, b], {3, 4})\n chex.assert_type([a, b], float)\n chex.assert_equal_shape([a, b])\n\n if filter_fn is None:\n # Construct a 1D Gaussian blur filter.\n hw = filter_size // 2\n shift = (2 * hw - filter_size + 1) / 2\n f_i = ((jnp.arange(filter_size) - hw + shift) / filter_sigma) ** 2\n filt = jnp.exp(-0.5 * f_i)\n filt /= jnp.sum(filt)\n\n # Construct a 1D convolution.\n def filter_fn_1(z):\n return jnp.convolve(z, filt, mode=""valid"", precision=precision)\n\n filter_fn_vmap = jax.vmap(filter_fn_1)\n\n # Apply the vectorized filter along the y axis.\n def filter_fn_y(z):\n z_flat = jnp.moveaxis(z, -3, -1).reshape((-1, z.shape[-3]))\n z_filtered_shape = ((z.shape[-4],) if z.ndim == 4 else ()) + (\n z.shape[-2],\n z.shape[-1],\n -1,\n )\n z_filtered = jnp.moveaxis(\n filter_fn_vmap(z_flat).reshape(z_filtered_shape), -1, -3\n )\n return z_filtered\n\n # Apply the vectorized filter along the x axis.\n def filter_fn_x(z):\n z_flat = jnp.moveaxis(z, -2, -1).reshape((-1, z.shape[-2]))\n z_filtered_shape = ((z.shape[-4],) if z.ndim == 4 else ()) + (\n z.shape[-3],\n z.shape[-1],\n -1,\n )\n z_filtered = jnp.moveaxis(\n filter_fn_vmap(z_flat).reshape(z_filtered_shape), -1, -2\n )\n return z_filtered\n\n # Apply the blur in both x and y.\n filter_fn = lambda z: filter_fn_y(filter_fn_x(z))\n\n mu0 = filter_fn(a)\n mu1 = filter_fn(b)\n mu00 = mu0 * mu0\n mu11 = mu1 * mu1\n mu01 = mu0 * mu1\n sigma00 = filter_fn(a**2) - mu00\n sigma11 = filter_fn(b**2) - mu11\n sigma01 = filter_fn(a * b) - mu01\n\n # Clip the variances and covariances to valid values.\n # Variance must be non-negative:\n epsilon = jnp.finfo(jnp.float32).eps ** 2\n sigma00 = jnp.maximum(epsilon, sigma00)\n sigma11 = jnp.maximum(epsilon, sigma11)\n sigma01 = jnp.sign(sigma01) * jnp.minimum(\n jnp.sqrt(sigma00 * sigma11), jnp.abs(sigma01)\n )\n\n c1 = (k1 * max_val) ** 2\n c2 = (k2 * max_val) ** 2\n numer = (2 * mu01 + c1) * (2 * sigma01 + c2)\n denom = (mu00 + mu11 + c1) * (sigma00 + sigma11 + c2)\n ssim_map = numer / denom\n mean_fn = jnp.nanmean if ignore_nans else jnp.mean\n ssim_value = mean_fn(ssim_map, axis=tuple(range(-3, 0)))\n return ssim_map if return_map else ssim_value\n",python,tab +12474,25200208,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",4676,0,"",python,selection_command +12475,25201470,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",4686,0,"",python,selection_command +12476,25208388,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",6619,0,"",python,selection_command +12477,25209862,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",6654,0,"",python,selection_command +12478,25244892,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",6647,33," chex.assert_type([a, b], float)",python,selection_command +12479,25246600,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",6654,0,"",python,selection_command +12480,25247650,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",0,0,"",python,tab +12481,25249555,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",0,0,"",python,tab +12482,25249555,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",6654,0,"",python,selection_command +12483,25250270,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",0,0,"",python,tab +12484,25250271,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",2536,0,"",python,selection_command +12485,25251901,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",0,0,"",python,tab +12486,25251901,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",4676,0,"",python,selection_command +12487,25255361,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",0,0,"",python,tab +12488,25255361,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",2536,0,"",python,selection_command +12489,25255513,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",0,0,"",python,tab +12490,25255513,".venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py",6654,0,"",python,selection_command +12491,25259318,"TERMINAL",0,0,"g",,terminal_output +12492,25259610,"TERMINAL",0,0,"t[",,terminal_output +12493,25260040,"TERMINAL",0,0,":",,terminal_output +12494,25260290,"TERMINAL",0,0,",",,terminal_output +12495,25260755,"TERMINAL",0,0," ",,terminal_output +12496,25260840,"TERMINAL",0,0,"0",,terminal_output +12497,25261366,"TERMINAL",0,0,"]",,terminal_output +12498,25261931,"TERMINAL",0,0,"\r\n(Pdb) array([[[1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 0, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1]],\r\n\r\n [[1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 0],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1],\r\n [1, 1, 1]]], dtype=uint8)\r\n",,terminal_output +12499,25272453,".venv/lib/python3.10/site-packages/dm_pix/__init__.py",0,0,"",python,tab +12500,25273682,"sample.py",0,0,"",python,tab +12501,25280925,"sample.py",5933,0,"",python,selection_command +12502,25281069,"sample.py",5901,0,"",python,selection_command +12503,25281540,"sample.py",5898,0,"",python,selection_command +12504,25281718,"sample.py",5897,0,"",python,selection_command +12505,25281858,"sample.py",5895,0,"",python,selection_command +12506,25282228,"sample.py",5893,0,"",python,selection_command +12507,25286802,"sample.py",5945,0,"",python,selection_mouse +12508,25287443,"sample.py",5918,38,"",python,content +12509,25287478,"sample.py",5922,0,"",python,selection_command +12510,25288078,"sample.py",5918,17,"",python,content +12511,25288092,"sample.py",5922,0,"",python,selection_command +12512,25288655,"sample.py",5885,0,"",python,selection_mouse +12513,25288659,"sample.py",5884,0,"",python,selection_command +12514,25289052,"sample.py",5869,17,"",python,content +12515,25289065,"sample.py",5873,0,"",python,selection_command +12516,25291223,"TERMINAL",0,0,"^L^P",,terminal_output +12517,25291528,"TERMINAL",0,0,"q",,terminal_output +12518,25291993,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13888.13 task 0: running\r\n",,terminal_output +12519,25292145,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13888.13\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-25T18:09:42.243] error: *** STEP 13888.13 ON hai003 CANCELLED AT 2025-07-25T18:09:42 DUE to SIGNAL Killed ***\r\n",,terminal_output +12520,25292269,"TERMINAL",0,0,"(Pdb) ",,terminal_output +12521,25292517,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12522,25292572,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +12523,25292885,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +12524,25299855,"sample.py",5684,0,"",python,selection_mouse +12525,25304382,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +12526,25326199,"TERMINAL",0,0,"2025-07-25 18:10:16.295536: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12527,25327680,"TERMINAL",0,0,"2025-07-25 18:10:17.776037: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12528,25331255,"TERMINAL",0,0,"2025-07-25 18:10:21.351592: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12529,25332270,"TERMINAL",0,0,"2025-07-25 18:10:22.365658: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12530,25335536,"TERMINAL",0,0,"SSIM: 0.012790102511644363\r\n",,terminal_output +12531,25335661,"experiments/sample.sh",0,0,"",shellscript,tab +12532,25336132,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +12533,25336350,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +12534,25336814,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12535,25350083,"experiments/sample.sh",315,0,"",shellscript,selection_mouse +12536,25350086,"experiments/sample.sh",314,0,"",shellscript,selection_command +12537,25351811,"sample.py",0,0,"",python,tab +12538,25352860,"sample.py",5771,0,"",python,selection_command +12539,25353102,"sample.py",5826,0,"",python,selection_command +12540,25353273,"sample.py",5884,0,"",python,selection_command +12541,25353402,"sample.py",5916,0,"",python,selection_command +12542,25353594,"sample.py",6008,0,"",python,selection_command +12543,25354218,"sample.py",6020,0,"",python,selection_command +12544,25354388,"sample.py",6036,0,"",python,selection_command +12545,25354538,"sample.py",6066,0,"",python,selection_command +12546,25354724,"sample.py",6036,0,"",python,selection_command +12547,25357823,"sample.py",6066,0,"",python,selection_command +12548,25358141,"sample.py",6055,0,"",python,selection_command +12549,25359053,"sample.py",6055,1,"t",python,selection_command +12550,25359247,"sample.py",6055,1,"t",python,selection_command +12551,25359497,"sample.py",6055,1,"t",python,selection_command +12552,25359520,"sample.py",6055,1,"t",python,selection_command +12553,25359550,"sample.py",6055,1,"t",python,selection_command +12554,25359583,"sample.py",6055,1,"t",python,selection_command +12555,25359617,"sample.py",6051,5," t",python,selection_command +12556,25359660,"sample.py",6055,1,"t",python,selection_command +12557,25359707,"sample.py",6055,1,"t",python,selection_command +12558,25359717,"sample.py",6055,1,"t",python,selection_command +12559,25359751,"sample.py",6055,1,"t",python,selection_command +12560,25359784,"sample.py",6055,1,"t",python,selection_command +12561,25359885,"sample.py",6055,1,"t",python,selection_command +12562,25359885,"sample.py",6055,1,"t",python,selection_command +12563,25359885,"sample.py",6055,1,"t",python,selection_command +12564,25359918,"sample.py",6055,1,"t",python,selection_command +12565,25359949,"sample.py",6055,1,"t",python,selection_command +12566,25359983,"sample.py",6055,1,"t",python,selection_command +12567,25360017,"sample.py",6055,1,"t",python,selection_command +12568,25360050,"sample.py",6055,1,"t",python,selection_command +12569,25360084,"sample.py",6055,1,"t",python,selection_command +12570,25360117,"sample.py",6055,1,"t",python,selection_command +12571,25360151,"sample.py",6055,1,"t",python,selection_command +12572,25360184,"sample.py",6051,5," t",python,selection_command +12573,25361093,"sample.py",6055,1,"t",python,selection_command +12574,25361515,"sample.py",6055,0,"",python,selection_command +12575,25361594,"sample.py",7003,0,"#",python,content +12576,25361594,"sample.py",6987,0,"#",python,content +12577,25361594,"sample.py",6965,0,"#",python,content +12578,25361594,"sample.py",6933,0,"#",python,content +12579,25361594,"sample.py",6910,0,"#",python,content +12580,25361594,"sample.py",6869,0,"#",python,content +12581,25361594,"sample.py",6851,0,"#",python,content +12582,25361594,"sample.py",6794,0,"#",python,content +12583,25361594,"sample.py",6740,0,"#",python,content +12584,25361594,"sample.py",6695,0,"#",python,content +12585,25361594,"sample.py",6646,0,"#",python,content +12586,25361594,"sample.py",6614,0,"#",python,content +12587,25361594,"sample.py",6575,0,"#",python,content +12588,25361594,"sample.py",6477,0,"#",python,content +12589,25361594,"sample.py",6425,0,"#",python,content +12590,25361594,"sample.py",6400,0,"#",python,content +12591,25361594,"sample.py",6317,0,"#",python,content +12592,25361594,"sample.py",6279,0,"#",python,content +12593,25361594,"sample.py",6222,0,"#",python,content +12594,25361594,"sample.py",6157,0,"#",python,content +12595,25361594,"sample.py",6110,0,"#",python,content +12596,25361594,"sample.py",6055,0,"#",python,content +12597,25361595,"sample.py",6056,0,"",python,selection_keyboard +12598,25361670,"sample.py",7025,0," ",python,content +12599,25361671,"sample.py",7008,0," ",python,content +12600,25361671,"sample.py",6985,0," ",python,content +12601,25361671,"sample.py",6952,0," ",python,content +12602,25361671,"sample.py",6928,0," ",python,content +12603,25361671,"sample.py",6886,0," ",python,content +12604,25361671,"sample.py",6867,0," ",python,content +12605,25361671,"sample.py",6809,0," ",python,content +12606,25361671,"sample.py",6754,0," ",python,content +12607,25361671,"sample.py",6708,0," ",python,content +12608,25361671,"sample.py",6658,0," ",python,content +12609,25361671,"sample.py",6625,0," ",python,content +12610,25361671,"sample.py",6585,0," ",python,content +12611,25361671,"sample.py",6486,0," ",python,content +12612,25361671,"sample.py",6433,0," ",python,content +12613,25361671,"sample.py",6407,0," ",python,content +12614,25361671,"sample.py",6323,0," ",python,content +12615,25361671,"sample.py",6284,0," ",python,content +12616,25361671,"sample.py",6226,0," ",python,content +12617,25361671,"sample.py",6160,0," ",python,content +12618,25361671,"sample.py",6112,0," ",python,content +12619,25361671,"sample.py",6056,0," ",python,content +12620,25361671,"sample.py",6057,0,"",python,selection_keyboard +12621,25361983,"sample.py",6056,0,"",python,selection_command +12622,25367457,"experiments/sample.sh",0,0,"",shellscript,tab +12623,25380730,"sample.py",0,0,"",python,tab +12624,25390886,"sample.py",5434,0,"",python,selection_mouse +12625,25394383,"genie.py",0,0,"",python,tab +12626,25395762,"genie.py",8416,0,"",python,selection_command +12627,25397358,"genie.py",8388,0,"",python,selection_command +12628,25397438,"genie.py",8353,0,"",python,selection_command +12629,25397692,"genie.py",8318,0,"",python,selection_command +12630,25397861,"genie.py",8304,0,"",python,selection_command +12631,25398006,"genie.py",8286,0,"",python,selection_command +12632,25398124,"genie.py",8255,0,"",python,selection_command +12633,25399442,"genie.py",8646,0,"",python,selection_command +12634,25401336,"genie.py",8247,0,"",python,selection_command +12635,25402004,"genie.py",8646,0,"",python,selection_command +12636,25402295,"genie.py",9341,0,"",python,selection_command +12637,25404194,"genie.py",10056,0,"",python,selection_command +12638,25410024,"genie.py",9341,0,"",python,selection_command +12639,25410217,"genie.py",8646,0,"",python,selection_command +12640,25410511,"genie.py",8247,0,"",python,selection_command +12641,25411043,"genie.py",7770,0,"",python,selection_command +12642,25411456,"genie.py",7133,0,"",python,selection_command +12643,25411789,"genie.py",6678,0,"",python,selection_command +12644,25412071,"genie.py",6019,0,"",python,selection_command +12645,25412504,"genie.py",5267,0,"",python,selection_command +12646,25413888,"genie.py",5255,0,"",python,selection_command +12647,25414108,"genie.py",5241,0,"",python,selection_command +12648,25414119,"genie.py",5204,0,"",python,selection_command +12649,25414151,"genie.py",5172,0,"",python,selection_command +12650,25414184,"genie.py",5147,0,"",python,selection_command +12651,25414217,"genie.py",5125,0,"",python,selection_command +12652,25414252,"genie.py",5094,0,"",python,selection_command +12653,25414412,"genie.py",5080,0,"",python,selection_command +12654,25414602,"genie.py",5064,0,"",python,selection_command +12655,25414985,"genie.py",5056,15," def sample(",python,selection_command +12656,25415532,"genie.py",5064,0,"",python,selection_command +12657,25416254,"genie.py",0,15120,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,selection_command +12658,25416508,"genie.py",15120,0,"",python,selection_command +12659,25519033,"genie.py",0,15120,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,selection_command +12660,25519096,"genie.py",15120,0,"",python,selection_command +12661,25528361,"sample.py",0,0,"",python,tab +12662,25528476,"sample.py",0,7049,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n # @nnx.jit\n # @jax.jit\n def _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n # --- Define autoregressive sampling loop ---\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = genie.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n return generated_vid\n\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n video_batch = next(iter(dataloader))\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\n action_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n # FIXME (f.srambical): investigate why this is needed\n gt = gt.astype(jnp.float32)\n ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n # true_videos = (video_batch * 255).astype(np.uint8)\n # pred_videos = (vid * 255).astype(np.uint8)\n # video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n # video_comparison[0] = true_videos[:, : args.seq_len]\n # video_comparison[1] = pred_videos\n # frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # # --- Save video ---\n # imgs = [Image.fromarray(img) for img in frames]\n # # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n # for t, img in enumerate(imgs[1:]):\n # d = ImageDraw.Draw(img)\n # for row in range(action_batch.shape[0]):\n # action = action_batch[row, t, 0]\n # y_offset = row * video_batch.shape[2] + 2\n # d.text((2, y_offset), f""{action}"", fill=255)\n # imgs[0].save(\n # f""generation_{time.time()}.gif"",\n # save_all=True,\n # append_images=imgs[1:],\n # duration=250,\n # loop=0,\n # )\n",python,selection_command +12663,25528581,"sample.py",7049,0,"",python,selection_command +12664,25534993,"sample.py",7044,2,"",python,content +12665,25535010,"sample.py",7026,2,"",python,content +12666,25535016,"sample.py",7008,1,"",python,content +12667,25535016,"sample.py",7003,1,"",python,content +12668,25535016,"sample.py",6969,2,"",python,content +12669,25535017,"sample.py",6943,2,"",python,content +12670,25535017,"sample.py",6906,1,"",python,content +12671,25535025,"sample.py",6901,1,"",python,content +12672,25535025,"sample.py",6881,2,"",python,content +12673,25535025,"sample.py",6822,2,"",python,content +12674,25535025,"sample.py",6765,2,"",python,content +12675,25535025,"sample.py",6728,1,"",python,content +12676,25535025,"sample.py",6719,1,"",python,content +12677,25535028,"sample.py",6668,2,"",python,content +12678,25535029,"sample.py",6633,2,"",python,content +12679,25535029,"sample.py",6593,2,"",python,content +12680,25535029,"sample.py",6495,2,"",python,content +12681,25535029,"sample.py",6438,2,"",python,content +12682,25535031,"sample.py",6414,2,"",python,content +12683,25535033,"sample.py",6327,2,"",python,content +12684,25535039,"sample.py",6287,2,"",python,content +12685,25535039,"sample.py",6228,2,"",python,content +12686,25535039,"sample.py",6160,2,"",python,content +12687,25535040,"sample.py",6112,2,"",python,content +12688,25535040,"sample.py",6055,2,"",python,content +12689,25535042,"sample.py",6055,0,"",python,selection_command +12690,25535853,"sample.py",6055,0,"# ",python,content +12691,25535862,"sample.py",6112,0,"# ",python,content +12692,25535869,"sample.py",6160,0," #",python,content +12693,25535870,"sample.py",6228,0,"# ",python,content +12694,25535871,"sample.py",6287,0,"# ",python,content +12695,25535872,"sample.py",6327,0,"# ",python,content +12696,25535873,"sample.py",6414,0,"# ",python,content +12697,25535875,"sample.py",6438,0," #",python,content +12698,25535875,"sample.py",6495,0,"# ",python,content +12699,25535876,"sample.py",6593,0,"# ",python,content +12700,25535876,"sample.py",6633,0," #",python,content +12701,25535876,"sample.py",6668,0,"# ",python,content +12702,25535876,"sample.py",6719,0,"#",python,content +12703,25535878,"sample.py",6728,0," ",python,content +12704,25535878,"sample.py",6765,0," #",python,content +12705,25535884,"sample.py",6822,0,"# ",python,content +12706,25535887,"sample.py",6881,0,"# ",python,content +12707,25535887,"sample.py",6901,0,"#",python,content +12708,25535888,"sample.py",6906,0," ",python,content +12709,25535890,"sample.py",6943,0," #",python,content +12710,25535890,"sample.py",6969,0,"# ",python,content +12711,25535893,"sample.py",7003,0,"#",python,content +12712,25535893,"sample.py",7008,0," ",python,content +12713,25535893,"sample.py",7026,0," #",python,content +12714,25535895,"sample.py",7044,0," #",python,content +12715,25535895,"sample.py",6055,0,"",python,selection_command +12716,25536267,"sample.py",6112,0,"",python,selection_command +12717,25536669,"sample.py",6055,0,"",python,selection_command +12718,25536878,"sample.py",6055,1,"#",python,selection_command +12719,25537079,"sample.py",6055,1,"#",python,selection_command +12720,25537270,"sample.py",6055,1,"#",python,selection_command +12721,25537290,"sample.py",6055,1,"#",python,selection_command +12722,25537320,"sample.py",6055,2,"# ",python,selection_command +12723,25537434,"sample.py",6055,2,"# ",python,selection_command +12724,25537702,"sample.py",6055,2,"# ",python,selection_command +12725,25537717,"sample.py",6051,5," #",python,selection_command +12726,25537750,"sample.py",6055,2,"# ",python,selection_command +12727,25537783,"sample.py",6055,2,"# ",python,selection_command +12728,25537817,"sample.py",6055,2,"# ",python,selection_command +12729,25537850,"sample.py",6055,2,"# ",python,selection_command +12730,25537883,"sample.py",6055,2,"# ",python,selection_command +12731,25538127,"sample.py",6055,2,"# ",python,selection_command +12732,25538342,"sample.py",6055,2,"# ",python,selection_command +12733,25538367,"sample.py",6055,2,"# ",python,selection_command +12734,25538400,"sample.py",6055,2,"# ",python,selection_command +12735,25538433,"sample.py",6055,2,"# ",python,selection_command +12736,25538466,"sample.py",6055,2,"# ",python,selection_command +12737,25538502,"sample.py",6055,2,"# ",python,selection_command +12738,25538534,"sample.py",6055,2,"# ",python,selection_command +12739,25538653,"sample.py",6055,2,"# ",python,selection_command +12740,25538720,"sample.py",6055,2,"# ",python,selection_command +12741,25538912,"sample.py",6055,2,"# ",python,selection_command +12742,25539176,"sample.py",7045,2,"",python,content +12743,25539176,"sample.py",7027,2,"",python,content +12744,25539176,"sample.py",7003,2,"",python,content +12745,25539176,"sample.py",6969,2,"",python,content +12746,25539176,"sample.py",6944,2,"",python,content +12747,25539176,"sample.py",6901,2,"",python,content +12748,25539176,"sample.py",6881,2,"",python,content +12749,25539176,"sample.py",6822,2,"",python,content +12750,25539176,"sample.py",6766,2,"",python,content +12751,25539176,"sample.py",6719,2,"",python,content +12752,25539176,"sample.py",6668,2,"",python,content +12753,25539176,"sample.py",6634,2,"",python,content +12754,25539176,"sample.py",6593,2,"",python,content +12755,25539176,"sample.py",6493,2,"",python,content +12756,25539176,"sample.py",6439,2,"",python,content +12757,25539176,"sample.py",6412,2,"",python,content +12758,25539176,"sample.py",6327,2,"",python,content +12759,25539176,"sample.py",6287,2,"",python,content +12760,25539176,"sample.py",6228,2,"",python,content +12761,25539176,"sample.py",6161,2,"",python,content +12762,25539176,"sample.py",6112,2,"",python,content +12763,25539176,"sample.py",6055,2,"",python,content +12764,25539179,"sample.py",6055,0,"",python,selection_command +12765,25541323,"sample.py",0,7005,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n # @nnx.jit\n # @jax.jit\n def _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n # --- Define autoregressive sampling loop ---\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = genie.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n return generated_vid\n\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n video_batch = next(iter(dataloader))\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\n action_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n # FIXME (f.srambical): investigate why this is needed\n gt = gt.astype(jnp.float32)\n ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,selection_command +12766,25541586,"sample.py",7005,0,"",python,selection_command +12767,25544119,"sample.py",7002,0," #",python,content +12768,25544126,"sample.py",6986,0," #",python,content +12769,25544127,"sample.py",6969,0," ",python,content +12770,25544127,"sample.py",6965,0,"#",python,content +12771,25544129,"sample.py",6933,0,"# ",python,content +12772,25544130,"sample.py",6909,0," #",python,content +12773,25544136,"sample.py",6873,0," ",python,content +12774,25544141,"sample.py",6869,0,"#",python,content +12775,25544142,"sample.py",6851,0,"# ",python,content +12776,25544142,"sample.py",6794,0,"# ",python,content +12777,25544142,"sample.py",6739,0," #",python,content +12778,25544145,"sample.py",6703,0," ",python,content +12779,25544145,"sample.py",6695,0,"#",python,content +12780,25544154,"sample.py",6646,0,"# ",python,content +12781,25544156,"sample.py",6613,0," #",python,content +12782,25544158,"sample.py",6575,0,"# ",python,content +12783,25544159,"sample.py",6479,0,"# ",python,content +12784,25544159,"sample.py",6424,0," #",python,content +12785,25544167,"sample.py",6402,0,"# ",python,content +12786,25544170,"sample.py",6317,0,"# ",python,content +12787,25544170,"sample.py",6279,0,"# ",python,content +12788,25544171,"sample.py",6222,0,"# ",python,content +12789,25544171,"sample.py",6156,0," #",python,content +12790,25544174,"sample.py",6110,0,"# ",python,content +12791,25544174,"sample.py",6055,0,"# ",python,content +12792,25544176,"sample.py",6055,0,"",python,selection_command +12793,25643965,"sample.py",7049,0,"",python,selection_mouse +12794,25651952,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12795,25652962,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12796,25793477,"genie.py",0,0,"",python,tab +12797,25795086,"genie.py",5064,0,"",python,selection_command +12798,25795625,"genie.py",5055,0,"",python,selection_command +12799,25796191,"genie.py",5056,0,"",python,selection_command +12800,25796433,"genie.py",5056,15," def sample(",python,selection_command +12801,25796643,"genie.py",5056,300," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n",python,selection_command +12802,25796812,"genie.py",5056,470," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n",python,selection_command +12803,25797059,"genie.py",5056,900," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n",python,selection_command +12804,25797189,"genie.py",5056,1613," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n",python,selection_command +12805,25797309,"genie.py",5056,1837," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n",python,selection_command +12806,25797481,"genie.py",5056,1972," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n",python,selection_command +12807,25797549,"genie.py",5056,2064," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n",python,selection_command +12808,25797692,"genie.py",5056,2346," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n",python,selection_command +12809,25798011,"genie.py",5056,2466," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n",python,selection_command +12810,25798043,"genie.py",5056,2598," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n",python,selection_command +12811,25798196,"genie.py",5056,2705," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n",python,selection_command +12812,25798530,"genie.py",5056,2979," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n",python,selection_command +12813,25798721,"genie.py",5056,3189," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n",python,selection_command +12814,25799861,"genie.py",5056,3585," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n",python,selection_command +12815,25800103,"genie.py",5056,3722," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n",python,selection_command +12816,25800879,"genie.py",5056,4033," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n",python,selection_command +12817,25800880,"genie.py",5056,4408," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n",python,selection_command +12818,25801174,"genie.py",5056,4991," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n",python,selection_command +12819,25801470,"genie.py",5056,5393," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n",python,selection_command +12820,25802394,"genie.py",5056,5456," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)",python,selection_command +12821,25802561,"genie.py",5056,5487," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12822,25803614,"genie.py",5056,5487,"Thinking Thoughts (experimental)\nAuto\n\nExpand to view model thoughts\nchevron_right\n\nOf course! I can help you with that. Using jax.lax.scan for loops is crucial for performance when JIT-compiling your code. The migration from flax.linen.scan to the flax.nnx world involves using either jax.lax.scan for pure functions or flax.nnx.scan for functions that operate on nnx.Module objects.\n\nHere is the updated NEW GENIE.PY with the sample method reimplemented to use scans, just like in the old flax.linen version. The outer autoregressive loop uses jax.lax.scan, and the inner MaskGIT refinement loop uses flax.nnx.scan to correctly handle the MaskGITStep module.\nUpdated NEW GENIE.PY\n\nI have replaced the sample method in your NEW GENIE.PY file with the version below, which restores the scan-based implementation. The rest of your file remains unchanged.\nGenerated python\n\n \nfrom typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # Define the inner MaskGIT loop using nnx.scan\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_scan_fn(module, carry, x):\n new_carry, _ = module(carry, x)\n return new_carry, None\n\n MaskGITLoop = nnx.scan(\n maskgit_scan_fn,\n in_axes=(None, nnx.Carry, 0), # (module, carry, x)\n out_axes=(nnx.Carry, None), # (new_carry, None)\n )\n\n # Define the outer autoregressive loop's body function\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = MaskGITLoop(\n maskgit_step, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,content +12823,25804301,"genie.py",9994,0,"",python,selection_command +12824,25806921,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +12825,25807112,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +12826,25810069,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 17, in \r\n from genie import Genie\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 147\r\n Thinking Thoughts (experimental)\r\n ^^^^^^^^\r\nSyntaxError: invalid syntax\r\n",,terminal_output +12827,25810261,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12828,25810595,"genie.py",0,0,"",python,tab +12829,25810595,"genie.py",5056,0,"",python,selection_command +12830,25826741,"genie.py",9701,0,"",python,selection_mouse +12831,25828146,"genie.py",14473,44,"",python,content +12832,25828154,"genie.py",14461,3,"",python,content +12833,25828157,"genie.py",14460,0,"idx",python,content +12834,25828158,"genie.py",14459,0,"ken",python,content +12835,25828158,"genie.py",14423,33,"idxs = current",python,content +12836,25828158,"genie.py",14421,0,"ke",python,content +12837,25828158,"genie.py",14419,1,"",python,content +12838,25828159,"genie.py",14375,43,"",python,content +12839,25828160,"genie.py",14308,52," = carry[1]\n",python,content +12840,25828167,"genie.py",14267,31," current_",python,content +12841,25828169,"genie.py",14210,49,"output from MaskGIT\n ",python,content +12842,25828169,"genie.py",14164,41,"# Update token indices with",python,content +12843,25828170,"genie.py",14151,0,"\n",python,content +12844,25828171,"genie.py",14147,3,"",python,content +12845,25828175,"genie.py",14132,14,"",python,content +12846,25828175,"genie.py",14123,7,"",python,content +12847,25828175,"genie.py",14098,20,"_step(",python,content +12848,25828176,"genie.py",14091,0," = ",python,content +12849,25828176,"genie.py",14090,0,", ",python,content +12850,25828176,"genie.py",14050,35,"",python,content +12851,25828176,"genie.py",14044,2,"",python,content +12852,25828181,"genie.py",14031,0,":",python,content +12853,25828182,"genie.py",14014,5,"",python,content +12854,25828183,"genie.py",13996,17,"",python,content +12855,25828184,"genie.py",13977,16,"for i",python,content +12856,25828185,"genie.py",13964,1,"",python,content +12857,25828186,"genie.py",13962,1,"",python,content +12858,25828187,"genie.py",13958,1," refinement l",python,content +12859,25828188,"genie.py",13926,24,"# Run the",python,content +12860,25828188,"genie.py",13898,15,")\n",python,content +12861,25828188,"genie.py",13868,16,"",python,content +12862,25828189,"genie.py",13846,16,"",python,content +12863,25828190,"genie.py",13811,16,"",python,content +12864,25828191,"genie.py",13785,17,"",python,content +12865,25828196,"genie.py",13773,8,"",python,content +12866,25828208,"genie.py",13763,5,"",python,content +12867,25828208,"genie.py",13746,4,"",python,content +12868,25828208,"genie.py",13726,7,"carry for",python,content +12869,25828208,"genie.py",13711,4,"",python,content +12870,25828226,"genie.py",13337,26,"seq_len):",python,content +12871,25828228,"genie.py",13335,0,"e(T",python,content +12872,25828229,"genie.py",13333,0,"a",python,content +12873,25828229,"genie.py",13317,14," in",python,content +12874,25828235,"genie.py",13308,2,"",python,content +12875,25828238,"genie.py",13294,13,"",python,content +12876,25828238,"genie.py",13284,9,"",python,content +12877,25828238,"genie.py",13281,2,"",python,content +12878,25828238,"genie.py",13218,54,"current_token_idxs = token_idxs\n",python,content +12879,25828238,"genie.py",13144,65,"rng = batch[""rng""]",python,content +12880,25828240,"genie.py",12892,243,"# --- Autoregressive generation using Python for-loops ---",python,content +12881,25828242,"genie.py",12605,55,"",python,content +12882,25828242,"genie.py",0,5935,"",python,content +12883,25828295,"genie.py",5056,0,"",python,selection_command +12884,25829580,"genie.py",0,0,"",python,tab +12885,25831619,"genie.py",10513,30," return new_carry, None",python,selection_command +12886,25831753,"genie.py",10449,94,"\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12887,25832125,"genie.py",10047,496,"\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12888,25832377,"genie.py",9464,1079,"\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12889,25832401,"genie.py",9089,1454,"\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12890,25832434,"genie.py",8778,1765,"\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12891,25832466,"genie.py",8641,1902,"\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12892,25832499,"genie.py",8246,2297,"\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12893,25832704,"genie.py",8035,2508,"\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12894,25833043,"genie.py",7761,2782,"\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12895,25833222,"genie.py",7654,2889,"\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12896,25833548,"genie.py",7522,3021,"\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12897,25833703,"genie.py",7402,3141,"\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12898,25833790,"genie.py",7120,3423,"\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12899,25833998,"genie.py",7028,3515,"\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12900,25834088,"genie.py",6893,3650,"\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12901,25834273,"genie.py",6669,3874,"\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12902,25834399,"genie.py",5956,4587,"\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12903,25834536,"genie.py",5526,5017,"\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12904,25834687,"genie.py",5356,5187,"\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12905,25834824,"genie.py",5055,5488,"\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12906,25835610,"genie.py",5056,5487," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n # --- Autoregressive generation using Python for-loops ---\n rng = batch[""rng""]\n current_token_idxs = token_idxs\n\n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # Initialize carry for MaskGIT loop\n carry = (step_rng, masked_token_idxs, mask, action_tokens)\n\n # Run the MaskGIT refinement loop\n for i in range(steps):\n carry, _ = maskgit_step(carry, i)\n\n # Update token indices with the output from MaskGIT\n current_token_idxs = carry[1]\n\n final_token_idxs = current_token_idxs\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,selection_command +12907,25835917,"genie.py",5056,5487," ",python,content +12908,25835936,"genie.py",5060,0,"",python,selection_command +12909,25837621,"genie.py",5056,4,"",python,content +12910,25856864,"genie.py",5056,0," def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # Define the inner MaskGIT loop using nnx.scan\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_scan_fn(module, carry, x):\n new_carry, _ = module(carry, x)\n return new_carry, None\n\n MaskGITLoop = nnx.scan(\n maskgit_scan_fn,\n in_axes=(None, nnx.Carry, 0), # (module, carry, x)\n out_axes=(nnx.Carry, None), # (new_carry, None)\n )\n\n # Define the outer autoregressive loop's body function\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = MaskGITLoop(\n maskgit_step, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,content +12911,25857290,"genie.py",11308,0,"",python,selection_command +12912,25859754,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +12913,25859807,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +12914,25860020,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +12915,25861738,"genie.py",10453,0,"",python,selection_command +12916,25861919,"genie.py",9739,0,"",python,selection_command +12917,25862287,"genie.py",9227,0,"",python,selection_command +12918,25864241,"genie.py",0,0,"",python,tab +12919,25864241,"genie.py",6670,0,"",python,selection_command +12920,25871617,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +12921,25900751,"TERMINAL",0,0,"2025-07-25 18:19:50.839525: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12922,25902205,"TERMINAL",0,0,"2025-07-25 18:19:52.299593: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12923,25905805,"TERMINAL",0,0,"2025-07-25 18:19:55.816572: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +12924,25906395,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 157, in _autoreg_sample\r\n generated_vid = genie.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 199, in sample\r\n MaskGITLoop = nnx.scan(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py"", line 1177, in scan\r\n _check_out_axes(out_axes)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py"", line 625, in _check_out_axes\r\n raise ValueError(\r\nValueError: Cannot broadcast output state. Got out_axes=None at: out_axes[1]\r\n",,terminal_output +12925,25906915,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/shared_memory_array.py"", line 167, in __del__\r\nAttributeError: 'NoneType' object has no attribute 'mmap'\r\n",,terminal_output +12926,25907040,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +12927,25907439,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-08d1caae-8fb5-40b9-88ed-5072c2f48ca81754110755341-2025_08_02-06.59.28.742/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-08d1caae-8fb5-40b9-88ed-5072c2f48ca81754110755341-2025_08_02-06.59.28.742/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..02685051e202e92db4840d6c918855822e32104e --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-08d1caae-8fb5-40b9-88ed-5072c2f48ca81754110755341-2025_08_02-06.59.28.742/source.csv @@ -0,0 +1,10 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,9,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"# Copyright 2024 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport enum\nimport functools\nimport json\nimport math\nfrom typing import TypedDict\n\nimport jax\nfrom jax import dtypes\nfrom jax._src import core\nfrom jax._src import dispatch\nfrom jax._src.custom_partitioning import custom_partitioning\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.lib import cuda_versions\nfrom jax._src import xla_bridge\nfrom jax._src.lib.mlir import ir\nfrom jax._src.lib.mlir.dialects import hlo\nimport jax.numpy as jnp\nfrom jax.sharding import NamedSharding, PartitionSpec\n\nArray = jnp.ndarray\n\nclass FP8Params(TypedDict):\n amax_dQ: float # Amax of gradient of query\n amax_dK: float # Amax of gradient of key\n amax_dV: float # Amax of gradient of value\n amax_dP: float # Amax of gradient of state\n descale_q: float # Descaling factor of query\n descale_k: float # Descaling factor of key\n descale_v: float # Descaling factor of value\n descale_s: float # Descaling factor of attention score\n scale_s: float # Scale factor for S tensor\n scale_o: float # Scale factor for output\n descale_o: float # Descale factor for output (bwd)\n descale_dO: float # Descale factor for output gradient (bwd)\n descale_dP: float # Descale factor for P gradient tensor (bwd)\n scale_dQ: float # Scale factor for query gradient (bwd)\n scale_dK: float # Scale factor for key gradient (bwd)\n scale_dV: float # Scale factor for value gradient (bwd)\n scale_dP: float # Scale factor for state gradient (bwd)\n\n\nclass AttentionLayout(enum.Enum):\n BTNH = 0\n BNTH = 1\n\n\nclass MaskType(enum.Enum):\n NO_MASK = 0\n PADDING = 1\n CAUSAL = 2\n PADDING_CAUSAL = 3\n ALIBI = 4\n\n\ndef convert_mask_type_to_string(mask_type: MaskType) -> str:\n if mask_type == MaskType.NO_MASK:\n return ""NO_MASK""\n elif mask_type == MaskType.PADDING:\n return ""PADDING""\n elif mask_type == MaskType.CAUSAL:\n return ""CAUSAL""\n elif mask_type == MaskType.PADDING_CAUSAL:\n return ""PADDING_CAUSAL""\n elif mask_type == MaskType.ALIBI:\n return ""ALIBI""\n else:\n raise ValueError(f""Unexpected mask type: {mask_type}"")\n\ndef has_padding(mask_type: MaskType) -> bool:\n return mask_type == MaskType.PADDING or mask_type == MaskType.PADDING_CAUSAL\n\ndef should_export_dbias(bias_shape, query_shape, layout) -> bool:\n b_B, b_N, _, _ = bias_shape\n if layout == AttentionLayout.BNTH.value:\n _, q_N, _, _ = query_shape\n else:\n _, _, q_N, _ = query_shape\n return b_B == 1 and b_N == q_N\n\ndef get_large_negative_number(dtype):\n # temp WAR as cuDNN has a bug for subtraction between two large negative value\n if dtype == jnp.bfloat16:\n return jnp.asarray(-2 << 40, dtype=dtype)\n elif dtype == jnp.float16:\n return jnp.asarray(-2 << 14, dtype=dtype)\n else:\n raise ValueError(""Unsupported dtype for inputs."")\n\ndef _normalize_layout(layout: str) -> AttentionLayout:\n layout_upper = layout.upper()\n if layout_upper in [""BSNH"", ""BNSH"", ""BTNH"", ""BNTH""]:\n return AttentionLayout[layout_upper.replace(""S"", ""T"")]\n else:\n raise ValueError(f""Unsupported qkv_layout: {layout}"")\n\ndef element_type_to_backend_config_type_mapping(dtype):\n _element_type_to_backend_config_type_mapping = {\n ir.BF16Type.get(): ""BF16"",\n ir.F16Type.get(): ""F16"",\n }\n return _element_type_to_backend_config_type_mapping[dtype]\n\ndef default_layouts(*shapes):\n return [range(len(shape) - 1, -1, -1) for shape in shapes]\n\ndef get_max_seg_per_batch(q_offsets):\n return q_offsets.shape[1] - 1 if len(q_offsets.shape) == 2 else 1\n\ndef check_is_paged_attention(page_table_k):\n return len(page_table_k.shape) == 4\n\ndef create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd\n):\n # Q, K, V: query, key, value in shape of BT(S)NH or BNT(S)H\n # P: BMM1 output in shape of BNTS\n # O: BMM2 output in the same shape with Q\n # BMM1: Q @ K -> P\n # BMM2: P @ V -> O\n # BMM1Grad1: dP @ Q -> dK\n # BMM1Grad2: dP @ K -> dQ\n # BMM2Grad1: P @ dO -> dV\n # BMM2Grad2: dO @ V -> dP\n cudnn_fmha_backend_config = {\n ""algorithm"": {\n ""algo_id"": ""0"",\n ""math_type"": ""TENSOR_OP_MATH"",\n ""tuning_knobs"": {""17"": ""1"", ""24"": ""0""},\n ""is_cudnn_frontend"": True,\n ""workspace_size"": ""0"",\n },\n ""fmha_scale"": fmha_scale,\n ""intermediate_tensor_shape"": {\n ""element_type"": element_type_to_backend_config_type_mapping(dtype),\n ""dimensions"": [str(batch), str(num_heads), str(seq_q), str(seq_kv)],\n ""tuple_shapes"": [],\n ""layout"": {\n ""dim_level_types"": [],\n ""dim_unique"": [],\n ""dim_ordered"": [],\n ""minor_to_major"": [""3"", ""2"", ""1"", ""0""],\n ""tiles"": [],\n ""element_size_in_bits"": ""0"",\n ""memory_space"": ""0"",\n ""index_primitive_type"": ""PRIMITIVE_TYPE_INVALID"",\n ""pointer_primitive_type"": ""PRIMITIVE_TYPE_INVALID"",\n ""dynamic_shape_metadata_prefix_bytes"": ""0"",\n },\n ""is_dynamic_dimension"": [False, False, False, False],\n },\n ""is_flash_attention"": True,\n ""mask_type"": convert_mask_type_to_string(mask_type),\n }\n\n # We define the contracting and batch dims in the format of\n # ((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims,\n # rhs_batch_dims)).\n if layout == AttentionLayout.BNTH.value:\n dims = [\n ((3, 3), ((0, 1), (0, 1))), # BMM1: BNTH,BNSH->BNTS\n ((3, 2), ((0, 1), (0, 1))), # BMM2: BNTS,BNSH->BNTH\n ((2, 2), ((0, 1), (0, 1))), # BMM1_grad_1: BNTS,BNTH->BNSH\n ((3, 2), ((0, 1), (0, 1))), # BMM1_grad_2: BNTS,BNSH->BNTH\n ((2, 2), ((0, 1), (0, 1))), # BMM2_grad_1: BNTS,BNTH->BNSH\n ((3, 3), ((0, 1), (0, 1))), # BMM2_grad_2: BNTH,BNSH->BNTS\n ]\n else:\n dims = [\n ((3, 3), ((0, 2), (0, 2))), # BMM1: BTNH,BSNH->BNTS\n ((3, 1), ((0, 1), (0, 2))), # BMM2: BNTS,BSNH->BTNH\n ((2, 1), ((0, 1), (0, 2))), # BMM1_grad_1: BNTS,BTNH->BSNH\n ((3, 1), ((0, 1), (0, 2))), # BMM1_grad_2: BNTS,BSNH->BTNH\n ((2, 1), ((0, 1), (0, 2))), # BMM2_grad_1: BNTS,BTNH->BSNH\n ((3, 3), ((0, 2), (0, 2))), # BMM2_grad_2: BTNH,BSNH->BNTS\n ]\n keys = [\n ""bmm1_dot_dimension_numbers"",\n ""bmm2_dot_dimension_numbers"",\n ""bmm1_grad_gemm1_dot_dimension_numbers"",\n ""bmm1_grad_gemm2_dot_dimension_numbers"",\n ""bmm2_grad_gemm1_dot_dimension_numbers"",\n ""bmm2_grad_gemm2_dot_dimension_numbers"",\n ]\n fwd_dot_number = {}\n bwd_dot_number = {}\n for idx, (key, ((lc, rc), (lb, rb))) in enumerate(zip(keys, dims)):\n dims_to_write = fwd_dot_number if idx < 2 else bwd_dot_number\n dims_to_write[key] = {\n ""lhs_contracting_dimensions"": [str(lc)],\n ""rhs_contracting_dimensions"": [str(rc)],\n ""lhs_batch_dimensions"": [str(i) for i in lb],\n ""rhs_batch_dimensions"": [str(i) for i in rb],\n }\n\n if is_bwd:\n cudnn_fmha_backend_config = {**cudnn_fmha_backend_config, **bwd_dot_number}\n else:\n cudnn_fmha_backend_config = {**cudnn_fmha_backend_config, **fwd_dot_number}\n backend_config = {\n ""operation_queue_id"":""0"",\n ""wait_on_operation_queues"":[],\n ""cudnn_fmha_backend_config"": cudnn_fmha_backend_config\n }\n return backend_config\n\ndef create_dot_product_attention_backend_config(\n batch,\n num_heads,\n seq_q,\n seq_kv,\n dtype,\n fmha_scale,\n seed,\n dropout_rate,\n mask_type,\n layout,\n sliding_window_length,\n max_seg_per_batch,\n is_paged_attention,\n is_bwd\n):\n backend_config = create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype,\n fmha_scale, mask_type, layout, is_bwd\n )\n if sliding_window_length is None:\n sliding_window_length = 0\n backend_config['cudnn_fmha_backend_config'][""dropout_rate""] = dropout_rate\n backend_config['cudnn_fmha_backend_config'][""seed""] = seed\n backend_config['cudnn_fmha_backend_config'][""sliding_window_length""] = sliding_window_length\n backend_config['cudnn_fmha_backend_config'][""max_seg_per_batch""] = max_seg_per_batch\n backend_config['cudnn_fmha_backend_config'][""is_paged_attention""] = is_paged_attention\n return json.dumps(backend_config)\n\ndef create_dot_product_attention_fp8_backend_config(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd):\n backend_config = create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd)\n return json.dumps(backend_config)\n\n# mapping from (is_bwd, has_dropout, has_bias) to custom call name\n_custom_name_maps = {\n # fMHA forward call targets.\n (False, False, False, False): ""__cudnn$fmhaSoftmax"",\n (False, False, True, False): ""__cudnn$fmhaScaleBiasSoftmax"",\n (False, True, False, False): ""__cudnn$fmhaSoftmaxDropout"",\n (False, True, True, False): ""__cudnn$fmhaScaleBiasSoftmaxDropout"",\n (False, False, False, True): ""__cudnn$fmhaSoftmaxF8"",\n # fMHA backward call targets.\n (True, False, False, False): ""__cudnn$fmhaSoftmaxBackward"",\n (True, False, True, False): ""__cudnn$fmhaScaleBiasSoftmaxBackward"",\n (True, True, False, False): ""__cudnn$fmhaSoftmaxDropoutBackward"",\n (True, True, True, False): ""__cudnn$fmhaScaleBiasSoftmaxDropoutBackward"",\n (True, False, False, True): ""__cudnn$fmhaSoftmaxBackwardF8"",\n}\n\ndef get_custom_call_name(has_bias, has_dropout, is_bwd, is_fp8=False):\n return _custom_name_maps[(is_bwd, has_dropout, has_bias, is_fp8)]\n\nget_fp8_custom_call_name = functools.partial(\n get_custom_call_name, has_bias=False, has_dropout=False, is_fp8=True\n)\n\ndef check_layout(query, key, value, bias, q_seqlen, kv_seqlen,\n q_offsets, kv_offsets, page_table_k, page_table_v, layout):\n def check_eq(a, b, c, msg):\n if not (a == b == c):\n raise ValueError(f""{msg} must be same, got {a}, {b}, {b}"")\n\n q_rank, k_rank, v_rank = len(query.shape), len(key.shape), len(value.shape)\n if q_rank != 4:\n raise ValueError(f""Q must have a rank of 4, got {q_rank}"")\n check_eq(q_rank, k_rank, v_rank, ""QKV rank"")\n\n q_dtype, k_dtype, v_dtype = query.dtype, key.dtype, value.dtype\n if q_dtype not in [jnp.bfloat16, jnp.float16, jnp.float8_e4m3fn, jnp.float8_e5m2]:\n raise NotImplementedError(f""Q must be fp16/bf16/fp8_e4m3fn/fp8_e5m2, got {q_dtype}"")\n check_eq(q_dtype, k_dtype, v_dtype, ""QKV dtype"")\n\n if layout == AttentionLayout.BNTH:\n qB, qN, qT, qH = query.shape\n kB, kN, kS, kH = key.shape\n vB, vN, vS, vH = value.shape\n else:\n assert layout == AttentionLayout.BTNH\n qB, qT, qN, qH = query.shape\n kB, kS, kN, kH = key.shape\n vB, vS, vN, vH = value.shape\n\n if page_table_k is not None and page_table_v is not None:\n k_blocks, k_block_size = kB, kS\n v_blocks, v_block_size = vB, vS\n kB, _, k_blocks_per_batch, _ = page_table_k.shape\n vB, _, v_blocks_per_batch, _ = page_table_v.shape\n kS = k_blocks_per_batch * k_block_size\n vS = v_blocks_per_batch * v_block_size\n if kB * k_blocks_per_batch != k_blocks:\n raise ValueError(\n f""Key and page_table_k must have same number of blocks, ""\n f""got {k_blocks} vs {kB * k_blocks_per_batch}"")\n if vB * v_blocks_per_batch != v_blocks:\n raise ValueError(\n f""Value and page_table_v must have same number of blocks, ""\n f""got {v_blocks} vs {vB * v_blocks_per_batch}"")\n\n check_eq(qB, kB, vB, ""QKV batch"")\n check_eq(qH, kH, vH, ""QKV dim_per_head"")\n if kN != vN:\n raise ValueError(f""KV must have same number of heads, got {kN} vs {vN}"")\n if kS != vS:\n raise ValueError(f""KV must have same seq length, got {kS} vs {vS}"")\n\n # check bias\n if bias is not None:\n _, _, bT, bS = bias.shape\n if bT != qT or bS != vS:\n breakpoint()\n raise ValueError(\n f""Bias must have same seq length as QKV, got {bT} and {bS}"")\n\n # check q_seqlen/kv_seqlen/q_offsets/kv_offsets\n expected_rank = 2 if q_offsets is not None else 1\n def check_seqlen_offsets(tensor, name):\n if tensor is not None:\n dtype = tensor.dtype\n rank = len(tensor.shape)\n if dtype != jnp.int32:\n raise ValueError(f""{name} must have int32 datatype, got {dtype}"")\n if rank != expected_rank:\n raise ValueError(f""{name} must have a rank of {expected_rank}, got {rank}"")\n b = tensor.shape[0]\n if b != qB:\n raise ValueError(f""{name} must have same batch as Q, got {b}"")\n\n check_seqlen_offsets(q_seqlen, ""q_seqlen"")\n check_seqlen_offsets(kv_seqlen, ""kv_seqlen"")\n check_seqlen_offsets(q_offsets, ""q_offsets"")\n check_seqlen_offsets(kv_offsets, ""kv_offsets"")\n\n\ndef check_is_flash_attention(\n query, key, layout: int, cudnn_version, has_bias, is_training, is_packed=False,\n is_paged_attention=False, is_fp8=False):\n # Extract sequence length (T) and head dim (H) based on layout\n if layout == AttentionLayout.BNTH.value:\n _, _, T, H = query.shape\n _, _, S, _ = key.shape\n else:\n _, T, _, H = query.shape\n _, S, _, _ = key.shape\n\n # Flash attention conditions\n if is_fp8:\n # FP8 specific conditions\n if not ((is_training and H == 128 and T % 128 == 0 and S % 128 == 0) or\n (not is_training and H <= 256 and H % 16 == 0)):\n raise NotImplementedError(\n f""Unsupported sequence length Q {T}, KV {S} and head dim {H} for FP8.""\n )\n else:\n # bf16/fp16 attention conditions\n # Check the head dim.\n is_on_hopper = is_cuda_compute_capability_equal(""9.0"")\n H_max = 256 if cudnn_version >= 90500 and is_on_hopper else 128\n if not (H <= H_max and H % 8 == 0):\n raise NotImplementedError(\n f""The head dim must be <= {H_max} and a multiple of 8, ""\n f""but got {H}.""\n )\n\n # Check patterns with bias, seqlen should be divisible by 2\n if (is_training and has_bias and (T % 2 != 0 or S % 2 != 0)):\n raise NotImplementedError(\n f""Unsupported sequence length Q {T}, KV {S}.""\n )\n\n if is_packed and (cudnn_version < 90600 or not check_compute_capability(""9.0"")):\n raise NotImplementedError(\n ""Packed layout requires cudnn version >= 9.6 and at least hopper arch."")\n if is_paged_attention and cudnn_version < 90500:\n raise NotImplementedError(""Page attention requires cudnn version >= 9.5."")\n\ndef check_cudnn_version():\n # check if cuDNN is installed\n if cuda_versions is None:\n raise RuntimeError(""cuDNN is not detected."")\n return cuda_versions.cudnn_get_version()\n\ndef check_compute_capability(capability):\n if not 'cuda' in xla_bridge.get_backend().platform_version:\n return False\n d, *_ = jax.local_devices(backend=""gpu"")\n target = tuple(int(x) for x in capability.split("".""))\n current = tuple(int(x) for x in d.compute_capability.split("".""))\n return current >= target\n\ndef is_cuda_compute_capability_equal(capability):\n if not 'cuda' in xla_bridge.get_backend().platform_version:\n return False\n d, *_ = jax.local_devices(backend=""gpu"")\n target = tuple(int(x) for x in capability.split("".""))\n current = tuple(int(x) for x in d.compute_capability.split("".""))\n return current == target\n\ndef _dot_product_attention_fwd(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v,\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, cudnn_version, return_residual):\n # check if flash attention is supported for this attention pattern\n check_is_flash_attention(\n query, key, layout, cudnn_version, bias is not None, False,\n get_max_seg_per_batch(q_offsets) > 1, check_is_paged_attention(page_table_k))\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=False or return_residual)\n if return_residual:\n return tuple(outputs)\n else:\n return outputs[0]\n\ndef _dot_product_attention_fwd_rule(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, cudnn_version,\n return_residual):\n # check if flash attention is supported for this attention pattern\n check_is_flash_attention(\n query, key, layout, cudnn_version, bias is not None, True,\n get_max_seg_per_batch(q_offsets) > 1)\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=True)\n res = (query, key, value, bias, q_seqlen, kv_seqlen, q_offsets,\n kv_offsets, page_table_k, page_table_v, outputs[1], outputs[0])\n if return_residual:\n return tuple(outputs), res\n else:\n return outputs[0], res\n\ndef _dot_product_attention_bwd_rule(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, is_training, return_residual, res, grad_output):\n (query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output) = res\n if return_residual:\n grad_output = grad_output[0]\n grads = _dot_product_attention_bwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed, dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length\n )\n grads = (*grads,) + (None,) * (10 - len(grads))\n return grads\n\ndef _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key):\n # fix seqlen and offsets to what cuDNN expects in sequence packing.\n # cuDNN expects seqlen to have shape [S] where S is the total number of segments\n # while the SDPA API accetps seqlen with shape [B, M] where B is the batch and M\n # is the maximum number of segments of one batch. B x M is larger than S and seqlen\n # is filled with -1 for padded regions. Therefore, we need to shift all non negative\n # values to left side to form a correct seqlen. Similar layout is required for\n # offsets tensors.\n # cuDNN expects offsets to have offset for each segment starting from first segment\n # while SDPA API accetps offsets to have offset for each segment starting from\n # current batch, therefore we need to calculate accumulative offset of each segment\n # starting from first segment.\n def _shift_to_left(x, fill_value):\n # shift any non-negative value to left\n # [[1, 3, -1, -1], [2, 3, 4, -1]]\n # -> [[1, 3, 2, 3], [4, -1, -1, -1]]\n x_shape = x.shape\n x = x.flatten()\n size = x.size\n indices = jnp.nonzero(x >= 0, size=size, fill_value=size)[0]\n y = jnp.take(x, indices, fill_value=fill_value)\n return jnp.reshape(y, x_shape)\n\n def _cu_offset(offsets, max_seq):\n # calculate accumulative offset by batch\n # [[1, 3, 5, 7], [4, 5, -1, -1]], max_seq = 8\n # -> [[1, 3, 5, 7], [12, 13, -1, -1]]\n batch = offsets.shape[0]\n offsets = jnp.where(\n offsets >= 0,\n offsets + (jnp.arange(batch, dtype=offsets.dtype) * max_seq)[..., jnp.newaxis],\n offsets,\n )\n return offsets\n\n if get_max_seg_per_batch(q_offsets) > 1:\n B, T, N, H = query.shape\n _, S, _, _ = key.shape\n\n q_seqlen = _shift_to_left(q_seqlen, -1)\n kv_seqlen = _shift_to_left(kv_seqlen, -1)\n\n q_offsets = _cu_offset(q_offsets, T)\n kv_offsets = _cu_offset(kv_offsets, S)\n q_offsets = _shift_to_left(q_offsets, -1)\n kv_offsets = _shift_to_left(kv_offsets, -1)\n\n # mark any invalid entries as maximum offset\n q_offsets = jnp.where(q_offsets < 0, B * T, q_offsets)\n kv_offsets = jnp.where(kv_offsets < 0, B * S, kv_offsets)\n\n # multiply by stride_per_token to get correct offsets\n # do it here because real stride changes after sharding\n q_offsets = q_offsets * N * H\n kv_offsets = kv_offsets * N * H\n\n return q_seqlen, kv_seqlen, q_offsets, kv_offsets\n\ndef _dot_product_attention_fwd_impl(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n # args: {Q, K, V, mask*, bias*}\n q_seqlen, kv_seqlen, q_offsets, kv_offsets = \\n _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key)\n outputs = _dot_product_attention_fwd_p.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=is_training)\n return outputs\n\ndef _dot_product_attention_bwd_impl(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output, scale,\n seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n q_seqlen, kv_seqlen, q_offsets, kv_offsets = \\n _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key)\n grads = _dot_product_attention_bwd_p.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed,\n dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length)\n return grads\n\ndef _dot_product_attention_fwd_abstract(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n if layout == AttentionLayout.BNTH.value:\n B, N, T, _ = query.shape\n _, _, S, _ = key.shape\n else:\n B, T, N, _ = query.shape\n _, S, _, _ = key.shape\n output_shape = query.shape\n\n max_seg_per_batch = get_max_seg_per_batch(q_offsets)\n softmax_stat_shape = (B * max_seg_per_batch, N, T)\n\n if is_training:\n return (\n core.ShapedArray(output_shape, query_dtype), # output\n core.ShapedArray(softmax_stat_shape, jnp.float32), # softmax_stat\n )\n else:\n return (\n core.ShapedArray(output_shape, query_dtype), # output\n )\n\ndef _dot_product_attention_bwd_abstract(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output, *,\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n key_dtype = dtypes.canonicalize_dtype(key.dtype)\n value_dtype = dtypes.canonicalize_dtype(value.dtype)\n\n _, has_dbias = variadic_args\n if has_dbias:\n # cuDNN supports bias for this case\n bias_dtype = dtypes.canonicalize_dtype(bias.dtype)\n return (\n core.ShapedArray(\n query.shape, query_dtype\n ), # grad query\n core.ShapedArray(\n key.shape, key_dtype\n ), # grad key\n core.ShapedArray(\n value.shape, value_dtype\n ), # grad value\n core.ShapedArray(\n bias.shape, bias_dtype\n ), # grad bias\n )\n else:\n return (\n core.ShapedArray(\n query.shape, query_dtype\n ), # grad query\n core.ShapedArray(\n key.shape, key_dtype\n ), # grad key\n core.ShapedArray(\n value.shape, value_dtype\n ), # grad value\n )\n\ndef _dot_product_attention_fwd_cuda_lowering(\n ctx, query, key, value, bias, q_seqlen, kv_seqlen, q_offsets,\n kv_offsets, page_table_k, page_table_v, scale, seed, dropout_rate,\n variadic_args, mask_type, layout, sliding_window_length, is_training):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n\n if layout == AttentionLayout.BNTH.value:\n B, N, T, H = query_shape\n _, _, S, _ = key_shape\n output_layout = (3, 2, 1, 0)\n output_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, N, H = query_shape\n _, S, _, _ = key_shape\n output_layout = (3, 1, 2, 0)\n output_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n max_seg_per_batch = get_max_seg_per_batch(ir.RankedTensorType(q_offsets.type))\n is_paged_attention = check_is_paged_attention(ir.RankedTensorType(page_table_k.type))\n\n output_shape = (B, N, T, H)\n softmax_stat_shape = (B * max_seg_per_batch, N, T)\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n\n has_bias, _ = variadic_args\n backend_config = create_dot_product_attention_backend_config(\n B, N, T, S, query_type.element_type, scale, seed, dropout_rate,\n mask_type, layout, sliding_window_length, max_seg_per_batch,\n is_paged_attention, is_bwd=False)\n # {Q, K, V, bias*, q_seqlen*, kv_seqlen*, q_offsets*, kv_offsets*}}\n # {output, activation*, workspace}\n has_dropout = dropout_rate > 0\n operands = [query, key, value]\n if has_bias:\n operands.append(bias)\n if has_padding(mask_type) or max_seg_per_batch > 1 or is_paged_attention:\n operands.append(q_seqlen)\n operands.append(kv_seqlen)\n if max_seg_per_batch > 1:\n operands.append(q_offsets)\n operands.append(kv_offsets)\n if is_paged_attention:\n operands.append(page_table_k)\n operands.append(page_table_v)\n\n custom_call_name = get_custom_call_name(has_bias, has_dropout, False)\n\n if is_training:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get(softmax_stat_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type),\n ]\n result_layouts = [output_layout] + default_layouts(softmax_stat_shape, workspace_shape)\n else:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get(workspace_shape, workspace_type)\n ]\n result_layouts = [output_layout] + default_layouts(workspace_shape)\n # create custom call here\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n # drop workspace memory\n # output should be (B, T, N, H) instead of (B, N, T, H)\n if is_training:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1]]\n else:\n return [hlo.transpose(out.results[0], output_transpose_perm)]\n\ndef _dot_product_attention_bwd_cuda_lowering(\n ctx, query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n value_type = ir.RankedTensorType(value.type)\n\n if layout == AttentionLayout.BNTH.value:\n B, q_N, T, H = query_shape\n _, k_N, S, _ = key_shape\n grad_layout = (3, 2, 1, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, q_N, H = query_shape\n _, S, k_N, _ = key_shape\n grad_layout = (3, 1, 2, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n\n grad_query_shape = (B, q_N, T, H)\n grad_key_shape = (B, k_N, S, H)\n grad_value_shape = (B, k_N, S, H)\n\n has_bias, has_dbias = variadic_args\n max_seg_per_batch = get_max_seg_per_batch(ir.RankedTensorType(q_offsets.type))\n backend_config = create_dot_product_attention_backend_config(\n B, q_N, T, S, query_type.element_type, scale, seed, dropout_rate,\n mask_type, layout, sliding_window_length, max_seg_per_batch,\n False, is_bwd=True)\n # {Q, K, V, activation, dO, bias*, O, q_seqlen*, kv_seqlen*,\n # q_offsets*, kv_offsets*}\n # {dQ, dK, dV, dbias*, workspace}\n has_dropout = dropout_rate > 0\n # create operands\n operands = [query, key, value, activation, grad_output]\n if has_bias:\n # flash attention requires bias in the bwd for remat\n operands.append(bias)\n operands.append(fwd_output)\n if has_padding(mask_type) or max_seg_per_batch > 1:\n operands.append(q_seqlen)\n operands.append(kv_seqlen)\n if max_seg_per_batch > 1:\n operands.append(q_offsets)\n operands.append(kv_offsets)\n # get custom call name\n custom_call_name = get_custom_call_name(has_bias, has_dropout, True)\n\n # create output types and layouts\n # grad_query, grad_key, grad_value\n result_types = [\n ir.RankedTensorType.get(grad_query_shape, query_type.element_type),\n ir.RankedTensorType.get(grad_key_shape, key_type.element_type),\n ir.RankedTensorType.get(grad_value_shape, value_type.element_type),\n ]\n result_layouts = [grad_layout, grad_layout, grad_layout]\n bias_type = ir.RankedTensorType(bias.type)\n bias_shape = bias_type.shape\n if has_dbias:\n # cuDNN supports bias for this case\n result_types.append(\n ir.RankedTensorType.get(bias_shape, bias_type.element_type))\n result_layouts = result_layouts + default_layouts(bias_shape)\n # workspace\n result_types.append(ir.RankedTensorType.get(workspace_shape, workspace_type))\n result_layouts = result_layouts + default_layouts(workspace_shape)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n dqkv = (hlo.transpose(out.results[0], grad_transpose_perm),\n hlo.transpose(out.results[1], grad_transpose_perm),\n hlo.transpose(out.results[2], grad_transpose_perm))\n # Only keep dQ, dK, dV and dBias here\n if has_dbias:\n return dqkv + (out.results[3],)\n else:\n return dqkv\n\n# batcher\ndef _check_valid_batch_dims(bdims):\n for dim in bdims:\n if dim not in [0, None]:\n raise NotImplementedError(\n f""Currently only support batch_dim in [0, None], but got {dim=}"")\n\ndef _dot_product_attention_fwd_batcher(\n batched_args, batch_dims, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n _check_valid_batch_dims(batch_dims)\n query, key, value, bias, q_seqlen, kv_seqlen, \\n q_offsets, kv_offsets, page_table_k, page_table_v = batched_args\n query_bdim = batch_dims[0]\n if is_training:\n out_bdims = query_bdim, query_bdim\n else:\n out_bdims = (query_bdim,)\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n has_bias, _ = variadic_args\n original_shape = query.shape\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n if has_bias and batch_dims[3] is not None:\n bias = jnp.reshape(bias, (B, N, T, S))\n if has_padding(mask_type):\n q_seqlen = jnp.reshape(q_seqlen, (B, ))\n kv_seqlen = jnp.reshape(kv_seqlen, (B, ))\n\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=is_training)\n\n # reshape to original shape\n output = outputs[0]\n output = jnp.reshape(output, original_shape)\n if is_training:\n activation = outputs[1]\n activation = jnp.reshape(activation, (*Bs, N, T))\n return (output, activation), out_bdims\n else:\n return (output,), out_bdims\n\ndef _dot_product_attention_bwd_batcher(\n batched_args, batch_dims, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length):\n _check_valid_batch_dims(batch_dims)\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets, \\n page_table_k, page_table_v, activation, fwd_output, grad_output = batched_args\n query_bdim = batch_dims[0]\n out_bdims = query_bdim, query_bdim, query_bdim\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n has_bias, has_dbias = variadic_args\n # Reset the has_dbias if the combined batch size is not 1, because cuDNN only\n # supports dbias with a single batch. In this case, an all-zero dbias will be\n # appended instead.\n if B > 1:\n variadic_args = (has_bias, False)\n original_query_shape = query.shape\n original_key_shape = key.shape\n original_value_shape = value.shape\n original_bias_shape = bias.shape if has_bias else None\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n if has_bias and batch_dims[3] is not None:\n bias = jnp.reshape(bias, (B, N, T, S))\n if has_padding(mask_type):\n q_seqlen = jnp.reshape(q_seqlen, (B, ))\n kv_seqlen = jnp.reshape(kv_seqlen, (B, ))\n\n activation = jnp.reshape(activation, (B, N, T))\n fwd_output = jnp.reshape(fwd_output, (B,) + query.shape[-3:])\n grad_output = jnp.reshape(grad_output, (B,) + query.shape[-3:])\n\n grads = _dot_product_attention_bwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed, dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length,\n )\n\n # reshape to original shape\n grads[0] = jnp.reshape(grads[0], original_query_shape)\n grads[1] = jnp.reshape(grads[1], original_key_shape)\n grads[2] = jnp.reshape(grads[2], original_value_shape)\n if has_dbias:\n assert has_bias\n if variadic_args[1]:\n grads[3] = jnp.reshape(grads[3], original_bias_shape)\n else:\n grads.append(jnp.zeros(original_bias_shape, bias.dtype))\n out_bdims += (batch_dims[3],)\n return grads, out_bdims\n\n# custom partitioning\ndef _get_padded_spec(arg_info):\n spec = None if arg_info.sharding is None else arg_info.sharding.spec\n ndim = arg_info.ndim\n if spec is None:\n return (None,) * ndim\n assert len(spec) <= ndim\n return spec + (None,) * (ndim - len(spec))\n\ndef _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout):\n # check qkv spec\n if not query_spec == key_spec == value_spec:\n raise ValueError(""Query, key and value should have same sharding."")\n if layout == AttentionLayout.BNTH.value:\n *batch_spec, num_head_spec, q_seq_spec, head_spec = query_spec\n else:\n *batch_spec, q_seq_spec, num_head_spec, head_spec = query_spec\n if q_seq_spec is not None:\n raise ValueError(""Sharding on sequence dim is not allowed."")\n if head_spec is not None:\n raise ValueError(""Sharding on head dim is not allowed."")\n # check bias spec\n if bias_spec:\n *bias_batch_spec, bias_num_head_spec, bias_q_seq_spec, bias_kv_seq_spec = bias_spec\n if any(bias_batch_spec) and bias_batch_spec != batch_spec or \\n bias_num_head_spec is not None and bias_num_head_spec != num_head_spec:\n raise ValueError(\n ""Query and bias should have same sharding on batch and num_head dim."")\n if bias_q_seq_spec is not None or bias_kv_seq_spec is not None:\n raise ValueError(""Sharding on bias sequence dim is not allowed."")\n\n\n# fwd custom partition\ndef _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args,is_training, layout):\n # only sharding on batch and num_head dim is allowed\n # (*batch, q_seq, num_head, head)\n query_spec = _get_padded_spec(arg_shapes[0])\n # (*batch, kv_seq, num_head, head)\n key_spec = _get_padded_spec(arg_shapes[1])\n value_spec = _get_padded_spec(arg_shapes[2])\n has_bias, _ = variadic_args\n bias_spec = _get_padded_spec(arg_shapes[3]) if has_bias else None\n\n _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout)\n # keep out sharding same as query sharding since they have same shape\n out_sharding = NamedSharding(mesh, PartitionSpec(*query_spec))\n if is_training:\n # activation sharding\n *batch_spec, q_seq_spec, num_head_spec, _ = query_spec\n activation_sharding = NamedSharding(\n mesh, PartitionSpec(*batch_spec, num_head_spec, q_seq_spec, None))\n return [out_sharding, activation_sharding]\n return [out_sharding]\n\n_dot_product_attention_fwd_lower = custom_partitioning(\n _dot_product_attention_fwd_impl, static_argnums=(10, 11, 12, 13, 14, 15, 16, 17))\n\ndef _dot_product_attention_fwd_infer_sharding_from_operands(\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length,\n is_training, mesh, arg_shapes, result_shape):\n return _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args, is_training, layout)\n\ndef _dot_product_attention_fwd_partition(\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length,\n is_training, mesh, arg_shapes, result_shape):\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n out_shardings = _infer_fwd_output_sharding(\n mesh, arg_shapes, variadic_args, is_training, layout)\n impl = functools.partial(\n _dot_product_attention_fwd_impl,\n scale=scale,\n seed=seed,\n dropout_rate=dropout_rate,\n variadic_args=variadic_args,\n mask_type=mask_type,\n layout=layout,\n sliding_window_length=sliding_window_length,\n is_training=is_training,\n )\n return mesh, impl, out_shardings, arg_shardings\n\n# bwd custom partition\ndef _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args):\n # (*batch, q_seq, num_head, head)\n query_spec = _get_padded_spec(arg_shapes[0])\n # (*batch, kv_seq, num_head, head)\n key_spec = _get_padded_spec(arg_shapes[1])\n value_spec = _get_padded_spec(arg_shapes[2])\n has_bias, has_dbias = variadic_args\n bias_spec = _get_padded_spec(arg_shapes[3]) if has_bias else None\n _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout)\n # keep grad query sharding same as query sharding\n grad_query_sharding = NamedSharding(mesh, PartitionSpec(*query_spec))\n grad_key_sharding = NamedSharding(mesh, PartitionSpec(*key_spec))\n grad_value_sharding = NamedSharding(mesh, PartitionSpec(*key_spec))\n out_shardings = [grad_query_sharding, grad_key_sharding, grad_value_sharding]\n if has_dbias:\n grad_bias_sharding = NamedSharding(mesh, PartitionSpec(*bias_spec))\n out_shardings = out_shardings + [grad_bias_sharding]\n return out_shardings\n\n_dot_product_attention_bwd_lower = custom_partitioning(\n _dot_product_attention_bwd_impl, static_argnums=(13, 14, 15, 16, 17, 18, 19)\n)\n\ndef _dot_product_attention_bwd_infer_sharding_from_operands(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, mesh, arg_shapes, result_shape):\n return _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n\ndef _dot_product_attention_bwd_partition(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, mesh, arg_shapes, result_shape):\n out_shardings = _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n def sharded_impl(*args):\n impl = functools.partial(\n _dot_product_attention_bwd_impl,\n scale=scale,\n seed=seed,\n dropout_rate=dropout_rate,\n variadic_args=variadic_args,\n mask_type=mask_type,\n layout=layout,\n sliding_window_length=sliding_window_length,\n )\n grads = impl(*args)\n _, has_dbias = variadic_args\n if has_dbias:\n query_spec = arg_shardings[0].spec\n batch_spec = query_spec[0]\n local_dbias = grads[3]\n global_dbias = jax.lax.psum(local_dbias, batch_spec)\n grads = grads[:3] + [global_dbias]\n return grads\n return mesh, sharded_impl, out_shardings, arg_shardings\n\n# Create dot_product_attention_fwd_p for forward operation.\n_dot_product_attention_fwd_p = core.Primitive(""dot_product_attention_fwd"")\n_dot_product_attention_fwd_p.multiple_results = True\n_dot_product_attention_fwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fwd_p)\n)\n_dot_product_attention_fwd_p.def_abstract_eval(\n _dot_product_attention_fwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fwd_p,\n _dot_product_attention_fwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fwd_wrapper""\n)\n_dot_product_attention_fwd_p_wrapper.multiple_results = True\n_dot_product_attention_fwd_p_wrapper.def_impl(_dot_product_attention_fwd_impl)\n_dot_product_attention_fwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fwd_abstract\n)\n\n# Create dot_product_attention_bwd_p for backward operation.\n_dot_product_attention_bwd_p = core.Primitive(""dot_product_attention_bwd"")\n_dot_product_attention_bwd_p.multiple_results = True\n_dot_product_attention_bwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_bwd_p)\n)\n_dot_product_attention_bwd_p.def_abstract_eval(\n _dot_product_attention_bwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_bwd_p,\n _dot_product_attention_bwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_bwd_p_wrapper = core.Primitive(\n ""dot_product_attention_bwd_wrapper""\n)\n_dot_product_attention_bwd_p_wrapper.multiple_results = True\n_dot_product_attention_bwd_p_wrapper.def_impl(_dot_product_attention_bwd_impl)\n_dot_product_attention_bwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_bwd_abstract\n)\n\nbatching.primitive_batchers[\n _dot_product_attention_fwd_p_wrapper\n] = _dot_product_attention_fwd_batcher\nbatching.primitive_batchers[\n _dot_product_attention_bwd_p_wrapper\n] = _dot_product_attention_bwd_batcher\n\ndef not_implemented_sharding_rule(*args, **kwargs):\n return NotImplementedError(""Sharding rule not implemented."")\n\n_dot_product_attention_fwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fwd_partition,\n sharding_rule=not_implemented_sharding_rule)\n\nmlir.register_lowering(_dot_product_attention_fwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fwd_lower, multiple_results=True))\n\n_dot_product_attention_bwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_bwd_infer_sharding_from_operands,\n partition=_dot_product_attention_bwd_partition,\n sharding_rule=not_implemented_sharding_rule)\n\nmlir.register_lowering(_dot_product_attention_bwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_bwd_lower, multiple_results=True))\n\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fwd_p_wrapper\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_bwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_bwd_p_wrapper\n)\n\n@functools.partial(jax.custom_vjp, nondiff_argnums=(10, 11, 12, 13, 14, 15, 16, 17, 18))\ndef _dot_product_attention(query: Array,\n key: Array,\n value: Array,\n bias: Array,\n q_seqlen: Array,\n kv_seqlen: Array,\n q_offsets: Array,\n kv_offsets: Array,\n page_table_k: Array,\n page_table_v: Array,\n scale: float,\n seed: int,\n dropout_rate: float,\n variadic_args: tuple[bool, ...],\n mask_type: bool,\n layout: int,\n sliding_window_length: int | None,\n cudnn_version: int,\n return_residual: bool):\n output = _dot_product_attention_fwd(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length,\n cudnn_version=cudnn_version, return_residual=return_residual)\n return output\n\n_dot_product_attention.defvjp(\n _dot_product_attention_fwd_rule, _dot_product_attention_bwd_rule\n)\n\nfp8_params_keys = [\n 'amax_dQ', 'amax_dK', 'amax_dV', 'amax_dP', # place holder for bwd output\n 'descale_q', 'descale_k', 'descale_v', 'descale_s',\n 'scale_s', 'scale_o', 'descale_o', 'descale_dO',\n 'descale_dP', 'scale_dQ', 'scale_dK', 'scale_dV',\n 'scale_dP'\n]\n\nfp8_params_keys_fwd = [\n 'descale_q', 'descale_k', 'descale_v', 'descale_s', 'scale_s', 'scale_o'\n]\nfp8_params_keys_bwd = [\n 'descale_q', 'descale_k', 'descale_v', 'descale_o', 'descale_dO', 'descale_s',\n 'descale_dP', 'scale_s', 'scale_dQ', 'scale_dK', 'scale_dV', 'scale_dP',\n]\nparams_from_keys = lambda params, keys: [params[key] for key in keys]\n\ndef check_fp8_params(params):\n # Check if all required keys are present\n missing_keys = set(fp8_params_keys) - set(params)\n if missing_keys:\n raise ValueError(f""The following keys are missing from fp8_params: {', '.join(missing_keys)}"")\n\ncheck_is_flash_attention_fp8 = functools.partial(\n check_is_flash_attention,\n has_bias=False,\n is_fp8=True\n)\n\ndef _dot_product_attention_fp8_fwd(\n query, key, value,\n fp8_params_fwd,\n scale, use_causal_mask, layout, cudnn_version):\n check_is_flash_attention_fp8(\n query, key, layout, cudnn_version, is_training=False)\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o = fp8_params_fwd\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s,\n scale_s, scale_o,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=False)\n return outputs\n\ndef _dot_product_attention_fp8_fwd_rule(\n query, key, value,\n fp8_params,\n scale, use_causal_mask, layout, cudnn_version):\n check_is_flash_attention_fp8(\n query, key, layout, cudnn_version, is_training=True)\n\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value, *params_from_keys(fp8_params, fp8_params_keys_fwd),\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=True)\n res = (query, key, value, outputs[3], outputs[0], params_from_keys(fp8_params, fp8_params_keys_bwd))\n return (outputs[0], outputs[1], outputs[2]), res\n\ndef _dot_product_attention_fp8_bwd_rule(\n scale, use_causal_mask, layout, cudnn_version, res, g):\n (query, key, value, activation, fwd_output, aux_params) = res\n grad_output = g[0]\n grads = _dot_product_attention_fp8_bwd_p_wrapper.bind(\n query,\n key,\n value,\n fwd_output,\n grad_output,\n activation,\n *aux_params,\n scale=scale,\n use_causal_mask=use_causal_mask,\n layout=layout,\n )\n\n fp8_params_grads = dict.fromkeys(fp8_params_keys)\n keys_to_grad_indices = ['amax_dQ', 'amax_dK', 'amax_dV', 'amax_dP']\n # grads structure: (dQ, dK, dV, amax_dq, amax_dk, amax_dv, amax_dp)\n for i, key in enumerate(keys_to_grad_indices, start=3):\n fp8_params_grads[key] = grads[i]\n\n return (grads[0], grads[1], grads[2], fp8_params_grads)\n\ndef _dot_product_attention_fp8_fwd_impl(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n outputs = _dot_product_attention_fp8_fwd_p.bind(\n query,\n key,\n value,\n descale_q,\n descale_k,\n descale_v,\n descale_s,\n scale_s,\n scale_o,\n scale=scale,\n use_causal_mask=use_causal_mask,\n layout=layout,\n is_training=is_training,\n )\n return outputs\n\ndef _dot_product_attention_fp8_bwd_impl(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale, use_causal_mask, layout):\n grads = _dot_product_attention_fp8_bwd_p.bind(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout)\n return grads\n\n\ndef _dot_product_attention_fp8_fwd_abstract(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n if layout == AttentionLayout.BNTH.value:\n B, N, T, _ = query.shape\n _, _, S, _ = key.shape\n else:\n B, T, N, _ = query.shape\n _, S, _, _ = key.shape\n output_shape = query.shape\n softmax_stat_shape = (B, N, T)\n\n # output, amax_s, amax_o[, softmax_stat]\n if is_training:\n return (\n core.ShapedArray(output_shape, query_dtype),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray(softmax_stat_shape, jnp.float32),\n )\n else:\n return (\n core.ShapedArray(output_shape, query_dtype),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray((1,1,1,1), jnp.float32),\n )\n\ndef _dot_product_attention_fp8_bwd_abstract(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale, use_causal_mask, layout):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n key_dtype = dtypes.canonicalize_dtype(key.dtype)\n value_dtype = dtypes.canonicalize_dtype(value.dtype)\n\n amax_shape = (1,1,1,1)\n\n return (\n core.ShapedArray(query.shape, query_dtype),\n core.ShapedArray(key.shape, key_dtype),\n core.ShapedArray(value.shape, value_dtype),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n )\n\ndef _dot_product_attention_fp8_fwd_cuda_lowering(\n ctx, query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n\n if layout == AttentionLayout.BNTH.value:\n B, N, T, H = query_shape\n _, _, S, _ = key_shape\n output_layout = (3, 2, 1, 0)\n output_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, N, H = query_shape\n _, S, _, _ = key_shape\n output_layout = (3, 1, 2, 0)\n output_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n output_shape = (B, N, T, H)\n softmax_stat_shape = (B, N, T)\n workspace_shape = (0,)\n amax_shape = (1,1,1,1)\n workspace_type = ir.IntegerType.get_unsigned(8)\n mask_type = MaskType.CAUSAL if use_causal_mask else MaskType.NO_MASK\n backend_config = create_dot_product_attention_fp8_backend_config(\n B, N, T, S, ir.BF16Type.get(), # query_type.element_type,\n scale, mask_type, layout, is_bwd=False,\n )\n\n operands = [query, key, value, descale_q, descale_k, descale_v, descale_s, scale_s, scale_o]\n custom_call_name = get_fp8_custom_call_name(is_bwd=False)\n\n if is_training:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get(softmax_stat_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type),\n ]\n result_layouts = [output_layout] + default_layouts(amax_shape, amax_shape, softmax_stat_shape, workspace_shape)\n else:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type)\n ]\n result_layouts = [output_layout] + default_layouts(amax_shape, amax_shape, workspace_shape)\n\n operand_shapes = [ir.RankedTensorType(operand.type).shape for operand in operands[:3]]\n operand_shapes += [[1, 1, 1, 1]] * 6\n operand_layouts = default_layouts(*operand_shapes)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=operand_layouts,\n result_layouts=result_layouts,\n )\n\n if is_training:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1], out.results[2], out.results[3]]\n else:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1], out.results[2]]\n\n\n\ndef _dot_product_attention_fp8_bwd_cuda_lowering(\n ctx, query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP, scale,\n use_causal_mask, layout):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n value_type = ir.RankedTensorType(value.type)\n\n if layout == AttentionLayout.BNTH.value:\n B, q_N, T, H = query_shape\n _, k_N, S, _ = key_shape\n grad_layout = (3, 2, 1, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, q_N, H = query_shape\n _, S, k_N, _ = key_shape\n grad_layout = (3, 1, 2, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n amax_shape = (1,1,1,1)\n\n grad_query_shape = (B, q_N, T, H)\n grad_key_shape = (B, k_N, S, H)\n grad_value_shape = (B, k_N, S, H)\n mask_type = MaskType.CAUSAL if use_causal_mask else MaskType.NO_MASK\n\n backend_config = create_dot_product_attention_fp8_backend_config(\n B, q_N, T, S, ir.BF16Type.get(),\n scale, mask_type, layout, is_bwd=True,\n )\n\n operands = [\n query,\n key,\n value,\n fwd_output,\n grad_output,\n activation,\n descale_q,\n descale_k,\n descale_v,\n descale_o,\n descale_dO,\n descale_s,\n descale_dP,\n scale_s,\n scale_dQ,\n scale_dK,\n scale_dV,\n scale_dP,\n ]\n\n custom_call_name = get_fp8_custom_call_name(is_bwd=True)\n\n result_types = [\n ir.RankedTensorType.get(grad_query_shape, query_type.element_type),\n ir.RankedTensorType.get(grad_key_shape, key_type.element_type),\n ir.RankedTensorType.get(grad_value_shape, value_type.element_type),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ]\n result_layouts = [grad_layout, grad_layout, grad_layout] + default_layouts(amax_shape, amax_shape, amax_shape, amax_shape)\n\n result_types.append(ir.RankedTensorType.get(workspace_shape, workspace_type))\n result_layouts = result_layouts + default_layouts(workspace_shape)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n dqkv_amaxs = (hlo.transpose(out.results[0], grad_transpose_perm),\n hlo.transpose(out.results[1], grad_transpose_perm),\n hlo.transpose(out.results[2], grad_transpose_perm),\n out.results[3], out.results[4], out.results[5], out.results[6])\n # Only keep dQ, dK, dV, amax_dQ, amax_dK, amax_dV, amax_dP here\n return dqkv_amaxs\n\ndef _dot_product_attention_fp8_fwd_batcher(\n batched_args, batch_dims, *, scale, use_causal_mask, layout, is_training):\n _check_valid_batch_dims(batch_dims)\n query, key, value,\\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o, = batched_args\n query_bdim = batch_dims[0]\n if is_training:\n out_bdims = query_bdim, query_bdim\n else:\n out_bdims = (query_bdim,)\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value, descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=is_training)\n\n # reshape to original shape\n output, amax_s, amax_o = outputs[0], outputs[1], outputs[2]\n output = jnp.reshape(output, query.shape)\n if is_training:\n activation = outputs[3]\n activation = jnp.reshape(activation, (*Bs, N, T))\n return (output, amax_s, amax_o, activation), out_bdims\n else:\n return (output, amax_s, amax_o), out_bdims\n\ndef _dot_product_attention_fp8_bwd_batcher(\n batched_args, batch_dims, *, scale, use_causal_mask, layout):\n _check_valid_batch_dims(batch_dims)\n query, key, value, fwd_output, grad_output, activation,\\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s, descale_dP,\\n scale_s, scale_dQ, scale_dK, scale_dV, scale_dP = batched_args\n query_bdim = batch_dims[0]\n out_bdims = query_bdim, query_bdim, query_bdim\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n\n activation = jnp.reshape(activation, (B, N, T))\n fwd_output = jnp.reshape(fwd_output, (B,) + query.shape[-3:])\n grad_output = jnp.reshape(grad_output, (B,) + query.shape[-3:])\n\n grads = _dot_product_attention_fp8_bwd_p_wrapper.bind(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s, descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout,\n )\n\n grad_query, grad_key, grad_value = grads[:3]\n # reshape to original shape\n grad_query = jnp.reshape(grad_query, query.shape)\n grad_key = jnp.reshape(grad_key, key.shape)\n grad_value = jnp.reshape(grad_value, value.shape)\n\n return grads, out_bdims\n\ndef _infer_fp8_fwd_output_sharding(mesh, arg_shapes, is_training, layout):\n # Prepare variadic_args for the original function\n has_bias = False # Adjust as needed\n variadic_args = (has_bias, None) # Dummy value, adjust as necessary\n\n # Call the original function with the required parameters\n output_sharding = _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args, is_training, layout)\n amax_sharding = NamedSharding(mesh, PartitionSpec())\n if is_training:\n out_sharding, activation_sharding = output_sharding[0], output_sharding[1]\n return [out_sharding, amax_sharding, amax_sharding, activation_sharding]\n return output_sharding + [amax_sharding, amax_sharding]\n\n_dot_product_attention_fp8_fwd_lower = custom_partitioning(\n _dot_product_attention_fp8_fwd_impl, static_argnums=(9, 10, 11, 12))\n\ndef _dot_product_attention_fp8_fwd_infer_sharding_from_operands(\n scale, use_causal_mask, layout, is_training,\n mesh, arg_shapes, result_shape):\n return _infer_fp8_fwd_output_sharding(mesh, arg_shapes, is_training, layout)\n\ndef _dot_product_attention_fp8_fwd_partition(\n scale, use_causal_mask, layout, is_training,\n mesh, arg_shapes, result_shape):\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n out_shardings = _infer_fp8_fwd_output_sharding(\n mesh, arg_shapes, is_training, layout)\n impl = functools.partial(\n _dot_product_attention_fp8_fwd_impl, scale=scale, use_causal_mask=use_causal_mask,\n layout=layout, is_training=is_training)\n return mesh, impl, out_shardings, arg_shardings\n\ndef _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout):\n # Prepare variadic_args for the original function\n has_bias = False # Adjust as needed\n has_dbias = False # Adjust as needed\n variadic_args = (has_bias, has_dbias) # Dummy value, adjust as necessary\n\n # Call the original function with the required parameters\n output_shardings = _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n\n # Prepare amax_sharding\n amax_sharding = NamedSharding(mesh, PartitionSpec()) # Use a default spec or adjust as needed\n\n # Append amax_sharding for each output sharding\n out_shardings_with_amax = output_shardings + [amax_sharding] * 4\n\n return out_shardings_with_amax\n\n_dot_product_attention_fp8_bwd_lower = custom_partitioning(\n _dot_product_attention_fp8_bwd_impl, static_argnums=(18,19,20)\n)\n\ndef _dot_product_attention_fp8_bwd_infer_sharding_from_operands(\n scale, use_causal_mask, layout, mesh,\n arg_shapes, result_shape):\n return _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout)\n\ndef _dot_product_attention_fp8_bwd_partition(\n scale, use_causal_mask, layout, mesh,\n arg_shapes, result_shape):\n out_shardings = _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout)\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n impl = functools.partial(\n _dot_product_attention_fp8_bwd_impl, scale=scale,\n use_causal_mask=use_causal_mask, layout=layout\n )\n return mesh, impl, out_shardings, arg_shardings\n\n# Create dot_product_attention_fp8_fwd_p for forward operation.\n_dot_product_attention_fp8_fwd_p = core.Primitive(""dot_product_attention_fp8_fwd"")\n_dot_product_attention_fp8_fwd_p.multiple_results = True\n_dot_product_attention_fp8_fwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fp8_fwd_p)\n)\n_dot_product_attention_fp8_fwd_p.def_abstract_eval(\n _dot_product_attention_fp8_fwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fp8_fwd_p,\n _dot_product_attention_fp8_fwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fp8_fwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fp8_fwd_wrapper""\n)\n_dot_product_attention_fp8_fwd_p_wrapper.multiple_results = True\n_dot_product_attention_fp8_fwd_p_wrapper.def_impl(_dot_product_attention_fp8_fwd_impl)\n_dot_product_attention_fp8_fwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fp8_fwd_abstract\n)\n\n# Create dot_product_attention_bwd_p for backward operation.\n_dot_product_attention_fp8_bwd_p = core.Primitive(""dot_product_attention_fp8_bwd"")\n_dot_product_attention_fp8_bwd_p.multiple_results = True\n_dot_product_attention_fp8_bwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fp8_bwd_p)\n)\n_dot_product_attention_fp8_bwd_p.def_abstract_eval(\n _dot_product_attention_fp8_bwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fp8_bwd_p,\n _dot_product_attention_fp8_bwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fp8_bwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fp8_bwd_wrapper""\n)\n_dot_product_attention_fp8_bwd_p_wrapper.multiple_results = True\n_dot_product_attention_fp8_bwd_p_wrapper.def_impl(_dot_product_attention_fp8_bwd_impl)\n_dot_product_attention_fp8_bwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fp8_bwd_abstract\n)\n\nbatching.primitive_batchers[\n _dot_product_attention_fp8_fwd_p_wrapper\n] = _dot_product_attention_fp8_fwd_batcher\nbatching.primitive_batchers[\n _dot_product_attention_fp8_bwd_p_wrapper\n] = _dot_product_attention_fp8_bwd_batcher\n\n_dot_product_attention_fp8_fwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fp8_fwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fp8_fwd_partition)\n\nmlir.register_lowering(_dot_product_attention_fp8_fwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fp8_fwd_lower, multiple_results=True))\n\n_dot_product_attention_fp8_bwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fp8_bwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fp8_bwd_partition)\n\nmlir.register_lowering(_dot_product_attention_fp8_bwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fp8_bwd_lower, multiple_results=True))\n\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_fwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_fwd_p_wrapper\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_bwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_bwd_p_wrapper\n)\n\n@functools.partial(jax.custom_vjp, nondiff_argnums=(4, 5, 6, 7))\ndef _dot_product_attention_fp8(query: Array,\n key: Array,\n value: Array,\n fp8_params: dict[str, Array],\n scale: float,\n use_causal_mask: bool,\n layout: int,\n cudnn_version: int):\n output, amax_s, amax_o = _dot_product_attention_fp8_fwd(\n query, key, value, params_from_keys(fp8_params, fp8_params_keys_fwd),\n scale, use_causal_mask, layout, cudnn_version\n )\n return output, amax_s, amax_o\n\n_dot_product_attention_fp8.defvjp(_dot_product_attention_fp8_fwd_rule, _dot_product_attention_fp8_bwd_rule)\n\ndef combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape\n bias = bias + mask\n return bias\n\n# User interface\ndef paged_attention(\n query: Array,\n key: Array,\n value: Array,\n q_seqlen: Array,\n kv_seqlen: Array,\n page_table_k: Array,\n page_table_v: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes paged attention described in https://arxiv.org/pdf/2309.06180.\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of\n [num_blocks, block_size, N, H] or [num_blocks, N, block_size, H] where\n num_blocks = B * Ceil(S / block_size).\n value: Values to be used in attention with a shape of\n [num_blocks, block_size, N, H] or [num_blocks, N, block_size, H] where\n num_blocks = B * Ceil(S / block_size).\n q_seqlen: Non padded sequence length of query with a shape of B.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n page_table_k: page table for key of shape [B, 1, num_blocks_per_batch, 1]\n where num_blocks_per_batch = Ceil(S / block_size).\n page_table_v: page table for value of shape [B, 1, num_blocks_per_batch, 1]\n where num_blocks_per_batch = Ceil(S / block_size).\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n scale: Scale for the query.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n """"""\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n if use_fp8:\n raise ValueError(""Paged attention doesn't support fp8 for now."")\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask."")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}."")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, None, None,\n page_table_k, page_table_v, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n\n output = _dot_product_attention(\n query, key, value, bias, q_seqlen, kv_seqlen, _not_used, _not_used,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout.value, sliding_window_length, cudnn_version,\n return_residual)\n return output\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n\n if use_fp8:\n if fp8_params is None:\n raise ValueError(""fp8_params should not be None."")\n if mask_type not in (MaskType.NO_MASK, MaskType.CAUSAL):\n raise ValueError(""Only NO_MASK or CAUSAL masks are supported for fp8."")\n if not all(x is None for x in [bias, mask, q_seqlen, kv_seqlen]):\n raise ValueError(\n f""Expected 'None' for bias, mask, q_seqlen, and kv_seqlen, ""\n f""but got: bias={bias}, mask={mask}, q_seqlen={q_seqlen}, kv_seqlen={kv_seqlen}""\n )\n check_fp8_params(fp8_params)\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n output, amax_s, amax_o = _dot_product_attention_fp8(\n query, key, value, fp8_params,\n scale, mask_type == MaskType.CAUSAL, layout.value, cudnn_version\n )\n return output, amax_s, amax_o\n else:\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask"")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}"")\n if q_offsets is not None and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to use packed layout"")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n if q_seqlen is None:\n q_seqlen = _not_used\n if kv_seqlen is None:\n kv_seqlen = _not_used\n if q_offsets is None:\n q_offsets = _not_used\n if kv_offsets is None:\n kv_offsets = _not_used\n\n output = _dot_product_attention(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n _not_used, _not_used, scale, seed, dropout_rate, variadic_args,\n mask_type, layout.value, sliding_window_length, cudnn_version,\n return_residual)\n return output\n",python,tab +2,337,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"6:59:28 AM [info] Activating crowd-code\n6:59:28 AM [info] Recording started\n6:59:28 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,637,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"6:59:28 AM [info] Git repository found\n6:59:28 AM [info] Git provider initialized successfully\n6:59:29 AM [info] Initial git state: [object Object]\n",Log,content +4,175136,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +5,237672,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12124,0,"",python,selection_command +6,238004,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12107,19,"",python,content +7,238080,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12113,0,"",python,selection_command +8,239005,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12084,0,"",python,selection_command +9,239210,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12054,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-14c33a6c-d06d-421b-aaef-66e0673e81a31753986093740-2025_07_31-20.21.52.136/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-14c33a6c-d06d-421b-aaef-66e0673e81a31753986093740-2025_07_31-20.21.52.136/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..e24a4a40ecb7fa6d42ca6f6abddb3063e1506d42 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-14c33a6c-d06d-421b-aaef-66e0673e81a31753986093740-2025_07_31-20.21.52.136/source.csv @@ -0,0 +1,11258 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,2,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # FIXME (f.srambical): this is exactly the same as STBlock (except for the positional encoding)\n # --- Spatial attention ---\n _, T, N, _ = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +2,283,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:21:52 PM [info] Activating crowd-code\n8:21:52 PM [info] Recording started\n8:21:52 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,407,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"8:21:52 PM [info] Git repository found\n8:21:52 PM [info] Git provider initialized successfully\n8:21:52 PM [info] Initial git state: [object Object]\n",Log,content +4,451,"utils/nn.py",0,0,"",python,tab +5,508,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +6,4026,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00",,terminal_command +7,4096,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14565\r\n",,terminal_output +8,4195,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +9,4602,"TERMINAL",0,0,"Running inside SLURM, Job ID 14565.\r\n",,terminal_output +10,4685,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +11,8951,"utils/nn.py",9952,0,"",python,selection_command +12,9124,"utils/nn.py",9899,0,"",python,selection_command +13,98194,"utils/nn.py",8146,0,"",python,selection_command +14,98318,"utils/nn.py",6676,0,"",python,selection_command +15,99306,"utils/nn.py",6718,0,"",python,selection_command +16,99551,"utils/nn.py",6752,0,"",python,selection_command +17,99585,"utils/nn.py",6761,0,"",python,selection_command +18,99614,"utils/nn.py",6795,0,"",python,selection_command +19,99649,"utils/nn.py",6822,0,"",python,selection_command +20,99680,"utils/nn.py",6831,0,"",python,selection_command +21,99715,"utils/nn.py",6874,0,"",python,selection_command +22,99853,"utils/nn.py",6888,0,"",python,selection_command +23,100006,"utils/nn.py",6897,0,"",python,selection_command +24,100704,"utils/nn.py",12521,0,"",python,selection_command +25,102944,"utils/nn.py",11073,0,"",python,selection_command +26,104561,"utils/nn.py",12521,0,"",python,selection_command +27,105408,"utils/nn.py",12555,0,"",python,selection_command +28,105576,"utils/nn.py",12601,0,"",python,selection_command +29,105725,"utils/nn.py",12643,0,"",python,selection_command +30,105866,"utils/nn.py",12689,0,"",python,selection_command +31,106001,"utils/nn.py",12731,0,"",python,selection_command +32,106130,"utils/nn.py",12781,0,"",python,selection_command +33,106704,"utils/nn.py",11204,0,"",python,selection_command +34,108673,"utils/nn.py",11228,0,"",python,selection_command +35,137033,"utils/nn.py",12823,0,"",python,selection_command +36,137844,"utils/nn.py",12785,0,"",python,selection_command +37,138094,"utils/nn.py",12735,0,"",python,selection_command +38,138118,"utils/nn.py",12693,0,"",python,selection_command +39,138152,"utils/nn.py",12647,0,"",python,selection_command +40,138189,"utils/nn.py",12605,0,"",python,selection_command +41,138218,"utils/nn.py",12559,0,"",python,selection_command +42,138351,"utils/nn.py",12525,0,"",python,selection_command +43,138594,"utils/nn.py",12559,0,"",python,selection_command +44,138844,"utils/nn.py",12605,0,"",python,selection_command +45,138865,"utils/nn.py",12647,0,"",python,selection_command +46,138897,"utils/nn.py",12693,0,"",python,selection_command +47,138926,"utils/nn.py",12735,0,"",python,selection_command +48,138956,"utils/nn.py",12785,0,"",python,selection_command +49,138991,"utils/nn.py",12823,0,"",python,selection_command +50,139031,"utils/nn.py",12889,0,"",python,selection_command +51,139066,"utils/nn.py",12924,0,"",python,selection_command +52,139096,"utils/nn.py",12951,0,"",python,selection_command +53,139128,"utils/nn.py",12965,0,"",python,selection_command +54,139163,"utils/nn.py",12987,0,"",python,selection_command +55,139196,"utils/nn.py",13027,0,"",python,selection_command +56,139229,"utils/nn.py",13067,0,"",python,selection_command +57,139264,"utils/nn.py",13106,0,"",python,selection_command +58,139297,"utils/nn.py",13148,0,"",python,selection_command +59,139331,"utils/nn.py",13178,0,"",python,selection_command +60,139365,"utils/nn.py",13189,0,"",python,selection_command +61,139397,"utils/nn.py",13191,0,"",python,selection_command +62,139430,"utils/nn.py",13212,0,"",python,selection_command +63,139462,"utils/nn.py",13268,0,"",python,selection_command +64,139496,"utils/nn.py",13310,0,"",python,selection_command +65,139528,"utils/nn.py",13352,0,"",python,selection_command +66,139562,"utils/nn.py",13394,0,"",python,selection_command +67,139596,"utils/nn.py",13412,0,"",python,selection_command +68,139630,"utils/nn.py",13433,0,"",python,selection_command +69,139699,"utils/nn.py",13412,0,"",python,selection_command +70,139959,"utils/nn.py",13394,0,"",python,selection_command +71,139984,"utils/nn.py",13352,0,"",python,selection_command +72,140017,"utils/nn.py",13310,0,"",python,selection_command +73,140056,"utils/nn.py",13268,0,"",python,selection_command +74,140082,"utils/nn.py",13212,0,"",python,selection_command +75,140591,"utils/nn.py",13213,0,"",python,selection_command +76,140747,"utils/nn.py",13220,0,"",python,selection_command +77,140894,"utils/nn.py",13221,0,"",python,selection_command +78,141061,"utils/nn.py",13225,0,"",python,selection_command +79,141270,"utils/nn.py",13226,0,"",python,selection_command +80,141790,"utils/nn.py",13231,0,"",python,selection_command +81,142139,"utils/nn.py",13232,0,"",python,selection_command +82,142161,"utils/nn.py",13232,0,",",python,content +83,142161,"utils/nn.py",13233,0,"",python,selection_keyboard +84,142402,"utils/nn.py",13233,0," ",python,content +85,142403,"utils/nn.py",13234,0,"",python,selection_keyboard +86,142570,"utils/nn.py",13234,0,"p",python,content +87,142570,"utils/nn.py",13235,0,"",python,selection_keyboard +88,142636,"utils/nn.py",13235,0,"o",python,content +89,142636,"utils/nn.py",13236,0,"",python,selection_keyboard +90,142836,"utils/nn.py",13236,0,"s",python,content +91,142836,"utils/nn.py",13237,0,"",python,selection_keyboard +92,145619,"utils/nn.py",13237,0,":",python,content +93,145619,"utils/nn.py",13238,0,"",python,selection_keyboard +94,145810,"utils/nn.py",13238,0," ",python,content +95,145810,"utils/nn.py",13239,0,"",python,selection_keyboard +96,147275,"utils/nn.py",13239,0,"j",python,content +97,147276,"utils/nn.py",13240,0,"",python,selection_keyboard +98,147345,"utils/nn.py",13240,0,"j",python,content +99,147345,"utils/nn.py",13241,0,"",python,selection_keyboard +100,147610,"utils/nn.py",13241,0,"j",python,content +101,147610,"utils/nn.py",13242,0,"",python,selection_keyboard +102,148008,"utils/nn.py",13241,1,"",python,content +103,148151,"utils/nn.py",13240,1,"",python,content +104,148306,"utils/nn.py",13239,1,"",python,content +105,148443,"utils/nn.py",13238,1,"",python,content +106,148626,"utils/nn.py",13237,1,"",python,content +107,149927,"utils/nn.py",13236,1,"",python,content +108,154334,"utils/nn.py",13236,0,"i",python,content +109,154334,"utils/nn.py",13237,0,"",python,selection_keyboard +110,154519,"utils/nn.py",13237,0,"t",python,content +111,154520,"utils/nn.py",13238,0,"",python,selection_keyboard +112,154616,"utils/nn.py",13238,0,"i",python,content +113,154616,"utils/nn.py",13239,0,"",python,selection_keyboard +114,154702,"utils/nn.py",13239,0,"o",python,content +115,154702,"utils/nn.py",13240,0,"",python,selection_keyboard +116,154809,"utils/nn.py",13240,0,"n",python,content +117,154810,"utils/nn.py",13241,0,"",python,selection_keyboard +118,156189,"utils/nn.py",13240,1,"",python,content +119,156384,"utils/nn.py",13239,1,"",python,content +120,156464,"utils/nn.py",13238,1,"",python,content +121,156617,"utils/nn.py",13237,1,"",python,content +122,156752,"utils/nn.py",13236,1,"",python,content +123,156915,"utils/nn.py",13235,1,"",python,content +124,157071,"utils/nn.py",13234,1,"",python,content +125,158041,"utils/nn.py",13234,0,"p",python,content +126,158042,"utils/nn.py",13235,0,"",python,selection_keyboard +127,158059,"utils/nn.py",13235,0,"p",python,content +128,158059,"utils/nn.py",13236,0,"",python,selection_keyboard +129,158133,"utils/nn.py",13236,0,"o",python,content +130,158133,"utils/nn.py",13237,0,"",python,selection_keyboard +131,158316,"utils/nn.py",13237,0,"s",python,content +132,158316,"utils/nn.py",13238,0,"",python,selection_keyboard +133,158364,"utils/nn.py",13238,0,"i",python,content +134,158365,"utils/nn.py",13239,0,"",python,selection_keyboard +135,158482,"utils/nn.py",13239,0,"t",python,content +136,158482,"utils/nn.py",13240,0,"",python,selection_keyboard +137,158554,"utils/nn.py",13240,0,"i",python,content +138,158555,"utils/nn.py",13241,0,"",python,selection_keyboard +139,158588,"utils/nn.py",13241,0,"o",python,content +140,158589,"utils/nn.py",13242,0,"",python,selection_keyboard +141,159019,"utils/nn.py",13234,8,"",python,content +142,159219,"utils/nn.py",13234,0,"p",python,content +143,159219,"utils/nn.py",13235,0,"",python,selection_keyboard +144,159334,"utils/nn.py",13235,0,"o",python,content +145,159334,"utils/nn.py",13236,0,"",python,selection_keyboard +146,159532,"utils/nn.py",13236,0,"s",python,content +147,159532,"utils/nn.py",13237,0,"",python,selection_keyboard +148,159533,"utils/nn.py",13237,0,"i",python,content +149,159534,"utils/nn.py",13238,0,"",python,selection_keyboard +150,159616,"utils/nn.py",13238,0,"t",python,content +151,159616,"utils/nn.py",13239,0,"",python,selection_keyboard +152,159684,"utils/nn.py",13239,0,"i",python,content +153,159684,"utils/nn.py",13240,0,"",python,selection_keyboard +154,159749,"utils/nn.py",13240,0,"o",python,content +155,159749,"utils/nn.py",13241,0,"",python,selection_keyboard +156,159858,"utils/nn.py",13241,0,"n",python,content +157,159858,"utils/nn.py",13242,0,"",python,selection_keyboard +158,196989,"utils/nn.py",13242,0,":",python,content +159,196990,"utils/nn.py",13243,0,"",python,selection_keyboard +160,197347,"utils/nn.py",13243,0," ",python,content +161,197347,"utils/nn.py",13244,0,"",python,selection_keyboard +162,204279,"utils/nn.py",13242,2,"",python,content +163,204994,"utils/nn.py",13234,8,"",python,content +164,205373,"utils/nn.py",13234,0,"p",python,content +165,205373,"utils/nn.py",13235,0,"",python,selection_keyboard +166,205398,"utils/nn.py",13235,0,"o",python,content +167,205398,"utils/nn.py",13236,0,"",python,selection_keyboard +168,205831,"utils/nn.py",13236,0,"_",python,content +169,205831,"utils/nn.py",13237,0,"",python,selection_keyboard +170,206184,"utils/nn.py",13237,0,"e",python,content +171,206185,"utils/nn.py",13238,0,"",python,selection_keyboard +172,206516,"utils/nn.py",13237,1,"",python,content +173,206591,"utils/nn.py",13237,0,"i",python,content +174,206591,"utils/nn.py",13238,0,"",python,selection_keyboard +175,206858,"utils/nn.py",13237,1,"",python,content +176,206980,"utils/nn.py",13236,1,"",python,content +177,207229,"utils/nn.py",13236,0,"s",python,content +178,207229,"utils/nn.py",13237,0,"",python,selection_keyboard +179,210088,"utils/nn.py",13237,0,"_",python,content +180,210088,"utils/nn.py",13238,0,"",python,selection_keyboard +181,211095,"utils/nn.py",13237,1,"",python,content +182,211482,"utils/nn.py",13237,0,"-",python,content +183,211482,"utils/nn.py",13238,0,"",python,selection_keyboard +184,212160,"utils/nn.py",13237,1,"",python,content +185,213028,"utils/nn.py",13237,0,"_",python,content +186,213028,"utils/nn.py",13238,0,"",python,selection_keyboard +187,213623,"utils/nn.py",13238,0,"i",python,content +188,213623,"utils/nn.py",13239,0,"",python,selection_keyboard +189,213774,"utils/nn.py",13239,0,"n",python,content +190,213775,"utils/nn.py",13240,0,"",python,selection_keyboard +191,213876,"utils/nn.py",13240,0,"d",python,content +192,213876,"utils/nn.py",13241,0,"",python,selection_keyboard +193,213983,"utils/nn.py",13241,0,"e",python,content +194,213983,"utils/nn.py",13242,0,"",python,selection_keyboard +195,214120,"utils/nn.py",13242,0,"x",python,content +196,214120,"utils/nn.py",13243,0,"",python,selection_keyboard +197,214431,"utils/nn.py",13243,0,":",python,content +198,214431,"utils/nn.py",13244,0,"",python,selection_keyboard +199,214668,"utils/nn.py",13244,0," ",python,content +200,214668,"utils/nn.py",13245,0,"",python,selection_keyboard +201,222644,"utils/nn.py",13245,0,"T",python,content +202,222645,"utils/nn.py",13246,0,"",python,selection_keyboard +203,222783,"utils/nn.py",13246,0,"u",python,content +204,222783,"utils/nn.py",13247,0,"",python,selection_keyboard +205,222823,"utils/nn.py",13247,0,"p",python,content +206,222823,"utils/nn.py",13248,0,"",python,selection_keyboard +207,222916,"utils/nn.py",13248,0,"e",python,content +208,222916,"utils/nn.py",13249,0,"",python,selection_keyboard +209,223286,"utils/nn.py",13248,1,"",python,content +210,223437,"utils/nn.py",13248,0,"l",python,content +211,223438,"utils/nn.py",13249,0,"",python,selection_keyboard +212,223455,"utils/nn.py",13249,0,"e",python,content +213,223455,"utils/nn.py",13250,0,"",python,selection_keyboard +214,223821,"utils/nn.py",13250,0,"()",python,content +215,223821,"utils/nn.py",13251,0,"",python,selection_keyboard +216,223932,"utils/nn.py",13251,1,")",python,content +217,223933,"utils/nn.py",13252,0,"",python,selection_keyboard +218,224647,"utils/nn.py",13251,1,"",python,content +219,224793,"utils/nn.py",13250,1,"",python,content +220,225547,"utils/nn.py",13250,0,".",python,content +221,225547,"utils/nn.py",13251,0,"",python,selection_keyboard +222,226294,"utils/nn.py",13250,1,"",python,content +223,228297,"utils/nn.py",13250,0,"{}",python,content +224,228297,"utils/nn.py",13251,0,"",python,selection_keyboard +225,228408,"utils/nn.py",13251,1,"}",python,content +226,228409,"utils/nn.py",13252,0,"",python,selection_keyboard +227,229058,"utils/nn.py",13251,1,"",python,content +228,229201,"utils/nn.py",13250,1,"",python,content +229,229475,"utils/nn.py",13250,0,"[]",python,content +230,229475,"utils/nn.py",13251,0,"",python,selection_keyboard +231,229478,"utils/nn.py",13251,1,"]",python,content +232,229478,"utils/nn.py",13252,0,"",python,selection_keyboard +233,229944,"utils/nn.py",13251,0,"",python,selection_command +234,230151,"utils/nn.py",13251,0,"i",python,content +235,230151,"utils/nn.py",13252,0,"",python,selection_keyboard +236,230306,"utils/nn.py",13252,0,"n",python,content +237,230307,"utils/nn.py",13253,0,"",python,selection_keyboard +238,230327,"utils/nn.py",13253,0,"h",python,content +239,230327,"utils/nn.py",13254,0,"",python,selection_keyboard +240,230695,"utils/nn.py",13253,1,"",python,content +241,230891,"utils/nn.py",13253,0,"t",python,content +242,230892,"utils/nn.py",13254,0,"",python,selection_keyboard +243,231008,"utils/nn.py",13254,0,",",python,content +244,231008,"utils/nn.py",13255,0,"",python,selection_keyboard +245,231232,"utils/nn.py",13255,0," ",python,content +246,231233,"utils/nn.py",13256,0,"",python,selection_keyboard +247,231297,"utils/nn.py",13256,0,"i",python,content +248,231297,"utils/nn.py",13257,0,"",python,selection_keyboard +249,231439,"utils/nn.py",13257,0,"n",python,content +250,231439,"utils/nn.py",13258,0,"",python,selection_keyboard +251,231492,"utils/nn.py",13258,0,"t",python,content +252,231492,"utils/nn.py",13259,0,"",python,selection_keyboard +253,231749,"utils/nn.py",13258,0,"",python,selection_command +254,233443,"utils/nn.py",13316,0,"",python,selection_command +255,233610,"utils/nn.py",13258,0,"",python,selection_command +256,237001,"utils/nn.py",13316,0,"",python,selection_command +257,237085,"utils/nn.py",13358,0,"",python,selection_command +258,237171,"utils/nn.py",13400,0,"",python,selection_command +259,237256,"utils/nn.py",13438,0,"",python,selection_command +260,237419,"utils/nn.py",13440,0,"",python,selection_command +261,237579,"utils/nn.py",13473,0,"",python,selection_command +262,237752,"utils/nn.py",13508,0,"",python,selection_command +263,238274,"utils/nn.py",13508,0,",",python,content +264,238275,"utils/nn.py",13509,0,"",python,selection_keyboard +265,238453,"utils/nn.py",13509,0," ",python,content +266,238453,"utils/nn.py",13510,0,"",python,selection_keyboard +267,238551,"utils/nn.py",13510,0,"p",python,content +268,238551,"utils/nn.py",13511,0,"",python,selection_keyboard +269,238584,"utils/nn.py",13511,0,"o",python,content +270,238584,"utils/nn.py",13512,0,"",python,selection_keyboard +271,238821,"utils/nn.py",13512,0,"s",python,content +272,238821,"utils/nn.py",13513,0,"",python,selection_keyboard +273,239226,"utils/nn.py",13513,0,"-",python,content +274,239226,"utils/nn.py",13514,0,"",python,selection_keyboard +275,239925,"utils/nn.py",13513,1,"",python,content +276,240719,"utils/nn.py",13513,0,"_",python,content +277,240720,"utils/nn.py",13514,0,"",python,selection_keyboard +278,240937,"utils/nn.py",13514,0,"i",python,content +279,240937,"utils/nn.py",13515,0,"",python,selection_keyboard +280,241108,"utils/nn.py",13515,0,"n",python,content +281,241108,"utils/nn.py",13516,0,"",python,selection_keyboard +282,241222,"utils/nn.py",13516,0,"d",python,content +283,241222,"utils/nn.py",13517,0,"",python,selection_keyboard +284,241318,"utils/nn.py",13517,0,"e",python,content +285,241318,"utils/nn.py",13518,0,"",python,selection_keyboard +286,241642,"utils/nn.py",13518,0,"x",python,content +287,241643,"utils/nn.py",13519,0,"",python,selection_keyboard +288,241941,"utils/nn.py",13518,0,"",python,selection_command +289,242459,"utils/nn.py",13473,0,"",python,selection_command +290,242717,"utils/nn.py",13440,0,"",python,selection_command +291,242752,"utils/nn.py",13438,0,"",python,selection_command +292,242778,"utils/nn.py",13400,0,"",python,selection_command +293,242889,"utils/nn.py",13358,0,"",python,selection_command +294,243045,"utils/nn.py",13316,0,"",python,selection_command +295,243190,"utils/nn.py",13235,0,"",python,selection_command +296,243405,"utils/nn.py",13316,0,"",python,selection_command +297,243691,"utils/nn.py",13235,0,"",python,selection_command +298,243976,"utils/nn.py",13242,0,"",python,selection_command +299,244140,"utils/nn.py",13243,0,"",python,selection_command +300,244337,"utils/nn.py",13249,0,"",python,selection_command +301,244429,"utils/nn.py",13250,0,"",python,selection_command +302,244664,"utils/nn.py",13253,0,"",python,selection_command +303,244758,"utils/nn.py",13254,0,"",python,selection_command +304,245023,"utils/nn.py",13258,0,"",python,selection_command +305,245372,"utils/nn.py",13260,0,"",python,selection_command +306,245891,"utils/nn.py",13261,0,"",python,selection_command +307,246251,"utils/nn.py",13260,0,"",python,selection_command +308,247300,"utils/nn.py",13260,0," ",python,content +309,247300,"utils/nn.py",13261,0,"",python,selection_keyboard +310,247594,"utils/nn.py",13261,0,"+",python,content +311,247594,"utils/nn.py",13262,0,"",python,selection_keyboard +312,247811,"utils/nn.py",13262,0,")",python,content +313,247811,"utils/nn.py",13263,0,"",python,selection_keyboard +314,248182,"utils/nn.py",13262,1,"",python,content +315,248336,"utils/nn.py",13261,1,"",python,content +316,248691,"utils/nn.py",13261,0,"=",python,content +317,248691,"utils/nn.py",13262,0,"",python,selection_keyboard +318,249038,"utils/nn.py",13262,0," ",python,content +319,249038,"utils/nn.py",13263,0,"",python,selection_keyboard +320,249385,"utils/nn.py",13263,0,"N",python,content +321,249385,"utils/nn.py",13264,0,"",python,selection_keyboard +322,249645,"utils/nn.py",13264,0,"o",python,content +323,249645,"utils/nn.py",13265,0,"",python,selection_keyboard +324,249764,"utils/nn.py",13265,0,"n",python,content +325,249764,"utils/nn.py",13266,0,"",python,selection_keyboard +326,249909,"utils/nn.py",13266,0,"e",python,content +327,249909,"utils/nn.py",13267,0,"",python,selection_keyboard +328,250107,"utils/nn.py",13266,0,"",python,selection_command +329,254828,"utils/nn.py",13265,0,"",python,selection_command +330,254893,"utils/nn.py",13264,0,"",python,selection_command +331,255047,"utils/nn.py",13263,0,"",python,selection_command +332,255180,"utils/nn.py",13262,0,"",python,selection_command +333,255351,"utils/nn.py",13261,0,"",python,selection_command +334,255449,"utils/nn.py",13260,0,"",python,selection_command +335,255678,"utils/nn.py",13259,0,"",python,selection_command +336,255932,"utils/nn.py",13260,0,"",python,selection_command +337,259064,"utils/nn.py",13260,0,":",python,content +338,259064,"utils/nn.py",13261,0,"",python,selection_keyboard +339,259877,"utils/nn.py",13260,1,"",python,content +340,260641,"utils/nn.py",13260,0,"~",python,content +341,260641,"utils/nn.py",13261,0,"",python,selection_keyboard +342,261226,"utils/nn.py",13260,1,"",python,content +343,261521,"utils/nn.py",13260,0,"``",python,content +344,261522,"utils/nn.py",13261,0,"",python,selection_keyboard +345,262053,"utils/nn.py",13260,2,"",python,content +346,263175,"utils/nn.py",13260,0,"""""",python,content +347,263175,"utils/nn.py",13261,0,"",python,selection_keyboard +348,263806,"utils/nn.py",13260,2,"",python,content +349,265175,"utils/nn.py",13260,0,"()",python,content +350,265175,"utils/nn.py",13261,0,"",python,selection_keyboard +351,265911,"utils/nn.py",13260,2,"",python,content +352,266217,"utils/nn.py",13260,0,"9",python,content +353,266217,"utils/nn.py",13261,0,"",python,selection_keyboard +354,266832,"utils/nn.py",13260,1,"",python,content +355,269411,"utils/nn.py",13260,0,"}",python,content +356,269412,"utils/nn.py",13261,0,"",python,selection_keyboard +357,269834,"utils/nn.py",13261,0,"+",python,content +358,269834,"utils/nn.py",13262,0,"",python,selection_keyboard +359,270165,"utils/nn.py",13262,0,"|",python,content +360,270166,"utils/nn.py",13263,0,"",python,selection_keyboard +361,270897,"utils/nn.py",13262,1,"",python,content +362,271048,"utils/nn.py",13261,1,"",python,content +363,271221,"utils/nn.py",13260,1,"",python,content +364,271554,"utils/nn.py",13260,0,"|",python,content +365,271554,"utils/nn.py",13261,0,"",python,selection_keyboard +366,272212,"utils/nn.py",13261,0,"N",python,content +367,272212,"utils/nn.py",13262,0,"",python,selection_keyboard +368,272309,"utils/nn.py",13262,0,"o",python,content +369,272309,"utils/nn.py",13263,0,"",python,selection_keyboard +370,272456,"utils/nn.py",13263,0,"n",python,content +371,272457,"utils/nn.py",13264,0,"",python,selection_keyboard +372,272511,"utils/nn.py",13264,0,"e",python,content +373,272511,"utils/nn.py",13265,0,"",python,selection_keyboard +374,272822,"utils/nn.py",13264,0,"",python,selection_command +375,274352,"utils/nn.py",13263,0,"",python,selection_command +376,274417,"utils/nn.py",13262,0,"",python,selection_command +377,274570,"utils/nn.py",13261,0,"",python,selection_command +378,275665,"utils/nn.py",13260,0,"",python,selection_command +379,276011,"utils/nn.py",13260,0," ",python,content +380,276012,"utils/nn.py",13261,0,"",python,selection_keyboard +381,276532,"utils/nn.py",13262,0,"",python,selection_command +382,276793,"utils/nn.py",13262,0," ",python,content +383,276793,"utils/nn.py",13263,0,"",python,selection_keyboard +384,276999,"utils/nn.py",13262,0,"",python,selection_command +385,277586,"utils/nn.py",13263,0,"",python,selection_command +386,281537,"utils/nn.py",13330,0,"",python,selection_command +387,281666,"utils/nn.py",13372,0,"",python,selection_command +388,281815,"utils/nn.py",13414,0,"",python,selection_command +389,281968,"utils/nn.py",13452,0,"",python,selection_command +390,282108,"utils/nn.py",13454,0,"",python,selection_command +391,282595,"utils/nn.py",13452,0,"",python,selection_command +392,283876,"utils/nn.py",13452,0,",",python,content +393,283876,"utils/nn.py",13453,0,"",python,selection_keyboard +394,284079,"utils/nn.py",13453,0," ",python,content +395,284079,"utils/nn.py",13454,0,"",python,selection_keyboard +396,284866,"utils/nn.py",13454,0,"pos_index",python,content +397,285079,"utils/nn.py",13462,0,"",python,selection_command +398,285753,"utils/nn.py",13463,0,"",python,selection_command +399,287312,"utils/nn.py",13452,11,"",python,content +400,287979,"utils/nn.py",13454,0,"",python,selection_command +401,288026,"utils/nn.py",13487,0,"",python,selection_command +402,288177,"utils/nn.py",13525,0,"",python,selection_command +403,289696,"utils/nn.py",13524,0,"",python,selection_command +404,289814,"utils/nn.py",13522,0,"",python,selection_command +405,289959,"utils/nn.py",13516,0,"",python,selection_command +406,290075,"utils/nn.py",13515,0,"",python,selection_command +407,290262,"utils/nn.py",13510,0,"",python,selection_command +408,290861,"utils/nn.py",13467,0,"",python,selection_command +409,291177,"utils/nn.py",13473,0,"",python,selection_command +410,291329,"utils/nn.py",13476,0,"",python,selection_command +411,291497,"utils/nn.py",13480,0,"",python,selection_command +412,291665,"utils/nn.py",13481,0,"",python,selection_command +413,292085,"utils/nn.py",12420,0,"",python,selection_command +414,292576,"utils/nn.py",12445,0,"",python,selection_command +415,292640,"utils/nn.py",12486,0,"",python,selection_command +416,292782,"utils/nn.py",12518,0,"",python,selection_command +417,293038,"utils/nn.py",12521,0,"",python,selection_command +418,293431,"utils/nn.py",6895,0,"",python,selection_command +419,295464,"utils/nn.py",12521,0,"",python,selection_command +420,299305,"utils/nn.py",12489,0,"",python,selection_command +421,299352,"utils/nn.py",12448,0,"",python,selection_command +422,299600,"utils/nn.py",12423,0,"",python,selection_command +423,299600,"utils/nn.py",12425,0,"",python,selection_command +424,299803,"utils/nn.py",12426,0,"",python,selection_command +425,300123,"utils/nn.py",12426,0,":",python,content +426,300123,"utils/nn.py",12427,0,"",python,selection_keyboard +427,300469,"utils/nn.py",12427,0," ",python,content +428,300469,"utils/nn.py",12428,0,"",python,selection_keyboard +429,301711,"utils/nn.py",12428,0,"List[TransformerBlock]",python,content +430,302134,"utils/nn.py",12449,0,"",python,selection_command +431,303343,"utils/nn.py",12433,0,"",python,selection_command +432,303469,"utils/nn.py",12432,0,"",python,selection_command +433,303626,"utils/nn.py",12428,0,"",python,selection_command +434,306441,"utils/nn.py",0,0,"",python,selection_command +435,307933,"utils/nn.py",46,0,", List",python,content +436,307933,"utils/nn.py",52,0,"",python,selection_command +437,308563,"utils/nn.py",51,0,"",python,selection_command +438,309252,"utils/nn.py",12434,0,"",python,selection_command +439,310868,"utils/nn.py",12483,0,"",python,selection_command +440,311122,"utils/nn.py",12524,0,"",python,selection_command +441,311139,"utils/nn.py",12556,0,"",python,selection_command +442,311173,"utils/nn.py",12590,0,"",python,selection_command +443,311204,"utils/nn.py",12636,0,"",python,selection_command +444,311238,"utils/nn.py",12678,0,"",python,selection_command +445,311271,"utils/nn.py",12724,0,"",python,selection_command +446,311304,"utils/nn.py",12766,0,"",python,selection_command +447,311337,"utils/nn.py",12816,0,"",python,selection_command +448,311371,"utils/nn.py",12854,0,"",python,selection_command +449,311404,"utils/nn.py",12920,0,"",python,selection_command +450,311438,"utils/nn.py",12955,0,"",python,selection_command +451,311472,"utils/nn.py",12981,0,"",python,selection_command +452,311505,"utils/nn.py",12995,0,"",python,selection_command +453,311540,"utils/nn.py",13018,0,"",python,selection_command +454,311574,"utils/nn.py",13058,0,"",python,selection_command +455,311604,"utils/nn.py",13098,0,"",python,selection_command +456,311638,"utils/nn.py",13137,0,"",python,selection_command +457,311674,"utils/nn.py",13179,0,"",python,selection_command +458,311715,"utils/nn.py",13209,0,"",python,selection_command +459,311737,"utils/nn.py",13219,0,"",python,selection_command +460,311771,"utils/nn.py",13221,0,"",python,selection_command +461,311805,"utils/nn.py",13243,0,"",python,selection_command +462,311838,"utils/nn.py",13341,0,"",python,selection_command +463,311871,"utils/nn.py",13383,0,"",python,selection_command +464,311903,"utils/nn.py",13425,0,"",python,selection_command +465,312007,"utils/nn.py",13383,0,"",python,selection_command +466,312258,"utils/nn.py",13341,0,"",python,selection_command +467,312291,"utils/nn.py",13243,0,"",python,selection_command +468,312323,"utils/nn.py",13221,0,"",python,selection_command +469,312325,"utils/nn.py",13243,0,"",python,selection_command +470,312580,"utils/nn.py",13341,0,"",python,selection_command +471,312610,"utils/nn.py",13383,0,"",python,selection_command +472,312640,"utils/nn.py",13425,0,"",python,selection_command +473,312671,"utils/nn.py",13467,0,"",python,selection_command +474,312704,"utils/nn.py",13484,0,"",python,selection_command +475,312741,"utils/nn.py",13506,0,"",python,selection_command +476,312777,"utils/nn.py",13540,0,"",python,selection_command +477,312818,"utils/nn.py",13565,0,"",python,selection_command +478,313162,"utils/nn.py",13540,0,"",python,selection_command +479,313323,"utils/nn.py",13506,0,"",python,selection_command +480,313448,"utils/nn.py",13540,0,"",python,selection_command +481,315039,"utils/nn.py",13497,0,"",python,selection_command +482,317361,"utils/nn.py",13531,0,"",python,selection_command +483,317601,"utils/nn.py",13538,0,"",python,selection_command +484,318267,"utils/nn.py",13504,0,"",python,selection_command +485,318451,"utils/nn.py",13506,0,"",python,selection_command +486,318618,"utils/nn.py",13510,0,"",python,selection_command +487,318965,"utils/nn.py",13511,0,"",python,selection_command +488,319391,"utils/nn.py",12426,0,"",python,selection_command +489,319921,"utils/nn.py",12475,0,"",python,selection_command +490,320053,"utils/nn.py",12516,0,"",python,selection_command +491,320257,"utils/nn.py",12519,0,"",python,selection_command +492,321563,"utils/nn.py",12520,0,"",python,selection_command +493,322002,"utils/nn.py",12426,0,"",python,selection_command +494,326129,"utils/nn.py",12432,0,"",python,selection_command +495,326469,"utils/nn.py",12432,1,":",python,selection_command +496,326538,"utils/nn.py",12432,6,": List",python,selection_command +497,326742,"utils/nn.py",12432,7,": List[",python,selection_command +498,326896,"utils/nn.py",12432,23,": List[TransformerBlock",python,selection_command +499,327058,"utils/nn.py",12432,24,": List[TransformerBlock]",python,selection_command +500,327516,"utils/nn.py",12432,24,"",python,content +501,328574,"utils/nn.py",12457,0,"",python,selection_command +502,328691,"utils/nn.py",12498,0,"",python,selection_command +503,328887,"utils/nn.py",12530,0,"",python,selection_command +504,329495,"utils/nn.py",6901,0,"",python,selection_command +505,336418,"utils/nn.py",8511,0,"",python,selection_command +506,337796,"utils/nn.py",9329,0,"",python,selection_keyboard +507,338219,"utils/nn.py",9367,0,"",python,selection_command +508,338515,"utils/nn.py",9405,0,"",python,selection_command +509,338515,"utils/nn.py",9446,0,"",python,selection_command +510,338535,"utils/nn.py",9488,0,"",python,selection_command +511,338568,"utils/nn.py",9518,0,"",python,selection_command +512,338600,"utils/nn.py",9541,0,"",python,selection_command +513,338735,"utils/nn.py",9543,0,"",python,selection_command +514,338883,"utils/nn.py",9552,0,"",python,selection_command +515,339116,"utils/nn.py",9567,0,"",python,selection_command +516,339356,"utils/nn.py",9574,0,"",python,selection_command +517,339564,"utils/nn.py",9575,0,"",python,selection_command +518,339762,"utils/nn.py",9579,0,"",python,selection_command +519,339835,"utils/nn.py",9580,0,"",python,selection_command +520,339982,"utils/nn.py",9587,0,"",python,selection_command +521,340383,"utils/nn.py",9599,0,", pos_index: Tuple[int, int] | None = None",python,content +522,340383,"utils/nn.py",9641,0,"",python,selection_command +523,342385,"utils/nn.py",9739,0,"",python,selection_command +524,342576,"utils/nn.py",9795,0,"",python,selection_command +525,342593,"utils/nn.py",9829,0,"",python,selection_command +526,342712,"utils/nn.py",9894,0,"",python,selection_command +527,342713,"utils/nn.py",9935,0,"",python,selection_command +528,342713,"utils/nn.py",9988,0,"",python,selection_command +529,342911,"utils/nn.py",10034,0,"",python,selection_command +530,343072,"utils/nn.py",9988,0,"",python,selection_command +531,382675,"utils/nn.py",8152,0,"",python,selection_command +532,383751,"utils/nn.py",8129,0,"",python,selection_command +533,383998,"utils/nn.py",8099,0,"",python,selection_command +534,384023,"utils/nn.py",8057,0,"",python,selection_command +535,384055,"utils/nn.py",8016,0,"",python,selection_command +536,384101,"utils/nn.py",7977,0,"",python,selection_command +537,384130,"utils/nn.py",7967,0,"",python,selection_command +538,384166,"utils/nn.py",7944,0,"",python,selection_command +539,384200,"utils/nn.py",7914,0,"",python,selection_command +540,384229,"utils/nn.py",7872,0,"",python,selection_command +541,384261,"utils/nn.py",7831,0,"",python,selection_command +542,384295,"utils/nn.py",7788,0,"",python,selection_command +543,384329,"utils/nn.py",7778,0,"",python,selection_command +544,384365,"utils/nn.py",7755,0,"",python,selection_command +545,384396,"utils/nn.py",7725,0,"",python,selection_command +546,384429,"utils/nn.py",7683,0,"",python,selection_command +547,384462,"utils/nn.py",7642,0,"",python,selection_command +548,384502,"utils/nn.py",7598,0,"",python,selection_command +549,384540,"utils/nn.py",7532,0,"",python,selection_command +550,384571,"utils/nn.py",7465,0,"",python,selection_command +551,384595,"utils/nn.py",7456,0,"",python,selection_command +552,384931,"utils/nn.py",7409,0,"",python,selection_command +553,385298,"utils/nn.py",7455,0,"\n ",python,content +554,385626,"utils/nn.py",7464,0,"s",python,content +555,385626,"utils/nn.py",7465,0,"",python,selection_keyboard +556,385633,"utils/nn.py",7465,0,"e",python,content +557,385633,"utils/nn.py",7466,0,"",python,selection_keyboard +558,385736,"utils/nn.py",7466,0,"l",python,content +559,385736,"utils/nn.py",7467,0,"",python,selection_keyboard +560,385819,"utils/nn.py",7467,0,"f",python,content +561,385819,"utils/nn.py",7468,0,"",python,selection_keyboard +562,385822,"utils/nn.py",7468,0,".",python,content +563,385823,"utils/nn.py",7469,0,"",python,selection_keyboard +564,386026,"utils/nn.py",7469,0,"d",python,content +565,386026,"utils/nn.py",7470,0,"",python,selection_keyboard +566,386535,"utils/nn.py",7470,0,"ecode = decode",python,content +567,386704,"utils/nn.py",7483,0,"",python,selection_command +568,387695,"utils/nn.py",7485,0,"",python,selection_command +569,387947,"utils/nn.py",7513,0,"",python,selection_command +570,387979,"utils/nn.py",7580,0,"",python,selection_command +571,388009,"utils/nn.py",7646,0,"",python,selection_command +572,388041,"utils/nn.py",7690,0,"",python,selection_command +573,388073,"utils/nn.py",7731,0,"",python,selection_command +574,388107,"utils/nn.py",7773,0,"",python,selection_command +575,388146,"utils/nn.py",7797,0,"",python,selection_command +576,388177,"utils/nn.py",7807,0,"",python,selection_command +577,388206,"utils/nn.py",7836,0,"",python,selection_command +578,388239,"utils/nn.py",7879,0,"",python,selection_command +579,388273,"utils/nn.py",7920,0,"",python,selection_command +580,388307,"utils/nn.py",7962,0,"",python,selection_command +581,388346,"utils/nn.py",7986,0,"",python,selection_command +582,388381,"utils/nn.py",7996,0,"",python,selection_command +583,388414,"utils/nn.py",8025,0,"",python,selection_command +584,388447,"utils/nn.py",8064,0,"",python,selection_command +585,388485,"utils/nn.py",8105,0,"",python,selection_command +586,388520,"utils/nn.py",8147,0,"",python,selection_command +587,388552,"utils/nn.py",8171,0,"",python,selection_command +588,388587,"utils/nn.py",8181,0,"",python,selection_command +589,388620,"utils/nn.py",8210,0,"",python,selection_command +590,388652,"utils/nn.py",8268,0,"",python,selection_command +591,388685,"utils/nn.py",8306,0,"",python,selection_command +592,388714,"utils/nn.py",8346,0,"",python,selection_command +593,388753,"utils/nn.py",8387,0,"",python,selection_command +594,388785,"utils/nn.py",8426,0,"",python,selection_command +595,388819,"utils/nn.py",8468,0,"",python,selection_command +596,388854,"utils/nn.py",8498,0,"",python,selection_command +597,388885,"utils/nn.py",8551,0,"",python,selection_command +598,388919,"utils/nn.py",8594,0,"",python,selection_command +599,388948,"utils/nn.py",8617,0,"",python,selection_command +600,389118,"utils/nn.py",8644,0,"",python,selection_command +601,389840,"utils/nn.py",8638,0,"self.",python,content +602,389842,"utils/nn.py",8643,0,"",python,selection_command +603,390682,"utils/nn.py",8659,0,"",python,selection_command +604,390933,"utils/nn.py",8685,0,"",python,selection_command +605,390960,"utils/nn.py",8742,0,"",python,selection_command +606,390992,"utils/nn.py",8780,0,"",python,selection_command +607,391028,"utils/nn.py",8820,0,"",python,selection_command +608,391056,"utils/nn.py",8861,0,"",python,selection_command +609,391086,"utils/nn.py",8900,0,"",python,selection_command +610,391116,"utils/nn.py",8942,0,"",python,selection_command +611,391149,"utils/nn.py",8972,0,"",python,selection_command +612,391187,"utils/nn.py",9025,0,"",python,selection_command +613,391221,"utils/nn.py",9071,0,"",python,selection_command +614,391254,"utils/nn.py",9094,0,"",python,selection_command +615,391392,"utils/nn.py",9120,0,"",python,selection_command +616,391997,"utils/nn.py",9115,0,"self.",python,content +617,392000,"utils/nn.py",9120,0,"",python,selection_command +618,393107,"utils/nn.py",10887,0,"",python,selection_command +619,393965,"utils/nn.py",10859,0,"",python,selection_command +620,394214,"utils/nn.py",10837,0,"",python,selection_command +621,394241,"utils/nn.py",10817,0,"",python,selection_command +622,394275,"utils/nn.py",10807,0,"",python,selection_command +623,394306,"utils/nn.py",10778,0,"",python,selection_command +624,394340,"utils/nn.py",10769,0,"",python,selection_command +625,394373,"utils/nn.py",10755,0,"",python,selection_command +626,394406,"utils/nn.py",10746,0,"",python,selection_command +627,394441,"utils/nn.py",10721,0,"",python,selection_command +628,394474,"utils/nn.py",10680,0,"",python,selection_command +629,394508,"utils/nn.py",10643,0,"",python,selection_command +630,394541,"utils/nn.py",10602,0,"",python,selection_command +631,394576,"utils/nn.py",10563,0,"",python,selection_command +632,394609,"utils/nn.py",10533,0,"",python,selection_command +633,394644,"utils/nn.py",10500,0,"",python,selection_command +634,394677,"utils/nn.py",10430,0,"",python,selection_command +635,394713,"utils/nn.py",10383,0,"",python,selection_command +636,394743,"utils/nn.py",10330,0,"",python,selection_command +637,394776,"utils/nn.py",10288,0,"",python,selection_command +638,394810,"utils/nn.py",10223,0,"",python,selection_command +639,394843,"utils/nn.py",10186,0,"",python,selection_command +640,394877,"utils/nn.py",10153,0,"",python,selection_command +641,394909,"utils/nn.py",10083,0,"",python,selection_command +642,394940,"utils/nn.py",10037,0,"",python,selection_command +643,395129,"utils/nn.py",10083,0,"",python,selection_command +644,395388,"utils/nn.py",10153,0,"",python,selection_command +645,395434,"utils/nn.py",10083,0,"",python,selection_command +646,395688,"utils/nn.py",10037,0,"",python,selection_command +647,395719,"utils/nn.py",9984,0,"",python,selection_command +648,395747,"utils/nn.py",9943,0,"",python,selection_command +649,395792,"utils/nn.py",9878,0,"",python,selection_command +650,395819,"utils/nn.py",9844,0,"",python,selection_command +651,395928,"utils/nn.py",9878,0,"",python,selection_command +652,396217,"utils/nn.py",9943,0,"",python,selection_command +653,396451,"utils/nn.py",9878,0,"",python,selection_command +654,396698,"utils/nn.py",9844,0,"",python,selection_command +655,398628,"utils/nn.py",9869,0,"\n ",python,content +656,399151,"utils/nn.py",9878,0,"i",python,content +657,399151,"utils/nn.py",9879,0,"",python,selection_keyboard +658,399351,"utils/nn.py",9879,0,"f",python,content +659,399351,"utils/nn.py",9880,0,"",python,selection_keyboard +660,399401,"utils/nn.py",9880,0," ",python,content +661,399401,"utils/nn.py",9881,0,"",python,selection_keyboard +662,399916,"utils/nn.py",9881,0,"s",python,content +663,399916,"utils/nn.py",9882,0,"",python,selection_keyboard +664,399917,"utils/nn.py",9882,0,"e",python,content +665,399917,"utils/nn.py",9883,0,"",python,selection_keyboard +666,400120,"utils/nn.py",9883,0,"f",python,content +667,400120,"utils/nn.py",9884,0,"",python,selection_keyboard +668,400189,"utils/nn.py",9884,0,"l",python,content +669,400189,"utils/nn.py",9885,0,"",python,selection_keyboard +670,400658,"utils/nn.py",9884,1,"",python,content +671,400802,"utils/nn.py",9883,1,"",python,content +672,400933,"utils/nn.py",9883,0,"f",python,content +673,400933,"utils/nn.py",9884,0,"",python,selection_keyboard +674,400997,"utils/nn.py",9884,0,"l",python,content +675,400998,"utils/nn.py",9885,0,"",python,selection_keyboard +676,401805,"utils/nn.py",9884,1,"",python,content +677,401929,"utils/nn.py",9883,1,"",python,content +678,402063,"utils/nn.py",9883,0,"l",python,content +679,402064,"utils/nn.py",9884,0,"",python,selection_keyboard +680,402206,"utils/nn.py",9884,0,"f",python,content +681,402206,"utils/nn.py",9885,0,"",python,selection_keyboard +682,402219,"utils/nn.py",9885,0,".",python,content +683,402219,"utils/nn.py",9886,0,"",python,selection_keyboard +684,402606,"utils/nn.py",9886,0,"d",python,content +685,402606,"utils/nn.py",9887,0,"",python,selection_keyboard +686,402720,"utils/nn.py",9887,0,"e",python,content +687,402721,"utils/nn.py",9888,0,"",python,selection_keyboard +688,403013,"utils/nn.py",9888,0,"code:",python,content +689,403526,"utils/nn.py",9892,0,"",python,selection_command +690,403950,"utils/nn.py",9894,0,"",python,selection_command +691,406121,"utils/nn.py",9893,0,"\n ",python,content +692,406683,"utils/nn.py",9902,4,"",python,content +693,407090,"utils/nn.py",9902,0,"e",python,content +694,407090,"utils/nn.py",9903,0,"",python,selection_keyboard +695,407271,"utils/nn.py",9903,0,"l",python,content +696,407271,"utils/nn.py",9904,0,"",python,selection_keyboard +697,407368,"utils/nn.py",9904,0,"s",python,content +698,407369,"utils/nn.py",9905,0,"",python,selection_keyboard +699,407370,"utils/nn.py",9905,0,"e",python,content +700,407370,"utils/nn.py",9906,0,"",python,selection_keyboard +701,407671,"utils/nn.py",9906,0,":",python,content +702,407671,"utils/nn.py",9907,0,"",python,selection_keyboard +703,408504,"utils/nn.py",9906,0,"",python,selection_command +704,409313,"utils/nn.py",9920,0,"",python,selection_command +705,409776,"utils/nn.py",9908,64," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")",python,selection_command +706,410150,"utils/nn.py",9908,105," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)",python,selection_command +707,410214,"utils/nn.py",9908,158," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token",python,selection_command +708,410364,"utils/nn.py",9908,204," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)",python,selection_command +709,410562,"utils/nn.py",9908,274," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)",python,selection_command +710,411028,"utils/nn.py",9908,307," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM",python,selection_command +711,411472,"utils/nn.py",10183,8," ",python,content +712,411472,"utils/nn.py",10113,8," ",python,content +713,411472,"utils/nn.py",10067,8," ",python,content +714,411472,"utils/nn.py",10014,8," ",python,content +715,411472,"utils/nn.py",9973,8," ",python,content +716,411472,"utils/nn.py",9908,8," ",python,content +717,411482,"utils/nn.py",9920,0,"",python,selection_command +718,414677,"utils/nn.py",9989,0,"",python,selection_command +719,414743,"utils/nn.py",10034,0,"",python,selection_command +720,414880,"utils/nn.py",10091,0,"",python,selection_command +721,415013,"utils/nn.py",10141,0,"",python,selection_command +722,415166,"utils/nn.py",10215,0,"",python,selection_command +723,415313,"utils/nn.py",10252,0,"",python,selection_command +724,415999,"utils/nn.py",10276,0,"\n ",python,content +725,416217,"utils/nn.py",10285,0,"i",python,content +726,416217,"utils/nn.py",10286,0,"",python,selection_keyboard +727,416379,"utils/nn.py",10286,0,"f",python,content +728,416379,"utils/nn.py",10287,0,"",python,selection_keyboard +729,416495,"utils/nn.py",10287,0," ",python,content +730,416495,"utils/nn.py",10288,0,"",python,selection_keyboard +731,416720,"utils/nn.py",10288,0,"s",python,content +732,416720,"utils/nn.py",10289,0,"",python,selection_keyboard +733,416730,"utils/nn.py",10289,0,"e",python,content +734,416730,"utils/nn.py",10290,0,"",python,selection_keyboard +735,416827,"utils/nn.py",10290,0,"l",python,content +736,416827,"utils/nn.py",10291,0,"",python,selection_keyboard +737,416927,"utils/nn.py",10291,0,"f",python,content +738,416928,"utils/nn.py",10292,0,"",python,selection_keyboard +739,417649,"utils/nn.py",10292,0,".decode:",python,content +740,417936,"utils/nn.py",10299,0,"",python,selection_command +741,418583,"utils/nn.py",10323,0,"",python,selection_command +742,419065,"utils/nn.py",10301,64," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")",python,selection_command +743,420281,"utils/nn.py",10323,0,"",python,selection_command +744,420760,"utils/nn.py",10300,0,"\n ",python,content +745,420763,"utils/nn.py",10309,4,"",python,content +746,421368,"utils/nn.py",10309,0,"e",python,content +747,421368,"utils/nn.py",10310,0,"",python,selection_keyboard +748,421525,"utils/nn.py",10310,0,"l",python,content +749,421526,"utils/nn.py",10311,0,"",python,selection_keyboard +750,421656,"utils/nn.py",10311,0,"s",python,content +751,421656,"utils/nn.py",10312,0,"",python,selection_keyboard +752,421661,"utils/nn.py",10312,0,"e",python,content +753,421662,"utils/nn.py",10313,0,"",python,selection_keyboard +754,421940,"utils/nn.py",10313,0,":",python,content +755,421940,"utils/nn.py",10314,0,"",python,selection_keyboard +756,422538,"utils/nn.py",10313,0,"",python,selection_command +757,424233,"utils/nn.py",10327,0,"",python,selection_command +758,424641,"utils/nn.py",10315,64," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")",python,selection_command +759,424949,"utils/nn.py",10315,106," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)",python,selection_command +760,425018,"utils/nn.py",10315,159," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token",python,selection_command +761,425158,"utils/nn.py",10315,206," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)",python,selection_command +762,425293,"utils/nn.py",10315,276," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)",python,selection_command +763,425525,"utils/nn.py",10315,309," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM",python,selection_command +764,428182,"utils/nn.py",10592,8," ",python,content +765,428182,"utils/nn.py",10522,8," ",python,content +766,428182,"utils/nn.py",10475,8," ",python,content +767,428182,"utils/nn.py",10422,8," ",python,content +768,428182,"utils/nn.py",10380,8," ",python,content +769,428182,"utils/nn.py",10315,8," ",python,content +770,428192,"utils/nn.py",10327,0,"",python,selection_command +771,430306,"utils/nn.py",10313,0,"",python,selection_command +772,430454,"utils/nn.py",10289,0,"",python,selection_command +773,430647,"utils/nn.py",10252,0,"",python,selection_command +774,430995,"utils/nn.py",10215,0,"",python,selection_command +775,438434,"utils/nn.py",10211,4,"",python,content +776,438697,"utils/nn.py",10210,0,"",python,selection_command +777,439154,"utils/nn.py",10243,0,"",python,selection_command +778,439336,"utils/nn.py",10280,0,"",python,selection_command +779,439370,"utils/nn.py",10304,0,"",python,selection_command +780,439481,"utils/nn.py",10318,0,"",python,selection_command +781,439481,"utils/nn.py",10387,0,"",python,selection_command +782,439482,"utils/nn.py",10433,0,"",python,selection_command +783,439550,"utils/nn.py",10490,0,"",python,selection_command +784,439701,"utils/nn.py",10541,0,"",python,selection_command +785,439857,"utils/nn.py",10615,0,"",python,selection_command +786,440217,"utils/nn.py",10615,0,"f",python,content +787,440217,"utils/nn.py",10616,0,"",python,selection_keyboard +788,440894,"utils/nn.py",10615,0,"",python,selection_command +789,441332,"utils/nn.py",10615,1,"",python,content +790,441903,"utils/nn.py",10620,0,"",python,selection_command +791,442145,"utils/nn.py",10616,4,"",python,content +792,442678,"utils/nn.py",10615,0,"",python,selection_command +793,443698,"utils/nn.py",10541,0,"",python,selection_command +794,443947,"utils/nn.py",10490,0,"",python,selection_command +795,443970,"utils/nn.py",10433,0,"",python,selection_command +796,444005,"utils/nn.py",10387,0,"",python,selection_command +797,444037,"utils/nn.py",10318,0,"",python,selection_command +798,444077,"utils/nn.py",10304,0,"",python,selection_command +799,444109,"utils/nn.py",10280,0,"",python,selection_command +800,444202,"utils/nn.py",10243,0,"",python,selection_command +801,444271,"utils/nn.py",10210,0,"",python,selection_command +802,520077,"utils/nn.py",10136,0,"",python,selection_command +803,520216,"utils/nn.py",10086,0,"",python,selection_command +804,520350,"utils/nn.py",10029,0,"",python,selection_command +805,520507,"utils/nn.py",9984,0,"",python,selection_command +806,521173,"utils/nn.py",9915,0,"",python,selection_command +807,521573,"utils/nn.py",9908,68," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")",python,selection_command +808,522189,"utils/nn.py",9908,113," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)",python,selection_command +809,523283,"utils/nn.py",9908,170," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token",python,selection_command +810,523742,"utils/nn.py",9908,113," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)",python,selection_command +811,524331,"utils/nn.py",9908,114,"",python,content +812,524352,"utils/nn.py",9920,0,"",python,selection_command +813,524775,"utils/nn.py",9906,0,"",python,selection_command +814,524783,"utils/nn.py",9882,0,"",python,selection_command +815,524984,"utils/nn.py",9848,0,"",python,selection_command +816,525945,"utils/nn.py",9869,0,"\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)",python,content +817,525946,"utils/nn.py",9882,0,"",python,selection_command +818,527999,"utils/nn.py",9882,1,"z",python,selection_command +819,528354,"utils/nn.py",9882,70,"z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z",python,selection_command +820,529707,"utils/nn.py",9939,12," ",python,content +821,529707,"utils/nn.py",9870,12," ",python,content +822,529710,"utils/nn.py",9878,0,"",python,selection_command +823,533744,"utils/nn.py",9943,0,"",python,selection_command +824,533901,"utils/nn.py",9984,0,"",python,selection_command +825,534098,"utils/nn.py",10008,0,"",python,selection_command +826,534158,"utils/nn.py",10022,0,"",python,selection_command +827,534305,"utils/nn.py",10079,0,"",python,selection_command +828,534484,"utils/nn.py",10129,0,"",python,selection_command +829,534623,"utils/nn.py",10203,0,"",python,selection_command +830,535026,"utils/nn.py",10236,0,"",python,selection_command +831,535191,"utils/nn.py",10273,0,"",python,selection_command +832,535367,"utils/nn.py",10297,0,"",python,selection_command +833,535556,"utils/nn.py",10311,0,"",python,selection_command +834,535761,"utils/nn.py",10380,0,"",python,selection_command +835,535999,"utils/nn.py",10311,0,"",python,selection_command +836,536195,"utils/nn.py",10297,0,"",python,selection_command +837,536260,"utils/nn.py",10273,0,"",python,selection_command +838,536428,"utils/nn.py",10297,0,"",python,selection_command +839,536570,"utils/nn.py",10311,0,"",python,selection_command +840,537046,"utils/nn.py",10303,68," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")",python,selection_command +841,537571,"utils/nn.py",10303,114," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)",python,selection_command +842,538096,"utils/nn.py",10303,115,"",python,content +843,538099,"utils/nn.py",10315,0,"",python,selection_command +844,538463,"utils/nn.py",10301,0,"",python,selection_command +845,538480,"utils/nn.py",10277,0,"",python,selection_command +846,538619,"utils/nn.py",10240,0,"",python,selection_command +847,538921,"utils/nn.py",10264,0,"\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)",python,content +848,538933,"utils/nn.py",10277,0,"",python,selection_command +849,539698,"utils/nn.py",10265,68," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")",python,selection_command +850,540068,"utils/nn.py",10265,114," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)",python,selection_command +851,540470,"utils/nn.py",10334,12," ",python,content +852,540470,"utils/nn.py",10265,12," ",python,content +853,540472,"utils/nn.py",10273,0,"",python,selection_command +854,542914,"utils/nn.py",10236,0,"",python,selection_command +855,543010,"utils/nn.py",10203,0,"",python,selection_command +856,543153,"utils/nn.py",10129,0,"",python,selection_command +857,543338,"utils/nn.py",10079,0,"",python,selection_command +858,543432,"utils/nn.py",10022,0,"",python,selection_command +859,543575,"utils/nn.py",10008,0,"",python,selection_command +860,543722,"utils/nn.py",9984,0,"",python,selection_command +861,543885,"utils/nn.py",9943,0,"",python,selection_command +862,544061,"utils/nn.py",9984,0,"",python,selection_command +863,544225,"utils/nn.py",10008,0,"",python,selection_command +864,544387,"utils/nn.py",10022,0,"",python,selection_command +865,544510,"utils/nn.py",10079,0,"",python,selection_command +866,544994,"utils/nn.py",10022,0,"",python,selection_command +867,545172,"utils/nn.py",10008,0,"",python,selection_command +868,545434,"utils/nn.py",9984,0,"",python,selection_command +869,558100,"utils/nn.py",10008,0,"",python,selection_command +870,558338,"utils/nn.py",10000,14,"",python,content +871,558351,"utils/nn.py",10012,0,"",python,selection_command +872,558852,"utils/nn.py",10000,56," # FIXME (f.srambical): only input last token",python,selection_command +873,559356,"utils/nn.py",10000,106," # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)",python,selection_command +874,559418,"utils/nn.py",10000,180," # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)",python,selection_command +875,559869,"utils/nn.py",10107,12," ",python,content +876,559869,"utils/nn.py",10057,12," ",python,content +877,559869,"utils/nn.py",10000,12," ",python,content +878,559871,"utils/nn.py",10008,0,"",python,selection_command +879,561637,"utils/nn.py",10061,0,"",python,selection_command +880,561792,"utils/nn.py",10107,0,"",python,selection_command +881,561937,"utils/nn.py",10177,0,"",python,selection_command +882,562075,"utils/nn.py",10210,0,"",python,selection_command +883,562217,"utils/nn.py",10247,0,"",python,selection_command +884,562352,"utils/nn.py",10312,0,"",python,selection_command +885,562503,"utils/nn.py",10354,0,"",python,selection_command +886,562686,"utils/nn.py",10378,0,"",python,selection_command +887,564029,"utils/nn.py",10370,14,"",python,content +888,564036,"utils/nn.py",10382,0,"",python,selection_command +889,565644,"utils/nn.py",10370,56," # FIXME (f.srambical): only input last token",python,selection_command +890,566194,"utils/nn.py",10370,107," # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)",python,selection_command +891,566311,"utils/nn.py",10370,181," # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)",python,selection_command +892,566776,"utils/nn.py",10478,12," ",python,content +893,566776,"utils/nn.py",10427,12," ",python,content +894,566776,"utils/nn.py",10370,12," ",python,content +895,566778,"utils/nn.py",10378,0,"",python,selection_command +896,569678,"utils/nn.py",10354,0,"",python,selection_command +897,569920,"utils/nn.py",10312,0,"",python,selection_command +898,569946,"utils/nn.py",10247,0,"",python,selection_command +899,569982,"utils/nn.py",10210,0,"",python,selection_command +900,570020,"utils/nn.py",10177,0,"",python,selection_command +901,570046,"utils/nn.py",10107,0,"",python,selection_command +902,570083,"utils/nn.py",10061,0,"",python,selection_command +903,570121,"utils/nn.py",10008,0,"",python,selection_command +904,570242,"utils/nn.py",9984,0,"",python,selection_command +905,574642,"utils/nn.py",10008,0,"",python,selection_command +906,575367,"utils/nn.py",9984,0,"",python,selection_command +907,575432,"utils/nn.py",9999,0,"\n ",python,content +908,584060,"utils/nn.py",10012,0,"z",python,content +909,584061,"utils/nn.py",10013,0,"",python,selection_keyboard +910,584470,"utils/nn.py",10013,0,"_",python,content +911,584470,"utils/nn.py",10014,0,"",python,selection_keyboard +912,595554,"utils/nn.py",10014,0,"F",python,content +913,595555,"utils/nn.py",10015,0,"",python,selection_keyboard +914,596641,"utils/nn.py",10015,0,"1",python,content +915,596641,"utils/nn.py",10016,0,"",python,selection_keyboard +916,597244,"utils/nn.py",10016,0,"M",python,content +917,597244,"utils/nn.py",10017,0,"",python,selection_keyboard +918,597617,"utils/nn.py",10017,0," ",python,content +919,597617,"utils/nn.py",10018,0,"",python,selection_keyboard +920,598265,"utils/nn.py",10018,0,"+",python,content +921,598266,"utils/nn.py",10019,0,"",python,selection_keyboard +922,598767,"utils/nn.py",10018,1,"",python,content +923,599068,"utils/nn.py",10018,0,"=",python,content +924,599068,"utils/nn.py",10019,0,"",python,selection_keyboard +925,599250,"utils/nn.py",10019,0," ",python,content +926,599250,"utils/nn.py",10020,0,"",python,selection_keyboard +927,601263,"utils/nn.py",10020,0,"z_FNM.at[pos_index[0], pos_index[1], :].set(0)",python,content +928,601758,"utils/nn.py",10065,0,"",python,selection_command +929,602205,"utils/nn.py",10064,0,"",python,selection_command +930,602349,"utils/nn.py",10063,0,"",python,selection_command +931,602524,"utils/nn.py",10060,0,"",python,selection_command +932,602689,"utils/nn.py",10057,0,"",python,selection_command +933,602833,"utils/nn.py",10054,0,"",python,selection_command +934,602972,"utils/nn.py",10053,0,"",python,selection_command +935,603137,"utils/nn.py",10052,0,"",python,selection_command +936,603300,"utils/nn.py",10043,0,"",python,selection_command +937,603469,"utils/nn.py",10040,0,"",python,selection_command +938,603656,"utils/nn.py",10039,0,"",python,selection_command +939,603850,"utils/nn.py",10038,0,"",python,selection_command +940,604169,"utils/nn.py",10029,0,"",python,selection_command +941,620670,"utils/nn.py",10008,67,"",python,content +942,620673,"utils/nn.py",9984,0,"",python,selection_command +943,620702,"utils/nn.py",10470,0," ",python,content +944,620702,"utils/nn.py",10431,0," ",python,content +945,620703,"utils/nn.py",10378,0," ",python,content +946,620703,"utils/nn.py",10382,0,"",python,selection_command +947,620849,"utils/nn.py",10378,0,"else:\n ",python,content +948,620851,"utils/nn.py",10378,0,"",python,selection_command +949,621029,"utils/nn.py",10099,0," ",python,content +950,621029,"utils/nn.py",10061,0," ",python,content +951,621030,"utils/nn.py",10008,0," ",python,content +952,621030,"utils/nn.py",10012,0,"",python,selection_command +953,621195,"utils/nn.py",10008,0,"else:\n ",python,content +954,621197,"utils/nn.py",10008,0,"",python,selection_command +955,621282,"utils/nn.py",10330,0," ",python,content +956,621283,"utils/nn.py",10273,0," ",python,content +957,621283,"utils/nn.py",10277,0,"",python,selection_command +958,621720,"utils/nn.py",10273,115,"",python,content +959,621723,"utils/nn.py",10240,0,"",python,selection_command +960,622119,"utils/nn.py",10315,0,"z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n ",python,content +961,622122,"utils/nn.py",10311,0,"",python,selection_command +962,622440,"utils/nn.py",9935,0," ",python,content +963,622441,"utils/nn.py",9878,0," ",python,content +964,622441,"utils/nn.py",9882,0,"",python,selection_command +965,622500,"utils/nn.py",9878,114,"",python,content +966,622502,"utils/nn.py",9848,0,"",python,selection_command +967,623558,"utils/nn.py",9920,0,"z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n ",python,content +968,623558,"utils/nn.py",9915,0,"",python,selection_command +969,625694,"utils/nn.py",9901,0,"",python,selection_command +970,625751,"utils/nn.py",9877,0,"",python,selection_command +971,668696,"utils/nn.py",9893,0,"\n ",python,content +972,675687,"utils/nn.py",9906,0,"z",python,content +973,675687,"utils/nn.py",9907,0,"",python,selection_keyboard +974,676062,"utils/nn.py",9907,0,"_",python,content +975,676063,"utils/nn.py",9908,0,"",python,selection_keyboard +976,677466,"utils/nn.py",9907,1,"",python,content +977,678885,"utils/nn.py",9907,0,"_",python,content +978,678885,"utils/nn.py",9908,0,"",python,selection_keyboard +979,679655,"utils/nn.py",9908,0,"a",python,content +980,679656,"utils/nn.py",9909,0,"",python,selection_keyboard +981,680232,"utils/nn.py",9908,1,"",python,content +982,680328,"utils/nn.py",9907,0,"",python,selection_command +983,693756,"utils/nn.py",9908,0,"",python,selection_command +984,693942,"utils/nn.py",9908,0,"B",python,content +985,693942,"utils/nn.py",9909,0,"",python,selection_keyboard +986,694316,"utils/nn.py",9909,0,"M",python,content +987,694316,"utils/nn.py",9910,0,"",python,selection_keyboard +988,694806,"utils/nn.py",9910,0," ",python,content +989,694806,"utils/nn.py",9911,0,"",python,selection_keyboard +990,695197,"utils/nn.py",9911,0,"=",python,content +991,695197,"utils/nn.py",9912,0,"",python,selection_keyboard +992,695664,"utils/nn.py",9911,1,"",python,content +993,696182,"utils/nn.py",9911,0,"=",python,content +994,696182,"utils/nn.py",9912,0,"",python,selection_keyboard +995,696380,"utils/nn.py",9912,0," ",python,content +996,696380,"utils/nn.py",9913,0,"",python,selection_keyboard +997,698080,"utils/nn.py",9913,0,"x_BTNM.at[pos_index[0], pos_index[1], :].set(0)",python,content +998,698487,"utils/nn.py",9959,0,"",python,selection_command +999,699331,"utils/nn.py",9958,0,"",python,selection_command +1000,699525,"utils/nn.py",9957,0,"",python,selection_command +1001,699748,"utils/nn.py",9954,0,"",python,selection_command +1002,699926,"utils/nn.py",9951,0,"",python,selection_command +1003,702769,"utils/nn.py",9952,0,"",python,selection_command +1004,703521,"utils/nn.py",9953,0,"",python,selection_command +1005,713832,"utils/nn.py",9951,0,"",python,selection_command +1006,714378,"utils/nn.py",9948,0,"",python,selection_command +1007,714707,"utils/nn.py",9951,0,"",python,selection_command +1008,714845,"utils/nn.py",9954,0,"",python,selection_command +1009,715811,"utils/nn.py",9951,0,"",python,selection_command +1010,716449,"utils/nn.py",9952,0,"",python,selection_command +1011,716875,"utils/nn.py",9953,0,"",python,selection_command +1012,717206,"utils/nn.py",9953,7,"",python,content +1013,717209,"utils/nn.py",9952,0,"",python,selection_command +1014,717378,"utils/nn.py",9951,0,"",python,selection_command +1015,717542,"utils/nn.py",9948,0,"",python,selection_command +1016,717741,"utils/nn.py",9947,0,"",python,selection_command +1017,717913,"utils/nn.py",9946,0,"",python,selection_command +1018,718060,"utils/nn.py",9937,0,"",python,selection_command +1019,718265,"utils/nn.py",9934,0,"",python,selection_command +1020,718433,"utils/nn.py",9933,0,"",python,selection_command +1021,718582,"utils/nn.py",9932,0,"",python,selection_command +1022,718732,"utils/nn.py",9923,0,"",python,selection_command +1023,718866,"utils/nn.py",9922,0,"",python,selection_command +1024,719013,"utils/nn.py",9920,0,"",python,selection_command +1025,719548,"utils/nn.py",9919,0,"",python,selection_command +1026,719863,"utils/nn.py",9919,1,".",python,selection_command +1027,720047,"utils/nn.py",9919,2,".a",python,selection_command +1028,720303,"utils/nn.py",9919,3,".at",python,selection_command +1029,720304,"utils/nn.py",9919,4,".at[",python,selection_command +1030,720399,"utils/nn.py",9919,4,"",python,content +1031,722261,"utils/nn.py",9919,0,"[",python,content +1032,722262,"utils/nn.py",9920,0,"",python,selection_keyboard +1033,722674,"utils/nn.py",9919,0,"",python,selection_command +1034,724070,"utils/nn.py",9920,0,"",python,selection_command +1035,724807,"utils/nn.py",9920,0,":",python,content +1036,724807,"utils/nn.py",9921,0,"",python,selection_keyboard +1037,725051,"utils/nn.py",9921,0,",",python,content +1038,725051,"utils/nn.py",9922,0,"",python,selection_keyboard +1039,725217,"utils/nn.py",9922,0," ",python,content +1040,725218,"utils/nn.py",9923,0,"",python,selection_keyboard +1041,725450,"utils/nn.py",9922,0,"",python,selection_command +1042,725719,"utils/nn.py",9923,0,"",python,selection_command +1043,725969,"utils/nn.py",9932,0,"",python,selection_command +1044,725999,"utils/nn.py",9933,0,"",python,selection_command +1045,726031,"utils/nn.py",9934,0,"",python,selection_command +1046,726063,"utils/nn.py",9937,0,"",python,selection_command +1047,726099,"utils/nn.py",9946,0,"",python,selection_command +1048,726276,"utils/nn.py",9947,0,"",python,selection_command +1049,726592,"utils/nn.py",9948,0,"",python,selection_command +1050,726787,"utils/nn.py",9951,0,"",python,selection_command +1051,726995,"utils/nn.py",9962,0,"",python,selection_command +1052,727304,"utils/nn.py",9951,0,"",python,selection_command +1053,727562,"utils/nn.py",9948,0,"",python,selection_command +1054,727590,"utils/nn.py",9947,0,"",python,selection_command +1055,727620,"utils/nn.py",9946,0,"",python,selection_command +1056,728107,"utils/nn.py",9937,0,"",python,selection_command +1057,729149,"utils/nn.py",9934,0,"",python,selection_command +1058,729329,"utils/nn.py",9933,0,"",python,selection_command +1059,729529,"utils/nn.py",9932,0,"",python,selection_command +1060,729789,"utils/nn.py",9923,0,"",python,selection_command +1061,734628,"utils/nn.py",9892,0,"",python,selection_command +1062,735100,"utils/nn.py",9893,0,"\n ",python,content +1063,735340,"utils/nn.py",9906,0,"a",python,content +1064,735340,"utils/nn.py",9907,0,"",python,selection_keyboard +1065,735411,"utils/nn.py",9907,0,"s",python,content +1066,735412,"utils/nn.py",9908,0,"",python,selection_keyboard +1067,735611,"utils/nn.py",9908,0,"s",python,content +1068,735611,"utils/nn.py",9909,0,"",python,selection_keyboard +1069,735709,"utils/nn.py",9909,0,"e",python,content +1070,735709,"utils/nn.py",9910,0,"",python,selection_keyboard +1071,735757,"utils/nn.py",9910,0,"r",python,content +1072,735757,"utils/nn.py",9911,0,"",python,selection_keyboard +1073,735984,"utils/nn.py",9911,0,"t",python,content +1074,735984,"utils/nn.py",9912,0,"",python,selection_keyboard +1075,736588,"utils/nn.py",9912,0," pos_index is not None",python,content +1076,736917,"utils/nn.py",9933,0,"",python,selection_command +1077,742877,"utils/nn.py",9974,0,"",python,selection_command +1078,747307,"utils/nn.py",9935,59," z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]",python,selection_command +1079,790389,"utils/nn.py",9974,0,"",python,selection_command +1080,790736,"utils/nn.py",9973,0,"",python,selection_command +1081,790821,"utils/nn.py",9964,0,"",python,selection_command +1082,791059,"utils/nn.py",9960,0,"",python,selection_command +1083,791122,"utils/nn.py",9954,0,"",python,selection_command +1084,791275,"utils/nn.py",9952,0,"",python,selection_command +1085,857983,"utils/nn.py",9994,0,"\n ",python,content +1086,858816,"utils/nn.py",10007,0,"z",python,content +1087,858816,"utils/nn.py",10008,0,"",python,selection_keyboard +1088,859245,"utils/nn.py",10008,0,"_",python,content +1089,859246,"utils/nn.py",10009,0,"",python,selection_keyboard +1090,859704,"utils/nn.py",10009,0,"j",python,content +1091,859704,"utils/nn.py",10010,0,"",python,selection_keyboard +1092,860215,"utils/nn.py",10009,1,"",python,content +1093,860361,"utils/nn.py",10008,1,"",python,content +1094,861391,"utils/nn.py",10008,0,"_",python,content +1095,861391,"utils/nn.py",10009,0,"",python,selection_keyboard +1096,862892,"utils/nn.py",10009,0,"B",python,content +1097,862892,"utils/nn.py",10010,0,"",python,selection_keyboard +1098,863747,"utils/nn.py",10010,0,"M",python,content +1099,863748,"utils/nn.py",10011,0,"",python,selection_keyboard +1100,864632,"utils/nn.py",10010,1,"",python,content +1101,864914,"utils/nn.py",10010,0,"1",python,content +1102,864914,"utils/nn.py",10011,0,"",python,selection_keyboard +1103,865236,"utils/nn.py",10011,0,"m",python,content +1104,865236,"utils/nn.py",10012,0,"",python,selection_keyboard +1105,865656,"utils/nn.py",10011,1,"",python,content +1106,865924,"utils/nn.py",10011,0,"M",python,content +1107,865925,"utils/nn.py",10012,0,"",python,selection_keyboard +1108,866259,"utils/nn.py",10012,0," ",python,content +1109,866259,"utils/nn.py",10013,0,"",python,selection_keyboard +1110,867768,"utils/nn.py",10013,0,"=",python,content +1111,867768,"utils/nn.py",10014,0,"",python,selection_keyboard +1112,868456,"utils/nn.py",10014,0," ",python,content +1113,868457,"utils/nn.py",10015,0,"",python,selection_keyboard +1114,871541,"utils/nn.py",10015,0,"s",python,content +1115,871541,"utils/nn.py",10016,0,"",python,selection_keyboard +1116,871545,"utils/nn.py",10016,0,"e",python,content +1117,871545,"utils/nn.py",10017,0,"",python,selection_keyboard +1118,871638,"utils/nn.py",10017,0,"l",python,content +1119,871638,"utils/nn.py",10018,0,"",python,selection_keyboard +1120,871736,"utils/nn.py",10018,0,"f",python,content +1121,871737,"utils/nn.py",10019,0,"",python,selection_keyboard +1122,871757,"utils/nn.py",10019,0,".",python,content +1123,871757,"utils/nn.py",10020,0,"",python,selection_keyboard +1124,871945,"utils/nn.py",10020,0,"r",python,content +1125,871945,"utils/nn.py",10021,0,"",python,selection_keyboard +1126,872157,"utils/nn.py",10021,0,"a",python,content +1127,872157,"utils/nn.py",10022,0,"",python,selection_keyboard +1128,872490,"utils/nn.py",10022,0,"e",python,content +1129,872490,"utils/nn.py",10023,0,"",python,selection_keyboard +1130,872674,"utils/nn.py",10023,0,"a",python,content +1131,872674,"utils/nn.py",10024,0,"",python,selection_keyboard +1132,872841,"utils/nn.py",10023,1,"",python,content +1133,873173,"utils/nn.py",10020,3,"",python,content +1134,873325,"utils/nn.py",10019,1,"",python,content +1135,873674,"utils/nn.py",10019,0,"j",python,content +1136,873674,"utils/nn.py",10020,0,"",python,selection_keyboard +1137,874014,"utils/nn.py",10015,5,"",python,content +1138,874424,"utils/nn.py",10015,0,"j",python,content +1139,874424,"utils/nn.py",10016,0,"",python,selection_keyboard +1140,874492,"utils/nn.py",10016,0,"n",python,content +1141,874492,"utils/nn.py",10017,0,"",python,selection_keyboard +1142,874622,"utils/nn.py",10017,0,"p",python,content +1143,874622,"utils/nn.py",10018,0,"",python,selection_keyboard +1144,874950,"utils/nn.py",10018,0,".",python,content +1145,874950,"utils/nn.py",10019,0,"",python,selection_keyboard +1146,875143,"utils/nn.py",10019,0,"r",python,content +1147,875143,"utils/nn.py",10020,0,"",python,selection_keyboard +1148,875183,"utils/nn.py",10020,0,"e",python,content +1149,875184,"utils/nn.py",10021,0,"",python,selection_keyboard +1150,875342,"utils/nn.py",10021,0,"a",python,content +1151,875471,"utils/nn.py",10022,0,"r",python,content +1152,875472,"utils/nn.py",10023,0,"",python,selection_keyboard +1153,875664,"utils/nn.py",10023,0,"r",python,content +1154,875665,"utils/nn.py",10024,0,"",python,selection_keyboard +1155,875779,"utils/nn.py",10024,0,"a",python,content +1156,875779,"utils/nn.py",10025,0,"",python,selection_keyboard +1157,875794,"utils/nn.py",10025,0,"g",python,content +1158,875795,"utils/nn.py",10026,0,"",python,selection_keyboard +1159,875839,"utils/nn.py",10026,0,"e",python,content +1160,875839,"utils/nn.py",10027,0,"",python,selection_keyboard +1161,875892,"utils/nn.py",10027,0,"n",python,content +1162,875893,"utils/nn.py",10028,0,"",python,selection_keyboard +1163,876527,"utils/nn.py",10027,1,"",python,content +1164,876710,"utils/nn.py",10026,1,"",python,content +1165,876894,"utils/nn.py",10025,1,"",python,content +1166,877041,"utils/nn.py",10025,0,"n",python,content +1167,877041,"utils/nn.py",10026,0,"",python,selection_keyboard +1168,877077,"utils/nn.py",10026,0,"e",python,content +1169,877077,"utils/nn.py",10027,0,"",python,selection_keyboard +1170,877464,"utils/nn.py",10027,0,"()",python,content +1171,877465,"utils/nn.py",10028,0,"",python,selection_keyboard +1172,877921,"utils/nn.py",10028,0," ",python,content +1173,877921,"utils/nn.py",10029,0,"",python,selection_keyboard +1174,878364,"utils/nn.py",10028,1,"",python,content +1175,878917,"utils/nn.py",10027,0,"",python,selection_command +1176,879020,"utils/nn.py",10026,0,"",python,selection_command +1177,879330,"utils/nn.py",10026,0,"g",python,content +1178,879330,"utils/nn.py",10027,0,"",python,selection_keyboard +1179,880383,"utils/nn.py",10026,0,"",python,selection_command +1180,881231,"utils/nn.py",10030,0,"",python,selection_command +1181,881755,"utils/nn.py",10029,0,"",python,selection_command +1182,883585,"utils/nn.py",10029,0,"z",python,content +1183,883585,"utils/nn.py",10030,0,"",python,selection_keyboard +1184,884051,"utils/nn.py",10030,0,"_",python,content +1185,884052,"utils/nn.py",10031,0,"",python,selection_keyboard +1186,884937,"utils/nn.py",10030,1,"",python,content +1187,885485,"utils/nn.py",10030,0,"_",python,content +1188,885485,"utils/nn.py",10031,0,"",python,selection_keyboard +1189,886751,"utils/nn.py",10031,0,"B",python,content +1190,886751,"utils/nn.py",10032,0,"",python,selection_keyboard +1191,887158,"utils/nn.py",10032,0,"M",python,content +1192,887158,"utils/nn.py",10033,0,"",python,selection_keyboard +1193,887522,"utils/nn.py",10033,0,",",python,content +1194,887522,"utils/nn.py",10034,0,"",python,selection_keyboard +1195,887620,"utils/nn.py",10034,0," ",python,content +1196,887620,"utils/nn.py",10035,0,"",python,selection_keyboard +1197,895911,"utils/nn.py",10034,0,"",python,selection_command +1198,896253,"utils/nn.py",10033,0,"",python,selection_command +1199,896436,"utils/nn.py",10029,0,"",python,selection_command +1200,896712,"utils/nn.py",10028,0,"",python,selection_command +1201,897228,"utils/nn.py",10019,0,"",python,selection_command +1202,897617,"utils/nn.py",10019,9,"",python,content +1203,898153,"utils/nn.py",10019,0,"r",python,content +1204,898153,"utils/nn.py",10020,0,"",python,selection_keyboard +1205,898194,"utils/nn.py",10020,0,"e",python,content +1206,898195,"utils/nn.py",10021,0,"",python,selection_keyboard +1207,898539,"utils/nn.py",10021,0,"s",python,content +1208,898541,"utils/nn.py",10022,0,"e",python,content +1209,898542,"utils/nn.py",10023,0,"",python,selection_keyboard +1210,898542,"utils/nn.py",10023,0,"h",python,content +1211,898542,"utils/nn.py",10024,0,"",python,selection_keyboard +1212,898631,"utils/nn.py",10024,0,"a",python,content +1213,898631,"utils/nn.py",10025,0,"",python,selection_keyboard +1214,898631,"utils/nn.py",10025,0,"p",python,content +1215,898632,"utils/nn.py",10026,0,"",python,selection_keyboard +1216,898709,"utils/nn.py",10026,0,"e",python,content +1217,898709,"utils/nn.py",10027,0,"",python,selection_keyboard +1218,898912,"utils/nn.py",10026,0,"",python,selection_command +1219,899581,"utils/nn.py",10019,0,"",python,selection_command +1220,899927,"utils/nn.py",10019,8,"",python,content +1221,900233,"utils/nn.py",10019,0,"r",python,content +1222,900233,"utils/nn.py",10020,0,"",python,selection_keyboard +1223,900262,"utils/nn.py",10020,0,"e",python,content +1224,900262,"utils/nn.py",10021,0,"",python,selection_keyboard +1225,900632,"utils/nn.py",10021,0,"s",python,content +1226,900632,"utils/nn.py",10022,0,"",python,selection_keyboard +1227,900632,"utils/nn.py",10022,0,"h",python,content +1228,900633,"utils/nn.py",10023,0,"",python,selection_keyboard +1229,900717,"utils/nn.py",10023,0,"a",python,content +1230,900718,"utils/nn.py",10024,0,"p",python,content +1231,900719,"utils/nn.py",10025,0,"",python,selection_keyboard +1232,900830,"utils/nn.py",10025,0,"e",python,content +1233,900830,"utils/nn.py",10026,0,"",python,selection_keyboard +1234,901410,"utils/nn.py",10025,0,"",python,selection_command +1235,914757,"utils/nn.py",10026,0,"",python,selection_command +1236,914908,"utils/nn.py",10030,0,"",python,selection_command +1237,915049,"utils/nn.py",10031,0,"",python,selection_command +1238,915650,"utils/nn.py",10032,0,"",python,selection_command +1239,915709,"utils/nn.py",10033,0,"",python,selection_command +1240,916262,"utils/nn.py",10033,0,"()",python,content +1241,916262,"utils/nn.py",10034,0,"",python,selection_keyboard +1242,916325,"utils/nn.py",10034,1,")",python,content +1243,916325,"utils/nn.py",10035,0,"",python,selection_keyboard +1244,916972,"utils/nn.py",10034,0,"",python,selection_command +1245,918246,"utils/nn.py",10034,0,"B, 1, M",python,content +1246,918427,"utils/nn.py",10040,0,"",python,selection_command +1247,919877,"utils/nn.py",10038,0,"",python,selection_command +1248,920015,"utils/nn.py",10037,0,"",python,selection_command +1249,920175,"utils/nn.py",10035,0,"",python,selection_command +1250,920928,"utils/nn.py",10034,0,"",python,selection_command +1251,926912,"utils/nn.py",9994,0,"\n ",python,content +1252,928378,"utils/nn.py",10007,0,"B",python,content +1253,928378,"utils/nn.py",10008,0,"",python,selection_keyboard +1254,928600,"utils/nn.py",10008,0," ",python,content +1255,928601,"utils/nn.py",10009,0,"",python,selection_keyboard +1256,929605,"utils/nn.py",10009,0,"=",python,content +1257,929605,"utils/nn.py",10010,0,"",python,selection_keyboard +1258,930118,"utils/nn.py",10010,0," ",python,content +1259,931190,"utils/nn.py",10011,0,"z_BM.shape[0]",python,content +1260,931474,"utils/nn.py",10023,0,"",python,selection_command +1261,932599,"utils/nn.py",10053,0,"",python,selection_command +1262,935297,"utils/nn.py",10008,0,",",python,content +1263,935513,"utils/nn.py",10009,0," ",python,content +1264,935513,"utils/nn.py",10010,0,"",python,selection_keyboard +1265,935943,"utils/nn.py",10010,0,"M",python,content +1266,935943,"utils/nn.py",10011,0,"",python,selection_keyboard +1267,936208,"utils/nn.py",10010,0,"",python,selection_command +1268,936292,"utils/nn.py",10012,0,"",python,selection_command +1269,936460,"utils/nn.py",10014,0,"",python,selection_command +1270,936791,"utils/nn.py",10018,0,"",python,selection_command +1271,936959,"utils/nn.py",10019,0,"",python,selection_command +1272,938018,"utils/nn.py",10076,0,"\n z_B1M = self.spatial_norm(z_B1M)\n z_B1M = self.spatial_attention(z_B1M)\n z_B1M = jnp.reshape(z_B1M, (B, M))\n z_BTNM = x_BTNM.at[:, pos_index[0], pos_index[1], :].set(z_B1M)",python,content +1273,938018,"utils/nn.py",10024,3,"",python,content +1274,939598,"utils/nn.py",10049,0,"",python,selection_command +1275,939743,"utils/nn.py",10098,0,"",python,selection_command +1276,940246,"utils/nn.py",10074,45,"",python,content +1277,940254,"utils/nn.py",10086,0,"",python,selection_command +1278,940647,"utils/nn.py",10074,50,"",python,content +1279,940652,"utils/nn.py",10086,0,"",python,selection_command +1280,940968,"utils/nn.py",10074,47,"",python,content +1281,940979,"utils/nn.py",10086,0,"",python,selection_command +1282,941652,"utils/nn.py",10074,76,"",python,content +1283,941665,"utils/nn.py",10082,0,"",python,selection_command +1284,942477,"utils/nn.py",10033,0,"",python,selection_command +1285,943193,"utils/nn.py",10037,0,"",python,selection_command +1286,947539,"utils/nn.py",10025,48," z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,selection_command +1287,947954,"utils/nn.py",9995,78," B, M = z_BM.shape\n z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,selection_command +1288,948048,"utils/nn.py",9935,138," z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n B, M = z_BM.shape\n z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,selection_command +1289,948190,"utils/nn.py",9894,179," assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n B, M = z_BM.shape\n z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,selection_command +1290,948330,"utils/nn.py",9870,203," if self.decode:\n assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n B, M = z_BM.shape\n z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,selection_command +1291,948812,"utils/nn.py",9870,0,"",python,selection_command +1292,950103,"utils/nn.py",9894,0,"",python,selection_command +1293,950551,"utils/nn.py",9894,40," assert pos_index is not None",python,selection_command +1294,950964,"utils/nn.py",9894,100," assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]",python,selection_command +1295,951038,"utils/nn.py",9894,130," assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n B, M = z_BM.shape",python,selection_command +1296,951198,"utils/nn.py",9894,179," assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n B, M = z_BM.shape\n z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,selection_command +1297,951693,"utils/nn.py",9894,0,"",python,selection_command +1298,952111,"utils/nn.py",9935,0,"",python,selection_command +1299,952359,"utils/nn.py",9995,0,"",python,selection_command +1300,952371,"utils/nn.py",10025,0,"",python,selection_command +1301,952410,"utils/nn.py",10074,0,"",python,selection_command +1302,952437,"utils/nn.py",10088,0,"",python,selection_command +1303,952470,"utils/nn.py",10157,0,"",python,selection_command +1304,952500,"utils/nn.py",10202,0,"",python,selection_command +1305,952536,"utils/nn.py",10259,0,"",python,selection_command +1306,952570,"utils/nn.py",10309,0,"",python,selection_command +1307,952605,"utils/nn.py",10383,0,"",python,selection_command +1308,952639,"utils/nn.py",10416,0,"",python,selection_command +1309,952794,"utils/nn.py",10453,0,"",python,selection_command +1310,953239,"utils/nn.py",10476,0,"\n assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n B, M = z_BM.shape\n z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,content +1311,953257,"utils/nn.py",10489,0,"",python,selection_command +1312,955062,"utils/nn.py",10530,0,"",python,selection_command +1313,960751,"utils/nn.py",10535,0,"",python,selection_command +1314,960882,"utils/nn.py",10537,0,"",python,selection_command +1315,961240,"utils/nn.py",10543,0,"",python,selection_command +1316,961421,"utils/nn.py",10547,0,"",python,selection_command +1317,961555,"utils/nn.py",10556,0,"",python,selection_command +1318,961816,"utils/nn.py",10557,0,"",python,selection_command +1319,961835,"utils/nn.py",10558,0,"",python,selection_command +1320,961864,"utils/nn.py",10561,0,"",python,selection_command +1321,962020,"utils/nn.py",10570,0,"",python,selection_command +1322,962670,"utils/nn.py",10606,0,"",python,selection_command +1323,969257,"utils/nn.py",10570,0,"",python,selection_command +1324,969478,"utils/nn.py",10516,0,"",python,selection_command +1325,969492,"utils/nn.py",10475,0,"",python,selection_command +1326,969520,"utils/nn.py",10451,0,"",python,selection_command +1327,969568,"utils/nn.py",10414,0,"",python,selection_command +1328,969594,"utils/nn.py",10361,0,"",python,selection_command +1329,969625,"utils/nn.py",10307,0,"",python,selection_command +1330,969659,"utils/nn.py",10254,0,"",python,selection_command +1331,969782,"utils/nn.py",10200,0,"",python,selection_command +1332,969783,"utils/nn.py",10140,0,"",python,selection_command +1333,969784,"utils/nn.py",10086,0,"",python,selection_command +1334,969798,"utils/nn.py",10072,0,"",python,selection_command +1335,969980,"utils/nn.py",10023,0,"",python,selection_command +1336,971094,"utils/nn.py",9995,30,"",python,content +1337,971114,"utils/nn.py",10007,0,"",python,selection_command +1338,972150,"utils/nn.py",10056,0,"",python,selection_command +1339,972405,"utils/nn.py",10070,0,"",python,selection_command +1340,972420,"utils/nn.py",10139,0,"",python,selection_command +1341,972454,"utils/nn.py",10184,0,"",python,selection_command +1342,972485,"utils/nn.py",10241,0,"",python,selection_command +1343,972601,"utils/nn.py",10291,0,"",python,selection_command +1344,972602,"utils/nn.py",10365,0,"",python,selection_command +1345,972602,"utils/nn.py",10398,0,"",python,selection_command +1346,972622,"utils/nn.py",10435,0,"",python,selection_command +1347,972655,"utils/nn.py",10459,0,"",python,selection_command +1348,972694,"utils/nn.py",10500,0,"",python,selection_command +1349,972823,"utils/nn.py",10560,0,"",python,selection_command +1350,973356,"utils/nn.py",10548,30,"",python,content +1351,973363,"utils/nn.py",10560,0,"",python,selection_command +1352,973650,"utils/nn.py",10500,0,"",python,selection_command +1353,973977,"utils/nn.py",10459,0,"",python,selection_command +1354,973977,"utils/nn.py",10435,0,"",python,selection_command +1355,973977,"utils/nn.py",10398,0,"",python,selection_command +1356,973987,"utils/nn.py",10365,0,"",python,selection_command +1357,974014,"utils/nn.py",10291,0,"",python,selection_command +1358,974050,"utils/nn.py",10241,0,"",python,selection_command +1359,974083,"utils/nn.py",10184,0,"",python,selection_command +1360,974174,"utils/nn.py",10139,0,"",python,selection_command +1361,974174,"utils/nn.py",10070,0,"",python,selection_command +1362,974182,"utils/nn.py",10056,0,"",python,selection_command +1363,974218,"utils/nn.py",10007,0,"",python,selection_command +1364,974250,"utils/nn.py",9947,0,"",python,selection_command +1365,974283,"utils/nn.py",9906,0,"",python,selection_command +1366,974502,"utils/nn.py",9882,0,"",python,selection_command +1367,974580,"utils/nn.py",9848,0,"",python,selection_command +1368,975078,"utils/nn.py",9847,0,"",python,selection_command +1369,975223,"utils/nn.py",9845,0,"",python,selection_command +1370,975425,"utils/nn.py",9844,0,"",python,selection_command +1371,976176,"utils/nn.py",9844,1,"B",python,content +1372,976492,"utils/nn.py",9845,0,"",python,selection_command +1373,976692,"utils/nn.py",9847,0,"",python,selection_command +1374,976825,"utils/nn.py",9848,0,"",python,selection_command +1375,976959,"utils/nn.py",9850,0,"",python,selection_command +1376,977144,"utils/nn.py",9851,0,"",python,selection_command +1377,977323,"utils/nn.py",9853,0,"",python,selection_command +1378,978171,"utils/nn.py",9853,1,"M",python,content +1379,978720,"utils/nn.py",9887,0,"",python,selection_command +1380,978966,"utils/nn.py",9911,0,"",python,selection_command +1381,978988,"utils/nn.py",9952,0,"",python,selection_command +1382,979024,"utils/nn.py",10012,0,"",python,selection_command +1383,979055,"utils/nn.py",10056,0,"",python,selection_command +1384,979221,"utils/nn.py",10075,0,"",python,selection_command +1385,979515,"utils/nn.py",10056,0,"",python,selection_command +1386,979745,"utils/nn.py",10012,0,"",python,selection_command +1387,980563,"utils/nn.py",10056,0,"",python,selection_command +1388,981110,"utils/nn.py",10075,0,"",python,selection_command +1389,981317,"utils/nn.py",10144,0,"",python,selection_command +1390,981422,"utils/nn.py",10189,0,"",python,selection_command +1391,981579,"utils/nn.py",10246,0,"",python,selection_command +1392,981722,"utils/nn.py",10296,0,"",python,selection_command +1393,981882,"utils/nn.py",10370,0,"",python,selection_command +1394,982045,"utils/nn.py",10403,0,"",python,selection_command +1395,982209,"utils/nn.py",10440,0,"",python,selection_command +1396,982367,"utils/nn.py",10464,0,"",python,selection_command +1397,982564,"utils/nn.py",10505,0,"",python,selection_command +1398,982673,"utils/nn.py",10565,0,"",python,selection_command +1399,982938,"utils/nn.py",10505,0,"",python,selection_command +1400,1052672,"utils/nn.py",10464,0,"",python,selection_command +1401,1052934,"utils/nn.py",10440,0,"",python,selection_command +1402,1052959,"utils/nn.py",10403,0,"",python,selection_command +1403,1052990,"utils/nn.py",10370,0,"",python,selection_command +1404,1053018,"utils/nn.py",10296,0,"",python,selection_command +1405,1053050,"utils/nn.py",10246,0,"",python,selection_command +1406,1053086,"utils/nn.py",10189,0,"",python,selection_command +1407,1053227,"utils/nn.py",10144,0,"",python,selection_command +1408,1053376,"utils/nn.py",10075,0,"",python,selection_command +1409,1053500,"utils/nn.py",10056,0,"",python,selection_command +1410,1053644,"utils/nn.py",10012,0,"",python,selection_command +1411,1182237,"utils/nn.py",8711,0,"",python,selection_mouse +1412,1183615,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\n\nfrom __future__ import annotations\n\nimport functools\nfrom typing import Any\nfrom collections.abc import Callable\nimport math\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import initializers\nfrom flax.nnx.nn import dtypes\nfrom flax.nnx.nn.linear import (\n LinearGeneral,\n default_kernel_init,\n)\nfrom flax.nnx.nn.normalization import LayerNorm\nfrom flax.typing import (\n Dtype,\n PromoteDtypeFn,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\nArray = jax.Array\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of `[batch..., q_length,\n num_heads, qk_depth_per_head]`.\n key: keys for calculating attention with shape of `[batch..., kv_length,\n num_heads, qk_depth_per_head]`.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key)`` and a ``dtype``\n keyword argument, and return a tuple of arrays with the promoted dtype.\n\n Returns:\n Output of shape `[batch..., num_heads, q_length, kv_length]`.\n """"""\n query, key = promote_dtype((query, key), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = jnp.einsum(\n '...qhd,...khd->...hqk', query, key, precision=precision\n )\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow(nnx.Intermediate, 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n\n\nclass MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., `[batch..., len_q]`, `[batch..., len_kv]`, the\n attention weights will be `[batch..., heads, len_q, len_kv]` and this\n function will produce `[batch..., 1, len_q, len_kv]`.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len_q, len_kv]` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., `[batch..., len]`, the self-attention weights\n will be `[batch..., heads, len, len]` and this function will produce a\n causal mask of shape `[batch..., 1, len, len]`.\n\n Args:\n x: input array of shape `[batch..., len]`\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len, len]` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +1413,1183615,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +1414,1186071,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9711,0,"",python,selection_command +1415,1186371,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11857,0,"",python,selection_command +1416,1186654,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13195,0,"",python,selection_command +1417,1186853,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14311,0,"",python,selection_command +1418,1187226,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14320,0,"",python,selection_command +1419,1187419,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17149,0,"",python,selection_command +1420,1187583,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +1421,1188276,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18736,0,"",python,selection_command +1422,1188423,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18818,0,"",python,selection_command +1423,1188571,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20111,0,"",python,selection_command +1424,1189804,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20138,0,"",python,selection_command +1425,1189984,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20157,0,"",python,selection_command +1426,1190178,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20188,0,"",python,selection_command +1427,1190402,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20327,0,"",python,selection_command +1428,1191558,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,14," if decode:",python,selection_command +1429,1192552,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,25," if decode:\n if (",python,selection_command +1430,1192793,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,57," if decode:\n if (\n self.cached_key is None",python,selection_command +1431,1192818,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,94," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None",python,selection_command +1432,1192853,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,130," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None",python,selection_command +1433,1192886,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,139," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):",python,selection_command +1434,1192920,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,165," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(",python,selection_command +1435,1192951,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,242," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'",python,selection_command +1436,1192985,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,252," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )",python,selection_command +1437,1193017,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,260," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (",python,selection_command +1438,1193048,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,281," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,",python,selection_command +1439,1193081,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,301," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,",python,selection_command +1440,1193117,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,320," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,",python,selection_command +1441,1193150,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,344," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,",python,selection_command +1442,1193183,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,382," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape",python,selection_command +1443,1193215,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,437," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input",python,selection_command +1444,1193251,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,511," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)",python,selection_command +1445,1193281,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,551," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:",python,selection_command +1446,1193317,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,577," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(",python,selection_command +1447,1193348,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,624," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '",python,selection_command +1448,1193383,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,676," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'",python,selection_command +1449,1193417,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,718," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)",python,selection_command +1450,1193449,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,728," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )",python,selection_command +1451,1193482,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,792," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices",python,selection_command +1452,1194751,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,728," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )",python,selection_command +1453,1207648,"utils/nn.py",0,0,"",python,tab +1454,1219782,"utils/nn.py",10057,0,"",python,selection_mouse +1455,1219782,"utils/nn.py",10056,0,"",python,selection_command +1456,1221475,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +1457,1224296,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20359,0,"",python,selection_mouse +1458,1224691,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20345,0,"",python,selection_mouse +1459,1224692,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20344,0,"",python,selection_command +1460,1224993,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20360,0,"",python,selection_mouse +1461,1231305,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16732,0,"",python,selection_command +1462,1233606,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20359,0,"",python,selection_command +1463,1237257,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20542,0,"",python,selection_command +1464,1237371,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +1465,1239256,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23184,0,"",python,selection_command +1466,1239461,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23248,0,"",python,selection_command +1467,1239492,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23320,0,"",python,selection_command +1468,1239523,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23394,0,"",python,selection_command +1469,1239640,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23403,0,"",python,selection_command +1470,1239640,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23410,0,"",python,selection_command +1471,1239641,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23424,0,"",python,selection_command +1472,1239654,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23431,0,"",python,selection_command +1473,1239685,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23462,0,"",python,selection_command +1474,1239722,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23496,0,"",python,selection_command +1475,1239757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23506,0,"",python,selection_command +1476,1239803,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23531,0,"",python,selection_command +1477,1239822,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23555,0,"",python,selection_command +1478,1239852,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23621,0,"",python,selection_command +1479,1239888,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23631,0,"",python,selection_command +1480,1239922,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23677,0,"",python,selection_command +1481,1239953,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23702,0,"",python,selection_command +1482,1239986,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23729,0,"",python,selection_command +1483,1240021,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23757,0,"",python,selection_command +1484,1240055,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23785,0,"",python,selection_command +1485,1240164,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23810,0,"",python,selection_command +1486,1240164,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23841,0,"",python,selection_command +1487,1240165,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23853,0,"",python,selection_command +1488,1240189,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23863,0,"",python,selection_command +1489,1240220,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23951,0,"",python,selection_command +1490,1240255,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23961,0,"",python,selection_command +1491,1240288,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24001,0,"",python,selection_command +1492,1240322,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24034,0,"",python,selection_command +1493,1240359,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24042,0,"",python,selection_command +1494,1240389,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24111,0,"",python,selection_command +1495,1240422,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24174,0,"",python,selection_command +1496,1240776,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24239,0,"",python,selection_command +1497,1240962,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24174,0,"",python,selection_command +1498,1241213,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24176,0,"",python,selection_command +1499,1241574,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24113,0,"",python,selection_command +1500,1241943,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24114,0,"",python,selection_command +1501,1354683,"utils/nn.py",0,0,"",python,tab +1502,1356069,"utils/nn.py",10007,0,"",python,selection_command +1503,1356217,"utils/nn.py",9947,0,"",python,selection_command +1504,1356373,"utils/nn.py",9906,0,"",python,selection_command +1505,1356662,"utils/nn.py",9947,0,"",python,selection_command +1506,1399775,"utils/nn.py",10007,0,"",python,selection_command +1507,1399776,"utils/nn.py",10056,0,"",python,selection_command +1508,1400644,"utils/nn.py",10044,13," else:",python,selection_command +1509,1400893,"utils/nn.py",9995,62," z_B1M = jnp.reshape(z_BM, (B, 1, M))\n else:",python,selection_command +1510,1401021,"utils/nn.py",9935,122," z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n z_B1M = jnp.reshape(z_BM, (B, 1, M))\n else:",python,selection_command +1511,1401171,"utils/nn.py",9894,163," assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n z_B1M = jnp.reshape(z_BM, (B, 1, M))\n else:",python,selection_command +1512,1402748,"utils/nn.py",9894,164,"",python,content +1513,1402750,"utils/nn.py",9906,0,"",python,selection_command +1514,1408706,"utils/nn.py",9894,68," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")",python,selection_command +1515,1409230,"utils/nn.py",9894,113," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)",python,selection_command +1516,1409279,"utils/nn.py",9894,170," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token",python,selection_command +1517,1409426,"utils/nn.py",9894,220," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)",python,selection_command +1518,1409641,"utils/nn.py",9894,294," z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)",python,selection_command +1519,1410284,"utils/nn.py",10115,12," ",python,content +1520,1410284,"utils/nn.py",10065,12," ",python,content +1521,1410284,"utils/nn.py",10008,12," ",python,content +1522,1410284,"utils/nn.py",9963,12," ",python,content +1523,1410284,"utils/nn.py",9894,12," ",python,content +1524,1410287,"utils/nn.py",9902,0,"",python,selection_command +1525,1411148,"utils/nn.py",9967,0,"",python,selection_command +1526,1411328,"utils/nn.py",10008,0,"",python,selection_command +1527,1411438,"utils/nn.py",10061,0,"",python,selection_command +1528,1411655,"utils/nn.py",10107,0,"",python,selection_command +1529,1411717,"utils/nn.py",10177,0,"",python,selection_command +1530,1411873,"utils/nn.py",10210,0,"",python,selection_command +1531,1412016,"utils/nn.py",10247,0,"",python,selection_command +1532,1412214,"utils/nn.py",10271,0,"",python,selection_command +1533,1412900,"utils/nn.py",10263,40," assert pos_index is not None",python,selection_command +1534,1413279,"utils/nn.py",10263,100," assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]",python,selection_command +1535,1413439,"utils/nn.py",10263,149," assert pos_index is not None\n z_BM = x_BTNM[:, pos_index[0], pos_index[1], :]\n z_B1M = jnp.reshape(z_BM, (B, 1, M))",python,selection_command +1536,1413518,"utils/nn.py",10263,150,"",python,content +1537,1413522,"utils/nn.py",10271,0,"",python,selection_command +1538,1414571,"utils/nn.py",10263,14,"",python,content +1539,1414583,"utils/nn.py",10275,0,"",python,selection_command +1540,1414997,"utils/nn.py",10263,68," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")",python,selection_command +1541,1415355,"utils/nn.py",10263,114," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)",python,selection_command +1542,1415418,"utils/nn.py",10263,171," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token",python,selection_command +1543,1415556,"utils/nn.py",10263,222," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)",python,selection_command +1544,1415735,"utils/nn.py",10263,296," z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)",python,selection_command +1545,1416224,"utils/nn.py",10486,12," ",python,content +1546,1416224,"utils/nn.py",10435,12," ",python,content +1547,1416225,"utils/nn.py",10378,12," ",python,content +1548,1416225,"utils/nn.py",10332,12," ",python,content +1549,1416225,"utils/nn.py",10263,12," ",python,content +1550,1416227,"utils/nn.py",10271,0,"",python,selection_command +1551,1417095,"utils/nn.py",10247,0,"",python,selection_command +1552,1417239,"utils/nn.py",10210,0,"",python,selection_command +1553,1417423,"utils/nn.py",10177,0,"",python,selection_command +1554,1417506,"utils/nn.py",10107,0,"",python,selection_command +1555,1417639,"utils/nn.py",10061,0,"",python,selection_command +1556,1417774,"utils/nn.py",10008,0,"",python,selection_command +1557,1417948,"utils/nn.py",9967,0,"",python,selection_command +1558,1418053,"utils/nn.py",9902,0,"",python,selection_command +1559,1418208,"utils/nn.py",9878,0,"",python,selection_command +1560,1418832,"utils/nn.py",9870,24,"",python,content +1561,1418844,"utils/nn.py",9878,0,"",python,selection_command +1562,1420572,"utils/nn.py",9943,0,"",python,selection_command +1563,1422522,"utils/nn.py",9984,0,"",python,selection_command +1564,1422873,"utils/nn.py",10028,0,"\n if self.decode:",python,content +1565,1422878,"utils/nn.py",10037,0,"",python,selection_command +1566,1423622,"utils/nn.py",10107,0,"",python,selection_command +1567,1423781,"utils/nn.py",10177,0,"",python,selection_command +1568,1423922,"utils/nn.py",10210,0,"",python,selection_command +1569,1424045,"utils/nn.py",10247,0,"",python,selection_command +1570,1424601,"utils/nn.py",10239,24,"",python,content +1571,1424616,"utils/nn.py",10247,0,"",python,selection_command +1572,1424832,"utils/nn.py",10312,0,"",python,selection_command +1573,1424971,"utils/nn.py",10354,0,"",python,selection_command +1574,1425433,"utils/nn.py",10312,0,"",python,selection_command +1575,1425592,"utils/nn.py",10247,0,"",python,selection_command +1576,1425826,"utils/nn.py",10312,0,"",python,selection_command +1577,1425986,"utils/nn.py",10354,0,"",python,selection_command +1578,1426335,"utils/nn.py",10398,0,"\n if self.decode:",python,content +1579,1426335,"utils/nn.py",10407,0,"",python,selection_command +1580,1426712,"utils/nn.py",10431,0,"",python,selection_command +1581,1428021,"utils/nn.py",10407,0,"",python,selection_command +1582,1428274,"utils/nn.py",10354,0,"",python,selection_command +1583,1428295,"utils/nn.py",10312,0,"",python,selection_command +1584,1428330,"utils/nn.py",10247,0,"",python,selection_command +1585,1428435,"utils/nn.py",10210,0,"",python,selection_command +1586,1428436,"utils/nn.py",10177,0,"",python,selection_command +1587,1428436,"utils/nn.py",10107,0,"",python,selection_command +1588,1428458,"utils/nn.py",10061,0,"",python,selection_command +1589,1428597,"utils/nn.py",10037,0,"",python,selection_command +1590,1437247,"utils/nn.py",10052,0,"\n ",python,content +1591,1438946,"utils/nn.py",10065,0,"z",python,content +1592,1438946,"utils/nn.py",10066,0,"",python,selection_keyboard +1593,1439324,"utils/nn.py",10066,0,"_",python,content +1594,1439324,"utils/nn.py",10067,0,"",python,selection_keyboard +1595,1441072,"utils/nn.py",10067,0,"F",python,content +1596,1441073,"utils/nn.py",10068,0,"",python,selection_keyboard +1597,1442349,"utils/nn.py",10068,0,"1",python,content +1598,1442350,"utils/nn.py",10069,0,"",python,selection_keyboard +1599,1443021,"utils/nn.py",10069,0,"M",python,content +1600,1443021,"utils/nn.py",10070,0,"",python,selection_keyboard +1601,1453442,"utils/nn.py",10070,0," ",python,content +1602,1453442,"utils/nn.py",10071,0,"",python,selection_keyboard +1603,1453886,"utils/nn.py",10071,0,"g",python,content +1604,1453887,"utils/nn.py",10072,0,"",python,selection_keyboard +1605,1454648,"utils/nn.py",10071,1,"",python,content +1606,1455194,"utils/nn.py",10071,0,"=",python,content +1607,1455194,"utils/nn.py",10072,0,"",python,selection_keyboard +1608,1455741,"utils/nn.py",10072,0," ",python,content +1609,1455741,"utils/nn.py",10073,0,"",python,selection_keyboard +1610,1458534,"utils/nn.py",10072,0,"",python,selection_command +1611,1459026,"utils/nn.py",10071,0,"",python,selection_command +1612,1459364,"utils/nn.py",10070,0,"",python,selection_command +1613,1459365,"utils/nn.py",10069,0,"",python,selection_command +1614,1459503,"utils/nn.py",10068,0,"",python,selection_command +1615,1459672,"utils/nn.py",10069,0,"",python,selection_command +1616,1459889,"utils/nn.py",10070,0,"",python,selection_command +1617,1459996,"utils/nn.py",10071,0,"",python,selection_command +1618,1460232,"utils/nn.py",10072,0,"",python,selection_command +1619,1460265,"utils/nn.py",10073,0,"",python,selection_command +1620,1460592,"utils/nn.py",10072,0,"",python,selection_command +1621,1460644,"utils/nn.py",10071,0,"",python,selection_command +1622,1460796,"utils/nn.py",10070,0,"",python,selection_command +1623,1460939,"utils/nn.py",10069,0,"",python,selection_command +1624,1461462,"utils/nn.py",10068,1,"",python,content +1625,1461708,"utils/nn.py",10067,1,"",python,content +1626,1462690,"utils/nn.py",10067,0,"F",python,content +1627,1462690,"utils/nn.py",10068,0,"",python,selection_keyboard +1628,1462914,"utils/nn.py",10067,0,"",python,selection_command +1629,1463561,"utils/nn.py",10072,0,"",python,selection_command +1630,1466816,"utils/nn.py",10072,0,"z",python,content +1631,1466816,"utils/nn.py",10073,0,"",python,selection_keyboard +1632,1467128,"utils/nn.py",10073,0,"-",python,content +1633,1467128,"utils/nn.py",10074,0,"",python,selection_keyboard +1634,1467649,"utils/nn.py",10073,1,"",python,content +1635,1467953,"utils/nn.py",10073,0,"_",python,content +1636,1467953,"utils/nn.py",10074,0,"",python,selection_keyboard +1637,1469736,"utils/nn.py",10074,0,"F",python,content +1638,1469737,"utils/nn.py",10075,0,"",python,selection_keyboard +1639,1470215,"utils/nn.py",10075,0,"N",python,content +1640,1470215,"utils/nn.py",10076,0,"",python,selection_keyboard +1641,1470391,"utils/nn.py",10076,0,"M",python,content +1642,1470391,"utils/nn.py",10077,0,"",python,selection_keyboard +1643,1472327,"utils/nn.py",10077,0,"[]",python,content +1644,1472327,"utils/nn.py",10078,0,"",python,selection_keyboard +1645,1472381,"utils/nn.py",10078,1,"]",python,content +1646,1472381,"utils/nn.py",10079,0,"",python,selection_keyboard +1647,1472864,"utils/nn.py",10078,0,"",python,selection_command +1648,1475511,"utils/nn.py",10078,0,"p",python,content +1649,1475511,"utils/nn.py",10079,0,"",python,selection_keyboard +1650,1475618,"utils/nn.py",10079,0,"o",python,content +1651,1475619,"utils/nn.py",10080,0,"",python,selection_keyboard +1652,1475729,"utils/nn.py",10080,0,"s",python,content +1653,1475730,"utils/nn.py",10081,0,"",python,selection_keyboard +1654,1476669,"utils/nn.py",10080,1,"",python,content +1655,1476788,"utils/nn.py",10079,1,"",python,content +1656,1477203,"utils/nn.py",10078,1,"",python,content +1657,1477544,"utils/nn.py",10078,0,":",python,content +1658,1477544,"utils/nn.py",10079,0,"",python,selection_keyboard +1659,1477715,"utils/nn.py",10079,0,",",python,content +1660,1477716,"utils/nn.py",10080,0,"",python,selection_keyboard +1661,1477880,"utils/nn.py",10080,0," ",python,content +1662,1477880,"utils/nn.py",10081,0,"",python,selection_keyboard +1663,1478091,"utils/nn.py",10081,0,"p",python,content +1664,1478092,"utils/nn.py",10082,0,"",python,selection_keyboard +1665,1478141,"utils/nn.py",10082,0,"o",python,content +1666,1478142,"utils/nn.py",10083,0,"",python,selection_keyboard +1667,1478327,"utils/nn.py",10083,0,"s",python,content +1668,1478327,"utils/nn.py",10084,0,"",python,selection_keyboard +1669,1478616,"utils/nn.py",10084,0,"-",python,content +1670,1478617,"utils/nn.py",10085,0,"",python,selection_keyboard +1671,1479069,"utils/nn.py",10084,1,"",python,content +1672,1480207,"utils/nn.py",10084,0,"_",python,content +1673,1480208,"utils/nn.py",10085,0,"",python,selection_keyboard +1674,1480457,"utils/nn.py",10085,0,"_",python,content +1675,1480458,"utils/nn.py",10086,0,"",python,selection_keyboard +1676,1481146,"utils/nn.py",10085,1,"",python,content +1677,1481386,"utils/nn.py",10085,0,"i",python,content +1678,1481386,"utils/nn.py",10086,0,"",python,selection_keyboard +1679,1481532,"utils/nn.py",10086,0,"n",python,content +1680,1481532,"utils/nn.py",10087,0,"",python,selection_keyboard +1681,1481665,"utils/nn.py",10087,0,"d",python,content +1682,1481665,"utils/nn.py",10088,0,"",python,selection_keyboard +1683,1481760,"utils/nn.py",10088,0,"e",python,content +1684,1481760,"utils/nn.py",10089,0,"",python,selection_keyboard +1685,1481994,"utils/nn.py",10089,0,"x",python,content +1686,1481994,"utils/nn.py",10090,0,"",python,selection_keyboard +1687,1483214,"utils/nn.py",10090,0,"[]",python,content +1688,1483214,"utils/nn.py",10091,0,"",python,selection_keyboard +1689,1484394,"utils/nn.py",10091,0,"4",python,content +1690,1484394,"utils/nn.py",10092,0,"",python,selection_keyboard +1691,1484405,"utils/nn.py",10092,0,"1",python,content +1692,1484405,"utils/nn.py",10093,0,"",python,selection_keyboard +1693,1484909,"utils/nn.py",10092,1,"",python,content +1694,1485198,"utils/nn.py",10092,0,"1",python,content +1695,1485198,"utils/nn.py",10093,0,"",python,selection_keyboard +1696,1485730,"utils/nn.py",10092,0,"",python,selection_command +1697,1486630,"utils/nn.py",10091,0,"",python,selection_command +1698,1487408,"utils/nn.py",10091,1,"",python,content +1699,1489661,"utils/nn.py",10090,0,"",python,selection_command +1700,1489904,"utils/nn.py",10089,0,"",python,selection_command +1701,1491873,"utils/nn.py",10052,0,"\n ",python,content +1702,1492133,"utils/nn.py",10065,0,"s",python,content +1703,1492134,"utils/nn.py",10066,0,"",python,selection_keyboard +1704,1492567,"utils/nn.py",10065,1,"",python,content +1705,1492701,"utils/nn.py",10065,0,"a",python,content +1706,1492701,"utils/nn.py",10066,0,"",python,selection_keyboard +1707,1492749,"utils/nn.py",10066,0,"s",python,content +1708,1492749,"utils/nn.py",10067,0,"",python,selection_keyboard +1709,1492936,"utils/nn.py",10067,0,"s",python,content +1710,1492936,"utils/nn.py",10068,0,"",python,selection_keyboard +1711,1493073,"utils/nn.py",10068,0,"e",python,content +1712,1493073,"utils/nn.py",10069,0,"",python,selection_keyboard +1713,1493131,"utils/nn.py",10069,0,"r",python,content +1714,1493131,"utils/nn.py",10070,0,"",python,selection_keyboard +1715,1493312,"utils/nn.py",10070,0,"t",python,content +1716,1493313,"utils/nn.py",10071,0,"",python,selection_keyboard +1717,1493742,"utils/nn.py",10071,0," pos_index is not None",python,content +1718,1494055,"utils/nn.py",10092,0,"",python,selection_command +1719,1506333,"utils/nn.py",10133,0,"",python,selection_command +1720,1593871,"utils/nn.py",10135,0,"\n ",python,content +1721,1594202,"utils/nn.py",10148,0,"j",python,content +1722,1594202,"utils/nn.py",10149,0,"",python,selection_keyboard +1723,1594298,"utils/nn.py",10149,0,"n",python,content +1724,1594299,"utils/nn.py",10150,0,"",python,selection_keyboard +1725,1594364,"utils/nn.py",10150,0,"p",python,content +1726,1594365,"utils/nn.py",10151,0,"",python,selection_keyboard +1727,1594656,"utils/nn.py",10151,0,".",python,content +1728,1594657,"utils/nn.py",10152,0,"",python,selection_keyboard +1729,1595689,"utils/nn.py",10152,0,"r",python,content +1730,1595689,"utils/nn.py",10153,0,"",python,selection_keyboard +1731,1595689,"utils/nn.py",10153,0,"e",python,content +1732,1595689,"utils/nn.py",10154,0,"",python,selection_keyboard +1733,1595954,"utils/nn.py",10154,0,"s",python,content +1734,1595955,"utils/nn.py",10155,0,"",python,selection_keyboard +1735,1595978,"utils/nn.py",10155,0,"h",python,content +1736,1595978,"utils/nn.py",10156,0,"",python,selection_keyboard +1737,1595995,"utils/nn.py",10156,0,"h",python,content +1738,1595995,"utils/nn.py",10157,0,"",python,selection_keyboard +1739,1596210,"utils/nn.py",10157,0,"a",python,content +1740,1596210,"utils/nn.py",10158,0,"",python,selection_keyboard +1741,1596210,"utils/nn.py",10158,0,"p",python,content +1742,1596210,"utils/nn.py",10159,0,"",python,selection_keyboard +1743,1596232,"utils/nn.py",10159,0,"e",python,content +1744,1596233,"utils/nn.py",10160,0,"",python,selection_keyboard +1745,1596738,"utils/nn.py",10159,1,"",python,content +1746,1596821,"utils/nn.py",10158,1,"",python,content +1747,1596968,"utils/nn.py",10157,1,"",python,content +1748,1597069,"utils/nn.py",10156,1,"",python,content +1749,1597262,"utils/nn.py",10156,0,"a",python,content +1750,1597262,"utils/nn.py",10157,0,"",python,selection_keyboard +1751,1597262,"utils/nn.py",10157,0,"p",python,content +1752,1597262,"utils/nn.py",10158,0,"",python,selection_keyboard +1753,1597307,"utils/nn.py",10158,0,"e",python,content +1754,1597308,"utils/nn.py",10159,0,"",python,selection_keyboard +1755,1598687,"utils/nn.py",10158,0,"",python,selection_command +1756,1598990,"utils/nn.py",10148,0,"",python,selection_command +1757,1599363,"utils/nn.py",10148,0,"z",python,content +1758,1599363,"utils/nn.py",10149,0,"",python,selection_keyboard +1759,1599594,"utils/nn.py",10148,1,"",python,content +1760,1600072,"utils/nn.py",10148,0,"z",python,content +1761,1600072,"utils/nn.py",10149,0,"",python,selection_keyboard +1762,1600425,"utils/nn.py",10149,0,"_",python,content +1763,1600426,"utils/nn.py",10150,0,"",python,selection_keyboard +1764,1601012,"utils/nn.py",10150,0,"F",python,content +1765,1601744,"utils/nn.py",10151,0,"1",python,content +1766,1602143,"utils/nn.py",10152,0,"M",python,content +1767,1602143,"utils/nn.py",10153,0,"",python,selection_keyboard +1768,1602663,"utils/nn.py",10153,0," ",python,content +1769,1602663,"utils/nn.py",10154,0,"",python,selection_keyboard +1770,1603227,"utils/nn.py",10154,0,"=",python,content +1771,1603227,"utils/nn.py",10155,0,"",python,selection_keyboard +1772,1603553,"utils/nn.py",10155,0," ",python,content +1773,1603553,"utils/nn.py",10156,0,"",python,selection_keyboard +1774,1604079,"utils/nn.py",10155,0,"",python,selection_command +1775,1604666,"utils/nn.py",10167,0,"",python,selection_command +1776,1605180,"utils/nn.py",10167,0,"()",python,content +1777,1605181,"utils/nn.py",10168,0,"",python,selection_keyboard +1778,1606600,"utils/nn.py",10168,0,"z_FM, (B, 1, M)",python,content +1779,1606919,"utils/nn.py",10182,0,"",python,selection_command +1780,1609070,"utils/nn.py",10181,0,"",python,selection_command +1781,1609319,"utils/nn.py",10179,0,"",python,selection_command +1782,1609382,"utils/nn.py",10178,0,"",python,selection_command +1783,1609564,"utils/nn.py",10176,0,"",python,selection_command +1784,1609842,"utils/nn.py",10175,0,"",python,selection_command +1785,1610967,"utils/nn.py",10175,1,"F",python,content +1786,1612610,"utils/nn.py",10175,1,"",python,content +1787,1613706,"utils/nn.py",10175,0,"B",python,content +1788,1613706,"utils/nn.py",10176,0,"",python,selection_keyboard +1789,1614892,"utils/nn.py",10176,0,"*",python,content +1790,1614892,"utils/nn.py",10177,0,"",python,selection_keyboard +1791,1615721,"utils/nn.py",10176,1,"",python,content +1792,1615905,"utils/nn.py",10176,0," ",python,content +1793,1615905,"utils/nn.py",10177,0,"",python,selection_keyboard +1794,1616137,"utils/nn.py",10177,0,"*",python,content +1795,1616137,"utils/nn.py",10178,0,"",python,selection_keyboard +1796,1616508,"utils/nn.py",10178,0," ",python,content +1797,1616508,"utils/nn.py",10179,0,"",python,selection_keyboard +1798,1616946,"utils/nn.py",10179,0,"T",python,content +1799,1616947,"utils/nn.py",10180,0,"",python,selection_keyboard +1800,1617161,"utils/nn.py",10179,0,"",python,selection_command +1801,1619015,"utils/nn.py",10232,0,"",python,selection_command +1802,1619240,"utils/nn.py",10179,0,"",python,selection_command +1803,1620281,"utils/nn.py",10188,0,"\n ",python,content +1804,1622922,"utils/nn.py",10201,0,"z",python,content +1805,1622922,"utils/nn.py",10202,0,"",python,selection_keyboard +1806,1623608,"utils/nn.py",10202,0,"_",python,content +1807,1623609,"utils/nn.py",10203,0,"",python,selection_keyboard +1808,1624597,"utils/nn.py",10203,0,"F",python,content +1809,1624598,"utils/nn.py",10204,0,"",python,selection_keyboard +1810,1624970,"utils/nn.py",10204,0,"N",python,content +1811,1624970,"utils/nn.py",10205,0,"",python,selection_keyboard +1812,1625083,"utils/nn.py",10205,0,"M",python,content +1813,1625083,"utils/nn.py",10206,0,"",python,selection_keyboard +1814,1625932,"utils/nn.py",10205,0,"",python,selection_command +1815,1626623,"utils/nn.py",10189,18,"",python,content +1816,1626643,"utils/nn.py",10197,0,"",python,selection_command +1817,1629983,"utils/nn.py",10188,0,"\n z_FNM = self.spatial_attention(z_FNM)",python,content +1818,1629991,"utils/nn.py",10197,0,"",python,selection_command +1819,1631463,"utils/nn.py",10235,0," else:\n ",python,content +1820,1631463,"utils/nn.py",10233,0,", ""(b t) n m -> b t n m"", t=T",python,content +1821,1631463,"utils/nn.py",10227,0,"(z_F1M)\n z_FNM = einops.rearrange",python,content +1822,1631463,"utils/nn.py",10197,0," ",python,content +1823,1631683,"utils/nn.py",10200,0,"",python,selection_command +1824,1632387,"utils/nn.py",10312,18,"",python,content +1825,1632388,"utils/nn.py",10281,29,"",python,content +1826,1632389,"utils/nn.py",10231,44,"",python,content +1827,1632391,"utils/nn.py",10197,4,"",python,content +1828,1632408,"utils/nn.py",10201,0,"",python,selection_command +1829,1633336,"utils/nn.py",10197,0,"",python,selection_command +1830,1633723,"utils/nn.py",10197,0," ",python,content +1831,1634183,"utils/nn.py",10200,0,"",python,selection_command +1832,1634540,"utils/nn.py",10201,0,"",python,selection_command +1833,1634960,"utils/nn.py",10207,0,"",python,selection_command +1834,1635161,"utils/nn.py",10209,0,"",python,selection_command +1835,1635576,"utils/nn.py",10213,0,"",python,selection_command +1836,1635770,"utils/nn.py",10230,0,"",python,selection_command +1837,1635919,"utils/nn.py",10231,0,"",python,selection_command +1838,1636074,"utils/nn.py",10236,0,"",python,selection_command +1839,1636687,"utils/nn.py",10235,0,"",python,selection_command +1840,1637560,"utils/nn.py",10235,1,"1",python,content +1841,1640135,"utils/nn.py",10238,0,"\n ",python,content +1842,1640590,"utils/nn.py",10247,4,"",python,content +1843,1640762,"utils/nn.py",10247,0,"e",python,content +1844,1640762,"utils/nn.py",10248,0,"",python,selection_keyboard +1845,1640972,"utils/nn.py",10248,0,"l",python,content +1846,1640972,"utils/nn.py",10249,0,"",python,selection_keyboard +1847,1641072,"utils/nn.py",10249,0,"s",python,content +1848,1641072,"utils/nn.py",10250,0,"",python,selection_keyboard +1849,1641075,"utils/nn.py",10250,0,"e",python,content +1850,1641075,"utils/nn.py",10251,0,"",python,selection_keyboard +1851,1641746,"utils/nn.py",10251,0,":",python,content +1852,1641747,"utils/nn.py",10252,0,"",python,selection_keyboard +1853,1641991,"utils/nn.py",10251,0,"",python,selection_command +1854,1642379,"utils/nn.py",10265,0,"",python,selection_command +1855,1643749,"utils/nn.py",10261,0,"",python,selection_command +1856,1644774,"utils/nn.py",10261,1,"z",python,selection_command +1857,1645251,"utils/nn.py",10253,8," ",python,content +1858,1645253,"utils/nn.py",10265,0,"",python,selection_command +1859,1671804,"utils/nn.py",10315,0,"",python,selection_command +1860,1671804,"utils/nn.py",10385,0,"",python,selection_command +1861,1671946,"utils/nn.py",10418,0,"",python,selection_command +1862,1672081,"utils/nn.py",10455,0,"",python,selection_command +1863,1672330,"utils/nn.py",10520,0,"",python,selection_command +1864,1672509,"utils/nn.py",10562,0,"",python,selection_command +1865,1673233,"utils/nn.py",10615,0,"",python,selection_command +1866,1674604,"utils/nn.py",10626,0,"\n ",python,content +1867,1675307,"utils/nn.py",10639,0,"assert pos_index is not None\n z_PM = z_PTM[:, pos_index[0]]\n z_P1M = jnp.reshape(z_PM, (B * N, 1, M))\n z_PTM = self.temporal_attention(z_P1M)\n else:",python,content +1868,1675653,"utils/nn.py",10826,0,"",python,selection_command +1869,1677836,"utils/nn.py",10840,0,"",python,selection_command +1870,1679394,"utils/nn.py",10840,1,"M",python,selection_command +1871,1679888,"utils/nn.py",10828,8," ",python,content +1872,1679893,"utils/nn.py",10840,0,"",python,selection_command +1873,1681109,"utils/nn.py",10826,0,"",python,selection_command +1874,1681243,"utils/nn.py",10775,0,"",python,selection_command +1875,1681440,"utils/nn.py",10722,0,"",python,selection_command +1876,1681503,"utils/nn.py",10680,0,"",python,selection_command +1877,1681631,"utils/nn.py",10639,0,"",python,selection_command +1878,1681965,"utils/nn.py",10680,0,"",python,selection_command +1879,1683864,"utils/nn.py",10722,0,"",python,selection_command +1880,1684514,"utils/nn.py",10728,0,"",python,selection_command +1881,1684763,"utils/nn.py",10730,0,"",python,selection_command +1882,1684789,"utils/nn.py",10733,0,"",python,selection_command +1883,1684820,"utils/nn.py",10734,0,"",python,selection_command +1884,1684913,"utils/nn.py",10741,0,"",python,selection_command +1885,1685080,"utils/nn.py",10742,0,"",python,selection_command +1886,1685261,"utils/nn.py",10746,0,"",python,selection_command +1887,1685549,"utils/nn.py",10742,0,"",python,selection_command +1888,1685798,"utils/nn.py",10741,0,"",python,selection_command +1889,1685828,"utils/nn.py",10734,0,"",python,selection_command +1890,1685857,"utils/nn.py",10733,0,"",python,selection_command +1891,1685964,"utils/nn.py",10730,0,"",python,selection_command +1892,1685965,"utils/nn.py",10728,0,"",python,selection_command +1893,1686112,"utils/nn.py",10722,0,"",python,selection_command +1894,1688207,"utils/nn.py",10775,0,"",python,selection_command +1895,1693506,"utils/nn.py",10826,0,"",python,selection_command +1896,1693676,"utils/nn.py",10840,0,"",python,selection_command +1897,1694401,"utils/nn.py",10828,0,"",python,selection_command +1898,1766866,"utils/nn.py",10223,0,"",python,selection_mouse +1899,1767242,"utils/nn.py",8674,0,"",python,selection_command +1900,1768200,"utils/nn.py",8692,0,"",python,selection_command +1901,1768325,"utils/nn.py",8694,0,"",python,selection_command +1902,1768468,"utils/nn.py",8697,0,"",python,selection_command +1903,1768614,"utils/nn.py",8698,0,"",python,selection_command +1904,1769089,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +1905,1769089,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +1906,1783241,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20331,0,"",python,selection_mouse +1907,1792906,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21288,0,"",python,selection_mouse +1908,1798360,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21289,0,"",python,selection_command +1909,1799123,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21288,0,"",python,selection_command +1910,1799662,"utils/nn.py",0,0,"",python,tab +1911,1799663,"utils/nn.py",8698,0,"",python,selection_command +1912,1801715,"utils/nn.py",10223,0,"",python,selection_command +1913,1845858,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +1914,1848848,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21220,0,"",python,selection_command +1915,1849111,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21160,0,"",python,selection_command +1916,1849125,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21120,0,"",python,selection_command +1917,1849160,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21056,0,"",python,selection_command +1918,1849189,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21046,0,"",python,selection_command +1919,1849223,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21004,0,"",python,selection_command +1920,1849259,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20952,0,"",python,selection_command +1921,1849291,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20905,0,"",python,selection_command +1922,1849326,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20879,0,"",python,selection_command +1923,1849360,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20839,0,"",python,selection_command +1924,1849392,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20765,0,"",python,selection_command +1925,1849426,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20710,0,"",python,selection_command +1926,1849460,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20672,0,"",python,selection_command +1927,1849490,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20648,0,"",python,selection_command +1928,1849529,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20629,0,"",python,selection_command +1929,1849558,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20609,0,"",python,selection_command +1930,1849590,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20588,0,"",python,selection_command +1931,1849623,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20579,0,"",python,selection_command +1932,1849658,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20570,0,"",python,selection_command +1933,1849690,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20493,0,"",python,selection_command +1934,1849724,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20467,0,"",python,selection_command +1935,1849759,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20458,0,"",python,selection_command +1936,1849791,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20422,0,"",python,selection_command +1937,1849824,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20385,0,"",python,selection_command +1938,1849860,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20353,0,"",python,selection_command +1939,1849907,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20342,0,"",python,selection_command +1940,1850024,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20327,0,"",python,selection_command +1941,1850709,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,14," if decode:",python,selection_command +1942,1852616,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,1625," if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n",python,selection_command +1943,1855207,"utils/nn.py",0,0,"",python,tab +1944,1911842,"utils/nn.py",10594,0,"",python,selection_mouse +1945,1913036,"utils/nn.py",10550,53,"",python,content +1946,1913058,"utils/nn.py",10558,0,"",python,selection_command +1947,1914245,"utils/nn.py",10011,0,"",python,selection_mouse +1948,1914636,"utils/nn.py",9976,53,"",python,content +1949,1914665,"utils/nn.py",9984,0,"",python,selection_command +1950,1920447,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = self.dynamics.transformer(vid_embed_BSNp1M) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +1951,1922177,"genie.py",6307,0,"",python,selection_command +1952,1922332,"genie.py",8424,0,"",python,selection_command +1953,1922508,"genie.py",11085,0,"",python,selection_command +1954,1923301,"genie.py",12875,0,"",python,selection_command +1955,1924283,"genie.py",12997,0,"",python,selection_command +1956,1924532,"genie.py",13049,0,"",python,selection_command +1957,1924555,"genie.py",13111,0,"",python,selection_command +1958,1924592,"genie.py",13186,0,"",python,selection_command +1959,1924629,"genie.py",13195,0,"",python,selection_command +1960,1924656,"genie.py",13219,0,"",python,selection_command +1961,1924692,"genie.py",13245,0,"",python,selection_command +1962,1924723,"genie.py",13298,0,"",python,selection_command +1963,1924759,"genie.py",13341,0,"",python,selection_command +1964,1924789,"genie.py",13372,0,"",python,selection_command +1965,1924823,"genie.py",13403,0,"",python,selection_command +1966,1924855,"genie.py",13425,0,"",python,selection_command +1967,1924891,"genie.py",13446,0,"",python,selection_command +1968,1924924,"genie.py",13473,0,"",python,selection_command +1969,1925368,"genie.py",13476,0,"\n ",python,content +1970,1926252,"genie.py",13485,0,"#",python,content +1971,1926253,"genie.py",13486,0,"",python,selection_keyboard +1972,1926826,"genie.py",13486,0," ",python,content +1973,1926826,"genie.py",13487,0,"",python,selection_keyboard +1974,1927166,"genie.py",13487,0,"F",python,content +1975,1927166,"genie.py",13488,0,"",python,selection_keyboard +1976,1927225,"genie.py",13488,0,"I",python,content +1977,1927226,"genie.py",13489,0,"",python,selection_keyboard +1978,1927329,"genie.py",13489,0,"X",python,content +1979,1927329,"genie.py",13490,0,"",python,selection_keyboard +1980,1928585,"genie.py",13490,0,"ME (f.srambical): this is not used anywhere",python,content +1981,1929093,"genie.py",13532,0,"",python,selection_command +1982,1929551,"genie.py",13525,0,"",python,selection_command +1983,1929704,"genie.py",13520,0,"",python,selection_command +1984,1929952,"genie.py",13516,0,"",python,selection_command +1985,1930076,"genie.py",13513,0,"",python,selection_command +1986,1930277,"genie.py",13508,0,"",python,selection_command +1987,1930735,"genie.py",13508,25,"",python,content +1988,1931078,"genie.py",13508,0,"r",python,content +1989,1931078,"genie.py",13509,0,"",python,selection_keyboard +1990,1931159,"genie.py",13509,0,"e",python,content +1991,1931160,"genie.py",13510,0,"",python,selection_keyboard +1992,1931483,"genie.py",13510,0,"´",python,content +1993,1931483,"genie.py",13511,0,"",python,selection_keyboard +1994,1931487,"genie.py",13510,1,"´",python,content +1995,1931490,"genie.py",13510,1,"´",python,content +1996,1931493,"genie.py",13510,1,"",python,content +1997,1931494,"genie.py",13510,0,"",python,selection_keyboard +1998,1931496,"genie.py",13510,0,"´",python,content +1999,1931496,"genie.py",13511,0,"",python,selection_keyboard +2000,1931496,"genie.py",13511,0,"´",python,content +2001,1931497,"genie.py",13512,0,"",python,selection_keyboard +2002,1931548,"genie.py",13511,1,"´t",python,content +2003,1931548,"genie.py",13513,0,"",python,selection_keyboard +2004,1931549,"genie.py",13511,2,"´t",python,content +2005,1931551,"genie.py",13511,2,"",python,content +2006,1931551,"genie.py",13511,0,"",python,selection_keyboard +2007,1931554,"genie.py",13511,0,"´",python,content +2008,1931554,"genie.py",13512,0,"",python,selection_keyboard +2009,1931585,"genie.py",13512,0,"t",python,content +2010,1931586,"genie.py",13513,0,"",python,selection_keyboard +2011,1931998,"genie.py",13512,1,"",python,content +2012,1932145,"genie.py",13511,1,"",python,content +2013,1932275,"genie.py",13510,1,"",python,content +2014,1932396,"genie.py",13510,0,"s",python,content +2015,1932397,"genie.py",13511,0,"",python,selection_keyboard +2016,1932398,"genie.py",13511,0,"e",python,content +2017,1932398,"genie.py",13512,0,"",python,selection_keyboard +2018,1932426,"genie.py",13512,0,"t",python,content +2019,1932426,"genie.py",13513,0,"",python,selection_keyboard +2020,1932673,"genie.py",13513,0," ",python,content +2021,1932673,"genie.py",13514,0,"",python,selection_keyboard +2022,1932791,"genie.py",13514,0,"s",python,content +2023,1932791,"genie.py",13515,0,"",python,selection_keyboard +2024,1932847,"genie.py",13515,0,"p",python,content +2025,1932847,"genie.py",13516,0,"",python,selection_keyboard +2026,1933186,"genie.py",13516,0,"t",python,content +2027,1933186,"genie.py",13517,0,"",python,selection_keyboard +2028,1933559,"genie.py",13516,1,"",python,content +2029,1933668,"genie.py",13516,0,"a",python,content +2030,1933668,"genie.py",13517,0,"",python,selection_keyboard +2031,1933671,"genie.py",13517,0,"t",python,content +2032,1933671,"genie.py",13518,0,"",python,selection_keyboard +2033,1933711,"genie.py",13518,0,"i",python,content +2034,1933711,"genie.py",13519,0,"",python,selection_keyboard +2035,1933932,"genie.py",13519,0,"a",python,content +2036,1933932,"genie.py",13520,0,"",python,selection_keyboard +2037,1933951,"genie.py",13520,0,"l",python,content +2038,1933951,"genie.py",13521,0,"",python,selection_keyboard +2039,1934067,"genie.py",13521,0," ",python,content +2040,1934067,"genie.py",13522,0,"",python,selection_keyboard +2041,1934387,"genie.py",13514,8,"",python,content +2042,1934460,"genie.py",13508,6,"",python,content +2043,1934601,"genie.py",13505,3,"",python,content +2044,1935691,"genie.py",13505,0,":",python,content +2045,1935691,"genie.py",13506,0,"",python,selection_keyboard +2046,1936225,"genie.py",13505,0,"",python,selection_command +2047,1936475,"genie.py",13505,0,"n",python,content +2048,1936475,"genie.py",13506,0,"",python,selection_keyboard +2049,1937216,"genie.py",13505,1,"",python,content +2050,1937698,"genie.py",13504,0,"",python,selection_command +2051,1938346,"genie.py",13505,0,"",python,selection_command +2052,1939108,"genie.py",13505,0,")",python,content +2053,1939108,"genie.py",13506,0,"",python,selection_keyboard +2054,1939586,"genie.py",13505,0,"",python,selection_command +2055,1939872,"genie.py",13475,0,"",python,selection_command +2056,1940761,"genie.py",13505,0,"",python,selection_command +2057,1941153,"genie.py",13507,0,"",python,selection_command +2058,1941689,"genie.py",13507,0," ",python,content +2059,1941690,"genie.py",13508,0,"",python,selection_keyboard +2060,1942096,"genie.py",13508,0,"i",python,content +2061,1942097,"genie.py",13509,0,"",python,selection_keyboard +2062,1942229,"genie.py",13509,0,"n",python,content +2063,1942230,"genie.py",13510,0,"",python,selection_keyboard +2064,1945399,"genie.py",13510,0,"i",python,content +2065,1945399,"genie.py",13511,0,"",python,selection_keyboard +2066,1945400,"genie.py",13511,0,"t",python,content +2067,1945401,"genie.py",13512,0,"",python,selection_keyboard +2068,1945407,"genie.py",13512,0,"i",python,content +2069,1945408,"genie.py",13513,0,"",python,selection_keyboard +2070,1945409,"genie.py",13513,0,"a",python,content +2071,1945409,"genie.py",13514,0,"",python,selection_keyboard +2072,1945410,"genie.py",13514,0,"l",python,content +2073,1945411,"genie.py",13515,0,"",python,selection_keyboard +2074,1945411,"genie.py",13515,0,"i",python,content +2075,1945411,"genie.py",13516,0,"",python,selection_keyboard +2076,1945412,"genie.py",13516,0,"z",python,content +2077,1945412,"genie.py",13517,0,"",python,selection_keyboard +2078,1945413,"genie.py",13517,0,"e",python,content +2079,1945413,"genie.py",13518,0,"",python,selection_keyboard +2080,1945414,"genie.py",13518,0," ",python,content +2081,1945414,"genie.py",13519,0,"",python,selection_keyboard +2082,1945416,"genie.py",13519,0,"s",python,content +2083,1945416,"genie.py",13520,0,"",python,selection_keyboard +2084,1945417,"genie.py",13520,0,"p",python,content +2085,1945417,"genie.py",13521,0,"",python,selection_keyboard +2086,1945419,"genie.py",13520,1,"",python,content +2087,1945422,"genie.py",13519,1,"",python,content +2088,1946242,"genie.py",13519,0,"k",python,content +2089,1946242,"genie.py",13520,0,"",python,selection_keyboard +2090,1946243,"genie.py",13520,0,"v",python,content +2091,1946243,"genie.py",13521,0,"",python,selection_keyboard +2092,1946440,"genie.py",13521,0," ",python,content +2093,1946441,"genie.py",13522,0,"",python,selection_keyboard +2094,1946561,"genie.py",13522,0,"a",python,content +2095,1946561,"genie.py",13523,0,"",python,selection_keyboard +2096,1946967,"genie.py",13522,1,"",python,content +2097,1947087,"genie.py",13522,0,"c",python,content +2098,1947087,"genie.py",13523,0,"",python,selection_keyboard +2099,1947281,"genie.py",13523,0,"a",python,content +2100,1947282,"genie.py",13524,0,"",python,selection_keyboard +2101,1947282,"genie.py",13524,0,"c",python,content +2102,1947282,"genie.py",13525,0,"",python,selection_keyboard +2103,1947421,"genie.py",13525,0,"h",python,content +2104,1947422,"genie.py",13526,0,"",python,selection_keyboard +2105,1947512,"genie.py",13526,0,"e",python,content +2106,1947512,"genie.py",13527,0,"",python,selection_keyboard +2107,1947806,"genie.py",13527,0,"s",python,content +2108,1947806,"genie.py",13528,0,"",python,selection_keyboard +2109,1947997,"genie.py",13527,0,"",python,selection_command +2110,1948410,"genie.py",13528,0,"\n # FIXME (f.srambical): initialize kv caches",python,content +2111,1948411,"genie.py",13537,0,"",python,selection_command +2112,1948593,"genie.py",13539,0,"",python,selection_command +2113,1948723,"genie.py",13545,0,"",python,selection_command +2114,1948912,"genie.py",13546,0,"",python,selection_command +2115,1949181,"genie.py",13547,0,"",python,selection_command +2116,1949378,"genie.py",13548,0,"",python,selection_command +2117,1949509,"genie.py",13557,0,"",python,selection_command +2118,1949710,"genie.py",13560,0,"",python,selection_command +2119,1949929,"genie.py",13571,0,"",python,selection_command +2120,1950281,"genie.py",13560,0,"",python,selection_command +2121,1950759,"genie.py",13560,20,"",python,content +2122,1950954,"genie.py",13560,0,"r",python,content +2123,1950954,"genie.py",13561,0,"",python,selection_keyboard +2124,1950954,"genie.py",13561,0,"e",python,content +2125,1950954,"genie.py",13562,0,"",python,selection_keyboard +2126,1951480,"genie.py",13562,0,"s",python,content +2127,1951480,"genie.py",13563,0,"",python,selection_keyboard +2128,1951512,"genie.py",13563,0,"e",python,content +2129,1951512,"genie.py",13564,0,"",python,selection_keyboard +2130,1951619,"genie.py",13564,0,"t",python,content +2131,1951620,"genie.py",13565,0,"",python,selection_keyboard +2132,1951835,"genie.py",13565,0," ",python,content +2133,1951835,"genie.py",13566,0,"",python,selection_keyboard +2134,1952329,"genie.py",13566,0,"s",python,content +2135,1952329,"genie.py",13567,0,"",python,selection_keyboard +2136,1952333,"genie.py",13567,0,"p",python,content +2137,1952333,"genie.py",13568,0,"",python,selection_keyboard +2138,1952527,"genie.py",13568,0,"a",python,content +2139,1952527,"genie.py",13569,0,"",python,selection_keyboard +2140,1952528,"genie.py",13569,0,"t",python,content +2141,1952528,"genie.py",13570,0,"",python,selection_keyboard +2142,1952615,"genie.py",13570,0,"i",python,content +2143,1952616,"genie.py",13571,0,"",python,selection_keyboard +2144,1952855,"genie.py",13571,0,"a",python,content +2145,1952855,"genie.py",13572,0,"",python,selection_keyboard +2146,1952865,"genie.py",13572,0,"l",python,content +2147,1952865,"genie.py",13573,0,"",python,selection_keyboard +2148,1953049,"genie.py",13573,0," ",python,content +2149,1953049,"genie.py",13574,0,"",python,selection_keyboard +2150,1953137,"genie.py",13574,0,"k",python,content +2151,1953137,"genie.py",13575,0,"",python,selection_keyboard +2152,1953137,"genie.py",13575,0,"c",python,content +2153,1953137,"genie.py",13576,0,"",python,selection_keyboard +2154,1953378,"genie.py",13576,0," ",python,content +2155,1953378,"genie.py",13577,0,"",python,selection_keyboard +2156,1953468,"genie.py",13577,0,"c",python,content +2157,1953468,"genie.py",13578,0,"",python,selection_keyboard +2158,1953723,"genie.py",13578,0,"a",python,content +2159,1953723,"genie.py",13579,0,"",python,selection_keyboard +2160,1953943,"genie.py",13578,1,"",python,content +2161,1954102,"genie.py",13577,1,"",python,content +2162,1954236,"genie.py",13576,1,"",python,content +2163,1954426,"genie.py",13575,1,"",python,content +2164,1954486,"genie.py",13575,0,"v",python,content +2165,1954487,"genie.py",13576,0,"",python,selection_keyboard +2166,1954804,"genie.py",13576,0," ",python,content +2167,1954804,"genie.py",13577,0,"",python,selection_keyboard +2168,1954950,"genie.py",13577,0,"c",python,content +2169,1954951,"genie.py",13578,0,"",python,selection_keyboard +2170,1955016,"genie.py",13578,0,"a",python,content +2171,1955016,"genie.py",13579,0,"",python,selection_keyboard +2172,1955147,"genie.py",13579,0,"c",python,content +2173,1955147,"genie.py",13580,0,"",python,selection_keyboard +2174,1955184,"genie.py",13580,0,"h",python,content +2175,1955184,"genie.py",13581,0,"",python,selection_keyboard +2176,1955317,"genie.py",13581,0,"e",python,content +2177,1955317,"genie.py",13582,0,"",python,selection_keyboard +2178,1955557,"genie.py",13582,0," ",python,content +2179,1955557,"genie.py",13583,0,"",python,selection_keyboard +2180,1955673,"genie.py",13583,0,"a",python,content +2181,1955673,"genie.py",13584,0,"",python,selection_keyboard +2182,1955698,"genie.py",13584,0,"f",python,content +2183,1955699,"genie.py",13585,0,"",python,selection_keyboard +2184,1955784,"genie.py",13585,0,"t",python,content +2185,1955784,"genie.py",13586,0,"",python,selection_keyboard +2186,1955872,"genie.py",13586,0,"e",python,content +2187,1955872,"genie.py",13587,0,"",python,selection_keyboard +2188,1955998,"genie.py",13587,0,"r",python,content +2189,1955998,"genie.py",13588,0,"",python,selection_keyboard +2190,1956196,"genie.py",13588,0," ",python,content +2191,1956196,"genie.py",13589,0,"",python,selection_keyboard +2192,1956219,"genie.py",13589,0,"e",python,content +2193,1956219,"genie.py",13590,0,"",python,selection_keyboard +2194,1956523,"genie.py",13590,0,"a",python,content +2195,1956523,"genie.py",13591,0,"",python,selection_keyboard +2196,1956523,"genie.py",13591,0,"c",python,content +2197,1956523,"genie.py",13592,0,"",python,selection_keyboard +2198,1956719,"genie.py",13592,0,"h",python,content +2199,1956719,"genie.py",13593,0,"",python,selection_keyboard +2200,1956889,"genie.py",13593,0," ",python,content +2201,1956890,"genie.py",13594,0,"",python,selection_keyboard +2202,1957390,"genie.py",13594,0,"f",python,content +2203,1957390,"genie.py",13595,0,"",python,selection_keyboard +2204,1957467,"genie.py",13595,0,"r",python,content +2205,1957467,"genie.py",13596,0,"",python,selection_keyboard +2206,1957655,"genie.py",13596,0,"a",python,content +2207,1957655,"genie.py",13597,0,"",python,selection_keyboard +2208,1957655,"genie.py",13597,0,"m",python,content +2209,1957655,"genie.py",13598,0,"",python,selection_keyboard +2210,1957681,"genie.py",13598,0,"e",python,content +2211,1957682,"genie.py",13599,0,"",python,selection_keyboard +2212,1957920,"genie.py",13598,0,"",python,selection_command +2213,1959151,"utils/nn.py",0,0,"",python,tab +2214,2017127,"genie.py",0,0,"",python,tab +2215,2021161,"utils/nn.py",0,0,"",python,tab +2216,2025757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +2217,2034886,"utils/nn.py",0,0,"",python,tab +2218,2192405,"utils/nn.py",10185,0,"",python,selection_mouse +2219,2192406,"utils/nn.py",10184,0,"",python,selection_command +2220,2218885,"utils/nn.py",10185,0,"\n ",python,content +2221,2219785,"utils/nn.py",10198,0,"a",python,content +2222,2219785,"utils/nn.py",10199,0,"",python,selection_keyboard +2223,2219834,"utils/nn.py",10199,0,"s",python,content +2224,2219834,"utils/nn.py",10200,0,"",python,selection_keyboard +2225,2220021,"utils/nn.py",10200,0,"s",python,content +2226,2220021,"utils/nn.py",10201,0,"",python,selection_keyboard +2227,2220046,"utils/nn.py",10201,0,"e",python,content +2228,2220046,"utils/nn.py",10202,0,"",python,selection_keyboard +2229,2220093,"utils/nn.py",10202,0,"r",python,content +2230,2220093,"utils/nn.py",10203,0,"",python,selection_keyboard +2231,2220309,"utils/nn.py",10203,0,"t",python,content +2232,2220309,"utils/nn.py",10204,0,"",python,selection_keyboard +2233,2220506,"utils/nn.py",10204,0," ",python,content +2234,2220506,"utils/nn.py",10205,0,"",python,selection_keyboard +2235,2221384,"utils/nn.py",10205,0,"z_FNM.shape == (B * T, 1, M)",python,content +2236,2221598,"utils/nn.py",10232,0,"",python,selection_command +2237,2222958,"utils/nn.py",10231,0,"",python,selection_command +2238,2223058,"utils/nn.py",10229,0,"",python,selection_command +2239,2223286,"utils/nn.py",10228,0,"",python,selection_command +2240,2223386,"utils/nn.py",10226,0,"",python,selection_command +2241,2223587,"utils/nn.py",10225,0,"",python,selection_command +2242,2224942,"utils/nn.py",10186,48,"",python,content +2243,2224951,"utils/nn.py",10194,0,"",python,selection_command +2244,2225387,"utils/nn.py",10144,0,"",python,selection_command +2245,2225437,"utils/nn.py",10091,0,"",python,selection_command +2246,2225594,"utils/nn.py",10049,0,"",python,selection_command +2247,2227356,"utils/nn.py",10091,0,"",python,selection_command +2248,2227544,"utils/nn.py",10144,0,"",python,selection_command +2249,2228080,"utils/nn.py",10185,0,"\n assert z_FNM.shape == (B * T, 1, M)",python,content +2250,2228091,"utils/nn.py",10198,0,"",python,selection_command +2251,2228727,"utils/nn.py",10205,0,"",python,selection_command +2252,2228796,"utils/nn.py",10210,0,"",python,selection_command +2253,2229777,"utils/nn.py",10211,0,"",python,selection_command +2254,2229936,"utils/nn.py",10217,0,"",python,selection_command +2255,2230107,"utils/nn.py",10220,0,"",python,selection_command +2256,2230300,"utils/nn.py",10221,0,"",python,selection_command +2257,2230871,"utils/nn.py",10223,0,"",python,selection_command +2258,2231065,"utils/nn.py",10225,0,"",python,selection_command +2259,2231241,"utils/nn.py",10226,0,"",python,selection_command +2260,2231743,"utils/nn.py",10228,0,"",python,selection_command +2261,2233250,"utils/nn.py",10228,1,"N",python,content +2262,2237662,"utils/nn.py",10233,0,"\n ",python,content +2263,2237761,"utils/nn.py",10246,0,"b",python,content +2264,2237761,"utils/nn.py",10247,0,"",python,selection_keyboard +2265,2237981,"utils/nn.py",10247,0,"r",python,content +2266,2237982,"utils/nn.py",10248,0,"",python,selection_keyboard +2267,2238056,"utils/nn.py",10248,0,"e",python,content +2268,2238057,"utils/nn.py",10249,0,"",python,selection_keyboard +2269,2238235,"utils/nn.py",10249,0,"a",python,content +2270,2238236,"utils/nn.py",10250,0,"",python,selection_keyboard +2271,2238238,"utils/nn.py",10250,0,"k",python,content +2272,2238238,"utils/nn.py",10251,0,"",python,selection_keyboard +2273,2238354,"utils/nn.py",10251,0,"p",python,content +2274,2238354,"utils/nn.py",10252,0,"",python,selection_keyboard +2275,2238521,"utils/nn.py",10252,0,"a",python,content +2276,2238521,"utils/nn.py",10253,0,"",python,selection_keyboard +2277,2238523,"utils/nn.py",10253,0,"o",python,content +2278,2238523,"utils/nn.py",10254,0,"",python,selection_keyboard +2279,2239067,"utils/nn.py",10253,1,"",python,content +2280,2239131,"utils/nn.py",10252,1,"",python,content +2281,2239544,"utils/nn.py",10252,0,"o",python,content +2282,2239545,"utils/nn.py",10253,0,"",python,selection_keyboard +2283,2239583,"utils/nn.py",10253,0,"i",python,content +2284,2239583,"utils/nn.py",10254,0,"",python,selection_keyboard +2285,2239769,"utils/nn.py",10254,0,"n",python,content +2286,2239769,"utils/nn.py",10255,0,"",python,selection_keyboard +2287,2240485,"utils/nn.py",10255,0,"t()",python,content +2288,2240788,"utils/nn.py",10257,0,"",python,selection_command +2289,2241741,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +2290,2242554,"TERMINAL",0,0,"b",,terminal_output +2291,2242791,"TERMINAL",0,0,"a",,terminal_output +2292,2242884,"TERMINAL",0,0,"sh",,terminal_output +2293,2242986,"TERMINAL",0,0,"e",,terminal_output +2294,2243212,"TERMINAL",0,0," ",,terminal_output +2295,2243314,"TERMINAL",0,0,"e",,terminal_output +2296,2243736,"TERMINAL",0,0,"",,terminal_output +2297,2243933,"TERMINAL",0,0,"",,terminal_output +2298,2244035,"TERMINAL",0,0,"e",,terminal_output +2299,2244120,"TERMINAL",0,0," ",,terminal_output +2300,2244571,"TERMINAL",0,0,"",,terminal_output +2301,2244785,"TERMINAL",0,0,"",,terminal_output +2302,2244886,"TERMINAL",0,0," e",,terminal_output +2303,2245086,"TERMINAL",0,0,"xp",,terminal_output +2304,2245204,"TERMINAL",0,0,"e",,terminal_output +2305,2245371,"TERMINAL",0,0,"r",,terminal_output +2306,2245630,"TERMINAL",0,0,"iments/",,terminal_output +2307,2246697,"TERMINAL",0,0,"samp",,terminal_output +2308,2246942,"TERMINAL",0,0,"lo",,terminal_output +2309,2247076,"TERMINAL",0,0,"",,terminal_output +2310,2247702,"TERMINAL",0,0,"e",,terminal_output +2311,2248332,"TERMINAL",0,0,".sh ",,terminal_output +2312,2251787,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\n\nexport XLA_FLAGS='--xla_gpu_autotune_level=0'\nexport PYTHONUNBUFFERED=1\nsrun python sample.py \\n --dyna_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +2313,2252847,"experiments/sample.sh",273,0,"",shellscript,selection_command +2314,2253026,"experiments/sample.sh",246,0,"",shellscript,selection_command +2315,2253184,"experiments/sample.sh",222,0,"",shellscript,selection_command +2316,2254255,"experiments/sample.sh",246,0,"",shellscript,selection_command +2317,2254255,"experiments/sample.sh",273,0,"",shellscript,selection_command +2318,2256208,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_BSm11.shape[0]):\n action = action_batch_BSm11[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +2319,2258316,"sample.py",2968,0,"",python,selection_command +2320,2259128,"experiments/sample.sh",0,0,"",shellscript,tab +2321,2260870,"utils/nn.py",0,0,"",python,tab +2322,2261628,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2323,2262614,"TERMINAL",0,0,"\r\n",,terminal_output +2324,2262928,"TERMINAL",0,0,"\r\n",,terminal_output +2325,2273914,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2326,2282122,"TERMINAL",0,0,"2025-07-31 20:59:54.149920: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2327,2283122,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 405, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 395, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 366, in causal_step_fn\r\n final_logits_BTNp1V = self.dynamics.transformer(vid_embed_BSNp1M) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 321, in __call__\r\n assert pos_index is not None\r\nAssertionError\r\n",,terminal_output +2328,2283950,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +2329,2296542,"utils/nn.py",6909,0,"",python,selection_mouse +2330,2297779,"utils/nn.py",13032,0,"",python,selection_command +2331,2305496,"utils/nn.py",6901,0,"",python,selection_command +2332,2312166,"utils/nn.py",13032,0,"",python,selection_command +2333,2319309,"utils/nn.py",11206,0,"",python,selection_mouse +2334,2322980,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport einops\n\nfrom utils.nn import STTransformer, Transformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""\n MaskGIT dynamics model\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n V: vocabulary size (number of latents)\n """"""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n if training:\n batch_size = vid_embed_BTNM.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed_BTNM.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed_BTNM = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed_BTNM\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n padded_act_embed_BTNM = jnp.broadcast_to(padded_act_embed_BT1M, vid_embed_BTNM.shape)\n vid_embed_BTNM += padded_act_embed_BTNM\n logits_BTNV = self.transformer(vid_embed_BTNM)\n return logits_BTNV, mask\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = Transformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # FIXME (f.srambical): this is exactly the same as STTransformer, just without the masking\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n # FIXME (f.srambical): do we need to embed the action padding?\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed_BTNp1M = jnp.concatenate([padded_act_embed_BT1M, vid_embed_BTNM], axis=2)\n\n logits_BTNp1V = self.transformer(vid_embed_BTNp1M)\n logits_BTNV = logits_BTNp1V[:, :, :-1]\n\n return logits_BTNV, jnp.ones_like(video_tokens_BTN)\n",python,tab +2335,2322980,"models/dynamics.py",4336,11,"Transformer",python,selection_command +2336,2323517,"models/dynamics.py",4346,0,"",python,selection_command +2337,2324269,"models/dynamics.py",4332,0,"",python,selection_mouse +2338,2326246,"models/dynamics.py",4336,0,"",python,selection_command +2339,2326740,"models/dynamics.py",5748,0,"",python,selection_command +2340,2327880,"models/dynamics.py",134,0,"",python,selection_command +2341,2329993,"models/dynamics.py",1206,0,"",python,selection_command +2342,2330243,"models/dynamics.py",3444,0,"",python,selection_command +2343,2333229,"models/dynamics.py",4322,0,"",python,selection_command +2344,2335363,"models/dynamics.py",4336,0,"",python,selection_command +2345,2336212,"models/dynamics.py",5748,0,"",python,selection_command +2346,2345411,"genie.py",0,0,"",python,tab +2347,2348584,"genie.py",15114,0,"",python,selection_command +2348,2354780,"genie.py",15124,0,"",python,selection_command +2349,2354920,"genie.py",15125,0,"",python,selection_command +2350,2355077,"genie.py",15141,0,"",python,selection_command +2351,2355416,"genie.py",15142,0,"",python,selection_command +2352,2355497,"genie.py",15142,0,",",python,content +2353,2355497,"genie.py",15143,0,"",python,selection_keyboard +2354,2355677,"genie.py",15143,0," ",python,content +2355,2355677,"genie.py",15144,0,"",python,selection_keyboard +2356,2358188,"genie.py",15144,0,"(step_t, step_n)",python,content +2357,2358481,"genie.py",15159,0,"",python,selection_command +2358,2359433,"genie.py",15153,0,"",python,selection_command +2359,2359587,"genie.py",15151,0,"",python,selection_command +2360,2360152,"genie.py",15145,0,"",python,selection_command +2361,2373686,"genie.py",15151,0,"",python,selection_command +2362,2376412,"genie.py",15145,0,"",python,selection_command +2363,2376807,"genie.py",15150,0,"",python,selection_command +2364,2377085,"genie.py",15151,0,"",python,selection_command +2365,2377814,"genie.py",15150,0,"",python,selection_command +2366,2378312,"genie.py",15061,0,"",python,selection_command +2367,2378566,"genie.py",14969,0,"",python,selection_command +2368,2378587,"genie.py",14883,0,"",python,selection_command +2369,2378617,"genie.py",14804,0,"",python,selection_command +2370,2378656,"genie.py",14729,0,"",python,selection_command +2371,2378682,"genie.py",14650,0,"",python,selection_command +2372,2378720,"genie.py",14610,0,"",python,selection_command +2373,2378757,"genie.py",14608,0,"",python,selection_command +2374,2378788,"genie.py",14537,0,"",python,selection_command +2375,2378830,"genie.py",14491,0,"",python,selection_command +2376,2378857,"genie.py",14489,0,"",python,selection_command +2377,2378997,"genie.py",14446,0,"",python,selection_command +2378,2379187,"genie.py",14402,0,"",python,selection_command +2379,2379474,"genie.py",14398,0,"",python,selection_command +2380,2379600,"genie.py",14396,0,"",python,selection_command +2381,2379766,"genie.py",14389,0,"",python,selection_command +2382,2383441,"genie.py",14312,0,"",python,selection_command +2383,2383554,"genie.py",14224,0,"",python,selection_command +2384,2383773,"genie.py",14229,0,"",python,selection_command +2385,2383959,"genie.py",14231,0,"",python,selection_command +2386,2384942,"genie.py",14231,3,"",python,content +2387,2385626,"genie.py",14230,0,"",python,selection_command +2388,2385858,"genie.py",14231,0,"",python,selection_command +2389,2386129,"genie.py",14232,0,"",python,selection_command +2390,2386308,"genie.py",14232,1,"A",python,selection_command +2391,2387229,"genie.py",14232,5,"Array",python,selection_command +2392,2387511,"genie.py",14232,5,"",python,content +2393,2387983,"genie.py",14231,1,"",python,content +2394,2388160,"genie.py",14231,0,"i",python,content +2395,2388161,"genie.py",14232,0,"",python,selection_keyboard +2396,2388342,"genie.py",14232,0,"n",python,content +2397,2388342,"genie.py",14233,0,"",python,selection_keyboard +2398,2388372,"genie.py",14233,0,"t",python,content +2399,2388372,"genie.py",14234,0,"",python,selection_keyboard +2400,2388676,"genie.py",14233,0,"",python,selection_command +2401,2392128,"genie.py",14315,0,"",python,selection_command +2402,2392359,"genie.py",14392,0,"",python,selection_command +2403,2392389,"genie.py",14440,0,"",python,selection_command +2404,2392421,"genie.py",14483,0,"",python,selection_command +2405,2392457,"genie.py",14485,0,"",python,selection_command +2406,2392490,"genie.py",14531,0,"",python,selection_command +2407,2392553,"genie.py",14593,0,"",python,selection_command +2408,2392559,"genie.py",14604,0,"",python,selection_command +2409,2392588,"genie.py",14644,0,"",python,selection_command +2410,2392621,"genie.py",14706,0,"",python,selection_command +2411,2392654,"genie.py",14785,0,"",python,selection_command +2412,2392687,"genie.py",14860,0,"",python,selection_command +2413,2392830,"genie.py",14939,0,"",python,selection_command +2414,2393013,"genie.py",15031,0,"",python,selection_command +2415,2393137,"genie.py",15120,0,"",python,selection_command +2416,2393327,"genie.py",15136,0,"",python,selection_command +2417,2393486,"genie.py",15138,0,"",python,selection_command +2418,2393651,"genie.py",15139,0,"",python,selection_command +2419,2396854,"genie.py",15145,0,"",python,selection_command +2420,2397014,"genie.py",15147,0,"",python,selection_command +2421,2399415,"genie.py",15058,0,"",python,selection_command +2422,2399663,"genie.py",14966,0,"",python,selection_command +2423,2399680,"genie.py",14877,0,"",python,selection_command +2424,2399715,"genie.py",14798,0,"",python,selection_command +2425,2399745,"genie.py",14723,0,"",python,selection_command +2426,2399778,"genie.py",14644,0,"",python,selection_command +2427,2399810,"genie.py",14604,0,"",python,selection_command +2428,2399844,"genie.py",14602,0,"",python,selection_command +2429,2399876,"genie.py",14531,0,"",python,selection_command +2430,2399910,"genie.py",14485,0,"",python,selection_command +2431,2399944,"genie.py",14483,0,"",python,selection_command +2432,2399977,"genie.py",14440,0,"",python,selection_command +2433,2400102,"genie.py",14396,0,"",python,selection_command +2434,2400269,"genie.py",14330,0,"",python,selection_command +2435,2400684,"genie.py",14253,0,"",python,selection_command +2436,2401050,"genie.py",14249,0,"",python,selection_command +2437,2401134,"genie.py",14248,0,"",python,selection_command +2438,2401405,"genie.py",14245,0,"",python,selection_command +2439,2401936,"genie.py",14245,9,"",python,content +2440,2402118,"genie.py",14245,0,"i",python,content +2441,2402118,"genie.py",14246,0,"",python,selection_keyboard +2442,2402289,"genie.py",14246,0,"n",python,content +2443,2402289,"genie.py",14247,0,"",python,selection_keyboard +2444,2402314,"genie.py",14247,0,"t",python,content +2445,2402314,"genie.py",14248,0,"",python,selection_keyboard +2446,2402645,"genie.py",14247,0,"",python,selection_command +2447,2405086,"genie.py",14323,0,"",python,selection_command +2448,2405289,"genie.py",14390,0,"",python,selection_command +2449,2405300,"genie.py",14434,0,"",python,selection_command +2450,2405328,"genie.py",14477,0,"",python,selection_command +2451,2405361,"genie.py",14479,0,"",python,selection_command +2452,2405394,"genie.py",14525,0,"",python,selection_command +2453,2405428,"genie.py",14596,0,"",python,selection_command +2454,2405467,"genie.py",14598,0,"",python,selection_command +2455,2405501,"genie.py",14638,0,"",python,selection_command +2456,2405608,"genie.py",14714,0,"",python,selection_command +2457,2405608,"genie.py",14792,0,"",python,selection_command +2458,2405608,"genie.py",14868,0,"",python,selection_command +2459,2405627,"genie.py",14947,0,"",python,selection_command +2460,2405661,"genie.py",15039,0,"",python,selection_command +2461,2405695,"genie.py",15128,0,"",python,selection_command +2462,2407903,"genie.py",15130,0,"",python,selection_command +2463,2408003,"genie.py",15132,0,"",python,selection_command +2464,2410427,"genie.py",15133,0,"",python,selection_command +2465,2412099,"genie.py",15132,0,"",python,selection_command +2466,2412169,"genie.py",15130,0,"",python,selection_command +2467,2412327,"genie.py",15114,0,"",python,selection_command +2468,2412481,"genie.py",15113,0,"",python,selection_command +2469,2412627,"genie.py",15102,0,"",python,selection_command +2470,2416480,"models/dynamics.py",0,0,"",python,tab +2471,2416480,"models/dynamics.py",4322,11,"transformer",python,selection_command +2472,2416818,"models/dynamics.py",4332,0,"",python,selection_command +2473,2416948,"models/dynamics.py",4334,0,"",python,selection_command +2474,2417442,"models/dynamics.py",4336,0,"",python,selection_command +2475,2417866,"utils/nn.py",0,0,"",python,tab +2476,2417867,"utils/nn.py",11200,0,"",python,selection_command +2477,2419048,"utils/nn.py",11979,0,"",python,selection_command +2478,2419241,"utils/nn.py",12926,0,"",python,selection_command +2479,2435136,"models/dynamics.py",0,0,"",python,tab +2480,2435137,"models/dynamics.py",4336,0,"",python,selection_command +2481,2435744,"genie.py",0,0,"",python,tab +2482,2435744,"genie.py",15102,0,"",python,selection_command +2483,2436513,"genie.py",15113,0,"",python,selection_command +2484,2436705,"genie.py",15114,0,"",python,selection_command +2485,2436885,"genie.py",15130,0,"",python,selection_command +2486,2437522,"genie.py",15114,0,"",python,selection_command +2487,2437679,"genie.py",15113,0,"",python,selection_command +2488,2437818,"genie.py",15102,0,"",python,selection_command +2489,2437966,"genie.py",15101,0,"",python,selection_command +2490,2438122,"genie.py",15093,0,"",python,selection_command +2491,2441288,"genie.py",15004,0,"",python,selection_command +2492,2441546,"genie.py",14912,0,"",python,selection_command +2493,2441567,"genie.py",14833,0,"",python,selection_command +2494,2441600,"genie.py",14758,0,"",python,selection_command +2495,2441632,"genie.py",14679,0,"",python,selection_command +2496,2441666,"genie.py",14638,0,"",python,selection_command +2497,2441808,"genie.py",14598,0,"",python,selection_command +2498,2441972,"genie.py",14566,0,"",python,selection_command +2499,2449828,"genie.py",14519,0,"",python,selection_command +2500,2450047,"genie.py",14479,0,"",python,selection_command +2501,2450057,"genie.py",14475,0,"",python,selection_command +2502,2450089,"genie.py",14431,0,"",python,selection_command +2503,2450157,"genie.py",14365,0,"",python,selection_command +2504,2450158,"genie.py",14288,0,"",python,selection_command +2505,2450190,"genie.py",14212,0,"",python,selection_command +2506,2450340,"genie.py",14171,0,"",python,selection_command +2507,2450515,"genie.py",14144,0,"",python,selection_command +2508,2450668,"genie.py",14116,0,"",python,selection_command +2509,2452214,"genie.py",14143,0,"\n ",python,content +2510,2452547,"genie.py",14152,0,"d",python,content +2511,2452547,"genie.py",14153,0,"",python,selection_keyboard +2512,2452574,"genie.py",14153,0,"y",python,content +2513,2452575,"genie.py",14154,0,"",python,selection_keyboard +2514,2452749,"genie.py",14154,0,"n",python,content +2515,2452749,"genie.py",14155,0,"",python,selection_keyboard +2516,2452890,"genie.py",14155,0,"a",python,content +2517,2452891,"genie.py",14156,0,"",python,selection_keyboard +2518,2452924,"genie.py",14156,0,"m",python,content +2519,2452925,"genie.py",14157,0,"",python,selection_keyboard +2520,2452991,"genie.py",14157,0,"i",python,content +2521,2452991,"genie.py",14158,0,"",python,selection_keyboard +2522,2453061,"genie.py",14158,0,"c",python,content +2523,2453061,"genie.py",14159,0,"",python,selection_keyboard +2524,2453276,"genie.py",14159,0,"s",python,content +2525,2453277,"genie.py",14160,0,"",python,selection_keyboard +2526,2453360,"genie.py",14160,0," ",python,content +2527,2453360,"genie.py",14161,0,"",python,selection_keyboard +2528,2454024,"genie.py",14160,1,"",python,content +2529,2454432,"genie.py",14160,0,"_",python,content +2530,2454432,"genie.py",14161,0,"",python,selection_keyboard +2531,2454850,"genie.py",14161,0,"m",python,content +2532,2454851,"genie.py",14162,0,"",python,selection_keyboard +2533,2454927,"genie.py",14162,0,"o",python,content +2534,2454927,"genie.py",14163,0,"",python,selection_keyboard +2535,2455062,"genie.py",14163,0,"d",python,content +2536,2455062,"genie.py",14164,0,"",python,selection_keyboard +2537,2455148,"genie.py",14164,0,"e",python,content +2538,2455148,"genie.py",14165,0,"",python,selection_keyboard +2539,2455275,"genie.py",14165,0,"l",python,content +2540,2455275,"genie.py",14166,0,"",python,selection_keyboard +2541,2455518,"genie.py",14166,0," ",python,content +2542,2455518,"genie.py",14167,0,"",python,selection_keyboard +2543,2455900,"genie.py",14167,0,"=",python,content +2544,2455900,"genie.py",14168,0,"",python,selection_keyboard +2545,2456347,"genie.py",14168,0," self.dynamics.transformer",python,content +2546,2456640,"genie.py",14193,0,"",python,selection_command +2547,2456927,"genie.py",14183,0,"",python,selection_command +2548,2457061,"genie.py",14182,0,"",python,selection_command +2549,2459986,"genie.py",14182,12,"",python,content +2550,2459987,"genie.py",14181,0,"",python,selection_command +2551,2460603,"genie.py",14174,0,"",python,selection_command +2552,2460766,"genie.py",14173,0,"",python,selection_command +2553,2460920,"genie.py",14169,0,"",python,selection_command +2554,2461091,"genie.py",14167,0,"",python,selection_command +2555,2461254,"genie.py",14152,0,"",python,selection_command +2556,2461534,"genie.py",14165,0,"",python,selection_command +2557,2461948,"genie.py",14165,1,"a",python,content +2558,2463408,"genie.py",14165,1,"l",python,content +2559,2463889,"genie.py",14166,0,"",python,selection_command +2560,2464656,"genie.py",14166,0,":",python,content +2561,2464656,"genie.py",14167,0,"",python,selection_keyboard +2562,2464953,"genie.py",14167,0," ",python,content +2563,2464953,"genie.py",14168,0,"",python,selection_keyboard +2564,2466073,"genie.py",14168,0,"DynamicsCausal",python,content +2565,2466296,"genie.py",14181,0,"",python,selection_command +2566,2467073,"genie.py",14183,0,"",python,selection_command +2567,2467240,"genie.py",14185,0,"",python,selection_command +2568,2467488,"genie.py",14189,0,"",python,selection_command +2569,2467672,"genie.py",14190,0,"",python,selection_command +2570,2477501,"genie.py",14199,0,"",python,selection_command +2571,2479601,"genie.py",14144,0,"",python,selection_command +2572,2480367,"genie.py",14077,0,"",python,selection_command +2573,2480581,"genie.py",14005,0,"",python,selection_command +2574,2480705,"genie.py",13942,0,"",python,selection_command +2575,2480705,"genie.py",13902,0,"",python,selection_command +2576,2480765,"genie.py",13863,0,"",python,selection_command +2577,2480922,"genie.py",13813,0,"",python,selection_command +2578,2481087,"genie.py",13734,0,"",python,selection_command +2579,2481244,"genie.py",13683,0,"",python,selection_command +2580,2481396,"genie.py",13644,0,"",python,selection_command +2581,2481745,"genie.py",13600,0,"",python,selection_command +2582,2481746,"genie.py",13529,0,"",python,selection_command +2583,2481746,"genie.py",13477,0,"",python,selection_command +2584,2481746,"genie.py",13465,0,"",python,selection_command +2585,2481779,"genie.py",13438,0,"",python,selection_command +2586,2481811,"genie.py",13417,0,"",python,selection_command +2587,2481846,"genie.py",13395,0,"",python,selection_command +2588,2481943,"genie.py",13364,0,"",python,selection_command +2589,2481943,"genie.py",13333,0,"",python,selection_command +2590,2481947,"genie.py",13290,0,"",python,selection_command +2591,2481979,"genie.py",13237,0,"",python,selection_command +2592,2482014,"genie.py",13211,0,"",python,selection_command +2593,2482048,"genie.py",13187,0,"",python,selection_command +2594,2482104,"genie.py",13211,0,"",python,selection_command +2595,2482379,"genie.py",13237,0,"",python,selection_command +2596,2482465,"genie.py",13290,0,"",python,selection_command +2597,2482465,"genie.py",13333,0,"",python,selection_command +2598,2482465,"genie.py",13364,0,"",python,selection_command +2599,2482492,"genie.py",13395,0,"",python,selection_command +2600,2482525,"genie.py",13417,0,"",python,selection_command +2601,2482558,"genie.py",13438,0,"",python,selection_command +2602,2482591,"genie.py",13465,0,"",python,selection_command +2603,2482634,"genie.py",13477,0,"",python,selection_command +2604,2482666,"genie.py",13529,0,"",python,selection_command +2605,2482789,"genie.py",13600,0,"",python,selection_command +2606,2482988,"genie.py",13644,0,"",python,selection_command +2607,2483838,"genie.py",13600,0,"",python,selection_command +2608,2485653,"genie.py",13599,0,"\n ",python,content +2609,2486009,"genie.py",13608,0,"a",python,content +2610,2486009,"genie.py",13609,0,"",python,selection_keyboard +2611,2486135,"genie.py",13609,0,"s",python,content +2612,2486135,"genie.py",13610,0,"",python,selection_keyboard +2613,2486304,"genie.py",13610,0,"s",python,content +2614,2486304,"genie.py",13611,0,"",python,selection_keyboard +2615,2486311,"genie.py",13611,0,"e",python,content +2616,2486311,"genie.py",13612,0,"",python,selection_keyboard +2617,2486336,"genie.py",13612,0,"r",python,content +2618,2486336,"genie.py",13613,0,"",python,selection_keyboard +2619,2486523,"genie.py",13613,0,"t",python,content +2620,2486523,"genie.py",13614,0,"",python,selection_keyboard +2621,2486531,"genie.py",13614,0,"r",python,content +2622,2486531,"genie.py",13615,0,"",python,selection_keyboard +2623,2487183,"genie.py",13614,1,"",python,content +2624,2487289,"genie.py",13614,0," ",python,content +2625,2487289,"genie.py",13615,0,"",python,selection_keyboard +2626,2488559,"genie.py",13615,0,"isinstance(self.dynamics, DynamicsCausal)",python,content +2627,2488764,"genie.py",13655,0,"",python,selection_command +2628,2489879,"genie.py",13699,0,"",python,selection_command +2629,2490136,"genie.py",13738,0,"",python,selection_command +2630,2490148,"genie.py",13789,0,"",python,selection_command +2631,2490182,"genie.py",13846,0,"",python,selection_command +2632,2490224,"genie.py",13918,0,"",python,selection_command +2633,2490332,"genie.py",13957,0,"",python,selection_command +2634,2490333,"genie.py",13997,0,"",python,selection_command +2635,2490333,"genie.py",14054,0,"",python,selection_command +2636,2490354,"genie.py",14117,0,"",python,selection_command +2637,2490387,"genie.py",14189,0,"",python,selection_command +2638,2490424,"genie.py",14254,0,"",python,selection_command +2639,2490453,"genie.py",14256,0,"",python,selection_command +2640,2490492,"genie.py",14283,0,"",python,selection_command +2641,2490711,"genie.py",14256,0,"",python,selection_command +2642,2490931,"genie.py",14254,0,"",python,selection_command +2643,2492564,"genie.py",14256,0,"",python,selection_command +2644,2492814,"genie.py",14283,0,"",python,selection_command +2645,2492832,"genie.py",14340,0,"",python,selection_command +2646,2492952,"genie.py",14416,0,"",python,selection_command +2647,2492953,"genie.py",14493,0,"",python,selection_command +2648,2492953,"genie.py",14546,0,"",python,selection_command +2649,2492969,"genie.py",14589,0,"",python,selection_command +2650,2493043,"genie.py",14546,0,"",python,selection_command +2651,2493293,"genie.py",14493,0,"",python,selection_command +2652,2493327,"genie.py",14416,0,"",python,selection_command +2653,2493350,"genie.py",14340,0,"",python,selection_command +2654,2493384,"genie.py",14283,0,"",python,selection_command +2655,2493473,"genie.py",14256,0,"",python,selection_command +2656,2493801,"genie.py",14254,0,"",python,selection_command +2657,2494168,"genie.py",14256,0,"",python,selection_command +2658,2494425,"genie.py",14283,0,"",python,selection_command +2659,2494523,"genie.py",14340,0,"",python,selection_command +2660,2494524,"genie.py",14416,0,"",python,selection_command +2661,2494524,"genie.py",14493,0,"",python,selection_command +2662,2494536,"genie.py",14546,0,"",python,selection_command +2663,2494570,"genie.py",14589,0,"",python,selection_command +2664,2494607,"genie.py",14591,0,"",python,selection_command +2665,2494643,"genie.py",14637,0,"",python,selection_command +2666,2494686,"genie.py",14694,0,"",python,selection_command +2667,2494717,"genie.py",14710,0,"",python,selection_command +2668,2494744,"genie.py",14750,0,"",python,selection_command +2669,2494848,"genie.py",14807,0,"",python,selection_command +2670,2494848,"genie.py",14886,0,"",python,selection_command +2671,2494849,"genie.py",14961,0,"",python,selection_command +2672,2495048,"genie.py",15040,0,"",python,selection_command +2673,2495210,"genie.py",15132,0,"",python,selection_command +2674,2495381,"genie.py",15221,0,"",python,selection_command +2675,2495748,"genie.py",15214,0,"",python,selection_command +2676,2495901,"genie.py",15213,0,"",python,selection_command +2677,2496099,"genie.py",15205,0,"",python,selection_command +2678,2497265,"genie.py",15213,0,"_model",python,content +2679,2497265,"genie.py",15200,5,"",python,content +2680,2510581,"genie.py",15111,0,"",python,selection_command +2681,2510741,"genie.py",15019,0,"",python,selection_command +2682,2510756,"genie.py",14940,0,"",python,selection_command +2683,2510790,"genie.py",14865,0,"",python,selection_command +2684,2510824,"genie.py",14786,0,"",python,selection_command +2685,2510856,"genie.py",14745,0,"",python,selection_command +2686,2510894,"genie.py",14710,0,"",python,selection_command +2687,2510926,"genie.py",14673,0,"",python,selection_command +2688,2510966,"genie.py",14626,0,"",python,selection_command +2689,2510992,"genie.py",14591,0,"",python,selection_command +2690,2511101,"genie.py",14582,0,"",python,selection_command +2691,2511102,"genie.py",14538,0,"",python,selection_command +2692,2511102,"genie.py",14472,0,"",python,selection_command +2693,2511134,"genie.py",14395,0,"",python,selection_command +2694,2511164,"genie.py",14319,0,"",python,selection_command +2695,2511198,"genie.py",14283,0,"",python,selection_command +2696,2511367,"genie.py",14256,0,"",python,selection_command +2697,2511525,"genie.py",14235,0,"",python,selection_command +2698,2511745,"genie.py",14225,0,"",python,selection_command +2699,2511875,"genie.py",14223,0,"",python,selection_command +2700,2512151,"genie.py",14209,0,"",python,selection_command +2701,2512676,"genie.py",14210,0,"",python,selection_command +2702,2512879,"genie.py",14211,0,"",python,selection_command +2703,2512896,"genie.py",14212,0,"",python,selection_command +2704,2512929,"genie.py",14213,0,"",python,selection_command +2705,2512968,"genie.py",14214,0,"",python,selection_command +2706,2512999,"genie.py",14215,0,"",python,selection_command +2707,2513040,"genie.py",14216,0,"",python,selection_command +2708,2513401,"genie.py",14217,0,"",python,selection_command +2709,2513493,"genie.py",14218,0,"",python,selection_command +2710,2513904,"genie.py",14218,5,"",python,content +2711,2514266,"genie.py",14218,0,"c",python,content +2712,2514266,"genie.py",14219,0,"",python,selection_keyboard +2713,2514662,"genie.py",14219,0,"a",python,content +2714,2514662,"genie.py",14220,0,"",python,selection_keyboard +2715,2514772,"genie.py",14220,0,"u",python,content +2716,2514773,"genie.py",14221,0,"",python,selection_keyboard +2717,2514895,"genie.py",14221,0,"s",python,content +2718,2514895,"genie.py",14222,0,"",python,selection_keyboard +2719,2514962,"genie.py",14222,0,"a",python,content +2720,2514962,"genie.py",14223,0,"",python,selection_keyboard +2721,2515191,"genie.py",14223,0,"l",python,content +2722,2515191,"genie.py",14224,0,"",python,selection_keyboard +2723,2515192,"genie.py",14223,0,"",python,selection_command +2724,2515663,"genie.py",14257,0,"",python,selection_command +2725,2515907,"genie.py",14280,0,"",python,selection_command +2726,2515938,"genie.py",14308,0,"",python,selection_command +2727,2515969,"genie.py",14384,0,"",python,selection_command +2728,2516008,"genie.py",14461,0,"",python,selection_command +2729,2516035,"genie.py",14527,0,"",python,selection_command +2730,2516068,"genie.py",14571,0,"",python,selection_command +2731,2516101,"genie.py",14592,0,"",python,selection_command +2732,2516142,"genie.py",14615,0,"",python,selection_command +2733,2516183,"genie.py",14662,0,"",python,selection_command +2734,2516206,"genie.py",14711,0,"",python,selection_command +2735,2516237,"genie.py",14734,0,"",python,selection_command +2736,2516269,"genie.py",14775,0,"",python,selection_command +2737,2516302,"genie.py",14854,0,"",python,selection_command +2738,2516334,"genie.py",14929,0,"",python,selection_command +2739,2516368,"genie.py",15008,0,"",python,selection_command +2740,2516408,"genie.py",15100,0,"",python,selection_command +2741,2516712,"genie.py",15189,0,"",python,selection_command +2742,2516912,"genie.py",15199,0,"",python,selection_command +2743,2517098,"genie.py",15201,0,"",python,selection_command +2744,2517487,"genie.py",15214,0,"causa",python,content +2745,2517487,"genie.py",15210,4,"",python,content +2746,2521939,"genie.py",140,0,"",python,selection_command +2747,2522768,"genie.py",15201,0,"",python,selection_command +2748,2523986,"genie.py",14867,0,"",python,selection_command +2749,2525620,"genie.py",14875,0,"_causal",python,content +2750,2525620,"genie.py",14862,5,"",python,content +2751,2526238,"genie.py",14674,0,"",python,selection_command +2752,2527213,"genie.py",14682,0,"_causal",python,content +2753,2527213,"genie.py",14669,5,"",python,content +2754,2527689,"genie.py",14248,0,"",python,selection_command +2755,2528825,"genie.py",14226,0,"",python,selection_command +2756,2529190,"genie.py",14209,0,"",python,selection_command +2757,2529633,"genie.py",13641,0,"",python,selection_command +2758,2530808,"genie.py",14209,0,"",python,selection_command +2759,2530987,"genie.py",14226,0,"",python,selection_command +2760,2531155,"genie.py",14248,0,"",python,selection_command +2761,2531959,"genie.py",14226,0,"",python,selection_command +2762,2532117,"genie.py",14209,0,"",python,selection_command +2763,2532278,"genie.py",13641,0,"",python,selection_command +2764,2533654,"genie.py",14209,0,"",python,selection_command +2765,2533826,"genie.py",14226,0,"",python,selection_command +2766,2533974,"genie.py",14248,0,"",python,selection_command +2767,2540735,"genie.py",14247,0,"",python,selection_command +2768,2540884,"genie.py",14243,0,"",python,selection_command +2769,2541082,"genie.py",14241,0,"",python,selection_command +2770,2541269,"genie.py",14226,0,"",python,selection_command +2771,2541923,"genie.py",14226,15,"",python,content +2772,2542333,"genie.py",14225,0,"",python,selection_command +2773,2542531,"genie.py",14224,0,"",python,selection_command +2774,2542668,"genie.py",14224,1,"",python,content +2775,2542883,"genie.py",14224,1,"",python,content +2776,2544605,"genie.py",14224,0," ",python,content +2777,2544605,"genie.py",14225,0,"",python,selection_keyboard +2778,2544859,"genie.py",14224,0,"",python,selection_command +2779,2550129,"genie.py",14201,40,"",python,content +2780,2550642,"genie.py",14202,0,"",python,selection_command +2781,2550889,"genie.py",14230,0,"",python,selection_command +2782,2550914,"genie.py",14306,0,"",python,selection_command +2783,2550954,"genie.py",14383,0,"",python,selection_command +2784,2550982,"genie.py",14449,0,"",python,selection_command +2785,2551015,"genie.py",14493,0,"",python,selection_command +2786,2551271,"genie.py",14536,0,"",python,selection_command +2787,2551433,"genie.py",14537,0,"",python,selection_command +2788,2551582,"genie.py",14584,0,"",python,selection_command +2789,2552478,"genie.py",14621,7,"",python,content +2790,2552478,"genie.py",14613,0,"self.",python,content +2791,2553713,"genie.py",14814,7,"",python,content +2792,2553713,"genie.py",14806,0,"self.",python,content +2793,2554876,"genie.py",15153,7,"",python,content +2794,2554876,"genie.py",15145,0,"self.",python,content +2795,2556545,"genie.py",15158,0,"_causal",python,content +2796,2556548,"genie.py",15145,5,"",python,content +2797,2556549,"genie.py",14819,0,"_causal",python,content +2798,2556551,"genie.py",14806,5,"",python,content +2799,2556551,"genie.py",14626,0,"_causal",python,content +2800,2556551,"genie.py",14613,5,"",python,content +2801,2558344,"genie.py",14201,0," dynamics_causal = self.dynamics\n",python,content +2802,2558364,"genie.py",14224,0,"",python,selection_command +2803,2558514,"genie.py",14224,1,"",python,content +2804,2559222,"genie.py",14224,0," ",python,content +2805,2559224,"genie.py",14224,0,"",python,selection_command +2806,2560867,"genie.py",14224,0,":",python,content +2807,2560874,"genie.py",14224,0,"",python,selection_command +2808,2561263,"genie.py",14226,0,"DynamicsCausal ",python,content +2809,2561263,"genie.py",14677,7,"",python,content +2810,2561266,"genie.py",14669,0,"self.",python,content +2811,2561266,"genie.py",14870,7,"",python,content +2812,2561266,"genie.py",14862,0,"self.",python,content +2813,2561266,"genie.py",14862,0,"",python,selection_command +2814,2567291,"genie.py",14783,0,"",python,selection_command +2815,2567443,"genie.py",14742,0,"",python,selection_command +2816,2567600,"genie.py",14711,0,"",python,selection_command +2817,2567737,"genie.py",14670,0,"",python,selection_command +2818,2567885,"genie.py",14623,0,"",python,selection_command +2819,2568032,"genie.py",14592,0,"",python,selection_command +2820,2568192,"genie.py",14579,0,"",python,selection_command +2821,2568343,"genie.py",14535,0,"",python,selection_command +2822,2568481,"genie.py",14469,0,"",python,selection_command +2823,2568629,"genie.py",14392,0,"",python,selection_command +2824,2568925,"genie.py",14396,0,"",python,selection_command +2825,2569174,"genie.py",14398,0,"",python,selection_command +2826,2569204,"genie.py",14401,0,"",python,selection_command +2827,2569230,"genie.py",14402,0,"",python,selection_command +2828,2569268,"genie.py",14407,0,"",python,selection_command +2829,2569651,"genie.py",14429,0,"int",python,content +2830,2569651,"genie.py",14420,9,"",python,content +2831,2573263,"genie.py",15932,0,"",python,selection_command +2832,2574247,"genie.py",15964,0,"",python,selection_command +2833,2574740,"genie.py",16021,0,"int",python,content +2834,2574740,"genie.py",16012,9,"",python,content +2835,2576309,"genie.py",16024,0,"",python,selection_command +2836,2576562,"genie.py",16079,0,"",python,selection_command +2837,2576580,"genie.py",16127,0,"",python,selection_command +2838,2576613,"genie.py",16169,0,"",python,selection_command +2839,2576652,"genie.py",16178,0,"",python,selection_command +2840,2576752,"genie.py",16231,0,"",python,selection_command +2841,2576913,"genie.py",16265,0,"",python,selection_command +2842,2577078,"genie.py",16291,0,"",python,selection_command +2843,2577276,"genie.py",16331,0,"",python,selection_command +2844,2577382,"genie.py",16365,0,"",python,selection_command +2845,2577603,"genie.py",16389,0,"",python,selection_command +2846,2577682,"genie.py",16403,0,"",python,selection_command +2847,2577839,"genie.py",16453,0,"",python,selection_command +2848,2579176,"genie.py",16461,0,"",python,selection_command +2849,2579372,"genie.py",16475,0,"",python,selection_command +2850,2579395,"genie.py",16477,0,"",python,selection_command +2851,2579427,"genie.py",16494,0,"",python,selection_command +2852,2579449,"genie.py",16496,0,"",python,selection_command +2853,2579487,"genie.py",16499,0,"",python,selection_command +2854,2579519,"genie.py",16500,0,"",python,selection_command +2855,2587258,"genie.py",16499,0,"",python,selection_command +2856,2587402,"genie.py",16496,0,"",python,selection_command +2857,2588659,"genie.py",16498,0,"",python,selection_command +2858,2588823,"genie.py",16499,0,"",python,selection_command +2859,2588984,"genie.py",16505,0,"",python,selection_command +2860,2589559,"genie.py",16506,0,"",python,selection_command +2861,2589918,"genie.py",16507,0,"",python,selection_command +2862,2598063,"genie.py",16506,0,"",python,selection_command +2863,2598218,"genie.py",16500,0,"",python,selection_command +2864,2598347,"genie.py",16499,0,"",python,selection_command +2865,2598574,"genie.py",16496,0,"",python,selection_command +2866,2599008,"genie.py",16496,1,"j",python,selection_command +2867,2599101,"genie.py",16496,3,"jnp",python,selection_command +2868,2599264,"genie.py",16496,4,"jnp.",python,selection_command +2869,2599436,"genie.py",16496,10,"jnp.arange",python,selection_command +2870,2599624,"genie.py",16496,11,"jnp.arange(",python,selection_command +2871,2599956,"genie.py",16496,12,"jnp.arange(N",python,selection_command +2872,2600672,"genie.py",16444,53,"\n causal_step_fn, init_carry_causal, j",python,selection_command +2873,2601985,"genie.py",16496,12,"jnp.arange(N",python,selection_command +2874,2602307,"genie.py",16496,13,"jnp.arange(N)",python,selection_command +2875,2603293,"genie.py",16461,0,"",python,selection_command +2876,2606770,"genie.py",16445,0,"",python,selection_command +2877,2614440,"genie.py",16445,0," causal_step_fn, init_carry_causal, range(int(N))\n",python,content +2878,2614442,"genie.py",16510,65,"",python,content +2879,2625133,"genie.py",16445,0,"",python,selection_command +2880,2625500,"genie.py",16461,0,"",python,selection_command +2881,2625643,"genie.py",16475,0,"",python,selection_command +2882,2625902,"genie.py",16477,0,"",python,selection_command +2883,2625916,"genie.py",16494,0,"",python,selection_command +2884,2625949,"genie.py",16496,0,"",python,selection_command +2885,2625980,"genie.py",16501,0,"",python,selection_command +2886,2626014,"genie.py",16502,0,"",python,selection_command +2887,2626452,"genie.py",16501,0,"",python,selection_command +2888,2626792,"genie.py",16496,0,"",python,selection_command +2889,2627130,"temp.out",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\n warnings.warn(\nRunning on 1 devices.\nCounting all components: ['dynamics', 'lam', 'tokenizer']\nParameter counts:\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\nStarting training from step 0...\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 362, in \n loss, recon, metrics = train_step(optimizer.model, optimizer, inputs)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\n out = self.f(*args, **kwargs)\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 146, in train_step\n optimizer.update(grads)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py"", line 271, in update\n updates, new_opt_state = self.tx.update(grads, opt_state, params, **kwargs)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/transforms/_combining.py"", line 89, in update_fn\n updates, new_s = fn(updates, s, params, **extra_args)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/_src/base.py"", line 335, in update\n return tx.update(updates, state, params)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/_src/transform.py"", line 283, in update_fn\n mu = optax.tree.update_moment(updates, state.mu, b1, 1)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/tree_utils/_tree_math.py"", line 332, in tree_update_moment\n return jax.tree.map(\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/tree.py"", line 155, in map\n return tree_util.tree_map(f, tree, *rest, is_leaf=is_leaf)\nValueError: Dict key mismatch; expected keys: ['action_in', 'action_up', 'encoder', 'patch_up', 'vq']; dict: {'action_in': VariableState( # 768 (1.5 KB)\n type=Param,\n value=Tracedwith\n), 'action_up': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 16,384 (32.8 KB)\n type=Param,\n value=Tracedwith\n)}, 'decoder': {'blocks': {0: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}, 1: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}, 2: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}, 3: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}}, 'input_dense': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'input_norm1': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'input_norm2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'output_dense': {'bias': VariableState( # 768 (1.5 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 393,216 (786.4 KB)\n type=Param,\n value=Tracedwith\n)}}, 'encoder': {'blocks': {0: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}, 1: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}, 2: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}, 3: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\n type=Param,\n value=Tracedwith\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 262,144 (524.3 KB)\n type=Param,\n value=Tracedwith\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}}}, 'input_dense': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 393,216 (786.4 KB)\n type=Param,\n value=Tracedwith\n)}, 'input_norm1': {'bias': VariableState( # 768 (1.5 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 768 (1.5 KB)\n type=Param,\n value=Tracedwith\n)}, 'input_norm2': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'scale': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n)}, 'output_dense': {'bias': VariableState( # 32 (64 B)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 16,384 (32.8 KB)\n type=Param,\n value=Tracedwith\n)}}, 'patch_up': {'bias': VariableState( # 512 (1.0 KB)\n type=Param,\n value=Tracedwith\n), 'kernel': VariableState( # 393,216 (786.4 KB)\n type=Param,\n value=Tracedwith\n)}, 'vq': {'codebook': VariableState( # 192 (384 B)\n type=Param,\n value=Tracedwith\n)}}.\n/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 7 leaked shared_memory objects to clean up at shutdown\n warnings.warn('resource_tracker: There appear to be %d '\nsrun: error: hai002: task 0: Exited with exit code 1\n",plaintext,tab +2890,2628744,"genie.py",0,0,"",python,tab +2891,2651143,"genie.py",16501,0,"",python,selection_command +2892,2651341,"genie.py",16502,0,"",python,selection_command +2893,2651821,"genie.py",16502,1,"i",python,selection_command +2894,2652063,"genie.py",16502,2,"in",python,selection_command +2895,2652108,"genie.py",16502,3,"int",python,selection_command +2896,2652411,"genie.py",16502,4,"int(",python,selection_command +2897,2652513,"genie.py",16502,4,"",python,content +2898,2653038,"genie.py",16503,0,"",python,selection_command +2899,2653890,"genie.py",16504,0,"",python,selection_command +2900,2654159,"genie.py",16503,0,"",python,selection_command +2901,2654415,"genie.py",16502,0,"",python,selection_command +2902,2659367,"genie.py",13934,0,"",python,selection_command +2903,2660447,"genie.py",16502,0,"",python,selection_command +2904,2662279,"genie.py",16503,0,"",python,selection_command +2905,2662279,"genie.py",16504,0,"",python,selection_command +2906,2663851,"genie.py",16504,1,"",python,content +2907,2663851,"genie.py",16503,0,"",python,selection_command +2908,2664717,"genie.py",16502,0,"",python,selection_command +2909,2664753,"genie.py",16501,0,"",python,selection_command +2910,2664932,"genie.py",16500,0,"",python,selection_command +2911,2665102,"genie.py",16499,0,"",python,selection_command +2912,2665241,"genie.py",16498,0,"",python,selection_command +2913,2665423,"genie.py",16497,0,"",python,selection_command +2914,2665544,"genie.py",16496,0,"",python,selection_command +2915,2680036,"/fast/home/franz.srambical/.cursor-server/extensions/anysphere.cursorpyright-1.0.8/dist/typeshed-fallback/stdlib/builtins.pyi",0,0,"""""""\nBuilt-in functions, types, exceptions, and other objects.\n\nThis module provides direct access to all 'built-in'\nidentifiers of Python; for example, builtins.len is\nthe full name for the built-in function len().\n\nThis module is not normally accessed explicitly by most\napplications, but can be useful in modules that provide\nobjects with the same name as a built-in value, but in\nwhich the built-in of that name is also needed.\n""""""\n\nimport _ast\nimport _sitebuiltins\nimport _typeshed\nimport sys\nimport types\nfrom _collections_abc import dict_items, dict_keys, dict_values\nfrom _typeshed import (\n AnnotationForm,\n ConvertibleToFloat,\n ConvertibleToInt,\n FileDescriptorOrPath,\n OpenBinaryMode,\n OpenBinaryModeReading,\n OpenBinaryModeUpdating,\n OpenBinaryModeWriting,\n OpenTextMode,\n ReadableBuffer,\n SupportsAdd,\n SupportsAiter,\n SupportsAnext,\n SupportsDivMod,\n SupportsFlush,\n SupportsIter,\n SupportsKeysAndGetItem,\n SupportsLenAndGetItem,\n SupportsNext,\n SupportsRAdd,\n SupportsRDivMod,\n SupportsRichComparison,\n SupportsRichComparisonT,\n SupportsWrite,\n)\nfrom collections.abc import Awaitable, Callable, Iterable, Iterator, MutableSet, Reversible, Set as AbstractSet, Sized\nfrom io import BufferedRandom, BufferedReader, BufferedWriter, FileIO, TextIOWrapper\nfrom os import PathLike\nfrom types import CellType, CodeType, GenericAlias, TracebackType\n\n# mypy crashes if any of {ByteString, Sequence, MutableSequence, Mapping, MutableMapping}\n# are imported from collections.abc in builtins.pyi\nfrom typing import ( # noqa: Y022,UP035\n IO,\n Any,\n BinaryIO,\n ClassVar,\n Generic,\n Mapping,\n MutableMapping,\n MutableSequence,\n Protocol,\n Sequence,\n SupportsAbs,\n SupportsBytes,\n SupportsComplex,\n SupportsFloat,\n SupportsIndex,\n TypeVar,\n final,\n overload,\n type_check_only,\n)\n\n# we can't import `Literal` from typing or mypy crashes: see #11247\nfrom typing_extensions import ( # noqa: Y023\n Concatenate,\n Literal,\n LiteralString,\n ParamSpec,\n Self,\n TypeAlias,\n TypeGuard,\n TypeIs,\n TypeVarTuple,\n deprecated,\n)\n\nif sys.version_info >= (3, 14):\n from _typeshed import AnnotateFunc\n\n_T = TypeVar(""_T"")\n_I = TypeVar(""_I"", default=int)\n_T_co = TypeVar(""_T_co"", covariant=True)\n_T_contra = TypeVar(""_T_contra"", contravariant=True)\n_R_co = TypeVar(""_R_co"", covariant=True)\n_KT = TypeVar(""_KT"")\n_VT = TypeVar(""_VT"")\n_S = TypeVar(""_S"")\n_T1 = TypeVar(""_T1"")\n_T2 = TypeVar(""_T2"")\n_T3 = TypeVar(""_T3"")\n_T4 = TypeVar(""_T4"")\n_T5 = TypeVar(""_T5"")\n_SupportsNextT_co = TypeVar(""_SupportsNextT_co"", bound=SupportsNext[Any], covariant=True)\n_SupportsAnextT_co = TypeVar(""_SupportsAnextT_co"", bound=SupportsAnext[Any], covariant=True)\n_AwaitableT = TypeVar(""_AwaitableT"", bound=Awaitable[Any])\n_AwaitableT_co = TypeVar(""_AwaitableT_co"", bound=Awaitable[Any], covariant=True)\n_P = ParamSpec(""_P"")\n\n# Type variables for slice\n_StartT_co = TypeVar(""_StartT_co"", covariant=True, default=Any) # slice -> slice[Any, Any, Any]\n_StopT_co = TypeVar(""_StopT_co"", covariant=True, default=_StartT_co) # slice[A] -> slice[A, A, A]\n# NOTE: step could differ from start and stop, (e.g. datetime/timedelta)l\n# the default (start|stop) is chosen to cater to the most common case of int/index slices.\n# FIXME: https://github.com/python/typing/issues/213 (replace step=start|stop with step=start&stop)\n_StepT_co = TypeVar(""_StepT_co"", covariant=True, default=_StartT_co | _StopT_co) # slice[A,B] -> slice[A, B, A|B]\n\nclass object:\n """"""\n The base class of the class hierarchy.\n\n When called, it accepts no arguments and returns a new featureless\n instance that has no instance attributes and cannot be given any.\n """"""\n __doc__: str | None\n __dict__: dict[str, Any]\n __module__: str\n __annotations__: dict[str, Any]\n @property\n def __class__(self) -> type[Self]:\n """"""the object's class""""""\n ...\n @__class__.setter\n def __class__(self, type: type[Self], /) -> None:\n """"""the object's class""""""\n ...\n def __init__(self) -> None:\n """"""Initialize self. See help(type(self)) for accurate signature.""""""\n ...\n def __new__(cls) -> Self:\n """"""Create and return a new object. See help(type) for accurate signature.""""""\n ...\n # N.B. `object.__setattr__` and `object.__delattr__` are heavily special-cased by type checkers.\n # Overriding them in subclasses has different semantics, even if the override has an identical signature.\n def __setattr__(self, name: str, value: Any, /) -> None:\n """"""Implement setattr(self, name, value).""""""\n ...\n def __delattr__(self, name: str, /) -> None:\n """"""Implement delattr(self, name).""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __ne__(self, value: object, /) -> bool:\n """"""Return self!=value.""""""\n ...\n def __str__(self) -> str:\n """"""Return str(self).""""""\n ...\n def __repr__(self) -> str:\n """"""Return repr(self).""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n def __format__(self, format_spec: str, /) -> str:\n """"""\n Default object formatter.\n\n Return str(self) if format_spec is empty. Raise TypeError otherwise.\n """"""\n ...\n def __getattribute__(self, name: str, /) -> Any:\n """"""Return getattr(self, name).""""""\n ...\n def __sizeof__(self) -> int:\n """"""Size of object in memory, in bytes.""""""\n ...\n # return type of pickle methods is rather hard to express in the current type system\n # see #6661 and https://docs.python.org/3/library/pickle.html#object.__reduce__\n def __reduce__(self) -> str | tuple[Any, ...]:\n """"""Helper for pickle.""""""\n ...\n def __reduce_ex__(self, protocol: SupportsIndex, /) -> str | tuple[Any, ...]:\n """"""Helper for pickle.""""""\n ...\n if sys.version_info >= (3, 11):\n def __getstate__(self) -> object:\n """"""Helper for pickle.""""""\n ...\n\n def __dir__(self) -> Iterable[str]:\n """"""Default dir() implementation.""""""\n ...\n def __init_subclass__(cls) -> None:\n """"""\n This method is called when a class is subclassed.\n\n The default implementation does nothing. It may be\n overridden to extend subclasses.\n """"""\n ...\n @classmethod\n def __subclasshook__(cls, subclass: type, /) -> bool:\n """"""\n Abstract classes can override this to customize issubclass().\n\n This is invoked early on by abc.ABCMeta.__subclasscheck__().\n It should return True, False or NotImplemented. If it returns\n NotImplemented, the normal algorithm is used. Otherwise, it\n overrides the normal algorithm (and the outcome is cached).\n """"""\n ...\n\nclass staticmethod(Generic[_P, _R_co]):\n """"""\n staticmethod(function) -> method\n\n Convert a function to be a static method.\n\n A static method does not receive an implicit first argument.\n To declare a static method, use this idiom:\n\n class C:\n @staticmethod\n def f(arg1, arg2, argN):\n ...\n\n It can be called either on the class (e.g. C.f()) or on an instance\n (e.g. C().f()). Both the class and the instance are ignored, and\n neither is passed implicitly as the first argument to the method.\n\n Static methods in Python are similar to those found in Java or C++.\n For a more advanced concept, see the classmethod builtin.\n """"""\n @property\n def __func__(self) -> Callable[_P, _R_co]: ...\n @property\n def __isabstractmethod__(self) -> bool: ...\n def __init__(self, f: Callable[_P, _R_co], /) -> None: ...\n @overload\n def __get__(self, instance: None, owner: type, /) -> Callable[_P, _R_co]:\n """"""Return an attribute of instance, which is of type owner.""""""\n ...\n @overload\n def __get__(self, instance: _T, owner: type[_T] | None = None, /) -> Callable[_P, _R_co]:\n """"""Return an attribute of instance, which is of type owner.""""""\n ...\n if sys.version_info >= (3, 10):\n __name__: str\n __qualname__: str\n @property\n def __wrapped__(self) -> Callable[_P, _R_co]: ...\n def __call__(self, *args: _P.args, **kwargs: _P.kwargs) -> _R_co:\n """"""Call self as a function.""""""\n ...\n if sys.version_info >= (3, 14):\n def __class_getitem__(cls, item: Any, /) -> GenericAlias: ...\n __annotate__: AnnotateFunc | None\n\nclass classmethod(Generic[_T, _P, _R_co]):\n """"""\n classmethod(function) -> method\n\n Convert a function to be a class method.\n\n A class method receives the class as implicit first argument,\n just like an instance method receives the instance.\n To declare a class method, use this idiom:\n\n class C:\n @classmethod\n def f(cls, arg1, arg2, argN):\n ...\n\n It can be called either on the class (e.g. C.f()) or on an instance\n (e.g. C().f()). The instance is ignored except for its class.\n If a class method is called for a derived class, the derived class\n object is passed as the implied first argument.\n\n Class methods are different than C++ or Java static methods.\n If you want those, see the staticmethod builtin.\n """"""\n @property\n def __func__(self) -> Callable[Concatenate[type[_T], _P], _R_co]: ...\n @property\n def __isabstractmethod__(self) -> bool: ...\n def __init__(self, f: Callable[Concatenate[type[_T], _P], _R_co], /) -> None: ...\n @overload\n def __get__(self, instance: _T, owner: type[_T] | None = None, /) -> Callable[_P, _R_co]:\n """"""Return an attribute of instance, which is of type owner.""""""\n ...\n @overload\n def __get__(self, instance: None, owner: type[_T], /) -> Callable[_P, _R_co]:\n """"""Return an attribute of instance, which is of type owner.""""""\n ...\n if sys.version_info >= (3, 10):\n __name__: str\n __qualname__: str\n @property\n def __wrapped__(self) -> Callable[Concatenate[type[_T], _P], _R_co]: ...\n if sys.version_info >= (3, 14):\n def __class_getitem__(cls, item: Any, /) -> GenericAlias: ...\n __annotate__: AnnotateFunc | None\n\nclass type:\n """"""\n type(object) -> the object's type\n type(name, bases, dict, **kwds) -> a new type\n """"""\n # object.__base__ is None. Otherwise, it would be a type.\n @property\n def __base__(self) -> type | None: ...\n __bases__: tuple[type, ...]\n @property\n def __basicsize__(self) -> int: ...\n @property\n def __dict__(self) -> types.MappingProxyType[str, Any]: ... # type: ignore[override]\n @property\n def __dictoffset__(self) -> int: ...\n @property\n def __flags__(self) -> int: ...\n @property\n def __itemsize__(self) -> int: ...\n __module__: str\n @property\n def __mro__(self) -> tuple[type, ...]: ...\n __name__: str\n __qualname__: str\n @property\n def __text_signature__(self) -> str | None: ...\n @property\n def __weakrefoffset__(self) -> int: ...\n @overload\n def __init__(self, o: object, /) -> None: ...\n @overload\n def __init__(self, name: str, bases: tuple[type, ...], dict: dict[str, Any], /, **kwds: Any) -> None: ...\n @overload\n def __new__(cls, o: object, /) -> type: ...\n @overload\n def __new__(\n cls: type[_typeshed.Self], name: str, bases: tuple[type, ...], namespace: dict[str, Any], /, **kwds: Any\n ) -> _typeshed.Self: ...\n def __call__(self, *args: Any, **kwds: Any) -> Any:\n """"""Call self as a function.""""""\n ...\n def __subclasses__(self: _typeshed.Self) -> list[_typeshed.Self]:\n """"""Return a list of immediate subclasses.""""""\n ...\n # Note: the documentation doesn't specify what the return type is, the standard\n # implementation seems to be returning a list.\n def mro(self) -> list[type]:\n """"""Return a type's method resolution order.""""""\n ...\n def __instancecheck__(self, instance: Any, /) -> bool:\n """"""Check if an object is an instance.""""""\n ...\n def __subclasscheck__(self, subclass: type, /) -> bool:\n """"""Check if a class is a subclass.""""""\n ...\n @classmethod\n def __prepare__(metacls, name: str, bases: tuple[type, ...], /, **kwds: Any) -> MutableMapping[str, object]:\n """"""\n __prepare__() -> dict\n used to create the namespace for the class statement\n """"""\n ...\n if sys.version_info >= (3, 10):\n def __or__(self, value: Any, /) -> types.UnionType:\n """"""Return self|value.""""""\n ...\n def __ror__(self, value: Any, /) -> types.UnionType:\n """"""Return value|self.""""""\n ...\n if sys.version_info >= (3, 12):\n __type_params__: tuple[TypeVar | ParamSpec | TypeVarTuple, ...]\n __annotations__: dict[str, AnnotationForm]\n if sys.version_info >= (3, 14):\n __annotate__: AnnotateFunc | None\n\nclass super:\n """"""\n super() -> same as super(__class__, )\n super(type) -> unbound super object\n super(type, obj) -> bound super object; requires isinstance(obj, type)\n super(type, type2) -> bound super object; requires issubclass(type2, type)\n Typical use to call a cooperative superclass method:\n class C(B):\n def meth(self, arg):\n super().meth(arg)\n This works for class methods too:\n class C(B):\n @classmethod\n def cmeth(cls, arg):\n super().cmeth(arg)\n """"""\n @overload\n def __init__(self, t: Any, obj: Any, /) -> None: ...\n @overload\n def __init__(self, t: Any, /) -> None: ...\n @overload\n def __init__(self) -> None: ...\n\n_PositiveInteger: TypeAlias = Literal[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]\n_NegativeInteger: TypeAlias = Literal[-1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20]\n_LiteralInteger = _PositiveInteger | _NegativeInteger | Literal[0] # noqa: Y026 # TODO: Use TypeAlias once mypy bugs are fixed\n\nclass int:\n """"""\n int([x]) -> integer\n int(x, base=10) -> integer\n\n Convert a number or string to an integer, or return 0 if no arguments\n are given. If x is a number, return x.__int__(). For floating point\n numbers, this truncates towards zero.\n\n If x is not a number or if base is given, then x must be a string,\n bytes, or bytearray instance representing an integer literal in the\n given base. The literal can be preceded by '+' or '-' and be surrounded\n by whitespace. The base defaults to 10. Valid bases are 0 and 2-36.\n Base 0 means to interpret the base from the string as an integer literal.\n >>> int('0b100', base=0)\n 4\n """"""\n @overload\n def __new__(cls, x: ConvertibleToInt = ..., /) -> Self: ...\n @overload\n def __new__(cls, x: str | bytes | bytearray, /, base: SupportsIndex) -> Self: ...\n def as_integer_ratio(self) -> tuple[int, Literal[1]]:\n """"""\n Return a pair of integers, whose ratio is equal to the original int.\n\n The ratio is in lowest terms and has a positive denominator.\n\n >>> (10).as_integer_ratio()\n (10, 1)\n >>> (-10).as_integer_ratio()\n (-10, 1)\n >>> (0).as_integer_ratio()\n (0, 1)\n """"""\n ...\n @property\n def real(self) -> int:\n """"""the real part of a complex number""""""\n ...\n @property\n def imag(self) -> Literal[0]:\n """"""the imaginary part of a complex number""""""\n ...\n @property\n def numerator(self) -> int:\n """"""the numerator of a rational number in lowest terms""""""\n ...\n @property\n def denominator(self) -> Literal[1]:\n """"""the denominator of a rational number in lowest terms""""""\n ...\n def conjugate(self) -> int:\n """"""Returns self, the complex conjugate of any int.""""""\n ...\n def bit_length(self) -> int:\n """"""\n Number of bits necessary to represent self in binary.\n\n >>> bin(37)\n '0b100101'\n >>> (37).bit_length()\n 6\n """"""\n ...\n if sys.version_info >= (3, 10):\n def bit_count(self) -> int:\n """"""\n Number of ones in the binary representation of the absolute value of self.\n\n Also known as the population count.\n\n >>> bin(13)\n '0b1101'\n >>> (13).bit_count()\n 3\n """"""\n ...\n\n if sys.version_info >= (3, 11):\n def to_bytes(\n self, length: SupportsIndex = 1, byteorder: Literal[""little"", ""big""] = ""big"", *, signed: bool = False\n ) -> bytes:\n """"""\n Return an array of bytes representing an integer.\n\n length\n Length of bytes object to use. An OverflowError is raised if the\n integer is not representable with the given number of bytes. Default\n is length 1.\n byteorder\n The byte order used to represent the integer. If byteorder is 'big',\n the most significant byte is at the beginning of the byte array. If\n byteorder is 'little', the most significant byte is at the end of the\n byte array. To request the native byte order of the host system, use\n `sys.byteorder' as the byte order value. Default is to use 'big'.\n signed\n Determines whether two's complement is used to represent the integer.\n If signed is False and a negative integer is given, an OverflowError\n is raised.\n """"""\n ...\n @classmethod\n def from_bytes(\n cls,\n bytes: Iterable[SupportsIndex] | SupportsBytes | ReadableBuffer,\n byteorder: Literal[""little"", ""big""] = ""big"",\n *,\n signed: bool = False,\n ) -> Self:\n """"""\n Return the integer represented by the given array of bytes.\n\n bytes\n Holds the array of bytes to convert. The argument must either\n support the buffer protocol or be an iterable object producing bytes.\n Bytes and bytearray are examples of built-in objects that support the\n buffer protocol.\n byteorder\n The byte order used to represent the integer. If byteorder is 'big',\n the most significant byte is at the beginning of the byte array. If\n byteorder is 'little', the most significant byte is at the end of the\n byte array. To request the native byte order of the host system, use\n `sys.byteorder' as the byte order value. Default is to use 'big'.\n signed\n Indicates whether two's complement is used to represent the integer.\n """"""\n ...\n else:\n def to_bytes(self, length: SupportsIndex, byteorder: Literal[""little"", ""big""], *, signed: bool = False) -> bytes: ...\n @classmethod\n def from_bytes(\n cls,\n bytes: Iterable[SupportsIndex] | SupportsBytes | ReadableBuffer,\n byteorder: Literal[""little"", ""big""],\n *,\n signed: bool = False,\n ) -> Self: ...\n\n if sys.version_info >= (3, 12):\n def is_integer(self) -> Literal[True]:\n """"""Returns True. Exists for duck type compatibility with float.is_integer.""""""\n ...\n\n def __add__(self, value: int, /) -> int:\n """"""Return self+value.""""""\n ...\n def __sub__(self, value: int, /) -> int:\n """"""Return self-value.""""""\n ...\n def __mul__(self, value: int, /) -> int:\n """"""Return self*value.""""""\n ...\n def __floordiv__(self, value: int, /) -> int:\n """"""Return self//value.""""""\n ...\n def __truediv__(self, value: int, /) -> float:\n """"""Return self/value.""""""\n ...\n def __mod__(self, value: int, /) -> int:\n """"""Return self%value.""""""\n ...\n def __divmod__(self, value: int, /) -> tuple[int, int]:\n """"""Return divmod(self, value).""""""\n ...\n def __radd__(self, value: int, /) -> int:\n """"""Return value+self.""""""\n ...\n def __rsub__(self, value: int, /) -> int:\n """"""Return value-self.""""""\n ...\n def __rmul__(self, value: int, /) -> int:\n """"""Return value*self.""""""\n ...\n def __rfloordiv__(self, value: int, /) -> int:\n """"""Return value//self.""""""\n ...\n def __rtruediv__(self, value: int, /) -> float:\n """"""Return value/self.""""""\n ...\n def __rmod__(self, value: int, /) -> int:\n """"""Return value%self.""""""\n ...\n def __rdivmod__(self, value: int, /) -> tuple[int, int]:\n """"""Return divmod(value, self).""""""\n ...\n @overload\n def __pow__(self, x: Literal[0], /) -> Literal[1]:\n """"""Return pow(self, value, mod).""""""\n ...\n @overload\n def __pow__(self, value: Literal[0], mod: None, /) -> Literal[1]:\n """"""Return pow(self, value, mod).""""""\n ...\n @overload\n def __pow__(self, value: _PositiveInteger, mod: None = None, /) -> int:\n """"""Return pow(self, value, mod).""""""\n ...\n @overload\n def __pow__(self, value: _NegativeInteger, mod: None = None, /) -> float:\n """"""Return pow(self, value, mod).""""""\n ...\n # positive __value -> int; negative __value -> float\n # return type must be Any as `int | float` causes too many false-positive errors\n @overload\n def __pow__(self, value: int, mod: None = None, /) -> Any:\n """"""Return pow(self, value, mod).""""""\n ...\n @overload\n def __pow__(self, value: int, mod: int, /) -> int:\n """"""Return pow(self, value, mod).""""""\n ...\n def __rpow__(self, value: int, mod: int | None = None, /) -> Any:\n """"""Return pow(value, self, mod).""""""\n ...\n def __and__(self, value: int, /) -> int:\n """"""Return self&value.""""""\n ...\n def __or__(self, value: int, /) -> int:\n """"""Return self|value.""""""\n ...\n def __xor__(self, value: int, /) -> int:\n """"""Return self^value.""""""\n ...\n def __lshift__(self, value: int, /) -> int:\n """"""Return self< int:\n """"""Return self>>value.""""""\n ...\n def __rand__(self, value: int, /) -> int:\n """"""Return value&self.""""""\n ...\n def __ror__(self, value: int, /) -> int:\n """"""Return value|self.""""""\n ...\n def __rxor__(self, value: int, /) -> int:\n """"""Return value^self.""""""\n ...\n def __rlshift__(self, value: int, /) -> int:\n """"""Return value< int:\n """"""Return value>>self.""""""\n ...\n def __neg__(self) -> int:\n """"""-self""""""\n ...\n def __pos__(self) -> int:\n """"""+self""""""\n ...\n def __invert__(self) -> int:\n """"""~self""""""\n ...\n def __trunc__(self) -> int:\n """"""Truncating an Integral returns itself.""""""\n ...\n def __ceil__(self) -> int:\n """"""Ceiling of an Integral returns itself.""""""\n ...\n def __floor__(self) -> int:\n """"""Flooring an Integral returns itself.""""""\n ...\n if sys.version_info >= (3, 14):\n def __round__(self, ndigits: SupportsIndex | None = None, /) -> int: ...\n else:\n def __round__(self, ndigits: SupportsIndex = ..., /) -> int:\n """"""\n Rounding an Integral returns itself.\n\n Rounding with an ndigits argument also returns an integer.\n """"""\n ...\n\n def __getnewargs__(self) -> tuple[int]: ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __ne__(self, value: object, /) -> bool:\n """"""Return self!=value.""""""\n ...\n def __lt__(self, value: int, /) -> bool:\n """"""Return self bool:\n """"""Return self<=value.""""""\n ...\n def __gt__(self, value: int, /) -> bool:\n """"""Return self>value.""""""\n ...\n def __ge__(self, value: int, /) -> bool:\n """"""Return self>=value.""""""\n ...\n def __float__(self) -> float:\n """"""float(self)""""""\n ...\n def __int__(self) -> int:\n """"""int(self)""""""\n ...\n def __abs__(self) -> int:\n """"""abs(self)""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n def __bool__(self) -> bool:\n """"""True if self else False""""""\n ...\n def __index__(self) -> int:\n """"""Return self converted to an integer, if self is suitable for use as an index into a list.""""""\n ...\n\nclass float:\n """"""Convert a string or number to a floating point number, if possible.""""""\n def __new__(cls, x: ConvertibleToFloat = ..., /) -> Self: ...\n def as_integer_ratio(self) -> tuple[int, int]:\n """"""\n Return a pair of integers, whose ratio is exactly equal to the original float.\n\n The ratio is in lowest terms and has a positive denominator. Raise\n OverflowError on infinities and a ValueError on NaNs.\n\n >>> (10.0).as_integer_ratio()\n (10, 1)\n >>> (0.0).as_integer_ratio()\n (0, 1)\n >>> (-.25).as_integer_ratio()\n (-1, 4)\n """"""\n ...\n def hex(self) -> str:\n """"""\n Return a hexadecimal representation of a floating-point number.\n\n >>> (-0.1).hex()\n '-0x1.999999999999ap-4'\n >>> 3.14159.hex()\n '0x1.921f9f01b866ep+1'\n """"""\n ...\n def is_integer(self) -> bool:\n """"""Return True if the float is an integer.""""""\n ...\n @classmethod\n def fromhex(cls, string: str, /) -> Self:\n """"""\n Create a floating-point number from a hexadecimal string.\n\n >>> float.fromhex('0x1.ffffp10')\n 2047.984375\n >>> float.fromhex('-0x1p-1074')\n -5e-324\n """"""\n ...\n @property\n def real(self) -> float:\n """"""the real part of a complex number""""""\n ...\n @property\n def imag(self) -> float:\n """"""the imaginary part of a complex number""""""\n ...\n def conjugate(self) -> float:\n """"""Return self, the complex conjugate of any float.""""""\n ...\n def __add__(self, value: float, /) -> float:\n """"""Return self+value.""""""\n ...\n def __sub__(self, value: float, /) -> float:\n """"""Return self-value.""""""\n ...\n def __mul__(self, value: float, /) -> float:\n """"""Return self*value.""""""\n ...\n def __floordiv__(self, value: float, /) -> float:\n """"""Return self//value.""""""\n ...\n def __truediv__(self, value: float, /) -> float:\n """"""Return self/value.""""""\n ...\n def __mod__(self, value: float, /) -> float:\n """"""Return self%value.""""""\n ...\n def __divmod__(self, value: float, /) -> tuple[float, float]:\n """"""Return divmod(self, value).""""""\n ...\n @overload\n def __pow__(self, value: int, mod: None = None, /) -> float:\n """"""Return pow(self, value, mod).""""""\n ...\n # positive __value -> float; negative __value -> complex\n # return type must be Any as `float | complex` causes too many false-positive errors\n @overload\n def __pow__(self, value: float, mod: None = None, /) -> Any:\n """"""Return pow(self, value, mod).""""""\n ...\n def __radd__(self, value: float, /) -> float:\n """"""Return value+self.""""""\n ...\n def __rsub__(self, value: float, /) -> float:\n """"""Return value-self.""""""\n ...\n def __rmul__(self, value: float, /) -> float:\n """"""Return value*self.""""""\n ...\n def __rfloordiv__(self, value: float, /) -> float:\n """"""Return value//self.""""""\n ...\n def __rtruediv__(self, value: float, /) -> float:\n """"""Return value/self.""""""\n ...\n def __rmod__(self, value: float, /) -> float:\n """"""Return value%self.""""""\n ...\n def __rdivmod__(self, value: float, /) -> tuple[float, float]:\n """"""Return divmod(value, self).""""""\n ...\n @overload\n def __rpow__(self, value: _PositiveInteger, mod: None = None, /) -> float:\n """"""Return pow(value, self, mod).""""""\n ...\n @overload\n def __rpow__(self, value: _NegativeInteger, mod: None = None, /) -> complex:\n """"""Return pow(value, self, mod).""""""\n ...\n # Returning `complex` for the general case gives too many false-positive errors.\n @overload\n def __rpow__(self, value: float, mod: None = None, /) -> Any:\n """"""Return pow(value, self, mod).""""""\n ...\n def __getnewargs__(self) -> tuple[float]: ...\n def __trunc__(self) -> int:\n """"""Return the Integral closest to x between 0 and x.""""""\n ...\n def __ceil__(self) -> int:\n """"""Return the ceiling as an Integral.""""""\n ...\n def __floor__(self) -> int:\n """"""Return the floor as an Integral.""""""\n ...\n @overload\n def __round__(self, ndigits: None = None, /) -> int:\n """"""\n Return the Integral closest to x, rounding half toward even.\n\n When an argument is passed, work like built-in round(x, ndigits).\n """"""\n ...\n @overload\n def __round__(self, ndigits: SupportsIndex, /) -> float:\n """"""\n Return the Integral closest to x, rounding half toward even.\n\n When an argument is passed, work like built-in round(x, ndigits).\n """"""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __ne__(self, value: object, /) -> bool:\n """"""Return self!=value.""""""\n ...\n def __lt__(self, value: float, /) -> bool:\n """"""Return self bool:\n """"""Return self<=value.""""""\n ...\n def __gt__(self, value: float, /) -> bool:\n """"""Return self>value.""""""\n ...\n def __ge__(self, value: float, /) -> bool:\n """"""Return self>=value.""""""\n ...\n def __neg__(self) -> float:\n """"""-self""""""\n ...\n def __pos__(self) -> float:\n """"""+self""""""\n ...\n def __int__(self) -> int:\n """"""int(self)""""""\n ...\n def __float__(self) -> float:\n """"""float(self)""""""\n ...\n def __abs__(self) -> float:\n """"""abs(self)""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n def __bool__(self) -> bool:\n """"""True if self else False""""""\n ...\n if sys.version_info >= (3, 14):\n @classmethod\n def from_number(cls, number: float | SupportsIndex | SupportsFloat, /) -> Self: ...\n\nclass complex:\n """"""\n Create a complex number from a real part and an optional imaginary part.\n\n This is equivalent to (real + imag*1j) where imag defaults to 0.\n """"""\n # Python doesn't currently accept SupportsComplex for the second argument\n @overload\n def __new__(\n cls,\n real: complex | SupportsComplex | SupportsFloat | SupportsIndex = ...,\n imag: complex | SupportsFloat | SupportsIndex = ...,\n ) -> Self: ...\n @overload\n def __new__(cls, real: str | SupportsComplex | SupportsFloat | SupportsIndex | complex) -> Self: ...\n @property\n def real(self) -> float:\n """"""the real part of a complex number""""""\n ...\n @property\n def imag(self) -> float:\n """"""the imaginary part of a complex number""""""\n ...\n def conjugate(self) -> complex:\n """"""Return the complex conjugate of its argument. (3-4j).conjugate() == 3+4j.""""""\n ...\n def __add__(self, value: complex, /) -> complex:\n """"""Return self+value.""""""\n ...\n def __sub__(self, value: complex, /) -> complex:\n """"""Return self-value.""""""\n ...\n def __mul__(self, value: complex, /) -> complex:\n """"""Return self*value.""""""\n ...\n def __pow__(self, value: complex, mod: None = None, /) -> complex:\n """"""Return pow(self, value, mod).""""""\n ...\n def __truediv__(self, value: complex, /) -> complex:\n """"""Return self/value.""""""\n ...\n def __radd__(self, value: complex, /) -> complex:\n """"""Return value+self.""""""\n ...\n def __rsub__(self, value: complex, /) -> complex:\n """"""Return value-self.""""""\n ...\n def __rmul__(self, value: complex, /) -> complex:\n """"""Return value*self.""""""\n ...\n def __rpow__(self, value: complex, mod: None = None, /) -> complex:\n """"""Return pow(value, self, mod).""""""\n ...\n def __rtruediv__(self, value: complex, /) -> complex:\n """"""Return value/self.""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __ne__(self, value: object, /) -> bool:\n """"""Return self!=value.""""""\n ...\n def __neg__(self) -> complex:\n """"""-self""""""\n ...\n def __pos__(self) -> complex:\n """"""+self""""""\n ...\n def __abs__(self) -> float:\n """"""abs(self)""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n def __bool__(self) -> bool:\n """"""True if self else False""""""\n ...\n if sys.version_info >= (3, 11):\n def __complex__(self) -> complex:\n """"""Convert this value to exact type complex.""""""\n ...\n if sys.version_info >= (3, 14):\n @classmethod\n def from_number(cls, number: complex | SupportsComplex | SupportsFloat | SupportsIndex, /) -> Self: ...\n\nclass _FormatMapMapping(Protocol):\n def __getitem__(self, key: str, /) -> Any: ...\n\nclass _TranslateTable(Protocol):\n def __getitem__(self, key: int, /) -> str | int | None: ...\n\nclass str(Sequence[str]):\n """"""\n str(object='') -> str\n str(bytes_or_buffer[, encoding[, errors]]) -> str\n\n Create a new string object from the given object. If encoding or\n errors is specified, then the object must expose a data buffer\n that will be decoded using the given encoding and error handler.\n Otherwise, returns the result of object.__str__() (if defined)\n or repr(object).\n encoding defaults to sys.getdefaultencoding().\n errors defaults to 'strict'.\n """"""\n @overload\n def __new__(cls, object: object = ...) -> Self: ...\n @overload\n def __new__(cls, object: ReadableBuffer, encoding: str = ..., errors: str = ...) -> Self: ...\n @overload\n def capitalize(self: LiteralString) -> LiteralString:\n """"""\n Return a capitalized version of the string.\n\n More specifically, make the first character have upper case and the rest lower\n case.\n """"""\n ...\n @overload\n def capitalize(self) -> str:\n """"""\n Return a capitalized version of the string.\n\n More specifically, make the first character have upper case and the rest lower\n case.\n """"""\n ...\n @overload\n def casefold(self: LiteralString) -> LiteralString:\n """"""Return a version of the string suitable for caseless comparisons.""""""\n ...\n @overload\n def casefold(self) -> str:\n """"""Return a version of the string suitable for caseless comparisons.""""""\n ...\n @overload\n def center(self: LiteralString, width: SupportsIndex, fillchar: LiteralString = "" "", /) -> LiteralString:\n """"""\n Return a centered string of length width.\n\n Padding is done using the specified fill character (default is a space).\n """"""\n ...\n @overload\n def center(self, width: SupportsIndex, fillchar: str = "" "", /) -> str:\n """"""\n Return a centered string of length width.\n\n Padding is done using the specified fill character (default is a space).\n """"""\n ...\n def count(self, sub: str, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /) -> int:\n """"""\n S.count(sub[, start[, end]]) -> int\n\n Return the number of non-overlapping occurrences of substring sub in\n string S[start:end]. Optional arguments start and end are\n interpreted as in slice notation.\n """"""\n ...\n def encode(self, encoding: str = ""utf-8"", errors: str = ""strict"") -> bytes:\n """"""\n Encode the string using the codec registered for encoding.\n\n encoding\n The encoding in which to encode the string.\n errors\n The error handling scheme to use for encoding errors.\n The default is 'strict' meaning that encoding errors raise a\n UnicodeEncodeError. Other possible values are 'ignore', 'replace' and\n 'xmlcharrefreplace' as well as any other name registered with\n codecs.register_error that can handle UnicodeEncodeErrors.\n """"""\n ...\n def endswith(\n self, suffix: str | tuple[str, ...], start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> bool:\n """"""\n S.endswith(suffix[, start[, end]]) -> bool\n\n Return True if S ends with the specified suffix, False otherwise.\n With optional start, test S beginning at that position.\n With optional end, stop comparing S at that position.\n suffix can also be a tuple of strings to try.\n """"""\n ...\n @overload\n def expandtabs(self: LiteralString, tabsize: SupportsIndex = 8) -> LiteralString:\n """"""\n Return a copy where all tab characters are expanded using spaces.\n\n If tabsize is not given, a tab size of 8 characters is assumed.\n """"""\n ...\n @overload\n def expandtabs(self, tabsize: SupportsIndex = 8) -> str:\n """"""\n Return a copy where all tab characters are expanded using spaces.\n\n If tabsize is not given, a tab size of 8 characters is assumed.\n """"""\n ...\n def find(self, sub: str, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /) -> int:\n """"""\n S.find(sub[, start[, end]]) -> int\n\n Return the lowest index in S where substring sub is found,\n such that sub is contained within S[start:end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Return -1 on failure.\n """"""\n ...\n @overload\n def format(self: LiteralString, *args: LiteralString, **kwargs: LiteralString) -> LiteralString:\n """"""\n S.format(*args, **kwargs) -> str\n\n Return a formatted version of S, using substitutions from args and kwargs.\n The substitutions are identified by braces ('{' and '}').\n """"""\n ...\n @overload\n def format(self, *args: object, **kwargs: object) -> str:\n """"""\n S.format(*args, **kwargs) -> str\n\n Return a formatted version of S, using substitutions from args and kwargs.\n The substitutions are identified by braces ('{' and '}').\n """"""\n ...\n def format_map(self, mapping: _FormatMapMapping, /) -> str:\n """"""\n S.format_map(mapping) -> str\n\n Return a formatted version of S, using substitutions from mapping.\n The substitutions are identified by braces ('{' and '}').\n """"""\n ...\n def index(self, sub: str, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /) -> int:\n """"""\n S.index(sub[, start[, end]]) -> int\n\n Return the lowest index in S where substring sub is found,\n such that sub is contained within S[start:end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Raises ValueError when the substring is not found.\n """"""\n ...\n def isalnum(self) -> bool:\n """"""\n Return True if the string is an alpha-numeric string, False otherwise.\n\n A string is alpha-numeric if all characters in the string are alpha-numeric and\n there is at least one character in the string.\n """"""\n ...\n def isalpha(self) -> bool:\n """"""\n Return True if the string is an alphabetic string, False otherwise.\n\n A string is alphabetic if all characters in the string are alphabetic and there\n is at least one character in the string.\n """"""\n ...\n def isascii(self) -> bool:\n """"""\n Return True if all characters in the string are ASCII, False otherwise.\n\n ASCII characters have code points in the range U+0000-U+007F.\n Empty string is ASCII too.\n """"""\n ...\n def isdecimal(self) -> bool:\n """"""\n Return True if the string is a decimal string, False otherwise.\n\n A string is a decimal string if all characters in the string are decimal and\n there is at least one character in the string.\n """"""\n ...\n def isdigit(self) -> bool:\n """"""\n Return True if the string is a digit string, False otherwise.\n\n A string is a digit string if all characters in the string are digits and there\n is at least one character in the string.\n """"""\n ...\n def isidentifier(self) -> bool:\n """"""\n Return True if the string is a valid Python identifier, False otherwise.\n\n Call keyword.iskeyword(s) to test whether string s is a reserved identifier,\n such as ""def"" or ""class"".\n """"""\n ...\n def islower(self) -> bool:\n """"""\n Return True if the string is a lowercase string, False otherwise.\n\n A string is lowercase if all cased characters in the string are lowercase and\n there is at least one cased character in the string.\n """"""\n ...\n def isnumeric(self) -> bool:\n """"""\n Return True if the string is a numeric string, False otherwise.\n\n A string is numeric if all characters in the string are numeric and there is at\n least one character in the string.\n """"""\n ...\n def isprintable(self) -> bool:\n """"""\n Return True if the string is printable, False otherwise.\n\n A string is printable if all of its characters are considered printable in\n repr() or if it is empty.\n """"""\n ...\n def isspace(self) -> bool:\n """"""\n Return True if the string is a whitespace string, False otherwise.\n\n A string is whitespace if all characters in the string are whitespace and there\n is at least one character in the string.\n """"""\n ...\n def istitle(self) -> bool:\n """"""\n Return True if the string is a title-cased string, False otherwise.\n\n In a title-cased string, upper- and title-case characters may only\n follow uncased characters and lowercase characters only cased ones.\n """"""\n ...\n def isupper(self) -> bool:\n """"""\n Return True if the string is an uppercase string, False otherwise.\n\n A string is uppercase if all cased characters in the string are uppercase and\n there is at least one cased character in the string.\n """"""\n ...\n @overload\n def join(self: LiteralString, iterable: Iterable[LiteralString], /) -> LiteralString:\n """"""\n Concatenate any number of strings.\n\n The string whose method is called is inserted in between each given string.\n The result is returned as a new string.\n\n Example: '.'.join(['ab', 'pq', 'rs']) -> 'ab.pq.rs'\n """"""\n ...\n @overload\n def join(self, iterable: Iterable[str], /) -> str:\n """"""\n Concatenate any number of strings.\n\n The string whose method is called is inserted in between each given string.\n The result is returned as a new string.\n\n Example: '.'.join(['ab', 'pq', 'rs']) -> 'ab.pq.rs'\n """"""\n ...\n @overload\n def ljust(self: LiteralString, width: SupportsIndex, fillchar: LiteralString = "" "", /) -> LiteralString:\n """"""\n Return a left-justified string of length width.\n\n Padding is done using the specified fill character (default is a space).\n """"""\n ...\n @overload\n def ljust(self, width: SupportsIndex, fillchar: str = "" "", /) -> str:\n """"""\n Return a left-justified string of length width.\n\n Padding is done using the specified fill character (default is a space).\n """"""\n ...\n @overload\n def lower(self: LiteralString) -> LiteralString:\n """"""Return a copy of the string converted to lowercase.""""""\n ...\n @overload\n def lower(self) -> str:\n """"""Return a copy of the string converted to lowercase.""""""\n ...\n @overload\n def lstrip(self: LiteralString, chars: LiteralString | None = None, /) -> LiteralString:\n """"""\n Return a copy of the string with leading whitespace removed.\n\n If chars is given and not None, remove characters in chars instead.\n """"""\n ...\n @overload\n def lstrip(self, chars: str | None = None, /) -> str:\n """"""\n Return a copy of the string with leading whitespace removed.\n\n If chars is given and not None, remove characters in chars instead.\n """"""\n ...\n @overload\n def partition(self: LiteralString, sep: LiteralString, /) -> tuple[LiteralString, LiteralString, LiteralString]:\n """"""\n Partition the string into three parts using the given separator.\n\n This will search for the separator in the string. If the separator is found,\n returns a 3-tuple containing the part before the separator, the separator\n itself, and the part after it.\n\n If the separator is not found, returns a 3-tuple containing the original string\n and two empty strings.\n """"""\n ...\n @overload\n def partition(self, sep: str, /) -> tuple[str, str, str]:\n """"""\n Partition the string into three parts using the given separator.\n\n This will search for the separator in the string. If the separator is found,\n returns a 3-tuple containing the part before the separator, the separator\n itself, and the part after it.\n\n If the separator is not found, returns a 3-tuple containing the original string\n and two empty strings.\n """"""\n ...\n if sys.version_info >= (3, 13):\n @overload\n def replace(\n self: LiteralString, old: LiteralString, new: LiteralString, /, count: SupportsIndex = -1\n ) -> LiteralString: ...\n @overload\n def replace(self, old: str, new: str, /, count: SupportsIndex = -1) -> str: ... # type: ignore[misc]\n else:\n @overload\n def replace(\n self: LiteralString, old: LiteralString, new: LiteralString, count: SupportsIndex = -1, /\n ) -> LiteralString:\n """"""\n Return a copy with all occurrences of substring old replaced by new.\n\n count\n Maximum number of occurrences to replace.\n -1 (the default value) means replace all occurrences.\n\n If the optional argument count is given, only the first count occurrences are\n replaced.\n """"""\n ...\n @overload\n def replace(self, old: str, new: str, count: SupportsIndex = -1, /) -> str:\n """"""\n Return a copy with all occurrences of substring old replaced by new.\n\n count\n Maximum number of occurrences to replace.\n -1 (the default value) means replace all occurrences.\n\n If the optional argument count is given, only the first count occurrences are\n replaced.\n """"""\n ...\n\n @overload\n def removeprefix(self: LiteralString, prefix: LiteralString, /) -> LiteralString:\n """"""\n Return a str with the given prefix string removed if present.\n\n If the string starts with the prefix string, return string[len(prefix):].\n Otherwise, return a copy of the original string.\n """"""\n ...\n @overload\n def removeprefix(self, prefix: str, /) -> str:\n """"""\n Return a str with the given prefix string removed if present.\n\n If the string starts with the prefix string, return string[len(prefix):].\n Otherwise, return a copy of the original string.\n """"""\n ...\n @overload\n def removesuffix(self: LiteralString, suffix: LiteralString, /) -> LiteralString:\n """"""\n Return a str with the given suffix string removed if present.\n\n If the string ends with the suffix string and that suffix is not empty,\n return string[:-len(suffix)]. Otherwise, return a copy of the original\n string.\n """"""\n ...\n @overload\n def removesuffix(self, suffix: str, /) -> str:\n """"""\n Return a str with the given suffix string removed if present.\n\n If the string ends with the suffix string and that suffix is not empty,\n return string[:-len(suffix)]. Otherwise, return a copy of the original\n string.\n """"""\n ...\n def rfind(self, sub: str, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /) -> int:\n """"""\n S.rfind(sub[, start[, end]]) -> int\n\n Return the highest index in S where substring sub is found,\n such that sub is contained within S[start:end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Return -1 on failure.\n """"""\n ...\n def rindex(self, sub: str, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /) -> int:\n """"""\n S.rindex(sub[, start[, end]]) -> int\n\n Return the highest index in S where substring sub is found,\n such that sub is contained within S[start:end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Raises ValueError when the substring is not found.\n """"""\n ...\n @overload\n def rjust(self: LiteralString, width: SupportsIndex, fillchar: LiteralString = "" "", /) -> LiteralString:\n """"""\n Return a right-justified string of length width.\n\n Padding is done using the specified fill character (default is a space).\n """"""\n ...\n @overload\n def rjust(self, width: SupportsIndex, fillchar: str = "" "", /) -> str:\n """"""\n Return a right-justified string of length width.\n\n Padding is done using the specified fill character (default is a space).\n """"""\n ...\n @overload\n def rpartition(self: LiteralString, sep: LiteralString, /) -> tuple[LiteralString, LiteralString, LiteralString]:\n """"""\n Partition the string into three parts using the given separator.\n\n This will search for the separator in the string, starting at the end. If\n the separator is found, returns a 3-tuple containing the part before the\n separator, the separator itself, and the part after it.\n\n If the separator is not found, returns a 3-tuple containing two empty strings\n and the original string.\n """"""\n ...\n @overload\n def rpartition(self, sep: str, /) -> tuple[str, str, str]:\n """"""\n Partition the string into three parts using the given separator.\n\n This will search for the separator in the string, starting at the end. If\n the separator is found, returns a 3-tuple containing the part before the\n separator, the separator itself, and the part after it.\n\n If the separator is not found, returns a 3-tuple containing two empty strings\n and the original string.\n """"""\n ...\n @overload\n def rsplit(self: LiteralString, sep: LiteralString | None = None, maxsplit: SupportsIndex = -1) -> list[LiteralString]:\n r""""""\n Return a list of the substrings in the string, using sep as the separator string.\n\n sep\n The separator used to split the string.\n\n When set to None (the default value), will split on any whitespace\n character (including \n \r \t \f and spaces) and will discard\n empty strings from the result.\n maxsplit\n Maximum number of splits.\n -1 (the default value) means no limit.\n\n Splitting starts at the end of the string and works to the front.\n """"""\n ...\n @overload\n def rsplit(self, sep: str | None = None, maxsplit: SupportsIndex = -1) -> list[str]:\n r""""""\n Return a list of the substrings in the string, using sep as the separator string.\n\n sep\n The separator used to split the string.\n\n When set to None (the default value), will split on any whitespace\n character (including \n \r \t \f and spaces) and will discard\n empty strings from the result.\n maxsplit\n Maximum number of splits.\n -1 (the default value) means no limit.\n\n Splitting starts at the end of the string and works to the front.\n """"""\n ...\n @overload\n def rstrip(self: LiteralString, chars: LiteralString | None = None, /) -> LiteralString:\n """"""\n Return a copy of the string with trailing whitespace removed.\n\n If chars is given and not None, remove characters in chars instead.\n """"""\n ...\n @overload\n def rstrip(self, chars: str | None = None, /) -> str:\n """"""\n Return a copy of the string with trailing whitespace removed.\n\n If chars is given and not None, remove characters in chars instead.\n """"""\n ...\n @overload\n def split(self: LiteralString, sep: LiteralString | None = None, maxsplit: SupportsIndex = -1) -> list[LiteralString]:\n r""""""\n Return a list of the substrings in the string, using sep as the separator string.\n\n sep\n The separator used to split the string.\n\n When set to None (the default value), will split on any whitespace\n character (including \n \r \t \f and spaces) and will discard\n empty strings from the result.\n maxsplit\n Maximum number of splits.\n -1 (the default value) means no limit.\n\n Splitting starts at the front of the string and works to the end.\n\n Note, str.split() is mainly useful for data that has been intentionally\n delimited. With natural text that includes punctuation, consider using\n the regular expression module.\n """"""\n ...\n @overload\n def split(self, sep: str | None = None, maxsplit: SupportsIndex = -1) -> list[str]:\n r""""""\n Return a list of the substrings in the string, using sep as the separator string.\n\n sep\n The separator used to split the string.\n\n When set to None (the default value), will split on any whitespace\n character (including \n \r \t \f and spaces) and will discard\n empty strings from the result.\n maxsplit\n Maximum number of splits.\n -1 (the default value) means no limit.\n\n Splitting starts at the front of the string and works to the end.\n\n Note, str.split() is mainly useful for data that has been intentionally\n delimited. With natural text that includes punctuation, consider using\n the regular expression module.\n """"""\n ...\n @overload\n def splitlines(self: LiteralString, keepends: bool = False) -> list[LiteralString]:\n """"""\n Return a list of the lines in the string, breaking at line boundaries.\n\n Line breaks are not included in the resulting list unless keepends is given and\n true.\n """"""\n ...\n @overload\n def splitlines(self, keepends: bool = False) -> list[str]:\n """"""\n Return a list of the lines in the string, breaking at line boundaries.\n\n Line breaks are not included in the resulting list unless keepends is given and\n true.\n """"""\n ...\n def startswith(\n self, prefix: str | tuple[str, ...], start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> bool:\n """"""\n S.startswith(prefix[, start[, end]]) -> bool\n\n Return True if S starts with the specified prefix, False otherwise.\n With optional start, test S beginning at that position.\n With optional end, stop comparing S at that position.\n prefix can also be a tuple of strings to try.\n """"""\n ...\n @overload\n def strip(self: LiteralString, chars: LiteralString | None = None, /) -> LiteralString:\n """"""\n Return a copy of the string with leading and trailing whitespace removed.\n\n If chars is given and not None, remove characters in chars instead.\n """"""\n ...\n @overload\n def strip(self, chars: str | None = None, /) -> str:\n """"""\n Return a copy of the string with leading and trailing whitespace removed.\n\n If chars is given and not None, remove characters in chars instead.\n """"""\n ...\n @overload\n def swapcase(self: LiteralString) -> LiteralString:\n """"""Convert uppercase characters to lowercase and lowercase characters to uppercase.""""""\n ...\n @overload\n def swapcase(self) -> str:\n """"""Convert uppercase characters to lowercase and lowercase characters to uppercase.""""""\n ...\n @overload\n def title(self: LiteralString) -> LiteralString:\n """"""\n Return a version of the string where each word is titlecased.\n\n More specifically, words start with uppercased characters and all remaining\n cased characters have lower case.\n """"""\n ...\n @overload\n def title(self) -> str:\n """"""\n Return a version of the string where each word is titlecased.\n\n More specifically, words start with uppercased characters and all remaining\n cased characters have lower case.\n """"""\n ...\n def translate(self, table: _TranslateTable, /) -> str:\n """"""\n Replace each character in the string using the given translation table.\n\n table\n Translation table, which must be a mapping of Unicode ordinals to\n Unicode ordinals, strings, or None.\n\n The table must implement lookup/indexing via __getitem__, for instance a\n dictionary or list. If this operation raises LookupError, the character is\n left untouched. Characters mapped to None are deleted.\n """"""\n ...\n @overload\n def upper(self: LiteralString) -> LiteralString:\n """"""Return a copy of the string converted to uppercase.""""""\n ...\n @overload\n def upper(self) -> str:\n """"""Return a copy of the string converted to uppercase.""""""\n ...\n @overload\n def zfill(self: LiteralString, width: SupportsIndex, /) -> LiteralString:\n """"""\n Pad a numeric string with zeros on the left, to fill a field of the given width.\n\n The string is never truncated.\n """"""\n ...\n @overload\n def zfill(self, width: SupportsIndex, /) -> str:\n """"""\n Pad a numeric string with zeros on the left, to fill a field of the given width.\n\n The string is never truncated.\n """"""\n ...\n @staticmethod\n @overload\n def maketrans(x: dict[int, _T] | dict[str, _T] | dict[str | int, _T], /) -> dict[int, _T]:\n """"""\n Return a translation table usable for str.translate().\n\n If there is only one argument, it must be a dictionary mapping Unicode\n ordinals (integers) or characters to Unicode ordinals, strings or None.\n Character keys will be then converted to ordinals.\n If there are two arguments, they must be strings of equal length, and\n in the resulting dictionary, each character in x will be mapped to the\n character at the same position in y. If there is a third argument, it\n must be a string, whose characters will be mapped to None in the result.\n """"""\n ...\n @staticmethod\n @overload\n def maketrans(x: str, y: str, /) -> dict[int, int]:\n """"""\n Return a translation table usable for str.translate().\n\n If there is only one argument, it must be a dictionary mapping Unicode\n ordinals (integers) or characters to Unicode ordinals, strings or None.\n Character keys will be then converted to ordinals.\n If there are two arguments, they must be strings of equal length, and\n in the resulting dictionary, each character in x will be mapped to the\n character at the same position in y. If there is a third argument, it\n must be a string, whose characters will be mapped to None in the result.\n """"""\n ...\n @staticmethod\n @overload\n def maketrans(x: str, y: str, z: str, /) -> dict[int, int | None]:\n """"""\n Return a translation table usable for str.translate().\n\n If there is only one argument, it must be a dictionary mapping Unicode\n ordinals (integers) or characters to Unicode ordinals, strings or None.\n Character keys will be then converted to ordinals.\n If there are two arguments, they must be strings of equal length, and\n in the resulting dictionary, each character in x will be mapped to the\n character at the same position in y. If there is a third argument, it\n must be a string, whose characters will be mapped to None in the result.\n """"""\n ...\n @overload\n def __add__(self: LiteralString, value: LiteralString, /) -> LiteralString:\n """"""Return self+value.""""""\n ...\n @overload\n def __add__(self, value: str, /) -> str:\n """"""Return self+value.""""""\n ...\n # Incompatible with Sequence.__contains__\n def __contains__(self, key: str, /) -> bool:\n """"""Return bool(key in self).""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __ge__(self, value: str, /) -> bool:\n """"""Return self>=value.""""""\n ...\n @overload\n def __getitem__(self: LiteralString, key: SupportsIndex | slice, /) -> LiteralString:\n """"""Return self[key].""""""\n ...\n @overload\n def __getitem__(self, key: SupportsIndex | slice, /) -> str:\n """"""Return self[key].""""""\n ...\n def __gt__(self, value: str, /) -> bool:\n """"""Return self>value.""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n @overload\n def __iter__(self: LiteralString) -> Iterator[LiteralString]:\n """"""Implement iter(self).""""""\n ...\n @overload\n def __iter__(self) -> Iterator[str]:\n """"""Implement iter(self).""""""\n ...\n def __le__(self, value: str, /) -> bool:\n """"""Return self<=value.""""""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __lt__(self, value: str, /) -> bool:\n """"""Return self LiteralString:\n """"""Return self%value.""""""\n ...\n @overload\n def __mod__(self, value: Any, /) -> str:\n """"""Return self%value.""""""\n ...\n @overload\n def __mul__(self: LiteralString, value: SupportsIndex, /) -> LiteralString:\n """"""Return self*value.""""""\n ...\n @overload\n def __mul__(self, value: SupportsIndex, /) -> str:\n """"""Return self*value.""""""\n ...\n def __ne__(self, value: object, /) -> bool:\n """"""Return self!=value.""""""\n ...\n @overload\n def __rmul__(self: LiteralString, value: SupportsIndex, /) -> LiteralString:\n """"""Return value*self.""""""\n ...\n @overload\n def __rmul__(self, value: SupportsIndex, /) -> str:\n """"""Return value*self.""""""\n ...\n def __getnewargs__(self) -> tuple[str]: ...\n\nclass bytes(Sequence[int]):\n """"""\n bytes(iterable_of_ints) -> bytes\n bytes(string, encoding[, errors]) -> bytes\n bytes(bytes_or_buffer) -> immutable copy of bytes_or_buffer\n bytes(int) -> bytes object of size given by the parameter initialized with null bytes\n bytes() -> empty bytes object\n\n Construct an immutable array of bytes from:\n - an iterable yielding integers in range(256)\n - a text string encoded using the specified encoding\n - any object implementing the buffer API.\n - an integer\n """"""\n @overload\n def __new__(cls, o: Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | ReadableBuffer, /) -> Self: ...\n @overload\n def __new__(cls, string: str, /, encoding: str, errors: str = ...) -> Self: ...\n @overload\n def __new__(cls) -> Self: ...\n def capitalize(self) -> bytes:\n """"""\n B.capitalize() -> copy of B\n\n Return a copy of B with only its first character capitalized (ASCII)\n and the rest lower-cased.\n """"""\n ...\n def center(self, width: SupportsIndex, fillchar: bytes = b"" "", /) -> bytes:\n """"""\n Return a centered string of length width.\n\n Padding is done using the specified fill character.\n """"""\n ...\n def count(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.count(sub[, start[, end]]) -> int\n\n Return the number of non-overlapping occurrences of subsection sub in\n bytes B[start:end]. Optional arguments start and end are interpreted\n as in slice notation.\n """"""\n ...\n def decode(self, encoding: str = ""utf-8"", errors: str = ""strict"") -> str:\n """"""\n Decode the bytes using the codec registered for encoding.\n\n encoding\n The encoding with which to decode the bytes.\n errors\n The error handling scheme to use for the handling of decoding errors.\n The default is 'strict' meaning that decoding errors raise a\n UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n as well as any other name registered with codecs.register_error that\n can handle UnicodeDecodeErrors.\n """"""\n ...\n def endswith(\n self,\n suffix: ReadableBuffer | tuple[ReadableBuffer, ...],\n start: SupportsIndex | None = ...,\n end: SupportsIndex | None = ...,\n /,\n ) -> bool:\n """"""\n B.endswith(suffix[, start[, end]]) -> bool\n\n Return True if B ends with the specified suffix, False otherwise.\n With optional start, test B beginning at that position.\n With optional end, stop comparing B at that position.\n suffix can also be a tuple of bytes to try.\n """"""\n ...\n def expandtabs(self, tabsize: SupportsIndex = 8) -> bytes:\n """"""\n Return a copy where all tab characters are expanded using spaces.\n\n If tabsize is not given, a tab size of 8 characters is assumed.\n """"""\n ...\n def find(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.find(sub[, start[, end]]) -> int\n\n Return the lowest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Return -1 on failure.\n """"""\n ...\n def hex(self, sep: str | bytes = ..., bytes_per_sep: SupportsIndex = ...) -> str:\n r""""""\n Create a string of hexadecimal numbers from a bytes object.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\n Example:\n >>> value = b'\xb9\x01\xef'\n >>> value.hex()\n 'b901ef'\n >>> value.hex(':')\n 'b9:01:ef'\n >>> value.hex(':', 2)\n 'b9:01ef'\n >>> value.hex(':', -2)\n 'b901:ef'\n """"""\n ...\n def index(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.index(sub[, start[, end]]) -> int\n\n Return the lowest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Raises ValueError when the subsection is not found.\n """"""\n ...\n def isalnum(self) -> bool:\n """"""\n B.isalnum() -> bool\n\n Return True if all characters in B are alphanumeric\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def isalpha(self) -> bool:\n """"""\n B.isalpha() -> bool\n\n Return True if all characters in B are alphabetic\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def isascii(self) -> bool:\n """"""\n B.isascii() -> bool\n\n Return True if B is empty or all characters in B are ASCII,\n False otherwise.\n """"""\n ...\n def isdigit(self) -> bool:\n """"""\n B.isdigit() -> bool\n\n Return True if all characters in B are digits\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def islower(self) -> bool:\n """"""\n B.islower() -> bool\n\n Return True if all cased characters in B are lowercase and there is\n at least one cased character in B, False otherwise.\n """"""\n ...\n def isspace(self) -> bool:\n """"""\n B.isspace() -> bool\n\n Return True if all characters in B are whitespace\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def istitle(self) -> bool:\n """"""\n B.istitle() -> bool\n\n Return True if B is a titlecased string and there is at least one\n character in B, i.e. uppercase characters may only follow uncased\n characters and lowercase characters only cased ones. Return False\n otherwise.\n """"""\n ...\n def isupper(self) -> bool:\n """"""\n B.isupper() -> bool\n\n Return True if all cased characters in B are uppercase and there is\n at least one cased character in B, False otherwise.\n """"""\n ...\n def join(self, iterable_of_bytes: Iterable[ReadableBuffer], /) -> bytes:\n """"""\n Concatenate any number of bytes objects.\n\n The bytes whose method is called is inserted in between each pair.\n\n The result is returned as a new bytes object.\n\n Example: b'.'.join([b'ab', b'pq', b'rs']) -> b'ab.pq.rs'.\n """"""\n ...\n def ljust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"" "", /) -> bytes:\n """"""\n Return a left-justified string of length width.\n\n Padding is done using the specified fill character.\n """"""\n ...\n def lower(self) -> bytes:\n """"""\n B.lower() -> copy of B\n\n Return a copy of B with all ASCII characters converted to lowercase.\n """"""\n ...\n def lstrip(self, bytes: ReadableBuffer | None = None, /) -> bytes:\n """"""\n Strip leading bytes contained in the argument.\n\n If the argument is omitted or None, strip leading ASCII whitespace.\n """"""\n ...\n def partition(self, sep: ReadableBuffer, /) -> tuple[bytes, bytes, bytes]:\n """"""\n Partition the bytes into three parts using the given separator.\n\n This will search for the separator sep in the bytes. If the separator is found,\n returns a 3-tuple containing the part before the separator, the separator\n itself, and the part after it.\n\n If the separator is not found, returns a 3-tuple containing the original bytes\n object and two empty bytes objects.\n """"""\n ...\n def replace(self, old: ReadableBuffer, new: ReadableBuffer, count: SupportsIndex = -1, /) -> bytes:\n """"""\n Return a copy with all occurrences of substring old replaced by new.\n\n count\n Maximum number of occurrences to replace.\n -1 (the default value) means replace all occurrences.\n\n If the optional argument count is given, only the first count occurrences are\n replaced.\n """"""\n ...\n def removeprefix(self, prefix: ReadableBuffer, /) -> bytes:\n """"""\n Return a bytes object with the given prefix string removed if present.\n\n If the bytes starts with the prefix string, return bytes[len(prefix):].\n Otherwise, return a copy of the original bytes.\n """"""\n ...\n def removesuffix(self, suffix: ReadableBuffer, /) -> bytes:\n """"""\n Return a bytes object with the given suffix string removed if present.\n\n If the bytes ends with the suffix string and that suffix is not empty,\n return bytes[:-len(prefix)]. Otherwise, return a copy of the original\n bytes.\n """"""\n ...\n def rfind(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.rfind(sub[, start[, end]]) -> int\n\n Return the highest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Return -1 on failure.\n """"""\n ...\n def rindex(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.rindex(sub[, start[, end]]) -> int\n\n Return the highest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Raise ValueError when the subsection is not found.\n """"""\n ...\n def rjust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"" "", /) -> bytes:\n """"""\n Return a right-justified string of length width.\n\n Padding is done using the specified fill character.\n """"""\n ...\n def rpartition(self, sep: ReadableBuffer, /) -> tuple[bytes, bytes, bytes]:\n """"""\n Partition the bytes into three parts using the given separator.\n\n This will search for the separator sep in the bytes, starting at the end. If\n the separator is found, returns a 3-tuple containing the part before the\n separator, the separator itself, and the part after it.\n\n If the separator is not found, returns a 3-tuple containing two empty bytes\n objects and the original bytes object.\n """"""\n ...\n def rsplit(self, sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1) -> list[bytes]:\n """"""\n Return a list of the sections in the bytes, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytes.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.\n\n Splitting is done starting at the end of the bytes and working to the front.\n """"""\n ...\n def rstrip(self, bytes: ReadableBuffer | None = None, /) -> bytes:\n """"""\n Strip trailing bytes contained in the argument.\n\n If the argument is omitted or None, strip trailing ASCII whitespace.\n """"""\n ...\n def split(self, sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1) -> list[bytes]:\n """"""\n Return a list of the sections in the bytes, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytes.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.\n """"""\n ...\n def splitlines(self, keepends: bool = False) -> list[bytes]:\n """"""\n Return a list of the lines in the bytes, breaking at line boundaries.\n\n Line breaks are not included in the resulting list unless keepends is given and\n true.\n """"""\n ...\n def startswith(\n self,\n prefix: ReadableBuffer | tuple[ReadableBuffer, ...],\n start: SupportsIndex | None = ...,\n end: SupportsIndex | None = ...,\n /,\n ) -> bool:\n """"""\n B.startswith(prefix[, start[, end]]) -> bool\n\n Return True if B starts with the specified prefix, False otherwise.\n With optional start, test B beginning at that position.\n With optional end, stop comparing B at that position.\n prefix can also be a tuple of bytes to try.\n """"""\n ...\n def strip(self, bytes: ReadableBuffer | None = None, /) -> bytes:\n """"""\n Strip leading and trailing bytes contained in the argument.\n\n If the argument is omitted or None, strip leading and trailing ASCII whitespace.\n """"""\n ...\n def swapcase(self) -> bytes:\n """"""\n B.swapcase() -> copy of B\n\n Return a copy of B with uppercase ASCII characters converted\n to lowercase ASCII and vice versa.\n """"""\n ...\n def title(self) -> bytes:\n """"""\n B.title() -> copy of B\n\n Return a titlecased version of B, i.e. ASCII words start with uppercase\n characters, all remaining cased characters have lowercase.\n """"""\n ...\n def translate(self, table: ReadableBuffer | None, /, delete: bytes = b"""") -> bytes:\n """"""\n Return a copy with each character mapped by the given translation table.\n\n table\n Translation table, which must be a bytes object of length 256.\n\n All characters occurring in the optional argument delete are removed.\n The remaining characters are mapped through the given translation table.\n """"""\n ...\n def upper(self) -> bytes:\n """"""\n B.upper() -> copy of B\n\n Return a copy of B with all ASCII characters converted to uppercase.\n """"""\n ...\n def zfill(self, width: SupportsIndex, /) -> bytes:\n """"""\n Pad a numeric string with zeros on the left, to fill a field of the given width.\n\n The original string is never truncated.\n """"""\n ...\n @classmethod\n def fromhex(cls, string: str, /) -> Self:\n r""""""\n Create a bytes object from a string of hexadecimal numbers.\n\n Spaces between two numbers are accepted.\n Example: bytes.fromhex('B9 01EF') -> b'\\xb9\\x01\\xef'.\n """"""\n ...\n @staticmethod\n def maketrans(frm: ReadableBuffer, to: ReadableBuffer, /) -> bytes:\n """"""\n Return a translation table useable for the bytes or bytearray translate method.\n\n The returned table will be one where each byte in frm is mapped to the byte at\n the same position in to.\n\n The bytes objects frm and to must be of the same length.\n """"""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __iter__(self) -> Iterator[int]:\n """"""Implement iter(self).""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n @overload\n def __getitem__(self, key: SupportsIndex, /) -> int:\n """"""Return self[key].""""""\n ...\n @overload\n def __getitem__(self, key: slice, /) -> bytes:\n """"""Return self[key].""""""\n ...\n def __add__(self, value: ReadableBuffer, /) -> bytes:\n """"""Return self+value.""""""\n ...\n def __mul__(self, value: SupportsIndex, /) -> bytes:\n """"""Return self*value.""""""\n ...\n def __rmul__(self, value: SupportsIndex, /) -> bytes:\n """"""Return value*self.""""""\n ...\n def __mod__(self, value: Any, /) -> bytes:\n """"""Return self%value.""""""\n ...\n # Incompatible with Sequence.__contains__\n def __contains__(self, key: SupportsIndex | ReadableBuffer, /) -> bool:\n """"""Return bool(key in self).""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __ne__(self, value: object, /) -> bool:\n """"""Return self!=value.""""""\n ...\n def __lt__(self, value: bytes, /) -> bool:\n """"""Return self bool:\n """"""Return self<=value.""""""\n ...\n def __gt__(self, value: bytes, /) -> bool:\n """"""Return self>value.""""""\n ...\n def __ge__(self, value: bytes, /) -> bool:\n """"""Return self>=value.""""""\n ...\n def __getnewargs__(self) -> tuple[bytes]: ...\n if sys.version_info >= (3, 11):\n def __bytes__(self) -> bytes:\n """"""Convert this value to exact type bytes.""""""\n ...\n\n def __buffer__(self, flags: int, /) -> memoryview:\n """"""Return a buffer object that exposes the underlying memory of the object.""""""\n ...\n\nclass bytearray(MutableSequence[int]):\n """"""\n bytearray(iterable_of_ints) -> bytearray\n bytearray(string, encoding[, errors]) -> bytearray\n bytearray(bytes_or_buffer) -> mutable copy of bytes_or_buffer\n bytearray(int) -> bytes array of size given by the parameter initialized with null bytes\n bytearray() -> empty bytes array\n\n Construct a mutable bytearray object from:\n - an iterable yielding integers in range(256)\n - a text string encoded using the specified encoding\n - a bytes or a buffer object\n - any object implementing the buffer API.\n - an integer\n """"""\n @overload\n def __init__(self) -> None: ...\n @overload\n def __init__(self, ints: Iterable[SupportsIndex] | SupportsIndex | ReadableBuffer, /) -> None: ...\n @overload\n def __init__(self, string: str, /, encoding: str, errors: str = ...) -> None: ...\n def append(self, item: SupportsIndex, /) -> None:\n """"""\n Append a single item to the end of the bytearray.\n\n item\n The item to be appended.\n """"""\n ...\n def capitalize(self) -> bytearray:\n """"""\n B.capitalize() -> copy of B\n\n Return a copy of B with only its first character capitalized (ASCII)\n and the rest lower-cased.\n """"""\n ...\n def center(self, width: SupportsIndex, fillchar: bytes = b"" "", /) -> bytearray:\n """"""\n Return a centered string of length width.\n\n Padding is done using the specified fill character.\n """"""\n ...\n def count(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.count(sub[, start[, end]]) -> int\n\n Return the number of non-overlapping occurrences of subsection sub in\n bytes B[start:end]. Optional arguments start and end are interpreted\n as in slice notation.\n """"""\n ...\n def copy(self) -> bytearray:\n """"""Return a copy of B.""""""\n ...\n def decode(self, encoding: str = ""utf-8"", errors: str = ""strict"") -> str:\n """"""\n Decode the bytearray using the codec registered for encoding.\n\n encoding\n The encoding with which to decode the bytearray.\n errors\n The error handling scheme to use for the handling of decoding errors.\n The default is 'strict' meaning that decoding errors raise a\n UnicodeDecodeError. Other possible values are 'ignore' and 'replace'\n as well as any other name registered with codecs.register_error that\n can handle UnicodeDecodeErrors.\n """"""\n ...\n def endswith(\n self,\n suffix: ReadableBuffer | tuple[ReadableBuffer, ...],\n start: SupportsIndex | None = ...,\n end: SupportsIndex | None = ...,\n /,\n ) -> bool:\n """"""\n B.endswith(suffix[, start[, end]]) -> bool\n\n Return True if B ends with the specified suffix, False otherwise.\n With optional start, test B beginning at that position.\n With optional end, stop comparing B at that position.\n suffix can also be a tuple of bytes to try.\n """"""\n ...\n def expandtabs(self, tabsize: SupportsIndex = 8) -> bytearray:\n """"""\n Return a copy where all tab characters are expanded using spaces.\n\n If tabsize is not given, a tab size of 8 characters is assumed.\n """"""\n ...\n def extend(self, iterable_of_ints: Iterable[SupportsIndex], /) -> None:\n """"""\n Append all the items from the iterator or sequence to the end of the bytearray.\n\n iterable_of_ints\n The iterable of items to append.\n """"""\n ...\n def find(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.find(sub[, start[, end]]) -> int\n\n Return the lowest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Return -1 on failure.\n """"""\n ...\n def hex(self, sep: str | bytes = ..., bytes_per_sep: SupportsIndex = ...) -> str:\n """"""\n Create a string of hexadecimal numbers from a bytearray object.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\n Example:\n >>> value = bytearray([0xb9, 0x01, 0xef])\n >>> value.hex()\n 'b901ef'\n >>> value.hex(':')\n 'b9:01:ef'\n >>> value.hex(':', 2)\n 'b9:01ef'\n >>> value.hex(':', -2)\n 'b901:ef'\n """"""\n ...\n def index(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.index(sub[, start[, end]]) -> int\n\n Return the lowest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Raises ValueError when the subsection is not found.\n """"""\n ...\n def insert(self, index: SupportsIndex, item: SupportsIndex, /) -> None:\n """"""\n Insert a single item into the bytearray before the given index.\n\n index\n The index where the value is to be inserted.\n item\n The item to be inserted.\n """"""\n ...\n def isalnum(self) -> bool:\n """"""\n B.isalnum() -> bool\n\n Return True if all characters in B are alphanumeric\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def isalpha(self) -> bool:\n """"""\n B.isalpha() -> bool\n\n Return True if all characters in B are alphabetic\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def isascii(self) -> bool:\n """"""\n B.isascii() -> bool\n\n Return True if B is empty or all characters in B are ASCII,\n False otherwise.\n """"""\n ...\n def isdigit(self) -> bool:\n """"""\n B.isdigit() -> bool\n\n Return True if all characters in B are digits\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def islower(self) -> bool:\n """"""\n B.islower() -> bool\n\n Return True if all cased characters in B are lowercase and there is\n at least one cased character in B, False otherwise.\n """"""\n ...\n def isspace(self) -> bool:\n """"""\n B.isspace() -> bool\n\n Return True if all characters in B are whitespace\n and there is at least one character in B, False otherwise.\n """"""\n ...\n def istitle(self) -> bool:\n """"""\n B.istitle() -> bool\n\n Return True if B is a titlecased string and there is at least one\n character in B, i.e. uppercase characters may only follow uncased\n characters and lowercase characters only cased ones. Return False\n otherwise.\n """"""\n ...\n def isupper(self) -> bool:\n """"""\n B.isupper() -> bool\n\n Return True if all cased characters in B are uppercase and there is\n at least one cased character in B, False otherwise.\n """"""\n ...\n def join(self, iterable_of_bytes: Iterable[ReadableBuffer], /) -> bytearray:\n """"""\n Concatenate any number of bytes/bytearray objects.\n\n The bytearray whose method is called is inserted in between each pair.\n\n The result is returned as a new bytearray object.\n """"""\n ...\n def ljust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"" "", /) -> bytearray:\n """"""\n Return a left-justified string of length width.\n\n Padding is done using the specified fill character.\n """"""\n ...\n def lower(self) -> bytearray:\n """"""\n B.lower() -> copy of B\n\n Return a copy of B with all ASCII characters converted to lowercase.\n """"""\n ...\n def lstrip(self, bytes: ReadableBuffer | None = None, /) -> bytearray:\n """"""\n Strip leading bytes contained in the argument.\n\n If the argument is omitted or None, strip leading ASCII whitespace.\n """"""\n ...\n def partition(self, sep: ReadableBuffer, /) -> tuple[bytearray, bytearray, bytearray]:\n """"""\n Partition the bytearray into three parts using the given separator.\n\n This will search for the separator sep in the bytearray. If the separator is\n found, returns a 3-tuple containing the part before the separator, the\n separator itself, and the part after it as new bytearray objects.\n\n If the separator is not found, returns a 3-tuple containing the copy of the\n original bytearray object and two empty bytearray objects.\n """"""\n ...\n def pop(self, index: int = -1, /) -> int:\n """"""\n Remove and return a single item from B.\n\n index\n The index from where to remove the item.\n -1 (the default value) means remove the last item.\n\n If no index argument is given, will pop the last item.\n """"""\n ...\n def remove(self, value: int, /) -> None:\n """"""\n Remove the first occurrence of a value in the bytearray.\n\n value\n The value to remove.\n """"""\n ...\n def removeprefix(self, prefix: ReadableBuffer, /) -> bytearray:\n """"""\n Return a bytearray with the given prefix string removed if present.\n\n If the bytearray starts with the prefix string, return\n bytearray[len(prefix):]. Otherwise, return a copy of the original\n bytearray.\n """"""\n ...\n def removesuffix(self, suffix: ReadableBuffer, /) -> bytearray:\n """"""\n Return a bytearray with the given suffix string removed if present.\n\n If the bytearray ends with the suffix string and that suffix is not\n empty, return bytearray[:-len(suffix)]. Otherwise, return a copy of\n the original bytearray.\n """"""\n ...\n def replace(self, old: ReadableBuffer, new: ReadableBuffer, count: SupportsIndex = -1, /) -> bytearray:\n """"""\n Return a copy with all occurrences of substring old replaced by new.\n\n count\n Maximum number of occurrences to replace.\n -1 (the default value) means replace all occurrences.\n\n If the optional argument count is given, only the first count occurrences are\n replaced.\n """"""\n ...\n def rfind(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.rfind(sub[, start[, end]]) -> int\n\n Return the highest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Return -1 on failure.\n """"""\n ...\n def rindex(\n self, sub: ReadableBuffer | SupportsIndex, start: SupportsIndex | None = ..., end: SupportsIndex | None = ..., /\n ) -> int:\n """"""\n B.rindex(sub[, start[, end]]) -> int\n\n Return the highest index in B where subsection sub is found,\n such that sub is contained within B[start,end]. Optional\n arguments start and end are interpreted as in slice notation.\n\n Raise ValueError when the subsection is not found.\n """"""\n ...\n def rjust(self, width: SupportsIndex, fillchar: bytes | bytearray = b"" "", /) -> bytearray:\n """"""\n Return a right-justified string of length width.\n\n Padding is done using the specified fill character.\n """"""\n ...\n def rpartition(self, sep: ReadableBuffer, /) -> tuple[bytearray, bytearray, bytearray]:\n """"""\n Partition the bytearray into three parts using the given separator.\n\n This will search for the separator sep in the bytearray, starting at the end.\n If the separator is found, returns a 3-tuple containing the part before the\n separator, the separator itself, and the part after it as new bytearray\n objects.\n\n If the separator is not found, returns a 3-tuple containing two empty bytearray\n objects and the copy of the original bytearray object.\n """"""\n ...\n def rsplit(self, sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1) -> list[bytearray]:\n """"""\n Return a list of the sections in the bytearray, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytearray.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.\n\n Splitting is done starting at the end of the bytearray and working to the front.\n """"""\n ...\n def rstrip(self, bytes: ReadableBuffer | None = None, /) -> bytearray:\n """"""\n Strip trailing bytes contained in the argument.\n\n If the argument is omitted or None, strip trailing ASCII whitespace.\n """"""\n ...\n def split(self, sep: ReadableBuffer | None = None, maxsplit: SupportsIndex = -1) -> list[bytearray]:\n """"""\n Return a list of the sections in the bytearray, using sep as the delimiter.\n\n sep\n The delimiter according which to split the bytearray.\n None (the default value) means split on ASCII whitespace characters\n (space, tab, return, newline, formfeed, vertical tab).\n maxsplit\n Maximum number of splits to do.\n -1 (the default value) means no limit.\n """"""\n ...\n def splitlines(self, keepends: bool = False) -> list[bytearray]:\n """"""\n Return a list of the lines in the bytearray, breaking at line boundaries.\n\n Line breaks are not included in the resulting list unless keepends is given and\n true.\n """"""\n ...\n def startswith(\n self,\n prefix: ReadableBuffer | tuple[ReadableBuffer, ...],\n start: SupportsIndex | None = ...,\n end: SupportsIndex | None = ...,\n /,\n ) -> bool:\n """"""\n B.startswith(prefix[, start[, end]]) -> bool\n\n Return True if B starts with the specified prefix, False otherwise.\n With optional start, test B beginning at that position.\n With optional end, stop comparing B at that position.\n prefix can also be a tuple of bytes to try.\n """"""\n ...\n def strip(self, bytes: ReadableBuffer | None = None, /) -> bytearray:\n """"""\n Strip leading and trailing bytes contained in the argument.\n\n If the argument is omitted or None, strip leading and trailing ASCII whitespace.\n """"""\n ...\n def swapcase(self) -> bytearray:\n """"""\n B.swapcase() -> copy of B\n\n Return a copy of B with uppercase ASCII characters converted\n to lowercase ASCII and vice versa.\n """"""\n ...\n def title(self) -> bytearray:\n """"""\n B.title() -> copy of B\n\n Return a titlecased version of B, i.e. ASCII words start with uppercase\n characters, all remaining cased characters have lowercase.\n """"""\n ...\n def translate(self, table: ReadableBuffer | None, /, delete: bytes = b"""") -> bytearray:\n """"""\n Return a copy with each character mapped by the given translation table.\n\n table\n Translation table, which must be a bytes object of length 256.\n\n All characters occurring in the optional argument delete are removed.\n The remaining characters are mapped through the given translation table.\n """"""\n ...\n def upper(self) -> bytearray:\n """"""\n B.upper() -> copy of B\n\n Return a copy of B with all ASCII characters converted to uppercase.\n """"""\n ...\n def zfill(self, width: SupportsIndex, /) -> bytearray:\n """"""\n Pad a numeric string with zeros on the left, to fill a field of the given width.\n\n The original string is never truncated.\n """"""\n ...\n @classmethod\n def fromhex(cls, string: str, /) -> Self:\n r""""""\n Create a bytearray object from a string of hexadecimal numbers.\n\n Spaces between two numbers are accepted.\n Example: bytearray.fromhex('B9 01EF') -> bytearray(b'\\xb9\\x01\\xef')\n """"""\n ...\n @staticmethod\n def maketrans(frm: ReadableBuffer, to: ReadableBuffer, /) -> bytes:\n """"""\n Return a translation table useable for the bytes or bytearray translate method.\n\n The returned table will be one where each byte in frm is mapped to the byte at\n the same position in to.\n\n The bytes objects frm and to must be of the same length.\n """"""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __iter__(self) -> Iterator[int]:\n """"""Implement iter(self).""""""\n ...\n __hash__: ClassVar[None] # type: ignore[assignment]\n @overload\n def __getitem__(self, key: SupportsIndex, /) -> int:\n """"""Return self[key].""""""\n ...\n @overload\n def __getitem__(self, key: slice, /) -> bytearray:\n """"""Return self[key].""""""\n ...\n @overload\n def __setitem__(self, key: SupportsIndex, value: SupportsIndex, /) -> None:\n """"""Set self[key] to value.""""""\n ...\n @overload\n def __setitem__(self, key: slice, value: Iterable[SupportsIndex] | bytes, /) -> None:\n """"""Set self[key] to value.""""""\n ...\n def __delitem__(self, key: SupportsIndex | slice, /) -> None:\n """"""Delete self[key].""""""\n ...\n def __add__(self, value: ReadableBuffer, /) -> bytearray:\n """"""Return self+value.""""""\n ...\n # The superclass wants us to accept Iterable[int], but that fails at runtime.\n def __iadd__(self, value: ReadableBuffer, /) -> Self:\n """"""Implement self+=value.""""""\n ...\n def __mul__(self, value: SupportsIndex, /) -> bytearray:\n """"""Return self*value.""""""\n ...\n def __rmul__(self, value: SupportsIndex, /) -> bytearray:\n """"""Return value*self.""""""\n ...\n def __imul__(self, value: SupportsIndex, /) -> Self:\n """"""Implement self*=value.""""""\n ...\n def __mod__(self, value: Any, /) -> bytes:\n """"""Return self%value.""""""\n ...\n # Incompatible with Sequence.__contains__\n def __contains__(self, key: SupportsIndex | ReadableBuffer, /) -> bool:\n """"""Return bool(key in self).""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __ne__(self, value: object, /) -> bool:\n """"""Return self!=value.""""""\n ...\n def __lt__(self, value: ReadableBuffer, /) -> bool:\n """"""Return self bool:\n """"""Return self<=value.""""""\n ...\n def __gt__(self, value: ReadableBuffer, /) -> bool:\n """"""Return self>value.""""""\n ...\n def __ge__(self, value: ReadableBuffer, /) -> bool:\n """"""Return self>=value.""""""\n ...\n def __alloc__(self) -> int:\n """"""\n B.__alloc__() -> int\n\n Return the number of bytes actually allocated.\n """"""\n ...\n def __buffer__(self, flags: int, /) -> memoryview:\n """"""Return a buffer object that exposes the underlying memory of the object.""""""\n ...\n def __release_buffer__(self, buffer: memoryview, /) -> None:\n """"""Release the buffer object that exposes the underlying memory of the object.""""""\n ...\n if sys.version_info >= (3, 14):\n def resize(self, size: int, /) -> None: ...\n\n_IntegerFormats: TypeAlias = Literal[\n ""b"", ""B"", ""@b"", ""@B"", ""h"", ""H"", ""@h"", ""@H"", ""i"", ""I"", ""@i"", ""@I"", ""l"", ""L"", ""@l"", ""@L"", ""q"", ""Q"", ""@q"", ""@Q"", ""P"", ""@P""\n]\n\n@final\nclass memoryview(Sequence[_I]):\n """"""Create a new memoryview object which references the given object.""""""\n @property\n def format(self) -> str:\n """"""\n A string containing the format (in struct module style)\n for each element in the view.\n """"""\n ...\n @property\n def itemsize(self) -> int:\n """"""The size in bytes of each element of the memoryview.""""""\n ...\n @property\n def shape(self) -> tuple[int, ...] | None:\n """"""\n A tuple of ndim integers giving the shape of the memory\n as an N-dimensional array.\n """"""\n ...\n @property\n def strides(self) -> tuple[int, ...] | None:\n """"""\n A tuple of ndim integers giving the size in bytes to access\n each element for each dimension of the array.\n """"""\n ...\n @property\n def suboffsets(self) -> tuple[int, ...] | None:\n """"""A tuple of integers used internally for PIL-style arrays.""""""\n ...\n @property\n def readonly(self) -> bool:\n """"""A bool indicating whether the memory is read only.""""""\n ...\n @property\n def ndim(self) -> int:\n """"""\n An integer indicating how many dimensions of a multi-dimensional\n array the memory represents.\n """"""\n ...\n @property\n def obj(self) -> ReadableBuffer:\n """"""The underlying object of the memoryview.""""""\n ...\n @property\n def c_contiguous(self) -> bool:\n """"""A bool indicating whether the memory is C contiguous.""""""\n ...\n @property\n def f_contiguous(self) -> bool:\n """"""A bool indicating whether the memory is Fortran contiguous.""""""\n ...\n @property\n def contiguous(self) -> bool:\n """"""A bool indicating whether the memory is contiguous.""""""\n ...\n @property\n def nbytes(self) -> int:\n """"""\n The amount of space in bytes that the array would use in\n a contiguous representation.\n """"""\n ...\n def __new__(cls, obj: ReadableBuffer) -> Self: ...\n def __enter__(self) -> Self: ...\n def __exit__(\n self,\n exc_type: type[BaseException] | None, # noqa: PYI036 # This is the module declaring BaseException\n exc_val: BaseException | None,\n exc_tb: TracebackType | None,\n /,\n ) -> None: ...\n @overload\n def cast(self, format: Literal[""c"", ""@c""], shape: list[int] | tuple[int, ...] = ...) -> memoryview[bytes]:\n """"""Cast a memoryview to a new format or shape.""""""\n ...\n @overload\n def cast(self, format: Literal[""f"", ""@f"", ""d"", ""@d""], shape: list[int] | tuple[int, ...] = ...) -> memoryview[float]:\n """"""Cast a memoryview to a new format or shape.""""""\n ...\n @overload\n def cast(self, format: Literal[""?""], shape: list[int] | tuple[int, ...] = ...) -> memoryview[bool]:\n """"""Cast a memoryview to a new format or shape.""""""\n ...\n @overload\n def cast(self, format: _IntegerFormats, shape: list[int] | tuple[int, ...] = ...) -> memoryview:\n """"""Cast a memoryview to a new format or shape.""""""\n ...\n @overload\n def __getitem__(self, key: SupportsIndex | tuple[SupportsIndex, ...], /) -> _I:\n """"""Return self[key].""""""\n ...\n @overload\n def __getitem__(self, key: slice, /) -> memoryview[_I]:\n """"""Return self[key].""""""\n ...\n def __contains__(self, x: object, /) -> bool: ...\n def __iter__(self) -> Iterator[_I]:\n """"""Implement iter(self).""""""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n @overload\n def __setitem__(self, key: slice, value: ReadableBuffer, /) -> None:\n """"""Set self[key] to value.""""""\n ...\n @overload\n def __setitem__(self, key: SupportsIndex | tuple[SupportsIndex, ...], value: _I, /) -> None:\n """"""Set self[key] to value.""""""\n ...\n if sys.version_info >= (3, 10):\n def tobytes(self, order: Literal[""C"", ""F"", ""A""] | None = ""C"") -> bytes:\n """"""\n Return the data in the buffer as a byte string.\n\n Order can be {'C', 'F', 'A'}. When order is 'C' or 'F', the data of the\n original array is converted to C or Fortran order. For contiguous views,\n 'A' returns an exact copy of the physical memory. In particular, in-memory\n Fortran order is preserved. For non-contiguous views, the data is converted\n to C first. order=None is the same as order='C'.\n """"""\n ...\n else:\n def tobytes(self, order: Literal[""C"", ""F"", ""A""] | None = None) -> bytes: ...\n\n def tolist(self) -> list[int]:\n """"""Return the data in the buffer as a list of elements.""""""\n ...\n def toreadonly(self) -> memoryview:\n """"""Return a readonly version of the memoryview.""""""\n ...\n def release(self) -> None:\n """"""Release the underlying buffer exposed by the memoryview object.""""""\n ...\n def hex(self, sep: str | bytes = ..., bytes_per_sep: SupportsIndex = ...) -> str:\n r""""""\n Return the data in the buffer as a str of hexadecimal numbers.\n\n sep\n An optional single character or byte to separate hex bytes.\n bytes_per_sep\n How many bytes between separators. Positive values count from the\n right, negative values count from the left.\n\n Example:\n >>> value = memoryview(b'\xb9\x01\xef')\n >>> value.hex()\n 'b901ef'\n >>> value.hex(':')\n 'b9:01:ef'\n >>> value.hex(':', 2)\n 'b9:01ef'\n >>> value.hex(':', -2)\n 'b901:ef'\n """"""\n ...\n def __buffer__(self, flags: int, /) -> memoryview:\n """"""Return a buffer object that exposes the underlying memory of the object.""""""\n ...\n def __release_buffer__(self, buffer: memoryview, /) -> None:\n """"""Release the buffer object that exposes the underlying memory of the object.""""""\n ...\n\n # These are inherited from the Sequence ABC, but don't actually exist on memoryview.\n # See https://github.com/python/cpython/issues/125420\n index: ClassVar[None] # type: ignore[assignment]\n count: ClassVar[None] # type: ignore[assignment]\n if sys.version_info >= (3, 14):\n def __class_getitem__(cls, item: Any, /) -> GenericAlias: ...\n\n@final\nclass bool(int):\n """"""\n bool(x) -> bool\n\n Returns True when the argument x is true, False otherwise.\n The builtins True and False are the only two instances of the class bool.\n The class bool is a subclass of the class int, and cannot be subclassed.\n """"""\n def __new__(cls, o: object = ..., /) -> Self: ...\n # The following overloads could be represented more elegantly with a TypeVar(""_B"", bool, int),\n # however mypy has a bug regarding TypeVar constraints (https://github.com/python/mypy/issues/11880).\n @overload\n def __and__(self, value: bool, /) -> bool:\n """"""Return self&value.""""""\n ...\n @overload\n def __and__(self, value: int, /) -> int:\n """"""Return self&value.""""""\n ...\n @overload\n def __or__(self, value: bool, /) -> bool:\n """"""Return self|value.""""""\n ...\n @overload\n def __or__(self, value: int, /) -> int:\n """"""Return self|value.""""""\n ...\n @overload\n def __xor__(self, value: bool, /) -> bool:\n """"""Return self^value.""""""\n ...\n @overload\n def __xor__(self, value: int, /) -> int:\n """"""Return self^value.""""""\n ...\n @overload\n def __rand__(self, value: bool, /) -> bool:\n """"""Return value&self.""""""\n ...\n @overload\n def __rand__(self, value: int, /) -> int:\n """"""Return value&self.""""""\n ...\n @overload\n def __ror__(self, value: bool, /) -> bool:\n """"""Return value|self.""""""\n ...\n @overload\n def __ror__(self, value: int, /) -> int:\n """"""Return value|self.""""""\n ...\n @overload\n def __rxor__(self, value: bool, /) -> bool:\n """"""Return value^self.""""""\n ...\n @overload\n def __rxor__(self, value: int, /) -> int:\n """"""Return value^self.""""""\n ...\n def __getnewargs__(self) -> tuple[int]: ...\n @deprecated(""Will throw an error in Python 3.16. Use `not` for logical negation of bools instead."")\n def __invert__(self) -> int:\n """"""~self""""""\n ...\n\n@final\nclass slice(Generic[_StartT_co, _StopT_co, _StepT_co]):\n """"""\n slice(stop)\n slice(start, stop[, step])\n\n Create a slice object. This is used for extended slicing (e.g. a[0:10:2]).\n """"""\n @property\n def start(self) -> _StartT_co: ...\n @property\n def step(self) -> _StepT_co: ...\n @property\n def stop(self) -> _StopT_co: ...\n # Note: __new__ overloads map `None` to `Any`, since users expect slice(x, None)\n # to be compatible with slice(None, x).\n # generic slice --------------------------------------------------------------------\n @overload\n def __new__(cls, start: None, stop: None = None, step: None = None, /) -> slice[Any, Any, Any]: ...\n # unary overloads ------------------------------------------------------------------\n @overload\n def __new__(cls, stop: _T2, /) -> slice[Any, _T2, Any]: ...\n # binary overloads -----------------------------------------------------------------\n @overload\n def __new__(cls, start: _T1, stop: None, step: None = None, /) -> slice[_T1, Any, Any]: ...\n @overload\n def __new__(cls, start: None, stop: _T2, step: None = None, /) -> slice[Any, _T2, Any]: ...\n @overload\n def __new__(cls, start: _T1, stop: _T2, step: None = None, /) -> slice[_T1, _T2, Any]: ...\n # ternary overloads ----------------------------------------------------------------\n @overload\n def __new__(cls, start: None, stop: None, step: _T3, /) -> slice[Any, Any, _T3]: ...\n @overload\n def __new__(cls, start: _T1, stop: None, step: _T3, /) -> slice[_T1, Any, _T3]: ...\n @overload\n def __new__(cls, start: None, stop: _T2, step: _T3, /) -> slice[Any, _T2, _T3]: ...\n @overload\n def __new__(cls, start: _T1, stop: _T2, step: _T3, /) -> slice[_T1, _T2, _T3]: ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n if sys.version_info >= (3, 12):\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n else:\n __hash__: ClassVar[None] # type: ignore[assignment]\n\n def indices(self, len: SupportsIndex, /) -> tuple[int, int, int]:\n """"""\n S.indices(len) -> (start, stop, stride)\n\n Assuming a sequence of length len, calculate the start and stop\n indices, and the stride length of the extended slice described by\n S. Out of bounds indices are clipped in a manner consistent with the\n handling of normal slices.\n """"""\n ...\n\nclass tuple(Sequence[_T_co]):\n """"""\n Built-in immutable sequence.\n\n If no argument is given, the constructor returns an empty tuple.\n If iterable is specified the tuple is initialized from iterable's items.\n\n If the argument is a tuple, the return value is the same object.\n """"""\n def __new__(cls, iterable: Iterable[_T_co] = ..., /) -> Self: ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __contains__(self, key: object, /) -> bool:\n """"""Return bool(key in self).""""""\n ...\n @overload\n def __getitem__(self, key: SupportsIndex, /) -> _T_co:\n """"""Return self[key].""""""\n ...\n @overload\n def __getitem__(self, key: slice, /) -> tuple[_T_co, ...]:\n """"""Return self[key].""""""\n ...\n def __iter__(self) -> Iterator[_T_co]:\n """"""Implement iter(self).""""""\n ...\n def __lt__(self, value: tuple[_T_co, ...], /) -> bool:\n """"""Return self bool:\n """"""Return self<=value.""""""\n ...\n def __gt__(self, value: tuple[_T_co, ...], /) -> bool:\n """"""Return self>value.""""""\n ...\n def __ge__(self, value: tuple[_T_co, ...], /) -> bool:\n """"""Return self>=value.""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n @overload\n def __add__(self, value: tuple[_T_co, ...], /) -> tuple[_T_co, ...]:\n """"""Return self+value.""""""\n ...\n @overload\n def __add__(self, value: tuple[_T, ...], /) -> tuple[_T_co | _T, ...]:\n """"""Return self+value.""""""\n ...\n def __mul__(self, value: SupportsIndex, /) -> tuple[_T_co, ...]:\n """"""Return self*value.""""""\n ...\n def __rmul__(self, value: SupportsIndex, /) -> tuple[_T_co, ...]:\n """"""Return value*self.""""""\n ...\n def count(self, value: Any, /) -> int:\n """"""Return number of occurrences of value.""""""\n ...\n def index(self, value: Any, start: SupportsIndex = 0, stop: SupportsIndex = sys.maxsize, /) -> int:\n """"""\n Return first index of value.\n\n Raises ValueError if the value is not present.\n """"""\n ...\n def __class_getitem__(cls, item: Any, /) -> GenericAlias:\n """"""See PEP 585""""""\n ...\n\n# Doesn't exist at runtime, but deleting this breaks mypy and pyright. See:\n# https://github.com/python/typeshed/issues/7580\n# https://github.com/python/mypy/issues/8240\n# Obsolete, use types.FunctionType instead.\n@final\n@type_check_only\nclass function:\n # Make sure this class definition stays roughly in line with `types.FunctionType`\n @property\n def __closure__(self) -> tuple[CellType, ...] | None: ...\n __code__: CodeType\n __defaults__: tuple[Any, ...] | None\n __dict__: dict[str, Any]\n @property\n def __globals__(self) -> dict[str, Any]: ...\n __name__: str\n __qualname__: str\n __annotations__: dict[str, AnnotationForm]\n if sys.version_info >= (3, 14):\n __annotate__: AnnotateFunc | None\n __kwdefaults__: dict[str, Any] | None\n if sys.version_info >= (3, 10):\n @property\n def __builtins__(self) -> dict[str, Any]: ...\n if sys.version_info >= (3, 12):\n __type_params__: tuple[TypeVar | ParamSpec | TypeVarTuple, ...]\n\n __module__: str\n if sys.version_info >= (3, 13):\n def __new__(\n cls,\n code: CodeType,\n globals: dict[str, Any],\n name: str | None = None,\n argdefs: tuple[object, ...] | None = None,\n closure: tuple[CellType, ...] | None = None,\n kwdefaults: dict[str, object] | None = None,\n ) -> Self: ...\n else:\n def __new__(\n cls,\n code: CodeType,\n globals: dict[str, Any],\n name: str | None = None,\n argdefs: tuple[object, ...] | None = None,\n closure: tuple[CellType, ...] | None = None,\n ) -> Self: ...\n\n # mypy uses `builtins.function.__get__` to represent methods, properties, and getset_descriptors so we type the return as Any.\n def __get__(self, instance: object, owner: type | None = None, /) -> Any: ...\n\nclass list(MutableSequence[_T]):\n """"""\n Built-in mutable sequence.\n\n If no argument is given, the constructor creates a new empty list.\n The argument must be an iterable if specified.\n """"""\n @overload\n def __init__(self) -> None: ...\n @overload\n def __init__(self, iterable: Iterable[_T], /) -> None: ...\n def copy(self) -> list[_T]:\n """"""Return a shallow copy of the list.""""""\n ...\n def append(self, object: _T, /) -> None:\n """"""Append object to the end of the list.""""""\n ...\n def extend(self, iterable: Iterable[_T], /) -> None:\n """"""Extend list by appending elements from the iterable.""""""\n ...\n def pop(self, index: SupportsIndex = -1, /) -> _T:\n """"""\n Remove and return item at index (default last).\n\n Raises IndexError if list is empty or index is out of range.\n """"""\n ...\n # Signature of `list.index` should be kept in line with `collections.UserList.index()`\n # and multiprocessing.managers.ListProxy.index()\n def index(self, value: _T, start: SupportsIndex = 0, stop: SupportsIndex = sys.maxsize, /) -> int:\n """"""\n Return first index of value.\n\n Raises ValueError if the value is not present.\n """"""\n ...\n def count(self, value: _T, /) -> int:\n """"""Return number of occurrences of value.""""""\n ...\n def insert(self, index: SupportsIndex, object: _T, /) -> None:\n """"""Insert object before index.""""""\n ...\n def remove(self, value: _T, /) -> None:\n """"""\n Remove first occurrence of value.\n\n Raises ValueError if the value is not present.\n """"""\n ...\n # Signature of `list.sort` should be kept inline with `collections.UserList.sort()`\n # and multiprocessing.managers.ListProxy.sort()\n #\n # Use list[SupportsRichComparisonT] for the first overload rather than [SupportsRichComparison]\n # to work around invariance\n @overload\n def sort(self: list[SupportsRichComparisonT], *, key: None = None, reverse: bool = False) -> None:\n """"""\n Sort the list in ascending order and return None.\n\n The sort is in-place (i.e. the list itself is modified) and stable (i.e. the\n order of two equal elements is maintained).\n\n If a key function is given, apply it once to each list item and sort them,\n ascending or descending, according to their function values.\n\n The reverse flag can be set to sort in descending order.\n """"""\n ...\n @overload\n def sort(self, *, key: Callable[[_T], SupportsRichComparison], reverse: bool = False) -> None:\n """"""\n Sort the list in ascending order and return None.\n\n The sort is in-place (i.e. the list itself is modified) and stable (i.e. the\n order of two equal elements is maintained).\n\n If a key function is given, apply it once to each list item and sort them,\n ascending or descending, according to their function values.\n\n The reverse flag can be set to sort in descending order.\n """"""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __iter__(self) -> Iterator[_T]:\n """"""Implement iter(self).""""""\n ...\n __hash__: ClassVar[None] # type: ignore[assignment]\n @overload\n def __getitem__(self, i: SupportsIndex, /) -> _T:\n """"""Return self[index].""""""\n ...\n @overload\n def __getitem__(self, s: slice, /) -> list[_T]:\n """"""Return self[index].""""""\n ...\n @overload\n def __setitem__(self, key: SupportsIndex, value: _T, /) -> None:\n """"""Set self[key] to value.""""""\n ...\n @overload\n def __setitem__(self, key: slice, value: Iterable[_T], /) -> None:\n """"""Set self[key] to value.""""""\n ...\n def __delitem__(self, key: SupportsIndex | slice, /) -> None:\n """"""Delete self[key].""""""\n ...\n # Overloading looks unnecessary, but is needed to work around complex mypy problems\n @overload\n def __add__(self, value: list[_T], /) -> list[_T]:\n """"""Return self+value.""""""\n ...\n @overload\n def __add__(self, value: list[_S], /) -> list[_S | _T]:\n """"""Return self+value.""""""\n ...\n def __iadd__(self, value: Iterable[_T], /) -> Self:\n """"""Implement self+=value.""""""\n ...\n def __mul__(self, value: SupportsIndex, /) -> list[_T]:\n """"""Return self*value.""""""\n ...\n def __rmul__(self, value: SupportsIndex, /) -> list[_T]:\n """"""Return value*self.""""""\n ...\n def __imul__(self, value: SupportsIndex, /) -> Self:\n """"""Implement self*=value.""""""\n ...\n def __contains__(self, key: object, /) -> bool:\n """"""Return bool(key in self).""""""\n ...\n def __reversed__(self) -> Iterator[_T]:\n """"""Return a reverse iterator over the list.""""""\n ...\n def __gt__(self, value: list[_T], /) -> bool:\n """"""Return self>value.""""""\n ...\n def __ge__(self, value: list[_T], /) -> bool:\n """"""Return self>=value.""""""\n ...\n def __lt__(self, value: list[_T], /) -> bool:\n """"""Return self bool:\n """"""Return self<=value.""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __class_getitem__(cls, item: Any, /) -> GenericAlias:\n """"""See PEP 585""""""\n ...\n\nclass dict(MutableMapping[_KT, _VT]):\n """"""\n dict() -> new empty dictionary\n dict(mapping) -> new dictionary initialized from a mapping object's\n (key, value) pairs\n dict(iterable) -> new dictionary initialized as if via:\n d = {}\n for k, v in iterable:\n d[k] = v\n dict(**kwargs) -> new dictionary initialized with the name=value pairs\n in the keyword argument list. For example: dict(one=1, two=2)\n """"""\n # __init__ should be kept roughly in line with `collections.UserDict.__init__`, which has similar semantics\n # Also multiprocessing.managers.SyncManager.dict()\n @overload\n def __init__(self) -> None: ...\n @overload\n def __init__(self: dict[str, _VT], **kwargs: _VT) -> None: ... # pyright: ignore[reportInvalidTypeVarUse] #11780\n @overload\n def __init__(self, map: SupportsKeysAndGetItem[_KT, _VT], /) -> None: ...\n @overload\n def __init__(\n self: dict[str, _VT], # pyright: ignore[reportInvalidTypeVarUse] #11780\n map: SupportsKeysAndGetItem[str, _VT],\n /,\n **kwargs: _VT,\n ) -> None: ...\n @overload\n def __init__(self, iterable: Iterable[tuple[_KT, _VT]], /) -> None: ...\n @overload\n def __init__(\n self: dict[str, _VT], # pyright: ignore[reportInvalidTypeVarUse] #11780\n iterable: Iterable[tuple[str, _VT]],\n /,\n **kwargs: _VT,\n ) -> None: ...\n # Next two overloads are for dict(string.split(sep) for string in iterable)\n # Cannot be Iterable[Sequence[_T]] or otherwise dict([""foo"", ""bar"", ""baz""]) is not an error\n @overload\n def __init__(self: dict[str, str], iterable: Iterable[list[str]], /) -> None: ...\n @overload\n def __init__(self: dict[bytes, bytes], iterable: Iterable[list[bytes]], /) -> None: ...\n def __new__(cls, *args: Any, **kwargs: Any) -> Self: ...\n def copy(self) -> dict[_KT, _VT]:\n """"""D.copy() -> a shallow copy of D""""""\n ...\n def keys(self) -> dict_keys[_KT, _VT]:\n """"""D.keys() -> a set-like object providing a view on D's keys""""""\n ...\n def values(self) -> dict_values[_KT, _VT]:\n """"""D.values() -> an object providing a view on D's values""""""\n ...\n def items(self) -> dict_items[_KT, _VT]:\n """"""D.items() -> a set-like object providing a view on D's items""""""\n ...\n # Signature of `dict.fromkeys` should be kept identical to\n # `fromkeys` methods of `OrderedDict`/`ChainMap`/`UserDict` in `collections`\n # TODO: the true signature of `dict.fromkeys` is not expressible in the current type system.\n # See #3800 & https://github.com/python/typing/issues/548#issuecomment-683336963.\n @classmethod\n @overload\n def fromkeys(cls, iterable: Iterable[_T], value: None = None, /) -> dict[_T, Any | None]:\n """"""Create a new dictionary with keys from iterable and values set to value.""""""\n ...\n @classmethod\n @overload\n def fromkeys(cls, iterable: Iterable[_T], value: _S, /) -> dict[_T, _S]:\n """"""Create a new dictionary with keys from iterable and values set to value.""""""\n ...\n # Positional-only in dict, but not in MutableMapping\n @overload # type: ignore[override]\n def get(self, key: _KT, default: None = None, /) -> _VT | None:\n """"""Return the value for key if key is in the dictionary, else default.""""""\n ...\n @overload\n def get(self, key: _KT, default: _VT, /) -> _VT:\n """"""Return the value for key if key is in the dictionary, else default.""""""\n ...\n @overload\n def get(self, key: _KT, default: _T, /) -> _VT | _T:\n """"""Return the value for key if key is in the dictionary, else default.""""""\n ...\n @overload\n def pop(self, key: _KT, /) -> _VT:\n """"""\n D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n\n If the key is not found, return the default if given; otherwise,\n raise a KeyError.\n """"""\n ...\n @overload\n def pop(self, key: _KT, default: _VT, /) -> _VT:\n """"""\n D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n\n If the key is not found, return the default if given; otherwise,\n raise a KeyError.\n """"""\n ...\n @overload\n def pop(self, key: _KT, default: _T, /) -> _VT | _T:\n """"""\n D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n\n If the key is not found, return the default if given; otherwise,\n raise a KeyError.\n """"""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __getitem__(self, key: _KT, /) -> _VT:\n """"""Return self[key].""""""\n ...\n def __setitem__(self, key: _KT, value: _VT, /) -> None:\n """"""Set self[key] to value.""""""\n ...\n def __delitem__(self, key: _KT, /) -> None:\n """"""Delete self[key].""""""\n ...\n def __iter__(self) -> Iterator[_KT]:\n """"""Implement iter(self).""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __reversed__(self) -> Iterator[_KT]:\n """"""Return a reverse iterator over the dict keys.""""""\n ...\n __hash__: ClassVar[None] # type: ignore[assignment]\n def __class_getitem__(cls, item: Any, /) -> GenericAlias:\n """"""See PEP 585""""""\n ...\n @overload\n def __or__(self, value: dict[_KT, _VT], /) -> dict[_KT, _VT]:\n """"""Return self|value.""""""\n ...\n @overload\n def __or__(self, value: dict[_T1, _T2], /) -> dict[_KT | _T1, _VT | _T2]:\n """"""Return self|value.""""""\n ...\n @overload\n def __ror__(self, value: dict[_KT, _VT], /) -> dict[_KT, _VT]:\n """"""Return value|self.""""""\n ...\n @overload\n def __ror__(self, value: dict[_T1, _T2], /) -> dict[_KT | _T1, _VT | _T2]:\n """"""Return value|self.""""""\n ...\n # dict.__ior__ should be kept roughly in line with MutableMapping.update()\n @overload # type: ignore[misc]\n def __ior__(self, value: SupportsKeysAndGetItem[_KT, _VT], /) -> Self:\n """"""Return self|=value.""""""\n ...\n @overload\n def __ior__(self, value: Iterable[tuple[_KT, _VT]], /) -> Self:\n """"""Return self|=value.""""""\n ...\n\nclass set(MutableSet[_T]):\n """"""\n set() -> new empty set object\n set(iterable) -> new set object\n\n Build an unordered collection of unique elements.\n """"""\n @overload\n def __init__(self) -> None: ...\n @overload\n def __init__(self, iterable: Iterable[_T], /) -> None: ...\n def add(self, element: _T, /) -> None:\n """"""\n Add an element to a set.\n\n This has no effect if the element is already present.\n """"""\n ...\n def copy(self) -> set[_T]:\n """"""Return a shallow copy of a set.""""""\n ...\n def difference(self, *s: Iterable[Any]) -> set[_T]:\n """"""\n Return the difference of two or more sets as a new set.\n\n (i.e. all elements that are in this set but not the others.)\n """"""\n ...\n def difference_update(self, *s: Iterable[Any]) -> None:\n """"""Remove all elements of another set from this set.""""""\n ...\n def discard(self, element: _T, /) -> None:\n """"""\n Remove an element from a set if it is a member.\n\n Unlike set.remove(), the discard() method does not raise\n an exception when an element is missing from the set.\n """"""\n ...\n def intersection(self, *s: Iterable[Any]) -> set[_T]:\n """"""\n Return the intersection of two sets as a new set.\n\n (i.e. all elements that are in both sets.)\n """"""\n ...\n def intersection_update(self, *s: Iterable[Any]) -> None:\n """"""Update a set with the intersection of itself and another.""""""\n ...\n def isdisjoint(self, s: Iterable[Any], /) -> bool:\n """"""Return True if two sets have a null intersection.""""""\n ...\n def issubset(self, s: Iterable[Any], /) -> bool:\n """"""Test whether every element in the set is in other.""""""\n ...\n def issuperset(self, s: Iterable[Any], /) -> bool:\n """"""Test whether every element in other is in the set.""""""\n ...\n def remove(self, element: _T, /) -> None:\n """"""\n Remove an element from a set; it must be a member.\n\n If the element is not a member, raise a KeyError.\n """"""\n ...\n def symmetric_difference(self, s: Iterable[_T], /) -> set[_T]:\n """"""\n Return the symmetric difference of two sets as a new set.\n\n (i.e. all elements that are in exactly one of the sets.)\n """"""\n ...\n def symmetric_difference_update(self, s: Iterable[_T], /) -> None:\n """"""Update a set with the symmetric difference of itself and another.""""""\n ...\n def union(self, *s: Iterable[_S]) -> set[_T | _S]:\n """"""\n Return the union of sets as a new set.\n\n (i.e. all elements that are in either set.)\n """"""\n ...\n def update(self, *s: Iterable[_T]) -> None:\n """"""Update a set with the union of itself and others.""""""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __contains__(self, o: object, /) -> bool:\n """"""x.__contains__(y) <==> y in x.""""""\n ...\n def __iter__(self) -> Iterator[_T]:\n """"""Implement iter(self).""""""\n ...\n def __and__(self, value: AbstractSet[object], /) -> set[_T]:\n """"""Return self&value.""""""\n ...\n def __iand__(self, value: AbstractSet[object], /) -> Self:\n """"""Return self&=value.""""""\n ...\n def __or__(self, value: AbstractSet[_S], /) -> set[_T | _S]:\n """"""Return self|value.""""""\n ...\n def __ior__(self, value: AbstractSet[_T], /) -> Self:\n """"""Return self|=value.""""""\n ...\n def __sub__(self, value: AbstractSet[_T | None], /) -> set[_T]:\n """"""Return self-value.""""""\n ...\n def __isub__(self, value: AbstractSet[object], /) -> Self:\n """"""Return self-=value.""""""\n ...\n def __xor__(self, value: AbstractSet[_S], /) -> set[_T | _S]:\n """"""Return self^value.""""""\n ...\n def __ixor__(self, value: AbstractSet[_T], /) -> Self:\n """"""Return self^=value.""""""\n ...\n def __le__(self, value: AbstractSet[object], /) -> bool:\n """"""Return self<=value.""""""\n ...\n def __lt__(self, value: AbstractSet[object], /) -> bool:\n """"""Return self bool:\n """"""Return self>=value.""""""\n ...\n def __gt__(self, value: AbstractSet[object], /) -> bool:\n """"""Return self>value.""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n __hash__: ClassVar[None] # type: ignore[assignment]\n def __class_getitem__(cls, item: Any, /) -> GenericAlias:\n """"""See PEP 585""""""\n ...\n\nclass frozenset(AbstractSet[_T_co]):\n """"""\n frozenset() -> empty frozenset object\n frozenset(iterable) -> frozenset object\n\n Build an immutable unordered collection of unique elements.\n """"""\n @overload\n def __new__(cls) -> Self: ...\n @overload\n def __new__(cls, iterable: Iterable[_T_co], /) -> Self: ...\n def copy(self) -> frozenset[_T_co]:\n """"""Return a shallow copy of a set.""""""\n ...\n def difference(self, *s: Iterable[object]) -> frozenset[_T_co]:\n """"""\n Return the difference of two or more sets as a new set.\n\n (i.e. all elements that are in this set but not the others.)\n """"""\n ...\n def intersection(self, *s: Iterable[object]) -> frozenset[_T_co]:\n """"""\n Return the intersection of two sets as a new set.\n\n (i.e. all elements that are in both sets.)\n """"""\n ...\n def isdisjoint(self, s: Iterable[_T_co], /) -> bool:\n """"""Return True if two sets have a null intersection.""""""\n ...\n def issubset(self, s: Iterable[object], /) -> bool:\n """"""Test whether every element in the set is in other.""""""\n ...\n def issuperset(self, s: Iterable[object], /) -> bool:\n """"""Test whether every element in other is in the set.""""""\n ...\n def symmetric_difference(self, s: Iterable[_T_co], /) -> frozenset[_T_co]:\n """"""\n Return the symmetric difference of two sets as a new set.\n\n (i.e. all elements that are in exactly one of the sets.)\n """"""\n ...\n def union(self, *s: Iterable[_S]) -> frozenset[_T_co | _S]:\n """"""\n Return the union of sets as a new set.\n\n (i.e. all elements that are in either set.)\n """"""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __contains__(self, o: object, /) -> bool:\n """"""x.__contains__(y) <==> y in x.""""""\n ...\n def __iter__(self) -> Iterator[_T_co]:\n """"""Implement iter(self).""""""\n ...\n def __and__(self, value: AbstractSet[_T_co], /) -> frozenset[_T_co]:\n """"""Return self&value.""""""\n ...\n def __or__(self, value: AbstractSet[_S], /) -> frozenset[_T_co | _S]:\n """"""Return self|value.""""""\n ...\n def __sub__(self, value: AbstractSet[_T_co], /) -> frozenset[_T_co]:\n """"""Return self-value.""""""\n ...\n def __xor__(self, value: AbstractSet[_S], /) -> frozenset[_T_co | _S]:\n """"""Return self^value.""""""\n ...\n def __le__(self, value: AbstractSet[object], /) -> bool:\n """"""Return self<=value.""""""\n ...\n def __lt__(self, value: AbstractSet[object], /) -> bool:\n """"""Return self bool:\n """"""Return self>=value.""""""\n ...\n def __gt__(self, value: AbstractSet[object], /) -> bool:\n """"""Return self>value.""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n def __class_getitem__(cls, item: Any, /) -> GenericAlias:\n """"""See PEP 585""""""\n ...\n\nclass enumerate(Generic[_T]):\n """"""\n Return an enumerate object.\n\n iterable\n an object supporting iteration\n\n The enumerate object yields pairs containing a count (from start, which\n defaults to zero) and a value yielded by the iterable argument.\n\n enumerate is useful for obtaining an indexed list:\n (0, seq[0]), (1, seq[1]), (2, seq[2]), ...\n """"""\n def __new__(cls, iterable: Iterable[_T], start: int = 0) -> Self: ...\n def __iter__(self) -> Self:\n """"""Implement iter(self).""""""\n ...\n def __next__(self) -> tuple[int, _T]:\n """"""Implement next(self).""""""\n ...\n def __class_getitem__(cls, item: Any, /) -> GenericAlias:\n """"""See PEP 585""""""\n ...\n\n@final\nclass range(Sequence[int]):\n """"""\n range(stop) -> range object\n range(start, stop[, step]) -> range object\n\n Return an object that produces a sequence of integers from start (inclusive)\n to stop (exclusive) by step. range(i, j) produces i, i+1, i+2, ..., j-1.\n start defaults to 0, and stop is omitted! range(4) produces 0, 1, 2, 3.\n These are exactly the valid indices for a list of 4 elements.\n When step is given, it specifies the increment (or decrement).\n """"""\n @property\n def start(self) -> int: ...\n @property\n def stop(self) -> int: ...\n @property\n def step(self) -> int: ...\n @overload\n def __new__(cls, stop: SupportsIndex, /) -> Self: ...\n @overload\n def __new__(cls, start: SupportsIndex, stop: SupportsIndex, step: SupportsIndex = ..., /) -> Self: ...\n def count(self, value: int, /) -> int:\n """"""rangeobject.count(value) -> integer -- return number of occurrences of value""""""\n ...\n def index(self, value: int, /) -> int:\n """"""\n rangeobject.index(value) -> integer -- return index of value.\n Raise ValueError if the value is not present.\n """"""\n ...\n def __len__(self) -> int:\n """"""Return len(self).""""""\n ...\n def __eq__(self, value: object, /) -> bool:\n """"""Return self==value.""""""\n ...\n def __hash__(self) -> int:\n """"""Return hash(self).""""""\n ...\n def __contains__(self, key: object, /) -> bool:\n """"""Return bool(key in self).""""""\n ...\n def __iter__(self) -> Iterator[int]:\n """"""Implement iter(self).""""""\n ...\n @overload\n def __getitem__(self, key: SupportsIndex, /) -> int:\n """"""Return self[key].""""""\n ...\n @overload\n def __getitem__(self, key: slice, /) -> range:\n """"""Return self[key].""""""\n ...\n def __reversed__(self) -> Iterator[int]:\n """"""Return a reverse iterator.""""""\n ...\n\nclass property:\n """"""\n Property attribute.\n\n fget\n function to be used for getting an attribute value\n fset\n function to be used for setting an attribute value\n fdel\n function to be used for del'ing an attribute\n doc\n docstring\n\n Typical use is to define a managed attribute x:\n\n class C(object):\n def getx(self): return self._x\n def setx(self, value): self._x = value\n def delx(self): del self._x\n x = property(getx, setx, delx, ""I'm the 'x' property."")\n\n Decorators make defining new properties or modifying existing ones easy:\n\n class C(object):\n @property\n def x(self):\n ""I am the 'x' property.""\n return self._x\n @x.setter\n def x(self, value):\n self._x = value\n @x.deleter\n def x(self):\n del self._x\n """"""\n fget: Callable[[Any], Any] | None\n fset: Callable[[Any, Any], None] | None\n fdel: Callable[[Any], None] | None\n __isabstractmethod__: bool\n if sys.version_info >= (3, 13):\n __name__: str\n\n def __init__(\n self,\n fget: Callable[[Any], Any] | None = ...,\n fset: Callable[[Any, Any], None] | None = ...,\n fdel: Callable[[Any], None] | None = ...,\n doc: str | None = ...,\n ) -> None: ...\n def getter(self, fget: Callable[[Any], Any], /) -> property:\n """"""Descriptor to obtain a copy of the property with a different getter.""""""\n ...\n def setter(self, fset: Callable[[Any, Any], None], /) -> property:\n """"""Descriptor to obtain a copy of the property with a different setter.""""""\n ...\n def deleter(self, fdel: Callable[[Any], None], /) -> property:\n """"""Descriptor to obtain a copy of the property with a different deleter.""""""\n ...\n @overload\n def __get__(self, instance: None, owner: type, /) -> Self:\n """"""Return an attribute of instance, which is of type owner.""""""\n ...\n @overload\n def __get__(self, instance: Any, owner: type | None = None, /) -> Any:\n """"""Return an attribute of instance, which is of type owner.""""""\n ...\n def __set__(self, instance: Any, value: Any, /) -> None:\n """"""Set an attribute of instance to value.""""""\n ...\n def __delete__(self, instance: Any, /) -> None:\n """"""Delete an attribute of instance.""""""\n ...\n\n@final\nclass _NotImplementedType(Any):\n __call__: None\n\nNotImplemented: _NotImplementedType\n\ndef abs(x: SupportsAbs[_T], /) -> _T:\n """"""Return the absolute value of the argument.""""""\n ...\ndef all(iterable: Iterable[object], /) -> bool:\n """"""\n Return True if bool(x) is True for all values x in the iterable.\n\n If the iterable is empty, return True.\n """"""\n ...\ndef any(iterable: Iterable[object], /) -> bool:\n """"""\n Return True if bool(x) is True for any x in the iterable.\n\n If the iterable is empty, return False.\n """"""\n ...\ndef ascii(obj: object, /) -> str:\n r""""""\n Return an ASCII-only representation of an object.\n\n As repr(), return a string containing a printable representation of an\n object, but escape the non-ASCII characters in the string returned by\n repr() using \\x, \\u or \\U escapes. This generates a string similar\n to that returned by repr() in Python 2.\n """"""\n ...\ndef bin(number: int | SupportsIndex, /) -> str:\n """"""\n Return the binary representation of an integer.\n\n >>> bin(2796202)\n '0b1010101010101010101010'\n """"""\n ...\ndef breakpoint(*args: Any, **kws: Any) -> None:\n """"""\n breakpoint(*args, **kws)\n\n Call sys.breakpointhook(*args, **kws). sys.breakpointhook() must accept\n whatever arguments are passed.\n\n By default, this drops you into the pdb debugger.\n """"""\n ...\ndef callable(obj: object, /) -> TypeIs[Callable[..., object]]:\n """"""\n Return whether the object is callable (i.e., some kind of function).\n\n Note that classes are callable, as are instances of classes with a\n __call__() method.\n """"""\n ...\ndef chr(i: int | SupportsIndex, /) -> str:\n """"""Return a Unicode string of one character with ordinal i; 0 <= i <= 0x10ffff.""""""\n ...\n\nif sys.version_info >= (3, 10):\n def aiter(async_iterable: SupportsAiter[_SupportsAnextT_co], /) -> _SupportsAnextT_co:\n """"""Return an AsyncIterator for an AsyncIterable object.""""""\n ...\n\n class _SupportsSynchronousAnext(Protocol[_AwaitableT_co]):\n def __anext__(self) -> _AwaitableT_co: ...\n\n @overload\n # `anext` is not, in fact, an async function. When default is not provided\n # `anext` is just a passthrough for `obj.__anext__`\n # See discussion in #7491 and pure-Python implementation of `anext` at https://github.com/python/cpython/blob/ea786a882b9ed4261eafabad6011bc7ef3b5bf94/Lib/test/test_asyncgen.py#L52-L80\n def anext(i: _SupportsSynchronousAnext[_AwaitableT], /) -> _AwaitableT:\n """"""\n async anext(aiterator[, default])\n\n Return the next item from the async iterator. If default is given and the async\n iterator is exhausted, it is returned instead of raising StopAsyncIteration.\n """"""\n ...\n @overload\n async def anext(i: SupportsAnext[_T], default: _VT, /) -> _T | _VT:\n """"""\n async anext(aiterator[, default])\n\n Return the next item from the async iterator. If default is given and the async\n iterator is exhausted, it is returned instead of raising StopAsyncIteration.\n """"""\n ...\n\n# compile() returns a CodeType, unless the flags argument includes PyCF_ONLY_AST (=1024),\n# in which case it returns ast.AST. We have overloads for flag 0 (the default) and for\n# explicitly passing PyCF_ONLY_AST. We fall back to Any for other values of flags.\n@overload\ndef compile(\n source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive,\n filename: str | ReadableBuffer | PathLike[Any],\n mode: str,\n flags: Literal[0],\n dont_inherit: bool = False,\n optimize: int = -1,\n *,\n _feature_version: int = -1,\n) -> CodeType:\n """"""\n Compile source into a code object that can be executed by exec() or eval().\n\n The source code may represent a Python module, statement or expression.\n The filename will be used for run-time error messages.\n The mode must be 'exec' to compile a module, 'single' to compile a\n single (interactive) statement, or 'eval' to compile an expression.\n The flags argument, if present, controls which future statements influence\n the compilation of the code.\n The dont_inherit argument, if true, stops the compilation inheriting\n the effects of any future statements in effect in the code calling\n compile; if absent or false these statements do influence the compilation,\n in addition to any features explicitly specified.\n """"""\n ...\n@overload\ndef compile(\n source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive,\n filename: str | ReadableBuffer | PathLike[Any],\n mode: str,\n *,\n dont_inherit: bool = False,\n optimize: int = -1,\n _feature_version: int = -1,\n) -> CodeType:\n """"""\n Compile source into a code object that can be executed by exec() or eval().\n\n The source code may represent a Python module, statement or expression.\n The filename will be used for run-time error messages.\n The mode must be 'exec' to compile a module, 'single' to compile a\n single (interactive) statement, or 'eval' to compile an expression.\n The flags argument, if present, controls which future statements influence\n the compilation of the code.\n The dont_inherit argument, if true, stops the compilation inheriting\n the effects of any future statements in effect in the code calling\n compile; if absent or false these statements do influence the compilation,\n in addition to any features explicitly specified.\n """"""\n ...\n@overload\ndef compile(\n source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive,\n filename: str | ReadableBuffer | PathLike[Any],\n mode: str,\n flags: Literal[1024],\n dont_inherit: bool = False,\n optimize: int = -1,\n *,\n _feature_version: int = -1,\n) -> _ast.AST:\n """"""\n Compile source into a code object that can be executed by exec() or eval().\n\n The source code may represent a Python module, statement or expression.\n The filename will be used for run-time error messages.\n The mode must be 'exec' to compile a module, 'single' to compile a\n single (interactive) statement, or 'eval' to compile an expression.\n The flags argument, if present, controls which future statements influence\n the compilation of the code.\n The dont_inherit argument, if true, stops the compilation inheriting\n the effects of any future statements in effect in the code calling\n compile; if absent or false these statements do influence the compilation,\n in addition to any features explicitly specified.\n """"""\n ...\n@overload\ndef compile(\n source: str | ReadableBuffer | _ast.Module | _ast.Expression | _ast.Interactive,\n filename: str | ReadableBuffer | PathLike[Any],\n mode: str,\n flags: int,\n dont_inherit: bool = False,\n optimize: int = -1,\n *,\n _feature_version: int = -1,\n) -> Any:\n """"""\n Compile source into a code object that can be executed by exec() or eval().\n\n The source code may represent a Python module, statement or expression.\n The filename will be used for run-time error messages.\n The mode must be 'exec' to compile a module, 'single' to compile a\n single (interactive) statement, or 'eval' to compile an expression.\n The flags argument, if present, controls which future statements influence\n the compilation of the code.\n The dont_inherit argument, if true, stops the compilation inheriting\n the effects of any future statements in effect in the code calling\n compile; if absent or false these statements do influence the compilation,\n in addition to any features explicitly specified.\n """"""\n ...\n\ncopyright: _sitebuiltins._Printer\ncredits: _sitebuiltins._Printer\n\ndef delattr(obj: object, name: str, /) -> None:\n """"""\n Deletes the named attribute from the given object.\n\n delattr(x, 'y') is equivalent to ``del x.y``\n """"""\n ...\ndef dir(o: object = ..., /) -> list[str]:\n """"""\n Show attributes of an object.\n\n If called without an argument, return the names in the current scope.\n Else, return an alphabetized list of names comprising (some of) the attributes\n of the given object, and of attributes reachable from it.\n If the object supplies a method named __dir__, it will be used; otherwise\n the default dir() logic is used and returns:\n for a module object: the module's attributes.\n for a class object: its attributes, and recursively the attributes\n of its bases.\n for any other object: its attributes, its class's attributes, and\n recursively the attributes of its class's base classes.\n """"""\n ...\n@overload\ndef divmod(x: SupportsDivMod[_T_contra, _T_co], y: _T_contra, /) -> _T_co:\n """"""Return the tuple (x//y, x%y). Invariant: div*y + mod == x.""""""\n ...\n@overload\ndef divmod(x: _T_contra, y: SupportsRDivMod[_T_contra, _T_co], /) -> _T_co:\n """"""Return the tuple (x//y, x%y). Invariant: div*y + mod == x.""""""\n ...\n\n# The `globals` argument to `eval` has to be `dict[str, Any]` rather than `dict[str, object]` due to invariance.\n# (The `globals` argument has to be a ""real dict"", rather than any old mapping, unlike the `locals` argument.)\nif sys.version_info >= (3, 13):\n def eval(\n source: str | ReadableBuffer | CodeType,\n /,\n globals: dict[str, Any] | None = None,\n locals: Mapping[str, object] | None = None,\n ) -> Any: ...\n\nelse:\n def eval(\n source: str | ReadableBuffer | CodeType,\n globals: dict[str, Any] | None = None,\n locals: Mapping[str, object] | None = None,\n /,\n ) -> Any:\n """"""\n Evaluate the given source in the context of globals and locals.\n\n The source may be a string representing a Python expression\n or a code object as returned by compile().\n The globals must be a dictionary and locals can be any mapping,\n defaulting to the current globals and locals.\n If only globals is given, locals defaults to it.\n """"""\n ...\n\n# Comment above regarding `eval` applies to `exec` as well\nif sys.version_info >= (3, 13):\n def exec(\n source: str | ReadableBuffer | CodeType,\n /,\n globals: dict[str, Any] | None = None,\n locals: Mapping[str, object] | None = None,\n *,\n closure: tuple[CellType, ...] | None = None,\n ) -> None: ...\n\nelif sys.version_info >= (3, 11):\n def exec(\n source: str | ReadableBuffer | CodeType,\n globals: dict[str, Any] | None = None,\n locals: Mapping[str, object] | None = None,\n /,\n *,\n closure: tuple[CellType, ...] | None = None,\n ) -> None:\n """"""\n Execute the given source in the context of globals and locals.\n\n The source may be a string representing one or more Python statements\n or a code object as returned by compile().\n The globals must be a dictionary and locals can be any mapping,\n defaulting to the current globals and locals.\n If only globals is given, locals defaults to it.\n The closure must be a tuple of cellvars, and can only be used\n when source is a code object requiring exactly that many cellvars.\n """"""\n ...\n\nelse:\n def exec(\n source: str | ReadableBuffer | CodeType,\n globals: dict[str, Any] | None = None,\n locals: Mapping[str, object] | None = None,\n /,\n ) -> None: ...\n\nexit: _sitebuiltins.Quitter\n\nclass filter(Generic[_T]):\n """"""\n filter(function or None, iterable) --> filter object\n\n Return an iterator yielding those items of iterable for which function(item)\n is true. If function is None, return the items that are true.\n """"""\n @overload\n def __new__(cls, function: None, iterable: Iterable[_T | None], /) -> Self: ...\n @overload\n def __new__(cls, function: Callable[[_S], TypeGuard[_T]], iterable: Iterable[_S], /) -> Self: ...\n @overload\n def __new__(cls, function: Callable[[_S], TypeIs[_T]], iterable: Iterable[_S], /) -> Self: ...\n @overload\n def __new__(cls, function: Callable[[_T], Any], iterable: Iterable[_T], /) -> Self: ...\n def __iter__(self) -> Self:\n """"""Implement iter(self).""""""\n ...\n def __next__(self) -> _T:\n """"""Implement next(self).""""""\n ...\n\ndef format(value: object, format_spec: str = """", /) -> str:\n """"""\n Return type(value).__format__(value, format_spec)\n\n Many built-in types implement format_spec according to the\n Format Specification Mini-language. See help('FORMATTING').\n\n If type(value) does not supply a method named __format__\n and format_spec is empty, then str(value) is returned.\n See also help('SPECIALMETHODS').\n """"""\n ...\n@overload\ndef getattr(o: object, name: str, /) -> Any:\n """"""\n Get a named attribute from an object.\n\n getattr(x, 'y') is equivalent to x.y\n When a default argument is given, it is returned when the attribute doesn't\n exist; without it, an exception is raised in that case.\n """"""\n ...\n\n# While technically covered by the last overload, spelling out the types for None, bool\n# and basic containers help mypy out in some tricky situations involving type context\n# (aka bidirectional inference)\n@overload\ndef getattr(o: object, name: str, default: None, /) -> Any | None:\n """"""\n Get a named attribute from an object.\n\n getattr(x, 'y') is equivalent to x.y\n When a default argument is given, it is returned when the attribute doesn't\n exist; without it, an exception is raised in that case.\n """"""\n ...\n@overload\ndef getattr(o: object, name: str, default: bool, /) -> Any | bool:\n """"""\n Get a named attribute from an object.\n\n getattr(x, 'y') is equivalent to x.y\n When a default argument is given, it is returned when the attribute doesn't\n exist; without it, an exception is raised in that case.\n """"""\n ...\n@overload\ndef getattr(o: object, name: str, default: list[Any], /) -> Any | list[Any]:\n """"""\n Get a named attribute from an object.\n\n getattr(x, 'y') is equivalent to x.y\n When a default argument is given, it is returned when the attribute doesn't\n exist; without it, an exception is raised in that case.\n """"""\n ...\n@overload\ndef getattr(o: object, name: str, default: dict[Any, Any], /) -> Any | dict[Any, Any]:\n """"""\n Get a named attribute from an object.\n\n getattr(x, 'y') is equivalent to x.y\n When a default argument is given, it is returned when the attribute doesn't\n exist; without it, an exception is raised in that case.\n """"""\n ...\n@overload\ndef getattr(o: object, name: str, default: _T, /) -> Any | _T:\n """"""\n Get a named attribute from an object.\n\n getattr(x, 'y') is equivalent to x.y\n When a default argument is given, it is returned when the attribute doesn't\n exist; without it, an exception is raised in that case.\n """"""\n ...\ndef globals() -> dict[str, Any]:\n """"""\n Return the dictionary containing the current scope's global variables.\n\n NOTE: Updates to this dictionary *will* affect name lookups in the current\n global scope and vice-versa.\n """"""\n ...\ndef hasattr(obj: object, name: str, /) -> bool:\n """"""\n Return whether the object has an attribute with the given name.\n\n This is done by calling getattr(obj, name) and catching AttributeError.\n """"""\n ...\ndef hash(obj: object, /) -> int:\n """"""\n Return the hash value for the given object.\n\n Two objects that compare equal must also have the same hash value, but the\n reverse is not necessarily true.\n """"""\n ...\n\nhelp: _sitebuiltins._Helper\n\ndef hex(number: int | SupportsIndex, /) -> str:\n """"""\n Return the hexadecimal representation of an integer.\n\n >>> hex(12648430)\n '0xc0ffee'\n """"""\n ...\ndef id(obj: object, /) -> int:\n """"""\n Return the identity of an object.\n\n This is guaranteed to be unique among simultaneously existing objects.\n (CPython uses the object's memory address.)\n """"""\n ...\ndef input(prompt: object = """", /) -> str:\n """"""\n Read a string from standard input. The trailing newline is stripped.\n\n The prompt string, if given, is printed to standard output without a\n trailing newline before reading input.\n\n If the user hits EOF (*nix: Ctrl-D, Windows: Ctrl-Z+Return), raise EOFError.\n On *nix systems, readline is used if available.\n """"""\n ...\n\nclass _GetItemIterable(Protocol[_T_co]):\n def __getitem__(self, i: int, /) -> _T_co: ...\n\n@overload\ndef iter(object: SupportsIter[_SupportsNextT_co], /) -> _SupportsNextT_co:\n """"""\n Get an iterator from an object.\n\n In the first form, the argument must supply its own iterator, or be a sequence.\n In the second form, the callable is called until it returns the sentinel.\n """"""\n ...\n@overload\ndef iter(object: _GetItemIterable[_T], /) -> Iterator[_T]:\n """"""\n Get an iterator from an object.\n\n In the first form, the argument must supply its own iterator, or be a sequence.\n In the second form, the callable is called until it returns the sentinel.\n """"""\n ...\n@overload\ndef iter(object: Callable[[], _T | None], sentinel: None, /) -> Iterator[_T]:\n """"""\n Get an iterator from an object.\n\n In the first form, the argument must supply its own iterator, or be a sequence.\n In the second form, the callable is called until it returns the sentinel.\n """"""\n ...\n@overload\ndef iter(object: Callable[[], _T], sentinel: object, /) -> Iterator[_T]:\n """"""\n Get an iterator from an object.\n\n In the first form, the argument must supply its own iterator, or be a sequence.\n In the second form, the callable is called until it returns the sentinel.\n """"""\n ...\n\n# Keep this alias in sync with unittest.case._ClassInfo\nif sys.version_info >= (3, 10):\n _ClassInfo: TypeAlias = type | types.UnionType | tuple[_ClassInfo, ...]\nelse:\n _ClassInfo: TypeAlias = type | tuple[_ClassInfo, ...]\n\ndef isinstance(obj: object, class_or_tuple: _ClassInfo, /) -> bool:\n """"""\n Return whether an object is an instance of a class or of a subclass thereof.\n\n A tuple, as in ``isinstance(x, (A, B, ...))``, may be given as the target to\n check against. This is equivalent to ``isinstance(x, A) or isinstance(x, B)\n or ...`` etc.\n """"""\n ...\ndef issubclass(cls: type, class_or_tuple: _ClassInfo, /) -> bool:\n """"""\n Return whether 'cls' is derived from another class or is the same class.\n\n A tuple, as in ``issubclass(x, (A, B, ...))``, may be given as the target to\n check against. This is equivalent to ``issubclass(x, A) or issubclass(x, B)\n or ...``.\n """"""\n ...\ndef len(obj: Sized, /) -> int:\n """"""Return the number of items in a container.""""""\n ...\n\nlicense: _sitebuiltins._Printer\n\ndef locals() -> dict[str, Any]:\n """"""\n Return a dictionary containing the current scope's local variables.\n\n NOTE: Whether or not updates to this dictionary will affect name lookups in\n the local scope and vice-versa is *implementation dependent* and not\n covered by any backwards compatibility guarantees.\n """"""\n ...\n\nclass map(Generic[_S]):\n """"""\n map(func, *iterables) --> map object\n\n Make an iterator that computes the function using arguments from\n each of the iterables. Stops when the shortest iterable is exhausted.\n """"""\n # 3.14 adds `strict` argument.\n if sys.version_info >= (3, 14):\n @overload\n def __new__(cls, func: Callable[[_T1], _S], iterable: Iterable[_T1], /, *, strict: bool = False) -> Self: ...\n @overload\n def __new__(\n cls, func: Callable[[_T1, _T2], _S], iterable: Iterable[_T1], iter2: Iterable[_T2], /, *, strict: bool = False\n ) -> Self: ...\n @overload\n def __new__(\n cls,\n func: Callable[[_T1, _T2, _T3], _S],\n iterable: Iterable[_T1],\n iter2: Iterable[_T2],\n iter3: Iterable[_T3],\n /,\n *,\n strict: bool = False,\n ) -> Self: ...\n @overload\n def __new__(\n cls,\n func: Callable[[_T1, _T2, _T3, _T4], _S],\n iterable: Iterable[_T1],\n iter2: Iterable[_T2],\n iter3: Iterable[_T3],\n iter4: Iterable[_T4],\n /,\n *,\n strict: bool = False,\n ) -> Self: ...\n @overload\n def __new__(\n cls,\n func: Callable[[_T1, _T2, _T3, _T4, _T5], _S],\n iterable: Iterable[_T1],\n iter2: Iterable[_T2],\n iter3: Iterable[_T3],\n iter4: Iterable[_T4],\n iter5: Iterable[_T5],\n /,\n *,\n strict: bool = False,\n ) -> Self: ...\n @overload\n def __new__(\n cls,\n func: Callable[..., _S],\n iterable: Iterable[Any],\n iter2: Iterable[Any],\n iter3: Iterable[Any],\n iter4: Iterable[Any],\n iter5: Iterable[Any],\n iter6: Iterable[Any],\n /,\n *iterables: Iterable[Any],\n strict: bool = False,\n ) -> Self: ...\n else:\n @overload\n def __new__(cls, func: Callable[[_T1], _S], iterable: Iterable[_T1], /) -> Self: ...\n @overload\n def __new__(cls, func: Callable[[_T1, _T2], _S], iterable: Iterable[_T1], iter2: Iterable[_T2], /) -> Self: ...\n @overload\n def __new__(\n cls, func: Callable[[_T1, _T2, _T3], _S], iterable: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3], /\n ) -> Self: ...\n @overload\n def __new__(\n cls,\n func: Callable[[_T1, _T2, _T3, _T4], _S],\n iterable: Iterable[_T1],\n iter2: Iterable[_T2],\n iter3: Iterable[_T3],\n iter4: Iterable[_T4],\n /,\n ) -> Self: ...\n @overload\n def __new__(\n cls,\n func: Callable[[_T1, _T2, _T3, _T4, _T5], _S],\n iterable: Iterable[_T1],\n iter2: Iterable[_T2],\n iter3: Iterable[_T3],\n iter4: Iterable[_T4],\n iter5: Iterable[_T5],\n /,\n ) -> Self: ...\n @overload\n def __new__(\n cls,\n func: Callable[..., _S],\n iterable: Iterable[Any],\n iter2: Iterable[Any],\n iter3: Iterable[Any],\n iter4: Iterable[Any],\n iter5: Iterable[Any],\n iter6: Iterable[Any],\n /,\n *iterables: Iterable[Any],\n ) -> Self: ...\n\n def __iter__(self) -> Self:\n """"""Implement iter(self).""""""\n ...\n def __next__(self) -> _S:\n """"""Implement next(self).""""""\n ...\n\n@overload\ndef max(\n arg1: SupportsRichComparisonT, arg2: SupportsRichComparisonT, /, *_args: SupportsRichComparisonT, key: None = None\n) -> SupportsRichComparisonT:\n """"""\n max(iterable, *[, default=obj, key=func]) -> value\n max(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its biggest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the largest argument.\n """"""\n ...\n@overload\ndef max(arg1: _T, arg2: _T, /, *_args: _T, key: Callable[[_T], SupportsRichComparison]) -> _T:\n """"""\n max(iterable, *[, default=obj, key=func]) -> value\n max(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its biggest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the largest argument.\n """"""\n ...\n@overload\ndef max(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None) -> SupportsRichComparisonT:\n """"""\n max(iterable, *[, default=obj, key=func]) -> value\n max(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its biggest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the largest argument.\n """"""\n ...\n@overload\ndef max(iterable: Iterable[_T], /, *, key: Callable[[_T], SupportsRichComparison]) -> _T:\n """"""\n max(iterable, *[, default=obj, key=func]) -> value\n max(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its biggest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the largest argument.\n """"""\n ...\n@overload\ndef max(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None, default: _T) -> SupportsRichComparisonT | _T:\n """"""\n max(iterable, *[, default=obj, key=func]) -> value\n max(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its biggest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the largest argument.\n """"""\n ...\n@overload\ndef max(iterable: Iterable[_T1], /, *, key: Callable[[_T1], SupportsRichComparison], default: _T2) -> _T1 | _T2:\n """"""\n max(iterable, *[, default=obj, key=func]) -> value\n max(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its biggest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the largest argument.\n """"""\n ...\n@overload\ndef min(\n arg1: SupportsRichComparisonT, arg2: SupportsRichComparisonT, /, *_args: SupportsRichComparisonT, key: None = None\n) -> SupportsRichComparisonT:\n """"""\n min(iterable, *[, default=obj, key=func]) -> value\n min(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its smallest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the smallest argument.\n """"""\n ...\n@overload\ndef min(arg1: _T, arg2: _T, /, *_args: _T, key: Callable[[_T], SupportsRichComparison]) -> _T:\n """"""\n min(iterable, *[, default=obj, key=func]) -> value\n min(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its smallest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the smallest argument.\n """"""\n ...\n@overload\ndef min(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None) -> SupportsRichComparisonT:\n """"""\n min(iterable, *[, default=obj, key=func]) -> value\n min(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its smallest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the smallest argument.\n """"""\n ...\n@overload\ndef min(iterable: Iterable[_T], /, *, key: Callable[[_T], SupportsRichComparison]) -> _T:\n """"""\n min(iterable, *[, default=obj, key=func]) -> value\n min(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its smallest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the smallest argument.\n """"""\n ...\n@overload\ndef min(iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None, default: _T) -> SupportsRichComparisonT | _T:\n """"""\n min(iterable, *[, default=obj, key=func]) -> value\n min(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its smallest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the smallest argument.\n """"""\n ...\n@overload\ndef min(iterable: Iterable[_T1], /, *, key: Callable[[_T1], SupportsRichComparison], default: _T2) -> _T1 | _T2:\n """"""\n min(iterable, *[, default=obj, key=func]) -> value\n min(arg1, arg2, *args, *[, key=func]) -> value\n\n With a single iterable argument, return its smallest item. The\n default keyword-only argument specifies an object to return if\n the provided iterable is empty.\n With two or more arguments, return the smallest argument.\n """"""\n ...\n@overload\ndef next(i: SupportsNext[_T], /) -> _T:\n """"""\n Return the next item from the iterator.\n\n If default is given and the iterator is exhausted,\n it is returned instead of raising StopIteration.\n """"""\n ...\n@overload\ndef next(i: SupportsNext[_T], default: _VT, /) -> _T | _VT:\n """"""\n Return the next item from the iterator.\n\n If default is given and the iterator is exhausted,\n it is returned instead of raising StopIteration.\n """"""\n ...\ndef oct(number: int | SupportsIndex, /) -> str:\n """"""\n Return the octal representation of an integer.\n\n >>> oct(342391)\n '0o1234567'\n """"""\n ...\n\n_Opener: TypeAlias = Callable[[str, int], int]\n\n# Text mode: always returns a TextIOWrapper\n@overload\ndef open(\n file: FileDescriptorOrPath,\n mode: OpenTextMode = ""r"",\n buffering: int = -1,\n encoding: str | None = None,\n errors: str | None = None,\n newline: str | None = None,\n closefd: bool = True,\n opener: _Opener | None = None,\n) -> TextIOWrapper:\n r""""""\n Open file and return a stream. Raise OSError upon failure.\n\n file is either a text or byte string giving the name (and the path\n if the file isn't in the current working directory) of the file to\n be opened or an integer file descriptor of the file to be\n wrapped. (If a file descriptor is given, it is closed when the\n returned I/O object is closed, unless closefd is set to False.)\n\n mode is an optional string that specifies the mode in which the file\n is opened. It defaults to 'r' which means open for reading in text\n mode. Other common values are 'w' for writing (truncating the file if\n it already exists), 'x' for creating and writing to a new file, and\n 'a' for appending (which on some Unix systems, means that all writes\n append to the end of the file regardless of the current seek position).\n In text mode, if encoding is not specified the encoding used is platform\n dependent: locale.getencoding() is called to get the current locale encoding.\n (For reading and writing raw bytes use binary mode and leave encoding\n unspecified.) The available modes are:\n\n ========= ===============================================================\n Character Meaning\n --------- ---------------------------------------------------------------\n 'r' open for reading (default)\n 'w' open for writing, truncating the file first\n 'x' create a new file and open it for writing\n 'a' open for writing, appending to the end of the file if it exists\n 'b' binary mode\n 't' text mode (default)\n '+' open a disk file for updating (reading and writing)\n ========= ===============================================================\n\n The default mode is 'rt' (open for reading text). For binary random\n access, the mode 'w+b' opens and truncates the file to 0 bytes, while\n 'r+b' opens the file without truncation. The 'x' mode implies 'w' and\n raises an `FileExistsError` if the file already exists.\n\n Python distinguishes between files opened in binary and text modes,\n even when the underlying operating system doesn't. Files opened in\n binary mode (appending 'b' to the mode argument) return contents as\n bytes objects without any decoding. In text mode (the default, or when\n 't' is appended to the mode argument), the contents of the file are\n returned as strings, the bytes having been first decoded using a\n platform-dependent encoding or using the specified encoding if given.\n\n buffering is an optional integer used to set the buffering policy.\n Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n line buffering (only usable in text mode), and an integer > 1 to indicate\n the size of a fixed-size chunk buffer. When no buffering argument is\n given, the default buffering policy works as follows:\n\n * Binary files are buffered in fixed-size chunks; the size of the buffer\n is chosen using a heuristic trying to determine the underlying device's\n ""block size"" and falling back on `io.DEFAULT_BUFFER_SIZE`.\n On many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n * ""Interactive"" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\n encoding is the name of the encoding used to decode or encode the\n file. This should only be used in text mode. The default encoding is\n platform dependent, but any encoding supported by Python can be\n passed. See the codecs module for the list of supported encodings.\n\n errors is an optional string that specifies how encoding errors are to\n be handled---this argument should not be used in binary mode. Pass\n 'strict' to raise a ValueError exception if there is an encoding error\n (the default of None has the same effect), or pass 'ignore' to ignore\n errors. (Note that ignoring encoding errors can lead to data loss.)\n See the documentation for codecs.register or run 'help(codecs.Codec)'\n for a list of the permitted encoding error strings.\n\n newline controls how universal newlines works (it only applies to text\n mode). It can be None, '', '\n', '\r', and '\r\n'. It works as\n follows:\n\n * On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\n', '\r', or '\r\n', and\n these are translated into '\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n * On output, if newline is None, any '\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\n', no translation takes place. If newline is any\n of the other legal values, any '\n' characters written are translated\n to the given string.\n\n If closefd is False, the underlying file descriptor will be kept open\n when the file is closed. This does not work when a file name is given\n and must be True in that case.\n\n A custom opener can be used by passing a callable as *opener*. The\n underlying file descriptor for the file object is then obtained by\n calling *opener* with (*file*, *flags*). *opener* must return an open\n file descriptor (passing os.open as *opener* results in functionality\n similar to passing None).\n\n open() returns a file object whose type depends on the mode, and\n through which the standard file operations such as reading and writing\n are performed. When open() is used to open a file in a text mode ('w',\n 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\n a file in a binary mode, the returned class varies: in read binary\n mode, it returns a BufferedReader; in write binary and append binary\n modes, it returns a BufferedWriter, and in read/write mode, it returns\n a BufferedRandom.\n\n It is also possible to use a string or bytearray as a file for both\n reading and writing. For strings StringIO can be used like a file\n opened in a text mode, and for bytes a BytesIO can be used like a file\n opened in a binary mode.\n """"""\n ...\n\n# Unbuffered binary mode: returns a FileIO\n@overload\ndef open(\n file: FileDescriptorOrPath,\n mode: OpenBinaryMode,\n buffering: Literal[0],\n encoding: None = None,\n errors: None = None,\n newline: None = None,\n closefd: bool = True,\n opener: _Opener | None = None,\n) -> FileIO:\n r""""""\n Open file and return a stream. Raise OSError upon failure.\n\n file is either a text or byte string giving the name (and the path\n if the file isn't in the current working directory) of the file to\n be opened or an integer file descriptor of the file to be\n wrapped. (If a file descriptor is given, it is closed when the\n returned I/O object is closed, unless closefd is set to False.)\n\n mode is an optional string that specifies the mode in which the file\n is opened. It defaults to 'r' which means open for reading in text\n mode. Other common values are 'w' for writing (truncating the file if\n it already exists), 'x' for creating and writing to a new file, and\n 'a' for appending (which on some Unix systems, means that all writes\n append to the end of the file regardless of the current seek position).\n In text mode, if encoding is not specified the encoding used is platform\n dependent: locale.getencoding() is called to get the current locale encoding.\n (For reading and writing raw bytes use binary mode and leave encoding\n unspecified.) The available modes are:\n\n ========= ===============================================================\n Character Meaning\n --------- ---------------------------------------------------------------\n 'r' open for reading (default)\n 'w' open for writing, truncating the file first\n 'x' create a new file and open it for writing\n 'a' open for writing, appending to the end of the file if it exists\n 'b' binary mode\n 't' text mode (default)\n '+' open a disk file for updating (reading and writing)\n ========= ===============================================================\n\n The default mode is 'rt' (open for reading text). For binary random\n access, the mode 'w+b' opens and truncates the file to 0 bytes, while\n 'r+b' opens the file without truncation. The 'x' mode implies 'w' and\n raises an `FileExistsError` if the file already exists.\n\n Python distinguishes between files opened in binary and text modes,\n even when the underlying operating system doesn't. Files opened in\n binary mode (appending 'b' to the mode argument) return contents as\n bytes objects without any decoding. In text mode (the default, or when\n 't' is appended to the mode argument), the contents of the file are\n returned as strings, the bytes having been first decoded using a\n platform-dependent encoding or using the specified encoding if given.\n\n buffering is an optional integer used to set the buffering policy.\n Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n line buffering (only usable in text mode), and an integer > 1 to indicate\n the size of a fixed-size chunk buffer. When no buffering argument is\n given, the default buffering policy works as follows:\n\n * Binary files are buffered in fixed-size chunks; the size of the buffer\n is chosen using a heuristic trying to determine the underlying device's\n ""block size"" and falling back on `io.DEFAULT_BUFFER_SIZE`.\n On many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n * ""Interactive"" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\n encoding is the name of the encoding used to decode or encode the\n file. This should only be used in text mode. The default encoding is\n platform dependent, but any encoding supported by Python can be\n passed. See the codecs module for the list of supported encodings.\n\n errors is an optional string that specifies how encoding errors are to\n be handled---this argument should not be used in binary mode. Pass\n 'strict' to raise a ValueError exception if there is an encoding error\n (the default of None has the same effect), or pass 'ignore' to ignore\n errors. (Note that ignoring encoding errors can lead to data loss.)\n See the documentation for codecs.register or run 'help(codecs.Codec)'\n for a list of the permitted encoding error strings.\n\n newline controls how universal newlines works (it only applies to text\n mode). It can be None, '', '\n', '\r', and '\r\n'. It works as\n follows:\n\n * On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\n', '\r', or '\r\n', and\n these are translated into '\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n * On output, if newline is None, any '\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\n', no translation takes place. If newline is any\n of the other legal values, any '\n' characters written are translated\n to the given string.\n\n If closefd is False, the underlying file descriptor will be kept open\n when the file is closed. This does not work when a file name is given\n and must be True in that case.\n\n A custom opener can be used by passing a callable as *opener*. The\n underlying file descriptor for the file object is then obtained by\n calling *opener* with (*file*, *flags*). *opener* must return an open\n file descriptor (passing os.open as *opener* results in functionality\n similar to passing None).\n\n open() returns a file object whose type depends on the mode, and\n through which the standard file operations such as reading and writing\n are performed. When open() is used to open a file in a text mode ('w',\n 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\n a file in a binary mode, the returned class varies: in read binary\n mode, it returns a BufferedReader; in write binary and append binary\n modes, it returns a BufferedWriter, and in read/write mode, it returns\n a BufferedRandom.\n\n It is also possible to use a string or bytearray as a file for both\n reading and writing. For strings StringIO can be used like a file\n opened in a text mode, and for bytes a BytesIO can be used like a file\n opened in a binary mode.\n """"""\n ...\n\n# Buffering is on: return BufferedRandom, BufferedReader, or BufferedWriter\n@overload\ndef open(\n file: FileDescriptorOrPath,\n mode: OpenBinaryModeUpdating,\n buffering: Literal[-1, 1] = -1,\n encoding: None = None,\n errors: None = None,\n newline: None = None,\n closefd: bool = True,\n opener: _Opener | None = None,\n) -> BufferedRandom:\n r""""""\n Open file and return a stream. Raise OSError upon failure.\n\n file is either a text or byte string giving the name (and the path\n if the file isn't in the current working directory) of the file to\n be opened or an integer file descriptor of the file to be\n wrapped. (If a file descriptor is given, it is closed when the\n returned I/O object is closed, unless closefd is set to False.)\n\n mode is an optional string that specifies the mode in which the file\n is opened. It defaults to 'r' which means open for reading in text\n mode. Other common values are 'w' for writing (truncating the file if\n it already exists), 'x' for creating and writing to a new file, and\n 'a' for appending (which on some Unix systems, means that all writes\n append to the end of the file regardless of the current seek position).\n In text mode, if encoding is not specified the encoding used is platform\n dependent: locale.getencoding() is called to get the current locale encoding.\n (For reading and writing raw bytes use binary mode and leave encoding\n unspecified.) The available modes are:\n\n ========= ===============================================================\n Character Meaning\n --------- ---------------------------------------------------------------\n 'r' open for reading (default)\n 'w' open for writing, truncating the file first\n 'x' create a new file and open it for writing\n 'a' open for writing, appending to the end of the file if it exists\n 'b' binary mode\n 't' text mode (default)\n '+' open a disk file for updating (reading and writing)\n ========= ===============================================================\n\n The default mode is 'rt' (open for reading text). For binary random\n access, the mode 'w+b' opens and truncates the file to 0 bytes, while\n 'r+b' opens the file without truncation. The 'x' mode implies 'w' and\n raises an `FileExistsError` if the file already exists.\n\n Python distinguishes between files opened in binary and text modes,\n even when the underlying operating system doesn't. Files opened in\n binary mode (appending 'b' to the mode argument) return contents as\n bytes objects without any decoding. In text mode (the default, or when\n 't' is appended to the mode argument), the contents of the file are\n returned as strings, the bytes having been first decoded using a\n platform-dependent encoding or using the specified encoding if given.\n\n buffering is an optional integer used to set the buffering policy.\n Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n line buffering (only usable in text mode), and an integer > 1 to indicate\n the size of a fixed-size chunk buffer. When no buffering argument is\n given, the default buffering policy works as follows:\n\n * Binary files are buffered in fixed-size chunks; the size of the buffer\n is chosen using a heuristic trying to determine the underlying device's\n ""block size"" and falling back on `io.DEFAULT_BUFFER_SIZE`.\n On many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n * ""Interactive"" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\n encoding is the name of the encoding used to decode or encode the\n file. This should only be used in text mode. The default encoding is\n platform dependent, but any encoding supported by Python can be\n passed. See the codecs module for the list of supported encodings.\n\n errors is an optional string that specifies how encoding errors are to\n be handled---this argument should not be used in binary mode. Pass\n 'strict' to raise a ValueError exception if there is an encoding error\n (the default of None has the same effect), or pass 'ignore' to ignore\n errors. (Note that ignoring encoding errors can lead to data loss.)\n See the documentation for codecs.register or run 'help(codecs.Codec)'\n for a list of the permitted encoding error strings.\n\n newline controls how universal newlines works (it only applies to text\n mode). It can be None, '', '\n', '\r', and '\r\n'. It works as\n follows:\n\n * On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\n', '\r', or '\r\n', and\n these are translated into '\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n * On output, if newline is None, any '\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\n', no translation takes place. If newline is any\n of the other legal values, any '\n' characters written are translated\n to the given string.\n\n If closefd is False, the underlying file descriptor will be kept open\n when the file is closed. This does not work when a file name is given\n and must be True in that case.\n\n A custom opener can be used by passing a callable as *opener*. The\n underlying file descriptor for the file object is then obtained by\n calling *opener* with (*file*, *flags*). *opener* must return an open\n file descriptor (passing os.open as *opener* results in functionality\n similar to passing None).\n\n open() returns a file object whose type depends on the mode, and\n through which the standard file operations such as reading and writing\n are performed. When open() is used to open a file in a text mode ('w',\n 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\n a file in a binary mode, the returned class varies: in read binary\n mode, it returns a BufferedReader; in write binary and append binary\n modes, it returns a BufferedWriter, and in read/write mode, it returns\n a BufferedRandom.\n\n It is also possible to use a string or bytearray as a file for both\n reading and writing. For strings StringIO can be used like a file\n opened in a text mode, and for bytes a BytesIO can be used like a file\n opened in a binary mode.\n """"""\n ...\n@overload\ndef open(\n file: FileDescriptorOrPath,\n mode: OpenBinaryModeWriting,\n buffering: Literal[-1, 1] = -1,\n encoding: None = None,\n errors: None = None,\n newline: None = None,\n closefd: bool = True,\n opener: _Opener | None = None,\n) -> BufferedWriter:\n r""""""\n Open file and return a stream. Raise OSError upon failure.\n\n file is either a text or byte string giving the name (and the path\n if the file isn't in the current working directory) of the file to\n be opened or an integer file descriptor of the file to be\n wrapped. (If a file descriptor is given, it is closed when the\n returned I/O object is closed, unless closefd is set to False.)\n\n mode is an optional string that specifies the mode in which the file\n is opened. It defaults to 'r' which means open for reading in text\n mode. Other common values are 'w' for writing (truncating the file if\n it already exists), 'x' for creating and writing to a new file, and\n 'a' for appending (which on some Unix systems, means that all writes\n append to the end of the file regardless of the current seek position).\n In text mode, if encoding is not specified the encoding used is platform\n dependent: locale.getencoding() is called to get the current locale encoding.\n (For reading and writing raw bytes use binary mode and leave encoding\n unspecified.) The available modes are:\n\n ========= ===============================================================\n Character Meaning\n --------- ---------------------------------------------------------------\n 'r' open for reading (default)\n 'w' open for writing, truncating the file first\n 'x' create a new file and open it for writing\n 'a' open for writing, appending to the end of the file if it exists\n 'b' binary mode\n 't' text mode (default)\n '+' open a disk file for updating (reading and writing)\n ========= ===============================================================\n\n The default mode is 'rt' (open for reading text). For binary random\n access, the mode 'w+b' opens and truncates the file to 0 bytes, while\n 'r+b' opens the file without truncation. The 'x' mode implies 'w' and\n raises an `FileExistsError` if the file already exists.\n\n Python distinguishes between files opened in binary and text modes,\n even when the underlying operating system doesn't. Files opened in\n binary mode (appending 'b' to the mode argument) return contents as\n bytes objects without any decoding. In text mode (the default, or when\n 't' is appended to the mode argument), the contents of the file are\n returned as strings, the bytes having been first decoded using a\n platform-dependent encoding or using the specified encoding if given.\n\n buffering is an optional integer used to set the buffering policy.\n Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n line buffering (only usable in text mode), and an integer > 1 to indicate\n the size of a fixed-size chunk buffer. When no buffering argument is\n given, the default buffering policy works as follows:\n\n * Binary files are buffered in fixed-size chunks; the size of the buffer\n is chosen using a heuristic trying to determine the underlying device's\n ""block size"" and falling back on `io.DEFAULT_BUFFER_SIZE`.\n On many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n * ""Interactive"" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\n encoding is the name of the encoding used to decode or encode the\n file. This should only be used in text mode. The default encoding is\n platform dependent, but any encoding supported by Python can be\n passed. See the codecs module for the list of supported encodings.\n\n errors is an optional string that specifies how encoding errors are to\n be handled---this argument should not be used in binary mode. Pass\n 'strict' to raise a ValueError exception if there is an encoding error\n (the default of None has the same effect), or pass 'ignore' to ignore\n errors. (Note that ignoring encoding errors can lead to data loss.)\n See the documentation for codecs.register or run 'help(codecs.Codec)'\n for a list of the permitted encoding error strings.\n\n newline controls how universal newlines works (it only applies to text\n mode). It can be None, '', '\n', '\r', and '\r\n'. It works as\n follows:\n\n * On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\n', '\r', or '\r\n', and\n these are translated into '\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n * On output, if newline is None, any '\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\n', no translation takes place. If newline is any\n of the other legal values, any '\n' characters written are translated\n to the given string.\n\n If closefd is False, the underlying file descriptor will be kept open\n when the file is closed. This does not work when a file name is given\n and must be True in that case.\n\n A custom opener can be used by passing a callable as *opener*. The\n underlying file descriptor for the file object is then obtained by\n calling *opener* with (*file*, *flags*). *opener* must return an open\n file descriptor (passing os.open as *opener* results in functionality\n similar to passing None).\n\n open() returns a file object whose type depends on the mode, and\n through which the standard file operations such as reading and writing\n are performed. When open() is used to open a file in a text mode ('w',\n 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\n a file in a binary mode, the returned class varies: in read binary\n mode, it returns a BufferedReader; in write binary and append binary\n modes, it returns a BufferedWriter, and in read/write mode, it returns\n a BufferedRandom.\n\n It is also possible to use a string or bytearray as a file for both\n reading and writing. For strings StringIO can be used like a file\n opened in a text mode, and for bytes a BytesIO can be used like a file\n opened in a binary mode.\n """"""\n ...\n@overload\ndef open(\n file: FileDescriptorOrPath,\n mode: OpenBinaryModeReading,\n buffering: Literal[-1, 1] = -1,\n encoding: None = None,\n errors: None = None,\n newline: None = None,\n closefd: bool = True,\n opener: _Opener | None = None,\n) -> BufferedReader:\n r""""""\n Open file and return a stream. Raise OSError upon failure.\n\n file is either a text or byte string giving the name (and the path\n if the file isn't in the current working directory) of the file to\n be opened or an integer file descriptor of the file to be\n wrapped. (If a file descriptor is given, it is closed when the\n returned I/O object is closed, unless closefd is set to False.)\n\n mode is an optional string that specifies the mode in which the file\n is opened. It defaults to 'r' which means open for reading in text\n mode. Other common values are 'w' for writing (truncating the file if\n it already exists), 'x' for creating and writing to a new file, and\n 'a' for appending (which on some Unix systems, means that all writes\n append to the end of the file regardless of the current seek position).\n In text mode, if encoding is not specified the encoding used is platform\n dependent: locale.getencoding() is called to get the current locale encoding.\n (For reading and writing raw bytes use binary mode and leave encoding\n unspecified.) The available modes are:\n\n ========= ===============================================================\n Character Meaning\n --------- ---------------------------------------------------------------\n 'r' open for reading (default)\n 'w' open for writing, truncating the file first\n 'x' create a new file and open it for writing\n 'a' open for writing, appending to the end of the file if it exists\n 'b' binary mode\n 't' text mode (default)\n '+' open a disk file for updating (reading and writing)\n ========= ===============================================================\n\n The default mode is 'rt' (open for reading text). For binary random\n access, the mode 'w+b' opens and truncates the file to 0 bytes, while\n 'r+b' opens the file without truncation. The 'x' mode implies 'w' and\n raises an `FileExistsError` if the file already exists.\n\n Python distinguishes between files opened in binary and text modes,\n even when the underlying operating system doesn't. Files opened in\n binary mode (appending 'b' to the mode argument) return contents as\n bytes objects without any decoding. In text mode (the default, or when\n 't' is appended to the mode argument), the contents of the file are\n returned as strings, the bytes having been first decoded using a\n platform-dependent encoding or using the specified encoding if given.\n\n buffering is an optional integer used to set the buffering policy.\n Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n line buffering (only usable in text mode), and an integer > 1 to indicate\n the size of a fixed-size chunk buffer. When no buffering argument is\n given, the default buffering policy works as follows:\n\n * Binary files are buffered in fixed-size chunks; the size of the buffer\n is chosen using a heuristic trying to determine the underlying device's\n ""block size"" and falling back on `io.DEFAULT_BUFFER_SIZE`.\n On many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n * ""Interactive"" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\n encoding is the name of the encoding used to decode or encode the\n file. This should only be used in text mode. The default encoding is\n platform dependent, but any encoding supported by Python can be\n passed. See the codecs module for the list of supported encodings.\n\n errors is an optional string that specifies how encoding errors are to\n be handled---this argument should not be used in binary mode. Pass\n 'strict' to raise a ValueError exception if there is an encoding error\n (the default of None has the same effect), or pass 'ignore' to ignore\n errors. (Note that ignoring encoding errors can lead to data loss.)\n See the documentation for codecs.register or run 'help(codecs.Codec)'\n for a list of the permitted encoding error strings.\n\n newline controls how universal newlines works (it only applies to text\n mode). It can be None, '', '\n', '\r', and '\r\n'. It works as\n follows:\n\n * On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\n', '\r', or '\r\n', and\n these are translated into '\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n * On output, if newline is None, any '\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\n', no translation takes place. If newline is any\n of the other legal values, any '\n' characters written are translated\n to the given string.\n\n If closefd is False, the underlying file descriptor will be kept open\n when the file is closed. This does not work when a file name is given\n and must be True in that case.\n\n A custom opener can be used by passing a callable as *opener*. The\n underlying file descriptor for the file object is then obtained by\n calling *opener* with (*file*, *flags*). *opener* must return an open\n file descriptor (passing os.open as *opener* results in functionality\n similar to passing None).\n\n open() returns a file object whose type depends on the mode, and\n through which the standard file operations such as reading and writing\n are performed. When open() is used to open a file in a text mode ('w',\n 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\n a file in a binary mode, the returned class varies: in read binary\n mode, it returns a BufferedReader; in write binary and append binary\n modes, it returns a BufferedWriter, and in read/write mode, it returns\n a BufferedRandom.\n\n It is also possible to use a string or bytearray as a file for both\n reading and writing. For strings StringIO can be used like a file\n opened in a text mode, and for bytes a BytesIO can be used like a file\n opened in a binary mode.\n """"""\n ...\n\n# Buffering cannot be determined: fall back to BinaryIO\n@overload\ndef open(\n file: FileDescriptorOrPath,\n mode: OpenBinaryMode,\n buffering: int = -1,\n encoding: None = None,\n errors: None = None,\n newline: None = None,\n closefd: bool = True,\n opener: _Opener | None = None,\n) -> BinaryIO:\n r""""""\n Open file and return a stream. Raise OSError upon failure.\n\n file is either a text or byte string giving the name (and the path\n if the file isn't in the current working directory) of the file to\n be opened or an integer file descriptor of the file to be\n wrapped. (If a file descriptor is given, it is closed when the\n returned I/O object is closed, unless closefd is set to False.)\n\n mode is an optional string that specifies the mode in which the file\n is opened. It defaults to 'r' which means open for reading in text\n mode. Other common values are 'w' for writing (truncating the file if\n it already exists), 'x' for creating and writing to a new file, and\n 'a' for appending (which on some Unix systems, means that all writes\n append to the end of the file regardless of the current seek position).\n In text mode, if encoding is not specified the encoding used is platform\n dependent: locale.getencoding() is called to get the current locale encoding.\n (For reading and writing raw bytes use binary mode and leave encoding\n unspecified.) The available modes are:\n\n ========= ===============================================================\n Character Meaning\n --------- ---------------------------------------------------------------\n 'r' open for reading (default)\n 'w' open for writing, truncating the file first\n 'x' create a new file and open it for writing\n 'a' open for writing, appending to the end of the file if it exists\n 'b' binary mode\n 't' text mode (default)\n '+' open a disk file for updating (reading and writing)\n ========= ===============================================================\n\n The default mode is 'rt' (open for reading text). For binary random\n access, the mode 'w+b' opens and truncates the file to 0 bytes, while\n 'r+b' opens the file without truncation. The 'x' mode implies 'w' and\n raises an `FileExistsError` if the file already exists.\n\n Python distinguishes between files opened in binary and text modes,\n even when the underlying operating system doesn't. Files opened in\n binary mode (appending 'b' to the mode argument) return contents as\n bytes objects without any decoding. In text mode (the default, or when\n 't' is appended to the mode argument), the contents of the file are\n returned as strings, the bytes having been first decoded using a\n platform-dependent encoding or using the specified encoding if given.\n\n buffering is an optional integer used to set the buffering policy.\n Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n line buffering (only usable in text mode), and an integer > 1 to indicate\n the size of a fixed-size chunk buffer. When no buffering argument is\n given, the default buffering policy works as follows:\n\n * Binary files are buffered in fixed-size chunks; the size of the buffer\n is chosen using a heuristic trying to determine the underlying device's\n ""block size"" and falling back on `io.DEFAULT_BUFFER_SIZE`.\n On many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n * ""Interactive"" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\n encoding is the name of the encoding used to decode or encode the\n file. This should only be used in text mode. The default encoding is\n platform dependent, but any encoding supported by Python can be\n passed. See the codecs module for the list of supported encodings.\n\n errors is an optional string that specifies how encoding errors are to\n be handled---this argument should not be used in binary mode. Pass\n 'strict' to raise a ValueError exception if there is an encoding error\n (the default of None has the same effect), or pass 'ignore' to ignore\n errors. (Note that ignoring encoding errors can lead to data loss.)\n See the documentation for codecs.register or run 'help(codecs.Codec)'\n for a list of the permitted encoding error strings.\n\n newline controls how universal newlines works (it only applies to text\n mode). It can be None, '', '\n', '\r', and '\r\n'. It works as\n follows:\n\n * On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\n', '\r', or '\r\n', and\n these are translated into '\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n * On output, if newline is None, any '\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\n', no translation takes place. If newline is any\n of the other legal values, any '\n' characters written are translated\n to the given string.\n\n If closefd is False, the underlying file descriptor will be kept open\n when the file is closed. This does not work when a file name is given\n and must be True in that case.\n\n A custom opener can be used by passing a callable as *opener*. The\n underlying file descriptor for the file object is then obtained by\n calling *opener* with (*file*, *flags*). *opener* must return an open\n file descriptor (passing os.open as *opener* results in functionality\n similar to passing None).\n\n open() returns a file object whose type depends on the mode, and\n through which the standard file operations such as reading and writing\n are performed. When open() is used to open a file in a text mode ('w',\n 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\n a file in a binary mode, the returned class varies: in read binary\n mode, it returns a BufferedReader; in write binary and append binary\n modes, it returns a BufferedWriter, and in read/write mode, it returns\n a BufferedRandom.\n\n It is also possible to use a string or bytearray as a file for both\n reading and writing. For strings StringIO can be used like a file\n opened in a text mode, and for bytes a BytesIO can be used like a file\n opened in a binary mode.\n """"""\n ...\n\n# Fallback if mode is not specified\n@overload\ndef open(\n file: FileDescriptorOrPath,\n mode: str,\n buffering: int = -1,\n encoding: str | None = None,\n errors: str | None = None,\n newline: str | None = None,\n closefd: bool = True,\n opener: _Opener | None = None,\n) -> IO[Any]:\n r""""""\n Open file and return a stream. Raise OSError upon failure.\n\n file is either a text or byte string giving the name (and the path\n if the file isn't in the current working directory) of the file to\n be opened or an integer file descriptor of the file to be\n wrapped. (If a file descriptor is given, it is closed when the\n returned I/O object is closed, unless closefd is set to False.)\n\n mode is an optional string that specifies the mode in which the file\n is opened. It defaults to 'r' which means open for reading in text\n mode. Other common values are 'w' for writing (truncating the file if\n it already exists), 'x' for creating and writing to a new file, and\n 'a' for appending (which on some Unix systems, means that all writes\n append to the end of the file regardless of the current seek position).\n In text mode, if encoding is not specified the encoding used is platform\n dependent: locale.getencoding() is called to get the current locale encoding.\n (For reading and writing raw bytes use binary mode and leave encoding\n unspecified.) The available modes are:\n\n ========= ===============================================================\n Character Meaning\n --------- ---------------------------------------------------------------\n 'r' open for reading (default)\n 'w' open for writing, truncating the file first\n 'x' create a new file and open it for writing\n 'a' open for writing, appending to the end of the file if it exists\n 'b' binary mode\n 't' text mode (default)\n '+' open a disk file for updating (reading and writing)\n ========= ===============================================================\n\n The default mode is 'rt' (open for reading text). For binary random\n access, the mode 'w+b' opens and truncates the file to 0 bytes, while\n 'r+b' opens the file without truncation. The 'x' mode implies 'w' and\n raises an `FileExistsError` if the file already exists.\n\n Python distinguishes between files opened in binary and text modes,\n even when the underlying operating system doesn't. Files opened in\n binary mode (appending 'b' to the mode argument) return contents as\n bytes objects without any decoding. In text mode (the default, or when\n 't' is appended to the mode argument), the contents of the file are\n returned as strings, the bytes having been first decoded using a\n platform-dependent encoding or using the specified encoding if given.\n\n buffering is an optional integer used to set the buffering policy.\n Pass 0 to switch buffering off (only allowed in binary mode), 1 to select\n line buffering (only usable in text mode), and an integer > 1 to indicate\n the size of a fixed-size chunk buffer. When no buffering argument is\n given, the default buffering policy works as follows:\n\n * Binary files are buffered in fixed-size chunks; the size of the buffer\n is chosen using a heuristic trying to determine the underlying device's\n ""block size"" and falling back on `io.DEFAULT_BUFFER_SIZE`.\n On many systems, the buffer will typically be 4096 or 8192 bytes long.\n\n * ""Interactive"" text files (files for which isatty() returns True)\n use line buffering. Other text files use the policy described above\n for binary files.\n\n encoding is the name of the encoding used to decode or encode the\n file. This should only be used in text mode. The default encoding is\n platform dependent, but any encoding supported by Python can be\n passed. See the codecs module for the list of supported encodings.\n\n errors is an optional string that specifies how encoding errors are to\n be handled---this argument should not be used in binary mode. Pass\n 'strict' to raise a ValueError exception if there is an encoding error\n (the default of None has the same effect), or pass 'ignore' to ignore\n errors. (Note that ignoring encoding errors can lead to data loss.)\n See the documentation for codecs.register or run 'help(codecs.Codec)'\n for a list of the permitted encoding error strings.\n\n newline controls how universal newlines works (it only applies to text\n mode). It can be None, '', '\n', '\r', and '\r\n'. It works as\n follows:\n\n * On input, if newline is None, universal newlines mode is\n enabled. Lines in the input can end in '\n', '\r', or '\r\n', and\n these are translated into '\n' before being returned to the\n caller. If it is '', universal newline mode is enabled, but line\n endings are returned to the caller untranslated. If it has any of\n the other legal values, input lines are only terminated by the given\n string, and the line ending is returned to the caller untranslated.\n\n * On output, if newline is None, any '\n' characters written are\n translated to the system default line separator, os.linesep. If\n newline is '' or '\n', no translation takes place. If newline is any\n of the other legal values, any '\n' characters written are translated\n to the given string.\n\n If closefd is False, the underlying file descriptor will be kept open\n when the file is closed. This does not work when a file name is given\n and must be True in that case.\n\n A custom opener can be used by passing a callable as *opener*. The\n underlying file descriptor for the file object is then obtained by\n calling *opener* with (*file*, *flags*). *opener* must return an open\n file descriptor (passing os.open as *opener* results in functionality\n similar to passing None).\n\n open() returns a file object whose type depends on the mode, and\n through which the standard file operations such as reading and writing\n are performed. When open() is used to open a file in a text mode ('w',\n 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open\n a file in a binary mode, the returned class varies: in read binary\n mode, it returns a BufferedReader; in write binary and append binary\n modes, it returns a BufferedWriter, and in read/write mode, it returns\n a BufferedRandom.\n\n It is also possible to use a string or bytearray as a file for both\n reading and writing. For strings StringIO can be used like a file\n opened in a text mode, and for bytes a BytesIO can be used like a file\n opened in a binary mode.\n """"""\n ...\ndef ord(c: str | bytes | bytearray, /) -> int:\n """"""Return the Unicode code point for a one-character string.""""""\n ...\n\nclass _SupportsWriteAndFlush(SupportsWrite[_T_contra], SupportsFlush, Protocol[_T_contra]): ...\n\n@overload\ndef print(\n *values: object,\n sep: str | None = "" "",\n end: str | None = ""\n"",\n file: SupportsWrite[str] | None = None,\n flush: Literal[False] = False,\n) -> None:\n """"""\n Prints the values to a stream, or to sys.stdout by default.\n\n sep\n string inserted between values, default a space.\n end\n string appended after the last value, default a newline.\n file\n a file-like object (stream); defaults to the current sys.stdout.\n flush\n whether to forcibly flush the stream.\n """"""\n ...\n@overload\ndef print(\n *values: object, sep: str | None = "" "", end: str | None = ""\n"", file: _SupportsWriteAndFlush[str] | None = None, flush: bool\n) -> None:\n """"""\n Prints the values to a stream, or to sys.stdout by default.\n\n sep\n string inserted between values, default a space.\n end\n string appended after the last value, default a newline.\n file\n a file-like object (stream); defaults to the current sys.stdout.\n flush\n whether to forcibly flush the stream.\n """"""\n ...\n\n_E_contra = TypeVar(""_E_contra"", contravariant=True)\n_M_contra = TypeVar(""_M_contra"", contravariant=True)\n\nclass _SupportsPow2(Protocol[_E_contra, _T_co]):\n def __pow__(self, other: _E_contra, /) -> _T_co: ...\n\nclass _SupportsPow3NoneOnly(Protocol[_E_contra, _T_co]):\n def __pow__(self, other: _E_contra, modulo: None = None, /) -> _T_co: ...\n\nclass _SupportsPow3(Protocol[_E_contra, _M_contra, _T_co]):\n def __pow__(self, other: _E_contra, modulo: _M_contra, /) -> _T_co: ...\n\n_SupportsSomeKindOfPow = ( # noqa: Y026 # TODO: Use TypeAlias once mypy bugs are fixed\n _SupportsPow2[Any, Any] | _SupportsPow3NoneOnly[Any, Any] | _SupportsPow3[Any, Any, Any]\n)\n\n# TODO: `pow(int, int, Literal[0])` fails at runtime,\n# but adding a `NoReturn` overload isn't a good solution for expressing that (see #8566).\n@overload\ndef pow(base: int, exp: int, mod: int) -> int:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: int, exp: Literal[0], mod: None = None) -> Literal[1]:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: int, exp: _PositiveInteger, mod: None = None) -> int:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: int, exp: _NegativeInteger, mod: None = None) -> float:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n\n# int base & positive-int exp -> int; int base & negative-int exp -> float\n# return type must be Any as `int | float` causes too many false-positive errors\n@overload\ndef pow(base: int, exp: int, mod: None = None) -> Any:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: _PositiveInteger, exp: float, mod: None = None) -> float:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: _NegativeInteger, exp: float, mod: None = None) -> complex:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: float, exp: int, mod: None = None) -> float:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n\n# float base & float exp could return float or complex\n# return type must be Any (same as complex base, complex exp),\n# as `float | complex` causes too many false-positive errors\n@overload\ndef pow(base: float, exp: complex | _SupportsSomeKindOfPow, mod: None = None) -> Any:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: complex, exp: complex | _SupportsSomeKindOfPow, mod: None = None) -> complex:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: _SupportsSomeKindOfPow, exp: float, mod: None = None) -> Any:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n@overload\ndef pow(base: _SupportsSomeKindOfPow, exp: complex, mod: None = None) -> complex:\n """"""\n Equivalent to base**exp with 2 arguments or base**exp % mod with 3 arguments\n\n Some types, such as ints, are able to use a more efficient algorithm when\n invoked using the three argument form.\n """"""\n ...\n\nquit: _sitebuiltins.Quitter\n\nclass reversed(Generic[_T]):\n """"""Return a reverse iterator over the values of the given sequence.""""""\n @overload\n def __new__(cls, sequence: Reversible[_T], /) -> Iterator[_T]: ... # type: ignore[misc]\n @overload\n def __new__(cls, sequence: SupportsLenAndGetItem[_T], /) -> Iterator[_T]: ... # type: ignore[misc]\n def __iter__(self) -> Self:\n """"""Implement iter(self).""""""\n ...\n def __next__(self) -> _T:\n """"""Implement next(self).""""""\n ...\n def __length_hint__(self) -> int:\n """"""Private method returning an estimate of len(list(it)).""""""\n ...\n\ndef repr(obj: object, /) -> str:\n """"""\n Return the canonical string representation of the object.\n\n For many object types, including most builtins, eval(repr(obj)) == obj.\n """"""\n ...\n\n# See https://github.com/python/typeshed/pull/9141\n# and https://github.com/python/typeshed/pull/9151\n# on why we don't use `SupportsRound` from `typing.pyi`\n\nclass _SupportsRound1(Protocol[_T_co]):\n def __round__(self) -> _T_co: ...\n\nclass _SupportsRound2(Protocol[_T_co]):\n def __round__(self, ndigits: int, /) -> _T_co: ...\n\n@overload\ndef round(number: _SupportsRound1[_T], ndigits: None = None) -> _T:\n """"""\n Round a number to a given precision in decimal digits.\n\n The return value is an integer if ndigits is omitted or None. Otherwise\n the return value has the same type as the number. ndigits may be negative.\n """"""\n ...\n@overload\ndef round(number: _SupportsRound2[_T], ndigits: SupportsIndex) -> _T:\n """"""\n Round a number to a given precision in decimal digits.\n\n The return value is an integer if ndigits is omitted or None. Otherwise\n the return value has the same type as the number. ndigits may be negative.\n """"""\n ...\n\n# See https://github.com/python/typeshed/pull/6292#discussion_r748875189\n# for why arg 3 of `setattr` should be annotated with `Any` and not `object`\ndef setattr(obj: object, name: str, value: Any, /) -> None:\n """"""\n Sets the named attribute on the given object to the specified value.\n\n setattr(x, 'y', v) is equivalent to ``x.y = v``\n """"""\n ...\n@overload\ndef sorted(\n iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None, reverse: bool = False\n) -> list[SupportsRichComparisonT]:\n """"""\n Return a new list containing all items from the iterable in ascending order.\n\n A custom key function can be supplied to customize the sort order, and the\n reverse flag can be set to request the result in descending order.\n """"""\n ...\n@overload\ndef sorted(iterable: Iterable[_T], /, *, key: Callable[[_T], SupportsRichComparison], reverse: bool = False) -> list[_T]:\n """"""\n Return a new list containing all items from the iterable in ascending order.\n\n A custom key function can be supplied to customize the sort order, and the\n reverse flag can be set to request the result in descending order.\n """"""\n ...\n\n_AddableT1 = TypeVar(""_AddableT1"", bound=SupportsAdd[Any, Any])\n_AddableT2 = TypeVar(""_AddableT2"", bound=SupportsAdd[Any, Any])\n\nclass _SupportsSumWithNoDefaultGiven(SupportsAdd[Any, Any], SupportsRAdd[int, Any], Protocol): ...\n\n_SupportsSumNoDefaultT = TypeVar(""_SupportsSumNoDefaultT"", bound=_SupportsSumWithNoDefaultGiven)\n\n# In general, the return type of `x + x` is *not* guaranteed to be the same type as x.\n# However, we can't express that in the stub for `sum()`\n# without creating many false-positive errors (see #7578).\n# Instead, we special-case the most common examples of this: bool and literal integers.\n@overload\ndef sum(iterable: Iterable[bool | _LiteralInteger], /, start: int = 0) -> int:\n """"""\n Return the sum of a 'start' value (default: 0) plus an iterable of numbers\n\n When the iterable is empty, return the start value.\n This function is intended specifically for use with numeric values and may\n reject non-numeric types.\n """"""\n ...\n@overload\ndef sum(iterable: Iterable[_SupportsSumNoDefaultT], /) -> _SupportsSumNoDefaultT | Literal[0]:\n """"""\n Return the sum of a 'start' value (default: 0) plus an iterable of numbers\n\n When the iterable is empty, return the start value.\n This function is intended specifically for use with numeric values and may\n reject non-numeric types.\n """"""\n ...\n@overload\ndef sum(iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _AddableT1 | _AddableT2:\n """"""\n Return the sum of a 'start' value (default: 0) plus an iterable of numbers\n\n When the iterable is empty, return the start value.\n This function is intended specifically for use with numeric values and may\n reject non-numeric types.\n """"""\n ...\n\n# The argument to `vars()` has to have a `__dict__` attribute, so the second overload can't be annotated with `object`\n# (A ""SupportsDunderDict"" protocol doesn't work)\n@overload\ndef vars(object: type, /) -> types.MappingProxyType[str, Any]:\n """"""\n Show vars.\n\n Without arguments, equivalent to locals().\n With an argument, equivalent to object.__dict__.\n """"""\n ...\n@overload\ndef vars(object: Any = ..., /) -> dict[str, Any]:\n """"""\n Show vars.\n\n Without arguments, equivalent to locals().\n With an argument, equivalent to object.__dict__.\n """"""\n ...\n\nclass zip(Generic[_T_co]):\n """"""\n zip(*iterables, strict=False) --> Yield tuples until an input is exhausted.\n\n >>> list(zip('abcdefg', range(3), range(4)))\n [('a', 0, 0), ('b', 1, 1), ('c', 2, 2)]\n\n The zip object yields n-length tuples, where n is the number of iterables\n passed as positional arguments to zip(). The i-th element in every tuple\n comes from the i-th iterable argument to zip(). This continues until the\n shortest argument is exhausted.\n\n If strict is true and one of the arguments is exhausted before the others,\n raise a ValueError.\n """"""\n if sys.version_info >= (3, 10):\n @overload\n def __new__(cls, *, strict: bool = ...) -> zip[Any]: ...\n @overload\n def __new__(cls, iter1: Iterable[_T1], /, *, strict: bool = ...) -> zip[tuple[_T1]]: ...\n @overload\n def __new__(cls, iter1: Iterable[_T1], iter2: Iterable[_T2], /, *, strict: bool = ...) -> zip[tuple[_T1, _T2]]: ...\n @overload\n def __new__(\n cls, iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3], /, *, strict: bool = ...\n ) -> zip[tuple[_T1, _T2, _T3]]: ...\n @overload\n def __new__(\n cls, iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3], iter4: Iterable[_T4], /, *, strict: bool = ...\n ) -> zip[tuple[_T1, _T2, _T3, _T4]]: ...\n @overload\n def __new__(\n cls,\n iter1: Iterable[_T1],\n iter2: Iterable[_T2],\n iter3: Iterable[_T3],\n iter4: Iterable[_T4],\n iter5: Iterable[_T5],\n /,\n *,\n strict: bool = ...,\n ) -> zip[tuple[_T1, _T2, _T3, _T4, _T5]]: ...\n @overload\n def __new__(\n cls,\n iter1: Iterable[Any],\n iter2: Iterable[Any],\n iter3: Iterable[Any],\n iter4: Iterable[Any],\n iter5: Iterable[Any],\n iter6: Iterable[Any],\n /,\n *iterables: Iterable[Any],\n strict: bool = ...,\n ) -> zip[tuple[Any, ...]]: ...\n else:\n @overload\n def __new__(cls) -> zip[Any]: ...\n @overload\n def __new__(cls, iter1: Iterable[_T1], /) -> zip[tuple[_T1]]: ...\n @overload\n def __new__(cls, iter1: Iterable[_T1], iter2: Iterable[_T2], /) -> zip[tuple[_T1, _T2]]: ...\n @overload\n def __new__(cls, iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3], /) -> zip[tuple[_T1, _T2, _T3]]: ...\n @overload\n def __new__(\n cls, iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3], iter4: Iterable[_T4], /\n ) -> zip[tuple[_T1, _T2, _T3, _T4]]: ...\n @overload\n def __new__(\n cls, iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3], iter4: Iterable[_T4], iter5: Iterable[_T5], /\n ) -> zip[tuple[_T1, _T2, _T3, _T4, _T5]]: ...\n @overload\n def __new__(\n cls,\n iter1: Iterable[Any],\n iter2: Iterable[Any],\n iter3: Iterable[Any],\n iter4: Iterable[Any],\n iter5: Iterable[Any],\n iter6: Iterable[Any],\n /,\n *iterables: Iterable[Any],\n ) -> zip[tuple[Any, ...]]: ...\n\n def __iter__(self) -> Self:\n """"""Implement iter(self).""""""\n ...\n def __next__(self) -> _T_co:\n """"""Implement next(self).""""""\n ...\n\n# Signature of `builtins.__import__` should be kept identical to `importlib.__import__`\n# Return type of `__import__` should be kept the same as return type of `importlib.import_module`\ndef __import__(\n name: str,\n globals: Mapping[str, object] | None = None,\n locals: Mapping[str, object] | None = None,\n fromlist: Sequence[str] = (),\n level: int = 0,\n) -> types.ModuleType:\n """"""\n Import a module.\n\n Because this function is meant for use by the Python\n interpreter and not for general use, it is better to use\n importlib.import_module() to programmatically import a module.\n\n The globals argument is only used to determine the context;\n they are not modified. The locals argument is unused. The fromlist\n should be a list of names to emulate ``from name import ...``, or an\n empty list to emulate ``import name``.\n When importing a module from a package, note that __import__('A.B', ...)\n returns package A when fromlist is empty, but its submodule B when\n fromlist is not empty. The level argument is used to determine whether to\n perform absolute or relative imports: 0 is absolute, while a positive number\n is the number of parent directories to search relative to the current module.\n """"""\n ...\ndef __build_class__(func: Callable[[], CellType | Any], name: str, /, *bases: Any, metaclass: Any = ..., **kwds: Any) -> Any:\n """"""\n __build_class__(func, name, /, *bases, [metaclass], **kwds) -> class\n\n Internal helper function used by the class statement.\n """"""\n ...\n\nif sys.version_info >= (3, 10):\n from types import EllipsisType\n\n # Backwards compatibility hack for folks who relied on the ellipsis type\n # existing in typeshed in Python 3.9 and earlier.\n ellipsis = EllipsisType\n\n Ellipsis: EllipsisType\n\nelse:\n # Actually the type of Ellipsis is , but since it's\n # not exposed anywhere under that name, we make it private here.\n @final\n @type_check_only\n class ellipsis: ...\n\n Ellipsis: ellipsis\n\nclass BaseException:\n """"""Common base class for all exceptions""""""\n args: tuple[Any, ...]\n __cause__: BaseException | None\n __context__: BaseException | None\n __suppress_context__: bool\n __traceback__: TracebackType | None\n def __init__(self, *args: object) -> None: ...\n def __new__(cls, *args: Any, **kwds: Any) -> Self: ...\n def __setstate__(self, state: dict[str, Any] | None, /) -> None: ...\n def with_traceback(self, tb: TracebackType | None, /) -> Self:\n """"""\n Exception.with_traceback(tb) --\n set self.__traceback__ to tb and return self.\n """"""\n ...\n if sys.version_info >= (3, 11):\n # only present after add_note() is called\n __notes__: list[str]\n def add_note(self, note: str, /) -> None:\n """"""\n Exception.add_note(note) --\n add a note to the exception\n """"""\n ...\n\nclass GeneratorExit(BaseException):\n """"""Request that a generator exit.""""""\n ...\nclass KeyboardInterrupt(BaseException):\n """"""Program interrupted by user.""""""\n ...\n\nclass SystemExit(BaseException):\n """"""Request to exit from the interpreter.""""""\n code: sys._ExitCode\n\nclass Exception(BaseException):\n """"""Common base class for all non-exit exceptions.""""""\n ...\n\nclass StopIteration(Exception):\n """"""Signal the end from iterator.__next__().""""""\n value: Any\n\nclass OSError(Exception):\n """"""Base class for I/O related errors.""""""\n errno: int | None\n strerror: str | None\n # filename, filename2 are actually str | bytes | None\n filename: Any\n filename2: Any\n if sys.platform == ""win32"":\n winerror: int\n\nEnvironmentError = OSError\nIOError = OSError\nif sys.platform == ""win32"":\n WindowsError = OSError\n\nclass ArithmeticError(Exception):\n """"""Base class for arithmetic errors.""""""\n ...\nclass AssertionError(Exception):\n """"""Assertion failed.""""""\n ...\n\nclass AttributeError(Exception):\n """"""Attribute not found.""""""\n if sys.version_info >= (3, 10):\n def __init__(self, *args: object, name: str | None = ..., obj: object = ...) -> None: ...\n name: str\n obj: object\n\nclass BufferError(Exception):\n """"""Buffer error.""""""\n ...\nclass EOFError(Exception):\n """"""Read beyond end of file.""""""\n ...\n\nclass ImportError(Exception):\n """"""Import can't find module, or can't find name in module.""""""\n def __init__(self, *args: object, name: str | None = ..., path: str | None = ...) -> None: ...\n name: str | None\n path: str | None\n msg: str # undocumented\n if sys.version_info >= (3, 12):\n name_from: str | None # undocumented\n\nclass LookupError(Exception):\n """"""Base class for lookup errors.""""""\n ...\nclass MemoryError(Exception):\n """"""Out of memory.""""""\n ...\n\nclass NameError(Exception):\n """"""Name not found globally.""""""\n if sys.version_info >= (3, 10):\n def __init__(self, *args: object, name: str | None = ...) -> None: ...\n name: str\n\nclass ReferenceError(Exception):\n """"""Weak ref proxy used after referent went away.""""""\n ...\nclass RuntimeError(Exception):\n """"""Unspecified run-time error.""""""\n ...\nclass StopAsyncIteration(Exception):\n """"""Signal the end from iterator.__anext__().""""""\n ...\n\nclass SyntaxError(Exception):\n """"""Invalid syntax.""""""\n msg: str\n filename: str | None\n lineno: int | None\n offset: int | None\n text: str | None\n # Errors are displayed differently if this attribute exists on the exception.\n # The value is always None.\n print_file_and_line: None\n if sys.version_info >= (3, 10):\n end_lineno: int | None\n end_offset: int | None\n\n @overload\n def __init__(self) -> None: ...\n @overload\n def __init__(self, msg: object, /) -> None: ...\n # Second argument is the tuple (filename, lineno, offset, text)\n @overload\n def __init__(self, msg: str, info: tuple[str | None, int | None, int | None, str | None], /) -> None: ...\n if sys.version_info >= (3, 10):\n # end_lineno and end_offset must both be provided if one is.\n @overload\n def __init__(\n self, msg: str, info: tuple[str | None, int | None, int | None, str | None, int | None, int | None], /\n ) -> None: ...\n # If you provide more than two arguments, it still creates the SyntaxError, but\n # the arguments from the info tuple are not parsed. This form is omitted.\n\nclass SystemError(Exception):\n """"""\n Internal error in the Python interpreter.\n\n Please report this to the Python maintainer, along with the traceback,\n the Python version, and the hardware/OS platform and version.\n """"""\n ...\nclass TypeError(Exception):\n """"""Inappropriate argument type.""""""\n ...\nclass ValueError(Exception):\n """"""Inappropriate argument value (of correct type).""""""\n ...\nclass FloatingPointError(ArithmeticError):\n """"""Floating point operation failed.""""""\n ...\nclass OverflowError(ArithmeticError):\n """"""Result too large to be represented.""""""\n ...\nclass ZeroDivisionError(ArithmeticError):\n """"""Second argument to a division or modulo operation was zero.""""""\n ...\nclass ModuleNotFoundError(ImportError):\n """"""Module not found.""""""\n ...\nclass IndexError(LookupError):\n """"""Sequence index out of range.""""""\n ...\nclass KeyError(LookupError):\n """"""Mapping key not found.""""""\n ...\nclass UnboundLocalError(NameError):\n """"""Local name referenced but not bound to a value.""""""\n ...\n\nclass BlockingIOError(OSError):\n """"""I/O operation would block.""""""\n characters_written: int\n\nclass ChildProcessError(OSError):\n """"""Child process error.""""""\n ...\nclass ConnectionError(OSError):\n """"""Connection error.""""""\n ...\nclass BrokenPipeError(ConnectionError):\n """"""Broken pipe.""""""\n ...\nclass ConnectionAbortedError(ConnectionError):\n """"""Connection aborted.""""""\n ...\nclass ConnectionRefusedError(ConnectionError):\n """"""Connection refused.""""""\n ...\nclass ConnectionResetError(ConnectionError):\n """"""Connection reset.""""""\n ...\nclass FileExistsError(OSError):\n """"""File already exists.""""""\n ...\nclass FileNotFoundError(OSError):\n """"""File not found.""""""\n ...\nclass InterruptedError(OSError):\n """"""Interrupted by signal.""""""\n ...\nclass IsADirectoryError(OSError):\n """"""Operation doesn't work on directories.""""""\n ...\nclass NotADirectoryError(OSError):\n """"""Operation only works on directories.""""""\n ...\nclass PermissionError(OSError):\n """"""Not enough permissions.""""""\n ...\nclass ProcessLookupError(OSError):\n """"""Process not found.""""""\n ...\nclass TimeoutError(OSError):\n """"""Timeout expired.""""""\n ...\nclass NotImplementedError(RuntimeError):\n """"""Method or function hasn't been implemented yet.""""""\n ...\nclass RecursionError(RuntimeError):\n """"""Recursion limit exceeded.""""""\n ...\nclass IndentationError(SyntaxError):\n """"""Improper indentation.""""""\n ...\nclass TabError(IndentationError):\n """"""Improper mixture of spaces and tabs.""""""\n ...\nclass UnicodeError(ValueError):\n """"""Unicode related error.""""""\n ...\n\nclass UnicodeDecodeError(UnicodeError):\n """"""Unicode decoding error.""""""\n encoding: str\n object: bytes\n start: int\n end: int\n reason: str\n def __init__(self, encoding: str, object: ReadableBuffer, start: int, end: int, reason: str, /) -> None: ...\n\nclass UnicodeEncodeError(UnicodeError):\n """"""Unicode encoding error.""""""\n encoding: str\n object: str\n start: int\n end: int\n reason: str\n def __init__(self, encoding: str, object: str, start: int, end: int, reason: str, /) -> None: ...\n\nclass UnicodeTranslateError(UnicodeError):\n """"""Unicode translation error.""""""\n encoding: None\n object: str\n start: int\n end: int\n reason: str\n def __init__(self, object: str, start: int, end: int, reason: str, /) -> None: ...\n\nclass Warning(Exception):\n """"""Base class for warning categories.""""""\n ...\nclass UserWarning(Warning):\n """"""Base class for warnings generated by user code.""""""\n ...\nclass DeprecationWarning(Warning):\n """"""Base class for warnings about deprecated features.""""""\n ...\nclass SyntaxWarning(Warning):\n """"""Base class for warnings about dubious syntax.""""""\n ...\nclass RuntimeWarning(Warning):\n """"""Base class for warnings about dubious runtime behavior.""""""\n ...\nclass FutureWarning(Warning):\n """"""\n Base class for warnings about constructs that will change semantically\n in the future.\n """"""\n ...\nclass PendingDeprecationWarning(Warning):\n """"""\n Base class for warnings about features which will be deprecated\n in the future.\n """"""\n ...\nclass ImportWarning(Warning):\n """"""Base class for warnings about probable mistakes in module imports""""""\n ...\nclass UnicodeWarning(Warning):\n """"""\n Base class for warnings about Unicode related problems, mostly\n related to conversion problems.\n """"""\n ...\nclass BytesWarning(Warning):\n """"""\n Base class for warnings about bytes and buffer related problems, mostly\n related to conversion from str or comparing to str.\n """"""\n ...\nclass ResourceWarning(Warning):\n """"""Base class for warnings about resource usage.""""""\n ...\n\nif sys.version_info >= (3, 10):\n class EncodingWarning(Warning):\n """"""Base class for warnings about encodings.""""""\n ...\n\nif sys.version_info >= (3, 11):\n _BaseExceptionT_co = TypeVar(""_BaseExceptionT_co"", bound=BaseException, covariant=True, default=BaseException)\n _BaseExceptionT = TypeVar(""_BaseExceptionT"", bound=BaseException)\n _ExceptionT_co = TypeVar(""_ExceptionT_co"", bound=Exception, covariant=True, default=Exception)\n _ExceptionT = TypeVar(""_ExceptionT"", bound=Exception)\n\n # See `check_exception_group.py` for use-cases and comments.\n class BaseExceptionGroup(BaseException, Generic[_BaseExceptionT_co]):\n """"""A combination of multiple unrelated exceptions.""""""\n def __new__(cls, message: str, exceptions: Sequence[_BaseExceptionT_co], /) -> Self: ...\n def __init__(self, message: str, exceptions: Sequence[_BaseExceptionT_co], /) -> None: ...\n @property\n def message(self) -> str:\n """"""exception message""""""\n ...\n @property\n def exceptions(self) -> tuple[_BaseExceptionT_co | BaseExceptionGroup[_BaseExceptionT_co], ...]:\n """"""nested exceptions""""""\n ...\n @overload\n def subgroup(\n self, matcher_value: type[_ExceptionT] | tuple[type[_ExceptionT], ...], /\n ) -> ExceptionGroup[_ExceptionT] | None: ...\n @overload\n def subgroup(\n self, matcher_value: type[_BaseExceptionT] | tuple[type[_BaseExceptionT], ...], /\n ) -> BaseExceptionGroup[_BaseExceptionT] | None: ...\n @overload\n def subgroup(\n self, matcher_value: Callable[[_BaseExceptionT_co | Self], bool], /\n ) -> BaseExceptionGroup[_BaseExceptionT_co] | None: ...\n @overload\n def split(\n self, matcher_value: type[_ExceptionT] | tuple[type[_ExceptionT], ...], /\n ) -> tuple[ExceptionGroup[_ExceptionT] | None, BaseExceptionGroup[_BaseExceptionT_co] | None]: ...\n @overload\n def split(\n self, matcher_value: type[_BaseExceptionT] | tuple[type[_BaseExceptionT], ...], /\n ) -> tuple[BaseExceptionGroup[_BaseExceptionT] | None, BaseExceptionGroup[_BaseExceptionT_co] | None]: ...\n @overload\n def split(\n self, matcher_value: Callable[[_BaseExceptionT_co | Self], bool], /\n ) -> tuple[BaseExceptionGroup[_BaseExceptionT_co] | None, BaseExceptionGroup[_BaseExceptionT_co] | None]: ...\n # In reality it is `NonEmptySequence`:\n @overload\n def derive(self, excs: Sequence[_ExceptionT], /) -> ExceptionGroup[_ExceptionT]: ...\n @overload\n def derive(self, excs: Sequence[_BaseExceptionT], /) -> BaseExceptionGroup[_BaseExceptionT]: ...\n def __class_getitem__(cls, item: Any, /) -> GenericAlias:\n """"""See PEP 585""""""\n ...\n\n class ExceptionGroup(BaseExceptionGroup[_ExceptionT_co], Exception):\n def __new__(cls, message: str, exceptions: Sequence[_ExceptionT_co], /) -> Self: ...\n def __init__(self, message: str, exceptions: Sequence[_ExceptionT_co], /) -> None: ...\n @property\n def exceptions(self) -> tuple[_ExceptionT_co | ExceptionGroup[_ExceptionT_co], ...]:\n """"""nested exceptions""""""\n ...\n # We accept a narrower type, but that's OK.\n @overload # type: ignore[override]\n def subgroup(\n self, matcher_value: type[_ExceptionT] | tuple[type[_ExceptionT], ...], /\n ) -> ExceptionGroup[_ExceptionT] | None: ...\n @overload\n def subgroup(\n self, matcher_value: Callable[[_ExceptionT_co | Self], bool], /\n ) -> ExceptionGroup[_ExceptionT_co] | None: ...\n @overload # type: ignore[override]\n def split(\n self, matcher_value: type[_ExceptionT] | tuple[type[_ExceptionT], ...], /\n ) -> tuple[ExceptionGroup[_ExceptionT] | None, ExceptionGroup[_ExceptionT_co] | None]: ...\n @overload\n def split(\n self, matcher_value: Callable[[_ExceptionT_co | Self], bool], /\n ) -> tuple[ExceptionGroup[_ExceptionT_co] | None, ExceptionGroup[_ExceptionT_co] | None]: ...\n\nif sys.version_info >= (3, 13):\n class PythonFinalizationError(RuntimeError): ...\n",python,tab +2916,2680037,"/fast/home/franz.srambical/.cursor-server/extensions/anysphere.cursorpyright-1.0.8/dist/typeshed-fallback/stdlib/builtins.pyi",137169,0,"",python,selection_command +2917,2691312,"genie.py",0,0,"",python,tab +2918,2691312,"genie.py",16496,0,"",python,selection_command +2919,2732122,"genie.py",16463,0,"",python,selection_mouse +2920,2735230,"genie.py",16445,59," causal_step_fn, init_carry_causal, jnp.arange(N)",python,content +2921,2751070,"genie.py",0,22154,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # FIXME (f.srambical): initialize kv caches\n # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, int], step_n: int\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, int], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: int\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, range(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,content +2922,2758464,"genie.py",16445,59," causal_step_fn, init_carry_causal, jnp.arange(N)",python,content +2923,2771773,"genie.py",16442,0,"",python,selection_mouse +2924,2784863,"genie.py",16496,5,"",python,content +2925,2785325,"genie.py",16504,0,")",python,content +2926,2785339,"genie.py",16504,0,"",python,selection_command +2927,2785809,"genie.py",16502,0,"int(",python,content +2928,2785820,"genie.py",16507,1,"",python,content +2929,2785827,"genie.py",16502,4,"",python,content +2930,2785844,"genie.py",16496,0,"jnp.a",python,content +2931,2785852,"genie.py",16445,0,"",python,selection_command +2932,2786157,"genie.py",16012,3,"jax.Array",python,content +2933,2786159,"genie.py",15964,0,"",python,selection_command +2934,2793414,"genie.py",15968,0,"",python,selection_command +2935,2793547,"genie.py",15973,0,"",python,selection_command +2936,2793804,"genie.py",15975,0,"",python,selection_command +2937,2793827,"genie.py",15980,0,"",python,selection_command +2938,2793857,"genie.py",15981,0,"",python,selection_command +2939,2793891,"genie.py",15984,0,"",python,selection_command +2940,2793924,"genie.py",15985,0,"",python,selection_command +2941,2794157,"genie.py",15990,0,"",python,selection_command +2942,2794341,"genie.py",15992,0,"",python,selection_command +2943,2794507,"genie.py",15995,0,"",python,selection_command +2944,2794647,"genie.py",15996,0,"",python,selection_command +2945,2794841,"genie.py",16001,0,"",python,selection_command +2946,2795026,"genie.py",16004,0,"",python,selection_command +2947,2795245,"genie.py",16010,0,"",python,selection_command +2948,2802678,"genie.py",16012,0,"",python,selection_command +2949,2803052,"genie.py",16012,1,"j",python,selection_command +2950,2803111,"genie.py",16012,3,"jax",python,selection_command +2951,2803285,"genie.py",16012,4,"jax.",python,selection_command +2952,2803639,"genie.py",16012,9,"jax.Array",python,selection_command +2953,2803904,"genie.py",16012,9,"",python,content +2954,2804139,"genie.py",16012,0,"i",python,content +2955,2804140,"genie.py",16013,0,"",python,selection_keyboard +2956,2804240,"genie.py",16013,0,"n",python,content +2957,2804240,"genie.py",16014,0,"",python,selection_keyboard +2958,2804348,"genie.py",16014,0,"t",python,content +2959,2804348,"genie.py",16015,0,"",python,selection_keyboard +2960,2804600,"genie.py",16014,0,"",python,selection_command +2961,2809172,"genie.py",15954,0,"",python,selection_command +2962,2809421,"genie.py",15923,0,"",python,selection_command +2963,2809439,"genie.py",15921,0,"",python,selection_command +2964,2809470,"genie.py",15874,0,"",python,selection_command +2965,2809505,"genie.py",15815,0,"",python,selection_command +2966,2809538,"genie.py",15813,0,"",python,selection_command +2967,2809575,"genie.py",15757,0,"",python,selection_command +2968,2809610,"genie.py",15697,0,"",python,selection_command +2969,2809644,"genie.py",15634,0,"",python,selection_command +2970,2809677,"genie.py",15574,0,"",python,selection_command +2971,2809717,"genie.py",15524,0,"",python,selection_command +2972,2809749,"genie.py",15490,0,"",python,selection_command +2973,2809780,"genie.py",15430,0,"",python,selection_command +2974,2809819,"genie.py",15400,0,"",python,selection_command +2975,2809845,"genie.py",15345,0,"",python,selection_command +2976,2809884,"genie.py",15331,0,"",python,selection_command +2977,2809916,"genie.py",15219,0,"",python,selection_command +2978,2809945,"genie.py",15130,0,"",python,selection_command +2979,2809978,"genie.py",15038,0,"",python,selection_command +2980,2810015,"genie.py",14959,0,"",python,selection_command +2981,2810049,"genie.py",14884,0,"",python,selection_command +2982,2810078,"genie.py",14805,0,"",python,selection_command +2983,2810111,"genie.py",14745,0,"",python,selection_command +2984,2810151,"genie.py",14705,0,"",python,selection_command +2985,2810186,"genie.py",14692,0,"",python,selection_command +2986,2810321,"genie.py",14632,0,"",python,selection_command +2987,2810483,"genie.py",14586,0,"",python,selection_command +2988,2810661,"genie.py",14584,0,"",python,selection_command +2989,2810810,"genie.py",14541,0,"",python,selection_command +2990,2810975,"genie.py",14491,0,"",python,selection_command +2991,2811195,"genie.py",14420,0,"",python,selection_command +2992,2811340,"genie.py",14491,0,"",python,selection_command +2993,2811516,"genie.py",14541,0,"",python,selection_command +2994,2813869,"genie.py",14491,0,"",python,selection_command +2995,2821017,"genie.py",14498,0,"\n ",python,content +2996,2822899,"genie.py",14511,0,"s",python,content +2997,2822899,"genie.py",14512,0,"",python,selection_keyboard +2998,2822906,"genie.py",14512,0,"t",python,content +2999,2822906,"genie.py",14513,0,"",python,selection_keyboard +3000,2823007,"genie.py",14513,0,"e",python,content +3001,2823008,"genie.py",14514,0,"",python,selection_keyboard +3002,2823047,"genie.py",14514,0,"p",python,content +3003,2823047,"genie.py",14515,0,"",python,selection_keyboard +3004,2824270,"genie.py",14515,0,"_",python,content +3005,2824270,"genie.py",14516,0,"",python,selection_keyboard +3006,2824706,"genie.py",14516,0,"n",python,content +3007,2824707,"genie.py",14517,0,"",python,selection_keyboard +3008,2825302,"genie.py",14517,0," ",python,content +3009,2825302,"genie.py",14518,0,"",python,selection_keyboard +3010,2825715,"genie.py",14518,0,"=",python,content +3011,2825715,"genie.py",14519,0,"",python,selection_keyboard +3012,2826193,"genie.py",14519,0," ",python,content +3013,2826193,"genie.py",14520,0,"",python,selection_keyboard +3014,2826940,"genie.py",14520,0,"i",python,content +3015,2826940,"genie.py",14521,0,"",python,selection_keyboard +3016,2827034,"genie.py",14521,0,"n",python,content +3017,2827034,"genie.py",14522,0,"",python,selection_keyboard +3018,2827034,"genie.py",14522,0,"t",python,content +3019,2827034,"genie.py",14523,0,"",python,selection_keyboard +3020,2827718,"genie.py",14523,0,"(step_n)",python,content +3021,2827992,"genie.py",14530,0,"",python,selection_command +3022,2834583,"genie.py",14499,32," step_n = int(step_n)",python,selection_command +3023,2854532,"genie.py",14499,32," step_n = jax.lax.conv_general_dilated_patch(step_n, (), (), ())",python,content +3024,2854532,"genie.py",14286,75," carry: tuple[jax.Array, jax.Array, jax.Array, int], step_n: jax.Array",python,content +3025,2859368,"genie.py",14505,75," step_n = int(step_n)",python,content +3026,2859368,"genie.py",14286,81," carry: tuple[jax.Array, jax.Array, jax.Array, int], step_n: int",python,content +3027,2859509,"genie.py",14499,33,"",python,content +3028,2862481,"genie.py",14499,0," step_n = int(step_n)\n",python,content +3029,2862580,"genie.py",16478,64," causal_step_fn, init_carry_causal, jnp.arange(N, dtype=jnp.int32)",python,content +3030,2862580,"genie.py",14499,33,"",python,content +3031,2873862,"genie.py",15772,0,"",python,selection_mouse +3032,2875048,"genie.py",14586,0,"",python,selection_mouse +3033,2875944,"genie.py",14499,0," step_n = int(step_n)\n",python,content +3034,2876051,"genie.py",16478,81," causal_step_fn, init_carry_causal, jnp.arange(N)",python,content +3035,2878132,"genie.py",14576,0,"",python,selection_command +3036,2878133,"genie.py",14532,0,"",python,selection_command +3037,2878275,"genie.py",14499,0,"",python,selection_command +3038,2878412,"genie.py",14433,0,"",python,selection_command +3039,2878613,"genie.py",14499,0,"",python,selection_command +3040,2919135,"genie.py",14511,0,"",python,selection_command +3041,2919317,"genie.py",14518,0,"",python,selection_command +3042,2920214,"genie.py",14520,0,"",python,selection_command +3043,2920403,"genie.py",14523,0,"",python,selection_command +3044,2920865,"genie.py",14520,0,"",python,selection_command +3045,2921425,"genie.py",14520,11,"",python,content +3046,2921899,"genie.py",14520,0,"s",python,content +3047,2921899,"genie.py",14521,0,"",python,selection_keyboard +3048,2921912,"genie.py",14521,0,"t",python,content +3049,2921912,"genie.py",14522,0,"",python,selection_keyboard +3050,2921994,"genie.py",14522,0,"e",python,content +3051,2921994,"genie.py",14523,0,"",python,selection_keyboard +3052,2922097,"genie.py",14523,0,"p",python,content +3053,2922097,"genie.py",14524,0,"",python,selection_keyboard +3054,2922442,"genie.py",14524,0,"_",python,content +3055,2922442,"genie.py",14525,0,"",python,selection_keyboard +3056,2922799,"genie.py",14525,0,"n",python,content +3057,2922799,"genie.py",14526,0,"",python,selection_keyboard +3058,2922990,"genie.py",14526,0,".",python,content +3059,2922990,"genie.py",14527,0,"",python,selection_keyboard +3060,2923560,"genie.py",14527,0,"i",python,content +3061,2923560,"genie.py",14528,0,"",python,selection_keyboard +3062,2923670,"genie.py",14528,0,"t",python,content +3063,2923671,"genie.py",14529,0,"",python,selection_keyboard +3064,2923703,"genie.py",14529,0,"e",python,content +3065,2923704,"genie.py",14530,0,"",python,selection_keyboard +3066,2923775,"genie.py",14530,0,"m",python,content +3067,2923775,"genie.py",14531,0,"",python,selection_keyboard +3068,2924273,"genie.py",14531,0,"()",python,content +3069,2924274,"genie.py",14532,0,"",python,selection_keyboard +3070,2924298,"genie.py",14532,1,")",python,content +3071,2924298,"genie.py",14533,0,"",python,selection_keyboard +3072,2924698,"genie.py",14532,0,"",python,selection_command +3073,2925224,"genie.py",14531,0,"",python,selection_command +3074,2926519,"genie.py",14532,0,"",python,selection_command +3075,2927335,"genie.py",14531,0,"",python,selection_command +3076,2927510,"genie.py",14527,0,"",python,selection_command +3077,2929645,"genie.py",14526,0,"",python,selection_command +3078,2929819,"genie.py",14520,0,"",python,selection_command +3079,2930005,"genie.py",14518,0,"",python,selection_command +3080,2930172,"genie.py",14511,0,"",python,selection_command +3081,2941698,"genie.py",14358,0,"",python,selection_mouse +3082,2944154,"genie.py",14358,3,"",python,content +3083,2944548,"genie.py",14358,0,"A",python,content +3084,2944548,"genie.py",14359,0,"",python,selection_keyboard +3085,2944883,"genie.py",14358,1,"",python,content +3086,2945084,"genie.py",14358,0,"j",python,content +3087,2945084,"genie.py",14359,0,"",python,selection_keyboard +3088,2945116,"genie.py",14359,0,"a",python,content +3089,2945116,"genie.py",14360,0,"",python,selection_keyboard +3090,2945199,"genie.py",14360,0,"x",python,content +3091,2945199,"genie.py",14361,0,"",python,selection_keyboard +3092,2946023,"genie.py",14361,0,".",python,content +3093,2946024,"genie.py",14362,0,"",python,selection_keyboard +3094,2946549,"genie.py",14362,0,"Array",python,content +3095,2946668,"genie.py",14366,0,"",python,selection_command +3096,2947668,"genie.py",14437,0,"",python,selection_command +3097,2947784,"genie.py",14503,0,"",python,selection_command +3098,2947924,"genie.py",14538,0,"",python,selection_command +3099,2948120,"genie.py",14582,0,"",python,selection_command +3100,2948368,"genie.py",14538,0,"",python,selection_command +3101,2948674,"genie.py",14537,0,"",python,selection_command +3102,2948794,"genie.py",14533,0,"",python,selection_command +3103,2951270,".venv/lib/python3.10/site-packages/jax/_src/basearray.pyi",0,0,"# Copyright 2022 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\nimport abc\nfrom collections.abc import Callable, Sequence\nfrom types import ModuleType\nfrom typing import Any, Protocol, runtime_checkable, Union\nimport numpy as np\n\nfrom jax._src.partition_spec import PartitionSpec as P\nfrom jax._src.named_sharding import NamedSharding\nfrom jax._src.sharding import Sharding\n\n\n# TODO(jakevdp) de-duplicate this with the DTypeLike definition in typing.py.\n# We redefine these here to prevent circular imports.\n@runtime_checkable\nclass SupportsDType(Protocol):\n @property\n def dtype(self) -> np.dtype: ...\nDTypeLike = Union[str, type[Any], np.dtype, SupportsDType]\n\nAxis = Union[int, Sequence[int], None]\nShard = Any\n\n# TODO: alias this to xla_client.Traceback\nDevice = Any\nTraceback = Any\n\n# TODO(jakevdp): fix import cycles and import this from jax._src.lax.\nPrecisionLike = Any\n\n\n# TODO(slebedev): Remove the metaclass once ``jax_extension_version >= 325``.\nclass Array(metaclass=abc.ABCMeta):\n aval: Any\n\n @property\n def dtype(self) -> np.dtype: ...\n\n @property\n def ndim(self) -> int: ...\n\n @property\n def size(self) -> int: ...\n\n @property\n def itemsize(self) -> int: ...\n\n @property\n def shape(self) -> tuple[int, ...]: ...\n\n def __init__(self, shape, dtype=None, buffer=None, offset=0, strides=None,\n order=None):\n raise TypeError(""jax.numpy.ndarray() should not be instantiated explicitly.""\n "" Use jax.numpy.array, or jax.numpy.zeros instead."")\n\n def __array_namespace__(self, *, api_version: None | str = ...) -> ModuleType: ...\n\n def __getitem__(self, key) -> Array: ...\n def __setitem__(self, key, value) -> None: ...\n def __len__(self) -> int: ...\n def __iter__(self) -> Any: ...\n def __reversed__(self) -> Any: ...\n def __round__(self, ndigits=None) -> Array: ...\n\n # Comparisons\n\n # these return bool for object, so ignore override errors.\n def __lt__(self, other) -> Array: ...\n def __le__(self, other) -> Array: ...\n def __eq__(self, other) -> Array: ... # type: ignore[override]\n def __ne__(self, other) -> Array: ... # type: ignore[override]\n def __gt__(self, other) -> Array: ...\n def __ge__(self, other) -> Array: ...\n\n # Unary arithmetic\n\n def __neg__(self) -> Array: ...\n def __pos__(self) -> Array: ...\n def __abs__(self) -> Array: ...\n def __invert__(self) -> Array: ...\n\n # Binary arithmetic\n\n def __add__(self, other) -> Array: ...\n def __sub__(self, other) -> Array: ...\n def __mul__(self, other) -> Array: ...\n def __matmul__(self, other) -> Array: ...\n def __truediv__(self, other) -> Array: ...\n def __floordiv__(self, other) -> Array: ...\n def __mod__(self, other) -> Array: ...\n def __divmod__(self, other) -> tuple[Array, Array]: ...\n def __pow__(self, other) -> Array: ...\n def __lshift__(self, other) -> Array: ...\n def __rshift__(self, other) -> Array: ...\n def __and__(self, other) -> Array: ...\n def __xor__(self, other) -> Array: ...\n def __or__(self, other) -> Array: ...\n\n def __radd__(self, other) -> Array: ...\n def __rsub__(self, other) -> Array: ...\n def __rmul__(self, other) -> Array: ...\n def __rmatmul__(self, other) -> Array: ...\n def __rtruediv__(self, other) -> Array: ...\n def __rfloordiv__(self, other) -> Array: ...\n def __rmod__(self, other) -> Array: ...\n def __rdivmod__(self, other) -> Array: ...\n def __rpow__(self, other) -> Array: ...\n def __rlshift__(self, other) -> Array: ...\n def __rrshift__(self, other) -> Array: ...\n def __rand__(self, other) -> Array: ...\n def __rxor__(self, other) -> Array: ...\n def __ror__(self, other) -> Array: ...\n\n def __bool__(self) -> bool: ...\n def __complex__(self) -> complex: ...\n def __int__(self) -> int: ...\n def __float__(self) -> float: ...\n def __index__(self) -> int: ...\n\n def __buffer__(self, flags: int) -> memoryview: ...\n def __release_buffer__(self, view: memoryview) -> None: ...\n\n # np.ndarray methods:\n def all(self, axis: Axis = None, out: None = None,\n keepdims: bool = False, *, where: ArrayLike | None = None) -> Array: ...\n def any(self, axis: Axis = None, out: None = None,\n keepdims: bool = False, *, where: ArrayLike | None = None) -> Array: ...\n def argmax(self, axis: int | None = None, out: None = None,\n keepdims: bool | None = None) -> Array: ...\n def argmin(self, axis: int | None = None, out: None = None,\n keepdims: bool | None = None) -> Array: ...\n def argpartition(self, kth: int, axis: int = -1) -> Array: ...\n def argsort(self, axis: int | None = -1, *, kind: None = None, order: None = None,\n stable: bool = True, descending: bool = False) -> Array: ...\n def astype(self, dtype: DTypeLike | None = None, copy: bool = False,\n device: Device | Sharding | None = None) -> Array: ...\n def choose(self, choices: Sequence[ArrayLike], out: None = None, mode: str = 'raise') -> Array: ...\n def clip(self, min: ArrayLike | None = None, max: ArrayLike | None = None) -> Array: ...\n def compress(self, condition: ArrayLike,\n axis: int | None = None, *, out: None = None,\n size: int | None = None, fill_value: ArrayLike = 0) -> Array: ...\n def conj(self) -> Array: ...\n def conjugate(self) -> Array: ...\n def copy(self) -> Array: ...\n def cumprod(self, axis: Axis = None, dtype: DTypeLike | None = None,\n out: None = None) -> Array: ...\n def cumsum(self, axis: Axis = None, dtype: DTypeLike | None = None,\n out: None = None) -> Array: ...\n def diagonal(self, offset: int = 0, axis1: int = 0, axis2: int = 1) -> Array: ...\n def dot(self, b: ArrayLike, *, precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None) -> Array: ...\n def flatten(self, order: str = ""C"") -> Array: ...\n @property\n def imag(self) -> Array: ...\n def item(self, *args: int) -> Any: ...\n def max(self, axis: Axis = None, out: None = None,\n keepdims: bool = False, initial: ArrayLike | None = None,\n where: ArrayLike | None = None) -> Array: ...\n def mean(self, axis: Axis = None, dtype: DTypeLike | None = None,\n out: None = None, keepdims: bool = False, *,\n where: ArrayLike | None = None) -> Array: ...\n def min(self, axis: Axis = None, out: None = None,\n keepdims: bool = False, initial: ArrayLike | None = None,\n where: ArrayLike | None = None) -> Array: ...\n @property\n def nbytes(self) -> int: ...\n def nonzero(self, *, fill_value: None | ArrayLike | tuple[ArrayLike, ...] = None,\n size: int | None = None) -> tuple[Array, ...]: ...\n def prod(self, axis: Axis = None, dtype: DTypeLike | None = None,\n out: None = None, keepdims: bool = False,\n initial: ArrayLike | None = None, where: ArrayLike | None = None,\n promote_integers: bool = True) -> Array: ...\n def ptp(self, axis: Axis = None, out: None = None,\n keepdims: bool = False) -> Array: ...\n def ravel(self, order: str = 'C', *,\n out_sharding: NamedSharding | P | None = ...) -> Array: ...\n @property\n def real(self) -> Array: ...\n def repeat(self, repeats: ArrayLike, axis: int | None = None, *,\n total_repeat_length: int | None = None,\n out_sharding: NamedSharding | P | None = None) -> Array: ...\n def reshape(self, *args: Any, order: str = ""C"",\n out_sharding: NamedSharding | P | None = ...) -> Array: ...\n def round(self, decimals: int = 0, out: None = None) -> Array: ...\n def searchsorted(self, v: ArrayLike, side: str = 'left',\n sorter: ArrayLike | None = None, *, method: str = 'scan') -> Array: ...\n def sort(self, axis: int | None = -1, *, kind: None = None,\n order: None = None, stable: bool = True, descending: bool = False) -> Array: ...\n def squeeze(self, axis: Axis = None) -> Array: ...\n def std(self, axis: Axis = None, dtype: DTypeLike | None = None,\n out: None = None, ddof: int = 0, keepdims: bool = False, *,\n where: ArrayLike | None = None, correction: int | float | None = None) -> Array: ...\n def sum(self, axis: Axis = None, dtype: DTypeLike | None = None,\n out: None = None, keepdims: bool = False, initial: ArrayLike | None = None,\n where: ArrayLike | None = None, promote_integers: bool = True) -> Array: ...\n def swapaxes(self, axis1: int, axis2: int) -> Array: ...\n def take(self, indices: ArrayLike, axis: int | None = None, out: None = None,\n mode: str | None = None, unique_indices: bool = False, indices_are_sorted: bool = False,\n fill_value: StaticScalar | None = None) -> Array: ...\n def tobytes(self, order: str = 'C') -> bytes: ...\n def tolist(self) -> list[Any]: ...\n def trace(self, offset: int | ArrayLike = 0, axis1: int = 0, axis2: int = 1,\n dtype: DTypeLike | None = None, out: None = None) -> Array: ...\n def transpose(self, *args: Any) -> Array: ...\n @property\n def T(self) -> Array: ...\n @property\n def mT(self) -> Array: ...\n def var(self, axis: Axis = None, dtype: DTypeLike | None = None,\n out: None = None, ddof: int = 0, keepdims: bool = False, *,\n where: ArrayLike | None = None, correction: int | float | None = None) -> Array: ...\n def view(self, dtype: DTypeLike | None = None, type: None = None) -> Array: ...\n\n # Even though we don't always support the NumPy array protocol, e.g., for\n # tracer types, for type checking purposes we must declare support so we\n # implement the NumPy ArrayLike protocol.\n def __array__(self, dtype: np.dtype | None = ...,\n copy: bool | None = ...) -> np.ndarray: ...\n def __dlpack__(self) -> Any: ...\n\n # JAX extensions\n @property\n def at(self) -> _IndexUpdateHelper: ...\n @property\n def weak_type(self) -> bool: ...\n\n # Methods defined on ArrayImpl, but not on Tracers\n def addressable_data(self, index: int) -> Array: ...\n def block_until_ready(self) -> Array: ...\n def copy_to_host_async(self) -> None: ...\n def delete(self) -> None: ...\n def devices(self) -> set[Device]: ...\n @property\n def sharding(self) -> Sharding: ...\n @property\n def committed(self) -> bool: ...\n @property\n def device(self) -> Device | Sharding: ...\n @property\n def addressable_shards(self) -> Sequence[Shard]: ...\n @property\n def global_shards(self) -> Sequence[Shard]: ...\n def is_deleted(self) -> bool: ...\n @property\n def is_fully_addressable(self) -> bool: ...\n @property\n def is_fully_replicated(self) -> bool: ...\n def on_device_size_in_bytes(self) -> int: ...\n @property\n def traceback(self) -> Traceback: ...\n def unsafe_buffer_pointer(self) -> int: ...\n def to_device(self, device: Device | Sharding, *,\n stream: int | Any | None = ...) -> Array: ...\n\n\nStaticScalar = Union[\n np.bool_, np.number, # NumPy scalar types\n bool, int, float, complex, # Python scalar types\n]\n\nArrayLike = Union[\n Array, # JAX array type\n np.ndarray, # NumPy array type\n StaticScalar, # valid scalars\n]\n\n\n# TODO: restructure to avoid re-defining this here?\n# from jax._src.numpy.lax_numpy import _IndexUpdateHelper\n\nclass _IndexUpdateHelper:\n def __getitem__(self, index: Any) -> _IndexUpdateRef: ...\n\nclass _IndexUpdateRef:\n def get(self, indices_are_sorted: bool = False, unique_indices: bool = False,\n mode: str | None = None, fill_value: StaticScalar | None = None,\n out_sharding: Sharding | P | None = None) -> Array: ...\n def set(self, values: Any,\n indices_are_sorted: bool = False, unique_indices: bool = False,\n mode: str | None = None, fill_value: StaticScalar | None = None) -> Array: ...\n def add(self, values: Any, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def subtract(self, values: Any, *, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def mul(self, values: Any, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def multiply(self, values: Any, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def divide(self, values: Any, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def power(self, values: Any, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def min(self, values: Any, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def max(self, values: Any, indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n def apply(self, func: Callable[[ArrayLike], ArrayLike], indices_are_sorted: bool = False,\n unique_indices: bool = False, mode: str | None = None) -> Array: ...\n",python,tab +3104,2951271,".venv/lib/python3.10/site-packages/jax/_src/basearray.pyi",6347,0,"",python,selection_command +3105,2955447,"genie.py",0,0,"",python,tab +3106,2955448,"genie.py",14533,0,"",python,selection_command +3107,2956809,"genie.py",14568,0,"",python,selection_command +3108,2957066,"genie.py",14612,0,"",python,selection_command +3109,2957091,"genie.py",14627,0,"",python,selection_command +3110,2957124,"genie.py",14656,0,"",python,selection_command +3111,2957157,"genie.py",14703,0,"",python,selection_command +3112,2957189,"genie.py",14746,0,"",python,selection_command +3113,2957218,"genie.py",14775,0,"",python,selection_command +3114,2957251,"genie.py",14816,0,"",python,selection_command +3115,2957284,"genie.py",14895,0,"",python,selection_command +3116,2957315,"genie.py",14970,0,"",python,selection_command +3117,2957355,"genie.py",15049,0,"",python,selection_command +3118,2957388,"genie.py",15141,0,"",python,selection_command +3119,2957421,"genie.py",15230,0,"",python,selection_command +3120,2957449,"genie.py",15342,0,"",python,selection_command +3121,2957489,"genie.py",15386,0,"",python,selection_command +3122,2957517,"genie.py",15415,0,"",python,selection_command +3123,2957559,"genie.py",15471,0,"",python,selection_command +3124,2957583,"genie.py",15501,0,"",python,selection_command +3125,2957618,"genie.py",15565,0,"",python,selection_command +3126,2957751,"genie.py",15501,0,"",python,selection_command +3127,2957997,"genie.py",15471,0,"",python,selection_command +3128,2958030,"genie.py",15415,0,"",python,selection_command +3129,2958055,"genie.py",15386,0,"",python,selection_command +3130,2958215,"genie.py",15342,0,"",python,selection_command +3131,2958374,"genie.py",15230,0,"",python,selection_command +3132,2958678,"genie.py",15234,0,"",python,selection_command +3133,2958930,"genie.py",15236,0,"",python,selection_command +3134,2958959,"genie.py",15251,0,"",python,selection_command +3135,2958984,"genie.py",15252,0,"",python,selection_command +3136,2959018,"genie.py",15263,0,"",python,selection_command +3137,2959050,"genie.py",15264,0,"",python,selection_command +3138,2959083,"genie.py",15280,0,"",python,selection_command +3139,2959260,"genie.py",15282,0,"",python,selection_command +3140,2959821,"genie.py",15193,0,"",python,selection_command +3141,2960073,"genie.py",15101,0,"",python,selection_command +3142,2960112,"genie.py",15019,0,"",python,selection_command +3143,2960123,"genie.py",14940,0,"",python,selection_command +3144,2960157,"genie.py",14865,0,"",python,selection_command +3145,2960190,"genie.py",14786,0,"",python,selection_command +3146,2960224,"genie.py",14746,0,"",python,selection_command +3147,2960258,"genie.py",14744,0,"",python,selection_command +3148,2960377,"genie.py",14673,0,"",python,selection_command +3149,2960546,"genie.py",14627,0,"",python,selection_command +3150,2960702,"genie.py",14625,0,"",python,selection_command +3151,2960837,"genie.py",14582,0,"",python,selection_command +3152,2961010,"genie.py",14538,0,"",python,selection_command +3153,2961336,"genie.py",14537,0,"",python,selection_command +3154,2961518,"genie.py",14533,0,"",python,selection_command +3155,2961651,"genie.py",14532,0,"",python,selection_command +3156,2961763,"genie.py",14526,0,"",python,selection_command +3157,2961905,"genie.py",14524,0,"",python,selection_command +3158,2962107,"genie.py",14517,0,"",python,selection_command +3159,2962220,"genie.py",14499,0,"",python,selection_command +3160,2962626,"genie.py",14503,0,"",python,selection_command +3161,2963003,"genie.py",14517,0,"",python,selection_command +3162,2963433,"genie.py",14522,0,"",python,selection_command +3163,2963704,"genie.py",14523,0,"",python,selection_command +3164,2964384,"genie.py",14523,0,":",python,content +3165,2964385,"genie.py",14524,0,"",python,selection_keyboard +3166,2964664,"genie.py",14524,0," ",python,content +3167,2964664,"genie.py",14525,0,"",python,selection_keyboard +3168,2964871,"genie.py",14525,0,"i",python,content +3169,2964871,"genie.py",14526,0,"",python,selection_keyboard +3170,2965029,"genie.py",14526,0,"n",python,content +3171,2965029,"genie.py",14527,0,"",python,selection_keyboard +3172,2965083,"genie.py",14527,0,"t",python,content +3173,2965083,"genie.py",14528,0,"",python,selection_keyboard +3174,2965407,"genie.py",14527,0,"",python,selection_command +3175,2966688,"genie.py",14529,0,"",python,selection_command +3176,2966851,"genie.py",14531,0,"",python,selection_command +3177,2972129,"genie.py",14465,0,"",python,selection_command +3178,2972376,"genie.py",14394,0,"",python,selection_command +3179,2972398,"genie.py",14312,0,"",python,selection_command +3180,2972427,"genie.py",14284,0,"",python,selection_command +3181,2972722,"genie.py",14312,0,"",python,selection_command +3182,2972961,"genie.py",14314,0,"",python,selection_command +3183,2973236,"genie.py",14315,0,"",python,selection_command +3184,2973264,"genie.py",14320,0,"",python,selection_command +3185,2973276,"genie.py",14322,0,"",python,selection_command +3186,2973311,"genie.py",14325,0,"",python,selection_command +3187,2973342,"genie.py",14326,0,"",python,selection_command +3188,2973376,"genie.py",14331,0,"",python,selection_command +3189,2973575,"genie.py",14333,0,"",python,selection_command +3190,2973844,"genie.py",14336,0,"",python,selection_command +3191,2973863,"genie.py",14337,0,"",python,selection_command +3192,2973980,"genie.py",14342,0,"",python,selection_command +3193,2974162,"genie.py",14344,0,"",python,selection_command +3194,2974428,"genie.py",14347,0,"",python,selection_command +3195,2974509,"genie.py",14350,0,"",python,selection_command +3196,2974965,"genie.py",14349,0,"",python,selection_command +3197,2975692,"genie.py",14350,0,"",python,selection_command +3198,3006596,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +3199,3006942,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3200,3018306,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3201,3026197,"TERMINAL",0,0,"2025-07-31 21:12:18.228223: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3202,3027159,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 408, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 398, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 356, in causal_step_fn\r\n step_n: int = step_n.item()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 1089, in meth\r\n return getattr(self.aval, name).fun(self, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 213, in _item\r\n arr = core.concrete_or_error(np.asarray, self, context=""This occurred in the item() method of jax.Array"")\r\njax.errors.ConcretizationTypeError: Abstract tracer value encountered where concrete value is expected: traced array with shape int32[]\r\nThis occurred in the item() method of jax.Array\r\nThe error occurred while tracing the function causal_step_fn at /fast/home/franz.srambical/jafar/genie.py:352 for scan. This concrete value was not available in Python because it depends on the value of the argument step_n.\r\n\r\nSee https://docs.jax.dev/en/latest/errors.html#jax.errors.ConcretizationTypeError\r\n",,terminal_output +3203,3028019,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +3204,3074434,"TERMINAL",0,0,"",,terminal_output +3205,3074834,"TERMINAL",0,0,"",,terminal_output +3206,3074918,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # FIXME (f.srambical): initialize kv caches\n # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, int], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, int], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n step_n: int = step_n.item()\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: int\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +3207,3074918,"/fast/home/franz.srambical/jafar/genie.py",14505,0,"",python,selection_command +3208,3074964,"TERMINAL",0,0,"",,terminal_output +3209,3076079,"TERMINAL",0,0,"",,terminal_output +3210,3077134,"TERMINAL",0,0,"",,terminal_output +3211,3077374,"TERMINAL",0,0,"",,terminal_output +3212,3078672,"TERMINAL",0,0,"",,terminal_output +3213,3078818,"TERMINAL",0,0,"",,terminal_output +3214,3079030,"TERMINAL",0,0,"",,terminal_output +3215,3081486,"TERMINAL",0,0,"",,terminal_output +3216,3081550,"TERMINAL",0,0,"",,terminal_output +3217,3081612,"TERMINAL",0,0,"",,terminal_output +3218,3082227,"TERMINAL",0,0,"",,terminal_output +3219,3085683,"TERMINAL",0,0,"",,terminal_output +3220,3090069,"/fast/home/franz.srambical/jafar/genie.py",14545,0,"",python,selection_command +3221,3090247,"/fast/home/franz.srambical/jafar/genie.py",14505,0,"",python,selection_command +3222,3091776,"TERMINAL",0,0,"",,terminal_output +3223,3094969,"genie.py",0,0,"",python,tab +3224,3094976,"TERMINAL",0,0,"",,terminal_output +3225,3096416,"TERMINAL",0,0," ",,terminal_output +3226,3096477,"genie.py",14523,5,"",python,content +3227,3096484,"genie.py",14523,0,"",python,selection_command +3228,3096609,"genie.py",14358,9,"int",python,content +3229,3096612,"genie.py",14358,0,"",python,selection_command +3230,3096807,"genie.py",14526,6,"",python,content +3231,3096807,"genie.py",14520,0,"int(",python,content +3232,3096808,"genie.py",14619,0,"",python,selection_command +3233,3096963,"genie.py",14511,33,"",python,content +3234,3096988,"genie.py",14491,0,"",python,selection_command +3235,3098494,"genie.py",16012,3,"jax.Array",python,content +3236,3098497,"genie.py",16448,0,"",python,selection_command +3237,3098726,"genie.py",14420,3,"jax.Array",python,content +3238,3098727,"genie.py",14407,0,"",python,selection_command +3239,3101697,"genie.py",15210,5,"mode",python,content +3240,3101700,"genie.py",15201,0,"",python,selection_command +3241,3106237,"genie.py",15210,4,"causa",python,content +3242,3109045,"genie.py",15210,5,"mode",python,content +3243,3109205,"genie.py",14218,5,"mode",python,content +3244,3109207,"genie.py",14218,0,"",python,selection_command +3245,3109349,"genie.py",15208,6,"",python,content +3246,3109350,"genie.py",15200,0,"self.",python,content +3247,3109350,"genie.py",15200,0,"",python,selection_command +3248,3109543,"genie.py",13608,57,"",python,content +3249,3109545,"genie.py",13600,0,"",python,selection_command +3250,3109642,"genie.py",14166,16,"",python,content +3251,3109642,"genie.py",14166,0,"",python,selection_command +3252,3109765,"genie.py",14165,1,"a",python,content +3253,3109770,"genie.py",14165,0,"",python,selection_command +3254,3110068,"genie.py",14165,1,"l",python,content +3255,3110203,"genie.py",14182,0,".transformer",python,content +3256,3110204,"genie.py",14182,0,"",python,selection_command +3257,3110476,"genie.py",14144,51,"",python,content +3258,3110477,"genie.py",14116,0,"",python,selection_command +3259,3110634,"genie.py",14245,3,"jax.Array",python,content +3260,3110635,"genie.py",14245,0,"",python,selection_command +3261,3110784,"genie.py",14231,3,".Array",python,content +3262,3110786,"genie.py",14232,0,"",python,selection_command +3263,3110970,"genie.py",14231,0,"jax",python,content +3264,3110974,"genie.py",14231,0,"",python,selection_command +3265,3111685,"genie.py",15142,18,"",python,content +3266,3111688,"genie.py",15142,0,"",python,selection_command +3267,3111852,"genie.py",13582,17,"s",python,content +3268,3111853,"genie.py",13573,0,"ize",python,content +3269,3111854,"genie.py",13560,9,"ini",python,content +3270,3111854,"genie.py",13560,0,"",python,selection_command +3271,3113832,"genie.py",13560,3,"reset spa",python,content +3272,3113835,"genie.py",13573,3,"",python,content +3273,3113836,"genie.py",13582,1," after each frame",python,content +3274,3114267,"genie.py",15142,0,", (step_t, step_n)",python,content +3275,3114267,"genie.py",15142,0,"",python,selection_command +3276,3114812,"genie.py",15142,18,"",python,content +3277,3120616,"genie.py",15142,0,",",python,content +3278,3120616,"genie.py",15143,0,"",python,selection_keyboard +3279,3120776,"genie.py",15143,0," ",python,content +3280,3120776,"genie.py",15144,0,"",python,selection_keyboard +3281,3121637,"genie.py",15144,0,"()",python,content +3282,3121637,"genie.py",15145,0,"",python,selection_keyboard +3283,3121744,"genie.py",15145,1,")",python,content +3284,3121744,"genie.py",15146,0,"",python,selection_keyboard +3285,3122263,"genie.py",15145,0,"",python,selection_command +3286,3122694,"genie.py",15145,0,"s",python,content +3287,3122695,"genie.py",15146,0,"",python,selection_keyboard +3288,3122699,"genie.py",15146,0,"t",python,content +3289,3122699,"genie.py",15147,0,"",python,selection_keyboard +3290,3122768,"genie.py",15147,0,"e",python,content +3291,3122768,"genie.py",15148,0,"",python,selection_keyboard +3292,3122843,"genie.py",15148,0,"p",python,content +3293,3122844,"genie.py",15149,0,"",python,selection_keyboard +3294,3123265,"genie.py",15149,0,"_",python,content +3295,3123265,"genie.py",15150,0,"",python,selection_keyboard +3296,3124553,"genie.py",15150,0,"n",python,content +3297,3124553,"genie.py",15151,0,"",python,selection_keyboard +3298,3125075,"genie.py",15150,1,"",python,content +3299,3125111,"genie.py",15150,0,"t",python,content +3300,3125111,"genie.py",15151,0,"",python,selection_keyboard +3301,3125284,"genie.py",15151,0," ",python,content +3302,3125284,"genie.py",15152,0,"",python,selection_keyboard +3303,3125732,"genie.py",15151,1,"",python,content +3304,3125802,"genie.py",15151,0,",",python,content +3305,3125802,"genie.py",15152,0,"",python,selection_keyboard +3306,3126002,"genie.py",15152,0," ",python,content +3307,3126002,"genie.py",15153,0,"",python,selection_keyboard +3308,3126166,"genie.py",15153,0,"s",python,content +3309,3126166,"genie.py",15154,0,"",python,selection_keyboard +3310,3126171,"genie.py",15154,0,"t",python,content +3311,3126171,"genie.py",15155,0,"",python,selection_keyboard +3312,3126252,"genie.py",15155,0,"e",python,content +3313,3126252,"genie.py",15156,0,"",python,selection_keyboard +3314,3126281,"genie.py",15156,0,"p",python,content +3315,3126281,"genie.py",15157,0,"",python,selection_keyboard +3316,3126802,"genie.py",15157,0,"_",python,content +3317,3126803,"genie.py",15158,0,"",python,selection_keyboard +3318,3127198,"genie.py",15158,0,"n",python,content +3319,3127198,"genie.py",15159,0,"",python,selection_keyboard +3320,3128222,"genie.py",15158,0,"",python,selection_command +3321,3132627,"genie.py",15229,0,"",python,selection_command +3322,3133027,"genie.py",15652,0,"",python,selection_command +3323,3133463,"genie.py",15706,0,"",python,selection_command +3324,3133687,"genie.py",15783,0,"",python,selection_command +3325,3134022,"genie.py",15907,0,"",python,selection_command +3326,3134947,"genie.py",15913,0,"",python,selection_command +3327,3135124,"genie.py",15915,0,"",python,selection_command +3328,3165069,"genie.py",16740,0,"",python,selection_mouse +3329,3184402,"TERMINAL",0,0,"",,terminal_output +3330,3184758,"TERMINAL",0,0,"sou",,terminal_output +3331,3184860,"TERMINAL",0,0,"r",,terminal_output +3332,3185731,"TERMINAL",0,0,"s",,terminal_output +3333,3186192,"TERMINAL",0,0,"",,terminal_output +3334,3186650,"TERMINAL",0,0,"s",,terminal_output +3335,3187494,"TERMINAL",0,0,"\r(reverse-i-search)`': s",,terminal_output +3336,3188811,"TERMINAL",0,0,"o': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00",,terminal_output +3337,3188889,"TERMINAL",0,0,"\ru': source /home/franz.srambical/jafar/.venv/bin/activate\r",,terminal_output +3338,3188960,"TERMINAL",0,0,"[1@r': sour",,terminal_output +3339,3189383,"TERMINAL",0,0,"[1@c': sourc",,terminal_output +3340,3190219,"TERMINAL",0,0,"\r[24@[franz.srambical@hai004.haicore.berlin:~/jafar] $ sourc\r\n[?2004l\r]0;franz.srambical@hai-login2:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +3341,3191668,"TERMINAL",0,0,"p",,terminal_output +3342,3191724,"TERMINAL",0,0,"y",,terminal_output +3343,3191808,"TERMINAL",0,0,"t",,terminal_output +3344,3191912,"TERMINAL",0,0,"h",,terminal_output +3345,3191967,"TERMINAL",0,0,"o",,terminal_output +3346,3192083,"TERMINAL",0,0,"nh",,terminal_output +3347,3192803,"TERMINAL",0,0,"",,terminal_output +3348,3193056,"TERMINAL",0,0,"\r\n[?2004l\rPython 3.10.18 (main, Jul 1 2025, 18:35:05) [Clang 20.1.4 ] on linux\r\nType ""help"", ""copyright"", ""credits"" or ""license"" for more information.\r\n>>> ",,terminal_output +3349,3193649,"TERMINAL",0,0,"im",,terminal_output +3350,3193797,"TERMINAL",0,0,"po",,terminal_output +3351,3193893,"TERMINAL",0,0,"r",,terminal_output +3352,3194036,"TERMINAL",0,0,"t",,terminal_output +3353,3194245,"TERMINAL",0,0," ",,terminal_output +3354,3194473,"TERMINAL",0,0,"j",,terminal_output +3355,3194755,"TERMINAL",0,0,"a",,terminal_output +3356,3194856,"TERMINAL",0,0,".",,terminal_output +3357,3195370,"TERMINAL",0,0,"\rx",,terminal_output +3358,3195437,"TERMINAL",0,0,".",,terminal_output +3359,3195918,"TERMINAL",0,0,"m",,terminal_output +3360,3196508,"TERMINAL",0,0,"\r",,terminal_output +3361,3196570,"TERMINAL",0,0,"n",,terminal_output +3362,3196770,"TERMINAL",0,0,"u",,terminal_output +3363,3196967,"TERMINAL",0,0,"j",,terminal_output +3364,3197593,"TERMINAL",0,0,"\rm",,terminal_output +3365,3197685,"TERMINAL",0,0,"p",,terminal_output +3366,3198201,"TERMINAL",0,0,"y",,terminal_output +3367,3198442,"TERMINAL",0,0," ",,terminal_output +3368,3198640,"TERMINAL",0,0,"as",,terminal_output +3369,3198706,"TERMINAL",0,0," n",,terminal_output +3370,3199125,"TERMINAL",0,0,"\r",,terminal_output +3371,3199670,"TERMINAL",0,0,"j",,terminal_output +3372,3199890,"TERMINAL",0,0,"nmmp",,terminal_output +3373,3200447,"TERMINAL",0,0,"\r",,terminal_output +3374,3200579,"TERMINAL",0,0,"\r",,terminal_output +3375,3200744,"TERMINAL",0,0,"\rp",,terminal_output +3376,3201009,"TERMINAL",0,0,"\r\n",,terminal_output +3377,3201817,"TERMINAL",0,0,">>> ",,terminal_output +3378,3205350,"TERMINAL",0,0,"te",,terminal_output +3379,3205443,"TERMINAL",0,0,"st",,terminal_output +3380,3205625,"TERMINAL",0,0," ",,terminal_output +3381,3206035,"TERMINAL",0,0,"=",,terminal_output +3382,3206383,"TERMINAL",0,0," ",,terminal_output +3383,3206565,"TERMINAL",0,0,"j",,terminal_output +3384,3206850,"TERMINAL",0,0,"n",,terminal_output +3385,3207028,"TERMINAL",0,0,"p",,terminal_output +3386,3207088,"TERMINAL",0,0,".",,terminal_output +3387,3208309,"TERMINAL",0,0,"ar",,terminal_output +3388,3208484,"TERMINAL",0,0,"an",,terminal_output +3389,3208555,"TERMINAL",0,0,"g",,terminal_output +3390,3208619,"TERMINAL",0,0,"e",,terminal_output +3391,3209073,"TERMINAL",0,0,"(",,terminal_output +3392,3214830,"TERMINAL",0,0,"5",,terminal_output +3393,3216213,"TERMINAL",0,0,"0",,terminal_output +3394,3216869,"TERMINAL",0,0,"\r",,terminal_output +3395,3217270,"TERMINAL",0,0,")",,terminal_output +3396,3217682,"TERMINAL",0,0,"\r\n",,terminal_output +3397,3218730,"TERMINAL",0,0,">>> te",,terminal_output +3398,3218847,"TERMINAL",0,0,"st",,terminal_output +3399,3219010,"TERMINAL",0,0,"\r\nArray([0, 1, 2, 3, 4], dtype=int32)\r\n>>> ",,terminal_output +3400,3220959,"TERMINAL",0,0,"te",,terminal_output +3401,3221188,"TERMINAL",0,0,"st",,terminal_output +3402,3222520,"TERMINAL",0,0,"(",,terminal_output +3403,3223178,"TERMINAL",0,0,"\r",,terminal_output +3404,3223511,"TERMINAL",0,0,".",,terminal_output +3405,3223972,"TERMINAL",0,0,"1",,terminal_output +3406,3224262,"TERMINAL",0,0,"\r",,terminal_output +3407,3224496,"TERMINAL",0,0,"\r",,terminal_output +3408,3225874,"TERMINAL",0,0,"[",,terminal_output +3409,3226694,"TERMINAL",0,0,"1",,terminal_output +3410,3227745,"TERMINAL",0,0,"9",,terminal_output +3411,3228404,"TERMINAL",0,0,"\r",,terminal_output +3412,3228816,"TERMINAL",0,0,"]",,terminal_output +3413,3229565,"TERMINAL",0,0,"\r\nArray(1, dtype=int32)\r\n>>> ",,terminal_output +3414,3231475,"TERMINAL",0,0,"\r>>> test[1]",,terminal_output +3415,3232585,"TERMINAL",0,0,".",,terminal_output +3416,3232867,"TERMINAL",0,0,"i",,terminal_output +3417,3233082,"TERMINAL",0,0,"te",,terminal_output +3418,3233145,"TERMINAL",0,0,"m",,terminal_output +3419,3233503,"TERMINAL",0,0,"(",,terminal_output +3420,3233563,"TERMINAL",0,0,")",,terminal_output +3421,3234091,"TERMINAL",0,0,"\r\n1\r\n>>> ",,terminal_output +3422,3240994,"TERMINAL",0,0,"\r>>> test[1].item()",,terminal_output +3423,3242723,"TERMINAL",0,0,"",,terminal_output +3424,3243529,"TERMINAL",0,0,"\r[1@te\r[1@yt",,terminal_output +3425,3243588,"TERMINAL",0,0,"\r[1@pt",,terminal_output +3426,3243728,"TERMINAL",0,0,"\r[1@et",,terminal_output +3427,3244597,"TERMINAL",0,0,"\r[1@(t",,terminal_output +3428,3245036,"TERMINAL",0,0,"",,terminal_output +3429,3245400,"TERMINAL",0,0,")",,terminal_output +3430,3246080,"TERMINAL",0,0,"\r\n\r\n>>> ",,terminal_output +3431,3260624,"genie.py",16685,0,"",python,selection_command +3432,3260872,"genie.py",16614,0,"",python,selection_command +3433,3260892,"genie.py",16581,0,"",python,selection_command +3434,3260923,"genie.py",16578,0,"",python,selection_command +3435,3260955,"genie.py",16524,0,"",python,selection_command +3436,3260986,"genie.py",16465,0,"",python,selection_command +3437,3261022,"genie.py",16431,0,"",python,selection_command +3438,3261056,"genie.py",16386,0,"",python,selection_command +3439,3261088,"genie.py",16336,0,"",python,selection_command +3440,3261124,"genie.py",16302,0,"",python,selection_command +3441,3261156,"genie.py",16288,0,"",python,selection_command +3442,3261187,"genie.py",16264,0,"",python,selection_command +3443,3261222,"genie.py",16224,0,"",python,selection_command +3444,3261256,"genie.py",16190,0,"",python,selection_command +3445,3261288,"genie.py",16164,0,"",python,selection_command +3446,3261323,"genie.py",16111,0,"",python,selection_command +3447,3261356,"genie.py",16078,0,"",python,selection_command +3448,3261387,"genie.py",16060,0,"",python,selection_command +3449,3261423,"genie.py",16012,0,"",python,selection_command +3450,3261456,"genie.py",15957,0,"",python,selection_command +3451,3261488,"genie.py",15891,0,"",python,selection_command +3452,3261522,"genie.py",15857,0,"",python,selection_command +3453,3261556,"genie.py",15826,0,"",python,selection_command +3454,3261589,"genie.py",15823,0,"",python,selection_command +3455,3261624,"genie.py",15751,0,"",python,selection_command +3456,3261656,"genie.py",15718,0,"",python,selection_command +3457,3261689,"genie.py",15716,0,"",python,selection_command +3458,3261723,"genie.py",15634,0,"",python,selection_command +3459,3261756,"genie.py",15596,0,"",python,selection_command +3460,3261787,"genie.py",15511,0,"",python,selection_command +3461,3261823,"genie.py",15461,0,"",python,selection_command +3462,3261855,"genie.py",15427,0,"",python,selection_command +3463,3261890,"genie.py",15367,0,"",python,selection_command +3464,3261922,"genie.py",15333,0,"",python,selection_command +3465,3261955,"genie.py",15281,0,"",python,selection_command +3466,3261990,"genie.py",15248,0,"",python,selection_command +3467,3262027,"genie.py",15208,0,"",python,selection_command +3468,3262056,"genie.py",15098,0,"",python,selection_command +3469,3262088,"genie.py",15009,0,"",python,selection_command +3470,3262762,"genie.py",15008,0,"",python,selection_command +3471,3263648,"genie.py",15009,0,"",python,selection_command +3472,3263662,"genie.py",15098,0,"",python,selection_command +3473,3263776,"genie.py",15103,0,"",python,selection_command +3474,3264032,"genie.py",15104,0,"",python,selection_command +3475,3264061,"genie.py",15112,0,"",python,selection_command +3476,3264088,"genie.py",15113,0,"",python,selection_command +3477,3264120,"genie.py",15124,0,"",python,selection_command +3478,3264152,"genie.py",15125,0,"",python,selection_command +3479,3264185,"genie.py",15141,0,"",python,selection_command +3480,3264225,"genie.py",15142,0,"",python,selection_command +3481,3264259,"genie.py",15144,0,"",python,selection_command +3482,3264292,"genie.py",15150,0,"",python,selection_command +3483,3264324,"genie.py",15151,0,"",python,selection_command +3484,3264358,"genie.py",15158,0,"",python,selection_command +3485,3264390,"genie.py",15160,0,"",python,selection_command +3486,3264830,"genie.py",15159,0,"",python,selection_command +3487,3264946,"genie.py",15153,0,"",python,selection_command +3488,3265099,"genie.py",15151,0,"",python,selection_command +3489,3265582,"genie.py",15145,0,"",python,selection_command +3490,3265772,"genie.py",15150,0,"",python,selection_command +3491,3266101,"genie.py",15151,0,"",python,selection_command +3492,3266483,"genie.py",15151,0,".",python,content +3493,3266483,"genie.py",15152,0,"",python,selection_keyboard +3494,3266635,"genie.py",15152,0,"i",python,content +3495,3266635,"genie.py",15153,0,"",python,selection_keyboard +3496,3266739,"genie.py",15153,0,"t",python,content +3497,3266739,"genie.py",15154,0,"",python,selection_keyboard +3498,3266772,"genie.py",15154,0,"e",python,content +3499,3266772,"genie.py",15155,0,"",python,selection_keyboard +3500,3266813,"genie.py",15155,0,"m",python,content +3501,3266813,"genie.py",15156,0,"",python,selection_keyboard +3502,3267239,"genie.py",15156,0,"()",python,content +3503,3267239,"genie.py",15157,0,"",python,selection_keyboard +3504,3267419,"genie.py",15157,1,")",python,content +3505,3267419,"genie.py",15158,0,"",python,selection_keyboard +3506,3267857,"genie.py",15157,0,"",python,selection_command +3507,3268001,"genie.py",15158,0,"",python,selection_command +3508,3268271,"genie.py",15165,0,"",python,selection_command +3509,3268428,"genie.py",15167,0,"",python,selection_command +3510,3268918,"genie.py",15166,0,"",python,selection_command +3511,3269190,"genie.py",15160,0,"",python,selection_command +3512,3269403,"genie.py",15165,0,"",python,selection_command +3513,3269634,"genie.py",15166,0,"",python,selection_command +3514,3269772,"genie.py",15166,0,".",python,content +3515,3269772,"genie.py",15167,0,"",python,selection_keyboard +3516,3270119,"genie.py",15167,0,"i",python,content +3517,3270119,"genie.py",15168,0,"",python,selection_keyboard +3518,3270198,"genie.py",15168,0,"t",python,content +3519,3270199,"genie.py",15169,0,"",python,selection_keyboard +3520,3270267,"genie.py",15169,0,"e",python,content +3521,3270267,"genie.py",15170,0,"",python,selection_keyboard +3522,3270337,"genie.py",15170,0,"m",python,content +3523,3270337,"genie.py",15171,0,"",python,selection_keyboard +3524,3270757,"genie.py",15171,0,"()",python,content +3525,3270757,"genie.py",15172,0,"",python,selection_keyboard +3526,3270785,"genie.py",15172,1,")",python,content +3527,3270785,"genie.py",15173,0,"",python,selection_keyboard +3528,3271287,"genie.py",15172,0,"",python,selection_command +3529,3274257,"genie.py",15171,0,"",python,selection_command +3530,3274420,"genie.py",15167,0,"",python,selection_command +3531,3274559,"genie.py",15166,0,"",python,selection_command +3532,3274701,"genie.py",15160,0,"",python,selection_command +3533,3274860,"genie.py",15156,0,"",python,selection_command +3534,3275054,"genie.py",15152,0,"",python,selection_command +3535,3275271,"genie.py",15151,0,"",python,selection_command +3536,3275300,"genie.py",15145,0,"",python,selection_command +3537,3275321,"genie.py",15144,0,"",python,selection_command +3538,3275356,"genie.py",15142,0,"",python,selection_command +3539,3275484,"genie.py",15126,0,"",python,selection_command +3540,3275688,"genie.py",15125,0,"",python,selection_command +3541,3275897,"genie.py",15114,0,"",python,selection_command +3542,3276060,"genie.py",15113,0,"",python,selection_command +3543,3276388,"genie.py",15105,0,"",python,selection_command +3544,3277657,"genie.py",15016,0,"",python,selection_command +3545,3277888,"genie.py",14924,0,"",python,selection_command +3546,3277921,"genie.py",14845,0,"",python,selection_command +3547,3277955,"genie.py",14770,0,"",python,selection_command +3548,3277989,"genie.py",14691,0,"",python,selection_command +3549,3278023,"genie.py",14650,0,"",python,selection_command +3550,3278057,"genie.py",14610,0,"",python,selection_command +3551,3278086,"genie.py",14578,0,"",python,selection_command +3552,3278468,"genie.py",14531,0,"",python,selection_command +3553,3278721,"genie.py",14491,0,"",python,selection_command +3554,3278738,"genie.py",14487,0,"",python,selection_command +3555,3278772,"genie.py",14443,0,"",python,selection_command +3556,3278807,"genie.py",14377,0,"",python,selection_command +3557,3278838,"genie.py",14300,0,"",python,selection_command +3558,3278864,"genie.py",14212,0,"",python,selection_command +3559,3278904,"genie.py",14171,0,"",python,selection_command +3560,3278940,"genie.py",14144,0,"",python,selection_command +3561,3279061,"genie.py",14116,0,"",python,selection_command +3562,3279264,"genie.py",14044,0,"",python,selection_command +3563,3279522,"genie.py",14116,0,"",python,selection_command +3564,3279980,"genie.py",14143,0,"\n ",python,content +3565,3280933,"genie.py",14152,0,"s",python,content +3566,3280933,"genie.py",14153,0,"",python,selection_keyboard +3567,3280934,"genie.py",14153,0,"e",python,content +3568,3280934,"genie.py",14154,0,"",python,selection_keyboard +3569,3281482,"genie.py",14153,1,"",python,content +3570,3281643,"genie.py",14152,1,"",python,content +3571,3282938,"genie.py",14152,0,"dynamics_causal: DynamicsCausal = self.dynamics",python,content +3572,3283917,"genie.py",14198,0,"",python,selection_command +3573,3284778,"genie.py",14200,0,"",python,selection_command +3574,3285040,"genie.py",14227,0,"",python,selection_command +3575,3285061,"genie.py",14283,0,"",python,selection_command +3576,3285096,"genie.py",14371,0,"",python,selection_command +3577,3285130,"genie.py",14448,0,"",python,selection_command +3578,3285164,"genie.py",14502,0,"",python,selection_command +3579,3285195,"genie.py",14545,0,"",python,selection_command +3580,3285229,"genie.py",14547,0,"",python,selection_command +3581,3285262,"genie.py",14593,0,"",python,selection_command +3582,3285499,"genie.py",14649,0,"",python,selection_command +3583,3286208,"genie.py",14637,0,"_causal",python,content +3584,3286208,"genie.py",14624,5,"",python,content +3585,3288057,"genie.py",14832,0,"_causal",python,content +3586,3288057,"genie.py",14819,5,"",python,content +3587,3289169,"genie.py",14878,0,"",python,selection_command +3588,3289302,"genie.py",14957,0,"",python,selection_command +3589,3289457,"genie.py",15049,0,"",python,selection_command +3590,3289630,"genie.py",15138,0,"",python,selection_command +3591,3290225,"genie.py",15173,0,"_causal",python,content +3592,3290225,"genie.py",15160,5,"",python,content +3593,3292645,"TERMINAL",0,0,"\r>>> type(test[1].item())",,terminal_output +3594,3292838,"TERMINAL",0,0,"\r\n\r\n>>> ",,terminal_output +3595,3293966,"TERMINAL",0,0,"q",,terminal_output +3596,3294153,"TERMINAL",0,0,"ui",,terminal_output +3597,3294214,"TERMINAL",0,0,"t",,terminal_output +3598,3294675,"TERMINAL",0,0,"()",,terminal_output +3599,3295268,"TERMINAL",0,0,"\r\n",,terminal_output +3600,3295725,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +3601,3296313,"TERMINAL",0,0,"python",,terminal_output +3602,3296879,"TERMINAL",0,0,"",,terminal_output +3603,3297362,"TERMINAL",0,0,"d",,terminal_output +3604,3297558,"TERMINAL",0,0,"e",,terminal_output +3605,3297688,"TERMINAL",0,0,"ac",,terminal_output +3606,3298085,"TERMINAL",0,0,"tivate ",,terminal_output +3607,3298606,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +3608,3299067,"TERMINAL",0,0,"deactivate python",,terminal_output +3609,3299470,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +3610,3300288,"TERMINAL",0,0,"\rbash experiments/sample.sh ",,terminal_output +3611,3301075,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3612,3312562,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3613,3313027,"genie.py",15138,0,"%",python,content +3614,3313027,"genie.py",15139,0,"",python,selection_keyboard +3615,3313551,"genie.py",15138,1,"",python,content +3616,3314075,"genie.py",15138,0,"^",python,content +3617,3314075,"genie.py",15139,0,"",python,selection_keyboard +3618,3314871,"genie.py",15138,1,"",python,content +3619,3315646,"genie.py",15138,0,"$",python,content +3620,3315647,"genie.py",15139,0,"",python,selection_keyboard +3621,3316244,"genie.py",15138,1,"",python,content +3622,3316545,"genie.py",15137,0,"",python,selection_command +3623,3316910,"genie.py",15250,0,"",python,selection_command +3624,3317744,"genie.py",15126,0,"",python,selection_command +3625,3319842,"genie.py",15379,0,"",python,selection_command +3626,3320781,"genie.py",15324,0,"",python,selection_command +3627,3320841,"genie.py",15322,0,"",python,selection_command +3628,3321261,"genie.py",15250,0,"",python,selection_command +3629,3322246,"genie.py",15240,0,"",python,selection_command +3630,3322378,"genie.py",15238,0,"",python,selection_command +3631,3322530,"genie.py",15233,0,"",python,selection_command +3632,3322649,"genie.py",15229,0,"",python,selection_command +3633,3322902,"genie.py",15228,0,"",python,selection_command +3634,3322928,"genie.py",15222,0,"",python,selection_command +3635,3322959,"genie.py",15218,0,"",python,selection_command +3636,3322993,"genie.py",15214,0,"",python,selection_command +3637,3323027,"genie.py",15213,0,"",python,selection_command +3638,3323061,"genie.py",15207,0,"",python,selection_command +3639,3323434,"genie.py",15126,0,"",python,selection_command +3640,3323961,"genie.py",15250,0,"",python,selection_command +3641,3324749,"genie.py",15126,0,"",python,selection_command +3642,3325343,"TERMINAL",0,0,"2025-07-31 21:17:17.377239: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3643,3326233,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 406, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 396, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 367, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t.item(), step_n.item())) / temperature\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 1089, in meth\r\n return getattr(self.aval, name).fun(self, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 213, in _item\r\n arr = core.concrete_or_error(np.asarray, self, context=""This occurred in the item() method of jax.Array"")\r\njax.errors.ConcretizationTypeError: Abstract tracer value encountered where concrete value is expected: traced array with shape int32[]\r\nThis occurred in the item() method of jax.Array\r\nThe error occurred while tracing the function causal_step_fn at /fast/home/franz.srambical/jafar/genie.py:351 for scan. This concrete value was not available in Python because it depends on the value of the argument carry[3].\r\n\r\nSee https://docs.jax.dev/en/latest/errors.html#jax.errors.ConcretizationTypeError\r\n",,terminal_output +3644,3326370,"genie.py",16872,0,"",python,selection_command +3645,3326902,"genie.py",16835,0,"",python,selection_command +3646,3327181,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +3647,3327877,"genie.py",16872,0,"",python,selection_command +3648,3328524,"genie.py",16835,0,"",python,selection_command +3649,3332509,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +3650,3332509,"/fast/home/franz.srambical/jafar/genie.py",15126,0,"",python,selection_command +3651,3453138,"/fast/home/franz.srambical/jafar/genie.py",15181,0,"",python,selection_mouse +3652,3453591,"models/dynamics.py",0,0,"",python,tab +3653,3453591,"models/dynamics.py",4322,0,"",python,selection_command +3654,3454818,"models/dynamics.py",4343,0,"",python,selection_mouse +3655,3455250,"utils/nn.py",0,0,"",python,tab +3656,3455250,"utils/nn.py",11200,0,"",python,selection_command +3657,3458942,"utils/nn.py",13761,0,"",python,selection_mouse +3658,3459455,"utils/nn.py",13763,0,"",python,selection_mouse +3659,3460024,"utils/nn.py",13762,0,"",python,selection_command +3660,3460520,"utils/nn.py",13762,3,"",python,content +3661,3460848,"utils/nn.py",13762,0,"j",python,content +3662,3460848,"utils/nn.py",13763,0,"",python,selection_keyboard +3663,3460906,"utils/nn.py",13763,0,"a",python,content +3664,3460906,"utils/nn.py",13764,0,"",python,selection_keyboard +3665,3461022,"utils/nn.py",13764,0,"x",python,content +3666,3461023,"utils/nn.py",13765,0,"",python,selection_keyboard +3667,3461144,"utils/nn.py",13765,0,".",python,content +3668,3461144,"utils/nn.py",13766,0,"",python,selection_keyboard +3669,3461563,"utils/nn.py",13766,0,"A",python,content +3670,3461563,"utils/nn.py",13767,0,"",python,selection_keyboard +3671,3461695,"utils/nn.py",13767,0,"r",python,content +3672,3461695,"utils/nn.py",13768,0,"",python,selection_keyboard +3673,3461859,"utils/nn.py",13768,0,"r",python,content +3674,3461860,"utils/nn.py",13769,0,"",python,selection_keyboard +3675,3462063,"utils/nn.py",13769,0,"a",python,content +3676,3462063,"utils/nn.py",13770,0,"",python,selection_keyboard +3677,3462079,"utils/nn.py",13770,0,"y",python,content +3678,3462079,"utils/nn.py",13771,0,"",python,selection_keyboard +3679,3462298,"utils/nn.py",13770,0,"",python,selection_command +3680,3462459,"utils/nn.py",13771,0,"",python,selection_command +3681,3462644,"utils/nn.py",13773,0,"",python,selection_command +3682,3463117,"utils/nn.py",13773,3,"",python,content +3683,3463585,"utils/nn.py",13773,0,"j",python,content +3684,3463585,"utils/nn.py",13774,0,"",python,selection_keyboard +3685,3463870,"utils/nn.py",13774,0,"a",python,content +3686,3463871,"utils/nn.py",13775,0,"",python,selection_keyboard +3687,3463978,"utils/nn.py",13775,0,"x",python,content +3688,3463978,"utils/nn.py",13776,0,"",python,selection_keyboard +3689,3464028,"utils/nn.py",13776,0,"c",python,content +3690,3464028,"utils/nn.py",13777,0,"",python,selection_keyboard +3691,3464061,"utils/nn.py",13777,0,".",python,content +3692,3464062,"utils/nn.py",13778,0,"",python,selection_keyboard +3693,3464671,"utils/nn.py",13777,1,"",python,content +3694,3464809,"utils/nn.py",13776,1,"",python,content +3695,3464945,"utils/nn.py",13776,0,".",python,content +3696,3464945,"utils/nn.py",13777,0,"",python,selection_keyboard +3697,3465249,"utils/nn.py",13776,0,"",python,selection_command +3698,3465846,"utils/nn.py",13777,0,"",python,selection_command +3699,3466182,"utils/nn.py",13777,0,"A",python,content +3700,3466183,"utils/nn.py",13778,0,"",python,selection_keyboard +3701,3466504,"utils/nn.py",13778,0,"r",python,content +3702,3466504,"utils/nn.py",13779,0,"",python,selection_keyboard +3703,3466645,"utils/nn.py",13779,0,"r",python,content +3704,3466646,"utils/nn.py",13780,0,"",python,selection_keyboard +3705,3466828,"utils/nn.py",13780,0,"a",python,content +3706,3466829,"utils/nn.py",13781,0,"",python,selection_keyboard +3707,3466911,"utils/nn.py",13781,0,"t",python,content +3708,3466911,"utils/nn.py",13782,0,"",python,selection_keyboard +3709,3468113,"utils/nn.py",13781,0,"",python,selection_command +3710,3468367,"utils/nn.py",13781,1,"y",python,content +3711,3469082,"utils/nn.py",13853,0,"",python,selection_command +3712,3469165,"utils/nn.py",13895,0,"",python,selection_command +3713,3469305,"utils/nn.py",13937,0,"",python,selection_command +3714,3469460,"utils/nn.py",13975,0,"",python,selection_command +3715,3469580,"utils/nn.py",13977,0,"",python,selection_command +3716,3469718,"utils/nn.py",14010,0,"",python,selection_command +3717,3469882,"utils/nn.py",14056,0,"",python,selection_command +3718,3470766,"utils/nn.py",14058,0,"",python,selection_command +3719,3470829,"utils/nn.py",14100,0,"",python,selection_command +3720,3471265,"utils/nn.py",14058,0,"",python,selection_command +3721,3471473,"utils/nn.py",14056,0,"",python,selection_command +3722,3471674,"utils/nn.py",14047,0,"",python,selection_command +3723,3471732,"utils/nn.py",14045,0,"",python,selection_command +3724,3472050,"utils/nn.py",14039,0,"",python,selection_command +3725,3472220,"utils/nn.py",14038,0,"",python,selection_command +3726,3472521,"utils/nn.py",14033,0,"",python,selection_command +3727,3472945,"utils/nn.py",13990,0,"",python,selection_command +3728,3473840,"utils/nn.py",13996,0,"",python,selection_command +3729,3474006,"utils/nn.py",13999,0,"",python,selection_command +3730,3474153,"utils/nn.py",14003,0,"",python,selection_command +3731,3474338,"utils/nn.py",14004,0,"",python,selection_command +3732,3474875,"utils/nn.py",12931,0,"",python,selection_command +3733,3475865,"utils/nn.py",12975,0,"",python,selection_command +3734,3476192,"utils/nn.py",13001,0,"",python,selection_command +3735,3476390,"utils/nn.py",13043,0,"",python,selection_command +3736,3476787,"utils/nn.py",6901,0,"",python,selection_command +3737,3477765,"utils/nn.py",7817,0,"",python,selection_command +3738,3478612,"utils/nn.py",9608,0,"",python,selection_command +3739,3479863,"utils/nn.py",9706,0,"",python,selection_command +3740,3480257,"utils/nn.py",9608,0,"",python,selection_command +3741,3480943,"utils/nn.py",9665,0,"jax.Array",python,content +3742,3480943,"utils/nn.py",9662,3,"",python,content +3743,3480943,"utils/nn.py",9660,0,"jax.Array",python,content +3744,3480943,"utils/nn.py",9657,3,"",python,content +3745,3482138,"utils/nn.py",9614,0,"",python,selection_command +3746,3483891,"utils/nn.py",9724,0,"",python,selection_command +3747,3484056,"utils/nn.py",9828,0,"",python,selection_command +3748,3484057,"utils/nn.py",9864,0,"",python,selection_command +3749,3484079,"utils/nn.py",9898,0,"",python,selection_command +3750,3484235,"utils/nn.py",9963,0,"",python,selection_command +3751,3484235,"utils/nn.py",10004,0,"",python,selection_command +3752,3484236,"utils/nn.py",10028,0,"",python,selection_command +3753,3484297,"utils/nn.py",10069,0,"",python,selection_command +3754,3484462,"utils/nn.py",10111,0,"",python,selection_command +3755,3484760,"utils/nn.py",10164,0,"",python,selection_command +3756,3485122,"utils/nn.py",10166,0,"",python,selection_command +3757,3485537,"utils/nn.py",10168,0,"",python,selection_command +3758,3485783,"utils/nn.py",10172,0,"",python,selection_command +3759,3485808,"utils/nn.py",10173,0,"",python,selection_command +3760,3485842,"utils/nn.py",10190,0,"",python,selection_command +3761,3485876,"utils/nn.py",10191,0,"",python,selection_command +3762,3487100,"utils/nn.py",10138,0,"",python,selection_command +3763,3487205,"utils/nn.py",10093,0,"",python,selection_command +3764,3487727,"utils/nn.py",10092,0,"",python,selection_command +3765,3487821,"utils/nn.py",10091,0,"",python,selection_command +3766,3487968,"utils/nn.py",10090,0,"",python,selection_command +3767,3489363,"utils/nn.py",10093,0,".item()",python,content +3768,3489363,"utils/nn.py",10100,0,"",python,selection_command +3769,3490558,"utils/nn.py",10694,0,".item()",python,content +3770,3490558,"utils/nn.py",10701,0,"",python,selection_command +3771,3493185,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +3772,3493495,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3773,3504656,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3774,3512645,"TERMINAL",0,0,"2025-07-31 21:20:24.675189: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3775,3513530,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 406, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 396, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 367, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t.item(), step_n.item())) / temperature\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 1089, in meth\r\n return getattr(self.aval, name).fun(self, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 213, in _item\r\n arr = core.concrete_or_error(np.asarray, self, context=""This occurred in the item() method of jax.Array"")\r\njax.errors.ConcretizationTypeError: Abstract tracer value encountered where concrete value is expected: traced array with shape int32[]\r\nThis occurred in the item() method of jax.Array\r\nThe error occurred while tracing the function causal_step_fn at /fast/home/franz.srambical/jafar/genie.py:351 for scan. This concrete value was not available in Python because it depends on the value of the argument carry[3].\r\n\r\nSee https://docs.jax.dev/en/latest/errors.html#jax.errors.ConcretizationTypeError\r\n",,terminal_output +3776,3514512,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +3777,3546303,"utils/nn.py",10755,0,"",python,selection_mouse +3778,3546303,"utils/nn.py",10754,0,"",python,selection_command +3779,3549161,"utils/nn.py",10694,7,"",python,content +3780,3549174,"utils/nn.py",10093,7,"",python,content +3781,3549181,"utils/nn.py",10687,0,"",python,selection_command +3782,3549551,"utils/nn.py",9657,20,"int, int",python,content +3783,3549551,"utils/nn.py",9608,0,"",python,selection_command +3784,3555407,"utils/nn.py",13781,1,"t",python,content +3785,3555412,"utils/nn.py",13781,0,"",python,selection_command +3786,3556264,"utils/nn.py",13777,5,"",python,content +3787,3556557,"utils/nn.py",13773,4,"int",python,content +3788,3556559,"utils/nn.py",13773,0,"",python,selection_command +3789,3556921,"utils/nn.py",13762,9,"int",python,content +3790,3556922,"utils/nn.py",13762,0,"",python,selection_command +3791,3558068,"utils/nn.py",10242,25,"",python,content +3792,3558070,"utils/nn.py",10228,0,"",python,selection_command +3793,3559025,"utils/nn.py",10242,0," breakpoint()\n ",python,content +3794,3562041,"models/dynamics.py",0,0,"",python,tab +3795,3566763,"utils/nn.py",0,0,"",python,tab +3796,3567835,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +3797,3574350,"utils/nn.py",0,0,"",python,tab +3798,3577075,"genie.py",0,0,"",python,tab +3799,3577776,"genie.py",15168,7,"",python,content +3800,3577788,"genie.py",15160,0,"self.",python,content +3801,3577790,"genie.py",14827,7,"",python,content +3802,3577791,"genie.py",14819,0,"self.",python,content +3803,3577792,"genie.py",14632,7,"",python,content +3804,3577792,"genie.py",14624,0,"self.",python,content +3805,3577795,"genie.py",14799,0,"",python,selection_command +3806,3578810,"genie.py",14624,5,"",python,content +3807,3578811,"genie.py",14632,0,"_causal",python,content +3808,3578811,"genie.py",14819,5,"",python,content +3809,3578811,"genie.py",14827,0,"_causal",python,content +3810,3578811,"genie.py",15160,5,"",python,content +3811,3578811,"genie.py",15168,0,"_causal",python,content +3812,3580651,"genie.py",15168,7,"",python,content +3813,3580660,"genie.py",15160,0,"self.",python,content +3814,3580661,"genie.py",14827,7,"",python,content +3815,3580661,"genie.py",14819,0,"self.",python,content +3816,3580663,"genie.py",14632,7,"",python,content +3817,3580663,"genie.py",14624,0,"self.",python,content +3818,3581840,"genie.py",14144,56,"",python,content +3819,3581850,"genie.py",14116,0,"",python,selection_command +3820,3583533,"genie.py",15166,7,"",python,content +3821,3583533,"genie.py",15166,0,"",python,selection_command +3822,3585331,"genie.py",15166,0,".item()",python,content +3823,3585333,"genie.py",15166,0,"",python,selection_command +3824,3586150,"genie.py",15166,7,"",python,content +3825,3586580,"genie.py",15151,7,"",python,content +3826,3586582,"genie.py",15151,0,"",python,selection_command +3827,3586963,"genie.py",15145,14,"",python,content +3828,3587295,"genie.py",15142,4,"",python,content +3829,3588580,"genie.py",13582,17,"s",python,content +3830,3588581,"genie.py",13573,0,"ize",python,content +3831,3588581,"genie.py",13560,9,"ini",python,content +3832,3588582,"genie.py",13560,0,"",python,selection_command +3833,3590018,"genie.py",13560,3,"reset spa",python,content +3834,3590018,"genie.py",13573,3,"",python,content +3835,3590019,"genie.py",13582,1," after each frame",python,content +3836,3591394,"genie.py",13631,0,"",python,selection_command +3837,3591616,"genie.py",13675,0,"",python,selection_command +3838,3591647,"genie.py",13714,0,"",python,selection_command +3839,3591679,"genie.py",13765,0,"",python,selection_command +3840,3591711,"genie.py",13844,0,"",python,selection_command +3841,3591745,"genie.py",13894,0,"",python,selection_command +3842,3591777,"genie.py",13933,0,"",python,selection_command +3843,3591808,"genie.py",13973,0,"",python,selection_command +3844,3591918,"genie.py",14036,0,"",python,selection_command +3845,3591919,"genie.py",14108,0,"",python,selection_command +3846,3591919,"genie.py",14144,0,"",python,selection_command +3847,3591940,"genie.py",14171,0,"",python,selection_command +3848,3591979,"genie.py",14204,0,"",python,selection_command +3849,3592007,"genie.py",14292,0,"",python,selection_command +3850,3592115,"genie.py",14369,0,"",python,selection_command +3851,3592116,"genie.py",14435,0,"",python,selection_command +3852,3592118,"genie.py",14479,0,"",python,selection_command +3853,3592152,"genie.py",14491,0,"",python,selection_command +3854,3592178,"genie.py",14523,0,"",python,selection_command +3855,3592212,"genie.py",14570,0,"",python,selection_command +3856,3592245,"genie.py",14610,0,"",python,selection_command +3857,3592279,"genie.py",14642,0,"",python,selection_command +3858,3592312,"genie.py",14683,0,"",python,selection_command +3859,3592640,"genie.py",14762,0,"",python,selection_command +3860,3592803,"genie.py",14837,0,"",python,selection_command +3861,3592969,"genie.py",14916,0,"",python,selection_command +3862,3593165,"genie.py",15008,0,"",python,selection_command +3863,3809048,"genie.py",15142,0,", ()",python,content +3864,3809056,"genie.py",15142,0,"",python,selection_command +3865,3809218,"genie.py",15145,0,"step_t, step_n",python,content +3866,3809229,"genie.py",15145,0,"",python,selection_command +3867,3809388,"genie.py",15151,0,".item()",python,content +3868,3809398,"genie.py",15151,0,"",python,selection_command +3869,3809508,"genie.py",15166,0,".item()",python,content +3870,3809510,"genie.py",15166,0,"",python,selection_command +3871,3809763,"genie.py",14144,0," dynamics_causal: DynamicsCausal = self.dynamics\n",python,content +3872,3809768,"genie.py",14116,0,"",python,selection_command +3873,3809795,"genie.py",14624,5,"",python,content +3874,3809796,"genie.py",14632,0,"_causal",python,content +3875,3809797,"genie.py",14819,5,"",python,content +3876,3809797,"genie.py",14827,0,"_causal",python,content +3877,3809799,"genie.py",15160,5,"",python,content +3878,3809799,"genie.py",15168,0,"_causal",python,content +3879,3809800,"genie.py",14801,0,"",python,selection_command +3880,3813482,"genie.py",15168,7,"",python,content +3881,3813487,"genie.py",15160,0,"self.",python,content +3882,3813488,"genie.py",14827,7,"",python,content +3883,3813488,"genie.py",14819,0,"self.",python,content +3884,3813489,"genie.py",14632,7,"",python,content +3885,3813491,"genie.py",14624,0,"self.",python,content +3886,3814160,"genie.py",14144,56,"",python,content +3887,3814177,"genie.py",14116,0,"",python,selection_command +3888,3820832,"genie.py",15166,7,"",python,content +3889,3820841,"genie.py",15166,0,"",python,selection_command +3890,3821555,"genie.py",15151,7,"",python,content +3891,3821558,"genie.py",15151,0,"",python,selection_command +3892,3829010,"genie.py",15145,14,"",python,content +3893,3829411,"genie.py",15142,4,"",python,content +3894,3829761,"genie.py",13582,17,"s",python,content +3895,3829762,"genie.py",13573,0,"ize",python,content +3896,3829763,"genie.py",13560,9,"ini",python,content +3897,3829764,"genie.py",13560,0,"",python,selection_command +3898,3830775,"genie.py",13560,3,"reset spa",python,content +3899,3830775,"genie.py",13573,3,"",python,content +3900,3830776,"genie.py",13582,1," after each frame",python,content +3901,3832002,"genie.py",13631,0,"",python,selection_command +3902,3832258,"genie.py",13675,0,"",python,selection_command +3903,3832281,"genie.py",13714,0,"",python,selection_command +3904,3832312,"genie.py",13765,0,"",python,selection_command +3905,3832346,"genie.py",13844,0,"",python,selection_command +3906,3832380,"genie.py",13894,0,"",python,selection_command +3907,3832414,"genie.py",13933,0,"",python,selection_command +3908,3832448,"genie.py",13973,0,"",python,selection_command +3909,3832482,"genie.py",14036,0,"",python,selection_command +3910,3832516,"genie.py",14108,0,"",python,selection_command +3911,3832549,"genie.py",14144,0,"",python,selection_command +3912,3832587,"genie.py",14171,0,"",python,selection_command +3913,3832620,"genie.py",14204,0,"",python,selection_command +3914,3832658,"genie.py",14292,0,"",python,selection_command +3915,3832690,"genie.py",14369,0,"",python,selection_command +3916,3832723,"genie.py",14435,0,"",python,selection_command +3917,3832756,"genie.py",14479,0,"",python,selection_command +3918,3832794,"genie.py",14491,0,"",python,selection_command +3919,3832829,"genie.py",14523,0,"",python,selection_command +3920,3832857,"genie.py",14570,0,"",python,selection_command +3921,3832894,"genie.py",14610,0,"",python,selection_command +3922,3832923,"genie.py",14642,0,"",python,selection_command +3923,3832965,"genie.py",14683,0,"",python,selection_command +3924,3832989,"genie.py",14762,0,"",python,selection_command +3925,3833021,"genie.py",14837,0,"",python,selection_command +3926,3833346,"genie.py",14916,0,"",python,selection_command +3927,3833506,"genie.py",15008,0,"",python,selection_command +3928,3833739,"genie.py",15097,0,"",python,selection_command +3929,3834480,"genie.py",15008,0,"",python,selection_command +3930,3834724,"genie.py",14916,0,"",python,selection_command +3931,3834752,"genie.py",14837,0,"",python,selection_command +3932,3834778,"genie.py",14762,0,"",python,selection_command +3933,3834815,"genie.py",14683,0,"",python,selection_command +3934,3834845,"genie.py",14642,0,"",python,selection_command +3935,3834878,"genie.py",14610,0,"",python,selection_command +3936,3834912,"genie.py",14570,0,"",python,selection_command +3937,3834945,"genie.py",14523,0,"",python,selection_command +3938,3834980,"genie.py",14491,0,"",python,selection_command +3939,3835013,"genie.py",14479,0,"",python,selection_command +3940,3835047,"genie.py",14435,0,"",python,selection_command +3941,3835079,"genie.py",14369,0,"",python,selection_command +3942,3835111,"genie.py",14292,0,"",python,selection_command +3943,3835144,"genie.py",14204,0,"",python,selection_command +3944,3835180,"genie.py",14171,0,"",python,selection_command +3945,3835473,"genie.py",14144,0,"",python,selection_command +3946,3835647,"genie.py",14108,0,"",python,selection_command +3947,3838038,"genie.py",14143,0,"\n ",python,content +3948,3839461,"genie.py",14152,0,"dynamics_causal: DynamicsCausal = self.dynamics",python,content +3949,3841192,"genie.py",14637,0,"_causal",python,content +3950,3841192,"genie.py",14624,5,"",python,content +3951,3842243,"genie.py",14832,0,"_causal",python,content +3952,3842243,"genie.py",14819,5,"",python,content +3953,3843374,"genie.py",15173,0,"_causal",python,content +3954,3843374,"genie.py",15160,5,"",python,content +3955,3843815,"genie.py",15137,0,"",python,selection_command +3956,3843942,"genie.py",15138,0,"",python,selection_command +3957,3844091,"genie.py",15158,0,"",python,selection_command +3958,3844361,"genie.py",15160,0,"",python,selection_command +3959,3844380,"genie.py",15175,0,"",python,selection_command +3960,3844410,"genie.py",15176,0,"",python,selection_command +3961,3844443,"genie.py",15187,0,"",python,selection_command +3962,3844477,"genie.py",15188,0,"",python,selection_command +3963,3844510,"genie.py",15204,0,"",python,selection_command +3964,3844558,"genie.py",15206,0,"",python,selection_command +3965,3845429,"genie.py",15204,0,"",python,selection_command +3966,3845568,"genie.py",15188,0,"",python,selection_command +3967,3845813,"genie.py",15203,0,"",python,selection_command +3968,3845983,"genie.py",15204,0,"",python,selection_command +3969,3846048,"genie.py",15204,0,",",python,content +3970,3846048,"genie.py",15205,0,"",python,selection_keyboard +3971,3846277,"genie.py",15205,0," ",python,content +3972,3846277,"genie.py",15206,0,"",python,selection_keyboard +3973,3848083,"genie.py",15206,0,"()",python,content +3974,3848083,"genie.py",15207,0,"",python,selection_keyboard +3975,3848261,"genie.py",15207,1,")",python,content +3976,3848261,"genie.py",15208,0,"",python,selection_keyboard +3977,3848909,"genie.py",15207,0,"",python,selection_command +3978,3849660,"genie.py",15207,0,"s",python,content +3979,3849660,"genie.py",15208,0,"",python,selection_keyboard +3980,3849670,"genie.py",15208,0,"t",python,content +3981,3849670,"genie.py",15209,0,"",python,selection_keyboard +3982,3849682,"genie.py",15209,0,"e",python,content +3983,3849682,"genie.py",15210,0,"",python,selection_keyboard +3984,3849783,"genie.py",15210,0,"p",python,content +3985,3849783,"genie.py",15211,0,"",python,selection_keyboard +3986,3850307,"genie.py",15211,0,"_",python,content +3987,3850307,"genie.py",15212,0,"",python,selection_keyboard +3988,3850491,"genie.py",15212,0,"t",python,content +3989,3850491,"genie.py",15213,0,"",python,selection_keyboard +3990,3850639,"genie.py",15213,0,",",python,content +3991,3850639,"genie.py",15214,0,"",python,selection_keyboard +3992,3850830,"genie.py",15214,0," ",python,content +3993,3850830,"genie.py",15215,0,"",python,selection_keyboard +3994,3851436,"genie.py",15215,0,"s",python,content +3995,3851437,"genie.py",15216,0,"",python,selection_keyboard +3996,3851454,"genie.py",15216,0,"t",python,content +3997,3851454,"genie.py",15217,0,"",python,selection_keyboard +3998,3851497,"genie.py",15217,0,"e",python,content +3999,3851497,"genie.py",15218,0,"",python,selection_keyboard +4000,3851683,"genie.py",15218,0,"p",python,content +4001,3851683,"genie.py",15219,0,"",python,selection_keyboard +4002,3852112,"genie.py",15219,0,"_",python,content +4003,3852112,"genie.py",15220,0,"",python,selection_keyboard +4004,3852450,"genie.py",15220,0,"n",python,content +4005,3852451,"genie.py",15221,0,"",python,selection_keyboard +4006,3852732,"genie.py",15220,0,"",python,selection_command +4007,3854666,"utils/nn.py",0,0,"",python,tab +4008,3855652,"utils/nn.py",10178,0,"",python,selection_command +4009,3856402,"utils/nn.py",13762,3,"jax.Array",python,content +4010,3856402,"utils/nn.py",13762,0,"",python,selection_command +4011,3856974,"utils/nn.py",13773,3,"jax.",python,content +4012,3856974,"utils/nn.py",13773,0,"",python,selection_command +4013,3857291,"utils/nn.py",13777,0,"Arrat",python,content +4014,3857293,"utils/nn.py",13777,0,"",python,selection_command +4015,3857449,"utils/nn.py",13781,1,"y",python,content +4016,3857450,"utils/nn.py",13781,0,"",python,selection_command +4017,3857768,"utils/nn.py",9657,8,"jax.Array, jax.Array",python,content +4018,3857769,"utils/nn.py",9608,0,"",python,selection_command +4019,3858747,"utils/nn.py",10093,0,".item()",python,content +4020,3858755,"utils/nn.py",10694,0,".item()",python,content +4021,3858759,"utils/nn.py",10701,0,"",python,selection_command +4022,3862910,"utils/nn.py",10700,0,"",python,selection_command +4023,3863224,"utils/nn.py",10700,1,")",python,selection_command +4024,3863412,"utils/nn.py",10699,2,"()",python,selection_command +4025,3863582,"utils/nn.py",10695,6,"item()",python,selection_command +4026,3863745,"utils/nn.py",10693,8,"].item()",python,selection_command +4027,3864279,"utils/nn.py",10694,7,".item()",python,selection_command +4028,3864563,"utils/nn.py",10694,7,"",python,content +4029,3865030,"utils/nn.py",10652,0,"",python,selection_command +4030,3865314,"utils/nn.py",10611,0,"",python,selection_command +4031,3865315,"utils/nn.py",10587,0,"",python,selection_command +4032,3865336,"utils/nn.py",10522,0,"",python,selection_command +4033,3865372,"utils/nn.py",10480,0,"",python,selection_command +4034,3865402,"utils/nn.py",10443,0,"",python,selection_command +4035,3865510,"utils/nn.py",10382,0,"",python,selection_command +4036,3865511,"utils/nn.py",10332,0,"",python,selection_command +4037,3865511,"utils/nn.py",10290,0,"",python,selection_command +4038,3865536,"utils/nn.py",10276,0,"",python,selection_command +4039,3865572,"utils/nn.py",10245,0,"",python,selection_command +4040,3865691,"utils/nn.py",10195,0,"",python,selection_command +4041,3865855,"utils/nn.py",10142,0,"",python,selection_command +4042,3866034,"utils/nn.py",10093,0,"",python,selection_command +4043,3866295,"utils/nn.py",10093,1,".",python,selection_command +4044,3866362,"utils/nn.py",10093,5,".item",python,selection_command +4045,3866563,"utils/nn.py",10093,8,".item()]",python,selection_command +4046,3866886,"utils/nn.py",10093,7,".item()",python,selection_command +4047,3867222,"utils/nn.py",10093,7,"",python,content +4048,3867607,"utils/nn.py",10094,0,"",python,selection_command +4049,3868184,"utils/nn.py",10093,0,"",python,selection_command +4050,3869850,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +4051,3870139,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4052,3881332,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4053,3889344,"TERMINAL",0,0,"2025-07-31 21:26:41.375378: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4054,3890252,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 406, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 396, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 367, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 324, in __call__\r\n z_FNM = self.spatial_attention(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 544, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache not initialized, call ``init_cache`` first.\r\n",,terminal_output +4055,3891202,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4056,3930394,"genie.py",0,0,"",python,tab +4057,3935249,"genie.py",15124,0,"",python,selection_command +4058,3935570,"genie.py",15035,0,"",python,selection_command +4059,3935571,"genie.py",14943,0,"",python,selection_command +4060,3935571,"genie.py",14864,0,"",python,selection_command +4061,3935584,"genie.py",14787,0,"",python,selection_command +4062,3935617,"genie.py",14708,0,"",python,selection_command +4063,3935650,"genie.py",14668,0,"",python,selection_command +4064,3935769,"genie.py",14666,0,"",python,selection_command +4065,3935769,"genie.py",14593,0,"",python,selection_command +4066,3935770,"genie.py",14547,0,"",python,selection_command +4067,3935780,"genie.py",14545,0,"",python,selection_command +4068,3935816,"genie.py",14502,0,"",python,selection_command +4069,3935856,"genie.py",14458,0,"",python,selection_command +4070,3935882,"genie.py",14392,0,"",python,selection_command +4071,3935917,"genie.py",14315,0,"",python,selection_command +4072,3935947,"genie.py",14227,0,"",python,selection_command +4073,3936110,"genie.py",14200,0,"",python,selection_command +4074,3936292,"genie.py",14198,0,"",python,selection_command +4075,3940290,"genie.py",14131,0,"",python,selection_command +4076,3940503,"genie.py",14059,0,"",python,selection_command +4077,3940519,"genie.py",13996,0,"",python,selection_command +4078,3940558,"genie.py",13940,0,"",python,selection_command +4079,3940594,"genie.py",13900,0,"",python,selection_command +4080,3940617,"genie.py",13861,0,"",python,selection_command +4081,3940651,"genie.py",13788,0,"",python,selection_command +4082,3940687,"genie.py",13732,0,"",python,selection_command +4083,3940720,"genie.py",13681,0,"",python,selection_command +4084,3941067,"genie.py",13642,0,"",python,selection_command +4085,3941612,"genie.py",13599,0,"\n ",python,content +4086,3942455,"genie.py",13608,0,"a",python,content +4087,3942455,"genie.py",13609,0,"",python,selection_keyboard +4088,3942535,"genie.py",13609,0,"s",python,content +4089,3942536,"genie.py",13610,0,"",python,selection_keyboard +4090,3942673,"genie.py",13610,0,"s",python,content +4091,3942673,"genie.py",13611,0,"",python,selection_keyboard +4092,3942911,"genie.py",13611,0,"e",python,content +4093,3942912,"genie.py",13612,0,"",python,selection_keyboard +4094,3943056,"genie.py",13612,0,"r",python,content +4095,3943056,"genie.py",13613,0,"",python,selection_keyboard +4096,3943247,"genie.py",13613,0,"t",python,content +4097,3943247,"genie.py",13614,0,"",python,selection_keyboard +4098,3943603,"genie.py",13614,0," isinstance(self.dynamics, DynamicsCausal)",python,content +4099,3943820,"genie.py",13655,0,"",python,selection_command +4100,3945010,"genie.py",13699,0,"",python,selection_command +4101,3945244,"genie.py",13738,0,"",python,selection_command +4102,3945274,"genie.py",13789,0,"",python,selection_command +4103,3945306,"genie.py",13846,0,"",python,selection_command +4104,3945340,"genie.py",13918,0,"",python,selection_command +4105,3945376,"genie.py",13957,0,"",python,selection_command +4106,3945405,"genie.py",13997,0,"",python,selection_command +4107,3945439,"genie.py",14054,0,"",python,selection_command +4108,3945676,"genie.py",14117,0,"",python,selection_command +4109,3945828,"genie.py",14189,0,"",python,selection_command +4110,3946057,"genie.py",14255,0,"",python,selection_command +4111,4008829,"genie.py",14188,0,"",python,selection_command +4112,4008893,"genie.py",14255,0,"",python,selection_command +4113,4015355,"genie.py",14256,0,"\n ",python,content +4114,4015800,"genie.py",14265,0,"d",python,content +4115,4015800,"genie.py",14266,0,"",python,selection_keyboard +4116,4015800,"genie.py",14266,0,"y",python,content +4117,4015801,"genie.py",14267,0,"",python,selection_keyboard +4118,4015932,"genie.py",14267,0,"n",python,content +4119,4015932,"genie.py",14268,0,"",python,selection_keyboard +4120,4016053,"genie.py",14268,0,"a",python,content +4121,4016053,"genie.py",14269,0,"",python,selection_keyboard +4122,4016132,"genie.py",14269,0,"m",python,content +4123,4016132,"genie.py",14270,0,"",python,selection_keyboard +4124,4016220,"genie.py",14270,0,"i",python,content +4125,4016220,"genie.py",14271,0,"",python,selection_keyboard +4126,4016270,"genie.py",14271,0,"c",python,content +4127,4016270,"genie.py",14272,0,"",python,selection_keyboard +4128,4016457,"genie.py",14272,0,"s",python,content +4129,4016458,"genie.py",14273,0,"",python,selection_keyboard +4130,4016877,"genie.py",14273,0,"_causal.transformer.decode = True",python,content +4131,4017142,"genie.py",14305,0,"",python,selection_command +4132,4017384,"genie.py",14302,0,"",python,selection_command +4133,4017500,"genie.py",14300,0,"",python,selection_command +4134,4017664,"genie.py",14293,0,"",python,selection_command +4135,4017818,"genie.py",14292,0,"",python,selection_command +4136,4018008,"genie.py",14281,0,"",python,selection_command +4137,4018485,"genie.py",14292,0,"",python,selection_command +4138,4021243,"genie.py",14281,0,"",python,selection_command +4139,4021406,"genie.py",14280,0,"",python,selection_command +4140,4021704,"genie.py",14281,0,"",python,selection_command +4141,4023724,"genie.py",14281,25,"",python,content +4142,4024091,"genie.py",14281,0,"i",python,content +4143,4024091,"genie.py",14282,0,"",python,selection_keyboard +4144,4024236,"genie.py",14282,0,"n",python,content +4145,4024237,"genie.py",14283,0,"",python,selection_keyboard +4146,4024373,"genie.py",14283,0,"i",python,content +4147,4024373,"genie.py",14284,0,"",python,selection_keyboard +4148,4024438,"genie.py",14284,0,"t",python,content +4149,4024438,"genie.py",14285,0,"",python,selection_keyboard +4150,4024897,"genie.py",14285,0,"_",python,content +4151,4024897,"genie.py",14286,0,"",python,selection_keyboard +4152,4025617,"genie.py",14286,0,"kv_cache(B, T, N)",python,content +4153,4026144,"genie.py",14302,0,"",python,selection_command +4154,4026310,"genie.py",14301,0,"",python,selection_command +4155,4026469,"genie.py",14299,0,"",python,selection_command +4156,4026665,"genie.py",14298,0,"",python,selection_command +4157,4026747,"genie.py",14296,0,"",python,selection_command +4158,4026894,"genie.py",14295,0,"",python,selection_command +4159,4027095,"genie.py",14294,0,"",python,selection_command +4160,4027368,"genie.py",14281,0,"",python,selection_command +4161,4027615,"genie.py",14280,0,"",python,selection_command +4162,4028565,"genie.py",14281,0,"",python,selection_command +4163,4028942,"genie.py",14281,22,"",python,content +4164,4029288,"genie.py",14280,0,"",python,selection_command +4165,4041493,"genie.py",14281,0,"",python,selection_command +4166,4043170,"genie.py",14280,0,"",python,selection_command +4167,4044395,"genie.py",14281,0,"",python,selection_command +4168,4044698,"genie.py",14281,0,"t",python,content +4169,4044699,"genie.py",14282,0,"",python,selection_keyboard +4170,4045177,"genie.py",14282,0,"r",python,content +4171,4045178,"genie.py",14283,0,"",python,selection_keyboard +4172,4046063,"genie.py",14283,0,"a",python,content +4173,4046063,"genie.py",14284,0,"",python,selection_keyboard +4174,4046944,"genie.py",14284,0,"n",python,content +4175,4046945,"genie.py",14285,0,"",python,selection_keyboard +4176,4047122,"genie.py",14285,0,"s",python,content +4177,4047123,"genie.py",14286,0,"",python,selection_keyboard +4178,4047174,"genie.py",14286,0,"f",python,content +4179,4047174,"genie.py",14287,0,"",python,selection_keyboard +4180,4047239,"genie.py",14287,0,"o",python,content +4181,4047240,"genie.py",14288,0,"",python,selection_keyboard +4182,4047309,"genie.py",14288,0,"r",python,content +4183,4047309,"genie.py",14289,0,"",python,selection_keyboard +4184,4047425,"genie.py",14289,0,"m",python,content +4185,4047425,"genie.py",14290,0,"",python,selection_keyboard +4186,4047510,"genie.py",14290,0,"e",python,content +4187,4047511,"genie.py",14291,0,"",python,selection_keyboard +4188,4047545,"genie.py",14291,0,"r",python,content +4189,4047546,"genie.py",14292,0,"",python,selection_keyboard +4190,4048238,"genie.py",14292,0,".",python,content +4191,4048239,"genie.py",14293,0,"",python,selection_keyboard +4192,4050140,"genie.py",14292,0,"",python,selection_command +4193,4051168,"genie.py",14257,36," ",python,content +4194,4051956,"genie.py",14265,0,"f",python,content +4195,4051956,"genie.py",14266,0,"",python,selection_keyboard +4196,4051984,"genie.py",14266,0,"o",python,content +4197,4051984,"genie.py",14267,0,"",python,selection_keyboard +4198,4052064,"genie.py",14267,0,"r",python,content +4199,4052065,"genie.py",14268,0,"",python,selection_keyboard +4200,4052212,"genie.py",14268,0," ",python,content +4201,4052212,"genie.py",14269,0,"",python,selection_keyboard +4202,4052362,"genie.py",14269,0,"b",python,content +4203,4052362,"genie.py",14270,0,"",python,selection_keyboard +4204,4052494,"genie.py",14270,0,"l",python,content +4205,4052494,"genie.py",14271,0,"",python,selection_keyboard +4206,4052594,"genie.py",14271,0,"o",python,content +4207,4052594,"genie.py",14272,0,"",python,selection_keyboard +4208,4052643,"genie.py",14272,0,"c",python,content +4209,4052643,"genie.py",14273,0,"",python,selection_keyboard +4210,4052828,"genie.py",14273,0,"k",python,content +4211,4052828,"genie.py",14274,0,"",python,selection_keyboard +4212,4052964,"genie.py",14274,0," ",python,content +4213,4052964,"genie.py",14275,0,"",python,selection_keyboard +4214,4052968,"genie.py",14275,0,"i",python,content +4215,4052968,"genie.py",14276,0,"",python,selection_keyboard +4216,4053149,"genie.py",14276,0,"n",python,content +4217,4053149,"genie.py",14277,0,"",python,selection_keyboard +4218,4053353,"genie.py",14277,0," ",python,content +4219,4053353,"genie.py",14278,0,"",python,selection_keyboard +4220,4053883,"genie.py",14278,0,"dynamics_causal.transformer.blocks:",python,content +4221,4054737,"genie.py",14313,0,"\n ",python,content +4222,4056125,"genie.py",14326,0,"b",python,content +4223,4056278,"genie.py",14327,0,"l",python,content +4224,4056353,"genie.py",14328,0,"o",python,content +4225,4056416,"genie.py",14329,0,"c",python,content +4226,4056590,"genie.py",14330,0,"k",python,content +4227,4056726,"genie.py",14331,0,".",python,content +4228,4059440,"genie.py",14332,0,"a",python,content +4229,4059902,"genie.py",14332,1,"",python,content +4230,4060120,"genie.py",14332,0,"s",python,content +4231,4060120,"genie.py",14333,0,"",python,selection_keyboard +4232,4060123,"genie.py",14333,0,"p",python,content +4233,4060123,"genie.py",14334,0,"",python,selection_keyboard +4234,4060324,"genie.py",14334,0,"a",python,content +4235,4060324,"genie.py",14335,0,"",python,selection_keyboard +4236,4060340,"genie.py",14335,0,"t",python,content +4237,4060340,"genie.py",14336,0,"",python,selection_keyboard +4238,4060954,"genie.py",14336,0,"ial_attention.kv_cache = None",python,content +4239,4062045,"genie.py",14365,0,"\n block.temporal_attention.kv_cache = None",python,content +4240,4062365,"genie.py",14417,0,"",python,selection_command +4241,4064659,"genie.py",14361,0,"",python,selection_command +4242,4064826,"genie.py",14359,0,"",python,selection_command +4243,4064975,"genie.py",14350,0,"",python,selection_command +4244,4065134,"genie.py",14349,0,"",python,selection_command +4245,4065476,"genie.py",14350,0,"",python,selection_command +4246,4066362,"genie.py",14350,15,"",python,content +4247,4066677,"genie.py",14350,0,"i",python,content +4248,4066677,"genie.py",14351,0,"",python,selection_keyboard +4249,4066841,"genie.py",14351,0,"n",python,content +4250,4066841,"genie.py",14352,0,"",python,selection_keyboard +4251,4066946,"genie.py",14352,0,"i",python,content +4252,4066947,"genie.py",14353,0,"",python,selection_keyboard +4253,4067015,"genie.py",14353,0,"t",python,content +4254,4067015,"genie.py",14354,0,"",python,selection_keyboard +4255,4067414,"genie.py",14354,0,"_",python,content +4256,4067415,"genie.py",14355,0,"",python,selection_keyboard +4257,4068251,"genie.py",14355,0,"c",python,content +4258,4068251,"genie.py",14356,0,"",python,selection_keyboard +4259,4068498,"genie.py",14356,0,"a",python,content +4260,4068498,"genie.py",14357,0,"",python,selection_keyboard +4261,4068825,"genie.py",14350,7,"init_cache",python,content +4262,4069664,"genie.py",14360,0,"()",python,content +4263,4069664,"genie.py",14361,0,"",python,selection_keyboard +4264,4069710,"genie.py",14361,1,")",python,content +4265,4069710,"genie.py",14362,0,"",python,selection_keyboard +4266,4070197,"genie.py",14361,0,"",python,selection_command +4267,4070574,"genie.py",14410,0,"",python,selection_command +4268,4070881,"genie.py",14409,0,"",python,selection_command +4269,4071049,"genie.py",14400,0,"",python,selection_command +4270,4071217,"genie.py",14399,0,"",python,selection_command +4271,4071670,"genie.py",14400,0,"",python,selection_command +4272,4072106,"genie.py",14400,15,"",python,content +4273,4072233,"genie.py",14400,0,"i",python,content +4274,4072233,"genie.py",14401,0,"",python,selection_keyboard +4275,4072396,"genie.py",14401,0,"n",python,content +4276,4072396,"genie.py",14402,0,"",python,selection_keyboard +4277,4072503,"genie.py",14402,0,"i",python,content +4278,4072503,"genie.py",14403,0,"",python,selection_keyboard +4279,4072939,"genie.py",14403,0,"_",python,content +4280,4072939,"genie.py",14404,0,"",python,selection_keyboard +4281,4073508,"genie.py",14404,0,"c",python,content +4282,4073508,"genie.py",14405,0,"",python,selection_keyboard +4283,4073732,"genie.py",14405,0,"a",python,content +4284,4073732,"genie.py",14406,0,"",python,selection_keyboard +4285,4073744,"genie.py",14406,0,"c",python,content +4286,4073744,"genie.py",14407,0,"",python,selection_keyboard +4287,4074025,"genie.py",14406,1,"",python,content +4288,4074154,"genie.py",14405,1,"",python,content +4289,4074298,"genie.py",14404,1,"",python,content +4290,4074482,"genie.py",14403,1,"",python,content +4291,4074489,"genie.py",14403,0,"t",python,content +4292,4074489,"genie.py",14404,0,"",python,selection_keyboard +4293,4074801,"genie.py",14404,0,"_",python,content +4294,4074801,"genie.py",14405,0,"",python,selection_keyboard +4295,4074922,"genie.py",14405,0,"_",python,content +4296,4074923,"genie.py",14406,0,"",python,selection_keyboard +4297,4075497,"genie.py",14405,1,"",python,content +4298,4075744,"genie.py",14404,1,"",python,content +4299,4076426,"genie.py",14404,0,"_",python,content +4300,4076426,"genie.py",14405,0,"",python,selection_keyboard +4301,4076659,"genie.py",14405,0,"c",python,content +4302,4076660,"genie.py",14406,0,"",python,selection_keyboard +4303,4076837,"genie.py",14406,0,"a",python,content +4304,4076837,"genie.py",14407,0,"",python,selection_keyboard +4305,4076858,"genie.py",14407,0,"c",python,content +4306,4076858,"genie.py",14408,0,"",python,selection_keyboard +4307,4076998,"genie.py",14408,0,"h",python,content +4308,4076998,"genie.py",14409,0,"",python,selection_keyboard +4309,4077084,"genie.py",14409,0,"e",python,content +4310,4077084,"genie.py",14410,0,"",python,selection_keyboard +4311,4077421,"genie.py",14410,0,"()",python,content +4312,4077421,"genie.py",14411,0,"",python,selection_keyboard +4313,4077482,"genie.py",14411,1,")",python,content +4314,4077482,"genie.py",14412,0,"",python,selection_keyboard +4315,4077900,"genie.py",14411,0,"",python,selection_command +4316,4078939,"genie.py",14361,0,"",python,selection_command +4317,4079541,"genie.py",14360,0,"",python,selection_command +4318,4079689,"genie.py",14359,0,"",python,selection_command +4319,4079820,"genie.py",14358,0,"",python,selection_command +4320,4097257,"genie.py",14301,0,"",python,selection_command +4321,4097617,"genie.py",14305,0,"",python,selection_command +4322,4097785,"genie.py",14306,0,"",python,selection_command +4323,4098534,"utils/nn.py",0,0,"",python,tab +4324,4098534,"utils/nn.py",12943,0,"",python,selection_command +4325,4099476,"utils/nn.py",12948,0,"",python,selection_command +4326,4099890,"utils/nn.py",12949,0,"",python,selection_command +4327,4100236,"utils/nn.py",12949,0,":",python,content +4328,4100236,"utils/nn.py",12950,0,"",python,selection_keyboard +4329,4100574,"utils/nn.py",12950,0," ",python,content +4330,4100574,"utils/nn.py",12951,0,"",python,selection_keyboard +4331,4101670,"utils/nn.py",12951,0,"List[TransformerBlock]",python,content +4332,4101992,"utils/nn.py",12972,0,"",python,selection_command +4333,4103268,"genie.py",0,0,"",python,tab +4334,4104415,"genie.py",14361,0,"",python,selection_command +4335,4104610,"genie.py",14360,0,"",python,selection_command +4336,4104672,"genie.py",14350,0,"",python,selection_command +4337,4113522,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +4338,4113522,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +4339,4115969,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23106,71," def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):",python,selection_command +4340,4117045,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +4341,4185244,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23184,0,"",python,selection_command +4342,4241777,"genie.py",0,0,"",python,tab +4343,4242507,"genie.py",14359,0,"",python,selection_command +4344,4242637,"genie.py",14361,0,"",python,selection_command +4345,4246158,"genie.py",14361,0,"()",python,content +4346,4246159,"genie.py",14362,0,"",python,selection_keyboard +4347,4246211,"genie.py",14362,1,")",python,content +4348,4246211,"genie.py",14363,0,"",python,selection_keyboard +4349,4246791,"genie.py",14362,0,"",python,selection_command +4350,4247579,"genie.py",14363,0,"",python,selection_command +4351,4247846,"genie.py",14363,0,",",python,content +4352,4247847,"genie.py",14364,0,"",python,selection_keyboard +4353,4248077,"genie.py",14364,0," ",python,content +4354,4248077,"genie.py",14365,0,"",python,selection_keyboard +4355,4248510,"genie.py",14365,0,"d",python,content +4356,4248510,"genie.py",14366,0,"",python,selection_keyboard +4357,4248513,"genie.py",14366,0,"t",python,content +4358,4248514,"genie.py",14367,0,"",python,selection_keyboard +4359,4248592,"genie.py",14367,0,"y",python,content +4360,4248592,"genie.py",14368,0,"",python,selection_keyboard +4361,4248611,"genie.py",14368,0,"p",python,content +4362,4248612,"genie.py",14369,0,"",python,selection_keyboard +4363,4248708,"genie.py",14369,0,"e",python,content +4364,4248708,"genie.py",14370,0,"",python,selection_keyboard +4365,4251163,"genie.py",14370,0,"=",python,content +4366,4251164,"genie.py",14371,0,"",python,selection_keyboard +4367,4252466,"genie.py",14371,0,"d",python,content +4368,4252466,"genie.py",14372,0,"",python,selection_keyboard +4369,4252542,"genie.py",14372,0,"t",python,content +4370,4252543,"genie.py",14373,0,"",python,selection_keyboard +4371,4252617,"genie.py",14373,0,"y",python,content +4372,4252617,"genie.py",14374,0,"",python,selection_keyboard +4373,4252661,"genie.py",14374,0,"p",python,content +4374,4252661,"genie.py",14375,0,"",python,selection_keyboard +4375,4252778,"genie.py",14375,0,"e",python,content +4376,4252779,"genie.py",14376,0,"",python,selection_keyboard +4377,4253013,"genie.py",14375,1,"",python,content +4378,4253131,"genie.py",14374,1,"",python,content +4379,4253281,"genie.py",14373,1,"",python,content +4380,4253425,"genie.py",14372,1,"",python,content +4381,4253590,"genie.py",14371,1,"",python,content +4382,4253747,"genie.py",14371,0,"s",python,content +4383,4253747,"genie.py",14372,0,"",python,selection_keyboard +4384,4253749,"genie.py",14372,0,"e",python,content +4385,4253749,"genie.py",14373,0,"",python,selection_keyboard +4386,4253877,"genie.py",14373,0,"l",python,content +4387,4253878,"genie.py",14374,0,"",python,selection_keyboard +4388,4254004,"genie.py",14374,0,"f",python,content +4389,4254004,"genie.py",14375,0,"",python,selection_keyboard +4390,4254056,"genie.py",14375,0,".",python,content +4391,4254056,"genie.py",14376,0,"",python,selection_keyboard +4392,4254539,"genie.py",14376,0,"d",python,content +4393,4254539,"genie.py",14377,0,"",python,selection_keyboard +4394,4254601,"genie.py",14377,0,"t",python,content +4395,4254601,"genie.py",14378,0,"",python,selection_keyboard +4396,4254651,"genie.py",14378,0,"y",python,content +4397,4254652,"genie.py",14379,0,"",python,selection_keyboard +4398,4254682,"genie.py",14379,0,"p",python,content +4399,4254682,"genie.py",14380,0,"",python,selection_keyboard +4400,4254781,"genie.py",14380,0,"e",python,content +4401,4254781,"genie.py",14381,0,"",python,selection_keyboard +4402,4255194,"genie.py",14380,0,"",python,selection_command +4403,4255625,"genie.py",14431,0,"",python,selection_command +4404,4256691,"genie.py",14431,0,",",python,content +4405,4256691,"genie.py",14432,0,"",python,selection_keyboard +4406,4256856,"genie.py",14432,0," ",python,content +4407,4256857,"genie.py",14433,0,"",python,selection_keyboard +4408,4257205,"genie.py",14433,0,"d",python,content +4409,4257205,"genie.py",14434,0,"",python,selection_keyboard +4410,4257304,"genie.py",14434,0,"e",python,content +4411,4257304,"genie.py",14435,0,"",python,selection_keyboard +4412,4257365,"genie.py",14435,0,"t",python,content +4413,4257365,"genie.py",14436,0,"",python,selection_keyboard +4414,4257413,"genie.py",14436,0,"y",python,content +4415,4257413,"genie.py",14437,0,"",python,selection_keyboard +4416,4257510,"genie.py",14437,0,"p",python,content +4417,4257511,"genie.py",14438,0,"",python,selection_keyboard +4418,4257747,"genie.py",14437,1,"",python,content +4419,4257912,"genie.py",14436,1,"",python,content +4420,4258063,"genie.py",14435,1,"",python,content +4421,4258199,"genie.py",14434,1,"",python,content +4422,4258204,"genie.py",14434,0,"t",python,content +4423,4258204,"genie.py",14435,0,"",python,selection_keyboard +4424,4258299,"genie.py",14435,0,"y",python,content +4425,4258299,"genie.py",14436,0,"",python,selection_keyboard +4426,4258349,"genie.py",14436,0,"p",python,content +4427,4258350,"genie.py",14437,0,"",python,selection_keyboard +4428,4258381,"genie.py",14437,0,"e",python,content +4429,4258381,"genie.py",14438,0,"",python,selection_keyboard +4430,4258632,"genie.py",14437,1,"",python,content +4431,4259375,"genie.py",14437,0,"e",python,content +4432,4259376,"genie.py",14438,0,"",python,selection_keyboard +4433,4259536,"genie.py",14438,0," ",python,content +4434,4259536,"genie.py",14439,0,"",python,selection_keyboard +4435,4259926,"genie.py",14438,1,"",python,content +4436,4260221,"genie.py",14438,0,"=",python,content +4437,4260221,"genie.py",14439,0,"",python,selection_keyboard +4438,4260978,"genie.py",14439,0,"s",python,content +4439,4260978,"genie.py",14440,0,"",python,selection_keyboard +4440,4260991,"genie.py",14440,0,"e",python,content +4441,4260992,"genie.py",14441,0,"",python,selection_keyboard +4442,4261347,"genie.py",14441,0,"f",python,content +4443,4261348,"genie.py",14442,0,"",python,selection_keyboard +4444,4261418,"genie.py",14442,0,"l",python,content +4445,4261419,"genie.py",14443,0,"",python,selection_keyboard +4446,4261685,"genie.py",14442,1,"",python,content +4447,4261870,"genie.py",14441,1,"",python,content +4448,4262034,"genie.py",14441,0,"l",python,content +4449,4262034,"genie.py",14442,0,"",python,selection_keyboard +4450,4262127,"genie.py",14442,0,"f",python,content +4451,4262127,"genie.py",14443,0,"",python,selection_keyboard +4452,4262152,"genie.py",14443,0,".",python,content +4453,4262152,"genie.py",14444,0,"",python,selection_keyboard +4454,4262405,"genie.py",14444,0,"d",python,content +4455,4262405,"genie.py",14445,0,"",python,selection_keyboard +4456,4262543,"genie.py",14445,0,"t",python,content +4457,4262544,"genie.py",14446,0,"",python,selection_keyboard +4458,4262650,"genie.py",14446,0,"y",python,content +4459,4262650,"genie.py",14447,0,"",python,selection_keyboard +4460,4262684,"genie.py",14447,0,"p",python,content +4461,4262685,"genie.py",14448,0,"",python,selection_keyboard +4462,4262736,"genie.py",14448,0,"e",python,content +4463,4262736,"genie.py",14449,0,"",python,selection_keyboard +4464,4263059,"genie.py",14448,0,"",python,selection_command +4465,4263478,"genie.py",14444,0,"",python,selection_command +4466,4264713,"genie.py",14375,0,"",python,selection_command +4467,4264855,"genie.py",14371,0,"",python,selection_command +4468,4265044,"genie.py",14370,0,"",python,selection_command +4469,4265211,"genie.py",14365,0,"",python,selection_command +4470,4265377,"genie.py",14360,0,"",python,selection_command +4471,4265548,"genie.py",14350,0,"",python,selection_command +4472,4265847,"genie.py",14360,0,"",python,selection_command +4473,4266068,"genie.py",14365,0,"",python,selection_command +4474,4266363,"genie.py",14366,0,"",python,selection_command +4475,4266912,"genie.py",14435,0,"",python,selection_command +4476,4267646,"genie.py",14434,0,"",python,selection_command +4477,4267774,"genie.py",14433,0,"",python,selection_command +4478,4267889,"genie.py",14432,0,"",python,selection_command +4479,4268044,"genie.py",14431,0,"",python,selection_command +4480,4268567,"genie.py",13187,0,"",python,selection_command +4481,4270099,"genie.py",14431,18,"",python,content +4482,4270112,"genie.py",14431,0,"",python,selection_command +4483,4271214,"genie.py",14431,0,"k",python,content +4484,4271215,"genie.py",14432,0,"",python,selection_keyboard +4485,4271241,"genie.py",14432,0," ",python,content +4486,4271241,"genie.py",14433,0,"",python,selection_keyboard +4487,4271359,"genie.py",14433,0,",",python,content +4488,4271359,"genie.py",14434,0,"",python,selection_keyboard +4489,4271658,"genie.py",14433,1,"",python,content +4490,4271797,"genie.py",14432,1,"",python,content +4491,4271949,"genie.py",14431,1,"",python,content +4492,4271992,"genie.py",14431,0,",",python,content +4493,4271992,"genie.py",14432,0,"",python,selection_keyboard +4494,4272191,"genie.py",14432,0," ",python,content +4495,4272191,"genie.py",14433,0,"",python,selection_keyboard +4496,4272240,"genie.py",14433,0,"d",python,content +4497,4272241,"genie.py",14434,0,"",python,selection_keyboard +4498,4272935,"genie.py",14434,0,"t",python,content +4499,4272935,"genie.py",14435,0,"",python,selection_keyboard +4500,4273014,"genie.py",14435,0,"y",python,content +4501,4273014,"genie.py",14436,0,"",python,selection_keyboard +4502,4273076,"genie.py",14436,0,"p",python,content +4503,4273077,"genie.py",14437,0,"",python,selection_keyboard +4504,4273125,"genie.py",14437,0,"e",python,content +4505,4273126,"genie.py",14438,0,"",python,selection_keyboard +4506,4273675,"genie.py",14433,5,"dtype=",python,content +4507,4273679,"genie.py",14439,0,"=",python,content +4508,4273679,"genie.py",14440,0,"",python,selection_keyboard +4509,4274277,"genie.py",14439,1,"",python,content +4510,4274532,"genie.py",14439,0,"s",python,content +4511,4274532,"genie.py",14440,0,"",python,selection_keyboard +4512,4274535,"genie.py",14440,0,"e",python,content +4513,4274535,"genie.py",14441,0,"",python,selection_keyboard +4514,4274697,"genie.py",14441,0,"l",python,content +4515,4274697,"genie.py",14442,0,"",python,selection_keyboard +4516,4274811,"genie.py",14442,0,"f",python,content +4517,4274811,"genie.py",14443,0,"",python,selection_keyboard +4518,4274816,"genie.py",14443,0,".",python,content +4519,4274816,"genie.py",14444,0,"",python,selection_keyboard +4520,4275062,"genie.py",14444,0,"d",python,content +4521,4275062,"genie.py",14445,0,"",python,selection_keyboard +4522,4275178,"genie.py",14445,0,"t",python,content +4523,4275178,"genie.py",14446,0,"",python,selection_keyboard +4524,4275228,"genie.py",14446,0,"y",python,content +4525,4275228,"genie.py",14447,0,"",python,selection_keyboard +4526,4275258,"genie.py",14447,0,"p",python,content +4527,4275258,"genie.py",14448,0,"",python,selection_keyboard +4528,4275328,"genie.py",14448,0,"e",python,content +4529,4275328,"genie.py",14449,0,"",python,selection_keyboard +4530,4275569,"genie.py",14448,0,"",python,selection_command +4531,4276052,"genie.py",14379,0,"",python,selection_command +4532,4276217,"genie.py",14376,0,"",python,selection_command +4533,4276408,"genie.py",14375,0,"",python,selection_command +4534,4276526,"genie.py",14371,0,"",python,selection_command +4535,4276672,"genie.py",14370,0,"",python,selection_command +4536,4276835,"genie.py",14365,0,"",python,selection_command +4537,4277318,"genie.py",14434,0,"",python,selection_command +4538,4277718,"genie.py",14433,0,"",python,selection_command +4539,4277883,"genie.py",14432,0,"",python,selection_command +4540,4278051,"genie.py",14431,0,"",python,selection_command +4541,4279057,"genie.py",14431,0,"()",python,content +4542,4279057,"genie.py",14432,0,"",python,selection_keyboard +4543,4279176,"genie.py",14432,1,")",python,content +4544,4279177,"genie.py",14433,0,"",python,selection_keyboard +4545,4279569,"genie.py",14432,0,"",python,selection_command +4546,4279954,"genie.py",14363,0,"",python,selection_command +4547,4280288,"genie.py",14362,0,"",python,selection_command +4548,4285594,"utils/nn.py",0,0,"",python,tab +4549,4287112,"utils/nn.py",13018,0,"",python,selection_command +4550,4287174,"utils/nn.py",13050,0,"",python,selection_command +4551,4287559,"utils/nn.py",13044,0,"",python,selection_command +4552,4288403,"utils/nn.py",13045,0,"",python,selection_command +4553,4288404,"utils/nn.py",13077,0,"",python,selection_command +4554,4288741,"utils/nn.py",6901,0,"",python,selection_command +4555,4289725,"utils/nn.py",10279,0,"",python,selection_command +4556,4293045,"utils/nn.py",10254,0,"",python,selection_command +4557,4293100,"utils/nn.py",10206,0,"",python,selection_command +4558,4293263,"utils/nn.py",10156,0,"",python,selection_command +4559,4293408,"utils/nn.py",10103,0,"",python,selection_command +4560,4296225,"genie.py",0,0,"",python,tab +4561,4296962,"utils/nn.py",0,0,"",python,tab +4562,4299410,"genie.py",0,0,"",python,tab +4563,4300393,"genie.py",14363,0,"",python,selection_command +4564,4301144,"genie.py",14362,0,"",python,selection_command +4565,4302491,"genie.py",14362,0,"B",python,content +4566,4302491,"genie.py",14363,0,"",python,selection_keyboard +4567,4302710,"genie.py",14363,0,",",python,content +4568,4302711,"genie.py",14364,0,"",python,selection_keyboard +4569,4303173,"genie.py",14363,1,"",python,content +4570,4303526,"genie.py",14363,0," ",python,content +4571,4303526,"genie.py",14364,0,"",python,selection_keyboard +4572,4303740,"genie.py",14364,0,"*",python,content +4573,4303740,"genie.py",14365,0,"",python,selection_keyboard +4574,4304094,"genie.py",14365,0," ",python,content +4575,4304095,"genie.py",14366,0,"",python,selection_keyboard +4576,4304374,"genie.py",14366,0,"T",python,content +4577,4304374,"genie.py",14367,0,"",python,selection_keyboard +4578,4304627,"genie.py",14367,0,",",python,content +4579,4304627,"genie.py",14368,0,"",python,selection_keyboard +4580,4304776,"genie.py",14368,0," ",python,content +4581,4304777,"genie.py",14369,0,"",python,selection_keyboard +4582,4305128,"genie.py",14369,0,"1",python,content +4583,4305129,"genie.py",14370,0,"",python,selection_keyboard +4584,4305289,"genie.py",14370,0,",",python,content +4585,4305290,"genie.py",14371,0,"",python,selection_keyboard +4586,4305508,"genie.py",14371,0," ",python,content +4587,4305508,"genie.py",14372,0,"",python,selection_keyboard +4588,4306194,"genie.py",14372,0,"M",python,content +4589,4306194,"genie.py",14373,0,"",python,selection_keyboard +4590,4306547,"genie.py",14372,0,"",python,selection_command +4591,4307817,"genie.py",14452,0,"",python,selection_command +4592,4308490,"genie.py",14451,0,"",python,selection_command +4593,4308771,"genie.py",14450,0,"",python,selection_command +4594,4308772,"genie.py",14449,0,"",python,selection_command +4595,4308789,"genie.py",14448,0,"",python,selection_command +4596,4308822,"genie.py",14447,0,"",python,selection_command +4597,4308854,"genie.py",14446,0,"",python,selection_command +4598,4308888,"genie.py",14445,0,"",python,selection_command +4599,4308993,"genie.py",14444,0,"",python,selection_command +4600,4309160,"genie.py",14443,0,"",python,selection_command +4601,4312325,"genie.py",14443,0,"B",python,content +4602,4312325,"genie.py",14444,0,"",python,selection_keyboard +4603,4313017,"genie.py",14444,0," ",python,content +4604,4313017,"genie.py",14445,0,"",python,selection_keyboard +4605,4313337,"genie.py",14445,0,"*",python,content +4606,4313337,"genie.py",14446,0,"",python,selection_keyboard +4607,4313568,"genie.py",14446,0," ",python,content +4608,4313569,"genie.py",14447,0,"",python,selection_keyboard +4609,4313878,"genie.py",14447,0,"N",python,content +4610,4313879,"genie.py",14448,0,"",python,selection_keyboard +4611,4314032,"genie.py",14448,0,",",python,content +4612,4314033,"genie.py",14449,0,"",python,selection_keyboard +4613,4314214,"genie.py",14449,0," ",python,content +4614,4314214,"genie.py",14450,0,"",python,selection_keyboard +4615,4314556,"genie.py",14450,0,"1",python,content +4616,4314556,"genie.py",14451,0,"",python,selection_keyboard +4617,4314790,"genie.py",14451,0," ",python,content +4618,4314791,"genie.py",14452,0,"",python,selection_keyboard +4619,4314813,"genie.py",14452,0,",",python,content +4620,4314813,"genie.py",14453,0,"",python,selection_keyboard +4621,4315310,"genie.py",14452,1,"",python,content +4622,4315463,"genie.py",14451,1,"",python,content +4623,4315523,"genie.py",14451,0,",",python,content +4624,4315523,"genie.py",14452,0,"",python,selection_keyboard +4625,4315701,"genie.py",14452,0," ",python,content +4626,4315701,"genie.py",14453,0,"",python,selection_keyboard +4627,4315982,"genie.py",14453,0,"M",python,content +4628,4315982,"genie.py",14454,0,"",python,selection_keyboard +4629,4316198,"genie.py",14453,0,"",python,selection_command +4630,4319180,"utils/nn.py",0,0,"",python,tab +4631,4320201,"utils/nn.py",10107,0,"",python,selection_command +4632,4320366,"utils/nn.py",10113,0,"",python,selection_command +4633,4320573,"utils/nn.py",10115,0,"",python,selection_command +4634,4321410,"utils/nn.py",10118,0,"",python,selection_command +4635,4321656,"utils/nn.py",10119,0,"",python,selection_command +4636,4321681,"utils/nn.py",10126,0,"",python,selection_command +4637,4321716,"utils/nn.py",10127,0,"",python,selection_command +4638,4321746,"utils/nn.py",10131,0,"",python,selection_command +4639,4321779,"utils/nn.py",10133,0,"",python,selection_command +4640,4321820,"utils/nn.py",10134,0,"",python,selection_command +4641,4321847,"utils/nn.py",10136,0,"",python,selection_command +4642,4321998,"utils/nn.py",10138,0,"",python,selection_command +4643,4322184,"utils/nn.py",10139,0,"",python,selection_command +4644,4322320,"utils/nn.py",10141,0,"",python,selection_command +4645,4322469,"utils/nn.py",10142,0,"",python,selection_command +4646,4322670,"utils/nn.py",10144,0,"",python,selection_command +4647,4323214,"utils/nn.py",9865,0,"",python,selection_command +4648,4327464,"utils/nn.py",8090,0,"",python,selection_command +4649,4327661,"utils/nn.py",6580,0,"",python,selection_command +4650,4329322,"utils/nn.py",6805,0,"",python,selection_keyboard +4651,4330212,"utils/nn.py",6828,0,"",python,selection_command +4652,4330260,"utils/nn.py",6841,0,"",python,selection_command +4653,4330400,"utils/nn.py",6884,0,"",python,selection_command +4654,4330560,"utils/nn.py",6894,0,"",python,selection_command +4655,4330703,"utils/nn.py",6907,0,"",python,selection_command +4656,4333028,"utils/nn.py",13068,16,"TransformerBlock",python,selection_command +4657,4333848,"utils/nn.py",13083,0,"",python,selection_command +4658,4342577,"utils/nn.py",13098,0,"",python,selection_command +4659,4342824,"utils/nn.py",13144,0,"",python,selection_command +4660,4342854,"utils/nn.py",13186,0,"",python,selection_command +4661,4342887,"utils/nn.py",13232,0,"",python,selection_command +4662,4342921,"utils/nn.py",13274,0,"",python,selection_command +4663,4342953,"utils/nn.py",13324,0,"",python,selection_command +4664,4342986,"utils/nn.py",13362,0,"",python,selection_command +4665,4343019,"utils/nn.py",13428,0,"",python,selection_command +4666,4343172,"utils/nn.py",13463,0,"",python,selection_command +4667,4343336,"utils/nn.py",13494,0,"",python,selection_command +4668,4343496,"utils/nn.py",13512,0,"",python,selection_command +4669,4343625,"utils/nn.py",13526,0,"",python,selection_command +4670,4343800,"utils/nn.py",13566,0,"",python,selection_command +4671,4343978,"utils/nn.py",13606,0,"",python,selection_command +4672,4344460,"utils/nn.py",13618,0,"",python,selection_command +4673,4344606,"utils/nn.py",13619,0,"",python,selection_command +4674,4344860,"utils/nn.py",13623,0,"",python,selection_command +4675,4344938,"utils/nn.py",13624,0,"",python,selection_command +4676,4348816,"utils/nn.py",13584,0,"",python,selection_command +4677,4349057,"utils/nn.py",13544,0,"",python,selection_command +4678,4349076,"utils/nn.py",13512,0,"",python,selection_command +4679,4349113,"utils/nn.py",13498,0,"",python,selection_command +4680,4349142,"utils/nn.py",13480,0,"",python,selection_command +4681,4349175,"utils/nn.py",13446,0,"",python,selection_command +4682,4349210,"utils/nn.py",13380,0,"",python,selection_command +4683,4349254,"utils/nn.py",13342,0,"",python,selection_command +4684,4349296,"utils/nn.py",13292,0,"",python,selection_command +4685,4349411,"utils/nn.py",13342,0,"",python,selection_command +4686,4349665,"utils/nn.py",13380,0,"",python,selection_command +4687,4349699,"utils/nn.py",13446,0,"",python,selection_command +4688,4349724,"utils/nn.py",13480,0,"",python,selection_command +4689,4349756,"utils/nn.py",13498,0,"",python,selection_command +4690,4349787,"utils/nn.py",13480,0,"",python,selection_command +4691,4350051,"utils/nn.py",13446,0,"",python,selection_command +4692,4350081,"utils/nn.py",13380,0,"",python,selection_command +4693,4350106,"utils/nn.py",13342,0,"",python,selection_command +4694,4350139,"utils/nn.py",13292,0,"",python,selection_command +4695,4350172,"utils/nn.py",13250,0,"",python,selection_command +4696,4350206,"utils/nn.py",13204,0,"",python,selection_command +4697,4350237,"utils/nn.py",13162,0,"",python,selection_command +4698,4350270,"utils/nn.py",13116,0,"",python,selection_command +4699,4350303,"utils/nn.py",13082,0,"",python,selection_command +4700,4350337,"utils/nn.py",13050,0,"",python,selection_command +4701,4350370,"utils/nn.py",13009,0,"",python,selection_command +4702,4350404,"utils/nn.py",12960,0,"",python,selection_command +4703,4350439,"utils/nn.py",12929,0,"",python,selection_command +4704,4350472,"utils/nn.py",12927,0,"",python,selection_command +4705,4350504,"utils/nn.py",12917,0,"",python,selection_command +4706,4350537,"utils/nn.py",12894,0,"",python,selection_command +4707,4350583,"utils/nn.py",12854,0,"",python,selection_command +4708,4350609,"utils/nn.py",12813,0,"",python,selection_command +4709,4350637,"utils/nn.py",12771,0,"",python,selection_command +4710,4350670,"utils/nn.py",12739,0,"",python,selection_command +4711,4350704,"utils/nn.py",12729,0,"",python,selection_command +4712,4350736,"utils/nn.py",12706,0,"",python,selection_command +4713,4350770,"utils/nn.py",12666,0,"",python,selection_command +4714,4350804,"utils/nn.py",12625,0,"",python,selection_command +4715,4350838,"utils/nn.py",12585,0,"",python,selection_command +4716,4351009,"utils/nn.py",12546,0,"",python,selection_command +4717,4351264,"utils/nn.py",12585,0,"",python,selection_command +4718,4351410,"utils/nn.py",12625,0,"",python,selection_command +4719,4354983,"genie.py",0,0,"",python,tab +4720,4357226,"genie.py",14373,0,"",python,selection_command +4721,4357477,"genie.py",14312,0,"",python,selection_command +4722,4357494,"genie.py",14255,0,"",python,selection_command +4723,4357529,"genie.py",14193,0,"",python,selection_command +4724,4357559,"genie.py",14121,0,"",python,selection_command +4725,4357592,"genie.py",14058,0,"",python,selection_command +4726,4357630,"genie.py",13997,0,"",python,selection_command +4727,4357667,"genie.py",13957,0,"",python,selection_command +4728,4357694,"genie.py",13918,0,"",python,selection_command +4729,4357725,"genie.py",13850,0,"",python,selection_command +4730,4357760,"genie.py",13789,0,"",python,selection_command +4731,4357862,"genie.py",13850,0,"",python,selection_command +4732,4358127,"genie.py",13918,0,"",python,selection_command +4733,4358144,"genie.py",13957,0,"",python,selection_command +4734,4358185,"genie.py",13997,0,"",python,selection_command +4735,4358213,"genie.py",14058,0,"",python,selection_command +4736,4358245,"genie.py",14121,0,"",python,selection_command +4737,4358279,"genie.py",14193,0,"",python,selection_command +4738,4358896,"utils/nn.py",0,0,"",python,tab +4739,4365248,"utils/nn.py",11961,0,"",python,selection_command +4740,4366649,"utils/nn.py",10483,0,"",python,selection_command +4741,4367497,"utils/nn.py",11596,0,"",python,selection_keyboard +4742,4368178,"utils/nn.py",11578,0,"",python,selection_command +4743,4368434,"utils/nn.py",11568,0,"",python,selection_command +4744,4368460,"utils/nn.py",11524,0,"",python,selection_command +4745,4368505,"utils/nn.py",11487,0,"",python,selection_command +4746,4368532,"utils/nn.py",11450,0,"",python,selection_command +4747,4368571,"utils/nn.py",11425,0,"",python,selection_command +4748,4368597,"utils/nn.py",11398,0,"",python,selection_command +4749,4368630,"utils/nn.py",11362,0,"",python,selection_command +4750,4368663,"utils/nn.py",11323,0,"",python,selection_command +4751,4368698,"utils/nn.py",11295,0,"",python,selection_command +4752,4368737,"utils/nn.py",11273,0,"",python,selection_command +4753,4368772,"utils/nn.py",11253,0,"",python,selection_command +4754,4368799,"utils/nn.py",11243,0,"",python,selection_command +4755,4369050,"utils/nn.py",11214,0,"",python,selection_command +4756,4371936,"models/dynamics.py",0,0,"",python,tab +4757,4371936,"models/dynamics.py",4336,11,"Transformer",python,selection_command +4758,4372271,"models/dynamics.py",4346,0,"",python,selection_command +4759,4372921,"models/dynamics.py",4375,0,"",python,selection_command +4760,4373683,"models/dynamics.py",4403,0,"",python,selection_command +4761,4373898,"models/dynamics.py",4394,0,"",python,selection_command +4762,4381825,"models/dynamics.py",4366,0,"",python,selection_command +4763,4382074,"models/dynamics.py",4326,0,"",python,selection_command +4764,4382085,"models/dynamics.py",4308,0,"",python,selection_command +4765,4382127,"models/dynamics.py",4270,0,"",python,selection_command +4766,4382169,"models/dynamics.py",4243,0,"",python,selection_command +4767,4382202,"models/dynamics.py",4204,0,"",python,selection_command +4768,4382235,"models/dynamics.py",4173,0,"",python,selection_command +4769,4382265,"models/dynamics.py",4138,0,"",python,selection_command +4770,4382293,"models/dynamics.py",4101,0,"",python,selection_command +4771,4382334,"models/dynamics.py",4050,0,"",python,selection_command +4772,4382359,"models/dynamics.py",4011,0,"",python,selection_command +4773,4382396,"models/dynamics.py",3980,0,"",python,selection_command +4774,4382442,"models/dynamics.py",3945,0,"",python,selection_command +4775,4383809,"models/dynamics.py",3926,0,"",python,selection_command +4776,4384137,"models/dynamics.py",3914,0,"",python,selection_command +4777,4384137,"models/dynamics.py",3892,0,"",python,selection_command +4778,4384138,"models/dynamics.py",3857,0,"",python,selection_command +4779,4384143,"models/dynamics.py",3831,0,"",python,selection_command +4780,4384178,"models/dynamics.py",3799,0,"",python,selection_command +4781,4384219,"models/dynamics.py",3775,0,"",python,selection_command +4782,4384334,"models/dynamics.py",3751,0,"",python,selection_command +4783,4384334,"models/dynamics.py",3726,0,"",python,selection_command +4784,4384335,"models/dynamics.py",3694,0,"",python,selection_command +4785,4384344,"models/dynamics.py",3668,0,"",python,selection_command +4786,4384384,"models/dynamics.py",3646,0,"",python,selection_command +4787,4384412,"models/dynamics.py",3622,0,"",python,selection_command +4788,4384450,"models/dynamics.py",3603,0,"",python,selection_command +4789,4384479,"models/dynamics.py",3589,0,"",python,selection_command +4790,4384522,"models/dynamics.py",3572,0,"",python,selection_command +4791,4384552,"models/dynamics.py",3557,0,"",python,selection_command +4792,4384660,"models/dynamics.py",3523,0,"",python,selection_command +4793,4384731,"models/dynamics.py",3505,0,"",python,selection_command +4794,4385185,"models/dynamics.py",3523,0,"",python,selection_command +4795,4389623,"genie.py",0,0,"",python,tab +4796,4389623,"genie.py",4263,14,"DynamicsCausal",python,selection_command +4797,4389943,"genie.py",4276,0,"",python,selection_command +4798,4390529,"genie.py",4318,0,"",python,selection_command +4799,4391210,"genie.py",4310,0,"",python,selection_command +4800,4392323,"genie.py",6344,0,"",python,selection_command +4801,4392489,"genie.py",8495,0,"",python,selection_command +4802,4392640,"genie.py",11099,0,"",python,selection_command +4803,4392804,"genie.py",12997,0,"",python,selection_command +4804,4392959,"genie.py",15525,0,"",python,selection_command +4805,4393050,"genie.py",17487,0,"",python,selection_command +4806,4393826,"genie.py",19206,0,"",python,selection_command +4807,4394102,"genie.py",17487,0,"",python,selection_command +4808,4394286,"genie.py",15525,0,"",python,selection_command +4809,4395285,"genie.py",15413,0,"",python,selection_command +4810,4395539,"genie.py",15324,0,"",python,selection_command +4811,4395561,"genie.py",15232,0,"",python,selection_command +4812,4395593,"genie.py",15153,0,"",python,selection_command +4813,4395623,"genie.py",15076,0,"",python,selection_command +4814,4395657,"genie.py",14997,0,"",python,selection_command +4815,4395691,"genie.py",14956,0,"",python,selection_command +4816,4395724,"genie.py",14943,0,"",python,selection_command +4817,4395758,"genie.py",14882,0,"",python,selection_command +4818,4395790,"genie.py",14835,0,"",python,selection_command +4819,4395826,"genie.py",14822,0,"",python,selection_command +4820,4395860,"genie.py",14791,0,"",python,selection_command +4821,4395891,"genie.py",14747,0,"",python,selection_command +4822,4395924,"genie.py",14681,0,"",python,selection_command +4823,4395959,"genie.py",14604,0,"",python,selection_command +4824,4396049,"genie.py",14681,0,"",python,selection_command +4825,4396312,"genie.py",14747,0,"",python,selection_command +4826,4396329,"genie.py",14791,0,"",python,selection_command +4827,4396365,"genie.py",14822,0,"",python,selection_command +4828,4396399,"genie.py",14835,0,"",python,selection_command +4829,4396430,"genie.py",14882,0,"",python,selection_command +4830,4396463,"genie.py",14943,0,"",python,selection_command +4831,4396500,"genie.py",14956,0,"",python,selection_command +4832,4396536,"genie.py",14997,0,"",python,selection_command +4833,4396675,"genie.py",14956,0,"",python,selection_command +4834,4396935,"genie.py",14943,0,"",python,selection_command +4835,4396949,"genie.py",14882,0,"",python,selection_command +4836,4396983,"genie.py",14835,0,"",python,selection_command +4837,4397028,"genie.py",14822,0,"",python,selection_command +4838,4397078,"genie.py",14835,0,"",python,selection_command +4839,4397343,"genie.py",14882,0,"",python,selection_command +4840,4397363,"genie.py",14943,0,"",python,selection_command +4841,4397395,"genie.py",14956,0,"",python,selection_command +4842,4397426,"genie.py",14997,0,"",python,selection_command +4843,4397472,"genie.py",15076,0,"",python,selection_command +4844,4397499,"genie.py",15153,0,"",python,selection_command +4845,4397528,"genie.py",15232,0,"",python,selection_command +4846,4398247,"genie.py",15153,0,"",python,selection_command +4847,4398482,"genie.py",15076,0,"",python,selection_command +4848,4398518,"genie.py",14997,0,"",python,selection_command +4849,4398547,"genie.py",14956,0,"",python,selection_command +4850,4398579,"genie.py",14943,0,"",python,selection_command +4851,4398613,"genie.py",14882,0,"",python,selection_command +4852,4398646,"genie.py",14835,0,"",python,selection_command +4853,4398680,"genie.py",14822,0,"",python,selection_command +4854,4398716,"genie.py",14791,0,"",python,selection_command +4855,4398748,"genie.py",14747,0,"",python,selection_command +4856,4398784,"genie.py",14681,0,"",python,selection_command +4857,4398816,"genie.py",14604,0,"",python,selection_command +4858,4398849,"genie.py",14516,0,"",python,selection_command +4859,4398890,"genie.py",14488,0,"",python,selection_command +4860,4398924,"genie.py",14475,0,"",python,selection_command +4861,4398962,"genie.py",14406,0,"",python,selection_command +4862,4399102,"genie.py",14326,0,"",python,selection_command +4863,4399768,"genie.py",14331,0,"",python,selection_command +4864,4400040,"genie.py",14332,0,"",python,selection_command +4865,4400040,"genie.py",14349,0,"",python,selection_command +4866,4400089,"genie.py",14350,0,"",python,selection_command +4867,4400100,"genie.py",14360,0,"",python,selection_command +4868,4400133,"genie.py",14362,0,"",python,selection_command +4869,4400168,"genie.py",14364,0,"",python,selection_command +4870,4400200,"genie.py",14366,0,"",python,selection_command +4871,4400237,"genie.py",14367,0,"",python,selection_command +4872,4400498,"genie.py",14369,0,"",python,selection_command +4873,4400674,"genie.py",14370,0,"",python,selection_command +4874,4401273,"genie.py",14372,0,"",python,selection_command +4875,4401715,"genie.py",14372,1,"",python,content +4876,4403277,"genie.py",14371,0,"",python,selection_command +4877,4405007,"genie.py",14372,0,"",python,selection_command +4878,4405444,"genie.py",14372,0,"s",python,content +4879,4405444,"genie.py",14373,0,"",python,selection_keyboard +4880,4405730,"genie.py",14373,0,"e",python,content +4881,4405730,"genie.py",14374,0,"",python,selection_keyboard +4882,4405889,"genie.py",14374,0,"l",python,content +4883,4405889,"genie.py",14375,0,"",python,selection_keyboard +4884,4406172,"genie.py",14375,0,"f",python,content +4885,4406172,"genie.py",14376,0,"",python,selection_keyboard +4886,4406373,"genie.py",14376,0,".",python,content +4887,4406374,"genie.py",14377,0,"",python,selection_keyboard +4888,4406591,"genie.py",14377,0,"d",python,content +4889,4406591,"genie.py",14378,0,"",python,selection_keyboard +4890,4406598,"genie.py",14378,0,"y",python,content +4891,4406598,"genie.py",14379,0,"",python,selection_keyboard +4892,4406738,"genie.py",14379,0,"n",python,content +4893,4406738,"genie.py",14380,0,"",python,selection_keyboard +4894,4406841,"genie.py",14380,0,"a",python,content +4895,4406842,"genie.py",14381,0,"",python,selection_keyboard +4896,4408250,"genie.py",14381,0,"_",python,content +4897,4408250,"genie.py",14382,0,"",python,selection_keyboard +4898,4408563,"genie.py",14382,0,"d",python,content +4899,4408563,"genie.py",14383,0,"",python,selection_keyboard +4900,4408565,"genie.py",14383,0,"i",python,content +4901,4408565,"genie.py",14384,0,"",python,selection_keyboard +4902,4408593,"genie.py",14384,0,"m",python,content +4903,4408593,"genie.py",14385,0,"",python,selection_keyboard +4904,4408838,"genie.py",14384,0,"",python,selection_command +4905,4409380,"genie.py",14476,0,"",python,selection_command +4906,4409663,"genie.py",14475,0,"",python,selection_command +4907,4409795,"genie.py",14474,0,"",python,selection_command +4908,4409958,"genie.py",14469,0,"",python,selection_command +4909,4410146,"genie.py",14466,0,"",python,selection_command +4910,4410332,"genie.py",14465,0,"",python,selection_command +4911,4410756,"genie.py",14465,1,"",python,content +4912,4411145,"genie.py",14465,0,"s",python,content +4913,4411145,"genie.py",14466,0,"",python,selection_keyboard +4914,4411152,"genie.py",14466,0,"e",python,content +4915,4411152,"genie.py",14467,0,"",python,selection_keyboard +4916,4411279,"genie.py",14467,0,"l",python,content +4917,4411279,"genie.py",14468,0,"",python,selection_keyboard +4918,4411396,"genie.py",14468,0,"f",python,content +4919,4411396,"genie.py",14469,0,"",python,selection_keyboard +4920,4411456,"genie.py",14469,0,".",python,content +4921,4411456,"genie.py",14470,0,"",python,selection_keyboard +4922,4411699,"genie.py",14470,0,"d",python,content +4923,4411699,"genie.py",14471,0,"",python,selection_keyboard +4924,4411725,"genie.py",14471,0,"y",python,content +4925,4411725,"genie.py",14472,0,"",python,selection_keyboard +4926,4411894,"genie.py",14472,0,"n",python,content +4927,4411894,"genie.py",14473,0,"",python,selection_keyboard +4928,4412064,"genie.py",14473,0,"a",python,content +4929,4412064,"genie.py",14474,0,"",python,selection_keyboard +4930,4412517,"genie.py",14474,0,"_",python,content +4931,4412518,"genie.py",14475,0,"",python,selection_keyboard +4932,4412964,"genie.py",14475,0,"d",python,content +4933,4412965,"genie.py",14476,0,"",python,selection_keyboard +4934,4412977,"genie.py",14476,0,"i",python,content +4935,4412977,"genie.py",14477,0,"",python,selection_keyboard +4936,4412982,"genie.py",14477,0,"m",python,content +4937,4412982,"genie.py",14478,0,"",python,selection_keyboard +4938,4413159,"genie.py",14477,0,"",python,selection_command +4939,4417610,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +4940,4417869,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4941,4429152,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4942,4437180,"TERMINAL",0,0,"2025-07-31 21:35:49.212605: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4943,4438054,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 352, in sample_causal\r\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 652, in init_cache\r\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 280, in __setattr__\r\n self._setattr(name, value)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 283, in _setattr\r\n self._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Cannot mutate 'MultiHeadAttention' from different trace level (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +4944,4439034,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4945,4805134,"TERMINAL",0,0,"",,terminal_output +4946,4805334,"TERMINAL",0,0,"n",,terminal_output +4947,4805566,"TERMINAL",0,0,"nx",,terminal_output +4948,4805988,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4949,4806044,"TERMINAL",0,0,"bash: nnx: command not found\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4950,4809708,"genie.py",17953,0,"",python,selection_command +4951,4810552,"genie.py",18045,0,"",python,selection_command +4952,4810709,"genie.py",18118,0,"",python,selection_command +4953,4810859,"genie.py",19264,0,"",python,selection_command +4954,4811020,"genie.py",19337,0,"",python,selection_command +4955,4816254,"sample.py",0,0,"",python,tab +4956,4817552,"sample.py",5062,0,"",python,selection_command +4957,4830711,"sample.py",5075,0,"",python,selection_command +4958,4830964,"sample.py",5140,0,"",python,selection_command +4959,4830993,"sample.py",5213,0,"",python,selection_command +4960,4831156,"sample.py",5255,0,"",python,selection_command +4961,4831292,"sample.py",5343,0,"",python,selection_command +4962,4831577,"sample.py",5362,0,"",python,selection_command +4963,4831743,"sample.py",5364,0,"",python,selection_command +4964,4831906,"sample.py",5376,0,"",python,selection_command +4965,4832391,"sample.py",5364,0,"",python,selection_command +4966,4832907,"sample.py",4319,0,"",python,selection_command +4967,4836143,"sample.py",4381,0,"",python,selection_command +4968,4836384,"sample.py",4459,0,"",python,selection_command +4969,4836408,"sample.py",4499,0,"",python,selection_command +4970,4836441,"sample.py",4532,0,"",python,selection_command +4971,4836563,"sample.py",4555,0,"",python,selection_command +4972,4836812,"sample.py",4585,0,"",python,selection_command +4973,4836845,"sample.py",4621,0,"",python,selection_command +4974,4836877,"sample.py",4655,0,"",python,selection_command +4975,4836909,"sample.py",4691,0,"",python,selection_command +4976,4837087,"sample.py",4705,0,"",python,selection_command +4977,4837261,"sample.py",4746,0,"",python,selection_command +4978,5134153,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +4979,5134153,"/fast/home/franz.srambical/jafar/genie.py",14314,0,"",python,selection_command +4980,5146499,"sample.py",0,0,"",python,tab +4981,5147550,"sample.py",4786,0,"",python,selection_command +4982,5147801,"sample.py",4809,0,"",python,selection_command +4983,5147833,"sample.py",4839,0,"",python,selection_command +4984,5147864,"sample.py",4873,0,"",python,selection_command +4985,5147897,"sample.py",4909,0,"",python,selection_command +4986,5147932,"sample.py",4923,0,"",python,selection_command +4987,5147964,"sample.py",4937,0,"",python,selection_command +4988,5148110,"sample.py",5002,0,"",python,selection_command +4989,5148266,"sample.py",5011,0,"",python,selection_command +4990,5148432,"sample.py",5061,0,"",python,selection_command +4991,5148900,"sample.py",5057,0,"",python,selection_command +4992,5150426,"sample.py",5057,0,"|",python,content +4993,5150426,"sample.py",5058,0,"",python,selection_keyboard +4994,5151206,"sample.py",5057,1,"",python,content +4995,5151575,"sample.py",5057,0,"#",python,content +4996,5151576,"sample.py",5058,0,"",python,selection_keyboard +4997,5151840,"sample.py",5057,0,"",python,selection_command +4998,5153919,"TERMINAL",0,0,"nnx",,terminal_output +4999,5153998,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +5000,5154566,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5001,5166086,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5002,5179493,"TERMINAL",0,0,"2025-07-31 21:48:11.453551: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5003,5180883,"TERMINAL",0,0,"2025-07-31 21:48:12.919773: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5004,5184447,"TERMINAL",0,0,"2025-07-31 21:48:16.476540: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5005,5185181,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 324, in __call__\r\n z_FNM = self.spatial_attention(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 540, in attention_fn\r\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 519, in _fuse_masks\r\n expanded_mask = jnp.pad(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=4 has unsupported shape (2, 2). Valid shapes are (4, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +5006,5186293,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +5007,5205983,"sample.py",5091,0,"",python,selection_mouse +5008,5211568,"sample.py",5091,0,"g",python,content +5009,5211568,"sample.py",5092,0,"",python,selection_keyboard +5010,5211754,"sample.py",5092,0,"e",python,content +5011,5211754,"sample.py",5093,0,"",python,selection_keyboard +5012,5211897,"sample.py",5093,0,"n",python,content +5013,5211898,"sample.py",5094,0,"",python,selection_keyboard +5014,5212036,"sample.py",5094,0,"i",python,content +5015,5212036,"sample.py",5095,0,"",python,selection_keyboard +5016,5212103,"sample.py",5095,0,"e",python,content +5017,5212103,"sample.py",5096,0,"",python,selection_keyboard +5018,5212292,"sample.py",5096,0," ",python,content +5019,5212293,"sample.py",5097,0,"",python,selection_keyboard +5020,5212698,"sample.py",5096,1,"",python,content +5021,5212802,"sample.py",5096,0,",",python,content +5022,5212802,"sample.py",5097,0,"",python,selection_keyboard +5023,5212990,"sample.py",5097,0," ",python,content +5024,5212990,"sample.py",5098,0,"",python,selection_keyboard +5025,5213220,"sample.py",5097,0,"",python,selection_command +5026,5213958,"sample.py",5169,0,"",python,selection_command +5027,5214089,"sample.py",5242,0,"",python,selection_command +5028,5214242,"sample.py",5284,0,"",python,selection_command +5029,5214385,"sample.py",5372,0,"",python,selection_command +5030,5214657,"sample.py",5384,0,"",python,selection_command +5031,5214822,"sample.py",5385,0,"",python,selection_command +5032,5214978,"sample.py",5390,0,"",python,selection_command +5033,5215427,"sample.py",5385,0,"",python,selection_command +5034,5217801,"sample.py",5058,0,"",python,selection_mouse +5035,5218340,"sample.py",5057,0,"",python,selection_mouse +5036,5218462,"sample.py",5057,1,"",python,content +5037,5219139,"sample.py",5082,0,"",python,selection_mouse +5038,5221767,"sample.py",6455,0,"",python,selection_mouse +5039,5222613,"sample.py",6455,0,"u",python,content +5040,5222613,"sample.py",6456,0,"",python,selection_keyboard +5041,5223483,"sample.py",6455,1,"",python,content +5042,5223671,"sample.py",6455,0,"g",python,content +5043,5223671,"sample.py",6456,0,"",python,selection_keyboard +5044,5223723,"sample.py",6456,0,"e",python,content +5045,5223724,"sample.py",6457,0,"",python,selection_keyboard +5046,5223793,"sample.py",6457,0,"n",python,content +5047,5223794,"sample.py",6458,0,"",python,selection_keyboard +5048,5223877,"sample.py",6458,0,"i",python,content +5049,5223877,"sample.py",6459,0,"",python,selection_keyboard +5050,5223937,"sample.py",6459,0,"e",python,content +5051,5223937,"sample.py",6460,0,"",python,selection_keyboard +5052,5224078,"sample.py",6460,0,",",python,content +5053,5224079,"sample.py",6461,0,"",python,selection_keyboard +5054,5224285,"sample.py",6461,0," ",python,content +5055,5224286,"sample.py",6462,0,"",python,selection_keyboard +5056,5224633,"sample.py",6461,0,"",python,selection_command +5057,5226507,"sample.py",6457,0,"",python,selection_mouse +5058,5227016,"sample.py",1878,0,"",python,selection_command +5059,5228407,"sample.py",6457,0,"",python,selection_command +5060,5229328,"sample.py",6413,0,"",python,selection_command +5061,5229574,"sample.py",6376,0,"",python,selection_command +5062,5229600,"sample.py",6358,0,"",python,selection_command +5063,5229629,"sample.py",6314,0,"",python,selection_command +5064,5229664,"sample.py",6262,0,"",python,selection_command +5065,5229694,"sample.py",6210,0,"",python,selection_command +5066,5229732,"sample.py",6137,0,"",python,selection_command +5067,5229761,"sample.py",6093,0,"",python,selection_command +5068,5229795,"sample.py",6052,0,"",python,selection_command +5069,5229830,"sample.py",6018,0,"",python,selection_command +5070,5229863,"sample.py",6012,0,"",python,selection_command +5071,5229896,"sample.py",5988,0,"",python,selection_command +5072,5229929,"sample.py",5956,0,"",python,selection_command +5073,5229963,"sample.py",5861,0,"",python,selection_command +5074,5229996,"sample.py",5817,0,"",python,selection_command +5075,5230039,"sample.py",5788,0,"",python,selection_command +5076,5230072,"sample.py",5762,0,"",python,selection_command +5077,5230095,"sample.py",5735,0,"",python,selection_command +5078,5230129,"sample.py",5710,0,"",python,selection_command +5079,5230162,"sample.py",5688,0,"",python,selection_command +5080,5230195,"sample.py",5660,0,"",python,selection_command +5081,5230229,"sample.py",5627,0,"",python,selection_command +5082,5230267,"sample.py",5621,0,"",python,selection_command +5083,5230298,"sample.py",5582,0,"",python,selection_command +5084,5230329,"sample.py",5539,0,"",python,selection_command +5085,5230362,"sample.py",5500,0,"",python,selection_command +5086,5230398,"sample.py",5473,0,"",python,selection_command +5087,5230431,"sample.py",5433,0,"",python,selection_command +5088,5230465,"sample.py",5431,0,"",python,selection_command +5089,5230497,"sample.py",5383,0,"",python,selection_command +5090,5230530,"sample.py",5295,0,"",python,selection_command +5091,5230563,"sample.py",5251,0,"",python,selection_command +5092,5230597,"sample.py",5180,0,"",python,selection_command +5093,5230630,"sample.py",5108,0,"",python,selection_command +5094,5230666,"sample.py",5064,0,"",python,selection_command +5095,5230698,"sample.py",5045,0,"",python,selection_command +5096,5230732,"sample.py",5002,0,"",python,selection_command +5097,5230764,"sample.py",4971,0,"",python,selection_command +5098,5230851,"sample.py",5002,0,"",python,selection_command +5099,5231106,"sample.py",5045,0,"",python,selection_command +5100,5231137,"sample.py",5064,0,"",python,selection_command +5101,5234774,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +5102,5234995,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5103,5246126,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5104,5259141,"TERMINAL",0,0,"2025-07-31 21:49:31.171303: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5105,5260195,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 324, in __call__\r\n z_FNM = self.spatial_attention(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 540, in attention_fn\r\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 519, in _fuse_masks\r\n expanded_mask = jnp.pad(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=4 has unsupported shape (2, 2). Valid shapes are (4, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +5106,5261127,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +5107,5264537,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +5108,5264537,"/fast/home/franz.srambical/jafar/genie.py",15425,0,"",python,selection_command +5109,5272791,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable, List\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n # FIXME (f.srambical): this is exactly the same as STBlock (except for the positional encoding)\n # --- Spatial attention ---\n B, T, N, M = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n if self.decode:\n assert pos_index is not None\n z_FM = z_FNM[:, pos_index[1]]\n z_F1M = jnp.reshape(z_FM, (B * T, 1, M))\n z_FNM = self.spatial_attention(z_F1M)\n assert z_FNM.shape == (B * T, N, M)\n breakpoint()\n else:\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n if self.decode:\n assert pos_index is not None\n z_PM = z_PTM[:, pos_index[0]]\n z_P1M = jnp.reshape(z_PM, (B * N, 1, M))\n z_PTM = self.temporal_attention(z_P1M)\n else:\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: List[TransformerBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM, pos_index)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +5110,5272792,"/fast/home/franz.srambical/jafar/utils/nn.py",14048,0,"",python,selection_command +5111,5275794,"/fast/home/franz.srambical/jafar/utils/nn.py",10148,0,"",python,selection_command +5112,5289633,"/fast/home/franz.srambical/jafar/utils/nn.py",17552,0,"",python,selection_command +5113,5333670,"/fast/home/franz.srambical/jafar/utils/nn.py",17532,0,"",python,selection_command +5114,5333822,"/fast/home/franz.srambical/jafar/utils/nn.py",17551,0,"\n ",python,content +5115,5334495,"/fast/home/franz.srambical/jafar/utils/nn.py",17560,4,"",python,content +5116,5334717,"/fast/home/franz.srambical/jafar/utils/nn.py",17556,4,"",python,content +5117,5335179,"/fast/home/franz.srambical/jafar/utils/nn.py",17555,0,"",python,selection_command +5118,5335423,"/fast/home/franz.srambical/jafar/utils/nn.py",17552,5,"",python,content +5119,5335426,"/fast/home/franz.srambical/jafar/utils/nn.py",17564,0,"",python,selection_command +5120,5335824,"/fast/home/franz.srambical/jafar/utils/nn.py",17544,0,"",python,selection_command +5121,5336663,"/fast/home/franz.srambical/jafar/utils/nn.py",17531,0,"\n",python,content +5122,5336675,"/fast/home/franz.srambical/jafar/utils/nn.py",17532,0," ",python,content +5123,5337075,"/fast/home/franz.srambical/jafar/utils/nn.py",17540,0,"r",python,content +5124,5337076,"/fast/home/franz.srambical/jafar/utils/nn.py",17541,0,"",python,selection_keyboard +5125,5337582,"/fast/home/franz.srambical/jafar/utils/nn.py",17540,1,"",python,content +5126,5337590,"/fast/home/franz.srambical/jafar/utils/nn.py",17540,0,"b",python,content +5127,5337590,"/fast/home/franz.srambical/jafar/utils/nn.py",17541,0,"",python,selection_keyboard +5128,5337775,"/fast/home/franz.srambical/jafar/utils/nn.py",17541,0,"r",python,content +5129,5337776,"/fast/home/franz.srambical/jafar/utils/nn.py",17542,0,"",python,selection_keyboard +5130,5337854,"/fast/home/franz.srambical/jafar/utils/nn.py",17542,0,"e",python,content +5131,5337854,"/fast/home/franz.srambical/jafar/utils/nn.py",17543,0,"",python,selection_keyboard +5132,5338010,"/fast/home/franz.srambical/jafar/utils/nn.py",17543,0,"a",python,content +5133,5338010,"/fast/home/franz.srambical/jafar/utils/nn.py",17544,0,"",python,selection_keyboard +5134,5338024,"/fast/home/franz.srambical/jafar/utils/nn.py",17544,0,"k",python,content +5135,5338025,"/fast/home/franz.srambical/jafar/utils/nn.py",17545,0,"",python,selection_keyboard +5136,5338543,"/fast/home/franz.srambical/jafar/utils/nn.py",17545,0,"point()",python,content +5137,5338721,"/fast/home/franz.srambical/jafar/utils/nn.py",17551,0,"",python,selection_command +5138,5449830,"/fast/home/franz.srambical/jafar/utils/nn.py",16627,0,"",python,selection_mouse +5139,5450874,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,81," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:",python,selection_command +5140,5451431,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,128," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)",python,selection_command +5141,5451464,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,165," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(",python,selection_command +5142,5451631,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,246," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False",python,selection_command +5143,5451774,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,260," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )",python,selection_command +5144,5451930,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,326," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)",python,selection_command +5145,5452507,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,327,"",python,content +5146,5452986,"/fast/home/franz.srambical/jafar/utils/nn.py",16607,1,"",python,content +5147,5452988,"/fast/home/franz.srambical/jafar/utils/nn.py",16615,0,"",python,selection_command +5148,5453497,"/fast/home/franz.srambical/jafar/utils/nn.py",16652,0,"",python,selection_command +5149,5453669,"/fast/home/franz.srambical/jafar/utils/nn.py",16687,0,"",python,selection_command +5150,5453698,"/fast/home/franz.srambical/jafar/utils/nn.py",16696,0,"",python,selection_command +5151,5453728,"/fast/home/franz.srambical/jafar/utils/nn.py",16735,0,"",python,selection_command +5152,5453764,"/fast/home/franz.srambical/jafar/utils/nn.py",16794,0,"",python,selection_command +5153,5453796,"/fast/home/franz.srambical/jafar/utils/nn.py",16839,0,"",python,selection_command +5154,5453832,"/fast/home/franz.srambical/jafar/utils/nn.py",16848,0,"",python,selection_command +5155,5453867,"/fast/home/franz.srambical/jafar/utils/nn.py",16891,0,"",python,selection_command +5156,5453899,"/fast/home/franz.srambical/jafar/utils/nn.py",16930,0,"",python,selection_command +5157,5453930,"/fast/home/franz.srambical/jafar/utils/nn.py",16965,0,"",python,selection_command +5158,5454022,"/fast/home/franz.srambical/jafar/utils/nn.py",16974,0,"",python,selection_command +5159,5454023,"/fast/home/franz.srambical/jafar/utils/nn.py",17059,0,"",python,selection_command +5160,5454149,"/fast/home/franz.srambical/jafar/utils/nn.py",17135,0,"",python,selection_command +5161,5454318,"/fast/home/franz.srambical/jafar/utils/nn.py",17203,0,"",python,selection_command +5162,5454456,"/fast/home/franz.srambical/jafar/utils/nn.py",17212,0,"",python,selection_command +5163,5455147,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,21,"",python,content +5164,5455155,"/fast/home/franz.srambical/jafar/utils/nn.py",17212,0,"",python,selection_command +5165,5455772,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,19," mask_4d = (",python,selection_command +5166,5456219,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,105," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask",python,selection_command +5167,5456274,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,115," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )",python,selection_command +5168,5456433,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,201," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,selection_command +5169,5458977,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,202,"",python,content +5170,5459951,"/fast/home/franz.srambical/jafar/utils/nn.py",17203,0,"\n",python,content +5171,5460910,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,0," ",python,content +5172,5461485,"/fast/home/franz.srambical/jafar/utils/nn.py",17208,0," ",python,content +5173,5465829,"/fast/home/franz.srambical/jafar/utils/nn.py",17212,0," # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n\n\n\n if mask is not None:\n\n\n mask_4d = _rearrange(mask)\n\n\n # NOTE: We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n\n\n # https://github.com/jax-ml/jax/issues/28974\n\n\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n\n\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n\n\n mask_4d = einops.repeat(mask_4d, ""... 1 1 -> ... t s"", t=target_seq_len, s=target_seq_len)\n\n\n mask_4d = mask_4d.astype(jnp.bool)\n\n\n else:\n\n\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +5174,5466376,"/fast/home/franz.srambical/jafar/utils/nn.py",18120,0,"",python,selection_command +5175,5468075,"/fast/home/franz.srambical/jafar/utils/nn.py",18024,0,"",python,selection_command +5176,5468322,"/fast/home/franz.srambical/jafar/utils/nn.py",18023,0,"",python,selection_command +5177,5468355,"/fast/home/franz.srambical/jafar/utils/nn.py",18021,0,"",python,selection_command +5178,5468396,"/fast/home/franz.srambical/jafar/utils/nn.py",18008,0,"",python,selection_command +5179,5468418,"/fast/home/franz.srambical/jafar/utils/nn.py",18007,0,"",python,selection_command +5180,5468450,"/fast/home/franz.srambical/jafar/utils/nn.py",18005,0,"",python,selection_command +5181,5468495,"/fast/home/franz.srambical/jafar/utils/nn.py",17959,0,"",python,selection_command +5182,5468522,"/fast/home/franz.srambical/jafar/utils/nn.py",17958,0,"",python,selection_command +5183,5468555,"/fast/home/franz.srambical/jafar/utils/nn.py",17950,0,"",python,selection_command +5184,5468589,"/fast/home/franz.srambical/jafar/utils/nn.py",17854,0,"",python,selection_command +5185,5468703,"/fast/home/franz.srambical/jafar/utils/nn.py",17853,0,"",python,selection_command +5186,5468703,"/fast/home/franz.srambical/jafar/utils/nn.py",17809,0,"",python,selection_command +5187,5468704,"/fast/home/franz.srambical/jafar/utils/nn.py",17713,0,"",python,selection_command +5188,5468722,"/fast/home/franz.srambical/jafar/utils/nn.py",17712,0,"",python,selection_command +5189,5468756,"/fast/home/franz.srambical/jafar/utils/nn.py",17667,0,"",python,selection_command +5190,5468791,"/fast/home/franz.srambical/jafar/utils/nn.py",17571,0,"",python,selection_command +5191,5468821,"/fast/home/franz.srambical/jafar/utils/nn.py",17570,0,"",python,selection_command +5192,5468862,"/fast/home/franz.srambical/jafar/utils/nn.py",17568,0,"",python,selection_command +5193,5468889,"/fast/home/franz.srambical/jafar/utils/nn.py",17512,0,"",python,selection_command +5194,5468929,"/fast/home/franz.srambical/jafar/utils/nn.py",17511,0,"",python,selection_command +5195,5468962,"/fast/home/franz.srambical/jafar/utils/nn.py",17475,0,"",python,selection_command +5196,5468998,"/fast/home/franz.srambical/jafar/utils/nn.py",17379,0,"",python,selection_command +5197,5469034,"/fast/home/franz.srambical/jafar/utils/nn.py",17378,0,"",python,selection_command +5198,5469067,"/fast/home/franz.srambical/jafar/utils/nn.py",17376,0,"",python,selection_command +5199,5469100,"/fast/home/franz.srambical/jafar/utils/nn.py",17338,0,"",python,selection_command +5200,5469129,"/fast/home/franz.srambical/jafar/utils/nn.py",17337,0,"",python,selection_command +5201,5469252,"/fast/home/franz.srambical/jafar/utils/nn.py",17335,0,"",python,selection_command +5202,5469416,"/fast/home/franz.srambical/jafar/utils/nn.py",17307,0,"",python,selection_command +5203,5469581,"/fast/home/franz.srambical/jafar/utils/nn.py",17306,0,"",python,selection_command +5204,5469750,"/fast/home/franz.srambical/jafar/utils/nn.py",17305,0,"",python,selection_command +5205,5469901,"/fast/home/franz.srambical/jafar/utils/nn.py",17299,0,"",python,selection_command +5206,5471985,"/fast/home/franz.srambical/jafar/utils/nn.py",17220,0,"",python,selection_command +5207,5472393,"/fast/home/franz.srambical/jafar/utils/nn.py",17216,4,"",python,content +5208,5472590,"/fast/home/franz.srambical/jafar/utils/nn.py",17212,4,"",python,content +5209,5472899,"/fast/home/franz.srambical/jafar/utils/nn.py",17211,0,"",python,selection_command +5210,5473216,"/fast/home/franz.srambical/jafar/utils/nn.py",17297,0,"",python,selection_command +5211,5473729,"/fast/home/franz.srambical/jafar/utils/nn.py",17297,1,"",python,content +5212,5474059,"/fast/home/franz.srambical/jafar/utils/nn.py",17297,1,"",python,content +5213,5474524,"/fast/home/franz.srambical/jafar/utils/nn.py",17297,1,"",python,content +5214,5474528,"/fast/home/franz.srambical/jafar/utils/nn.py",17305,0,"",python,selection_command +5215,5475036,"/fast/home/franz.srambical/jafar/utils/nn.py",17326,0,"",python,selection_command +5216,5476224,"/fast/home/franz.srambical/jafar/utils/nn.py",17326,2,"",python,content +5217,5476228,"/fast/home/franz.srambical/jafar/utils/nn.py",17338,0,"",python,selection_command +5218,5477288,"/fast/home/franz.srambical/jafar/utils/nn.py",17365,0,"",python,selection_command +5219,5478859,"/fast/home/franz.srambical/jafar/utils/nn.py",17365,2,"",python,content +5220,5478863,"/fast/home/franz.srambical/jafar/utils/nn.py",17377,0,"",python,selection_command +5221,5479240,"/fast/home/franz.srambical/jafar/utils/nn.py",17496,0,"",python,selection_command +5222,5480382,"/fast/home/franz.srambical/jafar/utils/nn.py",17496,2,"",python,content +5223,5480387,"/fast/home/franz.srambical/jafar/utils/nn.py",17508,0,"",python,selection_command +5224,5480806,"/fast/home/franz.srambical/jafar/utils/nn.py",17507,0,"",python,selection_command +5225,5481310,"/fast/home/franz.srambical/jafar/utils/nn.py",17508,0,"",python,selection_command +5226,5481623,"/fast/home/franz.srambical/jafar/utils/nn.py",17553,0,"",python,selection_command +5227,5482053,"/fast/home/franz.srambical/jafar/utils/nn.py",17553,2,"",python,content +5228,5482065,"/fast/home/franz.srambical/jafar/utils/nn.py",17565,0,"",python,selection_command +5229,5482595,"/fast/home/franz.srambical/jafar/utils/nn.py",17693,0,"",python,selection_command +5230,5482857,"/fast/home/franz.srambical/jafar/utils/nn.py",17693,2,"",python,content +5231,5482858,"/fast/home/franz.srambical/jafar/utils/nn.py",17705,0,"",python,selection_command +5232,5483130,"/fast/home/franz.srambical/jafar/utils/nn.py",17832,0,"",python,selection_command +5233,5483383,"/fast/home/franz.srambical/jafar/utils/nn.py",17832,2,"",python,content +5234,5483383,"/fast/home/franz.srambical/jafar/utils/nn.py",17844,0,"",python,selection_command +5235,5483784,"/fast/home/franz.srambical/jafar/utils/nn.py",17935,0,"",python,selection_command +5236,5484014,"/fast/home/franz.srambical/jafar/utils/nn.py",17935,2,"",python,content +5237,5484018,"/fast/home/franz.srambical/jafar/utils/nn.py",17947,0,"",python,selection_command +5238,5484431,"/fast/home/franz.srambical/jafar/utils/nn.py",17982,0,"",python,selection_command +5239,5484601,"/fast/home/franz.srambical/jafar/utils/nn.py",17982,2,"",python,content +5240,5484606,"/fast/home/franz.srambical/jafar/utils/nn.py",17990,0,"",python,selection_command +5241,5484971,"/fast/home/franz.srambical/jafar/utils/nn.py",17996,0,"",python,selection_command +5242,5485272,"/fast/home/franz.srambical/jafar/utils/nn.py",17996,2,"",python,content +5243,5485292,"/fast/home/franz.srambical/jafar/utils/nn.py",18008,0,"",python,selection_command +5244,5485798,"/fast/home/franz.srambical/jafar/utils/nn.py",18093,0,"",python,selection_command +5245,5489229,"/fast/home/franz.srambical/jafar/utils/nn.py",17996,0,"",python,selection_command +5246,5489473,"/fast/home/franz.srambical/jafar/utils/nn.py",17982,0,"",python,selection_command +5247,5489497,"/fast/home/franz.srambical/jafar/utils/nn.py",17935,0,"",python,selection_command +5248,5489534,"/fast/home/franz.srambical/jafar/utils/nn.py",17832,0,"",python,selection_command +5249,5489566,"/fast/home/franz.srambical/jafar/utils/nn.py",17693,0,"",python,selection_command +5250,5489674,"/fast/home/franz.srambical/jafar/utils/nn.py",17553,0,"",python,selection_command +5251,5489752,"/fast/home/franz.srambical/jafar/utils/nn.py",17496,0,"",python,selection_command +5252,5489908,"/fast/home/franz.srambical/jafar/utils/nn.py",17365,0,"",python,selection_command +5253,5492138,"/fast/home/franz.srambical/jafar/utils/nn.py",17377,0,"",python,selection_command +5254,5492311,"/fast/home/franz.srambical/jafar/utils/nn.py",17379,0,"",python,selection_command +5255,5493129,"/fast/home/franz.srambical/jafar/utils/nn.py",17379,1,"N",python,selection_command +5256,5493135,"/fast/home/franz.srambical/jafar/utils/nn.py",17379,4,"NOTE",python,selection_command +5257,5493504,"/fast/home/franz.srambical/jafar/utils/nn.py",17379,5,"NOTE:",python,selection_command +5258,5493685,"/fast/home/franz.srambical/jafar/utils/nn.py",17379,6,"NOTE: ",python,selection_command +5259,5493703,"/fast/home/franz.srambical/jafar/utils/nn.py",17379,6,"",python,content +5260,5497323,"/fast/home/franz.srambical/jafar/utils/nn.py",17340,0,"",python,selection_command +5261,5497541,"/fast/home/franz.srambical/jafar/utils/nn.py",17311,0,"",python,selection_command +5262,5497643,"/fast/home/franz.srambical/jafar/utils/nn.py",17218,0,"",python,selection_command +5263,5506218,"/fast/home/franz.srambical/jafar/utils/nn.py",17204,93,"",python,content +5264,5506229,"/fast/home/franz.srambical/jafar/utils/nn.py",17212,0,"",python,selection_command +5265,5507177,"/fast/home/franz.srambical/jafar/utils/nn.py",17212,0,"# Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n ",python,content +5266,5507191,"/fast/home/franz.srambical/jafar/utils/nn.py",17218,0,"",python,selection_command +5267,5509667,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +5268,5509838,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5269,5521140,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5270,5529196,"TERMINAL",0,0,"2025-07-31 21:54:01.135743: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5271,5530171,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n assert z_FNM.shape == (B * T, N, M)\r\nAssertionError\r\n",,terminal_output +5272,5531161,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +5273,5542638,"/fast/home/franz.srambical/jafar/utils/nn.py",17203,0,"",python,selection_command +5274,5542852,"/fast/home/franz.srambical/jafar/utils/nn.py",17141,0,"",python,selection_command +5275,5542870,"/fast/home/franz.srambical/jafar/utils/nn.py",17065,0,"",python,selection_command +5276,5542906,"/fast/home/franz.srambical/jafar/utils/nn.py",16980,0,"",python,selection_command +5277,5542938,"/fast/home/franz.srambical/jafar/utils/nn.py",16965,0,"",python,selection_command +5278,5542973,"/fast/home/franz.srambical/jafar/utils/nn.py",16936,0,"",python,selection_command +5279,5543007,"/fast/home/franz.srambical/jafar/utils/nn.py",16897,0,"",python,selection_command +5280,5543039,"/fast/home/franz.srambical/jafar/utils/nn.py",16854,0,"",python,selection_command +5281,5543072,"/fast/home/franz.srambical/jafar/utils/nn.py",16839,0,"",python,selection_command +5282,5543163,"/fast/home/franz.srambical/jafar/utils/nn.py",16800,0,"",python,selection_command +5283,5543163,"/fast/home/franz.srambical/jafar/utils/nn.py",16741,0,"",python,selection_command +5284,5543175,"/fast/home/franz.srambical/jafar/utils/nn.py",16702,0,"",python,selection_command +5285,5543208,"/fast/home/franz.srambical/jafar/utils/nn.py",16687,0,"",python,selection_command +5286,5543243,"/fast/home/franz.srambical/jafar/utils/nn.py",16658,0,"",python,selection_command +5287,5543271,"/fast/home/franz.srambical/jafar/utils/nn.py",16621,0,"",python,selection_command +5288,5543304,"/fast/home/franz.srambical/jafar/utils/nn.py",16606,0,"",python,selection_command +5289,5543338,"/fast/home/franz.srambical/jafar/utils/nn.py",16549,0,"",python,selection_command +5290,5543371,"/fast/home/franz.srambical/jafar/utils/nn.py",16528,0,"",python,selection_command +5291,5543406,"/fast/home/franz.srambical/jafar/utils/nn.py",16513,0,"",python,selection_command +5292,5543438,"/fast/home/franz.srambical/jafar/utils/nn.py",16460,0,"",python,selection_command +5293,5543470,"/fast/home/franz.srambical/jafar/utils/nn.py",16433,0,"",python,selection_command +5294,5543505,"/fast/home/franz.srambical/jafar/utils/nn.py",16418,0,"",python,selection_command +5295,5543685,"/fast/home/franz.srambical/jafar/utils/nn.py",16433,0,"",python,selection_command +5296,5543743,"/fast/home/franz.srambical/jafar/utils/nn.py",16418,0,"",python,selection_command +5297,5544012,"/fast/home/franz.srambical/jafar/utils/nn.py",16366,0,"",python,selection_command +5298,5544023,"/fast/home/franz.srambical/jafar/utils/nn.py",16293,0,"",python,selection_command +5299,5544055,"/fast/home/franz.srambical/jafar/utils/nn.py",16278,0,"",python,selection_command +5300,5544088,"/fast/home/franz.srambical/jafar/utils/nn.py",16276,0,"",python,selection_command +5301,5544214,"/fast/home/franz.srambical/jafar/utils/nn.py",16244,0,"",python,selection_command +5302,5544214,"/fast/home/franz.srambical/jafar/utils/nn.py",16276,0,"",python,selection_command +5303,5544438,"/fast/home/franz.srambical/jafar/utils/nn.py",16278,0,"",python,selection_command +5304,5544478,"/fast/home/franz.srambical/jafar/utils/nn.py",16293,0,"",python,selection_command +5305,5544595,"/fast/home/franz.srambical/jafar/utils/nn.py",16366,0,"",python,selection_command +5306,5544892,"/fast/home/franz.srambical/jafar/utils/nn.py",16293,0,"",python,selection_command +5307,5545453,"/fast/home/franz.srambical/jafar/utils/nn.py",16298,0,"",python,selection_command +5308,5545592,"/fast/home/franz.srambical/jafar/utils/nn.py",16299,0,"",python,selection_command +5309,5545899,"/fast/home/franz.srambical/jafar/utils/nn.py",16304,0,"",python,selection_command +5310,5549170,"/fast/home/franz.srambical/jafar/utils/nn.py",16351,0,"\n ",python,content +5311,5549261,"/fast/home/franz.srambical/jafar/utils/nn.py",16360,0,"b",python,content +5312,5549261,"/fast/home/franz.srambical/jafar/utils/nn.py",16361,0,"",python,selection_keyboard +5313,5549452,"/fast/home/franz.srambical/jafar/utils/nn.py",16361,0,"r",python,content +5314,5549453,"/fast/home/franz.srambical/jafar/utils/nn.py",16362,0,"",python,selection_keyboard +5315,5549511,"/fast/home/franz.srambical/jafar/utils/nn.py",16362,0,"e",python,content +5316,5549511,"/fast/home/franz.srambical/jafar/utils/nn.py",16363,0,"",python,selection_keyboard +5317,5549672,"/fast/home/franz.srambical/jafar/utils/nn.py",16363,0,"a",python,content +5318,5549673,"/fast/home/franz.srambical/jafar/utils/nn.py",16364,0,"",python,selection_keyboard +5319,5549683,"/fast/home/franz.srambical/jafar/utils/nn.py",16364,0,"k",python,content +5320,5549683,"/fast/home/franz.srambical/jafar/utils/nn.py",16365,0,"",python,selection_keyboard +5321,5549978,"/fast/home/franz.srambical/jafar/utils/nn.py",16365,0,"p",python,content +5322,5549979,"/fast/home/franz.srambical/jafar/utils/nn.py",16366,0,"",python,selection_keyboard +5323,5549979,"/fast/home/franz.srambical/jafar/utils/nn.py",16366,0,"o",python,content +5324,5549979,"/fast/home/franz.srambical/jafar/utils/nn.py",16367,0,"",python,selection_keyboard +5325,5550501,"/fast/home/franz.srambical/jafar/utils/nn.py",16367,0,"int()",python,content +5326,5550629,"/fast/home/franz.srambical/jafar/utils/nn.py",16371,0,"",python,selection_command +5327,5552353,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +5328,5552581,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5329,5553233,"TERMINAL",0,0,"'",,terminal_output +5330,5563512,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5331,5572745,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5332,5576885,"TERMINAL",0,0,"qu",,terminal_output +5333,5576941,"TERMINAL",0,0,"y",,terminal_output +5334,5577702,"TERMINAL",0,0," ",,terminal_output +5335,5577802,"TERMINAL",0,0,"e",,terminal_output +5336,5577899,"TERMINAL",0,0,"ry",,terminal_output +5337,5578323,"TERMINAL",0,0,".",,terminal_output +5338,5578592,"TERMINAL",0,0,"sh",,terminal_output +5339,5578742,"TERMINAL",0,0,"ap",,terminal_output +5340,5578816,"TERMINAL",0,0,"e",,terminal_output +5341,5579019,"TERMINAL",0,0,"\r\n(Pdb) *** SyntaxError: unterminated string literal (detected at line 1)\r\n",,terminal_output +5342,5582078,"TERMINAL",0,0,"\r\n(Pdb) *** SyntaxError: unterminated string literal (detected at line 1)\r\n",,terminal_output +5343,5582659,"TERMINAL",0,0,"q",,terminal_output +5344,5582738,"TERMINAL",0,0,"u",,terminal_output +5345,5582843,"TERMINAL",0,0,"e",,terminal_output +5346,5582966,"TERMINAL",0,0,"ry",,terminal_output +5347,5583551,"TERMINAL",0,0,".",,terminal_output +5348,5583775,"TERMINAL",0,0,"sh",,terminal_output +5349,5583915,"TERMINAL",0,0,"ap",,terminal_output +5350,5584007,"TERMINAL",0,0,"e",,terminal_output +5351,5584189,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 8, 64)\r\n",,terminal_output +5352,5604839,"/fast/home/franz.srambical/jafar/utils/nn.py",16298,0,"",python,selection_command +5353,5604993,"/fast/home/franz.srambical/jafar/utils/nn.py",16299,0,"",python,selection_command +5354,5605179,"/fast/home/franz.srambical/jafar/utils/nn.py",16300,0,"",python,selection_command +5355,5605453,"/fast/home/franz.srambical/jafar/utils/nn.py",16300,0,"a",python,content +5356,5605454,"/fast/home/franz.srambical/jafar/utils/nn.py",16301,0,"",python,selection_keyboard +5357,5606082,"/fast/home/franz.srambical/jafar/utils/nn.py",16300,1,"",python,content +5358,5606161,"/fast/home/franz.srambical/jafar/utils/nn.py",16299,0,"",python,selection_command +5359,5606482,"/fast/home/franz.srambical/jafar/utils/nn.py",16304,0,"",python,selection_command +5360,5606777,"/fast/home/franz.srambical/jafar/utils/nn.py",16305,0,"",python,selection_command +5361,5607619,"/fast/home/franz.srambical/jafar/utils/nn.py",16305,0,"_",python,content +5362,5607619,"/fast/home/franz.srambical/jafar/utils/nn.py",16306,0,"",python,selection_keyboard +5363,5610729,"/fast/home/franz.srambical/jafar/utils/nn.py",16305,1,"",python,content +5364,5610849,"/fast/home/franz.srambical/jafar/utils/nn.py",16304,0,"",python,selection_command +5365,5612806,"/fast/home/franz.srambical/jafar/utils/nn.py",16371,0,"",python,selection_command +5366,5617001,"/fast/home/franz.srambical/jafar/utils/nn.py",16298,0,"",python,selection_command +5367,5617207,"/fast/home/franz.srambical/jafar/utils/nn.py",16278,0,"",python,selection_command +5368,5617239,"/fast/home/franz.srambical/jafar/utils/nn.py",16276,0,"",python,selection_command +5369,5617273,"/fast/home/franz.srambical/jafar/utils/nn.py",16249,0,"",python,selection_command +5370,5617306,"/fast/home/franz.srambical/jafar/utils/nn.py",16151,0,"",python,selection_command +5371,5617339,"/fast/home/franz.srambical/jafar/utils/nn.py",16066,0,"",python,selection_command +5372,5617370,"/fast/home/franz.srambical/jafar/utils/nn.py",16046,0,"",python,selection_command +5373,5617404,"/fast/home/franz.srambical/jafar/utils/nn.py",15986,0,"",python,selection_command +5374,5617529,"/fast/home/franz.srambical/jafar/utils/nn.py",15890,0,"",python,selection_command +5375,5617575,"/fast/home/franz.srambical/jafar/utils/nn.py",15870,0,"",python,selection_command +5376,5617749,"/fast/home/franz.srambical/jafar/utils/nn.py",15818,0,"",python,selection_command +5377,5617885,"/fast/home/franz.srambical/jafar/utils/nn.py",15797,0,"",python,selection_command +5378,5618049,"/fast/home/franz.srambical/jafar/utils/nn.py",15722,0,"",python,selection_command +5379,5622908,"/fast/home/franz.srambical/jafar/utils/nn.py",15702,0,"",python,selection_command +5380,5624038,"/fast/home/franz.srambical/jafar/utils/nn.py",15722,0,"",python,selection_command +5381,5631963,"/fast/home/franz.srambical/jafar/utils/nn.py",8973,26,"_create_flash_attention_fn",python,selection_command +5382,5632407,"/fast/home/franz.srambical/jafar/utils/nn.py",8998,0,"",python,selection_command +5383,5632852,"/fast/home/franz.srambical/jafar/utils/nn.py",8937,0,"",python,selection_command +5384,5633091,"/fast/home/franz.srambical/jafar/utils/nn.py",8895,0,"",python,selection_command +5385,5633130,"/fast/home/franz.srambical/jafar/utils/nn.py",8856,0,"",python,selection_command +5386,5633160,"/fast/home/franz.srambical/jafar/utils/nn.py",8815,0,"",python,selection_command +5387,5633279,"/fast/home/franz.srambical/jafar/utils/nn.py",8775,0,"",python,selection_command +5388,5633441,"/fast/home/franz.srambical/jafar/utils/nn.py",8737,0,"",python,selection_command +5389,5633602,"/fast/home/franz.srambical/jafar/utils/nn.py",8680,0,"",python,selection_command +5390,5633885,"/fast/home/franz.srambical/jafar/utils/nn.py",8692,0,"",python,selection_command +5391,5634050,"/fast/home/franz.srambical/jafar/utils/nn.py",8694,0,"",python,selection_command +5392,5634206,"/fast/home/franz.srambical/jafar/utils/nn.py",8697,0,"",python,selection_command +5393,5634352,"/fast/home/franz.srambical/jafar/utils/nn.py",8698,0,"",python,selection_command +5394,5663516,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5395,5663516,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +5396,5666038,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12332,0,"",python,selection_command +5397,5671327,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14092,0,"",python,selection_command +5398,5671750,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16150,0,"",python,selection_command +5399,5673084,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +5400,5675691,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18634,0,"",python,selection_command +5401,5675946,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18561,0,"",python,selection_command +5402,5675965,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18496,0,"",python,selection_command +5403,5675998,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18425,0,"",python,selection_command +5404,5676029,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18356,0,"",python,selection_command +5405,5676063,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18276,0,"",python,selection_command +5406,5676097,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18197,0,"",python,selection_command +5407,5676130,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18120,0,"",python,selection_command +5408,5676164,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18075,0,"",python,selection_command +5409,5676197,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18005,0,"",python,selection_command +5410,5676232,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17926,0,"",python,selection_command +5411,5676265,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17876,0,"",python,selection_command +5412,5676300,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17797,0,"",python,selection_command +5413,5676335,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17747,0,"",python,selection_command +5414,5676364,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17671,0,"",python,selection_command +5415,5676396,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17594,0,"",python,selection_command +5416,5676430,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17584,0,"",python,selection_command +5417,5676464,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17577,0,"",python,selection_command +5418,5676499,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17517,0,"",python,selection_command +5419,5676530,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17486,0,"",python,selection_command +5420,5676563,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17409,0,"",python,selection_command +5421,5676597,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17402,0,"",python,selection_command +5422,5676632,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17329,0,"",python,selection_command +5423,5676664,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17256,0,"",python,selection_command +5424,5676698,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17249,0,"",python,selection_command +5425,5676731,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17188,0,"",python,selection_command +5426,5676766,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17180,0,"",python,selection_command +5427,5676820,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17151,0,"",python,selection_command +5428,5677036,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17120,0,"",python,selection_command +5429,5677292,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17083,0,"",python,selection_command +5430,5677317,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17044,0,"",python,selection_command +5431,5677352,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17013,0,"",python,selection_command +5432,5677382,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17005,0,"",python,selection_command +5433,5677415,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16971,0,"",python,selection_command +5434,5677448,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16936,0,"",python,selection_command +5435,5677481,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16915,0,"",python,selection_command +5436,5677517,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16905,0,"",python,selection_command +5437,5677549,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16889,0,"",python,selection_command +5438,5677678,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16882,0,"",python,selection_command +5439,5678000,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16889,0,"",python,selection_command +5440,5678139,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16905,0,"",python,selection_command +5441,5678290,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16915,0,"",python,selection_command +5442,5683154,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17484,0,"",python,selection_command +5443,5683943,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17594,0,"",python,selection_command +5444,5684265,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17781,0,"",python,selection_command +5445,5684984,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19316,0,"",python,selection_command +5446,5686303,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +5447,5701938,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5448,5704437,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19384,0,"",python,selection_command +5449,5706792,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19493,0,"",python,selection_command +5450,5707029,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19597,0,"",python,selection_command +5451,5709400,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19596,0,"",python,selection_command +5452,5709800,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19591,0,"",python,selection_command +5453,5710912,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15338,0,"",python,selection_command +5454,5720355,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15344,0,"",python,selection_command +5455,5720602,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15346,0,"",python,selection_command +5456,5720626,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15360,0,"",python,selection_command +5457,5720651,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15361,0,"",python,selection_command +5458,5720683,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15365,0,"",python,selection_command +5459,5720717,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15366,0,"",python,selection_command +5460,5720752,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15377,0,"",python,selection_command +5461,5721424,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15366,0,"",python,selection_command +5462,5721939,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13556,0,"",python,selection_command +5463,5723066,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13568,0,"",python,selection_command +5464,5723200,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13570,0,"",python,selection_command +5465,5723709,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12547,0,"",python,selection_command +5466,5729037,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13570,0,"",python,selection_command +5467,5729210,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15366,0,"",python,selection_command +5468,5729616,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19591,0,"",python,selection_command +5469,5731414,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +5470,5736801,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5471,5737672,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19590,0,"",python,selection_command +5472,5737841,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19586,0,"",python,selection_command +5473,5738005,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19584,0,"",python,selection_command +5474,5738350,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19578,0,"",python,selection_command +5475,5744464,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19611,0,"",python,selection_command +5476,5744676,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19615,0,"",python,selection_command +5477,5744842,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19617,0,"",python,selection_command +5478,5745033,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19621,0,"",python,selection_command +5479,5745211,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19622,0,"",python,selection_command +5480,5745626,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15399,0,"",python,selection_command +5481,5749714,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15403,0,"",python,selection_command +5482,5749874,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15405,0,"",python,selection_command +5483,5750031,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15419,0,"",python,selection_command +5484,5750177,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15420,0,"",python,selection_command +5485,5750332,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15424,0,"",python,selection_command +5486,5750491,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15425,0,"",python,selection_command +5487,5750943,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13783,0,"",python,selection_command +5488,5754791,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15425,0,"",python,selection_command +5489,5754938,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19622,0,"",python,selection_command +5490,5756303,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19621,0,"",python,selection_command +5491,5756433,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19617,0,"",python,selection_command +5492,5756570,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19615,0,"",python,selection_command +5493,5756945,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19611,0,"",python,selection_command +5494,5757992,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19578,0,"",python,selection_command +5495,5760493,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19591,0,"",python,selection_command +5496,5761222,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19783,0,"",python,selection_command +5497,5761367,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19923,0,"",python,selection_command +5498,5761689,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19945,0,"",python,selection_command +5499,5762159,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20746,0,"",python,selection_command +5500,5763961,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20859,0,"",python,selection_command +5501,5764415,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20965,0,"",python,selection_command +5502,5764762,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21026,0,"",python,selection_command +5503,5765132,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21610,0,"",python,selection_command +5504,5765513,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22717,0,"",python,selection_command +5505,5770841,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21610,0,"",python,selection_command +5506,5770999,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21026,0,"",python,selection_command +5507,5771168,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20965,0,"",python,selection_command +5508,5771626,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20859,0,"",python,selection_command +5509,5771998,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20746,0,"",python,selection_command +5510,5772364,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19945,0,"",python,selection_command +5511,5773168,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19923,0,"",python,selection_command +5512,5773343,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19783,0,"",python,selection_command +5513,5773501,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19591,0,"",python,selection_command +5514,5773687,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19578,0,"",python,selection_command +5515,5774285,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19584,0,"",python,selection_command +5516,5774486,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19586,0,"",python,selection_command +5517,5774674,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19590,0,"",python,selection_command +5518,5774825,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19591,0,"",python,selection_command +5519,5775336,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15338,0,"",python,selection_command +5520,5778182,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15344,0,"",python,selection_command +5521,5778549,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15346,0,"",python,selection_command +5522,5778770,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14816,0,"",python,selection_command +5523,5806223,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14856,0,"",python,selection_command +5524,5807751,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14858,0,"",python,selection_command +5525,5941720,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15346,0,"",python,selection_command +5526,5943223,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15344,0,"",python,selection_command +5527,5943353,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15338,0,"",python,selection_command +5528,5944132,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15633,0,"",python,selection_command +5529,5945345,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17292,0,"",python,selection_command +5530,5947247,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19578,0,"",python,selection_command +5531,5948052,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19591,0,"",python,selection_command +5532,5948306,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19783,0,"",python,selection_command +5533,5948636,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19923,0,"",python,selection_command +5534,5948932,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19945,0,"",python,selection_command +5535,5949597,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20746,0,"",python,selection_command +5536,5974592,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20859,0,"",python,selection_command +5537,5974802,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20965,0,"",python,selection_command +5538,5975628,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21026,0,"",python,selection_command +5539,5979833,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21610,0,"",python,selection_command +5540,6055389,"TERMINAL",0,0,"key",,terminal_output +5541,6055654,"TERMINAL",0,0,".",,terminal_output +5542,6055888,"TERMINAL",0,0,"sh",,terminal_output +5543,6056048,"TERMINAL",0,0,"ap",,terminal_output +5544,6056129,"TERMINAL",0,0,"e",,terminal_output +5545,6056368,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 8, 64)\r\n",,terminal_output +5546,6146050,"utils/nn.py",0,0,"",python,tab +5547,6149457,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5548,6150563,"utils/nn.py",0,0,"",python,tab +5549,6155219,"utils/nn.py",11206,30,"class Transformer(nnx.Module):",python,selection_command +5550,6157081,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5551,6375919,"TERMINAL",0,0,"u",,terminal_output +5552,6376179,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +5553,6379019,"TERMINAL",0,0,"u",,terminal_output +5554,6379227,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n",,terminal_output +5555,6385534,"TERMINAL",0,0,"d",,terminal_output +5556,6385922,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +5557,6386571,"TERMINAL",0,0,"d",,terminal_output +5558,6386707,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5559,6389611,"TERMINAL",0,0,"d",,terminal_output +5560,6389744,"TERMINAL",0,0,"\r\n(Pdb) *** Newest frame\r\n",,terminal_output +5561,6393744,"TERMINAL",0,0,"l",,terminal_output +5562,6393817,"TERMINAL",0,0,"\r\n(Pdb) 505 \t multiple of 4 and mask accordingly.\r\n506 \t """"""\r\n507 \t\r\n508 \t def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\r\n509 \t breakpoint()\r\n510 ->\t implementation = ""cudnn"" if use_flash_attention else None\r\n511 \t\r\n512 \t def _rearrange(x):\r\n513 \t return einops.rearrange(x, ""... l h d -> (...) l h d"")\r\n514 \t\r\n515 \t def _pad(x):\r\n",,terminal_output +5563,6574132,"experiments/sample.sh",0,0,"",shellscript,tab +5564,6578937,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5565,6632944,"TERMINAL",0,0,"u",,terminal_output +5566,6633205,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +5567,6634803,"TERMINAL",0,0,"l",,terminal_output +5568,6635635,"TERMINAL",0,0," ",,terminal_output +5569,6635812,"TERMINAL",0,0,"u",,terminal_output +5570,6636060,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n",,terminal_output +5571,6639248,"TERMINAL",0,0,"z",,terminal_output +5572,6639814,"TERMINAL",0,0,"_",,terminal_output +5573,6640347,"TERMINAL",0,0,"B",,terminal_output +5574,6640709,"TERMINAL",0,0,"T",,terminal_output +5575,6641425,"TERMINAL",0,0,"N",,terminal_output +5576,6641603,"TERMINAL",0,0,"M",,terminal_output +5577,6641890,"TERMINAL",0,0,".",,terminal_output +5578,6642076,"TERMINAL",0,0,"sh",,terminal_output +5579,6642266,"TERMINAL",0,0,"ap",,terminal_output +5580,6642350,"TERMINAL",0,0,"e",,terminal_output +5581,6642605,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 512)\r\n",,terminal_output +5582,6653891,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21945,0,"",python,selection_mouse +5583,6672738,"TERMINAL",0,0,"u",,terminal_output +5584,6673028,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n",,terminal_output +5585,6674968,"TERMINAL",0,0,"u",,terminal_output +5586,6675325,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +5587,6676112,"TERMINAL",0,0,"u",,terminal_output +5588,6676244,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n",,terminal_output +5589,6676740,"TERMINAL",0,0,"u",,terminal_output +5590,6676915,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n",,terminal_output +5591,6678578,"TERMINAL",0,0,"u",,terminal_output +5592,6678835,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n",,terminal_output +5593,6679455,"TERMINAL",0,0,"u",,terminal_output +5594,6679637,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n",,terminal_output +5595,6680307,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n",,terminal_output +5596,6681765,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n",,terminal_output +5597,6682663,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n",,terminal_output +5598,6683979,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n",,terminal_output +5599,6684605,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +5600,6685426,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +5601,6686184,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +5602,6686709,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n",,terminal_output +5603,6689544,"TERMINAL",0,0,"j",,terminal_output +5604,6690089,"TERMINAL",0,0," ",,terminal_output +5605,6690337,"TERMINAL",0,0,"x",,terminal_output +5606,6690696,"TERMINAL",0,0,"_",,terminal_output +5607,6690917,"TERMINAL",0,0,"B",,terminal_output +5608,6691148,"TERMINAL",0,0,"T",,terminal_output +5609,6691604,"TERMINAL",0,0,"N",,terminal_output +5610,6691670,"TERMINAL",0,0,"M",,terminal_output +5611,6692176,"TERMINAL",0,0,".",,terminal_output +5612,6692473,"TERMINAL",0,0,"sh",,terminal_output +5613,6692587,"TERMINAL",0,0,"ap",,terminal_output +5614,6692688,"TERMINAL",0,0,"e",,terminal_output +5615,6692957,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 512)\r\n",,terminal_output +5616,6694176,"TERMINAL",0,0,"u",,terminal_output +5617,6694466,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n",,terminal_output +5618,6732176,"TERMINAL",0,0,"d",,terminal_output +5619,6732321,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n",,terminal_output +5620,6732553,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +5621,6732721,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +5622,6732886,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +5623,6733048,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n",,terminal_output +5624,6733224,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n",,terminal_output +5625,6733380,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n",,terminal_output +5626,6733842,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n",,terminal_output +5627,6734009,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n",,terminal_output +5628,6734191,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n",,terminal_output +5629,6734314,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n",,terminal_output +5630,6734461,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n",,terminal_output +5631,6734626,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +5632,6734761,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n",,terminal_output +5633,6734945,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n",,terminal_output +5634,6735089,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +5635,6735253,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5636,6735400,"TERMINAL",0,0,"\r\n(Pdb) *** Newest frame\r\n",,terminal_output +5637,6735579,"TERMINAL",0,0,"\r\n(Pdb) *** Newest frame\r\n",,terminal_output +5638,6735742,"TERMINAL",0,0,"\r\n(Pdb) *** Newest frame\r\n",,terminal_output +5639,6737169,"TERMINAL",0,0,"c",,terminal_output +5640,6737499,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5641,6740008,"TERMINAL",0,0,"u",,terminal_output +5642,6740350,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +5643,6740518,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z_BNTM = self.temporal_attention(z_BNTM)\r\n",,terminal_output +5644,6740663,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n",,terminal_output +5645,6740815,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +5646,6740966,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n",,terminal_output +5647,6741117,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n",,terminal_output +5648,6741265,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n",,terminal_output +5649,6741415,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n",,terminal_output +5650,6741569,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n",,terminal_output +5651,6742449,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n",,terminal_output +5652,6742610,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n",,terminal_output +5653,6742753,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n",,terminal_output +5654,6742913,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +5655,6743213,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +5656,6743438,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +5657,6743654,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n",,terminal_output +5658,6743941,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n",,terminal_output +5659,6750506,"TERMINAL",0,0,"c",,terminal_output +5660,6750744,"TERMINAL",0,0,"\r\n",,terminal_output +5661,6753937,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5662,6757954,"TERMINAL",0,0,"u\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +5663,6758366,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n",,terminal_output +5664,6758530,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +5665,6758788,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n",,terminal_output +5666,6758895,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n",,terminal_output +5667,6758979,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n",,terminal_output +5668,6759141,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n",,terminal_output +5669,6759372,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n",,terminal_output +5670,6759508,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n",,terminal_output +5671,6759614,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n",,terminal_output +5672,6759836,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n",,terminal_output +5673,6761246,"TERMINAL",0,0,"d\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n",,terminal_output +5674,6761469,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n",,terminal_output +5675,6761608,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n",,terminal_output +5676,6761711,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n",,terminal_output +5677,6761935,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n",,terminal_output +5678,6762039,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n",,terminal_output +5679,6762232,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n",,terminal_output +5680,6762317,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +5681,6762522,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n",,terminal_output +5682,6782535,"TERMINAL",0,0,"d\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n",,terminal_output +5683,6782705,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +5684,6782910,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5685,6783020,"TERMINAL",0,0,"\r\n(Pdb) *** Newest frame\r\n",,terminal_output +5686,6783698,"TERMINAL",0,0,"w",,terminal_output +5687,6783957,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(205)()\r\n-> action_batch_E = genie.vq_encode(batch, training=False)\r\n /fast/home/franz.srambical/jafar/genie.py(426)vq_encode()\r\n-> lam_output = self.lam.vq_encode(video_BTHWC, training=training)\r\n /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5688,6806536,"TERMINAL",0,0,"c",,terminal_output +5689,6807200,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5690,6808121,"TERMINAL",0,0,"w",,terminal_output +5691,6808337,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(205)()\r\n-> action_batch_E = genie.vq_encode(batch, training=False)\r\n /fast/home/franz.srambical/jafar/genie.py(426)vq_encode()\r\n-> lam_output = self.lam.vq_encode(video_BTHWC, training=training)\r\n /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z_BNTM = self.temporal_attention(z_BNTM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5692,6821350,"TERMINAL",0,0,"c",,terminal_output +5693,6821639,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5694,6822298,"TERMINAL",0,0,"w",,terminal_output +5695,6822499,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(205)()\r\n-> action_batch_E = genie.vq_encode(batch, training=False)\r\n /fast/home/franz.srambical/jafar/genie.py(426)vq_encode()\r\n-> lam_output = self.lam.vq_encode(video_BTHWC, training=training)\r\n /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5696,6827589,"TERMINAL",0,0,"c",,terminal_output +5697,6827900,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5698,6828370,"TERMINAL",0,0,"w",,terminal_output +5699,6828579,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(205)()\r\n-> action_batch_E = genie.vq_encode(batch, training=False)\r\n /fast/home/franz.srambical/jafar/genie.py(426)vq_encode()\r\n-> lam_output = self.lam.vq_encode(video_BTHWC, training=training)\r\n /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z_BNTM = self.temporal_attention(z_BNTM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5700,6830705,"TERMINAL",0,0,"c",,terminal_output +5701,6830978,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5702,6831175,"TERMINAL",0,0,"w",,terminal_output +5703,6831409,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(205)()\r\n-> action_batch_E = genie.vq_encode(batch, training=False)\r\n /fast/home/franz.srambical/jafar/genie.py(426)vq_encode()\r\n-> lam_output = self.lam.vq_encode(video_BTHWC, training=training)\r\n /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5704,6832023,"TERMINAL",0,0,"c",,terminal_output +5705,6832368,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5706,6835207,"TERMINAL",0,0,"w",,terminal_output +5707,6835393,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(205)()\r\n-> action_batch_E = genie.vq_encode(batch, training=False)\r\n /fast/home/franz.srambical/jafar/genie.py(426)vq_encode()\r\n-> lam_output = self.lam.vq_encode(video_BTHWC, training=training)\r\n /fast/home/franz.srambical/jafar/models/lam.py(151)vq_encode()\r\n-> z_BTNp1L = self.encoder(padded_patch_BTNp1P)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z_BNTM = self.temporal_attention(z_BNTM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5708,6836125,"TERMINAL",0,0,"c",,terminal_output +5709,6838878,"TERMINAL",0,0,"\r\n",,terminal_output +5710,6838980,"TERMINAL",0,0,"2025-07-31 22:15:51.013753: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5711,6839065,"TERMINAL",0,0,"w",,terminal_output +5712,6839262,"TERMINAL",0,0,"\r\n",,terminal_output +5713,6839813,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(208)()\r\n-> recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(431)__call__()\r\n-> pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(292)cache_miss()\r\n-> executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(139)_python_pjit_helper()\r\n-> p, args_flat = _infer_params(fun, jit_info, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(686)_infer_params()\r\n-> return _infer_params_internal(fun, ji, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(710)_infer_params_internal()\r\n-> p, args_flat = _infer_params_impl(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(606)_infer_params_impl()\r\n-> jaxpr, consts, out_avals, attrs_tracked = _create_pjit_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(471)memoized_fun()\r\n-> ans = call(fun, *args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(1414)_create_pjit_jaxpr()\r\n-> jaxpr, global_out_avals, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(fun, in_type)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(288)_argnums_partial()\r\n-> return _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(126)__call__()\r\n-> out = self.f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/sample.py(178)_autoreg_sample()\r\n-> generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n /fast/home/franz.srambical/jafar/sample.py(163)_sampling_fn()\r\n-> return model.sample_causal(\r\n /fast/home/franz.srambical/jafar/genie.py(343)sample_causal()\r\n-> tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\r\n /fast/home/franz.srambical/jafar/models/tokenizer.py(114)vq_encode()\r\n-> x_BTNL = self.encoder(patch_BTNP)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5714,6841243,"TERMINAL",0,0,"cc",,terminal_output +5715,6847020,"TERMINAL",0,0," ",,terminal_output +5716,6853973,"utils/nn.py",0,0,"",python,tab +5717,6854677,"utils/nn.py",11214,0,"",python,selection_command +5718,6855947,"utils/nn.py",11205,0,"",python,selection_command +5719,6856266,"utils/nn.py",11191,0,"",python,selection_command +5720,6856266,"utils/nn.py",11182,0,"",python,selection_command +5721,6856267,"utils/nn.py",11157,0,"",python,selection_command +5722,6856289,"utils/nn.py",11116,0,"",python,selection_command +5723,6856324,"utils/nn.py",11079,0,"",python,selection_command +5724,6856895,"utils/nn.py",11596,0,"",python,selection_command +5725,6857025,"utils/nn.py",12125,0,"",python,selection_command +5726,6858420,"utils/nn.py",12795,0,"",python,selection_command +5727,6860420,"utils/nn.py",12753,0,"",python,selection_command +5728,6860672,"utils/nn.py",12739,0,"",python,selection_command +5729,6860790,"utils/nn.py",12720,0,"",python,selection_command +5730,6860791,"utils/nn.py",12739,0,"",python,selection_command +5731,6861048,"utils/nn.py",12753,0,"",python,selection_command +5732,6861061,"utils/nn.py",12795,0,"",python,selection_command +5733,6861093,"utils/nn.py",12836,0,"",python,selection_command +5734,6861126,"utils/nn.py",12878,0,"",python,selection_command +5735,6861160,"utils/nn.py",12908,0,"",python,selection_command +5736,6861192,"utils/nn.py",12927,0,"",python,selection_command +5737,6861337,"utils/nn.py",12929,0,"",python,selection_command +5738,6861494,"utils/nn.py",12942,0,"",python,selection_command +5739,6861637,"utils/nn.py",12991,0,"",python,selection_command +5740,6861947,"utils/nn.py",12993,0,"",python,selection_command +5741,6862104,"utils/nn.py",12996,0,"",python,selection_command +5742,6862271,"utils/nn.py",13001,0,"",python,selection_command +5743,6862456,"utils/nn.py",13002,0,"",python,selection_command +5744,6862658,"utils/nn.py",13006,0,"",python,selection_command +5745,6862884,"utils/nn.py",13007,0,"",python,selection_command +5746,6863276,"utils/nn.py",12058,0,"",python,selection_command +5747,6865532,"utils/nn.py",12027,0,"",python,selection_command +5748,6865780,"utils/nn.py",11996,0,"",python,selection_command +5749,6865807,"utils/nn.py",11961,0,"",python,selection_command +5750,6865833,"utils/nn.py",11926,0,"",python,selection_command +5751,6865868,"utils/nn.py",11911,0,"",python,selection_command +5752,6865903,"utils/nn.py",11895,0,"",python,selection_command +5753,6865936,"utils/nn.py",11873,0,"",python,selection_command +5754,6866031,"utils/nn.py",11838,0,"",python,selection_command +5755,6866032,"utils/nn.py",11812,0,"",python,selection_command +5756,6866048,"utils/nn.py",11780,0,"",python,selection_command +5757,6866069,"utils/nn.py",11756,0,"",python,selection_command +5758,6866109,"utils/nn.py",11732,0,"",python,selection_command +5759,6866149,"utils/nn.py",11707,0,"",python,selection_command +5760,6866185,"utils/nn.py",11685,0,"",python,selection_command +5761,6866223,"utils/nn.py",11663,0,"",python,selection_command +5762,6866247,"utils/nn.py",11639,0,"",python,selection_command +5763,6866280,"utils/nn.py",11615,0,"",python,selection_command +5764,6866308,"utils/nn.py",11600,0,"",python,selection_command +5765,6866348,"utils/nn.py",11583,0,"",python,selection_command +5766,6866382,"utils/nn.py",11568,0,"",python,selection_command +5767,6866413,"utils/nn.py",11529,0,"",python,selection_command +5768,6866447,"utils/nn.py",11492,0,"",python,selection_command +5769,6866553,"utils/nn.py",11455,0,"",python,selection_command +5770,6866554,"utils/nn.py",11430,0,"",python,selection_command +5771,6866637,"utils/nn.py",11455,0,"",python,selection_command +5772,6866791,"utils/nn.py",11430,0,"",python,selection_command +5773,6867080,"utils/nn.py",11403,0,"",python,selection_command +5774,6867080,"utils/nn.py",11367,0,"",python,selection_command +5775,6867099,"utils/nn.py",11328,0,"",python,selection_command +5776,6867130,"utils/nn.py",11300,0,"",python,selection_command +5777,6867162,"utils/nn.py",11278,0,"",python,selection_command +5778,6867194,"utils/nn.py",11258,0,"",python,selection_command +5779,6867228,"utils/nn.py",11243,0,"",python,selection_command +5780,6867269,"utils/nn.py",11219,0,"",python,selection_command +5781,6867301,"utils/nn.py",11205,0,"",python,selection_command +5782,6867330,"utils/nn.py",11196,0,"",python,selection_command +5783,6867363,"utils/nn.py",11182,0,"",python,selection_command +5784,6867396,"utils/nn.py",11162,0,"",python,selection_command +5785,6867432,"utils/nn.py",11121,0,"",python,selection_command +5786,6867502,"utils/nn.py",11162,0,"",python,selection_command +5787,6867766,"utils/nn.py",11182,0,"",python,selection_command +5788,6867787,"utils/nn.py",11196,0,"",python,selection_command +5789,6867911,"utils/nn.py",11205,0,"",python,selection_command +5790,6868128,"utils/nn.py",11219,0,"",python,selection_command +5791,6870548,"models/dynamics.py",0,0,"",python,tab +5792,6870548,"models/dynamics.py",4336,11,"Transformer",python,selection_command +5793,6870653,"models/dynamics.py",4346,0,"",python,selection_command +5794,6872116,"models/dynamics.py",4366,0,"",python,selection_command +5795,6872171,"models/dynamics.py",4394,0,"",python,selection_command +5796,6872331,"models/dynamics.py",4422,0,"",python,selection_command +5797,6872465,"models/dynamics.py",4448,0,"",python,selection_command +5798,6872612,"models/dynamics.py",4478,0,"",python,selection_command +5799,6873445,"models/dynamics.py",4097,0,"",python,selection_command +5800,6873783,"models/dynamics.py",4108,0,"",python,selection_command +5801,6873919,"models/dynamics.py",4110,0,"",python,selection_command +5802,6874081,"models/dynamics.py",4129,0,"",python,selection_command +5803,6874468,"models/dynamics.py",4110,0,"",python,selection_command +5804,6874975,"models/dynamics.py",3717,0,"",python,selection_command +5805,6875480,"models/dynamics.py",3727,0,"",python,selection_command +5806,6876044,"models/dynamics.py",3695,0,"",python,selection_command +5807,6876292,"models/dynamics.py",3669,0,"",python,selection_command +5808,6876320,"models/dynamics.py",3647,0,"",python,selection_command +5809,6876357,"models/dynamics.py",3623,0,"",python,selection_command +5810,6876390,"models/dynamics.py",3603,0,"",python,selection_command +5811,6876424,"models/dynamics.py",3589,0,"",python,selection_command +5812,6876568,"models/dynamics.py",3572,0,"",python,selection_command +5813,6876727,"models/dynamics.py",3558,0,"",python,selection_command +5814,6876878,"models/dynamics.py",3524,0,"",python,selection_command +5815,6877044,"models/dynamics.py",3505,0,"",python,selection_command +5816,6877429,"models/dynamics.py",3524,0,"",python,selection_command +5817,6885132,"genie.py",0,0,"",python,tab +5818,6885132,"genie.py",4263,14,"DynamicsCausal",python,selection_command +5819,6885552,"genie.py",4276,0,"",python,selection_command +5820,6885954,"genie.py",4317,0,"",python,selection_command +5821,6886140,"genie.py",4358,0,"",python,selection_command +5822,6886305,"genie.py",4401,0,"",python,selection_command +5823,6886469,"genie.py",4453,0,"",python,selection_command +5824,6886788,"genie.py",4511,0,"",python,selection_command +5825,6887487,"genie.py",2081,0,"",python,selection_command +5826,6888421,"genie.py",2097,0,"",python,selection_command +5827,6888605,"genie.py",2099,0,"",python,selection_command +5828,6889040,"genie.py",902,0,"",python,selection_command +5829,6891104,"genie.py",349,0,"",python,selection_command +5830,6891982,"genie.py",331,0,"",python,selection_command +5831,6892126,"genie.py",322,0,"",python,selection_command +5832,6892262,"genie.py",308,0,"",python,selection_command +5833,6892406,"genie.py",283,0,"",python,selection_command +5834,6892560,"genie.py",274,0,"",python,selection_command +5835,6893034,"genie.py",283,0,"",python,selection_command +5836,6896559,"sample.py",0,0,"",python,tab +5837,6896560,"sample.py",1886,5,"Genie",python,selection_command +5838,6896864,"sample.py",1890,0,"",python,selection_command +5839,6898515,"sample.py",2197,0,"",python,selection_command +5840,6899786,"sample.py",2223,0,"",python,selection_command +5841,6899927,"sample.py",2529,0,"",python,selection_command +5842,6900202,"sample.py",2549,0,"",python,selection_command +5843,6900480,"sample.py",2769,0,"",python,selection_command +5844,6901231,"sample.py",2775,0,"",python,selection_command +5845,6901412,"sample.py",2776,0,"",python,selection_command +5846,6901604,"sample.py",2780,0,"",python,selection_command +5847,6901784,"sample.py",2781,0,"",python,selection_command +5848,6902212,"sample.py",1314,0,"",python,selection_command +5849,6904012,"sample.py",1343,0,"",python,selection_command +5850,6904085,"sample.py",1371,0,"",python,selection_command +5851,6911946,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5852,6912390,"TERMINAL",0,0,"c",,terminal_output +5853,6912679,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5854,6913038,"TERMINAL",0,0,"c",,terminal_output +5855,6913266,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5856,6913524,"TERMINAL",0,0,"c",,terminal_output +5857,6913777,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5858,6914108,"TERMINAL",0,0,"c",,terminal_output +5859,6914334,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5860,6915208,"TERMINAL",0,0,"w",,terminal_output +5861,6915393,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(208)()\r\n-> recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(431)__call__()\r\n-> pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(292)cache_miss()\r\n-> executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(139)_python_pjit_helper()\r\n-> p, args_flat = _infer_params(fun, jit_info, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(686)_infer_params()\r\n-> return _infer_params_internal(fun, ji, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(710)_infer_params_internal()\r\n-> p, args_flat = _infer_params_impl(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(606)_infer_params_impl()\r\n-> jaxpr, consts, out_avals, attrs_tracked = _create_pjit_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(471)memoized_fun()\r\n-> ans = call(fun, *args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(1414)_create_pjit_jaxpr()\r\n-> jaxpr, global_out_avals, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(fun, in_type)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(288)_argnums_partial()\r\n-> return _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(126)__call__()\r\n-> out = self.f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/sample.py(178)_autoreg_sample()\r\n-> generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n /fast/home/franz.srambical/jafar/sample.py(163)_sampling_fn()\r\n-> return model.sample_causal(\r\n /fast/home/franz.srambical/jafar/genie.py(343)sample_causal()\r\n-> tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\r\n /fast/home/franz.srambical/jafar/models/tokenizer.py(114)vq_encode()\r\n-> x_BTNL = self.encoder(patch_BTNP)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z_BNTM = self.temporal_attention(z_BNTM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5862,6926713,"TERMINAL",0,0,"^L",,terminal_output +5863,6927687,"TERMINAL",0,0,"  ",,terminal_output +5864,6928317,"TERMINAL",0,0,"w",,terminal_output +5865,6928570,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(208)()\r\n-> recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(431)__call__()\r\n-> pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(292)cache_miss()\r\n-> executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(139)_python_pjit_helper()\r\n-> p, args_flat = _infer_params(fun, jit_info, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(686)_infer_params()\r\n-> return _infer_params_internal(fun, ji, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(710)_infer_params_internal()\r\n-> p, args_flat = _infer_params_impl(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(606)_infer_params_impl()\r\n-> jaxpr, consts, out_avals, attrs_tracked = _create_pjit_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(471)memoized_fun()\r\n-> ans = call(fun, *args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(1414)_create_pjit_jaxpr()\r\n-> jaxpr, global_out_avals, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(fun, in_type)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(288)_argnums_partial()\r\n-> return _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(126)__call__()\r\n-> out = self.f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/sample.py(178)_autoreg_sample()\r\n-> generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n /fast/home/franz.srambical/jafar/sample.py(163)_sampling_fn()\r\n-> return model.sample_causal(\r\n /fast/home/franz.srambical/jafar/genie.py(343)sample_causal()\r\n-> tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\r\n /fast/home/franz.srambical/jafar/models/tokenizer.py(114)vq_encode()\r\n-> x_BTNL = self.encoder(patch_BTNP)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z_BNTM = self.temporal_attention(z_BNTM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5866,6930721,"TERMINAL",0,0,"c",,terminal_output +5867,6931483,"TERMINAL",0,0,"\r\n",,terminal_output +5868,6931591,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5869,6932475,"TERMINAL",0,0,"w",,terminal_output +5870,6932737,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(208)()\r\n-> recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(431)__call__()\r\n-> pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(292)cache_miss()\r\n-> executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(139)_python_pjit_helper()\r\n-> p, args_flat = _infer_params(fun, jit_info, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(686)_infer_params()\r\n-> return _infer_params_internal(fun, ji, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(710)_infer_params_internal()\r\n-> p, args_flat = _infer_params_impl(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(606)_infer_params_impl()\r\n-> jaxpr, consts, out_avals, attrs_tracked = _create_pjit_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(471)memoized_fun()\r\n-> ans = call(fun, *args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(1414)_create_pjit_jaxpr()\r\n-> jaxpr, global_out_avals, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(fun, in_type)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(288)_argnums_partial()\r\n-> return _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(126)__call__()\r\n-> out = self.f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/sample.py(178)_autoreg_sample()\r\n-> generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n /fast/home/franz.srambical/jafar/sample.py(163)_sampling_fn()\r\n-> return model.sample_causal(\r\n /fast/home/franz.srambical/jafar/genie.py(343)sample_causal()\r\n-> tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\r\n /fast/home/franz.srambical/jafar/models/tokenizer.py(114)vq_encode()\r\n-> x_BTNL = self.encoder(patch_BTNP)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(119)__call__()\r\n-> z_BTNM = self.spatial_attention(z_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5871,6938423,"TERMINAL",0,0,"c",,terminal_output +5872,6938693,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5873,6939059,"TERMINAL",0,0,"w",,terminal_output +5874,6939341,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(208)()\r\n-> recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(431)__call__()\r\n-> pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(292)cache_miss()\r\n-> executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(139)_python_pjit_helper()\r\n-> p, args_flat = _infer_params(fun, jit_info, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(686)_infer_params()\r\n-> return _infer_params_internal(fun, ji, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(710)_infer_params_internal()\r\n-> p, args_flat = _infer_params_impl(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(606)_infer_params_impl()\r\n-> jaxpr, consts, out_avals, attrs_tracked = _create_pjit_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(471)memoized_fun()\r\n-> ans = call(fun, *args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(1414)_create_pjit_jaxpr()\r\n-> jaxpr, global_out_avals, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(fun, in_type)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(288)_argnums_partial()\r\n-> return _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(126)__call__()\r\n-> out = self.f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/sample.py(178)_autoreg_sample()\r\n-> generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n /fast/home/franz.srambical/jafar/sample.py(163)_sampling_fn()\r\n-> return model.sample_causal(\r\n /fast/home/franz.srambical/jafar/genie.py(343)sample_causal()\r\n-> tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\r\n /fast/home/franz.srambical/jafar/models/tokenizer.py(114)vq_encode()\r\n-> x_BTNL = self.encoder(patch_BTNP)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x_BTNM = block(x_BTNM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z_BNTM = self.temporal_attention(z_BNTM)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5875,6940462,"TERMINAL",0,0,"c",,terminal_output +5876,6941570,"TERMINAL",0,0,"\r\n",,terminal_output +5877,6941634,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5878,6941887,"TERMINAL",0,0,"w",,terminal_output +5879,6942040,"TERMINAL",0,0,"\r\n(Pdb) /fast/home/franz.srambical/jafar/sample.py(208)()\r\n-> recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(431)__call__()\r\n-> pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(292)cache_miss()\r\n-> executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(139)_python_pjit_helper()\r\n-> p, args_flat = _infer_params(fun, jit_info, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(686)_infer_params()\r\n-> return _infer_params_internal(fun, ji, args, kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(710)_infer_params_internal()\r\n-> p, args_flat = _infer_params_impl(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(606)_infer_params_impl()\r\n-> jaxpr, consts, out_avals, attrs_tracked = _create_pjit_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(471)memoized_fun()\r\n-> ans = call(fun, *args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py(1414)_create_pjit_jaxpr()\r\n-> jaxpr, global_out_avals, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(fun, in_type)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(288)_argnums_partial()\r\n-> return _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py(126)__call__()\r\n-> out = self.f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/sample.py(178)_autoreg_sample()\r\n-> generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n /fast/home/franz.srambical/jafar/sample.py(163)_sampling_fn()\r\n-> return model.sample_causal(\r\n /fast/home/franz.srambical/jafar/genie.py(410)sample_causal()\r\n-> final_carry, _ = jax.lax.scan(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/loops.py(312)scan()\r\n-> init_flat, carry_avals, carry_avals_out, init_tree, *rest = _create_jaxpr(init)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/loops.py(284)_create_jaxpr()\r\n-> jaxpr, consts, out_tree, attrs_tracked = _initial_style_jaxpr_attrs(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/common.py(77)_initial_style_jaxpr_attrs()\r\n-> jaxpr, consts, out_tree, attrs_tracked = _initial_style_open_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/common.py(59)_initial_style_open_jaxpr()\r\n-> jaxpr, _, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(90)flatten_fun_nokwargs()\r\n-> ans = f(*py_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/genie.py(400)generation_step_fn()\r\n-> final_carry_causal, _ = jax.lax.scan(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/loops.py(312)scan()\r\n-> init_flat, carry_avals, carry_avals_out, init_tree, *rest = _create_jaxpr(init)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/loops.py(284)_create_jaxpr()\r\n-> jaxpr, consts, out_tree, attrs_tracked = _initial_style_jaxpr_attrs(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/common.py(77)_initial_style_jaxpr_attrs()\r\n-> jaxpr, consts, out_tree, attrs_tracked = _initial_style_open_jaxpr(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/common.py(59)_initial_style_open_jaxpr()\r\n-> jaxpr, _, consts, attrs_tracked = pe.trace_to_jaxpr_dynamic(\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(90)flatten_fun_nokwargs()\r\n-> ans = f(*py_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/genie.py(371)causal_step_fn()\r\n-> final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n /fast/home/franz.srambical/jafar/utils/nn.py(442)__call__()\r\n-> x_BTNM = block(x_BTNM, pos_index)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n /fast/home/franz.srambical/jafar/utils/nn.py(324)__call__()\r\n-> z_FNM = self.spatial_attention(z_F1M)\r\n /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(510)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5880,6956833,"TERMINAL",0,0,"l",,terminal_output +5881,6957026,"TERMINAL",0,0,"\r\n(Pdb) 505 \t multiple of 4 and mask accordingly.\r\n506 \t """"""\r\n507 \t\r\n508 \t def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\r\n509 \t breakpoint()\r\n510 ->\t implementation = ""cudnn"" if use_flash_attention else None\r\n511 \t\r\n512 \t def _rearrange(x):\r\n513 \t return einops.rearrange(x, ""... l h d -> (...) l h d"")\r\n514 \t\r\n515 \t def _pad(x):\r\n",,terminal_output +5882,6959246,"TERMINAL",0,0,"q",,terminal_output +5883,6959323,"TERMINAL",0,0,"u",,terminal_output +5884,6959424,"TERMINAL",0,0,"e",,terminal_output +5885,6959525,"TERMINAL",0,0,"ry",,terminal_output +5886,6960384,"TERMINAL",0,0,".",,terminal_output +5887,6960695,"TERMINAL",0,0,"sh",,terminal_output +5888,6960795,"TERMINAL",0,0,"ap",,terminal_output +5889,6960894,"TERMINAL",0,0,"e",,terminal_output +5890,6961079,"TERMINAL",0,0,"\r\n(Pdb) (2, 1, 8, 64)\r\n",,terminal_output +5891,6985516,"utils/nn.py",0,0,"",python,tab +5892,6985881,"utils/nn.py",18623,0,"",python,selection_command +5893,6987381,"utils/nn.py",18599,0,"",python,selection_command +5894,6987627,"utils/nn.py",18598,0,"",python,selection_command +5895,6987648,"utils/nn.py",18519,0,"",python,selection_command +5896,6987684,"utils/nn.py",18509,0,"",python,selection_command +5897,6987717,"utils/nn.py",18476,0,"",python,selection_command +5898,6987748,"utils/nn.py",18433,0,"",python,selection_command +5899,6987781,"utils/nn.py",18407,0,"",python,selection_command +5900,6987814,"utils/nn.py",18381,0,"",python,selection_command +5901,6987850,"utils/nn.py",18353,0,"",python,selection_command +5902,6987882,"utils/nn.py",18329,0,"",python,selection_command +5903,6987917,"utils/nn.py",18301,0,"",python,selection_command +5904,6987951,"utils/nn.py",18251,0,"",python,selection_command +5905,6987979,"utils/nn.py",18181,0,"",python,selection_command +5906,6988014,"utils/nn.py",18180,0,"",python,selection_command +5907,6988049,"utils/nn.py",18109,0,"",python,selection_command +5908,6988080,"utils/nn.py",18108,0,"",python,selection_command +5909,6988116,"utils/nn.py",18011,0,"",python,selection_command +5910,6988147,"utils/nn.py",17997,0,"",python,selection_command +5911,6988181,"utils/nn.py",17950,0,"",python,selection_command +5912,6988214,"utils/nn.py",17847,0,"",python,selection_command +5913,6988249,"utils/nn.py",17708,0,"",python,selection_command +5914,6988280,"utils/nn.py",17568,0,"",python,selection_command +5915,6988314,"utils/nn.py",17511,0,"",python,selection_command +5916,6988347,"utils/nn.py",17386,0,"",python,selection_command +5917,6988387,"utils/nn.py",17347,0,"",python,selection_command +5918,6988417,"utils/nn.py",17318,0,"",python,selection_command +5919,6988456,"utils/nn.py",17225,0,"",python,selection_command +5920,6988481,"utils/nn.py",17224,0,"",python,selection_command +5921,6988514,"utils/nn.py",17148,0,"",python,selection_command +5922,6988548,"utils/nn.py",17072,0,"",python,selection_command +5923,6988582,"utils/nn.py",16987,0,"",python,selection_command +5924,6988615,"utils/nn.py",16986,0,"",python,selection_command +5925,6988648,"utils/nn.py",16943,0,"",python,selection_command +5926,6988681,"utils/nn.py",16904,0,"",python,selection_command +5927,6988883,"utils/nn.py",16861,0,"",python,selection_command +5928,6989142,"utils/nn.py",16860,0,"",python,selection_command +5929,6989168,"utils/nn.py",16807,0,"",python,selection_command +5930,6989198,"utils/nn.py",16748,0,"",python,selection_command +5931,6989234,"utils/nn.py",16709,0,"",python,selection_command +5932,6989265,"utils/nn.py",16708,0,"",python,selection_command +5933,6989299,"utils/nn.py",16665,0,"",python,selection_command +5934,6989332,"utils/nn.py",16628,0,"",python,selection_command +5935,6989366,"utils/nn.py",16627,0,"",python,selection_command +5936,6989399,"utils/nn.py",16556,0,"",python,selection_command +5937,6989431,"utils/nn.py",16535,0,"",python,selection_command +5938,6989465,"utils/nn.py",16534,0,"",python,selection_command +5939,6989500,"utils/nn.py",16467,0,"",python,selection_command +5940,6989628,"utils/nn.py",16440,0,"",python,selection_command +5941,6989884,"utils/nn.py",16439,0,"",python,selection_command +5942,6989906,"utils/nn.py",16373,0,"",python,selection_command +5943,6989938,"utils/nn.py",16352,0,"",python,selection_command +5944,6989977,"utils/nn.py",16279,0,"",python,selection_command +5945,6990129,"utils/nn.py",16278,0,"",python,selection_command +5946,6990481,"utils/nn.py",16279,0,"",python,selection_command +5947,6991007,"utils/nn.py",16283,0,"",python,selection_command +5948,6991156,"utils/nn.py",16287,0,"",python,selection_command +5949,6991351,"utils/nn.py",16299,0,"",python,selection_command +5950,6991795,"utils/nn.py",16304,0,"",python,selection_command +5951,6992090,"utils/nn.py",16305,0,"",python,selection_command +5952,7004049,"utils/nn.py",16305,0,"|",python,content +5953,7004050,"utils/nn.py",16306,0,"",python,selection_keyboard +5954,7004847,"utils/nn.py",16305,1,"",python,content +5955,7005466,"utils/nn.py",16305,0,"V",python,content +5956,7005466,"utils/nn.py",16306,0,"",python,selection_keyboard +5957,7005994,"utils/nn.py",16306,0,"j",python,content +5958,7005994,"utils/nn.py",16307,0,"",python,selection_keyboard +5959,7006620,"utils/nn.py",16306,1,"",python,content +5960,7006768,"utils/nn.py",16305,1,"",python,content +5961,7007188,"utils/nn.py",16305,0,"_",python,content +5962,7007189,"utils/nn.py",16306,0,"",python,selection_keyboard +5963,7008723,"utils/nn.py",16306,0,"B",python,content +5964,7008723,"utils/nn.py",16307,0,"",python,selection_keyboard +5965,7010661,"utils/nn.py",16307,0,"H",python,content +5966,7010661,"utils/nn.py",16308,0,"",python,selection_keyboard +5967,7011449,"utils/nn.py",16308,0,"K",python,content +5968,7011449,"utils/nn.py",16309,0,"",python,selection_keyboard +5969,7012050,"utils/nn.py",16308,0,"",python,selection_command +5970,7012836,"utils/nn.py",16309,0,"",python,selection_command +5971,7013009,"utils/nn.py",16313,0,"",python,selection_command +5972,7013912,"utils/nn.py",16314,0,"",python,selection_command +5973,7016477,"utils/nn.py",16314,0,"_",python,content +5974,7016477,"utils/nn.py",16315,0,"",python,selection_keyboard +5975,7017100,"utils/nn.py",16315,0,"B",python,content +5976,7017100,"utils/nn.py",16316,0,"",python,selection_keyboard +5977,7017962,"utils/nn.py",16316,0,"H",python,content +5978,7017962,"utils/nn.py",16317,0,"",python,selection_keyboard +5979,7018229,"utils/nn.py",16317,0,"K",python,content +5980,7018229,"utils/nn.py",16318,0,"",python,selection_keyboard +5981,7018596,"utils/nn.py",16317,0,"",python,selection_command +5982,7018727,"utils/nn.py",16318,0,"",python,selection_command +5983,7018895,"utils/nn.py",16324,0,"",python,selection_command +5984,7019586,"utils/nn.py",16325,0,"",python,selection_command +5985,7020116,"utils/nn.py",16325,0,"-",python,content +5986,7020116,"utils/nn.py",16326,0,"",python,selection_keyboard +5987,7020705,"utils/nn.py",16325,1,"",python,content +5988,7021096,"utils/nn.py",16325,0,"_",python,content +5989,7021096,"utils/nn.py",16326,0,"",python,selection_keyboard +5990,7022136,"utils/nn.py",16326,0,"B",python,content +5991,7022136,"utils/nn.py",16327,0,"",python,selection_keyboard +5992,7022744,"utils/nn.py",16327,0,"H",python,content +5993,7022745,"utils/nn.py",16328,0,"",python,selection_keyboard +5994,7023041,"utils/nn.py",16328,0,"K",python,content +5995,7023042,"utils/nn.py",16329,0,"",python,selection_keyboard +5996,7023322,"utils/nn.py",16328,0,"",python,selection_command +5997,7023709,"utils/nn.py",16278,0,"\n",python,content +5998,7023722,"utils/nn.py",16279,0," ",python,content +5999,7025060,"utils/nn.py",16283,0,"#",python,content +6000,7025060,"utils/nn.py",16284,0,"",python,selection_keyboard +6001,7025736,"utils/nn.py",16284,0," ",python,content +6002,7025736,"utils/nn.py",16285,0,"",python,selection_keyboard +6003,7026152,"utils/nn.py",16285,0,"F",python,content +6004,7026152,"utils/nn.py",16286,0,"",python,selection_keyboard +6005,7026769,"utils/nn.py",16286,0,"IXME (f.srambical): this is a copy of the attention_fn in utils/nn.py",python,content +6006,7026968,"utils/nn.py",16354,0,"",python,selection_command +6007,7027156,"utils/nn.py",16353,0,"",python,selection_command +6008,7027402,"utils/nn.py",16352,0,"",python,selection_command +6009,7027434,"utils/nn.py",16350,0,"",python,selection_command +6010,7027464,"utils/nn.py",16349,0,"",python,selection_command +6011,7027498,"utils/nn.py",16344,0,"",python,selection_command +6012,7027530,"utils/nn.py",16341,0,"",python,selection_command +6013,7027564,"utils/nn.py",16328,0,"",python,selection_command +6014,7027598,"utils/nn.py",16324,0,"",python,selection_command +6015,7027630,"utils/nn.py",16321,0,"",python,selection_command +6016,7027666,"utils/nn.py",16316,0,"",python,selection_command +6017,7027695,"utils/nn.py",16314,0,"",python,selection_command +6018,7027730,"utils/nn.py",16311,0,"",python,selection_command +6019,7027764,"utils/nn.py",16306,0,"",python,selection_command +6020,7027797,"utils/nn.py",16303,0,"",python,selection_command +6021,7027828,"utils/nn.py",16294,0,"",python,selection_command +6022,7028015,"utils/nn.py",16303,0,"",python,selection_command +6023,7028177,"utils/nn.py",16306,0,"",python,selection_command +6024,7028739,"utils/nn.py",16306,49,"",python,content +6025,7029253,"utils/nn.py",16306,0,"k",python,content +6026,7029253,"utils/nn.py",16307,0,"",python,selection_keyboard +6027,7029254,"utils/nn.py",16307,0,"e",python,content +6028,7029254,"utils/nn.py",16308,0,"",python,selection_keyboard +6029,7029351,"utils/nn.py",16308,0,"y",python,content +6030,7029351,"utils/nn.py",16309,0,"",python,selection_keyboard +6031,7029539,"utils/nn.py",16309,0,"s",python,content +6032,7029539,"utils/nn.py",16310,0,"",python,selection_keyboard +6033,7029623,"utils/nn.py",16310,0," ",python,content +6034,7029623,"utils/nn.py",16311,0,"",python,selection_keyboard +6035,7029703,"utils/nn.py",16311,0,"a",python,content +6036,7029703,"utils/nn.py",16312,0,"",python,selection_keyboard +6037,7029805,"utils/nn.py",16312,0,"n",python,content +6038,7029805,"utils/nn.py",16313,0,"",python,selection_keyboard +6039,7030041,"utils/nn.py",16313,0,"d",python,content +6040,7030041,"utils/nn.py",16314,0,"",python,selection_keyboard +6041,7030088,"utils/nn.py",16314,0," ",python,content +6042,7030088,"utils/nn.py",16315,0,"",python,selection_keyboard +6043,7030223,"utils/nn.py",16315,0,"v",python,content +6044,7030223,"utils/nn.py",16316,0,"",python,selection_keyboard +6045,7030411,"utils/nn.py",16316,0,"a",python,content +6046,7030411,"utils/nn.py",16317,0,"",python,selection_keyboard +6047,7030504,"utils/nn.py",16317,0,"l",python,content +6048,7030504,"utils/nn.py",16318,0,"",python,selection_keyboard +6049,7030523,"utils/nn.py",16318,0,"u",python,content +6050,7030524,"utils/nn.py",16319,0,"",python,selection_keyboard +6051,7030534,"utils/nn.py",16319,0,"e",python,content +6052,7030534,"utils/nn.py",16320,0,"",python,selection_keyboard +6053,7030758,"utils/nn.py",16320,0,"s",python,content +6054,7030758,"utils/nn.py",16321,0,"",python,selection_keyboard +6055,7030820,"utils/nn.py",16321,0," ",python,content +6056,7030820,"utils/nn.py",16322,0,"",python,selection_keyboard +6057,7031151,"utils/nn.py",16322,0,"c",python,content +6058,7031151,"utils/nn.py",16323,0,"",python,selection_keyboard +6059,7031260,"utils/nn.py",16323,0,"o",python,content +6060,7031260,"utils/nn.py",16324,0,"",python,selection_keyboard +6061,7031302,"utils/nn.py",16324,0,"u",python,content +6062,7031302,"utils/nn.py",16325,0,"",python,selection_keyboard +6063,7031590,"utils/nn.py",16325,0,"l",python,content +6064,7031591,"utils/nn.py",16326,0,"",python,selection_keyboard +6065,7031975,"utils/nn.py",16326,0,"d",python,content +6066,7031976,"utils/nn.py",16327,0,"",python,selection_keyboard +6067,7032039,"utils/nn.py",16327,0," ",python,content +6068,7032039,"utils/nn.py",16328,0,"",python,selection_keyboard +6069,7032214,"utils/nn.py",16328,0,"h",python,content +6070,7032214,"utils/nn.py",16329,0,"",python,selection_keyboard +6071,7032640,"utils/nn.py",16329,0,"a",python,content +6072,7032640,"utils/nn.py",16330,0,"",python,selection_keyboard +6073,7032640,"utils/nn.py",16330,0,"v",python,content +6074,7032641,"utils/nn.py",16331,0,"",python,selection_keyboard +6075,7032733,"utils/nn.py",16331,0,"e",python,content +6076,7032733,"utils/nn.py",16332,0,"",python,selection_keyboard +6077,7032995,"utils/nn.py",16332,0,"a",python,content +6078,7032995,"utils/nn.py",16333,0,"",python,selection_keyboard +6079,7033117,"utils/nn.py",16333,0," ",python,content +6080,7033117,"utils/nn.py",16334,0,"",python,selection_keyboard +6081,7033284,"utils/nn.py",16334,0,"d",python,content +6082,7033284,"utils/nn.py",16335,0,"",python,selection_keyboard +6083,7033284,"utils/nn.py",16335,0,"i",python,content +6084,7033284,"utils/nn.py",16336,0,"",python,selection_keyboard +6085,7033447,"utils/nn.py",16336,0,"f",python,content +6086,7033447,"utils/nn.py",16337,0,"",python,selection_keyboard +6087,7033641,"utils/nn.py",16336,1,"",python,content +6088,7033775,"utils/nn.py",16335,1,"",python,content +6089,7033970,"utils/nn.py",16334,1,"",python,content +6090,7034077,"utils/nn.py",16333,1,"",python,content +6091,7034223,"utils/nn.py",16332,1,"",python,content +6092,7034297,"utils/nn.py",16332,0,"a",python,content +6093,7034297,"utils/nn.py",16333,0,"",python,selection_keyboard +6094,7034498,"utils/nn.py",16333,0," ",python,content +6095,7034498,"utils/nn.py",16334,0,"",python,selection_keyboard +6096,7034756,"utils/nn.py",16333,1,"",python,content +6097,7034909,"utils/nn.py",16332,1,"",python,content +6098,7035018,"utils/nn.py",16332,0," ",python,content +6099,7035018,"utils/nn.py",16333,0,"",python,selection_keyboard +6100,7035114,"utils/nn.py",16333,0,"a",python,content +6101,7035115,"utils/nn.py",16334,0,"",python,selection_keyboard +6102,7035214,"utils/nn.py",16334,0," ",python,content +6103,7035215,"utils/nn.py",16335,0,"",python,selection_keyboard +6104,7035340,"utils/nn.py",16335,0,"d",python,content +6105,7035341,"utils/nn.py",16336,0,"",python,selection_keyboard +6106,7035373,"utils/nn.py",16336,0,"i",python,content +6107,7035373,"utils/nn.py",16337,0,"",python,selection_keyboard +6108,7035549,"utils/nn.py",16337,0,"f",python,content +6109,7035549,"utils/nn.py",16338,0,"",python,selection_keyboard +6110,7035573,"utils/nn.py",16338,0,"f",python,content +6111,7035573,"utils/nn.py",16339,0,"",python,selection_keyboard +6112,7035774,"utils/nn.py",16339,0,"e",python,content +6113,7035774,"utils/nn.py",16340,0,"",python,selection_keyboard +6114,7035880,"utils/nn.py",16340,0,"r",python,content +6115,7035880,"utils/nn.py",16341,0,"",python,selection_keyboard +6116,7035975,"utils/nn.py",16341,0,"e",python,content +6117,7035975,"utils/nn.py",16342,0,"",python,selection_keyboard +6118,7036075,"utils/nn.py",16342,0,"n",python,content +6119,7036075,"utils/nn.py",16343,0,"",python,selection_keyboard +6120,7036158,"utils/nn.py",16343,0,"t",python,content +6121,7036159,"utils/nn.py",16344,0,"",python,selection_keyboard +6122,7036344,"utils/nn.py",16344,0," ",python,content +6123,7036344,"utils/nn.py",16345,0,"",python,selection_keyboard +6124,7036454,"utils/nn.py",16345,0,"d",python,content +6125,7036454,"utils/nn.py",16346,0,"",python,selection_keyboard +6126,7036460,"utils/nn.py",16346,0,"i",python,content +6127,7036460,"utils/nn.py",16347,0,"",python,selection_keyboard +6128,7036476,"utils/nn.py",16347,0,"m",python,content +6129,7036476,"utils/nn.py",16348,0,"",python,selection_keyboard +6130,7036594,"utils/nn.py",16348,0,"e",python,content +6131,7036595,"utils/nn.py",16349,0,"",python,selection_keyboard +6132,7036692,"utils/nn.py",16349,0,"n",python,content +6133,7036693,"utils/nn.py",16350,0,"",python,selection_keyboard +6134,7036878,"utils/nn.py",16350,0,"s",python,content +6135,7036878,"utils/nn.py",16351,0,"",python,selection_keyboard +6136,7036881,"utils/nn.py",16351,0,"i",python,content +6137,7036881,"utils/nn.py",16352,0,"",python,selection_keyboard +6138,7036924,"utils/nn.py",16352,0,"o",python,content +6139,7036924,"utils/nn.py",16353,0,"",python,selection_keyboard +6140,7036980,"utils/nn.py",16353,0,"n",python,content +6141,7036980,"utils/nn.py",16354,0,"",python,selection_keyboard +6142,7037115,"utils/nn.py",16354,0,"n",python,content +6143,7037116,"utils/nn.py",16355,0,"",python,selection_keyboard +6144,7037225,"utils/nn.py",16355,0,"a",python,content +6145,7037225,"utils/nn.py",16356,0,"",python,selection_keyboard +6146,7037427,"utils/nn.py",16356,0,"l",python,content +6147,7037428,"utils/nn.py",16357,0,"",python,selection_keyboard +6148,7037431,"utils/nn.py",16357,0,"i",python,content +6149,7037431,"utils/nn.py",16358,0,"",python,selection_keyboard +6150,7037469,"utils/nn.py",16358,0,"t",python,content +6151,7037469,"utils/nn.py",16359,0,"",python,selection_keyboard +6152,7037642,"utils/nn.py",16359,0,"y",python,content +6153,7037642,"utils/nn.py",16360,0,"",python,selection_keyboard +6154,7038224,"utils/nn.py",16359,0,"",python,selection_command +6155,7038834,"utils/nn.py",16358,0,"",python,selection_command +6156,7038863,"utils/nn.py",16357,0,"",python,selection_command +6157,7038984,"utils/nn.py",16356,0,"",python,selection_command +6158,7039213,"utils/nn.py",16355,0,"",python,selection_command +6159,7039404,"utils/nn.py",16354,1,"",python,content +6160,7039530,"utils/nn.py",16353,0,"",python,selection_command +6161,7041150,"utils/nn.py",16434,0,"",python,selection_command +6162,7041601,"utils/nn.py",16432,0,"",python,selection_command +6163,7042062,"utils/nn.py",16428,0,"",python,selection_command +6164,7042359,"utils/nn.py",16427,0,"",python,selection_command +6165,7042359,"utils/nn.py",16423,0,"",python,selection_command +6166,7042360,"utils/nn.py",16421,0,"",python,selection_command +6167,7042419,"utils/nn.py",16417,0,"",python,selection_command +6168,7042432,"utils/nn.py",16416,0,"",python,selection_command +6169,7042884,"utils/nn.py",16464,0,"",python,selection_command +6170,7043081,"utils/nn.py",16522,0,"",python,selection_command +6171,7043099,"utils/nn.py",16532,0,"",python,selection_command +6172,7043133,"utils/nn.py",16558,0,"",python,selection_command +6173,7043249,"utils/nn.py",16616,0,"",python,selection_command +6174,7043427,"utils/nn.py",16627,0,"",python,selection_command +6175,7043605,"utils/nn.py",16647,0,"",python,selection_command +6176,7043722,"utils/nn.py",16705,0,"",python,selection_command +6177,7043934,"utils/nn.py",16720,0,"",python,selection_command +6178,7044129,"utils/nn.py",16756,0,"",python,selection_command +6179,7045339,"utils/nn.py",16790,0,"_BHK",python,content +6180,7045339,"utils/nn.py",16751,0,"_BHK",python,content +6181,7047426,"utils/nn.py",17084,0,"_BHK",python,content +6182,7047426,"utils/nn.py",17041,0,"_BHK",python,content +6183,7047426,"utils/nn.py",17002,0,"_BHK",python,content +6184,7051112,"utils/nn.py",16979,0,"",python,selection_command +6185,7051356,"utils/nn.py",16981,0,"",python,selection_command +6186,7051385,"utils/nn.py",16985,0,"",python,selection_command +6187,7051419,"utils/nn.py",16986,0,"",python,selection_command +6188,7062712,"utils/nn.py",16961,0,"",python,selection_command +6189,7062944,"utils/nn.py",16932,0,"",python,selection_command +6190,7062977,"utils/nn.py",16873,0,"",python,selection_command +6191,7063010,"utils/nn.py",16834,0,"",python,selection_command +6192,7063043,"utils/nn.py",16809,0,"",python,selection_command +6193,7063079,"utils/nn.py",16786,0,"",python,selection_command +6194,7063110,"utils/nn.py",16745,0,"",python,selection_command +6195,7063144,"utils/nn.py",16720,0,"",python,selection_command +6196,7063177,"utils/nn.py",16673,0,"",python,selection_command +6197,7063211,"utils/nn.py",16647,0,"",python,selection_command +6198,7063330,"utils/nn.py",16627,0,"",python,selection_command +6199,7063331,"utils/nn.py",16584,0,"",python,selection_command +6200,7063398,"utils/nn.py",16557,0,"",python,selection_command +6201,7063668,"utils/nn.py",16584,0,"",python,selection_command +6202,7063979,"utils/nn.py",16585,0,"",python,selection_command +6203,7064221,"utils/nn.py",16586,0,"",python,selection_command +6204,7064245,"utils/nn.py",16595,0,"",python,selection_command +6205,7064280,"utils/nn.py",16596,0,"",python,selection_command +6206,7064379,"utils/nn.py",16597,0,"",python,selection_command +6207,7064380,"utils/nn.py",16599,0,"",python,selection_command +6208,7064462,"utils/nn.py",16604,0,"",python,selection_command +6209,7064700,"utils/nn.py",16606,0,"",python,selection_command +6210,7065040,"utils/nn.py",16608,0,"",python,selection_command +6211,7065485,"utils/nn.py",16608,1,"k",python,content +6212,7065564,"utils/nn.py",16610,0,"",python,selection_command +6213,7065750,"utils/nn.py",16613,0,"",python,selection_command +6214,7065951,"utils/nn.py",16619,0,"",python,selection_command +6215,7066192,"utils/nn.py",16621,0,"",python,selection_command +6216,7066551,"utils/nn.py",16623,0,"",python,selection_command +6217,7067107,"utils/nn.py",16623,1,"k",python,content +6218,7116156,"utils/nn.py",16558,0,"",python,selection_command +6219,7116319,"utils/nn.py",16532,0,"",python,selection_command +6220,7116427,"utils/nn.py",16529,0,"",python,selection_command +6221,7116593,"utils/nn.py",16464,0,"",python,selection_command +6222,7116768,"utils/nn.py",16423,0,"",python,selection_command +6223,7117161,"utils/nn.py",16421,0,"",python,selection_command +6224,7117413,"utils/nn.py",16417,0,"",python,selection_command +6225,7117441,"utils/nn.py",16416,0,"",python,selection_command +6226,7117468,"utils/nn.py",16412,0,"",python,selection_command +6227,7117500,"utils/nn.py",16410,0,"",python,selection_command +6228,7117534,"utils/nn.py",16401,0,"",python,selection_command +6229,7117569,"utils/nn.py",16399,0,"",python,selection_command +6230,7117599,"utils/nn.py",16392,0,"",python,selection_command +6231,7117746,"utils/nn.py",16390,0,"",python,selection_command +6232,7117945,"utils/nn.py",16381,0,"",python,selection_command +6233,7118437,"utils/nn.py",16390,0,"",python,selection_command +6234,7119220,"utils/nn.py",16389,0,"",python,selection_command +6235,7119259,"utils/nn.py",16388,0,"",python,selection_command +6236,7124259,"utils/nn.py",16388,0,"S",python,content +6237,7124259,"utils/nn.py",16389,0,"",python,selection_keyboard +6238,7124703,"utils/nn.py",16388,0,"",python,selection_command +6239,7125064,"utils/nn.py",16390,0,"",python,selection_command +6240,7125214,"utils/nn.py",16391,0,"",python,selection_command +6241,7125748,"utils/nn.py",16409,0,"S",python,content +6242,7125748,"utils/nn.py",16398,0,"S",python,content +6243,7125748,"utils/nn.py",16411,0,"",python,selection_command +6244,7127496,"utils/nn.py",16799,0,"S",python,content +6245,7127496,"utils/nn.py",16756,0,"S",python,content +6246,7128915,"utils/nn.py",17099,0,"S",python,content +6247,7128915,"utils/nn.py",17052,0,"S",python,content +6248,7128915,"utils/nn.py",17009,0,"S",python,content +6249,7133497,"utils/nn.py",16984,0,"",python,selection_command +6250,7133742,"utils/nn.py",16986,0,"",python,selection_command +6251,7133858,"utils/nn.py",16990,0,"",python,selection_command +6252,7134069,"utils/nn.py",16991,0,"",python,selection_command +6253,7144970,"utils/nn.py",16990,0,"",python,selection_command +6254,7145080,"utils/nn.py",16986,0,"",python,selection_command +6255,7145249,"utils/nn.py",16984,0,"",python,selection_command +6256,7145496,"utils/nn.py",16975,0,"",python,selection_command +6257,7146755,"utils/nn.py",16982,0,"",python,selection_command +6258,7147458,"utils/nn.py",16983,0,"",python,selection_command +6259,7149019,"utils/nn.py",16982,1,"",python,content +6260,7149241,"utils/nn.py",16981,1,"",python,content +6261,7151355,"utils/nn.py",17073,0,"BSHK",python,content +6262,7151355,"utils/nn.py",17071,2,"",python,content +6263,7151355,"utils/nn.py",17027,0,"BSHK",python,content +6264,7151355,"utils/nn.py",17025,2,"",python,content +6265,7151355,"utils/nn.py",16981,0,"BSHK",python,content +6266,7152152,"utils/nn.py",16984,0,"",python,selection_command +6267,7164582,"utils/nn.py",16966,0,"",python,selection_command +6268,7164833,"utils/nn.py",16930,0,"",python,selection_command +6269,7164847,"utils/nn.py",16871,0,"",python,selection_command +6270,7164897,"utils/nn.py",16832,0,"",python,selection_command +6271,7164923,"utils/nn.py",16814,0,"",python,selection_command +6272,7164955,"utils/nn.py",16783,0,"",python,selection_command +6273,7164987,"utils/nn.py",16741,0,"",python,selection_command +6274,7165021,"utils/nn.py",16723,0,"",python,selection_command +6275,7165056,"utils/nn.py",16669,0,"",python,selection_command +6276,7165088,"utils/nn.py",16648,0,"",python,selection_command +6277,7165138,"utils/nn.py",16630,0,"",python,selection_command +6278,7165162,"utils/nn.py",16580,0,"",python,selection_command +6279,7165189,"utils/nn.py",16553,0,"",python,selection_command +6280,7165229,"utils/nn.py",16535,0,"",python,selection_command +6281,7165260,"utils/nn.py",16486,0,"",python,selection_command +6282,7165463,"utils/nn.py",16465,0,"",python,selection_command +6283,7165587,"utils/nn.py",16377,0,"",python,selection_command +6284,7172742,"utils/nn.py",16465,0,"",python,selection_command +6285,7172989,"utils/nn.py",16486,0,"",python,selection_command +6286,7173018,"utils/nn.py",16535,0,"",python,selection_command +6287,7173063,"utils/nn.py",16553,0,"",python,selection_command +6288,7173079,"utils/nn.py",16580,0,"",python,selection_command +6289,7173112,"utils/nn.py",16630,0,"",python,selection_command +6290,7173145,"utils/nn.py",16648,0,"",python,selection_command +6291,7173183,"utils/nn.py",16669,0,"",python,selection_command +6292,7173217,"utils/nn.py",16723,0,"",python,selection_command +6293,7173253,"utils/nn.py",16741,0,"",python,selection_command +6294,7173445,"utils/nn.py",16783,0,"",python,selection_command +6295,7173642,"utils/nn.py",16814,0,"",python,selection_command +6296,7173898,"utils/nn.py",16832,0,"",python,selection_command +6297,7174196,"utils/nn.py",16871,0,"",python,selection_command +6298,7174366,"utils/nn.py",16930,0,"",python,selection_command +6299,7174552,"utils/nn.py",16966,0,"",python,selection_command +6300,7174722,"utils/nn.py",16984,0,"",python,selection_command +6301,7174902,"utils/nn.py",16966,0,"",python,selection_command +6302,7175169,"utils/nn.py",16930,0,"",python,selection_command +6303,7175185,"utils/nn.py",16871,0,"",python,selection_command +6304,7175218,"utils/nn.py",16832,0,"",python,selection_command +6305,7175347,"utils/nn.py",16871,0,"",python,selection_command +6306,7175595,"utils/nn.py",16930,0,"",python,selection_command +6307,7175729,"utils/nn.py",16966,0,"",python,selection_command +6308,7175950,"utils/nn.py",16984,0,"",python,selection_command +6309,7176122,"utils/nn.py",17034,0,"",python,selection_command +6310,7176389,"utils/nn.py",17080,0,"",python,selection_command +6311,7176410,"utils/nn.py",17113,0,"",python,selection_command +6312,7176434,"utils/nn.py",17131,0,"",python,selection_command +6313,7176470,"utils/nn.py",17216,0,"",python,selection_command +6314,7176501,"utils/nn.py",17292,0,"",python,selection_command +6315,7176539,"utils/nn.py",17351,0,"",python,selection_command +6316,7176571,"utils/nn.py",17369,0,"",python,selection_command +6317,7176605,"utils/nn.py",17462,0,"",python,selection_command +6318,7176639,"utils/nn.py",17491,0,"",python,selection_command +6319,7176670,"utils/nn.py",17530,0,"",python,selection_command +6320,7176704,"utils/nn.py",17655,0,"",python,selection_command +6321,7176736,"utils/nn.py",17712,0,"",python,selection_command +6322,7176770,"utils/nn.py",17852,0,"",python,selection_command +6323,7176804,"utils/nn.py",17991,0,"",python,selection_command +6324,7176836,"utils/nn.py",18094,0,"",python,selection_command +6325,7176868,"utils/nn.py",18136,0,"",python,selection_command +6326,7176903,"utils/nn.py",18155,0,"",python,selection_command +6327,7176937,"utils/nn.py",18235,0,"",python,selection_command +6328,7176970,"utils/nn.py",18253,0,"",python,selection_command +6329,7177004,"utils/nn.py",18307,0,"",python,selection_command +6330,7177037,"utils/nn.py",18325,0,"",python,selection_command +6331,7177071,"utils/nn.py",18395,0,"",python,selection_command +6332,7177103,"utils/nn.py",18445,0,"",python,selection_command +6333,7177154,"utils/nn.py",18395,0,"",python,selection_command +6334,7177411,"utils/nn.py",18325,0,"",python,selection_command +6335,7177445,"utils/nn.py",18307,0,"",python,selection_command +6336,7177470,"utils/nn.py",18253,0,"",python,selection_command +6337,7177507,"utils/nn.py",18235,0,"",python,selection_command +6338,7177542,"utils/nn.py",18155,0,"",python,selection_command +6339,7177588,"utils/nn.py",18136,0,"",python,selection_command +6340,7177605,"utils/nn.py",18094,0,"",python,selection_command +6341,7177638,"utils/nn.py",17991,0,"",python,selection_command +6342,7177671,"utils/nn.py",17852,0,"",python,selection_command +6343,7177698,"utils/nn.py",17712,0,"",python,selection_command +6344,7177732,"utils/nn.py",17655,0,"",python,selection_command +6345,7177776,"utils/nn.py",17530,0,"",python,selection_command +6346,7177806,"utils/nn.py",17491,0,"",python,selection_command +6347,7177833,"utils/nn.py",17462,0,"",python,selection_command +6348,7177872,"utils/nn.py",17369,0,"",python,selection_command +6349,7177905,"utils/nn.py",17351,0,"",python,selection_command +6350,7177938,"utils/nn.py",17292,0,"",python,selection_command +6351,7177970,"utils/nn.py",17216,0,"",python,selection_command +6352,7178005,"utils/nn.py",17131,0,"",python,selection_command +6353,7178141,"utils/nn.py",17216,0,"",python,selection_command +6354,7178431,"utils/nn.py",17292,0,"",python,selection_command +6355,7178580,"utils/nn.py",17351,0,"",python,selection_command +6356,7178741,"utils/nn.py",17369,0,"",python,selection_command +6357,7178912,"utils/nn.py",17462,0,"",python,selection_command +6358,7179098,"utils/nn.py",17491,0,"",python,selection_command +6359,7179743,"utils/nn.py",17462,0,"",python,selection_command +6360,7179912,"utils/nn.py",17491,0,"",python,selection_command +6361,7185006,"utils/nn.py",17494,0,"",python,selection_command +6362,7185181,"utils/nn.py",17496,0,"",python,selection_command +6363,7185356,"utils/nn.py",17506,0,"",python,selection_command +6364,7185518,"utils/nn.py",17507,0,"",python,selection_command +6365,7186236,"utils/nn.py",16426,0,"",python,selection_command +6366,7187427,"utils/nn.py",16429,0,"",python,selection_command +6367,7188825,"utils/nn.py",16430,0,"",python,selection_command +6368,7189491,"utils/nn.py",16429,0,"",python,selection_command +6369,7191941,"TERMINAL",0,0,"m",,terminal_output +6370,7192171,"TERMINAL",0,0,"a",,terminal_output +6371,7192251,"TERMINAL",0,0,"s",,terminal_output +6372,7192321,"TERMINAL",0,0,"k",,terminal_output +6373,7192441,"TERMINAL",0,0,".",,terminal_output +6374,7192688,"TERMINAL",0,0,"sh",,terminal_output +6375,7192857,"TERMINAL",0,0,"ap",,terminal_output +6376,7192936,"TERMINAL",0,0,"e",,terminal_output +6377,7193119,"TERMINAL",0,0,"\r\n(Pdb) (2, 1, 1, 1)\r\n",,terminal_output +6378,7197695,"utils/nn.py",16430,0,"",python,selection_command +6379,7198235,"utils/nn.py",16430,0,"_",python,content +6380,7198235,"utils/nn.py",16431,0,"",python,selection_keyboard +6381,7200097,"utils/nn.py",16431,0,"B",python,content +6382,7200097,"utils/nn.py",16432,0,"",python,selection_keyboard +6383,7200533,"utils/nn.py",16432,0,",",python,content +6384,7200533,"utils/nn.py",16433,0,"",python,selection_keyboard +6385,7201106,"utils/nn.py",16432,1,"",python,content +6386,7202586,"utils/nn.py",16432,0,"S",python,content +6387,7202586,"utils/nn.py",16433,0,"",python,selection_keyboard +6388,7210160,"utils/nn.py",16433,0,"S",python,content +6389,7210160,"utils/nn.py",16434,0,"",python,selection_keyboard +6390,7210424,"utils/nn.py",16433,0,"",python,selection_command +6391,7239382,"utils/nn.py",16426,0,"",python,selection_command +6392,7239636,"utils/nn.py",16426,1,"m",python,selection_command +6393,7239745,"utils/nn.py",16426,8,"mask_BSS",python,selection_command +6394,7374240,"utils/nn.py",16426,7,"mask_BS",python,selection_command +6395,7375119,"utils/nn.py",16432,0,"",python,selection_command +6396,7375842,"utils/nn.py",16432,0,"1",python,content +6397,7375843,"utils/nn.py",16433,0,"",python,selection_keyboard +6398,7375991,"utils/nn.py",16432,0,"",python,selection_command +6399,7376694,"utils/nn.py",16433,0,"",python,selection_command +6400,7380693,"utils/nn.py",16433,1,"Q",python,content +6401,7381675,"utils/nn.py",16434,0,"",python,selection_command +6402,7382610,"utils/nn.py",16434,1,"K",python,content +6403,7383184,"utils/nn.py",16426,0,"",python,selection_command +6404,7383330,"utils/nn.py",16424,0,"",python,selection_command +6405,7383585,"utils/nn.py",16420,0,"",python,selection_command +6406,7383612,"utils/nn.py",16419,0,"",python,selection_command +6407,7383642,"utils/nn.py",16415,0,"",python,selection_command +6408,7383673,"utils/nn.py",16413,0,"",python,selection_command +6409,7383707,"utils/nn.py",16403,0,"",python,selection_command +6410,7383742,"utils/nn.py",16401,0,"",python,selection_command +6411,7383773,"utils/nn.py",16393,0,"",python,selection_command +6412,7383892,"utils/nn.py",16391,0,"",python,selection_command +6413,7384095,"utils/nn.py",16381,0,"",python,selection_command +6414,7384759,"utils/nn.py",16382,0,"",python,selection_command +6415,7385083,"utils/nn.py",16383,0,"",python,selection_command +6416,7385083,"utils/nn.py",16384,0,"",python,selection_command +6417,7385084,"utils/nn.py",16385,0,"",python,selection_command +6418,7385094,"utils/nn.py",16386,0,"",python,selection_command +6419,7385125,"utils/nn.py",16387,0,"",python,selection_command +6420,7385155,"utils/nn.py",16388,0,"",python,selection_command +6421,7385193,"utils/nn.py",16389,0,"",python,selection_command +6422,7385347,"utils/nn.py",16390,0,"",python,selection_command +6423,7386136,"utils/nn.py",16390,1,"D",python,content +6424,7386682,"utils/nn.py",16391,0,"",python,selection_command +6425,7386882,"utils/nn.py",16400,0,"",python,selection_command +6426,7387047,"utils/nn.py",16401,0,"",python,selection_command +6427,7387541,"utils/nn.py",16413,0,"D",python,content +6428,7387541,"utils/nn.py",16412,1,"",python,content +6429,7387541,"utils/nn.py",16401,0,"D",python,content +6430,7387541,"utils/nn.py",16400,1,"",python,content +6431,7388752,"utils/nn.py",16808,0,"D",python,content +6432,7388752,"utils/nn.py",16807,1,"",python,content +6433,7388752,"utils/nn.py",16764,0,"D",python,content +6434,7388752,"utils/nn.py",16763,1,"",python,content +6435,7389598,"utils/nn.py",17115,0,"D",python,content +6436,7389598,"utils/nn.py",17114,1,"",python,content +6437,7389598,"utils/nn.py",17086,0,"D",python,content +6438,7389598,"utils/nn.py",17085,1,"",python,content +6439,7389598,"utils/nn.py",17065,0,"D",python,content +6440,7389598,"utils/nn.py",17064,1,"",python,content +6441,7389599,"utils/nn.py",17038,0,"D",python,content +6442,7389599,"utils/nn.py",17037,1,"",python,content +6443,7389599,"utils/nn.py",17019,0,"D",python,content +6444,7389599,"utils/nn.py",17018,1,"",python,content +6445,7389599,"utils/nn.py",16990,0,"D",python,content +6446,7389599,"utils/nn.py",16989,1,"",python,content +6447,7396905,"utils/nn.py",16971,0,"",python,selection_command +6448,7397150,"utils/nn.py",16926,0,"",python,selection_command +6449,7397188,"utils/nn.py",16867,0,"",python,selection_command +6450,7397217,"utils/nn.py",16828,0,"",python,selection_command +6451,7397252,"utils/nn.py",16819,0,"",python,selection_command +6452,7397286,"utils/nn.py",16779,0,"",python,selection_command +6453,7397312,"utils/nn.py",16737,0,"",python,selection_command +6454,7397347,"utils/nn.py",16728,0,"",python,selection_command +6455,7397388,"utils/nn.py",16665,0,"",python,selection_command +6456,7397416,"utils/nn.py",16644,0,"",python,selection_command +6457,7397452,"utils/nn.py",16635,0,"",python,selection_command +6458,7397485,"utils/nn.py",16576,0,"",python,selection_command +6459,7397520,"utils/nn.py",16549,0,"",python,selection_command +6460,7397554,"utils/nn.py",16540,0,"",python,selection_command +6461,7397587,"utils/nn.py",16482,0,"",python,selection_command +6462,7397613,"utils/nn.py",16461,0,"",python,selection_command +6463,7397655,"utils/nn.py",16368,0,"",python,selection_command +6464,7397681,"utils/nn.py",16287,0,"",python,selection_command +6465,7397721,"utils/nn.py",16278,0,"",python,selection_command +6466,7397753,"utils/nn.py",16276,0,"",python,selection_command +6467,7397786,"utils/nn.py",16238,0,"",python,selection_command +6468,7397820,"utils/nn.py",16140,0,"",python,selection_command +6469,7397854,"utils/nn.py",16055,0,"",python,selection_command +6470,7397885,"utils/nn.py",16046,0,"",python,selection_command +6471,7397921,"utils/nn.py",15975,0,"",python,selection_command +6472,7398036,"utils/nn.py",15879,0,"",python,selection_command +6473,7398037,"utils/nn.py",15870,0,"",python,selection_command +6474,7398037,"utils/nn.py",15807,0,"",python,selection_command +6475,7398059,"utils/nn.py",15797,0,"",python,selection_command +6476,7398085,"utils/nn.py",15711,0,"",python,selection_command +6477,7398121,"utils/nn.py",15702,0,"",python,selection_command +6478,7398150,"utils/nn.py",15701,0,"",python,selection_command +6479,7398188,"utils/nn.py",15669,0,"",python,selection_command +6480,7398217,"utils/nn.py",15609,0,"",python,selection_command +6481,7398252,"utils/nn.py",15600,0,"",python,selection_command +6482,7398286,"utils/nn.py",15563,0,"",python,selection_command +6483,7398316,"utils/nn.py",15504,0,"",python,selection_command +6484,7398348,"utils/nn.py",15459,0,"",python,selection_command +6485,7398388,"utils/nn.py",15450,0,"",python,selection_command +6486,7398417,"utils/nn.py",15418,0,"",python,selection_command +6487,7398561,"utils/nn.py",15450,0,"",python,selection_command +6488,7398779,"utils/nn.py",15459,0,"",python,selection_command +6489,7398804,"utils/nn.py",15504,0,"",python,selection_command +6490,7398839,"utils/nn.py",15563,0,"",python,selection_command +6491,7398872,"utils/nn.py",15600,0,"",python,selection_command +6492,7398906,"utils/nn.py",15609,0,"",python,selection_command +6493,7398938,"utils/nn.py",15669,0,"",python,selection_command +6494,7398972,"utils/nn.py",15701,0,"",python,selection_command +6495,7399086,"utils/nn.py",15702,0,"",python,selection_command +6496,7399105,"utils/nn.py",15711,0,"",python,selection_command +6497,7399608,"utils/nn.py",15797,0,"",python,selection_command +6498,7412196,"utils/nn.py",15807,0,"",python,selection_command +6499,7412197,"utils/nn.py",15870,0,"",python,selection_command +6500,7412393,"utils/nn.py",15879,0,"",python,selection_command +6501,7412467,"utils/nn.py",15975,0,"",python,selection_command +6502,7412619,"utils/nn.py",16046,0,"",python,selection_command +6503,7412768,"utils/nn.py",16055,0,"",python,selection_command +6504,7412923,"utils/nn.py",16140,0,"",python,selection_command +6505,7413102,"utils/nn.py",16238,0,"",python,selection_command +6506,7413586,"utils/nn.py",16269,0,"",python,selection_command +6507,7414490,"utils/nn.py",16268,0,"",python,selection_command +6508,7417807,"utils/nn.py",16269,0,"",python,selection_command +6509,7418160,"utils/nn.py",16269,0," ",python,content +6510,7418160,"utils/nn.py",16270,0,"",python,selection_keyboard +6511,7418539,"utils/nn.py",16270,0,"c",python,content +6512,7418539,"utils/nn.py",16271,0,"",python,selection_keyboard +6513,7418611,"utils/nn.py",16271,0,"u",python,content +6514,7418611,"utils/nn.py",16272,0,"",python,selection_keyboard +6515,7419164,"utils/nn.py",16272,0,"D",python,content +6516,7419164,"utils/nn.py",16273,0,"",python,selection_keyboard +6517,7419775,"utils/nn.py",16273,0,"N",python,content +6518,7419775,"utils/nn.py",16274,0,"",python,selection_keyboard +6519,7419845,"utils/nn.py",16274,0,"N",python,content +6520,7419845,"utils/nn.py",16275,0,"",python,selection_keyboard +6521,7420228,"utils/nn.py",16275,0," ",python,content +6522,7420228,"utils/nn.py",16276,0,"",python,selection_keyboard +6523,7420341,"utils/nn.py",16276,0,"a",python,content +6524,7420342,"utils/nn.py",16277,0,"",python,selection_keyboard +6525,7420443,"utils/nn.py",16277,0,"d",python,content +6526,7420443,"utils/nn.py",16278,0,"",python,selection_keyboard +6527,7421833,"utils/nn.py",16276,2,"",python,content +6528,7422156,"utils/nn.py",16276,0,"a",python,content +6529,7422156,"utils/nn.py",16277,0,"",python,selection_keyboard +6530,7422158,"utils/nn.py",16277,0,"l",python,content +6531,7422159,"utils/nn.py",16278,0,"",python,selection_keyboard +6532,7422324,"utils/nn.py",16278,0,"s",python,content +6533,7422324,"utils/nn.py",16279,0,"",python,selection_keyboard +6534,7422328,"utils/nn.py",16279,0,"o",python,content +6535,7422328,"utils/nn.py",16280,0,"",python,selection_keyboard +6536,7422490,"utils/nn.py",16280,0,"r",python,content +6537,7422491,"utils/nn.py",16281,0,"",python,selection_keyboard +6538,7423052,"utils/nn.py",16280,1,"",python,content +6539,7423205,"utils/nn.py",16280,0," ",python,content +6540,7423206,"utils/nn.py",16281,0,"",python,selection_keyboard +6541,7423214,"utils/nn.py",16281,0,"r",python,content +6542,7423214,"utils/nn.py",16282,0,"",python,selection_keyboard +6543,7423293,"utils/nn.py",16282,0,"e",python,content +6544,7423293,"utils/nn.py",16283,0,"",python,selection_keyboard +6545,7423324,"utils/nn.py",16283,0,"q",python,content +6546,7423324,"utils/nn.py",16284,0,"",python,selection_keyboard +6547,7423732,"utils/nn.py",16284,0,"u",python,content +6548,7423732,"utils/nn.py",16285,0,"",python,selection_keyboard +6549,7423792,"utils/nn.py",16285,0,"i",python,content +6550,7423793,"utils/nn.py",16286,0,"",python,selection_keyboard +6551,7423830,"utils/nn.py",16286,0,"r",python,content +6552,7423830,"utils/nn.py",16287,0,"",python,selection_keyboard +6553,7423921,"utils/nn.py",16287,0,"e",python,content +6554,7423922,"utils/nn.py",16288,0,"",python,selection_keyboard +6555,7424062,"utils/nn.py",16288,0,"m",python,content +6556,7424062,"utils/nn.py",16289,0,"",python,selection_keyboard +6557,7424317,"utils/nn.py",16289,0,"s",python,content +6558,7424317,"utils/nn.py",16290,0,"",python,selection_keyboard +6559,7424778,"utils/nn.py",16289,1,"",python,content +6560,7424879,"utils/nn.py",16288,1,"",python,content +6561,7425100,"utils/nn.py",16288,0,"s",python,content +6562,7425100,"utils/nn.py",16289,0,"",python,selection_keyboard +6563,7425162,"utils/nn.py",16289,0," ",python,content +6564,7425162,"utils/nn.py",16290,0,"",python,selection_keyboard +6565,7425305,"utils/nn.py",16290,0,"t",python,content +6566,7425305,"utils/nn.py",16291,0,"",python,selection_keyboard +6567,7425326,"utils/nn.py",16291,0,"h",python,content +6568,7425327,"utils/nn.py",16292,0,"",python,selection_keyboard +6569,7425379,"utils/nn.py",16292,0,"e",python,content +6570,7425379,"utils/nn.py",16293,0,"",python,selection_keyboard +6571,7425596,"utils/nn.py",16293,0," ",python,content +6572,7425596,"utils/nn.py",16294,0,"",python,selection_keyboard +6573,7425600,"utils/nn.py",16294,0,"m",python,content +6574,7425600,"utils/nn.py",16295,0,"",python,selection_keyboard +6575,7425826,"utils/nn.py",16295,0,"a",python,content +6576,7425826,"utils/nn.py",16296,0,"",python,selection_keyboard +6577,7425827,"utils/nn.py",16296,0,"s",python,content +6578,7425827,"utils/nn.py",16297,0,"",python,selection_keyboard +6579,7425928,"utils/nn.py",16297,0,"k",python,content +6580,7425928,"utils/nn.py",16298,0,"",python,selection_keyboard +6581,7425996,"utils/nn.py",16298,0," ",python,content +6582,7425996,"utils/nn.py",16299,0,"",python,selection_keyboard +6583,7426247,"utils/nn.py",16298,0,"",python,selection_command +6584,7479047,"utils/nn.py",16299,0,"",python,selection_command +6585,7479386,"utils/nn.py",16299,0,"t",python,content +6586,7479386,"utils/nn.py",16300,0,"",python,selection_keyboard +6587,7479493,"utils/nn.py",16300,0,"o",python,content +6588,7479493,"utils/nn.py",16301,0,"",python,selection_keyboard +6589,7479906,"utils/nn.py",16301,0,"b",python,content +6590,7479907,"utils/nn.py",16302,0,"",python,selection_keyboard +6591,7480427,"utils/nn.py",16301,1,"",python,content +6592,7480575,"utils/nn.py",16301,0," ",python,content +6593,7480575,"utils/nn.py",16302,0,"",python,selection_keyboard +6594,7481158,"utils/nn.py",16301,1,"",python,content +6595,7481776,"utils/nn.py",16301,0," ",python,content +6596,7481776,"utils/nn.py",16302,0,"",python,selection_keyboard +6597,7481867,"utils/nn.py",16302,0,"b",python,content +6598,7481868,"utils/nn.py",16303,0,"",python,selection_keyboard +6599,7482032,"utils/nn.py",16303,0,"e",python,content +6600,7482032,"utils/nn.py",16304,0,"",python,selection_keyboard +6601,7482054,"utils/nn.py",16304,0,"r",python,content +6602,7482054,"utils/nn.py",16305,0,"",python,selection_keyboard +6603,7482628,"utils/nn.py",16304,1,"",python,content +6604,7482913,"utils/nn.py",16304,0," ",python,content +6605,7482914,"utils/nn.py",16305,0,"",python,selection_keyboard +6606,7482958,"utils/nn.py",16305,0,"p",python,content +6607,7482958,"utils/nn.py",16306,0,"",python,selection_keyboard +6608,7483296,"utils/nn.py",16305,1,"",python,content +6609,7483427,"utils/nn.py",16305,0,"b",python,content +6610,7483427,"utils/nn.py",16306,0,"",python,selection_keyboard +6611,7483568,"utils/nn.py",16306,0,"o",python,content +6612,7483568,"utils/nn.py",16307,0,"",python,selection_keyboard +6613,7483716,"utils/nn.py",16307,0,"r",python,content +6614,7483716,"utils/nn.py",16308,0,"",python,selection_keyboard +6615,7483893,"utils/nn.py",16308,0,"a",python,content +6616,7483893,"utils/nn.py",16309,0,"",python,selection_keyboard +6617,7483924,"utils/nn.py",16309,0,"d",python,content +6618,7483924,"utils/nn.py",16310,0,"",python,selection_keyboard +6619,7484417,"utils/nn.py",16309,1,"",python,content +6620,7484546,"utils/nn.py",16308,1,"",python,content +6621,7484745,"utils/nn.py",16307,1,"",python,content +6622,7484941,"utils/nn.py",16306,1,"",python,content +6623,7484943,"utils/nn.py",16306,0,"r",python,content +6624,7484943,"utils/nn.py",16307,0,"",python,selection_keyboard +6625,7485010,"utils/nn.py",16307,0,"o",python,content +6626,7485011,"utils/nn.py",16308,0,"",python,selection_keyboard +6627,7485272,"utils/nn.py",16308,0,"a",python,content +6628,7485272,"utils/nn.py",16309,0,"",python,selection_keyboard +6629,7485664,"utils/nn.py",16309,0,"d",python,content +6630,7485664,"utils/nn.py",16310,0,"",python,selection_keyboard +6631,7485806,"utils/nn.py",16310,0,"c",python,content +6632,7485806,"utils/nn.py",16311,0,"",python,selection_keyboard +6633,7486013,"utils/nn.py",16311,0,"a",python,content +6634,7486013,"utils/nn.py",16312,0,"",python,selection_keyboard +6635,7486096,"utils/nn.py",16312,0,"s",python,content +6636,7486096,"utils/nn.py",16313,0,"",python,selection_keyboard +6637,7486103,"utils/nn.py",16313,0,"t",python,content +6638,7486103,"utils/nn.py",16314,0,"",python,selection_keyboard +6639,7486340,"utils/nn.py",16314,0," ",python,content +6640,7486341,"utils/nn.py",16315,0,"",python,selection_keyboard +6641,7486845,"utils/nn.py",16315,0,"e",python,content +6642,7486845,"utils/nn.py",16316,0,"",python,selection_keyboard +6643,7487085,"utils/nn.py",16315,1,"",python,content +6644,7487097,"utils/nn.py",16315,0,"b",python,content +6645,7487097,"utils/nn.py",16316,0,"",python,selection_keyboard +6646,7487265,"utils/nn.py",16316,0,"e",python,content +6647,7487265,"utils/nn.py",16317,0,"",python,selection_keyboard +6648,7487433,"utils/nn.py",16317,0,"f",python,content +6649,7487433,"utils/nn.py",16318,0,"",python,selection_keyboard +6650,7487472,"utils/nn.py",16318,0,"o",python,content +6651,7487472,"utils/nn.py",16319,0,"",python,selection_keyboard +6652,7487568,"utils/nn.py",16319,0,"r",python,content +6653,7487568,"utils/nn.py",16320,0,"",python,selection_keyboard +6654,7487609,"utils/nn.py",16320,0,"e",python,content +6655,7487609,"utils/nn.py",16321,0,"",python,selection_keyboard +6656,7488788,"utils/nn.py",16321,0,"\n ",python,content +6657,7490210,"utils/nn.py",16326,0,"calling the attention function.",python,content +6658,7490711,"utils/nn.py",16356,0,"",python,selection_command +6659,7491234,"utils/nn.py",16356,0," ",python,content +6660,7491234,"utils/nn.py",16357,0,"",python,selection_keyboard +6661,7491289,"utils/nn.py",16357,0,"d",python,content +6662,7491289,"utils/nn.py",16358,0,"",python,selection_keyboard +6663,7491302,"utils/nn.py",16358,0,"u",python,content +6664,7491302,"utils/nn.py",16359,0,"",python,selection_keyboard +6665,7491389,"utils/nn.py",16359,0,"e",python,content +6666,7491389,"utils/nn.py",16360,0,"",python,selection_keyboard +6667,7491570,"utils/nn.py",16360,0," ",python,content +6668,7491571,"utils/nn.py",16361,0,"",python,selection_keyboard +6669,7491583,"utils/nn.py",16361,0,"t",python,content +6670,7491583,"utils/nn.py",16362,0,"",python,selection_keyboard +6671,7491615,"utils/nn.py",16362,0,"o",python,content +6672,7491615,"utils/nn.py",16363,0,"",python,selection_keyboard +6673,7491801,"utils/nn.py",16363,0," ",python,content +6674,7491802,"utils/nn.py",16364,0,"",python,selection_keyboard +6675,7491885,"utils/nn.py",16364,0,"s",python,content +6676,7491885,"utils/nn.py",16365,0,"",python,selection_keyboard +6677,7491919,"utils/nn.py",16365,0,"t",python,content +6678,7491919,"utils/nn.py",16366,0,"",python,selection_keyboard +6679,7492088,"utils/nn.py",16366,0,"r",python,content +6680,7492089,"utils/nn.py",16367,0,"",python,selection_keyboard +6681,7492285,"utils/nn.py",16367,0,"i",python,content +6682,7492285,"utils/nn.py",16368,0,"",python,selection_keyboard +6683,7492304,"utils/nn.py",16368,0,"c",python,content +6684,7492304,"utils/nn.py",16369,0,"",python,selection_keyboard +6685,7492473,"utils/nn.py",16369,0,"t",python,content +6686,7492473,"utils/nn.py",16370,0,"",python,selection_keyboard +6687,7492671,"utils/nn.py",16370,0," ",python,content +6688,7492672,"utils/nn.py",16371,0,"",python,selection_keyboard +6689,7492970,"utils/nn.py",16371,0,"s",python,content +6690,7492970,"utils/nn.py",16372,0,"",python,selection_keyboard +6691,7492992,"utils/nn.py",16372,0,"h",python,content +6692,7492992,"utils/nn.py",16373,0,"",python,selection_keyboard +6693,7493136,"utils/nn.py",16373,0,"a",python,content +6694,7493136,"utils/nn.py",16374,0,"",python,selection_keyboard +6695,7493150,"utils/nn.py",16374,0,"p",python,content +6696,7493150,"utils/nn.py",16375,0,"",python,selection_keyboard +6697,7493189,"utils/nn.py",16375,0,"e",python,content +6698,7493189,"utils/nn.py",16376,0,"",python,selection_keyboard +6699,7493353,"utils/nn.py",16376,0," ",python,content +6700,7493353,"utils/nn.py",16377,0,"",python,selection_keyboard +6701,7493660,"utils/nn.py",16377,0,"checking",python,content +6702,7493856,"utils/nn.py",16384,0,"",python,selection_command +6703,7494976,"utils/nn.py",16377,0,"",python,selection_command +6704,7495233,"utils/nn.py",16371,0,"",python,selection_command +6705,7495250,"utils/nn.py",16364,0,"",python,selection_command +6706,7495283,"utils/nn.py",16361,0,"",python,selection_command +6707,7495310,"utils/nn.py",16357,0,"",python,selection_command +6708,7495428,"utils/nn.py",16348,0,"",python,selection_command +6709,7495428,"utils/nn.py",16338,0,"",python,selection_command +6710,7495429,"utils/nn.py",16334,0,"",python,selection_command +6711,7495450,"utils/nn.py",16326,0,"",python,selection_command +6712,7495485,"utils/nn.py",16315,0,"",python,selection_command +6713,7495516,"utils/nn.py",16305,0,"",python,selection_command +6714,7495548,"utils/nn.py",16302,0,"",python,selection_command +6715,7495581,"utils/nn.py",16299,0,"",python,selection_command +6716,7497888,"utils/nn.py",16294,0,"",python,selection_command +6717,7498146,"utils/nn.py",16290,0,"",python,selection_command +6718,7498176,"utils/nn.py",16281,0,"",python,selection_command +6719,7498377,"utils/nn.py",16276,0,"",python,selection_command +6720,7498574,"utils/nn.py",16270,0,"",python,selection_command +6721,7499263,"utils/nn.py",16270,0,"N",python,content +6722,7499263,"utils/nn.py",16271,0,"",python,selection_keyboard +6723,7499427,"utils/nn.py",16271,0,"o",python,content +6724,7499428,"utils/nn.py",16272,0,"",python,selection_keyboard +6725,7499491,"utils/nn.py",16272,0,"t",python,content +6726,7499492,"utils/nn.py",16273,0,"",python,selection_keyboard +6727,7499521,"utils/nn.py",16273,0,"e",python,content +6728,7499521,"utils/nn.py",16274,0,"",python,selection_keyboard +6729,7499952,"utils/nn.py",16274,0," ",python,content +6730,7499952,"utils/nn.py",16275,0,"",python,selection_keyboard +6731,7500273,"utils/nn.py",16275,0,"t",python,content +6732,7500274,"utils/nn.py",16276,0,"",python,selection_keyboard +6733,7500373,"utils/nn.py",16276,0,"h",python,content +6734,7500373,"utils/nn.py",16277,0,"",python,selection_keyboard +6735,7500561,"utils/nn.py",16277,0,"a",python,content +6736,7500561,"utils/nn.py",16278,0,"",python,selection_keyboard +6737,7500564,"utils/nn.py",16278,0,"t",python,content +6738,7500564,"utils/nn.py",16279,0,"",python,selection_keyboard +6739,7501196,"utils/nn.py",16278,0,"",python,selection_command +6740,7501720,"utils/nn.py",16279,0,"",python,selection_command +6741,7501741,"utils/nn.py",16279,0," ",python,content +6742,7501741,"utils/nn.py",16280,0,"",python,selection_keyboard +6743,7502048,"utils/nn.py",16279,0,"",python,selection_command +6744,7502357,"utils/nn.py",16280,0,"",python,selection_command +6745,7502573,"utils/nn.py",16286,0,"",python,selection_command +6746,7503097,"utils/nn.py",16286,5,"",python,content +6747,7503375,"utils/nn.py",16293,0,"",python,selection_command +6748,7503527,"utils/nn.py",16297,0,"",python,selection_command +6749,7503699,"utils/nn.py",16302,0,"",python,selection_command +6750,7505718,"utils/nn.py",16390,0,"",python,selection_command +6751,7505915,"utils/nn.py",16398,0,"",python,selection_command +6752,7507578,"utils/nn.py",16333,0,"",python,selection_command +6753,7507814,"utils/nn.py",16236,0,"",python,selection_command +6754,7507883,"utils/nn.py",16138,0,"",python,selection_command +6755,7508078,"utils/nn.py",16053,0,"",python,selection_command +6756,7509912,"utils/nn.py",16046,0,"",python,selection_command +6757,7510108,"utils/nn.py",15973,0,"",python,selection_command +6758,7510185,"utils/nn.py",15877,0,"",python,selection_command +6759,7513693,"utils/nn.py",15880,0,"",python,selection_command +6760,7513949,"utils/nn.py",15899,0,"",python,selection_command +6761,7513977,"utils/nn.py",15908,0,"",python,selection_command +6762,7514003,"utils/nn.py",15916,0,"",python,selection_command +6763,7514106,"utils/nn.py",15921,0,"",python,selection_command +6764,7514107,"utils/nn.py",15927,0,"",python,selection_command +6765,7514109,"utils/nn.py",15928,0,"",python,selection_command +6766,7514157,"utils/nn.py",15933,0,"",python,selection_command +6767,7514178,"utils/nn.py",15938,0,"",python,selection_command +6768,7514210,"utils/nn.py",15944,0,"",python,selection_command +6769,7514243,"utils/nn.py",15946,0,"",python,selection_command +6770,7514275,"utils/nn.py",15955,0,"",python,selection_command +6771,7514308,"utils/nn.py",15957,0,"",python,selection_command +6772,7514342,"utils/nn.py",15965,0,"",python,selection_command +6773,7514375,"utils/nn.py",15971,0,"",python,selection_command +6774,7514410,"utils/nn.py",15974,0,"",python,selection_command +6775,7514443,"utils/nn.py",15975,0,"",python,selection_command +6776,7514475,"utils/nn.py",15977,0,"",python,selection_command +6777,7514509,"utils/nn.py",15978,0,"",python,selection_command +6778,7514541,"utils/nn.py",16000,0,"",python,selection_command +6779,7514634,"utils/nn.py",16008,0,"",python,selection_command +6780,7514634,"utils/nn.py",16009,0,"",python,selection_command +6781,7514641,"utils/nn.py",16014,0,"",python,selection_command +6782,7514678,"utils/nn.py",16016,0,"",python,selection_command +6783,7518497,"utils/nn.py",16022,0,"",python,selection_command +6784,7518757,"utils/nn.py",16024,0,"",python,selection_command +6785,7518775,"utils/nn.py",16033,0,"",python,selection_command +6786,7518804,"utils/nn.py",16035,0,"",python,selection_command +6787,7518838,"utils/nn.py",16043,0,"",python,selection_command +6788,7518872,"utils/nn.py",16046,0,"",python,selection_command +6789,7518905,"utils/nn.py",16051,0,"",python,selection_command +6790,7518939,"utils/nn.py",16054,0,"",python,selection_command +6791,7519193,"utils/nn.py",16059,0,"",python,selection_command +6792,7519463,"utils/nn.py",16062,0,"",python,selection_command +6793,7519712,"utils/nn.py",16070,0,"",python,selection_command +6794,7519739,"utils/nn.py",16073,0,"",python,selection_command +6795,7519949,"utils/nn.py",16080,0,"",python,selection_command +6796,7520197,"utils/nn.py",16093,0,"",python,selection_command +6797,7520224,"utils/nn.py",16095,0,"",python,selection_command +6798,7520248,"utils/nn.py",16100,0,"",python,selection_command +6799,7520281,"utils/nn.py",16101,0,"",python,selection_command +6800,7520314,"utils/nn.py",16103,0,"",python,selection_command +6801,7520347,"utils/nn.py",16109,0,"",python,selection_command +6802,7520380,"utils/nn.py",16119,0,"",python,selection_command +6803,7520560,"utils/nn.py",16136,0,"",python,selection_command +6804,7520806,"utils/nn.py",16145,0,"",python,selection_command +6805,7520836,"utils/nn.py",16147,0,"",python,selection_command +6806,7520860,"utils/nn.py",16156,0,"",python,selection_command +6807,7520912,"utils/nn.py",16163,0,"",python,selection_command +6808,7521042,"utils/nn.py",16168,0,"",python,selection_command +6809,7522197,"utils/nn.py",16171,0,"",python,selection_command +6810,7522448,"utils/nn.py",16168,0,"",python,selection_command +6811,7522471,"utils/nn.py",16163,0,"",python,selection_command +6812,7522507,"utils/nn.py",16156,0,"",python,selection_command +6813,7522538,"utils/nn.py",16147,0,"",python,selection_command +6814,7522572,"utils/nn.py",16145,0,"",python,selection_command +6815,7522603,"utils/nn.py",16136,0,"",python,selection_command +6816,7522638,"utils/nn.py",16119,0,"",python,selection_command +6817,7522670,"utils/nn.py",16109,0,"",python,selection_command +6818,7522704,"utils/nn.py",16103,0,"",python,selection_command +6819,7522739,"utils/nn.py",16101,0,"",python,selection_command +6820,7522773,"utils/nn.py",16100,0,"",python,selection_command +6821,7522805,"utils/nn.py",16095,0,"",python,selection_command +6822,7522837,"utils/nn.py",16093,0,"",python,selection_command +6823,7522870,"utils/nn.py",16080,0,"",python,selection_command +6824,7522904,"utils/nn.py",16073,0,"",python,selection_command +6825,7522938,"utils/nn.py",16070,0,"",python,selection_command +6826,7523938,"utils/nn.py",16046,0,"",python,selection_command +6827,7524382,"utils/nn.py",16046,1,"",python,content +6828,7524398,"utils/nn.py",16050,0,"",python,selection_command +6829,7527549,"utils/nn.py",16053,0,"",python,selection_command +6830,7527785,"utils/nn.py",16058,0,"",python,selection_command +6831,7527814,"utils/nn.py",16061,0,"",python,selection_command +6832,7527879,"utils/nn.py",16069,0,"",python,selection_command +6833,7527884,"utils/nn.py",16072,0,"",python,selection_command +6834,7528146,"utils/nn.py",16079,0,"",python,selection_command +6835,7528303,"utils/nn.py",16092,0,"",python,selection_command +6836,7528555,"utils/nn.py",16094,0,"",python,selection_command +6837,7529068,"utils/nn.py",16092,0,"",python,selection_command +6838,7529321,"utils/nn.py",16079,0,"",python,selection_command +6839,7529331,"utils/nn.py",16072,0,"",python,selection_command +6840,7529365,"utils/nn.py",16069,0,"",python,selection_command +6841,7529535,"utils/nn.py",16061,0,"",python,selection_command +6842,7529744,"utils/nn.py",16058,0,"",python,selection_command +6843,7530001,"utils/nn.py",16053,0,"",python,selection_command +6844,7530465,"utils/nn.py",16050,0,"",python,selection_command +6845,7532389,"utils/nn.py",16053,0,"",python,selection_command +6846,7532778,"utils/nn.py",16053,1,"n",python,selection_command +6847,7532945,"utils/nn.py",16053,4,"need",python,selection_command +6848,7533130,"utils/nn.py",16053,7,"need to",python,selection_command +6849,7533636,"utils/nn.py",16053,8,"need to ",python,selection_command +6850,7533641,"utils/nn.py",16053,8,"",python,content +6851,7534622,"utils/nn.py",16061,0,"",python,selection_command +6852,7535610,"utils/nn.py",16064,0,"",python,selection_command +6853,7535806,"utils/nn.py",16071,0,"",python,selection_command +6854,7536251,"utils/nn.py",16084,0,"",python,selection_command +6855,7536945,"utils/nn.py",16086,0,"",python,selection_command +6856,7537193,"utils/nn.py",16091,0,"",python,selection_command +6857,7537220,"utils/nn.py",16092,0,"",python,selection_command +6858,7537255,"utils/nn.py",16094,0,"",python,selection_command +6859,7537292,"utils/nn.py",16100,0,"",python,selection_command +6860,7537604,"utils/nn.py",16110,0,"",python,selection_command +6861,7538396,"utils/nn.py",16187,0,"",python,selection_command +6862,7538828,"utils/nn.py",16127,0,"",python,selection_command +6863,7539063,"utils/nn.py",16123,4,"",python,content +6864,7539564,"utils/nn.py",16122,1,"",python,content +6865,7540027,"utils/nn.py",16122,0," ",python,content +6866,7540027,"utils/nn.py",16123,0,"",python,selection_keyboard +6867,7540312,"utils/nn.py",16123,0,"e",python,content +6868,7540313,"utils/nn.py",16124,0,"",python,selection_keyboard +6869,7540763,"utils/nn.py",16123,1,"",python,content +6870,7540878,"utils/nn.py",16122,0,"",python,selection_command +6871,7540969,"utils/nn.py",16130,0,"",python,selection_command +6872,7541157,"utils/nn.py",16132,0,"",python,selection_command +6873,7541395,"utils/nn.py",16141,0,"",python,selection_command +6874,7541888,"utils/nn.py",16142,0,"",python,selection_command +6875,7542387,"utils/nn.py",16142,0,"\n ",python,content +6876,7542728,"utils/nn.py",16146,0,"",python,selection_command +6877,7543390,"utils/nn.py",16147,0,"",python,selection_command +6878,7543548,"utils/nn.py",16147,1,"",python,content +6879,7547380,"utils/nn.py",16232,0,"",python,selection_command +6880,7547947,"utils/nn.py",16225,0,"",python,selection_command +6881,7548164,"utils/nn.py",16221,4,"",python,content +6882,7548501,"utils/nn.py",16220,1,"",python,content +6883,7548866,"utils/nn.py",16220,0," ",python,content +6884,7548866,"utils/nn.py",16221,0,"",python,selection_keyboard +6885,7549168,"utils/nn.py",16220,0,"",python,selection_command +6886,7549451,"utils/nn.py",16228,0,"",python,selection_command +6887,7549630,"utils/nn.py",16231,0,"",python,selection_command +6888,7549788,"utils/nn.py",16233,0,"",python,selection_command +6889,7550113,"utils/nn.py",16237,0,"",python,selection_command +6890,7550532,"utils/nn.py",16238,0,"",python,selection_command +6891,7550857,"utils/nn.py",16238,0,"\n ",python,content +6892,7551367,"utils/nn.py",16242,0,"",python,selection_command +6893,7551900,"utils/nn.py",16243,0,"",python,selection_command +6894,7552105,"utils/nn.py",16243,1,"",python,content +6895,7553218,"utils/nn.py",16322,0,"",python,selection_command +6896,7553823,"utils/nn.py",16318,4,"",python,content +6897,7554036,"utils/nn.py",16317,1,"",python,content +6898,7554384,"utils/nn.py",16317,0," ",python,content +6899,7554384,"utils/nn.py",16318,0,"",python,selection_keyboard +6900,7555221,"utils/nn.py",16317,0,"",python,selection_command +6901,7557442,"utils/nn.py",16221,0,"",python,selection_command +6902,7557635,"utils/nn.py",16124,0,"",python,selection_command +6903,7558478,"utils/nn.py",16050,0,"",python,selection_command +6904,7558739,"utils/nn.py",16046,4,"",python,content +6905,7559009,"utils/nn.py",16045,1,"",python,content +6906,7559357,"utils/nn.py",16045,0," ",python,content +6907,7559357,"utils/nn.py",16046,0,"",python,selection_keyboard +6908,7559772,"utils/nn.py",16045,0,"",python,selection_command +6909,7559886,"utils/nn.py",16047,0,"",python,selection_command +6910,7560057,"utils/nn.py",16055,0,"",python,selection_command +6911,7560204,"utils/nn.py",16058,0,"",python,selection_command +6912,7560555,"utils/nn.py",16065,0,"",python,selection_command +6913,7562389,"utils/nn.py",16060,0,"",python,selection_command +6914,7562530,"utils/nn.py",16057,0,"",python,selection_command +6915,7562817,"utils/nn.py",16058,0,"",python,selection_command +6916,7563088,"utils/nn.py",16059,0,"",python,selection_command +6917,7563325,"utils/nn.py",16059,0,"\n ",python,content +6918,7563645,"utils/nn.py",16063,0,"",python,selection_command +6919,7563945,"utils/nn.py",16064,0,"",python,selection_command +6920,7563974,"utils/nn.py",16064,1,"",python,content +6921,7564268,"utils/nn.py",16069,0,"",python,selection_command +6922,7564426,"utils/nn.py",16083,0,"",python,selection_command +6923,7564625,"utils/nn.py",16084,0,"",python,selection_command +6924,7565308,"utils/nn.py",16167,0,"",python,selection_command +6925,7565851,"utils/nn.py",16168,0,"",python,selection_command +6926,7566635,"utils/nn.py",16147,0,"",python,selection_command +6927,7567019,"utils/nn.py",16147,0,"\n ",python,content +6928,7567550,"utils/nn.py",16148,4,"",python,content +6929,7567780,"utils/nn.py",16147,1,"",python,content +6930,7567908,"utils/nn.py",16143,4,"",python,content +6931,7568265,"utils/nn.py",16142,1,"",python,content +6932,7568801,"utils/nn.py",16142,0," ",python,content +6933,7568801,"utils/nn.py",16143,0,"",python,selection_keyboard +6934,7569218,"utils/nn.py",16142,0,"",python,selection_command +6935,7569496,"utils/nn.py",16148,0,"",python,selection_command +6936,7569646,"utils/nn.py",16153,0,"",python,selection_command +6937,7569816,"utils/nn.py",16156,0,"",python,selection_command +6938,7570443,"utils/nn.py",16155,0,"",python,selection_command +6939,7570623,"utils/nn.py",16150,0,"",python,selection_command +6940,7571475,"utils/nn.py",16155,0,"",python,selection_command +6941,7571637,"utils/nn.py",16156,0,"",python,selection_command +6942,7572169,"utils/nn.py",16155,0,"",python,selection_command +6943,7572263,"utils/nn.py",16150,0,"",python,selection_command +6944,7572435,"utils/nn.py",16153,0,"",python,selection_command +6945,7572622,"utils/nn.py",16154,0,"",python,selection_command +6946,7572993,"utils/nn.py",16153,1,"",python,content +6947,7573919,"utils/nn.py",16153,0,"t",python,content +6948,7573919,"utils/nn.py",16154,0,"",python,selection_keyboard +6949,7574124,"utils/nn.py",16154,0,"\n ",python,content +6950,7574599,"utils/nn.py",16158,0,"",python,selection_command +6951,7574926,"utils/nn.py",16159,0,"",python,selection_command +6952,7574926,"utils/nn.py",16159,1,"",python,content +6953,7575145,"utils/nn.py",16160,0,"",python,selection_command +6954,7575303,"utils/nn.py",16162,0,"",python,selection_command +6955,7575511,"utils/nn.py",16171,0,"",python,selection_command +6956,7576565,"utils/nn.py",16255,0,"",python,selection_command +6957,7576973,"utils/nn.py",16243,0,"",python,selection_command +6958,7577200,"utils/nn.py",16239,4,"",python,content +6959,7577410,"utils/nn.py",16238,1,"",python,content +6960,7577694,"utils/nn.py",16238,0," ",python,content +6961,7577694,"utils/nn.py",16239,0,"",python,selection_keyboard +6962,7577944,"utils/nn.py",16239,0,"e",python,content +6963,7577944,"utils/nn.py",16240,0,"",python,selection_keyboard +6964,7578524,"utils/nn.py",16239,1,"",python,content +6965,7578658,"utils/nn.py",16238,0,"",python,selection_command +6966,7578689,"utils/nn.py",16242,0,"",python,selection_command +6967,7578868,"utils/nn.py",16254,0,"",python,selection_command +6968,7579043,"utils/nn.py",16255,0,"",python,selection_command +6969,7579510,"utils/nn.py",16244,0,"",python,selection_command +6970,7579612,"utils/nn.py",16239,0,"",python,selection_command +6971,7579893,"utils/nn.py",16242,0,"",python,selection_command +6972,7580261,"utils/nn.py",16243,0,"",python,selection_command +6973,7580559,"utils/nn.py",16242,1,"",python,content +6974,7581647,"utils/nn.py",16242,0,"k",python,content +6975,7581647,"utils/nn.py",16243,0,"",python,selection_keyboard +6976,7581845,"utils/nn.py",16243,0,"\n ",python,content +6977,7582182,"utils/nn.py",16247,0,"",python,selection_command +6978,7582474,"utils/nn.py",16248,0,"",python,selection_command +6979,7582554,"utils/nn.py",16248,1,"",python,content +6980,7583377,"utils/nn.py",16258,0,"",python,selection_command +6981,7583703,"utils/nn.py",16259,0,"",python,selection_command +6982,7583704,"utils/nn.py",16264,0,"",python,selection_command +6983,7583704,"utils/nn.py",16269,0,"",python,selection_command +6984,7583709,"utils/nn.py",16275,0,"",python,selection_command +6985,7583744,"utils/nn.py",16284,0,"",python,selection_command +6986,7583777,"utils/nn.py",16288,0,"",python,selection_command +6987,7583910,"utils/nn.py",16293,0,"",python,selection_command +6988,7584095,"utils/nn.py",16296,0,"",python,selection_command +6989,7584246,"utils/nn.py",16299,0,"",python,selection_command +6990,7584426,"utils/nn.py",16309,0,"",python,selection_command +6991,7584548,"utils/nn.py",16316,0,"",python,selection_command +6992,7584752,"utils/nn.py",16324,0,"",python,selection_command +6993,7584860,"utils/nn.py",16328,0,"",python,selection_command +6994,7585013,"utils/nn.py",16338,0,"",python,selection_command +6995,7585278,"utils/nn.py",16347,0,"",python,selection_command +6996,7585613,"utils/nn.py",16340,0,"",python,selection_command +6997,7585803,"utils/nn.py",16330,0,"",python,selection_command +6998,7585999,"utils/nn.py",16338,0,"",python,selection_command +6999,7586126,"utils/nn.py",16339,0,"",python,selection_command +7000,7586588,"utils/nn.py",16339,0,"\n ",python,content +7001,7587394,"utils/nn.py",16343,0,"",python,selection_command +7002,7588161,"utils/nn.py",16344,0,"",python,selection_command +7003,7589667,"utils/nn.py",16343,0,"",python,selection_command +7004,7590520,"utils/nn.py",16344,0,"",python,selection_command +7005,7591767,"utils/nn.py",16343,0,"",python,selection_command +7006,7592631,"utils/nn.py",16344,0,"",python,selection_command +7007,7593872,"utils/nn.py",16345,0,"",python,selection_command +7008,7594206,"utils/nn.py",16344,1,"",python,content +7009,7594418,"utils/nn.py",16343,0,"",python,selection_command +7010,7610771,"utils/nn.py",16247,0,"",python,selection_command +7011,7611023,"utils/nn.py",16158,0,"",python,selection_command +7012,7611140,"utils/nn.py",16063,0,"",python,selection_command +7013,7611298,"utils/nn.py",15970,0,"",python,selection_command +7014,7611748,"utils/nn.py",15875,0,"",python,selection_command +7015,7612186,"utils/nn.py",15875,1,"f",python,content +7016,7612516,"utils/nn.py",15878,0,"",python,selection_command +7017,7612675,"utils/nn.py",15897,0,"",python,selection_command +7018,7613246,"utils/nn.py",15880,0,"",python,selection_command +7019,7613873,"utils/nn.py",15879,0,"",python,selection_command +7020,7614819,"utils/nn.py",15879,1,".",python,content +7021,7616362,"utils/nn.py",15880,0,"",python,selection_command +7022,7617686,"utils/nn.py",15879,0,"",python,selection_command +7023,7619545,"utils/nn.py",15880,0,"",python,selection_command +7024,7619658,"utils/nn.py",15880,0,"n",python,content +7025,7619658,"utils/nn.py",15881,0,"",python,selection_keyboard +7026,7620537,"utils/nn.py",15880,1,"",python,content +7027,7620941,"utils/nn.py",15880,0,"n",python,content +7028,7620941,"utils/nn.py",15881,0,"",python,selection_keyboard +7029,7621064,"utils/nn.py",15881,0,"n",python,content +7030,7621064,"utils/nn.py",15882,0,"",python,selection_keyboard +7031,7621132,"utils/nn.py",15882,0,"x",python,content +7032,7621132,"utils/nn.py",15883,0,"",python,selection_keyboard +7033,7621258,"utils/nn.py",15883,0,".",python,content +7034,7621258,"utils/nn.py",15884,0,"",python,selection_keyboard +7035,7621442,"utils/nn.py",15883,0,"",python,selection_command +7036,7622838,"utils/nn.py",15983,0,"",python,selection_command +7037,7623078,"utils/nn.py",16076,0,"",python,selection_command +7038,7623115,"utils/nn.py",16171,0,"",python,selection_command +7039,7623142,"utils/nn.py",16260,0,"",python,selection_command +7040,7623170,"utils/nn.py",16356,0,"",python,selection_command +7041,7623304,"utils/nn.py",16393,0,"",python,selection_command +7042,7623478,"utils/nn.py",16395,0,"",python,selection_command +7043,7634914,"utils/nn.py",16387,0,"",python,selection_command +7044,7635154,"utils/nn.py",16344,0,"",python,selection_command +7045,7635181,"utils/nn.py",16248,0,"",python,selection_command +7046,7635216,"utils/nn.py",16159,0,"",python,selection_command +7047,7635342,"utils/nn.py",16064,0,"",python,selection_command +7048,7635499,"utils/nn.py",15971,0,"",python,selection_command +7049,7635662,"utils/nn.py",15871,0,"",python,selection_command +7050,7636054,"utils/nn.py",15970,0,"",python,selection_command +7051,7636336,"utils/nn.py",15970,0,",",python,content +7052,7636336,"utils/nn.py",15971,0,"",python,selection_keyboard +7053,7636708,"utils/nn.py",15970,0,"",python,selection_command +7054,7637469,"utils/nn.py",15970,1,"",python,content +7055,7637471,"utils/nn.py",15969,0,"",python,selection_command +7056,7638202,"utils/nn.py",16062,0,"",python,selection_command +7057,7638961,"utils/nn.py",15969,0,"",python,selection_command +7058,7639417,"utils/nn.py",15970,0,"",python,selection_command +7059,7639617,"utils/nn.py",15970,0,",",python,content +7060,7639617,"utils/nn.py",15971,0,"",python,selection_keyboard +7061,7640041,"utils/nn.py",15970,0,"",python,selection_command +7062,7640697,"utils/nn.py",16063,0,"",python,selection_command +7063,7641228,"utils/nn.py",15976,0,"",python,selection_command +7064,7641425,"utils/nn.py",15976,0,"b",python,content +7065,7641426,"utils/nn.py",15977,0,"",python,selection_keyboard +7066,7641496,"utils/nn.py",15977,0,"u",python,content +7067,7641496,"utils/nn.py",15978,0,"",python,selection_keyboard +7068,7641614,"utils/nn.py",15978,0,"t",python,content +7069,7641614,"utils/nn.py",15979,0,"",python,selection_keyboard +7070,7641761,"utils/nn.py",15979,0," ",python,content +7071,7641761,"utils/nn.py",15980,0,"",python,selection_keyboard +7072,7642231,"utils/nn.py",15979,0,"",python,selection_command +7073,7643402,"utils/nn.py",16076,0,"",python,selection_command +7074,7643543,"utils/nn.py",16171,0,"",python,selection_command +7075,7643685,"utils/nn.py",16260,0,"",python,selection_command +7076,7643832,"utils/nn.py",16356,0,"",python,selection_command +7077,7643970,"utils/nn.py",16398,0,"",python,selection_command +7078,7644735,"utils/nn.py",16400,0,"",python,selection_command +7079,7673242,"utils/nn.py",16757,0,"",python,selection_keyboard +7080,7673751,"utils/nn.py",16758,0,"",python,selection_command +7081,7673987,"utils/nn.py",16779,0,"",python,selection_command +7082,7674019,"utils/nn.py",16850,0,"",python,selection_command +7083,7674047,"utils/nn.py",16851,0,"",python,selection_command +7084,7674080,"utils/nn.py",16893,0,"",python,selection_command +7085,7674322,"utils/nn.py",16941,0,"",python,selection_command +7086,7679911,"utils/nn.py",16942,0,"",python,selection_command +7087,7680156,"utils/nn.py",16981,0,"",python,selection_command +7088,7680186,"utils/nn.py",17040,0,"",python,selection_command +7089,7680240,"utils/nn.py",17093,0,"",python,selection_command +7090,7680256,"utils/nn.py",17094,0,"",python,selection_command +7091,7680287,"utils/nn.py",17144,0,"",python,selection_command +7092,7680318,"utils/nn.py",17190,0,"",python,selection_command +7093,7680351,"utils/nn.py",17240,0,"",python,selection_command +7094,7680386,"utils/nn.py",17241,0,"",python,selection_command +7095,7680417,"utils/nn.py",17326,0,"",python,selection_command +7096,7680451,"utils/nn.py",17402,0,"",python,selection_command +7097,7680609,"utils/nn.py",17478,0,"",python,selection_command +7098,7680767,"utils/nn.py",17479,0,"",python,selection_command +7099,7680927,"utils/nn.py",17572,0,"",python,selection_command +7100,7682357,"utils/nn.py",17638,0,"_B1QK",python,content +7101,7682357,"utils/nn.py",17587,0,"_B1QK",python,content +7102,7687106,"utils/nn.py",18643,0,"BSHD",python,content +7103,7687106,"utils/nn.py",18641,2,"",python,content +7104,7687106,"utils/nn.py",18615,0,"BSHD",python,content +7105,7687106,"utils/nn.py",18613,2,"",python,content +7106,7687106,"utils/nn.py",18591,0,"BSHD",python,content +7107,7687106,"utils/nn.py",18589,2,"",python,content +7108,7689627,"utils/nn.py",18527,0,"",python,selection_command +7109,7689872,"utils/nn.py",18457,0,"",python,selection_command +7110,7689901,"utils/nn.py",18444,0,"",python,selection_command +7111,7690005,"utils/nn.py",18385,0,"",python,selection_command +7112,7690007,"utils/nn.py",18372,0,"",python,selection_command +7113,7690008,"utils/nn.py",18287,0,"",python,selection_command +7114,7690029,"utils/nn.py",18273,0,"",python,selection_command +7115,7690062,"utils/nn.py",18226,0,"",python,selection_command +7116,7690096,"utils/nn.py",18123,0,"",python,selection_command +7117,7690131,"utils/nn.py",17984,0,"",python,selection_command +7118,7690164,"utils/nn.py",17844,0,"",python,selection_command +7119,7690400,"utils/nn.py",17984,0,"",python,selection_command +7120,7690567,"utils/nn.py",18123,0,"",python,selection_command +7121,7690754,"utils/nn.py",17984,0,"",python,selection_command +7122,7690909,"utils/nn.py",17844,0,"",python,selection_command +7123,7691055,"utils/nn.py",17787,0,"",python,selection_command +7124,7691193,"utils/nn.py",17662,0,"",python,selection_command +7125,7691324,"utils/nn.py",17618,0,"",python,selection_command +7126,7694965,"utils/nn.py",17625,0,"B1QK",python,content +7127,7694965,"utils/nn.py",17623,2,"",python,content +7128,7696377,"utils/nn.py",17664,0,"",python,selection_command +7129,7696624,"utils/nn.py",17789,0,"",python,selection_command +7130,7696649,"utils/nn.py",17846,0,"",python,selection_command +7131,7696827,"utils/nn.py",17986,0,"",python,selection_command +7132,7696966,"utils/nn.py",18125,0,"",python,selection_command +7133,7697873,"utils/nn.py",18245,0,"B1QK",python,content +7134,7697873,"utils/nn.py",18243,2,"",python,content +7135,7697873,"utils/nn.py",18235,0,"B1QK",python,content +7136,7697873,"utils/nn.py",18233,2,"",python,content +7137,7697873,"utils/nn.py",18156,0,"B1QK",python,content +7138,7697873,"utils/nn.py",18154,2,"",python,content +7139,7697873,"utils/nn.py",18132,0,"B1QK",python,content +7140,7697873,"utils/nn.py",18130,2,"",python,content +7141,7698769,"utils/nn.py",18133,0,"",python,selection_command +7142,7699450,"utils/nn.py",18132,0,"",python,selection_command +7143,7699501,"utils/nn.py",18131,0,"",python,selection_command +7144,7705323,"utils/nn.py",16941,0,"",python,selection_command +7145,7706464,"utils/nn.py",16893,0,"",python,selection_command +7146,7706786,"utils/nn.py",16851,0,"",python,selection_command +7147,7706787,"utils/nn.py",16850,0,"",python,selection_command +7148,7706787,"utils/nn.py",16779,0,"",python,selection_command +7149,7706796,"utils/nn.py",16758,0,"",python,selection_command +7150,7706831,"utils/nn.py",16757,0,"",python,selection_command +7151,7706861,"utils/nn.py",16690,0,"",python,selection_command +7152,7706894,"utils/nn.py",16663,0,"",python,selection_command +7153,7706925,"utils/nn.py",16662,0,"",python,selection_command +7154,7706957,"utils/nn.py",16596,0,"",python,selection_command +7155,7706990,"utils/nn.py",16575,0,"",python,selection_command +7156,7707025,"utils/nn.py",16482,0,"",python,selection_command +7157,7707058,"utils/nn.py",16401,0,"",python,selection_command +7158,7707149,"utils/nn.py",16400,0,"",python,selection_command +7159,7707409,"utils/nn.py",16401,0,"",python,selection_command +7160,7707564,"utils/nn.py",16482,0,"",python,selection_command +7161,7707836,"utils/nn.py",16488,0,"",python,selection_command +7162,7708069,"utils/nn.py",16501,0,"",python,selection_command +7163,7708093,"utils/nn.py",16502,0,"",python,selection_command +7164,7708126,"utils/nn.py",16512,0,"",python,selection_command +7165,7708162,"utils/nn.py",16513,0,"",python,selection_command +7166,7708415,"utils/nn.py",16522,0,"",python,selection_command +7167,7708584,"utils/nn.py",16523,0,"",python,selection_command +7168,7708886,"utils/nn.py",16534,0,"",python,selection_command +7169,7708912,"utils/nn.py",16535,0,"",python,selection_command +7170,7709080,"utils/nn.py",16540,0,"",python,selection_command +7171,7709247,"utils/nn.py",16541,0,"",python,selection_command +7172,7709434,"utils/nn.py",16545,0,"",python,selection_command +7173,7709753,"utils/nn.py",16546,0,"",python,selection_command +7174,7710280,"utils/nn.py",16547,0,"",python,selection_command +7175,7710535,"utils/nn.py",16548,0,"",python,selection_command +7176,7710562,"utils/nn.py",16549,0,"",python,selection_command +7177,7710595,"utils/nn.py",16550,0,"",python,selection_command +7178,7710626,"utils/nn.py",16551,0,"",python,selection_command +7179,7710661,"utils/nn.py",16552,0,"",python,selection_command +7180,7710785,"utils/nn.py",16553,0,"",python,selection_command +7181,7710984,"utils/nn.py",16554,0,"",python,selection_command +7182,7711126,"utils/nn.py",16555,0,"",python,selection_command +7183,7711870,"utils/nn.py",16555,1,"1",python,content +7184,7712556,"utils/nn.py",16556,0,"",python,selection_command +7185,7713075,"utils/nn.py",16556,1,"1",python,content +7186,7713512,"utils/nn.py",16594,0,"",python,selection_command +7187,7713779,"utils/nn.py",16660,0,"",python,selection_command +7188,7713797,"utils/nn.py",16662,0,"",python,selection_command +7189,7713830,"utils/nn.py",16688,0,"",python,selection_command +7190,7713863,"utils/nn.py",16755,0,"",python,selection_command +7191,7713897,"utils/nn.py",16757,0,"",python,selection_command +7192,7713931,"utils/nn.py",16777,0,"",python,selection_command +7193,7713965,"utils/nn.py",16848,0,"",python,selection_command +7194,7713998,"utils/nn.py",16850,0,"",python,selection_command +7195,7714031,"utils/nn.py",16891,0,"",python,selection_command +7196,7714065,"utils/nn.py",16939,0,"",python,selection_command +7197,7714100,"utils/nn.py",16941,0,"",python,selection_command +7198,7714133,"utils/nn.py",16979,0,"",python,selection_command +7199,7714942,"utils/nn.py",17038,0,"",python,selection_command +7200,7715184,"utils/nn.py",17091,0,"",python,selection_command +7201,7715219,"utils/nn.py",17093,0,"",python,selection_command +7202,7715247,"utils/nn.py",17142,0,"",python,selection_command +7203,7715280,"utils/nn.py",17188,0,"",python,selection_command +7204,7715317,"utils/nn.py",17238,0,"",python,selection_command +7205,7715348,"utils/nn.py",17240,0,"",python,selection_command +7206,7715381,"utils/nn.py",17315,0,"",python,selection_command +7207,7715413,"utils/nn.py",17400,0,"",python,selection_command +7208,7715457,"utils/nn.py",17476,0,"",python,selection_command +7209,7715490,"utils/nn.py",17478,0,"",python,selection_command +7210,7715518,"utils/nn.py",17553,0,"",python,selection_command +7211,7715546,"utils/nn.py",17604,0,"",python,selection_command +7212,7715582,"utils/nn.py",17650,0,"",python,selection_command +7213,7715613,"utils/nn.py",17726,0,"",python,selection_command +7214,7715958,"utils/nn.py",17650,0,"",python,selection_command +7215,7715967,"utils/nn.py",17604,0,"",python,selection_command +7216,7716657,"utils/nn.py",17650,0,"11",python,content +7217,7716657,"utils/nn.py",17648,2,"",python,content +7218,7716657,"utils/nn.py",17627,0,"11",python,content +7219,7716657,"utils/nn.py",17625,2,"",python,content +7220,7716657,"utils/nn.py",17592,0,"11",python,content +7221,7716657,"utils/nn.py",17590,2,"",python,content +7222,7717679,"utils/nn.py",17650,0,"",python,selection_command +7223,7717922,"utils/nn.py",17726,0,"",python,selection_command +7224,7717954,"utils/nn.py",17832,0,"",python,selection_command +7225,7717983,"utils/nn.py",17908,0,"",python,selection_command +7226,7718017,"utils/nn.py",18048,0,"",python,selection_command +7227,7718050,"utils/nn.py",18187,0,"",python,selection_command +7228,7718083,"utils/nn.py",18269,0,"",python,selection_command +7229,7718117,"utils/nn.py",18283,0,"",python,selection_command +7230,7718151,"utils/nn.py",18359,0,"",python,selection_command +7231,7718182,"utils/nn.py",18382,0,"",python,selection_command +7232,7718219,"utils/nn.py",18452,0,"",python,selection_command +7233,7718305,"utils/nn.py",18382,0,"",python,selection_command +7234,7718537,"utils/nn.py",18359,0,"",python,selection_command +7235,7718685,"utils/nn.py",18283,0,"",python,selection_command +7236,7718843,"utils/nn.py",18269,0,"",python,selection_command +7237,7719184,"utils/nn.py",18187,0,"",python,selection_command +7238,7720862,"utils/nn.py",18253,0,"11",python,content +7239,7720863,"utils/nn.py",18251,2,"",python,content +7240,7720863,"utils/nn.py",18241,0,"11",python,content +7241,7720863,"utils/nn.py",18239,2,"",python,content +7242,7720863,"utils/nn.py",18160,0,"11",python,content +7243,7720863,"utils/nn.py",18158,2,"",python,content +7244,7720863,"utils/nn.py",18134,0,"11",python,content +7245,7720863,"utils/nn.py",18132,2,"",python,content +7246,7721643,"utils/nn.py",18186,0,"",python,selection_command +7247,7721823,"utils/nn.py",18185,0,"",python,selection_command +7248,7721964,"utils/nn.py",18184,0,"",python,selection_command +7249,7722095,"utils/nn.py",18181,0,"",python,selection_command +7250,7722258,"utils/nn.py",18180,0,"",python,selection_command +7251,7722383,"utils/nn.py",18178,0,"",python,selection_command +7252,7722543,"utils/nn.py",18174,0,"",python,selection_command +7253,7722680,"utils/nn.py",18171,0,"",python,selection_command +7254,7722933,"utils/nn.py",18169,0,"",python,selection_command +7255,7722960,"utils/nn.py",18167,0,"",python,selection_command +7256,7722990,"utils/nn.py",18162,0,"",python,selection_command +7257,7723023,"utils/nn.py",18160,0,"",python,selection_command +7258,7723056,"utils/nn.py",18151,0,"",python,selection_command +7259,7723241,"utils/nn.py",18150,0,"",python,selection_command +7260,7723393,"utils/nn.py",18144,0,"",python,selection_command +7261,7723525,"utils/nn.py",18143,0,"",python,selection_command +7262,7723695,"utils/nn.py",18137,0,"",python,selection_command +7263,7723851,"utils/nn.py",18135,0,"",python,selection_command +7264,7724611,"utils/nn.py",18134,0,"",python,selection_command +7265,7724679,"utils/nn.py",18133,0,"",python,selection_command +7266,7724813,"utils/nn.py",18132,0,"",python,selection_command +7267,7725477,"utils/nn.py",18132,1,"Q",python,content +7268,7726228,"utils/nn.py",18133,0,"",python,selection_command +7269,7727165,"utils/nn.py",18133,1,"K",python,content +7270,7727550,"utils/nn.py",18240,0,"",python,selection_command +7271,7727810,"utils/nn.py",18239,0,"",python,selection_command +7272,7728491,"utils/nn.py",18239,1,"Q",python,content +7273,7741093,"utils/nn.py",18240,0,"",python,selection_command +7274,7742164,"utils/nn.py",18240,1,"K",python,content +7275,7747113,"utils/nn.py",18283,0,"",python,selection_command +7276,7747266,"utils/nn.py",18305,0,"",python,selection_command +7277,7748769,"utils/nn.py",18304,0,"B111",python,content +7278,7748769,"utils/nn.py",18302,2,"",python,content +7279,7748769,"utils/nn.py",18241,0,"11",python,content +7280,7748769,"utils/nn.py",18239,2,"",python,content +7281,7748769,"utils/nn.py",18134,0,"11",python,content +7282,7748769,"utils/nn.py",18132,2,"",python,content +7283,7749702,"utils/nn.py",18302,4,"",python,content +7284,7749704,"utils/nn.py",18302,0,"4d",python,content +7285,7749712,"utils/nn.py",18239,2,"",python,content +7286,7749716,"utils/nn.py",18239,0,"QK",python,content +7287,7749717,"utils/nn.py",18132,2,"",python,content +7288,7749718,"utils/nn.py",18132,0,"QK",python,content +7289,7749718,"utils/nn.py",18307,0,"",python,selection_command +7290,7750372,"utils/nn.py",18305,0,"",python,selection_command +7291,7750498,"utils/nn.py",18297,0,"",python,selection_command +7292,7751172,"utils/nn.py",18298,0,"",python,selection_command +7293,7751251,"utils/nn.py",18299,0,"",python,selection_command +7294,7751405,"utils/nn.py",18300,0,"",python,selection_command +7295,7751551,"utils/nn.py",18301,0,"",python,selection_command +7296,7751705,"utils/nn.py",18302,0,"",python,selection_command +7297,7756722,"utils/nn.py",18302,2,"",python,content +7298,7757328,"utils/nn.py",18302,0,"\n ",python,content +7299,7758027,"utils/nn.py",18311,4,"",python,content +7300,7758267,"utils/nn.py",18307,4,"",python,content +7301,7758437,"utils/nn.py",18303,4,"",python,content +7302,7758721,"utils/nn.py",18302,1,"",python,content +7303,7760880,"utils/nn.py",18302,0,"1",python,content +7304,7760880,"utils/nn.py",18303,0,"",python,selection_keyboard +7305,7761130,"utils/nn.py",18303,0,",",python,content +7306,7761130,"utils/nn.py",18304,0,"",python,selection_keyboard +7307,7761657,"utils/nn.py",18303,1,"",python,content +7308,7761993,"utils/nn.py",18303,0,"1",python,content +7309,7761993,"utils/nn.py",18304,0,"",python,selection_keyboard +7310,7764758,"utils/nn.py",18304,0,"Q",python,content +7311,7764758,"utils/nn.py",18305,0,"",python,selection_keyboard +7312,7764966,"utils/nn.py",18305,0,"K",python,content +7313,7764966,"utils/nn.py",18306,0,"",python,selection_keyboard +7314,7765232,"utils/nn.py",18305,0,"",python,selection_command +7315,7766415,"utils/nn.py",18384,0,"",python,selection_command +7316,7766579,"utils/nn.py",18405,0,"",python,selection_command +7317,7766877,"utils/nn.py",18456,0,"",python,selection_command +7318,7767041,"utils/nn.py",18477,0,"",python,selection_command +7319,7767178,"utils/nn.py",18547,0,"",python,selection_command +7320,7767334,"utils/nn.py",18597,0,"",python,selection_command +7321,7767498,"utils/nn.py",18627,0,"",python,selection_command +7322,7767688,"utils/nn.py",18653,0,"",python,selection_command +7323,7767868,"utils/nn.py",18683,0,"",python,selection_command +7324,7768185,"utils/nn.py",18653,0,"",python,selection_command +7325,7768438,"utils/nn.py",18627,0,"",python,selection_command +7326,7768459,"utils/nn.py",18597,0,"",python,selection_command +7327,7768494,"utils/nn.py",18547,0,"",python,selection_command +7328,7768524,"utils/nn.py",18477,0,"",python,selection_command +7329,7768556,"utils/nn.py",18456,0,"",python,selection_command +7330,7768591,"utils/nn.py",18405,0,"",python,selection_command +7331,7768624,"utils/nn.py",18384,0,"",python,selection_command +7332,7768760,"utils/nn.py",18305,0,"",python,selection_command +7333,7768925,"utils/nn.py",18283,0,"",python,selection_command +7334,7769279,"utils/nn.py",18305,0,"",python,selection_command +7335,7769627,"utils/nn.py",18304,0,"",python,selection_command +7336,7769782,"utils/nn.py",18303,0,"",python,selection_command +7337,7769929,"utils/nn.py",18302,0,"",python,selection_command +7338,7771146,"utils/nn.py",18302,1,"B",python,content +7339,7771576,"utils/nn.py",18307,0,"",python,selection_command +7340,7772196,"utils/nn.py",18309,0,"",python,selection_command +7341,7772300,"utils/nn.py",18323,0,"",python,selection_command +7342,7772471,"utils/nn.py",18324,0,"",python,selection_command +7343,7775318,"utils/nn.py",18323,0,"",python,selection_command +7344,7775566,"utils/nn.py",18309,0,"",python,selection_command +7345,7775593,"utils/nn.py",18307,0,"",python,selection_command +7346,7775619,"utils/nn.py",18297,0,"",python,selection_command +7347,7775660,"utils/nn.py",18283,0,"",python,selection_command +7348,7775768,"utils/nn.py",18279,0,"",python,selection_command +7349,7776557,"utils/nn.py",18293,0,"",python,selection_command +7350,7776917,"utils/nn.py",18305,0,"",python,selection_command +7351,7777432,"utils/nn.py",18304,0,"",python,selection_command +7352,7777486,"utils/nn.py",18303,0,"",python,selection_command +7353,7777621,"utils/nn.py",18302,0,"",python,selection_command +7354,7778156,"utils/nn.py",18302,1,"1",python,content +7355,7780026,"utils/nn.py",18307,0,"",python,selection_command +7356,7780272,"utils/nn.py",18309,0,"",python,selection_command +7357,7780292,"utils/nn.py",18323,0,"",python,selection_command +7358,7780327,"utils/nn.py",18324,0,"",python,selection_command +7359,7780358,"utils/nn.py",18327,0,"",python,selection_command +7360,7780394,"utils/nn.py",18328,0,"",python,selection_command +7361,7780485,"utils/nn.py",18335,0,"",python,selection_command +7362,7780486,"utils/nn.py",18337,0,"",python,selection_command +7363,7780682,"utils/nn.py",18340,0,"",python,selection_command +7364,7780865,"utils/nn.py",18341,0,"",python,selection_command +7365,7781207,"utils/nn.py",18347,0,"",python,selection_command +7366,7781337,"utils/nn.py",18348,0,"",python,selection_command +7367,7781535,"utils/nn.py",18351,0,"",python,selection_command +7368,7781744,"utils/nn.py",18354,0,"",python,selection_command +7369,7782273,"utils/nn.py",18355,0,"",python,selection_command +7370,7782795,"utils/nn.py",18355,28,"",python,content +7371,7782799,"utils/nn.py",18354,0,"",python,selection_command +7372,7783308,"utils/nn.py",18355,0,"\n ",python,content +7373,7784157,"utils/nn.py",18368,0,"m",python,content +7374,7784157,"utils/nn.py",18369,0,"",python,selection_keyboard +7375,7784354,"utils/nn.py",18369,0,"a",python,content +7376,7784354,"utils/nn.py",18370,0,"",python,selection_keyboard +7377,7784355,"utils/nn.py",18370,0,"s",python,content +7378,7784355,"utils/nn.py",18371,0,"",python,selection_keyboard +7379,7784450,"utils/nn.py",18371,0,"k",python,content +7380,7784451,"utils/nn.py",18372,0,"",python,selection_keyboard +7381,7785831,"utils/nn.py",18372,0,"_",python,content +7382,7785831,"utils/nn.py",18373,0,"",python,selection_keyboard +7383,7786643,"utils/nn.py",18372,1,"",python,content +7384,7786994,"utils/nn.py",18372,0,"_",python,content +7385,7786994,"utils/nn.py",18373,0,"",python,selection_keyboard +7386,7787901,"utils/nn.py",18373,0,"B",python,content +7387,7787901,"utils/nn.py",18374,0,"",python,selection_keyboard +7388,7788904,"utils/nn.py",18374,0,"1",python,content +7389,7788905,"utils/nn.py",18375,0,"",python,selection_keyboard +7390,7789958,"utils/nn.py",18375,0,"Q",python,content +7391,7789958,"utils/nn.py",18376,0,"",python,selection_keyboard +7392,7790198,"utils/nn.py",18376,0,"K",python,content +7393,7790198,"utils/nn.py",18377,0,"",python,selection_keyboard +7394,7790835,"utils/nn.py",18377,0," ",python,content +7395,7790835,"utils/nn.py",18378,0,"",python,selection_keyboard +7396,7791572,"utils/nn.py",18378,0,"=",python,content +7397,7791572,"utils/nn.py",18379,0,"",python,selection_keyboard +7398,7792049,"utils/nn.py",18379,0," ",python,content +7399,7792049,"utils/nn.py",18380,0,"",python,selection_keyboard +7400,7792548,"utils/nn.py",18380,0,"j",python,content +7401,7792548,"utils/nn.py",18381,0,"",python,selection_keyboard +7402,7792549,"utils/nn.py",18381,0,"n",python,content +7403,7792549,"utils/nn.py",18382,0,"",python,selection_keyboard +7404,7792633,"utils/nn.py",18382,0,"p",python,content +7405,7792634,"utils/nn.py",18383,0,"",python,selection_keyboard +7406,7792922,"utils/nn.py",18383,0,".",python,content +7407,7792922,"utils/nn.py",18384,0,"",python,selection_keyboard +7408,7794427,"utils/nn.py",18384,0,"broadcast_to(mask_11QK, (B, 1, target_seq_len, target_seq_len))",python,content +7409,7794841,"utils/nn.py",18446,0,"",python,selection_command +7410,7795439,"utils/nn.py",18445,0,"",python,selection_command +7411,7795692,"utils/nn.py",18431,0,"",python,selection_command +7412,7795715,"utils/nn.py",18429,0,"",python,selection_command +7413,7795744,"utils/nn.py",18415,0,"",python,selection_command +7414,7795778,"utils/nn.py",18413,0,"",python,selection_command +7415,7795892,"utils/nn.py",18412,0,"",python,selection_command +7416,7795892,"utils/nn.py",18410,0,"",python,selection_command +7417,7795892,"utils/nn.py",18409,0,"",python,selection_command +7418,7796838,"utils/nn.py",18408,0,"",python,selection_command +7419,7797098,"utils/nn.py",18407,0,"",python,selection_command +7420,7797117,"utils/nn.py",18406,0,"",python,selection_command +7421,7797147,"utils/nn.py",18405,0,"",python,selection_command +7422,7797277,"utils/nn.py",18404,0,"",python,selection_command +7423,7797462,"utils/nn.py",18403,0,"",python,selection_command +7424,7797565,"utils/nn.py",18402,0,"",python,selection_command +7425,7797987,"utils/nn.py",18402,4,"",python,content +7426,7798356,"utils/nn.py",18402,0,"B",python,content +7427,7798356,"utils/nn.py",18403,0,"",python,selection_keyboard +7428,7799545,"utils/nn.py",18402,1,"",python,content +7429,7803337,"utils/nn.py",18401,0,"",python,selection_command +7430,7803557,"utils/nn.py",18402,0,"11QK",python,content +7431,7803557,"utils/nn.py",18402,0,"",python,selection_command +7432,7805431,"utils/nn.py",18406,0,"",python,selection_command +7433,7805611,"utils/nn.py",18408,0,"",python,selection_command +7434,7805999,"utils/nn.py",18409,0,"",python,selection_command +7435,7818529,"utils/nn.py",18338,0,"",python,selection_command +7436,7818786,"utils/nn.py",18283,0,"",python,selection_command +7437,7818807,"utils/nn.py",18269,0,"",python,selection_command +7438,7818839,"utils/nn.py",18166,0,"",python,selection_command +7439,7818885,"utils/nn.py",18027,0,"",python,selection_command +7440,7818904,"utils/nn.py",17887,0,"",python,selection_command +7441,7818945,"utils/nn.py",17830,0,"",python,selection_command +7442,7818978,"utils/nn.py",17705,0,"",python,selection_command +7443,7819011,"utils/nn.py",17650,0,"",python,selection_command +7444,7819045,"utils/nn.py",17604,0,"",python,selection_command +7445,7819079,"utils/nn.py",17532,0,"",python,selection_command +7446,7819118,"utils/nn.py",17478,0,"",python,selection_command +7447,7819152,"utils/nn.py",17455,0,"",python,selection_command +7448,7819179,"utils/nn.py",17379,0,"",python,selection_command +7449,7819218,"utils/nn.py",17294,0,"",python,selection_command +7450,7819251,"utils/nn.py",17240,0,"",python,selection_command +7451,7819284,"utils/nn.py",17238,0,"",python,selection_command +7452,7819318,"utils/nn.py",17188,0,"",python,selection_command +7453,7819351,"utils/nn.py",17142,0,"",python,selection_command +7454,7819385,"utils/nn.py",17093,0,"",python,selection_command +7455,7819418,"utils/nn.py",17091,0,"",python,selection_command +7456,7819451,"utils/nn.py",17034,0,"",python,selection_command +7457,7819484,"utils/nn.py",16979,0,"",python,selection_command +7458,7819517,"utils/nn.py",16941,0,"",python,selection_command +7459,7819553,"utils/nn.py",16939,0,"",python,selection_command +7460,7819580,"utils/nn.py",16891,0,"",python,selection_command +7461,7819920,"utils/nn.py",16850,0,"",python,selection_command +7462,7820077,"utils/nn.py",16832,0,"",python,selection_command +7463,7820226,"utils/nn.py",16777,0,"",python,selection_command +7464,7820356,"utils/nn.py",16757,0,"",python,selection_command +7465,7820615,"utils/nn.py",16743,0,"",python,selection_command +7466,7820637,"utils/nn.py",16688,0,"",python,selection_command +7467,7820670,"utils/nn.py",16662,0,"",python,selection_command +7468,7820704,"utils/nn.py",16649,0,"",python,selection_command +7469,7820735,"utils/nn.py",16594,0,"",python,selection_command +7470,7820769,"utils/nn.py",16535,0,"",python,selection_command +7471,7820918,"utils/nn.py",16454,0,"",python,selection_command +7472,7821335,"utils/nn.py",16535,0,"",python,selection_command +7473,7822214,"utils/nn.py",16535,0,"",python,selection_command +7474,7822434,"utils/nn.py",16594,0,"",python,selection_command +7475,7822652,"utils/nn.py",16535,0,"",python,selection_command +7476,7825895,"utils/nn.py",16594,0,"",python,selection_command +7477,7826140,"utils/nn.py",16649,0,"",python,selection_command +7478,7826158,"utils/nn.py",16662,0,"",python,selection_command +7479,7826193,"utils/nn.py",16688,0,"",python,selection_command +7480,7826226,"utils/nn.py",16743,0,"",python,selection_command +7481,7826261,"utils/nn.py",16757,0,"",python,selection_command +7482,7826289,"utils/nn.py",16777,0,"",python,selection_command +7483,7826322,"utils/nn.py",16832,0,"",python,selection_command +7484,7826355,"utils/nn.py",16850,0,"",python,selection_command +7485,7826395,"utils/nn.py",16891,0,"",python,selection_command +7486,7826436,"utils/nn.py",16939,0,"",python,selection_command +7487,7826803,"utils/nn.py",16891,0,"",python,selection_command +7488,7826912,"utils/nn.py",16939,0,"",python,selection_command +7489,7827171,"utils/nn.py",16941,0,"",python,selection_command +7490,7827189,"utils/nn.py",16979,0,"",python,selection_command +7491,7827226,"utils/nn.py",17034,0,"",python,selection_command +7492,7827256,"utils/nn.py",17091,0,"",python,selection_command +7493,7827293,"utils/nn.py",17093,0,"",python,selection_command +7494,7827326,"utils/nn.py",17142,0,"",python,selection_command +7495,7827889,"utils/nn.py",17188,0,"",python,selection_command +7496,7828044,"utils/nn.py",17238,0,"",python,selection_command +7497,7828441,"utils/nn.py",17239,0,"\n ",python,content +7498,7829239,"utils/nn.py",17248,0,"\n ",python,content +7499,7829239,"utils/nn.py",17240,8,"",python,content +7500,7830459,"utils/nn.py",17249,0,"b",python,content +7501,7830459,"utils/nn.py",17250,0,"",python,selection_keyboard +7502,7830761,"utils/nn.py",17249,0,"",python,selection_command +7503,7831203,"utils/nn.py",17248,0,"",python,selection_command +7504,7831926,"utils/nn.py",17250,0,"",python,selection_command +7505,7832224,"utils/nn.py",17249,1,"",python,content +7506,7833461,"utils/nn.py",17249,0,"B = query_BSHD.shape[0]",python,content +7507,7833815,"utils/nn.py",17271,0,"",python,selection_command +7508,7835751,"utils/nn.py",18553,0,"",python,selection_command +7509,7838016,"utils/nn.py",18482,0,"",python,selection_command +7510,7838160,"utils/nn.py",18481,0,"",python,selection_command +7511,7838308,"utils/nn.py",18389,0,"",python,selection_command +7512,7838490,"utils/nn.py",18318,0,"",python,selection_command +7513,7838838,"utils/nn.py",18389,0,"",python,selection_command +7514,7842257,"utils/nn.py",18401,0,"",python,selection_command +7515,7843848,"utils/nn.py",18481,0,"",python,selection_command +7516,7844086,"utils/nn.py",18494,0,"",python,selection_command +7517,7844113,"utils/nn.py",18553,0,"",python,selection_command +7518,7844143,"utils/nn.py",18566,0,"",python,selection_command +7519,7844177,"utils/nn.py",18636,0,"",python,selection_command +7520,7844223,"utils/nn.py",18686,0,"",python,selection_command +7521,7844247,"utils/nn.py",18716,0,"",python,selection_command +7522,7844394,"utils/nn.py",18742,0,"",python,selection_command +7523,7844560,"utils/nn.py",18772,0,"",python,selection_command +7524,7844702,"utils/nn.py",18798,0,"",python,selection_command +7525,7844826,"utils/nn.py",18824,0,"",python,selection_command +7526,7845624,"utils/nn.py",18810,0,"B1QK",python,content +7527,7845624,"utils/nn.py",18808,2,"",python,content +7528,7879242,"utils/nn.py",18226,0,"",python,selection_mouse +7529,7891679,"utils/nn.py",16995,0,"",python,selection_mouse +7530,7893256,"utils/nn.py",16989,0,"",python,selection_command +7531,7894114,"utils/nn.py",16989,14,"",python,content +7532,7894501,"utils/nn.py",16989,0,"T",python,content +7533,7894502,"utils/nn.py",16990,0,"",python,selection_keyboard +7534,7895159,"utils/nn.py",16989,0,"",python,selection_command +7535,7897721,"utils/nn.py",17035,0,"",python,selection_command +7536,7898175,"utils/nn.py",17044,0,"",python,selection_command +7537,7898711,"utils/nn.py",17060,0,"T",python,content +7538,7898711,"utils/nn.py",17046,14,"",python,content +7539,7900887,"utils/nn.py",17313,0,"T",python,content +7540,7900887,"utils/nn.py",17299,14,"",python,content +7541,7900887,"utils/nn.py",17297,0,"T",python,content +7542,7900887,"utils/nn.py",17283,14,"",python,content +7543,7902726,"utils/nn.py",17315,0,"",python,selection_command +7544,7902980,"utils/nn.py",17391,0,"",python,selection_command +7545,7903009,"utils/nn.py",17459,0,"",python,selection_command +7546,7903037,"utils/nn.py",17468,0,"",python,selection_command +7547,7903069,"utils/nn.py",17561,0,"",python,selection_command +7548,7903097,"utils/nn.py",17595,0,"",python,selection_command +7549,7903130,"utils/nn.py",17641,0,"",python,selection_command +7550,7903170,"utils/nn.py",17766,0,"",python,selection_command +7551,7903203,"utils/nn.py",17823,0,"",python,selection_command +7552,7903237,"utils/nn.py",17963,0,"",python,selection_command +7553,7903339,"utils/nn.py",18102,0,"",python,selection_command +7554,7904314,"utils/nn.py",18199,0,"T",python,content +7555,7904314,"utils/nn.py",18185,14,"",python,content +7556,7904314,"utils/nn.py",18181,0,"T",python,content +7557,7904314,"utils/nn.py",18167,14,"",python,content +7558,7906251,"utils/nn.py",18400,0,"T",python,content +7559,7906251,"utils/nn.py",18386,14,"",python,content +7560,7906251,"utils/nn.py",18384,0,"T",python,content +7561,7906251,"utils/nn.py",18370,14,"",python,content +7562,7909014,"utils/nn.py",18308,0,"",python,selection_command +7563,7912378,"utils/nn.py",18238,0,"",python,selection_command +7564,7913860,"utils/nn.py",18900,0,"",python,selection_command +7565,7915143,"utils/nn.py",18323,0,"",python,selection_command +7566,7915390,"utils/nn.py",17126,0,"",python,selection_command +7567,7919335,"utils/nn.py",17172,0,"",python,selection_command +7568,7919335,"utils/nn.py",17214,0,"",python,selection_command +7569,7920874,"utils/nn.py",17214,1,"",python,content +7570,7920881,"utils/nn.py",17222,0,"",python,selection_command +7571,7921809,"utils/nn.py",17246,0,"",python,selection_command +7572,7963272,"utils/nn.py",18112,0,"",python,selection_mouse +7573,7969437,"utils/nn.py",17134,0,"",python,selection_mouse +7574,7970090,"utils/nn.py",17085,0,"",python,selection_mouse +7575,7972457,"utils/nn.py",17085,1,"T",python,content +7576,7973084,"utils/nn.py",17085,1,"D",python,content +7577,7973735,"utils/nn.py",17084,0,"",python,selection_command +7578,7973916,"utils/nn.py",17083,0,"",python,selection_command +7579,7983642,"utils/nn.py",17083,1,"T",python,content +7580,7984095,"utils/nn.py",17133,0,"",python,selection_command +7581,7984401,"utils/nn.py",17132,0,"",python,selection_command +7582,7984495,"utils/nn.py",17131,0,"",python,selection_command +7583,7985095,"utils/nn.py",17131,1,"T",python,content +7584,7985460,"utils/nn.py",17177,0,"",python,selection_command +7585,7985615,"utils/nn.py",17178,0,"",python,selection_command +7586,7985794,"utils/nn.py",17179,0,"",python,selection_command +7587,7986529,"utils/nn.py",17179,1,"T",python,content +7588,7987204,"utils/nn.py",17229,0,"",python,selection_command +7589,7987315,"utils/nn.py",17230,0,"",python,selection_command +7590,7987548,"utils/nn.py",17231,0,"",python,selection_command +7591,7987657,"utils/nn.py",17232,0,"",python,selection_command +7592,7987818,"utils/nn.py",17233,0,"",python,selection_command +7593,7988842,"utils/nn.py",17232,0,"",python,selection_command +7594,7989634,"utils/nn.py",17233,0,"",python,selection_command +7595,7990251,"utils/nn.py",17233,1,"T",python,content +7596,7993751,"utils/nn.py",17246,0,"",python,selection_command +7597,7995884,"utils/nn.py",17233,0,"",python,selection_command +7598,7996952,"utils/nn.py",17246,0,"",python,selection_command +7599,7999635,"utils/nn.py",18593,0,"",python,selection_command +7600,8001587,"utils/nn.py",18651,0,"T",python,content +7601,8001587,"utils/nn.py",18650,1,"",python,content +7602,8001587,"utils/nn.py",18621,0,"T",python,content +7603,8001587,"utils/nn.py",18620,1,"",python,content +7604,8001587,"utils/nn.py",18595,0,"T",python,content +7605,8001587,"utils/nn.py",18594,1,"",python,content +7606,8003697,"utils/nn.py",18543,0,"",python,selection_command +7607,8003941,"utils/nn.py",18473,0,"",python,selection_command +7608,8003970,"utils/nn.py",18448,0,"",python,selection_command +7609,8004003,"utils/nn.py",18401,0,"",python,selection_command +7610,8004035,"utils/nn.py",18376,0,"",python,selection_command +7611,8004131,"utils/nn.py",18334,0,"",python,selection_command +7612,8004136,"utils/nn.py",18263,0,"",python,selection_command +7613,8004177,"utils/nn.py",18237,0,"",python,selection_command +7614,8004195,"utils/nn.py",18198,0,"",python,selection_command +7615,8004213,"utils/nn.py",18117,0,"",python,selection_command +7616,8004245,"utils/nn.py",17978,0,"",python,selection_command +7617,8004269,"utils/nn.py",17838,0,"",python,selection_command +7618,8004302,"utils/nn.py",17781,0,"",python,selection_command +7619,8004336,"utils/nn.py",17656,0,"",python,selection_command +7620,8004369,"utils/nn.py",17610,0,"",python,selection_command +7621,8004401,"utils/nn.py",17576,0,"",python,selection_command +7622,8004435,"utils/nn.py",17483,0,"",python,selection_command +7623,8004471,"utils/nn.py",17458,0,"",python,selection_command +7624,8004502,"utils/nn.py",17406,0,"",python,selection_command +7625,8004536,"utils/nn.py",17330,0,"",python,selection_command +7626,8004569,"utils/nn.py",17271,0,"",python,selection_command +7627,8004605,"utils/nn.py",17246,0,"",python,selection_command +7628,8004636,"utils/nn.py",17238,0,"",python,selection_command +7629,8004669,"utils/nn.py",17188,0,"",python,selection_command +7630,8004971,"utils/nn.py",17238,0,"",python,selection_command +7631,8005138,"utils/nn.py",17246,0,"",python,selection_command +7632,8022783,"utils/nn.py",17214,0,"",python,selection_command +7633,8023030,"utils/nn.py",17164,0,"",python,selection_command +7634,8023049,"utils/nn.py",17118,0,"",python,selection_command +7635,8023089,"utils/nn.py",17068,0,"",python,selection_command +7636,8023124,"utils/nn.py",17067,0,"",python,selection_command +7637,8023158,"utils/nn.py",17027,0,"",python,selection_command +7638,8023186,"utils/nn.py",16981,0,"",python,selection_command +7639,8023220,"utils/nn.py",16942,0,"",python,selection_command +7640,8023251,"utils/nn.py",16941,0,"",python,selection_command +7641,8023287,"utils/nn.py",16893,0,"",python,selection_command +7642,8023320,"utils/nn.py",16851,0,"",python,selection_command +7643,8023352,"utils/nn.py",16850,0,"",python,selection_command +7644,8023386,"utils/nn.py",16779,0,"",python,selection_command +7645,8023419,"utils/nn.py",16758,0,"",python,selection_command +7646,8023538,"utils/nn.py",16757,0,"",python,selection_command +7647,8023703,"utils/nn.py",16690,0,"",python,selection_command +7648,8024035,"utils/nn.py",16663,0,"",python,selection_command +7649,8024193,"utils/nn.py",16671,0,"",python,selection_command +7650,8024514,"utils/nn.py",16675,0,"",python,selection_command +7651,8025479,"utils/nn.py",16663,26," def _rearrange(x):",python,selection_command +7652,8069942,"utils/nn.py",16675,0,"",python,selection_command +7653,8071499,"utils/nn.py",16676,0,"",python,selection_command +7654,8074056,"utils/nn.py",16676,9,"",python,content +7655,8074267,"utils/nn.py",16676,0,"m",python,content +7656,8074268,"utils/nn.py",16677,0,"",python,selection_keyboard +7657,8074363,"utils/nn.py",16677,0,"e",python,content +7658,8074363,"utils/nn.py",16678,0,"",python,selection_keyboard +7659,8074451,"utils/nn.py",16678,0,"r",python,content +7660,8074451,"utils/nn.py",16679,0,"",python,selection_keyboard +7661,8074563,"utils/nn.py",16679,0,"g",python,content +7662,8074564,"utils/nn.py",16680,0,"",python,selection_keyboard +7663,8074597,"utils/nn.py",16680,0,"e",python,content +7664,8074597,"utils/nn.py",16681,0,"",python,selection_keyboard +7665,8075035,"utils/nn.py",16681,0,"_",python,content +7666,8075035,"utils/nn.py",16682,0,"",python,selection_keyboard +7667,8075437,"utils/nn.py",16682,0,"b",python,content +7668,8075437,"utils/nn.py",16683,0,"",python,selection_keyboard +7669,8075677,"utils/nn.py",16683,0,"a",python,content +7670,8075677,"utils/nn.py",16684,0,"",python,selection_keyboard +7671,8075678,"utils/nn.py",16684,0,"t",python,content +7672,8075678,"utils/nn.py",16685,0,"",python,selection_keyboard +7673,8075848,"utils/nn.py",16685,0,"c",python,content +7674,8075849,"utils/nn.py",16686,0,"",python,selection_keyboard +7675,8076019,"utils/nn.py",16686,0,"h",python,content +7676,8076020,"utils/nn.py",16687,0,"",python,selection_keyboard +7677,8076722,"utils/nn.py",16687,0,"_",python,content +7678,8076723,"utils/nn.py",16688,0,"",python,selection_keyboard +7679,8077152,"utils/nn.py",16688,0,"d",python,content +7680,8077152,"utils/nn.py",16689,0,"",python,selection_keyboard +7681,8077156,"utils/nn.py",16689,0,"i",python,content +7682,8077156,"utils/nn.py",16690,0,"",python,selection_keyboard +7683,8077158,"utils/nn.py",16690,0,"m",python,content +7684,8077158,"utils/nn.py",16691,0,"",python,selection_keyboard +7685,8078121,"utils/nn.py",16691,0,"s",python,content +7686,8078121,"utils/nn.py",16692,0,"",python,selection_keyboard +7687,8078265,"utils/nn.py",16691,0,"",python,selection_command +7688,8086685,"utils/nn.py",17207,0,"_batch_dims",python,content +7689,8086685,"utils/nn.py",17202,3,"",python,content +7690,8086685,"utils/nn.py",17200,1,"",python,content +7691,8086685,"utils/nn.py",17199,0,"m",python,content +7692,8086685,"utils/nn.py",17198,1,"",python,content +7693,8086685,"utils/nn.py",17159,0,"_batch_dims",python,content +7694,8086685,"utils/nn.py",17154,3,"",python,content +7695,8086685,"utils/nn.py",17152,1,"",python,content +7696,8086685,"utils/nn.py",17151,0,"m",python,content +7697,8086685,"utils/nn.py",17150,1,"",python,content +7698,8086685,"utils/nn.py",17111,0,"_batch_dims",python,content +7699,8086685,"utils/nn.py",17106,3,"",python,content +7700,8086685,"utils/nn.py",17104,1,"",python,content +7701,8086685,"utils/nn.py",17103,0,"m",python,content +7702,8086685,"utils/nn.py",17102,1,"",python,content +7703,8088591,"utils/nn.py",17648,0,"_batch_dims",python,content +7704,8088591,"utils/nn.py",17643,3,"",python,content +7705,8088591,"utils/nn.py",17641,1,"",python,content +7706,8088591,"utils/nn.py",17640,0,"m",python,content +7707,8088591,"utils/nn.py",17639,1,"",python,content +7708,8089635,"utils/nn.py",18445,0,"_batch_dims",python,content +7709,8089635,"utils/nn.py",18440,3,"",python,content +7710,8089635,"utils/nn.py",18438,1,"",python,content +7711,8089635,"utils/nn.py",18437,0,"m",python,content +7712,8089635,"utils/nn.py",18436,1,"",python,content +7713,8104967,"utils/nn.py",17193,0,"",python,selection_keyboard +7714,8106046,"utils/nn.py",17140,101,"key_BTHD = _pad(_merge_batch_dims(key_BSHD))\n value_BTHD = _pad(_merge_batch_dims(value_BSHD))",python,selection_command +7715,8106062,"utils/nn.py",17185,8," ",python,content +7716,8106062,"utils/nn.py",17132,8," ",python,content +7717,8106083,"utils/nn.py",17136,0,"",python,selection_command +7718,8106294,"utils/nn.py",17083,0,"",python,selection_command +7719,8106325,"utils/nn.py",17074,0,"",python,selection_command +7720,8106357,"utils/nn.py",17042,0,"",python,selection_command +7721,8106391,"utils/nn.py",16996,0,"",python,selection_command +7722,8106423,"utils/nn.py",16957,0,"",python,selection_command +7723,8106460,"utils/nn.py",16948,0,"",python,selection_command +7724,8106495,"utils/nn.py",16908,0,"",python,selection_command +7725,8106526,"utils/nn.py",16866,0,"",python,selection_command +7726,8106566,"utils/nn.py",16857,0,"",python,selection_command +7727,8106600,"utils/nn.py",16794,0,"",python,selection_command +7728,8106635,"utils/nn.py",16773,0,"",python,selection_command +7729,8106666,"utils/nn.py",16764,0,"",python,selection_command +7730,8106698,"utils/nn.py",16705,0,"",python,selection_command +7731,8106734,"utils/nn.py",16671,0,"",python,selection_command +7732,8106775,"utils/nn.py",16662,0,"",python,selection_command +7733,8107021,"utils/nn.py",16671,0,"",python,selection_command +7734,8107387,"utils/nn.py",16662,0,"",python,selection_command +7735,8108819,"utils/nn.py",17181,0," ",python,content +7736,8108828,"utils/nn.py",17136,0," ",python,content +7737,8108830,"utils/nn.py",17193,0,"",python,selection_command +7738,8150775,"TERMINAL",0,0,"quit",,terminal_output +7739,8151367,"TERMINAL",0,0,"()",,terminal_output +7740,8151780,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 324, in __call__\r\n z_FNM = self.spatial_attention(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 510, in attention_fn\r\n breakpoint()\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 510, in attention_fn\r\n breakpoint()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +7741,8152401,"TERMINAL",0,0,"(Pdb) ",,terminal_output +7742,8152752,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7743,8152752,"utils/nn.py",17140,0,"",python,selection_command +7744,8152911,"utils/nn.py",17083,0,"",python,selection_command +7745,8152943,"utils/nn.py",17074,0,"",python,selection_command +7746,8152979,"utils/nn.py",17042,0,"",python,selection_command +7747,8153097,"utils/nn.py",16996,0,"",python,selection_command +7748,8153098,"utils/nn.py",16957,0,"",python,selection_command +7749,8153099,"utils/nn.py",16948,0,"",python,selection_command +7750,8153113,"utils/nn.py",16908,0,"",python,selection_command +7751,8153276,"utils/nn.py",16866,0,"",python,selection_command +7752,8153276,"utils/nn.py",16857,0,"",python,selection_command +7753,8153277,"utils/nn.py",16794,0,"",python,selection_command +7754,8153277,"utils/nn.py",16773,0,"",python,selection_command +7755,8153278,"utils/nn.py",16764,0,"",python,selection_command +7756,8153308,"utils/nn.py",16705,0,"",python,selection_command +7757,8153344,"utils/nn.py",16671,0,"",python,selection_command +7758,8153377,"utils/nn.py",16662,0,"",python,selection_command +7759,8153486,"utils/nn.py",16604,0,"",python,selection_command +7760,8153644,"utils/nn.py",16583,0,"",python,selection_command +7761,8154051,"utils/nn.py",16575,21,"",python,content +7762,8154146,"utils/nn.py",16583,0,"",python,selection_command +7763,8160918,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7764,8161787,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7765,8173758,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7766,8181915,"TERMINAL",0,0,"2025-07-31 22:38:13.944193: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7767,8182985,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n assert z_FNM.shape == (B * T, N, M)\r\nAssertionError\r\n",,terminal_output +7768,8183937,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7769,8193197,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +7770,8193197,"/fast/home/franz.srambical/jafar/utils/nn.py",10198,0,"",python,selection_command +7771,8193291,"/fast/home/franz.srambical/jafar/utils/nn.py",15871,2562," flax.nnx.MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim),\n but jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim). We reshape to\n ensure compatibility. cuDNN's flash attention additionally requires a sequence length that\n is a multiple of 4. We pad the sequence length to the nearest multiple of 4 and mask\n accordingly. Note that cuDNN requires the mask to be broadcast before calling the attention\n function due to strict shape checking.\n """"""\n\n # FIXME (f.srambical): keys and values could have a different dimensionality\n def attention_fn(query_BSHD, key_BSHD, value_BSHD, bias=None, mask_B111=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _merge_batch_dims(x):\n return einops.rearrange(x, ""... l h k -> (...) l h k"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query_BSHD.shape\n original_seq_len = query_BSHD.shape[-3]\n\n # Pad to nearest multiple of 4\n T = ((original_seq_len + 3) // 4) * 4\n pad_size = T - original_seq_len\n\n query_BTHD = _pad(_merge_batch_dims(query_BSHD))\n key_BTHD = _pad(_merge_batch_dims(key_BSHD))\n value_BTHD = _pad(_merge_batch_dims(value_BSHD))\n B = query_BTHD.shape[0]\n\n attention_mask = jnp.ones((T, T), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask_B111 is not None:\n mask_B111 = _merge_batch_dims(mask_B111)\n # We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_B1QK = einops.repeat(mask_B111, ""... 1 1 -> ... t s"", t=T, s=T)\n mask_B1QK = mask_B111.astype(jnp.bool)\n else:\n mask_11QK = attention_mask[jnp.newaxis, jnp.newaxis, :, :]\n mask_B1QK = jnp.broadcast_to(mask_11QK, (B, 1, T, T))\n\n bias_4d = _pad(_merge_batch_dims(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_BTHD,\n key=key_BTHD,\n value=value_BTHD,\n bias=bias_4d,\n mask=mask_B1QK,\n",python,content +7772,8197823,"/fast/home/franz.srambical/jafar/utils/nn.py",10246,0,"",python,selection_command +7773,8198169,"/fast/home/franz.srambical/jafar/utils/nn.py",10198,0,"",python,selection_command +7774,8204155,"/fast/home/franz.srambical/jafar/utils/nn.py",10246,0,"",python,selection_command +7775,8204680,"/fast/home/franz.srambical/jafar/utils/nn.py",10246,25,"",python,content +7776,8204681,"/fast/home/franz.srambical/jafar/utils/nn.py",10254,0,"",python,selection_command +7777,8205011,"/fast/home/franz.srambical/jafar/utils/nn.py",10206,0,"",python,selection_command +7778,8205171,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,"",python,selection_command +7779,8205596,"/fast/home/franz.srambical/jafar/utils/nn.py",10197,0,"\n breakpoint()",python,content +7780,8205597,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"",python,selection_command +7781,8208213,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7782,8208414,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7783,8219231,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7784,8227360,"TERMINAL",0,0,"2025-07-31 22:38:59.390829: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7785,8228406,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(326)__call__()\r\n-> assert z_FNM.shape == (B * T, N, M)\r\n",,terminal_output +7786,8235184,"TERMINAL",0,0,"z",,terminal_output +7787,8235537,"TERMINAL",0,0,"_",,terminal_output +7788,8236110,"TERMINAL",0,0,"N",,terminal_output +7789,8236748,"TERMINAL",0,0," ",,terminal_output +7790,8237301,"TERMINAL",0,0,"F",,terminal_output +7791,8237792,"TERMINAL",0,0,"N",,terminal_output +7792,8238117,"TERMINAL",0,0,"M",,terminal_output +7793,8238454,"TERMINAL",0,0,".",,terminal_output +7794,8238672,"TERMINAL",0,0,"sh",,terminal_output +7795,8238824,"TERMINAL",0,0,"ap",,terminal_output +7796,8238909,"TERMINAL",0,0,"e",,terminal_output +7797,8239066,"TERMINAL",0,0,"\r\n(Pdb) (2, 1, 512)\r\n",,terminal_output +7798,8250616,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,"",python,selection_command +7799,8251085,"/fast/home/franz.srambical/jafar/utils/nn.py",10236,0,"",python,selection_command +7800,8251110,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,"",python,selection_command +7801,8251234,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,0,"",python,selection_command +7802,8251430,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0,"",python,selection_command +7803,8251445,"/fast/home/franz.srambical/jafar/utils/nn.py",10163,0,"",python,selection_command +7804,8252465,"/fast/home/franz.srambical/jafar/utils/nn.py",10163,1,"1",python,content +7805,8256235,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0,"",python,selection_command +7806,8256862,"/fast/home/franz.srambical/jafar/utils/nn.py",10198,25,"",python,content +7807,8256869,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"",python,selection_command +7808,8257135,"/fast/home/franz.srambical/jafar/utils/nn.py",10198,48,"",python,content +7809,8257142,"/fast/home/franz.srambical/jafar/utils/nn.py",10206,0,"",python,selection_command +7810,8257585,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,"",python,selection_command +7811,8258871,"/fast/home/franz.srambical/jafar/utils/nn.py",10160,0,"",python,selection_command +7812,8259431,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"",python,selection_command +7813,8259586,"/fast/home/franz.srambical/jafar/utils/nn.py",10224,0,"",python,selection_command +7814,8259754,"/fast/home/franz.srambical/jafar/utils/nn.py",10274,0,"",python,selection_command +7815,8260209,"/fast/home/franz.srambical/jafar/utils/nn.py",10224,0,"",python,selection_command +7816,8260360,"/fast/home/franz.srambical/jafar/utils/nn.py",10274,0,"",python,selection_command +7817,8260618,"/fast/home/franz.srambical/jafar/utils/nn.py",10344,0,"",python,selection_command +7818,8260640,"/fast/home/franz.srambical/jafar/utils/nn.py",10377,0,"",python,selection_command +7819,8260667,"/fast/home/franz.srambical/jafar/utils/nn.py",10414,0,"",python,selection_command +7820,8260701,"/fast/home/franz.srambical/jafar/utils/nn.py",10479,0,"",python,selection_command +7821,8260735,"/fast/home/franz.srambical/jafar/utils/nn.py",10521,0,"",python,selection_command +7822,8260768,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,0,"",python,selection_command +7823,8260803,"/fast/home/franz.srambical/jafar/utils/nn.py",10586,0,"",python,selection_command +7824,8260834,"/fast/home/franz.srambical/jafar/utils/nn.py",10628,0,"",python,selection_command +7825,8260945,"/fast/home/franz.srambical/jafar/utils/nn.py",10681,0,"",python,selection_command +7826,8261286,"/fast/home/franz.srambical/jafar/utils/nn.py",10682,0,"",python,selection_command +7827,8261523,"/fast/home/franz.srambical/jafar/utils/nn.py",10683,0,"",python,selection_command +7828,8261680,"/fast/home/franz.srambical/jafar/utils/nn.py",10684,0,"",python,selection_command +7829,8262257,"/fast/home/franz.srambical/jafar/utils/nn.py",10684,1,"1",python,content +7830,8263827,"/fast/home/franz.srambical/jafar/utils/nn.py",10631,0,"",python,selection_command +7831,8264077,"/fast/home/franz.srambical/jafar/utils/nn.py",10589,0,"",python,selection_command +7832,8264109,"/fast/home/franz.srambical/jafar/utils/nn.py",10548,0,"",python,selection_command +7833,8264137,"/fast/home/franz.srambical/jafar/utils/nn.py",10524,0,"",python,selection_command +7834,8264167,"/fast/home/franz.srambical/jafar/utils/nn.py",10482,0,"",python,selection_command +7835,8264200,"/fast/home/franz.srambical/jafar/utils/nn.py",10417,0,"",python,selection_command +7836,8264234,"/fast/home/franz.srambical/jafar/utils/nn.py",10380,0,"",python,selection_command +7837,8264269,"/fast/home/franz.srambical/jafar/utils/nn.py",10347,0,"",python,selection_command +7838,8264301,"/fast/home/franz.srambical/jafar/utils/nn.py",10277,0,"",python,selection_command +7839,8264335,"/fast/home/franz.srambical/jafar/utils/nn.py",10227,0,"",python,selection_command +7840,8264469,"/fast/home/franz.srambical/jafar/utils/nn.py",10277,0,"",python,selection_command +7841,8264659,"/fast/home/franz.srambical/jafar/utils/nn.py",10227,0,"",python,selection_command +7842,8264914,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"",python,selection_command +7843,8264936,"/fast/home/franz.srambical/jafar/utils/nn.py",10163,0,"",python,selection_command +7844,8264973,"/fast/home/franz.srambical/jafar/utils/nn.py",10110,0,"",python,selection_command +7845,8265190,"/fast/home/franz.srambical/jafar/utils/nn.py",10163,0,"",python,selection_command +7846,8265385,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"",python,selection_command +7847,8265631,"/fast/home/franz.srambical/jafar/utils/nn.py",10163,0,"",python,selection_command +7848,8343299,"/fast/home/franz.srambical/jafar/utils/nn.py",10197,0,"\n ",python,content +7849,8344126,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"z",python,content +7850,8344126,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,"",python,selection_keyboard +7851,8344476,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,"_",python,content +7852,8344477,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,0,"",python,selection_keyboard +7853,8345995,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,0,"F",python,content +7854,8345995,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0,"",python,selection_keyboard +7855,8346446,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0,"N",python,content +7856,8346446,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,"",python,selection_keyboard +7857,8346527,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,"M",python,content +7858,8346528,"/fast/home/franz.srambical/jafar/utils/nn.py",10215,0,"",python,selection_keyboard +7859,8347330,"/fast/home/franz.srambical/jafar/utils/nn.py",10215,0," ",python,content +7860,8347330,"/fast/home/franz.srambical/jafar/utils/nn.py",10216,0,"",python,selection_keyboard +7861,8347660,"/fast/home/franz.srambical/jafar/utils/nn.py",10216,0,"= z_FNM.at[:, pos_index[1]].set(z_F1M)",python,content +7862,8348128,"/fast/home/franz.srambical/jafar/utils/nn.py",10253,0,"",python,selection_command +7863,8358275,"/fast/home/franz.srambical/jafar/utils/nn.py",10267,0,"",python,selection_command +7864,8358521,"/fast/home/franz.srambical/jafar/utils/nn.py",10317,0,"",python,selection_command +7865,8358544,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"",python,selection_command +7866,8358587,"/fast/home/franz.srambical/jafar/utils/nn.py",10420,0,"",python,selection_command +7867,8358613,"/fast/home/franz.srambical/jafar/utils/nn.py",10457,0,"",python,selection_command +7868,8358648,"/fast/home/franz.srambical/jafar/utils/nn.py",10514,0,"",python,selection_command +7869,8358679,"/fast/home/franz.srambical/jafar/utils/nn.py",10564,0,"",python,selection_command +7870,8358713,"/fast/home/franz.srambical/jafar/utils/nn.py",10588,0,"",python,selection_command +7871,8358744,"/fast/home/franz.srambical/jafar/utils/nn.py",10629,0,"",python,selection_command +7872,8358779,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,0,"",python,selection_command +7873,8358915,"/fast/home/franz.srambical/jafar/utils/nn.py",10724,0,"",python,selection_command +7874,8359128,"/fast/home/franz.srambical/jafar/utils/nn.py",10775,0,"",python,selection_command +7875,8361255,"/fast/home/franz.srambical/jafar/utils/nn.py",10776,0,"\n z_PTM = z_PTM.at[:, pos_index[0]].set(z_P1M)",python,content +7876,8364877,"/fast/home/franz.srambical/jafar/utils/nn.py",10826,0,"",python,selection_command +7877,8419318,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +7878,8424690,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23248,0,"",python,selection_command +7879,8425554,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21567,0,"",python,selection_command +7880,8426073,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20327,0,"",python,selection_command +7881,8426315,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20188,0,"",python,selection_command +7882,8427125,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20327,0,"",python,selection_command +7883,8427758,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,14," if decode:",python,selection_command +7884,8429548,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +7885,8439185,"TERMINAL",0,0,"q",,terminal_output +7886,8439299,"TERMINAL",0,0,"ui",,terminal_output +7887,8439360,"TERMINAL",0,0,"t",,terminal_output +7888,8439697,"TERMINAL",0,0,"(",,terminal_output +7889,8439766,"TERMINAL",0,0,")",,terminal_output +7890,8440080,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 326, in __call__\r\n else:\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 326, in __call__\r\n else:\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +7891,8440798,"TERMINAL",0,0,"(Pdb) ",,terminal_output +7892,8441023,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7893,8441431,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7894,8441636,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7895,8452846,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7896,8460969,"TERMINAL",0,0,"2025-07-31 22:42:53.005069: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7897,8462042,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n z_FNM = z_FNM.at[:, pos_index[1]].set(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 814, in set\r\n return scatter._scatter_update(self.array, self.index, values, lax.scatter,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 92, in _scatter_update\r\n return internal_scatter(x, y, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 127, in _scatter_impl\r\n y = jnp.broadcast_to(y, tuple(indexer.slice_shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3109, in broadcast_to\r\n return util._broadcast_to(array, shape, sharding=out_sharding)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 281, in _broadcast_to\r\n raise ValueError(f""Cannot broadcast to shape with fewer dimensions: {arr_shape=} {shape=}"")\r\nValueError: Cannot broadcast to shape with fewer dimensions: arr_shape=(2, 1, 512) shape=(2, 512)\r\n",,terminal_output +7898,8463003,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7899,8474310,"/fast/home/franz.srambical/jafar/utils/nn.py",10198,0,"",python,selection_command +7900,8493213,"/fast/home/franz.srambical/jafar/utils/nn.py",10075,0,"",python,selection_mouse +7901,8496043,"/fast/home/franz.srambical/jafar/utils/nn.py",10164,0,"",python,selection_mouse +7902,8497103,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,"",python,selection_mouse +7903,8500355,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,0,"",python,selection_mouse +7904,8502472,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,0,",",python,content +7905,8502473,"/fast/home/franz.srambical/jafar/utils/nn.py",10243,0,"",python,selection_keyboard +7906,8502656,"/fast/home/franz.srambical/jafar/utils/nn.py",10243,0," ",python,content +7907,8502657,"/fast/home/franz.srambical/jafar/utils/nn.py",10244,0,"",python,selection_keyboard +7908,8502884,"/fast/home/franz.srambical/jafar/utils/nn.py",10244,0,":",python,content +7909,8502884,"/fast/home/franz.srambical/jafar/utils/nn.py",10245,0,"",python,selection_keyboard +7910,8503172,"/fast/home/franz.srambical/jafar/utils/nn.py",10244,0,"",python,selection_command +7911,8503401,"/fast/home/franz.srambical/jafar/utils/nn.py",10266,0,"",python,selection_command +7912,8506575,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,3,"",python,content +7913,8506582,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,0,"",python,selection_command +7914,8507688,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,0,", :",python,content +7915,8507690,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,0,"",python,selection_command +7916,8508276,"/fast/home/franz.srambical/jafar/utils/nn.py",10270,0,"",python,selection_command +7917,8508390,"/fast/home/franz.srambical/jafar/utils/nn.py",10316,0,"",python,selection_command +7918,8508535,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0,"",python,selection_command +7919,8508672,"/fast/home/franz.srambical/jafar/utils/nn.py",10423,0,"",python,selection_command +7920,8508805,"/fast/home/franz.srambical/jafar/utils/nn.py",10460,0,"",python,selection_command +7921,8508937,"/fast/home/franz.srambical/jafar/utils/nn.py",10506,0,"",python,selection_command +7922,8509078,"/fast/home/franz.srambical/jafar/utils/nn.py",10567,0,"",python,selection_command +7923,8509320,"/fast/home/franz.srambical/jafar/utils/nn.py",10591,0,"",python,selection_command +7924,8509354,"/fast/home/franz.srambical/jafar/utils/nn.py",10632,0,"",python,selection_command +7925,8509387,"/fast/home/franz.srambical/jafar/utils/nn.py",10674,0,"",python,selection_command +7926,8509420,"/fast/home/franz.srambical/jafar/utils/nn.py",10720,0,"",python,selection_command +7927,8509453,"/fast/home/franz.srambical/jafar/utils/nn.py",10773,0,"",python,selection_command +7928,8509771,"/fast/home/franz.srambical/jafar/utils/nn.py",10824,0,"",python,selection_command +7929,8510401,"/fast/home/franz.srambical/jafar/utils/nn.py",10824,0,", :",python,content +7930,8512019,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7931,8512203,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7932,8523401,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7933,8536051,"TERMINAL",0,0,"2025-07-31 22:44:08.082529: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7934,8537129,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 814, in set\r\n return scatter._scatter_update(self.array, self.index, values, lax.scatter,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 92, in _scatter_update\r\n return internal_scatter(x, y, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 127, in _scatter_impl\r\n y = jnp.broadcast_to(y, tuple(indexer.slice_shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3109, in broadcast_to\r\n return util._broadcast_to(array, shape, sharding=out_sharding)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 281, in _broadcast_to\r\n raise ValueError(f""Cannot broadcast to shape with fewer dimensions: {arr_shape=} {shape=}"")\r\nValueError: Cannot broadcast to shape with fewer dimensions: arr_shape=(2, 1, 512) shape=(2, 512)\r\n",,terminal_output +7935,8538088,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7936,8547032,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7937,8547688,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7938,8554788,"/fast/home/franz.srambical/jafar/utils/nn.py",10271,0,"",python,selection_mouse +7939,8554788,"/fast/home/franz.srambical/jafar/utils/nn.py",10270,0,"",python,selection_command +7940,8556224,"/fast/home/franz.srambical/jafar/utils/nn.py",9582,0,"",python,selection_mouse +7941,8558596,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7942,8558803,"/fast/home/franz.srambical/jafar/utils/nn.py",9750,0,"",python,selection_mouse +7943,8560185,"/fast/home/franz.srambical/jafar/utils/nn.py",9708,104,"",python,content +7944,8560195,"/fast/home/franz.srambical/jafar/utils/nn.py",9716,0,"",python,selection_command +7945,8566879,"TERMINAL",0,0,"2025-07-31 22:44:38.784728: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7946,8567870,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n else:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 814, in set\r\n return scatter._scatter_update(self.array, self.index, values, lax.scatter,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 92, in _scatter_update\r\n return internal_scatter(x, y, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 127, in _scatter_impl\r\n y = jnp.broadcast_to(y, tuple(indexer.slice_shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3109, in broadcast_to\r\n return util._broadcast_to(array, shape, sharding=out_sharding)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 281, in _broadcast_to\r\n raise ValueError(f""Cannot broadcast to shape with fewer dimensions: {arr_shape=} {shape=}"")\r\nValueError: Cannot broadcast to shape with fewer dimensions: arr_shape=(2, 1, 512) shape=(2, 512)\r\n",,terminal_output +7947,8568845,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7948,8573046,"/fast/home/franz.srambical/jafar/utils/nn.py",10154,0,"",python,selection_command +7949,8576812,"/fast/home/franz.srambical/jafar/utils/nn.py",10167,0,"",python,selection_mouse +7950,8576812,"/fast/home/franz.srambical/jafar/utils/nn.py",10166,0,"",python,selection_command +7951,8578286,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +7952,8579884,"utils/nn.py",0,0,"",python,tab +7953,8581643,"utils/nn.py",15543,0,"",python,selection_command +7954,8581998,"utils/nn.py",14803,0,"",python,selection_command +7955,8582294,"utils/nn.py",14222,0,"",python,selection_command +7956,8582832,"utils/nn.py",13630,0,"",python,selection_command +7957,8583005,"utils/nn.py",12872,0,"",python,selection_command +7958,8583401,"utils/nn.py",12221,0,"",python,selection_command +7959,8583563,"utils/nn.py",11645,0,"",python,selection_command +7960,8583710,"utils/nn.py",11148,0,"",python,selection_command +7961,8584050,"utils/nn.py",10366,0,"",python,selection_command +7962,8584197,"utils/nn.py",9561,0,"",python,selection_command +7963,8585131,"utils/nn.py",10366,0,"",python,selection_command +7964,8586159,"utils/nn.py",10329,0,"",python,selection_command +7965,8586415,"utils/nn.py",10296,0,"",python,selection_command +7966,8586438,"utils/nn.py",10226,0,"",python,selection_command +7967,8586470,"utils/nn.py",10176,0,"",python,selection_command +7968,8586673,"utils/nn.py",10162,0,"",python,selection_command +7969,8586770,"utils/nn.py",10102,0,"",python,selection_command +7970,8586972,"utils/nn.py",10162,0,"",python,selection_command +7971,8587195,"utils/nn.py",10176,0,"",python,selection_command +7972,8587277,"utils/nn.py",10226,0,"",python,selection_command +7973,8587534,"utils/nn.py",10296,0,"",python,selection_command +7974,8587553,"utils/nn.py",10329,0,"",python,selection_command +7975,8587588,"utils/nn.py",10366,0,"",python,selection_command +7976,8587616,"utils/nn.py",10431,0,"",python,selection_command +7977,8587720,"utils/nn.py",10473,0,"",python,selection_command +7978,8587721,"utils/nn.py",10497,0,"",python,selection_command +7979,8587722,"utils/nn.py",10538,0,"",python,selection_command +7980,8587750,"utils/nn.py",10580,0,"",python,selection_command +7981,8588128,"utils/nn.py",10538,0,"",python,selection_command +7982,8588768,"utils/nn.py",10545,0,"",python,selection_command +7983,8588954,"utils/nn.py",10547,0,"",python,selection_command +7984,8589292,"utils/nn.py",10553,0,"",python,selection_command +7985,8589293,"utils/nn.py",10556,0,"",python,selection_command +7986,8589293,"utils/nn.py",10566,0,"",python,selection_command +7987,8589296,"utils/nn.py",10567,0,"",python,selection_command +7988,8589425,"utils/nn.py",10568,0,"",python,selection_command +7989,8590348,"utils/nn.py",10569,0,"",python,selection_command +7990,8590357,"utils/nn.py",10570,0,"",python,selection_command +7991,8590575,"utils/nn.py",10571,0,"",python,selection_command +7992,8591503,"utils/nn.py",10570,0,"",python,selection_command +7993,8592248,"utils/nn.py",10612,0,"",python,selection_command +7994,8592505,"utils/nn.py",10665,0,"",python,selection_command +7995,8592751,"utils/nn.py",10716,0,"",python,selection_command +7996,8596733,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +7997,8596733,"/fast/home/franz.srambical/jafar/utils/nn.py",10154,0,"",python,selection_command +7998,8598686,"utils/nn.py",0,0,"",python,tab +7999,8602729,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8000,8603037,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8001,8606195,"utils/nn.py",11125,0,"",python,selection_mouse +8002,8614194,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8003,8622306,"TERMINAL",0,0,"2025-07-31 22:45:34.327012: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8004,8623437,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 441, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 324, in __call__\r\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 814, in set\r\n return scatter._scatter_update(self.array, self.index, values, lax.scatter,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 92, in _scatter_update\r\n return internal_scatter(x, y, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 127, in _scatter_impl\r\n y = jnp.broadcast_to(y, tuple(indexer.slice_shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3109, in broadcast_to\r\n return util._broadcast_to(array, shape, sharding=out_sharding)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 281, in _broadcast_to\r\n raise ValueError(f""Cannot broadcast to shape with fewer dimensions: {arr_shape=} {shape=}"")\r\nValueError: Cannot broadcast to shape with fewer dimensions: arr_shape=(2, 1, 512) shape=(2, 512)\r\n",,terminal_output +8005,8624303,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8006,8626679,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +8007,8626679,"/fast/home/franz.srambical/jafar/utils/nn.py",10094,0,"",python,selection_command +8008,8642158,"/fast/home/franz.srambical/jafar/utils/nn.py",10044,0,"",python,selection_command +8009,8642380,"/fast/home/franz.srambical/jafar/utils/nn.py",10093,0,"\n ",python,content +8010,8642760,"/fast/home/franz.srambical/jafar/utils/nn.py",10106,0,"b",python,content +8011,8642760,"/fast/home/franz.srambical/jafar/utils/nn.py",10107,0,"",python,selection_keyboard +8012,8642919,"/fast/home/franz.srambical/jafar/utils/nn.py",10107,0,"r",python,content +8013,8642919,"/fast/home/franz.srambical/jafar/utils/nn.py",10108,0,"",python,selection_keyboard +8014,8643001,"/fast/home/franz.srambical/jafar/utils/nn.py",10108,0,"e",python,content +8015,8643001,"/fast/home/franz.srambical/jafar/utils/nn.py",10109,0,"",python,selection_keyboard +8016,8643170,"/fast/home/franz.srambical/jafar/utils/nn.py",10109,0,"a",python,content +8017,8643170,"/fast/home/franz.srambical/jafar/utils/nn.py",10110,0,"",python,selection_keyboard +8018,8643249,"/fast/home/franz.srambical/jafar/utils/nn.py",10110,0,"k",python,content +8019,8643249,"/fast/home/franz.srambical/jafar/utils/nn.py",10111,0,"",python,selection_keyboard +8020,8643748,"/fast/home/franz.srambical/jafar/utils/nn.py",10111,0,"point()",python,content +8021,8643946,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"",python,selection_command +8022,8645520,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8023,8645732,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8024,8656591,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8025,8664736,"TERMINAL",0,0,"2025-07-31 22:46:16.680192: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8026,8665682,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(325)__call__()\r\n-> z_FNM = z_FNM.at[:, pos_index[1], :].set(z_F1M)\r\n",,terminal_output +8027,8669340,"TERMINAL",0,0,"z",,terminal_output +8028,8670356,"TERMINAL",0,0,"_",,terminal_output +8029,8671208,"TERMINAL",0,0," ",,terminal_output +8030,8671619,"TERMINAL",0,0,"_",,terminal_output +8031,8672483,"TERMINAL",0,0,"F",,terminal_output +8032,8672827,"TERMINAL",0,0,"N",,terminal_output +8033,8673227,"TERMINAL",0,0,"M",,terminal_output +8034,8673880,"TERMINAL",0,0," ",,terminal_output +8035,8674379,"TERMINAL",0,0," ",,terminal_output +8036,8674943,"TERMINAL",0,0,"1",,terminal_output +8037,8675878,"TERMINAL",0,0,"M",,terminal_output +8038,8676276,"TERMINAL",0,0,".",,terminal_output +8039,8676439,"TERMINAL",0,0,"sh",,terminal_output +8040,8676595,"TERMINAL",0,0,"ap",,terminal_output +8041,8676800,"TERMINAL",0,0,"e",,terminal_output +8042,8676910,"TERMINAL",0,0,"\r\n(Pdb) (2, 1, 512)\r\n",,terminal_output +8043,8685190,"TERMINAL",0,0,"z",,terminal_output +8044,8685536,"TERMINAL",0,0,"_",,terminal_output +8045,8686304,"TERMINAL",0,0," ",,terminal_output +8046,8686571,"TERMINAL",0,0,"_",,terminal_output +8047,8687167,"TERMINAL",0,0,"f",,terminal_output +8048,8687659,"TERMINAL",0,0," ",,terminal_output +8049,8688339,"TERMINAL",0,0,"N",,terminal_output +8050,8689023,"TERMINAL",0,0," ",,terminal_output +8051,8689488,"TERMINAL",0,0,"F",,terminal_output +8052,8690014,"TERMINAL",0,0,"N",,terminal_output +8053,8690307,"TERMINAL",0,0,"M",,terminal_output +8054,8690675,"TERMINAL",0,0,".",,terminal_output +8055,8690888,"TERMINAL",0,0,"sh",,terminal_output +8056,8691065,"TERMINAL",0,0,"ap",,terminal_output +8057,8691175,"TERMINAL",0,0,"e",,terminal_output +8058,8694246,"TERMINAL",0,0,"\r\n(Pdb) (2, 921, 512)\r\n",,terminal_output +8059,8715746,"/fast/home/franz.srambical/jafar/utils/nn.py",10093,0,"",python,selection_mouse +8060,8715747,"/fast/home/franz.srambical/jafar/utils/nn.py",10092,0,"",python,selection_command +8061,8715892,"/fast/home/franz.srambical/jafar/utils/nn.py",10093,0,"",python,selection_mouse +8062,8715892,"/fast/home/franz.srambical/jafar/utils/nn.py",10092,0,"",python,selection_command +8063,8716028,"/fast/home/franz.srambical/jafar/utils/nn.py",10044,50," z_F1M = self.spatial_attention(z_F1M)\n",python,selection_mouse +8064,8716030,"/fast/home/franz.srambical/jafar/utils/nn.py",10045,49," z_F1M = self.spatial_attention(z_F1M)\n",python,selection_command +8065,8716093,"/fast/home/franz.srambical/jafar/utils/nn.py",10045,0,"",python,selection_mouse +8066,8716158,"/fast/home/franz.srambical/jafar/utils/nn.py",10045,74," z_F1M = self.spatial_attention(z_F1M)\n breakpoint()\n",python,selection_mouse +8067,8716346,"/fast/home/franz.srambical/jafar/utils/nn.py",10045,134," z_F1M = self.spatial_attention(z_F1M)\n breakpoint()\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_F1M)\n",python,selection_mouse +8068,8734059,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"",python,selection_mouse +8069,8734062,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"",python,selection_command +8070,8775289,"/fast/home/franz.srambical/jafar/utils/nn.py",10093,0,"\n ",python,content +8071,8775742,"/fast/home/franz.srambical/jafar/utils/nn.py",10106,0,"z",python,content +8072,8775742,"/fast/home/franz.srambical/jafar/utils/nn.py",10107,0,"",python,selection_keyboard +8073,8776107,"/fast/home/franz.srambical/jafar/utils/nn.py",10107,0,"_",python,content +8074,8776108,"/fast/home/franz.srambical/jafar/utils/nn.py",10108,0,"",python,selection_keyboard +8075,8777168,"/fast/home/franz.srambical/jafar/utils/nn.py",10108,0,"F",python,content +8076,8777169,"/fast/home/franz.srambical/jafar/utils/nn.py",10109,0,"",python,selection_keyboard +8077,8777622,"/fast/home/franz.srambical/jafar/utils/nn.py",10109,0,"M",python,content +8078,8777622,"/fast/home/franz.srambical/jafar/utils/nn.py",10110,0,"",python,selection_keyboard +8079,8778172,"/fast/home/franz.srambical/jafar/utils/nn.py",10110,0," ",python,content +8080,8778172,"/fast/home/franz.srambical/jafar/utils/nn.py",10111,0,"",python,selection_keyboard +8081,8779020,"/fast/home/franz.srambical/jafar/utils/nn.py",10111,0,"= z_FM.at[:, pos_index[1], :].set(z_F1M)",python,content +8082,8779613,"/fast/home/franz.srambical/jafar/utils/nn.py",10150,0,"",python,selection_command +8083,8779783,"/fast/home/franz.srambical/jafar/utils/nn.py",10145,0,"",python,selection_command +8084,8779932,"/fast/home/franz.srambical/jafar/utils/nn.py",10144,0,"",python,selection_command +8085,8780098,"/fast/home/franz.srambical/jafar/utils/nn.py",10141,0,"",python,selection_command +8086,8780244,"/fast/home/franz.srambical/jafar/utils/nn.py",10138,0,"",python,selection_command +8087,8780386,"/fast/home/franz.srambical/jafar/utils/nn.py",10135,0,"",python,selection_command +8088,8780533,"/fast/home/franz.srambical/jafar/utils/nn.py",10134,0,"",python,selection_command +8089,8780766,"/fast/home/franz.srambical/jafar/utils/nn.py",10133,0,"",python,selection_command +8090,8780896,"/fast/home/franz.srambical/jafar/utils/nn.py",10124,0,"",python,selection_command +8091,8781035,"/fast/home/franz.srambical/jafar/utils/nn.py",10120,0,"",python,selection_command +8092,8781251,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"",python,selection_command +8093,8781890,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"",python,selection_command +8094,8781930,"/fast/home/franz.srambical/jafar/utils/nn.py",10116,0,"",python,selection_command +8095,8782368,"/fast/home/franz.srambical/jafar/utils/nn.py",10116,35,"",python,content +8096,8783350,"/fast/home/franz.srambical/jafar/utils/nn.py",10116,0,"1",python,content +8097,8783351,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"",python,selection_keyboard +8098,8783942,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"M",python,content +8099,8783943,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"",python,selection_keyboard +8100,8784299,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,".",python,content +8101,8784299,"/fast/home/franz.srambical/jafar/utils/nn.py",10119,0,"",python,selection_keyboard +8102,8784721,"/fast/home/franz.srambical/jafar/utils/nn.py",10119,0,"r",python,content +8103,8784721,"/fast/home/franz.srambical/jafar/utils/nn.py",10120,0,"",python,selection_keyboard +8104,8784766,"/fast/home/franz.srambical/jafar/utils/nn.py",10120,0,"e",python,content +8105,8784767,"/fast/home/franz.srambical/jafar/utils/nn.py",10121,0,"",python,selection_keyboard +8106,8784953,"/fast/home/franz.srambical/jafar/utils/nn.py",10121,0,"s",python,content +8107,8784953,"/fast/home/franz.srambical/jafar/utils/nn.py",10122,0,"",python,selection_keyboard +8108,8785002,"/fast/home/franz.srambical/jafar/utils/nn.py",10122,0,"h",python,content +8109,8785002,"/fast/home/franz.srambical/jafar/utils/nn.py",10123,0,"",python,selection_keyboard +8110,8785151,"/fast/home/franz.srambical/jafar/utils/nn.py",10123,0,"a",python,content +8111,8785151,"/fast/home/franz.srambical/jafar/utils/nn.py",10124,0,"",python,selection_keyboard +8112,8785184,"/fast/home/franz.srambical/jafar/utils/nn.py",10124,0,"p",python,content +8113,8785184,"/fast/home/franz.srambical/jafar/utils/nn.py",10125,0,"",python,selection_keyboard +8114,8785235,"/fast/home/franz.srambical/jafar/utils/nn.py",10125,0,"e",python,content +8115,8785235,"/fast/home/franz.srambical/jafar/utils/nn.py",10126,0,"",python,selection_keyboard +8116,8785834,"/fast/home/franz.srambical/jafar/utils/nn.py",10126,0,"(B, T, M)",python,content +8117,8786137,"/fast/home/franz.srambical/jafar/utils/nn.py",10134,0,"",python,selection_command +8118,8786604,"/fast/home/franz.srambical/jafar/utils/nn.py",10133,0,"",python,selection_command +8119,8786753,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"",python,selection_command +8120,8786979,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,"",python,selection_command +8121,8787177,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,0,"",python,selection_command +8122,8787673,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,"",python,selection_command +8123,8788189,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,1,"",python,content +8124,8788361,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,1,"",python,content +8125,8789577,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,1,"",python,content +8126,8790113,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +8127,8790157,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,0,"",python,selection_command +8128,8790693,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,0," ",python,content +8129,8790693,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_keyboard +8130,8790875,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"*",python,content +8131,8790876,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,"",python,selection_keyboard +8132,8791157,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0," ",python,content +8133,8791157,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"",python,selection_keyboard +8134,8791666,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"T",python,content +8135,8791666,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,0,"",python,selection_keyboard +8136,8791859,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"",python,selection_command +8137,8793680,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +8138,8793869,"/fast/home/franz.srambical/jafar/utils/nn.py",10127,0,"",python,selection_command +8139,8794057,"/fast/home/franz.srambical/jafar/utils/nn.py",10126,0,"",python,selection_command +8140,8794263,"/fast/home/franz.srambical/jafar/utils/nn.py",10119,0,"",python,selection_command +8141,8794459,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"",python,selection_command +8142,8794775,"/fast/home/franz.srambical/jafar/utils/nn.py",10113,0,"",python,selection_command +8143,8797206,"/fast/home/franz.srambical/jafar/utils/nn.py",10113,0,"j",python,content +8144,8797206,"/fast/home/franz.srambical/jafar/utils/nn.py",10114,0,"",python,selection_keyboard +8145,8797266,"/fast/home/franz.srambical/jafar/utils/nn.py",10114,0,"n",python,content +8146,8797266,"/fast/home/franz.srambical/jafar/utils/nn.py",10115,0,"",python,selection_keyboard +8147,8797359,"/fast/home/franz.srambical/jafar/utils/nn.py",10115,0,"p",python,content +8148,8797359,"/fast/home/franz.srambical/jafar/utils/nn.py",10116,0,"",python,selection_keyboard +8149,8797603,"/fast/home/franz.srambical/jafar/utils/nn.py",10116,0,".",python,content +8150,8797604,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"",python,selection_keyboard +8151,8797745,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"r",python,content +8152,8797745,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"",python,selection_keyboard +8153,8797774,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"e",python,content +8154,8797774,"/fast/home/franz.srambical/jafar/utils/nn.py",10119,0,"",python,selection_keyboard +8155,8798016,"/fast/home/franz.srambical/jafar/utils/nn.py",10119,0,"s",python,content +8156,8798016,"/fast/home/franz.srambical/jafar/utils/nn.py",10120,0,"",python,selection_keyboard +8157,8798043,"/fast/home/franz.srambical/jafar/utils/nn.py",10120,0,"h",python,content +8158,8798043,"/fast/home/franz.srambical/jafar/utils/nn.py",10121,0,"",python,selection_keyboard +8159,8798193,"/fast/home/franz.srambical/jafar/utils/nn.py",10121,0,"a",python,content +8160,8798194,"/fast/home/franz.srambical/jafar/utils/nn.py",10122,0,"",python,selection_keyboard +8161,8798195,"/fast/home/franz.srambical/jafar/utils/nn.py",10122,0,"p",python,content +8162,8798195,"/fast/home/franz.srambical/jafar/utils/nn.py",10123,0,"",python,selection_keyboard +8163,8798273,"/fast/home/franz.srambical/jafar/utils/nn.py",10123,0,"e",python,content +8164,8798273,"/fast/home/franz.srambical/jafar/utils/nn.py",10124,0,"",python,selection_keyboard +8165,8798599,"/fast/home/franz.srambical/jafar/utils/nn.py",10124,0,"(",python,content +8166,8798599,"/fast/home/franz.srambical/jafar/utils/nn.py",10125,0,"",python,selection_keyboard +8167,8798958,"/fast/home/franz.srambical/jafar/utils/nn.py",10124,0,"",python,selection_command +8168,8799761,"/fast/home/franz.srambical/jafar/utils/nn.py",10148,0,"",python,selection_command +8169,8800227,"/fast/home/franz.srambical/jafar/utils/nn.py",10148,0,")",python,content +8170,8800227,"/fast/home/franz.srambical/jafar/utils/nn.py",10149,0,"",python,selection_keyboard +8171,8800568,"/fast/home/franz.srambical/jafar/utils/nn.py",10148,0,"",python,selection_command +8172,8800749,"/fast/home/franz.srambical/jafar/utils/nn.py",10147,0,"",python,selection_command +8173,8800913,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,0,"",python,selection_command +8174,8801098,"/fast/home/franz.srambical/jafar/utils/nn.py",10144,0,"",python,selection_command +8175,8801252,"/fast/home/franz.srambical/jafar/utils/nn.py",10143,0,"",python,selection_command +8176,8801404,"/fast/home/franz.srambical/jafar/utils/nn.py",10141,0,"",python,selection_command +8177,8801560,"/fast/home/franz.srambical/jafar/utils/nn.py",10139,0,"",python,selection_command +8178,8801709,"/fast/home/franz.srambical/jafar/utils/nn.py",10138,0,"",python,selection_command +8179,8801886,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"",python,selection_command +8180,8802453,"/fast/home/franz.srambical/jafar/utils/nn.py",10231,1,"",python,content +8181,8802453,"/fast/home/franz.srambical/jafar/utils/nn.py",10148,25,"",python,content +8182,8802453,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,0,"N, ",python,content +8183,8802453,"/fast/home/franz.srambical/jafar/utils/nn.py",10138,0,", ",python,content +8184,8802453,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,8,"",python,content +8185,8803522,"/fast/home/franz.srambical/jafar/utils/nn.py",10203,0,"1",python,content +8186,8803534,"/fast/home/franz.srambical/jafar/utils/nn.py",10145,0,")\n breakpoint(",python,content +8187,8803535,"/fast/home/franz.srambical/jafar/utils/nn.py",10140,3,"",python,content +8188,8803536,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,2,"",python,content +8189,8803537,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,".reshape",python,content +8190,8803540,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,"",python,selection_command +8191,8804257,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,1,".",python,selection_command +8192,8804299,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,8,".reshape",python,selection_command +8193,8804688,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,8,"",python,content +8194,8806105,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,",",python,content +8195,8806106,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"",python,selection_keyboard +8196,8806256,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0," ",python,content +8197,8806256,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,0,"",python,selection_keyboard +8198,8806525,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"",python,selection_command +8199,8811947,"/fast/home/franz.srambical/jafar/utils/nn.py",10168,0,"",python,selection_keyboard +8200,8812197,"/fast/home/franz.srambical/jafar/utils/nn.py",10193,0,"",python,selection_command +8201,8812220,"/fast/home/franz.srambical/jafar/utils/nn.py",10241,0,"",python,selection_command +8202,8812253,"/fast/home/franz.srambical/jafar/utils/nn.py",10267,0,"",python,selection_command +8203,8812288,"/fast/home/franz.srambical/jafar/utils/nn.py",10317,0,"",python,selection_command +8204,8812320,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,0,"",python,selection_command +8205,8812354,"/fast/home/franz.srambical/jafar/utils/nn.py",10420,0,"",python,selection_command +8206,8812387,"/fast/home/franz.srambical/jafar/utils/nn.py",10457,0,"",python,selection_command +8207,8812418,"/fast/home/franz.srambical/jafar/utils/nn.py",10522,0,"",python,selection_command +8208,8812452,"/fast/home/franz.srambical/jafar/utils/nn.py",10562,0,"",python,selection_command +8209,8812485,"/fast/home/franz.srambical/jafar/utils/nn.py",10588,0,"",python,selection_command +8210,8812519,"/fast/home/franz.srambical/jafar/utils/nn.py",10629,0,"",python,selection_command +8211,8812552,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,0,"",python,selection_command +8212,8812692,"/fast/home/franz.srambical/jafar/utils/nn.py",10724,0,"",python,selection_command +8213,8813385,"/fast/home/franz.srambical/jafar/utils/nn.py",10750,0,"\n ",python,content +8214,8814660,"/fast/home/franz.srambical/jafar/utils/nn.py",10763,0,"z_P1M = jnp.reshape(z_P1M, (B * N, M))",python,content +8215,8814977,"/fast/home/franz.srambical/jafar/utils/nn.py",10800,0,"",python,selection_command +8216,8817034,"TERMINAL",0,0,"^P",,terminal_output +8217,8817258,"TERMINAL",0,0,"\r\n(Pdb) *** SyntaxError: invalid syntax\r\n",,terminal_output +8218,8818477,"TERMINAL",0,0,"q",,terminal_output +8219,8818560,"TERMINAL",0,0,"ui",,terminal_output +8220,8818661,"TERMINAL",0,0,"t",,terminal_output +8221,8819045,"TERMINAL",0,0,"(",,terminal_output +8222,8819160,"TERMINAL",0,0,")",,terminal_output +8223,8819464,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 442, in __call__\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n breakpoint()\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n breakpoint()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +8224,8820148,"TERMINAL",0,0,"(Pdb) ",,terminal_output +8225,8820377,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8226,8820601,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +8227,8821516,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8228,8822666,"/fast/home/franz.srambical/jafar/utils/nn.py",10749,0,"",python,selection_command +8229,8822927,"/fast/home/franz.srambical/jafar/utils/nn.py",10696,0,"",python,selection_command +8230,8822955,"/fast/home/franz.srambical/jafar/utils/nn.py",10645,0,"",python,selection_command +8231,8822989,"/fast/home/franz.srambical/jafar/utils/nn.py",10603,0,"",python,selection_command +8232,8823018,"/fast/home/franz.srambical/jafar/utils/nn.py",10562,0,"",python,selection_command +8233,8823055,"/fast/home/franz.srambical/jafar/utils/nn.py",10538,0,"",python,selection_command +8234,8823081,"/fast/home/franz.srambical/jafar/utils/nn.py",10482,0,"",python,selection_command +8235,8823116,"/fast/home/franz.srambical/jafar/utils/nn.py",10431,0,"",python,selection_command +8236,8823148,"/fast/home/franz.srambical/jafar/utils/nn.py",10394,0,"",python,selection_command +8237,8823182,"/fast/home/franz.srambical/jafar/utils/nn.py",10342,0,"",python,selection_command +8238,8823223,"/fast/home/franz.srambical/jafar/utils/nn.py",10291,0,"",python,selection_command +8239,8823250,"/fast/home/franz.srambical/jafar/utils/nn.py",10241,0,"",python,selection_command +8240,8823284,"/fast/home/franz.srambical/jafar/utils/nn.py",10218,0,"",python,selection_command +8241,8823325,"/fast/home/franz.srambical/jafar/utils/nn.py",10167,0,"",python,selection_command +8242,8823473,"/fast/home/franz.srambical/jafar/utils/nn.py",10142,0,"",python,selection_command +8243,8825433,"/fast/home/franz.srambical/jafar/utils/nn.py",10167,0,"",python,selection_command +8244,8826112,"/fast/home/franz.srambical/jafar/utils/nn.py",10144,25,"",python,content +8245,8826127,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,"",python,selection_command +8246,8828555,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14565.17 task 0: running\r\n",,terminal_output +8247,8828837,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14565.17\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T22:49:00.843] error: *** STEP 14565.17 ON hai004 CANCELLED AT 2025-07-31T22:49:00 DUE to SIGNAL Killed ***\r\n^Csrun: sending Ctrl-C to StepId=14565.17\r\nsrun: job abort in progress\r\n",,terminal_output +8248,8829135,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8249,8829442,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8250,8829840,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8251,8831429,"/fast/home/franz.srambical/jafar/utils/nn.py",10144,0,"",python,selection_command +8252,8840937,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8253,8848919,"TERMINAL",0,0,"2025-07-31 22:49:20.909764: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8254,8849943,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 443, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in __call__\r\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 814, in set\r\n return scatter._scatter_update(self.array, self.index, values, lax.scatter,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 92, in _scatter_update\r\n return internal_scatter(x, y, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 127, in _scatter_impl\r\n y = jnp.broadcast_to(y, tuple(indexer.slice_shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3109, in broadcast_to\r\n return util._broadcast_to(array, shape, sharding=out_sharding)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 281, in _broadcast_to\r\n raise ValueError(f""Cannot broadcast to shape with fewer dimensions: {arr_shape=} {shape=}"")\r\nValueError: Cannot broadcast to shape with fewer dimensions: arr_shape=(2, 1, 512) shape=(2, 512)\r\n",,terminal_output +8255,8850902,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8256,8892316,"/fast/home/franz.srambical/jafar/utils/nn.py",10200,0,"",python,selection_mouse +8257,8892689,"/fast/home/franz.srambical/jafar/utils/nn.py",10200,1,"",python,content +8258,8894248,"/fast/home/franz.srambical/jafar/utils/nn.py",10832,0,"",python,selection_mouse +8259,8894458,"/fast/home/franz.srambical/jafar/utils/nn.py",10832,1,"",python,content +8260,8895557,"/fast/home/franz.srambical/jafar/utils/nn.py",10202,0,"",python,selection_mouse +8261,8895557,"/fast/home/franz.srambical/jafar/utils/nn.py",10201,0,"",python,selection_command +8262,8898012,"/fast/home/franz.srambical/jafar/utils/nn.py",10740,0,"",python,selection_mouse +8263,8898257,"/fast/home/franz.srambical/jafar/utils/nn.py",10740,1,"",python,content +8264,8900183,"/fast/home/franz.srambical/jafar/utils/nn.py",10202,0,"",python,selection_mouse +8265,8900183,"/fast/home/franz.srambical/jafar/utils/nn.py",10201,0,"",python,selection_command +8266,8902866,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8267,8903189,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8268,8914385,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8269,8922588,"TERMINAL",0,0,"2025-07-31 22:50:34.616722: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8270,8923679,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 410, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 400, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 371, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 443, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 337, in __call__\r\n z_P1M = self.temporal_attention(z_P1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (920, 1, 8, 64) instead got (921, 1, 8, 64).\r\n",,terminal_output +8271,8924694,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8272,8936291,"/fast/home/franz.srambical/jafar/utils/nn.py",10215,0,"",python,selection_command +8273,8937129,"/fast/home/franz.srambical/jafar/utils/nn.py",10203,0,"",python,selection_command +8274,8945674,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8275,8949945,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # FIXME (f.srambical): this is exactly the same as STBlock (except for the positional encoding)\n # --- Spatial attention ---\n _, T, N, _ = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +8276,8950002,"utils/nn.py",4094,0,"",python,selection_command +8277,8953057,"models/lam.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n M: model dimension\n L: latent dimension\n E: B * (T - 1)\n H: height\n W: width\n C: number of channels (n_dim)\n P: patch token dimension (patch_size^2 * C)\n\n Tm1: T - 1\n Np1: N + 1\n """"""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.patch_token_dim,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n videos_BTHWC = batch[""videos""]\n outputs = self.vq_encode(videos_BTHWC, training)\n patch_BTNP = outputs[""patches""]\n z_q_BTm11L = outputs[""z_q""]\n action_BTm11M = self.action_up(z_q_BTm11L)\n patch_BTm1NM = self.patch_up(patch_BTNP[:, :-1])\n # FIXME (f.srambical): should we prepend the action to the patch instead?\n action_BTm1NM = jnp.broadcast_to(action_BTm11M, patch_BTm1NM.shape)\n video_action_patches_BTm1NM = action_BTm1NM + patch_BTm1NM\n del outputs[""patches""], patch_BTNP, patch_BTm1NM\n\n # --- Decode ---\n video_recon_BTm1P = self.decoder(video_action_patches_BTm1NM)\n video_recon_BTm1P = video_recon_BTm1P.astype(jnp.float32)\n video_recon_BTm1P = nnx.sigmoid(video_recon_BTm1P)\n video_recon_BTm1P = video_recon_BTm1P.astype(self.dtype)\n video_recon_BTHWC = unpatchify(video_recon_BTm1P, self.patch_size, H, W)\n outputs[""recon""] = video_recon_BTHWC\n return outputs\n\n def vq_encode(\n self, videos_BTHWC: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess videos ---\n B, T = videos_BTHWC.shape[:2]\n patch_BTNP = patchify(videos_BTHWC, self.patch_size)\n action_pad_BT1P = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patch_BTNp1P = jnp.concatenate((action_pad_BT1P, patch_BTNP), axis=2)\n\n # --- Encode ---\n z_BTNp1L = self.encoder(padded_patch_BTNp1P)\n # Get latent action for all future frames\n z_BTm1L = z_BTNp1L[:, 1:, 0]\n\n # --- Vector quantize ---\n z_EL = z_BTm1L.reshape(B * (T - 1), self.latent_dim)\n z_q_EL, z_EL, emb_EL, indices_E = self.vq(z_EL, training)\n z_q_BTm11L = z_q_EL.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patch_BTNP, z_q=z_q_BTm11L, z=z_EL, emb=emb_EL, indices=indices_E)\n",python,tab +8278,8953058,"models/lam.py",3542,0,"",python,selection_command +8279,8953743,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport einops\n\nfrom utils.nn import STTransformer, Transformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""\n MaskGIT dynamics model\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n V: vocabulary size (number of latents)\n """"""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n if training:\n batch_size = vid_embed_BTNM.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed_BTNM.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed_BTNM = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed_BTNM\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n padded_act_embed_BTNM = jnp.broadcast_to(padded_act_embed_BT1M, vid_embed_BTNM.shape)\n vid_embed_BTNM += padded_act_embed_BTNM\n logits_BTNV = self.transformer(vid_embed_BTNM)\n return logits_BTNV, mask\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = Transformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # FIXME (f.srambical): this is exactly the same as STTransformer, just without the masking\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n # FIXME (f.srambical): do we need to embed the action padding?\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed_BTNp1M = jnp.concatenate([padded_act_embed_BT1M, vid_embed_BTNM], axis=2)\n\n logits_BTNp1V = self.transformer(vid_embed_BTNp1M)\n logits_BTNV = logits_BTNp1V[:, :, :-1]\n\n return logits_BTNV, jnp.ones_like(video_tokens_BTN)\n",python,tab +8280,8953743,"models/dynamics.py",83,0,"",python,selection_command +8281,8954235,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_type: str = ""maskgit"" # supported options: maskgit, causal\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n gt = jnp.asarray(inputs[""videos""], dtype=jnp.float32) / 255.0\n inputs[""videos""] = gt.astype(args.dtype)\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = gt.clip(0, 1).reshape(-1, *gt.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n del genie\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(optimizer.model, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +8282,8954235,"train_dynamics.py",1717,0,"",python,selection_command +8283,8954632,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_BSm11.shape[0]):\n action = action_batch_BSm11[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +8284,8954632,"sample.py",1226,0,"",python,selection_command +8285,8955149,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = self.dynamics.transformer(vid_embed_BSNp1M) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +8286,8955149,"genie.py",128,0,"",python,selection_command +8287,8990962,"genie.py",0,0,"Switched from branch 'missing-reshape-sample-py' to 'causal-spatiotemporal-kv-cache'",python,git_branch_checkout +8288,9012037,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # FIXME (f.srambical): initialize kv caches\n # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * N, 1, self.dyna_dim), dtype=self.dtype)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +8289,9012037,"genie.py",1046,0,"",python,selection_command +8290,9015394,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable, List\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n # --- Spatial attention ---\n B, T, N, M = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n if self.decode:\n assert pos_index is not None\n z_FM = z_FNM[:, pos_index[1]]\n z_F1M = jnp.reshape(z_FM, (B * T, 1, M))\n z_F1M = self.spatial_attention(z_F1M)\n z_FM = jnp.reshape(z_F1M, (B * T, M))\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_FM)\n else:\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n if self.decode:\n assert pos_index is not None\n z_PM = z_PTM[:, pos_index[0]]\n z_P1M = jnp.reshape(z_PM, (B * N, 1, M))\n z_P1M = self.temporal_attention(z_P1M)\n z_PM = jnp.reshape(z_P1M, (B * N, M))\n z_PTM = z_PTM.at[:, pos_index[0], :].set(z_PM)\n else:\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: List[TransformerBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM, pos_index)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n flax.nnx.MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim),\n but jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim). We reshape to\n ensure compatibility. cuDNN's flash attention additionally requires a sequence length that\n is a multiple of 4. We pad the sequence length to the nearest multiple of 4 and mask\n accordingly. Note that cuDNN requires the mask to be broadcast before calling the attention\n function due to strict shape checking.\n """"""\n\n # FIXME (f.srambical): keys and values could have a different dimensionality\n def attention_fn(query_BSHD, key_BSHD, value_BSHD, bias=None, mask_B111=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _merge_batch_dims(x):\n return einops.rearrange(x, ""... l h k -> (...) l h k"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query_BSHD.shape\n original_seq_len = query_BSHD.shape[-3]\n\n # Pad to nearest multiple of 4\n T = ((original_seq_len + 3) // 4) * 4\n pad_size = T - original_seq_len\n\n query_BTHD = _pad(_merge_batch_dims(query_BSHD))\n key_BTHD = _pad(_merge_batch_dims(key_BSHD))\n value_BTHD = _pad(_merge_batch_dims(value_BSHD))\n B = query_BTHD.shape[0]\n\n attention_mask = jnp.ones((T, T), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask_B111 is not None:\n mask_B111 = _merge_batch_dims(mask_B111)\n # We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_B1QK = einops.repeat(mask_B111, ""... 1 1 -> ... t s"", t=T, s=T)\n mask_B1QK = mask_B111.astype(jnp.bool)\n else:\n mask_11QK = attention_mask[jnp.newaxis, jnp.newaxis, :, :]\n mask_B1QK = jnp.broadcast_to(mask_11QK, (B, 1, T, T))\n\n bias_4d = _pad(_merge_batch_dims(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_BTHD,\n key=key_BTHD,\n value=value_BTHD,\n bias=bias_4d,\n mask=mask_B1QK,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +8291,9015395,"utils/nn.py",12,0,"",python,selection_command +8292,9017232,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_BSm11.shape[0]):\n action = action_batch_BSm11[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +8293,9017232,"sample.py",2960,0,"",python,selection_command +8294,9020776,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_type: str = ""maskgit"" # supported options: maskgit, causal\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n gt = jnp.asarray(inputs[""videos""], dtype=jnp.float32) / 255.0\n inputs[""videos""] = gt.astype(args.dtype)\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = gt.clip(0, 1).reshape(-1, *gt.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n del genie\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(optimizer.model, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +8295,9020776,"train_dynamics.py",6710,0,"",python,selection_command +8296,9024128,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8297,9024694,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8298,9024976,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8299,9036935,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable, List\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n # --- Spatial attention ---\n B, T, N, M = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n if self.decode:\n assert pos_index is not None\n z_FM = z_FNM[:, pos_index[1]]\n z_F1M = jnp.reshape(z_FM, (B * T, 1, M))\n z_F1M = self.spatial_attention(z_F1M)\n z_FM = jnp.reshape(z_F1M, (B * T, M))\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_FM)\n else:\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n if self.decode:\n assert pos_index is not None\n z_PM = z_PTM[:, pos_index[0]]\n z_P1M = jnp.reshape(z_PM, (B * N, 1, M))\n z_P1M = self.temporal_attention(z_P1M)\n z_PM = jnp.reshape(z_P1M, (B * N, M))\n z_PTM = z_PTM.at[:, pos_index[0], :].set(z_PM)\n else:\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: List[TransformerBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM, pos_index)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n flax.nnx.MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim),\n but jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim). We reshape to\n ensure compatibility. cuDNN's flash attention additionally requires a sequence length that\n is a multiple of 4. We pad the sequence length to the nearest multiple of 4 and mask\n accordingly. Note that cuDNN requires the mask to be broadcast before calling the attention\n function due to strict shape checking.\n """"""\n\n # FIXME (f.srambical): keys and values could have a different dimensionality\n def attention_fn(query_BSHD, key_BSHD, value_BSHD, bias=None, mask_B111=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _merge_batch_dims(x):\n return einops.rearrange(x, ""... l h k -> (...) l h k"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query_BSHD.shape\n original_seq_len = query_BSHD.shape[-3]\n\n # Pad to nearest multiple of 4\n T = ((original_seq_len + 3) // 4) * 4\n pad_size = T - original_seq_len\n\n query_BTHD = _pad(_merge_batch_dims(query_BSHD))\n key_BTHD = _pad(_merge_batch_dims(key_BSHD))\n value_BTHD = _pad(_merge_batch_dims(value_BSHD))\n B = query_BTHD.shape[0]\n\n attention_mask = jnp.ones((T, T), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask_B111 is not None:\n mask_B111 = _merge_batch_dims(mask_B111)\n # We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_B1QK = einops.repeat(mask_B111, ""... 1 1 -> ... t s"", t=T, s=T)\n mask_B1QK = mask_B111.astype(jnp.bool)\n else:\n mask_11QK = attention_mask[jnp.newaxis, jnp.newaxis, :, :]\n mask_B1QK = jnp.broadcast_to(mask_11QK, (B, 1, T, T))\n\n bias_4d = _pad(_merge_batch_dims(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_BTHD,\n key=key_BTHD,\n value=value_BTHD,\n bias=bias_4d,\n mask=mask_B1QK,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +8300,9036935,"utils/nn.py",12,0,"",python,selection_command +8301,9065012,"utils/nn.py",16496,0,"",python,selection_mouse +8302,9069145,"utils/nn.py",0,0,"",python,tab +8303,9071207,"utils/nn.py",16498,0,"",python,selection_command +8304,9071773,"utils/nn.py",16496,0,"",python,selection_command +8305,9072389,"utils/nn.py",16496,2,"",python,content +8306,9073092,"utils/nn.py",16520,0,"",python,selection_command +8307,9073423,"utils/nn.py",16519,1,"",python,content +8308,9073489,"utils/nn.py",16519,0,"i",python,content +8309,9073489,"utils/nn.py",16520,0,"",python,selection_keyboard +8310,9073558,"utils/nn.py",16520,0,"e",python,content +8311,9073558,"utils/nn.py",16521,0,"",python,selection_keyboard +8312,9073721,"utils/nn.py",16521,0,"s",python,content +8313,9073721,"utils/nn.py",16522,0,"",python,selection_keyboard +8314,9073893,"utils/nn.py",16521,0,"",python,selection_command +8315,9077998,"utils/nn.py",0,0,"",python,tab +8316,9077999,"utils/nn.py",12,0,"",python,selection_command +8317,9078490,"utils/nn.py",16442,81," # FIXME (f.srambical): keys and values could have different dimensionalities\n",python,content +8318,9095153,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_type: str = ""maskgit"" # supported options: maskgit, causal\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n gt = jnp.asarray(inputs[""videos""], dtype=jnp.float32) / 255.0\n inputs[""videos""] = gt.astype(args.dtype)\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = gt.clip(0, 1).reshape(-1, *gt.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n del genie\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(optimizer.model, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +8319,9095153,"train_dynamics.py",6710,0,"",python,selection_command +8320,9097195,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_BSm11.shape[0]):\n action = action_batch_BSm11[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +8321,9097196,"sample.py",2960,0,"",python,selection_command +8322,9103471,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # FIXME (f.srambical): initialize kv caches\n # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * N, 1, self.dyna_dim), dtype=self.dtype)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +8323,9103471,"genie.py",1046,0,"",python,selection_command +8324,9109285,"genie.py",13528,0,"",python,selection_mouse +8325,9109289,"genie.py",13527,0,"",python,selection_command +8326,9111793,"genie.py",13485,0,"",python,selection_command +8327,9114301,"genie.py",0,0,"",python,tab +8328,9116169,"genie.py",11177,0,"",python,selection_command +8329,9116862,"genie.py",11752,0,"",python,selection_command +8330,9117221,"genie.py",11921,0,"",python,selection_command +8331,9117820,"genie.py",13508,0,"",python,selection_command +8332,9118902,"genie.py",13477,52,"",python,content +8333,9118904,"genie.py",13485,0,"",python,selection_command +8334,9138183,"genie.py",0,0,"",python,tab +8335,9138183,"genie.py",13477,0,"",python,selection_command +8336,9142318,"genie.py",0,0,"",python,tab +8337,9142319,"genie.py",1046,0,"",python,selection_command +8338,9218862,"genie.py",1068,0,"",python,selection_command +8339,9218863,"genie.py",1046,0,"",python,selection_command +8340,9218951,"genie.py",1068,0,"",python,selection_command +8341,9219145,"genie.py",1046,0,"",python,selection_command +8342,9219228,"genie.py",1068,0,"",python,selection_command +8343,9219386,"genie.py",1046,0,"",python,selection_command +8344,9219478,"genie.py",1068,0,"",python,selection_command +8345,9222236,"utils/nn.py",0,0,"",python,tab +8346,9227351,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8347,9263412,"utils/nn.py",16442,0,"",python,selection_command +8348,9263686,"utils/nn.py",16523,0,"",python,selection_command +8349,9263845,"utils/nn.py",16442,0,"",python,selection_command +8350,9263932,"utils/nn.py",16523,0,"",python,selection_command +8351,9264070,"utils/nn.py",16442,0,"",python,selection_command +8352,9266824,"utils/nn.py",17580,0,"",python,selection_command +8353,9267036,"utils/nn.py",0,0,"",python,selection_command +8354,9267234,"utils/nn.py",1722,0,"",python,selection_command +8355,9268440,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\n\nfrom __future__ import annotations\n\nimport functools\nfrom typing import Any\nfrom collections.abc import Callable\nimport math\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import initializers\nfrom flax.nnx.nn import dtypes\nfrom flax.nnx.nn.linear import (\n LinearGeneral,\n default_kernel_init,\n)\nfrom flax.nnx.nn.normalization import LayerNorm\nfrom flax.typing import (\n Dtype,\n PromoteDtypeFn,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\nArray = jax.Array\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of `[batch..., q_length,\n num_heads, qk_depth_per_head]`.\n key: keys for calculating attention with shape of `[batch..., kv_length,\n num_heads, qk_depth_per_head]`.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key)`` and a ``dtype``\n keyword argument, and return a tuple of arrays with the promoted dtype.\n\n Returns:\n Output of shape `[batch..., num_heads, q_length, kv_length]`.\n """"""\n query, key = promote_dtype((query, key), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = jnp.einsum(\n '...qhd,...khd->...hqk', query, key, precision=precision\n )\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow(nnx.Intermediate, 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n\n\nclass MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., `[batch..., len_q]`, `[batch..., len_kv]`, the\n attention weights will be `[batch..., heads, len_q, len_kv]` and this\n function will produce `[batch..., 1, len_q, len_kv]`.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len_q, len_kv]` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., `[batch..., len]`, the self-attention weights\n will be `[batch..., heads, len, len]` and this function will produce a\n causal mask of shape `[batch..., 1, len, len]`.\n\n Args:\n x: input array of shape `[batch..., len]`\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len, len]` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +8356,9268441,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +8357,9269757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,33,"class MultiHeadAttention(Module):",python,selection_command +8358,9270749,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +8359,9279784,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9711,0,"",python,selection_command +8360,9279955,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11857,0,"",python,selection_command +8361,9280097,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13195,0,"",python,selection_command +8362,9280853,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14311,0,"",python,selection_command +8363,9280983,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14320,0,"",python,selection_command +8364,9281313,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17149,0,"",python,selection_command +8365,9281498,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +8366,9281984,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18736,0,"",python,selection_command +8367,9282420,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18818,0,"",python,selection_command +8368,9282752,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20111,0,"",python,selection_command +8369,9284132,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20138,0,"",python,selection_command +8370,9284282,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20157,0,"",python,selection_command +8371,9284435,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20188,0,"",python,selection_command +8372,9284785,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20327,0,"",python,selection_command +8373,9285373,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20320,14," if decode:",python,selection_command +8374,9287017,"utils/nn.py",0,0,"",python,tab +8375,9291106,"utils/nn.py",1684,0,"",python,selection_mouse +8376,9291107,"utils/nn.py",1683,0,"",python,selection_command +8377,9293406,"utils/nn.py",1693,0,"",python,selection_command +8378,9293452,"utils/nn.py",1750,0,"",python,selection_command +8379,9293675,"utils/nn.py",1693,0,"",python,selection_command +8380,9305235,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8381,9306210,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8382,9311061,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable, List\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n # --- Spatial attention ---\n B, T, N, M = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n if self.decode:\n assert pos_index is not None\n z_FM = z_FNM[:, pos_index[1]]\n z_F1M = jnp.reshape(z_FM, (B * T, 1, M))\n z_F1M = self.spatial_attention(z_F1M)\n z_FM = jnp.reshape(z_F1M, (B * T, M))\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_FM)\n else:\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n if self.decode:\n assert pos_index is not None\n z_PM = z_PTM[:, pos_index[0]]\n z_P1M = jnp.reshape(z_PM, (B * N, 1, M))\n z_P1M = self.temporal_attention(z_P1M)\n z_PM = jnp.reshape(z_P1M, (B * N, M))\n z_PTM = z_PTM.at[:, pos_index[0], :].set(z_PM)\n else:\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: List[TransformerBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM, pos_index)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n flax.nnx.MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim),\n but jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim). We reshape to\n ensure compatibility. cuDNN's flash attention additionally requires a sequence length that\n is a multiple of 4. We pad the sequence length to the nearest multiple of 4 and mask\n accordingly. Note that cuDNN requires the mask to be broadcast before calling the attention\n function due to strict shape checking.\n """"""\n\n # FIXME (f.srambical): keys and values could have a different dimensionality\n def attention_fn(query_BSHD, key_BSHD, value_BSHD, bias=None, mask_B111=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _merge_batch_dims(x):\n return einops.rearrange(x, ""... l h k -> (...) l h k"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query_BSHD.shape\n original_seq_len = query_BSHD.shape[-3]\n\n # Pad to nearest multiple of 4\n T = ((original_seq_len + 3) // 4) * 4\n pad_size = T - original_seq_len\n\n query_BTHD = _pad(_merge_batch_dims(query_BSHD))\n key_BTHD = _pad(_merge_batch_dims(key_BSHD))\n value_BTHD = _pad(_merge_batch_dims(value_BSHD))\n B = query_BTHD.shape[0]\n\n attention_mask = jnp.ones((T, T), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask_B111 is not None:\n mask_B111 = _merge_batch_dims(mask_B111)\n # We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_B1QK = einops.repeat(mask_B111, ""... 1 1 -> ... t s"", t=T, s=T)\n mask_B1QK = mask_B111.astype(jnp.bool)\n else:\n mask_11QK = attention_mask[jnp.newaxis, jnp.newaxis, :, :]\n mask_B1QK = jnp.broadcast_to(mask_11QK, (B, 1, T, T))\n\n bias_4d = _pad(_merge_batch_dims(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_BTHD,\n key=key_BTHD,\n value=value_BTHD,\n bias=bias_4d,\n mask=mask_B1QK,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +8383,9311061,"/fast/home/franz.srambical/jafar/utils/nn.py",10674,0,"",python,selection_command +8384,9311217,"/fast/home/franz.srambical/jafar/utils/nn.py",16442,81," # FIXME (f.srambical): keys and values could have different dimensionalities\n",python,content +8385,9344580,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8386,9390414,"sample.py",0,0,"",python,tab +8387,9397212,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +8388,9399070,"genie.py",0,0,"",python,tab +8389,9400290,"genie.py",14298,0,"",python,selection_command +8390,9400488,"genie.py",14391,0,"",python,selection_command +8391,9400644,"genie.py",16406,0,"",python,selection_command +8392,9401345,"genie.py",14391,0,"",python,selection_command +8393,9401376,"genie.py",14298,0,"",python,selection_command +8394,9404484,"genie.py",14308,0,"",python,selection_command +8395,9404563,"genie.py",14310,0,"",python,selection_command +8396,9404782,"genie.py",14312,0,"",python,selection_command +8397,9405396,"genie.py",14404,0,"",python,selection_command +8398,9405965,"genie.py",14405,0,"",python,selection_command +8399,9406367,"genie.py",14407,0,"",python,selection_command +8400,9413397,"genie.py",14408,0,"",python,selection_command +8401,9415523,"genie.py",14407,0,"",python,selection_command +8402,9417329,"genie.py",14407,0,".",python,content +8403,9417329,"genie.py",14408,0,"",python,selection_keyboard +8404,9417821,"genie.py",14407,1,"",python,content +8405,9418158,"genie.py",14407,0,"(",python,content +8406,9418159,"genie.py",14408,0,"",python,selection_keyboard +8407,9418900,"genie.py",14407,0,"",python,selection_command +8408,9419445,"genie.py",14408,0,"",python,selection_command +8409,9419979,"genie.py",14409,0,"",python,selection_command +8410,9420362,"genie.py",14409,0," ",python,content +8411,9420362,"genie.py",14410,0,"",python,selection_keyboard +8412,9421902,"genie.py",14410,0,"+ 1)",python,content +8413,9422412,"genie.py",14413,0,"",python,selection_command +8414,9424179,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8415,9424600,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8416,9429173,"genie.py",14353,0,"\n ",python,content +8417,9431423,"genie.py",14366,0,"#",python,content +8418,9431424,"genie.py",14367,0,"",python,selection_keyboard +8419,9432157,"genie.py",14367,0," ",python,content +8420,9432157,"genie.py",14368,0,"",python,selection_keyboard +8421,9432607,"genie.py",14368,0,"N",python,content +8422,9432608,"genie.py",14369,0,"",python,selection_keyboard +8423,9433089,"genie.py",14368,1,"",python,content +8424,9434262,"genie.py",14368,0,"N",python,content +8425,9434262,"genie.py",14369,0,"",python,selection_keyboard +8426,9435621,"genie.py",14369,0," + 1 because we need to cache the next token",python,content +8427,9435830,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8428,9435889,"genie.py",14412,0,"",python,selection_command +8429,9436105,"genie.py",14408,0,"",python,selection_command +8430,9436260,"genie.py",14403,0,"",python,selection_command +8431,9436419,"genie.py",14399,0,"",python,selection_command +8432,9436559,"genie.py",14393,0,"",python,selection_command +8433,9436721,"genie.py",14390,0,"",python,selection_command +8434,9436874,"genie.py",14385,0,"",python,selection_command +8435,9437056,"genie.py",14382,0,"",python,selection_command +8436,9437225,"genie.py",14374,0,"",python,selection_command +8437,9437672,"genie.py",14382,0,"",python,selection_command +8438,9437895,"genie.py",14385,0,"",python,selection_command +8439,9438377,"genie.py",14382,0,"",python,selection_command +8440,9438815,"genie.py",14382,31,"",python,content +8441,9438973,"genie.py",14382,0,"o",python,content +8442,9438973,"genie.py",14383,0,"",python,selection_keyboard +8443,9439121,"genie.py",14383,0,"f",python,content +8444,9439121,"genie.py",14384,0,"",python,selection_keyboard +8445,9439262,"genie.py",14384,0," ",python,content +8446,9439263,"genie.py",14385,0,"",python,selection_keyboard +8447,9439276,"genie.py",14385,0,"t",python,content +8448,9439276,"genie.py",14386,0,"",python,selection_keyboard +8449,9439308,"genie.py",14386,0,"h",python,content +8450,9439308,"genie.py",14387,0,"",python,selection_keyboard +8451,9439474,"genie.py",14387,0,"e",python,content +8452,9439474,"genie.py",14388,0,"",python,selection_keyboard +8453,9439643,"genie.py",14388,0," ",python,content +8454,9439643,"genie.py",14389,0,"",python,selection_keyboard +8455,9440578,"genie.py",14389,0,"action token",python,content +8456,9440775,"genie.py",14400,0,"",python,selection_command +8457,9443953,"TERMINAL",0,0,"2025-07-31 22:59:15.991519: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8458,9445348,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 129, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 57, in check_consistent_aliasing\r\n value._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Trying to extract graph node from different trace level, got Linear( # Param: 1,050,624 (4.2 MB)\r\n bias=Param( # 2,048 (8.2 KB)\r\n value=Array(shape=(2048,), dtype=dtype('float32'))\r\n ),\r\n bias_init=,\r\n dot_general=,\r\n dtype=bfloat16,\r\n in_features=512,\r\n kernel=Param( # 1,048,576 (4.2 MB)\r\n value=Array(shape=(512, 2048), dtype=dtype('float32'))\r\n ),\r\n kernel_init=.init at 0x7fef260239a0>,\r\n out_features=2048,\r\n param_dtype=float32,\r\n precision=None,\r\n promote_dtype=,\r\n use_bias=True\r\n) (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +8459,9446309,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8460,9464926,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_BSm11.shape[0]):\n action = action_batch_BSm11[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +8461,9464926,"/fast/home/franz.srambical/jafar/sample.py",6415,0,"",python,selection_command +8462,9492053,"genie.py",0,0,"",python,tab +8463,9493616,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8464,9493921,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8465,9505217,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8466,9572894,"TERMINAL",0,0,"2025-07-31 23:01:24.902948: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8467,9574328,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 129, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 57, in check_consistent_aliasing\r\n value._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Trying to extract graph node from different trace level, got Linear( # Param: 1,050,624 (4.2 MB)\r\n bias=Param( # 2,048 (8.2 KB)\r\n value=Array(shape=(2048,), dtype=dtype('float32'))\r\n ),\r\n bias_init=,\r\n dot_general=,\r\n dtype=bfloat16,\r\n in_features=512,\r\n kernel=Param( # 1,048,576 (4.2 MB)\r\n value=Array(shape=(512, 2048), dtype=dtype('float32'))\r\n ),\r\n kernel_init=.init at 0x7f6ab68239a0>,\r\n out_features=2048,\r\n param_dtype=float32,\r\n precision=None,\r\n promote_dtype=,\r\n use_bias=True\r\n) (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +8468,9575241,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8469,9581567,"genie.py",14455,0,"",python,selection_mouse +8470,9597449,"genie.py",14401,0,"\n ",python,content +8471,9598281,"genie.py",14414,0,"P",python,content +8472,9598281,"genie.py",14415,0,"",python,selection_keyboard +8473,9598526,"genie.py",14415,0," ",python,content +8474,9598526,"genie.py",14416,0,"",python,selection_keyboard +8475,9599017,"genie.py",14416,0,"=",python,content +8476,9599017,"genie.py",14417,0,"",python,selection_keyboard +8477,9599639,"genie.py",14417,0," ",python,content +8478,9599639,"genie.py",14418,0,"",python,selection_keyboard +8479,9600960,"genie.py",14418,0,"B",python,content +8480,9600960,"genie.py",14419,0,"",python,selection_keyboard +8481,9601321,"genie.py",14419,0," ",python,content +8482,9601322,"genie.py",14420,0,"",python,selection_keyboard +8483,9601529,"genie.py",14420,0,"*",python,content +8484,9601529,"genie.py",14421,0,"",python,selection_keyboard +8485,9601625,"genie.py",14421,0,")",python,content +8486,9601625,"genie.py",14422,0,"",python,selection_keyboard +8487,9602370,"genie.py",14421,1,"",python,content +8488,9602514,"genie.py",14421,0," ",python,content +8489,9602514,"genie.py",14422,0,"",python,selection_keyboard +8490,9603049,"genie.py",14422,0,"()",python,content +8491,9603049,"genie.py",14423,0,"",python,selection_keyboard +8492,9603146,"genie.py",14423,1,")",python,content +8493,9603146,"genie.py",14424,0,"",python,selection_keyboard +8494,9603418,"genie.py",14424,0,")",python,content +8495,9603418,"genie.py",14425,0,"",python,selection_keyboard +8496,9603614,"genie.py",14425,0,"h",python,content +8497,9603614,"genie.py",14426,0,"",python,selection_keyboard +8498,9604016,"genie.py",14425,1,"",python,content +8499,9604162,"genie.py",14424,1,"",python,content +8500,9604496,"genie.py",14423,0,"",python,selection_command +8501,9605715,"genie.py",14422,0,"",python,selection_command +8502,9606733,"genie.py",14421,0,"",python,selection_command +8503,9607178,"genie.py",14422,0,"",python,selection_command +8504,9607614,"genie.py",14423,0,"",python,selection_command +8505,9608351,"genie.py",14423,0,"N",python,content +8506,9608351,"genie.py",14424,0,"",python,selection_keyboard +8507,9610547,"genie.py",14424,0,"=",python,content +8508,9610547,"genie.py",14425,0,"",python,selection_keyboard +8509,9611468,"genie.py",14424,1,"",python,content +8510,9611917,"genie.py",14424,0,"+",python,content +8511,9611917,"genie.py",14425,0,"",python,selection_keyboard +8512,9612376,"genie.py",14425,0,"1",python,content +8513,9612376,"genie.py",14426,0,"",python,selection_keyboard +8514,9612600,"genie.py",14425,0,"",python,selection_command +8515,9613055,"genie.py",14451,0,"",python,selection_command +8516,9613219,"genie.py",14464,0,"",python,selection_command +8517,9613403,"genie.py",14465,0,"",python,selection_command +8518,9613559,"genie.py",14475,0,"",python,selection_command +8519,9613705,"genie.py",14477,0,"",python,selection_command +8520,9614500,"genie.py",14488,0,"P",python,content +8521,9614500,"genie.py",14477,11,"",python,content +8522,9617141,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8523,9617483,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8524,9628800,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8525,9636953,"TERMINAL",0,0,"2025-07-31 23:02:28.970521: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8526,9638335,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 129, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 57, in check_consistent_aliasing\r\n value._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Trying to extract graph node from different trace level, got Linear( # Param: 1,050,624 (4.2 MB)\r\n bias=Param( # 2,048 (8.2 KB)\r\n value=Array(shape=(2048,), dtype=dtype('float32'))\r\n ),\r\n bias_init=,\r\n dot_general=,\r\n dtype=bfloat16,\r\n in_features=512,\r\n kernel=Param( # 1,048,576 (4.2 MB)\r\n value=Array(shape=(512, 2048), dtype=dtype('float32'))\r\n ),\r\n kernel_init=.init at 0x7ff7b3f439a0>,\r\n out_features=2048,\r\n param_dtype=float32,\r\n precision=None,\r\n promote_dtype=,\r\n use_bias=True\r\n) (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +8527,9639320,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8528,9653473,"genie.py",14470,0,"",python,selection_mouse +8529,9654573,"genie.py",14476,0,"",python,selection_mouse +8530,9655797,"genie.py",14477,1,"B * (N + 1)",python,content +8531,9655806,"genie.py",14477,0,"",python,selection_command +8532,9655942,"genie.py",14423,3,"",python,content +8533,9655943,"genie.py",14423,0,"",python,selection_command +8534,9656310,"genie.py",14414,23,"",python,content +8535,9656313,"genie.py",14455,0,"",python,selection_command +8536,9656752,"genie.py",14389,6,"next",python,content +8537,9656754,"genie.py",14382,2,"we need to cache",python,content +8538,9656755,"genie.py",14382,0,"",python,selection_command +8539,9657177,"genie.py",14366,60,"",python,content +8540,9657180,"genie.py",14413,0,"",python,selection_command +8541,9658141,"genie.py",14409,5,"",python,content +8542,9658553,"genie.py",14407,1,"",python,content +8543,9658575,"genie.py",14407,0,"",python,selection_command +8544,9661265,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +8545,9661689,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8546,9672911,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8547,9699818,"TERMINAL",0,0,"2025-07-31 23:03:31.843734: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8548,9700969,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 409, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 399, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 370, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 443, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 337, in __call__\r\n z_P1M = self.temporal_attention(z_P1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (920, 1, 8, 64) instead got (921, 1, 8, 64).\r\n",,terminal_output +8549,9701878,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8550,9715989,"genie.py",15429,0,"",python,selection_mouse +8551,9717755,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport einops\n\nfrom utils.nn import STTransformer, Transformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""\n MaskGIT dynamics model\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n V: vocabulary size (number of latents)\n """"""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n if training:\n batch_size = vid_embed_BTNM.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed_BTNM.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed_BTNM = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed_BTNM\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n padded_act_embed_BTNM = jnp.broadcast_to(padded_act_embed_BT1M, vid_embed_BTNM.shape)\n vid_embed_BTNM += padded_act_embed_BTNM\n logits_BTNV = self.transformer(vid_embed_BTNM)\n return logits_BTNV, mask\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = Transformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # FIXME (f.srambical): this is exactly the same as STTransformer, just without the masking\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n # FIXME (f.srambical): do we need to embed the action padding?\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed_BTNp1M = jnp.concatenate([padded_act_embed_BT1M, vid_embed_BTNM], axis=2)\n\n logits_BTNp1V = self.transformer(vid_embed_BTNp1M)\n logits_BTNV = logits_BTNp1V[:, :, :-1]\n\n return logits_BTNV, jnp.ones_like(video_tokens_BTN)\n",python,tab +8552,9717755,"models/dynamics.py",4322,0,"",python,selection_command +8553,9719613,"models/dynamics.py",4338,0,"",python,selection_mouse +8554,9720040,"utils/nn.py",0,0,"",python,tab +8555,9720040,"utils/nn.py",11253,0,"",python,selection_command +8556,9725509,"models/dynamics.py",0,0,"",python,tab +8557,9725509,"models/dynamics.py",4338,0,"",python,selection_command +8558,9726057,"genie.py",0,0,"",python,tab +8559,9726057,"genie.py",15429,0,"",python,selection_command +8560,9727270,"genie.py",15340,0,"",python,selection_command +8561,9727435,"genie.py",15248,0,"",python,selection_command +8562,9727575,"genie.py",15169,0,"",python,selection_command +8563,9732798,"genie.py",15248,0,"",python,selection_command +8564,9733379,"genie.py",15340,0,"",python,selection_command +8565,9733844,"genie.py",15284,88," vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)",python,selection_command +8566,9753426,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +8567,9753427,"/fast/home/franz.srambical/jafar/utils/nn.py",10674,0,"",python,selection_command +8568,9809131,"genie.py",0,0,"",python,tab +8569,9809871,"genie.py",15340,0,"",python,selection_command +8570,9810963,"genie.py",15248,0,"",python,selection_command +8571,9811215,"genie.py",15169,0,"",python,selection_command +8572,9811230,"genie.py",15092,0,"",python,selection_command +8573,9811260,"genie.py",15013,0,"",python,selection_command +8574,9811295,"genie.py",14955,0,"",python,selection_command +8575,9811328,"genie.py",14915,0,"",python,selection_command +8576,9811360,"genie.py",14898,0,"",python,selection_command +8577,9811393,"genie.py",14840,0,"",python,selection_command +8578,9811427,"genie.py",14794,0,"",python,selection_command +8579,9811461,"genie.py",14792,0,"",python,selection_command +8580,9811494,"genie.py",14749,0,"",python,selection_command +8581,9811526,"genie.py",14697,0,"",python,selection_command +8582,9811561,"genie.py",14620,0,"",python,selection_command +8583,9811593,"genie.py",14532,0,"",python,selection_command +8584,9811627,"genie.py",14474,0,"",python,selection_command +8585,9811661,"genie.py",14447,0,"",python,selection_command +8586,9811694,"genie.py",14410,0,"",python,selection_command +8587,9811727,"genie.py",14318,0,"",python,selection_command +8588,9811760,"genie.py",14260,0,"",python,selection_command +8589,9811793,"genie.py",14203,0,"",python,selection_command +8590,9812288,"genie.py",14260,0,"",python,selection_command +8591,9812449,"genie.py",14318,0,"",python,selection_command +8592,9812874,"genie.py",14260,0,"",python,selection_command +8593,9819043,"genie.py",14318,0,"",python,selection_command +8594,9819139,"genie.py",14410,0,"",python,selection_command +8595,9819515,"genie.py",14408,0,"",python,selection_command +8596,9819657,"genie.py",14407,0,"",python,selection_command +8597,9819856,"genie.py",14405,0,"",python,selection_command +8598,9820021,"genie.py",14403,0,"",python,selection_command +8599,9820324,"genie.py",14401,0,"",python,selection_command +8600,9820525,"genie.py",14391,0,"",python,selection_command +8601,9821089,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +8602,9821089,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +8603,9822084,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23106,697," def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,",python,selection_command +8604,9823072,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23785,0,"",python,selection_command +8605,9825243,"genie.py",0,0,"",python,tab +8606,9825243,"genie.py",14391,0,"",python,selection_command +8607,9892318,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +8608,9892318,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +8609,9914305,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23151,0,"",python,selection_mouse +8610,9923246,"genie.py",0,0,"",python,tab +8611,9923247,"genie.py",14391,0,"",python,selection_command +8612,9949889,"genie.py",14401,0,"",python,selection_command +8613,9950049,"genie.py",14403,0,"",python,selection_command +8614,9950218,"genie.py",14405,0,"",python,selection_command +8615,9950417,"genie.py",14407,0,"",python,selection_command +8616,9951508,"genie.py",14407,0,"(",python,content +8617,9951508,"genie.py",14408,0,"",python,selection_keyboard +8618,9952133,"genie.py",14409,0,"",python,selection_command +8619,9953594,"genie.py",14409,0,"0",python,content +8620,9953594,"genie.py",14410,0,"",python,selection_keyboard +8621,9954203,"genie.py",14409,1,"",python,content +8622,9954609,"genie.py",14409,0,")",python,content +8623,9954609,"genie.py",14410,0,"",python,selection_keyboard +8624,9954975,"genie.py",14409,0,"",python,selection_command +8625,9955176,"genie.py",14409,0,"i",python,content +8626,9955176,"genie.py",14410,0,"",python,selection_keyboard +8627,9956023,"genie.py",14409,1,"",python,content +8628,9957391,"genie.py",14409,0,"=",python,content +8629,9957391,"genie.py",14410,0,"",python,selection_keyboard +8630,9957857,"genie.py",14409,1,"",python,content +8631,9958279,"genie.py",14409,0,"+",python,content +8632,9958279,"genie.py",14410,0,"",python,selection_keyboard +8633,9959507,"genie.py",14410,0,"1",python,content +8634,9959507,"genie.py",14411,0,"",python,selection_keyboard +8635,9959851,"genie.py",14410,0,"",python,selection_command +8636,9962575,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8637,9963106,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8638,9974666,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8639,9982965,"TERMINAL",0,0,"2025-07-31 23:08:14.997436: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8640,9984378,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 129, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 57, in check_consistent_aliasing\r\n value._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Trying to extract graph node from different trace level, got Linear( # Param: 1,050,624 (4.2 MB)\r\n bias=Param( # 2,048 (8.2 KB)\r\n value=Array(shape=(2048,), dtype=dtype('float32'))\r\n ),\r\n bias_init=,\r\n dot_general=,\r\n dtype=bfloat16,\r\n in_features=512,\r\n kernel=Param( # 1,048,576 (4.2 MB)\r\n value=Array(shape=(512, 2048), dtype=dtype('float32'))\r\n ),\r\n kernel_init=.init at 0x7f541c6379a0>,\r\n out_features=2048,\r\n param_dtype=float32,\r\n precision=None,\r\n promote_dtype=,\r\n use_bias=True\r\n) (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +8641,9985343,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8642,10226298,"genie.py",14408,0,"",python,selection_mouse +8643,10227441,"genie.py",14409,0,"",python,selection_command +8644,10227441,"genie.py",14409,0," ",python,content +8645,10227442,"genie.py",14410,0,"",python,selection_keyboard +8646,10227860,"genie.py",14409,0,"",python,selection_command +8647,10228825,"genie.py",14410,0,"",python,selection_command +8648,10229013,"genie.py",14411,0,"",python,selection_command +8649,10229014,"genie.py",14411,0," ",python,content +8650,10229014,"genie.py",14412,0,"",python,selection_keyboard +8651,10229210,"genie.py",14411,0,"",python,selection_command +8652,10236023,"utils/nn.py",0,0,"",python,tab +8653,10241363,"utils/nn.py",11747,0,"",python,selection_command +8654,10241796,"utils/nn.py",12103,0,"",python,selection_command +8655,10241823,"utils/nn.py",12116,0,"",python,selection_command +8656,10241975,"utils/nn.py",12984,0,"",python,selection_command +8657,10242124,"utils/nn.py",13008,0,"",python,selection_command +8658,10242433,"utils/nn.py",13052,0,"",python,selection_command +8659,10242649,"utils/nn.py",13078,0,"",python,selection_command +8660,10243027,"utils/nn.py",13120,0,"",python,selection_command +8661,10243731,"utils/nn.py",6901,0,"",python,selection_command +8662,10244416,"utils/nn.py",7464,0,"",python,selection_command +8663,10244480,"utils/nn.py",8162,0,"",python,selection_command +8664,10245329,"utils/nn.py",8181,0,"",python,selection_command +8665,10245589,"utils/nn.py",8195,0,"",python,selection_command +8666,10245610,"utils/nn.py",8253,0,"",python,selection_command +8667,10245636,"utils/nn.py",8291,0,"",python,selection_command +8668,10245672,"utils/nn.py",8331,0,"",python,selection_command +8669,10245701,"utils/nn.py",8372,0,"",python,selection_command +8670,10245794,"utils/nn.py",8411,0,"",python,selection_command +8671,10245795,"utils/nn.py",8453,0,"",python,selection_command +8672,10245802,"utils/nn.py",8483,0,"",python,selection_command +8673,10245835,"utils/nn.py",8536,0,"",python,selection_command +8674,10245869,"utils/nn.py",8593,0,"",python,selection_command +8675,10245991,"utils/nn.py",8608,0,"",python,selection_command +8676,10245991,"utils/nn.py",8631,0,"",python,selection_command +8677,10245992,"utils/nn.py",8659,0,"",python,selection_command +8678,10246003,"utils/nn.py",8673,0,"",python,selection_command +8679,10246037,"utils/nn.py",8730,0,"",python,selection_command +8680,10246070,"utils/nn.py",8768,0,"",python,selection_command +8681,10246102,"utils/nn.py",8808,0,"",python,selection_command +8682,10246135,"utils/nn.py",8849,0,"",python,selection_command +8683,10246169,"utils/nn.py",8888,0,"",python,selection_command +8684,10246205,"utils/nn.py",8930,0,"",python,selection_command +8685,10246321,"utils/nn.py",8888,0,"",python,selection_command +8686,10246662,"utils/nn.py",8849,0,"",python,selection_command +8687,10246915,"utils/nn.py",8808,0,"",python,selection_command +8688,10246946,"utils/nn.py",8768,0,"",python,selection_command +8689,10247043,"utils/nn.py",8730,0,"",python,selection_command +8690,10247261,"utils/nn.py",8673,0,"",python,selection_command +8691,10247562,"utils/nn.py",8674,0,"",python,selection_command +8692,10247891,"utils/nn.py",10069,0,"",python,selection_command +8693,10248416,"utils/nn.py",10119,0,"",python,selection_command +8694,10248663,"utils/nn.py",10169,0,"",python,selection_command +8695,10248692,"utils/nn.py",10215,0,"",python,selection_command +8696,10248723,"utils/nn.py",10242,0,"",python,selection_command +8697,10248760,"utils/nn.py",10292,0,"",python,selection_command +8698,10248795,"utils/nn.py",10362,0,"",python,selection_command +8699,10248819,"utils/nn.py",10395,0,"",python,selection_command +8700,10248940,"utils/nn.py",10432,0,"",python,selection_command +8701,10248941,"utils/nn.py",10497,0,"",python,selection_command +8702,10248942,"utils/nn.py",10536,0,"",python,selection_command +8703,10249046,"utils/nn.py",10563,0,"",python,selection_command +8704,10249363,"utils/nn.py",10604,0,"",python,selection_command +8705,10249659,"utils/nn.py",10646,0,"",python,selection_command +8706,10249660,"utils/nn.py",10699,0,"",python,selection_command +8707,10249679,"utils/nn.py",10750,0,"",python,selection_command +8708,10249725,"utils/nn.py",10800,0,"",python,selection_command +8709,10249988,"utils/nn.py",10750,0,"",python,selection_command +8710,10250186,"utils/nn.py",10699,0,"",python,selection_command +8711,10250186,"utils/nn.py",10750,0,"",python,selection_command +8712,10250365,"utils/nn.py",10800,0,"",python,selection_command +8713,10250905,"utils/nn.py",10750,0,"",python,selection_command +8714,10251056,"utils/nn.py",10699,0,"",python,selection_command +8715,10251296,"utils/nn.py",10750,0,"",python,selection_command +8716,10251462,"utils/nn.py",10800,0,"",python,selection_command +8717,10251827,"utils/nn.py",10833,0,"\n ",python,content +8718,10252087,"utils/nn.py",10846,0,"b",python,content +8719,10252088,"utils/nn.py",10847,0,"",python,selection_keyboard +8720,10252180,"utils/nn.py",10847,0,"r",python,content +8721,10252180,"utils/nn.py",10848,0,"",python,selection_keyboard +8722,10252284,"utils/nn.py",10848,0,"e",python,content +8723,10252284,"utils/nn.py",10849,0,"",python,selection_keyboard +8724,10252413,"utils/nn.py",10849,0,"a",python,content +8725,10252414,"utils/nn.py",10850,0,"",python,selection_keyboard +8726,10252426,"utils/nn.py",10850,0,"k",python,content +8727,10252426,"utils/nn.py",10851,0,"",python,selection_keyboard +8728,10252677,"utils/nn.py",10851,0,"point()",python,content +8729,10253010,"utils/nn.py",10857,0,"",python,selection_command +8730,10257000,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8731,10257853,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8732,10262576,"genie.py",0,0,"",python,tab +8733,10269321,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8734,10277553,"TERMINAL",0,0,"2025-07-31 23:13:09.585610: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8735,10278631,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\r\n",,terminal_output +8736,10282564,"TERMINAL",0,0,"c",,terminal_output +8737,10283349,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\r\n",,terminal_output +8738,10284090,"TERMINAL",0,0,"\r\n",,terminal_output +8739,10285840,"TERMINAL",0,0,"c",,terminal_output +8740,10286104,"TERMINAL",0,0,"\r\n(Pdb) (Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\r\n",,terminal_output +8741,10286559,"TERMINAL",0,0,"c",,terminal_output +8742,10286807,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\r\n",,terminal_output +8743,10287127,"TERMINAL",0,0,"c",,terminal_output +8744,10287322,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\r\n",,terminal_output +8745,10287625,"TERMINAL",0,0,"c",,terminal_output +8746,10287849,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\r\n",,terminal_output +8747,10288059,"TERMINAL",0,0,"c",,terminal_output +8748,10288248,"TERMINAL",0,0,"\r\n",,terminal_output +8749,10288391,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 129, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 57, in check_consistent_aliasing\r\n value._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Trying to extract graph node from different trace level, got Linear( # Param: 1,050,624 (4.2 MB)\r\n bias=Param( # 2,048 (8.2 KB)\r\n value=Array(shape=(2048,), dtype=dtype('float32'))\r\n ),\r\n bias_init=,\r\n dot_general=,\r\n dtype=bfloat16,\r\n in_features=512,\r\n kernel=Param( # 1,048,576 (4.2 MB)\r\n value=Array(shape=(512, 2048), dtype=dtype('float32'))\r\n ),\r\n kernel_init=.init at 0x7f862bedb9a0>,\r\n out_features=2048,\r\n param_dtype=float32,\r\n precision=None,\r\n promote_dtype=,\r\n use_bias=True\r\n) (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +8750,10289184,"TERMINAL",0,0,"(Pdb) ",,terminal_output +8751,10289366,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8752,10309806,"genie.py",14453,0,"",python,selection_mouse +8753,10462940,"genie.py",14464,0,"",python,selection_command +8754,10525619,"genie.py",14257,0,"",python,selection_mouse +8755,10526543,"genie.py",14261,0,"",python,selection_mouse +8756,10526545,"genie.py",14260,0,"",python,selection_command +8757,10531232,"sample.py",0,0,"",python,tab +8758,10532311,"sample.py",1780,0,"",python,selection_command +8759,10533214,"sample.py",2521,0,"",python,selection_command +8760,10534143,"genie.py",0,0,"",python,tab +8761,10568459,"sample.py",0,0,"",python,tab +8762,10569412,"sample.py",5062,0,"",python,selection_command +8763,10570118,"sample.py",5057,0,"",python,selection_command +8764,10571036,"sample.py",5057,0,"#",python,content +8765,10571036,"sample.py",5058,0,"",python,selection_keyboard +8766,10571279,"sample.py",5057,0,"",python,selection_command +8767,10573174,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8768,10573598,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8769,10584869,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8770,10593005,"TERMINAL",0,0,"2025-07-31 23:18:25.020122: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8771,10594436,"TERMINAL",0,0,"2025-07-31 23:18:26.459372: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8772,10598007,"TERMINAL",0,0,"2025-07-31 23:18:30.037232: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8773,10598737,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\r\n",,terminal_output +8774,10602719,"utils/nn.py",0,0,"",python,tab +8775,10603601,"utils/nn.py",10834,25,"",python,content +8776,10603609,"utils/nn.py",10842,0,"",python,selection_command +8777,10604821,"sample.py",0,0,"",python,tab +8778,10605905,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14565.26 task 0: running\r\n",,terminal_output +8779,10606043,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14565.26\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T23:18:38.078] error: *** STEP 14565.26 ON hai004 CANCELLED AT 2025-07-31T23:18:38 DUE to SIGNAL Killed ***\r\n",,terminal_output +8780,10606165,"TERMINAL",0,0,"(Pdb) ",,terminal_output +8781,10606224,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14565.26\r\nsrun: job abort in progress\r\n",,terminal_output +8782,10606436,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8783,10606850,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8784,10607138,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8785,10618031,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8786,10631161,"TERMINAL",0,0,"2025-07-31 23:19:03.194821: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8787,10632612,"TERMINAL",0,0,"2025-07-31 23:19:04.644560: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8788,10636211,"TERMINAL",0,0,"2025-07-31 23:19:08.244563: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8789,10636935,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(343)__call__()\r\n-> x_BTNM = x_BTNM + z_BTNM\r\n",,terminal_output +8790,10640076,"utils/nn.py",0,0,"",python,tab +8791,10678183,"TERMINAL",0,0,"l^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14565.27 task 0: running\r\n",,terminal_output +8792,10678458,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14565.27\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T23:19:50.485] error: *** STEP 14565.27 ON hai004 CANCELLED AT 2025-07-31T23:19:50 DUE to SIGNAL Killed ***\r\n",,terminal_output +8793,10678559,"TERMINAL",0,0,"(Pdb) ",,terminal_output +8794,10678617,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14565.27\r\nsrun: job abort in progress\r\n",,terminal_output +8795,10678826,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14565.27\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8796,10681365,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8797,10681693,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8798,10689563,"sample.py",0,0,"",python,tab +8799,10692985,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8800,10706002,"TERMINAL",0,0,"2025-07-31 23:20:18.031624: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8801,10707474,"TERMINAL",0,0,"2025-07-31 23:20:19.504835: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8802,10711139,"TERMINAL",0,0,"2025-07-31 23:20:23.168375: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8803,10712538,"TERMINAL",0,0,"2025-07-31 23:20:24.566411: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8804,10714833,"TERMINAL",0,0,"SSIM: 0.00996059738099575\r\n",,terminal_output +8805,10716295,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8806,10728327,"sample.py",5434,0,"",python,selection_mouse +8807,10734681,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\n\nexport XLA_FLAGS='--xla_gpu_autotune_level=0'\nexport PYTHONUNBUFFERED=1\nsrun python sample.py \\n --dyna_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +8808,10737212,"experiments/sample.sh",294,0,"",shellscript,selection_command +8809,10738064,"experiments/sample.sh",294,1,"3",shellscript,content +8810,10740265,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8811,10740392,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8812,10751254,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8813,10759555,"TERMINAL",0,0,"2025-07-31 23:21:11.522710: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8814,10761034,"TERMINAL",0,0,"2025-07-31 23:21:13.065416: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8815,10764891,"TERMINAL",0,0,"2025-07-31 23:21:16.920981: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8816,10765588,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 409, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 399, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 370, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 443, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 323, in __call__\r\n z_F1M = self.spatial_attention(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (2, 1, 8, 64) instead got (3, 1, 8, 64).\r\n",,terminal_output +8817,10766676,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8818,10787155,"utils/nn.py",0,0,"",python,tab +8819,10792349,"genie.py",0,0,"",python,tab +8820,10794472,"genie.py",13345,0,"",python,selection_command +8821,10795404,"genie.py",14274,0,"",python,selection_command +8822,10796284,"genie.py",15503,0,"",python,selection_command +8823,10799303,"genie.py",15563,0,"",python,selection_command +8824,10799549,"genie.py",15576,0,"",python,selection_command +8825,10799578,"genie.py",15632,0,"",python,selection_command +8826,10799610,"genie.py",15662,0,"",python,selection_command +8827,10800049,"genie.py",15632,0,"",python,selection_command +8828,10800198,"genie.py",15576,0,"",python,selection_command +8829,10800377,"genie.py",15563,0,"",python,selection_command +8830,10800541,"genie.py",15503,0,"",python,selection_command +8831,10800749,"genie.py",15563,0,"",python,selection_command +8832,10800999,"genie.py",15576,0,"",python,selection_command +8833,10801024,"genie.py",15632,0,"",python,selection_command +8834,10801054,"genie.py",15662,0,"",python,selection_command +8835,10801088,"genie.py",15738,0,"",python,selection_command +8836,10801122,"genie.py",15756,0,"",python,selection_command +8837,10801155,"genie.py",15806,0,"",python,selection_command +8838,10801368,"genie.py",15891,0,"",python,selection_command +8839,10801635,"genie.py",15929,0,"",python,selection_command +8840,10801646,"genie.py",16021,0,"",python,selection_command +8841,10801680,"genie.py",16033,0,"",python,selection_command +8842,10801721,"genie.py",16046,0,"",python,selection_command +8843,10801889,"genie.py",16118,0,"",python,selection_command +8844,10802150,"genie.py",16141,0,"",python,selection_command +8845,10802187,"genie.py",16154,0,"",python,selection_command +8846,10802489,"genie.py",16141,0,"",python,selection_command +8847,10802716,"genie.py",16118,0,"",python,selection_command +8848,10802746,"genie.py",16046,0,"",python,selection_command +8849,10802780,"genie.py",16033,0,"",python,selection_command +8850,10802812,"genie.py",16021,0,"",python,selection_command +8851,10802844,"genie.py",15929,0,"",python,selection_command +8852,10802878,"genie.py",15891,0,"",python,selection_command +8853,10802912,"genie.py",15806,0,"",python,selection_command +8854,10802945,"genie.py",15756,0,"",python,selection_command +8855,10802979,"genie.py",15738,0,"",python,selection_command +8856,10803012,"genie.py",15662,0,"",python,selection_command +8857,10803045,"genie.py",15632,0,"",python,selection_command +8858,10803078,"genie.py",15576,0,"",python,selection_command +8859,10803112,"genie.py",15563,0,"",python,selection_command +8860,10803149,"genie.py",15576,0,"",python,selection_command +8861,10803416,"genie.py",15632,0,"",python,selection_command +8862,10803430,"genie.py",15662,0,"",python,selection_command +8863,10803468,"genie.py",15738,0,"",python,selection_command +8864,10803501,"genie.py",15756,0,"",python,selection_command +8865,10803529,"genie.py",15806,0,"",python,selection_command +8866,10803558,"genie.py",15891,0,"",python,selection_command +8867,10803593,"genie.py",15929,0,"",python,selection_command +8868,10803625,"genie.py",16021,0,"",python,selection_command +8869,10803664,"genie.py",16033,0,"",python,selection_command +8870,10803699,"genie.py",16046,0,"",python,selection_command +8871,10803727,"genie.py",16118,0,"",python,selection_command +8872,10803764,"genie.py",16141,0,"",python,selection_command +8873,10803800,"genie.py",16154,0,"",python,selection_command +8874,10803829,"genie.py",16186,0,"",python,selection_command +8875,10803863,"genie.py",16252,0,"",python,selection_command +8876,10803906,"genie.py",16307,0,"",python,selection_command +8877,10803928,"genie.py",16355,0,"",python,selection_command +8878,10803963,"genie.py",16393,0,"",python,selection_command +8879,10803997,"genie.py",16406,0,"",python,selection_command +8880,10804029,"genie.py",16459,0,"",python,selection_command +8881,10804062,"genie.py",16493,0,"",python,selection_command +8882,10804096,"genie.py",16519,0,"",python,selection_command +8883,10804129,"genie.py",16559,0,"",python,selection_command +8884,10804162,"genie.py",16593,0,"",python,selection_command +8885,10804195,"genie.py",16617,0,"",python,selection_command +8886,10804229,"genie.py",16631,0,"",python,selection_command +8887,10804263,"genie.py",16681,0,"",python,selection_command +8888,10804744,"genie.py",16746,0,"",python,selection_command +8889,10804998,"genie.py",16760,0,"",python,selection_command +8890,10805022,"genie.py",16819,0,"",python,selection_command +8891,10805544,"genie.py",16760,0,"",python,selection_command +8892,10805716,"genie.py",16746,0,"",python,selection_command +8893,10805887,"genie.py",16681,0,"",python,selection_command +8894,10806159,"genie.py",16631,0,"",python,selection_command +8895,10806172,"genie.py",16617,0,"",python,selection_command +8896,10806204,"genie.py",16593,0,"",python,selection_command +8897,10806242,"genie.py",16559,0,"",python,selection_command +8898,10806279,"genie.py",16519,0,"",python,selection_command +8899,10806311,"genie.py",16493,0,"",python,selection_command +8900,10806344,"genie.py",16459,0,"",python,selection_command +8901,10806386,"genie.py",16406,0,"",python,selection_command +8902,10806569,"genie.py",16459,0,"",python,selection_command +8903,10806755,"genie.py",16493,0,"",python,selection_command +8904,10806854,"genie.py",16459,0,"",python,selection_command +8905,10807022,"genie.py",16406,0,"",python,selection_command +8906,10807189,"genie.py",16393,0,"",python,selection_command +8907,10817799,"genie.py",16355,0,"",python,selection_command +8908,10818660,"genie.py",16307,0,"",python,selection_command +8909,10818724,"genie.py",16252,0,"",python,selection_command +8910,10818978,"genie.py",16186,0,"",python,selection_command +8911,10819010,"genie.py",16154,0,"",python,selection_command +8912,10819030,"genie.py",16141,0,"",python,selection_command +8913,10819064,"genie.py",16118,0,"",python,selection_command +8914,10819097,"genie.py",16046,0,"",python,selection_command +8915,10829198,"genie.py",16118,0,"",python,selection_command +8916,10829338,"genie.py",16141,0,"",python,selection_command +8917,10829407,"genie.py",16154,0,"",python,selection_command +8918,10829662,"genie.py",16186,0,"",python,selection_command +8919,10829688,"genie.py",16252,0,"",python,selection_command +8920,10829722,"genie.py",16307,0,"",python,selection_command +8921,10829812,"genie.py",16355,0,"",python,selection_command +8922,10829814,"genie.py",16393,0,"",python,selection_command +8923,10829820,"genie.py",16406,0,"",python,selection_command +8924,10829855,"genie.py",16459,0,"",python,selection_command +8925,10829886,"genie.py",16493,0,"",python,selection_command +8926,10830038,"genie.py",16519,0,"",python,selection_command +8927,10830137,"genie.py",16559,0,"",python,selection_command +8928,10830860,"genie.py",16519,0,"",python,selection_command +8929,10831693,"genie.py",16493,0,"",python,selection_command +8930,10831724,"genie.py",16459,0,"",python,selection_command +8931,10831978,"genie.py",16406,0,"",python,selection_command +8932,10832005,"genie.py",16393,0,"",python,selection_command +8933,10832037,"genie.py",16355,0,"",python,selection_command +8934,10832070,"genie.py",16307,0,"",python,selection_command +8935,10832105,"genie.py",16252,0,"",python,selection_command +8936,10832137,"genie.py",16186,0,"",python,selection_command +8937,10832170,"genie.py",16154,0,"",python,selection_command +8938,10832203,"genie.py",16141,0,"",python,selection_command +8939,10838997,"genie.py",16118,0,"",python,selection_command +8940,10839167,"genie.py",16046,0,"",python,selection_command +8941,10839996,"genie.py",16033,0,"",python,selection_command +8942,10840046,"genie.py",16021,0,"",python,selection_command +8943,10840296,"genie.py",15929,0,"",python,selection_command +8944,10840330,"genie.py",15891,0,"",python,selection_command +8945,10840354,"genie.py",15806,0,"",python,selection_command +8946,10840394,"genie.py",15756,0,"",python,selection_command +8947,10840425,"genie.py",15738,0,"",python,selection_command +8948,10840454,"genie.py",15662,0,"",python,selection_command +8949,10840489,"genie.py",15632,0,"",python,selection_command +8950,10840523,"genie.py",15576,0,"",python,selection_command +8951,10840565,"genie.py",15563,0,"",python,selection_command +8952,10840596,"genie.py",15503,0,"",python,selection_command +8953,10840630,"genie.py",15391,0,"",python,selection_command +8954,10840661,"genie.py",15302,0,"",python,selection_command +8955,10840693,"genie.py",15210,0,"",python,selection_command +8956,10840726,"genie.py",15131,0,"",python,selection_command +8957,10840759,"genie.py",15054,0,"",python,selection_command +8958,10840817,"genie.py",14975,0,"",python,selection_command +8959,10840854,"genie.py",14934,0,"",python,selection_command +8960,10840867,"genie.py",14921,0,"",python,selection_command +8961,10840901,"genie.py",14860,0,"",python,selection_command +8962,10840926,"genie.py",14813,0,"",python,selection_command +8963,10840963,"genie.py",14800,0,"",python,selection_command +8964,10840999,"genie.py",14769,0,"",python,selection_command +8965,10841028,"genie.py",14725,0,"",python,selection_command +8966,10841059,"genie.py",14659,0,"",python,selection_command +8967,10841093,"genie.py",14582,0,"",python,selection_command +8968,10841446,"genie.py",14494,0,"",python,selection_command +8969,10842285,"genie.py",14466,0,"",python,selection_command +8970,10842349,"genie.py",14453,0,"",python,selection_command +8971,10842621,"genie.py",14366,0,"",python,selection_command +8972,10842635,"genie.py",14274,0,"",python,selection_command +8973,10842659,"genie.py",14217,0,"",python,selection_command +8974,10842690,"genie.py",14161,0,"",python,selection_command +8975,10842723,"genie.py",14094,0,"",python,selection_command +8976,10842757,"genie.py",14022,0,"",python,selection_command +8977,10844287,"genie.py",13959,0,"",python,selection_command +8978,10844453,"genie.py",13919,0,"",python,selection_command +8979,10844510,"genie.py",13880,0,"",python,selection_command +8980,10845135,"genie.py",13830,0,"",python,selection_command +8981,10845203,"genie.py",13751,0,"",python,selection_command +8982,10845437,"genie.py",13830,0,"",python,selection_command +8983,10845485,"genie.py",13880,0,"",python,selection_command +8984,10845642,"genie.py",13919,0,"",python,selection_command +8985,10845777,"genie.py",13959,0,"",python,selection_command +8986,10845905,"genie.py",14022,0,"",python,selection_command +8987,10846043,"genie.py",14094,0,"",python,selection_command +8988,10846189,"genie.py",14161,0,"",python,selection_command +8989,10846307,"genie.py",14217,0,"",python,selection_command +8990,10847783,"genie.py",14274,0,"",python,selection_command +8991,10847953,"genie.py",14366,0,"",python,selection_command +8992,10848475,"genie.py",14274,0,"",python,selection_command +8993,10848639,"genie.py",14217,0,"",python,selection_command +8994,10849264,"genie.py",14205,56," for block in dynamics_causal.transformer.blocks:",python,selection_command +8995,10849589,"genie.py",14205,148," for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +8996,10849729,"genie.py",14205,247," for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +8997,10850032,"genie.py",14205,0,"",python,selection_command +8998,10850659,"genie.py",15391,0,"",python,selection_command +8999,10851695,"genie.py",15503,0,"",python,selection_command +9000,10851940,"genie.py",15563,0,"",python,selection_command +9001,10851973,"genie.py",15576,0,"",python,selection_command +9002,10852006,"genie.py",15632,0,"",python,selection_command +9003,10852040,"genie.py",15662,0,"",python,selection_command +9004,10852074,"genie.py",15738,0,"",python,selection_command +9005,10852108,"genie.py",15756,0,"",python,selection_command +9006,10852142,"genie.py",15806,0,"",python,selection_command +9007,10852181,"genie.py",15891,0,"",python,selection_command +9008,10852214,"genie.py",15929,0,"",python,selection_command +9009,10852247,"genie.py",16021,0,"",python,selection_command +9010,10852283,"genie.py",16033,0,"",python,selection_command +9011,10852316,"genie.py",16046,0,"",python,selection_command +9012,10852349,"genie.py",16118,0,"",python,selection_command +9013,10852390,"genie.py",16141,0,"",python,selection_command +9014,10852416,"genie.py",16154,0,"",python,selection_command +9015,10852456,"genie.py",16186,0,"",python,selection_command +9016,10852482,"genie.py",16252,0,"",python,selection_command +9017,10852521,"genie.py",16307,0,"",python,selection_command +9018,10852680,"genie.py",16355,0,"",python,selection_command +9019,10854214,"genie.py",16393,0,"",python,selection_command +9020,10854422,"genie.py",16393,0,"\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)",python,content +9021,10854435,"genie.py",16402,0,"",python,selection_command +9022,10855735,"genie.py",16402,1,"f",python,selection_command +9023,10855881,"genie.py",16402,58,"for block in dynamics_causal.transformer.blocks:\n ",python,selection_command +9024,10855946,"genie.py",16402,150,"for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n ",python,selection_command +9025,10856101,"genie.py",16402,249,"for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)\n ",python,selection_command +9026,10856530,"genie.py",16402,150,"for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n ",python,selection_command +9027,10857052,"genie.py",16543,12," ",python,content +9028,10857052,"genie.py",16451,12," ",python,content +9029,10857052,"genie.py",16394,8," ",python,content +9030,10857064,"genie.py",16406,0,"",python,selection_command +9031,10857652,"genie.py",16467,0,"",python,selection_command +9032,10857745,"genie.py",16563,0,"",python,selection_command +9033,10860655,"genie.py",16455,96,"",python,content +9034,10860671,"genie.py",16471,0,"",python,selection_command +9035,10861312,"genie.py",16557,0,"\n ",python,content +9036,10861669,"genie.py",16558,16,"",python,content +9037,10866536,"genie.py",15632,0,"",python,selection_command +9038,10867003,"genie.py",14462,0,"",python,selection_command +9039,10867857,"genie.py",14453,0,"",python,selection_command +9040,10867922,"genie.py",14362,0,"",python,selection_command +9041,10868062,"genie.py",14270,0,"",python,selection_command +9042,10868388,"genie.py",14362,0,"",python,selection_command +9043,10869053,"genie.py",14354,99,"",python,content +9044,10870211,"genie.py",15477,0,"",python,selection_command +9045,10871528,"genie.py",16372,0,"",python,selection_command +9046,10872403,"genie.py",15477,0,"",python,selection_command +9047,10874095,"genie.py",15464,0,"",python,selection_command +9048,10874354,"genie.py",15404,0,"",python,selection_command +9049,10874377,"genie.py",15292,0,"",python,selection_command +9050,10874409,"genie.py",15203,0,"",python,selection_command +9051,10874444,"genie.py",15111,0,"",python,selection_command +9052,10874478,"genie.py",15032,0,"",python,selection_command +9053,10874511,"genie.py",14955,0,"",python,selection_command +9054,10874550,"genie.py",14876,0,"",python,selection_command +9055,10874583,"genie.py",14835,0,"",python,selection_command +9056,10874617,"genie.py",14822,0,"",python,selection_command +9057,10875533,"genie.py",15947,0,"",python,selection_command +9058,10875918,"genie.py",16751,0,"",python,selection_command +9059,10877028,"genie.py",16701,0,"",python,selection_command +9060,10877265,"genie.py",16683,0,"",python,selection_command +9061,10877299,"genie.py",16663,0,"",python,selection_command +9062,10877324,"genie.py",16629,0,"",python,selection_command +9063,10877362,"genie.py",16589,0,"",python,selection_command +9064,10877386,"genie.py",16563,0,"",python,selection_command +9065,10877420,"genie.py",16529,0,"",python,selection_command +9066,10877454,"genie.py",16476,0,"",python,selection_command +9067,10877493,"genie.py",16459,0,"",python,selection_command +9068,10877526,"genie.py",16372,0,"",python,selection_command +9069,10877553,"genie.py",16311,0,"",python,selection_command +9070,10877586,"genie.py",16294,0,"",python,selection_command +9071,10877885,"genie.py",16311,0,"",python,selection_command +9072,10879232,"genie.py",16294,0,"\n",python,content +9073,10879247,"genie.py",16295,0," ",python,content +9074,10880426,"genie.py",16307,0,"# --- Initialize kv caches ---",python,content +9075,10880739,"genie.py",16336,0,"",python,selection_command +9076,10880949,"genie.py",16334,0,"",python,selection_command +9077,10881089,"genie.py",16327,0,"",python,selection_command +9078,10881249,"genie.py",16324,0,"",python,selection_command +9079,10883170,"genie.py",16324,0,"s",python,content +9080,10883170,"genie.py",16325,0,"",python,selection_keyboard +9081,10883199,"genie.py",16325,0,"p",python,content +9082,10883199,"genie.py",16326,0,"",python,selection_keyboard +9083,10883350,"genie.py",16326,0,"a",python,content +9084,10883351,"genie.py",16327,0,"",python,selection_keyboard +9085,10883384,"genie.py",16327,0,"t",python,content +9086,10883384,"genie.py",16328,0,"",python,selection_keyboard +9087,10883424,"genie.py",16328,0,"i",python,content +9088,10883424,"genie.py",16329,0,"",python,selection_keyboard +9089,10883640,"genie.py",16329,0,"a",python,content +9090,10883640,"genie.py",16330,0,"",python,selection_keyboard +9091,10883717,"genie.py",16330,0,"l",python,content +9092,10883717,"genie.py",16331,0,"",python,selection_keyboard +9093,10883789,"genie.py",16331,0," ",python,content +9094,10883789,"genie.py",16332,0,"",python,selection_keyboard +9095,10884142,"genie.py",16331,0,"",python,selection_command +9096,10884806,"genie.py",16332,0,"",python,selection_command +9097,10885340,"genie.py",16332,2,"",python,content +9098,10886733,"genie.py",16332,0,"K",python,content +9099,10886734,"genie.py",16333,0,"",python,selection_keyboard +9100,10887259,"genie.py",16333,0,"V",python,content +9101,10887260,"genie.py",16334,0,"",python,selection_keyboard +9102,10887640,"genie.py",16333,0,"",python,selection_command +9103,10887840,"genie.py",16340,0,"",python,selection_command +9104,10888074,"genie.py",16341,0,"",python,selection_command +9105,10890616,"genie.py",16341,0," ",python,content +9106,10890616,"genie.py",16342,0,"",python,selection_keyboard +9107,10891364,"genie.py",16342,0,"b",python,content +9108,10891365,"genie.py",16343,0,"",python,selection_keyboard +9109,10891543,"genie.py",16343,0,"e",python,content +9110,10891543,"genie.py",16344,0,"",python,selection_keyboard +9111,10891724,"genie.py",16344,0,"f",python,content +9112,10891724,"genie.py",16345,0,"",python,selection_keyboard +9113,10891773,"genie.py",16345,0,"o",python,content +9114,10891773,"genie.py",16346,0,"",python,selection_keyboard +9115,10891841,"genie.py",16346,0,"r",python,content +9116,10891841,"genie.py",16347,0,"",python,selection_keyboard +9117,10891890,"genie.py",16347,0,"e",python,content +9118,10891890,"genie.py",16348,0,"",python,selection_keyboard +9119,10892107,"genie.py",16348,0," ",python,content +9120,10892107,"genie.py",16349,0,"",python,selection_keyboard +9121,10892431,"genie.py",16349,0,"e",python,content +9122,10892431,"genie.py",16350,0,"",python,selection_keyboard +9123,10892681,"genie.py",16350,0,"a",python,content +9124,10892682,"genie.py",16351,0,"",python,selection_keyboard +9125,10892714,"genie.py",16351,0,"c",python,content +9126,10892714,"genie.py",16352,0,"",python,selection_keyboard +9127,10892812,"genie.py",16352,0,"h",python,content +9128,10892812,"genie.py",16353,0,"",python,selection_keyboard +9129,10893115,"genie.py",16353,0," ",python,content +9130,10893115,"genie.py",16354,0,"",python,selection_keyboard +9131,10894086,"genie.py",16354,0,"f",python,content +9132,10894086,"genie.py",16355,0,"",python,selection_keyboard +9133,10894160,"genie.py",16355,0,"r",python,content +9134,10894160,"genie.py",16356,0,"",python,selection_keyboard +9135,10894309,"genie.py",16356,0,"a",python,content +9136,10894310,"genie.py",16357,0,"",python,selection_keyboard +9137,10894313,"genie.py",16357,0,"m",python,content +9138,10894313,"genie.py",16358,0,"",python,selection_keyboard +9139,10894401,"genie.py",16358,0,"e",python,content +9140,10894401,"genie.py",16359,0,"",python,selection_keyboard +9141,10895555,"genie.py",16358,0,"",python,selection_command +9142,10898685,"genie.py",16354,0,"",python,selection_command +9143,10898854,"genie.py",16349,0,"",python,selection_command +9144,10899035,"genie.py",16342,0,"",python,selection_command +9145,10899235,"genie.py",16335,0,"",python,selection_command +9146,10899532,"genie.py",16342,0,"",python,selection_command +9147,10899737,"genie.py",16349,0,"",python,selection_command +9148,10901354,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +9149,10901635,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +9150,10912807,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +9151,10920905,"TERMINAL",0,0,"2025-07-31 23:23:52.938858: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +9152,10922397,"TERMINAL",0,0,"2025-07-31 23:23:54.431223: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +9153,10926487,"TERMINAL",0,0,"2025-07-31 23:23:58.176695: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +9154,10926660,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 412, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 393, in generation_step_fn\r\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 652, in init_cache\r\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 280, in __setattr__\r\n self._setattr(name, value)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 283, in _setattr\r\n self._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Cannot mutate 'MultiHeadAttention' from different trace level (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +9155,10927851,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +9156,10960246,"genie.py",16418,0,"",python,selection_command +9157,10960297,"genie.py",16479,0,"",python,selection_command +9158,10960459,"genie.py",16528,0,"",python,selection_command +9159,10960689,"genie.py",16479,0,"",python,selection_command +9160,10961000,"genie.py",16478,0,"",python,selection_command +9161,10961134,"genie.py",16476,0,"",python,selection_command +9162,10961286,"genie.py",16466,0,"",python,selection_command +9163,10961795,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +9164,10961795,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +9165,10962738,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23785,0,"",python,selection_command +9166,10975744,"genie.py",0,0,"",python,tab +9167,10975744,"genie.py",16466,0,"",python,selection_command +9168,10976741,"genie.py",16342,18,"",python,content +9169,10976741,"genie.py",16341,0,"",python,selection_command +9170,10977010,"genie.py",16332,2,"kv",python,content +9171,10977010,"genie.py",16332,0,"",python,selection_command +9172,10977613,"genie.py",16324,8,"",python,content +9173,10978512,"genie.py",16324,0,"spatial ",python,content +9174,10978514,"genie.py",16324,0,"",python,selection_command +9175,10978683,"genie.py",16332,2,"KV",python,content +9176,10978686,"genie.py",16332,0,"",python,selection_command +9177,10978856,"genie.py",16342,0,"before each frame ",python,content +9178,10978859,"genie.py",16341,0,"",python,selection_command +9179,10980172,"genie.py",16410,0,"",python,selection_command +9180,10980281,"genie.py",16471,0,"",python,selection_command +9181,10980607,"genie.py",16410,0,"",python,selection_command +9182,10980722,"genie.py",16341,0,"",python,selection_command +9183,10981000,"genie.py",16335,0,"",python,selection_command +9184,10981154,"genie.py",16332,0,"",python,selection_command +9185,10981304,"genie.py",16324,0,"",python,selection_command +9186,10981469,"genie.py",16313,0,"",python,selection_command +9187,10982291,"genie.py",16313,10,"",python,content +9188,10982804,"genie.py",16313,0,"R",python,content +9189,10982804,"genie.py",16314,0,"",python,selection_keyboard +9190,10983117,"genie.py",16314,0,"e",python,content +9191,10983117,"genie.py",16315,0,"",python,selection_keyboard +9192,10983410,"genie.py",16315,0,"s",python,content +9193,10983410,"genie.py",16316,0,"",python,selection_keyboard +9194,10983428,"genie.py",16316,0,"e",python,content +9195,10983428,"genie.py",16317,0,"",python,selection_keyboard +9196,10983453,"genie.py",16317,0,"t",python,content +9197,10983453,"genie.py",16318,0,"",python,selection_keyboard +9198,10983754,"genie.py",16317,0,"",python,selection_command +9199,10984922,"genie.py",16381,0,"",python,selection_command +9200,10985459,"genie.py",16359,61,"",python,content +9201,10985472,"genie.py",16375,0,"",python,selection_command +9202,10986078,"genie.py",16359,103,"",python,content +9203,10986516,"genie.py",15477,0,"",python,selection_command +9204,10987826,"genie.py",14354,0,"",python,selection_command +9205,10987947,"genie.py",14270,0,"",python,selection_command +9206,10988157,"genie.py",14353,0,"\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)",python,content +9207,10988161,"genie.py",14370,0,"",python,selection_command +9208,10989173,"genie.py",14366,4,"",python,content +9209,10989425,"genie.py",14365,0,"",python,selection_command +9210,10991095,"genie.py",14354,99,"",python,content +9211,10991276,"genie.py",14262,0,"",python,selection_command +9212,10991427,"genie.py",14205,0,"",python,selection_command +9213,10993391,"genie.py",14262,0,"",python,selection_command +9214,10993735,"genie.py",14353,0,"\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)",python,content +9215,10993736,"genie.py",14366,0,"",python,selection_command +9216,10997218,"genie.py",14274,0,"",python,selection_command +9217,11004572,"genie.py",14217,0,"",python,selection_command +9218,11005716,"genie.py",15391,0,"",python,selection_command +9219,11007219,"genie.py",16355,0,"",python,selection_command +9220,11008306,"genie.py",15391,0,"",python,selection_command +9221,11008405,"genie.py",14213,0,"",python,selection_command +9222,11009646,"genie.py",15391,0,"",python,selection_command +9223,11009790,"genie.py",16355,0,"",python,selection_command +9224,11010614,"genie.py",16393,0,"",python,selection_command +9225,11010755,"genie.py",16406,0,"",python,selection_command +9226,11011112,"genie.py",16457,0,"\n for block in dynamics_causal.transformer.blocks:",python,content +9227,11011124,"genie.py",16466,0,"",python,selection_command +9228,11012605,"genie.py",16466,0," ",python,content +9229,11012839,"genie.py",16469,0,"",python,selection_command +9230,11014648,"genie.py",16518,0,"\n ",python,content +9231,11015062,"genie.py",16535,0,"b",python,content +9232,11015062,"genie.py",16536,0,"",python,selection_keyboard +9233,11015195,"genie.py",16536,0,"l",python,content +9234,11015196,"genie.py",16537,0,"",python,selection_keyboard +9235,11015260,"genie.py",16537,0,"o",python,content +9236,11015260,"genie.py",16538,0,"",python,selection_keyboard +9237,11015325,"genie.py",16538,0,"c",python,content +9238,11015325,"genie.py",16539,0,"",python,selection_keyboard +9239,11015909,"genie.py",16539,0,"k.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,content +9240,11016158,"genie.py",16613,0,"",python,selection_command +9241,11016307,"genie.py",16608,0,"",python,selection_command +9242,11016559,"genie.py",16607,0,"",python,selection_command +9243,11016590,"genie.py",16603,0,"",python,selection_command +9244,11016618,"genie.py",16602,0,"",python,selection_command +9245,11016652,"genie.py",16597,0,"",python,selection_command +9246,11016691,"genie.py",16594,0,"",python,selection_command +9247,11016825,"genie.py",16586,0,"",python,selection_command +9248,11016992,"genie.py",16585,0,"",python,selection_command +9249,11017128,"genie.py",16581,0,"",python,selection_command +9250,11017297,"genie.py",16579,0,"",python,selection_command +9251,11017449,"genie.py",16578,0,"",python,selection_command +9252,11017599,"genie.py",16576,0,"",python,selection_command +9253,11017748,"genie.py",16575,0,"",python,selection_command +9254,11017913,"genie.py",16573,0,"",python,selection_command +9255,11018066,"genie.py",16571,0,"",python,selection_command +9256,11018216,"genie.py",16569,0,"",python,selection_command +9257,11018437,"genie.py",16559,0,"",python,selection_command +9258,11019066,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +9259,11019066,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +9260,11020069,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23785,0,"",python,selection_command +9261,11022997,"genie.py",0,0,"",python,tab +9262,11022997,"genie.py",16559,0,"",python,selection_command +9263,11024328,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +9264,11024329,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +9265,11025103,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23184,0,"",python,selection_command +9266,11025216,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +9267,11025906,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23184,0,"",python,selection_command +9268,11026219,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23810,0,"",python,selection_command +9269,11036376,"genie.py",0,0,"",python,tab +9270,11036377,"genie.py",16559,0,"",python,selection_command +9271,11037369,"genie.py",16559,55,"",python,content +9272,11037863,"genie.py",16559,0,"c",python,content +9273,11037863,"genie.py",16560,0,"",python,selection_keyboard +9274,11038066,"genie.py",16560,0,"a",python,content +9275,11038066,"genie.py",16561,0,"",python,selection_keyboard +9276,11038079,"genie.py",16561,0,"c",python,content +9277,11038079,"genie.py",16562,0,"",python,selection_keyboard +9278,11038202,"genie.py",16562,0,"h",python,content +9279,11038202,"genie.py",16563,0,"",python,selection_keyboard +9280,11038333,"genie.py",16563,0,"e",python,content +9281,11038334,"genie.py",16564,0,"",python,selection_keyboard +9282,11038585,"genie.py",16564,0,"d",python,content +9283,11038585,"genie.py",16565,0,"",python,selection_keyboard +9284,11039274,"genie.py",16565,0,"_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,content +9285,11039650,"genie.py",16631,0,"",python,selection_command +9286,11040251,"genie.py",16626,0,"",python,selection_command +9287,11040421,"genie.py",16625,0,"",python,selection_command +9288,11040569,"genie.py",16621,0,"",python,selection_command +9289,11040832,"genie.py",16620,0,"",python,selection_command +9290,11040846,"genie.py",16615,0,"",python,selection_command +9291,11040878,"genie.py",16612,0,"",python,selection_command +9292,11040908,"genie.py",16604,0,"",python,selection_command +9293,11040942,"genie.py",16603,0,"",python,selection_command +9294,11040976,"genie.py",16599,0,"",python,selection_command +9295,11041008,"genie.py",16597,0,"",python,selection_command +9296,11041043,"genie.py",16596,0,"",python,selection_command +9297,11041075,"genie.py",16594,0,"",python,selection_command +9298,11041381,"genie.py",16593,0,"",python,selection_command +9299,11041524,"genie.py",16591,0,"",python,selection_command +9300,11041716,"genie.py",16589,0,"",python,selection_command +9301,11041883,"genie.py",16587,0,"",python,selection_command +9302,11042068,"genie.py",16582,0,"",python,selection_command +9303,11042245,"genie.py",16581,0,"",python,selection_command +9304,11042397,"genie.py",16578,0,"",python,selection_command +9305,11042554,"genie.py",16576,0,"",python,selection_command +9306,11044252,"genie.py",16578,0,"",python,selection_command +9307,11044490,"genie.py",16581,0,"",python,selection_command +9308,11044514,"genie.py",16582,0,"",python,selection_command +9309,11044546,"genie.py",16587,0,"",python,selection_command +9310,11044573,"genie.py",16589,0,"",python,selection_command +9311,11044607,"genie.py",16591,0,"",python,selection_command +9312,11044639,"genie.py",16593,0,"",python,selection_command +9313,11044836,"genie.py",16594,0,"",python,selection_command +9314,11045019,"genie.py",16596,0,"",python,selection_command +9315,11045169,"genie.py",16597,0,"",python,selection_command +9316,11046051,"genie.py",15632,0,"",python,selection_command +9317,11047012,"genie.py",14462,0,"",python,selection_command +9318,11050926,"genie.py",15632,0,"",python,selection_command +9319,11051125,"genie.py",16535,0,"",python,selection_command +9320,11052232,"genie.py",16540,0,"",python,selection_command +9321,11052391,"genie.py",16541,0,"",python,selection_command +9322,11052651,"genie.py",16558,0,"",python,selection_command +9323,11052661,"genie.py",16559,0,"",python,selection_command +9324,11052687,"genie.py",16498,0,"",python,selection_command +9325,11052839,"genie.py",16499,0,"",python,selection_command +9326,11052993,"genie.py",16510,0,"",python,selection_command +9327,11053312,"genie.py",16571,0,"",python,selection_command +9328,11055263,"genie.py",16570,0,"",python,selection_command +9329,11055424,"genie.py",16569,0,"",python,selection_command +9330,11055965,"genie.py",16559,0,"",python,selection_command +9331,11056462,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +9332,11056462,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16732,0,"",python,selection_command +9333,11062904,"genie.py",0,0,"",python,tab +9334,11062904,"genie.py",16559,0,"",python,selection_command +9335,11063640,"genie.py",16518,0,"\n ",python,content +9336,11063967,"genie.py",16535,0,"a",python,content +9337,11063968,"genie.py",16536,0,"",python,selection_keyboard +9338,11064016,"genie.py",16536,0,"s",python,content +9339,11064017,"genie.py",16537,0,"",python,selection_keyboard +9340,11064235,"genie.py",16537,0,"s",python,content +9341,11064235,"genie.py",16538,0,"",python,selection_keyboard +9342,11064251,"genie.py",16538,0,"e",python,content +9343,11064251,"genie.py",16539,0,"",python,selection_keyboard +9344,11064362,"genie.py",16539,0,"r",python,content +9345,11064362,"genie.py",16540,0,"",python,selection_keyboard +9346,11064471,"genie.py",16540,0,"t",python,content +9347,11064472,"genie.py",16541,0,"",python,selection_keyboard +9348,11064687,"genie.py",16541,0," ",python,content +9349,11064687,"genie.py",16542,0,"",python,selection_keyboard +9350,11065516,"genie.py",16542,0,"block.spatial_attention.cached_key is not None",python,content +9351,11065938,"genie.py",16587,0,"",python,selection_command +9352,11066985,"genie.py",16657,0,"",python,selection_command +9353,11068883,"genie.py",16702,0,"\n ",python,content +9354,11071001,"genie.py",16719,0,"v",python,content +9355,11071002,"genie.py",16720,0,"",python,selection_keyboard +9356,11071411,"genie.py",16719,1,"",python,content +9357,11071504,"genie.py",16719,0,"b",python,content +9358,11071504,"genie.py",16720,0,"",python,selection_keyboard +9359,11071701,"genie.py",16720,0,"l",python,content +9360,11071702,"genie.py",16721,0,"",python,selection_keyboard +9361,11071721,"genie.py",16721,0,"o",python,content +9362,11071722,"genie.py",16722,0,"",python,selection_keyboard +9363,11071756,"genie.py",16722,0,"c",python,content +9364,11071756,"genie.py",16723,0,"",python,selection_keyboard +9365,11072031,"genie.py",16723,0,"k",python,content +9366,11072031,"genie.py",16724,0,"",python,selection_keyboard +9367,11072719,"genie.py",16724,0,".spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,content +9368,11073078,"genie.py",16817,0,"",python,selection_command +9369,11073239,"genie.py",16812,0,"",python,selection_command +9370,11073441,"genie.py",16811,0,"",python,selection_command +9371,11073603,"genie.py",16807,0,"",python,selection_command +9372,11073808,"genie.py",16806,0,"",python,selection_command +9373,11073827,"genie.py",16801,0,"",python,selection_command +9374,11073859,"genie.py",16798,0,"",python,selection_command +9375,11073891,"genie.py",16790,0,"",python,selection_command +9376,11073926,"genie.py",16789,0,"",python,selection_command +9377,11073959,"genie.py",16785,0,"",python,selection_command +9378,11073994,"genie.py",16783,0,"",python,selection_command +9379,11074029,"genie.py",16782,0,"",python,selection_command +9380,11074125,"genie.py",16780,0,"",python,selection_command +9381,11074301,"genie.py",16779,0,"",python,selection_command +9382,11074444,"genie.py",16777,0,"",python,selection_command +9383,11074648,"genie.py",16775,0,"",python,selection_command +9384,11074780,"genie.py",16773,0,"",python,selection_command +9385,11074899,"genie.py",16768,0,"",python,selection_command +9386,11075085,"genie.py",16767,0,"",python,selection_command +9387,11075199,"genie.py",16764,0,"",python,selection_command +9388,11075351,"genie.py",16762,0,"",python,selection_command +9389,11075584,"genie.py",16756,0,"",python,selection_command +9390,11076746,"genie.py",16642,0,"",python,selection_command +9391,11076868,"genie.py",16572,0,"",python,selection_command +9392,11076926,"genie.py",16511,0,"",python,selection_command +9393,11077350,"genie.py",16572,0,"",python,selection_command +9394,11078894,"genie.py",16588,0,"\n ",python,content +9395,11079251,"genie.py",16605,0,"a",python,content +9396,11079278,"genie.py",16606,0,"s",python,content +9397,11079788,"genie.py",16607,0,"s",python,content +9398,11079865,"genie.py",16608,0,"e",python,content +9399,11079918,"genie.py",16609,0,"r",python,content +9400,11080099,"genie.py",16610,0,"t",python,content +9401,11081567,"genie.py",16611,0," ",python,content +9402,11081681,"genie.py",16612,0,"b",python,content +9403,11081800,"genie.py",16613,0,"l",python,content +9404,11081918,"genie.py",16614,0,"o",python,content +9405,11082206,"genie.py",16615,0,"k",python,content +9406,11082401,"genie.py",16615,0,"",python,selection_command +9407,11083680,"genie.py",16519,97," ",python,content +9408,11084909,"genie.py",16534,0,"",python,selection_command +9409,11084919,"genie.py",16535,0,"assert block.spatial_attention.cached_key is not None\n assert blok",python,content +9410,11084921,"genie.py",16615,0,"",python,selection_command +9411,11085980,"genie.py",16615,1,"",python,content +9412,11086371,"genie.py",16615,0,"c",python,content +9413,11086371,"genie.py",16616,0,"",python,selection_keyboard +9414,11086572,"genie.py",16616,0,"k",python,content +9415,11086572,"genie.py",16617,0,"",python,selection_keyboard +9416,11087091,"genie.py",16617,0,".spatial_attention.cached_value is not None",python,content +9417,11087470,"genie.py",16659,0,"",python,selection_command +9418,11088746,"genie.py",16731,0,"",python,selection_command +9419,11088832,"genie.py",16845,0,"",python,selection_command +9420,11092098,"genie.py",16890,0,"\n ",python,content +9421,11092732,"genie.py",16907,0,"b",python,content +9422,11092732,"genie.py",16908,0,"",python,selection_keyboard +9423,11092860,"genie.py",16908,0,"l",python,content +9424,11092953,"genie.py",16909,0,"o",python,content +9425,11092953,"genie.py",16910,0,"",python,selection_keyboard +9426,11093005,"genie.py",16910,0,"c",python,content +9427,11093005,"genie.py",16911,0,"",python,selection_keyboard +9428,11093223,"genie.py",16911,0,"k",python,content +9429,11093224,"genie.py",16912,0,"",python,selection_keyboard +9430,11094120,"genie.py",16912,0,".temporal_attention.cached_key.value = jnp.zeros((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)",python,content +9431,11094430,"genie.py",17010,0,"",python,selection_command +9432,11094649,"genie.py",17005,0,"",python,selection_command +9433,11094857,"genie.py",17004,0,"",python,selection_command +9434,11097346,"genie.py",16960,0,"",python,selection_command +9435,11097464,"genie.py",16955,0,"",python,selection_command +9436,11097633,"genie.py",16954,0,"",python,selection_command +9437,11097783,"genie.py",16951,0,"",python,selection_command +9438,11097924,"genie.py",16949,0,"",python,selection_command +9439,11098096,"genie.py",16943,0,"",python,selection_command +9440,11098698,"genie.py",16943,68,"",python,content +9441,11099640,"genie.py",16942,1,"",python,content +9442,11099930,"genie.py",16941,1,"",python,content +9443,11100094,"genie.py",16940,1,"",python,content +9444,11100279,"genie.py",16939,1,"",python,content +9445,11101701,"genie.py",16938,1,"",python,content +9446,11101860,"genie.py",16937,1,"",python,content +9447,11102559,"genie.py",16936,0,"",python,selection_command +9448,11104801,"genie.py",15810,0,"",python,selection_command +9449,11105299,"genie.py",14725,0,"",python,selection_command +9450,11105959,"genie.py",14707,0,"",python,selection_command +9451,11106986,"genie.py",14647,0,"",python,selection_command +9452,11107758,"genie.py",14570,0,"",python,selection_command +9453,11108006,"genie.py",14482,0,"",python,selection_command +9454,11108035,"genie.py",14454,0,"",python,selection_command +9455,11108068,"genie.py",14453,0,"",python,selection_command +9456,11108095,"genie.py",14354,0,"",python,selection_command +9457,11108207,"genie.py",14262,0,"",python,selection_command +9458,11108437,"genie.py",14354,0,"",python,selection_command +9459,11108758,"genie.py",14366,0,"",python,selection_command +9460,11109023,"genie.py",14371,0,"",python,selection_command +9461,11109037,"genie.py",14372,0,"",python,selection_command +9462,11109067,"genie.py",14390,0,"",python,selection_command +9463,11109100,"genie.py",14391,0,"",python,selection_command +9464,11109130,"genie.py",14401,0,"",python,selection_command +9465,11109165,"genie.py",14403,0,"",python,selection_command +9466,11109575,"genie.py",14401,0,"",python,selection_command +9467,11109725,"genie.py",14391,0,"",python,selection_command +9468,11111310,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +9469,11111311,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23112,0,"",python,selection_command +9470,11112276,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23785,0,"",python,selection_command +9471,11112402,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24382,0,"",python,selection_command +9472,11113076,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23785,0,"",python,selection_command +9473,11118127,"genie.py",0,0,"",python,tab +9474,11118127,"genie.py",14391,0,"",python,selection_command +9475,11118746,"genie.py",15563,0,"",python,selection_command +9476,11119331,"genie.py",16406,0,"",python,selection_command +9477,11120283,"genie.py",16470,0,"",python,selection_command +9478,11120529,"genie.py",16531,0,"",python,selection_command +9479,11120560,"genie.py",16601,0,"",python,selection_command +9480,11120700,"genie.py",16673,0,"",python,selection_command +9481,11120860,"genie.py",16787,0,"",python,selection_command +9482,11121240,"genie.py",16903,0,"",python,selection_command +9483,11122072,"genie.py",16937,0,"_",python,content +9484,11122605,"genie.py",16938,0,"i",python,content +9485,11122605,"genie.py",16939,0,"",python,selection_keyboard +9486,11122787,"genie.py",16939,0,"n",python,content +9487,11122787,"genie.py",16940,0,"",python,selection_keyboard +9488,11122898,"genie.py",16940,0,"d",python,content +9489,11122898,"genie.py",16941,0,"",python,selection_keyboard +9490,11122982,"genie.py",16941,0,"e",python,content +9491,11122982,"genie.py",16942,0,"",python,selection_keyboard +9492,11123168,"genie.py",16942,0,"x",python,content +9493,11123169,"genie.py",16943,0,"",python,selection_keyboard +9494,11123487,"genie.py",16943,0,".value = jnp.array(0, dtype=jnp.int32)",python,content +9495,11123938,"genie.py",16980,0,"",python,selection_command +9496,11124134,"genie.py",16975,0,"",python,selection_command +9497,11124300,"genie.py",16974,0,"",python,selection_command +9498,11124450,"genie.py",16971,0,"",python,selection_command +9499,11124607,"genie.py",16970,0,"",python,selection_command +9500,11124768,"genie.py",16965,0,"",python,selection_command +9501,11124935,"genie.py",16963,0,"",python,selection_command +9502,11125102,"genie.py",16962,0,"",python,selection_command +9503,11125304,"genie.py",16961,0,"",python,selection_command +9504,11125619,"genie.py",16956,0,"",python,selection_command +9505,11126592,"genie.py",16955,0,"",python,selection_command +9506,11126770,"genie.py",16952,0,"",python,selection_command +9507,11126956,"genie.py",16950,0,"",python,selection_command +9508,11127121,"genie.py",16944,0,"",python,selection_command +9509,11128233,"genie.py",16642,0,"",python,selection_command +9510,11130306,"genie.py",16660,0,"\n ",python,content +9511,11131606,"genie.py",16677,0,"assert block.spatial_attention.cached_key.value is not None",python,content +9512,11131921,"genie.py",16735,0,"",python,selection_command +9513,11134939,"genie.py",16732,0,"",python,selection_command +9514,11135076,"genie.py",16728,0,"",python,selection_command +9515,11135233,"genie.py",16725,0,"",python,selection_command +9516,11135433,"genie.py",16719,0,"",python,selection_command +9517,11135627,"genie.py",16718,0,"",python,selection_command +9518,11136681,"genie.py",16717,0,"",python,selection_command +9519,11136783,"genie.py",16716,0,"",python,selection_command +9520,11136946,"genie.py",16715,0,"",python,selection_command +9521,11137088,"genie.py",16714,0,"",python,selection_command +9522,11137238,"genie.py",16713,0,"",python,selection_command +9523,11137651,"genie.py",16713,5,"",python,content +9524,11138051,"genie.py",16713,0,"i",python,content +9525,11138051,"genie.py",16714,0,"",python,selection_keyboard +9526,11138130,"genie.py",16714,0,"n",python,content +9527,11138130,"genie.py",16715,0,"",python,selection_keyboard +9528,11138318,"genie.py",16715,0,"d",python,content +9529,11138319,"genie.py",16716,0,"",python,selection_keyboard +9530,11138481,"genie.py",16716,0,"e",python,content +9531,11138481,"genie.py",16717,0,"",python,selection_keyboard +9532,11138611,"genie.py",16716,1,"",python,content +9533,11138771,"genie.py",16715,1,"",python,content +9534,11138930,"genie.py",16714,1,"",python,content +9535,11139061,"genie.py",16713,1,"",python,content +9536,11139367,"genie.py",16713,0,"_",python,content +9537,11139368,"genie.py",16714,0,"",python,selection_keyboard +9538,11139565,"genie.py",16714,0,"i",python,content +9539,11139566,"genie.py",16715,0,"",python,selection_keyboard +9540,11139756,"genie.py",16715,0,"n",python,content +9541,11139756,"genie.py",16716,0,"",python,selection_keyboard +9542,11139851,"genie.py",16716,0,"d",python,content +9543,11139851,"genie.py",16717,0,"",python,selection_keyboard +9544,11139911,"genie.py",16717,0,"e",python,content +9545,11139911,"genie.py",16718,0,"",python,selection_keyboard +9546,11140083,"genie.py",16718,0,"x",python,content +9547,11140084,"genie.py",16719,0,"",python,selection_keyboard +9548,11140387,"genie.py",16718,0,"",python,selection_command +9549,11143436,"genie.py",16719,0,"",python,selection_command +9550,11145527,"genie.py",16796,0,"",python,selection_command +9551,11145725,"genie.py",16910,0,"",python,selection_command +9552,11145853,"genie.py",17026,0,"",python,selection_command +9553,11146050,"genie.py",17059,0,"",python,selection_command +9554,11146397,"genie.py",17026,0,"",python,selection_command +9555,11146777,"genie.py",17021,0,"",python,selection_command +9556,11148342,"genie.py",17020,0,"",python,selection_command +9557,11148476,"genie.py",17009,0,"",python,selection_command +9558,11149000,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +9559,11149000,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16838,0,"",python,selection_command +9560,11151908,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17484,0,"",python,selection_command +9561,11152457,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +9562,11154076,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19376,0,"",python,selection_command +9563,11154817,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +9564,11154985,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17484,0,"",python,selection_command +9565,11156176,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +9566,11156350,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19376,0,"",python,selection_command +9567,11156519,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20111,0,"",python,selection_command +9568,11156685,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20649,0,"",python,selection_command +9569,11157126,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21597,0,"",python,selection_command +9570,11157606,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22300,0,"",python,selection_command +9571,11159061,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22802,0,"",python,selection_command +9572,11159316,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23462,0,"",python,selection_command +9573,11162810,"genie.py",0,0,"",python,tab +9574,11162811,"genie.py",17009,0,"",python,selection_command +9575,11163874,"genie.py",17020,0,"",python,selection_command +9576,11164043,"genie.py",17021,0,"",python,selection_command +9577,11164222,"genie.py",17027,0,"",python,selection_command +9578,11164365,"genie.py",17029,0,"",python,selection_command +9579,11164545,"genie.py",17032,0,"",python,selection_command +9580,11165093,"genie.py",17033,0,"",python,selection_command +9581,11165285,"genie.py",17038,0,"",python,selection_command +9582,11165472,"genie.py",17033,0,"",python,selection_command +9583,11165775,"genie.py",17032,0,"",python,selection_command +9584,11165776,"genie.py",17029,0,"",python,selection_command +9585,11165783,"genie.py",17027,0,"",python,selection_command +9586,11165816,"genie.py",17021,0,"",python,selection_command +9587,11165843,"genie.py",17020,0,"",python,selection_command +9588,11168930,"genie.py",16904,0,"",python,selection_command +9589,11169023,"genie.py",16790,0,"",python,selection_command +9590,11169153,"genie.py",16713,0,"",python,selection_command +9591,11169680,"genie.py",16719,0,"",python,selection_command +9592,11169792,"genie.py",16720,0,"",python,selection_command +9593,11172622,"genie.py",16719,0,"",python,selection_command +9594,11172837,"genie.py",16708,0,"",python,selection_command +9595,11174478,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +9596,11174479,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16838,0,"",python,selection_command +9597,11177275,"genie.py",0,0,"",python,tab +9598,11177275,"genie.py",16708,0,"",python,selection_command +9599,11179194,"genie.py",16785,0,"",python,selection_command +9600,11179310,"genie.py",16899,0,"",python,selection_command +9601,11179474,"genie.py",17015,0,"",python,selection_command +9602,11180065,"genie.py",17020,0,"",python,selection_command +9603,11180181,"genie.py",17021,0,"",python,selection_command +9604,11182169,"genie.py",16905,0,"",python,selection_command +9605,11182230,"genie.py",16791,0,"",python,selection_command +9606,11182391,"genie.py",16714,0,"",python,selection_command +9607,11186504,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +9608,11187000,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +9609,11198188,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +9610,11211248,"TERMINAL",0,0,"2025-07-31 23:28:43.281800: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +9611,11212834,"TERMINAL",0,0,"2025-07-31 23:28:44.778170: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +9612,11216481,"TERMINAL",0,0,"2025-07-31 23:28:48.514353: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +9613,11217032,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 418, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 397, in generation_step_fn\r\n block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/variablelib.py"", line 193, in __setattr__\r\n raise errors.TraceContextError(\r\nflax.errors.TraceContextError: Cannot mutate Cache from a different trace level (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +9614,11218079,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +9615,11246624,"utils/nn.py",0,0,"",python,tab +9616,11248447,"genie.py",0,0,"",python,tab +9617,11250670,"sample.py",0,0,"",python,tab +9618,11252597,"sample.py",5063,0,"",python,selection_command +9619,11254040,"genie.py",0,0,"",python,tab +9620,11254794,"sample.py",0,0,"",python,tab +9621,11256382,"genie.py",0,0,"",python,tab +9622,11272220,"genie.py",16642,0,"",python,selection_command +9623,11272467,"genie.py",16572,0,"",python,selection_command +9624,11272485,"genie.py",16511,0,"",python,selection_command +9625,11272524,"genie.py",16447,0,"",python,selection_command +9626,11272553,"genie.py",16393,0,"",python,selection_command +9627,11272581,"genie.py",16391,0,"",python,selection_command +9628,11272614,"genie.py",16341,0,"",python,selection_command +9629,11272660,"genie.py",16293,0,"",python,selection_command +9630,11272693,"genie.py",16227,0,"",python,selection_command +9631,11272724,"genie.py",16172,0,"",python,selection_command +9632,11272750,"genie.py",16141,0,"",python,selection_command +9633,11272784,"genie.py",16139,0,"",python,selection_command +9634,11272818,"genie.py",16087,0,"",python,selection_command +9635,11272851,"genie.py",16033,0,"",python,selection_command +9636,11272889,"genie.py",16031,0,"",python,selection_command +9637,11272916,"genie.py",15970,0,"",python,selection_command +9638,11272950,"genie.py",15915,0,"",python,selection_command +9639,11272985,"genie.py",15847,0,"",python,selection_command +9640,11273017,"genie.py",15792,0,"",python,selection_command +9641,11273051,"genie.py",15742,0,"",python,selection_command +9642,11273086,"genie.py",15703,0,"",python,selection_command +9643,11273116,"genie.py",15648,0,"",python,selection_command +9644,11273150,"genie.py",15617,0,"",python,selection_command +9645,11273184,"genie.py",15563,0,"",python,selection_command +9646,11273847,"genie.py",15617,0,"",python,selection_command +9647,11274025,"genie.py",15648,0,"",python,selection_command +9648,11274131,"genie.py",15617,0,"",python,selection_command +9649,11274380,"genie.py",15563,0,"",python,selection_command +9650,11274406,"genie.py",15544,0,"",python,selection_command +9651,11274438,"genie.py",15432,0,"",python,selection_command +9652,11274470,"genie.py",15343,0,"",python,selection_command +9653,11274504,"genie.py",15251,0,"",python,selection_command +9654,11274533,"genie.py",15172,0,"",python,selection_command +9655,11274571,"genie.py",15095,0,"",python,selection_command +9656,11275012,"genie.py",15016,0,"",python,selection_command +9657,11275146,"genie.py",14961,0,"",python,selection_command +9658,11275407,"genie.py",14921,0,"",python,selection_command +9659,11275425,"genie.py",14901,0,"",python,selection_command +9660,11275456,"genie.py",14846,0,"",python,selection_command +9661,11275489,"genie.py",14800,0,"",python,selection_command +9662,11275523,"genie.py",14798,0,"",python,selection_command +9663,11275685,"genie.py",14800,0,"",python,selection_command +9664,11275862,"genie.py",14798,0,"",python,selection_command +9665,11276113,"genie.py",14755,0,"",python,selection_command +9666,11276143,"genie.py",14700,0,"",python,selection_command +9667,11276167,"genie.py",14623,0,"",python,selection_command +9668,11276208,"genie.py",14535,0,"",python,selection_command +9669,11276239,"genie.py",14480,0,"",python,selection_command +9670,11276273,"genie.py",14453,0,"",python,selection_command +9671,11276338,"genie.py",14480,0,"",python,selection_command +9672,11276605,"genie.py",14535,0,"",python,selection_command +9673,11276625,"genie.py",14623,0,"",python,selection_command +9674,11276655,"genie.py",14700,0,"",python,selection_command +9675,11276688,"genie.py",14755,0,"",python,selection_command +9676,11276722,"genie.py",14798,0,"",python,selection_command +9677,11276757,"genie.py",14800,0,"",python,selection_command +9678,11276791,"genie.py",14846,0,"",python,selection_command +9679,11276822,"genie.py",14901,0,"",python,selection_command +9680,11276854,"genie.py",14921,0,"",python,selection_command +9681,11276887,"genie.py",14961,0,"",python,selection_command +9682,11276924,"genie.py",15016,0,"",python,selection_command +9683,11276958,"genie.py",15095,0,"",python,selection_command +9684,11276998,"genie.py",15172,0,"",python,selection_command +9685,11277021,"genie.py",15251,0,"",python,selection_command +9686,11277056,"genie.py",15343,0,"",python,selection_command +9687,11277088,"genie.py",15432,0,"",python,selection_command +9688,11277121,"genie.py",15544,0,"",python,selection_command +9689,11277153,"genie.py",15563,0,"",python,selection_command +9690,11277188,"genie.py",15617,0,"",python,selection_command +9691,11277222,"genie.py",15648,0,"",python,selection_command +9692,11277255,"genie.py",15703,0,"",python,selection_command +9693,11277289,"genie.py",15742,0,"",python,selection_command +9694,11277320,"genie.py",15792,0,"",python,selection_command +9695,11277355,"genie.py",15847,0,"",python,selection_command +9696,11277388,"genie.py",15915,0,"",python,selection_command +9697,11277420,"genie.py",15970,0,"",python,selection_command +9698,11277455,"genie.py",16031,0,"",python,selection_command +9699,11277488,"genie.py",16033,0,"",python,selection_command +9700,11277524,"genie.py",16087,0,"",python,selection_command +9701,11277555,"genie.py",16139,0,"",python,selection_command +9702,11277587,"genie.py",16141,0,"",python,selection_command +9703,11277621,"genie.py",16172,0,"",python,selection_command +9704,11277654,"genie.py",16227,0,"",python,selection_command +9705,11277688,"genie.py",16293,0,"",python,selection_command +9706,11277721,"genie.py",16341,0,"",python,selection_command +9707,11277754,"genie.py",16391,0,"",python,selection_command +9708,11277788,"genie.py",16393,0,"",python,selection_command +9709,11277821,"genie.py",16447,0,"",python,selection_command +9710,11277854,"genie.py",16511,0,"",python,selection_command +9711,11277888,"genie.py",16572,0,"",python,selection_command +9712,11277921,"genie.py",16642,0,"",python,selection_command +9713,11277954,"genie.py",16714,0,"",python,selection_command +9714,11277987,"genie.py",16791,0,"",python,selection_command +9715,11278021,"genie.py",16905,0,"",python,selection_command +9716,11278094,"genie.py",16791,0,"",python,selection_command +9717,11278355,"genie.py",16714,0,"",python,selection_command +9718,11278375,"genie.py",16642,0,"",python,selection_command +9719,11278410,"genie.py",16572,0,"",python,selection_command +9720,11278442,"genie.py",16511,0,"",python,selection_command +9721,11278476,"genie.py",16447,0,"",python,selection_command +9722,11278509,"genie.py",16393,0,"",python,selection_command +9723,11278544,"genie.py",16391,0,"",python,selection_command +9724,11278577,"genie.py",16341,0,"",python,selection_command +9725,11278611,"genie.py",16293,0,"",python,selection_command +9726,11278651,"genie.py",16227,0,"",python,selection_command +9727,11278684,"genie.py",16172,0,"",python,selection_command +9728,11278715,"genie.py",16141,0,"",python,selection_command +9729,11278750,"genie.py",16139,0,"",python,selection_command +9730,11278786,"genie.py",16087,0,"",python,selection_command +9731,11278821,"genie.py",16033,0,"",python,selection_command +9732,11278852,"genie.py",16031,0,"",python,selection_command +9733,11278885,"genie.py",15970,0,"",python,selection_command +9734,11278919,"genie.py",15915,0,"",python,selection_command +9735,11278952,"genie.py",15847,0,"",python,selection_command +9736,11278993,"genie.py",15792,0,"",python,selection_command +9737,11279020,"genie.py",15742,0,"",python,selection_command +9738,11279052,"genie.py",15703,0,"",python,selection_command +9739,11279085,"genie.py",15648,0,"",python,selection_command +9740,11279119,"genie.py",15617,0,"",python,selection_command +9741,11279152,"genie.py",15563,0,"",python,selection_command +9742,11279186,"genie.py",15544,0,"",python,selection_command +9743,11279220,"genie.py",15432,0,"",python,selection_command +9744,11279251,"genie.py",15343,0,"",python,selection_command +9745,11279285,"genie.py",15251,0,"",python,selection_command +9746,11279326,"genie.py",15172,0,"",python,selection_command +9747,11279371,"genie.py",15095,0,"",python,selection_command +9748,11279391,"genie.py",15016,0,"",python,selection_command +9749,11279420,"genie.py",14961,0,"",python,selection_command +9750,11279452,"genie.py",14921,0,"",python,selection_command +9751,11279491,"genie.py",14901,0,"",python,selection_command +9752,11279523,"genie.py",14846,0,"",python,selection_command +9753,11279557,"genie.py",14800,0,"",python,selection_command +9754,11279591,"genie.py",14798,0,"",python,selection_command +9755,11279616,"genie.py",14755,0,"",python,selection_command +9756,11279660,"genie.py",14700,0,"",python,selection_command +9757,11279689,"genie.py",14623,0,"",python,selection_command +9758,11279723,"genie.py",14535,0,"",python,selection_command +9759,11279757,"genie.py",14480,0,"",python,selection_command +9760,11279790,"genie.py",14453,0,"",python,selection_command +9761,11279825,"genie.py",14407,0,"",python,selection_command +9762,11279864,"genie.py",14315,0,"",python,selection_command +9763,11279889,"genie.py",14258,0,"",python,selection_command +9764,11280294,"genie.py",14202,0,"",python,selection_command +9765,11280543,"genie.py",14135,0,"",python,selection_command +9766,11280563,"genie.py",14063,0,"",python,selection_command +9767,11280593,"genie.py",14000,0,"",python,selection_command +9768,11280652,"genie.py",13945,0,"",python,selection_command +9769,11280659,"genie.py",13905,0,"",python,selection_command +9770,11280688,"genie.py",13866,0,"",python,selection_command +9771,11280762,"genie.py",13792,0,"",python,selection_command +9772,11280762,"genie.py",13737,0,"",python,selection_command +9773,11280788,"genie.py",13686,0,"",python,selection_command +9774,11280824,"genie.py",13647,0,"",python,selection_command +9775,11280871,"genie.py",13601,0,"",python,selection_command +9776,11281242,"genie.py",13647,0,"",python,selection_command +9777,11281490,"genie.py",13686,0,"",python,selection_command +9778,11281513,"genie.py",13737,0,"",python,selection_command +9779,11281547,"genie.py",13792,0,"",python,selection_command +9780,11281580,"genie.py",13866,0,"",python,selection_command +9781,11281615,"genie.py",13905,0,"",python,selection_command +9782,11281648,"genie.py",13945,0,"",python,selection_command +9783,11281688,"genie.py",14000,0,"",python,selection_command +9784,11281714,"genie.py",14063,0,"",python,selection_command +9785,11281749,"genie.py",14135,0,"",python,selection_command +9786,11281883,"genie.py",14202,0,"",python,selection_command +9787,11282063,"genie.py",14258,0,"",python,selection_command +9788,11282583,"genie.py",14205,56," for block in dynamics_causal.transformer.blocks:",python,selection_command +9789,11283069,"genie.py",14205,148," for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +9790,11283147,"genie.py",14205,247," for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +9791,11287357,"genie.py",14205,248,"",python,content +9792,11290773,"sample.py",0,0,"",python,tab +9793,11292643,"sample.py",5077,0,"",python,selection_command +9794,11293098,"sample.py",5063,0,"",python,selection_command +9795,11293330,"sample.py",5077,0,"",python,selection_command +9796,11295937,"sample.py",6440,0,"",python,selection_command +9797,11301441,"sample.py",6415,0,"\n ",python,content +9798,11301900,"sample.py",6416,4,"",python,content +9799,11302001,"sample.py",6416,0,"\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * (N + 1), 1, self.dyna_dim), dtype=self.dtype)",python,content +9800,11302015,"sample.py",6425,0,"",python,selection_command +9801,11302767,"sample.py",6425,1,"f",python,selection_command +9802,11303003,"sample.py",6425,58,"for block in dynamics_causal.transformer.blocks:\n ",python,selection_command +9803,11303049,"sample.py",6425,150,"for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n ",python,selection_command +9804,11304174,"sample.py",6566,12," ",python,content +9805,11304174,"sample.py",6474,12," ",python,content +9806,11304174,"sample.py",6417,8," ",python,content +9807,11304181,"sample.py",6421,0,"",python,selection_command +9808,11304931,"sample.py",6416,0,"",python,selection_command +9809,11305558,"sample.py",6416,1,"",python,content +9810,11305558,"sample.py",6420,0,"",python,selection_command +9811,11305856,"sample.py",6424,0,"",python,selection_command +9812,11306033,"sample.py",6430,0,"",python,selection_command +9813,11306234,"sample.py",6433,0,"",python,selection_command +9814,11311018,"sample.py",6651,0,"\n",python,content +9815,11311019,"sample.py",6441,7,"",python,content +9816,11311019,"sample.py",6433,0,"genie.",python,content +9817,11314000,"sample.py",6491,0,"",python,selection_command +9818,11314183,"sample.py",6579,0,"",python,selection_command +9819,11314342,"sample.py",6651,0,"",python,selection_command +9820,11315595,"sample.py",6579,0,"",python,selection_command +9821,11315739,"sample.py",6491,0,"",python,selection_command +9822,11315888,"sample.py",6439,0,"",python,selection_command +9823,11332311,"sample.py",6491,0,"",python,selection_command +9824,11332434,"sample.py",6579,0,"",python,selection_command +9825,11332778,"sample.py",6651,0,"",python,selection_command +9826,11333253,"sample.py",6579,0,"",python,selection_command +9827,11333325,"sample.py",6491,0,"",python,selection_command +9828,11333494,"sample.py",6439,0,"",python,selection_command +9829,11335954,"sample.py",6415,0,"\n ",python,content +9830,11338616,"sample.py",6420,0,"B, T, N, _, _ = video_batch_BSHWC.shape",python,content +9831,11339019,"sample.py",6458,0,"",python,selection_command +9832,11339110,"sample.py",6454,0,"",python,selection_command +9833,11339295,"sample.py",6453,0,"",python,selection_command +9834,11339449,"sample.py",6436,0,"",python,selection_command +9835,11339568,"sample.py",6434,0,"",python,selection_command +9836,11339903,"sample.py",6432,0,"",python,selection_command +9837,11340068,"sample.py",6430,0,"",python,selection_command +9838,11340179,"sample.py",6429,0,"",python,selection_command +9839,11340331,"sample.py",6427,0,"",python,selection_command +9840,11340591,"sample.py",6426,0,"",python,selection_command +9841,11340683,"sample.py",6424,0,"",python,selection_command +9842,11341244,"sample.py",6423,0,"",python,selection_command +9843,11342557,"sample.py",6423,1,"S",python,content +9844,11342932,"sample.py",6467,0,"",python,selection_command +9845,11343218,"sample.py",6519,0,"",python,selection_command +9846,11343433,"sample.py",6520,0,"",python,selection_command +9847,11343597,"sample.py",6525,0,"",python,selection_command +9848,11343880,"sample.py",6526,0,"",python,selection_command +9849,11343896,"sample.py",6543,0,"",python,selection_command +9850,11343915,"sample.py",6544,0,"",python,selection_command +9851,11344037,"sample.py",6554,0,"",python,selection_command +9852,11344260,"sample.py",6556,0,"",python,selection_command +9853,11344533,"sample.py",6558,0,"",python,selection_command +9854,11344785,"sample.py",6560,0,"",python,selection_command +9855,11346906,"sample.py",6560,1,"S",python,content +9856,11347166,"sample.py",6561,0,"",python,selection_command +9857,11347408,"sample.py",6563,0,"",python,selection_command +9858,11347516,"sample.py",6564,0,"",python,selection_command +9859,11347987,"sample.py",6566,0,"",python,selection_command +9860,11348151,"sample.py",6570,0,"",python,selection_command +9861,11348321,"sample.py",6571,0,"",python,selection_command +9862,11350422,"sample.py",6570,0,"",python,selection_command +9863,11350618,"sample.py",6566,0,"",python,selection_command +9864,11351457,"sample.py",6570,0,"",python,selection_command +9865,11351614,"sample.py",6571,0,"",python,selection_command +9866,11358208,"sample.py",6659,0,"",python,selection_command +9867,11358533,"sample.py",6658,0,"",python,selection_command +9868,11358672,"sample.py",6655,0,"",python,selection_command +9869,11358803,"sample.py",6654,0,"",python,selection_command +9870,11358982,"sample.py",6652,0,"",python,selection_command +9871,11359134,"sample.py",6650,0,"",python,selection_command +9872,11359773,"sample.py",6426,0,"",python,selection_command +9873,11363202,"sample.py",6426,1,"-",python,content +9874,11364290,"sample.py",6426,1,"_",python,content +9875,11370233,"sample.py",5671,0,"",python,selection_command +9876,11370694,"sample.py",4913,0,"",python,selection_command +9877,11371236,"sample.py",4162,0,"",python,selection_command +9878,11371488,"sample.py",3521,0,"",python,selection_command +9879,11371823,"sample.py",2850,0,"",python,selection_command +9880,11372017,"sample.py",2049,0,"",python,selection_command +9881,11372202,"sample.py",1523,0,"",python,selection_command +9882,11372921,"sample.py",2049,0,"",python,selection_command +9883,11376053,"sample.py",2097,0,"",python,selection_command +9884,11378038,"sample.py",2049,0,"",python,selection_command +9885,11378275,"sample.py",1999,0,"",python,selection_command +9886,11378305,"sample.py",1957,0,"",python,selection_command +9887,11378340,"sample.py",1921,0,"",python,selection_command +9888,11378376,"sample.py",1901,0,"",python,selection_command +9889,11378408,"sample.py",1882,0,"",python,selection_command +9890,11378814,"sample.py",1884,0,"",python,selection_command +9891,11378985,"sample.py",1886,0,"",python,selection_command +9892,11380468,"sample.py",1905,0,"",python,selection_command +9893,11380716,"sample.py",1925,0,"",python,selection_command +9894,11380742,"sample.py",1961,0,"",python,selection_command +9895,11380862,"sample.py",2003,0,"",python,selection_command +9896,11381029,"sample.py",2053,0,"",python,selection_command +9897,11381189,"sample.py",2101,0,"",python,selection_command +9898,11381417,"sample.py",2114,0,"",python,selection_command +9899,11381580,"sample.py",2115,0,"",python,selection_command +9900,11381737,"sample.py",2119,0,"",python,selection_command +9901,11381897,"sample.py",2120,0,"",python,selection_command +9902,11382308,"sample.py",859,0,"",python,selection_command +9903,11389655,"sample.py",2120,0,"",python,selection_command +9904,11392843,"sample.py",2089,50,"",python,content +9905,11392862,"sample.py",2097,0,"",python,selection_command +9906,11394260,"sample.py",2097,0,"num_patch_latents=args.num_patch_latents,\n ",python,content +9907,11394266,"sample.py",2120,0,"",python,selection_command +9908,11394640,"sample.py",6426,1,"-",python,content +9909,11394641,"sample.py",6426,0,"",python,selection_command +9910,11395680,"sample.py",6426,1,"_",python,content +9911,11396040,"sample.py",6464,0,"",python,selection_command +9912,11396064,"sample.py",6465,0,"",python,selection_command +9913,11396122,"sample.py",6465,0,"w",python,content +9914,11396122,"sample.py",6466,0,"",python,selection_keyboard +9915,11396281,"sample.py",6466,0,"\n ",python,content +9916,11396847,"sample.py",6470,0,"",python,selection_command +9917,11396913,"sample.py",6465,6,"",python,content +9918,11400625,"sample.py",5699,0,"",python,selection_command +9919,11400763,"sample.py",4923,0,"",python,selection_command +9920,11400939,"sample.py",4217,0,"",python,selection_command +9921,11401088,"sample.py",3560,0,"",python,selection_command +9922,11401244,"sample.py",2888,0,"",python,selection_command +9923,11401419,"sample.py",2097,0,"",python,selection_command +9924,11401576,"sample.py",1547,0,"",python,selection_command +9925,11402401,"sample.py",2097,0,"",python,selection_command +9926,11403348,"sample.py",2049,0,"",python,selection_command +9927,11403597,"sample.py",1999,0,"",python,selection_command +9928,11403633,"sample.py",1957,0,"",python,selection_command +9929,11403662,"sample.py",1921,0,"",python,selection_command +9930,11403696,"sample.py",1901,0,"",python,selection_command +9931,11404006,"sample.py",1882,0,"",python,selection_command +9932,11404257,"sample.py",1884,0,"",python,selection_command +9933,11404414,"sample.py",1886,0,"",python,selection_command +9934,11404903,"genie.py",0,0,"",python,tab +9935,11404903,"genie.py",281,0,"",python,selection_command +9936,11405485,"genie.py",800,0,"",python,selection_command +9937,11405662,"genie.py",1421,0,"",python,selection_command +9938,11406790,"genie.py",2234,0,"",python,selection_command +9939,11408337,"genie.py",2207,0,"",python,selection_command +9940,11408604,"genie.py",2168,0,"",python,selection_command +9941,11408621,"genie.py",2123,0,"",python,selection_command +9942,11408661,"genie.py",2076,0,"",python,selection_command +9943,11408696,"genie.py",2035,0,"",python,selection_command +9944,11408732,"genie.py",2002,0,"",python,selection_command +9945,11408758,"genie.py",1967,0,"",python,selection_command +9946,11409077,"genie.py",2002,0,"",python,selection_command +9947,11409673,"sample.py",0,0,"",python,tab +9948,11409673,"sample.py",1886,0,"",python,selection_command +9949,11410098,"sample.py",859,0,"",python,selection_command +9950,11410806,"sample.py",2120,0,"",python,selection_command +9951,11412078,"sample.py",6650,0,"",python,selection_command +9952,11414930,"sample.py",5746,0,"",python,selection_command +9953,11415087,"sample.py",5002,0,"",python,selection_command +9954,11415267,"sample.py",4276,0,"",python,selection_command +9955,11415447,"sample.py",3567,0,"",python,selection_command +9956,11415879,"sample.py",2968,0,"",python,selection_command +9957,11416285,"sample.py",2183,0,"",python,selection_command +9958,11417661,"sample.py",2239,0,"",python,selection_command +9959,11417888,"sample.py",2293,0,"",python,selection_command +9960,11417907,"sample.py",2307,0,"",python,selection_command +9961,11417940,"sample.py",2337,0,"",python,selection_command +9962,11417970,"sample.py",2375,0,"",python,selection_command +9963,11418007,"sample.py",2425,0,"",python,selection_command +9964,11418040,"sample.py",2477,0,"",python,selection_command +9965,11418073,"sample.py",2521,0,"",python,selection_command +9966,11418185,"sample.py",2565,0,"",python,selection_command +9967,11418186,"sample.py",2607,0,"",python,selection_command +9968,11418187,"sample.py",2635,0,"",python,selection_command +9969,11418205,"sample.py",2654,0,"",python,selection_command +9970,11418483,"sample.py",2688,0,"",python,selection_command +9971,11419138,"sample.py",2696,0,"",python,selection_command +9972,11419335,"sample.py",2697,0,"",python,selection_command +9973,11419538,"sample.py",2701,0,"",python,selection_command +9974,11419762,"sample.py",2702,0,"",python,selection_command +9975,11421004,"sample.py",3402,0,"",python,selection_command +9976,11421134,"sample.py",4026,0,"",python,selection_command +9977,11421331,"sample.py",4794,0,"",python,selection_command +9978,11421529,"sample.py",5550,0,"",python,selection_command +9979,11421674,"sample.py",6278,0,"",python,selection_command +9980,11422380,"sample.py",7256,0,"",python,selection_command +9981,11423448,"sample.py",8239,0,"",python,selection_command +9982,11423954,"sample.py",7256,0,"",python,selection_command +9983,11424148,"sample.py",6278,0,"",python,selection_command +9984,11424533,"sample.py",7256,0,"",python,selection_command +9985,11425198,"sample.py",7204,0,"",python,selection_command +9986,11425382,"sample.py",7174,0,"",python,selection_command +9987,11425413,"sample.py",7169,0,"",python,selection_command +9988,11425527,"sample.py",7146,0,"",python,selection_command +9989,11425528,"sample.py",7133,0,"",python,selection_command +9990,11425528,"sample.py",7051,0,"",python,selection_command +9991,11425543,"sample.py",7027,0,"",python,selection_command +9992,11425577,"sample.py",6944,0,"",python,selection_command +9993,11425610,"sample.py",6849,0,"",python,selection_command +9994,11425722,"sample.py",6787,0,"",python,selection_command +9995,11425723,"sample.py",6700,0,"",python,selection_command +9996,11425724,"sample.py",6695,0,"",python,selection_command +9997,11425745,"sample.py",6604,0,"",python,selection_command +9998,11425901,"sample.py",6516,0,"",python,selection_command +9999,11426247,"sample.py",6520,0,"",python,selection_command +10000,11426455,"sample.py",6525,0,"",python,selection_command +10001,11426483,"sample.py",6526,0,"",python,selection_command +10002,11426574,"sample.py",6543,0,"",python,selection_command +10003,11426575,"sample.py",6544,0,"",python,selection_command +10004,11426580,"sample.py",6554,0,"",python,selection_command +10005,11426615,"sample.py",6556,0,"",python,selection_command +10006,11426645,"sample.py",6558,0,"",python,selection_command +10007,11426679,"sample.py",6560,0,"",python,selection_command +10008,11426853,"sample.py",6561,0,"",python,selection_command +10009,11427098,"sample.py",6563,0,"",python,selection_command +10010,11427296,"sample.py",6564,0,"",python,selection_command +10011,11427623,"sample.py",6566,0,"",python,selection_command +10012,11428149,"sample.py",6566,4,"",python,content +10013,11428383,"sample.py",6566,0,"a",python,content +10014,11428383,"sample.py",6567,0,"",python,selection_keyboard +10015,11428389,"sample.py",6567,0,"r",python,content +10016,11428390,"sample.py",6568,0,"",python,selection_keyboard +10017,11428532,"sample.py",6568,0,"g",python,content +10018,11428532,"sample.py",6569,0,"",python,selection_keyboard +10019,11428717,"sample.py",6569,0,"s",python,content +10020,11428717,"sample.py",6570,0,"",python,selection_keyboard +10021,11429055,"sample.py",6569,0,"",python,selection_command +10022,11429721,"sample.py",6570,0,"",python,selection_command +10023,11429909,"sample.py",6571,0,"",python,selection_command +10024,11429936,"sample.py",6579,0,"",python,selection_command +10025,11429966,"sample.py",6582,0,"",python,selection_command +10026,11430016,"sample.py",6587,0,"",python,selection_command +10027,11430219,"sample.py",6588,0,"",python,selection_command +10028,11430549,"sample.py",6588,4,"",python,content +10029,11430892,"sample.py",6588,0,"a",python,content +10030,11430892,"sample.py",6589,0,"",python,selection_keyboard +10031,11430904,"sample.py",6589,0,"r",python,content +10032,11430904,"sample.py",6590,0,"",python,selection_keyboard +10033,11431049,"sample.py",6590,0,"g",python,content +10034,11431049,"sample.py",6591,0,"",python,selection_keyboard +10035,11431207,"sample.py",6591,0,"s",python,content +10036,11431207,"sample.py",6592,0,"",python,selection_keyboard +10037,11431442,"sample.py",6591,0,"",python,selection_command +10038,11432405,"sample.py",6679,0,"",python,selection_command +10039,11432693,"sample.py",6677,0,"",python,selection_command +10040,11432839,"sample.py",6674,0,"",python,selection_command +10041,11433023,"sample.py",6666,0,"",python,selection_command +10042,11433277,"sample.py",6665,0,"",python,selection_command +10043,11433847,"sample.py",6684,3,"",python,content +10044,11433847,"sample.py",6683,0,"arg",python,content +10045,11433847,"sample.py",6662,3,"",python,content +10046,11433847,"sample.py",6661,0,"arg",python,content +10047,11433847,"sample.py",6651,0,"S",python,content +10048,11433847,"sample.py",6650,1,"",python,content +10049,11435388,"sample.py",6687,0,"elf",python,content +10050,11435388,"sample.py",6683,3,"",python,content +10051,11435389,"sample.py",6665,0,"elf",python,content +10052,11435392,"sample.py",6661,3,"",python,content +10053,11435394,"sample.py",6650,1,"",python,content +10054,11435397,"sample.py",6650,0,"N",python,content +10055,11435946,"sample.py",6661,0,"",python,selection_command +10056,11436457,"sample.py",6661,4,"",python,content +10057,11436792,"sample.py",6661,0,"a",python,content +10058,11436792,"sample.py",6662,0,"",python,selection_keyboard +10059,11436794,"sample.py",6662,0,"r",python,content +10060,11436794,"sample.py",6663,0,"",python,selection_keyboard +10061,11436936,"sample.py",6663,0,"g",python,content +10062,11436936,"sample.py",6664,0,"",python,selection_keyboard +10063,11437551,"sample.py",6664,0,"s",python,content +10064,11437552,"sample.py",6665,0,"",python,selection_keyboard +10065,11437758,"sample.py",6664,0,"",python,selection_command +10066,11437840,"sample.py",6665,0,"",python,selection_command +10067,11438006,"sample.py",6666,0,"",python,selection_command +10068,11438193,"sample.py",6674,0,"",python,selection_command +10069,11438358,"sample.py",6677,0,"",python,selection_command +10070,11438516,"sample.py",6682,0,"",python,selection_command +10071,11438713,"sample.py",6683,0,"",python,selection_command +10072,11439083,"sample.py",6683,4,"",python,content +10073,11439410,"sample.py",6683,0,"a",python,content +10074,11439410,"sample.py",6684,0,"",python,selection_keyboard +10075,11439414,"sample.py",6684,0,"r",python,content +10076,11439414,"sample.py",6685,0,"",python,selection_keyboard +10077,11439566,"sample.py",6685,0,"g",python,content +10078,11439566,"sample.py",6686,0,"",python,selection_keyboard +10079,11439713,"sample.py",6686,0,"s",python,content +10080,11439713,"sample.py",6687,0,"",python,selection_keyboard +10081,11439902,"sample.py",6686,0,"",python,selection_command +10082,11443154,"sample.py",6683,0,"",python,selection_command +10083,11443397,"sample.py",6682,0,"",python,selection_command +10084,11443430,"sample.py",6677,0,"",python,selection_command +10085,11443459,"sample.py",6674,0,"",python,selection_command +10086,11443492,"sample.py",6666,0,"",python,selection_command +10087,11443525,"sample.py",6665,0,"",python,selection_command +10088,11443560,"sample.py",6661,0,"",python,selection_command +10089,11443594,"sample.py",6659,0,"",python,selection_command +10090,11443627,"sample.py",6658,0,"",python,selection_command +10091,11443661,"sample.py",6655,0,"",python,selection_command +10092,11443939,"sample.py",6654,0,"",python,selection_command +10093,11444078,"sample.py",6652,0,"",python,selection_command +10094,11444262,"sample.py",6650,0,"",python,selection_command +10095,11468985,"sample.py",6562,0,"",python,selection_command +10096,11469050,"sample.py",6510,0,"",python,selection_command +10097,11469209,"sample.py",6458,0,"",python,selection_command +10098,11470005,"sample.py",6562,0,"",python,selection_command +10099,11470776,"sample.py",6687,0,"elf",python,content +10100,11470785,"sample.py",6683,3,"",python,content +10101,11470785,"sample.py",6683,0,"",python,selection_command +10102,11471451,"sample.py",6665,0,"elf",python,content +10103,11471455,"sample.py",6661,3,"",python,content +10104,11471457,"sample.py",6665,0,"",python,selection_command +10105,11472120,"sample.py",6661,0,"arg",python,content +10106,11472131,"sample.py",6665,3,"",python,content +10107,11472196,"sample.py",6683,0,"arg",python,content +10108,11472200,"sample.py",6687,3,"",python,content +10109,11472203,"sample.py",6683,0,"",python,selection_command +10110,11473711,"sample.py",6695,0,"",python,selection_command +10111,11475368,"sample.py",6600,0,"",python,selection_command +10112,11475512,"sample.py",6512,0,"",python,selection_command +10113,11475683,"sample.py",6600,0,"",python,selection_command +10114,11475956,"sample.py",6695,0,"",python,selection_command +10115,11475972,"sample.py",6696,0,"",python,selection_command +10116,11476089,"sample.py",6783,0,"",python,selection_command +10117,11476256,"sample.py",6696,0,"",python,selection_command +10118,11476557,"sample.py",6695,0,"",python,selection_command +10119,11476763,"sample.py",6600,0,"",python,selection_command +10120,11477043,"sample.py",6695,0,"",python,selection_command +10121,11477456,"sample.py",6600,0,"",python,selection_command +10122,11477756,"sample.py",6608,0,"",python,selection_command +10123,11478007,"sample.py",6613,0,"",python,selection_command +10124,11478630,"sample.py",6600,94," block.temporal_attention.init_cache((B * (N + 1), 1, args.dyna_dim), dtype=args.dtype)",python,selection_command +10125,11546734,"sample.py",6650,0,"",python,selection_mouse +10126,11559941,"sample.py",1888,0,"",python,selection_mouse +10127,11561417,"genie.py",0,0,"",python,tab +10128,11561417,"genie.py",281,0,"",python,selection_command +10129,11565331,"genie.py",2381,0,"",python,selection_mouse +10130,11565881,"models/tokenizer.py",0,0,"from typing import Dict, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\nimport jax\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""\n ST-ViVit VQ-VAE\n\n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n D: B * T * N\n H: height\n W: width\n C: number of channels\n P: patch token dimension (patch_size^2 * C)\n """"""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.latent_dim,\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n H, W = batch[""videos""].shape[2:4]\n videos_BTHWC = batch[""videos""]\n outputs = self.vq_encode(videos_BTHWC, training)\n z_q_BTNL = outputs[""z_q""]\n recon_BTHWC = self.decoder(z_q_BTNL)\n recon_BTHWC = recon_BTHWC.astype(jnp.float32)\n recon_BTHWC = nnx.sigmoid(recon_BTHWC)\n recon_BTHWC = recon_BTHWC.astype(self.dtype)\n recon_BTHWC = unpatchify(recon_BTHWC, self.patch_size, H, W)\n outputs[""recon""] = recon_BTHWC\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n patch_BTNP = patchify(videos, self.patch_size)\n N = patch_BTNP.shape[2]\n x_BTNL = self.encoder(patch_BTNP)\n\n # --- Vector quantize ---\n x_DL = x_BTNL.reshape(B * T * N, self.latent_dim)\n z_q_DL, z_DL, emb_DL, indices_D = self.vq(x_DL, training)\n z_q_BTNL = z_q_DL.reshape(B, T, N, self.latent_dim)\n indices_BTN = indices_D.reshape(B, T, N)\n return dict(z_q=z_q_BTNL, z=z_DL, emb=emb_DL, indices=indices_BTN)\n\n def decode(self, indices_BTN: jax.Array, video_hw: Tuple[int, int]) -> jax.Array:\n z_BTNL = self.vq.codebook[indices_BTN]\n recon_BTNP = self.decoder(z_BTNL)\n recon_BTNP = recon_BTNP.astype(jnp.float32)\n recon_BTNP = nnx.sigmoid(recon_BTNP)\n recon_BTNP = recon_BTNP.astype(self.dtype)\n return unpatchify(recon_BTNP, self.patch_size, *video_hw)\n",python,tab +10131,11565882,"models/tokenizer.py",201,0,"",python,selection_command +10132,11570088,"models/tokenizer.py",3047,0,"",python,selection_mouse +10133,11572356,"models/tokenizer.py",3234,0,"",python,selection_mouse +10134,11574394,"utils/preprocess.py",0,0,"import einops\nimport jax\nimport jax.numpy as jnp\n\n\ndef patchify(videos: jax.Array, size: int) -> jax.Array:\n B, T, H, W, C = videos.shape\n x = jnp.pad(videos, ((0, 0), (0, 0), (0, -H % size), (0, -W % size), (0, 0)))\n return einops.rearrange(\n x, ""b t (hn hp) (wn wp) c -> b t (hn wn) (hp wp c)"", hp=size, wp=size\n )\n\n\ndef unpatchify(patches: jax.Array, size: int, h_out: int, w_out: int) -> jax.Array:\n h_pad = -h_out % size\n hn = (h_out + h_pad) // size\n x = einops.rearrange(\n patches,\n ""b t (hn wn) (hp wp c) -> b t (hn hp) (wn wp) c"",\n hp=size,\n wp=size,\n hn=hn,\n )\n return x[:, :, :h_out, :w_out]\n",python,tab +10135,11574394,"utils/preprocess.py",55,0,"",python,selection_command +10136,11626689,"models/tokenizer.py",0,0,"",python,tab +10137,11636113,"genie.py",0,0,"",python,tab +10138,11639148,"genie.py",3081,0,"",python,selection_command +10139,11639327,"genie.py",3898,0,"",python,selection_command +10140,11639498,"genie.py",4765,0,"",python,selection_command +10141,11639673,"genie.py",5545,0,"",python,selection_command +10142,11639838,"genie.py",6366,0,"",python,selection_command +10143,11640021,"genie.py",7244,0,"",python,selection_command +10144,11640157,"genie.py",8058,0,"",python,selection_command +10145,11640463,"genie.py",9246,0,"",python,selection_command +10146,11640886,"genie.py",8058,0,"",python,selection_command +10147,11642374,"genie.py",9246,0,"",python,selection_command +10148,11642516,"genie.py",10340,0,"",python,selection_command +10149,11642736,"genie.py",11225,0,"",python,selection_command +10150,11643097,"genie.py",12010,0,"",python,selection_command +10151,11643436,"genie.py",12638,0,"",python,selection_command +10152,11643666,"genie.py",13485,0,"",python,selection_command +10153,11643867,"genie.py",14552,0,"",python,selection_command +10154,11644315,"genie.py",15681,0,"",python,selection_command +10155,11644468,"genie.py",16811,0,"",python,selection_command +10156,11644662,"genie.py",17604,0,"",python,selection_command +10157,11644865,"genie.py",18314,0,"",python,selection_command +10158,11645045,"genie.py",18951,0,"",python,selection_command +10159,11645298,"genie.py",19675,0,"",python,selection_command +10160,11645452,"genie.py",20572,0,"",python,selection_command +10161,11645853,"genie.py",21369,0,"",python,selection_command +10162,11646028,"genie.py",22237,0,"",python,selection_command +10163,11646228,"genie.py",22796,0,"",python,selection_command +10164,11646880,"genie.py",22179,0,"",python,selection_command +10165,11647020,"genie.py",21243,0,"",python,selection_command +10166,11647174,"genie.py",20489,0,"",python,selection_command +10167,11647326,"genie.py",19602,0,"",python,selection_command +10168,11647843,"genie.py",18844,0,"",python,selection_command +10169,11648845,"genie.py",18215,0,"",python,selection_command +10170,11649297,"genie.py",17500,0,"",python,selection_command +10171,11649981,"genie.py",16620,0,"",python,selection_command +10172,11651409,"genie.py",16506,0,"",python,selection_command +10173,11651603,"genie.py",16429,0,"",python,selection_command +10174,11652759,"genie.py",16506,0,"",python,selection_command +10175,11656279,"sample.py",0,0,"",python,tab +10176,11657863,"sample.py",2635,0,"",python,selection_command +10177,11658035,"sample.py",3311,0,"",python,selection_command +10178,11658202,"sample.py",3937,0,"",python,selection_command +10179,11658370,"sample.py",4705,0,"",python,selection_command +10180,11658869,"sample.py",5480,0,"",python,selection_command +10181,11659377,"sample.py",6173,0,"",python,selection_command +10182,11659965,"sample.py",7174,0,"",python,selection_command +10183,11660500,"sample.py",8175,0,"",python,selection_command +10184,11661417,"sample.py",8307,0,"",python,selection_command +10185,11661926,"sample.py",7599,0,"",python,selection_command +10186,11662928,"sample.py",6608,0,"",python,selection_command +10187,11663896,"sample.py",6520,0,"",python,selection_command +10188,11664052,"sample.py",6468,0,"",python,selection_command +10189,11667023,"sample.py",6459,0,"\n ",python,content +10190,11667772,"sample.py",6464,0,"N",python,content +10191,11667772,"sample.py",6465,0,"",python,selection_keyboard +10192,11668054,"sample.py",6465,0," ",python,content +10193,11668054,"sample.py",6466,0,"",python,selection_keyboard +10194,11668517,"sample.py",6466,0,"=",python,content +10195,11668517,"sample.py",6467,0,"",python,selection_keyboard +10196,11669196,"sample.py",6467,0," ",python,content +10197,11669197,"sample.py",6468,0,"",python,selection_keyboard +10198,11670520,"sample.py",6468,0,"m",python,content +10199,11670520,"sample.py",6469,0,"",python,selection_keyboard +10200,11670703,"sample.py",6469,0,"a",python,content +10201,11670704,"sample.py",6470,0,"",python,selection_keyboard +10202,11670761,"sample.py",6470,0,"t",python,content +10203,11670761,"sample.py",6471,0,"",python,selection_keyboard +10204,11671003,"sample.py",6471,0,"c",python,content +10205,11671003,"sample.py",6472,0,"",python,selection_keyboard +10206,11671086,"sample.py",6472,0,"h",python,content +10207,11671086,"sample.py",6473,0,"",python,selection_keyboard +10208,11671734,"sample.py",6472,1,"",python,content +10209,11671903,"sample.py",6471,1,"",python,content +10210,11672070,"sample.py",6470,1,"",python,content +10211,11672220,"sample.py",6469,1,"",python,content +10212,11672385,"sample.py",6468,1,"",python,content +10213,11672671,"sample.py",6468,0,"j",python,content +10214,11672671,"sample.py",6469,0,"",python,selection_keyboard +10215,11673507,"sample.py",6469,0,"n",python,content +10216,11673507,"sample.py",6470,0,"",python,selection_keyboard +10217,11673652,"sample.py",6470,0,"p",python,content +10218,11673652,"sample.py",6471,0,"",python,selection_keyboard +10219,11673891,"sample.py",6471,0,".",python,content +10220,11673892,"sample.py",6472,0,"",python,selection_keyboard +10221,11674144,"sample.py",6472,0,"c",python,content +10222,11674144,"sample.py",6473,0,"",python,selection_keyboard +10223,11674354,"sample.py",6473,0,"e",python,content +10224,11674355,"sample.py",6474,0,"",python,selection_keyboard +10225,11674420,"sample.py",6474,0,"i",python,content +10226,11674420,"sample.py",6475,0,"",python,selection_keyboard +10227,11674586,"sample.py",6475,0,"l",python,content +10228,11674587,"sample.py",6476,0,"",python,selection_keyboard +10229,11675170,"sample.py",6476,0,"()",python,content +10230,11675170,"sample.py",6477,0,"",python,selection_keyboard +10231,11676498,"sample.py",6477,1,")",python,content +10232,11676498,"sample.py",6478,0,"",python,selection_keyboard +10233,11676881,"sample.py",6477,0,"",python,selection_command +10234,11679176,"sample.py",6476,0,"",python,selection_command +10235,11679297,"sample.py",6472,0,"",python,selection_command +10236,11702868,"sample.py",6471,0,"",python,selection_command +10237,11703046,"sample.py",6468,0,"",python,selection_command +10238,11703848,"sample.py",6468,10,"",python,content +10239,11704088,"sample.py",6468,0,"m",python,content +10240,11704089,"sample.py",6469,0,"",python,selection_keyboard +10241,11704215,"sample.py",6469,0,"a",python,content +10242,11704215,"sample.py",6470,0,"",python,selection_keyboard +10243,11704229,"sample.py",6470,0,"t",python,content +10244,11704230,"sample.py",6471,0,"",python,selection_keyboard +10245,11704257,"sample.py",6471,0,"h",python,content +10246,11704257,"sample.py",6472,0,"",python,selection_keyboard +10247,11704458,"sample.py",6472,0,".",python,content +10248,11704459,"sample.py",6473,0,"",python,selection_keyboard +10249,11704611,"sample.py",6473,0,"c",python,content +10250,11704611,"sample.py",6474,0,"",python,selection_keyboard +10251,11704760,"sample.py",6474,0,"e",python,content +10252,11704760,"sample.py",6475,0,"",python,selection_keyboard +10253,11704812,"sample.py",6475,0,"i",python,content +10254,11704812,"sample.py",6476,0,"",python,selection_keyboard +10255,11704962,"sample.py",6476,0,"l",python,content +10256,11704962,"sample.py",6477,0,"",python,selection_keyboard +10257,11705886,"sample.py",6477,0,"()",python,content +10258,11705886,"sample.py",6478,0,"",python,selection_keyboard +10259,11709718,"sample.py",6477,0,"",python,selection_command +10260,11710632,"sample.py",6478,0,"",python,selection_command +10261,11711376,"sample.py",6478,0,"H",python,content +10262,11711376,"sample.py",6479,0,"",python,selection_keyboard +10263,11711464,"sample.py",6479,0,"H",python,content +10264,11711464,"sample.py",6480,0,"",python,selection_keyboard +10265,11711786,"sample.py",6480,0," ",python,content +10266,11711787,"sample.py",6481,0,"",python,selection_keyboard +10267,11711790,"sample.py",6481,0,"/",python,content +10268,11711790,"sample.py",6482,0,"",python,selection_keyboard +10269,11712267,"sample.py",6481,1,"",python,content +10270,11712395,"sample.py",6480,1,"",python,content +10271,11712545,"sample.py",6479,1,"",python,content +10272,11712671,"sample.py",6478,1,"",python,content +10273,11712801,"sample.py",6478,0," ",python,content +10274,11712802,"sample.py",6479,0,"",python,selection_keyboard +10275,11712835,"sample.py",6479,0,"/",python,content +10276,11712835,"sample.py",6480,0,"",python,selection_keyboard +10277,11713182,"sample.py",6479,1,"",python,content +10278,11713807,"sample.py",6478,1,"",python,content +10279,11714119,"sample.py",6478,0,"H",python,content +10280,11714119,"sample.py",6479,0,"",python,selection_keyboard +10281,11714405,"sample.py",6479,0," ",python,content +10282,11714406,"sample.py",6480,0,"",python,selection_keyboard +10283,11714408,"sample.py",6480,0,"/",python,content +10284,11714408,"sample.py",6481,0,"",python,selection_keyboard +10285,11714645,"sample.py",6481,0," ",python,content +10286,11714645,"sample.py",6482,0,"",python,selection_keyboard +10287,11715288,"sample.py",6482,0,"a",python,content +10288,11715289,"sample.py",6483,0,"",python,selection_keyboard +10289,11715294,"sample.py",6483,0,"r",python,content +10290,11715294,"sample.py",6484,0,"",python,selection_keyboard +10291,11715372,"sample.py",6484,0,"g",python,content +10292,11715372,"sample.py",6485,0,"",python,selection_keyboard +10293,11715577,"sample.py",6485,0,"s",python,content +10294,11715577,"sample.py",6486,0,"",python,selection_keyboard +10295,11716087,"sample.py",6486,0,".patch_size) * math.ceil(W / args.patch_size",python,content +10296,11716626,"sample.py",6529,0,"",python,selection_command +10297,11717807,"sample.py",6520,0,"",python,selection_command +10298,11718057,"sample.py",6519,0,"",python,selection_command +10299,11718072,"sample.py",6515,0,"",python,selection_command +10300,11718104,"sample.py",6513,0,"",python,selection_command +10301,11718133,"sample.py",6511,0,"",python,selection_command +10302,11718167,"sample.py",6510,0,"",python,selection_command +10303,11718202,"sample.py",6506,0,"",python,selection_command +10304,11718235,"sample.py",6505,0,"",python,selection_command +10305,11718267,"sample.py",6501,0,"",python,selection_command +10306,11718514,"sample.py",6499,0,"",python,selection_command +10307,11718769,"sample.py",6497,0,"",python,selection_command +10308,11718791,"sample.py",6487,0,"",python,selection_command +10309,11719080,"sample.py",6486,0,"",python,selection_command +10310,11719771,"sample.py",6442,0,"",python,selection_command +10311,11719949,"sample.py",6436,0,"",python,selection_command +10312,11720121,"sample.py",6434,0,"",python,selection_command +10313,11723193,"sample.py",6426,1,"H",python,content +10314,11724136,"sample.py",6426,1,"r",python,content +10315,11725490,"sample.py",6426,1,"H",python,content +10316,11725713,"sample.py",6427,0,"",python,selection_command +10317,11725796,"sample.py",6428,0,"",python,selection_command +10318,11725944,"sample.py",6429,0,"",python,selection_command +10319,11726687,"sample.py",6429,1,"W",python,content +10320,11727486,"sample.py",6473,0,"",python,selection_command +10321,11732330,"sample.py",0,0,"",python,selection_command +10322,11733934,"sample.py",68,0,"\nimport math",python,content +10323,11735487,"sample.py",6485,0,"",python,selection_command +10324,11740638,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10325,11741203,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10326,11752796,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10327,11765799,"TERMINAL",0,0,"2025-07-31 23:37:57.829589: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10328,11767369,"TERMINAL",0,0,"2025-07-31 23:37:59.401110: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10329,11771182,"TERMINAL",0,0,"2025-07-31 23:38:03.181974: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10330,11771706,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 215, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 179, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 164, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 415, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 394, in generation_step_fn\r\n block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/variablelib.py"", line 193, in __setattr__\r\n raise errors.TraceContextError(\r\nflax.errors.TraceContextError: Cannot mutate Cache from a different trace level (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +10331,11772748,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +10332,11782390,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # FIXME (f.srambical): initialize kv caches\n # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * N, 1, self.dyna_dim), dtype=self.dtype)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +10333,11782390,"/fast/home/franz.srambical/jafar/genie.py",16493,0,"",python,selection_command +10334,11782496,"/fast/home/franz.srambical/jafar/genie.py",13477,2962," # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Reset spatial KV caches before each frame ---\n for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index.value is not None\n block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,content +10335,11785658,"/fast/home/franz.srambical/jafar/genie.py",16490,0,"",python,selection_command +10336,11794874,"/fast/home/franz.srambical/jafar/genie.py",16761,0,"",python,selection_mouse +10337,11795019,"/fast/home/franz.srambical/jafar/genie.py",16761,11,"cache_index",python,selection_mouse +10338,11795142,"/fast/home/franz.srambical/jafar/genie.py",16720,91," block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,selection_mouse +10339,11795374,"/fast/home/franz.srambical/jafar/genie.py",16604,207," block.spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,selection_mouse +10340,11795402,"/fast/home/franz.srambical/jafar/genie.py",16490,321," block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,selection_mouse +10341,11795436,"/fast/home/franz.srambical/jafar/genie.py",16413,398," assert block.spatial_attention.cache_index.value is not None\n block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,selection_mouse +10342,11795468,"/fast/home/franz.srambical/jafar/genie.py",16341,470," assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index.value is not None\n block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,selection_mouse +10343,11795535,"/fast/home/franz.srambical/jafar/genie.py",16271,540," assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index.value is not None\n block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,selection_mouse +10344,11795757,"/fast/home/franz.srambical/jafar/genie.py",16210,601," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index.value is not None\n block.spatial_attention.cached_key.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value.value = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index.value = jnp.array(0, dtype=jnp.int32)\n",python,selection_mouse +10345,11871517,"/fast/home/franz.srambical/jafar/genie.py",16864,0,"",python,selection_mouse +10346,11871517,"/fast/home/franz.srambical/jafar/genie.py",16863,0,"",python,selection_command +10347,11872372,"/fast/home/franz.srambical/jafar/genie.py",16811,0,"",python,selection_mouse +10348,11938813,"/fast/home/franz.srambical/jafar/genie.py",16546,0,"",python,selection_mouse +10349,11948038,"/fast/home/franz.srambical/jafar/genie.py",16545,0,"",python,selection_command +10350,11948095,"/fast/home/franz.srambical/jafar/genie.py",16544,0,"",python,selection_command +10351,11948264,"/fast/home/franz.srambical/jafar/genie.py",16543,0,"",python,selection_command +10352,11948395,"/fast/home/franz.srambical/jafar/genie.py",16542,0,"",python,selection_command +10353,11948566,"/fast/home/franz.srambical/jafar/genie.py",16541,0,"",python,selection_command +10354,11948763,"/fast/home/franz.srambical/jafar/genie.py",16540,0,"",python,selection_command +10355,11949170,"/fast/home/franz.srambical/jafar/genie.py",16540,1,".",python,selection_command +10356,11949268,"/fast/home/franz.srambical/jafar/genie.py",16540,6,".value",python,selection_command +10357,11949704,"/fast/home/franz.srambical/jafar/genie.py",16540,6,"",python,content +10358,11952511,"/fast/home/franz.srambical/jafar/genie.py",16540,0,"[]",python,content +10359,11952512,"/fast/home/franz.srambical/jafar/genie.py",16541,0,"",python,selection_keyboard +10360,11952519,"/fast/home/franz.srambical/jafar/genie.py",16541,1,"]",python,content +10361,11952519,"/fast/home/franz.srambical/jafar/genie.py",16542,0,"",python,selection_keyboard +10362,11953236,"/fast/home/franz.srambical/jafar/genie.py",16541,0,"",python,selection_command +10363,11954092,"/fast/home/franz.srambical/jafar/genie.py",16541,0,".",python,content +10364,11954093,"/fast/home/franz.srambical/jafar/genie.py",16542,0,"",python,selection_keyboard +10365,11954235,"/fast/home/franz.srambical/jafar/genie.py",16542,0,".",python,content +10366,11954235,"/fast/home/franz.srambical/jafar/genie.py",16543,0,"",python,selection_keyboard +10367,11954379,"/fast/home/franz.srambical/jafar/genie.py",16543,0,".",python,content +10368,11954379,"/fast/home/franz.srambical/jafar/genie.py",16544,0,"",python,selection_keyboard +10369,11954562,"/fast/home/franz.srambical/jafar/genie.py",16543,0,"",python,selection_command +10370,11955164,"/fast/home/franz.srambical/jafar/genie.py",16656,0,"",python,selection_command +10371,11955486,"/fast/home/franz.srambical/jafar/genie.py",16657,0,"",python,selection_command +10372,11955960,"/fast/home/franz.srambical/jafar/genie.py",16656,0,"",python,selection_command +10373,11956134,"/fast/home/franz.srambical/jafar/genie.py",16655,0,"",python,selection_command +10374,11956706,"/fast/home/franz.srambical/jafar/genie.py",16655,1,"",python,content +10375,11957707,"/fast/home/franz.srambical/jafar/genie.py",16654,0,"",python,selection_command +10376,11958097,"/fast/home/franz.srambical/jafar/genie.py",16655,0,"",python,selection_command +10377,11958431,"/fast/home/franz.srambical/jafar/genie.py",16655,5,"",python,content +10378,11959803,"/fast/home/franz.srambical/jafar/genie.py",16655,0,"[]",python,content +10379,11959803,"/fast/home/franz.srambical/jafar/genie.py",16656,0,"",python,selection_keyboard +10380,11959823,"/fast/home/franz.srambical/jafar/genie.py",16656,1,"]",python,content +10381,11959823,"/fast/home/franz.srambical/jafar/genie.py",16657,0,"",python,selection_keyboard +10382,11960329,"/fast/home/franz.srambical/jafar/genie.py",16656,0,"",python,selection_command +10383,11960526,"/fast/home/franz.srambical/jafar/genie.py",16656,0,".",python,content +10384,11960526,"/fast/home/franz.srambical/jafar/genie.py",16657,0,"",python,selection_keyboard +10385,11960626,"/fast/home/franz.srambical/jafar/genie.py",16657,0,".",python,content +10386,11960627,"/fast/home/franz.srambical/jafar/genie.py",16658,0,"",python,selection_keyboard +10387,11960760,"/fast/home/franz.srambical/jafar/genie.py",16658,0,".",python,content +10388,11960761,"/fast/home/franz.srambical/jafar/genie.py",16659,0,"",python,selection_keyboard +10389,11960876,"/fast/home/franz.srambical/jafar/genie.py",16658,0,"",python,selection_command +10390,11961377,"/fast/home/franz.srambical/jafar/genie.py",16773,0,"",python,selection_command +10391,11961648,"/fast/home/franz.srambical/jafar/genie.py",16772,0,"",python,selection_command +10392,11961779,"/fast/home/franz.srambical/jafar/genie.py",16771,0,"",python,selection_command +10393,11961921,"/fast/home/franz.srambical/jafar/genie.py",16770,0,"",python,selection_command +10394,11962426,"/fast/home/franz.srambical/jafar/genie.py",16770,1,".",python,selection_command +10395,11962660,"/fast/home/franz.srambical/jafar/genie.py",16770,6,".value",python,selection_command +10396,11963014,"/fast/home/franz.srambical/jafar/genie.py",16770,6,"",python,content +10397,11963671,"/fast/home/franz.srambical/jafar/genie.py",16770,0,"[]",python,content +10398,11963671,"/fast/home/franz.srambical/jafar/genie.py",16771,0,"",python,selection_keyboard +10399,11963672,"/fast/home/franz.srambical/jafar/genie.py",16771,1,"]",python,content +10400,11963672,"/fast/home/franz.srambical/jafar/genie.py",16772,0,"",python,selection_keyboard +10401,11964196,"/fast/home/franz.srambical/jafar/genie.py",16771,0,"",python,selection_command +10402,11964283,"/fast/home/franz.srambical/jafar/genie.py",16771,0,".",python,content +10403,11964283,"/fast/home/franz.srambical/jafar/genie.py",16772,0,"",python,selection_keyboard +10404,11964412,"/fast/home/franz.srambical/jafar/genie.py",16772,0,".",python,content +10405,11964412,"/fast/home/franz.srambical/jafar/genie.py",16773,0,"",python,selection_keyboard +10406,11964580,"/fast/home/franz.srambical/jafar/genie.py",16773,0,".",python,content +10407,11964580,"/fast/home/franz.srambical/jafar/genie.py",16774,0,"",python,selection_keyboard +10408,11964744,"/fast/home/franz.srambical/jafar/genie.py",16773,0,"",python,selection_command +10409,11966943,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10410,11969522,"/fast/home/franz.srambical/jafar/genie.py",16651,0,"",python,selection_mouse +10411,11972189,"/fast/home/franz.srambical/jafar/genie.py",16766,0,"",python,selection_mouse +10412,11973960,"/fast/home/franz.srambical/jafar/genie.py",16778,0,"",python,selection_mouse +10413,11975533,"/fast/home/franz.srambical/jafar/genie.py",16778,29,"",python,content +10414,11975954,"/fast/home/franz.srambical/jafar/genie.py",16778,0,"0",python,content +10415,11975955,"/fast/home/franz.srambical/jafar/genie.py",16779,0,"",python,selection_keyboard +10416,11977024,"/fast/home/franz.srambical/jafar/genie.py",16778,0,"",python,selection_command +10417,11977857,"/fast/home/franz.srambical/jafar/genie.py",16779,0,", dtype=jnp.int32)",python,content +10418,11977857,"/fast/home/franz.srambical/jafar/genie.py",16778,0,"jnp.array(",python,content +10419,11977859,"/fast/home/franz.srambical/jafar/genie.py",16778,0,"",python,selection_command +10420,11981504,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10421,11988256,"/fast/home/franz.srambical/jafar/genie.py",16765,0,"",python,selection_mouse +10422,11991514,"/fast/home/franz.srambical/jafar/genie.py",16808,0,"",python,selection_mouse +10423,11993022,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10424,11993096,"/fast/home/franz.srambical/jafar/genie.py",16471,0,"",python,selection_mouse +10425,11994610,"/fast/home/franz.srambical/jafar/genie.py",16471,1,".",python,selection_command +10426,11994651,"/fast/home/franz.srambical/jafar/genie.py",16471,6,".value",python,selection_command +10427,11995092,"/fast/home/franz.srambical/jafar/genie.py",16471,6,"",python,content +10428,11998361,"/fast/home/franz.srambical/jafar/genie.py",16802,0,"",python,selection_mouse +10429,12051037,"TERMINAL",0,0,"2025-07-31 23:42:43.066215: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10430,12052611,"TERMINAL",0,0,"2025-07-31 23:42:44.642241: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10431,12056397,"TERMINAL",0,0,"2025-07-31 23:42:48.424910: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10432,12056889,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 215, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 179, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 164, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 415, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 394, in generation_step_fn\r\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/variablelib.py"", line 427, in __setitem__\r\n raise errors.TraceContextError(\r\nflax.errors.TraceContextError: Cannot mutate Cache from a different trace level (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +10433,12057966,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +10434,12070852,"/fast/home/franz.srambical/jafar/genie.py",16484,0,"",python,selection_command +10435,12072728,"/fast/home/franz.srambical/jafar/genie.py",17483,0,"",python,selection_command +10436,12073657,"/fast/home/franz.srambical/jafar/genie.py",16484,0,"",python,selection_command +10437,12086365,"/fast/home/franz.srambical/jafar/genie.py",16413,0,"",python,selection_command +10438,12086524,"/fast/home/franz.srambical/jafar/genie.py",16341,0,"",python,selection_command +10439,12086644,"/fast/home/franz.srambical/jafar/genie.py",16271,0,"",python,selection_command +10440,12086791,"/fast/home/franz.srambical/jafar/genie.py",16210,0,"",python,selection_command +10441,12087232,"/fast/home/franz.srambical/jafar/genie.py",16210,60," for block in dynamics_causal.transformer.blocks:",python,selection_command +10442,12087598,"/fast/home/franz.srambical/jafar/genie.py",16210,130," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None",python,selection_command +10443,12087678,"/fast/home/franz.srambical/jafar/genie.py",16210,202," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None",python,selection_command +10444,12087826,"/fast/home/franz.srambical/jafar/genie.py",16210,273," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None",python,selection_command +10445,12087956,"/fast/home/franz.srambical/jafar/genie.py",16210,386," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +10446,12088105,"/fast/home/franz.srambical/jafar/genie.py",16210,501," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +10447,12088255,"/fast/home/franz.srambical/jafar/genie.py",16210,591," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10448,12217976,"/fast/home/franz.srambical/jafar/genie.py",16222,0,"",python,selection_mouse +10449,12229607,"/fast/home/franz.srambical/jafar/genie.py",16210,60," for block in dynamics_causal.transformer.blocks:",python,selection_command +10450,12230120,"/fast/home/franz.srambical/jafar/genie.py",16210,130," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None",python,selection_command +10451,12230184,"/fast/home/franz.srambical/jafar/genie.py",16210,202," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None",python,selection_command +10452,12230341,"/fast/home/franz.srambical/jafar/genie.py",16210,273," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None",python,selection_command +10453,12230530,"/fast/home/franz.srambical/jafar/genie.py",16210,386," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +10454,12230642,"/fast/home/franz.srambical/jafar/genie.py",16210,501," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)",python,selection_command +10455,12230813,"/fast/home/franz.srambical/jafar/genie.py",16210,591," for block in dynamics_causal.transformer.blocks:\n assert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10456,12235615,"/fast/home/franz.srambical/jafar/genie.py",16724,0,"# ",python,content +10457,12235615,"/fast/home/franz.srambical/jafar/genie.py",16609,0,"# ",python,content +10458,12235615,"/fast/home/franz.srambical/jafar/genie.py",16496,0,"# ",python,content +10459,12235615,"/fast/home/franz.srambical/jafar/genie.py",16425,0,"# ",python,content +10460,12235615,"/fast/home/franz.srambical/jafar/genie.py",16353,0,"# ",python,content +10461,12235615,"/fast/home/franz.srambical/jafar/genie.py",16283,0,"# ",python,content +10462,12235615,"/fast/home/franz.srambical/jafar/genie.py",16222,0,"# ",python,content +10463,12236183,"/fast/home/franz.srambical/jafar/genie.py",16736,0,"",python,selection_command +10464,12239320,"sample.py",0,0,"",python,tab +10465,12243893,"sample.py",6441,0,"",python,selection_command +10466,12244163,"sample.py",6403,0,"",python,selection_command +10467,12244500,"sample.py",6389,0,"",python,selection_command +10468,12245215,"sample.py",6403,0,"",python,selection_command +10469,12245541,"sample.py",6389,0,"",python,selection_command +10470,12245862,"sample.py",6342,0,"",python,selection_command +10471,12246040,"sample.py",6299,0,"",python,selection_command +10472,12247308,"sample.py",5075,0,"",python,selection_command +10473,12248416,"sample.py",5065,0,"",python,selection_command +10474,12249548,"sample.py",5019,0,"",python,selection_command +10475,12250879,"sample.py",5069,0,"",python,selection_command +10476,12250978,"sample.py",5070,0,"",python,selection_command +10477,12251069,"sample.py",5071,0,"",python,selection_command +10478,12251665,"sample.py",5069,0,"",python,selection_command +10479,12252161,"sample.py",5068,0,"",python,selection_command +10480,12252716,"sample.py",5069,0,"",python,selection_command +10481,12252821,"sample.py",5069,1,"",python,content +10482,12254769,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10483,12254987,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10484,12262513,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10485,12266235,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10486,12274325,"TERMINAL",0,0,"2025-07-31 23:46:26.326184: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10487,12275774,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 215, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 129, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 57, in check_consistent_aliasing\r\n value._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Trying to extract graph node from different trace level, got Linear( # Param: 1,050,624 (4.2 MB)\r\n bias=Param( # 2,048 (8.2 KB)\r\n value=Array(shape=(2048,), dtype=dtype('float32'))\r\n ),\r\n bias_init=,\r\n dot_general=,\r\n dtype=bfloat16,\r\n in_features=512,\r\n kernel=Param( # 1,048,576 (4.2 MB)\r\n value=Array(shape=(512, 2048), dtype=dtype('float32'))\r\n ),\r\n kernel_init=.init at 0x7f2f9491b9a0>,\r\n out_features=2048,\r\n param_dtype=float32,\r\n precision=None,\r\n promote_dtype=,\r\n use_bias=True\r\n) (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +10488,12276785,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +10489,12296956,"sample.py",0,0,"",python,tab +10490,12297886,"sample.py",5069,0,"#",python,content +10491,12297902,"sample.py",5069,0,"",python,selection_command +10492,12299674,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10493,12347175,"/fast/home/franz.srambical/jafar/genie.py",16706,0,"",python,selection_command +10494,12348397,"/fast/home/franz.srambical/jafar/genie.py",16705,0,"",python,selection_command +10495,12349195,"/fast/home/franz.srambical/jafar/genie.py",16814,0,"",python,selection_command +10496,12349918,"/fast/home/franz.srambical/jafar/genie.py",16724,91," # block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10497,12350381,"/fast/home/franz.srambical/jafar/genie.py",16607,208," # block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10498,12350462,"/fast/home/franz.srambical/jafar/genie.py",16492,323," # block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10499,12350597,"/fast/home/franz.srambical/jafar/genie.py",16419,396," # assert block.spatial_attention.cache_index is not None\n # block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10500,12350748,"/fast/home/franz.srambical/jafar/genie.py",16345,470," # assert block.spatial_attention.cached_value is not None\n # assert block.spatial_attention.cache_index is not None\n # block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10501,12350896,"/fast/home/franz.srambical/jafar/genie.py",16273,542," # assert block.spatial_attention.cached_key is not None\n # assert block.spatial_attention.cached_value is not None\n # assert block.spatial_attention.cache_index is not None\n # block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10502,12351026,"/fast/home/franz.srambical/jafar/genie.py",16210,605," # for block in dynamics_causal.transformer.blocks:\n # assert block.spatial_attention.cached_key is not None\n # assert block.spatial_attention.cached_value is not None\n # assert block.spatial_attention.cache_index is not None\n # block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n # block.temporal_attention.cache_index[...] = jnp.array(0, dtype=jnp.int32)",python,selection_command +10503,12352973,"/fast/home/franz.srambical/jafar/genie.py",16736,2,"",python,content +10504,12352974,"/fast/home/franz.srambical/jafar/genie.py",16619,2,"",python,content +10505,12352974,"/fast/home/franz.srambical/jafar/genie.py",16504,2,"",python,content +10506,12352974,"/fast/home/franz.srambical/jafar/genie.py",16431,2,"",python,content +10507,12352974,"/fast/home/franz.srambical/jafar/genie.py",16357,2,"",python,content +10508,12352974,"/fast/home/franz.srambical/jafar/genie.py",16285,2,"",python,content +10509,12352974,"/fast/home/franz.srambical/jafar/genie.py",16222,2,"",python,content +10510,12353496,"/fast/home/franz.srambical/jafar/genie.py",16269,0,"",python,selection_command +10511,12422611,"/fast/home/franz.srambical/jafar/genie.py",15925,0,"",python,selection_mouse +10512,12422611,"/fast/home/franz.srambical/jafar/genie.py",15924,0,"",python,selection_command +10513,12565617,"/fast/home/franz.srambical/jafar/genie.py",17157,485," current_token_idxs_BSN = final_carry_causal[1]\n \n final_token_idxs_BSN = current_token_idxs_BSN",python,content +10514,12565617,"/fast/home/franz.srambical/jafar/genie.py",15894,200," # --- Run the autoregressive generation using a for loop ---\n rng = batch[""rng""]\n current_token_idxs_BSN = token_idxs_BSN\n \n for step_t in range(T, seq_len):",python,content +10515,12570238,"/fast/home/franz.srambical/jafar/genie.py",17150,121," updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]",python,content +10516,12570238,"/fast/home/franz.srambical/jafar/genie.py",15894,193," def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry",python,content +10517,12570332,"/fast/home/franz.srambical/jafar/genie.py",17157,485," current_token_idxs_BSN = final_carry_causal[1]\n \n final_token_idxs_BSN = current_token_idxs_BSN",python,content +10518,12570332,"/fast/home/franz.srambical/jafar/genie.py",16990,23," jnp.array(step_t, dtype=jnp.int32),",python,content +10519,12570332,"/fast/home/franz.srambical/jafar/genie.py",15894,200," # --- Run the autoregressive generation using a for loop ---\n rng = batch[""rng""]\n current_token_idxs_BSN = token_idxs_BSN\n \n for step_t in range(T, seq_len):",python,content +10520,12597854,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10521,12598378,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10522,12609915,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10523,12618307,"TERMINAL",0,0,"2025-07-31 23:52:10.183908: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10524,12619753,"TERMINAL",0,0,"2025-07-31 23:52:11.758489: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10525,12623610,"TERMINAL",0,0,"2025-07-31 23:52:15.548868: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10526,12624074,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 215, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 179, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 164, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 395, in sample_causal\r\n block.spatial_attention.cached_key[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/variablelib.py"", line 431, in __setitem__\r\n self.raw_value = self.raw_value.at[key].set(value) # type: ignore\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 814, in set\r\n return scatter._scatter_update(self.array, self.index, values, lax.scatter,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 92, in _scatter_update\r\n return internal_scatter(x, y, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ops/scatter.py"", line 127, in _scatter_impl\r\n y = jnp.broadcast_to(y, tuple(indexer.slice_shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3109, in broadcast_to\r\n return util._broadcast_to(array, shape, sharding=out_sharding)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 289, in _broadcast_to\r\n raise ValueError(msg.format(arr_shape, shape))\r\nValueError: Incompatible shapes for broadcasting: (2, 1, 512) and requested shape (3, 1, 8, 64)\r\n",,terminal_output +10527,12625183,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +10528,12696959,"/fast/home/franz.srambical/jafar/genie.py",16982,0,"",python,selection_mouse +10529,12696959,"/fast/home/franz.srambical/jafar/genie.py",16981,0,"",python,selection_command +10530,12730076,"/fast/home/franz.srambical/jafar/genie.py",17177,0,"",python,selection_mouse +10531,12730076,"/fast/home/franz.srambical/jafar/genie.py",17176,0,"",python,selection_command +10532,12733640,"/fast/home/franz.srambical/jafar/genie.py",16138,0,"",python,selection_command +10533,12739929,"/fast/home/franz.srambical/jafar/genie.py",17190,0,"",python,selection_command +10534,12741314,"/fast/home/franz.srambical/jafar/genie.py",16138,0,"",python,selection_command +10535,12776847,"/fast/home/franz.srambical/jafar/genie.py",16477,0,"",python,selection_command +10536,12780158,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +10537,12780159,"/fast/home/franz.srambical/jafar/sample.py",4778,0,"",python,selection_command +10538,12780333,"/fast/home/franz.srambical/jafar/sample.py",69,6346,"import math\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n #@nnx.jit\n def _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n B, S, H, W, _ = video_batch_BSHWC.shape\n N = math.ceil(H / args.patch_size) * math.ceil(W / args.patch_size)\n for block in genie.dynamics.transformer.blocks:\n block.spatial_attention.init_cache((B * S, 1, args.dyna_dim), dtype=args.dtype)\n block.temporal_attention.init_cache((B * (N + 1), 1, args.dyna_dim), dtype=args.dtype)\n\n",python,content +10539,12782038,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10540,12782039,"/fast/home/franz.srambical/jafar/genie.py",16477,0,"",python,selection_command +10541,12786406,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +10542,12786407,"/fast/home/franz.srambical/jafar/sample.py",4750,0,"",python,selection_command +10543,12788328,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10544,12788328,"/fast/home/franz.srambical/jafar/genie.py",16477,0,"",python,selection_command +10545,12800740,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +10546,12800741,"/fast/home/franz.srambical/jafar/sample.py",6780,0,"",python,selection_command +10547,12802988,"/fast/home/franz.srambical/jafar/sample.py",5354,0,"",python,selection_command +10548,12804900,"/fast/home/franz.srambical/jafar/sample.py",4750,0,"",python,selection_command +10549,12806830,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10550,12806830,"/fast/home/franz.srambical/jafar/genie.py",16477,0,"",python,selection_command +10551,12823118,"/fast/home/franz.srambical/jafar/genie.py",16493,0,"",python,selection_command +10552,12823367,"/fast/home/franz.srambical/jafar/genie.py",16498,0,"",python,selection_command +10553,12823382,"/fast/home/franz.srambical/jafar/genie.py",16499,0,"",python,selection_command +10554,12823416,"/fast/home/franz.srambical/jafar/genie.py",16516,0,"",python,selection_command +10555,12823447,"/fast/home/franz.srambical/jafar/genie.py",16517,0,"",python,selection_command +10556,12823480,"/fast/home/franz.srambical/jafar/genie.py",16527,0,"",python,selection_command +10557,12823512,"/fast/home/franz.srambical/jafar/genie.py",16533,0,"",python,selection_command +10558,12823545,"/fast/home/franz.srambical/jafar/genie.py",16535,0,"",python,selection_command +10559,12823578,"/fast/home/franz.srambical/jafar/genie.py",16538,0,"",python,selection_command +10560,12824077,"/fast/home/franz.srambical/jafar/genie.py",16535,0,"",python,selection_command +10561,12824233,"/fast/home/franz.srambical/jafar/genie.py",16533,0,"",python,selection_command +10562,12824418,"/fast/home/franz.srambical/jafar/genie.py",16527,0,"",python,selection_command +10563,12824859,"/fast/home/franz.srambical/jafar/genie.py",16527,1,"[",python,selection_command +10564,12824888,"/fast/home/franz.srambical/jafar/genie.py",16527,5,"[...]",python,selection_command +10565,12825556,"/fast/home/franz.srambical/jafar/genie.py",16527,5,"",python,content +10566,12826201,"/fast/home/franz.srambical/jafar/genie.py",16527,0,".",python,content +10567,12826201,"/fast/home/franz.srambical/jafar/genie.py",16528,0,"",python,selection_keyboard +10568,12826571,"/fast/home/franz.srambical/jafar/genie.py",16528,0,"v",python,content +10569,12826571,"/fast/home/franz.srambical/jafar/genie.py",16529,0,"",python,selection_keyboard +10570,12826736,"/fast/home/franz.srambical/jafar/genie.py",16529,0,"a",python,content +10571,12826737,"/fast/home/franz.srambical/jafar/genie.py",16530,0,"",python,selection_keyboard +10572,12826844,"/fast/home/franz.srambical/jafar/genie.py",16530,0,"l",python,content +10573,12826844,"/fast/home/franz.srambical/jafar/genie.py",16531,0,"",python,selection_keyboard +10574,12826859,"/fast/home/franz.srambical/jafar/genie.py",16531,0,"u",python,content +10575,12826859,"/fast/home/franz.srambical/jafar/genie.py",16532,0,"",python,selection_keyboard +10576,12826865,"/fast/home/franz.srambical/jafar/genie.py",16532,0,"e",python,content +10577,12826865,"/fast/home/franz.srambical/jafar/genie.py",16533,0,"",python,selection_keyboard +10578,12827127,"/fast/home/franz.srambical/jafar/genie.py",16532,0,"",python,selection_command +10579,12827559,"/fast/home/franz.srambical/jafar/genie.py",16646,0,"",python,selection_command +10580,12827725,"/fast/home/franz.srambical/jafar/genie.py",16645,0,"",python,selection_command +10581,12827903,"/fast/home/franz.srambical/jafar/genie.py",16644,0,"",python,selection_command +10582,12828076,"/fast/home/franz.srambical/jafar/genie.py",16643,0,"",python,selection_command +10583,12829106,"/fast/home/franz.srambical/jafar/genie.py",16529,0,"",python,selection_command +10584,12829174,"/fast/home/franz.srambical/jafar/genie.py",16528,0,"",python,selection_command +10585,12829525,"/fast/home/franz.srambical/jafar/genie.py",16527,0,"",python,selection_command +10586,12830182,"/fast/home/franz.srambical/jafar/genie.py",16527,1,".",python,selection_command +10587,12830182,"/fast/home/franz.srambical/jafar/genie.py",16527,6,".value",python,selection_command +10588,12830579,"/fast/home/franz.srambical/jafar/genie.py",16527,6,"",python,content +10589,12832827,"/fast/home/franz.srambical/jafar/genie.py",16456,0,"",python,selection_command +10590,12832894,"/fast/home/franz.srambical/jafar/genie.py",16384,0,"",python,selection_command +10591,12833135,"/fast/home/franz.srambical/jafar/genie.py",16314,0,"",python,selection_command +10592,12834940,"/fast/home/franz.srambical/jafar/genie.py",16264,0,"",python,selection_command +10593,12835424,"/fast/home/franz.srambical/jafar/genie.py",16280,0,"",python,selection_command +10594,12838164,"/fast/home/franz.srambical/jafar/genie.py",16281,0,"",python,selection_command +10595,12838538,"/fast/home/franz.srambical/jafar/genie.py",16281,1,"s",python,selection_command +10596,12839133,"/fast/home/franz.srambical/jafar/genie.py",16281,71,"ssert block.spatial_attention.cached_key is not None\n as",python,selection_command +10597,12839181,"/fast/home/franz.srambical/jafar/genie.py",16281,143,"ssert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n as",python,selection_command +10598,12839432,"/fast/home/franz.srambical/jafar/genie.py",16281,214,"ssert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n bl",python,selection_command +10599,12839481,"/fast/home/franz.srambical/jafar/genie.py",16281,322,"ssert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n bl",python,selection_command +10600,12839769,"/fast/home/franz.srambical/jafar/genie.py",16281,437,"ssert block.spatial_attention.cached_key is not None\n assert block.spatial_attention.cached_value is not None\n assert block.spatial_attention.cache_index is not None\n block.spatial_attention.cached_key = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n block.spatial_attention.cached_value[...] = jnp.zeros((B * T, 1, self.dyna_dim), dtype=self.dtype)\n bl",python,selection_command +10601,12840358,"/fast/home/franz.srambical/jafar/genie.py",16716,0,"# ",python,content +10602,12840358,"/fast/home/franz.srambical/jafar/genie.py",16601,0,"# ",python,content +10603,12840358,"/fast/home/franz.srambical/jafar/genie.py",16493,0,"# ",python,content +10604,12840358,"/fast/home/franz.srambical/jafar/genie.py",16422,0,"# ",python,content +10605,12840358,"/fast/home/franz.srambical/jafar/genie.py",16350,0,"# ",python,content +10606,12840358,"/fast/home/franz.srambical/jafar/genie.py",16280,0,"# ",python,content +10607,12841010,"/fast/home/franz.srambical/jafar/genie.py",16727,0,"",python,selection_command +10608,12843816,"/fast/home/franz.srambical/jafar/genie.py",15681,0,"",python,selection_command +10609,12844317,"/fast/home/franz.srambical/jafar/genie.py",14552,0,"",python,selection_command +10610,12845290,"/fast/home/franz.srambical/jafar/genie.py",13485,0,"",python,selection_command +10611,12845784,"/fast/home/franz.srambical/jafar/genie.py",12638,0,"",python,selection_command +10612,12846317,"/fast/home/franz.srambical/jafar/genie.py",13485,0,"",python,selection_command +10613,12846559,"/fast/home/franz.srambical/jafar/genie.py",14552,0,"",python,selection_command +10614,12846948,"/fast/home/franz.srambical/jafar/genie.py",15681,0,"",python,selection_command +10615,12847403,"/fast/home/franz.srambical/jafar/genie.py",16726,0,"",python,selection_command +10616,12848283,"/fast/home/franz.srambical/jafar/genie.py",17503,0,"",python,selection_command +10617,12848798,"/fast/home/franz.srambical/jafar/genie.py",17469,0,"",python,selection_command +10618,12849462,"/fast/home/franz.srambical/jafar/genie.py",16609,0,"",python,selection_command +10619,12850129,"/fast/home/franz.srambical/jafar/genie.py",16726,0,"",python,selection_command +10620,12852724,"sample.py",0,0,"",python,tab +10621,12856119,"sample.py",6628,0,"",python,selection_command +10622,12858227,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10623,12858946,"/fast/home/franz.srambical/jafar/genie.py",16801,0,"\n block.spatial_attention.init_cache((B * S, 1, args.dyna_dim), dtype=args.dtype)",python,content +10624,12858948,"/fast/home/franz.srambical/jafar/genie.py",16810,0,"",python,selection_command +10625,12860025,"/fast/home/franz.srambical/jafar/genie.py",16882,0,"elf",python,content +10626,12860025,"/fast/home/franz.srambical/jafar/genie.py",16878,3,"",python,content +10627,12860025,"/fast/home/franz.srambical/jafar/genie.py",16860,0,"elf",python,content +10628,12860025,"/fast/home/franz.srambical/jafar/genie.py",16856,3,"",python,content +10629,12860025,"/fast/home/franz.srambical/jafar/genie.py",16810,0," ",python,content +10630,12861020,"/fast/home/franz.srambical/jafar/genie.py",16279,0,"",python,selection_command +10631,12863733,"/fast/home/franz.srambical/jafar/genie.py",16351,0,"",python,selection_command +10632,12863994,"/fast/home/franz.srambical/jafar/genie.py",16425,0,"",python,selection_command +10633,12864000,"/fast/home/franz.srambical/jafar/genie.py",16498,0,"",python,selection_command +10634,12864035,"/fast/home/franz.srambical/jafar/genie.py",16608,0,"",python,selection_command +10635,12864129,"/fast/home/franz.srambical/jafar/genie.py",16725,0,"",python,selection_command +10636,12864236,"/fast/home/franz.srambical/jafar/genie.py",16817,0,"",python,selection_command +10637,12864575,"/fast/home/franz.srambical/jafar/genie.py",16818,0,"",python,selection_command +10638,12864845,"/fast/home/franz.srambical/jafar/genie.py",16823,0,"",python,selection_command +10639,12864867,"/fast/home/franz.srambical/jafar/genie.py",16824,0,"",python,selection_command +10640,12864892,"/fast/home/franz.srambical/jafar/genie.py",16841,0,"",python,selection_command +10641,12864983,"/fast/home/franz.srambical/jafar/genie.py",16842,0,"",python,selection_command +10642,12864983,"/fast/home/franz.srambical/jafar/genie.py",16852,0,"",python,selection_command +10643,12865115,"/fast/home/franz.srambical/jafar/genie.py",16854,0,"",python,selection_command +10644,12865657,"/fast/home/franz.srambical/jafar/genie.py",16856,0,"",python,selection_command +10645,12867603,"/fast/home/franz.srambical/jafar/genie.py",16858,0,"",python,selection_command +10646,12868267,"/fast/home/franz.srambical/jafar/genie.py",16858,1,"T",python,content +10647,12870851,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10648,12871101,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10649,12882668,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10650,12895802,"TERMINAL",0,0,"2025-07-31 23:56:47.831609: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10651,12897375,"TERMINAL",0,0,"2025-07-31 23:56:49.408226: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10652,12901171,"TERMINAL",0,0,"2025-07-31 23:56:53.204395: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10653,12901845,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 215, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 179, in _autoreg_sample\r\n generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 164, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 407, in sample_causal\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 367, in causal_step_fn\r\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 443, in __call__\r\n x_BTNM = block(x_BTNM, pos_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 323, in __call__\r\n z_F1M = self.spatial_attention(z_F1M)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (2, 1, 8, 64) instead got (3, 1, 8, 64).\r\n",,terminal_output +10654,12902961,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +10655,12952954,"/fast/home/franz.srambical/jafar/genie.py",14427,0,"",python,selection_mouse +10656,12955733,"/fast/home/franz.srambical/jafar/genie.py",14222,0,"",python,selection_mouse +10657,12957858,"/fast/home/franz.srambical/jafar/genie.py",17246,0,"",python,selection_mouse +10658,12959951,"/fast/home/franz.srambical/jafar/genie.py",17044,0,"",python,selection_mouse +10659,12964200,"/fast/home/franz.srambical/jafar/genie.py",16024,0,"",python,selection_mouse +10660,12973691,"/fast/home/franz.srambical/jafar/genie.py",14048,0,"",python,selection_mouse +10661,12982499,"/fast/home/franz.srambical/jafar/genie.py",13902,0,"",python,selection_mouse +10662,12986074,"/fast/home/franz.srambical/jafar/genie.py",14043,0,"",python,selection_mouse +10663,12987231,"/fast/home/franz.srambical/jafar/genie.py",14081,0,"\n ",python,content +10664,12987807,"/fast/home/franz.srambical/jafar/genie.py",14090,0,"S",python,content +10665,12987807,"/fast/home/franz.srambical/jafar/genie.py",14091,0,"",python,selection_keyboard +10666,12988186,"/fast/home/franz.srambical/jafar/genie.py",14091,0," ",python,content +10667,12988186,"/fast/home/franz.srambical/jafar/genie.py",14092,0,"",python,selection_keyboard +10668,12989632,"/fast/home/franz.srambical/jafar/genie.py",14092,0,"=",python,content +10669,12989632,"/fast/home/franz.srambical/jafar/genie.py",14093,0,"",python,selection_keyboard +10670,12992273,"/fast/home/franz.srambical/jafar/genie.py",14093,0," ",python,content +10671,12992273,"/fast/home/franz.srambical/jafar/genie.py",14094,0,"",python,selection_keyboard +10672,12992529,"/fast/home/franz.srambical/jafar/genie.py",14094,0,"s",python,content +10673,12992529,"/fast/home/franz.srambical/jafar/genie.py",14095,0,"",python,selection_keyboard +10674,12992679,"/fast/home/franz.srambical/jafar/genie.py",14095,0,"e",python,content +10675,12992680,"/fast/home/franz.srambical/jafar/genie.py",14096,0,"",python,selection_keyboard +10676,12992758,"/fast/home/franz.srambical/jafar/genie.py",14096,0,"q",python,content +10677,12992758,"/fast/home/franz.srambical/jafar/genie.py",14097,0,"",python,selection_keyboard +10678,12993546,"/fast/home/franz.srambical/jafar/genie.py",14096,0,"",python,selection_command +10679,12994113,"/fast/home/franz.srambical/jafar/genie.py",14082,16,"",python,content +10680,12994126,"/fast/home/franz.srambical/jafar/genie.py",14090,0,"",python,selection_command +10681,12996426,"/fast/home/franz.srambical/jafar/genie.py",15143,0,"",python,selection_command +10682,12998253,"/fast/home/franz.srambical/jafar/genie.py",16055,0,"",python,selection_command +10683,12999034,"/fast/home/franz.srambical/jafar/genie.py",17164,0,"",python,selection_command +10684,12999453,"/fast/home/franz.srambical/jafar/genie.py",16055,0,"",python,selection_command +10685,13000095,"/fast/home/franz.srambical/jafar/genie.py",16096,0,"",python,selection_command +10686,13000350,"/fast/home/franz.srambical/jafar/genie.py",16138,0,"",python,selection_command +10687,13000367,"/fast/home/franz.srambical/jafar/genie.py",16147,0,"",python,selection_command +10688,13000398,"/fast/home/franz.srambical/jafar/genie.py",16211,0,"",python,selection_command +10689,13000433,"/fast/home/franz.srambical/jafar/genie.py",16272,0,"",python,selection_command +10690,13000464,"/fast/home/franz.srambical/jafar/genie.py",16344,0,"",python,selection_command +10691,13000505,"/fast/home/franz.srambical/jafar/genie.py",16418,0,"",python,selection_command +10692,13000533,"/fast/home/franz.srambical/jafar/genie.py",16491,0,"",python,selection_command +10693,13000670,"/fast/home/franz.srambical/jafar/genie.py",16601,0,"",python,selection_command +10694,13000854,"/fast/home/franz.srambical/jafar/genie.py",16718,0,"",python,selection_command +10695,13001217,"/fast/home/franz.srambical/jafar/genie.py",16810,0,"",python,selection_command +10696,13001500,"/fast/home/franz.srambical/jafar/genie.py",16818,0,"",python,selection_command +10697,13001776,"/fast/home/franz.srambical/jafar/genie.py",16823,0,"",python,selection_command +10698,13001781,"/fast/home/franz.srambical/jafar/genie.py",16824,0,"",python,selection_command +10699,13001813,"/fast/home/franz.srambical/jafar/genie.py",16841,0,"",python,selection_command +10700,13001848,"/fast/home/franz.srambical/jafar/genie.py",16842,0,"",python,selection_command +10701,13001881,"/fast/home/franz.srambical/jafar/genie.py",16852,0,"",python,selection_command +10702,13002015,"/fast/home/franz.srambical/jafar/genie.py",16854,0,"",python,selection_command +10703,13002206,"/fast/home/franz.srambical/jafar/genie.py",16856,0,"",python,selection_command +10704,13002886,"/fast/home/franz.srambical/jafar/genie.py",16858,0,"",python,selection_command +10705,13003367,"/fast/home/franz.srambical/jafar/genie.py",16858,1,"",python,content +10706,13005889,"/fast/home/franz.srambical/jafar/genie.py",16858,0,"T",python,content +10707,13005892,"/fast/home/franz.srambical/jafar/genie.py",16858,0,"",python,selection_command +10708,13006380,"/fast/home/franz.srambical/jafar/genie.py",16859,0,"",python,selection_command +10709,13007157,"/fast/home/franz.srambical/jafar/genie.py",14090,0,"S = seq\n ",python,content +10710,13007160,"/fast/home/franz.srambical/jafar/genie.py",14096,0,"",python,selection_command +10711,13008060,"/fast/home/franz.srambical/jafar/genie.py",14090,16,"",python,content +10712,13008067,"/fast/home/franz.srambical/jafar/genie.py",14096,0,"",python,selection_command +10713,13008166,"/fast/home/franz.srambical/jafar/genie.py",16858,1,"",python,content +10714,13008169,"/fast/home/franz.srambical/jafar/genie.py",16858,0,"",python,selection_command +10715,13010644,"/fast/home/franz.srambical/jafar/genie.py",16858,0,"s",python,content +10716,13010645,"/fast/home/franz.srambical/jafar/genie.py",16859,0,"",python,selection_keyboard +10717,13010705,"/fast/home/franz.srambical/jafar/genie.py",16859,0,"e",python,content +10718,13010705,"/fast/home/franz.srambical/jafar/genie.py",16860,0,"",python,selection_keyboard +10719,13010772,"/fast/home/franz.srambical/jafar/genie.py",16860,0,"q",python,content +10720,13010772,"/fast/home/franz.srambical/jafar/genie.py",16861,0,"",python,selection_keyboard +10721,13011447,"/fast/home/franz.srambical/jafar/genie.py",16861,0,"_",python,content +10722,13011448,"/fast/home/franz.srambical/jafar/genie.py",16862,0,"",python,selection_keyboard +10723,13011949,"/fast/home/franz.srambical/jafar/genie.py",16862,0,"l",python,content +10724,13011950,"/fast/home/franz.srambical/jafar/genie.py",16863,0,"",python,selection_keyboard +10725,13011962,"/fast/home/franz.srambical/jafar/genie.py",16863,0,"e",python,content +10726,13011962,"/fast/home/franz.srambical/jafar/genie.py",16864,0,"",python,selection_keyboard +10727,13012116,"/fast/home/franz.srambical/jafar/genie.py",16864,0,"n",python,content +10728,13012117,"/fast/home/franz.srambical/jafar/genie.py",16865,0,"",python,selection_keyboard +10729,13012258,"/fast/home/franz.srambical/jafar/genie.py",16864,0,"",python,selection_command +10730,13016100,"/fast/home/franz.srambical/jafar/genie.py",16865,0,"",python,selection_command +10731,13016263,"/fast/home/franz.srambical/jafar/genie.py",16904,0,"",python,selection_command +10732,13020458,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10733,13020699,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10734,13021597,"/fast/home/franz.srambical/jafar/genie.py",16802,0,"",python,selection_command +10735,13031984,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10736,13045388,"TERMINAL",0,0,"2025-07-31 23:59:17.419957: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10737,13047001,"TERMINAL",0,0,"2025-07-31 23:59:19.032208: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10738,13050856,"TERMINAL",0,0,"2025-07-31 23:59:22.888387: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10739,13058200,"TERMINAL",0,0,"2025-07-31 23:59:30.213272: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10740,13063201,"TERMINAL",0,0,"SSIM: 0.005976376589387655\r\n",,terminal_output +10741,13064857,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +10742,13082399,"sample.py",0,0,"",python,tab +10743,13088412,"sample.py",5075,0,"",python,selection_command +10744,13089338,"sample.py",5074,0,"",python,selection_command +10745,13089581,"sample.py",5071,0,"",python,selection_command +10746,13089767,"sample.py",5069,0,"",python,selection_command +10747,13090154,"sample.py",5069,1,"",python,content +10748,13092237,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +10749,13092343,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +10750,13103595,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +10751,13111835,"TERMINAL",0,0,"2025-08-01 00:00:23.775542: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +10752,13113259,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 215, in \r\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 129, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 234, in to_tree\r\n check_consistent_aliasing(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 57, in check_consistent_aliasing\r\n value._check_valid_context(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py"", line 302, in _check_valid_context\r\n raise errors.TraceContextError(error_msg())\r\nflax.errors.TraceContextError: Trying to extract graph node from different trace level, got Linear( # Param: 1,050,624 (4.2 MB)\r\n bias=Param( # 2,048 (8.2 KB)\r\n value=Array(shape=(2048,), dtype=dtype('float32'))\r\n ),\r\n bias_init=,\r\n dot_general=,\r\n dtype=bfloat16,\r\n in_features=512,\r\n kernel=Param( # 1,048,576 (4.2 MB)\r\n value=Array(shape=(512, 2048), dtype=dtype('float32'))\r\n ),\r\n kernel_init=.init at 0x7ffb0c35b9a0>,\r\n out_features=2048,\r\n param_dtype=float32,\r\n precision=None,\r\n promote_dtype=,\r\n use_bias=True\r\n) (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n",,terminal_output +10753,13114331,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +10754,13125157,"sample.py",5069,0,"#",python,content +10755,13125160,"sample.py",5069,0,"",python,selection_command +10756,13125875,"sample.py",5064,0,"\n ",python,content +10757,13127108,"sample.py",5069,0,"#",python,content +10758,13127108,"sample.py",5070,0,"",python,selection_keyboard +10759,13127689,"sample.py",5070,0," ",python,content +10760,13127689,"sample.py",5071,0,"",python,selection_keyboard +10761,13127977,"sample.py",5071,0,". ",python,content +10762,13128380,"sample.py",5072,1,"",python,content +10763,13128610,"sample.py",5071,1,"",python,content +10764,13128856,"sample.py",5071,0,"F",python,content +10765,13128856,"sample.py",5072,0,"",python,selection_keyboard +10766,13128937,"sample.py",5072,0,"I",python,content +10767,13128937,"sample.py",5073,0,"",python,selection_keyboard +10768,13129037,"sample.py",5073,0,"X",python,content +10769,13129037,"sample.py",5074,0,"",python,selection_keyboard +10770,13129748,"sample.py",5074,0,"ME (f.srambical): this is not working with jax.jit",python,content +10771,13129999,"sample.py",5123,0,"",python,selection_command +10772,13131274,"sample.py",5121,0,"",python,selection_command +10773,13131525,"sample.py",5120,0,"",python,selection_command +10774,13131555,"sample.py",5117,0,"",python,selection_command +10775,13131586,"sample.py",5112,0,"",python,selection_command +10776,13131617,"sample.py",5104,0,"",python,selection_command +10777,13131646,"sample.py",5100,0,"",python,selection_command +10778,13131861,"sample.py",5097,0,"",python,selection_command +10779,13132027,"sample.py",5092,0,"",python,selection_command +10780,13132280,"sample.py",5089,0,"",python,selection_command +10781,13132508,"sample.py",5092,0,"",python,selection_command +10782,13133072,"sample.py",5092,32,"",python,content +10783,13133409,"sample.py",5092,0,"w",python,content +10784,13133409,"sample.py",5093,0,"",python,selection_keyboard +10785,13133548,"sample.py",5093,0,"h",python,content +10786,13133548,"sample.py",5094,0,"",python,selection_keyboard +10787,13133708,"sample.py",5094,0,"y",python,content +10788,13133708,"sample.py",5095,0,"",python,selection_keyboard +10789,13133859,"sample.py",5095,0," ",python,content +10790,13133859,"sample.py",5096,0,"",python,selection_keyboard +10791,13133923,"sample.py",5096,0,"i",python,content +10792,13133923,"sample.py",5097,0,"",python,selection_keyboard +10793,13134077,"sample.py",5097,0,"s",python,content +10794,13134077,"sample.py",5098,0,"",python,selection_keyboard +10795,13134234,"sample.py",5098,0," ",python,content +10796,13134234,"sample.py",5099,0,"",python,selection_keyboard +10797,13134246,"sample.py",5099,0,"t",python,content +10798,13134246,"sample.py",5100,0,"",python,selection_keyboard +10799,13134714,"sample.py",5100,0,"h",python,content +10800,13134714,"sample.py",5101,0,"",python,selection_keyboard +10801,13134775,"sample.py",5101,0,"i",python,content +10802,13134775,"sample.py",5102,0,"",python,selection_keyboard +10803,13134963,"sample.py",5102,0,"s",python,content +10804,13134963,"sample.py",5103,0,"",python,selection_keyboard +10805,13135007,"sample.py",5103,0," ",python,content +10806,13135007,"sample.py",5104,0,"",python,selection_keyboard +10807,13135115,"sample.py",5104,0,"o",python,content +10808,13135116,"sample.py",5105,0,"",python,selection_keyboard +10809,13135173,"sample.py",5105,0,"t",python,content +10810,13135173,"sample.py",5106,0,"",python,selection_keyboard +10811,13135429,"sample.py",5106,0," ",python,content +10812,13135429,"sample.py",5107,0,"",python,selection_keyboard +10813,13135697,"sample.py",5106,1,"",python,content +10814,13135839,"sample.py",5105,1,"",python,content +10815,13136004,"sample.py",5104,1,"",python,content +10816,13136090,"sample.py",5104,0,"n",python,content +10817,13136090,"sample.py",5105,0,"",python,selection_keyboard +10818,13136179,"sample.py",5105,0,"o",python,content +10819,13136179,"sample.py",5106,0,"",python,selection_keyboard +10820,13136224,"sample.py",5106,0,"t",python,content +10821,13136224,"sample.py",5107,0,"",python,selection_keyboard +10822,13136380,"sample.py",5107,0," ",python,content +10823,13136380,"sample.py",5108,0,"",python,selection_keyboard +10824,13136478,"sample.py",5108,0,"w",python,content +10825,13136478,"sample.py",5109,0,"",python,selection_keyboard +10826,13136478,"sample.py",5109,0,"o",python,content +10827,13136478,"sample.py",5110,0,"",python,selection_keyboard +10828,13136545,"sample.py",5110,0,"r",python,content +10829,13136545,"sample.py",5111,0,"",python,selection_keyboard +10830,13136729,"sample.py",5111,0,"k",python,content +10831,13136729,"sample.py",5112,0,"",python,selection_keyboard +10832,13136845,"sample.py",5112,0,"i",python,content +10833,13136845,"sample.py",5113,0,"",python,selection_keyboard +10834,13137001,"sample.py",5113,0,"n",python,content +10835,13137001,"sample.py",5114,0,"",python,selection_keyboard +10836,13137045,"sample.py",5114,0,"g",python,content +10837,13137045,"sample.py",5115,0,"",python,selection_keyboard +10838,13137268,"sample.py",5115,0," ",python,content +10839,13137268,"sample.py",5116,0,"",python,selection_keyboard +10840,13137277,"sample.py",5116,0,"w",python,content +10841,13137277,"sample.py",5117,0,"",python,selection_keyboard +10842,13137318,"sample.py",5117,0,"i",python,content +10843,13137318,"sample.py",5118,0,"",python,selection_keyboard +10844,13137418,"sample.py",5118,0,"t",python,content +10845,13137418,"sample.py",5119,0,"",python,selection_keyboard +10846,13137524,"sample.py",5119,0,"h",python,content +10847,13137524,"sample.py",5120,0,"",python,selection_keyboard +10848,13137851,"sample.py",5116,4,"",python,content +10849,13137927,"sample.py",5108,8,"",python,content +10850,13138085,"sample.py",5104,4,"",python,content +10851,13138224,"sample.py",5099,5,"",python,content +10852,13138360,"sample.py",5096,3,"",python,content +10853,13138881,"sample.py",5096,0,"i",python,content +10854,13138881,"sample.py",5097,0,"",python,selection_keyboard +10855,13139098,"sample.py",5097,0,"s",python,content +10856,13139098,"sample.py",5098,0,"",python,selection_keyboard +10857,13139118,"sample.py",5098,0," ",python,content +10858,13139118,"sample.py",5099,0,"",python,selection_keyboard +10859,13139233,"sample.py",5099,0,"k",python,content +10860,13139233,"sample.py",5100,0,"",python,selection_keyboard +10861,13139400,"sample.py",5100,0,"v",python,content +10862,13139400,"sample.py",5101,0,"",python,selection_keyboard +10863,13139622,"sample.py",5101,0," ",python,content +10864,13139622,"sample.py",5102,0,"",python,selection_keyboard +10865,13139783,"sample.py",5102,0,"a",python,content +10866,13139783,"sample.py",5103,0,"",python,selection_keyboard +10867,13139879,"sample.py",5103,0,"c",python,content +10868,13139879,"sample.py",5104,0,"",python,selection_keyboard +10869,13140046,"sample.py",5104,0,"h",python,content +10870,13140046,"sample.py",5105,0,"",python,selection_keyboard +10871,13140491,"sample.py",5104,1,"",python,content +10872,13140672,"sample.py",5103,1,"",python,content +10873,13140746,"sample.py",5102,1,"",python,content +10874,13140752,"sample.py",5102,0,"c",python,content +10875,13140752,"sample.py",5103,0,"",python,selection_keyboard +10876,13141365,"sample.py",5103,0,"a",python,content +10877,13141366,"sample.py",5104,0,"",python,selection_keyboard +10878,13141375,"sample.py",5104,0,"c",python,content +10879,13141375,"sample.py",5105,0,"",python,selection_keyboard +10880,13141505,"sample.py",5105,0,"h",python,content +10881,13141505,"sample.py",5106,0,"",python,selection_keyboard +10882,13141719,"sample.py",5106,0,"i",python,content +10883,13141719,"sample.py",5107,0,"",python,selection_keyboard +10884,13141765,"sample.py",5107,0,"n",python,content +10885,13141765,"sample.py",5108,0,"",python,selection_keyboard +10886,13141828,"sample.py",5108,0,"g",python,content +10887,13141828,"sample.py",5109,0,"",python,selection_keyboard +10888,13141986,"sample.py",5109,0," ",python,content +10889,13141986,"sample.py",5110,0,"",python,selection_keyboard +10890,13141990,"sample.py",5110,0,"n",python,content +10891,13141991,"sample.py",5111,0,"",python,selection_keyboard +10892,13142030,"sample.py",5111,0,"o",python,content +10893,13142031,"sample.py",5112,0,"",python,selection_keyboard +10894,13142122,"sample.py",5112,0,"t",python,content +10895,13142123,"sample.py",5113,0,"",python,selection_keyboard +10896,13142297,"sample.py",5113,0," ",python,content +10897,13142297,"sample.py",5114,0,"",python,selection_keyboard +10898,13142302,"sample.py",5114,0,"w",python,content +10899,13142302,"sample.py",5115,0,"",python,selection_keyboard +10900,13142319,"sample.py",5115,0,"o",python,content +10901,13142319,"sample.py",5116,0,"",python,selection_keyboard +10902,13142464,"sample.py",5116,0,"r",python,content +10903,13142464,"sample.py",5117,0,"",python,selection_keyboard +10904,13142582,"sample.py",5117,0,"k",python,content +10905,13142583,"sample.py",5118,0,"",python,selection_keyboard +10906,13142768,"sample.py",5118,0,"i",python,content +10907,13142768,"sample.py",5119,0,"",python,selection_keyboard +10908,13142769,"sample.py",5119,0,"n",python,content +10909,13142769,"sample.py",5120,0,"",python,selection_keyboard +10910,13142817,"sample.py",5120,0,"g",python,content +10911,13142817,"sample.py",5121,0,"",python,selection_keyboard +10912,13143019,"sample.py",5121,0," ",python,content +10913,13143019,"sample.py",5122,0,"",python,selection_keyboard +10914,13143022,"sample.py",5122,0,"w",python,content +10915,13143023,"sample.py",5123,0,"",python,selection_keyboard +10916,13143032,"sample.py",5123,0,"i",python,content +10917,13143032,"sample.py",5124,0,"",python,selection_keyboard +10918,13143148,"sample.py",5124,0,"t",python,content +10919,13143148,"sample.py",5125,0,"",python,selection_keyboard +10920,13143292,"sample.py",5125,0,"h",python,content +10921,13143292,"sample.py",5126,0,"",python,selection_keyboard +10922,13143390,"sample.py",5126,0," ",python,content +10923,13143390,"sample.py",5127,0,"",python,selection_keyboard +10924,13143552,"sample.py",5127,0,"j",python,content +10925,13143552,"sample.py",5128,0,"",python,selection_keyboard +10926,13143599,"sample.py",5128,0,"a",python,content +10927,13143599,"sample.py",5129,0,"",python,selection_keyboard +10928,13143715,"sample.py",5129,0,"x",python,content +10929,13143715,"sample.py",5130,0,"",python,selection_keyboard +10930,13143816,"sample.py",5130,0,".",python,content +10931,13143816,"sample.py",5131,0,"",python,selection_keyboard +10932,13144072,"sample.py",5131,0,"j",python,content +10933,13144072,"sample.py",5132,0,"",python,selection_keyboard +10934,13144423,"sample.py",5131,1,"",python,content +10935,13144550,"sample.py",5130,1,"",python,content +10936,13145005,"sample.py",5127,3,"",python,content +10937,13145187,"sample.py",5127,0,"n",python,content +10938,13145187,"sample.py",5128,0,"",python,selection_keyboard +10939,13145389,"sample.py",5128,0,"n",python,content +10940,13145389,"sample.py",5129,0,"",python,selection_keyboard +10941,13145450,"sample.py",5129,0,"x",python,content +10942,13145450,"sample.py",5130,0,"",python,selection_keyboard +10943,13145585,"sample.py",5130,0,".",python,content +10944,13145585,"sample.py",5131,0,"",python,selection_keyboard +10945,13145914,"sample.py",5131,0,"j",python,content +10946,13145914,"sample.py",5132,0,"",python,selection_keyboard +10947,13145915,"sample.py",5132,0,"i",python,content +10948,13145915,"sample.py",5133,0,"",python,selection_keyboard +10949,13145915,"sample.py",5133,0,"t",python,content +10950,13145915,"sample.py",5134,0,"",python,selection_keyboard +10951,13146454,"sample.py",5134,0,"?",python,content +10952,13146454,"sample.py",5135,0,"",python,selection_keyboard +10953,13146762,"sample.py",5134,0,"",python,selection_command +10954,13147410,"sample.py",5140,0,"",python,selection_command +10955,13149622,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10956,13150527,"sample.py",0,0,"",python,tab +10957,13151763,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +10958,13161654,"/fast/home/franz.srambical/jafar/genie.py",16801,0,"\n ",python,content +10959,13163250,"/fast/home/franz.srambical/jafar/genie.py",16818,0,"# FIXME (f.srambical): why is this not working?",python,content +10960,13163741,"/fast/home/franz.srambical/jafar/genie.py",16864,0,"",python,selection_command +10961,13163903,"/fast/home/franz.srambical/jafar/genie.py",16857,0,"",python,selection_command +10962,13164050,"/fast/home/franz.srambical/jafar/genie.py",16853,0,"",python,selection_command +10963,13164178,"/fast/home/franz.srambical/jafar/genie.py",16848,0,"",python,selection_command +10964,13164332,"/fast/home/franz.srambical/jafar/genie.py",16845,0,"",python,selection_command +10965,13164655,"/fast/home/franz.srambical/jafar/genie.py",16841,0,"",python,selection_command +10966,13165082,"/fast/home/franz.srambical/jafar/genie.py",16841,24,"",python,content +10967,13165505,"/fast/home/franz.srambical/jafar/genie.py",16841,0,"c",python,content +10968,13165506,"/fast/home/franz.srambical/jafar/genie.py",16842,0,"",python,selection_keyboard +10969,13166041,"/fast/home/franz.srambical/jafar/genie.py",16841,1,"",python,content +10970,13166646,"/fast/home/franz.srambical/jafar/genie.py",16841,0,"c",python,content +10971,13166646,"/fast/home/franz.srambical/jafar/genie.py",16842,0,"",python,selection_keyboard +10972,13166767,"/fast/home/franz.srambical/jafar/genie.py",16842,0,"h",python,content +10973,13166767,"/fast/home/franz.srambical/jafar/genie.py",16843,0,"",python,selection_keyboard +10974,13166832,"/fast/home/franz.srambical/jafar/genie.py",16843,0,"e",python,content +10975,13166832,"/fast/home/franz.srambical/jafar/genie.py",16844,0,"",python,selection_keyboard +10976,13167071,"/fast/home/franz.srambical/jafar/genie.py",16844,0,"d",python,content +10977,13167071,"/fast/home/franz.srambical/jafar/genie.py",16845,0,"",python,selection_keyboard +10978,13167169,"/fast/home/franz.srambical/jafar/genie.py",16845,0,"k",python,content +10979,13167169,"/fast/home/franz.srambical/jafar/genie.py",16846,0,"",python,selection_keyboard +10980,13167418,"/fast/home/franz.srambical/jafar/genie.py",16845,1,"",python,content +10981,13167639,"/fast/home/franz.srambical/jafar/genie.py",16844,1,"",python,content +10982,13167667,"/fast/home/franz.srambical/jafar/genie.py",16844,0,"c",python,content +10983,13167667,"/fast/home/franz.srambical/jafar/genie.py",16845,0,"",python,selection_keyboard +10984,13167848,"/fast/home/franz.srambical/jafar/genie.py",16845,0,"k",python,content +10985,13167848,"/fast/home/franz.srambical/jafar/genie.py",16846,0,"",python,selection_keyboard +10986,13167951,"/fast/home/franz.srambical/jafar/genie.py",16846,0," ",python,content +10987,13167951,"/fast/home/franz.srambical/jafar/genie.py",16847,0,"",python,selection_keyboard +10988,13167951,"/fast/home/franz.srambical/jafar/genie.py",16847,0,"w",python,content +10989,13167951,"/fast/home/franz.srambical/jafar/genie.py",16848,0,"",python,selection_keyboard +10990,13168117,"/fast/home/franz.srambical/jafar/genie.py",16848,0,"h",python,content +10991,13168117,"/fast/home/franz.srambical/jafar/genie.py",16849,0,"",python,selection_keyboard +10992,13168166,"/fast/home/franz.srambical/jafar/genie.py",16849,0,"e",python,content +10993,13168167,"/fast/home/franz.srambical/jafar/genie.py",16850,0,"",python,selection_keyboard +10994,13168267,"/fast/home/franz.srambical/jafar/genie.py",16850,0,"t",python,content +10995,13168268,"/fast/home/franz.srambical/jafar/genie.py",16851,0,"",python,selection_keyboard +10996,13168402,"/fast/home/franz.srambical/jafar/genie.py",16851,0,"h",python,content +10997,13168402,"/fast/home/franz.srambical/jafar/genie.py",16852,0,"",python,selection_keyboard +10998,13168435,"/fast/home/franz.srambical/jafar/genie.py",16852,0,"e",python,content +10999,13168435,"/fast/home/franz.srambical/jafar/genie.py",16853,0,"",python,selection_keyboard +11000,13168505,"/fast/home/franz.srambical/jafar/genie.py",16853,0,"r",python,content +11001,13168505,"/fast/home/franz.srambical/jafar/genie.py",16854,0,"",python,selection_keyboard +11002,13168692,"/fast/home/franz.srambical/jafar/genie.py",16854,0," ",python,content +11003,13168692,"/fast/home/franz.srambical/jafar/genie.py",16855,0,"",python,selection_keyboard +11004,13169397,"/fast/home/franz.srambical/jafar/genie.py",16855,0,"\",python,content +11005,13169397,"/fast/home/franz.srambical/jafar/genie.py",16856,0,"",python,selection_keyboard +11006,13169686,"/fast/home/franz.srambical/jafar/genie.py",16856,0," ",python,content +11007,13169686,"/fast/home/franz.srambical/jafar/genie.py",16857,0,"",python,selection_keyboard +11008,13169854,"/fast/home/franz.srambical/jafar/genie.py",16857,0,"\n ",python,content +11009,13170107,"/fast/home/franz.srambical/jafar/genie.py",16870,4,"",python,content +11010,13170265,"/fast/home/franz.srambical/jafar/genie.py",16866,4,"",python,content +11011,13170434,"/fast/home/franz.srambical/jafar/genie.py",16862,4,"",python,content +11012,13170606,"/fast/home/franz.srambical/jafar/genie.py",16858,4,"",python,content +11013,13170755,"/fast/home/franz.srambical/jafar/genie.py",16857,1,"",python,content +11014,13170986,"/fast/home/franz.srambical/jafar/genie.py",16856,1,"",python,content +11015,13171286,"/fast/home/franz.srambical/jafar/genie.py",16855,1,"",python,content +11016,13171340,"/fast/home/franz.srambical/jafar/genie.py",16855,0,"b",python,content +11017,13171340,"/fast/home/franz.srambical/jafar/genie.py",16856,0,"",python,selection_keyboard +11018,13171980,"/fast/home/franz.srambical/jafar/genie.py",16855,1,"",python,content +11019,13172324,"/fast/home/franz.srambical/jafar/genie.py",16855,0,"B",python,content +11020,13172324,"/fast/home/franz.srambical/jafar/genie.py",16856,0,"",python,selection_keyboard +11021,13172571,"/fast/home/franz.srambical/jafar/genie.py",16856,0," ",python,content +11022,13172571,"/fast/home/franz.srambical/jafar/genie.py",16857,0,"",python,selection_keyboard +11023,13172893,"/fast/home/franz.srambical/jafar/genie.py",16857,0,"*",python,content +11024,13172894,"/fast/home/franz.srambical/jafar/genie.py",16858,0,"",python,selection_keyboard +11025,13173261,"/fast/home/franz.srambical/jafar/genie.py",16858,0," ",python,content +11026,13173261,"/fast/home/franz.srambical/jafar/genie.py",16859,0,"",python,selection_keyboard +11027,13173587,"/fast/home/franz.srambical/jafar/genie.py",16859,0,"seq_len is correct",python,content +11028,13173808,"/fast/home/franz.srambical/jafar/genie.py",16876,0,"",python,selection_command +11029,13174649,"/fast/home/franz.srambical/jafar/genie.py",16870,0,"",python,selection_command +11030,13174796,"/fast/home/franz.srambical/jafar/genie.py",16867,0,"",python,selection_command +11031,13175248,"/fast/home/franz.srambical/jafar/genie.py",16867,0,"e",python,content +11032,13175248,"/fast/home/franz.srambical/jafar/genie.py",16868,0,"",python,selection_keyboard +11033,13175413,"/fast/home/franz.srambical/jafar/genie.py",16868,0,"a",python,content +11034,13175413,"/fast/home/franz.srambical/jafar/genie.py",16869,0,"",python,selection_keyboard +11035,13175529,"/fast/home/franz.srambical/jafar/genie.py",16869,0,"l",python,content +11036,13175529,"/fast/home/franz.srambical/jafar/genie.py",16870,0,"",python,selection_keyboard +11037,13175890,"/fast/home/franz.srambical/jafar/genie.py",16869,1,"",python,content +11038,13176023,"/fast/home/franz.srambical/jafar/genie.py",16868,1,"",python,content +11039,13176112,"/fast/home/franz.srambical/jafar/genie.py",16868,0,"r",python,content +11040,13176112,"/fast/home/franz.srambical/jafar/genie.py",16869,0,"",python,selection_keyboard +11041,13176206,"/fast/home/franz.srambical/jafar/genie.py",16869,0,"e",python,content +11042,13176206,"/fast/home/franz.srambical/jafar/genie.py",16870,0,"",python,selection_keyboard +11043,13176442,"/fast/home/franz.srambical/jafar/genie.py",16870,0,"a",python,content +11044,13176443,"/fast/home/franz.srambical/jafar/genie.py",16871,0,"",python,selection_keyboard +11045,13176627,"/fast/home/franz.srambical/jafar/genie.py",16870,1,"",python,content +11046,13176773,"/fast/home/franz.srambical/jafar/genie.py",16869,1,"",python,content +11047,13176926,"/fast/home/franz.srambical/jafar/genie.py",16868,1,"",python,content +11048,13177081,"/fast/home/franz.srambical/jafar/genie.py",16867,1,"",python,content +11049,13177093,"/fast/home/franz.srambical/jafar/genie.py",16867,0,"r",python,content +11050,13177093,"/fast/home/franz.srambical/jafar/genie.py",16868,0,"",python,selection_keyboard +11051,13177124,"/fast/home/franz.srambical/jafar/genie.py",16868,0,"e",python,content +11052,13177124,"/fast/home/franz.srambical/jafar/genie.py",16869,0,"",python,selection_keyboard +11053,13177329,"/fast/home/franz.srambical/jafar/genie.py",16869,0,"a",python,content +11054,13177330,"/fast/home/franz.srambical/jafar/genie.py",16870,0,"",python,selection_keyboard +11055,13177346,"/fast/home/franz.srambical/jafar/genie.py",16870,0,"l",python,content +11056,13177346,"/fast/home/franz.srambical/jafar/genie.py",16871,0,"",python,selection_keyboard +11057,13177529,"/fast/home/franz.srambical/jafar/genie.py",16871,0,"l",python,content +11058,13177529,"/fast/home/franz.srambical/jafar/genie.py",16872,0,"",python,selection_keyboard +11059,13177564,"/fast/home/franz.srambical/jafar/genie.py",16872,0,"y",python,content +11060,13177564,"/fast/home/franz.srambical/jafar/genie.py",16873,0,"",python,selection_keyboard +11061,13177667,"/fast/home/franz.srambical/jafar/genie.py",16873,0," ",python,content +11062,13177667,"/fast/home/franz.srambical/jafar/genie.py",16874,0,"",python,selection_keyboard +11063,13179176,"/fast/home/franz.srambical/jafar/genie.py",16873,0,"",python,selection_command +11064,13187403,"sample.py",0,0,"",python,tab +11065,13191579,"sample.py",6704,0,"",python,selection_command +11066,13207683,"sample.py",6792,0,"",python,selection_command +11067,13207845,"sample.py",6850,0,"",python,selection_command +11068,13208005,"sample.py",6888,0,"",python,selection_command +11069,13208175,"sample.py",6850,0,"",python,selection_command +11070,13208368,"sample.py",6792,0,"",python,selection_command +11071,13208458,"sample.py",6704,0,"",python,selection_command +11072,13209653,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +11073,13211330,"sample.py",0,0,"",python,tab +11074,13212039,"sample.py",6667,0," # FIXME (f.srambical): check whether B * seq_len really is correct\n",python,content +11075,13212041,"sample.py",6683,0,"",python,selection_command +11076,13213771,"sample.py",6679,4,"",python,content +11077,13213940,"sample.py",6675,4,"",python,content +11078,13214147,"sample.py",6674,0,"",python,selection_command +11079,13216823,"sample.py",6749,0,"",python,selection_command +11080,13216987,"sample.py",6837,0,"",python,selection_command +11081,13217115,"sample.py",6925,0,"",python,selection_command +11082,13217281,"sample.py",6933,0,"",python,selection_command +11083,13217510,"sample.py",6948,0,"",python,selection_command +11084,13217677,"sample.py",6950,0,"",python,selection_command +11085,13217851,"sample.py",6965,0,"",python,selection_command +11086,13218332,"sample.py",6950,0,"",python,selection_command +11087,13218927,"sample.py",5158,0,"",python,selection_command +11088,13262353,"sample.py",5230,0,"",python,selection_command +11089,13262500,"sample.py",5303,0,"",python,selection_command +11090,13262689,"sample.py",5345,0,"",python,selection_command +11091,13262821,"sample.py",5433,0,"",python,selection_command +11092,13263517,"sample.py",5453,0,"",python,selection_command +11093,13263671,"sample.py",5455,0,"",python,selection_command +11094,13265501,"sample.py",4331,0,"",python,selection_command +11095,13267571,"sample.py",4393,0,"",python,selection_command +11096,13267818,"sample.py",4471,0,"",python,selection_command +11097,13267840,"sample.py",4511,0,"",python,selection_command +11098,13267872,"sample.py",4544,0,"",python,selection_command +11099,13267905,"sample.py",4567,0,"",python,selection_command +11100,13267933,"sample.py",4597,0,"",python,selection_command +11101,13267969,"sample.py",4633,0,"",python,selection_command +11102,13268003,"sample.py",4667,0,"",python,selection_command +11103,13268037,"sample.py",4703,0,"",python,selection_command +11104,13268069,"sample.py",4717,0,"",python,selection_command +11105,13268188,"sample.py",4758,0,"",python,selection_command +11106,13268396,"sample.py",4798,0,"",python,selection_command +11107,13268590,"sample.py",4758,0,"",python,selection_command +11108,13269052,"sample.py",4762,0,"",python,selection_command +11109,13269214,"sample.py",4769,0,"",python,selection_command +11110,13269405,"sample.py",4774,0,"",python,selection_command +11111,13269571,"sample.py",4775,0,"",python,selection_command +11112,13270069,"genie.py",0,0,"",python,tab +11113,13270069,"genie.py",12276,0,"",python,selection_command +11114,13270994,"genie.py",13186,0,"",python,selection_command +11115,13272336,"genie.py",13187,0,"",python,selection_command +11116,13272574,"genie.py",13211,0,"",python,selection_command +11117,13272595,"genie.py",13237,0,"",python,selection_command +11118,13272632,"genie.py",13290,0,"",python,selection_command +11119,13272665,"genie.py",13333,0,"",python,selection_command +11120,13272705,"genie.py",13364,0,"",python,selection_command +11121,13272741,"genie.py",13395,0,"",python,selection_command +11122,13272775,"genie.py",13417,0,"",python,selection_command +11123,13272804,"genie.py",13438,0,"",python,selection_command +11124,13272835,"genie.py",13465,0,"",python,selection_command +11125,13272868,"genie.py",13477,0,"",python,selection_command +11126,13272900,"genie.py",13548,0,"",python,selection_command +11127,13272935,"genie.py",13605,0,"",python,selection_command +11128,13272968,"genie.py",13649,0,"",python,selection_command +11129,13273722,"genie.py",13657,0,"",python,selection_command +11130,13282294,"genie.py",13696,0,"",python,selection_command +11131,13282370,"genie.py",13747,0,"",python,selection_command +11132,13282817,"genie.py",13826,0,"",python,selection_command +11133,13307099,"genie.py",13876,0,"",python,selection_command +11134,13307339,"genie.py",13915,0,"",python,selection_command +11135,13307368,"genie.py",13955,0,"",python,selection_command +11136,13307467,"genie.py",14018,0,"",python,selection_command +11137,13307636,"genie.py",14090,0,"",python,selection_command +11138,13308015,"genie.py",14018,0,"",python,selection_command +11139,13321565,"genie.py",16010,0,"",python,selection_mouse +11140,13328562,"genie.py",17319,0,"",python,selection_mouse +11141,13376273,"genie.py",17134,0,"",python,selection_mouse +11142,13378914,"genie.py",16027,0,"",python,selection_mouse +11143,13387086,"genie.py",17318,0,"",python,selection_mouse +11144,13387543,"genie.py",14218,0,"",python,selection_command +11145,13389751,"genie.py",14429,0,"",python,selection_mouse +11146,13395109,"genie.py",14620,0,"",python,selection_mouse +11147,13400539,"genie.py",15186,0,"",python,selection_mouse +11148,13408555,"models/dynamics.py",0,0,"",python,tab +11149,13408556,"models/dynamics.py",4322,0,"",python,selection_command +11150,13409650,"models/dynamics.py",4341,0,"",python,selection_mouse +11151,13410083,"utils/nn.py",0,0,"",python,tab +11152,13410084,"utils/nn.py",11253,0,"",python,selection_command +11153,13414906,"utils/nn.py",14111,0,"",python,selection_mouse +11154,13424833,"utils/nn.py",14067,0,"",python,selection_command +11155,13425670,"utils/nn.py",14073,0,"",python,selection_command +11156,13425819,"utils/nn.py",14076,0,"",python,selection_command +11157,13425987,"utils/nn.py",14080,0,"",python,selection_command +11158,13426102,"utils/nn.py",14081,0,"",python,selection_command +11159,13426662,"utils/nn.py",12984,0,"",python,selection_command +11160,13428558,"utils/nn.py",13118,0,"",python,selection_mouse +11161,13429012,"utils/nn.py",6901,0,"",python,selection_command +11162,13433470,"utils/nn.py",9625,0,"",python,selection_mouse +11163,13447268,"utils/nn.py",9853,0,"",python,selection_mouse +11164,13804662,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +11165,13808005,"models/dynamics.py",0,0,"",python,tab +11166,13808115,"models/dynamics.py",4342,0,"",python,selection_command +11167,13808865,"models/dynamics.py",4341,0,"",python,selection_command +11168,13812700,"genie.py",0,0,"",python,tab +11169,13814696,"genie.py",15298,0,"",python,selection_command +11170,13814947,"genie.py",15315,0,"",python,selection_command +11171,13814970,"genie.py",15370,0,"",python,selection_command +11172,13815005,"genie.py",15400,0,"",python,selection_command +11173,13815033,"genie.py",15457,0,"",python,selection_command +11174,13815070,"genie.py",15494,0,"",python,selection_command +11175,13815103,"genie.py",15544,0,"",python,selection_command +11176,13815223,"genie.py",15601,0,"",python,selection_command +11177,13815223,"genie.py",15667,0,"",python,selection_command +11178,13815224,"genie.py",15724,0,"",python,selection_command +11179,13815242,"genie.py",15783,0,"",python,selection_command +11180,13815274,"genie.py",15785,0,"",python,selection_command +11181,13815419,"genie.py",15841,0,"",python,selection_command +11182,13815419,"genie.py",15891,0,"",python,selection_command +11183,13815420,"genie.py",15893,0,"",python,selection_command +11184,13815421,"genie.py",15949,0,"",python,selection_command +11185,13815450,"genie.py",15988,0,"",python,selection_command +11186,13815481,"genie.py",16036,0,"",python,selection_command +11187,13815517,"genie.py",16045,0,"",python,selection_command +11188,13815547,"genie.py",16086,0,"",python,selection_command +11189,13815584,"genie.py",16136,0,"",python,selection_command +11190,13815610,"genie.py",16138,0,"",python,selection_command +11191,13815644,"genie.py",16194,0,"",python,selection_command +11192,13815747,"genie.py",16258,0,"",python,selection_command +11193,13815747,"genie.py",16319,0,"",python,selection_command +11194,13815748,"genie.py",16391,0,"",python,selection_command +11195,13815778,"genie.py",16465,0,"",python,selection_command +11196,13815810,"genie.py",16538,0,"",python,selection_command +11197,13815843,"genie.py",16648,0,"",python,selection_command +11198,13815954,"genie.py",16765,0,"",python,selection_command +11199,13816121,"genie.py",16857,0,"",python,selection_command +11200,13816698,"genie.py",16802,83,"",python,content +11201,13816802,"genie.py",16818,0,"",python,selection_command +11202,13820472,"sample.py",0,0,"",python,tab +11203,13822236,"sample.py",4811,0,"",python,selection_command +11204,13822465,"sample.py",4838,0,"",python,selection_command +11205,13822564,"sample.py",4868,0,"",python,selection_command +11206,13822565,"sample.py",4902,0,"",python,selection_command +11207,13822565,"sample.py",4925,0,"",python,selection_command +11208,13822586,"sample.py",4939,0,"",python,selection_command +11209,13822622,"sample.py",4966,0,"",python,selection_command +11210,13822654,"sample.py",5014,0,"",python,selection_command +11211,13822761,"sample.py",5040,0,"",python,selection_command +11212,13822762,"sample.py",5090,0,"",python,selection_command +11213,13822762,"sample.py",5148,0,"",python,selection_command +11214,13822798,"sample.py",5175,0,"",python,selection_command +11215,13822820,"sample.py",5247,0,"",python,selection_command +11216,13822855,"sample.py",5320,0,"",python,selection_command +11217,13822886,"sample.py",5362,0,"",python,selection_command +11218,13822920,"sample.py",5450,0,"",python,selection_command +11219,13822953,"sample.py",5507,0,"",python,selection_command +11220,13822989,"sample.py",5517,0,"",python,selection_command +11221,13823088,"sample.py",5543,0,"",python,selection_command +11222,13823089,"sample.py",5584,0,"",python,selection_command +11223,13823090,"sample.py",5611,0,"",python,selection_command +11224,13823120,"sample.py",5650,0,"",python,selection_command +11225,13823154,"sample.py",5693,0,"",python,selection_command +11226,13823187,"sample.py",5711,0,"",python,selection_command +11227,13823286,"sample.py",5738,0,"",python,selection_command +11228,13823287,"sample.py",5771,0,"",python,selection_command +11229,13823288,"sample.py",5794,0,"",python,selection_command +11230,13823322,"sample.py",5819,0,"",python,selection_command +11231,13823355,"sample.py",5846,0,"",python,selection_command +11232,13823388,"sample.py",5872,0,"",python,selection_command +11233,13823422,"sample.py",5899,0,"",python,selection_command +11234,13823457,"sample.py",5928,0,"",python,selection_command +11235,13823489,"sample.py",6040,0,"",python,selection_command +11236,13823522,"sample.py",6067,0,"",python,selection_command +11237,13823614,"sample.py",6096,0,"",python,selection_command +11238,13823615,"sample.py",6102,0,"",python,selection_command +11239,13823622,"sample.py",6129,0,"",python,selection_command +11240,13823655,"sample.py",6163,0,"",python,selection_command +11241,13823686,"sample.py",6204,0,"",python,selection_command +11242,13823720,"sample.py",6277,0,"",python,selection_command +11243,13823810,"sample.py",6329,0,"",python,selection_command +11244,13823811,"sample.py",6382,0,"",python,selection_command +11245,13823821,"sample.py",6425,0,"",python,selection_command +11246,13823854,"sample.py",6460,0,"",python,selection_command +11247,13823890,"sample.py",6486,0,"",python,selection_command +11248,13823921,"sample.py",6524,0,"",python,selection_command +11249,13823955,"sample.py",6568,0,"",python,selection_command +11250,13823989,"sample.py",6640,0,"",python,selection_command +11251,13824022,"sample.py",6692,0,"",python,selection_command +11252,13824240,"sample.py",6767,0,"",python,selection_command +11253,13824462,"sample.py",6692,0,"",python,selection_command +11254,13825013,"sample.py",6667,75,"",python,content +11255,13825034,"sample.py",6675,0,"",python,selection_command +11256,36012548,"TERMINAL",0,0,"salloc: Job 14565 has exceeded its time limit and its allocation has been revoked.\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-01T06:21:57.015] error: *** STEP 14565.interactive ON hai004 CANCELLED AT 2025-08-01T06:21:57 DUE TO TIME LIMIT ***\r\n",,terminal_output +11257,36072590,"TERMINAL",0,0,"srun: error: hai004: task 0: Killed\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-1a3a8350-ade5-4f14-90d3-a2023f5be9fa1753600712073-2025_07_27-09.18.39.905/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-1a3a8350-ade5-4f14-90d3-a2023f5be9fa1753600712073-2025_07_27-09.18.39.905/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab9a0f803a60b55330daff42338847b85dc547e4 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-1a3a8350-ade5-4f14-90d3-a2023f5be9fa1753600712073-2025_07_27-09.18.39.905/source.csv @@ -0,0 +1,9658 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"models/dynamics_causal.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=True,\n decode=self.decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n # breakpoint()\n act_embed = self.action_up(batch[""latent_actions""])\n breakpoint()\n # FIXME: this is the culprit!\n # vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed += act_embed\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n # breakpoint()\n\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\n\n mask = jnp.ones(vid_embed.shape[:-1])\n return logits, mask\n",python,tab +2,447,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"9:18:39 AM [info] Activating crowd-code\n9:18:39 AM [info] Recording started\n9:18:39 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,522,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"9:18:40 AM [info] Git repository found\n9:18:40 AM [info] Git provider initialized successfully\n9:18:40 AM [info] Initial git state: [object Object]\n",Log,content +4,45873,"models/dynamics_causal.py",0,0,"",python,tab +5,66798,"TERMINAL",0,0,"undefined[franz.srambical@hai-login2.haicore.berlin:~/jafar] $ git stash",,terminal_command +6,66848,"TERMINAL",0,0,"]633;C",,terminal_output +7,66990,"TERMINAL",0,0,"Saved working directory and index state WIP on causal-transformer-nnx: cf36115 feat: refactor; only send single token to attn\r\n",,terminal_output +8,67038,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar",,terminal_output +9,67268,"models/dynamics_causal.py",1877,352," act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n",python,content +10,75376,"models/dynamics_causal.py",0,0,"Switched from branch 'causal-transformer-nnx' to 'main'",python,git_branch_checkout +11,89656,"README.md",0,0,"

🧞‍♀️ Jasmine: A simple, performant and scalable JAX-based world modeling codebase 🧞‍♀️

\n\n

\n \n \n \n \n

\n\nJasmine is a production-ready JAX-based world modeling codebase. It currently implements the high-level architecture of [Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391) (Bruce et al., 2024) with [MaskGIT](https://arxiv.org/abs/2202.04200) (Chang et al., 2022), as well as an autoregressive (causal) baseline. A diffusion baseline is coming soon.\n\nJasmine scales from single hosts to hundreds of xPUs thanks to XLA and strives to be an easily hackable, batteries-included foundation for world modeling research.\n\n

Overview

\n\n- Asynchronous & distributed checkpointing thanks to [orbax.checkpoint](https://github.com/google/orbax)\n - Jasmine also supports mixing and matching hardware topologies (e.g. train on four nodes, load the checkpoint on a single node)\n- Optimized dataloading thanks to [Grain](https://github.com/google/grain)\n - Dataloading scales with the number of processes (i.e. nodes/xPUs)\n- Checkpointing of model weights, optimizer and dataloader states\n- Full reproducibility with **exact** training curves (thanks to seeded dataloading and training, and [JAX' approach to pseudo random numbers](https://docs.jax.dev/en/latest/random-numbers.html))\n- Automatic checkpoint deletion/retention according to specified retention policy thanks to `orbax.checkpoint.CheckpointManager`\n- Mixed precision training using `bfloat16`\n - `int8` training is on the roadmap via [aqt](https://github.com/google/aqt)\n- FlashAttention thanks to [cuDNN SDPA](https://github.com/jax-ml/jax/blob/a155c5a9997924170e0067d552351a9833c12c11/jax/_src/cudnn/fused_attention_stablehlo.py#L842)\n- Frame-level KV cache resets for accelerated spatiotemporal attention in causal baseline (still in PR)\n- Activation checkpointing (even onto host memory if desired)\n- DDP (changing to FSDP requires changing **a single line of code**)\n- WSD learning rate schedule\n - No need to retrain from scratch if you want to train for longer\n- Index-shuffling during dataloading\n- Google-native stack\n - https://github.com/google/orbax for checkpointing\n - https://github.com/google/grain for dataloading\n - https://github.com/google-deepmind/dm_pix for image manipulation\n - https://github.com/google/array_record as the data format\n- Easy model inspection thanks to [treescope](https://github.com/google-deepmind/treescope)\n- Easy model surgery thanks to the new [flax.nnx](https://flax.readthedocs.io/en/latest/guides/linen_to_nnx.html) API\n\n

Setup 🧗

\n\nJasmine requires `python 3.10`, `jax 0.6.2` and `flax 0.10.7`. To install the requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nDownload OpenAI's VPT dataset by running:\n\n```bash\nbash input_pipeline/download/openai/download_index_files.sh\npython input_pipeline/download/openai/download_videos.py\n```\n\nNote: this is a large dataset and may take a while to download.\n\nFor performant distributed training, we additionally preprocess the dataset into `arrayrecords`:\n\n```bash\npython input_pipeline/preprocess/video_to_array_records.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer (and latent action model).\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJasmine was built by [Mihir Mahajan](https://maharajamihir.github.io/), [Alfred Nguyen](https://avocadoali.github.io/) and [Franz Srambical](https://srambical.fr/), but started as a fork of [Jafar](https://github.com/flairox/jafar), built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jasmine in your work, please cite us, Jafar, and the original Genie paper as follows:\n\n```\n@inproceedings{\n mahajan2025jasmine,\n title={Jasmine: : A simple, performant and scalable JAX-based world modeling codebase},\n author={Mihir Mahajan and Alfred Nguyen and Franz Srambical and Stefan Bauer},\n journal = {p(doom) blog},\n year={2025},\n url={https://pdoom.org/jasmine.html}\n note = {https://pdoom.org/blog.html}\n}\n```\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +12,90377,"README.md",0,0,"Switched from branch 'main' to 'readme-typo'",markdown,git_branch_checkout +13,91053,"README.md",6374,0,"",markdown,selection_command +14,91750,"README.md",6370,0,"",markdown,selection_command +15,91915,"README.md",6368,0,"",markdown,selection_command +16,91942,"README.md",6315,0,"",markdown,selection_command +17,91977,"README.md",6298,0,"",markdown,selection_command +18,92078,"README.md",6224,0,"",markdown,selection_command +19,92079,"README.md",5733,0,"",markdown,selection_command +20,92079,"README.md",5677,0,"",markdown,selection_command +21,92112,"README.md",5657,0,"",markdown,selection_command +22,92144,"README.md",5641,0,"",markdown,selection_command +23,92171,"README.md",5637,0,"",markdown,selection_command +24,92273,"README.md",5633,0,"",markdown,selection_command +25,92274,"README.md",5631,0,"",markdown,selection_command +26,92274,"README.md",5578,0,"",markdown,selection_command +27,92303,"README.md",5561,0,"",markdown,selection_command +28,92336,"README.md",5484,0,"",markdown,selection_command +29,92377,"README.md",5403,0,"",markdown,selection_command +30,92406,"README.md",5340,0,"",markdown,selection_command +31,92438,"README.md",5320,0,"",markdown,selection_command +32,92479,"README.md",5304,0,"",markdown,selection_command +33,92510,"README.md",5300,0,"",markdown,selection_command +34,92604,"README.md",5296,0,"",markdown,selection_command +35,92605,"README.md",5294,0,"",markdown,selection_command +36,92608,"README.md",5253,0,"",markdown,selection_command +37,92644,"README.md",5212,0,"",markdown,selection_command +38,92677,"README.md",5195,0,"",markdown,selection_command +39,92709,"README.md",5165,0,"",markdown,selection_command +40,92799,"README.md",5082,0,"",markdown,selection_command +41,92799,"README.md",4990,0,"",markdown,selection_command +42,92808,"README.md",4966,0,"",markdown,selection_command +43,92843,"README.md",4950,0,"",markdown,selection_command +44,93205,"README.md",4951,0,"",markdown,selection_command +45,93538,"README.md",4951,13,"",markdown,content +46,93682,"README.md",4951,0,"a",markdown,content +47,93682,"README.md",4952,0,"",markdown,selection_keyboard +48,93847,"README.md",4952,0,"r",markdown,content +49,93848,"README.md",4953,0,"",markdown,selection_keyboard +50,93950,"README.md",4953,0,"t",markdown,content +51,93950,"README.md",4954,0,"",markdown,selection_keyboard +52,94048,"README.md",4954,0,"i",markdown,content +53,94049,"README.md",4955,0,"",markdown,selection_keyboard +54,94174,"README.md",4955,0,"c",markdown,content +55,94175,"README.md",4956,0,"",markdown,selection_keyboard +56,94264,"README.md",4956,0,"l",markdown,content +57,94264,"README.md",4957,0,"",markdown,selection_keyboard +58,94371,"README.md",4957,0,"e",markdown,content +59,94371,"README.md",4958,0,"",markdown,selection_keyboard +60,94555,"README.md",4957,0,"",markdown,selection_command +61,95419,"README.md",4967,0,"",markdown,selection_command +62,95569,"README.md",4991,0,"",markdown,selection_command +63,95747,"README.md",5083,0,"",markdown,selection_command +64,95944,"README.md",5166,0,"",markdown,selection_command +65,100201,"README.md",5083,0,"",markdown,selection_command +66,100321,"README.md",4991,0,"",markdown,selection_command +67,100495,"README.md",4993,0,"",markdown,selection_command +68,100664,"README.md",4995,0,"",markdown,selection_command +69,100809,"README.md",5002,0,"",markdown,selection_command +70,100990,"README.md",5004,0,"",markdown,selection_command +71,101340,"README.md",5003,0,"",markdown,selection_command +72,101557,"README.md",5003,1,"",markdown,content +73,101635,"README.md",5004,0,"",markdown,selection_command +74,102320,"README.md",5003,0,"",markdown,selection_command +75,102404,"README.md",5003,1,"",markdown,content +76,103404,"README.md",4984,0,"",markdown,selection_command +77,167488,"README.md",0,0,"

🧞‍♀️ Jasmine: A simple, performant and scalable JAX-based world modeling codebase 🧞‍♀️

\n\n

\n \n \n \n \n

\n\nJasmine is a production-ready JAX-based world modeling codebase. It currently implements the high-level architecture of [Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391) (Bruce et al., 2024) with [MaskGIT](https://arxiv.org/abs/2202.04200) (Chang et al., 2022), as well as an autoregressive (causal) baseline. A diffusion baseline is coming soon.\n\nJasmine scales from single hosts to hundreds of xPUs thanks to XLA and strives to be an easily hackable, batteries-included foundation for world modeling research.\n\n

Overview

\n\n- Asynchronous & distributed checkpointing thanks to [orbax.checkpoint](https://github.com/google/orbax)\n - Jasmine also supports mixing and matching hardware topologies (e.g. train on four nodes, load the checkpoint on a single node)\n- Optimized dataloading thanks to [Grain](https://github.com/google/grain)\n - Dataloading scales with the number of processes (i.e. nodes/xPUs)\n- Checkpointing of model weights, optimizer and dataloader states\n- Full reproducibility with **exact** training curves (thanks to seeded dataloading and training, and [JAX' approach to pseudo random numbers](https://docs.jax.dev/en/latest/random-numbers.html))\n- Automatic checkpoint deletion/retention according to specified retention policy thanks to `orbax.checkpoint.CheckpointManager`\n- Mixed precision training using `bfloat16`\n - `int8` training is on the roadmap via [aqt](https://github.com/google/aqt)\n- FlashAttention thanks to [cuDNN SDPA](https://github.com/jax-ml/jax/blob/a155c5a9997924170e0067d552351a9833c12c11/jax/_src/cudnn/fused_attention_stablehlo.py#L842)\n- Frame-level KV cache resets for accelerated spatiotemporal attention in causal baseline (still in PR)\n- Activation checkpointing (even onto host memory if desired)\n- DDP (changing to FSDP requires changing **a single line of code**)\n- WSD learning rate schedule\n - No need to retrain from scratch if you want to train for longer\n- Index-shuffling during dataloading\n- Google-native stack\n - https://github.com/google/orbax for checkpointing\n - https://github.com/google/grain for dataloading\n - https://github.com/google-deepmind/dm_pix for image manipulation\n - https://github.com/google/array_record as the data format\n- Easy model inspection thanks to [treescope](https://github.com/google-deepmind/treescope)\n- Easy model surgery thanks to the new [flax.nnx](https://flax.readthedocs.io/en/latest/guides/linen_to_nnx.html) API\n\n

Setup 🧗

\n\nJasmine requires `python 3.10`, `jax 0.6.2` and `flax 0.10.7`. To install the requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nDownload OpenAI's VPT dataset by running:\n\n```bash\nbash input_pipeline/download/openai/download_index_files.sh\npython input_pipeline/download/openai/download_videos.py\n```\n\nNote: this is a large dataset and may take a while to download.\n\nFor performant distributed training, we additionally preprocess the dataset into `arrayrecords`:\n\n```bash\npython input_pipeline/preprocess/video_to_array_records.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer (and latent action model).\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJasmine was built by [Mihir Mahajan](https://maharajamihir.github.io/), [Alfred Nguyen](https://avocadoali.github.io/) and [Franz Srambical](https://srambical.fr/), but started as a fork of [Jafar](https://github.com/flairox/jafar), built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jasmine in your work, please cite us, Jafar, and the original Genie paper as follows:\n\n```\n@article{\n mahajan2025jasmine,\n title={Jasmine: A simple, performant and scalable JAX-based world modeling codebase},\n author={Mihir Mahajan and Alfred Nguyen and Franz Srambical and Stefan Bauer},\n journal = {p(doom) blog},\n year={2025},\n url={https://pdoom.org/jasmine.html}\n note = {https://pdoom.org/blog.html}\n}\n```\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +78,167533,"README.md",4950,0,"",markdown,selection_command +79,210385,"README.md",0,0,"Switched from branch 'readme-typo' to 'readme-typo-bibtex'",markdown,git_branch_checkout +80,290081,"README.md",0,5292,"

Jafar: A JAX-based Genie Implementation 🧞

\n\n

\n \n \n \n \n

\n\nJafar is a JAX-based implementation of the DeepMind paper ""[Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391)"" (Bruce et al., 2024).\n\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.\n\n

Setup 🧗

\n\nJafar was built with `python 3.10` and `jax 0.4.30`. To install requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nBefore training the models, generate the CoinRun dataset by running:\n\n```bash\npython generate_dataset.py --num_episodes 10000\n```\n\nNote: this is a large dataset (around 100GB) and may take a while to generate.\n\nFor performant distributed training, we additionally preprocess the dataset into `TFRecord`s:\n\n```bash\npython preprocess_dataset.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer and latent action model.\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJafar was built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jafar in your work, please cite us and the original Genie paper as follows:\n\n",markdown,content +81,290393,"README.md",0,0,"Switched from branch 'readme-typo-bibtex' to 'causal-transformer-nnx'",markdown,git_branch_checkout +82,294467,"TERMINAL",0,0,"git stash pop",,terminal_command +83,294518,"TERMINAL",0,0,"]633;C",,terminal_output +84,294627,"TERMINAL",0,0,"On branch causal-transformer-nnx\r\nYour branch is up to date with 'origin/causal-transformer-nnx'.\r\n\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: .gitignore\r\n\tmodified: jasmine.py\r\n\tmodified: models/dynamics_causal.py\r\n\tmodified: sample.py\r\n\tmodified: utils/nn.py\r\n\r\nUntracked files:\r\n (use ""git add ..."" to include in what will be committed)\r\n\tbatch_size_benchmark_tokenizer_flash_attention.json\r\n\tbatch_size_benchmark_tokenizer_no_flash_attention.json\r\n\tbenchmark_batch_sizes_tokenizer.py\r\n\tgenerate_arrayrecord_dataset.py\r\n\tsalient_restore_failing_minimal_example.py\r\n\tslurm/\r\n\ttest.ipynb\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\nDropped refs/stash@{0} (a97a7d9e39cde04418f63bc96658e34ccc847ae7)\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +85,300268,"README.md",0,0,"

Jafar: A JAX-based Genie Implementation 🧞

\n\n

\n \n \n \n \n

\n\nJafar is a JAX-based implementation of the DeepMind paper ""[Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391)"" (Bruce et al., 2024).\n\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.\n\n

Setup 🧗

\n\nJafar was built with `python 3.10` and `jax 0.4.30`. To install requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nBefore training the models, generate the CoinRun dataset by running:\n\n```bash\npython generate_dataset.py --num_episodes 10000\n```\n\nNote: this is a large dataset (around 100GB) and may take a while to generate.\n\nFor performant distributed training, we additionally preprocess the dataset into `TFRecord`s:\n\n```bash\npython preprocess_dataset.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer and latent action model.\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJafar was built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jafar in your work, please cite us and the original Genie paper as follows:\n\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +86,301149,"models/dynamics_causal.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=True,\n decode=self.decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n # breakpoint()\n act_embed = self.action_up(batch[""latent_actions""])\n breakpoint()\n # FIXME: this is the culprit!\n # vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed += act_embed\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n # breakpoint()\n\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\n\n mask = jnp.ones(vid_embed.shape[:-1])\n return logits, mask\n",python,tab +87,696000,"TERMINAL",0,0,"squeue --me",,terminal_command +88,696014,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +89,699057,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +90,699111,"TERMINAL",0,0,"]633;Csalloc: Pending job allocation 13990\r\nsalloc: job 13990 queued and waiting for resources\r\n",,terminal_output +91,821294,"TERMINAL",0,0,"^Csalloc: Job allocation 13990 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +92,821353,"TERMINAL",0,0,"^C",,terminal_command +93,821823,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +94,821879,"TERMINAL",0,0,"]633;Csalloc: Pending job allocation 13991\r\nsalloc: job 13991 queued and waiting for resources\r\n",,terminal_output +95,827107,"TERMINAL",0,0,"",,terminal_focus +96,827643,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +97,827655,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login2:~/jafar",,terminal_output +98,831010,"TERMINAL",0,0,"squeue",,terminal_command +99,831030,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n 13991 franz.sram interacti 1 1 PD 2025-07-27T09:32:21 N/A 0:00 1-00:00:00 (ReqNodeNotAvail, Reserved for maintenance)\r\n 13989 xiao.liu interacti 1 16 R 2025-07-27T00:36:01 2025-07-27T00:36:01 8:56:29 23:59:00 hai001\r\n 13979 xiao.liu interacti 1 16 R 2025-07-26T16:58:15 2025-07-26T16:58:15 16:34:15 23:59:00 hai005\r\n 13988 nishant.ku standard 3 192 R 2025-07-26T21:47:33 2025-07-26T21:47:33 11:44:57 1-00:00:00 hai[002,004,006]\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +100,834447,"TERMINAL",0,0,"salloc",,terminal_focus +101,835200,"TERMINAL",0,0,"bash",,terminal_focus +102,837228,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +103,837278,"TERMINAL",0,0,"]633;Csalloc: Pending job allocation 13992\r\nsalloc: job 13992 queued and waiting for resources\r\n",,terminal_output +104,838232,"TERMINAL",0,0,"^Csalloc: Job allocation 13992 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +105,838368,"TERMINAL",0,0,"^C",,terminal_command +106,846831,"TERMINAL",0,0,"salloc gpus=1",,terminal_command +107,846884,"TERMINAL",0,0,"]633;Csalloc: Pending job allocation 13993\r\nsalloc: job 13993 queued and waiting for resources\r\n",,terminal_output +108,847885,"TERMINAL",0,0,"^Csalloc: Job aborted due to signal\r\nsalloc: Job allocation 13993 has been revoked.\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +109,848011,"TERMINAL",0,0,"^C",,terminal_command +110,851905,"TERMINAL",0,0,"salloc --gpus=1",,terminal_command +111,851954,"TERMINAL",0,0,"]633;Csalloc: Pending job allocation 13994\r\nsalloc: job 13994 queued and waiting for resources\r\n",,terminal_output +112,856893,"TERMINAL",0,0,"^Csalloc: Job allocation 13994 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +113,865096,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00",,terminal_command +114,865148,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 13995\r\n",,terminal_output +115,865246,"TERMINAL",0,0,"salloc: Nodes hai003 are ready for job\r\n",,terminal_output +116,865574,"TERMINAL",0,0,"Running inside SLURM, Job ID 13995.\r\n",,terminal_output +117,865657,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +118,868636,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +119,870520,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +120,870719,"TERMINAL",0,0,"[28@b': bash experiments/sample.sh\r",,terminal_output +121,870815,"TERMINAL",0,0,"[1@a': ba",,terminal_output +122,870869,"TERMINAL",0,0,"[1@s': bas",,terminal_output +123,870963,"TERMINAL",0,0,"[1@h': bash",,terminal_output +124,871424,"TERMINAL",0,0,"\r[24@[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash",,terminal_output +125,871962,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +126,884953,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +127,897930,"TERMINAL",0,0,"2025-07-27 09:33:37.732438: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +128,899431,"TERMINAL",0,0,"2025-07-27 09:33:39.229434: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +129,902960,"TERMINAL",0,0,"2025-07-27 09:33:42.762908: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +130,903690,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(73)__call__()\r\n-> vid_embed += act_embed\r\n",,terminal_output +131,912207,"TERMINAL",0,0,"v",,terminal_output +132,912267,"TERMINAL",0,0,"i",,terminal_output +133,912537,"TERMINAL",0,0,"_",,terminal_output +134,912852,"TERMINAL",0,0," ",,terminal_output +135,912918,"TERMINAL",0,0,"d",,terminal_output +136,913104,"TERMINAL",0,0,"_",,terminal_output +137,913289,"TERMINAL",0,0,"e",,terminal_output +138,913374,"TERMINAL",0,0,"m",,terminal_output +139,913621,"TERMINAL",0,0,"bed",,terminal_output +140,914091,"TERMINAL",0,0,".",,terminal_output +141,914240,"TERMINAL",0,0,"s",,terminal_output +142,914341,"TERMINAL",0,0,"h",,terminal_output +143,914406,"TERMINAL",0,0,"a",,terminal_output +144,914521,"TERMINAL",0,0,"p",,terminal_output +145,914572,"TERMINAL",0,0,"e",,terminal_output +146,914735,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 920, 512)\r\n",,terminal_output +147,917471,"TERMINAL",0,0,"a",,terminal_output +148,917553,"TERMINAL",0,0,"c",,terminal_output +149,917742,"TERMINAL",0,0,"t",,terminal_output +150,917957,"TERMINAL",0,0,"_",,terminal_output +151,918126,"TERMINAL",0,0,"e",,terminal_output +152,918221,"TERMINAL",0,0,"m",,terminal_output +153,918408,"TERMINAL",0,0,"b",,terminal_output +154,918462,"TERMINAL",0,0,"e",,terminal_output +155,918563,"TERMINAL",0,0,"d",,terminal_output +156,918708,"TERMINAL",0,0,".",,terminal_output +157,918928,"TERMINAL",0,0,"s",,terminal_output +158,919046,"TERMINAL",0,0,"h",,terminal_output +159,919108,"TERMINAL",0,0,"a",,terminal_output +160,919210,"TERMINAL",0,0,"p",,terminal_output +161,919287,"TERMINAL",0,0,"e",,terminal_output +162,919378,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 1, 512)\r\n",,terminal_output +163,959548,"TERMINAL",0,0,"c",,terminal_output +164,959778,"TERMINAL",0,0,"\r\n",,terminal_output +165,959851,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 77, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 227, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 132, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 320, in attention_fn\r\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 299, in _fuse_masks\r\n expanded_mask = jnp.pad(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +166,960693,"TERMINAL",0,0,"(Pdb) ",,terminal_output +167,960874,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +168,964184,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +169,964244,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +170,964521,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +171,976098,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +172,984197,"TERMINAL",0,0,"2025-07-27 09:35:04.002851: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +173,985689,"TERMINAL",0,0,"2025-07-27 09:35:05.486868: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +174,989267,"TERMINAL",0,0,"2025-07-27 09:35:09.031493: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +175,989949,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(73)__call__()\r\n-> vid_embed += act_embed\r\n",,terminal_output +176,991828,"TERMINAL",0,0,"n",,terminal_output +177,995829,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/models/dynamics_causal.py(74)__call__()\r\n-> vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\r\n",,terminal_output +178,1004263,"TERMINAL",0,0,"v",,terminal_output +179,1004511,"TERMINAL",0,0,"id",,terminal_output +180,1004706,"TERMINAL",0,0,"_",,terminal_output +181,1005232,"TERMINAL",0,0,"e",,terminal_output +182,1005313,"TERMINAL",0,0,"m",,terminal_output +183,1005556,"TERMINAL",0,0,"be",,terminal_output +184,1005749,"TERMINAL",0,0,"d.",,terminal_output +185,1005982,"TERMINAL",0,0,"s",,terminal_output +186,1006081,"TERMINAL",0,0,"ha",,terminal_output +187,1006278,"TERMINAL",0,0,"pe",,terminal_output +188,1006564,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 920, 512)\r\n",,terminal_output +189,1013517,"TERMINAL",0,0,"v",,terminal_output +190,1013657,"TERMINAL",0,0,"i",,terminal_output +191,1013726,"TERMINAL",0,0,"d",,terminal_output +192,1013948,"TERMINAL",0,0,"_",,terminal_output +193,1014367,"TERMINAL",0,0,"e",,terminal_output +194,1014468,"TERMINAL",0,0,"m",,terminal_output +195,1014772,"TERMINAL",0,0,"e",,terminal_output +196,1014998,"TERMINAL",0,0,"b",,terminal_output +197,1015269,"TERMINAL",0,0," ",,terminal_output +198,1015476,"TERMINAL",0,0," ",,terminal_output +199,1015613,"TERMINAL",0,0,"b",,terminal_output +200,1015673,"TERMINAL",0,0,"e",,terminal_output +201,1016043,"TERMINAL",0,0,"dd",,terminal_output +202,1016465,"TERMINAL",0,0," ",,terminal_output +203,1016733,"TERMINAL",0,0,"_",,terminal_output +204,1016891,"TERMINAL",0,0,"p",,terminal_output +205,1017095,"TERMINAL",0,0,"ad",,terminal_output +206,1017288,"TERMINAL",0,0,"d",,terminal_output +207,1017370,"TERMINAL",0,0,"e",,terminal_output +208,1017711,"TERMINAL",0,0,"d.",,terminal_output +209,1017810,"TERMINAL",0,0,"s",,terminal_output +210,1017906,"TERMINAL",0,0,"h",,terminal_output +211,1018038,"TERMINAL",0,0,"a",,terminal_output +212,1018140,"TERMINAL",0,0,"p",,terminal_output +213,1018338,"TERMINAL",0,0,"e",,terminal_output +214,1018432,"TERMINAL",0,0,"\r\n(Pdb) *** NameError: name 'vid_embed_padded' is not defined\r\n",,terminal_output +215,1020764,"TERMINAL",0,0,"n",,terminal_output +216,1021248,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/models/dynamics_causal.py(77)__call__()\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +217,1021777,"TERMINAL",0,0,"^P",,terminal_output +218,1021907,"TERMINAL",0,0,"^P",,terminal_output +219,1023479,"TERMINAL",0,0,"^[[A",,terminal_output +220,1023867,"TERMINAL",0,0,"^[[A",,terminal_output +221,1024635,"TERMINAL",0,0," ",,terminal_output +222,1025052,"TERMINAL",0,0,"       ",,terminal_output +223,1025154,"TERMINAL",0,0,"    ",,terminal_output +224,1026174,"TERMINAL",0,0,"v",,terminal_output +225,1026298,"TERMINAL",0,0,"i",,terminal_output +226,1026429,"TERMINAL",0,0,"d",,terminal_output +227,1026579,"TERMINAL",0,0,"_",,terminal_output +228,1026727,"TERMINAL",0,0,"e",,terminal_output +229,1026828,"TERMINAL",0,0,"m",,terminal_output +230,1027081,"TERMINAL",0,0,"be",,terminal_output +231,1027154,"TERMINAL",0,0,"d",,terminal_output +232,1027582,"TERMINAL",0,0,"_",,terminal_output +233,1027741,"TERMINAL",0,0,"pa",,terminal_output +234,1027807,"TERMINAL",0,0,"d",,terminal_output +235,1028001,"TERMINAL",0,0,"d",,terminal_output +236,1028110,"TERMINAL",0,0,"e",,terminal_output +237,1028216,"TERMINAL",0,0,"d",,terminal_output +238,1028314,"TERMINAL",0,0,".",,terminal_output +239,1028525,"TERMINAL",0,0,"s",,terminal_output +240,1028663,"TERMINAL",0,0,"ha",,terminal_output +241,1028732,"TERMINAL",0,0,"p",,terminal_output +242,1028838,"TERMINAL",0,0,"e",,terminal_output +243,1028963,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +244,1037574,"TERMINAL",0,0,"s\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(221)__call__()\r\n-> def __call__(self, x: jax.Array) -> jax.Array:\r\n",,terminal_output +245,1041109,"models/dynamics_causal.py",2019,0,"",python,selection_command +246,1041263,"models/dynamics_causal.py",2095,0,"",python,selection_command +247,1041416,"models/dynamics_causal.py",2126,0,"",python,selection_command +248,1041632,"models/dynamics_causal.py",2134,0,"",python,selection_command +249,1041757,"models/dynamics_causal.py",2214,0,"",python,selection_command +250,1041923,"models/dynamics_causal.py",2229,0,"",python,selection_command +251,1042065,"models/dynamics_causal.py",2238,0,"",python,selection_command +252,1042201,"models/dynamics_causal.py",2293,0,"",python,selection_command +253,1042284,"models/dynamics_causal.py",2302,0,"",python,selection_command +254,1042520,"models/dynamics_causal.py",2293,0,"",python,selection_command +255,1042686,"models/dynamics_causal.py",2238,0,"",python,selection_command +256,1042800,"models/dynamics_causal.py",2245,0,"",python,selection_command +257,1042968,"models/dynamics_causal.py",2247,0,"",python,selection_command +258,1043205,"models/dynamics_causal.py",2251,0,"",python,selection_command +259,1043268,"models/dynamics_causal.py",2252,0,"",python,selection_command +260,1043587,"models/dynamics_causal.py",966,0,"",python,selection_command +261,1044514,"models/dynamics_causal.py",978,0,"",python,selection_command +262,1044638,"models/dynamics_causal.py",980,0,"",python,selection_command +263,1045144,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +264,1045145,"utils/nn.py",4299,0,"",python,selection_command +265,1045837,"utils/nn.py",6148,0,"",python,selection_command +266,1046654,"utils/nn.py",6583,0,"",python,selection_keyboard +267,1053373,"TERMINAL",0,0,"x",,terminal_output +268,1053586,"TERMINAL",0,0,".",,terminal_output +269,1053767,"TERMINAL",0,0,"s",,terminal_output +270,1053850,"TERMINAL",0,0,"h",,terminal_output +271,1053950,"TERMINAL",0,0,"a",,terminal_output +272,1054015,"TERMINAL",0,0,"p",,terminal_output +273,1054119,"TERMINAL",0,0,"e",,terminal_output +274,1054691,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +275,1062413,"TERMINAL",0,0,"n",,terminal_output +276,1063296,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(222)__call__()\r\n-> x = self.input_norm1(x)\r\n",,terminal_output +277,1064269,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(223)__call__()\r\n-> x = self.input_dense(x)\r\n",,terminal_output +278,1065501,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(224)__call__()\r\n-> x = self.input_norm2(x)\r\n",,terminal_output +279,1066088,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(226)__call__()\r\n-> for block in self.blocks:\r\n",,terminal_output +280,1067867,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(227)__call__()\r\n-> x = block(x)\r\n",,terminal_output +281,1069492,"TERMINAL",0,0,"s",,terminal_output +282,1069598,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(70)resolve_kwargs_wrapper()\r\n-> @functools.wraps(f)\r\n",,terminal_output +283,1070709,"utils/nn.py",6634,0,"",python,selection_command +284,1070869,"utils/nn.py",6666,0,"",python,selection_command +285,1071127,"utils/nn.py",6698,0,"",python,selection_command +286,1071156,"utils/nn.py",6726,0,"",python,selection_command +287,1071188,"utils/nn.py",6731,0,"",python,selection_command +288,1071313,"utils/nn.py",6765,0,"",python,selection_command +289,1071623,"utils/nn.py",6773,0,"",python,selection_command +290,1071791,"utils/nn.py",6775,0,"",python,selection_command +291,1071931,"utils/nn.py",6777,0,"",python,selection_command +292,1072320,"utils/nn.py",6739,0,"",python,selection_command +293,1072921,"utils/nn.py",6745,0,"",python,selection_command +294,1073044,"utils/nn.py",6748,0,"",python,selection_command +295,1073244,"utils/nn.py",6752,0,"",python,selection_command +296,1073476,"utils/nn.py",6753,0,"",python,selection_command +297,1073792,"utils/nn.py",5745,0,"",python,selection_command +298,1074028,"utils/nn.py",5751,0,"",python,selection_command +299,1074231,"utils/nn.py",5753,0,"",python,selection_command +300,1074695,"utils/nn.py",5757,0,"",python,selection_command +301,1074860,"utils/nn.py",5758,0,"",python,selection_command +302,1075189,"utils/nn.py",929,0,"",python,selection_command +303,1078895,"TERMINAL",0,0,"n",,terminal_output +304,1079326,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(72)resolve_kwargs_wrapper()\r\n-> args = resolve_kwargs(f, args, kwargs)\r\n",,terminal_output +305,1082714,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +306,1084522,"TERMINAL",0,0,"\r\n",,terminal_output +307,1084650,"TERMINAL",0,0,"(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +308,1085652,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()->None\r\n-> return f(*args)\r\n",,terminal_output +309,1086184,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(227)__call__()\r\n-> x = block(x)\r\n",,terminal_output +310,1093118,"TERMINAL",0,0,"s",,terminal_output +311,1095242,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(227)__call__()->None\r\n-> x = block(x)\r\n",,terminal_output +312,1098826,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(77)__call__()\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +313,1108435,"TERMINAL",0,0,"s",,terminal_output +314,1108522,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(77)__call__()->None\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +315,1109555,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/jasmine.py(352)token_step_fn()\r\n-> next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n",,terminal_output +316,1116264,"TERMINAL",0,0,"q",,terminal_output +317,1116371,"TERMINAL",0,0,"u",,terminal_output +318,1116452,"TERMINAL",0,0,"it",,terminal_output +319,1116745,"TERMINAL",0,0,")(",,terminal_output +320,1117045,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 96, in trace_dispatch\r\n return self.dispatch_exception(frame, arg)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 176, in dispatch_exception\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +321,1117824,"TERMINAL",0,0,"(Pdb) ",,terminal_output +322,1118044,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13995.1 task 0: running\r\nsrun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +323,1119022,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +324,1119124,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +325,1120080,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +326,1120663,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13995.2 task 0: running\r\n",,terminal_output +327,1120842,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13995.2\r\nsrun: forcing job termination\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 4, in \r\n import optax\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/__init__.py"", line 22, in \r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T09:37:20.621] error: *** STEP 13995.2 ON hai003 CANCELLED AT 2025-07-27T09:37:20 DUE to SIGNAL Killed ***\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +328,1120980,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +329,1124468,"utils/nn.py",2834,0,"",python,selection_command +330,1125642,"utils/nn.py",3603,0,"",python,selection_keyboard +331,1126002,"utils/nn.py",3633,0,"",python,selection_command +332,1126267,"utils/nn.py",3652,0,"",python,selection_command +333,1126287,"utils/nn.py",3654,0,"",python,selection_command +334,1126313,"utils/nn.py",3667,0,"",python,selection_command +335,1126347,"utils/nn.py",3682,0,"",python,selection_command +336,1126405,"utils/nn.py",3733,0,"",python,selection_command +337,1126444,"utils/nn.py",3769,0,"",python,selection_command +338,1126935,"utils/nn.py",3805,0,"",python,selection_command +339,1127260,"utils/nn.py",3838,0,"",python,selection_command +340,1127490,"utils/nn.py",3876,0,"",python,selection_command +341,1127856,"utils/nn.py",3838,0,"",python,selection_command +342,1128061,"utils/nn.py",3805,0,"",python,selection_command +343,1128640,"utils/nn.py",3838,0,"",python,selection_command +344,1128803,"utils/nn.py",3842,0,"",python,selection_command +345,1129004,"utils/nn.py",3843,0,"",python,selection_command +346,1130584,"utils/nn.py",1818,0,"",python,selection_command +347,1132320,"utils/nn.py",3843,0,"",python,selection_command +348,1139391,"utils/nn.py",3825,0,"\n ",python,content +349,1139597,"utils/nn.py",3834,0,"B",python,content +350,1139597,"utils/nn.py",3835,0,"",python,selection_keyboard +351,1140258,"utils/nn.py",3834,1,"",python,content +352,1140426,"utils/nn.py",3834,0,"b",python,content +353,1140426,"utils/nn.py",3835,0,"",python,selection_keyboard +354,1140529,"utils/nn.py",3835,0,"r",python,content +355,1140530,"utils/nn.py",3836,0,"",python,selection_keyboard +356,1140566,"utils/nn.py",3836,0,"e",python,content +357,1140567,"utils/nn.py",3837,0,"",python,selection_keyboard +358,1140614,"utils/nn.py",3837,0,"a",python,content +359,1140615,"utils/nn.py",3838,0,"",python,selection_keyboard +360,1140710,"utils/nn.py",3838,0,"k",python,content +361,1140711,"utils/nn.py",3839,0,"",python,selection_keyboard +362,1140928,"utils/nn.py",3839,0,"p",python,content +363,1140929,"utils/nn.py",3840,0,"",python,selection_keyboard +364,1140995,"utils/nn.py",3840,0,"o",python,content +365,1140995,"utils/nn.py",3841,0,"",python,selection_keyboard +366,1141028,"utils/nn.py",3841,0,"i",python,content +367,1141028,"utils/nn.py",3842,0,"",python,selection_keyboard +368,1141093,"utils/nn.py",3842,0,"n",python,content +369,1141094,"utils/nn.py",3843,0,"",python,selection_keyboard +370,1141194,"utils/nn.py",3843,0,"t",python,content +371,1141195,"utils/nn.py",3844,0,"",python,selection_keyboard +372,1141469,"utils/nn.py",3844,0,"()",python,content +373,1141469,"utils/nn.py",3845,0,"",python,selection_keyboard +374,1141549,"utils/nn.py",3845,1,")",python,content +375,1141549,"utils/nn.py",3846,0,"",python,selection_keyboard +376,1141780,"utils/nn.py",3845,0,"",python,selection_command +377,1142820,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +378,1142884,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +379,1143193,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +380,1154750,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +381,1159623,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +382,1162088,"TERMINAL",0,0,"c",,terminal_output +383,1162199,"TERMINAL",0,0,"\r\n",,terminal_output +384,1165456,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +385,1174056,"TERMINAL",0,0,"s",,terminal_output +386,1174140,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(453)__call__()\r\n-> def __call__(\r\n",,terminal_output +387,1177320,"TERMINAL",0,0,"n",,terminal_output +388,1177423,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(498)__call__()\r\n-> if rngs is None:\r\n",,terminal_output +389,1179721,"utils/nn.py",3866,0,"",python,selection_command +390,1179800,"utils/nn.py",3881,0,"",python,selection_command +391,1180209,"utils/nn.py",3864,0,"",python,selection_command +392,1180437,"utils/nn.py",1818,0,"",python,selection_command +393,1180751,"utils/nn.py",1836,0,"",python,selection_command +394,1180931,"utils/nn.py",1838,0,"",python,selection_command +395,1181096,"utils/nn.py",1841,0,"",python,selection_command +396,1181464,"utils/nn.py",1842,0,"",python,selection_command +397,1181847,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\n\nfrom __future__ import annotations\n\nimport functools\nfrom typing import Any\nfrom collections.abc import Callable\nimport math\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import initializers\nfrom flax.nnx.nn import dtypes\nfrom flax.nnx.nn.linear import (\n LinearGeneral,\n default_kernel_init,\n)\nfrom flax.nnx.nn.normalization import LayerNorm\nfrom flax.typing import (\n Dtype,\n PromoteDtypeFn,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\nArray = jax.Array\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of `[batch..., q_length,\n num_heads, qk_depth_per_head]`.\n key: keys for calculating attention with shape of `[batch..., kv_length,\n num_heads, qk_depth_per_head]`.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key)`` and a ``dtype``\n keyword argument, and return a tuple of arrays with the promoted dtype.\n\n Returns:\n Output of shape `[batch..., num_heads, q_length, kv_length]`.\n """"""\n query, key = promote_dtype((query, key), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = jnp.einsum(\n '...qhd,...khd->...hqk', query, key, precision=precision\n )\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow(nnx.Intermediate, 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n\n\nclass MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., `[batch..., len_q]`, `[batch..., len_kv]`, the\n attention weights will be `[batch..., heads, len_q, len_kv]` and this\n function will produce `[batch..., 1, len_q, len_kv]`.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len_q, len_kv]` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., `[batch..., len]`, the self-attention weights\n will be `[batch..., heads, len, len]` and this function will produce a\n causal mask of shape `[batch..., 1, len, len]`.\n\n Args:\n x: input array of shape `[batch..., len]`\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len, len]` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +398,1181848,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +399,1182655,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12332,0,"",python,selection_command +400,1183822,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14092,0,"",python,selection_command +401,1196171,"TERMINAL",0,0,"n",,terminal_output +402,1196357,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(499)__call__()\r\n-> rngs = self.rngs\r\n",,terminal_output +403,1198918,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\n\nfrom __future__ import annotations\n\nimport functools\nfrom typing import Any\nfrom collections.abc import Callable\nimport math\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import initializers\nfrom flax.nnx.nn import dtypes\nfrom flax.nnx.nn.linear import (\n LinearGeneral,\n default_kernel_init,\n)\nfrom flax.nnx.nn.normalization import LayerNorm\nfrom flax.typing import (\n Dtype,\n PromoteDtypeFn,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\nArray = jax.Array\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of `[batch..., q_length,\n num_heads, qk_depth_per_head]`.\n key: keys for calculating attention with shape of `[batch..., kv_length,\n num_heads, qk_depth_per_head]`.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key)`` and a ``dtype``\n keyword argument, and return a tuple of arrays with the promoted dtype.\n\n Returns:\n Output of shape `[batch..., num_heads, q_length, kv_length]`.\n """"""\n query, key = promote_dtype((query, key), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = jnp.einsum(\n '...qhd,...khd->...hqk', query, key, precision=precision\n )\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow(nnx.Intermediate, 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n\n\nclass MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., `[batch..., len_q]`, `[batch..., len_kv]`, the\n attention weights will be `[batch..., heads, len_q, len_kv]` and this\n function will produce `[batch..., 1, len_q, len_kv]`.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len_q, len_kv]` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., `[batch..., len]`, the self-attention weights\n will be `[batch..., heads, len, len]` and this function will produce a\n causal mask of shape `[batch..., 1, len, len]`.\n\n Args:\n x: input array of shape `[batch..., len]`\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len, len]` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +404,1198918,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18951,0,"",python,selection_command +405,1203445,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +406,1222766,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +407,1222767,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16883,0,"",python,selection_command +408,1249472,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +409,1254275,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12408,0,"",python,selection_mouse +410,1254276,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12407,0,"",python,selection_command +411,1255075,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",10880,0,"",python,selection_command +412,1255663,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9543,0,"",python,selection_command +413,1255838,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8980,0,"",python,selection_command +414,1256134,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7678,0,"",python,selection_command +415,1256395,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6046,0,"",python,selection_command +416,1256569,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5038,0,"",python,selection_command +417,1256716,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",3956,0,"",python,selection_command +418,1256887,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",2250,0,"",python,selection_command +419,1256958,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",1210,0,"",python,selection_command +420,1257218,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",621,0,"",python,selection_command +421,1257242,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,selection_command +422,1259302,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",1231,0,"",python,selection_command +423,1259552,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,0,"",python,selection_command +424,1260353,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8650,0,"",python,selection_command +425,1261088,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12499,0,"",python,selection_command +426,1261602,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16885,0,"",python,selection_command +427,1262127,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23108,0,"",python,selection_command +428,1263635,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16885,0,"",python,selection_command +429,1263798,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12499,0,"",python,selection_command +430,1265043,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16885,0,"",python,selection_command +431,1265542,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23108,0,"",python,selection_command +432,1266706,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16885,0,"",python,selection_command +433,1267754,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19381,0,"",python,selection_command +434,1268973,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19376,0,"",python,selection_command +435,1269220,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19354,0,"",python,selection_command +436,1269269,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19329,0,"",python,selection_command +437,1269290,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19303,0,"",python,selection_command +438,1269317,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19293,0,"",python,selection_command +439,1269341,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19231,0,"",python,selection_command +440,1269373,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19148,0,"",python,selection_command +441,1269407,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19082,0,"",python,selection_command +442,1269440,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19056,0,"",python,selection_command +443,1269474,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19025,0,"",python,selection_command +444,1272096,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20279,0,"",python,selection_command +445,1272712,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,selection_command +446,1272774,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,0,"",python,selection_command +447,1273491,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20279,0,"",python,selection_command +448,1274008,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22252,0,"",python,selection_command +449,1274423,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,0,"",python,selection_command +450,1276224,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22252,0,"",python,selection_command +451,1276396,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20279,0,"",python,selection_command +452,1276802,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,0,"",python,selection_command +453,1278170,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12329,0,"",python,selection_command +454,1279798,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14061,0,"",python,selection_command +455,1280947,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16123,0,"",python,selection_command +456,1281611,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18636,0,"",python,selection_command +457,1285514,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18672,0,"",python,selection_command +458,1285757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18753,0,"",python,selection_command +459,1285780,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18835,0,"",python,selection_command +460,1285838,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18869,0,"",python,selection_command +461,1285853,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18878,0,"",python,selection_command +462,1285889,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18891,0,"",python,selection_command +463,1285912,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18949,0,"",python,selection_command +464,1285946,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18959,0,"",python,selection_command +465,1285981,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18980,0,"",python,selection_command +466,1286011,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18995,0,"",python,selection_command +467,1286044,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19004,0,"",python,selection_command +468,1286078,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19029,0,"",python,selection_command +469,1286111,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19060,0,"",python,selection_command +470,1286146,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19086,0,"",python,selection_command +471,1286178,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19152,0,"",python,selection_command +472,1286213,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19235,0,"",python,selection_command +473,1286245,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19297,0,"",python,selection_command +474,1286279,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19307,0,"",python,selection_command +475,1286311,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19333,0,"",python,selection_command +476,1286345,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19358,0,"",python,selection_command +477,1286378,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19376,0,"",python,selection_command +478,1286411,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19385,0,"",python,selection_command +479,1286445,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19432,0,"",python,selection_command +480,1286478,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19456,0,"",python,selection_command +481,1286512,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19523,0,"",python,selection_command +482,1286544,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19571,0,"",python,selection_command +483,1286577,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19573,0,"",python,selection_command +484,1286612,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19582,0,"",python,selection_command +485,1286643,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19615,0,"",python,selection_command +486,1286677,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19644,0,"",python,selection_command +487,1286712,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19669,0,"",python,selection_command +488,1286746,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19678,0,"",python,selection_command +489,1286779,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19704,0,"",python,selection_command +490,1286811,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19771,0,"",python,selection_command +491,1286845,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19849,0,"",python,selection_command +492,1286938,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19771,0,"",python,selection_command +493,1287202,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19704,0,"",python,selection_command +494,1287235,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19678,0,"",python,selection_command +495,1287252,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19669,0,"",python,selection_command +496,1291053,"TERMINAL",0,0,"n",,terminal_output +497,1291352,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(501)__call__()\r\n-> if inputs_k is None:\r\n",,terminal_output +498,1293161,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(502)__call__()\r\n-> if inputs_v is not None:\r\n",,terminal_output +499,1294410,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(508)__call__()\r\n-> inputs_k = inputs_q\r\n",,terminal_output +500,1294722,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(509)__call__()\r\n-> if inputs_v is None:\r\n",,terminal_output +501,1295109,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(510)__call__()\r\n-> inputs_v = inputs_k\r\n",,terminal_output +502,1295625,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(512)__call__()\r\n-> if inputs_q.shape[-1] != self.in_features:\r\n",,terminal_output +503,1296109,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(518)__call__()\r\n-> query = self.query(inputs_q)\r\n",,terminal_output +504,1299609,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(519)__call__()\r\n-> key = self.key(inputs_k)\r\n",,terminal_output +505,1300204,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(520)__call__()\r\n-> value = self.value(inputs_v)\r\n",,terminal_output +506,1300724,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(522)__call__()\r\n-> if self.normalize_qk:\r\n",,terminal_output +507,1301497,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(531)__call__()\r\n-> decode = first_from(\r\n",,terminal_output +508,1302982,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20649,0,"",python,selection_command +509,1305061,"TERMINAL",0,0,"n",,terminal_output +510,1305499,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(532)__call__()\r\n-> decode,\r\n",,terminal_output +511,1310415,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21945,0,"",python,selection_command +512,1315528,"TERMINAL",0,0,"n",,terminal_output +513,1315758,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(533)__call__()\r\n-> self.decode,\r\n",,terminal_output +514,1322077,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(534)__call__()\r\n-> error_msg=""""""No `decode` argument was provided to MultiHeadAttention\r\n",,terminal_output +515,1322645,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(531)__call__()\r\n-> decode = first_from(\r\n",,terminal_output +516,1324160,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(538)__call__()\r\n-> if decode:\r\n",,terminal_output +517,1326099,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(583)__call__()\r\n-> self.dropout_rate > 0.0\r\n",,terminal_output +518,1337629,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21946,0,"",python,selection_command +519,1337868,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21955,0,"",python,selection_command +520,1337891,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21985,0,"",python,selection_command +521,1337917,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22042,0,"",python,selection_command +522,1337948,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22076,0,"",python,selection_command +523,1337981,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22099,0,"",python,selection_command +524,1338016,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22127,0,"",python,selection_command +525,1338048,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22211,0,"",python,selection_command +526,1338082,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22286,0,"",python,selection_command +527,1338115,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22294,0,"",python,selection_command +528,1338149,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22322,0,"",python,selection_command +529,1338189,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22347,0,"",python,selection_command +530,1338217,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22375,0,"",python,selection_command +531,1338249,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22436,0,"",python,selection_command +532,1338284,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22511,0,"",python,selection_command +533,1338327,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22523,0,"",python,selection_command +534,1338351,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22560,0,"",python,selection_command +535,1338382,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22572,0,"",python,selection_command +536,1338427,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22599,0,"",python,selection_command +537,1338449,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22609,0,"",python,selection_command +538,1338484,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22636,0,"",python,selection_command +539,1338517,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22661,0,"",python,selection_command +540,1338593,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22636,0,"",python,selection_command +541,1338861,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22609,0,"",python,selection_command +542,1338879,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22599,0,"",python,selection_command +543,1338912,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22572,0,"",python,selection_command +544,1338943,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22560,0,"",python,selection_command +545,1338981,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22523,0,"",python,selection_command +546,1339014,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22511,0,"",python,selection_command +547,1339049,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22436,0,"",python,selection_command +548,1339099,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22375,0,"",python,selection_command +549,1339139,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22436,0,"",python,selection_command +550,1339399,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22511,0,"",python,selection_command +551,1339423,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22523,0,"",python,selection_command +552,1339455,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22560,0,"",python,selection_command +553,1339489,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22572,0,"",python,selection_command +554,1339515,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22599,0,"",python,selection_command +555,1339550,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22609,0,"",python,selection_command +556,1339582,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22636,0,"",python,selection_command +557,1339615,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22661,0,"",python,selection_command +558,1341041,"TERMINAL",0,0,"n",,terminal_output +559,1341264,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(601)__call__()\r\n-> deterministic = True\r\n",,terminal_output +560,1341643,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(602)__call__()\r\n-> dropout_rng = None\r\n",,terminal_output +561,1342810,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +562,1365570,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22662,0,"",python,selection_command +563,1365735,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22684,0,"",python,selection_command +564,1372136,"TERMINAL",0,0,"s",,terminal_output +565,1372299,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(606)__call__()\r\n-> query,\r\n",,terminal_output +566,1375138,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(607)__call__()\r\n-> key,\r\n",,terminal_output +567,1375589,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(608)__call__()\r\n-> value,\r\n",,terminal_output +568,1376006,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(609)__call__()\r\n-> mask=mask,\r\n",,terminal_output +569,1377925,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(610)__call__()\r\n-> dropout_rng=dropout_rng,\r\n",,terminal_output +570,1378351,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(611)__call__()\r\n-> dropout_rate=self.dropout_rate,\r\n",,terminal_output +571,1378711,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(612)__call__()\r\n-> broadcast_dropout=self.broadcast_dropout,\r\n",,terminal_output +572,1380138,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(613)__call__()\r\n-> deterministic=deterministic,\r\n",,terminal_output +573,1380524,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(614)__call__()\r\n-> dtype=self.dtype,\r\n",,terminal_output +574,1380924,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(615)__call__()\r\n-> precision=self.precision,\r\n",,terminal_output +575,1381294,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(616)__call__()\r\n-> module=self if sow_weights else None,\r\n",,terminal_output +576,1382843,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +577,1385260,"TERMINAL",0,0,"s",,terminal_output +578,1385579,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(289)attention_fn()\r\n-> def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\r\n",,terminal_output +579,1390600,"utils/nn.py",0,0,"",python,tab +580,1393396,"utils/nn.py",2092,0,"",python,selection_command +581,1394337,"utils/nn.py",2119,0,"",python,selection_command +582,1395377,"utils/nn.py",8241,0,"",python,selection_command +583,1396585,"utils/nn.py",8329,0,"",python,selection_command +584,1396840,"utils/nn.py",8337,0,"",python,selection_command +585,1397641,"utils/nn.py",8404,0,"",python,selection_command +586,1397887,"utils/nn.py",8409,0,"",python,selection_command +587,1397906,"utils/nn.py",8505,0,"",python,selection_command +588,1397938,"utils/nn.py",8580,0,"",python,selection_command +589,1397963,"utils/nn.py",8585,0,"",python,selection_command +590,1397996,"utils/nn.py",8670,0,"",python,selection_command +591,1398033,"utils/nn.py",8768,0,"",python,selection_command +592,1398911,"utils/nn.py",8808,0,"",python,selection_command +593,1399076,"utils/nn.py",8812,0,"",python,selection_command +594,1399213,"utils/nn.py",8817,0,"",python,selection_command +595,1401533,"utils/nn.py",10065,0,"",python,selection_command +596,1402069,"utils/nn.py",10783,0,"",python,selection_command +597,1402931,"utils/nn.py",10759,0,"",python,selection_command +598,1403182,"utils/nn.py",10758,0,"",python,selection_command +599,1403209,"utils/nn.py",10679,0,"",python,selection_command +600,1403243,"utils/nn.py",10669,0,"",python,selection_command +601,1403274,"utils/nn.py",10636,0,"",python,selection_command +602,1403309,"utils/nn.py",10593,0,"",python,selection_command +603,1403340,"utils/nn.py",10567,0,"",python,selection_command +604,1403374,"utils/nn.py",10541,0,"",python,selection_command +605,1403407,"utils/nn.py",10513,0,"",python,selection_command +606,1403440,"utils/nn.py",10489,0,"",python,selection_command +607,1403474,"utils/nn.py",10461,0,"",python,selection_command +608,1403507,"utils/nn.py",10411,0,"",python,selection_command +609,1403541,"utils/nn.py",10341,0,"",python,selection_command +610,1403574,"utils/nn.py",10340,0,"",python,selection_command +611,1403608,"utils/nn.py",10269,0,"",python,selection_command +612,1403640,"utils/nn.py",10268,0,"",python,selection_command +613,1403676,"utils/nn.py",10182,0,"",python,selection_command +614,1403707,"utils/nn.py",10172,0,"",python,selection_command +615,1403741,"utils/nn.py",10086,0,"",python,selection_command +616,1403774,"utils/nn.py",10066,0,"",python,selection_command +617,1403807,"utils/nn.py",10065,0,"",python,selection_command +618,1403841,"utils/nn.py",9989,0,"",python,selection_command +619,1403874,"utils/nn.py",9913,0,"",python,selection_command +620,1403907,"utils/nn.py",9828,0,"",python,selection_command +621,1403941,"utils/nn.py",9827,0,"",python,selection_command +622,1403974,"utils/nn.py",9784,0,"",python,selection_command +623,1404008,"utils/nn.py",9745,0,"",python,selection_command +624,1404042,"utils/nn.py",9702,0,"",python,selection_command +625,1404827,"TERMINAL",0,0,"n",,terminal_output +626,1405085,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(290)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +627,1409198,"TERMINAL",0,0,"q",,terminal_output +628,1409264,"TERMINAL",0,0,"u",,terminal_output +629,1409342,"TERMINAL",0,0,"e",,terminal_output +630,1409412,"TERMINAL",0,0,"r",,terminal_output +631,1409479,"TERMINAL",0,0,"y",,terminal_output +632,1409705,"TERMINAL",0,0,".",,terminal_output +633,1409849,"TERMINAL",0,0,"s",,terminal_output +634,1409929,"TERMINAL",0,0,"h",,terminal_output +635,1410033,"TERMINAL",0,0,"a",,terminal_output +636,1410112,"TERMINAL",0,0,"p",,terminal_output +637,1410317,"TERMINAL",0,0,"e",,terminal_output +638,1410524,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 8, 64)\r\n",,terminal_output +639,1419809,"utils/nn.py",9701,0,"",python,selection_command +640,1420059,"utils/nn.py",9648,0,"",python,selection_command +641,1420091,"utils/nn.py",9589,0,"",python,selection_command +642,1420118,"utils/nn.py",9550,0,"",python,selection_command +643,1420152,"utils/nn.py",9549,0,"",python,selection_command +644,1420185,"utils/nn.py",9506,0,"",python,selection_command +645,1420218,"utils/nn.py",9469,0,"",python,selection_command +646,1420252,"utils/nn.py",9468,0,"",python,selection_command +647,1420287,"utils/nn.py",9402,0,"",python,selection_command +648,1420318,"utils/nn.py",9388,0,"",python,selection_command +649,1420353,"utils/nn.py",9307,0,"",python,selection_command +650,1420386,"utils/nn.py",9270,0,"",python,selection_command +651,1420420,"utils/nn.py",9223,0,"",python,selection_command +652,1420452,"utils/nn.py",9141,0,"",python,selection_command +653,1420491,"utils/nn.py",9140,0,"",python,selection_command +654,1420520,"utils/nn.py",9069,0,"",python,selection_command +655,1420558,"utils/nn.py",9048,0,"",python,selection_command +656,1420585,"utils/nn.py",9047,0,"",python,selection_command +657,1420617,"utils/nn.py",8980,0,"",python,selection_command +658,1420650,"utils/nn.py",8953,0,"",python,selection_command +659,1420685,"utils/nn.py",8952,0,"",python,selection_command +660,1420782,"utils/nn.py",8886,0,"",python,selection_command +661,1420952,"utils/nn.py",8813,0,"",python,selection_command +662,1421158,"utils/nn.py",8885,0,"\n ",python,content +663,1422076,"utils/nn.py",8894,0,"#",python,content +664,1422077,"utils/nn.py",8895,0,"",python,selection_keyboard +665,1422124,"utils/nn.py",8895,0," ",python,content +666,1422125,"utils/nn.py",8896,0,"",python,selection_keyboard +667,1422732,"utils/nn.py",8896,0,"q",python,content +668,1422732,"utils/nn.py",8897,0,"",python,selection_keyboard +669,1422831,"utils/nn.py",8897,0,"u",python,content +670,1422831,"utils/nn.py",8898,0,"",python,selection_keyboard +671,1422897,"utils/nn.py",8898,0,"e",python,content +672,1422897,"utils/nn.py",8899,0,"",python,selection_keyboard +673,1422963,"utils/nn.py",8899,0,"r",python,content +674,1422963,"utils/nn.py",8900,0,"",python,selection_keyboard +675,1423146,"utils/nn.py",8900,0,"y",python,content +676,1423146,"utils/nn.py",8901,0,"",python,selection_keyboard +677,1423431,"utils/nn.py",8901,0,".",python,content +678,1423432,"utils/nn.py",8902,0,"",python,selection_keyboard +679,1423577,"utils/nn.py",8902,0,"s",python,content +680,1423636,"utils/nn.py",8903,0,"h",python,content +681,1423636,"utils/nn.py",8904,0,"",python,selection_keyboard +682,1423695,"utils/nn.py",8904,0,"a",python,content +683,1423695,"utils/nn.py",8905,0,"",python,selection_keyboard +684,1423782,"utils/nn.py",8905,0,"p",python,content +685,1423783,"utils/nn.py",8906,0,"",python,selection_keyboard +686,1423880,"utils/nn.py",8906,0,"e",python,content +687,1423880,"utils/nn.py",8907,0,"",python,selection_keyboard +688,1424838,"utils/nn.py",8907,0," ",python,content +689,1424839,"utils/nn.py",8908,0,"",python,selection_keyboard +690,1425546,"utils/nn.py",8908,0,"()",python,content +691,1425547,"utils/nn.py",8909,0,"",python,selection_keyboard +692,1426734,"utils/nn.py",8909,0,"1",python,content +693,1426815,"utils/nn.py",8910,0,",",python,content +694,1426815,"utils/nn.py",8911,0,"",python,selection_keyboard +695,1427000,"utils/nn.py",8911,0," ",python,content +696,1427000,"utils/nn.py",8912,0,"",python,selection_keyboard +697,1427185,"utils/nn.py",8912,0,"2",python,content +698,1427185,"utils/nn.py",8913,0,"",python,selection_keyboard +699,1427316,"utils/nn.py",8913,0,",",python,content +700,1427317,"utils/nn.py",8914,0,"",python,selection_keyboard +701,1427469,"utils/nn.py",8914,0," ",python,content +702,1427470,"utils/nn.py",8915,0,"",python,selection_keyboard +703,1427986,"utils/nn.py",8915,0,"6",python,content +704,1427987,"utils/nn.py",8916,0,"",python,selection_keyboard +705,1428173,"utils/nn.py",8916,0,"1",python,content +706,1428301,"utils/nn.py",8917,0,",",python,content +707,1428301,"utils/nn.py",8918,0,"",python,selection_keyboard +708,1428486,"utils/nn.py",8918,0," ",python,content +709,1428487,"utils/nn.py",8919,0,"",python,selection_keyboard +710,1428792,"utils/nn.py",8919,0,"8",python,content +711,1428793,"utils/nn.py",8920,0,"",python,selection_keyboard +712,1429005,"utils/nn.py",8920,0,",",python,content +713,1429005,"utils/nn.py",8921,0,"",python,selection_keyboard +714,1429082,"utils/nn.py",8921,0," ",python,content +715,1429082,"utils/nn.py",8922,0,"",python,selection_keyboard +716,1430249,"utils/nn.py",8922,0,"6",python,content +717,1430249,"utils/nn.py",8923,0,"",python,selection_keyboard +718,1430304,"utils/nn.py",8923,0,"4",python,content +719,1430304,"utils/nn.py",8924,0,"",python,selection_keyboard +720,1430547,"utils/nn.py",8923,0,"",python,selection_command +721,1438542,"utils/nn.py",8922,0,"",python,selection_command +722,1438689,"utils/nn.py",8920,0,"",python,selection_command +723,1438825,"utils/nn.py",8919,0,"",python,selection_command +724,1438961,"utils/nn.py",8917,0,"",python,selection_command +725,1439254,"utils/nn.py",8915,0,"",python,selection_command +726,1453074,"TERMINAL",0,0,"k",,terminal_output +727,1453503,"TERMINAL",0,0,"e",,terminal_output +728,1453599,"TERMINAL",0,0,"y",,terminal_output +729,1453974,"TERMINAL",0,0,".",,terminal_output +730,1454136,"TERMINAL",0,0,"s",,terminal_output +731,1454213,"TERMINAL",0,0,"h",,terminal_output +732,1454301,"TERMINAL",0,0,"a",,terminal_output +733,1454383,"TERMINAL",0,0,"p",,terminal_output +734,1454470,"TERMINAL",0,0,"e",,terminal_output +735,1454589,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 8, 64)\r\n",,terminal_output +736,1456932,"TERMINAL",0,0,"va",,terminal_output +737,1457017,"TERMINAL",0,0,"l",,terminal_output +738,1457136,"TERMINAL",0,0,"ue",,terminal_output +739,1457267,"TERMINAL",0,0,".",,terminal_output +740,1457368,"TERMINAL",0,0,"s",,terminal_output +741,1457438,"TERMINAL",0,0,"h",,terminal_output +742,1457521,"TERMINAL",0,0,"a",,terminal_output +743,1457600,"TERMINAL",0,0,"p",,terminal_output +744,1457687,"TERMINAL",0,0,"e",,terminal_output +745,1457787,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 8, 64)\r\n",,terminal_output +746,1471934,"utils/nn.py",8913,0,"",python,selection_command +747,1472054,"utils/nn.py",8912,0,"",python,selection_command +748,1472195,"utils/nn.py",8910,0,"",python,selection_command +749,1472312,"utils/nn.py",8909,0,"",python,selection_command +750,1472457,"utils/nn.py",8908,0,"",python,selection_command +751,1472578,"utils/nn.py",8902,0,"",python,selection_command +752,1472726,"utils/nn.py",8901,0,"",python,selection_command +753,1472936,"utils/nn.py",8896,0,"",python,selection_command +754,1473273,"utils/nn.py",8896,5,"",python,content +755,1473759,"utils/nn.py",8896,0,"q",python,content +756,1473759,"utils/nn.py",8897,0,"",python,selection_keyboard +757,1473886,"utils/nn.py",8897,0,"k",python,content +758,1473886,"utils/nn.py",8898,0,"",python,selection_keyboard +759,1473964,"utils/nn.py",8898,0,"v",python,content +760,1473964,"utils/nn.py",8899,0,"",python,selection_keyboard +761,1474183,"utils/nn.py",8898,0,"",python,selection_command +762,1478306,"utils/nn.py",8825,0,"",python,selection_command +763,1478793,"utils/nn.py",10808,0,"",python,selection_command +764,1480311,"utils/nn.py",9694,0,"",python,selection_command +765,1481212,"utils/nn.py",8670,0,"",python,selection_keyboard +766,1481544,"utils/nn.py",8585,0,"",python,selection_command +767,1481803,"utils/nn.py",8580,0,"",python,selection_command +768,1481826,"utils/nn.py",8505,0,"",python,selection_command +769,1481850,"utils/nn.py",8409,0,"",python,selection_command +770,1481883,"utils/nn.py",8404,0,"",python,selection_command +771,1482027,"utils/nn.py",8337,0,"",python,selection_command +772,1482176,"utils/nn.py",8329,0,"",python,selection_command +773,1482347,"utils/nn.py",8241,0,"",python,selection_command +774,1483871,"utils/nn.py",2877,26,"_create_flash_attention_fn",python,selection_command +775,1484098,"utils/nn.py",2902,0,"",python,selection_command +776,1484283,"utils/nn.py",2826,0,"",python,selection_command +777,1484535,"utils/nn.py",2784,0,"",python,selection_command +778,1484563,"utils/nn.py",2745,0,"",python,selection_command +779,1484591,"utils/nn.py",2710,0,"",python,selection_command +780,1484627,"utils/nn.py",2676,0,"",python,selection_command +781,1484658,"utils/nn.py",2638,0,"",python,selection_command +782,1484693,"utils/nn.py",2580,0,"",python,selection_command +783,1484725,"utils/nn.py",2570,0,"",python,selection_command +784,1484758,"utils/nn.py",2547,0,"",python,selection_command +785,1484791,"utils/nn.py",2517,0,"",python,selection_command +786,1484826,"utils/nn.py",2475,0,"",python,selection_command +787,1484858,"utils/nn.py",2440,0,"",python,selection_command +788,1484892,"utils/nn.py",2396,0,"",python,selection_command +789,1484925,"utils/nn.py",2335,0,"",python,selection_command +790,1484958,"utils/nn.py",2330,0,"",python,selection_command +791,1484992,"utils/nn.py",2324,0,"",python,selection_command +792,1485025,"utils/nn.py",2298,0,"",python,selection_command +793,1485058,"utils/nn.py",2264,0,"",python,selection_command +794,1485094,"utils/nn.py",2241,0,"",python,selection_command +795,1485125,"utils/nn.py",2226,0,"",python,selection_command +796,1485159,"utils/nn.py",2179,0,"",python,selection_command +797,1485191,"utils/nn.py",2137,0,"",python,selection_command +798,1485225,"utils/nn.py",2084,0,"",python,selection_command +799,1485393,"utils/nn.py",2054,0,"",python,selection_command +800,1485576,"utils/nn.py",2062,0,"",python,selection_command +801,1485661,"utils/nn.py",2092,0,"",python,selection_command +802,1485812,"utils/nn.py",2104,0,"",python,selection_command +803,1485950,"utils/nn.py",2105,0,"",python,selection_command +804,1487800,"TERMINAL",0,0,"c",,terminal_output +805,1487907,"TERMINAL",0,0,"\r\n",,terminal_output +806,1487986,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +807,1489612,"TERMINAL",0,0,"c\r\n",,terminal_output +808,1489665,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +809,1490183,"TERMINAL",0,0,"c",,terminal_output +810,1490278,"TERMINAL",0,0,"\r\n",,terminal_output +811,1490392,"TERMINAL",0,0,"2025-07-27 09:43:30.192557: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +812,1490698,"TERMINAL",0,0,"\r\n",,terminal_output +813,1491891,"TERMINAL",0,0,"2025-07-27 09:43:31.695121: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +814,1492414,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +815,1494821,"TERMINAL",0,0,"c",,terminal_output +816,1495557,"TERMINAL",0,0,"\r\n",,terminal_output +817,1498096,"TERMINAL",0,0,"(Pdb) (Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +818,1498489,"TERMINAL",0,0,"\r\n",,terminal_output +819,1502156,"TERMINAL",0,0,"d",,terminal_output +820,1503926,"TERMINAL",0,0,"\r\n(Pdb) (Pdb) *** Newest frame\r\n",,terminal_output +821,1505583,"TERMINAL",0,0,"c",,terminal_output +822,1505844,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +823,1506813,"TERMINAL",0,0,"d",,terminal_output +824,1506930,"TERMINAL",0,0,"\r\n(Pdb) *** Newest frame\r\n",,terminal_output +825,1508199,"TERMINAL",0,0,"c",,terminal_output +826,1508327,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +827,1509651,"TERMINAL",0,0,"d",,terminal_output +828,1509833,"TERMINAL",0,0,"e",,terminal_output +829,1509980,"TERMINAL",0,0,"le",,terminal_output +830,1510051,"TERMINAL",0,0,"t",,terminal_output +831,1510172,"TERMINAL",0,0,"e",,terminal_output +832,1510349,"TERMINAL",0,0,"\r\n(Pdb) *** NameError: name 'delete' is not defined\r\n",,terminal_output +833,1532335,"TERMINAL",0,0,"c",,terminal_output +834,1532453,"TERMINAL",0,0,"\r\n",,terminal_output +835,1532892,"TERMINAL",0,0,"2025-07-27 09:44:12.692617: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +836,1533516,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/models/dynamics_causal.py(73)__call__()\r\n-> vid_embed += act_embed\r\n",,terminal_output +837,1533698,"TERMINAL",0,0,"c",,terminal_output +838,1533801,"TERMINAL",0,0,"l",,terminal_output +839,1533929,"TERMINAL",0,0,"ea",,terminal_output +840,1534002,"TERMINAL",0,0,"r",,terminal_output +841,1534100,"TERMINAL",0,0,"\r\n",,terminal_output +842,1544494,"TERMINAL",0,0,"\r\n",,terminal_output +843,1544995,"TERMINAL",0,0,"d",,terminal_output +844,1545106,"TERMINAL",0,0,"i",,terminal_output +845,1545182,"TERMINAL",0,0,"s",,terminal_output +846,1545292,"TERMINAL",0,0,"a",,terminal_output +847,1545440,"TERMINAL",0,0,"b",,terminal_output +848,1545527,"TERMINAL",0,0,"l",,terminal_output +849,1545682,"TERMINAL",0,0,"e",,terminal_output +850,1545813,"TERMINAL",0,0,"\r\n",,terminal_output +851,1546800,"TERMINAL",0,0,"c",,terminal_output +852,1546913,"TERMINAL",0,0,"\r\n(Pdb) Clear all breaks? (Pdb) (Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +853,1550184,"TERMINAL",0,0,"c",,terminal_output +854,1550291,"TERMINAL",0,0,"l",,terminal_output +855,1550397,"TERMINAL",0,0,"e",,terminal_output +856,1550452,"TERMINAL",0,0,"a",,terminal_output +857,1550737,"TERMINAL",0,0,"r",,terminal_output +858,1550900,"TERMINAL",0,0,"\r\n",,terminal_output +859,1553769,"TERMINAL",0,0,"\r\n",,terminal_output +860,1566414,"TERMINAL",0,0,"d",,terminal_output +861,1566545,"TERMINAL",0,0,"is",,terminal_output +862,1566715,"TERMINAL",0,0,"a",,terminal_output +863,1566829,"TERMINAL",0,0,"b",,terminal_output +864,1566897,"TERMINAL",0,0,"l",,terminal_output +865,1567000,"TERMINAL",0,0,"e",,terminal_output +866,1567111,"TERMINAL",0,0,"\r\n",,terminal_output +867,1570116,"TERMINAL",0,0,"\r\n",,terminal_output +868,1574098,"TERMINAL",0,0,"c",,terminal_output +869,1574186,"TERMINAL",0,0,"\r\n",,terminal_output +870,1574266,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 77, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 228, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 133, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 321, in attention_fn\r\n mask_4d = (\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 300, in _fuse_masks\r\n mask_bool = mask.astype(jnp.bool_)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +871,1575053,"TERMINAL",0,0,"(Pdb) Clear all breaks? (Pdb) (Pdb) (Pdb) ",,terminal_output +872,1575280,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +873,1588964,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n # qkv.shape (1, 2, 61, 8, 64)\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +874,1588964,"/fast/home/franz.srambical/jafar/utils/nn.py",4041,0,"",python,selection_command +875,1613227,"/fast/home/franz.srambical/jafar/utils/nn.py",4080,0,"",python,selection_command +876,1614195,"/fast/home/franz.srambical/jafar/utils/nn.py",10821,0,"",python,selection_command +877,1614958,"/fast/home/franz.srambical/jafar/utils/nn.py",9694,0,"",python,selection_command +878,1615887,"/fast/home/franz.srambical/jafar/utils/nn.py",9635,0,"",python,selection_command +879,1616129,"/fast/home/franz.srambical/jafar/utils/nn.py",9596,0,"",python,selection_command +880,1616153,"/fast/home/franz.srambical/jafar/utils/nn.py",9587,0,"",python,selection_command +881,1616179,"/fast/home/franz.srambical/jafar/utils/nn.py",9552,0,"",python,selection_command +882,1616212,"/fast/home/franz.srambical/jafar/utils/nn.py",9515,0,"",python,selection_command +883,1616244,"/fast/home/franz.srambical/jafar/utils/nn.py",9506,0,"",python,selection_command +884,1616284,"/fast/home/franz.srambical/jafar/utils/nn.py",9448,0,"",python,selection_command +885,1616314,"/fast/home/franz.srambical/jafar/utils/nn.py",9434,0,"",python,selection_command +886,1616346,"/fast/home/franz.srambical/jafar/utils/nn.py",9353,0,"",python,selection_command +887,1616377,"/fast/home/franz.srambical/jafar/utils/nn.py",9316,0,"",python,selection_command +888,1616415,"/fast/home/franz.srambical/jafar/utils/nn.py",9269,0,"",python,selection_command +889,1616448,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,0,"",python,selection_command +890,1616487,"/fast/home/franz.srambical/jafar/utils/nn.py",9178,0,"",python,selection_command +891,1616525,"/fast/home/franz.srambical/jafar/utils/nn.py",9115,0,"",python,selection_command +892,1616556,"/fast/home/franz.srambical/jafar/utils/nn.py",9094,0,"",python,selection_command +893,1616587,"/fast/home/franz.srambical/jafar/utils/nn.py",9085,0,"",python,selection_command +894,1616611,"/fast/home/franz.srambical/jafar/utils/nn.py",9026,0,"",python,selection_command +895,1616648,"/fast/home/franz.srambical/jafar/utils/nn.py",8999,0,"",python,selection_command +896,1616681,"/fast/home/franz.srambical/jafar/utils/nn.py",8990,0,"",python,selection_command +897,1616713,"/fast/home/franz.srambical/jafar/utils/nn.py",8932,0,"",python,selection_command +898,1616826,"/fast/home/franz.srambical/jafar/utils/nn.py",8894,0,"",python,selection_command +899,1622686,"/fast/home/franz.srambical/jafar/utils/nn.py",8821,0,"",python,selection_command +900,1622933,"/fast/home/franz.srambical/jafar/utils/nn.py",8812,0,"",python,selection_command +901,1622959,"/fast/home/franz.srambical/jafar/utils/nn.py",8810,0,"",python,selection_command +902,1622985,"/fast/home/franz.srambical/jafar/utils/nn.py",8772,0,"",python,selection_command +903,1623017,"/fast/home/franz.srambical/jafar/utils/nn.py",8674,0,"",python,selection_command +904,1623051,"/fast/home/franz.srambical/jafar/utils/nn.py",8589,0,"",python,selection_command +905,1623085,"/fast/home/franz.srambical/jafar/utils/nn.py",8580,0,"",python,selection_command +906,1623116,"/fast/home/franz.srambical/jafar/utils/nn.py",8509,0,"",python,selection_command +907,1623152,"/fast/home/franz.srambical/jafar/utils/nn.py",8413,0,"",python,selection_command +908,1623192,"/fast/home/franz.srambical/jafar/utils/nn.py",8404,0,"",python,selection_command +909,1623328,"/fast/home/franz.srambical/jafar/utils/nn.py",8341,0,"",python,selection_command +910,1623484,"/fast/home/franz.srambical/jafar/utils/nn.py",8331,0,"",python,selection_command +911,1623634,"/fast/home/franz.srambical/jafar/utils/nn.py",8245,0,"",python,selection_command +912,1623828,"/fast/home/franz.srambical/jafar/utils/nn.py",8236,0,"",python,selection_command +913,1623996,"/fast/home/franz.srambical/jafar/utils/nn.py",8245,0,"",python,selection_command +914,1627153,"/fast/home/franz.srambical/jafar/utils/nn.py",2877,26,"_create_flash_attention_fn",python,selection_command +915,1627262,"/fast/home/franz.srambical/jafar/utils/nn.py",2902,0,"",python,selection_command +916,1627649,"/fast/home/franz.srambical/jafar/utils/nn.py",2830,0,"",python,selection_command +917,1627890,"/fast/home/franz.srambical/jafar/utils/nn.py",2788,0,"",python,selection_command +918,1627913,"/fast/home/franz.srambical/jafar/utils/nn.py",2749,0,"",python,selection_command +919,1627938,"/fast/home/franz.srambical/jafar/utils/nn.py",2714,0,"",python,selection_command +920,1627972,"/fast/home/franz.srambical/jafar/utils/nn.py",2680,0,"",python,selection_command +921,1628011,"/fast/home/franz.srambical/jafar/utils/nn.py",2642,0,"",python,selection_command +922,1628153,"/fast/home/franz.srambical/jafar/utils/nn.py",2584,0,"",python,selection_command +923,1628589,"/fast/home/franz.srambical/jafar/utils/nn.py",2588,0,"",python,selection_command +924,1628722,"/fast/home/franz.srambical/jafar/utils/nn.py",2589,0,"",python,selection_command +925,1629080,"/fast/home/franz.srambical/jafar/utils/nn.py",4058,0,"",python,selection_command +926,1629615,"/fast/home/franz.srambical/jafar/utils/nn.py",4024,0,"",python,selection_command +927,1629875,"/fast/home/franz.srambical/jafar/utils/nn.py",3987,0,"",python,selection_command +928,1629899,"/fast/home/franz.srambical/jafar/utils/nn.py",3958,0,"",python,selection_command +929,1629930,"/fast/home/franz.srambical/jafar/utils/nn.py",3921,0,"",python,selection_command +930,1629965,"/fast/home/franz.srambical/jafar/utils/nn.py",3903,0,"",python,selection_command +931,1629999,"/fast/home/franz.srambical/jafar/utils/nn.py",3901,0,"",python,selection_command +932,1630332,"/fast/home/franz.srambical/jafar/utils/nn.py",3864,0,"",python,selection_command +933,1633640,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +934,1633896,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +935,1645569,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +936,1650416,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +937,1652704,"TERMINAL",0,0,"z",,terminal_output +938,1652817,"TERMINAL",0,0,".",,terminal_output +939,1652934,"TERMINAL",0,0,"s",,terminal_output +940,1653032,"TERMINAL",0,0,"h",,terminal_output +941,1653117,"TERMINAL",0,0,"a",,terminal_output +942,1653184,"TERMINAL",0,0,"p",,terminal_output +943,1653354,"TERMINAL",0,0,"e",,terminal_output +944,1653462,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 512)\r\n",,terminal_output +945,1656528,"/fast/home/franz.srambical/jafar/utils/nn.py",3846,0,"\n ",python,content +946,1656922,"/fast/home/franz.srambical/jafar/utils/nn.py",3855,0,"#",python,content +947,1656922,"/fast/home/franz.srambical/jafar/utils/nn.py",3856,0,"",python,selection_keyboard +948,1657005,"/fast/home/franz.srambical/jafar/utils/nn.py",3856,0," ",python,content +949,1657005,"/fast/home/franz.srambical/jafar/utils/nn.py",3857,0,"",python,selection_keyboard +950,1657541,"/fast/home/franz.srambical/jafar/utils/nn.py",3857,0,"z",python,content +951,1657542,"/fast/home/franz.srambical/jafar/utils/nn.py",3858,0,"",python,selection_keyboard +952,1657658,"/fast/home/franz.srambical/jafar/utils/nn.py",3858,0,".",python,content +953,1657658,"/fast/home/franz.srambical/jafar/utils/nn.py",3859,0,"",python,selection_keyboard +954,1657759,"/fast/home/franz.srambical/jafar/utils/nn.py",3859,0,"s",python,content +955,1657759,"/fast/home/franz.srambical/jafar/utils/nn.py",3860,0,"",python,selection_keyboard +956,1657855,"/fast/home/franz.srambical/jafar/utils/nn.py",3860,0,"h",python,content +957,1657855,"/fast/home/franz.srambical/jafar/utils/nn.py",3861,0,"",python,selection_keyboard +958,1657939,"/fast/home/franz.srambical/jafar/utils/nn.py",3861,0,"a",python,content +959,1657940,"/fast/home/franz.srambical/jafar/utils/nn.py",3862,0,"",python,selection_keyboard +960,1658023,"/fast/home/franz.srambical/jafar/utils/nn.py",3862,0,"p",python,content +961,1658024,"/fast/home/franz.srambical/jafar/utils/nn.py",3863,0,"",python,selection_keyboard +962,1658189,"/fast/home/franz.srambical/jafar/utils/nn.py",3863,0,"e",python,content +963,1658189,"/fast/home/franz.srambical/jafar/utils/nn.py",3864,0,"",python,selection_keyboard +964,1658487,"/fast/home/franz.srambical/jafar/utils/nn.py",3864,0," (1, 2, 61, 8, 64)",python,content +965,1658789,"/fast/home/franz.srambical/jafar/utils/nn.py",3881,0,"",python,selection_command +966,1661897,"/fast/home/franz.srambical/jafar/utils/nn.py",3879,0,"",python,selection_command +967,1662143,"/fast/home/franz.srambical/jafar/utils/nn.py",3877,0,"",python,selection_command +968,1662177,"/fast/home/franz.srambical/jafar/utils/nn.py",3876,0,"",python,selection_command +969,1662201,"/fast/home/franz.srambical/jafar/utils/nn.py",3874,0,"",python,selection_command +970,1662233,"/fast/home/franz.srambical/jafar/utils/nn.py",3872,0,"",python,selection_command +971,1662268,"/fast/home/franz.srambical/jafar/utils/nn.py",3870,0,"",python,selection_command +972,1665316,"/fast/home/franz.srambical/jafar/utils/nn.py",3869,0,"",python,selection_command +973,1665488,"/fast/home/franz.srambical/jafar/utils/nn.py",3867,0,"",python,selection_command +974,1667637,"/fast/home/franz.srambical/jafar/utils/nn.py",3845,0,"",python,selection_command +975,1667769,"/fast/home/franz.srambical/jafar/utils/nn.py",3813,0,"",python,selection_command +976,1668168,"/fast/home/franz.srambical/jafar/utils/nn.py",3777,0,"",python,selection_command +977,1669568,"/fast/home/franz.srambical/jafar/utils/nn.py",3813,0,"",python,selection_command +978,1669718,"/fast/home/franz.srambical/jafar/utils/nn.py",3845,0,"",python,selection_command +979,1670113,"/fast/home/franz.srambical/jafar/utils/nn.py",3826,21,"",python,content +980,1670138,"/fast/home/franz.srambical/jafar/utils/nn.py",3834,0,"",python,selection_command +981,1670352,"/fast/home/franz.srambical/jafar/utils/nn.py",3801,0,"",python,selection_command +982,1670515,"/fast/home/franz.srambical/jafar/utils/nn.py",3765,0,"",python,selection_command +983,1670638,"/fast/home/franz.srambical/jafar/utils/nn.py",3729,0,"",python,selection_command +984,1670850,"/fast/home/franz.srambical/jafar/utils/nn.py",3756,0,"\n breakpoint()",python,content +985,1670853,"/fast/home/franz.srambical/jafar/utils/nn.py",3765,0,"",python,selection_command +986,1673449,"TERMINAL",0,0,"q",,terminal_output +987,1673541,"TERMINAL",0,0,"ui",,terminal_output +988,1673985,"TERMINAL",0,0,"t",,terminal_output +989,1674192,"TERMINAL",0,0,"()",,terminal_output +990,1674396,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 193, in \r\n action_batch = jasmine.vq_encode(batch, training=False)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 391, in vq_encode\r\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\r\n File ""/fast/home/franz.srambical/jafar/models/lam.py"", line 133, in vq_encode\r\n z = self.encoder(padded_patches) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 228, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 126, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 126, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +991,1674990,"TERMINAL",0,0,"(Pdb) ",,terminal_output +992,1675206,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +993,1675536,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +994,1675780,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +995,1687039,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +996,1691802,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> # z.shape (1, 2, 61, 8, 64)\r\n",,terminal_output +997,1701025,"TERMINAL",0,0,"z",,terminal_output +998,1701875,"TERMINAL",0,0,".",,terminal_output +999,1702137,"TERMINAL",0,0,"s",,terminal_output +1000,1702240,"TERMINAL",0,0,"h",,terminal_output +1001,1702341,"TERMINAL",0,0,"a",,terminal_output +1002,1702439,"TERMINAL",0,0,"p",,terminal_output +1003,1702614,"TERMINAL",0,0,"e",,terminal_output +1004,1702872,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 512)\r\n",,terminal_output +1005,1705046,"TERMINAL",0,0,"l",,terminal_output +1006,1705238,"TERMINAL",0,0,"\r\n(Pdb) 121 \t def __call__(self, x: jax.Array) -> jax.Array:\r\n122 \t # --- Spatial attention ---\r\n123 \t breakpoint()\r\n124 \t z = self.spatial_pos_enc(x)\r\n125 \t z = self.spatial_norm(z)\r\n126 ->\t # z.shape (1, 2, 61, 8, 64)\r\n127 \t z = self.spatial_attention(z)\r\n128 \t x = x + z\r\n129 \t\r\n130 \t # --- Temporal attention ---\r\n131 \t x = x.swapaxes(1, 2)\r\n",,terminal_output +1007,1722908,"/fast/home/franz.srambical/jafar/utils/nn.py",3757,21,"",python,content +1008,1722933,"/fast/home/franz.srambical/jafar/utils/nn.py",3765,0,"",python,selection_command +1009,1723089,"/fast/home/franz.srambical/jafar/utils/nn.py",3729,0,"",python,selection_command +1010,1725596,"/fast/home/franz.srambical/jafar/utils/nn.py",2249,0,"",python,selection_command +1011,1726179,"/fast/home/franz.srambical/jafar/utils/nn.py",787,0,"",python,selection_command +1012,1726860,"/fast/home/franz.srambical/jafar/utils/nn.py",814,0,"",python,selection_command +1013,1727094,"/fast/home/franz.srambical/jafar/utils/nn.py",823,0,"",python,selection_command +1014,1727125,"/fast/home/franz.srambical/jafar/utils/nn.py",874,0,"",python,selection_command +1015,1727154,"/fast/home/franz.srambical/jafar/utils/nn.py",912,0,"",python,selection_command +1016,1727206,"/fast/home/franz.srambical/jafar/utils/nn.py",921,0,"",python,selection_command +1017,1727240,"/fast/home/franz.srambical/jafar/utils/nn.py",922,0,"",python,selection_command +1018,1727254,"/fast/home/franz.srambical/jafar/utils/nn.py",931,0,"",python,selection_command +1019,1727528,"/fast/home/franz.srambical/jafar/utils/nn.py",922,0,"",python,selection_command +1020,1727730,"/fast/home/franz.srambical/jafar/utils/nn.py",931,0,"",python,selection_command +1021,1728303,"/fast/home/franz.srambical/jafar/utils/nn.py",958,0,"",python,selection_command +1022,1728753,"/fast/home/franz.srambical/jafar/utils/nn.py",931,0,"",python,selection_command +1023,1731449,"/fast/home/franz.srambical/jafar/utils/nn.py",5897,7,"STBlock",python,selection_command +1024,1731759,"/fast/home/franz.srambical/jafar/utils/nn.py",5903,0,"",python,selection_command +1025,1734436,"/fast/home/franz.srambical/jafar/utils/nn.py",5914,0,"",python,selection_command +1026,1734678,"/fast/home/franz.srambical/jafar/utils/nn.py",5954,0,"",python,selection_command +1027,1734702,"/fast/home/franz.srambical/jafar/utils/nn.py",5996,0,"",python,selection_command +1028,1734732,"/fast/home/franz.srambical/jafar/utils/nn.py",6042,0,"",python,selection_command +1029,1734771,"/fast/home/franz.srambical/jafar/utils/nn.py",6084,0,"",python,selection_command +1030,1734801,"/fast/home/franz.srambical/jafar/utils/nn.py",6134,0,"",python,selection_command +1031,1734832,"/fast/home/franz.srambical/jafar/utils/nn.py",6172,0,"",python,selection_command +1032,1734869,"/fast/home/franz.srambical/jafar/utils/nn.py",6238,0,"",python,selection_command +1033,1734899,"/fast/home/franz.srambical/jafar/utils/nn.py",6294,0,"",python,selection_command +1034,1734933,"/fast/home/franz.srambical/jafar/utils/nn.py",6334,0,"",python,selection_command +1035,1734965,"/fast/home/franz.srambical/jafar/utils/nn.py",6365,0,"",python,selection_command +1036,1735000,"/fast/home/franz.srambical/jafar/utils/nn.py",6383,0,"",python,selection_command +1037,1735031,"/fast/home/franz.srambical/jafar/utils/nn.py",6389,0,"",python,selection_command +1038,1735065,"/fast/home/franz.srambical/jafar/utils/nn.py",6398,0,"",python,selection_command +1039,1735099,"/fast/home/franz.srambical/jafar/utils/nn.py",6438,0,"",python,selection_command +1040,1735138,"/fast/home/franz.srambical/jafar/utils/nn.py",6478,0,"",python,selection_command +1041,1735169,"/fast/home/franz.srambical/jafar/utils/nn.py",6517,0,"",python,selection_command +1042,1735200,"/fast/home/franz.srambical/jafar/utils/nn.py",6559,0,"",python,selection_command +1043,1735235,"/fast/home/franz.srambical/jafar/utils/nn.py",6589,0,"",python,selection_command +1044,1735267,"/fast/home/franz.srambical/jafar/utils/nn.py",6612,0,"",python,selection_command +1045,1735300,"/fast/home/franz.srambical/jafar/utils/nn.py",6614,0,"",python,selection_command +1046,1735333,"/fast/home/franz.srambical/jafar/utils/nn.py",6623,0,"",python,selection_command +1047,1735367,"/fast/home/franz.srambical/jafar/utils/nn.py",6674,0,"",python,selection_command +1048,1735403,"/fast/home/franz.srambical/jafar/utils/nn.py",6706,0,"",python,selection_command +1049,1735602,"/fast/home/franz.srambical/jafar/utils/nn.py",6738,0,"",python,selection_command +1050,1735776,"/fast/home/franz.srambical/jafar/utils/nn.py",6762,0,"",python,selection_command +1051,1735928,"/fast/home/franz.srambical/jafar/utils/nn.py",6771,0,"",python,selection_command +1052,1736092,"/fast/home/franz.srambical/jafar/utils/nn.py",6805,0,"",python,selection_command +1053,1736343,"/fast/home/franz.srambical/jafar/utils/nn.py",6771,0,"",python,selection_command +1054,1737642,"/fast/home/franz.srambical/jafar/utils/nn.py",6796,0,"\n ",python,content +1055,1738078,"/fast/home/franz.srambical/jafar/utils/nn.py",6809,0,"b",python,content +1056,1738078,"/fast/home/franz.srambical/jafar/utils/nn.py",6810,0,"",python,selection_keyboard +1057,1738114,"/fast/home/franz.srambical/jafar/utils/nn.py",6810,0,"r",python,content +1058,1738114,"/fast/home/franz.srambical/jafar/utils/nn.py",6811,0,"",python,selection_keyboard +1059,1738189,"/fast/home/franz.srambical/jafar/utils/nn.py",6811,0,"e",python,content +1060,1738189,"/fast/home/franz.srambical/jafar/utils/nn.py",6812,0,"",python,selection_keyboard +1061,1738210,"/fast/home/franz.srambical/jafar/utils/nn.py",6812,0,"a",python,content +1062,1738210,"/fast/home/franz.srambical/jafar/utils/nn.py",6813,0,"",python,selection_keyboard +1063,1738273,"/fast/home/franz.srambical/jafar/utils/nn.py",6813,0,"k",python,content +1064,1738274,"/fast/home/franz.srambical/jafar/utils/nn.py",6814,0,"",python,selection_keyboard +1065,1738405,"/fast/home/franz.srambical/jafar/utils/nn.py",6814,0,"p",python,content +1066,1738405,"/fast/home/franz.srambical/jafar/utils/nn.py",6815,0,"",python,selection_keyboard +1067,1738473,"/fast/home/franz.srambical/jafar/utils/nn.py",6815,0,"o",python,content +1068,1738474,"/fast/home/franz.srambical/jafar/utils/nn.py",6816,0,"",python,selection_keyboard +1069,1738513,"/fast/home/franz.srambical/jafar/utils/nn.py",6816,0,"i",python,content +1070,1738513,"/fast/home/franz.srambical/jafar/utils/nn.py",6817,0,"",python,selection_keyboard +1071,1738577,"/fast/home/franz.srambical/jafar/utils/nn.py",6817,0,"n",python,content +1072,1738577,"/fast/home/franz.srambical/jafar/utils/nn.py",6818,0,"",python,selection_keyboard +1073,1738627,"/fast/home/franz.srambical/jafar/utils/nn.py",6818,0,"t",python,content +1074,1738627,"/fast/home/franz.srambical/jafar/utils/nn.py",6819,0,"",python,selection_keyboard +1075,1738932,"/fast/home/franz.srambical/jafar/utils/nn.py",6819,0,"()",python,content +1076,1738933,"/fast/home/franz.srambical/jafar/utils/nn.py",6820,0,"",python,selection_keyboard +1077,1738947,"/fast/home/franz.srambical/jafar/utils/nn.py",6820,1,")",python,content +1078,1738947,"/fast/home/franz.srambical/jafar/utils/nn.py",6821,0,"",python,selection_keyboard +1079,1739478,"/fast/home/franz.srambical/jafar/utils/nn.py",6820,0,"",python,selection_command +1080,1741299,"TERMINAL",0,0,"q",,terminal_output +1081,1741824,"TERMINAL",0,0,"uit",,terminal_output +1082,1742069,"TERMINAL",0,0,"()",,terminal_output +1083,1742318,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 193, in \r\n action_batch = jasmine.vq_encode(batch, training=False)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 391, in vq_encode\r\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\r\n File ""/fast/home/franz.srambical/jafar/models/lam.py"", line 133, in vq_encode\r\n z = self.encoder(padded_patches) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 228, in __call__\r\n breakpoint()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 126, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 126, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +1084,1742900,"TERMINAL",0,0,"(Pdb) ",,terminal_output +1085,1743103,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1086,1743222,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1087,1743293,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1088,1743375,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +1089,1743722,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1090,1746193,"/fast/home/franz.srambical/jafar/utils/nn.py",6821,0,"\n ",python,content +1091,1746313,"/fast/home/franz.srambical/jafar/utils/nn.py",6834,0,"x",python,content +1092,1746313,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,0,"",python,selection_keyboard +1093,1746395,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,0,".",python,content +1094,1746396,"/fast/home/franz.srambical/jafar/utils/nn.py",6836,0,"",python,selection_keyboard +1095,1746706,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,1,"",python,content +1096,1746833,"/fast/home/franz.srambical/jafar/utils/nn.py",6834,1,"",python,content +1097,1747002,"/fast/home/franz.srambical/jafar/utils/nn.py",6834,0,"$",python,content +1098,1747002,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,0,"",python,selection_keyboard +1099,1747588,"/fast/home/franz.srambical/jafar/utils/nn.py",6834,1,"",python,content +1100,1747732,"/fast/home/franz.srambical/jafar/utils/nn.py",6834,0,"#",python,content +1101,1747732,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,0,"",python,selection_keyboard +1102,1748026,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,0,".",python,content +1103,1748026,"/fast/home/franz.srambical/jafar/utils/nn.py",6836,0,"",python,selection_keyboard +1104,1748189,"/fast/home/franz.srambical/jafar/utils/nn.py",6836,0,"x",python,content +1105,1748189,"/fast/home/franz.srambical/jafar/utils/nn.py",6837,0,"",python,selection_keyboard +1106,1748705,"/fast/home/franz.srambical/jafar/utils/nn.py",6836,1,"",python,content +1107,1748809,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,1,"",python,content +1108,1748866,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,0,"x",python,content +1109,1748866,"/fast/home/franz.srambical/jafar/utils/nn.py",6836,0,"",python,selection_keyboard +1110,1748987,"/fast/home/franz.srambical/jafar/utils/nn.py",6836,0,".",python,content +1111,1748988,"/fast/home/franz.srambical/jafar/utils/nn.py",6837,0,"",python,selection_keyboard +1112,1749071,"/fast/home/franz.srambical/jafar/utils/nn.py",6837,0,"s",python,content +1113,1749071,"/fast/home/franz.srambical/jafar/utils/nn.py",6838,0,"",python,selection_keyboard +1114,1749167,"/fast/home/franz.srambical/jafar/utils/nn.py",6838,0,"h",python,content +1115,1749167,"/fast/home/franz.srambical/jafar/utils/nn.py",6839,0,"",python,selection_keyboard +1116,1749290,"/fast/home/franz.srambical/jafar/utils/nn.py",6839,0,"a",python,content +1117,1749290,"/fast/home/franz.srambical/jafar/utils/nn.py",6840,0,"",python,selection_keyboard +1118,1749331,"/fast/home/franz.srambical/jafar/utils/nn.py",6840,0,"p",python,content +1119,1749331,"/fast/home/franz.srambical/jafar/utils/nn.py",6841,0,"",python,selection_keyboard +1120,1749572,"/fast/home/franz.srambical/jafar/utils/nn.py",6841,0,"e",python,content +1121,1749572,"/fast/home/franz.srambical/jafar/utils/nn.py",6842,0,"",python,selection_keyboard +1122,1750466,"/fast/home/franz.srambical/jafar/utils/nn.py",6842,0," ",python,content +1123,1750466,"/fast/home/franz.srambical/jafar/utils/nn.py",6843,0,"",python,selection_keyboard +1124,1755358,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1125,1760204,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(229)__call__()\r\n-> x = block(x)\r\n",,terminal_output +1126,1760873,"TERMINAL",0,0,"x",,terminal_output +1127,1760987,"TERMINAL",0,0,".",,terminal_output +1128,1761123,"TERMINAL",0,0,"s",,terminal_output +1129,1761248,"TERMINAL",0,0,"h",,terminal_output +1130,1761321,"TERMINAL",0,0,"a",,terminal_output +1131,1761443,"TERMINAL",0,0,"p",,terminal_output +1132,1761509,"TERMINAL",0,0,"e",,terminal_output +1133,1761691,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 512)\r\n",,terminal_output +1134,1763967,"/fast/home/franz.srambical/jafar/utils/nn.py",6843,0,"()",python,content +1135,1763967,"/fast/home/franz.srambical/jafar/utils/nn.py",6844,0,"",python,selection_keyboard +1136,1764199,"/fast/home/franz.srambical/jafar/utils/nn.py",6844,0,"1",python,content +1137,1764200,"/fast/home/franz.srambical/jafar/utils/nn.py",6845,0,"",python,selection_keyboard +1138,1764345,"/fast/home/franz.srambical/jafar/utils/nn.py",6845,0,",",python,content +1139,1764345,"/fast/home/franz.srambical/jafar/utils/nn.py",6846,0,"",python,selection_keyboard +1140,1764982,"/fast/home/franz.srambical/jafar/utils/nn.py",6846,0," ",python,content +1141,1764982,"/fast/home/franz.srambical/jafar/utils/nn.py",6847,0,"",python,selection_keyboard +1142,1765474,"/fast/home/franz.srambical/jafar/utils/nn.py",6847,0,"2, 61, 8, 64",python,content +1143,1765474,"/fast/home/franz.srambical/jafar/utils/nn.py",6835,0," ",python,content +1144,1765680,"/fast/home/franz.srambical/jafar/utils/nn.py",6859,0,"",python,selection_command +1145,1766515,"/fast/home/franz.srambical/jafar/utils/nn.py",6822,0,"",python,selection_command +1146,1769175,"/fast/home/franz.srambical/jafar/utils/nn.py",6834,0,"",python,selection_command +1147,1769436,"/fast/home/franz.srambical/jafar/utils/nn.py",6836,0,"",python,selection_command +1148,1769445,"/fast/home/franz.srambical/jafar/utils/nn.py",6837,0,"",python,selection_command +1149,1769481,"/fast/home/franz.srambical/jafar/utils/nn.py",6838,0,"",python,selection_command +1150,1769514,"/fast/home/franz.srambical/jafar/utils/nn.py",6844,0,"",python,selection_command +1151,1769555,"/fast/home/franz.srambical/jafar/utils/nn.py",6845,0,"",python,selection_command +1152,1769585,"/fast/home/franz.srambical/jafar/utils/nn.py",6846,0,"",python,selection_command +1153,1769839,"/fast/home/franz.srambical/jafar/utils/nn.py",6848,0,"",python,selection_command +1154,1769972,"/fast/home/franz.srambical/jafar/utils/nn.py",6849,0,"",python,selection_command +1155,1770317,"/fast/home/franz.srambical/jafar/utils/nn.py",6851,0,"",python,selection_command +1156,1770592,"/fast/home/franz.srambical/jafar/utils/nn.py",6853,0,"",python,selection_command +1157,1770926,"/fast/home/franz.srambical/jafar/utils/nn.py",6855,0,"",python,selection_command +1158,1771123,"/fast/home/franz.srambical/jafar/utils/nn.py",6855,1,"8",python,selection_command +1159,1771189,"/fast/home/franz.srambical/jafar/utils/nn.py",6855,2,"8,",python,selection_command +1160,1771308,"/fast/home/franz.srambical/jafar/utils/nn.py",6855,5,"8, 64",python,selection_command +1161,1771650,"/fast/home/franz.srambical/jafar/utils/nn.py",6855,5,"",python,content +1162,1772289,"/fast/home/franz.srambical/jafar/utils/nn.py",6855,0,"5",python,content +1163,1772290,"/fast/home/franz.srambical/jafar/utils/nn.py",6856,0,"",python,selection_keyboard +1164,1772412,"/fast/home/franz.srambical/jafar/utils/nn.py",6856,0,"1",python,content +1165,1772413,"/fast/home/franz.srambical/jafar/utils/nn.py",6857,0,"",python,selection_keyboard +1166,1772470,"/fast/home/franz.srambical/jafar/utils/nn.py",6857,0,"2",python,content +1167,1772470,"/fast/home/franz.srambical/jafar/utils/nn.py",6858,0,"",python,selection_keyboard +1168,1772692,"/fast/home/franz.srambical/jafar/utils/nn.py",6857,0,"",python,selection_command +1169,1776173,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13995.6 task 0: running\r\n",,terminal_output +1170,1776327,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13995.6\r\nsrun: forcing job termination\r\n(Pdb) --KeyboardInterrupt--\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T09:48:16.101] error: *** STEP 13995.6 ON hai003 CANCELLED AT 2025-07-27T09:48:16 DUE to SIGNAL Killed ***\r\n",,terminal_output +1171,1776419,"TERMINAL",0,0,"(Pdb) ",,terminal_output +1172,1776696,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1173,1778826,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ \r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1174,1781781,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1175,1783201,"/fast/home/franz.srambical/jafar/utils/nn.py",6820,0,"",python,selection_command +1176,1783511,"/fast/home/franz.srambical/jafar/utils/nn.py",6797,25,"",python,content +1177,1783535,"/fast/home/franz.srambical/jafar/utils/nn.py",6809,0,"",python,selection_command +1178,1785588,"/fast/home/franz.srambical/jafar/utils/nn.py",6775,0,"",python,selection_command +1179,1786030,"/fast/home/franz.srambical/jafar/utils/nn.py",5776,0,"",python,selection_command +1180,1786448,"/fast/home/franz.srambical/jafar/utils/nn.py",4844,0,"",python,selection_command +1181,1787096,"/fast/home/franz.srambical/jafar/utils/nn.py",4813,0,"",python,selection_command +1182,1787350,"/fast/home/franz.srambical/jafar/utils/nn.py",4778,0,"",python,selection_command +1183,1787367,"/fast/home/franz.srambical/jafar/utils/nn.py",4743,0,"",python,selection_command +1184,1787397,"/fast/home/franz.srambical/jafar/utils/nn.py",4733,0,"",python,selection_command +1185,1787433,"/fast/home/franz.srambical/jafar/utils/nn.py",4712,0,"",python,selection_command +1186,1787461,"/fast/home/franz.srambical/jafar/utils/nn.py",4690,0,"",python,selection_command +1187,1787496,"/fast/home/franz.srambical/jafar/utils/nn.py",4660,0,"",python,selection_command +1188,1787530,"/fast/home/franz.srambical/jafar/utils/nn.py",4625,0,"",python,selection_command +1189,1787562,"/fast/home/franz.srambical/jafar/utils/nn.py",4599,0,"",python,selection_command +1190,1787595,"/fast/home/franz.srambical/jafar/utils/nn.py",4567,0,"",python,selection_command +1191,1787629,"/fast/home/franz.srambical/jafar/utils/nn.py",4543,0,"",python,selection_command +1192,1787668,"/fast/home/franz.srambical/jafar/utils/nn.py",4519,0,"",python,selection_command +1193,1787698,"/fast/home/franz.srambical/jafar/utils/nn.py",4494,0,"",python,selection_command +1194,1787733,"/fast/home/franz.srambical/jafar/utils/nn.py",4472,0,"",python,selection_command +1195,1787764,"/fast/home/franz.srambical/jafar/utils/nn.py",4450,0,"",python,selection_command +1196,1787798,"/fast/home/franz.srambical/jafar/utils/nn.py",4426,0,"",python,selection_command +1197,1787841,"/fast/home/franz.srambical/jafar/utils/nn.py",4402,0,"",python,selection_command +1198,1787995,"/fast/home/franz.srambical/jafar/utils/nn.py",4388,0,"",python,selection_command +1199,1788129,"/fast/home/franz.srambical/jafar/utils/nn.py",4370,0,"",python,selection_command +1200,1788278,"/fast/home/franz.srambical/jafar/utils/nn.py",4337,0,"",python,selection_command +1201,1789144,"/fast/home/franz.srambical/jafar/utils/nn.py",4335,0,"",python,selection_command +1202,1790825,"/fast/home/franz.srambical/jafar/utils/nn.py",4368,0,"",python,selection_command +1203,1791093,"/fast/home/franz.srambical/jafar/utils/nn.py",4335,0,"",python,selection_command +1204,1798182,"utils/nn.py",0,0,"",python,tab +1205,1799887,"utils/nn.py",1110,0,"",python,selection_command +1206,1800520,"utils/nn.py",119,0,"",python,selection_command +1207,1802348,"utils/nn.py",4335,0,"",python,selection_command +1208,1808775,"models/dynamics_causal.py",0,0,"",python,tab +1209,1808775,"models/dynamics_causal.py",980,13,"STTransformer",python,selection_command +1210,1809047,"models/dynamics_causal.py",992,0,"",python,selection_command +1211,1813310,"models/dynamics_causal.py",953,0,"",python,selection_command +1212,1813404,"models/dynamics_causal.py",961,0,"",python,selection_command +1213,1813652,"models/dynamics_causal.py",965,0,"",python,selection_command +1214,1813886,"models/dynamics_causal.py",966,0,"",python,selection_command +1215,1814122,"models/dynamics_causal.py",978,0,"",python,selection_command +1216,1814337,"models/dynamics_causal.py",980,0,"",python,selection_command +1217,1814633,"models/dynamics_causal.py",978,0,"",python,selection_command +1218,1814806,"models/dynamics_causal.py",966,0,"",python,selection_command +1219,1814991,"models/dynamics_causal.py",965,0,"",python,selection_command +1220,1815294,"models/dynamics_causal.py",966,0,"",python,selection_command +1221,1815611,"models/dynamics_causal.py",2252,0,"",python,selection_command +1222,1819736,"models/dynamics_causal.py",2229,0,"",python,selection_command +1223,1819983,"models/dynamics_causal.py",2227,0,"",python,selection_command +1224,1820005,"models/dynamics_causal.py",2148,0,"",python,selection_command +1225,1820040,"models/dynamics_causal.py",2117,0,"",python,selection_command +1226,1820065,"models/dynamics_causal.py",2041,0,"",python,selection_command +1227,1820241,"models/dynamics_causal.py",2003,0,"",python,selection_command +1228,1820411,"models/dynamics_causal.py",1979,0,"",python,selection_command +1229,1820764,"models/dynamics_causal.py",1960,21,"",python,content +1230,1820768,"models/dynamics_causal.py",1968,0,"",python,selection_command +1231,1820938,"models/dynamics_causal.py",2006,0,"",python,selection_command +1232,1821190,"models/dynamics_causal.py",2082,0,"",python,selection_command +1233,1821222,"models/dynamics_causal.py",2113,0,"",python,selection_command +1234,1821461,"models/dynamics_causal.py",2193,0,"",python,selection_command +1235,1821630,"models/dynamics_causal.py",2208,0,"",python,selection_command +1236,1822421,"models/dynamics_causal.py",2208,0,"\n breakpoint()",python,content +1237,1822430,"models/dynamics_causal.py",2217,0,"",python,selection_command +1238,1824608,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +1239,1825550,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1240,1837105,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1241,1845386,"TERMINAL",0,0,"2025-07-27 09:49:25.186297: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1242,1847011,"TERMINAL",0,0,"2025-07-27 09:49:26.742513: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1243,1850600,"TERMINAL",0,0,"2025-07-27 09:49:30.400543: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1244,1851343,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(77)__call__()\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +1245,1863913,"TERMINAL",0,0,"v",,terminal_output +1246,1863990,"TERMINAL",0,0,"i",,terminal_output +1247,1864074,"TERMINAL",0,0,"d",,terminal_output +1248,1864357,"TERMINAL",0,0,"_",,terminal_output +1249,1864513,"TERMINAL",0,0,"e",,terminal_output +1250,1864610,"TERMINAL",0,0,"m",,terminal_output +1251,1864812,"TERMINAL",0,0,"be",,terminal_output +1252,1864891,"TERMINAL",0,0,"d",,terminal_output +1253,1865059,"TERMINAL",0,0,"d",,terminal_output +1254,1865445,"TERMINAL",0,0," ",,terminal_output +1255,1865598,"TERMINAL",0,0,"_",,terminal_output +1256,1865880,"TERMINAL",0,0,"pad",,terminal_output +1257,1866065,"TERMINAL",0,0,"d",,terminal_output +1258,1866210,"TERMINAL",0,0,"e",,terminal_output +1259,1866312,"TERMINAL",0,0,"s",,terminal_output +1260,1866593,"TERMINAL",0,0,"d",,terminal_output +1261,1866705,"TERMINAL",0,0," ",,terminal_output +1262,1866864,"TERMINAL",0,0," ",,terminal_output +1263,1866945,"TERMINAL",0,0,"d",,terminal_output +1264,1867086,"TERMINAL",0,0,".",,terminal_output +1265,1867264,"TERMINAL",0,0,"s",,terminal_output +1266,1867479,"TERMINAL",0,0,"h",,terminal_output +1267,1867557,"TERMINAL",0,0,"a",,terminal_output +1268,1867660,"TERMINAL",0,0,"p",,terminal_output +1269,1867744,"TERMINAL",0,0,"e",,terminal_output +1270,1867877,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +1271,1869838,"models/dynamics_causal.py",2229,0,"\n ",python,content +1272,1870022,"models/dynamics_causal.py",2238,0,"#",python,content +1273,1870022,"models/dynamics_causal.py",2239,0,"",python,selection_keyboard +1274,1871041,"models/dynamics_causal.py",2239,0," vid_embed_padded.shape (1, 2, 62, 8, 64)",python,content +1275,1871413,"models/dynamics_causal.py",2279,0,"",python,selection_command +1276,1871615,"models/dynamics_causal.py",2278,0,"",python,selection_command +1277,1871838,"models/dynamics_causal.py",2277,0,"",python,selection_command +1278,1871989,"models/dynamics_causal.py",2275,0,"",python,selection_command +1279,1872119,"models/dynamics_causal.py",2274,0,"",python,selection_command +1280,1872252,"models/dynamics_causal.py",2272,0,"",python,selection_command +1281,1872384,"models/dynamics_causal.py",2270,0,"",python,selection_command +1282,1872540,"models/dynamics_causal.py",2268,0,"",python,selection_command +1283,1872679,"models/dynamics_causal.py",2267,0,"",python,selection_command +1284,1873572,"models/dynamics_causal.py",2267,1,"1",python,content +1285,1874318,"models/dynamics_causal.py",2268,0,"",python,selection_command +1286,1874492,"models/dynamics_causal.py",2270,0,"",python,selection_command +1287,1875004,"models/dynamics_causal.py",2270,2,"",python,content +1288,1875978,"models/dynamics_causal.py",2270,0,"9",python,content +1289,1875979,"models/dynamics_causal.py",2271,0,"",python,selection_keyboard +1290,1876075,"models/dynamics_causal.py",2271,0,"2",python,content +1291,1876075,"models/dynamics_causal.py",2272,0,"",python,selection_keyboard +1292,1876120,"models/dynamics_causal.py",2272,0,"1",python,content +1293,1876120,"models/dynamics_causal.py",2273,0,"",python,selection_keyboard +1294,1876343,"models/dynamics_causal.py",2272,0,"",python,selection_command +1295,1876486,"models/dynamics_causal.py",2273,0,"",python,selection_command +1296,1876654,"models/dynamics_causal.py",2274,0,"",python,selection_command +1297,1876846,"models/dynamics_causal.py",2275,0,"",python,selection_command +1298,1877825,"models/dynamics_causal.py",2275,1,"8",python,selection_command +1299,1877839,"models/dynamics_causal.py",2275,2,"8,",python,selection_command +1300,1878023,"models/dynamics_causal.py",2275,5,"8, 64",python,selection_command +1301,1878201,"models/dynamics_causal.py",2275,5,"",python,content +1302,1878791,"models/dynamics_causal.py",2275,0,"5",python,content +1303,1878792,"models/dynamics_causal.py",2276,0,"",python,selection_keyboard +1304,1878913,"models/dynamics_causal.py",2276,0,"1",python,content +1305,1878914,"models/dynamics_causal.py",2277,0,"",python,selection_keyboard +1306,1878984,"models/dynamics_causal.py",2277,0,"2",python,content +1307,1878984,"models/dynamics_causal.py",2278,0,"",python,selection_keyboard +1308,1879177,"models/dynamics_causal.py",2277,0,"",python,selection_command +1309,1881107,"TERMINAL",0,0,"s",,terminal_output +1310,1882406,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(222)__call__()\r\n-> def __call__(self, x: jax.Array) -> jax.Array:\r\n",,terminal_output +1311,1884494,"TERMINAL",0,0,"n",,terminal_output +1312,1885893,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(223)__call__()\r\n-> x = self.input_norm1(x)\r\n",,terminal_output +1313,1887181,"models/dynamics_causal.py",2327,0,"",python,selection_command +1314,1887705,"models/dynamics_causal.py",2314,0,"",python,selection_command +1315,1887850,"models/dynamics_causal.py",2313,0,"",python,selection_command +1316,1887993,"models/dynamics_causal.py",2302,0,"",python,selection_command +1317,1888126,"models/dynamics_causal.py",2301,0,"",python,selection_command +1318,1888498,"models/dynamics_causal.py",2302,0,"",python,selection_command +1319,1891890,"models/dynamics_causal.py",2252,0,"",python,selection_command +1320,1892119,"models/dynamics_causal.py",2228,0,"",python,selection_command +1321,1892150,"models/dynamics_causal.py",2208,0,"",python,selection_command +1322,1892182,"models/dynamics_causal.py",2206,0,"",python,selection_command +1323,1892215,"models/dynamics_causal.py",2127,0,"",python,selection_command +1324,1892253,"models/dynamics_causal.py",2096,0,"",python,selection_command +1325,1892282,"models/dynamics_causal.py",2020,0,"",python,selection_command +1326,1892316,"models/dynamics_causal.py",1982,0,"",python,selection_command +1327,1892350,"models/dynamics_causal.py",1922,0,"",python,selection_command +1328,1892518,"models/dynamics_causal.py",1898,0,"",python,selection_command +1329,1892889,"models/dynamics_causal.py",1877,23,"",python,content +1330,1892895,"models/dynamics_causal.py",1885,0,"",python,selection_command +1331,1893030,"models/dynamics_causal.py",1945,0,"",python,selection_command +1332,1893288,"models/dynamics_causal.py",1983,0,"",python,selection_command +1333,1893315,"models/dynamics_causal.py",2059,0,"",python,selection_command +1334,1893347,"models/dynamics_causal.py",2090,0,"",python,selection_command +1335,1893581,"models/dynamics_causal.py",2170,0,"",python,selection_command +1336,1893912,"models/dynamics_causal.py",2162,23,"",python,content +1337,1894616,"models/dynamics_causal.py",2163,0,"",python,selection_command +1338,1894788,"models/dynamics_causal.py",2184,0,"",python,selection_command +1339,1895637,"models/dynamics_causal.py",2234,0,"",python,selection_command +1340,1895782,"models/dynamics_causal.py",2242,0,"",python,selection_command +1341,1895932,"models/dynamics_causal.py",2249,0,"",python,selection_command +1342,1896129,"models/dynamics_causal.py",2251,0,"",python,selection_command +1343,1896388,"models/dynamics_causal.py",2255,0,"",python,selection_command +1344,1896404,"models/dynamics_causal.py",2256,0,"",python,selection_command +1345,1896499,"models/dynamics_causal.py",2267,0,"",python,selection_command +1346,1896937,"models/dynamics_causal.py",2256,0,"",python,selection_command +1347,1898434,"models/dynamics_causal.py",966,0,"",python,selection_command +1348,1900193,"models/dynamics_causal.py",2256,0,"",python,selection_command +1349,1901276,"models/dynamics_causal.py",966,0,"",python,selection_command +1350,1901576,"models/dynamics_causal.py",978,0,"",python,selection_command +1351,1901709,"models/dynamics_causal.py",980,0,"",python,selection_command +1352,1902080,"utils/nn.py",0,0,"",python,tab +1353,1902080,"utils/nn.py",4335,0,"",python,selection_command +1354,1902546,"utils/nn.py",6146,0,"",python,selection_command +1355,1904469,"utils/nn.py",6184,0,"",python,selection_command +1356,1904719,"utils/nn.py",6250,0,"",python,selection_command +1357,1904739,"utils/nn.py",6306,0,"",python,selection_command +1358,1904773,"utils/nn.py",6346,0,"",python,selection_command +1359,1904806,"utils/nn.py",6373,0,"",python,selection_command +1360,1904840,"utils/nn.py",6387,0,"",python,selection_command +1361,1904874,"utils/nn.py",6389,0,"",python,selection_command +1362,1904907,"utils/nn.py",6410,0,"",python,selection_command +1363,1904939,"utils/nn.py",6450,0,"",python,selection_command +1364,1904970,"utils/nn.py",6490,0,"",python,selection_command +1365,1905006,"utils/nn.py",6529,0,"",python,selection_command +1366,1905042,"utils/nn.py",6571,0,"",python,selection_command +1367,1905073,"utils/nn.py",6601,0,"",python,selection_command +1368,1905132,"utils/nn.py",6612,0,"",python,selection_command +1369,1905151,"utils/nn.py",6614,0,"",python,selection_command +1370,1905179,"utils/nn.py",6635,0,"",python,selection_command +1371,1905205,"utils/nn.py",6686,0,"",python,selection_command +1372,1905530,"utils/nn.py",6635,0,"",python,selection_command +1373,1907469,"utils/nn.py",6686,0,"",python,selection_command +1374,1909445,"TERMINAL",0,0,"x",,terminal_output +1375,1909647,"TERMINAL",0,0,".",,terminal_output +1376,1909862,"TERMINAL",0,0,"s",,terminal_output +1377,1909920,"TERMINAL",0,0,"h",,terminal_output +1378,1910111,"TERMINAL",0,0,"a",,terminal_output +1379,1910196,"TERMINAL",0,0,"p",,terminal_output +1380,1910504,"TERMINAL",0,0,"e",,terminal_output +1381,1910775,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +1382,1912868,"utils/nn.py",6665,0,"\n ",python,content +1383,1913014,"utils/nn.py",6674,0,"#",python,content +1384,1913015,"utils/nn.py",6675,0,"",python,selection_keyboard +1385,1913036,"utils/nn.py",6675,0," ",python,content +1386,1913036,"utils/nn.py",6676,0,"",python,selection_keyboard +1387,1914342,"utils/nn.py",6676,0,"x.shape (1, 1, 921, 512)",python,content +1388,1914840,"utils/nn.py",6699,0,"",python,selection_command +1389,1916803,"TERMINAL",0,0,"n",,terminal_output +1390,1917129,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(224)__call__()\r\n-> x = self.input_dense(x)\r\n",,terminal_output +1391,1917810,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(225)__call__()\r\n-> x = self.input_norm2(x)\r\n",,terminal_output +1392,1921666,"TERMINAL",0,0,"x",,terminal_output +1393,1921809,"TERMINAL",0,0,".",,terminal_output +1394,1921938,"TERMINAL",0,0,"s",,terminal_output +1395,1922043,"TERMINAL",0,0,"h",,terminal_output +1396,1922234,"TERMINAL",0,0,"ap",,terminal_output +1397,1922288,"TERMINAL",0,0,"e",,terminal_output +1398,1922462,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +1399,1923613,"TERMINAL",0,0,"n",,terminal_output +1400,1923885,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(227)__call__()\r\n-> for block in self.blocks:\r\n",,terminal_output +1401,1924942,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(229)__call__()\r\n-> x = block(x)\r\n",,terminal_output +1402,1925907,"TERMINAL",0,0,"x",,terminal_output +1403,1925983,"TERMINAL",0,0,".",,terminal_output +1404,1926136,"TERMINAL",0,0,"s",,terminal_output +1405,1926333,"TERMINAL",0,0,"h",,terminal_output +1406,1926434,"TERMINAL",0,0,"ap",,terminal_output +1407,1926503,"TERMINAL",0,0,"e",,terminal_output +1408,1926721,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +1409,1928017,"utils/nn.py",6731,0,"",python,selection_command +1410,1928232,"utils/nn.py",6763,0,"",python,selection_command +1411,1928308,"utils/nn.py",6795,0,"",python,selection_command +1412,1928453,"utils/nn.py",6797,0,"",python,selection_command +1413,1928595,"utils/nn.py",6830,0,"",python,selection_command +1414,1928757,"utils/nn.py",6865,0,"",python,selection_command +1415,1929114,"utils/nn.py",6863,0,"",python,selection_command +1416,1929280,"utils/nn.py",6861,0,"",python,selection_command +1417,1929403,"utils/nn.py",6859,0,"",python,selection_command +1418,1929555,"utils/nn.py",6858,0,"",python,selection_command +1419,1930039,"utils/nn.py",6858,11,"",python,content +1420,1930475,"utils/nn.py",6858,0,",",python,content +1421,1930475,"utils/nn.py",6859,0,"",python,selection_keyboard +1422,1930753,"utils/nn.py",6858,1,"",python,content +1423,1930890,"utils/nn.py",6858,0,"1",python,content +1424,1930891,"utils/nn.py",6859,0,"",python,selection_keyboard +1425,1930988,"utils/nn.py",6859,0,",",python,content +1426,1930989,"utils/nn.py",6860,0,"",python,selection_keyboard +1427,1931378,"utils/nn.py",6860,0," ",python,content +1428,1931378,"utils/nn.py",6861,0,"",python,selection_keyboard +1429,1932424,"utils/nn.py",6861,0,"921, 512)",python,content +1430,1932605,"utils/nn.py",6869,0,"",python,selection_command +1431,1935749,"TERMINAL",0,0,"s",,terminal_output +1432,1935949,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(70)resolve_kwargs_wrapper()\r\n-> @functools.wraps(f)\r\n",,terminal_output +1433,1938910,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(72)resolve_kwargs_wrapper()\r\n-> args = resolve_kwargs(f, args, kwargs)\r\n",,terminal_output +1434,1941123,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(62)resolve_kwargs()\r\n-> def resolve_kwargs(\r\n",,terminal_output +1435,1943214,"TERMINAL",0,0,"n",,terminal_output +1436,1943307,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(67)resolve_kwargs()\r\n-> if isinstance(fun, Missing):\r\n",,terminal_output +1437,1945009,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(79)resolve_kwargs()\r\n-> if isinstance(args, Missing):\r\n",,terminal_output +1438,1945342,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(81)resolve_kwargs()\r\n-> if isinstance(kwargs, Missing):\r\n",,terminal_output +1439,1945883,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(84)resolve_kwargs()\r\n-> if isinstance(fun, functools.partial):\r\n",,terminal_output +1440,1946254,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(87)resolve_kwargs()\r\n-> ba = inspect.signature(fun).bind(*args, **kwargs)\r\n",,terminal_output +1441,1946778,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(88)resolve_kwargs()\r\n-> ba.apply_defaults()\r\n",,terminal_output +1442,1947212,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(89)resolve_kwargs()\r\n-> if ba.kwargs:\r\n",,terminal_output +1443,1947629,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(92)resolve_kwargs()\r\n-> return ba.args\r\n",,terminal_output +1444,1948156,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(92)resolve_kwargs()->(STBlock( # Pa...1567400>\r\n )\r\n), Traced)\r\n-> return ba.args\r\n",,terminal_output +1445,1950579,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +1446,1952263,"TERMINAL",0,0,"s",,terminal_output +1447,1952459,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2048)update_context_manager_wrapper()\r\n-> @functools.wraps(f)\r\n",,terminal_output +1448,1956201,"TERMINAL",0,0,"n",,terminal_output +1449,1956350,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2050)update_context_manager_wrapper()\r\n-> with self:\r\n",,terminal_output +1450,1957497,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +1451,1959274,"TERMINAL",0,0,"s\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2048)update_context_manager_wrapper()\r\n-> @functools.wraps(f)\r\n",,terminal_output +1452,1961156,"TERMINAL",0,0,"n\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2050)update_context_manager_wrapper()\r\n-> with self:\r\n",,terminal_output +1453,1962152,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +1454,1963013,"TERMINAL",0,0,"\r\n",,terminal_output +1455,1963139,"TERMINAL",0,0,"(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +1456,1964128,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2050)update_context_manager_wrapper()\r\n-> with self:\r\n",,terminal_output +1457,1965658,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()->None\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +1458,1966323,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +1459,1966900,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2050)update_context_manager_wrapper()\r\n-> with self:\r\n",,terminal_output +1460,1968194,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()->None\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +1461,1968779,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +1462,1969383,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()->None\r\n-> return f(*args)\r\n",,terminal_output +1463,1969901,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(229)__call__()\r\n-> # x.shape (1, 1, 921, 512)\r\n",,terminal_output +1464,1975970,"TERMINAL",0,0,"l",,terminal_output +1465,1976203,"TERMINAL",0,0,"\r\n(Pdb) 224 \t x = self.input_norm1(x)\r\n225 \t x = self.input_dense(x)\r\n226 \t x = self.input_norm2(x)\r\n227 \t\r\n228 \t for block in self.blocks:\r\n229 ->\t # x.shape (1, 1, 921, 512)\r\n230 \t x = block(x)\r\n231 \t\r\n232 \t x = self.output_dense(x)\r\n233 \t return x # (B, T, E)\r\n234 \t\r\n",,terminal_output +1466,1979701,"TERMINAL",0,0,"n",,terminal_output +1467,1979995,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(229)__call__()->None\r\n-> # x.shape (1, 1, 921, 512)\r\n",,terminal_output +1468,1999466,"utils/nn.py",6894,0,"",python,selection_command +1469,1999648,"utils/nn.py",6893,0,"",python,selection_command +1470,1999823,"utils/nn.py",6892,0,"",python,selection_command +1471,1999997,"utils/nn.py",6887,0,"",python,selection_command +1472,2000527,"utils/nn.py",6810,0,"",python,selection_command +1473,2001548,"utils/nn.py",6797,0,"",python,selection_command +1474,2001861,"utils/nn.py",6810,0,"",python,selection_command +1475,2002186,"utils/nn.py",6816,0,"",python,selection_command +1476,2002342,"utils/nn.py",6819,0,"",python,selection_command +1477,2002591,"utils/nn.py",6823,0,"",python,selection_command +1478,2002614,"utils/nn.py",6824,0,"",python,selection_command +1479,2002642,"utils/nn.py",6830,0,"",python,selection_command +1480,2003033,"utils/nn.py",6824,0,"",python,selection_command +1481,2003385,"utils/nn.py",5781,0,"",python,selection_command +1482,2003565,"utils/nn.py",5787,0,"",python,selection_command +1483,2003757,"utils/nn.py",5789,0,"",python,selection_command +1484,2003883,"utils/nn.py",5793,0,"",python,selection_command +1485,2004072,"utils/nn.py",5794,0,"",python,selection_command +1486,2004456,"utils/nn.py",929,0,"",python,selection_command +1487,2005584,"utils/nn.py",956,0,"",python,selection_command +1488,2005833,"utils/nn.py",974,0,"",python,selection_command +1489,2005855,"utils/nn.py",988,0,"",python,selection_command +1490,2005890,"utils/nn.py",1006,0,"",python,selection_command +1491,2005921,"utils/nn.py",1028,0,"",python,selection_command +1492,2005957,"utils/nn.py",1052,0,"",python,selection_command +1493,2005989,"utils/nn.py",1076,0,"",python,selection_command +1494,2006022,"utils/nn.py",1108,0,"",python,selection_command +1495,2006056,"utils/nn.py",1134,0,"",python,selection_command +1496,2006088,"utils/nn.py",1169,0,"",python,selection_command +1497,2006120,"utils/nn.py",1199,0,"",python,selection_command +1498,2006154,"utils/nn.py",1221,0,"",python,selection_command +1499,2006188,"utils/nn.py",1244,0,"",python,selection_command +1500,2006281,"utils/nn.py",1252,0,"",python,selection_command +1501,2006282,"utils/nn.py",1275,0,"",python,selection_command +1502,2006287,"utils/nn.py",1306,0,"",python,selection_command +1503,2006321,"utils/nn.py",1341,0,"",python,selection_command +1504,2006355,"utils/nn.py",1372,0,"",python,selection_command +1505,2006388,"utils/nn.py",1411,0,"",python,selection_command +1506,2006422,"utils/nn.py",1438,0,"",python,selection_command +1507,2006456,"utils/nn.py",1493,0,"",python,selection_command +1508,2006670,"utils/nn.py",1538,0,"",python,selection_command +1509,2006928,"utils/nn.py",1561,0,"",python,selection_command +1510,2006944,"utils/nn.py",1568,0,"",python,selection_command +1511,2006974,"utils/nn.py",1628,0,"",python,selection_command +1512,2007009,"utils/nn.py",1671,0,"",python,selection_command +1513,2007044,"utils/nn.py",1706,0,"",python,selection_command +1514,2007075,"utils/nn.py",1748,0,"",python,selection_command +1515,2007112,"utils/nn.py",1778,0,"",python,selection_command +1516,2007144,"utils/nn.py",1801,0,"",python,selection_command +1517,2007183,"utils/nn.py",1811,0,"",python,selection_command +1518,2007231,"utils/nn.py",1868,0,"",python,selection_command +1519,2007246,"utils/nn.py",1906,0,"",python,selection_command +1520,2007279,"utils/nn.py",1940,0,"",python,selection_command +1521,2007317,"utils/nn.py",1975,0,"",python,selection_command +1522,2007351,"utils/nn.py",2014,0,"",python,selection_command +1523,2007385,"utils/nn.py",2056,0,"",python,selection_command +1524,2007417,"utils/nn.py",2086,0,"",python,selection_command +1525,2007450,"utils/nn.py",2139,0,"",python,selection_command +1526,2007484,"utils/nn.py",2181,0,"",python,selection_command +1527,2007517,"utils/nn.py",2228,0,"",python,selection_command +1528,2007553,"utils/nn.py",2243,0,"",python,selection_command +1529,2007585,"utils/nn.py",2266,0,"",python,selection_command +1530,2007618,"utils/nn.py",2300,0,"",python,selection_command +1531,2007652,"utils/nn.py",2326,0,"",python,selection_command +1532,2007685,"utils/nn.py",2330,0,"",python,selection_command +1533,2007721,"utils/nn.py",2337,0,"",python,selection_command +1534,2007753,"utils/nn.py",2398,0,"",python,selection_command +1535,2007785,"utils/nn.py",2442,0,"",python,selection_command +1536,2007819,"utils/nn.py",2477,0,"",python,selection_command +1537,2007852,"utils/nn.py",2519,0,"",python,selection_command +1538,2008202,"utils/nn.py",2549,0,"",python,selection_command +1539,2008455,"utils/nn.py",2572,0,"",python,selection_command +1540,2008476,"utils/nn.py",2582,0,"",python,selection_command +1541,2008503,"utils/nn.py",2640,0,"",python,selection_command +1542,2008535,"utils/nn.py",2678,0,"",python,selection_command +1543,2008568,"utils/nn.py",2712,0,"",python,selection_command +1544,2008602,"utils/nn.py",2747,0,"",python,selection_command +1545,2008635,"utils/nn.py",2786,0,"",python,selection_command +1546,2008667,"utils/nn.py",2828,0,"",python,selection_command +1547,2008704,"utils/nn.py",2858,0,"",python,selection_command +1548,2008737,"utils/nn.py",2911,0,"",python,selection_command +1549,2008769,"utils/nn.py",2968,0,"",python,selection_command +1550,2008804,"utils/nn.py",2983,0,"",python,selection_command +1551,2008836,"utils/nn.py",3006,0,"",python,selection_command +1552,2008869,"utils/nn.py",3038,0,"",python,selection_command +1553,2008902,"utils/nn.py",3042,0,"",python,selection_command +1554,2008935,"utils/nn.py",3049,0,"",python,selection_command +1555,2008970,"utils/nn.py",3088,0,"",python,selection_command +1556,2009017,"utils/nn.py",3123,0,"",python,selection_command +1557,2009048,"utils/nn.py",3165,0,"",python,selection_command +1558,2009068,"utils/nn.py",3195,0,"",python,selection_command +1559,2009100,"utils/nn.py",3218,0,"",python,selection_command +1560,2009135,"utils/nn.py",3228,0,"",python,selection_command +1561,2009167,"utils/nn.py",3266,0,"",python,selection_command +1562,2009202,"utils/nn.py",3300,0,"",python,selection_command +1563,2009236,"utils/nn.py",3339,0,"",python,selection_command +1564,2013759,"utils/nn.py",3381,0,"",python,selection_command +1565,2014009,"utils/nn.py",3411,0,"",python,selection_command +1566,2014030,"utils/nn.py",3434,0,"",python,selection_command +1567,2014064,"utils/nn.py",3444,0,"",python,selection_command +1568,2014095,"utils/nn.py",3482,0,"",python,selection_command +1569,2014517,"utils/nn.py",3520,0,"",python,selection_command +1570,2014770,"utils/nn.py",3555,0,"",python,selection_command +1571,2014783,"utils/nn.py",3597,0,"",python,selection_command +1572,2014817,"utils/nn.py",3627,0,"",python,selection_command +1573,2014851,"utils/nn.py",3650,0,"",python,selection_command +1574,2014882,"utils/nn.py",3654,0,"",python,selection_command +1575,2014917,"utils/nn.py",3661,0,"",python,selection_command +1576,2014952,"utils/nn.py",3676,0,"",python,selection_command +1577,2014984,"utils/nn.py",3727,0,"",python,selection_command +1578,2015018,"utils/nn.py",3763,0,"",python,selection_command +1579,2015050,"utils/nn.py",3799,0,"",python,selection_command +1580,2015084,"utils/nn.py",3832,0,"",python,selection_command +1581,2015117,"utils/nn.py",3868,0,"",python,selection_command +1582,2015150,"utils/nn.py",3906,0,"",python,selection_command +1583,2015185,"utils/nn.py",3918,0,"",python,selection_command +1584,2015218,"utils/nn.py",3925,0,"",python,selection_command +1585,2015252,"utils/nn.py",3962,0,"",python,selection_command +1586,2015293,"utils/nn.py",3991,0,"",python,selection_command +1587,2015326,"utils/nn.py",4028,0,"",python,selection_command +1588,2015358,"utils/nn.py",4062,0,"",python,selection_command +1589,2015391,"utils/nn.py",4101,0,"",python,selection_command +1590,2015424,"utils/nn.py",4119,0,"",python,selection_command +1591,2016944,"utils/nn.py",4101,0,"",python,selection_command +1592,2017197,"utils/nn.py",4062,0,"",python,selection_command +1593,2017218,"utils/nn.py",4028,0,"",python,selection_command +1594,2017258,"utils/nn.py",3991,0,"",python,selection_command +1595,2017279,"utils/nn.py",3962,0,"",python,selection_command +1596,2017310,"utils/nn.py",3925,0,"",python,selection_command +1597,2017344,"utils/nn.py",3918,0,"",python,selection_command +1598,2017383,"utils/nn.py",3906,0,"",python,selection_command +1599,2017440,"utils/nn.py",3868,0,"",python,selection_command +1600,2024160,"utils/nn.py",3861,0,"\n ",python,content +1601,2024495,"utils/nn.py",3870,0,"i",python,content +1602,2024496,"utils/nn.py",3871,0,"",python,selection_keyboard +1603,2024524,"utils/nn.py",3871,0,"f",python,content +1604,2024524,"utils/nn.py",3872,0,"",python,selection_keyboard +1605,2024590,"utils/nn.py",3872,0," ",python,content +1606,2024590,"utils/nn.py",3873,0,"",python,selection_keyboard +1607,2027918,"utils/nn.py",3873,0,"x",python,content +1608,2027918,"utils/nn.py",3874,0,"",python,selection_keyboard +1609,2031864,"utils/nn.py",3874,0,".",python,content +1610,2031864,"utils/nn.py",3875,0,"",python,selection_keyboard +1611,2032042,"utils/nn.py",3875,0,"s",python,content +1612,2032043,"utils/nn.py",3876,0,"",python,selection_keyboard +1613,2032134,"utils/nn.py",3876,0,"h",python,content +1614,2032134,"utils/nn.py",3877,0,"",python,selection_keyboard +1615,2032199,"utils/nn.py",3877,0,"a",python,content +1616,2032199,"utils/nn.py",3878,0,"",python,selection_keyboard +1617,2032340,"utils/nn.py",3878,0,"p",python,content +1618,2032341,"utils/nn.py",3879,0,"",python,selection_keyboard +1619,2032419,"utils/nn.py",3879,0,"e",python,content +1620,2032420,"utils/nn.py",3880,0,"",python,selection_keyboard +1621,2032558,"utils/nn.py",3880,0," ",python,content +1622,2032559,"utils/nn.py",3881,0,"",python,selection_keyboard +1623,2032716,"utils/nn.py",3881,0,"=",python,content +1624,2032717,"utils/nn.py",3882,0,"",python,selection_keyboard +1625,2032833,"utils/nn.py",3882,0,"=",python,content +1626,2032833,"utils/nn.py",3883,0,"",python,selection_keyboard +1627,2034073,"utils/nn.py",3883,0," ",python,content +1628,2034073,"utils/nn.py",3884,0,"",python,selection_keyboard +1629,2034360,"utils/nn.py",3884,0,"(1, 1, 921, 512):",python,content +1630,2034611,"utils/nn.py",3900,0,"",python,selection_command +1631,2036428,"utils/nn.py",3901,0,"",python,selection_command +1632,2037304,"utils/nn.py",3901,0,"\n ",python,content +1633,2038207,"utils/nn.py",3914,0,"breakpoint()",python,content +1634,2038460,"utils/nn.py",3925,0,"",python,selection_command +1635,2038978,"utils/nn.py",3885,0,"",python,selection_command +1636,2039425,"utils/nn.py",3925,0,"",python,selection_command +1637,2039641,"utils/nn.py",3885,0,"",python,selection_command +1638,2040779,"utils/nn.py",3925,0,"",python,selection_command +1639,2040951,"utils/nn.py",3885,0,"",python,selection_command +1640,2042806,"TERMINAL",0,0,"q",,terminal_output +1641,2042994,"TERMINAL",0,0,"uit",,terminal_output +1642,2043273,"TERMINAL",0,0,"()",,terminal_output +1643,2043502,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 77, in __call__\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 229, in __call__\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 94, in trace_dispatch\r\n return self.dispatch_return(frame, arg)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 156, in dispatch_return\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +1644,2044330,"TERMINAL",0,0,"(Pdb) ^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13995.7 task 0: running\r\n",,terminal_output +1645,2044556,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1646,2044876,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1647,2045244,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +1648,2045498,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1649,2048379,"utils/nn.py",3849,0,"",python,selection_command +1650,2057094,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1651,2065257,"TERMINAL",0,0,"2025-07-27 09:53:05.049691: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1652,2066789,"TERMINAL",0,0,"2025-07-27 09:53:06.535645: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1653,2070332,"TERMINAL",0,0,"2025-07-27 09:53:10.105608: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1654,2070930,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(76)__call__()\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +1655,2081781,"TERMINAL",0,0,"c",,terminal_output +1656,2081887,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(128)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +1657,2101355,"TERMINAL",0,0,"x.",,terminal_output +1658,2101693,"TERMINAL",0,0,"s",,terminal_output +1659,2101798,"TERMINAL",0,0,"h",,terminal_output +1660,2101902,"TERMINAL",0,0,"a",,terminal_output +1661,2102016,"TERMINAL",0,0,"p",,terminal_output +1662,2102117,"TERMINAL",0,0,"e",,terminal_output +1663,2105758,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +1664,2111337,"TERMINAL",0,0,"z",,terminal_output +1665,2111488,"TERMINAL",0,0,".",,terminal_output +1666,2111562,"TERMINAL",0,0,"s",,terminal_output +1667,2111668,"TERMINAL",0,0,"h",,terminal_output +1668,2111747,"TERMINAL",0,0,"a",,terminal_output +1669,2111819,"TERMINAL",0,0,"p",,terminal_output +1670,2111940,"TERMINAL",0,0,"e",,terminal_output +1671,2112031,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +1672,2114316,"TERMINAL",0,0,"1",,terminal_output +1673,2115151,"TERMINAL",0,0," ",,terminal_output +1674,2117590,"utils/nn.py",3861,0,"\n # z.shape (1, 2, 61, 8, 64)",python,content +1675,2117595,"utils/nn.py",3870,0,"",python,selection_command +1676,2117737,"utils/nn.py",3872,0,"",python,selection_command +1677,2117888,"utils/nn.py",3873,0,"",python,selection_command +1678,2118135,"utils/nn.py",3874,0,"",python,selection_command +1679,2118238,"utils/nn.py",3880,0,"",python,selection_command +1680,2118573,"utils/nn.py",3881,0,"",python,selection_command +1681,2118717,"utils/nn.py",3882,0,"",python,selection_command +1682,2118914,"utils/nn.py",3884,0,"",python,selection_command +1683,2119349,"utils/nn.py",3884,1,"1",python,content +1684,2119624,"utils/nn.py",3885,0,"",python,selection_command +1685,2119791,"utils/nn.py",3887,0,"",python,selection_command +1686,2120601,"utils/nn.py",3887,1,"6",python,selection_command +1687,2120653,"utils/nn.py",3887,2,"61",python,selection_command +1688,2120793,"utils/nn.py",3887,3,"61,",python,selection_command +1689,2120994,"utils/nn.py",3887,5,"61, 8",python,selection_command +1690,2121160,"utils/nn.py",3887,6,"61, 8,",python,selection_command +1691,2121345,"utils/nn.py",3887,9,"61, 8, 64",python,selection_command +1692,2121968,"utils/nn.py",3887,9,"",python,content +1693,2122443,"utils/nn.py",3887,0,"9",python,content +1694,2122443,"utils/nn.py",3888,0,"",python,selection_keyboard +1695,2122525,"utils/nn.py",3888,0,"2",python,content +1696,2122526,"utils/nn.py",3889,0,"",python,selection_keyboard +1697,2122603,"utils/nn.py",3889,0,"1",python,content +1698,2122603,"utils/nn.py",3890,0,"",python,selection_keyboard +1699,2122699,"utils/nn.py",3890,0,",",python,content +1700,2122700,"utils/nn.py",3891,0,"",python,selection_keyboard +1701,2123462,"utils/nn.py",3891,0," 512",python,content +1702,2123656,"utils/nn.py",3894,0,"",python,selection_command +1703,2124428,"utils/nn.py",3862,0,"",python,selection_command +1704,2128364,"utils/nn.py",3870,0,"",python,selection_command +1705,2128666,"utils/nn.py",3834,0,"",python,selection_command +1706,2129058,"utils/nn.py",3826,36,"",python,content +1707,2129088,"utils/nn.py",3834,0,"",python,selection_command +1708,2141052,"utils/nn.py",3826,35,"",python,content +1709,2141081,"utils/nn.py",3834,0,"",python,selection_command +1710,2141187,"utils/nn.py",3874,0,"",python,selection_command +1711,2141343,"utils/nn.py",3899,0,"",python,selection_command +1712,2141569,"utils/nn.py",3874,0,"",python,selection_command +1713,2141883,"utils/nn.py",3890,0,"\n # z.shape (1, 1, 921, 512)",python,content +1714,2141886,"utils/nn.py",3899,0,"",python,selection_command +1715,2143107,"utils/nn.py",3934,0,"",python,selection_command +1716,2143237,"utils/nn.py",3936,0,"",python,selection_command +1717,2143407,"utils/nn.py",3938,0,"",python,selection_command +1718,2143579,"utils/nn.py",3942,0,"",python,selection_command +1719,2143707,"utils/nn.py",3943,0,"",python,selection_command +1720,2150365,"utils/nn.py",1818,0,"",python,selection_command +1721,2154608,"utils/nn.py",2864,0,"",python,selection_command +1722,2155966,"utils/nn.py",3729,0,"",python,selection_command +1723,2159749,"TERMINAL",0,0,"s",,terminal_output +1724,2160050,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(453)__call__()\r\n-> def __call__(\r\n",,terminal_output +1725,2161746,"TERMINAL",0,0,"n",,terminal_output +1726,2162038,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(498)__call__()\r\n-> if rngs is None:\r\n",,terminal_output +1727,2164644,"utils/nn.py",3678,0,"",python,selection_command +1728,2165596,"utils/nn.py",3729,0,"",python,selection_command +1729,2165742,"utils/nn.py",3765,0,"",python,selection_command +1730,2166091,"utils/nn.py",3801,0,"",python,selection_command +1731,2166415,"utils/nn.py",3834,0,"",python,selection_command +1732,2166669,"utils/nn.py",3874,0,"",python,selection_command +1733,2166692,"utils/nn.py",3899,0,"",python,selection_command +1734,2166724,"utils/nn.py",3934,0,"",python,selection_command +1735,2167111,"utils/nn.py",3972,0,"",python,selection_command +1736,2167364,"utils/nn.py",3982,0,"",python,selection_command +1737,2167393,"utils/nn.py",3991,0,"",python,selection_command +1738,2167423,"utils/nn.py",4028,0,"",python,selection_command +1739,2167457,"utils/nn.py",4057,0,"",python,selection_command +1740,2167491,"utils/nn.py",4094,0,"",python,selection_command +1741,2167525,"utils/nn.py",4128,0,"",python,selection_command +1742,2167598,"utils/nn.py",4094,0,"",python,selection_command +1743,2167857,"utils/nn.py",4057,0,"",python,selection_command +1744,2167880,"utils/nn.py",4028,0,"",python,selection_command +1745,2167918,"utils/nn.py",3991,0,"",python,selection_command +1746,2167951,"utils/nn.py",3982,0,"",python,selection_command +1747,2168078,"utils/nn.py",3972,0,"",python,selection_command +1748,2168208,"utils/nn.py",3934,0,"",python,selection_command +1749,2168670,"utils/nn.py",3936,0,"",python,selection_command +1750,2168801,"utils/nn.py",3938,0,"",python,selection_command +1751,2168952,"utils/nn.py",3942,0,"",python,selection_command +1752,2169118,"utils/nn.py",3943,0,"",python,selection_command +1753,2169246,"utils/nn.py",3960,0,"",python,selection_command +1754,2169544,"utils/nn.py",3943,0,"",python,selection_command +1755,2169790,"utils/nn.py",1818,0,"",python,selection_command +1756,2170365,"utils/nn.py",1836,0,"",python,selection_command +1757,2170532,"utils/nn.py",1838,0,"",python,selection_command +1758,2170691,"utils/nn.py",1841,0,"",python,selection_command +1759,2170853,"utils/nn.py",1842,0,"",python,selection_command +1760,2171258,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +1761,2171258,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +1762,2171810,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12332,0,"",python,selection_command +1763,2172173,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14092,0,"",python,selection_command +1764,2172445,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16150,0,"",python,selection_command +1765,2172726,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +1766,2177431,"TERMINAL",0,0,"n",,terminal_output +1767,2177719,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(499)__call__()\r\n-> rngs = self.rngs\r\n",,terminal_output +1768,2178110,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(501)__call__()\r\n-> if inputs_k is None:\r\n",,terminal_output +1769,2178288,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(502)__call__()\r\n-> if inputs_v is not None:\r\n",,terminal_output +1770,2178674,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(508)__call__()\r\n-> inputs_k = inputs_q\r\n",,terminal_output +1771,2178919,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(509)__call__()\r\n-> if inputs_v is None:\r\n",,terminal_output +1772,2179402,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(510)__call__()\r\n-> inputs_v = inputs_k\r\n",,terminal_output +1773,2179770,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(512)__call__()\r\n-> if inputs_q.shape[-1] != self.in_features:\r\n",,terminal_output +1774,2180187,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(518)__call__()\r\n-> query = self.query(inputs_q)\r\n",,terminal_output +1775,2181434,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(519)__call__()\r\n-> key = self.key(inputs_k)\r\n",,terminal_output +1776,2182087,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(520)__call__()\r\n-> value = self.value(inputs_v)\r\n",,terminal_output +1777,2182557,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(522)__call__()\r\n-> if self.normalize_qk:\r\n",,terminal_output +1778,2182958,"TERMINAL",0,0,"q",,terminal_output +1779,2183021,"TERMINAL",0,0,"u",,terminal_output +1780,2183133,"TERMINAL",0,0,"e",,terminal_output +1781,2183233,"TERMINAL",0,0,"r",,terminal_output +1782,2183871,"TERMINAL",0,0,"y",,terminal_output +1783,2184088,"TERMINAL",0,0,"_",,terminal_output +1784,2184455,"TERMINAL",0,0," ",,terminal_output +1785,2184641,"TERMINAL",0,0,".",,terminal_output +1786,2184904,"TERMINAL",0,0,"s",,terminal_output +1787,2185003,"TERMINAL",0,0,"h",,terminal_output +1788,2185087,"TERMINAL",0,0,"a",,terminal_output +1789,2185163,"TERMINAL",0,0,"p",,terminal_output +1790,2185269,"TERMINAL",0,0,"e",,terminal_output +1791,2185400,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 8, 64)\r\n",,terminal_output +1792,2189993,"TERMINAL",0,0,"k",,terminal_output +1793,2190106,"TERMINAL",0,0,"e",,terminal_output +1794,2190211,"TERMINAL",0,0,"y",,terminal_output +1795,2190443,"TERMINAL",0,0,".",,terminal_output +1796,2190578,"TERMINAL",0,0,"s",,terminal_output +1797,2190807,"TERMINAL",0,0,"h",,terminal_output +1798,2191006,"TERMINAL",0,0,"a",,terminal_output +1799,2191139,"TERMINAL",0,0,"p",,terminal_output +1800,2191221,"TERMINAL",0,0,"e",,terminal_output +1801,2191426,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 8, 64)\r\n",,terminal_output +1802,2193458,"TERMINAL",0,0,"v",,terminal_output +1803,2193545,"TERMINAL",0,0,"a",,terminal_output +1804,2193704,"TERMINAL",0,0,"lu",,terminal_output +1805,2193773,"TERMINAL",0,0,"e",,terminal_output +1806,2193978,"TERMINAL",0,0,".",,terminal_output +1807,2194227,"TERMINAL",0,0,"s",,terminal_output +1808,2194325,"TERMINAL",0,0,"h",,terminal_output +1809,2194442,"TERMINAL",0,0,"a",,terminal_output +1810,2194513,"TERMINAL",0,0,"p",,terminal_output +1811,2194627,"TERMINAL",0,0,"e",,terminal_output +1812,2194796,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 8, 64)\r\n",,terminal_output +1813,2202409,"TERMINAL",0,0,"n",,terminal_output +1814,2202599,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(531)__call__()\r\n-> decode = first_from(\r\n",,terminal_output +1815,2203224,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(532)__call__()\r\n-> decode,\r\n",,terminal_output +1816,2203593,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(533)__call__()\r\n-> self.decode,\r\n",,terminal_output +1817,2203806,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(534)__call__()\r\n-> error_msg=""""""No `decode` argument was provided to MultiHeadAttention\r\n",,terminal_output +1818,2204090,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(531)__call__()\r\n-> decode = first_from(\r\n",,terminal_output +1819,2204324,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(538)__call__()\r\n-> if decode:\r\n",,terminal_output +1820,2204512,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(583)__call__()\r\n-> self.dropout_rate > 0.0\r\n",,terminal_output +1821,2204741,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(601)__call__()\r\n-> deterministic = True\r\n",,terminal_output +1822,2204991,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(602)__call__()\r\n-> dropout_rng = None\r\n",,terminal_output +1823,2205209,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +1824,2206457,"TERMINAL",0,0,"s",,terminal_output +1825,2206526,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(606)__call__()\r\n-> query,\r\n",,terminal_output +1826,2209461,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(607)__call__()\r\n-> key,\r\n",,terminal_output +1827,2209947,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(608)__call__()\r\n-> value,\r\n",,terminal_output +1828,2210216,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(609)__call__()\r\n-> mask=mask,\r\n",,terminal_output +1829,2210731,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(610)__call__()\r\n-> dropout_rng=dropout_rng,\r\n",,terminal_output +1830,2211136,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(611)__call__()\r\n-> dropout_rate=self.dropout_rate,\r\n",,terminal_output +1831,2211564,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(612)__call__()\r\n-> broadcast_dropout=self.broadcast_dropout,\r\n",,terminal_output +1832,2212036,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(613)__call__()\r\n-> deterministic=deterministic,\r\n",,terminal_output +1833,2212499,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(614)__call__()\r\n-> dtype=self.dtype,\r\n",,terminal_output +1834,2212962,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(615)__call__()\r\n-> precision=self.precision,\r\n",,terminal_output +1835,2213480,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(616)__call__()\r\n-> module=self if sow_weights else None,\r\n",,terminal_output +1836,2214217,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +1837,2215632,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(293)attention_fn()\r\n-> def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\r\n",,terminal_output +1838,2218897,"utils/nn.py",0,0,"",python,tab +1839,2220462,"utils/nn.py",10974,0,"",python,selection_command +1840,2221129,"utils/nn.py",10950,0,"",python,selection_command +1841,2221478,"utils/nn.py",10459,0,"",python,selection_command +1842,2221928,"utils/nn.py",9514,0,"",python,selection_command +1843,2222422,"utils/nn.py",9477,0,"",python,selection_command +1844,2222676,"utils/nn.py",9430,0,"",python,selection_command +1845,2222701,"utils/nn.py",9348,0,"",python,selection_command +1846,2222737,"utils/nn.py",9331,0,"",python,selection_command +1847,2222766,"utils/nn.py",9276,0,"",python,selection_command +1848,2222802,"utils/nn.py",9255,0,"",python,selection_command +1849,2222835,"utils/nn.py",9238,0,"",python,selection_command +1850,2222869,"utils/nn.py",9187,0,"",python,selection_command +1851,2222902,"utils/nn.py",9160,0,"",python,selection_command +1852,2223178,"utils/nn.py",9143,0,"",python,selection_command +1853,2223326,"utils/nn.py",9093,0,"",python,selection_command +1854,2223478,"utils/nn.py",9055,0,"",python,selection_command +1855,2225859,"TERMINAL",0,0,"q",,terminal_output +1856,2226123,"TERMINAL",0,0,"u",,terminal_output +1857,2226166,"TERMINAL",0,0,"e",,terminal_output +1858,2226234,"TERMINAL",0,0,"r",,terminal_output +1859,2226322,"TERMINAL",0,0,".",,terminal_output +1860,2226595,"TERMINAL",0,0,"s",,terminal_output +1861,2227059,"TERMINAL",0,0," ",,terminal_output +1862,2227516,"TERMINAL",0,0," ",,terminal_output +1863,2227689,"TERMINAL",0,0,"y",,terminal_output +1864,2228516,"TERMINAL",0,0,"     ",,terminal_output +1865,2228820,"TERMINAL",0,0,"n",,terminal_output +1866,2229007,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(295)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +1867,2229724,"TERMINAL",0,0,"u",,terminal_output +1868,2230043,"TERMINAL",0,0," ",,terminal_output +1869,2230232,"TERMINAL",0,0,"q",,terminal_output +1870,2230325,"TERMINAL",0,0,"u",,terminal_output +1871,2230426,"TERMINAL",0,0,"e",,terminal_output +1872,2230524,"TERMINAL",0,0,"ry",,terminal_output +1873,2230959,"TERMINAL",0,0,".",,terminal_output +1874,2231044,"TERMINAL",0,0,".",,terminal_output +1875,2231326,"TERMINAL",0,0,"sh",,terminal_output +1876,2231547,"TERMINAL",0,0," ",,terminal_output +1877,2231662,"TERMINAL",0,0," ",,terminal_output +1878,2231791,"TERMINAL",0,0," ",,terminal_output +1879,2231898,"TERMINAL",0,0,"s",,terminal_output +1880,2231957,"TERMINAL",0,0,"h",,terminal_output +1881,2232044,"TERMINAL",0,0,"a",,terminal_output +1882,2232132,"TERMINAL",0,0,"p",,terminal_output +1883,2232225,"TERMINAL",0,0,"e",,terminal_output +1884,2232328,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 8, 64)\r\n",,terminal_output +1885,2232741,"TERMINAL",0,0,"k",,terminal_output +1886,2232829,"TERMINAL",0,0,"e",,terminal_output +1887,2232924,"TERMINAL",0,0,"y",,terminal_output +1888,2233098,"TERMINAL",0,0,".",,terminal_output +1889,2233337,"TERMINAL",0,0,"sh",,terminal_output +1890,2233409,"TERMINAL",0,0,"a",,terminal_output +1891,2233494,"TERMINAL",0,0,"p",,terminal_output +1892,2233610,"TERMINAL",0,0,"e",,terminal_output +1893,2233727,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 8, 64)\r\n",,terminal_output +1894,2234479,"TERMINAL",0,0,"v",,terminal_output +1895,2234563,"TERMINAL",0,0,"a",,terminal_output +1896,2234623,"TERMINAL",0,0,"l",,terminal_output +1897,2234692,"TERMINAL",0,0,"u",,terminal_output +1898,2234775,"TERMINAL",0,0,"e",,terminal_output +1899,2234897,"TERMINAL",0,0,".",,terminal_output +1900,2235045,"TERMINAL",0,0,"s",,terminal_output +1901,2235098,"TERMINAL",0,0,"h",,terminal_output +1902,2235236,"TERMINAL",0,0,"a",,terminal_output +1903,2235340,"TERMINAL",0,0,"p",,terminal_output +1904,2235440,"TERMINAL",0,0,"e",,terminal_output +1905,2235561,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 8, 64)\r\n",,terminal_output +1906,2236593,"utils/nn.py",9059,0,"",python,selection_command +1907,2236735,"utils/nn.py",9060,0,"",python,selection_command +1908,2236872,"utils/nn.py",9061,0,"",python,selection_command +1909,2237092,"utils/nn.py",9063,0,"",python,selection_command +1910,2238045,"utils/nn.py",9063,13,"",python,content +1911,2238921,"utils/nn.py",9063,0,"1",python,content +1912,2238921,"utils/nn.py",9064,0,"",python,selection_keyboard +1913,2239047,"utils/nn.py",9064,0,",",python,content +1914,2239047,"utils/nn.py",9065,0,"",python,selection_keyboard +1915,2239195,"utils/nn.py",9065,0," ",python,content +1916,2239196,"utils/nn.py",9066,0,"",python,selection_keyboard +1917,2239580,"utils/nn.py",9066,0,"9",python,content +1918,2239580,"utils/nn.py",9067,0,"",python,selection_keyboard +1919,2239748,"utils/nn.py",9067,0,"1",python,content +1920,2239748,"utils/nn.py",9068,0,"",python,selection_keyboard +1921,2240077,"utils/nn.py",9067,1,"",python,content +1922,2240155,"utils/nn.py",9067,0,"2",python,content +1923,2240156,"utils/nn.py",9068,0,"",python,selection_keyboard +1924,2240225,"utils/nn.py",9068,0,"1",python,content +1925,2240225,"utils/nn.py",9069,0,"",python,selection_keyboard +1926,2240271,"utils/nn.py",9069,0,",",python,content +1927,2240271,"utils/nn.py",9070,0,"",python,selection_keyboard +1928,2240454,"utils/nn.py",9070,0," ",python,content +1929,2240454,"utils/nn.py",9071,0,"",python,selection_keyboard +1930,2241547,"utils/nn.py",9071,0,"8",python,content +1931,2241548,"utils/nn.py",9072,0,"",python,selection_keyboard +1932,2241774,"utils/nn.py",9072,0,",",python,content +1933,2241774,"utils/nn.py",9073,0,"",python,selection_keyboard +1934,2241891,"utils/nn.py",9073,0," ",python,content +1935,2241891,"utils/nn.py",9074,0,"",python,selection_keyboard +1936,2242723,"utils/nn.py",9074,0,"6",python,content +1937,2242723,"utils/nn.py",9075,0,"",python,selection_keyboard +1938,2242809,"utils/nn.py",9075,0,"4",python,content +1939,2242809,"utils/nn.py",9076,0,"",python,selection_keyboard +1940,2243243,"utils/nn.py",9076,0,")",python,content +1941,2243243,"utils/nn.py",9077,0,"",python,selection_keyboard +1942,2243453,"utils/nn.py",9076,0,"",python,selection_command +1943,2286433,"TERMINAL",0,0,"n",,terminal_output +1944,2286800,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(297)attention_fn()\r\n-> def _rearrange(x):\r\n",,terminal_output +1945,2287108,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(300)attention_fn()\r\n-> def _pad(x):\r\n",,terminal_output +1946,2287475,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(303)attention_fn()\r\n-> def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\r\n",,terminal_output +1947,2287641,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(310)attention_fn()\r\n-> original_shape = query.shape\r\n",,terminal_output +1948,2287790,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(311)attention_fn()\r\n-> original_seq_len = query.shape[-3]\r\n",,terminal_output +1949,2287978,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(314)attention_fn()\r\n-> target_seq_len = ((original_seq_len + 3) // 4) * 4\r\n",,terminal_output +1950,2288092,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(315)attention_fn()\r\n-> pad_size = target_seq_len - original_seq_len\r\n",,terminal_output +1951,2288241,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(317)attention_fn()\r\n-> query_4d = _pad(_rearrange(query))\r\n",,terminal_output +1952,2288543,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(318)attention_fn()\r\n-> key_4d = _pad(_rearrange(key))\r\n",,terminal_output +1953,2288709,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(319)attention_fn()\r\n-> value_4d = _pad(_rearrange(value))\r\n",,terminal_output +1954,2289007,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(321)attention_fn()\r\n-> attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\r\n",,terminal_output +1955,2289161,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(322)attention_fn()\r\n-> attention_mask = attention_mask.at[original_seq_len:, :].set(False)\r\n",,terminal_output +1956,2289298,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(323)attention_fn()\r\n-> attention_mask = attention_mask.at[:, original_seq_len:].set(False)\r\n",,terminal_output +1957,2289793,"TERMINAL",0,0,"\r\n",,terminal_output +1958,2289892,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(326)attention_fn()\r\n-> _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n",,terminal_output +1959,2289958,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(325)attention_fn()\r\n-> mask_4d = (\r\n",,terminal_output +1960,2290515,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(328)attention_fn()\r\n-> mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\r\n",,terminal_output +1961,2290718,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(330)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +1962,2290879,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> output_4d = jax.nn.dot_product_attention(\r\n",,terminal_output +1963,2291041,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(334)attention_fn()\r\n-> query=query_4d,\r\n",,terminal_output +1964,2291199,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(335)attention_fn()\r\n-> key=key_4d,\r\n",,terminal_output +1965,2291636,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(336)attention_fn()\r\n-> value=value_4d,\r\n",,terminal_output +1966,2291885,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(337)attention_fn()\r\n-> bias=bias_4d,\r\n",,terminal_output +1967,2292133,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(338)attention_fn()\r\n-> mask=mask_4d,\r\n",,terminal_output +1968,2292494,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(339)attention_fn()\r\n-> implementation=implementation,\r\n",,terminal_output +1969,2292735,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(340)attention_fn()\r\n-> is_causal=is_causal,\r\n",,terminal_output +1970,2293171,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> output_4d = jax.nn.dot_product_attention(\r\n",,terminal_output +1971,2293381,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(342)attention_fn()\r\n-> return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\r\n",,terminal_output +1972,2293565,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(342)attention_fn()->Traced\r\n-> return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\r\n",,terminal_output +1973,2294466,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(619)__call__()\r\n-> out = self.out(x)\r\n",,terminal_output +1974,2297350,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(620)__call__()\r\n-> return out\r\n",,terminal_output +1975,2297933,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(620)__call__()->Traced\r\n-> return out\r\n",,terminal_output +1976,2298319,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(129)__call__()\r\n-> x = x + z\r\n",,terminal_output +1977,2301695,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +1978,2301696,"/fast/home/franz.srambical/jafar/utils/nn.py",3964,0,"",python,selection_command +1979,2305367,"utils/nn.py",0,0,"",python,tab +1980,2309556,"utils/nn.py",3878,0,"",python,selection_command +1981,2316858,"utils/nn.py",3903,0,"",python,selection_command +1982,2317007,"utils/nn.py",3938,0,"",python,selection_command +1983,2317158,"utils/nn.py",3976,0,"",python,selection_command +1984,2317373,"utils/nn.py",3938,0,"",python,selection_command +1985,2317574,"utils/nn.py",3903,0,"",python,selection_command +1986,2317719,"utils/nn.py",3878,0,"",python,selection_command +1987,2317854,"utils/nn.py",3838,0,"",python,selection_command +1988,2318153,"utils/nn.py",3878,0,"",python,selection_command +1989,2319128,"utils/nn.py",3866,24," breakpoint()",python,selection_command +1990,2319305,"utils/nn.py",3826,64," if x.shape == (1, 1, 921, 512):\n breakpoint()",python,selection_command +1991,2321668,"utils/nn.py",3826,65,"",python,content +1992,2321685,"utils/nn.py",3834,0,"",python,selection_command +1993,2321873,"utils/nn.py",3869,0,"",python,selection_command +1994,2322121,"utils/nn.py",3907,0,"",python,selection_command +1995,2322150,"utils/nn.py",3917,0,"",python,selection_command +1996,2322183,"utils/nn.py",3926,0,"",python,selection_command +1997,2322217,"utils/nn.py",3963,0,"",python,selection_command +1998,2322249,"utils/nn.py",3992,0,"",python,selection_command +1999,2322283,"utils/nn.py",4029,0,"",python,selection_command +2000,2322603,"utils/nn.py",4063,0,"",python,selection_command +2001,2322940,"utils/nn.py",4029,0,"",python,selection_command +2002,2324742,"utils/nn.py",4054,0,"\n if x.shape == (1, 1, 921, 512):\n breakpoint()",python,content +2003,2324745,"utils/nn.py",4063,0,"",python,selection_command +2004,2326334,"TERMINAL",0,0,"q",,terminal_output +2005,2326502,"TERMINAL",0,0,"uit",,terminal_output +2006,2326769,"TERMINAL",0,0,"()",,terminal_output +2007,2327003,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 76, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 232, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 129, in __call__\r\n # --- Temporal attention ---\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 129, in __call__\r\n # --- Temporal attention ---\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +2008,2327912,"TERMINAL",0,0,"(Pdb) ",,terminal_output +2009,2328035,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2010,2328938,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2011,2329037,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2012,2329540,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2013,2341296,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2014,2349566,"TERMINAL",0,0,"2025-07-27 09:57:49.367350: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2015,2351122,"TERMINAL",0,0,"2025-07-27 09:57:50.924455: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2016,2354880,"TERMINAL",0,0,"2025-07-27 09:57:54.683002: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2017,2355628,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(76)__call__()\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +2018,2371522,"utils/nn.py",4066,0,"",python,selection_command +2019,2371764,"utils/nn.py",4067,0,"",python,selection_command +2020,2371796,"utils/nn.py",4068,0,"",python,selection_command +2021,2371822,"utils/nn.py",4074,0,"",python,selection_command +2022,2371854,"utils/nn.py",4077,0,"",python,selection_command +2023,2372033,"utils/nn.py",4078,0,"",python,selection_command +2024,2372206,"utils/nn.py",4079,0,"",python,selection_command +2025,2372527,"utils/nn.py",4081,0,"",python,selection_command +2026,2373241,"utils/nn.py",4081,1,"",python,content +2027,2374101,"utils/nn.py",4081,0,"9",python,content +2028,2374102,"utils/nn.py",4082,0,"",python,selection_keyboard +2029,2374136,"utils/nn.py",4082,0,"2",python,content +2030,2374136,"utils/nn.py",4083,0,"",python,selection_keyboard +2031,2374197,"utils/nn.py",4083,0,"1",python,content +2032,2374198,"utils/nn.py",4084,0,"",python,selection_keyboard +2033,2374585,"utils/nn.py",4083,0,"",python,selection_command +2034,2374921,"utils/nn.py",4084,0,"",python,selection_command +2035,2375100,"utils/nn.py",4086,0,"",python,selection_command +2036,2375355,"utils/nn.py",4086,3,"",python,content +2037,2375585,"utils/nn.py",4086,0,"1",python,content +2038,2375585,"utils/nn.py",4087,0,"",python,selection_keyboard +2039,2375767,"utils/nn.py",4086,0,"",python,selection_command +2040,2378294,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13995.9 task 0: running\r\n",,terminal_output +2041,2378434,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13995.9\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T09:58:18.240] error: *** STEP 13995.9 ON hai003 CANCELLED AT 2025-07-27T09:58:18 DUE to SIGNAL Killed ***\r\n",,terminal_output +2042,2378581,"TERMINAL",0,0,"(Pdb) ",,terminal_output +2043,2378823,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2044,2379152,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2045,2379217,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2046,2379455,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2047,2390775,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2048,2418628,"TERMINAL",0,0,"2025-07-27 09:58:58.431014: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2049,2420281,"TERMINAL",0,0,"2025-07-27 09:58:59.929754: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2050,2423762,"TERMINAL",0,0,"2025-07-27 09:59:03.521912: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2051,2423967,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom jasmine import Jasmine\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_co_train: bool = False\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n dynamics_type: str = ""maskgit""\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Dynamics model checkpoint ---\n rngs = nnx.Rngs(rng)\n jasmine = Jasmine(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dynamics_type=args.dynamics_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(jasmine, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Jasmine, batch: dict) -> jax.Array:\n """"""Runs Jasmine.sample with pre-defined generation hyper-parameters.""""""\n if args.dynamics_type == ""maskgit"":\n return model.sample_maskgit(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n else:\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n # @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(jasmine, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = jasmine.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n # The autoregressive cache needs to be initialized with the shape of the tokenized inputs, not the raw video.\n # The number of spatial tokens is derived from the image dimensions and patch size.\n # It appears the 90x160 image is padded to 92x160, and a CLS token is added.\n # (92 // args.patch_size) * (160 // args.patch_size) + 1 = 23 * 40 + 1 = 921\n num_patches = ((args.image_height + 3) // 4 * 4 // args.patch_size) * (\n args.image_width // args.patch_size\n ) + 1\n # Shape for spatial attention: (batch, time, patches, num_heads, head_dim)\n spatial_token_shape = (\n args.batch_size,\n 1,\n num_patches,\n args.dyna_dim,\n )\n # Shape for temporal attention: (batch, patches, time, num_heads, head_dim)\n temporal_token_shape = (\n args.batch_size,\n num_patches,\n 1,\n args.dyna_dim,\n )\n if args.dynamics_type == ""causal"":\n transformer_blocks = jasmine.dynamics.transformer.blocks\n for block in transformer_blocks:\n block.spatial_attention.init_cache(spatial_token_shape, dtype=args.dtype)\n block.temporal_attention.init_cache(temporal_token_shape, dtype=args.dtype)\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +2052,2424449,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(76)__call__()\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +2053,2425488,"sample.py",6001,0,"",python,selection_command +2054,2425742,"sample.py",6055,0,"",python,selection_command +2055,2425772,"sample.py",6094,0,"",python,selection_command +2056,2425804,"sample.py",6096,0,"",python,selection_command +2057,2425832,"sample.py",6112,0,"",python,selection_command +2058,2425865,"sample.py",6150,0,"",python,selection_command +2059,2425895,"sample.py",6264,0,"",python,selection_command +2060,2433407,"utils/nn.py",0,0,"",python,tab +2061,2434439,"utils/nn.py",4052,0,"",python,selection_command +2062,2434695,"utils/nn.py",4015,0,"",python,selection_command +2063,2434710,"utils/nn.py",3982,0,"",python,selection_command +2064,2434746,"utils/nn.py",3949,0,"",python,selection_command +2065,2434775,"utils/nn.py",3917,0,"",python,selection_command +2066,2434809,"utils/nn.py",3915,0,"",python,selection_command +2067,2434913,"utils/nn.py",3892,0,"",python,selection_command +2068,2435404,"utils/nn.py",3861,37," z = self.spatial_attention(z)",python,selection_command +2069,2495684,"utils/nn.py",3892,0,"",python,selection_command +2070,2496199,"utils/nn.py",1818,0,"",python,selection_command +2071,2496439,"utils/nn.py",1836,0,"",python,selection_command +2072,2496606,"utils/nn.py",1838,0,"",python,selection_command +2073,2496752,"utils/nn.py",1841,0,"",python,selection_command +2074,2496828,"utils/nn.py",1842,0,"",python,selection_command +2075,2497379,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +2076,2497379,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +2077,2498042,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,33,"class MultiHeadAttention(Module):",python,selection_command +2078,2498117,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,61,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n",python,selection_command +2079,2498383,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,80,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n",python,selection_command +2080,2498405,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,129,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n",python,selection_command +2081,2498436,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,539,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n",python,selection_command +2082,2498469,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,878,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n",python,selection_command +2083,2498524,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,2871,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n",python,selection_command +2084,2498538,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,3038,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n",python,selection_command +2085,2498573,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,5094,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n",python,selection_command +2086,2498608,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,5296,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n",python,selection_command +2087,2498651,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,5353,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n",python,selection_command +2088,2498938,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,6058,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n",python,selection_command +2089,2499068,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,6711,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n",python,selection_command +2090,2499437,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7264,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n",python,selection_command +2091,2499588,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7424,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n",python,selection_command +2092,2499885,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7791,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n",python,selection_command +2093,2500016,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7944,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n",python,selection_command +2094,2500338,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,8119,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n",python,selection_command +2095,2500451,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,9411,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n",python,selection_command +2096,2500643,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,9537,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n",python,selection_command +2097,2500952,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,9918,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n",python,selection_command +2098,2501069,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10115,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n",python,selection_command +2099,2501354,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10211,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n",python,selection_command +2100,2501357,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10523,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n",python,selection_command +2101,2501481,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10861,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n",python,selection_command +2102,2501925,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,12487,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n",python,selection_command +2103,2502068,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13203,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n",python,selection_command +2104,2502673,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13647,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n",python,selection_command +2105,2502777,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13945,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n",python,selection_command +2106,2503772,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13647,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n",python,selection_command +2107,2504027,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13945,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n",python,selection_command +2108,2504196,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13966,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n",python,selection_command +2109,2504319,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14839,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n",python,selection_command +2110,2504831,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14873,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n",python,selection_command +2111,2508485,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,15101,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n",python,selection_command +2112,2509233,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14874,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n",python,selection_command +2113,2509466,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14840,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n",python,selection_command +2114,2517333,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24298,0,"",python,selection_command +2115,2517917,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24332,0,"",python,selection_command +2116,2518335,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24559,0,"",python,selection_command +2117,2518697,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24331,0,"",python,selection_command +2118,2519056,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24297,0,"",python,selection_command +2119,2519247,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23424,0,"",python,selection_command +2120,2519451,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23403,0,"",python,selection_command +2121,2519627,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23105,0,"",python,selection_command +2122,2519783,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22661,0,"",python,selection_command +2123,2519919,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21945,0,"",python,selection_command +2124,2520083,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20319,0,"",python,selection_command +2125,2520231,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19981,0,"",python,selection_command +2126,2520514,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19669,0,"",python,selection_command +2127,2520801,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19573,0,"",python,selection_command +2128,2520968,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19376,0,"",python,selection_command +2129,2521222,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18995,0,"",python,selection_command +2130,2521249,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18869,0,"",python,selection_command +2131,2521278,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17577,0,"",python,selection_command +2132,2521318,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17402,0,"",python,selection_command +2133,2521552,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17249,0,"",python,selection_command +2134,2521804,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16882,0,"",python,selection_command +2135,2521837,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16722,0,"",python,selection_command +2136,2521869,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16169,0,"",python,selection_command +2137,2521902,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15516,0,"",python,selection_command +2138,2522542,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16169,0,"",python,selection_command +2139,2524407,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15516,0,"",python,selection_command +2140,2524545,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14811,0,"",python,selection_command +2141,2524704,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14754,0,"",python,selection_command +2142,2525011,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14552,0,"",python,selection_command +2143,2525367,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12496,0,"",python,selection_command +2144,2525652,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12329,0,"",python,selection_command +2145,2526162,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",10336,0,"",python,selection_command +2146,2526642,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9997,0,"",python,selection_command +2147,2527023,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9587,0,"",python,selection_command +2148,2527398,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9538,0,"",python,selection_command +2149,2527691,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9519,0,"",python,selection_command +2150,2527967,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +2151,2528286,"utils/nn.py",0,0,"",python,tab +2152,2528286,"utils/nn.py",1842,0,"",python,selection_command +2153,2552745,"utils/nn.py",3674,0,"",python,selection_command +2154,2592979,"utils/nn.py",3725,0,"",python,selection_command +2155,2593217,"utils/nn.py",3761,0,"",python,selection_command +2156,2593244,"utils/nn.py",3797,0,"",python,selection_command +2157,2593276,"utils/nn.py",3830,0,"",python,selection_command +2158,2593312,"utils/nn.py",3865,0,"",python,selection_command +2159,2593342,"utils/nn.py",3903,0,"",python,selection_command +2160,2593375,"utils/nn.py",3917,0,"",python,selection_command +2161,2593407,"utils/nn.py",3922,0,"",python,selection_command +2162,2593439,"utils/nn.py",3959,0,"",python,selection_command +2163,2593476,"utils/nn.py",3988,0,"",python,selection_command +2164,2595148,"TERMINAL",0,0,"c",,terminal_output +2165,2595268,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(135)__call__()\r\n-> z = self.temporal_attention(z)\r\n",,terminal_output +2166,2597382,"TERMINAL",0,0,"z",,terminal_output +2167,2597495,"TERMINAL",0,0,".",,terminal_output +2168,2597613,"TERMINAL",0,0,"s",,terminal_output +2169,2597682,"TERMINAL",0,0,"h",,terminal_output +2170,2597797,"TERMINAL",0,0,"a",,terminal_output +2171,2597883,"TERMINAL",0,0,"p",,terminal_output +2172,2597985,"TERMINAL",0,0,"e",,terminal_output +2173,2598064,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 512)\r\n",,terminal_output +2174,2600085,"utils/nn.py",4025,0,"",python,selection_command +2175,2600254,"utils/nn.py",4059,0,"",python,selection_command +2176,2602126,"utils/nn.py",4054,0,"\n ",python,content +2177,2602168,"utils/nn.py",4063,0,"#",python,content +2178,2602169,"utils/nn.py",4064,0,"",python,selection_keyboard +2179,2602235,"utils/nn.py",4064,0," ",python,content +2180,2602236,"utils/nn.py",4065,0,"",python,selection_keyboard +2181,2602792,"utils/nn.py",4065,0,"z",python,content +2182,2602792,"utils/nn.py",4066,0,"",python,selection_keyboard +2183,2603027,"utils/nn.py",4066,0,".",python,content +2184,2603027,"utils/nn.py",4067,0,"",python,selection_keyboard +2185,2603088,"utils/nn.py",4067,0,"s",python,content +2186,2603088,"utils/nn.py",4068,0,"",python,selection_keyboard +2187,2603240,"utils/nn.py",4068,0,"h",python,content +2188,2603240,"utils/nn.py",4069,0,"",python,selection_keyboard +2189,2603306,"utils/nn.py",4069,0,"a",python,content +2190,2603307,"utils/nn.py",4070,0,"",python,selection_keyboard +2191,2603422,"utils/nn.py",4070,0,"p",python,content +2192,2603422,"utils/nn.py",4071,0,"",python,selection_keyboard +2193,2603470,"utils/nn.py",4071,0,"e",python,content +2194,2603471,"utils/nn.py",4072,0,"",python,selection_keyboard +2195,2604414,"utils/nn.py",4072,0," (1, 921, 1, 512)",python,content +2196,2604754,"utils/nn.py",4088,0,"",python,selection_command +2197,2606278,"utils/nn.py",4055,35,"",python,content +2198,2606294,"utils/nn.py",4063,0,"",python,selection_command +2199,2606439,"utils/nn.py",4103,0,"",python,selection_command +2200,2606587,"utils/nn.py",4128,0,"",python,selection_command +2201,2606861,"utils/nn.py",4103,0,"",python,selection_command +2202,2606993,"utils/nn.py",4119,0,"\n # z.shape (1, 921, 1, 512)",python,content +2203,2606996,"utils/nn.py",4128,0,"",python,selection_command +2204,2611559,"utils/nn.py",4163,0,"",python,selection_command +2205,2611731,"utils/nn.py",4165,0,"",python,selection_command +2206,2611873,"utils/nn.py",4167,0,"",python,selection_command +2207,2612012,"utils/nn.py",4171,0,"",python,selection_command +2208,2612109,"utils/nn.py",4172,0,"",python,selection_command +2209,2616596,"utils/nn.py",2589,0,"",python,selection_command +2210,2616996,"utils/nn.py",2608,0,"",python,selection_command +2211,2617153,"utils/nn.py",2610,0,"",python,selection_command +2212,2617317,"utils/nn.py",2613,0,"",python,selection_command +2213,2617476,"utils/nn.py",2614,0,"",python,selection_command +2214,2617843,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +2215,2617843,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +2216,2619297,"TERMINAL",0,0,"n",,terminal_output +2217,2619658,"TERMINAL",0,0," ",,terminal_output +2218,2619748,"TERMINAL",0,0,"s",,terminal_output +2219,2620035,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(453)__call__()\r\n-> def __call__(\r\n",,terminal_output +2220,2620407,"TERMINAL",0,0,"n",,terminal_output +2221,2621141,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(498)__call__()\r\n-> if rngs is None:\r\n",,terminal_output +2222,2621766,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(499)__call__()\r\n-> rngs = self.rngs\r\n",,terminal_output +2223,2621918,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(501)__call__()\r\n-> if inputs_k is None:\r\n",,terminal_output +2224,2622012,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(502)__call__()\r\n-> if inputs_v is not None:\r\n",,terminal_output +2225,2622432,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(508)__call__()\r\n-> inputs_k = inputs_q\r\n",,terminal_output +2226,2622719,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(509)__call__()\r\n-> if inputs_v is None:\r\n\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(510)__call__()\r\n-> inputs_v = inputs_k\r\n",,terminal_output +2227,2622936,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(512)__call__()\r\n-> if inputs_q.shape[-1] != self.in_features:\r\n",,terminal_output +2228,2623182,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(518)__call__()\r\n-> query = self.query(inputs_q)\r\n",,terminal_output +2229,2623740,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(519)__call__()\r\n-> key = self.key(inputs_k)\r\n",,terminal_output +2230,2623900,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(520)__call__()\r\n-> value = self.value(inputs_v)\r\n",,terminal_output +2231,2624406,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(522)__call__()\r\n-> if self.normalize_qk:\r\n",,terminal_output +2232,2625387,"TERMINAL",0,0,"q",,terminal_output +2233,2625534,"TERMINAL",0,0,"u",,terminal_output +2234,2625663,"TERMINAL",0,0,"er",,terminal_output +2235,2625903,"TERMINAL",0,0,"y",,terminal_output +2236,2626154,"TERMINAL",0,0,".",,terminal_output +2237,2626250,"TERMINAL",0,0,"s",,terminal_output +2238,2626401,"TERMINAL",0,0,"ha",,terminal_output +2239,2626528,"TERMINAL",0,0,"p",,terminal_output +2240,2626598,"TERMINAL",0,0,"e",,terminal_output +2241,2626737,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2242,2627287,"TERMINAL",0,0,"k",,terminal_output +2243,2627451,"TERMINAL",0,0,"e",,terminal_output +2244,2627517,"TERMINAL",0,0,"y",,terminal_output +2245,2627790,"TERMINAL",0,0,".",,terminal_output +2246,2627905,"TERMINAL",0,0,"s",,terminal_output +2247,2628014,"TERMINAL",0,0,"h",,terminal_output +2248,2628072,"TERMINAL",0,0,"a",,terminal_output +2249,2628202,"TERMINAL",0,0,"p",,terminal_output +2250,2628270,"TERMINAL",0,0,"e",,terminal_output +2251,2628431,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2252,2628737,"TERMINAL",0,0,"v",,terminal_output +2253,2628805,"TERMINAL",0,0,"a",,terminal_output +2254,2628870,"TERMINAL",0,0,"l",,terminal_output +2255,2628966,"TERMINAL",0,0,"u",,terminal_output +2256,2629069,"TERMINAL",0,0,"e",,terminal_output +2257,2629186,"TERMINAL",0,0,".",,terminal_output +2258,2629276,"TERMINAL",0,0,"s",,terminal_output +2259,2629380,"TERMINAL",0,0,"h",,terminal_output +2260,2629472,"TERMINAL",0,0,"a",,terminal_output +2261,2629587,"TERMINAL",0,0,"p",,terminal_output +2262,2629669,"TERMINAL",0,0,"e",,terminal_output +2263,2629783,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2264,2638248,"TERMINAL",0,0,"n",,terminal_output +2265,2638620,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(531)__call__()\r\n-> decode = first_from(\r\n",,terminal_output +2266,2639211,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(532)__call__()\r\n-> decode,\r\n",,terminal_output +2267,2639399,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(533)__call__()\r\n-> self.decode,\r\n",,terminal_output +2268,2639551,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(534)__call__()\r\n-> error_msg=""""""No `decode` argument was provided to MultiHeadAttention\r\n",,terminal_output +2269,2639683,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(531)__call__()\r\n-> decode = first_from(\r\n",,terminal_output +2270,2639817,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(538)__call__()\r\n-> if decode:\r\n",,terminal_output +2271,2639967,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(540)__call__()\r\n-> self.cached_key is None\r\n",,terminal_output +2272,2640100,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(541)__call__()\r\n-> or self.cached_value is None\r\n",,terminal_output +2273,2640485,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(542)__call__()\r\n-> or self.cache_index is None\r\n",,terminal_output +2274,2640669,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(552)__call__()\r\n-> ) = self.cached_key.value.shape\r\n",,terminal_output +2275,2640835,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(547)__call__()\r\n-> (\r\n",,terminal_output +2276,2641186,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(548)__call__()\r\n-> *batch_dims,\r\n",,terminal_output +2277,2641497,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(549)__call__()\r\n-> max_length,\r\n",,terminal_output +2278,2641814,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(550)__call__()\r\n-> num_heads,\r\n",,terminal_output +2279,2642154,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(551)__call__()\r\n-> depth_per_head,\r\n",,terminal_output +2280,2642508,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(554)__call__()\r\n-> expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\r\n",,terminal_output +2281,2642994,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(555)__call__()\r\n-> if expected_shape != query.shape:\r\n",,terminal_output +2282,2643779,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(562)__call__()\r\n-> cur_index = self.cache_index[...]\r\n",,terminal_output +2283,2644207,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(563)__call__()\r\n-> zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\r\n",,terminal_output +2284,2644567,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(564)__call__()\r\n-> indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\r\n",,terminal_output +2285,2645006,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(565)__call__()\r\n-> key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\r\n",,terminal_output +2286,2645896,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(566)__call__()\r\n-> value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\r\n",,terminal_output +2287,2646383,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(567)__call__()\r\n-> self.cached_key[...] = key\r\n",,terminal_output +2288,2647010,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(568)__call__()\r\n-> self.cached_value[...] = value\r\n",,terminal_output +2289,2651874,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(569)__call__()\r\n-> self.cache_index[...] += 1\r\n",,terminal_output +2290,2655750,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11910,0,"",python,selection_command +2291,2656138,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12428,0,"",python,selection_command +2292,2656842,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12446,0,"",python,selection_command +2293,2657768,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12466,0,"",python,selection_command +2294,2658122,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16732,0,"",python,selection_command +2295,2663992,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16748,0,"",python,selection_command +2296,2664147,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16784,0,"",python,selection_command +2297,2664475,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16802,0,"",python,selection_command +2298,2664652,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16838,0,"",python,selection_command +2299,2664809,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16855,0,"",python,selection_command +2300,2665127,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18723,0,"",python,selection_command +2301,2666031,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20067,0,"",python,selection_command +2302,2667203,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20359,0,"",python,selection_command +2303,2692273,"TERMINAL",0,0,"s",,terminal_output +2304,2692328,"TERMINAL",0,0,"e",,terminal_output +2305,2692458,"TERMINAL",0,0,"l",,terminal_output +2306,2692601,"TERMINAL",0,0,"f",,terminal_output +2307,2692736,"TERMINAL",0,0,".",,terminal_output +2308,2692926,"TERMINAL",0,0,"c",,terminal_output +2309,2693120,"TERMINAL",0,0,"a",,terminal_output +2310,2693239,"TERMINAL",0,0,"c",,terminal_output +2311,2693328,"TERMINAL",0,0,"h",,terminal_output +2312,2693441,"TERMINAL",0,0,"e",,terminal_output +2313,2693594,"TERMINAL",0,0,"d",,terminal_output +2314,2693840,"TERMINAL",0,0,"_",,terminal_output +2315,2694043,"TERMINAL",0,0,"k",,terminal_output +2316,2694165,"TERMINAL",0,0,"e",,terminal_output +2317,2694282,"TERMINAL",0,0,"y",,terminal_output +2318,2694478,"TERMINAL",0,0,".",,terminal_output +2319,2694671,"TERMINAL",0,0,"v",,terminal_output +2320,2694749,"TERMINAL",0,0,"a",,terminal_output +2321,2694990,"TERMINAL",0,0," ",,terminal_output +2322,2695495,"TERMINAL",0,0," ",,terminal_output +2323,2695852,"TERMINAL",0,0,"v",,terminal_output +2324,2695927,"TERMINAL",0,0,"a",,terminal_output +2325,2696295,"TERMINAL",0,0," ",,terminal_output +2326,2696425,"TERMINAL",0,0," ",,terminal_output +2327,2698367,"TERMINAL",0,0,"v",,terminal_output +2328,2698434,"TERMINAL",0,0,"a",,terminal_output +2329,2698526,"TERMINAL",0,0,"l",,terminal_output +2330,2698624,"TERMINAL",0,0,"u",,terminal_output +2331,2698724,"TERMINAL",0,0,"e",,terminal_output +2332,2698850,"TERMINAL",0,0,".",,terminal_output +2333,2698949,"TERMINAL",0,0,"s",,terminal_output +2334,2699063,"TERMINAL",0,0,"h",,terminal_output +2335,2699133,"TERMINAL",0,0,"a",,terminal_output +2336,2699259,"TERMINAL",0,0,"p",,terminal_output +2337,2699316,"TERMINAL",0,0,"e",,terminal_output +2338,2699465,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2339,2725126,"TERMINAL",0,0,"e",,terminal_output +2340,2725253,"TERMINAL",0,0,"p",,terminal_output +2341,2726008,"TERMINAL",0,0," ",,terminal_output +2342,2726103,"TERMINAL",0,0,"x",,terminal_output +2343,2726205,"TERMINAL",0,0,"p",,terminal_output +2344,2726305,"TERMINAL",0,0,"e",,terminal_output +2345,2726404,"TERMINAL",0,0,"c",,terminal_output +2346,2726638,"TERMINAL",0,0,"t",,terminal_output +2347,2726724,"TERMINAL",0,0,"e",,terminal_output +2348,2727077,"TERMINAL",0,0,"d",,terminal_output +2349,2727639,"TERMINAL",0,0,"_",,terminal_output +2350,2727991,"TERMINAL",0,0,"s",,terminal_output +2351,2728167,"TERMINAL",0,0,"ha",,terminal_output +2352,2728343,"TERMINAL",0,0,"pe",,terminal_output +2353,2729293,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2354,2752717,"TERMINAL",0,0,"se",,terminal_output +2355,2752867,"TERMINAL",0,0,"l",,terminal_output +2356,2753068,"TERMINAL",0,0,"f",,terminal_output +2357,2753190,"TERMINAL",0,0,".",,terminal_output +2358,2753913,"TERMINAL",0,0,"c",,terminal_output +2359,2754050,"TERMINAL",0,0,"a",,terminal_output +2360,2754139,"TERMINAL",0,0,"c",,terminal_output +2361,2754256,"TERMINAL",0,0,"h",,terminal_output +2362,2754358,"TERMINAL",0,0,"e",,terminal_output +2363,2754615,"TERMINAL",0,0,"_",,terminal_output +2364,2754987,"TERMINAL",0,0,"ind",,terminal_output +2365,2755236,"TERMINAL",0,0,"e",,terminal_output +2366,2755311,"TERMINAL",0,0,"x",,terminal_output +2367,2755488,"TERMINAL",0,0,"[",,terminal_output +2368,2755842,"TERMINAL",0,0,"xx",,terminal_output +2369,2756196,"TERMINAL",0,0,"x]",,terminal_output +2370,2756551,"TERMINAL",0,0," ",,terminal_output +2371,2756902,"TERMINAL",0,0," ",,terminal_output +2372,2757082,"TERMINAL",0,0," ",,terminal_output +2373,2757156,"TERMINAL",0,0,"  ",,terminal_output +2374,2757676,"TERMINAL",0,0,".",,terminal_output +2375,2758130,"TERMINAL",0,0," ",,terminal_output +2376,2758312,"TERMINAL",0,0,"[",,terminal_output +2377,2758578,"TERMINAL",0,0,".",,terminal_output +2378,2758779,"TERMINAL",0,0,".",,terminal_output +2379,2758922,"TERMINAL",0,0,".",,terminal_output +2380,2759097,"TERMINAL",0,0,"]",,terminal_output +2381,2759330,"TERMINAL",0,0,"\r\n(Pdb) Tracedwith\r\n",,terminal_output +2382,2759500,"TERMINAL",0,0,"\r\n(Pdb) Tracedwith\r\n",,terminal_output +2383,2763168,"TERMINAL",0,0,"^P",,terminal_output +2384,2763451,"TERMINAL",0,0,".",,terminal_output +2385,2763564,"TERMINAL",0,0,"s",,terminal_output +2386,2763987,"TERMINAL",0,0," ",,terminal_output +2387,2764123,"TERMINAL",0,0," ",,terminal_output +2388,2764270,"TERMINAL",0,0,"  ",,terminal_output +2389,2764779,"TERMINAL",0,0,"sel",,terminal_output +2390,2764893,"TERMINAL",0,0,"f",,terminal_output +2391,2764980,"TERMINAL",0,0,".",,terminal_output +2392,2765101,"TERMINAL",0,0,"c",,terminal_output +2393,2765215,"TERMINAL",0,0,"a",,terminal_output +2394,2765284,"TERMINAL",0,0,"c",,terminal_output +2395,2765374,"TERMINAL",0,0,"h",,terminal_output +2396,2765500,"TERMINAL",0,0,"e",,terminal_output +2397,2765937,"TERMINAL",0,0," ",,terminal_output +2398,2766323,"TERMINAL",0,0,"e",,terminal_output +2399,2766518,"TERMINAL",0,0,"_",,terminal_output +2400,2766684,"TERMINAL",0,0,"i",,terminal_output +2401,2766768,"TERMINAL",0,0,"nd",,terminal_output +2402,2766935,"TERMINAL",0,0,"e",,terminal_output +2403,2767068,"TERMINAL",0,0,"x",,terminal_output +2404,2767134,"TERMINAL",0,0,".",,terminal_output +2405,2767282,"TERMINAL",0,0,"s",,terminal_output +2406,2767398,"TERMINAL",0,0,"h",,terminal_output +2407,2767462,"TERMINAL",0,0,"a",,terminal_output +2408,2767580,"TERMINAL",0,0,"p",,terminal_output +2409,2767669,"TERMINAL",0,0,"e",,terminal_output +2410,2767800,"TERMINAL",0,0,"\r\n(Pdb) ()\r\n",,terminal_output +2411,2768839,"TERMINAL",0,0,"^P",,terminal_output +2412,2769705,"TERMINAL",0,0,"  ",,terminal_output +2413,2770273,"TERMINAL",0,0,"^[[A",,terminal_output +2414,2771093,"TERMINAL",0,0," ",,terminal_output +2415,2771224,"TERMINAL",0,0," ",,terminal_output +2416,2771347,"TERMINAL",0,0,"  ",,terminal_output +2417,2771859,"TERMINAL",0,0,"s",,terminal_output +2418,2772154,"TERMINAL",0,0,"e",,terminal_output +2419,2772223,"TERMINAL",0,0,"l",,terminal_output +2420,2772371,"TERMINAL",0,0,"f",,terminal_output +2421,2772430,"TERMINAL",0,0,".",,terminal_output +2422,2772693,"TERMINAL",0,0,"c",,terminal_output +2423,2772794,"TERMINAL",0,0,"a",,terminal_output +2424,2772874,"TERMINAL",0,0,"c",,terminal_output +2425,2772990,"TERMINAL",0,0,"e",,terminal_output +2426,2773494,"TERMINAL",0,0," ",,terminal_output +2427,2773634,"TERMINAL",0,0,"h",,terminal_output +2428,2773703,"TERMINAL",0,0,"e",,terminal_output +2429,2773939,"TERMINAL",0,0,"_",,terminal_output +2430,2774141,"TERMINAL",0,0,"i",,terminal_output +2431,2774241,"TERMINAL",0,0,"nd",,terminal_output +2432,2774418,"TERMINAL",0,0,"e",,terminal_output +2433,2774592,"TERMINAL",0,0,"x",,terminal_output +2434,2774993,"TERMINAL",0,0,"[",,terminal_output +2435,2775277,"TERMINAL",0,0,".",,terminal_output +2436,2775445,"TERMINAL",0,0,".",,terminal_output +2437,2775727,"TERMINAL",0,0,".",,terminal_output +2438,2776030,"TERMINAL",0,0,"]",,terminal_output +2439,2776335,"TERMINAL",0,0,".",,terminal_output +2440,2776525,"TERMINAL",0,0,"s",,terminal_output +2441,2776642,"TERMINAL",0,0,"h",,terminal_output +2442,2776696,"TERMINAL",0,0,"a",,terminal_output +2443,2776817,"TERMINAL",0,0,"p",,terminal_output +2444,2776900,"TERMINAL",0,0,"e",,terminal_output +2445,2777004,"TERMINAL",0,0,"\r\n(Pdb) ()\r\n",,terminal_output +2446,2877859,"TERMINAL",0,0,"k",,terminal_output +2447,2877960,"TERMINAL",0,0,"e",,terminal_output +2448,2878118,"TERMINAL",0,0,"y",,terminal_output +2449,2878546,"TERMINAL",0,0,".",,terminal_output +2450,2878775,"TERMINAL",0,0,"sh",,terminal_output +2451,2878900,"TERMINAL",0,0,"a",,terminal_output +2452,2878970,"TERMINAL",0,0,"p",,terminal_output +2453,2879167,"TERMINAL",0,0,"e",,terminal_output +2454,2879267,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2455,2883783,"TERMINAL",0,0,"v",,terminal_output +2456,2883885,"TERMINAL",0,0,"a",,terminal_output +2457,2884034,"TERMINAL",0,0,"lu",,terminal_output +2458,2884157,"TERMINAL",0,0,"e",,terminal_output +2459,2884411,"TERMINAL",0,0,".",,terminal_output +2460,2884521,"TERMINAL",0,0,"sh",,terminal_output +2461,2884581,"TERMINAL",0,0,"a",,terminal_output +2462,2884749,"TERMINAL",0,0,"p",,terminal_output +2463,2884809,"TERMINAL",0,0,"e",,terminal_output +2464,2884996,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2465,2888521,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20391,0,"",python,selection_command +2466,2888740,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20428,0,"",python,selection_command +2467,2888773,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20458,0,"",python,selection_command +2468,2888806,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20473,0,"",python,selection_command +2469,2888837,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20499,0,"",python,selection_command +2470,2888871,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20571,0,"",python,selection_command +2471,2888905,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20579,0,"",python,selection_command +2472,2888937,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20594,0,"",python,selection_command +2473,2888971,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20615,0,"",python,selection_command +2474,2889005,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20635,0,"",python,selection_command +2475,2889037,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20654,0,"",python,selection_command +2476,2889128,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20678,0,"",python,selection_command +2477,2889129,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20716,0,"",python,selection_command +2478,2889137,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20771,0,"",python,selection_command +2479,2889171,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20845,0,"",python,selection_command +2480,2889204,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20885,0,"",python,selection_command +2481,2889237,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20911,0,"",python,selection_command +2482,2889271,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20958,0,"",python,selection_command +2483,2889305,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21010,0,"",python,selection_command +2484,2889337,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21047,0,"",python,selection_command +2485,2889373,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21062,0,"",python,selection_command +2486,2889407,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21126,0,"",python,selection_command +2487,2889440,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21166,0,"",python,selection_command +2488,2889481,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21226,0,"",python,selection_command +2489,2889512,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21294,0,"",python,selection_command +2490,2889873,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21296,0,"",python,selection_command +2491,2890011,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21297,0,"",python,selection_command +2492,2890376,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21317,0,"",python,selection_command +2493,2890762,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21297,0,"",python,selection_command +2494,2916424,"TERMINAL",0,0,"se",,terminal_output +2495,2916492,"TERMINAL",0,0,"l",,terminal_output +2496,2916626,"TERMINAL",0,0,"f",,terminal_output +2497,2916688,"TERMINAL",0,0,".",,terminal_output +2498,2916830,"TERMINAL",0,0,"c",,terminal_output +2499,2917247,"TERMINAL",0,0,"a",,terminal_output +2500,2917311,"TERMINAL",0,0,"c",,terminal_output +2501,2917515,"TERMINAL",0,0,"e",,terminal_output +2502,2917764,"TERMINAL",0,0," ",,terminal_output +2503,2918167,"TERMINAL",0,0,"hed",,terminal_output +2504,2918415,"TERMINAL",0,0,"_",,terminal_output +2505,2918557,"TERMINAL",0,0,"k",,terminal_output +2506,2918733,"TERMINAL",0,0,"e",,terminal_output +2507,2918912,"TERMINAL",0,0,"y.",,terminal_output +2508,2919087,"TERMINAL",0,0,"s",,terminal_output +2509,2919264,"TERMINAL",0,0,"ha",,terminal_output +2510,2919443,"TERMINAL",0,0,"p",,terminal_output +2511,2919619,"TERMINAL",0,0,"e\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2512,2931270,"TERMINAL",0,0,"k",,terminal_output +2513,2931484,"TERMINAL",0,0,"e",,terminal_output +2514,2931548,"TERMINAL",0,0,"y",,terminal_output +2515,2931787,"TERMINAL",0,0,".",,terminal_output +2516,2931905,"TERMINAL",0,0,"s",,terminal_output +2517,2932014,"TERMINAL",0,0,"h",,terminal_output +2518,2932104,"TERMINAL",0,0,"a",,terminal_output +2519,2932188,"TERMINAL",0,0,"p",,terminal_output +2520,2932305,"TERMINAL",0,0,"e",,terminal_output +2521,2932872,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2522,2977733,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21315,0,"",python,selection_mouse +2523,2993489,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21308,0,"",python,selection_mouse +2524,3061359,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21281,72," key = lax.dynamic_update_slice(self.cached_key[...], key, indices)",python,selection_command +2525,3061537,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21281,151," key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)",python,selection_command +2526,3061671,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21281,184," key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key",python,selection_command +2527,3061803,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21281,221," key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value",python,selection_command +2528,3061974,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21281,254," key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1",python,selection_command +2529,3082239,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21535,0,"",python,selection_mouse +2530,3082245,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21534,0,"",python,selection_command +2531,3082897,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21464,0,"",python,selection_mouse +2532,3083450,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21498,0,"",python,selection_mouse +2533,3085526,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21289,0,"",python,selection_mouse +2534,3085850,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21362,0,"",python,selection_mouse +2535,3130796,"TERMINAL",0,0,"n",,terminal_output +2536,3132812,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(574)__call__()\r\n-> mask = combine_masks(\r\n",,terminal_output +2537,3134717,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(575)__call__()\r\n-> mask,\r\n",,terminal_output +2538,3135391,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(576)__call__()\r\n-> jnp.broadcast_to(\r\n",,terminal_output +2539,3135812,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(577)__call__()\r\n-> jnp.arange(max_length) <= cur_index,\r\n",,terminal_output +2540,3136226,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(578)__call__()\r\n-> tuple(batch_dims) + (1, 1, max_length),\r\n",,terminal_output +2541,3139981,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(576)__call__()\r\n-> jnp.broadcast_to(\r\n",,terminal_output +2542,3141784,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(574)__call__()\r\n-> mask = combine_masks(\r\n",,terminal_output +2543,3142927,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(583)__call__()\r\n-> self.dropout_rate > 0.0\r\n",,terminal_output +2544,3149743,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(601)__call__()\r\n-> deterministic = True\r\n",,terminal_output +2545,3154255,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(602)__call__()\r\n-> dropout_rng = None\r\n",,terminal_output +2546,3157885,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +2547,3160613,"TERMINAL",0,0,"s",,terminal_output +2548,3160792,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(606)__call__()\r\n-> query,\r\n",,terminal_output +2549,3163408,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(607)__call__()\r\n-> key,\r\n",,terminal_output +2550,3163967,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(608)__call__()\r\n-> value,\r\n",,terminal_output +2551,3164355,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(609)__call__()\r\n-> mask=mask,\r\n",,terminal_output +2552,3164738,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(610)__call__()\r\n-> dropout_rng=dropout_rng,\r\n",,terminal_output +2553,3165013,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(611)__call__()\r\n-> dropout_rate=self.dropout_rate,\r\n",,terminal_output +2554,3165465,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(612)__call__()\r\n-> broadcast_dropout=self.broadcast_dropout,\r\n",,terminal_output +2555,3165664,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(613)__call__()\r\n-> deterministic=deterministic,\r\n",,terminal_output +2556,3166035,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(614)__call__()\r\n-> dtype=self.dtype,\r\n",,terminal_output +2557,3166605,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(615)__call__()\r\n-> precision=self.precision,\r\n",,terminal_output +2558,3167030,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(616)__call__()\r\n-> module=self if sow_weights else None,\r\n",,terminal_output +2559,3167834,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +2560,3170067,"TERMINAL",0,0,"\r\n(Pdb) --Call--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(293)attention_fn()\r\n-> def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\r\n",,terminal_output +2561,3171305,"TERMINAL",0,0,"n",,terminal_output +2562,3171627,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(295)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +2563,3174741,"utils/nn.py",0,0,"",python,tab +2564,3177797,"utils/nn.py",11010,0,"",python,selection_command +2565,3178283,"utils/nn.py",10986,0,"",python,selection_command +2566,3178536,"utils/nn.py",10985,0,"",python,selection_command +2567,3178561,"utils/nn.py",10906,0,"",python,selection_command +2568,3178594,"utils/nn.py",10896,0,"",python,selection_command +2569,3178626,"utils/nn.py",10863,0,"",python,selection_command +2570,3178657,"utils/nn.py",10820,0,"",python,selection_command +2571,3178692,"utils/nn.py",10794,0,"",python,selection_command +2572,3178723,"utils/nn.py",10768,0,"",python,selection_command +2573,3178756,"utils/nn.py",10740,0,"",python,selection_command +2574,3178814,"utils/nn.py",10716,0,"",python,selection_command +2575,3178837,"utils/nn.py",10688,0,"",python,selection_command +2576,3178861,"utils/nn.py",10638,0,"",python,selection_command +2577,3178891,"utils/nn.py",10568,0,"",python,selection_command +2578,3178924,"utils/nn.py",10567,0,"",python,selection_command +2579,3178959,"utils/nn.py",10496,0,"",python,selection_command +2580,3178992,"utils/nn.py",10495,0,"",python,selection_command +2581,3179223,"utils/nn.py",9824,0,"",python,selection_command +2582,3179614,"utils/nn.py",8996,0,"",python,selection_command +2583,3180231,"utils/nn.py",9000,0,"",python,selection_command +2584,3180369,"utils/nn.py",9005,0,"",python,selection_command +2585,3180622,"utils/nn.py",9000,0,"",python,selection_command +2586,3181003,"utils/nn.py",9005,0,"",python,selection_command +2587,3181421,"utils/nn.py",9000,0,"",python,selection_command +2588,3182862,"utils/nn.py",9005,0,"",python,selection_command +2589,3183776,"utils/nn.py",9078,0,"",python,selection_command +2590,3184429,"utils/nn.py",9005,0,"",python,selection_command +2591,3184588,"utils/nn.py",9073,0,"\n ",python,content +2592,3185088,"utils/nn.py",9082,0,"#",python,content +2593,3185089,"utils/nn.py",9083,0,"",python,selection_keyboard +2594,3185165,"utils/nn.py",9083,0," ",python,content +2595,3185165,"utils/nn.py",9084,0,"",python,selection_keyboard +2596,3186440,"utils/nn.py",9084,0,"F",python,content +2597,3186441,"utils/nn.py",9085,0,"",python,selection_keyboard +2598,3186671,"utils/nn.py",9085,0,"I",python,content +2599,3186671,"utils/nn.py",9086,0,"",python,selection_keyboard +2600,3186720,"utils/nn.py",9086,0,"R",python,content +2601,3186720,"utils/nn.py",9087,0,"",python,selection_keyboard +2602,3186888,"utils/nn.py",9087,0,"S",python,content +2603,3186889,"utils/nn.py",9088,0,"",python,selection_keyboard +2604,3187025,"utils/nn.py",9088,0,"T",python,content +2605,3187025,"utils/nn.py",9089,0,"",python,selection_keyboard +2606,3187117,"utils/nn.py",9089,0," ",python,content +2607,3187117,"utils/nn.py",9090,0,"",python,selection_keyboard +2608,3187286,"utils/nn.py",9090,0,"P",python,content +2609,3187286,"utils/nn.py",9091,0,"",python,selection_keyboard +2610,3187355,"utils/nn.py",9091,0,"A",python,content +2611,3187355,"utils/nn.py",9092,0,"",python,selection_keyboard +2612,3187395,"utils/nn.py",9092,0,"S",python,content +2613,3187396,"utils/nn.py",9093,0,"",python,selection_keyboard +2614,3187554,"utils/nn.py",9093,0,"S",python,content +2615,3187554,"utils/nn.py",9094,0,"",python,selection_keyboard +2616,3187686,"utils/nn.py",9094,0,":",python,content +2617,3187686,"utils/nn.py",9095,0,"",python,selection_keyboard +2618,3187821,"utils/nn.py",9095,0," ",python,content +2619,3187822,"utils/nn.py",9096,0,"",python,selection_keyboard +2620,3190799,"utils/nn.py",9096,0,"q",python,content +2621,3190800,"utils/nn.py",9097,0,"",python,selection_keyboard +2622,3190875,"utils/nn.py",9097,0,"k",python,content +2623,3190875,"utils/nn.py",9098,0,"",python,selection_keyboard +2624,3190990,"utils/nn.py",9098,0,"v",python,content +2625,3190990,"utils/nn.py",9099,0,"",python,selection_keyboard +2626,3191215,"utils/nn.py",9099,0,".",python,content +2627,3191216,"utils/nn.py",9100,0,"",python,selection_keyboard +2628,3191303,"utils/nn.py",9100,0,"s",python,content +2629,3191304,"utils/nn.py",9101,0,"",python,selection_keyboard +2630,3191424,"utils/nn.py",9101,0,"h",python,content +2631,3191424,"utils/nn.py",9102,0,"",python,selection_keyboard +2632,3191642,"utils/nn.py",9102,0,"a",python,content +2633,3191643,"utils/nn.py",9103,0,"",python,selection_keyboard +2634,3191771,"utils/nn.py",9103,0,"p",python,content +2635,3191772,"utils/nn.py",9104,0,"",python,selection_keyboard +2636,3191856,"utils/nn.py",9104,0,"e",python,content +2637,3191857,"utils/nn.py",9105,0,"",python,selection_keyboard +2638,3192509,"utils/nn.py",9105,0," (1, 1, 921, 8, 64)",python,content +2639,3192767,"utils/nn.py",9123,0,"",python,selection_command +2640,3192976,"utils/nn.py",9162,0,"",python,selection_command +2641,3193309,"utils/nn.py",9125,39,"",python,content +2642,3193342,"utils/nn.py",9133,0,"",python,selection_command +2643,3193457,"utils/nn.py",9082,0,"",python,selection_command +2644,3194250,"utils/nn.py",9124,0,"\n ",python,content +2645,3195189,"utils/nn.py",9133,0,"# SECOND PASS: qkv.shape (1, 1, 921, 8, 64)",python,content +2646,3195378,"utils/nn.py",9175,0,"",python,selection_command +2647,3195473,"utils/nn.py",9173,0,"",python,selection_command +2648,3195734,"utils/nn.py",9171,0,"",python,selection_command +2649,3195762,"utils/nn.py",9170,0,"",python,selection_command +2650,3195791,"utils/nn.py",9168,0,"",python,selection_command +2651,3195825,"utils/nn.py",9165,0,"",python,selection_command +2652,3195859,"utils/nn.py",9163,0,"",python,selection_command +2653,3196241,"utils/nn.py",9162,0,"",python,selection_command +2654,3196517,"utils/nn.py",9160,0,"",python,selection_command +2655,3196695,"utils/nn.py",9159,0,"",python,selection_command +2656,3196866,"utils/nn.py",9158,0,"",python,selection_command +2657,3197089,"utils/nn.py",9158,18,"",python,content +2658,3197361,"utils/nn.py",9157,0,"",python,selection_command +2659,3201059,"TERMINAL",0,0,"q",,terminal_output +2660,3201225,"TERMINAL",0,0,"u",,terminal_output +2661,3201294,"TERMINAL",0,0,"e",,terminal_output +2662,3201358,"TERMINAL",0,0,"r",,terminal_output +2663,3201659,"TERMINAL",0,0,"y",,terminal_output +2664,3201823,"TERMINAL",0,0,"-",,terminal_output +2665,3202063,"TERMINAL",0,0,".",,terminal_output +2666,3202398,"TERMINAL",0,0," ",,terminal_output +2667,3202510,"TERMINAL",0,0," ",,terminal_output +2668,3202693,"TERMINAL",0,0,".",,terminal_output +2669,3202780,"TERMINAL",0,0,"s",,terminal_output +2670,3202904,"TERMINAL",0,0,"h",,terminal_output +2671,3203009,"TERMINAL",0,0,"a",,terminal_output +2672,3203125,"TERMINAL",0,0,"p",,terminal_output +2673,3203213,"TERMINAL",0,0,"e",,terminal_output +2674,3203332,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2675,3204150,"TERMINAL",0,0,"k",,terminal_output +2676,3204250,"TERMINAL",0,0,"e",,terminal_output +2677,3204749,"TERMINAL",0,0,"y",,terminal_output +2678,3204974,"TERMINAL",0,0,".",,terminal_output +2679,3205131,"TERMINAL",0,0,"s",,terminal_output +2680,3205260,"TERMINAL",0,0,"h",,terminal_output +2681,3205354,"TERMINAL",0,0,"a",,terminal_output +2682,3205447,"TERMINAL",0,0,"p",,terminal_output +2683,3205750,"TERMINAL",0,0,"e",,terminal_output +2684,3206137,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2685,3206613,"TERMINAL",0,0,"v",,terminal_output +2686,3206729,"TERMINAL",0,0,"al",,terminal_output +2687,3206827,"TERMINAL",0,0,"u",,terminal_output +2688,3206912,"TERMINAL",0,0,"e",,terminal_output +2689,3207032,"TERMINAL",0,0,".",,terminal_output +2690,3207162,"TERMINAL",0,0,"s",,terminal_output +2691,3207263,"TERMINAL",0,0,"h",,terminal_output +2692,3207382,"TERMINAL",0,0,"a",,terminal_output +2693,3207559,"TERMINAL",0,0,"e",,terminal_output +2694,3207868,"TERMINAL",0,0," ",,terminal_output +2695,3208030,"TERMINAL",0,0,"p",,terminal_output +2696,3208118,"TERMINAL",0,0,"e",,terminal_output +2697,3208249,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +2698,3212146,"utils/nn.py",9106,0,"",python,selection_command +2699,3212292,"utils/nn.py",9107,0,"",python,selection_command +2700,3213034,"utils/nn.py",9073,0,"\n ",python,content +2701,3213342,"utils/nn.py",9082,0,"#",python,content +2702,3213342,"utils/nn.py",9083,0,"",python,selection_keyboard +2703,3213410,"utils/nn.py",9083,0," ",python,content +2704,3213411,"utils/nn.py",9084,0,"",python,selection_keyboard +2705,3214084,"utils/nn.py",9084,0,"f",python,content +2706,3214085,"utils/nn.py",9085,0,"",python,selection_keyboard +2707,3214155,"utils/nn.py",9085,0,"o",python,content +2708,3214156,"utils/nn.py",9086,0,"",python,selection_keyboard +2709,3214277,"utils/nn.py",9086,0,"r",python,content +2710,3214277,"utils/nn.py",9087,0,"",python,selection_keyboard +2711,3214366,"utils/nn.py",9087,0," ",python,content +2712,3214366,"utils/nn.py",9088,0,"",python,selection_keyboard +2713,3214491,"utils/nn.py",9088,0,"t",python,content +2714,3214491,"utils/nn.py",9089,0,"",python,selection_keyboard +2715,3214578,"utils/nn.py",9089,0,"e",python,content +2716,3214579,"utils/nn.py",9090,0,"",python,selection_keyboard +2717,3214675,"utils/nn.py",9090,0,"m",python,content +2718,3214676,"utils/nn.py",9091,0,"",python,selection_keyboard +2719,3214705,"utils/nn.py",9091,0,"p",python,content +2720,3214705,"utils/nn.py",9092,0,"",python,selection_keyboard +2721,3214771,"utils/nn.py",9092,0,"o",python,content +2722,3214771,"utils/nn.py",9093,0,"",python,selection_keyboard +2723,3214849,"utils/nn.py",9093,0,"r",python,content +2724,3214850,"utils/nn.py",9094,0,"",python,selection_keyboard +2725,3214905,"utils/nn.py",9094,0,"a",python,content +2726,3214905,"utils/nn.py",9095,0,"",python,selection_keyboard +2727,3215025,"utils/nn.py",9095,0,"l",python,content +2728,3215025,"utils/nn.py",9096,0,"",python,selection_keyboard +2729,3215075,"utils/nn.py",9096,0," ",python,content +2730,3215075,"utils/nn.py",9097,0,"",python,selection_keyboard +2731,3215142,"utils/nn.py",9097,0,"a",python,content +2732,3215142,"utils/nn.py",9098,0,"",python,selection_keyboard +2733,3215239,"utils/nn.py",9098,0,"t",python,content +2734,3215239,"utils/nn.py",9099,0,"",python,selection_keyboard +2735,3215374,"utils/nn.py",9099,0,"t",python,content +2736,3215375,"utils/nn.py",9100,0,"",python,selection_keyboard +2737,3215421,"utils/nn.py",9100,0,"e",python,content +2738,3215422,"utils/nn.py",9101,0,"",python,selection_keyboard +2739,3215542,"utils/nn.py",9101,0,"n",python,content +2740,3215542,"utils/nn.py",9102,0,"",python,selection_keyboard +2741,3215625,"utils/nn.py",9102,0,"t",python,content +2742,3215625,"utils/nn.py",9103,0,"",python,selection_keyboard +2743,3215695,"utils/nn.py",9103,0,"i",python,content +2744,3215696,"utils/nn.py",9104,0,"",python,selection_keyboard +2745,3215711,"utils/nn.py",9104,0,"o",python,content +2746,3215712,"utils/nn.py",9105,0,"",python,selection_keyboard +2747,3215774,"utils/nn.py",9105,0,"n",python,content +2748,3215774,"utils/nn.py",9106,0,"",python,selection_keyboard +2749,3215991,"utils/nn.py",9106,0,":",python,content +2750,3215991,"utils/nn.py",9107,0,"",python,selection_keyboard +2751,3216135,"utils/nn.py",9107,0," ",python,content +2752,3216135,"utils/nn.py",9108,0,"",python,selection_keyboard +2753,3216267,"utils/nn.py",9108,0,"()",python,content +2754,3216267,"utils/nn.py",9109,0,"",python,selection_keyboard +2755,3216402,"utils/nn.py",9109,1,")",python,content +2756,3216402,"utils/nn.py",9110,0,"",python,selection_keyboard +2757,3216680,"utils/nn.py",9109,0,"",python,selection_command +2758,3217559,"utils/nn.py",9108,0,"",python,selection_command +2759,3219065,"utils/nn.py",9107,0,"",python,selection_command +2760,3219201,"utils/nn.py",9106,0,"",python,selection_command +2761,3219403,"utils/nn.py",9106,1,"",python,content +2762,3219955,"utils/nn.py",9107,0,"",python,selection_command +2763,3220450,"utils/nn.py",9108,0,"",python,selection_command +2764,3220781,"utils/nn.py",9108,0,"u",python,content +2765,3220781,"utils/nn.py",9109,0,"",python,selection_keyboard +2766,3220861,"utils/nn.py",9109,0,"s",python,content +2767,3220862,"utils/nn.py",9110,0,"",python,selection_keyboard +2768,3220938,"utils/nn.py",9110,0,"i",python,content +2769,3220938,"utils/nn.py",9111,0,"",python,selection_keyboard +2770,3221011,"utils/nn.py",9111,0,"n",python,content +2771,3221011,"utils/nn.py",9112,0,"",python,selection_keyboard +2772,3221054,"utils/nn.py",9112,0,"g",python,content +2773,3221055,"utils/nn.py",9113,0,"",python,selection_keyboard +2774,3221147,"utils/nn.py",9113,0," ",python,content +2775,3221147,"utils/nn.py",9114,0,"",python,selection_keyboard +2776,3221345,"utils/nn.py",9114,0,"k",python,content +2777,3221346,"utils/nn.py",9115,0,"",python,selection_keyboard +2778,3221433,"utils/nn.py",9115,0,"v",python,content +2779,3221433,"utils/nn.py",9116,0,"",python,selection_keyboard +2780,3221595,"utils/nn.py",9116,0," ",python,content +2781,3221596,"utils/nn.py",9117,0,"",python,selection_keyboard +2782,3221712,"utils/nn.py",9117,0,"c",python,content +2783,3221712,"utils/nn.py",9118,0,"",python,selection_keyboard +2784,3221774,"utils/nn.py",9118,0,"a",python,content +2785,3221774,"utils/nn.py",9119,0,"",python,selection_keyboard +2786,3221904,"utils/nn.py",9119,0,"c",python,content +2787,3221904,"utils/nn.py",9120,0,"",python,selection_keyboard +2788,3222096,"utils/nn.py",9120,0,"h",python,content +2789,3222096,"utils/nn.py",9121,0,"",python,selection_keyboard +2790,3222352,"utils/nn.py",9121,0,"e",python,content +2791,3222353,"utils/nn.py",9122,0,"",python,selection_keyboard +2792,3222563,"utils/nn.py",9121,0,"",python,selection_command +2793,3223118,"utils/nn.py",9171,0,"",python,selection_command +2794,3223336,"utils/nn.py",9207,0,"",python,selection_command +2795,3223740,"utils/nn.py",9171,0,"",python,selection_command +2796,3224293,"utils/nn.py",9169,0,"",python,selection_command +2797,3224441,"utils/nn.py",9168,0,"",python,selection_command +2798,3224570,"utils/nn.py",9166,0,"",python,selection_command +2799,3224699,"utils/nn.py",9163,0,"",python,selection_command +2800,3224837,"utils/nn.py",9161,0,"",python,selection_command +2801,3225066,"utils/nn.py",9160,0,"",python,selection_command +2802,3225540,"utils/nn.py",9160,1,"1",python,selection_command +2803,3225551,"utils/nn.py",9160,2,"1,",python,selection_command +2804,3225722,"utils/nn.py",9160,3,"1, ",python,selection_command +2805,3225831,"utils/nn.py",9160,3,"",python,content +2806,3226234,"utils/nn.py",9161,0,"",python,selection_command +2807,3226394,"utils/nn.py",9162,0,"",python,selection_command +2808,3226552,"utils/nn.py",9163,0,"",python,selection_command +2809,3226691,"utils/nn.py",9164,0,"",python,selection_command +2810,3226948,"utils/nn.py",9165,0,"1, ",python,content +2811,3226948,"utils/nn.py",9167,0,"",python,selection_command +2812,3231957,"TERMINAL",0,0,"n",,terminal_output +2813,3233879,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(297)attention_fn()\r\n-> def _rearrange(x):\r\n",,terminal_output +2814,3234288,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(300)attention_fn()\r\n-> def _pad(x):\r\n\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(303)attention_fn()\r\n-> def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\r\n\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(310)attention_fn()\r\n-> original_shape = query.shape\r\n\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(311)attention_fn()\r\n-> original_seq_len = query.shape[-3]\r\n\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(314)attention_fn()\r\n-> target_seq_len = ((original_seq_len + 3) // 4) * 4\r\n\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(315)attention_fn()\r\n-> pad_size = target_seq_len - original_seq_len\r\n",,terminal_output +2815,3234527,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(317)attention_fn()\r\n-> query_4d = _pad(_rearrange(query))\r\n",,terminal_output +2816,3234773,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(318)attention_fn()\r\n-> key_4d = _pad(_rearrange(key))\r\n",,terminal_output +2817,3234938,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(319)attention_fn()\r\n-> value_4d = _pad(_rearrange(value))\r\n",,terminal_output +2818,3235092,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(321)attention_fn()\r\n-> attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\r\n",,terminal_output +2819,3235248,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(322)attention_fn()\r\n-> attention_mask = attention_mask.at[original_seq_len:, :].set(False)\r\n",,terminal_output +2820,3235380,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(323)attention_fn()\r\n-> attention_mask = attention_mask.at[:, original_seq_len:].set(False)\r\n",,terminal_output +2821,3235530,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(326)attention_fn()\r\n-> _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n",,terminal_output +2822,3236098,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(326)attention_fn()\r\n-> _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n",,terminal_output +2823,3236275,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(326)attention_fn()->None\r\n-> _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n",,terminal_output +2824,3236474,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()\r\n-> x = self.attention_fn(\r\n",,terminal_output +2825,3236643,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py(605)__call__()->None\r\n-> x = self.attention_fn(\r\n",,terminal_output +2826,3237885,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(135)__call__()\r\n-> z = self.temporal_attention(z)\r\n",,terminal_output +2827,3238896,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/utils/nn.py(135)__call__()->None\r\n-> z = self.temporal_attention(z)\r\n",,terminal_output +2828,3239773,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n",,terminal_output +2829,3240898,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()->None\r\n-> out = f(*args)\r\n",,terminal_output +2830,3242443,"TERMINAL",0,0,"\r\n(Pdb) ValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +2831,3243033,"TERMINAL",0,0,"\r\n(Pdb) --Return--\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()->None\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +2832,3322415,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +2833,3322416,"/fast/home/franz.srambical/jafar/utils/nn.py",10312,0,"",python,selection_command +2834,3327468,"/fast/home/franz.srambical/jafar/utils/nn.py",10611,0,"",python,selection_mouse +2835,3330928,"/fast/home/franz.srambical/jafar/utils/nn.py",9462,0,"",python,selection_mouse +2836,3330928,"/fast/home/franz.srambical/jafar/utils/nn.py",9461,0,"",python,selection_command +2837,3354408,"/fast/home/franz.srambical/jafar/utils/nn.py",9724,0,"",python,selection_mouse +2838,3354410,"/fast/home/franz.srambical/jafar/utils/nn.py",9723,0,"",python,selection_command +2839,3362802,"/fast/home/franz.srambical/jafar/utils/nn.py",10434,0,"",python,selection_mouse +2840,3369832,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,0,"",python,selection_command +2841,3385615,"/fast/home/franz.srambical/jafar/utils/nn.py",9228,0,"",python,selection_mouse +2842,3388533,"/fast/home/franz.srambical/jafar/utils/nn.py",9208,0,"\n ",python,content +2843,3388796,"/fast/home/franz.srambical/jafar/utils/nn.py",9217,0,"i",python,content +2844,3388796,"/fast/home/franz.srambical/jafar/utils/nn.py",9218,0,"",python,selection_keyboard +2845,3388819,"/fast/home/franz.srambical/jafar/utils/nn.py",9218,0,"f",python,content +2846,3388820,"/fast/home/franz.srambical/jafar/utils/nn.py",9219,0,"",python,selection_keyboard +2847,3388926,"/fast/home/franz.srambical/jafar/utils/nn.py",9219,0," ",python,content +2848,3388926,"/fast/home/franz.srambical/jafar/utils/nn.py",9220,0,"",python,selection_keyboard +2849,3390428,"/fast/home/franz.srambical/jafar/utils/nn.py",9220,0,"query.shape == (1, 921, 1, 512):",python,content +2850,3390899,"/fast/home/franz.srambical/jafar/utils/nn.py",9252,0,"\n ",python,content +2851,3391332,"/fast/home/franz.srambical/jafar/utils/nn.py",9265,0,"breakpoint()",python,content +2852,3391504,"/fast/home/franz.srambical/jafar/utils/nn.py",9276,0,"",python,selection_command +2853,3395076,"models/dynamics_causal.py",0,0,"",python,tab +2854,3395076,"models/dynamics_causal.py",2171,10,"breakpoint",python,selection_command +2855,3397310,"models/dynamics_causal.py",2180,0,"",python,selection_mouse +2856,3397676,"models/dynamics_causal.py",2163,21,"",python,content +2857,3397692,"models/dynamics_causal.py",2171,0,"",python,selection_command +2858,3400688,"utils/nn.py",0,0,"",python,tab +2859,3400688,"utils/nn.py",4107,10,"breakpoint",python,selection_command +2860,3402329,"utils/nn.py",4113,0,"",python,selection_mouse +2861,3403476,"utils/nn.py",4095,24," breakpoint()",python,selection_command +2862,3403708,"utils/nn.py",4055,64," if x.shape == (1, 921, 1, 512):\n breakpoint()",python,selection_command +2863,3404342,"utils/nn.py",4055,65,"",python,content +2864,3404357,"utils/nn.py",4063,0,"",python,selection_command +2865,3404635,"utils/nn.py",4098,0,"",python,selection_command +2866,3404780,"utils/nn.py",4137,0,"",python,selection_command +2867,3407735,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +2868,3407735,"/fast/home/franz.srambical/jafar/utils/nn.py",4107,10,"breakpoint",python,selection_command +2869,3407828,"/fast/home/franz.srambical/jafar/utils/nn.py",4055,65,"",python,content +2870,3409823,"/fast/home/franz.srambical/jafar/utils/nn.py",9200,10,"breakpoint",python,selection_command +2871,3412190,"utils/nn.py",0,0,"",python,tab +2872,3412191,"utils/nn.py",9200,10,"breakpoint",python,selection_command +2873,3414501,"TERMINAL",0,0,"q",,terminal_output +2874,3414689,"TERMINAL",0,0,"ui",,terminal_output +2875,3414751,"TERMINAL",0,0,"t",,terminal_output +2876,3415017,"TERMINAL",0,0,"(",,terminal_output +2877,3415071,"TERMINAL",0,0,")",,terminal_output +2878,3415266,"TERMINAL",0,0,"\r\n",,terminal_output +2879,3415319,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 76, in __call__\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 232, in __call__\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 94, in trace_dispatch\r\n return self.dispatch_return(frame, arg)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 156, in dispatch_return\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +2880,3415917,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13995.10 task 0: running\r\n",,terminal_output +2881,3416076,"TERMINAL",0,0,"(Pdb) ",,terminal_output +2882,3416147,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13995.10\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T10:15:35.952] error: *** STEP 13995.10 ON hai003 CANCELLED AT 2025-07-27T10:15:35 DUE to SIGNAL Killed ***\r\n",,terminal_output +2883,3416304,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2884,3417136,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2885,3417239,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2886,3417810,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2887,3424565,"TERMINAL",0,0,"salloc",,terminal_focus +2888,3427520,"TERMINAL",0,0,"srun",,terminal_focus +2889,3429483,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2890,3437676,"TERMINAL",0,0,"2025-07-27 10:15:57.478966: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2891,3439184,"TERMINAL",0,0,"2025-07-27 10:15:58.985599: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2892,3442783,"TERMINAL",0,0,"2025-07-27 10:16:02.585736: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2893,3443569,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 329, in attention_fn\r\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 308, in _fuse_masks\r\n expanded_mask = jnp.pad(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +2894,3444641,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2895,4473077,"TERMINAL",0,0,"salloc: Job 13995 has exceeded its time limit and its allocation has been revoked.\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T10:33:09.015] error: *** STEP 13995.interactive ON hai003 CANCELLED AT 2025-07-27T10:33:09 DUE TO TIME LIMIT ***\r\n",,terminal_output +2896,4533065,"TERMINAL",0,0,"srun: error: hai003: task 0: Killed\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +2897,11470079,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +2898,11470134,"TERMINAL",0,0,"]633;Csalloc: Pending job allocation 13996\r\nsalloc: job 13996 queued and waiting for resources\r\n",,terminal_output +2899,11474332,"TERMINAL",0,0,"salloc",,terminal_focus +2900,11475260,"TERMINAL",0,0,"^Csalloc: Job allocation 13991 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +2901,11475399,"TERMINAL",0,0,"^C",,terminal_command +2902,11476197,"TERMINAL",0,0,"salloc",,terminal_focus +2903,11476821,"TERMINAL",0,0,"^Csalloc: Job allocation 13996 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +2904,11478436,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00",,terminal_command +2905,11478500,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 13997\r\n",,terminal_output +2906,11478594,"TERMINAL",0,0,"salloc: Nodes hai003 are ready for job\r\n",,terminal_output +2907,11478939,"TERMINAL",0,0,"Running inside SLURM, Job ID 13997.\r\n",,terminal_output +2908,11479014,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2909,11479662,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2910,11481168,"TERMINAL",0,0,"b",,terminal_output +2911,11481241,"TERMINAL",0,0,"a",,terminal_output +2912,11481359,"TERMINAL",0,0,"sh",,terminal_output +2913,11481499,"TERMINAL",0,0," ",,terminal_output +2914,11481962,"TERMINAL",0,0,"s",,terminal_output +2915,11482027,"TERMINAL",0,0,"a",,terminal_output +2916,11482197,"TERMINAL",0,0,"mpl",,terminal_output +2917,11482297,"TERMINAL",0,0,"e",,terminal_output +2918,11482502,"TERMINAL",0,0,".py ",,terminal_output +2919,11485164,"utils/nn.py",9209,0,"",python,selection_command +2920,11489192,"utils/nn.py",9095,0,"",python,selection_mouse +2921,11489318,"utils/nn.py",9095,3,"921",python,selection_mouse +2922,11489442,"utils/nn.py",9059,51," # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n",python,selection_mouse +2923,11489861,"utils/nn.py",9097,0,"",python,selection_mouse +2924,11490295,"utils/nn.py",9106,0,"",python,selection_mouse +2925,11490554,"utils/nn.py",9109,0,"",python,selection_mouse +2926,11490555,"utils/nn.py",9108,0,"",python,selection_command +2927,11525242,"TERMINAL",0,0,"\r\n[?2004l\rsample.py: line 1: from: command not found\r\nsample.py: line 2: import: command not found\r\nsample.py: line 3: import: command not found\r\nsample.py: line 4: import: command not found\r\nsample.py: line 6: import: command not found\r\nsample.py: line 7: import: command not found\r\nsample.py: line 8: import: command not found\r\nsample.py: line 9: import: command not found\r\nsample.py: line 10: import: command not found\r\nsample.py: line 11: import: command not found\r\nsample.py: line 12: import: command not found\r\nsample.py: line 13: from: command not found\r\nsample.py: line 14: import: command not found\r\nsample.py: line 15: from: command not found\r\nsample.py: line 17: from: command not found\r\nsample.py: line 18: from: command not found\r\nsample.py: line 21: @dataclass: command not found\r\nsample.py: line 22: class: command not found\r\nsample.py: line 24: seed:: command not found\r\nsample.py: line 25: seq_len:: command not found\r\nsample.py: line 26: image_channels:: command not found\r\nsample.py: line 27: image_height:: command not found\r\nsample.py: line 28: image_width:: command not found\r\nsample.py: line 29: data_dir:: command not found\r\nsample.py: line 30: checkpoint:: command not found\r\nsample.py: line 32: batch_size:: command not found\r\nsample.py: line 33: maskgit_steps:: command not found\r\nsample.py: line 34: temperature:: command not found\r\nsample.py: line 35: sample_argmax:: command not found\r\nsample.py: line 36: start_frame:: command not found\r\nsample.py: line 38: tokenizer_dim:: command not found\r\nsample.py: line 39: tokenizer_ffn_dim:: command not found\r\nsample.py: line 40: latent_patch_dim:: command not found\r\nsample.py: line 41: num_patch_latents:: command not found\r\nsample.py: line 42: patch_size:: command not found\r\nsample.py: line 43: tokenizer_num_blocks:: command not found\r\nsample.py: line 44: tokenizer_num_heads:: command not found\r\nsample.py: line 46: lam_co_train:: command not found\r\nsample.py: line 47: lam_dim:: command not found\r\nsample.py: line 48: lam_ffn_dim:: command not found\r\nsample.py: line 49: latent_action_dim:: command not found\r\nsample.py: line 50: num_latent_actions:: command not found\r\nsample.py: line 51: lam_patch_size:: command not found\r\nsample.py: line 52: lam_num_blocks:: command not found\r\nsample.py: line 53: lam_num_heads:: command not found\r\nsample.py: line 55: dyna_dim:: command not found\r\nsample.py: line 56: dyna_ffn_dim:: command not found\r\nsample.py: line 57: dyna_num_blocks:: command not found\r\nsample.py: line 58: dyna_num_heads:: command not found\r\nsample.py: line 59: param_dtype: command not found\r\nsample.py: line 60: dtype: command not found\r\nsample.py: line 61: use_flash_attention:: command not found\r\nsample.py: line 62: dynamics_type:: command not found\r\nsample.py: line 65: syntax error near unexpected token `('\r\nsample.py: line 65: `args = tyro.cli(Args)'\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2928,11526585,"TERMINAL",0,0,"b",,terminal_output +2929,11526670,"TERMINAL",0,0,"a",,terminal_output +2930,11526727,"TERMINAL",0,0,"s",,terminal_output +2931,11526815,"TERMINAL",0,0,"h",,terminal_output +2932,11526936,"TERMINAL",0,0," ",,terminal_output +2933,11527268,"TERMINAL",0,0,"e",,terminal_output +2934,11527675,"TERMINAL",0,0,"x",,terminal_output +2935,11528021,"TERMINAL",0,0,"p",,terminal_output +2936,11528117,"TERMINAL",0,0,"eriments/",,terminal_output +2937,11528719,"TERMINAL",0,0,"s",,terminal_output +2938,11528899,"TERMINAL",0,0,"a",,terminal_output +2939,11529019,"TERMINAL",0,0,"mp",,terminal_output +2940,11529152,"TERMINAL",0,0,"le.sh ",,terminal_output +2941,11529712,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2942,11543099,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2943,11587929,"TERMINAL",0,0,"bash",,terminal_focus +2944,11589591,"TERMINAL",0,0,"git stash",,terminal_command +2945,11589642,"TERMINAL",0,0,"]633;C",,terminal_output +2946,11589832,"TERMINAL",0,0,"Saved working directory and index state WIP on causal-transformer-nnx: cf36115 feat: refactor; only send single token to attn\r\n",,terminal_output +2947,11589899,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar",,terminal_output +2948,11590116,"utils/nn.py",2133,7080," self.use_flash_attention, is_causal=self.spatial_causal\n ),\n rngs=rngs,\n # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # FIXME (f.srambical): no need to pass mask if is_causal=True\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n",python,content +2949,11592877,"utils/nn.py",12,10750,"from typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n",python,content +2950,11596390,"utils/nn.py",0,0,"Switched from branch 'causal-transformer-nnx' to 'main'",python,git_branch_checkout +2951,11606391,"utils/nn.py",0,0,"Switched from branch 'main' to 'readme-typo-2'",python,git_branch_checkout +2952,11607917,"README.md",0,0,"

🧞‍♀️ Jasmine: A simple, performant and scalable JAX-based world modeling codebase 🧞‍♀️

\n\n

\n \n \n \n \n

\n\nJasmine is a production-ready JAX-based world modeling codebase. It currently implements the high-level architecture of [Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391) (Bruce et al., 2024) with [MaskGIT](https://arxiv.org/abs/2202.04200) (Chang et al., 2022), as well as an autoregressive (causal) baseline. A diffusion baseline is coming soon.\n\nJasmine scales from single hosts to hundreds of xPUs thanks to XLA and strives to be an easily hackable, batteries-included foundation for world modeling research.\n\n

Overview

\n\n- Asynchronous & distributed checkpointing thanks to [orbax.checkpoint](https://github.com/google/orbax)\n - Jasmine also supports mixing and matching hardware topologies (e.g. train on four nodes, load the checkpoint on a single node)\n- Optimized dataloading thanks to [Grain](https://github.com/google/grain)\n - Dataloading scales with the number of processes (i.e. nodes/xPUs)\n- Checkpointing of model weights, optimizer and dataloader states\n- Full reproducibility with **exact** training curves (thanks to seeded dataloading and training, and [JAX' approach to pseudo random numbers](https://docs.jax.dev/en/latest/random-numbers.html))\n- Automatic checkpoint deletion/retention according to specified retention policy thanks to `orbax.checkpoint.CheckpointManager`\n- Mixed precision training using `bfloat16`\n - `int8` training is on the roadmap via [aqt](https://github.com/google/aqt)\n- FlashAttention thanks to [cuDNN SDPA](https://github.com/jax-ml/jax/blob/a155c5a9997924170e0067d552351a9833c12c11/jax/_src/cudnn/fused_attention_stablehlo.py#L842)\n- Frame-level KV cache resets for accelerated spatiotemporal attention in causal baseline (still in PR)\n- Activation checkpointing (even onto host memory if desired)\n- DDP (changing to FSDP requires changing **a single line of code**)\n- WSD learning rate schedule\n - No need to retrain from scratch if you want to train for longer\n- Index-shuffling during dataloading\n- Google-native stack\n - https://github.com/google/orbax for checkpointing\n - https://github.com/google/grain for dataloading\n - https://github.com/google-deepmind/dm_pix for image manipulation\n - https://github.com/google/array_record as the data format\n- Easy model inspection thanks to [treescope](https://github.com/google-deepmind/treescope)\n- Easy model surgery thanks to the new [flax.nnx](https://flax.readthedocs.io/en/latest/guides/linen_to_nnx.html) API\n\n

Setup 🧗

\n\nJasmine requires `python 3.10`, `jax 0.6.2` and `flax 0.10.7`. To install the requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nDownload OpenAI's VPT dataset by running:\n\n```bash\nbash input_pipeline/download/openai/download_index_files.sh\npython input_pipeline/download/openai/download_videos.py\n```\n\nNote: this is a large dataset and may take a while to download.\n\nFor performant distributed training, we additionally preprocess the dataset into `arrayrecords`:\n\n```bash\npython input_pipeline/preprocess/video_to_array_records.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer (and latent action model).\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJasmine was built by [Mihir Mahajan](https://maharajamihir.github.io/), [Alfred Nguyen](https://avocadoali.github.io/) and [Franz Srambical](https://srambical.fr/), but started as a fork of [Jafar](https://github.com/flairox/jafar), built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jasmine in your work, please cite us, Jafar, and the original Genie paper as follows:\n\n```\n@article{\n mahajan2025jasmine,\n title={Jasmine: A simple, performant and scalable JAX-based world modeling codebase},\n author={Mihir Mahajan and Alfred Nguyen and Franz Srambical and Stefan Bauer},\n journal = {p(doom) blog},\n year={2025},\n url={https://pdoom.org/jasmine.html}\n note = {https://pdoom.org/blog.html}\n}\n```\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +2953,11609084,"README.md",4488,0,"",markdown,selection_command +2954,11609781,"README.md",4495,0,"",markdown,selection_command +2955,11614094,"README.md",4494,0,"",markdown,selection_command +2956,11614122,"README.md",4494,1," ",markdown,selection_command +2957,11614178,"README.md",4494,6," Jafar",markdown,selection_command +2958,11615776,"TERMINAL",0,0,"2025-07-27 12:32:15.573547: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2959,11615999,"README.md",4494,7," Jafar ",markdown,selection_command +2960,11616048,"README.md",4494,7,"",markdown,content +2961,11616696,"README.md",4494,0," ",markdown,content +2962,11616696,"README.md",4495,0,"",markdown,selection_keyboard +2963,11617297,"README.md",4494,0,"",markdown,selection_command +2964,11617327,"TERMINAL",0,0,"2025-07-27 12:32:17.127390: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2965,11621048,"TERMINAL",0,0,"2025-07-27 12:32:20.847762: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2966,11621972,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n d.text((2, y_offset), f""{action}"", fill=255)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n value_4d = _pad(_rearrange(value))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n for _ in range(self.num_blocks):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 329, in attention_fn\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 308, in _fuse_masks\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=5 has unsupported shape (2, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +2967,11623011,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2968,11623243,"README.md",0,0,"",markdown,tab +2969,11623243,"README.md",4462,0,"",markdown,selection_command +2970,11638109,"TERMINAL",0,0,"git reset --soft HEAD~1",,terminal_command +2971,11638154,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login2:~/jafar",,terminal_output +2972,11652082,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +2973,11657179,"README.md",0,5286,"

Jafar: A JAX-based Genie Implementation 🧞

\n\n

\n \n \n \n \n

\n\nJafar is a JAX-based implementation of the DeepMind paper ""[Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391)"" (Bruce et al., 2024).\n\nJafar supports training of all Genie components and can complete the CoinRun reproducibility experiment (Appendix F) on a single L40S GPU in under a week.\n\n

Setup 🧗

\n\nJafar was built with `python 3.10` and `jax 0.4.30`. To install requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nBefore training the models, generate the CoinRun dataset by running:\n\n```bash\npython generate_dataset.py --num_episodes 10000\n```\n\nNote: this is a large dataset (around 100GB) and may take a while to generate.\n\nFor performant distributed training, we additionally preprocess the dataset into `TFRecord`s:\n\n```bash\npython preprocess_dataset.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer and latent action model.\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing Jafar 📜

\n\nJafar was built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jafar in your work, please cite us and the original Genie paper as follows:\n\n",markdown,content +2974,11657823,"README.md",0,0,"",markdown,tab +2975,11661088,"TERMINAL",0,0,"git stash pop",,terminal_command +2976,11661138,"TERMINAL",0,0,"]633;C",,terminal_output +2977,11661230,"TERMINAL",0,0,"On branch causal-transformer-nnx\r\nYour branch is up to date with 'origin/causal-transformer-nnx'.\r\n\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: .gitignore\r\n\tmodified: jasmine.py\r\n\tmodified: models/dynamics_causal.py\r\n\tmodified: sample.py\r\n\tmodified: utils/nn.py\r\n\r\nUntracked files:\r\n (use ""git add ..."" to include in what will be committed)\r\n\tbatch_size_benchmark_tokenizer_flash_attention.json\r\n\tbatch_size_benchmark_tokenizer_no_flash_attention.json\r\n\tbenchmark_batch_sizes_tokenizer.py\r\n\tgenerate_arrayrecord_dataset.py\r\n\tsalient_restore_failing_minimal_example.py\r\n\tslurm/\r\n\ttest.ipynb\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\nDropped refs/stash@{0} (fa8078ed596d9e9482341ba6c405f16d3d5e3cbf)\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +2978,11661393,"README.md",0,0,"Switched from branch 'readme-typo-2' to 'causal-transformer-nnx'",markdown,git_branch_checkout +2979,11662941,"TERMINAL",0,0,"srun",,terminal_focus +2980,11670195,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # x.shape (1, 1, 921, 512)\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n # x.shape (1, 1, 921, 512)\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +2981,11732436,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # x.shape (1, 1, 921, 512)\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n # x.shape (1, 1, 921, 512)\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +2982,11732437,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,0,"",python,selection_command +2983,11736304,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py",0,0,"# Copyright 2018 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n# pytype: skip-file\n""""""\nImplements the NumPy API, using the primitives in :mod:`jax.lax`.\n\nNumPy operations are implemented in Python in terms of the primitive operations\nin :mod:`jax.lax`. Since NumPy operations are not primitive and instead are\nimplemented in terms of :mod:`jax.lax` operations, we do not need to define\ntransformation rules such as gradient or batching rules. Instead,\ntransformations for NumPy primitives can be derived from the transformation\nrules for the underlying :code:`lax` primitives.\n""""""\nfrom __future__ import annotations\n\nimport builtins\nfrom collections.abc import Callable, Sequence\nfrom functools import partial\nimport math\nimport operator\nimport os\nfrom typing import (Any, IO, Literal, Protocol, TypeVar, Union, overload)\nimport warnings\n\nfrom jax import lax\nfrom jax._src.api import jit\nfrom jax._src import api\nfrom jax._src import config\nfrom jax._src import core\nfrom jax._src import deprecations\nfrom jax._src import dtypes\nfrom jax._src.api_util import _ensure_index_tuple\nfrom jax._src.custom_derivatives import custom_jvp\nfrom jax._src.lax import lax as lax_internal\nfrom jax._src.lax.lax import (PrecisionLike,_array_copy,\n _sort_le_comparator, _sort_lt_comparator)\nfrom jax._src.lib import xla_client as xc\nfrom jax._src.numpy.array import array, asarray\nfrom jax._src.numpy import indexing\nfrom jax._src.numpy import reductions\nfrom jax._src.numpy import tensor_contractions\nfrom jax._src.numpy import ufuncs\nfrom jax._src.numpy import util\nfrom jax._src.numpy.array_creation import (empty, empty_like, full, linspace,\n ones, ones_like, zeros, zeros_like)\nfrom jax._src.numpy.sorting import argsort, sort\nfrom jax._src.numpy.vectorize import vectorize\nfrom jax._src.typing import (\n Array, ArrayLike, DType, DTypeLike, DeprecatedArg, DimSize, Shape, SupportsShape\n)\nfrom jax._src.util import (\n canonicalize_axis as _canonicalize_axis,\n ceil_of_ratio, safe_zip, set_module, unzip2)\nfrom jax.sharding import Sharding\nfrom jax._src.sharding_impls import NamedSharding, PartitionSpec as P\nfrom jax._src.mesh import get_abstract_mesh\nfrom jax._src.pjit import auto_axes\nfrom jax.tree_util import tree_map\nimport numpy as np\n\nexport = set_module('jax.numpy')\n\nT = TypeVar('T')\n\n# Wrappers for NumPy printoptions\n\ndef get_printoptions():\n """"""Alias of :func:`numpy.get_printoptions`.\n\n JAX arrays are printed via NumPy, so NumPy's `printoptions`\n configurations will apply to printed JAX arrays.\n\n See the :func:`numpy.set_printoptions` documentation for details\n on the available options and their meanings.\n """"""\n return np.get_printoptions()\n\ndef printoptions(*args, **kwargs):\n """"""Alias of :func:`numpy.printoptions`.\n\n JAX arrays are printed via NumPy, so NumPy's `printoptions`\n configurations will apply to printed JAX arrays.\n\n See the :func:`numpy.set_printoptions` documentation for details\n on the available options and their meanings.\n """"""\n return np.printoptions(*args, **kwargs)\n\ndef set_printoptions(*args, **kwargs):\n """"""Alias of :func:`numpy.set_printoptions`.\n\n JAX arrays are printed via NumPy, so NumPy's `printoptions`\n configurations will apply to printed JAX arrays.\n\n See the :func:`numpy.set_printoptions` documentation for details\n on the available options and their meanings.\n """"""\n return np.set_printoptions(*args, **kwargs)\n\n@export\ndef iscomplexobj(x: Any) -> bool:\n """"""Check if the input is a complex number or an array containing complex elements.\n\n JAX implementation of :func:`numpy.iscomplexobj`.\n\n The function evaluates based on input type rather than value.\n Inputs with zero imaginary parts are still considered complex.\n\n Args:\n x: input object to check.\n\n Returns:\n True if ``x`` is a complex number or an array containing at least one complex element,\n False otherwise.\n\n See Also:\n - :func:`jax.numpy.isrealobj`\n - :func:`jax.numpy.iscomplex`\n\n Examples:\n >>> jnp.iscomplexobj(True)\n False\n >>> jnp.iscomplexobj(0)\n False\n >>> jnp.iscomplexobj(jnp.array([1, 2]))\n False\n >>> jnp.iscomplexobj(1+2j)\n True\n >>> jnp.iscomplexobj(jnp.array([0, 1+2j]))\n True\n """"""\n if x is None:\n return False\n try:\n typ = x.dtype.type\n except AttributeError:\n typ = asarray(x).dtype.type\n return issubdtype(typ, np.complexfloating)\n\n\ndef _dtype(x: Any) -> DType:\n return dtypes.dtype(x, canonicalize=True)\n\n# Dtype-related functions\niinfo = dtypes.iinfo\nfinfo = dtypes.finfo\n\ncan_cast = dtypes.can_cast\npromote_types = dtypes.promote_types\n\nComplexWarning = np.exceptions.ComplexWarning\n\n_lax_const = lax_internal._const\n\n\ndef _convert_and_clip_integer(val: ArrayLike, dtype: DType) -> Array:\n """"""\n Convert integer-typed val to specified integer dtype, clipping to dtype\n range rather than wrapping.\n\n Args:\n val: value to be converted\n dtype: dtype of output\n\n Returns:\n equivalent of val in new dtype\n\n Examples\n --------\n Normal integer type conversion will wrap:\n\n >>> val = jnp.uint32(0xFFFFFFFF)\n >>> val.astype('int32')\n Array(-1, dtype=int32)\n\n This function clips to the values representable in the new type:\n\n >>> _convert_and_clip_integer(val, 'int32')\n Array(2147483647, dtype=int32)\n """"""\n val = val if isinstance(val, Array) else asarray(val)\n dtype = dtypes.canonicalize_dtype(dtype)\n if not (issubdtype(dtype, np.integer) and issubdtype(val.dtype, np.integer)):\n raise TypeError(""_convert_and_clip_integer only accepts integer dtypes."")\n\n val_dtype = dtypes.canonicalize_dtype(val.dtype)\n if val_dtype != val.dtype:\n # TODO(jakevdp): this is a weird corner case; need to figure out how to handle it.\n # This happens in X32 mode and can either come from a jax value created in another\n # context, or a Python integer converted to int64.\n pass\n min_val = _lax_const(val, max(iinfo(dtype).min, iinfo(val_dtype).min))\n max_val = _lax_const(val, min(iinfo(dtype).max, iinfo(val_dtype).max))\n return clip(val, min_val, max_val).astype(dtype)\n\n\n@export\ndef load(file: IO[bytes] | str | os.PathLike[Any], *args: Any, **kwargs: Any) -> Array:\n """"""Load JAX arrays from npy files.\n\n JAX wrapper of :func:`numpy.load`.\n\n This function is a simple wrapper of :func:`numpy.load`, but in the case of\n ``.npy`` files created with :func:`numpy.save` or :func:`jax.numpy.save`,\n the output will be returned as a :class:`jax.Array`, and ``bfloat16`` data\n types will be restored. For ``.npz`` files, results will be returned as\n normal NumPy arrays.\n\n This function requires concrete array inputs, and is not compatible with\n transformations like :func:`jax.jit` or :func:`jax.vmap`.\n\n Args:\n file: string, bytes, or path-like object containing the array data.\n args, kwargs: for additional arguments, see :func:`numpy.load`\n\n Returns:\n the array stored in the file.\n\n See also:\n - :func:`jax.numpy.save`: save an array to a file.\n\n Examples:\n >>> import io\n >>> f = io.BytesIO() # use an in-memory file-like object.\n >>> x = jnp.array([2, 4, 6, 8], dtype='bfloat16')\n >>> jnp.save(f, x)\n >>> f.seek(0)\n 0\n >>> jnp.load(f)\n Array([2, 4, 6, 8], dtype=bfloat16)\n """"""\n # The main purpose of this wrapper is to recover bfloat16 data types.\n # Note: this will only work for files created via np.save(), not np.savez().\n out = np.load(file, *args, **kwargs)\n if isinstance(out, np.ndarray):\n # numpy does not recognize bfloat16, so arrays are serialized as void16\n if out.dtype == 'V2':\n out = out.view(dtypes.bfloat16)\n try:\n out = asarray(out)\n except (TypeError, AssertionError): # Unsupported dtype\n pass\n return out\n\n### implementations of numpy functions in terms of lax\n\n@export\n@jit\ndef fmin(x1: ArrayLike, x2: ArrayLike) -> Array:\n """"""Return element-wise minimum of the input arrays.\n\n JAX implementation of :func:`numpy.fmin`.\n\n Args:\n x1: input array or scalar.\n x2: input array or scalar. x1 and x2 must either have same shape or be\n broadcast compatible.\n\n Returns:\n An array containing the element-wise minimum of x1 and x2.\n\n Note:\n For each pair of elements, ``jnp.fmin`` returns:\n - the smaller of the two if both elements are finite numbers.\n - finite number if one element is ``nan``.\n - ``-inf`` if one element is ``-inf`` and the other is finite or ``nan``.\n - ``inf`` if one element is ``inf`` and the other is ``nan``.\n - ``nan`` if both elements are ``nan``.\n\n Examples:\n >>> jnp.fmin(2, 3)\n Array(2, dtype=int32, weak_type=True)\n >>> jnp.fmin(2, jnp.array([1, 4, 2, -1]))\n Array([ 1, 2, 2, -1], dtype=int32)\n\n >>> x1 = jnp.array([1, 3, 2])\n >>> x2 = jnp.array([2, 1, 4])\n >>> jnp.fmin(x1, x2)\n Array([1, 1, 2], dtype=int32)\n\n >>> x3 = jnp.array([1, 5, 3])\n >>> x4 = jnp.array([[2, 3, 1],\n ... [5, 6, 7]])\n >>> jnp.fmin(x3, x4)\n Array([[1, 3, 1],\n [1, 5, 3]], dtype=int32)\n\n >>> nan = jnp.nan\n >>> x5 = jnp.array([jnp.inf, 5, nan])\n >>> x6 = jnp.array([[2, 3, nan],\n ... [nan, 6, 7]])\n >>> jnp.fmin(x5, x6)\n Array([[ 2., 3., nan],\n [inf, 5., 7.]], dtype=float32)\n """"""\n return where(ufuncs.less(x1, x2) | ufuncs.isnan(x2), x1, x2)\n\n\n@export\n@jit\ndef fmax(x1: ArrayLike, x2: ArrayLike) -> Array:\n """"""Return element-wise maximum of the input arrays.\n\n JAX implementation of :func:`numpy.fmax`.\n\n Args:\n x1: input array or scalar\n x2: input array or scalar. x1 and x1 must either have same shape or be\n broadcast compatible.\n\n Returns:\n An array containing the element-wise maximum of x1 and x2.\n\n Note:\n For each pair of elements, ``jnp.fmax`` returns:\n - the larger of the two if both elements are finite numbers.\n - finite number if one element is ``nan``.\n - ``nan`` if both elements are ``nan``.\n - ``inf`` if one element is ``inf`` and the other is finite or ``nan``.\n - ``-inf`` if one element is ``-inf`` and the other is ``nan``.\n\n Examples:\n >>> jnp.fmax(3, 7)\n Array(7, dtype=int32, weak_type=True)\n >>> jnp.fmax(5, jnp.array([1, 7, 9, 4]))\n Array([5, 7, 9, 5], dtype=int32)\n\n >>> x1 = jnp.array([1, 3, 7, 8])\n >>> x2 = jnp.array([-1, 4, 6, 9])\n >>> jnp.fmax(x1, x2)\n Array([1, 4, 7, 9], dtype=int32)\n\n >>> x3 = jnp.array([[2, 3, 5, 10],\n ... [11, 9, 7, 5]])\n >>> jnp.fmax(x1, x3)\n Array([[ 2, 3, 7, 10],\n [11, 9, 7, 8]], dtype=int32)\n\n >>> x4 = jnp.array([jnp.inf, 6, -jnp.inf, nan])\n >>> x5 = jnp.array([[3, 5, 7, nan],\n ... [nan, 9, nan, -1]])\n >>> jnp.fmax(x4, x5)\n Array([[ inf, 6., 7., nan],\n [ inf, 9., -inf, -1.]], dtype=float32)\n """"""\n return where(ufuncs.greater(x1, x2) | ufuncs.isnan(x2), x1, x2)\n\n\n@export\ndef issubdtype(arg1: DTypeLike, arg2: DTypeLike) -> bool:\n """"""Return True if arg1 is equal or lower than arg2 in the type hierarchy.\n\n JAX implementation of :func:`numpy.issubdtype`.\n\n The main difference in JAX's implementation is that it properly handles\n dtype extensions such as :code:`bfloat16`.\n\n Args:\n arg1: dtype-like object. In typical usage, this will be a dtype specifier,\n such as ``""float32""`` (i.e. a string), ``np.dtype('int32')`` (i.e. an\n instance of :class:`numpy.dtype`), ``jnp.complex64`` (i.e. a JAX scalar\n constructor), or ``np.uint8`` (i.e. a NumPy scalar type).\n arg2: dtype-like object. In typical usage, this will be a generic scalar\n type, such as ``jnp.integer``, ``jnp.floating``, or ``jnp.complexfloating``.\n\n Returns:\n True if arg1 represents a dtype that is equal or lower in the type\n hierarchy than arg2.\n\n See also:\n - :func:`jax.numpy.isdtype`: similar function aligning with the array API standard.\n\n Examples:\n >>> jnp.issubdtype('uint32', jnp.unsignedinteger)\n True\n >>> jnp.issubdtype(np.int32, jnp.integer)\n True\n >>> jnp.issubdtype(jnp.bfloat16, jnp.floating)\n True\n >>> jnp.issubdtype(np.dtype('complex64'), jnp.complexfloating)\n True\n >>> jnp.issubdtype('complex64', jnp.integer)\n False\n\n Be aware that while this is very similar to :func:`numpy.issubdtype`, the\n results of these differ in the case of JAX's custom floating point types:\n\n >>> np.issubdtype('bfloat16', np.floating)\n False\n >>> jnp.issubdtype('bfloat16', jnp.floating)\n True\n """"""\n return dtypes.issubdtype(arg1, arg2)\n\n\n@export\ndef isscalar(element: Any) -> bool:\n """"""Return True if the input is a scalar.\n\n JAX implementation of :func:`numpy.isscalar`. JAX's implementation differs\n from NumPy's in that it considers zero-dimensional arrays to be scalars; see\n the *Note* below for more details.\n\n Args:\n element: input object to check; any type is valid input.\n\n Returns:\n True if ``element`` is a scalar value or an array-like object with zero\n dimensions, False otherwise.\n\n Note:\n JAX and NumPy differ in their representation of scalar values. NumPy has\n special scalar objects (e.g. ``np.int32(0)``) which are distinct from\n zero-dimensional arrays (e.g. ``np.array(0)``), and :func:`numpy.isscalar`\n returns ``True`` for the former and ``False`` for the latter.\n\n JAX does not define special scalar objects, but rather represents scalars as\n zero-dimensional arrays. As such, :func:`jax.numpy.isscalar` returns ``True``\n for both scalar objects (e.g. ``0.0`` or ``np.float32(0.0)``) and array-like\n objects with zero dimensions (e.g. ``jnp.array(0.0)``, ``np.array(0.0)``).\n\n One reason for the different conventions in ``isscalar`` is to maintain\n JIT-invariance: i.e. the property that the result of a function should not\n change when it is JIT-compiled. Because scalar inputs are cast to\n zero-dimensional JAX arrays at JIT boundaries, the semantics of\n :func:`numpy.isscalar` are such that the result changes under JIT:\n\n >>> np.isscalar(1.0)\n True\n >>> jax.jit(np.isscalar)(1.0)\n Array(False, dtype=bool)\n\n By treating zero-dimensional arrays as scalars, :func:`jax.numpy.isscalar`\n avoids this issue:\n\n >>> jnp.isscalar(1.0)\n True\n >>> jax.jit(jnp.isscalar)(1.0)\n Array(True, dtype=bool)\n\n Examples:\n In JAX, both scalars and zero-dimensional array-like objects are considered\n scalars:\n\n >>> jnp.isscalar(1.0)\n True\n >>> jnp.isscalar(1 + 1j)\n True\n >>> jnp.isscalar(jnp.array(1)) # zero-dimensional JAX array\n True\n >>> jnp.isscalar(jnp.int32(1)) # JAX scalar constructor\n True\n >>> jnp.isscalar(np.array(1.0)) # zero-dimensional NumPy array\n True\n >>> jnp.isscalar(np.int32(1)) # NumPy scalar type\n True\n\n Arrays with one or more dimension are not considered scalars:\n\n >>> jnp.isscalar(jnp.array([1]))\n False\n >>> jnp.isscalar(np.array([1]))\n False\n\n Compare this to :func:`numpy.isscalar`, which returns ``True`` for\n scalar-typed objects, and ``False`` for *all* arrays, even those with\n zero dimensions:\n\n >>> np.isscalar(np.int32(1)) # scalar object\n True\n >>> np.isscalar(np.array(1)) # zero-dimensional array\n False\n\n In JAX, as in NumPy, objects which are not array-like are not considered\n scalars:\n\n >>> jnp.isscalar(None)\n False\n >>> jnp.isscalar([1])\n False\n >>> jnp.isscalar(tuple())\n False\n >>> jnp.isscalar(slice(10))\n False\n """"""\n if np.isscalar(element):\n return True\n elif isinstance(element, (np.ndarray, Array)):\n return element.ndim == 0\n elif hasattr(element, '__jax_array__'):\n return asarray(element).ndim == 0\n return False\n\n\n@export\ndef result_type(*args: Any) -> DType:\n """"""Return the result of applying JAX promotion rules to the inputs.\n\n JAX implementation of :func:`numpy.result_type`.\n\n JAX's dtype promotion behavior is described in :ref:`type-promotion`.\n\n Args:\n args: one or more arrays or dtype-like objects.\n\n Returns:\n A :class:`numpy.dtype` instance representing the result of type\n promotion for the inputs.\n\n Examples:\n Inputs can be dtype specifiers:\n\n >>> jnp.result_type('int32', 'float32')\n dtype('float32')\n >>> jnp.result_type(np.uint16, np.dtype('int32'))\n dtype('int32')\n\n Inputs may also be scalars or arrays:\n\n >>> jnp.result_type(1.0, jnp.bfloat16(2))\n dtype(bfloat16)\n >>> jnp.result_type(jnp.arange(4), jnp.zeros(4))\n dtype('float32')\n\n Be aware that the result type will be canonicalized based on the state\n of the ``jax_enable_x64`` configuration flag, meaning that 64-bit types\n may be downcast to 32-bit:\n\n >>> jnp.result_type('float64')\n dtype('float32')\n\n For details on 64-bit values, refer to `Sharp bits - double precision`_:\n\n .. _Sharp bits - double precision: https://docs.jax.dev/en/latest/notebooks/Common_Gotchas_in_JAX.html#double-64bit-precision\n """"""\n return dtypes.result_type(*args)\n\n\n@export\n@jit\ndef trunc(x: ArrayLike) -> Array:\n """"""Round input to the nearest integer towards zero.\n\n JAX implementation of :func:`numpy.trunc`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array with same shape and dtype as ``x`` containing the rounded values.\n\n See also:\n - :func:`jax.numpy.fix`: Rounds the input to the nearest integer towards zero.\n - :func:`jax.numpy.ceil`: Rounds the input up to the nearest integer.\n - :func:`jax.numpy.floor`: Rounds the input down to the nearest integer.\n\n Examples:\n >>> key = jax.random.key(42)\n >>> x = jax.random.uniform(key, (3, 3), minval=-10, maxval=10)\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(x)\n [[-0.23 3.6 2.33]\n [ 1.22 -0.99 1.72]\n [-8.5 5.5 3.98]]\n >>> jnp.trunc(x)\n Array([[-0., 3., 2.],\n [ 1., -0., 1.],\n [-8., 5., 3.]], dtype=float32)\n """"""\n x = util.ensure_arraylike('trunc', x)\n if dtypes.isdtype(dtypes.dtype(x), ('integral', 'bool')):\n return x\n return where(lax.lt(x, _lax_const(x, 0)), ufuncs.ceil(x), ufuncs.floor(x))\n\n\n@partial(jit, static_argnames=['mode', 'op', 'precision', 'preferred_element_type'])\ndef _conv(x: Array, y: Array, mode: str, op: str, precision: PrecisionLike,\n preferred_element_type: DTypeLike | None = None) -> Array:\n if np.ndim(x) != 1 or np.ndim(y) != 1:\n raise ValueError(f""{op}() only support 1-dimensional inputs."")\n if preferred_element_type is None:\n # if unspecified, promote to inexact following NumPy's default for convolutions.\n x, y = util.promote_dtypes_inexact(x, y)\n else:\n # otherwise cast to same type but otherwise preserve input dtypes\n x, y = util.promote_dtypes(x, y)\n if len(x) == 0 or len(y) == 0:\n raise ValueError(f""{op}: inputs cannot be empty, got shapes {x.shape} and {y.shape}."")\n\n out_order = slice(None)\n if op == 'correlate':\n y = ufuncs.conj(y)\n if len(x) < len(y):\n x, y = y, x\n out_order = slice(None, None, -1)\n elif op == 'convolve':\n if len(x) < len(y):\n x, y = y, x\n y = flip(y)\n\n if mode == 'valid':\n padding = [(0, 0)]\n elif mode == 'same':\n padding = [(y.shape[0] // 2, y.shape[0] - y.shape[0] // 2 - 1)]\n elif mode == 'full':\n padding = [(y.shape[0] - 1, y.shape[0] - 1)]\n else:\n raise ValueError(""mode must be one of ['full', 'same', 'valid']"")\n\n result = lax.conv_general_dilated(x[None, None, :], y[None, None, :], (1,),\n padding, precision=precision,\n preferred_element_type=preferred_element_type)\n return result[0, 0, out_order]\n\n\n@export\n@partial(jit, static_argnames=('mode', 'precision', 'preferred_element_type'))\ndef convolve(a: ArrayLike, v: ArrayLike, mode: str = 'full', *,\n precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None) -> Array:\n r""""""Convolution of two one dimensional arrays.\n\n JAX implementation of :func:`numpy.convolve`.\n\n Convolution of one dimensional arrays is defined as:\n\n .. math::\n\n c_k = \sum_j a_{k - j} v_j\n\n Args:\n a: left-hand input to the convolution. Must have ``a.ndim == 1``.\n v: right-hand input to the convolution. Must have ``v.ndim == 1``.\n mode: controls the size of the output. Available operations are:\n\n * ``""full""``: (default) output the full convolution of the inputs.\n * ``""same""``: return a centered portion of the ``""full""`` output which\n is the same size as ``a``.\n * ``""valid""``: return the portion of the ``""full""`` output which do not\n depend on padding at the array edges.\n\n precision: Specify the precision of the computation. Refer to\n :class:`jax.lax.Precision` for a description of available values.\n\n preferred_element_type: A datatype, indicating to accumulate results to and\n return a result with that datatype. Default is ``None``, which means the\n default accumulation type for the input types.\n\n Returns:\n Array containing the convolved result.\n\n See Also:\n - :func:`jax.scipy.signal.convolve`: ND convolution\n - :func:`jax.numpy.correlate`: 1D correlation\n\n Examples:\n A few 1D convolution examples:\n\n >>> x = jnp.array([1, 2, 3, 2, 1])\n >>> y = jnp.array([4, 1, 2])\n\n ``jax.numpy.convolve``, by default, returns full convolution using implicit\n zero-padding at the edges:\n\n >>> jnp.convolve(x, y)\n Array([ 4., 9., 16., 15., 12., 5., 2.], dtype=float32)\n\n Specifying ``mode = 'same'`` returns a centered convolution the same size\n as the first input:\n\n >>> jnp.convolve(x, y, mode='same')\n Array([ 9., 16., 15., 12., 5.], dtype=float32)\n\n Specifying ``mode = 'valid'`` returns only the portion where the two arrays\n fully overlap:\n\n >>> jnp.convolve(x, y, mode='valid')\n Array([16., 15., 12.], dtype=float32)\n\n For complex-valued inputs:\n\n >>> x1 = jnp.array([3+1j, 2, 4-3j])\n >>> y1 = jnp.array([1, 2-3j, 4+5j])\n >>> jnp.convolve(x1, y1)\n Array([ 3. +1.j, 11. -7.j, 15.+10.j, 7. -8.j, 31. +8.j], dtype=complex64)\n """"""\n a, v = util.ensure_arraylike(""convolve"", a, v)\n return _conv(a, v, mode=mode, op='convolve',\n precision=precision, preferred_element_type=preferred_element_type)\n\n\n@export\n@partial(jit, static_argnames=('mode', 'precision', 'preferred_element_type'))\ndef correlate(a: ArrayLike, v: ArrayLike, mode: str = 'valid', *,\n precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None) -> Array:\n r""""""Correlation of two one dimensional arrays.\n\n JAX implementation of :func:`numpy.correlate`.\n\n Correlation of one dimensional arrays is defined as:\n\n .. math::\n\n c_k = \sum_j a_{k + j} \overline{v_j}\n\n where :math:`\overline{v_j}` is the complex conjugate of :math:`v_j`.\n\n Args:\n a: left-hand input to the correlation. Must have ``a.ndim == 1``.\n v: right-hand input to the correlation. Must have ``v.ndim == 1``.\n mode: controls the size of the output. Available operations are:\n\n * ``""full""``: output the full correlation of the inputs.\n * ``""same""``: return a centered portion of the ``""full""`` output which\n is the same size as ``a``.\n * ``""valid""``: (default) return the portion of the ``""full""`` output which do not\n depend on padding at the array edges.\n\n precision: Specify the precision of the computation. Refer to\n :class:`jax.lax.Precision` for a description of available values.\n\n preferred_element_type: A datatype, indicating to accumulate results to and\n return a result with that datatype. Default is ``None``, which means the\n default accumulation type for the input types.\n\n Returns:\n Array containing the cross-correlation result.\n\n See Also:\n - :func:`jax.scipy.signal.correlate`: ND correlation\n - :func:`jax.numpy.convolve`: 1D convolution\n\n Examples:\n >>> x = jnp.array([1, 2, 3, 2, 1])\n >>> y = jnp.array([4, 5, 6])\n\n Since default ``mode = 'valid'``, ``jax.numpy.correlate`` returns only the\n portion of correlation where the two arrays fully overlap:\n\n >>> jnp.correlate(x, y)\n Array([32., 35., 28.], dtype=float32)\n\n Specifying ``mode = 'full'`` returns full correlation using implicit\n zero-padding at the edges.\n\n >>> jnp.correlate(x, y, mode='full')\n Array([ 6., 17., 32., 35., 28., 13., 4.], dtype=float32)\n\n Specifying ``mode = 'same'`` returns a centered correlation the same size\n as the first input:\n\n >>> jnp.correlate(x, y, mode='same')\n Array([17., 32., 35., 28., 13.], dtype=float32)\n\n If both the inputs arrays are real-valued and symmetric then the result will\n also be symmetric and will be equal to the result of ``jax.numpy.convolve``.\n\n >>> x1 = jnp.array([1, 2, 3, 2, 1])\n >>> y1 = jnp.array([4, 5, 4])\n >>> jnp.correlate(x1, y1, mode='full')\n Array([ 4., 13., 26., 31., 26., 13., 4.], dtype=float32)\n >>> jnp.convolve(x1, y1, mode='full')\n Array([ 4., 13., 26., 31., 26., 13., 4.], dtype=float32)\n\n For complex-valued inputs:\n\n >>> x2 = jnp.array([3+1j, 2, 2-3j])\n >>> y2 = jnp.array([4, 2-5j, 1])\n >>> jnp.correlate(x2, y2, mode='full')\n Array([ 3. +1.j, 3.+17.j, 18.+11.j, 27. +4.j, 8.-12.j], dtype=complex64)\n """"""\n a, v = util.ensure_arraylike(""correlate"", a, v)\n return _conv(a, v, mode=mode, op='correlate',\n precision=precision, preferred_element_type=preferred_element_type)\n\n\n@export\ndef histogram_bin_edges(a: ArrayLike, bins: ArrayLike = 10,\n range: None | Array | Sequence[ArrayLike] = None,\n weights: ArrayLike | None = None) -> Array:\n """"""Compute the bin edges for a histogram.\n\n JAX implementation of :func:`numpy.histogram_bin_edges`.\n\n Args:\n a: array of values to be binned\n bins: Specify the number of bins in the histogram (default: 10).\n range: tuple of scalars. Specifies the range of the data. If not specified,\n the range is inferred from the data.\n weights: unused by JAX.\n\n Returns:\n An array of bin edges for the histogram.\n\n See also:\n - :func:`jax.numpy.histogram`: compute a 1D histogram.\n - :func:`jax.numpy.histogram2d`: compute a 2D histogram.\n - :func:`jax.numpy.histogramdd`: compute an N-dimensional histogram.\n\n Examples:\n >>> a = jnp.array([2, 5, 3, 6, 4, 1])\n >>> jnp.histogram_bin_edges(a, bins=5)\n Array([1., 2., 3., 4., 5., 6.], dtype=float32)\n >>> jnp.histogram_bin_edges(a, bins=5, range=(-10, 10)) # doctest: +SKIP\n Array([-10., -6., -2., 2., 6., 10.], dtype=float32)\n """"""\n del weights # unused, because string bins is not supported.\n if isinstance(bins, str):\n raise NotImplementedError(""string values for `bins` not implemented."")\n util.check_arraylike(""histogram_bin_edges"", a, bins)\n arr = asarray(a)\n dtype = dtypes.to_inexact_dtype(arr.dtype)\n if np.ndim(bins) == 1:\n return asarray(bins, dtype=dtype)\n\n bins_int = core.concrete_or_error(operator.index, bins,\n ""bins argument of histogram_bin_edges"")\n if range is None:\n range = [arr.min(), arr.max()]\n range = asarray(range, dtype=dtype)\n if np.shape(range) != (2,):\n raise ValueError(f""`range` must be either None or a sequence of scalars, got {range}"")\n range = (where(reductions.ptp(range) == 0, range[0] - 0.5, range[0]),\n where(reductions.ptp(range) == 0, range[1] + 0.5, range[1]))\n assert range is not None\n return linspace(range[0], range[1], bins_int + 1, dtype=dtype)\n\n\n@export\ndef histogram(a: ArrayLike, bins: ArrayLike = 10,\n range: Sequence[ArrayLike] | None = None,\n weights: ArrayLike | None = None,\n density: bool | None = None) -> tuple[Array, Array]:\n """"""Compute a 1-dimensional histogram.\n\n JAX implementation of :func:`numpy.histogram`.\n\n Args:\n a: array of values to be binned. May be any size or dimension.\n bins: Specify the number of bins in the histogram (default: 10). ``bins``\n may also be an array specifying the locations of the bin edges.\n range: tuple of scalars. Specifies the range of the data. If not specified,\n the range is inferred from the data.\n weights: An optional array specifying the weights of the data points.\n Should be broadcast-compatible with ``a``. If not specified, each\n data point is weighted equally.\n density: If True, return the normalized histogram in units of counts\n per unit length. If False (default) return the (weighted) counts per bin.\n\n Returns:\n A tuple of arrays ``(histogram, bin_edges)``, where ``histogram`` contains\n the aggregated data, and ``bin_edges`` specifies the boundaries of the bins.\n\n See Also:\n - :func:`jax.numpy.bincount`: Count the number of occurrences of each value in an array.\n - :func:`jax.numpy.histogram2d`: Compute the histogram of a 2D array.\n - :func:`jax.numpy.histogramdd`: Compute the histogram of an N-dimensional array.\n - :func:`jax.numpy.histogram_bin_edges`: Compute the bin edges for a histogram.\n\n Examples:\n >>> a = jnp.array([1, 2, 3, 10, 11, 15, 19, 25])\n >>> counts, bin_edges = jnp.histogram(a, bins=8)\n >>> print(counts)\n [3. 0. 0. 2. 1. 0. 1. 1.]\n >>> print(bin_edges)\n [ 1. 4. 7. 10. 13. 16. 19. 22. 25.]\n\n Specifying the bin range:\n\n >>> counts, bin_edges = jnp.histogram(a, range=(0, 25), bins=5)\n >>> print(counts)\n [3. 0. 2. 2. 1.]\n >>> print(bin_edges)\n [ 0. 5. 10. 15. 20. 25.]\n\n Specifying the bin edges explicitly:\n\n >>> bin_edges = jnp.array([0, 10, 20, 30])\n >>> counts, _ = jnp.histogram(a, bins=bin_edges)\n >>> print(counts)\n [3. 4. 1.]\n\n Using ``density=True`` returns a normalized histogram:\n\n >>> density, bin_edges = jnp.histogram(a, density=True)\n >>> dx = jnp.diff(bin_edges)\n >>> normed_sum = jnp.sum(density * dx)\n >>> jnp.allclose(normed_sum, 1.0)\n Array(True, dtype=bool)\n """"""\n if weights is None:\n a, _ = util.ensure_arraylike(""histogram"", a, bins)\n a, = util.promote_dtypes_inexact(a)\n weights = ones_like(a)\n else:\n a, _, weights = util.ensure_arraylike(""histogram"", a, bins, weights)\n if np.shape(a) != np.shape(weights):\n raise ValueError(""weights should have the same shape as a."")\n a, weights = util.promote_dtypes_inexact(a, weights)\n\n bin_edges = histogram_bin_edges(a, bins, range, weights)\n bin_idx = searchsorted(bin_edges, a, side='right')\n bin_idx = where(a == bin_edges[-1], len(bin_edges) - 1, bin_idx)\n counts = zeros(len(bin_edges), weights.dtype).at[bin_idx].add(weights)[1:]\n if density:\n bin_widths = diff(bin_edges)\n counts = counts / bin_widths / counts.sum()\n return counts, bin_edges\n\n\n@export\ndef histogram2d(x: ArrayLike, y: ArrayLike, bins: ArrayLike | list[ArrayLike] = 10,\n range: Sequence[None | Array | Sequence[ArrayLike]] | None = None,\n weights: ArrayLike | None = None,\n density: bool | None = None) -> tuple[Array, Array, Array]:\n """"""Compute a 2-dimensional histogram.\n\n JAX implementation of :func:`numpy.histogram2d`.\n\n Args:\n x: one-dimensional array of x-values for points to be binned.\n y: one-dimensional array of y-values for points to be binned.\n bins: Specify the number of bins in the histogram (default: 10). ``bins``\n may also be an array specifying the locations of the bin edges, or a pair\n of integers or pair of arrays specifying the number of bins in each\n dimension.\n range: Pair of arrays or lists of the form ``[[xmin, xmax], [ymin, ymax]]``\n specifying the range of the data in each dimension. If not specified, the\n range is inferred from the data.\n weights: An optional array specifying the weights of the data points.\n Should be the same shape as ``x`` and ``y``. If not specified, each\n data point is weighted equally.\n density: If True, return the normalized histogram in units of counts\n per unit area. If False (default) return the (weighted) counts per bin.\n\n Returns:\n A tuple of arrays ``(histogram, x_edges, y_edges)``, where ``histogram``\n contains the aggregated data, and ``x_edges`` and ``y_edges`` specify the\n boundaries of the bins.\n\n See Also:\n - :func:`jax.numpy.histogram`: Compute the histogram of a 1D array.\n - :func:`jax.numpy.histogramdd`: Compute the histogram of an N-dimensional array.\n - :func:`jax.numpy.histogram_bin_edges`: Compute the bin edges for a histogram.\n\n Examples:\n >>> x = jnp.array([1, 2, 3, 10, 11, 15, 19, 25])\n >>> y = jnp.array([2, 5, 6, 8, 13, 16, 17, 18])\n >>> counts, x_edges, y_edges = jnp.histogram2d(x, y, bins=8)\n >>> counts.shape\n (8, 8)\n >>> x_edges\n Array([ 1., 4., 7., 10., 13., 16., 19., 22., 25.], dtype=float32)\n >>> y_edges\n Array([ 2., 4., 6., 8., 10., 12., 14., 16., 18.], dtype=float32)\n\n Specifying the bin range:\n\n >>> counts, x_edges, y_edges = jnp.histogram2d(x, y, range=[(0, 25), (0, 25)], bins=5)\n >>> counts.shape\n (5, 5)\n >>> x_edges\n Array([ 0., 5., 10., 15., 20., 25.], dtype=float32)\n >>> y_edges\n Array([ 0., 5., 10., 15., 20., 25.], dtype=float32)\n\n Specifying the bin edges explicitly:\n\n >>> x_edges = jnp.array([0, 10, 20, 30])\n >>> y_edges = jnp.array([0, 10, 20, 30])\n >>> counts, _, _ = jnp.histogram2d(x, y, bins=[x_edges, y_edges])\n >>> counts\n Array([[3, 0, 0],\n [1, 3, 0],\n [0, 1, 0]], dtype=int32)\n\n Using ``density=True`` returns a normalized histogram:\n\n >>> density, x_edges, y_edges = jnp.histogram2d(x, y, density=True)\n >>> dx = jnp.diff(x_edges)\n >>> dy = jnp.diff(y_edges)\n >>> normed_sum = jnp.sum(density * dx[:, None] * dy[None, :])\n >>> jnp.allclose(normed_sum, 1.0)\n Array(True, dtype=bool)\n """"""\n x, y = util.ensure_arraylike(""histogram2d"", x, y)\n try:\n N = len(bins) # type: ignore[arg-type]\n except TypeError:\n N = 1\n\n if N != 1 and N != 2:\n x_edges = y_edges = asarray(bins)\n bins = [x_edges, y_edges]\n\n sample = transpose(asarray([x, y]))\n hist, edges = histogramdd(sample, bins, range, weights, density)\n return hist, edges[0], edges[1]\n\n\n@export\ndef histogramdd(sample: ArrayLike, bins: ArrayLike | list[ArrayLike] = 10,\n range: Sequence[None | Array | Sequence[ArrayLike]] | None = None,\n weights: ArrayLike | None = None,\n density: bool | None = None) -> tuple[Array, list[Array]]:\n """"""Compute an N-dimensional histogram.\n\n JAX implementation of :func:`numpy.histogramdd`.\n\n Args:\n sample: input array of shape ``(N, D)`` representing ``N`` points in\n ``D`` dimensions.\n bins: Specify the number of bins in each dimension of the histogram.\n (default: 10). May also be a length-D sequence of integers or arrays\n of bin edges.\n range: Length-D sequence of pairs specifying the range for each dimension.\n If not specified, the range is inferred from the data.\n weights: An optional shape ``(N,)`` array specifying the weights of the\n data points.\n Should be the same shape as ``sample``. If not specified, each\n data point is weighted equally.\n density: If True, return the normalized histogram in units of counts\n per unit volume. If False (default) return the (weighted) counts per bin.\n\n Returns:\n A tuple of arrays ``(histogram, bin_edges)``, where ``histogram`` contains\n the aggregated data, and ``bin_edges`` specifies the boundaries of the bins.\n\n See Also:\n - :func:`jax.numpy.histogram`: Compute the histogram of a 1D array.\n - :func:`jax.numpy.histogram2d`: Compute the histogram of a 2D array.\n - :func:`jax.numpy.histogram_bin_edges`: Compute the bin edges for a histogram.\n\n Examples:\n A histogram over 100 points in three dimensions\n\n >>> key = jax.random.key(42)\n >>> a = jax.random.normal(key, (100, 3))\n >>> counts, bin_edges = jnp.histogramdd(a, bins=6,\n ... range=[(-3, 3), (-3, 3), (-3, 3)])\n >>> counts.shape\n (6, 6, 6)\n >>> bin_edges # doctest: +SKIP\n [Array([-3., -2., -1., 0., 1., 2., 3.], dtype=float32),\n Array([-3., -2., -1., 0., 1., 2., 3.], dtype=float32),\n Array([-3., -2., -1., 0., 1., 2., 3.], dtype=float32)]\n\n Using ``density=True`` returns a normalized histogram:\n\n >>> density, bin_edges = jnp.histogramdd(a, density=True)\n >>> bin_widths = map(jnp.diff, bin_edges)\n >>> dx, dy, dz = jnp.meshgrid(*bin_widths, indexing='ij')\n >>> normed = jnp.sum(density * dx * dy * dz)\n >>> jnp.allclose(normed, 1.0)\n Array(True, dtype=bool)\n """"""\n if weights is None:\n sample = util.ensure_arraylike(""histogramdd"", sample)\n sample, = util.promote_dtypes_inexact(sample)\n else:\n sample, weights = util.ensure_arraylike(""histogramdd"", sample, weights)\n if np.shape(weights) != np.shape(sample)[:1]:\n raise ValueError(""should have one weight for each sample."")\n sample, weights = util.promote_dtypes_inexact(sample, weights)\n N, D = np.shape(sample)\n\n if range is not None and (\n len(range) != D or any(r is not None and np.shape(r)[0] != 2 for r in range)): # type: ignore[arg-type]\n raise ValueError(f""For sample.shape={(N, D)}, range must be a sequence ""\n f""of {D} pairs or Nones; got {range=}"")\n\n try:\n num_bins = len(bins) # type: ignore[arg-type]\n except TypeError:\n # when bin_size is integer, the same bin is used for each dimension\n bins_per_dimension: list[ArrayLike] = D * [bins] # type: ignore[assignment]\n else:\n if num_bins != D:\n raise ValueError(""should be a bin for each dimension."")\n bins_per_dimension = list(bins) # type: ignore[arg-type]\n\n bin_idx_by_dim: list[Array] = []\n bin_edges_by_dim: list[Array] = []\n\n for i in builtins.range(D):\n range_i = None if range is None else range[i]\n bin_edges = histogram_bin_edges(sample[:, i], bins_per_dimension[i], range_i, weights)\n bin_idx = searchsorted(bin_edges, sample[:, i], side='right')\n bin_idx = where(sample[:, i] == bin_edges[-1], bin_idx - 1, bin_idx)\n bin_idx_by_dim.append(bin_idx)\n bin_edges_by_dim.append(bin_edges)\n\n nbins = tuple(len(bin_edges) + 1 for bin_edges in bin_edges_by_dim)\n dedges = [diff(bin_edges) for bin_edges in bin_edges_by_dim]\n\n xy = ravel_multi_index(tuple(bin_idx_by_dim), nbins, mode='clip')\n hist = bincount(xy, weights, length=math.prod(nbins))\n hist = reshape(hist, nbins)\n core = D*(slice(1, -1),)\n hist = hist[core]\n\n if density:\n hist = hist.astype(sample.dtype)\n hist /= hist.sum()\n for norm in ix_(*dedges):\n hist /= norm\n\n return hist, bin_edges_by_dim\n\n\n@export\ndef transpose(a: ArrayLike, axes: Sequence[int] | None = None) -> Array:\n """"""Return a transposed version of an N-dimensional array.\n\n JAX implementation of :func:`numpy.transpose`, implemented in terms of\n :func:`jax.lax.transpose`.\n\n Args:\n a: input array\n axes: optionally specify the permutation using a length-`a.ndim` sequence of integers\n ``i`` satisfying ``0 <= i < a.ndim``. Defaults to ``range(a.ndim)[::-1]``, i.e.\n reverses the order of all axes.\n\n Returns:\n transposed copy of the array.\n\n See Also:\n - :func:`jax.Array.transpose`: equivalent function via an :class:`~jax.Array` method.\n - :attr:`jax.Array.T`: equivalent function via an :class:`~jax.Array` property.\n - :func:`jax.numpy.matrix_transpose`: transpose the last two axes of an array. This is\n suitable for working with batched 2D matrices.\n - :func:`jax.numpy.swapaxes`: swap any two axes in an array.\n - :func:`jax.numpy.moveaxis`: move an axis to another position in the array.\n\n Note:\n Unlike :func:`numpy.transpose`, :func:`jax.numpy.transpose` will return a copy rather\n than a view of the input array. However, under JIT, the compiler will optimize-away\n such copies when possible, so this doesn't have performance impacts in practice.\n\n Examples:\n For a 1D array, the transpose is the identity:\n\n >>> x = jnp.array([1, 2, 3, 4])\n >>> jnp.transpose(x)\n Array([1, 2, 3, 4], dtype=int32)\n\n For a 2D array, the transpose is a matrix transpose:\n\n >>> x = jnp.array([[1, 2],\n ... [3, 4]])\n >>> jnp.transpose(x)\n Array([[1, 3],\n [2, 4]], dtype=int32)\n\n For an N-dimensional array, the transpose reverses the order of the axes:\n\n >>> x = jnp.zeros(shape=(3, 4, 5))\n >>> jnp.transpose(x).shape\n (5, 4, 3)\n\n The ``axes`` argument can be specified to change this default behavior:\n\n >>> jnp.transpose(x, (0, 2, 1)).shape\n (3, 5, 4)\n\n Since swapping the last two axes is a common operation, it can be done\n via its own API, :func:`jax.numpy.matrix_transpose`:\n\n >>> jnp.matrix_transpose(x).shape\n (3, 5, 4)\n\n For convenience, transposes may also be performed using the :meth:`jax.Array.transpose`\n method or the :attr:`jax.Array.T` property:\n\n >>> x = jnp.array([[1, 2],\n ... [3, 4]])\n >>> x.transpose()\n Array([[1, 3],\n [2, 4]], dtype=int32)\n >>> x.T\n Array([[1, 3],\n [2, 4]], dtype=int32)\n """"""\n a = util.ensure_arraylike(""transpose"", a)\n axes_ = list(range(a.ndim)[::-1]) if axes is None else axes\n axes_ = [_canonicalize_axis(i, np.ndim(a)) for i in axes_]\n return lax.transpose(a, axes_)\n\n\n@export\ndef permute_dims(a: ArrayLike, /, axes: tuple[int, ...]) -> Array:\n """"""Permute the axes/dimensions of an array.\n\n JAX implementation of :func:`array_api.permute_dims`.\n\n Args:\n a: input array\n axes: tuple of integers in range ``[0, a.ndim)`` specifying the\n axes permutation.\n\n Returns:\n a copy of ``a`` with axes permuted.\n\n See also:\n - :func:`jax.numpy.transpose`\n - :func:`jax.numpy.matrix_transpose`\n\n Examples:\n >>> a = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> jnp.permute_dims(a, (1, 0))\n Array([[1, 4],\n [2, 5],\n [3, 6]], dtype=int32)\n """"""\n a = util.ensure_arraylike(""permute_dims"", a)\n return lax.transpose(a, axes)\n\n\n@export\ndef matrix_transpose(x: ArrayLike, /) -> Array:\n """"""Transpose the last two dimensions of an array.\n\n JAX implementation of :func:`numpy.matrix_transpose`, implemented in terms of\n :func:`jax.lax.transpose`.\n\n Args:\n x: input array, Must have ``x.ndim >= 2``\n\n Returns:\n matrix-transposed copy of the array.\n\n See Also:\n - :attr:`jax.Array.mT`: same operation accessed via an :func:`~jax.Array` property.\n - :func:`jax.numpy.transpose`: general multi-axis transpose\n\n Note:\n Unlike :func:`numpy.matrix_transpose`, :func:`jax.numpy.matrix_transpose` will return a\n copy rather than a view of the input array. However, under JIT, the compiler will\n optimize-away such copies when possible, so this doesn't have performance impacts in practice.\n\n Examples:\n Here is a 2x2x2 matrix representing a batched 2x2 matrix:\n\n >>> x = jnp.array([[[1, 2],\n ... [3, 4]],\n ... [[5, 6],\n ... [7, 8]]])\n >>> jnp.matrix_transpose(x)\n Array([[[1, 3],\n [2, 4]],\n \n [[5, 7],\n [6, 8]]], dtype=int32)\n\n For convenience, you can perform the same transpose via the :attr:`~jax.Array.mT`\n property of :class:`jax.Array`:\n\n >>> x.mT\n Array([[[1, 3],\n [2, 4]],\n \n [[5, 7],\n [6, 8]]], dtype=int32)\n """"""\n x = util.ensure_arraylike(""matrix_transpose"", x)\n ndim = x.ndim\n if ndim < 2:\n raise ValueError(f""x must be at least two-dimensional for matrix_transpose; got {ndim=}"")\n axes = (*range(ndim - 2), ndim - 1, ndim - 2)\n return lax.transpose(x, axes)\n\n\n@export\n@partial(jit, static_argnames=('k', 'axes'))\ndef rot90(m: ArrayLike, k: int = 1, axes: tuple[int, int] = (0, 1)) -> Array:\n """"""Rotate an array by 90 degrees counterclockwise in the plane specified by axes.\n\n JAX implementation of :func:`numpy.rot90`.\n\n Args:\n m: input array. Must have ``m.ndim >= 2``.\n k: int, optional, default=1. Specifies the number of times the array is rotated.\n For negative values of ``k``, the array is rotated in clockwise direction.\n axes: tuple of 2 integers, optional, default= (0, 1). The axes define the plane\n in which the array is rotated. Both the axes must be different.\n\n Returns:\n An array containing the copy of the input, ``m`` rotated by 90 degrees.\n\n See also:\n - :func:`jax.numpy.flip`: reverse the order along the given axis\n - :func:`jax.numpy.fliplr`: reverse the order along axis 1 (left/right)\n - :func:`jax.numpy.flipud`: reverse the order along axis 0 (up/down)\n\n Examples:\n >>> m = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> jnp.rot90(m)\n Array([[3, 6],\n [2, 5],\n [1, 4]], dtype=int32)\n >>> jnp.rot90(m, k=2)\n Array([[6, 5, 4],\n [3, 2, 1]], dtype=int32)\n\n ``jnp.rot90(m, k=1, axes=(1, 0))`` is equivalent to\n ``jnp.rot90(m, k=-1, axes(0,1))``.\n\n >>> jnp.rot90(m, axes=(1, 0))\n Array([[4, 1],\n [5, 2],\n [6, 3]], dtype=int32)\n >>> jnp.rot90(m, k=-1, axes=(0, 1))\n Array([[4, 1],\n [5, 2],\n [6, 3]], dtype=int32)\n\n when input array has ``ndim>2``:\n\n >>> m1 = jnp.array([[[1, 2, 3],\n ... [4, 5, 6]],\n ... [[7, 8, 9],\n ... [10, 11, 12]]])\n >>> jnp.rot90(m1, k=1, axes=(2, 1))\n Array([[[ 4, 1],\n [ 5, 2],\n [ 6, 3]],\n \n [[10, 7],\n [11, 8],\n [12, 9]]], dtype=int32)\n """"""\n m = util.ensure_arraylike(""rot90"", m)\n if np.ndim(m) < 2:\n raise ValueError(""rot90 requires its first argument to have ndim at least ""\n f""two, but got first argument of shape {np.shape(m)}, ""\n f""which has ndim {np.ndim(m)}"")\n ax1, ax2 = axes\n ax1 = _canonicalize_axis(ax1, np.ndim(m))\n ax2 = _canonicalize_axis(ax2, np.ndim(m))\n if ax1 == ax2:\n raise ValueError(""Axes must be different"") # same as numpy error\n k = k % 4\n if k == 0:\n return asarray(m)\n elif k == 2:\n return flip(flip(m, ax1), ax2)\n else:\n perm = list(range(np.ndim(m)))\n perm[ax1], perm[ax2] = perm[ax2], perm[ax1]\n if k == 1:\n return transpose(flip(m, ax2), perm)\n else:\n return flip(transpose(m, perm), ax2)\n\n\n@export\ndef flip(m: ArrayLike, axis: int | Sequence[int] | None = None) -> Array:\n """"""Reverse the order of elements of an array along the given axis.\n\n JAX implementation of :func:`numpy.flip`.\n\n Args:\n m: Array.\n axis: integer or sequence of integers. Specifies along which axis or axes\n should the array elements be reversed. Default is ``None``, which flips\n along all axes.\n\n Returns:\n An array with the elements in reverse order along ``axis``.\n\n See Also:\n - :func:`jax.numpy.fliplr`: reverse the order along axis 1 (left/right)\n - :func:`jax.numpy.flipud`: reverse the order along axis 0 (up/down)\n\n Examples:\n >>> x1 = jnp.array([[1, 2],\n ... [3, 4]])\n >>> jnp.flip(x1)\n Array([[4, 3],\n [2, 1]], dtype=int32)\n\n If ``axis`` is specified with an integer, then ``jax.numpy.flip`` reverses\n the array along that particular axis only.\n\n >>> jnp.flip(x1, axis=1)\n Array([[2, 1],\n [4, 3]], dtype=int32)\n\n >>> x2 = jnp.arange(1, 9).reshape(2, 2, 2)\n >>> x2\n Array([[[1, 2],\n [3, 4]],\n \n [[5, 6],\n [7, 8]]], dtype=int32)\n >>> jnp.flip(x2)\n Array([[[8, 7],\n [6, 5]],\n \n [[4, 3],\n [2, 1]]], dtype=int32)\n\n When ``axis`` is specified with a sequence of integers, then\n ``jax.numpy.flip`` reverses the array along the specified axes.\n\n >>> jnp.flip(x2, axis=[1, 2])\n Array([[[4, 3],\n [2, 1]],\n \n [[8, 7],\n [6, 5]]], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""flip"", m)\n return _flip(arr, reductions._ensure_optional_axes(axis))\n\n@partial(jit, static_argnames=('axis',))\ndef _flip(m: Array, axis: int | tuple[int, ...] | None = None) -> Array:\n if axis is None:\n return lax.rev(m, list(range(len(np.shape(m)))))\n axis = _ensure_index_tuple(axis)\n return lax.rev(m, [_canonicalize_axis(ax, np.ndim(m)) for ax in axis])\n\n\n@export\ndef fliplr(m: ArrayLike) -> Array:\n """"""Reverse the order of elements of an array along axis 1.\n\n JAX implementation of :func:`numpy.fliplr`.\n\n Args:\n m: Array with at least two dimensions.\n\n Returns:\n An array with the elements in reverse order along axis 1.\n\n See Also:\n - :func:`jax.numpy.flip`: reverse the order along the given axis\n - :func:`jax.numpy.flipud`: reverse the order along axis 0\n\n Examples:\n >>> x = jnp.array([[1, 2],\n ... [3, 4]])\n >>> jnp.fliplr(x)\n Array([[2, 1],\n [4, 3]], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""fliplr"", m)\n return _flip(arr, 1)\n\n\n@export\ndef flipud(m: ArrayLike) -> Array:\n """"""Reverse the order of elements of an array along axis 0.\n\n JAX implementation of :func:`numpy.flipud`.\n\n Args:\n m: Array with at least one dimension.\n\n Returns:\n An array with the elements in reverse order along axis 0.\n\n See Also:\n - :func:`jax.numpy.flip`: reverse the order along the given axis\n - :func:`jax.numpy.fliplr`: reverse the order along axis 1\n\n Examples:\n >>> x = jnp.array([[1, 2],\n ... [3, 4]])\n >>> jnp.flipud(x)\n Array([[3, 4],\n [1, 2]], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""flipud"", m)\n return _flip(arr, 0)\n\n\n@export\n@jit\ndef iscomplex(x: ArrayLike) -> Array:\n """"""Return boolean array showing where the input is complex.\n\n JAX implementation of :func:`numpy.iscomplex`.\n\n Args:\n x: Input array to check.\n\n Returns:\n A new array containing boolean values indicating complex elements.\n\n See Also:\n - :func:`jax.numpy.iscomplexobj`\n - :func:`jax.numpy.isrealobj`\n\n Examples:\n >>> jnp.iscomplex(jnp.array([True, 0, 1, 2j, 1+2j]))\n Array([False, False, False, True, True], dtype=bool)\n """"""\n i = ufuncs.imag(x)\n return lax.ne(i, _lax_const(i, 0))\n\n\n@export\n@jit\ndef isreal(x: ArrayLike) -> Array:\n """"""Return boolean array showing where the input is real.\n\n JAX implementation of :func:`numpy.isreal`.\n\n Args:\n x: input array to check.\n\n Returns:\n A new array containing boolean values indicating real elements.\n\n See Also:\n - :func:`jax.numpy.iscomplex`\n - :func:`jax.numpy.isrealobj`\n\n Examples:\n >>> jnp.isreal(jnp.array([False, 0j, 1, 2.1, 1+2j]))\n Array([ True, True, True, True, False], dtype=bool)\n """"""\n i = ufuncs.imag(x)\n return lax.eq(i, _lax_const(i, 0))\n\n\n@export\n@partial(jit, static_argnames=['deg'])\ndef angle(z: ArrayLike, deg: bool = False) -> Array:\n """"""Return the angle of a complex valued number or array.\n\n JAX implementation of :func:`numpy.angle`.\n\n Args:\n z: A complex number or an array of complex numbers.\n deg: Boolean. If ``True``, returns the result in degrees else returns\n in radians. Default is ``False``.\n\n Returns:\n An array of counterclockwise angle of each element of ``z``, with the same\n shape as ``z`` of dtype float.\n\n Examples:\n\n If ``z`` is a number\n\n >>> z1 = 2+3j\n >>> jnp.angle(z1)\n Array(0.98279375, dtype=float32, weak_type=True)\n\n If ``z`` is an array\n\n >>> z2 = jnp.array([[1+3j, 2-5j],\n ... [4-3j, 3+2j]])\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.angle(z2))\n [[ 1.25 -1.19]\n [-0.64 0.59]]\n\n If ``deg=True``.\n\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.angle(z2, deg=True))\n [[ 71.57 -68.2 ]\n [-36.87 33.69]]\n """"""\n z = util.ensure_arraylike('angle', z)\n re = ufuncs.real(z)\n im = ufuncs.imag(z)\n dtype = _dtype(re)\n if not issubdtype(dtype, np.inexact) or (\n issubdtype(_dtype(z), np.floating) and np.ndim(z) == 0):\n dtype = dtypes.canonicalize_dtype(dtypes.float_)\n re = lax.convert_element_type(re, dtype)\n im = lax.convert_element_type(im, dtype)\n result = lax.atan2(im, re)\n return ufuncs.degrees(result) if deg else result\n\n\n@export\n@partial(jit, static_argnames=('n', 'axis'))\ndef diff(a: ArrayLike, n: int = 1, axis: int = -1,\n prepend: ArrayLike | None = None,\n append: ArrayLike | None = None) -> Array:\n """"""Calculate n-th order difference between array elements along a given axis.\n\n JAX implementation of :func:`numpy.diff`.\n\n The first order difference is computed by ``a[i+1] - a[i]``, and the n-th order\n difference is computed ``n`` times recursively.\n\n Args:\n a: input array. Must have ``a.ndim >= 1``.\n n: int, optional, default=1. Order of the difference. Specifies the number\n of times the difference is computed. If n=0, no difference is computed and\n input is returned as is.\n axis: int, optional, default=-1. Specifies the axis along which the difference\n is computed. The difference is computed along ``axis -1`` by default.\n prepend: scalar or array, optional, default=None. Specifies the values to be\n prepended along ``axis`` before computing the difference.\n append: scalar or array, optional, default=None. Specifies the values to be\n appended along ``axis`` before computing the difference.\n\n Returns:\n An array containing the n-th order difference between the elements of ``a``.\n\n See also:\n - :func:`jax.numpy.ediff1d`: Computes the differences between consecutive\n elements of an array.\n - :func:`jax.numpy.cumsum`: Computes the cumulative sum of the elements of\n the array along a given axis.\n - :func:`jax.numpy.gradient`: Computes the gradient of an N-dimensional array.\n\n Examples:\n ``jnp.diff`` computes the first order difference along ``axis``, by default.\n\n >>> a = jnp.array([[1, 5, 2, 9],\n ... [3, 8, 7, 4]])\n >>> jnp.diff(a)\n Array([[ 4, -3, 7],\n [ 5, -1, -3]], dtype=int32)\n\n When ``n = 2``, second order difference is computed along ``axis``.\n\n >>> jnp.diff(a, n=2)\n Array([[-7, 10],\n [-6, -2]], dtype=int32)\n\n When ``prepend = 2``, it is prepended to ``a`` along ``axis`` before computing\n the difference.\n\n >>> jnp.diff(a, prepend=2)\n Array([[-1, 4, -3, 7],\n [ 1, 5, -1, -3]], dtype=int32)\n\n When ``append = jnp.array([[3],[1]])``, it is appended to ``a`` along ``axis``\n before computing the difference.\n\n >>> jnp.diff(a, append=jnp.array([[3],[1]]))\n Array([[ 4, -3, 7, -6],\n [ 5, -1, -3, -3]], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""diff"", a)\n n = core.concrete_or_error(operator.index, n, ""'n' argument of jnp.diff"")\n axis = core.concrete_or_error(operator.index, axis, ""'axis' argument of jnp.diff"")\n if n == 0:\n return arr\n if n < 0:\n raise ValueError(f""order must be non-negative but got {n}"")\n if arr.ndim == 0:\n raise ValueError(f""diff requires input that is at least one dimensional; got {a}"")\n\n nd = arr.ndim\n axis = _canonicalize_axis(axis, nd)\n\n combined: list[Array] = []\n if prepend is not None:\n prepend = util.ensure_arraylike(""diff"", prepend)\n if not np.ndim(prepend):\n shape = list(arr.shape)\n shape[axis] = 1\n prepend = broadcast_to(prepend, tuple(shape))\n combined.append(prepend)\n\n combined.append(arr)\n\n if append is not None:\n append = util.ensure_arraylike(""diff"", append)\n if not np.ndim(append):\n shape = list(arr.shape)\n shape[axis] = 1\n append = broadcast_to(append, tuple(shape))\n combined.append(append)\n\n if len(combined) > 1:\n arr = concatenate(combined, axis)\n\n slice1 = [slice(None)] * nd\n slice2 = [slice(None)] * nd\n slice1[axis] = slice(1, None)\n slice2[axis] = slice(None, -1)\n slice1_tuple = tuple(slice1)\n slice2_tuple = tuple(slice2)\n\n op = operator.ne if arr.dtype == np.bool_ else operator.sub\n for _ in range(n):\n arr = op(arr[slice1_tuple], arr[slice2_tuple])\n\n return arr\n\n\n@export\n@jit\ndef ediff1d(ary: ArrayLike, to_end: ArrayLike | None = None,\n to_begin: ArrayLike | None = None) -> Array:\n """"""Compute the differences of the elements of the flattened array.\n\n JAX implementation of :func:`numpy.ediff1d`.\n\n Args:\n ary: input array or scalar.\n to_end: scalar or array, optional, default=None. Specifies the numbers to\n append to the resulting array.\n to_begin: scalar or array, optional, default=None. Specifies the numbers to\n prepend to the resulting array.\n\n Returns:\n An array containing the differences between the elements of the input array.\n\n Note:\n Unlike NumPy's implementation of ediff1d, :py:func:`jax.numpy.ediff1d` will\n not issue an error if casting ``to_end`` or ``to_begin`` to the type of\n ``ary`` loses precision.\n\n See also:\n - :func:`jax.numpy.diff`: Computes the n-th order difference between elements\n of the array along a given axis.\n - :func:`jax.numpy.cumsum`: Computes the cumulative sum of the elements of\n the array along a given axis.\n - :func:`jax.numpy.gradient`: Computes the gradient of an N-dimensional array.\n\n Examples:\n >>> a = jnp.array([2, 3, 5, 9, 1, 4])\n >>> jnp.ediff1d(a)\n Array([ 1, 2, 4, -8, 3], dtype=int32)\n >>> jnp.ediff1d(a, to_begin=-10)\n Array([-10, 1, 2, 4, -8, 3], dtype=int32)\n >>> jnp.ediff1d(a, to_end=jnp.array([20, 30]))\n Array([ 1, 2, 4, -8, 3, 20, 30], dtype=int32)\n >>> jnp.ediff1d(a, to_begin=-10, to_end=jnp.array([20, 30]))\n Array([-10, 1, 2, 4, -8, 3, 20, 30], dtype=int32)\n\n For array with ``ndim > 1``, the differences are computed after flattening\n the input array.\n\n >>> a1 = jnp.array([[2, -1, 4, 7],\n ... [3, 5, -6, 9]])\n >>> jnp.ediff1d(a1)\n Array([ -3, 5, 3, -4, 2, -11, 15], dtype=int32)\n >>> a2 = jnp.array([2, -1, 4, 7, 3, 5, -6, 9])\n >>> jnp.ediff1d(a2)\n Array([ -3, 5, 3, -4, 2, -11, 15], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""ediff1d"", ary).ravel()\n result = lax.sub(arr[1:], arr[:-1])\n if to_begin is not None:\n to_begin = util.ensure_arraylike(""ediff1d"", to_begin)\n result = concatenate((ravel(to_begin.astype(arr.dtype)), result))\n if to_end is not None:\n to_end = util.ensure_arraylike(""ediff1d"", to_end)\n result = concatenate((result, ravel(to_end.astype(arr.dtype))))\n return result\n\n\n@export\n@partial(jit, static_argnames=(""axis"", ""edge_order""))\ndef gradient(\n f: ArrayLike,\n *varargs: ArrayLike,\n axis: int | Sequence[int] | None = None,\n edge_order: int | None = None,\n) -> Array | list[Array]:\n """"""Compute the numerical gradient of a sampled function.\n\n JAX implementation of :func:`numpy.gradient`.\n\n The gradient in ``jnp.gradient`` is computed using second-order finite\n differences across the array of sampled function values. This should not\n be confused with :func:`jax.grad`, which computes a precise gradient of\n a callable function via :ref:`automatic differentiation `.\n\n Args:\n f: *N*-dimensional array of function values.\n varargs: optional list of scalars or arrays specifying spacing of\n function evaluations. Options are:\n\n - not specified: unit spacing in all dimensions.\n - a single scalar: constant spacing in all dimensions.\n - *N* values: specify different spacing in each dimension:\n\n - scalar values indicate constant spacing in that dimension.\n - array values must match the length of the corresponding dimension,\n and specify the coordinates at which ``f`` is evaluated.\n\n edge_order: not implemented in JAX\n axis: integer or tuple of integers specifying the axis along which\n to compute the gradient. If None (default) calculates the gradient\n along all axes.\n\n Returns:\n an array or tuple of arrays containing the numerical gradient along\n each specified axis.\n\n See also:\n - :func:`jax.grad`: automatic differentiation of a function with a single output.\n\n Examples:\n Comparing numerical and automatic differentiation of a simple function:\n\n >>> def f(x):\n ... return jnp.sin(x) * jnp.exp(-x / 4)\n ...\n >>> def gradf_exact(x):\n ... # exact analytical gradient of f(x)\n ... return -f(x) / 4 + jnp.cos(x) * jnp.exp(-x / 4)\n ...\n >>> x = jnp.linspace(0, 5, 10)\n\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(""numerical gradient:"", jnp.gradient(f(x), x))\n ... print(""automatic gradient:"", jax.vmap(jax.grad(f))(x))\n ... print(""exact gradient: "", gradf_exact(x))\n ...\n numerical gradient: [ 0.83 0.61 0.18 -0.2 -0.43 -0.49 -0.39 -0.21 -0.02 0.08]\n automatic gradient: [ 1. 0.62 0.17 -0.23 -0.46 -0.51 -0.41 -0.21 -0.01 0.15]\n exact gradient: [ 1. 0.62 0.17 -0.23 -0.46 -0.51 -0.41 -0.21 -0.01 0.15]\n\n Notice that, as expected, the numerical gradient has some approximation error\n compared to the automatic gradient computed via :func:`jax.grad`.\n """"""\n\n if edge_order is not None:\n raise NotImplementedError(\n ""The 'edge_order' argument to jnp.gradient is not supported.""\n )\n a, *spacing = util.promote_dtypes_inexact(f, *varargs)\n\n def gradient_along_axis(a, h, axis):\n sliced = partial(lax.slice_in_dim, a, axis=axis)\n upper_edge = sliced(1, 2) - sliced(0, 1)\n lower_edge = sliced(-1, None) - sliced(-2, -1)\n\n if np.ndim(h) == 0:\n inner = (sliced(2, None) - sliced(None, -2)) * 0.5 / h\n lower_edge /= h\n upper_edge /= h\n\n elif np.ndim(h) == 1:\n if len(h) != a.shape[axis]:\n raise ValueError(\n ""Spacing arrays must have the same length as the ""\n ""dimension along which the gradient is calculated.""\n )\n h_shape = [1] * a.ndim\n h_shape[axis] = len(h)\n h = h.reshape(h_shape)\n sliced_x = partial(lax.slice_in_dim, h, axis=axis)\n\n upper_edge /= sliced_x(1, 2) - sliced_x(0, 1)\n lower_edge /= sliced_x(-1, None) - sliced_x(-2, -1)\n dx1 = sliced_x(1, -1) - sliced_x(0, -2)\n dx2 = sliced_x(2, None) - sliced_x(1, -1)\n a = -(dx2) / (dx1 * (dx1 + dx2))\n b = (dx2 - dx1) / (dx1 * dx2)\n c = dx1 / (dx2 * (dx1 + dx2))\n inner = a * sliced(0, -2) + b * sliced(1, -1) + c * sliced(2, None)\n else:\n raise ValueError(""Spacing arrays must be 1D arrays or scalars."")\n\n return concatenate((upper_edge, inner, lower_edge), axis=axis)\n\n if axis is None:\n axis_tuple = tuple(range(a.ndim))\n else:\n axis_tuple = tuple(_canonicalize_axis(i, a.ndim) for i in _ensure_index_tuple(axis))\n if len(axis_tuple) == 0:\n return []\n\n if min(s for i, s in enumerate(a.shape) if i in axis_tuple) < 2:\n raise ValueError(""Shape of array too small to calculate ""\n ""a numerical gradient, ""\n ""at least 2 elements are required."")\n if len(spacing) == 0:\n dx: Sequence[ArrayLike] = [1.0] * len(axis_tuple)\n elif len(spacing) == 1:\n dx = list(spacing) * len(axis_tuple)\n elif len(spacing) == len(axis_tuple):\n dx = list(spacing)\n else:\n TypeError(f""Invalid number of spacing arguments {len(spacing)} for {axis=}"")\n\n a_grad = [gradient_along_axis(a, h, ax) for ax, h in zip(axis_tuple, dx)]\n return a_grad[0] if len(axis_tuple) == 1 else a_grad\n\n\n@export\ndef isrealobj(x: Any) -> bool:\n """"""Check if the input is not a complex number or an array containing complex elements.\n\n JAX implementation of :func:`numpy.isrealobj`.\n\n The function evaluates based on input type rather than value.\n Inputs with zero imaginary parts are still considered complex.\n\n Args:\n x: input object to check.\n\n Returns:\n False if ``x`` is a complex number or an array containing at least one complex element,\n True otherwise.\n\n See Also:\n - :func:`jax.numpy.iscomplexobj`\n - :func:`jax.numpy.isreal`\n\n Examples:\n >>> jnp.isrealobj(0)\n True\n >>> jnp.isrealobj(1.2)\n True\n >>> jnp.isrealobj(jnp.array([1, 2]))\n True\n >>> jnp.isrealobj(1+2j)\n False\n >>> jnp.isrealobj(jnp.array([0, 1+2j]))\n False\n """"""\n return not iscomplexobj(x)\n\n\n@export\ndef reshape(\n a: ArrayLike, shape: DimSize | Shape, order: str = ""C"", *,\n copy: bool | None = None, out_sharding=None) -> Array:\n """"""Return a reshaped copy of an array.\n\n JAX implementation of :func:`numpy.reshape`, implemented in terms of\n :func:`jax.lax.reshape`.\n\n Args:\n a: input array to reshape\n shape: integer or sequence of integers giving the new shape, which must match the\n size of the input array. If any single dimension is given size ``-1``, it will be\n replaced with a value such that the output has the correct size.\n order: ``'F'`` or ``'C'``, specifies whether the reshape should apply column-major\n (fortran-style, ``""F""``) or row-major (C-style, ``""C""``) order; default is ``""C""``.\n JAX does not support ``order=""A""``.\n copy: unused by JAX; JAX always returns a copy, though under JIT the compiler\n may optimize such copies away.\n\n Returns:\n reshaped copy of input array with the specified shape.\n\n Notes:\n Unlike :func:`numpy.reshape`, :func:`jax.numpy.reshape` will return a copy rather\n than a view of the input array. However, under JIT, the compiler will optimize-away\n such copies when possible, so this doesn't have performance impacts in practice.\n\n See Also:\n - :meth:`jax.Array.reshape`: equivalent functionality via an array method.\n - :func:`jax.numpy.ravel`: flatten an array into a 1D shape.\n - :func:`jax.numpy.squeeze`: remove one or more length-1 axes from an array's shape.\n\n Examples:\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> jnp.reshape(x, 6)\n Array([1, 2, 3, 4, 5, 6], dtype=int32)\n >>> jnp.reshape(x, (3, 2))\n Array([[1, 2],\n [3, 4],\n [5, 6]], dtype=int32)\n\n You can use ``-1`` to automatically compute a shape that is consistent with\n the input size:\n\n >>> jnp.reshape(x, -1) # -1 is inferred to be 6\n Array([1, 2, 3, 4, 5, 6], dtype=int32)\n >>> jnp.reshape(x, (-1, 2)) # -1 is inferred to be 3\n Array([[1, 2],\n [3, 4],\n [5, 6]], dtype=int32)\n\n The default ordering of axes in the reshape is C-style row-major ordering.\n To use Fortran-style column-major ordering, specify ``order='F'``:\n\n >>> jnp.reshape(x, 6, order='F')\n Array([1, 4, 2, 5, 3, 6], dtype=int32)\n >>> jnp.reshape(x, (3, 2), order='F')\n Array([[1, 5],\n [4, 3],\n [2, 6]], dtype=int32)\n\n For convenience, this functionality is also available via the\n :meth:`jax.Array.reshape` method:\n\n >>> x.reshape(3, 2)\n Array([[1, 2],\n [3, 4],\n [5, 6]], dtype=int32)\n """"""\n del copy # unused\n\n __tracebackhide__ = True\n util.check_arraylike(""reshape"", a)\n\n try:\n if out_sharding is None:\n # forward to method for ndarrays\n return a.reshape(shape, order=order) # type: ignore[call-overload,union-attr]\n except AttributeError:\n pass\n return asarray(a).reshape(shape, order=order, out_sharding=out_sharding)\n\n\n@export\n@partial(jit, static_argnames=('order', 'out_sharding'), inline=True)\ndef ravel(a: ArrayLike, order: str = ""C"", *, out_sharding=None) -> Array:\n """"""Flatten array into a 1-dimensional shape.\n\n JAX implementation of :func:`numpy.ravel`, implemented in terms of\n :func:`jax.lax.reshape`.\n\n ``ravel(arr, order=order)`` is equivalent to ``reshape(arr, -1, order=order)``.\n\n Args:\n a: array to be flattened.\n order: ``'F'`` or ``'C'``, specifies whether the reshape should apply column-major\n (fortran-style, ``""F""``) or row-major (C-style, ``""C""``) order; default is ``""C""``.\n JAX does not support `order=""A""` or `order=""K""`.\n\n Returns:\n flattened copy of input array.\n\n Notes:\n Unlike :func:`numpy.ravel`, :func:`jax.numpy.ravel` will return a copy rather\n than a view of the input array. However, under JIT, the compiler will optimize-away\n such copies when possible, so this doesn't have performance impacts in practice.\n\n See Also:\n - :meth:`jax.Array.ravel`: equivalent functionality via an array method.\n - :func:`jax.numpy.reshape`: general array reshape.\n\n Examples:\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n\n By default, ravel in C-style, row-major order\n\n >>> jnp.ravel(x)\n Array([1, 2, 3, 4, 5, 6], dtype=int32)\n\n Optionally ravel in Fortran-style, column-major:\n\n >>> jnp.ravel(x, order='F')\n Array([1, 4, 2, 5, 3, 6], dtype=int32)\n\n For convenience, the same functionality is available via the :meth:`jax.Array.ravel`\n method:\n\n >>> x.ravel()\n Array([1, 2, 3, 4, 5, 6], dtype=int32)\n """"""\n a = util.ensure_arraylike(""ravel"", a)\n if order == ""K"":\n raise NotImplementedError(""Ravel not implemented for order='K'."")\n return reshape(a, (np.size(a),), order, out_sharding=out_sharding)\n\n\n@export\ndef ravel_multi_index(multi_index: Sequence[ArrayLike], dims: Sequence[int],\n mode: str = 'raise', order: str = 'C') -> Array:\n """"""Convert multi-dimensional indices into flat indices.\n\n JAX implementation of :func:`numpy.ravel_multi_index`\n\n Args:\n multi_index: sequence of integer arrays containing indices in each dimension.\n dims: sequence of integer sizes; must have ``len(dims) == len(multi_index)``\n mode: how to handle out-of bound indices. Options are\n\n - ``""raise""`` (default): raise a ValueError. This mode is incompatible\n with :func:`~jax.jit` or other JAX transformations.\n - ``""clip""``: clip out-of-bound indices to valid range.\n - ``""wrap""``: wrap out-of-bound indices to valid range.\n\n order: ``""C""`` (default) or ``""F""``, specify whether to assume C-style\n row-major order or Fortran-style column-major order.\n\n Returns:\n array of flattened indices\n\n See also:\n :func:`jax.numpy.unravel_index`: inverse of this function.\n\n Examples:\n Define a 2-dimensional array and a sequence of indices of even values:\n\n >>> x = jnp.array([[2., 3., 4.],\n ... [5., 6., 7.]])\n >>> indices = jnp.where(x % 2 == 0)\n >>> indices\n (Array([0, 0, 1], dtype=int32), Array([0, 2, 1], dtype=int32))\n >>> x[indices]\n Array([2., 4., 6.], dtype=float32)\n\n Compute the flattened indices:\n\n >>> indices_flat = jnp.ravel_multi_index(indices, x.shape)\n >>> indices_flat\n Array([0, 2, 4], dtype=int32)\n\n These flattened indices can be used to extract the same values from the\n flattened ``x`` array:\n\n >>> x_flat = x.ravel()\n >>> x_flat\n Array([2., 3., 4., 5., 6., 7.], dtype=float32)\n >>> x_flat[indices_flat]\n Array([2., 4., 6.], dtype=float32)\n\n The original indices can be recovered with :func:`~jax.numpy.unravel_index`:\n\n >>> jnp.unravel_index(indices_flat, x.shape)\n (Array([0, 0, 1], dtype=int32), Array([0, 2, 1], dtype=int32))\n """"""\n assert len(multi_index) == len(dims), f""len(multi_index)={len(multi_index)} != len(dims)={len(dims)}""\n dims = tuple(core.concrete_or_error(operator.index, d, ""in `dims` argument of ravel_multi_index()."") for d in dims)\n multi_index_arr = list(util.ensure_arraylike_tuple(""ravel_multi_index"", multi_index))\n for index in multi_index_arr:\n if mode == 'raise':\n core.concrete_or_error(array, index,\n ""The error occurred because ravel_multi_index was jit-compiled""\n "" with mode='raise'. Use mode='wrap' or mode='clip' instead."")\n if not issubdtype(_dtype(index), np.integer):\n raise TypeError(""only int indices permitted"")\n if mode == ""raise"":\n if any(reductions.any((i < 0) | (i >= d)) for i, d in zip(multi_index_arr, dims)):\n raise ValueError(""invalid entry in coordinates array"")\n elif mode == ""clip"":\n multi_index_arr = [clip(i, 0, d - 1) for i, d in zip(multi_index_arr, dims)]\n elif mode == ""wrap"":\n multi_index_arr = [i % d for i, d in zip(multi_index_arr, dims)]\n else:\n raise ValueError(f""invalid mode={mode!r}. Expected 'raise', 'wrap', or 'clip'"")\n\n if order == ""F"":\n strides = np.cumprod((1,) + dims[:-1])\n elif order == ""C"":\n strides = np.cumprod((1,) + dims[1:][::-1])[::-1]\n else:\n raise ValueError(f""invalid order={order!r}. Expected 'C' or 'F'"")\n\n result = array(0, dtype=(multi_index_arr[0].dtype if multi_index_arr\n else dtypes.canonicalize_dtype(dtypes.int_)))\n for i, s in zip(multi_index_arr, strides):\n result = result + i * int(s)\n return result\n\n\n@export\ndef unravel_index(indices: ArrayLike, shape: Shape) -> tuple[Array, ...]:\n """"""Convert flat indices into multi-dimensional indices.\n\n JAX implementation of :func:`numpy.unravel_index`. The JAX version differs in\n its treatment of out-of-bound indices: unlike NumPy, negative indices are\n supported, and out-of-bound indices are clipped to the nearest valid value.\n\n Args:\n indices: integer array of flat indices\n shape: shape of multidimensional array to index into\n\n Returns:\n Tuple of unraveled indices\n\n See also:\n :func:`jax.numpy.ravel_multi_index`: Inverse of this function.\n\n Examples:\n Start with a 1D array values and indices:\n\n >>> x = jnp.array([2., 3., 4., 5., 6., 7.])\n >>> indices = jnp.array([1, 3, 5])\n >>> print(x[indices])\n [3. 5. 7.]\n\n Now if ``x`` is reshaped, ``unravel_indices`` can be used to convert\n the flat indices into a tuple of indices that access the same entries:\n\n >>> shape = (2, 3)\n >>> x_2D = x.reshape(shape)\n >>> indices_2D = jnp.unravel_index(indices, shape)\n >>> indices_2D\n (Array([0, 1, 1], dtype=int32), Array([1, 0, 2], dtype=int32))\n >>> print(x_2D[indices_2D])\n [3. 5. 7.]\n\n The inverse function, ``ravel_multi_index``, can be used to obtain the\n original indices:\n\n >>> jnp.ravel_multi_index(indices_2D, shape)\n Array([1, 3, 5], dtype=int32)\n """"""\n indices_arr = util.ensure_arraylike(""unravel_index"", indices)\n # Note: we do not convert shape to an array, because it may be passed as a\n # tuple of weakly-typed values, and asarray() would strip these weak types.\n try:\n shape = list(shape)\n except TypeError:\n # TODO: Consider warning here since shape is supposed to be a sequence, so\n # this should not happen.\n shape = [shape]\n if any(np.ndim(s) != 0 for s in shape):\n raise ValueError(""unravel_index: shape should be a scalar or 1D sequence."")\n out_indices: list[ArrayLike] = [0] * len(shape)\n for i, s in reversed(list(enumerate(shape))):\n indices_arr, out_indices[i] = ufuncs.divmod(indices_arr, s)\n oob_pos = indices_arr > 0\n oob_neg = indices_arr < -1\n return tuple(where(oob_pos, s - 1, where(oob_neg, 0, i))\n for s, i in safe_zip(shape, out_indices))\n\n\n@export\n@partial(jit, static_argnames=('new_shape',))\ndef resize(a: ArrayLike, new_shape: Shape) -> Array:\n """"""Return a new array with specified shape.\n\n JAX implementation of :func:`numpy.resize`.\n\n Args:\n a: input array or scalar.\n new_shape: int or tuple of ints. Specifies the shape of the resized array.\n\n Returns:\n A resized array with specified shape. The elements of ``a`` are repeated in\n the resized array, if the resized array is larger than the original array.\n\n See also:\n - :func:`jax.numpy.reshape`: Returns a reshaped copy of an array.\n - :func:`jax.numpy.repeat`: Constructs an array from repeated elements.\n\n Examples:\n >>> x = jnp.array([1, 2, 3, 4, 5, 6, 7, 8, 9])\n >>> jnp.resize(x, (3, 3))\n Array([[1, 2, 3],\n [4, 5, 6],\n [7, 8, 9]], dtype=int32)\n >>> jnp.resize(x, (3, 4))\n Array([[1, 2, 3, 4],\n [5, 6, 7, 8],\n [9, 1, 2, 3]], dtype=int32)\n >>> jnp.resize(4, (3, 2))\n Array([[4, 4],\n [4, 4],\n [4, 4]], dtype=int32, weak_type=True)\n """"""\n util.check_arraylike(""resize"", a)\n new_shape = _ensure_index_tuple(new_shape)\n\n if any(dim_length < 0 for dim_length in new_shape):\n raise ValueError(""all elements of `new_shape` must be non-negative"")\n\n arr = ravel(a)\n\n new_size = math.prod(new_shape)\n if arr.size == 0 or new_size == 0:\n return zeros_like(arr, shape=new_shape)\n\n repeats = ceil_of_ratio(new_size, arr.size)\n arr = tile(arr, repeats)[:new_size]\n\n return reshape(arr, new_shape)\n\n\n@export\ndef squeeze(a: ArrayLike, axis: int | Sequence[int] | None = None) -> Array:\n """"""Remove one or more length-1 axes from array\n\n JAX implementation of :func:`numpy.sqeeze`, implemented via :func:`jax.lax.squeeze`.\n\n Args:\n a: input array\n axis: integer or sequence of integers specifying axes to remove. If any specified\n axis does not have a length of 1, an error is raised. If not specified, squeeze\n all length-1 axes in ``a``.\n\n Returns:\n copy of ``a`` with length-1 axes removed.\n\n Notes:\n Unlike :func:`numpy.squeeze`, :func:`jax.numpy.squeeze` will return a copy rather\n than a view of the input array. However, under JIT, the compiler will optimize-away\n such copies when possible, so this doesn't have performance impacts in practice.\n\n See Also:\n - :func:`jax.numpy.expand_dims`: the inverse of ``squeeze``: add dimensions of length 1.\n - :meth:`jax.Array.squeeze`: equivalent functionality via an array method.\n - :func:`jax.lax.squeeze`: equivalent XLA API.\n - :func:`jax.numpy.ravel`: flatten an array into a 1D shape.\n - :func:`jax.numpy.reshape`: general array reshape.\n\n Examples:\n >>> x = jnp.array([[[0]], [[1]], [[2]]])\n >>> x.shape\n (3, 1, 1)\n\n Squeeze all length-1 dimensions:\n\n >>> jnp.squeeze(x)\n Array([0, 1, 2], dtype=int32)\n >>> _.shape\n (3,)\n\n Equivalent while specifying the axes explicitly:\n\n >>> jnp.squeeze(x, axis=(1, 2))\n Array([0, 1, 2], dtype=int32)\n\n Attempting to squeeze a non-unit axis results in an error:\n\n >>> jnp.squeeze(x, axis=0) # doctest: +IGNORE_EXCEPTION_DETAIL\n Traceback (most recent call last):\n ...\n ValueError: cannot select an axis to squeeze out which has size not equal to one, got shape=(3, 1, 1) and dimensions=(0,)\n\n For convenience, this functionality is also available via the\n :meth:`jax.Array.squeeze` method:\n\n >>> x.squeeze()\n Array([0, 1, 2], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""squeeze"", a)\n return _squeeze(arr, _ensure_index_tuple(axis) if axis is not None else None)\n\n@partial(jit, static_argnames=('axis',), inline=True)\ndef _squeeze(a: Array, axis: tuple[int, ...]) -> Array:\n if axis is None:\n a_shape = np.shape(a)\n if not core.is_constant_shape(a_shape):\n # We do not even know the rank of the output if the input shape is not known\n raise ValueError(""jnp.squeeze with axis=None is not supported with shape polymorphism"")\n axis = tuple(i for i, d in enumerate(a_shape) if d == 1)\n return lax.squeeze(a, axis)\n\n\n@export\ndef expand_dims(a: ArrayLike, axis: int | Sequence[int]) -> Array:\n """"""Insert dimensions of length 1 into array\n\n JAX implementation of :func:`numpy.expand_dims`, implemented via\n :func:`jax.lax.expand_dims`.\n\n Args:\n a: input array\n axis: integer or sequence of integers specifying positions of axes to add.\n\n Returns:\n Copy of ``a`` with added dimensions.\n\n Notes:\n Unlike :func:`numpy.expand_dims`, :func:`jax.numpy.expand_dims` will return a copy\n rather than a view of the input array. However, under JIT, the compiler will optimize\n away such copies when possible, so this doesn't have performance impacts in practice.\n\n See Also:\n - :func:`jax.numpy.squeeze`: inverse of this operation, i.e. remove length-1 dimensions.\n - :func:`jax.lax.expand_dims`: XLA version of this functionality.\n\n Examples:\n >>> x = jnp.array([1, 2, 3])\n >>> x.shape\n (3,)\n\n Expand the leading dimension:\n\n >>> jnp.expand_dims(x, 0)\n Array([[1, 2, 3]], dtype=int32)\n >>> _.shape\n (1, 3)\n\n Expand the trailing dimension:\n\n >>> jnp.expand_dims(x, 1)\n Array([[1],\n [2],\n [3]], dtype=int32)\n >>> _.shape\n (3, 1)\n\n Expand multiple dimensions:\n\n >>> jnp.expand_dims(x, (0, 1, 3))\n Array([[[[1],\n [2],\n [3]]]], dtype=int32)\n >>> _.shape\n (1, 1, 3, 1)\n\n Dimensions can also be expanded more succinctly by indexing with ``None``:\n\n >>> x[None] # equivalent to jnp.expand_dims(x, 0)\n Array([[1, 2, 3]], dtype=int32)\n >>> x[:, None] # equivalent to jnp.expand_dims(x, 1)\n Array([[1],\n [2],\n [3]], dtype=int32)\n >>> x[None, None, :, None] # equivalent to jnp.expand_dims(x, (0, 1, 3))\n Array([[[[1],\n [2],\n [3]]]], dtype=int32)\n """"""\n a = util.ensure_arraylike(""expand_dims"", a)\n axis = _ensure_index_tuple(axis)\n return lax.expand_dims(a, axis)\n\n\n@export\n@partial(jit, static_argnames=('axis1', 'axis2'), inline=True)\ndef swapaxes(a: ArrayLike, axis1: int, axis2: int) -> Array:\n """"""Swap two axes of an array.\n\n JAX implementation of :func:`numpy.swapaxes`, implemented in terms of\n :func:`jax.lax.transpose`.\n\n Args:\n a: input array\n axis1: index of first axis\n axis2: index of second axis\n\n Returns:\n Copy of ``a`` with specified axes swapped.\n\n Notes:\n Unlike :func:`numpy.swapaxes`, :func:`jax.numpy.swapaxes` will return a copy rather\n than a view of the input array. However, under JIT, the compiler will optimize away\n such copies when possible, so this doesn't have performance impacts in practice.\n\n See Also:\n - :func:`jax.numpy.moveaxis`: move a single axis of an array.\n - :func:`jax.numpy.rollaxis`: older API for ``moveaxis``.\n - :func:`jax.lax.transpose`: more general axes permutations.\n - :meth:`jax.Array.swapaxes`: same functionality via an array method.\n\n Examples:\n >>> a = jnp.ones((2, 3, 4, 5))\n >>> jnp.swapaxes(a, 1, 3).shape\n (2, 5, 4, 3)\n\n Equivalent output via the ``swapaxes`` array method:\n\n >>> a.swapaxes(1, 3).shape\n (2, 5, 4, 3)\n\n Equivalent output via :func:`~jax.numpy.transpose`:\n\n >>> a.transpose(0, 3, 2, 1).shape\n (2, 5, 4, 3)\n """"""\n a = util.ensure_arraylike(""swapaxes"", a)\n perm = np.arange(np.ndim(a))\n perm[axis1], perm[axis2] = perm[axis2], perm[axis1]\n return lax.transpose(a, list(perm))\n\n\n@export\ndef moveaxis(a: ArrayLike, source: int | Sequence[int],\n destination: int | Sequence[int]) -> Array:\n """"""Move an array axis to a new position\n\n JAX implementation of :func:`numpy.moveaxis`, implemented in terms of\n :func:`jax.lax.transpose`.\n\n Args:\n a: input array\n source: index or indices of the axes to move.\n destination: index or indices of the axes destinations\n\n Returns:\n Copy of ``a`` with axes moved from ``source`` to ``destination``.\n\n Notes:\n Unlike :func:`numpy.moveaxis`, :func:`jax.numpy.moveaxis` will return a copy rather\n than a view of the input array. However, under JIT, the compiler will optimize away\n such copies when possible, so this doesn't have performance impacts in practice.\n\n See also:\n - :func:`jax.numpy.swapaxes`: swap two axes.\n - :func:`jax.numpy.rollaxis`: older API for moving an axis.\n - :func:`jax.numpy.transpose`: general axes permutation.\n\n Examples:\n >>> a = jnp.ones((2, 3, 4, 5))\n\n Move axis ``1`` to the end of the array:\n\n >>> jnp.moveaxis(a, 1, -1).shape\n (2, 4, 5, 3)\n\n Move the last axis to position 1:\n\n >>> jnp.moveaxis(a, -1, 1).shape\n (2, 5, 3, 4)\n\n Move multiple axes:\n\n >>> jnp.moveaxis(a, (0, 1), (-1, -2)).shape\n (4, 5, 3, 2)\n\n This can also be accomplished via :func:`~jax.numpy.transpose`:\n\n >>> a.transpose(2, 3, 1, 0).shape\n (4, 5, 3, 2)\n """"""\n arr = util.ensure_arraylike(""moveaxis"", a)\n return _moveaxis(arr, _ensure_index_tuple(source),\n _ensure_index_tuple(destination))\n\n@partial(jit, static_argnames=('source', 'destination'), inline=True)\ndef _moveaxis(a: Array, source: tuple[int, ...], destination: tuple[int, ...]) -> Array:\n source = tuple(_canonicalize_axis(i, np.ndim(a)) for i in source)\n destination = tuple(_canonicalize_axis(i, np.ndim(a)) for i in destination)\n if len(source) != len(destination):\n raise ValueError(""Inconsistent number of elements: {} vs {}""\n .format(len(source), len(destination)))\n perm = [i for i in range(np.ndim(a)) if i not in source]\n for dest, src in sorted(zip(destination, source)):\n perm.insert(dest, src)\n return lax.transpose(a, perm)\n\n\n@export\n@partial(jit, static_argnames=('equal_nan',))\ndef isclose(a: ArrayLike, b: ArrayLike, rtol: ArrayLike = 1e-05, atol: ArrayLike = 1e-08,\n equal_nan: bool = False) -> Array:\n r""""""Check if the elements of two arrays are approximately equal within a tolerance.\n\n JAX implementation of :func:`numpy.allclose`.\n\n Essentially this function evaluates the following condition:\n\n .. math::\n\n |a - b| \le \mathtt{atol} + \mathtt{rtol} * |b|\n\n ``jnp.inf`` in ``a`` will be considered equal to ``jnp.inf`` in ``b``.\n\n Args:\n a: first input array to compare.\n b: second input array to compare.\n rtol: relative tolerance used for approximate equality. Default = 1e-05.\n atol: absolute tolerance used for approximate equality. Default = 1e-08.\n equal_nan: Boolean. If ``True``, NaNs in ``a`` will be considered\n equal to NaNs in ``b``. Default is ``False``.\n\n Returns:\n A new array containing boolean values indicating whether the input arrays\n are element-wise approximately equal within the specified tolerances.\n\n See Also:\n - :func:`jax.numpy.allclose`\n - :func:`jax.numpy.equal`\n\n Examples:\n >>> jnp.isclose(jnp.array([1e6, 2e6, jnp.inf]), jnp.array([1e6, 2e7, jnp.inf]))\n Array([ True, False, True], dtype=bool)\n >>> jnp.isclose(jnp.array([1e6, 2e6, 3e6]),\n ... jnp.array([1.00008e6, 2.00008e7, 3.00008e8]), rtol=1e3)\n Array([ True, True, True], dtype=bool)\n >>> jnp.isclose(jnp.array([1e6, 2e6, 3e6]),\n ... jnp.array([1.00001e6, 2.00002e6, 3.00009e6]), atol=1e3)\n Array([ True, True, True], dtype=bool)\n >>> jnp.isclose(jnp.array([jnp.nan, 1, 2]),\n ... jnp.array([jnp.nan, 1, 2]), equal_nan=True)\n Array([ True, True, True], dtype=bool)\n """"""\n a, b = util.promote_args(""isclose"", a, b)\n dtype = _dtype(a)\n if dtypes.issubdtype(dtype, dtypes.extended):\n return lax.eq(a, b)\n\n a, b = util.promote_args_inexact(""isclose"", a, b)\n dtype = _dtype(a)\n if issubdtype(dtype, np.complexfloating):\n dtype = np.array(0, dtype).real.dtype\n rtol = lax.convert_element_type(rtol, dtype)\n atol = lax.convert_element_type(atol, dtype)\n both_nan = ufuncs.logical_and(ufuncs.isnan(a), ufuncs.isnan(b))\n check_fin = ufuncs.isfinite(b)\n in_range = lax.le(\n lax.abs(lax.sub(a, b)),\n lax.add(atol, lax.mul(rtol, lax.abs(b))))\n out = ufuncs.logical_or(lax.eq(a, b), ufuncs.logical_and(check_fin, in_range))\n return ufuncs.logical_or(out, both_nan) if equal_nan else out\n\n\ndef _interp(x: ArrayLike, xp: ArrayLike, fp: ArrayLike,\n left: ArrayLike | str | None = None,\n right: ArrayLike | str | None = None,\n period: ArrayLike | None = None) -> Array:\n x, xp, fp = util.ensure_arraylike(""interp"", x, xp, fp)\n if np.shape(xp) != np.shape(fp) or np.ndim(xp) != 1:\n raise ValueError(""xp and fp must be one-dimensional arrays of equal size"")\n x_arr, xp_arr = util.promote_dtypes_inexact(x, xp)\n fp_arr, = util.promote_dtypes_inexact(fp)\n del x, xp, fp\n\n if isinstance(left, str):\n if left != 'extrapolate':\n raise ValueError(""the only valid string value of `left` is ""\n f""'extrapolate', but got: {left!r}"")\n extrapolate_left = True\n else:\n extrapolate_left = False\n if isinstance(right, str):\n if right != 'extrapolate':\n raise ValueError(""the only valid string value of `right` is ""\n f""'extrapolate', but got: {right!r}"")\n extrapolate_right = True\n else:\n extrapolate_right = False\n\n if dtypes.issubdtype(x_arr.dtype, np.complexfloating):\n raise ValueError(""jnp.interp: complex x values not supported."")\n\n if period is not None:\n if np.ndim(period) != 0:\n raise ValueError(f""period must be a scalar; got {period}"")\n period = ufuncs.abs(period)\n x_arr = x_arr % period\n xp_arr = xp_arr % period\n xp_arr, fp_arr = lax.sort_key_val(xp_arr, fp_arr)\n xp_arr = concatenate([xp_arr[-1:] - period, xp_arr, xp_arr[:1] + period])\n fp_arr = concatenate([fp_arr[-1:], fp_arr, fp_arr[:1]])\n\n i = clip(searchsorted(xp_arr, x_arr, side='right'), 1, len(xp_arr) - 1)\n df = fp_arr[i] - fp_arr[i - 1]\n dx = xp_arr[i] - xp_arr[i - 1]\n delta = x_arr - xp_arr[i - 1]\n\n epsilon = np.spacing(np.finfo(xp_arr.dtype).eps)\n dx0 = lax.abs(dx) <= epsilon # Prevent NaN gradients when `dx` is small.\n f = where(dx0, fp_arr[i - 1], fp_arr[i - 1] + (delta / where(dx0, 1, dx)) * df)\n\n if not extrapolate_left:\n assert not isinstance(left, str)\n left_arr: ArrayLike = fp_arr[0] if left is None else left\n if period is None:\n f = where(x_arr < xp_arr[0], left_arr, f)\n if not extrapolate_right:\n assert not isinstance(right, str)\n right_arr: ArrayLike = fp_arr[-1] if right is None else right\n if period is None:\n f = where(x_arr > xp_arr[-1], right_arr, f)\n\n return f\n\n\n@export\ndef interp(x: ArrayLike, xp: ArrayLike, fp: ArrayLike,\n left: ArrayLike | str | None = None,\n right: ArrayLike | str | None = None,\n period: ArrayLike | None = None) -> Array:\n """"""One-dimensional linear interpolation.\n\n JAX implementation of :func:`numpy.interp`.\n\n Args:\n x: N-dimensional array of x coordinates at which to evaluate the interpolation.\n xp: one-dimensional sorted array of points to be interpolated.\n fp: array of shape ``xp.shape`` containing the function values associated with ``xp``.\n left: specify how to handle points ``x < xp[0]``. Default is to return ``fp[0]``.\n If ``left`` is a scalar value, it will return this value. if ``left`` is the string\n ``""extrapolate""``, then the value will be determined by linear extrapolation.\n ``left`` is ignored if ``period`` is specified.\n right: specify how to handle points ``x > xp[-1]``. Default is to return ``fp[-1]``.\n If ``right`` is a scalar value, it will return this value. if ``right`` is the string\n ``""extrapolate""``, then the value will be determined by linear extrapolation.\n ``right`` is ignored if ``period`` is specified.\n period: optionally specify the period for the *x* coordinates, for e.g. interpolation\n in angular space.\n\n Returns:\n an array of shape ``x.shape`` containing the interpolated function at values ``x``.\n\n Examples:\n >>> xp = jnp.arange(10)\n >>> fp = 2 * xp\n >>> x = jnp.array([0.5, 2.0, 3.5])\n >>> interp(x, xp, fp)\n Array([1., 4., 7.], dtype=float32)\n\n Unless otherwise specified, extrapolation will be constant:\n\n >>> x = jnp.array([-10., 10.])\n >>> interp(x, xp, fp)\n Array([ 0., 18.], dtype=float32)\n\n Use ``""extrapolate""`` mode for linear extrapolation:\n\n >>> interp(x, xp, fp, left='extrapolate', right='extrapolate')\n Array([-20., 20.], dtype=float32)\n\n For periodic interpolation, specify the ``period``:\n\n >>> xp = jnp.array([0, jnp.pi / 2, jnp.pi, 3 * jnp.pi / 2])\n >>> fp = jnp.sin(xp)\n >>> x = 2 * jnp.pi # note: not in input array\n >>> jnp.interp(x, xp, fp, period=2 * jnp.pi)\n Array(0., dtype=float32)\n """"""\n static_argnames = []\n if isinstance(left, str) or left is None:\n static_argnames.append('left')\n if isinstance(right, str) or right is None:\n static_argnames.append('right')\n if period is None:\n static_argnames.append('period')\n jitted_interp = jit(_interp, static_argnames=static_argnames)\n return jitted_interp(x, xp, fp, left, right, period)\n\n\n@overload\ndef where(condition: ArrayLike, x: Literal[None] = None,\n y: Literal[None] = None, /, *, size: int | None = None,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = None\n ) -> tuple[Array, ...]: ...\n\n@overload\ndef where(condition: ArrayLike, x: ArrayLike, y: ArrayLike, / ,*,\n size: int | None = None,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = None\n ) -> Array: ...\n\n@overload\ndef where(condition: ArrayLike, x: ArrayLike | None = None,\n y: ArrayLike | None = None, /, *, size: int | None = None,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = None\n ) -> Array | tuple[Array, ...]: ...\n\n\n@export\ndef where(condition, x=None, y=None, /, *, size=None, fill_value=None):\n """"""Select elements from two arrays based on a condition.\n\n JAX implementation of :func:`numpy.where`.\n\n .. note::\n when only ``condition`` is provided, ``jnp.where(condition)`` is equivalent\n to ``jnp.nonzero(condition)``. For that case, refer to the documentation of\n :func:`jax.numpy.nonzero`. The docstring below focuses on the case where\n ``x`` and ``y`` are specified.\n\n The three-term version of ``jnp.where`` lowers to :func:`jax.lax.select`.\n\n Args:\n condition: boolean array. Must be broadcast-compatible with ``x`` and ``y`` when\n they are specified.\n x: arraylike. Should be broadcast-compatible with ``condition`` and ``y``, and\n typecast-compatible with ``y``.\n y: arraylike. Should be broadcast-compatible with ``condition`` and ``x``, and\n typecast-compatible with ``x``.\n size: integer, only referenced when ``x`` and ``y`` are ``None``. For details,\n see :func:`jax.numpy.nonzero`.\n fill_value: only referenced when ``x`` and ``y`` are ``None``. For details,\n see :func:`jax.numpy.nonzero`.\n\n Returns:\n An array of dtype ``jnp.result_type(x, y)`` with values drawn from ``x`` where ``condition``\n is True, and from ``y`` where condition is ``False``. If ``x`` and ``y`` are ``None``, the\n function behaves differently; see :func:`jax.numpy.nonzero` for a description of the return\n type.\n\n See Also:\n - :func:`jax.numpy.nonzero`\n - :func:`jax.numpy.argwhere`\n - :func:`jax.lax.select`\n\n Notes:\n Special care is needed when the ``x`` or ``y`` input to :func:`jax.numpy.where` could\n have a value of NaN. Specifically, when a gradient is taken with :func:`jax.grad`\n (reverse-mode differentiation), a NaN in either ``x`` or ``y`` will propagate into the\n gradient, regardless of the value of ``condition``. More information on this behavior\n and workarounds is available in the `JAX FAQ\n `_.\n\n Examples:\n When ``x`` and ``y`` are not provided, ``where`` behaves equivalently to\n :func:`jax.numpy.nonzero`:\n\n >>> x = jnp.arange(10)\n >>> jnp.where(x > 4)\n (Array([5, 6, 7, 8, 9], dtype=int32),)\n >>> jnp.nonzero(x > 4)\n (Array([5, 6, 7, 8, 9], dtype=int32),)\n\n When ``x`` and ``y`` are provided, ``where`` selects between them based on\n the specified condition:\n\n >>> jnp.where(x > 4, x, 0)\n Array([0, 0, 0, 0, 0, 5, 6, 7, 8, 9], dtype=int32)\n """"""\n if x is None and y is None:\n util.check_arraylike(""where"", condition)\n return nonzero(condition, size=size, fill_value=fill_value)\n else:\n util.check_arraylike(""where"", condition, x, y)\n if size is not None or fill_value is not None:\n raise ValueError(""size and fill_value arguments cannot be used in ""\n ""three-term where function."")\n if x is None or y is None:\n raise ValueError(""Either both or neither of the x and y arguments ""\n ""should be provided to jax.numpy.where, got ""\n f""{x} and {y}."")\n return util._where(condition, x, y)\n\n\n@export\ndef select(\n condlist: Sequence[ArrayLike],\n choicelist: Sequence[ArrayLike],\n default: ArrayLike = 0,\n) -> Array:\n """"""Select values based on a series of conditions.\n\n JAX implementation of :func:`numpy.select`, implemented in terms\n of :func:`jax.lax.select_n`\n\n Args:\n condlist: sequence of array-like conditions. All entries must be mutually\n broadcast-compatible.\n choicelist: sequence of array-like values to choose. Must have the same length\n as ``condlist``, and all entries must be broadcast-compatible with entries\n of ``condlist``.\n default: value to return when every condition is False (default: 0).\n\n Returns:\n Array of selected values from ``choicelist`` corresponding to the first\n ``True`` entry in ``condlist`` at each location.\n\n See also:\n - :func:`jax.numpy.where`: select between two values based on a single condition.\n - :func:`jax.lax.select_n`: select between *N* values based on an index.\n\n Examples:\n >>> condlist = [\n ... jnp.array([False, True, False, False]),\n ... jnp.array([True, False, False, False]),\n ... jnp.array([False, True, True, False]),\n ... ]\n >>> choicelist = [\n ... jnp.array([1, 2, 3, 4]),\n ... jnp.array([10, 20, 30, 40]),\n ... jnp.array([100, 200, 300, 400]),\n ... ]\n >>> jnp.select(condlist, choicelist, default=0)\n Array([ 10, 2, 300, 0], dtype=int32)\n\n This is logically equivalent to the following nested ``where`` statement:\n\n >>> default = 0\n >>> jnp.where(condlist[0],\n ... choicelist[0],\n ... jnp.where(condlist[1],\n ... choicelist[1],\n ... jnp.where(condlist[2],\n ... choicelist[2],\n ... default)))\n Array([ 10, 2, 300, 0], dtype=int32)\n\n However, for efficiency it is implemented in terms of :func:`jax.lax.select_n`.\n """"""\n if len(condlist) != len(choicelist):\n msg = ""condlist must have length equal to choicelist ({} vs {})""\n raise ValueError(msg.format(len(condlist), len(choicelist)))\n if len(condlist) == 0:\n raise ValueError(""condlist must be non-empty"")\n\n util.check_arraylike(""select"", *condlist, *choicelist, default)\n condlist = [asarray(cond) for cond in condlist]\n choicelist = [asarray(choice) for choice in choicelist]\n default = asarray(default)\n\n # Put the default at front with condition False because\n # argmax returns zero for an array of False values.\n choicelist = util.promote_dtypes(default, *choicelist)\n conditions = stack(broadcast_arrays(False, *condlist))\n idx = argmax(conditions.astype(bool), axis=0)\n return lax.select_n(*broadcast_arrays(idx, *choicelist))\n\n\n@export\ndef bincount(x: ArrayLike, weights: ArrayLike | None = None,\n minlength: int = 0, *, length: int | None = None\n ) -> Array:\n """"""Count the number of occurrences of each value in an integer array.\n\n JAX implementation of :func:`numpy.bincount`.\n\n For an array of non-negative integers ``x``, this function returns an array ``counts``\n of size ``x.max() + 1``, such that ``counts[i]`` contains the number of occurrences\n of the value ``i`` in ``x``.\n\n The JAX version has a few differences from the NumPy version:\n\n - In NumPy, passing an array ``x`` with negative entries will result in an error.\n In JAX, negative values are clipped to zero.\n - JAX adds an optional ``length`` parameter which can be used to statically specify\n the length of the output array so that this function can be used with transformations\n like :func:`jax.jit`. In this case, items larger than `length + 1` will be dropped.\n\n Args:\n x : 1-dimensional array of non-negative integers\n weights: optional array of weights associated with ``x``. If not specified, the\n weight for each entry will be ``1``.\n minlength: the minimum length of the output counts array.\n length: the length of the output counts array. Must be specified statically for\n ``bincount`` to be used with :func:`jax.jit` and other JAX transformations.\n\n Returns:\n An array of counts or summed weights reflecting the number of occurrences of values\n in ``x``.\n\n See Also:\n - :func:`jax.numpy.histogram`\n - :func:`jax.numpy.digitize`\n - :func:`jax.numpy.unique_counts`\n\n Examples:\n Basic bincount:\n\n >>> x = jnp.array([1, 1, 2, 3, 3, 3])\n >>> jnp.bincount(x)\n Array([0, 2, 1, 3], dtype=int32)\n\n Weighted bincount:\n\n >>> weights = jnp.array([1, 2, 3, 4, 5, 6])\n >>> jnp.bincount(x, weights)\n Array([ 0, 3, 3, 15], dtype=int32)\n\n Specifying a static ``length`` makes this jit-compatible:\n\n >>> jit_bincount = jax.jit(jnp.bincount, static_argnames=['length'])\n >>> jit_bincount(x, length=5)\n Array([0, 2, 1, 3, 0], dtype=int32)\n\n Any negative numbers are clipped to the first bin, and numbers beyond the\n specified ``length`` are dropped:\n\n >>> x = jnp.array([-1, -1, 1, 3, 10])\n >>> jnp.bincount(x, length=5)\n Array([2, 1, 0, 1, 0], dtype=int32)\n """"""\n x = util.ensure_arraylike(""bincount"", x)\n if _dtype(x) == bool:\n x = lax.convert_element_type(x, 'int32')\n if not issubdtype(_dtype(x), np.integer):\n raise TypeError(f""x argument to bincount must have an integer type; got {_dtype(x)}"")\n if np.ndim(x) != 1:\n raise ValueError(""only 1-dimensional input supported."")\n minlength = core.concrete_or_error(operator.index, minlength,\n ""The error occurred because of argument 'minlength' of jnp.bincount."")\n if length is None:\n x_arr = core.concrete_or_error(asarray, x,\n ""The error occurred because of argument 'x' of jnp.bincount. ""\n ""To avoid this error, pass a static `length` argument."")\n length = max(minlength, x_arr.size and int(max(0, x_arr.max())) + 1)\n else:\n length = core.concrete_dim_or_error(length,\n ""The error occurred because of argument 'length' of jnp.bincount."")\n if weights is None:\n weights = np.array(1, dtype=dtypes.int_)\n elif np.shape(x) != np.shape(weights):\n raise ValueError(""shape of weights must match shape of x."")\n return zeros(length, _dtype(weights)).at[clip(x, 0)].add(weights, mode='drop')\n\n@overload\ndef broadcast_shapes(*shapes: Sequence[int]) -> tuple[int, ...]: ...\n\n@overload\ndef broadcast_shapes(*shapes: Sequence[int | core.Tracer]\n ) -> tuple[int | core.Tracer, ...]: ...\n\n@export\ndef broadcast_shapes(*shapes):\n """"""Broadcast input shapes to a common output shape.\n\n JAX implementation of :func:`numpy.broadcast_shapes`. JAX uses NumPy-style\n broadcasting rules, which you can read more about at `NumPy broadcasting`_.\n\n Args:\n shapes: 0 or more shapes specified as sequences of integers\n\n Returns:\n The broadcasted shape as a tuple of integers.\n\n See Also:\n - :func:`jax.numpy.broadcast_arrays`: broadcast arrays to a common shape.\n - :func:`jax.numpy.broadcast_to`: broadcast an array to a specified shape.\n\n Examples:\n Some compatible shapes:\n\n >>> jnp.broadcast_shapes((1,), (4,))\n (4,)\n >>> jnp.broadcast_shapes((3, 1), (4,))\n (3, 4)\n >>> jnp.broadcast_shapes((3, 1), (1, 4), (5, 1, 1))\n (5, 3, 4)\n\n Incompatible shapes:\n\n >>> jnp.broadcast_shapes((3, 1), (4, 1)) # doctest: +IGNORE_EXCEPTION_DETAIL\n Traceback (most recent call last):\n ValueError: Incompatible shapes for broadcasting: shapes=[(3, 1), (4, 1)]\n\n .. _NumPy broadcasting: https://numpy.org/doc/stable/user/basics.broadcasting.html\n """"""\n if not shapes:\n return ()\n shapes = [(shape,) if np.ndim(shape) == 0 else tuple(shape) for shape in shapes]\n return lax.broadcast_shapes(*shapes)\n\n\n@export\ndef broadcast_arrays(*args: ArrayLike) -> list[Array]:\n """"""Broadcast arrays to a common shape.\n\n JAX implementation of :func:`numpy.broadcast_arrays`. JAX uses NumPy-style\n broadcasting rules, which you can read more about at `NumPy broadcasting`_.\n\n Args:\n args: zero or more array-like objects to be broadcasted.\n\n Returns:\n a list of arrays containing broadcasted copies of the inputs.\n\n See also:\n - :func:`jax.numpy.broadcast_shapes`: broadcast input shapes to a common shape.\n - :func:`jax.numpy.broadcast_to`: broadcast an array to a specified shape.\n\n Examples:\n\n >>> x = jnp.arange(3)\n >>> y = jnp.int32(1)\n >>> jnp.broadcast_arrays(x, y)\n [Array([0, 1, 2], dtype=int32), Array([1, 1, 1], dtype=int32)]\n\n >>> x = jnp.array([[1, 2, 3]])\n >>> y = jnp.array([[10],\n ... [20]])\n >>> x2, y2 = jnp.broadcast_arrays(x, y)\n >>> x2\n Array([[1, 2, 3],\n [1, 2, 3]], dtype=int32)\n >>> y2\n Array([[10, 10, 10],\n [20, 20, 20]], dtype=int32)\n\n .. _NumPy broadcasting: https://numpy.org/doc/stable/user/basics.broadcasting.html\n """"""\n args = util.ensure_arraylike_tuple(""broadcast_arrays"", args)\n return util._broadcast_arrays(*args)\n\n\n@export\ndef broadcast_to(array: ArrayLike, shape: DimSize | Shape,\n *, out_sharding: NamedSharding | P | None = None) -> Array:\n """"""Broadcast an array to a specified shape.\n\n JAX implementation of :func:`numpy.broadcast_to`. JAX uses NumPy-style\n broadcasting rules, which you can read more about at `NumPy broadcasting`_.\n\n Args:\n array: array to be broadcast.\n shape: shape to which the array will be broadcast.\n\n Returns:\n a copy of array broadcast to the specified shape.\n\n See also:\n - :func:`jax.numpy.broadcast_arrays`: broadcast arrays to a common shape.\n - :func:`jax.numpy.broadcast_shapes`: broadcast input shapes to a common shape.\n\n Examples:\n >>> x = jnp.int32(1)\n >>> jnp.broadcast_to(x, (1, 4))\n Array([[1, 1, 1, 1]], dtype=int32)\n\n >>> x = jnp.array([1, 2, 3])\n >>> jnp.broadcast_to(x, (2, 3))\n Array([[1, 2, 3],\n [1, 2, 3]], dtype=int32)\n\n >>> x = jnp.array([[2], [4]])\n >>> jnp.broadcast_to(x, (2, 4))\n Array([[2, 2, 2, 2],\n [4, 4, 4, 4]], dtype=int32)\n\n .. _NumPy broadcasting: https://numpy.org/doc/stable/user/basics.broadcasting.html\n """"""\n return util._broadcast_to(array, shape, sharding=out_sharding)\n\n\ndef _split(op: str, ary: ArrayLike,\n indices_or_sections: int | Sequence[int] | ArrayLike,\n axis: int = 0) -> list[Array]:\n ary = util.ensure_arraylike(op, ary)\n axis = core.concrete_or_error(operator.index, axis, f""in jax.numpy.{op} argument `axis`"")\n size = ary.shape[axis]\n if (isinstance(indices_or_sections, (tuple, list)) or\n isinstance(indices_or_sections, (np.ndarray, Array)) and\n indices_or_sections.ndim > 0):\n split_indices = np.asarray([0] + [\n core.concrete_dim_or_error(i_s, f""in jax.numpy.{op} argument 1"")\n for i_s in indices_or_sections] + [size])\n sizes = list(np.diff(split_indices))\n else:\n if core.is_symbolic_dim(indices_or_sections):\n raise ValueError(f""jax.numpy.{op} with a symbolic number of sections is ""\n ""not supported"")\n num_sections: int = core.concrete_or_error(int, indices_or_sections,\n f""in jax.numpy.{op} argument 1"")\n part_size, r = divmod(size, num_sections)\n if r == 0:\n sizes = [part_size] * num_sections\n elif op == ""array_split"":\n sizes = [(part_size + 1)] * r + [part_size] * (num_sections - r)\n else:\n raise ValueError(f""array split does not result in an equal division: rest is {r}"")\n sizes = [i if core.is_symbolic_dim(i) else np.int64(i)\n for i in sizes]\n return list(lax.split(ary, sizes, axis=axis))\n\n\n@export\ndef split(ary: ArrayLike, indices_or_sections: int | Sequence[int] | ArrayLike,\n axis: int = 0) -> list[Array]:\n """"""Split an array into sub-arrays.\n\n JAX implementation of :func:`numpy.split`.\n\n Args:\n ary: N-dimensional array-like object to split\n indices_or_sections: either a single integer or a sequence of indices.\n\n - if ``indices_or_sections`` is an integer *N*, then *N* must evenly divide\n ``ary.shape[axis]`` and ``ary`` will be divided into *N* equally-sized\n chunks along ``axis``.\n - if ``indices_or_sections`` is a sequence of integers, then these integers\n specify the boundary between unevenly-sized chunks along ``axis``; see\n examples below.\n\n axis: the axis along which to split; defaults to 0.\n\n Returns:\n A list of arrays. If ``indices_or_sections`` is an integer *N*, then the list is\n of length *N*. If ``indices_or_sections`` is a sequence *seq*, then the list is\n is of length *len(seq) + 1*.\n\n Examples:\n Splitting a 1-dimensional array:\n\n >>> x = jnp.array([1, 2, 3, 4, 5, 6, 7, 8, 9])\n\n Split into three equal sections:\n\n >>> chunks = jnp.split(x, 3)\n >>> print(*chunks)\n [1 2 3] [4 5 6] [7 8 9]\n\n Split into sections by index:\n\n >>> chunks = jnp.split(x, [2, 7]) # [x[0:2], x[2:7], x[7:]]\n >>> print(*chunks)\n [1 2] [3 4 5 6 7] [8 9]\n\n Splitting a two-dimensional array along axis 1:\n\n >>> x = jnp.array([[1, 2, 3, 4],\n ... [5, 6, 7, 8]])\n >>> x1, x2 = jnp.split(x, 2, axis=1)\n >>> print(x1)\n [[1 2]\n [5 6]]\n >>> print(x2)\n [[3 4]\n [7 8]]\n\n See also:\n - :func:`jax.numpy.array_split`: like ``split``, but allows ``indices_or_sections``\n to be an integer that does not evenly divide the size of the array.\n - :func:`jax.numpy.vsplit`: split vertically, i.e. along axis=0\n - :func:`jax.numpy.hsplit`: split horizontally, i.e. along axis=1\n - :func:`jax.numpy.dsplit`: split depth-wise, i.e. along axis=2\n """"""\n return _split(""split"", ary, indices_or_sections, axis=axis)\n\n\n@export\ndef vsplit(ary: ArrayLike, indices_or_sections: int | Sequence[int] | ArrayLike) -> list[Array]:\n """"""Split an array into sub-arrays vertically.\n\n JAX implementation of :func:`numpy.vsplit`.\n\n Refer to the documentation of :func:`jax.numpy.split` for details; ``vsplit`` is\n equivalent to ``split`` with ``axis=0``.\n\n Examples:\n 1D array:\n\n >>> x = jnp.array([1, 2, 3, 4, 5, 6])\n >>> x1, x2 = jnp.vsplit(x, 2)\n >>> print(x1, x2)\n [1 2 3] [4 5 6]\n\n 2D array:\n\n >>> x = jnp.array([[1, 2, 3, 4],\n ... [5, 6, 7, 8]])\n >>> x1, x2 = jnp.vsplit(x, 2)\n >>> print(x1, x2)\n [[1 2 3 4]] [[5 6 7 8]]\n\n See also:\n - :func:`jax.numpy.split`: split an array along any axis.\n - :func:`jax.numpy.hsplit`: split horizontally, i.e. along axis=1\n - :func:`jax.numpy.dsplit`: split depth-wise, i.e. along axis=2\n - :func:`jax.numpy.array_split`: like ``split``, but allows ``indices_or_sections``\n to be an integer that does not evenly divide the size of the array.\n """"""\n return _split(""vsplit"", ary, indices_or_sections, axis=0)\n\n\n@export\ndef hsplit(ary: ArrayLike, indices_or_sections: int | Sequence[int] | ArrayLike) -> list[Array]:\n """"""Split an array into sub-arrays horizontally.\n\n JAX implementation of :func:`numpy.hsplit`.\n\n Refer to the documentation of :func:`jax.numpy.split` for details. ``hsplit`` is\n equivalent to ``split`` with ``axis=1``, or ``axis=0`` for one-dimensional arrays.\n\n Examples:\n 1D array:\n\n >>> x = jnp.array([1, 2, 3, 4, 5, 6])\n >>> x1, x2 = jnp.hsplit(x, 2)\n >>> print(x1, x2)\n [1 2 3] [4 5 6]\n\n 2D array:\n\n >>> x = jnp.array([[1, 2, 3, 4],\n ... [5, 6, 7, 8]])\n >>> x1, x2 = jnp.hsplit(x, 2)\n >>> print(x1)\n [[1 2]\n [5 6]]\n >>> print(x2)\n [[3 4]\n [7 8]]\n\n See also:\n - :func:`jax.numpy.split`: split an array along any axis.\n - :func:`jax.numpy.vsplit`: split vertically, i.e. along axis=0\n - :func:`jax.numpy.dsplit`: split depth-wise, i.e. along axis=2\n - :func:`jax.numpy.array_split`: like ``split``, but allows ``indices_or_sections``\n to be an integer that does not evenly divide the size of the array.\n """"""\n a = util.ensure_arraylike(""hsplit"", ary)\n return _split(""hsplit"", a, indices_or_sections, axis=0 if a.ndim == 1 else 1)\n\n\n@export\ndef dsplit(ary: ArrayLike, indices_or_sections: int | Sequence[int] | ArrayLike) -> list[Array]:\n """"""Split an array into sub-arrays depth-wise.\n\n JAX implementation of :func:`numpy.dsplit`.\n\n Refer to the documentation of :func:`jax.numpy.split` for details. ``dsplit`` is\n equivalent to ``split`` with ``axis=2``.\n\n Examples:\n\n >>> x = jnp.arange(12).reshape(3, 1, 4)\n >>> print(x)\n [[[ 0 1 2 3]]\n \n [[ 4 5 6 7]]\n \n [[ 8 9 10 11]]]\n >>> x1, x2 = jnp.dsplit(x, 2)\n >>> print(x1)\n [[[0 1]]\n \n [[4 5]]\n \n [[8 9]]]\n >>> print(x2)\n [[[ 2 3]]\n \n [[ 6 7]]\n \n [[10 11]]]\n\n See also:\n - :func:`jax.numpy.split`: split an array along any axis.\n - :func:`jax.numpy.vsplit`: split vertically, i.e. along axis=0\n - :func:`jax.numpy.hsplit`: split horizontally, i.e. along axis=1\n - :func:`jax.numpy.array_split`: like ``split``, but allows ``indices_or_sections``\n to be an integer that does not evenly divide the size of the array.\n """"""\n return _split(""dsplit"", ary, indices_or_sections, axis=2)\n\n\n@export\ndef array_split(ary: ArrayLike, indices_or_sections: int | Sequence[int] | ArrayLike,\n axis: int = 0) -> list[Array]:\n """"""Split an array into sub-arrays.\n\n JAX implementation of :func:`numpy.array_split`.\n\n Refer to the documentation of :func:`jax.numpy.split` for details; ``array_split``\n is equivalent to ``split``, but allows integer ``indices_or_sections`` which does\n not evenly divide the split axis.\n\n Examples:\n >>> x = jnp.array([1, 2, 3, 4, 5, 6, 7, 8, 9])\n >>> chunks = jnp.array_split(x, 4)\n >>> print(*chunks)\n [1 2 3] [4 5] [6 7] [8 9]\n\n See also:\n - :func:`jax.numpy.split`: split an array along any axis.\n - :func:`jax.numpy.vsplit`: split vertically, i.e. along axis=0\n - :func:`jax.numpy.hsplit`: split horizontally, i.e. along axis=1\n - :func:`jax.numpy.dsplit`: split depth-wise, i.e. along axis=2\n """"""\n return _split(""array_split"", ary, indices_or_sections, axis=axis)\n\n\n@export\n@jit\ndef clip(\n arr: ArrayLike | None = None,\n /,\n min: ArrayLike | None = None,\n max: ArrayLike | None = None,\n *,\n a: ArrayLike | DeprecatedArg = DeprecatedArg(),\n a_min: ArrayLike | None | DeprecatedArg = DeprecatedArg(),\n a_max: ArrayLike | None | DeprecatedArg = DeprecatedArg()\n) -> Array:\n """"""Clip array values to a specified range.\n\n JAX implementation of :func:`numpy.clip`.\n\n Args:\n arr: N-dimensional array to be clipped.\n min: optional minimum value of the clipped range; if ``None`` (default) then\n result will not be clipped to any minimum value. If specified, it should be\n broadcast-compatible with ``arr`` and ``max``.\n max: optional maximum value of the clipped range; if ``None`` (default) then\n result will not be clipped to any maximum value. If specified, it should be\n broadcast-compatible with ``arr`` and ``min``.\n a: deprecated alias of the ``arr`` argument. Will result in a\n :class:`DeprecationWarning` if used.\n a_min: deprecated alias of the ``min`` argument. Will result in a\n :class:`DeprecationWarning` if used.\n a_max: deprecated alias of the ``max`` argument. Will result in a\n :class:`DeprecationWarning` if used.\n\n Returns:\n An array containing values from ``arr``, with values smaller than ``min`` set\n to ``min``, and values larger than ``max`` set to ``max``.\n Wherever ``min`` is larger than ``max``, the value of ``max`` is returned.\n\n See also:\n - :func:`jax.numpy.minimum`: Compute the element-wise minimum value of two arrays.\n - :func:`jax.numpy.maximum`: Compute the element-wise maximum value of two arrays.\n\n Examples:\n >>> arr = jnp.array([0, 1, 2, 3, 4, 5, 6, 7])\n >>> jnp.clip(arr, 2, 5)\n Array([2, 2, 2, 3, 4, 5, 5, 5], dtype=int32)\n """"""\n # TODO(micky774): deprecated 2024-4-2, remove after deprecation expires.\n arr = a if not isinstance(a, DeprecatedArg) else arr\n if arr is None:\n raise ValueError(""No input was provided to the clip function."")\n min = a_min if not isinstance(a_min, DeprecatedArg) else min\n max = a_max if not isinstance(a_max, DeprecatedArg) else max\n if any(not isinstance(t, DeprecatedArg) for t in (a, a_min, a_max)):\n deprecations.warn(\n ""jax-numpy-clip-args"",\n (""Passing arguments 'a', 'a_min' or 'a_max' to jax.numpy.clip is ""\n ""deprecated. Please use 'arr', 'min' or 'max' respectively instead.""),\n stacklevel=2,\n )\n\n util.check_arraylike(""clip"", arr)\n if any(iscomplexobj(t) for t in (arr, min, max)):\n raise ValueError(\n ""Clip received a complex value either through the input or the min/max ""\n ""keywords. Complex values have no ordering and cannot be clipped. ""\n ""Please convert to a real value or array by taking the real or ""\n ""imaginary components via jax.numpy.real/imag respectively."")\n if min is not None:\n arr = ufuncs.maximum(min, arr)\n if max is not None:\n arr = ufuncs.minimum(max, arr) # type: ignore\n return asarray(arr)\n\n\n@export\n@partial(jit, static_argnames=('decimals',))\ndef round(a: ArrayLike, decimals: int = 0, out: None = None) -> Array:\n """"""Round input evenly to the given number of decimals.\n\n JAX implementation of :func:`numpy.round`.\n\n Args:\n a: input array or scalar.\n decimals: int, default=0. Number of decimal points to which the input needs\n to be rounded. It must be specified statically. Not implemented for\n ``decimals < 0``.\n out: Unused by JAX.\n\n Returns:\n An array containing the rounded values to the specified ``decimals`` with\n same shape and dtype as ``a``.\n\n Note:\n ``jnp.round`` rounds to the nearest even integer for the values exactly halfway\n between rounded decimal values.\n\n See also:\n - :func:`jax.numpy.floor`: Rounds the input to the nearest integer downwards.\n - :func:`jax.numpy.ceil`: Rounds the input to the nearest integer upwards.\n - :func:`jax.numpy.fix` and :func:numpy.trunc`: Rounds the input to the\n nearest integer towards zero.\n\n Examples:\n >>> x = jnp.array([1.532, 3.267, 6.149])\n >>> jnp.round(x)\n Array([2., 3., 6.], dtype=float32)\n >>> jnp.round(x, decimals=2)\n Array([1.53, 3.27, 6.15], dtype=float32)\n\n For values exactly halfway between rounded values:\n\n >>> x1 = jnp.array([10.5, 21.5, 12.5, 31.5])\n >>> jnp.round(x1)\n Array([10., 22., 12., 32.], dtype=float32)\n """"""\n a = util.ensure_arraylike(""round"", a)\n decimals = core.concrete_or_error(operator.index, decimals, ""'decimals' argument of jnp.round"")\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.round is not supported."")\n dtype = _dtype(a)\n if issubdtype(dtype, np.integer):\n if decimals < 0:\n raise NotImplementedError(\n ""integer np.round not implemented for decimals < 0"")\n return a # no-op on integer types\n\n def _round_float(x: ArrayLike) -> Array:\n if decimals == 0:\n return lax.round(x, lax.RoundingMethod.TO_NEAREST_EVEN)\n\n # TODO(phawkins): the strategy of rescaling the value isn't necessarily a\n # good one since we may be left with an incorrectly rounded value at the\n # end due to precision problems. As a workaround for float16, convert to\n # float32,\n x = lax.convert_element_type(x, np.float32) if dtype == np.float16 else x\n factor = _lax_const(x, 10 ** decimals)\n out = lax.div(lax.round(lax.mul(x, factor),\n lax.RoundingMethod.TO_NEAREST_EVEN), factor)\n return lax.convert_element_type(out, dtype) if dtype == np.float16 else out\n\n if issubdtype(dtype, np.complexfloating):\n return lax.complex(_round_float(lax.real(a)), _round_float(lax.imag(a)))\n else:\n return _round_float(a)\n\n\n@export\n@partial(jit, static_argnames=('decimals',))\ndef around(a: ArrayLike, decimals: int = 0, out: None = None) -> Array:\n """"""Alias of :func:`jax.numpy.round`""""""\n return round(a, decimals, out)\n\n\n@export\n@jit\ndef fix(x: ArrayLike, out: None = None) -> Array:\n """"""Round input to the nearest integer towards zero.\n\n JAX implementation of :func:`numpy.fix`.\n\n Args:\n x: input array.\n out: unused by JAX.\n\n Returns:\n An array with same shape and dtype as ``x`` containing the rounded values.\n\n See also:\n - :func:`jax.numpy.trunc`: Rounds the input to nearest integer towards zero.\n - :func:`jax.numpy.ceil`: Rounds the input up to the nearest integer.\n - :func:`jax.numpy.floor`: Rounds the input down to the nearest integer.\n\n Examples:\n >>> key = jax.random.key(0)\n >>> x = jax.random.uniform(key, (3, 3), minval=-5, maxval=5)\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(x)\n [[ 4.48 4.79 -1.68]\n [-0.31 0.7 -3.34]\n [-1.9 1.89 2.47]]\n >>> jnp.fix(x)\n Array([[ 4., 4., -1.],\n [-0., 0., -3.],\n [-1., 1., 2.]], dtype=float32)\n """"""\n x = util.ensure_arraylike(""fix"", x)\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.fix is not supported."")\n zero = _lax_const(x, 0)\n return where(lax.ge(x, zero), ufuncs.floor(x), ufuncs.ceil(x))\n\n\n@export\n@jit\ndef nan_to_num(x: ArrayLike, copy: bool = True, nan: ArrayLike = 0.0,\n posinf: ArrayLike | None = None,\n neginf: ArrayLike | None = None) -> Array:\n """"""Replace NaN and infinite entries in an array.\n\n JAX implementation of :func:`numpy.nan_to_num`.\n\n Args:\n x: array of values to be replaced. If it does not have an inexact\n dtype it will be returned unmodified.\n copy: unused by JAX\n nan: value to substitute for NaN entries. Defaults to 0.0.\n posinf: value to substitute for positive infinite entries.\n Defaults to the maximum representable value.\n neginf: value to substitute for positive infinite entries.\n Defaults to the minimum representable value.\n\n Returns:\n A copy of ``x`` with the requested substitutions.\n\n See also:\n - :func:`jax.numpy.isnan`: return True where the array contains NaN\n - :func:`jax.numpy.isposinf`: return True where the array contains +inf\n - :func:`jax.numpy.isneginf`: return True where the array contains -inf\n\n Examples:\n >>> x = jnp.array([0, jnp.nan, 1, jnp.inf, 2, -jnp.inf])\n\n Default substitution values:\n\n >>> jnp.nan_to_num(x)\n Array([ 0.0000000e+00, 0.0000000e+00, 1.0000000e+00, 3.4028235e+38,\n 2.0000000e+00, -3.4028235e+38], dtype=float32)\n\n Overriding substitutions for ``-inf`` and ``+inf``:\n\n >>> jnp.nan_to_num(x, posinf=999, neginf=-999)\n Array([ 0., 0., 1., 999., 2., -999.], dtype=float32)\n\n If you only wish to substitute for NaN values while leaving ``inf`` values\n untouched, using :func:`~jax.numpy.where` with :func:`jax.numpy.isnan` is\n a better option:\n\n >>> jnp.where(jnp.isnan(x), 0, x)\n Array([ 0., 0., 1., inf, 2., -inf], dtype=float32)\n """"""\n del copy\n x = util.ensure_arraylike(""nan_to_num"", x)\n dtype = _dtype(x)\n if not issubdtype(dtype, np.inexact):\n return x\n if issubdtype(dtype, np.complexfloating):\n return lax.complex(\n nan_to_num(lax.real(x), nan=nan, posinf=posinf, neginf=neginf),\n nan_to_num(lax.imag(x), nan=nan, posinf=posinf, neginf=neginf))\n info = finfo(dtypes.canonicalize_dtype(dtype))\n posinf = info.max if posinf is None else posinf\n neginf = info.min if neginf is None else neginf\n out = where(ufuncs.isnan(x), asarray(nan, dtype=dtype), x)\n out = where(ufuncs.isposinf(out), asarray(posinf, dtype=dtype), out)\n out = where(ufuncs.isneginf(out), asarray(neginf, dtype=dtype), out)\n return out\n\n\n@export\n@partial(jit, static_argnames=('equal_nan',))\ndef allclose(a: ArrayLike, b: ArrayLike, rtol: ArrayLike = 1e-05,\n atol: ArrayLike = 1e-08, equal_nan: bool = False) -> Array:\n r""""""Check if two arrays are element-wise approximately equal within a tolerance.\n\n JAX implementation of :func:`numpy.allclose`.\n\n Essentially this function evaluates the following condition:\n\n .. math::\n\n |a - b| \le \mathtt{atol} + \mathtt{rtol} * |b|\n\n ``jnp.inf`` in ``a`` will be considered equal to ``jnp.inf`` in ``b``.\n\n Args:\n a: first input array to compare.\n b: second input array to compare.\n rtol: relative tolerance used for approximate equality. Default = 1e-05.\n atol: absolute tolerance used for approximate equality. Default = 1e-08.\n equal_nan: Boolean. If ``True``, NaNs in ``a`` will be considered\n equal to NaNs in ``b``. Default is ``False``.\n\n Returns:\n Boolean scalar array indicating whether the input arrays are element-wise\n approximately equal within the specified tolerances.\n\n See Also:\n - :func:`jax.numpy.isclose`\n - :func:`jax.numpy.equal`\n\n Examples:\n >>> jnp.allclose(jnp.array([1e6, 2e6, 3e6]), jnp.array([1e6, 2e6, 3e7]))\n Array(False, dtype=bool)\n >>> jnp.allclose(jnp.array([1e6, 2e6, 3e6]),\n ... jnp.array([1.00008e6, 2.00008e7, 3.00008e8]), rtol=1e3)\n Array(True, dtype=bool)\n >>> jnp.allclose(jnp.array([1e6, 2e6, 3e6]),\n ... jnp.array([1.00001e6, 2.00002e6, 3.00009e6]), atol=1e3)\n Array(True, dtype=bool)\n >>> jnp.allclose(jnp.array([jnp.nan, 1, 2]),\n ... jnp.array([jnp.nan, 1, 2]), equal_nan=True)\n Array(True, dtype=bool)\n """"""\n util.check_arraylike(""allclose"", a, b)\n return reductions.all(isclose(a, b, rtol, atol, equal_nan))\n\n\n@export\ndef nonzero(a: ArrayLike, *, size: int | None = None,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = None\n ) -> tuple[Array, ...]:\n """"""Return indices of nonzero elements of an array.\n\n JAX implementation of :func:`numpy.nonzero`.\n\n Because the size of the output of ``nonzero`` is data-dependent, the function\n is not compatible with JIT and other transformations. The JAX version adds\n the optional ``size`` argument which must be specified statically for\n ``jnp.nonzero`` to be used within JAX's transformations.\n\n Args:\n a: N-dimensional array.\n size: optional static integer specifying the number of nonzero entries to\n return. If there are more nonzero elements than the specified ``size``,\n then indices will be truncated at the end. If there are fewer nonzero\n elements than the specified size, then indices will be padded with\n ``fill_value``, which defaults to zero.\n fill_value: optional padding value when ``size`` is specified. Defaults to 0.\n\n Returns:\n Tuple of JAX Arrays of length ``a.ndim``, containing the indices of each\n nonzero value.\n\n See also:\n - :func:`jax.numpy.flatnonzero`\n - :func:`jax.numpy.where`\n\n Examples:\n\n One-dimensional array returns a length-1 tuple of indices:\n\n >>> x = jnp.array([0, 5, 0, 6, 0, 7])\n >>> jnp.nonzero(x)\n (Array([1, 3, 5], dtype=int32),)\n\n Two-dimensional array returns a length-2 tuple of indices:\n\n >>> x = jnp.array([[0, 5, 0],\n ... [6, 0, 7]])\n >>> jnp.nonzero(x)\n (Array([0, 1, 1], dtype=int32), Array([1, 0, 2], dtype=int32))\n\n In either case, the resulting tuple of indices can be used directly to extract\n the nonzero values:\n\n >>> indices = jnp.nonzero(x)\n >>> x[indices]\n Array([5, 6, 7], dtype=int32)\n\n The output of ``nonzero`` has a dynamic shape, because the number of returned\n indices depends on the contents of the input array. As such, it is incompatible\n with JIT and other JAX transformations:\n\n >>> x = jnp.array([0, 5, 0, 6, 0, 7])\n >>> jax.jit(jnp.nonzero)(x) # doctest: +IGNORE_EXCEPTION_DETAIL\n Traceback (most recent call last):\n ...\n ConcretizationTypeError: Abstract tracer value encountered where concrete value is expected: traced array with shape int32[].\n The size argument of jnp.nonzero must be statically specified to use jnp.nonzero within JAX transformations.\n\n This can be addressed by passing a static ``size`` parameter to specify the\n desired output shape:\n\n >>> nonzero_jit = jax.jit(jnp.nonzero, static_argnames='size')\n >>> nonzero_jit(x, size=3)\n (Array([1, 3, 5], dtype=int32),)\n\n If ``size`` does not match the true size, the result will be either truncated or padded:\n\n >>> nonzero_jit(x, size=2) # size < 3: indices are truncated\n (Array([1, 3], dtype=int32),)\n >>> nonzero_jit(x, size=5) # size > 3: indices are padded with zeros.\n (Array([1, 3, 5, 0, 0], dtype=int32),)\n\n You can specify a custom fill value for the padding using the ``fill_value`` argument:\n\n >>> nonzero_jit(x, size=5, fill_value=len(x))\n (Array([1, 3, 5, 6, 6], dtype=int32),)\n """"""\n arr = util.ensure_arraylike(""nonzero"", a)\n del a\n if np.ndim(arr) == 0:\n raise ValueError(""Calling nonzero on 0d arrays is not allowed. ""\n ""Use jnp.atleast_1d(scalar).nonzero() instead."")\n mask = arr if arr.dtype == bool else (arr != 0)\n calculated_size_ = mask.sum() if size is None else size\n calculated_size: int = core.concrete_dim_or_error(calculated_size_,\n ""The size argument of jnp.nonzero must be statically specified ""\n ""to use jnp.nonzero within JAX transformations."")\n if arr.size == 0 or calculated_size == 0:\n return tuple(zeros(calculated_size, int) for dim in arr.shape)\n flat_indices = reductions.cumsum(\n bincount(reductions.cumsum(mask), length=calculated_size))\n strides: np.ndarray = (np.cumprod(arr.shape[::-1])[::-1] // arr.shape).astype(flat_indices.dtype)\n out = tuple((flat_indices // stride) % size for stride, size in zip(strides, arr.shape))\n if fill_value is not None:\n fill_value_tup = fill_value if isinstance(fill_value, tuple) else arr.ndim * (fill_value,)\n if any(np.shape(val) != () for val in fill_value_tup):\n raise ValueError(f""fill_value must be a scalar or a tuple of length {arr.ndim}; got {fill_value}"")\n fill_mask = arange(calculated_size) >= mask.sum()\n out = tuple(where(fill_mask, fval, entry) for fval, entry in safe_zip(fill_value_tup, out))\n return out\n\n\n@export\ndef flatnonzero(a: ArrayLike, *, size: int | None = None,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = None) -> Array:\n """"""Return indices of nonzero elements in a flattened array\n\n JAX implementation of :func:`numpy.flatnonzero`.\n\n ``jnp.flatnonzero(x)`` is equivalent to ``nonzero(ravel(a))[0]``. For a full\n discussion of the parameters to this function, refer to :func:`jax.numpy.nonzero`.\n\n Args:\n a: N-dimensional array.\n size: optional static integer specifying the number of nonzero entries to\n return. See :func:`jax.numpy.nonzero` for more discussion of this parameter.\n fill_value: optional padding value when ``size`` is specified. Defaults to 0.\n See :func:`jax.numpy.nonzero` for more discussion of this parameter.\n\n Returns:\n Array containing the indices of each nonzero value in the flattened array.\n\n See Also:\n - :func:`jax.numpy.nonzero`\n - :func:`jax.numpy.where`\n\n Examples:\n >>> x = jnp.array([[0, 5, 0],\n ... [6, 0, 8]])\n >>> jnp.flatnonzero(x)\n Array([1, 3, 5], dtype=int32)\n\n This is equivalent to calling :func:`~jax.numpy.nonzero` on the flattened\n array, and extracting the first entry in the resulting tuple:\n\n >>> jnp.nonzero(x.ravel())[0]\n Array([1, 3, 5], dtype=int32)\n\n The returned indices can be used to extract nonzero entries from the\n flattened array:\n\n >>> indices = jnp.flatnonzero(x)\n >>> x.ravel()[indices]\n Array([5, 6, 8], dtype=int32)\n """"""\n return nonzero(ravel(a), size=size, fill_value=fill_value)[0]\n\n\n@export\n@partial(jit, static_argnames=('axis',))\ndef unwrap(p: ArrayLike, discont: ArrayLike | None = None,\n axis: int = -1, period: ArrayLike = 2 * np.pi) -> Array:\n """"""Unwrap a periodic signal.\n\n JAX implementation of :func:`numpy.unwrap`.\n\n Args:\n p: input array\n discont: the maximum allowable discontinuity in the sequence. The\n default is ``period / 2``\n axis: the axis along which to unwrap; defaults to -1\n period: the period of the signal, which defaults to :math:`2\\pi`\n\n Returns:\n An unwrapped copy of ``p``.\n\n Examples:\n Consider a situation in which you are making measurements of the position of\n a rotating disk via the ``x`` and ``y`` locations of some point on that disk.\n The underlying variable is an always-increating angle which we'll generate\n this way, using degrees for ease of representation:\n\n >>> rng = np.random.default_rng(0)\n >>> theta = rng.integers(0, 90, size=(20,)).cumsum()\n >>> theta\n array([ 76, 133, 179, 203, 230, 233, 239, 240, 255, 328, 386, 468, 513,\n 567, 654, 719, 775, 823, 873, 957])\n\n Our observations of this angle are the ``x`` and ``y`` coordinates, given by\n the sine and cosine of this underlying angle:\n\n >>> x, y = jnp.sin(jnp.deg2rad(theta)), jnp.cos(jnp.deg2rad(theta))\n\n Now, say that given these ``x`` and ``y`` coordinates, we wish to recover\n the original angle ``theta``. We might do this via the :func:`atan2` function:\n\n >>> theta_out = jnp.rad2deg(jnp.atan2(x, y)).round()\n >>> theta_out\n Array([ 76., 133., 179., -157., -130., -127., -121., -120., -105.,\n -32., 26., 108., 153., -153., -66., -1., 55., 103.,\n 153., -123.], dtype=float32)\n\n The first few values match the input angle ``theta`` above, but after this the\n values are wrapped because the ``sin`` and ``cos`` observations obscure the phase\n information. The purpose of the :func:`unwrap` function is to recover the original\n signal from this wrapped view of it:\n\n >>> jnp.unwrap(theta_out, period=360)\n Array([ 76., 133., 179., 203., 230., 233., 239., 240., 255., 328., 386.,\n 468., 513., 567., 654., 719., 775., 823., 873., 957.], dtype=float32)\n\n It does this by assuming that the true underlying sequence does not differ by more than\n ``discont`` (which defaults to ``period / 2``) within a single step, and when it encounters\n a larger discontinuity it adds factors of the period to the data. For periodic signals\n that satisfy this assumption, :func:`unwrap` can recover the original phased signal.\n """"""\n p = util.ensure_arraylike(""unwrap"", p)\n if issubdtype(p.dtype, np.complexfloating):\n raise ValueError(""jnp.unwrap does not support complex inputs."")\n if p.shape[axis] == 0:\n return util.promote_dtypes_inexact(p)[0]\n if discont is None:\n discont = period / 2\n interval = period / 2\n dd = diff(p, axis=axis)\n ddmod = ufuncs.mod(dd + interval, period) - interval\n ddmod = where((ddmod == -interval) & (dd > 0), interval, ddmod)\n\n ph_correct = where(ufuncs.abs(dd) < discont, 0, ddmod - dd)\n\n up = concatenate((\n lax.slice_in_dim(p, 0, 1, axis=axis),\n lax.slice_in_dim(p, 1, None, axis=axis) + reductions.cumsum(ph_correct, axis=axis)\n ), axis=axis)\n\n return up\n\n\n### Padding\n\nPadValueLike = Union[T, Sequence[T], Sequence[Sequence[T]]]\nPadValue = tuple[tuple[T, T], ...]\n\nclass PadStatFunc(Protocol):\n def __call__(self, array: ArrayLike, /, *,\n axis: int | None = None,\n keepdims: bool = False) -> Array: ...\n\n\ndef _broadcast_to_pairs(nvals: PadValueLike, nd: int, name: str) -> PadValue:\n try:\n nvals = np.asarray(tree_map(\n lambda x: core.concrete_or_error(None, x, context=f""{name} argument of jnp.pad""),\n nvals))\n except ValueError as e:\n # In numpy 1.24\n if ""array has an inhomogeneous shape"" in str(e):\n raise TypeError(f'`{name}` entries must be the same shape: {nvals}') from e\n raise\n\n def as_scalar_dim(v):\n if core.is_dim(v) or not np.shape(v):\n return v\n else:\n raise TypeError(f'`{name}` entries must be the same shape: {nvals}')\n\n if nvals.shape == (nd, 2):\n # ((before_1, after_1), ..., (before_N, after_N))\n return tuple((as_scalar_dim(nval[0]), as_scalar_dim(nval[1])) for nval in nvals)\n elif nvals.shape == (1, 2):\n # ((before, after),)\n v1_2 = as_scalar_dim(nvals[0, 0]), as_scalar_dim(nvals[0, 1])\n return tuple(v1_2 for i in range(nd))\n elif nvals.shape == (2,):\n # (before, after) (not in the numpy docstring but works anyway)\n v1_2 = as_scalar_dim(nvals[0]), as_scalar_dim(nvals[1])\n return tuple(v1_2 for i in range(nd))\n elif nvals.shape == (1,):\n # (pad,)\n v = as_scalar_dim(nvals[0])\n return tuple((v, v) for i in range(nd))\n elif nvals.shape == ():\n # pad\n v = as_scalar_dim(nvals.flat[0])\n return tuple((v, v) for i in range(nd))\n else:\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\n f""Valid shapes are ({nd}, 2), (1, 2), (2,), (1,), or ()."")\n\n\ndef _check_no_padding(axis_padding: tuple[Any, Any], mode: str):\n if (axis_padding[0] > 0 or axis_padding[1] > 0):\n msg = ""Cannot apply '{}' padding to empty axis""\n raise ValueError(msg.format(mode))\n\n\ndef _pad_constant(array: Array, pad_width: PadValue[int], constant_values: Array) -> Array:\n nd = np.ndim(array)\n constant_values = lax_internal._convert_element_type(\n constant_values, array.dtype, dtypes.is_weakly_typed(array))\n constant_values_nd = np.ndim(constant_values)\n\n if constant_values_nd == 0:\n widths = [(low, high, 0) for (low, high) in pad_width]\n return lax.pad(array, constant_values, widths)\n\n if constant_values_nd == 1:\n if constant_values.shape[-1] == 1:\n widths = [(low, high, 0) for (low, high) in pad_width]\n return lax.pad(array, squeeze(constant_values), widths)\n elif constant_values.shape[-1] != 2:\n raise ValueError(""jnp.pad: constant_values has unsupported shape ""\n f""{constant_values.shape}. If the shape is 1D or 2D, the ""\n ""last dimension must be of size 1 or 2."")\n\n constant_values = broadcast_to(constant_values, (nd, 2))\n for i in range(nd):\n widths = [(0, 0, 0)] * nd\n if pad_width[i][0] != 0:\n widths[i] = (pad_width[i][0], 0, 0)\n array = lax.pad(array, constant_values[i, 0], widths)\n if pad_width[i][1] != 0:\n widths[i] = (0, pad_width[i][1], 0)\n array = lax.pad(array, constant_values[i, 1], widths)\n return array\n\n\ndef _pad_wrap(array: Array, pad_width: PadValue[int]) -> Array:\n for i in range(np.ndim(array)):\n if array.shape[i] == 0:\n _check_no_padding(pad_width[i], ""wrap"")\n continue\n size = array.shape[i]\n left_repeats, left_remainder = divmod(pad_width[i][0], size)\n right_repeats, right_remainder = divmod(pad_width[i][1], size)\n total_repeats = left_repeats + right_repeats + 1\n parts = []\n if left_remainder > 0:\n parts += [lax.slice_in_dim(array, size - left_remainder, size, axis=i)]\n parts += total_repeats * [array]\n if right_remainder > 0:\n parts += [lax.slice_in_dim(array, 0, right_remainder, axis=i)]\n array = lax.concatenate(parts, dimension=i)\n return array\n\n\ndef _pad_symmetric_or_reflect(array: Array, pad_width: PadValue[int],\n mode: str, reflect_type: str) -> Array:\n assert mode in (""symmetric"", ""reflect"")\n assert reflect_type in (""even"", ""odd"")\n\n for i in range(np.ndim(array)):\n if array.shape[i] == 0:\n _check_no_padding(pad_width[i], mode)\n continue\n\n axis_size = array.shape[i]\n\n def build_padding(array, padding, before):\n if before:\n edge = lax.slice_in_dim(array, 0, 1, axis=i)\n else:\n edge = lax.slice_in_dim(array, -1, None, axis=i)\n\n # Try to give nicer error messages for unsupported shape polymorphic uses\n shape_poly_error_msg = lambda: (\n ""Shape polymorphism is supported for jnp.pad with 'reflect' or ""\n ""'symmetric' padding mode only when it is possible to determine ""\n f""at lowering time that the axis size (= {axis_size}) is larger than 1 ""\n f""and larger or equal than the padding length (= {padding}). ""\n f""Error while handling {'left' if before else 'right'} padding on axis {i}."")\n try:\n # We check that we can determine all comparisons.\n offset = 1 if (mode == ""reflect"" and axis_size > 1) else 0\n has_poly_dim = not core.is_constant_shape((axis_size, padding))\n # For shape polymorphism, ensure the loop below ends after 1 iteration\n if has_poly_dim and not (axis_size > 1 and axis_size - offset >= padding):\n raise ValueError(shape_poly_error_msg())\n except core.InconclusiveDimensionOperation as e:\n raise ValueError(shape_poly_error_msg()) from e\n\n while padding > 0:\n curr_pad = min(padding, axis_size - offset)\n padding -= curr_pad\n if has_poly_dim: assert padding == 0\n\n if before:\n start = offset\n stop = offset + curr_pad\n else:\n start = -(curr_pad + offset)\n stop = None if (mode == ""symmetric"" or axis_size == 1) else -1\n\n x = lax.slice_in_dim(array, start, stop, axis=i)\n x = flip(x, axis=i)\n\n if reflect_type == 'odd':\n x = 2 * edge - x\n if axis_size > 1:\n if before:\n edge = lax.slice_in_dim(x, 0, 1, axis=i)\n else:\n edge = lax.slice_in_dim(x, -1, None, axis=i)\n\n if before:\n array = lax.concatenate([x, array], dimension=i)\n else:\n array = lax.concatenate([array, x], dimension=i)\n return array\n\n array = build_padding(array, pad_width[i][0], before=True)\n array = build_padding(array, pad_width[i][1], before=False)\n return array\n\n\ndef _pad_edge(array: Array, pad_width: PadValue[int]) -> Array:\n nd = np.ndim(array)\n for i in range(nd):\n if array.shape[i] == 0:\n _check_no_padding(pad_width[i], ""edge"")\n continue\n\n n = array.shape[i]\n npad_before, npad_after = pad_width[i]\n\n edge_before = lax.slice_in_dim(array, 0, 1, axis=i)\n pad_before = repeat(edge_before, npad_before, axis=i)\n\n edge_after = lax.slice_in_dim(array, n-1, n, axis=i)\n pad_after = repeat(edge_after, npad_after, axis=i)\n\n array = lax.concatenate([pad_before, array, pad_after], dimension=i)\n return array\n\n\ndef _pad_linear_ramp(array: Array, pad_width: PadValue[int],\n end_values: PadValue[ArrayLike]) -> Array:\n for axis in range(np.ndim(array)):\n edge_before = lax.slice_in_dim(array, 0, 1, axis=axis)\n edge_after = lax.slice_in_dim(array, -1, None, axis=axis)\n ramp_before = linspace(\n start=end_values[axis][0],\n stop=edge_before.squeeze(axis), # Dimension is replaced by linspace\n num=pad_width[axis][0],\n endpoint=False,\n dtype=array.dtype,\n axis=axis\n )\n ramp_before = lax_internal._convert_element_type(\n ramp_before, weak_type=dtypes.is_weakly_typed(array))\n ramp_after = linspace(\n start=end_values[axis][1],\n stop=edge_after.squeeze(axis), # Dimension is replaced by linspace\n num=pad_width[axis][1],\n endpoint=False,\n dtype=array.dtype,\n axis=axis\n )\n ramp_after = lax_internal._convert_element_type(\n ramp_after, weak_type=dtypes.is_weakly_typed(array))\n\n # Reverse linear space in appropriate dimension\n ramp_after = flip(ramp_after, axis)\n\n array = lax.concatenate([ramp_before, array, ramp_after], dimension=axis)\n return array\n\n\ndef _pad_stats(array: Array, pad_width: PadValue[int],\n stat_length: PadValue[int] | None,\n stat_func: PadStatFunc) -> Array:\n nd = np.ndim(array)\n for i in range(nd):\n if stat_length is None:\n stat_before = stat_func(array, axis=i, keepdims=True)\n stat_after = stat_before\n else:\n array_length = array.shape[i]\n length_before, length_after = stat_length[i]\n if length_before == 0 or length_after == 0:\n raise ValueError(""stat_length of 0 yields no value for padding"")\n\n # Limit stat_length to length of array.\n length_before = min(length_before, array_length)\n length_after = min(length_after, array_length)\n\n slice_before = lax.slice_in_dim(array, 0, length_before, axis=i)\n slice_after = lax.slice_in_dim(array, -length_after, None, axis=i)\n stat_before = stat_func(slice_before, axis=i, keepdims=True)\n stat_after = stat_func(slice_after, axis=i, keepdims=True)\n\n if np.issubdtype(array.dtype, np.integer):\n stat_before = round(stat_before)\n stat_after = round(stat_after)\n\n stat_before = lax_internal._convert_element_type(\n stat_before, array.dtype, dtypes.is_weakly_typed(array))\n stat_after = lax_internal._convert_element_type(\n stat_after, array.dtype, dtypes.is_weakly_typed(array))\n\n npad_before, npad_after = pad_width[i]\n pad_before = repeat(stat_before, npad_before, axis=i)\n pad_after = repeat(stat_after, npad_after, axis=i)\n\n array = lax.concatenate([pad_before, array, pad_after], dimension=i)\n return array\n\n\ndef _pad_empty(array: Array, pad_width: PadValue[int]) -> Array:\n # Note: jax.numpy.empty = jax.numpy.zeros\n for i in range(np.ndim(array)):\n shape_before = array.shape[:i] + (pad_width[i][0],) + array.shape[i + 1:]\n pad_before = empty_like(array, shape=shape_before)\n\n shape_after = array.shape[:i] + (pad_width[i][1],) + array.shape[i + 1:]\n pad_after = empty_like(array, shape=shape_after)\n array = lax.concatenate([pad_before, array, pad_after], dimension=i)\n return array\n\n\ndef _pad_func(array: Array, pad_width: PadValue[int], func: Callable[..., Any], **kwargs) -> Array:\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\n padded = _pad_constant(array, pad_width, asarray(0))\n for axis in range(np.ndim(padded)):\n padded = apply_along_axis(func, axis, padded, pad_width[axis], axis, kwargs)\n return padded\n\n\n@partial(jit, static_argnums=(1, 2, 4, 5, 6))\ndef _pad(array: ArrayLike, pad_width: PadValueLike[int], mode: str,\n constant_values: ArrayLike, stat_length: PadValueLike[int],\n end_values: PadValueLike[ArrayLike], reflect_type: str):\n array = asarray(array)\n nd = np.ndim(array)\n\n if nd == 0:\n return array\n\n stat_funcs: dict[str, PadStatFunc] = {\n ""maximum"": reductions.amax,\n ""minimum"": reductions.amin,\n ""mean"": reductions.mean,\n ""median"": reductions.median\n }\n\n pad_width = _broadcast_to_pairs(pad_width, nd, ""pad_width"")\n pad_width_arr = np.array(pad_width)\n if pad_width_arr.shape != (nd, 2):\n raise ValueError(f""Expected pad_width to have shape {(nd, 2)}; got {pad_width_arr.shape}."")\n\n if np.any(pad_width_arr < 0):\n raise ValueError(""index can't contain negative values"")\n\n if mode == ""constant"":\n return _pad_constant(array, pad_width, asarray(constant_values))\n\n elif mode == ""wrap"":\n return _pad_wrap(array, pad_width)\n\n elif mode in (""symmetric"", ""reflect""):\n return _pad_symmetric_or_reflect(array, pad_width, str(mode), reflect_type)\n\n elif mode == ""edge"":\n return _pad_edge(array, pad_width)\n\n elif mode == ""linear_ramp"":\n end_values = _broadcast_to_pairs(end_values, nd, ""end_values"")\n return _pad_linear_ramp(array, pad_width, end_values)\n\n elif mode in stat_funcs:\n if stat_length is not None:\n stat_length = _broadcast_to_pairs(stat_length, nd, ""stat_length"")\n return _pad_stats(array, pad_width, stat_length, stat_funcs[str(mode)])\n\n elif mode == ""empty"":\n return _pad_empty(array, pad_width)\n\n else:\n assert False, (""Should not be reached since pad already handled unsupported and""\n ""not implemented modes"")\n\n\n@export\ndef pad(array: ArrayLike, pad_width: PadValueLike[int | Array | np.ndarray],\n mode: str | Callable[..., Any] = ""constant"", **kwargs) -> Array:\n """"""Add padding to an array.\n\n JAX implementation of :func:`numpy.pad`.\n\n Args:\n array: array to pad.\n pad_width: specify the pad width for each dimension of an array. Padding widths\n may be separately specified for *before* and *after* the array. Options are:\n\n - ``int`` or ``(int,)``: pad each array dimension with the same number of values\n both before and after.\n - ``(before, after)``: pad each array with ``before`` elements before, and ``after``\n elements after\n - ``((before_1, after_1), (before_2, after_2), ... (before_N, after_N))``: specify\n distinct ``before`` and ``after`` values for each array dimension.\n\n mode: a string or callable. Supported pad modes are:\n\n - ``'constant'`` (default): pad with a constant value, which defaults to zero.\n - ``'empty'``: pad with empty values (i.e. zero)\n - ``'edge'``: pad with the edge values of the array.\n - ``'wrap'``: pad by wrapping the array.\n - ``'linear_ramp'``: pad with a linear ramp to specified ``end_values``.\n - ``'maximum'``: pad with the maximum value.\n - ``'mean'``: pad with the mean value.\n - ``'median'``: pad with the median value.\n - ``'minimum'``: pad with the minimum value.\n - ``'reflect'``: pad by reflection.\n - ``'symmetric'``: pad by symmetric reflection.\n - ````: a callable function. See Notes below.\n\n constant_values: referenced for ``mode = 'constant'``. Specify the constant value\n to pad with.\n stat_length: referenced for ``mode in ['maximum', 'mean', 'median', 'minimum']``.\n An integer or tuple specifying the number of edge values to use when calculating\n the statistic.\n end_values: referenced for ``mode = 'linear_ramp'``. Specify the end values to\n ramp the padding values to.\n reflect_type: referenced for ``mode in ['reflect', 'symmetric']``. Specify whether\n to use even or odd reflection.\n\n Returns:\n A padded copy of ``array``.\n\n Notes:\n When ``mode`` is callable, it should have the following signature::\n\n def pad_func(row: Array, pad_width: tuple[int, int],\n iaxis: int, kwargs: dict) -> Array:\n ...\n\n Here ``row`` is a 1D slice of the padded array along axis ``iaxis``, with the pad\n values filled with zeros. ``pad_width`` is a tuple specifying the ``(before, after)``\n padding sizes, and ``kwargs`` are any additional keyword arguments passed to the\n :func:`jax.numpy.pad` function.\n\n Note that while in NumPy, the function should modify ``row`` in-place, in JAX the\n function should return the modified ``row``. In JAX, the custom padding function\n will be mapped across the padded axis using the :func:`jax.vmap` transformation.\n\n See also:\n - :func:`jax.numpy.resize`: resize an array\n - :func:`jax.numpy.tile`: create a larger array by tiling a smaller array.\n - :func:`jax.numpy.repeat`: create a larger array by repeating values of a smaller array.\n\n Examples:\n\n Pad a 1-dimensional array with zeros:\n\n >>> x = jnp.array([10, 20, 30, 40])\n >>> jnp.pad(x, 2)\n Array([ 0, 0, 10, 20, 30, 40, 0, 0], dtype=int32)\n >>> jnp.pad(x, (2, 4))\n Array([ 0, 0, 10, 20, 30, 40, 0, 0, 0, 0], dtype=int32)\n\n Pad a 1-dimensional array with specified values:\n\n >>> jnp.pad(x, 2, constant_values=99)\n Array([99, 99, 10, 20, 30, 40, 99, 99], dtype=int32)\n\n Pad a 1-dimensional array with the mean array value:\n\n >>> jnp.pad(x, 2, mode='mean')\n Array([25, 25, 10, 20, 30, 40, 25, 25], dtype=int32)\n\n Pad a 1-dimensional array with reflected values:\n\n >>> jnp.pad(x, 2, mode='reflect')\n Array([30, 20, 10, 20, 30, 40, 30, 20], dtype=int32)\n\n Pad a 2-dimensional array with different paddings in each dimension:\n\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> jnp.pad(x, ((1, 2), (3, 0)))\n Array([[0, 0, 0, 0, 0, 0],\n [0, 0, 0, 1, 2, 3],\n [0, 0, 0, 4, 5, 6],\n [0, 0, 0, 0, 0, 0],\n [0, 0, 0, 0, 0, 0]], dtype=int32)\n\n Pad a 1-dimensional array with a custom padding function:\n\n >>> def custom_pad(row, pad_width, iaxis, kwargs):\n ... # row represents a 1D slice of the zero-padded array.\n ... before, after = pad_width\n ... before_value = kwargs.get('before_value', 0)\n ... after_value = kwargs.get('after_value', 0)\n ... row = row.at[:before].set(before_value)\n ... return row.at[len(row) - after:].set(after_value)\n >>> x = jnp.array([2, 3, 4])\n >>> jnp.pad(x, 2, custom_pad, before_value=-10, after_value=10)\n Array([-10, -10, 2, 3, 4, 10, 10], dtype=int32)\n """"""\n\n array = util.ensure_arraylike(""pad"", array)\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\n if pad_width and not all(core.is_dim(p[0]) and core.is_dim(p[1])\n for p in pad_width):\n raise TypeError('`pad_width` must be of integral type.')\n\n if callable(mode):\n return _pad_func(asarray(array), pad_width, mode, **kwargs)\n\n allowed_kwargs = {\n 'empty': [], 'edge': [], 'wrap': [],\n 'constant': ['constant_values'],\n 'linear_ramp': ['end_values'],\n 'maximum': ['stat_length'],\n 'mean': ['stat_length'],\n 'median': ['stat_length'],\n 'minimum': ['stat_length'],\n 'reflect': ['reflect_type'],\n 'symmetric': ['reflect_type'],\n }\n try:\n unsupported_kwargs = set(kwargs) - set(allowed_kwargs[mode])\n except KeyError:\n msg = ""Unimplemented padding mode '{}' for np.pad.""\n raise NotImplementedError(msg.format(mode))\n if unsupported_kwargs:\n raise ValueError(""unsupported keyword arguments for mode '{}': {}""\n .format(mode, unsupported_kwargs))\n # Set default value if not given.\n constant_values = kwargs.get('constant_values', 0)\n stat_length = kwargs.get('stat_length', None)\n end_values = kwargs.get('end_values', 0)\n reflect_type = kwargs.get('reflect_type', ""even"")\n\n return _pad(array, pad_width, mode, constant_values, stat_length, end_values, reflect_type)\n\n### Array-creation functions\n\n\n@export\ndef stack(arrays: np.ndarray | Array | Sequence[ArrayLike],\n axis: int = 0, out: None = None, dtype: DTypeLike | None = None) -> Array:\n """"""Join arrays along a new axis.\n\n JAX implementation of :func:`numpy.stack`.\n\n Args:\n arrays: a sequence of arrays to stack; each must have the same shape. If a\n single array is given it will be treated equivalently to\n `arrays = unstack(arrays)`, but the implementation will avoid explicit\n unstacking.\n axis: specify the axis along which to stack.\n out: unused by JAX\n dtype: optional dtype of the resulting array. If not specified, the dtype\n will be determined via type promotion rules described in :ref:`type-promotion`.\n\n Returns:\n the stacked result.\n\n See also:\n - :func:`jax.numpy.unstack`: inverse of ``stack``.\n - :func:`jax.numpy.concatenate`: concatenation along existing axes.\n - :func:`jax.numpy.vstack`: stack vertically, i.e. along axis 0.\n - :func:`jax.numpy.hstack`: stack horizontally, i.e. along axis 1.\n - :func:`jax.numpy.dstack`: stack depth-wise, i.e. along axis 2.\n - :func:`jax.numpy.column_stack`: stack columns.\n\n Examples:\n >>> x = jnp.array([1, 2, 3])\n >>> y = jnp.array([4, 5, 6])\n >>> jnp.stack([x, y])\n Array([[1, 2, 3],\n [4, 5, 6]], dtype=int32)\n >>> jnp.stack([x, y], axis=1)\n Array([[1, 4],\n [2, 5],\n [3, 6]], dtype=int32)\n\n :func:`~jax.numpy.unstack` performs the inverse operation:\n\n >>> arr = jnp.stack([x, y], axis=1)\n >>> x, y = jnp.unstack(arr, axis=1)\n >>> x\n Array([1, 2, 3], dtype=int32)\n >>> y\n Array([4, 5, 6], dtype=int32)\n """"""\n if not len(arrays):\n raise ValueError(""Need at least one array to stack."")\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.stack is not supported."")\n if isinstance(arrays, (np.ndarray, Array)):\n axis = _canonicalize_axis(axis, arrays.ndim)\n return concatenate(expand_dims(arrays, axis + 1), axis=axis, dtype=dtype)\n else:\n arrays = util.ensure_arraylike_tuple(""stack"", arrays)\n shape0 = np.shape(arrays[0])\n axis = _canonicalize_axis(axis, len(shape0) + 1)\n new_arrays = []\n for a in arrays:\n if np.shape(a) != shape0:\n raise ValueError(""All input arrays must have the same shape."")\n new_arrays.append(expand_dims(a, axis))\n return concatenate(new_arrays, axis=axis, dtype=dtype)\n\n\n@export\n@partial(jit, static_argnames=""axis"")\ndef unstack(x: ArrayLike, /, *, axis: int = 0) -> tuple[Array, ...]:\n """"""Unstack an array along an axis.\n\n JAX implementation of :func:`array_api.unstack`.\n\n Args:\n x: array to unstack. Must have ``x.ndim >= 1``.\n axis: integer axis along which to unstack. Must satisfy\n ``-x.ndim <= axis < x.ndim``.\n\n Returns:\n tuple of unstacked arrays.\n\n See also:\n - :func:`jax.numpy.stack`: inverse of ``unstack``\n - :func:`jax.numpy.split`: split array into batches along an axis.\n\n Examples:\n >>> arr = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> arrs = jnp.unstack(arr)\n >>> print(*arrs)\n [1 2 3] [4 5 6]\n\n :func:`~jax.numpy.stack` provides the inverse of this:\n\n >>> jnp.stack(arrs)\n Array([[1, 2, 3],\n [4, 5, 6]], dtype=int32)\n """"""\n x = util.ensure_arraylike(""unstack"", x)\n if x.ndim == 0:\n raise ValueError(\n ""Unstack requires arrays with rank > 0, however a scalar array was ""\n ""passed.""\n )\n dimensions = (axis,)\n return tuple(\n lax.squeeze(t, dimensions)\n for t in lax.split(x, (1,) * x.shape[axis], axis=axis)\n )\n\n\n@export\ndef tile(A: ArrayLike, reps: DimSize | Sequence[DimSize]) -> Array:\n """"""Construct an array by repeating ``A`` along specified dimensions.\n\n JAX implementation of :func:`numpy.tile`.\n\n If ``A`` is an array of shape ``(d1, d2, ..., dn)`` and ``reps`` is a sequence of integers,\n the resulting array will have a shape of ``(reps[0] * d1, reps[1] * d2, ..., reps[n] * dn)``,\n with ``A`` tiled along each dimension.\n\n Args:\n A: input array to be repeated. Can be of any shape or dimension.\n reps: specifies the number of repetitions along each axis.\n\n Returns:\n a new array where the input array has been repeated according to ``reps``.\n\n See also:\n - :func:`jax.numpy.repeat`: Construct an array from repeated elements.\n - :func:`jax.numpy.broadcast_to`: Broadcast an array to a specified shape.\n\n Examples:\n >>> arr = jnp.array([1, 2])\n >>> jnp.tile(arr, 2)\n Array([1, 2, 1, 2], dtype=int32)\n >>> arr = jnp.array([[1, 2],\n ... [3, 4,]])\n >>> jnp.tile(arr, (2, 1))\n Array([[1, 2],\n [3, 4],\n [1, 2],\n [3, 4]], dtype=int32)\n """"""\n A = util.ensure_arraylike(""tile"", A)\n try:\n iter(reps) # type: ignore[arg-type]\n except TypeError:\n reps_tup: tuple[DimSize, ...] = (reps,)\n else:\n reps_tup = tuple(reps) # type: ignore[arg-type]\n reps_tup = tuple(operator.index(rep) if core.is_constant_dim(rep) else rep\n for rep in reps_tup)\n A_shape = (1,) * (len(reps_tup) - np.ndim(A)) + np.shape(A)\n reps_tup = (1,) * (len(A_shape) - len(reps_tup)) + reps_tup\n result = broadcast_to(reshape(A, [j for i in A_shape for j in [1, i]]),\n [k for pair in zip(reps_tup, A_shape) for k in pair])\n return reshape(result, tuple(np.multiply(A_shape, reps_tup)))\n\ndef _concatenate_array(arr: ArrayLike, axis: int | None,\n dtype: DTypeLike | None = None) -> Array:\n # Fast path for concatenation when the input is an ndarray rather than a list.\n arr = asarray(arr, dtype=dtype)\n if arr.ndim == 0 or arr.shape[0] == 0:\n raise ValueError(""Need at least one array to concatenate."")\n if axis is None:\n return lax.reshape(arr, (arr.size,))\n if arr.ndim == 1:\n raise ValueError(""Zero-dimensional arrays cannot be concatenated."")\n axis = _canonicalize_axis(axis, arr.ndim - 1)\n shape = arr.shape[1:axis + 1] + (arr.shape[0] * arr.shape[axis + 1],) + arr.shape[axis + 2:]\n dimensions = [*range(1, axis + 1), 0, *range(axis + 1, arr.ndim)]\n return lax.reshape(arr, shape, dimensions)\n\n\n@export\ndef concatenate(arrays: np.ndarray | Array | Sequence[ArrayLike],\n axis: int | None = 0, dtype: DTypeLike | None = None) -> Array:\n """"""Join arrays along an existing axis.\n\n JAX implementation of :func:`numpy.concatenate`.\n\n Args:\n arrays: a sequence of arrays to concatenate; each must have the same shape\n except along the specified axis. If a single array is given it will be\n treated equivalently to `arrays = unstack(arrays)`, but the implementation\n will avoid explicit unstacking.\n axis: specify the axis along which to concatenate.\n dtype: optional dtype of the resulting array. If not specified, the dtype\n will be determined via type promotion rules described in :ref:`type-promotion`.\n\n Returns:\n the concatenated result.\n\n See also:\n - :func:`jax.lax.concatenate`: XLA concatenation API.\n - :func:`jax.numpy.concat`: Array API version of this function.\n - :func:`jax.numpy.stack`: concatenate arrays along a new axis.\n\n Examples:\n One-dimensional concatenation:\n\n >>> x = jnp.arange(3)\n >>> y = jnp.zeros(3, dtype=int)\n >>> jnp.concatenate([x, y])\n Array([0, 1, 2, 0, 0, 0], dtype=int32)\n\n Two-dimensional concatenation:\n\n >>> x = jnp.ones((2, 3))\n >>> y = jnp.zeros((2, 1))\n >>> jnp.concatenate([x, y], axis=1)\n Array([[1., 1., 1., 0.],\n [1., 1., 1., 0.]], dtype=float32)\n """"""\n if isinstance(arrays, (np.ndarray, Array)):\n return _concatenate_array(arrays, axis, dtype=dtype)\n arrays = util.ensure_arraylike_tuple(""concatenate"", arrays)\n if not len(arrays):\n raise ValueError(""Need at least one array to concatenate."")\n if axis is None:\n return concatenate([ravel(a) for a in arrays], axis=0, dtype=dtype)\n if np.ndim(arrays[0]) == 0:\n raise ValueError(""Zero-dimensional arrays cannot be concatenated."")\n axis = _canonicalize_axis(axis, np.ndim(arrays[0]))\n if dtype is None:\n arrays_out = util.promote_dtypes(*arrays)\n else:\n arrays_out = [asarray(arr, dtype=dtype) for arr in arrays]\n # lax.concatenate can be slow to compile for wide concatenations, so form a\n # tree of concatenations as a workaround especially for op-by-op mode.\n # (https://github.com/jax-ml/jax/issues/653).\n k = 16\n while len(arrays_out) > 1:\n arrays_out = [lax.concatenate(arrays_out[i:i+k], axis)\n for i in range(0, len(arrays_out), k)]\n return arrays_out[0]\n\n\n@export\ndef concat(arrays: Sequence[ArrayLike], /, *, axis: int | None = 0) -> Array:\n """"""Join arrays along an existing axis.\n\n JAX implementation of :func:`array_api.concat`.\n\n Args:\n arrays: a sequence of arrays to concatenate; each must have the same shape\n except along the specified axis. If a single array is given it will be\n treated equivalently to `arrays = unstack(arrays)`, but the implementation\n will avoid explicit unstacking.\n axis: specify the axis along which to concatenate.\n\n Returns:\n the concatenated result.\n\n See also:\n - :func:`jax.lax.concatenate`: XLA concatenation API.\n - :func:`jax.numpy.concatenate`: NumPy version of this function.\n - :func:`jax.numpy.stack`: concatenate arrays along a new axis.\n\n Examples:\n One-dimensional concatenation:\n\n >>> x = jnp.arange(3)\n >>> y = jnp.zeros(3, dtype=int)\n >>> jnp.concat([x, y])\n Array([0, 1, 2, 0, 0, 0], dtype=int32)\n\n Two-dimensional concatenation:\n\n >>> x = jnp.ones((2, 3))\n >>> y = jnp.zeros((2, 1))\n >>> jnp.concat([x, y], axis=1)\n Array([[1., 1., 1., 0.],\n [1., 1., 1., 0.]], dtype=float32)\n """"""\n util.check_arraylike(""concat"", *arrays)\n return concatenate(arrays, axis=axis)\n\n\n@export\ndef vstack(tup: np.ndarray | Array | Sequence[ArrayLike],\n dtype: DTypeLike | None = None) -> Array:\n """"""Vertically stack arrays.\n\n JAX implementation of :func:`numpy.vstack`.\n\n For arrays of two or more dimensions, this is equivalent to\n :func:`jax.numpy.concatenate` with ``axis=0``.\n\n Args:\n tup: a sequence of arrays to stack; each must have the same shape along all\n but the first axis. If a single array is given it will be treated\n equivalently to `tup = unstack(tup)`, but the implementation will avoid\n explicit unstacking.\n dtype: optional dtype of the resulting array. If not specified, the dtype\n will be determined via type promotion rules described in :ref:`type-promotion`.\n\n Returns:\n the stacked result.\n\n See also:\n - :func:`jax.numpy.stack`: stack along arbitrary axes\n - :func:`jax.numpy.concatenate`: concatenation along existing axes.\n - :func:`jax.numpy.hstack`: stack horizontally, i.e. along axis 1.\n - :func:`jax.numpy.dstack`: stack depth-wise, i.e. along axis 2.\n\n Examples:\n Scalar values:\n\n >>> jnp.vstack([1, 2, 3])\n Array([[1],\n [2],\n [3]], dtype=int32, weak_type=True)\n\n 1D arrays:\n\n >>> x = jnp.arange(4)\n >>> y = jnp.ones(4)\n >>> jnp.vstack([x, y])\n Array([[0., 1., 2., 3.],\n [1., 1., 1., 1.]], dtype=float32)\n\n 2D arrays:\n\n >>> x = x.reshape(1, 4)\n >>> y = y.reshape(1, 4)\n >>> jnp.vstack([x, y])\n Array([[0., 1., 2., 3.],\n [1., 1., 1., 1.]], dtype=float32)\n """"""\n arrs: Array | list[Array]\n if isinstance(tup, (np.ndarray, Array)):\n arrs = api.vmap(atleast_2d)(tup)\n else:\n # TODO(jakevdp): Non-array input deprecated 2023-09-22; change to error.\n util.check_arraylike(""vstack"", *tup, emit_warning=True)\n arrs = [atleast_2d(m) for m in tup]\n return concatenate(arrs, axis=0, dtype=dtype)\n\n\n@export\ndef hstack(tup: np.ndarray | Array | Sequence[ArrayLike],\n dtype: DTypeLike | None = None) -> Array:\n """"""Horizontally stack arrays.\n\n JAX implementation of :func:`numpy.hstack`.\n\n For arrays of one or more dimensions, this is equivalent to\n :func:`jax.numpy.concatenate` with ``axis=1``.\n\n Args:\n tup: a sequence of arrays to stack; each must have the same shape along all\n but the second axis. Input arrays will be promoted to at least rank 1.\n If a single array is given it will be treated equivalently to\n `tup = unstack(tup)`, but the implementation will avoid explicit unstacking.\n dtype: optional dtype of the resulting array. If not specified, the dtype\n will be determined via type promotion rules described in :ref:`type-promotion`.\n\n Returns:\n the stacked result.\n\n See also:\n - :func:`jax.numpy.stack`: stack along arbitrary axes\n - :func:`jax.numpy.concatenate`: concatenation along existing axes.\n - :func:`jax.numpy.vstack`: stack vertically, i.e. along axis 0.\n - :func:`jax.numpy.dstack`: stack depth-wise, i.e. along axis 2.\n\n Examples:\n Scalar values:\n\n >>> jnp.hstack([1, 2, 3])\n Array([1, 2, 3], dtype=int32, weak_type=True)\n\n 1D arrays:\n\n >>> x = jnp.arange(3)\n >>> y = jnp.ones(3)\n >>> jnp.hstack([x, y])\n Array([0., 1., 2., 1., 1., 1.], dtype=float32)\n\n 2D arrays:\n\n >>> x = x.reshape(3, 1)\n >>> y = y.reshape(3, 1)\n >>> jnp.hstack([x, y])\n Array([[0., 1.],\n [1., 1.],\n [2., 1.]], dtype=float32)\n """"""\n arrs: Array | list[Array]\n if isinstance(tup, (np.ndarray, Array)):\n arrs = api.vmap(atleast_1d)(tup)\n arr0_ndim = arrs.ndim - 1\n else:\n # TODO(jakevdp): Non-array input deprecated 2023-09-22; change to error.\n util.check_arraylike(""hstack"", *tup, emit_warning=True)\n arrs = [atleast_1d(m) for m in tup]\n arr0_ndim = arrs[0].ndim\n return concatenate(arrs, axis=0 if arr0_ndim == 1 else 1, dtype=dtype)\n\n\n@export\ndef dstack(tup: np.ndarray | Array | Sequence[ArrayLike],\n dtype: DTypeLike | None = None) -> Array:\n """"""Stack arrays depth-wise.\n\n JAX implementation of :func:`numpy.dstack`.\n\n For arrays of three or more dimensions, this is equivalent to\n :func:`jax.numpy.concatenate` with ``axis=2``.\n\n Args:\n tup: a sequence of arrays to stack; each must have the same shape along all\n but the third axis. Input arrays will be promoted to at least rank 3. If a\n single array is given it will be treated equivalently to `tup = unstack(tup)`,\n but the implementation will avoid explicit unstacking.\n dtype: optional dtype of the resulting array. If not specified, the dtype\n will be determined via type promotion rules described in :ref:`type-promotion`.\n\n Returns:\n the stacked result.\n\n See also:\n - :func:`jax.numpy.stack`: stack along arbitrary axes\n - :func:`jax.numpy.concatenate`: concatenation along existing axes.\n - :func:`jax.numpy.vstack`: stack vertically, i.e. along axis 0.\n - :func:`jax.numpy.hstack`: stack horizontally, i.e. along axis 1.\n\n Examples:\n Scalar values:\n\n >>> jnp.dstack([1, 2, 3])\n Array([[[1, 2, 3]]], dtype=int32, weak_type=True)\n\n 1D arrays:\n\n >>> x = jnp.arange(3)\n >>> y = jnp.ones(3)\n >>> jnp.dstack([x, y])\n Array([[[0., 1.],\n [1., 1.],\n [2., 1.]]], dtype=float32)\n\n 2D arrays:\n\n >>> x = x.reshape(1, 3)\n >>> y = y.reshape(1, 3)\n >>> jnp.dstack([x, y])\n Array([[[0., 1.],\n [1., 1.],\n [2., 1.]]], dtype=float32)\n """"""\n arrs: Array | list[Array]\n if isinstance(tup, (np.ndarray, Array)):\n arrs = api.vmap(atleast_3d)(tup)\n else:\n # TODO(jakevdp): Non-array input deprecated 2023-09-22; change to error.\n util.check_arraylike(""dstack"", *tup, emit_warning=True)\n tup = util.ensure_arraylike_tuple(""dstack"", tup)\n arrs = [atleast_3d(m) for m in tup]\n return concatenate(arrs, axis=2, dtype=dtype)\n\n\n@export\ndef column_stack(tup: np.ndarray | Array | Sequence[ArrayLike]) -> Array:\n """"""Stack arrays column-wise.\n\n JAX implementation of :func:`numpy.column_stack`.\n\n For arrays of two or more dimensions, this is equivalent to\n :func:`jax.numpy.concatenate` with ``axis=1``.\n\n Args:\n tup: a sequence of arrays to stack; each must have the same leading dimension.\n Input arrays will be promoted to at least rank 2. If a single array is given\n it will be treated equivalently to `tup = unstack(tup)`, but the implementation\n will avoid explicit unstacking.\n dtype: optional dtype of the resulting array. If not specified, the dtype\n will be determined via type promotion rules described in :ref:`type-promotion`.\n\n Returns:\n the stacked result.\n\n See also:\n - :func:`jax.numpy.stack`: stack along arbitrary axes\n - :func:`jax.numpy.concatenate`: concatenation along existing axes.\n - :func:`jax.numpy.vstack`: stack vertically, i.e. along axis 0.\n - :func:`jax.numpy.hstack`: stack horizontally, i.e. along axis 1.\n - :func:`jax.numpy.hstack`: stack depth=wise, i.e. along axis 2.\n\n Examples:\n Scalar values:\n\n >>> jnp.column_stack([1, 2, 3])\n Array([[1, 2, 3]], dtype=int32, weak_type=True)\n\n 1D arrays:\n\n >>> x = jnp.arange(3)\n >>> y = jnp.ones(3)\n >>> jnp.column_stack([x, y])\n Array([[0., 1.],\n [1., 1.],\n [2., 1.]], dtype=float32)\n\n 2D arrays:\n\n >>> x = x.reshape(3, 1)\n >>> y = y.reshape(3, 1)\n >>> jnp.column_stack([x, y])\n Array([[0., 1.],\n [1., 1.],\n [2., 1.]], dtype=float32)\n """"""\n arrs: Array | list[Array] | np.ndarray\n if isinstance(tup, (np.ndarray, Array)):\n arrs = api.vmap(lambda x: atleast_2d(x).T)(tup) if tup.ndim < 3 else tup\n else:\n # TODO(jakevdp): Non-array input deprecated 2023-09-22; change to error.\n util.check_arraylike(""column_stack"", *tup, emit_warning=True)\n arrs = [atleast_2d(arr).T if arr.ndim < 2 else arr for arr in map(asarray, tup)]\n return concatenate(arrs, axis=1)\n\n\n@export\ndef choose(a: ArrayLike, choices: Array | np.ndarray | Sequence[ArrayLike],\n out: None = None, mode: str = 'raise') -> Array:\n """"""Construct an array by stacking slices of choice arrays.\n\n JAX implementation of :func:`numpy.choose`.\n\n The semantics of this function can be confusing, but in the simplest case where\n ``a`` is a one-dimensional array, ``choices`` is a two-dimensional array, and\n all entries of ``a`` are in-bounds (i.e. ``0 <= a_i < len(choices)``), then the\n function is equivalent to the following::\n\n def choose(a, choices):\n return jnp.array([choices[a_i, i] for i, a_i in enumerate(a)])\n\n In the more general case, ``a`` may have any number of dimensions and ``choices``\n may be an arbitrary sequence of broadcast-compatible arrays. In this case, again\n for in-bound indices, the logic is equivalent to::\n\n def choose(a, choices):\n a, *choices = jnp.broadcast_arrays(a, *choices)\n choices = jnp.array(choices)\n return jnp.array([choices[a[idx], *idx] for idx in np.ndindex(a.shape)])\n\n The only additional complexity comes from the ``mode`` argument, which controls\n the behavior for out-of-bound indices in ``a`` as described below.\n\n Args:\n a: an N-dimensional array of integer indices.\n choices: an array or sequence of arrays. All arrays in the sequence must be\n mutually broadcast compatible with ``a``.\n out: unused by JAX\n mode: specify the out-of-bounds indexing mode; one of ``'raise'`` (default),\n ``'wrap'``, or ``'clip'``. Note that the default mode of ``'raise'`` is\n not compatible with JAX transformations.\n\n Returns:\n an array containing stacked slices from ``choices`` at the indices\n specified by ``a``. The shape of the result is\n ``broadcast_shapes(a.shape, *(c.shape for c in choices))``.\n\n See also:\n - :func:`jax.lax.switch`: choose between N functions based on an index.\n\n Examples:\n Here is the simplest case of a 1D index array with a 2D choice array,\n in which case this chooses the indexed value from each column:\n\n >>> choices = jnp.array([[ 1, 2, 3, 4],\n ... [ 5, 6, 7, 8],\n ... [ 9, 10, 11, 12]])\n >>> a = jnp.array([2, 0, 1, 0])\n >>> jnp.choose(a, choices)\n Array([9, 2, 7, 4], dtype=int32)\n\n The ``mode`` argument specifies what to do with out-of-bound indices;\n options are to either ``wrap`` or ``clip``:\n\n >>> a2 = jnp.array([2, 0, 1, 4]) # last index out-of-bound\n >>> jnp.choose(a2, choices, mode='clip')\n Array([ 9, 2, 7, 12], dtype=int32)\n >>> jnp.choose(a2, choices, mode='wrap')\n Array([9, 2, 7, 8], dtype=int32)\n\n In the more general case, ``choices`` may be a sequence of array-like\n objects with any broadcast-compatible shapes.\n\n >>> choice_1 = jnp.array([1, 2, 3, 4])\n >>> choice_2 = 99\n >>> choice_3 = jnp.array([[10],\n ... [20],\n ... [30]])\n >>> a = jnp.array([[0, 1, 2, 0],\n ... [1, 2, 0, 1],\n ... [2, 0, 1, 2]])\n >>> jnp.choose(a, [choice_1, choice_2, choice_3], mode='wrap')\n Array([[ 1, 99, 10, 4],\n [99, 20, 3, 99],\n [30, 2, 99, 30]], dtype=int32)\n """"""\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.choose is not supported."")\n a, *choices = util.ensure_arraylike_tuple('choose', (a, *choices))\n if not issubdtype(_dtype(a), np.integer):\n raise ValueError(""`a` array must be integer typed"")\n N = len(choices)\n\n if mode == 'raise':\n arr: Array = core.concrete_or_error(asarray, a,\n ""The error occurred because jnp.choose was jit-compiled""\n "" with mode='raise'. Use mode='wrap' or mode='clip' instead."")\n if reductions.any((arr < 0) | (arr >= N)):\n raise ValueError(""invalid entry in choice array"")\n elif mode == 'wrap':\n arr = asarray(a) % N\n elif mode == 'clip':\n arr = clip(a, 0, N - 1)\n else:\n raise ValueError(f""mode={mode!r} not understood. Must be 'raise', 'wrap', or 'clip'"")\n\n arr, *choices = broadcast_arrays(arr, *choices)\n return array(choices)[(arr,) + indices(arr.shape, sparse=True)]\n\n\ndef _atleast_nd(x: ArrayLike, n: int) -> Array:\n m = np.ndim(x)\n return lax.broadcast(x, (1,) * (n - m)) if m < n else asarray(x)\n\ndef _block(xs: ArrayLike | list[ArrayLike]) -> tuple[Array, int]:\n if isinstance(xs, tuple):\n raise ValueError(""jax.numpy.block does not allow tuples, got {}""\n .format(xs))\n elif isinstance(xs, list):\n if len(xs) == 0:\n raise ValueError(""jax.numpy.block does not allow empty list arguments"")\n xs_tup, depths = unzip2([_block(x) for x in xs])\n if any(d != depths[0] for d in depths[1:]):\n raise ValueError(""Mismatched list depths in jax.numpy.block"")\n rank = max(depths[0], max(np.ndim(x) for x in xs_tup))\n xs_tup = tuple(_atleast_nd(x, rank) for x in xs_tup)\n return concatenate(xs_tup, axis=-depths[0]), depths[0] + 1\n else:\n return asarray(xs), 1\n\n\n@export\n@jit\ndef block(arrays: ArrayLike | list[ArrayLike]) -> Array:\n """"""Create an array from a list of blocks.\n\n JAX implementation of :func:`numpy.block`.\n\n Args:\n arrays: an array, or nested list of arrays which will be concatenated\n together to form the final array.\n\n Returns:\n a single array constructed from the inputs.\n\n See also:\n - :func:`concatenate`, :func:`concat`: concatenate arrays along an existing axis.\n - :func:`stack`, :func:`vstack`, :func:`hstack`, :func:`dstack` concatenate\n arrays along a new axis.\n\n Examples:\n consider these blocks:\n\n >>> zeros = jnp.zeros((2, 2))\n >>> ones = jnp.ones((2, 2))\n >>> twos = jnp.full((2, 2), 2)\n >>> threes = jnp.full((2, 2), 3)\n\n Passing a single array to :func:`block` returns the array:\n\n >>> jnp.block(zeros)\n Array([[0., 0.],\n [0., 0.]], dtype=float32)\n\n Passing a simple list of arrays concatenates them along the last axis:\n\n >>> jnp.block([zeros, ones])\n Array([[0., 0., 1., 1.],\n [0., 0., 1., 1.]], dtype=float32)\n\n Passing a doubly-nested list of arrays concatenates the inner list along\n the last axis, and the outer list along the second-to-last axis:\n\n >>> jnp.block([[zeros, ones],\n ... [twos, threes]])\n Array([[0., 0., 1., 1.],\n [0., 0., 1., 1.],\n [2., 2., 3., 3.],\n [2., 2., 3., 3.]], dtype=float32)\n\n Note that blocks need not align in all dimensions, though the size along the axis\n of concatenation must match. For example, this is valid because after the inner,\n horizontal concatenation, the resulting blocks have a valid shape for the outer,\n vertical concatenation.\n\n >>> a = jnp.zeros((2, 1))\n >>> b = jnp.ones((2, 3))\n >>> c = jnp.full((1, 2), 2)\n >>> d = jnp.full((1, 2), 3)\n >>> jnp.block([[a, b], [c, d]])\n Array([[0., 1., 1., 1.],\n [0., 1., 1., 1.],\n [2., 2., 3., 3.]], dtype=float32)\n\n Note also that this logic generalizes to blocks in 3 or more dimensions.\n Here's a 3-dimensional block-wise array:\n\n >>> x = jnp.arange(6).reshape((1, 2, 3))\n >>> blocks = [[[x for i in range(3)] for j in range(4)] for k in range(5)]\n >>> jnp.block(blocks).shape\n (5, 8, 9)\n """"""\n out, _ = _block(arrays)\n return out\n\n\n@overload\ndef atleast_1d() -> list[Array]:\n ...\n@overload\ndef atleast_1d(x: ArrayLike, /) -> Array:\n ...\n@overload\ndef atleast_1d(x: ArrayLike, y: ArrayLike, /, *arys: ArrayLike) -> list[Array]:\n ...\n@export\n@jit\ndef atleast_1d(*arys: ArrayLike) -> Array | list[Array]:\n """"""Convert inputs to arrays with at least 1 dimension.\n\n JAX implementation of :func:`numpy.atleast_1d`.\n\n Args:\n zero or more arraylike arguments.\n\n Returns:\n an array or list of arrays corresponding to the input values. Arrays\n of shape ``()`` are converted to shape ``(1,)``, and arrays with other\n shapes are returned unchanged.\n\n See also:\n - :func:`jax.numpy.asarray`\n - :func:`jax.numpy.atleast_2d`\n - :func:`jax.numpy.atleast_3d`\n\n Examples:\n Scalar arguments are converted to 1D, length-1 arrays:\n\n >>> x = jnp.float32(1.0)\n >>> jnp.atleast_1d(x)\n Array([1.], dtype=float32)\n\n Higher dimensional inputs are returned unchanged:\n\n >>> y = jnp.arange(4)\n >>> jnp.atleast_1d(y)\n Array([0, 1, 2, 3], dtype=int32)\n\n Multiple arguments can be passed to the function at once, in which\n case a list of results is returned:\n\n >>> jnp.atleast_1d(x, y)\n [Array([1.], dtype=float32), Array([0, 1, 2, 3], dtype=int32)]\n """"""\n util.check_arraylike(""atleast_1d"", *arys, emit_warning=True)\n if len(arys) == 1:\n return array(arys[0], copy=False, ndmin=1)\n else:\n return [array(arr, copy=False, ndmin=1) for arr in arys]\n\n\n@overload\ndef atleast_2d() -> list[Array]:\n ...\n@overload\ndef atleast_2d(x: ArrayLike, /) -> Array:\n ...\n@overload\ndef atleast_2d(x: ArrayLike, y: ArrayLike, /, *arys: ArrayLike) -> list[Array]:\n ...\n@export\n@jit\ndef atleast_2d(*arys: ArrayLike) -> Array | list[Array]:\n """"""Convert inputs to arrays with at least 2 dimensions.\n\n JAX implementation of :func:`numpy.atleast_2d`.\n\n Args:\n zero or more arraylike arguments.\n\n Returns:\n an array or list of arrays corresponding to the input values. Arrays\n of shape ``()`` are converted to shape ``(1, 1)``, 1D arrays of shape\n ``(N,)`` are converted to shape ``(1, N)``, and arrays of all other\n shapes are returned unchanged.\n\n See also:\n - :func:`jax.numpy.asarray`\n - :func:`jax.numpy.atleast_1d`\n - :func:`jax.numpy.atleast_3d`\n\n Examples:\n Scalar arguments are converted to 2D, size-1 arrays:\n\n >>> x = jnp.float32(1.0)\n >>> jnp.atleast_2d(x)\n Array([[1.]], dtype=float32)\n\n One-dimensional arguments have a unit dimension prepended to the shape:\n\n >>> y = jnp.arange(4)\n >>> jnp.atleast_2d(y)\n Array([[0, 1, 2, 3]], dtype=int32)\n\n Higher dimensional inputs are returned unchanged:\n\n >>> z = jnp.ones((2, 3))\n >>> jnp.atleast_2d(z)\n Array([[1., 1., 1.],\n [1., 1., 1.]], dtype=float32)\n\n Multiple arguments can be passed to the function at once, in which\n case a list of results is returned:\n\n >>> jnp.atleast_2d(x, y)\n [Array([[1.]], dtype=float32), Array([[0, 1, 2, 3]], dtype=int32)]\n """"""\n # TODO(jakevdp): Non-array input deprecated 2023-09-22; change to error.\n util.check_arraylike(""atleast_2d"", *arys, emit_warning=True)\n if len(arys) == 1:\n return array(arys[0], copy=False, ndmin=2)\n else:\n return [array(arr, copy=False, ndmin=2) for arr in arys]\n\n\n@overload\ndef atleast_3d() -> list[Array]:\n ...\n@overload\ndef atleast_3d(x: ArrayLike, /) -> Array:\n ...\n@overload\ndef atleast_3d(x: ArrayLike, y: ArrayLike, /, *arys: ArrayLike) -> list[Array]:\n ...\n@export\n@jit\ndef atleast_3d(*arys: ArrayLike) -> Array | list[Array]:\n """"""Convert inputs to arrays with at least 3 dimensions.\n\n JAX implementation of :func:`numpy.atleast_3d`.\n\n Args:\n zero or more arraylike arguments.\n\n Returns:\n an array or list of arrays corresponding to the input values. Arrays\n of shape ``()`` are converted to shape ``(1, 1, 1)``, 1D arrays of\n shape ``(N,)`` are converted to shape ``(1, N, 1)``, 2D arrays of\n shape ``(M, N)`` are converted to shape ``(M, N, 1)``, and arrays\n of all other shapes are returned unchanged.\n\n See also:\n - :func:`jax.numpy.asarray`\n - :func:`jax.numpy.atleast_1d`\n - :func:`jax.numpy.atleast_2d`\n\n Examples:\n Scalar arguments are converted to 3D, size-1 arrays:\n\n >>> x = jnp.float32(1.0)\n >>> jnp.atleast_3d(x)\n Array([[[1.]]], dtype=float32)\n\n 1D arrays have a unit dimension prepended and appended:\n\n >>> y = jnp.arange(4)\n >>> jnp.atleast_3d(y).shape\n (1, 4, 1)\n\n 2D arrays have a unit dimension appended:\n\n >>> z = jnp.ones((2, 3))\n >>> jnp.atleast_3d(z).shape\n (2, 3, 1)\n\n Multiple arguments can be passed to the function at once, in which\n case a list of results is returned:\n\n >>> x3, y3 = jnp.atleast_3d(x, y)\n >>> print(x3)\n [[[1.]]]\n >>> print(y3)\n [[[0]\n [1]\n [2]\n [3]]]\n """"""\n # TODO(jakevdp): Non-array input deprecated 2023-09-22; change to error.\n util.check_arraylike(""atleast_3d"", *arys, emit_warning=True)\n if len(arys) == 1:\n arr = asarray(arys[0])\n if arr.ndim == 0:\n arr = lax.expand_dims(arr, dimensions=(0, 1, 2))\n elif arr.ndim == 1:\n arr = lax.expand_dims(arr, dimensions=(0, 2))\n elif arr.ndim == 2:\n arr = lax.expand_dims(arr, dimensions=(2,))\n return arr\n else:\n return [atleast_3d(arr) for arr in arys]\n\n\n@export\ndef astype(x: ArrayLike, dtype: DTypeLike | None,\n /, *, copy: bool = False,\n device: xc.Device | Sharding | None = None) -> Array:\n """"""Convert an array to a specified dtype.\n\n JAX implementation of :func:`numpy.astype`.\n\n This is implemented via :func:`jax.lax.convert_element_type`, which may\n have slightly different behavior than :func:`numpy.astype` in some cases.\n In particular, the details of float-to-int and int-to-float casts are\n implementation dependent.\n\n Args:\n x: input array to convert\n dtype: output dtype\n copy: if True, then always return a copy. If False (default) then only\n return a copy if necessary.\n device: optionally specify the device to which the output will be committed.\n\n Returns:\n An array with the same shape as ``x``, containing values of the specified\n dtype.\n\n See Also:\n - :func:`jax.lax.convert_element_type`: lower-level function for XLA-style\n dtype conversions.\n\n Examples:\n >>> x = jnp.array([0, 1, 2, 3])\n >>> x\n Array([0, 1, 2, 3], dtype=int32)\n >>> x.astype('float32')\n Array([0.0, 1.0, 2.0, 3.0], dtype=float32)\n\n >>> y = jnp.array([0.0, 0.5, 1.0])\n >>> y.astype(int) # truncates fractional values\n Array([0, 0, 1], dtype=int32)\n """"""\n x_arr = util.ensure_arraylike(""astype"", x)\n\n if dtype is None:\n dtype = dtypes.canonicalize_dtype(dtypes.float_)\n dtypes.check_user_dtype_supported(dtype, ""astype"")\n if issubdtype(x_arr.dtype, np.complexfloating):\n if dtypes.isdtype(dtype, (""integral"", ""real floating"")):\n deprecations.warn(\n ""jax-numpy-astype-complex-to-real"",\n ""Casting from complex to real dtypes will soon raise a ValueError. ""\n ""Please first use jnp.real or jnp.imag to take the real/imaginary ""\n ""component of your input."",\n stacklevel=2)\n elif np.dtype(dtype) == bool:\n # convert_element_type(complex, bool) has the wrong semantics.\n x_arr = (x_arr != _lax_const(x_arr, 0))\n\n # We offer a more specific warning than the usual ComplexWarning so we prefer\n # to issue our warning.\n result = lax_internal._convert_element_type(\n x_arr, dtype, sharding=util.normalize_device_to_sharding(device),\n warn_on_complex_to_real_cast=False)\n return _array_copy(result) if copy else result\n\n\n@export\ndef copy(a: ArrayLike, order: str | None = None) -> Array:\n """"""Return a copy of the array.\n\n JAX implementation of :func:`numpy.copy`.\n\n Args:\n a: arraylike object to copy\n order: not implemented in JAX\n\n Returns:\n a copy of the input array ``a``.\n\n See Also:\n - :func:`jax.numpy.array`: create an array with or without a copy.\n - :meth:`jax.Array.copy`: same function accessed as an array method.\n\n Examples:\n Since JAX arrays are immutable, in most cases explicit array copies\n are not necessary. One exception is when using a function with donated\n arguments (see the ``donate_argnums`` argument to :func:`jax.jit`).\n\n >>> f = jax.jit(lambda x: 2 * x, donate_argnums=0)\n >>> x = jnp.arange(4)\n >>> y = f(x)\n >>> print(y)\n [0 2 4 6]\n\n Because we marked ``x`` as being donated, the original array is no longer\n available:\n\n >>> print(x) # doctest: +IGNORE_EXCEPTION_DETAIL\n Traceback (most recent call last):\n RuntimeError: Array has been deleted with shape=int32[4].\n\n In situations like this, an explicit copy will let you keep access to the\n original buffer:\n\n >>> x = jnp.arange(4)\n >>> y = f(x.copy())\n >>> print(y)\n [0 2 4 6]\n >>> print(x)\n [0 1 2 3]\n """"""\n util.check_arraylike(""copy"", a)\n return array(a, copy=True, order=order)\n\n\n@export\ndef array_equal(a1: ArrayLike, a2: ArrayLike, equal_nan: bool = False) -> Array:\n """"""Check if two arrays are element-wise equal.\n\n JAX implementation of :func:`numpy.array_equal`.\n\n Args:\n a1: first input array to compare.\n a2: second input array to compare.\n equal_nan: Boolean. If ``True``, NaNs in ``a1`` will be considered\n equal to NaNs in ``a2``. Default is ``False``.\n\n Returns:\n Boolean scalar array indicating whether the input arrays are element-wise equal.\n\n See Also:\n - :func:`jax.numpy.allclose`\n - :func:`jax.numpy.array_equiv`\n\n Examples:\n >>> jnp.array_equal(jnp.array([1, 2, 3]), jnp.array([1, 2, 3]))\n Array(True, dtype=bool)\n >>> jnp.array_equal(jnp.array([1, 2, 3]), jnp.array([1, 2]))\n Array(False, dtype=bool)\n >>> jnp.array_equal(jnp.array([1, 2, 3]), jnp.array([1, 2, 4]))\n Array(False, dtype=bool)\n >>> jnp.array_equal(jnp.array([1, 2, float('nan')]),\n ... jnp.array([1, 2, float('nan')]))\n Array(False, dtype=bool)\n >>> jnp.array_equal(jnp.array([1, 2, float('nan')]),\n ... jnp.array([1, 2, float('nan')]), equal_nan=True)\n Array(True, dtype=bool)\n """"""\n a1, a2 = asarray(a1), asarray(a2)\n if np.shape(a1) != np.shape(a2):\n return array(False, dtype=bool)\n eq = asarray(a1 == a2)\n if equal_nan:\n eq = ufuncs.logical_or(eq, ufuncs.logical_and(ufuncs.isnan(a1), ufuncs.isnan(a2)))\n return reductions.all(eq)\n\n\n@export\ndef array_equiv(a1: ArrayLike, a2: ArrayLike) -> Array:\n """"""Check if two arrays are element-wise equal.\n\n JAX implementation of :func:`numpy.array_equiv`.\n\n This function will return ``False`` if the input arrays cannot be broadcasted\n to the same shape.\n\n Args:\n a1: first input array to compare.\n a2: second input array to compare.\n\n Returns:\n Boolean scalar array indicating whether the input arrays are\n element-wise equal after broadcasting.\n\n See Also:\n - :func:`jax.numpy.allclose`\n - :func:`jax.numpy.array_equal`\n\n Examples:\n >>> jnp.array_equiv(jnp.array([1, 2, 3]), jnp.array([1, 2, 3]))\n Array(True, dtype=bool)\n >>> jnp.array_equiv(jnp.array([1, 2, 3]), jnp.array([1, 2, 4]))\n Array(False, dtype=bool)\n >>> jnp.array_equiv(jnp.array([[1, 2, 3], [1, 2, 3]]),\n ... jnp.array([1, 2, 3]))\n Array(True, dtype=bool)\n """"""\n a1, a2 = asarray(a1), asarray(a2)\n try:\n eq = ufuncs.equal(a1, a2)\n except ValueError:\n # shapes are not broadcastable\n return array(False)\n return reductions.all(eq)\n\n\n# General np.from* style functions mostly delegate to numpy.\n\n@export\ndef frombuffer(buffer: bytes | Any, dtype: DTypeLike = float,\n count: int = -1, offset: int = 0) -> Array:\n r""""""Convert a buffer into a 1-D JAX array.\n\n JAX implementation of :func:`numpy.frombuffer`.\n\n Args:\n buffer: an object containing the data. It must be either a bytes object with\n a length that is an integer multiple of the dtype element size, or\n it must be an object exporting the `Python buffer interface`_.\n dtype: optional. Desired data type for the array. Default is ``float64``.\n This specifies the dtype used to parse the buffer, but note that after parsing,\n 64-bit values will be cast to 32-bit JAX arrays if the ``jax_enable_x64``\n flag is set to ``False``.\n count: optional integer specifying the number of items to read from the buffer.\n If -1 (default), all items from the buffer are read.\n offset: optional integer specifying the number of bytes to skip at the beginning\n of the buffer. Default is 0.\n\n Returns:\n A 1-D JAX array representing the interpreted data from the buffer.\n\n See also:\n - :func:`jax.numpy.fromstring`: convert a string of text into 1-D JAX array.\n\n Examples:\n Using a bytes buffer:\n\n >>> buf = b""\x00\x01\x02\x03\x04""\n >>> jnp.frombuffer(buf, dtype=jnp.uint8)\n Array([0, 1, 2, 3, 4], dtype=uint8)\n >>> jnp.frombuffer(buf, dtype=jnp.uint8, offset=1)\n Array([1, 2, 3, 4], dtype=uint8)\n\n Constructing a JAX array via the Python buffer interface, using Python's\n built-in :mod:`array` module.\n\n >>> from array import array\n >>> pybuffer = array('i', [0, 1, 2, 3, 4])\n >>> jnp.frombuffer(pybuffer, dtype=jnp.int32)\n Array([0, 1, 2, 3, 4], dtype=int32)\n\n .. _Python buffer interface: https://docs.python.org/3/c-api/buffer.html\n """"""\n return asarray(np.frombuffer(buffer=buffer, dtype=dtype, count=count, offset=offset))\n\n\n@export\ndef fromfile(*args, **kwargs):\n """"""Unimplemented JAX wrapper for jnp.fromfile.\n\n This function is left deliberately unimplemented because it may be non-pure and thus\n unsafe for use with JIT and other JAX transformations. Consider using\n ``jnp.asarray(np.fromfile(...))`` instead, although care should be taken if ``np.fromfile``\n is used within jax transformations because of its potential side-effect of consuming the\n file object; for more information see `Common Gotchas: Pure Functions\n `_.\n """"""\n raise NotImplementedError(\n ""jnp.fromfile() is not implemented because it may be non-pure and thus unsafe for use ""\n ""with JIT and other JAX transformations. Consider using jnp.asarray(np.fromfile(...)) ""\n ""instead, although care should be taken if np.fromfile is used within a jax transformations ""\n ""because of its potential side-effect of consuming the file object; for more information see ""\n ""https://docs.jax.dev/en/latest/notebooks/Common_Gotchas_in_JAX.html#pure-functions"")\n\n\n@export\ndef fromiter(*args, **kwargs):\n """"""Unimplemented JAX wrapper for jnp.fromiter.\n\n This function is left deliberately unimplemented because it may be non-pure and thus\n unsafe for use with JIT and other JAX transformations. Consider using\n ``jnp.asarray(np.fromiter(...))`` instead, although care should be taken if ``np.fromiter``\n is used within jax transformations because of its potential side-effect of consuming the\n iterable object; for more information see `Common Gotchas: Pure Functions\n `_.\n """"""\n raise NotImplementedError(\n ""jnp.fromiter() is not implemented because it may be non-pure and thus unsafe for use ""\n ""with JIT and other JAX transformations. Consider using jnp.asarray(np.fromiter(...)) ""\n ""instead, although care should be taken if np.fromiter is used within a jax transformations ""\n ""because of its potential side-effect of consuming the iterable object; for more information see ""\n ""https://docs.jax.dev/en/latest/notebooks/Common_Gotchas_in_JAX.html#pure-functions"")\n\n\n@export\ndef from_dlpack(x: Any, /, *, device: xc.Device | Sharding | None = None,\n copy: bool | None = None) -> Array:\n """"""Construct a JAX array via DLPack.\n\n JAX implementation of :func:`numpy.from_dlpack`.\n\n Args:\n x: An object that implements the DLPack_ protocol via the ``__dlpack__``\n and ``__dlpack_device__`` methods, or a legacy DLPack tensor on either\n CPU or GPU.\n device: An optional :class:`~jax.Device` or :class:`~jax.sharding.Sharding`,\n representing the single device onto which the returned array should be placed.\n If given, then the result is committed to the device. If unspecified,\n the resulting array will be unpacked onto the same device it originated from.\n Setting ``device`` to a device different from the source of ``external_array``\n will require a copy, meaning ``copy`` must be set to either ``True`` or ``None``.\n copy: An optional boolean, controlling whether or not a copy is performed.\n If ``copy=True`` then a copy is always performed, even if unpacked onto the\n same device. If ``copy=False`` then the copy is never performed and will raise\n an error if necessary. When ``copy=None`` (default) then a copy may be performed\n if needed for a device transfer.\n\n Returns:\n A JAX array of the input buffer.\n\n Note:\n While JAX arrays are always immutable, dlpack buffers cannot be marked as\n immutable, and it is possible for processes external to JAX to mutate them\n in-place. If a JAX Array is constructed from a dlpack buffer without copying\n and the source buffer is later modified in-place, it may lead to undefined\n behavior when using the associated JAX array.\n\n Examples:\n Passing data between NumPy and JAX via DLPack_:\n\n >>> import numpy as np\n >>> rng = np.random.default_rng(42)\n >>> x_numpy = rng.random(4, dtype='float32')\n >>> print(x_numpy)\n [0.08925092 0.773956 0.6545715 0.43887842]\n >>> hasattr(x_numpy, ""__dlpack__"") # NumPy supports the DLPack interface\n True\n\n >>> import jax.numpy as jnp\n >>> x_jax = jnp.from_dlpack(x_numpy)\n >>> print(x_jax)\n [0.08925092 0.773956 0.6545715 0.43887842]\n >>> hasattr(x_jax, ""__dlpack__"") # JAX supports the DLPack interface\n True\n\n >>> x_numpy_round_trip = np.from_dlpack(x_jax)\n >>> print(x_numpy_round_trip)\n [0.08925092 0.773956 0.6545715 0.43887842]\n\n .. _DLPack: https://dmlc.github.io/dlpack\n """"""\n from jax.dlpack import from_dlpack # pylint: disable=g-import-not-at-top\n return from_dlpack(x, device=device, copy=copy)\n\n\n@export\ndef fromfunction(function: Callable[..., Array], shape: Any,\n *, dtype: DTypeLike = float, **kwargs) -> Array:\n """"""Create an array from a function applied over indices.\n\n JAX implementation of :func:`numpy.fromfunction`. The JAX implementation\n differs in that it dispatches via :func:`jax.vmap`, and so unlike in NumPy\n the function logically operates on scalar inputs, and need not explicitly\n handle broadcasted inputs (See *Examples* below).\n\n Args:\n function: a function that takes *N* dynamic scalars and outputs a scalar.\n shape: a length-*N* tuple of integers specifying the output shape.\n dtype: optionally specify the dtype of the inputs. Defaults to floating-point.\n kwargs: additional keyword arguments are passed statically to ``function``.\n\n Returns:\n An array of shape ``shape`` if ``function`` returns a scalar, or in general\n a pytree of arrays with leading dimensions ``shape``, as determined by the\n output of ``function``.\n\n See also:\n - :func:`jax.vmap`: the core transformation that the :func:`fromfunction`\n API is built on.\n\n Examples:\n Generate a multiplication table of a given shape:\n\n >>> jnp.fromfunction(jnp.multiply, shape=(3, 6), dtype=int)\n Array([[ 0, 0, 0, 0, 0, 0],\n [ 0, 1, 2, 3, 4, 5],\n [ 0, 2, 4, 6, 8, 10]], dtype=int32)\n\n When ``function`` returns a non-scalar the output will have leading\n dimension of ``shape``:\n\n >>> def f(x):\n ... return (x + 1) * jnp.arange(3)\n >>> jnp.fromfunction(f, shape=(2,))\n Array([[0., 1., 2.],\n [0., 2., 4.]], dtype=float32)\n\n ``function`` may return multiple results, in which case each is mapped\n independently:\n\n >>> def f(x, y):\n ... return x + y, x * y\n >>> x_plus_y, x_times_y = jnp.fromfunction(f, shape=(3, 5))\n >>> print(x_plus_y)\n [[0. 1. 2. 3. 4.]\n [1. 2. 3. 4. 5.]\n [2. 3. 4. 5. 6.]]\n >>> print(x_times_y)\n [[0. 0. 0. 0. 0.]\n [0. 1. 2. 3. 4.]\n [0. 2. 4. 6. 8.]]\n\n The JAX implementation differs slightly from NumPy's implementation. In\n :func:`numpy.fromfunction`, the function is expected to explicitly operate\n element-wise on the full grid of input values:\n\n >>> def f(x, y):\n ... print(f""{x.shape = }\\n{y.shape = }"")\n ... return x + y\n ...\n >>> np.fromfunction(f, (2, 3))\n x.shape = (2, 3)\n y.shape = (2, 3)\n array([[0., 1., 2.],\n [1., 2., 3.]])\n\n In :func:`jax.numpy.fromfunction`, the function is vectorized via\n :func:`jax.vmap`, and so is expected to operate on scalar values:\n\n >>> jnp.fromfunction(f, (2, 3))\n x.shape = ()\n y.shape = ()\n Array([[0., 1., 2.],\n [1., 2., 3.]], dtype=float32)\n """"""\n shape = core.canonicalize_shape(shape, context=""shape argument of jnp.fromfunction()"")\n for i in range(len(shape)):\n in_axes = [0 if i == j else None for j in range(len(shape))]\n function = api.vmap(function, in_axes=tuple(in_axes[::-1]))\n return function(*(arange(s, dtype=dtype) for s in shape), **kwargs)\n\n\n@export\ndef fromstring(string: str, dtype: DTypeLike = float, count: int = -1, *, sep: str) -> Array:\n """"""Convert a string of text into 1-D JAX array.\n\n JAX implementation of :func:`numpy.fromstring`.\n\n Args:\n string: input string containing the data.\n dtype: optional. Desired data type for the array. Default is ``float``.\n count: optional integer specifying the number of items to read from the string.\n If -1 (default), all items are read.\n sep: the string used to separate values in the input string.\n\n Returns:\n A 1-D JAX array containing the parsed data from the input string.\n\n See also:\n - :func:`jax.numpy.frombuffer`: construct a JAX array from an object\n that implements the buffer interface.\n\n Examples:\n >>> jnp.fromstring(""1 2 3"", dtype=int, sep="" "")\n Array([1, 2, 3], dtype=int32)\n >>> jnp.fromstring(""0.1, 0.2, 0.3"", dtype=float, count=2, sep="","")\n Array([0.1, 0.2], dtype=float32)\n """"""\n return asarray(np.fromstring(string=string, dtype=dtype, count=count, sep=sep))\n\n\n@export\ndef eye(N: DimSize, M: DimSize | None = None,\n k: int | ArrayLike = 0,\n dtype: DTypeLike | None = None,\n *, device: xc.Device | Sharding | None = None) -> Array:\n """"""Create a square or rectangular identity matrix\n\n JAX implementation of :func:`numpy.eye`.\n\n Args:\n N: integer specifying the first dimension of the array.\n M: optional integer specifying the second dimension of the array;\n defaults to the same value as ``N``.\n k: optional integer specifying the offset of the diagonal. Use positive\n values for upper diagonals, and negative values for lower diagonals.\n Default is zero.\n dtype: optional dtype; defaults to floating point.\n device: optional :class:`~jax.Device` or :class:`~jax.sharding.Sharding`\n to which the created array will be committed.\n\n Returns:\n Identity array of shape ``(N, M)``, or ``(N, N)`` if ``M`` is not specified.\n\n See also:\n :func:`jax.numpy.identity`: Simpler API for generating square identity matrices.\n\n Examples:\n A simple 3x3 identity matrix:\n\n >>> jnp.eye(3)\n Array([[1., 0., 0.],\n [0., 1., 0.],\n [0., 0., 1.]], dtype=float32)\n\n Integer identity matrices with offset diagonals:\n\n >>> jnp.eye(3, k=1, dtype=int)\n Array([[0, 1, 0],\n [0, 0, 1],\n [0, 0, 0]], dtype=int32)\n >>> jnp.eye(3, k=-1, dtype=int)\n Array([[0, 0, 0],\n [1, 0, 0],\n [0, 1, 0]], dtype=int32)\n\n Non-square identity matrix:\n\n >>> jnp.eye(3, 5, k=1)\n Array([[0., 1., 0., 0., 0.],\n [0., 0., 1., 0., 0.],\n [0., 0., 0., 1., 0.]], dtype=float32)\n """"""\n # TODO(vfdev-5): optimize putting the array directly on the device specified\n # instead of putting it on default device and then on the specific device\n output = _eye(N, M=M, k=k, dtype=dtype)\n if device is not None:\n return api.device_put(output, device=device)\n return output\n\n\ndef _eye(N: DimSize, M: DimSize | None = None,\n k: int | ArrayLike = 0,\n dtype: DTypeLike | None = None) -> Array:\n dtypes.check_user_dtype_supported(dtype, ""eye"")\n if isinstance(k, int):\n k = lax_internal._clip_int_to_valid_range(k, np.int32,\n ""`argument `k` of jax.numpy.eye"")\n offset = util.ensure_arraylike(""eye"", k)\n if not (offset.shape == () and dtypes.issubdtype(offset.dtype, np.integer)):\n raise ValueError(f""k must be a scalar integer; got {k}"")\n N_int = core.canonicalize_dim(N, ""argument of 'N' jnp.eye()"")\n M_int = N_int if M is None else core.canonicalize_dim(M, ""argument 'M' of jnp.eye()"")\n if N_int < 0 or M_int < 0:\n raise ValueError(f""negative dimensions are not allowed, got {N} and {M}"")\n i = lax.broadcasted_iota(offset.dtype, (N_int, M_int), 0)\n j = lax.broadcasted_iota(offset.dtype, (N_int, M_int), 1)\n return (i + offset == j).astype(dtype)\n\n\n@export\ndef identity(n: DimSize, dtype: DTypeLike | None = None) -> Array:\n """"""Create a square identity matrix\n\n JAX implementation of :func:`numpy.identity`.\n\n Args:\n n: integer specifying the size of each array dimension.\n dtype: optional dtype; defaults to floating point.\n\n Returns:\n Identity array of shape ``(n, n)``.\n\n See also:\n :func:`jax.numpy.eye`: non-square and/or offset identity matrices.\n\n Examples:\n A simple 3x3 identity matrix:\n\n >>> jnp.identity(3)\n Array([[1., 0., 0.],\n [0., 1., 0.],\n [0., 0., 1.]], dtype=float32)\n\n A 2x2 integer identity matrix:\n\n >>> jnp.identity(2, dtype=int)\n Array([[1, 0],\n [0, 1]], dtype=int32)\n """"""\n dtypes.check_user_dtype_supported(dtype, ""identity"")\n return eye(n, dtype=dtype)\n\n\n@export\ndef arange(start: ArrayLike | DimSize, stop: ArrayLike | DimSize | None = None,\n step: ArrayLike | None = None, dtype: DTypeLike | None = None,\n *, device: xc.Device | Sharding | None = None) -> Array:\n """"""Create an array of evenly-spaced values.\n\n JAX implementation of :func:`numpy.arange`, implemented in terms of\n :func:`jax.lax.iota`.\n\n Similar to Python's :func:`range` function, this can be called with a few\n different positional signatures:\n\n - ``jnp.arange(stop)``: generate values from 0 to ``stop``, stepping by 1.\n - ``jnp.arange(start, stop)``: generate values from ``start`` to ``stop``,\n stepping by 1.\n - ``jnp.arange(start, stop, step)``: generate values from ``start`` to ``stop``,\n stepping by ``step``.\n\n Like with Python's :func:`range` function, the starting value is inclusive,\n and the stop value is exclusive.\n\n Args:\n start: start of the interval, inclusive.\n stop: optional end of the interval, exclusive. If not specified, then\n ``(start, stop) = (0, start)``\n step: optional step size for the interval. Default = 1.\n dtype: optional dtype for the returned array; if not specified it will\n be determined via type promotion of `start`, `stop`, and `step`.\n device: (optional) :class:`~jax.Device` or :class:`~jax.sharding.Sharding`\n to which the created array will be committed.\n\n Returns:\n Array of evenly-spaced values from ``start`` to ``stop``, separated by ``step``.\n\n Note:\n Using ``arange`` with a floating-point ``step`` argument can lead to unexpected\n results due to accumulation of floating-point errors, especially with\n lower-precision data types like ``float8_*`` and ``bfloat16``.\n To avoid precision errors, consider generating a range of integers, and scaling\n it to the desired range. For example, instead of this::\n\n jnp.arange(-1, 1, 0.01, dtype='bfloat16')\n\n it can be more accurate to generate a sequence of integers, and scale them::\n\n (jnp.arange(-100, 100) * 0.01).astype('bfloat16')\n\n Examples:\n Single-argument version specifies only the ``stop`` value:\n\n >>> jnp.arange(4)\n Array([0, 1, 2, 3], dtype=int32)\n\n Passing a floating-point ``stop`` value leads to a floating-point result:\n\n >>> jnp.arange(4.0)\n Array([0., 1., 2., 3.], dtype=float32)\n\n Two-argument version specifies ``start`` and ``stop``, with ``step=1``:\n\n >>> jnp.arange(1, 6)\n Array([1, 2, 3, 4, 5], dtype=int32)\n\n Three-argument version specifies ``start``, ``stop``, and ``step``:\n\n >>> jnp.arange(0, 2, 0.5)\n Array([0. , 0.5, 1. , 1.5], dtype=float32)\n\n See Also:\n - :func:`jax.numpy.linspace`: generate a fixed number of evenly-spaced values.\n - :func:`jax.lax.iota`: directly generate integer sequences in XLA.\n """"""\n # TODO(vfdev-5): optimize putting the array directly on the device specified\n # instead of putting it on default device and then on the specific device\n output = _arange(start, stop=stop, step=step, dtype=dtype)\n if device is not None:\n return api.device_put(output, device=device)\n return output\n\n\ndef _arange(start: ArrayLike | DimSize, stop: ArrayLike | DimSize | None = None,\n step: ArrayLike | None = None, dtype: DTypeLike | None = None) -> Array:\n dtypes.check_user_dtype_supported(dtype, ""arange"")\n if not config.dynamic_shapes.value:\n util.check_arraylike(""arange"", start)\n if stop is None and step is None:\n start = core.concrete_or_error(None, start, ""It arose in the jnp.arange argument 'stop'"")\n else:\n start = core.concrete_or_error(None, start, ""It arose in the jnp.arange argument 'start'"")\n util.check_arraylike_or_none(""arange"", None, stop, step)\n stop = core.concrete_or_error(None, stop, ""It arose in the jnp.arange argument 'stop'"")\n step = core.concrete_or_error(None, step, ""It arose in the jnp.arange argument 'step'"")\n start_name = ""stop"" if stop is None and step is None else ""start""\n for name, val in [(start_name, start), (""stop"", stop), (""step"", step)]:\n if val is not None and np.ndim(val) != 0:\n raise ValueError(f""jax.numpy.arange: arguments must be scalars; got {name}={val}"")\n if any(core.is_symbolic_dim(v) for v in (start, stop, step)):\n # Some dynamic shapes\n if stop is None and step is None:\n stop = start\n start = 0\n step = 1\n elif stop is not None and step is None:\n step = 1\n return _arange_dynamic(start, stop, step, dtype or dtypes.canonicalize_dtype(np.int64))\n if dtype is None:\n dtype = result_type(start, *(x for x in [stop, step] if x is not None))\n dtype = dtypes.jax_dtype(dtype)\n if stop is None and step is None:\n start_dtype = _dtype(start)\n if (not dtypes.issubdtype(start_dtype, np.integer) and\n not dtypes.issubdtype(start_dtype, dtypes.extended)):\n ceil_ = ufuncs.ceil if isinstance(start, core.Tracer) else np.ceil\n start = ceil_(start).astype(int)\n return lax.iota(dtype, start) # type: ignore[arg-type]\n else:\n if step is None and start == 0 and stop is not None:\n return lax.iota(dtype, np.ceil(stop).astype(int))\n return array(np.arange(start, stop=stop, step=step, dtype=dtype))\n\n\ndef _arange_dynamic(\n start: DimSize, stop: DimSize, step: DimSize, dtype: DTypeLike) -> Array:\n # Here if at least one of start, stop, step are dynamic.\n if any(not core.is_dim(v) for v in (start, stop, step)):\n raise ValueError(\n ""In arange with non-constant arguments all of start, stop, and step ""\n f""must be either dimension expressions or integers: start={start}, ""\n f""stop={stop}, step={step}"")\n # Must resolve statically if step is {<0, ==0, >0}\n try:\n if step == 0:\n raise ValueError(""arange has step == 0"")\n step_gt_0 = (step > 0)\n except core.InconclusiveDimensionOperation as e:\n raise core.InconclusiveDimensionOperation(\n f""In arange with non-constant arguments the step ({step}) must "" +\n f""be resolved statically if it is > 0 or < 0.\nDetails: {e}"")\n gap = step if step_gt_0 else - step\n distance = (stop - start) if step_gt_0 else (start - stop)\n size = core.max_dim(0, distance + gap - 1) // gap\n return (array(start, dtype=dtype) +\n array(step, dtype=dtype) * lax.iota(dtype, size))\n\n\n@export\ndef meshgrid(*xi: ArrayLike, copy: bool = True, sparse: bool = False,\n indexing: str = 'xy') -> list[Array]:\n """"""Construct N-dimensional grid arrays from N 1-dimensional vectors.\n\n JAX implementation of :func:`numpy.meshgrid`.\n\n Args:\n xi: N arrays to convert to a grid.\n copy: whether to copy the input arrays. JAX supports only ``copy=True``,\n though under JIT compilation the compiler may opt to avoid copies.\n sparse: if False (default), then each returned arrays will be of shape\n ``[len(x1), len(x2), ..., len(xN)]``. If False, then returned arrays\n will be of shape ``[1, 1, ..., len(xi), ..., 1, 1]``.\n indexing: options are ``'xy'`` for cartesian indexing (default) or ``'ij'``\n for matrix indexing.\n\n Returns:\n A length-N list of grid arrays.\n\n See also:\n - :func:`jax.numpy.indices`: generate a grid of indices.\n - :obj:`jax.numpy.mgrid`: create a meshgrid using indexing syntax.\n - :obj:`jax.numpy.ogrid`: create an open meshgrid using indexing syntax.\n\n Examples:\n For the following examples, we'll use these 1D arrays as inputs:\n\n >>> x = jnp.array([1, 2])\n >>> y = jnp.array([10, 20, 30])\n\n 2D cartesian mesh grid:\n\n >>> x_grid, y_grid = jnp.meshgrid(x, y)\n >>> print(x_grid)\n [[1 2]\n [1 2]\n [1 2]]\n >>> print(y_grid)\n [[10 10]\n [20 20]\n [30 30]]\n\n 2D sparse cartesian mesh grid:\n\n >>> x_grid, y_grid = jnp.meshgrid(x, y, sparse=True)\n >>> print(x_grid)\n [[1 2]]\n >>> print(y_grid)\n [[10]\n [20]\n [30]]\n\n 2D matrix-index mesh grid:\n\n >>> x_grid, y_grid = jnp.meshgrid(x, y, indexing='ij')\n >>> print(x_grid)\n [[1 1 1]\n [2 2 2]]\n >>> print(y_grid)\n [[10 20 30]\n [10 20 30]]\n """"""\n args = list(util.ensure_arraylike_tuple(""meshgrid"", tuple(xi)))\n if not copy:\n raise ValueError(""jax.numpy.meshgrid only supports copy=True"")\n if indexing not in [""xy"", ""ij""]:\n raise ValueError(f""Valid values for indexing are 'xy' and 'ij', got {indexing}"")\n if any(a.ndim != 1 for a in args):\n raise ValueError(""Arguments to jax.numpy.meshgrid must be 1D, got shapes ""\n f""{[a.shape for a in args]}"")\n if indexing == ""xy"" and len(args) >= 2:\n args[0], args[1] = args[1], args[0]\n shape = [1 if sparse else a.shape[0] for a in args]\n _a_shape = lambda i, a: [*shape[:i], a.shape[0], *shape[i + 1:]] if sparse else shape\n output = [lax.broadcast_in_dim(a, _a_shape(i, a), (i,)) for i, a, in enumerate(args)]\n if indexing == ""xy"" and len(args) >= 2:\n output[0], output[1] = output[1], output[0]\n return output\n\n\n@export\n@jit\ndef i0(x: ArrayLike) -> Array:\n r""""""Calculate modified Bessel function of first kind, zeroth order.\n\n JAX implementation of :func:`numpy.i0`.\n\n Modified Bessel function of first kind, zeroth order is defined by:\n\n .. math::\n\n \mathrm{i0}(x) = I_0(x) = \sum_{k=0}^{\infty} \frac{(x^2/4)^k}{(k!)^2}\n\n Args:\n x: scalar or array. Specifies the argument of Bessel function. Complex inputs\n are not supported.\n\n Returns:\n An array containing the corresponding values of the modified Bessel function\n of ``x``.\n\n See also:\n - :func:`jax.scipy.special.i0`: Calculates the modified Bessel function of\n zeroth order.\n - :func:`jax.scipy.special.i1`: Calculates the modified Bessel function of\n first order.\n - :func:`jax.scipy.special.i0e`: Calculates the exponentially scaled modified\n Bessel function of zeroth order.\n\n Examples:\n >>> x = jnp.array([-2, -1, 0, 1, 2])\n >>> jnp.i0(x)\n Array([2.2795851, 1.266066 , 1.0000001, 1.266066 , 2.2795851], dtype=float32)\n """"""\n x_arr, = util.promote_args_inexact(""i0"", x)\n if not issubdtype(x_arr.dtype, np.floating):\n raise ValueError(f""Unsupported input type to jax.numpy.i0: {_dtype(x)}"")\n return _i0(x_arr)\n\n\n@custom_jvp\ndef _i0(x):\n abs_x = lax.abs(x)\n return lax.mul(lax.exp(abs_x), lax.bessel_i0e(abs_x))\n\n@_i0.defjvp\ndef _i0_jvp(primals, tangents):\n primal_out, tangent_out = api.jvp(_i0.fun, primals, tangents)\n return primal_out, where(primals[0] == 0, 0.0, tangent_out)\n\n@export\ndef ix_(*args: ArrayLike) -> tuple[Array, ...]:\n """"""Return a multi-dimensional grid (open mesh) from N one-dimensional sequences.\n\n JAX implementation of :func:`numpy.ix_`.\n\n Args:\n *args: N one-dimensional arrays\n\n Returns:\n Tuple of Jax arrays forming an open mesh, each with N dimensions.\n\n See Also:\n - :obj:`jax.numpy.ogrid`\n - :obj:`jax.numpy.mgrid`\n - :func:`jax.numpy.meshgrid`\n\n Examples:\n >>> rows = jnp.array([0, 2])\n >>> cols = jnp.array([1, 3])\n >>> open_mesh = jnp.ix_(rows, cols)\n >>> open_mesh\n (Array([[0],\n [2]], dtype=int32), Array([[1, 3]], dtype=int32))\n >>> [grid.shape for grid in open_mesh]\n [(2, 1), (1, 2)]\n >>> x = jnp.array([[10, 20, 30, 40],\n ... [50, 60, 70, 80],\n ... [90, 100, 110, 120],\n ... [130, 140, 150, 160]])\n >>> x[open_mesh]\n Array([[ 20, 40],\n [100, 120]], dtype=int32)\n """"""\n args = util.ensure_arraylike_tuple(""ix"", args)\n n = len(args)\n output = []\n for i, a in enumerate(args):\n if len(a.shape) != 1:\n msg = ""Arguments to jax.numpy.ix_ must be 1-dimensional, got shape {}""\n raise ValueError(msg.format(a.shape))\n if _dtype(a) == bool:\n raise NotImplementedError(\n ""Boolean arguments to jax.numpy.ix_ are not implemented"")\n shape = [1] * n\n shape[i] = a.shape[0]\n if a.size == 0:\n # Numpy uses an integer index type for empty arrays.\n output.append(lax.full(shape, np.zeros((), np.intp)))\n else:\n output.append(lax.broadcast_in_dim(a, shape, (i,)))\n return tuple(output)\n\n\n@overload\ndef indices(dimensions: Sequence[int], dtype: DTypeLike | None = None,\n sparse: Literal[False] = False) -> Array: ...\n@overload\ndef indices(dimensions: Sequence[int], dtype: DTypeLike | None = None,\n *, sparse: Literal[True]) -> tuple[Array, ...]: ...\n@overload\ndef indices(dimensions: Sequence[int], dtype: DTypeLike | None = None,\n sparse: bool = False) -> Array | tuple[Array, ...]: ...\n@export\ndef indices(dimensions: Sequence[int], dtype: DTypeLike | None = None,\n sparse: bool = False) -> Array | tuple[Array, ...]:\n """"""Generate arrays of grid indices.\n\n JAX implementation of :func:`numpy.indices`.\n\n Args:\n dimensions: the shape of the grid.\n dtype: the dtype of the indices (defaults to integer).\n sparse: if True, then return sparse indices. Default is False, which\n returns dense indices.\n\n Returns:\n An array of shape ``(len(dimensions), *dimensions)`` If ``sparse`` is False,\n or a sequence of arrays of the same length as ``dimensions`` if ``sparse`` is True.\n\n See also:\n - :func:`jax.numpy.meshgrid`: generate a grid from arbitrary input arrays.\n - :obj:`jax.numpy.mgrid`: generate dense indices using a slicing syntax.\n - :obj:`jax.numpy.ogrid`: generate sparse indices using a slicing syntax.\n\n Examples:\n >>> jnp.indices((2, 3))\n Array([[[0, 0, 0],\n [1, 1, 1]],\n \n [[0, 1, 2],\n [0, 1, 2]]], dtype=int32)\n >>> jnp.indices((2, 3), sparse=True)\n (Array([[0],\n [1]], dtype=int32), Array([[0, 1, 2]], dtype=int32))\n """"""\n dtypes.check_user_dtype_supported(dtype, ""indices"")\n dtype = dtype or dtypes.canonicalize_dtype(dtypes.int_)\n dimensions = tuple(\n core.concrete_or_error(operator.index, d, ""dimensions argument of jnp.indices"")\n for d in dimensions)\n N = len(dimensions)\n output = []\n s = dimensions\n for i, dim in enumerate(dimensions):\n idx = lax.iota(dtype, dim)\n if sparse:\n s = (1,)*i + (dim,) + (1,)*(N - i - 1)\n output.append(lax.broadcast_in_dim(idx, s, (i,)))\n if sparse:\n return tuple(output)\n return stack(output, 0) if output else array([], dtype=dtype)\n\n\n@export\ndef repeat(a: ArrayLike, repeats: ArrayLike, axis: int | None = None, *,\n total_repeat_length: int | None = None,\n out_sharding: NamedSharding | P | None = None) -> Array:\n """"""Construct an array from repeated elements.\n\n JAX implementation of :func:`numpy.repeat`.\n\n Args:\n a: N-dimensional array\n repeats: 1D integer array specifying the number of repeats. Must match the\n length of the repeated axis.\n axis: integer specifying the axis of ``a`` along which to construct the\n repeated array. If None (default) then ``a`` is first flattened.\n total_repeat_length: this must be specified statically for ``jnp.repeat``\n to be compatible with :func:`~jax.jit` and other JAX transformations.\n If ``sum(repeats)`` is larger than the specified ``total_repeat_length``,\n the remaining values will be discarded. If ``sum(repeats)`` is smaller\n than ``total_repeat_length``, the final value will be repeated.\n\n Returns:\n an array constructed from repeated values of ``a``.\n\n See Also:\n - :func:`jax.numpy.tile`: repeat a full array rather than individual values.\n\n Examples:\n Repeat each value twice along the last axis:\n\n >>> a = jnp.array([[1, 2],\n ... [3, 4]])\n >>> jnp.repeat(a, 2, axis=-1)\n Array([[1, 1, 2, 2],\n [3, 3, 4, 4]], dtype=int32)\n\n If ``axis`` is not specified, the input array will be flattened:\n\n >>> jnp.repeat(a, 2)\n Array([1, 1, 2, 2, 3, 3, 4, 4], dtype=int32)\n\n Pass an array to ``repeats`` to repeat each value a different number of times:\n\n >>> repeats = jnp.array([2, 3])\n >>> jnp.repeat(a, repeats, axis=1)\n Array([[1, 1, 2, 2, 2],\n [3, 3, 4, 4, 4]], dtype=int32)\n\n In order to use ``repeat`` within ``jit`` and other JAX transformations, the\n size of the output must be specified statically using ``total_repeat_length``:\n\n >>> jit_repeat = jax.jit(jnp.repeat, static_argnames=['axis', 'total_repeat_length'])\n >>> jit_repeat(a, repeats, axis=1, total_repeat_length=5)\n Array([[1, 1, 2, 2, 2],\n [3, 3, 4, 4, 4]], dtype=int32)\n\n If `total_repeat_length` is smaller than ``sum(repeats)``, the result will be truncated:\n\n >>> jit_repeat(a, repeats, axis=1, total_repeat_length=4)\n Array([[1, 1, 2, 2],\n [3, 3, 4, 4]], dtype=int32)\n\n If it is larger, then the additional entries will be filled with the final value:\n\n >>> jit_repeat(a, repeats, axis=1, total_repeat_length=7)\n Array([[1, 1, 2, 2, 2, 2, 2],\n [3, 3, 4, 4, 4, 4, 4]], dtype=int32)\n """"""\n if out_sharding is not None:\n return _auto_repeat(_repeat, a, repeats, axis, total_repeat_length,\n out_sharding)\n ctx_mesh = get_abstract_mesh()\n if ctx_mesh._are_all_axes_explicit:\n aval = core.typeof(a)\n if axis is None or aval.sharding.spec[axis] is not None:\n raise ValueError(\n ""Please pass sharding to `jnp.repeat` via `out_sharding` parameter."")\n assert axis is not None and aval.sharding.spec[axis] is None\n out_sharding = (NamedSharding(ctx_mesh, P())\n if aval.sharding.mesh.empty else aval.sharding)\n return _auto_repeat(_repeat, a, repeats, axis, total_repeat_length,\n out_sharding)\n try:\n return _repeat(a, repeats=repeats, axis=axis,\n total_repeat_length=total_repeat_length)\n except core.ShardingTypeError as e:\n raise ValueError(\n ""Please pass sharding to `jnp.repeat` via `out_sharding` parameter."")\n\ndef _auto_repeat(fun, a, repeats, axis, total_repeat_length, out_sharding):\n if total_repeat_length is None:\n return auto_axes(partial(fun, repeats=repeats, axis=axis,\n total_repeat_length=total_repeat_length),\n out_sharding=out_sharding)(a)\n else:\n return auto_axes(\n partial(fun, axis=axis, total_repeat_length=total_repeat_length),\n out_sharding=out_sharding)(a, repeats=repeats)\n\ndef _repeat(a: ArrayLike, *, repeats: ArrayLike, axis: int | None = None,\n total_repeat_length: int | None = None) -> Array:\n if core.is_dim(repeats):\n util.check_arraylike(""repeat"", a)\n else:\n util.check_arraylike(""repeat"", a, repeats)\n arr = asarray(a)\n\n if axis is None:\n arr = arr.ravel()\n axis = 0\n\n axis = core.concrete_or_error(operator.index, axis, ""'axis' argument of jnp.repeat()"")\n assert isinstance(axis, int) # to appease mypy\n\n if core.is_symbolic_dim(repeats):\n if total_repeat_length is not None:\n raise ValueError(""jnp.repeat with a non-constant `repeats` is supported only ""\n f""when `total_repeat_length` is None. ({repeats=} {total_repeat_length=})"")\n\n # If total_repeat_length is not given, use a default.\n if total_repeat_length is None:\n repeats = core.concrete_or_error(None, repeats,\n ""When jit-compiling jnp.repeat, the total number of repeats must be static. ""\n ""To fix this, either specify a static value for `repeats`, or pass a static ""\n ""value to `total_repeat_length`."")\n\n # Fast path for when repeats is a scalar.\n if np.ndim(repeats) == 0 and np.ndim(arr) != 0:\n input_shape = arr.shape\n axis = _canonicalize_axis(axis, len(input_shape))\n aux_axis = axis + 1\n aux_shape: list[DimSize] = list(input_shape)\n aux_shape.insert(aux_axis, operator.index(repeats) if core.is_constant_dim(repeats) else repeats) # type: ignore\n arr = lax.broadcast_in_dim(\n arr, aux_shape, [i for i in range(len(aux_shape)) if i != aux_axis])\n result_shape: list[DimSize] = list(input_shape)\n result_shape[axis] *= repeats\n return arr.reshape(result_shape)\n\n repeats = np.ravel(repeats)\n if arr.ndim != 0:\n repeats = np.broadcast_to(repeats, [arr.shape[axis]])\n total_repeat_length = np.sum(repeats)\n else:\n repeats = ravel(repeats)\n if arr.ndim != 0:\n repeats = broadcast_to(repeats, [arr.shape[axis]])\n\n # Special case when a is a scalar.\n if arr.ndim == 0:\n if np.shape(repeats) == (1,):\n return full([total_repeat_length], arr)\n else:\n raise ValueError('`repeat` with a scalar parameter `a` is only '\n 'implemented for scalar values of the parameter `repeats`.')\n\n # Special case if total_repeat_length is zero.\n if total_repeat_length == 0:\n result_shape = list(arr.shape)\n result_shape[axis] = 0\n return reshape(array([], dtype=arr.dtype), result_shape)\n\n # If repeats is on a zero sized axis, then return the array.\n if arr.shape[axis] == 0:\n return arr\n\n # This implementation of repeat avoid having to instantiate a large.\n # intermediate tensor.\n\n # Modify repeats from e.g. [1,2,0,5] -> [0,1,2,0] for exclusive repeat.\n exclusive_repeats = roll(repeats, shift=1).at[0].set(0)\n # Cumsum to get indices of new number in repeated tensor, e.g. [0, 1, 3, 3]\n scatter_indices = reductions.cumsum(exclusive_repeats)\n # Scatter these onto a zero buffer, e.g. [1,1,0,2,0,0,0,0]\n block_split_indicators = zeros([total_repeat_length], dtype='int32')\n block_split_indicators = block_split_indicators.at[scatter_indices].add(1)\n # Cumsum again to get scatter indices for repeat, e.g. [0,1,1,3,3,3,3,3]\n gather_indices = reductions.cumsum(block_split_indicators) - 1\n return indexing.take(arr, gather_indices, axis=axis)\n\n\n@export\n@partial(jit, static_argnames=('axis',))\ndef trapezoid(y: ArrayLike, x: ArrayLike | None = None, dx: ArrayLike = 1.0,\n axis: int = -1) -> Array:\n r""""""\n Integrate along the given axis using the composite trapezoidal rule.\n\n JAX implementation of :func:`numpy.trapezoid`\n\n The trapezoidal rule approximates the integral under a curve by summing the\n areas of trapezoids formed between adjacent data points.\n\n Args:\n y: array of data to integrate.\n x: optional array of sample points corresponding to the ``y`` values. If not\n provided, ``x`` defaults to equally spaced with spacing given by ``dx``.\n dx: The spacing between sample points when `x` is None (default: 1.0).\n axis: The axis along which to integrate (default: -1)\n\n Returns:\n The definite integral approximated by the trapezoidal rule.\n\n Examples:\n Integrate over a regular grid, with spacing 1.0:\n\n >>> y = jnp.array([1, 2, 3, 2, 3, 2, 1])\n >>> jnp.trapezoid(y, dx=1.0)\n Array(13., dtype=float32)\n\n Integrate over an irregular grid:\n\n >>> x = jnp.array([0, 2, 5, 7, 10, 15, 20])\n >>> jnp.trapezoid(y, x)\n Array(43., dtype=float32)\n\n Approximate :math:`\int_0^{2\pi} \sin^2(x)dx`, which equals :math:`\pi`:\n\n >>> x = jnp.linspace(0, 2 * jnp.pi, 1000)\n >>> y = jnp.sin(x) ** 2\n >>> result = jnp.trapezoid(y, x)\n >>> jnp.allclose(result, jnp.pi)\n Array(True, dtype=bool)\n """"""\n # TODO(phawkins): remove this annotation after fixing jnp types.\n dx_array: Array\n if x is None:\n y = util.ensure_arraylike('trapezoid', y)\n y_arr, = util.promote_dtypes_inexact(y)\n dx_array = asarray(dx)\n else:\n y, x = util.ensure_arraylike('trapezoid', y, x)\n y_arr, x_arr = util.promote_dtypes_inexact(y, x)\n if x_arr.ndim == 1:\n dx_array = diff(x_arr)\n else:\n dx_array = moveaxis(diff(x_arr, axis=axis), axis, -1)\n y_arr = moveaxis(y_arr, axis, -1)\n return 0.5 * (dx_array * (y_arr[..., 1:] + y_arr[..., :-1])).sum(-1)\n\n\n@export\ndef tri(N: int, M: int | None = None, k: int = 0, dtype: DTypeLike | None = None) -> Array:\n r""""""Return an array with ones on and below the diagonal and zeros elsewhere.\n\n JAX implementation of :func:`numpy.tri`\n\n Args:\n N: int. Dimension of the rows of the returned array.\n M: optional, int. Dimension of the columns of the returned array. If not\n specified, then ``M = N``.\n k: optional, int, default=0. Specifies the sub-diagonal on and below which\n the array is filled with ones. ``k=0`` refers to main diagonal, ``k<0``\n refers to sub-diagonal below the main diagonal and ``k>0`` refers to\n sub-diagonal above the main diagonal.\n dtype: optional, data type of the returned array. The default type is float.\n\n Returns:\n An array of shape ``(N, M)`` containing the lower triangle with elements\n below the sub-diagonal specified by ``k`` are set to one and zero elsewhere.\n\n See also:\n - :func:`jax.numpy.tril`: Returns a lower triangle of an array.\n - :func:`jax.numpy.triu`: Returns an upper triangle of an array.\n\n Examples:\n >>> jnp.tri(3)\n Array([[1., 0., 0.],\n [1., 1., 0.],\n [1., 1., 1.]], dtype=float32)\n\n When ``M`` is not equal to ``N``:\n\n >>> jnp.tri(3, 4)\n Array([[1., 0., 0., 0.],\n [1., 1., 0., 0.],\n [1., 1., 1., 0.]], dtype=float32)\n\n when ``k>0``:\n\n >>> jnp.tri(3, k=1)\n Array([[1., 1., 0.],\n [1., 1., 1.],\n [1., 1., 1.]], dtype=float32)\n\n When ``k<0``:\n\n >>> jnp.tri(3, 4, k=-1)\n Array([[0., 0., 0., 0.],\n [1., 0., 0., 0.],\n [1., 1., 0., 0.]], dtype=float32)\n """"""\n dtypes.check_user_dtype_supported(dtype, ""tri"")\n M = M if M is not None else N\n dtype = dtype or np.dtype('float32')\n return lax_internal._tri(dtype, (N, M), k)\n\n\n@export\n@partial(jit, static_argnames=('k',))\ndef tril(m: ArrayLike, k: int = 0) -> Array:\n r""""""Return lower triangle of an array.\n\n JAX implementation of :func:`numpy.tril`\n\n Args:\n m: input array. Must have ``m.ndim >= 2``.\n k: k: optional, int, default=0. Specifies the sub-diagonal above which the\n elements of the array are set to zero. ``k=0`` refers to main diagonal,\n ``k<0`` refers to sub-diagonal below the main diagonal and ``k>0`` refers\n to sub-diagonal above the main diagonal.\n\n Returns:\n An array with same shape as input containing the lower triangle of the given\n array with elements above the sub-diagonal specified by ``k`` are set to\n zero.\n\n See also:\n - :func:`jax.numpy.triu`: Returns an upper triangle of an array.\n - :func:`jax.numpy.tri`: Returns an array with ones on and below the\n diagonal and zeros elsewhere.\n\n Examples:\n >>> x = jnp.array([[1, 2, 3, 4],\n ... [5, 6, 7, 8],\n ... [9, 10, 11, 12]])\n >>> jnp.tril(x)\n Array([[ 1, 0, 0, 0],\n [ 5, 6, 0, 0],\n [ 9, 10, 11, 0]], dtype=int32)\n >>> jnp.tril(x, k=1)\n Array([[ 1, 2, 0, 0],\n [ 5, 6, 7, 0],\n [ 9, 10, 11, 12]], dtype=int32)\n >>> jnp.tril(x, k=-1)\n Array([[ 0, 0, 0, 0],\n [ 5, 0, 0, 0],\n [ 9, 10, 0, 0]], dtype=int32)\n\n When ``m.ndim > 2``, ``jnp.tril`` operates batch-wise on the trailing axes.\n\n >>> x1 = jnp.array([[[1, 2],\n ... [3, 4]],\n ... [[5, 6],\n ... [7, 8]]])\n >>> jnp.tril(x1)\n Array([[[1, 0],\n [3, 4]],\n \n [[5, 0],\n [7, 8]]], dtype=int32)\n """"""\n m = util.ensure_arraylike(""tril"", m)\n m_shape = np.shape(m)\n if len(m_shape) < 2:\n raise ValueError(""Argument to jax.numpy.tril must be at least 2D"")\n N, M = m_shape[-2:]\n mask = tri(N, M, k=k, dtype=bool)\n return lax.select(lax.broadcast(mask, m_shape[:-2]), m, zeros_like(m))\n\n\n@export\n@partial(jit, static_argnames=('k',))\ndef triu(m: ArrayLike, k: int = 0) -> Array:\n r""""""Return upper triangle of an array.\n\n JAX implementation of :func:`numpy.triu`\n\n Args:\n m: input array. Must have ``m.ndim >= 2``.\n k: optional, int, default=0. Specifies the sub-diagonal below which the\n elements of the array are set to zero. ``k=0`` refers to main diagonal,\n ``k<0`` refers to sub-diagonal below the main diagonal and ``k>0`` refers\n to sub-diagonal above the main diagonal.\n\n Returns:\n An array with same shape as input containing the upper triangle of the given\n array with elements below the sub-diagonal specified by ``k`` are set to\n zero.\n\n See also:\n - :func:`jax.numpy.tril`: Returns a lower triangle of an array.\n - :func:`jax.numpy.tri`: Returns an array with ones on and below the\n diagonal and zeros elsewhere.\n\n Examples:\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9],\n ... [10, 11, 12]])\n >>> jnp.triu(x)\n Array([[1, 2, 3],\n [0, 5, 6],\n [0, 0, 9],\n [0, 0, 0]], dtype=int32)\n >>> jnp.triu(x, k=1)\n Array([[0, 2, 3],\n [0, 0, 6],\n [0, 0, 0],\n [0, 0, 0]], dtype=int32)\n >>> jnp.triu(x, k=-1)\n Array([[ 1, 2, 3],\n [ 4, 5, 6],\n [ 0, 8, 9],\n [ 0, 0, 12]], dtype=int32)\n\n When ``m.ndim > 2``, ``jnp.triu`` operates batch-wise on the trailing axes.\n\n >>> x1 = jnp.array([[[1, 2],\n ... [3, 4]],\n ... [[5, 6],\n ... [7, 8]]])\n >>> jnp.triu(x1)\n Array([[[1, 2],\n [0, 4]],\n \n [[5, 6],\n [0, 8]]], dtype=int32)\n """"""\n m = util.ensure_arraylike(""triu"", m)\n m_shape = np.shape(m)\n if len(m_shape) < 2:\n raise ValueError(""Argument to jax.numpy.triu must be at least 2D"")\n N, M = m_shape[-2:]\n mask = tri(N, M, k=k - 1, dtype=bool)\n return lax.select(lax.broadcast(mask, m_shape[:-2]), zeros_like(m), m)\n\n\n@export\n@partial(jit, static_argnames=('axis1', 'axis2', 'dtype'))\ndef trace(a: ArrayLike, offset: int | ArrayLike = 0, axis1: int = 0, axis2: int = 1,\n dtype: DTypeLike | None = None, out: None = None) -> Array:\n """"""Calculate sum of the diagonal of input along the given axes.\n\n JAX implementation of :func:`numpy.trace`.\n\n Args:\n a: input array. Must have ``a.ndim >= 2``.\n offset: optional, int, default=0. Diagonal offset from the main diagonal.\n Can be positive or negative.\n axis1: optional, default=0. The first axis along which to take the sum of\n diagonal. Must be a static integer value.\n axis2: optional, default=1. The second axis along which to take the sum of\n diagonal. Must be a static integer value.\n dtype: optional. The dtype of the output array. Should be provided as static\n argument in JIT compilation.\n out: Not used by JAX.\n\n Returns:\n An array of dimension x.ndim-2 containing the sum of the diagonal elements\n along axes (axis1, axis2)\n\n See also:\n - :func:`jax.numpy.diag`: Returns the specified diagonal or constructs a diagonal\n array\n - :func:`jax.numpy.diagonal`: Returns the specified diagonal of an array.\n - :func:`jax.numpy.diagflat`: Returns a 2-D array with the flattened input array\n laid out on the diagonal.\n\n Examples:\n >>> x = jnp.arange(1, 9).reshape(2, 2, 2)\n >>> x\n Array([[[1, 2],\n [3, 4]],\n \n [[5, 6],\n [7, 8]]], dtype=int32)\n >>> jnp.trace(x)\n Array([ 8, 10], dtype=int32)\n >>> jnp.trace(x, offset=1)\n Array([3, 4], dtype=int32)\n >>> jnp.trace(x, axis1=1, axis2=2)\n Array([ 5, 13], dtype=int32)\n >>> jnp.trace(x, offset=1, axis1=1, axis2=2)\n Array([2, 6], dtype=int32)\n """"""\n a = util.ensure_arraylike(""trace"", a)\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.trace is not supported."")\n\n if _canonicalize_axis(axis1, np.ndim(a)) == _canonicalize_axis(axis2, np.ndim(a)):\n raise ValueError(f""axis1 and axis2 can not be same. axis1={axis1} and axis2={axis2}"")\n\n dtypes.check_user_dtype_supported(dtype, ""trace"")\n\n a_shape = np.shape(a)\n a = moveaxis(a, (axis1, axis2), (-2, -1))\n\n # Mask out the diagonal and reduce.\n a = where(eye(a_shape[axis1], a_shape[axis2], k=offset, dtype=bool),\n a, zeros_like(a))\n return reductions.sum(a, axis=(-2, -1), dtype=dtype)\n\n\n@export\ndef mask_indices(n: int,\n mask_func: Callable[[ArrayLike, int], Array],\n k: int = 0, *, size: int | None = None) -> tuple[Array, Array]:\n """"""Return indices of a mask of an (n, n) array.\n\n Args:\n n: static integer array dimension.\n mask_func: a function that takes a shape ``(n, n)`` array and\n an optional offset ``k``, and returns a shape ``(n, n)`` mask.\n Examples of functions with this signature are\n :func:`~jax.numpy.triu` and :func:`~jax.numpy.tril`.\n k: a scalar value passed to ``mask_func``.\n size: optional argument specifying the static size of the output arrays.\n This is passed to :func:`~jax.numpy.nonzero` when generating the indices\n from the mask.\n\n Returns:\n a tuple of indices where ``mask_func`` is nonzero.\n\n See also:\n - :func:`jax.numpy.triu_indices`: compute ``mask_indices`` for :func:`~jax.numpy.triu`.\n - :func:`jax.numpy.tril_indices`: compute ``mask_indices`` for :func:`~jax.numpy.tril`.\n\n Examples:\n Calling ``mask_indices`` on built-in masking functions:\n\n >>> jnp.mask_indices(3, jnp.triu)\n (Array([0, 0, 0, 1, 1, 2], dtype=int32), Array([0, 1, 2, 1, 2, 2], dtype=int32))\n\n >>> jnp.mask_indices(3, jnp.tril)\n (Array([0, 1, 1, 2, 2, 2], dtype=int32), Array([0, 0, 1, 0, 1, 2], dtype=int32))\n\n Calling ``mask_indices`` on a custom masking function:\n\n >>> def mask_func(x, k=0):\n ... i = jnp.arange(x.shape[0])[:, None]\n ... j = jnp.arange(x.shape[1])\n ... return (i + 1) % (j + 1 + k) == 0\n >>> mask_func(jnp.ones((3, 3)))\n Array([[ True, False, False],\n [ True, True, False],\n [ True, False, True]], dtype=bool)\n >>> jnp.mask_indices(3, mask_func)\n (Array([0, 1, 1, 2, 2], dtype=int32), Array([0, 0, 1, 0, 2], dtype=int32))\n """"""\n i, j = nonzero(mask_func(ones((n, n)), k), size=size)\n return (i, j)\n\n\ndef _triu_size(n, m, k):\n if k < 0:\n return n * m - _triu_size(m, n, (1 - k))\n elif k >= m:\n return 0\n else:\n mk = min(n, m - k)\n return mk * (mk + 1) // 2 + mk * (m - k - mk)\n\n\n@export\ndef triu_indices(n: int, k: int = 0, m: int | None = None) -> tuple[Array, Array]:\n """"""Return the indices of upper triangle of an array of size ``(n, m)``.\n\n JAX implementation of :func:`numpy.triu_indices`.\n\n Args:\n n: int. Number of rows of the array for which the indices are returned.\n k: optional, int, default=0. Specifies the sub-diagonal on and above which\n the indices of upper triangle are returned. ``k=0`` refers to main diagonal,\n ``k<0`` refers to sub-diagonal below the main diagonal and ``k>0`` refers\n to sub-diagonal above the main diagonal.\n m: optional, int. Number of columns of the array for which the indices are\n returned. If not specified, then ``m = n``.\n\n Returns:\n A tuple of two arrays containing the indices of the upper triangle, one along\n each axis.\n\n See also:\n - :func:`jax.numpy.tril_indices`: Returns the indices of lower triangle of an\n array of size ``(n, m)``.\n - :func:`jax.numpy.triu_indices_from`: Returns the indices of upper triangle\n of a given array.\n - :func:`jax.numpy.tril_indices_from`: Returns the indices of lower triangle\n of a given array.\n\n Examples:\n If only ``n`` is provided in input, the indices of upper triangle of an array\n of size ``(n, n)`` array are returned.\n\n >>> jnp.triu_indices(3)\n (Array([0, 0, 0, 1, 1, 2], dtype=int32), Array([0, 1, 2, 1, 2, 2], dtype=int32))\n\n If both ``n`` and ``m`` are provided in input, the indices of upper triangle\n of an ``(n, m)`` array are returned.\n\n >>> jnp.triu_indices(3, m=2)\n (Array([0, 0, 1], dtype=int32), Array([0, 1, 1], dtype=int32))\n\n If ``k = 1``, the indices on and above the first sub-diagonal above the main\n diagonal are returned.\n\n >>> jnp.triu_indices(3, k=1)\n (Array([0, 0, 1], dtype=int32), Array([1, 2, 2], dtype=int32))\n\n If ``k = -1``, the indices on and above the first sub-diagonal below the main\n diagonal are returned.\n\n >>> jnp.triu_indices(3, k=-1)\n (Array([0, 0, 0, 1, 1, 1, 2, 2], dtype=int32), Array([0, 1, 2, 0, 1, 2, 1, 2], dtype=int32))\n """"""\n n = core.concrete_or_error(operator.index, n, ""n argument of jnp.triu_indices"")\n k = core.concrete_or_error(operator.index, k, ""k argument of jnp.triu_indices"")\n m = n if m is None else core.concrete_or_error(operator.index, m, ""m argument of jnp.triu_indices"")\n i, j = nonzero(triu(ones((n, m)), k=k), size=_triu_size(n, m, k))\n return i, j\n\n\n@export\ndef tril_indices(n: int, k: int = 0, m: int | None = None) -> tuple[Array, Array]:\n """"""Return the indices of lower triangle of an array of size ``(n, m)``.\n\n JAX implementation of :func:`numpy.tril_indices`.\n\n Args:\n n: int. Number of rows of the array for which the indices are returned.\n k: optional, int, default=0. Specifies the sub-diagonal on and below which\n the indices of lower triangle are returned. ``k=0`` refers to main diagonal,\n ``k<0`` refers to sub-diagonal below the main diagonal and ``k>0`` refers\n to sub-diagonal above the main diagonal.\n m: optional, int. Number of columns of the array for which the indices are\n returned. If not specified, then ``m = n``.\n\n Returns:\n A tuple of two arrays containing the indices of the lower triangle, one along\n each axis.\n\n See also:\n - :func:`jax.numpy.triu_indices`: Returns the indices of upper triangle of an\n array of size ``(n, m)``.\n - :func:`jax.numpy.triu_indices_from`: Returns the indices of upper triangle\n of a given array.\n - :func:`jax.numpy.tril_indices_from`: Returns the indices of lower triangle\n of a given array.\n\n Examples:\n If only ``n`` is provided in input, the indices of lower triangle of an array\n of size ``(n, n)`` array are returned.\n\n >>> jnp.tril_indices(3)\n (Array([0, 1, 1, 2, 2, 2], dtype=int32), Array([0, 0, 1, 0, 1, 2], dtype=int32))\n\n If both ``n`` and ``m`` are provided in input, the indices of lower triangle\n of an ``(n, m)`` array are returned.\n\n >>> jnp.tril_indices(3, m=2)\n (Array([0, 1, 1, 2, 2], dtype=int32), Array([0, 0, 1, 0, 1], dtype=int32))\n\n If ``k = 1``, the indices on and below the first sub-diagonal above the main\n diagonal are returned.\n\n >>> jnp.tril_indices(3, k=1)\n (Array([0, 0, 1, 1, 1, 2, 2, 2], dtype=int32), Array([0, 1, 0, 1, 2, 0, 1, 2], dtype=int32))\n\n If ``k = -1``, the indices on and below the first sub-diagonal below the main\n diagonal are returned.\n\n >>> jnp.tril_indices(3, k=-1)\n (Array([1, 2, 2], dtype=int32), Array([0, 0, 1], dtype=int32))\n """"""\n n = core.concrete_or_error(operator.index, n, ""n argument of jnp.triu_indices"")\n k = core.concrete_or_error(operator.index, k, ""k argument of jnp.triu_indices"")\n m = n if m is None else core.concrete_or_error(operator.index, m, ""m argument of jnp.triu_indices"")\n i, j = nonzero(tril(ones((n, m)), k=k), size=_triu_size(m, n, -k))\n return i, j\n\n\n@export\ndef triu_indices_from(arr: ArrayLike | SupportsShape, k: int = 0) -> tuple[Array, Array]:\n """"""Return the indices of upper triangle of a given array.\n\n JAX implementation of :func:`numpy.triu_indices_from`.\n\n Args:\n arr: input array. Must have ``arr.ndim == 2``.\n k: optional, int, default=0. Specifies the sub-diagonal on and above which\n the indices of upper triangle are returned. ``k=0`` refers to main diagonal,\n ``k<0`` refers to sub-diagonal below the main diagonal and ``k>0`` refers\n to sub-diagonal above the main diagonal.\n\n Returns:\n A tuple of two arrays containing the indices of the upper triangle, one along\n each axis.\n\n See also:\n - :func:`jax.numpy.tril_indices_from`: Returns the indices of lower triangle\n of a given array.\n - :func:`jax.numpy.triu_indices`: Returns the indices of upper triangle of an\n array of size ``(n, m)``.\n - :func:`jax.numpy.triu`: Return an upper triangle of an array.\n\n Examples:\n >>> arr = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9]])\n >>> jnp.triu_indices_from(arr)\n (Array([0, 0, 0, 1, 1, 2], dtype=int32), Array([0, 1, 2, 1, 2, 2], dtype=int32))\n\n Elements indexed by ``jnp.triu_indices_from`` correspond to those in the\n output of ``jnp.triu``.\n\n >>> ind = jnp.triu_indices_from(arr)\n >>> arr[ind]\n Array([1, 2, 3, 5, 6, 9], dtype=int32)\n >>> jnp.triu(arr)\n Array([[1, 2, 3],\n [0, 5, 6],\n [0, 0, 9]], dtype=int32)\n\n When ``k > 0``:\n\n >>> jnp.triu_indices_from(arr, k=1)\n (Array([0, 0, 1], dtype=int32), Array([1, 2, 2], dtype=int32))\n\n When ``k < 0``:\n\n >>> jnp.triu_indices_from(arr, k=-1)\n (Array([0, 0, 0, 1, 1, 1, 2, 2], dtype=int32), Array([0, 1, 2, 0, 1, 2, 1, 2], dtype=int32))\n """"""\n if hasattr(arr, ""shape""):\n arr_shape = arr.shape\n else:\n arr = util.ensure_arraylike(""triu_indices_from"", arr)\n arr_shape = arr.shape\n if len(arr_shape) != 2:\n raise ValueError(""Only 2-D inputs are accepted"")\n return triu_indices(arr_shape[0], k=k, m=arr_shape[1])\n\n\n@export\ndef tril_indices_from(arr: ArrayLike | SupportsShape, k: int = 0) -> tuple[Array, Array]:\n """"""Return the indices of lower triangle of a given array.\n\n JAX implementation of :func:`numpy.tril_indices_from`.\n\n Args:\n arr: input array. Must have ``arr.ndim == 2``.\n k: optional, int, default=0. Specifies the sub-diagonal on and below which\n the indices of upper triangle are returned. ``k=0`` refers to main diagonal,\n ``k<0`` refers to sub-diagonal below the main diagonal and ``k>0`` refers\n to sub-diagonal above the main diagonal.\n\n Returns:\n A tuple of two arrays containing the indices of the lower triangle, one along\n each axis.\n\n See also:\n - :func:`jax.numpy.triu_indices_from`: Returns the indices of upper triangle\n of a given array.\n - :func:`jax.numpy.tril_indices`: Returns the indices of lower triangle of an\n array of size ``(n, m)``.\n - :func:`jax.numpy.tril`: Returns a lower triangle of an array\n\n Examples:\n >>> arr = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9]])\n >>> jnp.tril_indices_from(arr)\n (Array([0, 1, 1, 2, 2, 2], dtype=int32), Array([0, 0, 1, 0, 1, 2], dtype=int32))\n\n Elements indexed by ``jnp.tril_indices_from`` correspond to those in the\n output of ``jnp.tril``.\n\n >>> ind = jnp.tril_indices_from(arr)\n >>> arr[ind]\n Array([1, 4, 5, 7, 8, 9], dtype=int32)\n >>> jnp.tril(arr)\n Array([[1, 0, 0],\n [4, 5, 0],\n [7, 8, 9]], dtype=int32)\n\n When ``k > 0``:\n\n >>> jnp.tril_indices_from(arr, k=1)\n (Array([0, 0, 1, 1, 1, 2, 2, 2], dtype=int32), Array([0, 1, 0, 1, 2, 0, 1, 2], dtype=int32))\n\n When ``k < 0``:\n\n >>> jnp.tril_indices_from(arr, k=-1)\n (Array([1, 2, 2], dtype=int32), Array([0, 0, 1], dtype=int32))\n """"""\n if hasattr(arr, ""shape""):\n arr_shape = arr.shape\n else:\n arr = util.ensure_arraylike(""tril_indices_from"", arr)\n arr_shape = arr.shape\n if len(arr_shape) != 2:\n raise ValueError(""Only 2-D inputs are accepted"")\n return tril_indices(arr_shape[0], k=k, m=arr_shape[1])\n\n\n@export\ndef fill_diagonal(a: ArrayLike, val: ArrayLike, wrap: bool = False, *,\n inplace: bool = True) -> Array:\n """"""Return a copy of the array with the diagonal overwritten.\n\n JAX implementation of :func:`numpy.fill_diagonal`.\n\n The semantics of :func:`numpy.fill_diagonal` are to modify arrays in-place, which\n is not possible for JAX's immutable arrays. The JAX version returns a modified\n copy of the input, and adds the ``inplace`` parameter which must be set to\n `False`` by the user as a reminder of this API difference.\n\n Args:\n a: input array. Must have ``a.ndim >= 2``. If ``a.ndim >= 3``, then all\n dimensions must be the same size.\n val: scalar or array with which to fill the diagonal. If an array, it will\n be flattened and repeated to fill the diagonal entries.\n inplace: must be set to False to indicate that the input is not modified\n in-place, but rather a modified copy is returned.\n\n Returns:\n A copy of ``a`` with the diagonal set to ``val``.\n\n Examples:\n >>> x = jnp.zeros((3, 3), dtype=int)\n >>> jnp.fill_diagonal(x, jnp.array([1, 2, 3]), inplace=False)\n Array([[1, 0, 0],\n [0, 2, 0],\n [0, 0, 3]], dtype=int32)\n\n Unlike :func:`numpy.fill_diagonal`, the input ``x`` is not modified.\n\n If the diagonal value has too many entries, it will be truncated\n\n >>> jnp.fill_diagonal(x, jnp.arange(100, 200), inplace=False)\n Array([[100, 0, 0],\n [ 0, 101, 0],\n [ 0, 0, 102]], dtype=int32)\n\n If the diagonal has too few entries, it will be repeated:\n\n >>> x = jnp.zeros((4, 4), dtype=int)\n >>> jnp.fill_diagonal(x, jnp.array([3, 4]), inplace=False)\n Array([[3, 0, 0, 0],\n [0, 4, 0, 0],\n [0, 0, 3, 0],\n [0, 0, 0, 4]], dtype=int32)\n\n For non-square arrays, the diagonal of the leading square slice is filled:\n\n >>> x = jnp.zeros((3, 5), dtype=int)\n >>> jnp.fill_diagonal(x, 1, inplace=False)\n Array([[1, 0, 0, 0, 0],\n [0, 1, 0, 0, 0],\n [0, 0, 1, 0, 0]], dtype=int32)\n\n And for square N-dimensional arrays, the N-dimensional diagonal is filled:\n\n >>> y = jnp.zeros((2, 2, 2))\n >>> jnp.fill_diagonal(y, 1, inplace=False)\n Array([[[1., 0.],\n [0., 0.]],\n \n [[0., 0.],\n [0., 1.]]], dtype=float32)\n """"""\n if inplace:\n raise NotImplementedError(""JAX arrays are immutable, must use inplace=False"")\n if wrap:\n raise NotImplementedError(""wrap=True is not implemented, must use wrap=False"")\n a, val = util.ensure_arraylike(""fill_diagonal"", a, val)\n if a.ndim < 2:\n raise ValueError(""array must be at least 2-d"")\n if a.ndim > 2 and not all(n == a.shape[0] for n in a.shape[1:]):\n raise ValueError(""All dimensions of input must be of equal length"")\n n = min(a.shape)\n idx = diag_indices(n, a.ndim)\n return a.at[idx].set(val if val.ndim == 0 else _tile_to_size(val.ravel(), n))\n\n\n@export\ndef diag_indices(n: int, ndim: int = 2) -> tuple[Array, ...]:\n """"""Return indices for accessing the main diagonal of a multidimensional array.\n\n JAX implementation of :func:`numpy.diag_indices`.\n\n Args:\n n: int. The size of each dimension of the square array.\n ndim: optional, int, default=2. The number of dimensions of the array.\n\n Returns:\n A tuple of arrays, each of length `n`, containing the indices to access\n the main diagonal.\n\n See also:\n - :func:`jax.numpy.diag_indices_from`\n - :func:`jax.numpy.diagonal`\n\n Examples:\n >>> jnp.diag_indices(3)\n (Array([0, 1, 2], dtype=int32), Array([0, 1, 2], dtype=int32))\n >>> jnp.diag_indices(4, ndim=3)\n (Array([0, 1, 2, 3], dtype=int32),\n Array([0, 1, 2, 3], dtype=int32),\n Array([0, 1, 2, 3], dtype=int32))\n """"""\n n = core.concrete_or_error(operator.index, n, ""'n' argument of jnp.diag_indices()"")\n ndim = core.concrete_or_error(operator.index, ndim, ""'ndim' argument of jnp.diag_indices()"")\n if n < 0:\n raise ValueError(""n argument to diag_indices must be nonnegative, got {}""\n .format(n))\n if ndim < 0:\n raise ValueError(""ndim argument to diag_indices must be nonnegative, got {}""\n .format(ndim))\n return (lax.iota(dtypes.int_, n),) * ndim\n\n\n@export\ndef diag_indices_from(arr: ArrayLike) -> tuple[Array, ...]:\n """"""Return indices for accessing the main diagonal of a given array.\n\n JAX implementation of :func:`numpy.diag_indices_from`.\n\n Args:\n arr: Input array. Must be at least 2-dimensional and have equal length along\n all dimensions.\n\n Returns:\n A tuple of arrays containing the indices to access the main diagonal of\n the input array.\n\n See also:\n - :func:`jax.numpy.diag_indices`\n - :func:`jax.numpy.diagonal`\n\n Examples:\n >>> arr = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9]])\n >>> jnp.diag_indices_from(arr)\n (Array([0, 1, 2], dtype=int32), Array([0, 1, 2], dtype=int32))\n >>> arr = jnp.array([[[1, 2], [3, 4]],\n ... [[5, 6], [7, 8]]])\n >>> jnp.diag_indices_from(arr)\n (Array([0, 1], dtype=int32),\n Array([0, 1], dtype=int32),\n Array([0, 1], dtype=int32))\n """"""\n arr = util.ensure_arraylike(""diag_indices_from"", arr)\n nd = np.ndim(arr)\n if not np.ndim(arr) >= 2:\n raise ValueError(""input array must be at least 2-d"")\n\n s = np.shape(arr)\n if len(set(np.shape(arr))) != 1:\n raise ValueError(""All dimensions of input must be of equal length"")\n\n return diag_indices(s[0], ndim=nd)\n\n\n@export\n@partial(jit, static_argnames=('offset', 'axis1', 'axis2'))\ndef diagonal(a: ArrayLike, offset: int = 0, axis1: int = 0,\n axis2: int = 1) -> Array:\n """"""Returns the specified diagonal of an array.\n\n JAX implementation of :func:`numpy.diagonal`.\n\n The JAX version always returns a copy of the input, although if this is used\n within a JIT compilation, the compiler may avoid the copy.\n\n Args:\n a: Input array. Must be at least 2-dimensional.\n offset: optional, default=0. Diagonal offset from the main diagonal.\n Must be a static integer value. Can be positive or negative.\n axis1: optional, default=0. The first axis along which to take the diagonal.\n axis2: optional, default=1. The second axis along which to take the diagonal.\n\n Returns:\n A 1D array for 2D input, and in general a N-1 dimensional array\n for N-dimensional input.\n\n See also:\n - :func:`jax.numpy.diag`\n - :func:`jax.numpy.diagflat`\n\n Examples:\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9]])\n >>> jnp.diagonal(x)\n Array([1, 5, 9], dtype=int32)\n >>> jnp.diagonal(x, offset=1)\n Array([2, 6], dtype=int32)\n >>> jnp.diagonal(x, offset=-1)\n Array([4, 8], dtype=int32)\n """"""\n a = util.ensure_arraylike(""diagonal"", a)\n\n if np.ndim(a) < 2:\n raise ValueError(""diagonal requires an array of at least two dimensions."")\n offset = core.concrete_or_error(operator.index, offset, ""'offset' argument of jnp.diagonal()"")\n\n def _default_diag(a):\n a_shape = np.shape(a)\n\n a = moveaxis(a, (axis1, axis2), (-2, -1))\n\n diag_size = max(\n 0, min(a_shape[axis1] + min(offset, 0), a_shape[axis2] - max(offset, 0))\n )\n i = arange(diag_size)\n j = arange(abs(offset), abs(offset) + diag_size)\n return a[..., i, j] if offset >= 0 else a[..., j, i]\n\n\n # The mosaic lowering rule for diag is only defined for square arrays.\n # TODO(mvoz): Add support for offsets.\n if np.shape(a)[0] != np.shape(a)[1] or np.ndim(a) != 2 or offset != 0 or _dtype(a) == bool:\n return _default_diag(a)\n else:\n a_shape_eye = eye(np.shape(a)[0], dtype=_dtype(a))\n\n def _mosaic_diag(a):\n def _sum(x, axis):\n return lax.reduce(\n x,\n np.array(0, _dtype(x)),\n lax.add if _dtype(x) != bool else lax.bitwise_or,\n (axis,),\n )\n return _sum(lax.mul(a_shape_eye, a), axis=0)\n return lax.platform_dependent(a, default=_default_diag, mosaic=_mosaic_diag)\n\n\n@export\ndef diag(v: ArrayLike, k: int = 0) -> Array:\n """"""Returns the specified diagonal or constructs a diagonal array.\n\n JAX implementation of :func:`numpy.diag`.\n\n The JAX version always returns a copy of the input, although if this is used\n within a JIT compilation, the compiler may avoid the copy.\n\n Args:\n v: Input array. Can be a 1-D array to create a diagonal matrix or a\n 2-D array to extract a diagonal.\n k: optional, default=0. Diagonal offset. Positive values place the diagonal\n above the main diagonal, negative values place it below the main diagonal.\n\n Returns:\n If `v` is a 2-D array, a 1-D array containing the diagonal elements.\n If `v` is a 1-D array, a 2-D array with the input elements placed along the\n specified diagonal.\n\n See also:\n - :func:`jax.numpy.diagflat`\n - :func:`jax.numpy.diagonal`\n\n Examples:\n Creating a diagonal matrix from a 1-D array:\n\n >>> jnp.diag(jnp.array([1, 2, 3]))\n Array([[1, 0, 0],\n [0, 2, 0],\n [0, 0, 3]], dtype=int32)\n\n Specifying a diagonal offset:\n\n >>> jnp.diag(jnp.array([1, 2, 3]), k=1)\n Array([[0, 1, 0, 0],\n [0, 0, 2, 0],\n [0, 0, 0, 3],\n [0, 0, 0, 0]], dtype=int32)\n\n Extracting a diagonal from a 2-D array:\n\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9]])\n >>> jnp.diag(x)\n Array([1, 5, 9], dtype=int32)\n """"""\n v = util.ensure_arraylike(""diag"", v)\n return _diag(v, operator.index(k))\n\n@partial(jit, static_argnames=('k',))\ndef _diag(v: Array, k: int):\n v_shape = np.shape(v)\n if len(v_shape) == 1:\n zero = lambda x: lax.full_like(x, shape=(), fill_value=0)\n n = v_shape[0] + abs(k)\n v = lax.pad(v, zero(v), ((max(0, k), max(0, -k), 0),))\n return where(eye(n, k=k, dtype=bool), v, zeros_like(v))\n elif len(v_shape) == 2:\n return diagonal(v, offset=k)\n else:\n raise ValueError(""diag input must be 1d or 2d"")\n\n\n@export\ndef diagflat(v: ArrayLike, k: int = 0) -> Array:\n """"""Return a 2-D array with the flattened input array laid out on the diagonal.\n\n JAX implementation of :func:`numpy.diagflat`.\n\n This differs from `np.diagflat` for some scalar values of `v`. JAX always returns\n a two-dimensional array, whereas NumPy may return a scalar depending on the type\n of `v`.\n\n Args:\n v: Input array. Can be N-dimensional but is flattened to 1D.\n k: optional, default=0. Diagonal offset. Positive values place the diagonal\n above the main diagonal, negative values place it below the main diagonal.\n\n Returns:\n A 2D array with the input elements placed along the diagonal with the\n specified offset (k). The remaining entries are filled with zeros.\n\n See also:\n - :func:`jax.numpy.diag`\n - :func:`jax.numpy.diagonal`\n\n Examples:\n >>> jnp.diagflat(jnp.array([1, 2, 3]))\n Array([[1, 0, 0],\n [0, 2, 0],\n [0, 0, 3]], dtype=int32)\n >>> jnp.diagflat(jnp.array([1, 2, 3]), k=1)\n Array([[0, 1, 0, 0],\n [0, 0, 2, 0],\n [0, 0, 0, 3],\n [0, 0, 0, 0]], dtype=int32)\n >>> a = jnp.array([[1, 2],\n ... [3, 4]])\n >>> jnp.diagflat(a)\n Array([[1, 0, 0, 0],\n [0, 2, 0, 0],\n [0, 0, 3, 0],\n [0, 0, 0, 4]], dtype=int32)\n """"""\n util.check_arraylike(""diagflat"", v)\n v_ravel = ravel(v)\n v_length = len(v_ravel)\n adj_length = v_length + abs(k)\n res = zeros(adj_length*adj_length, dtype=v_ravel.dtype)\n i = arange(0, adj_length-abs(k))\n if (k >= 0):\n fi = i+k+i*adj_length\n else:\n fi = i+(i-k)*adj_length\n res = res.at[fi].set(v_ravel)\n res = res.reshape(adj_length, adj_length)\n return res\n\n\n# TODO(jakevdp): add support for N-dimensional inputs as in NumPy v2.2\n@export\ndef trim_zeros(filt: ArrayLike, trim: str ='fb') -> Array:\n """"""Trim leading and/or trailing zeros of the input array.\n\n JAX implementation of :func:`numpy.trim_zeros`.\n\n Args:\n filt: input array. Must have ``filt.ndim == 1``.\n trim: string, optional, default = ``fb``. Specifies from which end the input\n is trimmed.\n\n - ``f`` - trims only the leading zeros.\n - ``b`` - trims only the trailing zeros.\n - ``fb`` - trims both leading and trailing zeros.\n\n Returns:\n An array containing the trimmed input with same dtype as ``filt``.\n\n Examples:\n >>> x = jnp.array([0, 0, 2, 0, 1, 4, 3, 0, 0, 0])\n >>> jnp.trim_zeros(x)\n Array([2, 0, 1, 4, 3], dtype=int32)\n """"""\n # Non-array inputs are deprecated 2024-09-11\n util.check_arraylike(""trim_zeros"", filt, emit_warning=True)\n core.concrete_or_error(None, filt,\n ""Error arose in the `filt` argument of trim_zeros()"")\n filt_arr = asarray(filt)\n del filt\n if filt_arr.ndim != 1:\n # Added on 2024-09-11\n if deprecations.is_accelerated(""jax-numpy-trimzeros-not-1d-array""):\n raise TypeError(f""'filt' must be 1-D array, but received {filt_arr.ndim}-D array."")\n warnings.warn(\n ""Passing arrays with ndim != 1 to jnp.trim_zeros() is deprecated. Currently, it ""\n ""works with Arrays having ndim != 1. In the future this will result in an error."",\n DeprecationWarning, stacklevel=2)\n nz = (filt_arr == 0)\n if reductions.all(nz):\n return empty(0, filt_arr.dtype)\n start: Array | int = argmin(nz) if 'f' in trim.lower() else 0\n end: Array | int = argmin(nz[::-1]) if 'b' in trim.lower() else 0\n return filt_arr[start:len(filt_arr) - end]\n\n\ndef trim_zeros_tol(filt, tol, trim='fb'):\n filt = core.concrete_or_error(asarray, filt,\n ""Error arose in the `filt` argument of trim_zeros_tol()"")\n nz = (ufuncs.abs(filt) < tol)\n if reductions.all(nz):\n return empty(0, _dtype(filt))\n start = argmin(nz) if 'f' in trim.lower() else 0\n end = argmin(nz[::-1]) if 'b' in trim.lower() else 0\n return filt[start:len(filt) - end]\n\n\n@export\n@partial(jit, static_argnames=('axis',))\ndef append(\n arr: ArrayLike, values: ArrayLike, axis: int | None = None\n) -> Array:\n """"""Return a new array with values appended to the end of the original array.\n\n JAX implementation of :func:`numpy.append`.\n\n Args:\n arr: original array.\n values: values to be appended to the array. The ``values`` must have\n the same number of dimensions as ``arr``, and all dimensions must\n match except in the specified axis.\n axis: axis along which to append values. If None (default), both ``arr``\n and ``values`` will be flattened before appending.\n\n Returns:\n A new array with values appended to ``arr``.\n\n See also:\n - :func:`jax.numpy.insert`\n - :func:`jax.numpy.delete`\n\n Examples:\n >>> a = jnp.array([1, 2, 3])\n >>> b = jnp.array([4, 5, 6])\n >>> jnp.append(a, b)\n Array([1, 2, 3, 4, 5, 6], dtype=int32)\n\n Appending along a specific axis:\n\n >>> a = jnp.array([[1, 2],\n ... [3, 4]])\n >>> b = jnp.array([[5, 6]])\n >>> jnp.append(a, b, axis=0)\n Array([[1, 2],\n [3, 4],\n [5, 6]], dtype=int32)\n\n Appending along a trailing axis:\n\n >>> a = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> b = jnp.array([[7], [8]])\n >>> jnp.append(a, b, axis=1)\n Array([[1, 2, 3, 7],\n [4, 5, 6, 8]], dtype=int32)\n """"""\n if axis is None:\n return concatenate([ravel(arr), ravel(values)], 0)\n else:\n return concatenate([arr, values], axis=axis)\n\n\n@export\ndef delete(\n arr: ArrayLike,\n obj: ArrayLike | slice,\n axis: int | None = None,\n *,\n assume_unique_indices: bool = False,\n) -> Array:\n """"""Delete entry or entries from an array.\n\n JAX implementation of :func:`numpy.delete`.\n\n Args:\n arr: array from which entries will be deleted.\n obj: index, indices, or slice to be deleted.\n axis: axis along which entries will be deleted.\n assume_unique_indices: In case of array-like integer (not boolean) indices,\n assume the indices are unique, and perform the deletion in a way that is\n compatible with JIT and other JAX transformations.\n\n Returns:\n Copy of ``arr`` with specified indices deleted.\n\n Note:\n ``delete()`` usually requires the index specification to be static. If the\n index is an integer array that is guaranteed to contain unique entries, you\n may specify ``assume_unique_indices=True`` to perform the operation in a\n manner that does not require static indices.\n\n See also:\n - :func:`jax.numpy.insert`: insert entries into an array.\n\n Examples:\n Delete entries from a 1D array:\n\n >>> a = jnp.array([4, 5, 6, 7, 8, 9])\n >>> jnp.delete(a, 2)\n Array([4, 5, 7, 8, 9], dtype=int32)\n >>> jnp.delete(a, slice(1, 4)) # delete a[1:4]\n Array([4, 8, 9], dtype=int32)\n >>> jnp.delete(a, slice(None, None, 2)) # delete a[::2]\n Array([5, 7, 9], dtype=int32)\n\n Delete entries from a 2D array along a specified axis:\n\n >>> a2 = jnp.array([[4, 5, 6],\n ... [7, 8, 9]])\n >>> jnp.delete(a2, 1, axis=1)\n Array([[4, 6],\n [7, 9]], dtype=int32)\n\n Delete multiple entries via a sequence of indices:\n\n >>> indices = jnp.array([0, 1, 3])\n >>> jnp.delete(a, indices)\n Array([6, 8, 9], dtype=int32)\n\n This will fail under :func:`~jax.jit` and other transformations, because\n the output shape cannot be known with the possibility of duplicate indices:\n\n >>> jax.jit(jnp.delete)(a, indices) # doctest: +IGNORE_EXCEPTION_DETAIL\n Traceback (most recent call last):\n ...\n ConcretizationTypeError: Abstract tracer value encountered where concrete value is expected: traced array with shape int32[3].\n\n If you can ensure that the indices are unique, pass ``assume_unique_indices``\n to allow this to be executed under JIT:\n\n >>> jit_delete = jax.jit(jnp.delete, static_argnames=['assume_unique_indices'])\n >>> jit_delete(a, indices, assume_unique_indices=True)\n Array([6, 8, 9], dtype=int32)\n """"""\n a = util.ensure_arraylike(""delete"", arr)\n if axis is None:\n a = a.ravel()\n axis = 0\n axis = _canonicalize_axis(axis, a.ndim)\n\n # Case 1: obj is a static integer.\n try:\n obj = operator.index(obj) # type: ignore[arg-type]\n obj = _canonicalize_axis(obj, a.shape[axis])\n except TypeError:\n pass\n else:\n idx = tuple(slice(None) for i in range(axis))\n return concatenate([a[idx + (slice(0, obj),)], a[idx + (slice(obj + 1, None),)]], axis=axis)\n\n # Case 2: obj is a static slice.\n if isinstance(obj, slice):\n obj = arange(a.shape[axis])[obj]\n assume_unique_indices = True\n\n # Case 3: obj is an array\n # NB: pass both arrays to check for appropriate error message.\n util.check_arraylike(""delete"", a, obj)\n # Can't use ensure_arraylike here because obj may be static.\n if hasattr(obj, ""__jax_array__""):\n obj = obj.__jax_array__()\n\n # Case 3a: unique integer indices; delete in a JIT-compatible way\n if issubdtype(_dtype(obj), np.integer) and assume_unique_indices:\n obj = asarray(obj).ravel()\n obj = clip(where(obj < 0, obj + a.shape[axis], obj), 0, a.shape[axis])\n obj = sort(obj)\n obj -= arange(len(obj)) # type: ignore[arg-type,operator]\n i = arange(a.shape[axis] - obj.size)\n i += (i[None, :] >= obj[:, None]).sum(0)\n return a[(slice(None),) * axis + (i,)]\n\n # Case 3b: non-unique indices: must be static.\n obj_array = core.concrete_or_error(np.asarray, obj, ""'obj' array argument of jnp.delete()"")\n if issubdtype(obj_array.dtype, np.integer):\n # TODO(jakevdp): in theory this could be done dynamically if obj has no duplicates,\n # but this would require the complement of lax.gather.\n mask = np.ones(a.shape[axis], dtype=bool)\n mask[obj_array] = False\n elif obj_array.dtype == bool:\n if obj_array.shape != (a.shape[axis],):\n raise ValueError(""np.delete(arr, obj): for boolean indices, obj must be one-dimensional ""\n ""with length matching specified axis."")\n mask = ~obj_array\n else:\n raise ValueError(f""np.delete(arr, obj): got obj.dtype={obj_array.dtype}; must be integer or bool."")\n return a[tuple(slice(None) for i in range(axis)) + (mask,)]\n\n\n@export\ndef insert(arr: ArrayLike, obj: ArrayLike | slice, values: ArrayLike,\n axis: int | None = None) -> Array:\n """"""Insert entries into an array at specified indices.\n\n JAX implementation of :func:`numpy.insert`.\n\n Args:\n arr: array object into which values will be inserted.\n obj: slice or array of indices specifying insertion locations.\n values: array of values to be inserted.\n axis: specify the insertion axis in the case of multi-dimensional\n arrays. If unspecified, ``arr`` will be flattened.\n\n Returns:\n A copy of ``arr`` with values inserted at the specified locations.\n\n See also:\n - :func:`jax.numpy.delete`: delete entries from an array.\n\n Examples:\n Inserting a single value:\n\n >>> x = jnp.arange(5)\n >>> jnp.insert(x, 2, 99)\n Array([ 0, 1, 99, 2, 3, 4], dtype=int32)\n\n Inserting multiple identical values using a slice:\n\n >>> jnp.insert(x, slice(None, None, 2), -1)\n Array([-1, 0, 1, -1, 2, 3, -1, 4], dtype=int32)\n\n Inserting multiple values using an index:\n\n >>> indices = jnp.array([4, 2, 5])\n >>> values = jnp.array([10, 11, 12])\n >>> jnp.insert(x, indices, values)\n Array([ 0, 1, 11, 2, 3, 10, 4, 12], dtype=int32)\n\n Inserting columns into a 2D array:\n\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> indices = jnp.array([1, 3])\n >>> values = jnp.array([[10, 11],\n ... [12, 13]])\n >>> jnp.insert(x, indices, values, axis=1)\n Array([[ 1, 10, 2, 3, 11],\n [ 4, 12, 5, 6, 13]], dtype=int32)\n """"""\n a, _, values_arr = util.ensure_arraylike(""insert"", arr, 0 if isinstance(obj, slice) else obj, values)\n\n if axis is None:\n a = ravel(a)\n axis = 0\n axis = core.concrete_or_error(None, axis, ""axis argument of jnp.insert()"")\n axis = _canonicalize_axis(axis, a.ndim)\n if isinstance(obj, slice):\n indices = arange(*obj.indices(a.shape[axis]))\n else:\n indices = asarray(obj)\n\n if indices.ndim > 1:\n raise ValueError(""jnp.insert(): obj must be a slice, a one-dimensional ""\n f""array, or a scalar; got {obj}"")\n if not np.issubdtype(indices.dtype, np.integer):\n if indices.size == 0 and not isinstance(obj, Array):\n indices = indices.astype(int)\n else:\n # Note: np.insert allows boolean inputs but the behavior is deprecated.\n raise ValueError(""jnp.insert(): index array must be ""\n f""integer typed; got {obj}"")\n values_arr = array(values_arr, ndmin=a.ndim, dtype=a.dtype, copy=False)\n\n if indices.size == 1:\n index = ravel(indices)[0]\n if indices.ndim == 0:\n values_arr = moveaxis(values_arr, 0, axis)\n indices = full(values_arr.shape[axis], index)\n n_input = a.shape[axis]\n n_insert = broadcast_shapes(indices.shape, (values_arr.shape[axis],))[0]\n out_shape = list(a.shape)\n out_shape[axis] += n_insert\n out = zeros_like(a, shape=tuple(out_shape))\n\n indices = where(indices < 0, indices + n_input, indices)\n indices = clip(indices, 0, n_input)\n\n values_ind = indices.at[argsort(indices)].add(arange(n_insert, dtype=indices.dtype))\n arr_mask = ones(n_input + n_insert, dtype=bool).at[values_ind].set(False)\n arr_ind = where(arr_mask, size=n_input)[0]\n\n out = out.at[(slice(None),) * axis + (values_ind,)].set(values_arr)\n out = out.at[(slice(None),) * axis + (arr_ind,)].set(a)\n\n return out\n\n\n@export\ndef apply_along_axis(\n func1d: Callable, axis: int, arr: ArrayLike, *args, **kwargs\n) -> Array:\n """"""Apply a function to 1D array slices along an axis.\n\n JAX implementation of :func:`numpy.apply_along_axis`. While NumPy implements\n this iteratively, JAX implements this via :func:`jax.vmap`, and so ``func1d``\n must be compatible with ``vmap``.\n\n Args:\n func1d: a callable function with signature ``func1d(arr, /, *args, **kwargs)``\n where ``*args`` and ``**kwargs`` are the additional positional and keyword\n arguments passed to :func:`apply_along_axis`.\n axis: integer axis along which to apply the function.\n arr: the array over which to apply the function.\n args, kwargs: additional positional and keyword arguments are passed through\n to ``func1d``.\n\n Returns:\n The result of ``func1d`` applied along the specified axis.\n\n See also:\n - :func:`jax.vmap`: a more direct way to create a vectorized version of a function.\n - :func:`jax.numpy.apply_over_axes`: repeatedly apply a function over multiple axes.\n - :func:`jax.numpy.vectorize`: create a vectorized version of a function.\n\n Examples:\n A simple example in two dimensions, where the function is applied either row-wise\n or column-wise:\n\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> def func1d(x):\n ... return jnp.sum(x ** 2)\n >>> jnp.apply_along_axis(func1d, 0, x)\n Array([17, 29, 45], dtype=int32)\n >>> jnp.apply_along_axis(func1d, 1, x)\n Array([14, 77], dtype=int32)\n\n For 2D inputs, this can be equivalently expressed using :func:`jax.vmap`,\n though note that `vmap` specifies the mapped axis rather than the applied axis:\n\n >>> jax.vmap(func1d, in_axes=1)(x) # same as applying along axis 0\n Array([17, 29, 45], dtype=int32)\n >>> jax.vmap(func1d, in_axes=0)(x) # same as applying along axis 1\n Array([14, 77], dtype=int32)\n\n For 3D inputs, :func:`apply_along_axis` is equivalent to mapping over two\n dimensions:\n\n >>> x_3d = jnp.arange(24).reshape(2, 3, 4)\n >>> jnp.apply_along_axis(func1d, 2, x_3d)\n Array([[ 14, 126, 366],\n [ 734, 1230, 1854]], dtype=int32)\n >>> jax.vmap(jax.vmap(func1d))(x_3d)\n Array([[ 14, 126, 366],\n [ 734, 1230, 1854]], dtype=int32)\n\n The applied function may also take arbitrary positional or keyword arguments,\n which should be passed directly as additional arguments to :func:`apply_along_axis`:\n\n >>> def func1d(x, exponent):\n ... return jnp.sum(x ** exponent)\n >>> jnp.apply_along_axis(func1d, 0, x, exponent=3)\n Array([ 65, 133, 243], dtype=int32)\n """"""\n util.check_arraylike(""apply_along_axis"", arr)\n num_dims = np.ndim(arr)\n axis = _canonicalize_axis(axis, num_dims)\n func = lambda arr: func1d(arr, *args, **kwargs)\n for i in range(1, num_dims - axis):\n func = api.vmap(func, in_axes=i, out_axes=-1)\n for i in range(axis):\n func = api.vmap(func, in_axes=0, out_axes=0)\n return func(arr)\n\n\n@export\ndef apply_over_axes(func: Callable[[ArrayLike, int], Array], a: ArrayLike,\n axes: Sequence[int]) -> Array:\n """"""Apply a function repeatedly over specified axes.\n\n JAX implementation of :func:`numpy.apply_over_axes`.\n\n Args:\n func: the function to apply, with signature ``func(Array, int) -> Array``, and\n where ``y = func(x, axis)`` must satisfy ``y.ndim in [x.ndim, x.ndim - 1]``.\n a: N-dimensional array over which to apply the function.\n axes: the sequence of axes over which to apply the function.\n\n Returns:\n An N-dimensional array containing the result of the repeated function application.\n\n See also:\n - :func:`jax.numpy.apply_along_axis`: apply a 1D function along a single axis.\n\n Examples:\n This function is designed to have similar semantics to typical associative\n :mod:`jax.numpy` reductions over one or more axes with ``keepdims=True``.\n For example:\n\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n\n >>> jnp.apply_over_axes(jnp.sum, x, [0])\n Array([[5, 7, 9]], dtype=int32)\n >>> jnp.sum(x, [0], keepdims=True)\n Array([[5, 7, 9]], dtype=int32)\n\n >>> jnp.apply_over_axes(jnp.min, x, [1])\n Array([[1],\n [4]], dtype=int32)\n >>> jnp.min(x, [1], keepdims=True)\n Array([[1],\n [4]], dtype=int32)\n\n >>> jnp.apply_over_axes(jnp.prod, x, [0, 1])\n Array([[720]], dtype=int32)\n >>> jnp.prod(x, [0, 1], keepdims=True)\n Array([[720]], dtype=int32)\n """"""\n a_arr = util.ensure_arraylike(""apply_over_axes"", a)\n for axis in axes:\n b = func(a_arr, axis)\n if b.ndim == a_arr.ndim:\n a_arr = b\n elif b.ndim == a_arr.ndim - 1:\n a_arr = expand_dims(b, axis)\n else:\n raise ValueError(""function is not returning an array of the correct shape"")\n return a_arr\n\n\n@export\n@partial(jit, static_argnames=('axisa', 'axisb', 'axisc', 'axis'))\ndef cross(a, b, axisa: int = -1, axisb: int = -1, axisc: int = -1,\n axis: int | None = None):\n r""""""Compute the (batched) cross product of two arrays.\n\n JAX implementation of :func:`numpy.cross`.\n\n This computes the 2-dimensional or 3-dimensional cross product,\n\n .. math::\n\n c = a \times b\n\n In 3 dimensions, ``c`` is a length-3 array. In 2 dimensions, ``c`` is\n a scalar.\n\n Args:\n a: N-dimensional array. ``a.shape[axisa]`` indicates the dimension of\n the cross product, and must be 2 or 3.\n b: N-dimensional array. Must have ``b.shape[axisb] == a.shape[axisb]``,\n and other dimensions of ``a`` and ``b`` must be broadcast compatible.\n axisa: specicy the axis of ``a`` along which to compute the cross product.\n axisb: specicy the axis of ``b`` along which to compute the cross product.\n axisc: specicy the axis of ``c`` along which the cross product result\n will be stored.\n axis: if specified, this overrides ``axisa``, ``axisb``, and ``axisc``\n with a single value.\n\n Returns:\n The array ``c`` containing the (batched) cross product of ``a`` and ``b``\n along the specified axes.\n\n See also:\n - :func:`jax.numpy.linalg.cross`: an array API compatible function for\n computing cross products over 3-vectors.\n\n Examples:\n A 2-dimensional cross product returns a scalar:\n\n >>> a = jnp.array([1, 2])\n >>> b = jnp.array([3, 4])\n >>> jnp.cross(a, b)\n Array(-2, dtype=int32)\n\n A 3-dimensional cross product returns a length-3 vector:\n\n >>> a = jnp.array([1, 2, 3])\n >>> b = jnp.array([4, 5, 6])\n >>> jnp.cross(a, b)\n Array([-3, 6, -3], dtype=int32)\n\n With multi-dimensional inputs, the cross-product is computed along\n the last axis by default. Here's a batched 3-dimensional cross\n product, operating on the rows of the inputs:\n\n >>> a = jnp.array([[1, 2, 3],\n ... [3, 4, 3]])\n >>> b = jnp.array([[2, 3, 2],\n ... [4, 5, 6]])\n >>> jnp.cross(a, b)\n Array([[-5, 4, -1],\n [ 9, -6, -1]], dtype=int32)\n\n Specifying axis=0 makes this a batched 2-dimensional cross product,\n operating on the columns of the inputs:\n\n >>> jnp.cross(a, b, axis=0)\n Array([-2, -2, 12], dtype=int32)\n\n Equivalently, we can independently specify the axis of the inputs ``a``\n and ``b`` and the output ``c``:\n\n >>> jnp.cross(a, b, axisa=0, axisb=0, axisc=0)\n Array([-2, -2, 12], dtype=int32)\n """"""\n # TODO(jakevdp): NumPy 2.0 deprecates 2D inputs. Follow suit here.\n util.check_arraylike(""cross"", a, b)\n if axis is not None:\n axisa = axis\n axisb = axis\n axisc = axis\n a = moveaxis(a, axisa, -1)\n b = moveaxis(b, axisb, -1)\n\n if a.shape[-1] not in (2, 3) or b.shape[-1] not in (2, 3):\n raise ValueError(""Dimension must be either 2 or 3 for cross product"")\n\n if a.shape[-1] == 2 and b.shape[-1] == 2:\n return a[..., 0] * b[..., 1] - a[..., 1] * b[..., 0]\n\n a0 = a[..., 0]\n a1 = a[..., 1]\n a2 = a[..., 2] if a.shape[-1] == 3 else zeros_like(a0)\n b0 = b[..., 0]\n b1 = b[..., 1]\n b2 = b[..., 2] if b.shape[-1] == 3 else zeros_like(b0)\n c = array([a1 * b2 - a2 * b1, a2 * b0 - a0 * b2, a0 * b1 - a1 * b0])\n return moveaxis(c, 0, axisc)\n\n\n@export\n@jit\ndef kron(a: ArrayLike, b: ArrayLike) -> Array:\n """"""Compute the Kronecker product of two input arrays.\n\n JAX implementation of :func:`numpy.kron`.\n\n The Kronecker product is an operation on two matrices of arbitrary size that\n produces a block matrix. Each element of the first matrix ``a`` is multiplied by\n the entire second matrix ``b``. If ``a`` has shape (m, n) and ``b``\n has shape (p, q), the resulting matrix will have shape (m * p, n * q).\n\n Args:\n a: first input array with any shape.\n b: second input array with any shape.\n\n Returns:\n A new array representing the Kronecker product of the inputs ``a`` and ``b``.\n The shape of the output is the element-wise product of the input shapes.\n\n See also:\n - :func:`jax.numpy.outer`: compute the outer product of two arrays.\n\n Examples:\n >>> a = jnp.array([[1, 2],\n ... [3, 4]])\n >>> b = jnp.array([[5, 6],\n ... [7, 8]])\n >>> jnp.kron(a, b)\n Array([[ 5, 6, 10, 12],\n [ 7, 8, 14, 16],\n [15, 18, 20, 24],\n [21, 24, 28, 32]], dtype=int32)\n """"""\n util.check_arraylike(""kron"", a, b)\n a, b = util.promote_dtypes(a, b)\n if np.ndim(a) < np.ndim(b):\n a = expand_dims(a, range(np.ndim(b) - np.ndim(a)))\n elif np.ndim(b) < np.ndim(a):\n b = expand_dims(b, range(np.ndim(a) - np.ndim(b)))\n a_reshaped = expand_dims(a, range(1, 2 * np.ndim(a), 2))\n b_reshaped = expand_dims(b, range(0, 2 * np.ndim(b), 2))\n out_shape = tuple(np.multiply(np.shape(a), np.shape(b)))\n return reshape(lax.mul(a_reshaped, b_reshaped), out_shape)\n\n\n@export\n@partial(jit, static_argnames=('N', 'increasing'))\ndef vander(\n x: ArrayLike, N: int | None = None, increasing: bool = False\n) -> Array:\n """"""Generate a Vandermonde matrix.\n\n JAX implementation of :func:`numpy.vander`.\n\n Args:\n x: input array. Must have ``x.ndim == 1``.\n N: int, optional, default=None. Specifies the number of the columns the\n output matrix. If not specified, ``N = len(x)``.\n increasing: bool, optional, default=False. Specifies the order of the powers\n of the columns. If ``True``, the powers increase from left to right,\n :math:`[x^0, x^1, ..., x^{(N-1)}]`. By default, the powers decrease from left to\n right :math:`[x^{(N-1)}, ..., x^1, x^0]`.\n\n Returns:\n An array of shape ``[len(x), N]`` containing the generated Vandermonde matrix.\n\n Examples:\n >>> x = jnp.array([1, 2, 3, 4])\n >>> jnp.vander(x)\n Array([[ 1, 1, 1, 1],\n [ 8, 4, 2, 1],\n [27, 9, 3, 1],\n [64, 16, 4, 1]], dtype=int32)\n\n If ``N = 2``, generates a Vandermonde matrix with ``2`` columns.\n\n >>> jnp.vander(x, N=2)\n Array([[1, 1],\n [2, 1],\n [3, 1],\n [4, 1]], dtype=int32)\n\n Generates the Vandermonde matrix in increasing order of powers, when\n ``increasing=True``.\n\n >>> jnp.vander(x, increasing=True)\n Array([[ 1, 1, 1, 1],\n [ 1, 2, 4, 8],\n [ 1, 3, 9, 27],\n [ 1, 4, 16, 64]], dtype=int32)\n """"""\n x = util.ensure_arraylike(""vander"", x)\n if x.ndim != 1:\n raise ValueError(""x must be a one-dimensional array"")\n N = x.shape[0] if N is None else core.concrete_or_error(\n operator.index, N, ""'N' argument of jnp.vander()"")\n if N < 0:\n raise ValueError(""N must be nonnegative"")\n\n iota = lax.iota(x.dtype, N)\n if not increasing:\n iota = lax.sub(_lax_const(iota, N - 1), iota)\n\n return ufuncs.power(x[..., None], expand_dims(iota, tuple(range(x.ndim))))\n\n\n### Misc\n\n@export\ndef argwhere(\n a: ArrayLike,\n *,\n size: int | None = None,\n fill_value: ArrayLike | None = None,\n) -> Array:\n """"""Find the indices of nonzero array elements\n\n JAX implementation of :func:`numpy.argwhere`.\n\n ``jnp.argwhere(x)`` is essentially equivalent to ``jnp.column_stack(jnp.nonzero(x))``\n with special handling for zero-dimensional (i.e. scalar) inputs.\n\n Because the size of the output of ``argwhere`` is data-dependent, the function is not\n typically compatible with JIT. The JAX version adds the optional ``size`` argument, which\n specifies the size of the leading dimension of the output - it must be specified statically\n for ``jnp.argwhere`` to be compiled with non-static operands. See :func:`jax.numpy.nonzero`\n for a full discussion of ``size`` and its semantics.\n\n Args:\n a: array for which to find nonzero elements\n size: optional integer specifying statically the number of expected nonzero elements.\n This must be specified in order to use ``argwhere`` within JAX transformations like\n :func:`jax.jit`. See :func:`jax.numpy.nonzero` for more information.\n fill_value: optional array specifying the fill value when ``size`` is specified.\n See :func:`jax.numpy.nonzero` for more information.\n\n Returns:\n a two-dimensional array of shape ``[size, x.ndim]``. If ``size`` is not specified as\n an argument, it is equal to the number of nonzero elements in ``x``.\n\n See Also:\n - :func:`jax.numpy.where`\n - :func:`jax.numpy.nonzero`\n\n Examples:\n Two-dimensional array:\n\n >>> x = jnp.array([[1, 0, 2],\n ... [0, 3, 0]])\n >>> jnp.argwhere(x)\n Array([[0, 0],\n [0, 2],\n [1, 1]], dtype=int32)\n\n Equivalent computation using :func:`jax.numpy.column_stack` and :func:`jax.numpy.nonzero`:\n\n >>> jnp.column_stack(jnp.nonzero(x))\n Array([[0, 0],\n [0, 2],\n [1, 1]], dtype=int32)\n\n Special case for zero-dimensional (i.e. scalar) inputs:\n\n >>> jnp.argwhere(1)\n Array([], shape=(1, 0), dtype=int32)\n >>> jnp.argwhere(0)\n Array([], shape=(0, 0), dtype=int32)\n """"""\n a = util.ensure_arraylike(""argwhere"", a)\n result = transpose(vstack(nonzero(atleast_1d(a), size=size, fill_value=fill_value)))\n if np.ndim(a) == 0:\n return result[:0].reshape(result.shape[0], 0)\n return result.reshape(result.shape[0], np.ndim(a))\n\n\n@export\ndef argmax(a: ArrayLike, axis: int | None = None, out: None = None,\n keepdims: bool | None = None) -> Array:\n """"""Return the index of the maximum value of an array.\n\n JAX implementation of :func:`numpy.argmax`.\n\n Args:\n a: input array\n axis: optional integer specifying the axis along which to find the maximum\n value. If ``axis`` is not specified, ``a`` will be flattened.\n out: unused by JAX\n keepdims: if True, then return an array with the same number of dimensions\n as ``a``.\n\n Returns:\n an array containing the index of the maximum value along the specified axis.\n\n See also:\n - :func:`jax.numpy.argmin`: return the index of the minimum value.\n - :func:`jax.numpy.nanargmax`: compute ``argmax`` while ignoring NaN values.\n\n Examples:\n >>> x = jnp.array([1, 3, 5, 4, 2])\n >>> jnp.argmax(x)\n Array(2, dtype=int32)\n\n >>> x = jnp.array([[1, 3, 2],\n ... [5, 4, 1]])\n >>> jnp.argmax(x, axis=1)\n Array([1, 0], dtype=int32)\n\n >>> jnp.argmax(x, axis=1, keepdims=True)\n Array([[1],\n [0]], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""argmax"", a)\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.argmax is not supported."")\n return _argmax(arr, None if axis is None else operator.index(axis),\n keepdims=bool(keepdims))\n\n@partial(jit, static_argnames=('axis', 'keepdims'), inline=True)\ndef _argmax(a: Array, axis: int | None = None, keepdims: bool = False) -> Array:\n if axis is None:\n dims = list(range(np.ndim(a)))\n a = ravel(a)\n axis = 0\n else:\n dims = [axis]\n if a.shape[axis] == 0:\n raise ValueError(""attempt to get argmax of an empty sequence"")\n result = lax.argmax(a, _canonicalize_axis(axis, a.ndim), dtypes.canonicalize_dtype(dtypes.int_))\n return expand_dims(result, dims) if keepdims else result\n\n\n@export\ndef argmin(a: ArrayLike, axis: int | None = None, out: None = None,\n keepdims: bool | None = None) -> Array:\n """"""Return the index of the minimum value of an array.\n\n JAX implementation of :func:`numpy.argmin`.\n\n Args:\n a: input array\n axis: optional integer specifying the axis along which to find the minimum\n value. If ``axis`` is not specified, ``a`` will be flattened.\n out: unused by JAX\n keepdims: if True, then return an array with the same number of dimensions\n as ``a``.\n\n Returns:\n an array containing the index of the minimum value along the specified axis.\n\n See also:\n - :func:`jax.numpy.argmax`: return the index of the maximum value.\n - :func:`jax.numpy.nanargmin`: compute ``argmin`` while ignoring NaN values.\n\n Examples:\n >>> x = jnp.array([1, 3, 5, 4, 2])\n >>> jnp.argmin(x)\n Array(0, dtype=int32)\n\n >>> x = jnp.array([[1, 3, 2],\n ... [5, 4, 1]])\n >>> jnp.argmin(x, axis=1)\n Array([0, 2], dtype=int32)\n\n >>> jnp.argmin(x, axis=1, keepdims=True)\n Array([[0],\n [2]], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""argmin"", a)\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.argmin is not supported."")\n return _argmin(arr, None if axis is None else operator.index(axis),\n keepdims=bool(keepdims))\n\n@partial(jit, static_argnames=('axis', 'keepdims'), inline=True)\ndef _argmin(a: Array, axis: int | None = None, keepdims: bool = False) -> Array:\n if axis is None:\n dims = list(range(np.ndim(a)))\n a = ravel(a)\n axis = 0\n else:\n dims = [axis]\n if a.shape[axis] == 0:\n raise ValueError(""attempt to get argmin of an empty sequence"")\n result = lax.argmin(a, _canonicalize_axis(axis, a.ndim), dtypes.canonicalize_dtype(dtypes.int_))\n return expand_dims(result, dims) if keepdims else result\n\n\n@export\ndef nanargmax(\n a: ArrayLike,\n axis: int | None = None,\n out: None = None,\n keepdims: bool | None = None,\n) -> Array:\n """"""Return the index of the maximum value of an array, ignoring NaNs.\n\n JAX implementation of :func:`numpy.nanargmax`.\n\n Args:\n a: input array\n axis: optional integer specifying the axis along which to find the maximum\n value. If ``axis`` is not specified, ``a`` will be flattened.\n out: unused by JAX\n keepdims: if True, then return an array with the same number of dimensions\n as ``a``.\n\n Returns:\n an array containing the index of the maximum value along the specified axis.\n\n Note:\n In the case of an axis with all-NaN values, the returned index will be -1.\n This differs from the behavior of :func:`numpy.nanargmax`, which raises an error.\n\n See also:\n - :func:`jax.numpy.argmax`: return the index of the maximum value.\n - :func:`jax.numpy.nanargmin`: compute ``argmin`` while ignoring NaN values.\n\n Examples:\n >>> x = jnp.array([1, 3, 5, 4, jnp.nan])\n\n Using a standard :func:`~jax.numpy.argmax` leads to potentially unexpected results:\n\n >>> jnp.argmax(x)\n Array(4, dtype=int32)\n\n Using ``nanargmax`` returns the index of the maximum non-NaN value.\n\n >>> jnp.nanargmax(x)\n Array(2, dtype=int32)\n\n >>> x = jnp.array([[1, 3, jnp.nan],\n ... [5, 4, jnp.nan]])\n >>> jnp.nanargmax(x, axis=1)\n Array([1, 0], dtype=int32)\n\n >>> jnp.nanargmax(x, axis=1, keepdims=True)\n Array([[1],\n [0]], dtype=int32)\n """"""\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.nanargmax is not supported."")\n a = util.ensure_arraylike(""nanargmax"", a)\n return _nanargmax(a, None if axis is None else operator.index(axis), keepdims=bool(keepdims))\n\n\n@partial(jit, static_argnames=('axis', 'keepdims'))\ndef _nanargmax(a: Array, axis: int | None = None, keepdims: bool = False):\n if not issubdtype(_dtype(a), np.inexact):\n return argmax(a, axis=axis, keepdims=keepdims)\n nan_mask = ufuncs.isnan(a)\n a = where(nan_mask, -np.inf, a)\n res = argmax(a, axis=axis, keepdims=keepdims)\n return where(reductions.all(nan_mask, axis=axis, keepdims=keepdims), -1, res)\n\n\n@export\ndef nanargmin(\n a: ArrayLike,\n axis: int | None = None,\n out: None = None,\n keepdims: bool | None = None,\n) -> Array:\n\n """"""Return the index of the minimum value of an array, ignoring NaNs.\n\n JAX implementation of :func:`numpy.nanargmin`.\n\n Args:\n a: input array\n axis: optional integer specifying the axis along which to find the maximum\n value. If ``axis`` is not specified, ``a`` will be flattened.\n out: unused by JAX\n keepdims: if True, then return an array with the same number of dimensions\n as ``a``.\n\n Returns:\n an array containing the index of the minimum value along the specified axis.\n\n Note:\n In the case of an axis with all-NaN values, the returned index will be -1.\n This differs from the behavior of :func:`numpy.nanargmin`, which raises an error.\n\n See also:\n - :func:`jax.numpy.argmin`: return the index of the minimum value.\n - :func:`jax.numpy.nanargmax`: compute ``argmax`` while ignoring NaN values.\n\n Examples:\n >>> x = jnp.array([jnp.nan, 3, 5, 4, 2])\n >>> jnp.nanargmin(x)\n Array(4, dtype=int32)\n\n >>> x = jnp.array([[1, 3, jnp.nan],\n ... [5, 4, jnp.nan]])\n >>> jnp.nanargmin(x, axis=1)\n Array([0, 1], dtype=int32)\n\n >>> jnp.nanargmin(x, axis=1, keepdims=True)\n Array([[0],\n [1]], dtype=int32)\n """"""\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.nanargmin is not supported."")\n a = util.ensure_arraylike(""nanargmin"", a)\n return _nanargmin(a, None if axis is None else operator.index(axis), keepdims=bool(keepdims))\n\n\n@partial(jit, static_argnames=('axis', 'keepdims'))\ndef _nanargmin(a: Array, axis: int | None = None, keepdims : bool = False):\n if not issubdtype(_dtype(a), np.inexact):\n return argmin(a, axis=axis, keepdims=keepdims)\n nan_mask = ufuncs.isnan(a)\n a = where(nan_mask, np.inf, a)\n res = argmin(a, axis=axis, keepdims=keepdims)\n return where(reductions.all(nan_mask, axis=axis, keepdims=keepdims), -1, res)\n\n\n@partial(jit, static_argnums=(2,))\ndef _roll_dynamic(a: Array, shift: Array, axis: Sequence[int]) -> Array:\n b_shape = lax.broadcast_shapes(shift.shape, np.shape(axis))\n if len(b_shape) != 1:\n msg = ""'shift' and 'axis' arguments to roll must be scalars or 1D arrays""\n raise ValueError(msg)\n\n for x, i in zip(broadcast_to(shift, b_shape),\n np.broadcast_to(axis, b_shape)):\n a_shape_i = array(a.shape[i], dtype=np.int32)\n x = ufuncs.remainder(lax.convert_element_type(x, np.int32),\n lax.max(a_shape_i, np.int32(1)))\n a_concat = lax.concatenate((a, a), i)\n a = lax.dynamic_slice_in_dim(a_concat, a_shape_i - x, a.shape[i], axis=i)\n return a\n\n@partial(jit, static_argnums=(1, 2))\ndef _roll_static(a: Array, shift: Sequence[int], axis: Sequence[int]) -> Array:\n for ax, s in zip(*np.broadcast_arrays(axis, shift)):\n if a.shape[ax] == 0:\n continue\n i = (-s) % a.shape[ax]\n a = lax.concatenate([lax.slice_in_dim(a, i, a.shape[ax], axis=ax),\n lax.slice_in_dim(a, 0, i, axis=ax)],\n dimension=ax)\n return a\n\n\n@export\ndef roll(a: ArrayLike, shift: ArrayLike | Sequence[int],\n axis: int | Sequence[int] | None = None) -> Array:\n """"""Roll the elements of an array along a specified axis.\n\n JAX implementation of :func:`numpy.roll`.\n\n Args:\n a: input array.\n shift: the number of positions to shift the specified axis. If an integer,\n all axes are shifted by the same amount. If a tuple, the shift for each\n axis is specified individually.\n axis: the axis or axes to roll. If ``None``, the array is flattened, shifted,\n and then reshaped to its original shape.\n\n Returns:\n A copy of ``a`` with elements rolled along the specified axis or axes.\n\n See also:\n - :func:`jax.numpy.rollaxis`: roll the specified axis to a given position.\n\n Examples:\n >>> a = jnp.array([0, 1, 2, 3, 4, 5])\n >>> jnp.roll(a, 2)\n Array([4, 5, 0, 1, 2, 3], dtype=int32)\n\n Roll elements along a specific axis:\n\n >>> a = jnp.array([[ 0, 1, 2, 3],\n ... [ 4, 5, 6, 7],\n ... [ 8, 9, 10, 11]])\n >>> jnp.roll(a, 1, axis=0)\n Array([[ 8, 9, 10, 11],\n [ 0, 1, 2, 3],\n [ 4, 5, 6, 7]], dtype=int32)\n >>> jnp.roll(a, [2, 3], axis=[0, 1])\n Array([[ 5, 6, 7, 4],\n [ 9, 10, 11, 8],\n [ 1, 2, 3, 0]], dtype=int32)\n """"""\n arr = util.ensure_arraylike(""roll"", a)\n if axis is None:\n return roll(arr.ravel(), shift, 0).reshape(arr.shape)\n axis = _ensure_index_tuple(axis)\n axis = tuple(_canonicalize_axis(ax, arr.ndim) for ax in axis)\n try:\n shift = _ensure_index_tuple(shift)\n except TypeError:\n return _roll_dynamic(arr, asarray(shift), axis)\n else:\n return _roll_static(arr, shift, axis)\n\n\n@export\n@partial(jit, static_argnames=('axis', 'start'))\ndef rollaxis(a: ArrayLike, axis: int, start: int = 0) -> Array:\n """"""Roll the specified axis to a given position.\n\n JAX implementation of :func:`numpy.rollaxis`.\n\n This function exists for compatibility with NumPy, but in most cases the newer\n :func:`jax.numpy.moveaxis` instead, because the meaning of its arguments is\n more intuitive.\n\n Args:\n a: input array.\n axis: index of the axis to roll forward.\n start: index toward which the axis will be rolled (default = 0). After\n normalizing negative axes, if ``start <= axis``, the axis is rolled to\n the ``start`` index; if ``start > axis``, the axis is rolled until the\n position before ``start``.\n\n Returns:\n Copy of ``a`` with rolled axis.\n\n Notes:\n Unlike :func:`numpy.rollaxis`, :func:`jax.numpy.rollaxis` will return a copy rather\n than a view of the input array. However, under JIT, the compiler will optimize away\n such copies when possible, so this doesn't have performance impacts in practice.\n\n See also:\n - :func:`jax.numpy.moveaxis`: newer API with clearer semantics than ``rollaxis``;\n this should be preferred to ``rollaxis`` in most cases.\n - :func:`jax.numpy.swapaxes`: swap two axes.\n - :func:`jax.numpy.transpose`: general permutation of axes.\n\n Examples:\n >>> a = jnp.ones((2, 3, 4, 5))\n\n Roll axis 2 to the start of the array:\n\n >>> jnp.rollaxis(a, 2).shape\n (4, 2, 3, 5)\n\n Roll axis 1 to the end of the array:\n\n >>> jnp.rollaxis(a, 1, a.ndim).shape\n (2, 4, 5, 3)\n\n Equivalent of these two with :func:`~jax.numpy.moveaxis`\n\n >>> jnp.moveaxis(a, 2, 0).shape\n (4, 2, 3, 5)\n >>> jnp.moveaxis(a, 1, -1).shape\n (2, 4, 5, 3)\n """"""\n a = util.ensure_arraylike(""rollaxis"", a)\n start = core.concrete_or_error(operator.index, start, ""'start' argument of jnp.rollaxis()"")\n a_ndim = np.ndim(a)\n axis = _canonicalize_axis(axis, a_ndim)\n if not (-a_ndim <= start <= a_ndim):\n raise ValueError(f""{start=} must satisfy {-a_ndim}<=start<={a_ndim}"")\n if start < 0:\n start += a_ndim\n if start > axis:\n start -= 1\n return moveaxis(a, axis, start)\n\n\n@export\n@partial(jit, static_argnames=('axis', 'bitorder'))\ndef packbits(a: ArrayLike, axis: int | None = None, bitorder: str = ""big"") -> Array:\n """"""Pack array of bits into a uint8 array.\n\n JAX implementation of :func:`numpy.packbits`\n\n Args:\n a: N-dimensional array of bits to pack.\n axis: optional axis along which to pack bits. If not specified, ``a`` will\n be flattened.\n bitorder: ``""big""`` (default) or ``""little""``: specify whether the bit order\n is big-endian or little-endian.\n\n Returns:\n A uint8 array of packed values.\n\n See also:\n - :func:`jax.numpy.unpackbits`: inverse of ``packbits``.\n\n Examples:\n Packing bits in one dimension:\n\n >>> bits = jnp.array([0, 0, 0, 0, 0, 1, 1, 1])\n >>> jnp.packbits(bits)\n Array([7], dtype=uint8)\n >>> 0b00000111 # equivalent bit-wise representation:\n 7\n\n Optionally specifying little-endian convention:\n\n >>> jnp.packbits(bits, bitorder=""little"")\n Array([224], dtype=uint8)\n >>> 0b11100000 # equivalent bit-wise representation\n 224\n\n If the number of bits is not a multiple of 8, it will be right-padded\n with zeros:\n\n >>> jnp.packbits(jnp.array([1, 0, 1]))\n Array([160], dtype=uint8)\n >>> jnp.packbits(jnp.array([1, 0, 1, 0, 0, 0, 0, 0]))\n Array([160], dtype=uint8)\n\n For a multi-dimensional input, bits may be packed along a specified axis:\n\n >>> a = jnp.array([[1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0],\n ... [0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1]])\n >>> vals = jnp.packbits(a, axis=1)\n >>> vals\n Array([[212, 150],\n [ 69, 207]], dtype=uint8)\n\n The inverse of ``packbits`` is provided by :func:`~jax.numpy.unpackbits`:\n\n >>> jnp.unpackbits(vals, axis=1)\n Array([[1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0],\n [0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1]], dtype=uint8)\n """"""\n arr = util.ensure_arraylike(""packbits"", a)\n if not (issubdtype(arr.dtype, np.integer) or issubdtype(arr.dtype, np.bool_)):\n raise TypeError('Expected an input array of integer or boolean data type')\n if bitorder not in ['little', 'big']:\n raise ValueError(""'order' must be either 'little' or 'big'"")\n arr = lax.ne(arr, _lax_const(arr, 0)).astype('uint8')\n bits = arange(8, dtype='uint8')\n if bitorder == 'big':\n bits = bits[::-1]\n if axis is None:\n arr = ravel(arr)\n axis = 0\n arr = swapaxes(arr, axis, -1)\n\n remainder = arr.shape[-1] % 8\n if remainder:\n arr = lax.pad(arr, np.uint8(0),\n (arr.ndim - 1) * [(0, 0, 0)] + [(0, 8 - remainder, 0)])\n\n arr = arr.reshape(arr.shape[:-1] + (arr.shape[-1] // 8, 8))\n bits = expand_dims(bits, tuple(range(arr.ndim - 1)))\n packed = (arr << bits).sum(-1).astype('uint8')\n return swapaxes(packed, axis, -1)\n\n\n@export\n@partial(jit, static_argnames=('axis', 'count', 'bitorder'))\ndef unpackbits(\n a: ArrayLike,\n axis: int | None = None,\n count: int | None = None,\n bitorder: str = ""big"",\n) -> Array:\n """"""Unpack the bits in a uint8 array.\n\n JAX implementation of :func:`numpy.unpackbits`.\n\n Args:\n a: N-dimensional array of type ``uint8``.\n axis: optional axis along which to unpack. If not specified, ``a`` will\n be flattened\n count: specify the number of bits to unpack (if positive) or the number\n of bits to trim from the end (if negative).\n bitorder: ``""big""`` (default) or ``""little""``: specify whether the bit order\n is big-endian or little-endian.\n\n Returns:\n a uint8 array of unpacked bits.\n\n See also:\n - :func:`jax.numpy.packbits`: this inverse of ``unpackbits``.\n\n Examples:\n Unpacking bits from a scalar:\n\n >>> jnp.unpackbits(jnp.uint8(27)) # big-endian by default\n Array([0, 0, 0, 1, 1, 0, 1, 1], dtype=uint8)\n >>> jnp.unpackbits(jnp.uint8(27), bitorder=""little"")\n Array([1, 1, 0, 1, 1, 0, 0, 0], dtype=uint8)\n\n Compare this to the Python binary representation:\n\n >>> 0b00011011\n 27\n\n Unpacking bits along an axis:\n\n >>> vals = jnp.array([[154],\n ... [ 49]], dtype='uint8')\n >>> bits = jnp.unpackbits(vals, axis=1)\n >>> bits\n Array([[1, 0, 0, 1, 1, 0, 1, 0],\n [0, 0, 1, 1, 0, 0, 0, 1]], dtype=uint8)\n\n Using :func:`~jax.numpy.packbits` to invert this:\n\n >>> jnp.packbits(bits, axis=1)\n Array([[154],\n [ 49]], dtype=uint8)\n\n The ``count`` keyword lets ``unpackbits`` serve as an inverse of ``packbits``\n in cases where not all bits are present:\n\n >>> bits = jnp.array([1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1]) # 11 bits\n >>> vals = jnp.packbits(bits)\n >>> vals\n Array([219, 96], dtype=uint8)\n >>> jnp.unpackbits(vals) # 16 zero-padded bits\n Array([1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0], dtype=uint8)\n >>> jnp.unpackbits(vals, count=11) # specify 11 output bits\n Array([1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1], dtype=uint8)\n >>> jnp.unpackbits(vals, count=-5) # specify 5 bits to be trimmed\n Array([1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1], dtype=uint8)\n """"""\n arr = util.ensure_arraylike(""unpackbits"", a)\n if arr.dtype != np.uint8:\n raise TypeError(""Expected an input array of unsigned byte data type"")\n if bitorder not in ['little', 'big']:\n raise ValueError(""'order' must be either 'little' or 'big'"")\n bits = asarray(1) << arange(8, dtype='uint8')\n if bitorder == 'big':\n bits = bits[::-1]\n if axis is None:\n arr = ravel(arr)\n axis = 0\n arr = swapaxes(arr, axis, -1)\n unpacked = ((arr[..., None] & expand_dims(bits, tuple(range(arr.ndim)))) > 0).astype('uint8')\n unpacked = unpacked.reshape(unpacked.shape[:-2] + (-1,))\n if count is not None:\n if count > unpacked.shape[-1]:\n unpacked = pad(unpacked, [(0, 0)] * (unpacked.ndim - 1) + [(0, count - unpacked.shape[-1])])\n else:\n unpacked = unpacked[..., :count]\n return swapaxes(unpacked, axis, -1)\n\n\ndef _gcd_cond_fn(xs: tuple[Array, Array]) -> Array:\n x1, x2 = xs\n return reductions.any(x2 != 0)\n\ndef _gcd_body_fn(xs: tuple[Array, Array]) -> tuple[Array, Array]:\n x1, x2 = xs\n x1, x2 = (where(x2 != 0, x2, x1),\n where(x2 != 0, lax.rem(x1, x2), _lax_const(x2, 0)))\n return (where(x1 < x2, x2, x1), where(x1 < x2, x1, x2))\n\n\n@export\n@jit\ndef gcd(x1: ArrayLike, x2: ArrayLike) -> Array:\n """"""Compute the greatest common divisor of two arrays.\n\n JAX implementation of :func:`numpy.gcd`.\n\n Args:\n x1: First input array. The elements must have integer dtype.\n x2: Second input array. The elements must have integer dtype.\n\n Returns:\n An array containing the greatest common divisors of the corresponding\n elements from the absolute values of `x1` and `x2`.\n\n See also:\n - :func:`jax.numpy.lcm`: compute the least common multiple of two arrays.\n\n Examples:\n Scalar inputs:\n\n >>> jnp.gcd(12, 18)\n Array(6, dtype=int32, weak_type=True)\n\n Array inputs:\n\n >>> x1 = jnp.array([12, 18, 24])\n >>> x2 = jnp.array([5, 10, 15])\n >>> jnp.gcd(x1, x2)\n Array([1, 2, 3], dtype=int32)\n\n Broadcasting:\n\n >>> x1 = jnp.array([12])\n >>> x2 = jnp.array([6, 9, 12])\n >>> jnp.gcd(x1, x2)\n Array([ 6, 3, 12], dtype=int32)\n """"""\n x1, x2 = util.ensure_arraylike(""gcd"", x1, x2)\n x1, x2 = util.promote_dtypes(x1, x2)\n if not issubdtype(_dtype(x1), np.integer):\n raise ValueError(""Arguments to jax.numpy.gcd must be integers."")\n x1, x2 = broadcast_arrays(x1, x2)\n gcd, _ = lax.while_loop(_gcd_cond_fn, _gcd_body_fn, (ufuncs.abs(x1), ufuncs.abs(x2)))\n return gcd\n\n\n@export\n@jit\ndef lcm(x1: ArrayLike, x2: ArrayLike) -> Array:\n """"""Compute the least common multiple of two arrays.\n\n JAX implementation of :func:`numpy.lcm`.\n\n Args:\n x1: First input array. The elements must have integer dtype.\n x2: Second input array. The elements must have integer dtype.\n\n Returns:\n An array containing the least common multiple of the corresponding\n elements from the absolute values of `x1` and `x2`.\n\n See also:\n - :func:`jax.numpy.gcd`: compute the greatest common divisor of two arrays.\n\n Examples:\n Scalar inputs:\n\n >>> jnp.lcm(12, 18)\n Array(36, dtype=int32, weak_type=True)\n\n Array inputs:\n\n >>> x1 = jnp.array([12, 18, 24])\n >>> x2 = jnp.array([5, 10, 15])\n >>> jnp.lcm(x1, x2)\n Array([ 60, 90, 120], dtype=int32)\n\n Broadcasting:\n\n >>> x1 = jnp.array([12])\n >>> x2 = jnp.array([6, 9, 12])\n >>> jnp.lcm(x1, x2)\n Array([12, 36, 12], dtype=int32)\n """"""\n x1, x2 = util.ensure_arraylike(""lcm"", x1, x2)\n x1, x2 = util.promote_dtypes(x1, x2)\n x1, x2 = ufuncs.abs(x1), ufuncs.abs(x2)\n if not issubdtype(_dtype(x1), np.integer):\n raise ValueError(""Arguments to jax.numpy.lcm must be integers."")\n d = gcd(x1, x2)\n return where(d == 0, _lax_const(d, 0),\n ufuncs.multiply(x1, ufuncs.floor_divide(x2, d)))\n\n\n@export\ndef extract(condition: ArrayLike, arr: ArrayLike,\n *, size: int | None = None, fill_value: ArrayLike = 0) -> Array:\n """"""Return the elements of an array that satisfy a condition.\n\n JAX implementation of :func:`numpy.extract`.\n\n Args:\n condition: array of conditions. Will be converted to boolean and flattened to 1D.\n arr: array of values to extract. Will be flattened to 1D.\n size: optional static size for output. Must be specified in order for ``extract``\n to be compatible with JAX transformations like :func:`~jax.jit` or :func:`~jax.vmap`.\n fill_value: if ``size`` is specified, fill padded entries with this value (default: 0).\n\n Returns:\n 1D array of extracted entries . If ``size`` is specified, the result will have shape\n ``(size,)`` and be right-padded with ``fill_value``. If ``size`` is not specified,\n the output shape will depend on the number of True entries in ``condition``.\n\n Notes:\n This function does not require strict shape agreement between ``condition`` and ``arr``.\n If ``condition.size > arr.size``, then ``condition`` will be truncated, and if\n ``arr.size > condition.size``, then ``arr`` will be truncated.\n\n See also:\n :func:`jax.numpy.compress`: multi-dimensional version of ``extract``.\n\n Examples:\n Extract values from a 1D array:\n\n >>> x = jnp.array([1, 2, 3, 4, 5, 6])\n >>> mask = (x % 2 == 0)\n >>> jnp.extract(mask, x)\n Array([2, 4, 6], dtype=int32)\n\n In the simplest case, this is equivalent to boolean indexing:\n\n >>> x[mask]\n Array([2, 4, 6], dtype=int32)\n\n For use with JAX transformations, you can pass the ``size`` argument to\n specify a static shape for the output, along with an optional ``fill_value``\n that defaults to zero:\n\n >>> jnp.extract(mask, x, size=len(x), fill_value=0)\n Array([2, 4, 6, 0, 0, 0], dtype=int32)\n\n Notice that unlike with boolean indexing, ``extract`` does not require strict\n agreement between the sizes of the array and condition, and will effectively\n truncate both to the minimum size:\n\n >>> short_mask = jnp.array([False, True])\n >>> jnp.extract(short_mask, x)\n Array([2], dtype=int32)\n >>> long_mask = jnp.array([True, False, True, False, False, False, False, False])\n >>> jnp.extract(long_mask, x)\n Array([1, 3], dtype=int32)\n """"""\n util.check_arraylike(""extreact"", condition, arr, fill_value)\n return compress(ravel(condition), ravel(arr), size=size, fill_value=fill_value)\n\n\n@export\ndef compress(condition: ArrayLike, a: ArrayLike, axis: int | None = None,\n *, size: int | None = None, fill_value: ArrayLike = 0, out: None = None) -> Array:\n """"""Compress an array along a given axis using a boolean condition.\n\n JAX implementation of :func:`numpy.compress`.\n\n Args:\n condition: 1-dimensional array of conditions. Will be converted to boolean.\n a: N-dimensional array of values.\n axis: axis along which to compress. If None (default) then ``a`` will be\n flattened, and axis will be set to 0.\n size: optional static size for output. Must be specified in order for ``compress``\n to be compatible with JAX transformations like :func:`~jax.jit` or :func:`~jax.vmap`.\n fill_value: if ``size`` is specified, fill padded entries with this value (default: 0).\n out: not implemented by JAX.\n\n Returns:\n An array of dimension ``a.ndim``, compressed along the specified axis.\n\n See also:\n - :func:`jax.numpy.extract`: 1D version of ``compress``.\n - :meth:`jax.Array.compress`: equivalent functionality as an array method.\n\n Notes:\n This function does not require strict shape agreement between ``condition`` and ``a``.\n If ``condition.size > a.shape[axis]``, then ``condition`` will be truncated, and if\n ``a.shape[axis] > condition.size``, then ``a`` will be truncated.\n\n Examples:\n Compressing along the rows of a 2D array:\n\n >>> a = jnp.array([[1, 2, 3, 4],\n ... [5, 6, 7, 8],\n ... [9, 10, 11, 12]])\n >>> condition = jnp.array([True, False, True])\n >>> jnp.compress(condition, a, axis=0)\n Array([[ 1, 2, 3, 4],\n [ 9, 10, 11, 12]], dtype=int32)\n\n For convenience, you can equivalently use the :meth:`~jax.Array.compress`\n method of JAX arrays:\n\n >>> a.compress(condition, axis=0)\n Array([[ 1, 2, 3, 4],\n [ 9, 10, 11, 12]], dtype=int32)\n\n Note that the condition need not match the shape of the specified axis;\n here we compress the columns with the length-3 condition. Values beyond\n the size of the condition are ignored:\n\n >>> jnp.compress(condition, a, axis=1)\n Array([[ 1, 3],\n [ 5, 7],\n [ 9, 11]], dtype=int32)\n\n The optional ``size`` argument lets you specify a static output size so\n that the output is statically-shaped, and so this function can be used\n with transformations like :func:`~jax.jit` and :func:`~jax.vmap`:\n\n >>> f = lambda c, a: jnp.extract(c, a, size=len(a), fill_value=0)\n >>> mask = (a % 3 == 0)\n >>> jax.vmap(f)(mask, a)\n Array([[ 3, 0, 0, 0],\n [ 6, 0, 0, 0],\n [ 9, 12, 0, 0]], dtype=int32)\n """"""\n condition_arr, arr, fill_value = util.ensure_arraylike(""compress"", condition, a, fill_value)\n condition_arr = condition_arr.astype(bool)\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.compress is not supported."")\n if condition_arr.ndim != 1:\n raise ValueError(""condition must be a 1D array"")\n if axis is None:\n axis = 0\n arr = ravel(arr)\n else:\n arr = moveaxis(arr, axis, 0)\n condition_arr, extra = condition_arr[:arr.shape[0]], condition_arr[arr.shape[0]:]\n arr = arr[:condition_arr.shape[0]]\n\n if size is None:\n if reductions.any(extra):\n raise ValueError(""condition contains entries that are out of bounds"")\n result = arr[condition_arr]\n elif not 0 <= size <= arr.shape[0]:\n raise ValueError(""size must be positive and not greater than the size of the array axis;""\n f"" got {size=} for a.shape[axis]={arr.shape[0]}"")\n else:\n mask = expand_dims(condition_arr, range(1, arr.ndim))\n arr = where(mask, arr, array(fill_value, dtype=arr.dtype))\n result = arr[argsort(condition_arr, stable=True, descending=True)][:size]\n return moveaxis(result, 0, axis)\n\n\n@export\n@partial(jit, static_argnames=('rowvar', 'bias', 'ddof'))\ndef cov(m: ArrayLike, y: ArrayLike | None = None, rowvar: bool = True,\n bias: bool = False, ddof: int | None = None,\n fweights: ArrayLike | None = None,\n aweights: ArrayLike | None = None) -> Array:\n r""""""Estimate the weighted sample covariance.\n\n JAX implementation of :func:`numpy.cov`.\n\n The covariance :math:`C_{ij}` between variable *i* and variable *j* is defined\n as\n\n .. math::\n\n cov[X_i, X_j] = E[(X_i - E[X_i])(X_j - E[X_j])]\n\n Given an array of *N* observations of the variables :math:`X_i` and :math:`X_j`,\n this can be estimated via the sample covariance:\n\n .. math::\n\n C_{ij} = \frac{1}{N - 1} \sum_{n=1}^N (X_{in} - \overline{X_i})(X_{jn} - \overline{X_j})\n\n Where :math:`\overline{X_i} = \frac{1}{N} \sum_{k=1}^N X_{ik}` is the mean of the\n observations.\n\n Args:\n m: array of shape ``(M, N)`` (if ``rowvar`` is True), or ``(N, M)``\n (if ``rowvar`` is False) representing ``N`` observations of ``M`` variables.\n ``m`` may also be one-dimensional, representing ``N`` observations of a\n single variable.\n y: optional set of additional observations, with the same form as ``m``. If\n specified, then ``y`` is combined with ``m``, i.e. for the default\n ``rowvar = True`` case, ``m`` becomes ``jnp.vstack([m, y])``.\n rowvar: if True (default) then each row of ``m`` represents a variable. If\n False, then each column represents a variable.\n bias: if False (default) then normalize the covariance by ``N - 1``. If True,\n then normalize the covariance by ``N``\n ddof: specify the degrees of freedom. Defaults to ``1`` if ``bias`` is False,\n or to ``0`` if ``bias`` is True.\n fweights: optional array of integer frequency weights of shape ``(N,)``. This\n is an absolute weight specifying the number of times each observation is\n included in the computation.\n aweights: optional array of observation weights of shape ``(N,)``. This is\n a relative weight specifying the ""importance"" of each observation. In the\n ``ddof=0`` case, it is equivalent to assigning probabilities to each\n observation.\n\n Returns:\n A covariance matrix of shape ``(M, M)``, or a scalar with shape ``()`` if ``M = 1``.\n\n See also:\n - :func:`jax.numpy.corrcoef`: compute the correlation coefficient, a normalized\n version of the covariance matrix.\n\n Examples:\n Consider these observations of two variables that correlate perfectly.\n The covariance matrix in this case is a 2x2 matrix of ones:\n\n >>> x = jnp.array([[0, 1, 2],\n ... [0, 1, 2]])\n >>> jnp.cov(x)\n Array([[1., 1.],\n [1., 1.]], dtype=float32)\n\n Now consider these observations of two variables that are perfectly\n anti-correlated. The covariance matrix in this case has ``-1`` in the\n off-diagonal:\n\n >>> x = jnp.array([[-1, 0, 1],\n ... [ 1, 0, -1]])\n >>> jnp.cov(x)\n Array([[ 1., -1.],\n [-1., 1.]], dtype=float32)\n\n Equivalently, these sequences can be specified as separate arguments,\n in which case they are stacked before continuing the computation.\n\n >>> x = jnp.array([-1, 0, 1])\n >>> y = jnp.array([1, 0, -1])\n >>> jnp.cov(x, y)\n Array([[ 1., -1.],\n [-1., 1.]], dtype=float32)\n\n In general, the entries of the covariance matrix may be any positive\n or negative real value. For example, here is the covariance of 100\n points drawn from a 3-dimensional standard normal distribution:\n\n >>> key = jax.random.key(0)\n >>> x = jax.random.normal(key, shape=(3, 100))\n >>> with jnp.printoptions(precision=2):\n ... print(jnp.cov(x))\n [[0.9 0.03 0.1 ]\n [0.03 1. 0.01]\n [0.1 0.01 0.85]]\n """"""\n if y is not None:\n m, y = util.promote_args_inexact(""cov"", m, y)\n if y.ndim > 2:\n raise ValueError(""y has more than 2 dimensions"")\n else:\n m, = util.promote_args_inexact(""cov"", m)\n\n if m.ndim > 2:\n raise ValueError(""m has more than 2 dimensions"") # same as numpy error\n\n X = atleast_2d(m)\n if not rowvar and X.shape[0] != 1:\n X = X.T\n if X.shape[0] == 0:\n return array([]).reshape(0, 0)\n\n if y is not None:\n y_arr = atleast_2d(y)\n if not rowvar and y_arr.shape[0] != 1:\n y_arr = y_arr.T\n X = concatenate((X, y_arr), axis=0)\n if ddof is None:\n ddof = 1 if bias == 0 else 0\n\n w: Array | None = None\n if fweights is not None:\n fweights = util.ensure_arraylike(""cov"", fweights)\n if np.ndim(fweights) > 1:\n raise RuntimeError(""cannot handle multidimensional fweights"")\n if np.shape(fweights)[0] != X.shape[1]:\n raise RuntimeError(""incompatible numbers of samples and fweights"")\n if not issubdtype(_dtype(fweights), np.integer):\n raise TypeError(""fweights must be integer."")\n # Ensure positive fweights; note that numpy raises an error on negative fweights.\n w = abs(fweights)\n if aweights is not None:\n aweights = util.ensure_arraylike(""cov"", aweights)\n if np.ndim(aweights) > 1:\n raise RuntimeError(""cannot handle multidimensional aweights"")\n if np.shape(aweights)[0] != X.shape[1]:\n raise RuntimeError(""incompatible numbers of samples and aweights"")\n # Ensure positive aweights: note that numpy raises an error for negative aweights.\n aweights = abs(aweights)\n w = aweights if w is None else w * aweights\n\n avg, w_sum = reductions.average(X, axis=1, weights=w, returned=True)\n w_sum = w_sum[0]\n\n if w is None:\n f = X.shape[1] - ddof\n elif ddof == 0:\n f = w_sum\n elif aweights is None:\n f = w_sum - ddof\n else:\n f = w_sum - ddof * reductions.sum(w * aweights) / w_sum\n\n X = X - avg[:, None]\n X_T = X.T if w is None else (X * lax.broadcast_to_rank(w, X.ndim)).T\n return ufuncs.true_divide(tensor_contractions.dot(X, X_T.conj()), f).squeeze()\n\n\n@export\n@partial(jit, static_argnames=('rowvar',))\ndef corrcoef(x: ArrayLike, y: ArrayLike | None = None, rowvar: bool = True) -> Array:\n r""""""Compute the Pearson correlation coefficients.\n\n JAX implementation of :func:`numpy.corrcoef`.\n\n This is a normalized version of the sample covariance computed by :func:`jax.numpy.cov`.\n For a sample covariance :math:`C_{ij}`, the correlation coefficients are\n\n .. math::\n\n R_{ij} = \frac{C_{ij}}{\sqrt{C_{ii}C_{jj}}}\n\n they are constructed such that the values satisfy :math:`-1 \le R_{ij} \le 1`.\n\n Args:\n x: array of shape ``(M, N)`` (if ``rowvar`` is True), or ``(N, M)``\n (if ``rowvar`` is False) representing ``N`` observations of ``M`` variables.\n ``x`` may also be one-dimensional, representing ``N`` observations of a\n single variable.\n y: optional set of additional observations, with the same form as ``m``. If\n specified, then ``y`` is combined with ``m``, i.e. for the default\n ``rowvar = True`` case, ``m`` becomes ``jnp.vstack([m, y])``.\n rowvar: if True (default) then each row of ``m`` represents a variable. If\n False, then each column represents a variable.\n\n Returns:\n A covariance matrix of shape ``(M, M)``.\n\n See also:\n - :func:`jax.numpy.cov`: compute the covariance matrix.\n\n Examples:\n Consider these observations of two variables that correlate perfectly.\n The correlation matrix in this case is a 2x2 matrix of ones:\n\n >>> x = jnp.array([[0, 1, 2],\n ... [0, 1, 2]])\n >>> jnp.corrcoef(x)\n Array([[1., 1.],\n [1., 1.]], dtype=float32)\n\n Now consider these observations of two variables that are perfectly\n anti-correlated. The correlation matrix in this case has ``-1`` in the\n off-diagonal:\n\n >>> x = jnp.array([[-1, 0, 1],\n ... [ 1, 0, -1]])\n >>> jnp.corrcoef(x)\n Array([[ 1., -1.],\n [-1., 1.]], dtype=float32)\n\n Equivalently, these sequences can be specified as separate arguments,\n in which case they are stacked before continuing the computation.\n\n >>> x = jnp.array([-1, 0, 1])\n >>> y = jnp.array([1, 0, -1])\n >>> jnp.corrcoef(x, y)\n Array([[ 1., -1.],\n [-1., 1.]], dtype=float32)\n\n The entries of the correlation matrix are normalized such that they\n lie within the range -1 to +1, where +1 indicates perfect correlation\n and -1 indicates perfect anti-correlation. For example, here is the\n correlation of 100 points drawn from a 3-dimensional standard normal\n distribution:\n\n >>> key = jax.random.key(0)\n >>> x = jax.random.normal(key, shape=(3, 100))\n >>> with jnp.printoptions(precision=2):\n ... print(jnp.corrcoef(x))\n [[1. 0.03 0.12]\n [0.03 1. 0.01]\n [0.12 0.01 1. ]]\n """"""\n util.check_arraylike(""corrcoef"", x)\n c = cov(x, y, rowvar)\n if len(np.shape(c)) == 0:\n # scalar - this should yield nan for values (nan/nan, inf/inf, 0/0), 1 otherwise\n return ufuncs.divide(c, c)\n d = diag(c)\n stddev = ufuncs.sqrt(ufuncs.real(d)).astype(c.dtype)\n c = c / stddev[:, None] / stddev[None, :]\n\n real_part = clip(ufuncs.real(c), -1, 1)\n if iscomplexobj(c):\n complex_part = clip(ufuncs.imag(c), -1, 1)\n c = lax.complex(real_part, complex_part)\n else:\n c = real_part\n return c\n\n\n@partial(vectorize, excluded={0, 1, 3, 4})\ndef _searchsorted_via_scan(unrolled: bool, sorted_arr: Array, query: Array, side: str, dtype: type) -> Array:\n op = _sort_le_comparator if side == 'left' else _sort_lt_comparator\n unsigned_dtype = np.uint32 if dtype == np.int32 else np.uint64\n def body_fun(state, _):\n low, high = state\n mid = low.astype(unsigned_dtype) + high.astype(unsigned_dtype)\n mid = lax.div(mid, unsigned_dtype(2)).astype(dtype)\n go_left = op(query, sorted_arr[mid])\n return (where(go_left, low, mid), where(go_left, mid, high)), ()\n n_levels = int(np.ceil(np.log2(len(sorted_arr) + 1)))\n init = (array(0, dtype=dtype), array(len(sorted_arr), dtype=dtype))\n carry, _ = lax.scan(body_fun, init, (), length=n_levels,\n unroll=n_levels if unrolled else 1)\n return carry[1]\n\n\ndef _searchsorted_via_sort(sorted_arr: Array, query: Array, side: str, dtype: type) -> Array:\n working_dtype = np.dtype('int32') if sorted_arr.size + query.size < np.iinfo(np.int32).max else np.dtype('int64')\n def _rank(x):\n idx = lax.iota(working_dtype, x.shape[0])\n return zeros_like(idx).at[argsort(x)].set(idx)\n query_flat = query.ravel()\n if side == 'left':\n index = _rank(lax.concatenate([query_flat, sorted_arr], 0))[:query.size]\n else:\n index = _rank(lax.concatenate([sorted_arr, query_flat], 0))[sorted_arr.size:]\n return lax.reshape(lax.sub(index, _rank(query_flat)), np.shape(query)).astype(dtype)\n\n\ndef _searchsorted_via_compare_all(sorted_arr: Array, query: Array, side: str, dtype: type) -> Array:\n op = _sort_lt_comparator if side == 'left' else _sort_le_comparator\n comparisons = api.vmap(op, in_axes=(0, None))(sorted_arr, query)\n return comparisons.sum(dtype=dtype, axis=0)\n\n\n@export\n@partial(jit, static_argnames=('side', 'method'))\ndef searchsorted(a: ArrayLike, v: ArrayLike, side: str = 'left',\n sorter: ArrayLike | None = None, *, method: str = 'scan') -> Array:\n """"""Perform a binary search within a sorted array.\n\n JAX implementation of :func:`numpy.searchsorted`.\n\n This will return the indices within a sorted array ``a`` where values in ``v``\n can be inserted to maintain its sort order.\n\n Args:\n a: one-dimensional array, assumed to be in sorted order unless ``sorter`` is specified.\n v: N-dimensional array of query values\n side: ``'left'`` (default) or ``'right'``; specifies whether insertion indices will be\n to the left or the right in case of ties.\n sorter: optional array of indices specifying the sort order of ``a``. If specified,\n then the algorithm assumes that ``a[sorter]`` is in sorted order.\n method: one of ``'scan'`` (default), ``'scan_unrolled'``, ``'sort'`` or ``'compare_all'``.\n See *Note* below.\n\n Returns:\n Array of insertion indices of shape ``v.shape``.\n\n Note:\n The ``method`` argument controls the algorithm used to compute the insertion indices.\n\n - ``'scan'`` (the default) tends to be more performant on CPU, particularly when ``a`` is\n very large.\n - ``'scan_unrolled'`` is more performant on GPU at the expense of additional compile time.\n - ``'sort'`` is often more performant on accelerator backends like GPU and TPU, particularly\n when ``v`` is very large.\n - ``'compare_all'`` tends to be the most performant when ``a`` is very small.\n\n Examples:\n Searching for a single value:\n\n >>> a = jnp.array([1, 2, 2, 3, 4, 5, 5])\n >>> jnp.searchsorted(a, 2)\n Array(1, dtype=int32)\n >>> jnp.searchsorted(a, 2, side='right')\n Array(3, dtype=int32)\n\n Searching for a batch of values:\n\n >>> vals = jnp.array([0, 3, 8, 1.5, 2])\n >>> jnp.searchsorted(a, vals)\n Array([0, 3, 7, 1, 1], dtype=int32)\n\n Optionally, the ``sorter`` argument can be used to find insertion indices into\n an array sorted via :func:`jax.numpy.argsort`:\n\n >>> a = jnp.array([4, 3, 5, 1, 2])\n >>> sorter = jnp.argsort(a)\n >>> jnp.searchsorted(a, vals, sorter=sorter)\n Array([0, 2, 5, 1, 1], dtype=int32)\n\n The result is equivalent to passing the sorted array:\n\n >>> jnp.searchsorted(jnp.sort(a), vals)\n Array([0, 2, 5, 1, 1], dtype=int32)\n """"""\n if sorter is None:\n a, v = util.ensure_arraylike(""searchsorted"", a, v)\n else:\n a, v, sorter = util.ensure_arraylike(""searchsorted"", a, v, sorter)\n if side not in ['left', 'right']:\n raise ValueError(f""{side!r} is an invalid value for keyword 'side'. ""\n ""Expected one of ['left', 'right']."")\n if method not in ['scan', 'scan_unrolled', 'sort', 'compare_all']:\n raise ValueError(\n f""{method!r} is an invalid value for keyword 'method'. ""\n ""Expected one of ['sort', 'scan', 'scan_unrolled', 'compare_all']."")\n if np.ndim(a) != 1:\n raise ValueError(""a should be 1-dimensional"")\n a, v = util.promote_dtypes(a, v)\n if sorter is not None:\n a = a[sorter]\n dtype = np.dtype('int32') if a.shape[0] <= np.iinfo(np.int32).max else np.dtype('int64')\n if a.shape[0] == 0:\n return zeros_like(v, dtype=dtype)\n impl = {\n 'scan': partial(_searchsorted_via_scan, False),\n 'scan_unrolled': partial(_searchsorted_via_scan, True),\n 'sort': _searchsorted_via_sort,\n 'compare_all': _searchsorted_via_compare_all,\n }[method]\n return impl(a, v, side, dtype) # type: ignore\n\n\n@export\n@partial(jit, static_argnames=('right', 'method'))\ndef digitize(x: ArrayLike, bins: ArrayLike, right: bool = False,\n *, method: str | None = None) -> Array:\n """"""Convert an array to bin indices.\n\n JAX implementation of :func:`numpy.digitize`.\n\n Args:\n x: array of values to digitize.\n bins: 1D array of bin edges. Must be monotonically increasing or decreasing.\n right: if true, the intervals include the right bin edges. If false (default)\n the intervals include the left bin edges.\n method: optional method argument to be passed to :func:`~jax.numpy.searchsorted`.\n See that function for available options.\n\n Returns:\n An integer array of the same shape as ``x`` indicating the bin number that\n the values are in.\n\n See also:\n - :func:`jax.numpy.searchsorted`: find insertion indices for values in a\n sorted array.\n - :func:`jax.numpy.histogram`: compute frequency of array values within\n specified bins.\n\n Examples:\n >>> x = jnp.array([1.0, 2.0, 2.5, 1.5, 3.0, 3.5])\n >>> bins = jnp.array([1, 2, 3])\n >>> jnp.digitize(x, bins)\n Array([1, 2, 2, 1, 3, 3], dtype=int32)\n >>> jnp.digitize(x, bins, right=True)\n Array([0, 1, 2, 1, 2, 3], dtype=int32)\n\n ``digitize`` supports reverse-ordered bins as well:\n\n >>> bins = jnp.array([3, 2, 1])\n >>> jnp.digitize(x, bins)\n Array([2, 1, 1, 2, 0, 0], dtype=int32)\n """"""\n x, bins_arr = util.ensure_arraylike(""digitize"", x, bins)\n right = core.concrete_or_error(bool, right, ""right argument of jnp.digitize()"")\n if bins_arr.ndim != 1:\n raise ValueError(f""digitize: bins must be a 1-dimensional array; got {bins=}"")\n if bins_arr.shape[0] == 0:\n return zeros_like(x, dtype=np.int32)\n side = 'right' if not right else 'left'\n kwds: dict[str, str] = {} if method is None else {'method': method}\n return where(\n bins_arr[-1] >= bins_arr[0],\n searchsorted(bins_arr, x, side=side, **kwds),\n bins_arr.shape[0] - searchsorted(bins_arr[::-1], x, side=side, **kwds)\n )\n\n\n@export\ndef piecewise(x: ArrayLike, condlist: Array | Sequence[ArrayLike],\n funclist: list[ArrayLike | Callable[..., Array]],\n *args, **kw) -> Array:\n """"""Evaluate a function defined piecewise across the domain.\n\n JAX implementation of :func:`numpy.piecewise`, in terms of :func:`jax.lax.switch`.\n\n Note:\n Unlike :func:`numpy.piecewise`, :func:`jax.numpy.piecewise` requires functions\n in ``funclist`` to be traceable by JAX, as it is implemented via\n :func:`jax.lax.switch`.\n\n Args:\n x: array of input values.\n condlist: boolean array or sequence of boolean arrays corresponding to the\n functions in ``funclist``. If a sequence of arrays, the length of each\n array must match the length of ``x``\n funclist: list of arrays or functions; must either be the same length as\n ``condlist``, or have length ``len(condlist) + 1``, in which case the\n last entry is the default applied when none of the conditions are True.\n Alternatively, entries of ``funclist`` may be numerical values, in which\n case they indicate a constant function.\n args, kwargs: additional arguments are passed to each function in\n ``funclist``.\n\n Returns:\n An array which is the result of evaluating the functions on ``x`` at\n the specified conditions.\n\n See also:\n - :func:`jax.lax.switch`: choose between *N* functions based on an index.\n - :func:`jax.lax.cond`: choose between two functions based on a boolean condition.\n - :func:`jax.numpy.where`: choose between two results based on a boolean mask.\n - :func:`jax.lax.select`: choose between two results based on a boolean mask.\n - :func:`jax.lax.select_n`: choose between *N* results based on a boolean mask.\n\n Examples:\n Here's an example of a function which is zero for negative values, and linear\n for positive values:\n\n >>> x = jnp.array([-4, -3, -2, -1, 0, 1, 2, 3, 4])\n\n >>> condlist = [x < 0, x >= 0]\n >>> funclist = [lambda x: 0 * x, lambda x: x]\n >>> jnp.piecewise(x, condlist, funclist)\n Array([0, 0, 0, 0, 0, 1, 2, 3, 4], dtype=int32)\n\n ``funclist`` can also contain a simple scalar value for constant functions:\n\n >>> condlist = [x < 0, x >= 0]\n >>> funclist = [0, lambda x: x]\n >>> jnp.piecewise(x, condlist, funclist)\n Array([0, 0, 0, 0, 0, 1, 2, 3, 4], dtype=int32)\n\n You can specify a default value by appending an extra condition to ``funclist``:\n\n >>> condlist = [x < -1, x > 1]\n >>> funclist = [lambda x: 1 + x, lambda x: x - 1, 0]\n >>> jnp.piecewise(x, condlist, funclist)\n Array([-3, -2, -1, 0, 0, 0, 1, 2, 3], dtype=int32)\n\n ``condlist`` may also be a simple array of scalar conditions, in which case\n the associated function applies to the whole range\n\n >>> condlist = jnp.array([False, True, False])\n >>> funclist = [lambda x: x * 0, lambda x: x * 10, lambda x: x * 100]\n >>> jnp.piecewise(x, condlist, funclist)\n Array([-40, -30, -20, -10, 0, 10, 20, 30, 40], dtype=int32)\n """"""\n x_arr = util.ensure_arraylike(""piecewise"", x)\n nc, nf = len(condlist), len(funclist)\n if nf == nc + 1:\n funclist = funclist[-1:] + funclist[:-1]\n elif nf == nc:\n funclist = [0] + list(funclist)\n else:\n raise ValueError(f""with {nc} condition(s), either {nc} or {nc+1} functions are expected; got {nf}"")\n consts = {i: c for i, c in enumerate(funclist) if not callable(c)}\n funcs = {i: f for i, f in enumerate(funclist) if callable(f)}\n return _piecewise(x_arr, asarray(condlist, dtype=bool), consts,\n frozenset(funcs.items()), # dict is not hashable.\n *args, **kw)\n\n@partial(jit, static_argnames=['funcs'])\ndef _piecewise(x: Array, condlist: Array, consts: dict[int, ArrayLike],\n funcs: frozenset[tuple[int, Callable[..., Array]]],\n *args, **kw) -> Array:\n funcdict = dict(funcs)\n funclist = [consts.get(i, funcdict.get(i)) for i in range(len(condlist) + 1)]\n indices = argmax(reductions.cumsum(concatenate([zeros_like(condlist[:1]), condlist], 0), 0), 0)\n dtype = _dtype(x)\n def _call(f):\n return lambda x: f(x, *args, **kw).astype(dtype)\n def _const(v):\n return lambda x: array(v, dtype=dtype)\n funclist = [_call(f) if callable(f) else _const(f) for f in funclist]\n return vectorize(lax.switch, excluded=(1,))(indices, funclist, x)\n\n\ndef _tile_to_size(arr: Array, size: int) -> Array:\n assert arr.ndim == 1\n if arr.size < size:\n arr = tile(arr, int(np.ceil(size / arr.size)))\n assert arr.size >= size\n return arr[:size] if arr.size > size else arr\n",python,tab +2984,11736306,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py",152370,0,"",python,selection_command +2985,11736735,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +2986,11736735,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,0,"",python,selection_command +2987,11737035,"/fast/home/franz.srambical/jafar/utils/nn.py",9597,0,"",python,selection_command +2988,11738887,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,0,"",python,selection_command +2989,11739772,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,13," _",python,selection_command +2990,11740021,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,24," _fuse_masks(",python,selection_command +2991,11740050,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,25," _fuse_masks(m",python,selection_command +2992,11740080,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,29," _fuse_masks(mask,",python,selection_command +2993,11740112,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,31," _fuse_masks(mask, a",python,selection_command +2994,11740146,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,45," _fuse_masks(mask, attention_mask)",python,selection_command +2995,11740178,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,47," _fuse_masks(mask, attention_mask) i",python,selection_command +2996,11740533,"/fast/home/franz.srambical/jafar/utils/nn.py",10459,0,"",python,selection_command +2997,11741229,"/fast/home/franz.srambical/jafar/utils/nn.py",10462,0,"",python,selection_command +2998,11741936,"/fast/home/franz.srambical/jafar/utils/nn.py",8987,0,"",python,selection_command +2999,11743521,"/fast/home/franz.srambical/jafar/utils/nn.py",8936,0,"",python,selection_command +3000,11743568,"/fast/home/franz.srambical/jafar/utils/nn.py",8940,0,"",python,selection_command +3001,11743834,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +3002,11744020,"/fast/home/franz.srambical/jafar/utils/nn.py",8956,0,"",python,selection_command +3003,11744343,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +3004,11746794,"/fast/home/franz.srambical/jafar/utils/nn.py",8956,0,"",python,selection_command +3005,11747040,"/fast/home/franz.srambical/jafar/utils/nn.py",8957,0,"",python,selection_command +3006,11747066,"/fast/home/franz.srambical/jafar/utils/nn.py",8962,0,"",python,selection_command +3007,11747091,"/fast/home/franz.srambical/jafar/utils/nn.py",8964,0,"",python,selection_command +3008,11747126,"/fast/home/franz.srambical/jafar/utils/nn.py",8967,0,"",python,selection_command +3009,11747157,"/fast/home/franz.srambical/jafar/utils/nn.py",8969,0,"",python,selection_command +3010,11747194,"/fast/home/franz.srambical/jafar/utils/nn.py",8974,0,"",python,selection_command +3011,11747690,"/fast/home/franz.srambical/jafar/utils/nn.py",8969,0,"",python,selection_command +3012,11747942,"/fast/home/franz.srambical/jafar/utils/nn.py",8967,0,"",python,selection_command +3013,11747968,"/fast/home/franz.srambical/jafar/utils/nn.py",8964,0,"",python,selection_command +3014,11748001,"/fast/home/franz.srambical/jafar/utils/nn.py",8962,0,"",python,selection_command +3015,11748035,"/fast/home/franz.srambical/jafar/utils/nn.py",8957,0,"",python,selection_command +3016,11748068,"/fast/home/franz.srambical/jafar/utils/nn.py",8956,0,"",python,selection_command +3017,11748197,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +3018,11748390,"/fast/home/franz.srambical/jafar/utils/nn.py",8940,0,"",python,selection_command +3019,11748831,"/fast/home/franz.srambical/jafar/utils/nn.py",9013,0,"",python,selection_command +3020,11749081,"/fast/home/franz.srambical/jafar/utils/nn.py",9063,0,"",python,selection_command +3021,11749104,"/fast/home/franz.srambical/jafar/utils/nn.py",9114,0,"",python,selection_command +3022,11749134,"/fast/home/franz.srambical/jafar/utils/nn.py",9148,0,"",python,selection_command +3023,11749165,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"",python,selection_command +3024,11749199,"/fast/home/franz.srambical/jafar/utils/nn.py",9217,0,"",python,selection_command +3025,11749234,"/fast/home/franz.srambical/jafar/utils/nn.py",9279,0,"",python,selection_command +3026,11749266,"/fast/home/franz.srambical/jafar/utils/nn.py",9284,0,"",python,selection_command +3027,11749299,"/fast/home/franz.srambical/jafar/utils/nn.py",9311,0,"",python,selection_command +3028,11749331,"/fast/home/franz.srambical/jafar/utils/nn.py",9374,0,"",python,selection_command +3029,11749367,"/fast/home/franz.srambical/jafar/utils/nn.py",9379,0,"",python,selection_command +3030,11749399,"/fast/home/franz.srambical/jafar/utils/nn.py",9400,0,"",python,selection_command +3031,11749432,"/fast/home/franz.srambical/jafar/utils/nn.py",9467,0,"",python,selection_command +3032,11749571,"/fast/home/franz.srambical/jafar/utils/nn.py",9472,0,"",python,selection_command +3033,11750116,"/fast/home/franz.srambical/jafar/utils/nn.py",9476,0,"",python,selection_command +3034,11750293,"/fast/home/franz.srambical/jafar/utils/nn.py",9480,0,"",python,selection_command +3035,11750513,"/fast/home/franz.srambical/jafar/utils/nn.py",9491,0,"",python,selection_command +3036,11750786,"/fast/home/franz.srambical/jafar/utils/nn.py",9573,0,"",python,selection_command +3037,11751113,"/fast/home/franz.srambical/jafar/utils/nn.py",9572,0,"",python,selection_command +3038,11751543,"/fast/home/franz.srambical/jafar/utils/nn.py",9562,0,"",python,selection_command +3039,11760366,"/fast/home/franz.srambical/jafar/utils/nn.py",9609,0,"",python,selection_command +3040,11760601,"/fast/home/franz.srambical/jafar/utils/nn.py",9646,0,"",python,selection_command +3041,11760627,"/fast/home/franz.srambical/jafar/utils/nn.py",9727,0,"",python,selection_command +3042,11760661,"/fast/home/franz.srambical/jafar/utils/nn.py",9741,0,"",python,selection_command +3043,11761240,"/fast/home/franz.srambical/jafar/utils/nn.py",9748,0,"",python,selection_command +3044,11761481,"/fast/home/franz.srambical/jafar/utils/nn.py",9751,0,"",python,selection_command +3045,11761511,"/fast/home/franz.srambical/jafar/utils/nn.py",9752,0,"",python,selection_command +3046,11761986,"/fast/home/franz.srambical/jafar/utils/nn.py",9763,0,"",python,selection_command +3047,11762171,"/fast/home/franz.srambical/jafar/utils/nn.py",9764,0,"",python,selection_command +3048,11763410,"/fast/home/franz.srambical/jafar/utils/nn.py",9727,0,"",python,selection_command +3049,11763657,"/fast/home/franz.srambical/jafar/utils/nn.py",9669,0,"",python,selection_command +3050,11763679,"/fast/home/franz.srambical/jafar/utils/nn.py",9632,0,"",python,selection_command +3051,11763710,"/fast/home/franz.srambical/jafar/utils/nn.py",9585,0,"",python,selection_command +3052,11764007,"/fast/home/franz.srambical/jafar/utils/nn.py",9503,0,"",python,selection_command +3053,11764300,"/fast/home/franz.srambical/jafar/utils/nn.py",9476,0,"",python,selection_command +3054,11764460,"/fast/home/franz.srambical/jafar/utils/nn.py",9480,0,"",python,selection_command +3055,11764625,"/fast/home/franz.srambical/jafar/utils/nn.py",9491,0,"",python,selection_command +3056,11764949,"/fast/home/franz.srambical/jafar/utils/nn.py",9480,0,"",python,selection_command +3057,11766775,"/fast/home/franz.srambical/jafar/utils/nn.py",10425,0,"",python,selection_command +3058,11767703,"/fast/home/franz.srambical/jafar/utils/nn.py",10436,0,"",python,selection_command +3059,11767895,"/fast/home/franz.srambical/jafar/utils/nn.py",10437,0,"",python,selection_command +3060,11769252,"/fast/home/franz.srambical/jafar/utils/nn.py",10441,0,"",python,selection_command +3061,11769640,"/fast/home/franz.srambical/jafar/utils/nn.py",10443,0,"",python,selection_command +3062,11789474,"/fast/home/franz.srambical/jafar/utils/nn.py",8537,0,"",python,selection_command +3063,11789813,"/fast/home/franz.srambical/jafar/utils/nn.py",2614,0,"",python,selection_command +3064,11790890,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\n\nfrom __future__ import annotations\n\nimport functools\nfrom typing import Any\nfrom collections.abc import Callable\nimport math\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import initializers\nfrom flax.nnx.nn import dtypes\nfrom flax.nnx.nn.linear import (\n LinearGeneral,\n default_kernel_init,\n)\nfrom flax.nnx.nn.normalization import LayerNorm\nfrom flax.typing import (\n Dtype,\n PromoteDtypeFn,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\nArray = jax.Array\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of `[batch..., q_length,\n num_heads, qk_depth_per_head]`.\n key: keys for calculating attention with shape of `[batch..., kv_length,\n num_heads, qk_depth_per_head]`.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key)`` and a ``dtype``\n keyword argument, and return a tuple of arrays with the promoted dtype.\n\n Returns:\n Output of shape `[batch..., num_heads, q_length, kv_length]`.\n """"""\n query, key = promote_dtype((query, key), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = jnp.einsum(\n '...qhd,...khd->...hqk', query, key, precision=precision\n )\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow(nnx.Intermediate, 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n\n\nclass MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., `[batch..., len_q]`, `[batch..., len_kv]`, the\n attention weights will be `[batch..., heads, len_q, len_kv]` and this\n function will produce `[batch..., 1, len_q, len_kv]`.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len_q, len_kv]` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., `[batch..., len]`, the self-attention weights\n will be `[batch..., heads, len, len]` and this function will produce a\n causal mask of shape `[batch..., 1, len, len]`.\n\n Args:\n x: input array of shape `[batch..., len]`\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len, len]` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +3065,11790890,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +3066,11791591,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12332,0,"",python,selection_command +3067,11791824,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14092,0,"",python,selection_command +3068,11793081,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16150,0,"",python,selection_command +3069,11793369,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +3070,11793732,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20649,0,"",python,selection_command +3071,11794202,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22802,0,"",python,selection_command +3072,11794935,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23246,0,"",python,selection_keyboard +3073,11795279,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23182,0,"",python,selection_command +3074,11795530,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23110,0,"",python,selection_command +3075,11795557,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23105,0,"",python,selection_command +3076,11795583,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23094,0,"",python,selection_command +3077,11795618,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23072,0,"",python,selection_command +3078,11795650,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23027,0,"",python,selection_command +3079,11795691,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23021,0,"",python,selection_command +3080,11795723,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22977,0,"",python,selection_command +3081,11795756,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22945,0,"",python,selection_command +3082,11795789,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22921,0,"",python,selection_command +3083,11795822,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22886,0,"",python,selection_command +3084,11795855,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22838,0,"",python,selection_command +3085,11795889,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22800,0,"",python,selection_command +3086,11795923,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22769,0,"",python,selection_command +3087,11795956,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22752,0,"",python,selection_command +3088,11795989,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22739,0,"",python,selection_command +3089,11796022,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22728,0,"",python,selection_command +3090,11796056,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22715,0,"",python,selection_command +3091,11796104,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22688,0,"",python,selection_command +3092,11796212,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22666,0,"",python,selection_command +3093,11796376,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22688,0,"",python,selection_command +3094,11797052,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22715,0,"",python,selection_command +3095,11797295,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22728,0,"",python,selection_command +3096,11797401,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22739,0,"",python,selection_command +3097,11797645,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22752,0,"",python,selection_command +3098,11797783,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22754,0,"",python,selection_command +3099,11797963,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22758,0,"",python,selection_command +3100,11798106,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22759,0,"",python,selection_command +3101,11798482,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22754,0,"",python,selection_command +3102,11799055,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21797,0,"",python,selection_command +3103,11800520,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21767,0,"",python,selection_command +3104,11814882,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21795,0,"",python,selection_command +3105,11815226,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21797,0,"",python,selection_command +3106,11815595,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21767,0,"",python,selection_command +3107,11816165,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +3108,11816859,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18091,0,"",python,selection_command +3109,11817679,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17942,0,"",python,selection_command +3110,11817995,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17926,0,"",python,selection_command +3111,11818301,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17011,0,"",python,selection_command +3112,11818637,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9175,0,"",python,selection_command +3113,11819640,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17011,0,"",python,selection_command +3114,11819977,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17926,0,"",python,selection_command +3115,11820167,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17942,0,"",python,selection_command +3116,11820335,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18091,0,"",python,selection_command +3117,11820503,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +3118,11820757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21767,0,"",python,selection_command +3119,11821098,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21797,0,"",python,selection_command +3120,11821389,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22754,0,"",python,selection_command +3121,11822957,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21797,0,"",python,selection_command +3122,11823537,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21789,13," mask,",python,selection_command +3123,11823791,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21789,39," mask,\n jnp.broadcast_to(",python,selection_command +3124,11823971,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21789,86," mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,",python,selection_command +3125,11824315,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21837,0,"",python,selection_command +3126,11824499,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21811,0,"",python,selection_command +3127,11824841,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21803,25," jnp.broadcast_to(",python,selection_command +3128,11825003,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21803,72," jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,",python,selection_command +3129,11825141,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21803,122," jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),",python,selection_command +3130,11826358,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +3131,11839482,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21884,0,"",python,selection_command +3132,11866906,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21837,0,"",python,selection_command +3133,11867055,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21811,0,"",python,selection_command +3134,11867204,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21797,0,"",python,selection_command +3135,11867336,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21769,0,"",python,selection_command +3136,11867455,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21728,0,"",python,selection_command +3137,11867757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21769,0,"",python,selection_command +3138,11888268,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3139,11889946,"/fast/home/franz.srambical/jafar/utils/nn.py",11110,0,"",python,selection_command +3140,11890458,"/fast/home/franz.srambical/jafar/utils/nn.py",10604,0,"",python,selection_command +3141,11890787,"/fast/home/franz.srambical/jafar/utils/nn.py",9727,0,"",python,selection_command +3142,11891676,"/fast/home/franz.srambical/jafar/utils/nn.py",9646,0,"",python,selection_command +3143,11891924,"/fast/home/franz.srambical/jafar/utils/nn.py",9609,0,"",python,selection_command +3144,11891952,"/fast/home/franz.srambical/jafar/utils/nn.py",9562,0,"",python,selection_command +3145,11891984,"/fast/home/franz.srambical/jafar/utils/nn.py",9480,0,"",python,selection_command +3146,11892011,"/fast/home/franz.srambical/jafar/utils/nn.py",9467,0,"",python,selection_command +3147,11892047,"/fast/home/franz.srambical/jafar/utils/nn.py",9408,0,"",python,selection_command +3148,11892077,"/fast/home/franz.srambical/jafar/utils/nn.py",9387,0,"",python,selection_command +3149,11892112,"/fast/home/franz.srambical/jafar/utils/nn.py",9374,0,"",python,selection_command +3150,11892145,"/fast/home/franz.srambical/jafar/utils/nn.py",9319,0,"",python,selection_command +3151,11892180,"/fast/home/franz.srambical/jafar/utils/nn.py",9292,0,"",python,selection_command +3152,11892212,"/fast/home/franz.srambical/jafar/utils/nn.py",9279,0,"",python,selection_command +3153,11892246,"/fast/home/franz.srambical/jafar/utils/nn.py",9225,0,"",python,selection_command +3154,11892287,"/fast/home/franz.srambical/jafar/utils/nn.py",9200,0,"",python,selection_command +3155,11892321,"/fast/home/franz.srambical/jafar/utils/nn.py",9156,0,"",python,selection_command +3156,11892354,"/fast/home/franz.srambical/jafar/utils/nn.py",9122,0,"",python,selection_command +3157,11892541,"/fast/home/franz.srambical/jafar/utils/nn.py",9071,0,"",python,selection_command +3158,11892678,"/fast/home/franz.srambical/jafar/utils/nn.py",9021,0,"",python,selection_command +3159,11892899,"/fast/home/franz.srambical/jafar/utils/nn.py",8948,0,"",python,selection_command +3160,11895063,"/fast/home/franz.srambical/jafar/utils/nn.py",8935,0,"",python,selection_command +3161,11895317,"/fast/home/franz.srambical/jafar/utils/nn.py",8933,0,"",python,selection_command +3162,11895340,"/fast/home/franz.srambical/jafar/utils/nn.py",8899,0,"",python,selection_command +3163,11895367,"/fast/home/franz.srambical/jafar/utils/nn.py",8801,0,"",python,selection_command +3164,11895404,"/fast/home/franz.srambical/jafar/utils/nn.py",8716,0,"",python,selection_command +3165,11895438,"/fast/home/franz.srambical/jafar/utils/nn.py",8703,0,"",python,selection_command +3166,11895470,"/fast/home/franz.srambical/jafar/utils/nn.py",8636,0,"",python,selection_command +3167,11895503,"/fast/home/franz.srambical/jafar/utils/nn.py",8540,0,"",python,selection_command +3168,11895539,"/fast/home/franz.srambical/jafar/utils/nn.py",8527,0,"",python,selection_command +3169,11895569,"/fast/home/franz.srambical/jafar/utils/nn.py",8468,0,"",python,selection_command +3170,11895603,"/fast/home/franz.srambical/jafar/utils/nn.py",8454,0,"",python,selection_command +3171,11895636,"/fast/home/franz.srambical/jafar/utils/nn.py",8372,0,"",python,selection_command +3172,11895671,"/fast/home/franz.srambical/jafar/utils/nn.py",8359,0,"",python,selection_command +3173,11895703,"/fast/home/franz.srambical/jafar/utils/nn.py",8358,0,"",python,selection_command +3174,11895738,"/fast/home/franz.srambical/jafar/utils/nn.py",8332,0,"",python,selection_command +3175,11895775,"/fast/home/franz.srambical/jafar/utils/nn.py",8274,0,"",python,selection_command +3176,11895828,"/fast/home/franz.srambical/jafar/utils/nn.py",8261,0,"",python,selection_command +3177,11895863,"/fast/home/franz.srambical/jafar/utils/nn.py",8239,0,"",python,selection_command +3178,11895939,"/fast/home/franz.srambical/jafar/utils/nn.py",8261,0,"",python,selection_command +3179,11896194,"/fast/home/franz.srambical/jafar/utils/nn.py",8274,0,"",python,selection_command +3180,11896224,"/fast/home/franz.srambical/jafar/utils/nn.py",8332,0,"",python,selection_command +3181,11896249,"/fast/home/franz.srambical/jafar/utils/nn.py",8358,0,"",python,selection_command +3182,11896282,"/fast/home/franz.srambical/jafar/utils/nn.py",8359,0,"",python,selection_command +3183,11896318,"/fast/home/franz.srambical/jafar/utils/nn.py",8372,0,"",python,selection_command +3184,11896795,"/fast/home/franz.srambical/jafar/utils/nn.py",8454,0,"",python,selection_command +3185,11896962,"/fast/home/franz.srambical/jafar/utils/nn.py",8372,0,"",python,selection_command +3186,11897111,"/fast/home/franz.srambical/jafar/utils/nn.py",8389,0,"",python,selection_command +3187,11897363,"/fast/home/franz.srambical/jafar/utils/nn.py",8390,0,"",python,selection_command +3188,11897389,"/fast/home/franz.srambical/jafar/utils/nn.py",8409,0,"",python,selection_command +3189,11897417,"/fast/home/franz.srambical/jafar/utils/nn.py",8410,0,"",python,selection_command +3190,11897563,"/fast/home/franz.srambical/jafar/utils/nn.py",8415,0,"",python,selection_command +3191,11897744,"/fast/home/franz.srambical/jafar/utils/nn.py",8416,0,"",python,selection_command +3192,11897912,"/fast/home/franz.srambical/jafar/utils/nn.py",8426,0,"",python,selection_command +3193,11898062,"/fast/home/franz.srambical/jafar/utils/nn.py",8427,0,"",python,selection_command +3194,11898353,"/fast/home/franz.srambical/jafar/utils/nn.py",8432,0,"",python,selection_command +3195,11900046,"/fast/home/franz.srambical/jafar/utils/nn.py",8429,0,"",python,selection_command +3196,11900212,"/fast/home/franz.srambical/jafar/utils/nn.py",8427,0,"",python,selection_command +3197,11900336,"/fast/home/franz.srambical/jafar/utils/nn.py",8418,0,"",python,selection_command +3198,11900996,"/fast/home/franz.srambical/jafar/utils/nn.py",10975,0,"",python,selection_command +3199,11902587,"/fast/home/franz.srambical/jafar/utils/nn.py",8418,0,"",python,selection_command +3200,11903507,"/fast/home/franz.srambical/jafar/utils/nn.py",8427,0,"",python,selection_command +3201,11903735,"/fast/home/franz.srambical/jafar/utils/nn.py",8432,0,"",python,selection_command +3202,11906210,"/fast/home/franz.srambical/jafar/utils/nn.py",8429,0,"",python,selection_command +3203,11906352,"/fast/home/franz.srambical/jafar/utils/nn.py",8427,0,"",python,selection_command +3204,11906477,"/fast/home/franz.srambical/jafar/utils/nn.py",8418,0,"",python,selection_command +3205,11907211,"/fast/home/franz.srambical/jafar/utils/nn.py",10975,0,"",python,selection_command +3206,11911680,"/fast/home/franz.srambical/jafar/utils/nn.py",10932,0,"",python,selection_command +3207,11911924,"/fast/home/franz.srambical/jafar/utils/nn.py",10906,0,"",python,selection_command +3208,11911950,"/fast/home/franz.srambical/jafar/utils/nn.py",10880,0,"",python,selection_command +3209,11911977,"/fast/home/franz.srambical/jafar/utils/nn.py",10852,0,"",python,selection_command +3210,11912010,"/fast/home/franz.srambical/jafar/utils/nn.py",10828,0,"",python,selection_command +3211,11912044,"/fast/home/franz.srambical/jafar/utils/nn.py",10800,0,"",python,selection_command +3212,11912077,"/fast/home/franz.srambical/jafar/utils/nn.py",10750,0,"",python,selection_command +3213,11912112,"/fast/home/franz.srambical/jafar/utils/nn.py",10680,0,"",python,selection_command +3214,11912152,"/fast/home/franz.srambical/jafar/utils/nn.py",10667,0,"",python,selection_command +3215,11912186,"/fast/home/franz.srambical/jafar/utils/nn.py",10608,0,"",python,selection_command +3216,11912218,"/fast/home/franz.srambical/jafar/utils/nn.py",10595,0,"",python,selection_command +3217,11912253,"/fast/home/franz.srambical/jafar/utils/nn.py",10521,0,"",python,selection_command +3218,11912281,"/fast/home/franz.srambical/jafar/utils/nn.py",10507,0,"",python,selection_command +3219,11912319,"/fast/home/franz.srambical/jafar/utils/nn.py",10425,0,"",python,selection_command +3220,11912352,"/fast/home/franz.srambical/jafar/utils/nn.py",10405,0,"",python,selection_command +3221,11912508,"/fast/home/franz.srambical/jafar/utils/nn.py",10392,0,"",python,selection_command +3222,11912637,"/fast/home/franz.srambical/jafar/utils/nn.py",10328,0,"",python,selection_command +3223,11912799,"/fast/home/franz.srambical/jafar/utils/nn.py",10252,0,"",python,selection_command +3224,11912916,"/fast/home/franz.srambical/jafar/utils/nn.py",10167,0,"",python,selection_command +3225,11913665,"/fast/home/franz.srambical/jafar/utils/nn.py",10155,84," attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)",python,selection_command +3226,11913812,"/fast/home/franz.srambical/jafar/utils/nn.py",10155,160," attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)",python,selection_command +3227,11913945,"/fast/home/franz.srambical/jafar/utils/nn.py",10155,236," attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)",python,selection_command +3228,11932445,"/fast/home/franz.srambical/jafar/utils/nn.py",10328,0,"",python,selection_command +3229,11949336,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +3230,11951027,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +3231,11951357,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18091,0,"",python,selection_command +3232,11951873,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17942,0,"",python,selection_command +3233,11952199,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17926,0,"",python,selection_command +3234,11952563,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17011,0,"",python,selection_command +3235,11953445,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17926,0,"",python,selection_command +3236,11953551,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17942,0,"",python,selection_command +3237,11953706,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18091,0,"",python,selection_command +3238,11953849,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +3239,11954597,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21767,0,"",python,selection_command +3240,11955463,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21795,0,"",python,selection_command +3241,11955871,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21797,0,"",python,selection_command +3242,11964863,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21769,0,"",python,selection_command +3243,11965377,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21761,27," mask = combine_masks(",python,selection_command +3244,11965538,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21761,41," mask = combine_masks(\n mask,",python,selection_command +3245,11965790,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21761,67," mask = combine_masks(\n mask,\n jnp.broadcast_to(",python,selection_command +3246,11965814,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21761,114," mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,",python,selection_command +3247,11965933,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21761,164," mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),",python,selection_command +3248,11966070,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21761,175," mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),",python,selection_command +3249,11966219,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21761,183," mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )",python,selection_command +3250,11977133,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21943,0,"",python,selection_command +3251,11977476,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21944,0," Jafar ",python,content +3252,11977482,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21950,0,"",python,selection_command +3253,11978309,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21944,7,"",python,content +3254,11978312,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21943,0,"",python,selection_command +3255,11981778,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3256,11984377,"/fast/home/franz.srambical/jafar/utils/nn.py",10392,0,"",python,selection_command +3257,11984534,"/fast/home/franz.srambical/jafar/utils/nn.py",10405,0,"",python,selection_command +3258,11984683,"/fast/home/franz.srambical/jafar/utils/nn.py",10425,0,"",python,selection_command +3259,11985034,"/fast/home/franz.srambical/jafar/utils/nn.py",10405,0,"",python,selection_command +3260,11985675,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,19," mask_4d = (",python,selection_command +3261,11985806,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,105," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask",python,selection_command +3262,11985936,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,115," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )",python,selection_command +3263,12002566,"/fast/home/franz.srambical/jafar/utils/nn.py",10507,0,"",python,selection_command +3264,12064211,"/fast/home/franz.srambical/jafar/utils/nn.py",9597,131," # If mask is 4D (batch, heads, seq_len, seq_len), pad the last two dimensions\n if mask_bool.ndim == 4:\n expanded_mask = jnp.pad(\n mask_bool, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # For other shapes, assume it's (seq_len, seq_len) and pad accordingly\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )",python,content +3265,12071345,"/fast/home/franz.srambical/jafar/utils/nn.py",9597,555," expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )",python,content +3266,12071432,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,201," if mask is not None:\n # Handle the mask properly for decode mode\n if mask.ndim == 4: # (batch, heads, seq_len, seq_len)\n # For decode mode, mask should already be the right shape\n # We need to pad it to match the padded sequence length\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # For other cases, use the original logic\n mask_4d = _fuse_masks(mask, attention_mask)\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n else:\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3267,12071432,"/fast/home/franz.srambical/jafar/utils/nn.py",9597,131," # If mask is 4D (batch, heads, seq_len, seq_len), pad the last two dimensions\n if mask_bool.ndim == 4:\n expanded_mask = jnp.pad(\n mask_bool, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # For other shapes, assume it's (seq_len, seq_len) and pad accordingly\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )",python,content +3268,12075030,"/fast/home/franz.srambical/jafar/utils/nn.py",10817,807," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3269,12075030,"/fast/home/franz.srambical/jafar/utils/nn.py",9597,555," expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )",python,content +3270,12075111,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,201," if mask is not None:\n # Handle the mask properly for decode mode\n if mask.ndim == 4: # (batch, heads, seq_len, seq_len)\n # For decode mode, mask should already be the right shape\n # We need to pad it to match the padded sequence length\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # For other cases, use the original logic\n mask_4d = _fuse_masks(mask, attention_mask)\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n else:\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3271,12075112,"/fast/home/franz.srambical/jafar/utils/nn.py",9597,131," # If mask is 4D (batch, heads, seq_len, seq_len), pad the last two dimensions\n if mask_bool.ndim == 4:\n expanded_mask = jnp.pad(\n mask_bool, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # For other shapes, assume it's (seq_len, seq_len) and pad accordingly\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )",python,content +3272,12075112,"/fast/home/franz.srambical/jafar/utils/nn.py",9110,102," # SECOND PASS: qkv.shape",python,content +3273,12132709,"/fast/home/franz.srambical/jafar/utils/nn.py",10747,807," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3274,12132710,"/fast/home/franz.srambical/jafar/utils/nn.py",9527,555," expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )",python,content +3275,12132710,"/fast/home/franz.srambical/jafar/utils/nn.py",9110,32," # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()",python,content +3276,12132826,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,201," if mask is not None:\n # Handle the mask properly for decode mode\n if mask.ndim == 4: # (batch, heads, seq_len, seq_len)\n # For decode mode, mask should already be the right shape\n # We need to pad it to match the padded sequence length\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # For other cases, use the original logic\n mask_4d = _fuse_masks(mask, attention_mask)\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n else:\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3277,12132826,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,326,"",python,content +3278,12132826,"/fast/home/franz.srambical/jafar/utils/nn.py",9110,102," # SECOND PASS: qkv.shape",python,content +3279,12141034,"/fast/home/franz.srambical/jafar/utils/nn.py",9997,807," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3280,12141034,"/fast/home/franz.srambical/jafar/utils/nn.py",9398,0," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)",python,content +3281,12141034,"/fast/home/franz.srambical/jafar/utils/nn.py",9110,32," # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()",python,content +3282,12141104,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,201," # Handle mask from nnx MultiHeadAttention\n if mask is not None:\n # Mask from nnx is always 4D: (batch, heads, seq_len, seq_len)\n # Pad it to match the padded sequence length\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # No mask provided, use the attention mask for padded positions\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3283,12141104,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,326,"",python,content +3284,12141104,"/fast/home/franz.srambical/jafar/utils/nn.py",9110,102," # SECOND PASS: qkv.shape",python,content +3285,12146549,"/fast/home/franz.srambical/jafar/utils/nn.py",9997,551," mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3286,12146550,"/fast/home/franz.srambical/jafar/utils/nn.py",9398,0," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)",python,content +3287,12146550,"/fast/home/franz.srambical/jafar/utils/nn.py",9110,32," # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()",python,content +3288,12146655,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,201," # Handle mask from nnx MultiHeadAttention\n if mask is not None:\n # Mask from nnx is always 4D: (batch, heads, seq_len, seq_len)\n # Pad it to match the padded sequence length\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n else:\n # No mask provided, use the attention mask for padded positions\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +3289,12146655,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,326,"",python,content +3290,12146655,"/fast/home/franz.srambical/jafar/utils/nn.py",9009,204,"",python,content +3291,12151573,"/fast/home/franz.srambical/jafar/utils/nn.py",8974,0,"",python,selection_mouse +3292,12152751,"/fast/home/franz.srambical/jafar/utils/nn.py",9009,0," # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()\n",python,content +3293,12153213,"/fast/home/franz.srambical/jafar/utils/nn.py",9047,0,"",python,selection_command +3294,12153463,"/fast/home/franz.srambical/jafar/utils/nn.py",9097,0,"",python,selection_command +3295,12153489,"/fast/home/franz.srambical/jafar/utils/nn.py",9142,0,"",python,selection_command +3296,12153523,"/fast/home/franz.srambical/jafar/utils/nn.py",9182,0,"",python,selection_command +3297,12153554,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,0,"",python,selection_command +3298,12153587,"/fast/home/franz.srambical/jafar/utils/nn.py",9251,0,"",python,selection_command +3299,12153621,"/fast/home/franz.srambical/jafar/utils/nn.py",9279,0,"",python,selection_command +3300,12153655,"/fast/home/franz.srambical/jafar/utils/nn.py",9305,0,"",python,selection_command +3301,12153689,"/fast/home/franz.srambical/jafar/utils/nn.py",9345,0,"",python,selection_command +3302,12153724,"/fast/home/franz.srambical/jafar/utils/nn.py",9374,0,"",python,selection_command +3303,12153920,"/fast/home/franz.srambical/jafar/utils/nn.py",9394,0,"",python,selection_command +3304,12154057,"/fast/home/franz.srambical/jafar/utils/nn.py",9434,0,"",python,selection_command +3305,12154441,"/fast/home/franz.srambical/jafar/utils/nn.py",9467,0,"",python,selection_command +3306,12176657,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,0," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)",python,content +3307,12177198,"/fast/home/franz.srambical/jafar/utils/nn.py",10080,0,"",python,selection_keyboard +3308,12177612,"/fast/home/franz.srambical/jafar/utils/nn.py",10119,0,"",python,selection_command +3309,12177861,"/fast/home/franz.srambical/jafar/utils/nn.py",10154,0,"",python,selection_command +3310,12177891,"/fast/home/franz.srambical/jafar/utils/nn.py",10163,0,"",python,selection_command +3311,12178014,"/fast/home/franz.srambical/jafar/utils/nn.py",10248,0,"",python,selection_command +3312,12178178,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,0,"",python,selection_command +3313,12178462,"/fast/home/franz.srambical/jafar/utils/nn.py",10392,0,"",python,selection_command +3314,12181278,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,0,"",python,selection_command +3315,12181526,"/fast/home/franz.srambical/jafar/utils/nn.py",10248,0,"",python,selection_command +3316,12181559,"/fast/home/franz.srambical/jafar/utils/nn.py",10163,0,"",python,selection_command +3317,12181578,"/fast/home/franz.srambical/jafar/utils/nn.py",10154,0,"",python,selection_command +3318,12181613,"/fast/home/franz.srambical/jafar/utils/nn.py",10119,0,"",python,selection_command +3319,12181649,"/fast/home/franz.srambical/jafar/utils/nn.py",10080,0,"",python,selection_command +3320,12181685,"/fast/home/franz.srambical/jafar/utils/nn.py",10037,0,"",python,selection_command +3321,12181720,"/fast/home/franz.srambical/jafar/utils/nn.py",10028,0,"",python,selection_command +3322,12181750,"/fast/home/franz.srambical/jafar/utils/nn.py",9983,0,"",python,selection_command +3323,12181784,"/fast/home/franz.srambical/jafar/utils/nn.py",9924,0,"",python,selection_command +3324,12181816,"/fast/home/franz.srambical/jafar/utils/nn.py",9885,0,"",python,selection_command +3325,12181851,"/fast/home/franz.srambical/jafar/utils/nn.py",9876,0,"",python,selection_command +3326,12181886,"/fast/home/franz.srambical/jafar/utils/nn.py",9841,0,"",python,selection_command +3327,12181919,"/fast/home/franz.srambical/jafar/utils/nn.py",9804,0,"",python,selection_command +3328,12181951,"/fast/home/franz.srambical/jafar/utils/nn.py",9795,0,"",python,selection_command +3329,12182962,"/fast/home/franz.srambical/jafar/utils/nn.py",9729,66," return jnp.logical_and(attention_mask, expanded_mask)\n",python,selection_command +3330,12183116,"/fast/home/franz.srambical/jafar/utils/nn.py",9715,80," )\n return jnp.logical_and(attention_mask, expanded_mask)\n",python,selection_command +3331,12183243,"/fast/home/franz.srambical/jafar/utils/nn.py",9634,161," mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n",python,selection_command +3332,12183395,"/fast/home/franz.srambical/jafar/utils/nn.py",9597,198," expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n",python,selection_command +3333,12183533,"/fast/home/franz.srambical/jafar/utils/nn.py",9550,245," mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n",python,selection_command +3334,12183669,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,327," def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n",python,selection_command +3335,12183900,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,328,"",python,content +3336,12183915,"/fast/home/franz.srambical/jafar/utils/nn.py",9476,0,"",python,selection_command +3337,12185779,"/fast/home/franz.srambical/jafar/utils/nn.py",9513,0,"",python,selection_command +3338,12186021,"/fast/home/franz.srambical/jafar/utils/nn.py",9548,0,"",python,selection_command +3339,12186050,"/fast/home/franz.srambical/jafar/utils/nn.py",9557,0,"",python,selection_command +3340,12186082,"/fast/home/franz.srambical/jafar/utils/nn.py",9596,0,"",python,selection_command +3341,12186115,"/fast/home/franz.srambical/jafar/utils/nn.py",9655,0,"",python,selection_command +3342,12186150,"/fast/home/franz.srambical/jafar/utils/nn.py",9700,0,"",python,selection_command +3343,12186188,"/fast/home/franz.srambical/jafar/utils/nn.py",9709,0,"",python,selection_command +3344,12186219,"/fast/home/franz.srambical/jafar/utils/nn.py",9752,0,"",python,selection_command +3345,12186253,"/fast/home/franz.srambical/jafar/utils/nn.py",9791,0,"",python,selection_command +3346,12186412,"/fast/home/franz.srambical/jafar/utils/nn.py",9826,0,"",python,selection_command +3347,12186562,"/fast/home/franz.srambical/jafar/utils/nn.py",9835,0,"",python,selection_command +3348,12186749,"/fast/home/franz.srambical/jafar/utils/nn.py",9920,0,"",python,selection_command +3349,12187271,"/fast/home/franz.srambical/jafar/utils/nn.py",9996,0,"",python,selection_command +3350,12219129,"/fast/home/franz.srambical/jafar/utils/nn.py",10064,0,"",python,selection_command +3351,12219843,"/fast/home/franz.srambical/jafar/utils/nn.py",10073,0,"",python,selection_command +3352,12220101,"/fast/home/franz.srambical/jafar/utils/nn.py",10123,0,"",python,selection_command +3353,12220125,"/fast/home/franz.srambical/jafar/utils/nn.py",10152,0,"",python,selection_command +3354,12220158,"/fast/home/franz.srambical/jafar/utils/nn.py",10227,0,"",python,selection_command +3355,12220192,"/fast/home/franz.srambical/jafar/utils/nn.py",10284,0,"",python,selection_command +3356,12220222,"/fast/home/franz.srambical/jafar/utils/nn.py",10315,0,"",python,selection_command +3357,12220256,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,0,"",python,selection_command +3358,12220289,"/fast/home/franz.srambical/jafar/utils/nn.py",10424,0,"",python,selection_command +3359,12220323,"/fast/home/franz.srambical/jafar/utils/nn.py",10438,0,"",python,selection_command +3360,12220356,"/fast/home/franz.srambical/jafar/utils/nn.py",10452,0,"",python,selection_command +3361,12220389,"/fast/home/franz.srambical/jafar/utils/nn.py",10528,0,"",python,selection_command +3362,12220713,"/fast/home/franz.srambical/jafar/utils/nn.py",10452,0,"",python,selection_command +3363,12221042,"/fast/home/franz.srambical/jafar/utils/nn.py",10444,76,"",python,content +3364,12221066,"/fast/home/franz.srambical/jafar/utils/nn.py",10456,0,"",python,selection_command +3365,12222119,"/fast/home/franz.srambical/jafar/utils/nn.py",10442,0,"",python,selection_command +3366,12222362,"/fast/home/franz.srambical/jafar/utils/nn.py",10428,0,"",python,selection_command +3367,12222393,"/fast/home/franz.srambical/jafar/utils/nn.py",10390,0,"",python,selection_command +3368,12222426,"/fast/home/franz.srambical/jafar/utils/nn.py",10319,0,"",python,selection_command +3369,12222461,"/fast/home/franz.srambical/jafar/utils/nn.py",10288,0,"",python,selection_command +3370,12222493,"/fast/home/franz.srambical/jafar/utils/nn.py",10231,0,"",python,selection_command +3371,12222524,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,"",python,selection_command +3372,12247283,"/fast/home/franz.srambical/jafar/utils/nn.py",10144,75,"",python,content +3373,12247300,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,"",python,selection_command +3374,12248022,"/fast/home/franz.srambical/jafar/utils/nn.py",10144,57,"",python,content +3375,12248041,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,"",python,selection_command +3376,12249794,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +3377,12250128,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3378,12261700,"/fast/home/franz.srambical/jafar/utils/nn.py",10127,0,"",python,selection_command +3379,12261886,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3380,12261980,"/fast/home/franz.srambical/jafar/utils/nn.py",10077,0,"",python,selection_command +3381,12262100,"/fast/home/franz.srambical/jafar/utils/nn.py",10080,0,"",python,selection_command +3382,12262663,"/fast/home/franz.srambical/jafar/utils/nn.py",10081,0,"",python,selection_command +3383,12262806,"/fast/home/franz.srambical/jafar/utils/nn.py",10081,0," ",python,content +3384,12262807,"/fast/home/franz.srambical/jafar/utils/nn.py",10082,0,"",python,selection_keyboard +3385,12262986,"/fast/home/franz.srambical/jafar/utils/nn.py",10082,0,"d",python,content +3386,12262986,"/fast/home/franz.srambical/jafar/utils/nn.py",10083,0,"",python,selection_keyboard +3387,12263126,"/fast/home/franz.srambical/jafar/utils/nn.py",10083,0,"e",python,content +3388,12263126,"/fast/home/franz.srambical/jafar/utils/nn.py",10084,0,"",python,selection_keyboard +3389,12263208,"/fast/home/franz.srambical/jafar/utils/nn.py",10084,0,"c",python,content +3390,12263208,"/fast/home/franz.srambical/jafar/utils/nn.py",10085,0,"",python,selection_keyboard +3391,12263380,"/fast/home/franz.srambical/jafar/utils/nn.py",10085,0,"o",python,content +3392,12263380,"/fast/home/franz.srambical/jafar/utils/nn.py",10086,0,"",python,selection_keyboard +3393,12263446,"/fast/home/franz.srambical/jafar/utils/nn.py",10086,0,"d",python,content +3394,12263447,"/fast/home/franz.srambical/jafar/utils/nn.py",10087,0,"",python,selection_keyboard +3395,12263496,"/fast/home/franz.srambical/jafar/utils/nn.py",10087,0,"e",python,content +3396,12263497,"/fast/home/franz.srambical/jafar/utils/nn.py",10088,0,"",python,selection_keyboard +3397,12263933,"/fast/home/franz.srambical/jafar/utils/nn.py",10082,6,"",python,content +3398,12264509,"/fast/home/franz.srambical/jafar/utils/nn.py",10082,0,"k",python,content +3399,12264510,"/fast/home/franz.srambical/jafar/utils/nn.py",10083,0,"",python,selection_keyboard +3400,12264582,"/fast/home/franz.srambical/jafar/utils/nn.py",10083,0,"v",python,content +3401,12264582,"/fast/home/franz.srambical/jafar/utils/nn.py",10084,0,"",python,selection_keyboard +3402,12264684,"/fast/home/franz.srambical/jafar/utils/nn.py",10084,0," ",python,content +3403,12264684,"/fast/home/franz.srambical/jafar/utils/nn.py",10085,0,"",python,selection_keyboard +3404,12264815,"/fast/home/franz.srambical/jafar/utils/nn.py",10085,0,"c",python,content +3405,12264815,"/fast/home/franz.srambical/jafar/utils/nn.py",10086,0,"",python,selection_keyboard +3406,12264930,"/fast/home/franz.srambical/jafar/utils/nn.py",10086,0,"a",python,content +3407,12264931,"/fast/home/franz.srambical/jafar/utils/nn.py",10087,0,"",python,selection_keyboard +3408,12264997,"/fast/home/franz.srambical/jafar/utils/nn.py",10087,0,"c",python,content +3409,12264997,"/fast/home/franz.srambical/jafar/utils/nn.py",10088,0,"",python,selection_keyboard +3410,12265068,"/fast/home/franz.srambical/jafar/utils/nn.py",10088,0,"h",python,content +3411,12265068,"/fast/home/franz.srambical/jafar/utils/nn.py",10089,0,"",python,selection_keyboard +3412,12265270,"/fast/home/franz.srambical/jafar/utils/nn.py",10089,0,"i",python,content +3413,12265271,"/fast/home/franz.srambical/jafar/utils/nn.py",10090,0,"",python,selection_keyboard +3414,12265331,"/fast/home/franz.srambical/jafar/utils/nn.py",10090,0,"n",python,content +3415,12265332,"/fast/home/franz.srambical/jafar/utils/nn.py",10091,0,"",python,selection_keyboard +3416,12265394,"/fast/home/franz.srambical/jafar/utils/nn.py",10091,0,"g",python,content +3417,12265395,"/fast/home/franz.srambical/jafar/utils/nn.py",10092,0,"",python,selection_keyboard +3418,12265514,"/fast/home/franz.srambical/jafar/utils/nn.py",10092,0," ",python,content +3419,12265514,"/fast/home/franz.srambical/jafar/utils/nn.py",10093,0,"",python,selection_keyboard +3420,12266011,"/fast/home/franz.srambical/jafar/utils/nn.py",10085,8,"",python,content +3421,12266246,"/fast/home/franz.srambical/jafar/utils/nn.py",10082,3,"",python,content +3422,12266365,"/fast/home/franz.srambical/jafar/utils/nn.py",10081,0,"",python,selection_command +3423,12266955,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +3424,12267531,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21932,0,"",python,selection_command +3425,12267782,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21882,0,"",python,selection_command +3426,12267799,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21835,0,"",python,selection_command +3427,12267834,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21809,0,"",python,selection_command +3428,12267867,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21795,0,"",python,selection_command +3429,12267908,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21767,0,"",python,selection_command +3430,12267941,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21726,0,"",python,selection_command +3431,12268096,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21663,0,"",python,selection_command +3432,12268253,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21597,0,"",python,selection_command +3433,12268456,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21542,0,"",python,selection_command +3434,12268586,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,0,"",python,selection_command +3435,12268677,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +3436,12268821,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21556,0,"",python,selection_command +3437,12269268,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +3438,12269417,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,0,"",python,selection_command +3439,12269708,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,1,"c",python,selection_command +3440,12269772,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,6,"causal",python,selection_command +3441,12269881,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,11,"causal mask",python,selection_command +3442,12270096,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,15,"causal mask for",python,selection_command +3443,12270239,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,22,"causal mask for cached",python,selection_command +3444,12270570,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,30,"causal mask for cached decoder",python,selection_command +3445,12270755,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,35,"causal mask for cached decoder self",python,selection_command +3446,12270988,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,36,"causal mask for cached decoder self-",python,selection_command +3447,12271321,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21544,45,"causal mask for cached decoder self-attention",python,selection_command +3448,12271639,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21588,0,"",python,selection_command +3449,12272160,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3450,12273085,"/fast/home/franz.srambical/jafar/utils/nn.py",10081,0,"causal mask for cached decoder self-attention",python,content +3451,12273085,"/fast/home/franz.srambical/jafar/utils/nn.py",10126,0,"",python,selection_keyboard +3452,12273635,"/fast/home/franz.srambical/jafar/utils/nn.py",10125,0,"",python,selection_command +3453,12273900,"/fast/home/franz.srambical/jafar/utils/nn.py",10065,0,"",python,selection_command +3454,12274035,"/fast/home/franz.srambical/jafar/utils/nn.py",10073,0,"",python,selection_command +3455,12274270,"/fast/home/franz.srambical/jafar/utils/nn.py",10075,0,"",python,selection_command +3456,12274596,"/fast/home/franz.srambical/jafar/utils/nn.py",10076,0,"",python,selection_command +3457,12274746,"/fast/home/franz.srambical/jafar/utils/nn.py",10077,0,"",python,selection_command +3458,12274994,"/fast/home/franz.srambical/jafar/utils/nn.py",10078,0,"",python,selection_command +3459,12275137,"/fast/home/franz.srambical/jafar/utils/nn.py",10079,0,"",python,selection_command +3460,12275341,"/fast/home/franz.srambical/jafar/utils/nn.py",10080,0,"",python,selection_command +3461,12275493,"/fast/home/franz.srambical/jafar/utils/nn.py",10081,0,"",python,selection_command +3462,12275591,"/fast/home/franz.srambical/jafar/utils/nn.py",10081,0," ",python,content +3463,12275591,"/fast/home/franz.srambical/jafar/utils/nn.py",10082,0,"",python,selection_keyboard +3464,12275986,"/fast/home/franz.srambical/jafar/utils/nn.py",10081,0,"",python,selection_command +3465,12276255,"/fast/home/franz.srambical/jafar/utils/nn.py",10082,0,"",python,selection_command +3466,12276494,"/fast/home/franz.srambical/jafar/utils/nn.py",10089,0,"",python,selection_command +3467,12276522,"/fast/home/franz.srambical/jafar/utils/nn.py",10094,0,"",python,selection_command +3468,12276552,"/fast/home/franz.srambical/jafar/utils/nn.py",10098,0,"",python,selection_command +3469,12276854,"/fast/home/franz.srambical/jafar/utils/nn.py",10105,0,"",python,selection_command +3470,12277056,"/fast/home/franz.srambical/jafar/utils/nn.py",10113,0,"",python,selection_command +3471,12277255,"/fast/home/franz.srambical/jafar/utils/nn.py",10117,0,"",python,selection_command +3472,12277460,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"",python,selection_command +3473,12277657,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +3474,12277822,"/fast/home/franz.srambical/jafar/utils/nn.py",10134,0,"",python,selection_command +3475,12278193,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +3476,12278379,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,0,"",python,selection_command +3477,12278411,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,1,"k",python,selection_command +3478,12278470,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,6,"k from",python,selection_command +3479,12279049,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,3,"k f",python,selection_command +3480,12279211,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,4,"mask",python,selection_command +3481,12279387,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +3482,12279562,"/fast/home/franz.srambical/jafar/utils/nn.py",10118,0,"",python,selection_command +3483,12280025,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +3484,12280409,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,0,"",python,selection_command +3485,12280477,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,1," ",python,selection_command +3486,12280559,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,5," mask",python,selection_command +3487,12280874,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,10," mask from",python,selection_command +3488,12281977,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,10,"",python,content +3489,12282400,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,0,"()",python,content +3490,12282401,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_keyboard +3491,12282643,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"f",python,content +3492,12282643,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,"",python,selection_keyboard +3493,12283145,"/fast/home/franz.srambical/jafar/utils/nn.py",10130,0,"r",python,content +3494,12283145,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"",python,selection_keyboard +3495,12283226,"/fast/home/franz.srambical/jafar/utils/nn.py",10131,0,"o",python,content +3496,12283227,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,0,"",python,selection_keyboard +3497,12283310,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,0,"m",python,content +3498,12283310,"/fast/home/franz.srambical/jafar/utils/nn.py",10133,0,"",python,selection_keyboard +3499,12283483,"/fast/home/franz.srambical/jafar/utils/nn.py",10132,0,"",python,selection_command +3500,12283655,"/fast/home/franz.srambical/jafar/utils/nn.py",10133,0,"",python,selection_command +3501,12283848,"/fast/home/franz.srambical/jafar/utils/nn.py",10133,1,"",python,content +3502,12284331,"/fast/home/franz.srambical/jafar/utils/nn.py",10155,0,"",python,selection_command +3503,12284528,"/fast/home/franz.srambical/jafar/utils/nn.py",10154,0,"",python,selection_command +3504,12285119,"/fast/home/franz.srambical/jafar/utils/nn.py",10155,0,"",python,selection_command +3505,12285854,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,")",python,content +3506,12285866,"/fast/home/franz.srambical/jafar/utils/nn.py",10156,0,"",python,selection_command +3507,12286420,"/fast/home/franz.srambical/jafar/utils/nn.py",10138,0,"",python,selection_command +3508,12286672,"/fast/home/franz.srambical/jafar/utils/nn.py",10134,0,"",python,selection_command +3509,12286696,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +3510,12286727,"/fast/home/franz.srambical/jafar/utils/nn.py",10128,0,"",python,selection_command +3511,12287136,"/fast/home/franz.srambical/jafar/utils/nn.py",10129,0,"",python,selection_command +3512,12287463,"/fast/home/franz.srambical/jafar/utils/nn.py",10134,0,"",python,selection_command +3513,12287801,"/fast/home/franz.srambical/jafar/utils/nn.py",10135,0,"",python,selection_command +3514,12287952,"/fast/home/franz.srambical/jafar/utils/nn.py",10136,0,"",python,selection_command +3515,12288298,"/fast/home/franz.srambical/jafar/utils/nn.py",10137,0,"",python,selection_command +3516,12288529,"/fast/home/franz.srambical/jafar/utils/nn.py",10137,1,".",python,content +3517,12289737,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +3518,12293217,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3519,12295858,"/fast/home/franz.srambical/jafar/utils/nn.py",10065,0,"",python,selection_command +3520,12314527,"TERMINAL",0,0,"2025-07-27 12:43:54.326913: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3521,12316003,"TERMINAL",0,0,"2025-07-27 12:43:55.805326: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3522,12318696,"/fast/home/franz.srambical/jafar/utils/nn.py",10245,0,"",python,selection_mouse +3523,12319548,"TERMINAL",0,0,"2025-07-27 12:43:59.296743: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3524,12320310,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 323, in attention_fn\r\n mask_4d = jnp.pad(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=5 has unsupported shape (4, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +3525,12321376,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +3526,12332271,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,"",python,selection_command +3527,12332795,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,")",python,content +3528,12332809,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,"",python,selection_command +3529,12334045,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,1,"",python,content +3530,12335150,"/fast/home/franz.srambical/jafar/utils/nn.py",10186,0,"\n ",python,content +3531,12335412,"/fast/home/franz.srambical/jafar/utils/nn.py",10199,0,":",python,content +3532,12335412,"/fast/home/franz.srambical/jafar/utils/nn.py",10200,0,"",python,selection_keyboard +3533,12335591,"/fast/home/franz.srambical/jafar/utils/nn.py",10200,0,"w",python,content +3534,12335592,"/fast/home/franz.srambical/jafar/utils/nn.py",10201,0,"",python,selection_keyboard +3535,12335908,"/fast/home/franz.srambical/jafar/utils/nn.py",10200,1,"",python,content +3536,12336101,"/fast/home/franz.srambical/jafar/utils/nn.py",10199,1,"",python,content +3537,12336272,"/fast/home/franz.srambical/jafar/utils/nn.py",10199,0,"p",python,content +3538,12336272,"/fast/home/franz.srambical/jafar/utils/nn.py",10200,0,"",python,selection_keyboard +3539,12336353,"/fast/home/franz.srambical/jafar/utils/nn.py",10200,0,"r",python,content +3540,12336353,"/fast/home/franz.srambical/jafar/utils/nn.py",10201,0,"",python,selection_keyboard +3541,12336468,"/fast/home/franz.srambical/jafar/utils/nn.py",10201,0,"i",python,content +3542,12336469,"/fast/home/franz.srambical/jafar/utils/nn.py",10202,0,"",python,selection_keyboard +3543,12336538,"/fast/home/franz.srambical/jafar/utils/nn.py",10202,0,"n",python,content +3544,12336538,"/fast/home/franz.srambical/jafar/utils/nn.py",10203,0,"",python,selection_keyboard +3545,12336563,"/fast/home/franz.srambical/jafar/utils/nn.py",10203,0,"t",python,content +3546,12336563,"/fast/home/franz.srambical/jafar/utils/nn.py",10204,0,"",python,selection_keyboard +3547,12336842,"/fast/home/franz.srambical/jafar/utils/nn.py",10204,0,"()",python,content +3548,12336842,"/fast/home/franz.srambical/jafar/utils/nn.py",10205,0,"",python,selection_keyboard +3549,12337436,"/fast/home/franz.srambical/jafar/utils/nn.py",10205,0,"""""",python,content +3550,12337437,"/fast/home/franz.srambical/jafar/utils/nn.py",10206,0,"",python,selection_keyboard +3551,12338534,"/fast/home/franz.srambical/jafar/utils/nn.py",10206,0,"D",python,content +3552,12338535,"/fast/home/franz.srambical/jafar/utils/nn.py",10207,0,"",python,selection_keyboard +3553,12338659,"/fast/home/franz.srambical/jafar/utils/nn.py",10207,0,"E",python,content +3554,12338660,"/fast/home/franz.srambical/jafar/utils/nn.py",10208,0,"",python,selection_keyboard +3555,12339262,"/fast/home/franz.srambical/jafar/utils/nn.py",10208,0,"B",python,content +3556,12339262,"/fast/home/franz.srambical/jafar/utils/nn.py",10209,0,"",python,selection_keyboard +3557,12339296,"/fast/home/franz.srambical/jafar/utils/nn.py",10209,0,"U",python,content +3558,12339297,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"",python,selection_keyboard +3559,12339399,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"G",python,content +3560,12339399,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,"",python,selection_keyboard +3561,12339698,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,":",python,content +3562,12339698,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,0,"",python,selection_keyboard +3563,12339813,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,0," ",python,content +3564,12339813,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0,"",python,selection_keyboard +3565,12340336,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,1,"",python,content +3566,12340579,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,1,"",python,content +3567,12340614,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,1,"",python,content +3568,12340645,"/fast/home/franz.srambical/jafar/utils/nn.py",10209,1,"",python,content +3569,12340692,"/fast/home/franz.srambical/jafar/utils/nn.py",10208,1,"",python,content +3570,12340819,"/fast/home/franz.srambical/jafar/utils/nn.py",10207,1,"",python,content +3571,12340974,"/fast/home/franz.srambical/jafar/utils/nn.py",10206,1,"",python,content +3572,12341139,"/fast/home/franz.srambical/jafar/utils/nn.py",10205,2,"",python,content +3573,12341602,"/fast/home/franz.srambical/jafar/utils/nn.py",10205,0,"f",python,content +3574,12341602,"/fast/home/franz.srambical/jafar/utils/nn.py",10206,0,"",python,selection_keyboard +3575,12341949,"/fast/home/franz.srambical/jafar/utils/nn.py",10206,0,"""""",python,content +3576,12341949,"/fast/home/franz.srambical/jafar/utils/nn.py",10207,0,"",python,selection_keyboard +3577,12343078,"/fast/home/franz.srambical/jafar/utils/nn.py",10207,0,"D",python,content +3578,12343078,"/fast/home/franz.srambical/jafar/utils/nn.py",10208,0,"",python,selection_keyboard +3579,12343151,"/fast/home/franz.srambical/jafar/utils/nn.py",10208,0,"E",python,content +3580,12343151,"/fast/home/franz.srambical/jafar/utils/nn.py",10209,0,"",python,selection_keyboard +3581,12343198,"/fast/home/franz.srambical/jafar/utils/nn.py",10209,0,"B",python,content +3582,12343199,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"",python,selection_keyboard +3583,12343237,"/fast/home/franz.srambical/jafar/utils/nn.py",10210,0,"U",python,content +3584,12343237,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,"",python,selection_keyboard +3585,12343378,"/fast/home/franz.srambical/jafar/utils/nn.py",10211,0,"G",python,content +3586,12343378,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,0,"",python,selection_keyboard +3587,12343531,"/fast/home/franz.srambical/jafar/utils/nn.py",10212,0,":",python,content +3588,12343531,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0,"",python,selection_keyboard +3589,12343613,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0," ",python,content +3590,12343614,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,"",python,selection_keyboard +3591,12345628,"/fast/home/franz.srambical/jafar/utils/nn.py",10214,0,"mask.shape {mask.shape}",python,content +3592,12345818,"/fast/home/franz.srambical/jafar/utils/nn.py",10236,0,"",python,selection_command +3593,12347436,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +3594,12347657,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3595,12359321,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3596,12372428,"TERMINAL",0,0,"2025-07-27 12:44:52.226584: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3597,12373975,"TERMINAL",0,0,"2025-07-27 12:44:53.774647: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3598,12377648,"TERMINAL",0,0,"2025-07-27 12:44:57.448392: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3599,12378450,"TERMINAL",0,0,"DEBUG: mask.shape (1, 921, 1, 1, 1)\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 324, in attention_fn\r\n mask_4d = jnp.pad(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=5 has unsupported shape (4, 2). Valid shapes are (5, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +3600,12379563,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +3601,12417493,"/fast/home/franz.srambical/jafar/utils/nn.py",10203,0,"",python,selection_mouse +3602,12418661,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,0,"",python,selection_command +3603,12418806,"/fast/home/franz.srambical/jafar/utils/nn.py",10270,0,"\n ",python,content +3604,12419702,"/fast/home/franz.srambical/jafar/utils/nn.py",10271,16,"",python,content +3605,12419927,"/fast/home/franz.srambical/jafar/utils/nn.py",10271,1,"",python,content +3606,12419943,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,0,"",python,selection_command +3607,12420395,"/fast/home/franz.srambical/jafar/utils/nn.py",10239,0,"\n ",python,content +3608,12420495,"/fast/home/franz.srambical/jafar/utils/nn.py",10252,0,"#",python,content +3609,12420495,"/fast/home/franz.srambical/jafar/utils/nn.py",10253,0,"",python,selection_keyboard +3610,12420530,"/fast/home/franz.srambical/jafar/utils/nn.py",10253,0," ",python,content +3611,12420530,"/fast/home/franz.srambical/jafar/utils/nn.py",10254,0,"",python,selection_keyboard +3612,12422924,"/fast/home/franz.srambical/jafar/utils/nn.py",10254,0,"m",python,content +3613,12422925,"/fast/home/franz.srambical/jafar/utils/nn.py",10255,0,"",python,selection_keyboard +3614,12423047,"/fast/home/franz.srambical/jafar/utils/nn.py",10255,0,"a",python,content +3615,12423047,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,0,"",python,selection_keyboard +3616,12423106,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,0,"s",python,content +3617,12423106,"/fast/home/franz.srambical/jafar/utils/nn.py",10257,0,"",python,selection_keyboard +3618,12423164,"/fast/home/franz.srambical/jafar/utils/nn.py",10257,0,"k",python,content +3619,12423164,"/fast/home/franz.srambical/jafar/utils/nn.py",10258,0,"",python,selection_keyboard +3620,12423329,"/fast/home/franz.srambical/jafar/utils/nn.py",10258,0,".",python,content +3621,12423329,"/fast/home/franz.srambical/jafar/utils/nn.py",10259,0,"",python,selection_keyboard +3622,12423431,"/fast/home/franz.srambical/jafar/utils/nn.py",10259,0,"s",python,content +3623,12423432,"/fast/home/franz.srambical/jafar/utils/nn.py",10260,0,"",python,selection_keyboard +3624,12423545,"/fast/home/franz.srambical/jafar/utils/nn.py",10260,0,"h",python,content +3625,12423546,"/fast/home/franz.srambical/jafar/utils/nn.py",10261,0,"",python,selection_keyboard +3626,12423612,"/fast/home/franz.srambical/jafar/utils/nn.py",10261,0,"a",python,content +3627,12423612,"/fast/home/franz.srambical/jafar/utils/nn.py",10262,0,"",python,selection_keyboard +3628,12423728,"/fast/home/franz.srambical/jafar/utils/nn.py",10262,0,"p",python,content +3629,12423729,"/fast/home/franz.srambical/jafar/utils/nn.py",10263,0,"",python,selection_keyboard +3630,12423794,"/fast/home/franz.srambical/jafar/utils/nn.py",10263,0,"e",python,content +3631,12423795,"/fast/home/franz.srambical/jafar/utils/nn.py",10264,0,"",python,selection_keyboard +3632,12424694,"/fast/home/franz.srambical/jafar/utils/nn.py",10264,0," ",python,content +3633,12424695,"/fast/home/franz.srambical/jafar/utils/nn.py",10265,0,"",python,selection_keyboard +3634,12424977,"/fast/home/franz.srambical/jafar/utils/nn.py",10265,0,"(1, 921, 1, 1, 1)",python,content +3635,12424977,"/fast/home/franz.srambical/jafar/utils/nn.py",10282,0,"",python,selection_keyboard +3636,12425600,"/fast/home/franz.srambical/jafar/utils/nn.py",10281,0,"",python,selection_command +3637,12426816,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,0,"",python,selection_command +3638,12431871,"/fast/home/franz.srambical/jafar/utils/nn.py",10274,0,"",python,selection_mouse +3639,12432512,"/fast/home/franz.srambical/jafar/utils/nn.py",10278,0,"",python,selection_mouse +3640,12433016,"/fast/home/franz.srambical/jafar/utils/nn.py",10280,0,"",python,selection_mouse +3641,12449255,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,42," # mask.shape (1, 921, 1, 1, 1)",python,selection_command +3642,12467545,"/fast/home/franz.srambical/jafar/utils/nn.py",10280,0,"",python,selection_command +3643,12469584,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +3644,12470272,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21643,0,"",python,selection_command +3645,12470533,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21709,0,"",python,selection_command +3646,12470565,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21759,0,"",python,selection_command +3647,12470737,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21787,0,"",python,selection_command +3648,12472770,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20468,0,"",python,selection_command +3649,12472893,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19456,0,"",python,selection_command +3650,12473034,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18199,0,"",python,selection_command +3651,12473297,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16903,0,"",python,selection_command +3652,12473435,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16000,0,"",python,selection_command +3653,12473807,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14879,0,"",python,selection_command +3654,12474136,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13874,0,"",python,selection_command +3655,12474386,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12759,0,"",python,selection_command +3656,12474541,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12002,0,"",python,selection_command +3657,12475016,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",10243,0,"",python,selection_command +3658,12475454,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9300,0,"",python,selection_command +3659,12476107,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9303,0,"",python,selection_keyboard +3660,12476409,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9363,0,"",python,selection_command +3661,12476541,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9384,0,"",python,selection_command +3662,12476808,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9454,0,"",python,selection_command +3663,12476826,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9456,0,"",python,selection_command +3664,12476852,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9457,0,"",python,selection_command +3665,12476956,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9460,0,"",python,selection_command +3666,12477324,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,33,"class MultiHeadAttention(Module):",python,selection_command +3667,12477424,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,61,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n",python,selection_command +3668,12477592,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,80,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n",python,selection_command +3669,12477838,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,129,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n",python,selection_command +3670,12478010,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,539,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n",python,selection_command +3671,12478256,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,878,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n",python,selection_command +3672,12478288,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,2871,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n",python,selection_command +3673,12478326,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,3038,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n",python,selection_command +3674,12478343,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,5094,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n",python,selection_command +3675,12478431,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,5296,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n",python,selection_command +3676,12478431,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,5353,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n",python,selection_command +3677,12478451,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,6058,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n",python,selection_command +3678,12478552,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,6711,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n",python,selection_command +3679,12478742,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7264,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n",python,selection_command +3680,12478858,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7424,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n",python,selection_command +3681,12479142,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7791,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n",python,selection_command +3682,12479189,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,7944,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n",python,selection_command +3683,12479481,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,8119,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n",python,selection_command +3684,12479649,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,9411,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n",python,selection_command +3685,12479743,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,9537,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n",python,selection_command +3686,12479930,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,9918,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n",python,selection_command +3687,12480067,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10115,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n",python,selection_command +3688,12480280,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10211,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n",python,selection_command +3689,12480353,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10523,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n",python,selection_command +3690,12480663,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,10861,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n",python,selection_command +3691,12480849,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,12487,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n",python,selection_command +3692,12480994,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13203,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n",python,selection_command +3693,12481274,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13647,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n",python,selection_command +3694,12481441,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13945,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n",python,selection_command +3695,12482424,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13647,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n",python,selection_command +3696,12482581,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13945,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n",python,selection_command +3697,12482752,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,13966,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n",python,selection_command +3698,12482902,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14839,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n",python,selection_command +3699,12483090,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14873,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n",python,selection_command +3700,12483750,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14840,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n",python,selection_command +3701,12484602,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,14839,"class MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n",python,selection_command +3702,12489153,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24297,0,"",python,selection_command +3703,12489841,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3704,12499869,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,196," # mask.shape (1, 921, 1, 1, 1) - (batch, kv_length, heads, q_length, k_length)\n if mask.ndim == 5:\n # For decode mode: pad the kv_length dimension (dim 1) and k_length dimension (dim 4)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, pad_size), (0, 0), (0, 0), (0, pad_size)), \n constant_values=False\n )\n else:\n # Fallback for other mask shapes\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3705,12799035,"/fast/home/franz.srambical/jafar/utils/nn.py",10877,0,"",python,selection_command +3706,12802632,"/fast/home/franz.srambical/jafar/utils/nn.py",1842,0,"",python,selection_command +3707,12803789,"/fast/home/franz.srambical/jafar/utils/nn.py",1813,0,"",python,selection_command +3708,12803992,"/fast/home/franz.srambical/jafar/utils/nn.py",1817,0,"",python,selection_command +3709,12804115,"/fast/home/franz.srambical/jafar/utils/nn.py",1818,0,"",python,selection_command +3710,12804430,"/fast/home/franz.srambical/jafar/utils/nn.py",3878,0,"",python,selection_command +3711,12812945,"/fast/home/franz.srambical/jafar/utils/nn.py",1818,0,"",python,selection_command +3712,12814435,"/fast/home/franz.srambical/jafar/utils/nn.py",1875,0,"",python,selection_command +3713,12814678,"/fast/home/franz.srambical/jafar/utils/nn.py",1913,0,"",python,selection_command +3714,12814704,"/fast/home/franz.srambical/jafar/utils/nn.py",1947,0,"",python,selection_command +3715,12814728,"/fast/home/franz.srambical/jafar/utils/nn.py",1982,0,"",python,selection_command +3716,12814764,"/fast/home/franz.srambical/jafar/utils/nn.py",2021,0,"",python,selection_command +3717,12814795,"/fast/home/franz.srambical/jafar/utils/nn.py",2063,0,"",python,selection_command +3718,12814827,"/fast/home/franz.srambical/jafar/utils/nn.py",2093,0,"",python,selection_command +3719,12814861,"/fast/home/franz.srambical/jafar/utils/nn.py",2146,0,"",python,selection_command +3720,12815220,"/fast/home/franz.srambical/jafar/utils/nn.py",2093,0,"",python,selection_command +3721,12817843,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\nfrom __future__ import annotations\n\nimport functools\nimport inspect\nimport warnings\nfrom typing import Any, overload\nfrom collections.abc import Callable\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax.linen import initializers\nfrom flax.linen.dtypes import promote_dtype\nfrom flax.linen.linear import (\n DenseGeneral,\n default_kernel_init,\n)\nfrom flax.linen.module import Module, compact, merge_param\nfrom flax.linen.normalization import LayerNorm\nfrom flax.typing import (\n Array,\n PRNGKey,\n Dtype,\n Shape as Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in einsum.\n einsum: If unspecified, default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and `einsum` are\n specified.\n\n Returns:\n Output of shape ``[batch..., num_heads, q_length, kv_length]``.\n """"""\n if (precision or einsum_dot_general) and einsum:\n raise ValueError(\n 'precision/einsum_dot_general and einsum are mutually exclusive. Please'\n ' specify only one of them.'\n )\n if not einsum:\n einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n\n query, key = promote_dtype(query, key, dtype=dtype)\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = einsum('...qhd,...khd->...hqk', query, key)\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n if force_fp32_for_softmax and dtype != jnp.float32:\n attn_weights = jax.nn.softmax(attn_weights.astype(jnp.float32))\n else:\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow('intermediates', 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n qk_attn_weights_einsum: Callable[..., Array] | None = None,\n attn_weights_value_einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see ``jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in `jnp.einsum`.\n qk_attn_weights_einsum: the einsum for computing the attention weights. When\n unspecified, the default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n attn_weights_value_einsum: the einsum for computing the product of the\n attention weights and the values. When unspecified, the default\n `jnp.einsum` will be used. This argument is mutually exclusive with\n `precision` and `einsum_dot_general`.\n\n Returns:\n Output of shape ``[batch..., q_length, num_heads, v_depth_per_head]``.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and\n `qk_attn_weights_einsum`/`attn_weights_value_einsum` are\n specified.\n """"""\n if (qk_attn_weights_einsum and not attn_weights_value_einsum) or (\n not qk_attn_weights_einsum and attn_weights_value_einsum\n ):\n raise ValueError(\n 'qk_attn_weights_einsum and attn_weights_value_einsum must be specified'\n ' together.'\n )\n if (precision or einsum_dot_general) and (\n qk_attn_weights_einsum or attn_weights_value_einsum\n ):\n raise ValueError(\n 'precision/einsum_dot_general and'\n ' qk_attn_weights_einsum/attn_weights_value_einsum are mutually'\n ' exclusive. Please specify only one of them.'\n )\n\n query, key, value = promote_dtype(query, key, value, dtype=dtype)\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n force_fp32_for_softmax,\n einsum_dot_general=einsum_dot_general,\n einsum=qk_attn_weights_einsum,\n )\n if not attn_weights_value_einsum:\n attn_weights_value_einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n # return weighted sum over values for each query position\n return attn_weights_value_einsum(\n '...hqk,...khd->...qhd',\n attn_weights,\n value,\n )\n\n\nclass MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n\n **NOTE**: ``MultiHeadAttention`` is a wrapper of ``MultiHeadDotProductAttention``,\n and so their implementations are identical. However ``MultiHeadAttention`` layers\n will, by default, be named ``MultiHeadAttention_{index}``, whereas ``MultiHeadDotProductAttention``\n will be named ``MultiHeadDotProductAttention_{index}``. Therefore, this could affect\n checkpointing, param collection names and RNG threading (since the layer name is\n used when generating new RNG's) within the module.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n bias_init: initializer for the bias of the Dense layers.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n """"""\n\n\nclass SelfAttention(MultiHeadDotProductAttention):\n """"""Self-attention special case of multi-head dot-product attention.\n This layer is deprecated in favor of ``MultiHeadDotProductAttention``.\n\n Example usage::\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> variables = layer.init(jax.random.key(0), jnp.ones((4, 3, 2, 5)))\n """"""\n\n @compact\n def __call__( # type: ignore\n self,\n inputs_q: Array,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product self-attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n warnings.warn(\n 'SelfAttention will be deprecated soon. Use '\n '`MultiHeadDotProductAttention.__call__(inputs_q)` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n return super().__call__(\n inputs_q,\n mask=mask,\n deterministic=deterministic,\n dropout_rng=dropout_rng,\n sow_weights=sow_weights,\n )\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., ``[batch..., len_q]``, ``[batch..., len_kv]``, the\n attention weights will be ``[batch..., heads, len_q, len_kv]`` and this\n function will produce ``[batch..., 1, len_q, len_kv]``.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len_q, len_kv]`` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., ``[batch..., len]``, the self-attention weights\n will be ``[batch..., heads, len, len]`` and this function will produce a\n causal mask of shape ``[batch..., 1, len, len]``.\n\n Args:\n x: input array of shape ``[batch..., len]``\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len, len]`` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +3722,12818662,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27239,0,"",python,selection_command +3723,12820631,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3724,12820632,"/fast/home/franz.srambical/jafar/utils/nn.py",2093,0,"",python,selection_command +3725,12821305,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +3726,12821305,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27239,0,"",python,selection_command +3727,12821758,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3728,12821758,"/fast/home/franz.srambical/jafar/utils/nn.py",2093,0,"",python,selection_command +3729,12822096,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +3730,12822096,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27239,0,"",python,selection_command +3731,12825083,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3732,12866281,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,638," # mask.shape (1, 921, 1, 1, 1)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3733,12866362,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,196," print(f""DEBUG: query.shape {query.shape}"")\n print(f""DEBUG: key.shape {key.shape}"")\n print(f""DEBUG: value.shape {value.shape}"")\n # mask.shape (1, 921, 1, 1, 1) - (batch, kv_length, heads, q_length, k_length)\n if mask.ndim == 5:\n # For decode mode: pad the kv_length dimension (dim 1) and k_length dimension (dim 4)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, pad_size), (0, 0), (0, 0), (0, pad_size)), \n constant_values=False\n )\n else:\n # Fallback for other mask shapes\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3734,12953278,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,0,"",python,selection_command +3735,12971112,"/fast/home/franz.srambical/jafar/utils/nn.py",9082,0,"",python,selection_mouse +3736,12971235,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,3,"qkv",python,selection_mouse +3737,12971382,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,9,"qkv.shape",python,selection_mouse +3738,12971412,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,12,"qkv.shape (1",python,selection_mouse +3739,12971429,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,17,"qkv.shape (1, 921",python,selection_mouse +3740,12971460,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,20,"qkv.shape (1, 921, 1",python,selection_mouse +3741,12971479,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,22,"qkv.shape (1, 921, 1, ",python,selection_mouse +3742,12971495,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,23,"qkv.shape (1, 921, 1, 8",python,selection_mouse +3743,12971512,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,24,"qkv.shape (1, 921, 1, 8,",python,selection_mouse +3744,12971577,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,25,"qkv.shape (1, 921, 1, 8, ",python,selection_mouse +3745,12971626,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,27,"qkv.shape (1, 921, 1, 8, 64",python,selection_mouse +3746,12972035,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,28,"qkv.shape (1, 921, 1, 8, 64)",python,selection_mouse +3747,12973860,"/fast/home/franz.srambical/jafar/utils/nn.py",9108,0,"",python,selection_command +3748,12998375,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,799," # mask.shape (1, 921, 1, 1, 1)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3749,12998454,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,196," print(f""DEBUG: query.shape {query.shape}"")\n print(f""DEBUG: key.shape {key.shape}"")\n print(f""DEBUG: value.shape {value.shape}"")\n # mask.shape (1, 921, 1, 1, 1) - (batch, kv_length, heads, q_length, k_length)\n if mask.ndim == 5:\n # For decode mode: pad the kv_length dimension (dim 1) and k_length dimension (dim 4)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, pad_size), (0, 0), (0, 0), (0, pad_size)), \n constant_values=False\n )\n else:\n # Fallback for other mask shapes\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3750,12998455,"/fast/home/franz.srambical/jafar/utils/nn.py",4129,0," # Reshape back to original shape\n z = z.reshape(original_shape)\n",python,content +3751,12998455,"/fast/home/franz.srambical/jafar/utils/nn.py",4055,34," # z.shape (1, 921, 512)",python,content +3752,12998455,"/fast/home/franz.srambical/jafar/utils/nn.py",3984,36," # Reshape from (1, 921, 1, 512) to (1, 921, 512) to fix the extra dimension issue\n original_shape = x.shape\n x_reshaped = x.reshape(original_shape[0], original_shape[1], -1)\n z = self.temporal_pos_enc(x_reshaped)",python,content +3753,13003430,"/fast/home/franz.srambical/jafar/utils/nn.py",10521,799," # mask.shape (1, 921, 1, 1, 1)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3754,13003430,"/fast/home/franz.srambical/jafar/utils/nn.py",4331,79,"",python,content +3755,13003430,"/fast/home/franz.srambical/jafar/utils/nn.py",4260,31," # z.shape (1, 921, 1, 512)",python,content +3756,13003430,"/fast/home/franz.srambical/jafar/utils/nn.py",3984,241," z = self.temporal_pos_enc(x)",python,content +3757,13003512,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,196," print(f""DEBUG: query.shape {query.shape}"")\n print(f""DEBUG: key.shape {key.shape}"")\n print(f""DEBUG: value.shape {value.shape}"")\n # mask.shape (1, 921, 1, 1, 1) - (batch, kv_length, heads, q_length, k_length)\n if mask.ndim == 5:\n # For decode mode: pad the kv_length dimension (dim 1) and k_length dimension (dim 4)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, pad_size), (0, 0), (0, 0), (0, pad_size)), \n constant_values=False\n )\n else:\n # Fallback for other mask shapes\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3758,13003512,"/fast/home/franz.srambical/jafar/utils/nn.py",9009,204,"",python,content +3759,13003512,"/fast/home/franz.srambical/jafar/utils/nn.py",4129,0," # Reshape back to original shape\n z = z.reshape(original_shape)\n",python,content +3760,13003512,"/fast/home/franz.srambical/jafar/utils/nn.py",4055,34," # z.shape (1, 921, 512)",python,content +3761,13003512,"/fast/home/franz.srambical/jafar/utils/nn.py",3984,36," # Reshape from (1, 921, 1, 512) to (1, 921, 512) to fix the extra dimension issue\n original_shape = x.shape\n x_reshaped = x.reshape(original_shape[0], original_shape[1], -1)\n z = self.temporal_pos_enc(x_reshaped)",python,content +3762,13012586,"/fast/home/franz.srambical/jafar/utils/nn.py",10317,799," # mask.shape (1, 921, 1, 1, 1)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,content +3763,13012586,"/fast/home/franz.srambical/jafar/utils/nn.py",9290,0," # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()\n",python,content +3764,13012586,"/fast/home/franz.srambical/jafar/utils/nn.py",4331,79,"",python,content +3765,13012586,"/fast/home/franz.srambical/jafar/utils/nn.py",4260,31," # z.shape (1, 921, 1, 512)",python,content +3766,13012586,"/fast/home/franz.srambical/jafar/utils/nn.py",3984,241," z = self.temporal_pos_enc(x)",python,content +3767,13012672,"/fast/home/franz.srambical/jafar/utils/nn.py",10187,95," # Mask from nnx is 4D: (batch, heads, seq_len, seq_len)\n # Pad it to match the padded sequence length",python,content +3768,13012672,"/fast/home/franz.srambical/jafar/utils/nn.py",9009,204,"",python,content +3769,13012672,"/fast/home/franz.srambical/jafar/utils/nn.py",4129,0," # Reshape back to original shape\n z = z.reshape(original_shape)\n",python,content +3770,13012672,"/fast/home/franz.srambical/jafar/utils/nn.py",4055,34," # z.shape (1, 921, 512)",python,content +3771,13012672,"/fast/home/franz.srambical/jafar/utils/nn.py",3984,36," # Reshape from (1, 921, 1, 512) to (1, 921, 512) to fix the extra dimension issue\n original_shape = x.shape\n x_reshaped = x.reshape(original_shape[0], original_shape[1], -1)\n z = self.temporal_pos_enc(x_reshaped)",python,content +3772,13039633,"/fast/home/franz.srambical/jafar/utils/nn.py",10263,0,"",python,selection_mouse +3773,13039635,"/fast/home/franz.srambical/jafar/utils/nn.py",10262,0,"",python,selection_command +3774,13040440,"/fast/home/franz.srambical/jafar/utils/nn.py",10264,124," print(f""DEBUG: mask.shape {mask.shape}"")\n # mask.shape (1, 921, 1, 1, 1)",python,content +3775,13040788,"/fast/home/franz.srambical/jafar/utils/nn.py",10169,0,"",python,selection_command +3776,13041037,"/fast/home/franz.srambical/jafar/utils/nn.py",10141,0,"",python,selection_command +3777,13041077,"/fast/home/franz.srambical/jafar/utils/nn.py",10092,0,"",python,selection_command +3778,13041103,"/fast/home/franz.srambical/jafar/utils/nn.py",10016,0,"",python,selection_command +3779,13041131,"/fast/home/franz.srambical/jafar/utils/nn.py",9931,0,"",python,selection_command +3780,13041166,"/fast/home/franz.srambical/jafar/utils/nn.py",9903,0,"",python,selection_command +3781,13041200,"/fast/home/franz.srambical/jafar/utils/nn.py",9887,0,"",python,selection_command +3782,13041232,"/fast/home/franz.srambical/jafar/utils/nn.py",9848,0,"",python,selection_command +3783,13041265,"/fast/home/franz.srambical/jafar/utils/nn.py",9805,0,"",python,selection_command +3784,13041298,"/fast/home/franz.srambical/jafar/utils/nn.py",9777,0,"",python,selection_command +3785,13041332,"/fast/home/franz.srambical/jafar/utils/nn.py",9751,0,"",python,selection_command +3786,13041365,"/fast/home/franz.srambical/jafar/utils/nn.py",9692,0,"",python,selection_command +3787,13041400,"/fast/home/franz.srambical/jafar/utils/nn.py",9653,0,"",python,selection_command +3788,13041434,"/fast/home/franz.srambical/jafar/utils/nn.py",9625,0,"",python,selection_command +3789,13041467,"/fast/home/franz.srambical/jafar/utils/nn.py",9609,0,"",python,selection_command +3790,13041502,"/fast/home/franz.srambical/jafar/utils/nn.py",9572,0,"",python,selection_command +3791,13041532,"/fast/home/franz.srambical/jafar/utils/nn.py",9544,0,"",python,selection_command +3792,13041565,"/fast/home/franz.srambical/jafar/utils/nn.py",9500,0,"",python,selection_command +3793,13041598,"/fast/home/franz.srambical/jafar/utils/nn.py",9471,0,"",python,selection_command +3794,13041631,"/fast/home/franz.srambical/jafar/utils/nn.py",9451,0,"",python,selection_command +3795,13041668,"/fast/home/franz.srambical/jafar/utils/nn.py",9411,0,"",python,selection_command +3796,13041698,"/fast/home/franz.srambical/jafar/utils/nn.py",9382,0,"",python,selection_command +3797,13041732,"/fast/home/franz.srambical/jafar/utils/nn.py",9356,0,"",python,selection_command +3798,13041768,"/fast/home/franz.srambical/jafar/utils/nn.py",9317,0,"",python,selection_command +3799,13041800,"/fast/home/franz.srambical/jafar/utils/nn.py",9244,0,"",python,selection_command +3800,13041833,"/fast/home/franz.srambical/jafar/utils/nn.py",9216,0,"",python,selection_command +3801,13041866,"/fast/home/franz.srambical/jafar/utils/nn.py",9214,0,"",python,selection_command +3802,13041901,"/fast/home/franz.srambical/jafar/utils/nn.py",9195,0,"",python,selection_command +3803,13042378,"/fast/home/franz.srambical/jafar/utils/nn.py",9214,0,"",python,selection_command +3804,13042528,"/fast/home/franz.srambical/jafar/utils/nn.py",9216,0,"",python,selection_command +3805,13042843,"/fast/home/franz.srambical/jafar/utils/nn.py",9290,0," # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n if query.shape == (1, 921, 1, 512):\n breakpoint()\n",python,content +3806,13055319,"/fast/home/franz.srambical/jafar/utils/nn.py",9217,0,"",python,selection_command +3807,13055567,"/fast/home/franz.srambical/jafar/utils/nn.py",9290,0,"",python,selection_command +3808,13055580,"/fast/home/franz.srambical/jafar/utils/nn.py",9340,0,"",python,selection_command +3809,13055668,"/fast/home/franz.srambical/jafar/utils/nn.py",9391,0,"",python,selection_command +3810,13055668,"/fast/home/franz.srambical/jafar/utils/nn.py",9425,0,"",python,selection_command +3811,13055700,"/fast/home/franz.srambical/jafar/utils/nn.py",9469,0,"",python,selection_command +3812,13056001,"/fast/home/franz.srambical/jafar/utils/nn.py",9425,0,"",python,selection_command +3813,13056170,"/fast/home/franz.srambical/jafar/utils/nn.py",9433,0,"",python,selection_command +3814,13056429,"/fast/home/franz.srambical/jafar/utils/nn.py",9436,0,"",python,selection_command +3815,13056456,"/fast/home/franz.srambical/jafar/utils/nn.py",9441,0,"",python,selection_command +3816,13056481,"/fast/home/franz.srambical/jafar/utils/nn.py",9442,0,"",python,selection_command +3817,13056514,"/fast/home/franz.srambical/jafar/utils/nn.py",9448,0,"",python,selection_command +3818,13056547,"/fast/home/franz.srambical/jafar/utils/nn.py",9451,0,"",python,selection_command +3819,13056717,"/fast/home/franz.srambical/jafar/utils/nn.py",9452,0,"",python,selection_command +3820,13056900,"/fast/home/franz.srambical/jafar/utils/nn.py",9453,0,"",python,selection_command +3821,13057065,"/fast/home/franz.srambical/jafar/utils/nn.py",9455,0,"",python,selection_command +3822,13057352,"/fast/home/franz.srambical/jafar/utils/nn.py",9458,0,"",python,selection_command +3823,13057519,"/fast/home/franz.srambical/jafar/utils/nn.py",9460,0,"",python,selection_command +3824,13057706,"/fast/home/franz.srambical/jafar/utils/nn.py",9461,0,"",python,selection_command +3825,13058890,"/fast/home/franz.srambical/jafar/utils/nn.py",9463,0,"",python,selection_command +3826,13059353,"/fast/home/franz.srambical/jafar/utils/nn.py",9463,3,"",python,content +3827,13061836,"/fast/home/franz.srambical/jafar/utils/nn.py",9463,0,"8, 64",python,content +3828,13062020,"/fast/home/franz.srambical/jafar/utils/nn.py",9467,0,"",python,selection_command +3829,13064519,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +3830,13064586,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +3831,13064855,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3832,13076298,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3833,13081084,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 219, in _broadcast_shapes_uncached\r\n return _try_broadcast_shapes(*rank_promoted_shapes, name='broadcast_shapes')\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 136, in _try_broadcast_shapes\r\n raise TypeError(f'{name} got incompatible shapes for broadcasting: '\r\nTypeError: broadcast_shapes got incompatible shapes for broadcasting: (1, 61, 1024), (1, 1024, 512).\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 197, in broadcast_shapes\r\n return _broadcast_shapes_cached(*shapes)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/util.py"", line 299, in wrapper\r\n return cached(config.trace_context() if trace_context_in_key else _ignore(),\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/util.py"", line 293, in cached\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 203, in _broadcast_shapes_cached\r\n return _broadcast_shapes_uncached(*shapes)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 222, in _broadcast_shapes_uncached\r\n raise ValueError(f""Incompatible shapes for broadcasting: shapes={list(shapes)}"") from err\r\nValueError: Incompatible shapes for broadcasting: shapes=[(1, 61, 1024), (1024, 512)]\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 219, in _broadcast_shapes_uncached\r\n return _try_broadcast_shapes(*rank_promoted_shapes, name='broadcast_shapes')\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 136, in _try_broadcast_shapes\r\n raise TypeError(f'{name} got incompatible shapes for broadcasting: '\r\nTypeError: broadcast_shapes got incompatible shapes for broadcasting: (1, 61, 1024), (1, 1024, 512).\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 193, in \r\n action_batch = jasmine.vq_encode(batch, training=False)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 391, in vq_encode\r\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\r\n File ""/fast/home/franz.srambical/jafar/models/lam.py"", line 133, in vq_encode\r\n z = self.encoder(padded_patches) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 236, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_pos_enc(x_reshaped)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 27, in __call__\r\n x = x + self.pe[: x.shape[2]]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 1083, in op\r\n return getattr(self.aval, f""_{name}"")(self, *args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 583, in deferring_binary_op\r\n return binary_op(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/ufunc_api.py"", line 182, in __call__\r\n return call(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/ufuncs.py"", line 1234, in add\r\n x, y = promote_args(""add"", x, y)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 228, in promote_args\r\n return promote_shapes(fun_name, *promote_dtypes(*args))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 64, in promote_shapes\r\n result_rank = len(lax.broadcast_shapes(*shapes))\r\nValueError: Incompatible shapes for broadcasting: shapes=[(1, 61, 1024), (1024, 512)]\r\n",,terminal_output +3834,13081885,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +3835,13090289,"/fast/home/franz.srambical/jafar/utils/nn.py",4180,0,"",python,selection_command +3836,13092552,"/fast/home/franz.srambical/jafar/utils/nn.py",866,0,"",python,selection_command +3837,13094486,"/fast/home/franz.srambical/jafar/utils/nn.py",4180,0,"",python,selection_command +3838,13102852,"/fast/home/franz.srambical/jafar/utils/nn.py",3954,0,"",python,selection_mouse +3839,13102855,"/fast/home/franz.srambical/jafar/utils/nn.py",3953,0,"",python,selection_command +3840,13104037,"/fast/home/franz.srambical/jafar/utils/nn.py",3984,241," z = self.temporal_pos_enc(x)",python,content +3841,13104415,"/fast/home/franz.srambical/jafar/utils/nn.py",4055,31," # z.shape (1, 921, 1, 512)",python,content +3842,13104775,"/fast/home/franz.srambical/jafar/utils/nn.py",4129,79,"",python,content +3843,13107794,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +3844,13108046,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3845,13110327,"/fast/home/franz.srambical/jafar/utils/nn.py",11065,0,"",python,selection_command +3846,13110997,"/fast/home/franz.srambical/jafar/utils/nn.py",10559,0,"",python,selection_command +3847,13111543,"/fast/home/franz.srambical/jafar/utils/nn.py",9559,0,"",python,selection_command +3848,13112883,"/fast/home/franz.srambical/jafar/utils/nn.py",9550,0,"",python,selection_command +3849,13113130,"/fast/home/franz.srambical/jafar/utils/nn.py",9515,0,"",python,selection_command +3850,13113145,"/fast/home/franz.srambical/jafar/utils/nn.py",9478,0,"",python,selection_command +3851,13113177,"/fast/home/franz.srambical/jafar/utils/nn.py",9469,0,"",python,selection_command +3852,13113210,"/fast/home/franz.srambical/jafar/utils/nn.py",9406,0,"",python,selection_command +3853,13113246,"/fast/home/franz.srambical/jafar/utils/nn.py",9385,0,"",python,selection_command +3854,13113279,"/fast/home/franz.srambical/jafar/utils/nn.py",9376,0,"",python,selection_command +3855,13113314,"/fast/home/franz.srambical/jafar/utils/nn.py",9317,0,"",python,selection_command +3856,13113347,"/fast/home/franz.srambical/jafar/utils/nn.py",9290,0,"",python,selection_command +3857,13113381,"/fast/home/franz.srambical/jafar/utils/nn.py",9281,0,"",python,selection_command +3858,13113419,"/fast/home/franz.srambical/jafar/utils/nn.py",9223,0,"",python,selection_command +3859,13113452,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"",python,selection_command +3860,13113646,"/fast/home/franz.srambical/jafar/utils/nn.py",9223,0,"",python,selection_command +3861,13119075,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3862,13127179,"TERMINAL",0,0,"2025-07-27 12:57:26.984367: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3863,13128666,"TERMINAL",0,0,"2025-07-27 12:57:28.469450: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3864,13132170,"TERMINAL",0,0,"2025-07-27 12:57:31.976869: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3865,13132961,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom jasmine import Jasmine\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_co_train: bool = False\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n dynamics_type: str = ""maskgit""\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Dynamics model checkpoint ---\n rngs = nnx.Rngs(rng)\n jasmine = Jasmine(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dynamics_type=args.dynamics_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(jasmine, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Jasmine, batch: dict) -> jax.Array:\n """"""Runs Jasmine.sample with pre-defined generation hyper-parameters.""""""\n if args.dynamics_type == ""maskgit"":\n return model.sample_maskgit(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n else:\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n # @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(jasmine, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = jasmine.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n # The autoregressive cache needs to be initialized with the shape of the tokenized inputs, not the raw video.\n # The number of spatial tokens is derived from the image dimensions and patch size.\n # It appears the 90x160 image is padded to 92x160, and a CLS token is added.\n # (92 // args.patch_size) * (160 // args.patch_size) + 1 = 23 * 40 + 1 = 921\n num_patches = ((args.image_height + 3) // 4 * 4 // args.patch_size) * (\n args.image_width // args.patch_size\n ) + 1\n # Shape for spatial attention: (batch, time, patches, num_heads, head_dim)\n spatial_token_shape = (\n args.batch_size,\n 1,\n num_patches,\n args.dyna_dim,\n )\n # Shape for temporal attention: (batch, patches, time, num_heads, head_dim)\n temporal_token_shape = (\n args.batch_size,\n num_patches,\n 1,\n args.dyna_dim,\n )\n if args.dynamics_type == ""causal"":\n transformer_blocks = jasmine.dynamics.transformer.blocks\n for block in transformer_blocks:\n block.spatial_attention.init_cache(spatial_token_shape, dtype=args.dtype)\n block.temporal_attention.init_cache(temporal_token_shape, dtype=args.dtype)\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +3866,13133033,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(298)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +3867,13148841,"sample.py",7016,0,"",python,selection_mouse +3868,13148841,"sample.py",7015,0,"",python,selection_command +3869,13148861,"sample.py",7015,1,")",python,selection_mouse +3870,13148862,"sample.py",7016,0,"",python,selection_command +3871,13149961,"sample.py",7015,0,"",python,selection_command +3872,13152661,"sample.py",7437,0,"",python,selection_mouse +3873,13154684,"sample.py",6918,0,"",python,selection_mouse +3874,13156692,"sample.py",7391,0,"",python,selection_mouse +3875,13157084,"sample.py",7219,0,"",python,selection_mouse +3876,13172674,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3877,13185686,"TERMINAL",0,0,"c",,terminal_output +3878,13186623,"TERMINAL",0,0," ",,terminal_output +3879,13187077,"TERMINAL",0,0,"n",,terminal_output +3880,13187480,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(300)attention_fn()\r\n-> def _rearrange(x):\r\n",,terminal_output +3881,13188867,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(303)attention_fn()\r\n-> def _pad(x):\r\n",,terminal_output +3882,13189011,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(306)attention_fn()\r\n-> original_shape = query.shape\r\n",,terminal_output +3883,13189280,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(307)attention_fn()\r\n-> original_seq_len = query.shape[-3]\r\n",,terminal_output +3884,13189509,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(310)attention_fn()\r\n-> target_seq_len = ((original_seq_len + 3) // 4) * 4\r\n",,terminal_output +3885,13193052,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(311)attention_fn()\r\n-> pad_size = target_seq_len - original_seq_len\r\n",,terminal_output +3886,13193461,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(313)attention_fn()\r\n-> query_4d = _pad(_rearrange(query))\r\n",,terminal_output +3887,13193972,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(314)attention_fn()\r\n-> key_4d = _pad(_rearrange(key))\r\n",,terminal_output +3888,13194297,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(315)attention_fn()\r\n-> value_4d = _pad(_rearrange(value))\r\n",,terminal_output +3889,13194614,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(317)attention_fn()\r\n-> attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\r\n",,terminal_output +3890,13195872,"TERMINAL",0,0,"q",,terminal_output +3891,13195964,"TERMINAL",0,0,"u",,terminal_output +3892,13196099,"TERMINAL",0,0,"e",,terminal_output +3893,13196310,"TERMINAL",0,0,"y",,terminal_output +3894,13196397,"TERMINAL",0,0,"r",,terminal_output +3895,13196799,"TERMINAL",0,0," ",,terminal_output +3896,13196947,"TERMINAL",0,0," ",,terminal_output +3897,13197309,"TERMINAL",0,0,"r",,terminal_output +3898,13197397,"TERMINAL",0,0,"y",,terminal_output +3899,13197610,"TERMINAL",0,0,"_",,terminal_output +3900,13198191,"TERMINAL",0,0,"4",,terminal_output +3901,13198398,"TERMINAL",0,0,"d",,terminal_output +3902,13198499,"TERMINAL",0,0,".",,terminal_output +3903,13198633,"TERMINAL",0,0,"s",,terminal_output +3904,13198745,"TERMINAL",0,0,"h",,terminal_output +3905,13198847,"TERMINAL",0,0,"a",,terminal_output +3906,13198945,"TERMINAL",0,0,"p",,terminal_output +3907,13199048,"TERMINAL",0,0,"e",,terminal_output +3908,13199150,"TERMINAL",0,0,"\r\n(Pdb) (921, 4, 8, 64)\r\n",,terminal_output +3909,13287128,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"",python,selection_command +3910,13287456,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +3911,13287610,"/fast/home/franz.srambical/jafar/utils/nn.py",9118,0,"",python,selection_command +3912,13287744,"/fast/home/franz.srambical/jafar/utils/nn.py",9067,0,"",python,selection_command +3913,13287946,"/fast/home/franz.srambical/jafar/utils/nn.py",9059,50," # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)",python,selection_command +3914,13291952,"/fast/home/franz.srambical/jafar/utils/nn.py",9067,0,"",python,selection_command +3915,13292444,"/fast/home/franz.srambical/jafar/utils/nn.py",9069,0,"",python,selection_command +3916,13292701,"/fast/home/franz.srambical/jafar/utils/nn.py",9075,0,"",python,selection_command +3917,13292726,"/fast/home/franz.srambical/jafar/utils/nn.py",9079,0,"",python,selection_command +3918,13292752,"/fast/home/franz.srambical/jafar/utils/nn.py",9081,0,"",python,selection_command +3919,13292786,"/fast/home/franz.srambical/jafar/utils/nn.py",9084,0,"",python,selection_command +3920,13292819,"/fast/home/franz.srambical/jafar/utils/nn.py",9085,0,"",python,selection_command +3921,13292852,"/fast/home/franz.srambical/jafar/utils/nn.py",9091,0,"",python,selection_command +3922,13293422,"/fast/home/franz.srambical/jafar/utils/nn.py",9092,0,"",python,selection_command +3923,13293631,"/fast/home/franz.srambical/jafar/utils/nn.py",9093,0,"",python,selection_command +3924,13293867,"/fast/home/franz.srambical/jafar/utils/nn.py",9095,0,"",python,selection_command +3925,13294263,"/fast/home/franz.srambical/jafar/utils/nn.py",9098,0,"",python,selection_command +3926,13313412,"/fast/home/franz.srambical/jafar/utils/nn.py",9100,0,"",python,selection_command +3927,13316014,"/fast/home/franz.srambical/jafar/utils/nn.py",9098,0,"",python,selection_command +3928,13316303,"/fast/home/franz.srambical/jafar/utils/nn.py",9095,0,"",python,selection_command +3929,13316467,"/fast/home/franz.srambical/jafar/utils/nn.py",9093,0,"",python,selection_command +3930,13316601,"/fast/home/franz.srambical/jafar/utils/nn.py",9092,0,"",python,selection_command +3931,13318382,"/fast/home/franz.srambical/jafar/utils/nn.py",9093,0,"",python,selection_command +3932,13318610,"/fast/home/franz.srambical/jafar/utils/nn.py",9095,0,"",python,selection_command +3933,13318834,"/fast/home/franz.srambical/jafar/utils/nn.py",9098,0,"",python,selection_command +3934,13319076,"/fast/home/franz.srambical/jafar/utils/nn.py",9100,0,"",python,selection_command +3935,13378656,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +3936,13382525,".venv/lib/python3.10/site-packages/flax/linen/attention.py",29898,0,"",python,selection_command +3937,13383608,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +3938,13387910,"/fast/home/franz.srambical/jafar/utils/nn.py",8537,0,"",python,selection_command +3939,13388165,"/fast/home/franz.srambical/jafar/utils/nn.py",2614,0,"",python,selection_command +3940,13389166,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +3941,13389166,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +3942,13389690,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12332,0,"",python,selection_command +3943,13389942,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14092,0,"",python,selection_command +3944,13390397,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16150,0,"",python,selection_command +3945,13390703,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +3946,13390960,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20649,0,"",python,selection_command +3947,13391635,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22802,0,"",python,selection_command +3948,13392248,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24711,0,"",python,selection_command +3949,13392971,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24765,0,"",python,selection_command +3950,13393231,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24768,0,"",python,selection_command +3951,13393244,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24776,0,"",python,selection_command +3952,13393276,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24836,0,"",python,selection_command +3953,13393309,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24892,0,"",python,selection_command +3954,13393344,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",24954,0,"",python,selection_command +3955,13393375,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25035,0,"",python,selection_command +3956,13393409,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25052,0,"",python,selection_command +3957,13393443,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25079,0,"",python,selection_command +3958,13393477,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25082,0,"",python,selection_command +3959,13393511,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25093,0,"",python,selection_command +3960,13393546,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25160,0,"",python,selection_command +3961,13393579,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25166,0,"",python,selection_command +3962,13393613,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25188,0,"",python,selection_command +3963,13393645,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25267,0,"",python,selection_command +3964,13393684,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25271,0,"",python,selection_command +3965,13394133,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25311,0,"",python,selection_command +3966,13394302,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",25271,0,"",python,selection_command +3967,13394710,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23403,0,"",python,selection_command +3968,13395932,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23388,0,"",python,selection_command +3969,13396181,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23314,0,"",python,selection_command +3970,13396194,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23242,0,"",python,selection_command +3971,13396225,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23178,0,"",python,selection_command +3972,13396258,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23106,0,"",python,selection_command +3973,13396292,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23105,0,"",python,selection_command +3974,13396325,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23090,0,"",python,selection_command +3975,13396359,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23068,0,"",python,selection_command +3976,13396393,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23023,0,"",python,selection_command +3977,13396425,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",23017,0,"",python,selection_command +3978,13396459,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22973,0,"",python,selection_command +3979,13396492,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22941,0,"",python,selection_command +3980,13396524,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22917,0,"",python,selection_command +3981,13396558,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22882,0,"",python,selection_command +3982,13396593,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22834,0,"",python,selection_command +3983,13396625,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22796,0,"",python,selection_command +3984,13396658,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22765,0,"",python,selection_command +3985,13396691,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22748,0,"",python,selection_command +3986,13396725,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22735,0,"",python,selection_command +3987,13396759,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22724,0,"",python,selection_command +3988,13396962,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22711,0,"",python,selection_command +3989,13397129,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22684,0,"",python,selection_command +3990,13397236,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22688,0,"",python,selection_command +3991,13397389,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22690,0,"",python,selection_command +3992,13397699,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22692,0,"",python,selection_command +3993,13397833,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22696,0,"",python,selection_command +3994,13398167,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22697,0,"",python,selection_command +3995,13398468,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14274,0,"",python,selection_command +3996,13399147,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14287,0,"",python,selection_command +3997,13399315,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14289,0,"",python,selection_command +3998,13400351,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13131,0,"",python,selection_command +3999,13401451,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13143,0,"",python,selection_command +4000,13401686,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13145,0,"",python,selection_command +4001,13401721,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13153,0,"",python,selection_command +4002,13401753,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13159,0,"",python,selection_command +4003,13401784,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13164,0,"",python,selection_command +4004,13401847,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13166,0,"",python,selection_command +4005,13401949,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13168,0,"",python,selection_command +4006,13402427,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5282,0,"",python,selection_command +4007,13408492,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6295,0,"",python,selection_command +4008,13409325,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8041,0,"",python,selection_command +4009,13411759,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9165,0,"",python,selection_command +4010,13417661,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8041,0,"",python,selection_command +4011,13419204,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9165,0,"",python,selection_command +4012,13420017,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8041,0,"",python,selection_command +4013,13433524,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7940,0,"",python,selection_command +4014,13433768,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7934,0,"",python,selection_command +4015,13433794,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7861,0,"",python,selection_command +4016,13433827,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7850,0,"",python,selection_command +4017,13433857,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7847,0,"",python,selection_command +4018,13433896,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7836,0,"",python,selection_command +4019,13433945,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7755,0,"",python,selection_command +4020,13433969,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7674,0,"",python,selection_command +4021,13433997,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7596,0,"",python,selection_command +4022,13434022,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7563,0,"",python,selection_command +4023,13434060,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7487,0,"",python,selection_command +4024,13434091,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7419,0,"",python,selection_command +4025,13434124,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7400,0,"",python,selection_command +4026,13434156,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7322,0,"",python,selection_command +4027,13434190,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7253,0,"",python,selection_command +4028,13434227,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7188,0,"",python,selection_command +4029,13434257,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7157,0,"",python,selection_command +4030,13434289,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7104,0,"",python,selection_command +4031,13434322,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7031,0,"",python,selection_command +4032,13434357,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6988,0,"",python,selection_command +4033,13434390,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6912,0,"",python,selection_command +4034,13434423,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6833,0,"",python,selection_command +4035,13434456,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6755,0,"",python,selection_command +4036,13434490,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6685,0,"",python,selection_command +4037,13434523,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6606,0,"",python,selection_command +4038,13434558,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6528,0,"",python,selection_command +4039,13434591,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6490,0,"",python,selection_command +4040,13434623,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6410,0,"",python,selection_command +4041,13434657,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6371,0,"",python,selection_command +4042,13434690,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6293,0,"",python,selection_command +4043,13434724,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6254,0,"",python,selection_command +4044,13434757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6172,0,"",python,selection_command +4045,13434790,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6164,0,"",python,selection_command +4046,13434824,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6161,0,"",python,selection_command +4047,13434856,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6094,0,"",python,selection_command +4048,13434891,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6082,0,"",python,selection_command +4049,13434924,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6079,0,"",python,selection_command +4050,13434958,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6046,0,"",python,selection_command +4051,13434991,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5971,0,"",python,selection_command +4052,13435024,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5968,0,"",python,selection_command +4053,13435058,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5901,0,"",python,selection_command +4054,13435089,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5823,0,"",python,selection_command +4055,13435123,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5763,0,"",python,selection_command +4056,13435156,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5760,0,"",python,selection_command +4057,13435190,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5697,0,"",python,selection_command +4058,13435224,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5693,0,"",python,selection_command +4059,13435258,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5638,0,"",python,selection_command +4060,13435291,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5606,0,"",python,selection_command +4061,13435324,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5571,0,"",python,selection_command +4062,13435357,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5541,0,"",python,selection_command +4063,13435391,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5510,0,"",python,selection_command +4064,13435424,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5481,0,"",python,selection_command +4065,13435457,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5445,0,"",python,selection_command +4066,13435490,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5411,0,"",python,selection_command +4067,13435523,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5382,0,"",python,selection_command +4068,13435561,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5353,0,"",python,selection_command +4069,13435619,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5337,0,"",python,selection_command +4070,13435639,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5323,0,"",python,selection_command +4071,13435667,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5307,0,"",python,selection_command +4072,13435690,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5280,0,"",python,selection_command +4073,13435725,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5277,0,"",python,selection_command +4074,13435757,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5276,0,"",python,selection_command +4075,13435790,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5256,0,"",python,selection_command +4076,13435824,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5253,0,"",python,selection_command +4077,13435858,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5210,0,"",python,selection_command +4078,13435892,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5136,0,"",python,selection_command +4079,13435962,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5210,0,"",python,selection_command +4080,13436222,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5253,0,"",python,selection_command +4081,13436245,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5256,0,"",python,selection_command +4082,13436270,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5276,0,"",python,selection_command +4083,13436307,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5277,0,"",python,selection_command +4084,13436345,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5280,0,"",python,selection_command +4085,13436378,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5307,0,"",python,selection_command +4086,13436680,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5280,0,"",python,selection_command +4087,13436933,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,26,"def dot_product_attention(",python,selection_command +4088,13437135,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,482,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n",python,selection_command +4089,13437656,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,690,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n",python,selection_command +4090,13437798,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,801,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n",python,selection_command +4091,13437970,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,883,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n",python,selection_command +4092,13438348,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,2569,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n",python,selection_command +4093,13438465,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,3143,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n",python,selection_command +4094,13439142,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,3784,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n",python,selection_command +4095,13439475,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,4022,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n",python,selection_command +4096,13440502,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,4178,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n",python,selection_command +4097,13441036,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,4177,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )",python,selection_command +4098,13456522,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9452,0,"",python,selection_command +4099,13538371,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4100,13539810,"/fast/home/franz.srambical/jafar/utils/nn.py",11065,0,"",python,selection_command +4101,13540377,"/fast/home/franz.srambical/jafar/utils/nn.py",9837,0,"",python,selection_command +4102,13541423,"/fast/home/franz.srambical/jafar/utils/nn.py",9828,0,"",python,selection_command +4103,13541670,"/fast/home/franz.srambical/jafar/utils/nn.py",9793,0,"",python,selection_command +4104,13541699,"/fast/home/franz.srambical/jafar/utils/nn.py",9754,0,"",python,selection_command +4105,13541723,"/fast/home/franz.srambical/jafar/utils/nn.py",9711,0,"",python,selection_command +4106,13541756,"/fast/home/franz.srambical/jafar/utils/nn.py",9702,0,"",python,selection_command +4107,13541790,"/fast/home/franz.srambical/jafar/utils/nn.py",9657,0,"",python,selection_command +4108,13541825,"/fast/home/franz.srambical/jafar/utils/nn.py",9598,0,"",python,selection_command +4109,13541862,"/fast/home/franz.srambical/jafar/utils/nn.py",9559,0,"",python,selection_command +4110,13541898,"/fast/home/franz.srambical/jafar/utils/nn.py",9550,0,"",python,selection_command +4111,13541930,"/fast/home/franz.srambical/jafar/utils/nn.py",9515,0,"",python,selection_command +4112,13541963,"/fast/home/franz.srambical/jafar/utils/nn.py",9478,0,"",python,selection_command +4113,13541995,"/fast/home/franz.srambical/jafar/utils/nn.py",9469,0,"",python,selection_command +4114,13542029,"/fast/home/franz.srambical/jafar/utils/nn.py",9406,0,"",python,selection_command +4115,13542062,"/fast/home/franz.srambical/jafar/utils/nn.py",9385,0,"",python,selection_command +4116,13542095,"/fast/home/franz.srambical/jafar/utils/nn.py",9376,0,"",python,selection_command +4117,13542236,"/fast/home/franz.srambical/jafar/utils/nn.py",9317,0,"",python,selection_command +4118,13542435,"/fast/home/franz.srambical/jafar/utils/nn.py",9290,0,"",python,selection_command +4119,13542621,"/fast/home/franz.srambical/jafar/utils/nn.py",9317,0,"",python,selection_command +4120,13542791,"/fast/home/franz.srambical/jafar/utils/nn.py",9376,0,"",python,selection_command +4121,13542938,"/fast/home/franz.srambical/jafar/utils/nn.py",9317,0,"",python,selection_command +4122,13543131,"/fast/home/franz.srambical/jafar/utils/nn.py",9290,0,"",python,selection_command +4123,13543618,"/fast/home/franz.srambical/jafar/utils/nn.py",9282,0,"",python,selection_command +4124,13551095,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +4125,13551275,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4126,13553629,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +4127,13554877,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9382,0,"",python,selection_command +4128,13555131,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9361,0,"",python,selection_command +4129,13555143,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9301,0,"",python,selection_command +4130,13555175,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9300,0,"",python,selection_command +4131,13555208,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9296,0,"",python,selection_command +4132,13555242,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9284,0,"",python,selection_command +4133,13555277,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9269,0,"",python,selection_command +4134,13555310,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9258,0,"",python,selection_command +4135,13555344,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9239,0,"",python,selection_command +4136,13555378,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9221,0,"",python,selection_command +4137,13555412,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9204,0,"",python,selection_command +4138,13555445,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9181,0,"",python,selection_command +4139,13555480,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9171,0,"",python,selection_command +4140,13555512,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9161,0,"",python,selection_command +4141,13555547,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9152,0,"",python,selection_command +4142,13555584,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9141,0,"",python,selection_command +4143,13555616,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9093,0,"",python,selection_command +4144,13555651,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9063,0,"",python,selection_command +4145,13555684,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9062,0,"",python,selection_command +4146,13555719,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9047,0,"",python,selection_command +4147,13555752,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9005,0,"",python,selection_command +4148,13555792,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8976,0,"",python,selection_command +4149,13555820,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8906,0,"",python,selection_command +4150,13555853,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8871,0,"",python,selection_command +4151,13555892,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8846,0,"",python,selection_command +4152,13555920,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8793,0,"",python,selection_command +4153,13555959,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8741,0,"",python,selection_command +4154,13556114,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8669,0,"",python,selection_command +4155,13556243,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8644,0,"",python,selection_command +4156,13564994,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4157,13653816,"/fast/home/franz.srambical/jafar/utils/nn.py",9309,0,"",python,selection_command +4158,13654047,"/fast/home/franz.srambical/jafar/utils/nn.py",9376,0,"",python,selection_command +4159,13654078,"/fast/home/franz.srambical/jafar/utils/nn.py",9377,0,"",python,selection_command +4160,13654110,"/fast/home/franz.srambical/jafar/utils/nn.py",9398,0,"",python,selection_command +4161,13654143,"/fast/home/franz.srambical/jafar/utils/nn.py",9469,0,"",python,selection_command +4162,13654178,"/fast/home/franz.srambical/jafar/utils/nn.py",9470,0,"",python,selection_command +4163,13654212,"/fast/home/franz.srambical/jafar/utils/nn.py",9507,0,"",python,selection_command +4164,13654243,"/fast/home/franz.srambical/jafar/utils/nn.py",9550,0,"",python,selection_command +4165,13654279,"/fast/home/franz.srambical/jafar/utils/nn.py",9551,0,"",python,selection_command +4166,13654315,"/fast/home/franz.srambical/jafar/utils/nn.py",9590,0,"",python,selection_command +4167,13654393,"/fast/home/franz.srambical/jafar/utils/nn.py",9649,0,"",python,selection_command +4168,13654393,"/fast/home/franz.srambical/jafar/utils/nn.py",9702,0,"",python,selection_command +4169,13654416,"/fast/home/franz.srambical/jafar/utils/nn.py",9703,0,"",python,selection_command +4170,13654450,"/fast/home/franz.srambical/jafar/utils/nn.py",9746,0,"",python,selection_command +4171,13654523,"/fast/home/franz.srambical/jafar/utils/nn.py",9785,0,"",python,selection_command +4172,13654523,"/fast/home/franz.srambical/jafar/utils/nn.py",9828,0,"",python,selection_command +4173,13654552,"/fast/home/franz.srambical/jafar/utils/nn.py",9829,0,"",python,selection_command +4174,13654587,"/fast/home/franz.srambical/jafar/utils/nn.py",9914,0,"",python,selection_command +4175,13654653,"/fast/home/franz.srambical/jafar/utils/nn.py",9990,0,"",python,selection_command +4176,13654653,"/fast/home/franz.srambical/jafar/utils/nn.py",10066,0,"",python,selection_command +4177,13654686,"/fast/home/franz.srambical/jafar/utils/nn.py",10067,0,"",python,selection_command +4178,13654720,"/fast/home/franz.srambical/jafar/utils/nn.py",10160,0,"",python,selection_command +4179,13654783,"/fast/home/franz.srambical/jafar/utils/nn.py",10189,0,"",python,selection_command +4180,13688262,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,0,"",python,selection_command +4181,13688409,"/fast/home/franz.srambical/jafar/utils/nn.py",10285,0,"",python,selection_command +4182,13688749,"/fast/home/franz.srambical/jafar/utils/nn.py",10285,30," mask_4d = jnp.pad(",python,selection_command +4183,13688857,"/fast/home/franz.srambical/jafar/utils/nn.py",10285,101," mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), ",python,selection_command +4184,13689012,"/fast/home/franz.srambical/jafar/utils/nn.py",10285,139," mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False",python,selection_command +4185,13689147,"/fast/home/franz.srambical/jafar/utils/nn.py",10285,153," mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,selection_command +4186,13695534,"/fast/home/franz.srambical/jafar/utils/nn.py",10425,0,"",python,selection_command +4187,13695915,"/fast/home/franz.srambical/jafar/utils/nn.py",10425,13," )",python,selection_command +4188,13696044,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,51," constant_values=False\n )",python,selection_command +4189,13696202,"/fast/home/franz.srambical/jafar/utils/nn.py",10316,122," mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,selection_command +4190,13696334,"/fast/home/franz.srambical/jafar/utils/nn.py",10285,153," mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,selection_command +4191,13696483,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,196," # mask.shape (1, 921, 1, 1, 1)\n mask_4d = jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,selection_command +4192,13718684,"/fast/home/franz.srambical/jafar/utils/nn.py",10242,0,"",python,selection_command +4193,13722609,"/fast/home/franz.srambical/jafar/utils/nn.py",10254,0,"",python,selection_command +4194,13723437,"/fast/home/franz.srambical/jafar/utils/nn.py",10297,0,"",python,selection_command +4195,13723737,"/fast/home/franz.srambical/jafar/utils/nn.py",10305,0,"",python,selection_command +4196,13723920,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,0,"",python,selection_command +4197,13724332,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,1,"j",python,selection_command +4198,13724425,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,32,"jnp.pad(\n mask, (",python,selection_command +4199,13724584,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,103,"jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constan",python,selection_command +4200,13724925,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,132,"jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )\n",python,selection_command +4201,13725194,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,131,"jnp.pad(\n mask, ((0, 0), (0, 0), (0, pad_size), (0, pad_size)), \n constant_values=False\n )",python,selection_command +4202,13725560,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,131,"",python,content +4203,13727762,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,0,"_",python,content +4204,13727762,"/fast/home/franz.srambical/jafar/utils/nn.py",10308,0,"",python,selection_keyboard +4205,13727971,"/fast/home/franz.srambical/jafar/utils/nn.py",10308,0,"p",python,content +4206,13727972,"/fast/home/franz.srambical/jafar/utils/nn.py",10309,0,"",python,selection_keyboard +4207,13728035,"/fast/home/franz.srambical/jafar/utils/nn.py",10309,0,"a",python,content +4208,13728035,"/fast/home/franz.srambical/jafar/utils/nn.py",10310,0,"",python,selection_keyboard +4209,13728190,"/fast/home/franz.srambical/jafar/utils/nn.py",10310,0,"d",python,content +4210,13728190,"/fast/home/franz.srambical/jafar/utils/nn.py",10311,0,"",python,selection_keyboard +4211,13728922,"/fast/home/franz.srambical/jafar/utils/nn.py",10311,0,"()",python,content +4212,13728923,"/fast/home/franz.srambical/jafar/utils/nn.py",10312,0,"",python,selection_keyboard +4213,13729624,"/fast/home/franz.srambical/jafar/utils/nn.py",10312,0,"_",python,content +4214,13729624,"/fast/home/franz.srambical/jafar/utils/nn.py",10313,0,"",python,selection_keyboard +4215,13729951,"/fast/home/franz.srambical/jafar/utils/nn.py",10313,0,"r",python,content +4216,13729951,"/fast/home/franz.srambical/jafar/utils/nn.py",10314,0,"",python,selection_keyboard +4217,13730024,"/fast/home/franz.srambical/jafar/utils/nn.py",10314,0,"e",python,content +4218,13730025,"/fast/home/franz.srambical/jafar/utils/nn.py",10315,0,"",python,selection_keyboard +4219,13730209,"/fast/home/franz.srambical/jafar/utils/nn.py",10315,0,"a",python,content +4220,13730209,"/fast/home/franz.srambical/jafar/utils/nn.py",10316,0,"",python,selection_keyboard +4221,13730542,"/fast/home/franz.srambical/jafar/utils/nn.py",10316,0,"rrange(mask)",python,content +4222,13730744,"/fast/home/franz.srambical/jafar/utils/nn.py",10327,0,"",python,selection_command +4223,13733362,"/fast/home/franz.srambical/jafar/utils/nn.py",10342,0,"",python,selection_command +4224,13733550,"/fast/home/franz.srambical/jafar/utils/nn.py",10329,0,"\n ",python,content +4225,13733568,"/fast/home/franz.srambical/jafar/utils/nn.py",10338,4,"",python,content +4226,13733733,"/fast/home/franz.srambical/jafar/utils/nn.py",10338,0,"#",python,content +4227,13733733,"/fast/home/franz.srambical/jafar/utils/nn.py",10339,0,"",python,selection_keyboard +4228,13733795,"/fast/home/franz.srambical/jafar/utils/nn.py",10339,0," ",python,content +4229,13733795,"/fast/home/franz.srambical/jafar/utils/nn.py",10340,0,"",python,selection_keyboard +4230,13734233,"/fast/home/franz.srambical/jafar/utils/nn.py",10339,0,"",python,selection_command +4231,13734580,"/fast/home/franz.srambical/jafar/utils/nn.py",10330,11,"",python,content +4232,13734596,"/fast/home/franz.srambical/jafar/utils/nn.py",10338,0,"",python,selection_command +4233,13734829,"/fast/home/franz.srambical/jafar/utils/nn.py",10343,0,"\n ",python,content +4234,13735012,"/fast/home/franz.srambical/jafar/utils/nn.py",10356,0,"#",python,content +4235,13735012,"/fast/home/franz.srambical/jafar/utils/nn.py",10357,0,"",python,selection_keyboard +4236,13735027,"/fast/home/franz.srambical/jafar/utils/nn.py",10357,0," ",python,content +4237,13735028,"/fast/home/franz.srambical/jafar/utils/nn.py",10358,0,"",python,selection_keyboard +4238,13735286,"/fast/home/franz.srambical/jafar/utils/nn.py",10358,0,"F",python,content +4239,13735287,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,0,"",python,selection_keyboard +4240,13735355,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,0,"I",python,content +4241,13735355,"/fast/home/franz.srambical/jafar/utils/nn.py",10360,0,"",python,selection_keyboard +4242,13735443,"/fast/home/franz.srambical/jafar/utils/nn.py",10360,0,"X",python,content +4243,13735443,"/fast/home/franz.srambical/jafar/utils/nn.py",10361,0,"",python,selection_keyboard +4244,13735580,"/fast/home/franz.srambical/jafar/utils/nn.py",10361,0,"M",python,content +4245,13735580,"/fast/home/franz.srambical/jafar/utils/nn.py",10362,0,"",python,selection_keyboard +4246,13735695,"/fast/home/franz.srambical/jafar/utils/nn.py",10362,0,"E",python,content +4247,13735695,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"",python,selection_keyboard +4248,13735761,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,":",python,content +4249,13735761,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"",python,selection_keyboard +4250,13735926,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0," ",python,content +4251,13735927,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,"",python,selection_keyboard +4252,13736757,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,1,"",python,content +4253,13736878,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,1,"",python,content +4254,13736910,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0," ",python,content +4255,13736910,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"",python,selection_keyboard +4256,13737081,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"()",python,content +4257,13737081,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,"",python,selection_keyboard +4258,13737268,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,"f",python,content +4259,13737268,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0,"",python,selection_keyboard +4260,13737495,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0,"s",python,content +4261,13737495,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_keyboard +4262,13737621,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,".",python,content +4263,13737621,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_keyboard +4264,13737865,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,1,"",python,content +4265,13737994,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,1,"",python,content +4266,13738128,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0,".",python,content +4267,13738129,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_keyboard +4268,13738254,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"s",python,content +4269,13738254,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_keyboard +4270,13738255,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"r",python,content +4271,13738255,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0,"",python,selection_keyboard +4272,13738412,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0,"a",python,content +4273,13738412,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"",python,selection_keyboard +4274,13738432,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"m",python,content +4275,13738433,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_keyboard +4276,13738648,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"b",python,content +4277,13738649,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0,"",python,selection_keyboard +4278,13738820,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0,"c",python,content +4279,13738820,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_keyboard +4280,13739129,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,1,"",python,content +4281,13739364,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0,"i",python,content +4282,13739364,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_keyboard +4283,13739413,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"c",python,content +4284,13739413,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"",python,selection_keyboard +4285,13739454,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"a",python,content +4286,13739455,"/fast/home/franz.srambical/jafar/utils/nn.py",10375,0,"",python,selection_keyboard +4287,13739562,"/fast/home/franz.srambical/jafar/utils/nn.py",10375,0,"l",python,content +4288,13739563,"/fast/home/franz.srambical/jafar/utils/nn.py",10376,0,"",python,selection_keyboard +4289,13739737,"/fast/home/franz.srambical/jafar/utils/nn.py",10376,1,")",python,content +4290,13739737,"/fast/home/franz.srambical/jafar/utils/nn.py",10377,0,"",python,selection_keyboard +4291,13739870,"/fast/home/franz.srambical/jafar/utils/nn.py",10377,0,":",python,content +4292,13739870,"/fast/home/franz.srambical/jafar/utils/nn.py",10378,0,"",python,selection_keyboard +4293,13739965,"/fast/home/franz.srambical/jafar/utils/nn.py",10378,0," ",python,content +4294,13739965,"/fast/home/franz.srambical/jafar/utils/nn.py",10379,0,"",python,selection_keyboard +4295,13740233,"/fast/home/franz.srambical/jafar/utils/nn.py",10379,0,"I",python,content +4296,13740233,"/fast/home/franz.srambical/jafar/utils/nn.py",10380,0,"",python,selection_keyboard +4297,13740431,"/fast/home/franz.srambical/jafar/utils/nn.py",10380,0,"n",python,content +4298,13740431,"/fast/home/franz.srambical/jafar/utils/nn.py",10381,0,"",python,selection_keyboard +4299,13740514,"/fast/home/franz.srambical/jafar/utils/nn.py",10381,0,"v",python,content +4300,13740514,"/fast/home/franz.srambical/jafar/utils/nn.py",10382,0,"",python,selection_keyboard +4301,13740599,"/fast/home/franz.srambical/jafar/utils/nn.py",10382,0,"e",python,content +4302,13740599,"/fast/home/franz.srambical/jafar/utils/nn.py",10383,0,"",python,selection_keyboard +4303,13740682,"/fast/home/franz.srambical/jafar/utils/nn.py",10383,0,"s",python,content +4304,13740682,"/fast/home/franz.srambical/jafar/utils/nn.py",10384,0,"",python,selection_keyboard +4305,13740849,"/fast/home/franz.srambical/jafar/utils/nn.py",10384,0,"t",python,content +4306,13740849,"/fast/home/franz.srambical/jafar/utils/nn.py",10385,0,"",python,selection_keyboard +4307,13740953,"/fast/home/franz.srambical/jafar/utils/nn.py",10385,0,"i",python,content +4308,13740954,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,0,"",python,selection_keyboard +4309,13741031,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,0,"g",python,content +4310,13741032,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,0,"",python,selection_keyboard +4311,13741097,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,0,"a",python,content +4312,13741097,"/fast/home/franz.srambical/jafar/utils/nn.py",10388,0,"",python,selection_keyboard +4313,13741198,"/fast/home/franz.srambical/jafar/utils/nn.py",10388,0,"t",python,content +4314,13741198,"/fast/home/franz.srambical/jafar/utils/nn.py",10389,0,"",python,selection_keyboard +4315,13741282,"/fast/home/franz.srambical/jafar/utils/nn.py",10389,0,"e",python,content +4316,13741282,"/fast/home/franz.srambical/jafar/utils/nn.py",10390,0,"",python,selection_keyboard +4317,13741371,"/fast/home/franz.srambical/jafar/utils/nn.py",10390,0," ",python,content +4318,13741372,"/fast/home/franz.srambical/jafar/utils/nn.py",10391,0,"",python,selection_keyboard +4319,13742662,"/fast/home/franz.srambical/jafar/utils/nn.py",10391,0,"w",python,content +4320,13742663,"/fast/home/franz.srambical/jafar/utils/nn.py",10392,0,"",python,selection_keyboard +4321,13742742,"/fast/home/franz.srambical/jafar/utils/nn.py",10392,0,"h",python,content +4322,13742742,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,0,"",python,selection_keyboard +4323,13742833,"/fast/home/franz.srambical/jafar/utils/nn.py",10393,0,"e",python,content +4324,13742834,"/fast/home/franz.srambical/jafar/utils/nn.py",10394,0,"",python,selection_keyboard +4325,13742880,"/fast/home/franz.srambical/jafar/utils/nn.py",10394,0,"t",python,content +4326,13742880,"/fast/home/franz.srambical/jafar/utils/nn.py",10395,0,"",python,selection_keyboard +4327,13742979,"/fast/home/franz.srambical/jafar/utils/nn.py",10395,0,"e",python,content +4328,13742979,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,0,"",python,selection_keyboard +4329,13743064,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,0,"r",python,content +4330,13743064,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"",python,selection_keyboard +4331,13743540,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"/",python,content +4332,13743541,"/fast/home/franz.srambical/jafar/utils/nn.py",10398,0,"",python,selection_keyboard +4333,13743984,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,1,"",python,content +4334,13744146,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,1,"",python,content +4335,13744266,"/fast/home/franz.srambical/jafar/utils/nn.py",10395,1,"",python,content +4336,13744434,"/fast/home/franz.srambical/jafar/utils/nn.py",10395,0,"h",python,content +4337,13744435,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,0,"",python,selection_keyboard +4338,13744532,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,0,"e",python,content +4339,13744532,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"",python,selection_keyboard +4340,13744572,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"r",python,content +4341,13744572,"/fast/home/franz.srambical/jafar/utils/nn.py",10398,0,"",python,selection_keyboard +4342,13744688,"/fast/home/franz.srambical/jafar/utils/nn.py",10398,0,"/",python,content +4343,13744688,"/fast/home/franz.srambical/jafar/utils/nn.py",10399,0,"",python,selection_keyboard +4344,13745161,"/fast/home/franz.srambical/jafar/utils/nn.py",10399,0,"w",python,content +4345,13745162,"/fast/home/franz.srambical/jafar/utils/nn.py",10400,0,"",python,selection_keyboard +4346,13745268,"/fast/home/franz.srambical/jafar/utils/nn.py",10400,0,"h",python,content +4347,13745268,"/fast/home/franz.srambical/jafar/utils/nn.py",10401,0,"",python,selection_keyboard +4348,13745337,"/fast/home/franz.srambical/jafar/utils/nn.py",10401,0,"y",python,content +4349,13745337,"/fast/home/franz.srambical/jafar/utils/nn.py",10402,0,"",python,selection_keyboard +4350,13745465,"/fast/home/franz.srambical/jafar/utils/nn.py",10402,0," ",python,content +4351,13745465,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"",python,selection_keyboard +4352,13745702,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"t",python,content +4353,13745703,"/fast/home/franz.srambical/jafar/utils/nn.py",10404,0,"",python,selection_keyboard +4354,13745769,"/fast/home/franz.srambical/jafar/utils/nn.py",10404,0,"h",python,content +4355,13745770,"/fast/home/franz.srambical/jafar/utils/nn.py",10405,0,"",python,selection_keyboard +4356,13745820,"/fast/home/franz.srambical/jafar/utils/nn.py",10405,0,"i",python,content +4357,13745820,"/fast/home/franz.srambical/jafar/utils/nn.py",10406,0,"",python,selection_keyboard +4358,13745871,"/fast/home/franz.srambical/jafar/utils/nn.py",10406,0,"s",python,content +4359,13745872,"/fast/home/franz.srambical/jafar/utils/nn.py",10407,0,"",python,selection_keyboard +4360,13745952,"/fast/home/franz.srambical/jafar/utils/nn.py",10407,0," ",python,content +4361,13745952,"/fast/home/franz.srambical/jafar/utils/nn.py",10408,0,"",python,selection_keyboard +4362,13746019,"/fast/home/franz.srambical/jafar/utils/nn.py",10408,0,"i",python,content +4363,13746020,"/fast/home/franz.srambical/jafar/utils/nn.py",10409,0,"",python,selection_keyboard +4364,13746070,"/fast/home/franz.srambical/jafar/utils/nn.py",10409,0,"s",python,content +4365,13746070,"/fast/home/franz.srambical/jafar/utils/nn.py",10410,0,"",python,selection_keyboard +4366,13746134,"/fast/home/franz.srambical/jafar/utils/nn.py",10410,0," ",python,content +4367,13746135,"/fast/home/franz.srambical/jafar/utils/nn.py",10411,0,"",python,selection_keyboard +4368,13746219,"/fast/home/franz.srambical/jafar/utils/nn.py",10411,0,"n",python,content +4369,13746220,"/fast/home/franz.srambical/jafar/utils/nn.py",10412,0,"",python,selection_keyboard +4370,13746268,"/fast/home/franz.srambical/jafar/utils/nn.py",10412,0,"e",python,content +4371,13746269,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,0,"",python,selection_keyboard +4372,13746421,"/fast/home/franz.srambical/jafar/utils/nn.py",10413,0,"e",python,content +4373,13746421,"/fast/home/franz.srambical/jafar/utils/nn.py",10414,0,"",python,selection_keyboard +4374,13746610,"/fast/home/franz.srambical/jafar/utils/nn.py",10414,0,"d",python,content +4375,13746610,"/fast/home/franz.srambical/jafar/utils/nn.py",10415,0,"",python,selection_keyboard +4376,13746761,"/fast/home/franz.srambical/jafar/utils/nn.py",10415,0,"d",python,content +4377,13746761,"/fast/home/franz.srambical/jafar/utils/nn.py",10416,0,"",python,selection_keyboard +4378,13747068,"/fast/home/franz.srambical/jafar/utils/nn.py",10416,0,"d",python,content +4379,13747068,"/fast/home/franz.srambical/jafar/utils/nn.py",10417,0,"",python,selection_keyboard +4380,13747351,"/fast/home/franz.srambical/jafar/utils/nn.py",10416,1,"",python,content +4381,13747485,"/fast/home/franz.srambical/jafar/utils/nn.py",10415,1,"",python,content +4382,13747516,"/fast/home/franz.srambical/jafar/utils/nn.py",10415,0,"e",python,content +4383,13747517,"/fast/home/franz.srambical/jafar/utils/nn.py",10416,0,"",python,selection_keyboard +4384,13747671,"/fast/home/franz.srambical/jafar/utils/nn.py",10416,0,"d",python,content +4385,13747672,"/fast/home/franz.srambical/jafar/utils/nn.py",10417,0,"",python,selection_keyboard +4386,13747885,"/fast/home/franz.srambical/jafar/utils/nn.py",10416,0,"",python,selection_command +4387,13750104,"TERMINAL",0,0,"q",,terminal_output +4388,13750202,"TERMINAL",0,0,"u",,terminal_output +4389,13750286,"TERMINAL",0,0,"it",,terminal_output +4390,13750539,"TERMINAL",0,0,"()",,terminal_output +4391,13750781,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 317, in attention_fn\r\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 317, in attention_fn\r\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +4392,13751549,"TERMINAL",0,0,"(Pdb) ",,terminal_output +4393,13751774,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +4394,13752663,"/fast/home/franz.srambical/jafar/utils/nn.py",10342,0,"",python,selection_command +4395,13752910,"/fast/home/franz.srambical/jafar/utils/nn.py",10328,0,"",python,selection_command +4396,13752941,"/fast/home/franz.srambical/jafar/utils/nn.py",10283,0,"",python,selection_command +4397,13752974,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,0,"",python,selection_command +4398,13753005,"/fast/home/franz.srambical/jafar/utils/nn.py",10187,0,"",python,selection_command +4399,13753041,"/fast/home/franz.srambical/jafar/utils/nn.py",10139,0,"",python,selection_command +4400,13753074,"/fast/home/franz.srambical/jafar/utils/nn.py",10066,0,"",python,selection_command +4401,13753108,"/fast/home/franz.srambical/jafar/utils/nn.py",10062,0,"",python,selection_command +4402,13753143,"/fast/home/franz.srambical/jafar/utils/nn.py",9986,0,"",python,selection_command +4403,13753175,"/fast/home/franz.srambical/jafar/utils/nn.py",9901,0,"",python,selection_command +4404,13753209,"/fast/home/franz.srambical/jafar/utils/nn.py",9828,0,"",python,selection_command +4405,13753244,"/fast/home/franz.srambical/jafar/utils/nn.py",9826,0,"",python,selection_command +4406,13753282,"/fast/home/franz.srambical/jafar/utils/nn.py",9783,0,"",python,selection_command +4407,13753316,"/fast/home/franz.srambical/jafar/utils/nn.py",9744,0,"",python,selection_command +4408,13753373,"/fast/home/franz.srambical/jafar/utils/nn.py",9702,0,"",python,selection_command +4409,13753396,"/fast/home/franz.srambical/jafar/utils/nn.py",9700,0,"",python,selection_command +4410,13753423,"/fast/home/franz.srambical/jafar/utils/nn.py",9647,0,"",python,selection_command +4411,13753447,"/fast/home/franz.srambical/jafar/utils/nn.py",9588,0,"",python,selection_command +4412,13753481,"/fast/home/franz.srambical/jafar/utils/nn.py",9550,0,"",python,selection_command +4413,13753517,"/fast/home/franz.srambical/jafar/utils/nn.py",9548,0,"",python,selection_command +4414,13753550,"/fast/home/franz.srambical/jafar/utils/nn.py",9505,0,"",python,selection_command +4415,13753584,"/fast/home/franz.srambical/jafar/utils/nn.py",9469,0,"",python,selection_command +4416,13753624,"/fast/home/franz.srambical/jafar/utils/nn.py",9467,0,"",python,selection_command +4417,13753652,"/fast/home/franz.srambical/jafar/utils/nn.py",9396,0,"",python,selection_command +4418,13753682,"/fast/home/franz.srambical/jafar/utils/nn.py",9376,0,"",python,selection_command +4419,13753719,"/fast/home/franz.srambical/jafar/utils/nn.py",9374,0,"",python,selection_command +4420,13753750,"/fast/home/franz.srambical/jafar/utils/nn.py",9307,0,"",python,selection_command +4421,13753785,"/fast/home/franz.srambical/jafar/utils/nn.py",9281,0,"",python,selection_command +4422,13753927,"/fast/home/franz.srambical/jafar/utils/nn.py",9279,0,"",python,selection_command +4423,13754078,"/fast/home/franz.srambical/jafar/utils/nn.py",9213,0,"",python,selection_command +4424,13754249,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,0,"",python,selection_command +4425,13754527,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"",python,selection_command +4426,13754659,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +4427,13754944,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"i",python,selection_command +4428,13755118,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"i",python,selection_command +4429,13755271,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"i",python,selection_command +4430,13755530,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"i",python,selection_command +4431,13755782,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +4432,13755909,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"#",python,content +4433,13755909,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"#",python,content +4434,13755909,"/fast/home/franz.srambical/jafar/utils/nn.py",9153,0,"",python,selection_keyboard +4435,13755942,"/fast/home/franz.srambical/jafar/utils/nn.py",9200,0," ",python,content +4436,13755942,"/fast/home/franz.srambical/jafar/utils/nn.py",9153,0," ",python,content +4437,13755942,"/fast/home/franz.srambical/jafar/utils/nn.py",9154,0,"",python,selection_keyboard +4438,13756158,"/fast/home/franz.srambical/jafar/utils/nn.py",9153,0,"",python,selection_command +4439,13757456,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +4440,13757743,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4441,13769431,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4442,13777721,"TERMINAL",0,0,"2025-07-27 13:08:17.525138: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4443,13779225,"TERMINAL",0,0,"2025-07-27 13:08:19.027879: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4444,13782796,"TERMINAL",0,0,"2025-07-27 13:08:22.590493: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4445,13783588,"TERMINAL",0,0,"DEBUG: mask.shape (1, 921, 1, 1, 1)\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 333, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1152, in dot_product_attention\r\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1144, in _check_shape_and_dtype\r\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\r\nValueError: mask dtype should be , but got float32\r\n",,terminal_output +4446,13784640,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +4447,13792294,"/fast/home/franz.srambical/jafar/utils/nn.py",10308,0,"",python,selection_mouse +4448,13799831,"/fast/home/franz.srambical/jafar/utils/nn.py",10288,0,"\n ",python,content +4449,13802464,"/fast/home/franz.srambical/jafar/utils/nn.py",10289,12,"",python,content +4450,13803324,"/fast/home/franz.srambical/jafar/utils/nn.py",10289,1,"",python,content +4451,13803324,"/fast/home/franz.srambical/jafar/utils/nn.py",10301,0,"",python,selection_command +4452,13806260,"/fast/home/franz.srambical/jafar/utils/nn.py",10258,0,"",python,selection_command +4453,13806491,"/fast/home/franz.srambical/jafar/utils/nn.py",10205,0,"",python,selection_command +4454,13806517,"/fast/home/franz.srambical/jafar/utils/nn.py",10176,0,"",python,selection_command +4455,13806550,"/fast/home/franz.srambical/jafar/utils/nn.py",10083,0,"",python,selection_command +4456,13806583,"/fast/home/franz.srambical/jafar/utils/nn.py",10070,0,"",python,selection_command +4457,13806617,"/fast/home/franz.srambical/jafar/utils/nn.py",10006,0,"",python,selection_command +4458,13806656,"/fast/home/franz.srambical/jafar/utils/nn.py",9930,0,"",python,selection_command +4459,13807324,"/fast/home/franz.srambical/jafar/utils/nn.py",9845,0,"",python,selection_command +4460,13808061,"/fast/home/franz.srambical/jafar/utils/nn.py",9930,0,"",python,selection_command +4461,13808286,"/fast/home/franz.srambical/jafar/utils/nn.py",10006,0,"",python,selection_command +4462,13808318,"/fast/home/franz.srambical/jafar/utils/nn.py",10070,0,"",python,selection_command +4463,13808344,"/fast/home/franz.srambical/jafar/utils/nn.py",10083,0,"",python,selection_command +4464,13808387,"/fast/home/franz.srambical/jafar/utils/nn.py",10176,0,"",python,selection_command +4465,13808429,"/fast/home/franz.srambical/jafar/utils/nn.py",10205,0,"",python,selection_command +4466,13808768,"/fast/home/franz.srambical/jafar/utils/nn.py",10258,0,"",python,selection_command +4467,13808956,"/fast/home/franz.srambical/jafar/utils/nn.py",10301,0,"",python,selection_command +4468,13811834,"/fast/home/franz.srambical/jafar/utils/nn.py",10333,0,"\n ",python,content +4469,13813030,"/fast/home/franz.srambical/jafar/utils/nn.py",10346,0,"m",python,content +4470,13813030,"/fast/home/franz.srambical/jafar/utils/nn.py",10347,0,"",python,selection_keyboard +4471,13813110,"/fast/home/franz.srambical/jafar/utils/nn.py",10347,0,"a",python,content +4472,13813111,"/fast/home/franz.srambical/jafar/utils/nn.py",10348,0,"",python,selection_keyboard +4473,13813158,"/fast/home/franz.srambical/jafar/utils/nn.py",10348,0,"s",python,content +4474,13813159,"/fast/home/franz.srambical/jafar/utils/nn.py",10349,0,"",python,selection_keyboard +4475,13813219,"/fast/home/franz.srambical/jafar/utils/nn.py",10349,0,"k",python,content +4476,13813220,"/fast/home/franz.srambical/jafar/utils/nn.py",10350,0,"",python,selection_keyboard +4477,13814349,"/fast/home/franz.srambical/jafar/utils/nn.py",10350,0,"_",python,content +4478,13814350,"/fast/home/franz.srambical/jafar/utils/nn.py",10351,0,"",python,selection_keyboard +4479,13814596,"/fast/home/franz.srambical/jafar/utils/nn.py",10351,0,"4",python,content +4480,13814596,"/fast/home/franz.srambical/jafar/utils/nn.py",10352,0,"",python,selection_keyboard +4481,13814876,"/fast/home/franz.srambical/jafar/utils/nn.py",10352,0,"d",python,content +4482,13814876,"/fast/home/franz.srambical/jafar/utils/nn.py",10353,0,"",python,selection_keyboard +4483,13815238,"/fast/home/franz.srambical/jafar/utils/nn.py",10353,0," ",python,content +4484,13815238,"/fast/home/franz.srambical/jafar/utils/nn.py",10354,0,"",python,selection_keyboard +4485,13815397,"/fast/home/franz.srambical/jafar/utils/nn.py",10354,0,"=",python,content +4486,13815397,"/fast/home/franz.srambical/jafar/utils/nn.py",10355,0,"",python,selection_keyboard +4487,13815530,"/fast/home/franz.srambical/jafar/utils/nn.py",10355,0," ",python,content +4488,13815530,"/fast/home/franz.srambical/jafar/utils/nn.py",10356,0,"",python,selection_keyboard +4489,13815680,"/fast/home/franz.srambical/jafar/utils/nn.py",10356,0,"m",python,content +4490,13815680,"/fast/home/franz.srambical/jafar/utils/nn.py",10357,0,"",python,selection_keyboard +4491,13815760,"/fast/home/franz.srambical/jafar/utils/nn.py",10357,0,"a",python,content +4492,13815760,"/fast/home/franz.srambical/jafar/utils/nn.py",10358,0,"",python,selection_keyboard +4493,13815827,"/fast/home/franz.srambical/jafar/utils/nn.py",10358,0,"s",python,content +4494,13815828,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,0,"",python,selection_keyboard +4495,13815909,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,0,"k",python,content +4496,13815910,"/fast/home/franz.srambical/jafar/utils/nn.py",10360,0,"",python,selection_keyboard +4497,13816509,"/fast/home/franz.srambical/jafar/utils/nn.py",10360,0,"4",python,content +4498,13816510,"/fast/home/franz.srambical/jafar/utils/nn.py",10361,0,"",python,selection_keyboard +4499,13817000,"/fast/home/franz.srambical/jafar/utils/nn.py",10360,1,"",python,content +4500,13817193,"/fast/home/franz.srambical/jafar/utils/nn.py",10360,0,"_",python,content +4501,13817194,"/fast/home/franz.srambical/jafar/utils/nn.py",10361,0,"",python,selection_keyboard +4502,13817343,"/fast/home/franz.srambical/jafar/utils/nn.py",10361,0,"4",python,content +4503,13817343,"/fast/home/franz.srambical/jafar/utils/nn.py",10362,0,"",python,selection_keyboard +4504,13817545,"/fast/home/franz.srambical/jafar/utils/nn.py",10362,0,"d",python,content +4505,13817545,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"",python,selection_keyboard +4506,13817666,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,".",python,content +4507,13817666,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"",python,selection_keyboard +4508,13818686,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,1,"",python,content +4509,13819113,"/fast/home/franz.srambical/jafar/utils/nn.py",10362,0,"",python,selection_command +4510,13819331,"/fast/home/franz.srambical/jafar/utils/nn.py",10356,0,"",python,selection_command +4511,13820337,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"",python,selection_command +4512,13820734,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"a",python,content +4513,13820734,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"",python,selection_keyboard +4514,13821021,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,1,"",python,content +4515,13821184,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,".",python,content +4516,13821184,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"",python,selection_keyboard +4517,13821229,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"a",python,content +4518,13821229,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,"",python,selection_keyboard +4519,13821305,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,"s",python,content +4520,13821305,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0,"",python,selection_keyboard +4521,13822142,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0,"type(jnp.bool_)",python,content +4522,13822350,"/fast/home/franz.srambical/jafar/utils/nn.py",10380,0,"",python,selection_command +4523,13822830,"/fast/home/franz.srambical/jafar/utils/nn.py",10334,0,"",python,selection_command +4524,13824763,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +4525,13825030,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4526,13831406,"/fast/home/franz.srambical/jafar/utils/nn.py",10289,0,"",python,selection_command +4527,13831542,"/fast/home/franz.srambical/jafar/utils/nn.py",10246,0,"",python,selection_command +4528,13831681,"/fast/home/franz.srambical/jafar/utils/nn.py",10193,0,"",python,selection_command +4529,13832027,"/fast/home/franz.srambical/jafar/utils/nn.py",10193,53,"",python,content +4530,13832037,"/fast/home/franz.srambical/jafar/utils/nn.py",10205,0,"",python,selection_command +4531,13836744,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4532,13845186,"TERMINAL",0,0,"2025-07-27 13:09:24.987164: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4533,13846734,"TERMINAL",0,0,"2025-07-27 13:09:26.540652: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4534,13850418,"TERMINAL",0,0,"2025-07-27 13:09:30.220177: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4535,13851255,"TERMINAL",0,0,"DEBUG: mask.shape (1, 921, 1, 1, 1)\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 334, in attention_fn\r\n query=query_4d,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1204, in dot_product_attention\r\n out = cudnn_dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 1981, in dot_product_attention\r\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 332, in check_layout\r\n raise ValueError(\r\nValueError: Bias must have same seq length as QKV, got 1 and 1\r\n",,terminal_output +4536,13852343,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +4537,13861824,"/fast/home/franz.srambical/jafar/utils/nn.py",10707,0,"",python,selection_command +4538,13868740,"/fast/home/franz.srambical/jafar/utils/nn.py",10806,0,"",python,selection_mouse +4539,13876784,"/fast/home/franz.srambical/jafar/utils/nn.py",10514,0,"",python,selection_mouse +4540,13915175,"/fast/home/franz.srambical/jafar/utils/nn.py",10342,0,"",python,selection_mouse +4541,13915177,"/fast/home/franz.srambical/jafar/utils/nn.py",10341,0,"",python,selection_command +4542,14340766,"/fast/home/franz.srambical/jafar/utils/nn.py",10355,0,"",python,selection_command +4543,14341061,"/fast/home/franz.srambical/jafar/utils/nn.py",10429,0,"",python,selection_command +4544,14341217,"/fast/home/franz.srambical/jafar/utils/nn.py",10514,0,"",python,selection_command +4545,14341353,"/fast/home/franz.srambical/jafar/utils/nn.py",10527,0,"",python,selection_command +4546,14347273,"/fast/home/franz.srambical/jafar/utils/nn.py",9325,0,"",python,selection_command +4547,14348402,"/fast/home/franz.srambical/jafar/utils/nn.py",8793,0,"",python,selection_keyboard +4548,14348642,"/fast/home/franz.srambical/jafar/utils/nn.py",8708,0,"",python,selection_command +4549,14348901,"/fast/home/franz.srambical/jafar/utils/nn.py",8793,0,"",python,selection_command +4550,14349157,"/fast/home/franz.srambical/jafar/utils/nn.py",8891,0,"",python,selection_command +4551,14349234,"/fast/home/franz.srambical/jafar/utils/nn.py",8931,0,"",python,selection_command +4552,14349398,"/fast/home/franz.srambical/jafar/utils/nn.py",8935,0,"",python,selection_command +4553,14349536,"/fast/home/franz.srambical/jafar/utils/nn.py",8940,0,"",python,selection_command +4554,14349671,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +4555,14349917,"/fast/home/franz.srambical/jafar/utils/nn.py",8956,0,"",python,selection_command +4556,14350139,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +4557,14352542,"/fast/home/franz.srambical/jafar/utils/nn.py",11016,0,"",python,selection_command +4558,14358326,"/fast/home/franz.srambical/jafar/utils/nn.py",10747,0,"",python,selection_command +4559,14358661,"/fast/home/franz.srambical/jafar/utils/nn.py",10079,0,"",python,selection_command +4560,14358863,"/fast/home/franz.srambical/jafar/utils/nn.py",9294,0,"",python,selection_command +4561,14359061,"/fast/home/franz.srambical/jafar/utils/nn.py",8107,0,"",python,selection_command +4562,14361495,"/fast/home/franz.srambical/jafar/utils/nn.py",2614,0,"",python,selection_command +4563,14369102,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +4564,14369102,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +4565,14371556,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4566,14371557,"/fast/home/franz.srambical/jafar/utils/nn.py",2614,0,"",python,selection_command +4567,14371858,"/fast/home/franz.srambical/jafar/utils/nn.py",11029,0,"",python,selection_command +4568,14372298,"/fast/home/franz.srambical/jafar/utils/nn.py",11005,0,"",python,selection_command +4569,14372556,"/fast/home/franz.srambical/jafar/utils/nn.py",11004,0,"",python,selection_command +4570,14372626,"/fast/home/franz.srambical/jafar/utils/nn.py",10925,0,"",python,selection_command +4571,14372626,"/fast/home/franz.srambical/jafar/utils/nn.py",10915,0,"",python,selection_command +4572,14372658,"/fast/home/franz.srambical/jafar/utils/nn.py",10882,0,"",python,selection_command +4573,14372687,"/fast/home/franz.srambical/jafar/utils/nn.py",10839,0,"",python,selection_command +4574,14372710,"/fast/home/franz.srambical/jafar/utils/nn.py",10813,0,"",python,selection_command +4575,14372744,"/fast/home/franz.srambical/jafar/utils/nn.py",10787,0,"",python,selection_command +4576,14372777,"/fast/home/franz.srambical/jafar/utils/nn.py",10759,0,"",python,selection_command +4577,14372811,"/fast/home/franz.srambical/jafar/utils/nn.py",10735,0,"",python,selection_command +4578,14372842,"/fast/home/franz.srambical/jafar/utils/nn.py",10707,0,"",python,selection_command +4579,14372878,"/fast/home/franz.srambical/jafar/utils/nn.py",10657,0,"",python,selection_command +4580,14372913,"/fast/home/franz.srambical/jafar/utils/nn.py",10587,0,"",python,selection_command +4581,14372945,"/fast/home/franz.srambical/jafar/utils/nn.py",10586,0,"",python,selection_command +4582,14372980,"/fast/home/franz.srambical/jafar/utils/nn.py",10515,0,"",python,selection_command +4583,14388450,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"# Copyright 2024 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport enum\nimport functools\nimport json\nimport math\nfrom typing import TypedDict\n\nimport jax\nfrom jax import dtypes\nfrom jax._src import core\nfrom jax._src import dispatch\nfrom jax._src.custom_partitioning import custom_partitioning\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.lib import cuda_versions\nfrom jax._src import xla_bridge\nfrom jax._src.lib.mlir import ir\nfrom jax._src.lib.mlir.dialects import hlo\nimport jax.numpy as jnp\nfrom jax.sharding import NamedSharding, PartitionSpec\n\nArray = jnp.ndarray\n\nclass FP8Params(TypedDict):\n amax_dQ: float # Amax of gradient of query\n amax_dK: float # Amax of gradient of key\n amax_dV: float # Amax of gradient of value\n amax_dP: float # Amax of gradient of state\n descale_q: float # Descaling factor of query\n descale_k: float # Descaling factor of key\n descale_v: float # Descaling factor of value\n descale_s: float # Descaling factor of attention score\n scale_s: float # Scale factor for S tensor\n scale_o: float # Scale factor for output\n descale_o: float # Descale factor for output (bwd)\n descale_dO: float # Descale factor for output gradient (bwd)\n descale_dP: float # Descale factor for P gradient tensor (bwd)\n scale_dQ: float # Scale factor for query gradient (bwd)\n scale_dK: float # Scale factor for key gradient (bwd)\n scale_dV: float # Scale factor for value gradient (bwd)\n scale_dP: float # Scale factor for state gradient (bwd)\n\n\nclass AttentionLayout(enum.Enum):\n BTNH = 0\n BNTH = 1\n\n\nclass MaskType(enum.Enum):\n NO_MASK = 0\n PADDING = 1\n CAUSAL = 2\n PADDING_CAUSAL = 3\n ALIBI = 4\n\n\ndef convert_mask_type_to_string(mask_type: MaskType) -> str:\n if mask_type == MaskType.NO_MASK:\n return ""NO_MASK""\n elif mask_type == MaskType.PADDING:\n return ""PADDING""\n elif mask_type == MaskType.CAUSAL:\n return ""CAUSAL""\n elif mask_type == MaskType.PADDING_CAUSAL:\n return ""PADDING_CAUSAL""\n elif mask_type == MaskType.ALIBI:\n return ""ALIBI""\n else:\n raise ValueError(f""Unexpected mask type: {mask_type}"")\n\ndef has_padding(mask_type: MaskType) -> bool:\n return mask_type == MaskType.PADDING or mask_type == MaskType.PADDING_CAUSAL\n\ndef should_export_dbias(bias_shape, query_shape, layout) -> bool:\n b_B, b_N, _, _ = bias_shape\n if layout == AttentionLayout.BNTH.value:\n _, q_N, _, _ = query_shape\n else:\n _, _, q_N, _ = query_shape\n return b_B == 1 and b_N == q_N\n\ndef get_large_negative_number(dtype):\n # temp WAR as cuDNN has a bug for subtraction between two large negative value\n if dtype == jnp.bfloat16:\n return jnp.asarray(-2 << 40, dtype=dtype)\n elif dtype == jnp.float16:\n return jnp.asarray(-2 << 14, dtype=dtype)\n else:\n raise ValueError(""Unsupported dtype for inputs."")\n\ndef _normalize_layout(layout: str) -> AttentionLayout:\n layout_upper = layout.upper()\n if layout_upper in [""BSNH"", ""BNSH"", ""BTNH"", ""BNTH""]:\n return AttentionLayout[layout_upper.replace(""S"", ""T"")]\n else:\n raise ValueError(f""Unsupported qkv_layout: {layout}"")\n\ndef element_type_to_backend_config_type_mapping(dtype):\n _element_type_to_backend_config_type_mapping = {\n ir.BF16Type.get(): ""BF16"",\n ir.F16Type.get(): ""F16"",\n }\n return _element_type_to_backend_config_type_mapping[dtype]\n\ndef default_layouts(*shapes):\n return [range(len(shape) - 1, -1, -1) for shape in shapes]\n\ndef get_max_seg_per_batch(q_offsets):\n return q_offsets.shape[1] - 1 if len(q_offsets.shape) == 2 else 1\n\ndef check_is_paged_attention(page_table_k):\n return len(page_table_k.shape) == 4\n\ndef create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd\n):\n # Q, K, V: query, key, value in shape of BT(S)NH or BNT(S)H\n # P: BMM1 output in shape of BNTS\n # O: BMM2 output in the same shape with Q\n # BMM1: Q @ K -> P\n # BMM2: P @ V -> O\n # BMM1Grad1: dP @ Q -> dK\n # BMM1Grad2: dP @ K -> dQ\n # BMM2Grad1: P @ dO -> dV\n # BMM2Grad2: dO @ V -> dP\n cudnn_fmha_backend_config = {\n ""algorithm"": {\n ""algo_id"": ""0"",\n ""math_type"": ""TENSOR_OP_MATH"",\n ""tuning_knobs"": {""17"": ""1"", ""24"": ""0""},\n ""is_cudnn_frontend"": True,\n ""workspace_size"": ""0"",\n },\n ""fmha_scale"": fmha_scale,\n ""intermediate_tensor_shape"": {\n ""element_type"": element_type_to_backend_config_type_mapping(dtype),\n ""dimensions"": [str(batch), str(num_heads), str(seq_q), str(seq_kv)],\n ""tuple_shapes"": [],\n ""layout"": {\n ""dim_level_types"": [],\n ""dim_unique"": [],\n ""dim_ordered"": [],\n ""minor_to_major"": [""3"", ""2"", ""1"", ""0""],\n ""tiles"": [],\n ""element_size_in_bits"": ""0"",\n ""memory_space"": ""0"",\n ""index_primitive_type"": ""PRIMITIVE_TYPE_INVALID"",\n ""pointer_primitive_type"": ""PRIMITIVE_TYPE_INVALID"",\n ""dynamic_shape_metadata_prefix_bytes"": ""0"",\n },\n ""is_dynamic_dimension"": [False, False, False, False],\n },\n ""is_flash_attention"": True,\n ""mask_type"": convert_mask_type_to_string(mask_type),\n }\n\n # We define the contracting and batch dims in the format of\n # ((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims,\n # rhs_batch_dims)).\n if layout == AttentionLayout.BNTH.value:\n dims = [\n ((3, 3), ((0, 1), (0, 1))), # BMM1: BNTH,BNSH->BNTS\n ((3, 2), ((0, 1), (0, 1))), # BMM2: BNTS,BNSH->BNTH\n ((2, 2), ((0, 1), (0, 1))), # BMM1_grad_1: BNTS,BNTH->BNSH\n ((3, 2), ((0, 1), (0, 1))), # BMM1_grad_2: BNTS,BNSH->BNTH\n ((2, 2), ((0, 1), (0, 1))), # BMM2_grad_1: BNTS,BNTH->BNSH\n ((3, 3), ((0, 1), (0, 1))), # BMM2_grad_2: BNTH,BNSH->BNTS\n ]\n else:\n dims = [\n ((3, 3), ((0, 2), (0, 2))), # BMM1: BTNH,BSNH->BNTS\n ((3, 1), ((0, 1), (0, 2))), # BMM2: BNTS,BSNH->BTNH\n ((2, 1), ((0, 1), (0, 2))), # BMM1_grad_1: BNTS,BTNH->BSNH\n ((3, 1), ((0, 1), (0, 2))), # BMM1_grad_2: BNTS,BSNH->BTNH\n ((2, 1), ((0, 1), (0, 2))), # BMM2_grad_1: BNTS,BTNH->BSNH\n ((3, 3), ((0, 2), (0, 2))), # BMM2_grad_2: BTNH,BSNH->BNTS\n ]\n keys = [\n ""bmm1_dot_dimension_numbers"",\n ""bmm2_dot_dimension_numbers"",\n ""bmm1_grad_gemm1_dot_dimension_numbers"",\n ""bmm1_grad_gemm2_dot_dimension_numbers"",\n ""bmm2_grad_gemm1_dot_dimension_numbers"",\n ""bmm2_grad_gemm2_dot_dimension_numbers"",\n ]\n fwd_dot_number = {}\n bwd_dot_number = {}\n for idx, (key, ((lc, rc), (lb, rb))) in enumerate(zip(keys, dims)):\n dims_to_write = fwd_dot_number if idx < 2 else bwd_dot_number\n dims_to_write[key] = {\n ""lhs_contracting_dimensions"": [str(lc)],\n ""rhs_contracting_dimensions"": [str(rc)],\n ""lhs_batch_dimensions"": [str(i) for i in lb],\n ""rhs_batch_dimensions"": [str(i) for i in rb],\n }\n\n if is_bwd:\n cudnn_fmha_backend_config = {**cudnn_fmha_backend_config, **bwd_dot_number}\n else:\n cudnn_fmha_backend_config = {**cudnn_fmha_backend_config, **fwd_dot_number}\n backend_config = {\n ""operation_queue_id"":""0"",\n ""wait_on_operation_queues"":[],\n ""cudnn_fmha_backend_config"": cudnn_fmha_backend_config\n }\n return backend_config\n\ndef create_dot_product_attention_backend_config(\n batch,\n num_heads,\n seq_q,\n seq_kv,\n dtype,\n fmha_scale,\n seed,\n dropout_rate,\n mask_type,\n layout,\n sliding_window_length,\n max_seg_per_batch,\n is_paged_attention,\n is_bwd\n):\n backend_config = create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype,\n fmha_scale, mask_type, layout, is_bwd\n )\n if sliding_window_length is None:\n sliding_window_length = 0\n backend_config['cudnn_fmha_backend_config'][""dropout_rate""] = dropout_rate\n backend_config['cudnn_fmha_backend_config'][""seed""] = seed\n backend_config['cudnn_fmha_backend_config'][""sliding_window_length""] = sliding_window_length\n backend_config['cudnn_fmha_backend_config'][""max_seg_per_batch""] = max_seg_per_batch\n backend_config['cudnn_fmha_backend_config'][""is_paged_attention""] = is_paged_attention\n return json.dumps(backend_config)\n\ndef create_dot_product_attention_fp8_backend_config(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd):\n backend_config = create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd)\n return json.dumps(backend_config)\n\n# mapping from (is_bwd, has_dropout, has_bias) to custom call name\n_custom_name_maps = {\n # fMHA forward call targets.\n (False, False, False, False): ""__cudnn$fmhaSoftmax"",\n (False, False, True, False): ""__cudnn$fmhaScaleBiasSoftmax"",\n (False, True, False, False): ""__cudnn$fmhaSoftmaxDropout"",\n (False, True, True, False): ""__cudnn$fmhaScaleBiasSoftmaxDropout"",\n (False, False, False, True): ""__cudnn$fmhaSoftmaxF8"",\n # fMHA backward call targets.\n (True, False, False, False): ""__cudnn$fmhaSoftmaxBackward"",\n (True, False, True, False): ""__cudnn$fmhaScaleBiasSoftmaxBackward"",\n (True, True, False, False): ""__cudnn$fmhaSoftmaxDropoutBackward"",\n (True, True, True, False): ""__cudnn$fmhaScaleBiasSoftmaxDropoutBackward"",\n (True, False, False, True): ""__cudnn$fmhaSoftmaxBackwardF8"",\n}\n\ndef get_custom_call_name(has_bias, has_dropout, is_bwd, is_fp8=False):\n return _custom_name_maps[(is_bwd, has_dropout, has_bias, is_fp8)]\n\nget_fp8_custom_call_name = functools.partial(\n get_custom_call_name, has_bias=False, has_dropout=False, is_fp8=True\n)\n\ndef check_layout(query, key, value, bias, q_seqlen, kv_seqlen,\n q_offsets, kv_offsets, page_table_k, page_table_v, layout):\n def check_eq(a, b, c, msg):\n if not (a == b == c):\n raise ValueError(f""{msg} must be same, got {a}, {b}, {b}"")\n\n q_rank, k_rank, v_rank = len(query.shape), len(key.shape), len(value.shape)\n if q_rank != 4:\n raise ValueError(f""Q must have a rank of 4, got {q_rank}"")\n check_eq(q_rank, k_rank, v_rank, ""QKV rank"")\n\n q_dtype, k_dtype, v_dtype = query.dtype, key.dtype, value.dtype\n if q_dtype not in [jnp.bfloat16, jnp.float16, jnp.float8_e4m3fn, jnp.float8_e5m2]:\n raise NotImplementedError(f""Q must be fp16/bf16/fp8_e4m3fn/fp8_e5m2, got {q_dtype}"")\n check_eq(q_dtype, k_dtype, v_dtype, ""QKV dtype"")\n\n if layout == AttentionLayout.BNTH:\n qB, qN, qT, qH = query.shape\n kB, kN, kS, kH = key.shape\n vB, vN, vS, vH = value.shape\n else:\n assert layout == AttentionLayout.BTNH\n qB, qT, qN, qH = query.shape\n kB, kS, kN, kH = key.shape\n vB, vS, vN, vH = value.shape\n\n if page_table_k is not None and page_table_v is not None:\n k_blocks, k_block_size = kB, kS\n v_blocks, v_block_size = vB, vS\n kB, _, k_blocks_per_batch, _ = page_table_k.shape\n vB, _, v_blocks_per_batch, _ = page_table_v.shape\n kS = k_blocks_per_batch * k_block_size\n vS = v_blocks_per_batch * v_block_size\n if kB * k_blocks_per_batch != k_blocks:\n raise ValueError(\n f""Key and page_table_k must have same number of blocks, ""\n f""got {k_blocks} vs {kB * k_blocks_per_batch}"")\n if vB * v_blocks_per_batch != v_blocks:\n raise ValueError(\n f""Value and page_table_v must have same number of blocks, ""\n f""got {v_blocks} vs {vB * v_blocks_per_batch}"")\n\n check_eq(qB, kB, vB, ""QKV batch"")\n check_eq(qH, kH, vH, ""QKV dim_per_head"")\n if kN != vN:\n raise ValueError(f""KV must have same number of heads, got {kN} vs {vN}"")\n if kS != vS:\n raise ValueError(f""KV must have same seq length, got {kS} vs {vS}"")\n\n # check bias\n if bias is not None:\n _, _, bT, bS = bias.shape\n if bT != qT or bS != vS:\n raise ValueError(\n f""Bias must have same seq length as QKV, got {bT} and {bS}"")\n\n # check q_seqlen/kv_seqlen/q_offsets/kv_offsets\n expected_rank = 2 if q_offsets is not None else 1\n def check_seqlen_offsets(tensor, name):\n if tensor is not None:\n dtype = tensor.dtype\n rank = len(tensor.shape)\n if dtype != jnp.int32:\n raise ValueError(f""{name} must have int32 datatype, got {dtype}"")\n if rank != expected_rank:\n raise ValueError(f""{name} must have a rank of {expected_rank}, got {rank}"")\n b = tensor.shape[0]\n if b != qB:\n raise ValueError(f""{name} must have same batch as Q, got {b}"")\n\n check_seqlen_offsets(q_seqlen, ""q_seqlen"")\n check_seqlen_offsets(kv_seqlen, ""kv_seqlen"")\n check_seqlen_offsets(q_offsets, ""q_offsets"")\n check_seqlen_offsets(kv_offsets, ""kv_offsets"")\n\n\ndef check_is_flash_attention(\n query, key, layout: int, cudnn_version, has_bias, is_training, is_packed=False,\n is_paged_attention=False, is_fp8=False):\n # Extract sequence length (T) and head dim (H) based on layout\n if layout == AttentionLayout.BNTH.value:\n _, _, T, H = query.shape\n _, _, S, _ = key.shape\n else:\n _, T, _, H = query.shape\n _, S, _, _ = key.shape\n\n # Flash attention conditions\n if is_fp8:\n # FP8 specific conditions\n if not ((is_training and H == 128 and T % 128 == 0 and S % 128 == 0) or\n (not is_training and H <= 256 and H % 16 == 0)):\n raise NotImplementedError(\n f""Unsupported sequence length Q {T}, KV {S} and head dim {H} for FP8.""\n )\n else:\n # bf16/fp16 attention conditions\n # Check the head dim.\n is_on_hopper = is_cuda_compute_capability_equal(""9.0"")\n H_max = 256 if cudnn_version >= 90500 and is_on_hopper else 128\n if not (H <= H_max and H % 8 == 0):\n raise NotImplementedError(\n f""The head dim must be <= {H_max} and a multiple of 8, ""\n f""but got {H}.""\n )\n\n # Check patterns with bias, seqlen should be divisible by 2\n if (is_training and has_bias and (T % 2 != 0 or S % 2 != 0)):\n raise NotImplementedError(\n f""Unsupported sequence length Q {T}, KV {S}.""\n )\n\n if is_packed and (cudnn_version < 90600 or not check_compute_capability(""9.0"")):\n raise NotImplementedError(\n ""Packed layout requires cudnn version >= 9.6 and at least hopper arch."")\n if is_paged_attention and cudnn_version < 90500:\n raise NotImplementedError(""Page attention requires cudnn version >= 9.5."")\n\ndef check_cudnn_version():\n # check if cuDNN is installed\n if cuda_versions is None:\n raise RuntimeError(""cuDNN is not detected."")\n return cuda_versions.cudnn_get_version()\n\ndef check_compute_capability(capability):\n if not 'cuda' in xla_bridge.get_backend().platform_version:\n return False\n d, *_ = jax.local_devices(backend=""gpu"")\n target = tuple(int(x) for x in capability.split("".""))\n current = tuple(int(x) for x in d.compute_capability.split("".""))\n return current >= target\n\ndef is_cuda_compute_capability_equal(capability):\n if not 'cuda' in xla_bridge.get_backend().platform_version:\n return False\n d, *_ = jax.local_devices(backend=""gpu"")\n target = tuple(int(x) for x in capability.split("".""))\n current = tuple(int(x) for x in d.compute_capability.split("".""))\n return current == target\n\ndef _dot_product_attention_fwd(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v,\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, cudnn_version, return_residual):\n # check if flash attention is supported for this attention pattern\n check_is_flash_attention(\n query, key, layout, cudnn_version, bias is not None, False,\n get_max_seg_per_batch(q_offsets) > 1, check_is_paged_attention(page_table_k))\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=False or return_residual)\n if return_residual:\n return tuple(outputs)\n else:\n return outputs[0]\n\ndef _dot_product_attention_fwd_rule(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, cudnn_version,\n return_residual):\n # check if flash attention is supported for this attention pattern\n check_is_flash_attention(\n query, key, layout, cudnn_version, bias is not None, True,\n get_max_seg_per_batch(q_offsets) > 1)\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=True)\n res = (query, key, value, bias, q_seqlen, kv_seqlen, q_offsets,\n kv_offsets, page_table_k, page_table_v, outputs[1], outputs[0])\n if return_residual:\n return tuple(outputs), res\n else:\n return outputs[0], res\n\ndef _dot_product_attention_bwd_rule(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, is_training, return_residual, res, grad_output):\n (query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output) = res\n if return_residual:\n grad_output = grad_output[0]\n grads = _dot_product_attention_bwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed, dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length\n )\n grads = (*grads,) + (None,) * (10 - len(grads))\n return grads\n\ndef _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key):\n # fix seqlen and offsets to what cuDNN expects in sequence packing.\n # cuDNN expects seqlen to have shape [S] where S is the total number of segments\n # while the SDPA API accetps seqlen with shape [B, M] where B is the batch and M\n # is the maximum number of segments of one batch. B x M is larger than S and seqlen\n # is filled with -1 for padded regions. Therefore, we need to shift all non negative\n # values to left side to form a correct seqlen. Similar layout is required for\n # offsets tensors.\n # cuDNN expects offsets to have offset for each segment starting from first segment\n # while SDPA API accetps offsets to have offset for each segment starting from\n # current batch, therefore we need to calculate accumulative offset of each segment\n # starting from first segment.\n def _shift_to_left(x, fill_value):\n # shift any non-negative value to left\n # [[1, 3, -1, -1], [2, 3, 4, -1]]\n # -> [[1, 3, 2, 3], [4, -1, -1, -1]]\n x_shape = x.shape\n x = x.flatten()\n size = x.size\n indices = jnp.nonzero(x >= 0, size=size, fill_value=size)[0]\n y = jnp.take(x, indices, fill_value=fill_value)\n return jnp.reshape(y, x_shape)\n\n def _cu_offset(offsets, max_seq):\n # calculate accumulative offset by batch\n # [[1, 3, 5, 7], [4, 5, -1, -1]], max_seq = 8\n # -> [[1, 3, 5, 7], [12, 13, -1, -1]]\n batch = offsets.shape[0]\n offsets = jnp.where(\n offsets >= 0,\n offsets + (jnp.arange(batch, dtype=offsets.dtype) * max_seq)[..., jnp.newaxis],\n offsets,\n )\n return offsets\n\n if get_max_seg_per_batch(q_offsets) > 1:\n B, T, N, H = query.shape\n _, S, _, _ = key.shape\n\n q_seqlen = _shift_to_left(q_seqlen, -1)\n kv_seqlen = _shift_to_left(kv_seqlen, -1)\n\n q_offsets = _cu_offset(q_offsets, T)\n kv_offsets = _cu_offset(kv_offsets, S)\n q_offsets = _shift_to_left(q_offsets, -1)\n kv_offsets = _shift_to_left(kv_offsets, -1)\n\n # mark any invalid entries as maximum offset\n q_offsets = jnp.where(q_offsets < 0, B * T, q_offsets)\n kv_offsets = jnp.where(kv_offsets < 0, B * S, kv_offsets)\n\n # multiply by stride_per_token to get correct offsets\n # do it here because real stride changes after sharding\n q_offsets = q_offsets * N * H\n kv_offsets = kv_offsets * N * H\n\n return q_seqlen, kv_seqlen, q_offsets, kv_offsets\n\ndef _dot_product_attention_fwd_impl(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n # args: {Q, K, V, mask*, bias*}\n q_seqlen, kv_seqlen, q_offsets, kv_offsets = \\n _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key)\n outputs = _dot_product_attention_fwd_p.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=is_training)\n return outputs\n\ndef _dot_product_attention_bwd_impl(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output, scale,\n seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n q_seqlen, kv_seqlen, q_offsets, kv_offsets = \\n _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key)\n grads = _dot_product_attention_bwd_p.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed,\n dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length)\n return grads\n\ndef _dot_product_attention_fwd_abstract(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n if layout == AttentionLayout.BNTH.value:\n B, N, T, _ = query.shape\n _, _, S, _ = key.shape\n else:\n B, T, N, _ = query.shape\n _, S, _, _ = key.shape\n output_shape = query.shape\n\n max_seg_per_batch = get_max_seg_per_batch(q_offsets)\n softmax_stat_shape = (B * max_seg_per_batch, N, T)\n\n if is_training:\n return (\n core.ShapedArray(output_shape, query_dtype), # output\n core.ShapedArray(softmax_stat_shape, jnp.float32), # softmax_stat\n )\n else:\n return (\n core.ShapedArray(output_shape, query_dtype), # output\n )\n\ndef _dot_product_attention_bwd_abstract(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output, *,\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n key_dtype = dtypes.canonicalize_dtype(key.dtype)\n value_dtype = dtypes.canonicalize_dtype(value.dtype)\n\n _, has_dbias = variadic_args\n if has_dbias:\n # cuDNN supports bias for this case\n bias_dtype = dtypes.canonicalize_dtype(bias.dtype)\n return (\n core.ShapedArray(\n query.shape, query_dtype\n ), # grad query\n core.ShapedArray(\n key.shape, key_dtype\n ), # grad key\n core.ShapedArray(\n value.shape, value_dtype\n ), # grad value\n core.ShapedArray(\n bias.shape, bias_dtype\n ), # grad bias\n )\n else:\n return (\n core.ShapedArray(\n query.shape, query_dtype\n ), # grad query\n core.ShapedArray(\n key.shape, key_dtype\n ), # grad key\n core.ShapedArray(\n value.shape, value_dtype\n ), # grad value\n )\n\ndef _dot_product_attention_fwd_cuda_lowering(\n ctx, query, key, value, bias, q_seqlen, kv_seqlen, q_offsets,\n kv_offsets, page_table_k, page_table_v, scale, seed, dropout_rate,\n variadic_args, mask_type, layout, sliding_window_length, is_training):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n\n if layout == AttentionLayout.BNTH.value:\n B, N, T, H = query_shape\n _, _, S, _ = key_shape\n output_layout = (3, 2, 1, 0)\n output_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, N, H = query_shape\n _, S, _, _ = key_shape\n output_layout = (3, 1, 2, 0)\n output_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n max_seg_per_batch = get_max_seg_per_batch(ir.RankedTensorType(q_offsets.type))\n is_paged_attention = check_is_paged_attention(ir.RankedTensorType(page_table_k.type))\n\n output_shape = (B, N, T, H)\n softmax_stat_shape = (B * max_seg_per_batch, N, T)\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n\n has_bias, _ = variadic_args\n backend_config = create_dot_product_attention_backend_config(\n B, N, T, S, query_type.element_type, scale, seed, dropout_rate,\n mask_type, layout, sliding_window_length, max_seg_per_batch,\n is_paged_attention, is_bwd=False)\n # {Q, K, V, bias*, q_seqlen*, kv_seqlen*, q_offsets*, kv_offsets*}}\n # {output, activation*, workspace}\n has_dropout = dropout_rate > 0\n operands = [query, key, value]\n if has_bias:\n operands.append(bias)\n if has_padding(mask_type) or max_seg_per_batch > 1 or is_paged_attention:\n operands.append(q_seqlen)\n operands.append(kv_seqlen)\n if max_seg_per_batch > 1:\n operands.append(q_offsets)\n operands.append(kv_offsets)\n if is_paged_attention:\n operands.append(page_table_k)\n operands.append(page_table_v)\n\n custom_call_name = get_custom_call_name(has_bias, has_dropout, False)\n\n if is_training:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get(softmax_stat_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type),\n ]\n result_layouts = [output_layout] + default_layouts(softmax_stat_shape, workspace_shape)\n else:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get(workspace_shape, workspace_type)\n ]\n result_layouts = [output_layout] + default_layouts(workspace_shape)\n # create custom call here\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n # drop workspace memory\n # output should be (B, T, N, H) instead of (B, N, T, H)\n if is_training:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1]]\n else:\n return [hlo.transpose(out.results[0], output_transpose_perm)]\n\ndef _dot_product_attention_bwd_cuda_lowering(\n ctx, query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n value_type = ir.RankedTensorType(value.type)\n\n if layout == AttentionLayout.BNTH.value:\n B, q_N, T, H = query_shape\n _, k_N, S, _ = key_shape\n grad_layout = (3, 2, 1, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, q_N, H = query_shape\n _, S, k_N, _ = key_shape\n grad_layout = (3, 1, 2, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n\n grad_query_shape = (B, q_N, T, H)\n grad_key_shape = (B, k_N, S, H)\n grad_value_shape = (B, k_N, S, H)\n\n has_bias, has_dbias = variadic_args\n max_seg_per_batch = get_max_seg_per_batch(ir.RankedTensorType(q_offsets.type))\n backend_config = create_dot_product_attention_backend_config(\n B, q_N, T, S, query_type.element_type, scale, seed, dropout_rate,\n mask_type, layout, sliding_window_length, max_seg_per_batch,\n False, is_bwd=True)\n # {Q, K, V, activation, dO, bias*, O, q_seqlen*, kv_seqlen*,\n # q_offsets*, kv_offsets*}\n # {dQ, dK, dV, dbias*, workspace}\n has_dropout = dropout_rate > 0\n # create operands\n operands = [query, key, value, activation, grad_output]\n if has_bias:\n # flash attention requires bias in the bwd for remat\n operands.append(bias)\n operands.append(fwd_output)\n if has_padding(mask_type) or max_seg_per_batch > 1:\n operands.append(q_seqlen)\n operands.append(kv_seqlen)\n if max_seg_per_batch > 1:\n operands.append(q_offsets)\n operands.append(kv_offsets)\n # get custom call name\n custom_call_name = get_custom_call_name(has_bias, has_dropout, True)\n\n # create output types and layouts\n # grad_query, grad_key, grad_value\n result_types = [\n ir.RankedTensorType.get(grad_query_shape, query_type.element_type),\n ir.RankedTensorType.get(grad_key_shape, key_type.element_type),\n ir.RankedTensorType.get(grad_value_shape, value_type.element_type),\n ]\n result_layouts = [grad_layout, grad_layout, grad_layout]\n bias_type = ir.RankedTensorType(bias.type)\n bias_shape = bias_type.shape\n if has_dbias:\n # cuDNN supports bias for this case\n result_types.append(\n ir.RankedTensorType.get(bias_shape, bias_type.element_type))\n result_layouts = result_layouts + default_layouts(bias_shape)\n # workspace\n result_types.append(ir.RankedTensorType.get(workspace_shape, workspace_type))\n result_layouts = result_layouts + default_layouts(workspace_shape)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n dqkv = (hlo.transpose(out.results[0], grad_transpose_perm),\n hlo.transpose(out.results[1], grad_transpose_perm),\n hlo.transpose(out.results[2], grad_transpose_perm))\n # Only keep dQ, dK, dV and dBias here\n if has_dbias:\n return dqkv + (out.results[3],)\n else:\n return dqkv\n\n# batcher\ndef _check_valid_batch_dims(bdims):\n for dim in bdims:\n if dim not in [0, None]:\n raise NotImplementedError(\n f""Currently only support batch_dim in [0, None], but got {dim=}"")\n\ndef _dot_product_attention_fwd_batcher(\n batched_args, batch_dims, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n _check_valid_batch_dims(batch_dims)\n query, key, value, bias, q_seqlen, kv_seqlen, \\n q_offsets, kv_offsets, page_table_k, page_table_v = batched_args\n query_bdim = batch_dims[0]\n if is_training:\n out_bdims = query_bdim, query_bdim\n else:\n out_bdims = (query_bdim,)\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n has_bias, _ = variadic_args\n original_shape = query.shape\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n if has_bias and batch_dims[3] is not None:\n bias = jnp.reshape(bias, (B, N, T, S))\n if has_padding(mask_type):\n q_seqlen = jnp.reshape(q_seqlen, (B, ))\n kv_seqlen = jnp.reshape(kv_seqlen, (B, ))\n\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=is_training)\n\n # reshape to original shape\n output = outputs[0]\n output = jnp.reshape(output, original_shape)\n if is_training:\n activation = outputs[1]\n activation = jnp.reshape(activation, (*Bs, N, T))\n return (output, activation), out_bdims\n else:\n return (output,), out_bdims\n\ndef _dot_product_attention_bwd_batcher(\n batched_args, batch_dims, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length):\n _check_valid_batch_dims(batch_dims)\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets, \\n page_table_k, page_table_v, activation, fwd_output, grad_output = batched_args\n query_bdim = batch_dims[0]\n out_bdims = query_bdim, query_bdim, query_bdim\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n has_bias, has_dbias = variadic_args\n # Reset the has_dbias if the combined batch size is not 1, because cuDNN only\n # supports dbias with a single batch. In this case, an all-zero dbias will be\n # appended instead.\n if B > 1:\n variadic_args = (has_bias, False)\n original_query_shape = query.shape\n original_key_shape = key.shape\n original_value_shape = value.shape\n original_bias_shape = bias.shape if has_bias else None\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n if has_bias and batch_dims[3] is not None:\n bias = jnp.reshape(bias, (B, N, T, S))\n if has_padding(mask_type):\n q_seqlen = jnp.reshape(q_seqlen, (B, ))\n kv_seqlen = jnp.reshape(kv_seqlen, (B, ))\n\n activation = jnp.reshape(activation, (B, N, T))\n fwd_output = jnp.reshape(fwd_output, (B,) + query.shape[-3:])\n grad_output = jnp.reshape(grad_output, (B,) + query.shape[-3:])\n\n grads = _dot_product_attention_bwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed, dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length,\n )\n\n # reshape to original shape\n grads[0] = jnp.reshape(grads[0], original_query_shape)\n grads[1] = jnp.reshape(grads[1], original_key_shape)\n grads[2] = jnp.reshape(grads[2], original_value_shape)\n if has_dbias:\n assert has_bias\n if variadic_args[1]:\n grads[3] = jnp.reshape(grads[3], original_bias_shape)\n else:\n grads.append(jnp.zeros(original_bias_shape, bias.dtype))\n out_bdims += (batch_dims[3],)\n return grads, out_bdims\n\n# custom partitioning\ndef _get_padded_spec(arg_info):\n spec = None if arg_info.sharding is None else arg_info.sharding.spec\n ndim = arg_info.ndim\n if spec is None:\n return (None,) * ndim\n assert len(spec) <= ndim\n return spec + (None,) * (ndim - len(spec))\n\ndef _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout):\n # check qkv spec\n if not query_spec == key_spec == value_spec:\n raise ValueError(""Query, key and value should have same sharding."")\n if layout == AttentionLayout.BNTH.value:\n *batch_spec, num_head_spec, q_seq_spec, head_spec = query_spec\n else:\n *batch_spec, q_seq_spec, num_head_spec, head_spec = query_spec\n if q_seq_spec is not None:\n raise ValueError(""Sharding on sequence dim is not allowed."")\n if head_spec is not None:\n raise ValueError(""Sharding on head dim is not allowed."")\n # check bias spec\n if bias_spec:\n *bias_batch_spec, bias_num_head_spec, bias_q_seq_spec, bias_kv_seq_spec = bias_spec\n if any(bias_batch_spec) and bias_batch_spec != batch_spec or \\n bias_num_head_spec is not None and bias_num_head_spec != num_head_spec:\n raise ValueError(\n ""Query and bias should have same sharding on batch and num_head dim."")\n if bias_q_seq_spec is not None or bias_kv_seq_spec is not None:\n raise ValueError(""Sharding on bias sequence dim is not allowed."")\n\n\n# fwd custom partition\ndef _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args,is_training, layout):\n # only sharding on batch and num_head dim is allowed\n # (*batch, q_seq, num_head, head)\n query_spec = _get_padded_spec(arg_shapes[0])\n # (*batch, kv_seq, num_head, head)\n key_spec = _get_padded_spec(arg_shapes[1])\n value_spec = _get_padded_spec(arg_shapes[2])\n has_bias, _ = variadic_args\n bias_spec = _get_padded_spec(arg_shapes[3]) if has_bias else None\n\n _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout)\n # keep out sharding same as query sharding since they have same shape\n out_sharding = NamedSharding(mesh, PartitionSpec(*query_spec))\n if is_training:\n # activation sharding\n *batch_spec, q_seq_spec, num_head_spec, _ = query_spec\n activation_sharding = NamedSharding(\n mesh, PartitionSpec(*batch_spec, num_head_spec, q_seq_spec, None))\n return [out_sharding, activation_sharding]\n return [out_sharding]\n\n_dot_product_attention_fwd_lower = custom_partitioning(\n _dot_product_attention_fwd_impl, static_argnums=(10, 11, 12, 13, 14, 15, 16, 17))\n\ndef _dot_product_attention_fwd_infer_sharding_from_operands(\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length,\n is_training, mesh, arg_shapes, result_shape):\n return _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args, is_training, layout)\n\ndef _dot_product_attention_fwd_partition(\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length,\n is_training, mesh, arg_shapes, result_shape):\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n out_shardings = _infer_fwd_output_sharding(\n mesh, arg_shapes, variadic_args, is_training, layout)\n impl = functools.partial(\n _dot_product_attention_fwd_impl,\n scale=scale,\n seed=seed,\n dropout_rate=dropout_rate,\n variadic_args=variadic_args,\n mask_type=mask_type,\n layout=layout,\n sliding_window_length=sliding_window_length,\n is_training=is_training,\n )\n return mesh, impl, out_shardings, arg_shardings\n\n# bwd custom partition\ndef _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args):\n # (*batch, q_seq, num_head, head)\n query_spec = _get_padded_spec(arg_shapes[0])\n # (*batch, kv_seq, num_head, head)\n key_spec = _get_padded_spec(arg_shapes[1])\n value_spec = _get_padded_spec(arg_shapes[2])\n has_bias, has_dbias = variadic_args\n bias_spec = _get_padded_spec(arg_shapes[3]) if has_bias else None\n _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout)\n # keep grad query sharding same as query sharding\n grad_query_sharding = NamedSharding(mesh, PartitionSpec(*query_spec))\n grad_key_sharding = NamedSharding(mesh, PartitionSpec(*key_spec))\n grad_value_sharding = NamedSharding(mesh, PartitionSpec(*key_spec))\n out_shardings = [grad_query_sharding, grad_key_sharding, grad_value_sharding]\n if has_dbias:\n grad_bias_sharding = NamedSharding(mesh, PartitionSpec(*bias_spec))\n out_shardings = out_shardings + [grad_bias_sharding]\n return out_shardings\n\n_dot_product_attention_bwd_lower = custom_partitioning(\n _dot_product_attention_bwd_impl, static_argnums=(13, 14, 15, 16, 17, 18, 19)\n)\n\ndef _dot_product_attention_bwd_infer_sharding_from_operands(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, mesh, arg_shapes, result_shape):\n return _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n\ndef _dot_product_attention_bwd_partition(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, mesh, arg_shapes, result_shape):\n out_shardings = _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n def sharded_impl(*args):\n impl = functools.partial(\n _dot_product_attention_bwd_impl,\n scale=scale,\n seed=seed,\n dropout_rate=dropout_rate,\n variadic_args=variadic_args,\n mask_type=mask_type,\n layout=layout,\n sliding_window_length=sliding_window_length,\n )\n grads = impl(*args)\n _, has_dbias = variadic_args\n if has_dbias:\n query_spec = arg_shardings[0].spec\n batch_spec = query_spec[0]\n local_dbias = grads[3]\n global_dbias = jax.lax.psum(local_dbias, batch_spec)\n grads = grads[:3] + [global_dbias]\n return grads\n return mesh, sharded_impl, out_shardings, arg_shardings\n\n# Create dot_product_attention_fwd_p for forward operation.\n_dot_product_attention_fwd_p = core.Primitive(""dot_product_attention_fwd"")\n_dot_product_attention_fwd_p.multiple_results = True\n_dot_product_attention_fwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fwd_p)\n)\n_dot_product_attention_fwd_p.def_abstract_eval(\n _dot_product_attention_fwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fwd_p,\n _dot_product_attention_fwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fwd_wrapper""\n)\n_dot_product_attention_fwd_p_wrapper.multiple_results = True\n_dot_product_attention_fwd_p_wrapper.def_impl(_dot_product_attention_fwd_impl)\n_dot_product_attention_fwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fwd_abstract\n)\n\n# Create dot_product_attention_bwd_p for backward operation.\n_dot_product_attention_bwd_p = core.Primitive(""dot_product_attention_bwd"")\n_dot_product_attention_bwd_p.multiple_results = True\n_dot_product_attention_bwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_bwd_p)\n)\n_dot_product_attention_bwd_p.def_abstract_eval(\n _dot_product_attention_bwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_bwd_p,\n _dot_product_attention_bwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_bwd_p_wrapper = core.Primitive(\n ""dot_product_attention_bwd_wrapper""\n)\n_dot_product_attention_bwd_p_wrapper.multiple_results = True\n_dot_product_attention_bwd_p_wrapper.def_impl(_dot_product_attention_bwd_impl)\n_dot_product_attention_bwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_bwd_abstract\n)\n\nbatching.primitive_batchers[\n _dot_product_attention_fwd_p_wrapper\n] = _dot_product_attention_fwd_batcher\nbatching.primitive_batchers[\n _dot_product_attention_bwd_p_wrapper\n] = _dot_product_attention_bwd_batcher\n\ndef not_implemented_sharding_rule(*args, **kwargs):\n return NotImplementedError(""Sharding rule not implemented."")\n\n_dot_product_attention_fwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fwd_partition,\n sharding_rule=not_implemented_sharding_rule)\n\nmlir.register_lowering(_dot_product_attention_fwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fwd_lower, multiple_results=True))\n\n_dot_product_attention_bwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_bwd_infer_sharding_from_operands,\n partition=_dot_product_attention_bwd_partition,\n sharding_rule=not_implemented_sharding_rule)\n\nmlir.register_lowering(_dot_product_attention_bwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_bwd_lower, multiple_results=True))\n\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fwd_p_wrapper\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_bwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_bwd_p_wrapper\n)\n\n@functools.partial(jax.custom_vjp, nondiff_argnums=(10, 11, 12, 13, 14, 15, 16, 17, 18))\ndef _dot_product_attention(query: Array,\n key: Array,\n value: Array,\n bias: Array,\n q_seqlen: Array,\n kv_seqlen: Array,\n q_offsets: Array,\n kv_offsets: Array,\n page_table_k: Array,\n page_table_v: Array,\n scale: float,\n seed: int,\n dropout_rate: float,\n variadic_args: tuple[bool, ...],\n mask_type: bool,\n layout: int,\n sliding_window_length: int | None,\n cudnn_version: int,\n return_residual: bool):\n output = _dot_product_attention_fwd(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length,\n cudnn_version=cudnn_version, return_residual=return_residual)\n return output\n\n_dot_product_attention.defvjp(\n _dot_product_attention_fwd_rule, _dot_product_attention_bwd_rule\n)\n\nfp8_params_keys = [\n 'amax_dQ', 'amax_dK', 'amax_dV', 'amax_dP', # place holder for bwd output\n 'descale_q', 'descale_k', 'descale_v', 'descale_s',\n 'scale_s', 'scale_o', 'descale_o', 'descale_dO',\n 'descale_dP', 'scale_dQ', 'scale_dK', 'scale_dV',\n 'scale_dP'\n]\n\nfp8_params_keys_fwd = [\n 'descale_q', 'descale_k', 'descale_v', 'descale_s', 'scale_s', 'scale_o'\n]\nfp8_params_keys_bwd = [\n 'descale_q', 'descale_k', 'descale_v', 'descale_o', 'descale_dO', 'descale_s',\n 'descale_dP', 'scale_s', 'scale_dQ', 'scale_dK', 'scale_dV', 'scale_dP',\n]\nparams_from_keys = lambda params, keys: [params[key] for key in keys]\n\ndef check_fp8_params(params):\n # Check if all required keys are present\n missing_keys = set(fp8_params_keys) - set(params)\n if missing_keys:\n raise ValueError(f""The following keys are missing from fp8_params: {', '.join(missing_keys)}"")\n\ncheck_is_flash_attention_fp8 = functools.partial(\n check_is_flash_attention,\n has_bias=False,\n is_fp8=True\n)\n\ndef _dot_product_attention_fp8_fwd(\n query, key, value,\n fp8_params_fwd,\n scale, use_causal_mask, layout, cudnn_version):\n check_is_flash_attention_fp8(\n query, key, layout, cudnn_version, is_training=False)\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o = fp8_params_fwd\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s,\n scale_s, scale_o,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=False)\n return outputs\n\ndef _dot_product_attention_fp8_fwd_rule(\n query, key, value,\n fp8_params,\n scale, use_causal_mask, layout, cudnn_version):\n check_is_flash_attention_fp8(\n query, key, layout, cudnn_version, is_training=True)\n\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value, *params_from_keys(fp8_params, fp8_params_keys_fwd),\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=True)\n res = (query, key, value, outputs[3], outputs[0], params_from_keys(fp8_params, fp8_params_keys_bwd))\n return (outputs[0], outputs[1], outputs[2]), res\n\ndef _dot_product_attention_fp8_bwd_rule(\n scale, use_causal_mask, layout, cudnn_version, res, g):\n (query, key, value, activation, fwd_output, aux_params) = res\n grad_output = g[0]\n grads = _dot_product_attention_fp8_bwd_p_wrapper.bind(\n query,\n key,\n value,\n fwd_output,\n grad_output,\n activation,\n *aux_params,\n scale=scale,\n use_causal_mask=use_causal_mask,\n layout=layout,\n )\n\n fp8_params_grads = dict.fromkeys(fp8_params_keys)\n keys_to_grad_indices = ['amax_dQ', 'amax_dK', 'amax_dV', 'amax_dP']\n # grads structure: (dQ, dK, dV, amax_dq, amax_dk, amax_dv, amax_dp)\n for i, key in enumerate(keys_to_grad_indices, start=3):\n fp8_params_grads[key] = grads[i]\n\n return (grads[0], grads[1], grads[2], fp8_params_grads)\n\ndef _dot_product_attention_fp8_fwd_impl(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n outputs = _dot_product_attention_fp8_fwd_p.bind(\n query,\n key,\n value,\n descale_q,\n descale_k,\n descale_v,\n descale_s,\n scale_s,\n scale_o,\n scale=scale,\n use_causal_mask=use_causal_mask,\n layout=layout,\n is_training=is_training,\n )\n return outputs\n\ndef _dot_product_attention_fp8_bwd_impl(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale, use_causal_mask, layout):\n grads = _dot_product_attention_fp8_bwd_p.bind(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout)\n return grads\n\n\ndef _dot_product_attention_fp8_fwd_abstract(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n if layout == AttentionLayout.BNTH.value:\n B, N, T, _ = query.shape\n _, _, S, _ = key.shape\n else:\n B, T, N, _ = query.shape\n _, S, _, _ = key.shape\n output_shape = query.shape\n softmax_stat_shape = (B, N, T)\n\n # output, amax_s, amax_o[, softmax_stat]\n if is_training:\n return (\n core.ShapedArray(output_shape, query_dtype),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray(softmax_stat_shape, jnp.float32),\n )\n else:\n return (\n core.ShapedArray(output_shape, query_dtype),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray((1,1,1,1), jnp.float32),\n )\n\ndef _dot_product_attention_fp8_bwd_abstract(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale, use_causal_mask, layout):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n key_dtype = dtypes.canonicalize_dtype(key.dtype)\n value_dtype = dtypes.canonicalize_dtype(value.dtype)\n\n amax_shape = (1,1,1,1)\n\n return (\n core.ShapedArray(query.shape, query_dtype),\n core.ShapedArray(key.shape, key_dtype),\n core.ShapedArray(value.shape, value_dtype),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n )\n\ndef _dot_product_attention_fp8_fwd_cuda_lowering(\n ctx, query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n\n if layout == AttentionLayout.BNTH.value:\n B, N, T, H = query_shape\n _, _, S, _ = key_shape\n output_layout = (3, 2, 1, 0)\n output_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, N, H = query_shape\n _, S, _, _ = key_shape\n output_layout = (3, 1, 2, 0)\n output_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n output_shape = (B, N, T, H)\n softmax_stat_shape = (B, N, T)\n workspace_shape = (0,)\n amax_shape = (1,1,1,1)\n workspace_type = ir.IntegerType.get_unsigned(8)\n mask_type = MaskType.CAUSAL if use_causal_mask else MaskType.NO_MASK\n backend_config = create_dot_product_attention_fp8_backend_config(\n B, N, T, S, ir.BF16Type.get(), # query_type.element_type,\n scale, mask_type, layout, is_bwd=False,\n )\n\n operands = [query, key, value, descale_q, descale_k, descale_v, descale_s, scale_s, scale_o]\n custom_call_name = get_fp8_custom_call_name(is_bwd=False)\n\n if is_training:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get(softmax_stat_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type),\n ]\n result_layouts = [output_layout] + default_layouts(amax_shape, amax_shape, softmax_stat_shape, workspace_shape)\n else:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type)\n ]\n result_layouts = [output_layout] + default_layouts(amax_shape, amax_shape, workspace_shape)\n\n operand_shapes = [ir.RankedTensorType(operand.type).shape for operand in operands[:3]]\n operand_shapes += [[1, 1, 1, 1]] * 6\n operand_layouts = default_layouts(*operand_shapes)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=operand_layouts,\n result_layouts=result_layouts,\n )\n\n if is_training:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1], out.results[2], out.results[3]]\n else:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1], out.results[2]]\n\n\n\ndef _dot_product_attention_fp8_bwd_cuda_lowering(\n ctx, query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP, scale,\n use_causal_mask, layout):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n value_type = ir.RankedTensorType(value.type)\n\n if layout == AttentionLayout.BNTH.value:\n B, q_N, T, H = query_shape\n _, k_N, S, _ = key_shape\n grad_layout = (3, 2, 1, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, q_N, H = query_shape\n _, S, k_N, _ = key_shape\n grad_layout = (3, 1, 2, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n amax_shape = (1,1,1,1)\n\n grad_query_shape = (B, q_N, T, H)\n grad_key_shape = (B, k_N, S, H)\n grad_value_shape = (B, k_N, S, H)\n mask_type = MaskType.CAUSAL if use_causal_mask else MaskType.NO_MASK\n\n backend_config = create_dot_product_attention_fp8_backend_config(\n B, q_N, T, S, ir.BF16Type.get(),\n scale, mask_type, layout, is_bwd=True,\n )\n\n operands = [\n query,\n key,\n value,\n fwd_output,\n grad_output,\n activation,\n descale_q,\n descale_k,\n descale_v,\n descale_o,\n descale_dO,\n descale_s,\n descale_dP,\n scale_s,\n scale_dQ,\n scale_dK,\n scale_dV,\n scale_dP,\n ]\n\n custom_call_name = get_fp8_custom_call_name(is_bwd=True)\n\n result_types = [\n ir.RankedTensorType.get(grad_query_shape, query_type.element_type),\n ir.RankedTensorType.get(grad_key_shape, key_type.element_type),\n ir.RankedTensorType.get(grad_value_shape, value_type.element_type),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ]\n result_layouts = [grad_layout, grad_layout, grad_layout] + default_layouts(amax_shape, amax_shape, amax_shape, amax_shape)\n\n result_types.append(ir.RankedTensorType.get(workspace_shape, workspace_type))\n result_layouts = result_layouts + default_layouts(workspace_shape)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n dqkv_amaxs = (hlo.transpose(out.results[0], grad_transpose_perm),\n hlo.transpose(out.results[1], grad_transpose_perm),\n hlo.transpose(out.results[2], grad_transpose_perm),\n out.results[3], out.results[4], out.results[5], out.results[6])\n # Only keep dQ, dK, dV, amax_dQ, amax_dK, amax_dV, amax_dP here\n return dqkv_amaxs\n\ndef _dot_product_attention_fp8_fwd_batcher(\n batched_args, batch_dims, *, scale, use_causal_mask, layout, is_training):\n _check_valid_batch_dims(batch_dims)\n query, key, value,\\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o, = batched_args\n query_bdim = batch_dims[0]\n if is_training:\n out_bdims = query_bdim, query_bdim\n else:\n out_bdims = (query_bdim,)\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value, descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=is_training)\n\n # reshape to original shape\n output, amax_s, amax_o = outputs[0], outputs[1], outputs[2]\n output = jnp.reshape(output, query.shape)\n if is_training:\n activation = outputs[3]\n activation = jnp.reshape(activation, (*Bs, N, T))\n return (output, amax_s, amax_o, activation), out_bdims\n else:\n return (output, amax_s, amax_o), out_bdims\n\ndef _dot_product_attention_fp8_bwd_batcher(\n batched_args, batch_dims, *, scale, use_causal_mask, layout):\n _check_valid_batch_dims(batch_dims)\n query, key, value, fwd_output, grad_output, activation,\\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s, descale_dP,\\n scale_s, scale_dQ, scale_dK, scale_dV, scale_dP = batched_args\n query_bdim = batch_dims[0]\n out_bdims = query_bdim, query_bdim, query_bdim\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n\n activation = jnp.reshape(activation, (B, N, T))\n fwd_output = jnp.reshape(fwd_output, (B,) + query.shape[-3:])\n grad_output = jnp.reshape(grad_output, (B,) + query.shape[-3:])\n\n grads = _dot_product_attention_fp8_bwd_p_wrapper.bind(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s, descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout,\n )\n\n grad_query, grad_key, grad_value = grads[:3]\n # reshape to original shape\n grad_query = jnp.reshape(grad_query, query.shape)\n grad_key = jnp.reshape(grad_key, key.shape)\n grad_value = jnp.reshape(grad_value, value.shape)\n\n return grads, out_bdims\n\ndef _infer_fp8_fwd_output_sharding(mesh, arg_shapes, is_training, layout):\n # Prepare variadic_args for the original function\n has_bias = False # Adjust as needed\n variadic_args = (has_bias, None) # Dummy value, adjust as necessary\n\n # Call the original function with the required parameters\n output_sharding = _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args, is_training, layout)\n amax_sharding = NamedSharding(mesh, PartitionSpec())\n if is_training:\n out_sharding, activation_sharding = output_sharding[0], output_sharding[1]\n return [out_sharding, amax_sharding, amax_sharding, activation_sharding]\n return output_sharding + [amax_sharding, amax_sharding]\n\n_dot_product_attention_fp8_fwd_lower = custom_partitioning(\n _dot_product_attention_fp8_fwd_impl, static_argnums=(9, 10, 11, 12))\n\ndef _dot_product_attention_fp8_fwd_infer_sharding_from_operands(\n scale, use_causal_mask, layout, is_training,\n mesh, arg_shapes, result_shape):\n return _infer_fp8_fwd_output_sharding(mesh, arg_shapes, is_training, layout)\n\ndef _dot_product_attention_fp8_fwd_partition(\n scale, use_causal_mask, layout, is_training,\n mesh, arg_shapes, result_shape):\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n out_shardings = _infer_fp8_fwd_output_sharding(\n mesh, arg_shapes, is_training, layout)\n impl = functools.partial(\n _dot_product_attention_fp8_fwd_impl, scale=scale, use_causal_mask=use_causal_mask,\n layout=layout, is_training=is_training)\n return mesh, impl, out_shardings, arg_shardings\n\ndef _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout):\n # Prepare variadic_args for the original function\n has_bias = False # Adjust as needed\n has_dbias = False # Adjust as needed\n variadic_args = (has_bias, has_dbias) # Dummy value, adjust as necessary\n\n # Call the original function with the required parameters\n output_shardings = _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n\n # Prepare amax_sharding\n amax_sharding = NamedSharding(mesh, PartitionSpec()) # Use a default spec or adjust as needed\n\n # Append amax_sharding for each output sharding\n out_shardings_with_amax = output_shardings + [amax_sharding] * 4\n\n return out_shardings_with_amax\n\n_dot_product_attention_fp8_bwd_lower = custom_partitioning(\n _dot_product_attention_fp8_bwd_impl, static_argnums=(18,19,20)\n)\n\ndef _dot_product_attention_fp8_bwd_infer_sharding_from_operands(\n scale, use_causal_mask, layout, mesh,\n arg_shapes, result_shape):\n return _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout)\n\ndef _dot_product_attention_fp8_bwd_partition(\n scale, use_causal_mask, layout, mesh,\n arg_shapes, result_shape):\n out_shardings = _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout)\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n impl = functools.partial(\n _dot_product_attention_fp8_bwd_impl, scale=scale,\n use_causal_mask=use_causal_mask, layout=layout\n )\n return mesh, impl, out_shardings, arg_shardings\n\n# Create dot_product_attention_fp8_fwd_p for forward operation.\n_dot_product_attention_fp8_fwd_p = core.Primitive(""dot_product_attention_fp8_fwd"")\n_dot_product_attention_fp8_fwd_p.multiple_results = True\n_dot_product_attention_fp8_fwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fp8_fwd_p)\n)\n_dot_product_attention_fp8_fwd_p.def_abstract_eval(\n _dot_product_attention_fp8_fwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fp8_fwd_p,\n _dot_product_attention_fp8_fwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fp8_fwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fp8_fwd_wrapper""\n)\n_dot_product_attention_fp8_fwd_p_wrapper.multiple_results = True\n_dot_product_attention_fp8_fwd_p_wrapper.def_impl(_dot_product_attention_fp8_fwd_impl)\n_dot_product_attention_fp8_fwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fp8_fwd_abstract\n)\n\n# Create dot_product_attention_bwd_p for backward operation.\n_dot_product_attention_fp8_bwd_p = core.Primitive(""dot_product_attention_fp8_bwd"")\n_dot_product_attention_fp8_bwd_p.multiple_results = True\n_dot_product_attention_fp8_bwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fp8_bwd_p)\n)\n_dot_product_attention_fp8_bwd_p.def_abstract_eval(\n _dot_product_attention_fp8_bwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fp8_bwd_p,\n _dot_product_attention_fp8_bwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fp8_bwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fp8_bwd_wrapper""\n)\n_dot_product_attention_fp8_bwd_p_wrapper.multiple_results = True\n_dot_product_attention_fp8_bwd_p_wrapper.def_impl(_dot_product_attention_fp8_bwd_impl)\n_dot_product_attention_fp8_bwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fp8_bwd_abstract\n)\n\nbatching.primitive_batchers[\n _dot_product_attention_fp8_fwd_p_wrapper\n] = _dot_product_attention_fp8_fwd_batcher\nbatching.primitive_batchers[\n _dot_product_attention_fp8_bwd_p_wrapper\n] = _dot_product_attention_fp8_bwd_batcher\n\n_dot_product_attention_fp8_fwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fp8_fwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fp8_fwd_partition)\n\nmlir.register_lowering(_dot_product_attention_fp8_fwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fp8_fwd_lower, multiple_results=True))\n\n_dot_product_attention_fp8_bwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fp8_bwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fp8_bwd_partition)\n\nmlir.register_lowering(_dot_product_attention_fp8_bwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fp8_bwd_lower, multiple_results=True))\n\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_fwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_fwd_p_wrapper\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_bwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_bwd_p_wrapper\n)\n\n@functools.partial(jax.custom_vjp, nondiff_argnums=(4, 5, 6, 7))\ndef _dot_product_attention_fp8(query: Array,\n key: Array,\n value: Array,\n fp8_params: dict[str, Array],\n scale: float,\n use_causal_mask: bool,\n layout: int,\n cudnn_version: int):\n output, amax_s, amax_o = _dot_product_attention_fp8_fwd(\n query, key, value, params_from_keys(fp8_params, fp8_params_keys_fwd),\n scale, use_causal_mask, layout, cudnn_version\n )\n return output, amax_s, amax_o\n\n_dot_product_attention_fp8.defvjp(_dot_product_attention_fp8_fwd_rule, _dot_product_attention_fp8_bwd_rule)\n\ndef combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape\n bias = bias + mask\n return bias\n\n# User interface\ndef paged_attention(\n query: Array,\n key: Array,\n value: Array,\n q_seqlen: Array,\n kv_seqlen: Array,\n page_table_k: Array,\n page_table_v: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes paged attention described in https://arxiv.org/pdf/2309.06180.\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of\n [num_blocks, block_size, N, H] or [num_blocks, N, block_size, H] where\n num_blocks = B * Ceil(S / block_size).\n value: Values to be used in attention with a shape of\n [num_blocks, block_size, N, H] or [num_blocks, N, block_size, H] where\n num_blocks = B * Ceil(S / block_size).\n q_seqlen: Non padded sequence length of query with a shape of B.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n page_table_k: page table for key of shape [B, 1, num_blocks_per_batch, 1]\n where num_blocks_per_batch = Ceil(S / block_size).\n page_table_v: page table for value of shape [B, 1, num_blocks_per_batch, 1]\n where num_blocks_per_batch = Ceil(S / block_size).\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n scale: Scale for the query.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n """"""\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n if use_fp8:\n raise ValueError(""Paged attention doesn't support fp8 for now."")\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask."")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}."")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, None, None,\n page_table_k, page_table_v, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n\n output = _dot_product_attention(\n query, key, value, bias, q_seqlen, kv_seqlen, _not_used, _not_used,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout.value, sliding_window_length, cudnn_version,\n return_residual)\n return output\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n\n if use_fp8:\n if fp8_params is None:\n raise ValueError(""fp8_params should not be None."")\n if mask_type not in (MaskType.NO_MASK, MaskType.CAUSAL):\n raise ValueError(""Only NO_MASK or CAUSAL masks are supported for fp8."")\n if not all(x is None for x in [bias, mask, q_seqlen, kv_seqlen]):\n raise ValueError(\n f""Expected 'None' for bias, mask, q_seqlen, and kv_seqlen, ""\n f""but got: bias={bias}, mask={mask}, q_seqlen={q_seqlen}, kv_seqlen={kv_seqlen}""\n )\n check_fp8_params(fp8_params)\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n output, amax_s, amax_o = _dot_product_attention_fp8(\n query, key, value, fp8_params,\n scale, mask_type == MaskType.CAUSAL, layout.value, cudnn_version\n )\n return output, amax_s, amax_o\n else:\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask"")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}"")\n if q_offsets is not None and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to use packed layout"")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n if q_seqlen is None:\n q_seqlen = _not_used\n if kv_seqlen is None:\n kv_seqlen = _not_used\n if q_offsets is None:\n q_offsets = _not_used\n if kv_offsets is None:\n kv_offsets = _not_used\n\n output = _dot_product_attention(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n _not_used, _not_used, scale, seed, dropout_rate, variadic_args,\n mask_type, layout.value, sliding_window_length, cudnn_version,\n return_residual)\n return output\n",python,tab +4584,14388451,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12107,0,"",python,selection_command +4585,14407693,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12106,0,"\n ",python,content +4586,14407853,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12113,0,"b",python,content +4587,14407853,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12114,0,"",python,selection_keyboard +4588,14407965,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12114,0,"r",python,content +4589,14407965,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12115,0,"",python,selection_keyboard +4590,14408023,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12115,0,"e",python,content +4591,14408023,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12116,0,"",python,selection_keyboard +4592,14408082,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12116,0,"a",python,content +4593,14408083,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12117,0,"",python,selection_keyboard +4594,14408137,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12117,0,"k",python,content +4595,14408137,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12118,0,"",python,selection_keyboard +4596,14408271,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12118,0,"p",python,content +4597,14408271,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12119,0,"",python,selection_keyboard +4598,14408349,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12119,0,"o",python,content +4599,14408350,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12120,0,"",python,selection_keyboard +4600,14408397,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12120,0,"i",python,content +4601,14408397,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12121,0,"",python,selection_keyboard +4602,14408432,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12121,0,"n",python,content +4603,14408432,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12122,0,"",python,selection_keyboard +4604,14408497,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12122,0,"t",python,content +4605,14408498,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12123,0,"",python,selection_keyboard +4606,14408773,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12123,0,"()",python,content +4607,14408774,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12124,0,"",python,selection_keyboard +4608,14408774,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12124,1,")",python,content +4609,14408774,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12125,0,"",python,selection_keyboard +4610,14408902,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12124,0,"",python,selection_command +4611,14410284,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +4612,14410335,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +4613,14410599,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4614,14422247,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4615,14442502,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10981,0,"",python,selection_command +4616,14442670,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",9752,0,"",python,selection_command +4617,14444108,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",9823,0,"",python,selection_command +4618,14444350,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",9891,0,"",python,selection_command +4619,14444381,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",9892,0,"",python,selection_command +4620,14444514,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",9938,0,"",python,selection_command +4621,14444644,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10011,0,"",python,selection_command +4622,14444796,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10013,0,"",python,selection_command +4623,14445014,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10014,0,"",python,selection_command +4624,14445198,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10077,0,"",python,selection_command +4625,14445365,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10079,0,"",python,selection_command +4626,14445588,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10016,0,"",python,selection_command +4627,14445815,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10018,0,"",python,selection_command +4628,14456741,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76984,12,"check_layout",python,selection_command +4629,14457054,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76995,0,"",python,selection_command +4630,14465062,"TERMINAL",0,0,"2025-07-27 13:19:44.865084: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4631,14466598,"TERMINAL",0,0,"2025-07-27 13:19:46.400781: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4632,14470241,"TERMINAL",0,0,"2025-07-27 13:19:50.043637: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4633,14471030,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py(333)check_layout()\r\n-> raise ValueError(\r\n",,terminal_output +4634,14521883,"TERMINAL",0,0,"l",,terminal_output +4635,14522072,"TERMINAL",0,0,"\r\n(Pdb) 328 \t # check bias\r\n329 \t if bias is not None:\r\n330 \t _, _, bT, bS = bias.shape\r\n331 \t if bT != qT or bS != vS:\r\n332 \t breakpoint()\r\n333 ->\t raise ValueError(\r\n334 \t f""Bias must have same seq length as QKV, got {bT} and {bS}"")\r\n335 \t\r\n336 \t # check q_seqlen/kv_seqlen/q_offsets/kv_offsets\r\n337 \t expected_rank = 2 if q_offsets is not None else 1\r\n338 \t def check_seqlen_offsets(tensor, name):\r\n",,terminal_output +4636,14523121,"TERMINAL",0,0,"b",,terminal_output +4637,14523524,"TERMINAL",0,0,"T",,terminal_output +4638,14523730,"TERMINAL",0,0,"\r\n(Pdb) 1\r\n",,terminal_output +4639,14525718,"TERMINAL",0,0,"q",,terminal_output +4640,14526050,"TERMINAL",0,0,"T",,terminal_output +4641,14526254,"TERMINAL",0,0,"\r\n(Pdb) 4\r\n",,terminal_output +4642,14528153,"TERMINAL",0,0,"b",,terminal_output +4643,14528319,"TERMINAL",0,0,"S",,terminal_output +4644,14528532,"TERMINAL",0,0,"\r\n(Pdb) 1\r\n",,terminal_output +4645,14529747,"TERMINAL",0,0,"c",,terminal_output +4646,14530171,"TERMINAL",0,0," ",,terminal_output +4647,14530246,"TERMINAL",0,0,"v",,terminal_output +4648,14530399,"TERMINAL",0,0,"S",,terminal_output +4649,14531347,"TERMINAL",0,0,"\r\n(Pdb) 4\r\n",,terminal_output +4650,14551280,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12113,0,"",python,selection_command +4651,14551594,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12107,19,"",python,content +4652,14551626,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12113,0,"",python,selection_command +4653,14553113,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4654,14556349,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +4655,14566140,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4656,15023058,"/fast/home/franz.srambical/jafar/utils/nn.py",10515,71," if bias is not None:\n # Handle bias tensor - it might need to be broadcasted to match the padded dimensions\n bias_4d = _rearrange(bias)\n # If bias has fewer dimensions than expected, pad it\n if bias_4d.shape[-2] != target_seq_len or bias_4d.shape[-1] != target_seq_len:\n bias_4d = _pad(bias_4d)\n else:\n bias_4d = None\n",python,content +4657,15029334,"/fast/home/franz.srambical/jafar/utils/nn.py",10544,333," # Handle bias tensor - ensure it has the correct shape for attention\n bias_4d = _rearrange(bias)\n # The bias should have shape (batch, target_seq, source_seq) for attention\n # If it doesn't match the padded dimensions, we need to handle it properly\n if len(bias_4d.shape) == 4: # (batch, target_seq, source_seq, heads)\n if bias_4d.shape[-3] != target_seq_len or bias_4d.shape[-2] != target_seq_len:\n bias_4d = _pad(bias_4d)\n else:\n # If bias has unexpected shape, skip it for now\n bias_4d = None\n",python,content +4658,15038018,"/fast/home/franz.srambical/jafar/utils/nn.py",10664,477," # For attention bias, we expect shape (batch, target_seq, source_seq, heads)\n # If the bias doesn't match the expected dimensions, we need to handle it\n if bias_4d.shape[-3] != target_seq_len or bias_4d.shape[-2] != target_seq_len:\n # If bias dimensions don't match, we might need to broadcast or skip\n # For now, let's skip the bias if dimensions don't match\n",python,content +4659,15074610,"utils/nn.py",0,0,"",python,tab +4660,15074612,"utils/nn.py",10515,0,"",python,selection_command +4661,15089018,"utils/nn.py",10515,644," bias_4d = _pad(_rearrange(bias)) if bias is not None else None",python,content +4662,15089752,"utils/nn.py",10584,0,"",python,selection_command +4663,15089990,"utils/nn.py",10514,0,"\n",python,content +4664,15090003,"utils/nn.py",10515,0," ",python,content +4665,15090901,"utils/nn.py",10515,8,"",python,content +4666,15091210,"TERMINAL",0,0,"salloc: Job 13997 has exceeded its time limit and its allocation has been revoked.\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T13:30:11.016] error: *** STEP 13997.interactive ON hai003 CANCELLED AT 2025-07-27T13:30:11 DUE TO TIME LIMIT ***\r\n[2025-07-27T13:30:11.016] error: *** STEP 13997.7 ON hai003 CANCELLED AT 2025-07-27T13:30:11 DUE TO TIME LIMIT ***\r\n",,terminal_output +4667,15091820,"TERMINAL",0,0,"2025-07-27 13:30:11.623856: W external/xla/xla/tsl/distributed_runtime/preemption/preemption_notifier.cc:89] SIGTERM caught at 2025-07-27T13:30:11.623822692+02:00\r\n",,terminal_output +4668,15092325,"utils/nn.py",10515,1,"",python,content +4669,15092326,"utils/nn.py",10523,0,"",python,selection_command +4670,15097894,"utils/nn.py",10514,0,"\n",python,content +4671,15097906,"utils/nn.py",10515,0," ",python,content +4672,15098111,"utils/nn.py",10523,0,"i",python,content +4673,15098111,"utils/nn.py",10524,0,"",python,selection_keyboard +4674,15098155,"utils/nn.py",10524,0,"f",python,content +4675,15098156,"utils/nn.py",10525,0,"",python,selection_keyboard +4676,15098240,"utils/nn.py",10525,0," ",python,content +4677,15098240,"utils/nn.py",10526,0,"",python,selection_keyboard +4678,15098424,"utils/nn.py",10526,0,"q",python,content +4679,15098424,"utils/nn.py",10527,0,"",python,selection_keyboard +4680,15098551,"utils/nn.py",10527,0,"u",python,content +4681,15098552,"utils/nn.py",10528,0,"",python,selection_keyboard +4682,15098637,"utils/nn.py",10528,0,"e",python,content +4683,15098638,"utils/nn.py",10529,0,"",python,selection_keyboard +4684,15098700,"utils/nn.py",10529,0,"r",python,content +4685,15098700,"utils/nn.py",10530,0,"",python,selection_keyboard +4686,15098788,"utils/nn.py",10530,0,"y",python,content +4687,15098789,"utils/nn.py",10531,0,"",python,selection_keyboard +4688,15100131,"utils/nn.py",10530,0,"",python,selection_command +4689,15100597,"utils/nn.py",10515,16," ",python,content +4690,15100722,"utils/nn.py",10523,0,"b",python,content +4691,15100722,"utils/nn.py",10524,0,"",python,selection_keyboard +4692,15100801,"utils/nn.py",10524,0,"r",python,content +4693,15100801,"utils/nn.py",10525,0,"",python,selection_keyboard +4694,15100868,"utils/nn.py",10525,0,"e",python,content +4695,15100869,"utils/nn.py",10526,0,"",python,selection_keyboard +4696,15100900,"utils/nn.py",10526,0,"a",python,content +4697,15100900,"utils/nn.py",10527,0,"",python,selection_keyboard +4698,15101011,"utils/nn.py",10527,0,"k",python,content +4699,15101011,"utils/nn.py",10528,0,"",python,selection_keyboard +4700,15101137,"utils/nn.py",10528,0,"p",python,content +4701,15101138,"utils/nn.py",10529,0,"",python,selection_keyboard +4702,15101241,"utils/nn.py",10529,0,"o",python,content +4703,15101241,"utils/nn.py",10530,0,"",python,selection_keyboard +4704,15101254,"utils/nn.py",10530,0,"i",python,content +4705,15101254,"utils/nn.py",10531,0,"",python,selection_keyboard +4706,15101339,"utils/nn.py",10531,0,"n",python,content +4707,15101339,"utils/nn.py",10532,0,"",python,selection_keyboard +4708,15101445,"utils/nn.py",10532,0,"t",python,content +4709,15101446,"utils/nn.py",10533,0,"",python,selection_keyboard +4710,15101840,"utils/nn.py",10533,0,"()",python,content +4711,15101841,"utils/nn.py",10534,0,"",python,selection_keyboard +4712,15101857,"utils/nn.py",10534,1,")",python,content +4713,15101857,"utils/nn.py",10535,0,"",python,selection_keyboard +4714,15102054,"utils/nn.py",10534,0,"",python,selection_command +4715,15103246,"TERMINAL",0,0,"l",,terminal_output +4716,15103298,"TERMINAL",0,0,"^P",,terminal_output +4717,15104703,"TERMINAL",0,0,"   ",,terminal_output +4718,15105308,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13997.7 task 0: running\r\n",,terminal_output +4719,15105887,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13997.7\r\nsrun: forcing job termination\r\n",,terminal_output +4720,15106064,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13997.7\r\nsrun: job abort in progress\r\n",,terminal_output +4721,15107562,"TERMINAL",0,0,"^C",,terminal_output +4722,15107725,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13997.7\r\nsrun: job abort in progress\r\n",,terminal_output +4723,15107873,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13997.7\r\n",,terminal_output +4724,15108077,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13997.7\r\n",,terminal_output +4725,15108212,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13997.7\r\nsrun: job abort in progress\r\n",,terminal_output +4726,15108421,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13997.7\r\n",,terminal_output +4727,15108610,"TERMINAL",0,0,"^C",,terminal_output +4728,15109936,"TERMINAL",0,0,"bash",,terminal_focus +4729,15121847,"TERMINAL",0,0,"srun: error: hai003: task 0: Killed\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +4730,15123030,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00",,terminal_command +4731,15123090,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 13998\r\n",,terminal_output +4732,15123195,"TERMINAL",0,0,"salloc: Nodes hai007 are ready for job\r\n",,terminal_output +4733,15123558,"TERMINAL",0,0,"Running inside SLURM, Job ID 13998.\r\n",,terminal_output +4734,15123635,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +4735,15124168,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +4736,15125021,"TERMINAL",0,0,"b",,terminal_output +4737,15125085,"TERMINAL",0,0,"a",,terminal_output +4738,15125372,"TERMINAL",0,0,"",,terminal_output +4739,15125502,"TERMINAL",0,0,"",,terminal_output +4740,15125687,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +4741,15125904,"TERMINAL",0,0,"s': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G ",,terminal_output +4742,15126048,"TERMINAL",0,0,"\ra': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100Gm': bash experiments/sample.sh \r\n\r[1@p': bash experiments/samp",,terminal_output +4743,15126132,"TERMINAL",0,0,"[1@l': bash experiments/sampl",,terminal_output +4744,15126413,"TERMINAL",0,0,"\r[23@[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sampl",,terminal_output +4745,15126560,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4746,15139534,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4747,15144374,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(331)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +4748,15158134,"TERMINAL",0,0,"b",,terminal_output +4749,15158336,"TERMINAL",0,0,"i",,terminal_output +4750,15158534,"TERMINAL",0,0,"as",,terminal_output +4751,15158964,"TERMINAL",0,0,".",,terminal_output +4752,15159151,"TERMINAL",0,0,"s",,terminal_output +4753,15159237,"TERMINAL",0,0,"h",,terminal_output +4754,15159313,"TERMINAL",0,0,"a",,terminal_output +4755,15159397,"TERMINAL",0,0,"p",,terminal_output +4756,15159480,"TERMINAL",0,0,"e",,terminal_output +4757,15159580,"TERMINAL",0,0,"\r\n(Pdb) *** AttributeError: 'NoneType' object has no attribute 'shape'\r\n",,terminal_output +4758,15161338,"TERMINAL",0,0,"b",,terminal_output +4759,15161462,"TERMINAL",0,0,"i",,terminal_output +4760,15161566,"TERMINAL",0,0,"a",,terminal_output +4761,15161633,"TERMINAL",0,0,"s",,terminal_output +4762,15164538,"TERMINAL",0,0,"\r\n",,terminal_output +4763,15169167,"TERMINAL",0,0,"c",,terminal_output +4764,15169709,"TERMINAL",0,0,"\r\n(Pdb) (Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(331)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +4765,15170979,"TERMINAL",0,0,"b",,terminal_output +4766,15171116,"TERMINAL",0,0,"i",,terminal_output +4767,15171232,"TERMINAL",0,0,"as",,terminal_output +4768,15171516,"TERMINAL",0,0,".",,terminal_output +4769,15171876,"TERMINAL",0,0,"s",,terminal_output +4770,15171974,"TERMINAL",0,0,"h",,terminal_output +4771,15172040,"TERMINAL",0,0,"a",,terminal_output +4772,15172177,"TERMINAL",0,0,"p",,terminal_output +4773,15172295,"TERMINAL",0,0,"e",,terminal_output +4774,15172387,"TERMINAL",0,0,"\r\n(Pdb) *** AttributeError: 'NoneType' object has no attribute 'shape'\r\n",,terminal_output +4775,15173514,"TERMINAL",0,0,"c",,terminal_output +4776,15173616,"TERMINAL",0,0,"\r\n",,terminal_output +4777,15174545,"TERMINAL",0,0,"b",,terminal_output +4778,15174678,"TERMINAL",0,0,"i",,terminal_output +4779,15174793,"TERMINAL",0,0,"as",,terminal_output +4780,15174982,"TERMINAL",0,0,".",,terminal_output +4781,15175095,"TERMINAL",0,0,"s",,terminal_output +4782,15175197,"TERMINAL",0,0,"h",,terminal_output +4783,15175319,"TERMINAL",0,0,"a",,terminal_output +4784,15175461,"TERMINAL",0,0,"p",,terminal_output +4785,15175564,"TERMINAL",0,0,"e",,terminal_output +4786,15175699,"TERMINAL",0,0,"\r\n",,terminal_output +4787,15176221,"TERMINAL",0,0,"c",,terminal_output +4788,15176682,"TERMINAL",0,0,"\r\n",,terminal_output +4789,15176798,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(331)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n(Pdb) *** AttributeError: 'NoneType' object has no attribute 'shape'\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(331)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +4790,15178285,"TERMINAL",0,0,"q",,terminal_output +4791,15178475,"TERMINAL",0,0,"uit",,terminal_output +4792,15178730,"TERMINAL",0,0,"()",,terminal_output +4793,15178931,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 193, in \r\n action_batch = jasmine.vq_encode(batch, training=False)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 391, in vq_encode\r\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\r\n File ""/fast/home/franz.srambical/jafar/models/lam.py"", line 133, in vq_encode\r\n z = self.encoder(padded_patches) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 331, in attention_fn\r\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 331, in attention_fn\r\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +4794,15180116,"TERMINAL",0,0,"(Pdb) srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +4795,15181179,"utils/nn.py",10514,0,"\n",python,content +4796,15181186,"utils/nn.py",10515,0," ",python,content +4797,15181504,"utils/nn.py",10523,0,"i",python,content +4798,15181504,"utils/nn.py",10524,0,"",python,selection_keyboard +4799,15181554,"utils/nn.py",10524,0,"f",python,content +4800,15181555,"utils/nn.py",10525,0,"",python,selection_keyboard +4801,15181623,"utils/nn.py",10525,0," ",python,content +4802,15181624,"utils/nn.py",10526,0,"",python,selection_keyboard +4803,15182756,"utils/nn.py",10526,0,"q",python,content +4804,15182757,"utils/nn.py",10527,0,"",python,selection_keyboard +4805,15182874,"utils/nn.py",10527,0,"u",python,content +4806,15182875,"utils/nn.py",10528,0,"",python,selection_keyboard +4807,15182906,"utils/nn.py",10528,0,"e",python,content +4808,15182906,"utils/nn.py",10529,0,"",python,selection_keyboard +4809,15182974,"utils/nn.py",10529,0,"r",python,content +4810,15182974,"utils/nn.py",10530,0,"",python,selection_keyboard +4811,15183102,"utils/nn.py",10530,0,"y",python,content +4812,15183103,"utils/nn.py",10531,0,"",python,selection_keyboard +4813,15183346,"utils/nn.py",10531,0,"_",python,content +4814,15183346,"utils/nn.py",10532,0,"",python,selection_keyboard +4815,15183710,"utils/nn.py",10531,1,"",python,content +4816,15183878,"utils/nn.py",10531,0,".",python,content +4817,15183879,"utils/nn.py",10532,0,"",python,selection_keyboard +4818,15183961,"utils/nn.py",10532,0,"s",python,content +4819,15183961,"utils/nn.py",10533,0,"",python,selection_keyboard +4820,15184076,"utils/nn.py",10533,0,"h",python,content +4821,15184077,"utils/nn.py",10534,0,"",python,selection_keyboard +4822,15184161,"utils/nn.py",10534,0,"a",python,content +4823,15184161,"utils/nn.py",10535,0,"",python,selection_keyboard +4824,15184230,"utils/nn.py",10535,0,"p",python,content +4825,15184230,"utils/nn.py",10536,0,"",python,selection_keyboard +4826,15184331,"utils/nn.py",10536,0,"e",python,content +4827,15184331,"utils/nn.py",10537,0,"",python,selection_keyboard +4828,15184915,"utils/nn.py",10538,0," ",python,content +4829,15184916,"utils/nn.py",10537,0," == (1, 921, 1, 8, 64):",python,content +4830,15185204,"utils/nn.py",10559,0,"",python,selection_command +4831,15185602,"utils/nn.py",10584,0,"",python,selection_command +4832,15187499,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +4833,15187893,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4834,15199157,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4835,15207195,"TERMINAL",0,0,"2025-07-27 13:32:07.000059: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4836,15208673,"TERMINAL",0,0,"2025-07-27 13:32:08.474714: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4837,15212162,"TERMINAL",0,0,"2025-07-27 13:32:11.958043: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4838,15212911,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(332)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +4839,15225114,"TERMINAL",0,0,"i",,terminal_output +4840,15225185,"TERMINAL",0,0,"a",,terminal_output +4841,15225292,"TERMINAL",0,0,"s",,terminal_output +4842,15225509,"TERMINAL",0,0," ",,terminal_output +4843,15225657,"TERMINAL",0,0," ",,terminal_output +4844,15225787,"TERMINAL",0,0," ",,terminal_output +4845,15226021,"TERMINAL",0,0,"bi",,terminal_output +4846,15226431,"TERMINAL",0,0,"a",,terminal_output +4847,15226490,"TERMINAL",0,0,"s",,terminal_output +4848,15226607,"TERMINAL",0,0,".",,terminal_output +4849,15226805,"TERMINAL",0,0,"s",,terminal_output +4850,15226889,"TERMINAL",0,0,"h",,terminal_output +4851,15227002,"TERMINAL",0,0,"a",,terminal_output +4852,15227083,"TERMINAL",0,0,"p",,terminal_output +4853,15227182,"TERMINAL",0,0,"e",,terminal_output +4854,15227288,"TERMINAL",0,0,"\r\n(Pdb) *** AttributeError: 'NoneType' object has no attribute 'shape'\r\n",,terminal_output +4855,15233272,"utils/nn.py",9554,0,"",python,selection_command +4856,15236618,"utils/nn.py",9511,0,"",python,selection_command +4857,15236854,"utils/nn.py",9474,0,"",python,selection_command +4858,15236881,"utils/nn.py",9473,0,"",python,selection_command +4859,15236907,"utils/nn.py",9402,0,"",python,selection_command +4860,15236940,"utils/nn.py",9381,0,"",python,selection_command +4861,15236975,"utils/nn.py",9380,0,"",python,selection_command +4862,15237008,"utils/nn.py",9313,0,"",python,selection_command +4863,15237047,"utils/nn.py",9286,0,"",python,selection_command +4864,15237075,"utils/nn.py",9285,0,"",python,selection_command +4865,15237109,"utils/nn.py",9219,0,"",python,selection_command +4866,15237147,"utils/nn.py",9192,0,"",python,selection_command +4867,15237389,"utils/nn.py",9144,0,"",python,selection_command +4868,15237508,"utils/nn.py",9152,0,"",python,selection_command +4869,15237701,"utils/nn.py",9154,0,"",python,selection_command +4870,15238067,"utils/nn.py",9157,0,"",python,selection_command +4871,15238456,"utils/nn.py",9499,0,"",python,selection_command +4872,15238922,"utils/nn.py",9538,0,"",python,selection_command +4873,15239425,"utils/nn.py",9742,0,"",python,selection_command +4874,15240912,"utils/nn.py",10526,0,"",python,selection_command +4875,15241366,"utils/nn.py",10790,0,"",python,selection_command +4876,15242427,"utils/nn.py",10526,0,"",python,selection_command +4877,15242715,"utils/nn.py",9742,0,"",python,selection_command +4878,15243459,"utils/nn.py",10526,0,"",python,selection_command +4879,15256860,"utils/nn.py",10515,45," if query.shape == (1, 921, 1, 8, 64):",python,selection_command +4880,15257257,"utils/nn.py",10515,70," if query.shape == (1, 921, 1, 8, 64):\n breakpoint()",python,selection_command +4881,15257377,"utils/nn.py",10515,71,"",python,content +4882,15257401,"utils/nn.py",10523,0,"",python,selection_command +4883,15258546,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13998.1 task 0: running\r\n",,terminal_output +4884,15258670,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13998.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T13:32:58.476] error: *** STEP 13998.1 ON hai007 CANCELLED AT 2025-07-27T13:32:58 DUE to SIGNAL Killed ***\r\n",,terminal_output +4885,15258768,"TERMINAL",0,0,"(Pdb) ",,terminal_output +4886,15258844,"TERMINAL",0,0,"^L",,terminal_output +4887,15259031,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ [franz.srambical@hai007.haicore.berlin:~/jafar] $ [franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +4888,15259608,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4889,15260573,"utils/nn.py",10586,0,"",python,selection_command +4890,15260703,"utils/nn.py",10595,0,"",python,selection_command +4891,15260859,"utils/nn.py",10665,0,"",python,selection_command +4892,15261004,"utils/nn.py",10715,0,"",python,selection_command +4893,15261106,"utils/nn.py",10665,0,"",python,selection_command +4894,15261286,"utils/nn.py",10675,0,"",python,selection_command +4895,15261470,"utils/nn.py",10677,0,"",python,selection_command +4896,15261620,"utils/nn.py",10680,0,"",python,selection_command +4897,15261760,"utils/nn.py",10681,0,"",python,selection_command +4898,15261913,"utils/nn.py",10683,0,"",python,selection_command +4899,15262081,"utils/nn.py",10684,0,"",python,selection_command +4900,15263132,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"# Copyright 2019 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Shared neural network activations and other functions.""""""\n\nfrom __future__ import annotations\n\nfrom collections.abc import Sequence\nfrom functools import partial\nimport operator\nimport math\nimport numpy as np\nfrom typing import Any, List, Literal\nimport warnings\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import custom_jvp\nfrom jax import lax\nfrom jax._src import config\nfrom jax._src import core\nfrom jax._src import deprecations\nfrom jax._src import dtypes\nfrom jax._src import util\nfrom jax._src.core import AxisName\nfrom jax._src.sharding_impls import NamedSharding, PartitionSpec as P\nfrom jax._src.cudnn.fused_attention_stablehlo import (\n dot_product_attention as cudnn_dot_product_attention, MaskType)\nfrom jax._src.cudnn.scaled_matmul_stablehlo import (\n scaled_matmul_wrapper as cudnn_scaled_matmul,\n scaled_dot_general_wrapper as cudnn_scaled_dot_general,\n BlockScaleConfig)\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.numpy import util as numpy_util\nfrom jax._src.typing import Array, ArrayLike, DType, DTypeLike\nfrom jax._src.ops.special import logsumexp as _logsumexp\n\n\n# activations\n@jax.jit\ndef identity(x: ArrayLike) -> Array:\n r""""""Identity activation function.\n\n Returns the argument unmodified.\n\n Args:\n x : input array\n\n Returns:\n The argument `x` unmodified.\n\n Examples:\n >>> jax.nn.identity(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([-2. , -1. , -0.5, 0. , 0.5, 1. , 2. ], dtype=float32)\n\n """"""\n numpy_util.check_arraylike(""identity"", x)\n return jnp.asarray(x)\n\n@custom_jvp\n@jax.jit\ndef relu(x: ArrayLike) -> Array:\n r""""""Rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{relu}(x) = \max(x, 0)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n For more information see\n `Numerical influence of ReLU’(0) on backpropagation\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n Examples:\n >>> jax.nn.relu(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([0. , 0. , 0. , 0. , 0.5, 1. , 2. ], dtype=float32)\n\n See also:\n :func:`relu6`\n\n """"""\n return jnp.maximum(x, 0)\n# For behavior at 0, see https://dl.acm.org/doi/10.5555/3540261.3540297\nrelu.defjvps(lambda g, ans, x: lax.select(x > 0, g, lax.full_like(g, 0)))\n\n@jax.jit\ndef squareplus(x: ArrayLike, b: ArrayLike = 4) -> Array:\n r""""""Squareplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{squareplus}(x) = \frac{x + \sqrt{x^2 + b}}{2}\n\n as described in https://arxiv.org/abs/2112.11687.\n\n Args:\n x : input array\n b : smoothness parameter\n """"""\n numpy_util.check_arraylike(""squareplus"", x)\n numpy_util.check_arraylike(""squareplus"", b)\n x = jnp.asarray(x)\n b = jnp.asarray(b)\n y = x + jnp.sqrt(jnp.square(x) + b)\n return y / 2\n\n@jax.jit\ndef softplus(x: ArrayLike) -> Array:\n r""""""Softplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{softplus}(x) = \log(1 + e^x)\n\n Args:\n x : input array\n """"""\n return jnp.logaddexp(x, 0)\n\n@jax.jit\ndef sparse_plus(x: ArrayLike) -> Array:\n r""""""Sparse plus function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_plus}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{4}(x+1)^2, & -1 < x < 1 \\\n x, & 1 \leq x\n \end{cases}\n\n This is the twin function of the softplus activation ensuring a zero output\n for inputs less than -1 and a linear output for inputs greater than 1,\n while remaining smooth, convex, monotonic by an adequate definition between\n -1 and 1.\n\n Args:\n x: input (float)\n """"""\n numpy_util.check_arraylike(""sparse_plus"", x)\n x = jnp.asarray(x)\n return jnp.where(x <= -1.0, 0.0, jnp.where(x >= 1.0, x, (x + 1.0)**2/4))\n\n@jax.jit\ndef soft_sign(x: ArrayLike) -> Array:\n r""""""Soft-sign activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{soft\_sign}(x) = \frac{x}{|x| + 1}\n\n Args:\n x : input array\n """"""\n numpy_util.check_arraylike(""soft_sign"", x)\n x_arr = jnp.asarray(x)\n return x_arr / (jnp.abs(x_arr) + 1)\n\n@partial(jax.jit, inline=True)\ndef sigmoid(x: ArrayLike) -> Array:\n r""""""Sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{sigmoid}(x) = \frac{1}{1 + e^{-x}}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`log_sigmoid`\n\n """"""\n return lax.logistic(x)\n\n@jax.jit\ndef sparse_sigmoid(x: ArrayLike) -> Array:\n r""""""Sparse sigmoid activation function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_sigmoid}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{2}(x+1), & -1 < x < 1 \\\n 1, & 1 \leq x\n \end{cases}\n\n This is the twin function of the ``sigmoid`` activation ensuring a zero output\n for inputs less than -1, a 1 output for inputs greater than 1, and a linear\n output for inputs between -1 and 1. It is the derivative of ``sparse_plus``.\n\n For more information, see `Learning with Fenchel-Young Losses (section 6.2)\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n return 0.5 * jnp.clip(x + 1.0, 0.0, 2.0)\n\n@jax.jit\ndef silu(x: ArrayLike) -> Array:\n r""""""SiLU (aka swish) activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{silu}(x) = x \cdot \mathrm{sigmoid}(x) = \frac{x}{1 + e^{-x}}\n\n :func:`swish` and :func:`silu` are both aliases for the same function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * sigmoid(x_arr)\n\nswish = silu\n\n@jax.jit\ndef mish(x: ArrayLike) -> Array:\n r""""""Mish activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{mish}(x) = x \cdot \mathrm{tanh}(\mathrm{softplus}(x))\n\n For more information, see\n `Mish: A Self Regularized Non-Monotonic Activation Function\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""mish"", x)\n x_arr = jnp.asarray(x)\n return x_arr * jnp.tanh(softplus(x_arr))\n\n@jax.jit\ndef log_sigmoid(x: ArrayLike) -> Array:\n r""""""Log-sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{log\_sigmoid}(x) = \log(\mathrm{sigmoid}(x)) = -\log(1 + e^{-x})\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""log_sigmoid"", x)\n x_arr = jnp.asarray(x)\n return -softplus(-x_arr)\n\n@jax.jit\ndef elu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Exponential linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{elu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(x) - 1\right), & x \le 0\n \end{cases}\n\n Args:\n x : input array\n alpha : scalar or array of alpha values (default: 1.0)\n\n Returns:\n An array.\n\n See also:\n :func:`selu`\n """"""\n numpy_util.check_arraylike(""elu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 0,\n x_arr,\n alpha * jnp.expm1(jnp.where(x_arr > 0, 0., x_arr)))\n\n@jax.jit\ndef leaky_relu(x: ArrayLike, negative_slope: ArrayLike = 1e-2) -> Array:\n r""""""Leaky rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{leaky\_relu}(x) = \begin{cases}\n x, & x \ge 0\\\n \alpha x, & x < 0\n \end{cases}\n\n where :math:`\alpha` = :code:`negative_slope`.\n\n Args:\n x : input array\n negative_slope : array or scalar specifying the negative slope (default: 0.01)\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n numpy_util.check_arraylike(""leaky_relu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr >= 0, x_arr, negative_slope * x_arr)\n\n@jax.jit\ndef hard_tanh(x: ArrayLike) -> Array:\n r""""""Hard :math:`\mathrm{tanh}` activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{hard\_tanh}(x) = \begin{cases}\n -1, & x < -1\\\n x, & -1 \le x \le 1\\\n 1, & 1 < x\n \end{cases}\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""hard_tanh"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 1, 1, jnp.where(x_arr < -1, -1, x_arr))\n\n@jax.jit\ndef celu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Continuously-differentiable exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{celu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(\frac{x}{\alpha}) - 1\right), & x \le 0\n \end{cases}\n\n For more information, see\n `Continuously Differentiable Exponential Linear Units\n `_.\n\n Args:\n x : input array\n alpha : array or scalar (default: 1.0)\n\n Returns:\n An array.\n """"""\n return jnp.maximum(x, 0.0) + alpha * jnp.expm1(jnp.minimum(x, 0.0) / alpha)\n\n@jax.jit\ndef selu(x: ArrayLike) -> Array:\n r""""""Scaled exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{selu}(x) = \lambda \begin{cases}\n x, & x > 0\\\n \alpha e^x - \alpha, & x \le 0\n \end{cases}\n\n where :math:`\lambda = 1.0507009873554804934193349852946` and\n :math:`\alpha = 1.6732632423543772848170429916717`.\n\n For more information, see\n `Self-Normalizing Neural Networks\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`elu`\n """"""\n alpha = 1.6732632423543772848170429916717\n scale = 1.0507009873554804934193349852946\n return scale * elu(x, alpha)\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""approximate"",))\ndef gelu(x: ArrayLike, approximate: bool = True) -> Array:\n r""""""Gaussian error linear unit activation function.\n\n If ``approximate=False``, computes the element-wise function:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(\mathrm{erfc} \left(\n \frac{-x}{\sqrt{2}} \right) \right)\n\n If ``approximate=True``, uses the approximate formulation of GELU:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(1 + \mathrm{tanh} \left(\n \sqrt{\frac{2}{\pi}} \left(x + 0.044715 x^3 \right) \right) \right)\n\n For more information, see `Gaussian Error Linear Units (GELUs)\n `_, section 2.\n\n Args:\n x: input array\n approximate: whether to use the approximate or exact formulation.\n """"""\n [x_arr] = numpy_util.promote_args_inexact(""gelu"", x)\n\n if approximate:\n sqrt_2_over_pi = np.sqrt(2 / np.pi).astype(x_arr.dtype)\n cdf = 0.5 * (1.0 + jnp.tanh(sqrt_2_over_pi * (x_arr + 0.044715 * (x_arr ** 3))))\n return x_arr * cdf\n else:\n sqrt_half = np.sqrt(0.5).astype(x_arr.dtype)\n return jnp.array(\n 0.5 * x_arr * (lax.erfc(-x_arr * sqrt_half)), dtype=x_arr.dtype\n )\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef glu(x: ArrayLike, axis: int = -1) -> Array:\n r""""""Gated linear unit activation function.\n\n Computes the function:\n\n .. math::\n \mathrm{glu}(x) = x\left[\ldots, 0:\frac{n}{2}, \ldots\right] \cdot\n \mathrm{sigmoid} \left( x\left[\ldots, \frac{n}{2}:n, \ldots\right]\n \right)\n\n where the array is split into two along ``axis``. The size of the ``axis``\n dimension must be divisible by two.\n\n Args:\n x : input array\n axis: the axis along which the split should be computed (default: -1)\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""glu"", x)\n x_arr = jnp.asarray(x)\n size = x_arr.shape[axis]\n assert size % 2 == 0, ""axis size must be divisible by 2""\n x1, x2 = jnp.split(x_arr, 2, axis)\n return x1 * sigmoid(x2)\n\n# other functions\n\nlogsumexp = _logsumexp\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef log_softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Log-Softmax function.\n\n Computes the logarithm of the :code:`softmax` function, which rescales\n elements to the range :math:`[-\infty, 0)`.\n\n .. math ::\n \mathrm{log\_softmax}(x)_i = \log \left( \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n \right)\n\n Args:\n x : input array\n axis: the axis or axes along which the :code:`log_softmax` should be\n computed. Either an integer or a tuple of integers.\n where: Elements to include in the :code:`log_softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`softmax`\n """"""\n numpy_util.check_arraylike(""log_softmax"", x)\n x_arr = jnp.asarray(x)\n x_max = jnp.max(x_arr, axis, where=where, initial=-jnp.inf, keepdims=True)\n x_safe = x_arr if where is None else jnp.where(where, x_arr, -jnp.inf)\n shifted = x_safe - lax.stop_gradient(x_max)\n shifted_logsumexp = jnp.log(\n jnp.sum(jnp.exp(shifted), axis, where=where, keepdims=True))\n result = shifted - shifted_logsumexp\n if where is not None:\n return jnp.where(where, result, -jnp.inf)\n return result\n\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""axis"",))\ndef softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Softmax function.\n\n Computes the function which rescales elements to the range :math:`[0, 1]`\n such that the elements along :code:`axis` sum to :math:`1`.\n\n .. math ::\n \mathrm{softmax}(x) = \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n\n Args:\n x : input array\n axis: the axis or axes along which the softmax should be computed. The\n softmax output summed across these dimensions should sum to :math:`1`.\n Either an integer or a tuple of integers.\n where: Elements to include in the :code:`softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`log_softmax`\n """"""\n if config.softmax_custom_jvp.value:\n # mypy is confused by the `functools.partial` application in the definition\n # of `_softmax` and incorrectly concludes that `_softmax` returns\n # `ReturnValue` -- the unsubstituted type parameter of `custom_jvp`.\n return _softmax(x, axis, where)\n else:\n return _softmax_deprecated(x, axis, where)\n\n# TODO(mattjj): replace softmax with _softmax when deprecation flag is removed\n@partial(jax.custom_jvp, nondiff_argnums=(1,))\ndef _softmax(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - x_max)\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n@_softmax.defjvp\ndef _softmax_jvp(axis, primals, tangents):\n (x, where, initial), (x_dot, _, _) = primals, tangents\n y = _softmax(x, axis, where, initial)\n return y, y * (x_dot - (y * x_dot).sum(axis, where=where, keepdims=True))\n\ndef _softmax_deprecated(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - lax.stop_gradient(x_max))\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef standardize(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n mean: ArrayLike | None = None,\n variance: ArrayLike | None = None,\n epsilon: ArrayLike = 1e-5,\n where: ArrayLike | None = None) -> Array:\n r""""""Standardizes input to zero mean and unit variance.\n\n The standardization is given by:\n\n .. math::\n\n x_{std} = \frac{x - \langle x\rangle}{\sqrt{\langle(x - \langle x\rangle)^2\rangle + \epsilon}}\n\n where :math:`\langle x\rangle` indicates the mean of :math:`x`, and :math:`\epsilon` is\n a small correction factor introduced to avoid division by zero.\n\n Args:\n x: input array to be standardized.\n axis: integer or tuple of integers representing the axes along which\n to standardize. Defaults to the last axis (``-1``).\n mean: optionally specify the mean used for standardization. If not specified,\n then ``x.mean(axis, where=where)`` will be used.\n variance: optionally specify the variance used for standardization. If not\n specified, then ``x.var(axis, where=where)`` will be used.\n epsilon: correction factor added to variance to avoid division by zero; defaults\n to ``1E-5``.\n where: optional boolean mask specifying which elements to use when computing\n the mean and variance.\n\n Returns:\n An array of the same shape as ``x`` containing the standardized input.\n """"""\n numpy_util.check_arraylike(""standardize"", x)\n numpy_util.check_arraylike_or_none(""standardize"", mean, variance, where)\n if mean is None:\n mean = jnp.mean(x, axis, keepdims=True, where=where)\n if variance is None:\n # this definition is traditionally seen as less accurate than jnp.var's\n # mean((x - mean(x))**2) but may be faster and even, given typical\n # activation distributions and low-precision arithmetic, more accurate\n # when used in neural network normalization layers\n variance = jnp.mean(\n jnp.square(x), axis, keepdims=True, where=where) - jnp.square(mean)\n return jnp.subtract(x, jnp.asarray(mean)) * lax.rsqrt(jnp.asarray(variance) + epsilon)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\n@partial(jax.jit, static_argnames=(""num_classes"", ""dtype"", ""axis""))\ndef _one_hot(x: Array, num_classes: int, *,\n dtype: Any, axis: int | AxisName) -> Array:\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n dtype = dtypes.canonicalize_dtype(dtype)\n try:\n output_pos_axis = util.canonicalize_axis(axis, x.ndim + 1) # type: ignore[arg-type]\n except TypeError:\n axis_size = lax.axis_size(axis)\n if num_classes != axis_size:\n raise ValueError(f""Expected num_classes to match the size of axis {axis}, ""\n f""but {num_classes} != {axis_size}"") from None\n axis_idx = lax.axis_index(axis)\n return jnp.asarray(_dot_product_attention_xla == axis_idx, dtype=dtype)\n axis = operator.index(axis) # type: ignore[arg-type]\n lhs = lax.expand_dims(x, (axis,))\n rhs_shape = [1] * x.ndim\n rhs_shape.insert(output_pos_axis, num_classes)\n # TODO(yashkatariya): Maybe expose `out_sharding` on `one_hot` too?\n rhs_sharding = NamedSharding(x.aval.sharding.mesh, P(*[None] * len(rhs_shape))) # pytype: disable=attribute-error\n rhs = lax.broadcasted_iota(x.dtype, rhs_shape, output_pos_axis,\n out_sharding=rhs_sharding)\n return (lhs == rhs).astype(dtype)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\ndef one_hot(x: Any, num_classes: int, *,\n dtype: Any = jnp.float_, axis: int | AxisName = -1) -> Array:\n """"""One-hot encodes the given indices.\n\n Each index in the input ``x`` is encoded as a vector of zeros of length\n ``num_classes`` with the element at ``index`` set to one::\n\n >>> jax.nn.one_hot(jnp.array([0, 1, 2]), 3)\n Array([[1., 0., 0.],\n [0., 1., 0.],\n [0., 0., 1.]], dtype=float32)\n\n Indices outside the range [0, num_classes) will be encoded as zeros::\n\n >>> jax.nn.one_hot(jnp.array([-1, 3]), 3)\n Array([[0., 0., 0.],\n [0., 0., 0.]], dtype=float32)\n\n Args:\n x: A tensor of indices.\n num_classes: Number of classes in the one-hot dimension.\n dtype: optional, a float dtype for the returned values (default :obj:`jnp.float_`).\n axis: the axis or axes along which the function should be\n computed.\n """"""\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n x_arr = jnp.asarray(x)\n if not jnp.isdtype(x_arr.dtype, ""integral""):\n # Deprecated 2024-12-18\n deprecations.warn(\n 'jax-nn-one-hot-float-input',\n f""jax.nn.one_hot input should be integer-typed; got dtype={x_arr.dtype}"",\n stacklevel=1)\n return _one_hot(x_arr, num_classes, dtype=dtype, axis=axis)\n\n\n@jax.custom_jvp\n@jax.jit\ndef relu6(x: ArrayLike) -> Array:\n r""""""Rectified Linear Unit 6 activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{relu6}(x) = \min(\max(x, 0), 6)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n and\n\n .. math::\n \nabla \mathrm{relu}(6) = 0\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n return jnp.minimum(jnp.maximum(x, 0), 6.)\nrelu6.defjvps(lambda g, ans, x:\n lax.select((x > 0) & (x < 6), g, lax.full_like(g, 0)))\n\n@jax.jit\ndef hard_sigmoid(x: ArrayLike) -> Array:\n r""""""Hard Sigmoid activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_sigmoid}(x) = \frac{\mathrm{relu6}(x + 3)}{6}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu6`\n """"""\n return relu6(x + 3.) / 6.\n\n@jax.jit\ndef hard_silu(x: ArrayLike) -> Array:\n r""""""Hard SiLU (swish) activation function\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_silu}(x) = x \cdot \mathrm{hard\_sigmoid}(x)\n\n Both :func:`hard_silu` and :func:`hard_swish` are aliases for the same\n function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`hard_sigmoid`\n """"""\n numpy_util.check_arraylike(""hard_silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * hard_sigmoid(x_arr)\n\nhard_swish = hard_silu\n\ndef _get_large_negative(dtype):\n dtype_max = jnp.finfo(dtype).max\n return jnp.asarray(-0.7 * dtype_max, dtype=dtype)\n\ndef _get_causal_mask(T, S):\n mask = jnp.tril(jnp.ones((T, S), dtype=jnp.bool_))\n return mask[None, None, :, :]\n\ndef _get_window_mask(T: int, S: int, local_window_size: tuple[int, int]):\n query_pos = jnp.array(range(T))\n key_pos = jnp.array(range(S))\n left_window, right_window = local_window_size\n left_mask = query_pos[..., None] <= key_pos[..., None, :] + left_window\n right_mask = query_pos[..., None] >= key_pos[..., None, :] - right_window\n return jnp.logical_and(right_mask, left_mask)[None, None, :, :]\n\ndef _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen):\n q_mask = True\n kv_mask = True\n if q_seqlen is not None:\n q_indices = jnp.arange(0, T)[None, :, None]\n q_mask = q_indices < q_seqlen[:, None, None]\n if kv_seqlen is not None:\n kv_indices = jnp.arange(0, S)[None, None, :]\n kv_mask = kv_indices < kv_seqlen[:, None, None]\n mask = jnp.logical_and(q_mask, kv_mask)\n return mask[:, None, :, :]\n\ndef _get_padding_mask_encoded(T, q_seqlen):\n q_indices = jnp.arange(0, T)[None, :]\n mask = q_indices < q_seqlen[:, None]\n return mask[:, :, None, None]\n\ndef _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size):\n if mask is None and not is_causal and q_seqlen is None and kv_seqlen is None:\n return logits\n\n combined_mask = jnp.ones_like(logits, dtype=jnp.bool_)\n if mask is not None:\n assert mask.dtype == jnp.bool_\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n T, S = logits.shape[2], logits.shape[3]\n\n if is_causal:\n mask = _get_causal_mask(T, S)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if local_window_size is not None:\n mask = _get_window_mask(T, S, local_window_size)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if q_seqlen is not None or kv_seqlen is not None:\n mask = _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n large_negative_number = _get_large_negative(logits.dtype)\n padded_logits = jnp.where(combined_mask, logits, large_negative_number)\n return padded_logits\n\ndef _dot_product_attention_core(query, key, value, bias, mask, is_causal,\n scale, q_seqlen, kv_seqlen, local_window_size):\n logits_dtype = jnp.promote_types(query.dtype, jnp.float32)\n\n # If the query and logits dtypes are different, then the default precision\n # can use inconsistent types in the backwards pass\n # (see https://github.com/jax-ml/jax/issues/24047).\n if query.dtype == jnp.bfloat16:\n precision = jax.lax.DotAlgorithmPreset.BF16_BF16_F32\n elif query.dtype == jnp.float16:\n precision = jax.lax.DotAlgorithmPreset.F16_F16_F32\n # TODO(sbodenstein): Implement this fix for all dtypes.\n else:\n precision = None\n\n # Explicit precision will fail on platforms that don't support it. For example,\n # some GPUs do not support BF16_BF16_F32, and TPU does not support F16_F16_F32.\n # Use the default precision as a fallback in these cases.\n try:\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=precision,\n preferred_element_type=logits_dtype,\n )\n except: # pylint: disable=bare-except\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=None,\n preferred_element_type=logits_dtype,\n )\n\n logits *= jnp.array(scale, dtype=logits.dtype)\n\n if bias is not None:\n logits = (logits + bias).astype(logits.dtype)\n\n padded_logits = _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size)\n\n # Softmax and it is always carried out in fp32.\n padded_logits = padded_logits.astype(jnp.float32)\n probs = jax.nn.softmax(padded_logits, axis=-1).astype(key.dtype)\n\n encoded = jnp.einsum('BNTS,BSNH->BTNH', probs, value)\n if q_seqlen is not None and kv_seqlen is not None:\n mask = _get_padding_mask_encoded(encoded.shape[1], q_seqlen)\n encoded *= mask.astype(encoded.dtype)\n return encoded\n\ndef _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n\n out = cudnn_dot_product_attention(\n query_arr, key_arr, value_arr, bias, mask, query_seq_lengths,\n key_value_seq_lengths, scale=scale_val, mask_type=mask_type,\n sliding_window_length=sliding_window,\n )\n case None:\n # TODO(kaixih@nvidia) Defaults to XLA for now. Will automatically select\n # best backend.\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case _:\n raise ValueError(f""Unsupported implementation option: {implementation}"")\n\n return jnp.reshape(out, output_shape)\n\ndef scaled_matmul(\n lhs: Array,\n rhs: Array,\n lhs_scales: Array,\n rhs_scales: Array,\n preferred_element_type: DTypeLike = jnp.float32,\n) -> Array:\n r""""""Scaled matrix multiplication function.\n\n Performs block-scaled matmul of `a` and `b` using `a_scales` and `b_scales`.\n The last dim is the contracting dim, and block size is inferred.\n\n Mathematically, this operation is equivalent to::\n\n a_block_size = a.shape[-1] // a_scales.shape[-1]\n b_block_size = b.shape[-1] // b_scales.shape[-1]\n a_scaled = a * jnp.repeat(a_scales, a_block_size, axis=-1)\n b_scaled = b * jnp.repeat(b_scales, b_block_size, axis=-1)\n jnp.einsum('BMK,BNK->BMN', a_scaled, b_scaled)\n\n Args:\n lhs (Array): Operand a, shape (B, M, K).\n rhs (Array): Operand b, shape (B, N, K).\n lhs_scales (Array): Shape (B, M, K_a), where `K % K_a == 0`.\n rhs_scales (Array): Shape (B, N, K_b), where `K % K_b == 0`.\n preferred_element_type (DTypeLike, optional): Defaults to `jnp.float32`.\n\n Returns:\n Array of shape (B, M, N).\n\n Notes:\n - We currently do not support user-defined `precision` for customizing the\n compute data type. It is fixed to `jnp.float32`.\n - Block size is inferred as `K // K_a` for `a` and `K // K_b` for `b`.\n - To use cuDNN with Nvidia Blackwell GPUs, inputs must match::\n\n # mxfp8\n a, b: jnp.float8_e4m3fn | jnp.float8_e5m2\n a_scales, b_scales: jnp.float8_e8m0fnu\n block_size: 32\n # nvfp4\n a, b: jnp.float4_e2m1fn\n a_scales, b_scales: jnp.float8_e4m3fn\n block_size: 16\n\n Examples:\n\n Basic case:\n\n >>> a = jnp.array([1, 2, 3]).reshape((1, 1, 3))\n >>> b = jnp.array([4, 5, 6]).reshape((1, 1, 3))\n >>> a_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> b_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n Array([[[8.]]], dtype=float32)\n\n Using fused cuDNN call on Blackwell GPUs:\n\n >>> dtype = jnp.float8_e4m3fn\n >>> a = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64), dtype=dtype)\n >>> b = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64), dtype=dtype)\n >>> a_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> b_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n """"""\n a, b, a_scales, b_scales = lhs, rhs, lhs_scales, rhs_scales\n if not all(x.ndim == 3 for x in (a, b, a_scales, b_scales)):\n raise ValueError(\n ""scaled_matmul requires all inputs to be 3-dimensional arrays""\n )\n\n B_a, M_a, K_a = a.shape\n B_b, N_b, K_b = b.shape\n if K_a != K_b or B_a != B_b:\n raise ValueError(\n ""scaled_matmul requires inputs a and b to have matching batch (B) ""\n f""and contract (K) dimensions, but got shapes {a.shape} and ""\n f""{b.shape}""\n )\n\n B_as, M_as, K_as = a_scales.shape\n B_bs, N_bs, K_bs = b_scales.shape\n if K_as != K_bs or B_as != B_bs:\n raise ValueError(\n ""scaled_matmul requires scales to have matching batch (B) and ""\n f""contract (K) dimensions, but got shapes {a_scales.shape} and ""\n f""{b_scales.shape}""\n )\n\n if M_as != M_a or N_bs != N_b:\n raise ValueError(\n ""scaled_matmul requires scales to match non-contract dimensions of ""\n f""inputs, but got shapes a: {a.shape}, b: {b.shape}, a_scales: ""\n f""{a_scales.shape}, b_scales: {b_scales.shape}""\n )\n\n preferred_element_type = dtypes.canonicalize_dtype(\n np.dtype(preferred_element_type)\n )\n out = cudnn_scaled_matmul(\n a,\n b,\n a_scales,\n b_scales,\n preferred_element_type=preferred_element_type,\n )\n return out\n\ndef get_scaled_dot_general_config(mode: Literal['nvfp4', 'mxfp8'],\n global_scale: Array | None = None):\n r""""""Get quantization configs for scaled_dot_general.\n\n Create quantization configs for the `jax.nn.scaled_dot_general`.\n\n See Also:\n - :func:`jax.nn.scaled_dot_general`: Scaled dot general function.\n """"""\n\n if mode == 'nvfp4':\n one = jnp.ones((1,), dtype=jnp.float32)\n return BlockScaleConfig(\n mode='nvfp4',\n block_size=16,\n data_type=jnp.float4_e2m1fn,\n scale_type=jnp.float8_e4m3fn,\n global_scale=one if global_scale is None else global_scale,\n infer_only=False\n )\n elif mode == 'mxfp8':\n return BlockScaleConfig(\n mode='mxfp8',\n block_size=32,\n data_type=jnp.float8_e4m3fn,\n scale_type=jnp.float8_e8m0fnu,\n global_scale=None,\n infer_only=False\n )\n else:\n raise ValueError(f""Unsupported mode: {mode}"")\n\ndef scaled_dot_general(\n lhs, rhs,\n dimension_numbers,\n preferred_element_type=jnp.float32,\n configs: List[BlockScaleConfig] | None = None,\n implementation: Literal['cudnn'] | None = None,\n ):\n r""""""Scaled dot general operation.\n\n Performs a generalized dot product with block-scaled quantization on the\n lhs and rhs inputs. This operation extends `lax.dot_general` to support\n user-defined scaling configurations.\n\n Essentially, the operation follows::\n\n a, a_scales = quantize(lhs, configs[0])\n b, b_scales = quantize(rhs, configs[1])\n c = jax.nn.scaled_matmul(a, b, a_scales, b_scales)\n\n Args:\n lhs (ArrayLike): Input array.\n rhs (ArrayLike): Input array.\n dimension_numbers (DotDimensionNumbers): A tuple of two tuples specifying\n the contraction and batch dimensions:\n `((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims, rhs_batch_dims))`.\n preferred_element_type (DTypeLike, optional): Output data type of the dot\n product. Defaults to `jnp.float32`. Other valid types include\n `jnp.bfloat16` and `jnp.float16`.\n configs (list of BlockScaleConfig, optional): Scaling configurations for\n lhs, rhs, and gradients. Users can obtain valid configurations via\n `jax.nn.get_scaled_dot_general_config`. Currently, `nvfp4` and `mxfp8`\n are supported. If `None`, falls back to `lax.dot_general`.\n implementation: str\n (Deprecated) Backend selector, now ignored. The system chooses the backend\n automatically. Scheduled for removal in future releases.\n\n Returns:\n Array: The resulting tensor, with batch dimensions first, followed by\n non-contracting/non-batch dimensions of lhs, and then those of rhs.\n\n See Also:\n - :func:`jax.nn.scaled_matmul`: Scaled matmul function.\n - :func:`jax.lax.dot_general`: General dot product operator.\n\n Notes:\n - Unlike `nn.scaled_matmul`, which assumes quantized low-precision\n inputs with explicit scaling factors, this operator takes high-precision\n inputs, applies quantization internally, and handles the backward pass.\n\n Examples:\n\n Creating config for mxfp8:\n\n >>> configs = [jax.nn.get_scaled_dot_general_config('mxfp8')] * 3\n\n Creating config for nvfp4:\n\n >>> global_scale = jnp.array([0.5], jnp.float32)\n >>> configs = [jax.nn.get_scaled_dot_general_config('nvfp4', global_scale)] * 3\n\n Using scaled_dot_general with the configs:\n\n >>> import functools\n >>> scaled_dot_general_fn = functools.partial(jax.nn.scaled_dot_general, configs=configs)\n >>> lhs = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64))\n >>> rhs = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64))\n >>> out = scaled_dot_general_fn(lhs, rhs, (((2,), (2,)), ((0,), (0,)))) # doctest: +SKIP\n """"""\n if implementation is not None:\n warnings.warn(""Backend selector, now ignored. The system chooses the ""\n ""backend automatically."", DeprecationWarning)\n\n if configs is None:\n return lax.dot_general(lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type)\n\n out = cudnn_scaled_dot_general(\n lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type,\n configs=configs\n )\n\n return out\n",python,tab +4901,15263132,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +4902,15268613,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +4903,15269038,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32291,0,"",python,selection_command +4904,15270891,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4905,15276272,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32307,0,"",python,selection_command +4906,15276421,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32616,0,"",python,selection_command +4907,15276950,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34566,0,"",python,selection_command +4908,15279342,"TERMINAL",0,0,"2025-07-27 13:33:18.758219: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4909,15280465,"TERMINAL",0,0,"2025-07-27 13:33:20.266871: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4910,15284317,"TERMINAL",0,0,"2025-07-27 13:33:23.779701: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4911,15284762,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 333, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1204, in dot_product_attention\r\n out = cudnn_dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 1981, in dot_product_attention\r\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 332, in check_layout\r\n raise ValueError(\r\nValueError: Bias must have same seq length as QKV, got 1 and 1\r\n",,terminal_output +4912,15285746,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34584,0,"",python,selection_command +4913,15285798,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +4914,15286253,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34593,0,"",python,selection_command +4915,15286618,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35801,0,"",python,selection_command +4916,15293099,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4917,15293099,"/fast/home/franz.srambical/jafar/utils/nn.py",4090,0,"",python,selection_command +4918,15293184,"/fast/home/franz.srambical/jafar/utils/nn.py",10515,645," bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n",python,content +4919,15295955,"/fast/home/franz.srambical/jafar/utils/nn.py",10657,0,"",python,selection_command +4920,15298877,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"# Copyright 2019 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Shared neural network activations and other functions.""""""\n\nfrom __future__ import annotations\n\nfrom collections.abc import Sequence\nfrom functools import partial\nimport operator\nimport math\nimport numpy as np\nfrom typing import Any, List, Literal\nimport warnings\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import custom_jvp\nfrom jax import lax\nfrom jax._src import config\nfrom jax._src import core\nfrom jax._src import deprecations\nfrom jax._src import dtypes\nfrom jax._src import util\nfrom jax._src.core import AxisName\nfrom jax._src.sharding_impls import NamedSharding, PartitionSpec as P\nfrom jax._src.cudnn.fused_attention_stablehlo import (\n dot_product_attention as cudnn_dot_product_attention, MaskType)\nfrom jax._src.cudnn.scaled_matmul_stablehlo import (\n scaled_matmul_wrapper as cudnn_scaled_matmul,\n scaled_dot_general_wrapper as cudnn_scaled_dot_general,\n BlockScaleConfig)\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.numpy import util as numpy_util\nfrom jax._src.typing import Array, ArrayLike, DType, DTypeLike\nfrom jax._src.ops.special import logsumexp as _logsumexp\n\n\n# activations\n@jax.jit\ndef identity(x: ArrayLike) -> Array:\n r""""""Identity activation function.\n\n Returns the argument unmodified.\n\n Args:\n x : input array\n\n Returns:\n The argument `x` unmodified.\n\n Examples:\n >>> jax.nn.identity(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([-2. , -1. , -0.5, 0. , 0.5, 1. , 2. ], dtype=float32)\n\n """"""\n numpy_util.check_arraylike(""identity"", x)\n return jnp.asarray(x)\n\n@custom_jvp\n@jax.jit\ndef relu(x: ArrayLike) -> Array:\n r""""""Rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{relu}(x) = \max(x, 0)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n For more information see\n `Numerical influence of ReLU’(0) on backpropagation\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n Examples:\n >>> jax.nn.relu(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([0. , 0. , 0. , 0. , 0.5, 1. , 2. ], dtype=float32)\n\n See also:\n :func:`relu6`\n\n """"""\n return jnp.maximum(x, 0)\n# For behavior at 0, see https://dl.acm.org/doi/10.5555/3540261.3540297\nrelu.defjvps(lambda g, ans, x: lax.select(x > 0, g, lax.full_like(g, 0)))\n\n@jax.jit\ndef squareplus(x: ArrayLike, b: ArrayLike = 4) -> Array:\n r""""""Squareplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{squareplus}(x) = \frac{x + \sqrt{x^2 + b}}{2}\n\n as described in https://arxiv.org/abs/2112.11687.\n\n Args:\n x : input array\n b : smoothness parameter\n """"""\n numpy_util.check_arraylike(""squareplus"", x)\n numpy_util.check_arraylike(""squareplus"", b)\n x = jnp.asarray(x)\n b = jnp.asarray(b)\n y = x + jnp.sqrt(jnp.square(x) + b)\n return y / 2\n\n@jax.jit\ndef softplus(x: ArrayLike) -> Array:\n r""""""Softplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{softplus}(x) = \log(1 + e^x)\n\n Args:\n x : input array\n """"""\n return jnp.logaddexp(x, 0)\n\n@jax.jit\ndef sparse_plus(x: ArrayLike) -> Array:\n r""""""Sparse plus function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_plus}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{4}(x+1)^2, & -1 < x < 1 \\\n x, & 1 \leq x\n \end{cases}\n\n This is the twin function of the softplus activation ensuring a zero output\n for inputs less than -1 and a linear output for inputs greater than 1,\n while remaining smooth, convex, monotonic by an adequate definition between\n -1 and 1.\n\n Args:\n x: input (float)\n """"""\n numpy_util.check_arraylike(""sparse_plus"", x)\n x = jnp.asarray(x)\n return jnp.where(x <= -1.0, 0.0, jnp.where(x >= 1.0, x, (x + 1.0)**2/4))\n\n@jax.jit\ndef soft_sign(x: ArrayLike) -> Array:\n r""""""Soft-sign activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{soft\_sign}(x) = \frac{x}{|x| + 1}\n\n Args:\n x : input array\n """"""\n numpy_util.check_arraylike(""soft_sign"", x)\n x_arr = jnp.asarray(x)\n return x_arr / (jnp.abs(x_arr) + 1)\n\n@partial(jax.jit, inline=True)\ndef sigmoid(x: ArrayLike) -> Array:\n r""""""Sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{sigmoid}(x) = \frac{1}{1 + e^{-x}}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`log_sigmoid`\n\n """"""\n return lax.logistic(x)\n\n@jax.jit\ndef sparse_sigmoid(x: ArrayLike) -> Array:\n r""""""Sparse sigmoid activation function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_sigmoid}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{2}(x+1), & -1 < x < 1 \\\n 1, & 1 \leq x\n \end{cases}\n\n This is the twin function of the ``sigmoid`` activation ensuring a zero output\n for inputs less than -1, a 1 output for inputs greater than 1, and a linear\n output for inputs between -1 and 1. It is the derivative of ``sparse_plus``.\n\n For more information, see `Learning with Fenchel-Young Losses (section 6.2)\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n return 0.5 * jnp.clip(x + 1.0, 0.0, 2.0)\n\n@jax.jit\ndef silu(x: ArrayLike) -> Array:\n r""""""SiLU (aka swish) activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{silu}(x) = x \cdot \mathrm{sigmoid}(x) = \frac{x}{1 + e^{-x}}\n\n :func:`swish` and :func:`silu` are both aliases for the same function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * sigmoid(x_arr)\n\nswish = silu\n\n@jax.jit\ndef mish(x: ArrayLike) -> Array:\n r""""""Mish activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{mish}(x) = x \cdot \mathrm{tanh}(\mathrm{softplus}(x))\n\n For more information, see\n `Mish: A Self Regularized Non-Monotonic Activation Function\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""mish"", x)\n x_arr = jnp.asarray(x)\n return x_arr * jnp.tanh(softplus(x_arr))\n\n@jax.jit\ndef log_sigmoid(x: ArrayLike) -> Array:\n r""""""Log-sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{log\_sigmoid}(x) = \log(\mathrm{sigmoid}(x)) = -\log(1 + e^{-x})\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""log_sigmoid"", x)\n x_arr = jnp.asarray(x)\n return -softplus(-x_arr)\n\n@jax.jit\ndef elu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Exponential linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{elu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(x) - 1\right), & x \le 0\n \end{cases}\n\n Args:\n x : input array\n alpha : scalar or array of alpha values (default: 1.0)\n\n Returns:\n An array.\n\n See also:\n :func:`selu`\n """"""\n numpy_util.check_arraylike(""elu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 0,\n x_arr,\n alpha * jnp.expm1(jnp.where(x_arr > 0, 0., x_arr)))\n\n@jax.jit\ndef leaky_relu(x: ArrayLike, negative_slope: ArrayLike = 1e-2) -> Array:\n r""""""Leaky rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{leaky\_relu}(x) = \begin{cases}\n x, & x \ge 0\\\n \alpha x, & x < 0\n \end{cases}\n\n where :math:`\alpha` = :code:`negative_slope`.\n\n Args:\n x : input array\n negative_slope : array or scalar specifying the negative slope (default: 0.01)\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n numpy_util.check_arraylike(""leaky_relu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr >= 0, x_arr, negative_slope * x_arr)\n\n@jax.jit\ndef hard_tanh(x: ArrayLike) -> Array:\n r""""""Hard :math:`\mathrm{tanh}` activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{hard\_tanh}(x) = \begin{cases}\n -1, & x < -1\\\n x, & -1 \le x \le 1\\\n 1, & 1 < x\n \end{cases}\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""hard_tanh"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 1, 1, jnp.where(x_arr < -1, -1, x_arr))\n\n@jax.jit\ndef celu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Continuously-differentiable exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{celu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(\frac{x}{\alpha}) - 1\right), & x \le 0\n \end{cases}\n\n For more information, see\n `Continuously Differentiable Exponential Linear Units\n `_.\n\n Args:\n x : input array\n alpha : array or scalar (default: 1.0)\n\n Returns:\n An array.\n """"""\n return jnp.maximum(x, 0.0) + alpha * jnp.expm1(jnp.minimum(x, 0.0) / alpha)\n\n@jax.jit\ndef selu(x: ArrayLike) -> Array:\n r""""""Scaled exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{selu}(x) = \lambda \begin{cases}\n x, & x > 0\\\n \alpha e^x - \alpha, & x \le 0\n \end{cases}\n\n where :math:`\lambda = 1.0507009873554804934193349852946` and\n :math:`\alpha = 1.6732632423543772848170429916717`.\n\n For more information, see\n `Self-Normalizing Neural Networks\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`elu`\n """"""\n alpha = 1.6732632423543772848170429916717\n scale = 1.0507009873554804934193349852946\n return scale * elu(x, alpha)\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""approximate"",))\ndef gelu(x: ArrayLike, approximate: bool = True) -> Array:\n r""""""Gaussian error linear unit activation function.\n\n If ``approximate=False``, computes the element-wise function:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(\mathrm{erfc} \left(\n \frac{-x}{\sqrt{2}} \right) \right)\n\n If ``approximate=True``, uses the approximate formulation of GELU:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(1 + \mathrm{tanh} \left(\n \sqrt{\frac{2}{\pi}} \left(x + 0.044715 x^3 \right) \right) \right)\n\n For more information, see `Gaussian Error Linear Units (GELUs)\n `_, section 2.\n\n Args:\n x: input array\n approximate: whether to use the approximate or exact formulation.\n """"""\n [x_arr] = numpy_util.promote_args_inexact(""gelu"", x)\n\n if approximate:\n sqrt_2_over_pi = np.sqrt(2 / np.pi).astype(x_arr.dtype)\n cdf = 0.5 * (1.0 + jnp.tanh(sqrt_2_over_pi * (x_arr + 0.044715 * (x_arr ** 3))))\n return x_arr * cdf\n else:\n sqrt_half = np.sqrt(0.5).astype(x_arr.dtype)\n return jnp.array(\n 0.5 * x_arr * (lax.erfc(-x_arr * sqrt_half)), dtype=x_arr.dtype\n )\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef glu(x: ArrayLike, axis: int = -1) -> Array:\n r""""""Gated linear unit activation function.\n\n Computes the function:\n\n .. math::\n \mathrm{glu}(x) = x\left[\ldots, 0:\frac{n}{2}, \ldots\right] \cdot\n \mathrm{sigmoid} \left( x\left[\ldots, \frac{n}{2}:n, \ldots\right]\n \right)\n\n where the array is split into two along ``axis``. The size of the ``axis``\n dimension must be divisible by two.\n\n Args:\n x : input array\n axis: the axis along which the split should be computed (default: -1)\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""glu"", x)\n x_arr = jnp.asarray(x)\n size = x_arr.shape[axis]\n assert size % 2 == 0, ""axis size must be divisible by 2""\n x1, x2 = jnp.split(x_arr, 2, axis)\n return x1 * sigmoid(x2)\n\n# other functions\n\nlogsumexp = _logsumexp\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef log_softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Log-Softmax function.\n\n Computes the logarithm of the :code:`softmax` function, which rescales\n elements to the range :math:`[-\infty, 0)`.\n\n .. math ::\n \mathrm{log\_softmax}(x)_i = \log \left( \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n \right)\n\n Args:\n x : input array\n axis: the axis or axes along which the :code:`log_softmax` should be\n computed. Either an integer or a tuple of integers.\n where: Elements to include in the :code:`log_softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`softmax`\n """"""\n numpy_util.check_arraylike(""log_softmax"", x)\n x_arr = jnp.asarray(x)\n x_max = jnp.max(x_arr, axis, where=where, initial=-jnp.inf, keepdims=True)\n x_safe = x_arr if where is None else jnp.where(where, x_arr, -jnp.inf)\n shifted = x_safe - lax.stop_gradient(x_max)\n shifted_logsumexp = jnp.log(\n jnp.sum(jnp.exp(shifted), axis, where=where, keepdims=True))\n result = shifted - shifted_logsumexp\n if where is not None:\n return jnp.where(where, result, -jnp.inf)\n return result\n\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""axis"",))\ndef softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Softmax function.\n\n Computes the function which rescales elements to the range :math:`[0, 1]`\n such that the elements along :code:`axis` sum to :math:`1`.\n\n .. math ::\n \mathrm{softmax}(x) = \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n\n Args:\n x : input array\n axis: the axis or axes along which the softmax should be computed. The\n softmax output summed across these dimensions should sum to :math:`1`.\n Either an integer or a tuple of integers.\n where: Elements to include in the :code:`softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`log_softmax`\n """"""\n if config.softmax_custom_jvp.value:\n # mypy is confused by the `functools.partial` application in the definition\n # of `_softmax` and incorrectly concludes that `_softmax` returns\n # `ReturnValue` -- the unsubstituted type parameter of `custom_jvp`.\n return _softmax(x, axis, where)\n else:\n return _softmax_deprecated(x, axis, where)\n\n# TODO(mattjj): replace softmax with _softmax when deprecation flag is removed\n@partial(jax.custom_jvp, nondiff_argnums=(1,))\ndef _softmax(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - x_max)\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n@_softmax.defjvp\ndef _softmax_jvp(axis, primals, tangents):\n (x, where, initial), (x_dot, _, _) = primals, tangents\n y = _softmax(x, axis, where, initial)\n return y, y * (x_dot - (y * x_dot).sum(axis, where=where, keepdims=True))\n\ndef _softmax_deprecated(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - lax.stop_gradient(x_max))\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef standardize(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n mean: ArrayLike | None = None,\n variance: ArrayLike | None = None,\n epsilon: ArrayLike = 1e-5,\n where: ArrayLike | None = None) -> Array:\n r""""""Standardizes input to zero mean and unit variance.\n\n The standardization is given by:\n\n .. math::\n\n x_{std} = \frac{x - \langle x\rangle}{\sqrt{\langle(x - \langle x\rangle)^2\rangle + \epsilon}}\n\n where :math:`\langle x\rangle` indicates the mean of :math:`x`, and :math:`\epsilon` is\n a small correction factor introduced to avoid division by zero.\n\n Args:\n x: input array to be standardized.\n axis: integer or tuple of integers representing the axes along which\n to standardize. Defaults to the last axis (``-1``).\n mean: optionally specify the mean used for standardization. If not specified,\n then ``x.mean(axis, where=where)`` will be used.\n variance: optionally specify the variance used for standardization. If not\n specified, then ``x.var(axis, where=where)`` will be used.\n epsilon: correction factor added to variance to avoid division by zero; defaults\n to ``1E-5``.\n where: optional boolean mask specifying which elements to use when computing\n the mean and variance.\n\n Returns:\n An array of the same shape as ``x`` containing the standardized input.\n """"""\n numpy_util.check_arraylike(""standardize"", x)\n numpy_util.check_arraylike_or_none(""standardize"", mean, variance, where)\n if mean is None:\n mean = jnp.mean(x, axis, keepdims=True, where=where)\n if variance is None:\n # this definition is traditionally seen as less accurate than jnp.var's\n # mean((x - mean(x))**2) but may be faster and even, given typical\n # activation distributions and low-precision arithmetic, more accurate\n # when used in neural network normalization layers\n variance = jnp.mean(\n jnp.square(x), axis, keepdims=True, where=where) - jnp.square(mean)\n return jnp.subtract(x, jnp.asarray(mean)) * lax.rsqrt(jnp.asarray(variance) + epsilon)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\n@partial(jax.jit, static_argnames=(""num_classes"", ""dtype"", ""axis""))\ndef _one_hot(x: Array, num_classes: int, *,\n dtype: Any, axis: int | AxisName) -> Array:\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n dtype = dtypes.canonicalize_dtype(dtype)\n try:\n output_pos_axis = util.canonicalize_axis(axis, x.ndim + 1) # type: ignore[arg-type]\n except TypeError:\n axis_size = lax.axis_size(axis)\n if num_classes != axis_size:\n raise ValueError(f""Expected num_classes to match the size of axis {axis}, ""\n f""but {num_classes} != {axis_size}"") from None\n axis_idx = lax.axis_index(axis)\n return jnp.asarray(_dot_product_attention_xla == axis_idx, dtype=dtype)\n axis = operator.index(axis) # type: ignore[arg-type]\n lhs = lax.expand_dims(x, (axis,))\n rhs_shape = [1] * x.ndim\n rhs_shape.insert(output_pos_axis, num_classes)\n # TODO(yashkatariya): Maybe expose `out_sharding` on `one_hot` too?\n rhs_sharding = NamedSharding(x.aval.sharding.mesh, P(*[None] * len(rhs_shape))) # pytype: disable=attribute-error\n rhs = lax.broadcasted_iota(x.dtype, rhs_shape, output_pos_axis,\n out_sharding=rhs_sharding)\n return (lhs == rhs).astype(dtype)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\ndef one_hot(x: Any, num_classes: int, *,\n dtype: Any = jnp.float_, axis: int | AxisName = -1) -> Array:\n """"""One-hot encodes the given indices.\n\n Each index in the input ``x`` is encoded as a vector of zeros of length\n ``num_classes`` with the element at ``index`` set to one::\n\n >>> jax.nn.one_hot(jnp.array([0, 1, 2]), 3)\n Array([[1., 0., 0.],\n [0., 1., 0.],\n [0., 0., 1.]], dtype=float32)\n\n Indices outside the range [0, num_classes) will be encoded as zeros::\n\n >>> jax.nn.one_hot(jnp.array([-1, 3]), 3)\n Array([[0., 0., 0.],\n [0., 0., 0.]], dtype=float32)\n\n Args:\n x: A tensor of indices.\n num_classes: Number of classes in the one-hot dimension.\n dtype: optional, a float dtype for the returned values (default :obj:`jnp.float_`).\n axis: the axis or axes along which the function should be\n computed.\n """"""\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n x_arr = jnp.asarray(x)\n if not jnp.isdtype(x_arr.dtype, ""integral""):\n # Deprecated 2024-12-18\n deprecations.warn(\n 'jax-nn-one-hot-float-input',\n f""jax.nn.one_hot input should be integer-typed; got dtype={x_arr.dtype}"",\n stacklevel=1)\n return _one_hot(x_arr, num_classes, dtype=dtype, axis=axis)\n\n\n@jax.custom_jvp\n@jax.jit\ndef relu6(x: ArrayLike) -> Array:\n r""""""Rectified Linear Unit 6 activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{relu6}(x) = \min(\max(x, 0), 6)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n and\n\n .. math::\n \nabla \mathrm{relu}(6) = 0\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n return jnp.minimum(jnp.maximum(x, 0), 6.)\nrelu6.defjvps(lambda g, ans, x:\n lax.select((x > 0) & (x < 6), g, lax.full_like(g, 0)))\n\n@jax.jit\ndef hard_sigmoid(x: ArrayLike) -> Array:\n r""""""Hard Sigmoid activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_sigmoid}(x) = \frac{\mathrm{relu6}(x + 3)}{6}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu6`\n """"""\n return relu6(x + 3.) / 6.\n\n@jax.jit\ndef hard_silu(x: ArrayLike) -> Array:\n r""""""Hard SiLU (swish) activation function\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_silu}(x) = x \cdot \mathrm{hard\_sigmoid}(x)\n\n Both :func:`hard_silu` and :func:`hard_swish` are aliases for the same\n function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`hard_sigmoid`\n """"""\n numpy_util.check_arraylike(""hard_silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * hard_sigmoid(x_arr)\n\nhard_swish = hard_silu\n\ndef _get_large_negative(dtype):\n dtype_max = jnp.finfo(dtype).max\n return jnp.asarray(-0.7 * dtype_max, dtype=dtype)\n\ndef _get_causal_mask(T, S):\n mask = jnp.tril(jnp.ones((T, S), dtype=jnp.bool_))\n return mask[None, None, :, :]\n\ndef _get_window_mask(T: int, S: int, local_window_size: tuple[int, int]):\n query_pos = jnp.array(range(T))\n key_pos = jnp.array(range(S))\n left_window, right_window = local_window_size\n left_mask = query_pos[..., None] <= key_pos[..., None, :] + left_window\n right_mask = query_pos[..., None] >= key_pos[..., None, :] - right_window\n return jnp.logical_and(right_mask, left_mask)[None, None, :, :]\n\ndef _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen):\n q_mask = True\n kv_mask = True\n if q_seqlen is not None:\n q_indices = jnp.arange(0, T)[None, :, None]\n q_mask = q_indices < q_seqlen[:, None, None]\n if kv_seqlen is not None:\n kv_indices = jnp.arange(0, S)[None, None, :]\n kv_mask = kv_indices < kv_seqlen[:, None, None]\n mask = jnp.logical_and(q_mask, kv_mask)\n return mask[:, None, :, :]\n\ndef _get_padding_mask_encoded(T, q_seqlen):\n q_indices = jnp.arange(0, T)[None, :]\n mask = q_indices < q_seqlen[:, None]\n return mask[:, :, None, None]\n\ndef _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size):\n if mask is None and not is_causal and q_seqlen is None and kv_seqlen is None:\n return logits\n\n combined_mask = jnp.ones_like(logits, dtype=jnp.bool_)\n if mask is not None:\n assert mask.dtype == jnp.bool_\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n T, S = logits.shape[2], logits.shape[3]\n\n if is_causal:\n mask = _get_causal_mask(T, S)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if local_window_size is not None:\n mask = _get_window_mask(T, S, local_window_size)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if q_seqlen is not None or kv_seqlen is not None:\n mask = _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n large_negative_number = _get_large_negative(logits.dtype)\n padded_logits = jnp.where(combined_mask, logits, large_negative_number)\n return padded_logits\n\ndef _dot_product_attention_core(query, key, value, bias, mask, is_causal,\n scale, q_seqlen, kv_seqlen, local_window_size):\n logits_dtype = jnp.promote_types(query.dtype, jnp.float32)\n\n # If the query and logits dtypes are different, then the default precision\n # can use inconsistent types in the backwards pass\n # (see https://github.com/jax-ml/jax/issues/24047).\n if query.dtype == jnp.bfloat16:\n precision = jax.lax.DotAlgorithmPreset.BF16_BF16_F32\n elif query.dtype == jnp.float16:\n precision = jax.lax.DotAlgorithmPreset.F16_F16_F32\n # TODO(sbodenstein): Implement this fix for all dtypes.\n else:\n precision = None\n\n # Explicit precision will fail on platforms that don't support it. For example,\n # some GPUs do not support BF16_BF16_F32, and TPU does not support F16_F16_F32.\n # Use the default precision as a fallback in these cases.\n try:\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=precision,\n preferred_element_type=logits_dtype,\n )\n except: # pylint: disable=bare-except\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=None,\n preferred_element_type=logits_dtype,\n )\n\n logits *= jnp.array(scale, dtype=logits.dtype)\n\n if bias is not None:\n logits = (logits + bias).astype(logits.dtype)\n\n padded_logits = _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size)\n\n # Softmax and it is always carried out in fp32.\n padded_logits = padded_logits.astype(jnp.float32)\n probs = jax.nn.softmax(padded_logits, axis=-1).astype(key.dtype)\n\n encoded = jnp.einsum('BNTS,BSNH->BTNH', probs, value)\n if q_seqlen is not None and kv_seqlen is not None:\n mask = _get_padding_mask_encoded(encoded.shape[1], q_seqlen)\n encoded *= mask.astype(encoded.dtype)\n return encoded\n\ndef _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n\n out = cudnn_dot_product_attention(\n query_arr, key_arr, value_arr, bias, mask, query_seq_lengths,\n key_value_seq_lengths, scale=scale_val, mask_type=mask_type,\n sliding_window_length=sliding_window,\n )\n case None:\n # TODO(kaixih@nvidia) Defaults to XLA for now. Will automatically select\n # best backend.\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case _:\n raise ValueError(f""Unsupported implementation option: {implementation}"")\n\n return jnp.reshape(out, output_shape)\n\ndef scaled_matmul(\n lhs: Array,\n rhs: Array,\n lhs_scales: Array,\n rhs_scales: Array,\n preferred_element_type: DTypeLike = jnp.float32,\n) -> Array:\n r""""""Scaled matrix multiplication function.\n\n Performs block-scaled matmul of `a` and `b` using `a_scales` and `b_scales`.\n The last dim is the contracting dim, and block size is inferred.\n\n Mathematically, this operation is equivalent to::\n\n a_block_size = a.shape[-1] // a_scales.shape[-1]\n b_block_size = b.shape[-1] // b_scales.shape[-1]\n a_scaled = a * jnp.repeat(a_scales, a_block_size, axis=-1)\n b_scaled = b * jnp.repeat(b_scales, b_block_size, axis=-1)\n jnp.einsum('BMK,BNK->BMN', a_scaled, b_scaled)\n\n Args:\n lhs (Array): Operand a, shape (B, M, K).\n rhs (Array): Operand b, shape (B, N, K).\n lhs_scales (Array): Shape (B, M, K_a), where `K % K_a == 0`.\n rhs_scales (Array): Shape (B, N, K_b), where `K % K_b == 0`.\n preferred_element_type (DTypeLike, optional): Defaults to `jnp.float32`.\n\n Returns:\n Array of shape (B, M, N).\n\n Notes:\n - We currently do not support user-defined `precision` for customizing the\n compute data type. It is fixed to `jnp.float32`.\n - Block size is inferred as `K // K_a` for `a` and `K // K_b` for `b`.\n - To use cuDNN with Nvidia Blackwell GPUs, inputs must match::\n\n # mxfp8\n a, b: jnp.float8_e4m3fn | jnp.float8_e5m2\n a_scales, b_scales: jnp.float8_e8m0fnu\n block_size: 32\n # nvfp4\n a, b: jnp.float4_e2m1fn\n a_scales, b_scales: jnp.float8_e4m3fn\n block_size: 16\n\n Examples:\n\n Basic case:\n\n >>> a = jnp.array([1, 2, 3]).reshape((1, 1, 3))\n >>> b = jnp.array([4, 5, 6]).reshape((1, 1, 3))\n >>> a_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> b_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n Array([[[8.]]], dtype=float32)\n\n Using fused cuDNN call on Blackwell GPUs:\n\n >>> dtype = jnp.float8_e4m3fn\n >>> a = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64), dtype=dtype)\n >>> b = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64), dtype=dtype)\n >>> a_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> b_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n """"""\n a, b, a_scales, b_scales = lhs, rhs, lhs_scales, rhs_scales\n if not all(x.ndim == 3 for x in (a, b, a_scales, b_scales)):\n raise ValueError(\n ""scaled_matmul requires all inputs to be 3-dimensional arrays""\n )\n\n B_a, M_a, K_a = a.shape\n B_b, N_b, K_b = b.shape\n if K_a != K_b or B_a != B_b:\n raise ValueError(\n ""scaled_matmul requires inputs a and b to have matching batch (B) ""\n f""and contract (K) dimensions, but got shapes {a.shape} and ""\n f""{b.shape}""\n )\n\n B_as, M_as, K_as = a_scales.shape\n B_bs, N_bs, K_bs = b_scales.shape\n if K_as != K_bs or B_as != B_bs:\n raise ValueError(\n ""scaled_matmul requires scales to have matching batch (B) and ""\n f""contract (K) dimensions, but got shapes {a_scales.shape} and ""\n f""{b_scales.shape}""\n )\n\n if M_as != M_a or N_bs != N_b:\n raise ValueError(\n ""scaled_matmul requires scales to match non-contract dimensions of ""\n f""inputs, but got shapes a: {a.shape}, b: {b.shape}, a_scales: ""\n f""{a_scales.shape}, b_scales: {b_scales.shape}""\n )\n\n preferred_element_type = dtypes.canonicalize_dtype(\n np.dtype(preferred_element_type)\n )\n out = cudnn_scaled_matmul(\n a,\n b,\n a_scales,\n b_scales,\n preferred_element_type=preferred_element_type,\n )\n return out\n\ndef get_scaled_dot_general_config(mode: Literal['nvfp4', 'mxfp8'],\n global_scale: Array | None = None):\n r""""""Get quantization configs for scaled_dot_general.\n\n Create quantization configs for the `jax.nn.scaled_dot_general`.\n\n See Also:\n - :func:`jax.nn.scaled_dot_general`: Scaled dot general function.\n """"""\n\n if mode == 'nvfp4':\n one = jnp.ones((1,), dtype=jnp.float32)\n return BlockScaleConfig(\n mode='nvfp4',\n block_size=16,\n data_type=jnp.float4_e2m1fn,\n scale_type=jnp.float8_e4m3fn,\n global_scale=one if global_scale is None else global_scale,\n infer_only=False\n )\n elif mode == 'mxfp8':\n return BlockScaleConfig(\n mode='mxfp8',\n block_size=32,\n data_type=jnp.float8_e4m3fn,\n scale_type=jnp.float8_e8m0fnu,\n global_scale=None,\n infer_only=False\n )\n else:\n raise ValueError(f""Unsupported mode: {mode}"")\n\ndef scaled_dot_general(\n lhs, rhs,\n dimension_numbers,\n preferred_element_type=jnp.float32,\n configs: List[BlockScaleConfig] | None = None,\n implementation: Literal['cudnn'] | None = None,\n ):\n r""""""Scaled dot general operation.\n\n Performs a generalized dot product with block-scaled quantization on the\n lhs and rhs inputs. This operation extends `lax.dot_general` to support\n user-defined scaling configurations.\n\n Essentially, the operation follows::\n\n a, a_scales = quantize(lhs, configs[0])\n b, b_scales = quantize(rhs, configs[1])\n c = jax.nn.scaled_matmul(a, b, a_scales, b_scales)\n\n Args:\n lhs (ArrayLike): Input array.\n rhs (ArrayLike): Input array.\n dimension_numbers (DotDimensionNumbers): A tuple of two tuples specifying\n the contraction and batch dimensions:\n `((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims, rhs_batch_dims))`.\n preferred_element_type (DTypeLike, optional): Output data type of the dot\n product. Defaults to `jnp.float32`. Other valid types include\n `jnp.bfloat16` and `jnp.float16`.\n configs (list of BlockScaleConfig, optional): Scaling configurations for\n lhs, rhs, and gradients. Users can obtain valid configurations via\n `jax.nn.get_scaled_dot_general_config`. Currently, `nvfp4` and `mxfp8`\n are supported. If `None`, falls back to `lax.dot_general`.\n implementation: str\n (Deprecated) Backend selector, now ignored. The system chooses the backend\n automatically. Scheduled for removal in future releases.\n\n Returns:\n Array: The resulting tensor, with batch dimensions first, followed by\n non-contracting/non-batch dimensions of lhs, and then those of rhs.\n\n See Also:\n - :func:`jax.nn.scaled_matmul`: Scaled matmul function.\n - :func:`jax.lax.dot_general`: General dot product operator.\n\n Notes:\n - Unlike `nn.scaled_matmul`, which assumes quantized low-precision\n inputs with explicit scaling factors, this operator takes high-precision\n inputs, applies quantization internally, and handles the backward pass.\n\n Examples:\n\n Creating config for mxfp8:\n\n >>> configs = [jax.nn.get_scaled_dot_general_config('mxfp8')] * 3\n\n Creating config for nvfp4:\n\n >>> global_scale = jnp.array([0.5], jnp.float32)\n >>> configs = [jax.nn.get_scaled_dot_general_config('nvfp4', global_scale)] * 3\n\n Using scaled_dot_general with the configs:\n\n >>> import functools\n >>> scaled_dot_general_fn = functools.partial(jax.nn.scaled_dot_general, configs=configs)\n >>> lhs = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64))\n >>> rhs = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64))\n >>> out = scaled_dot_general_fn(lhs, rhs, (((2,), (2,)), ((0,), (0,)))) # doctest: +SKIP\n """"""\n if implementation is not None:\n warnings.warn(""Backend selector, now ignored. The system chooses the ""\n ""backend automatically."", DeprecationWarning)\n\n if configs is None:\n return lax.dot_general(lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type)\n\n out = cudnn_scaled_dot_general(\n lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type,\n configs=configs\n )\n\n return out\n",python,tab +4921,15298877,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37837,0,"",python,selection_command +4922,15532470,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37843,0,"",python,selection_command +4923,15532566,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37847,0,"",python,selection_command +4924,15532964,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37849,0,"",python,selection_command +4925,15602613,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37837,0,"",python,selection_command +4926,15604896,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +4927,15604896,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77888,0,"",python,selection_command +4928,15607037,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +4929,15607037,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37837,0,"",python,selection_command +4930,15616526,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +4931,15616526,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77888,0,"",python,selection_command +4932,15619445,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +4933,15619445,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37837,0,"",python,selection_command +4934,15619940,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37843,0,"",python,selection_command +4935,15620134,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37847,0,"",python,selection_command +4936,15620271,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37849,0,"",python,selection_command +4937,15620836,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"# Copyright 2024 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport enum\nimport functools\nimport json\nimport math\nfrom typing import TypedDict\n\nimport jax\nfrom jax import dtypes\nfrom jax._src import core\nfrom jax._src import dispatch\nfrom jax._src.custom_partitioning import custom_partitioning\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.lib import cuda_versions\nfrom jax._src import xla_bridge\nfrom jax._src.lib.mlir import ir\nfrom jax._src.lib.mlir.dialects import hlo\nimport jax.numpy as jnp\nfrom jax.sharding import NamedSharding, PartitionSpec\n\nArray = jnp.ndarray\n\nclass FP8Params(TypedDict):\n amax_dQ: float # Amax of gradient of query\n amax_dK: float # Amax of gradient of key\n amax_dV: float # Amax of gradient of value\n amax_dP: float # Amax of gradient of state\n descale_q: float # Descaling factor of query\n descale_k: float # Descaling factor of key\n descale_v: float # Descaling factor of value\n descale_s: float # Descaling factor of attention score\n scale_s: float # Scale factor for S tensor\n scale_o: float # Scale factor for output\n descale_o: float # Descale factor for output (bwd)\n descale_dO: float # Descale factor for output gradient (bwd)\n descale_dP: float # Descale factor for P gradient tensor (bwd)\n scale_dQ: float # Scale factor for query gradient (bwd)\n scale_dK: float # Scale factor for key gradient (bwd)\n scale_dV: float # Scale factor for value gradient (bwd)\n scale_dP: float # Scale factor for state gradient (bwd)\n\n\nclass AttentionLayout(enum.Enum):\n BTNH = 0\n BNTH = 1\n\n\nclass MaskType(enum.Enum):\n NO_MASK = 0\n PADDING = 1\n CAUSAL = 2\n PADDING_CAUSAL = 3\n ALIBI = 4\n\n\ndef convert_mask_type_to_string(mask_type: MaskType) -> str:\n if mask_type == MaskType.NO_MASK:\n return ""NO_MASK""\n elif mask_type == MaskType.PADDING:\n return ""PADDING""\n elif mask_type == MaskType.CAUSAL:\n return ""CAUSAL""\n elif mask_type == MaskType.PADDING_CAUSAL:\n return ""PADDING_CAUSAL""\n elif mask_type == MaskType.ALIBI:\n return ""ALIBI""\n else:\n raise ValueError(f""Unexpected mask type: {mask_type}"")\n\ndef has_padding(mask_type: MaskType) -> bool:\n return mask_type == MaskType.PADDING or mask_type == MaskType.PADDING_CAUSAL\n\ndef should_export_dbias(bias_shape, query_shape, layout) -> bool:\n b_B, b_N, _, _ = bias_shape\n if layout == AttentionLayout.BNTH.value:\n _, q_N, _, _ = query_shape\n else:\n _, _, q_N, _ = query_shape\n return b_B == 1 and b_N == q_N\n\ndef get_large_negative_number(dtype):\n # temp WAR as cuDNN has a bug for subtraction between two large negative value\n if dtype == jnp.bfloat16:\n return jnp.asarray(-2 << 40, dtype=dtype)\n elif dtype == jnp.float16:\n return jnp.asarray(-2 << 14, dtype=dtype)\n else:\n raise ValueError(""Unsupported dtype for inputs."")\n\ndef _normalize_layout(layout: str) -> AttentionLayout:\n layout_upper = layout.upper()\n if layout_upper in [""BSNH"", ""BNSH"", ""BTNH"", ""BNTH""]:\n return AttentionLayout[layout_upper.replace(""S"", ""T"")]\n else:\n raise ValueError(f""Unsupported qkv_layout: {layout}"")\n\ndef element_type_to_backend_config_type_mapping(dtype):\n _element_type_to_backend_config_type_mapping = {\n ir.BF16Type.get(): ""BF16"",\n ir.F16Type.get(): ""F16"",\n }\n return _element_type_to_backend_config_type_mapping[dtype]\n\ndef default_layouts(*shapes):\n return [range(len(shape) - 1, -1, -1) for shape in shapes]\n\ndef get_max_seg_per_batch(q_offsets):\n return q_offsets.shape[1] - 1 if len(q_offsets.shape) == 2 else 1\n\ndef check_is_paged_attention(page_table_k):\n return len(page_table_k.shape) == 4\n\ndef create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd\n):\n # Q, K, V: query, key, value in shape of BT(S)NH or BNT(S)H\n # P: BMM1 output in shape of BNTS\n # O: BMM2 output in the same shape with Q\n # BMM1: Q @ K -> P\n # BMM2: P @ V -> O\n # BMM1Grad1: dP @ Q -> dK\n # BMM1Grad2: dP @ K -> dQ\n # BMM2Grad1: P @ dO -> dV\n # BMM2Grad2: dO @ V -> dP\n cudnn_fmha_backend_config = {\n ""algorithm"": {\n ""algo_id"": ""0"",\n ""math_type"": ""TENSOR_OP_MATH"",\n ""tuning_knobs"": {""17"": ""1"", ""24"": ""0""},\n ""is_cudnn_frontend"": True,\n ""workspace_size"": ""0"",\n },\n ""fmha_scale"": fmha_scale,\n ""intermediate_tensor_shape"": {\n ""element_type"": element_type_to_backend_config_type_mapping(dtype),\n ""dimensions"": [str(batch), str(num_heads), str(seq_q), str(seq_kv)],\n ""tuple_shapes"": [],\n ""layout"": {\n ""dim_level_types"": [],\n ""dim_unique"": [],\n ""dim_ordered"": [],\n ""minor_to_major"": [""3"", ""2"", ""1"", ""0""],\n ""tiles"": [],\n ""element_size_in_bits"": ""0"",\n ""memory_space"": ""0"",\n ""index_primitive_type"": ""PRIMITIVE_TYPE_INVALID"",\n ""pointer_primitive_type"": ""PRIMITIVE_TYPE_INVALID"",\n ""dynamic_shape_metadata_prefix_bytes"": ""0"",\n },\n ""is_dynamic_dimension"": [False, False, False, False],\n },\n ""is_flash_attention"": True,\n ""mask_type"": convert_mask_type_to_string(mask_type),\n }\n\n # We define the contracting and batch dims in the format of\n # ((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims,\n # rhs_batch_dims)).\n if layout == AttentionLayout.BNTH.value:\n dims = [\n ((3, 3), ((0, 1), (0, 1))), # BMM1: BNTH,BNSH->BNTS\n ((3, 2), ((0, 1), (0, 1))), # BMM2: BNTS,BNSH->BNTH\n ((2, 2), ((0, 1), (0, 1))), # BMM1_grad_1: BNTS,BNTH->BNSH\n ((3, 2), ((0, 1), (0, 1))), # BMM1_grad_2: BNTS,BNSH->BNTH\n ((2, 2), ((0, 1), (0, 1))), # BMM2_grad_1: BNTS,BNTH->BNSH\n ((3, 3), ((0, 1), (0, 1))), # BMM2_grad_2: BNTH,BNSH->BNTS\n ]\n else:\n dims = [\n ((3, 3), ((0, 2), (0, 2))), # BMM1: BTNH,BSNH->BNTS\n ((3, 1), ((0, 1), (0, 2))), # BMM2: BNTS,BSNH->BTNH\n ((2, 1), ((0, 1), (0, 2))), # BMM1_grad_1: BNTS,BTNH->BSNH\n ((3, 1), ((0, 1), (0, 2))), # BMM1_grad_2: BNTS,BSNH->BTNH\n ((2, 1), ((0, 1), (0, 2))), # BMM2_grad_1: BNTS,BTNH->BSNH\n ((3, 3), ((0, 2), (0, 2))), # BMM2_grad_2: BTNH,BSNH->BNTS\n ]\n keys = [\n ""bmm1_dot_dimension_numbers"",\n ""bmm2_dot_dimension_numbers"",\n ""bmm1_grad_gemm1_dot_dimension_numbers"",\n ""bmm1_grad_gemm2_dot_dimension_numbers"",\n ""bmm2_grad_gemm1_dot_dimension_numbers"",\n ""bmm2_grad_gemm2_dot_dimension_numbers"",\n ]\n fwd_dot_number = {}\n bwd_dot_number = {}\n for idx, (key, ((lc, rc), (lb, rb))) in enumerate(zip(keys, dims)):\n dims_to_write = fwd_dot_number if idx < 2 else bwd_dot_number\n dims_to_write[key] = {\n ""lhs_contracting_dimensions"": [str(lc)],\n ""rhs_contracting_dimensions"": [str(rc)],\n ""lhs_batch_dimensions"": [str(i) for i in lb],\n ""rhs_batch_dimensions"": [str(i) for i in rb],\n }\n\n if is_bwd:\n cudnn_fmha_backend_config = {**cudnn_fmha_backend_config, **bwd_dot_number}\n else:\n cudnn_fmha_backend_config = {**cudnn_fmha_backend_config, **fwd_dot_number}\n backend_config = {\n ""operation_queue_id"":""0"",\n ""wait_on_operation_queues"":[],\n ""cudnn_fmha_backend_config"": cudnn_fmha_backend_config\n }\n return backend_config\n\ndef create_dot_product_attention_backend_config(\n batch,\n num_heads,\n seq_q,\n seq_kv,\n dtype,\n fmha_scale,\n seed,\n dropout_rate,\n mask_type,\n layout,\n sliding_window_length,\n max_seg_per_batch,\n is_paged_attention,\n is_bwd\n):\n backend_config = create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype,\n fmha_scale, mask_type, layout, is_bwd\n )\n if sliding_window_length is None:\n sliding_window_length = 0\n backend_config['cudnn_fmha_backend_config'][""dropout_rate""] = dropout_rate\n backend_config['cudnn_fmha_backend_config'][""seed""] = seed\n backend_config['cudnn_fmha_backend_config'][""sliding_window_length""] = sliding_window_length\n backend_config['cudnn_fmha_backend_config'][""max_seg_per_batch""] = max_seg_per_batch\n backend_config['cudnn_fmha_backend_config'][""is_paged_attention""] = is_paged_attention\n return json.dumps(backend_config)\n\ndef create_dot_product_attention_fp8_backend_config(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd):\n backend_config = create_dot_product_attention_backend_config_base(\n batch, num_heads, seq_q, seq_kv, dtype, fmha_scale, mask_type, layout, is_bwd)\n return json.dumps(backend_config)\n\n# mapping from (is_bwd, has_dropout, has_bias) to custom call name\n_custom_name_maps = {\n # fMHA forward call targets.\n (False, False, False, False): ""__cudnn$fmhaSoftmax"",\n (False, False, True, False): ""__cudnn$fmhaScaleBiasSoftmax"",\n (False, True, False, False): ""__cudnn$fmhaSoftmaxDropout"",\n (False, True, True, False): ""__cudnn$fmhaScaleBiasSoftmaxDropout"",\n (False, False, False, True): ""__cudnn$fmhaSoftmaxF8"",\n # fMHA backward call targets.\n (True, False, False, False): ""__cudnn$fmhaSoftmaxBackward"",\n (True, False, True, False): ""__cudnn$fmhaScaleBiasSoftmaxBackward"",\n (True, True, False, False): ""__cudnn$fmhaSoftmaxDropoutBackward"",\n (True, True, True, False): ""__cudnn$fmhaScaleBiasSoftmaxDropoutBackward"",\n (True, False, False, True): ""__cudnn$fmhaSoftmaxBackwardF8"",\n}\n\ndef get_custom_call_name(has_bias, has_dropout, is_bwd, is_fp8=False):\n return _custom_name_maps[(is_bwd, has_dropout, has_bias, is_fp8)]\n\nget_fp8_custom_call_name = functools.partial(\n get_custom_call_name, has_bias=False, has_dropout=False, is_fp8=True\n)\n\ndef check_layout(query, key, value, bias, q_seqlen, kv_seqlen,\n q_offsets, kv_offsets, page_table_k, page_table_v, layout):\n def check_eq(a, b, c, msg):\n if not (a == b == c):\n raise ValueError(f""{msg} must be same, got {a}, {b}, {b}"")\n\n q_rank, k_rank, v_rank = len(query.shape), len(key.shape), len(value.shape)\n if q_rank != 4:\n raise ValueError(f""Q must have a rank of 4, got {q_rank}"")\n check_eq(q_rank, k_rank, v_rank, ""QKV rank"")\n\n q_dtype, k_dtype, v_dtype = query.dtype, key.dtype, value.dtype\n if q_dtype not in [jnp.bfloat16, jnp.float16, jnp.float8_e4m3fn, jnp.float8_e5m2]:\n raise NotImplementedError(f""Q must be fp16/bf16/fp8_e4m3fn/fp8_e5m2, got {q_dtype}"")\n check_eq(q_dtype, k_dtype, v_dtype, ""QKV dtype"")\n\n if layout == AttentionLayout.BNTH:\n qB, qN, qT, qH = query.shape\n kB, kN, kS, kH = key.shape\n vB, vN, vS, vH = value.shape\n else:\n assert layout == AttentionLayout.BTNH\n qB, qT, qN, qH = query.shape\n kB, kS, kN, kH = key.shape\n vB, vS, vN, vH = value.shape\n\n if page_table_k is not None and page_table_v is not None:\n k_blocks, k_block_size = kB, kS\n v_blocks, v_block_size = vB, vS\n kB, _, k_blocks_per_batch, _ = page_table_k.shape\n vB, _, v_blocks_per_batch, _ = page_table_v.shape\n kS = k_blocks_per_batch * k_block_size\n vS = v_blocks_per_batch * v_block_size\n if kB * k_blocks_per_batch != k_blocks:\n raise ValueError(\n f""Key and page_table_k must have same number of blocks, ""\n f""got {k_blocks} vs {kB * k_blocks_per_batch}"")\n if vB * v_blocks_per_batch != v_blocks:\n raise ValueError(\n f""Value and page_table_v must have same number of blocks, ""\n f""got {v_blocks} vs {vB * v_blocks_per_batch}"")\n\n check_eq(qB, kB, vB, ""QKV batch"")\n check_eq(qH, kH, vH, ""QKV dim_per_head"")\n if kN != vN:\n raise ValueError(f""KV must have same number of heads, got {kN} vs {vN}"")\n if kS != vS:\n raise ValueError(f""KV must have same seq length, got {kS} vs {vS}"")\n\n # check bias\n if bias is not None:\n _, _, bT, bS = bias.shape\n if bT != qT or bS != vS:\n raise ValueError(\n f""Bias must have same seq length as QKV, got {bT} and {bS}"")\n\n # check q_seqlen/kv_seqlen/q_offsets/kv_offsets\n expected_rank = 2 if q_offsets is not None else 1\n def check_seqlen_offsets(tensor, name):\n if tensor is not None:\n dtype = tensor.dtype\n rank = len(tensor.shape)\n if dtype != jnp.int32:\n raise ValueError(f""{name} must have int32 datatype, got {dtype}"")\n if rank != expected_rank:\n raise ValueError(f""{name} must have a rank of {expected_rank}, got {rank}"")\n b = tensor.shape[0]\n if b != qB:\n raise ValueError(f""{name} must have same batch as Q, got {b}"")\n\n check_seqlen_offsets(q_seqlen, ""q_seqlen"")\n check_seqlen_offsets(kv_seqlen, ""kv_seqlen"")\n check_seqlen_offsets(q_offsets, ""q_offsets"")\n check_seqlen_offsets(kv_offsets, ""kv_offsets"")\n\n\ndef check_is_flash_attention(\n query, key, layout: int, cudnn_version, has_bias, is_training, is_packed=False,\n is_paged_attention=False, is_fp8=False):\n # Extract sequence length (T) and head dim (H) based on layout\n if layout == AttentionLayout.BNTH.value:\n _, _, T, H = query.shape\n _, _, S, _ = key.shape\n else:\n _, T, _, H = query.shape\n _, S, _, _ = key.shape\n\n # Flash attention conditions\n if is_fp8:\n # FP8 specific conditions\n if not ((is_training and H == 128 and T % 128 == 0 and S % 128 == 0) or\n (not is_training and H <= 256 and H % 16 == 0)):\n raise NotImplementedError(\n f""Unsupported sequence length Q {T}, KV {S} and head dim {H} for FP8.""\n )\n else:\n # bf16/fp16 attention conditions\n # Check the head dim.\n is_on_hopper = is_cuda_compute_capability_equal(""9.0"")\n H_max = 256 if cudnn_version >= 90500 and is_on_hopper else 128\n if not (H <= H_max and H % 8 == 0):\n raise NotImplementedError(\n f""The head dim must be <= {H_max} and a multiple of 8, ""\n f""but got {H}.""\n )\n\n # Check patterns with bias, seqlen should be divisible by 2\n if (is_training and has_bias and (T % 2 != 0 or S % 2 != 0)):\n raise NotImplementedError(\n f""Unsupported sequence length Q {T}, KV {S}.""\n )\n\n if is_packed and (cudnn_version < 90600 or not check_compute_capability(""9.0"")):\n raise NotImplementedError(\n ""Packed layout requires cudnn version >= 9.6 and at least hopper arch."")\n if is_paged_attention and cudnn_version < 90500:\n raise NotImplementedError(""Page attention requires cudnn version >= 9.5."")\n\ndef check_cudnn_version():\n # check if cuDNN is installed\n if cuda_versions is None:\n raise RuntimeError(""cuDNN is not detected."")\n return cuda_versions.cudnn_get_version()\n\ndef check_compute_capability(capability):\n if not 'cuda' in xla_bridge.get_backend().platform_version:\n return False\n d, *_ = jax.local_devices(backend=""gpu"")\n target = tuple(int(x) for x in capability.split("".""))\n current = tuple(int(x) for x in d.compute_capability.split("".""))\n return current >= target\n\ndef is_cuda_compute_capability_equal(capability):\n if not 'cuda' in xla_bridge.get_backend().platform_version:\n return False\n d, *_ = jax.local_devices(backend=""gpu"")\n target = tuple(int(x) for x in capability.split("".""))\n current = tuple(int(x) for x in d.compute_capability.split("".""))\n return current == target\n\ndef _dot_product_attention_fwd(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v,\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, cudnn_version, return_residual):\n # check if flash attention is supported for this attention pattern\n check_is_flash_attention(\n query, key, layout, cudnn_version, bias is not None, False,\n get_max_seg_per_batch(q_offsets) > 1, check_is_paged_attention(page_table_k))\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=False or return_residual)\n if return_residual:\n return tuple(outputs)\n else:\n return outputs[0]\n\ndef _dot_product_attention_fwd_rule(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, cudnn_version,\n return_residual):\n # check if flash attention is supported for this attention pattern\n check_is_flash_attention(\n query, key, layout, cudnn_version, bias is not None, True,\n get_max_seg_per_batch(q_offsets) > 1)\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=True)\n res = (query, key, value, bias, q_seqlen, kv_seqlen, q_offsets,\n kv_offsets, page_table_k, page_table_v, outputs[1], outputs[0])\n if return_residual:\n return tuple(outputs), res\n else:\n return outputs[0], res\n\ndef _dot_product_attention_bwd_rule(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, is_training, return_residual, res, grad_output):\n (query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output) = res\n if return_residual:\n grad_output = grad_output[0]\n grads = _dot_product_attention_bwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed, dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length\n )\n grads = (*grads,) + (None,) * (10 - len(grads))\n return grads\n\ndef _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key):\n # fix seqlen and offsets to what cuDNN expects in sequence packing.\n # cuDNN expects seqlen to have shape [S] where S is the total number of segments\n # while the SDPA API accetps seqlen with shape [B, M] where B is the batch and M\n # is the maximum number of segments of one batch. B x M is larger than S and seqlen\n # is filled with -1 for padded regions. Therefore, we need to shift all non negative\n # values to left side to form a correct seqlen. Similar layout is required for\n # offsets tensors.\n # cuDNN expects offsets to have offset for each segment starting from first segment\n # while SDPA API accetps offsets to have offset for each segment starting from\n # current batch, therefore we need to calculate accumulative offset of each segment\n # starting from first segment.\n def _shift_to_left(x, fill_value):\n # shift any non-negative value to left\n # [[1, 3, -1, -1], [2, 3, 4, -1]]\n # -> [[1, 3, 2, 3], [4, -1, -1, -1]]\n x_shape = x.shape\n x = x.flatten()\n size = x.size\n indices = jnp.nonzero(x >= 0, size=size, fill_value=size)[0]\n y = jnp.take(x, indices, fill_value=fill_value)\n return jnp.reshape(y, x_shape)\n\n def _cu_offset(offsets, max_seq):\n # calculate accumulative offset by batch\n # [[1, 3, 5, 7], [4, 5, -1, -1]], max_seq = 8\n # -> [[1, 3, 5, 7], [12, 13, -1, -1]]\n batch = offsets.shape[0]\n offsets = jnp.where(\n offsets >= 0,\n offsets + (jnp.arange(batch, dtype=offsets.dtype) * max_seq)[..., jnp.newaxis],\n offsets,\n )\n return offsets\n\n if get_max_seg_per_batch(q_offsets) > 1:\n B, T, N, H = query.shape\n _, S, _, _ = key.shape\n\n q_seqlen = _shift_to_left(q_seqlen, -1)\n kv_seqlen = _shift_to_left(kv_seqlen, -1)\n\n q_offsets = _cu_offset(q_offsets, T)\n kv_offsets = _cu_offset(kv_offsets, S)\n q_offsets = _shift_to_left(q_offsets, -1)\n kv_offsets = _shift_to_left(kv_offsets, -1)\n\n # mark any invalid entries as maximum offset\n q_offsets = jnp.where(q_offsets < 0, B * T, q_offsets)\n kv_offsets = jnp.where(kv_offsets < 0, B * S, kv_offsets)\n\n # multiply by stride_per_token to get correct offsets\n # do it here because real stride changes after sharding\n q_offsets = q_offsets * N * H\n kv_offsets = kv_offsets * N * H\n\n return q_seqlen, kv_seqlen, q_offsets, kv_offsets\n\ndef _dot_product_attention_fwd_impl(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n # args: {Q, K, V, mask*, bias*}\n q_seqlen, kv_seqlen, q_offsets, kv_offsets = \\n _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key)\n outputs = _dot_product_attention_fwd_p.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=is_training)\n return outputs\n\ndef _dot_product_attention_bwd_impl(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output, scale,\n seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n q_seqlen, kv_seqlen, q_offsets, kv_offsets = \\n _fix_seqlen_offsets(q_seqlen, kv_seqlen, q_offsets, kv_offsets, query, key)\n grads = _dot_product_attention_bwd_p.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed,\n dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length)\n return grads\n\ndef _dot_product_attention_fwd_abstract(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n if layout == AttentionLayout.BNTH.value:\n B, N, T, _ = query.shape\n _, _, S, _ = key.shape\n else:\n B, T, N, _ = query.shape\n _, S, _, _ = key.shape\n output_shape = query.shape\n\n max_seg_per_batch = get_max_seg_per_batch(q_offsets)\n softmax_stat_shape = (B * max_seg_per_batch, N, T)\n\n if is_training:\n return (\n core.ShapedArray(output_shape, query_dtype), # output\n core.ShapedArray(softmax_stat_shape, jnp.float32), # softmax_stat\n )\n else:\n return (\n core.ShapedArray(output_shape, query_dtype), # output\n )\n\ndef _dot_product_attention_bwd_abstract(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output, *,\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n key_dtype = dtypes.canonicalize_dtype(key.dtype)\n value_dtype = dtypes.canonicalize_dtype(value.dtype)\n\n _, has_dbias = variadic_args\n if has_dbias:\n # cuDNN supports bias for this case\n bias_dtype = dtypes.canonicalize_dtype(bias.dtype)\n return (\n core.ShapedArray(\n query.shape, query_dtype\n ), # grad query\n core.ShapedArray(\n key.shape, key_dtype\n ), # grad key\n core.ShapedArray(\n value.shape, value_dtype\n ), # grad value\n core.ShapedArray(\n bias.shape, bias_dtype\n ), # grad bias\n )\n else:\n return (\n core.ShapedArray(\n query.shape, query_dtype\n ), # grad query\n core.ShapedArray(\n key.shape, key_dtype\n ), # grad key\n core.ShapedArray(\n value.shape, value_dtype\n ), # grad value\n )\n\ndef _dot_product_attention_fwd_cuda_lowering(\n ctx, query, key, value, bias, q_seqlen, kv_seqlen, q_offsets,\n kv_offsets, page_table_k, page_table_v, scale, seed, dropout_rate,\n variadic_args, mask_type, layout, sliding_window_length, is_training):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n\n if layout == AttentionLayout.BNTH.value:\n B, N, T, H = query_shape\n _, _, S, _ = key_shape\n output_layout = (3, 2, 1, 0)\n output_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, N, H = query_shape\n _, S, _, _ = key_shape\n output_layout = (3, 1, 2, 0)\n output_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n max_seg_per_batch = get_max_seg_per_batch(ir.RankedTensorType(q_offsets.type))\n is_paged_attention = check_is_paged_attention(ir.RankedTensorType(page_table_k.type))\n\n output_shape = (B, N, T, H)\n softmax_stat_shape = (B * max_seg_per_batch, N, T)\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n\n has_bias, _ = variadic_args\n backend_config = create_dot_product_attention_backend_config(\n B, N, T, S, query_type.element_type, scale, seed, dropout_rate,\n mask_type, layout, sliding_window_length, max_seg_per_batch,\n is_paged_attention, is_bwd=False)\n # {Q, K, V, bias*, q_seqlen*, kv_seqlen*, q_offsets*, kv_offsets*}}\n # {output, activation*, workspace}\n has_dropout = dropout_rate > 0\n operands = [query, key, value]\n if has_bias:\n operands.append(bias)\n if has_padding(mask_type) or max_seg_per_batch > 1 or is_paged_attention:\n operands.append(q_seqlen)\n operands.append(kv_seqlen)\n if max_seg_per_batch > 1:\n operands.append(q_offsets)\n operands.append(kv_offsets)\n if is_paged_attention:\n operands.append(page_table_k)\n operands.append(page_table_v)\n\n custom_call_name = get_custom_call_name(has_bias, has_dropout, False)\n\n if is_training:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get(softmax_stat_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type),\n ]\n result_layouts = [output_layout] + default_layouts(softmax_stat_shape, workspace_shape)\n else:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get(workspace_shape, workspace_type)\n ]\n result_layouts = [output_layout] + default_layouts(workspace_shape)\n # create custom call here\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n # drop workspace memory\n # output should be (B, T, N, H) instead of (B, N, T, H)\n if is_training:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1]]\n else:\n return [hlo.transpose(out.results[0], output_transpose_perm)]\n\ndef _dot_product_attention_bwd_cuda_lowering(\n ctx, query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n value_type = ir.RankedTensorType(value.type)\n\n if layout == AttentionLayout.BNTH.value:\n B, q_N, T, H = query_shape\n _, k_N, S, _ = key_shape\n grad_layout = (3, 2, 1, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, q_N, H = query_shape\n _, S, k_N, _ = key_shape\n grad_layout = (3, 1, 2, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n\n grad_query_shape = (B, q_N, T, H)\n grad_key_shape = (B, k_N, S, H)\n grad_value_shape = (B, k_N, S, H)\n\n has_bias, has_dbias = variadic_args\n max_seg_per_batch = get_max_seg_per_batch(ir.RankedTensorType(q_offsets.type))\n backend_config = create_dot_product_attention_backend_config(\n B, q_N, T, S, query_type.element_type, scale, seed, dropout_rate,\n mask_type, layout, sliding_window_length, max_seg_per_batch,\n False, is_bwd=True)\n # {Q, K, V, activation, dO, bias*, O, q_seqlen*, kv_seqlen*,\n # q_offsets*, kv_offsets*}\n # {dQ, dK, dV, dbias*, workspace}\n has_dropout = dropout_rate > 0\n # create operands\n operands = [query, key, value, activation, grad_output]\n if has_bias:\n # flash attention requires bias in the bwd for remat\n operands.append(bias)\n operands.append(fwd_output)\n if has_padding(mask_type) or max_seg_per_batch > 1:\n operands.append(q_seqlen)\n operands.append(kv_seqlen)\n if max_seg_per_batch > 1:\n operands.append(q_offsets)\n operands.append(kv_offsets)\n # get custom call name\n custom_call_name = get_custom_call_name(has_bias, has_dropout, True)\n\n # create output types and layouts\n # grad_query, grad_key, grad_value\n result_types = [\n ir.RankedTensorType.get(grad_query_shape, query_type.element_type),\n ir.RankedTensorType.get(grad_key_shape, key_type.element_type),\n ir.RankedTensorType.get(grad_value_shape, value_type.element_type),\n ]\n result_layouts = [grad_layout, grad_layout, grad_layout]\n bias_type = ir.RankedTensorType(bias.type)\n bias_shape = bias_type.shape\n if has_dbias:\n # cuDNN supports bias for this case\n result_types.append(\n ir.RankedTensorType.get(bias_shape, bias_type.element_type))\n result_layouts = result_layouts + default_layouts(bias_shape)\n # workspace\n result_types.append(ir.RankedTensorType.get(workspace_shape, workspace_type))\n result_layouts = result_layouts + default_layouts(workspace_shape)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n dqkv = (hlo.transpose(out.results[0], grad_transpose_perm),\n hlo.transpose(out.results[1], grad_transpose_perm),\n hlo.transpose(out.results[2], grad_transpose_perm))\n # Only keep dQ, dK, dV and dBias here\n if has_dbias:\n return dqkv + (out.results[3],)\n else:\n return dqkv\n\n# batcher\ndef _check_valid_batch_dims(bdims):\n for dim in bdims:\n if dim not in [0, None]:\n raise NotImplementedError(\n f""Currently only support batch_dim in [0, None], but got {dim=}"")\n\ndef _dot_product_attention_fwd_batcher(\n batched_args, batch_dims, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length, is_training):\n _check_valid_batch_dims(batch_dims)\n query, key, value, bias, q_seqlen, kv_seqlen, \\n q_offsets, kv_offsets, page_table_k, page_table_v = batched_args\n query_bdim = batch_dims[0]\n if is_training:\n out_bdims = query_bdim, query_bdim\n else:\n out_bdims = (query_bdim,)\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n has_bias, _ = variadic_args\n original_shape = query.shape\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n if has_bias and batch_dims[3] is not None:\n bias = jnp.reshape(bias, (B, N, T, S))\n if has_padding(mask_type):\n q_seqlen = jnp.reshape(q_seqlen, (B, ))\n kv_seqlen = jnp.reshape(kv_seqlen, (B, ))\n\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length, is_training=is_training)\n\n # reshape to original shape\n output = outputs[0]\n output = jnp.reshape(output, original_shape)\n if is_training:\n activation = outputs[1]\n activation = jnp.reshape(activation, (*Bs, N, T))\n return (output, activation), out_bdims\n else:\n return (output,), out_bdims\n\ndef _dot_product_attention_bwd_batcher(\n batched_args, batch_dims, *, scale, seed, dropout_rate, variadic_args,\n mask_type, layout, sliding_window_length):\n _check_valid_batch_dims(batch_dims)\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets, \\n page_table_k, page_table_v, activation, fwd_output, grad_output = batched_args\n query_bdim = batch_dims[0]\n out_bdims = query_bdim, query_bdim, query_bdim\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n has_bias, has_dbias = variadic_args\n # Reset the has_dbias if the combined batch size is not 1, because cuDNN only\n # supports dbias with a single batch. In this case, an all-zero dbias will be\n # appended instead.\n if B > 1:\n variadic_args = (has_bias, False)\n original_query_shape = query.shape\n original_key_shape = key.shape\n original_value_shape = value.shape\n original_bias_shape = bias.shape if has_bias else None\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n if has_bias and batch_dims[3] is not None:\n bias = jnp.reshape(bias, (B, N, T, S))\n if has_padding(mask_type):\n q_seqlen = jnp.reshape(q_seqlen, (B, ))\n kv_seqlen = jnp.reshape(kv_seqlen, (B, ))\n\n activation = jnp.reshape(activation, (B, N, T))\n fwd_output = jnp.reshape(fwd_output, (B,) + query.shape[-3:])\n grad_output = jnp.reshape(grad_output, (B,) + query.shape[-3:])\n\n grads = _dot_product_attention_bwd_p_wrapper.bind(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, activation, fwd_output, grad_output,\n scale=scale, seed=seed, dropout_rate=dropout_rate, variadic_args=variadic_args,\n mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length,\n )\n\n # reshape to original shape\n grads[0] = jnp.reshape(grads[0], original_query_shape)\n grads[1] = jnp.reshape(grads[1], original_key_shape)\n grads[2] = jnp.reshape(grads[2], original_value_shape)\n if has_dbias:\n assert has_bias\n if variadic_args[1]:\n grads[3] = jnp.reshape(grads[3], original_bias_shape)\n else:\n grads.append(jnp.zeros(original_bias_shape, bias.dtype))\n out_bdims += (batch_dims[3],)\n return grads, out_bdims\n\n# custom partitioning\ndef _get_padded_spec(arg_info):\n spec = None if arg_info.sharding is None else arg_info.sharding.spec\n ndim = arg_info.ndim\n if spec is None:\n return (None,) * ndim\n assert len(spec) <= ndim\n return spec + (None,) * (ndim - len(spec))\n\ndef _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout):\n # check qkv spec\n if not query_spec == key_spec == value_spec:\n raise ValueError(""Query, key and value should have same sharding."")\n if layout == AttentionLayout.BNTH.value:\n *batch_spec, num_head_spec, q_seq_spec, head_spec = query_spec\n else:\n *batch_spec, q_seq_spec, num_head_spec, head_spec = query_spec\n if q_seq_spec is not None:\n raise ValueError(""Sharding on sequence dim is not allowed."")\n if head_spec is not None:\n raise ValueError(""Sharding on head dim is not allowed."")\n # check bias spec\n if bias_spec:\n *bias_batch_spec, bias_num_head_spec, bias_q_seq_spec, bias_kv_seq_spec = bias_spec\n if any(bias_batch_spec) and bias_batch_spec != batch_spec or \\n bias_num_head_spec is not None and bias_num_head_spec != num_head_spec:\n raise ValueError(\n ""Query and bias should have same sharding on batch and num_head dim."")\n if bias_q_seq_spec is not None or bias_kv_seq_spec is not None:\n raise ValueError(""Sharding on bias sequence dim is not allowed."")\n\n\n# fwd custom partition\ndef _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args,is_training, layout):\n # only sharding on batch and num_head dim is allowed\n # (*batch, q_seq, num_head, head)\n query_spec = _get_padded_spec(arg_shapes[0])\n # (*batch, kv_seq, num_head, head)\n key_spec = _get_padded_spec(arg_shapes[1])\n value_spec = _get_padded_spec(arg_shapes[2])\n has_bias, _ = variadic_args\n bias_spec = _get_padded_spec(arg_shapes[3]) if has_bias else None\n\n _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout)\n # keep out sharding same as query sharding since they have same shape\n out_sharding = NamedSharding(mesh, PartitionSpec(*query_spec))\n if is_training:\n # activation sharding\n *batch_spec, q_seq_spec, num_head_spec, _ = query_spec\n activation_sharding = NamedSharding(\n mesh, PartitionSpec(*batch_spec, num_head_spec, q_seq_spec, None))\n return [out_sharding, activation_sharding]\n return [out_sharding]\n\n_dot_product_attention_fwd_lower = custom_partitioning(\n _dot_product_attention_fwd_impl, static_argnums=(10, 11, 12, 13, 14, 15, 16, 17))\n\ndef _dot_product_attention_fwd_infer_sharding_from_operands(\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length,\n is_training, mesh, arg_shapes, result_shape):\n return _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args, is_training, layout)\n\ndef _dot_product_attention_fwd_partition(\n scale, seed, dropout_rate, variadic_args, mask_type, layout, sliding_window_length,\n is_training, mesh, arg_shapes, result_shape):\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n out_shardings = _infer_fwd_output_sharding(\n mesh, arg_shapes, variadic_args, is_training, layout)\n impl = functools.partial(\n _dot_product_attention_fwd_impl,\n scale=scale,\n seed=seed,\n dropout_rate=dropout_rate,\n variadic_args=variadic_args,\n mask_type=mask_type,\n layout=layout,\n sliding_window_length=sliding_window_length,\n is_training=is_training,\n )\n return mesh, impl, out_shardings, arg_shardings\n\n# bwd custom partition\ndef _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args):\n # (*batch, q_seq, num_head, head)\n query_spec = _get_padded_spec(arg_shapes[0])\n # (*batch, kv_seq, num_head, head)\n key_spec = _get_padded_spec(arg_shapes[1])\n value_spec = _get_padded_spec(arg_shapes[2])\n has_bias, has_dbias = variadic_args\n bias_spec = _get_padded_spec(arg_shapes[3]) if has_bias else None\n _check_qkv_bias_mask_spec(\n query_spec, key_spec, value_spec, bias_spec, layout)\n # keep grad query sharding same as query sharding\n grad_query_sharding = NamedSharding(mesh, PartitionSpec(*query_spec))\n grad_key_sharding = NamedSharding(mesh, PartitionSpec(*key_spec))\n grad_value_sharding = NamedSharding(mesh, PartitionSpec(*key_spec))\n out_shardings = [grad_query_sharding, grad_key_sharding, grad_value_sharding]\n if has_dbias:\n grad_bias_sharding = NamedSharding(mesh, PartitionSpec(*bias_spec))\n out_shardings = out_shardings + [grad_bias_sharding]\n return out_shardings\n\n_dot_product_attention_bwd_lower = custom_partitioning(\n _dot_product_attention_bwd_impl, static_argnums=(13, 14, 15, 16, 17, 18, 19)\n)\n\ndef _dot_product_attention_bwd_infer_sharding_from_operands(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, mesh, arg_shapes, result_shape):\n return _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n\ndef _dot_product_attention_bwd_partition(\n scale, seed, dropout_rate, variadic_args, mask_type, layout,\n sliding_window_length, mesh, arg_shapes, result_shape):\n out_shardings = _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n def sharded_impl(*args):\n impl = functools.partial(\n _dot_product_attention_bwd_impl,\n scale=scale,\n seed=seed,\n dropout_rate=dropout_rate,\n variadic_args=variadic_args,\n mask_type=mask_type,\n layout=layout,\n sliding_window_length=sliding_window_length,\n )\n grads = impl(*args)\n _, has_dbias = variadic_args\n if has_dbias:\n query_spec = arg_shardings[0].spec\n batch_spec = query_spec[0]\n local_dbias = grads[3]\n global_dbias = jax.lax.psum(local_dbias, batch_spec)\n grads = grads[:3] + [global_dbias]\n return grads\n return mesh, sharded_impl, out_shardings, arg_shardings\n\n# Create dot_product_attention_fwd_p for forward operation.\n_dot_product_attention_fwd_p = core.Primitive(""dot_product_attention_fwd"")\n_dot_product_attention_fwd_p.multiple_results = True\n_dot_product_attention_fwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fwd_p)\n)\n_dot_product_attention_fwd_p.def_abstract_eval(\n _dot_product_attention_fwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fwd_p,\n _dot_product_attention_fwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fwd_wrapper""\n)\n_dot_product_attention_fwd_p_wrapper.multiple_results = True\n_dot_product_attention_fwd_p_wrapper.def_impl(_dot_product_attention_fwd_impl)\n_dot_product_attention_fwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fwd_abstract\n)\n\n# Create dot_product_attention_bwd_p for backward operation.\n_dot_product_attention_bwd_p = core.Primitive(""dot_product_attention_bwd"")\n_dot_product_attention_bwd_p.multiple_results = True\n_dot_product_attention_bwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_bwd_p)\n)\n_dot_product_attention_bwd_p.def_abstract_eval(\n _dot_product_attention_bwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_bwd_p,\n _dot_product_attention_bwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_bwd_p_wrapper = core.Primitive(\n ""dot_product_attention_bwd_wrapper""\n)\n_dot_product_attention_bwd_p_wrapper.multiple_results = True\n_dot_product_attention_bwd_p_wrapper.def_impl(_dot_product_attention_bwd_impl)\n_dot_product_attention_bwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_bwd_abstract\n)\n\nbatching.primitive_batchers[\n _dot_product_attention_fwd_p_wrapper\n] = _dot_product_attention_fwd_batcher\nbatching.primitive_batchers[\n _dot_product_attention_bwd_p_wrapper\n] = _dot_product_attention_bwd_batcher\n\ndef not_implemented_sharding_rule(*args, **kwargs):\n return NotImplementedError(""Sharding rule not implemented."")\n\n_dot_product_attention_fwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fwd_partition,\n sharding_rule=not_implemented_sharding_rule)\n\nmlir.register_lowering(_dot_product_attention_fwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fwd_lower, multiple_results=True))\n\n_dot_product_attention_bwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_bwd_infer_sharding_from_operands,\n partition=_dot_product_attention_bwd_partition,\n sharding_rule=not_implemented_sharding_rule)\n\nmlir.register_lowering(_dot_product_attention_bwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_bwd_lower, multiple_results=True))\n\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fwd_p_wrapper\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_bwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_bwd_p_wrapper\n)\n\n@functools.partial(jax.custom_vjp, nondiff_argnums=(10, 11, 12, 13, 14, 15, 16, 17, 18))\ndef _dot_product_attention(query: Array,\n key: Array,\n value: Array,\n bias: Array,\n q_seqlen: Array,\n kv_seqlen: Array,\n q_offsets: Array,\n kv_offsets: Array,\n page_table_k: Array,\n page_table_v: Array,\n scale: float,\n seed: int,\n dropout_rate: float,\n variadic_args: tuple[bool, ...],\n mask_type: bool,\n layout: int,\n sliding_window_length: int | None,\n cudnn_version: int,\n return_residual: bool):\n output = _dot_product_attention_fwd(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n page_table_k, page_table_v, scale=scale, seed=seed, dropout_rate=dropout_rate,\n variadic_args=variadic_args, mask_type=mask_type, layout=layout,\n sliding_window_length=sliding_window_length,\n cudnn_version=cudnn_version, return_residual=return_residual)\n return output\n\n_dot_product_attention.defvjp(\n _dot_product_attention_fwd_rule, _dot_product_attention_bwd_rule\n)\n\nfp8_params_keys = [\n 'amax_dQ', 'amax_dK', 'amax_dV', 'amax_dP', # place holder for bwd output\n 'descale_q', 'descale_k', 'descale_v', 'descale_s',\n 'scale_s', 'scale_o', 'descale_o', 'descale_dO',\n 'descale_dP', 'scale_dQ', 'scale_dK', 'scale_dV',\n 'scale_dP'\n]\n\nfp8_params_keys_fwd = [\n 'descale_q', 'descale_k', 'descale_v', 'descale_s', 'scale_s', 'scale_o'\n]\nfp8_params_keys_bwd = [\n 'descale_q', 'descale_k', 'descale_v', 'descale_o', 'descale_dO', 'descale_s',\n 'descale_dP', 'scale_s', 'scale_dQ', 'scale_dK', 'scale_dV', 'scale_dP',\n]\nparams_from_keys = lambda params, keys: [params[key] for key in keys]\n\ndef check_fp8_params(params):\n # Check if all required keys are present\n missing_keys = set(fp8_params_keys) - set(params)\n if missing_keys:\n raise ValueError(f""The following keys are missing from fp8_params: {', '.join(missing_keys)}"")\n\ncheck_is_flash_attention_fp8 = functools.partial(\n check_is_flash_attention,\n has_bias=False,\n is_fp8=True\n)\n\ndef _dot_product_attention_fp8_fwd(\n query, key, value,\n fp8_params_fwd,\n scale, use_causal_mask, layout, cudnn_version):\n check_is_flash_attention_fp8(\n query, key, layout, cudnn_version, is_training=False)\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o = fp8_params_fwd\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s,\n scale_s, scale_o,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=False)\n return outputs\n\ndef _dot_product_attention_fp8_fwd_rule(\n query, key, value,\n fp8_params,\n scale, use_causal_mask, layout, cudnn_version):\n check_is_flash_attention_fp8(\n query, key, layout, cudnn_version, is_training=True)\n\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value, *params_from_keys(fp8_params, fp8_params_keys_fwd),\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=True)\n res = (query, key, value, outputs[3], outputs[0], params_from_keys(fp8_params, fp8_params_keys_bwd))\n return (outputs[0], outputs[1], outputs[2]), res\n\ndef _dot_product_attention_fp8_bwd_rule(\n scale, use_causal_mask, layout, cudnn_version, res, g):\n (query, key, value, activation, fwd_output, aux_params) = res\n grad_output = g[0]\n grads = _dot_product_attention_fp8_bwd_p_wrapper.bind(\n query,\n key,\n value,\n fwd_output,\n grad_output,\n activation,\n *aux_params,\n scale=scale,\n use_causal_mask=use_causal_mask,\n layout=layout,\n )\n\n fp8_params_grads = dict.fromkeys(fp8_params_keys)\n keys_to_grad_indices = ['amax_dQ', 'amax_dK', 'amax_dV', 'amax_dP']\n # grads structure: (dQ, dK, dV, amax_dq, amax_dk, amax_dv, amax_dp)\n for i, key in enumerate(keys_to_grad_indices, start=3):\n fp8_params_grads[key] = grads[i]\n\n return (grads[0], grads[1], grads[2], fp8_params_grads)\n\ndef _dot_product_attention_fp8_fwd_impl(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n outputs = _dot_product_attention_fp8_fwd_p.bind(\n query,\n key,\n value,\n descale_q,\n descale_k,\n descale_v,\n descale_s,\n scale_s,\n scale_o,\n scale=scale,\n use_causal_mask=use_causal_mask,\n layout=layout,\n is_training=is_training,\n )\n return outputs\n\ndef _dot_product_attention_fp8_bwd_impl(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale, use_causal_mask, layout):\n grads = _dot_product_attention_fp8_bwd_p.bind(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout)\n return grads\n\n\ndef _dot_product_attention_fp8_fwd_abstract(\n query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n if layout == AttentionLayout.BNTH.value:\n B, N, T, _ = query.shape\n _, _, S, _ = key.shape\n else:\n B, T, N, _ = query.shape\n _, S, _, _ = key.shape\n output_shape = query.shape\n softmax_stat_shape = (B, N, T)\n\n # output, amax_s, amax_o[, softmax_stat]\n if is_training:\n return (\n core.ShapedArray(output_shape, query_dtype),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray(softmax_stat_shape, jnp.float32),\n )\n else:\n return (\n core.ShapedArray(output_shape, query_dtype),\n core.ShapedArray((1,1,1,1), jnp.float32),\n core.ShapedArray((1,1,1,1), jnp.float32),\n )\n\ndef _dot_product_attention_fp8_bwd_abstract(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale, use_causal_mask, layout):\n query_dtype = dtypes.canonicalize_dtype(query.dtype)\n key_dtype = dtypes.canonicalize_dtype(key.dtype)\n value_dtype = dtypes.canonicalize_dtype(value.dtype)\n\n amax_shape = (1,1,1,1)\n\n return (\n core.ShapedArray(query.shape, query_dtype),\n core.ShapedArray(key.shape, key_dtype),\n core.ShapedArray(value.shape, value_dtype),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n core.ShapedArray(amax_shape, jnp.float32),\n )\n\ndef _dot_product_attention_fp8_fwd_cuda_lowering(\n ctx, query, key, value,\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale, use_causal_mask, layout, is_training):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n\n if layout == AttentionLayout.BNTH.value:\n B, N, T, H = query_shape\n _, _, S, _ = key_shape\n output_layout = (3, 2, 1, 0)\n output_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, N, H = query_shape\n _, S, _, _ = key_shape\n output_layout = (3, 1, 2, 0)\n output_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n output_shape = (B, N, T, H)\n softmax_stat_shape = (B, N, T)\n workspace_shape = (0,)\n amax_shape = (1,1,1,1)\n workspace_type = ir.IntegerType.get_unsigned(8)\n mask_type = MaskType.CAUSAL if use_causal_mask else MaskType.NO_MASK\n backend_config = create_dot_product_attention_fp8_backend_config(\n B, N, T, S, ir.BF16Type.get(), # query_type.element_type,\n scale, mask_type, layout, is_bwd=False,\n )\n\n operands = [query, key, value, descale_q, descale_k, descale_v, descale_s, scale_s, scale_o]\n custom_call_name = get_fp8_custom_call_name(is_bwd=False)\n\n if is_training:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get(softmax_stat_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type),\n ]\n result_layouts = [output_layout] + default_layouts(amax_shape, amax_shape, softmax_stat_shape, workspace_shape)\n else:\n result_types = [\n ir.RankedTensorType.get(output_shape, query_type.element_type),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get((1,1,1,1), ir.F32Type.get()),\n ir.RankedTensorType.get(workspace_shape, workspace_type)\n ]\n result_layouts = [output_layout] + default_layouts(amax_shape, amax_shape, workspace_shape)\n\n operand_shapes = [ir.RankedTensorType(operand.type).shape for operand in operands[:3]]\n operand_shapes += [[1, 1, 1, 1]] * 6\n operand_layouts = default_layouts(*operand_shapes)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=operand_layouts,\n result_layouts=result_layouts,\n )\n\n if is_training:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1], out.results[2], out.results[3]]\n else:\n return [hlo.transpose(out.results[0], output_transpose_perm), out.results[1], out.results[2]]\n\n\n\ndef _dot_product_attention_fp8_bwd_cuda_lowering(\n ctx, query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s,\n descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP, scale,\n use_causal_mask, layout):\n query_type = ir.RankedTensorType(query.type)\n query_shape = query_type.shape\n key_type = ir.RankedTensorType(key.type)\n key_shape = key_type.shape\n value_type = ir.RankedTensorType(value.type)\n\n if layout == AttentionLayout.BNTH.value:\n B, q_N, T, H = query_shape\n _, k_N, S, _ = key_shape\n grad_layout = (3, 2, 1, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 1, 2, 3))\n else:\n B, T, q_N, H = query_shape\n _, S, k_N, _ = key_shape\n grad_layout = (3, 1, 2, 0)\n grad_transpose_perm = mlir.dense_int_array((0, 2, 1, 3))\n\n workspace_shape = (0,)\n workspace_type = ir.IntegerType.get_unsigned(8)\n amax_shape = (1,1,1,1)\n\n grad_query_shape = (B, q_N, T, H)\n grad_key_shape = (B, k_N, S, H)\n grad_value_shape = (B, k_N, S, H)\n mask_type = MaskType.CAUSAL if use_causal_mask else MaskType.NO_MASK\n\n backend_config = create_dot_product_attention_fp8_backend_config(\n B, q_N, T, S, ir.BF16Type.get(),\n scale, mask_type, layout, is_bwd=True,\n )\n\n operands = [\n query,\n key,\n value,\n fwd_output,\n grad_output,\n activation,\n descale_q,\n descale_k,\n descale_v,\n descale_o,\n descale_dO,\n descale_s,\n descale_dP,\n scale_s,\n scale_dQ,\n scale_dK,\n scale_dV,\n scale_dP,\n ]\n\n custom_call_name = get_fp8_custom_call_name(is_bwd=True)\n\n result_types = [\n ir.RankedTensorType.get(grad_query_shape, query_type.element_type),\n ir.RankedTensorType.get(grad_key_shape, key_type.element_type),\n ir.RankedTensorType.get(grad_value_shape, value_type.element_type),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ir.RankedTensorType.get(amax_shape, ir.F32Type.get()),\n ]\n result_layouts = [grad_layout, grad_layout, grad_layout] + default_layouts(amax_shape, amax_shape, amax_shape, amax_shape)\n\n result_types.append(ir.RankedTensorType.get(workspace_shape, workspace_type))\n result_layouts = result_layouts + default_layouts(workspace_shape)\n out = mlir.custom_call(\n custom_call_name,\n result_types=result_types,\n operands=operands,\n backend_config=backend_config,\n operand_layouts=default_layouts(\n *[ir.RankedTensorType(operand.type).shape for operand in operands]),\n result_layouts=result_layouts,\n )\n dqkv_amaxs = (hlo.transpose(out.results[0], grad_transpose_perm),\n hlo.transpose(out.results[1], grad_transpose_perm),\n hlo.transpose(out.results[2], grad_transpose_perm),\n out.results[3], out.results[4], out.results[5], out.results[6])\n # Only keep dQ, dK, dV, amax_dQ, amax_dK, amax_dV, amax_dP here\n return dqkv_amaxs\n\ndef _dot_product_attention_fp8_fwd_batcher(\n batched_args, batch_dims, *, scale, use_causal_mask, layout, is_training):\n _check_valid_batch_dims(batch_dims)\n query, key, value,\\n descale_q, descale_k, descale_v, descale_s, scale_s, scale_o, = batched_args\n query_bdim = batch_dims[0]\n if is_training:\n out_bdims = query_bdim, query_bdim\n else:\n out_bdims = (query_bdim,)\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n\n outputs = _dot_product_attention_fp8_fwd_p_wrapper.bind(\n query, key, value, descale_q, descale_k, descale_v, descale_s, scale_s, scale_o,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout, is_training=is_training)\n\n # reshape to original shape\n output, amax_s, amax_o = outputs[0], outputs[1], outputs[2]\n output = jnp.reshape(output, query.shape)\n if is_training:\n activation = outputs[3]\n activation = jnp.reshape(activation, (*Bs, N, T))\n return (output, amax_s, amax_o, activation), out_bdims\n else:\n return (output, amax_s, amax_o), out_bdims\n\ndef _dot_product_attention_fp8_bwd_batcher(\n batched_args, batch_dims, *, scale, use_causal_mask, layout):\n _check_valid_batch_dims(batch_dims)\n query, key, value, fwd_output, grad_output, activation,\\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s, descale_dP,\\n scale_s, scale_dQ, scale_dK, scale_dV, scale_dP = batched_args\n query_bdim = batch_dims[0]\n out_bdims = query_bdim, query_bdim, query_bdim\n\n if layout == AttentionLayout.BNTH.value:\n *Bs, N, T, _ = query.shape\n *_, _, S, _ = key.shape\n else:\n *Bs, T, N, _ = query.shape\n *_, S, _, _ = key.shape\n B = math.prod(Bs)\n\n # reshape to 4D shape\n query = jnp.reshape(query, (B,) + query.shape[-3:])\n key = jnp.reshape(key, (B,) + key.shape[-3:])\n value = jnp.reshape(value, (B,) + key.shape[-3:])\n\n activation = jnp.reshape(activation, (B, N, T))\n fwd_output = jnp.reshape(fwd_output, (B,) + query.shape[-3:])\n grad_output = jnp.reshape(grad_output, (B,) + query.shape[-3:])\n\n grads = _dot_product_attention_fp8_bwd_p_wrapper.bind(\n query, key, value, fwd_output, grad_output, activation,\n descale_q, descale_k, descale_v, descale_o, descale_dO, descale_s, descale_dP, scale_s, scale_dQ, scale_dK, scale_dV, scale_dP,\n scale=scale, use_causal_mask=use_causal_mask, layout=layout,\n )\n\n grad_query, grad_key, grad_value = grads[:3]\n # reshape to original shape\n grad_query = jnp.reshape(grad_query, query.shape)\n grad_key = jnp.reshape(grad_key, key.shape)\n grad_value = jnp.reshape(grad_value, value.shape)\n\n return grads, out_bdims\n\ndef _infer_fp8_fwd_output_sharding(mesh, arg_shapes, is_training, layout):\n # Prepare variadic_args for the original function\n has_bias = False # Adjust as needed\n variadic_args = (has_bias, None) # Dummy value, adjust as necessary\n\n # Call the original function with the required parameters\n output_sharding = _infer_fwd_output_sharding(mesh, arg_shapes, variadic_args, is_training, layout)\n amax_sharding = NamedSharding(mesh, PartitionSpec())\n if is_training:\n out_sharding, activation_sharding = output_sharding[0], output_sharding[1]\n return [out_sharding, amax_sharding, amax_sharding, activation_sharding]\n return output_sharding + [amax_sharding, amax_sharding]\n\n_dot_product_attention_fp8_fwd_lower = custom_partitioning(\n _dot_product_attention_fp8_fwd_impl, static_argnums=(9, 10, 11, 12))\n\ndef _dot_product_attention_fp8_fwd_infer_sharding_from_operands(\n scale, use_causal_mask, layout, is_training,\n mesh, arg_shapes, result_shape):\n return _infer_fp8_fwd_output_sharding(mesh, arg_shapes, is_training, layout)\n\ndef _dot_product_attention_fp8_fwd_partition(\n scale, use_causal_mask, layout, is_training,\n mesh, arg_shapes, result_shape):\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n out_shardings = _infer_fp8_fwd_output_sharding(\n mesh, arg_shapes, is_training, layout)\n impl = functools.partial(\n _dot_product_attention_fp8_fwd_impl, scale=scale, use_causal_mask=use_causal_mask,\n layout=layout, is_training=is_training)\n return mesh, impl, out_shardings, arg_shardings\n\ndef _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout):\n # Prepare variadic_args for the original function\n has_bias = False # Adjust as needed\n has_dbias = False # Adjust as needed\n variadic_args = (has_bias, has_dbias) # Dummy value, adjust as necessary\n\n # Call the original function with the required parameters\n output_shardings = _infer_bwd_output_sharding(mesh, arg_shapes, layout, variadic_args)\n\n # Prepare amax_sharding\n amax_sharding = NamedSharding(mesh, PartitionSpec()) # Use a default spec or adjust as needed\n\n # Append amax_sharding for each output sharding\n out_shardings_with_amax = output_shardings + [amax_sharding] * 4\n\n return out_shardings_with_amax\n\n_dot_product_attention_fp8_bwd_lower = custom_partitioning(\n _dot_product_attention_fp8_bwd_impl, static_argnums=(18,19,20)\n)\n\ndef _dot_product_attention_fp8_bwd_infer_sharding_from_operands(\n scale, use_causal_mask, layout, mesh,\n arg_shapes, result_shape):\n return _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout)\n\ndef _dot_product_attention_fp8_bwd_partition(\n scale, use_causal_mask, layout, mesh,\n arg_shapes, result_shape):\n out_shardings = _infer_fp8_bwd_output_sharding(mesh, arg_shapes, layout)\n # args sharding\n arg_shardings = tuple(arg_i.sharding for arg_i in arg_shapes)\n impl = functools.partial(\n _dot_product_attention_fp8_bwd_impl, scale=scale,\n use_causal_mask=use_causal_mask, layout=layout\n )\n return mesh, impl, out_shardings, arg_shardings\n\n# Create dot_product_attention_fp8_fwd_p for forward operation.\n_dot_product_attention_fp8_fwd_p = core.Primitive(""dot_product_attention_fp8_fwd"")\n_dot_product_attention_fp8_fwd_p.multiple_results = True\n_dot_product_attention_fp8_fwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fp8_fwd_p)\n)\n_dot_product_attention_fp8_fwd_p.def_abstract_eval(\n _dot_product_attention_fp8_fwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fp8_fwd_p,\n _dot_product_attention_fp8_fwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fp8_fwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fp8_fwd_wrapper""\n)\n_dot_product_attention_fp8_fwd_p_wrapper.multiple_results = True\n_dot_product_attention_fp8_fwd_p_wrapper.def_impl(_dot_product_attention_fp8_fwd_impl)\n_dot_product_attention_fp8_fwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fp8_fwd_abstract\n)\n\n# Create dot_product_attention_bwd_p for backward operation.\n_dot_product_attention_fp8_bwd_p = core.Primitive(""dot_product_attention_fp8_bwd"")\n_dot_product_attention_fp8_bwd_p.multiple_results = True\n_dot_product_attention_fp8_bwd_p.def_impl(\n functools.partial(dispatch.apply_primitive, _dot_product_attention_fp8_bwd_p)\n)\n_dot_product_attention_fp8_bwd_p.def_abstract_eval(\n _dot_product_attention_fp8_bwd_abstract\n)\n\nmlir.register_lowering(\n _dot_product_attention_fp8_bwd_p,\n _dot_product_attention_fp8_bwd_cuda_lowering,\n platform=""cuda"",\n)\n\n_dot_product_attention_fp8_bwd_p_wrapper = core.Primitive(\n ""dot_product_attention_fp8_bwd_wrapper""\n)\n_dot_product_attention_fp8_bwd_p_wrapper.multiple_results = True\n_dot_product_attention_fp8_bwd_p_wrapper.def_impl(_dot_product_attention_fp8_bwd_impl)\n_dot_product_attention_fp8_bwd_p_wrapper.def_abstract_eval(\n _dot_product_attention_fp8_bwd_abstract\n)\n\nbatching.primitive_batchers[\n _dot_product_attention_fp8_fwd_p_wrapper\n] = _dot_product_attention_fp8_fwd_batcher\nbatching.primitive_batchers[\n _dot_product_attention_fp8_bwd_p_wrapper\n] = _dot_product_attention_fp8_bwd_batcher\n\n_dot_product_attention_fp8_fwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fp8_fwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fp8_fwd_partition)\n\nmlir.register_lowering(_dot_product_attention_fp8_fwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fp8_fwd_lower, multiple_results=True))\n\n_dot_product_attention_fp8_bwd_lower.def_partition(\n infer_sharding_from_operands=_dot_product_attention_fp8_bwd_infer_sharding_from_operands,\n partition=_dot_product_attention_fp8_bwd_partition)\n\nmlir.register_lowering(_dot_product_attention_fp8_bwd_p_wrapper,\n mlir.lower_fun(_dot_product_attention_fp8_bwd_lower, multiple_results=True))\n\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_fwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_fwd_p_wrapper\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_bwd_p\n)\ndispatch.prim_requires_devices_during_lowering.add(\n _dot_product_attention_fp8_bwd_p_wrapper\n)\n\n@functools.partial(jax.custom_vjp, nondiff_argnums=(4, 5, 6, 7))\ndef _dot_product_attention_fp8(query: Array,\n key: Array,\n value: Array,\n fp8_params: dict[str, Array],\n scale: float,\n use_causal_mask: bool,\n layout: int,\n cudnn_version: int):\n output, amax_s, amax_o = _dot_product_attention_fp8_fwd(\n query, key, value, params_from_keys(fp8_params, fp8_params_keys_fwd),\n scale, use_causal_mask, layout, cudnn_version\n )\n return output, amax_s, amax_o\n\n_dot_product_attention_fp8.defvjp(_dot_product_attention_fp8_fwd_rule, _dot_product_attention_fp8_bwd_rule)\n\ndef combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape\n bias = bias + mask\n return bias\n\n# User interface\ndef paged_attention(\n query: Array,\n key: Array,\n value: Array,\n q_seqlen: Array,\n kv_seqlen: Array,\n page_table_k: Array,\n page_table_v: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes paged attention described in https://arxiv.org/pdf/2309.06180.\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of\n [num_blocks, block_size, N, H] or [num_blocks, N, block_size, H] where\n num_blocks = B * Ceil(S / block_size).\n value: Values to be used in attention with a shape of\n [num_blocks, block_size, N, H] or [num_blocks, N, block_size, H] where\n num_blocks = B * Ceil(S / block_size).\n q_seqlen: Non padded sequence length of query with a shape of B.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n page_table_k: page table for key of shape [B, 1, num_blocks_per_batch, 1]\n where num_blocks_per_batch = Ceil(S / block_size).\n page_table_v: page table for value of shape [B, 1, num_blocks_per_batch, 1]\n where num_blocks_per_batch = Ceil(S / block_size).\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n scale: Scale for the query.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n """"""\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n if use_fp8:\n raise ValueError(""Paged attention doesn't support fp8 for now."")\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask."")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}."")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, None, None,\n page_table_k, page_table_v, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n\n output = _dot_product_attention(\n query, key, value, bias, q_seqlen, kv_seqlen, _not_used, _not_used,\n page_table_k, page_table_v, scale, seed, dropout_rate, variadic_args,\n mask_type, layout.value, sliding_window_length, cudnn_version,\n return_residual)\n return output\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n\n if use_fp8:\n if fp8_params is None:\n raise ValueError(""fp8_params should not be None."")\n if mask_type not in (MaskType.NO_MASK, MaskType.CAUSAL):\n raise ValueError(""Only NO_MASK or CAUSAL masks are supported for fp8."")\n if not all(x is None for x in [bias, mask, q_seqlen, kv_seqlen]):\n raise ValueError(\n f""Expected 'None' for bias, mask, q_seqlen, and kv_seqlen, ""\n f""but got: bias={bias}, mask={mask}, q_seqlen={q_seqlen}, kv_seqlen={kv_seqlen}""\n )\n check_fp8_params(fp8_params)\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n output, amax_s, amax_o = _dot_product_attention_fp8(\n query, key, value, fp8_params,\n scale, mask_type == MaskType.CAUSAL, layout.value, cudnn_version\n )\n return output, amax_s, amax_o\n else:\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask"")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}"")\n if q_offsets is not None and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to use packed layout"")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n if q_seqlen is None:\n q_seqlen = _not_used\n if kv_seqlen is None:\n kv_seqlen = _not_used\n if q_offsets is None:\n q_offsets = _not_used\n if kv_offsets is None:\n kv_offsets = _not_used\n\n output = _dot_product_attention(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n _not_used, _not_used, scale, seed, dropout_rate, variadic_args,\n mask_type, layout.value, sliding_window_length, cudnn_version,\n return_residual)\n return output\n",python,tab +4938,15620837,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72096,0,"",python,selection_command +4939,15624133,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72123,0,"",python,selection_command +4940,15624330,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72141,0,"",python,selection_command +4941,15624330,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72157,0,"",python,selection_command +4942,15624349,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72175,0,"",python,selection_command +4943,15624384,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72206,0,"",python,selection_command +4944,15624418,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72237,0,"",python,selection_command +4945,15624657,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72206,0,"",python,selection_command +4946,15624852,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72175,0,"",python,selection_command +4947,15625180,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73725,0,"",python,selection_command +4948,15626952,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73731,0,"",python,selection_command +4949,15627312,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76699,0,"",python,selection_command +4950,15629028,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76790,0,"",python,selection_command +4951,15629463,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76850,0,"",python,selection_command +4952,15629898,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76856,0,"",python,selection_command +4953,15630441,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76997,0,"",python,selection_command +4954,15639188,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76856,0,"",python,selection_command +4955,15639564,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76997,0,"",python,selection_command +4956,15639707,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76790,0,"",python,selection_command +4957,15639861,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76699,0,"",python,selection_command +4958,15640014,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73731,0,"",python,selection_command +4959,15640220,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72175,0,"",python,selection_command +4960,15640716,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +4961,15640716,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37849,0,"",python,selection_command +4962,15641747,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37890,0,"",python,selection_command +4963,15641956,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37897,0,"",python,selection_command +4964,15642086,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37899,0,"",python,selection_command +4965,15642154,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37971,0,"",python,selection_command +4966,15642290,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37981,0,"",python,selection_command +4967,15643004,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37909,0,"",python,selection_command +4968,15643136,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37868,0,"",python,selection_command +4969,15643533,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +4970,15643533,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72096,0,"",python,selection_command +4971,15643901,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72123,0,"",python,selection_command +4972,15644153,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72141,0,"",python,selection_command +4973,15644455,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72157,0,"",python,selection_command +4974,15644588,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72175,0,"",python,selection_command +4975,15644722,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72206,0,"",python,selection_command +4976,15645101,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72175,0,"",python,selection_command +4977,15645281,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73725,0,"",python,selection_command +4978,15649141,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73731,0,"",python,selection_command +4979,15650069,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73725,0,"",python,selection_command +4980,15650266,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +4981,15650266,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37868,0,"",python,selection_command +4982,15650465,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +4983,15650465,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76856,0,"",python,selection_command +4984,15651018,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +4985,15651018,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37868,0,"",python,selection_command +4986,15658749,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37876,0,"",python,selection_command +4987,15659576,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37917,0,"",python,selection_command +4988,15659785,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37919,0,"",python,selection_command +4989,15677475,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +4990,15678190,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +4991,15679187,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +4992,15681434,"/fast/home/franz.srambical/jafar/utils/nn.py",9706,0,"",python,selection_command +4993,15682193,"/fast/home/franz.srambical/jafar/utils/nn.py",9653,0,"",python,selection_command +4994,15682453,"/fast/home/franz.srambical/jafar/utils/nn.py",9594,0,"",python,selection_command +4995,15682467,"/fast/home/franz.srambical/jafar/utils/nn.py",9555,0,"",python,selection_command +4996,15682499,"/fast/home/franz.srambical/jafar/utils/nn.py",9554,0,"",python,selection_command +4997,15682530,"/fast/home/franz.srambical/jafar/utils/nn.py",9511,0,"",python,selection_command +4998,15682566,"/fast/home/franz.srambical/jafar/utils/nn.py",9474,0,"",python,selection_command +4999,15682600,"/fast/home/franz.srambical/jafar/utils/nn.py",9473,0,"",python,selection_command +5000,15682631,"/fast/home/franz.srambical/jafar/utils/nn.py",9402,0,"",python,selection_command +5001,15682664,"/fast/home/franz.srambical/jafar/utils/nn.py",9381,0,"",python,selection_command +5002,15682698,"/fast/home/franz.srambical/jafar/utils/nn.py",9380,0,"",python,selection_command +5003,15682730,"/fast/home/franz.srambical/jafar/utils/nn.py",9313,0,"",python,selection_command +5004,15682763,"/fast/home/franz.srambical/jafar/utils/nn.py",9286,0,"",python,selection_command +5005,15682855,"/fast/home/franz.srambical/jafar/utils/nn.py",9285,0,"",python,selection_command +5006,15682855,"/fast/home/franz.srambical/jafar/utils/nn.py",9219,0,"",python,selection_command +5007,15682863,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"",python,selection_command +5008,15682897,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"",python,selection_command +5009,15683377,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"",python,selection_command +5010,15683472,"/fast/home/franz.srambical/jafar/utils/nn.py",9219,0,"",python,selection_command +5011,15683645,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"",python,selection_command +5012,15683912,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"",python,selection_command +5013,15684361,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +5014,15684824,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"",python,content +5015,15684991,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"",python,content +5016,15685138,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"",python,selection_command +5017,15685252,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,1,"",python,content +5018,15685379,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,1,"",python,content +5019,15686551,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +5020,15686778,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5021,15698243,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5022,15706264,"TERMINAL",0,0,"2025-07-27 13:40:26.063277: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5023,15707740,"TERMINAL",0,0,"2025-07-27 13:40:27.541224: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5024,15711266,"TERMINAL",0,0,"2025-07-27 13:40:31.015725: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5025,15711958,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(298)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5026,15759635,"TERMINAL",0,0,"b",,terminal_output +5027,15759776,"TERMINAL",0,0,"i",,terminal_output +5028,15759861,"TERMINAL",0,0,"as",,terminal_output +5029,15760043,"TERMINAL",0,0,".",,terminal_output +5030,15760136,"TERMINAL",0,0,"s",,terminal_output +5031,15760291,"TERMINAL",0,0,"ha",,terminal_output +5032,15760386,"TERMINAL",0,0,"p",,terminal_output +5033,15760481,"TERMINAL",0,0,"e",,terminal_output +5034,15760589,"TERMINAL",0,0,"\r\n(Pdb) *** AttributeError: 'NoneType' object has no attribute 'shape'\r\n",,terminal_output +5035,15787304,"TERMINAL",0,0,"q",,terminal_output +5036,15787418,"TERMINAL",0,0,"u",,terminal_output +5037,15787519,"TERMINAL",0,0,"e",,terminal_output +5038,15787622,"TERMINAL",0,0,"r",,terminal_output +5039,15787715,"TERMINAL",0,0,"y",,terminal_output +5040,15788251,"TERMINAL",0,0,".",,terminal_output +5041,15788330,"TERMINAL",0,0,"s",,terminal_output +5042,15788490,"TERMINAL",0,0,"ha",,terminal_output +5043,15788703,"TERMINAL",0,0,"ep",,terminal_output +5044,15789174,"TERMINAL",0,0," ",,terminal_output +5045,15789306,"TERMINAL",0,0," ",,terminal_output +5046,15789507,"TERMINAL",0,0,"p",,terminal_output +5047,15789621,"TERMINAL",0,0,"e",,terminal_output +5048,15789720,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 8, 64)\r\n",,terminal_output +5049,15790833,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +5050,15791073,"/fast/home/franz.srambical/jafar/utils/nn.py",9118,0,"",python,selection_command +5051,15791106,"/fast/home/franz.srambical/jafar/utils/nn.py",9067,0,"",python,selection_command +5052,15791131,"/fast/home/franz.srambical/jafar/utils/nn.py",9017,0,"",python,selection_command +5053,15791240,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +5054,15801457,"/fast/home/franz.srambical/jafar/utils/nn.py",8935,0,"",python,selection_command +5055,15801709,"/fast/home/franz.srambical/jafar/utils/nn.py",8933,0,"",python,selection_command +5056,15801733,"/fast/home/franz.srambical/jafar/utils/nn.py",8895,0,"",python,selection_command +5057,15801768,"/fast/home/franz.srambical/jafar/utils/nn.py",8797,0,"",python,selection_command +5058,15801797,"/fast/home/franz.srambical/jafar/utils/nn.py",8712,0,"",python,selection_command +5059,15801831,"/fast/home/franz.srambical/jafar/utils/nn.py",8703,0,"",python,selection_command +5060,15801862,"/fast/home/franz.srambical/jafar/utils/nn.py",8632,0,"",python,selection_command +5061,15801982,"/fast/home/franz.srambical/jafar/utils/nn.py",8536,0,"",python,selection_command +5062,15802140,"/fast/home/franz.srambical/jafar/utils/nn.py",8527,0,"",python,selection_command +5063,15802387,"/fast/home/franz.srambical/jafar/utils/nn.py",8464,0,"",python,selection_command +5064,15802453,"/fast/home/franz.srambical/jafar/utils/nn.py",8454,0,"",python,selection_command +5065,15802740,"/fast/home/franz.srambical/jafar/utils/nn.py",8368,0,"",python,selection_command +5066,15805218,"/fast/home/franz.srambical/jafar/utils/nn.py",2877,26,"_create_flash_attention_fn",python,selection_command +5067,15805466,"/fast/home/franz.srambical/jafar/utils/nn.py",2902,0,"",python,selection_command +5068,15806683,"/fast/home/franz.srambical/jafar/utils/nn.py",2830,0,"",python,selection_command +5069,15806942,"/fast/home/franz.srambical/jafar/utils/nn.py",2788,0,"",python,selection_command +5070,15807383,"/fast/home/franz.srambical/jafar/utils/nn.py",2749,0,"",python,selection_command +5071,15807509,"/fast/home/franz.srambical/jafar/utils/nn.py",2714,0,"",python,selection_command +5072,15807711,"/fast/home/franz.srambical/jafar/utils/nn.py",2749,0,"",python,selection_command +5073,15807792,"/fast/home/franz.srambical/jafar/utils/nn.py",2788,0,"",python,selection_command +5074,15808277,"/fast/home/franz.srambical/jafar/utils/nn.py",2830,0,"",python,selection_command +5075,15808342,"/fast/home/franz.srambical/jafar/utils/nn.py",2788,0,"",python,selection_command +5076,15808608,"/fast/home/franz.srambical/jafar/utils/nn.py",2749,0,"",python,selection_command +5077,15808622,"/fast/home/franz.srambical/jafar/utils/nn.py",2714,0,"",python,selection_command +5078,15808652,"/fast/home/franz.srambical/jafar/utils/nn.py",2680,0,"",python,selection_command +5079,15808686,"/fast/home/franz.srambical/jafar/utils/nn.py",2642,0,"",python,selection_command +5080,15808720,"/fast/home/franz.srambical/jafar/utils/nn.py",2584,0,"",python,selection_command +5081,15808844,"/fast/home/franz.srambical/jafar/utils/nn.py",2574,0,"",python,selection_command +5082,15809106,"/fast/home/franz.srambical/jafar/utils/nn.py",2584,0,"",python,selection_command +5083,15809195,"/fast/home/franz.srambical/jafar/utils/nn.py",2588,0,"",python,selection_command +5084,15809381,"/fast/home/franz.srambical/jafar/utils/nn.py",2589,0,"",python,selection_command +5085,15809531,"/fast/home/franz.srambical/jafar/utils/nn.py",2608,0,"",python,selection_command +5086,15809676,"/fast/home/franz.srambical/jafar/utils/nn.py",2610,0,"",python,selection_command +5087,15809827,"/fast/home/franz.srambical/jafar/utils/nn.py",2613,0,"",python,selection_command +5088,15810032,"/fast/home/franz.srambical/jafar/utils/nn.py",2614,0,"",python,selection_command +5089,15810529,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5090,15810529,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +5091,15811549,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12332,0,"",python,selection_command +5092,15811760,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14092,0,"",python,selection_command +5093,15814465,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14175,0,"",python,selection_command +5094,15814970,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14187,0,"",python,selection_command +5095,15815159,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14210,0,"",python,selection_command +5096,15815299,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14226,0,"",python,selection_command +5097,15815449,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14249,0,"",python,selection_command +5098,15815565,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14260,0,"",python,selection_command +5099,15815817,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15027,0,"",python,selection_command +5100,15815843,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15042,0,"",python,selection_command +5101,15815876,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15063,0,"",python,selection_command +5102,15815905,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15077,0,"",python,selection_command +5103,15815936,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15835,0,"",python,selection_command +5104,15815970,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16004,0,"",python,selection_command +5105,15816531,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15835,0,"",python,selection_command +5106,15816704,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15077,0,"",python,selection_command +5107,15816948,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15063,0,"",python,selection_command +5108,15816978,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15042,0,"",python,selection_command +5109,15817004,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15027,0,"",python,selection_command +5110,15817262,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14260,0,"",python,selection_command +5111,15817434,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14249,0,"",python,selection_command +5112,15817589,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14226,0,"",python,selection_command +5113,15817821,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14210,0,"",python,selection_command +5114,15818137,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14187,0,"",python,selection_command +5115,15818470,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14175,0,"",python,selection_command +5116,15818817,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13108,0,"",python,selection_command +5117,15820157,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14245,0,"",python,selection_command +5118,15821921,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14256,0,"",python,selection_command +5119,15822776,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15059,0,"",python,selection_command +5120,15834215,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15073,0,"",python,selection_command +5121,15834364,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15831,0,"",python,selection_command +5122,15834799,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16000,0,"",python,selection_command +5123,15839532,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15977,0,"",python,selection_command +5124,15839780,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15946,0,"",python,selection_command +5125,15839815,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15936,0,"",python,selection_command +5126,15839833,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15919,0,"",python,selection_command +5127,15839866,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15881,0,"",python,selection_command +5128,15839900,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15855,0,"",python,selection_command +5129,15839939,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15831,0,"",python,selection_command +5130,15839972,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15808,0,"",python,selection_command +5131,15840004,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15775,0,"",python,selection_command +5132,15840039,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15699,0,"",python,selection_command +5133,15840074,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15621,0,"",python,selection_command +5134,15840220,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15595,0,"",python,selection_command +5135,15840390,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15598,0,"",python,selection_command +5136,15840551,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15599,0,"",python,selection_command +5137,15840685,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15611,0,"",python,selection_command +5138,15841054,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15599,0,"",python,selection_command +5139,15841228,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14336,0,"",python,selection_command +5140,15841824,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14349,0,"",python,selection_command +5141,15841956,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14351,0,"",python,selection_command +5142,15842354,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13227,0,"",python,selection_command +5143,15843360,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14351,0,"",python,selection_command +5144,15843519,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15599,0,"",python,selection_command +5145,15843782,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15831,0,"",python,selection_command +5146,15845879,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16000,0,"",python,selection_command +5147,15846378,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16430,0,"",python,selection_command +5148,15850103,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17402,0,"",python,selection_command +5149,15851892,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16430,0,"",python,selection_command +5150,15852131,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15516,0,"",python,selection_command +5151,15854241,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14368,0,"",python,selection_command +5152,15855169,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14331,0,"",python,selection_command +5153,15855345,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14306,0,"",python,selection_command +5154,15855689,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14269,0,"",python,selection_command +5155,15856384,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14273,0,"",python,selection_command +5156,15856622,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14274,0,"",python,selection_command +5157,15856643,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14287,0,"",python,selection_command +5158,15857257,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14289,0,"",python,selection_command +5159,15857753,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14287,0,"",python,selection_command +5160,15857920,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14274,0,"",python,selection_command +5161,15858057,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14273,0,"",python,selection_command +5162,15858270,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14244,0,"",python,selection_command +5163,15858386,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14245,0,"",python,selection_command +5164,15860681,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14256,0,"",python,selection_command +5165,15861129,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15059,0,"",python,selection_command +5166,15865642,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15073,0,"",python,selection_command +5167,15865948,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",15831,0,"",python,selection_command +5168,15867626,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16000,0,"",python,selection_command +5169,15868582,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16430,0,"",python,selection_command +5170,15869474,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16444,0,"",python,selection_command +5171,15869651,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11597,0,"",python,selection_command +5172,15886626,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11667,0,"",python,selection_command +5173,15886973,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13131,0,"",python,selection_command +5174,15887829,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13143,0,"",python,selection_command +5175,15888081,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13145,0,"",python,selection_command +5176,15888103,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13153,0,"",python,selection_command +5177,15888136,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13159,0,"",python,selection_command +5178,15888168,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13164,0,"",python,selection_command +5179,15888355,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13166,0,"",python,selection_command +5180,15888521,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13168,0,"",python,selection_command +5181,15888838,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5282,0,"",python,selection_command +5182,15889991,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5309,0,"",python,selection_command +5183,15890110,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5325,0,"",python,selection_command +5184,15890259,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5339,0,"",python,selection_command +5185,15890393,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5355,0,"",python,selection_command +5186,15893403,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6530,0,"",python,selection_command +5187,15894763,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6536,0,"",python,selection_command +5188,15894895,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",6742,0,"",python,selection_command +5189,15895307,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8766,0,"",python,selection_command +5190,15927176,"utils/nn.py",0,0,"",python,tab +5191,15928063,"utils/nn.py",10610,0,"",python,selection_command +5192,15928308,"utils/nn.py",10582,0,"",python,selection_command +5193,15928339,"utils/nn.py",10538,0,"",python,selection_command +5194,15928361,"utils/nn.py",10510,0,"",python,selection_command +5195,15928396,"utils/nn.py",10440,0,"",python,selection_command +5196,15928552,"utils/nn.py",10366,0,"",python,selection_command +5197,15928709,"utils/nn.py",10337,0,"",python,selection_command +5198,15928829,"utils/nn.py",10304,0,"",python,selection_command +5199,15928954,"utils/nn.py",10306,0,"",python,selection_command +5200,15929136,"utils/nn.py",10307,0,"",python,selection_command +5201,15929293,"utils/nn.py",10313,0,"",python,selection_command +5202,15929843,"utils/nn.py",10322,0,"",python,selection_command +5203,15930142,"utils/nn.py",10322,1,"",python,content +5204,15931243,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5205,15944347,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7404,0,"",python,selection_command +5206,15944843,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5763,0,"",python,selection_command +5207,15948388,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7404,0,"",python,selection_command +5208,15949352,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8747,0,"",python,selection_command +5209,15978770,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8799,0,"",python,selection_command +5210,15978912,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8852,0,"",python,selection_command +5211,15979014,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8877,0,"",python,selection_command +5212,15979176,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8912,0,"",python,selection_command +5213,15979351,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8914,0,"",python,selection_command +5214,15979518,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8916,0,"",python,selection_command +5215,15979690,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8919,0,"",python,selection_command +5216,15979800,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8920,0,"",python,selection_command +5217,15979980,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8922,0,"",python,selection_command +5218,15980137,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8923,0,"",python,selection_command +5219,15981013,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5220,15981013,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +5221,15982981,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5222,15982981,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8923,0,"",python,selection_command +5223,15984853,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5224,15984853,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +5225,15985406,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5226,15985406,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8923,0,"",python,selection_command +5227,15985864,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5228,15985864,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +5229,15990288,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5230,15990288,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8923,0,"",python,selection_command +5231,15993495,"utils/nn.py",0,0,"",python,tab +5232,15993495,"utils/nn.py",10322,0,"",python,selection_command +5233,15994266,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5234,15994266,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8766,0,"",python,selection_command +5235,15995391,"utils/nn.py",0,0,"",python,tab +5236,15997527,"utils/nn.py",9290,0,"",python,selection_command +5237,15998199,"utils/nn.py",9281,0,"",python,selection_command +5238,15998428,"utils/nn.py",9223,0,"",python,selection_command +5239,15998460,"utils/nn.py",9198,0,"",python,selection_command +5240,15998492,"utils/nn.py",9152,0,"",python,selection_command +5241,15998528,"utils/nn.py",9118,0,"",python,selection_command +5242,15998565,"utils/nn.py",9067,0,"",python,selection_command +5243,15998676,"utils/nn.py",9017,0,"",python,selection_command +5244,15998969,"utils/nn.py",8944,0,"",python,selection_command +5245,15999117,"utils/nn.py",8956,0,"",python,selection_command +5246,15999380,"utils/nn.py",8957,0,"",python,selection_command +5247,15999396,"utils/nn.py",8962,0,"",python,selection_command +5248,15999428,"utils/nn.py",8964,0,"",python,selection_command +5249,15999461,"utils/nn.py",8967,0,"",python,selection_command +5250,15999494,"utils/nn.py",8969,0,"",python,selection_command +5251,15999773,"utils/nn.py",8974,0,"",python,selection_command +5252,15999937,"utils/nn.py",8976,0,"",python,selection_command +5253,16048661,"utils/nn.py",8935,0,"",python,selection_command +5254,16048890,"utils/nn.py",8933,0,"",python,selection_command +5255,16048922,"utils/nn.py",8925,0,"",python,selection_command +5256,16048955,"utils/nn.py",8829,0,"",python,selection_command +5257,16048978,"utils/nn.py",8744,0,"",python,selection_command +5258,16049142,"utils/nn.py",8703,0,"",python,selection_command +5259,16049294,"utils/nn.py",8664,0,"",python,selection_command +5260,16049415,"utils/nn.py",8568,0,"",python,selection_command +5261,16049572,"utils/nn.py",8527,0,"",python,selection_command +5262,16049714,"utils/nn.py",8496,0,"",python,selection_command +5263,16049857,"utils/nn.py",8454,0,"",python,selection_command +5264,16049992,"utils/nn.py",8400,0,"",python,selection_command +5265,16050230,"utils/nn.py",8360,0,"",python,selection_command +5266,16050435,"utils/nn.py",8364,0,"",python,selection_command +5267,16052023,"utils/nn.py",2877,26,"_create_flash_attention_fn",python,selection_command +5268,16052172,"utils/nn.py",2902,0,"",python,selection_command +5269,16052361,"utils/nn.py",2826,0,"",python,selection_command +5270,16052475,"utils/nn.py",2784,0,"",python,selection_command +5271,16052736,"utils/nn.py",2745,0,"",python,selection_command +5272,16052757,"utils/nn.py",2710,0,"",python,selection_command +5273,16052790,"utils/nn.py",2676,0,"",python,selection_command +5274,16052823,"utils/nn.py",2638,0,"",python,selection_command +5275,16052992,"utils/nn.py",2580,0,"",python,selection_command +5276,16054647,"utils/nn.py",2614,0,"",python,selection_command +5277,16055037,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5278,16055038,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +5279,16061975,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11676,0,"",python,selection_command +5280,16062585,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13131,0,"",python,selection_command +5281,16063761,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14274,0,"",python,selection_command +5282,16064731,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14289,0,"",python,selection_command +5283,16064894,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22697,0,"",python,selection_command +5284,16066813,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22722,0,"",python,selection_command +5285,16066955,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22733,0,"",python,selection_command +5286,16067138,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22746,0,"",python,selection_command +5287,16069041,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22733,0,"",python,selection_command +5288,16069338,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22722,0,"",python,selection_command +5289,16069470,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22697,0,"",python,selection_command +5290,16070185,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14274,0,"",python,selection_command +5291,16071055,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14287,0,"",python,selection_command +5292,16071193,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14289,0,"",python,selection_command +5293,16071459,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13131,0,"",python,selection_command +5294,16072982,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13143,0,"",python,selection_command +5295,16073239,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13145,0,"",python,selection_command +5296,16073259,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13153,0,"",python,selection_command +5297,16073291,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13159,0,"",python,selection_command +5298,16073441,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13164,0,"",python,selection_command +5299,16073683,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13166,0,"",python,selection_command +5300,16073851,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13168,0,"",python,selection_command +5301,16074148,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5282,0,"",python,selection_command +5302,16077063,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13168,0,"",python,selection_command +5303,16077217,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14289,0,"",python,selection_command +5304,16077802,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22697,0,"",python,selection_command +5305,16109586,"utils/nn.py",0,0,"",python,tab +5306,16112024,"utils/nn.py",11024,0,"",python,selection_command +5307,16112412,"utils/nn.py",9793,0,"",python,selection_command +5308,16112918,"utils/nn.py",9754,0,"",python,selection_command +5309,16113168,"utils/nn.py",9711,0,"",python,selection_command +5310,16113191,"utils/nn.py",9702,0,"",python,selection_command +5311,16113216,"utils/nn.py",9657,0,"",python,selection_command +5312,16113257,"utils/nn.py",9598,0,"",python,selection_command +5313,16113286,"utils/nn.py",9559,0,"",python,selection_command +5314,16113323,"utils/nn.py",9550,0,"",python,selection_command +5315,16113354,"utils/nn.py",9515,0,"",python,selection_command +5316,16113388,"utils/nn.py",9478,0,"",python,selection_command +5317,16113421,"utils/nn.py",9469,0,"",python,selection_command +5318,16113454,"utils/nn.py",9406,0,"",python,selection_command +5319,16113488,"utils/nn.py",9385,0,"",python,selection_command +5320,16113519,"utils/nn.py",9376,0,"",python,selection_command +5321,16113553,"utils/nn.py",9317,0,"",python,selection_command +5322,16113586,"utils/nn.py",9290,0,"",python,selection_command +5323,16113619,"utils/nn.py",9281,0,"",python,selection_command +5324,16113653,"utils/nn.py",9223,0,"",python,selection_command +5325,16113686,"utils/nn.py",9198,0,"",python,selection_command +5326,16113719,"utils/nn.py",9152,0,"",python,selection_command +5327,16113752,"utils/nn.py",9118,0,"",python,selection_command +5328,16113879,"utils/nn.py",9067,0,"",python,selection_command +5329,16114046,"utils/nn.py",9017,0,"",python,selection_command +5330,16114197,"utils/nn.py",8944,0,"",python,selection_command +5331,16114333,"utils/nn.py",8956,0,"",python,selection_command +5332,16114582,"utils/nn.py",8957,0,"",python,selection_command +5333,16114606,"utils/nn.py",8962,0,"",python,selection_command +5334,16114632,"utils/nn.py",8964,0,"",python,selection_command +5335,16114667,"utils/nn.py",8967,0,"",python,selection_command +5336,16114702,"utils/nn.py",8969,0,"",python,selection_command +5337,16114929,"utils/nn.py",8974,0,"",python,selection_command +5338,16115078,"utils/nn.py",8976,0,"",python,selection_command +5339,16115252,"utils/nn.py",8980,0,"",python,selection_command +5340,16115501,"utils/nn.py",8976,0,"",python,selection_command +5341,16116028,"utils/nn.py",10544,0,"",python,selection_command +5342,16118168,"utils/nn.py",10518,0,"",python,selection_command +5343,16119534,"utils/nn.py",10799,0,"",python,selection_command +5344,16120054,"utils/nn.py",10771,0,"",python,selection_command +5345,16120310,"utils/nn.py",10747,0,"",python,selection_command +5346,16120379,"utils/nn.py",10719,0,"",python,selection_command +5347,16120542,"utils/nn.py",10669,0,"",python,selection_command +5348,16120668,"utils/nn.py",10670,0,"",python,selection_command +5349,16120864,"utils/nn.py",10672,0,"",python,selection_command +5350,16121005,"utils/nn.py",10675,0,"",python,selection_command +5351,16121147,"utils/nn.py",10676,0,"",python,selection_command +5352,16121289,"utils/nn.py",10678,0,"",python,selection_command +5353,16121470,"utils/nn.py",10679,0,"",python,selection_command +5354,16124725,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5355,16124726,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +5356,16126642,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30640,0,"",python,selection_command +5357,16126896,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30662,0,"",python,selection_command +5358,16126918,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30682,0,"",python,selection_command +5359,16126951,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +5360,16127133,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30739,0,"",python,selection_command +5361,16127304,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +5362,16128106,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32291,0,"",python,selection_command +5363,16135565,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32307,0,"",python,selection_command +5364,16136887,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32616,0,"",python,selection_command +5365,16137163,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34566,0,"",python,selection_command +5366,16140151,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32616,0,"",python,selection_command +5367,16140289,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32307,0,"",python,selection_command +5368,16140425,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +5369,16140748,"utils/nn.py",0,0,"",python,tab +5370,16140748,"utils/nn.py",10679,0,"",python,selection_command +5371,16141082,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5372,16141082,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +5373,16142776,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32291,0,"",python,selection_command +5374,16143603,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32307,0,"",python,selection_command +5375,16144480,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32291,0,"",python,selection_command +5376,16144649,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34566,0,"",python,selection_command +5377,16145140,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32616,0,"",python,selection_command +5378,16146391,"utils/nn.py",0,0,"",python,tab +5379,16146392,"utils/nn.py",10679,0,"",python,selection_command +5380,16150113,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5381,16150113,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +5382,16150655,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30640,0,"",python,selection_command +5383,16150939,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30662,0,"",python,selection_command +5384,16151071,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30682,0,"",python,selection_command +5385,16151204,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +5386,16152508,"utils/nn.py",0,0,"",python,tab +5387,16152509,"utils/nn.py",10679,0,"",python,selection_command +5388,16159496,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5389,16159496,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +5390,16160580,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32291,0,"",python,selection_command +5391,16161553,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32307,0,"",python,selection_command +5392,16161723,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32616,0,"",python,selection_command +5393,16162130,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34566,0,"",python,selection_command +5394,16167037,"TERMINAL",0,0,"c",,terminal_output +5395,16167226,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 333, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1204, in dot_product_attention\r\n out = cudnn_dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 1981, in dot_product_attention\r\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 332, in check_layout\r\n raise ValueError(\r\nValueError: Bias must have same seq length as QKV, got 1 and 1\r\n",,terminal_output +5396,16167984,"TERMINAL",0,0,"(Pdb) ",,terminal_output +5397,16168209,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +5398,16178950,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34584,0,"",python,selection_command +5399,16179352,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34593,0,"",python,selection_command +5400,16180117,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35801,0,"",python,selection_command +5401,16182590,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35776,0,"",python,selection_command +5402,16185423,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35803,0,"",python,selection_mouse +5403,16186292,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35776,0,"",python,selection_command +5404,16187939,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35803,0,"",python,selection_mouse +5405,16189323,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34593,0,"",python,selection_command +5406,16190424,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34584,0,"",python,selection_command +5407,16191285,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34583,0,"",python,selection_command +5408,16191374,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34573,0,"",python,selection_command +5409,16191610,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34303,0,"",python,selection_command +5410,16200501,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34324,0,"",python,selection_command +5411,16200747,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34347,0,"",python,selection_command +5412,16200821,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34376,0,"",python,selection_command +5413,16200821,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34400,0,"",python,selection_command +5414,16200829,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34464,0,"",python,selection_command +5415,16200862,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34471,0,"",python,selection_command +5416,16200896,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34478,0,"",python,selection_command +5417,16200929,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34510,0,"",python,selection_command +5418,16200963,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34538,0,"",python,selection_command +5419,16200998,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34570,0,"",python,selection_command +5420,16202019,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34566,0,"",python,selection_command +5421,16202961,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34584,0,"",python,selection_command +5422,16203481,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34593,0,"",python,selection_command +5423,16203939,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35801,0,"",python,selection_command +5424,16208780,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35800,0,"",python,selection_command +5425,16208905,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35778,0,"",python,selection_command +5426,16209325,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34981,0,"",python,selection_command +5427,16212704,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35778,0,"",python,selection_command +5428,16213043,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35800,0,"",python,selection_command +5429,16213177,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35801,0,"",python,selection_command +5430,16213784,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",35824,0,"",python,selection_command +5431,16214546,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36422,0,"",python,selection_command +5432,16222302,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36635,0,"",python,selection_command +5433,16224573,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36661,0,"",python,selection_command +5434,16224776,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36691,0,"",python,selection_command +5435,16225069,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36726,0,"",python,selection_command +5436,16225351,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36745,0,"",python,selection_command +5437,16225680,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37919,0,"",python,selection_command +5438,16234190,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +5439,16234191,"/fast/home/franz.srambical/jafar/utils/nn.py",4090,0,"",python,selection_command +5440,16234304,"/fast/home/franz.srambical/jafar/utils/nn.py",10277,48," mask_4d = mask_4d.astype(jnp.bool)\n",python,content +5441,16235563,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\n\nfrom __future__ import annotations\n\nimport functools\nfrom typing import Any\nfrom collections.abc import Callable\nimport math\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import initializers\nfrom flax.nnx.nn import dtypes\nfrom flax.nnx.nn.linear import (\n LinearGeneral,\n default_kernel_init,\n)\nfrom flax.nnx.nn.normalization import LayerNorm\nfrom flax.typing import (\n Dtype,\n PromoteDtypeFn,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\nArray = jax.Array\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of `[batch..., q_length,\n num_heads, qk_depth_per_head]`.\n key: keys for calculating attention with shape of `[batch..., kv_length,\n num_heads, qk_depth_per_head]`.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key)`` and a ``dtype``\n keyword argument, and return a tuple of arrays with the promoted dtype.\n\n Returns:\n Output of shape `[batch..., num_heads, q_length, kv_length]`.\n """"""\n query, key = promote_dtype((query, key), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = jnp.einsum(\n '...qhd,...khd->...hqk', query, key, precision=precision\n )\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow(nnx.Intermediate, 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n\n\nclass MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., `[batch..., len_q]`, `[batch..., len_kv]`, the\n attention weights will be `[batch..., heads, len_q, len_kv]` and this\n function will produce `[batch..., 1, len_q, len_kv]`.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len_q, len_kv]` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., `[batch..., len]`, the self-attention weights\n will be `[batch..., heads, len, len]` and this function will produce a\n causal mask of shape `[batch..., 1, len, len]`.\n\n Args:\n x: input array of shape `[batch..., len]`\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len, len]` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +5442,16235564,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22684,0,"",python,selection_command +5443,16237867,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +5444,16237867,"/fast/home/franz.srambical/jafar/utils/nn.py",10652,0,"",python,selection_command +5445,16242372,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5446,16242372,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37837,0,"",python,selection_command +5447,16250351,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37836,0,"",python,selection_command +5448,16250608,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37776,0,"",python,selection_command +5449,16250636,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37698,0,"",python,selection_command +5450,16250661,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37684,0,"",python,selection_command +5451,16250695,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37644,0,"",python,selection_command +5452,16250728,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37586,0,"",python,selection_command +5453,16250761,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37539,0,"",python,selection_command +5454,16250793,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37499,0,"",python,selection_command +5455,16250830,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37471,0,"",python,selection_command +5456,16250864,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37439,0,"",python,selection_command +5457,16250895,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37363,0,"",python,selection_command +5458,16250928,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37326,0,"",python,selection_command +5459,16250963,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37302,0,"",python,selection_command +5460,16250999,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37266,0,"",python,selection_command +5461,16251030,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37244,0,"",python,selection_command +5462,16251064,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37200,0,"",python,selection_command +5463,16251096,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37164,0,"",python,selection_command +5464,16251128,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37129,0,"",python,selection_command +5465,16251164,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37128,0,"",python,selection_command +5466,16251198,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37059,0,"",python,selection_command +5467,16251230,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37017,0,"",python,selection_command +5468,16251263,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36952,0,"",python,selection_command +5469,16251297,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36919,0,"",python,selection_command +5470,16251331,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36881,0,"",python,selection_command +5471,16251363,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36859,0,"",python,selection_command +5472,16251397,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36851,0,"",python,selection_command +5473,16251431,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36773,0,"",python,selection_command +5474,16251464,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36751,0,"",python,selection_command +5475,16251497,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36718,0,"",python,selection_command +5476,16251658,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36653,0,"",python,selection_command +5477,16251796,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36661,0,"",python,selection_command +5478,16252126,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36726,0,"",python,selection_command +5479,16252688,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36745,0,"",python,selection_command +5480,16252911,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37919,0,"",python,selection_command +5481,16255476,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +5482,16255477,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77888,0,"",python,selection_command +5483,16262043,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +5484,16262043,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37919,0,"",python,selection_command +5485,16262919,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37876,0,"",python,selection_command +5486,16263116,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37849,0,"",python,selection_command +5487,16263627,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +5488,16263628,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72096,0,"",python,selection_command +5489,16264166,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72123,0,"",python,selection_command +5490,16264322,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72141,0,"",python,selection_command +5491,16264464,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72157,0,"",python,selection_command +5492,16264602,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72175,0,"",python,selection_command +5493,16264770,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72206,0,"",python,selection_command +5494,16264936,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72175,0,"",python,selection_command +5495,16265236,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73725,0,"",python,selection_command +5496,16267006,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73731,0,"",python,selection_command +5497,16267457,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76699,0,"",python,selection_command +5498,16283774,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76790,0,"",python,selection_command +5499,16284355,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76850,0,"",python,selection_command +5500,16284724,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76856,0,"",python,selection_command +5501,16285053,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76997,0,"",python,selection_command +5502,16285370,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77778,0,"",python,selection_command +5503,16288840,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77807,0,"",python,selection_command +5504,16289003,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77924,0,"",python,selection_command +5505,16289135,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78015,0,"",python,selection_command +5506,16289289,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78089,0,"",python,selection_command +5507,16289764,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78248,0,"",python,selection_command +5508,16293275,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78089,0,"",python,selection_command +5509,16293414,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78015,0,"",python,selection_command +5510,16293562,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77924,0,"",python,selection_command +5511,16293981,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77807,0,"",python,selection_command +5512,16294501,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77778,0,"",python,selection_command +5513,16304401,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77783,0,"",python,selection_command +5514,16304537,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77785,0,"",python,selection_command +5515,16306332,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67527,0,"",python,selection_command +5516,16328149,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67573,0,"",python,selection_command +5517,16328547,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67574,0,"",python,selection_command +5518,16340718,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67606,0,"",python,selection_command +5519,16341024,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67632,0,"",python,selection_command +5520,16341303,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67639,0,"",python,selection_command +5521,16341531,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67668,0,"",python,selection_command +5522,16341735,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67683,0,"",python,selection_command +5523,16342010,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68032,0,"",python,selection_command +5524,16342371,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68051,0,"",python,selection_command +5525,16567253,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68070,0,"",python,selection_command +5526,16568202,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68065,15," bias = mask",python,selection_command +5527,16592870,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68070,0,"",python,selection_command +5528,16719099,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68051,0,"",python,selection_command +5529,16719531,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,18," if bias is None:",python,selection_command +5530,16719700,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,34," if bias is None:\n bias = mask",python,selection_command +5531,16719845,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,42," if bias is None:\n bias = mask\n else:",python,selection_command +5532,16720490,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68086,0,"",python,selection_command +5533,16748976,"utils/nn.py",0,0,"",python,tab +5534,16748976,"utils/nn.py",10338,0,"",python,selection_command +5535,16750057,"utils/nn.py",10338,105," # FIXME (f.srambical): Investigate whether/why this is needed\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +5536,16750589,"utils/nn.py",10507,0,"",python,selection_command +5537,16751208,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +5538,16762548,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68070,0,"",python,selection_command +5539,16762693,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68051,0,"",python,selection_command +5540,16762847,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68025,0,"",python,selection_command +5541,16763026,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68051,0,"",python,selection_command +5542,16763457,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,18," if bias is None:",python,selection_command +5543,16763566,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,34," if bias is None:\n bias = mask",python,selection_command +5544,16763735,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,42," if bias is None:\n bias = mask\n else:",python,selection_command +5545,16763866,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,67," if bias is None:\n bias = mask\n else:\n if mask is not None:",python,selection_command +5546,16764016,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,109," if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape",python,selection_command +5547,16764150,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,134," if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape\n bias = bias + mask",python,selection_command +5548,16817961,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68161,0,"",python,selection_command +5549,16819715,"utils/nn.py",0,0,"",python,tab +5550,16820496,"utils/nn.py",10511,0,"",python,selection_command +5551,16844033,"utils/nn.py",10338,605," # FIXME (f.srambical): Investigate whether/why this is needed\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +5552,16844792,"utils/nn.py",10507,0,"",python,selection_command +5553,16845053,"utils/nn.py",10410,0,"",python,selection_command +5554,16845471,"utils/nn.py",9410,0,"",python,selection_command +5555,16846299,"utils/nn.py",9389,0,"",python,selection_command +5556,16846545,"utils/nn.py",9376,0,"",python,selection_command +5557,16846582,"utils/nn.py",9321,0,"",python,selection_command +5558,16846607,"utils/nn.py",9294,0,"",python,selection_command +5559,16846709,"utils/nn.py",9281,0,"",python,selection_command +5560,16846897,"utils/nn.py",9227,0,"",python,selection_command +5561,16848694,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +5562,16848961,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5563,16850808,"utils/nn.py",9657,0,"",python,selection_keyboard +5564,16851104,"utils/nn.py",9702,0,"",python,selection_command +5565,16851340,"utils/nn.py",9711,0,"",python,selection_command +5566,16851367,"utils/nn.py",9754,0,"",python,selection_command +5567,16851402,"utils/nn.py",9793,0,"",python,selection_command +5568,16851426,"utils/nn.py",9828,0,"",python,selection_command +5569,16851466,"utils/nn.py",9837,0,"",python,selection_command +5570,16851492,"utils/nn.py",9922,0,"",python,selection_command +5571,16851630,"utils/nn.py",9998,0,"",python,selection_command +5572,16851803,"utils/nn.py",10066,0,"",python,selection_command +5573,16860306,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5574,16868284,"TERMINAL",0,0,"2025-07-27 13:59:48.083577: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5575,16869748,"TERMINAL",0,0,"2025-07-27 13:59:49.549339: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5576,16873220,"TERMINAL",0,0,"2025-07-27 13:59:52.999207: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5577,16873939,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(298)attention_fn()\r\n-> implementation = ""cudnn"" if use_flash_attention else None\r\n",,terminal_output +5578,16878858,"TERMINAL",0,0,"c",,terminal_output +5579,16879320,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 333, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1204, in dot_product_attention\r\n out = cudnn_dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 1981, in dot_product_attention\r\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 332, in check_layout\r\n raise ValueError(\r\nValueError: Bias must have same seq length as QKV, got 1 and 1\r\n",,terminal_output +5580,16880126,"TERMINAL",0,0,"(Pdb) ",,terminal_output +5581,16880341,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +5582,16883334,"utils/nn.py",10075,0,"",python,selection_command +5583,16883532,"utils/nn.py",10168,0,"",python,selection_command +5584,16883729,"utils/nn.py",10075,0,"",python,selection_command +5585,16883918,"utils/nn.py",10168,0,"",python,selection_command +5586,16884233,"utils/nn.py",10160,28," if mask is not None:",python,selection_command +5587,16884345,"utils/nn.py",10160,71," if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)",python,selection_command +5588,16884512,"utils/nn.py",10160,116," if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n mask_4d = _pad(_rearrange(mask))",python,selection_command +5589,16884644,"utils/nn.py",10160,163," if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n mask_4d = _pad(_rearrange(mask))\n mask_4d = mask_4d.astype(jnp.bool)",python,selection_command +5590,16884948,"utils/nn.py",10285,0,"",python,selection_command +5591,16887626,"utils/nn.py",10240,0,"",python,selection_command +5592,16887879,"utils/nn.py",10197,0,"",python,selection_command +5593,16887899,"utils/nn.py",10168,0,"",python,selection_command +5594,16887929,"utils/nn.py",10075,0,"",python,selection_command +5595,16887963,"utils/nn.py",10066,0,"",python,selection_command +5596,16887997,"utils/nn.py",9998,0,"",python,selection_command +5597,16888031,"utils/nn.py",9922,0,"",python,selection_command +5598,16888064,"utils/nn.py",9837,0,"",python,selection_command +5599,16888099,"utils/nn.py",9828,0,"",python,selection_command +5600,16888135,"utils/nn.py",9793,0,"",python,selection_command +5601,16888171,"utils/nn.py",9754,0,"",python,selection_command +5602,16888203,"utils/nn.py",9711,0,"",python,selection_command +5603,16888236,"utils/nn.py",9702,0,"",python,selection_command +5604,16888271,"utils/nn.py",9657,0,"",python,selection_command +5605,16888303,"utils/nn.py",9598,0,"",python,selection_command +5606,16888348,"utils/nn.py",9559,0,"",python,selection_command +5607,16888373,"utils/nn.py",9550,0,"",python,selection_command +5608,16888405,"utils/nn.py",9515,0,"",python,selection_command +5609,16888437,"utils/nn.py",9478,0,"",python,selection_command +5610,16888472,"utils/nn.py",9469,0,"",python,selection_command +5611,16888505,"utils/nn.py",9406,0,"",python,selection_command +5612,16888539,"utils/nn.py",9385,0,"",python,selection_command +5613,16888574,"utils/nn.py",9376,0,"",python,selection_command +5614,16888606,"utils/nn.py",9317,0,"",python,selection_command +5615,16888640,"utils/nn.py",9290,0,"",python,selection_command +5616,16888682,"utils/nn.py",9281,0,"",python,selection_command +5617,16888703,"utils/nn.py",9223,0,"",python,selection_command +5618,16888831,"utils/nn.py",9198,0,"",python,selection_command +5619,16889024,"utils/nn.py",9152,0,"",python,selection_command +5620,16889273,"utils/nn.py",9144,45," if query.shape == (1, 921, 1, 8, 64):",python,selection_command +5621,16889417,"utils/nn.py",9144,70," if query.shape == (1, 921, 1, 8, 64):\n breakpoint()",python,selection_command +5622,16889493,"utils/nn.py",9144,71,"",python,content +5623,16889505,"utils/nn.py",9152,0,"",python,selection_command +5624,16889647,"utils/nn.py",9210,0,"",python,selection_command +5625,16889901,"utils/nn.py",9219,0,"",python,selection_command +5626,16889931,"utils/nn.py",9246,0,"",python,selection_command +5627,16889963,"utils/nn.py",9305,0,"",python,selection_command +5628,16889997,"utils/nn.py",9314,0,"",python,selection_command +5629,16890030,"utils/nn.py",9335,0,"",python,selection_command +5630,16890065,"utils/nn.py",9398,0,"",python,selection_command +5631,16890096,"utils/nn.py",9407,0,"",python,selection_command +5632,16890129,"utils/nn.py",9444,0,"",python,selection_command +5633,16890188,"utils/nn.py",9479,0,"",python,selection_command +5634,16890227,"utils/nn.py",9488,0,"",python,selection_command +5635,16890236,"utils/nn.py",9527,0,"",python,selection_command +5636,16890268,"utils/nn.py",9586,0,"",python,selection_command +5637,16890297,"utils/nn.py",9631,0,"",python,selection_command +5638,16890330,"utils/nn.py",9640,0,"",python,selection_command +5639,16890365,"utils/nn.py",9683,0,"",python,selection_command +5640,16890442,"utils/nn.py",9722,0,"",python,selection_command +5641,16890443,"utils/nn.py",9757,0,"",python,selection_command +5642,16890462,"utils/nn.py",9766,0,"",python,selection_command +5643,16890496,"utils/nn.py",9851,0,"",python,selection_command +5644,16890531,"utils/nn.py",9927,0,"",python,selection_command +5645,16890563,"utils/nn.py",9995,0,"",python,selection_command +5646,16890594,"utils/nn.py",10004,0,"",python,selection_command +5647,16890630,"utils/nn.py",10097,0,"",python,selection_command +5648,16890664,"utils/nn.py",10126,0,"",python,selection_command +5649,16890694,"utils/nn.py",10169,0,"",python,selection_command +5650,16890729,"utils/nn.py",10214,0,"",python,selection_command +5651,16890762,"utils/nn.py",10261,0,"",python,selection_command +5652,16890796,"utils/nn.py",10275,0,"",python,selection_command +5653,16890828,"utils/nn.py",10349,0,"",python,selection_command +5654,16890862,"utils/nn.py",10438,0,"",python,selection_command +5655,16890896,"utils/nn.py",10447,0,"",python,selection_command +5656,16891121,"utils/nn.py",10438,0,"",python,selection_command +5657,16891288,"utils/nn.py",10349,0,"",python,selection_command +5658,16891540,"utils/nn.py",10437,0,"\n if query.shape == (1, 921, 1, 8, 64):\n breakpoint()",python,content +5659,16891555,"utils/nn.py",10446,0,"",python,selection_command +5660,16893212,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +5661,16893432,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5662,16904341,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5663,16912368,"TERMINAL",0,0,"2025-07-27 14:00:32.171060: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5664,16913998,"TERMINAL",0,0,"2025-07-27 14:00:33.670173: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5665,16916704,".venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +5666,16917385,"TERMINAL",0,0,"2025-07-27 14:00:37.188053: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5667,16918148,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(330)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +5668,16918940,"utils/nn.py",0,0,"",python,tab +5669,16920153,"TERMINAL",0,0,"m",,terminal_output +5670,16920635,"TERMINAL",0,0,"a",,terminal_output +5671,16920714,"TERMINAL",0,0,"s",,terminal_output +5672,16920798,"TERMINAL",0,0,"k",,terminal_output +5673,16920997,"TERMINAL",0,0,".",,terminal_output +5674,16921441,"TERMINAL",0,0,"s",,terminal_output +5675,16921505,"TERMINAL",0,0,"h",,terminal_output +5676,16921561,"TERMINAL",0,0,"a",,terminal_output +5677,16921669,"TERMINAL",0,0,"p",,terminal_output +5678,16921762,"TERMINAL",0,0,"e",,terminal_output +5679,16922041,"TERMINAL",0,0,"\r\n(Pdb) (1, 921, 1, 1, 1)\r\n",,terminal_output +5680,16929149,"TERMINAL",0,0,"m",,terminal_output +5681,16929240,"TERMINAL",0,0,"as",,terminal_output +5682,16929313,"TERMINAL",0,0,"k",,terminal_output +5683,16929996,"TERMINAL",0,0,"_",,terminal_output +5684,16930383,"TERMINAL",0,0,"4",,terminal_output +5685,16930564,"TERMINAL",0,0,"d",,terminal_output +5686,16930703,"TERMINAL",0,0,".",,terminal_output +5687,16930777,"TERMINAL",0,0,"s",,terminal_output +5688,16930963,"TERMINAL",0,0,"ha",,terminal_output +5689,16931061,"TERMINAL",0,0,"p",,terminal_output +5690,16931146,"TERMINAL",0,0,"e",,terminal_output +5691,16931263,"TERMINAL",0,0,"\r\n(Pdb) (921, 4, 1, 1)\r\n",,terminal_output +5692,17104436,"utils/nn.py",9398,0,"",python,selection_command +5693,17105918,"utils/nn.py",9327,0,"",python,selection_command +5694,17106145,"utils/nn.py",9306,0,"",python,selection_command +5695,17106178,"utils/nn.py",9305,0,"",python,selection_command +5696,17106212,"utils/nn.py",9238,0,"",python,selection_command +5697,17106243,"utils/nn.py",9211,0,"",python,selection_command +5698,17106276,"utils/nn.py",9210,0,"",python,selection_command +5699,17106432,"utils/nn.py",9144,0,"",python,selection_command +5700,17106962,"utils/nn.py",9152,0,"",python,selection_command +5701,17107620,"utils/nn.py",9152,0,"#",python,content +5702,17107621,"utils/nn.py",9153,0,"",python,selection_keyboard +5703,17107694,"utils/nn.py",9153,0," ",python,content +5704,17107695,"utils/nn.py",9154,0,"",python,selection_keyboard +5705,17107953,"utils/nn.py",9153,0,"",python,selection_command +5706,17108282,"utils/nn.py",9211,0,"\n # implementation = ""cudnn"" if use_flash_attention else None",python,content +5707,17108282,"utils/nn.py",9220,0,"",python,selection_command +5708,17108629,"utils/nn.py",9220,1,"",python,content +5709,17108799,"utils/nn.py",9220,1,"",python,content +5710,17109029,"utils/nn.py",9235,0,"",python,selection_command +5711,17109302,"utils/nn.py",9237,0,"",python,selection_command +5712,17109335,"utils/nn.py",9238,0,"",python,selection_command +5713,17109370,"utils/nn.py",9243,0,"",python,selection_command +5714,17109686,"utils/nn.py",9238,0,"",python,selection_command +5715,17109838,"utils/nn.py",9237,0,"",python,selection_command +5716,17110198,"utils/nn.py",9237,40,"",python,content +5717,17110422,"utils/nn.py",9237,0,"N",python,content +5718,17110422,"utils/nn.py",9238,0,"",python,selection_keyboard +5719,17110619,"utils/nn.py",9238,0,"o",python,content +5720,17110620,"utils/nn.py",9239,0,"",python,selection_keyboard +5721,17110679,"utils/nn.py",9239,0,"n",python,content +5722,17110679,"utils/nn.py",9240,0,"",python,selection_keyboard +5723,17110711,"utils/nn.py",9240,0,"e",python,content +5724,17110712,"utils/nn.py",9241,0,"",python,selection_keyboard +5725,17110920,"utils/nn.py",9240,0,"",python,selection_command +5726,17111387,"utils/nn.py",9212,0,"",python,selection_command +5727,17112050,"utils/nn.py",9220,0,"",python,selection_command +5728,17119900,"utils/nn.py",9242,0,"",python,selection_command +5729,17120128,"utils/nn.py",9251,0,"",python,selection_command +5730,17120155,"utils/nn.py",9278,0,"",python,selection_command +5731,17120187,"utils/nn.py",9337,0,"",python,selection_command +5732,17120219,"utils/nn.py",9346,0,"",python,selection_command +5733,17120251,"utils/nn.py",9367,0,"",python,selection_command +5734,17120285,"utils/nn.py",9430,0,"",python,selection_command +5735,17120327,"utils/nn.py",9439,0,"",python,selection_command +5736,17121751,"utils/nn.py",9430,0,"",python,selection_command +5737,17121898,"utils/nn.py",9367,0,"",python,selection_command +5738,17122039,"utils/nn.py",9346,0,"",python,selection_command +5739,17122171,"utils/nn.py",9337,0,"",python,selection_command +5740,17122327,"utils/nn.py",9278,0,"",python,selection_command +5741,17122480,"utils/nn.py",9251,0,"",python,selection_command +5742,17124250,"utils/nn.py",9278,0,"",python,selection_command +5743,17124415,"utils/nn.py",9337,0,"",python,selection_command +5744,17124563,"utils/nn.py",9346,0,"",python,selection_command +5745,17125217,"utils/nn.py",9367,0,"",python,selection_command +5746,17125450,"utils/nn.py",9430,0,"",python,selection_command +5747,17125476,"utils/nn.py",9439,0,"",python,selection_command +5748,17125508,"utils/nn.py",9476,0,"",python,selection_command +5749,17125534,"utils/nn.py",9511,0,"",python,selection_command +5750,17125567,"utils/nn.py",9520,0,"",python,selection_command +5751,17125602,"utils/nn.py",9559,0,"",python,selection_command +5752,17125660,"utils/nn.py",9618,0,"",python,selection_command +5753,17125692,"utils/nn.py",9663,0,"",python,selection_command +5754,17125722,"utils/nn.py",9672,0,"",python,selection_command +5755,17126352,"utils/nn.py",9672,1,"q",python,selection_command +5756,17126433,"utils/nn.py",9672,1,"q",python,selection_command +5757,17126604,"utils/nn.py",9672,1,"q",python,selection_command +5758,17126971,"utils/nn.py",9672,0,"",python,selection_command +5759,17127034,"utils/nn.py",9754,0,"#",python,content +5760,17127034,"utils/nn.py",9715,0,"#",python,content +5761,17127034,"utils/nn.py",9672,0,"#",python,content +5762,17127034,"utils/nn.py",9673,0,"",python,selection_keyboard +5763,17127062,"utils/nn.py",9757,0," ",python,content +5764,17127062,"utils/nn.py",9717,0," ",python,content +5765,17127062,"utils/nn.py",9673,0," ",python,content +5766,17127062,"utils/nn.py",9674,0,"",python,selection_keyboard +5767,17127269,"utils/nn.py",9673,0,"",python,selection_command +5768,17128655,"utils/nn.py",9664,44," # query_4d = _pad(_rearrange(query))",python,selection_command +5769,17128795,"utils/nn.py",9664,85," # query_4d = _pad(_rearrange(query))\n # key_4d = _pad(_rearrange(key))",python,selection_command +5770,17128938,"utils/nn.py",9664,130," # query_4d = _pad(_rearrange(query))\n # key_4d = _pad(_rearrange(key))\n # value_4d = _pad(_rearrange(value))",python,selection_command +5771,17129135,"utils/nn.py",9664,0,"",python,selection_command +5772,17129315,"utils/nn.py",9709,0,"",python,selection_command +5773,17129467,"utils/nn.py",9750,0,"",python,selection_command +5774,17129687,"utils/nn.py",9794,0,"\n ",python,content +5775,17129929,"utils/nn.py",9795,8,"",python,content +5776,17130016,"utils/nn.py",9795,0,"\n # query_4d = _pad(_rearrange(query))\n # key_4d = _pad(_rearrange(key))\n # value_4d = _pad(_rearrange(value))",python,content +5777,17130021,"utils/nn.py",9804,0,"",python,selection_command +5778,17130268,"utils/nn.py",9795,0,"",python,selection_command +5779,17131010,"utils/nn.py",9804,0,"",python,selection_command +5780,17131290,"utils/nn.py",9795,0,"",python,selection_command +5781,17131542,"utils/nn.py",9795,1,"",python,content +5782,17131542,"utils/nn.py",9803,0,"",python,selection_command +5783,17132102,"utils/nn.py",9803,1,"#",python,selection_command +5784,17132210,"utils/nn.py",9803,2,"# ",python,selection_command +5785,17132250,"utils/nn.py",9803,2,"# ",python,selection_command +5786,17132421,"utils/nn.py",9803,2,"# ",python,selection_command +5787,17132617,"utils/nn.py",9889,2,"",python,content +5788,17132617,"utils/nn.py",9848,2,"",python,content +5789,17132617,"utils/nn.py",9803,2,"",python,content +5790,17132624,"utils/nn.py",9803,0,"",python,selection_command +5791,17133166,"utils/nn.py",9812,0,"",python,selection_command +5792,17133466,"utils/nn.py",9814,0,"",python,selection_command +5793,17133949,"utils/nn.py",9814,1,"_",python,selection_command +5794,17134004,"utils/nn.py",9814,4,"_pad",python,selection_command +5795,17134542,"utils/nn.py",9814,5,"_pad(",python,selection_command +5796,17134909,"utils/nn.py",9814,5,"",python,content +5797,17135088,"utils/nn.py",9852,0,"",python,selection_command +5798,17135388,"utils/nn.py",9853,0,"",python,selection_command +5799,17135601,"utils/nn.py",9852,0,"",python,selection_command +5800,17135770,"utils/nn.py",9850,0,"",python,selection_command +5801,17136165,"utils/nn.py",9850,1,"_",python,selection_command +5802,17136187,"utils/nn.py",9850,4,"_pad",python,selection_command +5803,17136310,"utils/nn.py",9850,5,"_pad(",python,selection_command +5804,17136619,"utils/nn.py",9850,5,"",python,content +5805,17136743,"utils/nn.py",9884,0,"",python,selection_command +5806,17137088,"utils/nn.py",9885,0,"",python,selection_command +5807,17137259,"utils/nn.py",9886,0,"",python,selection_command +5808,17137518,"utils/nn.py",9886,1,"_",python,selection_command +5809,17137572,"utils/nn.py",9886,4,"_pad",python,selection_command +5810,17137897,"utils/nn.py",9886,5,"_pad(",python,selection_command +5811,17138052,"utils/nn.py",9886,5,"",python,content +5812,17138595,"utils/nn.py",9904,0,"",python,selection_command +5813,17138707,"utils/nn.py",9903,1,"",python,content +5814,17138824,"utils/nn.py",9902,0,"",python,selection_command +5815,17138928,"utils/nn.py",9865,0,"",python,selection_command +5816,17139089,"utils/nn.py",9866,0,"",python,selection_command +5817,17139210,"utils/nn.py",9865,1,"",python,content +5818,17139309,"utils/nn.py",9864,0,"",python,selection_command +5819,17139414,"utils/nn.py",9826,0,"",python,selection_command +5820,17139557,"utils/nn.py",9832,0,"",python,selection_command +5821,17139695,"utils/nn.py",9831,1,"",python,content +5822,17139787,"utils/nn.py",9830,0,"",python,selection_command +5823,17141597,"utils/nn.py",9863,0,"",python,selection_command +5824,17141846,"utils/nn.py",9900,0,"",python,selection_command +5825,17141872,"utils/nn.py",9902,0,"",python,selection_command +5826,17141908,"utils/nn.py",9938,0,"",python,selection_command +5827,17141936,"utils/nn.py",10023,0,"",python,selection_command +5828,17141972,"utils/nn.py",10099,0,"",python,selection_command +5829,17146698,"utils/nn.py",10140,0,"",python,selection_command +5830,17146943,"utils/nn.py",10176,0,"",python,selection_command +5831,17146965,"utils/nn.py",10261,0,"",python,selection_command +5832,17146995,"utils/nn.py",10298,0,"",python,selection_command +5833,17147029,"utils/nn.py",10341,0,"",python,selection_command +5834,17147738,"utils/nn.py",10318,0,"#",python,content +5835,17147765,"utils/nn.py",10319,0," ",python,content +5836,17147966,"utils/nn.py",10319,0,"",python,selection_command +5837,17149149,"utils/nn.py",10352,0,"\n # mask_4d = _pad(_rearrange(mask))",python,content +5838,17149153,"utils/nn.py",10365,0,"",python,selection_command +5839,17149807,"utils/nn.py",10365,1,"",python,content +5840,17149946,"utils/nn.py",10365,1,"",python,content +5841,17150187,"utils/nn.py",10373,0,"",python,selection_command +5842,17150351,"utils/nn.py",10375,0,"",python,selection_command +5843,17150704,"utils/nn.py",10375,1,"_",python,selection_command +5844,17150749,"utils/nn.py",10375,4,"_pad",python,selection_command +5845,17151020,"utils/nn.py",10375,5,"_pad(",python,selection_command +5846,17151359,"utils/nn.py",10375,5,"",python,content +5847,17151603,"utils/nn.py",10392,0,"",python,selection_command +5848,17151739,"utils/nn.py",10391,1,"",python,content +5849,17151833,"utils/nn.py",10390,0,"",python,selection_command +5850,17152966,"utils/nn.py",10353,0,"",python,selection_command +5851,17153032,"utils/nn.py",10392,0,"",python,selection_command +5852,17153455,"utils/nn.py",10439,0,"",python,selection_command +5853,17153784,"utils/nn.py",10453,0,"",python,selection_command +5854,17153953,"utils/nn.py",10527,0,"",python,selection_command +5855,17161627,"utils/nn.py",10624,0,"",python,selection_command +5856,17161766,"utils/nn.py",10670,0,"",python,selection_command +5857,17161932,"utils/nn.py",10695,0,"",python,selection_command +5858,17162042,"utils/nn.py",10696,0,"",python,selection_command +5859,17162381,"utils/nn.py",10704,0,"",python,selection_command +5860,17162462,"utils/nn.py",10704,0,"#",python,content +5861,17162462,"utils/nn.py",10705,0,"",python,selection_keyboard +5862,17162462,"utils/nn.py",10705,0," ",python,content +5863,17162463,"utils/nn.py",10706,0,"",python,selection_keyboard +5864,17162634,"utils/nn.py",10705,0,"",python,selection_command +5865,17163029,"utils/nn.py",10768,0,"\n # bias_4d = _pad(_rearrange(bias)) if bias is not None else None",python,content +5866,17163029,"utils/nn.py",10777,0,"",python,selection_command +5867,17163418,"utils/nn.py",10777,1,"",python,content +5868,17163526,"utils/nn.py",10777,1,"",python,content +5869,17163777,"utils/nn.py",10785,0,"",python,selection_command +5870,17163982,"utils/nn.py",10787,0,"",python,selection_command +5871,17164371,"utils/nn.py",10787,1,"_",python,selection_command +5872,17164372,"utils/nn.py",10787,4,"_pad",python,selection_command +5873,17164564,"utils/nn.py",10787,5,"_pad(",python,selection_command +5874,17164713,"utils/nn.py",10787,6,"_pad(_",python,selection_command +5875,17165018,"utils/nn.py",10787,5,"_pad(",python,selection_command +5876,17165117,"utils/nn.py",10787,5,"",python,content +5877,17165328,"utils/nn.py",10797,0,"",python,selection_command +5878,17165494,"utils/nn.py",10798,0,"",python,selection_command +5879,17165813,"utils/nn.py",10802,0,"",python,selection_command +5880,17166119,"utils/nn.py",10803,0,"",python,selection_command +5881,17166268,"utils/nn.py",10803,1,"",python,content +5882,17169581,"TERMINAL",0,0,"^L",,terminal_output +5883,17169647,"TERMINAL",0,0,"^P",,terminal_output +5884,17170462,"TERMINAL",0,0,"q",,terminal_output +5885,17170608,"TERMINAL",0,0,"ui",,terminal_output +5886,17170973,"TERMINAL",0,0," ",,terminal_output +5887,17171092,"TERMINAL",0,0," ",,terminal_output +5888,17171358,"TERMINAL",0,0,"     ",,terminal_output +5889,17171528,"TERMINAL",0,0,"q",,terminal_output +5890,17171755,"TERMINAL",0,0,"uit",,terminal_output +5891,17171980,"TERMINAL",0,0,"()",,terminal_output +5892,17172211,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 330, in attention_fn\r\n # FIXME (f.srambical): Investigate whether/why this is needed\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 330, in attention_fn\r\n # FIXME (f.srambical): Investigate whether/why this is needed\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +5893,17172666,"TERMINAL",0,0,"^L",,terminal_output +5894,17172730,"TERMINAL",0,0,"^P",,terminal_output +5895,17172995,"TERMINAL",0,0,"\r\n(Pdb) ",,terminal_output +5896,17173253,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +5897,17174017,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +5898,17174077,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +5899,17174318,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5900,17185787,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5901,17190533,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 193, in \r\n action_batch = jasmine.vq_encode(batch, training=False)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 391, in vq_encode\r\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\r\n File ""/fast/home/franz.srambical/jafar/models/lam.py"", line 133, in vq_encode\r\n z = self.encoder(padded_patches) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 126, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 339, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1212, in dot_product_attention\r\n out = _dot_product_attention_xla(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 974, in _dot_product_attention_xla\r\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 928, in _dot_product_attention_core\r\n padded_logits = _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 868, in _apply_masks\r\n combined_mask = jnp.logical_and(combined_mask, mask)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/ufunc_api.py"", line 182, in __call__\r\n return call(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/ufuncs.py"", line 1888, in logical_and\r\n return lax.bitwise_and(*map(_to_bool, promote_args(""logical_and"", x, y)))\r\nTypeError: and got incompatible shapes for broadcasting: (2, 8, 61, 61), (1, 1, 64, 64).\r\n",,terminal_output +5902,17191304,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +5903,17199335,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom jasmine import Jasmine\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_co_train: bool = False\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n dynamics_type: str = ""maskgit""\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Dynamics model checkpoint ---\n rngs = nnx.Rngs(rng)\n jasmine = Jasmine(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dynamics_type=args.dynamics_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(jasmine, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Jasmine, batch: dict) -> jax.Array:\n """"""Runs Jasmine.sample with pre-defined generation hyper-parameters.""""""\n if args.dynamics_type == ""maskgit"":\n return model.sample_maskgit(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n else:\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n # @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(jasmine, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = jasmine.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n # The autoregressive cache needs to be initialized with the shape of the tokenized inputs, not the raw video.\n # The number of spatial tokens is derived from the image dimensions and patch size.\n # It appears the 90x160 image is padded to 92x160, and a CLS token is added.\n # (92 // args.patch_size) * (160 // args.patch_size) + 1 = 23 * 40 + 1 = 921\n num_patches = ((args.image_height + 3) // 4 * 4 // args.patch_size) * (\n args.image_width // args.patch_size\n ) + 1\n # Shape for spatial attention: (batch, time, patches, num_heads, head_dim)\n spatial_token_shape = (\n args.batch_size,\n 1,\n num_patches,\n args.dyna_dim,\n )\n # Shape for temporal attention: (batch, patches, time, num_heads, head_dim)\n temporal_token_shape = (\n args.batch_size,\n num_patches,\n 1,\n args.dyna_dim,\n )\n if args.dynamics_type == ""causal"":\n transformer_blocks = jasmine.dynamics.transformer.blocks\n for block in transformer_blocks:\n block.spatial_attention.init_cache(spatial_token_shape, dtype=args.dtype)\n block.temporal_attention.init_cache(temporal_token_shape, dtype=args.dtype)\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +5904,17199336,"/fast/home/franz.srambical/jafar/sample.py",5926,0,"",python,selection_command +5905,17201996,"/fast/home/franz.srambical/jafar/jasmine.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics_causal import DynamicsCausal\nfrom models.dynamics_maskgit import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Jasmine(nnx.Module):\n """"""World model with three components: a tokenizer, a latent action model (LAM), and a dynamics model for predicting future tokens.""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dynamics_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dynamics_type = dynamics_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dynamics_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dynamics_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=self.decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dynamics_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample_maskgit(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n assert self.dynamics_type == ""maskgit""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n if not isinstance(self.dynamics, DynamicsMaskGIT):\n raise TypeError(""`sample_maskgit` requires `DynamicsMaskGIT`."")\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.transformer(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n\n def token_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array], token_idx: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_full, action_tokens = carry\n t = token_idx // N\n n = token_idx % N\n\n # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )\n\n dyna_inputs = {\n ""video_tokens"": current_token_sequence,\n ""latent_actions"": action_tokens,\n }\n # The model will output logits for all patches in the sequence (which is just one frame).\n # FIXME: do we need the model to output logits for a single frame in order to use kv caching?\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\n # We select the logits for the specific patch `n` we are currently generating.\n next_token_logits = next_token_logits[:, 0, n, :].astype(\n jnp.float32\n ) # (B, vocab_size)\n\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B,)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B,)\n\n # Insert the generated token into the full sequence.\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n new_carry = (rng, token_idxs_full, action_tokens)\n return new_carry, None\n\n # --- Autoregressive generation ---\n future_frames = seq_len - T\n total_future_tokens = future_frames * N\n start_token_idx = T * N\n step_indices = jnp.arange(start_token_idx, start_token_idx + total_future_tokens)\n\n initial_carry = (batch[""rng""], token_idxs_full, action_tokens)\n final_carry, _ = jax.lax.scan(\n token_step_fn, initial_carry, step_indices\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(final_token_idxs, video_hw=(H, W))\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +5906,17201996,"/fast/home/franz.srambical/jafar/jasmine.py",15968,0,"",python,selection_command +5907,17204186,"/fast/home/franz.srambical/jafar/models/lam.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +5908,17204186,"/fast/home/franz.srambical/jafar/models/lam.py",4026,0,"",python,selection_command +5909,17206693,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +5910,17206694,"/fast/home/franz.srambical/jafar/utils/nn.py",6905,0,"",python,selection_command +5911,17206781,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,1437," # implementation = ""cudnn"" if use_flash_attention else None\n implementation = None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n # query_4d = _pad(_rearrange(query))\n # key_4d = _pad(_rearrange(key))\n # value_4d = _pad(_rearrange(value))\n query_4d = _rearrange(query)\n key_4d = _rearrange(key)\n value_4d = _rearrange(value)\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n # mask_4d = _pad(_rearrange(mask))\n mask_4d = _rearrange(mask)\n mask_4d = mask_4d.astype(jnp.bool)\n else:\n # FIXME (f.srambical): Investigate whether/why this is needed\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n if query.shape == (1, 921, 1, 8, 64):\n breakpoint()\n\n # bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n bias_4d = _rearrange(bias) if bias is not None else None\n",python,content +5912,17215030,"/fast/home/franz.srambical/jafar/utils/nn.py",3861,0,"",python,selection_command +5913,17218963,"/fast/home/franz.srambical/jafar/utils/nn.py",10905,0,"",python,selection_command +5914,17239194,"/fast/home/franz.srambical/jafar/utils/nn.py",10835,0,"",python,selection_command +5915,17239439,"/fast/home/franz.srambical/jafar/utils/nn.py",10834,0,"",python,selection_command +5916,17239456,"/fast/home/franz.srambical/jafar/utils/nn.py",10769,0,"",python,selection_command +5917,17239485,"/fast/home/franz.srambical/jafar/utils/nn.py",10696,0,"",python,selection_command +5918,17239516,"/fast/home/franz.srambical/jafar/utils/nn.py",10695,0,"",python,selection_command +5919,17239553,"/fast/home/franz.srambical/jafar/utils/nn.py",10670,0,"",python,selection_command +5920,17239583,"/fast/home/franz.srambical/jafar/utils/nn.py",10624,0,"",python,selection_command +5921,17239617,"/fast/home/franz.srambical/jafar/utils/nn.py",10527,0,"",python,selection_command +5922,17239650,"/fast/home/franz.srambical/jafar/utils/nn.py",10453,0,"",python,selection_command +5923,17239684,"/fast/home/franz.srambical/jafar/utils/nn.py",10439,0,"",python,selection_command +5924,17239718,"/fast/home/franz.srambical/jafar/utils/nn.py",10392,0,"",python,selection_command +5925,17239752,"/fast/home/franz.srambical/jafar/utils/nn.py",10353,0,"",python,selection_command +5926,17239786,"/fast/home/franz.srambical/jafar/utils/nn.py",10306,0,"",python,selection_command +5927,17239819,"/fast/home/franz.srambical/jafar/utils/nn.py",10263,0,"",python,selection_command +5928,17239853,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,0,"",python,selection_command +5929,17239886,"/fast/home/franz.srambical/jafar/utils/nn.py",10141,0,"",python,selection_command +5930,17239920,"/fast/home/franz.srambical/jafar/utils/nn.py",10140,0,"",python,selection_command +5931,17240037,"/fast/home/franz.srambical/jafar/utils/nn.py",10064,0,"",python,selection_command +5932,17240204,"/fast/home/franz.srambical/jafar/utils/nn.py",9988,0,"",python,selection_command +5933,17240357,"/fast/home/franz.srambical/jafar/utils/nn.py",9903,0,"",python,selection_command +5934,17240476,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,0,"",python,selection_command +5935,17240834,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,1,"a",python,selection_command +5936,17240996,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,1,"a",python,selection_command +5937,17241154,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,1,"a",python,selection_command +5938,17241502,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,0,"",python,selection_command +5939,17241701,"/fast/home/franz.srambical/jafar/utils/nn.py",10072,0,"#",python,content +5940,17241701,"/fast/home/franz.srambical/jafar/utils/nn.py",9996,0,"#",python,content +5941,17241701,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,0,"#",python,content +5942,17241701,"/fast/home/franz.srambical/jafar/utils/nn.py",9912,0,"",python,selection_keyboard +5943,17241711,"/fast/home/franz.srambical/jafar/utils/nn.py",10075,0," ",python,content +5944,17241711,"/fast/home/franz.srambical/jafar/utils/nn.py",9998,0," ",python,content +5945,17241711,"/fast/home/franz.srambical/jafar/utils/nn.py",9912,0," ",python,content +5946,17241711,"/fast/home/franz.srambical/jafar/utils/nn.py",9913,0,"",python,selection_keyboard +5947,17241942,"/fast/home/franz.srambical/jafar/utils/nn.py",9912,0,"",python,selection_command +5948,17244048,"/fast/home/franz.srambical/jafar/utils/nn.py",9903,86," # attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)",python,selection_command +5949,17244178,"/fast/home/franz.srambical/jafar/utils/nn.py",9903,164," # attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n # attention_mask = attention_mask.at[original_seq_len:, :].set(False)",python,selection_command +5950,17244342,"/fast/home/franz.srambical/jafar/utils/nn.py",9903,242," # attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n # attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n # attention_mask = attention_mask.at[:, original_seq_len:].set(False)",python,selection_command +5951,17244575,"/fast/home/franz.srambical/jafar/utils/nn.py",9903,0,"",python,selection_command +5952,17244814,"/fast/home/franz.srambical/jafar/utils/nn.py",9990,0,"",python,selection_command +5953,17244980,"/fast/home/franz.srambical/jafar/utils/nn.py",10068,0,"",python,selection_command +5954,17245396,"/fast/home/franz.srambical/jafar/utils/nn.py",10145,0,"\n ",python,content +5955,17245649,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,8,"",python,content +5956,17245748,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,0,"\n # attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n # attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n # attention_mask = attention_mask.at[:, original_seq_len:].set(False)",python,content +5957,17245764,"/fast/home/franz.srambical/jafar/utils/nn.py",10155,0,"",python,selection_command +5958,17246061,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,0,"",python,selection_command +5959,17246417,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,1,"",python,content +5960,17246417,"/fast/home/franz.srambical/jafar/utils/nn.py",10154,0,"",python,selection_command +5961,17247899,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,86," # attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)",python,selection_command +5962,17248065,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,164," # attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n # attention_mask = attention_mask.at[original_seq_len:, :].set(False)",python,selection_command +5963,17248223,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,242," # attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n # attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n # attention_mask = attention_mask.at[:, original_seq_len:].set(False)",python,selection_command +5964,17248754,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,243,"",python,content +5965,17250265,"/fast/home/franz.srambical/jafar/utils/nn.py",10068,0,"",python,selection_command +5966,17250470,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,0,"",python,selection_command +5967,17250708,"/fast/home/franz.srambical/jafar/utils/nn.py",10147,0,"",python,selection_command +5968,17250732,"/fast/home/franz.srambical/jafar/utils/nn.py",10240,0,"",python,selection_command +5969,17250767,"/fast/home/franz.srambical/jafar/utils/nn.py",10269,0,"",python,selection_command +5970,17250800,"/fast/home/franz.srambical/jafar/utils/nn.py",10312,0,"",python,selection_command +5971,17250832,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,0,"",python,selection_command +5972,17251001,"/fast/home/franz.srambical/jafar/utils/nn.py",10398,0,"",python,selection_command +5973,17251189,"/fast/home/franz.srambical/jafar/utils/nn.py",10445,0,"",python,selection_command +5974,17256243,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,0,"",python,selection_command +5975,17256540,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,0," ",python,content +5976,17256540,"/fast/home/franz.srambical/jafar/utils/nn.py",10546,0,"",python,selection_keyboard +5977,17256973,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,1,"",python,content +5978,17257025,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,0,"#",python,content +5979,17257026,"/fast/home/franz.srambical/jafar/utils/nn.py",10546,0,"",python,selection_keyboard +5980,17257100,"/fast/home/franz.srambical/jafar/utils/nn.py",10546,0," ",python,content +5981,17257100,"/fast/home/franz.srambical/jafar/utils/nn.py",10547,0,"",python,selection_keyboard +5982,17257308,"/fast/home/franz.srambical/jafar/utils/nn.py",10546,0,"",python,selection_command +5983,17258542,"/fast/home/franz.srambical/jafar/utils/nn.py",10631,0,"\n # mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)",python,content +5984,17258546,"/fast/home/franz.srambical/jafar/utils/nn.py",10644,0,"",python,selection_command +5985,17259047,"/fast/home/franz.srambical/jafar/utils/nn.py",10644,1,"",python,content +5986,17259188,"/fast/home/franz.srambical/jafar/utils/nn.py",10644,1,"",python,content +5987,17259758,"/fast/home/franz.srambical/jafar/utils/nn.py",10652,0,"",python,selection_command +5988,17259962,"/fast/home/franz.srambical/jafar/utils/nn.py",10654,0,"",python,selection_command +5989,17260124,"/fast/home/franz.srambical/jafar/utils/nn.py",10668,0,"",python,selection_command +5990,17260275,"/fast/home/franz.srambical/jafar/utils/nn.py",10669,0,"",python,selection_command +5991,17260563,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,0,"",python,selection_command +5992,17261214,"/fast/home/franz.srambical/jafar/utils/nn.py",10673,0,"",python,selection_command +5993,17261461,"/fast/home/franz.srambical/jafar/utils/nn.py",10680,0,"",python,selection_command +5994,17262019,"/fast/home/franz.srambical/jafar/utils/nn.py",10673,0,"",python,selection_command +5995,17262191,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,0,"",python,selection_command +5996,17262304,"/fast/home/franz.srambical/jafar/utils/nn.py",10669,0,"",python,selection_command +5997,17262681,"/fast/home/franz.srambical/jafar/utils/nn.py",10668,0,"",python,selection_command +5998,17263112,"/fast/home/franz.srambical/jafar/utils/nn.py",10654,0,"",python,selection_command +5999,17270192,"/fast/home/franz.srambical/jafar/utils/nn.py",10654,74,"",python,content +6000,17270420,"/fast/home/franz.srambical/jafar/utils/nn.py",10654,0,"j",python,content +6001,17270420,"/fast/home/franz.srambical/jafar/utils/nn.py",10655,0,"",python,selection_keyboard +6002,17270561,"/fast/home/franz.srambical/jafar/utils/nn.py",10655,0,"n",python,content +6003,17270562,"/fast/home/franz.srambical/jafar/utils/nn.py",10656,0,"",python,selection_keyboard +6004,17270614,"/fast/home/franz.srambical/jafar/utils/nn.py",10656,0,"p",python,content +6005,17270614,"/fast/home/franz.srambical/jafar/utils/nn.py",10657,0,"",python,selection_keyboard +6006,17271110,"/fast/home/franz.srambical/jafar/utils/nn.py",10657,0,".",python,content +6007,17271110,"/fast/home/franz.srambical/jafar/utils/nn.py",10658,0,"",python,selection_keyboard +6008,17271463,"/fast/home/franz.srambical/jafar/utils/nn.py",10658,0,"ones((1, 1, target_seq_len, target_seq_len), dtype=jnp.bool)",python,content +6009,17271730,"/fast/home/franz.srambical/jafar/utils/nn.py",10717,0,"",python,selection_command +6010,17271916,"/fast/home/franz.srambical/jafar/utils/nn.py",10713,0,"",python,selection_command +6011,17272165,"/fast/home/franz.srambical/jafar/utils/nn.py",10712,0,"",python,selection_command +6012,17272200,"/fast/home/franz.srambical/jafar/utils/nn.py",10709,0,"",python,selection_command +6013,17272252,"/fast/home/franz.srambical/jafar/utils/nn.py",10708,0,"",python,selection_command +6014,17272356,"/fast/home/franz.srambical/jafar/utils/nn.py",10703,0,"",python,selection_command +6015,17272517,"/fast/home/franz.srambical/jafar/utils/nn.py",10700,0,"",python,selection_command +6016,17272653,"/fast/home/franz.srambical/jafar/utils/nn.py",10686,0,"",python,selection_command +6017,17272803,"/fast/home/franz.srambical/jafar/utils/nn.py",10684,0,"",python,selection_command +6018,17273115,"/fast/home/franz.srambical/jafar/utils/nn.py",10670,0,"",python,selection_command +6019,17274993,"/fast/home/franz.srambical/jafar/utils/nn.py",10670,14,"",python,content +6020,17275351,"/fast/home/franz.srambical/jafar/utils/nn.py",10670,0,"s",python,content +6021,17275351,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,0,"",python,selection_keyboard +6022,17275664,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,0,"e",python,content +6023,17275664,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,0,"",python,selection_keyboard +6024,17275767,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,0,"q",python,content +6025,17275768,"/fast/home/franz.srambical/jafar/utils/nn.py",10673,0,"",python,selection_keyboard +6026,17276136,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,1,"",python,content +6027,17276268,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,1,"",python,content +6028,17276631,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,0,"o",python,content +6029,17276631,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,0,"",python,selection_keyboard +6030,17276885,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,1,"",python,content +6031,17277024,"/fast/home/franz.srambical/jafar/utils/nn.py",10670,1,"",python,content +6032,17277171,"/fast/home/franz.srambical/jafar/utils/nn.py",10670,0,"o",python,content +6033,17277171,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,0,"",python,selection_keyboard +6034,17277285,"/fast/home/franz.srambical/jafar/utils/nn.py",10671,0,"r",python,content +6035,17277285,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,0,"",python,selection_keyboard +6036,17277353,"/fast/home/franz.srambical/jafar/utils/nn.py",10672,0,"i",python,content +6037,17277354,"/fast/home/franz.srambical/jafar/utils/nn.py",10673,0,"",python,selection_keyboard +6038,17277438,"/fast/home/franz.srambical/jafar/utils/nn.py",10673,0,"g",python,content +6039,17277438,"/fast/home/franz.srambical/jafar/utils/nn.py",10674,0,"",python,selection_keyboard +6040,17277503,"/fast/home/franz.srambical/jafar/utils/nn.py",10674,0,"i",python,content +6041,17277503,"/fast/home/franz.srambical/jafar/utils/nn.py",10675,0,"",python,selection_keyboard +6042,17278004,"/fast/home/franz.srambical/jafar/utils/nn.py",10675,0,"nal_seq_len",python,content +6043,17278255,"/fast/home/franz.srambical/jafar/utils/nn.py",10685,0,"",python,selection_command +6044,17278456,"/fast/home/franz.srambical/jafar/utils/nn.py",10686,0,"",python,selection_command +6045,17278619,"/fast/home/franz.srambical/jafar/utils/nn.py",10688,0,"",python,selection_command +6046,17278827,"/fast/home/franz.srambical/jafar/utils/nn.py",10688,14,"",python,content +6047,17278921,"/fast/home/franz.srambical/jafar/utils/nn.py",10688,0,"o",python,content +6048,17278922,"/fast/home/franz.srambical/jafar/utils/nn.py",10689,0,"",python,selection_keyboard +6049,17279037,"/fast/home/franz.srambical/jafar/utils/nn.py",10689,0,"r",python,content +6050,17279037,"/fast/home/franz.srambical/jafar/utils/nn.py",10690,0,"",python,selection_keyboard +6051,17279118,"/fast/home/franz.srambical/jafar/utils/nn.py",10690,0,"i",python,content +6052,17279118,"/fast/home/franz.srambical/jafar/utils/nn.py",10691,0,"",python,selection_keyboard +6053,17279252,"/fast/home/franz.srambical/jafar/utils/nn.py",10691,0,"g",python,content +6054,17279253,"/fast/home/franz.srambical/jafar/utils/nn.py",10692,0,"",python,selection_keyboard +6055,17279654,"/fast/home/franz.srambical/jafar/utils/nn.py",10691,0,"",python,selection_command +6056,17280909,"/fast/home/franz.srambical/jafar/utils/nn.py",10692,0,"",python,selection_command +6057,17281041,"/fast/home/franz.srambical/jafar/utils/nn.py",10692,0,"i",python,content +6058,17281041,"/fast/home/franz.srambical/jafar/utils/nn.py",10693,0,"",python,selection_keyboard +6059,17281261,"/fast/home/franz.srambical/jafar/utils/nn.py",10693,0,"g",python,content +6060,17281261,"/fast/home/franz.srambical/jafar/utils/nn.py",10694,0,"",python,selection_keyboard +6061,17281565,"/fast/home/franz.srambical/jafar/utils/nn.py",10693,1,"",python,content +6062,17281690,"/fast/home/franz.srambical/jafar/utils/nn.py",10693,0,"n",python,content +6063,17281690,"/fast/home/franz.srambical/jafar/utils/nn.py",10694,0,"",python,selection_keyboard +6064,17281757,"/fast/home/franz.srambical/jafar/utils/nn.py",10694,0,"a",python,content +6065,17281757,"/fast/home/franz.srambical/jafar/utils/nn.py",10695,0,"",python,selection_keyboard +6066,17281874,"/fast/home/franz.srambical/jafar/utils/nn.py",10695,0,"l",python,content +6067,17281875,"/fast/home/franz.srambical/jafar/utils/nn.py",10696,0,"",python,selection_keyboard +6068,17282279,"/fast/home/franz.srambical/jafar/utils/nn.py",10695,0,"",python,selection_command +6069,17283326,"/fast/home/franz.srambical/jafar/utils/nn.py",10696,0,"",python,selection_command +6070,17283585,"/fast/home/franz.srambical/jafar/utils/nn.py",10696,0,"_",python,content +6071,17283585,"/fast/home/franz.srambical/jafar/utils/nn.py",10697,0,"",python,selection_keyboard +6072,17284530,"/fast/home/franz.srambical/jafar/utils/nn.py",10688,9,"original_seq_len",python,content +6073,17284743,"/fast/home/franz.srambical/jafar/utils/nn.py",10703,0,"",python,selection_command +6074,17284974,"/fast/home/franz.srambical/jafar/utils/nn.py",10632,0,"",python,selection_command +6075,17286640,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +6076,17286723,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +6077,17287008,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +6078,17298399,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +6079,17308916,"TERMINAL",0,0,"2025-07-27 14:07:08.718423: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6080,17309399,"TERMINAL",0,0,"2025-07-27 14:07:09.201462: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6081,17312058,"TERMINAL",0,0,"2025-07-27 14:07:11.861113: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6082,17313545,"TERMINAL",0,0,"2025-07-27 14:07:13.347575: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6083,17318575,"TERMINAL",0,0,"2025-07-27 14:07:18.375137: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6084,17319265,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(337)attention_fn()\r\n-> bias_4d = _rearrange(bias) if bias is not None else None\r\n",,terminal_output +6085,17323302,"TERMINAL",0,0,"c",,terminal_output +6086,17323384,"TERMINAL",0,0,"\r\n",,terminal_output +6087,17323437,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(337)attention_fn()\r\n-> bias_4d = _rearrange(bias) if bias is not None else None\r\n",,terminal_output +6088,17326495,"TERMINAL",0,0,"\r\n",,terminal_output +6089,17332282,"TERMINAL",0,0,"c",,terminal_output +6090,17332884,"TERMINAL",0,0,"\r\n(Pdb) (Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(337)attention_fn()\r\n-> bias_4d = _rearrange(bias) if bias is not None else None\r\n",,terminal_output +6091,17334802,"TERMINAL",0,0,"c\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(337)attention_fn()\r\n-> bias_4d = _rearrange(bias) if bias is not None else None\r\n",,terminal_output +6092,17335305,"TERMINAL",0,0,"c",,terminal_output +6093,17335447,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(337)attention_fn()\r\n-> bias_4d = _rearrange(bias) if bias is not None else None\r\n",,terminal_output +6094,17335704,"TERMINAL",0,0,"c",,terminal_output +6095,17335803,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(337)attention_fn()\r\n-> bias_4d = _rearrange(bias) if bias is not None else None\r\n",,terminal_output +6096,17336064,"TERMINAL",0,0,"c",,terminal_output +6097,17336129,"TERMINAL",0,0,"\r\n",,terminal_output +6098,17336345,"TERMINAL",0,0,"c",,terminal_output +6099,17336426,"TERMINAL",0,0,"\r\n",,terminal_output +6100,17336564,"TERMINAL",0,0,"c",,terminal_output +6101,17336669,"TERMINAL",0,0,"2025-07-27 14:07:36.432751: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n\r\n",,terminal_output +6102,17336792,"TERMINAL",0,0,"c",,terminal_output +6103,17336935,"TERMINAL",0,0,"\r\n",,terminal_output +6104,17337054,"TERMINAL",0,0,"c",,terminal_output +6105,17337197,"TERMINAL",0,0,"\r\n",,terminal_output +6106,17339233,"TERMINAL",0,0,"(Pdb) SSIM: 0.01034794095903635\r\n",,terminal_output +6107,17340457,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +6108,17380390,"/fast/home/franz.srambical/jafar/utils/nn.py",10632,91,"",python,content +6109,17380413,"/fast/home/franz.srambical/jafar/utils/nn.py",10640,0,"",python,selection_command +6110,17380795,"/fast/home/franz.srambical/jafar/utils/nn.py",10541,0,"",python,selection_command +6111,17380907,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,0,"",python,selection_command +6112,17381121,"/fast/home/franz.srambical/jafar/utils/nn.py",10547,0,"",python,selection_command +6113,17381716,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,1,"",python,content +6114,17381877,"/fast/home/franz.srambical/jafar/utils/nn.py",10545,1,"",python,content +6115,17382360,"/fast/home/franz.srambical/jafar/utils/nn.py",10471,0,"",python,selection_command +6116,17382508,"/fast/home/franz.srambical/jafar/utils/nn.py",10457,0,"",python,selection_command +6117,17382664,"/fast/home/franz.srambical/jafar/utils/nn.py",10410,0,"",python,selection_command +6118,17382790,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_command +6119,17382962,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,0,"",python,selection_command +6120,17383127,"/fast/home/franz.srambical/jafar/utils/nn.py",10281,0,"",python,selection_command +6121,17383481,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,0,"",python,selection_command +6122,17383644,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_command +6123,17384100,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,39,"",python,content +6124,17384133,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_command +6125,17384479,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,47,"",python,content +6126,17384497,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_command +6127,17384723,"/fast/home/franz.srambical/jafar/utils/nn.py",10320,0,"",python,selection_command +6128,17385080,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,0,"",python,selection_command +6129,17385619,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0," mask_4d = mask_4d.astype(jnp.bool)\n ",python,content +6130,17385619,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_command +6131,17386012,"/fast/home/franz.srambical/jafar/utils/nn.py",10381,0,"_rearrange(mask)\n mask_4d = ",python,content +6132,17388064,"/fast/home/franz.srambical/jafar/utils/nn.py",10359,39,"",python,content +6133,17388086,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_command +6134,17388177,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,0,"",python,selection_command +6135,17388652,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,1,"",python,content +6136,17388775,"/fast/home/franz.srambical/jafar/utils/nn.py",10324,1,"",python,content +6137,17392433,"/fast/home/franz.srambical/jafar/utils/nn.py",10281,0,"",python,selection_command +6138,17393319,"/fast/home/franz.srambical/jafar/utils/nn.py",10252,0,"",python,selection_command +6139,17393453,"/fast/home/franz.srambical/jafar/utils/nn.py",10159,0,"",python,selection_command +6140,17393600,"/fast/home/franz.srambical/jafar/utils/nn.py",10146,0,"",python,selection_command +6141,17393793,"/fast/home/franz.srambical/jafar/utils/nn.py",10080,0,"",python,selection_command +6142,17394590,"/fast/home/franz.srambical/jafar/utils/nn.py",10068,0,"",python,selection_command +6143,17395087,"/fast/home/franz.srambical/jafar/utils/nn.py",10076,0,"",python,selection_command +6144,17395325,"/fast/home/franz.srambical/jafar/utils/nn.py",10076,1,"#",python,selection_command +6145,17395437,"/fast/home/franz.srambical/jafar/utils/nn.py",10076,2,"# ",python,selection_command +6146,17395608,"/fast/home/franz.srambical/jafar/utils/nn.py",9998,2,"# ",python,selection_command +6147,17395790,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,2,"# ",python,selection_command +6148,17396024,"/fast/home/franz.srambical/jafar/utils/nn.py",10076,2,"",python,content +6149,17396024,"/fast/home/franz.srambical/jafar/utils/nn.py",9998,2,"",python,content +6150,17396024,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,2,"",python,content +6151,17396047,"/fast/home/franz.srambical/jafar/utils/nn.py",9911,0,"",python,selection_command +6152,17396394,"/fast/home/franz.srambical/jafar/utils/nn.py",9902,0,"",python,selection_command +6153,17396671,"/fast/home/franz.srambical/jafar/utils/nn.py",9873,0,"",python,selection_command +6154,17396800,"/fast/home/franz.srambical/jafar/utils/nn.py",9840,0,"",python,selection_command +6155,17396988,"/fast/home/franz.srambical/jafar/utils/nn.py",9803,0,"",python,selection_command +6156,17397259,"/fast/home/franz.srambical/jafar/utils/nn.py",9795,37,"",python,content +6157,17397292,"/fast/home/franz.srambical/jafar/utils/nn.py",9803,0,"",python,selection_command +6158,17397586,"/fast/home/franz.srambical/jafar/utils/nn.py",9795,33,"",python,content +6159,17397595,"/fast/home/franz.srambical/jafar/utils/nn.py",9803,0,"",python,selection_command +6160,17397994,"/fast/home/franz.srambical/jafar/utils/nn.py",9795,37,"",python,content +6161,17398186,"/fast/home/franz.srambical/jafar/utils/nn.py",9750,0,"",python,selection_command +6162,17398469,"/fast/home/franz.srambical/jafar/utils/nn.py",9758,0,"",python,selection_command +6163,17398824,"/fast/home/franz.srambical/jafar/utils/nn.py",9758,1,"#",python,selection_command +6164,17398956,"/fast/home/franz.srambical/jafar/utils/nn.py",9758,2,"# ",python,selection_command +6165,17399161,"/fast/home/franz.srambical/jafar/utils/nn.py",9717,2,"# ",python,selection_command +6166,17399326,"/fast/home/franz.srambical/jafar/utils/nn.py",9672,2,"# ",python,selection_command +6167,17399649,"/fast/home/franz.srambical/jafar/utils/nn.py",9758,2,"",python,content +6168,17399649,"/fast/home/franz.srambical/jafar/utils/nn.py",9717,2,"",python,content +6169,17399649,"/fast/home/franz.srambical/jafar/utils/nn.py",9672,2,"",python,content +6170,17399657,"/fast/home/franz.srambical/jafar/utils/nn.py",9672,0,"",python,selection_command +6171,17400108,"/fast/home/franz.srambical/jafar/utils/nn.py",9663,0,"",python,selection_command +6172,17400274,"/fast/home/franz.srambical/jafar/utils/nn.py",9618,0,"",python,selection_command +6173,17400425,"/fast/home/franz.srambical/jafar/utils/nn.py",9559,0,"",python,selection_command +6174,17403731,"/fast/home/franz.srambical/jafar/utils/nn.py",9618,0,"",python,selection_command +6175,17404898,"/fast/home/franz.srambical/jafar/utils/nn.py",9559,0,"",python,selection_command +6176,17405123,"/fast/home/franz.srambical/jafar/utils/nn.py",9520,0,"",python,selection_command +6177,17405155,"/fast/home/franz.srambical/jafar/utils/nn.py",9511,0,"",python,selection_command +6178,17405192,"/fast/home/franz.srambical/jafar/utils/nn.py",9476,0,"",python,selection_command +6179,17405225,"/fast/home/franz.srambical/jafar/utils/nn.py",9439,0,"",python,selection_command +6180,17405258,"/fast/home/franz.srambical/jafar/utils/nn.py",9430,0,"",python,selection_command +6181,17405302,"/fast/home/franz.srambical/jafar/utils/nn.py",9367,0,"",python,selection_command +6182,17405338,"/fast/home/franz.srambical/jafar/utils/nn.py",9346,0,"",python,selection_command +6183,17405366,"/fast/home/franz.srambical/jafar/utils/nn.py",9337,0,"",python,selection_command +6184,17405390,"/fast/home/franz.srambical/jafar/utils/nn.py",9278,0,"",python,selection_command +6185,17405416,"/fast/home/franz.srambical/jafar/utils/nn.py",9251,0,"",python,selection_command +6186,17405450,"/fast/home/franz.srambical/jafar/utils/nn.py",9242,0,"",python,selection_command +6187,17405641,"/fast/home/franz.srambical/jafar/utils/nn.py",9220,0,"",python,selection_command +6188,17405812,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +6189,17405921,"/fast/home/franz.srambical/jafar/utils/nn.py",9118,0,"",python,selection_command +6190,17406936,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +6191,17408934,"/fast/home/franz.srambical/jafar/utils/nn.py",9220,0,"",python,selection_command +6192,17409117,"/fast/home/franz.srambical/jafar/utils/nn.py",9242,0,"",python,selection_command +6193,17409249,"/fast/home/franz.srambical/jafar/utils/nn.py",9220,0,"",python,selection_command +6194,17409669,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"",python,selection_command +6195,17411549,"/fast/home/franz.srambical/jafar/utils/nn.py",9242,0,"",python,selection_command +6196,17411784,"/fast/home/franz.srambical/jafar/utils/nn.py",9243,0,"",python,selection_command +6197,17411813,"/fast/home/franz.srambical/jafar/utils/nn.py",9270,0,"",python,selection_command +6198,17411847,"/fast/home/franz.srambical/jafar/utils/nn.py",9337,0,"",python,selection_command +6199,17411879,"/fast/home/franz.srambical/jafar/utils/nn.py",9338,0,"",python,selection_command +6200,17411915,"/fast/home/franz.srambical/jafar/utils/nn.py",9359,0,"",python,selection_command +6201,17411949,"/fast/home/franz.srambical/jafar/utils/nn.py",9430,0,"",python,selection_command +6202,17411980,"/fast/home/franz.srambical/jafar/utils/nn.py",9431,0,"",python,selection_command +6203,17412014,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,0,"",python,selection_command +6204,17412048,"/fast/home/franz.srambical/jafar/utils/nn.py",9511,0,"",python,selection_command +6205,17412080,"/fast/home/franz.srambical/jafar/utils/nn.py",9512,0,"",python,selection_command +6206,17412114,"/fast/home/franz.srambical/jafar/utils/nn.py",9551,0,"",python,selection_command +6207,17412148,"/fast/home/franz.srambical/jafar/utils/nn.py",9610,0,"",python,selection_command +6208,17412181,"/fast/home/franz.srambical/jafar/utils/nn.py",9663,0,"",python,selection_command +6209,17413944,"/fast/home/franz.srambical/jafar/utils/nn.py",9664,0,"",python,selection_command +6210,17414203,"/fast/home/franz.srambical/jafar/utils/nn.py",9707,0,"",python,selection_command +6211,17414203,"/fast/home/franz.srambical/jafar/utils/nn.py",9746,0,"",python,selection_command +6212,17414230,"/fast/home/franz.srambical/jafar/utils/nn.py",9789,0,"",python,selection_command +6213,17414261,"/fast/home/franz.srambical/jafar/utils/nn.py",9790,0,"",python,selection_command +6214,17414334,"/fast/home/franz.srambical/jafar/utils/nn.py",9875,0,"",python,selection_command +6215,17414334,"/fast/home/franz.srambical/jafar/utils/nn.py",9951,0,"",python,selection_command +6216,17414362,"/fast/home/franz.srambical/jafar/utils/nn.py",10027,0,"",python,selection_command +6217,17414395,"/fast/home/franz.srambical/jafar/utils/nn.py",10028,0,"",python,selection_command +6218,17414463,"/fast/home/franz.srambical/jafar/utils/nn.py",10121,0,"",python,selection_command +6219,17414464,"/fast/home/franz.srambical/jafar/utils/nn.py",10150,0,"",python,selection_command +6220,17414495,"/fast/home/franz.srambical/jafar/utils/nn.py",10193,0,"",python,selection_command +6221,17414528,"/fast/home/franz.srambical/jafar/utils/nn.py",10238,0,"",python,selection_command +6222,17414593,"/fast/home/franz.srambical/jafar/utils/nn.py",10285,0,"",python,selection_command +6223,17414594,"/fast/home/franz.srambical/jafar/utils/nn.py",10299,0,"",python,selection_command +6224,17414628,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_command +6225,17414662,"/fast/home/franz.srambical/jafar/utils/nn.py",10470,0,"",python,selection_command +6226,17414723,"/fast/home/franz.srambical/jafar/utils/nn.py",10516,0,"",python,selection_command +6227,17414870,"/fast/home/franz.srambical/jafar/utils/nn.py",10541,0,"",python,selection_command +6228,17414995,"/fast/home/franz.srambical/jafar/utils/nn.py",10542,0,"",python,selection_command +6229,17415139,"/fast/home/franz.srambical/jafar/utils/nn.py",10615,0,"",python,selection_command +6230,17415485,"/fast/home/franz.srambical/jafar/utils/nn.py",10615,65,"",python,content +6231,17415600,"/fast/home/franz.srambical/jafar/utils/nn.py",10542,0,"",python,selection_command +6232,17415736,"/fast/home/franz.srambical/jafar/utils/nn.py",10550,0,"",python,selection_command +6233,17415982,"/fast/home/franz.srambical/jafar/utils/nn.py",10550,1,"",python,content +6234,17416136,"/fast/home/franz.srambical/jafar/utils/nn.py",10550,1,"",python,content +6235,17419393,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +6236,17419703,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +6237,17423057,"/fast/home/franz.srambical/jafar/utils/nn.py",9520,0,"",python,selection_command +6238,17424464,"/fast/home/franz.srambical/jafar/utils/nn.py",10826,0,"",python,selection_command +6239,17426345,"/fast/home/franz.srambical/jafar/utils/nn.py",11056,0,"",python,selection_command +6240,17431050,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +6241,17495932,"TERMINAL",0,0,"2025-07-27 14:10:15.730276: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6242,17496474,"TERMINAL",0,0,"2025-07-27 14:10:16.279737: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6243,17499351,"TERMINAL",0,0,"2025-07-27 14:10:19.154960: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6244,17500823,"TERMINAL",0,0,"2025-07-27 14:10:20.627983: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6245,17505845,"TERMINAL",0,0,"2025-07-27 14:10:25.645641: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6246,17506509,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(331)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +6247,17513180,"TERMINAL",0,0,"c",,terminal_output +6248,17513727,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 334, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1212, in dot_product_attention\r\n out = _dot_product_attention_xla(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 968, in _dot_product_attention_xla\r\n mask = _reshape_to_grouped(mask)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 964, in _reshape_to_grouped\r\n assert tN == N\r\nAssertionError\r\n",,terminal_output +6249,17514616,"TERMINAL",0,0,"(Pdb) ",,terminal_output +6250,17514865,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +6251,17530380,"/fast/home/franz.srambical/jafar/utils/nn.py",4090,0,"",python,selection_command +6252,17532453,"/fast/home/franz.srambical/jafar/utils/nn.py",10684,0,"",python,selection_command +6253,17545092,"/fast/home/franz.srambical/jafar/utils/nn.py",4090,0,"",python,selection_command +6254,17547117,"/fast/home/franz.srambical/jafar/utils/nn.py",10684,0,"",python,selection_command +6255,17549826,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6256,17549827,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",38193,0,"",python,selection_command +6257,17552901,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27853,0,"",python,selection_command +6258,17567377,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27735,0,"",python,selection_command +6259,17603715,"utils/nn.py",0,0,"",python,tab +6260,17616362,"utils/nn.py",10210,0,"",python,selection_mouse +6261,17616734,"utils/nn.py",10219,0,"",python,selection_mouse +6262,17617122,"utils/nn.py",10227,0,"",python,selection_mouse +6263,17618270,"utils/nn.py",10175,0,"",python,selection_mouse +6264,17618355,"utils/nn.py",10175,1,"(",python,selection_mouse +6265,17618383,"utils/nn.py",10175,2,"(1",python,selection_mouse +6266,17618402,"utils/nn.py",10175,3,"(1,",python,selection_mouse +6267,17618431,"utils/nn.py",10175,4,"(1, ",python,selection_mouse +6268,17618466,"utils/nn.py",10175,5,"(1, 9",python,selection_mouse +6269,17618499,"utils/nn.py",10175,6,"(1, 92",python,selection_mouse +6270,17618532,"utils/nn.py",10175,7,"(1, 921",python,selection_mouse +6271,17618567,"utils/nn.py",10175,8,"(1, 921,",python,selection_mouse +6272,17618616,"utils/nn.py",10175,9,"(1, 921, ",python,selection_mouse +6273,17618666,"utils/nn.py",10175,10,"(1, 921, 1",python,selection_mouse +6274,17618699,"utils/nn.py",10175,11,"(1, 921, 1,",python,selection_mouse +6275,17618717,"utils/nn.py",10175,12,"(1, 921, 1, ",python,selection_mouse +6276,17618782,"utils/nn.py",10175,13,"(1, 921, 1, 1",python,selection_mouse +6277,17618867,"utils/nn.py",10175,14,"(1, 921, 1, 1,",python,selection_mouse +6278,17618933,"utils/nn.py",10175,15,"(1, 921, 1, 1, ",python,selection_mouse +6279,17619002,"utils/nn.py",10175,16,"(1, 921, 1, 1, 1",python,selection_mouse +6280,17619082,"utils/nn.py",10175,17,"(1, 921, 1, 1, 1)",python,selection_mouse +6281,17639930,"utils/nn.py",10175,61,"(1, 921, 1, 1, 1)\n mask_4d = _pad(_rearrange(mask)",python,selection_command +6282,17640061,"utils/nn.py",10175,106,"(1, 921, 1, 1, 1)\n mask_4d = _pad(_rearrange(mask))\n mask_4d = mask_4d.astype(jnp.bo",python,selection_command +6283,17640425,"utils/nn.py",10280,0,"",python,selection_command +6284,17640696,"utils/nn.py",10284,0,"\n ",python,content +6285,17640955,"utils/nn.py",10297,0,"#",python,content +6286,17640955,"utils/nn.py",10298,0,"",python,selection_keyboard +6287,17641065,"utils/nn.py",10298,0," ",python,content +6288,17641065,"utils/nn.py",10299,0,"",python,selection_keyboard +6289,17641440,"utils/nn.py",10299,0,"m",python,content +6290,17641440,"utils/nn.py",10300,0,"",python,selection_keyboard +6291,17641489,"utils/nn.py",10300,0,"a",python,content +6292,17641489,"utils/nn.py",10301,0,"",python,selection_keyboard +6293,17641571,"utils/nn.py",10301,0,"s",python,content +6294,17641572,"utils/nn.py",10302,0,"",python,selection_keyboard +6295,17641655,"utils/nn.py",10302,0,"k",python,content +6296,17641655,"utils/nn.py",10303,0,"",python,selection_keyboard +6297,17642042,"utils/nn.py",10303,0,"4",python,content +6298,17642042,"utils/nn.py",10304,0,"",python,selection_keyboard +6299,17642388,"utils/nn.py",10303,1,"",python,content +6300,17642590,"utils/nn.py",10303,0,"_",python,content +6301,17642590,"utils/nn.py",10304,0,"",python,selection_keyboard +6302,17642775,"utils/nn.py",10304,0,"4",python,content +6303,17642775,"utils/nn.py",10305,0,"",python,selection_keyboard +6304,17642977,"utils/nn.py",10305,0,"d",python,content +6305,17642978,"utils/nn.py",10306,0,"",python,selection_keyboard +6306,17643261,"utils/nn.py",10306,0,".",python,content +6307,17643262,"utils/nn.py",10307,0,"",python,selection_keyboard +6308,17643357,"utils/nn.py",10307,0,"s",python,content +6309,17643357,"utils/nn.py",10308,0,"",python,selection_keyboard +6310,17643475,"utils/nn.py",10308,0,"h",python,content +6311,17643476,"utils/nn.py",10309,0,"",python,selection_keyboard +6312,17643524,"utils/nn.py",10309,0,"a",python,content +6313,17643524,"utils/nn.py",10310,0,"",python,selection_keyboard +6314,17643610,"utils/nn.py",10310,0,"p",python,content +6315,17643610,"utils/nn.py",10311,0,"",python,selection_keyboard +6316,17643705,"utils/nn.py",10311,0,"e",python,content +6317,17643706,"utils/nn.py",10312,0,"",python,selection_keyboard +6318,17643807,"utils/nn.py",10312,0," ",python,content +6319,17643807,"utils/nn.py",10313,0,"",python,selection_keyboard +6320,17644006,"utils/nn.py",10313,0,"()",python,content +6321,17644007,"utils/nn.py",10314,0,"",python,selection_keyboard +6322,17645663,"utils/nn.py",10314,0,"9",python,content +6323,17645663,"utils/nn.py",10315,0,"",python,selection_keyboard +6324,17645777,"utils/nn.py",10315,0,"2",python,content +6325,17645777,"utils/nn.py",10316,0,"",python,selection_keyboard +6326,17645842,"utils/nn.py",10316,0,"1",python,content +6327,17645842,"utils/nn.py",10317,0,"",python,selection_keyboard +6328,17645974,"utils/nn.py",10317,0,",",python,content +6329,17645975,"utils/nn.py",10318,0,"",python,selection_keyboard +6330,17646107,"utils/nn.py",10318,0," ",python,content +6331,17646108,"utils/nn.py",10319,0,"",python,selection_keyboard +6332,17646574,"utils/nn.py",10319,0,"4",python,content +6333,17646574,"utils/nn.py",10320,0,"",python,selection_keyboard +6334,17646688,"utils/nn.py",10320,0,",",python,content +6335,17646689,"utils/nn.py",10321,0,"",python,selection_keyboard +6336,17646825,"utils/nn.py",10321,0," ",python,content +6337,17646826,"utils/nn.py",10322,0,"",python,selection_keyboard +6338,17648236,"utils/nn.py",10322,0,"1",python,content +6339,17648237,"utils/nn.py",10323,0,"",python,selection_keyboard +6340,17648305,"utils/nn.py",10323,0,",",python,content +6341,17648305,"utils/nn.py",10324,0,"",python,selection_keyboard +6342,17648462,"utils/nn.py",10324,0," ",python,content +6343,17648462,"utils/nn.py",10325,0,"",python,selection_keyboard +6344,17648577,"utils/nn.py",10325,0,"1",python,content +6345,17648577,"utils/nn.py",10326,0,"",python,selection_keyboard +6346,17648912,"utils/nn.py",10325,0,"",python,selection_command +6347,17649543,"utils/nn.py",10285,0,"",python,selection_command +6348,17649657,"utils/nn.py",10297,0,"",python,selection_command +6349,17649861,"utils/nn.py",10299,0,"",python,selection_command +6350,17650199,"utils/nn.py",10306,0,"",python,selection_command +6351,17650396,"utils/nn.py",10307,0,"",python,selection_command +6352,17650520,"utils/nn.py",10313,0,"",python,selection_command +6353,17650650,"utils/nn.py",10314,0,"",python,selection_command +6354,17651281,"utils/nn.py",10327,0,"",python,selection_command +6355,17651532,"utils/nn.py",10326,0,"",python,selection_command +6356,17652318,"utils/nn.py",10285,0,"",python,selection_command +6357,17663561,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +6358,17663806,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +6359,17675146,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +6360,17725284,"TERMINAL",0,0,"2025-07-27 14:14:05.079655: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6361,17725748,"TERMINAL",0,0,"2025-07-27 14:14:05.550031: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6362,17728630,"TERMINAL",0,0,"2025-07-27 14:14:08.433944: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6363,17730110,"TERMINAL",0,0,"2025-07-27 14:14:09.910876: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6364,17735138,"TERMINAL",0,0,"2025-07-27 14:14:14.939424: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6365,17735810,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(332)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +6366,17739725,"TERMINAL",0,0,"m",,terminal_output +6367,17739824,"TERMINAL",0,0,"as",,terminal_output +6368,17739960,"TERMINAL",0,0,"k",,terminal_output +6369,17740190,"TERMINAL",0,0,"_",,terminal_output +6370,17740402,"TERMINAL",0,0,"4",,terminal_output +6371,17740677,"TERMINAL",0,0,"d",,terminal_output +6372,17741155,"TERMINAL",0,0,".",,terminal_output +6373,17741299,"TERMINAL",0,0,"s",,terminal_output +6374,17741415,"TERMINAL",0,0,"h",,terminal_output +6375,17741504,"TERMINAL",0,0,"a",,terminal_output +6376,17741644,"TERMINAL",0,0,"p",,terminal_output +6377,17741744,"TERMINAL",0,0,"e",,terminal_output +6378,17741852,"TERMINAL",0,0,"\r\n(Pdb) (921, 4, 1, 1)\r\n",,terminal_output +6379,17744867,"TERMINAL",0,0,"q",,terminal_output +6380,17744998,"TERMINAL",0,0,"u",,terminal_output +6381,17745058,"TERMINAL",0,0,"e",,terminal_output +6382,17745169,"TERMINAL",0,0,"r",,terminal_output +6383,17745503,"TERMINAL",0,0,"y",,terminal_output +6384,17745755,"TERMINAL",0,0,"_",,terminal_output +6385,17746105,"TERMINAL",0,0,"4",,terminal_output +6386,17746424,"TERMINAL",0,0,"d",,terminal_output +6387,17746603,"TERMINAL",0,0,".",,terminal_output +6388,17746701,"TERMINAL",0,0,"s",,terminal_output +6389,17746812,"TERMINAL",0,0,"h",,terminal_output +6390,17746867,"TERMINAL",0,0,"a",,terminal_output +6391,17746986,"TERMINAL",0,0,"p",,terminal_output +6392,17747054,"TERMINAL",0,0,"e",,terminal_output +6393,17747187,"TERMINAL",0,0,"\r\n(Pdb) (921, 4, 8, 64)\r\n",,terminal_output +6394,17748467,"utils/nn.py",10238,0,"",python,selection_command +6395,17748681,"utils/nn.py",10193,0,"",python,selection_command +6396,17748712,"utils/nn.py",10150,0,"",python,selection_command +6397,17748745,"utils/nn.py",10121,0,"",python,selection_command +6398,17748781,"utils/nn.py",10028,0,"",python,selection_command +6399,17748816,"utils/nn.py",10027,0,"",python,selection_command +6400,17748848,"utils/nn.py",9951,0,"",python,selection_command +6401,17748882,"utils/nn.py",9875,0,"",python,selection_command +6402,17748914,"utils/nn.py",9790,0,"",python,selection_command +6403,17748950,"utils/nn.py",9789,0,"",python,selection_command +6404,17748983,"utils/nn.py",9746,0,"",python,selection_command +6405,17749125,"utils/nn.py",9707,0,"",python,selection_command +6406,17749334,"utils/nn.py",9746,0,"",python,selection_command +6407,17749648,"utils/nn.py",9788,0,"\n ",python,content +6408,17751217,"utils/nn.py",9797,0,"#",python,content +6409,17751217,"utils/nn.py",9798,0,"",python,selection_keyboard +6410,17751648,"utils/nn.py",9798,0," ",python,content +6411,17751648,"utils/nn.py",9799,0,"",python,selection_keyboard +6412,17752581,"utils/nn.py",9799,0,"query_4d.shape (921, 4, 1, 8, 64)",python,content +6413,17752794,"utils/nn.py",9831,0,"",python,selection_command +6414,17754312,"utils/nn.py",9829,0,"",python,selection_command +6415,17754487,"utils/nn.py",9827,0,"",python,selection_command +6416,17754611,"utils/nn.py",9826,0,"",python,selection_command +6417,17754750,"utils/nn.py",9824,0,"",python,selection_command +6418,17754887,"utils/nn.py",9826,0,"",python,selection_command +6419,17755044,"utils/nn.py",9827,0,"",python,selection_command +6420,17755601,"utils/nn.py",9789,0,"",python,selection_command +6421,17808295,"TERMINAL",0,0,"c",,terminal_output +6422,17808833,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 335, in attention_fn\r\n # NOTE: jax.nn.dot_product_attention does not support dropout\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1212, in dot_product_attention\r\n out = _dot_product_attention_xla(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 968, in _dot_product_attention_xla\r\n mask = _reshape_to_grouped(mask)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 964, in _reshape_to_grouped\r\n assert tN == N\r\nAssertionError\r\n",,terminal_output +6423,17809710,"TERMINAL",0,0,"(Pdb) ",,terminal_output +6424,17809931,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +6425,17811974,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6426,17811974,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27735,0,"",python,selection_command +6427,17817326,"utils/nn.py",0,0,"",python,tab +6428,17820104,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6429,17822310,"utils/nn.py",0,0,"",python,tab +6430,17822948,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6431,17824996,"utils/nn.py",0,0,"",python,tab +6432,17827114,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6433,17828553,"utils/nn.py",0,0,"",python,tab +6434,17851849,"utils/nn.py",9797,0,"",python,selection_command +6435,17852104,"utils/nn.py",9799,0,"",python,selection_command +6436,17852131,"utils/nn.py",9807,0,"",python,selection_command +6437,17852157,"utils/nn.py",9808,0,"",python,selection_command +6438,17852192,"utils/nn.py",9814,0,"",python,selection_command +6439,17852226,"utils/nn.py",9815,0,"",python,selection_command +6440,17852259,"utils/nn.py",9818,0,"",python,selection_command +6441,17852292,"utils/nn.py",9820,0,"",python,selection_command +6442,17852570,"utils/nn.py",9821,0,"",python,selection_command +6443,17852920,"utils/nn.py",9823,0,"",python,selection_command +6444,17853810,"utils/nn.py",9823,1,"",python,content +6445,17853950,"utils/nn.py",9823,1,"",python,content +6446,17854295,"utils/nn.py",9823,1,"",python,content +6447,17865642,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6448,17868045,"utils/nn.py",0,0,"",python,tab +6449,17878315,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6450,17879751,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27723,0,"",python,selection_command +6451,17879989,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27652,0,"",python,selection_command +6452,17880027,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27634,0,"",python,selection_command +6453,17880052,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,0,"",python,selection_command +6454,17880086,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27581,0,"",python,selection_command +6455,17880122,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27551,0,"",python,selection_command +6456,17880156,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27505,0,"",python,selection_command +6457,17880190,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27504,0,"",python,selection_command +6458,17880224,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27491,0,"",python,selection_command +6459,17880257,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27466,0,"",python,selection_command +6460,17880290,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27439,0,"",python,selection_command +6461,17880524,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27466,0,"",python,selection_command +6462,17880785,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27491,0,"",python,selection_command +6463,17880802,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27504,0,"",python,selection_command +6464,17880824,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27505,0,"",python,selection_command +6465,17880858,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27551,0,"",python,selection_command +6466,17880892,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27581,0,"",python,selection_command +6467,17880925,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,0,"",python,selection_command +6468,17881437,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27581,0,"",python,selection_command +6469,17881611,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,0,"",python,selection_command +6470,17885261,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27634,0,"",python,selection_command +6471,17885525,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27652,0,"",python,selection_command +6472,17885535,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27723,0,"",python,selection_command +6473,17885570,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27735,0,"",python,selection_command +6474,17896085,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27723,0,"",python,selection_command +6475,17896333,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27652,0,"",python,selection_command +6476,17896348,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27634,0,"",python,selection_command +6477,17896373,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,0,"",python,selection_command +6478,17896404,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27581,0,"",python,selection_command +6479,17896768,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,0,"",python,selection_command +6480,17896937,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27634,0,"",python,selection_command +6481,17897236,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,0,"",python,selection_command +6482,17897351,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27609,0,"",python,selection_command +6483,17897607,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27611,0,"",python,selection_command +6484,17897633,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27613,0,"",python,selection_command +6485,17897657,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27615,0,"",python,selection_command +6486,17897689,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27617,0,"",python,selection_command +6487,17897886,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27619,0,"",python,selection_command +6488,17898089,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27621,0,"",python,selection_command +6489,17898222,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27624,0,"",python,selection_command +6490,17898398,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27626,0,"",python,selection_command +6491,17901428,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27588,0,"",python,selection_command +6492,17901803,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27577,0,"",python,selection_command +6493,17902174,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27538,0,"",python,selection_command +6494,17903446,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27444,0,"",python,selection_command +6495,17904014,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",25973,0,"",python,selection_command +6496,17905298,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27444,0,"",python,selection_command +6497,17906791,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27538,0,"",python,selection_command +6498,17907306,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27579,0,"",python,selection_command +6499,17908058,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27578,0,"",python,selection_command +6500,17908463,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27577,0,"",python,selection_command +6501,17909068,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27576,0,"",python,selection_command +6502,17909428,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27557,0,"",python,selection_command +6503,17910364,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27587,0,"",python,selection_command +6504,17910614,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27609,0,"",python,selection_command +6505,17910628,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27640,0,"",python,selection_command +6506,17910659,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27658,0,"",python,selection_command +6507,17910693,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27729,0,"",python,selection_command +6508,17910724,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27741,0,"",python,selection_command +6509,17910756,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27764,0,"",python,selection_command +6510,17910788,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27811,0,"",python,selection_command +6511,17910957,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27824,0,"",python,selection_command +6512,17911182,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27859,0,"",python,selection_command +6513,17911274,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27860,0,"",python,selection_command +6514,17911379,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27825,0,"",python,selection_command +6515,17911677,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27827,0,"",python,selection_command +6516,17911963,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27846,0,"",python,selection_command +6517,17914165,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27853,0,"",python,selection_command +6518,17916249,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27735,0,"",python,selection_command +6519,17918629,"utils/nn.py",0,0,"",python,tab +6520,17919355,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6521,17920034,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27723,0,"",python,selection_command +6522,17920168,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27652,0,"",python,selection_command +6523,17920315,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27634,0,"",python,selection_command +6524,17920443,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,0,"",python,selection_command +6525,17920620,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27609,0,"",python,selection_command +6526,17921404,"utils/nn.py",0,0,"",python,tab +6527,17922503,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6528,17926516,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27611,0,"",python,selection_command +6529,17926607,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27613,0,"",python,selection_command +6530,17927761,"utils/nn.py",0,0,"",python,tab +6531,17950936,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +6532,17952239,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27644,0,"",python,selection_command +6533,17952463,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27662,0,"",python,selection_command +6534,17952623,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27733,0,"",python,selection_command +6535,17952749,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27745,0,"",python,selection_command +6536,17952894,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27768,0,"",python,selection_command +6537,17953186,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27745,0,"",python,selection_command +6538,17956311,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27735,22," assert tN == N",python,selection_command +6539,17980986,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27745,0,"",python,selection_command +6540,18753073,"TERMINAL",0,0,"salloc: Job 13998 has exceeded its time limit and its allocation has been revoked.\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T14:31:11.013] error: *** STEP 13998.interactive ON hai007 CANCELLED AT 2025-07-27T14:31:11 DUE TO TIME LIMIT ***\r\n",,terminal_output +6541,18813068,"TERMINAL",0,0,"srun: error: hai007: task 0: Killed\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +6542,19084534,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27625,0,"",python,selection_mouse +6543,19086123,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,30," tB, tN, tT, tS = t.shape",python,selection_command +6544,19087664,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27625,0,"",python,selection_command +6545,19089778,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,30," tB, tN, tT, tS = t.shape",python,selection_command +6546,19089992,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,48," tB, tN, tT, tS = t.shape\n if tN == 1:",python,selection_command +6547,19090172,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,119," tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))",python,selection_command +6548,19090307,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,131," tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:",python,selection_command +6549,19090443,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,154," tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N",python,selection_command +6550,19090588,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27603,201," tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))",python,selection_command +6551,19094043,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27780,0,"",python,selection_command +6552,19117129,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27756,0,"",python,selection_command +6553,19117378,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27733,0,"",python,selection_command +6554,19117405,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27674,0,"",python,selection_command +6555,19117435,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27650,0,"",python,selection_command +6556,19117468,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27625,0,"",python,selection_command +6557,19117502,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27601,0,"",python,selection_command +6558,19117535,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27573,0,"",python,selection_command +6559,19117567,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27527,0,"",python,selection_command +6560,19117601,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27504,0,"",python,selection_command +6561,19117633,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27502,0,"",python,selection_command +6562,19117667,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27488,0,"",python,selection_command +6563,19117700,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27461,0,"",python,selection_command +6564,19117735,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27438,0,"",python,selection_command +6565,19117770,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27412,0,"",python,selection_command +6566,19117801,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27383,0,"",python,selection_command +6567,19117835,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27355,0,"",python,selection_command +6568,19117868,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27331,0,"",python,selection_command +6569,19117901,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27313,0,"",python,selection_command +6570,19117934,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27292,0,"",python,selection_command +6571,19117968,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27268,0,"",python,selection_command +6572,19118001,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27244,0,"",python,selection_command +6573,19118034,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27226,0,"",python,selection_command +6574,19118068,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27210,0,"",python,selection_command +6575,19118100,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27184,0,"",python,selection_command +6576,19118134,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27161,0,"",python,selection_command +6577,19118445,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27184,0,"",python,selection_command +6578,19118719,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,31,"def _dot_product_attention_xla(",python,selection_command +6579,19119646,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,276,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n",python,selection_command +6580,19119782,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,342,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n",python,selection_command +6581,19120030,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,1074,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n",python,selection_command +6582,19120057,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,1530,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n",python,selection_command +6583,19120088,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2037,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n",python,selection_command +6584,19120115,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2190,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n",python,selection_command +6585,19120150,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2362,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n",python,selection_command +6586,19120182,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2654,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n",python,selection_command +6587,19120215,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2886,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n",python,selection_command +6588,19120262,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,3446,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n",python,selection_command +6589,19120292,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,3950,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n",python,selection_command +6590,19120330,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,4019,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n",python,selection_command +6591,19120361,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,4032,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n",python,selection_command +6592,19120876,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,4019,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n",python,selection_command +6593,19121131,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,3950,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n",python,selection_command +6594,19121156,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,3446,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n",python,selection_command +6595,19121183,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2886,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n",python,selection_command +6596,19121215,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2654,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n",python,selection_command +6597,19121249,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2362,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n",python,selection_command +6598,19121283,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2190,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n",python,selection_command +6599,19121317,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2037,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n",python,selection_command +6600,19121699,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2190,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n",python,selection_command +6601,19122641,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,2037,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n",python,selection_command +6602,19123000,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,1530,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n",python,selection_command +6603,19123789,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,1074,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n",python,selection_command +6604,19123921,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,342,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n",python,selection_command +6605,19124169,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,276,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n",python,selection_command +6606,19124829,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27161,32,"\ndef _dot_product_attention_xla(",python,selection_command +6607,19125488,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,276,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n",python,selection_command +6608,19125860,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,342,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n",python,selection_command +6609,19127664,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,1074,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n",python,selection_command +6610,19127872,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,1530,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n",python,selection_command +6611,19128495,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,1074,"def _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n",python,selection_command +6612,19135011,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",28236,0,"",python,selection_command +6613,19138101,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",28692,0,"",python,selection_command +6614,19138408,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27504,0,"",python,selection_command +6615,19138571,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27438,0,"",python,selection_command +6616,19138818,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27161,0,"",python,selection_command +6617,19139051,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29199,0,"",python,selection_command +6618,19139451,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29352,0,"",python,selection_command +6619,19139623,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29524,0,"",python,selection_command +6620,19139807,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29816,0,"",python,selection_command +6621,19139982,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30048,0,"",python,selection_command +6622,19140130,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30608,0,"",python,selection_command +6623,19140296,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31112,0,"",python,selection_command +6624,19145754,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30608,0,"",python,selection_command +6625,19148490,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30048,0,"",python,selection_command +6626,19148951,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29816,0,"",python,selection_command +6627,19149677,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29524,0,"",python,selection_command +6628,19150180,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29352,0,"",python,selection_command +6629,19150631,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29199,0,"",python,selection_command +6630,19150855,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27161,0,"",python,selection_command +6631,19151014,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27438,0,"",python,selection_command +6632,19152225,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27504,0,"",python,selection_command +6633,19155473,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27491,0,"",python,selection_command +6634,19155724,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27466,0,"",python,selection_command +6635,19155752,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27439,0,"",python,selection_command +6636,19155771,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27438,0,"",python,selection_command +6637,19155806,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27390,0,"",python,selection_command +6638,19155839,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27361,0,"",python,selection_command +6639,19155876,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27333,0,"",python,selection_command +6640,19155911,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27315,0,"",python,selection_command +6641,19155944,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27294,0,"",python,selection_command +6642,19155978,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27270,0,"",python,selection_command +6643,19156011,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27246,0,"",python,selection_command +6644,19156043,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27228,0,"",python,selection_command +6645,19156205,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27212,0,"",python,selection_command +6646,19156344,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27194,0,"",python,selection_command +6647,19156508,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27162,0,"",python,selection_command +6648,19156640,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27166,0,"",python,selection_command +6649,19161897,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36353,26,"_dot_product_attention_xla",python,selection_command +6650,19162297,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36378,0,"",python,selection_command +6651,19164532,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34257,0,"",python,selection_command +6652,19165076,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31502,0,"",python,selection_command +6653,19165317,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",29866,0,"",python,selection_command +6654,19166059,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31502,0,"",python,selection_command +6655,19166498,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31497,0,"",python,selection_command +6656,19166734,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31468,0,"",python,selection_command +6657,19166791,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31394,0,"",python,selection_command +6658,19166794,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31389,0,"",python,selection_command +6659,19166828,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31343,0,"",python,selection_command +6660,19166854,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31275,0,"",python,selection_command +6661,19166922,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31270,0,"",python,selection_command +6662,19166927,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31199,0,"",python,selection_command +6663,19166955,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31194,0,"",python,selection_command +6664,19166994,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31186,0,"",python,selection_command +6665,19167052,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31181,0,"",python,selection_command +6666,19167061,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31117,0,"",python,selection_command +6667,19167088,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31112,0,"",python,selection_command +6668,19167181,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31071,0,"",python,selection_command +6669,19167182,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31002,0,"",python,selection_command +6670,19167208,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30942,0,"",python,selection_command +6671,19167233,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30890,0,"",python,selection_command +6672,19167253,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30842,0,"",python,selection_command +6673,19167312,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30813,0,"",python,selection_command +6674,19167319,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30781,0,"",python,selection_command +6675,19167356,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30774,0,"",python,selection_command +6676,19167442,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30739,0,"",python,selection_command +6677,19167442,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +6678,19167454,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30682,0,"",python,selection_command +6679,19167615,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30662,0,"",python,selection_command +6680,19167786,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30640,0,"",python,selection_command +6681,19167931,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +6682,19168224,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,26,"def dot_product_attention(",python,selection_command +6683,19168334,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,503,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n",python,selection_command +6684,19168462,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,572,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n",python,selection_command +6685,19168775,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,585,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n",python,selection_command +6686,19169035,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,661,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n",python,selection_command +6687,19169047,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,780,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n",python,selection_command +6688,19169161,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,888,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n",python,selection_command +6689,19169566,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,1145,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n",python,selection_command +6690,19169688,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,3553,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n",python,selection_command +6691,19169942,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,3862,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n",python,selection_command +6692,19169969,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,4365,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n",python,selection_command +6693,19169999,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,4927,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n",python,selection_command +6694,19170038,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,5629,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n",python,selection_command +6695,19170457,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,5691,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n",python,selection_command +6696,19171146,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,6519,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n",python,selection_command +6697,19171411,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,7227,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n",python,selection_command +6698,19171924,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,7942,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n\n out = cudnn_dot_product_attention(\n query_arr, key_arr, value_arr, bias, mask, query_seq_lengths,\n key_value_seq_lengths, scale=scale_val, mask_type=mask_type,\n sliding_window_length=sliding_window,\n )\n case None:\n # TODO(kaixih@nvidia) Defaults to XLA for now. Will automatically select\n # best backend.\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case _:\n raise ValueError(f""Unsupported implementation option: {implementation}"")\n",python,selection_command +6699,19174996,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30609,7982,"def dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n\n out = cudnn_dot_product_attention(\n query_arr, key_arr, value_arr, bias, mask, query_seq_lengths,\n key_value_seq_lengths, scale=scale_val, mask_type=mask_type,\n sliding_window_length=sliding_window,\n )\n case None:\n # TODO(kaixih@nvidia) Defaults to XLA for now. Will automatically select\n # best backend.\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case _:\n raise ValueError(f""Unsupported implementation option: {implementation}"")\n\n return jnp.reshape(out, output_shape)",python,selection_command +6700,19175610,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",38552,0,"",python,selection_command +6701,19181182,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36612,0,"",python,selection_command +6702,19181504,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",34462,0,"",python,selection_command +6703,19181953,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31709,0,"",python,selection_command +6704,19182646,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31675,0,"",python,selection_command +6705,19182898,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31633,0,"",python,selection_command +6706,19182924,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31599,0,"",python,selection_command +6707,19182950,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31562,0,"",python,selection_command +6708,19182985,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31521,0,"",python,selection_command +6709,19183019,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31502,0,"",python,selection_command +6710,19183059,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31497,0,"",python,selection_command +6711,19183092,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31468,0,"",python,selection_command +6712,19183124,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31394,0,"",python,selection_command +6713,19183155,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31389,0,"",python,selection_command +6714,19183190,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31343,0,"",python,selection_command +6715,19183224,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31275,0,"",python,selection_command +6716,19183258,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31270,0,"",python,selection_command +6717,19183289,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31199,0,"",python,selection_command +6718,19183325,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31194,0,"",python,selection_command +6719,19183358,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31186,0,"",python,selection_command +6720,19183390,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31181,0,"",python,selection_command +6721,19183424,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31117,0,"",python,selection_command +6722,19183458,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31112,0,"",python,selection_command +6723,19183491,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31071,0,"",python,selection_command +6724,19183523,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31002,0,"",python,selection_command +6725,19183554,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30942,0,"",python,selection_command +6726,19183588,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30890,0,"",python,selection_command +6727,19183621,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30842,0,"",python,selection_command +6728,19183655,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30813,0,"",python,selection_command +6729,19183689,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30781,0,"",python,selection_command +6730,19183722,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30774,0,"",python,selection_command +6731,19183756,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30739,0,"",python,selection_command +6732,19183788,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30704,0,"",python,selection_command +6733,19183822,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30682,0,"",python,selection_command +6734,19183856,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30662,0,"",python,selection_command +6735,19183890,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30640,0,"",python,selection_command +6736,19184111,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",30613,0,"",python,selection_command +6737,19227388,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",31027,0,"",python,selection_command +6738,19227731,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",32929,0,"",python,selection_command +6739,19228265,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",33913,0,"",python,selection_command +6740,19228611,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36335,0,"",python,selection_command +6741,19229803,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36351,0,"",python,selection_command +6742,19229900,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",36353,0,"",python,selection_command +6743,19230467,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27166,0,"",python,selection_command +6744,19232259,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27198,0,"",python,selection_command +6745,19232504,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27216,0,"",python,selection_command +6746,19232522,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27232,0,"",python,selection_command +6747,19232553,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27250,0,"",python,selection_command +6748,19232586,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27274,0,"",python,selection_command +6749,19232620,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27298,0,"",python,selection_command +6750,19232654,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27319,0,"",python,selection_command +6751,19232686,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27337,0,"",python,selection_command +6752,19232724,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27365,0,"",python,selection_command +6753,19232757,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27394,0,"",python,selection_command +6754,19232792,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27438,0,"",python,selection_command +6755,19232824,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27443,0,"",python,selection_command +6756,19232861,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27470,0,"",python,selection_command +6757,19232894,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27495,0,"",python,selection_command +6758,19232925,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27504,0,"",python,selection_command +6759,19232959,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27509,0,"",python,selection_command +6760,19232988,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27555,0,"",python,selection_command +6761,19233022,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27585,0,"",python,selection_command +6762,19233053,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27607,0,"",python,selection_command +6763,19233094,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27638,0,"",python,selection_command +6764,19233125,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27656,0,"",python,selection_command +6765,19233165,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27727,0,"",python,selection_command +6766,19233199,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27739,0,"",python,selection_command +6767,19233441,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27762,0,"",python,selection_command +6768,19233625,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27809,0,"",python,selection_command +6769,19233826,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27822,0,"",python,selection_command +6770,19234051,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27809,0,"",python,selection_command +6771,19234310,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27762,0,"",python,selection_command +6772,19234342,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27739,0,"",python,selection_command +6773,19234373,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27727,0,"",python,selection_command +6774,19234396,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27656,0,"",python,selection_command +6775,19234429,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27638,0,"",python,selection_command +6776,19234759,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27607,0,"",python,selection_command +6777,19368917,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27565,0,"",python,selection_mouse +6778,19370676,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27849,0,"",python,selection_mouse +6779,19376337,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",27181,0,"",python,selection_mouse +6780,19509832,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +6781,19509924,"/fast/home/franz.srambical/jafar/utils/nn.py",9789,496," # query_4d.shape (921, 4, 8, 64)\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n mask_4d = _pad(_rearrange(mask))\n mask_4d = mask_4d.astype(jnp.bool)\n # mask_4d.shape (921, 4, 1, 1)\n",python,content +6782,19515721,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_mouse +6783,19515853,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,1,"1",python,selection_mouse +6784,19516055,"/fast/home/franz.srambical/jafar/utils/nn.py",10326,43," # mask_4d.shape (921, 4, 1, 1)\n",python,selection_mouse +6785,19676172,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_command +6786,19796086,"/fast/home/franz.srambical/jafar/utils/nn.py",10279,0,"",python,selection_command +6787,19796333,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,0,"",python,selection_command +6788,19796970,"/fast/home/franz.srambical/jafar/utils/nn.py",10246,0,"",python,selection_command +6789,19797150,"/fast/home/franz.srambical/jafar/utils/nn.py",10254,0,"",python,selection_command +6790,19797351,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,0,"",python,selection_command +6791,19797924,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,0,"",python,selection_command +6792,19829626,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,44," mask_4d = _pad(_rearrange(mask))",python,selection_command +6793,19833417,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,0,"",python,selection_command +6794,19836540,"/fast/home/franz.srambical/jafar/utils/nn.py",10142,0,"",python,selection_command +6795,19836774,"/fast/home/franz.srambical/jafar/utils/nn.py",8537,0,"",python,selection_command +6796,19837563,"/fast/home/franz.srambical/jafar/utils/nn.py",2614,0,"",python,selection_command +6797,19838846,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +6798,19838846,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +6799,19841567,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11667,0,"",python,selection_command +6800,19841881,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13131,0,"",python,selection_command +6801,19842531,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13143,0,"",python,selection_command +6802,19842689,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13145,0,"",python,selection_command +6803,19842826,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13153,0,"",python,selection_command +6804,19842981,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13159,0,"",python,selection_command +6805,19843128,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13164,0,"",python,selection_command +6806,19843260,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13166,0,"",python,selection_command +6807,19843449,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13168,0,"",python,selection_command +6808,19843811,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5282,0,"",python,selection_command +6809,19844565,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,26,"def dot_product_attention(",python,selection_command +6810,19844668,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,482,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n",python,selection_command +6811,19844830,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,690,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n",python,selection_command +6812,19844995,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,801,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n",python,selection_command +6813,19845147,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,883,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n",python,selection_command +6814,19845302,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,2569,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n",python,selection_command +6815,19845410,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,3143,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n",python,selection_command +6816,19845614,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,3784,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n",python,selection_command +6817,19847216,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,4022,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n",python,selection_command +6818,19848692,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",5278,4178,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n",python,selection_command +6819,19857836,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9456,0,"",python,selection_command +6820,19865360,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8063,0,"",python,selection_keyboard +6821,19865538,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",8041,0,"",python,selection_command +6822,19866063,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",7940,0,"",python,selection_command +6823,19884110,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(\n model: TokenizerVQVAE, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n tokenizer: TokenizerVQVAE, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n def loss_fn(model: TokenizerVQVAE) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return tokenizer_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(\n tokenizer\n )\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(tokenizer, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(tokenizer, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n inputs = dict(videos=videos)\n loss, recon, metrics = train_step(tokenizer, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +6824,19886691,"train_tokenizer.py",0,0,"",python,selection_command +6825,19887460,"train_tokenizer.py",1999,0,"",python,selection_command +6826,19888464,"train_tokenizer.py",2022,0,"",python,selection_command +6827,19888716,"train_tokenizer.py",2062,0,"",python,selection_command +6828,19888743,"train_tokenizer.py",2109,0,"",python,selection_command +6829,19888777,"train_tokenizer.py",2136,0,"",python,selection_command +6830,19888812,"train_tokenizer.py",2233,0,"",python,selection_command +6831,19888846,"train_tokenizer.py",2334,0,"",python,selection_command +6832,19888880,"train_tokenizer.py",2397,0,"",python,selection_command +6833,19888918,"train_tokenizer.py",2464,0,"",python,selection_command +6834,19888951,"train_tokenizer.py",2482,0,"",python,selection_command +6835,19888983,"train_tokenizer.py",2525,0,"",python,selection_command +6836,19889017,"train_tokenizer.py",2590,0,"",python,selection_command +6837,19889079,"train_tokenizer.py",2675,0,"",python,selection_command +6838,19889103,"train_tokenizer.py",2709,0,"",python,selection_command +6839,19889274,"train_tokenizer.py",2767,0,"",python,selection_command +6840,19889463,"train_tokenizer.py",2783,0,"",python,selection_command +6841,19891666,"train_tokenizer.py",2773,0,"",python,selection_command +6842,19894269,"train_tokenizer.py",2760,0,"",python,selection_command +6843,19894515,"train_tokenizer.py",2699,0,"",python,selection_command +6844,19894547,"train_tokenizer.py",2665,0,"",python,selection_command +6845,19894572,"train_tokenizer.py",2580,0,"",python,selection_command +6846,19894605,"train_tokenizer.py",2515,0,"",python,selection_command +6847,19894639,"train_tokenizer.py",2472,0,"",python,selection_command +6848,19894676,"train_tokenizer.py",2454,0,"",python,selection_command +6849,19894706,"train_tokenizer.py",2387,0,"",python,selection_command +6850,19894738,"train_tokenizer.py",2324,0,"",python,selection_command +6851,19894771,"train_tokenizer.py",2223,0,"",python,selection_command +6852,19894807,"train_tokenizer.py",2126,0,"",python,selection_command +6853,19894839,"train_tokenizer.py",2099,0,"",python,selection_command +6854,19894873,"train_tokenizer.py",2052,0,"",python,selection_command +6855,19894906,"train_tokenizer.py",2012,0,"",python,selection_command +6856,19895029,"train_tokenizer.py",1989,0,"",python,selection_command +6857,19898169,"train_tokenizer.py",3783,0,"",python,selection_command +6858,19901275,"train_tokenizer.py",0,0,"",python,selection_command +6859,19902275,"train_tokenizer.py",3783,0,"",python,selection_command +6860,19903335,"train_tokenizer.py",1989,0,"",python,selection_command +6861,19903965,"train_tokenizer.py",2012,0,"",python,selection_command +6862,19904211,"train_tokenizer.py",2052,0,"",python,selection_command +6863,19904255,"train_tokenizer.py",2099,0,"",python,selection_command +6864,19904278,"train_tokenizer.py",2126,0,"",python,selection_command +6865,19904312,"train_tokenizer.py",2223,0,"",python,selection_command +6866,19904346,"train_tokenizer.py",2324,0,"",python,selection_command +6867,19904379,"train_tokenizer.py",2387,0,"",python,selection_command +6868,19904412,"train_tokenizer.py",2454,0,"",python,selection_command +6869,19904445,"train_tokenizer.py",2472,0,"",python,selection_command +6870,19904478,"train_tokenizer.py",2515,0,"",python,selection_command +6871,19904513,"train_tokenizer.py",2580,0,"",python,selection_command +6872,19904555,"train_tokenizer.py",2665,0,"",python,selection_command +6873,19904581,"train_tokenizer.py",2699,0,"",python,selection_command +6874,19904614,"train_tokenizer.py",2760,0,"",python,selection_command +6875,19904754,"train_tokenizer.py",2773,0,"",python,selection_command +6876,19912189,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(\n model: LatentActionModel, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, jax.Array, dict]]:\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(\n lam: LatentActionModel,\n optimizer: nnx.Optimizer,\n inputs: dict,\n action_last_active: jax.Array,\n rng: jax.Array,\n) -> tuple[jax.Array, jax.Array, jax.Array, dict]:\n def loss_fn(\n model: LatentActionModel,\n ) -> tuple[jax.Array, tuple[jax.Array, jax.Array, dict]]:\n return lam_loss_fn(model, inputs)\n\n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(\n loss_fn, has_aux=True\n )(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook.value\n )\n lam.vq.codebook.value = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(\n lam, optimizer, inputs, action_last_active, _rng\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +6877,19913233,"train_lam.py",0,0,"",python,selection_command +6878,19914219,"train_lam.py",2900,0,"",python,selection_command +6879,19914766,"train_lam.py",4506,0,"",python,selection_keyboard +6880,19915119,"train_lam.py",4505,0,"",python,selection_command +6881,19915364,"train_lam.py",4504,0,"",python,selection_command +6882,19915397,"train_lam.py",4452,0,"",python,selection_command +6883,19915429,"train_lam.py",4384,0,"",python,selection_command +6884,19915461,"train_lam.py",4343,0,"",python,selection_command +6885,19915498,"train_lam.py",4337,0,"",python,selection_command +6886,19915529,"train_lam.py",4261,0,"",python,selection_command +6887,19915563,"train_lam.py",4231,0,"",python,selection_command +6888,19915603,"train_lam.py",4173,0,"",python,selection_command +6889,19915654,"train_lam.py",4092,0,"",python,selection_command +6890,19915682,"train_lam.py",4045,0,"",python,selection_command +6891,19916119,"train_lam.py",4092,0,"",python,selection_command +6892,19916369,"train_lam.py",4173,0,"",python,selection_command +6893,19916533,"train_lam.py",4231,0,"",python,selection_command +6894,19916783,"train_lam.py",4261,0,"",python,selection_command +6895,19916814,"train_lam.py",4337,0,"",python,selection_command +6896,19916947,"train_lam.py",4343,0,"",python,selection_command +6897,19917133,"train_lam.py",4384,0,"",python,selection_command +6898,19917317,"train_lam.py",4452,0,"",python,selection_command +6899,19917667,"train_lam.py",4456,0,"",python,selection_command +6900,19917850,"train_lam.py",4463,0,"",python,selection_command +6901,19918001,"train_lam.py",4467,0,"",python,selection_command +6902,19918465,"train_lam.py",4463,0,"",python,selection_command +6903,19919137,"train_lam.py",3692,0,"",python,selection_command +6904,19920988,"train_lam.py",3762,0,"",python,selection_command +6905,19921104,"train_lam.py",3765,0,"",python,selection_command +6906,19921666,"train_lam.py",3512,0,"",python,selection_command +6907,19922191,"train_lam.py",3529,0,"",python,selection_command +6908,19922338,"train_lam.py",3563,0,"",python,selection_command +6909,19922486,"train_lam.py",3625,0,"",python,selection_command +6910,19922686,"train_lam.py",3632,0,"",python,selection_command +6911,19923005,"train_lam.py",3643,0,"",python,selection_command +6912,19923262,"train_lam.py",3632,0,"",python,selection_command +6913,19923539,"train_lam.py",1962,0,"",python,selection_command +6914,19926478,"train_lam.py",1979,0,"",python,selection_command +6915,19926726,"train_lam.py",2022,0,"",python,selection_command +6916,19926754,"train_lam.py",2080,0,"",python,selection_command +6917,19926788,"train_lam.py",2107,0,"",python,selection_command +6918,19926820,"train_lam.py",2174,0,"",python,selection_command +6919,19926855,"train_lam.py",2192,0,"",python,selection_command +6920,19926989,"train_lam.py",2235,0,"",python,selection_command +6921,19927144,"train_lam.py",2282,0,"",python,selection_command +6922,19927729,"train_lam.py",2235,0,"",python,selection_command +6923,19929511,"train_lam.py",2282,0,"",python,selection_command +6924,19933651,"train_lam.py",2286,0,"",python,selection_command +6925,19933895,"train_lam.py",2288,0,"",python,selection_command +6926,19933925,"train_lam.py",2291,0,"",python,selection_command +6927,19933954,"train_lam.py",2292,0,"",python,selection_command +6928,19933988,"train_lam.py",2298,0,"",python,selection_command +6929,19934023,"train_lam.py",2299,0,"",python,selection_command +6930,19934054,"train_lam.py",2316,0,"",python,selection_command +6931,19934268,"train_lam.py",2318,0,"",python,selection_command +6932,19936820,"train_lam.py",2282,0,"",python,selection_command +6933,19937056,"train_lam.py",2235,0,"",python,selection_command +6934,19937232,"train_lam.py",2192,0,"",python,selection_command +6935,19937435,"train_lam.py",2200,0,"",python,selection_command +6936,19937587,"train_lam.py",2202,0,"",python,selection_command +6937,19937999,"train_lam.py",1979,0,"",python,selection_command +6938,19938686,"train_lam.py",1984,0,"",python,selection_command +6939,19938837,"train_lam.py",1986,0,"",python,selection_command +6940,19939224,"models/lam.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +6941,19939225,"models/lam.py",194,0,"",python,selection_command +6942,19939992,"models/lam.py",211,0,"",python,selection_command +6943,19940205,"models/lam.py",212,0,"",python,selection_command +6944,19941037,"models/lam.py",215,0,"",python,selection_command +6945,19941842,"models/lam.py",212,0,"",python,selection_command +6946,19942003,"models/lam.py",211,0,"",python,selection_command +6947,19942122,"models/lam.py",194,0,"",python,selection_command +6948,19942691,"models/lam.py",3185,0,"",python,selection_command +6949,19944859,"models/lam.py",3220,0,"",python,selection_command +6950,19945106,"models/lam.py",3234,0,"",python,selection_command +6951,19945138,"models/lam.py",3253,0,"",python,selection_command +6952,19945163,"models/lam.py",3266,0,"",python,selection_command +6953,19945195,"models/lam.py",3291,0,"",python,selection_command +6954,19945230,"models/lam.py",3348,0,"",python,selection_command +6955,19945264,"models/lam.py",3402,0,"",python,selection_command +6956,19945303,"models/lam.py",3449,0,"",python,selection_command +6957,19945556,"models/lam.py",3502,0,"",python,selection_command +6958,19946627,"models/lam.py",3505,0,"",python,selection_command +6959,19946875,"models/lam.py",3507,0,"",python,selection_command +6960,19946907,"models/lam.py",3512,0,"",python,selection_command +6961,19946937,"models/lam.py",3515,0,"",python,selection_command +6962,19946971,"models/lam.py",3517,0,"",python,selection_command +6963,19947003,"models/lam.py",3527,0,"",python,selection_command +6964,19947208,"models/lam.py",3528,0,"",python,selection_command +6965,19948056,"models/lam.py",3459,0,"",python,selection_command +6966,19949309,"models/lam.py",3445,0,"",python,selection_command +6967,19949660,"models/lam.py",3424,0,"",python,selection_command +6968,19949947,"models/lam.py",3398,0,"",python,selection_command +6969,19950228,"models/lam.py",3358,0,"",python,selection_command +6970,19950609,"models/lam.py",3344,0,"",python,selection_command +6971,19952568,"train_lam.py",0,0,"",python,tab +6972,19957617,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +6973,19986653,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +6974,19987883,"/fast/home/franz.srambical/jafar/utils/nn.py",11140,0,"",python,selection_command +6975,19988663,"/fast/home/franz.srambical/jafar/utils/nn.py",9251,0,"",python,selection_command +6976,19989747,"/fast/home/franz.srambical/jafar/utils/nn.py",9242,0,"",python,selection_command +6977,19989995,"/fast/home/franz.srambical/jafar/utils/nn.py",9220,0,"",python,selection_command +6978,19990023,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +6979,19990059,"/fast/home/franz.srambical/jafar/utils/nn.py",9118,0,"",python,selection_command +6980,19990093,"/fast/home/franz.srambical/jafar/utils/nn.py",9067,0,"",python,selection_command +6981,19990126,"/fast/home/franz.srambical/jafar/utils/nn.py",9017,0,"",python,selection_command +6982,19990157,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +6983,19990195,"/fast/home/franz.srambical/jafar/utils/nn.py",8935,0,"",python,selection_command +6984,19990225,"/fast/home/franz.srambical/jafar/utils/nn.py",8933,0,"",python,selection_command +6985,19990259,"/fast/home/franz.srambical/jafar/utils/nn.py",8895,0,"",python,selection_command +6986,19990289,"/fast/home/franz.srambical/jafar/utils/nn.py",8797,0,"",python,selection_command +6987,19990324,"/fast/home/franz.srambical/jafar/utils/nn.py",8712,0,"",python,selection_command +6988,19990441,"/fast/home/franz.srambical/jafar/utils/nn.py",8797,0,"",python,selection_command +6989,19990694,"/fast/home/franz.srambical/jafar/utils/nn.py",8895,0,"",python,selection_command +6990,19990726,"/fast/home/franz.srambical/jafar/utils/nn.py",8933,0,"",python,selection_command +6991,19990759,"/fast/home/franz.srambical/jafar/utils/nn.py",8935,0,"",python,selection_command +6992,19990796,"/fast/home/franz.srambical/jafar/utils/nn.py",8944,0,"",python,selection_command +6993,19991279,"/fast/home/franz.srambical/jafar/utils/nn.py",9017,0,"",python,selection_command +6994,19991446,"/fast/home/franz.srambical/jafar/utils/nn.py",9067,0,"",python,selection_command +6995,20300297,"/fast/home/franz.srambical/jafar/utils/nn.py",9817,0,"",python,selection_mouse +6996,20300455,"/fast/home/franz.srambical/jafar/utils/nn.py",9815,3,"921",python,selection_mouse +6997,20307672,"/fast/home/franz.srambical/jafar/utils/nn.py",9820,0,"",python,selection_mouse +6998,20308281,"/fast/home/franz.srambical/jafar/utils/nn.py",9823,0,"",python,selection_mouse +6999,20308660,"/fast/home/franz.srambical/jafar/utils/nn.py",9828,0,"",python,selection_mouse +7000,20309762,"/fast/home/franz.srambical/jafar/utils/nn.py",9816,0,"",python,selection_mouse +7001,20309914,"/fast/home/franz.srambical/jafar/utils/nn.py",9815,3,"921",python,selection_mouse +7002,20316528,"/fast/home/franz.srambical/jafar/utils/nn.py",10221,0,"",python,selection_mouse +7003,20316702,"/fast/home/franz.srambical/jafar/utils/nn.py",10220,3,"921",python,selection_mouse +7004,20319512,"/fast/home/franz.srambical/jafar/utils/nn.py",10357,0,"",python,selection_mouse +7005,20319674,"/fast/home/franz.srambical/jafar/utils/nn.py",10355,3,"921",python,selection_mouse +7006,20320370,"/fast/home/franz.srambical/jafar/utils/nn.py",10360,0,"",python,selection_mouse +7007,20325407,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,0,"",python,selection_mouse +7008,20326507,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,1,"_",python,selection_command +7009,20326576,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,4,"_pad",python,selection_command +7010,20326774,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,5,"_pad(",python,selection_command +7011,20327199,"/fast/home/franz.srambical/jafar/utils/nn.py",10256,5,"",python,content +7012,20327573,"/fast/home/franz.srambical/jafar/utils/nn.py",10273,0,"",python,selection_command +7013,20327720,"/fast/home/franz.srambical/jafar/utils/nn.py",10272,1,"",python,content +7014,20327837,"/fast/home/franz.srambical/jafar/utils/nn.py",10271,0,"",python,selection_command +7015,20328179,"/fast/home/franz.srambical/jafar/utils/nn.py",11134,0,"",python,selection_command +7016,20330585,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00",,terminal_command +7017,20330641,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14001\r\n",,terminal_output +7018,20330749,"TERMINAL",0,0,"salloc: Nodes hai007 are ready for job\r\n",,terminal_output +7019,20331056,"TERMINAL",0,0,"Running inside SLURM, Job ID 14001.\r\n",,terminal_output +7020,20331133,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7021,20332815,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +7022,20332990,"TERMINAL",0,0,"s': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G ",,terminal_output +7023,20333072,"TERMINAL",0,0,"\ra': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100Gm': bash experiments/sample.sh \r\n\r",,terminal_output +7024,20333154,"TERMINAL",0,0,"[1@p': bash experiments/samp",,terminal_output +7025,20333220,"TERMINAL",0,0,"[1@l': bash experiments/sampl",,terminal_output +7026,20333508,"TERMINAL",0,0,"\r[23@[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sampl\r\n[?2004l\r",,terminal_output +7027,20344825,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7028,20355503,"TERMINAL",0,0,"2025-07-27 14:57:55.299127: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7029,20355964,"TERMINAL",0,0,"2025-07-27 14:57:55.766396: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7030,20358825,"TERMINAL",0,0,"2025-07-27 14:57:58.624824: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7031,20360290,"TERMINAL",0,0,"2025-07-27 14:58:00.092173: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7032,20365295,"TERMINAL",0,0,"2025-07-27 14:58:05.097182: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7033,20365961,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7034,20381202,"TERMINAL",0,0,"c",,terminal_output +7035,20381366,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7036,20382350,"TERMINAL",0,0,"c",,terminal_output +7037,20382698,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7038,20383118,"TERMINAL",0,0,"c",,terminal_output +7039,20383241,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7040,20383589,"TERMINAL",0,0,"c",,terminal_output +7041,20383712,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7042,20383984,"TERMINAL",0,0,"c",,terminal_output +7043,20384105,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7044,20384364,"TERMINAL",0,0,"c",,terminal_output +7045,20384436,"TERMINAL",0,0,"\r\n",,terminal_output +7046,20384702,"TERMINAL",0,0,"c",,terminal_output +7047,20384771,"TERMINAL",0,0,"\r\n",,terminal_output +7048,20384927,"TERMINAL",0,0,"2025-07-27 14:58:24.727898: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7049,20387439,"TERMINAL",0,0,"(Pdb) SSIM: 0.01034794095903635\r\n",,terminal_output +7050,20388633,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7051,20391495,"/fast/home/franz.srambical/jafar/utils/nn.py",11110,0,"",python,selection_command +7052,20391728,"/fast/home/franz.srambical/jafar/utils/nn.py",11109,0,"",python,selection_command +7053,20391763,"/fast/home/franz.srambical/jafar/utils/nn.py",11030,0,"",python,selection_command +7054,20391797,"/fast/home/franz.srambical/jafar/utils/nn.py",11020,0,"",python,selection_command +7055,20391850,"/fast/home/franz.srambical/jafar/utils/nn.py",10987,0,"",python,selection_command +7056,20391863,"/fast/home/franz.srambical/jafar/utils/nn.py",10944,0,"",python,selection_command +7057,20391896,"/fast/home/franz.srambical/jafar/utils/nn.py",10918,0,"",python,selection_command +7058,20391924,"/fast/home/franz.srambical/jafar/utils/nn.py",10892,0,"",python,selection_command +7059,20391967,"/fast/home/franz.srambical/jafar/utils/nn.py",10864,0,"",python,selection_command +7060,20392012,"/fast/home/franz.srambical/jafar/utils/nn.py",10840,0,"",python,selection_command +7061,20392032,"/fast/home/franz.srambical/jafar/utils/nn.py",10812,0,"",python,selection_command +7062,20392056,"/fast/home/franz.srambical/jafar/utils/nn.py",10762,0,"",python,selection_command +7063,20392089,"/fast/home/franz.srambical/jafar/utils/nn.py",10692,0,"",python,selection_command +7064,20392120,"/fast/home/franz.srambical/jafar/utils/nn.py",10691,0,"",python,selection_command +7065,20392155,"/fast/home/franz.srambical/jafar/utils/nn.py",10620,0,"",python,selection_command +7066,20392188,"/fast/home/franz.srambical/jafar/utils/nn.py",10619,0,"",python,selection_command +7067,20392221,"/fast/home/franz.srambical/jafar/utils/nn.py",10594,0,"",python,selection_command +7068,20392257,"/fast/home/franz.srambical/jafar/utils/nn.py",10548,0,"",python,selection_command +7069,20392287,"/fast/home/franz.srambical/jafar/utils/nn.py",10451,0,"",python,selection_command +7070,20396942,"/fast/home/franz.srambical/jafar/utils/nn.py",10546,0,"",python,selection_command +7071,20397251,"/fast/home/franz.srambical/jafar/utils/nn.py",10451,0,"",python,selection_command +7072,20397568,"/fast/home/franz.srambical/jafar/utils/nn.py",10377,0,"",python,selection_command +7073,20397723,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"",python,selection_command +7074,20397883,"/fast/home/franz.srambical/jafar/utils/nn.py",10320,0,"",python,selection_command +7075,20397987,"/fast/home/franz.srambical/jafar/utils/nn.py",10273,0,"",python,selection_command +7076,20398138,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,0,"",python,selection_command +7077,20398285,"/fast/home/franz.srambical/jafar/utils/nn.py",10191,0,"",python,selection_command +7078,20398426,"/fast/home/franz.srambical/jafar/utils/nn.py",10162,0,"",python,selection_command +7079,20398572,"/fast/home/franz.srambical/jafar/utils/nn.py",10069,0,"",python,selection_command +7080,20403092,"/fast/home/franz.srambical/jafar/utils/nn.py",10162,0,"",python,selection_command +7081,20403329,"/fast/home/franz.srambical/jafar/utils/nn.py",10191,0,"",python,selection_command +7082,20403368,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,0,"",python,selection_command +7083,20403391,"/fast/home/franz.srambical/jafar/utils/nn.py",10273,0,"",python,selection_command +7084,20403421,"/fast/home/franz.srambical/jafar/utils/nn.py",10320,0,"",python,selection_command +7085,20403446,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"",python,selection_command +7086,20404124,"/fast/home/franz.srambical/jafar/utils/nn.py",10320,0,"",python,selection_command +7087,20404471,"/fast/home/franz.srambical/jafar/utils/nn.py",10332,0,"",python,selection_command +7088,20404770,"/fast/home/franz.srambical/jafar/utils/nn.py",10334,0,"",python,selection_command +7089,20405018,"/fast/home/franz.srambical/jafar/utils/nn.py",10341,0,"",python,selection_command +7090,20405173,"/fast/home/franz.srambical/jafar/utils/nn.py",10342,0,"",python,selection_command +7091,20406339,"/fast/home/franz.srambical/jafar/utils/nn.py",10348,0,"",python,selection_command +7092,20406451,"/fast/home/franz.srambical/jafar/utils/nn.py",10349,0,"",python,selection_command +7093,20406630,"/fast/home/franz.srambical/jafar/utils/nn.py",10352,0,"",python,selection_command +7094,20406806,"/fast/home/franz.srambical/jafar/utils/nn.py",10354,0,"",python,selection_command +7095,20407124,"/fast/home/franz.srambical/jafar/utils/nn.py",10354,1,"1",python,content +7096,20408561,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,0,"",python,selection_command +7097,20408695,"/fast/home/franz.srambical/jafar/utils/nn.py",10268,0,"",python,selection_command +7098,20408853,"/fast/home/franz.srambical/jafar/utils/nn.py",10225,0,"",python,selection_command +7099,20409224,"/fast/home/franz.srambical/jafar/utils/nn.py",10268,0,"",python,selection_command +7100,20409389,"/fast/home/franz.srambical/jafar/utils/nn.py",10307,0,"",python,selection_command +7101,20409521,"/fast/home/franz.srambical/jafar/utils/nn.py",10354,0,"",python,selection_command +7102,20411078,"/fast/home/franz.srambical/jafar/utils/nn.py",10362,0,"",python,selection_command +7103,20411149,"/fast/home/franz.srambical/jafar/utils/nn.py",10362,0," ",python,content +7104,20411150,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"",python,selection_keyboard +7105,20411290,"/fast/home/franz.srambical/jafar/utils/nn.py",10363,0,"()",python,content +7106,20411290,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"",python,selection_keyboard +7107,20411339,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,1,")",python,content +7108,20411339,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,"",python,selection_keyboard +7109,20411610,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"",python,selection_command +7110,20411965,"/fast/home/franz.srambical/jafar/utils/nn.py",10364,0,"B",python,content +7111,20411965,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,"",python,selection_keyboard +7112,20412209,"/fast/home/franz.srambical/jafar/utils/nn.py",10365,0,",",python,content +7113,20412209,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0,"",python,selection_keyboard +7114,20412328,"/fast/home/franz.srambical/jafar/utils/nn.py",10366,0," ",python,content +7115,20412328,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_keyboard +7116,20414870,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"H",python,content +7117,20414871,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_keyboard +7118,20416196,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,1,"",python,content +7119,20416337,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"1",python,content +7120,20416337,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_keyboard +7121,20416444,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,",",python,content +7122,20416444,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0,"",python,selection_keyboard +7123,20417234,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0," ",python,content +7124,20417234,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"",python,selection_keyboard +7125,20417903,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"1",python,content +7126,20417903,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_keyboard +7127,20417981,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,",",python,content +7128,20417982,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0,"",python,selection_keyboard +7129,20418149,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0," ",python,content +7130,20418150,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_keyboard +7131,20418234,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"1",python,content +7132,20418234,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"",python,selection_keyboard +7133,20418333,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,",",python,content +7134,20418333,"/fast/home/franz.srambical/jafar/utils/nn.py",10375,0,"",python,selection_keyboard +7135,20418480,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"",python,selection_command +7136,20418863,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_command +7137,20419388,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_command +7138,20419561,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"",python,selection_command +7139,20419678,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_command +7140,20419813,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_command +7141,20420066,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,9,"",python,content +7142,20420210,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,")",python,content +7143,20420210,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_keyboard +7144,20420537,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_command +7145,20420898,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"H",python,content +7146,20420899,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_keyboard +7147,20421086,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,",",python,content +7148,20421086,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0,"",python,selection_keyboard +7149,20421167,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0," ",python,content +7150,20421167,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"",python,selection_keyboard +7151,20421587,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"Q",python,content +7152,20421588,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_keyboard +7153,20421874,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,",",python,content +7154,20421874,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0,"",python,selection_keyboard +7155,20422073,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0," ",python,content +7156,20422073,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_keyboard +7157,20422235,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"K",python,content +7158,20422236,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"",python,selection_keyboard +7159,20422432,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_command +7160,20422830,"/fast/home/franz.srambical/jafar/utils/nn.py",10375,0,"",python,selection_command +7161,20423420,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"",python,selection_command +7162,20423567,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_command +7163,20423770,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_command +7164,20423935,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"",python,selection_command +7165,20424035,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_command +7166,20424174,"/fast/home/franz.srambical/jafar/utils/nn.py",10367,0,"",python,selection_command +7167,20424722,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"",python,selection_command +7168,20425015,"/fast/home/franz.srambical/jafar/utils/nn.py",10368,0,"-",python,content +7169,20425015,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0,"",python,selection_keyboard +7170,20425219,"/fast/home/franz.srambical/jafar/utils/nn.py",10369,0,"b",python,content +7171,20425220,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"",python,selection_keyboard +7172,20425377,"/fast/home/franz.srambical/jafar/utils/nn.py",10370,0,"r",python,content +7173,20425377,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"",python,selection_keyboard +7174,20425484,"/fast/home/franz.srambical/jafar/utils/nn.py",10371,0,"o",python,content +7175,20425485,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0,"",python,selection_keyboard +7176,20425569,"/fast/home/franz.srambical/jafar/utils/nn.py",10372,0,"a",python,content +7177,20425570,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"",python,selection_keyboard +7178,20425655,"/fast/home/franz.srambical/jafar/utils/nn.py",10373,0,"d",python,content +7179,20425655,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"",python,selection_keyboard +7180,20425906,"/fast/home/franz.srambical/jafar/utils/nn.py",10374,0,"c",python,content +7181,20425907,"/fast/home/franz.srambical/jafar/utils/nn.py",10375,0,"",python,selection_keyboard +7182,20425971,"/fast/home/franz.srambical/jafar/utils/nn.py",10375,0,"a",python,content +7183,20425972,"/fast/home/franz.srambical/jafar/utils/nn.py",10376,0,"",python,selection_keyboard +7184,20426093,"/fast/home/franz.srambical/jafar/utils/nn.py",10376,0,"s",python,content +7185,20426093,"/fast/home/franz.srambical/jafar/utils/nn.py",10377,0,"",python,selection_keyboard +7186,20426292,"/fast/home/franz.srambical/jafar/utils/nn.py",10377,0,"t",python,content +7187,20426292,"/fast/home/franz.srambical/jafar/utils/nn.py",10378,0,"",python,selection_keyboard +7188,20426687,"/fast/home/franz.srambical/jafar/utils/nn.py",10377,0,"",python,selection_command +7189,20426925,"/fast/home/franz.srambical/jafar/utils/nn.py",10378,0,"",python,selection_command +7190,20427170,"/fast/home/franz.srambical/jafar/utils/nn.py",10379,0,"",python,selection_command +7191,20427356,"/fast/home/franz.srambical/jafar/utils/nn.py",10380,0,"",python,selection_command +7192,20427479,"/fast/home/franz.srambical/jafar/utils/nn.py",10381,0,"",python,selection_command +7193,20427693,"/fast/home/franz.srambical/jafar/utils/nn.py",10381,0,"-",python,content +7194,20427693,"/fast/home/franz.srambical/jafar/utils/nn.py",10382,0,"",python,selection_keyboard +7195,20427840,"/fast/home/franz.srambical/jafar/utils/nn.py",10382,0,"b",python,content +7196,20427840,"/fast/home/franz.srambical/jafar/utils/nn.py",10383,0,"",python,selection_keyboard +7197,20427908,"/fast/home/franz.srambical/jafar/utils/nn.py",10383,0,"r",python,content +7198,20427908,"/fast/home/franz.srambical/jafar/utils/nn.py",10384,0,"",python,selection_keyboard +7199,20427993,"/fast/home/franz.srambical/jafar/utils/nn.py",10384,0,"a",python,content +7200,20427994,"/fast/home/franz.srambical/jafar/utils/nn.py",10385,0,"",python,selection_keyboard +7201,20428053,"/fast/home/franz.srambical/jafar/utils/nn.py",10385,0,"o",python,content +7202,20428054,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,0,"",python,selection_keyboard +7203,20428243,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,0,"a",python,content +7204,20428243,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,0,"",python,selection_keyboard +7205,20428303,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,0,"d",python,content +7206,20428304,"/fast/home/franz.srambical/jafar/utils/nn.py",10388,0,"",python,selection_keyboard +7207,20428523,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,1,"",python,content +7208,20428660,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,1,"",python,content +7209,20428792,"/fast/home/franz.srambical/jafar/utils/nn.py",10385,1,"",python,content +7210,20428919,"/fast/home/franz.srambical/jafar/utils/nn.py",10384,1,"",python,content +7211,20429107,"/fast/home/franz.srambical/jafar/utils/nn.py",10384,0,"o",python,content +7212,20429108,"/fast/home/franz.srambical/jafar/utils/nn.py",10385,0,"",python,selection_keyboard +7213,20429171,"/fast/home/franz.srambical/jafar/utils/nn.py",10385,0,"a",python,content +7214,20429172,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,0,"",python,selection_keyboard +7215,20429240,"/fast/home/franz.srambical/jafar/utils/nn.py",10386,0,"d",python,content +7216,20429241,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,0,"",python,selection_keyboard +7217,20429359,"/fast/home/franz.srambical/jafar/utils/nn.py",10387,0,"c",python,content +7218,20429359,"/fast/home/franz.srambical/jafar/utils/nn.py",10388,0,"",python,selection_keyboard +7219,20429455,"/fast/home/franz.srambical/jafar/utils/nn.py",10388,0,"a",python,content +7220,20429455,"/fast/home/franz.srambical/jafar/utils/nn.py",10389,0,"",python,selection_keyboard +7221,20429538,"/fast/home/franz.srambical/jafar/utils/nn.py",10389,0,"s",python,content +7222,20429539,"/fast/home/franz.srambical/jafar/utils/nn.py",10390,0,"",python,selection_keyboard +7223,20429640,"/fast/home/franz.srambical/jafar/utils/nn.py",10390,0,"t",python,content +7224,20429640,"/fast/home/franz.srambical/jafar/utils/nn.py",10391,0,"",python,selection_keyboard +7225,20429827,"/fast/home/franz.srambical/jafar/utils/nn.py",10390,0,"",python,selection_command +7226,20430077,"/fast/home/franz.srambical/jafar/utils/nn.py",10395,0,"",python,selection_command +7227,20430523,"/fast/home/franz.srambical/jafar/utils/nn.py",10394,0,"",python,selection_command +7228,20430927,"/fast/home/franz.srambical/jafar/utils/nn.py",10394,0,"-",python,content +7229,20430928,"/fast/home/franz.srambical/jafar/utils/nn.py",10395,0,"",python,selection_keyboard +7230,20431062,"/fast/home/franz.srambical/jafar/utils/nn.py",10395,0,"b",python,content +7231,20431062,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,0,"",python,selection_keyboard +7232,20431194,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,0,"o",python,content +7233,20431194,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"",python,selection_keyboard +7234,20431311,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"r",python,content +7235,20431312,"/fast/home/franz.srambical/jafar/utils/nn.py",10398,0,"",python,selection_keyboard +7236,20431563,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,1,"",python,content +7237,20431659,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,1,"",python,content +7238,20431711,"/fast/home/franz.srambical/jafar/utils/nn.py",10396,0,"r",python,content +7239,20431712,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"",python,selection_keyboard +7240,20431857,"/fast/home/franz.srambical/jafar/utils/nn.py",10397,0,"o",python,content +7241,20431857,"/fast/home/franz.srambical/jafar/utils/nn.py",10398,0,"",python,selection_keyboard +7242,20431974,"/fast/home/franz.srambical/jafar/utils/nn.py",10398,0,"a",python,content +7243,20431974,"/fast/home/franz.srambical/jafar/utils/nn.py",10399,0,"",python,selection_keyboard +7244,20432417,"/fast/home/franz.srambical/jafar/utils/nn.py",10399,0,"d",python,content +7245,20432417,"/fast/home/franz.srambical/jafar/utils/nn.py",10400,0,"",python,selection_keyboard +7246,20432565,"/fast/home/franz.srambical/jafar/utils/nn.py",10400,0,"c",python,content +7247,20432565,"/fast/home/franz.srambical/jafar/utils/nn.py",10401,0,"",python,selection_keyboard +7248,20432663,"/fast/home/franz.srambical/jafar/utils/nn.py",10401,0,"s",python,content +7249,20432663,"/fast/home/franz.srambical/jafar/utils/nn.py",10402,0,"",python,selection_keyboard +7250,20432677,"/fast/home/franz.srambical/jafar/utils/nn.py",10402,0,"a",python,content +7251,20432678,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"",python,selection_keyboard +7252,20432827,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"t",python,content +7253,20432828,"/fast/home/franz.srambical/jafar/utils/nn.py",10404,0,"",python,selection_keyboard +7254,20433033,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"",python,selection_command +7255,20433535,"/fast/home/franz.srambical/jafar/utils/nn.py",10402,0,"",python,selection_command +7256,20433861,"/fast/home/franz.srambical/jafar/utils/nn.py",10401,0,"",python,selection_command +7257,20434077,"/fast/home/franz.srambical/jafar/utils/nn.py",10401,3,"",python,content +7258,20434347,"/fast/home/franz.srambical/jafar/utils/nn.py",10401,0,"a",python,content +7259,20434348,"/fast/home/franz.srambical/jafar/utils/nn.py",10402,0,"",python,selection_keyboard +7260,20434565,"/fast/home/franz.srambical/jafar/utils/nn.py",10402,0,"s",python,content +7261,20434565,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"",python,selection_keyboard +7262,20434629,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"t",python,content +7263,20434629,"/fast/home/franz.srambical/jafar/utils/nn.py",10404,0,"",python,selection_keyboard +7264,20434810,"/fast/home/franz.srambical/jafar/utils/nn.py",10403,0,"",python,selection_command +7265,20434930,"/fast/home/franz.srambical/jafar/utils/nn.py",10320,0,"",python,selection_command +7266,20478445,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python sample.py \\n --dynamics_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +7267,20479016,"experiments/sample.sh",251,0,"",shellscript,selection_command +7268,20479182,"experiments/sample.sh",269,0,"",shellscript,selection_command +7269,20480069,"experiments/sample.sh",267,0,"",shellscript,selection_command +7270,20485500,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +7271,20488554,"/fast/home/franz.srambical/jafar/utils/nn.py",10273,0,"",python,selection_command +7272,20488795,"/fast/home/franz.srambical/jafar/utils/nn.py",10234,0,"",python,selection_command +7273,20488826,"/fast/home/franz.srambical/jafar/utils/nn.py",10191,0,"",python,selection_command +7274,20488856,"/fast/home/franz.srambical/jafar/utils/nn.py",10162,0,"",python,selection_command +7275,20488889,"/fast/home/franz.srambical/jafar/utils/nn.py",10069,0,"",python,selection_command +7276,20488922,"/fast/home/franz.srambical/jafar/utils/nn.py",10068,0,"",python,selection_command +7277,20488956,"/fast/home/franz.srambical/jafar/utils/nn.py",9992,0,"",python,selection_command +7278,20488989,"/fast/home/franz.srambical/jafar/utils/nn.py",9916,0,"",python,selection_command +7279,20489024,"/fast/home/franz.srambical/jafar/utils/nn.py",9831,0,"",python,selection_command +7280,20489059,"/fast/home/franz.srambical/jafar/utils/nn.py",9830,0,"",python,selection_command +7281,20489092,"/fast/home/franz.srambical/jafar/utils/nn.py",9789,0,"",python,selection_command +7282,20489126,"/fast/home/franz.srambical/jafar/utils/nn.py",9746,0,"",python,selection_command +7283,20489165,"/fast/home/franz.srambical/jafar/utils/nn.py",9707,0,"",python,selection_command +7284,20489196,"/fast/home/franz.srambical/jafar/utils/nn.py",9664,0,"",python,selection_command +7285,20489230,"/fast/home/franz.srambical/jafar/utils/nn.py",9663,0,"",python,selection_command +7286,20489266,"/fast/home/franz.srambical/jafar/utils/nn.py",9610,0,"",python,selection_command +7287,20489299,"/fast/home/franz.srambical/jafar/utils/nn.py",9551,0,"",python,selection_command +7288,20489332,"/fast/home/franz.srambical/jafar/utils/nn.py",9512,0,"",python,selection_command +7289,20489363,"/fast/home/franz.srambical/jafar/utils/nn.py",9511,0,"",python,selection_command +7290,20489397,"/fast/home/franz.srambical/jafar/utils/nn.py",9468,0,"",python,selection_command +7291,20489429,"/fast/home/franz.srambical/jafar/utils/nn.py",9431,0,"",python,selection_command +7292,20489463,"/fast/home/franz.srambical/jafar/utils/nn.py",9430,0,"",python,selection_command +7293,20489504,"/fast/home/franz.srambical/jafar/utils/nn.py",9359,0,"",python,selection_command +7294,20489530,"/fast/home/franz.srambical/jafar/utils/nn.py",9338,0,"",python,selection_command +7295,20489563,"/fast/home/franz.srambical/jafar/utils/nn.py",9337,0,"",python,selection_command +7296,20489599,"/fast/home/franz.srambical/jafar/utils/nn.py",9270,0,"",python,selection_command +7297,20489634,"/fast/home/franz.srambical/jafar/utils/nn.py",9243,0,"",python,selection_command +7298,20489664,"/fast/home/franz.srambical/jafar/utils/nn.py",9242,0,"",python,selection_command +7299,20489704,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"",python,selection_command +7300,20489732,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"",python,selection_command +7301,20489771,"/fast/home/franz.srambical/jafar/utils/nn.py",9110,0,"",python,selection_command +7302,20489798,"/fast/home/franz.srambical/jafar/utils/nn.py",9059,0,"",python,selection_command +7303,20489832,"/fast/home/franz.srambical/jafar/utils/nn.py",9009,0,"",python,selection_command +7304,20489863,"/fast/home/franz.srambical/jafar/utils/nn.py",8936,0,"",python,selection_command +7305,20489897,"/fast/home/franz.srambical/jafar/utils/nn.py",8935,0,"",python,selection_command +7306,20489931,"/fast/home/franz.srambical/jafar/utils/nn.py",8927,0,"",python,selection_command +7307,20489962,"/fast/home/franz.srambical/jafar/utils/nn.py",8887,0,"",python,selection_command +7308,20489997,"/fast/home/franz.srambical/jafar/utils/nn.py",8789,0,"",python,selection_command +7309,20490031,"/fast/home/franz.srambical/jafar/utils/nn.py",8704,0,"",python,selection_command +7310,20490063,"/fast/home/franz.srambical/jafar/utils/nn.py",8703,0,"",python,selection_command +7311,20490097,"/fast/home/franz.srambical/jafar/utils/nn.py",8624,0,"",python,selection_command +7312,20490131,"/fast/home/franz.srambical/jafar/utils/nn.py",8528,0,"",python,selection_command +7313,20490167,"/fast/home/franz.srambical/jafar/utils/nn.py",8527,0,"",python,selection_command +7314,20490198,"/fast/home/franz.srambical/jafar/utils/nn.py",8456,0,"",python,selection_command +7315,20490543,"/fast/home/franz.srambical/jafar/utils/nn.py",8448,0,"",python,selection_command +7316,20490725,"/fast/home/franz.srambical/jafar/utils/nn.py",8360,0,"",python,selection_command +7317,20491442,"/fast/home/franz.srambical/jafar/utils/nn.py",8364,0,"",python,selection_command +7318,20493954,"experiments/sample.sh",0,0,"",shellscript,tab +7319,20497621,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +7320,20498835,"/fast/home/franz.srambical/jafar/utils/nn.py",8452,0,"",python,selection_command +7321,20499102,"/fast/home/franz.srambical/jafar/utils/nn.py",8460,0,"",python,selection_command +7322,20499114,"/fast/home/franz.srambical/jafar/utils/nn.py",8527,0,"",python,selection_command +7323,20499143,"/fast/home/franz.srambical/jafar/utils/nn.py",8532,0,"",python,selection_command +7324,20499177,"/fast/home/franz.srambical/jafar/utils/nn.py",8628,0,"",python,selection_command +7325,20499210,"/fast/home/franz.srambical/jafar/utils/nn.py",8703,0,"",python,selection_command +7326,20499244,"/fast/home/franz.srambical/jafar/utils/nn.py",8708,0,"",python,selection_command +7327,20499277,"/fast/home/franz.srambical/jafar/utils/nn.py",8793,0,"",python,selection_command +7328,20499309,"/fast/home/franz.srambical/jafar/utils/nn.py",8891,0,"",python,selection_command +7329,20499342,"/fast/home/franz.srambical/jafar/utils/nn.py",8931,0,"",python,selection_command +7330,20499376,"/fast/home/franz.srambical/jafar/utils/nn.py",8935,0,"",python,selection_command +7331,20499411,"/fast/home/franz.srambical/jafar/utils/nn.py",8940,0,"",python,selection_command +7332,20499443,"/fast/home/franz.srambical/jafar/utils/nn.py",9013,0,"",python,selection_command +7333,20499476,"/fast/home/franz.srambical/jafar/utils/nn.py",9063,0,"",python,selection_command +7334,20499511,"/fast/home/franz.srambical/jafar/utils/nn.py",9114,0,"",python,selection_command +7335,20499544,"/fast/home/franz.srambical/jafar/utils/nn.py",9148,0,"",python,selection_command +7336,20499576,"/fast/home/franz.srambical/jafar/utils/nn.py",9216,0,"",python,selection_command +7337,20499866,"/fast/home/franz.srambical/jafar/utils/nn.py",9148,0,"",python,selection_command +7338,20500004,"/fast/home/franz.srambical/jafar/utils/nn.py",9216,0,"",python,selection_command +7339,20501073,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,30,"",python,content +7340,20501147,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"",python,selection_command +7341,20501407,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_command +7342,20501658,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"",python,content +7343,20501765,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,1,"",python,content +7344,20504923,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7345,20504977,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7346,20505267,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7347,20508822,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"",python,selection_command +7348,20516796,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7349,20524956,"TERMINAL",0,0,"2025-07-27 15:00:44.760759: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7350,20526469,"TERMINAL",0,0,"2025-07-27 15:00:46.273026: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7351,20530025,"TERMINAL",0,0,"2025-07-27 15:00:49.829528: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7352,20530701,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(332)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7353,20534119,"TERMINAL",0,0,"c",,terminal_output +7354,20534526,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 335, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1204, in dot_product_attention\r\n out = cudnn_dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 1981, in dot_product_attention\r\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 332, in check_layout\r\n raise ValueError(\r\nValueError: Bias must have same seq length as QKV, got 1 and 1\r\n",,terminal_output +7355,20535343,"TERMINAL",0,0,"(Pdb) ",,terminal_output +7356,20535570,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7357,20575462,"/fast/home/franz.srambical/jafar/utils/nn.py",6905,0,"",python,selection_command +7358,20583083,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# pytype: skip-file\nfrom __future__ import annotations\n\nfrom abc import abstractmethod\nimport dataclasses\nimport functools\nimport inspect\nimport typing as tp\n\nfrom jax._src import checkify as checkify_lib\n\nfrom flax.nnx import (\n extract,\n graph,\n)\nfrom flax.nnx.module import Module\nfrom flax.nnx.proxy_caller import (\n CallableProxy,\n DelayedAccessor,\n)\nfrom flax.nnx.transforms import general\nfrom flax.typing import MISSING, Leaf, Missing\nimport jax\nimport jax.core\nimport jax.stages\n\nA = tp.TypeVar('A')\nC = tp.TypeVar('C')\nB = tp.TypeVar('B')\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\nG = tp.TypeVar('G', bound=tp.Callable[..., tp.Any])\nM = tp.TypeVar('M', bound=Module)\nMA = tp.TypeVar('MA', bound=Module)\nN = tp.TypeVar('N', bound=Module)\nStrInt = tp.TypeVar('StrInt', str, int)\nAxisName = tp.Hashable\nLeaves = tp.List[Leaf]\nIndex = int\n\n\n@tp.overload\ndef resolve_kwargs(\n fun: tp.Callable[..., tp.Any],\n args: tuple,\n kwargs: dict[str, tp.Any],\n) -> tuple: ...\n@tp.overload\ndef resolve_kwargs() -> tp.Callable[[F], F]: ...\ndef resolve_kwargs(\n fun: tp.Callable[..., tp.Any] | Missing = MISSING,\n args: tuple | Missing = MISSING,\n kwargs: dict[str, tp.Any] | Missing = MISSING,\n) -> tuple | tp.Callable[[F], F]:\n if isinstance(fun, Missing):\n\n def resolve_kwargs_decorator(f):\n @functools.wraps(f)\n def resolve_kwargs_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n return f(*args)\n\n return resolve_kwargs_wrapper\n\n return resolve_kwargs_decorator # type: ignore\n\n if isinstance(args, Missing):\n raise ValueError('args must be provided')\n if isinstance(kwargs, Missing):\n raise ValueError('kwargs must be provided')\n\n if isinstance(fun, functools.partial):\n # functools.partial should have an opaque signature.\n fun = lambda *args, **kwargs: None\n ba = inspect.signature(fun).bind(*args, **kwargs)\n ba.apply_defaults()\n if ba.kwargs:\n raise TypeError('keyword arguments could not be resolved to positions')\n else:\n return ba.args\n\n\n\nclass LiftedModule(tp.Generic[M], Module): # type: ignore[ignored-abstractmethod]\n @abstractmethod\n def _call(self, accessor: DelayedAccessor, *args, **kwargs) -> tp.Any:\n pass\n\n @property\n @abstractmethod\n def _submodule(self) -> M:\n pass # type: ignore[bad-return-type] # why pytype?\n\n def __call__(self, *args, **kwargs) -> tp.Any:\n return self.call(*args, **kwargs) # type: ignore\n\n @property\n def call(self) -> tp.Any:\n module = self\n\n def check_and_call(accessor: DelayedAccessor, *args, **kwargs):\n return self._call(accessor, *args, **kwargs)\n\n proxy = CallableProxy(check_and_call) # type: ignore[arg-type]\n\n while isinstance(module._submodule, LiftedModule):\n module = module._submodule\n proxy = proxy.call\n\n return proxy # type: ignore\n\n\n# -------------------------------\n# simple transforms\n# -------------------------------\n\n\ndef eval_shape(\n f: tp.Callable[..., A],\n *args: tp.Any,\n **kwargs: tp.Any,\n) -> A:\n """"""A ""lifted"" version of `jax.eval_shape `_\n that can handle `flax.nnx.Module `_\n / graph nodes as arguments.\n\n Similar to ``jax.eval_shape``, it computes the shape/dtype of a function `f` without\n performing any floating point operations (FLOPs) which can be expensive. This can be\n useful for performing shape inference, for example.\n """"""\n args, kwargs = extract.to_tree((args, kwargs))\n\n @functools.wraps(f)\n def _eval_shape_fn(*args, **kwargs):\n args, kwargs = extract.from_tree((args, kwargs))\n out = f(*args, **kwargs)\n return extract.to_tree(graph.freeze(out))\n\n out = jax.eval_shape(_eval_shape_fn, *args, **kwargs)\n return extract.from_tree(out)\n\n@dataclasses.dataclass(eq=False)\nclass CheckifyFn:\n f: tp.Callable[..., tp.Any]\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n def __call__(self, *pure_args, **pure_kwargs):\n args, kwargs = extract.from_tree(\n (pure_args, pure_kwargs), ctxtag='checkify', is_inner=True\n )\n out = self.f(*args, **kwargs)\n\n args_out, kwargs_out = extract.clear_non_graph_nodes((args, kwargs))\n pure_args_out, pure_kwargs_out, pure_out = extract.to_tree(\n (args, kwargs, out), ctxtag='checkify'\n )\n return pure_args_out, pure_kwargs_out, pure_out\n\ndef checkify(\n f: tp.Callable[..., checkify_lib.Out],\n errors: frozenset[type[checkify_lib.JaxException]] = checkify_lib.user_checks, # type: ignore\n) -> tp.Callable[..., tuple[checkify_lib.Error, checkify_lib.Out]]:\n """"""Reference-aware version of `jax.experimental.checkify\n `_.\n\n Example::\n\n >>> import jax\n >>> import jax.numpy as jnp\n >>> from jax.experimental import checkify\n >>> import dataclasses\n >>> from flax import nnx\n ...\n >>> class Foo(nnx.Module):\n ... def __init__(self, a):\n ... self.a = nnx.Param(a)\n ...\n >>> @nnx.jit\n ... def f(m):\n ... y = jnp.sin(m.a.value) # error\n ... return m.a + y\n ...\n >>> m = Foo(a=jnp.inf)\n >>> err, out = nnx.checkify(f, errors=checkify.float_checks)(m)\n >>> # err.throw()\n >>> print(err)\n Error(nan generated by primitive: sin.)\n """"""\n checkify_fn = checkify_lib.checkify(CheckifyFn(f), errors)\n\n @functools.wraps(f)\n @graph.update_context('checkify')\n def jit_wrapper(*args, **kwargs):\n pure_args, pure_kwargs = extract.to_tree(\n (args, kwargs),\n ctxtag='checkify',\n )\n error, (pure_args_out, pure_kwargs_out, pure_out) = checkify_fn(\n *pure_args, **pure_kwargs\n )\n\n args_out, kwargs_out, out = extract.from_tree(\n (pure_args_out, pure_kwargs_out, pure_out),\n ctxtag='checkify',\n is_inner=False,\n )\n\n return error, out\n\n return jit_wrapper # type: ignore\n\n\n@general.split_inputs(ctxtag='cond')\ndef cond(\n pred,\n true_fun: tp.Callable[..., A],\n false_fun: tp.Callable[..., A],\n *operands,\n **kwargs,\n) -> A:\n return jax.lax.cond(\n pred,\n general.merge_inputs(true_fun, ctxtag='cond'),\n general.merge_inputs(false_fun, ctxtag='cond'),\n *operands,\n **kwargs,\n )\n\n\n@general.split_inputs(ctxtag='switch')\ndef switch(\n index,\n branches: tp.Sequence[tp.Callable[..., A]],\n *operands,\n) -> A:\n return jax.lax.switch(\n index,\n [general.merge_inputs(f, ctxtag='switch') for f in branches],\n *operands,\n )\n\n",python,tab +7359,20583083,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py",2014,0,"",python,selection_command +7360,20585110,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nfrom __future__ import annotations\n\nimport contextlib\nimport dataclasses\nimport functools\nimport threading\nimport typing as tp\n\nfrom flax import config\nfrom flax.nnx import filterlib, reprlib, traversals, variablelib\nfrom flax.nnx import statelib\nfrom flax.nnx.proxy_caller import (\n ApplyCaller,\n CallableProxy,\n DelayedAccessor,\n)\nfrom flax.nnx.statelib import EmptyState, FlatState, State\nfrom flax.nnx.variablelib import Variable, VariableState\nfrom flax.typing import Key, PathParts, is_key_like\nimport jax\nimport numpy as np\nimport treescope # type: ignore[import-not-found,import-untyped]\nimport typing_extensions as tpe\n\nA = tp.TypeVar('A')\nB = tp.TypeVar('B')\nC = tp.TypeVar('C')\nF = tp.TypeVar('F', bound=tp.Callable)\n\nHA = tp.TypeVar('HA', bound=tp.Hashable)\nHB = tp.TypeVar('HB', bound=tp.Hashable)\nKeyT = tp.TypeVar('KeyT', bound=Key)\n\nIndex = int\nNames = tp.Sequence[int]\nNode = tp.TypeVar('Node')\nLeaf = tp.TypeVar('Leaf')\nAuxData = tp.TypeVar('AuxData')\n\n\n@jax.tree_util.register_static\n@dataclasses.dataclass(frozen=True, slots=True)\nclass NoUpdate: ...\n\n\nNO_UPDATE = NoUpdate()\n\n\n@jax.tree_util.register_static\n@dataclasses.dataclass(frozen=True, slots=True)\nclass Repeated: ...\n\n\nREPEATED = Repeated()\n\n\n@jax.tree_util.register_dataclass\n@dataclasses.dataclass(frozen=True, slots=True, repr=False)\nclass MutableArrayOutput(reprlib.Representable):\n value: jax.Array | NoUpdate | Repeated\n\n def __nnx_repr__(self):\n yield reprlib.Object(type=type(self))\n yield reprlib.Attr('value', self.value)\n\n def __treescope_repr__(self, path, subtree_renderer):\n return treescope.repr_lib.render_object_constructor(\n object_type=type(self),\n attributes={\n 'value': self.value,\n },\n path=path,\n subtree_renderer=subtree_renderer,\n )\n\n\nLeafType = tp.Union[\n Variable,\n VariableState,\n jax.Array,\n np.ndarray,\n variablelib.MutableArray,\n MutableArrayOutput,\n NoUpdate,\n]\nGraphState = State[Key, LeafType]\nGraphFlatState = FlatState[LeafType]\n\n\ndef is_node_leaf(x: tp.Any) -> tpe.TypeGuard[LeafType]:\n return isinstance(x, LeafType) or variablelib.is_mutable_array(x) # type: ignore[misc, arg-type]\n\n\nclass IndexMap(dict[Index, tp.Any]):\n @staticmethod\n def from_refmap(refmap: RefMap) -> IndexMap:\n return IndexMap((index, value) for value, index in refmap.items())\n\n\nif config.flax_use_flaxlib:\n import flaxlib # type: ignore[import]\n\n globals()['IndexMap'] = flaxlib.IndexMap\n\n\n# RefMap = dict\nclass RefMap(tp.MutableMapping[tp.Any, int], reprlib.MappingReprMixin):\n """"""A mapping that hashes keys by their identity.""""""\n\n def __init__(\n self,\n mapping: tp.Mapping[tp.Any, int]\n | tp.Iterable[tuple[tp.Any, int]]\n | None = None,\n /,\n ):\n self._mapping: dict[int, tuple[tp.Any, int]] = dict()\n if mapping is not None:\n self.update(mapping)\n\n @staticmethod\n def from_indexmap(indexmap: IndexMap) -> RefMap:\n refmap = RefMap()\n refmap.update((value, index) for index, value in indexmap.items())\n return refmap\n\n def get(self, key: tp.Any, default: int | None = None) -> int | None: # type: ignore[override]\n return self._mapping.get(id(key), (None, default))[1]\n\n def __getitem__(self, key: tp.Any) -> int:\n return self._mapping[id(key)][1]\n\n def __setitem__(self, key: tp.Any, value: int):\n self._mapping[id(key)] = (key, value)\n\n def __delitem__(self, key: tp.Any):\n del self._mapping[id(key)]\n\n def __len__(self) -> int:\n return len(self._mapping)\n\n def __contains__(self, key: tp.Any) -> bool:\n return id(key) in self._mapping\n\n def __iter__(self) -> tp.Iterator[tp.Any]:\n for key, _ in self._mapping.values():\n yield key\n\n def items(self) -> tp.ItemsView[tp.Any, int]:\n return self._mapping.values() # type: ignore\n\n\n# save python version\nPythonRefMap = RefMap\n\nif config.flax_use_flaxlib:\n import flaxlib # type: ignore[import]\n\n globals()['RefMap'] = flaxlib.RefMap\n\n\n@dataclasses.dataclass(frozen=True, slots=True)\nclass NodeImplBase(tp.Generic[Node, Leaf, AuxData]):\n type: type[Node]\n flatten: tp.Callable[[Node], tuple[tp.Sequence[tuple[Key, Leaf]], AuxData]]\n\n def node_dict(self, node: Node) -> dict[Key, Leaf]:\n nodes, _ = self.flatten(node)\n return dict(nodes)\n\n\n@dataclasses.dataclass(frozen=True, slots=True)\nclass GraphNodeImpl(NodeImplBase[Node, Leaf, AuxData]):\n set_key: tp.Callable[[Node, Key, Leaf], None]\n pop_key: tp.Callable[[Node, Key], Leaf]\n create_empty: tp.Callable[[AuxData], Node]\n clear: tp.Callable[[Node], None]\n init: tp.Callable[[Node, tp.Iterable[tuple[Key, Leaf]]], None]\n\n\n@dataclasses.dataclass(frozen=True, slots=True)\nclass PytreeNodeImpl(NodeImplBase[Node, Leaf, AuxData]):\n unflatten: tp.Callable[[tp.Sequence[tuple[Key, Leaf]], AuxData], Node]\n\n\nNodeImpl = tp.Union[\n GraphNodeImpl[Node, Leaf, AuxData], PytreeNodeImpl[Node, Leaf, AuxData]\n]\n\n\nGRAPH_REGISTRY: dict[type, NodeImpl[tp.Any, tp.Any, tp.Any]] = {}\nPYTREE_REGISTRY: dict[type, PytreeNodeImpl[tp.Any, tp.Any, tp.Any]] = {}\n\n\ndef register_graph_node_type(\n type: type,\n flatten: tp.Callable[[Node], tuple[tp.Sequence[tuple[Key, Leaf]], AuxData]],\n set_key: tp.Callable[[Node, Key, Leaf], None],\n pop_key: tp.Callable[[Node, Key], Leaf],\n create_empty: tp.Callable[[AuxData], Node],\n clear: tp.Callable[[Node], None],\n init: tp.Callable[[Node, tp.Iterable[tuple[Key, Leaf]]], None],\n):\n if type in GRAPH_REGISTRY:\n raise ValueError(f'Node type {type} is already registered.')\n\n GRAPH_REGISTRY[type] = GraphNodeImpl(\n type=type,\n flatten=flatten,\n set_key=set_key,\n pop_key=pop_key,\n create_empty=create_empty,\n clear=clear,\n init=init,\n )\n\n\ndef register_pytree_node_type(\n type: type,\n flatten: tp.Callable[[Node], tuple[tp.Sequence[tuple[Key, Leaf]], AuxData]],\n unflatten: tp.Callable[[tp.Sequence[tuple[Key, Leaf]], AuxData], Node],\n):\n if type in PYTREE_REGISTRY:\n raise ValueError(f'Node type {type} is already registered.')\n\n PYTREE_REGISTRY[type] = PytreeNodeImpl(\n type=type, flatten=flatten, unflatten=unflatten\n )\n\n\ndef is_node(x: tp.Any) -> bool:\n if isinstance(x, Variable):\n return False\n if type(x) in GRAPH_REGISTRY:\n return True\n return is_pytree_node(x)\n\n\ndef is_graph_node(x: tp.Any) -> bool:\n return type(x) in GRAPH_REGISTRY or variablelib.is_mutable_array(x)\n\n\ndef is_node_type(x: type[tp.Any]) -> bool:\n return x in GRAPH_REGISTRY or x in PYTREE_REGISTRY or x is GenericPytree\n\n\ndef get_node_impl(x: Node) -> NodeImpl[Node, tp.Any, tp.Any] | None:\n if isinstance(x, Variable):\n return None\n\n node_type = type(x)\n\n if node_type in GRAPH_REGISTRY:\n return GRAPH_REGISTRY[node_type]\n elif node_type in PYTREE_REGISTRY:\n return PYTREE_REGISTRY[node_type]\n elif node_type in JAX_PYTREE_REGISTRY or issubclass(node_type, tuple):\n return PYTREE_NODE_IMPL # type: ignore\n else:\n return None\n\n\ndef get_node_impl_for_type(\n x: type[Node],\n) -> NodeImpl[Node, tp.Any, tp.Any] | None:\n if x is GenericPytree:\n return PYTREE_NODE_IMPL # type: ignore\n elif x in PYTREE_REGISTRY:\n return PYTREE_REGISTRY[x]\n elif x in GRAPH_REGISTRY:\n return GRAPH_REGISTRY[x]\n else:\n return None\n\n\nclass HashableMapping(tp.Mapping[HA, HB], tp.Hashable):\n _mapping: dict[HA, HB] | tp.Mapping[HA, HB]\n\n def __init__(self, mapping: tp.Mapping[HA, HB], copy: bool = True):\n self._mapping = dict(mapping) if copy else mapping\n\n def __contains__(self, key: object) -> bool:\n return key in self._mapping\n\n def __getitem__(self, key: HA) -> HB:\n return self._mapping[key]\n\n def __iter__(self) -> tp.Iterator[HA]:\n return iter(self._mapping)\n\n def __len__(self) -> int:\n return len(self._mapping)\n\n def __hash__(self) -> int:\n return hash(tuple(sorted(self._mapping.items())))\n\n def __eq__(self, other: tp.Any) -> bool:\n return (\n isinstance(other, HashableMapping) and self._mapping == other._mapping\n )\n\n def __repr__(self) -> str:\n return repr(self._mapping)\n\n\n@jax.tree_util.register_static\n@dataclasses.dataclass(frozen=True, repr=False)\nclass NodeRef(tp.Generic[Node], reprlib.Representable):\n index: int\n\n def __nnx_repr__(self):\n yield reprlib.Object(type=type(self))\n yield reprlib.Attr('index', self.index)\n\n def __treescope_repr__(self, path, subtree_renderer):\n return treescope.repr_lib.render_object_constructor(\n object_type=type(self),\n attributes={'index': self.index},\n path=path,\n subtree_renderer=subtree_renderer,\n )\n\n\nif config.flax_use_flaxlib:\n import flaxlib # type: ignore[import]\n\n jax.tree_util.register_static(flaxlib.NodeRef)\n globals()['NodeRef'] = flaxlib.NodeRef\n\n\n@dataclasses.dataclass(frozen=True, repr=False)\nclass VariableDef(reprlib.Representable, tp.Generic[Node]):\n type: type[Node]\n index: int\n outer_index: int | None\n metadata: HashableMapping[str, tp.Any]\n mutable_arraydef: MutableArrayDef | NodeRef | None\n\n def with_no_outer_index(self) -> VariableDef:\n return VariableDef(\n type=self.type,\n index=self.index,\n outer_index=None,\n metadata=self.metadata,\n mutable_arraydef=self.mutable_arraydef.with_no_outer_index()\n if isinstance(self.mutable_arraydef, MutableArrayDef)\n else self.mutable_arraydef,\n )\n\n def with_same_outer_index(self) -> VariableDef:\n return VariableDef(\n type=self.type,\n index=self.index,\n outer_index=self.index,\n metadata=self.metadata,\n mutable_arraydef=self.mutable_arraydef.with_same_outer_index()\n if isinstance(self.mutable_arraydef, MutableArrayDef)\n else self.mutable_arraydef,\n )\n\n def __nnx_repr__(self):\n yield reprlib.Object(type=type(self))\n yield reprlib.Attr('type', self.type.__name__)\n yield reprlib.Attr('index', self.index)\n yield reprlib.Attr('outer_index', self.outer_index)\n yield reprlib.Attr('metadata', reprlib.PrettyMapping(self.metadata))\n\n def __treescope_repr__(self, path, subtree_renderer):\n return treescope.repr_lib.render_object_constructor(\n object_type=type(self),\n attributes={\n 'type': self.type,\n 'index': self.index,\n 'outer_index': self.outer_index,\n 'metadata': self.metadata,\n },\n path=path,\n subtree_renderer=subtree_renderer,\n )\n\n\nif config.flax_use_flaxlib:\n import flaxlib # type: ignore[import]\n\n jax.tree_util.register_static(flaxlib.VariableDef)\n globals()['VariableDef'] = flaxlib.VariableDef\n\n\n@dataclasses.dataclass(frozen=True, repr=False)\nclass MutableArrayDef(reprlib.Representable):\n index: int\n outer_index: int | None\n\n def with_no_outer_index(self):\n return MutableArrayDef(\n index=self.index,\n outer_index=None,\n )\n\n def with_same_outer_index(self):\n return MutableArrayDef(\n index=self.index,\n outer_index=self.index,\n )\n\n def __nnx_repr__(self):\n yield reprlib.Object(type=type(self))\n yield reprlib.Attr('index', self.index)\n yield reprlib.Attr('outer_index', self.outer_index)\n\n def __treescope_repr__(self, path, subtree_renderer):\n return treescope.repr_lib.render_object_constructor(\n object_type=type(self),\n attributes={\n 'index': self.index,\n 'outer_index': self.outer_index,\n },\n path=path,\n subtree_renderer=subtree_renderer,\n )\n\n\n@jax.tree_util.register_static\n@dataclasses.dataclass(frozen=True, repr=False, slots=True)\nclass NodeDef(tp.Generic[Node], reprlib.Representable):\n """"""A dataclass that denotes the tree structure of a\n :class:`Module`. A ``GraphDef`` can be generated by either\n calling :func:`split` or :func:`graphdef` on the :class:`Module`.""""""\n\n type: tp.Type[Node]\n index: int | None\n outer_index: int | None\n num_attributes: int\n metadata: tp.Any\n\n def with_no_outer_index(self) -> NodeDef[Node]:\n return NodeDef(\n type=self.type,\n index=self.index,\n outer_index=None,\n num_attributes=self.num_attributes,\n metadata=self.metadata,\n )\n\n def with_same_outer_index(self) -> NodeDef[Node]:\n return NodeDef(\n type=self.type,\n index=self.index,\n outer_index=self.index,\n num_attributes=self.num_attributes,\n metadata=self.metadata,\n )\n\n def __nnx_repr__(self):\n yield reprlib.Object(type=type(self))\n\n yield reprlib.Attr('type', self.type.__name__)\n yield reprlib.Attr('index', self.index)\n yield reprlib.Attr('outer_index', self.outer_index)\n yield reprlib.Attr('num_attributes', self.num_attributes)\n yield reprlib.Attr('metadata', self.metadata)\n\n def __treescope_repr__(self, path, subtree_renderer):\n return treescope.repr_lib.render_object_constructor(\n object_type=type(self),\n attributes={\n 'type': self.type,\n 'index': self.index,\n 'outer_index': self.outer_index,\n 'num_attributes': self.num_attributes,\n 'metadata': self.metadata,\n },\n path=path,\n subtree_renderer=subtree_renderer,\n )\n\n\nif config.flax_use_flaxlib:\n import flaxlib # type: ignore[import]\n\n jax.tree_util.register_static(flaxlib.NodeDef)\n globals()['NodeDef'] = flaxlib.NodeDef\n\nNodeDefType = tp.Union[\n NodeDef[Node],\n NodeRef[Node],\n VariableDef[Node],\n MutableArrayDef,\n]\n\n\n@dataclasses.dataclass(frozen=True, slots=True)\nclass ArrayAttr:\n pass\n\n\nARRAY_ATTR = ArrayAttr()\n\n@dataclasses.dataclass(frozen=True, slots=True)\nclass MutableArrayAttr:\n pass\n\n\nMUTABLE_ARRAY_ATTR = MutableArrayAttr()\n\n\n@dataclasses.dataclass(frozen=True, slots=True)\nclass NodeAttr:\n pass\n\n\nNODE_ATTR = NodeAttr()\n\nAttrType = tp.Union[\n NodeAttr,\n ArrayAttr,\n MutableArrayAttr,\n 'Static[tp.Any]',\n]\n\n# GraphDef = tp.Union[NodeDef[Node], NodeRef[Node], VariableDef[Node]]\n@jax.tree_util.register_static\n@dataclasses.dataclass(frozen=True, slots=True)\nclass GraphDef(tp.Generic[Node]):\n nodes: list[NodeDefType[tp.Any]]\n attributes: list[tuple[Key, AttrType]]\n num_leaves: int\n\n def __hash__(self) -> int:\n return hash((tuple(self.nodes), tuple(self.attributes)))\n\n def with_no_outer_index(self) -> GraphDef[Node]:\n return GraphDef(\n nodes=[\n node.with_no_outer_index() if not isinstance(node, NodeRef) else node\n for node in self.nodes\n ],\n attributes=self.attributes,\n num_leaves=self.num_leaves,\n )\n\n def with_same_outer_index(self) -> GraphDef[Node]:\n return GraphDef(\n nodes=[\n node.with_same_outer_index() if not isinstance(node, NodeRef) else node\n for node in self.nodes\n ],\n attributes=self.attributes,\n num_leaves=self.num_leaves,\n )\n\n # TODO(cgarciae): remove this method\n def apply(\n self, state: GraphState, *states: GraphState\n ) -> ApplyCaller[tuple[GraphDef[Node], GraphState]]:\n accessor = DelayedAccessor()\n\n def _apply(\n accessor: DelayedAccessor, *args, **kwargs\n ) -> tuple[tp.Any, tuple[GraphDef[Node], GraphState]]:\n module = merge(self, state, *states)\n fn = accessor(module)\n out = fn(*args, **kwargs)\n graphdef, flat_state = flatten(module)\n state_ = statelib.from_flat_state(flat_state)\n return out, (graphdef, state_)\n\n return CallableProxy(_apply, accessor) # type: ignore\n\n\nPureState = tuple[GraphDef[Node], GraphState]\n\n\n@tp.overload\ndef flatten( # type: ignore[invalid-annotation]\n node: Node,\n /,\n *,\n ref_index: RefMap | None = None,\n ref_outer_index: RefMap | None = None,\n) -> tuple[GraphDef[Node], FlatState[VariableState[tp.Any]]]: ...\n@tp.overload\ndef flatten( # type: ignore[invalid-annotation]\n node: Node,\n /,\n *,\n with_paths: tp.Literal[True],\n return_variables: tp.Literal[True],\n ref_index: RefMap | None = None,\n ref_outer_index: RefMap | None = None,\n) -> tuple[\n GraphDef[Node],\n FlatState[Variable[tp.Any]],\n]: ...\n@tp.overload\ndef flatten( # type: ignore[invalid-annotation]\n node: Node,\n /,\n *,\n with_paths: tp.Literal[False],\n return_variables: tp.Literal[True],\n ref_index: RefMap | None = None,\n ref_outer_index: RefMap | None = None,\n) -> tuple[\n GraphDef[Node],\n list[Variable[tp.Any]],\n]: ...\n@tp.overload\ndef flatten( # type: ignore[invalid-annotation]\n node: Node,\n /,\n *,\n return_variables: tp.Literal[True],\n ref_index: RefMap | None = None,\n ref_outer_index: RefMap | None = None,\n) -> tuple[\n GraphDef[Node],\n FlatState[Variable[tp.Any]],\n]: ...\n@tp.overload\ndef flatten( # type: ignore[invalid-annotation]\n node: Node,\n /,\n *,\n with_paths: bool,\n ref_index: RefMap | None = None,\n ref_outer_index: RefMap | None = None,\n) -> tuple[\n GraphDef[Node],\n FlatState[VariableState[tp.Any]] | list[tp.Any],\n]: ...\ndef flatten( # type: ignore[invalid-annotation]\n node: Node,\n /,\n *,\n with_paths: bool = True,\n return_variables: bool = False,\n ref_index: RefMap | None = None,\n ref_outer_index: RefMap | None = None,\n) -> tuple[\n GraphDef[Node],\n FlatState[VariableState[tp.Any]] | FlatState[Variable[tp.Any]] | list[tp.Any],\n]:\n """"""Flattens a graph node into a (graphdef, state) pair.\n\n Args:\n x: A graph node.\n ref_index: A mapping from nodes to indexes, defaults to None. If not provided, a new\n empty dictionary is created. This argument can be used to flatten a sequence of graph\n nodes that share references.\n with_paths: A boolean that indicates whether to return a FlatState object that includes\n the paths to VariableState objects, or just a list of the Variable's inner values.\n """"""\n if ref_index is None:\n ref_index = RefMap()\n\n leaves: list[LeafType] = []\n path: list[Key] | None = [] if with_paths else None\n paths: list[PathParts] | None = [] if with_paths else None\n nodes: list[NodeDefType[tp.Any]] = []\n attributes: list[tuple[Key, AttrType]] = []\n node_impl = get_node_impl(node)\n if node_impl is None and not (\n isinstance(node, Variable) or variablelib.is_mutable_array(node)\n ):\n raise RuntimeError(f'Unsupported type: {type(node)}, this is a bug.')\n _graph_flatten(\n node,\n node_impl,\n path,\n ref_index,\n ref_outer_index,\n nodes,\n attributes,\n leaves,\n paths,\n return_variables,\n )\n graphdef: GraphDef = GraphDef(\n nodes=nodes, attributes=attributes, num_leaves=len(leaves)\n )\n\n if paths is not None:\n return graphdef, FlatState.from_sorted_keys_values(tuple(paths), leaves) # type: ignore[return-value]\n else:\n return graphdef, leaves\n\n\ndef _graph_flatten(\n node: Node,\n node_impl: NodeImpl[Node, Leaf, AuxData] | None,\n path: list[Key] | None,\n ref_index: RefMap,\n ref_outer_index: RefMap | None,\n nodes: list[NodeDefType[tp.Any]],\n attributes: list[tuple[Key, AttrType]],\n leaves: list[LeafType],\n paths: list[PathParts] | None,\n return_variables: bool,\n) -> None:\n is_pytree_node_ = type(node_impl) is PytreeNodeImpl\n\n index: int | None\n if not is_pytree_node_ and node in ref_index:\n nodes.append(NodeRef(index := ref_index[node]))\n return\n\n is_graph_node_ = type(node_impl) is GraphNodeImpl\n is_variable = isinstance(node, Variable)\n is_mutable_array = variablelib.is_mutable_array(node)\n\n # only cache graph nodes, we don't add mutable arrays here\n # as they are added in the make_mutable_arraydef function\n if is_graph_node_ or is_variable:\n index = len(ref_index)\n ref_index[node] = index\n else:\n index = None\n\n def make_mutable_arraydef(value: variablelib.MutableArray):\n if value in ref_index:\n index = ref_index[value]\n return NodeRef(index), REPEATED\n else:\n index = len(ref_index)\n ref_index[value] = index\n output_value: NoUpdate | MutableArrayOutput | variablelib.MutableArray\n if ref_outer_index is not None:\n if value in ref_outer_index:\n outer_index = ref_outer_index[value]\n output_value = NO_UPDATE\n mutable_arraydef = MutableArrayDef(index=index, outer_index=outer_index)\n else:\n output_value = MutableArrayOutput(value[...])\n mutable_arraydef = MutableArrayDef(index=index, outer_index=None)\n else:\n output_value = value\n mutable_arraydef = MutableArrayDef(index=index, outer_index=None)\n return mutable_arraydef, output_value\n\n if is_variable:\n assert isinstance(node, Variable)\n assert index is not None\n inner_value = node.raw_value\n if variablelib.is_mutable_array(inner_value):\n mutable_arraydef, inner_value = make_mutable_arraydef(inner_value)\n else:\n mutable_arraydef = None\n if return_variables:\n leaf = node\n leaf.raw_value = inner_value\n elif path is None:\n leaf = inner_value\n else:\n leaf = node.to_state() # type: ignore[assignment]\n leaf.raw_value = inner_value\n\n variabledef = VariableDef(\n type=type(node),\n index=index,\n outer_index=ref_outer_index.get(node, None) if ref_outer_index else None,\n metadata=HashableMapping(node._var_metadata),\n mutable_arraydef=mutable_arraydef,\n )\n if type(inner_value) is not Repeated:\n assert not isinstance(leaf, Repeated)\n leaves.append(leaf)\n if path is not None:\n assert paths is not None\n paths.append(tuple(path))\n nodes.append(variabledef)\n return\n elif is_mutable_array:\n mutable_arraydef, leaf = make_mutable_arraydef(node) # type: ignore[arg-type]\n if not isinstance(leaf, Repeated):\n leaves.append(leaf)\n if path is not None:\n assert paths is not None\n paths.append(tuple(path))\n nodes.append(mutable_arraydef)\n return\n\n if node_impl is None:\n raise RuntimeError(f'Unsupported type: {type(node)}, this is a bug.')\n\n values, metadata = node_impl.flatten(node)\n num_attributes = len(values)\n nodedef = NodeDef(\n node_impl.type,\n index,\n ref_outer_index[node]\n if is_graph_node_ and ref_outer_index and node in ref_outer_index\n else None,\n num_attributes,\n metadata,\n )\n nodes.append(nodedef)\n\n for key, value in values:\n value_node_impl = get_node_impl(value)\n if path is not None:\n path.append(key)\n if value_node_impl is not None or isinstance(value, Variable):\n attributes.append((key, NODE_ATTR))\n _graph_flatten(\n value,\n value_node_impl,\n path,\n ref_index,\n ref_outer_index,\n nodes,\n attributes,\n leaves,\n paths,\n return_variables,\n )\n elif variablelib.is_mutable_array(value):\n attributes.append((key, MUTABLE_ARRAY_ATTR))\n mutable_arraydef, leaf = make_mutable_arraydef(value)\n if not isinstance(leaf, Repeated):\n leaves.append(leaf)\n if paths is not None:\n paths.append(tuple(path)) # type: ignore\n nodes.append(mutable_arraydef)\n elif isinstance(value, (jax.Array, np.ndarray)):\n attributes.append((key, ARRAY_ATTR))\n if paths is not None:\n paths.append(tuple(path)) # type: ignore\n leaves.append(value)\n else:\n attributes.append((key, Static(value)))\n\n if path is not None:\n path.pop()\n\n return\n\n\n@dataclasses.dataclass(slots=True)\nclass FingerprintContext:\n next_index: int\n\n\n# TODO(cgarciae): the actual fingerprint object is not being used,\n# only the traversal process is still relevant\ndef fingerprint(\n node,\n /,\n *,\n ref_index: RefMap | None = None,\n new_ref_index: RefMap | None = None,\n) -> list[tp.Hashable]:\n """""" """"""\n if ref_index is None:\n ref_index = RefMap()\n\n if new_ref_index is None:\n new_ref_index = RefMap()\n node_impl = get_node_impl(node)\n if node_impl is None:\n raise RuntimeError(f'Unsupported type: {type(node)}, this is a bug.')\n ctx = FingerprintContext(len(ref_index) + len(new_ref_index))\n fp: list[tp.Hashable] = []\n _graph_fingerprint(ctx, fp.append, node, node_impl, ref_index, new_ref_index)\n return fp\n\n\ndef _graph_fingerprint(\n ctx: FingerprintContext,\n append_fn: tp.Callable[[tp.Any], None],\n node,\n node_impl: NodeImpl[Node, Leaf, AuxData],\n ref_index: RefMap,\n new_ref_index: RefMap,\n):\n is_pytree_node_ = type(node_impl) is PytreeNodeImpl\n is_graph_node_ = type(node_impl) is GraphNodeImpl\n\n append_fn(type(node))\n\n if is_graph_node_:\n append_fn(id(node))\n if node in ref_index:\n append_fn(ref_index[node])\n return\n elif node in new_ref_index:\n append_fn(new_ref_index[node])\n return\n index = new_ref_index[node] = ctx.next_index\n ctx.next_index += 1\n else:\n index = -1\n\n values, metadata = node_impl.flatten(node)\n\n append_fn(index)\n append_fn(metadata)\n\n for key, value in values:\n value_node_impl = get_node_impl(value)\n append_fn(key)\n if value_node_impl is not None:\n _graph_fingerprint(\n ctx,\n append_fn,\n value,\n value_node_impl,\n ref_index,\n new_ref_index,\n )\n elif isinstance(value, Variable):\n append_fn(id(value))\n append_fn(type(value))\n if value in ref_index:\n append_fn(ref_index[value])\n elif value in new_ref_index:\n append_fn(new_ref_index[value])\n else:\n variable_index = new_ref_index[value] = ctx.next_index\n ctx.next_index += 1\n append_fn(variable_index)\n for key_value in value._var_metadata.items():\n append_fn(key_value)\n elif not isinstance(value, (jax.Array, np.ndarray)):\n append_fn(value)\n\n\ndef check_fingerprint(\n node,\n fp: list[tp.Hashable],\n /,\n *,\n ref_index: RefMap | None = None,\n new_ref_index: RefMap | None = None,\n) -> bool:\n """""" """"""\n if ref_index is None:\n ref_index = RefMap()\n\n if new_ref_index is None:\n new_ref_index = RefMap()\n node_impl = get_node_impl(node)\n if node_impl is None:\n raise RuntimeError(f'Unsupported type: {type(node)}, this is a bug.')\n ctx = FingerprintContext(len(ref_index) + len(new_ref_index))\n fp_matches = _check_graph_fingerprint(\n ctx, iter(fp), node, node_impl, ref_index, new_ref_index\n )\n return fp_matches\n\n\ndef _check_graph_fingerprint(\n ctx: FingerprintContext,\n fp_iterator: tp.Iterator[tp.Hashable],\n node,\n node_impl: NodeImpl[Node, Leaf, AuxData],\n ref_index: RefMap,\n new_ref_index: RefMap,\n) -> bool:\n is_pytree_node_ = type(node_impl) is PytreeNodeImpl\n is_graph_node_ = type(node_impl) is GraphNodeImpl\n\n if type(node) != next(fp_iterator):\n return False\n\n if is_graph_node_:\n # append_fn(id(node))\n if id(node) != next(fp_iterator):\n return False\n if node in ref_index:\n # append_fn(ref_index[node])\n return ref_index[node] == next(fp_iterator)\n elif node in new_ref_index:\n # append_fn(new_ref_index[node])\n return new_ref_index[node] == next(fp_iterator)\n index = new_ref_index[node] = ctx.next_index\n ctx.next_index += 1\n else:\n index = -1\n\n values, metadata = node_impl.flatten(node)\n\n # append_fn(index)\n if index != next(fp_iterator):\n return False\n # append_fn(metadata)\n if metadata != next(fp_iterator):\n return False\n\n for key, value in values:\n value_node_impl = get_node_impl(value)\n # append_fn(key)\n if key != next(fp_iterator):\n return False\n if value_node_impl is not None:\n if not _check_graph_fingerprint(\n ctx,\n fp_iterator,\n value,\n value_node_impl,\n ref_index,\n new_ref_index,\n ):\n return False\n elif isinstance(value, Variable):\n # append_fn(id(value))\n if id(value) != next(fp_iterator):\n return False\n # append_fn(type(value))\n if type(value) != next(fp_iterator):\n return False\n if value in ref_index:\n # append_fn(ref_index[value])\n if ref_index[value] != next(fp_iterator):\n return False\n elif value in new_ref_index:\n # append_fn(new_ref_index[value])\n if new_ref_index[value] != next(fp_iterator):\n return False\n else:\n variable_index = new_ref_index[value] = ctx.next_index\n ctx.next_index += 1\n # append_fn(variable_index)\n if variable_index != next(fp_iterator):\n return False\n for key_value in value._var_metadata.items():\n # append_fn(key_value)\n if key_value != next(fp_iterator):\n return False\n else:\n if isinstance(value, (jax.Array, np.ndarray)):\n raise ValueError(f'Arrays leaves are not supported: {value}')\n # append_fn(value)\n if value != next(fp_iterator):\n return False\n\n return True\n\n\ndef _get_sorted_leaves(\n xs: tp.Mapping[tp.Any, tp.Any],\n) -> list[tp.Any]:\n if not isinstance(xs, tp.Mapping): # type: ignore\n raise TypeError(f'expected Mapping; got {type(xs).__qualname__}')\n leaves: list[tp.Any] = []\n\n def _flatten(xs):\n if not isinstance(xs, tp.Mapping):\n leaves.append(xs)\n else:\n for _, value in sorted(xs.items()):\n _flatten(value)\n\n _flatten(xs)\n return leaves\n\n\ndef unflatten( # type: ignore[invalid-annotation]\n graphdef: GraphDef[Node],\n state: State[Key, tp.Any] | FlatState[tp.Any] | list[tp.Any],\n /,\n *,\n index_ref: IndexMap | None = None,\n outer_index_outer_ref: IndexMap | None = None,\n) -> Node:\n """"""Unflattens a graphdef into a node with the given state.\n\n Args:\n graphdef: A GraphDef instance.\n state: A State instance.\n index_ref: A mapping from indexes to nodes references found during the graph\n traversal, defaults to None. If not provided, a new empty dictionary is\n created. This argument can be used to unflatten a sequence of (graphdef, state)\n pairs that share the same index space.\n index_ref_cache: A mapping from indexes to existing nodes that can be reused.\n When an reference is reused, ``GraphNodeImpl.clear`` is called to leave the\n object in an empty state and then filled by the unflatten process, as a result\n existing graph nodes are mutated to have the new content/topology\n specified by the graphdef.\n """"""\n if isinstance(state, (State, dict)):\n leaves = _get_sorted_leaves(state)\n elif isinstance(state, FlatState):\n leaves = state.leaves\n elif isinstance(state, list): # type: ignore\n leaves = state\n else:\n raise ValueError(f'Unsupported state type: {type(state)}')\n if index_ref is None:\n index_ref = IndexMap()\n\n if len(leaves) != graphdef.num_leaves:\n raise ValueError(\n f'Incorrect number of leaves, expected {graphdef.num_leaves} leaves, but got {len(leaves)}.'\n )\n\n if isinstance(nodedef := graphdef.nodes[0], NodeRef):\n node = index_ref[nodedef.index]\n else:\n node_iter = iter(graphdef.nodes)\n attribute_iter = iter(graphdef.attributes)\n leaves_iter = iter(leaves)\n nodedef = next(node_iter)\n assert not isinstance(nodedef, NodeRef)\n if isinstance(nodedef, MutableArrayDef):\n node_impl = None\n else:\n node_impl = get_node_impl_for_type(nodedef.type)\n node = _graph_unflatten(\n nodedef,\n node_impl,\n node_iter,\n attribute_iter,\n leaves_iter,\n index_ref,\n outer_index_outer_ref,\n )\n\n try:\n next(leaves_iter)\n except StopIteration:\n pass\n else:\n raise ValueError('Incorrect number of leaves in state.')\n\n return node\n\n\ndef _graph_unflatten(\n nodedef: NodeDefType[Node],\n node_impl: NodeImpl[Node, Leaf, AuxData] | None,\n node_iter: tp.Iterator[NodeDefType[Node]],\n attribute_iter: tp.Iterator[tuple[Key, AttrType]],\n leaves_iter: tp.Iterator[tp.Any],\n index_ref: IndexMap,\n outer_index_outer_ref: IndexMap | None,\n) -> Node:\n """"""Recursive helper for graph_unflatten.\n\n Args:\n nodedef: A GraphDef instance or an index to a node in the cache.\n state: A mapping from attribute names to variables or subgraphs.\n index_to_ref: A mapping from indexes to nodes that have been traversed.\n If a node is already in the cache, it won't be traversed again.\n index_ref_cache: A mapping from indexes to existing nodes that can be reused.\n When an reference is reused, ``GraphNodeImpl.clear`` is called to leave the\n object in an empty state and then filled by the unflatten process, as a result\n existing graph nodes are mutated to have the new content/topology\n specified by the nodedef.\n """"""\n\n def get_mutable_array(mutable_arraydef: MutableArrayDef, leaf):\n assert type(mutable_arraydef) is MutableArrayDef\n if (\n outer_index_outer_ref is not None\n and mutable_arraydef.outer_index is not None\n and mutable_arraydef.outer_index in outer_index_outer_ref\n ):\n # if mutable array exists, update it\n mutable_array = outer_index_outer_ref[mutable_arraydef.outer_index]\n if not variablelib.is_mutable_array(mutable_array):\n raise RuntimeError(\n f'Expected a MutableArray type but got {mutable_array}.'\n )\n if type(leaf) is not NoUpdate:\n raise RuntimeError(\n f'Expected a no update for MutableArray but got {leaf}.'\n )\n elif type(leaf) in (NoUpdate, Repeated):\n raise ValueError(\n 'Expected a MutableArrayOutput type but got ' f""'{leaf.value}.'""\n )\n elif type(leaf) is MutableArrayOutput:\n mutable_array = variablelib.mutable_array(leaf.value)\n elif variablelib.is_mutable_array(leaf):\n mutable_array = leaf\n elif isinstance(leaf, jax.Array):\n # here we allow merging frozen arrays and will not create a new mutable array\n mutable_array = leaf\n else:\n raise ValueError(f'Found unexpected type for MutableArray, got {leaf}')\n\n index_ref[mutable_arraydef.index] = mutable_array\n return mutable_array\n\n if type(nodedef) is NodeRef:\n return index_ref[nodedef.index]\n\n if type(nodedef) is VariableDef:\n variabledef = tp.cast(VariableDef[Variable], nodedef)\n # its a unseen variable, create a new one\n\n if variabledef.mutable_arraydef is not None:\n if type(variabledef.mutable_arraydef) is NodeRef:\n value = index_ref[variabledef.mutable_arraydef.index]\n else:\n value = next(leaves_iter)\n assert type(variabledef.mutable_arraydef) is MutableArrayDef\n if isinstance(value, Variable | VariableState):\n inner_value = value.raw_value\n mutable_array = get_mutable_array(\n variabledef.mutable_arraydef, inner_value\n )\n value.raw_value = mutable_array\n else:\n # if value is an array or mutable array, we need call get_mutable_array\n # to register it in the index_ref\n value = get_mutable_array(variabledef.mutable_arraydef, value)\n else:\n value = next(leaves_iter)\n\n # when idxmap is present, check if the Varable exists there\n # and update existing variables if it does\n if (\n outer_index_outer_ref is not None\n and variabledef.outer_index is not None\n and variabledef.outer_index in outer_index_outer_ref\n ):\n # if variable exists, update it\n variable = outer_index_outer_ref[variabledef.outer_index]\n if not isinstance(variable, Variable):\n raise ValueError(f'Expected a Variable type but got {type(variable)}.')\n elif isinstance(value, Variable):\n raise ValueError(\n f'Cannot unflatten flat_state containing Variables when using `outer_index_outer_ref`. '\n f'Got {value!r}'\n )\n elif isinstance(value, VariableState):\n variable.update_from_state(value)\n else:\n variable.raw_value = value\n else: # variabledef.index not in index_ref_cache\n # variable reference does not exist outside, create a new one\n if isinstance(value, Variable):\n variable = value\n elif isinstance(value, VariableState):\n variable = value.to_variable()\n else:\n variable = variabledef.type.from_metadata(\n value, dict(variabledef.metadata)\n )\n index_ref[variabledef.index] = variable\n return variable # type: ignore[return-value]\n\n if type(nodedef) is MutableArrayDef:\n leaf = next(leaves_iter)\n mutable_array = get_mutable_array(nodedef, leaf)\n return mutable_array # type: ignore[return-value]\n\n assert type(nodedef) is NodeDef\n if node_impl is None:\n raise RuntimeError(f'Unsupported type: {nodedef.type}, this is a bug.')\n if nodedef.index is not None and nodedef.index in index_ref:\n raise RuntimeError(f'GraphDef index {nodedef.index} already used.')\n\n def _get_children() -> list[tuple[Key, tp.Any]]:\n children: list[tuple[Key, LeafType | Node]] = [] # type: ignore[invalid-annotation]\n\n assert type(nodedef) is NodeDef\n for _ in range(nodedef.num_attributes):\n key, value = next(attribute_iter)\n if type(value) is Static:\n children.append((key, value.value)) # type: ignore[attribute-error]\n elif type(value) is MutableArrayAttr:\n mutable_arraydef = next(node_iter)\n assert (\n type(mutable_arraydef) is MutableArrayDef\n or type(mutable_arraydef) is NodeRef\n )\n if type(mutable_arraydef) is NodeRef:\n mutable_array = index_ref[mutable_arraydef.index]\n else:\n assert type(mutable_arraydef) is MutableArrayDef\n leaf = next(leaves_iter)\n mutable_array = get_mutable_array(mutable_arraydef, leaf)\n children.append((key, mutable_array))\n elif type(value) is ArrayAttr:\n array = next(leaves_iter)\n children.append((key, array))\n elif type(value) is NodeRef:\n children.append((key, index_ref[value.index])) # type: ignore[attribute-error]\n elif type(value) is NodeAttr:\n # if the key is a subgraph we create an empty node\n subgraphdef = next(node_iter)\n if type(subgraphdef) is NodeDef:\n value_node_impl = get_node_impl_for_type(subgraphdef.type) # type: ignore[attribute-error]\n else:\n value_node_impl = None\n subnode = _graph_unflatten(\n subgraphdef,\n value_node_impl,\n node_iter,\n attribute_iter,\n leaves_iter,\n index_ref,\n outer_index_outer_ref,\n )\n children.append((key, subnode))\n else:\n raise RuntimeError(f'Unknown static field: {key!r}')\n\n return children\n\n if isinstance(node_impl, GraphNodeImpl):\n # we create an empty node first and add it to the index\n # this avoids infinite recursion when there is a reference cycle\n assert type(nodedef) is NodeDef\n if (\n outer_index_outer_ref is not None\n and nodedef.outer_index is not None\n and nodedef.outer_index in outer_index_outer_ref\n ):\n node = outer_index_outer_ref[nodedef.outer_index]\n if type(node) != nodedef.type:\n raise ValueError(\n f'Expected a node of type {nodedef.type} for index '\n f'{nodedef.index}, but got a node of type {type(node)}.'\n )\n node_impl.clear(node)\n else:\n node = node_impl.create_empty(nodedef.metadata)\n assert nodedef.index is not None\n index_ref[nodedef.index] = node\n node_impl.init(node, _get_children())\n else:\n # if the node type does not support the creation of an empty object it means\n # that it cannot reference itself, so we can create its children first\n node = node_impl.unflatten(_get_children(), nodedef.metadata)\n\n return node\n\n\ndef graph_pop(\n node: tp.Any,\n filters: tuple[filterlib.Filter, ...],\n) -> tuple[GraphState, ...]:\n id_to_index: dict[int, Index] = {}\n path_parts: PathParts = ()\n predicates = tuple(filterlib.to_predicate(filter) for filter in filters)\n flat_states: tuple[dict[PathParts, LeafType], ...] = tuple(\n {} for _ in predicates\n )\n _graph_pop(node, id_to_index, path_parts, flat_states, predicates)\n return tuple(\n statelib.from_flat_state(flat_state) for flat_state in flat_states\n )\n\n\ndef _graph_pop(\n node: tp.Any,\n id_to_index: dict[int, Index],\n path_parts: PathParts,\n flat_states: tuple[dict[PathParts, LeafType], ...],\n predicates: tuple[filterlib.Predicate, ...],\n) -> None:\n if not is_node(node):\n raise RuntimeError(f'Unsupported type: {type(node)}, this is a bug.')\n\n if id(node) in id_to_index:\n return\n\n id_to_index[id(node)] = len(id_to_index)\n node_impl = get_node_impl(node)\n if node_impl is None:\n raise TypeError(f'Unknown node type: {type(node)}')\n node_dict = node_impl.node_dict(node)\n\n for name, value in node_dict.items():\n if is_node(value):\n _graph_pop(\n node=value,\n id_to_index=id_to_index,\n path_parts=(*path_parts, name),\n flat_states=flat_states,\n predicates=predicates,\n )\n continue\n elif not is_node_leaf(value):\n continue\n elif id(value) in id_to_index:\n continue\n\n node_path = (*path_parts, name)\n node_impl = get_node_impl(node)\n if node_impl is None:\n raise TypeError(f'Unknown node type: {type(node)}')\n\n for state, predicate in zip(flat_states, predicates):\n if predicate(node_path, value):\n if isinstance(node_impl, PytreeNodeImpl):\n raise ValueError(\n f'Cannot pop key {name!r} from node of type {type(node).__name__}'\n )\n id_to_index[id(value)] = len(id_to_index)\n node_impl.pop_key(node, name)\n if isinstance(value, Variable):\n value = value.to_state()\n state[node_path] = value # type: ignore[index] # mypy is wrong here?\n break\n else:\n # NOTE: should we raise an error here?\n pass\n\n\ndef _graph_update_dynamic(node: tp.Any, state: tp.Mapping[KeyT, tp.Any]):\n def _update_variable(node: Variable, value):\n if isinstance(value, VariableState):\n # updated from VariableState\n node.update_from_state(value)\n else:\n # updated from raw value\n if isinstance(value, State) and not value:\n # NOTE: this is a special case when trying to update a Variable from state\n # created when flattening into a NodeRef, which creates an empty State. This\n # can happen when using standalone Variables with `grad`\n pass\n else:\n node.raw_value = value\n\n if isinstance(node, Variable):\n _update_variable(node, state)\n return\n\n if not is_node(node):\n raise RuntimeError(f'Unsupported type: {type(node)}')\n\n node_impl = get_node_impl(node)\n if node_impl is None:\n raise TypeError(f'Unknown node type: {type(node)}')\n node_dict = node_impl.node_dict(node)\n for key, value in state.items():\n # case 1: new state is being added\n if key not in node_dict:\n if isinstance(node_impl, PytreeNodeImpl):\n raise ValueError(\n f'Cannot set key {key!r} on immutable node of '\n f'type {type(node).__name__}'\n )\n if isinstance(value, Variable):\n value = value.copy()\n node_impl.set_key(node, key, value)\n continue\n\n current_value = node_dict[key]\n\n # case 2: subgraph is being updated\n if is_node(current_value):\n if is_node_leaf(value):\n raise ValueError(f'Expected a subgraph for {key!r}, but got: {value!r}')\n _graph_update_dynamic(current_value, value)\n else:\n if isinstance(current_value, jax.Array | np.ndarray):\n if isinstance(node_impl, PytreeNodeImpl):\n raise ValueError(\n f'Cannot set key {key!r} on immutable node of '\n f'type {type(node).__name__}'\n )\n node_impl.set_key(node, key, value)\n continue\n elif not isinstance(current_value, Variable):\n # case 3: state leaf is being updated\n raise ValueError(\n f'Trying to update a non-Variable attribute {key!r} with a Variable: '\n f'{value!r}'\n )\n _update_variable(current_value, value)\n\n\n# --------------------------------------------------------\n# UpdateContext\n# --------------------------------------------------------\n\n\nclass StaticCache(tp.NamedTuple):\n graphdef: GraphDef[tp.Any]\n final_graphdef: GraphDef[tp.Any]\n paths: tuple[PathParts, ...]\n variables: list[Variable[tp.Any]]\n new_ref_index: RefMap\n new_index_ref: IndexMap\n\n @staticmethod\n def create(\n graphdef: GraphDef[tp.Any],\n paths: tuple[PathParts, ...],\n variables: list[Variable[tp.Any]],\n new_ref_index: RefMap,\n ):\n new_index_ref = IndexMap.from_refmap(new_ref_index)\n final_graphdef: GraphDef[tp.Any]\n final_graphdef = graphdef.with_same_outer_index()\n return StaticCache(\n graphdef=graphdef,\n final_graphdef=final_graphdef,\n paths=paths,\n variables=variables,\n new_ref_index=new_ref_index,\n new_index_ref=new_index_ref,\n )\n\n\n@dataclasses.dataclass\nclass GraphContext(threading.local):\n update_context_stacks: dict[tp.Hashable, list[UpdateContext]] = (\n dataclasses.field(default_factory=dict)\n )\n ref_index_stack: list[SplitContext] = dataclasses.field(default_factory=list)\n index_ref_stack: list[MergeContext] = dataclasses.field(default_factory=list)\n tmp_static_cache: tp.MutableMapping[tp.Any, StaticCache] | None = None\n caching: bool = False\n\n\nGRAPH_CONTEXT = GraphContext()\n\n\n@contextlib.contextmanager\ndef static_cache(static_cache: tp.MutableMapping[tp.Any, StaticCache]):\n if GRAPH_CONTEXT.caching:\n yield\n return\n\n GRAPH_CONTEXT.tmp_static_cache = static_cache\n\n try:\n yield\n finally:\n if GRAPH_CONTEXT.tmp_static_cache is not None:\n raise ValueError(\n 'GRAPH_CONTEXT.tmp_static_cache should be None, no context consumed it.'\n )\n\n\ndef _cached_partial(f: tp.Callable[..., tp.Any], *cached_args):\n """"""Create a partial from a NNX transformed function alog with some cached input arguments\n and reduces the python overhead by caching the traversal of NNX graph nodes. This is useful\n for speed up function that are called repeatedly with the same subset of inputs e.g. a\n ``train_step`` with a ``model`` and ``optimizer``::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n >>> import optax\n ...\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> optimizer = nnx.Optimizer(model, optax.adamw(1e-3))\n ...\n >>> @nnx.jit\n ... def train_step(model, optimizer, x, y):\n ... def loss_fn(model):\n ... return jnp.mean((model(x) - y) ** 2)\n ...\n ... loss, grads = nnx.value_and_grad(loss_fn)(model)\n ... optimizer.update(grads)\n ... return loss\n ...\n >>> cached_train_step = nnx.cached_partial(train_step, model, optimizer)\n ...\n >>> for step in range(total_steps:=2):\n ... x, y = jnp.ones((10, 2)), jnp.ones((10, 3))\n ... # loss = train_step(model, optimizer, x, y)\n ... loss = cached_train_step(x, y)\n ... print(f'Step {step}: loss={loss:.3f}')\n Step 0: loss=2.669\n Step 1: loss=2.660\n\n Note that ``cached_partial`` will clone all cached graph nodes to gurantee the validity\n of the cache, and these clones will contain references to the same Variable objects\n which guarantees that state is propagated correctly back to the original graph nodes.\n Because of the previous, the final structure of all graph nodes must be the same\n after each call to the cached function, otherswise an error will be raised. Temporary\n mutations are allowed (e.g. the use of ``Module.sow``) as long as they are cleaned up before\n the function returns (e.g. via ``nnx.pop``).\n\n Args:\n f: A function to cache.\n *cached_args: A subset of the input arguments containing the graph nodes to cache.\n\n Returns:\n A partial function expecting the remaining arguments to the original function.\n """"""\n cache: tp.MutableMapping[tp.Any, StaticCache] = PythonRefMap() # type: ignore\n original_ref_index: RefMap = RefMap()\n index_ref: IndexMap = IndexMap()\n cached_ref_index: RefMap = RefMap()\n\n def create_static_cache(x):\n # TODO(cgarciae): support Array attribute updates for graph nodes\n if is_graph_node(x) or isinstance(x, Variable):\n graphdef, flat_state = flatten(\n x, with_paths=True, return_variables=True, ref_index=original_ref_index\n )\n paths = flat_state.paths\n variables = flat_state.leaves\n # clone but keep the same variable references\n node_cache = unflatten(graphdef, flat_state, index_ref=index_ref)\n cached_new_ref_index = RefMap()\n _fp = fingerprint(\n node_cache,\n ref_index=cached_ref_index,\n new_ref_index=cached_new_ref_index,\n )\n cached_ref_index.update(cached_new_ref_index)\n cache[node_cache] = StaticCache.create(\n graphdef, paths, variables, cached_new_ref_index\n )\n return node_cache\n return x\n\n cached_args = jax.tree.map(create_static_cache, cached_args)\n\n @functools.wraps(f)\n def cache_args_wrapper(*args, **kwargs):\n with static_cache(cache):\n return f(*cached_args, *args, **kwargs)\n\n return cache_args_wrapper\n\n\nif tp.TYPE_CHECKING:\n cached_partial = functools.partial\nelse:\n cached_partial = _cached_partial\n\n\n@dataclasses.dataclass\nclass SplitContext:\n ctxtag: tp.Hashable | None\n ref_index: RefMap\n is_inner: bool | None\n\n @tp.overload\n def split(self, graph_node: A, /) -> tuple[GraphDef[A], GraphState]: ... # type: ignore[invalid-annotation]\n\n @tp.overload\n def split( # type: ignore[invalid-annotation]\n self, graph_node: A, first: filterlib.Filter, /\n ) -> tuple[GraphDef[A], GraphState]: ...\n\n @tp.overload\n def split(\n self,\n graph_node: A,\n first: filterlib.Filter,\n second: filterlib.Filter,\n /,\n *filters: filterlib.Filter,\n ) -> tuple[GraphDef[A], GraphState, tpe.Unpack[tuple[GraphState, ...]]]: ... # type: ignore[not-supported-yet]\n\n def split(\n self, node: A, *filters: filterlib.Filter\n ) -> tuple[GraphDef[A], tpe.Unpack[tuple[GraphState, ...]]]: # type: ignore[not-supported-yet]\n ctx = (\n current_update_context(self.ctxtag) if self.ctxtag is not None else None\n )\n inner_ref_outer_index = (\n ctx.inner_ref_outer_index if ctx and ctx.inner_ref_outer_index else None\n )\n graphdef, flat_state = flatten(\n node, ref_index=self.ref_index, ref_outer_index=inner_ref_outer_index\n )\n flat_states = _split_state(flat_state, filters)\n states = _to_nested_state(graphdef, flat_states)\n\n return graphdef, *states\n\n @tp.overload\n def flatten( # type: ignore[invalid-annotation]\n self,\n graph_node: A,\n /,\n *,\n with_paths: tp.Literal[False],\n ) -> tuple[GraphDef[A], list[tp.Any]]: ...\n\n @tp.overload\n def flatten( # type: ignore[invalid-annotation]\n self,\n graph_node: A,\n /,\n ) -> tuple[GraphDef[A], FlatState[VariableState[tp.Any]]]: ...\n\n @tp.overload\n def flatten( # type: ignore[invalid-annotation]\n self,\n graph_node: A,\n first: filterlib.Filter,\n /,\n ) -> tuple[GraphDef[A], FlatState[VariableState[tp.Any]]]: ...\n\n @tp.overload\n def flatten( # type: ignore[invalid-annotation]\n self,\n graph_node: A,\n first: filterlib.Filter,\n second: filterlib.Filter,\n /,\n *filters: filterlib.Filter,\n ) -> tuple[\n GraphDef[A],\n FlatState[VariableState[tp.Any]],\n tpe.Unpack[tuple[FlatState[VariableState[tp.Any]], ...]],\n ]: ...\n\n def flatten( # type: ignore[invalid-annotation]\n self,\n node: A,\n *filters: filterlib.Filter,\n with_paths: bool = True,\n ) -> tuple[\n GraphDef[A],\n FlatState[VariableState[tp.Any]] | list[tp.Any],\n tpe.Unpack[tuple[FlatState[VariableState[tp.Any]], ...]],\n ]:\n if not with_paths and filters:\n raise ValueError('Cannot use filters with with_paths=False')\n\n ctx = (\n current_update_context(self.ctxtag) if self.ctxtag is not None else None\n )\n static_cache = (\n ctx.static_cache if ctx is not None and self.is_inner is False else None\n )\n ref_outer_index = (\n ctx.inner_ref_outer_index if ctx and ctx.inner_ref_outer_index else None\n )\n flat_state: (\n FlatState[VariableState[tp.Any]]\n | FlatState[Variable[tp.Any]]\n | list[tp.Any]\n )\n leaves: list[tp.Any]\n if node in self.ref_index:\n # node is already in the ref_index, call flatten which will return a NodeRef\n graphdef, flat_state = flatten(\n node,\n ref_index=self.ref_index,\n ref_outer_index=ref_outer_index,\n with_paths=with_paths,\n )\n if with_paths:\n assert isinstance(flat_state, FlatState)\n paths = flat_state.paths\n leaves = flat_state.leaves\n else:\n assert isinstance(flat_state, list)\n paths = None\n leaves = flat_state\n elif static_cache is not None and node in static_cache:\n node_static_cache = static_cache[node]\n graphdef = node_static_cache.graphdef\n # add the new references to the ref_index\n self.ref_index.update(node_static_cache.new_ref_index)\n\n if with_paths:\n paths = node_static_cache.paths\n leaves = [\n variable.to_state() for variable in node_static_cache.variables\n ]\n else:\n paths = None\n leaves = [\n variable.raw_value for variable in node_static_cache.variables\n ]\n else:\n graphdef, flat_state = flatten(\n node,\n ref_index=self.ref_index,\n ref_outer_index=ref_outer_index,\n with_paths=with_paths,\n )\n if with_paths:\n assert isinstance(flat_state, FlatState)\n paths = flat_state.paths\n leaves = flat_state.leaves\n else:\n assert isinstance(flat_state, list)\n paths = None\n leaves = flat_state\n\n if with_paths:\n assert paths is not None\n flat_state = FlatState.from_sorted_keys_values(paths, leaves)\n flat_states = _split_state(flat_state, filters)\n return graphdef, *flat_states # type: ignore[bad-return-type]\n else:\n return graphdef, leaves\n\n\n@contextlib.contextmanager\ndef split_context(ctxtag: tp.Hashable | None = None):\n ctx = current_update_context(ctxtag) if ctxtag is not None else None\n is_inner = ctx.outer_ref_outer_index is not None if ctx is not None else None\n GRAPH_CONTEXT.ref_index_stack.append(SplitContext(ctxtag, RefMap(), is_inner))\n\n try:\n yield GRAPH_CONTEXT.ref_index_stack[-1]\n finally:\n flatten_ctx = GRAPH_CONTEXT.ref_index_stack.pop()\n if ctxtag is not None:\n ctx = current_update_context(ctxtag)\n ctx.flatten_end(flatten_ctx.ref_index)\n del flatten_ctx.ref_index\n del flatten_ctx.ctxtag\n\n\n@dataclasses.dataclass\nclass MergeContext:\n ctxtag: tp.Hashable | None\n index_ref: IndexMap\n is_inner: bool | None\n\n def merge( # type: ignore[invalid-annotation]\n self,\n graphdef: GraphDef[A],\n state: GraphState | VariableState,\n /,\n *states: GraphState | VariableState,\n ) -> A:\n ctx = (\n current_update_context(self.ctxtag) if self.ctxtag is not None else None\n )\n outer_index_outer_ref = (\n ctx.outer_index_outer_ref if ctx and ctx.outer_index_outer_ref else None\n )\n\n _state = _merge_to_flat_state((state, *states))\n node = unflatten(\n graphdef,\n _state,\n index_ref=self.index_ref,\n outer_index_outer_ref=outer_index_outer_ref,\n )\n return node\n\n def unflatten( # type: ignore[invalid-annotation]\n self,\n graphdef: GraphDef[A],\n flat_state: GraphFlatState | list[tp.Any],\n /,\n *flat_states: GraphFlatState,\n ) -> A:\n ctx = (\n current_update_context(self.ctxtag) if self.ctxtag is not None else None\n )\n static_cache = (\n ctx.static_cache if ctx is not None and self.is_inner is False else None\n )\n state: FlatState[tp.Any] | list[tp.Any]\n if type(flat_state) is list:\n if flat_states:\n raise ValueError(\n 'Cannot use multiple flat_states when flat_state is a list, '\n f'got flat_state: {flat_state!r}, flat_states: {flat_states!r}'\n )\n state = flat_state\n else:\n state = FlatState.merge(flat_state, *flat_states)\n\n if type(graphdef.nodes[0]) is NodeRef:\n node = unflatten(\n graphdef,\n state,\n index_ref=self.index_ref,\n )\n\n elif static_cache is not None:\n assert isinstance(graphdef.nodes[0], NodeDef)\n assert ctx is not None\n if (outer_index := graphdef.nodes[0].outer_index) is not None:\n outer_index_outer_ref = ctx.outer_index_outer_ref\n assert outer_index_outer_ref is not None\n node = outer_index_outer_ref[outer_index]\n\n if node in static_cache:\n static_cache_node = static_cache[node]\n if static_cache_node.final_graphdef != graphdef:\n raise ValueError(\n 'The graph structure of a node added to cached_partial was mutated inside the transformation, '\n f'this is not allowed.\nNode: {node}\nOuput graphdef: {graphdef}\nExpected graphdef: {static_cache_node.final_graphdef}'\n )\n if type(state) is list:\n leaves = state\n elif type(state) is FlatState:\n leaves = state.leaves\n else:\n raise ValueError(f'Unsupported state type: {type(state)}')\n\n if len(leaves) != len(static_cache_node.variables):\n raise ValueError(\n f'Incorrect number of leaves: expected {len(static_cache_node.variables)} '\n f'leaves in the state, got {len(leaves)}'\n )\n for variable, leaf in zip(static_cache_node.variables, leaves):\n if type(leaf) is VariableState:\n variable.update_from_state(leaf)\n else:\n variable.raw_value = leaf\n self.index_ref.update(static_cache_node.new_index_ref)\n else:\n # uncached node, create it\n node = unflatten(\n graphdef,\n state,\n index_ref=self.index_ref,\n outer_index_outer_ref=outer_index_outer_ref,\n )\n else: # graphdef.outer_index is None\n # its a new node, create it\n node = unflatten(\n graphdef,\n state,\n index_ref=self.index_ref,\n )\n else:\n outer_index_outer_ref = (\n ctx.outer_index_outer_ref if ctx and ctx.outer_index_outer_ref else None\n )\n node = unflatten(\n graphdef,\n state,\n index_ref=self.index_ref,\n outer_index_outer_ref=outer_index_outer_ref,\n )\n return node\n\n\n@tp.overload\n@contextlib.contextmanager\ndef merge_context() -> tp.Generator[MergeContext, None, None]: ... # type: ignore[bad-return-type]\n@tp.overload\n@contextlib.contextmanager\ndef merge_context(\n ctxtag: tp.Hashable | None, inner: bool | None\n) -> tp.Generator[MergeContext, None, None]: ... # type: ignore[bad-return-type]\n@contextlib.contextmanager\ndef merge_context(ctxtag: tp.Hashable | None = None, inner: bool | None = None):\n GRAPH_CONTEXT.index_ref_stack.append(MergeContext(ctxtag, IndexMap(), inner))\n\n try:\n yield GRAPH_CONTEXT.index_ref_stack[-1]\n finally:\n unflatten_ctx = GRAPH_CONTEXT.index_ref_stack.pop()\n index_ref = unflatten_ctx.index_ref\n if ctxtag is not None:\n if inner is None:\n raise ValueError('inner_merge must be specified when using ctxtag')\n ctx = current_update_context(ctxtag)\n ctx.unflatten_end(index_ref, inner)\n del unflatten_ctx.index_ref\n del unflatten_ctx.ctxtag\n\n\n@jax.tree_util.register_static\n@dataclasses.dataclass\nclass UpdateContext:\n """"""A context manager for handling complex state updates.""""""\n\n tag: tp.Hashable\n outer_ref_outer_index: RefMap | None\n outer_index_inner_ref: IndexMap | None\n # reverse caches\n outer_index_outer_ref: IndexMap | None\n inner_ref_outer_index: RefMap | None\n static_cache: tp.MutableMapping[tp.Any, StaticCache] | None\n\n # define hash and eq to make this an opaque object\n def __hash__(self):\n return 0\n\n def __eq__(self, other):\n return isinstance(other, UpdateContext)\n\n def flatten_end(self, ref_index: RefMap):\n if self.outer_ref_outer_index is None:\n # outer split (1), store the references\n self.outer_ref_outer_index = ref_index\n self.outer_index_outer_ref = IndexMap.from_refmap(\n self.outer_ref_outer_index\n )\n else:\n # inner split (3), clear index_ref\n self.outer_index_inner_ref = None\n self.inner_ref_outer_index = None\n\n def unflatten_end(self, index_ref: IndexMap, inner_merge: bool):\n if inner_merge:\n # inner merge (2)\n self.outer_index_inner_ref = index_ref\n self.inner_ref_outer_index = RefMap.from_indexmap(index_ref)\n\n\n@dataclasses.dataclass\nclass UpdateContextManager:\n tag: tp.Hashable\n\n def __enter__(self):\n if GRAPH_CONTEXT.tmp_static_cache is not None:\n # take current static cache\n static_cache = GRAPH_CONTEXT.tmp_static_cache\n GRAPH_CONTEXT.tmp_static_cache = None\n else:\n static_cache = None\n ctx = UpdateContext(\n tag=self.tag,\n outer_ref_outer_index=None,\n outer_index_inner_ref=None,\n outer_index_outer_ref=None,\n inner_ref_outer_index=None,\n static_cache=static_cache,\n )\n if self.tag not in GRAPH_CONTEXT.update_context_stacks:\n GRAPH_CONTEXT.update_context_stacks[self.tag] = [ctx]\n else:\n GRAPH_CONTEXT.update_context_stacks[self.tag].append(ctx)\n return ctx\n\n def __exit__(self, *args):\n if self.tag not in GRAPH_CONTEXT.update_context_stacks:\n raise RuntimeError(\n f'No update context found for tag {self.tag!r}, this is a bug.'\n )\n stack = GRAPH_CONTEXT.update_context_stacks[self.tag]\n\n ctx = stack.pop()\n # clear references\n del ctx.outer_ref_outer_index\n del ctx.outer_index_inner_ref\n del ctx.outer_index_outer_ref\n del ctx.inner_ref_outer_index\n\n if not stack:\n del GRAPH_CONTEXT.update_context_stacks[self.tag]\n\n def __call__(self, f: F) -> F:\n @functools.wraps(f)\n def update_context_manager_wrapper(*args, **kwargs):\n with self:\n return f(*args, **kwargs)\n\n return update_context_manager_wrapper # type: ignore\n\n\ndef update_context(tag: tp.Hashable):\n """"""Creates an :class:`UpdateContext` context manager which can be used to handle\n more complex state updates beyond what ``nnx.update`` can handle, including\n updates to static properties and graph structure.\n\n UpdateContext exposes a ``split`` and ``merge`` API with the same\n signature as ``nnx.split`` / ``nnx.merge`` but performs some bookkeeping\n to have the necessary information in order to perfectly update the input\n objects based on the changes made inside the transform. The UpdateContext\n must call split and merge a total of 4 times, the first\n and last calls happen outside the transform and the second and third calls\n happen inside the transform as shown in the diagram below::\n\n\n idxmap\n (2) merge ─────────────────────────────► split (3)\n ▲ │\n │ inside │\n │. . . . . . . . . . . . . . . . . . │ index_mapping\n │ outside │\n │ ▼\n (1) split──────────────────────────────► merge (4)\n refmap\n\n\n The first call to split ``(1)`` creates a ``refmap`` which keeps track of the\n outer references, and the first call to merge ``(2)`` creates an ``idxmap`` which\n keeps track of the inner references. The second call to split ``(3)`` combines\n the refmap and idxmap to produce the ``index_mapping`` which indicates\n how the outer references map to the inner references. Finally, the last call to\n merge ``(4)`` uses the index_mapping and the refmap to reconstruct the\n output of the transform while reusing/updating the inner references. To avoid\n memory leaks, the idxmap is cleared after ``(3)`` and the refmap is\n cleared after ``(4)``, and both are cleared after the context manager exits.\n\n Here is a simple example showing the use of ``update_context``::\n\n >>> from flax import nnx\n ...\n >>> m1 = nnx.Dict({})\n >>> with nnx.update_context('example'):\n ... with nnx.split_context('example') as ctx:\n ... graphdef, state = ctx.split(m1)\n ... @jax.jit\n ... def f(graphdef, state):\n ... with nnx.merge_context('example', inner=True) as ctx:\n ... m2 = ctx.merge(graphdef, state)\n ... m2.a = 1\n ... m2.ref = m2 # create a reference cycle\n ... with nnx.split_context('example') as ctx:\n ... return ctx.split(m2)\n ... graphdef_out, state_out = f(graphdef, state)\n ... with nnx.merge_context('example', inner=False) as ctx:\n ... m3 = ctx.merge(graphdef_out, state_out)\n ...\n >>> assert m1 is m3\n >>> assert m1.a == 1\n >>> assert m1.ref is m1\n\n Note that ``update_context`` takes in a ``tag`` argument which is used\n primarily as a safety mechanism reduce the risk of accidentally using the\n wrong UpdateContext when using :func:`current_update_context` to access the\n current active context. ``update_context`` can also be used as a\n decorator that creates/activates an UpdateContext context for the\n duration of the function::\n\n >>> from flax import nnx\n ...\n >>> m1 = nnx.Dict({})\n >>> @jax.jit\n ... def f(graphdef, state):\n ... with nnx.merge_context('example', inner=True) as ctx:\n ... m2 = ctx.merge(graphdef, state)\n ... m2.a = 1 # insert static attribute\n ... m2.ref = m2 # create a reference cycle\n ... with nnx.split_context('example') as ctx:\n ... return ctx.split(m2)\n ...\n >>> @nnx.update_context('example')\n ... def g(m1):\n ... with nnx.split_context('example') as ctx:\n ... graphdef, state = ctx.split(m1)\n ... graphdef_out, state_out = f(graphdef, state)\n ... with nnx.merge_context('example', inner=False) as ctx:\n ... return ctx.merge(graphdef_out, state_out)\n ...\n >>> m3 = g(m1)\n >>> assert m1 is m3\n >>> assert m1.a == 1\n >>> assert m1.ref is m1\n\n The context can be accessed using :func:`current_update_context`.\n\n Args:\n tag: A string tag to identify the context.\n """"""\n return UpdateContextManager(tag=tag)\n\n\ndef current_update_context(tag: tp.Hashable) -> UpdateContext:\n """"""Returns the current active :class:`UpdateContext` for the given tag.""""""\n if tag not in GRAPH_CONTEXT.update_context_stacks:\n raise ValueError(f'No update context found for tag {tag!r}.')\n return GRAPH_CONTEXT.update_context_stacks[tag][-1]\n\n\n# --------------------------------------------------------\n# Functional API\n# --------------------------------------------------------\n\n\ndef _split_state(\n state: FlatState[tp.Any],\n filters: tuple[filterlib.Filter, ...],\n) -> tuple[FlatState[tp.Any], tpe.Unpack[tuple[FlatState[tp.Any], ...]]]:\n if not filters:\n return (state,) # type: ignore[bad-return-type]\n states = state.split(*filters)\n if not isinstance(states, tuple):\n return (states,) # type: ignore[bad-return-type]\n assert len(states) > 0\n return states # type: ignore[return-value]\n\n\n@tp.overload\ndef split( # type: ignore[invalid-annotation]\n graph_node: A, /\n) -> tuple[GraphDef[A], GraphState | VariableState]: ...\n@tp.overload\ndef split( # type: ignore[invalid-annotation]\n graph_node: A, first: filterlib.Filter, /\n) -> tuple[GraphDef[A], GraphState | VariableState]: ...\n@tp.overload\ndef split( # type: ignore[invalid-annotation]\n graph_node: A,\n first: filterlib.Filter,\n second: filterlib.Filter,\n /,\n *filters: filterlib.Filter,\n) -> tuple[\n GraphDef[A],\n GraphState | VariableState,\n tpe.Unpack[tuple[GraphState | VariableState, ...]],\n]: ...\ndef split( # type: ignore[invalid-annotation]\n node: A, *filters: filterlib.Filter\n) -> tuple[\n GraphDef[A],\n GraphState | VariableState,\n tpe.Unpack[tuple[GraphState | VariableState, ...]],\n]:\n """"""Split a graph node into a :class:`GraphDef` and one or more :class:`State`s. State is\n a ``Mapping`` from strings or integers to ``Variables``, Arrays or nested States. GraphDef\n contains all the static information needed to reconstruct a ``Module`` graph, it is analogous\n to JAX’s ``PyTreeDef``. :func:`split` is used in conjunction with :func:`merge` to switch\n seamlessly between stateful and stateless representations of the graph.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n ...\n >>> class Foo(nnx.Module):\n ... def __init__(self, rngs):\n ... self.batch_norm = nnx.BatchNorm(2, rngs=rngs)\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ...\n >>> node = Foo(nnx.Rngs(0))\n >>> graphdef, params, batch_stats = nnx.split(node, nnx.Param, nnx.BatchStat)\n ...\n >>> jax.tree.map(jnp.shape, params)\n State({\n 'batch_norm': {\n 'bias': VariableState(\n type=Param,\n value=(2,)\n ),\n 'scale': VariableState(\n type=Param,\n value=(2,)\n )\n },\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n >>> jax.tree.map(jnp.shape, batch_stats)\n State({\n 'batch_norm': {\n 'mean': VariableState(\n type=BatchStat,\n value=(2,)\n ),\n 'var': VariableState(\n type=BatchStat,\n value=(2,)\n )\n }\n })\n\n :func:`split` and :func:`merge` are primarily used to interact directly with JAX\n transformations, see\n `Functional API `__\n for more information.\n\n Arguments:\n node: graph node to split.\n *filters: some optional filters to group the state into mutually exclusive substates.\n Returns:\n ``GraphDef`` and one or more ``States`` equal to the number of filters passed. If no\n filters are passed, a single ``State`` is returned.\n """"""\n graphdef, flat_state = flatten(node)\n flat_states = _split_state(flat_state, filters)\n states = _to_nested_state(graphdef, flat_states)\n return graphdef, *states # type: ignore[return-value]\n\n\ndef _to_nested_state(\n graphdef: GraphDef[A], flat_states: tp.Iterable[tp.Any]\n) -> tuple[tp.Any, ...]:\n if type(graphdef.nodes[0]) in (VariableDef, MutableArrayDef):\n states = tuple(\n flat_state[0][1] if flat_state else EmptyState()\n for flat_state in flat_states\n )\n else:\n states = tuple(\n statelib.from_flat_state(flat_state) for flat_state in flat_states\n )\n return states\n\n\ndef _merge_to_flat_state(states: tp.Iterable[tp.Any]):\n flat_state: list[tuple[PathParts, tp.Any]] = []\n\n for state in states:\n if isinstance(state, dict | State):\n flat_state.extend(traversals.flatten_to_sequence(state))\n elif isinstance(state, FlatState):\n flat_state.extend(state)\n else:\n flat_state.append(((), state))\n\n flat_state.sort()\n return [value for _, value in flat_state]\n\n\ndef merge( # type: ignore[invalid-annotation]\n graphdef: GraphDef[A],\n state: tp.Any,\n /,\n *states: tp.Any,\n) -> A:\n """"""The inverse of :func:`flax.nnx.split`.\n\n ``nnx.merge`` takes a :class:`flax.nnx.GraphDef` and one or more :class:`flax.nnx.State`'s\n and creates a new node with the same structure as the original node.\n\n Recall: :func:`flax.nnx.split` is used to represent a :class:`flax.nnx.Module`\n by: 1) a static ``nnx.GraphDef`` that captures its Pythonic static information;\n and 2) one or more :class:`flax.nnx.Variable` ``nnx.State``'(s) that capture\n its ``jax.Array``'s in the form of JAX pytrees.\n\n ``nnx.merge`` is used in conjunction with ``nnx.split`` to switch seamlessly\n between stateful and stateless representations of the graph.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n ...\n >>> class Foo(nnx.Module):\n ... def __init__(self, rngs):\n ... self.batch_norm = nnx.BatchNorm(2, rngs=rngs)\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ...\n >>> node = Foo(nnx.Rngs(0))\n >>> graphdef, params, batch_stats = nnx.split(node, nnx.Param, nnx.BatchStat)\n ...\n >>> new_node = nnx.merge(graphdef, params, batch_stats)\n >>> assert isinstance(new_node, Foo)\n >>> assert isinstance(new_node.batch_norm, nnx.BatchNorm)\n >>> assert isinstance(new_node.linear, nnx.Linear)\n\n ``nnx.split`` and ``nnx.merge`` are primarily used to interact directly with JAX\n transformations (refer to\n `Functional API `__\n for more information.\n\n Args:\n graphdef: A :class:`flax.nnx.GraphDef` object.\n state: A :class:`flax.nnx.State` object.\n *states: Additional :class:`flax.nnx.State` objects.\n Returns:\n The merged :class:`flax.nnx.Module`.\n """"""\n if isinstance(state, list):\n if len(states) != 0:\n raise ValueError(\n f'Only one state can be passed as a list.'\n )\n _state = state\n else:\n _state = _merge_to_flat_state((state, *states))\n node = unflatten(graphdef, _state)\n return node\n\n\ndef update(node, state: tp.Any, /, *states: tp.Any) -> None:\n """"""Update the given graph node with a new state(s) in-place.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> x = jnp.ones((1, 2))\n >>> y = jnp.ones((1, 3))\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n\n >>> def loss_fn(model, x, y):\n ... return jnp.mean((y - model(x))**2)\n >>> prev_loss = loss_fn(model, x, y)\n\n >>> grads = nnx.grad(loss_fn)(model, x, y)\n >>> new_state = jax.tree.map(lambda p, g: p - 0.1*g, nnx.state(model), grads)\n >>> nnx.update(model, new_state)\n >>> assert loss_fn(model, x, y) < prev_loss\n\n Args:\n node: A graph node to update.\n state: A :class:`State` object.\n *states: Additional :class:`State` objects.\n """"""\n if states:\n if isinstance(node, Variable):\n non_empty_states = [\n _state\n for _state in (state, *states)\n if not isinstance(_state, tp.Mapping) or _state\n ]\n if len(non_empty_states) != 1:\n all_states = (state, *states)\n raise ValueError(\n f'Expected exactly one non-empty state, got: {all_states!r}'\n )\n state = non_empty_states[0]\n else:\n state = statelib.merge_state(state, *states)\n _graph_update_dynamic(node, state)\n\n\ndef _variables_generator(node) -> tp.Iterable[tuple[PathParts, Variable]]:\n for path, value in iter_graph(node):\n if isinstance(value, Variable):\n yield path, value\n\n\n@tp.overload\ndef variables(node, /) -> State[Key, Variable]: ...\n@tp.overload\ndef variables(node, first: filterlib.Filter, /) -> State[Key, Variable]: ...\n@tp.overload\ndef variables(\n node,\n first: filterlib.Filter,\n second: filterlib.Filter,\n /,\n *filters: filterlib.Filter,\n) -> tuple[State[Key, Variable], ...]: ...\ndef variables(\n node,\n *filters: filterlib.Filter,\n) -> tp.Union[State[Key, Variable], tuple[State[Key, Variable], ...]]:\n """"""Similar to :func:`state` but returns the current :class:`Variable` objects instead\n of new :class:`VariableState` instances.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> params = nnx.variables(model, nnx.Param)\n ...\n >>> assert params['kernel'] is model.kernel\n >>> assert params['bias'] is model.bias\n\n Args:\n node: A graph node object.\n *filters: One or more :class:`Variable` objects to filter by.\n Returns:\n One or more :class:`State` mappings containing the :class:`Variable` objects.\n """"""\n num_filters = len(filters)\n if num_filters == 0:\n filters = (..., ...)\n else:\n filters = (*filters, ...)\n\n variables_iterable = _variables_generator(node)\n flat_states = variablelib.split_flat_state(\n variables_iterable, (*filters, ...)\n )\n states = tuple(\n statelib.from_flat_state(flat_state) for flat_state in flat_states\n )\n if num_filters < 2:\n return states[0]\n return states\n\n\n@tp.overload\ndef state(node, /) -> GraphState: ...\n@tp.overload\ndef state(node, first: filterlib.Filter, /) -> GraphState: ...\n@tp.overload\ndef state(\n node,\n first: filterlib.Filter,\n second: filterlib.Filter,\n /,\n *filters: filterlib.Filter,\n) -> tuple[GraphState, ...]: ...\ndef state(\n node,\n *filters: filterlib.Filter,\n) -> tp.Union[GraphState, tuple[GraphState, ...]]:\n """"""Similar to :func:`split` but only returns the :class:`State`'s indicated by the filters.\n\n Example usage::\n\n >>> from flax import nnx\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.batch_norm = nnx.BatchNorm(2, rngs=rngs)\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear(self.batch_norm(x))\n\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> # get the learnable parameters from the batch norm and linear layer\n >>> params = nnx.state(model, nnx.Param)\n >>> # get the batch statistics from the batch norm layer\n >>> batch_stats = nnx.state(model, nnx.BatchStat)\n >>> # get them separately\n >>> params, batch_stats = nnx.state(model, nnx.Param, nnx.BatchStat)\n >>> # get them together\n >>> state = nnx.state(model)\n\n Args:\n node: A graph node object.\n *filters: One or more :class:`Variable` objects to filter by.\n Returns:\n One or more :class:`State` mappings.\n """"""\n _, flat_state = flatten(node)\n state = flat_state.to_nested_state()\n\n states: GraphState | tuple[GraphState, ...]\n if len(filters) == 0:\n states = state # type: ignore[assignment]\n elif len(filters) == 1:\n states = statelib.filter_state(state, filters[0])\n else:\n states = statelib.filter_state(state, filters[0], filters[1], *filters[2:])\n\n return states\n\n\ndef graphdef(node: tp.Any, /) -> GraphDef[tp.Any]:\n """"""Get the :class:`GraphDef` of the given graph node.\n\n Example usage::\n\n >>> from flax import nnx\n\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> graphdef, _ = nnx.split(model)\n >>> assert graphdef == nnx.graphdef(model)\n\n Args:\n node: A graph node object.\n Returns:\n The :class:`GraphDef` of the :class:`Module` object.\n """"""\n graphdef, _ = flatten(node)\n return graphdef\n\n\n@tp.overload\ndef pop(\n node,\n filter: filterlib.Filter,\n /,\n) -> GraphState: ...\n\n\n@tp.overload\ndef pop(\n node,\n filter: filterlib.Filter,\n filter2: filterlib.Filter,\n /,\n *filters: filterlib.Filter,\n) -> tuple[GraphState, ...]: ...\n\n\ndef pop(\n node, *filters: filterlib.Filter\n) -> tp.Union[GraphState, tuple[GraphState, ...]]:\n """"""Pop one or more :class:`Variable` types from the graph node.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... self.sow(nnx.Intermediate, 'i', x)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> assert not hasattr(model, 'i')\n >>> y = model(x)\n >>> assert hasattr(model, 'i')\n\n >>> intermediates = nnx.pop(model, nnx.Intermediate)\n >>> assert intermediates['i'].value[0].shape == (1, 3)\n >>> assert not hasattr(model, 'i')\n\n Args:\n node: A graph node object.\n *filters: One or more :class:`Variable` objects to filter by.\n Returns:\n The popped :class:`State` containing the :class:`Variable`\n objects that were filtered for.\n """"""\n if len(filters) == 0:\n raise ValueError('Expected at least one filter')\n\n id_to_index: dict[int, Index] = {}\n path_parts: PathParts = ()\n predicates = tuple(filterlib.to_predicate(filter) for filter in filters)\n flat_states: tuple[dict[PathParts, LeafType], ...] = tuple(\n {} for _ in predicates\n )\n _graph_pop(\n node=node,\n id_to_index=id_to_index,\n path_parts=path_parts,\n flat_states=flat_states,\n predicates=predicates,\n )\n states = tuple(\n statelib.from_flat_state(flat_state) for flat_state in flat_states\n )\n\n if len(states) == 1:\n return states[0]\n else:\n return states\n\n\ndef clone(node: Node) -> Node:\n """"""Create a deep copy of the given graph node.\n\n Example usage::\n\n >>> from flax import nnx\n\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> cloned_model = nnx.clone(model)\n >>> model.bias.value += 1\n >>> assert (model.bias.value != cloned_model.bias.value).all()\n\n Args:\n node: A graph node object.\n Returns:\n A deep copy of the :class:`Module` object.\n """"""\n graphdef, state = split(node)\n return merge(graphdef, state)\n\n\ndef _mutable_like(path, x):\n return (\n isinstance(x, Variable) and x.mutable\n ) or variablelib.is_mutable_array(x)\n\n\ndef freeze(tree: A, /, only: filterlib.Filter = _mutable_like) -> A:\n """"""Converts a pytree of mutable arrays to regular arrays.\n\n Example::\n >>> from flax import nnx\n >>> import jax\n >>> import jax.numpy as jnp\n ...\n >>> tree = [nnx.mutable_array(jnp.array(1.0)), jnp.array(2.0)]\n >>> assert nnx.is_mutable_array(tree[0])\n ...\n >>> frozen_tree = nnx.freeze(tree)\n >>> assert isinstance(frozen_tree[0], jax.Array)\n\n If the tree contains duplicate mutable arrays, a ValueError is raised::\n\n >>> shared_array = nnx.mutable_array(jnp.array(1.0))\n >>> tree = [shared_array, shared_array]\n >>> try:\n ... nnx.freeze(tree)\n ... except ValueError as e:\n ... print(e)\n Found duplicate MutableArray found at path [1] and [0] ...\n\n ``only`` is a `Filter `__\n that can be used to specify which mutable arrays to freeze::\n\n >>> tree = [nnx.mutable_array(jnp.array(1.0)), nnx.mutable_array(jnp.array(2.0))]\n >>> frozen_tree = nnx.freeze(tree, only=lambda path, x: path[0] == 0)\n ...\n >>> assert isinstance(frozen_tree[0], jax.Array)\n >>> assert isinstance(frozen_tree[1], nnx.MutableArray)\n\n Args:\n tree: A pytree potentially containing mutable arrays.\n only: A Filter to specify which mutable arrays to freeze.\n Returns:\n A pytree with the frozen arrays.\n """"""\n freeze_filter = filterlib.to_predicate(only)\n mutable_arrays: dict[int, str] = {}\n\n def check_mutable_array(path, x):\n m_array_id = id(x)\n if m_array_id in mutable_arrays:\n current_path_str = jax.tree_util.keystr(path)\n previous_path_str = mutable_arrays[m_array_id]\n raise ValueError(\n f'Found duplicate MutableArray found at path {current_path_str} '\n f'and {previous_path_str} at object {x}.'\n )\n mutable_arrays[m_array_id] = jax.tree_util.keystr(path)\n\n def _freeze_fn(jax_path, x):\n path = tuple(_key_path_to_key(part) for part in jax_path)\n if freeze_filter(path, x):\n if isinstance(x, Variable):\n check_mutable_array(jax_path, x.raw_value)\n return x.from_metadata(x[...], x.get_metadata().copy())\n elif variablelib.is_mutable_array(x):\n check_mutable_array(jax_path, x)\n return x[...]\n return x\n\n tree = jax.tree.map_with_path(\n _freeze_fn, tree, is_leaf=lambda x: isinstance(x, Variable)\n )\n return tree\n\n\ndef _array_like(path, x):\n return (\n isinstance(x, Variable) and isinstance(x.raw_value, jax.Array)\n ) or isinstance(x, jax.Array)\n\n\ndef mutable(tree: A, /, only: filterlib.Filter = _array_like) -> A:\n """"""Converts a pytree of arrays to mutable arrays.\n\n Example::\n\n >>> from flax import nnx\n >>> import jax\n >>> import jax.numpy as jnp\n ...\n >>> tree = [jnp.array(1.0), nnx.mutable_array(jnp.array(2.0))]\n >>> mutable_tree = nnx.mutable(tree)\n >>> assert nnx.is_mutable_array(mutable_tree[0])\n >>> assert nnx.is_mutable_array(mutable_tree[1])\n\n If the tree contains duplicate arrays a ValueError is raised::\n\n >>> shared_array = jnp.array(1.0)\n >>> tree = [shared_array, shared_array]\n >>> try:\n ... nnx.mutable(tree)\n ... except ValueError as e:\n ... print(e)\n Found duplicate Array found at path [1] and [0] ...\n\n ``only`` is a `Filter `__\n that can be used to specify which arrays to convert to mutable arrays.\n\n >>> tree = [jnp.array(1.0), jnp.array(2.0)]\n >>> mutable_tree = nnx.mutable(tree, only=lambda path, x: path[0] == 0)\n ...\n >>> assert isinstance(mutable_tree[0], nnx.MutableArray)\n >>> assert isinstance(mutable_tree[1], jax.Array)\n\n Args:\n tree: A pytree potentially containing arrays.\n only: A Filter to specify which arrays to convert to mutable arrays.\n Returns:\n A pytree with the mutable arrays.\n """"""\n mutable_filter = filterlib.to_predicate(only)\n arrays: dict[int, str] = {}\n\n def check_array(path, x):\n m_array_id = id(x)\n if m_array_id in arrays:\n current_path_str = jax.tree_util.keystr(path)\n previous_path_str = arrays[m_array_id]\n raise ValueError(\n f'Found duplicate Array found at path {current_path_str} '\n f'and {previous_path_str} at object {x}.'\n )\n arrays[m_array_id] = jax.tree_util.keystr(path)\n\n def _mutable_fn(jax_path, x):\n path = tuple(_key_path_to_key(part) for part in jax_path)\n if mutable_filter(path, x):\n if isinstance(x, Variable) and isinstance(x.raw_value, jax.Array):\n check_array(jax_path, x.raw_value)\n mutable_array = variablelib.mutable_array(x.raw_value)\n return x.from_metadata(mutable_array, x.get_metadata().copy())\n elif isinstance(x, jax.Array):\n check_array(jax_path, x)\n return variablelib.mutable_array(x)\n return x\n\n return jax.tree.map_with_path(\n _mutable_fn, tree, is_leaf=lambda x: isinstance(x, Variable)\n )\n\n\ndef pure(tree: A) -> A:\n """"""Returns a new tree with all ``Variable`` and ``VariableState`` objects replaced with inner values.\n\n This can be used to remove Variable metadata when its is not needed for tasks like\n serialization or exporting.\n\n Example::\n\n >>> from flax import nnx\n >>> import jax\n >>> import jax.numpy as jnp\n ...\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> graphdef, state = nnx.split(model)\n >>> jax.tree.map(jnp.shape, state)\n State({\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n })\n >>> pure_state = nnx.pure(state)\n >>> jax.tree.map(jnp.shape, pure_state)\n State({\n 'bias': (3,),\n 'kernel': (2, 3)\n })\n\n Args:\n tree: A pytree potentially containing ``Variable`` and ``VariableState`` objects.\n Returns:\n A new pytree with all ``Variable`` and ``VariableState`` objects replaced with their\n inner values.\n """"""\n def _pure_fn(x):\n if isinstance(x, Variable | VariableState):\n return x.raw_value\n return x\n\n return jax.tree.map(\n _pure_fn,\n tree,\n is_leaf=lambda x: isinstance(x, Variable | VariableState),\n )\n\n\ndef call(\n graphdef_state: tuple[GraphDef[A], GraphState], /\n) -> ApplyCaller[tuple[GraphDef[A], GraphState]]:\n """"""Calls a method underlying graph node defined by a (GraphDef, State) pair.\n\n ``call`` takes a ``(GraphDef, State)`` pair and creates a proxy object that can be\n used to call methods on the underlying graph node. When a method is called, the\n output is returned along with a new (GraphDef, State) pair that represents the\n updated state of the graph node. ``call`` is equivalent to :func:`merge` > ``method``\n > :func:`split`` but is more convenient to use in pure JAX functions.\n\n Example::\n\n >>> from flax import nnx\n >>> import jax\n >>> import jax.numpy as jnp\n ...\n >>> class StatefulLinear(nnx.Module):\n ... def __init__(self, din, dout, rngs):\n ... self.w = nnx.Param(jax.random.uniform(rngs(), (din, dout)))\n ... self.b = nnx.Param(jnp.zeros((dout,)))\n ... self.count = Variable(jnp.array(0, dtype=jnp.uint32))\n ...\n ... def increment(self):\n ... self.count += 1\n ...\n ... def __call__(self, x):\n ... self.increment()\n ... return x @ self.w + self.b\n ...\n >>> linear = StatefulLinear(3, 2, nnx.Rngs(0))\n >>> linear_state = nnx.split(linear)\n ...\n >>> @jax.jit\n ... def forward(x, linear_state):\n ... y, linear_state = nnx.call(linear_state)(x)\n ... return y, linear_state\n ...\n >>> x = jnp.ones((1, 3))\n >>> y, linear_state = forward(x, linear_state)\n >>> y, linear_state = forward(x, linear_state)\n ...\n >>> linear = nnx.merge(*linear_state)\n >>> linear.count.value\n Array(2, dtype=uint32)\n\n The proxy object returned by ``call`` supports indexing and attribute access\n to access nested methods. In the example below, the ``increment`` method indexing\n is used to call the ``increment`` method of the ``StatefulLinear`` module\n at the ``b`` key of a ``nodes`` dictionary.\n\n >>> class StatefulLinear(nnx.Module):\n ... def __init__(self, din, dout, rngs):\n ... self.w = nnx.Param(jax.random.uniform(rngs(), (din, dout)))\n ... self.b = nnx.Param(jnp.zeros((dout,)))\n ... self.count = nnx.Variable(jnp.array(0, dtype=jnp.uint32))\n ...\n ... def increment(self):\n ... self.count += 1\n ...\n ... def __call__(self, x):\n ... self.increment()\n ... return x @ self.w + self.b\n ...\n >>> rngs = nnx.Rngs(0)\n >>> nodes = dict(\n ... a=StatefulLinear(3, 2, rngs),\n ... b=StatefulLinear(2, 1, rngs),\n ... )\n ...\n >>> node_state = nnx.split(nodes)\n >>> # use attribute access\n >>> _, node_state = nnx.call(node_state)['b'].increment()\n ...\n >>> nodes = nnx.merge(*node_state)\n >>> nodes['a'].count.value\n Array(0, dtype=uint32)\n >>> nodes['b'].count.value\n Array(1, dtype=uint32)\n """"""\n\n def pure_caller(accessor: DelayedAccessor, *args, **kwargs):\n node = merge(*graphdef_state)\n method = accessor(node)\n out = method(*args, **kwargs)\n return out, split(node)\n\n return CallableProxy(pure_caller) # type: ignore\n\n\ndef iter_graph(node: tp.Any, /) -> tp.Iterator[tuple[PathParts, tp.Any]]:\n """"""Iterates over all nested nodes and leaves of the given graph node, including the current node.\n\n ``iter_graph`` creates a generator that yields path and value pairs, where\n the path is a tuple of strings or integers representing the path to the value from the\n root. Repeated nodes are visited only once. Leaves include static values.\n\n Example::\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> class Linear(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.din, self.dout = din, dout\n ... self.w = nnx.Param(jax.random.uniform(rngs.next(), (din, dout)))\n ... self.b = nnx.Param(jnp.zeros((dout,)))\n ...\n >>> module = Linear(3, 4, rngs=nnx.Rngs(0))\n >>> graph = [module, module]\n ...\n >>> for path, value in nnx.iter_graph(graph):\n ... print(path, type(value).__name__)\n ...\n (0, '_object__state') ObjectState\n (0, 'b') Param\n (0, 'din') int\n (0, 'dout') int\n (0, 'w') Param\n (0,) Linear\n () list\n """"""\n visited: set[int] = set()\n path_parts: PathParts = ()\n yield from _iter_graph(node, visited, path_parts)\n\n\ndef _iter_graph(\n node: tp.Any, visited: set[int], path_parts: PathParts\n) -> tp.Iterator[tuple[PathParts, tp.Any]]:\n if is_node(node):\n if id(node) in visited:\n return\n visited.add(id(node))\n node_impl = get_node_impl(node)\n if node_impl is None and not (\n isinstance(node, Variable) or variablelib.is_mutable_array(node)\n ):\n raise RuntimeError(f'Unsupported type: {type(node)}, this is a bug.')\n assert node_impl is not None\n node_dict = node_impl.node_dict(node)\n for key, value in node_dict.items():\n yield from _iter_graph(value, visited, (*path_parts, key))\n\n yield path_parts, node\n\n\n@jax.tree_util.register_static\n@dataclasses.dataclass(frozen=True, slots=True)\nclass Static(tp.Generic[A]):\n """"""An empty pytree node that treats its inner value as static.\n ``value`` must define ``__eq__`` and ``__hash__``.\n """"""\n\n value: A\n\n\n# ---------------------------------------------------------\n# Pytree\n# ---------------------------------------------------------\nclass GenericPytree: ...\n\n\nfrom jax._src.tree_util import _registry as JAX_PYTREE_REGISTRY\n\n\ndef is_pytree_node(x: tp.Any) -> bool:\n if isinstance(x, Variable):\n return False\n elif type(x) in JAX_PYTREE_REGISTRY:\n return True\n elif isinstance(x, tuple):\n return True\n else:\n return False\n\n\ndef _key_path_to_key(key: tp.Any) -> Key:\n if isinstance(key, jax.tree_util.SequenceKey):\n return key.idx\n elif isinstance(\n key, (jax.tree_util.DictKey, jax.tree_util.FlattenedIndexKey)\n ):\n if not is_key_like(key.key): # type: ignore[not-supported-yet]\n raise ValueError(\n f'Invalid key: {key.key}. May be due to its type not being hashable or comparable.'\n )\n return key.key\n elif isinstance(key, jax.tree_util.GetAttrKey):\n return key.name\n else:\n return str(key)\n\nclass IndexesPytreeDef(tp.NamedTuple):\n key_index: HashableMapping[Key, int]\n treedef: jax.tree_util.PyTreeDef\n\ndef _flatten_pytree(pytree: tp.Any):\n leaves, treedef = jax.tree_util.tree_flatten_with_path(\n pytree, is_leaf=lambda x: x is not pytree\n )\n nodes = [(_key_path_to_key(path[0]), value) for path, value in leaves]\n key_index = HashableMapping(\n {key: i for i, (key, _) in enumerate(nodes)}, copy=False\n )\n nodes.sort() # sort by key\n return nodes, IndexesPytreeDef(key_index, treedef)\n\n\ndef _unflatten_pytree(\n nodes: tuple[tuple[Key, tp.Any], ...], metadata: IndexesPytreeDef\n):\n # sort to original order\n sorted_nodes = sorted(nodes, key=lambda x: metadata.key_index[x[0]])\n pytree = metadata.treedef.unflatten(value for _, value in sorted_nodes)\n return pytree\n\n\nPYTREE_NODE_IMPL = PytreeNodeImpl(\n type=GenericPytree,\n flatten=_flatten_pytree,\n unflatten=_unflatten_pytree, # type: ignore\n)\n\n# common pytrees\n# list\nregister_pytree_node_type(\n list,\n flatten=lambda x: (list(enumerate(x)), None),\n unflatten=lambda nodes, _: [value for _, value in nodes], # type: ignore\n)\n# tuple\nregister_pytree_node_type(\n tuple,\n flatten=lambda x: (list(enumerate(x)), None),\n unflatten=lambda nodes, _: tuple(value for _, value in nodes), # type: ignore\n)\n# dict\nregister_pytree_node_type(\n dict,\n flatten=lambda x: (sorted(x.items()), None),\n unflatten=lambda nodes, _: {key: value for key, value in nodes}, # type: ignore\n)\n# None\nregister_pytree_node_type(\n type(None),\n flatten=lambda x: ([], None),\n unflatten=lambda _, __: None, # type: ignore\n)\n",python,tab +7361,20585111,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py",61873,0,"",python,selection_command +7362,20589574,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\nimport functools\nimport typing as tp\n\nfrom flax.nnx import (\n extract,\n graph,\n)\nfrom flax.typing import MISSING, Missing\n\nA = tp.TypeVar('A')\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\n\n\n# -------------------------------\n# (split|merge)_inputs\n# -------------------------------\n\n\n@tp.overload\ndef split_inputs(\n *,\n ctxtag: str = 'split_merge_inputs',\n) -> tp.Callable[[F], F]: ...\n@tp.overload\ndef split_inputs(\n f: F,\n *,\n ctxtag: str = 'split_merge_inputs',\n) -> F: ...\ndef split_inputs(\n f: F | Missing = MISSING,\n *,\n ctxtag: str = 'split_merge_inputs',\n) -> F | tp.Callable[[F], F]:\n """"""Takes in a function that contains graph nodes in the inputs and outputs, and\n returns a function that replaces the graph nodes with some jax-compatible data\n structures. Must be used in conjunction with :func:`merge_inputs`.\n\n Args:\n f: The function to be transformed.\n ctxtag: The context tag to be used for the transformation. Defaults to\n 'split_merge_inputs'.\n\n Returns:\n The transformed function.\n\n ``split_inputs`` and ``merge_inputs`` can be used to lift functions that operate\n on jax datastructures (pytrees) to functions that operate on graph nodes. ``split_inputs``\n will take graph nodes in the inputs and outputs and replace them with jax-compatible data\n structures, usually before calling into the transformed function, while ``merge_inputs``\n will convert the jax-compatible data structures back to graph nodes, usually inside the\n transformed function. For common transforms like ``jax.jit`` and ``jax.vmap`` NNX will\n provide a version that works with graph nodes, but for other transforms you can use\n ``split_inputs`` and ``merge_inputs`` to manually lift the function.\n\n The following example demonstrates how to use ``split_inputs`` and ``merge_inputs`` to\n lift ``jax.jit`` to work over a silly function has a stateful operation that zeros out\n the kernel of a linear layer::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n >>> import jax\n ...\n >>> @split_inputs\n ... @jax.jit\n ... @merge_inputs\n ... def forward_and_zero(model: nnx.Linear, x: jax.Array):\n ... y = model(x)\n ... model.kernel *= 0 # zero out the kernel\n ... return y\n ...\n >>> model = nnx.Linear(2, 2, rngs=nnx.Rngs(0))\n >>> y = forward_and_zero(model, jnp.ones((1, 2)))\n >>> y.shape\n (1, 2)\n >>> assert jnp.allclose(model.kernel, 0)\n\n As shown above, not only does the lifted function work with graph nodes, but it also\n propagates the side effects of the original function. **Note**: in practice use ``nnx.jit``\n instead.\n\n Splitting and merging can also be applied to multiple functions in a pipeline. The following\n example show how to lift ``jax.lax.cond`` by using ``split_inputs`` over ``cond`` and\n ``merge_inputs`` over the branches::\n\n >>> model = nnx.Linear(2, 2, rngs=nnx.Rngs(0))\n >>> x = jnp.ones((1, 2))\n ...\n >>> true_fn = lambda m, x: m(x)\n >>> false_fn = lambda m, x: x + 1\n ...\n >>> y = split_inputs(jax.lax.cond)(\n ... False,\n ... merge_inputs(true_fn),\n ... merge_inputs(false_fn), # <== gets called\n ... model,\n ... x,\n ... )\n >>> assert jnp.allclose(y, 2)\n\n **Lifting functions with output semantics**\n\n ``merge_inputs`` internally returns a ``(inputs, output)`` tuple, where ``inputs`` is the\n tuple of the input arguments with non-graph node leaves set to ``None``, and ``output`` is\n the output of the function. This is done to propage all the state changes in the function\n to the graph nodes outside the function. If the transform function has output semantics\n like e.g. ``jax.vmap``'s ``out_axes``, you must account for this in the by configuring\n the arguments accordingly::\n\n >>> from functools import partial\n ...\n >>> model = nnx.Linear(2, 2, rngs=nnx.Rngs(0))\n ...\n >>> in_axes = (None, 0)\n >>> out_axes = (in_axes, 0) # <== internal output arrangement\n ...\n >>> @split_inputs\n ... @partial(jax.vmap, in_axes=in_axes, out_axes=out_axes)\n ... @merge_inputs\n ... def forward(model: nnx.Linear, x: jax.Array):\n ... return model(x)\n ...\n >>> x = jnp.ones((10, 2))\n >>> y = forward(model, x)\n >>> y.shape\n (10, 2)\n\n .. note::\n If the transform has a rigid output structure like ``jax.grad`` or ``jax.lax.scan``\n then ``split_inputs`` and ``merge_inputs`` will not work. In this case, use the\n `Functional API `__.\n """"""\n if isinstance(f, Missing):\n return functools.partial(split_inputs, ctxtag=ctxtag) # type: ignore[return-value]\n\n @graph.update_context(ctxtag)\n @functools.wraps(f)\n def split_inputs_wrapper(*args):\n pure_args = extract.to_tree(args, ctxtag=ctxtag)\n pure_args_out, pure_out = f(*pure_args)\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out), ctxtag=ctxtag, is_inner=False\n )\n return out\n\n return split_inputs_wrapper # type: ignore\n\n@tp.overload\ndef merge_inputs(\n *,\n ctxtag: str = 'split_merge_inputs',\n) -> tp.Callable[[F], F]: ...\n@tp.overload\ndef merge_inputs(\n f: F,\n *,\n ctxtag: str = 'split_merge_inputs',\n) -> F: ...\ndef merge_inputs(\n f: F | Missing = MISSING,\n *,\n ctxtag: str = 'split_merge_inputs',\n) -> F | tp.Callable[[F], F]:\n """"""Takes in a function that contains jax-compatible data structures in the\n inputs and outputs, and returns a function that replaces the jax-compatible\n data structures the corresponding graph nodes. Must be used in conjunction\n with :func:`split_inputs`.\n\n Args:\n f: The function to be transformed.\n ctxtag: The context tag to be used for the transformation. Defaults to\n 'split_merge_inputs'.\n\n Returns:\n The transformed function.\n\n For more information and examples, see :func:`split_inputs`.\n """"""\n if isinstance(f, Missing):\n return functools.partial(merge_inputs, ctxtag=ctxtag) # type: ignore[return-value]\n\n @functools.wraps(f)\n def merge_inputs_wrapper(*pure_args):\n args = extract.from_tree(pure_args, ctxtag=ctxtag, is_inner=True)\n out = f(*args)\n args_out = extract.clear_non_graph_nodes(args)\n pure_args_out, pure_out = extract.to_tree((args_out, out), ctxtag=ctxtag)\n return pure_args_out, pure_out\n\n return merge_inputs_wrapper # type: ignore\n",python,tab +7363,20589574,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py",5397,0,"",python,selection_command +7364,20591432,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py",6703,0,"",python,selection_command +7365,20593183,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +7366,20593183,"/fast/home/franz.srambical/jafar/utils/nn.py",4090,0,"",python,selection_command +7367,20597835,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +7368,20597836,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22684,0,"",python,selection_command +7369,20600178,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +7370,20600179,"/fast/home/franz.srambical/jafar/utils/nn.py",10773,0,"",python,selection_command +7371,20604249,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +7372,20604250,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",37837,0,"",python,selection_command +7373,20607387,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +7374,20607387,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77888,0,"",python,selection_command +7375,20611940,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12107,0,"",python,selection_command +7376,20646586,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12078,0,"",python,selection_command +7377,20646705,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12048,0,"",python,selection_command +7378,20646842,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12025,0,"",python,selection_command +7379,20646980,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12027,0,"",python,selection_command +7380,20647424,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12030,0,"",python,selection_command +7381,20648258,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12020,0,"",python,selection_command +7382,20648608,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10050,0,"",python,selection_command +7383,20649867,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78566,0,"",python,selection_command +7384,20652627,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78268,0,"",python,selection_command +7385,20652864,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78248,0,"",python,selection_command +7386,20653025,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78089,0,"",python,selection_command +7387,20653184,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78015,0,"",python,selection_command +7388,20653383,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77924,0,"",python,selection_command +7389,20653710,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77807,0,"",python,selection_command +7390,20654160,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77778,0,"",python,selection_command +7391,20654731,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77783,0,"",python,selection_command +7392,20654898,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77785,0,"",python,selection_command +7393,20655321,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67527,0,"",python,selection_command +7394,20660334,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67573,0,"",python,selection_command +7395,20660585,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67596,0,"",python,selection_command +7396,20660603,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67632,0,"",python,selection_command +7397,20660632,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67695,0,"",python,selection_command +7398,20660665,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67700,0,"",python,selection_command +7399,20660694,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67723,0,"",python,selection_command +7400,20660730,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67754,0,"",python,selection_command +7401,20660769,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67817,0,"",python,selection_command +7402,20660796,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67892,0,"",python,selection_command +7403,20660826,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67928,0,"",python,selection_command +7404,20660859,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68019,0,"",python,selection_command +7405,20660894,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68024,0,"",python,selection_command +7406,20660925,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68050,0,"",python,selection_command +7407,20661668,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,18," if bias is None:",python,selection_command +7408,20661841,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68046,34," if bias is None:\n bias = mask",python,selection_command +7409,20725947,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68069,0,"",python,selection_command +7410,20729436,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",66801,0,"",python,selection_command +7411,20730381,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",66846,0,"",python,selection_command +7412,20730614,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",66889,0,"",python,selection_command +7413,20730640,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",66934,0,"",python,selection_command +7414,20730668,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",66995,0,"",python,selection_command +7415,20730703,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67040,0,"",python,selection_command +7416,20730739,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67094,0,"",python,selection_command +7417,20730769,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67138,0,"",python,selection_command +7418,20730800,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67190,0,"",python,selection_command +7419,20730834,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67249,0,"",python,selection_command +7420,20730868,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67325,0,"",python,selection_command +7421,20730902,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67377,0,"",python,selection_command +7422,20730934,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67381,0,"",python,selection_command +7423,20730967,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67413,0,"",python,selection_command +7424,20731002,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67414,0,"",python,selection_command +7425,20731035,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67522,0,"",python,selection_command +7426,20731069,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,0,"",python,selection_command +7427,20731242,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67569,0,"",python,selection_command +7428,20731810,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,0,"",python,selection_command +7429,20732310,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67527,0,"",python,selection_command +7430,20735179,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71311,21,"combine_bias_and_mask",python,selection_command +7431,20735358,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71331,0,"",python,selection_command +7432,20737178,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77785,0,"",python,selection_command +7433,20737883,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67527,0,"",python,selection_command +7434,20742101,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77785,21,"combine_bias_and_mask",python,selection_command +7435,20742427,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77805,0,"",python,selection_command +7436,20743336,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",76386,0,"",python,selection_command +7437,20744043,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",74658,0,"",python,selection_command +7438,20744562,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",73054,0,"",python,selection_command +7439,20745098,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72076,0,"",python,selection_command +7440,20745732,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72090,0,"",python,selection_command +7441,20745870,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72091,0,"",python,selection_command +7442,20746022,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72094,0,"",python,selection_command +7443,20746511,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,26,"def dot_product_attention(",python,selection_command +7444,20747542,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,668,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n",python,selection_command +7445,20747655,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,1047,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n",python,selection_command +7446,20747855,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,1222,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n",python,selection_command +7447,20748029,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,1403,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n",python,selection_command +7448,20748121,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,4333,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n",python,selection_command +7449,20748306,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,5681,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n\n if use_fp8:\n if fp8_params is None:\n raise ValueError(""fp8_params should not be None."")\n if mask_type not in (MaskType.NO_MASK, MaskType.CAUSAL):\n raise ValueError(""Only NO_MASK or CAUSAL masks are supported for fp8."")\n if not all(x is None for x in [bias, mask, q_seqlen, kv_seqlen]):\n raise ValueError(\n f""Expected 'None' for bias, mask, q_seqlen, and kv_seqlen, ""\n f""but got: bias={bias}, mask={mask}, q_seqlen={q_seqlen}, kv_seqlen={kv_seqlen}""\n )\n check_fp8_params(fp8_params)\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n output, amax_s, amax_o = _dot_product_attention_fp8(\n query, key, value, fp8_params,\n scale, mask_type == MaskType.CAUSAL, layout.value, cudnn_version\n )\n return output, amax_s, amax_o\n else:\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask"")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}"")\n if q_offsets is not None and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to use packed layout"")\n",python,selection_command +7450,20748497,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,6100,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n\n if use_fp8:\n if fp8_params is None:\n raise ValueError(""fp8_params should not be None."")\n if mask_type not in (MaskType.NO_MASK, MaskType.CAUSAL):\n raise ValueError(""Only NO_MASK or CAUSAL masks are supported for fp8."")\n if not all(x is None for x in [bias, mask, q_seqlen, kv_seqlen]):\n raise ValueError(\n f""Expected 'None' for bias, mask, q_seqlen, and kv_seqlen, ""\n f""but got: bias={bias}, mask={mask}, q_seqlen={q_seqlen}, kv_seqlen={kv_seqlen}""\n )\n check_fp8_params(fp8_params)\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n output, amax_s, amax_o = _dot_product_attention_fp8(\n query, key, value, fp8_params,\n scale, mask_type == MaskType.CAUSAL, layout.value, cudnn_version\n )\n return output, amax_s, amax_o\n else:\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask"")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}"")\n if q_offsets is not None and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to use packed layout"")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n",python,selection_command +7451,20748660,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,6409,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n\n if use_fp8:\n if fp8_params is None:\n raise ValueError(""fp8_params should not be None."")\n if mask_type not in (MaskType.NO_MASK, MaskType.CAUSAL):\n raise ValueError(""Only NO_MASK or CAUSAL masks are supported for fp8."")\n if not all(x is None for x in [bias, mask, q_seqlen, kv_seqlen]):\n raise ValueError(\n f""Expected 'None' for bias, mask, q_seqlen, and kv_seqlen, ""\n f""but got: bias={bias}, mask={mask}, q_seqlen={q_seqlen}, kv_seqlen={kv_seqlen}""\n )\n check_fp8_params(fp8_params)\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n output, amax_s, amax_o = _dot_product_attention_fp8(\n query, key, value, fp8_params,\n scale, mask_type == MaskType.CAUSAL, layout.value, cudnn_version\n )\n return output, amax_s, amax_o\n else:\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask"")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}"")\n if q_offsets is not None and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to use packed layout"")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n if q_seqlen is None:\n q_seqlen = _not_used\n if kv_seqlen is None:\n kv_seqlen = _not_used\n if q_offsets is None:\n q_offsets = _not_used\n if kv_offsets is None:\n kv_offsets = _not_used\n",python,selection_command +7452,20748778,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",72092,6710,"def dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n q_seqlen: Array | None = None,\n kv_seqlen: Array | None = None,\n q_offsets: Array | None = None,\n kv_offsets: Array | None = None,\n fp8_params: FP8Params | None = None,\n *,\n scale: float = 1.0,\n mask_type: MaskType = MaskType.NO_MASK,\n seed: int = 42,\n dropout_rate: float = 0.,\n qkv_layout: str = ""BTNH"",\n sliding_window_length: int | None = None,\n use_fp8: bool = False,\n return_residual: bool = False\n):\n """"""Computes dot-product attention given query (Q), key (K), and value (V).\n\n This function serves as the core operation for applying attention\n mechanisms as described in the paper [https://arxiv.org/abs/1706.03762].\n Initially, it determines the attention weights by processing Q and K,\n subsequently combining the outcomes using K. Throughout this function, we\n utilize the following uppercase letters to represent specific parameters of\n array:\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head.\n\n The supported layouts for Q, K, V are either BT(S)NH or BNT(S)H, and they must\n adhere to the same layout. The output layout remains consistent with Q,\n defaulting to BT(S)NH.\n\n Args:\n query: Queries for attention calculation with a shape of BTNH or BNTH.\n key: Keys for attention calculation with a shape of BSNH or BNSH.\n value: Values to be used in attention with a shape of BSNH or BNSH.\n bias: Bias to be added to logits with a shape of BNTS.\n mask: Mask used to filter out logits with a shape of BNTS.\n q_seqlen: Non padded sequence length of query with a shape of B.\n If q_offsets is set, q_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n kv_seqlen: Non padded sequence length of key and value with a shape of B.\n If kv_offsets is set, kv_seqlen should have shape [B,M] where M is the\n maximum number of segments per batch. For batch that has less segments\n than maximum segments, fill the padded entries with -1.\n q_offsets: offset of each segment packed in query with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, q_offsets = [[0,1,2,-1], [0,1,-1,-1]]. q_seqlen should be set\n to indicate the size of each segment.\n kv_offsets: offset of each segment packed in key with a shape of [B,M+1]\n where M is the maximum number of segments per batch. For batch that has\n less segments than maximum segments, fill the padded entries with -1.\n E.g, if 2 batches has 3 and 2 segments respectively, each segment has\n size 1, kv_offsets = [[0,1,2,-1], [0,1,-1,-1]]. kv_seqlen should be set\n to indicate the size of each segment.\n scale: Scale for the query.\n dropout_rate: Dropout rate.\n qkv_layout: Layout string, with supported formats being BTNH, BNTH, BSNH,\n BNSH.\n sliding_window_length: Window size to make attention only attend to each\n token's left local window (pos - sliding_window_length, pos] where `pos`\n is the index of each token. E.g., if sliding_window_length == 3 and the\n sequence is [0, 1, 2, 3, c, 4, 5], token `c` can attend to [4, 5, c].\n use_fp8: Whether to use FP8 attention mechanism.\n return_residual: Whether to return the logsumexp tensor of shape BTN\n or BNT to users. See section 3.1.1 in the FlashAttention-2 paper:\n https://arxiv.org/pdf/2307.08691 to find the definition of logsumexp.\n Returns:\n output: the same shape as the query.\n residual: the logsumexp tensor if return_residual=True. (non fp8)\n amax_s: amax of state. (fp8 only)\n amax_o: amax of output. (fp8 only)\n """"""\n # TODO(b/380898464): Check the compute capability, e.g., require GPU device,\n # in the kernel implementation (c++) code.\n cudnn_version = check_cudnn_version()\n layout = _normalize_layout(qkv_layout)\n\n if use_fp8:\n if fp8_params is None:\n raise ValueError(""fp8_params should not be None."")\n if mask_type not in (MaskType.NO_MASK, MaskType.CAUSAL):\n raise ValueError(""Only NO_MASK or CAUSAL masks are supported for fp8."")\n if not all(x is None for x in [bias, mask, q_seqlen, kv_seqlen]):\n raise ValueError(\n f""Expected 'None' for bias, mask, q_seqlen, and kv_seqlen, ""\n f""but got: bias={bias}, mask={mask}, q_seqlen={q_seqlen}, kv_seqlen={kv_seqlen}""\n )\n check_fp8_params(fp8_params)\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n output, amax_s, amax_o = _dot_product_attention_fp8(\n query, key, value, fp8_params,\n scale, mask_type == MaskType.CAUSAL, layout.value, cudnn_version\n )\n return output, amax_s, amax_o\n else:\n if has_padding(mask_type) and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to generate padding mask"")\n if sliding_window_length is not None and sliding_window_length <= 0:\n raise ValueError(\n f""Require sliding_window_length > 0, got {sliding_window_length}"")\n if q_offsets is not None and (q_seqlen is None or kv_seqlen is None):\n raise ValueError(""Require q_seqlen and kv_seqlen to use packed layout"")\n\n bias = combine_bias_and_mask(bias, mask, query.dtype)\n # check if input shape and data type is compatiable\n check_layout(query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n None, None, layout)\n has_bias = bias is not None\n has_dbias = has_bias and \\n should_export_dbias(bias.shape, query.shape, layout) # type: ignore[union-attr]\n variadic_args = (has_bias, has_dbias)\n\n _not_used = jnp.zeros(0, dtype=query.dtype)\n if bias is None:\n bias = _not_used\n if q_seqlen is None:\n q_seqlen = _not_used\n if kv_seqlen is None:\n kv_seqlen = _not_used\n if q_offsets is None:\n q_offsets = _not_used\n if kv_offsets is None:\n kv_offsets = _not_used\n\n output = _dot_product_attention(\n query, key, value, bias, q_seqlen, kv_seqlen, q_offsets, kv_offsets,\n _not_used, _not_used, scale, seed, dropout_rate, variadic_args,\n mask_type, layout.value, sliding_window_length, cudnn_version,\n return_residual)\n return output\n",python,selection_command +7453,20752541,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78802,0,"",python,selection_command +7454,20753118,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78784,0,"",python,selection_command +7455,20753330,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78759,0,"",python,selection_command +7456,20753359,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78688,0,"",python,selection_command +7457,20753389,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78616,0,"",python,selection_command +7458,20753414,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78539,0,"",python,selection_command +7459,20753449,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78502,0,"",python,selection_command +7460,20753490,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78501,0,"",python,selection_command +7461,20753515,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78472,0,"",python,selection_command +7462,20753549,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78445,0,"",python,selection_command +7463,20753581,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78417,0,"",python,selection_command +7464,20753615,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78391,0,"",python,selection_command +7465,20753649,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78363,0,"",python,selection_command +7466,20753682,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78337,0,"",python,selection_command +7467,20753722,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78310,0,"",python,selection_command +7468,20753757,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78285,0,"",python,selection_command +7469,20753790,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78262,0,"",python,selection_command +7470,20753822,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78241,0,"",python,selection_command +7471,20753855,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78193,0,"",python,selection_command +7472,20753888,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78192,0,"",python,selection_command +7473,20753920,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78150,0,"",python,selection_command +7474,20753953,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78063,0,"",python,selection_command +7475,20753986,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78032,0,"",python,selection_command +7476,20754021,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",78000,0,"",python,selection_command +7477,20754053,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77974,0,"",python,selection_command +7478,20754086,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77888,0,"",python,selection_command +7479,20754119,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77832,0,"",python,selection_command +7480,20754153,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77774,0,"",python,selection_command +7481,20774179,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77778,0,"",python,selection_command +7482,20774475,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77783,0,"",python,selection_command +7483,20774796,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",77785,0,"",python,selection_command +7484,20775184,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67527,0,"",python,selection_command +7485,20775880,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,45,"def combine_bias_and_mask(bias, mask, dtype):",python,selection_command +7486,20776033,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,68,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:",python,selection_command +7487,20776297,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,104,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape",python,selection_command +7488,20776310,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,171,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)",python,selection_command +7489,20776345,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,172,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n",python,selection_command +7490,20776377,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,195,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:",python,selection_command +7491,20776412,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,226,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:",python,selection_command +7492,20776446,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,289,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)",python,selection_command +7493,20776480,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,364,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)",python,selection_command +7494,20776511,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,400,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape",python,selection_command +7495,20776546,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,495,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]",python,selection_command +7496,20776581,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,496,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n",python,selection_command +7497,20776614,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,522,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask",python,selection_command +7498,20776645,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,541,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:",python,selection_command +7499,20776679,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,557,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask",python,selection_command +7500,20776713,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,565,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:",python,selection_command +7501,20776878,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,590,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:\n if mask is not None:",python,selection_command +7502,20777031,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,632,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape",python,selection_command +7503,20777165,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,657,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape\n bias = bias + mask",python,selection_command +7504,20777316,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",67523,671,"def combine_bias_and_mask(bias, mask, dtype):\n if bias is not None:\n # reshape bias to have 4D shape\n bias = bias.reshape((1,) * (4 - len(bias.shape)) + bias.shape)\n\n if mask is not None:\n if mask.dtype == jnp.bool:\n large_negative_number = get_large_negative_number(dtype)\n mask = jnp.where(mask, jnp.asarray(0, dtype), large_negative_number)\n # reshape mask to have 4D shape\n mask = mask.reshape((1,) * (4 - len(mask.shape)) + mask.shape) # type: ignore[union-attr]\n\n # combine bias and mask\n if bias is None:\n bias = mask\n else:\n if mask is not None:\n # should be broadcast to same shape\n bias = bias + mask\n return bias",python,selection_command +7505,20784821,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",68185,0,"",python,selection_command +7506,21068653,"utils/nn.py",0,0,"",python,tab +7507,21069841,"utils/nn.py",11145,0,"",python,selection_command +7508,21070257,"utils/nn.py",11121,0,"",python,selection_command +7509,21070483,"utils/nn.py",11120,0,"",python,selection_command +7510,21070515,"utils/nn.py",11041,0,"",python,selection_command +7511,21070548,"utils/nn.py",11031,0,"",python,selection_command +7512,21070580,"utils/nn.py",10998,0,"",python,selection_command +7513,21070614,"utils/nn.py",10955,0,"",python,selection_command +7514,21070647,"utils/nn.py",10929,0,"",python,selection_command +7515,21070681,"utils/nn.py",10903,0,"",python,selection_command +7516,21070714,"utils/nn.py",10875,0,"",python,selection_command +7517,21070748,"utils/nn.py",10851,0,"",python,selection_command +7518,21070781,"utils/nn.py",10823,0,"",python,selection_command +7519,21070814,"utils/nn.py",10773,0,"",python,selection_command +7520,21070846,"utils/nn.py",10703,0,"",python,selection_command +7521,21070881,"utils/nn.py",10702,0,"",python,selection_command +7522,21071052,"utils/nn.py",10631,0,"",python,selection_command +7523,21071190,"utils/nn.py",10630,0,"",python,selection_command +7524,21071343,"utils/nn.py",10605,0,"",python,selection_command +7525,21071460,"utils/nn.py",10559,0,"",python,selection_command +7526,21071680,"utils/nn.py",10462,0,"",python,selection_command +7527,21072305,"utils/nn.py",10388,0,"",python,selection_command +7528,21072445,"utils/nn.py",10374,0,"",python,selection_command +7529,21072638,"utils/nn.py",10288,0,"",python,selection_command +7530,21101250,"utils/nn.py",10241,0,"",python,selection_command +7531,21101594,"utils/nn.py",10202,0,"",python,selection_command +7532,21103647,"utils/nn.py",10240,0,"\n ",python,content +7533,21104619,"utils/nn.py",10253,0,"m",python,content +7534,21104620,"utils/nn.py",10254,0,"",python,selection_keyboard +7535,21104697,"utils/nn.py",10254,0,"a",python,content +7536,21104697,"utils/nn.py",10255,0,"",python,selection_keyboard +7537,21104760,"utils/nn.py",10255,0,"s",python,content +7538,21104760,"utils/nn.py",10256,0,"",python,selection_keyboard +7539,21104796,"utils/nn.py",10256,0,"k",python,content +7540,21104796,"utils/nn.py",10257,0,"",python,selection_keyboard +7541,21105042,"utils/nn.py",10257,0,"_",python,content +7542,21105042,"utils/nn.py",10258,0,"",python,selection_keyboard +7543,21105314,"utils/nn.py",10258,0,"4",python,content +7544,21105315,"utils/nn.py",10259,0,"",python,selection_keyboard +7545,21105534,"utils/nn.py",10259,0,"d",python,content +7546,21105534,"utils/nn.py",10260,0,"",python,selection_keyboard +7547,21106807,"utils/nn.py",10260,0," ",python,content +7548,21106808,"utils/nn.py",10261,0,"",python,selection_keyboard +7549,21106925,"utils/nn.py",10261,0,"=",python,content +7550,21106926,"utils/nn.py",10262,0,"",python,selection_keyboard +7551,21107742,"utils/nn.py",10262,0," ",python,content +7552,21107742,"utils/nn.py",10263,0,"",python,selection_keyboard +7553,21134417,"utils/nn.py",10263,0,"m",python,content +7554,21134417,"utils/nn.py",10264,0,"",python,selection_keyboard +7555,21134507,"utils/nn.py",10264,0,"a",python,content +7556,21134507,"utils/nn.py",10265,0,"",python,selection_keyboard +7557,21134560,"utils/nn.py",10265,0,"s",python,content +7558,21134560,"utils/nn.py",10266,0,"",python,selection_keyboard +7559,21134641,"utils/nn.py",10266,0,"k",python,content +7560,21134641,"utils/nn.py",10267,0,"",python,selection_keyboard +7561,21134843,"utils/nn.py",10267,0,"_",python,content +7562,21134844,"utils/nn.py",10268,0,"",python,selection_keyboard +7563,21135049,"utils/nn.py",10268,0,"4",python,content +7564,21135049,"utils/nn.py",10269,0,"",python,selection_keyboard +7565,21135270,"utils/nn.py",10269,0,"d",python,content +7566,21135270,"utils/nn.py",10270,0,"",python,selection_keyboard +7567,21136546,"utils/nn.py",10263,7,"",python,content +7568,21142664,"utils/nn.py",10263,0,"m",python,content +7569,21142664,"utils/nn.py",10264,0,"",python,selection_keyboard +7570,21142696,"utils/nn.py",10264,0,"a",python,content +7571,21142696,"utils/nn.py",10265,0,"",python,selection_keyboard +7572,21142752,"utils/nn.py",10265,0,"s",python,content +7573,21142752,"utils/nn.py",10266,0,"",python,selection_keyboard +7574,21142827,"utils/nn.py",10266,0,"k",python,content +7575,21142827,"utils/nn.py",10267,0,"",python,selection_keyboard +7576,21143082,"utils/nn.py",10267,0,"_",python,content +7577,21143082,"utils/nn.py",10268,0,"",python,selection_keyboard +7578,21144555,"utils/nn.py",10267,1,"",python,content +7579,21144696,"utils/nn.py",10266,1,"",python,content +7580,21144851,"utils/nn.py",10265,1,"",python,content +7581,21144985,"utils/nn.py",10264,1,"",python,content +7582,21145116,"utils/nn.py",10263,1,"",python,content +7583,21145234,"utils/nn.py",10263,0,"e",python,content +7584,21145235,"utils/nn.py",10264,0,"",python,selection_keyboard +7585,21145314,"utils/nn.py",10264,0,"i",python,content +7586,21145314,"utils/nn.py",10265,0,"",python,selection_keyboard +7587,21145380,"utils/nn.py",10265,0,"n",python,content +7588,21145380,"utils/nn.py",10266,0,"",python,selection_keyboard +7589,21145647,"utils/nn.py",10266,0,"o",python,content +7590,21145647,"utils/nn.py",10267,0,"",python,selection_keyboard +7591,21145731,"utils/nn.py",10267,0,"p",python,content +7592,21145732,"utils/nn.py",10268,0,"",python,selection_keyboard +7593,21145851,"utils/nn.py",10268,0,"s",python,content +7594,21145851,"utils/nn.py",10269,0,"",python,selection_keyboard +7595,21146331,"utils/nn.py",10269,0,".rearrange(mask_4d, ""b h q k -> b q k h"")",python,content +7596,21146629,"utils/nn.py",10309,0,"",python,selection_command +7597,21146802,"utils/nn.py",10308,0,"",python,selection_command +7598,21147051,"utils/nn.py",10307,0,"",python,selection_command +7599,21147082,"utils/nn.py",10305,0,"",python,selection_command +7600,21147115,"utils/nn.py",10303,0,"",python,selection_command +7601,21147147,"utils/nn.py",10301,0,"",python,selection_command +7602,21147182,"utils/nn.py",10298,0,"",python,selection_command +7603,21147348,"utils/nn.py",10296,0,"",python,selection_command +7604,21147501,"utils/nn.py",10294,0,"",python,selection_command +7605,21147618,"utils/nn.py",10292,0,"",python,selection_command +7606,21147782,"utils/nn.py",10290,0,"",python,selection_command +7607,21147954,"utils/nn.py",10289,0,"",python,selection_command +7608,21148168,"utils/nn.py",10290,0,"",python,selection_command +7609,21151122,"utils/nn.py",10290,1,"b",python,selection_command +7610,21151186,"utils/nn.py",10290,3,"b h",python,selection_command +7611,21151341,"utils/nn.py",10290,5,"b h q",python,selection_command +7612,21151498,"utils/nn.py",10290,7,"b h q k",python,selection_command +7613,21163100,"utils/nn.py",10290,7,"",python,content +7614,21163757,"utils/nn.py",10290,0,".",python,content +7615,21163757,"utils/nn.py",10291,0,"",python,selection_keyboard +7616,21163905,"utils/nn.py",10291,0,".",python,content +7617,21163905,"utils/nn.py",10292,0,"",python,selection_keyboard +7618,21164033,"utils/nn.py",10292,0,".",python,content +7619,21164033,"utils/nn.py",10293,0,"",python,selection_keyboard +7620,21164164,"utils/nn.py",10293,0," ",python,content +7621,21164164,"utils/nn.py",10294,0,"",python,selection_keyboard +7622,21177058,"utils/nn.py",10294,0,"t",python,content +7623,21177058,"utils/nn.py",10295,0,"",python,selection_keyboard +7624,21177431,"utils/nn.py",10295,0," ",python,content +7625,21177431,"utils/nn.py",10296,0,"",python,selection_keyboard +7626,21177564,"utils/nn.py",10296,0,"s",python,content +7627,21177565,"utils/nn.py",10297,0,"",python,selection_keyboard +7628,21177803,"utils/nn.py",10296,0,"",python,selection_command +7629,21178039,"utils/nn.py",10298,0,"",python,selection_command +7630,21178194,"utils/nn.py",10301,0,"",python,selection_command +7631,21178326,"utils/nn.py",10303,0,"",python,selection_command +7632,21178994,"utils/nn.py",10301,0,"",python,selection_command +7633,21179185,"utils/nn.py",10301,1,"b",python,selection_command +7634,21179243,"utils/nn.py",10301,3,"b q",python,selection_command +7635,21179379,"utils/nn.py",10301,5,"b q k",python,selection_command +7636,21179624,"utils/nn.py",10301,7,"b q k h",python,selection_command +7637,21179966,"utils/nn.py",10301,7,"",python,content +7638,21180229,"utils/nn.py",10301,0,".",python,content +7639,21180229,"utils/nn.py",10302,0,"",python,selection_keyboard +7640,21180346,"utils/nn.py",10302,0,".",python,content +7641,21180346,"utils/nn.py",10303,0,"",python,selection_keyboard +7642,21180511,"utils/nn.py",10303,0," ",python,content +7643,21180511,"utils/nn.py",10304,0,"",python,selection_keyboard +7644,21180985,"utils/nn.py",10303,1,"",python,content +7645,21181110,"utils/nn.py",10302,1,"",python,content +7646,21181260,"utils/nn.py",10301,1,"",python,content +7647,21182175,"utils/nn.py",10300,1,"",python,content +7648,21182334,"utils/nn.py",10300,0," ",python,content +7649,21182335,"utils/nn.py",10301,0,"",python,selection_keyboard +7650,21182718,"utils/nn.py",10301,0,".",python,content +7651,21182719,"utils/nn.py",10302,0,"",python,selection_keyboard +7652,21183094,"utils/nn.py",10302,0,".",python,content +7653,21183095,"utils/nn.py",10303,0,"",python,selection_keyboard +7654,21183285,"utils/nn.py",10303,0,".",python,content +7655,21183286,"utils/nn.py",10304,0,"",python,selection_keyboard +7656,21183486,"utils/nn.py",10304,0," ",python,content +7657,21183486,"utils/nn.py",10305,0,"",python,selection_keyboard +7658,21207248,"utils/nn.py",10304,0,"",python,selection_command +7659,21207352,"utils/nn.py",10301,0,"",python,selection_command +7660,21207495,"utils/nn.py",10298,0,"",python,selection_command +7661,21207614,"utils/nn.py",10296,0,"",python,selection_command +7662,21207781,"utils/nn.py",10294,0,"",python,selection_command +7663,21208594,"utils/nn.py",10295,0,"",python,selection_command +7664,21208705,"utils/nn.py",10295,0,"i",python,content +7665,21208705,"utils/nn.py",10296,0,"",python,selection_keyboard +7666,21208815,"utils/nn.py",10295,0,"",python,selection_command +7667,21208985,"utils/nn.py",10296,0,"",python,selection_command +7668,21209125,"utils/nn.py",10297,0,"",python,selection_command +7669,21209258,"utils/nn.py",10298,0,"",python,selection_command +7670,21209377,"utils/nn.py",10298,0,"i",python,content +7671,21209377,"utils/nn.py",10299,0,"",python,selection_keyboard +7672,21209503,"utils/nn.py",10298,0,"",python,selection_command +7673,21209752,"utils/nn.py",10301,0,"",python,selection_command +7674,21209908,"utils/nn.py",10305,0,"",python,selection_command +7675,21210074,"utils/nn.py",10308,0,"",python,selection_command +7676,21210692,"utils/nn.py",10307,0,"",python,selection_command +7677,21211173,"utils/nn.py",10307,0,"t",python,content +7678,21211173,"utils/nn.py",10308,0,"",python,selection_keyboard +7679,21211275,"utils/nn.py",10308,0," ",python,content +7680,21211276,"utils/nn.py",10309,0,"",python,selection_keyboard +7681,21211437,"utils/nn.py",10309,0,"s",python,content +7682,21211437,"utils/nn.py",10310,0,"",python,selection_keyboard +7683,21211673,"utils/nn.py",10309,0,"",python,selection_command +7684,21212103,"utils/nn.py",10310,0,"",python,selection_command +7685,21212170,"utils/nn.py",10311,0,"",python,selection_command +7686,21212595,"utils/nn.py",10311,0,",",python,content +7687,21212596,"utils/nn.py",10312,0,"",python,selection_keyboard +7688,21212721,"utils/nn.py",10312,0," ",python,content +7689,21212721,"utils/nn.py",10313,0,"",python,selection_keyboard +7690,21214552,"utils/nn.py",10313,0,"t",python,content +7691,21214552,"utils/nn.py",10314,0,"",python,selection_keyboard +7692,21214903,"utils/nn.py",10314,0,"=",python,content +7693,21214904,"utils/nn.py",10315,0,"",python,selection_keyboard +7694,21216513,"utils/nn.py",10315,0,"target_seq_len, s=target_seq_len",python,content +7695,21216750,"utils/nn.py",10346,0,"",python,selection_command +7696,21218119,"utils/nn.py",10241,0,"",python,selection_command +7697,21220025,"utils/nn.py",10347,0,"",python,selection_command +7698,21248174,"utils/nn.py",10241,0,"",python,selection_command +7699,21249662,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7700,21249724,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7701,21250007,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7702,21250702,"utils/nn.py",10347,0,"",python,selection_command +7703,21261421,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7704,21269409,"TERMINAL",0,0,"2025-07-27 15:13:09.210674: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7705,21270881,"TERMINAL",0,0,"2025-07-27 15:13:10.681764: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7706,21273485,"utils/nn.py",10394,0,"",python,selection_command +7707,21273744,"utils/nn.py",10480,0,"",python,selection_command +7708,21273909,"utils/nn.py",10494,0,"",python,selection_command +7709,21274347,"TERMINAL",0,0,"2025-07-27 15:13:14.150042: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7710,21275121,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 531, in reduce\r\n recipe = _prepare_transformation_recipe(pattern, reduction, axes_names=tuple(axes_lengths), ndim=len(shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 313, in _prepare_transformation_recipe\r\n raise EinopsError(""Identifiers only on one side of expression (should be on both): {}"".format(difference))\r\neinops.EinopsError: Identifiers only on one side of expression (should be on both): {'ti', 's', 't', 'si'}\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 324, in attention_fn\r\n mask_4d = einops.rearrange(mask_4d, ""... ti si -> ... t s"", t=target_seq_len, s=target_seq_len)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 600, in rearrange\r\n return reduce(tensor, pattern, reduction=""rearrange"", **axes_lengths)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 542, in reduce\r\n raise EinopsError(message + ""\n {}"".format(e))\r\neinops.EinopsError: Error while processing rearrange-reduction pattern ""... ti si -> ... t s"".\r\n Input tensor shape: (921, 1, 1, 1). Additional info: {'t': 4, 's': 4}.\r\n Identifiers only on one side of expression (should be on both): {'ti', 's', 't', 'si'}\r\n",,terminal_output +7711,21276132,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7712,21279995,"utils/nn.py",10480,0,"",python,selection_command +7713,21280697,"utils/nn.py",10396,86,"",python,content +7714,21280741,"utils/nn.py",10404,0,"",python,selection_command +7715,21280826,"utils/nn.py",10357,0,"",python,selection_command +7716,21280980,"utils/nn.py",10249,0,"",python,selection_command +7717,21281123,"utils/nn.py",10210,0,"",python,selection_command +7718,21282031,"utils/nn.py",10240,0,"\n # mask_4d.shape (921, 1, 1, 1) (B, H-broadcast, Q-broadcast, K-broadcast)",python,content +7719,21282032,"utils/nn.py",10253,0,"",python,selection_command +7720,21302202,"utils/nn.py",10339,0,"",python,selection_command +7721,21302450,"utils/nn.py",10327,107," mask_4d = einops.rearrange(mask_4d, ""... ti si -> ... t s"", t=target_seq_len, s=target_seq_len)",python,selection_command +7722,21305354,"utils/nn.py",10339,0,"",python,selection_command +7723,21305739,"utils/nn.py",10327,107," mask_4d = einops.rearrange(mask_4d, ""... ti si -> ... t s"", t=target_seq_len, s=target_seq_len)",python,selection_command +7724,21306082,"utils/nn.py",10339,0,"",python,selection_command +7725,21318001,"utils/nn.py",10327,0,"",python,selection_command +7726,21319981,"utils/nn.py",10327,0," mask_4d = jnp.broadcast_to(mask_4d, mask_4d.shape[:-2] + (target_seq_len, target_seq_len))\n",python,content +7727,21319983,"utils/nn.py",10430,108,"",python,content +7728,21324165,"utils/nn.py",10327,0,"",python,selection_command +7729,21324811,"utils/nn.py",10327,102," mask_4d = einops.rearrange(mask_4d, ""... ti si -> ... t s"", t=target_seq_len, s=target_seq_len)",python,content +7730,21326081,"utils/nn.py",10327,0," mask_4d = einops.rearrange(mask_4d, ""... -> ... t s"", t=target_seq_len, s=target_seq_len)\n",python,content +7731,21326083,"utils/nn.py",10429,108,"",python,content +7732,21336570,"utils/nn.py",10339,0,"",python,selection_command +7733,21339051,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +7734,21339668,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7735,21350892,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7736,21369000,"TERMINAL",0,0,"2025-07-27 15:14:48.765307: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7737,21370436,"TERMINAL",0,0,"2025-07-27 15:14:50.239375: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7738,21373907,"TERMINAL",0,0,"2025-07-27 15:14:53.710363: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7739,21374680,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 531, in reduce\r\n recipe = _prepare_transformation_recipe(pattern, reduction, axes_names=tuple(axes_lengths), ndim=len(shape))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 313, in _prepare_transformation_recipe\r\n raise EinopsError(""Identifiers only on one side of expression (should be on both): {}"".format(difference))\r\neinops.EinopsError: Identifiers only on one side of expression (should be on both): {'s', 't'}\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 134, in __call__\r\n z = self.temporal_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 325, in attention_fn\r\n mask_4d = einops.rearrange(mask_4d, ""... -> ... t s"", t=target_seq_len, s=target_seq_len)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 600, in rearrange\r\n return reduce(tensor, pattern, reduction=""rearrange"", **axes_lengths)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/einops/einops.py"", line 542, in reduce\r\n raise EinopsError(message + ""\n {}"".format(e))\r\neinops.EinopsError: Error while processing rearrange-reduction pattern ""... -> ... t s"".\r\n Input tensor shape: (921, 1, 1, 1). Additional info: {'t': 4, 's': 4}.\r\n Identifiers only on one side of expression (should be on both): {'s', 't'}\r\n",,terminal_output +7740,21375716,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7741,21469408,"utils/nn.py",10380,0,"ti si ",python,content +7742,21470209,"utils/nn.py",10253,86,"",python,content +7743,21470222,"utils/nn.py",10210,0,"",python,selection_command +7744,21470773,"utils/nn.py",10253,0,"# mask_4d.shape (921, 1, 1, 1) (B, H-broadcast, Q-broadcast, K-broadcast)\n ",python,content +7745,21471304,"utils/nn.py",10249,0,"",python,selection_command +7746,21471766,"utils/nn.py",10335,0,"",python,selection_command +7747,21472013,"utils/nn.py",10327,107," mask_4d = einops.rearrange(mask_4d, ""... ti si -> ... t s"", t=target_seq_len, s=target_seq_len)",python,selection_command +7748,21472488,"utils/nn.py",10335,0,"",python,selection_command +7749,21557939,"utils/nn.py",10339,0,"",python,selection_command +7750,21558098,"utils/nn.py",10347,0,"",python,selection_command +7751,21558274,"utils/nn.py",10349,0,"",python,selection_command +7752,21558401,"utils/nn.py",10355,0,"",python,selection_command +7753,21558644,"utils/nn.py",10356,0,"",python,selection_command +7754,21558970,"utils/nn.py",10356,9,"",python,content +7755,21559170,"utils/nn.py",10356,0,"r",python,content +7756,21559171,"utils/nn.py",10357,0,"",python,selection_keyboard +7757,21559223,"utils/nn.py",10357,0,"e",python,content +7758,21559224,"utils/nn.py",10358,0,"",python,selection_keyboard +7759,21559356,"utils/nn.py",10358,0,"p",python,content +7760,21559356,"utils/nn.py",10359,0,"",python,selection_keyboard +7761,21559423,"utils/nn.py",10359,0,"e",python,content +7762,21559424,"utils/nn.py",10360,0,"",python,selection_keyboard +7763,21559509,"utils/nn.py",10360,0,"a",python,content +7764,21559510,"utils/nn.py",10361,0,"",python,selection_keyboard +7765,21559643,"utils/nn.py",10361,0,"t",python,content +7766,21559643,"utils/nn.py",10362,0,"",python,selection_keyboard +7767,21559897,"utils/nn.py",10361,0,"",python,selection_command +7768,21564112,"utils/nn.py",10362,0,"",python,selection_command +7769,21564279,"utils/nn.py",10363,0,"",python,selection_command +7770,21564432,"utils/nn.py",10370,0,"",python,selection_command +7771,21564598,"utils/nn.py",10372,0,"",python,selection_command +7772,21564742,"utils/nn.py",10377,0,"",python,selection_command +7773,21564918,"utils/nn.py",10380,0,"",python,selection_command +7774,21565347,"utils/nn.py",10377,0,"",python,selection_command +7775,21565547,"utils/nn.py",10372,0,"",python,selection_command +7776,21565817,"utils/nn.py",10377,0,"",python,selection_command +7777,21566120,"utils/nn.py",10377,1,"t",python,selection_command +7778,21566213,"utils/nn.py",10377,2,"ti",python,selection_command +7779,21566617,"utils/nn.py",10377,5,"ti si",python,selection_command +7780,21566913,"utils/nn.py",10377,5,"",python,content +7781,21567188,"utils/nn.py",10377,0,"1",python,content +7782,21567188,"utils/nn.py",10378,0,"",python,selection_keyboard +7783,21567281,"utils/nn.py",10378,0," ",python,content +7784,21567281,"utils/nn.py",10379,0,"",python,selection_keyboard +7785,21567454,"utils/nn.py",10379,0,"1",python,content +7786,21567455,"utils/nn.py",10380,0,"",python,selection_keyboard +7787,21567682,"utils/nn.py",10379,0,"",python,selection_command +7788,21568297,"utils/nn.py",10381,0,"",python,selection_command +7789,21568503,"utils/nn.py",10384,0,"",python,selection_command +7790,21569019,"utils/nn.py",10428,0,"",python,selection_command +7791,21569387,"utils/nn.py",10327,0,"",python,selection_command +7792,21570751,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7793,21570815,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +7794,21571115,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7795,21582576,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7796,21590700,"TERMINAL",0,0,"2025-07-27 15:18:30.450486: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7797,21592120,"TERMINAL",0,0,"2025-07-27 15:18:31.923398: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7798,21595596,"TERMINAL",0,0,"2025-07-27 15:18:35.397376: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7799,21596347,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7800,21617789,"TERMINAL",0,0,"c",,terminal_output +7801,21618001,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7802,21618573,"TERMINAL",0,0,"c",,terminal_output +7803,21618717,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7804,21619388,"TERMINAL",0,0,"c",,terminal_output +7805,21619496,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7806,21619888,"TERMINAL",0,0,"c",,terminal_output +7807,21620017,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7808,21620353,"TERMINAL",0,0,"c",,terminal_output +7809,21620479,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(333)attention_fn()\r\n-> bias_4d = _pad(_rearrange(bias)) if bias is not None else None\r\n",,terminal_output +7810,21620855,"TERMINAL",0,0,"c",,terminal_output +7811,21620920,"TERMINAL",0,0,"\r\n",,terminal_output +7812,21621412,"TERMINAL",0,0,"2025-07-27 15:19:01.215093: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7813,21623878,"TERMINAL",0,0,"(Pdb) SSIM: 0.010262742638587952\r\n",,terminal_output +7814,21624944,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +7815,21634671,"utils/nn.py",10326,0,"\n ",python,content +7816,21634766,"utils/nn.py",10339,0,"#",python,content +7817,21634766,"utils/nn.py",10340,0,"",python,selection_keyboard +7818,21634806,"utils/nn.py",10340,0," ",python,content +7819,21634806,"utils/nn.py",10341,0,"",python,selection_keyboard +7820,21635451,"utils/nn.py",10341,0,"W",python,content +7821,21635451,"utils/nn.py",10342,0,"",python,selection_keyboard +7822,21635635,"utils/nn.py",10342,0,"e",python,content +7823,21635635,"utils/nn.py",10343,0,"",python,selection_keyboard +7824,21635701,"utils/nn.py",10343,0," ",python,content +7825,21635701,"utils/nn.py",10344,0,"",python,selection_keyboard +7826,21635821,"utils/nn.py",10344,0,"n",python,content +7827,21635821,"utils/nn.py",10345,0,"",python,selection_keyboard +7828,21635885,"utils/nn.py",10345,0,"e",python,content +7829,21635885,"utils/nn.py",10346,0,"",python,selection_keyboard +7830,21636034,"utils/nn.py",10346,0,"e",python,content +7831,21636035,"utils/nn.py",10347,0,"",python,selection_keyboard +7832,21636085,"utils/nn.py",10347,0,"d",python,content +7833,21636086,"utils/nn.py",10348,0,"",python,selection_keyboard +7834,21636172,"utils/nn.py",10348,0," ",python,content +7835,21636172,"utils/nn.py",10349,0,"",python,selection_keyboard +7836,21636306,"utils/nn.py",10349,0,"t",python,content +7837,21636307,"utils/nn.py",10350,0,"",python,selection_keyboard +7838,21636369,"utils/nn.py",10350,0,"o",python,content +7839,21636370,"utils/nn.py",10351,0,"",python,selection_keyboard +7840,21636437,"utils/nn.py",10351,0," ",python,content +7841,21636437,"utils/nn.py",10352,0,"",python,selection_keyboard +7842,21636878,"utils/nn.py",10352,0,"b",python,content +7843,21636878,"utils/nn.py",10353,0,"",python,selection_keyboard +7844,21636919,"utils/nn.py",10353,0,"r",python,content +7845,21636920,"utils/nn.py",10354,0,"",python,selection_keyboard +7846,21637036,"utils/nn.py",10354,0,"o",python,content +7847,21637036,"utils/nn.py",10355,0,"",python,selection_keyboard +7848,21637087,"utils/nn.py",10355,0,"a",python,content +7849,21637087,"utils/nn.py",10356,0,"",python,selection_keyboard +7850,21637185,"utils/nn.py",10356,0,"d",python,content +7851,21637185,"utils/nn.py",10357,0,"",python,selection_keyboard +7852,21637437,"utils/nn.py",10357,0,"c",python,content +7853,21637438,"utils/nn.py",10358,0,"",python,selection_keyboard +7854,21637490,"utils/nn.py",10358,0,"a",python,content +7855,21637490,"utils/nn.py",10359,0,"",python,selection_keyboard +7856,21637555,"utils/nn.py",10359,0,"s",python,content +7857,21637555,"utils/nn.py",10360,0,"",python,selection_keyboard +7858,21637705,"utils/nn.py",10360,0,"t",python,content +7859,21637705,"utils/nn.py",10361,0,"",python,selection_keyboard +7860,21638028,"utils/nn.py",10380,0,"",python,selection_command +7861,21638028,"utils/nn.py",10382,0,"",python,selection_command +7862,21638028,"utils/nn.py",10382,0,"1 1",python,content +7863,21638101,"utils/nn.py",10385,0,"a",python,content +7864,21638891,"utils/nn.py",10385,0,"",python,selection_command +7865,21639060,"utils/nn.py",10382,4,"",python,content +7866,21639118,"utils/nn.py",10339,35,"",python,content +7867,21639120,"utils/nn.py",10327,0,"",python,selection_command +7868,21639814,"utils/nn.py",10339,0,"# We need to broadcast\n ",python,content +7869,21639832,"utils/nn.py",10382,0,"1 1a",python,content +7870,21640347,"utils/nn.py",10362,0,"",python,selection_command +7871,21640508,"utils/nn.py",10374,0,"",python,selection_command +7872,21640762,"utils/nn.py",10382,0,"",python,selection_command +7873,21646111,"utils/nn.py",10382,1,"1",python,selection_command +7874,21646198,"utils/nn.py",10382,2,"1 ",python,selection_command +7875,21646352,"utils/nn.py",10382,3,"1 1",python,selection_command +7876,21646673,"utils/nn.py",10382,4,"1 1a",python,selection_command +7877,21647819,"utils/nn.py",10385,0,"",python,selection_command +7878,21654637,"utils/nn.py",10385,1,"a",python,selection_command +7879,21655043,"utils/nn.py",10384,2,"1a",python,selection_command +7880,21655420,"utils/nn.py",10382,4,"1 1a",python,selection_command +7881,21656756,"utils/nn.py",10382,4,"",python,content +7882,21657519,"utils/nn.py",10362,0,"",python,selection_command +7883,21657624,"utils/nn.py",10374,0,"",python,selection_command +7884,21658973,"utils/nn.py",10339,0,"",python,selection_command +7885,21659232,"utils/nn.py",10361,0,"",python,selection_command +7886,21659889,"utils/nn.py",10360,0,"",python,selection_command +7887,21659992,"utils/nn.py",10352,0,"",python,selection_command +7888,21660159,"utils/nn.py",10349,0,"",python,selection_command +7889,21660289,"utils/nn.py",10344,0,"",python,selection_command +7890,21660624,"utils/nn.py",10341,0,"",python,selection_command +7891,21661509,"utils/nn.py",10340,0,"",python,selection_command +7892,21662121,"utils/nn.py",10339,0,"",python,selection_command +7893,21662596,"utils/nn.py",10361,0,"",python,selection_command +7894,21663164,"utils/nn.py",10360,0,"",python,selection_command +7895,21727533,"utils/nn.py",10361,0,"",python,selection_command +7896,21727709,"utils/nn.py",10361,0," ",python,content +7897,21727709,"utils/nn.py",10362,0,"",python,selection_keyboard +7898,21727842,"utils/nn.py",10362,0,"t",python,content +7899,21727843,"utils/nn.py",10363,0,"",python,selection_keyboard +7900,21728045,"utils/nn.py",10363,0,"h",python,content +7901,21728045,"utils/nn.py",10364,0,"",python,selection_keyboard +7902,21728052,"utils/nn.py",10364,0,"e",python,content +7903,21728052,"utils/nn.py",10365,0,"",python,selection_keyboard +7904,21728214,"utils/nn.py",10365,0," ",python,content +7905,21728215,"utils/nn.py",10366,0,"",python,selection_keyboard +7906,21729349,"utils/nn.py",10366,0,"t",python,content +7907,21729349,"utils/nn.py",10367,0,"",python,selection_keyboard +7908,21729530,"utils/nn.py",10367,0," ",python,content +7909,21729530,"utils/nn.py",10368,0,"",python,selection_keyboard +7910,21729630,"utils/nn.py",10368,0,"a",python,content +7911,21729630,"utils/nn.py",10369,0,"",python,selection_keyboard +7912,21729765,"utils/nn.py",10369,0,"n",python,content +7913,21729765,"utils/nn.py",10370,0,"",python,selection_keyboard +7914,21729826,"utils/nn.py",10370,0,"d",python,content +7915,21729827,"utils/nn.py",10371,0,"",python,selection_keyboard +7916,21729900,"utils/nn.py",10371,0," ",python,content +7917,21729901,"utils/nn.py",10372,0,"",python,selection_keyboard +7918,21729966,"utils/nn.py",10372,0,"s",python,content +7919,21729967,"utils/nn.py",10373,0,"",python,selection_keyboard +7920,21730207,"utils/nn.py",10373,0," ",python,content +7921,21730207,"utils/nn.py",10374,0,"",python,selection_keyboard +7922,21730658,"utils/nn.py",10374,0,"d",python,content +7923,21730658,"utils/nn.py",10375,0,"",python,selection_keyboard +7924,21730748,"utils/nn.py",10375,0,"i",python,content +7925,21730748,"utils/nn.py",10376,0,"",python,selection_keyboard +7926,21730801,"utils/nn.py",10376,0,"m",python,content +7927,21730802,"utils/nn.py",10377,0,"",python,selection_keyboard +7928,21730900,"utils/nn.py",10377,0,"e",python,content +7929,21730901,"utils/nn.py",10378,0,"",python,selection_keyboard +7930,21731014,"utils/nn.py",10378,0,"n",python,content +7931,21731015,"utils/nn.py",10379,0,"",python,selection_keyboard +7932,21731132,"utils/nn.py",10379,0,"s",python,content +7933,21731133,"utils/nn.py",10380,0,"",python,selection_keyboard +7934,21731220,"utils/nn.py",10380,0,"i",python,content +7935,21731220,"utils/nn.py",10381,0,"",python,selection_keyboard +7936,21731268,"utils/nn.py",10381,0,"o",python,content +7937,21731268,"utils/nn.py",10382,0,"",python,selection_keyboard +7938,21731337,"utils/nn.py",10382,0,"n",python,content +7939,21731338,"utils/nn.py",10383,0,"",python,selection_keyboard +7940,21731450,"utils/nn.py",10383,0,"s",python,content +7941,21731450,"utils/nn.py",10384,0,"",python,selection_keyboard +7942,21733193,"utils/nn.py",10383,0,"",python,selection_command +7943,21735805,"utils/nn.py",10327,0,"",python,selection_command +7944,21736388,"utils/nn.py",10384,0,"",python,selection_command +7945,21736692,"utils/nn.py",10383,0,"",python,selection_command +7946,21737010,"utils/nn.py",10374,0,"",python,selection_command +7947,21737255,"utils/nn.py",10372,0,"",python,selection_command +7948,21737268,"utils/nn.py",10368,0,"",python,selection_command +7949,21737299,"utils/nn.py",10366,0,"",python,selection_command +7950,21737327,"utils/nn.py",10362,0,"",python,selection_command +7951,21737625,"utils/nn.py",10352,0,"",python,selection_command +7952,21737878,"utils/nn.py",10349,0,"",python,selection_command +7953,21737890,"utils/nn.py",10344,0,"",python,selection_command +7954,21738019,"utils/nn.py",10341,0,"",python,selection_command +7955,21738794,"utils/nn.py",10342,0,"",python,selection_command +7956,21739024,"utils/nn.py",10347,0,"",python,selection_command +7957,21739216,"utils/nn.py",10350,0,"",python,selection_command +7958,21739381,"utils/nn.py",10360,0,"",python,selection_command +7959,21739615,"utils/nn.py",10364,0,"",python,selection_command +7960,21739875,"utils/nn.py",10366,0,"",python,selection_command +7961,21740058,"utils/nn.py",10370,0,"",python,selection_command +7962,21740299,"utils/nn.py",10372,0,"",python,selection_command +7963,21740456,"utils/nn.py",10383,0,"",python,selection_command +7964,21741111,"utils/nn.py",10374,0,"",python,selection_command +7965,21741344,"utils/nn.py",10372,0,"",python,selection_command +7966,21741377,"utils/nn.py",10368,0,"",python,selection_command +7967,21741406,"utils/nn.py",10366,0,"",python,selection_command +7968,21741439,"utils/nn.py",10362,0,"",python,selection_command +7969,21742954,"utils/nn.py",10384,0,"",python,selection_command +7970,21762391,"utils/nn.py",10384,0," ",python,content +7971,21762392,"utils/nn.py",10385,0,"",python,selection_keyboard +7972,21762645,"utils/nn.py",10385,0,"t",python,content +7973,21762645,"utils/nn.py",10386,0,"",python,selection_keyboard +7974,21762691,"utils/nn.py",10386,0,"o",python,content +7975,21762691,"utils/nn.py",10387,0,"",python,selection_keyboard +7976,21763585,"utils/nn.py",10387,0," ",python,content +7977,21763585,"utils/nn.py",10388,0,"",python,selection_keyboard +7978,21764741,"utils/nn.py",10388,0,"t",python,content +7979,21764741,"utils/nn.py",10389,0,"",python,selection_keyboard +7980,21764824,"utils/nn.py",10389,0,"a",python,content +7981,21764824,"utils/nn.py",10390,0,"",python,selection_keyboard +7982,21764909,"utils/nn.py",10390,0,"r",python,content +7983,21764909,"utils/nn.py",10391,0,"",python,selection_keyboard +7984,21765063,"utils/nn.py",10391,0,"g",python,content +7985,21765063,"utils/nn.py",10392,0,"",python,selection_keyboard +7986,21765125,"utils/nn.py",10392,0,"e",python,content +7987,21765126,"utils/nn.py",10393,0,"",python,selection_keyboard +7988,21765214,"utils/nn.py",10393,0,"t",python,content +7989,21765214,"utils/nn.py",10394,0,"",python,selection_keyboard +7990,21765494,"utils/nn.py",10394,0,"_",python,content +7991,21765495,"utils/nn.py",10395,0,"",python,selection_keyboard +7992,21765730,"utils/nn.py",10395,0,"s",python,content +7993,21765730,"utils/nn.py",10396,0,"",python,selection_keyboard +7994,21766015,"utils/nn.py",10396,0,"e",python,content +7995,21766015,"utils/nn.py",10397,0,"",python,selection_keyboard +7996,21766064,"utils/nn.py",10397,0,"q",python,content +7997,21766064,"utils/nn.py",10398,0,"",python,selection_keyboard +7998,21766333,"utils/nn.py",10398,0,"_",python,content +7999,21766334,"utils/nn.py",10399,0,"",python,selection_keyboard +8000,21766517,"utils/nn.py",10399,0,"l",python,content +8001,21766517,"utils/nn.py",10400,0,"",python,selection_keyboard +8002,21766563,"utils/nn.py",10400,0,"e",python,content +8003,21766563,"utils/nn.py",10401,0,"",python,selection_keyboard +8004,21766685,"utils/nn.py",10401,0,"n",python,content +8005,21766685,"utils/nn.py",10402,0,"",python,selection_keyboard +8006,21766832,"utils/nn.py",10401,0,"",python,selection_command +8007,21767046,"utils/nn.py",10327,0,"",python,selection_command +8008,21768185,"utils/nn.py",10339,0,"",python,selection_command +8009,21779648,"utils/nn.py",10402,0,"",python,selection_command +8010,21782368,"utils/nn.py",10402,0," ",python,content +8011,21782368,"utils/nn.py",10403,0,"",python,selection_keyboard +8012,21782408,"utils/nn.py",10403,0,"s",python,content +8013,21782408,"utils/nn.py",10404,0,"",python,selection_keyboard +8014,21782524,"utils/nn.py",10404,0,"i",python,content +8015,21782524,"utils/nn.py",10405,0,"",python,selection_keyboard +8016,21782607,"utils/nn.py",10405,0,"n",python,content +8017,21782608,"utils/nn.py",10406,0,"",python,selection_keyboard +8018,21782628,"utils/nn.py",10406,0,"c",python,content +8019,21782628,"utils/nn.py",10407,0,"",python,selection_keyboard +8020,21782711,"utils/nn.py",10407,0,"e",python,content +8021,21782711,"utils/nn.py",10408,0,"",python,selection_keyboard +8022,21782742,"utils/nn.py",10408,0," ",python,content +8023,21782742,"utils/nn.py",10409,0,"",python,selection_keyboard +8024,21782910,"utils/nn.py",10409,0,"c",python,content +8025,21782910,"utils/nn.py",10410,0,"",python,selection_keyboard +8026,21783014,"utils/nn.py",10410,0,"u",python,content +8027,21783014,"utils/nn.py",10411,0,"",python,selection_keyboard +8028,21783116,"utils/nn.py",10411,0,"d",python,content +8029,21783116,"utils/nn.py",10412,0,"",python,selection_keyboard +8030,21783224,"utils/nn.py",10412,0,"n",python,content +8031,21783225,"utils/nn.py",10413,0,"",python,selection_keyboard +8032,21783328,"utils/nn.py",10413,0,"n",python,content +8033,21783328,"utils/nn.py",10414,0,"",python,selection_keyboard +8034,21783426,"utils/nn.py",10414,0," ",python,content +8035,21783427,"utils/nn.py",10415,0,"",python,selection_keyboard +8036,21804326,"utils/nn.py",10415,0,"d",python,content +8037,21804326,"utils/nn.py",10416,0,"",python,selection_keyboard +8038,21805261,"utils/nn.py",10415,1,"",python,content +8039,21805478,"utils/nn.py",10415,0,"s",python,content +8040,21805478,"utils/nn.py",10416,0,"",python,selection_keyboard +8041,21805905,"utils/nn.py",10416,0,"i",python,content +8042,21805905,"utils/nn.py",10417,0,"",python,selection_keyboard +8043,21806191,"utils/nn.py",10416,1,"",python,content +8044,21806252,"utils/nn.py",10416,0,"t",python,content +8045,21806252,"utils/nn.py",10417,0,"",python,selection_keyboard +8046,21806328,"utils/nn.py",10417,0,"r",python,content +8047,21806328,"utils/nn.py",10418,0,"",python,selection_keyboard +8048,21806376,"utils/nn.py",10418,0,"i",python,content +8049,21806376,"utils/nn.py",10419,0,"",python,selection_keyboard +8050,21806582,"utils/nn.py",10419,0,"c",python,content +8051,21806583,"utils/nn.py",10420,0,"",python,selection_keyboard +8052,21806760,"utils/nn.py",10420,0,"t",python,content +8053,21806760,"utils/nn.py",10421,0,"",python,selection_keyboard +8054,21806826,"utils/nn.py",10421,0,"l",python,content +8055,21806826,"utils/nn.py",10422,0,"",python,selection_keyboard +8056,21806935,"utils/nn.py",10422,0,"y",python,content +8057,21806935,"utils/nn.py",10423,0,"",python,selection_keyboard +8058,21807076,"utils/nn.py",10423,0," ",python,content +8059,21807076,"utils/nn.py",10424,0,"",python,selection_keyboard +8060,21808107,"utils/nn.py",10424,0,"c",python,content +8061,21808107,"utils/nn.py",10425,0,"",python,selection_keyboard +8062,21808249,"utils/nn.py",10425,0,"h",python,content +8063,21808249,"utils/nn.py",10426,0,"",python,selection_keyboard +8064,21808414,"utils/nn.py",10426,0,"e",python,content +8065,21808415,"utils/nn.py",10427,0,"",python,selection_keyboard +8066,21808631,"utils/nn.py",10427,0,"c",python,content +8067,21808631,"utils/nn.py",10428,0,"",python,selection_keyboard +8068,21808747,"utils/nn.py",10428,0,"k",python,content +8069,21808748,"utils/nn.py",10429,0,"",python,selection_keyboard +8070,21808829,"utils/nn.py",10429,0,"s",python,content +8071,21808830,"utils/nn.py",10430,0,"",python,selection_keyboard +8072,21808930,"utils/nn.py",10430,0," ",python,content +8073,21808931,"utils/nn.py",10431,0,"",python,selection_keyboard +8074,21809086,"utils/nn.py",10431,0,"t",python,content +8075,21809086,"utils/nn.py",10432,0,"",python,selection_keyboard +8076,21809164,"utils/nn.py",10432,0,"h",python,content +8077,21809165,"utils/nn.py",10433,0,"",python,selection_keyboard +8078,21809228,"utils/nn.py",10433,0,"e",python,content +8079,21809228,"utils/nn.py",10434,0,"",python,selection_keyboard +8080,21809330,"utils/nn.py",10434,0," ",python,content +8081,21809330,"utils/nn.py",10435,0,"",python,selection_keyboard +8082,21809413,"utils/nn.py",10435,0,"s",python,content +8083,21809413,"utils/nn.py",10436,0,"",python,selection_keyboard +8084,21809496,"utils/nn.py",10436,0,"h",python,content +8085,21809496,"utils/nn.py",10437,0,"",python,selection_keyboard +8086,21809634,"utils/nn.py",10437,0,"a",python,content +8087,21809634,"utils/nn.py",10438,0,"",python,selection_keyboard +8088,21809765,"utils/nn.py",10438,0,"p",python,content +8089,21809766,"utils/nn.py",10439,0,"",python,selection_keyboard +8090,21809844,"utils/nn.py",10439,0,"e",python,content +8091,21809845,"utils/nn.py",10440,0,"",python,selection_keyboard +8092,21810047,"utils/nn.py",10439,0,"",python,selection_command +8093,21810148,"utils/nn.py",10327,0,"",python,selection_command +8094,21811548,"utils/nn.py",10339,0,"",python,selection_command +8095,21811770,"utils/nn.py",10341,0,"",python,selection_command +8096,21812187,"utils/nn.py",10341,0,"N",python,content +8097,21812187,"utils/nn.py",10342,0,"",python,selection_keyboard +8098,21812249,"utils/nn.py",10342,0,"O",python,content +8099,21812250,"utils/nn.py",10343,0,"",python,selection_keyboard +8100,21812281,"utils/nn.py",10343,0,"T",python,content +8101,21812281,"utils/nn.py",10344,0,"",python,selection_keyboard +8102,21812401,"utils/nn.py",10344,0,"E",python,content +8103,21812401,"utils/nn.py",10345,0,"",python,selection_keyboard +8104,21812552,"utils/nn.py",10345,0,":",python,content +8105,21812552,"utils/nn.py",10346,0,"",python,selection_keyboard +8106,21812618,"utils/nn.py",10346,0," ",python,content +8107,21812619,"utils/nn.py",10347,0,"",python,selection_keyboard +8108,21812815,"utils/nn.py",10346,0,"",python,selection_command +8109,21813033,"utils/nn.py",10327,0,"",python,selection_command +8110,22046252,"utils/nn.py",10445,0,"",python,selection_command +8111,22051814,"utils/nn.py",10446,0,"",python,selection_command +8112,22051985,"utils/nn.py",10446,0,"\n ",python,content +8113,22052836,"utils/nn.py",10459,0,"#",python,content +8114,22052837,"utils/nn.py",10460,0,"",python,selection_keyboard +8115,22052896,"utils/nn.py",10460,0," ",python,content +8116,22052896,"utils/nn.py",10461,0,"",python,selection_keyboard +8117,22054167,"utils/nn.py",10460,0,"",python,selection_command +8118,22137220,"utils/nn.py",10461,0,"",python,selection_command +8119,22137431,"utils/nn.py",10461,0,"https://github.com/jax-ml/jax/issues/28974",python,content +8120,22137431,"utils/nn.py",10503,0,"",python,selection_keyboard +8121,22137739,"utils/nn.py",10502,0,"",python,selection_command +8122,22160375,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +8123,22175783,"utils/nn.py",0,0,"",python,tab +8124,22176340,"utils/nn.py",10503,0,"\n ",python,content +8125,22176870,"utils/nn.py",10516,0,"#",python,content +8126,22176870,"utils/nn.py",10517,0,"",python,selection_keyboard +8127,22176921,"utils/nn.py",10517,0," ",python,content +8128,22176921,"utils/nn.py",10518,0,"",python,selection_keyboard +8129,22177177,"utils/nn.py",10518,0,"https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830",python,content +8130,22177177,"utils/nn.py",10643,0,"",python,selection_keyboard +8131,22177438,"utils/nn.py",10642,0,"",python,selection_command +8132,22178007,"utils/nn.py",10504,0,"",python,selection_command +8133,22180062,"utils/nn.py",10643,0,"\n ",python,content +8134,22180591,"utils/nn.py",10656,0,"#",python,content +8135,22180591,"utils/nn.py",10657,0,"",python,selection_keyboard +8136,22180637,"utils/nn.py",10657,0," ",python,content +8137,22180637,"utils/nn.py",10658,0,"",python,selection_keyboard +8138,22181380,"utils/nn.py",10657,0,"",python,selection_command +8139,22183306,"utils/nn.py",10658,0,"",python,selection_command +8140,22205990,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +8141,22208768,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",0,0,"",python,tab +8142,22211669,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71414,0,"",python,selection_command +8143,22215698,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10018,0,"",python,selection_command +8144,22218132,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71414,0,"",python,selection_command +8145,22221758,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71360,0,"",python,selection_command +8146,22221927,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71304,0,"",python,selection_command +8147,22223536,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71360,0,"",python,selection_command +8148,22223689,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",71414,0,"",python,selection_command +8149,22224116,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10018,0,"",python,selection_command +8150,22225094,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10030,0,"",python,selection_command +8151,22225229,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10031,0,"",python,selection_command +8152,22225380,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10036,0,"",python,selection_command +8153,22225631,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10038,0,"",python,selection_command +8154,22225658,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10041,0,"",python,selection_command +8155,22225689,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10043,0,"",python,selection_command +8156,22225994,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10048,0,"",python,selection_command +8157,22226160,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",10050,0,"",python,selection_command +8158,22226951,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12020,0,"",python,selection_command +8159,22239356,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12030,0,"",python,selection_command +8160,22239507,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py",12067,0,"",python,selection_command +8161,22258316,"utils/nn.py",0,0,"",python,tab +8162,22259076,"utils/nn.py",10658,0,"https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337",python,content +8163,22259076,"utils/nn.py",10782,0,"",python,selection_keyboard +8164,22259322,"utils/nn.py",10781,0,"",python,selection_command +8165,22259551,"utils/nn.py",10644,0,"",python,selection_command +8166,22260325,"utils/nn.py",10781,0,"",python,selection_command +8167,22265142,"utils/nn.py",10644,0,"",python,selection_command +8168,22266031,"utils/nn.py",10504,0,"",python,selection_command +8169,22266226,"utils/nn.py",10447,0,"",python,selection_command +8170,22267466,"utils/nn.py",10327,0,"",python,selection_command +8171,22267821,"utils/nn.py",10445,0,"",python,selection_command +8172,22271582,"utils/nn.py",10441,0,"",python,selection_command +8173,22271889,"utils/nn.py",10441,0,"m",python,content +8174,22271890,"utils/nn.py",10442,0,"",python,selection_keyboard +8175,22271945,"utils/nn.py",10442,0,"a",python,content +8176,22271946,"utils/nn.py",10443,0,"",python,selection_keyboard +8177,22271999,"utils/nn.py",10443,0,"s",python,content +8178,22271999,"utils/nn.py",10444,0,"",python,selection_keyboard +8179,22272077,"utils/nn.py",10444,0,"k",python,content +8180,22272077,"utils/nn.py",10445,0,"",python,selection_keyboard +8181,22272161,"utils/nn.py",10445,0," ",python,content +8182,22272162,"utils/nn.py",10446,0,"",python,selection_keyboard +8183,22272279,"utils/nn.py",10445,0,"",python,selection_command +8184,22272428,"utils/nn.py",10327,0,"",python,selection_command +8185,22274613,"utils/nn.py",10339,0,"",python,selection_command +8186,22274873,"utils/nn.py",10341,0,"",python,selection_command +8187,22274896,"utils/nn.py",10345,0,"",python,selection_command +8188,22274928,"utils/nn.py",10347,0,"",python,selection_command +8189,22274961,"utils/nn.py",10350,0,"",python,selection_command +8190,22275182,"utils/nn.py",10355,0,"",python,selection_command +8191,22275302,"utils/nn.py",10358,0,"",python,selection_command +8192,22275481,"utils/nn.py",10368,0,"",python,selection_command +8193,22275618,"utils/nn.py",10372,0,"",python,selection_command +8194,22275803,"utils/nn.py",10374,0,"",python,selection_command +8195,22276100,"utils/nn.py",10372,0,"",python,selection_command +8196,22287392,"utils/nn.py",10372,1,"T",python,content +8197,22287591,"utils/nn.py",10374,0,"",python,selection_command +8198,22287710,"utils/nn.py",10378,0,"",python,selection_command +8199,22287909,"utils/nn.py",10380,0,"",python,selection_command +8200,22288250,"utils/nn.py",10378,0,"",python,selection_command +8201,22288842,"utils/nn.py",10378,1,"S",python,content +8202,22289691,"utils/nn.py",10374,0,"",python,selection_command +8203,22289879,"utils/nn.py",10372,0,"",python,selection_command +8204,22290412,"utils/nn.py",10368,0,"",python,selection_command +8205,22291781,"utils/nn.py",10368,4,"",python,content +8206,22293585,"utils/nn.py",10369,0,"",python,selection_command +8207,22295288,"utils/nn.py",10372,0,"",python,selection_command +8208,22295468,"utils/nn.py",10374,0,"",python,selection_command +8209,22295780,"utils/nn.py",10385,0,"",python,selection_command +8210,22295934,"utils/nn.py",10388,0,"",python,selection_command +8211,22296114,"utils/nn.py",10403,0,"",python,selection_command +8212,22296335,"utils/nn.py",10409,0,"",python,selection_command +8213,22297084,"utils/nn.py",10415,0,"",python,selection_command +8214,22297272,"utils/nn.py",10424,0,"",python,selection_command +8215,22297787,"utils/nn.py",10446,0,"",python,selection_command +8216,22298732,"utils/nn.py",10442,0,"",python,selection_command +8217,22298983,"utils/nn.py",10437,0,"",python,selection_command +8218,22299018,"utils/nn.py",10433,0,"",python,selection_command +8219,22299035,"utils/nn.py",10426,0,"",python,selection_command +8220,22299071,"utils/nn.py",10417,0,"",python,selection_command +8221,22299105,"utils/nn.py",10411,0,"",python,selection_command +8222,22299267,"utils/nn.py",10405,0,"",python,selection_command +8223,22299505,"utils/nn.py",10409,0,"",python,selection_command +8224,22299695,"utils/nn.py",10415,0,"",python,selection_command +8225,22299843,"utils/nn.py",10416,0,"",python,selection_command +8226,22300790,"utils/nn.py",10416,0," ",python,content +8227,22300790,"utils/nn.py",10417,0,"",python,selection_keyboard +8228,22301828,"utils/nn.py",10417,0,"a",python,content +8229,22301829,"utils/nn.py",10418,0,"",python,selection_keyboard +8230,22302390,"utils/nn.py",10417,1,"",python,content +8231,22303283,"utils/nn.py",10417,0,"a",python,content +8232,22303284,"utils/nn.py",10418,0,"",python,selection_keyboard +8233,22303360,"utils/nn.py",10418,0,"t",python,content +8234,22303360,"utils/nn.py",10419,0,"",python,selection_keyboard +8235,22303479,"utils/nn.py",10419,0,"t",python,content +8236,22303479,"utils/nn.py",10420,0,"",python,selection_keyboard +8237,22303567,"utils/nn.py",10420,0,"e",python,content +8238,22303568,"utils/nn.py",10421,0,"",python,selection_keyboard +8239,22303669,"utils/nn.py",10421,0,"n",python,content +8240,22303669,"utils/nn.py",10422,0,"",python,selection_keyboard +8241,22303759,"utils/nn.py",10422,0,"t",python,content +8242,22303760,"utils/nn.py",10423,0,"",python,selection_keyboard +8243,22303858,"utils/nn.py",10423,0,"i",python,content +8244,22303859,"utils/nn.py",10424,0,"",python,selection_keyboard +8245,22303889,"utils/nn.py",10424,0,"o",python,content +8246,22303889,"utils/nn.py",10425,0,"",python,selection_keyboard +8247,22303974,"utils/nn.py",10425,0,"n",python,content +8248,22303974,"utils/nn.py",10426,0,"",python,selection_keyboard +8249,22304057,"utils/nn.py",10425,0,"",python,selection_command +8250,22304959,"utils/nn.py",10457,0,"",python,selection_command +8251,22305262,"utils/nn.py",10456,0,"",python,selection_command +8252,22307044,"utils/nn.py",10327,0,"",python,selection_command +8253,22355558,"sample.py",0,0,"",python,tab +8254,22374514,"TERMINAL",0,0,"\r[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8255,22377383,"sample.py",0,0,"",python,tab +8256,22377384,"sample.py",2805,0,"",python,selection_command +8257,22385836,"TERMINAL",0,0,"\r[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8258,22389491,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # x.shape (1, 1, 921, 512)\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n # x.shape (1, 1, 921, 512)\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n # query_4d.shape (921, 4, 8, 64)\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n mask_4d = _rearrange(mask)\n # mask_4d.shape (921, 1, 1, 1) (B, H-broadcast, Q-broadcast, K-broadcast)\n # NOTE: We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_4d = einops.repeat(mask_4d, ""... 1 1 -> ... t s"", t=target_seq_len, s=target_seq_len)\n mask_4d = mask_4d.astype(jnp.bool)\n else:\n # FIXME (f.srambical): Investigate whether/why this is needed\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n if query.shape == (1, 921, 1, 8, 64):\n breakpoint()\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +8259,22389491,"utils/nn.py",2133,0,"",python,selection_command +8260,22400950,"utils/nn.py",2133,9067," self.use_flash_attention, is_causal=self.spatial_causal\n ),\n rngs=rngs,\n # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # FIXME (f.srambical): no need to pass mask if is_causal=True\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n",python,content +8261,22401304,"utils/nn.py",0,0,"",python,tab +8262,22401305,"utils/nn.py",2133,0,"",python,selection_command +8263,22415129,"utils/nn.py",4081,0,"",python,selection_mouse +8264,22415882,"utils/nn.py",4055,35,"",python,content +8265,22415897,"utils/nn.py",4063,0,"",python,selection_command +8266,22421238,"utils/nn.py",4055,0," # z.shape (1, 921, 1, 512)\n",python,content +8267,22421253,"utils/nn.py",4063,0,"",python,selection_command +8268,22427977,"utils/nn.py",0,0,"",python,tab +8269,22427977,"utils/nn.py",4003,0,"",python,selection_command +8270,22455936,"utils/nn.py",0,0,"",python,tab +8271,22455938,"utils/nn.py",2133,0,"",python,selection_command +8272,22460117,"utils/nn.py",3854,0,"",python,selection_mouse +8273,22462176,"utils/nn.py",3826,35,"",python,content +8274,22462199,"utils/nn.py",3834,0,"",python,selection_command +8275,22462705,"utils/nn.py",4049,0,"",python,selection_mouse +8276,22463067,"utils/nn.py",4020,35,"",python,content +8277,22463083,"utils/nn.py",4028,0,"",python,selection_command +8278,22475999,"utils/nn.py",10220,0,"",python,selection_mouse +8279,22476454,"utils/nn.py",10171,86,"",python,content +8280,22476476,"utils/nn.py",10183,0,"",python,selection_command +8281,22476946,"utils/nn.py",10128,0,"",python,selection_mouse +8282,22477294,"utils/nn.py",10089,43,"",python,content +8283,22477296,"utils/nn.py",10101,0,"",python,selection_command +8284,22482640,"utils/nn.py",10796,0,"",python,selection_mouse +8285,22483419,"utils/nn.py",10759,74,"",python,content +8286,22483429,"utils/nn.py",10771,0,"",python,selection_command +8287,22484845,"utils/nn.py",9705,0,"",python,selection_mouse +8288,22485251,"utils/nn.py",9687,41,"",python,content +8289,22488862,"utils/nn.py",8961,0,"",python,selection_mouse +8290,22490435,"utils/nn.py",8939,50,"",python,content +8291,22490457,"utils/nn.py",8947,0,"",python,selection_command +8292,22490847,"utils/nn.py",8939,51,"",python,content +8293,22490863,"utils/nn.py",8947,0,"",python,selection_command +8294,22491339,"utils/nn.py",8939,34,"",python,content +8295,22491355,"utils/nn.py",8947,0,"",python,selection_command +8296,22494795,"utils/nn.py",10716,0,"",python,selection_mouse +8297,22495225,"utils/nn.py",10680,46,"",python,content +8298,22495245,"utils/nn.py",10692,0,"",python,selection_command +8299,22495757,"utils/nn.py",10680,25,"",python,content +8300,22504436,"utils/nn.py",2030,0,"",python,selection_mouse +8301,22505297,"utils/nn.py",10680,0," breakpoint()\n",python,content +8302,22505297,"utils/nn.py",10692,0,"",python,selection_command +8303,22505946,"utils/nn.py",10688,0,"if query.shape == (1, 921, 1, 8, 64):\n ",python,content +8304,22505953,"utils/nn.py",10716,0,"",python,selection_command +8305,22506206,"utils/nn.py",8947,0,"# SECOND PASS: qkv.shape \n ",python,content +8306,22506208,"utils/nn.py",8947,0,"",python,selection_command +8307,22507024,"utils/nn.py",8949,0,"FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # ",python,content +8308,22507376,"utils/nn.py",8949,0,"for temporal attention (using kv cache)\n # ",python,content +8309,22507376,"utils/nn.py",8961,0,"",python,selection_command +8310,22507708,"utils/nn.py",9687,0," # query_4d.shape (921, 4, 8, 64)\n",python,content +8311,22507711,"utils/nn.py",9705,0,"",python,selection_command +8312,22508247,"utils/nn.py",10771,0,"# FIXME (f.srambical): Investigate whether/why this is needed\n ",python,content +8313,22508258,"utils/nn.py",10796,0,"",python,selection_command +8314,22508932,"utils/nn.py",10101,0,"# mask.shape (1, 921, 1, 1, 1)\n ",python,content +8315,22508941,"utils/nn.py",10128,0,"",python,selection_command +8316,22509478,"utils/nn.py",10185,0,"mask_4d.shape (921, 1, 1, 1) (B, H-broadcast, Q-broadcast, K-broadcast)\n # ",python,content +8317,22509479,"utils/nn.py",10220,0,"",python,selection_command +8318,22509910,"utils/nn.py",4028,0,"# z.shape (1, 921, 1, 512)\n ",python,content +8319,22509912,"utils/nn.py",4049,0,"",python,selection_command +8320,22510949,"utils/nn.py",3834,0,"# z.shape (1, 1, 921, 512)\n ",python,content +8321,22510964,"utils/nn.py",3854,0,"",python,selection_command +8322,22511499,"utils/nn.py",4063,35,"",python,content +8323,22511500,"utils/nn.py",4063,0,"",python,selection_command +8324,22512497,"utils/nn.py",4063,0,"# z.shape (1, 921, 1, 512)\n ",python,content +8325,22512517,"utils/nn.py",4063,0,"",python,selection_command +8326,22515741,"utils/nn.py",0,0,"",python,tab +8327,22518206,"sample.py",0,0,"",python,tab +8328,22518206,"sample.py",2805,0,"",python,selection_command +8329,22555294,"jasmine.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics_causal import DynamicsCausal\nfrom models.dynamics_maskgit import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Jasmine(nnx.Module):\n """"""World model with three components: a tokenizer, a latent action model (LAM), and a dynamics model for predicting future tokens.""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dynamics_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dynamics_type = dynamics_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dynamics_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dynamics_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=self.decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dynamics_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample_maskgit(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n assert self.dynamics_type == ""maskgit""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n if not isinstance(self.dynamics, DynamicsMaskGIT):\n raise TypeError(""`sample_maskgit` requires `DynamicsMaskGIT`."")\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.transformer(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n\n def token_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array], token_idx: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_full, action_tokens = carry\n t = token_idx // N\n n = token_idx % N\n\n # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )\n\n dyna_inputs = {\n ""video_tokens"": current_token_sequence,\n ""latent_actions"": action_tokens,\n }\n # The model will output logits for all patches in the sequence (which is just one frame).\n # FIXME: do we need the model to output logits for a single frame in order to use kv caching?\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\n # We select the logits for the specific patch `n` we are currently generating.\n next_token_logits = next_token_logits[:, 0, n, :].astype(\n jnp.float32\n ) # (B, vocab_size)\n\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B,)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B,)\n\n # Insert the generated token into the full sequence.\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n new_carry = (rng, token_idxs_full, action_tokens)\n return new_carry, None\n\n # --- Autoregressive generation ---\n future_frames = seq_len - T\n total_future_tokens = future_frames * N\n start_token_idx = T * N\n step_indices = jnp.arange(start_token_idx, start_token_idx + total_future_tokens)\n\n initial_carry = (batch[""rng""], token_idxs_full, action_tokens)\n final_carry, _ = jax.lax.scan(\n token_step_fn, initial_carry, step_indices\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(final_token_idxs, video_hw=(H, W))\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +8330,22555295,"jasmine.py",14200,0,"",python,selection_command +8331,22573545,"jasmine.py",13950,0,"",python,selection_mouse +8332,22577009,"utils/nn.py",0,0,"",python,tab +8333,22577330,"utils/nn.py",11715,0,"",python,selection_command +8334,22579146,"utils/nn.py",11691,0,"",python,selection_command +8335,22579384,"utils/nn.py",11690,0,"",python,selection_command +8336,22579413,"utils/nn.py",11611,0,"",python,selection_command +8337,22579446,"utils/nn.py",11601,0,"",python,selection_command +8338,22579480,"utils/nn.py",11568,0,"",python,selection_command +8339,22579514,"utils/nn.py",11525,0,"",python,selection_command +8340,22579547,"utils/nn.py",11499,0,"",python,selection_command +8341,22579582,"utils/nn.py",11473,0,"",python,selection_command +8342,22579616,"utils/nn.py",11445,0,"",python,selection_command +8343,22579650,"utils/nn.py",11421,0,"",python,selection_command +8344,22579682,"utils/nn.py",11393,0,"",python,selection_command +8345,22579716,"utils/nn.py",11343,0,"",python,selection_command +8346,22579750,"utils/nn.py",11273,0,"",python,selection_command +8347,22579783,"utils/nn.py",11272,0,"",python,selection_command +8348,22579816,"utils/nn.py",11201,0,"",python,selection_command +8349,22580058,"utils/nn.py",11200,0,"",python,selection_command +8350,22580225,"utils/nn.py",11175,0,"",python,selection_command +8351,22580872,"utils/nn.py",11129,0,"",python,selection_command +8352,22583460,"utils/nn.py",11032,0,"",python,selection_command +8353,22583708,"utils/nn.py",10958,0,"",python,selection_command +8354,22583732,"utils/nn.py",10944,0,"",python,selection_command +8355,22583767,"utils/nn.py",10897,0,"",python,selection_command +8356,22583791,"utils/nn.py",10794,0,"",python,selection_command +8357,22583824,"utils/nn.py",10655,0,"",python,selection_command +8358,22583860,"utils/nn.py",10515,0,"",python,selection_command +8359,22583892,"utils/nn.py",10458,0,"",python,selection_command +8360,22583925,"utils/nn.py",10327,0,"",python,selection_command +8361,22583959,"utils/nn.py",10241,0,"",python,selection_command +8362,22584327,"utils/nn.py",9152,0,"",python,selection_command +8363,22585642,"utils/nn.py",9118,0,"",python,selection_command +8364,22585754,"utils/nn.py",9067,0,"",python,selection_command +8365,22585913,"utils/nn.py",9017,0,"",python,selection_command +8366,22586033,"utils/nn.py",8944,0,"",python,selection_command +8367,22645372,"utils/nn.py",0,0,"",python,tab +8368,22645373,"utils/nn.py",2133,0,"",python,selection_command +8369,22679165,"utils/nn.py",9552,0,"",python,selection_mouse +8370,22710485,"TERMINAL",0,0,"\r[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8371,22711241,"utils/nn.py",0,0,"",python,tab +8372,22712797,"utils/nn.py",7806,0,"",python,selection_command +8373,22713143,"utils/nn.py",6930,0,"",python,selection_command +8374,22713328,"utils/nn.py",5960,0,"",python,selection_command +8375,22713480,"utils/nn.py",5012,0,"",python,selection_command +8376,22713626,"utils/nn.py",4302,0,"",python,selection_command +8377,22713748,"utils/nn.py",3446,0,"",python,selection_command +8378,22714627,"utils/nn.py",4302,0,"",python,selection_command +8379,22715110,"utils/nn.py",5012,0,"",python,selection_command +8380,22716845,"utils/nn.py",5183,0,"",python,selection_command +8381,22717740,"utils/nn.py",0,0,"",python,selection_command +8382,22717846,"utils/nn.py",1201,0,"",python,selection_command +8383,22718963,"utils/nn.py",1545,0,"",python,selection_command +8384,22719949,"utils/nn.py",1554,0,"",python,selection_command +8385,22721677,"utils/nn.py",2274,0,"",python,selection_command +8386,22723253,"utils/nn.py",2273,0,"",python,selection_command +8387,22723392,"utils/nn.py",2272,0,"",python,selection_command +8388,22724328,"utils/nn.py",2272,1,"",python,content +8389,22724526,"utils/nn.py",2272,1,"",python,content +8390,22724734,"utils/nn.py",2304,0,"",python,selection_command +8391,22725812,"utils/nn.py",2292,26,"",python,content +8392,22725815,"utils/nn.py",2300,0,"",python,selection_command +8393,22725957,"utils/nn.py",2268,0,"",python,selection_command +8394,22727602,"TERMINAL",0,0,"\r[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8395,22728633,"TERMINAL",0,0,"\r[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8396,22729505,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +8397,22729987,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8398,22734220,"utils/nn.py",11159,0,"",python,selection_command +8399,22734888,"utils/nn.py",11113,0,"",python,selection_command +8400,22735152,"utils/nn.py",11101,0,"",python,selection_command +8401,22735241,"utils/nn.py",11109,0,"",python,selection_command +8402,22735886,"utils/nn.py",11109,1,"i",python,selection_command +8403,22736033,"utils/nn.py",11109,1,"i",python,selection_command +8404,22736413,"utils/nn.py",11109,0,"",python,selection_command +8405,22736510,"utils/nn.py",11155,0,"#",python,content +8406,22736510,"utils/nn.py",11109,0,"#",python,content +8407,22736510,"utils/nn.py",11110,0,"",python,selection_keyboard +8408,22736545,"utils/nn.py",11157,0," ",python,content +8409,22736545,"utils/nn.py",11110,0," ",python,content +8410,22736546,"utils/nn.py",11111,0,"",python,selection_keyboard +8411,22736763,"utils/nn.py",11110,0,"",python,selection_command +8412,22737963,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14001.5 task 0: running\r\n",,terminal_output +8413,22738103,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14001.5\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T15:37:37.915] error: *** STEP 14001.5 ON hai007 CANCELLED AT 2025-07-27T15:37:37 DUE to SIGNAL Killed ***\r\n",,terminal_output +8414,22738260,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14001.5\r\nsrun: job abort in progress\r\n",,terminal_output +8415,22738441,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ [franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8416,22738511,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8417,22739046,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8418,22749957,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8419,22758013,"TERMINAL",0,0,"2025-07-27 15:37:57.818218: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8420,22759486,"TERMINAL",0,0,"2025-07-27 15:37:59.289193: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8421,22762950,"TERMINAL",0,0,"2025-07-27 15:38:02.752645: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8422,22763801,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 230, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 125, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (1, 1, 1, 8, 64) instead got (1, 1, 921, 8, 64).\r\n",,terminal_output +8423,22764831,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8424,22785356,"slurm/jobs/mihir/horeka/overfit_batch_tiny/sample.sh",0,0,"#!/usr/bin/env bash\n\n# Unload modules that may interfere\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n\n# Activate virtual environment\nsource .venv/bin/activate\n\n# Set workspace and checkpoint directory (update slurm_job_id as needed)\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared'\n# Replace the following with the actual job id/checkpoint you want to sample from\nslurm_job_id=3301029\n\n# job_name=train_dynamics_minecraft_overfit_sample_tiny\nCHECKPOINT_DIR=$ws_dir/checkpoints/${slurm_job_id}\n\n# Example: If you want to use a specific checkpoint, set it here\n# CHECKPOINT_PATH=$ws_dir/checkpoints/3299272/dynamics-tiny-overfit-big-lr-3299272_50000/\n# Or use the latest in the directory\n# CHECKPOINT_PATH=$(ls -d $CHECKPOINT_DIR/*/ | sort | tail -n 1)\nCHECKPOINT_PATH=$CHECKPOINT_DIR/genie_1751067601_200000/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/0000/genie_1751301068_2000/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/../checkpoints/3307618/genie_1751322003_15500/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3307619/genie_1751322003_200000/\nCHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_200000/\n\n\necho ""Sampling from checkpoint: $CHECKPOINT_PATH""\n\npython sample.py \\n --checkpoint ""$CHECKPOINT_PATH"" \\n --tokenizer_dim=384 \\n --latent_patch_dim=32 \\n --num_patch_latents=1024 \\n --patch_size=4 \\n --tokenizer_num_blocks=8 \\n --tokenizer_num_heads=8 \\n --lam_dim=384 \\n --latent_action_dim=32 \\n --lam_patch_size=16 \\n --lam_num_blocks=8 \\n --lam_num_heads=8 \\n --dyna_dim=128 \\n --dyna_num_blocks=2 \\n --dyna_num_heads=4 \\n --maskgit_steps=1000 \\n --num_latent_actions=6 \\n --seq_len=16 \\n --start_frame=0\n\n# python sample.py \\n # --checkpoint ""$CHECKPOINT_PATH"" \\n # --data_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/coinrun_episodes\n",shellscript,tab +8425,22788867,"utils/nn.py",0,0,"",python,tab +8426,22792213,"experiments/sample.sh",0,0,"",shellscript,tab +8427,22794009,"experiments/sample.sh",246,0,"",shellscript,selection_command +8428,22794313,"experiments/sample.sh",267,0,"",shellscript,selection_command +8429,22797730,"experiments/sample.sh",267,1,"1",shellscript,content +8430,22801411,"TERMINAL",0,0,"[franz.srambical@hai007.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +8431,22801787,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8432,22809177,"utils/nn.py",0,0,"",python,tab +8433,22813204,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8434,22821250,"TERMINAL",0,0,"2025-07-27 15:39:00.995228: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8435,22822616,"TERMINAL",0,0,"2025-07-27 15:39:02.416171: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8436,22826050,"TERMINAL",0,0,"2025-07-27 15:39:05.850280: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8437,22826884,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 230, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 125, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (1, 1, 1, 8, 64) instead got (1, 0, 921, 8, 64).\r\n",,terminal_output +8438,22827806,"TERMINAL",0,0,"srun: error: hai007: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai007.haicore.berlin:~/jafar] $ ",,terminal_output +8439,22851081,"utils/nn.py",11013,0,"",python,selection_command +8440,22851323,"utils/nn.py",10939,0,"",python,selection_command +8441,22851352,"utils/nn.py",10925,0,"",python,selection_command +8442,22851381,"utils/nn.py",10878,0,"",python,selection_command +8443,22851415,"utils/nn.py",10775,0,"",python,selection_command +8444,22851453,"utils/nn.py",10636,0,"",python,selection_command +8445,22851487,"utils/nn.py",10496,0,"",python,selection_command +8446,22851520,"utils/nn.py",10439,0,"",python,selection_command +8447,22851619,"utils/nn.py",10308,0,"",python,selection_command +8448,22851775,"utils/nn.py",10222,0,"",python,selection_command +8449,22851894,"utils/nn.py",10183,0,"",python,selection_command +8450,22852026,"utils/nn.py",10140,0,"",python,selection_command +8451,22854476,"utils/nn.py",10183,0,"",python,selection_command +8452,22854727,"utils/nn.py",10173,0,"\n ",python,content +8453,22855109,"utils/nn.py",10186,0,"#",python,content +8454,22855109,"utils/nn.py",10187,0,"",python,selection_keyboard +8455,22855483,"utils/nn.py",10187,0," ",python,content +8456,22855483,"utils/nn.py",10188,0,"",python,selection_keyboard +8457,22855615,"utils/nn.py",10188,0,"D",python,content +8458,22855616,"utils/nn.py",10189,0,"",python,selection_keyboard +8459,22855711,"utils/nn.py",10189,0,"I",python,content +8460,22855711,"utils/nn.py",10190,0,"",python,selection_keyboard +8461,22856761,"utils/nn.py",10189,1,"",python,content +8462,22856905,"utils/nn.py",10188,1,"",python,content +8463,22857045,"utils/nn.py",10188,0,"F",python,content +8464,22857046,"utils/nn.py",10189,0,"",python,selection_keyboard +8465,22857163,"utils/nn.py",10189,0,"X",python,content +8466,22857163,"utils/nn.py",10190,0,"",python,selection_keyboard +8467,22857192,"utils/nn.py",10190,0,"I",python,content +8468,22857192,"utils/nn.py",10191,0,"",python,selection_keyboard +8469,22857377,"utils/nn.py",10191,0,"M",python,content +8470,22857378,"utils/nn.py",10192,0,"",python,selection_keyboard +8471,22857442,"utils/nn.py",10192,0,"E",python,content +8472,22857442,"utils/nn.py",10193,0,"",python,selection_keyboard +8473,22857562,"utils/nn.py",10193,0,":",python,content +8474,22857562,"utils/nn.py",10194,0,"",python,selection_keyboard +8475,22857663,"utils/nn.py",10194,0," ",python,content +8476,22857664,"utils/nn.py",10195,0,"",python,selection_keyboard +8477,22859093,"utils/nn.py",10194,1,"",python,content +8478,22859241,"utils/nn.py",10193,1,"",python,content +8479,22859333,"utils/nn.py",10193,0," ",python,content +8480,22859334,"utils/nn.py",10194,0,"",python,selection_keyboard +8481,22859463,"utils/nn.py",10194,0,"()",python,content +8482,22859464,"utils/nn.py",10195,0,"",python,selection_keyboard +8483,22859699,"utils/nn.py",10195,0,"f",python,content +8484,22859700,"utils/nn.py",10196,0,"",python,selection_keyboard +8485,22859882,"utils/nn.py",10196,0,"s",python,content +8486,22859883,"utils/nn.py",10197,0,"",python,selection_keyboard +8487,22860012,"utils/nn.py",10197,0,".",python,content +8488,22860012,"utils/nn.py",10198,0,"",python,selection_keyboard +8489,22860381,"utils/nn.py",10197,1,"",python,content +8490,22860515,"utils/nn.py",10196,1,"",python,content +8491,22860700,"utils/nn.py",10196,0,".",python,content +8492,22860701,"utils/nn.py",10197,0,"",python,selection_keyboard +8493,22860798,"utils/nn.py",10197,0,"s",python,content +8494,22860798,"utils/nn.py",10198,0,"",python,selection_keyboard +8495,22860819,"utils/nn.py",10198,0,"r",python,content +8496,22860820,"utils/nn.py",10199,0,"",python,selection_keyboard +8497,22860948,"utils/nn.py",10199,0,"a",python,content +8498,22860949,"utils/nn.py",10200,0,"",python,selection_keyboard +8499,22860977,"utils/nn.py",10200,0,"m",python,content +8500,22860978,"utils/nn.py",10201,0,"",python,selection_keyboard +8501,22861168,"utils/nn.py",10201,0,"b",python,content +8502,22861168,"utils/nn.py",10202,0,"",python,selection_keyboard +8503,22861230,"utils/nn.py",10202,0,"i",python,content +8504,22861231,"utils/nn.py",10203,0,"",python,selection_keyboard +8505,22861281,"utils/nn.py",10203,0,"c",python,content +8506,22861282,"utils/nn.py",10204,0,"",python,selection_keyboard +8507,22861330,"utils/nn.py",10204,0,"a",python,content +8508,22861330,"utils/nn.py",10205,0,"",python,selection_keyboard +8509,22861395,"utils/nn.py",10205,0,"l",python,content +8510,22861395,"utils/nn.py",10206,0,"",python,selection_keyboard +8511,22861650,"utils/nn.py",10206,1,")",python,content +8512,22861651,"utils/nn.py",10207,0,"",python,selection_keyboard +8513,22862275,"utils/nn.py",10207,0,":",python,content +8514,22862275,"utils/nn.py",10208,0,"",python,selection_keyboard +8515,22862457,"utils/nn.py",10208,0," ",python,content +8516,22862458,"utils/nn.py",10209,0,"",python,selection_keyboard +8517,22863308,"utils/nn.py",10209,0,"t",python,content +8518,22863308,"utils/nn.py",10210,0,"",python,selection_keyboard +8519,22863418,"utils/nn.py",10210,0,"h",python,content +8520,22863419,"utils/nn.py",10211,0,"",python,selection_keyboard +8521,22863440,"utils/nn.py",10211,0,"e",python,content +8522,22863440,"utils/nn.py",10212,0,"",python,selection_keyboard +8523,22863509,"utils/nn.py",10212,0," ",python,content +8524,22863510,"utils/nn.py",10213,0,"",python,selection_keyboard +8525,22863604,"utils/nn.py",10213,0,"r",python,content +8526,22863604,"utils/nn.py",10214,0,"",python,selection_keyboard +8527,22863716,"utils/nn.py",10214,0,"e",python,content +8528,22863717,"utils/nn.py",10215,0,"",python,selection_keyboard +8529,22863856,"utils/nn.py",10215,0,"a",python,content +8530,22863857,"utils/nn.py",10216,0,"",python,selection_keyboard +8531,22864285,"utils/nn.py",10216,0,"r",python,content +8532,22864286,"utils/nn.py",10217,0,"",python,selection_keyboard +8533,22864422,"utils/nn.py",10217,0,"r",python,content +8534,22864423,"utils/nn.py",10218,0,"",python,selection_keyboard +8535,22864500,"utils/nn.py",10218,0,"a",python,content +8536,22864501,"utils/nn.py",10219,0,"",python,selection_keyboard +8537,22864662,"utils/nn.py",10219,0,"n",python,content +8538,22864662,"utils/nn.py",10220,0,"",python,selection_keyboard +8539,22864748,"utils/nn.py",10220,0,"g",python,content +8540,22864749,"utils/nn.py",10221,0,"",python,selection_keyboard +8541,22864817,"utils/nn.py",10221,0,"e",python,content +8542,22864817,"utils/nn.py",10222,0,"",python,selection_keyboard +8543,22864906,"utils/nn.py",10222,0," ",python,content +8544,22864907,"utils/nn.py",10223,0,"",python,selection_keyboard +8545,22865312,"utils/nn.py",10223,0,"d",python,content +8546,22865313,"utils/nn.py",10224,0,"",python,selection_keyboard +8547,22865437,"utils/nn.py",10224,0,"e",python,content +8548,22865438,"utils/nn.py",10225,0,"",python,selection_keyboard +8549,22865504,"utils/nn.py",10225,0,"p",python,content +8550,22865505,"utils/nn.py",10226,0,"",python,selection_keyboard +8551,22865615,"utils/nn.py",10226,0,"e",python,content +8552,22865615,"utils/nn.py",10227,0,"",python,selection_keyboard +8553,22865733,"utils/nn.py",10227,0,"n",python,content +8554,22865734,"utils/nn.py",10228,0,"",python,selection_keyboard +8555,22865783,"utils/nn.py",10228,0,"d",python,content +8556,22865783,"utils/nn.py",10229,0,"",python,selection_keyboard +8557,22865836,"utils/nn.py",10229,0,"s",python,content +8558,22865837,"utils/nn.py",10230,0,"",python,selection_keyboard +8559,22865935,"utils/nn.py",10230,0," ",python,content +8560,22865936,"utils/nn.py",10231,0,"",python,selection_keyboard +8561,22866007,"utils/nn.py",10231,0,"o",python,content +8562,22866007,"utils/nn.py",10232,0,"",python,selection_keyboard +8563,22866083,"utils/nn.py",10232,0,"n",python,content +8564,22866083,"utils/nn.py",10233,0,"",python,selection_keyboard +8565,22866185,"utils/nn.py",10233,0," ",python,content +8566,22866185,"utils/nn.py",10234,0,"",python,selection_keyboard +8567,22866605,"utils/nn.py",10234,0,"w",python,content +8568,22866605,"utils/nn.py",10235,0,"",python,selection_keyboard +8569,22866709,"utils/nn.py",10235,0,"h",python,content +8570,22866709,"utils/nn.py",10236,0,"",python,selection_keyboard +8571,22866753,"utils/nn.py",10236,0,"e",python,content +8572,22866754,"utils/nn.py",10237,0,"",python,selection_keyboard +8573,22866852,"utils/nn.py",10237,0,"t",python,content +8574,22866852,"utils/nn.py",10238,0,"",python,selection_keyboard +8575,22866950,"utils/nn.py",10238,0,"h",python,content +8576,22866950,"utils/nn.py",10239,0,"",python,selection_keyboard +8577,22867003,"utils/nn.py",10239,0,"e",python,content +8578,22867003,"utils/nn.py",10240,0,"",python,selection_keyboard +8579,22867051,"utils/nn.py",10240,0,"r",python,content +8580,22867051,"utils/nn.py",10241,0,"",python,selection_keyboard +8581,22867102,"utils/nn.py",10241,0," ",python,content +8582,22867102,"utils/nn.py",10242,0,"",python,selection_keyboard +8583,22867667,"utils/nn.py",10242,0,"t",python,content +8584,22867668,"utils/nn.py",10243,0,"",python,selection_keyboard +8585,22867705,"utils/nn.py",10243,0,"h",python,content +8586,22867705,"utils/nn.py",10244,0,"",python,selection_keyboard +8587,22867754,"utils/nn.py",10244,0,"i",python,content +8588,22867755,"utils/nn.py",10245,0,"",python,selection_keyboard +8589,22867821,"utils/nn.py",10245,0,"s",python,content +8590,22867821,"utils/nn.py",10246,0,"",python,selection_keyboard +8591,22867885,"utils/nn.py",10246,0," ",python,content +8592,22867885,"utils/nn.py",10247,0,"",python,selection_keyboard +8593,22867968,"utils/nn.py",10247,0,"i",python,content +8594,22867968,"utils/nn.py",10248,0,"",python,selection_keyboard +8595,22867987,"utils/nn.py",10248,0,"s",python,content +8596,22867987,"utils/nn.py",10249,0,"",python,selection_keyboard +8597,22868053,"utils/nn.py",10249,0," ",python,content +8598,22868053,"utils/nn.py",10250,0,"",python,selection_keyboard +8599,22868222,"utils/nn.py",10250,0,"a",python,content +8600,22868222,"utils/nn.py",10251,0,"",python,selection_keyboard +8601,22868707,"utils/nn.py",10250,1,"",python,content +8602,22869622,"utils/nn.py",10250,0,"s",python,content +8603,22869622,"utils/nn.py",10251,0,"",python,selection_keyboard +8604,22870074,"utils/nn.py",10251,0,"patial or temporal attention",python,content +8605,22870606,"utils/nn.py",10278,0,"",python,selection_command +8606,22873806,"utils/nn.py",10186,0,"",python,selection_command +8607,22874039,"utils/nn.py",10185,0,"",python,selection_command +8608,22874243,"utils/nn.py",10186,0,"",python,selection_command +8609,22874459,"utils/nn.py",10188,0,"",python,selection_command +8610,22874714,"utils/nn.py",10188,5,"",python,content +8611,22874976,"utils/nn.py",10188,0,"F",python,content +8612,22874976,"utils/nn.py",10189,0,"",python,selection_keyboard +8613,22875075,"utils/nn.py",10189,0,"I",python,content +8614,22875075,"utils/nn.py",10190,0,"",python,selection_keyboard +8615,22875191,"utils/nn.py",10190,0,"X",python,content +8616,22875192,"utils/nn.py",10191,0,"",python,selection_keyboard +8617,22875293,"utils/nn.py",10191,0,"M",python,content +8618,22875293,"utils/nn.py",10192,0,"",python,selection_keyboard +8619,22875391,"utils/nn.py",10192,0,"E",python,content +8620,22875392,"utils/nn.py",10193,0,"",python,selection_keyboard +8621,22875617,"utils/nn.py",10192,0,"",python,selection_command +8622,23942244,"TERMINAL",0,0,"salloc: Job 14001 has exceeded its time limit and its allocation has been revoked.\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T15:57:42.014] error: *** STEP 14001.interactive ON hai007 CANCELLED AT 2025-07-27T15:57:42 DUE TO TIME LIMIT ***\r\n",,terminal_output +8623,23971857,"TERMINAL",0,0,"srun: error: hai007: task 0: Killed\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +8624,24079080,"experiments/sample.sh",0,0,"",shellscript,tab +8625,24080158,"experiments/sample.sh",267,1,"2",shellscript,content +8626,24081228,"utils/nn.py",0,0,"",python,tab +8627,24084805,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00",,terminal_command +8628,24084855,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14007\r\n",,terminal_output +8629,24084955,"TERMINAL",0,0,"salloc: Nodes hai003 are ready for job\r\n",,terminal_output +8630,24085319,"TERMINAL",0,0,"Running inside SLURM, Job ID 14007.\r\n",,terminal_output +8631,24085412,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8632,24085945,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8633,24086094,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_output +8634,24086579,"TERMINAL",0,0,"\rource /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +8635,24087022,"TERMINAL",0,0,"\rexit",,terminal_output +8636,24087477,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +8637,24087612,"TERMINAL",0,0,"alloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_output +8638,24088125,"TERMINAL",0,0,"\r",,terminal_output +8639,24088229,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +8640,24088398,"TERMINAL",0,0,"s': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_output +8641,24088492,"TERMINAL",0,0,"\r[1@a': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-tas\rm': bash experiments/sample.sh ",,terminal_output +8642,24088624,"TERMINAL",0,0,"[1@p': bash experiments/samp[1@l': bash experiments/sampl",,terminal_output +8643,24088783,"TERMINAL",0,0,"[1@e': bash experiments/sample",,terminal_output +8644,24089065,"TERMINAL",0,0,"\r[22@[franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample",,terminal_output +8645,24089344,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8646,24102744,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8647,24110909,"TERMINAL",0,0,"2025-07-27 16:00:30.709679: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8648,24112386,"TERMINAL",0,0,"2025-07-27 16:00:32.186852: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8649,24113551,"utils/nn.py",10279,0,"\n ",python,content +8650,24113725,"utils/nn.py",10292,0,"b",python,content +8651,24113725,"utils/nn.py",10293,0,"",python,selection_keyboard +8652,24113775,"utils/nn.py",10293,0,"r",python,content +8653,24113776,"utils/nn.py",10294,0,"",python,selection_keyboard +8654,24113827,"utils/nn.py",10294,0,"e",python,content +8655,24113827,"utils/nn.py",10295,0,"",python,selection_keyboard +8656,24113894,"utils/nn.py",10295,0,"a",python,content +8657,24113895,"utils/nn.py",10296,0,"",python,selection_keyboard +8658,24113939,"utils/nn.py",10296,0,"k",python,content +8659,24113939,"utils/nn.py",10297,0,"",python,selection_keyboard +8660,24114114,"utils/nn.py",10297,0,"p",python,content +8661,24114114,"utils/nn.py",10298,0,"",python,selection_keyboard +8662,24114164,"utils/nn.py",10298,0,"o",python,content +8663,24114164,"utils/nn.py",10299,0,"",python,selection_keyboard +8664,24114263,"utils/nn.py",10299,0,"i",python,content +8665,24114264,"utils/nn.py",10300,0,"",python,selection_keyboard +8666,24114297,"utils/nn.py",10300,0,"n",python,content +8667,24114298,"utils/nn.py",10301,0,"",python,selection_keyboard +8668,24114385,"utils/nn.py",10301,0,"t",python,content +8669,24114386,"utils/nn.py",10302,0,"",python,selection_keyboard +8670,24114676,"utils/nn.py",10302,0,"()",python,content +8671,24114676,"utils/nn.py",10303,0,"",python,selection_keyboard +8672,24114696,"utils/nn.py",10303,1,")",python,content +8673,24114696,"utils/nn.py",10304,0,"",python,selection_keyboard +8674,24114888,"utils/nn.py",10303,0,"",python,selection_command +8675,24116036,"TERMINAL",0,0,"2025-07-27 16:00:35.838567: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8676,24116704,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 230, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 125, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (1, 1, 1, 8, 64) instead got (1, 1, 921, 8, 64).\r\n",,terminal_output +8677,24117768,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8678,24119041,"utils/nn.py",10304,0,"",python,selection_mouse +8679,24119043,"utils/nn.py",10303,0,"",python,selection_command +8680,24119062,"utils/nn.py",10303,1,")",python,selection_mouse +8681,24119064,"utils/nn.py",10304,0,"",python,selection_command +8682,24119693,"utils/nn.py",10303,0,"",python,selection_command +8683,24125263,"utils/nn.py",10279,0,"\n ",python,content +8684,24125465,"utils/nn.py",10292,0,"i",python,content +8685,24125465,"utils/nn.py",10293,0,"",python,selection_keyboard +8686,24125528,"utils/nn.py",10293,0,"f",python,content +8687,24125528,"utils/nn.py",10294,0,"",python,selection_keyboard +8688,24125643,"utils/nn.py",10294,0," ",python,content +8689,24125643,"utils/nn.py",10295,0,"",python,selection_keyboard +8690,24128410,"utils/nn.py",10295,0,"q",python,content +8691,24128410,"utils/nn.py",10296,0,"",python,selection_keyboard +8692,24128459,"utils/nn.py",10296,0,"u",python,content +8693,24128460,"utils/nn.py",10297,0,"",python,selection_keyboard +8694,24128548,"utils/nn.py",10297,0,"e",python,content +8695,24128548,"utils/nn.py",10298,0,"",python,selection_keyboard +8696,24128629,"utils/nn.py",10298,0,"r",python,content +8697,24128629,"utils/nn.py",10299,0,"",python,selection_keyboard +8698,24128710,"utils/nn.py",10299,0,"y",python,content +8699,24128710,"utils/nn.py",10300,0,"",python,selection_keyboard +8700,24128897,"utils/nn.py",10300,0,".",python,content +8701,24128897,"utils/nn.py",10301,0,"",python,selection_keyboard +8702,24128977,"utils/nn.py",10301,0,"s",python,content +8703,24128977,"utils/nn.py",10302,0,"",python,selection_keyboard +8704,24129095,"utils/nn.py",10302,0,"h",python,content +8705,24129095,"utils/nn.py",10303,0,"",python,selection_keyboard +8706,24129145,"utils/nn.py",10303,0,"a",python,content +8707,24129145,"utils/nn.py",10304,0,"",python,selection_keyboard +8708,24129333,"utils/nn.py",10304,0,"p",python,content +8709,24129333,"utils/nn.py",10305,0,"",python,selection_keyboard +8710,24129401,"utils/nn.py",10305,0,"e",python,content +8711,24129402,"utils/nn.py",10306,0,"",python,selection_keyboard +8712,24129566,"utils/nn.py",10306,0," ",python,content +8713,24129566,"utils/nn.py",10307,0,"",python,selection_keyboard +8714,24129700,"utils/nn.py",10307,0,"=",python,content +8715,24129700,"utils/nn.py",10308,0,"",python,selection_keyboard +8716,24129986,"utils/nn.py",10308,0,"= (1, 921, 1, 8, 64):",python,content +8717,24130165,"utils/nn.py",10328,0,"",python,selection_command +8718,24130309,"utils/nn.py",10327,0,"",python,selection_command +8719,24130865,"utils/nn.py",10353,0,"",python,selection_command +8720,24131100,"utils/nn.py",10342,0,"",python,selection_command +8721,24131623,"utils/nn.py",10342,0," ",python,content +8722,24131834,"utils/nn.py",10345,0,"",python,selection_command +8723,24131947,"utils/nn.py",10295,0,"",python,selection_command +8724,24132086,"utils/nn.py",10300,0,"",python,selection_command +8725,24132234,"utils/nn.py",10301,0,"",python,selection_command +8726,24132418,"utils/nn.py",10307,0,"",python,selection_command +8727,24132569,"utils/nn.py",10310,0,"",python,selection_command +8728,24132734,"utils/nn.py",10311,0,"",python,selection_command +8729,24133919,"utils/nn.py",10311,1,"1",python,selection_command +8730,24133953,"utils/nn.py",10311,2,"1,",python,selection_command +8731,24134102,"utils/nn.py",10311,3,"1, ",python,selection_command +8732,24134532,"utils/nn.py",10311,3,"",python,content +8733,24135379,"utils/nn.py",10310,0,"",python,selection_command +8734,24135703,"utils/nn.py",10311,0,"1, ",python,content +8735,24135709,"utils/nn.py",10311,0,"",python,selection_command +8736,24136104,"utils/nn.py",10312,0,"",python,selection_command +8737,24136274,"utils/nn.py",10313,0,"",python,selection_command +8738,24136424,"utils/nn.py",10314,0,"",python,selection_command +8739,24136943,"utils/nn.py",10315,0,"",python,selection_command +8740,24137385,"utils/nn.py",10314,0,"",python,selection_command +8741,24137837,"utils/nn.py",10314,0,"1",python,content +8742,24137837,"utils/nn.py",10315,0,"",python,selection_keyboard +8743,24137944,"utils/nn.py",10315,0,",",python,content +8744,24137944,"utils/nn.py",10316,0,"",python,selection_keyboard +8745,24138052,"utils/nn.py",10316,0," ",python,content +8746,24138052,"utils/nn.py",10317,0,"",python,selection_keyboard +8747,24138175,"utils/nn.py",10316,0,"",python,selection_command +8748,24138369,"utils/nn.py",10317,0,"",python,selection_command +8749,24138456,"utils/nn.py",10320,0,"",python,selection_command +8750,24138809,"utils/nn.py",10322,0,"",python,selection_command +8751,24139137,"utils/nn.py",10322,1,"",python,content +8752,24139901,"utils/nn.py",10322,1,"",python,content +8753,24140070,"utils/nn.py",10322,1,"",python,content +8754,24141613,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8755,24141684,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8756,24141992,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8757,24153177,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8758,24166279,"TERMINAL",0,0,"2025-07-27 16:01:26.023132: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8759,24167703,"TERMINAL",0,0,"2025-07-27 16:01:27.502802: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8760,24171297,"TERMINAL",0,0,"2025-07-27 16:01:31.050719: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8761,24171997,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 230, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 125, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (1, 1, 1, 8, 64) instead got (1, 1, 921, 8, 64).\r\n",,terminal_output +8762,24173075,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8763,24179367,"utils/nn.py",10280,49," if query.shape == (1, 1, 921, 8, 64):",python,selection_command +8764,24179725,"utils/nn.py",10280,78," if query.shape == (1, 1, 921, 8, 64):\n breakpoint()",python,selection_command +8765,24179980,"utils/nn.py",10280,0,"",python,selection_command +8766,24180409,"utils/nn.py",10174,0,"",python,selection_command +8767,24180620,"utils/nn.py",10279,0,"\n if query.shape == (1, 1, 921, 8, 64):\n breakpoint()",python,content +8768,24180626,"utils/nn.py",10292,0,"",python,selection_command +8769,24181056,"utils/nn.py",10295,0,"",python,selection_command +8770,24181224,"utils/nn.py",10300,0,"",python,selection_command +8771,24181370,"utils/nn.py",10301,0,"",python,selection_command +8772,24181520,"utils/nn.py",10307,0,"",python,selection_command +8773,24181657,"utils/nn.py",10310,0,"",python,selection_command +8774,24181973,"utils/nn.py",10311,0,"",python,selection_command +8775,24182223,"utils/nn.py",10312,0,"",python,selection_command +8776,24182381,"utils/nn.py",10314,0,"",python,selection_command +8777,24182712,"utils/nn.py",10314,1,"1",python,selection_command +8778,24182834,"utils/nn.py",10314,2,"1,",python,selection_command +8779,24182994,"utils/nn.py",10314,3,"1, ",python,selection_command +8780,24183200,"utils/nn.py",10314,3,"",python,content +8781,24183763,"utils/nn.py",10316,0,"",python,selection_command +8782,24184267,"utils/nn.py",10317,0,"",python,selection_command +8783,24184436,"utils/nn.py",10318,0,"",python,selection_command +8784,24184544,"utils/nn.py",10318,0," ",python,content +8785,24184544,"utils/nn.py",10319,0,"",python,selection_keyboard +8786,24184741,"utils/nn.py",10319,0,"1",python,content +8787,24184741,"utils/nn.py",10320,0,"",python,selection_keyboard +8788,24184909,"utils/nn.py",10320,0,",",python,content +8789,24184910,"utils/nn.py",10321,0,"",python,selection_keyboard +8790,24184974,"utils/nn.py",10320,0,"",python,selection_command +8791,24186250,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8792,24186307,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8793,24186538,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8794,24197885,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8795,24203713,"utils/nn.py",7864,0,"",python,selection_command +8796,24204537,"utils/nn.py",10292,0,"",python,selection_command +8797,24205891,"TERMINAL",0,0,"2025-07-27 16:02:05.692078: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8798,24207364,"TERMINAL",0,0,"2025-07-27 16:02:07.165904: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8799,24207929,"utils/nn.py",7864,0,"",python,selection_command +8800,24208556,"utils/nn.py",6014,0,"",python,selection_command +8801,24208984,"utils/nn.py",4315,0,"",python,selection_command +8802,24210435,"utils/nn.py",2546,0,"",python,selection_command +8803,24210840,"TERMINAL",0,0,"2025-07-27 16:02:10.640063: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8804,24211588,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 230, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 125, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (1, 1, 1, 8, 64) instead got (1, 1, 921, 8, 64).\r\n",,terminal_output +8805,24212651,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8806,24213456,"utils/nn.py",11955,0,"",python,selection_command +8807,24214029,"utils/nn.py",10425,0,"",python,selection_command +8808,24214836,"utils/nn.py",10375,0,"",python,selection_command +8809,24215166,"utils/nn.py",10346,0,"",python,selection_command +8810,24215375,"utils/nn.py",10330,28," breakpoint()",python,selection_command +8811,24215507,"utils/nn.py",10280,78," if query.shape == (1, 921, 1, 8, 64):\n breakpoint()",python,selection_command +8812,24215607,"utils/nn.py",10280,79,"",python,content +8813,24215620,"utils/nn.py",10292,0,"",python,selection_command +8814,24220993,"utils/nn.py",10280,49," if query.shape == (1, 1, 921, 8, 64):",python,selection_command +8815,24221105,"utils/nn.py",10280,78," if query.shape == (1, 1, 921, 8, 64):\n breakpoint()",python,selection_command +8816,24222148,"utils/nn.py",10280,79,"",python,content +8817,24222172,"utils/nn.py",10292,0,"",python,selection_command +8818,24222490,"utils/nn.py",10186,0,"",python,selection_command +8819,24222636,"utils/nn.py",10143,0,"",python,selection_command +8820,24222813,"utils/nn.py",10114,0,"",python,selection_command +8821,24222977,"utils/nn.py",10143,0,"",python,selection_command +8822,24223207,"utils/nn.py",10186,0,"",python,selection_command +8823,24223394,"utils/nn.py",10143,0,"",python,selection_command +8824,24223652,"utils/nn.py",10114,0,"",python,selection_command +8825,24223742,"utils/nn.py",10021,0,"",python,selection_command +8826,24223902,"utils/nn.py",10008,0,"",python,selection_command +8827,24224799,"utils/nn.py",10008,0,"\n if query.shape == (1, 1, 921, 8, 64):\n breakpoint()",python,content +8828,24224825,"utils/nn.py",10021,0,"",python,selection_command +8829,24225813,"utils/nn.py",10009,49," if query.shape == (1, 1, 921, 8, 64):",python,selection_command +8830,24225910,"utils/nn.py",10009,78," if query.shape == (1, 1, 921, 8, 64):\n breakpoint()",python,selection_command +8831,24226048,"utils/nn.py",10059,16," ",python,content +8832,24226048,"utils/nn.py",10009,12," ",python,content +8833,24226050,"utils/nn.py",10017,0,"",python,selection_command +8834,24227369,"TERMINAL",0,0,"[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8835,24227421,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +8836,24227626,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8837,24238736,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8838,24246859,"TERMINAL",0,0,"2025-07-27 16:02:46.661059: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8839,24248362,"TERMINAL",0,0,"2025-07-27 16:02:48.163550: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8840,24251894,"TERMINAL",0,0,"2025-07-27 16:02:51.695146: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8841,24252560,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 230, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 125, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (1, 1, 1, 8, 64) instead got (1, 1, 921, 8, 64).\r\n",,terminal_output +8842,24253664,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8843,24262783,"utils/nn.py",10009,46,"",python,content +8844,24262806,"utils/nn.py",10021,0,"",python,selection_command +8845,24263161,"utils/nn.py",10017,4,"",python,content +8846,24263241,"utils/nn.py",10016,0,"",python,selection_command +8847,24264747,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8848,24265615,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +8849,24266005,"TERMINAL",0,0,"lbash experiments/sample.sh ",,terminal_output +8850,24266265,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8851,24267094,"utils/nn.py",10037,0,"",python,selection_command +8852,24267346,"utils/nn.py",10130,0,"",python,selection_command +8853,24267374,"utils/nn.py",10159,0,"",python,selection_command +8854,24267400,"utils/nn.py",10202,0,"",python,selection_command +8855,24267434,"utils/nn.py",10308,0,"",python,selection_command +8856,24267467,"utils/nn.py",10347,0,"",python,selection_command +8857,24267500,"utils/nn.py",10433,0,"",python,selection_command +8858,24267555,"utils/nn.py",10564,0,"",python,selection_command +8859,24267590,"utils/nn.py",10621,0,"",python,selection_command +8860,24267625,"utils/nn.py",10761,0,"",python,selection_command +8861,24267641,"utils/nn.py",10900,0,"",python,selection_command +8862,24267826,"utils/nn.py",11003,0,"",python,selection_command +8863,24267963,"utils/nn.py",11050,0,"",python,selection_command +8864,24268093,"utils/nn.py",11064,0,"",python,selection_command +8865,24271330,"utils/nn.py",11050,0,"",python,selection_command +8866,24271568,"utils/nn.py",11003,0,"",python,selection_command +8867,24271592,"utils/nn.py",10900,0,"",python,selection_command +8868,24271622,"utils/nn.py",10761,0,"",python,selection_command +8869,24271661,"utils/nn.py",10621,0,"",python,selection_command +8870,24271694,"utils/nn.py",10564,0,"",python,selection_command +8871,24271727,"utils/nn.py",10433,0,"",python,selection_command +8872,24271758,"utils/nn.py",10347,0,"",python,selection_command +8873,24271792,"utils/nn.py",10308,0,"",python,selection_command +8874,24271826,"utils/nn.py",10202,0,"",python,selection_command +8875,24271857,"utils/nn.py",10159,0,"",python,selection_command +8876,24271891,"utils/nn.py",10130,0,"",python,selection_command +8877,24271927,"utils/nn.py",10037,0,"",python,selection_command +8878,24271960,"utils/nn.py",10016,0,"",python,selection_command +8879,24271992,"utils/nn.py",10008,0,"",python,selection_command +8880,24272133,"utils/nn.py",9939,0,"",python,selection_command +8881,24272297,"utils/nn.py",10008,0,"",python,selection_command +8882,24272522,"utils/nn.py",10016,0,"",python,selection_command +8883,24272755,"utils/nn.py",10009,0,"",python,selection_command +8884,24276566,"utils/nn.py",8907,0,"",python,selection_command +8885,24277219,"utils/nn.py",8899,0,"",python,selection_command +8886,24277456,"utils/nn.py",8859,0,"",python,selection_command +8887,24277484,"utils/nn.py",8761,0,"",python,selection_command +8888,24277516,"utils/nn.py",8676,0,"",python,selection_command +8889,24277524,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8890,24277550,"utils/nn.py",8675,0,"",python,selection_command +8891,24277583,"utils/nn.py",8596,0,"",python,selection_command +8892,24277618,"utils/nn.py",8500,0,"",python,selection_command +8893,24277652,"utils/nn.py",8499,0,"",python,selection_command +8894,24277686,"utils/nn.py",8428,0,"",python,selection_command +8895,24277722,"utils/nn.py",8420,0,"",python,selection_command +8896,24277757,"utils/nn.py",8332,0,"",python,selection_command +8897,24277966,"utils/nn.py",8420,0,"",python,selection_command +8898,24278152,"utils/nn.py",8332,0,"",python,selection_command +8899,24278265,"utils/nn.py",8336,0,"",python,selection_command +8900,24278424,"utils/nn.py",8362,0,"",python,selection_command +8901,24278659,"utils/nn.py",8336,0,"",python,selection_command +8902,24280224,"utils/nn.py",2105,26,"_create_flash_attention_fn",python,selection_command +8903,24280358,"utils/nn.py",2130,0,"",python,selection_command +8904,24280756,"utils/nn.py",2054,0,"",python,selection_command +8905,24281007,"utils/nn.py",2012,0,"",python,selection_command +8906,24281033,"utils/nn.py",1973,0,"",python,selection_command +8907,24281061,"utils/nn.py",1938,0,"",python,selection_command +8908,24281093,"utils/nn.py",1904,0,"",python,selection_command +8909,24281126,"utils/nn.py",1866,0,"",python,selection_command +8910,24281305,"utils/nn.py",1809,0,"",python,selection_command +8911,24281405,"utils/nn.py",1813,0,"",python,selection_command +8912,24281594,"utils/nn.py",1817,0,"",python,selection_command +8913,24281722,"utils/nn.py",1818,0,"",python,selection_command +8914,24281978,"utils/nn.py",1836,0,"",python,selection_command +8915,24282003,"utils/nn.py",1838,0,"",python,selection_command +8916,24282026,"utils/nn.py",1841,0,"",python,selection_command +8917,24282060,"utils/nn.py",1842,0,"",python,selection_command +8918,24282190,"utils/nn.py",1860,0,"",python,selection_command +8919,24282231,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(321)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +8920,24282458,"utils/nn.py",1842,0,"",python,selection_command +8921,24282715,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +8922,24282715,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +8923,24283255,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",12332,0,"",python,selection_command +8924,24283573,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14092,0,"",python,selection_command +8925,24284711,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",16150,0,"",python,selection_command +8926,24285069,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +8927,24285543,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20649,0,"",python,selection_command +8928,24285931,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22802,0,"",python,selection_command +8929,24286651,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22840,0,"",python,selection_command +8930,24287025,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22802,0,"",python,selection_command +8931,24287261,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22771,0,"",python,selection_command +8932,24287287,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22754,0,"",python,selection_command +8933,24287407,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22741,0,"",python,selection_command +8934,24287730,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22754,0,"",python,selection_command +8935,24287900,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22741,0,"",python,selection_command +8936,24288111,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22754,0,"",python,selection_command +8937,24288263,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22771,0,"",python,selection_command +8938,24288364,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22782,0,"",python,selection_command +8939,24288524,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22783,0,"",python,selection_command +8940,24288696,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22763,0,"",python,selection_command +8941,24289146,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22759,0,"",python,selection_command +8942,24289483,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",22754,0,"",python,selection_command +8943,24289906,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21797,0,"",python,selection_command +8944,24291428,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21767,0,"",python,selection_command +8945,24314750,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +8946,24315817,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18091,0,"",python,selection_command +8947,24318843,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17942,0,"",python,selection_command +8948,24319108,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17926,0,"",python,selection_command +8949,24319439,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17011,0,"",python,selection_command +8950,24325143,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17926,0,"",python,selection_command +8951,24325311,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17942,0,"",python,selection_command +8952,24325514,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18091,0,"",python,selection_command +8953,24325834,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21551,0,"",python,selection_command +8954,24326549,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21767,0,"",python,selection_command +8955,24327963,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21772,0,"",python,selection_command +8956,24328108,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21774,0,"",python,selection_command +8957,24328484,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26230,0,"",python,selection_command +8958,24336158,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21774,0,"",python,selection_command +8959,24348446,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26230,0,"",python,selection_command +8960,24382473,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26249,0,"",python,selection_command +8961,24382725,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26300,0,"",python,selection_command +8962,24382741,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26319,0,"",python,selection_command +8963,24382779,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26345,0,"",python,selection_command +8964,24382814,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26350,0,"",python,selection_command +8965,24382840,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26358,0,"",python,selection_command +8966,24382872,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26432,0,"",python,selection_command +8967,24382906,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26468,0,"",python,selection_command +8968,24382938,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26473,0,"",python,selection_command +8969,24382973,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26484,0,"",python,selection_command +8970,24383009,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26559,0,"",python,selection_command +8971,24383044,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26565,0,"",python,selection_command +8972,24383076,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26616,0,"",python,selection_command +8973,24383111,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26637,0,"",python,selection_command +8974,24383144,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26653,0,"",python,selection_command +8975,24383178,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26667,0,"",python,selection_command +8976,24383212,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26727,0,"",python,selection_command +8977,24383244,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26805,0,"",python,selection_command +8978,24383280,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26839,0,"",python,selection_command +8979,24383483,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26872,0,"",python,selection_command +8980,24383673,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26877,0,"",python,selection_command +8981,24383826,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26879,0,"",python,selection_command +8982,24384024,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26882,0,"",python,selection_command +8983,24384207,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26883,0,"",python,selection_command +8984,24384798,".venv/lib/python3.10/site-packages/jax/_src/numpy/ufuncs.py",0,0,"# Copyright 2018 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""\nImplements ufuncs for jax.numpy.\n""""""\n\nfrom __future__ import annotations\n\nfrom collections.abc import Callable\nfrom functools import partial\nimport operator\nfrom typing import Any\n\nimport numpy as np\n\nfrom jax._src import core\nfrom jax._src import dtypes\nfrom jax._src.api import jit\nfrom jax._src.custom_derivatives import custom_jvp\nfrom jax._src.lax import lax\nfrom jax._src.lax import other as lax_other\nfrom jax._src.typing import Array, ArrayLike\nfrom jax._src.numpy import error as jnp_error\nfrom jax._src.numpy import reductions\nfrom jax._src.numpy.ufunc_api import ufunc\nfrom jax._src.numpy.util import (\n check_arraylike, ensure_arraylike, promote_args, promote_args_inexact,\n promote_args_numeric, promote_dtypes_inexact, promote_dtypes_numeric,\n promote_shapes, _where, check_no_float0s)\nfrom jax._src.util import set_module\n\n\nexport = set_module('jax.numpy')\n\n_lax_const = lax._const\n\n_INT_DTYPES = {\n 16: np.int16,\n 32: np.int32,\n 64: np.int64,\n}\n\ndef _constant_like(x, const):\n return np.array(const, dtype=dtypes.dtype(x))\n\ndef _replace_inf(x: ArrayLike) -> Array:\n return lax.select(isposinf(real(x)), lax._zeros(x), x)\n\ndef _to_bool(x: Array) -> Array:\n return x if x.dtype == bool else lax.ne(x, _lax_const(x, 0))\n\n\ndef unary_ufunc(func: Callable[[ArrayLike], Array]) -> ufunc:\n """"""An internal helper function for defining unary ufuncs.""""""\n func_jit = jit(func, inline=True)\n return ufunc(func_jit, name=func.__name__, nin=1, nout=1, call=func_jit)\n\n\ndef binary_ufunc(identity: Any, reduce: Callable[..., Any] | None = None,\n accumulate: Callable[..., Any] | None = None,\n at: Callable[..., Any] | None = None,\n reduceat: Callable[..., Any] | None = None) -> Callable[[Callable[[ArrayLike, ArrayLike], Array]], ufunc]:\n """"""An internal helper function for defining binary ufuncs.""""""\n def decorator(func: Callable[[ArrayLike, ArrayLike], Array]) -> ufunc:\n func_jit = jit(func, inline=True)\n return ufunc(func_jit, name=func.__name__, nin=2, nout=1, call=func_jit,\n identity=identity, reduce=reduce, accumulate=accumulate, at=at, reduceat=reduceat)\n return decorator\n\n\n@export\n@partial(jit, inline=True)\ndef fabs(x: ArrayLike, /) -> Array:\n """"""Compute the element-wise absolute values of the real-valued input.\n\n JAX implementation of :obj:`numpy.fabs`.\n\n Args:\n x: input array or scalar. Must not have a complex dtype.\n\n Returns:\n An array with same shape as ``x`` and dtype float, containing the element-wise\n absolute values.\n\n See also:\n - :func:`jax.numpy.absolute`: Computes the absolute values of the input including\n complex dtypes.\n - :func:`jax.numpy.abs`: Computes the absolute values of the input including\n complex dtypes.\n\n Examples:\n For integer inputs:\n\n >>> x = jnp.array([-5, -9, 1, 10, 15])\n >>> jnp.fabs(x)\n Array([ 5., 9., 1., 10., 15.], dtype=float32)\n\n For float type inputs:\n\n >>> x1 = jnp.array([-1.342, 5.649, 3.927])\n >>> jnp.fabs(x1)\n Array([1.342, 5.649, 3.927], dtype=float32)\n\n For boolean inputs:\n\n >>> x2 = jnp.array([True, False])\n >>> jnp.fabs(x2)\n Array([1., 0.], dtype=float32)\n """"""\n x = ensure_arraylike('fabs', x)\n if dtypes.issubdtype(dtypes.dtype(x), np.complexfloating):\n raise TypeError(""ufunc 'fabs' does not support complex dtypes"")\n return lax.abs(*promote_args_inexact('fabs', x))\n\n\n@export\n@partial(jit, inline=True)\ndef bitwise_invert(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.invert`.""""""\n return lax.bitwise_not(*promote_args('bitwise_invert', x))\n\n\n@export\n@partial(jit, inline=True)\ndef bitwise_not(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.invert`.""""""\n return lax.bitwise_not(*promote_args('bitwise_not', x))\n\n\n@export\n@partial(jit, inline=True)\ndef invert(x: ArrayLike, /) -> Array:\n """"""Compute the bitwise inversion of an input.\n\n JAX implementation of :func:`numpy.invert`. This function provides the\n implementation of the ``~`` operator for JAX arrays.\n\n Args:\n x: input array, must be boolean or integer typed.\n\n Returns:\n An array of the same shape and dtype as ```x``, with the bits inverted.\n\n See also:\n - :func:`jax.numpy.bitwise_invert`: Array API alias of this function.\n - :func:`jax.numpy.logical_not`: Invert after casting input to boolean.\n\n Examples:\n >>> x = jnp.arange(5, dtype='uint8')\n >>> print(x)\n [0 1 2 3 4]\n >>> print(jnp.invert(x))\n [255 254 253 252 251]\n\n This function implements the unary ``~`` operator for JAX arrays:\n\n >>> print(~x)\n [255 254 253 252 251]\n\n :func:`invert` operates bitwise on the input, and so the meaning of its\n output may be more clear by showing the bitwise representation:\n\n >>> with jnp.printoptions(formatter={'int': lambda x: format(x, '#010b')}):\n ... print(f""{x = }"")\n ... print(f""{~x = }"")\n x = Array([0b00000000, 0b00000001, 0b00000010, 0b00000011, 0b00000100], dtype=uint8)\n ~x = Array([0b11111111, 0b11111110, 0b11111101, 0b11111100, 0b11111011], dtype=uint8)\n\n For boolean inputs, :func:`invert` is equivalent to :func:`logical_not`:\n\n >>> x = jnp.array([True, False, True, True, False])\n >>> jnp.invert(x)\n Array([False, True, False, False, True], dtype=bool)\n """"""\n return lax.bitwise_not(*promote_args('invert', x))\n\n\n@unary_ufunc\ndef negative(x: ArrayLike, /) -> Array:\n """"""Return element-wise negative values of the input.\n\n JAX implementation of :obj:`numpy.negative`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array with same shape and dtype as ``x`` containing ``-x``.\n\n See also:\n - :func:`jax.numpy.positive`: Returns element-wise positive values of the input.\n - :func:`jax.numpy.sign`: Returns element-wise indication of sign of the input.\n\n Note:\n ``jnp.negative``, when applied over ``unsigned integer``, produces the result\n of their two's complement negation, which typically results in unexpected\n large positive values due to integer underflow.\n\n Examples:\n For real-valued inputs:\n\n >>> x = jnp.array([0., -3., 7])\n >>> jnp.negative(x)\n Array([-0., 3., -7.], dtype=float32)\n\n For complex inputs:\n\n >>> x1 = jnp.array([1-2j, -3+4j, 5-6j])\n >>> jnp.negative(x1)\n Array([-1.+2.j, 3.-4.j, -5.+6.j], dtype=complex64)\n\n For unit32:\n\n >>> x2 = jnp.array([5, 0, -7]).astype(jnp.uint32)\n >>> x2\n Array([ 5, 0, 4294967289], dtype=uint32)\n >>> jnp.negative(x2)\n Array([4294967291, 0, 7], dtype=uint32)\n """"""\n return lax.neg(*promote_args('negative', x))\n\n\n@export\n@partial(jit, inline=True)\ndef positive(x: ArrayLike, /) -> Array:\n """"""Return element-wise positive values of the input.\n\n JAX implementation of :obj:`numpy.positive`.\n\n Args:\n x: input array or scalar\n\n Returns:\n An array of same shape and dtype as ``x`` containing ``+x``.\n\n Note:\n ``jnp.positive`` is equivalent to ``x.copy()`` and is defined only for the\n types that support arithmetic operations.\n\n See also:\n - :func:`jax.numpy.negative`: Returns element-wise negative values of the input.\n - :func:`jax.numpy.sign`: Returns element-wise indication of sign of the input.\n\n Examples:\n For real-valued inputs:\n\n >>> x = jnp.array([-5, 4, 7., -9.5])\n >>> jnp.positive(x)\n Array([-5. , 4. , 7. , -9.5], dtype=float32)\n >>> x.copy()\n Array([-5. , 4. , 7. , -9.5], dtype=float32)\n\n For complex inputs:\n\n >>> x1 = jnp.array([1-2j, -3+4j, 5-6j])\n >>> jnp.positive(x1)\n Array([ 1.-2.j, -3.+4.j, 5.-6.j], dtype=complex64)\n >>> x1.copy()\n Array([ 1.-2.j, -3.+4.j, 5.-6.j], dtype=complex64)\n\n For uint32:\n\n >>> x2 = jnp.array([6, 0, -4]).astype(jnp.uint32)\n >>> x2\n Array([ 6, 0, 4294967292], dtype=uint32)\n >>> jnp.positive(x2)\n Array([ 6, 0, 4294967292], dtype=uint32)\n """"""\n return lax.asarray(*promote_args('positive', x))\n\n\n@export\n@partial(jit, inline=True)\ndef sign(x: ArrayLike, /) -> Array:\n r""""""Return an element-wise indication of sign of the input.\n\n JAX implementation of :obj:`numpy.sign`.\n\n The sign of ``x`` for real-valued input is:\n\n .. math::\n \mathrm{sign}(x) = \begin{cases}\n 1, & x > 0\\\n 0, & x = 0\\\n -1, & x < 0\n \end{cases}\n\n For complex valued input, ``jnp.sign`` returns a unit vector representing the\n phase. For generalized case, the sign of ``x`` is given by:\n\n .. math::\n \mathrm{sign}(x) = \begin{cases}\n \frac{x}{abs(x)}, & x \ne 0\\\n 0, & x = 0\n \end{cases}\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array with same shape and dtype as ``x`` containing the sign indication.\n\n See also:\n - :func:`jax.numpy.positive`: Returns element-wise positive values of the input.\n - :func:`jax.numpy.negative`: Returns element-wise negative values of the input.\n\n Examples:\n For Real-valued inputs:\n\n >>> x = jnp.array([0., -3., 7.])\n >>> jnp.sign(x)\n Array([ 0., -1., 1.], dtype=float32)\n\n For complex-inputs:\n\n >>> x1 = jnp.array([1, 3+4j, 5j])\n >>> jnp.sign(x1)\n Array([1. +0.j , 0.6+0.8j, 0. +1.j ], dtype=complex64)\n """"""\n return lax.sign(*promote_args('sign', x))\n\n\n@export\n@partial(jit, inline=True)\ndef floor(x: ArrayLike, /) -> Array:\n """"""Round input to the nearest integer downwards.\n\n JAX implementation of :obj:`numpy.floor`.\n\n Args:\n x: input array or scalar. Must not have complex dtype.\n\n Returns:\n An array with same shape and dtype as ``x`` containing the values rounded to\n the nearest integer that is less than or equal to the value itself.\n\n See also:\n - :func:`jax.numpy.fix`: Rounds the input to the nearest integer towards zero.\n - :func:`jax.numpy.trunc`: Rounds the input to the nearest integer towards\n zero.\n - :func:`jax.numpy.ceil`: Rounds the input up to the nearest integer.\n\n Examples:\n >>> key = jax.random.key(42)\n >>> x = jax.random.uniform(key, (3, 3), minval=-5, maxval=5)\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(x)\n [[-0.11 1.8 1.16]\n [ 0.61 -0.49 0.86]\n [-4.25 2.75 1.99]]\n >>> jnp.floor(x)\n Array([[-1., 1., 1.],\n [ 0., -1., 0.],\n [-5., 2., 1.]], dtype=float32)\n """"""\n x = ensure_arraylike('floor', x)\n if dtypes.isdtype(dtypes.dtype(x), ('integral', 'bool')):\n return x\n return lax.floor(*promote_args_inexact('floor', x))\n\n\n@export\n@partial(jit, inline=True)\ndef ceil(x: ArrayLike, /) -> Array:\n """"""Round input to the nearest integer upwards.\n\n JAX implementation of :obj:`numpy.ceil`.\n\n Args:\n x: input array or scalar. Must not have complex dtype.\n\n Returns:\n An array with same shape and dtype as ``x`` containing the values rounded to\n the nearest integer that is greater than or equal to the value itself.\n\n See also:\n - :func:`jax.numpy.fix`: Rounds the input to the nearest integer towards zero.\n - :func:`jax.numpy.trunc`: Rounds the input to the nearest integer towards\n zero.\n - :func:`jax.numpy.floor`: Rounds the input down to the nearest integer.\n\n Examples:\n >>> key = jax.random.key(1)\n >>> x = jax.random.uniform(key, (3, 3), minval=-5, maxval=5)\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(x)\n [[-0.61 0.34 -0.54]\n [-0.62 3.97 0.59]\n [ 4.84 3.42 -1.14]]\n >>> jnp.ceil(x)\n Array([[-0., 1., -0.],\n [-0., 4., 1.],\n [ 5., 4., -1.]], dtype=float32)\n """"""\n x = ensure_arraylike('ceil', x)\n if dtypes.isdtype(dtypes.dtype(x), ('integral', 'bool')):\n return lax.asarray(x)\n return lax.ceil(*promote_args_inexact('ceil', x))\n\n\n@export\n@partial(jit, inline=True)\ndef exp(x: ArrayLike, /) -> Array:\n """"""Calculate element-wise exponential of the input.\n\n JAX implementation of :obj:`numpy.exp`.\n\n Args:\n x: input array or scalar\n\n Returns:\n An array containing the exponential of each element in ``x``, promotes to\n inexact dtype.\n\n See also:\n - :func:`jax.numpy.log`: Calculates element-wise logarithm of the input.\n - :func:`jax.numpy.expm1`: Calculates :math:`e^x-1` of each element of the\n input.\n - :func:`jax.numpy.exp2`: Calculates base-2 exponential of each element of\n the input.\n\n Examples:\n ``jnp.exp`` follows the properties of exponential such as :math:`e^{(a+b)}\n = e^a * e^b`.\n\n >>> x1 = jnp.array([2, 4, 3, 1])\n >>> x2 = jnp.array([1, 3, 2, 3])\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.exp(x1+x2))\n [ 20.09 1096.63 148.41 54.6 ]\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.exp(x1)*jnp.exp(x2))\n [ 20.09 1096.63 148.41 54.6 ]\n\n This property holds for complex input also:\n\n >>> jnp.allclose(jnp.exp(3-4j), jnp.exp(3)*jnp.exp(-4j))\n Array(True, dtype=bool)\n """"""\n return lax.exp(*promote_args_inexact('exp', x))\n\n\n@export\n@partial(jit, inline=True)\ndef log(x: ArrayLike, /) -> Array:\n """"""Calculate element-wise natural logarithm of the input.\n\n JAX implementation of :obj:`numpy.log`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the logarithm of each element in ``x``, promotes to inexact\n dtype.\n\n See also:\n - :func:`jax.numpy.exp`: Calculates element-wise exponential of the input.\n - :func:`jax.numpy.log2`: Calculates base-2 logarithm of each element of input.\n - :func:`jax.numpy.log1p`: Calculates element-wise logarithm of one plus input.\n\n Examples:\n ``jnp.log`` and ``jnp.exp`` are inverse functions of each other. Applying\n ``jnp.log`` on the result of ``jnp.exp(x)`` yields the original input ``x``.\n\n >>> x = jnp.array([2, 3, 4, 5])\n >>> jnp.log(jnp.exp(x))\n Array([2., 3., 4., 5.], dtype=float32)\n\n Using ``jnp.log`` we can demonstrate well-known properties of logarithms, such\n as :math:`log(a*b) = log(a)+log(b)`.\n\n >>> x1 = jnp.array([2, 1, 3, 1])\n >>> x2 = jnp.array([1, 3, 2, 4])\n >>> jnp.allclose(jnp.log(x1*x2), jnp.log(x1)+jnp.log(x2))\n Array(True, dtype=bool)\n """"""\n out = lax.log(*promote_args_inexact('log', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef expm1(x: ArrayLike, /) -> Array:\n """"""Calculate ``exp(x)-1`` of each element of the input.\n\n JAX implementation of :obj:`numpy.expm1`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing ``exp(x)-1`` of each element in ``x``, promotes to inexact\n dtype.\n\n Note:\n ``jnp.expm1`` has much higher precision than the naive computation of\n ``exp(x)-1`` for small values of ``x``.\n\n See also:\n - :func:`jax.numpy.log1p`: Calculates element-wise logarithm of one plus input.\n - :func:`jax.numpy.exp`: Calculates element-wise exponential of the input.\n - :func:`jax.numpy.exp2`: Calculates base-2 exponential of each element of\n the input.\n\n Examples:\n >>> x = jnp.array([2, -4, 3, -1])\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.expm1(x))\n [ 6.39 -0.98 19.09 -0.63]\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.exp(x)-1)\n [ 6.39 -0.98 19.09 -0.63]\n\n For values very close to 0, ``jnp.expm1(x)`` is much more accurate than\n ``jnp.exp(x)-1``:\n\n >>> x1 = jnp.array([1e-4, 1e-6, 2e-10])\n >>> jnp.expm1(x1)\n Array([1.0000500e-04, 1.0000005e-06, 2.0000000e-10], dtype=float32)\n >>> jnp.exp(x1)-1\n Array([1.00016594e-04, 9.53674316e-07, 0.00000000e+00], dtype=float32)\n """"""\n return lax.expm1(*promote_args_inexact('expm1', x))\n\n\n@export\n@partial(jit, inline=True)\ndef log1p(x: ArrayLike, /) -> Array:\n """"""Calculates element-wise logarithm of one plus input, ``log(x+1)``.\n\n JAX implementation of :obj:`numpy.log1p`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the logarithm of one plus of each element in ``x``,\n promotes to inexact dtype.\n\n Note:\n ``jnp.log1p`` is more accurate than when using the naive computation of\n ``log(x+1)`` for small values of ``x``.\n\n See also:\n - :func:`jax.numpy.expm1`: Calculates :math:`e^x-1` of each element of the\n input.\n - :func:`jax.numpy.log2`: Calculates base-2 logarithm of each element of input.\n - :func:`jax.numpy.log`: Calculates element-wise logarithm of the input.\n\n Examples:\n >>> x = jnp.array([2, 5, 9, 4])\n >>> jnp.allclose(jnp.log1p(x), jnp.log(x+1))\n Array(True, dtype=bool)\n\n For values very close to 0, ``jnp.log1p(x)`` is more accurate than\n ``jnp.log(x+1)``:\n\n >>> x1 = jnp.array([1e-4, 1e-6, 2e-10])\n >>> jnp.expm1(jnp.log1p(x1)) # doctest: +SKIP\n Array([1.00000005e-04, 9.99999997e-07, 2.00000003e-10], dtype=float32)\n >>> jnp.expm1(jnp.log(x1+1)) # doctest: +SKIP\n Array([1.000166e-04, 9.536743e-07, 0.000000e+00], dtype=float32)\n """"""\n out = lax.log1p(*promote_args_inexact('log1p', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef sin(x: ArrayLike, /) -> Array:\n """"""Compute a trigonometric sine of each element of input.\n\n JAX implementation of :obj:`numpy.sin`.\n\n Args:\n x: array or scalar. Angle in radians.\n\n Returns:\n An array containing the sine of each element in ``x``, promotes to inexact\n dtype.\n\n See also:\n - :func:`jax.numpy.cos`: Computes a trigonometric cosine of each element of\n input.\n - :func:`jax.numpy.tan`: Computes a trigonometric tangent of each element of\n input.\n - :func:`jax.numpy.arcsin` and :func:`jax.numpy.asin`: Computes the inverse of\n trigonometric sine of each element of input.\n\n Examples:\n >>> pi = jnp.pi\n >>> x = jnp.array([pi/4, pi/2, 3*pi/4, pi])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... print(jnp.sin(x))\n [ 0.707 1. 0.707 -0. ]\n """"""\n out = lax.sin(*promote_args_inexact('sin', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef cos(x: ArrayLike, /) -> Array:\n """"""Compute a trigonometric cosine of each element of input.\n\n JAX implementation of :obj:`numpy.cos`.\n\n Args:\n x: scalar or array. Angle in radians.\n\n Returns:\n An array containing the cosine of each element in ``x``, promotes to inexact\n dtype.\n\n See also:\n - :func:`jax.numpy.sin`: Computes a trigonometric sine of each element of input.\n - :func:`jax.numpy.tan`: Computes a trigonometric tangent of each element of\n input.\n - :func:`jax.numpy.arccos` and :func:`jax.numpy.acos`: Computes the inverse of\n trigonometric cosine of each element of input.\n\n Examples:\n >>> pi = jnp.pi\n >>> x = jnp.array([pi/4, pi/2, 3*pi/4, 5*pi/6])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... print(jnp.cos(x))\n [ 0.707 -0. -0.707 -0.866]\n """"""\n out = lax.cos(*promote_args_inexact('cos', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef tan(x: ArrayLike, /) -> Array:\n """"""Compute a trigonometric tangent of each element of input.\n\n JAX implementation of :obj:`numpy.tan`.\n\n Args:\n x: scalar or array. Angle in radians.\n\n Returns:\n An array containing the tangent of each element in ``x``, promotes to inexact\n dtype.\n\n See also:\n - :func:`jax.numpy.sin`: Computes a trigonometric sine of each element of input.\n - :func:`jax.numpy.cos`: Computes a trigonometric cosine of each element of\n input.\n - :func:`jax.numpy.arctan` and :func:`jax.numpy.atan`: Computes the inverse of\n trigonometric tangent of each element of input.\n\n Examples:\n >>> pi = jnp.pi\n >>> x = jnp.array([0, pi/6, pi/4, 3*pi/4, 5*pi/6])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... print(jnp.tan(x))\n [ 0. 0.577 1. -1. -0.577]\n """"""\n out = lax.tan(*promote_args_inexact('tan', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef arcsin(x: ArrayLike, /) -> Array:\n r""""""Compute element-wise inverse of trigonometric sine of input.\n\n JAX implementation of :obj:`numpy.arcsin`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the inverse trigonometric sine of each element of ``x``\n in radians in the range ``[-pi/2, pi/2]``, promoting to inexact dtype.\n\n Note:\n - ``jnp.arcsin`` returns ``nan`` when ``x`` is real-valued and not in the closed\n interval ``[-1, 1]``.\n - ``jnp.arcsin`` follows the branch cut convention of :obj:`numpy.arcsin` for\n complex inputs.\n\n See also:\n - :func:`jax.numpy.sin`: Computes a trigonometric sine of each element of input.\n - :func:`jax.numpy.arccos` and :func:`jax.numpy.acos`: Computes the inverse of\n trigonometric cosine of each element of input.\n - :func:`jax.numpy.arctan` and :func:`jax.numpy.atan`: Computes the inverse of\n trigonometric tangent of each element of input.\n\n Examples:\n >>> x = jnp.array([-2, -1, -0.5, 0, 0.5, 1, 2])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arcsin(x)\n Array([ nan, -1.571, -0.524, 0. , 0.524, 1.571, nan], dtype=float32)\n\n For complex-valued inputs:\n\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arcsin(3+4j)\n Array(0.634+2.306j, dtype=complex64, weak_type=True)\n """"""\n out = lax.asin(*promote_args_inexact('arcsin', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef arccos(x: ArrayLike, /) -> Array:\n """"""Compute element-wise inverse of trigonometric cosine of input.\n\n JAX implementation of :obj:`numpy.arccos`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the inverse trigonometric cosine of each element of ``x``\n in radians in the range ``[0, pi]``, promoting to inexact dtype.\n\n Note:\n - ``jnp.arccos`` returns ``nan`` when ``x`` is real-valued and not in the closed\n interval ``[-1, 1]``.\n - ``jnp.arccos`` follows the branch cut convention of :obj:`numpy.arccos` for\n complex inputs.\n\n See also:\n - :func:`jax.numpy.cos`: Computes a trigonometric cosine of each element of\n input.\n - :func:`jax.numpy.arcsin` and :func:`jax.numpy.asin`: Computes the inverse of\n trigonometric sine of each element of input.\n - :func:`jax.numpy.arctan` and :func:`jax.numpy.atan`: Computes the inverse of\n trigonometric tangent of each element of input.\n\n Examples:\n >>> x = jnp.array([-2, -1, -0.5, 0, 0.5, 1, 2])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arccos(x)\n Array([ nan, 3.142, 2.094, 1.571, 1.047, 0. , nan], dtype=float32)\n\n For complex inputs:\n\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arccos(4-1j)\n Array(0.252+2.097j, dtype=complex64, weak_type=True)\n """"""\n out = lax.acos(*promote_args_inexact('arccos', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef arctan(x: ArrayLike, /) -> Array:\n """"""Compute element-wise inverse of trigonometric tangent of input.\n\n JAX implement of :obj:`numpy.arctan`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the inverse trigonometric tangent of each element ``x``\n in radians in the range ``[-pi/2, pi/2]``, promoting to inexact dtype.\n\n Note:\n ``jnp.arctan`` follows the branch cut convention of :obj:`numpy.arctan` for\n complex inputs.\n\n See also:\n - :func:`jax.numpy.tan`: Computes a trigonometric tangent of each element of\n input.\n - :func:`jax.numpy.arcsin` and :func:`jax.numpy.asin`: Computes the inverse of\n trigonometric sine of each element of input.\n - :func:`jax.numpy.arccos` and :func:`jax.numpy.atan`: Computes the inverse of\n trigonometric cosine of each element of input.\n\n Examples:\n >>> x = jnp.array([-jnp.inf, -20, -1, 0, 1, 20, jnp.inf])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arctan(x)\n Array([-1.571, -1.521, -0.785, 0. , 0.785, 1.521, 1.571], dtype=float32)\n\n For complex-valued inputs:\n\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arctan(2+7j)\n Array(1.532+0.133j, dtype=complex64, weak_type=True)\n """"""\n return lax.atan(*promote_args_inexact('arctan', x))\n\n\n@export\n@partial(jit, inline=True)\ndef sinh(x: ArrayLike, /) -> Array:\n r""""""Calculate element-wise hyperbolic sine of input.\n\n JAX implementation of :obj:`numpy.sinh`.\n\n The hyperbolic sine is defined by:\n\n .. math::\n\n sinh(x) = \frac{e^x - e^{-x}}{2}\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the hyperbolic sine of each element of ``x``, promoting\n to inexact dtype.\n\n Note:\n ``jnp.sinh`` is equivalent to computing ``-1j * jnp.sin(1j * x)``.\n\n See also:\n - :func:`jax.numpy.cosh`: Computes the element-wise hyperbolic cosine of the\n input.\n - :func:`jax.numpy.tanh`: Computes the element-wise hyperbolic tangent of the\n input.\n - :func:`jax.numpy.arcsinh`: Computes the element-wise inverse of hyperbolic\n sine of the input.\n\n Examples:\n >>> x = jnp.array([[-2, 3, 5],\n ... [0, -1, 4]])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.sinh(x)\n Array([[-3.627, 10.018, 74.203],\n [ 0. , -1.175, 27.29 ]], dtype=float32)\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... -1j * jnp.sin(1j * x)\n Array([[-3.627+0.j, 10.018-0.j, 74.203-0.j],\n [ 0. -0.j, -1.175+0.j, 27.29 -0.j]], dtype=complex64, weak_type=True)\n\n For complex-valued input:\n\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.sinh(3-2j)\n Array(-4.169-9.154j, dtype=complex64, weak_type=True)\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... -1j * jnp.sin(1j * (3-2j))\n Array(-4.169-9.154j, dtype=complex64, weak_type=True)\n """"""\n return lax.sinh(*promote_args_inexact('sinh', x))\n\n\n@export\n@partial(jit, inline=True)\ndef cosh(x: ArrayLike, /) -> Array:\n r""""""Calculate element-wise hyperbolic cosine of input.\n\n JAX implementation of :obj:`numpy.cosh`.\n\n The hyperbolic cosine is defined by:\n\n .. math::\n\n cosh(x) = \frac{e^x + e^{-x}}{2}\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the hyperbolic cosine of each element of ``x``, promoting\n to inexact dtype.\n\n Note:\n ``jnp.cosh`` is equivalent to computing ``jnp.cos(1j * x)``.\n\n See also:\n - :func:`jax.numpy.sinh`: Computes the element-wise hyperbolic sine of the input.\n - :func:`jax.numpy.tanh`: Computes the element-wise hyperbolic tangent of the\n input.\n - :func:`jax.numpy.arccosh`: Computes the element-wise inverse of hyperbolic\n cosine of the input.\n\n Examples:\n >>> x = jnp.array([[3, -1, 0],\n ... [4, 7, -5]])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.cosh(x)\n Array([[ 10.068, 1.543, 1. ],\n [ 27.308, 548.317, 74.21 ]], dtype=float32)\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.cos(1j * x)\n Array([[ 10.068+0.j, 1.543+0.j, 1. +0.j],\n [ 27.308+0.j, 548.317+0.j, 74.21 +0.j]], dtype=complex64, weak_type=True)\n\n For complex-valued input:\n\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.cosh(5+1j)\n Array(40.096+62.44j, dtype=complex64, weak_type=True)\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.cos(1j * (5+1j))\n Array(40.096+62.44j, dtype=complex64, weak_type=True)\n """"""\n return lax.cosh(*promote_args_inexact('cosh', x))\n\n\n@export\n@partial(jit, inline=True)\ndef arcsinh(x: ArrayLike, /) -> Array:\n r""""""Calculate element-wise inverse of hyperbolic sine of input.\n\n JAX implementation of :obj:`numpy.arcsinh`.\n\n The inverse of hyperbolic sine is defined by:\n\n .. math::\n\n arcsinh(x) = \ln(x + \sqrt{1 + x^2})\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array of same shape as ``x`` containing the inverse of hyperbolic sine of\n each element of ``x``, promoting to inexact dtype.\n\n Note:\n - ``jnp.arcsinh`` returns ``nan`` for values outside the range ``(-inf, inf)``.\n - ``jnp.arcsinh`` follows the branch cut convention of :obj:`numpy.arcsinh`\n for complex inputs.\n\n See also:\n - :func:`jax.numpy.sinh`: Computes the element-wise hyperbolic sine of the input.\n - :func:`jax.numpy.arccosh`: Computes the element-wise inverse of hyperbolic\n cosine of the input.\n - :func:`jax.numpy.arctanh`: Computes the element-wise inverse of hyperbolic\n tangent of the input.\n\n Examples:\n >>> x = jnp.array([[-2, 3, 1],\n ... [4, 9, -5]])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arcsinh(x)\n Array([[-1.444, 1.818, 0.881],\n [ 2.095, 2.893, -2.312]], dtype=float32)\n\n For complex-valued inputs:\n\n >>> x1 = jnp.array([4-3j, 2j])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arcsinh(x1)\n Array([2.306-0.634j, 1.317+1.571j], dtype=complex64)\n """"""\n return lax.asinh(*promote_args_inexact('arcsinh', x))\n\n\n@export\n@jit\ndef arccosh(x: ArrayLike, /) -> Array:\n r""""""Calculate element-wise inverse of hyperbolic cosine of input.\n\n JAX implementation of :obj:`numpy.arccosh`.\n\n The inverse of hyperbolic cosine is defined by:\n\n .. math::\n\n arccosh(x) = \ln(x + \sqrt{x^2 - 1})\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array of same shape as ``x`` containing the inverse of hyperbolic cosine\n of each element of ``x``, promoting to inexact dtype.\n\n Note:\n - ``jnp.arccosh`` returns ``nan`` for real-values in the range ``[-inf, 1)``.\n - ``jnp.arccosh`` follows the branch cut convention of :obj:`numpy.arccosh`\n for complex inputs.\n\n See also:\n - :func:`jax.numpy.cosh`: Computes the element-wise hyperbolic cosine of the\n input.\n - :func:`jax.numpy.arcsinh`: Computes the element-wise inverse of hyperbolic\n sine of the input.\n - :func:`jax.numpy.arctanh`: Computes the element-wise inverse of hyperbolic\n tangent of the input.\n\n Examples:\n >>> x = jnp.array([[1, 3, -4],\n ... [-5, 2, 7]])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arccosh(x)\n Array([[0. , 1.763, nan],\n [ nan, 1.317, 2.634]], dtype=float32)\n\n For complex-valued input:\n\n >>> x1 = jnp.array([-jnp.inf+0j, 1+2j, -5+0j])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arccosh(x1)\n Array([ inf+3.142j, 1.529+1.144j, 2.292+3.142j], dtype=complex64)\n """"""\n # Note: arccosh is multi-valued for complex input, and lax.acosh\n # uses a different convention than np.arccosh.\n result = lax.acosh(*promote_args_inexact(""arccosh"", x))\n jnp_error._set_error_if_nan(result)\n if dtypes.issubdtype(result.dtype, np.complexfloating):\n result = _where(real(result) < 0, lax.neg(result), result)\n return result\n\n\n@export\n@partial(jit, inline=True)\ndef tanh(x: ArrayLike, /) -> Array:\n r""""""Calculate element-wise hyperbolic tangent of input.\n\n JAX implementation of :obj:`numpy.tanh`.\n\n The hyperbolic tangent is defined by:\n\n .. math::\n\n tanh(x) = \frac{sinh(x)}{cosh(x)} = \frac{e^x - e^{-x}}{e^x + e^{-x}}\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the hyperbolic tangent of each element of ``x``, promoting\n to inexact dtype.\n\n Note:\n ``jnp.tanh`` is equivalent to computing ``-1j * jnp.tan(1j * x)``.\n\n See also:\n - :func:`jax.numpy.sinh`: Computes the element-wise hyperbolic sine of the input.\n - :func:`jax.numpy.cosh`: Computes the element-wise hyperbolic cosine of the\n input.\n - :func:`jax.numpy.arctanh`: Computes the element-wise inverse of hyperbolic\n tangent of the input.\n\n Examples:\n >>> x = jnp.array([[-1, 0, 1],\n ... [3, -2, 5]])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.tanh(x)\n Array([[-0.762, 0. , 0.762],\n [ 0.995, -0.964, 1. ]], dtype=float32)\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... -1j * jnp.tan(1j * x)\n Array([[-0.762+0.j, 0. -0.j, 0.762-0.j],\n [ 0.995-0.j, -0.964+0.j, 1. -0.j]], dtype=complex64, weak_type=True)\n\n For complex-valued input:\n\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.tanh(2-5j)\n Array(1.031+0.021j, dtype=complex64, weak_type=True)\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... -1j * jnp.tan(1j * (2-5j))\n Array(1.031+0.021j, dtype=complex64, weak_type=True)\n """"""\n return lax.tanh(*promote_args_inexact('tanh', x))\n\n\n@export\n@partial(jit, inline=True)\ndef arctanh(x: ArrayLike, /) -> Array:\n r""""""Calculate element-wise inverse of hyperbolic tangent of input.\n\n JAX implementation of :obj:`numpy.arctanh`.\n\n The inverse of hyperbolic tangent is defined by:\n\n .. math::\n\n arctanh(x) = \frac{1}{2} [\ln(1 + x) - \ln(1 - x)]\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array of same shape as ``x`` containing the inverse of hyperbolic tangent\n of each element of ``x``, promoting to inexact dtype.\n\n Note:\n - ``jnp.arctanh`` returns ``nan`` for real-values outside the range ``[-1, 1]``.\n - ``jnp.arctanh`` follows the branch cut convention of :obj:`numpy.arctanh`\n for complex inputs.\n\n See also:\n - :func:`jax.numpy.tanh`: Computes the element-wise hyperbolic tangent of the\n input.\n - :func:`jax.numpy.arcsinh`: Computes the element-wise inverse of hyperbolic\n sine of the input.\n - :func:`jax.numpy.arccosh`: Computes the element-wise inverse of hyperbolic\n cosine of the input.\n\n Examples:\n >>> x = jnp.array([-2, -1, -0.5, 0, 0.5, 1, 2])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arctanh(x)\n Array([ nan, -inf, -0.549, 0. , 0.549, inf, nan], dtype=float32)\n\n For complex-valued input:\n\n >>> x1 = jnp.array([-2+0j, 3+0j, 4-1j])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.arctanh(x1)\n Array([-0.549+1.571j, 0.347+1.571j, 0.239-1.509j], dtype=complex64)\n """"""\n out = lax.atanh(*promote_args_inexact('arctanh', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef sqrt(x: ArrayLike, /) -> Array:\n """"""Calculates element-wise non-negative square root of the input array.\n\n JAX implementation of :obj:`numpy.sqrt`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the non-negative square root of the elements of ``x``.\n\n Note:\n - For real-valued negative inputs, ``jnp.sqrt`` produces a ``nan`` output.\n - For complex-valued negative inputs, ``jnp.sqrt`` produces a ``complex`` output.\n\n See also:\n - :func:`jax.numpy.square`: Calculates the element-wise square of the input.\n - :func:`jax.numpy.power`: Calculates the element-wise base ``x1`` exponential\n of ``x2``.\n\n Examples:\n >>> x = jnp.array([-8-6j, 1j, 4])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.sqrt(x)\n Array([1. -3.j , 0.707+0.707j, 2. +0.j ], dtype=complex64)\n >>> jnp.sqrt(-1)\n Array(nan, dtype=float32, weak_type=True)\n """"""\n out = lax.sqrt(*promote_args_inexact('sqrt', x))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef cbrt(x: ArrayLike, /) -> Array:\n """"""Calculates element-wise cube root of the input array.\n\n JAX implementation of :obj:`numpy.cbrt`.\n\n Args:\n x: input array or scalar. ``complex`` dtypes are not supported.\n\n Returns:\n An array containing the cube root of the elements of ``x``.\n\n See also:\n - :func:`jax.numpy.sqrt`: Calculates the element-wise non-negative square root\n of the input.\n - :func:`jax.numpy.square`: Calculates the element-wise square of the input.\n\n Examples:\n >>> x = jnp.array([[216, 125, 64],\n ... [-27, -8, -1]])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.cbrt(x)\n Array([[ 6., 5., 4.],\n [-3., -2., -1.]], dtype=float32)\n """"""\n return lax.cbrt(*promote_args_inexact('cbrt', x))\n\n\ndef _add_at(a: Array, indices: Any, b: ArrayLike) -> Array:\n """"""Implementation of jnp.add.at.""""""\n if a.dtype == bool:\n a = a.astype('int32')\n b = lax.convert_element_type(b, bool).astype('int32')\n return a.at[indices].add(b).astype(bool)\n return a.at[indices].add(b)\n\n\n@binary_ufunc(identity=0, reduce=reductions.sum, accumulate=reductions.cumsum, at=_add_at)\ndef add(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Add two arrays element-wise.\n\n JAX implementation of :obj:`numpy.add`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n This function provides the implementation of the ``+`` operator for\n JAX arrays.\n\n Args:\n x, y: arrays to add. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise addition.\n\n Examples:\n Calling ``add`` explicitly:\n\n >>> x = jnp.arange(4)\n >>> jnp.add(x, 10)\n Array([10, 11, 12, 13], dtype=int32)\n\n Calling ``add`` via the ``+`` operator:\n\n >>> x + 10\n Array([10, 11, 12, 13], dtype=int32)\n """"""\n x, y = promote_args(""add"", x, y)\n if x.dtype == bool:\n return lax.bitwise_or(x, y)\n out = lax.add(x, y)\n jnp_error._set_error_if_nan(out)\n return out\n\n\ndef _multiply_at(a: Array, indices: Any, b: ArrayLike) -> Array:\n """"""Implementation of jnp.multiply.at.""""""\n if a.dtype == bool:\n a = a.astype('int32')\n b = lax.convert_element_type(b, bool).astype('int32')\n return a.at[indices].mul(b).astype(bool)\n else:\n return a.at[indices].mul(b)\n\n\n@binary_ufunc(identity=1, reduce=reductions.prod, accumulate=reductions.cumprod, at=_multiply_at)\ndef multiply(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Multiply two arrays element-wise.\n\n JAX implementation of :obj:`numpy.multiply`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n This function provides the implementation of the ``*`` operator for\n JAX arrays.\n\n Args:\n x, y: arrays to multiply. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise multiplication.\n\n Examples:\n Calling ``multiply`` explicitly:\n\n >>> x = jnp.arange(4)\n >>> jnp.multiply(x, 10)\n Array([ 0, 10, 20, 30], dtype=int32)\n\n Calling ``multiply`` via the ``*`` operator:\n\n >>> x * 10\n Array([ 0, 10, 20, 30], dtype=int32)\n """"""\n x, y = promote_args(""multiply"", x, y)\n return lax.mul(x, y) if x.dtype != bool else lax.bitwise_and(x, y)\n\n\n@binary_ufunc(identity=-1, reduce=reductions._reduce_bitwise_and)\ndef bitwise_and(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Compute the bitwise AND operation elementwise.\n\n JAX implementation of :obj:`numpy.bitwise_and`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n This function provides the implementation of the ``&`` operator for\n JAX arrays.\n\n Args:\n x, y: integer or boolean arrays. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise bitwise AND.\n\n Examples:\n Calling ``bitwise_and`` explicitly:\n\n >>> x = jnp.arange(4)\n >>> jnp.bitwise_and(x, 1)\n Array([0, 1, 0, 1], dtype=int32)\n\n Calling ``bitwise_and`` via the ``&`` operator:\n\n >>> x & 1\n Array([0, 1, 0, 1], dtype=int32)\n """"""\n return lax.bitwise_and(*promote_args(""bitwise_and"", x, y))\n\n\n@binary_ufunc(identity=0, reduce=reductions._reduce_bitwise_or)\ndef bitwise_or(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Compute the bitwise OR operation elementwise.\n\n JAX implementation of :obj:`numpy.bitwise_or`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n This function provides the implementation of the ``|`` operator for\n JAX arrays.\n\n Args:\n x, y: integer or boolean arrays. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise bitwise OR.\n\n Examples:\n Calling ``bitwise_or`` explicitly:\n\n >>> x = jnp.arange(4)\n >>> jnp.bitwise_or(x, 1)\n Array([1, 1, 3, 3], dtype=int32)\n\n Calling ``bitwise_or`` via the ``|`` operator:\n\n >>> x | 1\n Array([1, 1, 3, 3], dtype=int32)\n """"""\n return lax.bitwise_or(*promote_args(""bitwise_or"", x, y))\n\n\n@binary_ufunc(identity=0, reduce=reductions._reduce_bitwise_xor)\ndef bitwise_xor(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Compute the bitwise XOR operation elementwise.\n\n JAX implementation of :obj:`numpy.bitwise_xor`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n This function provides the implementation of the ``^`` operator for\n JAX arrays.\n\n Args:\n x, y: integer or boolean arrays. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise bitwise XOR.\n\n Examples:\n Calling ``bitwise_xor`` explicitly:\n\n >>> x = jnp.arange(4)\n >>> jnp.bitwise_xor(x, 1)\n Array([1, 0, 3, 2], dtype=int32)\n\n Calling ``bitwise_xor`` via the ``^`` operator:\n\n >>> x ^ 1\n Array([1, 0, 3, 2], dtype=int32)\n """"""\n return lax.bitwise_xor(*promote_args(""bitwise_xor"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef left_shift(x: ArrayLike, y: ArrayLike, /) -> Array:\n r""""""Shift bits of ``x`` to left by the amount specified in ``y``, element-wise.\n\n JAX implementation of :obj:`numpy.left_shift`.\n\n Args:\n x: Input array, must be integer-typed.\n y: The amount of bits to shift each element in ``x`` to the left, only accepts\n integer subtypes. ``x`` and ``y`` must either have same shape or be broadcast\n compatible.\n\n Returns:\n An array containing the left shifted elements of ``x`` by the amount specified\n in ``y``, with the same shape as the broadcasted shape of ``x`` and ``y``.\n\n Note:\n Left shifting ``x`` by ``y`` is equivalent to ``x * (2**y)`` within the\n bounds of the dtypes involved.\n\n See also:\n - :func:`jax.numpy.right_shift`: and :func:`jax.numpy.bitwise_right_shift`:\n Shifts the bits of ``x1`` to right by the amount specified in ``x2``,\n element-wise.\n - :func:`jax.numpy.bitwise_left_shift`: Alias of :func:`jax.left_shift`.\n\n Examples:\n >>> def print_binary(x):\n ... return [bin(int(val)) for val in x]\n\n >>> x1 = jnp.arange(5)\n >>> x1\n Array([0, 1, 2, 3, 4], dtype=int32)\n >>> print_binary(x1)\n ['0b0', '0b1', '0b10', '0b11', '0b100']\n >>> x2 = 1\n >>> result = jnp.left_shift(x1, x2)\n >>> result\n Array([0, 2, 4, 6, 8], dtype=int32)\n >>> print_binary(result)\n ['0b0', '0b10', '0b100', '0b110', '0b1000']\n\n >>> x3 = 4\n >>> print_binary([x3])\n ['0b100']\n >>> x4 = jnp.array([1, 2, 3, 4])\n >>> result1 = jnp.left_shift(x3, x4)\n >>> result1\n Array([ 8, 16, 32, 64], dtype=int32)\n >>> print_binary(result1)\n ['0b1000', '0b10000', '0b100000', '0b1000000']\n """"""\n return lax.shift_left(*promote_args_numeric(""left_shift"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef bitwise_left_shift(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.left_shift`.""""""\n return lax.shift_left(*promote_args_numeric(""bitwise_left_shift"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef equal(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Returns element-wise truth value of ``x == y``.\n\n JAX implementation of :obj:`numpy.equal`. This function provides the implementation\n of the ``==`` operator for JAX arrays.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. ``x`` and ``y`` should either have same shape or be\n broadcast compatible.\n\n Returns:\n A boolean array containing ``True`` where the elements of ``x == y`` and\n ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.not_equal`: Returns element-wise truth value of ``x != y``.\n - :func:`jax.numpy.greater_equal`: Returns element-wise truth value of\n ``x >= y``.\n - :func:`jax.numpy.less_equal`: Returns element-wise truth value of ``x <= y``.\n - :func:`jax.numpy.greater`: Returns element-wise truth value of ``x > y``.\n - :func:`jax.numpy.less`: Returns element-wise truth value of ``x < y``.\n\n Examples:\n >>> jnp.equal(0., -0.)\n Array(True, dtype=bool, weak_type=True)\n >>> jnp.equal(1, 1.)\n Array(True, dtype=bool, weak_type=True)\n >>> jnp.equal(5, jnp.array(5))\n Array(True, dtype=bool, weak_type=True)\n >>> jnp.equal(2, -2)\n Array(False, dtype=bool, weak_type=True)\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9]])\n >>> y = jnp.array([1, 5, 9])\n >>> jnp.equal(x, y)\n Array([[ True, False, False],\n [False, True, False],\n [False, False, True]], dtype=bool)\n >>> x == y\n Array([[ True, False, False],\n [False, True, False],\n [False, False, True]], dtype=bool)\n """"""\n return lax.eq(*promote_args(""equal"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef not_equal(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Returns element-wise truth value of ``x != y``.\n\n JAX implementation of :obj:`numpy.not_equal`. This function provides the\n implementation of the ``!=`` operator for JAX arrays.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. ``x`` and ``y`` should either have same shape or be\n broadcast compatible.\n\n Returns:\n A boolean array containing ``True`` where the elements of ``x != y`` and\n ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.equal`: Returns element-wise truth value of ``x == y``.\n - :func:`jax.numpy.greater_equal`: Returns element-wise truth value of\n ``x >= y``.\n - :func:`jax.numpy.less_equal`: Returns element-wise truth value of ``x <= y``.\n - :func:`jax.numpy.greater`: Returns element-wise truth value of ``x > y``.\n - :func:`jax.numpy.less`: Returns element-wise truth value of ``x < y``.\n\n Examples:\n >>> jnp.not_equal(0., -0.)\n Array(False, dtype=bool, weak_type=True)\n >>> jnp.not_equal(-2, 2)\n Array(True, dtype=bool, weak_type=True)\n >>> jnp.not_equal(1, 1.)\n Array(False, dtype=bool, weak_type=True)\n >>> jnp.not_equal(5, jnp.array(5))\n Array(False, dtype=bool, weak_type=True)\n >>> x = jnp.array([[1, 2, 3],\n ... [4, 5, 6],\n ... [7, 8, 9]])\n >>> y = jnp.array([1, 5, 9])\n >>> jnp.not_equal(x, y)\n Array([[False, True, True],\n [ True, False, True],\n [ True, True, False]], dtype=bool)\n >>> x != y\n Array([[False, True, True],\n [ True, False, True],\n [ True, True, False]], dtype=bool)\n """"""\n return lax.ne(*promote_args(""not_equal"", x, y))\n\n\ndef _subtract_at(a: Array, indices: Any, b: ArrayLike) -> Array:\n """"""Implementation of jnp.subtract.at.""""""\n return a.at[indices].subtract(b)\n\n\n@binary_ufunc(identity=None, at=_subtract_at)\ndef subtract(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Subtract two arrays element-wise.\n\n JAX implementation of :obj:`numpy.subtract`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n This function provides the implementation of the ``-`` operator for\n JAX arrays.\n\n Args:\n x, y: arrays to subtract. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise subtraction.\n\n Examples:\n Calling ``subtract`` explicitly:\n\n >>> x = jnp.arange(4)\n >>> jnp.subtract(x, 10)\n Array([-10, -9, -8, -7], dtype=int32)\n\n Calling ``subtract`` via the ``-`` operator:\n\n >>> x - 10\n Array([-10, -9, -8, -7], dtype=int32)\n """"""\n out = lax.sub(*promote_args(""subtract"", x, y))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef arctan2(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n r""""""Compute the arctangent of x1/x2, choosing the correct quadrant.\n\n JAX implementation of :func:`numpy.arctan2`\n\n Args:\n x1: numerator array.\n x2: denomniator array; should be broadcast-compatible with x1.\n\n Returns:\n The elementwise arctangent of x1 / x2, tracking the correct quadrant.\n\n See also:\n - :func:`jax.numpy.tan`: compute the tangent of an angle\n - :func:`jax.numpy.atan2`: the array API version of this function.\n\n Examples:\n Consider a sequence of angles in radians between 0 and :math:`2\pi`:\n\n >>> theta = jnp.linspace(-jnp.pi, jnp.pi, 9)\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(theta)\n [-3.14 -2.36 -1.57 -0.79 0. 0.79 1.57 2.36 3.14]\n\n These angles can equivalently be represented by ``(x, y)`` coordinates\n on a unit circle:\n\n >>> x, y = jnp.cos(theta), jnp.sin(theta)\n\n To reconstruct the input angle, we might be tempted to use the identity\n :math:`\tan(\theta) = y / x`, and compute :math:`\theta = \tan^{-1}(y/x)`.\n Unfortunately, this does not recover the input angle:\n\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.arctan(y / x))\n [-0. 0.79 1.57 -0.79 0. 0.79 1.57 -0.79 0. ]\n\n The problem is that :math:`y/x` contains some ambiguity: although\n :math:`(y, x) = (-1, -1)` and :math:`(y, x) = (1, 1)` represent different points in\n Cartesian space, in both cases :math:`y / x = 1`, and so the simple arctan\n approach loses information about which quadrant the angle lies in. :func:`arctan2`\n is built to address this:\n\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.arctan2(y, x))\n [ 3.14 -2.36 -1.57 -0.79 0. 0.79 1.57 2.36 -3.14]\n\n The results match the input ``theta``, except at the endpoints where :math:`+\pi`\n and :math:`-\pi` represent indistinguishable points on the unit circle. By convention,\n :func:`arctan2` always returns values between :math:`-\pi` and :math:`+\pi` inclusive.\n """"""\n return lax.atan2(*promote_args_inexact(""arctan2"", x1, x2))\n\n\n@binary_ufunc(identity=None, reduce=reductions._reduce_min)\ndef minimum(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Return element-wise minimum of the input arrays.\n\n JAX implementation of :obj:`numpy.minimum`.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. Both ``x`` and ``y`` should either have same shape\n or be broadcast compatible.\n\n Returns:\n An array containing the element-wise minimum of ``x`` and ``y``.\n\n Note:\n For each pair of elements, ``jnp.minimum`` returns:\n - smaller of the two if both elements are finite numbers.\n - ``nan`` if one element is ``nan``.\n\n See also:\n - :func:`jax.numpy.maximum`: Returns element-wise maximum of the input arrays.\n - :func:`jax.numpy.fmin`: Returns element-wise minimum of the input arrays,\n ignoring NaNs.\n - :func:`jax.numpy.amin`: Returns the minimum of array elements along a given\n axis.\n - :func:`jax.numpy.nanmin`: Returns the minimum of the array elements along\n a given axis, ignoring NaNs.\n\n Examples:\n Inputs with ``x.shape == y.shape``:\n\n >>> x = jnp.array([2, 3, 5, 1])\n >>> y = jnp.array([-3, 6, -4, 7])\n >>> jnp.minimum(x, y)\n Array([-3, 3, -4, 1], dtype=int32)\n\n Inputs having broadcast compatibility:\n\n >>> x1 = jnp.array([[1, 5, 2],\n ... [-3, 4, 7]])\n >>> y1 = jnp.array([-2, 3, 6])\n >>> jnp.minimum(x1, y1)\n Array([[-2, 3, 2],\n [-3, 3, 6]], dtype=int32)\n\n Inputs with ``nan``:\n\n >>> nan = jnp.nan\n >>> x2 = jnp.array([[2.5, nan, -2],\n ... [nan, 5, 6],\n ... [-4, 3, 7]])\n >>> y2 = jnp.array([1, nan, 5])\n >>> jnp.minimum(x2, y2)\n Array([[ 1., nan, -2.],\n [nan, nan, 5.],\n [-4., nan, 5.]], dtype=float32)\n """"""\n return lax.min(*promote_args(""minimum"", x, y))\n\n\n@binary_ufunc(identity=None, reduce=reductions._reduce_max)\ndef maximum(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Return element-wise maximum of the input arrays.\n\n JAX implementation of :obj:`numpy.maximum`.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. Both ``x`` and ``y`` should either have same shape\n or be broadcast compatible.\n\n Returns:\n An array containing the element-wise maximum of ``x`` and ``y``.\n\n Note:\n For each pair of elements, ``jnp.maximum`` returns:\n - larger of the two if both elements are finite numbers.\n - ``nan`` if one element is ``nan``.\n\n See also:\n - :func:`jax.numpy.minimum`: Returns element-wise minimum of the input\n arrays.\n - :func:`jax.numpy.fmax`: Returns element-wise maximum of the input arrays,\n ignoring NaNs.\n - :func:`jax.numpy.amax`: Returns the maximum of array elements along a given\n axis.\n - :func:`jax.numpy.nanmax`: Returns the maximum of the array elements along\n a given axis, ignoring NaNs.\n\n Examples:\n Inputs with ``x.shape == y.shape``:\n\n >>> x = jnp.array([1, -5, 3, 2])\n >>> y = jnp.array([-2, 4, 7, -6])\n >>> jnp.maximum(x, y)\n Array([1, 4, 7, 2], dtype=int32)\n\n Inputs with broadcast compatibility:\n\n >>> x1 = jnp.array([[-2, 5, 7, 4],\n ... [1, -6, 3, 8]])\n >>> y1 = jnp.array([-5, 3, 6, 9])\n >>> jnp.maximum(x1, y1)\n Array([[-2, 5, 7, 9],\n [ 1, 3, 6, 9]], dtype=int32)\n\n Inputs having ``nan``:\n\n >>> nan = jnp.nan\n >>> x2 = jnp.array([nan, -3, 9])\n >>> y2 = jnp.array([[4, -2, nan],\n ... [-3, -5, 10]])\n >>> jnp.maximum(x2, y2)\n Array([[nan, -2., nan],\n [nan, -3., 10.]], dtype=float32)\n """"""\n return lax.max(*promote_args(""maximum"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef float_power(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Calculate element-wise base ``x`` exponential of ``y``.\n\n JAX implementation of :obj:`numpy.float_power`.\n\n Args:\n x: scalar or array. Specifies the bases.\n y: scalar or array. Specifies the exponents. ``x`` and ``y`` should either\n have same shape or be broadcast compatible.\n\n Returns:\n An array containing the base ``x`` exponentials of ``y``, promoting to the\n inexact dtype.\n\n See also:\n - :func:`jax.numpy.exp`: Calculates element-wise exponential of the input.\n - :func:`jax.numpy.exp2`: Calculates base-2 exponential of each element of\n the input.\n\n Examples:\n Inputs with same shape:\n\n >>> x = jnp.array([3, 1, -5])\n >>> y = jnp.array([2, 4, -1])\n >>> jnp.float_power(x, y)\n Array([ 9. , 1. , -0.2], dtype=float32)\n\n Inputs with broadcast compatibility:\n\n >>> x1 = jnp.array([[2, -4, 1],\n ... [-1, 2, 3]])\n >>> y1 = jnp.array([-2, 1, 4])\n >>> jnp.float_power(x1, y1)\n Array([[ 0.25, -4. , 1. ],\n [ 1. , 2. , 81. ]], dtype=float32)\n\n ``jnp.float_power`` produces ``nan`` for negative values raised to a non-integer\n values.\n\n >>> jnp.float_power(-3, 1.7)\n Array(nan, dtype=float32, weak_type=True)\n """"""\n out = lax.pow(*promote_args_inexact(""float_power"", x, y))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef nextafter(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Return element-wise next floating point value after ``x`` towards ``y``.\n\n JAX implementation of :obj:`numpy.nextafter`.\n\n Args:\n x: scalar or array. Specifies the value after which the next number is found.\n y: scalar or array. Specifies the direction towards which the next number is\n found. ``x`` and ``y`` should either have same shape or be broadcast\n compatible.\n\n Returns:\n An array containing the next representable number of ``x`` in the direction\n of ``y``.\n\n Examples:\n >>> jnp.nextafter(2, 1) # doctest: +SKIP\n Array(1.9999999, dtype=float32, weak_type=True)\n >>> x = jnp.array([3, -2, 1])\n >>> y = jnp.array([2, -1, 2])\n >>> jnp.nextafter(x, y) # doctest: +SKIP\n Array([ 2.9999998, -1.9999999, 1.0000001], dtype=float32)\n """"""\n return lax.nextafter(*promote_args_inexact(""nextafter"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef spacing(x: ArrayLike, /) -> Array:\n """"""Return the spacing between ``x`` and the next adjacent number.\n\n JAX implementation of :func:`numpy.spacing`.\n\n Args:\n x: real-valued array. Integer or boolean types will be cast to float.\n\n Returns:\n Array of same shape as ``x`` containing spacing between each entry of\n ``x`` and its closest adjacent value.\n\n See also:\n - :func:`jax.numpy.nextafter`: find the next representable value.\n\n Examples:\n >>> x = jnp.array([0.0, 0.25, 0.5, 0.75, 1.0], dtype='float32')\n >>> jnp.spacing(x)\n Array([1.4012985e-45, 2.9802322e-08, 5.9604645e-08, 5.9604645e-08,\n 1.1920929e-07], dtype=float32)\n\n For ``x = 1``, the spacing is equal to the ``eps`` value given by\n :class:`jax.numpy.finfo`:\n\n >>> x = jnp.float32(1)\n >>> jnp.spacing(x) == jnp.finfo(x.dtype).eps\n Array(True, dtype=bool)\n """"""\n arr, = promote_args_inexact(""spacing"", x)\n if dtypes.isdtype(arr.dtype, ""complex floating""):\n raise ValueError(""jnp.spacing is not defined for complex inputs."")\n inf = _lax_const(arr, np.inf)\n smallest_subnormal = dtypes.finfo(arr.dtype).smallest_subnormal\n\n # Numpy's behavior seems to depend on dtype\n if arr.dtype == 'float16':\n return lax.nextafter(arr, inf) - arr\n else:\n result = lax.nextafter(arr, copysign(inf, arr)) - arr\n return _where(result == 0, copysign(smallest_subnormal, arr), result)\n\n\n# Logical ops\n@binary_ufunc(identity=True, reduce=reductions._reduce_logical_and)\ndef logical_and(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Compute the logical AND operation elementwise.\n\n JAX implementation of :obj:`numpy.logical_and`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n\n Args:\n x, y: input arrays. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise logical AND.\n\n Examples:\n >>> x = jnp.arange(4)\n >>> jnp.logical_and(x, 1)\n Array([False, True, True, True], dtype=bool)\n """"""\n return lax.bitwise_and(*map(_to_bool, promote_args(""logical_and"", x, y)))\n\n\n@binary_ufunc(identity=False, reduce=reductions._reduce_logical_or)\ndef logical_or(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Compute the logical OR operation elementwise.\n\n JAX implementation of :obj:`numpy.logical_or`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n\n Args:\n x, y: input arrays. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise logical OR.\n\n Examples:\n >>> x = jnp.arange(4)\n >>> jnp.logical_or(x, 1)\n Array([ True, True, True, True], dtype=bool)\n """"""\n return lax.bitwise_or(*map(_to_bool, promote_args(""logical_or"", x, y)))\n\n\n@binary_ufunc(identity=False, reduce=reductions._reduce_logical_xor)\ndef logical_xor(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Compute the logical XOR operation elementwise.\n\n JAX implementation of :obj:`numpy.logical_xor`. This is a universal function,\n and supports the additional APIs described at :class:`jax.numpy.ufunc`.\n\n Args:\n x, y: input arrays. Must be broadcastable to a common shape.\n\n Returns:\n Array containing the result of the element-wise logical XOR.\n\n Examples:\n >>> x = jnp.arange(4)\n >>> jnp.logical_xor(x, 1)\n Array([ True, False, False, False], dtype=bool)\n """"""\n return lax.bitwise_xor(*map(_to_bool, promote_args(""logical_xor"", x, y)))\n\n\n@export\n@partial(jit, inline=True)\ndef logical_not(x: ArrayLike, /) -> Array:\n """"""Compute NOT bool(x) element-wise.\n\n JAX implementation of :func:`numpy.logical_not`.\n\n Args:\n x: input array of any dtype.\n\n Returns:\n A boolean array that computes NOT bool(x) element-wise\n\n See also:\n - :func:`jax.numpy.invert` or :func:`jax.numpy.bitwise_invert`: bitwise NOT operation\n\n Examples:\n Compute NOT x element-wise on a boolean array:\n\n >>> x = jnp.array([True, False, True])\n >>> jnp.logical_not(x)\n Array([False, True, False], dtype=bool)\n\n For boolean input, this is equivalent to :func:`~jax.numpy.invert`, which implements\n the unary ``~`` operator:\n\n >>> ~x\n Array([False, True, False], dtype=bool)\n\n For non-boolean input, the input of :func:`logical_not` is implicitly cast to boolean:\n\n >>> x = jnp.array([-1, 0, 1])\n >>> jnp.logical_not(x)\n Array([False, True, False], dtype=bool)\n """"""\n return lax.bitwise_not(*map(_to_bool, promote_args(""logical_not"", x)))\n\n# Comparison ops\ndef _complex_comparison(lax_op: Callable[[ArrayLike, ArrayLike], Array],\n x: Array, y: Array):\n if dtypes.issubdtype(x.dtype, np.complexfloating):\n return lax.select(lax.eq(x.real, y.real),\n lax_op(x.imag, y.imag),\n lax_op(x.real, y.real))\n return lax_op(x, y)\n\n\n@export\n@partial(jit, inline=True)\ndef greater_equal(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Return element-wise truth value of ``x >= y``.\n\n JAX implementation of :obj:`numpy.greater_equal`.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. ``x`` and ``y`` must either have same shape or be\n broadcast compatible.\n\n Returns:\n An array containing boolean values. ``True`` if the elements of ``x >= y``,\n and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.less_equal`: Returns element-wise truth value of ``x <= y``.\n - :func:`jax.numpy.greater`: Returns element-wise truth value of ``x > y``.\n - :func:`jax.numpy.less`: Returns element-wise truth value of ``x < y``.\n\n Examples:\n Scalar inputs:\n\n >>> jnp.greater_equal(4, 7)\n Array(False, dtype=bool, weak_type=True)\n\n Inputs with same shape:\n\n >>> x = jnp.array([2, 5, -1])\n >>> y = jnp.array([-6, 4, 3])\n >>> jnp.greater_equal(x, y)\n Array([ True, True, False], dtype=bool)\n\n Inputs with broadcast compatibility:\n\n >>> x1 = jnp.array([[3, -1, 4],\n ... [5, 9, -6]])\n >>> y1 = jnp.array([-1, 4, 2])\n >>> jnp.greater_equal(x1, y1)\n Array([[ True, False, True],\n [ True, True, False]], dtype=bool)\n """"""\n return _complex_comparison(lax.ge, *promote_args(""greater_equal"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef greater(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Return element-wise truth value of ``x > y``.\n\n JAX implementation of :obj:`numpy.greater`.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. ``x`` and ``y`` must either have same shape or be\n broadcast compatible.\n\n Returns:\n An array containing boolean values. ``True`` if the elements of ``x > y``,\n and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.less`: Returns element-wise truth value of ``x < y``.\n - :func:`jax.numpy.greater_equal`: Returns element-wise truth value of\n ``x >= y``.\n - :func:`jax.numpy.less_equal`: Returns element-wise truth value of ``x <= y``.\n\n Examples:\n Scalar inputs:\n\n >>> jnp.greater(5, 2)\n Array(True, dtype=bool, weak_type=True)\n\n Inputs with same shape:\n\n >>> x = jnp.array([5, 9, -2])\n >>> y = jnp.array([4, -1, 6])\n >>> jnp.greater(x, y)\n Array([ True, True, False], dtype=bool)\n\n Inputs with broadcast compatibility:\n\n >>> x1 = jnp.array([[5, -6, 7],\n ... [-2, 5, 9]])\n >>> y1 = jnp.array([-4, 3, 10])\n >>> jnp.greater(x1, y1)\n Array([[ True, False, False],\n [ True, True, False]], dtype=bool)\n """"""\n return _complex_comparison(lax.gt, *promote_args(""greater"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef less_equal(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Return element-wise truth value of ``x <= y``.\n\n JAX implementation of :obj:`numpy.less_equal`.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. ``x`` and ``y`` must have either same shape or be\n broadcast compatible.\n\n Returns:\n An array containing the boolean values. ``True`` if the elements of ``x <= y``,\n and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.greater_equal`: Returns element-wise truth value of\n ``x >= y``.\n - :func:`jax.numpy.greater`: Returns element-wise truth value of ``x > y``.\n - :func:`jax.numpy.less`: Returns element-wise truth value of ``x < y``.\n\n Examples:\n Scalar inputs:\n\n >>> jnp.less_equal(6, -2)\n Array(False, dtype=bool, weak_type=True)\n\n Inputs with same shape:\n\n >>> x = jnp.array([-4, 1, 7])\n >>> y = jnp.array([2, -3, 8])\n >>> jnp.less_equal(x, y)\n Array([ True, False, True], dtype=bool)\n\n Inputs with broadcast compatibility:\n\n >>> x1 = jnp.array([2, -5, 9])\n >>> y1 = jnp.array([[1, -6, 5],\n ... [-2, 4, -6]])\n >>> jnp.less_equal(x1, y1)\n Array([[False, False, False],\n [False, True, False]], dtype=bool)\n """"""\n return _complex_comparison(lax.le, *promote_args(""less_equal"", x, y))\n\n\n@export\n@partial(jit, inline=True)\ndef less(x: ArrayLike, y: ArrayLike, /) -> Array:\n """"""Return element-wise truth value of ``x < y``.\n\n JAX implementation of :obj:`numpy.less`.\n\n Args:\n x: input array or scalar.\n y: input array or scalar. ``x`` and ``y`` must either have same shape or be\n broadcast compatible.\n\n Returns:\n An array containing boolean values. ``True`` if the elements of ``x < y``,\n and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.greater`: Returns element-wise truth value of ``x > y``.\n - :func:`jax.numpy.greater_equal`: Returns element-wise truth value of\n ``x >= y``.\n - :func:`jax.numpy.less_equal`: Returns element-wise truth value of ``x <= y``.\n\n Examples:\n Scalar inputs:\n\n >>> jnp.less(3, 7)\n Array(True, dtype=bool, weak_type=True)\n\n Inputs with same shape:\n\n >>> x = jnp.array([5, 9, -3])\n >>> y = jnp.array([1, 6, 4])\n >>> jnp.less(x, y)\n Array([False, False, True], dtype=bool)\n\n Inputs with broadcast compatibility:\n\n >>> x1 = jnp.array([[2, -4, 6, -8],\n ... [-1, 5, -3, 7]])\n >>> y1 = jnp.array([0, 3, -5, 9])\n >>> jnp.less(x1, y1)\n Array([[False, True, False, True],\n [ True, False, False, True]], dtype=bool)\n """"""\n return _complex_comparison(lax.lt, *promote_args(""less"", x, y))\n\n\n# Array API aliases\n@export\n@partial(jit, inline=True)\ndef acos(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.arccos`""""""\n return arccos(*promote_args('acos', x))\n\n\n@export\n@partial(jit, inline=True)\ndef acosh(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.arccosh`""""""\n return arccosh(*promote_args('acosh', x))\n\n\n@export\n@partial(jit, inline=True)\ndef asin(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.arcsin`""""""\n return arcsin(*promote_args('asin', x))\n\n\n@export\n@partial(jit, inline=True)\ndef asinh(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.arcsinh`""""""\n return arcsinh(*promote_args('asinh', x))\n\n\n@export\n@partial(jit, inline=True)\ndef atan(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.arctan`""""""\n return arctan(*promote_args('atan', x))\n\n\n@export\n@partial(jit, inline=True)\ndef atanh(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.arctanh`""""""\n return arctanh(*promote_args('atanh', x))\n\n\n@export\n@partial(jit, inline=True)\ndef atan2(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.arctan2`""""""\n return arctan2(*promote_args('atan2', x1, x2))\n\n\n@export\n@jit\ndef bitwise_count(x: ArrayLike, /) -> Array:\n r""""""Counts the number of 1 bits in the binary representation of the absolute value\n of each element of ``x``.\n\n JAX implementation of :obj:`numpy.bitwise_count`.\n\n Args:\n x: Input array, only accepts integer subtypes\n\n Returns:\n An array-like object containing the binary 1 bit counts of the absolute value of\n each element in ``x``, with the same shape as ``x`` of dtype uint8.\n\n Examples:\n >>> x1 = jnp.array([64, 32, 31, 20])\n >>> # 64 = 0b1000000, 32 = 0b100000, 31 = 0b11111, 20 = 0b10100\n >>> jnp.bitwise_count(x1)\n Array([1, 1, 5, 2], dtype=uint8)\n\n >>> x2 = jnp.array([-16, -7, 7])\n >>> # |-16| = 0b10000, |-7| = 0b111, 7 = 0b111\n >>> jnp.bitwise_count(x2)\n Array([1, 3, 3], dtype=uint8)\n\n >>> x3 = jnp.array([[2, -7],[-9, 7]])\n >>> # 2 = 0b10, |-7| = 0b111, |-9| = 0b1001, 7 = 0b111\n >>> jnp.bitwise_count(x3)\n Array([[1, 3],\n [2, 3]], dtype=uint8)\n """"""\n x, = promote_args_numeric(""bitwise_count"", x)\n # Following numpy we take the absolute value and return uint8.\n return lax.population_count(abs(x)).astype('uint8')\n\n\n@export\n@partial(jit, inline=True)\ndef right_shift(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n r""""""Right shift the bits of ``x1`` to the amount specified in ``x2``.\n\n JAX implementation of :obj:`numpy.right_shift`.\n\n Args:\n x1: Input array, only accepts unsigned integer subtypes\n x2: The amount of bits to shift each element in ``x1`` to the right, only accepts\n integer subtypes\n\n Returns:\n An array-like object containing the right shifted elements of ``x1`` by the\n amount specified in ``x2``, with the same shape as the broadcasted shape of\n ``x1`` and ``x2``.\n\n Note:\n If ``x1.shape != x2.shape``, they must be compatible for broadcasting to a\n shared shape, this shared shape will also be the shape of the output. Right shifting\n a scalar x1 by scalar x2 is equivalent to ``x1 // 2**x2``.\n\n Examples:\n >>> def print_binary(x):\n ... return [bin(int(val)) for val in x]\n\n >>> x1 = jnp.array([1, 2, 4, 8])\n >>> print_binary(x1)\n ['0b1', '0b10', '0b100', '0b1000']\n >>> x2 = 1\n >>> result = jnp.right_shift(x1, x2)\n >>> result\n Array([0, 1, 2, 4], dtype=int32)\n >>> print_binary(result)\n ['0b0', '0b1', '0b10', '0b100']\n\n >>> x1 = 16\n >>> print_binary([x1])\n ['0b10000']\n >>> x2 = jnp.array([1, 2, 3, 4])\n >>> result = jnp.right_shift(x1, x2)\n >>> result\n Array([8, 4, 2, 1], dtype=int32)\n >>> print_binary(result)\n ['0b1000', '0b100', '0b10', '0b1']\n """"""\n x1, x2 = promote_args_numeric(np.right_shift.__name__, x1, x2)\n lax_fn = lax.shift_right_logical if \\n np.issubdtype(x1.dtype, np.unsignedinteger) else lax.shift_right_arithmetic\n return lax_fn(x1, x2)\n\n\n@export\n@partial(jit, inline=True)\ndef bitwise_right_shift(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.right_shift`.""""""\n return right_shift(x1, x2)\n\n\n@export\n@partial(jit, inline=True)\ndef absolute(x: ArrayLike, /) -> Array:\n r""""""Calculate the absolute value element-wise.\n\n JAX implementation of :obj:`numpy.absolute`.\n\n This is the same function as :func:`jax.numpy.abs`.\n\n Args:\n x: Input array\n\n Returns:\n An array-like object containing the absolute value of each element in ``x``,\n with the same shape as ``x``. For complex valued input, :math:`a + ib`,\n the absolute value is :math:`\sqrt{a^2+b^2}`.\n\n Examples:\n >>> x1 = jnp.array([5, -2, 0, 12])\n >>> jnp.absolute(x1)\n Array([ 5, 2, 0, 12], dtype=int32)\n\n >>> x2 = jnp.array([[ 8, -3, 1],[ 0, 9, -6]])\n >>> jnp.absolute(x2)\n Array([[8, 3, 1],\n [0, 9, 6]], dtype=int32)\n\n >>> x3 = jnp.array([8 + 15j, 3 - 4j, -5 + 0j])\n >>> jnp.absolute(x3)\n Array([17., 5., 5.], dtype=float32)\n """"""\n x = ensure_arraylike('absolute', x)\n dt = dtypes.dtype(x)\n return lax.asarray(x) if dt == np.bool_ or dtypes.issubdtype(dt, np.unsignedinteger) else lax.abs(x)\n\n\n@export\n@partial(jit, inline=True)\ndef abs(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.absolute`.""""""\n return absolute(x)\n\n\n@export\n@jit\ndef rint(x: ArrayLike, /) -> Array:\n """"""Rounds the elements of x to the nearest integer\n\n JAX implementation of :obj:`numpy.rint`.\n\n Args:\n x: Input array\n\n Returns:\n An array-like object containing the rounded elements of ``x``. Always promotes\n to inexact.\n\n Note:\n If an element of x is exactly half way, e.g. ``0.5`` or ``1.5``, rint will round\n to the nearest even integer.\n\n Examples:\n >>> x1 = jnp.array([5, 4, 7])\n >>> jnp.rint(x1)\n Array([5., 4., 7.], dtype=float32)\n\n >>> x2 = jnp.array([-2.5, -1.5, -0.5, 0.5, 1.5, 2.5, 3.5, 4.5])\n >>> jnp.rint(x2)\n Array([-2., -2., -0., 0., 2., 2., 4., 4.], dtype=float32)\n\n >>> x3 = jnp.array([-2.5+3.5j, 4.5-0.5j])\n >>> jnp.rint(x3)\n Array([-2.+4.j, 4.-0.j], dtype=complex64)\n """"""\n x = ensure_arraylike('rint', x)\n dtype = dtypes.dtype(x)\n if dtype == bool or dtypes.issubdtype(dtype, np.integer):\n return lax.convert_element_type(x, dtypes.float_)\n if dtypes.issubdtype(dtype, np.complexfloating):\n return lax.complex(rint(lax.real(x)), rint(lax.imag(x)))\n return lax.round(x, lax.RoundingMethod.TO_NEAREST_EVEN)\n\n\n@export\n@jit\ndef copysign(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Copies the sign of each element in ``x2`` to the corresponding element in ``x1``.\n\n JAX implementation of :obj:`numpy.copysign`.\n\n Args:\n x1: Input array\n x2: The array whose elements will be used to determine the sign, must be\n broadcast-compatible with ``x1``\n\n Returns:\n An array object containing the potentially changed elements of ``x1``, always promotes\n to inexact dtype, and has a shape of ``jnp.broadcast_shapes(x1.shape, x2.shape)``\n\n Examples:\n >>> x1 = jnp.array([5, 2, 0])\n >>> x2 = -1\n >>> jnp.copysign(x1, x2)\n Array([-5., -2., -0.], dtype=float32)\n\n >>> x1 = jnp.array([6, 8, 0])\n >>> x2 = 2\n >>> jnp.copysign(x1, x2)\n Array([6., 8., 0.], dtype=float32)\n\n >>> x1 = jnp.array([2, -3])\n >>> x2 = jnp.array([[1],[-4], [5]])\n >>> jnp.copysign(x1, x2)\n Array([[ 2., 3.],\n [-2., -3.],\n [ 2., 3.]], dtype=float32)\n """"""\n x1, x2 = promote_args_inexact(""copysign"", x1, x2)\n if dtypes.issubdtype(dtypes.dtype(x1), np.complexfloating):\n raise TypeError(""copysign does not support complex-valued inputs"")\n return _where(signbit(x2).astype(bool), -lax.abs(x1), lax.abs(x1))\n\n\n@export\n@partial(jit, inline=True)\ndef true_divide(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Calculates the division of x1 by x2 element-wise\n\n JAX implementation of :func:`numpy.true_divide`.\n\n Args:\n x1: Input array, the dividend\n x2: Input array, the divisor\n\n Returns:\n An array containing the elementwise quotients, will always use\n floating point division.\n\n Examples:\n >>> x1 = jnp.array([3, 4, 5])\n >>> x2 = 2\n >>> jnp.true_divide(x1, x2)\n Array([1.5, 2. , 2.5], dtype=float32)\n\n >>> x1 = 24\n >>> x2 = jnp.array([3, 4, 6j])\n >>> jnp.true_divide(x1, x2)\n Array([8.+0.j, 6.+0.j, 0.-4.j], dtype=complex64)\n\n >>> x1 = jnp.array([1j, 9+5j, -4+2j])\n >>> x2 = 3j\n >>> jnp.true_divide(x1, x2)\n Array([0.33333334+0.j , 1.6666666 -3.j ,\n 0.6666667 +1.3333334j], dtype=complex64)\n\n See Also:\n :func:`jax.numpy.floor_divide` for integer division\n """"""\n x1, x2 = promote_args_inexact(""true_divide"", x1, x2)\n jnp_error._set_error_if_divide_by_zero(x2)\n out = lax.div(x1, x2)\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\ndef divide(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.true_divide`.""""""\n return true_divide(x1, x2)\n\n\n@export\n@jit\ndef floor_divide(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Calculates the floor division of x1 by x2 element-wise\n\n JAX implementation of :obj:`numpy.floor_divide`.\n\n Args:\n x1: Input array, the dividend\n x2: Input array, the divisor\n\n Returns:\n An array-like object containing each of the quotients rounded down\n to the nearest integer towards negative infinity. This is equivalent\n to ``x1 // x2`` in Python.\n\n Note:\n ``x1 // x2`` is equivalent to ``jnp.floor_divide(x1, x2)`` for arrays ``x1``\n and ``x2``\n\n See Also:\n :func:`jax.numpy.divide` and :func:`jax.numpy.true_divide` for floating point\n division.\n\n Examples:\n >>> x1 = jnp.array([10, 20, 30])\n >>> x2 = jnp.array([3, 4, 7])\n >>> jnp.floor_divide(x1, x2)\n Array([3, 5, 4], dtype=int32)\n\n >>> x1 = jnp.array([-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5])\n >>> x2 = 3\n >>> jnp.floor_divide(x1, x2)\n Array([-2, -2, -1, -1, -1, 0, 0, 0, 1, 1, 1], dtype=int32)\n\n >>> x1 = jnp.array([6, 6, 6], dtype=jnp.int32)\n >>> x2 = jnp.array([2.0, 2.5, 3.0], dtype=jnp.float32)\n >>> jnp.floor_divide(x1, x2)\n Array([3., 2., 2.], dtype=float32)\n """"""\n x1, x2 = promote_args_numeric(""floor_divide"", x1, x2)\n jnp_error._set_error_if_divide_by_zero(x2)\n dtype = dtypes.dtype(x1)\n if dtypes.issubdtype(dtype, np.unsignedinteger):\n return lax.div(x1, x2)\n elif dtypes.issubdtype(dtype, np.integer):\n quotient = lax.div(x1, x2)\n select = logical_and(lax.sign(x1) != lax.sign(x2), lax.rem(x1, x2) != 0)\n # TODO(mattjj): investigate why subtracting a scalar was causing promotion\n return _where(select, quotient - 1, quotient)\n elif dtypes.issubdtype(dtype, np.complexfloating):\n raise TypeError(""floor_divide does not support complex-valued inputs"")\n else:\n return _float_divmod(x1, x2)[0]\n\n\n@export\n@jit\ndef divmod(x1: ArrayLike, x2: ArrayLike, /) -> tuple[Array, Array]:\n """"""Calculates the integer quotient and remainder of x1 by x2 element-wise\n\n JAX implementation of :obj:`numpy.divmod`.\n\n Args:\n x1: Input array, the dividend\n x2: Input array, the divisor\n\n Returns:\n A tuple of arrays ``(x1 // x2, x1 % x2)``.\n\n See Also:\n - :func:`jax.numpy.floor_divide`: floor division function\n - :func:`jax.numpy.remainder`: remainder function\n\n Examples:\n >>> x1 = jnp.array([10, 20, 30])\n >>> x2 = jnp.array([3, 4, 7])\n >>> jnp.divmod(x1, x2)\n (Array([3, 5, 4], dtype=int32), Array([1, 0, 2], dtype=int32))\n\n >>> x1 = jnp.array([-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5])\n >>> x2 = 3\n >>> jnp.divmod(x1, x2)\n (Array([-2, -2, -1, -1, -1, 0, 0, 0, 1, 1, 1], dtype=int32),\n Array([1, 2, 0, 1, 2, 0, 1, 2, 0, 1, 2], dtype=int32))\n\n >>> x1 = jnp.array([6, 6, 6], dtype=jnp.int32)\n >>> x2 = jnp.array([1.9, 2.5, 3.1], dtype=jnp.float32)\n >>> jnp.divmod(x1, x2)\n (Array([3., 2., 1.], dtype=float32),\n Array([0.30000007, 1. , 2.9 ], dtype=float32))\n """"""\n x1, x2 = promote_args_numeric(""divmod"", x1, x2)\n if dtypes.issubdtype(dtypes.dtype(x1), np.integer):\n return floor_divide(x1, x2), remainder(x1, x2)\n else:\n jnp_error._set_error_if_divide_by_zero(x2)\n return _float_divmod(x1, x2)\n\n\ndef _float_divmod(x1: ArrayLike, x2: ArrayLike) -> tuple[Array, Array]:\n # see float_divmod in floatobject.c of CPython\n mod = lax.rem(x1, x2)\n div = lax.div(lax.sub(x1, mod), x2)\n\n ind = lax.bitwise_and(mod != 0, lax.sign(x2) != lax.sign(mod))\n mod = lax.select(ind, mod + x2, mod)\n div = lax.select(ind, div - _constant_like(div, 1), div)\n\n return lax.round(div), mod\n\n\n@export\ndef power(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Calculate element-wise base ``x1`` exponential of ``x2``.\n\n JAX implementation of :obj:`numpy.power`.\n\n Args:\n x1: scalar or array. Specifies the bases.\n x2: scalar or array. Specifies the exponent. ``x1`` and ``x2`` should either\n have same shape or be broadcast compatible.\n\n Returns:\n An array containing the base ``x1`` exponentials of ``x2`` with same dtype\n as input.\n\n Note:\n - When ``x2`` is a concrete integer scalar, ``jnp.power`` lowers to\n :func:`jax.lax.integer_pow`.\n - When ``x2`` is a traced scalar or an array, ``jnp.power`` lowers to\n :func:`jax.lax.pow`.\n - ``jnp.power`` raises a ``TypeError`` for integer type raised to a concrete\n negative integer power. For a non-concrete power, the operation is invalid\n and the returned value is implementation-defined.\n - ``jnp.power`` returns ``nan`` for negative value raised to the power of\n non-integer values.\n\n See also:\n - :func:`jax.lax.pow`: Computes element-wise power, :math:`x^y`.\n - :func:`jax.lax.integer_pow`: Computes element-wise power :math:`x^y`, where\n :math:`y` is a fixed integer.\n - :func:`jax.numpy.float_power`: Computes the first array raised to the power\n of second array, element-wise, by promoting to the inexact dtype.\n - :func:`jax.numpy.pow`: Computes the first array raised to the power of second\n array, element-wise.\n\n Examples:\n Inputs with scalar integers:\n\n >>> jnp.power(4, 3)\n Array(64, dtype=int32, weak_type=True)\n\n Inputs with same shape:\n\n >>> x1 = jnp.array([2, 4, 5])\n >>> x2 = jnp.array([3, 0.5, 2])\n >>> jnp.power(x1, x2)\n Array([ 8., 2., 25.], dtype=float32)\n\n Inputs with broadcast compatibility:\n\n >>> x3 = jnp.array([-2, 3, 1])\n >>> x4 = jnp.array([[4, 1, 6],\n ... [1.3, 3, 5]])\n >>> jnp.power(x3, x4)\n Array([[16., 3., 1.],\n [nan, 27., 1.]], dtype=float32)\n """"""\n check_arraylike(""power"", x1, x2)\n\n # Must do __jax_array__ conversion prior to dtype check.\n x1 = x1.__jax_array__() if hasattr(x1, ""__jax_array__"") else x1\n x2 = x2.__jax_array__() if hasattr(x2, ""__jax_array__"") else x2\n\n check_no_float0s(""power"", x1, x2)\n\n # We apply special cases, both for algorithmic and autodiff reasons:\n # 1. for *concrete* integer scalar powers (and arbitrary bases), we use\n # unrolled binary exponentiation specialized on the exponent, which is\n # more precise for e.g. x ** 2 when x is a float (algorithmic reason!);\n # 2. for integer bases and integer powers, use unrolled binary exponentiation\n # where the number of steps is determined by a max bit width of 64\n # (algorithmic reason!);\n # 3. for integer powers and float/complex bases, we apply the lax primitive\n # without any promotion of input types because in this case we want the\n # function to be differentiable wrt its first argument at 0;\n # 3. for other cases, perform jnp dtype promotion on the arguments then apply\n # lax.pow.\n\n # Case 1: concrete integer scalar powers:\n if core.is_concrete(x2):\n try:\n x2 = operator.index(x2) # type: ignore[arg-type]\n except TypeError:\n pass\n else:\n x1, = promote_dtypes_numeric(x1)\n return lax.integer_pow(x1, x2)\n\n # Handle cases #2 and #3 under a jit:\n out = _power(x1, x2)\n jnp_error._set_error_if_nan(out)\n return out\n\n@export\ndef pow(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.power`""""""\n return power(x1, x2)\n\n@partial(jit, inline=True)\ndef _power(x1: ArrayLike, x2: ArrayLike) -> Array:\n x1, x2 = promote_shapes(""power"", x1, x2) # not dtypes\n\n # Case 2: bool/integer result\n x1_, x2_ = promote_args_numeric(""power"", x1, x2)\n if (dtypes.issubdtype(dtypes.dtype(x1_), np.integer) or\n dtypes.issubdtype(dtypes.dtype(x1_), np.bool_)):\n assert np.iinfo(dtypes.dtype(x1_)).bits <= 64 # _pow_int_int assumes <=64bit\n return _pow_int_int(x1_, x2_)\n\n # Case 3: float/complex base with integer power (special autodiff behavior)\n d1, d2 = dtypes.dtype(x1), dtypes.dtype(x2)\n if dtypes.issubdtype(d1, np.inexact) and dtypes.issubdtype(d2, np.integer):\n return lax.pow(x1, x2)\n\n\n # Case 4: do promotion first\n return lax.pow(x1_, x2_)\n\n# TODO(phawkins): add integer pow support to XLA.\ndef _pow_int_int(x1, x2):\n # Integer power => use binary exponentiation.\n bits = 6 # Anything more would overflow for any x1 > 1\n zero = _constant_like(x2, 0)\n one = _constant_like(x2, 1)\n # Initialize acc carefully such that pow(0, x2) is zero for x2 != 0\n acc = _where(lax.bitwise_and(lax.eq(x1, zero), lax.ne(x2, zero)), zero, one)\n for _ in range(bits):\n acc = _where(lax.bitwise_and(x2, one), lax.mul(acc, x1), acc)\n x1 = lax.mul(x1, x1)\n x2 = lax.shift_right_logical(x2, one)\n return acc\n\n\n@binary_ufunc(identity=-np.inf, reduce=reductions._logsumexp)\ndef logaddexp(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Compute ``log(exp(x1) + exp(x2))`` avoiding overflow.\n\n JAX implementation of :obj:`numpy.logaddexp`\n\n Args:\n x1: input array\n x2: input array\n\n Returns:\n array containing the result.\n\n Examples:\n\n >>> x1 = jnp.array([1, 2, 3])\n >>> x2 = jnp.array([4, 5, 6])\n >>> result1 = jnp.logaddexp(x1, x2)\n >>> result2 = jnp.log(jnp.exp(x1) + jnp.exp(x2))\n >>> print(jnp.allclose(result1, result2))\n True\n """"""\n x1, x2 = promote_args_inexact(""logaddexp"", x1, x2)\n return lax_other.logaddexp(x1, x2)\n\n\n@binary_ufunc(identity=-np.inf, reduce=reductions._logsumexp2)\ndef logaddexp2(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Logarithm of the sum of exponentials of inputs in base-2 avoiding overflow.\n\n JAX implementation of :obj:`numpy.logaddexp2`.\n\n Args:\n x1: input array or scalar.\n x2: input array or scalar. ``x1`` and ``x2`` should either have same shape or\n be broadcast compatible.\n\n Returns:\n An array containing the result, :math:`log_2(2^{x1}+2^{x2})`, element-wise.\n\n See also:\n - :func:`jax.numpy.logaddexp`: Computes ``log(exp(x1) + exp(x2))``, element-wise.\n - :func:`jax.numpy.log2`: Calculates the base-2 logarithm of ``x`` element-wise.\n\n Examples:\n >>> x1 = jnp.array([[3, -1, 4],\n ... [8, 5, -2]])\n >>> x2 = jnp.array([2, 3, -5])\n >>> result1 = jnp.logaddexp2(x1, x2)\n >>> result2 = jnp.log2(jnp.exp2(x1) + jnp.exp2(x2))\n >>> jnp.allclose(result1, result2)\n Array(True, dtype=bool)\n """"""\n x1, x2 = promote_args_inexact(""logaddexp2"", x1, x2)\n return lax_other.logaddexp2(x1, x2)\n\n\n@export\n@partial(jit, inline=True)\ndef log2(x: ArrayLike, /) -> Array:\n """"""Calculates the base-2 logarithm of ``x`` element-wise.\n\n JAX implementation of :obj:`numpy.log2`.\n\n Args:\n x: Input array\n\n Returns:\n An array containing the base-2 logarithm of each element in ``x``, promotes\n to inexact dtype.\n\n Examples:\n >>> x1 = jnp.array([0.25, 0.5, 1, 2, 4, 8])\n >>> jnp.log2(x1)\n Array([-2., -1., 0., 1., 2., 3.], dtype=float32)\n """"""\n x, = promote_args_inexact(""log2"", x)\n if dtypes.issubdtype(x.dtype, np.complexfloating):\n r = lax.log(x)\n re = lax.real(r)\n im = lax.imag(r)\n ln2 = lax.log(_constant_like(re, 2))\n return lax.complex(lax.div(re, ln2), lax.div(im, ln2))\n out = lax.div(lax.log(x), lax.log(_constant_like(x, 2)))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef log10(x: ArrayLike, /) -> Array:\n """"""Calculates the base-10 logarithm of x element-wise\n\n JAX implementation of :obj:`numpy.log10`.\n\n Args:\n x: Input array\n\n Returns:\n An array containing the base-10 logarithm of each element in ``x``, promotes\n to inexact dtype.\n\n Examples:\n >>> x1 = jnp.array([0.01, 0.1, 1, 10, 100, 1000])\n >>> with jnp.printoptions(precision=2, suppress=True):\n ... print(jnp.log10(x1))\n [-2. -1. 0. 1. 2. 3.]\n """"""\n x, = promote_args_inexact(""log10"", x)\n if dtypes.issubdtype(x.dtype, np.complexfloating):\n r = lax.log(x)\n re = lax.real(r)\n im = lax.imag(r)\n ln10 = lax.log(_constant_like(re, 10))\n return lax.complex(lax.div(re, ln10), lax.div(im, ln10))\n out = lax.div(lax.log(x), lax.log(_constant_like(x, 10)))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef exp2(x: ArrayLike, /) -> Array:\n """"""Calculate element-wise base-2 exponential of input.\n\n JAX implementation of :obj:`numpy.exp2`.\n\n Args:\n x: input array or scalar\n\n Returns:\n An array containing the base-2 exponential of each element in ``x``, promotes\n to inexact dtype.\n\n See also:\n - :func:`jax.numpy.log2`: Calculates base-2 logarithm of each element of input.\n - :func:`jax.numpy.exp`: Calculates exponential of each element of the input.\n - :func:`jax.numpy.expm1`: Calculates :math:`e^x-1` of each element of the\n input.\n\n Examples:\n ``jnp.exp2`` follows the properties of the exponential such as :math:`2^{a+b}\n = 2^a * 2^b`.\n\n >>> x1 = jnp.array([2, -4, 3, -1])\n >>> x2 = jnp.array([-1, 3, -2, 3])\n >>> jnp.exp2(x1+x2)\n Array([2. , 0.5, 2. , 4. ], dtype=float32)\n >>> jnp.exp2(x1)*jnp.exp2(x2)\n Array([2. , 0.5, 2. , 4. ], dtype=float32)\n """"""\n x, = promote_args_inexact(""exp2"", x)\n return lax.exp2(x)\n\n\n@export\n@jit\ndef signbit(x: ArrayLike, /) -> Array:\n """"""Return the sign bit of array elements.\n\n JAX implementation of :obj:`numpy.signbit`.\n\n Args:\n x: input array. Complex values are not supported.\n\n Returns:\n A boolean array of the same shape as ``x``, containing ``True``\n where the sign of ``x`` is negative, and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.sign`: return the mathematical sign of array elements,\n i.e. ``-1``, ``0``, or ``+1``.\n\n Examples:\n :func:`signbit` on boolean values is always ``False``:\n\n >>> x = jnp.array([True, False])\n >>> jnp.signbit(x)\n Array([False, False], dtype=bool)\n\n :func:`signbit` on integer values is equivalent to ``x < 0``:\n\n >>> x = jnp.array([-2, -1, 0, 1, 2])\n >>> jnp.signbit(x)\n Array([ True, True, False, False, False], dtype=bool)\n\n :func:`signbit` on floating point values returns the value of the actual\n sign bit from the float representation, including signed zero:\n\n >>> x = jnp.array([-1.5, -0.0, 0.0, 1.5])\n >>> jnp.signbit(x)\n Array([ True, True, False, False], dtype=bool)\n\n This also returns the sign bit for special values such as signed NaN\n and signed infinity:\n\n >>> x = jnp.array([jnp.nan, -jnp.nan, jnp.inf, -jnp.inf])\n >>> jnp.signbit(x)\n Array([False, True, False, True], dtype=bool)\n """"""\n x, = promote_args(""signbit"", x)\n dtype = dtypes.dtype(x)\n if dtypes.issubdtype(dtype, np.integer):\n return lax.lt(x, _constant_like(x, 0))\n elif dtypes.issubdtype(dtype, np.bool_):\n return lax.full_like(x, False, dtype=np.bool_)\n elif not dtypes.issubdtype(dtype, np.floating):\n raise ValueError(\n ""jax.numpy.signbit is not well defined for %s"" % dtype)\n\n info = dtypes.finfo(dtype)\n if info.bits not in _INT_DTYPES:\n raise NotImplementedError(\n ""jax.numpy.signbit only supports 16, 32, and 64-bit types."")\n int_type = _INT_DTYPES[info.bits]\n x = lax.bitcast_convert_type(x, int_type)\n return lax.convert_element_type(x >> (info.nexp + info.nmant), np.bool_)\n\n\ndef _normalize_float(x):\n info = dtypes.finfo(dtypes.dtype(x))\n int_type = _INT_DTYPES[info.bits]\n cond = lax.abs(x) < info.tiny\n x1 = _where(cond, x * _lax_const(x, 1 << info.nmant), x)\n x2 = _where(cond, int_type(-info.nmant), int_type(0))\n return lax.bitcast_convert_type(x1, int_type), x2\n\n\n@export\n@jit\ndef ldexp(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Compute x1 * 2 ** x2\n\n JAX implementation of :func:`numpy.ldexp`.\n\n Note that XLA does not provide an ``ldexp`` operation, so this\n is implemneted in JAX via a standard multiplication and\n exponentiation.\n\n Args:\n x1: real-valued input array.\n x2: integer input array. Must be broadcast-compatible with ``x1``.\n\n Returns:\n ``x1 * 2 ** x2`` computed element-wise.\n\n See also:\n - :func:`jax.numpy.frexp`: decompose values into mantissa and exponent.\n\n Examples:\n >>> x1 = jnp.arange(5.0)\n >>> x2 = 10\n >>> jnp.ldexp(x1, x2)\n Array([ 0., 1024., 2048., 3072., 4096.], dtype=float32)\n\n ``ldexp`` can be used to reconstruct the input to ``frexp``:\n\n >>> x = jnp.array([2., 3., 5., 11.])\n >>> m, e = jnp.frexp(x)\n >>> m\n Array([0.5 , 0.75 , 0.625 , 0.6875], dtype=float32)\n >>> e\n Array([2, 2, 3, 4], dtype=int32)\n >>> jnp.ldexp(m, e)\n Array([ 2., 3., 5., 11.], dtype=float32)\n """"""\n x1, x2 = ensure_arraylike(""ldexp"", x1, x2)\n x1_dtype = dtypes.dtype(x1)\n x2_dtype = dtypes.dtype(x2)\n if (dtypes.issubdtype(x1_dtype, np.complexfloating)\n or dtypes.issubdtype(x2_dtype, np.inexact)):\n raise ValueError(f""ldexp not supported for input types {(x1_dtype, x2_dtype)}"")\n x1, = promote_args_inexact(""ldexp"", x1)\n x2 = lax.convert_element_type(x2, dtypes.dtype(x1))\n\n # Split off the exponent to avoid overflow for small x1 and large x2.\n m, e = frexp(x1)\n e = (e.astype(x2.dtype) + x2).astype(x1.dtype)\n\n # exponent may overflow by 1 and still have a finite result.\n m = _where(e > 0, m * 2, m)\n e = _where(e > 0, e - 1, e)\n\n x = m * (2 ** e.astype(m.dtype))\n return _where(isinf(x1) | (x1 == 0), x1, x)\n\n\n@export\n@jit\ndef frexp(x: ArrayLike, /) -> tuple[Array, Array]:\n """"""Split floating point values into mantissa and twos exponent.\n\n JAX implementation of :func:`numpy.frexp`.\n\n Args:\n x: real-valued array\n\n Returns:\n A tuple ``(mantissa, exponent)`` where ``mantissa`` is a floating point\n value between -1 and 1, and ``exponent`` is an integer such that\n ``x == mantissa * 2 ** exponent``.\n\n See also:\n - :func:`jax.numpy.ldexp`: compute the inverse of ``frexp``.\n\n Examples:\n Split values into mantissa and exponent:\n\n >>> x = jnp.array([1., 2., 3., 4., 5.])\n >>> m, e = jnp.frexp(x)\n >>> m\n Array([0.5 , 0.5 , 0.75 , 0.5 , 0.625], dtype=float32)\n >>> e\n Array([1, 2, 2, 3, 3], dtype=int32)\n\n Reconstruct the original array:\n\n >>> m * 2 ** e\n Array([1., 2., 3., 4., 5.], dtype=float32)\n """"""\n x = ensure_arraylike(""frexp"", x)\n x, = promote_dtypes_inexact(x)\n if dtypes.issubdtype(x.dtype, np.complexfloating):\n raise TypeError(""frexp does not support complex-valued inputs"")\n return _frexp(x)\n\n@custom_jvp\ndef _frexp(x):\n dtype = dtypes.dtype(x)\n info = dtypes.finfo(dtype)\n mask = (1 << info.nexp) - 1\n bias = 1 - info.minexp\n\n x1, x2 = _normalize_float(x)\n x2 += ((x1 >> info.nmant) & mask) - bias + 1\n x1 &= ~(mask << info.nmant)\n x1 |= (bias - 1) << info.nmant\n x1 = lax.bitcast_convert_type(x1, dtype)\n\n cond = isinf(x) | isnan(x) | (x == 0)\n x2 = _where(cond, lax._zeros(x2), x2)\n return _where(cond, x, x1), lax.convert_element_type(x2, np.int32)\n\n\n@_frexp.defjvp\ndef _frexp_jvp(primals, tangents):\n x, = primals\n t, = tangents\n m, e = frexp(x)\n mdot = t * exp2(-e.astype(t.dtype))\n edot = np.empty(e.shape, dtypes.float0)\n return (m, e), (mdot, edot)\n\n\n@export\n@jit\ndef remainder(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Returns element-wise remainder of the division.\n\n JAX implementation of :obj:`numpy.remainder`.\n\n Args:\n x1: scalar or array. Specifies the dividend.\n x2: scalar or array. Specifies the divisor. ``x1`` and ``x2`` should either\n have same shape or be broadcast compatible.\n\n Returns:\n An array containing the remainder of element-wise division of ``x1`` by\n ``x2`` with same sign as the elements of ``x2``.\n\n Note:\n The result of ``jnp.remainder`` is equivalent to ``x1 - x2 * jnp.floor(x1 / x2)``.\n\n See also:\n - :func:`jax.numpy.mod`: Returns the element-wise remainder of the division.\n - :func:`jax.numpy.fmod`: Calculates the element-wise floating-point modulo\n operation.\n - :func:`jax.numpy.divmod`: Calculates the integer quotient and remainder of\n ``x1`` by ``x2``, element-wise.\n\n Examples:\n >>> x1 = jnp.array([[3, -1, 4],\n ... [8, 5, -2]])\n >>> x2 = jnp.array([2, 3, -5])\n >>> jnp.remainder(x1, x2)\n Array([[ 1, 2, -1],\n [ 0, 2, -2]], dtype=int32)\n >>> x1 - x2 * jnp.floor(x1 / x2)\n Array([[ 1., 2., -1.],\n [ 0., 2., -2.]], dtype=float32)\n """"""\n x1, x2 = promote_args_numeric(""remainder"", x1, x2)\n jnp_error._set_error_if_divide_by_zero(x2)\n zero = _constant_like(x1, 0)\n if dtypes.issubdtype(x2.dtype, np.integer):\n x2 = _where(x2 == 0, lax._ones(x2), x2)\n trunc_mod = lax.rem(x1, x2)\n trunc_mod_not_zero = lax.ne(trunc_mod, zero)\n do_plus = lax.bitwise_and(\n lax.ne(lax.lt(trunc_mod, zero), lax.lt(x2, zero)), trunc_mod_not_zero)\n out = lax.select(do_plus, lax.add(trunc_mod, x2), trunc_mod)\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\ndef mod(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.remainder`""""""\n return remainder(x1, x2)\n\n\n@export\n@jit\ndef fmod(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Calculate element-wise floating-point modulo operation.\n\n JAX implementation of :obj:`numpy.fmod`.\n\n Args:\n x1: scalar or array. Specifies the dividend.\n x2: scalar or array. Specifies the divisor. ``x1`` and ``x2`` should either\n have same shape or be broadcast compatible.\n\n Returns:\n An array containing the result of the element-wise floating-point modulo\n operation of ``x1`` and ``x2`` with same sign as the elements of ``x1``.\n\n Note:\n The result of ``jnp.fmod`` is equivalent to ``x1 - x2 * jnp.fix(x1 / x2)``.\n\n See also:\n - :func:`jax.numpy.mod` and :func:`jax.numpy.remainder`: Returns the element-wise\n remainder of the division.\n - :func:`jax.numpy.divmod`: Calculates the integer quotient and remainder of\n ``x1`` by ``x2``, element-wise.\n\n Examples:\n >>> x1 = jnp.array([[3, -1, 4],\n ... [8, 5, -2]])\n >>> x2 = jnp.array([2, 3, -5])\n >>> jnp.fmod(x1, x2)\n Array([[ 1, -1, 4],\n [ 0, 2, -2]], dtype=int32)\n >>> x1 - x2 * jnp.fix(x1 / x2)\n Array([[ 1., -1., 4.],\n [ 0., 2., -2.]], dtype=float32)\n """"""\n x1, x2 = ensure_arraylike(""fmod"", x1, x2)\n if dtypes.issubdtype(dtypes.result_type(x1, x2), np.integer):\n x2 = _where(x2 == 0, lax._ones(x2), x2)\n out = lax.rem(*promote_args_numeric(""fmod"", x1, x2))\n jnp_error._set_error_if_nan(out)\n return out\n\n\n@export\n@partial(jit, inline=True)\ndef square(x: ArrayLike, /) -> Array:\n """"""Calculate element-wise square of the input array.\n\n JAX implementation of :obj:`numpy.square`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array containing the square of the elements of ``x``.\n\n Note:\n ``jnp.square`` is equivalent to computing ``jnp.power(x, 2)``.\n\n See also:\n - :func:`jax.numpy.sqrt`: Calculates the element-wise non-negative square root\n of the input array.\n - :func:`jax.numpy.power`: Calculates the element-wise base ``x1`` exponential\n of ``x2``.\n - :func:`jax.lax.integer_pow`: Computes element-wise power :math:`x^y`, where\n :math:`y` is a fixed integer.\n - :func:`jax.numpy.float_power`: Computes the first array raised to the power\n of second array, element-wise, by promoting to the inexact dtype.\n\n Examples:\n >>> x = jnp.array([3, -2, 5.3, 1])\n >>> jnp.square(x)\n Array([ 9. , 4. , 28.090002, 1. ], dtype=float32)\n >>> jnp.power(x, 2)\n Array([ 9. , 4. , 28.090002, 1. ], dtype=float32)\n\n For integer inputs:\n\n >>> x1 = jnp.array([2, 4, 5, 6])\n >>> jnp.square(x1)\n Array([ 4, 16, 25, 36], dtype=int32)\n\n For complex-valued inputs:\n\n >>> x2 = jnp.array([1-3j, -1j, 2])\n >>> jnp.square(x2)\n Array([-8.-6.j, -1.+0.j, 4.+0.j], dtype=complex64)\n """"""\n x = ensure_arraylike(""square"", x)\n x, = promote_dtypes_numeric(x)\n return lax.square(x)\n\n\n@export\n@partial(jit, inline=True)\ndef deg2rad(x: ArrayLike, /) -> Array:\n r""""""Convert angles from degrees to radians.\n\n JAX implementation of :obj:`numpy.deg2rad`.\n\n The angle in degrees is converted to radians by:\n\n .. math::\n\n deg2rad(x) = x * \frac{pi}{180}\n\n Args:\n x: scalar or array. Specifies the angle in degrees.\n\n Returns:\n An array containing the angles in radians.\n\n See also:\n - :func:`jax.numpy.rad2deg` and :func:`jax.numpy.degrees`: Converts the angles\n from radians to degrees.\n - :func:`jax.numpy.radians`: Alias of ``deg2rad``.\n\n Examples:\n >>> x = jnp.array([60, 90, 120, 180])\n >>> jnp.deg2rad(x)\n Array([1.0471976, 1.5707964, 2.0943952, 3.1415927], dtype=float32)\n >>> x * jnp.pi / 180\n Array([1.0471976, 1.5707964, 2.0943952, 3.1415927], dtype=float32, weak_type=True)\n """"""\n x, = promote_args_inexact(""deg2rad"", x)\n return lax.mul(x, _lax_const(x, np.pi / 180))\n\n\n@export\n@partial(jit, inline=True)\ndef rad2deg(x: ArrayLike, /) -> Array:\n r""""""Convert angles from radians to degrees.\n\n JAX implementation of :obj:`numpy.rad2deg`.\n\n The angle in radians is converted to degrees by:\n\n .. math::\n\n rad2deg(x) = x * \frac{180}{pi}\n\n Args:\n x: scalar or array. Specifies the angle in radians.\n\n Returns:\n An array containing the angles in degrees.\n\n See also:\n - :func:`jax.numpy.deg2rad` and :func:`jax.numpy.radians`: Converts the angles\n from degrees to radians.\n - :func:`jax.numpy.degrees`: Alias of ``rad2deg``.\n\n Examples:\n >>> pi = jnp.pi\n >>> x = jnp.array([pi/4, pi/2, 2*pi/3])\n >>> jnp.rad2deg(x)\n Array([ 45. , 90. , 120.00001], dtype=float32)\n >>> x * 180 / pi\n Array([ 45., 90., 120.], dtype=float32)\n """"""\n x, = promote_args_inexact(""rad2deg"", x)\n return lax.mul(x, _lax_const(x, 180 / np.pi))\n\n\n@export\ndef degrees(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.rad2deg`""""""\n return rad2deg(x)\n\n\n@export\ndef radians(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.deg2rad`""""""\n return deg2rad(x)\n\n\n@export\n@partial(jit, inline=True)\ndef conjugate(x: ArrayLike, /) -> Array:\n """"""Return element-wise complex-conjugate of the input.\n\n JAX implementation of :obj:`numpy.conjugate`.\n\n Args:\n x: inpuat array or scalar.\n\n Returns:\n An array containing the complex-conjugate of ``x``.\n\n See also:\n - :func:`jax.numpy.real`: Returns the element-wise real part of the complex\n argument.\n - :func:`jax.numpy.imag`: Returns the element-wise imaginary part of the\n complex argument.\n\n Examples:\n >>> jnp.conjugate(3)\n Array(3, dtype=int32, weak_type=True)\n >>> x = jnp.array([2-1j, 3+5j, 7])\n >>> jnp.conjugate(x)\n Array([2.+1.j, 3.-5.j, 7.-0.j], dtype=complex64)\n """"""\n x = ensure_arraylike(""conjugate"", x)\n return lax.conj(x) if np.iscomplexobj(x) else lax.asarray(x)\n\n\n@export\ndef conj(x: ArrayLike, /) -> Array:\n """"""Alias of :func:`jax.numpy.conjugate`""""""\n return conjugate(x)\n\n\n@export\n@partial(jit, inline=True)\ndef imag(val: ArrayLike, /) -> Array:\n """"""Return element-wise imaginary of part of the complex argument.\n\n JAX implementation of :obj:`numpy.imag`.\n\n Args:\n val: input array or scalar.\n\n Returns:\n An array containing the imaginary part of the elements of ``val``.\n\n See also:\n - :func:`jax.numpy.conjugate` and :func:`jax.numpy.conj`: Returns the element-wise\n complex-conjugate of the input.\n - :func:`jax.numpy.real`: Returns the element-wise real part of the complex\n argument.\n\n Examples:\n >>> jnp.imag(4)\n Array(0, dtype=int32, weak_type=True)\n >>> jnp.imag(5j)\n Array(5., dtype=float32, weak_type=True)\n >>> x = jnp.array([2+3j, 5-1j, -3])\n >>> jnp.imag(x)\n Array([ 3., -1., 0.], dtype=float32)\n """"""\n val = ensure_arraylike(""imag"", val)\n return lax.imag(val) if np.iscomplexobj(val) else lax.full_like(val, 0)\n\n\n@export\n@partial(jit, inline=True)\ndef real(val: ArrayLike, /) -> Array:\n """"""Return element-wise real part of the complex argument.\n\n JAX implementation of :obj:`numpy.real`.\n\n Args:\n val: input array or scalar.\n\n Returns:\n An array containing the real part of the elements of ``val``.\n\n See also:\n - :func:`jax.numpy.conjugate` and :func:`jax.numpy.conj`: Returns the element-wise\n complex-conjugate of the input.\n - :func:`jax.numpy.imag`: Returns the element-wise imaginary part of the\n complex argument.\n\n Examples:\n >>> jnp.real(5)\n Array(5, dtype=int32, weak_type=True)\n >>> jnp.real(2j)\n Array(0., dtype=float32, weak_type=True)\n >>> x = jnp.array([3-2j, 4+7j, -2j])\n >>> jnp.real(x)\n Array([ 3., 4., -0.], dtype=float32)\n """"""\n val = ensure_arraylike(""real"", val)\n return lax.real(val) if np.iscomplexobj(val) else lax.asarray(val)\n\n\n@export\n@jit\ndef modf(x: ArrayLike, /, out=None) -> tuple[Array, Array]:\n """"""Return element-wise fractional and integral parts of the input array.\n\n JAX implementation of :obj:`numpy.modf`.\n\n Args:\n x: input array or scalar.\n out: Not used by JAX.\n\n Returns:\n An array containing the fractional and integral parts of the elements of ``x``,\n promoting dtypes inexact.\n\n See also:\n - :func:`jax.numpy.divmod`: Calculates the integer quotient and remainder of\n ``x1`` by ``x2`` element-wise.\n\n Examples:\n >>> jnp.modf(4.8)\n (Array(0.8000002, dtype=float32, weak_type=True), Array(4., dtype=float32, weak_type=True))\n >>> x = jnp.array([-3.4, -5.7, 0.6, 1.5, 2.3])\n >>> jnp.modf(x)\n (Array([-0.4000001 , -0.6999998 , 0.6 , 0.5 , 0.29999995], dtype=float32), Array([-3., -5., 0., 1., 2.], dtype=float32))\n """"""\n x = ensure_arraylike(""modf"", x)\n x, = promote_dtypes_inexact(x)\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.modf is not supported."")\n whole = _where(lax.ge(x, lax._zero(x)), floor(x), ceil(x))\n return x - whole, whole\n\n\n@export\n@partial(jit, inline=True)\ndef isfinite(x: ArrayLike, /) -> Array:\n """"""Return a boolean array indicating whether each element of input is finite.\n\n JAX implementation of :obj:`numpy.isfinite`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n A boolean array of same shape as ``x`` containing ``True`` where ``x`` is\n not ``inf``, ``-inf``, or ``NaN``, and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.isinf`: Returns a boolean array indicating whether each\n element of input is either positive or negative infinity.\n - :func:`jax.numpy.isposinf`: Returns a boolean array indicating whether each\n element of input is positive infinity.\n - :func:`jax.numpy.isneginf`: Returns a boolean array indicating whether each\n element of input is negative infinity.\n - :func:`jax.numpy.isnan`: Returns a boolean array indicating whether each\n element of input is not a number (``NaN``).\n\n Examples:\n >>> x = jnp.array([-1, 3, jnp.inf, jnp.nan])\n >>> jnp.isfinite(x)\n Array([ True, True, False, False], dtype=bool)\n >>> jnp.isfinite(3-4j)\n Array(True, dtype=bool, weak_type=True)\n """"""\n x = ensure_arraylike(""isfinite"", x)\n dtype = dtypes.dtype(x)\n if dtypes.issubdtype(dtype, np.floating):\n return lax.is_finite(x)\n elif dtypes.issubdtype(dtype, np.complexfloating):\n return lax.bitwise_and(lax.is_finite(real(x)), lax.is_finite(imag(x)))\n else:\n return lax.full_like(x, True, dtype=np.bool_)\n\n\n@export\n@jit\ndef isinf(x: ArrayLike, /) -> Array:\n """"""Return a boolean array indicating whether each element of input is infinite.\n\n JAX implementation of :obj:`numpy.isinf`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n A boolean array of same shape as ``x`` containing ``True`` where ``x`` is\n ``inf`` or ``-inf``, and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.isposinf`: Returns a boolean array indicating whether each\n element of input is positive infinity.\n - :func:`jax.numpy.isneginf`: Returns a boolean array indicating whether each\n element of input is negative infinity.\n - :func:`jax.numpy.isfinite`: Returns a boolean array indicating whether each\n element of input is finite.\n - :func:`jax.numpy.isnan`: Returns a boolean array indicating whether each\n element of input is not a number (``NaN``).\n\n Examples:\n >>> jnp.isinf(jnp.inf)\n Array(True, dtype=bool)\n >>> x = jnp.array([2+3j, -jnp.inf, 6, jnp.inf, jnp.nan])\n >>> jnp.isinf(x)\n Array([False, True, False, True, False], dtype=bool)\n """"""\n x = ensure_arraylike(""isinf"", x)\n dtype = dtypes.dtype(x)\n if dtypes.issubdtype(dtype, np.floating):\n return lax.eq(lax.abs(x), _constant_like(x, np.inf))\n elif dtypes.issubdtype(dtype, np.complexfloating):\n re = lax.real(x)\n im = lax.imag(x)\n return lax.bitwise_or(lax.eq(lax.abs(re), _constant_like(re, np.inf)),\n lax.eq(lax.abs(im), _constant_like(im, np.inf)))\n else:\n return lax.full_like(x, False, dtype=np.bool_)\n\n\ndef _isposneginf(infinity: float, x: Array, out) -> Array:\n if out is not None:\n raise NotImplementedError(""The 'out' argument to isneginf/isposinf is not supported."")\n dtype = dtypes.dtype(x)\n if dtypes.issubdtype(dtype, np.floating):\n return lax.eq(x, _constant_like(x, infinity))\n elif dtypes.issubdtype(dtype, np.complexfloating):\n raise ValueError(""isposinf/isneginf are not well defined for complex types"")\n else:\n return lax.full_like(x, False, dtype=np.bool_)\n\n\n@export\ndef isposinf(x, /, out=None):\n """"""\n Return boolean array indicating whether each element of input is positive infinite.\n\n JAX implementation of :obj:`numpy.isposinf`.\n\n Args:\n x: input array or scalar. ``complex`` dtype are not supported.\n\n Returns:\n A boolean array of same shape as ``x`` containing ``True`` where ``x`` is\n ``inf``, and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.isinf`: Returns a boolean array indicating whether each\n element of input is either positive or negative infinity.\n - :func:`jax.numpy.isneginf`: Returns a boolean array indicating whether each\n element of input is negative infinity.\n - :func:`jax.numpy.isfinite`: Returns a boolean array indicating whether each\n element of input is finite.\n - :func:`jax.numpy.isnan`: Returns a boolean array indicating whether each\n element of input is not a number (``NaN``).\n\n Examples:\n >>> jnp.isposinf(5)\n Array(False, dtype=bool)\n >>> x = jnp.array([-jnp.inf, 5, jnp.inf, jnp.nan, 1])\n >>> jnp.isposinf(x)\n Array([False, False, True, False, False], dtype=bool)\n """"""\n x = ensure_arraylike(""isposinf"", x)\n return _isposneginf(np.inf, x, out)\n\n\n@export\ndef isneginf(x, /, out=None):\n """"""\n Return boolean array indicating whether each element of input is negative infinite.\n\n JAX implementation of :obj:`numpy.isneginf`.\n\n Args:\n x: input array or scalar. ``complex`` dtype are not supported.\n\n Returns:\n A boolean array of same shape as ``x`` containing ``True`` where ``x`` is\n ``-inf``, and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.isinf`: Returns a boolean array indicating whether each\n element of input is either positive or negative infinity.\n - :func:`jax.numpy.isposinf`: Returns a boolean array indicating whether each\n element of input is positive infinity.\n - :func:`jax.numpy.isfinite`: Returns a boolean array indicating whether each\n element of input is finite.\n - :func:`jax.numpy.isnan`: Returns a boolean array indicating whether each\n element of input is not a number (``NaN``).\n\n Examples:\n >>> jnp.isneginf(jnp.inf)\n Array(False, dtype=bool)\n >>> x = jnp.array([-jnp.inf, 5, jnp.inf, jnp.nan, 1])\n >>> jnp.isneginf(x)\n Array([ True, False, False, False, False], dtype=bool)\n """"""\n x = ensure_arraylike(""isneginf"", x)\n return _isposneginf(-np.inf, x, out)\n\n\n@export\n@partial(jit, inline=True)\ndef isnan(x: ArrayLike, /) -> Array:\n """"""Returns a boolean array indicating whether each element of input is ``NaN``.\n\n JAX implementation of :obj:`numpy.isnan`.\n\n Args:\n x: input array or scalar.\n\n Returns:\n A boolean array of same shape as ``x`` containing ``True`` where ``x`` is\n not a number (i.e. ``NaN``) and ``False`` otherwise.\n\n See also:\n - :func:`jax.numpy.isfinite`: Returns a boolean array indicating whether each\n element of input is finite.\n - :func:`jax.numpy.isinf`: Returns a boolean array indicating whether each\n element of input is either positive or negative infinity.\n - :func:`jax.numpy.isposinf`: Returns a boolean array indicating whether each\n element of input is positive infinity.\n - :func:`jax.numpy.isneginf`: Returns a boolean array indicating whether each\n element of input is negative infinity.\n\n Examples:\n >>> jnp.isnan(6)\n Array(False, dtype=bool, weak_type=True)\n >>> x = jnp.array([2, 1+4j, jnp.inf, jnp.nan])\n >>> jnp.isnan(x)\n Array([False, False, False, True], dtype=bool)\n """"""\n x = ensure_arraylike(""isnan"", x)\n return lax.ne(x, x)\n\n\n@export\n@jit\ndef heaviside(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n r""""""Compute the heaviside step function.\n\n JAX implementation of :obj:`numpy.heaviside`.\n\n The heaviside step function is defined by:\n\n .. math::\n\n \mathrm{heaviside}(x1, x2) = \begin{cases}\n 0, & x1 < 0\\\n x2, & x1 = 0\\\n 1, & x1 > 0.\n \end{cases}\n\n Args:\n x1: input array or scalar. ``complex`` dtype are not supported.\n x2: scalar or array. Specifies the return values when ``x1`` is ``0``. ``complex``\n dtype are not supported. ``x1`` and ``x2`` must either have same shape or\n broadcast compatible.\n\n Returns:\n An array containing the heaviside step function of ``x1``, promoting to\n inexact dtype.\n\n Examples:\n >>> x1 = jnp.array([[-2, 0, 3],\n ... [5, -1, 0],\n ... [0, 7, -3]])\n >>> x2 = jnp.array([2, 0.5, 1])\n >>> jnp.heaviside(x1, x2)\n Array([[0. , 0.5, 1. ],\n [1. , 0. , 1. ],\n [2. , 1. , 0. ]], dtype=float32)\n >>> jnp.heaviside(x1, 0.5)\n Array([[0. , 0.5, 1. ],\n [1. , 0. , 0.5],\n [0.5, 1. , 0. ]], dtype=float32)\n >>> jnp.heaviside(-3, x2)\n Array([0., 0., 0.], dtype=float32)\n """"""\n x1, x2 = ensure_arraylike(""heaviside"", x1, x2)\n x1, x2 = promote_dtypes_inexact(x1, x2)\n zero = _lax_const(x1, 0)\n return _where(lax.lt(x1, zero), zero,\n _where(lax.gt(x1, zero), _lax_const(x1, 1), x2))\n\n\n@export\n@jit\ndef hypot(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n r""""""\n Return element-wise hypotenuse for the given legs of a right angle triangle.\n\n JAX implementation of :obj:`numpy.hypot`.\n\n Args:\n x1: scalar or array. Specifies one of the legs of right angle triangle.\n ``complex`` dtype are not supported.\n x2: scalar or array. Specifies the other leg of right angle triangle.\n ``complex`` dtype are not supported. ``x1`` and ``x2`` must either have\n same shape or be broadcast compatible.\n\n Returns:\n An array containing the hypotenuse for the given given legs ``x1`` and ``x2``\n of a right angle triangle, promoting to inexact dtype.\n\n Note:\n ``jnp.hypot`` is a more numerically stable way of computing\n ``jnp.sqrt(x1 ** 2 + x2 **2)``.\n\n Examples:\n >>> jnp.hypot(3, 4)\n Array(5., dtype=float32, weak_type=True)\n >>> x1 = jnp.array([[3, -2, 5],\n ... [9, 1, -4]])\n >>> x2 = jnp.array([-5, 6, 8])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.hypot(x1, x2)\n Array([[ 5.831, 6.325, 9.434],\n [10.296, 6.083, 8.944]], dtype=float32)\n """"""\n x1, x2 = promote_args_inexact(""hypot"", x1, x2)\n\n # TODO(micky774): Promote to ValueError when deprecation is complete\n # (began 2024-4-14).\n if dtypes.issubdtype(x1.dtype, np.complexfloating):\n raise ValueError(\n ""jnp.hypot is not well defined for complex-valued inputs. ""\n ""Please convert to real values first, such as by using abs(x)"")\n x1, x2 = lax.abs(x1), lax.abs(x2)\n idx_inf = lax.bitwise_or(isposinf(x1), isposinf(x2))\n x1, x2 = maximum(x1, x2), minimum(x1, x2)\n x = _where(x1 == 0, x1, x1 * lax.sqrt(1 + lax.square(lax.div(x2, _where(x1 == 0, lax._ones(x1), x1)))))\n return _where(idx_inf, _lax_const(x, np.inf), x)\n\n\n@export\n@partial(jit, inline=True)\ndef reciprocal(x: ArrayLike, /) -> Array:\n """"""Calculate element-wise reciprocal of the input.\n\n JAX implementation of :obj:`numpy.reciprocal`.\n\n The reciprocal is calculated by ``1/x``.\n\n Args:\n x: input array or scalar.\n\n Returns:\n An array of same shape as ``x`` containing the reciprocal of each element of\n ``x``.\n\n Note:\n For integer inputs, ``np.reciprocal`` returns rounded integer output, while\n ``jnp.reciprocal`` promotes integer inputs to floating point.\n\n Examples:\n >>> jnp.reciprocal(2)\n Array(0.5, dtype=float32, weak_type=True)\n >>> jnp.reciprocal(0.)\n Array(inf, dtype=float32, weak_type=True)\n >>> x = jnp.array([1, 5., 4.])\n >>> jnp.reciprocal(x)\n Array([1. , 0.2 , 0.25], dtype=float32)\n """"""\n x = ensure_arraylike(""reciprocal"", x)\n x, = promote_dtypes_inexact(x)\n return lax.integer_pow(x, -1)\n\n\n@export\n@jit\ndef sinc(x: ArrayLike, /) -> Array:\n r""""""Calculate the normalized sinc function.\n\n JAX implementation of :func:`numpy.sinc`.\n\n The normalized sinc function is given by\n\n .. math::\n \mathrm{sinc}(x) = \frac{\sin({\pi x})}{\pi x}\n\n where ``sinc(0)`` returns the limit value of ``1``. The sinc function is\n smooth and infinitely differentiable.\n\n Args:\n x : input array; will be promoted to an inexact type.\n\n Returns:\n An array of the same shape as ``x`` containing the result.\n\n Examples:\n >>> x = jnp.array([-1, -0.5, 0, 0.5, 1])\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.sinc(x)\n Array([-0. , 0.637, 1. , 0.637, -0. ], dtype=float32)\n\n Compare this to the naive approach to computing the function, which is\n undefined at zero:\n\n >>> with jnp.printoptions(precision=3, suppress=True):\n ... jnp.sin(jnp.pi * x) / (jnp.pi * x)\n Array([-0. , 0.637, nan, 0.637, -0. ], dtype=float32)\n\n JAX defines a custom gradient rule for sinc to allow accurate evaluation\n of the gradient at zero even for higher-order derivatives:\n\n >>> f = jnp.sinc\n >>> for i in range(1, 6):\n ... f = jax.grad(f)\n ... print(f""(d/dx)^{i} f(0.0) = {f(0.0):.2f}"")\n ...\n (d/dx)^1 f(0.0) = 0.00\n (d/dx)^2 f(0.0) = -3.29\n (d/dx)^3 f(0.0) = 0.00\n (d/dx)^4 f(0.0) = 19.48\n (d/dx)^5 f(0.0) = 0.00\n """"""\n x = ensure_arraylike(""sinc"", x)\n x, = promote_dtypes_inexact(x)\n eq_zero = lax.eq(x, _lax_const(x, 0))\n pi_x = lax.mul(_lax_const(x, np.pi), x)\n safe_pi_x = _where(eq_zero, _lax_const(x, 1), pi_x)\n return _where(eq_zero, _sinc_maclaurin(0, pi_x),\n lax.div(lax.sin(safe_pi_x), safe_pi_x))\n\n\n@partial(custom_jvp, nondiff_argnums=(0,))\ndef _sinc_maclaurin(k, x):\n # compute the kth derivative of x -> sin(x)/x evaluated at zero (since we\n # compute the monomial term in the jvp rule)\n # TODO(mattjj): see https://github.com/jax-ml/jax/issues/10750\n if k % 2:\n return x * 0\n else:\n return x * 0 + _lax_const(x, (-1) ** (k // 2) / (k + 1))\n\n@_sinc_maclaurin.defjvp\ndef _sinc_maclaurin_jvp(k, primals, tangents):\n (x,), (t,) = primals, tangents\n return _sinc_maclaurin(k, x), _sinc_maclaurin(k + 1, x) * t\n",python,tab +8985,24384799,".venv/lib/python3.10/site-packages/jax/_src/numpy/ufuncs.py",58119,0,"",python,selection_command +8986,24385558,".venv/lib/python3.10/site-packages/jax/_src/numpy/ufuncs.py",58130,0,"",python,selection_command +8987,24385842,".venv/lib/python3.10/site-packages/jax/_src/numpy/ufuncs.py",58131,0,"",python,selection_command +8988,24391212,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +8989,24391212,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",26883,0,"",python,selection_command +8990,24394953,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21774,0,"",python,selection_command +8991,24404721,"utils/nn.py",0,0,"",python,tab +8992,24405978,"utils/nn.py",11818,0,"",python,selection_command +8993,24406314,"utils/nn.py",10207,0,"",python,selection_command +8994,24407543,"utils/nn.py",10164,0,"",python,selection_command +8995,24407798,"utils/nn.py",10135,0,"",python,selection_command +8996,24407824,"utils/nn.py",10042,0,"",python,selection_command +8997,24407849,"utils/nn.py",10021,0,"",python,selection_command +8998,24408026,"utils/nn.py",10008,0,"",python,selection_command +8999,24408245,"utils/nn.py",10021,0,"",python,selection_command +9000,24423493,"/fast/home/franz.srambical/jafar/models/dynamics_causal.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=True,\n decode=self.decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n # FIXME: this is the culprit!\n # vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed += act_embed\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n\n # vid_embed_padded.shape (1, 1, 921, 512)\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\n\n mask = jnp.ones(vid_embed.shape[:-1])\n return logits, mask\n",python,tab +9001,24423493,"/fast/home/franz.srambical/jafar/models/dynamics_causal.py",2213,0,"",python,selection_command +9002,24427366,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"",python,tab +9003,24427366,"/fast/home/franz.srambical/jafar/utils/nn.py",6866,0,"",python,selection_command +9004,24427455,"/fast/home/franz.srambical/jafar/utils/nn.py",2260,8478," decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # x.shape (1, 1, 921, 512)\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n # x.shape (1, 1, 921, 512)\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n # query_4d.shape (921, 4, 8, 64)\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n breakpoint()\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n # FIXME (f.srambical): the rearrange depends on whether this is spatial or temporal attention\n mask_4d = _rearrange(mask)\n # mask_4d.shape (921, 1, 1, 1) (B, H-broadcast, Q-broadcast, K-broadcast)\n # NOTE: We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_4d = einops.repeat(mask_4d, ""... 1 1 -> ... t s"", t=target_seq_len, s=target_seq_len)\n mask_4d = mask_4d.astype(jnp.bool)\n else:\n # FIXME (f.srambical): Investigate whether/why this is needed\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n # if query.shape == (1, 921, 1, 8, 64):\n # breakpoint()\n",python,content +9005,24428933,"/fast/home/franz.srambical/jafar/utils/nn.py",6877,0,"",python,selection_command +9006,24433307,"/fast/home/franz.srambical/jafar/utils/nn.py",3833,0,"",python,selection_command +9007,24436355,"/fast/home/franz.srambical/jafar/utils/nn.py",4367,0,"",python,selection_mouse +9008,24436358,"/fast/home/franz.srambical/jafar/utils/nn.py",4366,0,"",python,selection_command +9009,24436699,"/fast/home/franz.srambical/jafar/utils/nn.py",11818,0,"",python,selection_command +9010,24437717,"/fast/home/franz.srambical/jafar/utils/nn.py",10207,0,"",python,selection_command +9011,24438378,"/fast/home/franz.srambical/jafar/utils/nn.py",7864,0,"",python,selection_command +9012,24440451,"TERMINAL",0,0,"q",,terminal_output +9013,24440614,"TERMINAL",0,0,"u",,terminal_output +9014,24440684,"TERMINAL",0,0,"e",,terminal_output +9015,24440733,"TERMINAL",0,0,"r",,terminal_output +9016,24440831,"TERMINAL",0,0,"y",,terminal_output +9017,24441484,"TERMINAL",0,0,".",,terminal_output +9018,24441553,"TERMINAL",0,0,"s",,terminal_output +9019,24441729,"TERMINAL",0,0,"ha",,terminal_output +9020,24441884,"TERMINAL",0,0,"p",,terminal_output +9021,24441965,"TERMINAL",0,0,"e",,terminal_output +9022,24442122,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 8, 64)\r\n",,terminal_output +9023,24443751,"TERMINAL",0,0,"z",,terminal_output +9024,24443924,"TERMINAL",0,0,"z",,terminal_output +9025,24446074,"/fast/home/franz.srambical/jafar/utils/nn.py",9039,0,"",python,selection_command +9026,24482961,"/fast/home/franz.srambical/jafar/utils/nn.py",9090,0,"",python,selection_command +9027,24483145,"/fast/home/franz.srambical/jafar/utils/nn.py",9115,0,"\n ",python,content +9028,24483735,"/fast/home/franz.srambical/jafar/utils/nn.py",9124,0,"#",python,content +9029,24483735,"/fast/home/franz.srambical/jafar/utils/nn.py",9125,0,"",python,selection_keyboard +9030,24483852,"/fast/home/franz.srambical/jafar/utils/nn.py",9125,0," ",python,content +9031,24483853,"/fast/home/franz.srambical/jafar/utils/nn.py",9126,0,"",python,selection_keyboard +9032,24484027,"/fast/home/franz.srambical/jafar/utils/nn.py",9126,0,"f",python,content +9033,24484028,"/fast/home/franz.srambical/jafar/utils/nn.py",9127,0,"",python,selection_keyboard +9034,24484120,"/fast/home/franz.srambical/jafar/utils/nn.py",9127,0,"o",python,content +9035,24484121,"/fast/home/franz.srambical/jafar/utils/nn.py",9128,0,"",python,selection_keyboard +9036,24484211,"/fast/home/franz.srambical/jafar/utils/nn.py",9128,0,"r",python,content +9037,24484212,"/fast/home/franz.srambical/jafar/utils/nn.py",9129,0,"",python,selection_keyboard +9038,24484256,"/fast/home/franz.srambical/jafar/utils/nn.py",9129,0," ",python,content +9039,24484256,"/fast/home/franz.srambical/jafar/utils/nn.py",9130,0,"",python,selection_keyboard +9040,24484490,"/fast/home/franz.srambical/jafar/utils/nn.py",9130,0,"s",python,content +9041,24484490,"/fast/home/franz.srambical/jafar/utils/nn.py",9131,0,"",python,selection_keyboard +9042,24484588,"/fast/home/franz.srambical/jafar/utils/nn.py",9131,0,"p",python,content +9043,24484588,"/fast/home/franz.srambical/jafar/utils/nn.py",9132,0,"",python,selection_keyboard +9044,24484652,"/fast/home/franz.srambical/jafar/utils/nn.py",9132,0,"a",python,content +9045,24484653,"/fast/home/franz.srambical/jafar/utils/nn.py",9133,0,"",python,selection_keyboard +9046,24484736,"/fast/home/franz.srambical/jafar/utils/nn.py",9133,0,"t",python,content +9047,24484737,"/fast/home/franz.srambical/jafar/utils/nn.py",9134,0,"",python,selection_keyboard +9048,24484802,"/fast/home/franz.srambical/jafar/utils/nn.py",9134,0,"i",python,content +9049,24484803,"/fast/home/franz.srambical/jafar/utils/nn.py",9135,0,"",python,selection_keyboard +9050,24484909,"/fast/home/franz.srambical/jafar/utils/nn.py",9135,0,"a",python,content +9051,24484909,"/fast/home/franz.srambical/jafar/utils/nn.py",9136,0,"",python,selection_keyboard +9052,24484975,"/fast/home/franz.srambical/jafar/utils/nn.py",9136,0,"l",python,content +9053,24484976,"/fast/home/franz.srambical/jafar/utils/nn.py",9137,0,"",python,selection_keyboard +9054,24485057,"/fast/home/franz.srambical/jafar/utils/nn.py",9137,0," ",python,content +9055,24485057,"/fast/home/franz.srambical/jafar/utils/nn.py",9138,0,"",python,selection_keyboard +9056,24485142,"/fast/home/franz.srambical/jafar/utils/nn.py",9138,0,"a",python,content +9057,24485142,"/fast/home/franz.srambical/jafar/utils/nn.py",9139,0,"",python,selection_keyboard +9058,24485239,"/fast/home/franz.srambical/jafar/utils/nn.py",9139,0,"t",python,content +9059,24485240,"/fast/home/franz.srambical/jafar/utils/nn.py",9140,0,"",python,selection_keyboard +9060,24485364,"/fast/home/franz.srambical/jafar/utils/nn.py",9140,0,"t",python,content +9061,24485365,"/fast/home/franz.srambical/jafar/utils/nn.py",9141,0,"",python,selection_keyboard +9062,24485457,"/fast/home/franz.srambical/jafar/utils/nn.py",9141,0,"e",python,content +9063,24485458,"/fast/home/franz.srambical/jafar/utils/nn.py",9142,0,"",python,selection_keyboard +9064,24485583,"/fast/home/franz.srambical/jafar/utils/nn.py",9142,0,"n",python,content +9065,24485583,"/fast/home/franz.srambical/jafar/utils/nn.py",9143,0,"",python,selection_keyboard +9066,24485674,"/fast/home/franz.srambical/jafar/utils/nn.py",9143,0,"t",python,content +9067,24485675,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"",python,selection_keyboard +9068,24485773,"/fast/home/franz.srambical/jafar/utils/nn.py",9144,0,"i",python,content +9069,24485774,"/fast/home/franz.srambical/jafar/utils/nn.py",9145,0,"",python,selection_keyboard +9070,24485843,"/fast/home/franz.srambical/jafar/utils/nn.py",9145,0,"o",python,content +9071,24485843,"/fast/home/franz.srambical/jafar/utils/nn.py",9146,0,"",python,selection_keyboard +9072,24485890,"/fast/home/franz.srambical/jafar/utils/nn.py",9146,0,"n",python,content +9073,24485890,"/fast/home/franz.srambical/jafar/utils/nn.py",9147,0,"",python,selection_keyboard +9074,24486163,"/fast/home/franz.srambical/jafar/utils/nn.py",9147,0," ",python,content +9075,24486163,"/fast/home/franz.srambical/jafar/utils/nn.py",9148,0,"",python,selection_keyboard +9076,24486299,"/fast/home/franz.srambical/jafar/utils/nn.py",9148,0,"()",python,content +9077,24486300,"/fast/home/franz.srambical/jafar/utils/nn.py",9149,0,"",python,selection_keyboard +9078,24486791,"/fast/home/franz.srambical/jafar/utils/nn.py",9149,0,"u",python,content +9079,24486792,"/fast/home/franz.srambical/jafar/utils/nn.py",9150,0,"",python,selection_keyboard +9080,24486840,"/fast/home/franz.srambical/jafar/utils/nn.py",9150,0,"s",python,content +9081,24486841,"/fast/home/franz.srambical/jafar/utils/nn.py",9151,0,"",python,selection_keyboard +9082,24486943,"/fast/home/franz.srambical/jafar/utils/nn.py",9151,0,"i",python,content +9083,24486943,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"",python,selection_keyboard +9084,24487022,"/fast/home/franz.srambical/jafar/utils/nn.py",9152,0,"n",python,content +9085,24487023,"/fast/home/franz.srambical/jafar/utils/nn.py",9153,0,"",python,selection_keyboard +9086,24487043,"/fast/home/franz.srambical/jafar/utils/nn.py",9153,0,"g",python,content +9087,24487043,"/fast/home/franz.srambical/jafar/utils/nn.py",9154,0,"",python,selection_keyboard +9088,24487124,"/fast/home/franz.srambical/jafar/utils/nn.py",9154,0," ",python,content +9089,24487124,"/fast/home/franz.srambical/jafar/utils/nn.py",9155,0,"",python,selection_keyboard +9090,24487261,"/fast/home/franz.srambical/jafar/utils/nn.py",9155,0,"k",python,content +9091,24487261,"/fast/home/franz.srambical/jafar/utils/nn.py",9156,0,"",python,selection_keyboard +9092,24487325,"/fast/home/franz.srambical/jafar/utils/nn.py",9156,0,"v",python,content +9093,24487325,"/fast/home/franz.srambical/jafar/utils/nn.py",9157,0,"",python,selection_keyboard +9094,24487445,"/fast/home/franz.srambical/jafar/utils/nn.py",9157,0," ",python,content +9095,24487446,"/fast/home/franz.srambical/jafar/utils/nn.py",9158,0,"",python,selection_keyboard +9096,24487563,"/fast/home/franz.srambical/jafar/utils/nn.py",9158,0,"c",python,content +9097,24487564,"/fast/home/franz.srambical/jafar/utils/nn.py",9159,0,"",python,selection_keyboard +9098,24487628,"/fast/home/franz.srambical/jafar/utils/nn.py",9159,0,"a",python,content +9099,24487629,"/fast/home/franz.srambical/jafar/utils/nn.py",9160,0,"",python,selection_keyboard +9100,24487724,"/fast/home/franz.srambical/jafar/utils/nn.py",9160,0,"c",python,content +9101,24487725,"/fast/home/franz.srambical/jafar/utils/nn.py",9161,0,"",python,selection_keyboard +9102,24487823,"/fast/home/franz.srambical/jafar/utils/nn.py",9161,0,"h",python,content +9103,24487824,"/fast/home/franz.srambical/jafar/utils/nn.py",9162,0,"",python,selection_keyboard +9104,24487891,"/fast/home/franz.srambical/jafar/utils/nn.py",9162,0,"e",python,content +9105,24487892,"/fast/home/franz.srambical/jafar/utils/nn.py",9163,0,"",python,selection_keyboard +9106,24488095,"/fast/home/franz.srambical/jafar/utils/nn.py",9162,0,"",python,selection_command +9107,24488400,"/fast/home/franz.srambical/jafar/utils/nn.py",9164,0,"",python,selection_command +9108,24488480,"/fast/home/franz.srambical/jafar/utils/nn.py",9164,0,")",python,content +9109,24488480,"/fast/home/franz.srambical/jafar/utils/nn.py",9165,0,"",python,selection_keyboard +9110,24488945,"/fast/home/franz.srambical/jafar/utils/nn.py",9164,1,"",python,content +9111,24489076,"/fast/home/franz.srambical/jafar/utils/nn.py",9164,0,"\n ",python,content +9112,24489824,"/fast/home/franz.srambical/jafar/utils/nn.py",9173,0,"#",python,content +9113,24489824,"/fast/home/franz.srambical/jafar/utils/nn.py",9174,0,"",python,selection_keyboard +9114,24490264,"/fast/home/franz.srambical/jafar/utils/nn.py",9173,0,"",python,selection_command +9115,24490463,"/fast/home/franz.srambical/jafar/utils/nn.py",9124,0,"",python,selection_command +9116,24490629,"/fast/home/franz.srambical/jafar/utils/nn.py",9090,0,"",python,selection_command +9117,24490775,"/fast/home/franz.srambical/jafar/utils/nn.py",9039,0,"",python,selection_command +9118,24490925,"/fast/home/franz.srambical/jafar/utils/nn.py",9090,0,"",python,selection_command +9119,24491095,"/fast/home/franz.srambical/jafar/utils/nn.py",9124,0,"",python,selection_command +9120,24491227,"/fast/home/franz.srambical/jafar/utils/nn.py",9173,0,"",python,selection_command +9121,24491570,"/fast/home/franz.srambical/jafar/utils/nn.py",9174,0,"",python,selection_command +9122,24491634,"/fast/home/franz.srambical/jafar/utils/nn.py",9174,0," ",python,content +9123,24491634,"/fast/home/franz.srambical/jafar/utils/nn.py",9175,0,"",python,selection_keyboard +9124,24491782,"/fast/home/franz.srambical/jafar/utils/nn.py",9175,0,"F",python,content +9125,24491782,"/fast/home/franz.srambical/jafar/utils/nn.py",9176,0,"",python,selection_keyboard +9126,24491924,"/fast/home/franz.srambical/jafar/utils/nn.py",9176,0,"I",python,content +9127,24491924,"/fast/home/franz.srambical/jafar/utils/nn.py",9177,0,"",python,selection_keyboard +9128,24491963,"/fast/home/franz.srambical/jafar/utils/nn.py",9177,0,"R",python,content +9129,24491963,"/fast/home/franz.srambical/jafar/utils/nn.py",9178,0,"",python,selection_keyboard +9130,24492231,"/fast/home/franz.srambical/jafar/utils/nn.py",9178,0,"S",python,content +9131,24492232,"/fast/home/franz.srambical/jafar/utils/nn.py",9179,0,"",python,selection_keyboard +9132,24492383,"/fast/home/franz.srambical/jafar/utils/nn.py",9179,0,"T",python,content +9133,24492383,"/fast/home/franz.srambical/jafar/utils/nn.py",9180,0,"",python,selection_keyboard +9134,24492409,"/fast/home/franz.srambical/jafar/utils/nn.py",9180,0," ",python,content +9135,24492410,"/fast/home/franz.srambical/jafar/utils/nn.py",9181,0,"",python,selection_keyboard +9136,24492598,"/fast/home/franz.srambical/jafar/utils/nn.py",9181,0,"P",python,content +9137,24492599,"/fast/home/franz.srambical/jafar/utils/nn.py",9182,0,"",python,selection_keyboard +9138,24492678,"/fast/home/franz.srambical/jafar/utils/nn.py",9182,0,"A",python,content +9139,24492679,"/fast/home/franz.srambical/jafar/utils/nn.py",9183,0,"",python,selection_keyboard +9140,24492700,"/fast/home/franz.srambical/jafar/utils/nn.py",9183,0,"S",python,content +9141,24492700,"/fast/home/franz.srambical/jafar/utils/nn.py",9184,0,"",python,selection_keyboard +9142,24492842,"/fast/home/franz.srambical/jafar/utils/nn.py",9184,0,"S",python,content +9143,24492843,"/fast/home/franz.srambical/jafar/utils/nn.py",9185,0,"",python,selection_keyboard +9144,24493081,"/fast/home/franz.srambical/jafar/utils/nn.py",9185,0,":",python,content +9145,24493081,"/fast/home/franz.srambical/jafar/utils/nn.py",9186,0,"",python,selection_keyboard +9146,24493199,"/fast/home/franz.srambical/jafar/utils/nn.py",9186,0," ",python,content +9147,24493200,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,0,"",python,selection_keyboard +9148,24493515,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,0,"k",python,content +9149,24493516,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,0,"",python,selection_keyboard +9150,24493836,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,0,"q",python,content +9151,24493836,"/fast/home/franz.srambical/jafar/utils/nn.py",9189,0,"",python,selection_keyboard +9152,24494180,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,1,"",python,content +9153,24494297,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,1,"",python,content +9154,24494398,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,0,"q",python,content +9155,24494398,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,0,"",python,selection_keyboard +9156,24494499,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,0,"k",python,content +9157,24494499,"/fast/home/franz.srambical/jafar/utils/nn.py",9189,0,"",python,selection_keyboard +9158,24494597,"/fast/home/franz.srambical/jafar/utils/nn.py",9189,0,"v",python,content +9159,24494597,"/fast/home/franz.srambical/jafar/utils/nn.py",9190,0,"",python,selection_keyboard +9160,24495273,"/fast/home/franz.srambical/jafar/utils/nn.py",9190,0,".",python,content +9161,24495273,"/fast/home/franz.srambical/jafar/utils/nn.py",9191,0,"",python,selection_keyboard +9162,24495349,"/fast/home/franz.srambical/jafar/utils/nn.py",9191,0,"s",python,content +9163,24495349,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"",python,selection_keyboard +9164,24495465,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"h",python,content +9165,24495466,"/fast/home/franz.srambical/jafar/utils/nn.py",9193,0,"",python,selection_keyboard +9166,24495516,"/fast/home/franz.srambical/jafar/utils/nn.py",9193,0,"a",python,content +9167,24495516,"/fast/home/franz.srambical/jafar/utils/nn.py",9194,0,"",python,selection_keyboard +9168,24495649,"/fast/home/franz.srambical/jafar/utils/nn.py",9194,0,"p",python,content +9169,24495649,"/fast/home/franz.srambical/jafar/utils/nn.py",9195,0,"",python,selection_keyboard +9170,24495700,"/fast/home/franz.srambical/jafar/utils/nn.py",9195,0,"e",python,content +9171,24495701,"/fast/home/franz.srambical/jafar/utils/nn.py",9196,0,"",python,selection_keyboard +9172,24495833,"/fast/home/franz.srambical/jafar/utils/nn.py",9196,0," ",python,content +9173,24495834,"/fast/home/franz.srambical/jafar/utils/nn.py",9197,0,"",python,selection_keyboard +9174,24496033,"/fast/home/franz.srambical/jafar/utils/nn.py",9197,0,"()",python,content +9175,24496034,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"",python,selection_keyboard +9176,24497760,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"1",python,content +9177,24497761,"/fast/home/franz.srambical/jafar/utils/nn.py",9199,0,"",python,selection_keyboard +9178,24497833,"/fast/home/franz.srambical/jafar/utils/nn.py",9199,0,",",python,content +9179,24497834,"/fast/home/franz.srambical/jafar/utils/nn.py",9200,0,"",python,selection_keyboard +9180,24497933,"/fast/home/franz.srambical/jafar/utils/nn.py",9200,0," ",python,content +9181,24497933,"/fast/home/franz.srambical/jafar/utils/nn.py",9201,0,"",python,selection_keyboard +9182,24498060,"/fast/home/franz.srambical/jafar/utils/nn.py",9201,0,"2",python,content +9183,24498060,"/fast/home/franz.srambical/jafar/utils/nn.py",9202,0,"",python,selection_keyboard +9184,24498165,"/fast/home/franz.srambical/jafar/utils/nn.py",9202,0,",",python,content +9185,24498165,"/fast/home/franz.srambical/jafar/utils/nn.py",9203,0,"",python,selection_keyboard +9186,24499255,"/fast/home/franz.srambical/jafar/utils/nn.py",9203,0," ",python,content +9187,24499255,"/fast/home/franz.srambical/jafar/utils/nn.py",9204,0,"",python,selection_keyboard +9188,24500043,"/fast/home/franz.srambical/jafar/utils/nn.py",9204,0,"6",python,content +9189,24500043,"/fast/home/franz.srambical/jafar/utils/nn.py",9205,0,"",python,selection_keyboard +9190,24500184,"/fast/home/franz.srambical/jafar/utils/nn.py",9205,0,"1",python,content +9191,24500185,"/fast/home/franz.srambical/jafar/utils/nn.py",9206,0,"",python,selection_keyboard +9192,24500592,"/fast/home/franz.srambical/jafar/utils/nn.py",9206,0,",",python,content +9193,24500592,"/fast/home/franz.srambical/jafar/utils/nn.py",9207,0,"",python,selection_keyboard +9194,24500651,"/fast/home/franz.srambical/jafar/utils/nn.py",9207,0,",",python,content +9195,24500651,"/fast/home/franz.srambical/jafar/utils/nn.py",9208,0,"",python,selection_keyboard +9196,24501382,"/fast/home/franz.srambical/jafar/utils/nn.py",9207,1,"",python,content +9197,24501571,"/fast/home/franz.srambical/jafar/utils/nn.py",9207,0," ",python,content +9198,24501572,"/fast/home/franz.srambical/jafar/utils/nn.py",9208,0,"",python,selection_keyboard +9199,24501655,"/fast/home/franz.srambical/jafar/utils/nn.py",9208,0,"8",python,content +9200,24501655,"/fast/home/franz.srambical/jafar/utils/nn.py",9209,0,"",python,selection_keyboard +9201,24501812,"/fast/home/franz.srambical/jafar/utils/nn.py",9209,0," ",python,content +9202,24501813,"/fast/home/franz.srambical/jafar/utils/nn.py",9210,0,"",python,selection_keyboard +9203,24502123,"/fast/home/franz.srambical/jafar/utils/nn.py",9210,0,",",python,content +9204,24502124,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,0,"",python,selection_keyboard +9205,24502480,"/fast/home/franz.srambical/jafar/utils/nn.py",9210,1,"",python,content +9206,24502602,"/fast/home/franz.srambical/jafar/utils/nn.py",9209,1,"",python,content +9207,24502777,"/fast/home/franz.srambical/jafar/utils/nn.py",9209,0,",",python,content +9208,24502778,"/fast/home/franz.srambical/jafar/utils/nn.py",9210,0,"",python,selection_keyboard +9209,24502920,"/fast/home/franz.srambical/jafar/utils/nn.py",9210,0," ",python,content +9210,24502920,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,0,"",python,selection_keyboard +9211,24503240,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,0,"6",python,content +9212,24503240,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"",python,selection_keyboard +9213,24503310,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"4",python,content +9214,24503311,"/fast/home/franz.srambical/jafar/utils/nn.py",9213,0,"",python,selection_keyboard +9215,24503523,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"",python,selection_command +9216,24503620,"/fast/home/franz.srambical/jafar/utils/nn.py",9165,0,"",python,selection_command +9217,24504944,"/fast/home/franz.srambical/jafar/utils/nn.py",9164,0,"\n ",python,content +9218,24505089,"/fast/home/franz.srambical/jafar/utils/nn.py",9173,0,"#",python,content +9219,24505089,"/fast/home/franz.srambical/jafar/utils/nn.py",9174,0,"",python,selection_keyboard +9220,24505160,"/fast/home/franz.srambical/jafar/utils/nn.py",9174,0," ",python,content +9221,24505160,"/fast/home/franz.srambical/jafar/utils/nn.py",9175,0,"",python,selection_keyboard +9222,24505494,"/fast/home/franz.srambical/jafar/utils/nn.py",9175,0,"I",python,content +9223,24505495,"/fast/home/franz.srambical/jafar/utils/nn.py",9176,0,"",python,selection_keyboard +9224,24505787,"/fast/home/franz.srambical/jafar/utils/nn.py",9175,1,"",python,content +9225,24505822,"/fast/home/franz.srambical/jafar/utils/nn.py",9175,0,"F",python,content +9226,24505823,"/fast/home/franz.srambical/jafar/utils/nn.py",9176,0,"",python,selection_keyboard +9227,24505956,"/fast/home/franz.srambical/jafar/utils/nn.py",9176,0,"I",python,content +9228,24505957,"/fast/home/franz.srambical/jafar/utils/nn.py",9177,0,"",python,selection_keyboard +9229,24506216,"/fast/home/franz.srambical/jafar/utils/nn.py",9177,0,"X",python,content +9230,24506216,"/fast/home/franz.srambical/jafar/utils/nn.py",9178,0,"",python,selection_keyboard +9231,24506302,"/fast/home/franz.srambical/jafar/utils/nn.py",9178,0,"M",python,content +9232,24506302,"/fast/home/franz.srambical/jafar/utils/nn.py",9179,0,"",python,selection_keyboard +9233,24506403,"/fast/home/franz.srambical/jafar/utils/nn.py",9179,0,"E",python,content +9234,24506404,"/fast/home/franz.srambical/jafar/utils/nn.py",9180,0,"",python,selection_keyboard +9235,24506471,"/fast/home/franz.srambical/jafar/utils/nn.py",9180,0,":",python,content +9236,24506472,"/fast/home/franz.srambical/jafar/utils/nn.py",9181,0,"",python,selection_keyboard +9237,24506638,"/fast/home/franz.srambical/jafar/utils/nn.py",9181,0," ",python,content +9238,24506638,"/fast/home/franz.srambical/jafar/utils/nn.py",9182,0,"",python,selection_keyboard +9239,24507517,"/fast/home/franz.srambical/jafar/utils/nn.py",9182,0,"c",python,content +9240,24507517,"/fast/home/franz.srambical/jafar/utils/nn.py",9183,0,"",python,selection_keyboard +9241,24507828,"/fast/home/franz.srambical/jafar/utils/nn.py",9182,1,"",python,content +9242,24508227,"/fast/home/franz.srambical/jafar/utils/nn.py",9182,0,"t",python,content +9243,24508227,"/fast/home/franz.srambical/jafar/utils/nn.py",9183,0,"",python,selection_keyboard +9244,24508257,"/fast/home/franz.srambical/jafar/utils/nn.py",9183,0,"h",python,content +9245,24508257,"/fast/home/franz.srambical/jafar/utils/nn.py",9184,0,"",python,selection_keyboard +9246,24508321,"/fast/home/franz.srambical/jafar/utils/nn.py",9184,0,"i",python,content +9247,24508322,"/fast/home/franz.srambical/jafar/utils/nn.py",9185,0,"",python,selection_keyboard +9248,24508462,"/fast/home/franz.srambical/jafar/utils/nn.py",9185,0,"n",python,content +9249,24508463,"/fast/home/franz.srambical/jafar/utils/nn.py",9186,0,"",python,selection_keyboard +9250,24508538,"/fast/home/franz.srambical/jafar/utils/nn.py",9186,0,"k",python,content +9251,24508538,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,0,"",python,selection_keyboard +9252,24508707,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,0," ",python,content +9253,24508707,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,0,"",python,selection_keyboard +9254,24508878,"/fast/home/franz.srambical/jafar/utils/nn.py",9188,0,"a",python,content +9255,24508878,"/fast/home/franz.srambical/jafar/utils/nn.py",9189,0,"",python,selection_keyboard +9256,24508940,"/fast/home/franz.srambical/jafar/utils/nn.py",9189,0,"b",python,content +9257,24508941,"/fast/home/franz.srambical/jafar/utils/nn.py",9190,0,"",python,selection_keyboard +9258,24509041,"/fast/home/franz.srambical/jafar/utils/nn.py",9190,0,"o",python,content +9259,24509041,"/fast/home/franz.srambical/jafar/utils/nn.py",9191,0,"",python,selection_keyboard +9260,24509106,"/fast/home/franz.srambical/jafar/utils/nn.py",9191,0,"u",python,content +9261,24509106,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"",python,selection_keyboard +9262,24509156,"/fast/home/franz.srambical/jafar/utils/nn.py",9192,0,"t",python,content +9263,24509157,"/fast/home/franz.srambical/jafar/utils/nn.py",9193,0,"",python,selection_keyboard +9264,24509208,"/fast/home/franz.srambical/jafar/utils/nn.py",9193,0," ",python,content +9265,24509209,"/fast/home/franz.srambical/jafar/utils/nn.py",9194,0,"",python,selection_keyboard +9266,24509326,"/fast/home/franz.srambical/jafar/utils/nn.py",9194,0,"w",python,content +9267,24509326,"/fast/home/franz.srambical/jafar/utils/nn.py",9195,0,"",python,selection_keyboard +9268,24509409,"/fast/home/franz.srambical/jafar/utils/nn.py",9195,0,"h",python,content +9269,24509409,"/fast/home/franz.srambical/jafar/utils/nn.py",9196,0,"",python,selection_keyboard +9270,24509491,"/fast/home/franz.srambical/jafar/utils/nn.py",9196,0,"e",python,content +9271,24509491,"/fast/home/franz.srambical/jafar/utils/nn.py",9197,0,"",python,selection_keyboard +9272,24509555,"/fast/home/franz.srambical/jafar/utils/nn.py",9197,0,"t",python,content +9273,24509556,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"",python,selection_keyboard +9274,24509712,"/fast/home/franz.srambical/jafar/utils/nn.py",9198,0,"h",python,content +9275,24509712,"/fast/home/franz.srambical/jafar/utils/nn.py",9199,0,"",python,selection_keyboard +9276,24509740,"/fast/home/franz.srambical/jafar/utils/nn.py",9199,0,"e",python,content +9277,24509740,"/fast/home/franz.srambical/jafar/utils/nn.py",9200,0,"",python,selection_keyboard +9278,24509807,"/fast/home/franz.srambical/jafar/utils/nn.py",9200,0,"r",python,content +9279,24509808,"/fast/home/franz.srambical/jafar/utils/nn.py",9201,0,"",python,selection_keyboard +9280,24509895,"/fast/home/franz.srambical/jafar/utils/nn.py",9201,0," ",python,content +9281,24509895,"/fast/home/franz.srambical/jafar/utils/nn.py",9202,0,"",python,selection_keyboard +9282,24510035,"/fast/home/franz.srambical/jafar/utils/nn.py",9202,0,"t",python,content +9283,24510036,"/fast/home/franz.srambical/jafar/utils/nn.py",9203,0,"",python,selection_keyboard +9284,24510143,"/fast/home/franz.srambical/jafar/utils/nn.py",9203,0,"h",python,content +9285,24510144,"/fast/home/franz.srambical/jafar/utils/nn.py",9204,0,"",python,selection_keyboard +9286,24510180,"/fast/home/franz.srambical/jafar/utils/nn.py",9204,0,"i",python,content +9287,24510180,"/fast/home/franz.srambical/jafar/utils/nn.py",9205,0,"",python,selection_keyboard +9288,24510221,"/fast/home/franz.srambical/jafar/utils/nn.py",9205,0,"s",python,content +9289,24510222,"/fast/home/franz.srambical/jafar/utils/nn.py",9206,0,"",python,selection_keyboard +9290,24510283,"/fast/home/franz.srambical/jafar/utils/nn.py",9206,0," ",python,content +9291,24510284,"/fast/home/franz.srambical/jafar/utils/nn.py",9207,0,"",python,selection_keyboard +9292,24510450,"/fast/home/franz.srambical/jafar/utils/nn.py",9207,0,"m",python,content +9293,24510450,"/fast/home/franz.srambical/jafar/utils/nn.py",9208,0,"",python,selection_keyboard +9294,24510543,"/fast/home/franz.srambical/jafar/utils/nn.py",9208,0,"a",python,content +9295,24510543,"/fast/home/franz.srambical/jafar/utils/nn.py",9209,0,"",python,selection_keyboard +9296,24510644,"/fast/home/franz.srambical/jafar/utils/nn.py",9209,0,"k",python,content +9297,24510644,"/fast/home/franz.srambical/jafar/utils/nn.py",9210,0,"",python,selection_keyboard +9298,24510709,"/fast/home/franz.srambical/jafar/utils/nn.py",9210,0,"e",python,content +9299,24510710,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,0,"",python,selection_keyboard +9300,24510858,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,0," ",python,content +9301,24510859,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"",python,selection_keyboard +9302,24510964,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"s",python,content +9303,24510964,"/fast/home/franz.srambical/jafar/utils/nn.py",9213,0,"",python,selection_keyboard +9304,24511157,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,1,"",python,content +9305,24511271,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,1,"",python,content +9306,24511295,"/fast/home/franz.srambical/jafar/utils/nn.py",9211,0,"s",python,content +9307,24511295,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0,"",python,selection_keyboard +9308,24511359,"/fast/home/franz.srambical/jafar/utils/nn.py",9212,0," ",python,content +9309,24511359,"/fast/home/franz.srambical/jafar/utils/nn.py",9213,0,"",python,selection_keyboard +9310,24511478,"/fast/home/franz.srambical/jafar/utils/nn.py",9213,0,"s",python,content +9311,24511479,"/fast/home/franz.srambical/jafar/utils/nn.py",9214,0,"",python,selection_keyboard +9312,24511574,"/fast/home/franz.srambical/jafar/utils/nn.py",9214,0,"e",python,content +9313,24511575,"/fast/home/franz.srambical/jafar/utils/nn.py",9215,0,"",python,selection_keyboard +9314,24511764,"/fast/home/franz.srambical/jafar/utils/nn.py",9215,0,"n",python,content +9315,24511764,"/fast/home/franz.srambical/jafar/utils/nn.py",9216,0,"",python,selection_keyboard +9316,24511810,"/fast/home/franz.srambical/jafar/utils/nn.py",9216,0,"s",python,content +9317,24511811,"/fast/home/franz.srambical/jafar/utils/nn.py",9217,0,"",python,selection_keyboard +9318,24512098,"/fast/home/franz.srambical/jafar/utils/nn.py",9217,0,"e",python,content +9319,24512098,"/fast/home/franz.srambical/jafar/utils/nn.py",9218,0,"",python,selection_keyboard +9320,24512339,"/fast/home/franz.srambical/jafar/utils/nn.py",9217,0,"",python,selection_command +9321,24512410,"/fast/home/franz.srambical/jafar/utils/nn.py",9165,0,"",python,selection_command +9322,24875659,"/fast/home/franz.srambical/jafar/utils/nn.py",9116,0,"",python,selection_command +9323,24875757,"/fast/home/franz.srambical/jafar/utils/nn.py",9082,0,"",python,selection_command +9324,24875922,"/fast/home/franz.srambical/jafar/utils/nn.py",9115,0,"\n ",python,content +9325,24875987,"/fast/home/franz.srambical/jafar/utils/nn.py",9116,8,"",python,content +9326,24877095,"/fast/home/franz.srambical/jafar/utils/nn.py",9117,0,"",python,selection_command +9327,24877226,"/fast/home/franz.srambical/jafar/utils/nn.py",9166,0,"",python,selection_command +9328,24989819,"/fast/home/franz.srambical/jafar/utils/nn.py",9117,0,"",python,selection_command +9329,24990063,"/fast/home/franz.srambical/jafar/utils/nn.py",9116,0,"",python,selection_command +9330,24990086,"/fast/home/franz.srambical/jafar/utils/nn.py",9082,0,"",python,selection_command +9331,24990205,"/fast/home/franz.srambical/jafar/utils/nn.py",9031,0,"",python,selection_command +9332,24990363,"/fast/home/franz.srambical/jafar/utils/nn.py",8981,0,"",python,selection_command +9333,24990731,"/fast/home/franz.srambical/jafar/utils/nn.py",9031,0,"",python,selection_command +9334,24990830,"/fast/home/franz.srambical/jafar/utils/nn.py",9039,0,"",python,selection_command +9335,24991001,"/fast/home/franz.srambical/jafar/utils/nn.py",9041,0,"",python,selection_command +9336,24991124,"/fast/home/franz.srambical/jafar/utils/nn.py",9047,0,"",python,selection_command +9337,24991279,"/fast/home/franz.srambical/jafar/utils/nn.py",9051,0,"",python,selection_command +9338,24991430,"/fast/home/franz.srambical/jafar/utils/nn.py",9053,0,"",python,selection_command +9339,24991581,"/fast/home/franz.srambical/jafar/utils/nn.py",9056,0,"",python,selection_command +9340,24991778,"/fast/home/franz.srambical/jafar/utils/nn.py",9057,0,"",python,selection_command +9341,24991861,"/fast/home/franz.srambical/jafar/utils/nn.py",9063,0,"",python,selection_command +9342,24992012,"/fast/home/franz.srambical/jafar/utils/nn.py",9064,0,"",python,selection_command +9343,24992706,"/fast/home/franz.srambical/jafar/utils/nn.py",6944,0,"",python,selection_command +9344,24993082,"/fast/home/franz.srambical/jafar/utils/nn.py",5050,0,"",python,selection_command +9345,24993351,"/fast/home/franz.srambical/jafar/utils/nn.py",3498,0,"",python,selection_command +9346,25017566,"/fast/home/franz.srambical/jafar/utils/nn.py",5050,0,"",python,selection_command +9347,25017991,"/fast/home/franz.srambical/jafar/utils/nn.py",6944,0,"",python,selection_command +9348,25019421,"/fast/home/franz.srambical/jafar/utils/nn.py",9039,0,"",python,selection_command +9349,25035045,"/fast/home/franz.srambical/jafar/utils/nn.py",6944,0,"",python,selection_command +9350,25035195,"/fast/home/franz.srambical/jafar/utils/nn.py",5050,0,"",python,selection_command +9351,25035673,"/fast/home/franz.srambical/jafar/utils/nn.py",3498,0,"",python,selection_command +9352,25036943,"/fast/home/franz.srambical/jafar/utils/nn.py",3533,0,"",python,selection_command +9353,25037187,"/fast/home/franz.srambical/jafar/utils/nn.py",3575,0,"",python,selection_command +9354,25037210,"/fast/home/franz.srambical/jafar/utils/nn.py",3605,0,"",python,selection_command +9355,25037241,"/fast/home/franz.srambical/jafar/utils/nn.py",3624,0,"",python,selection_command +9356,25037273,"/fast/home/franz.srambical/jafar/utils/nn.py",3626,0,"",python,selection_command +9357,25037307,"/fast/home/franz.srambical/jafar/utils/nn.py",3639,0,"",python,selection_command +9358,25037341,"/fast/home/franz.srambical/jafar/utils/nn.py",3654,0,"",python,selection_command +9359,25037374,"/fast/home/franz.srambical/jafar/utils/nn.py",3705,0,"",python,selection_command +9360,25037407,"/fast/home/franz.srambical/jafar/utils/nn.py",3741,0,"",python,selection_command +9361,25037441,"/fast/home/franz.srambical/jafar/utils/nn.py",3777,0,"",python,selection_command +9362,25037474,"/fast/home/franz.srambical/jafar/utils/nn.py",3810,0,"",python,selection_command +9363,25037506,"/fast/home/franz.srambical/jafar/utils/nn.py",3845,0,"",python,selection_command +9364,25037540,"/fast/home/franz.srambical/jafar/utils/nn.py",3883,0,"",python,selection_command +9365,25037710,"/fast/home/franz.srambical/jafar/utils/nn.py",3889,0,"",python,selection_command +9366,25037851,"/fast/home/franz.srambical/jafar/utils/nn.py",3902,0,"",python,selection_command +9367,25038016,"/fast/home/franz.srambical/jafar/utils/nn.py",3939,0,"",python,selection_command +9368,25038191,"/fast/home/franz.srambical/jafar/utils/nn.py",3902,0,"",python,selection_command +9369,25038248,"/fast/home/franz.srambical/jafar/utils/nn.py",3889,0,"",python,selection_command +9370,25038417,"/fast/home/franz.srambical/jafar/utils/nn.py",3883,0,"",python,selection_command +9371,25038538,"/fast/home/franz.srambical/jafar/utils/nn.py",3845,0,"",python,selection_command +9372,25038715,"/fast/home/franz.srambical/jafar/utils/nn.py",3810,0,"",python,selection_command +9373,25038974,"/fast/home/franz.srambical/jafar/utils/nn.py",3845,0,"",python,selection_command +9374,25039242,"/fast/home/franz.srambical/jafar/utils/nn.py",3832,0,"\n ",python,content +9375,25039345,"/fast/home/franz.srambical/jafar/utils/nn.py",3841,0,"b",python,content +9376,25039345,"/fast/home/franz.srambical/jafar/utils/nn.py",3842,0,"",python,selection_keyboard +9377,25039480,"/fast/home/franz.srambical/jafar/utils/nn.py",3842,0,"r",python,content +9378,25039481,"/fast/home/franz.srambical/jafar/utils/nn.py",3843,0,"",python,selection_keyboard +9379,25039500,"/fast/home/franz.srambical/jafar/utils/nn.py",3843,0,"e",python,content +9380,25039500,"/fast/home/franz.srambical/jafar/utils/nn.py",3844,0,"",python,selection_keyboard +9381,25039560,"/fast/home/franz.srambical/jafar/utils/nn.py",3844,0,"a",python,content +9382,25039561,"/fast/home/franz.srambical/jafar/utils/nn.py",3845,0,"",python,selection_keyboard +9383,25039565,"/fast/home/franz.srambical/jafar/utils/nn.py",3845,0,"k",python,content +9384,25039565,"/fast/home/franz.srambical/jafar/utils/nn.py",3846,0,"",python,selection_keyboard +9385,25039765,"/fast/home/franz.srambical/jafar/utils/nn.py",3846,0,"p",python,content +9386,25039765,"/fast/home/franz.srambical/jafar/utils/nn.py",3847,0,"",python,selection_keyboard +9387,25039766,"/fast/home/franz.srambical/jafar/utils/nn.py",3847,0,"o",python,content +9388,25039766,"/fast/home/franz.srambical/jafar/utils/nn.py",3848,0,"",python,selection_keyboard +9389,25039844,"/fast/home/franz.srambical/jafar/utils/nn.py",3848,0,"i",python,content +9390,25039845,"/fast/home/franz.srambical/jafar/utils/nn.py",3849,0,"",python,selection_keyboard +9391,25039862,"/fast/home/franz.srambical/jafar/utils/nn.py",3849,0,"n",python,content +9392,25039862,"/fast/home/franz.srambical/jafar/utils/nn.py",3850,0,"",python,selection_keyboard +9393,25039929,"/fast/home/franz.srambical/jafar/utils/nn.py",3850,0,"t",python,content +9394,25039929,"/fast/home/franz.srambical/jafar/utils/nn.py",3851,0,"",python,selection_keyboard +9395,25040199,"/fast/home/franz.srambical/jafar/utils/nn.py",3851,0,"()",python,content +9396,25040199,"/fast/home/franz.srambical/jafar/utils/nn.py",3852,0,"",python,selection_keyboard +9397,25040200,"/fast/home/franz.srambical/jafar/utils/nn.py",3852,1,")",python,content +9398,25040200,"/fast/home/franz.srambical/jafar/utils/nn.py",3853,0,"",python,selection_keyboard +9399,25040417,"/fast/home/franz.srambical/jafar/utils/nn.py",3852,0,"",python,selection_command +9400,25043031,"TERMINAL",0,0,"^L^P",,terminal_output +9401,25043743,"TERMINAL",0,0,"q",,terminal_output +9402,25043831,"TERMINAL",0,0,"u",,terminal_output +9403,25043960,"TERMINAL",0,0,"i",,terminal_output +9404,25044201,"TERMINAL",0,0,"         ",,terminal_output +9405,25044664,"TERMINAL",0,0,"q",,terminal_output +9406,25044817,"TERMINAL",0,0,"uit",,terminal_output +9407,25045103,"TERMINAL",0,0,"()",,terminal_output +9408,25045241,"TERMINAL",0,0,"\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 193, in \r\n action_batch = jasmine.vq_encode(batch, training=False)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 391, in vq_encode\r\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\r\n File ""/fast/home/franz.srambical/jafar/models/lam.py"", line 133, in vq_encode\r\n z = self.encoder(padded_patches) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 230, in __call__\r\n # x.shape (1, 1, 921, 512)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 125, in __call__\r\n breakpoint()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 605, in __call__\r\n x = self.attention_fn(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 321, in attention_fn\r\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 321, in attention_fn\r\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +9409,25045430,"TERMINAL",0,0,"^L",,terminal_output +9410,25045592,"TERMINAL",0,0,"^P",,terminal_output +9411,25045761,"TERMINAL",0,0,"(Pdb) ",,terminal_output +9412,25046057,"TERMINAL",0,0,"srun: error: hai003: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ [franz.srambical@hai003.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +9413,25046436,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +9414,25058117,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +9415,25067610,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +9416,25071439,"TERMINAL",0,0,"z",,terminal_output +9417,25071567,"TERMINAL",0,0,".",,terminal_output +9418,25071745,"TERMINAL",0,0,"s",,terminal_output +9419,25071934,"TERMINAL",0,0,"hap",,terminal_output +9420,25072057,"TERMINAL",0,0,"e",,terminal_output +9421,25072148,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 61, 512)\r\n",,terminal_output +9422,25078285,"TERMINAL",0,0,"u",,terminal_output +9423,25078797,"TERMINAL",0,0,"p",,terminal_output +9424,25079085,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(198)merge_inputs_wrapper()\r\n-> out = f(*args)\r\n",,terminal_output +9425,25080817,"TERMINAL",0,0,"up",,terminal_output +9426,25081183,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(396)_get_result_paths_thunk()\r\n-> ans = _fun(*args, **kwargs)\r\n",,terminal_output +9427,25083341,"TERMINAL",0,0,"u",,terminal_output +9428,25083402,"TERMINAL",0,0,"p",,terminal_output +9429,25085289,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api_util.py(73)flatten_fun()\r\n-> ans = f(*py_args, **py_kwargs)\r\n",,terminal_output +9430,25086293,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/linear_util.py(211)call_wrapped()\r\n-> return self.f_transformed(*args, **kwargs)\r\n",,terminal_output +9431,25086951,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/partial_eval.py(2292)trace_to_jaxpr_dynamic()\r\n-> ans = fun.call_wrapped(*in_tracers)\r\n",,terminal_output +9432,25088064,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py(354)wrapper()\r\n-> return func(*args, **kwargs)\r\n",,terminal_output +9433,25088712,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(425)_trace_to_jaxpr()\r\n-> jaxpr, _, consts, () = pe.trace_to_jaxpr_dynamic(flat_fun, in_avals)\r\n",,terminal_output +9434,25089716,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py(332)fun_remat()\r\n-> jaxpr, consts, out_tree = _trace_to_jaxpr(fun_, in_tree, tuple(in_avals), debug)\r\n",,terminal_output +9435,25090423,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py(182)reraise_with_filtered_traceback()\r\n-> return fun(*args, **kwargs)\r\n",,terminal_output +9436,25090957,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py(153)split_inputs_wrapper()\r\n-> pure_args_out, pure_out = f(*pure_args)\r\n",,terminal_output +9437,25091422,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +9438,25092718,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py(2051)update_context_manager_wrapper()\r\n-> return f(*args, **kwargs)\r\n",,terminal_output +9439,25093350,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py(73)resolve_kwargs_wrapper()\r\n-> return f(*args)\r\n",,terminal_output +9440,25093874,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(231)__call__()\r\n-> x = block(x)\r\n",,terminal_output +9441,25103306,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/models/lam.py(133)vq_encode()\r\n-> z = self.encoder(padded_patches) # (B, T, N, E)\r\n",,terminal_output +9442,25127664,"/fast/home/franz.srambical/jafar/utils/nn.py",1946,0,"",python,selection_command +9443,25129194,"/fast/home/franz.srambical/jafar/utils/nn.py",1912,0,"",python,selection_command +9444,25129447,"/fast/home/franz.srambical/jafar/utils/nn.py",1874,0,"",python,selection_command +9445,25129467,"/fast/home/franz.srambical/jafar/utils/nn.py",1817,0,"",python,selection_command +9446,25129496,"/fast/home/franz.srambical/jafar/utils/nn.py",1803,0,"",python,selection_command +9447,25129528,"/fast/home/franz.srambical/jafar/utils/nn.py",1784,0,"",python,selection_command +9448,25129561,"/fast/home/franz.srambical/jafar/utils/nn.py",1754,0,"",python,selection_command +9449,25130007,"/fast/home/franz.srambical/jafar/utils/nn.py",1784,0,"",python,selection_command +9450,25130258,"/fast/home/franz.srambical/jafar/utils/nn.py",1803,0,"",python,selection_command +9451,25130287,"/fast/home/franz.srambical/jafar/utils/nn.py",1817,0,"",python,selection_command +9452,25130312,"/fast/home/franz.srambical/jafar/utils/nn.py",1874,0,"",python,selection_command +9453,25130346,"/fast/home/franz.srambical/jafar/utils/nn.py",1912,0,"",python,selection_command +9454,25130379,"/fast/home/franz.srambical/jafar/utils/nn.py",1946,0,"",python,selection_command +9455,25130414,"/fast/home/franz.srambical/jafar/utils/nn.py",1981,0,"",python,selection_command +9456,25130460,"/fast/home/franz.srambical/jafar/utils/nn.py",2020,0,"",python,selection_command +9457,25130499,"/fast/home/franz.srambical/jafar/utils/nn.py",2062,0,"",python,selection_command +9458,25130535,"/fast/home/franz.srambical/jafar/utils/nn.py",2092,0,"",python,selection_command +9459,25130553,"/fast/home/franz.srambical/jafar/utils/nn.py",2145,0,"",python,selection_command +9460,25130584,"/fast/home/franz.srambical/jafar/utils/nn.py",2187,0,"",python,selection_command +9461,25130619,"/fast/home/franz.srambical/jafar/utils/nn.py",2234,0,"",python,selection_command +9462,25130652,"/fast/home/franz.srambical/jafar/utils/nn.py",2249,0,"",python,selection_command +9463,25130684,"/fast/home/franz.srambical/jafar/utils/nn.py",2272,0,"",python,selection_command +9464,25131943,"/fast/home/franz.srambical/jafar/utils/nn.py",2278,0,"",python,selection_command +9465,25132096,"/fast/home/franz.srambical/jafar/utils/nn.py",2279,0,"",python,selection_command +9466,25132394,"/fast/home/franz.srambical/jafar/utils/nn.py",2283,0,"",python,selection_command +9467,25132590,"/fast/home/franz.srambical/jafar/utils/nn.py",2284,0,"",python,selection_command +9468,25133599,"/fast/home/franz.srambical/jafar/utils/nn.py",1545,0,"",python,selection_command +9469,25134036,"/fast/home/franz.srambical/jafar/utils/nn.py",1544,0,"",python,selection_command +9470,25134284,"/fast/home/franz.srambical/jafar/utils/nn.py",1540,0,"",python,selection_command +9471,25134306,"/fast/home/franz.srambical/jafar/utils/nn.py",1517,0,"",python,selection_command +9472,25134341,"/fast/home/franz.srambical/jafar/utils/nn.py",1515,0,"",python,selection_command +9473,25134365,"/fast/home/franz.srambical/jafar/utils/nn.py",1500,0,"",python,selection_command +9474,25134398,"/fast/home/franz.srambical/jafar/utils/nn.py",1499,0,"",python,selection_command +9475,25134432,"/fast/home/franz.srambical/jafar/utils/nn.py",1495,0,"",python,selection_command +9476,25134465,"/fast/home/franz.srambical/jafar/utils/nn.py",1467,0,"",python,selection_command +9477,25134498,"/fast/home/franz.srambical/jafar/utils/nn.py",1465,0,"",python,selection_command +9478,25134530,"/fast/home/franz.srambical/jafar/utils/nn.py",1445,0,"",python,selection_command +9479,25134603,"/fast/home/franz.srambical/jafar/utils/nn.py",1444,0,"",python,selection_command +9480,25134668,"/fast/home/franz.srambical/jafar/utils/nn.py",1440,0,"",python,selection_command +9481,25134668,"/fast/home/franz.srambical/jafar/utils/nn.py",1426,0,"",python,selection_command +9482,25134669,"/fast/home/franz.srambical/jafar/utils/nn.py",1424,0,"",python,selection_command +9483,25134706,"/fast/home/franz.srambical/jafar/utils/nn.py",1418,0,"",python,selection_command +9484,25134735,"/fast/home/franz.srambical/jafar/utils/nn.py",1417,0,"",python,selection_command +9485,25134928,"/fast/home/franz.srambical/jafar/utils/nn.py",1378,0,"",python,selection_command +9486,25135184,"/fast/home/franz.srambical/jafar/utils/nn.py",1347,0,"",python,selection_command +9487,25135209,"/fast/home/franz.srambical/jafar/utils/nn.py",1312,0,"",python,selection_command +9488,25135238,"/fast/home/franz.srambical/jafar/utils/nn.py",1281,0,"",python,selection_command +9489,25135273,"/fast/home/franz.srambical/jafar/utils/nn.py",1258,0,"",python,selection_command +9490,25135304,"/fast/home/franz.srambical/jafar/utils/nn.py",1244,0,"",python,selection_command +9491,25135342,"/fast/home/franz.srambical/jafar/utils/nn.py",1227,0,"",python,selection_command +9492,25135371,"/fast/home/franz.srambical/jafar/utils/nn.py",1205,0,"",python,selection_command +9493,25135404,"/fast/home/franz.srambical/jafar/utils/nn.py",1175,0,"",python,selection_command +9494,25135439,"/fast/home/franz.srambical/jafar/utils/nn.py",1140,0,"",python,selection_command +9495,25135470,"/fast/home/franz.srambical/jafar/utils/nn.py",1114,0,"",python,selection_command +9496,25135503,"/fast/home/franz.srambical/jafar/utils/nn.py",1082,0,"",python,selection_command +9497,25135535,"/fast/home/franz.srambical/jafar/utils/nn.py",1058,0,"",python,selection_command +9498,25135572,"/fast/home/franz.srambical/jafar/utils/nn.py",1034,0,"",python,selection_command +9499,25135604,"/fast/home/franz.srambical/jafar/utils/nn.py",1012,0,"",python,selection_command +9500,25135638,"/fast/home/franz.srambical/jafar/utils/nn.py",994,0,"",python,selection_command +9501,25135671,"/fast/home/franz.srambical/jafar/utils/nn.py",980,0,"",python,selection_command +9502,25135704,"/fast/home/franz.srambical/jafar/utils/nn.py",962,0,"",python,selection_command +9503,25135883,"/fast/home/franz.srambical/jafar/utils/nn.py",935,0,"",python,selection_command +9504,25139776,"/fast/home/franz.srambical/jafar/utils/nn.py",11993,0,"",python,selection_command +9505,25140133,"/fast/home/franz.srambical/jafar/utils/nn.py",11969,0,"",python,selection_command +9506,25140385,"/fast/home/franz.srambical/jafar/utils/nn.py",11968,0,"",python,selection_command +9507,25140617,"/fast/home/franz.srambical/jafar/utils/nn.py",11459,0,"",python,selection_command +9508,25140968,"/fast/home/franz.srambical/jafar/utils/nn.py",9912,0,"",python,selection_command +9509,25141791,"/fast/home/franz.srambical/jafar/utils/nn.py",9945,0,"",python,selection_command +9510,25142041,"/fast/home/franz.srambical/jafar/utils/nn.py",9954,0,"",python,selection_command +9511,25142064,"/fast/home/franz.srambical/jafar/utils/nn.py",10039,0,"",python,selection_command +9512,25142094,"/fast/home/franz.srambical/jafar/utils/nn.py",10115,0,"",python,selection_command +9513,25142127,"/fast/home/franz.srambical/jafar/utils/nn.py",10183,0,"",python,selection_command +9514,25142163,"/fast/home/franz.srambical/jafar/utils/nn.py",10192,0,"",python,selection_command +9515,25142196,"/fast/home/franz.srambical/jafar/utils/nn.py",10213,0,"",python,selection_command +9516,25142231,"/fast/home/franz.srambical/jafar/utils/nn.py",10306,0,"",python,selection_command +9517,25142263,"/fast/home/franz.srambical/jafar/utils/nn.py",10335,0,"",python,selection_command +9518,25142298,"/fast/home/franz.srambical/jafar/utils/nn.py",10378,0,"",python,selection_command +9519,25143877,"/fast/home/franz.srambical/jafar/utils/nn.py",10335,0,"",python,selection_command +9520,25144208,"/fast/home/franz.srambical/jafar/utils/nn.py",7998,0,"",python,selection_command +9521,25144827,"/fast/home/franz.srambical/jafar/utils/nn.py",10339,0,"",python,selection_command +9522,25150281,"/fast/home/franz.srambical/jafar/utils/nn.py",11993,0,"",python,selection_command +9523,25151499,"/fast/home/franz.srambical/jafar/utils/nn.py",9397,0,"",python,selection_command +9524,25152729,"/fast/home/franz.srambical/jafar/utils/nn.py",8351,0,"",python,selection_keyboard +9525,25153175,"/fast/home/franz.srambical/jafar/utils/nn.py",8352,0,"",python,selection_command +9526,25153433,"/fast/home/franz.srambical/jafar/utils/nn.py",8353,0,"",python,selection_command +9527,25153453,"/fast/home/franz.srambical/jafar/utils/nn.py",8441,0,"",python,selection_command +9528,25153482,"/fast/home/franz.srambical/jafar/utils/nn.py",8449,0,"",python,selection_command +9529,25153514,"/fast/home/franz.srambical/jafar/utils/nn.py",8520,0,"",python,selection_command +9530,25153547,"/fast/home/franz.srambical/jafar/utils/nn.py",8521,0,"",python,selection_command +9531,25153580,"/fast/home/franz.srambical/jafar/utils/nn.py",8617,0,"",python,selection_command +9532,25153617,"/fast/home/franz.srambical/jafar/utils/nn.py",8696,0,"",python,selection_command +9533,25153648,"/fast/home/franz.srambical/jafar/utils/nn.py",8697,0,"",python,selection_command +9534,25153682,"/fast/home/franz.srambical/jafar/utils/nn.py",8782,0,"",python,selection_command +9535,25153720,"/fast/home/franz.srambical/jafar/utils/nn.py",8880,0,"",python,selection_command +9536,25153754,"/fast/home/franz.srambical/jafar/utils/nn.py",8920,0,"",python,selection_command +9537,25153787,"/fast/home/franz.srambical/jafar/utils/nn.py",8928,0,"",python,selection_command +9538,25153820,"/fast/home/franz.srambical/jafar/utils/nn.py",8929,0,"",python,selection_command +9539,25153853,"/fast/home/franz.srambical/jafar/utils/nn.py",9002,0,"",python,selection_command +9540,25153886,"/fast/home/franz.srambical/jafar/utils/nn.py",9052,0,"",python,selection_command +9541,25153919,"/fast/home/franz.srambical/jafar/utils/nn.py",9103,0,"",python,selection_command +9542,25153952,"/fast/home/franz.srambical/jafar/utils/nn.py",9137,0,"",python,selection_command +9543,25153987,"/fast/home/franz.srambical/jafar/utils/nn.py",9138,0,"",python,selection_command +9544,25154019,"/fast/home/franz.srambical/jafar/utils/nn.py",9187,0,"",python,selection_command +9545,25155097,"/fast/home/franz.srambical/jafar/utils/nn.py",9240,0,"\n # FIXME: think about whether this makes sense",python,content +9546,25155109,"/fast/home/franz.srambical/jafar/utils/nn.py",9249,0,"",python,selection_command +9547,25155238,"/fast/home/franz.srambical/jafar/utils/nn.py",9251,0,"",python,selection_command +9548,25155405,"/fast/home/franz.srambical/jafar/utils/nn.py",9256,0,"",python,selection_command +9549,25155522,"/fast/home/franz.srambical/jafar/utils/nn.py",9258,0,"",python,selection_command +9550,25155690,"/fast/home/franz.srambical/jafar/utils/nn.py",9264,0,"",python,selection_command +9551,25156195,"/fast/home/franz.srambical/jafar/utils/nn.py",9258,0,"",python,selection_command +9552,25156325,"/fast/home/franz.srambical/jafar/utils/nn.py",9258,36,"",python,content +9553,25156660,"/fast/home/franz.srambical/jafar/utils/nn.py",9258,0,"i",python,content +9554,25156660,"/fast/home/franz.srambical/jafar/utils/nn.py",9259,0,"",python,selection_keyboard +9555,25156701,"/fast/home/franz.srambical/jafar/utils/nn.py",9259,0,"s",python,content +9556,25156701,"/fast/home/franz.srambical/jafar/utils/nn.py",9260,0,"",python,selection_keyboard +9557,25156792,"/fast/home/franz.srambical/jafar/utils/nn.py",9260,0," ",python,content +9558,25156793,"/fast/home/franz.srambical/jafar/utils/nn.py",9261,0,"",python,selection_keyboard +9559,25156877,"/fast/home/franz.srambical/jafar/utils/nn.py",9261,0,"t",python,content +9560,25156877,"/fast/home/franz.srambical/jafar/utils/nn.py",9262,0,"",python,selection_keyboard +9561,25156976,"/fast/home/franz.srambical/jafar/utils/nn.py",9262,0,"h",python,content +9562,25156977,"/fast/home/franz.srambical/jafar/utils/nn.py",9263,0,"",python,selection_keyboard +9563,25157040,"/fast/home/franz.srambical/jafar/utils/nn.py",9263,0,"i",python,content +9564,25157040,"/fast/home/franz.srambical/jafar/utils/nn.py",9264,0,"",python,selection_keyboard +9565,25157081,"/fast/home/franz.srambical/jafar/utils/nn.py",9264,0,"s",python,content +9566,25157081,"/fast/home/franz.srambical/jafar/utils/nn.py",9265,0,"",python,selection_keyboard +9567,25157132,"/fast/home/franz.srambical/jafar/utils/nn.py",9265,0," ",python,content +9568,25157133,"/fast/home/franz.srambical/jafar/utils/nn.py",9266,0,"",python,selection_keyboard +9569,25157523,"/fast/home/franz.srambical/jafar/utils/nn.py",9266,0,"d",python,content +9570,25157523,"/fast/home/franz.srambical/jafar/utils/nn.py",9267,0,"",python,selection_keyboard +9571,25157633,"/fast/home/franz.srambical/jafar/utils/nn.py",9267,0,"u",python,content +9572,25157633,"/fast/home/franz.srambical/jafar/utils/nn.py",9268,0,"",python,selection_keyboard +9573,25157748,"/fast/home/franz.srambical/jafar/utils/nn.py",9268,0,"r",python,content +9574,25157749,"/fast/home/franz.srambical/jafar/utils/nn.py",9269,0,"",python,selection_keyboard +9575,25158114,"/fast/home/franz.srambical/jafar/utils/nn.py",9269,0,"i",python,content +9576,25158115,"/fast/home/franz.srambical/jafar/utils/nn.py",9270,0,"",python,selection_keyboard +9577,25158193,"/fast/home/franz.srambical/jafar/utils/nn.py",9270,0,"n",python,content +9578,25158193,"/fast/home/franz.srambical/jafar/utils/nn.py",9271,0,"",python,selection_keyboard +9579,25158241,"/fast/home/franz.srambical/jafar/utils/nn.py",9271,0,"g",python,content +9580,25158242,"/fast/home/franz.srambical/jafar/utils/nn.py",9272,0,"",python,selection_keyboard +9581,25158332,"/fast/home/franz.srambical/jafar/utils/nn.py",9272,0," ",python,content +9582,25158333,"/fast/home/franz.srambical/jafar/utils/nn.py",9273,0,"",python,selection_keyboard +9583,25159269,"/fast/home/franz.srambical/jafar/utils/nn.py",9273,0,"l",python,content +9584,25159270,"/fast/home/franz.srambical/jafar/utils/nn.py",9274,0,"",python,selection_keyboard +9585,25159293,"/fast/home/franz.srambical/jafar/utils/nn.py",9274,0,"a",python,content +9586,25159293,"/fast/home/franz.srambical/jafar/utils/nn.py",9275,0,"",python,selection_keyboard +9587,25159395,"/fast/home/franz.srambical/jafar/utils/nn.py",9275,0,"m",python,content +9588,25159396,"/fast/home/franz.srambical/jafar/utils/nn.py",9276,0,"",python,selection_keyboard +9589,25159555,"/fast/home/franz.srambical/jafar/utils/nn.py",9276,0,"e",python,content +9590,25159556,"/fast/home/franz.srambical/jafar/utils/nn.py",9277,0,"",python,selection_keyboard +9591,25160133,"/fast/home/franz.srambical/jafar/utils/nn.py",9276,1,"",python,content +9592,25160268,"/fast/home/franz.srambical/jafar/utils/nn.py",9276,0," ",python,content +9593,25160268,"/fast/home/franz.srambical/jafar/utils/nn.py",9277,0,"",python,selection_keyboard +9594,25160296,"/fast/home/franz.srambical/jafar/utils/nn.py",9277,0,"e",python,content +9595,25160296,"/fast/home/franz.srambical/jafar/utils/nn.py",9278,0,"",python,selection_keyboard +9596,25160378,"/fast/home/franz.srambical/jafar/utils/nn.py",9278,0,"n",python,content +9597,25160378,"/fast/home/franz.srambical/jafar/utils/nn.py",9279,0,"",python,selection_keyboard +9598,25160460,"/fast/home/franz.srambical/jafar/utils/nn.py",9279,0,"c",python,content +9599,25160460,"/fast/home/franz.srambical/jafar/utils/nn.py",9280,0,"",python,selection_keyboard +9600,25160565,"/fast/home/franz.srambical/jafar/utils/nn.py",9280,0,"o",python,content +9601,25160565,"/fast/home/franz.srambical/jafar/utils/nn.py",9281,0,"",python,selection_keyboard +9602,25160629,"/fast/home/franz.srambical/jafar/utils/nn.py",9281,0,"d",python,content +9603,25160629,"/fast/home/franz.srambical/jafar/utils/nn.py",9282,0,"",python,selection_keyboard +9604,25160833,"/fast/home/franz.srambical/jafar/utils/nn.py",9282,0,"e",python,content +9605,25160834,"/fast/home/franz.srambical/jafar/utils/nn.py",9283,0,"",python,selection_keyboard +9606,25160899,"/fast/home/franz.srambical/jafar/utils/nn.py",9283,0,"r",python,content +9607,25160900,"/fast/home/franz.srambical/jafar/utils/nn.py",9284,0,"",python,selection_keyboard +9608,25160979,"/fast/home/franz.srambical/jafar/utils/nn.py",9284,0," ",python,content +9609,25160979,"/fast/home/franz.srambical/jafar/utils/nn.py",9285,0,"",python,selection_keyboard +9610,25161128,"/fast/home/franz.srambical/jafar/utils/nn.py",9285,0,"c",python,content +9611,25161129,"/fast/home/franz.srambical/jafar/utils/nn.py",9286,0,"",python,selection_keyboard +9612,25161193,"/fast/home/franz.srambical/jafar/utils/nn.py",9286,0,"a",python,content +9613,25161194,"/fast/home/franz.srambical/jafar/utils/nn.py",9287,0,"",python,selection_keyboard +9614,25161261,"/fast/home/franz.srambical/jafar/utils/nn.py",9287,0,"l",python,content +9615,25161261,"/fast/home/franz.srambical/jafar/utils/nn.py",9288,0,"",python,selection_keyboard +9616,25161395,"/fast/home/franz.srambical/jafar/utils/nn.py",9288,0,"l",python,content +9617,25161395,"/fast/home/franz.srambical/jafar/utils/nn.py",9289,0,"",python,selection_keyboard +9618,25161581,"/fast/home/franz.srambical/jafar/utils/nn.py",9289,0,"?",python,content +9619,25161582,"/fast/home/franz.srambical/jafar/utils/nn.py",9290,0,"",python,selection_keyboard +9620,25162164,"/fast/home/franz.srambical/jafar/utils/nn.py",9289,0,"",python,selection_command +9621,25163990,"/fast/home/franz.srambical/jafar/utils/nn.py",9241,0,"",python,selection_command +9622,25164421,"/fast/home/franz.srambical/jafar/utils/nn.py",7105,0,"",python,selection_command +9623,25164746,"/fast/home/franz.srambical/jafar/utils/nn.py",5247,0,"",python,selection_command +9624,25165830,"/fast/home/franz.srambical/jafar/utils/nn.py",3631,0,"",python,selection_command +9625,25166593,"/fast/home/franz.srambical/jafar/utils/nn.py",5247,0,"",python,selection_command +9626,25167275,"/fast/home/franz.srambical/jafar/utils/nn.py",5205,0,"",python,selection_command +9627,25167523,"/fast/home/franz.srambical/jafar/utils/nn.py",5192,0,"",python,selection_command +9628,25167552,"/fast/home/franz.srambical/jafar/utils/nn.py",5175,0,"",python,selection_command +9629,25168141,"/fast/home/franz.srambical/jafar/utils/nn.py",5176,0,"",python,selection_command +9630,25168297,"/fast/home/franz.srambical/jafar/utils/nn.py",5183,0,"",python,selection_command +9631,25168470,"/fast/home/franz.srambical/jafar/utils/nn.py",5185,0,"",python,selection_command +9632,25169934,"/fast/home/franz.srambical/jafar/utils/nn.py",6333,0,"",python,selection_command +9633,25171302,"/fast/home/franz.srambical/jafar/utils/nn.py",5185,0,"",python,selection_command +9634,25171621,"/fast/home/franz.srambical/jafar/utils/nn.py",5176,0,"",python,selection_command +9635,25175781,"/fast/home/franz.srambical/jafar/utils/nn.py",4362,0,"",python,selection_command +9636,25178678,"/fast/home/franz.srambical/jafar/utils/nn.py",4395,0,"",python,selection_command +9637,25178799,"/fast/home/franz.srambical/jafar/utils/nn.py",4362,0,"",python,selection_command +9638,25182566,"/fast/home/franz.srambical/jafar/utils/nn.py",4395,0,"",python,selection_command +9639,25182739,"/fast/home/franz.srambical/jafar/utils/nn.py",4362,0,"",python,selection_command +9640,25192222,"models/lam.py",0,0,"",python,tab +9641,25192223,"models/lam.py",1240,13,"STTransformer",python,selection_command +9642,25219702,"models/lam.py",2428,13,"STTransformer",python,selection_command +9643,25233925,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14007.5 task 0: running\r\n",,terminal_output +9644,25234061,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14007.5\r\nsrun: forcing job termination\r\n(Pdb) --KeyboardInterrupt--\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T16:19:13.863] error: *** STEP 14007.5 ON hai003 CANCELLED AT 2025-07-27T16:19:13 DUE to SIGNAL Killed ***\r\n",,terminal_output +9645,25234163,"TERMINAL",0,0,"(Pdb) ",,terminal_output +9646,25234399,"TERMINAL",0,0,"q]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ q",,terminal_output +9647,25234586,"TERMINAL",0,0,"uit",,terminal_output +9648,25235339,"TERMINAL",0,0,"()",,terminal_output +9649,25235630,"TERMINAL",0,0,"\r\n[?2004l\r[?2004h> ",,terminal_output +9650,25238827,"TERMINAL",0,0,"\r\n[?2004l\r[?2004h> ",,terminal_output +9651,25239818,"TERMINAL",0,0,"q",,terminal_output +9652,25239943,"TERMINAL",0,0,"ui",,terminal_output +9653,25240015,"TERMINAL",0,0,"t",,terminal_output +9654,25240272,"TERMINAL",0,0,"()",,terminal_output +9655,25240622,"TERMINAL",0,0,"\r\n[?2004l\rbash: syntax error near unexpected token `quit'\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +9656,27753074,"TERMINAL",0,0,"salloc: Job 14007 has exceeded its time limit and its allocation has been revoked.\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-27T17:00:12.014] error: *** STEP 14007.interactive ON hai003 CANCELLED AT 2025-07-27T17:00:12 DUE TO TIME LIMIT ***\r\n",,terminal_output +9657,27753074,"TERMINAL",0,0,"srun: error: hai003: task 0: Killed\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-1abe6561-37fa-44c4-a02e-35deedf040521754322372590-2025_08_04-17.46.19.699/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-1abe6561-37fa-44c4-a02e-35deedf040521754322372590-2025_08_04-17.46.19.699/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..65828017eefb5767188a26f7b29912f1295bbc87 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-1abe6561-37fa-44c4-a02e-35deedf040521754322372590-2025_08_04-17.46.19.699/source.csv @@ -0,0 +1,152 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\n #--dyna_type 'causal' \\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +2,95,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-31 20:25:37.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:25:37.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][606dd439-5e7c-498d-a9b5-2a244a1f6aca] socks forwarding established\n2025-07-31 20:25:37.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][606dd439-5e7c-498d-a9b5-2a244a1f6aca] socks connection closed\n2025-07-31 20:25:37.511 [info] [command][b8220620-fffb-4818-8513-61402933bff8] Process exited with code 0\n2025-07-31 20:25:37.511 [info] [command][b8220620-fffb-4818-8513-61402933bff8] Socket close event received\n2025-07-31 20:25:37.550 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53679 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:26:37.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:26:37.516 [info] [command][41c56497-62b6-4c5f-aba9-379a90eea401] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""41c56497-62b6-4c5f-aba9-379a90eea401""}\n2025-07-31 20:26:37.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bdb8ed23-3c2c-4958-a1f8-556ac0b5d104] received connection request\n2025-07-31 20:26:37.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:26:37.557 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdb8ed23-3c2c-4958-a1f8-556ac0b5d104] socks forwarding established\n2025-07-31 20:26:37.605 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdb8ed23-3c2c-4958-a1f8-556ac0b5d104] socks connection closed\n2025-07-31 20:26:37.605 [info] [command][41c56497-62b6-4c5f-aba9-379a90eea401] Process exited with code 0\n2025-07-31 20:26:37.605 [info] [command][41c56497-62b6-4c5f-aba9-379a90eea401] Socket close event received\n2025-07-31 20:26:37.644 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53718 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:27:37.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:27:37.610 [info] [command][3545dc5e-5aea-49cd-9fbf-e0d754087aa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3545dc5e-5aea-49cd-9fbf-e0d754087aa3""}\n2025-07-31 20:27:37.611 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][69018b60-829f-44fe-85a5-a4f47937dd43] received connection request\n2025-07-31 20:27:37.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:27:37.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69018b60-829f-44fe-85a5-a4f47937dd43] socks forwarding established\n2025-07-31 20:27:37.705 [info] [command][3545dc5e-5aea-49cd-9fbf-e0d754087aa3] Process exited with code 0\n2025-07-31 20:27:37.706 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69018b60-829f-44fe-85a5-a4f47937dd43] socks connection closed\n2025-07-31 20:27:37.706 [info] [command][3545dc5e-5aea-49cd-9fbf-e0d754087aa3] Socket close event received\n2025-07-31 20:27:37.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53755 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:28:37.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:28:37.713 [info] [command][cee17ab6-39d0-4210-861f-79729de31f38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cee17ab6-39d0-4210-861f-79729de31f38""}\n2025-07-31 20:28:37.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9c9afc0-b1ce-47e1-8761-d42b67cfa57e] received connection request\n2025-07-31 20:28:37.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:28:37.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9c9afc0-b1ce-47e1-8761-d42b67cfa57e] socks forwarding established\n2025-07-31 20:28:37.804 [info] [command][cee17ab6-39d0-4210-861f-79729de31f38] Process exited with code 0\n2025-07-31 20:28:37.804 [info] [command][cee17ab6-39d0-4210-861f-79729de31f38] Socket close event received\n2025-07-31 20:28:37.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9c9afc0-b1ce-47e1-8761-d42b67cfa57e] socks connection closed\n2025-07-31 20:28:37.843 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53788 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:29:37.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:29:37.810 [info] [command][cbd81d94-733c-4c5f-b796-10c8c739f10c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cbd81d94-733c-4c5f-b796-10c8c739f10c""}\n2025-07-31 20:29:37.810 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6c8fde26-f847-4c25-8584-d356c289d421] received connection request\n2025-07-31 20:29:37.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:29:37.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c8fde26-f847-4c25-8584-d356c289d421] socks forwarding established\n2025-07-31 20:29:37.899 [info] [command][cbd81d94-733c-4c5f-b796-10c8c739f10c] Process exited with code 0\n2025-07-31 20:29:37.900 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c8fde26-f847-4c25-8584-d356c289d421] socks connection closed\n2025-07-31 20:29:37.900 [info] [command][cbd81d94-733c-4c5f-b796-10c8c739f10c] Socket close event received\n2025-07-31 20:29:37.941 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53825 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:30:37.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:30:37.906 [info] [command][dad2520f-9bcd-4a88-807e-20c7cbaeb8ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dad2520f-9bcd-4a88-807e-20c7cbaeb8ce""}\n2025-07-31 20:30:37.906 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7783fc21-cba4-47e3-8e2f-b84d0dfc9a15] received connection request\n2025-07-31 20:30:37.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:30:38.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7783fc21-cba4-47e3-8e2f-b84d0dfc9a15] socks forwarding established\n2025-07-31 20:30:38.071 [info] [command][dad2520f-9bcd-4a88-807e-20c7cbaeb8ce] Process exited with code 0\n2025-07-31 20:30:38.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7783fc21-cba4-47e3-8e2f-b84d0dfc9a15] socks connection closed\n2025-07-31 20:30:38.071 [info] [command][dad2520f-9bcd-4a88-807e-20c7cbaeb8ce] Socket close event received\n2025-07-31 20:30:38.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53843 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:31:38.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:31:38.074 [info] [command][62ec089e-e371-47e1-acda-6c8b644feeda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""62ec089e-e371-47e1-acda-6c8b644feeda""}\n2025-07-31 20:31:38.075 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ef4ad9c1-6cad-4db7-8fef-3fd4dc87ae39] received connection request\n2025-07-31 20:31:38.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:31:38.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef4ad9c1-6cad-4db7-8fef-3fd4dc87ae39] socks forwarding established\n2025-07-31 20:31:38.163 [info] [command][62ec089e-e371-47e1-acda-6c8b644feeda] Process exited with code 0\n2025-07-31 20:31:38.163 [info] [command][62ec089e-e371-47e1-acda-6c8b644feeda] Socket close event received\n2025-07-31 20:31:38.165 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef4ad9c1-6cad-4db7-8fef-3fd4dc87ae39] socks connection closed\n2025-07-31 20:31:38.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53882 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:32:38.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:32:38.168 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f4e31df0-7974-4ef7-91f6-c9df3dafb762] received connection request\n2025-07-31 20:32:38.168 [info] [command][56404101-583b-482b-b1d5-e9dc758e1e29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""56404101-583b-482b-b1d5-e9dc758e1e29""}\n2025-07-31 20:32:38.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:32:38.209 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4e31df0-7974-4ef7-91f6-c9df3dafb762] socks forwarding established\n2025-07-31 20:32:38.254 [info] [command][56404101-583b-482b-b1d5-e9dc758e1e29] Process exited with code 0\n2025-07-31 20:32:38.254 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4e31df0-7974-4ef7-91f6-c9df3dafb762] socks connection closed\n2025-07-31 20:32:38.254 [info] [command][56404101-583b-482b-b1d5-e9dc758e1e29] Socket close event received\n2025-07-31 20:32:38.294 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53920 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:33:38.260 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:33:38.264 [info] [command][2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d""}\n2025-07-31 20:33:38.265 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ae02bcc9-64cc-4789-a061-a87623dd9a3b] received connection request\n2025-07-31 20:33:38.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:33:38.312 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ae02bcc9-64cc-4789-a061-a87623dd9a3b] socks forwarding established\n2025-07-31 20:33:38.361 [info] [command][2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d] Process exited with code 0\n2025-07-31 20:33:38.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ae02bcc9-64cc-4789-a061-a87623dd9a3b] socks connection closed\n2025-07-31 20:33:38.362 [info] [command][2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d] Socket close event received\n2025-07-31 20:33:38.401 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53953 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:34:38.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:34:38.365 [info] [command][ded91ccf-a589-464f-a9d7-416421368bd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ded91ccf-a589-464f-a9d7-416421368bd5""}\n2025-07-31 20:34:38.365 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][945136ff-63f1-4587-999e-dae3751d4b8c] received connection request\n2025-07-31 20:34:38.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:34:38.365 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:34:38.406 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][945136ff-63f1-4587-999e-dae3751d4b8c] socks forwarding established\n2025-07-31 20:34:38.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][945136ff-63f1-4587-999e-dae3751d4b8c] socks connection closed\n2025-07-31 20:34:38.452 [info] [command][ded91ccf-a589-464f-a9d7-416421368bd5] Process exited with code 0\n2025-07-31 20:34:38.452 [info] [command][ded91ccf-a589-464f-a9d7-416421368bd5] Socket close event received\n2025-07-31 20:34:38.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54002 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:35:38.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:35:38.458 [info] [command][908518d2-d9a4-4fbd-984f-edcdbb8226ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""908518d2-d9a4-4fbd-984f-edcdbb8226ce""}\n2025-07-31 20:35:38.458 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][922e24a6-0ca5-4be3-99da-b6ed8055b3ef] received connection request\n2025-07-31 20:35:38.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:35:38.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][922e24a6-0ca5-4be3-99da-b6ed8055b3ef] socks forwarding established\n2025-07-31 20:35:38.549 [info] [command][908518d2-d9a4-4fbd-984f-edcdbb8226ce] Process exited with code 0\n2025-07-31 20:35:38.549 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][922e24a6-0ca5-4be3-99da-b6ed8055b3ef] socks connection closed\n2025-07-31 20:35:38.549 [info] [command][908518d2-d9a4-4fbd-984f-edcdbb8226ce] Socket close event received\n2025-07-31 20:35:38.591 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54045 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:36:38.555 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:36:38.557 [info] [command][538891d3-3143-4598-b74b-8ddb8ae2ff81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""538891d3-3143-4598-b74b-8ddb8ae2ff81""}\n2025-07-31 20:36:38.558 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3f5456d-7181-4ce9-8842-7de458a70d67] received connection request\n2025-07-31 20:36:38.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:36:38.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f5456d-7181-4ce9-8842-7de458a70d67] socks forwarding established\n2025-07-31 20:36:38.649 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f5456d-7181-4ce9-8842-7de458a70d67] socks connection closed\n2025-07-31 20:36:38.649 [info] [command][538891d3-3143-4598-b74b-8ddb8ae2ff81] Process exited with code 0\n2025-07-31 20:36:38.649 [info] [command][538891d3-3143-4598-b74b-8ddb8ae2ff81] Socket close event received\n2025-07-31 20:36:38.690 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54089 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:37:38.649 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:37:38.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fc04d632-5ca8-4bf8-a483-f11231538fef] received connection request\n2025-07-31 20:37:38.652 [info] [command][a8a4a49f-2f30-4a30-8791-02c4af9d76a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a8a4a49f-2f30-4a30-8791-02c4af9d76a7""}\n2025-07-31 20:37:38.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:37:38.693 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fc04d632-5ca8-4bf8-a483-f11231538fef] socks forwarding established\n2025-07-31 20:37:38.745 [info] [command][a8a4a49f-2f30-4a30-8791-02c4af9d76a7] Process exited with code 0\n2025-07-31 20:37:38.745 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fc04d632-5ca8-4bf8-a483-f11231538fef] socks connection closed\n2025-07-31 20:37:38.745 [info] [command][a8a4a49f-2f30-4a30-8791-02c4af9d76a7] Socket close event received\n2025-07-31 20:37:38.785 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54153 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:38:38.746 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:38:38.747 [info] [command][03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c""}\n2025-07-31 20:38:38.748 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3197ed11-ee2d-4b4c-ba56-b87cfd6e9640] received connection request\n2025-07-31 20:38:38.748 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:38:38.798 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3197ed11-ee2d-4b4c-ba56-b87cfd6e9640] socks forwarding established\n2025-07-31 20:38:38.846 [info] [command][03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c] Process exited with code 0\n2025-07-31 20:38:38.846 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3197ed11-ee2d-4b4c-ba56-b87cfd6e9640] socks connection closed\n2025-07-31 20:38:38.846 [info] [command][03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c] Socket close event received\n2025-07-31 20:38:38.886 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54179 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:39:38.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:39:38.852 [info] [command][699939eb-c496-4903-a59c-6b13205628ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""699939eb-c496-4903-a59c-6b13205628ff""}\n2025-07-31 20:39:38.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][efc7dae1-5b4d-421a-bad0-02ab3c271413] received connection request\n2025-07-31 20:39:38.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:39:38.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efc7dae1-5b4d-421a-bad0-02ab3c271413] socks forwarding established\n2025-07-31 20:39:39.012 [info] [command][699939eb-c496-4903-a59c-6b13205628ff] Process exited with code 0\n2025-07-31 20:39:39.013 [info] [command][699939eb-c496-4903-a59c-6b13205628ff] Socket close event received\n2025-07-31 20:39:39.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efc7dae1-5b4d-421a-bad0-02ab3c271413] socks connection closed\n2025-07-31 20:39:39.057 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54211 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:40:39.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:40:39.014 [info] [command][c2e65099-78b6-43c0-8cb9-f36d09b53583] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c2e65099-78b6-43c0-8cb9-f36d09b53583""}\n2025-07-31 20:40:39.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ceb1b2f1-9e68-40fd-a930-aace7857540d] received connection request\n2025-07-31 20:40:39.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:40:39.055 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ceb1b2f1-9e68-40fd-a930-aace7857540d] socks forwarding established\n2025-07-31 20:40:39.099 [info] [command][c2e65099-78b6-43c0-8cb9-f36d09b53583] Process exited with code 0\n2025-07-31 20:40:39.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ceb1b2f1-9e68-40fd-a930-aace7857540d] socks connection closed\n2025-07-31 20:40:39.100 [info] [command][c2e65099-78b6-43c0-8cb9-f36d09b53583] Socket close event received\n2025-07-31 20:40:39.140 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54243 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:41:39.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:41:39.104 [info] [command][15fe13ac-2f18-4ee7-808f-2c5564c29d06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15fe13ac-2f18-4ee7-808f-2c5564c29d06""}\n2025-07-31 20:41:39.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87d6d67d-5125-4d90-a047-d68932907c61] received connection request\n2025-07-31 20:41:39.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:41:39.148 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87d6d67d-5125-4d90-a047-d68932907c61] socks forwarding established\n2025-07-31 20:41:39.195 [info] [command][15fe13ac-2f18-4ee7-808f-2c5564c29d06] Process exited with code 0\n2025-07-31 20:41:39.195 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87d6d67d-5125-4d90-a047-d68932907c61] socks connection closed\n2025-07-31 20:41:39.195 [info] [command][15fe13ac-2f18-4ee7-808f-2c5564c29d06] Socket close event received\n2025-07-31 20:41:39.235 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54288 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:42:39.199 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:42:39.201 [info] [command][83f5725a-e787-4b64-bd29-370ba309fbce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""83f5725a-e787-4b64-bd29-370ba309fbce""}\n2025-07-31 20:42:39.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0fa6641a-369a-451c-8ffd-ef885b4a6693] received connection request\n2025-07-31 20:42:39.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:42:39.201 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:42:39.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fa6641a-369a-451c-8ffd-ef885b4a6693] socks forwarding established\n2025-07-31 20:42:39.288 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fa6641a-369a-451c-8ffd-ef885b4a6693] socks connection closed\n2025-07-31 20:42:39.288 [info] [command][83f5725a-e787-4b64-bd29-370ba309fbce] Process exited with code 0\n2025-07-31 20:42:39.288 [info] [command][83f5725a-e787-4b64-bd29-370ba309fbce] Socket close event received\n2025-07-31 20:42:39.327 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54339 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:43:39.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:43:39.293 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][47651b40-4b2d-43cf-b936-243c6190ad7d] received connection request\n2025-07-31 20:43:39.294 [info] [command][5244b517-9c0b-4e6d-8139-98d27a22e8d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5244b517-9c0b-4e6d-8139-98d27a22e8d3""}\n2025-07-31 20:43:39.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:43:39.335 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47651b40-4b2d-43cf-b936-243c6190ad7d] socks forwarding established\n2025-07-31 20:43:39.381 [info] [command][5244b517-9c0b-4e6d-8139-98d27a22e8d3] Process exited with code 0\n2025-07-31 20:43:39.381 [info] [command][5244b517-9c0b-4e6d-8139-98d27a22e8d3] Socket close event received\n2025-07-31 20:43:39.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47651b40-4b2d-43cf-b936-243c6190ad7d] socks connection closed\n2025-07-31 20:43:39.427 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54354 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:44:39.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:44:39.388 [info] [command][f0546fc1-424b-4d73-90b4-9d5f00a6a5b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f0546fc1-424b-4d73-90b4-9d5f00a6a5b4""}\n2025-07-31 20:44:39.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][72a5f488-00ad-45e2-8878-8b0c0a64fcdd] received connection request\n2025-07-31 20:44:39.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:44:39.435 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][72a5f488-00ad-45e2-8878-8b0c0a64fcdd] socks forwarding established\n2025-07-31 20:44:39.479 [info] [command][f0546fc1-424b-4d73-90b4-9d5f00a6a5b4] Process exited with code 0\n2025-07-31 20:44:39.479 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][72a5f488-00ad-45e2-8878-8b0c0a64fcdd] socks connection closed\n2025-07-31 20:44:39.479 [info] [command][f0546fc1-424b-4d73-90b4-9d5f00a6a5b4] Socket close event received\n2025-07-31 20:44:39.524 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54372 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:45:39.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:45:39.481 [info] [command][9d240ffc-a2d8-4ff7-8f27-a3a20356ec71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9d240ffc-a2d8-4ff7-8f27-a3a20356ec71""}\n2025-07-31 20:45:39.482 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1f80c70b-2ac2-41e4-81f2-68f3d3abb9ad] received connection request\n2025-07-31 20:45:39.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:45:39.482 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:45:39.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f80c70b-2ac2-41e4-81f2-68f3d3abb9ad] socks forwarding established\n2025-07-31 20:45:39.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f80c70b-2ac2-41e4-81f2-68f3d3abb9ad] socks connection closed\n2025-07-31 20:45:39.570 [info] [command][9d240ffc-a2d8-4ff7-8f27-a3a20356ec71] Process exited with code 0\n2025-07-31 20:45:39.570 [info] [command][9d240ffc-a2d8-4ff7-8f27-a3a20356ec71] Socket close event received\n2025-07-31 20:45:39.611 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54394 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:46:39.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:46:39.577 [info] [command][b0699713-c3fb-45b0-bdb1-308e142e2158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0699713-c3fb-45b0-bdb1-308e142e2158""}\n2025-07-31 20:46:39.577 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][99a85515-784a-45b5-8b0a-e3c409a505dc] received connection request\n2025-07-31 20:46:39.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:46:39.707 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99a85515-784a-45b5-8b0a-e3c409a505dc] socks forwarding established\n2025-07-31 20:46:39.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99a85515-784a-45b5-8b0a-e3c409a505dc] socks connection closed\n2025-07-31 20:46:39.754 [info] [command][b0699713-c3fb-45b0-bdb1-308e142e2158] Process exited with code 0\n2025-07-31 20:46:39.754 [info] [command][b0699713-c3fb-45b0-bdb1-308e142e2158] Socket close event received\n2025-07-31 20:46:39.797 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54438 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:47:39.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:47:39.757 [info] [command][dfd816b1-223f-4c94-b624-46449fd60554] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dfd816b1-223f-4c94-b624-46449fd60554""}\n2025-07-31 20:47:39.758 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a2f0fbea-adbc-46ea-8e15-150df0111168] received connection request\n2025-07-31 20:47:39.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:47:39.807 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2f0fbea-adbc-46ea-8e15-150df0111168] socks forwarding established\n2025-07-31 20:47:39.857 [info] [command][dfd816b1-223f-4c94-b624-46449fd60554] Process exited with code 0\n2025-07-31 20:47:39.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2f0fbea-adbc-46ea-8e15-150df0111168] socks connection closed\n2025-07-31 20:47:39.857 [info] [command][dfd816b1-223f-4c94-b624-46449fd60554] Socket close event received\n2025-07-31 20:47:39.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54476 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:48:39.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:48:39.863 [info] [command][4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade""}\n2025-07-31 20:48:39.863 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][27c46ebd-a626-42f2-9fc9-1e81970856c0] received connection request\n2025-07-31 20:48:39.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:48:39.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27c46ebd-a626-42f2-9fc9-1e81970856c0] socks forwarding established\n2025-07-31 20:48:39.964 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27c46ebd-a626-42f2-9fc9-1e81970856c0] socks connection closed\n2025-07-31 20:48:39.964 [info] [command][4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade] Process exited with code 0\n2025-07-31 20:48:39.964 [info] [command][4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade] Socket close event received\n2025-07-31 20:48:40.009 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54504 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:49:39.972 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:49:39.973 [info] [command][8f403af6-0461-4cfa-80b5-43a947394350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f403af6-0461-4cfa-80b5-43a947394350""}\n2025-07-31 20:49:39.974 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][22a06b37-71b2-4e60-b8ec-3c91573ff73a] received connection request\n2025-07-31 20:49:39.974 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:49:40.015 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22a06b37-71b2-4e60-b8ec-3c91573ff73a] socks forwarding established\n2025-07-31 20:49:40.060 [info] [command][8f403af6-0461-4cfa-80b5-43a947394350] Process exited with code 0\n2025-07-31 20:49:40.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22a06b37-71b2-4e60-b8ec-3c91573ff73a] socks connection closed\n2025-07-31 20:49:40.060 [info] [command][8f403af6-0461-4cfa-80b5-43a947394350] Socket close event received\n2025-07-31 20:49:40.099 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54529 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:50:40.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:50:40.067 [info] [command][2b41584c-29e8-4ca9-b3f4-13dedaf643c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2b41584c-29e8-4ca9-b3f4-13dedaf643c7""}\n2025-07-31 20:50:40.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13e40ed5-a5f6-4b43-b209-a985e7b139fa] received connection request\n2025-07-31 20:50:40.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:50:40.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13e40ed5-a5f6-4b43-b209-a985e7b139fa] socks forwarding established\n2025-07-31 20:50:40.219 [info] [command][2b41584c-29e8-4ca9-b3f4-13dedaf643c7] Process exited with code 0\n2025-07-31 20:50:40.219 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13e40ed5-a5f6-4b43-b209-a985e7b139fa] socks connection closed\n2025-07-31 20:50:40.219 [info] [command][2b41584c-29e8-4ca9-b3f4-13dedaf643c7] Socket close event received\n2025-07-31 20:50:40.261 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54573 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:51:40.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:51:40.225 [info] [command][3faa21d6-c6eb-4440-98d1-dd03b773033b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3faa21d6-c6eb-4440-98d1-dd03b773033b""}\n2025-07-31 20:51:40.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b5de86cb-214c-4f0d-9c43-2762f8760ca5] received connection request\n2025-07-31 20:51:40.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:51:40.225 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:51:40.264 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b5de86cb-214c-4f0d-9c43-2762f8760ca5] socks forwarding established\n2025-07-31 20:51:40.306 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b5de86cb-214c-4f0d-9c43-2762f8760ca5] socks connection closed\n2025-07-31 20:51:40.306 [info] [command][3faa21d6-c6eb-4440-98d1-dd03b773033b] Process exited with code 0\n2025-07-31 20:51:40.306 [info] [command][3faa21d6-c6eb-4440-98d1-dd03b773033b] Socket close event received\n2025-07-31 20:51:40.349 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54619 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:52:40.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:52:40.308 [info] [command][3e63f341-199e-4bb7-aada-49c790cbee08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3e63f341-199e-4bb7-aada-49c790cbee08""}\n2025-07-31 20:52:40.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3fa45e68-49df-44bd-b002-488859acb3d8] received connection request\n2025-07-31 20:52:40.309 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:52:40.309 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:52:40.349 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3fa45e68-49df-44bd-b002-488859acb3d8] socks forwarding established\n2025-07-31 20:52:40.397 [info] [command][3e63f341-199e-4bb7-aada-49c790cbee08] Process exited with code 0\n2025-07-31 20:52:40.398 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3fa45e68-49df-44bd-b002-488859acb3d8] socks connection closed\n2025-07-31 20:52:40.398 [info] [command][3e63f341-199e-4bb7-aada-49c790cbee08] Socket close event received\n2025-07-31 20:52:40.439 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54652 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:53:40.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:53:40.405 [info] [command][0c03c8dc-d022-41b1-99fd-0f11695c7f1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0c03c8dc-d022-41b1-99fd-0f11695c7f1c""}\n2025-07-31 20:53:40.406 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][607a565b-ecc7-4052-b68b-3c175d9ac9cb] received connection request\n2025-07-31 20:53:40.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:53:40.454 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][607a565b-ecc7-4052-b68b-3c175d9ac9cb] socks forwarding established\n2025-07-31 20:53:40.499 [info] [command][0c03c8dc-d022-41b1-99fd-0f11695c7f1c] Process exited with code 0\n2025-07-31 20:53:40.500 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][607a565b-ecc7-4052-b68b-3c175d9ac9cb] socks connection closed\n2025-07-31 20:53:40.500 [info] [command][0c03c8dc-d022-41b1-99fd-0f11695c7f1c] Socket close event received\n2025-07-31 20:53:40.539 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54700 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:54:40.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:54:40.507 [info] [command][43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea""}\n2025-07-31 20:54:40.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d0d817a2-b34a-4e63-9cb3-40813ba69baf] received connection request\n2025-07-31 20:54:40.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:54:40.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0d817a2-b34a-4e63-9cb3-40813ba69baf] socks forwarding established\n2025-07-31 20:54:40.651 [info] [command][43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea] Process exited with code 0\n2025-07-31 20:54:40.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0d817a2-b34a-4e63-9cb3-40813ba69baf] socks connection closed\n2025-07-31 20:54:40.651 [info] [command][43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea] Socket close event received\n2025-07-31 20:54:40.695 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54739 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:55:40.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:55:40.658 [info] [command][ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c""}\n2025-07-31 20:55:40.659 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][17bb57c1-6b2c-4b88-a1bd-1400184ee461] received connection request\n2025-07-31 20:55:40.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:55:40.704 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17bb57c1-6b2c-4b88-a1bd-1400184ee461] socks forwarding established\n2025-07-31 20:55:40.754 [info] [command][ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c] Process exited with code 0\n2025-07-31 20:55:40.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17bb57c1-6b2c-4b88-a1bd-1400184ee461] socks connection closed\n2025-07-31 20:55:40.754 [info] [command][ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c] Socket close event received\n2025-07-31 20:55:40.795 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54760 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:56:40.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:56:40.758 [info] [command][6cab3118-4a3b-4e0b-abce-8e1b1c871c7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6cab3118-4a3b-4e0b-abce-8e1b1c871c7f""}\n2025-07-31 20:56:40.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87c95112-f23f-4a1c-8432-a0f6701bd206] received connection request\n2025-07-31 20:56:40.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:56:40.806 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87c95112-f23f-4a1c-8432-a0f6701bd206] socks forwarding established\n2025-07-31 20:56:40.852 [info] [command][6cab3118-4a3b-4e0b-abce-8e1b1c871c7f] Process exited with code 0\n2025-07-31 20:56:40.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87c95112-f23f-4a1c-8432-a0f6701bd206] socks connection closed\n2025-07-31 20:56:40.853 [info] [command][6cab3118-4a3b-4e0b-abce-8e1b1c871c7f] Socket close event received\n2025-07-31 20:56:40.893 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54813 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:57:40.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:57:40.859 [info] [command][8e37a501-a6b0-4978-85bd-c6c10e255de2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e37a501-a6b0-4978-85bd-c6c10e255de2""}\n2025-07-31 20:57:40.859 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e1c22a94-cfe0-4f29-bba5-d39710796bc2] received connection request\n2025-07-31 20:57:40.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:57:40.860 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:57:40.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1c22a94-cfe0-4f29-bba5-d39710796bc2] socks forwarding established\n2025-07-31 20:57:40.951 [info] [command][8e37a501-a6b0-4978-85bd-c6c10e255de2] Process exited with code 0\n2025-07-31 20:57:40.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1c22a94-cfe0-4f29-bba5-d39710796bc2] socks connection closed\n2025-07-31 20:57:40.951 [info] [command][8e37a501-a6b0-4978-85bd-c6c10e255de2] Socket close event received\n2025-07-31 20:57:40.993 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54845 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:58:40.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:58:40.957 [info] [command][18249345-bb09-46fe-aaca-5c9575db890e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""18249345-bb09-46fe-aaca-5c9575db890e""}\n2025-07-31 20:58:40.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c1e23f5-9180-438f-87aa-8edf7e30337d] received connection request\n2025-07-31 20:58:40.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:58:41.000 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c1e23f5-9180-438f-87aa-8edf7e30337d] socks forwarding established\n2025-07-31 20:58:41.043 [info] [command][18249345-bb09-46fe-aaca-5c9575db890e] Process exited with code 0\n2025-07-31 20:58:41.043 [info] [command][18249345-bb09-46fe-aaca-5c9575db890e] Socket close event received\n2025-07-31 20:58:41.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c1e23f5-9180-438f-87aa-8edf7e30337d] socks connection closed\n2025-07-31 20:58:41.084 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54864 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:59:41.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:59:41.049 [info] [command][0cd8ba55-7ef8-4353-80ed-4120d768c907] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cd8ba55-7ef8-4353-80ed-4120d768c907""}\n2025-07-31 20:59:41.050 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][446939c4-5763-4008-bb7d-4ce4e9aedc60] received connection request\n2025-07-31 20:59:41.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:59:41.091 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][446939c4-5763-4008-bb7d-4ce4e9aedc60] socks forwarding established\n2025-07-31 20:59:41.137 [info] [command][0cd8ba55-7ef8-4353-80ed-4120d768c907] Process exited with code 0\n2025-07-31 20:59:41.137 [info] [command][0cd8ba55-7ef8-4353-80ed-4120d768c907] Socket close event received\n2025-07-31 20:59:41.138 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][446939c4-5763-4008-bb7d-4ce4e9aedc60] socks connection closed\n2025-07-31 20:59:41.183 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54893 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:00:41.141 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:00:41.143 [info] [command][3a09b4bb-e498-4eb8-9dbb-d533c34a714a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3a09b4bb-e498-4eb8-9dbb-d533c34a714a""}\n2025-07-31 21:00:41.144 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a92e65bb-446b-4cc1-9243-183fc9b9985d] received connection request\n2025-07-31 21:00:41.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:00:41.145 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:00:41.220 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a92e65bb-446b-4cc1-9243-183fc9b9985d] socks forwarding established\n2025-07-31 21:00:41.268 [info] [command][3a09b4bb-e498-4eb8-9dbb-d533c34a714a] Process exited with code 0\n2025-07-31 21:00:41.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a92e65bb-446b-4cc1-9243-183fc9b9985d] socks connection closed\n2025-07-31 21:00:41.269 [info] [command][3a09b4bb-e498-4eb8-9dbb-d533c34a714a] Socket close event received\n2025-07-31 21:00:41.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:01:41.268 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:01:41.269 [info] [command][07e1d27a-4126-470a-bd1a-c8358f512388] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""07e1d27a-4126-470a-bd1a-c8358f512388""}\n2025-07-31 21:01:41.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f989a1f9-26b0-4b57-b7ad-b012df898eed] received connection request\n2025-07-31 21:01:41.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:01:41.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f989a1f9-26b0-4b57-b7ad-b012df898eed] socks forwarding established\n2025-07-31 21:01:41.360 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f989a1f9-26b0-4b57-b7ad-b012df898eed] socks connection closed\n2025-07-31 21:01:41.360 [info] [command][07e1d27a-4126-470a-bd1a-c8358f512388] Process exited with code 0\n2025-07-31 21:01:41.360 [info] [command][07e1d27a-4126-470a-bd1a-c8358f512388] Socket close event received\n2025-07-31 21:01:41.399 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54943 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:02:41.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:02:41.365 [info] [command][8056517a-37a4-4c17-ad00-56300ce1e26d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8056517a-37a4-4c17-ad00-56300ce1e26d""}\n2025-07-31 21:02:41.366 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][476f4379-4921-4256-8a9e-c7079ea3a036] received connection request\n2025-07-31 21:02:41.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:02:41.409 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476f4379-4921-4256-8a9e-c7079ea3a036] socks forwarding established\n2025-07-31 21:02:41.458 [info] [command][8056517a-37a4-4c17-ad00-56300ce1e26d] Process exited with code 0\n2025-07-31 21:02:41.458 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476f4379-4921-4256-8a9e-c7079ea3a036] socks connection closed\n2025-07-31 21:02:41.458 [info] [command][8056517a-37a4-4c17-ad00-56300ce1e26d] Socket close event received\n2025-07-31 21:02:41.516 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54980 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:03:41.462 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:03:41.463 [info] [command][d8303900-099c-482c-8b75-948f0cf4cea7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8303900-099c-482c-8b75-948f0cf4cea7""}\n2025-07-31 21:03:41.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76d5e0cc-3500-49ba-a1a2-62e8525ae97a] received connection request\n2025-07-31 21:03:41.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:03:41.549 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76d5e0cc-3500-49ba-a1a2-62e8525ae97a] socks forwarding established\n2025-07-31 21:03:41.597 [info] [command][d8303900-099c-482c-8b75-948f0cf4cea7] Process exited with code 0\n2025-07-31 21:03:41.597 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76d5e0cc-3500-49ba-a1a2-62e8525ae97a] socks connection closed\n2025-07-31 21:03:41.598 [info] [command][d8303900-099c-482c-8b75-948f0cf4cea7] Socket close event received\n2025-07-31 21:03:41.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55012 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:04:41.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:04:41.605 [info] [command][1b90d05f-733f-4154-be7e-3927939478b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b90d05f-733f-4154-be7e-3927939478b4""}\n2025-07-31 21:04:41.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5445e71e-57d9-42f7-924b-7e3c204fd8dc] received connection request\n2025-07-31 21:04:41.606 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:04:41.648 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5445e71e-57d9-42f7-924b-7e3c204fd8dc] socks forwarding established\n2025-07-31 21:04:41.692 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5445e71e-57d9-42f7-924b-7e3c204fd8dc] socks connection closed\n2025-07-31 21:04:41.692 [info] [command][1b90d05f-733f-4154-be7e-3927939478b4] Process exited with code 0\n2025-07-31 21:04:41.692 [info] [command][1b90d05f-733f-4154-be7e-3927939478b4] Socket close event received\n2025-07-31 21:04:41.731 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55037 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:05:41.696 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:05:41.699 [info] [command][81cef1ce-d9f3-4ecf-997f-0b3c375e6b98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""81cef1ce-d9f3-4ecf-997f-0b3c375e6b98""}\n2025-07-31 21:05:41.700 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e311e198-ce50-4974-988c-ed7ba0d82d1a] received connection request\n2025-07-31 21:05:41.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:05:41.745 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e311e198-ce50-4974-988c-ed7ba0d82d1a] socks forwarding established\n2025-07-31 21:05:41.795 [info] [command][81cef1ce-d9f3-4ecf-997f-0b3c375e6b98] Process exited with code 0\n2025-07-31 21:05:41.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e311e198-ce50-4974-988c-ed7ba0d82d1a] socks connection closed\n2025-07-31 21:05:41.796 [info] [command][81cef1ce-d9f3-4ecf-997f-0b3c375e6b98] Socket close event received\n2025-07-31 21:05:41.836 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55077 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:06:41.801 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:06:41.803 [info] [command][ccd3d6a3-45a7-4bc4-ac6e-999241253808] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ccd3d6a3-45a7-4bc4-ac6e-999241253808""}\n2025-07-31 21:06:41.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87041fe8-6a94-438e-a2a0-d6dd36bb0550] received connection request\n2025-07-31 21:06:41.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:06:41.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87041fe8-6a94-438e-a2a0-d6dd36bb0550] socks forwarding established\n2025-07-31 21:06:41.894 [info] [command][ccd3d6a3-45a7-4bc4-ac6e-999241253808] Process exited with code 0\n2025-07-31 21:06:41.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87041fe8-6a94-438e-a2a0-d6dd36bb0550] socks connection closed\n2025-07-31 21:06:41.895 [info] [command][ccd3d6a3-45a7-4bc4-ac6e-999241253808] Socket close event received\n2025-07-31 21:06:41.934 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:07:41.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:07:41.899 [info] [command][92316b7d-5e80-4f3c-b239-a680a6b820fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""92316b7d-5e80-4f3c-b239-a680a6b820fa""}\n2025-07-31 21:07:41.899 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][03221749-9bf9-4c6b-a56c-c25165b3438a] received connection request\n2025-07-31 21:07:41.899 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:07:41.943 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03221749-9bf9-4c6b-a56c-c25165b3438a] socks forwarding established\n2025-07-31 21:07:41.988 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03221749-9bf9-4c6b-a56c-c25165b3438a] socks connection closed\n2025-07-31 21:07:41.988 [info] [command][92316b7d-5e80-4f3c-b239-a680a6b820fa] Process exited with code 0\n2025-07-31 21:07:41.988 [info] [command][92316b7d-5e80-4f3c-b239-a680a6b820fa] Socket close event received\n2025-07-31 21:07:42.029 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:08:41.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:08:41.989 [info] [command][7fdc2f5a-4284-4215-82ba-5762b0c72151] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7fdc2f5a-4284-4215-82ba-5762b0c72151""}\n2025-07-31 21:08:41.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][11044679-5344-4509-b742-548f0bdeca8d] received connection request\n2025-07-31 21:08:41.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:08:42.031 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11044679-5344-4509-b742-548f0bdeca8d] socks forwarding established\n2025-07-31 21:08:42.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11044679-5344-4509-b742-548f0bdeca8d] socks connection closed\n2025-07-31 21:08:42.074 [info] [command][7fdc2f5a-4284-4215-82ba-5762b0c72151] Process exited with code 0\n2025-07-31 21:08:42.074 [info] [command][7fdc2f5a-4284-4215-82ba-5762b0c72151] Socket close event received\n2025-07-31 21:08:42.115 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55236 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:09:42.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:09:42.080 [info] [command][57953ef6-014f-499e-9367-8850975eab25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""57953ef6-014f-499e-9367-8850975eab25""}\n2025-07-31 21:09:42.080 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5bf0b9d8-7b50-4bfd-9cdb-66f2905d00eb] received connection request\n2025-07-31 21:09:42.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:09:42.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5bf0b9d8-7b50-4bfd-9cdb-66f2905d00eb] socks forwarding established\n2025-07-31 21:09:42.164 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5bf0b9d8-7b50-4bfd-9cdb-66f2905d00eb] socks connection closed\n2025-07-31 21:09:42.164 [info] [command][57953ef6-014f-499e-9367-8850975eab25] Process exited with code 0\n2025-07-31 21:09:42.164 [info] [command][57953ef6-014f-499e-9367-8850975eab25] Socket close event received\n2025-07-31 21:09:42.205 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55288 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:10:42.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:10:42.169 [info] [command][a1b8bcc7-d50e-4374-8549-9eb34f424f39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a1b8bcc7-d50e-4374-8549-9eb34f424f39""}\n2025-07-31 21:10:42.169 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c4b4881c-3491-4a00-92b9-2cba329a45de] received connection request\n2025-07-31 21:10:42.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:10:42.276 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4b4881c-3491-4a00-92b9-2cba329a45de] socks forwarding established\n2025-07-31 21:10:42.329 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4b4881c-3491-4a00-92b9-2cba329a45de] socks connection closed\n2025-07-31 21:10:42.330 [info] [command][a1b8bcc7-d50e-4374-8549-9eb34f424f39] Process exited with code 0\n2025-07-31 21:10:42.330 [info] [command][a1b8bcc7-d50e-4374-8549-9eb34f424f39] Socket close event received\n2025-07-31 21:10:42.369 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55343 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:11:42.330 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:11:42.332 [info] [command][fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01""}\n2025-07-31 21:11:42.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][86447f71-8e37-4693-b1fb-215df9de5223] received connection request\n2025-07-31 21:11:42.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:11:42.376 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86447f71-8e37-4693-b1fb-215df9de5223] socks forwarding established\n2025-07-31 21:11:42.422 [info] [command][fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01] Process exited with code 0\n2025-07-31 21:11:42.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86447f71-8e37-4693-b1fb-215df9de5223] socks connection closed\n2025-07-31 21:11:42.422 [info] [command][fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01] Socket close event received\n2025-07-31 21:11:42.462 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55388 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:12:42.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:12:42.428 [info] [command][e3d6251c-323d-4f89-ba2d-2468aec56084] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e3d6251c-323d-4f89-ba2d-2468aec56084""}\n2025-07-31 21:12:42.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cd166840-1afd-4036-a086-c57018d65700] received connection request\n2025-07-31 21:12:42.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:12:42.584 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd166840-1afd-4036-a086-c57018d65700] socks forwarding established\n2025-07-31 21:12:42.630 [info] [command][e3d6251c-323d-4f89-ba2d-2468aec56084] Process exited with code 0\n2025-07-31 21:12:42.630 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd166840-1afd-4036-a086-c57018d65700] socks connection closed\n2025-07-31 21:12:42.630 [info] [command][e3d6251c-323d-4f89-ba2d-2468aec56084] Socket close event received\n2025-07-31 21:12:42.669 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55420 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:13:42.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:13:42.631 [info] [command][53b8d45d-8c38-4dbd-a884-287bb7fac3c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53b8d45d-8c38-4dbd-a884-287bb7fac3c1""}\n2025-07-31 21:13:42.631 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][736f0402-f5ea-4354-a6b4-4ea4a7a8353a] received connection request\n2025-07-31 21:13:42.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:13:42.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][736f0402-f5ea-4354-a6b4-4ea4a7a8353a] socks forwarding established\n2025-07-31 21:13:42.718 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][736f0402-f5ea-4354-a6b4-4ea4a7a8353a] socks connection closed\n2025-07-31 21:13:42.718 [info] [command][53b8d45d-8c38-4dbd-a884-287bb7fac3c1] Process exited with code 0\n2025-07-31 21:13:42.718 [info] [command][53b8d45d-8c38-4dbd-a884-287bb7fac3c1] Socket close event received\n2025-07-31 21:13:42.757 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55443 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:14:42.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:14:42.722 [info] [command][ffe58a38-3bb0-4259-9ebe-c1977664d61b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ffe58a38-3bb0-4259-9ebe-c1977664d61b""}\n2025-07-31 21:14:42.722 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][90e1256b-738c-47c0-9bea-7d04c2a63bd6] received connection request\n2025-07-31 21:14:42.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:14:42.779 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90e1256b-738c-47c0-9bea-7d04c2a63bd6] socks forwarding established\n2025-07-31 21:14:42.826 [info] [command][ffe58a38-3bb0-4259-9ebe-c1977664d61b] Process exited with code 0\n2025-07-31 21:14:42.827 [info] [command][ffe58a38-3bb0-4259-9ebe-c1977664d61b] Socket close event received\n2025-07-31 21:14:42.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90e1256b-738c-47c0-9bea-7d04c2a63bd6] socks connection closed\n2025-07-31 21:14:42.875 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55464 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:15:42.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:15:42.831 [info] [command][f85d0228-85e3-4cf7-b24d-212298bf91cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f85d0228-85e3-4cf7-b24d-212298bf91cd""}\n2025-07-31 21:15:42.832 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][471fb581-c9a5-4c07-a772-e67fa204fa65] received connection request\n2025-07-31 21:15:42.833 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:15:42.876 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][471fb581-c9a5-4c07-a772-e67fa204fa65] socks forwarding established\n2025-07-31 21:15:42.922 [info] [command][f85d0228-85e3-4cf7-b24d-212298bf91cd] Process exited with code 0\n2025-07-31 21:15:42.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][471fb581-c9a5-4c07-a772-e67fa204fa65] socks connection closed\n2025-07-31 21:15:42.922 [info] [command][f85d0228-85e3-4cf7-b24d-212298bf91cd] Socket close event received\n2025-07-31 21:15:42.962 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55487 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:16:42.925 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:16:42.927 [info] [command][2d16bc43-00ff-4f6c-b01b-2820fdb9d610] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2d16bc43-00ff-4f6c-b01b-2820fdb9d610""}\n2025-07-31 21:16:42.928 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9f5aa7d6-13ff-4b33-beb8-a5f04c9366aa] received connection request\n2025-07-31 21:16:42.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:16:43.021 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9f5aa7d6-13ff-4b33-beb8-a5f04c9366aa] socks forwarding established\n2025-07-31 21:16:43.065 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9f5aa7d6-13ff-4b33-beb8-a5f04c9366aa] socks connection closed\n2025-07-31 21:16:43.065 [info] [command][2d16bc43-00ff-4f6c-b01b-2820fdb9d610] Process exited with code 0\n2025-07-31 21:16:43.065 [info] [command][2d16bc43-00ff-4f6c-b01b-2820fdb9d610] Socket close event received\n2025-07-31 21:16:43.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55528 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:17:43.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:17:43.070 [info] [command][78501f8d-0f1b-4c00-8190-0528d24fbdab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""78501f8d-0f1b-4c00-8190-0528d24fbdab""}\n2025-07-31 21:17:43.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e2ae7d14-dd89-47b7-ac44-7067831176b0] received connection request\n2025-07-31 21:17:43.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:17:43.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2ae7d14-dd89-47b7-ac44-7067831176b0] socks forwarding established\n2025-07-31 21:17:43.170 [info] [command][78501f8d-0f1b-4c00-8190-0528d24fbdab] Process exited with code 0\n2025-07-31 21:17:43.170 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2ae7d14-dd89-47b7-ac44-7067831176b0] socks connection closed\n2025-07-31 21:17:43.170 [info] [command][78501f8d-0f1b-4c00-8190-0528d24fbdab] Socket close event received\n2025-07-31 21:17:43.210 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55563 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:18:43.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:18:43.176 [info] [command][23dc2dc4-b8b0-46aa-87ac-16b11a759bf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""23dc2dc4-b8b0-46aa-87ac-16b11a759bf9""}\n2025-07-31 21:18:43.177 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d5c7acd5-186d-47f8-bd5c-0326826bf709] received connection request\n2025-07-31 21:18:43.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:18:43.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5c7acd5-186d-47f8-bd5c-0326826bf709] socks forwarding established\n2025-07-31 21:18:43.271 [info] [command][23dc2dc4-b8b0-46aa-87ac-16b11a759bf9] Process exited with code 0\n2025-07-31 21:18:43.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5c7acd5-186d-47f8-bd5c-0326826bf709] socks connection closed\n2025-07-31 21:18:43.271 [info] [command][23dc2dc4-b8b0-46aa-87ac-16b11a759bf9] Socket close event received\n2025-07-31 21:18:43.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55588 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:19:43.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:19:43.274 [info] [command][89a488ad-e558-483c-a839-f2b23790ce9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""89a488ad-e558-483c-a839-f2b23790ce9e""}\n2025-07-31 21:19:43.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85682208-c863-445f-909b-621fc63a4192] received connection request\n2025-07-31 21:19:43.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:19:43.275 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:19:43.317 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85682208-c863-445f-909b-621fc63a4192] socks forwarding established\n2025-07-31 21:19:43.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85682208-c863-445f-909b-621fc63a4192] socks connection closed\n2025-07-31 21:19:43.453 [info] [command][89a488ad-e558-483c-a839-f2b23790ce9e] Process exited with code 0\n2025-07-31 21:19:43.453 [info] [command][89a488ad-e558-483c-a839-f2b23790ce9e] Socket close event received\n2025-07-31 21:19:43.506 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55615 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:20:43.459 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:20:43.461 [info] [command][9bd79f58-afe4-4a37-ab7e-d2abe52041d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9bd79f58-afe4-4a37-ab7e-d2abe52041d5""}\n2025-07-31 21:20:43.461 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8838b956-fae6-4e64-a776-89435e8435f0] received connection request\n2025-07-31 21:20:43.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:20:43.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8838b956-fae6-4e64-a776-89435e8435f0] socks forwarding established\n2025-07-31 21:20:43.601 [info] [command][9bd79f58-afe4-4a37-ab7e-d2abe52041d5] Process exited with code 0\n2025-07-31 21:20:43.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8838b956-fae6-4e64-a776-89435e8435f0] socks connection closed\n2025-07-31 21:20:43.601 [info] [command][9bd79f58-afe4-4a37-ab7e-d2abe52041d5] Socket close event received\n2025-07-31 21:20:43.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55655 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:21:43.602 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:21:43.603 [info] [command][e11da44f-690f-46af-95c9-c594872169c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e11da44f-690f-46af-95c9-c594872169c7""}\n2025-07-31 21:21:43.603 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][71e54f64-d2fa-4511-b923-24ac10d0727d] received connection request\n2025-07-31 21:21:43.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:21:43.603 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:21:43.643 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][71e54f64-d2fa-4511-b923-24ac10d0727d] socks forwarding established\n2025-07-31 21:21:43.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][71e54f64-d2fa-4511-b923-24ac10d0727d] socks connection closed\n2025-07-31 21:21:43.687 [info] [command][e11da44f-690f-46af-95c9-c594872169c7] Process exited with code 0\n2025-07-31 21:21:43.687 [info] [command][e11da44f-690f-46af-95c9-c594872169c7] Socket close event received\n2025-07-31 21:21:43.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55696 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:22:43.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:22:43.692 [info] [command][98692d42-13dd-42b8-bb61-aba78d71d618] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""98692d42-13dd-42b8-bb61-aba78d71d618""}\n2025-07-31 21:22:43.693 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f5e1e952-8124-46ff-93fe-2f2a6385f439] received connection request\n2025-07-31 21:22:43.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:22:43.736 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5e1e952-8124-46ff-93fe-2f2a6385f439] socks forwarding established\n2025-07-31 21:22:43.782 [info] [command][98692d42-13dd-42b8-bb61-aba78d71d618] Process exited with code 0\n2025-07-31 21:22:43.782 [info] [command][98692d42-13dd-42b8-bb61-aba78d71d618] Socket close event received\n2025-07-31 21:22:43.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5e1e952-8124-46ff-93fe-2f2a6385f439] socks connection closed\n2025-07-31 21:22:43.823 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55725 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:23:43.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:23:43.784 [info] [command][33f60d83-4c97-472e-8720-0b3c05123ecd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33f60d83-4c97-472e-8720-0b3c05123ecd""}\n2025-07-31 21:23:43.785 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fe983168-8cd8-4799-8861-ca18ddc6afe4] received connection request\n2025-07-31 21:23:43.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:23:43.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fe983168-8cd8-4799-8861-ca18ddc6afe4] socks forwarding established\n2025-07-31 21:23:43.874 [info] [command][33f60d83-4c97-472e-8720-0b3c05123ecd] Process exited with code 0\n2025-07-31 21:23:43.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fe983168-8cd8-4799-8861-ca18ddc6afe4] socks connection closed\n2025-07-31 21:23:43.874 [info] [command][33f60d83-4c97-472e-8720-0b3c05123ecd] Socket close event received\n2025-07-31 21:23:43.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55742 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:24:43.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:24:43.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c7b72d67-7f35-4d56-8461-9ae36558fac7] received connection request\n2025-07-31 21:24:43.886 [info] [command][3dccb25c-408d-4776-99e4-9a7526e12298] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3dccb25c-408d-4776-99e4-9a7526e12298""}\n2025-07-31 21:24:43.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:24:43.928 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7b72d67-7f35-4d56-8461-9ae36558fac7] socks forwarding established\n2025-07-31 21:24:43.975 [info] [command][3dccb25c-408d-4776-99e4-9a7526e12298] Process exited with code 0\n2025-07-31 21:24:43.975 [info] [command][3dccb25c-408d-4776-99e4-9a7526e12298] Socket close event received\n2025-07-31 21:24:43.976 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7b72d67-7f35-4d56-8461-9ae36558fac7] socks connection closed\n2025-07-31 21:24:44.015 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55759 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:25:43.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:25:43.977 [info] [command][04b5db9d-95dc-4b3a-b48d-cd105c2201f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""04b5db9d-95dc-4b3a-b48d-cd105c2201f4""}\n2025-07-31 21:25:43.977 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][17077f7d-2deb-4677-981c-1ea8d22b04b1] received connection request\n2025-07-31 21:25:43.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:25:43.977 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:25:44.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17077f7d-2deb-4677-981c-1ea8d22b04b1] socks forwarding established\n2025-07-31 21:25:44.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17077f7d-2deb-4677-981c-1ea8d22b04b1] socks connection closed\n2025-07-31 21:25:44.097 [info] [command][04b5db9d-95dc-4b3a-b48d-cd105c2201f4] Process exited with code 0\n2025-07-31 21:25:44.097 [info] [command][04b5db9d-95dc-4b3a-b48d-cd105c2201f4] Socket close event received\n2025-07-31 21:25:44.137 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55785 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:26:44.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:26:44.100 [info] [command][2913a252-c254-45c9-8e46-cbfdba0a2355] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2913a252-c254-45c9-8e46-cbfdba0a2355""}\n2025-07-31 21:26:44.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][706d2d22-f1d3-4422-8dbe-dd3cb4a56f43] received connection request\n2025-07-31 21:26:44.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:26:44.141 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d2d22-f1d3-4422-8dbe-dd3cb4a56f43] socks forwarding established\n2025-07-31 21:26:44.186 [info] [command][2913a252-c254-45c9-8e46-cbfdba0a2355] Process exited with code 0\n2025-07-31 21:26:44.186 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d2d22-f1d3-4422-8dbe-dd3cb4a56f43] socks connection closed\n2025-07-31 21:26:44.187 [info] [command][2913a252-c254-45c9-8e46-cbfdba0a2355] Socket close event received\n2025-07-31 21:26:44.225 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55830 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:27:44.190 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:27:44.191 [info] [command][b3af2c61-c6d4-469b-9f73-fd4f96419acc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b3af2c61-c6d4-469b-9f73-fd4f96419acc""}\n2025-07-31 21:27:44.192 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][956d3246-96a2-4a36-8448-18d34884ca39] received connection request\n2025-07-31 21:27:44.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:27:44.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][956d3246-96a2-4a36-8448-18d34884ca39] socks forwarding established\n2025-07-31 21:27:44.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][956d3246-96a2-4a36-8448-18d34884ca39] socks connection closed\n2025-07-31 21:27:44.374 [info] [command][b3af2c61-c6d4-469b-9f73-fd4f96419acc] Process exited with code 0\n2025-07-31 21:27:44.374 [info] [command][b3af2c61-c6d4-469b-9f73-fd4f96419acc] Socket close event received\n2025-07-31 21:27:44.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55868 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:28:44.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:28:44.378 [info] [command][9fe6fb44-8963-4f74-9c85-1b03b6e133b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9fe6fb44-8963-4f74-9c85-1b03b6e133b4""}\n2025-07-31 21:28:44.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][52739d3b-a412-43e7-86ba-872329d14ae3] received connection request\n2025-07-31 21:28:44.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:28:44.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52739d3b-a412-43e7-86ba-872329d14ae3] socks forwarding established\n2025-07-31 21:28:44.466 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52739d3b-a412-43e7-86ba-872329d14ae3] socks connection closed\n2025-07-31 21:28:44.466 [info] [command][9fe6fb44-8963-4f74-9c85-1b03b6e133b4] Process exited with code 0\n2025-07-31 21:28:44.466 [info] [command][9fe6fb44-8963-4f74-9c85-1b03b6e133b4] Socket close event received\n2025-07-31 21:28:44.508 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55886 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:29:44.468 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:29:44.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a47e1ce8-9095-447b-8d7b-9077165522bc] received connection request\n2025-07-31 21:29:44.471 [info] [command][91825896-f0ee-40f5-85cb-82d9216a7555] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""91825896-f0ee-40f5-85cb-82d9216a7555""}\n2025-07-31 21:29:44.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:29:44.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a47e1ce8-9095-447b-8d7b-9077165522bc] socks forwarding established\n2025-07-31 21:29:44.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a47e1ce8-9095-447b-8d7b-9077165522bc] socks connection closed\n2025-07-31 21:29:44.570 [info] [command][91825896-f0ee-40f5-85cb-82d9216a7555] Process exited with code 0\n2025-07-31 21:29:44.570 [info] [command][91825896-f0ee-40f5-85cb-82d9216a7555] Socket close event received\n2025-07-31 21:29:44.613 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55923 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:30:44.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:30:44.577 [info] [command][3c07bc57-2c59-44a5-bfc6-3d518aa63f95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3c07bc57-2c59-44a5-bfc6-3d518aa63f95""}\n2025-07-31 21:30:44.577 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][909c5261-f7df-46e7-89a0-98696e2d834c] received connection request\n2025-07-31 21:30:44.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:30:44.618 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][909c5261-f7df-46e7-89a0-98696e2d834c] socks forwarding established\n2025-07-31 21:30:44.664 [info] [command][3c07bc57-2c59-44a5-bfc6-3d518aa63f95] Process exited with code 0\n2025-07-31 21:30:44.664 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][909c5261-f7df-46e7-89a0-98696e2d834c] socks connection closed\n2025-07-31 21:30:44.664 [info] [command][3c07bc57-2c59-44a5-bfc6-3d518aa63f95] Socket close event received\n2025-07-31 21:30:44.705 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55950 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:31:44.669 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:31:44.671 [info] [command][645c2422-1cc3-45ef-b403-1fa392bfb8fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""645c2422-1cc3-45ef-b403-1fa392bfb8fa""}\n2025-07-31 21:31:44.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0106162d-2a7d-46e9-bd1e-115b161f9c3e] received connection request\n2025-07-31 21:31:44.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:31:44.711 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0106162d-2a7d-46e9-bd1e-115b161f9c3e] socks forwarding established\n2025-07-31 21:31:44.765 [info] [command][645c2422-1cc3-45ef-b403-1fa392bfb8fa] Process exited with code 0\n2025-07-31 21:31:44.765 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0106162d-2a7d-46e9-bd1e-115b161f9c3e] socks connection closed\n2025-07-31 21:31:44.765 [info] [command][645c2422-1cc3-45ef-b403-1fa392bfb8fa] Socket close event received\n2025-07-31 21:31:44.829 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55985 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:32:44.767 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:32:44.768 [info] [command][b2e2f1d1-161a-43db-b61b-2afbbda65f09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b2e2f1d1-161a-43db-b61b-2afbbda65f09""}\n2025-07-31 21:32:44.769 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][02d27c9a-2742-4f76-87ae-b1eaff0316b6] received connection request\n2025-07-31 21:32:44.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:32:44.809 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02d27c9a-2742-4f76-87ae-b1eaff0316b6] socks forwarding established\n2025-07-31 21:32:44.851 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02d27c9a-2742-4f76-87ae-b1eaff0316b6] socks connection closed\n2025-07-31 21:32:44.851 [info] [command][b2e2f1d1-161a-43db-b61b-2afbbda65f09] Process exited with code 0\n2025-07-31 21:32:44.851 [info] [command][b2e2f1d1-161a-43db-b61b-2afbbda65f09] Socket close event received\n2025-07-31 21:32:44.890 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56016 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:33:44.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:33:44.854 [info] [command][e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4""}\n2025-07-31 21:33:44.854 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8afd10a7-2d28-4d6b-9d38-e84be769b8c6] received connection request\n2025-07-31 21:33:44.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:33:44.975 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8afd10a7-2d28-4d6b-9d38-e84be769b8c6] socks forwarding established\n2025-07-31 21:33:45.021 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8afd10a7-2d28-4d6b-9d38-e84be769b8c6] socks connection closed\n2025-07-31 21:33:45.021 [info] [command][e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4] Process exited with code 0\n2025-07-31 21:33:45.021 [info] [command][e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4] Socket close event received\n2025-07-31 21:33:45.062 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56050 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:34:45.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:34:45.026 [info] [command][e8850a52-6b7b-4766-bd97-53e98b124c45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e8850a52-6b7b-4766-bd97-53e98b124c45""}\n2025-07-31 21:34:45.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][918c79a8-35ad-485a-96f2-22ac33e8a57b] received connection request\n2025-07-31 21:34:45.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:34:45.110 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][918c79a8-35ad-485a-96f2-22ac33e8a57b] socks forwarding established\n2025-07-31 21:34:45.160 [info] [command][e8850a52-6b7b-4766-bd97-53e98b124c45] Process exited with code 0\n2025-07-31 21:34:45.161 [info] [command][e8850a52-6b7b-4766-bd97-53e98b124c45] Socket close event received\n2025-07-31 21:34:45.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][918c79a8-35ad-485a-96f2-22ac33e8a57b] socks connection closed\n2025-07-31 21:34:45.200 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56072 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:35:45.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:35:45.166 [info] [command][37c4d4b2-a8ac-477c-8dba-d93440f09a92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37c4d4b2-a8ac-477c-8dba-d93440f09a92""}\n2025-07-31 21:35:45.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][187b5def-ebe7-430d-bf56-bc217304137c] received connection request\n2025-07-31 21:35:45.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:35:45.228 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][187b5def-ebe7-430d-bf56-bc217304137c] socks forwarding established\n2025-07-31 21:35:45.276 [info] [command][37c4d4b2-a8ac-477c-8dba-d93440f09a92] Process exited with code 0\n2025-07-31 21:35:45.276 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][187b5def-ebe7-430d-bf56-bc217304137c] socks connection closed\n2025-07-31 21:35:45.276 [info] [command][37c4d4b2-a8ac-477c-8dba-d93440f09a92] Socket close event received\n2025-07-31 21:35:45.375 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56091 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:36:45.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:36:45.283 [info] [command][947b801d-41ee-4aac-95a5-6fd6c0bb6f58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""947b801d-41ee-4aac-95a5-6fd6c0bb6f58""}\n2025-07-31 21:36:45.284 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0d73d167-0a42-4702-8de3-61f30e807946] received connection request\n2025-07-31 21:36:45.284 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:36:45.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0d73d167-0a42-4702-8de3-61f30e807946] socks forwarding established\n2025-07-31 21:36:45.369 [info] [command][947b801d-41ee-4aac-95a5-6fd6c0bb6f58] Process exited with code 0\n2025-07-31 21:36:45.370 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0d73d167-0a42-4702-8de3-61f30e807946] socks connection closed\n2025-07-31 21:36:45.370 [info] [command][947b801d-41ee-4aac-95a5-6fd6c0bb6f58] Socket close event received\n2025-07-31 21:36:45.408 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56147 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:37:45.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:37:45.374 [info] [command][c00c03f5-3c59-45c3-a27a-9147ba06218e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c00c03f5-3c59-45c3-a27a-9147ba06218e""}\n2025-07-31 21:37:45.375 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab18ea24-d00c-4618-b218-e1258a3de78d] received connection request\n2025-07-31 21:37:45.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:37:45.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab18ea24-d00c-4618-b218-e1258a3de78d] socks forwarding established\n2025-07-31 21:37:45.464 [info] [command][c00c03f5-3c59-45c3-a27a-9147ba06218e] Process exited with code 0\n2025-07-31 21:37:45.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab18ea24-d00c-4618-b218-e1258a3de78d] socks connection closed\n2025-07-31 21:37:45.464 [info] [command][c00c03f5-3c59-45c3-a27a-9147ba06218e] Socket close event received\n2025-07-31 21:37:45.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56184 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:38:45.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:38:45.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cd018442-804c-42e3-91cc-53f34e7342cc] received connection request\n2025-07-31 21:38:45.474 [info] [command][e4f4259e-28f1-4321-ae95-a0fe5a661dde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e4f4259e-28f1-4321-ae95-a0fe5a661dde""}\n2025-07-31 21:38:45.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:38:45.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd018442-804c-42e3-91cc-53f34e7342cc] socks forwarding established\n2025-07-31 21:38:45.563 [info] [command][e4f4259e-28f1-4321-ae95-a0fe5a661dde] Process exited with code 0\n2025-07-31 21:38:45.563 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd018442-804c-42e3-91cc-53f34e7342cc] socks connection closed\n2025-07-31 21:38:45.564 [info] [command][e4f4259e-28f1-4321-ae95-a0fe5a661dde] Socket close event received\n2025-07-31 21:38:45.605 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56205 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:39:45.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:39:45.571 [info] [command][f7f1d777-5902-4fa9-a823-6a193e3ac2c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f7f1d777-5902-4fa9-a823-6a193e3ac2c3""}\n2025-07-31 21:39:45.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e82f6a45-5bff-422d-a395-577da4084e9c] received connection request\n2025-07-31 21:39:45.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:39:45.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e82f6a45-5bff-422d-a395-577da4084e9c] socks forwarding established\n2025-07-31 21:39:45.661 [info] [command][f7f1d777-5902-4fa9-a823-6a193e3ac2c3] Process exited with code 0\n2025-07-31 21:39:45.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e82f6a45-5bff-422d-a395-577da4084e9c] socks connection closed\n2025-07-31 21:39:45.662 [info] [command][f7f1d777-5902-4fa9-a823-6a193e3ac2c3] Socket close event received\n2025-07-31 21:39:45.704 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56224 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:40:45.666 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:40:45.666 [info] [command][9f10c38b-720a-4ab1-bcd4-99d1822005e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9f10c38b-720a-4ab1-bcd4-99d1822005e9""}\n2025-07-31 21:40:45.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c7d99e69-87c8-44d9-af6a-a38d7874ce61] received connection request\n2025-07-31 21:40:45.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:40:45.755 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7d99e69-87c8-44d9-af6a-a38d7874ce61] socks forwarding established\n2025-07-31 21:40:45.800 [info] [command][9f10c38b-720a-4ab1-bcd4-99d1822005e9] Process exited with code 0\n2025-07-31 21:40:45.801 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7d99e69-87c8-44d9-af6a-a38d7874ce61] socks connection closed\n2025-07-31 21:40:45.804 [info] [command][9f10c38b-720a-4ab1-bcd4-99d1822005e9] Socket close event received\n2025-07-31 21:40:45.847 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56244 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:41:45.804 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:41:45.806 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ec3d144-a93a-43c0-9db0-f2b918c39fa0] received connection request\n2025-07-31 21:41:45.807 [info] [command][13b21b5a-1567-4e65-93ec-1847b98d6669] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""13b21b5a-1567-4e65-93ec-1847b98d6669""}\n2025-07-31 21:41:45.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:41:45.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ec3d144-a93a-43c0-9db0-f2b918c39fa0] socks forwarding established\n2025-07-31 21:41:45.896 [info] [command][13b21b5a-1567-4e65-93ec-1847b98d6669] Process exited with code 0\n2025-07-31 21:41:45.897 [info] [command][13b21b5a-1567-4e65-93ec-1847b98d6669] Socket close event received\n2025-07-31 21:41:45.897 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ec3d144-a93a-43c0-9db0-f2b918c39fa0] socks connection closed\n2025-07-31 21:41:45.939 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56279 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:42:45.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:42:45.904 [info] [command][d56484bf-3c6c-4899-b7b7-4e3b3a02db75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d56484bf-3c6c-4899-b7b7-4e3b3a02db75""}\n2025-07-31 21:42:45.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4ab43804-3adf-4ad1-bda6-0dc4fab71365] received connection request\n2025-07-31 21:42:45.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:42:45.947 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ab43804-3adf-4ad1-bda6-0dc4fab71365] socks forwarding established\n2025-07-31 21:42:45.993 [info] [command][d56484bf-3c6c-4899-b7b7-4e3b3a02db75] Process exited with code 0\n2025-07-31 21:42:45.994 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ab43804-3adf-4ad1-bda6-0dc4fab71365] socks connection closed\n2025-07-31 21:42:45.994 [info] [command][d56484bf-3c6c-4899-b7b7-4e3b3a02db75] Socket close event received\n2025-07-31 21:42:46.039 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56319 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:43:45.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:43:46.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3df64f51-3ead-4628-b553-15478a678bb3] received connection request\n2025-07-31 21:43:46.002 [info] [command][1b52bd93-d6b5-4646-9526-522cdd5bf909] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b52bd93-d6b5-4646-9526-522cdd5bf909""}\n2025-07-31 21:43:46.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:43:46.122 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3df64f51-3ead-4628-b553-15478a678bb3] socks forwarding established\n2025-07-31 21:43:46.169 [info] [command][1b52bd93-d6b5-4646-9526-522cdd5bf909] Process exited with code 0\n2025-07-31 21:43:46.169 [info] [command][1b52bd93-d6b5-4646-9526-522cdd5bf909] Socket close event received\n2025-07-31 21:43:46.169 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3df64f51-3ead-4628-b553-15478a678bb3] socks connection closed\n2025-07-31 21:43:46.213 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56345 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:44:46.170 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:44:46.173 [info] [command][b111830e-6753-4aec-a8ff-e51ebf20e158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b111830e-6753-4aec-a8ff-e51ebf20e158""}\n2025-07-31 21:44:46.173 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][79aa69b4-1ec7-46b9-8b00-f67884dc1743] received connection request\n2025-07-31 21:44:46.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:44:46.219 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79aa69b4-1ec7-46b9-8b00-f67884dc1743] socks forwarding established\n2025-07-31 21:44:46.267 [info] [command][b111830e-6753-4aec-a8ff-e51ebf20e158] Process exited with code 0\n2025-07-31 21:44:46.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79aa69b4-1ec7-46b9-8b00-f67884dc1743] socks connection closed\n2025-07-31 21:44:46.268 [info] [command][b111830e-6753-4aec-a8ff-e51ebf20e158] Socket close event received\n2025-07-31 21:44:46.311 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56367 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:45:46.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:45:46.273 [info] [command][730ac23d-90b2-4ae3-b967-2a0f76dcd2fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""730ac23d-90b2-4ae3-b967-2a0f76dcd2fc""}\n2025-07-31 21:45:46.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][37b0355f-66de-44e2-b3c4-5f4db5fb35fb] received connection request\n2025-07-31 21:45:46.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:45:46.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37b0355f-66de-44e2-b3c4-5f4db5fb35fb] socks forwarding established\n2025-07-31 21:45:46.366 [info] [command][730ac23d-90b2-4ae3-b967-2a0f76dcd2fc] Process exited with code 0\n2025-07-31 21:45:46.366 [info] [command][730ac23d-90b2-4ae3-b967-2a0f76dcd2fc] Socket close event received\n2025-07-31 21:45:46.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37b0355f-66de-44e2-b3c4-5f4db5fb35fb] socks connection closed\n2025-07-31 21:45:46.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56379 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:46:46.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:46:46.374 [info] [command][82a39293-1447-4944-a770-33e334e20204] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""82a39293-1447-4944-a770-33e334e20204""}\n2025-07-31 21:46:46.375 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d0abe9a4-5f7b-48eb-8ec7-3f504d41587b] received connection request\n2025-07-31 21:46:46.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:46:46.418 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0abe9a4-5f7b-48eb-8ec7-3f504d41587b] socks forwarding established\n2025-07-31 21:46:46.468 [info] [command][82a39293-1447-4944-a770-33e334e20204] Process exited with code 0\n2025-07-31 21:46:46.469 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0abe9a4-5f7b-48eb-8ec7-3f504d41587b] socks connection closed\n2025-07-31 21:46:46.469 [info] [command][82a39293-1447-4944-a770-33e334e20204] Socket close event received\n2025-07-31 21:46:46.577 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56422 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:47:46.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:47:46.474 [info] [command][55c8796d-c60d-46cb-870a-2c9647ee9830] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""55c8796d-c60d-46cb-870a-2c9647ee9830""}\n2025-07-31 21:47:46.474 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db0dd408-4110-469e-aa35-57bb853069cc] received connection request\n2025-07-31 21:47:46.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:47:46.474 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:47:46.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db0dd408-4110-469e-aa35-57bb853069cc] socks forwarding established\n2025-07-31 21:47:46.557 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db0dd408-4110-469e-aa35-57bb853069cc] socks connection closed\n2025-07-31 21:47:46.557 [info] [command][55c8796d-c60d-46cb-870a-2c9647ee9830] Process exited with code 0\n2025-07-31 21:47:46.557 [info] [command][55c8796d-c60d-46cb-870a-2c9647ee9830] Socket close event received\n2025-07-31 21:47:46.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56480 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:48:46.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:48:46.560 [info] [command][6826cf90-3abb-48ff-bb59-a06462efe4a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6826cf90-3abb-48ff-bb59-a06462efe4a8""}\n2025-07-31 21:48:46.560 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][25d4d374-01c1-467d-bc86-f66cfa9d22f9] received connection request\n2025-07-31 21:48:46.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:48:46.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][25d4d374-01c1-467d-bc86-f66cfa9d22f9] socks forwarding established\n2025-07-31 21:48:46.644 [info] [command][6826cf90-3abb-48ff-bb59-a06462efe4a8] Process exited with code 0\n2025-07-31 21:48:46.644 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][25d4d374-01c1-467d-bc86-f66cfa9d22f9] socks connection closed\n2025-07-31 21:48:46.644 [info] [command][6826cf90-3abb-48ff-bb59-a06462efe4a8] Socket close event received\n2025-07-31 21:48:46.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56507 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:49:46.647 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:49:46.649 [info] [command][694189f4-f4ac-42a6-8178-854289106a7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""694189f4-f4ac-42a6-8178-854289106a7d""}\n2025-07-31 21:49:46.649 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][50f1eab4-4653-4a0b-ada4-b0fbaca6aff6] received connection request\n2025-07-31 21:49:46.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:49:46.716 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50f1eab4-4653-4a0b-ada4-b0fbaca6aff6] socks forwarding established\n2025-07-31 21:49:46.760 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50f1eab4-4653-4a0b-ada4-b0fbaca6aff6] socks connection closed\n2025-07-31 21:49:46.760 [info] [command][694189f4-f4ac-42a6-8178-854289106a7d] Process exited with code 0\n2025-07-31 21:49:46.760 [info] [command][694189f4-f4ac-42a6-8178-854289106a7d] Socket close event received\n2025-07-31 21:49:46.799 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56532 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:50:46.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:50:46.763 [info] [command][599cf1ba-5028-4742-99eb-e90212bdcf95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""599cf1ba-5028-4742-99eb-e90212bdcf95""}\n2025-07-31 21:50:46.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][69f40c53-56be-4abc-b0f6-ba0ff8afff2a] received connection request\n2025-07-31 21:50:46.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:50:46.802 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69f40c53-56be-4abc-b0f6-ba0ff8afff2a] socks forwarding established\n2025-07-31 21:50:46.851 [info] [command][599cf1ba-5028-4742-99eb-e90212bdcf95] Process exited with code 0\n2025-07-31 21:50:46.851 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69f40c53-56be-4abc-b0f6-ba0ff8afff2a] socks connection closed\n2025-07-31 21:50:46.851 [info] [command][599cf1ba-5028-4742-99eb-e90212bdcf95] Socket close event received\n2025-07-31 21:50:46.890 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56551 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:51:46.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:51:46.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7d0832cc-180f-4400-86e0-9a4c81ca8b08] received connection request\n2025-07-31 21:51:46.857 [info] [command][f7916df1-6f0e-4d89-b0c3-938632e31826] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f7916df1-6f0e-4d89-b0c3-938632e31826""}\n2025-07-31 21:51:46.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:51:46.917 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d0832cc-180f-4400-86e0-9a4c81ca8b08] socks forwarding established\n2025-07-31 21:51:46.966 [info] [command][f7916df1-6f0e-4d89-b0c3-938632e31826] Process exited with code 0\n2025-07-31 21:51:46.966 [info] [command][f7916df1-6f0e-4d89-b0c3-938632e31826] Socket close event received\n2025-07-31 21:51:46.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d0832cc-180f-4400-86e0-9a4c81ca8b08] socks connection closed\n2025-07-31 21:51:47.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56605 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:52:46.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:52:46.974 [info] [command][f15e6134-b2bd-4d61-bce6-605a149aea89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f15e6134-b2bd-4d61-bce6-605a149aea89""}\n2025-07-31 21:52:46.975 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][03d6c946-1d7c-4330-804c-357e7b9440dc] received connection request\n2025-07-31 21:52:46.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:52:47.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03d6c946-1d7c-4330-804c-357e7b9440dc] socks forwarding established\n2025-07-31 21:52:47.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03d6c946-1d7c-4330-804c-357e7b9440dc] socks connection closed\n2025-07-31 21:52:47.121 [info] [command][f15e6134-b2bd-4d61-bce6-605a149aea89] Process exited with code 0\n2025-07-31 21:52:47.121 [info] [command][f15e6134-b2bd-4d61-bce6-605a149aea89] Socket close event received\n2025-07-31 21:52:47.161 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56646 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:53:47.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:53:47.130 [info] [command][4c5928d5-885e-401a-be67-4a97d1f86bcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c5928d5-885e-401a-be67-4a97d1f86bcf""}\n2025-07-31 21:53:47.130 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][83665c52-08fc-4bea-aea0-25338d019d77] received connection request\n2025-07-31 21:53:47.130 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:53:47.173 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83665c52-08fc-4bea-aea0-25338d019d77] socks forwarding established\n2025-07-31 21:53:47.220 [info] [command][4c5928d5-885e-401a-be67-4a97d1f86bcf] Process exited with code 0\n2025-07-31 21:53:47.221 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83665c52-08fc-4bea-aea0-25338d019d77] socks connection closed\n2025-07-31 21:53:47.221 [info] [command][4c5928d5-885e-401a-be67-4a97d1f86bcf] Socket close event received\n2025-07-31 21:53:47.336 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56675 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:54:47.226 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:54:47.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a05830f5-fbae-45e2-979d-a4224294a8c4] received connection request\n2025-07-31 21:54:47.229 [info] [command][ffe63278-845a-4d28-a20e-d0c6d9e6dc0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ffe63278-845a-4d28-a20e-d0c6d9e6dc0e""}\n2025-07-31 21:54:47.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:54:47.270 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a05830f5-fbae-45e2-979d-a4224294a8c4] socks forwarding established\n2025-07-31 21:54:47.318 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a05830f5-fbae-45e2-979d-a4224294a8c4] socks connection closed\n2025-07-31 21:54:47.318 [info] [command][ffe63278-845a-4d28-a20e-d0c6d9e6dc0e] Process exited with code 0\n2025-07-31 21:54:47.318 [info] [command][ffe63278-845a-4d28-a20e-d0c6d9e6dc0e] Socket close event received\n2025-07-31 21:54:47.362 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56695 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:55:47.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:55:47.323 [info] [command][3ec0ca0b-7059-4a7d-9704-d7143c2f50e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3ec0ca0b-7059-4a7d-9704-d7143c2f50e7""}\n2025-07-31 21:55:47.328 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b4f4f4fc-5c70-4bb4-afa5-8f267012c409] received connection request\n2025-07-31 21:55:47.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:55:47.369 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b4f4f4fc-5c70-4bb4-afa5-8f267012c409] socks forwarding established\n2025-07-31 21:55:47.413 [info] [command][3ec0ca0b-7059-4a7d-9704-d7143c2f50e7] Process exited with code 0\n2025-07-31 21:55:47.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b4f4f4fc-5c70-4bb4-afa5-8f267012c409] socks connection closed\n2025-07-31 21:55:47.413 [info] [command][3ec0ca0b-7059-4a7d-9704-d7143c2f50e7] Socket close event received\n2025-07-31 21:55:47.454 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56717 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:56:47.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:56:47.416 [info] [command][4fc2f677-b511-4fd3-936a-08e2c224075e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4fc2f677-b511-4fd3-936a-08e2c224075e""}\n2025-07-31 21:56:47.416 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fbccb8f4-34c7-4d29-bbcb-e8cfa165724a] received connection request\n2025-07-31 21:56:47.417 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:56:47.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fbccb8f4-34c7-4d29-bbcb-e8cfa165724a] socks forwarding established\n2025-07-31 21:56:47.509 [info] [command][4fc2f677-b511-4fd3-936a-08e2c224075e] Process exited with code 0\n2025-07-31 21:56:47.509 [info] [command][4fc2f677-b511-4fd3-936a-08e2c224075e] Socket close event received\n2025-07-31 21:56:47.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fbccb8f4-34c7-4d29-bbcb-e8cfa165724a] socks connection closed\n2025-07-31 21:56:47.551 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56749 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:57:47.514 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:57:47.516 [info] [command][39cd611b-32e5-4ca9-b436-bb79022ec3ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39cd611b-32e5-4ca9-b436-bb79022ec3ab""}\n2025-07-31 21:57:47.516 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][31df3e1d-7d5f-4484-a90f-efbcb16640d3] received connection request\n2025-07-31 21:57:47.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:57:47.562 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][31df3e1d-7d5f-4484-a90f-efbcb16640d3] socks forwarding established\n2025-07-31 21:57:47.610 [info] [command][39cd611b-32e5-4ca9-b436-bb79022ec3ab] Process exited with code 0\n2025-07-31 21:57:47.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][31df3e1d-7d5f-4484-a90f-efbcb16640d3] socks connection closed\n2025-07-31 21:57:47.610 [info] [command][39cd611b-32e5-4ca9-b436-bb79022ec3ab] Socket close event received\n2025-07-31 21:57:47.652 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56776 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:58:47.613 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:58:47.615 [info] [command][40a567fd-3e8a-4cd6-92d8-57937c2c9a93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""40a567fd-3e8a-4cd6-92d8-57937c2c9a93""}\n2025-07-31 21:58:47.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f3538ee0-b4fe-4468-80a7-a3a5a88bcdad] received connection request\n2025-07-31 21:58:47.616 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:58:47.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3538ee0-b4fe-4468-80a7-a3a5a88bcdad] socks forwarding established\n2025-07-31 21:58:47.704 [info] [command][40a567fd-3e8a-4cd6-92d8-57937c2c9a93] Process exited with code 0\n2025-07-31 21:58:47.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3538ee0-b4fe-4468-80a7-a3a5a88bcdad] socks connection closed\n2025-07-31 21:58:47.705 [info] [command][40a567fd-3e8a-4cd6-92d8-57937c2c9a93] Socket close event received\n2025-07-31 21:58:47.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56797 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:59:47.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:59:47.709 [info] [command][a9de077b-c714-47fc-870d-08cc455d67a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a9de077b-c714-47fc-870d-08cc455d67a4""}\n2025-07-31 21:59:47.709 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5fad51a8-cf09-4e55-aa26-4497fd60dabf] received connection request\n2025-07-31 21:59:47.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:59:47.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5fad51a8-cf09-4e55-aa26-4497fd60dabf] socks forwarding established\n2025-07-31 21:59:47.809 [info] [command][a9de077b-c714-47fc-870d-08cc455d67a4] Process exited with code 0\n2025-07-31 21:59:47.809 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5fad51a8-cf09-4e55-aa26-4497fd60dabf] socks connection closed\n2025-07-31 21:59:47.809 [info] [command][a9de077b-c714-47fc-870d-08cc455d67a4] Socket close event received\n2025-07-31 21:59:47.848 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56813 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:00:47.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:00:47.814 [info] [command][9cb9514d-9738-4625-9fa8-111bf4bb17c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9cb9514d-9738-4625-9fa8-111bf4bb17c7""}\n2025-07-31 22:00:47.815 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][88dae9c0-102a-4129-baf8-9a380fef19b3] received connection request\n2025-07-31 22:00:47.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:00:47.860 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][88dae9c0-102a-4129-baf8-9a380fef19b3] socks forwarding established\n2025-07-31 22:00:47.908 [info] [command][9cb9514d-9738-4625-9fa8-111bf4bb17c7] Process exited with code 0\n2025-07-31 22:00:47.908 [info] [command][9cb9514d-9738-4625-9fa8-111bf4bb17c7] Socket close event received\n2025-07-31 22:00:47.909 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][88dae9c0-102a-4129-baf8-9a380fef19b3] socks connection closed\n2025-07-31 22:00:47.951 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:01:47.910 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:01:47.912 [info] [command][e3927fb5-62b8-4410-9f57-e6de077baef4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e3927fb5-62b8-4410-9f57-e6de077baef4""}\n2025-07-31 22:01:47.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][06425027-44de-4f4a-a2da-52fec5559f56] received connection request\n2025-07-31 22:01:47.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:01:47.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06425027-44de-4f4a-a2da-52fec5559f56] socks forwarding established\n2025-07-31 22:01:48.002 [info] [command][e3927fb5-62b8-4410-9f57-e6de077baef4] Process exited with code 0\n2025-07-31 22:01:48.005 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06425027-44de-4f4a-a2da-52fec5559f56] socks connection closed\n2025-07-31 22:01:48.005 [info] [command][e3927fb5-62b8-4410-9f57-e6de077baef4] Socket close event received\n2025-07-31 22:01:48.046 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56879 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:02:48.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:02:48.007 [info] [command][b7037857-b1cd-4bf5-a267-3355ae80acf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7037857-b1cd-4bf5-a267-3355ae80acf2""}\n2025-07-31 22:02:48.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2c30194c-6d12-4ef2-8de5-47291f69bdbf] received connection request\n2025-07-31 22:02:48.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:02:48.047 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c30194c-6d12-4ef2-8de5-47291f69bdbf] socks forwarding established\n2025-07-31 22:02:48.092 [info] [command][b7037857-b1cd-4bf5-a267-3355ae80acf2] Process exited with code 0\n2025-07-31 22:02:48.092 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c30194c-6d12-4ef2-8de5-47291f69bdbf] socks connection closed\n2025-07-31 22:02:48.092 [info] [command][b7037857-b1cd-4bf5-a267-3355ae80acf2] Socket close event received\n2025-07-31 22:02:48.133 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56909 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:03:48.097 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:03:48.100 [info] [command][b56c3bdc-53d8-4bc4-af5a-495609f150fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b56c3bdc-53d8-4bc4-af5a-495609f150fa""}\n2025-07-31 22:03:48.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0b9874aa-ce5a-468d-be18-1471f2ae4e6e] received connection request\n2025-07-31 22:03:48.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:03:48.146 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b9874aa-ce5a-468d-be18-1471f2ae4e6e] socks forwarding established\n2025-07-31 22:03:48.191 [info] [command][b56c3bdc-53d8-4bc4-af5a-495609f150fa] Process exited with code 0\n2025-07-31 22:03:48.191 [info] [command][b56c3bdc-53d8-4bc4-af5a-495609f150fa] Socket close event received\n2025-07-31 22:03:48.192 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b9874aa-ce5a-468d-be18-1471f2ae4e6e] socks connection closed\n2025-07-31 22:03:48.230 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56937 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:04:48.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:04:48.199 [info] [command][c22cd563-8004-48f6-8861-fe4a7b03e02e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c22cd563-8004-48f6-8861-fe4a7b03e02e""}\n2025-07-31 22:04:48.200 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4bd8cc04-50c0-44f2-9ed3-e8db66a6d259] received connection request\n2025-07-31 22:04:48.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:04:48.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bd8cc04-50c0-44f2-9ed3-e8db66a6d259] socks forwarding established\n2025-07-31 22:04:48.290 [info] [command][c22cd563-8004-48f6-8861-fe4a7b03e02e] Process exited with code 0\n2025-07-31 22:04:48.290 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bd8cc04-50c0-44f2-9ed3-e8db66a6d259] socks connection closed\n2025-07-31 22:04:48.290 [info] [command][c22cd563-8004-48f6-8861-fe4a7b03e02e] Socket close event received\n2025-07-31 22:04:48.329 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56963 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:05:48.295 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:05:48.297 [info] [command][a813fc14-4dc2-4e39-9ab1-16a8fa3343e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a813fc14-4dc2-4e39-9ab1-16a8fa3343e3""}\n2025-07-31 22:05:48.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3dd2bdc7-97f5-4ba1-9153-341c40c5b4bb] received connection request\n2025-07-31 22:05:48.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:05:48.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd2bdc7-97f5-4ba1-9153-341c40c5b4bb] socks forwarding established\n2025-07-31 22:05:48.386 [info] [command][a813fc14-4dc2-4e39-9ab1-16a8fa3343e3] Process exited with code 0\n2025-07-31 22:05:48.386 [info] [command][a813fc14-4dc2-4e39-9ab1-16a8fa3343e3] Socket close event received\n2025-07-31 22:05:48.386 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd2bdc7-97f5-4ba1-9153-341c40c5b4bb] socks connection closed\n2025-07-31 22:05:48.425 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57018 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:06:48.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:06:48.388 [info] [command][8a43eb79-17cb-4e12-9d50-e14fa3c181b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8a43eb79-17cb-4e12-9d50-e14fa3c181b3""}\n2025-07-31 22:06:48.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9167a406-c8c3-4a27-99cb-8e9d232c82dd] received connection request\n2025-07-31 22:06:48.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:06:48.388 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:06:48.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9167a406-c8c3-4a27-99cb-8e9d232c82dd] socks forwarding established\n2025-07-31 22:06:48.541 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9167a406-c8c3-4a27-99cb-8e9d232c82dd] socks connection closed\n2025-07-31 22:06:48.541 [info] [command][8a43eb79-17cb-4e12-9d50-e14fa3c181b3] Process exited with code 0\n2025-07-31 22:06:48.541 [info] [command][8a43eb79-17cb-4e12-9d50-e14fa3c181b3] Socket close event received\n2025-07-31 22:06:48.581 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57070 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:07:48.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:07:48.547 [info] [command][060ff13c-4bec-47a8-bd3e-090039d898c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""060ff13c-4bec-47a8-bd3e-090039d898c9""}\n2025-07-31 22:07:48.547 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][06941e0e-36e4-452e-80f8-b18d06c59484] received connection request\n2025-07-31 22:07:48.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:07:48.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06941e0e-36e4-452e-80f8-b18d06c59484] socks forwarding established\n2025-07-31 22:07:48.654 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06941e0e-36e4-452e-80f8-b18d06c59484] socks connection closed\n2025-07-31 22:07:48.654 [info] [command][060ff13c-4bec-47a8-bd3e-090039d898c9] Process exited with code 0\n2025-07-31 22:07:48.654 [info] [command][060ff13c-4bec-47a8-bd3e-090039d898c9] Socket close event received\n2025-07-31 22:07:48.694 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57139 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:08:48.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:08:48.659 [info] [command][f2b98354-eef8-4390-a207-cc8d6c734e52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f2b98354-eef8-4390-a207-cc8d6c734e52""}\n2025-07-31 22:08:48.659 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab1b5b32-5ad1-4121-ad70-749956d95b27] received connection request\n2025-07-31 22:08:48.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:08:48.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1b5b32-5ad1-4121-ad70-749956d95b27] socks forwarding established\n2025-07-31 22:08:48.745 [info] [command][f2b98354-eef8-4390-a207-cc8d6c734e52] Process exited with code 0\n2025-07-31 22:08:48.746 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1b5b32-5ad1-4121-ad70-749956d95b27] socks connection closed\n2025-07-31 22:08:48.746 [info] [command][f2b98354-eef8-4390-a207-cc8d6c734e52] Socket close event received\n2025-07-31 22:08:48.787 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57166 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:09:48.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:09:48.751 [info] [command][25d4b3dd-a928-4c1e-9d99-e986b9b24b10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""25d4b3dd-a928-4c1e-9d99-e986b9b24b10""}\n2025-07-31 22:09:48.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][778d06a4-8fa2-42a5-b737-43d68c2c2e0d] received connection request\n2025-07-31 22:09:48.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:09:48.791 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][778d06a4-8fa2-42a5-b737-43d68c2c2e0d] socks forwarding established\n2025-07-31 22:09:48.837 [info] [command][25d4b3dd-a928-4c1e-9d99-e986b9b24b10] Process exited with code 0\n2025-07-31 22:09:48.837 [info] [command][25d4b3dd-a928-4c1e-9d99-e986b9b24b10] Socket close event received\n2025-07-31 22:09:48.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][778d06a4-8fa2-42a5-b737-43d68c2c2e0d] socks connection closed\n2025-07-31 22:09:48.879 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57207 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:10:48.842 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:10:48.845 [info] [command][9965b818-8e7d-477a-8b79-8a0b7935c98b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9965b818-8e7d-477a-8b79-8a0b7935c98b""}\n2025-07-31 22:10:48.846 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7d482aa0-0cc6-4070-88a4-68fd7b727981] received connection request\n2025-07-31 22:10:48.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:10:48.890 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d482aa0-0cc6-4070-88a4-68fd7b727981] socks forwarding established\n2025-07-31 22:10:48.937 [info] [command][9965b818-8e7d-477a-8b79-8a0b7935c98b] Process exited with code 0\n2025-07-31 22:10:48.937 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d482aa0-0cc6-4070-88a4-68fd7b727981] socks connection closed\n2025-07-31 22:10:48.937 [info] [command][9965b818-8e7d-477a-8b79-8a0b7935c98b] Socket close event received\n2025-07-31 22:10:48.978 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57238 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:11:48.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:11:48.944 [info] [command][8e85e36e-16df-4aa1-9300-8d92e802a27f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e85e36e-16df-4aa1-9300-8d92e802a27f""}\n2025-07-31 22:11:48.944 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ce4efc1-0dee-4bbd-84b5-61ad04cb6127] received connection request\n2025-07-31 22:11:48.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:11:49.047 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce4efc1-0dee-4bbd-84b5-61ad04cb6127] socks forwarding established\n2025-07-31 22:11:49.096 [info] [command][8e85e36e-16df-4aa1-9300-8d92e802a27f] Process exited with code 0\n2025-07-31 22:11:49.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce4efc1-0dee-4bbd-84b5-61ad04cb6127] socks connection closed\n2025-07-31 22:11:49.096 [info] [command][8e85e36e-16df-4aa1-9300-8d92e802a27f] Socket close event received\n2025-07-31 22:11:49.135 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57340 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:12:49.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:12:49.101 [info] [command][0585afef-03b8-48b5-b3db-5039f8414cd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0585afef-03b8-48b5-b3db-5039f8414cd2""}\n2025-07-31 22:12:49.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac47981d-d7c5-4227-bf38-033bd6edd525] received connection request\n2025-07-31 22:12:49.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:12:49.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac47981d-d7c5-4227-bf38-033bd6edd525] socks forwarding established\n2025-07-31 22:12:49.190 [info] [command][0585afef-03b8-48b5-b3db-5039f8414cd2] Process exited with code 0\n2025-07-31 22:12:49.190 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac47981d-d7c5-4227-bf38-033bd6edd525] socks connection closed\n2025-07-31 22:12:49.190 [info] [command][0585afef-03b8-48b5-b3db-5039f8414cd2] Socket close event received\n2025-07-31 22:12:49.236 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57398 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:13:49.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:13:49.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][baa042b0-8ad1-40eb-84cd-8129f9c25b38] received connection request\n2025-07-31 22:13:49.202 [info] [command][ac3063c5-c116-4081-9220-a0b5cb0765af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ac3063c5-c116-4081-9220-a0b5cb0765af""}\n2025-07-31 22:13:49.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:13:49.248 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][baa042b0-8ad1-40eb-84cd-8129f9c25b38] socks forwarding established\n2025-07-31 22:13:49.300 [info] [command][ac3063c5-c116-4081-9220-a0b5cb0765af] Process exited with code 0\n2025-07-31 22:13:49.301 [info] [command][ac3063c5-c116-4081-9220-a0b5cb0765af] Socket close event received\n2025-07-31 22:13:49.301 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][baa042b0-8ad1-40eb-84cd-8129f9c25b38] socks connection closed\n2025-07-31 22:13:49.340 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57412 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:14:49.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:14:49.309 [info] [command][2c7ed9de-f943-40b7-bcf3-a5db3ed8692e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c7ed9de-f943-40b7-bcf3-a5db3ed8692e""}\n2025-07-31 22:14:49.310 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2e92e4d5-822f-42cd-8052-7157cde584f5] received connection request\n2025-07-31 22:14:49.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:14:49.355 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2e92e4d5-822f-42cd-8052-7157cde584f5] socks forwarding established\n2025-07-31 22:14:49.401 [info] [command][2c7ed9de-f943-40b7-bcf3-a5db3ed8692e] Process exited with code 0\n2025-07-31 22:14:49.402 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2e92e4d5-822f-42cd-8052-7157cde584f5] socks connection closed\n2025-07-31 22:14:49.402 [info] [command][2c7ed9de-f943-40b7-bcf3-a5db3ed8692e] Socket close event received\n2025-07-31 22:14:49.444 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57439 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:15:49.407 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:15:49.410 [info] [command][f38588f0-1f1c-4363-b53f-1ef31975a708] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f38588f0-1f1c-4363-b53f-1ef31975a708""}\n2025-07-31 22:15:49.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][714dd2b5-65dd-452d-8116-1638a84a81f2] received connection request\n2025-07-31 22:15:49.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:15:49.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][714dd2b5-65dd-452d-8116-1638a84a81f2] socks forwarding established\n2025-07-31 22:15:49.501 [info] [command][f38588f0-1f1c-4363-b53f-1ef31975a708] Process exited with code 0\n2025-07-31 22:15:49.501 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][714dd2b5-65dd-452d-8116-1638a84a81f2] socks connection closed\n2025-07-31 22:15:49.501 [info] [command][f38588f0-1f1c-4363-b53f-1ef31975a708] Socket close event received\n2025-07-31 22:15:49.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57455 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:16:49.507 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:16:49.510 [info] [command][7bbcdf49-90f5-4b88-89e7-b24ae6d470d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7bbcdf49-90f5-4b88-89e7-b24ae6d470d1""}\n2025-07-31 22:16:49.513 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][93743f6f-b22f-4142-8ed6-0e52d54f3cd9] received connection request\n2025-07-31 22:16:49.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:16:49.565 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93743f6f-b22f-4142-8ed6-0e52d54f3cd9] socks forwarding established\n2025-07-31 22:16:49.614 [info] [command][7bbcdf49-90f5-4b88-89e7-b24ae6d470d1] Process exited with code 0\n2025-07-31 22:16:49.615 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93743f6f-b22f-4142-8ed6-0e52d54f3cd9] socks connection closed\n2025-07-31 22:16:49.615 [info] [command][7bbcdf49-90f5-4b88-89e7-b24ae6d470d1] Socket close event received\n2025-07-31 22:16:49.657 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57496 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:17:49.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:17:49.618 [info] [command][8f70e09a-c233-4d07-a02a-ce12a54bff9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f70e09a-c233-4d07-a02a-ce12a54bff9c""}\n2025-07-31 22:17:49.619 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fce88b0c-76f9-4a34-8c26-4b15b4e541e4] received connection request\n2025-07-31 22:17:49.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:17:49.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fce88b0c-76f9-4a34-8c26-4b15b4e541e4] socks forwarding established\n2025-07-31 22:17:49.715 [info] [command][8f70e09a-c233-4d07-a02a-ce12a54bff9c] Process exited with code 0\n2025-07-31 22:17:49.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fce88b0c-76f9-4a34-8c26-4b15b4e541e4] socks connection closed\n2025-07-31 22:17:49.715 [info] [command][8f70e09a-c233-4d07-a02a-ce12a54bff9c] Socket close event received\n2025-07-31 22:17:49.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57538 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:18:49.716 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:18:49.718 [info] [command][ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6""}\n2025-07-31 22:18:49.719 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fb6affa6-86da-4d09-847b-8dafaa351965] received connection request\n2025-07-31 22:18:49.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:18:49.761 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fb6affa6-86da-4d09-847b-8dafaa351965] socks forwarding established\n2025-07-31 22:18:49.805 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fb6affa6-86da-4d09-847b-8dafaa351965] socks connection closed\n2025-07-31 22:18:49.805 [info] [command][ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6] Process exited with code 0\n2025-07-31 22:18:49.805 [info] [command][ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6] Socket close event received\n2025-07-31 22:18:49.850 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57567 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:19:49.809 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:19:49.811 [info] [command][b3a9622d-f301-42a1-9b3d-a904392a0524] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b3a9622d-f301-42a1-9b3d-a904392a0524""}\n2025-07-31 22:19:49.812 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9c2db44d-b08d-459e-80c3-710aa89b30fb] received connection request\n2025-07-31 22:19:49.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:19:49.854 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9c2db44d-b08d-459e-80c3-710aa89b30fb] socks forwarding established\n2025-07-31 22:19:49.902 [info] [command][b3a9622d-f301-42a1-9b3d-a904392a0524] Process exited with code 0\n2025-07-31 22:19:49.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9c2db44d-b08d-459e-80c3-710aa89b30fb] socks connection closed\n2025-07-31 22:19:49.902 [info] [command][b3a9622d-f301-42a1-9b3d-a904392a0524] Socket close event received\n2025-07-31 22:19:49.946 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57598 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:20:49.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:20:49.911 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c0b593b4-1d14-468b-a033-2cf05b4d58d6] received connection request\n2025-07-31 22:20:49.912 [info] [command][affbf9c9-1631-4f43-9cf0-dc552a797d19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""affbf9c9-1631-4f43-9cf0-dc552a797d19""}\n2025-07-31 22:20:49.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:20:49.956 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c0b593b4-1d14-468b-a033-2cf05b4d58d6] socks forwarding established\n2025-07-31 22:20:50.003 [info] [command][affbf9c9-1631-4f43-9cf0-dc552a797d19] Process exited with code 0\n2025-07-31 22:20:50.003 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c0b593b4-1d14-468b-a033-2cf05b4d58d6] socks connection closed\n2025-07-31 22:20:50.003 [info] [command][affbf9c9-1631-4f43-9cf0-dc552a797d19] Socket close event received\n2025-07-31 22:20:50.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57620 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:21:50.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:21:50.012 [info] [command][a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd""}\n2025-07-31 22:21:50.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][89886e4d-4a99-4607-b6d0-baebc2f2e45b] received connection request\n2025-07-31 22:21:50.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:21:50.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89886e4d-4a99-4607-b6d0-baebc2f2e45b] socks forwarding established\n2025-07-31 22:21:50.099 [info] [command][a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd] Process exited with code 0\n2025-07-31 22:21:50.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89886e4d-4a99-4607-b6d0-baebc2f2e45b] socks connection closed\n2025-07-31 22:21:50.100 [info] [command][a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd] Socket close event received\n2025-07-31 22:21:50.139 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57665 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:22:50.103 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:22:50.105 [info] [command][a43d2fa6-db3e-4c12-8817-f8726d51b3e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a43d2fa6-db3e-4c12-8817-f8726d51b3e9""}\n2025-07-31 22:22:50.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8a9f7e95-443e-4847-b4c9-8a815be9643d] received connection request\n2025-07-31 22:22:50.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:22:50.150 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a9f7e95-443e-4847-b4c9-8a815be9643d] socks forwarding established\n2025-07-31 22:22:50.195 [info] [command][a43d2fa6-db3e-4c12-8817-f8726d51b3e9] Process exited with code 0\n2025-07-31 22:22:50.195 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a9f7e95-443e-4847-b4c9-8a815be9643d] socks connection closed\n2025-07-31 22:22:50.195 [info] [command][a43d2fa6-db3e-4c12-8817-f8726d51b3e9] Socket close event received\n2025-07-31 22:22:50.241 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57723 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:23:50.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:23:50.198 [info] [command][ed8cdbfc-9a6b-4632-94c0-15fc8d5af420] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ed8cdbfc-9a6b-4632-94c0-15fc8d5af420""}\n2025-07-31 22:23:50.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][03c54f6a-ff24-4847-9f4b-94be0d44c4a3] received connection request\n2025-07-31 22:23:50.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:23:50.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03c54f6a-ff24-4847-9f4b-94be0d44c4a3] socks forwarding established\n2025-07-31 22:23:50.293 [info] [command][ed8cdbfc-9a6b-4632-94c0-15fc8d5af420] Process exited with code 0\n2025-07-31 22:23:50.293 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03c54f6a-ff24-4847-9f4b-94be0d44c4a3] socks connection closed\n2025-07-31 22:23:50.293 [info] [command][ed8cdbfc-9a6b-4632-94c0-15fc8d5af420] Socket close event received\n2025-07-31 22:23:50.418 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57773 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:24:50.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:24:50.300 [info] [command][8fed6e1c-3851-46fd-b962-bafa22d8519e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8fed6e1c-3851-46fd-b962-bafa22d8519e""}\n2025-07-31 22:24:50.301 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee3cf125-6bf8-4c68-ae8f-fa1515fc4f20] received connection request\n2025-07-31 22:24:50.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:24:50.426 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee3cf125-6bf8-4c68-ae8f-fa1515fc4f20] socks forwarding established\n2025-07-31 22:24:50.474 [info] [command][8fed6e1c-3851-46fd-b962-bafa22d8519e] Process exited with code 0\n2025-07-31 22:24:50.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee3cf125-6bf8-4c68-ae8f-fa1515fc4f20] socks connection closed\n2025-07-31 22:24:50.476 [info] [command][8fed6e1c-3851-46fd-b962-bafa22d8519e] Socket close event received\n2025-07-31 22:24:50.676 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57820 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:25:50.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:25:50.481 [info] [command][b01af7dd-e3da-4bdd-be13-3fee1ca3eddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b01af7dd-e3da-4bdd-be13-3fee1ca3eddd""}\n2025-07-31 22:25:50.481 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d3043a7a-cfb4-4cea-9aa6-c93aa4ca4180] received connection request\n2025-07-31 22:25:50.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:25:50.529 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3043a7a-cfb4-4cea-9aa6-c93aa4ca4180] socks forwarding established\n2025-07-31 22:25:50.575 [info] [command][b01af7dd-e3da-4bdd-be13-3fee1ca3eddd] Process exited with code 0\n2025-07-31 22:25:50.576 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3043a7a-cfb4-4cea-9aa6-c93aa4ca4180] socks connection closed\n2025-07-31 22:25:50.576 [info] [command][b01af7dd-e3da-4bdd-be13-3fee1ca3eddd] Socket close event received\n2025-07-31 22:25:50.615 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57848 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:26:50.577 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:26:50.579 [info] [command][f81f9d6b-41cd-4cbc-80fc-f316dc0945b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f81f9d6b-41cd-4cbc-80fc-f316dc0945b3""}\n2025-07-31 22:26:50.579 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][832b427b-9f12-48f0-aa8d-11444df2f2b2] received connection request\n2025-07-31 22:26:50.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:26:50.623 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][832b427b-9f12-48f0-aa8d-11444df2f2b2] socks forwarding established\n2025-07-31 22:26:50.669 [info] [command][f81f9d6b-41cd-4cbc-80fc-f316dc0945b3] Process exited with code 0\n2025-07-31 22:26:50.670 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][832b427b-9f12-48f0-aa8d-11444df2f2b2] socks connection closed\n2025-07-31 22:26:50.670 [info] [command][f81f9d6b-41cd-4cbc-80fc-f316dc0945b3] Socket close event received\n2025-07-31 22:26:50.710 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57902 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:27:50.672 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:27:50.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][10d7401e-82ca-4008-b2a7-f864f74d76b8] received connection request\n2025-07-31 22:27:50.675 [info] [command][1eb98efb-e95f-40ab-b18d-a3bf50b8471e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1eb98efb-e95f-40ab-b18d-a3bf50b8471e""}\n2025-07-31 22:27:50.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:27:50.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][10d7401e-82ca-4008-b2a7-f864f74d76b8] socks forwarding established\n2025-07-31 22:27:50.764 [info] [command][1eb98efb-e95f-40ab-b18d-a3bf50b8471e] Process exited with code 0\n2025-07-31 22:27:50.764 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][10d7401e-82ca-4008-b2a7-f864f74d76b8] socks connection closed\n2025-07-31 22:27:50.764 [info] [command][1eb98efb-e95f-40ab-b18d-a3bf50b8471e] Socket close event received\n2025-07-31 22:27:50.802 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57943 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:28:50.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:28:50.772 [info] [command][42fee4af-2819-4705-9c49-fa1555a7ec8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""42fee4af-2819-4705-9c49-fa1555a7ec8c""}\n2025-07-31 22:28:50.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eba41c08-72f7-4faa-a505-c14a7bc9f050] received connection request\n2025-07-31 22:28:50.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:28:50.816 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eba41c08-72f7-4faa-a505-c14a7bc9f050] socks forwarding established\n2025-07-31 22:28:50.859 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eba41c08-72f7-4faa-a505-c14a7bc9f050] socks connection closed\n2025-07-31 22:28:50.859 [info] [command][42fee4af-2819-4705-9c49-fa1555a7ec8c] Process exited with code 0\n2025-07-31 22:28:50.859 [info] [command][42fee4af-2819-4705-9c49-fa1555a7ec8c] Socket close event received\n2025-07-31 22:28:50.899 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:29:50.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:29:50.868 [info] [command][a090df82-4f55-4740-803f-5d944b449107] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a090df82-4f55-4740-803f-5d944b449107""}\n2025-07-31 22:29:50.872 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a696f3ca-f5dd-4ce4-8270-ff919d1dce4e] received connection request\n2025-07-31 22:29:50.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:29:50.992 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a696f3ca-f5dd-4ce4-8270-ff919d1dce4e] socks forwarding established\n2025-07-31 22:29:51.047 [info] [command][a090df82-4f55-4740-803f-5d944b449107] Process exited with code 0\n2025-07-31 22:29:51.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a696f3ca-f5dd-4ce4-8270-ff919d1dce4e] socks connection closed\n2025-07-31 22:29:51.048 [info] [command][a090df82-4f55-4740-803f-5d944b449107] Socket close event received\n2025-07-31 22:29:51.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58015 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:30:51.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:30:51.054 [info] [command][d5af4c74-04d9-492a-9346-0d120f3c1768] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d5af4c74-04d9-492a-9346-0d120f3c1768""}\n2025-07-31 22:30:51.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9db03041-292b-4ea3-b70c-7f163b26c926] received connection request\n2025-07-31 22:30:51.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:30:51.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9db03041-292b-4ea3-b70c-7f163b26c926] socks forwarding established\n2025-07-31 22:30:51.158 [info] [command][d5af4c74-04d9-492a-9346-0d120f3c1768] Process exited with code 0\n2025-07-31 22:30:51.158 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9db03041-292b-4ea3-b70c-7f163b26c926] socks connection closed\n2025-07-31 22:30:51.158 [info] [command][d5af4c74-04d9-492a-9346-0d120f3c1768] Socket close event received\n2025-07-31 22:30:51.200 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58039 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:31:51.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:31:51.160 [info] [command][4c1af9af-0c12-420e-946f-3828ac9c45c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c1af9af-0c12-420e-946f-3828ac9c45c6""}\n2025-07-31 22:31:51.160 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f1039641-ef50-45d7-a43b-6ab6dd836c04] received connection request\n2025-07-31 22:31:51.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:31:51.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1039641-ef50-45d7-a43b-6ab6dd836c04] socks forwarding established\n2025-07-31 22:31:51.323 [info] [command][4c1af9af-0c12-420e-946f-3828ac9c45c6] Process exited with code 0\n2025-07-31 22:31:51.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1039641-ef50-45d7-a43b-6ab6dd836c04] socks connection closed\n2025-07-31 22:31:51.324 [info] [command][4c1af9af-0c12-420e-946f-3828ac9c45c6] Socket close event received\n2025-07-31 22:31:51.364 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58085 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:32:51.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:32:51.331 [info] [command][68d272ce-9985-412e-a670-33e737cc248c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""68d272ce-9985-412e-a670-33e737cc248c""}\n2025-07-31 22:32:51.331 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4d2d373f-9b73-4cc4-829c-37d37769ca9e] received connection request\n2025-07-31 22:32:51.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:32:51.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d2d373f-9b73-4cc4-829c-37d37769ca9e] socks forwarding established\n2025-07-31 22:32:51.420 [info] [command][68d272ce-9985-412e-a670-33e737cc248c] Process exited with code 0\n2025-07-31 22:32:51.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d2d373f-9b73-4cc4-829c-37d37769ca9e] socks connection closed\n2025-07-31 22:32:51.422 [info] [command][68d272ce-9985-412e-a670-33e737cc248c] Socket close event received\n2025-07-31 22:32:51.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58127 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:33:51.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:33:51.427 [info] [command][edd0e7da-8d28-4e6b-b71d-010f449aed26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""edd0e7da-8d28-4e6b-b71d-010f449aed26""}\n2025-07-31 22:33:51.427 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0a7f8f2a-bfa4-45d9-8550-67b91f1df0de] received connection request\n2025-07-31 22:33:51.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:33:51.428 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:33:51.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a7f8f2a-bfa4-45d9-8550-67b91f1df0de] socks forwarding established\n2025-07-31 22:33:51.514 [info] [command][edd0e7da-8d28-4e6b-b71d-010f449aed26] Process exited with code 0\n2025-07-31 22:33:51.515 [info] [command][edd0e7da-8d28-4e6b-b71d-010f449aed26] Socket close event received\n2025-07-31 22:33:51.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a7f8f2a-bfa4-45d9-8550-67b91f1df0de] socks connection closed\n2025-07-31 22:33:51.555 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58153 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:34:51.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:34:51.522 [info] [command][0cf9d227-1264-42ef-99cb-09d393a4754e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cf9d227-1264-42ef-99cb-09d393a4754e""}\n2025-07-31 22:34:51.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eb3cf546-f54c-4953-951b-51c5eb69054a] received connection request\n2025-07-31 22:34:51.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:34:51.678 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb3cf546-f54c-4953-951b-51c5eb69054a] socks forwarding established\n2025-07-31 22:34:51.726 [info] [command][0cf9d227-1264-42ef-99cb-09d393a4754e] Process exited with code 0\n2025-07-31 22:34:51.727 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb3cf546-f54c-4953-951b-51c5eb69054a] socks connection closed\n2025-07-31 22:34:51.727 [info] [command][0cf9d227-1264-42ef-99cb-09d393a4754e] Socket close event received\n2025-07-31 22:34:51.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58173 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:35:51.733 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:35:51.736 [info] [command][48c48048-f132-4c94-a780-7d20a57fa2fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""48c48048-f132-4c94-a780-7d20a57fa2fd""}\n2025-07-31 22:35:51.737 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad83171c-9e02-42b1-a692-e2ef9648b02e] received connection request\n2025-07-31 22:35:51.737 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:35:51.780 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad83171c-9e02-42b1-a692-e2ef9648b02e] socks forwarding established\n2025-07-31 22:35:51.828 [info] [command][48c48048-f132-4c94-a780-7d20a57fa2fd] Process exited with code 0\n2025-07-31 22:35:51.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad83171c-9e02-42b1-a692-e2ef9648b02e] socks connection closed\n2025-07-31 22:35:51.829 [info] [command][48c48048-f132-4c94-a780-7d20a57fa2fd] Socket close event received\n2025-07-31 22:35:51.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:36:51.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:36:51.836 [info] [command][96eccc3d-79c8-453e-b494-adeb51df3c1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""96eccc3d-79c8-453e-b494-adeb51df3c1c""}\n2025-07-31 22:36:51.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee1e7ed0-7a5d-4e42-bafe-435028e33d73] received connection request\n2025-07-31 22:36:51.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:36:51.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee1e7ed0-7a5d-4e42-bafe-435028e33d73] socks forwarding established\n2025-07-31 22:36:51.950 [info] [command][96eccc3d-79c8-453e-b494-adeb51df3c1c] Process exited with code 0\n2025-07-31 22:36:51.950 [info] [command][96eccc3d-79c8-453e-b494-adeb51df3c1c] Socket close event received\n2025-07-31 22:36:51.952 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee1e7ed0-7a5d-4e42-bafe-435028e33d73] socks connection closed\n2025-07-31 22:36:51.993 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58259 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:37:51.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:37:51.955 [info] [command][2e2683ae-aa84-4842-a6b9-4a40e477ce8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2e2683ae-aa84-4842-a6b9-4a40e477ce8f""}\n2025-07-31 22:37:51.956 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fa02871c-a9a5-48b1-8cf1-a7f8aef34c53] received connection request\n2025-07-31 22:37:51.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:37:52.002 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa02871c-a9a5-48b1-8cf1-a7f8aef34c53] socks forwarding established\n2025-07-31 22:37:52.049 [info] [command][2e2683ae-aa84-4842-a6b9-4a40e477ce8f] Process exited with code 0\n2025-07-31 22:37:52.051 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa02871c-a9a5-48b1-8cf1-a7f8aef34c53] socks connection closed\n2025-07-31 22:37:52.051 [info] [command][2e2683ae-aa84-4842-a6b9-4a40e477ce8f] Socket close event received\n2025-07-31 22:37:52.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58297 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:38:52.052 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:38:52.054 [info] [command][d210c55f-13a2-4892-bd7f-c5a1055dd426] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d210c55f-13a2-4892-bd7f-c5a1055dd426""}\n2025-07-31 22:38:52.055 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e573cced-dfbe-4d12-a2bb-a19e56e308d8] received connection request\n2025-07-31 22:38:52.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:38:52.172 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e573cced-dfbe-4d12-a2bb-a19e56e308d8] socks forwarding established\n2025-07-31 22:38:52.217 [info] [command][d210c55f-13a2-4892-bd7f-c5a1055dd426] Process exited with code 0\n2025-07-31 22:38:52.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e573cced-dfbe-4d12-a2bb-a19e56e308d8] socks connection closed\n2025-07-31 22:38:52.217 [info] [command][d210c55f-13a2-4892-bd7f-c5a1055dd426] Socket close event received\n2025-07-31 22:38:52.257 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58317 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:39:52.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:39:52.220 [info] [command][39f21389-d64c-4670-baea-7968167e15d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39f21389-d64c-4670-baea-7968167e15d8""}\n2025-07-31 22:39:52.220 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][743c3c4a-8156-4ae9-9d6c-51de1747cfa5] received connection request\n2025-07-31 22:39:52.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:39:52.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][743c3c4a-8156-4ae9-9d6c-51de1747cfa5] socks forwarding established\n2025-07-31 22:39:52.318 [info] [command][39f21389-d64c-4670-baea-7968167e15d8] Process exited with code 0\n2025-07-31 22:39:52.318 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][743c3c4a-8156-4ae9-9d6c-51de1747cfa5] socks connection closed\n2025-07-31 22:39:52.318 [info] [command][39f21389-d64c-4670-baea-7968167e15d8] Socket close event received\n2025-07-31 22:39:52.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58338 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:40:52.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:40:52.325 [info] [command][eef44896-0cdd-43e7-9569-715d80927691] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eef44896-0cdd-43e7-9569-715d80927691""}\n2025-07-31 22:40:52.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2027b82a-6dbe-4acb-a377-a573be29fb34] received connection request\n2025-07-31 22:40:52.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:40:52.372 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2027b82a-6dbe-4acb-a377-a573be29fb34] socks forwarding established\n2025-07-31 22:40:52.417 [info] [command][eef44896-0cdd-43e7-9569-715d80927691] Process exited with code 0\n2025-07-31 22:40:52.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2027b82a-6dbe-4acb-a377-a573be29fb34] socks connection closed\n2025-07-31 22:40:52.417 [info] [command][eef44896-0cdd-43e7-9569-715d80927691] Socket close event received\n2025-07-31 22:40:52.457 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:41:52.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:41:52.421 [info] [command][5e839e62-933d-4239-867a-66e498b08f27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5e839e62-933d-4239-867a-66e498b08f27""}\n2025-07-31 22:41:52.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f18454d1-6400-4e8a-b6cb-06fd3ffe4558] received connection request\n2025-07-31 22:41:52.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:41:52.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f18454d1-6400-4e8a-b6cb-06fd3ffe4558] socks forwarding established\n2025-07-31 22:41:52.514 [info] [command][5e839e62-933d-4239-867a-66e498b08f27] Process exited with code 0\n2025-07-31 22:41:52.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f18454d1-6400-4e8a-b6cb-06fd3ffe4558] socks connection closed\n2025-07-31 22:41:52.515 [info] [command][5e839e62-933d-4239-867a-66e498b08f27] Socket close event received\n2025-07-31 22:41:52.555 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58424 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:42:52.517 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:42:52.518 [info] [command][df9191e8-62b2-4858-a9cf-d414bfff35e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""df9191e8-62b2-4858-a9cf-d414bfff35e3""}\n2025-07-31 22:42:52.518 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f951a34b-6d69-47d5-ba56-665aceb5dc2d] received connection request\n2025-07-31 22:42:52.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:42:52.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f951a34b-6d69-47d5-ba56-665aceb5dc2d] socks forwarding established\n2025-07-31 22:42:52.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f951a34b-6d69-47d5-ba56-665aceb5dc2d] socks connection closed\n2025-07-31 22:42:52.602 [info] [command][df9191e8-62b2-4858-a9cf-d414bfff35e3] Process exited with code 0\n2025-07-31 22:42:52.602 [info] [command][df9191e8-62b2-4858-a9cf-d414bfff35e3] Socket close event received\n2025-07-31 22:42:52.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58478 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:43:52.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:43:52.608 [info] [command][a3962e26-5a4d-40d6-ba65-0d4b775f5a25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a3962e26-5a4d-40d6-ba65-0d4b775f5a25""}\n2025-07-31 22:43:52.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cc0012ab-37db-4a51-a1dc-bdb0448ebcbe] received connection request\n2025-07-31 22:43:52.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:43:52.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cc0012ab-37db-4a51-a1dc-bdb0448ebcbe] socks forwarding established\n2025-07-31 22:43:52.696 [info] [command][a3962e26-5a4d-40d6-ba65-0d4b775f5a25] Process exited with code 0\n2025-07-31 22:43:52.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cc0012ab-37db-4a51-a1dc-bdb0448ebcbe] socks connection closed\n2025-07-31 22:43:52.696 [info] [command][a3962e26-5a4d-40d6-ba65-0d4b775f5a25] Socket close event received\n2025-07-31 22:43:52.736 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:44:52.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:44:52.701 [info] [command][33493d30-4c7a-49db-9ce6-d9ea4684ad85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33493d30-4c7a-49db-9ce6-d9ea4684ad85""}\n2025-07-31 22:44:52.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][476aedae-0ad8-4cc1-bfca-cc3b06f4af31] received connection request\n2025-07-31 22:44:52.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:44:52.746 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476aedae-0ad8-4cc1-bfca-cc3b06f4af31] socks forwarding established\n2025-07-31 22:44:52.865 [info] [command][33493d30-4c7a-49db-9ce6-d9ea4684ad85] Process exited with code 0\n2025-07-31 22:44:52.865 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476aedae-0ad8-4cc1-bfca-cc3b06f4af31] socks connection closed\n2025-07-31 22:44:52.865 [info] [command][33493d30-4c7a-49db-9ce6-d9ea4684ad85] Socket close event received\n2025-07-31 22:44:52.906 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58566 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:45:52.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:45:52.873 [info] [command][2daca876-c5db-4ec8-ab79-e26666d4caa9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2daca876-c5db-4ec8-ab79-e26666d4caa9""}\n2025-07-31 22:45:52.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b21ffca7-154e-48fe-b6b9-048342cbb7ba] received connection request\n2025-07-31 22:45:52.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:45:52.918 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b21ffca7-154e-48fe-b6b9-048342cbb7ba] socks forwarding established\n2025-07-31 22:45:52.965 [info] [command][2daca876-c5db-4ec8-ab79-e26666d4caa9] Process exited with code 0\n2025-07-31 22:45:52.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b21ffca7-154e-48fe-b6b9-048342cbb7ba] socks connection closed\n2025-07-31 22:45:52.965 [info] [command][2daca876-c5db-4ec8-ab79-e26666d4caa9] Socket close event received\n2025-07-31 22:45:53.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58591 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:46:52.965 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:46:52.966 [info] [command][e877386f-4505-4df0-aa66-47fe35d5a2fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e877386f-4505-4df0-aa66-47fe35d5a2fb""}\n2025-07-31 22:46:52.967 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e9b5d67f-7266-4ba3-8450-9794bce8b093] received connection request\n2025-07-31 22:46:52.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:46:53.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9b5d67f-7266-4ba3-8450-9794bce8b093] socks forwarding established\n2025-07-31 22:46:53.062 [info] [command][e877386f-4505-4df0-aa66-47fe35d5a2fb] Process exited with code 0\n2025-07-31 22:46:53.062 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9b5d67f-7266-4ba3-8450-9794bce8b093] socks connection closed\n2025-07-31 22:46:53.063 [info] [command][e877386f-4505-4df0-aa66-47fe35d5a2fb] Socket close event received\n2025-07-31 22:46:53.109 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58622 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:47:53.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:47:53.067 [info] [command][0cf2f93c-ec3a-4f76-a291-aa487066dd63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cf2f93c-ec3a-4f76-a291-aa487066dd63""}\n2025-07-31 22:47:53.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][41ca1f75-4453-4756-8b49-b90dbc374890] received connection request\n2025-07-31 22:47:53.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:47:53.067 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:47:53.108 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][41ca1f75-4453-4756-8b49-b90dbc374890] socks forwarding established\n2025-07-31 22:47:53.152 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][41ca1f75-4453-4756-8b49-b90dbc374890] socks connection closed\n2025-07-31 22:47:53.153 [info] [command][0cf2f93c-ec3a-4f76-a291-aa487066dd63] Process exited with code 0\n2025-07-31 22:47:53.153 [info] [command][0cf2f93c-ec3a-4f76-a291-aa487066dd63] Socket close event received\n2025-07-31 22:47:53.192 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58679 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:48:53.155 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:48:53.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6b4a93a7-0d6f-419d-8aea-ff3e283a6d5b] received connection request\n2025-07-31 22:48:53.161 [info] [command][f32d2c58-a0e2-4a69-a549-ce220e880c1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f32d2c58-a0e2-4a69-a549-ce220e880c1a""}\n2025-07-31 22:48:53.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:48:53.232 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b4a93a7-0d6f-419d-8aea-ff3e283a6d5b] socks forwarding established\n2025-07-31 22:48:53.279 [info] [command][f32d2c58-a0e2-4a69-a549-ce220e880c1a] Process exited with code 0\n2025-07-31 22:48:53.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b4a93a7-0d6f-419d-8aea-ff3e283a6d5b] socks connection closed\n2025-07-31 22:48:53.279 [info] [command][f32d2c58-a0e2-4a69-a549-ce220e880c1a] Socket close event received\n2025-07-31 22:48:53.318 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58710 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:49:53.280 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:49:53.282 [info] [command][8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e""}\n2025-07-31 22:49:53.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fae6c213-5a6e-4e3d-885b-2023889382ea] received connection request\n2025-07-31 22:49:53.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:49:53.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fae6c213-5a6e-4e3d-885b-2023889382ea] socks forwarding established\n2025-07-31 22:49:53.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fae6c213-5a6e-4e3d-885b-2023889382ea] socks connection closed\n2025-07-31 22:49:53.368 [info] [command][8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e] Process exited with code 0\n2025-07-31 22:49:53.368 [info] [command][8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e] Socket close event received\n2025-07-31 22:49:53.410 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58736 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:50:53.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:50:53.374 [info] [command][d234b9af-1a67-45c3-86a6-23cc13fe048a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d234b9af-1a67-45c3-86a6-23cc13fe048a""}\n2025-07-31 22:50:53.374 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][af64e245-7168-461c-9d36-6e99edf71669] received connection request\n2025-07-31 22:50:53.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:50:53.420 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af64e245-7168-461c-9d36-6e99edf71669] socks forwarding established\n2025-07-31 22:50:53.465 [info] [command][d234b9af-1a67-45c3-86a6-23cc13fe048a] Process exited with code 0\n2025-07-31 22:50:53.466 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af64e245-7168-461c-9d36-6e99edf71669] socks connection closed\n2025-07-31 22:50:53.466 [info] [command][d234b9af-1a67-45c3-86a6-23cc13fe048a] Socket close event received\n2025-07-31 22:50:53.509 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58769 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:51:53.471 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:51:53.473 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b19139d6-5f09-4d71-97cb-bc2ee54e85a7] received connection request\n2025-07-31 22:51:53.473 [info] [command][da805eca-6795-4f5f-9aa9-6be4173bc9f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""da805eca-6795-4f5f-9aa9-6be4173bc9f6""}\n2025-07-31 22:51:53.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:51:53.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b19139d6-5f09-4d71-97cb-bc2ee54e85a7] socks forwarding established\n2025-07-31 22:51:53.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b19139d6-5f09-4d71-97cb-bc2ee54e85a7] socks connection closed\n2025-07-31 22:51:53.559 [info] [command][da805eca-6795-4f5f-9aa9-6be4173bc9f6] Process exited with code 0\n2025-07-31 22:51:53.559 [info] [command][da805eca-6795-4f5f-9aa9-6be4173bc9f6] Socket close event received\n2025-07-31 22:51:53.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58807 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:52:53.560 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:52:53.562 [info] [command][9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346""}\n2025-07-31 22:52:53.563 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ba83c5e8-ca33-499a-af11-8f57294e3860] received connection request\n2025-07-31 22:52:53.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:52:53.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba83c5e8-ca33-499a-af11-8f57294e3860] socks forwarding established\n2025-07-31 22:52:53.658 [info] [command][9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346] Process exited with code 0\n2025-07-31 22:52:53.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba83c5e8-ca33-499a-af11-8f57294e3860] socks connection closed\n2025-07-31 22:52:53.658 [info] [command][9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346] Socket close event received\n2025-07-31 22:52:53.698 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58839 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:53:53.662 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:53:53.665 [info] [command][65c1058e-0f76-4ee3-9448-486eb05ccfcc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""65c1058e-0f76-4ee3-9448-486eb05ccfcc""}\n2025-07-31 22:53:53.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1133d974-dbc7-49f2-8af5-7dfc283225af] received connection request\n2025-07-31 22:53:53.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:53:53.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1133d974-dbc7-49f2-8af5-7dfc283225af] socks forwarding established\n2025-07-31 22:53:53.777 [info] [command][65c1058e-0f76-4ee3-9448-486eb05ccfcc] Process exited with code 0\n2025-07-31 22:53:53.777 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1133d974-dbc7-49f2-8af5-7dfc283225af] socks connection closed\n2025-07-31 22:53:53.778 [info] [command][65c1058e-0f76-4ee3-9448-486eb05ccfcc] Socket close event received\n2025-07-31 22:53:53.889 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58861 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:54:53.782 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:54:53.784 [info] [command][fc2487d4-3bb5-45e4-8c74-fa284020500d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc2487d4-3bb5-45e4-8c74-fa284020500d""}\n2025-07-31 22:54:53.784 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bb0c0e54-d544-45b5-8a1a-be0e2d60ace3] received connection request\n2025-07-31 22:54:53.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:54:53.786 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:54:53.830 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bb0c0e54-d544-45b5-8a1a-be0e2d60ace3] socks forwarding established\n2025-07-31 22:54:53.876 [info] [command][fc2487d4-3bb5-45e4-8c74-fa284020500d] Process exited with code 0\n2025-07-31 22:54:53.877 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bb0c0e54-d544-45b5-8a1a-be0e2d60ace3] socks connection closed\n2025-07-31 22:54:53.877 [info] [command][fc2487d4-3bb5-45e4-8c74-fa284020500d] Socket close event received\n2025-07-31 22:54:53.918 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58893 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:55:53.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:55:53.882 [info] [command][948f1d63-8bce-4210-be39-d2b11b482a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""948f1d63-8bce-4210-be39-d2b11b482a30""}\n2025-07-31 22:55:53.883 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33437e6a-f254-43a3-9de7-6df3f9f7bee6] received connection request\n2025-07-31 22:55:53.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:55:53.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33437e6a-f254-43a3-9de7-6df3f9f7bee6] socks forwarding established\n2025-07-31 22:55:53.987 [info] [command][948f1d63-8bce-4210-be39-d2b11b482a30] Process exited with code 0\n2025-07-31 22:55:53.987 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33437e6a-f254-43a3-9de7-6df3f9f7bee6] socks connection closed\n2025-07-31 22:55:53.988 [info] [command][948f1d63-8bce-4210-be39-d2b11b482a30] Socket close event received\n2025-07-31 22:55:54.030 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58917 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:56:53.988 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:56:53.991 [info] [command][73760288-e7ed-49de-a3d7-d162d6c8cc1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""73760288-e7ed-49de-a3d7-d162d6c8cc1b""}\n2025-07-31 22:56:53.991 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][347f89c0-a407-4636-9c84-aff74e1cb0fd] received connection request\n2025-07-31 22:56:53.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:56:54.038 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][347f89c0-a407-4636-9c84-aff74e1cb0fd] socks forwarding established\n2025-07-31 22:56:54.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][347f89c0-a407-4636-9c84-aff74e1cb0fd] socks connection closed\n2025-07-31 22:56:54.085 [info] [command][73760288-e7ed-49de-a3d7-d162d6c8cc1b] Process exited with code 0\n2025-07-31 22:56:54.085 [info] [command][73760288-e7ed-49de-a3d7-d162d6c8cc1b] Socket close event received\n2025-07-31 22:56:54.196 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58962 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:57:54.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:57:54.089 [info] [command][d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03""}\n2025-07-31 22:57:54.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][51696133-a3ff-471b-b035-74302d8140be] received connection request\n2025-07-31 22:57:54.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:57:54.090 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:57:54.132 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51696133-a3ff-471b-b035-74302d8140be] socks forwarding established\n2025-07-31 22:57:54.178 [info] [command][d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03] Process exited with code 0\n2025-07-31 22:57:54.178 [info] [command][d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03] Socket close event received\n2025-07-31 22:57:54.179 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51696133-a3ff-471b-b035-74302d8140be] socks connection closed\n2025-07-31 22:57:54.218 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59035 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:58:54.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:58:54.182 [info] [command][f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef""}\n2025-07-31 22:58:54.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85ad59cc-16e8-4790-a097-4512f588097a] received connection request\n2025-07-31 22:58:54.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:58:54.304 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85ad59cc-16e8-4790-a097-4512f588097a] socks forwarding established\n2025-07-31 22:58:54.349 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85ad59cc-16e8-4790-a097-4512f588097a] socks connection closed\n2025-07-31 22:58:54.349 [info] [command][f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef] Process exited with code 0\n2025-07-31 22:58:54.349 [info] [command][f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef] Socket close event received\n2025-07-31 22:58:54.393 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59093 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:59:54.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:59:54.353 [info] [command][3479e50c-0c45-4b48-be87-d07056e87314] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3479e50c-0c45-4b48-be87-d07056e87314""}\n2025-07-31 22:59:54.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cb4efca7-1bc6-4063-b8d0-572cd3607cc1] received connection request\n2025-07-31 22:59:54.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:59:54.397 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb4efca7-1bc6-4063-b8d0-572cd3607cc1] socks forwarding established\n2025-07-31 22:59:54.447 [info] [command][3479e50c-0c45-4b48-be87-d07056e87314] Process exited with code 0\n2025-07-31 22:59:54.447 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb4efca7-1bc6-4063-b8d0-572cd3607cc1] socks connection closed\n2025-07-31 22:59:54.447 [info] [command][3479e50c-0c45-4b48-be87-d07056e87314] Socket close event received\n2025-07-31 22:59:54.487 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:00:54.450 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:00:54.453 [info] [command][743e3203-0eb9-40af-a8d2-0666647ac6c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""743e3203-0eb9-40af-a8d2-0666647ac6c7""}\n2025-07-31 23:00:54.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2765f8a9-c1bb-46d4-9dff-ad180bc561eb] received connection request\n2025-07-31 23:00:54.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:00:54.496 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2765f8a9-c1bb-46d4-9dff-ad180bc561eb] socks forwarding established\n2025-07-31 23:00:54.542 [info] [command][743e3203-0eb9-40af-a8d2-0666647ac6c7] Process exited with code 0\n2025-07-31 23:00:54.543 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2765f8a9-c1bb-46d4-9dff-ad180bc561eb] socks connection closed\n2025-07-31 23:00:54.543 [info] [command][743e3203-0eb9-40af-a8d2-0666647ac6c7] Socket close event received\n2025-07-31 23:00:54.583 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59147 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:01:54.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:01:54.549 [info] [command][aa0d46ec-a9fb-425d-805e-0e48f228924e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aa0d46ec-a9fb-425d-805e-0e48f228924e""}\n2025-07-31 23:01:54.549 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][37e341b3-fd7f-4a0d-8705-79d1c0975876] received connection request\n2025-07-31 23:01:54.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:01:54.594 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37e341b3-fd7f-4a0d-8705-79d1c0975876] socks forwarding established\n2025-07-31 23:01:54.642 [info] [command][aa0d46ec-a9fb-425d-805e-0e48f228924e] Process exited with code 0\n2025-07-31 23:01:54.642 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37e341b3-fd7f-4a0d-8705-79d1c0975876] socks connection closed\n2025-07-31 23:01:54.642 [info] [command][aa0d46ec-a9fb-425d-805e-0e48f228924e] Socket close event received\n2025-07-31 23:01:54.683 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59190 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:02:54.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:02:54.648 [info] [command][268fff02-89c2-41fa-8e82-560fdd787f9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""268fff02-89c2-41fa-8e82-560fdd787f9e""}\n2025-07-31 23:02:54.648 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][12664046-3cfc-4f3a-85e6-e65e0b70f08d] received connection request\n2025-07-31 23:02:54.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:02:54.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12664046-3cfc-4f3a-85e6-e65e0b70f08d] socks forwarding established\n2025-07-31 23:02:54.734 [info] [command][268fff02-89c2-41fa-8e82-560fdd787f9e] Process exited with code 0\n2025-07-31 23:02:54.735 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12664046-3cfc-4f3a-85e6-e65e0b70f08d] socks connection closed\n2025-07-31 23:02:54.735 [info] [command][268fff02-89c2-41fa-8e82-560fdd787f9e] Socket close event received\n2025-07-31 23:02:54.774 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59225 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:03:54.737 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:03:54.739 [info] [command][2b312d31-4bb2-48fa-bf03-7599e1c05635] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2b312d31-4bb2-48fa-bf03-7599e1c05635""}\n2025-07-31 23:03:54.739 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d0c7a381-db33-4361-90bf-265ab9442962] received connection request\n2025-07-31 23:03:54.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:03:54.794 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0c7a381-db33-4361-90bf-265ab9442962] socks forwarding established\n2025-07-31 23:03:54.861 [info] [command][2b312d31-4bb2-48fa-bf03-7599e1c05635] Process exited with code 0\n2025-07-31 23:03:54.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0c7a381-db33-4361-90bf-265ab9442962] socks connection closed\n2025-07-31 23:03:54.862 [info] [command][2b312d31-4bb2-48fa-bf03-7599e1c05635] Socket close event received\n2025-07-31 23:03:54.904 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59240 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:04:54.864 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:04:54.866 [info] [command][f351c12a-e58c-4341-84f5-72a37516ea3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f351c12a-e58c-4341-84f5-72a37516ea3b""}\n2025-07-31 23:04:54.867 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9827bcb6-0320-494e-8ddc-7d4441198096] received connection request\n2025-07-31 23:04:54.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:04:54.913 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9827bcb6-0320-494e-8ddc-7d4441198096] socks forwarding established\n2025-07-31 23:04:54.960 [info] [command][f351c12a-e58c-4341-84f5-72a37516ea3b] Process exited with code 0\n2025-07-31 23:04:54.960 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9827bcb6-0320-494e-8ddc-7d4441198096] socks connection closed\n2025-07-31 23:04:54.960 [info] [command][f351c12a-e58c-4341-84f5-72a37516ea3b] Socket close event received\n2025-07-31 23:04:55.002 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59287 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:05:54.962 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:05:54.965 [info] [command][9ccfa922-bd61-4293-9491-ffbc9084fe01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ccfa922-bd61-4293-9491-ffbc9084fe01""}\n2025-07-31 23:05:54.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][91d81498-0310-4ea0-943a-841b76459475] received connection request\n2025-07-31 23:05:54.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:05:55.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91d81498-0310-4ea0-943a-841b76459475] socks forwarding established\n2025-07-31 23:05:55.059 [info] [command][9ccfa922-bd61-4293-9491-ffbc9084fe01] Process exited with code 0\n2025-07-31 23:05:55.059 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91d81498-0310-4ea0-943a-841b76459475] socks connection closed\n2025-07-31 23:05:55.060 [info] [command][9ccfa922-bd61-4293-9491-ffbc9084fe01] Socket close event received\n2025-07-31 23:05:55.099 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59311 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:06:55.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:06:55.066 [info] [command][a0503963-3d2e-429e-8ae4-e245ec5104a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a0503963-3d2e-429e-8ae4-e245ec5104a2""}\n2025-07-31 23:06:55.066 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9bb942c1-c5a6-4f64-8782-478b2007afef] received connection request\n2025-07-31 23:06:55.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:06:55.109 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9bb942c1-c5a6-4f64-8782-478b2007afef] socks forwarding established\n2025-07-31 23:06:55.155 [info] [command][a0503963-3d2e-429e-8ae4-e245ec5104a2] Process exited with code 0\n2025-07-31 23:06:55.155 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9bb942c1-c5a6-4f64-8782-478b2007afef] socks connection closed\n2025-07-31 23:06:55.155 [info] [command][a0503963-3d2e-429e-8ae4-e245ec5104a2] Socket close event received\n2025-07-31 23:06:55.195 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59373 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:07:55.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:07:55.163 [info] [command][df7ecdfe-61ce-45c6-bad6-04a3431b6e9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""df7ecdfe-61ce-45c6-bad6-04a3431b6e9d""}\n2025-07-31 23:07:55.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bf936513-4138-4ffb-90df-2f9e8c2f8af6] received connection request\n2025-07-31 23:07:55.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:07:55.272 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf936513-4138-4ffb-90df-2f9e8c2f8af6] socks forwarding established\n2025-07-31 23:07:55.316 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf936513-4138-4ffb-90df-2f9e8c2f8af6] socks connection closed\n2025-07-31 23:07:55.316 [info] [command][df7ecdfe-61ce-45c6-bad6-04a3431b6e9d] Process exited with code 0\n2025-07-31 23:07:55.316 [info] [command][df7ecdfe-61ce-45c6-bad6-04a3431b6e9d] Socket close event received\n2025-07-31 23:07:55.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59452 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:08:55.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:08:55.319 [info] [command][cc2ba3ad-8275-47d6-973c-235d85eca68c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cc2ba3ad-8275-47d6-973c-235d85eca68c""}\n2025-07-31 23:08:55.319 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5617346e-bcfc-42da-8cd9-c72d72ed1032] received connection request\n2025-07-31 23:08:55.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:08:55.359 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5617346e-bcfc-42da-8cd9-c72d72ed1032] socks forwarding established\n2025-07-31 23:08:55.404 [info] [command][cc2ba3ad-8275-47d6-973c-235d85eca68c] Process exited with code 0\n2025-07-31 23:08:55.404 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5617346e-bcfc-42da-8cd9-c72d72ed1032] socks connection closed\n2025-07-31 23:08:55.404 [info] [command][cc2ba3ad-8275-47d6-973c-235d85eca68c] Socket close event received\n2025-07-31 23:08:55.444 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59514 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:09:55.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:09:55.408 [info] [command][f3f74d69-0410-441e-8ab7-b465e25bb8a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f3f74d69-0410-441e-8ab7-b465e25bb8a7""}\n2025-07-31 23:09:55.408 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][38187e0d-84c1-4649-b4f8-1c3259d41d4c] received connection request\n2025-07-31 23:09:55.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:09:55.409 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:09:55.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][38187e0d-84c1-4649-b4f8-1c3259d41d4c] socks forwarding established\n2025-07-31 23:09:55.499 [info] [command][f3f74d69-0410-441e-8ab7-b465e25bb8a7] Process exited with code 0\n2025-07-31 23:09:55.500 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][38187e0d-84c1-4649-b4f8-1c3259d41d4c] socks connection closed\n2025-07-31 23:09:55.500 [info] [command][f3f74d69-0410-441e-8ab7-b465e25bb8a7] Socket close event received\n2025-07-31 23:09:55.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59573 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:10:55.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:10:55.502 [info] [command][0e0feff4-0237-4a58-9fdb-b30585783309] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0e0feff4-0237-4a58-9fdb-b30585783309""}\n2025-07-31 23:10:55.503 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][edb20163-6015-4289-bce8-3f2568dfec59] received connection request\n2025-07-31 23:10:55.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:10:55.545 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][edb20163-6015-4289-bce8-3f2568dfec59] socks forwarding established\n2025-07-31 23:10:55.592 [info] [command][0e0feff4-0237-4a58-9fdb-b30585783309] Process exited with code 0\n2025-07-31 23:10:55.592 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][edb20163-6015-4289-bce8-3f2568dfec59] socks connection closed\n2025-07-31 23:10:55.593 [info] [command][0e0feff4-0237-4a58-9fdb-b30585783309] Socket close event received\n2025-07-31 23:10:55.636 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59625 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:11:55.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:11:55.596 [info] [command][39f5fba6-68ac-4457-9819-17e85437a914] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39f5fba6-68ac-4457-9819-17e85437a914""}\n2025-07-31 23:11:55.596 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][36b5ce4f-d9cb-4e14-be14-76e3a86f6423] received connection request\n2025-07-31 23:11:55.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:11:55.639 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36b5ce4f-d9cb-4e14-be14-76e3a86f6423] socks forwarding established\n2025-07-31 23:11:55.688 [info] [command][39f5fba6-68ac-4457-9819-17e85437a914] Process exited with code 0\n2025-07-31 23:11:55.689 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36b5ce4f-d9cb-4e14-be14-76e3a86f6423] socks connection closed\n2025-07-31 23:11:55.689 [info] [command][39f5fba6-68ac-4457-9819-17e85437a914] Socket close event received\n2025-07-31 23:11:55.729 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59659 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:12:55.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:12:55.695 [info] [command][4bfc8a55-eb75-44b6-bd3a-726caf36c2e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4bfc8a55-eb75-44b6-bd3a-726caf36c2e9""}\n2025-07-31 23:12:55.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab1afcfe-ae61-4d2f-bd9b-7c51fd47479f] received connection request\n2025-07-31 23:12:55.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:12:55.738 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1afcfe-ae61-4d2f-bd9b-7c51fd47479f] socks forwarding established\n2025-07-31 23:12:55.784 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1afcfe-ae61-4d2f-bd9b-7c51fd47479f] socks connection closed\n2025-07-31 23:12:55.784 [info] [command][4bfc8a55-eb75-44b6-bd3a-726caf36c2e9] Process exited with code 0\n2025-07-31 23:12:55.784 [info] [command][4bfc8a55-eb75-44b6-bd3a-726caf36c2e9] Socket close event received\n2025-07-31 23:12:55.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59689 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:13:55.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:13:55.791 [info] [command][06a1678b-fbcf-4eac-ae63-41b5548486ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""06a1678b-fbcf-4eac-ae63-41b5548486ce""}\n2025-07-31 23:13:55.792 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d78271cb-3891-40ee-9bbd-11bb09a1eb7e] received connection request\n2025-07-31 23:13:55.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:13:55.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d78271cb-3891-40ee-9bbd-11bb09a1eb7e] socks forwarding established\n2025-07-31 23:13:55.970 [info] [command][06a1678b-fbcf-4eac-ae63-41b5548486ce] Process exited with code 0\n2025-07-31 23:13:55.971 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d78271cb-3891-40ee-9bbd-11bb09a1eb7e] socks connection closed\n2025-07-31 23:13:55.971 [info] [command][06a1678b-fbcf-4eac-ae63-41b5548486ce] Socket close event received\n2025-07-31 23:13:56.012 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59707 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:14:55.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:14:55.976 [info] [command][e3e81473-a34e-47fe-b423-fab16204f3b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e3e81473-a34e-47fe-b423-fab16204f3b2""}\n2025-07-31 23:14:55.977 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][458ce02a-31f5-45c5-96cd-a6d3b3c3c145] received connection request\n2025-07-31 23:14:55.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:14:56.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][458ce02a-31f5-45c5-96cd-a6d3b3c3c145] socks forwarding established\n2025-07-31 23:14:56.068 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][458ce02a-31f5-45c5-96cd-a6d3b3c3c145] socks connection closed\n2025-07-31 23:14:56.069 [info] [command][e3e81473-a34e-47fe-b423-fab16204f3b2] Process exited with code 0\n2025-07-31 23:14:56.069 [info] [command][e3e81473-a34e-47fe-b423-fab16204f3b2] Socket close event received\n2025-07-31 23:14:56.109 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59722 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:15:56.070 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:15:56.076 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][53f87891-f820-4fb5-b610-02b6762e45b2] received connection request\n2025-07-31 23:15:56.076 [info] [command][a90204a3-f948-45a0-8125-59a5438e887a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a90204a3-f948-45a0-8125-59a5438e887a""}\n2025-07-31 23:15:56.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:15:56.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][53f87891-f820-4fb5-b610-02b6762e45b2] socks forwarding established\n2025-07-31 23:15:56.165 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][53f87891-f820-4fb5-b610-02b6762e45b2] socks connection closed\n2025-07-31 23:15:56.166 [info] [command][a90204a3-f948-45a0-8125-59a5438e887a] Process exited with code 0\n2025-07-31 23:15:56.166 [info] [command][a90204a3-f948-45a0-8125-59a5438e887a] Socket close event received\n2025-07-31 23:15:56.206 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59749 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:16:56.170 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:16:56.173 [info] [command][9a0e98ee-7bde-4a25-995a-fadb0519f667] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a0e98ee-7bde-4a25-995a-fadb0519f667""}\n2025-07-31 23:16:56.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][91e1de2f-3cf1-48aa-a206-baf78e026dcd] received connection request\n2025-07-31 23:16:56.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:16:56.175 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:16:56.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91e1de2f-3cf1-48aa-a206-baf78e026dcd] socks forwarding established\n2025-07-31 23:16:56.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91e1de2f-3cf1-48aa-a206-baf78e026dcd] socks connection closed\n2025-07-31 23:16:56.261 [info] [command][9a0e98ee-7bde-4a25-995a-fadb0519f667] Process exited with code 0\n2025-07-31 23:16:56.261 [info] [command][9a0e98ee-7bde-4a25-995a-fadb0519f667] Socket close event received\n2025-07-31 23:16:56.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59842 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:17:56.263 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:17:56.265 [info] [command][4cb7f625-c939-4a11-8540-c4bce03bef03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4cb7f625-c939-4a11-8540-c4bce03bef03""}\n2025-07-31 23:17:56.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab1dd664-083b-4179-b008-4e71306a43e3] received connection request\n2025-07-31 23:17:56.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:17:56.309 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1dd664-083b-4179-b008-4e71306a43e3] socks forwarding established\n2025-07-31 23:17:56.353 [info] [command][4cb7f625-c939-4a11-8540-c4bce03bef03] Process exited with code 0\n2025-07-31 23:17:56.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1dd664-083b-4179-b008-4e71306a43e3] socks connection closed\n2025-07-31 23:17:56.354 [info] [command][4cb7f625-c939-4a11-8540-c4bce03bef03] Socket close event received\n2025-07-31 23:17:56.394 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59906 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:18:56.359 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:18:56.361 [info] [command][771f2e51-8124-46c3-a694-0e5b0e3ebcaa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""771f2e51-8124-46c3-a694-0e5b0e3ebcaa""}\n2025-07-31 23:18:56.361 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ebcbcf3-760c-4535-84ad-fd1ae19f8339] received connection request\n2025-07-31 23:18:56.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:18:56.406 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ebcbcf3-760c-4535-84ad-fd1ae19f8339] socks forwarding established\n2025-07-31 23:18:56.450 [info] [command][771f2e51-8124-46c3-a694-0e5b0e3ebcaa] Process exited with code 0\n2025-07-31 23:18:56.451 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ebcbcf3-760c-4535-84ad-fd1ae19f8339] socks connection closed\n2025-07-31 23:18:56.451 [info] [command][771f2e51-8124-46c3-a694-0e5b0e3ebcaa] Socket close event received\n2025-07-31 23:18:56.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59931 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:19:56.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:19:56.456 [info] [command][41fc778b-2528-47bc-a583-279539bb0da3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""41fc778b-2528-47bc-a583-279539bb0da3""}\n2025-07-31 23:19:56.457 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ff7e106c-694c-4730-b080-8572c2e925b7] received connection request\n2025-07-31 23:19:56.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:19:56.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff7e106c-694c-4730-b080-8572c2e925b7] socks forwarding established\n2025-07-31 23:19:56.552 [info] [command][41fc778b-2528-47bc-a583-279539bb0da3] Process exited with code 0\n2025-07-31 23:19:56.553 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff7e106c-694c-4730-b080-8572c2e925b7] socks connection closed\n2025-07-31 23:19:56.553 [info] [command][41fc778b-2528-47bc-a583-279539bb0da3] Socket close event received\n2025-07-31 23:19:56.593 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59955 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:20:56.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:20:56.559 [info] [command][d593a2d6-f3e5-494d-b9ea-3c24de633a58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d593a2d6-f3e5-494d-b9ea-3c24de633a58""}\n2025-07-31 23:20:56.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][27e54b60-6cac-44cc-9cad-8eb3fb242ae3] received connection request\n2025-07-31 23:20:56.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:20:56.609 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27e54b60-6cac-44cc-9cad-8eb3fb242ae3] socks forwarding established\n2025-07-31 23:20:56.655 [info] [command][d593a2d6-f3e5-494d-b9ea-3c24de633a58] Process exited with code 0\n2025-07-31 23:20:56.655 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27e54b60-6cac-44cc-9cad-8eb3fb242ae3] socks connection closed\n2025-07-31 23:20:56.655 [info] [command][d593a2d6-f3e5-494d-b9ea-3c24de633a58] Socket close event received\n2025-07-31 23:20:56.696 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59970 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:21:56.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:21:56.658 [info] [command][fee3cec4-5c2f-4819-a565-59650ea2b816] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fee3cec4-5c2f-4819-a565-59650ea2b816""}\n2025-07-31 23:21:56.659 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b770488-9623-4fbd-9f30-307ee8055b40] received connection request\n2025-07-31 23:21:56.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:21:56.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b770488-9623-4fbd-9f30-307ee8055b40] socks forwarding established\n2025-07-31 23:21:56.745 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b770488-9623-4fbd-9f30-307ee8055b40] socks connection closed\n2025-07-31 23:21:56.745 [info] [command][fee3cec4-5c2f-4819-a565-59650ea2b816] Process exited with code 0\n2025-07-31 23:21:56.745 [info] [command][fee3cec4-5c2f-4819-a565-59650ea2b816] Socket close event received\n2025-07-31 23:21:56.785 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60002 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:22:56.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:22:56.751 [info] [command][1ec29552-608e-44c1-81f3-043daebd1c95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1ec29552-608e-44c1-81f3-043daebd1c95""}\n2025-07-31 23:22:56.753 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cfbeb140-2f06-4e67-8b7e-5946013ebd82] received connection request\n2025-07-31 23:22:56.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:22:56.795 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbeb140-2f06-4e67-8b7e-5946013ebd82] socks forwarding established\n2025-07-31 23:22:56.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbeb140-2f06-4e67-8b7e-5946013ebd82] socks connection closed\n2025-07-31 23:22:56.839 [info] [command][1ec29552-608e-44c1-81f3-043daebd1c95] Process exited with code 0\n2025-07-31 23:22:56.839 [info] [command][1ec29552-608e-44c1-81f3-043daebd1c95] Socket close event received\n2025-07-31 23:22:56.878 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60032 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:23:56.845 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:23:56.847 [info] [command][4862299f-4f79-4cd6-ac58-7e832262189b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4862299f-4f79-4cd6-ac58-7e832262189b""}\n2025-07-31 23:23:56.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][14a30c5d-794e-4b0e-a952-21f92df28f7c] received connection request\n2025-07-31 23:23:56.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:23:56.896 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14a30c5d-794e-4b0e-a952-21f92df28f7c] socks forwarding established\n2025-07-31 23:23:56.941 [info] [command][4862299f-4f79-4cd6-ac58-7e832262189b] Process exited with code 0\n2025-07-31 23:23:56.942 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14a30c5d-794e-4b0e-a952-21f92df28f7c] socks connection closed\n2025-07-31 23:23:56.942 [info] [command][4862299f-4f79-4cd6-ac58-7e832262189b] Socket close event received\n2025-07-31 23:23:56.982 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60054 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:24:56.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:24:56.943 [info] [command][254800aa-01b2-47e2-8bf9-0eed44ad9169] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""254800aa-01b2-47e2-8bf9-0eed44ad9169""}\n2025-07-31 23:24:56.944 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0b423f55-c9c8-4acd-bc9c-4826c3e7eed8] received connection request\n2025-07-31 23:24:56.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:24:57.076 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b423f55-c9c8-4acd-bc9c-4826c3e7eed8] socks forwarding established\n2025-07-31 23:24:57.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b423f55-c9c8-4acd-bc9c-4826c3e7eed8] socks connection closed\n2025-07-31 23:24:57.121 [info] [command][254800aa-01b2-47e2-8bf9-0eed44ad9169] Process exited with code 0\n2025-07-31 23:24:57.121 [info] [command][254800aa-01b2-47e2-8bf9-0eed44ad9169] Socket close event received\n2025-07-31 23:24:57.161 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60083 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:25:57.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:25:57.123 [info] [command][4db67598-954f-4bd0-a8ed-558f0905572d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4db67598-954f-4bd0-a8ed-558f0905572d""}\n2025-07-31 23:25:57.123 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3175671a-7089-49e2-9f8f-2d30f96764a6] received connection request\n2025-07-31 23:25:57.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:25:57.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3175671a-7089-49e2-9f8f-2d30f96764a6] socks forwarding established\n2025-07-31 23:25:57.208 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3175671a-7089-49e2-9f8f-2d30f96764a6] socks connection closed\n2025-07-31 23:25:57.208 [info] [command][4db67598-954f-4bd0-a8ed-558f0905572d] Process exited with code 0\n2025-07-31 23:25:57.208 [info] [command][4db67598-954f-4bd0-a8ed-558f0905572d] Socket close event received\n2025-07-31 23:25:57.247 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60136 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:26:57.209 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:26:57.212 [info] [command][746ccfe1-e867-4db1-acbb-64b97fdfb22a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""746ccfe1-e867-4db1-acbb-64b97fdfb22a""}\n2025-07-31 23:26:57.212 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][67a4dc58-9d4e-422c-9ebe-fbb4a957901b] received connection request\n2025-07-31 23:26:57.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:26:57.255 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67a4dc58-9d4e-422c-9ebe-fbb4a957901b] socks forwarding established\n2025-07-31 23:26:57.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67a4dc58-9d4e-422c-9ebe-fbb4a957901b] socks connection closed\n2025-07-31 23:26:57.298 [info] [command][746ccfe1-e867-4db1-acbb-64b97fdfb22a] Process exited with code 0\n2025-07-31 23:26:57.298 [info] [command][746ccfe1-e867-4db1-acbb-64b97fdfb22a] Socket close event received\n2025-07-31 23:26:57.337 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60190 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:27:57.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:27:57.300 [info] [command][b53427ca-1a86-4f88-8c55-dbdab38b6f4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b53427ca-1a86-4f88-8c55-dbdab38b6f4d""}\n2025-07-31 23:27:57.300 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1c3e65b-6bd1-46a0-9267-2eb73e8dd05d] received connection request\n2025-07-31 23:27:57.300 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:27:57.342 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1c3e65b-6bd1-46a0-9267-2eb73e8dd05d] socks forwarding established\n2025-07-31 23:27:57.387 [info] [command][b53427ca-1a86-4f88-8c55-dbdab38b6f4d] Process exited with code 0\n2025-07-31 23:27:57.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1c3e65b-6bd1-46a0-9267-2eb73e8dd05d] socks connection closed\n2025-07-31 23:27:57.388 [info] [command][b53427ca-1a86-4f88-8c55-dbdab38b6f4d] Socket close event received\n2025-07-31 23:27:57.432 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:28:57.392 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:28:57.393 [info] [command][d2379e8e-2293-496b-b15f-dd1c827ef4ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d2379e8e-2293-496b-b15f-dd1c827ef4ca""}\n2025-07-31 23:28:57.394 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5ff98186-992e-43e3-9fe5-a11a99eca5d4] received connection request\n2025-07-31 23:28:57.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:28:57.435 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ff98186-992e-43e3-9fe5-a11a99eca5d4] socks forwarding established\n2025-07-31 23:28:57.482 [info] [command][d2379e8e-2293-496b-b15f-dd1c827ef4ca] Process exited with code 0\n2025-07-31 23:28:57.483 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ff98186-992e-43e3-9fe5-a11a99eca5d4] socks connection closed\n2025-07-31 23:28:57.484 [info] [command][d2379e8e-2293-496b-b15f-dd1c827ef4ca] Socket close event received\n2025-07-31 23:28:57.587 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60248 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:29:57.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:29:57.490 [info] [command][8e2fa72f-0283-4e51-a27e-d4c894998d6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e2fa72f-0283-4e51-a27e-d4c894998d6f""}\n2025-07-31 23:29:57.491 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][596d2da3-d6a6-450f-bc8a-0207be9638e4] received connection request\n2025-07-31 23:29:57.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:29:57.537 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][596d2da3-d6a6-450f-bc8a-0207be9638e4] socks forwarding established\n2025-07-31 23:29:57.584 [info] [command][8e2fa72f-0283-4e51-a27e-d4c894998d6f] Process exited with code 0\n2025-07-31 23:29:57.584 [info] [command][8e2fa72f-0283-4e51-a27e-d4c894998d6f] Socket close event received\n2025-07-31 23:29:57.584 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][596d2da3-d6a6-450f-bc8a-0207be9638e4] socks connection closed\n2025-07-31 23:29:57.626 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60270 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:30:57.583 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:30:57.586 [info] [command][235140cc-0967-45a3-bda8-528d07bab0ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""235140cc-0967-45a3-bda8-528d07bab0ec""}\n2025-07-31 23:30:57.586 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad069dd6-d9bb-4b92-bb75-4269553ddb54] received connection request\n2025-07-31 23:30:57.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:30:57.629 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad069dd6-d9bb-4b92-bb75-4269553ddb54] socks forwarding established\n2025-07-31 23:30:57.676 [info] [command][235140cc-0967-45a3-bda8-528d07bab0ec] Process exited with code 0\n2025-07-31 23:30:57.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad069dd6-d9bb-4b92-bb75-4269553ddb54] socks connection closed\n2025-07-31 23:30:57.676 [info] [command][235140cc-0967-45a3-bda8-528d07bab0ec] Socket close event received\n2025-07-31 23:30:57.775 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60298 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:31:57.677 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:31:57.678 [info] [command][1ee7dc4a-161e-4404-9eb3-9ec0efb978b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1ee7dc4a-161e-4404-9eb3-9ec0efb978b1""}\n2025-07-31 23:31:57.678 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ff8ee684-3f7e-4be9-867c-ce4badc5b6cd] received connection request\n2025-07-31 23:31:57.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:31:57.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff8ee684-3f7e-4be9-867c-ce4badc5b6cd] socks forwarding established\n2025-07-31 23:31:57.762 [info] [command][1ee7dc4a-161e-4404-9eb3-9ec0efb978b1] Process exited with code 0\n2025-07-31 23:31:57.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff8ee684-3f7e-4be9-867c-ce4badc5b6cd] socks connection closed\n2025-07-31 23:31:57.762 [info] [command][1ee7dc4a-161e-4404-9eb3-9ec0efb978b1] Socket close event received\n2025-07-31 23:31:57.802 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60336 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:32:57.764 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:32:57.765 [info] [command][2ba53ebc-1980-4406-b9d6-c134efc277ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2ba53ebc-1980-4406-b9d6-c134efc277ad""}\n2025-07-31 23:32:57.765 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a16deff3-a7c6-4fb4-8e63-be827bb803b2] received connection request\n2025-07-31 23:32:57.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:32:57.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a16deff3-a7c6-4fb4-8e63-be827bb803b2] socks forwarding established\n2025-07-31 23:32:57.856 [info] [command][2ba53ebc-1980-4406-b9d6-c134efc277ad] Process exited with code 0\n2025-07-31 23:32:57.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a16deff3-a7c6-4fb4-8e63-be827bb803b2] socks connection closed\n2025-07-31 23:32:57.857 [info] [command][2ba53ebc-1980-4406-b9d6-c134efc277ad] Socket close event received\n2025-07-31 23:32:57.898 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60369 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:33:57.859 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:33:57.861 [info] [command][95a66d93-47c4-4c61-bde6-529ce729d22c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""95a66d93-47c4-4c61-bde6-529ce729d22c""}\n2025-07-31 23:33:57.863 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][36afb873-41cd-433f-9890-e629e88cc228] received connection request\n2025-07-31 23:33:57.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:33:57.908 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36afb873-41cd-433f-9890-e629e88cc228] socks forwarding established\n2025-07-31 23:33:57.954 [info] [command][95a66d93-47c4-4c61-bde6-529ce729d22c] Process exited with code 0\n2025-07-31 23:33:57.955 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36afb873-41cd-433f-9890-e629e88cc228] socks connection closed\n2025-07-31 23:33:57.955 [info] [command][95a66d93-47c4-4c61-bde6-529ce729d22c] Socket close event received\n2025-07-31 23:33:57.995 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60393 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:34:57.957 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:34:57.958 [info] [command][cc513b71-4de0-4101-b3fa-391f89e4a35d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cc513b71-4de0-4101-b3fa-391f89e4a35d""}\n2025-07-31 23:34:57.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b38b251-9b21-4ecc-8f91-5315e2e4b010] received connection request\n2025-07-31 23:34:57.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:34:57.999 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b38b251-9b21-4ecc-8f91-5315e2e4b010] socks forwarding established\n2025-07-31 23:34:58.106 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b38b251-9b21-4ecc-8f91-5315e2e4b010] socks connection closed\n2025-07-31 23:34:58.106 [info] [command][cc513b71-4de0-4101-b3fa-391f89e4a35d] Process exited with code 0\n2025-07-31 23:34:58.106 [info] [command][cc513b71-4de0-4101-b3fa-391f89e4a35d] Socket close event received\n2025-07-31 23:34:58.147 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60447 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:35:58.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:35:58.115 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e7fcbc22-0e18-4936-aaa1-75166a62997c] received connection request\n2025-07-31 23:35:58.115 [info] [command][a619493a-5b18-485b-82a4-22222377d78b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a619493a-5b18-485b-82a4-22222377d78b""}\n2025-07-31 23:35:58.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:35:58.157 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e7fcbc22-0e18-4936-aaa1-75166a62997c] socks forwarding established\n2025-07-31 23:35:58.202 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e7fcbc22-0e18-4936-aaa1-75166a62997c] socks connection closed\n2025-07-31 23:35:58.202 [info] [command][a619493a-5b18-485b-82a4-22222377d78b] Process exited with code 0\n2025-07-31 23:35:58.202 [info] [command][a619493a-5b18-485b-82a4-22222377d78b] Socket close event received\n2025-07-31 23:35:58.240 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60476 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:36:58.204 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:36:58.206 [info] [command][6dc07d81-7a01-4c8c-9b6a-62341a1697ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6dc07d81-7a01-4c8c-9b6a-62341a1697ba""}\n2025-07-31 23:36:58.207 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9d909de6-6986-4323-bad9-fb5c3ab86cfc] received connection request\n2025-07-31 23:36:58.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:36:58.248 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9d909de6-6986-4323-bad9-fb5c3ab86cfc] socks forwarding established\n2025-07-31 23:36:58.295 [info] [command][6dc07d81-7a01-4c8c-9b6a-62341a1697ba] Process exited with code 0\n2025-07-31 23:36:58.295 [info] [command][6dc07d81-7a01-4c8c-9b6a-62341a1697ba] Socket close event received\n2025-07-31 23:36:58.295 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9d909de6-6986-4323-bad9-fb5c3ab86cfc] socks connection closed\n2025-07-31 23:36:58.335 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60528 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:37:58.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:37:58.301 [info] [command][f5971d41-3d0b-40e9-a840-d39d98d8a073] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f5971d41-3d0b-40e9-a840-d39d98d8a073""}\n2025-07-31 23:37:58.302 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1264aa1a-0627-4a92-a74c-a9691b9b995a] received connection request\n2025-07-31 23:37:58.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:37:58.348 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1264aa1a-0627-4a92-a74c-a9691b9b995a] socks forwarding established\n2025-07-31 23:37:58.392 [info] [command][f5971d41-3d0b-40e9-a840-d39d98d8a073] Process exited with code 0\n2025-07-31 23:37:58.393 [info] [command][f5971d41-3d0b-40e9-a840-d39d98d8a073] Socket close event received\n2025-07-31 23:37:58.394 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1264aa1a-0627-4a92-a74c-a9691b9b995a] socks connection closed\n2025-07-31 23:37:58.436 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60564 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:38:58.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:38:58.396 [info] [command][bd74df63-9e83-40be-a596-db9bf7f8d074] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bd74df63-9e83-40be-a596-db9bf7f8d074""}\n2025-07-31 23:38:58.396 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][425c390e-5851-46c1-96b1-fe86ac4ca6ba] received connection request\n2025-07-31 23:38:58.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:38:58.435 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][425c390e-5851-46c1-96b1-fe86ac4ca6ba] socks forwarding established\n2025-07-31 23:38:58.478 [info] [command][bd74df63-9e83-40be-a596-db9bf7f8d074] Process exited with code 0\n2025-07-31 23:38:58.479 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][425c390e-5851-46c1-96b1-fe86ac4ca6ba] socks connection closed\n2025-07-31 23:38:58.479 [info] [command][bd74df63-9e83-40be-a596-db9bf7f8d074] Socket close event received\n2025-07-31 23:38:58.518 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60607 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:39:58.482 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:39:58.484 [info] [command][c5e500f1-9c54-4b92-a868-1cba8dac4172] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c5e500f1-9c54-4b92-a868-1cba8dac4172""}\n2025-07-31 23:39:58.485 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][08d27d39-c9c3-406e-98ef-fbbf47cfed38] received connection request\n2025-07-31 23:39:58.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:39:58.530 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][08d27d39-c9c3-406e-98ef-fbbf47cfed38] socks forwarding established\n2025-07-31 23:39:58.665 [info] [command][c5e500f1-9c54-4b92-a868-1cba8dac4172] Process exited with code 0\n2025-07-31 23:39:58.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][08d27d39-c9c3-406e-98ef-fbbf47cfed38] socks connection closed\n2025-07-31 23:39:58.666 [info] [command][c5e500f1-9c54-4b92-a868-1cba8dac4172] Socket close event received\n2025-07-31 23:39:58.705 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60638 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:40:58.670 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:40:58.671 [info] [command][d8403d98-13a4-451f-be91-b6d6710bc692] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8403d98-13a4-451f-be91-b6d6710bc692""}\n2025-07-31 23:40:58.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b507a008-c156-4260-b135-eed005f976b5] received connection request\n2025-07-31 23:40:58.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:40:58.672 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:40:58.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b507a008-c156-4260-b135-eed005f976b5] socks forwarding established\n2025-07-31 23:40:58.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b507a008-c156-4260-b135-eed005f976b5] socks connection closed\n2025-07-31 23:40:58.762 [info] [command][d8403d98-13a4-451f-be91-b6d6710bc692] Process exited with code 0\n2025-07-31 23:40:58.762 [info] [command][d8403d98-13a4-451f-be91-b6d6710bc692] Socket close event received\n2025-07-31 23:40:58.801 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60654 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:41:58.764 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:41:58.765 [info] [command][b0d8453b-e676-4c19-a4ca-030c097f6855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0d8453b-e676-4c19-a4ca-030c097f6855""}\n2025-07-31 23:41:58.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][29a46b9d-28d8-4907-a669-5c9ae8954e18] received connection request\n2025-07-31 23:41:58.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:41:58.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29a46b9d-28d8-4907-a669-5c9ae8954e18] socks forwarding established\n2025-07-31 23:41:58.852 [info] [command][b0d8453b-e676-4c19-a4ca-030c097f6855] Process exited with code 0\n2025-07-31 23:41:58.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29a46b9d-28d8-4907-a669-5c9ae8954e18] socks connection closed\n2025-07-31 23:41:58.853 [info] [command][b0d8453b-e676-4c19-a4ca-030c097f6855] Socket close event received\n2025-07-31 23:41:58.892 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60695 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:42:58.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:42:58.855 [info] [command][04542b42-482a-459e-aa7f-8088321d0bf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""04542b42-482a-459e-aa7f-8088321d0bf2""}\n2025-07-31 23:42:58.856 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][777e6821-e66d-44fa-9e11-d14cfd184ed5] received connection request\n2025-07-31 23:42:58.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:42:58.897 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][777e6821-e66d-44fa-9e11-d14cfd184ed5] socks forwarding established\n2025-07-31 23:42:59.025 [info] [command][04542b42-482a-459e-aa7f-8088321d0bf2] Process exited with code 0\n2025-07-31 23:42:59.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][777e6821-e66d-44fa-9e11-d14cfd184ed5] socks connection closed\n2025-07-31 23:42:59.025 [info] [command][04542b42-482a-459e-aa7f-8088321d0bf2] Socket close event received\n2025-07-31 23:42:59.067 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60728 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:43:59.030 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:43:59.032 [info] [command][b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4""}\n2025-07-31 23:43:59.032 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6289e7d3-667e-4bdf-ac00-393df2586656] received connection request\n2025-07-31 23:43:59.033 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:43:59.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6289e7d3-667e-4bdf-ac00-393df2586656] socks forwarding established\n2025-07-31 23:43:59.118 [info] [command][b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4] Process exited with code 0\n2025-07-31 23:43:59.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6289e7d3-667e-4bdf-ac00-393df2586656] socks connection closed\n2025-07-31 23:43:59.118 [info] [command][b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4] Socket close event received\n2025-07-31 23:43:59.158 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60760 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:44:59.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:44:59.123 [info] [command][343806ae-e835-49c0-b5b8-da4680e224b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""343806ae-e835-49c0-b5b8-da4680e224b1""}\n2025-07-31 23:44:59.124 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1f40d02d-2553-4a10-9e3f-dd6c59877840] received connection request\n2025-07-31 23:44:59.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:44:59.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f40d02d-2553-4a10-9e3f-dd6c59877840] socks forwarding established\n2025-07-31 23:44:59.215 [info] [command][343806ae-e835-49c0-b5b8-da4680e224b1] Process exited with code 0\n2025-07-31 23:44:59.216 [info] [command][343806ae-e835-49c0-b5b8-da4680e224b1] Socket close event received\n2025-07-31 23:44:59.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f40d02d-2553-4a10-9e3f-dd6c59877840] socks connection closed\n2025-07-31 23:44:59.257 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60787 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:45:59.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:45:59.217 [info] [command][f18c99fb-9608-40ff-a76a-a7199f395a85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f18c99fb-9608-40ff-a76a-a7199f395a85""}\n2025-07-31 23:45:59.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a811f293-d83e-4015-9ffc-2f0c58f8ca73] received connection request\n2025-07-31 23:45:59.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:45:59.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a811f293-d83e-4015-9ffc-2f0c58f8ca73] socks forwarding established\n2025-07-31 23:45:59.329 [info] [command][f18c99fb-9608-40ff-a76a-a7199f395a85] Process exited with code 0\n2025-07-31 23:45:59.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a811f293-d83e-4015-9ffc-2f0c58f8ca73] socks connection closed\n2025-07-31 23:45:59.330 [info] [command][f18c99fb-9608-40ff-a76a-a7199f395a85] Socket close event received\n2025-07-31 23:45:59.372 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60814 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:46:59.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:46:59.337 [info] [command][5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2""}\n2025-07-31 23:46:59.338 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97de11ad-d8b8-4b21-b16d-38f2b9f42d6b] received connection request\n2025-07-31 23:46:59.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:46:59.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97de11ad-d8b8-4b21-b16d-38f2b9f42d6b] socks forwarding established\n2025-07-31 23:46:59.427 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97de11ad-d8b8-4b21-b16d-38f2b9f42d6b] socks connection closed\n2025-07-31 23:46:59.427 [info] [command][5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2] Process exited with code 0\n2025-07-31 23:46:59.427 [info] [command][5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2] Socket close event received\n2025-07-31 23:46:59.465 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:47:59.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:47:59.433 [info] [command][727dad9c-4861-4d43-9245-5f98ba1ac2ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""727dad9c-4861-4d43-9245-5f98ba1ac2ef""}\n2025-07-31 23:47:59.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][abe18633-805b-4423-8002-3582cbbcf679] received connection request\n2025-07-31 23:47:59.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:47:59.478 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abe18633-805b-4423-8002-3582cbbcf679] socks forwarding established\n2025-07-31 23:47:59.524 [info] [command][727dad9c-4861-4d43-9245-5f98ba1ac2ef] Process exited with code 0\n2025-07-31 23:47:59.525 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abe18633-805b-4423-8002-3582cbbcf679] socks connection closed\n2025-07-31 23:47:59.525 [info] [command][727dad9c-4861-4d43-9245-5f98ba1ac2ef] Socket close event received\n2025-07-31 23:47:59.565 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60904 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:48:59.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:48:59.531 [info] [command][77f0aea3-2697-4aa3-8505-211f42d0df23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""77f0aea3-2697-4aa3-8505-211f42d0df23""}\n2025-07-31 23:48:59.532 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][00a40f47-9977-47b4-8edf-c32cfa51eae7] received connection request\n2025-07-31 23:48:59.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:48:59.575 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][00a40f47-9977-47b4-8edf-c32cfa51eae7] socks forwarding established\n2025-07-31 23:48:59.620 [info] [command][77f0aea3-2697-4aa3-8505-211f42d0df23] Process exited with code 0\n2025-07-31 23:48:59.621 [info] [command][77f0aea3-2697-4aa3-8505-211f42d0df23] Socket close event received\n2025-07-31 23:48:59.621 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][00a40f47-9977-47b4-8edf-c32cfa51eae7] socks connection closed\n2025-07-31 23:48:59.735 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60923 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:49:59.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:49:59.627 [info] [command][dd8e7559-0cbe-4301-b3bd-6274d7329b32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dd8e7559-0cbe-4301-b3bd-6274d7329b32""}\n2025-07-31 23:49:59.628 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][897c48f9-cdfb-4ef9-9ba8-f6870e6d4d7d] received connection request\n2025-07-31 23:49:59.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:49:59.669 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][897c48f9-cdfb-4ef9-9ba8-f6870e6d4d7d] socks forwarding established\n2025-07-31 23:49:59.714 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][897c48f9-cdfb-4ef9-9ba8-f6870e6d4d7d] socks connection closed\n2025-07-31 23:49:59.714 [info] [command][dd8e7559-0cbe-4301-b3bd-6274d7329b32] Process exited with code 0\n2025-07-31 23:49:59.714 [info] [command][dd8e7559-0cbe-4301-b3bd-6274d7329b32] Socket close event received\n2025-07-31 23:49:59.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60956 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:50:59.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:50:59.722 [info] [command][c6f59e84-5ea3-474f-b16b-64a9decdeac1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c6f59e84-5ea3-474f-b16b-64a9decdeac1""}\n2025-07-31 23:50:59.723 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][abac9518-2f08-4086-b2e4-e8734ef7cf0b] received connection request\n2025-07-31 23:50:59.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:50:59.774 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abac9518-2f08-4086-b2e4-e8734ef7cf0b] socks forwarding established\n2025-07-31 23:50:59.820 [info] [command][c6f59e84-5ea3-474f-b16b-64a9decdeac1] Process exited with code 0\n2025-07-31 23:50:59.820 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abac9518-2f08-4086-b2e4-e8734ef7cf0b] socks connection closed\n2025-07-31 23:50:59.821 [info] [command][c6f59e84-5ea3-474f-b16b-64a9decdeac1] Socket close event received\n2025-07-31 23:50:59.860 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:51:59.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:51:59.826 [info] [command][d5df62ad-79a3-49aa-9f03-74a26462d0fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d5df62ad-79a3-49aa-9f03-74a26462d0fb""}\n2025-07-31 23:51:59.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3c39ebd-8a01-4191-8291-b15532aea8ba] received connection request\n2025-07-31 23:51:59.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:51:59.869 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c39ebd-8a01-4191-8291-b15532aea8ba] socks forwarding established\n2025-07-31 23:51:59.915 [info] [command][d5df62ad-79a3-49aa-9f03-74a26462d0fb] Process exited with code 0\n2025-07-31 23:51:59.915 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c39ebd-8a01-4191-8291-b15532aea8ba] socks connection closed\n2025-07-31 23:51:59.915 [info] [command][d5df62ad-79a3-49aa-9f03-74a26462d0fb] Socket close event received\n2025-07-31 23:51:59.954 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61031 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:52:59.920 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:52:59.921 [info] [command][f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6""}\n2025-07-31 23:52:59.921 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][794d9900-c377-465a-8201-aacea4c4947e] received connection request\n2025-07-31 23:52:59.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:52:59.922 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:52:59.964 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][794d9900-c377-465a-8201-aacea4c4947e] socks forwarding established\n2025-07-31 23:53:00.008 [info] [command][f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6] Process exited with code 0\n2025-07-31 23:53:00.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][794d9900-c377-465a-8201-aacea4c4947e] socks connection closed\n2025-07-31 23:53:00.008 [info] [command][f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6] Socket close event received\n2025-07-31 23:53:00.049 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61070 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:54:00.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:54:00.015 [info] [command][7993dd37-d3c5-4b8c-ad91-92faeef0013e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7993dd37-d3c5-4b8c-ad91-92faeef0013e""}\n2025-07-31 23:54:00.017 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][15f4d441-6dde-42d9-9317-10ad5b738d71] received connection request\n2025-07-31 23:54:00.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:54:00.059 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15f4d441-6dde-42d9-9317-10ad5b738d71] socks forwarding established\n2025-07-31 23:54:00.102 [info] [command][7993dd37-d3c5-4b8c-ad91-92faeef0013e] Process exited with code 0\n2025-07-31 23:54:00.103 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15f4d441-6dde-42d9-9317-10ad5b738d71] socks connection closed\n2025-07-31 23:54:00.103 [info] [command][7993dd37-d3c5-4b8c-ad91-92faeef0013e] Socket close event received\n2025-07-31 23:54:00.147 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61090 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:55:00.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:55:00.105 [info] [command][0ae862c3-a37c-44a1-a40f-eb009adac73b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0ae862c3-a37c-44a1-a40f-eb009adac73b""}\n2025-07-31 23:55:00.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fac6409b-8a7e-490b-9289-75e30e41cae5] received connection request\n2025-07-31 23:55:00.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:55:00.151 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fac6409b-8a7e-490b-9289-75e30e41cae5] socks forwarding established\n2025-07-31 23:55:00.226 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fac6409b-8a7e-490b-9289-75e30e41cae5] socks connection closed\n2025-07-31 23:55:00.226 [info] [command][0ae862c3-a37c-44a1-a40f-eb009adac73b] Process exited with code 0\n2025-07-31 23:55:00.226 [info] [command][0ae862c3-a37c-44a1-a40f-eb009adac73b] Socket close event received\n2025-07-31 23:55:00.272 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61117 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:56:00.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:56:00.228 [info] [command][7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca""}\n2025-07-31 23:56:00.228 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a9746cb7-8725-407c-a36d-6773aaea4cca] received connection request\n2025-07-31 23:56:00.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:56:00.228 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:56:00.270 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9746cb7-8725-407c-a36d-6773aaea4cca] socks forwarding established\n2025-07-31 23:56:00.315 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9746cb7-8725-407c-a36d-6773aaea4cca] socks connection closed\n2025-07-31 23:56:00.315 [info] [command][7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca] Process exited with code 0\n2025-07-31 23:56:00.315 [info] [command][7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca] Socket close event received\n2025-07-31 23:56:00.356 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61155 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:57:00.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:57:00.319 [info] [command][ac3330ee-04f8-4f21-8737-f9f8bb70e68d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ac3330ee-04f8-4f21-8737-f9f8bb70e68d""}\n2025-07-31 23:57:00.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c102e438-aa4d-469e-bcf2-63719e704723] received connection request\n2025-07-31 23:57:00.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:57:00.363 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c102e438-aa4d-469e-bcf2-63719e704723] socks forwarding established\n2025-07-31 23:57:00.409 [info] [command][ac3330ee-04f8-4f21-8737-f9f8bb70e68d] Process exited with code 0\n2025-07-31 23:57:00.409 [info] [command][ac3330ee-04f8-4f21-8737-f9f8bb70e68d] Socket close event received\n2025-07-31 23:57:00.410 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c102e438-aa4d-469e-bcf2-63719e704723] socks connection closed\n2025-07-31 23:57:00.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61195 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:58:00.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:58:00.414 [info] [command][7d8cd8af-219b-4072-a933-68d9a2e9bc13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7d8cd8af-219b-4072-a933-68d9a2e9bc13""}\n2025-07-31 23:58:00.415 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0441fb85-2d7f-4992-aa84-e5b9c2be8c75] received connection request\n2025-07-31 23:58:00.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:58:00.458 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0441fb85-2d7f-4992-aa84-e5b9c2be8c75] socks forwarding established\n2025-07-31 23:58:00.503 [info] [command][7d8cd8af-219b-4072-a933-68d9a2e9bc13] Process exited with code 0\n2025-07-31 23:58:00.503 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0441fb85-2d7f-4992-aa84-e5b9c2be8c75] socks connection closed\n2025-07-31 23:58:00.503 [info] [command][7d8cd8af-219b-4072-a933-68d9a2e9bc13] Socket close event received\n2025-07-31 23:58:00.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61228 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:59:00.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:59:00.511 [info] [command][a6e839a5-bb74-4268-ae97-d552b16118e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a6e839a5-bb74-4268-ae97-d552b16118e4""}\n2025-07-31 23:59:00.512 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39488625-e18e-4532-af6b-75cc1f354dcc] received connection request\n2025-07-31 23:59:00.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:59:00.592 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39488625-e18e-4532-af6b-75cc1f354dcc] socks forwarding established\n2025-07-31 23:59:00.637 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39488625-e18e-4532-af6b-75cc1f354dcc] socks connection closed\n2025-07-31 23:59:00.638 [info] [command][a6e839a5-bb74-4268-ae97-d552b16118e4] Process exited with code 0\n2025-07-31 23:59:00.638 [info] [command][a6e839a5-bb74-4268-ae97-d552b16118e4] Socket close event received\n2025-07-31 23:59:00.679 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61264 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:00:00.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:00:00.645 [info] [command][a3e4b686-9559-4eac-8055-0a8aa7bbe977] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a3e4b686-9559-4eac-8055-0a8aa7bbe977""}\n2025-08-01 00:00:00.645 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b2a06a93-1a7a-4ef6-b192-1856b4c99f17] received connection request\n2025-08-01 00:00:00.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:00:00.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2a06a93-1a7a-4ef6-b192-1856b4c99f17] socks forwarding established\n2025-08-01 00:00:00.736 [info] [command][a3e4b686-9559-4eac-8055-0a8aa7bbe977] Process exited with code 0\n2025-08-01 00:00:00.736 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2a06a93-1a7a-4ef6-b192-1856b4c99f17] socks connection closed\n2025-08-01 00:00:00.736 [info] [command][a3e4b686-9559-4eac-8055-0a8aa7bbe977] Socket close event received\n2025-08-01 00:00:00.780 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61286 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:01:00.740 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:01:00.741 [info] [command][59c2ada6-9d52-428d-97f4-8b66a4fab50f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""59c2ada6-9d52-428d-97f4-8b66a4fab50f""}\n2025-08-01 00:01:00.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87930a88-31d9-4109-8564-b1c0b36e778a] received connection request\n2025-08-01 00:01:00.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:01:00.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87930a88-31d9-4109-8564-b1c0b36e778a] socks forwarding established\n2025-08-01 00:01:00.826 [info] [command][59c2ada6-9d52-428d-97f4-8b66a4fab50f] Process exited with code 0\n2025-08-01 00:01:00.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87930a88-31d9-4109-8564-b1c0b36e778a] socks connection closed\n2025-08-01 00:01:00.828 [info] [command][59c2ada6-9d52-428d-97f4-8b66a4fab50f] Socket close event received\n2025-08-01 00:01:00.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61322 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:02:00.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:02:00.828 [info] [command][188e7535-06f7-4e9a-93ad-ad4e0cd45ade] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""188e7535-06f7-4e9a-93ad-ad4e0cd45ade""}\n2025-08-01 00:02:00.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6b758e2f-c3d7-4275-a618-89a3aa924066] received connection request\n2025-08-01 00:02:00.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:02:00.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b758e2f-c3d7-4275-a618-89a3aa924066] socks forwarding established\n2025-08-01 00:02:00.917 [info] [command][188e7535-06f7-4e9a-93ad-ad4e0cd45ade] Process exited with code 0\n2025-08-01 00:02:00.917 [info] [command][188e7535-06f7-4e9a-93ad-ad4e0cd45ade] Socket close event received\n2025-08-01 00:02:00.918 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b758e2f-c3d7-4275-a618-89a3aa924066] socks connection closed\n2025-08-01 00:02:00.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:03:00.920 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:03:00.924 [info] [command][769b260b-408a-411e-a33a-23d79863db16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""769b260b-408a-411e-a33a-23d79863db16""}\n2025-08-01 00:03:00.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bf5cae43-a905-47bf-a965-e765691bf6cb] received connection request\n2025-08-01 00:03:00.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:03:00.971 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf5cae43-a905-47bf-a965-e765691bf6cb] socks forwarding established\n2025-08-01 00:03:01.014 [info] [command][769b260b-408a-411e-a33a-23d79863db16] Process exited with code 0\n2025-08-01 00:03:01.014 [info] [command][769b260b-408a-411e-a33a-23d79863db16] Socket close event received\n2025-08-01 00:03:01.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf5cae43-a905-47bf-a965-e765691bf6cb] socks connection closed\n2025-08-01 00:03:01.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61394 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:04:01.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:04:01.020 [info] [command][aaccfb73-0ac4-48f3-9777-057f2f0ea0e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aaccfb73-0ac4-48f3-9777-057f2f0ea0e4""}\n2025-08-01 00:04:01.021 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dc50575a-205a-4e2c-8921-7a94367a1a45] received connection request\n2025-08-01 00:04:01.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 00:04:01.021 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:04:01.066 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc50575a-205a-4e2c-8921-7a94367a1a45] socks forwarding established\n2025-08-01 00:04:01.112 [info] [command][aaccfb73-0ac4-48f3-9777-057f2f0ea0e4] Process exited with code 0\n2025-08-01 00:04:01.112 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc50575a-205a-4e2c-8921-7a94367a1a45] socks connection closed\n2025-08-01 00:04:01.112 [info] [command][aaccfb73-0ac4-48f3-9777-057f2f0ea0e4] Socket close event received\n2025-08-01 00:04:01.152 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61410 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:05:01.117 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:05:01.118 [info] [command][7382d3da-d202-42dd-aa35-055dd31a8269] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7382d3da-d202-42dd-aa35-055dd31a8269""}\n2025-08-01 00:05:01.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d430138b-8af7-4386-8f3c-2dae39831909] received connection request\n2025-08-01 00:05:01.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:05:01.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d430138b-8af7-4386-8f3c-2dae39831909] socks forwarding established\n2025-08-01 00:05:01.206 [info] [command][7382d3da-d202-42dd-aa35-055dd31a8269] Process exited with code 0\n2025-08-01 00:05:01.206 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d430138b-8af7-4386-8f3c-2dae39831909] socks connection closed\n2025-08-01 00:05:01.206 [info] [command][7382d3da-d202-42dd-aa35-055dd31a8269] Socket close event received\n2025-08-01 00:05:01.245 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61424 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:06:01.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:06:01.208 [info] [command][9c17426b-9990-494b-b3f1-4d95880fd12a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9c17426b-9990-494b-b3f1-4d95880fd12a""}\n2025-08-01 00:06:01.209 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][840980c0-265c-4650-b7ff-242b025b6a30] received connection request\n2025-08-01 00:06:01.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 00:06:01.209 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:06:01.258 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][840980c0-265c-4650-b7ff-242b025b6a30] socks forwarding established\n2025-08-01 00:06:01.303 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][840980c0-265c-4650-b7ff-242b025b6a30] socks connection closed\n2025-08-01 00:06:01.303 [info] [command][9c17426b-9990-494b-b3f1-4d95880fd12a] Process exited with code 0\n2025-08-01 00:06:01.303 [info] [command][9c17426b-9990-494b-b3f1-4d95880fd12a] Socket close event received\n2025-08-01 00:06:01.342 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61439 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:07:01.303 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:07:01.306 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9884c38f-8341-4424-9892-c314bb5ac2b4] received connection request\n2025-08-01 00:07:01.306 [info] [command][42a76ba2-487f-4b87-b136-6d164ef1ec16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""42a76ba2-487f-4b87-b136-6d164ef1ec16""}\n2025-08-01 00:07:01.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:07:01.350 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9884c38f-8341-4424-9892-c314bb5ac2b4] socks forwarding established\n2025-08-01 00:07:01.396 [info] [command][42a76ba2-487f-4b87-b136-6d164ef1ec16] Process exited with code 0\n2025-08-01 00:07:01.396 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9884c38f-8341-4424-9892-c314bb5ac2b4] socks connection closed\n2025-08-01 00:07:01.397 [info] [command][42a76ba2-487f-4b87-b136-6d164ef1ec16] Socket close event received\n2025-08-01 00:07:01.446 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61483 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:08:01.401 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:08:01.402 [info] [command][8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6""}\n2025-08-01 00:08:01.403 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][951cffbe-456e-450b-9fbf-6c3482befb30] received connection request\n2025-08-01 00:08:01.403 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:08:01.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][951cffbe-456e-450b-9fbf-6c3482befb30] socks forwarding established\n2025-08-01 00:08:01.523 [info] [command][8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6] Process exited with code 0\n2025-08-01 00:08:01.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][951cffbe-456e-450b-9fbf-6c3482befb30] socks connection closed\n2025-08-01 00:08:01.523 [info] [command][8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6] Socket close event received\n2025-08-01 00:08:01.565 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61551 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:09:01.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:09:01.529 [info] [command][1afc69df-f171-480f-8360-f2ab827fd16d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1afc69df-f171-480f-8360-f2ab827fd16d""}\n2025-08-01 00:09:01.530 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][01fb3d2f-3686-43a9-908a-42e20873b599] received connection request\n2025-08-01 00:09:01.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:09:01.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][01fb3d2f-3686-43a9-908a-42e20873b599] socks forwarding established\n2025-08-01 00:09:01.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][01fb3d2f-3686-43a9-908a-42e20873b599] socks connection closed\n2025-08-01 00:09:01.617 [info] [command][1afc69df-f171-480f-8360-f2ab827fd16d] Process exited with code 0\n2025-08-01 00:09:01.617 [info] [command][1afc69df-f171-480f-8360-f2ab827fd16d] Socket close event received\n2025-08-01 00:09:01.658 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61606 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:10:01.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:10:01.624 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f842c6bb-6049-4681-bf63-af410cac7bcf] received connection request\n2025-08-01 00:10:01.625 [info] [command][7056b372-33a9-4316-bfad-055ec8860170] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7056b372-33a9-4316-bfad-055ec8860170""}\n2025-08-01 00:10:01.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:10:01.674 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f842c6bb-6049-4681-bf63-af410cac7bcf] socks forwarding established\n2025-08-01 00:10:01.722 [info] [command][7056b372-33a9-4316-bfad-055ec8860170] Process exited with code 0\n2025-08-01 00:10:01.722 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f842c6bb-6049-4681-bf63-af410cac7bcf] socks connection closed\n2025-08-01 00:10:01.722 [info] [command][7056b372-33a9-4316-bfad-055ec8860170] Socket close event received\n2025-08-01 00:10:01.761 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61664 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:11:01.727 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:11:01.729 [info] [command][690eb2fd-cb3f-4184-a369-985243287cb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""690eb2fd-cb3f-4184-a369-985243287cb8""}\n2025-08-01 00:11:01.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bdfd5cf9-9935-4149-ba16-82958a2623a6] received connection request\n2025-08-01 00:11:01.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:11:01.788 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdfd5cf9-9935-4149-ba16-82958a2623a6] socks forwarding established\n2025-08-01 00:11:01.832 [info] [command][690eb2fd-cb3f-4184-a369-985243287cb8] Process exited with code 0\n2025-08-01 00:11:01.832 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdfd5cf9-9935-4149-ba16-82958a2623a6] socks connection closed\n2025-08-01 00:11:01.832 [info] [command][690eb2fd-cb3f-4184-a369-985243287cb8] Socket close event received\n2025-08-01 00:11:01.873 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61719 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:12:01.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:12:01.837 [info] [command][c6675ebd-9a26-4461-bcf1-28731e3bd434] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c6675ebd-9a26-4461-bcf1-28731e3bd434""}\n2025-08-01 00:12:01.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][179f1b1a-2c58-4fab-9f28-8474957984ee] received connection request\n2025-08-01 00:12:01.839 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:12:01.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][179f1b1a-2c58-4fab-9f28-8474957984ee] socks forwarding established\n2025-08-01 00:12:01.934 [info] [command][c6675ebd-9a26-4461-bcf1-28731e3bd434] Process exited with code 0\n2025-08-01 00:12:01.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][179f1b1a-2c58-4fab-9f28-8474957984ee] socks connection closed\n2025-08-01 00:12:01.935 [info] [command][c6675ebd-9a26-4461-bcf1-28731e3bd434] Socket close event received\n2025-08-01 00:12:01.975 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61768 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:13:01.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:13:01.939 [info] [command][6ea9a962-658f-4f02-88a4-38ac0c333013] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6ea9a962-658f-4f02-88a4-38ac0c333013""}\n2025-08-01 00:13:01.940 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4ed3fb64-906d-484b-b9dd-30c08f7eaec8] received connection request\n2025-08-01 00:13:01.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:13:01.983 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ed3fb64-906d-484b-b9dd-30c08f7eaec8] socks forwarding established\n2025-08-01 00:13:02.030 [info] [command][6ea9a962-658f-4f02-88a4-38ac0c333013] Process exited with code 0\n2025-08-01 00:13:02.030 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ed3fb64-906d-484b-b9dd-30c08f7eaec8] socks connection closed\n2025-08-01 00:13:02.030 [info] [command][6ea9a962-658f-4f02-88a4-38ac0c333013] Socket close event received\n2025-08-01 00:13:02.069 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61801 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:14:02.033 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:14:02.035 [info] [command][9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a""}\n2025-08-01 00:14:02.035 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d53df853-01a8-473f-a17d-1fd2034d569f] received connection request\n2025-08-01 00:14:02.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:14:02.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d53df853-01a8-473f-a17d-1fd2034d569f] socks forwarding established\n2025-08-01 00:14:02.130 [info] [command][9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a] Process exited with code 0\n2025-08-01 00:14:02.131 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d53df853-01a8-473f-a17d-1fd2034d569f] socks connection closed\n2025-08-01 00:14:02.131 [info] [command][9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a] Socket close event received\n2025-08-01 00:14:02.170 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61817 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:15:02.136 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:15:02.138 [info] [command][8ac1ca29-451e-428e-81fa-373856be0885] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8ac1ca29-451e-428e-81fa-373856be0885""}\n2025-08-01 00:15:02.139 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e525288a-02cc-4767-a361-c4ff7ab9482e] received connection request\n2025-08-01 00:15:02.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:15:02.307 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e525288a-02cc-4767-a361-c4ff7ab9482e] socks forwarding established\n2025-08-01 00:15:02.351 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e525288a-02cc-4767-a361-c4ff7ab9482e] socks connection closed\n2025-08-01 00:15:02.351 [info] [command][8ac1ca29-451e-428e-81fa-373856be0885] Process exited with code 0\n2025-08-01 00:15:02.351 [info] [command][8ac1ca29-451e-428e-81fa-373856be0885] Socket close event received\n2025-08-01 00:15:02.392 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61831 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:16:02.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:16:02.356 [info] [command][6ff386fb-7eae-4cbc-9a7f-5320647f4176] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6ff386fb-7eae-4cbc-9a7f-5320647f4176""}\n2025-08-01 00:16:02.357 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5c79e43f-4109-43a9-896a-6e96d98d681e] received connection request\n2025-08-01 00:16:02.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:16:02.400 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c79e43f-4109-43a9-896a-6e96d98d681e] socks forwarding established\n2025-08-01 00:16:02.446 [info] [command][6ff386fb-7eae-4cbc-9a7f-5320647f4176] Process exited with code 0\n2025-08-01 00:16:02.446 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c79e43f-4109-43a9-896a-6e96d98d681e] socks connection closed\n2025-08-01 00:16:02.446 [info] [command][6ff386fb-7eae-4cbc-9a7f-5320647f4176] Socket close event received\n2025-08-01 00:16:02.502 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61855 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:17:02.449 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:17:02.451 [info] [command][f50a052d-3a86-490b-978a-ec1809e50225] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f50a052d-3a86-490b-978a-ec1809e50225""}\n2025-08-01 00:17:02.451 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4537e406-07e7-4594-9014-34661039716c] received connection request\n2025-08-01 00:17:02.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 00:17:02.452 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:17:02.497 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4537e406-07e7-4594-9014-34661039716c] socks forwarding established\n2025-08-01 00:17:02.544 [info] [command][f50a052d-3a86-490b-978a-ec1809e50225] Process exited with code 0\n2025-08-01 00:17:02.544 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4537e406-07e7-4594-9014-34661039716c] socks connection closed\n2025-08-01 00:17:02.544 [info] [command][f50a052d-3a86-490b-978a-ec1809e50225] Socket close event received\n2025-08-01 00:17:02.585 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61880 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:18:02.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:18:02.546 [info] [command][578b21e6-7d6a-4dbd-ac96-f547028cb18a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""578b21e6-7d6a-4dbd-ac96-f547028cb18a""}\n2025-08-01 00:18:02.546 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e5ffbf4d-e4c8-4ea7-8438-5e3b87842449] received connection request\n2025-08-01 00:18:02.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:18:02.593 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ffbf4d-e4c8-4ea7-8438-5e3b87842449] socks forwarding established\n2025-08-01 00:18:02.668 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ffbf4d-e4c8-4ea7-8438-5e3b87842449] socks connection closed\n2025-08-01 00:18:02.669 [info] [command][578b21e6-7d6a-4dbd-ac96-f547028cb18a] Process exited with code 0\n2025-08-01 00:18:02.669 [info] [command][578b21e6-7d6a-4dbd-ac96-f547028cb18a] Socket close event received\n2025-08-01 00:18:02.709 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:19:02.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:19:02.675 [info] [command][5e717046-6cc2-4714-9df2-f385b3e8d4ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5e717046-6cc2-4714-9df2-f385b3e8d4ee""}\n2025-08-01 00:19:02.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][07e43a7f-685b-47a8-b65f-57f405dcf3b4] received connection request\n2025-08-01 00:19:02.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:19:02.720 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e43a7f-685b-47a8-b65f-57f405dcf3b4] socks forwarding established\n2025-08-01 00:19:02.766 [info] [command][5e717046-6cc2-4714-9df2-f385b3e8d4ee] Process exited with code 0\n2025-08-01 00:19:02.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e43a7f-685b-47a8-b65f-57f405dcf3b4] socks connection closed\n2025-08-01 00:19:02.766 [info] [command][5e717046-6cc2-4714-9df2-f385b3e8d4ee] Socket close event received\n2025-08-01 00:19:02.807 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:20:02.774 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:20:02.775 [info] [command][6e16e604-5e1f-4a44-b0c2-7d9d5597707c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6e16e604-5e1f-4a44-b0c2-7d9d5597707c""}\n2025-08-01 00:20:02.776 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][830d6485-31b7-49fb-bf38-8a3061b04b3c] received connection request\n2025-08-01 00:20:02.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:20:03.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][830d6485-31b7-49fb-bf38-8a3061b04b3c] socks forwarding established\n2025-08-01 00:20:03.108 [info] [command][6e16e604-5e1f-4a44-b0c2-7d9d5597707c] Process exited with code 0\n2025-08-01 00:20:03.108 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][830d6485-31b7-49fb-bf38-8a3061b04b3c] socks connection closed\n2025-08-01 00:20:03.109 [info] [command][6e16e604-5e1f-4a44-b0c2-7d9d5597707c] Socket close event received\n2025-08-01 00:20:03.150 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61968 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:21:03.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:21:03.118 [info] [command][d6bb7a25-988a-4fbf-b750-27d2e06a6162] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d6bb7a25-988a-4fbf-b750-27d2e06a6162""}\n2025-08-01 00:21:03.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2f794709-7c90-421d-b047-d328d2f4eed2] received connection request\n2025-08-01 00:21:03.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:21:03.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f794709-7c90-421d-b047-d328d2f4eed2] socks forwarding established\n2025-08-01 00:21:03.544 [info] [command][d6bb7a25-988a-4fbf-b750-27d2e06a6162] Process exited with code 0\n2025-08-01 00:21:03.545 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f794709-7c90-421d-b047-d328d2f4eed2] socks connection closed\n2025-08-01 00:21:03.545 [info] [command][d6bb7a25-988a-4fbf-b750-27d2e06a6162] Socket close event received\n2025-08-01 00:21:03.721 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62001 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:22:03.553 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:22:03.555 [info] [command][21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0""}\n2025-08-01 00:22:03.556 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][11f61c3b-e02c-4926-b7cc-cc1bdb6e617f] received connection request\n2025-08-01 00:22:03.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:22:03.599 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11f61c3b-e02c-4926-b7cc-cc1bdb6e617f] socks forwarding established\n2025-08-01 00:22:03.644 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11f61c3b-e02c-4926-b7cc-cc1bdb6e617f] socks connection closed\n2025-08-01 00:22:03.645 [info] [command][21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0] Process exited with code 0\n2025-08-01 00:22:03.645 [info] [command][21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0] Socket close event received\n2025-08-01 00:22:03.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:23:03.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:23:03.657 [info] [command][1bc67bc4-12f9-472a-9ab9-8775e8200475] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1bc67bc4-12f9-472a-9ab9-8775e8200475""}\n2025-08-01 00:23:03.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0774aca8-5d81-487b-9ba7-3eb3e4158061] received connection request\n2025-08-01 00:23:03.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:23:03.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0774aca8-5d81-487b-9ba7-3eb3e4158061] socks forwarding established\n2025-08-01 00:23:03.750 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0774aca8-5d81-487b-9ba7-3eb3e4158061] socks connection closed\n2025-08-01 00:23:03.750 [info] [command][1bc67bc4-12f9-472a-9ab9-8775e8200475] Process exited with code 0\n2025-08-01 00:23:03.750 [info] [command][1bc67bc4-12f9-472a-9ab9-8775e8200475] Socket close event received\n2025-08-01 00:23:03.789 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62056 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:24:03.759 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:24:03.761 [info] [command][ce61166c-1ca3-497a-a2da-a6e2f1f3edf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ce61166c-1ca3-497a-a2da-a6e2f1f3edf5""}\n2025-08-01 00:24:03.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c29acf91-11b1-47e9-804b-b4de9019f64d] received connection request\n2025-08-01 00:24:03.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:24:03.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c29acf91-11b1-47e9-804b-b4de9019f64d] socks forwarding established\n2025-08-01 00:24:03.850 [info] [command][ce61166c-1ca3-497a-a2da-a6e2f1f3edf5] Process exited with code 0\n2025-08-01 00:24:03.851 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c29acf91-11b1-47e9-804b-b4de9019f64d] socks connection closed\n2025-08-01 00:24:03.851 [info] [command][ce61166c-1ca3-497a-a2da-a6e2f1f3edf5] Socket close event received\n2025-08-01 00:24:03.891 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62084 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:25:03.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:25:03.862 [info] [command][d73745f9-bab8-4f17-9b38-2587f80b6b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d73745f9-bab8-4f17-9b38-2587f80b6b2f""}\n2025-08-01 00:25:03.863 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7bbf9065-3278-442d-9140-4bf52f5e4cc1] received connection request\n2025-08-01 00:25:03.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:25:03.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7bbf9065-3278-442d-9140-4bf52f5e4cc1] socks forwarding established\n2025-08-01 00:25:03.957 [info] [command][d73745f9-bab8-4f17-9b38-2587f80b6b2f] Process exited with code 0\n2025-08-01 00:25:03.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7bbf9065-3278-442d-9140-4bf52f5e4cc1] socks connection closed\n2025-08-01 00:25:03.957 [info] [command][d73745f9-bab8-4f17-9b38-2587f80b6b2f] Socket close event received\n2025-08-01 00:25:03.997 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62096 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:26:03.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:26:03.968 [info] [command][df0d09f1-2451-4d5e-90e1-40c501e89520] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""df0d09f1-2451-4d5e-90e1-40c501e89520""}\n2025-08-01 00:26:03.969 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d853d10-2b6d-48f4-9e51-77ae1c6e68bf] received connection request\n2025-08-01 00:26:03.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:26:04.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d853d10-2b6d-48f4-9e51-77ae1c6e68bf] socks forwarding established\n2025-08-01 00:26:04.060 [info] [command][df0d09f1-2451-4d5e-90e1-40c501e89520] Process exited with code 0\n2025-08-01 00:26:04.061 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d853d10-2b6d-48f4-9e51-77ae1c6e68bf] socks connection closed\n2025-08-01 00:26:04.061 [info] [command][df0d09f1-2451-4d5e-90e1-40c501e89520] Socket close event received\n2025-08-01 00:26:04.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62109 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:27:04.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:27:04.066 [info] [command][42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4""}\n2025-08-01 00:27:04.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ade3dd32-b0da-4452-b772-d9181aef2140] received connection request\n2025-08-01 00:27:04.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:27:04.110 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ade3dd32-b0da-4452-b772-d9181aef2140] socks forwarding established\n2025-08-01 00:27:04.154 [info] [command][42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4] Process exited with code 0\n2025-08-01 00:27:04.155 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ade3dd32-b0da-4452-b772-d9181aef2140] socks connection closed\n2025-08-01 00:27:04.155 [info] [command][42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4] Socket close event received\n2025-08-01 00:27:04.194 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62130 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:28:04.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:28:04.158 [info] [command][c8d49d4d-0b20-44f6-9977-884995477f16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c8d49d4d-0b20-44f6-9977-884995477f16""}\n2025-08-01 00:28:04.159 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bce37fae-a76e-4c50-9e10-a8b10ae992d2] received connection request\n2025-08-01 00:28:04.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:28:04.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bce37fae-a76e-4c50-9e10-a8b10ae992d2] socks forwarding established\n2025-08-01 00:28:04.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bce37fae-a76e-4c50-9e10-a8b10ae992d2] socks connection closed\n2025-08-01 00:28:04.244 [info] [command][c8d49d4d-0b20-44f6-9977-884995477f16] Process exited with code 0\n2025-08-01 00:28:04.244 [info] [command][c8d49d4d-0b20-44f6-9977-884995477f16] Socket close event received\n2025-08-01 00:28:04.285 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62158 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:29:04.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:29:04.250 [info] [command][29067894-02ab-4f15-a6f3-2964a70b3caa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""29067894-02ab-4f15-a6f3-2964a70b3caa""}\n2025-08-01 00:29:04.251 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][19d7917f-957b-46bc-8565-efe995e93a05] received connection request\n2025-08-01 00:29:04.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:29:04.310 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][19d7917f-957b-46bc-8565-efe995e93a05] socks forwarding established\n2025-08-01 00:29:04.375 [info] [command][29067894-02ab-4f15-a6f3-2964a70b3caa] Process exited with code 0\n2025-08-01 00:29:04.376 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][19d7917f-957b-46bc-8565-efe995e93a05] socks connection closed\n2025-08-01 00:29:04.376 [info] [command][29067894-02ab-4f15-a6f3-2964a70b3caa] Socket close event received\n2025-08-01 00:29:04.417 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:30:04.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:30:04.387 [info] [command][6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf""}\n2025-08-01 00:30:04.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a513a98b-90ee-4993-b31d-69ecdfdf4e18] received connection request\n2025-08-01 00:30:04.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:30:04.433 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a513a98b-90ee-4993-b31d-69ecdfdf4e18] socks forwarding established\n2025-08-01 00:30:04.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a513a98b-90ee-4993-b31d-69ecdfdf4e18] socks connection closed\n2025-08-01 00:30:04.477 [info] [command][6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf] Process exited with code 0\n2025-08-01 00:30:04.477 [info] [command][6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf] Socket close event received\n2025-08-01 00:30:04.518 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62209 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:31:04.483 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:31:04.484 [info] [command][94c1c4cb-4607-48a3-aa80-06dab99e7fe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94c1c4cb-4607-48a3-aa80-06dab99e7fe3""}\n2025-08-01 00:31:04.484 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b65fe9b4-2a51-443b-9a4e-103b3f8ed0cf] received connection request\n2025-08-01 00:31:04.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:31:04.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b65fe9b4-2a51-443b-9a4e-103b3f8ed0cf] socks forwarding established\n2025-08-01 00:31:04.569 [info] [command][94c1c4cb-4607-48a3-aa80-06dab99e7fe3] Process exited with code 0\n2025-08-01 00:31:04.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b65fe9b4-2a51-443b-9a4e-103b3f8ed0cf] socks connection closed\n2025-08-01 00:31:04.570 [info] [command][94c1c4cb-4607-48a3-aa80-06dab99e7fe3] Socket close event received\n2025-08-01 00:31:04.609 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:32:04.571 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:32:04.572 [info] [command][ca11f9ad-3dc7-459d-8f82-7b08fa8ce257] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ca11f9ad-3dc7-459d-8f82-7b08fa8ce257""}\n2025-08-01 00:32:04.573 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4e794662-7079-492b-a0b6-8b6ac47a426e] received connection request\n2025-08-01 00:32:04.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:32:04.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e794662-7079-492b-a0b6-8b6ac47a426e] socks forwarding established\n2025-08-01 00:32:04.660 [info] [command][ca11f9ad-3dc7-459d-8f82-7b08fa8ce257] Process exited with code 0\n2025-08-01 00:32:04.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e794662-7079-492b-a0b6-8b6ac47a426e] socks connection closed\n2025-08-01 00:32:04.661 [info] [command][ca11f9ad-3dc7-459d-8f82-7b08fa8ce257] Socket close event received\n2025-08-01 00:32:04.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:33:04.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:33:04.665 [info] [command][99d5ed9a-6f5c-4f59-8a36-0ead8cb74533] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""99d5ed9a-6f5c-4f59-8a36-0ead8cb74533""}\n2025-08-01 00:33:04.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e0f3db36-d5c7-46f4-960c-21a08b5891fd] received connection request\n2025-08-01 00:33:04.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:33:04.714 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e0f3db36-d5c7-46f4-960c-21a08b5891fd] socks forwarding established\n2025-08-01 00:33:04.757 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e0f3db36-d5c7-46f4-960c-21a08b5891fd] socks connection closed\n2025-08-01 00:33:04.758 [info] [command][99d5ed9a-6f5c-4f59-8a36-0ead8cb74533] Process exited with code 0\n2025-08-01 00:33:04.758 [info] [command][99d5ed9a-6f5c-4f59-8a36-0ead8cb74533] Socket close event received\n2025-08-01 00:33:04.797 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62289 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:34:04.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:34:04.769 [info] [command][8a6abe84-27d4-4cf3-ab6e-4f4157d6941d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8a6abe84-27d4-4cf3-ab6e-4f4157d6941d""}\n2025-08-01 00:34:04.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97c5b15a-d599-45df-894d-79fa3230f4ab] received connection request\n2025-08-01 00:34:04.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:34:04.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97c5b15a-d599-45df-894d-79fa3230f4ab] socks forwarding established\n2025-08-01 00:34:04.903 [info] [command][8a6abe84-27d4-4cf3-ab6e-4f4157d6941d] Process exited with code 0\n2025-08-01 00:34:04.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97c5b15a-d599-45df-894d-79fa3230f4ab] socks connection closed\n2025-08-01 00:34:04.904 [info] [command][8a6abe84-27d4-4cf3-ab6e-4f4157d6941d] Socket close event received\n2025-08-01 00:34:05.024 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62305 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:35:04.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:35:04.915 [info] [command][3398f8bb-4490-42ea-969d-9f66ce7981a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3398f8bb-4490-42ea-969d-9f66ce7981a2""}\n2025-08-01 00:35:04.916 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c8420905-4bfe-48d5-ab39-b0537516a269] received connection request\n2025-08-01 00:35:04.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:35:04.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c8420905-4bfe-48d5-ab39-b0537516a269] socks forwarding established\n2025-08-01 00:35:05.006 [info] [command][3398f8bb-4490-42ea-969d-9f66ce7981a2] Process exited with code 0\n2025-08-01 00:35:05.007 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c8420905-4bfe-48d5-ab39-b0537516a269] socks connection closed\n2025-08-01 00:35:05.007 [info] [command][3398f8bb-4490-42ea-969d-9f66ce7981a2] Socket close event received\n2025-08-01 00:35:05.048 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62318 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:36:05.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:36:05.018 [info] [command][58983a92-1f4f-4e20-bc93-c65191cca483] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""58983a92-1f4f-4e20-bc93-c65191cca483""}\n2025-08-01 00:36:05.019 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][271a2256-fa9f-484f-b0d9-00e4b8631235] received connection request\n2025-08-01 00:36:05.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:36:05.062 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][271a2256-fa9f-484f-b0d9-00e4b8631235] socks forwarding established\n2025-08-01 00:36:05.106 [info] [command][58983a92-1f4f-4e20-bc93-c65191cca483] Process exited with code 0\n2025-08-01 00:36:05.107 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][271a2256-fa9f-484f-b0d9-00e4b8631235] socks connection closed\n2025-08-01 00:36:05.107 [info] [command][58983a92-1f4f-4e20-bc93-c65191cca483] Socket close event received\n2025-08-01 00:36:05.147 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62336 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:37:05.117 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:37:05.119 [info] [command][53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae""}\n2025-08-01 00:37:05.119 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1a9ef138-54d0-4230-8e6a-a54ff292445a] received connection request\n2025-08-01 00:37:05.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:37:05.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a9ef138-54d0-4230-8e6a-a54ff292445a] socks forwarding established\n2025-08-01 00:37:05.205 [info] [command][53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae] Process exited with code 0\n2025-08-01 00:37:05.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a9ef138-54d0-4230-8e6a-a54ff292445a] socks connection closed\n2025-08-01 00:37:05.205 [info] [command][53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae] Socket close event received\n2025-08-01 00:37:05.245 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62365 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:38:05.205 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:38:05.207 [info] [command][37652d9b-afeb-4b81-86e2-4cc58f0b5153] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37652d9b-afeb-4b81-86e2-4cc58f0b5153""}\n2025-08-01 00:38:05.208 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][907db749-624d-4fca-919d-9bee9cf6d6b2] received connection request\n2025-08-01 00:38:05.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:38:05.252 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][907db749-624d-4fca-919d-9bee9cf6d6b2] socks forwarding established\n2025-08-01 00:38:05.298 [info] [command][37652d9b-afeb-4b81-86e2-4cc58f0b5153] Process exited with code 0\n2025-08-01 00:38:05.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][907db749-624d-4fca-919d-9bee9cf6d6b2] socks connection closed\n2025-08-01 00:38:05.298 [info] [command][37652d9b-afeb-4b81-86e2-4cc58f0b5153] Socket close event received\n2025-08-01 00:38:05.400 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62396 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:39:05.309 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:39:05.311 [info] [command][4befc340-0ea9-4b34-a019-17c3e6fc3f77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4befc340-0ea9-4b34-a019-17c3e6fc3f77""}\n2025-08-01 00:39:05.311 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d3d2e22a-4652-4302-8b0b-f03402ace604] received connection request\n2025-08-01 00:39:05.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:39:05.358 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d2e22a-4652-4302-8b0b-f03402ace604] socks forwarding established\n2025-08-01 00:39:05.403 [info] [command][4befc340-0ea9-4b34-a019-17c3e6fc3f77] Process exited with code 0\n2025-08-01 00:39:05.403 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d2e22a-4652-4302-8b0b-f03402ace604] socks connection closed\n2025-08-01 00:39:05.403 [info] [command][4befc340-0ea9-4b34-a019-17c3e6fc3f77] Socket close event received\n2025-08-01 00:39:05.444 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62413 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:40:05.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:40:05.412 [info] [command][dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0""}\n2025-08-01 00:40:05.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][42da25aa-def8-4039-9d62-8f79a1978e37] received connection request\n2025-08-01 00:40:05.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:40:05.456 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][42da25aa-def8-4039-9d62-8f79a1978e37] socks forwarding established\n2025-08-01 00:40:05.501 [info] [command][dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0] Process exited with code 0\n2025-08-01 00:40:05.501 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][42da25aa-def8-4039-9d62-8f79a1978e37] socks connection closed\n2025-08-01 00:40:05.502 [info] [command][dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0] Socket close event received\n2025-08-01 00:40:05.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62428 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:41:05.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:41:05.507 [info] [command][f3d0d704-18cd-41a0-b665-7c2b1063d96f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f3d0d704-18cd-41a0-b665-7c2b1063d96f""}\n2025-08-01 00:41:05.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a3c00c2b-9a5a-458f-8577-c2c82cb9b245] received connection request\n2025-08-01 00:41:05.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:41:05.553 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c00c2b-9a5a-458f-8577-c2c82cb9b245] socks forwarding established\n2025-08-01 00:41:05.598 [info] [command][f3d0d704-18cd-41a0-b665-7c2b1063d96f] Process exited with code 0\n2025-08-01 00:41:05.598 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c00c2b-9a5a-458f-8577-c2c82cb9b245] socks connection closed\n2025-08-01 00:41:05.598 [info] [command][f3d0d704-18cd-41a0-b665-7c2b1063d96f] Socket close event received\n2025-08-01 00:41:05.639 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62449 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:42:05.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:42:05.611 [info] [command][c1181b02-32fd-46f8-99d4-596fabc97f96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c1181b02-32fd-46f8-99d4-596fabc97f96""}\n2025-08-01 00:42:05.611 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][828a6f96-fcef-43ea-aa03-e0e04c7407ad] received connection request\n2025-08-01 00:42:05.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:42:05.653 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][828a6f96-fcef-43ea-aa03-e0e04c7407ad] socks forwarding established\n2025-08-01 00:42:05.699 [info] [command][c1181b02-32fd-46f8-99d4-596fabc97f96] Process exited with code 0\n2025-08-01 00:42:05.699 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][828a6f96-fcef-43ea-aa03-e0e04c7407ad] socks connection closed\n2025-08-01 00:42:05.700 [info] [command][c1181b02-32fd-46f8-99d4-596fabc97f96] Socket close event received\n2025-08-01 00:42:05.739 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62479 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:43:05.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:43:05.711 [info] [command][7cb62d5e-9457-46f4-8fdf-db7b0f691d00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7cb62d5e-9457-46f4-8fdf-db7b0f691d00""}\n2025-08-01 00:43:05.712 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][844d51b2-44ba-41b4-b09b-f54e1c5f7d1a] received connection request\n2025-08-01 00:43:05.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:43:05.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][844d51b2-44ba-41b4-b09b-f54e1c5f7d1a] socks forwarding established\n2025-08-01 00:43:05.800 [info] [command][7cb62d5e-9457-46f4-8fdf-db7b0f691d00] Process exited with code 0\n2025-08-01 00:43:05.800 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][844d51b2-44ba-41b4-b09b-f54e1c5f7d1a] socks connection closed\n2025-08-01 00:43:05.800 [info] [command][7cb62d5e-9457-46f4-8fdf-db7b0f691d00] Socket close event received\n2025-08-01 00:43:05.840 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62507 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:44:05.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:44:05.806 [info] [command][0b4d990c-5020-4e23-95f0-94df53ec8092] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0b4d990c-5020-4e23-95f0-94df53ec8092""}\n2025-08-01 00:44:05.807 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8a3f0e6e-e877-4c3c-8787-8852d3853eed] received connection request\n2025-08-01 00:44:05.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:44:05.865 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a3f0e6e-e877-4c3c-8787-8852d3853eed] socks forwarding established\n2025-08-01 00:44:05.910 [info] [command][0b4d990c-5020-4e23-95f0-94df53ec8092] Process exited with code 0\n2025-08-01 00:44:05.910 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a3f0e6e-e877-4c3c-8787-8852d3853eed] socks connection closed\n2025-08-01 00:44:05.910 [info] [command][0b4d990c-5020-4e23-95f0-94df53ec8092] Socket close event received\n2025-08-01 00:44:05.952 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62530 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:45:05.921 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:45:05.922 [info] [command][5a815f8c-2744-4a03-a716-955671d730b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5a815f8c-2744-4a03-a716-955671d730b2""}\n2025-08-01 00:45:05.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][52aace33-7b73-461f-ad88-af44d2bacdbb] received connection request\n2025-08-01 00:45:05.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:45:05.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52aace33-7b73-461f-ad88-af44d2bacdbb] socks forwarding established\n2025-08-01 00:45:06.009 [info] [command][5a815f8c-2744-4a03-a716-955671d730b2] Process exited with code 0\n2025-08-01 00:45:06.009 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52aace33-7b73-461f-ad88-af44d2bacdbb] socks connection closed\n2025-08-01 00:45:06.009 [info] [command][5a815f8c-2744-4a03-a716-955671d730b2] Socket close event received\n2025-08-01 00:45:06.050 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62542 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:46:06.014 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:46:06.015 [info] [command][e53760db-620f-43c8-a799-e5fbe3aadb34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e53760db-620f-43c8-a799-e5fbe3aadb34""}\n2025-08-01 00:46:06.016 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0a965d67-c14d-4765-a1e6-120d53ea34d9] received connection request\n2025-08-01 00:46:06.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:46:06.059 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a965d67-c14d-4765-a1e6-120d53ea34d9] socks forwarding established\n2025-08-01 00:46:06.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a965d67-c14d-4765-a1e6-120d53ea34d9] socks connection closed\n2025-08-01 00:46:06.103 [info] [command][e53760db-620f-43c8-a799-e5fbe3aadb34] Process exited with code 0\n2025-08-01 00:46:06.103 [info] [command][e53760db-620f-43c8-a799-e5fbe3aadb34] Socket close event received\n2025-08-01 00:46:06.143 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62554 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:47:06.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:47:06.111 [info] [command][c27150d9-0137-40fb-b75c-c5038952c081] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c27150d9-0137-40fb-b75c-c5038952c081""}\n2025-08-01 00:47:06.111 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][48df9ca6-167b-4449-b68f-32a31bb92b1f] received connection request\n2025-08-01 00:47:06.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:47:06.154 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48df9ca6-167b-4449-b68f-32a31bb92b1f] socks forwarding established\n2025-08-01 00:47:06.199 [info] [command][c27150d9-0137-40fb-b75c-c5038952c081] Process exited with code 0\n2025-08-01 00:47:06.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48df9ca6-167b-4449-b68f-32a31bb92b1f] socks connection closed\n2025-08-01 00:47:06.199 [info] [command][c27150d9-0137-40fb-b75c-c5038952c081] Socket close event received\n2025-08-01 00:47:06.239 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62589 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:48:06.205 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:48:06.207 [info] [command][c51bab02-018f-4280-962d-4e8cd230b36c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c51bab02-018f-4280-962d-4e8cd230b36c""}\n2025-08-01 00:48:06.208 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5c17dd0a-2c9c-49b3-92fc-acc06a50902c] received connection request\n2025-08-01 00:48:06.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:48:06.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c17dd0a-2c9c-49b3-92fc-acc06a50902c] socks forwarding established\n2025-08-01 00:48:06.313 [info] [command][c51bab02-018f-4280-962d-4e8cd230b36c] Process exited with code 0\n2025-08-01 00:48:06.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c17dd0a-2c9c-49b3-92fc-acc06a50902c] socks connection closed\n2025-08-01 00:48:06.313 [info] [command][c51bab02-018f-4280-962d-4e8cd230b36c] Socket close event received\n2025-08-01 00:48:06.427 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62623 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:49:06.317 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:49:06.320 [info] [command][1aea54e3-9e56-48b6-ac57-4753af86800c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1aea54e3-9e56-48b6-ac57-4753af86800c""}\n2025-08-01 00:49:06.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5ee23520-410f-4dd3-9e61-f42dd75c7371] received connection request\n2025-08-01 00:49:06.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:49:06.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ee23520-410f-4dd3-9e61-f42dd75c7371] socks forwarding established\n2025-08-01 00:49:06.409 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ee23520-410f-4dd3-9e61-f42dd75c7371] socks connection closed\n2025-08-01 00:49:06.409 [info] [command][1aea54e3-9e56-48b6-ac57-4753af86800c] Process exited with code 0\n2025-08-01 00:49:06.409 [info] [command][1aea54e3-9e56-48b6-ac57-4753af86800c] Socket close event received\n2025-08-01 00:49:06.448 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62652 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:50:06.420 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:50:06.422 [info] [command][75ab9bb9-e53c-465b-aef2-301cffc31fa2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""75ab9bb9-e53c-465b-aef2-301cffc31fa2""}\n2025-08-01 00:50:06.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5222296e-8f9c-445e-88f9-033c68caae55] received connection request\n2025-08-01 00:50:06.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:50:06.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5222296e-8f9c-445e-88f9-033c68caae55] socks forwarding established\n2025-08-01 00:50:06.508 [info] [command][75ab9bb9-e53c-465b-aef2-301cffc31fa2] Process exited with code 0\n2025-08-01 00:50:06.508 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5222296e-8f9c-445e-88f9-033c68caae55] socks connection closed\n2025-08-01 00:50:06.508 [info] [command][75ab9bb9-e53c-465b-aef2-301cffc31fa2] Socket close event received\n2025-08-01 00:50:06.553 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62668 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:51:06.514 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:51:06.516 [info] [command][d7d9ae9c-8202-4374-91aa-9b52d62d0cd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d7d9ae9c-8202-4374-91aa-9b52d62d0cd9""}\n2025-08-01 00:51:06.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][65c0ab48-2db8-41a7-b783-4ecb8f28fdf2] received connection request\n2025-08-01 00:51:06.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:51:06.557 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65c0ab48-2db8-41a7-b783-4ecb8f28fdf2] socks forwarding established\n2025-08-01 00:51:06.601 [info] [command][d7d9ae9c-8202-4374-91aa-9b52d62d0cd9] Process exited with code 0\n2025-08-01 00:51:06.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65c0ab48-2db8-41a7-b783-4ecb8f28fdf2] socks connection closed\n2025-08-01 00:51:06.601 [info] [command][d7d9ae9c-8202-4374-91aa-9b52d62d0cd9] Socket close event received\n2025-08-01 00:51:06.640 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62683 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:52:06.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:52:06.609 [info] [command][b7d711e6-4306-409e-8517-705998ea3a9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7d711e6-4306-409e-8517-705998ea3a9e""}\n2025-08-01 00:52:06.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][790eccd4-3820-433d-b778-beebc9f53494] received connection request\n2025-08-01 00:52:06.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:52:06.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][790eccd4-3820-433d-b778-beebc9f53494] socks forwarding established\n2025-08-01 00:52:06.697 [info] [command][b7d711e6-4306-409e-8517-705998ea3a9e] Process exited with code 0\n2025-08-01 00:52:06.697 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][790eccd4-3820-433d-b778-beebc9f53494] socks connection closed\n2025-08-01 00:52:06.697 [info] [command][b7d711e6-4306-409e-8517-705998ea3a9e] Socket close event received\n2025-08-01 00:52:06.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62709 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:53:06.698 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:53:06.700 [info] [command][94ce349d-aff7-444b-becd-7b1c4410eda4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94ce349d-aff7-444b-becd-7b1c4410eda4""}\n2025-08-01 00:53:06.700 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0766ee66-c50a-4951-9fe1-388b3cc71bc4] received connection request\n2025-08-01 00:53:06.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:53:06.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0766ee66-c50a-4951-9fe1-388b3cc71bc4] socks forwarding established\n2025-08-01 00:53:06.785 [info] [command][94ce349d-aff7-444b-becd-7b1c4410eda4] Process exited with code 0\n2025-08-01 00:53:06.786 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0766ee66-c50a-4951-9fe1-388b3cc71bc4] socks connection closed\n2025-08-01 00:53:06.786 [info] [command][94ce349d-aff7-444b-becd-7b1c4410eda4] Socket close event received\n2025-08-01 00:53:06.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62741 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:54:06.795 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:54:06.797 [info] [command][8054fa70-0846-4a64-8db6-7ad95b8bde08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8054fa70-0846-4a64-8db6-7ad95b8bde08""}\n2025-08-01 00:54:06.798 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8ad63908-a805-4a16-a416-24f8896de687] received connection request\n2025-08-01 00:54:06.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:54:06.845 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ad63908-a805-4a16-a416-24f8896de687] socks forwarding established\n2025-08-01 00:54:06.892 [info] [command][8054fa70-0846-4a64-8db6-7ad95b8bde08] Process exited with code 0\n2025-08-01 00:54:06.893 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ad63908-a805-4a16-a416-24f8896de687] socks connection closed\n2025-08-01 00:54:06.893 [info] [command][8054fa70-0846-4a64-8db6-7ad95b8bde08] Socket close event received\n2025-08-01 00:54:06.932 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62758 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:55:06.902 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:55:06.904 [info] [command][10254796-36f4-4660-ad72-ec819a1ed38b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""10254796-36f4-4660-ad72-ec819a1ed38b""}\n2025-08-01 00:55:06.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a5bf7eeb-4abc-4cbd-ae03-84a03e5146cd] received connection request\n2025-08-01 00:55:06.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:55:06.950 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a5bf7eeb-4abc-4cbd-ae03-84a03e5146cd] socks forwarding established\n2025-08-01 00:55:06.995 [info] [command][10254796-36f4-4660-ad72-ec819a1ed38b] Process exited with code 0\n2025-08-01 00:55:06.995 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a5bf7eeb-4abc-4cbd-ae03-84a03e5146cd] socks connection closed\n2025-08-01 00:55:06.995 [info] [command][10254796-36f4-4660-ad72-ec819a1ed38b] Socket close event received\n2025-08-01 00:55:07.034 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62773 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:56:06.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:56:07.000 [info] [command][48180943-ceff-43a3-b773-076de9a4bbf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""48180943-ceff-43a3-b773-076de9a4bbf6""}\n2025-08-01 00:56:07.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c1b86839-8c9d-40dc-ad15-2bbf5d7b2334] received connection request\n2025-08-01 00:56:07.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:56:07.046 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1b86839-8c9d-40dc-ad15-2bbf5d7b2334] socks forwarding established\n2025-08-01 00:56:07.091 [info] [command][48180943-ceff-43a3-b773-076de9a4bbf6] Process exited with code 0\n2025-08-01 00:56:07.092 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1b86839-8c9d-40dc-ad15-2bbf5d7b2334] socks connection closed\n2025-08-01 00:56:07.092 [info] [command][48180943-ceff-43a3-b773-076de9a4bbf6] Socket close event received\n2025-08-01 00:56:07.132 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62787 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:57:07.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:57:07.104 [info] [command][e5e27c9e-5b07-4364-a8a1-26c9ef399b72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e5e27c9e-5b07-4364-a8a1-26c9ef399b72""}\n2025-08-01 00:57:07.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c5007d73-0cab-491c-95f9-52575f551e11] received connection request\n2025-08-01 00:57:07.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:57:07.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c5007d73-0cab-491c-95f9-52575f551e11] socks forwarding established\n2025-08-01 00:57:07.244 [info] [command][e5e27c9e-5b07-4364-a8a1-26c9ef399b72] Process exited with code 0\n2025-08-01 00:57:07.245 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c5007d73-0cab-491c-95f9-52575f551e11] socks connection closed\n2025-08-01 00:57:07.245 [info] [command][e5e27c9e-5b07-4364-a8a1-26c9ef399b72] Socket close event received\n2025-08-01 00:57:07.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62823 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:58:07.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:58:07.249 [info] [command][2dfaba16-2fb9-49ee-bcd7-13d088d7883c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2dfaba16-2fb9-49ee-bcd7-13d088d7883c""}\n2025-08-01 00:58:07.250 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f1fd300d-cad7-4a34-a0e8-49df08776caa] received connection request\n2025-08-01 00:58:07.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:58:07.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1fd300d-cad7-4a34-a0e8-49df08776caa] socks forwarding established\n2025-08-01 00:58:07.341 [info] [command][2dfaba16-2fb9-49ee-bcd7-13d088d7883c] Process exited with code 0\n2025-08-01 00:58:07.341 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1fd300d-cad7-4a34-a0e8-49df08776caa] socks connection closed\n2025-08-01 00:58:07.341 [info] [command][2dfaba16-2fb9-49ee-bcd7-13d088d7883c] Socket close event received\n2025-08-01 00:58:07.379 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62849 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:59:07.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:59:07.351 [info] [command][404d9ec8-c178-4edd-9600-15a608836499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""404d9ec8-c178-4edd-9600-15a608836499""}\n2025-08-01 00:59:07.351 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][30605d49-2006-4a4b-91aa-617f64b371e9] received connection request\n2025-08-01 00:59:07.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:59:07.395 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30605d49-2006-4a4b-91aa-617f64b371e9] socks forwarding established\n2025-08-01 00:59:07.439 [info] [command][404d9ec8-c178-4edd-9600-15a608836499] Process exited with code 0\n2025-08-01 00:59:07.439 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30605d49-2006-4a4b-91aa-617f64b371e9] socks connection closed\n2025-08-01 00:59:07.439 [info] [command][404d9ec8-c178-4edd-9600-15a608836499] Socket close event received\n2025-08-01 00:59:07.480 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62866 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:00:07.444 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:00:07.446 [info] [command][7acd0df6-a369-4398-8bc0-125262caccb6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7acd0df6-a369-4398-8bc0-125262caccb6""}\n2025-08-01 01:00:07.447 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][92691e94-5049-4e16-95fd-173f79593ad3] received connection request\n2025-08-01 01:00:07.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:00:07.490 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][92691e94-5049-4e16-95fd-173f79593ad3] socks forwarding established\n2025-08-01 01:00:07.536 [info] [command][7acd0df6-a369-4398-8bc0-125262caccb6] Process exited with code 0\n2025-08-01 01:00:07.536 [info] [command][7acd0df6-a369-4398-8bc0-125262caccb6] Socket close event received\n2025-08-01 01:00:07.536 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][92691e94-5049-4e16-95fd-173f79593ad3] socks connection closed\n2025-08-01 01:00:07.582 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62878 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:01:07.542 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:01:07.544 [info] [command][b14c29dc-0b07-42f1-9f5b-6fd29c72e61b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b14c29dc-0b07-42f1-9f5b-6fd29c72e61b""}\n2025-08-01 01:01:07.544 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a85124fc-112d-4c05-88af-ffd0b0107bb6] received connection request\n2025-08-01 01:01:07.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:01:07.585 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a85124fc-112d-4c05-88af-ffd0b0107bb6] socks forwarding established\n2025-08-01 01:01:07.630 [info] [command][b14c29dc-0b07-42f1-9f5b-6fd29c72e61b] Process exited with code 0\n2025-08-01 01:01:07.630 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a85124fc-112d-4c05-88af-ffd0b0107bb6] socks connection closed\n2025-08-01 01:01:07.630 [info] [command][b14c29dc-0b07-42f1-9f5b-6fd29c72e61b] Socket close event received\n2025-08-01 01:01:07.673 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62892 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:02:07.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:02:07.637 [info] [command][0217b2eb-7926-45e2-b9f2-5fd804ceaaf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0217b2eb-7926-45e2-b9f2-5fd804ceaaf9""}\n2025-08-01 01:02:07.638 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d7015107-1e46-4ccf-ba7a-1929c790d20d] received connection request\n2025-08-01 01:02:07.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:02:07.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7015107-1e46-4ccf-ba7a-1929c790d20d] socks forwarding established\n2025-08-01 01:02:07.796 [info] [command][0217b2eb-7926-45e2-b9f2-5fd804ceaaf9] Process exited with code 0\n2025-08-01 01:02:07.797 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7015107-1e46-4ccf-ba7a-1929c790d20d] socks connection closed\n2025-08-01 01:02:07.797 [info] [command][0217b2eb-7926-45e2-b9f2-5fd804ceaaf9] Socket close event received\n2025-08-01 01:02:07.906 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62940 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:03:07.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:03:07.802 [info] [command][0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1""}\n2025-08-01 01:03:07.802 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e466e022-a1f6-4885-adff-21730d44d83e] received connection request\n2025-08-01 01:03:07.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:03:07.845 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e466e022-a1f6-4885-adff-21730d44d83e] socks forwarding established\n2025-08-01 01:03:07.889 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e466e022-a1f6-4885-adff-21730d44d83e] socks connection closed\n2025-08-01 01:03:07.889 [info] [command][0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1] Process exited with code 0\n2025-08-01 01:03:07.889 [info] [command][0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1] Socket close event received\n2025-08-01 01:03:07.929 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62968 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:04:07.896 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:04:07.897 [info] [command][e04fc98f-1edb-42e2-8ffa-0fd96d3880a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e04fc98f-1edb-42e2-8ffa-0fd96d3880a2""}\n2025-08-01 01:04:07.897 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2b2dbce6-6f02-4e9d-b9c2-44e4cbe61259] received connection request\n2025-08-01 01:04:07.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:04:07.937 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b2dbce6-6f02-4e9d-b9c2-44e4cbe61259] socks forwarding established\n2025-08-01 01:04:07.982 [info] [command][e04fc98f-1edb-42e2-8ffa-0fd96d3880a2] Process exited with code 0\n2025-08-01 01:04:07.982 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b2dbce6-6f02-4e9d-b9c2-44e4cbe61259] socks connection closed\n2025-08-01 01:04:07.982 [info] [command][e04fc98f-1edb-42e2-8ffa-0fd96d3880a2] Socket close event received\n2025-08-01 01:04:08.024 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:05:07.987 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:05:07.990 [info] [command][f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4""}\n2025-08-01 01:05:07.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6ab2033a-c356-4a88-b20e-9ec769ef29cc] received connection request\n2025-08-01 01:05:07.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:05:08.038 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ab2033a-c356-4a88-b20e-9ec769ef29cc] socks forwarding established\n2025-08-01 01:05:08.083 [info] [command][f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4] Process exited with code 0\n2025-08-01 01:05:08.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ab2033a-c356-4a88-b20e-9ec769ef29cc] socks connection closed\n2025-08-01 01:05:08.084 [info] [command][f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4] Socket close event received\n2025-08-01 01:05:08.122 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63006 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:06:08.093 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:06:08.096 [info] [command][a8934c81-447d-4842-ab76-94ef61ab5712] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a8934c81-447d-4842-ab76-94ef61ab5712""}\n2025-08-01 01:06:08.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][afed9888-1df9-47d7-a2d6-748c66bbf82b] received connection request\n2025-08-01 01:06:08.097 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:06:08.226 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][afed9888-1df9-47d7-a2d6-748c66bbf82b] socks forwarding established\n2025-08-01 01:06:08.271 [info] [command][a8934c81-447d-4842-ab76-94ef61ab5712] Process exited with code 0\n2025-08-01 01:06:08.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][afed9888-1df9-47d7-a2d6-748c66bbf82b] socks connection closed\n2025-08-01 01:06:08.271 [info] [command][a8934c81-447d-4842-ab76-94ef61ab5712] Socket close event received\n2025-08-01 01:06:08.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:07:08.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:07:08.280 [info] [command][f7da37ce-f129-4fcc-aba7-b515aeb87e39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f7da37ce-f129-4fcc-aba7-b515aeb87e39""}\n2025-08-01 01:07:08.280 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b0eaad2c-693e-4a2a-b279-65281014e7d8] received connection request\n2025-08-01 01:07:08.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:07:08.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0eaad2c-693e-4a2a-b279-65281014e7d8] socks forwarding established\n2025-08-01 01:07:08.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0eaad2c-693e-4a2a-b279-65281014e7d8] socks connection closed\n2025-08-01 01:07:08.377 [info] [command][f7da37ce-f129-4fcc-aba7-b515aeb87e39] Process exited with code 0\n2025-08-01 01:07:08.377 [info] [command][f7da37ce-f129-4fcc-aba7-b515aeb87e39] Socket close event received\n2025-08-01 01:07:08.440 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63057 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:08:08.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:08:08.388 [info] [command][866ab438-a7ce-4484-958a-e372449c2075] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""866ab438-a7ce-4484-958a-e372449c2075""}\n2025-08-01 01:08:08.389 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][06679f1c-7a5a-4929-a296-b331ea2c8e44] received connection request\n2025-08-01 01:08:08.389 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:08:08.441 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06679f1c-7a5a-4929-a296-b331ea2c8e44] socks forwarding established\n2025-08-01 01:08:08.486 [info] [command][866ab438-a7ce-4484-958a-e372449c2075] Process exited with code 0\n2025-08-01 01:08:08.486 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06679f1c-7a5a-4929-a296-b331ea2c8e44] socks connection closed\n2025-08-01 01:08:08.486 [info] [command][866ab438-a7ce-4484-958a-e372449c2075] Socket close event received\n2025-08-01 01:08:08.525 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63086 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:09:08.492 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:09:08.494 [info] [command][987a603a-5cc8-4b81-9f7d-b36549ae40cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""987a603a-5cc8-4b81-9f7d-b36549ae40cf""}\n2025-08-01 01:09:08.495 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][69c985fe-3ac3-4255-a3d2-b066fcdae19c] received connection request\n2025-08-01 01:09:08.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:09:08.541 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69c985fe-3ac3-4255-a3d2-b066fcdae19c] socks forwarding established\n2025-08-01 01:09:08.585 [info] [command][987a603a-5cc8-4b81-9f7d-b36549ae40cf] Process exited with code 0\n2025-08-01 01:09:08.585 [info] [command][987a603a-5cc8-4b81-9f7d-b36549ae40cf] Socket close event received\n2025-08-01 01:09:08.585 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69c985fe-3ac3-4255-a3d2-b066fcdae19c] socks connection closed\n2025-08-01 01:09:08.624 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63105 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:10:08.593 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:10:08.595 [info] [command][671f6005-3052-4af2-a0ce-694e7fd037f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""671f6005-3052-4af2-a0ce-694e7fd037f3""}\n2025-08-01 01:10:08.595 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e42bc4db-d617-4705-b1c4-7b60f661456f] received connection request\n2025-08-01 01:10:08.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:10:08.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e42bc4db-d617-4705-b1c4-7b60f661456f] socks forwarding established\n2025-08-01 01:10:08.687 [info] [command][671f6005-3052-4af2-a0ce-694e7fd037f3] Process exited with code 0\n2025-08-01 01:10:08.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e42bc4db-d617-4705-b1c4-7b60f661456f] socks connection closed\n2025-08-01 01:10:08.688 [info] [command][671f6005-3052-4af2-a0ce-694e7fd037f3] Socket close event received\n2025-08-01 01:10:08.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63139 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:11:08.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:11:08.690 [info] [command][8f6a443f-1003-4281-8d57-b554f20cfaa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f6a443f-1003-4281-8d57-b554f20cfaa1""}\n2025-08-01 01:11:08.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c36e0d1c-9710-4e38-bdc6-7dbc850d8ade] received connection request\n2025-08-01 01:11:08.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:11:08.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c36e0d1c-9710-4e38-bdc6-7dbc850d8ade] socks forwarding established\n2025-08-01 01:11:08.780 [info] [command][8f6a443f-1003-4281-8d57-b554f20cfaa1] Process exited with code 0\n2025-08-01 01:11:08.780 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c36e0d1c-9710-4e38-bdc6-7dbc850d8ade] socks connection closed\n2025-08-01 01:11:08.780 [info] [command][8f6a443f-1003-4281-8d57-b554f20cfaa1] Socket close event received\n2025-08-01 01:11:08.821 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63153 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:12:08.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:12:08.786 [info] [command][7377a5ee-0b0a-4233-b7bc-9469cec25212] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7377a5ee-0b0a-4233-b7bc-9469cec25212""}\n2025-08-01 01:12:08.787 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eec4fa66-45cc-4ccf-ae0a-f5da1ac97ad1] received connection request\n2025-08-01 01:12:08.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:12:08.830 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eec4fa66-45cc-4ccf-ae0a-f5da1ac97ad1] socks forwarding established\n2025-08-01 01:12:08.875 [info] [command][7377a5ee-0b0a-4233-b7bc-9469cec25212] Process exited with code 0\n2025-08-01 01:12:08.875 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eec4fa66-45cc-4ccf-ae0a-f5da1ac97ad1] socks connection closed\n2025-08-01 01:12:08.875 [info] [command][7377a5ee-0b0a-4233-b7bc-9469cec25212] Socket close event received\n2025-08-01 01:12:08.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63191 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:13:08.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:13:08.882 [info] [command][46a793b8-6dd8-4aea-8159-bbca5e25ef03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""46a793b8-6dd8-4aea-8159-bbca5e25ef03""}\n2025-08-01 01:13:08.882 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5a543875-8723-4e43-89ab-66b16c5a5bc0] received connection request\n2025-08-01 01:13:08.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:13:08.932 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a543875-8723-4e43-89ab-66b16c5a5bc0] socks forwarding established\n2025-08-01 01:13:08.977 [info] [command][46a793b8-6dd8-4aea-8159-bbca5e25ef03] Process exited with code 0\n2025-08-01 01:13:08.977 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a543875-8723-4e43-89ab-66b16c5a5bc0] socks connection closed\n2025-08-01 01:13:08.977 [info] [command][46a793b8-6dd8-4aea-8159-bbca5e25ef03] Socket close event received\n2025-08-01 01:13:09.017 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63221 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:14:08.981 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:14:08.983 [info] [command][d35005d1-8573-414c-9be3-6401d80d02a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d35005d1-8573-414c-9be3-6401d80d02a2""}\n2025-08-01 01:14:08.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][984ba4d2-4847-4b4d-9b62-513f9e916fc9] received connection request\n2025-08-01 01:14:08.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:14:09.031 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984ba4d2-4847-4b4d-9b62-513f9e916fc9] socks forwarding established\n2025-08-01 01:14:09.077 [info] [command][d35005d1-8573-414c-9be3-6401d80d02a2] Process exited with code 0\n2025-08-01 01:14:09.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984ba4d2-4847-4b4d-9b62-513f9e916fc9] socks connection closed\n2025-08-01 01:14:09.077 [info] [command][d35005d1-8573-414c-9be3-6401d80d02a2] Socket close event received\n2025-08-01 01:14:09.118 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63238 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:15:09.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:15:09.079 [info] [command][b442c77b-9411-4167-98eb-1c48e3cb9e6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b442c77b-9411-4167-98eb-1c48e3cb9e6e""}\n2025-08-01 01:15:09.080 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1f1f0c4-f746-45bd-8266-676635b33993] received connection request\n2025-08-01 01:15:09.081 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:15:09.123 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1f1f0c4-f746-45bd-8266-676635b33993] socks forwarding established\n2025-08-01 01:15:09.170 [info] [command][b442c77b-9411-4167-98eb-1c48e3cb9e6e] Process exited with code 0\n2025-08-01 01:15:09.170 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1f1f0c4-f746-45bd-8266-676635b33993] socks connection closed\n2025-08-01 01:15:09.170 [info] [command][b442c77b-9411-4167-98eb-1c48e3cb9e6e] Socket close event received\n2025-08-01 01:15:09.210 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63254 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:16:09.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:16:09.179 [info] [command][0c0db1db-a349-4d4d-b916-62e43210144b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0c0db1db-a349-4d4d-b916-62e43210144b""}\n2025-08-01 01:16:09.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][30f1280d-9de1-44b6-af01-b15aad5b2e71] received connection request\n2025-08-01 01:16:09.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:16:09.224 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30f1280d-9de1-44b6-af01-b15aad5b2e71] socks forwarding established\n2025-08-01 01:16:09.270 [info] [command][0c0db1db-a349-4d4d-b916-62e43210144b] Process exited with code 0\n2025-08-01 01:16:09.270 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30f1280d-9de1-44b6-af01-b15aad5b2e71] socks connection closed\n2025-08-01 01:16:09.270 [info] [command][0c0db1db-a349-4d4d-b916-62e43210144b] Socket close event received\n2025-08-01 01:16:09.314 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63270 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:17:09.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:17:09.274 [info] [command][d6a510b0-e959-476a-8159-2898206e136b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d6a510b0-e959-476a-8159-2898206e136b""}\n2025-08-01 01:17:09.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c71869d9-5ceb-47d3-afa4-c1ded01ce03c] received connection request\n2025-08-01 01:17:09.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:17:09.317 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c71869d9-5ceb-47d3-afa4-c1ded01ce03c] socks forwarding established\n2025-08-01 01:17:09.361 [info] [command][d6a510b0-e959-476a-8159-2898206e136b] Process exited with code 0\n2025-08-01 01:17:09.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c71869d9-5ceb-47d3-afa4-c1ded01ce03c] socks connection closed\n2025-08-01 01:17:09.362 [info] [command][d6a510b0-e959-476a-8159-2898206e136b] Socket close event received\n2025-08-01 01:17:09.402 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63299 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:18:09.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:18:09.372 [info] [command][ee383789-663e-42d4-ae4b-8ffa83c70036] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ee383789-663e-42d4-ae4b-8ffa83c70036""}\n2025-08-01 01:18:09.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][70649bee-ad6a-4910-8f95-c7e5032bba7d] received connection request\n2025-08-01 01:18:09.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:18:09.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][70649bee-ad6a-4910-8f95-c7e5032bba7d] socks forwarding established\n2025-08-01 01:18:09.462 [info] [command][ee383789-663e-42d4-ae4b-8ffa83c70036] Process exited with code 0\n2025-08-01 01:18:09.463 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][70649bee-ad6a-4910-8f95-c7e5032bba7d] socks connection closed\n2025-08-01 01:18:09.463 [info] [command][ee383789-663e-42d4-ae4b-8ffa83c70036] Socket close event received\n2025-08-01 01:18:09.504 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63331 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:19:09.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:19:09.472 [info] [command][450bda9f-5c0e-4373-a9b7-89aad282595b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""450bda9f-5c0e-4373-a9b7-89aad282595b""}\n2025-08-01 01:19:09.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eff0a157-b43c-460c-909d-cfe789efe069] received connection request\n2025-08-01 01:19:09.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:19:09.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eff0a157-b43c-460c-909d-cfe789efe069] socks forwarding established\n2025-08-01 01:19:09.563 [info] [command][450bda9f-5c0e-4373-a9b7-89aad282595b] Process exited with code 0\n2025-08-01 01:19:09.564 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eff0a157-b43c-460c-909d-cfe789efe069] socks connection closed\n2025-08-01 01:19:09.564 [info] [command][450bda9f-5c0e-4373-a9b7-89aad282595b] Socket close event received\n2025-08-01 01:19:09.603 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63348 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:20:09.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:20:09.569 [info] [command][e52828ad-29cf-4d6d-8868-829a65ebf9eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e52828ad-29cf-4d6d-8868-829a65ebf9eb""}\n2025-08-01 01:20:09.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d1bd0add-dc8e-4b06-904e-b2e88b22700a] received connection request\n2025-08-01 01:20:09.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:20:09.613 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1bd0add-dc8e-4b06-904e-b2e88b22700a] socks forwarding established\n2025-08-01 01:20:09.660 [info] [command][e52828ad-29cf-4d6d-8868-829a65ebf9eb] Process exited with code 0\n2025-08-01 01:20:09.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1bd0add-dc8e-4b06-904e-b2e88b22700a] socks connection closed\n2025-08-01 01:20:09.660 [info] [command][e52828ad-29cf-4d6d-8868-829a65ebf9eb] Socket close event received\n2025-08-01 01:20:09.702 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63362 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:21:09.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:21:09.666 [info] [command][bd6dec5c-b993-4b5c-8277-b3919c20fe0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bd6dec5c-b993-4b5c-8277-b3919c20fe0c""}\n2025-08-01 01:21:09.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cf8c2740-f093-47b8-becd-1036b48e411e] received connection request\n2025-08-01 01:21:09.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:21:09.716 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf8c2740-f093-47b8-becd-1036b48e411e] socks forwarding established\n2025-08-01 01:21:09.762 [info] [command][bd6dec5c-b993-4b5c-8277-b3919c20fe0c] Process exited with code 0\n2025-08-01 01:21:09.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf8c2740-f093-47b8-becd-1036b48e411e] socks connection closed\n2025-08-01 01:21:09.762 [info] [command][bd6dec5c-b993-4b5c-8277-b3919c20fe0c] Socket close event received\n2025-08-01 01:21:09.804 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63380 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:22:09.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:22:09.769 [info] [command][0f989f60-c20e-4525-b600-7f120a4d8a9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0f989f60-c20e-4525-b600-7f120a4d8a9f""}\n2025-08-01 01:22:09.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fdbccb1d-06c0-49f1-a16d-2efe41bfca57] received connection request\n2025-08-01 01:22:09.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:22:09.820 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fdbccb1d-06c0-49f1-a16d-2efe41bfca57] socks forwarding established\n2025-08-01 01:22:09.865 [info] [command][0f989f60-c20e-4525-b600-7f120a4d8a9f] Process exited with code 0\n2025-08-01 01:22:09.865 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fdbccb1d-06c0-49f1-a16d-2efe41bfca57] socks connection closed\n2025-08-01 01:22:09.865 [info] [command][0f989f60-c20e-4525-b600-7f120a4d8a9f] Socket close event received\n2025-08-01 01:22:09.906 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63429 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:23:09.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:23:09.873 [info] [command][fe3369d6-0543-4e4d-b3e3-b01c91b1c59f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fe3369d6-0543-4e4d-b3e3-b01c91b1c59f""}\n2025-08-01 01:23:09.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f7abcb4a-a68d-48c2-8aae-c208d0dff150] received connection request\n2025-08-01 01:23:09.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:23:09.919 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7abcb4a-a68d-48c2-8aae-c208d0dff150] socks forwarding established\n2025-08-01 01:23:09.964 [info] [command][fe3369d6-0543-4e4d-b3e3-b01c91b1c59f] Process exited with code 0\n2025-08-01 01:23:09.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7abcb4a-a68d-48c2-8aae-c208d0dff150] socks connection closed\n2025-08-01 01:23:09.965 [info] [command][fe3369d6-0543-4e4d-b3e3-b01c91b1c59f] Socket close event received\n2025-08-01 01:23:10.005 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63460 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:24:09.966 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:24:09.966 [info] [command][c2dd839c-d17d-46b8-a3b3-7677391c0a41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c2dd839c-d17d-46b8-a3b3-7677391c0a41""}\n2025-08-01 01:24:09.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ba023b3e-b233-422f-9edc-3407d39de613] received connection request\n2025-08-01 01:24:09.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:24:10.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba023b3e-b233-422f-9edc-3407d39de613] socks forwarding established\n2025-08-01 01:24:10.059 [info] [command][c2dd839c-d17d-46b8-a3b3-7677391c0a41] Process exited with code 0\n2025-08-01 01:24:10.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba023b3e-b233-422f-9edc-3407d39de613] socks connection closed\n2025-08-01 01:24:10.060 [info] [command][c2dd839c-d17d-46b8-a3b3-7677391c0a41] Socket close event received\n2025-08-01 01:24:10.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63477 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:25:10.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:25:10.070 [info] [command][b116567f-317b-4b52-9fa0-520a2ed77339] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b116567f-317b-4b52-9fa0-520a2ed77339""}\n2025-08-01 01:25:10.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1e37d3db-71b7-4743-8142-bade1ea79684] received connection request\n2025-08-01 01:25:10.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:25:10.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1e37d3db-71b7-4743-8142-bade1ea79684] socks forwarding established\n2025-08-01 01:25:10.227 [info] [command][b116567f-317b-4b52-9fa0-520a2ed77339] Process exited with code 0\n2025-08-01 01:25:10.228 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1e37d3db-71b7-4743-8142-bade1ea79684] socks connection closed\n2025-08-01 01:25:10.228 [info] [command][b116567f-317b-4b52-9fa0-520a2ed77339] Socket close event received\n2025-08-01 01:25:10.268 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63497 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:26:10.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:26:10.238 [info] [command][1b344bfa-f917-45e0-877d-03429a347b5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b344bfa-f917-45e0-877d-03429a347b5e""}\n2025-08-01 01:26:10.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fa8c874c-c942-44d0-8854-36df52ad44b5] received connection request\n2025-08-01 01:26:10.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 01:26:10.239 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:26:10.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa8c874c-c942-44d0-8854-36df52ad44b5] socks forwarding established\n2025-08-01 01:26:10.330 [info] [command][1b344bfa-f917-45e0-877d-03429a347b5e] Process exited with code 0\n2025-08-01 01:26:10.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa8c874c-c942-44d0-8854-36df52ad44b5] socks connection closed\n2025-08-01 01:26:10.331 [info] [command][1b344bfa-f917-45e0-877d-03429a347b5e] Socket close event received\n2025-08-01 01:26:10.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63515 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:27:10.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:27:10.338 [info] [command][3f93a764-5e90-40a6-9124-61025f60e6d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3f93a764-5e90-40a6-9124-61025f60e6d6""}\n2025-08-01 01:27:10.338 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][82578560-de7b-4a5c-8117-b7df48eb1830] received connection request\n2025-08-01 01:27:10.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:27:10.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82578560-de7b-4a5c-8117-b7df48eb1830] socks forwarding established\n2025-08-01 01:27:10.704 [info] [command][3f93a764-5e90-40a6-9124-61025f60e6d6] Process exited with code 0\n2025-08-01 01:27:10.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82578560-de7b-4a5c-8117-b7df48eb1830] socks connection closed\n2025-08-01 01:27:10.705 [info] [command][3f93a764-5e90-40a6-9124-61025f60e6d6] Socket close event received\n2025-08-01 01:27:10.744 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63547 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:28:10.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:28:10.714 [info] [command][61aeb32e-abd6-4943-9834-684b22ba0517] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""61aeb32e-abd6-4943-9834-684b22ba0517""}\n2025-08-01 01:28:10.714 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cfa7c94c-8232-4a87-8a2d-383743d3139d] received connection request\n2025-08-01 01:28:10.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:28:10.757 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfa7c94c-8232-4a87-8a2d-383743d3139d] socks forwarding established\n2025-08-01 01:28:10.803 [info] [command][61aeb32e-abd6-4943-9834-684b22ba0517] Process exited with code 0\n2025-08-01 01:28:10.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfa7c94c-8232-4a87-8a2d-383743d3139d] socks connection closed\n2025-08-01 01:28:10.804 [info] [command][61aeb32e-abd6-4943-9834-684b22ba0517] Socket close event received\n2025-08-01 01:28:10.843 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63581 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:29:10.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:29:10.812 [info] [command][c0deb70e-8a65-4a30-aa59-18031721b0bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c0deb70e-8a65-4a30-aa59-18031721b0bc""}\n2025-08-01 01:29:10.813 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a745e2e6-93f6-440f-962f-f95c1ed57900] received connection request\n2025-08-01 01:29:10.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:29:10.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a745e2e6-93f6-440f-962f-f95c1ed57900] socks forwarding established\n2025-08-01 01:29:10.902 [info] [command][c0deb70e-8a65-4a30-aa59-18031721b0bc] Process exited with code 0\n2025-08-01 01:29:10.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a745e2e6-93f6-440f-962f-f95c1ed57900] socks connection closed\n2025-08-01 01:29:10.902 [info] [command][c0deb70e-8a65-4a30-aa59-18031721b0bc] Socket close event received\n2025-08-01 01:29:10.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63617 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:30:10.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:30:10.914 [info] [command][344658fb-6fc5-499f-8ede-336e88ed1d13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""344658fb-6fc5-499f-8ede-336e88ed1d13""}\n2025-08-01 01:30:10.914 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][27031d4a-2717-4a23-907b-8572b025fc61] received connection request\n2025-08-01 01:30:10.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:30:11.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27031d4a-2717-4a23-907b-8572b025fc61] socks forwarding established\n2025-08-01 01:30:11.143 [info] [command][344658fb-6fc5-499f-8ede-336e88ed1d13] Process exited with code 0\n2025-08-01 01:30:11.144 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27031d4a-2717-4a23-907b-8572b025fc61] socks connection closed\n2025-08-01 01:30:11.144 [info] [command][344658fb-6fc5-499f-8ede-336e88ed1d13] Socket close event received\n2025-08-01 01:30:11.187 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63635 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:31:11.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:31:11.153 [info] [command][58c17086-eb30-4190-9bb7-8a321b89c8ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""58c17086-eb30-4190-9bb7-8a321b89c8ab""}\n2025-08-01 01:31:11.154 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][64b29541-5ac4-49cb-833e-1d108982b490] received connection request\n2025-08-01 01:31:11.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:31:11.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][64b29541-5ac4-49cb-833e-1d108982b490] socks forwarding established\n2025-08-01 01:31:11.251 [info] [command][58c17086-eb30-4190-9bb7-8a321b89c8ab] Process exited with code 0\n2025-08-01 01:31:11.252 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][64b29541-5ac4-49cb-833e-1d108982b490] socks connection closed\n2025-08-01 01:31:11.252 [info] [command][58c17086-eb30-4190-9bb7-8a321b89c8ab] Socket close event received\n2025-08-01 01:31:11.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63667 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:32:11.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:32:11.254 [info] [command][8408a617-6c06-4aab-8188-789a8b5cb931] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8408a617-6c06-4aab-8188-789a8b5cb931""}\n2025-08-01 01:32:11.255 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ba65ecca-031f-479f-adeb-858f6d89883b] received connection request\n2025-08-01 01:32:11.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:32:11.302 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba65ecca-031f-479f-adeb-858f6d89883b] socks forwarding established\n2025-08-01 01:32:11.348 [info] [command][8408a617-6c06-4aab-8188-789a8b5cb931] Process exited with code 0\n2025-08-01 01:32:11.348 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba65ecca-031f-479f-adeb-858f6d89883b] socks connection closed\n2025-08-01 01:32:11.348 [info] [command][8408a617-6c06-4aab-8188-789a8b5cb931] Socket close event received\n2025-08-01 01:32:11.389 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63703 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:33:11.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:33:11.355 [info] [command][1f5ddfec-f744-471c-a235-1c0aee4d4cc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f5ddfec-f744-471c-a235-1c0aee4d4cc9""}\n2025-08-01 01:33:11.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cf521903-9b2f-4621-8ed0-16f4f9f767fd] received connection request\n2025-08-01 01:33:11.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:33:11.402 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf521903-9b2f-4621-8ed0-16f4f9f767fd] socks forwarding established\n2025-08-01 01:33:11.447 [info] [command][1f5ddfec-f744-471c-a235-1c0aee4d4cc9] Process exited with code 0\n2025-08-01 01:33:11.447 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf521903-9b2f-4621-8ed0-16f4f9f767fd] socks connection closed\n2025-08-01 01:33:11.447 [info] [command][1f5ddfec-f744-471c-a235-1c0aee4d4cc9] Socket close event received\n2025-08-01 01:33:11.486 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63733 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:34:11.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:34:11.459 [info] [command][a358146a-9d7f-473b-ad4b-fc25e76b1be9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a358146a-9d7f-473b-ad4b-fc25e76b1be9""}\n2025-08-01 01:34:11.460 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][af5ab51f-2604-47e2-a51f-29bb10e5fbd3] received connection request\n2025-08-01 01:34:11.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:34:11.574 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af5ab51f-2604-47e2-a51f-29bb10e5fbd3] socks forwarding established\n2025-08-01 01:34:11.620 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af5ab51f-2604-47e2-a51f-29bb10e5fbd3] socks connection closed\n2025-08-01 01:34:11.620 [info] [command][a358146a-9d7f-473b-ad4b-fc25e76b1be9] Process exited with code 0\n2025-08-01 01:34:11.621 [info] [command][a358146a-9d7f-473b-ad4b-fc25e76b1be9] Socket close event received\n2025-08-01 01:34:11.660 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63752 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:35:11.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:35:11.630 [info] [command][a6f9090a-4ab5-493f-ad42-0f8bc6df916e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a6f9090a-4ab5-493f-ad42-0f8bc6df916e""}\n2025-08-01 01:35:11.631 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][22e28fff-bd64-4434-bc46-ae3e431204ab] received connection request\n2025-08-01 01:35:11.632 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:35:11.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22e28fff-bd64-4434-bc46-ae3e431204ab] socks forwarding established\n2025-08-01 01:35:11.948 [info] [command][a6f9090a-4ab5-493f-ad42-0f8bc6df916e] Process exited with code 0\n2025-08-01 01:35:11.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22e28fff-bd64-4434-bc46-ae3e431204ab] socks connection closed\n2025-08-01 01:35:11.948 [info] [command][a6f9090a-4ab5-493f-ad42-0f8bc6df916e] Socket close event received\n2025-08-01 01:35:11.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63767 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:36:11.950 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:36:11.952 [info] [command][ffe1be7e-aebb-4d10-9c14-56f446d58f94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ffe1be7e-aebb-4d10-9c14-56f446d58f94""}\n2025-08-01 01:36:11.952 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9e26c331-8a68-4675-947e-adce0ccd130d] received connection request\n2025-08-01 01:36:11.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:36:11.999 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9e26c331-8a68-4675-947e-adce0ccd130d] socks forwarding established\n2025-08-01 01:36:12.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9e26c331-8a68-4675-947e-adce0ccd130d] socks connection closed\n2025-08-01 01:36:12.045 [info] [command][ffe1be7e-aebb-4d10-9c14-56f446d58f94] Process exited with code 0\n2025-08-01 01:36:12.045 [info] [command][ffe1be7e-aebb-4d10-9c14-56f446d58f94] Socket close event received\n2025-08-01 01:36:12.083 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63786 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:37:12.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:37:12.055 [info] [command][afd2b046-a1c8-4180-909b-e7e98e3a7255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""afd2b046-a1c8-4180-909b-e7e98e3a7255""}\n2025-08-01 01:37:12.056 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][961bc1a3-acd4-4b4b-83a6-61d97f91319d] received connection request\n2025-08-01 01:37:12.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:37:12.098 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][961bc1a3-acd4-4b4b-83a6-61d97f91319d] socks forwarding established\n2025-08-01 01:37:12.144 [info] [command][afd2b046-a1c8-4180-909b-e7e98e3a7255] Process exited with code 0\n2025-08-01 01:37:12.144 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][961bc1a3-acd4-4b4b-83a6-61d97f91319d] socks connection closed\n2025-08-01 01:37:12.145 [info] [command][afd2b046-a1c8-4180-909b-e7e98e3a7255] Socket close event received\n2025-08-01 01:37:12.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63820 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:38:12.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:38:12.151 [info] [command][83eda586-28fb-40e8-9b39-cc92ecfca806] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""83eda586-28fb-40e8-9b39-cc92ecfca806""}\n2025-08-01 01:38:12.152 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6bc7c357-5590-4078-8b42-415d9c1e6f54] received connection request\n2025-08-01 01:38:12.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:38:12.195 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6bc7c357-5590-4078-8b42-415d9c1e6f54] socks forwarding established\n2025-08-01 01:38:12.242 [info] [command][83eda586-28fb-40e8-9b39-cc92ecfca806] Process exited with code 0\n2025-08-01 01:38:12.242 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6bc7c357-5590-4078-8b42-415d9c1e6f54] socks connection closed\n2025-08-01 01:38:12.242 [info] [command][83eda586-28fb-40e8-9b39-cc92ecfca806] Socket close event received\n2025-08-01 01:38:12.282 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63865 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:39:12.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:39:12.246 [info] [command][4af221e4-1b97-447d-b131-3567461622e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4af221e4-1b97-447d-b131-3567461622e4""}\n2025-08-01 01:39:12.247 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4a6ab4d7-3961-4ede-8b51-b84f647593d1] received connection request\n2025-08-01 01:39:12.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:39:12.295 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4a6ab4d7-3961-4ede-8b51-b84f647593d1] socks forwarding established\n2025-08-01 01:39:12.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4a6ab4d7-3961-4ede-8b51-b84f647593d1] socks connection closed\n2025-08-01 01:39:12.340 [info] [command][4af221e4-1b97-447d-b131-3567461622e4] Process exited with code 0\n2025-08-01 01:39:12.340 [info] [command][4af221e4-1b97-447d-b131-3567461622e4] Socket close event received\n2025-08-01 01:39:12.381 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63882 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:40:12.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:40:12.346 [info] [command][23777c2d-a31e-46d8-adae-6f9c80dec753] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""23777c2d-a31e-46d8-adae-6f9c80dec753""}\n2025-08-01 01:40:12.346 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c1688283-ab3c-41fc-b257-8220f15be8b6] received connection request\n2025-08-01 01:40:12.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:40:12.394 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1688283-ab3c-41fc-b257-8220f15be8b6] socks forwarding established\n2025-08-01 01:40:12.438 [info] [command][23777c2d-a31e-46d8-adae-6f9c80dec753] Process exited with code 0\n2025-08-01 01:40:12.439 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1688283-ab3c-41fc-b257-8220f15be8b6] socks connection closed\n2025-08-01 01:40:12.439 [info] [command][23777c2d-a31e-46d8-adae-6f9c80dec753] Socket close event received\n2025-08-01 01:40:12.479 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63900 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:41:12.449 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:41:12.450 [info] [command][eeac370d-8bd3-4d44-b379-792cb2048900] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eeac370d-8bd3-4d44-b379-792cb2048900""}\n2025-08-01 01:41:12.450 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][341abe72-389c-495a-b6bf-8801a6e383ff] received connection request\n2025-08-01 01:41:12.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:41:12.495 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][341abe72-389c-495a-b6bf-8801a6e383ff] socks forwarding established\n2025-08-01 01:41:12.550 [info] [command][eeac370d-8bd3-4d44-b379-792cb2048900] Process exited with code 0\n2025-08-01 01:41:12.551 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][341abe72-389c-495a-b6bf-8801a6e383ff] socks connection closed\n2025-08-01 01:41:12.551 [info] [command][eeac370d-8bd3-4d44-b379-792cb2048900] Socket close event received\n2025-08-01 01:41:12.592 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63921 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:42:12.552 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:42:12.554 [info] [command][7e7cb1b2-0c26-480e-b25c-2b6235505459] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7e7cb1b2-0c26-480e-b25c-2b6235505459""}\n2025-08-01 01:42:12.555 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e20cb6a2-7a3c-4a87-be2e-22492ed6f974] received connection request\n2025-08-01 01:42:12.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:42:12.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e20cb6a2-7a3c-4a87-be2e-22492ed6f974] socks forwarding established\n2025-08-01 01:42:12.651 [info] [command][7e7cb1b2-0c26-480e-b25c-2b6235505459] Process exited with code 0\n2025-08-01 01:42:12.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e20cb6a2-7a3c-4a87-be2e-22492ed6f974] socks connection closed\n2025-08-01 01:42:12.651 [info] [command][7e7cb1b2-0c26-480e-b25c-2b6235505459] Socket close event received\n2025-08-01 01:42:12.693 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63953 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:43:12.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:43:12.657 [info] [command][4cfe9d24-e78d-42f6-a177-f8f056ae027d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4cfe9d24-e78d-42f6-a177-f8f056ae027d""}\n2025-08-01 01:43:12.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dedb7e2e-3583-4e49-9cec-39a935c39eb5] received connection request\n2025-08-01 01:43:12.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:43:12.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dedb7e2e-3583-4e49-9cec-39a935c39eb5] socks forwarding established\n2025-08-01 01:43:12.750 [info] [command][4cfe9d24-e78d-42f6-a177-f8f056ae027d] Process exited with code 0\n2025-08-01 01:43:12.750 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dedb7e2e-3583-4e49-9cec-39a935c39eb5] socks connection closed\n2025-08-01 01:43:12.750 [info] [command][4cfe9d24-e78d-42f6-a177-f8f056ae027d] Socket close event received\n2025-08-01 01:43:12.827 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63981 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:44:12.760 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:44:12.762 [info] [command][aecd7e78-362d-403a-a87c-e62718311b03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aecd7e78-362d-403a-a87c-e62718311b03""}\n2025-08-01 01:44:12.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3e1fda7-d2b6-4547-b6bb-3e6e9d9e8c7a] received connection request\n2025-08-01 01:44:12.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:44:12.839 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3e1fda7-d2b6-4547-b6bb-3e6e9d9e8c7a] socks forwarding established\n2025-08-01 01:44:12.883 [info] [command][aecd7e78-362d-403a-a87c-e62718311b03] Process exited with code 0\n2025-08-01 01:44:12.883 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3e1fda7-d2b6-4547-b6bb-3e6e9d9e8c7a] socks connection closed\n2025-08-01 01:44:12.883 [info] [command][aecd7e78-362d-403a-a87c-e62718311b03] Socket close event received\n2025-08-01 01:44:12.926 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63997 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:45:12.885 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:45:12.886 [info] [command][c9950b2d-3f8b-4d64-a727-dd57345eda39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c9950b2d-3f8b-4d64-a727-dd57345eda39""}\n2025-08-01 01:45:12.887 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][12315e23-2798-4939-b971-1fb45283a048] received connection request\n2025-08-01 01:45:12.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:45:12.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12315e23-2798-4939-b971-1fb45283a048] socks forwarding established\n2025-08-01 01:45:12.981 [info] [command][c9950b2d-3f8b-4d64-a727-dd57345eda39] Process exited with code 0\n2025-08-01 01:45:12.981 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12315e23-2798-4939-b971-1fb45283a048] socks connection closed\n2025-08-01 01:45:12.981 [info] [command][c9950b2d-3f8b-4d64-a727-dd57345eda39] Socket close event received\n2025-08-01 01:45:13.020 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64029 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:46:12.988 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:46:12.989 [info] [command][2e2c9bf6-9693-4b30-bfd2-f29255ddb071] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2e2c9bf6-9693-4b30-bfd2-f29255ddb071""}\n2025-08-01 01:46:12.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][836de5a2-d5f3-495f-b22d-ff3a69a7ff3e] received connection request\n2025-08-01 01:46:12.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:46:13.040 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][836de5a2-d5f3-495f-b22d-ff3a69a7ff3e] socks forwarding established\n2025-08-01 01:46:13.083 [info] [command][2e2c9bf6-9693-4b30-bfd2-f29255ddb071] Process exited with code 0\n2025-08-01 01:46:13.083 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][836de5a2-d5f3-495f-b22d-ff3a69a7ff3e] socks connection closed\n2025-08-01 01:46:13.083 [info] [command][2e2c9bf6-9693-4b30-bfd2-f29255ddb071] Socket close event received\n2025-08-01 01:46:13.123 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64049 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:47:13.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:47:13.090 [info] [command][78bd4986-0e7d-4541-8b61-f2a046c86ba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""78bd4986-0e7d-4541-8b61-f2a046c86ba3""}\n2025-08-01 01:47:13.091 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][396df133-b18c-4606-8f4e-45919fd43ab6] received connection request\n2025-08-01 01:47:13.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:47:13.137 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][396df133-b18c-4606-8f4e-45919fd43ab6] socks forwarding established\n2025-08-01 01:47:13.181 [info] [command][78bd4986-0e7d-4541-8b61-f2a046c86ba3] Process exited with code 0\n2025-08-01 01:47:13.181 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][396df133-b18c-4606-8f4e-45919fd43ab6] socks connection closed\n2025-08-01 01:47:13.181 [info] [command][78bd4986-0e7d-4541-8b61-f2a046c86ba3] Socket close event received\n2025-08-01 01:47:13.222 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64087 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:48:13.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:48:13.190 [info] [command][f9c82154-68e4-45ef-b135-0787975c723f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f9c82154-68e4-45ef-b135-0787975c723f""}\n2025-08-01 01:48:13.191 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1d19bdc-0146-4fa5-81d1-abde47602b36] received connection request\n2025-08-01 01:48:13.191 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:48:13.237 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1d19bdc-0146-4fa5-81d1-abde47602b36] socks forwarding established\n2025-08-01 01:48:13.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1d19bdc-0146-4fa5-81d1-abde47602b36] socks connection closed\n2025-08-01 01:48:13.283 [info] [command][f9c82154-68e4-45ef-b135-0787975c723f] Process exited with code 0\n2025-08-01 01:48:13.283 [info] [command][f9c82154-68e4-45ef-b135-0787975c723f] Socket close event received\n2025-08-01 01:48:13.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64115 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:49:13.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:49:13.284 [info] [command][da9eb05f-2ef4-41c4-8897-b1d3f04b8728] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""da9eb05f-2ef4-41c4-8897-b1d3f04b8728""}\n2025-08-01 01:49:13.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a6bd584c-f33a-4d0b-a268-d5b5b231388c] received connection request\n2025-08-01 01:49:13.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:49:13.397 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a6bd584c-f33a-4d0b-a268-d5b5b231388c] socks forwarding established\n2025-08-01 01:49:13.440 [info] [command][da9eb05f-2ef4-41c4-8897-b1d3f04b8728] Process exited with code 0\n2025-08-01 01:49:13.440 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a6bd584c-f33a-4d0b-a268-d5b5b231388c] socks connection closed\n2025-08-01 01:49:13.440 [info] [command][da9eb05f-2ef4-41c4-8897-b1d3f04b8728] Socket close event received\n2025-08-01 01:49:13.503 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64133 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:50:13.444 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:50:13.446 [info] [command][a4bbb666-9720-4a82-ad51-6e46037a4959] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a4bbb666-9720-4a82-ad51-6e46037a4959""}\n2025-08-01 01:50:13.446 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][366e53fb-18e3-4c4c-9913-34b16bddf495] received connection request\n2025-08-01 01:50:13.447 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:50:13.492 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][366e53fb-18e3-4c4c-9913-34b16bddf495] socks forwarding established\n2025-08-01 01:50:13.540 [info] [command][a4bbb666-9720-4a82-ad51-6e46037a4959] Process exited with code 0\n2025-08-01 01:50:13.540 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][366e53fb-18e3-4c4c-9913-34b16bddf495] socks connection closed\n2025-08-01 01:50:13.540 [info] [command][a4bbb666-9720-4a82-ad51-6e46037a4959] Socket close event received\n2025-08-01 01:50:13.580 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64150 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:51:13.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:51:13.546 [info] [command][829472cf-f8e2-425e-838e-ed1ff216e106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""829472cf-f8e2-425e-838e-ed1ff216e106""}\n2025-08-01 01:51:13.547 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1d80cc8c-dfbc-4f1d-b22b-4a46bb1ccbad] received connection request\n2025-08-01 01:51:13.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:51:13.593 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d80cc8c-dfbc-4f1d-b22b-4a46bb1ccbad] socks forwarding established\n2025-08-01 01:51:13.639 [info] [command][829472cf-f8e2-425e-838e-ed1ff216e106] Process exited with code 0\n2025-08-01 01:51:13.639 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d80cc8c-dfbc-4f1d-b22b-4a46bb1ccbad] socks connection closed\n2025-08-01 01:51:13.639 [info] [command][829472cf-f8e2-425e-838e-ed1ff216e106] Socket close event received\n2025-08-01 01:51:13.679 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64167 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:52:13.645 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:52:13.646 [info] [command][e39a246d-90eb-4254-8e0f-684942e7ea1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e39a246d-90eb-4254-8e0f-684942e7ea1a""}\n2025-08-01 01:52:13.647 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c4600261-97fc-4707-8622-dfd199536cf1] received connection request\n2025-08-01 01:52:13.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:52:13.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4600261-97fc-4707-8622-dfd199536cf1] socks forwarding established\n2025-08-01 01:52:13.732 [info] [command][e39a246d-90eb-4254-8e0f-684942e7ea1a] Process exited with code 0\n2025-08-01 01:52:13.733 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4600261-97fc-4707-8622-dfd199536cf1] socks connection closed\n2025-08-01 01:52:13.733 [info] [command][e39a246d-90eb-4254-8e0f-684942e7ea1a] Socket close event received\n2025-08-01 01:52:13.773 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:53:13.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:53:13.744 [info] [command][eab3afb2-3133-468a-8b58-e487e9aa7e75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eab3afb2-3133-468a-8b58-e487e9aa7e75""}\n2025-08-01 01:53:13.744 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5aa56771-1bea-4d28-8d6e-b538bb95340c] received connection request\n2025-08-01 01:53:13.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:53:13.786 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5aa56771-1bea-4d28-8d6e-b538bb95340c] socks forwarding established\n2025-08-01 01:53:13.833 [info] [command][eab3afb2-3133-468a-8b58-e487e9aa7e75] Process exited with code 0\n2025-08-01 01:53:13.833 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5aa56771-1bea-4d28-8d6e-b538bb95340c] socks connection closed\n2025-08-01 01:53:13.833 [info] [command][eab3afb2-3133-468a-8b58-e487e9aa7e75] Socket close event received\n2025-08-01 01:53:13.928 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64241 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:54:13.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:54:13.837 [info] [command][c01239cb-28fe-401f-88a5-a7b9a508bfc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c01239cb-28fe-401f-88a5-a7b9a508bfc1""}\n2025-08-01 01:54:13.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6f8c91f3-f357-4d13-87fe-4e3c682327c1] received connection request\n2025-08-01 01:54:13.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:54:13.883 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f8c91f3-f357-4d13-87fe-4e3c682327c1] socks forwarding established\n2025-08-01 01:54:13.928 [info] [command][c01239cb-28fe-401f-88a5-a7b9a508bfc1] Process exited with code 0\n2025-08-01 01:54:13.928 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f8c91f3-f357-4d13-87fe-4e3c682327c1] socks connection closed\n2025-08-01 01:54:13.928 [info] [command][c01239cb-28fe-401f-88a5-a7b9a508bfc1] Socket close event received\n2025-08-01 01:54:13.968 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:55:13.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:55:13.939 [info] [command][aa9d2e6d-9471-41fa-871f-9e38d3b10062] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aa9d2e6d-9471-41fa-871f-9e38d3b10062""}\n2025-08-01 01:55:13.939 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ef345225-bd27-4b26-901e-ed2e358c7321] received connection request\n2025-08-01 01:55:13.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:55:13.981 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef345225-bd27-4b26-901e-ed2e358c7321] socks forwarding established\n2025-08-01 01:55:14.025 [info] [command][aa9d2e6d-9471-41fa-871f-9e38d3b10062] Process exited with code 0\n2025-08-01 01:55:14.026 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef345225-bd27-4b26-901e-ed2e358c7321] socks connection closed\n2025-08-01 01:55:14.026 [info] [command][aa9d2e6d-9471-41fa-871f-9e38d3b10062] Socket close event received\n2025-08-01 01:55:14.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:56:14.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:56:14.035 [info] [command][7fecb6d3-e501-4151-8edb-9da47c2565ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7fecb6d3-e501-4151-8edb-9da47c2565ed""}\n2025-08-01 01:56:14.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8ff73cd5-3e46-410d-9c55-6ae7921f3cfd] received connection request\n2025-08-01 01:56:14.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:56:14.079 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ff73cd5-3e46-410d-9c55-6ae7921f3cfd] socks forwarding established\n2025-08-01 01:56:14.124 [info] [command][7fecb6d3-e501-4151-8edb-9da47c2565ed] Process exited with code 0\n2025-08-01 01:56:14.125 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ff73cd5-3e46-410d-9c55-6ae7921f3cfd] socks connection closed\n2025-08-01 01:56:14.125 [info] [command][7fecb6d3-e501-4151-8edb-9da47c2565ed] Socket close event received\n2025-08-01 01:56:14.163 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64286 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:57:14.134 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:57:14.135 [info] [command][794b5822-ed0b-4891-8718-cbada824b27a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""794b5822-ed0b-4891-8718-cbada824b27a""}\n2025-08-01 01:57:14.136 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1092c163-a861-4b52-bec9-531ee97b15ae] received connection request\n2025-08-01 01:57:14.137 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:57:14.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1092c163-a861-4b52-bec9-531ee97b15ae] socks forwarding established\n2025-08-01 01:57:14.226 [info] [command][794b5822-ed0b-4891-8718-cbada824b27a] Process exited with code 0\n2025-08-01 01:57:14.226 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1092c163-a861-4b52-bec9-531ee97b15ae] socks connection closed\n2025-08-01 01:57:14.226 [info] [command][794b5822-ed0b-4891-8718-cbada824b27a] Socket close event received\n2025-08-01 01:57:14.265 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64323 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:58:14.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:58:14.231 [info] [command][f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5""}\n2025-08-01 01:58:14.232 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1ae51432-e28a-4617-b723-5b43878bebdd] received connection request\n2025-08-01 01:58:14.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:58:14.272 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ae51432-e28a-4617-b723-5b43878bebdd] socks forwarding established\n2025-08-01 01:58:14.320 [info] [command][f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5] Process exited with code 0\n2025-08-01 01:58:14.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ae51432-e28a-4617-b723-5b43878bebdd] socks connection closed\n2025-08-01 01:58:14.320 [info] [command][f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5] Socket close event received\n2025-08-01 01:58:14.361 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64354 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:59:14.323 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:59:14.325 [info] [command][809878c0-5e80-4e46-8dbd-bba3dcf27c87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""809878c0-5e80-4e46-8dbd-bba3dcf27c87""}\n2025-08-01 01:59:14.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][89e62db8-272a-48af-aaf5-78298c8bddef] received connection request\n2025-08-01 01:59:14.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:59:14.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89e62db8-272a-48af-aaf5-78298c8bddef] socks forwarding established\n2025-08-01 01:59:14.412 [info] [command][809878c0-5e80-4e46-8dbd-bba3dcf27c87] Process exited with code 0\n2025-08-01 01:59:14.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89e62db8-272a-48af-aaf5-78298c8bddef] socks connection closed\n2025-08-01 01:59:14.413 [info] [command][809878c0-5e80-4e46-8dbd-bba3dcf27c87] Socket close event received\n2025-08-01 01:59:14.452 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64382 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:00:14.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:00:14.416 [info] [command][db70ab3c-e136-4302-b900-697e30ee1feb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""db70ab3c-e136-4302-b900-697e30ee1feb""}\n2025-08-01 02:00:14.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][07d7fa49-6ed5-4abe-890d-dcac76f5528a] received connection request\n2025-08-01 02:00:14.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:00:14.463 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07d7fa49-6ed5-4abe-890d-dcac76f5528a] socks forwarding established\n2025-08-01 02:00:14.508 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07d7fa49-6ed5-4abe-890d-dcac76f5528a] socks connection closed\n2025-08-01 02:00:14.508 [info] [command][db70ab3c-e136-4302-b900-697e30ee1feb] Process exited with code 0\n2025-08-01 02:00:14.508 [info] [command][db70ab3c-e136-4302-b900-697e30ee1feb] Socket close event received\n2025-08-01 02:00:14.547 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64398 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:01:14.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:01:14.521 [info] [command][b06ecabd-8691-4f05-8bf5-e72e5fc23a83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b06ecabd-8691-4f05-8bf5-e72e5fc23a83""}\n2025-08-01 02:01:14.521 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2c936507-f2cc-4aa6-9d53-864ddb12d922] received connection request\n2025-08-01 02:01:14.522 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:01:14.571 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c936507-f2cc-4aa6-9d53-864ddb12d922] socks forwarding established\n2025-08-01 02:01:14.616 [info] [command][b06ecabd-8691-4f05-8bf5-e72e5fc23a83] Process exited with code 0\n2025-08-01 02:01:14.616 [info] [command][b06ecabd-8691-4f05-8bf5-e72e5fc23a83] Socket close event received\n2025-08-01 02:01:14.655 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c936507-f2cc-4aa6-9d53-864ddb12d922] socks connection closed\n2025-08-01 02:01:14.656 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64412 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:02:14.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:02:14.623 [info] [command][62656ce7-2486-47e5-96ab-212faf303deb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""62656ce7-2486-47e5-96ab-212faf303deb""}\n2025-08-01 02:02:14.623 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cbe0e623-d556-4fa9-9927-bcbb822111a7] received connection request\n2025-08-01 02:02:14.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:02:14.667 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbe0e623-d556-4fa9-9927-bcbb822111a7] socks forwarding established\n2025-08-01 02:02:14.714 [info] [command][62656ce7-2486-47e5-96ab-212faf303deb] Process exited with code 0\n2025-08-01 02:02:14.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbe0e623-d556-4fa9-9927-bcbb822111a7] socks connection closed\n2025-08-01 02:02:14.715 [info] [command][62656ce7-2486-47e5-96ab-212faf303deb] Socket close event received\n2025-08-01 02:02:14.757 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64442 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:03:14.719 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:03:14.720 [info] [command][f76c7d36-843f-4001-913c-613560616a0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f76c7d36-843f-4001-913c-613560616a0e""}\n2025-08-01 02:03:14.721 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bcfa034f-1d90-4549-a8a8-3b1591a3b892] received connection request\n2025-08-01 02:03:14.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:03:14.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bcfa034f-1d90-4549-a8a8-3b1591a3b892] socks forwarding established\n2025-08-01 02:03:15.034 [info] [command][f76c7d36-843f-4001-913c-613560616a0e] Process exited with code 0\n2025-08-01 02:03:15.034 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bcfa034f-1d90-4549-a8a8-3b1591a3b892] socks connection closed\n2025-08-01 02:03:15.034 [info] [command][f76c7d36-843f-4001-913c-613560616a0e] Socket close event received\n2025-08-01 02:03:15.074 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64470 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:04:15.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:04:15.042 [info] [command][3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7""}\n2025-08-01 02:04:15.042 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c6b9bcf-edd6-4fec-9bed-d530a78633cb] received connection request\n2025-08-01 02:04:15.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:04:15.089 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c6b9bcf-edd6-4fec-9bed-d530a78633cb] socks forwarding established\n2025-08-01 02:04:15.135 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c6b9bcf-edd6-4fec-9bed-d530a78633cb] socks connection closed\n2025-08-01 02:04:15.136 [info] [command][3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7] Process exited with code 0\n2025-08-01 02:04:15.136 [info] [command][3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7] Socket close event received\n2025-08-01 02:04:15.176 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64486 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:05:15.136 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:05:15.138 [info] [command][f19839ef-80a6-4984-b46d-0cd8d786f548] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f19839ef-80a6-4984-b46d-0cd8d786f548""}\n2025-08-01 02:05:15.138 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b1af534-1c4a-4099-8cb4-9b6e037c3f6f] received connection request\n2025-08-01 02:05:15.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:05:15.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b1af534-1c4a-4099-8cb4-9b6e037c3f6f] socks forwarding established\n2025-08-01 02:05:15.231 [info] [command][f19839ef-80a6-4984-b46d-0cd8d786f548] Process exited with code 0\n2025-08-01 02:05:15.231 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b1af534-1c4a-4099-8cb4-9b6e037c3f6f] socks connection closed\n2025-08-01 02:05:15.231 [info] [command][f19839ef-80a6-4984-b46d-0cd8d786f548] Socket close event received\n2025-08-01 02:05:15.270 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64499 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:06:15.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:06:15.241 [info] [command][69c7ab57-3939-433c-829c-ab11730879fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""69c7ab57-3939-433c-829c-ab11730879fc""}\n2025-08-01 02:06:15.242 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][627f24f6-4eee-4fb8-9aac-a1f4e5c67cf6] received connection request\n2025-08-01 02:06:15.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:06:15.284 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][627f24f6-4eee-4fb8-9aac-a1f4e5c67cf6] socks forwarding established\n2025-08-01 02:06:15.328 [info] [command][69c7ab57-3939-433c-829c-ab11730879fc] Process exited with code 0\n2025-08-01 02:06:15.328 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][627f24f6-4eee-4fb8-9aac-a1f4e5c67cf6] socks connection closed\n2025-08-01 02:06:15.328 [info] [command][69c7ab57-3939-433c-829c-ab11730879fc] Socket close event received\n2025-08-01 02:06:15.366 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64512 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:07:15.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:07:15.338 [info] [command][85554a89-04e8-4d85-bb6d-f471b9660989] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""85554a89-04e8-4d85-bb6d-f471b9660989""}\n2025-08-01 02:07:15.339 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5a6e7a39-bf65-4cec-a90e-2e711b244080] received connection request\n2025-08-01 02:07:15.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:07:15.440 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a6e7a39-bf65-4cec-a90e-2e711b244080] socks forwarding established\n2025-08-01 02:07:15.489 [info] [command][85554a89-04e8-4d85-bb6d-f471b9660989] Process exited with code 0\n2025-08-01 02:07:15.489 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a6e7a39-bf65-4cec-a90e-2e711b244080] socks connection closed\n2025-08-01 02:07:15.490 [info] [command][85554a89-04e8-4d85-bb6d-f471b9660989] Socket close event received\n2025-08-01 02:07:15.530 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64543 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:08:15.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:08:15.500 [info] [command][cec86da1-c061-4ffa-8d81-6d4e284e8581] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cec86da1-c061-4ffa-8d81-6d4e284e8581""}\n2025-08-01 02:08:15.501 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a8858d48-2af8-4bdc-a2ba-8ea10eed82b1] received connection request\n2025-08-01 02:08:15.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:08:15.546 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8858d48-2af8-4bdc-a2ba-8ea10eed82b1] socks forwarding established\n2025-08-01 02:08:15.591 [info] [command][cec86da1-c061-4ffa-8d81-6d4e284e8581] Process exited with code 0\n2025-08-01 02:08:15.591 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8858d48-2af8-4bdc-a2ba-8ea10eed82b1] socks connection closed\n2025-08-01 02:08:15.591 [info] [command][cec86da1-c061-4ffa-8d81-6d4e284e8581] Socket close event received\n2025-08-01 02:08:15.632 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64573 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:09:15.599 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:09:15.600 [info] [command][9ff4a21d-3781-48f7-b53a-dd9cb33f443e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ff4a21d-3781-48f7-b53a-dd9cb33f443e""}\n2025-08-01 02:09:15.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d61007c-0952-482b-9a02-95a10a6f4510] received connection request\n2025-08-01 02:09:15.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:09:15.645 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d61007c-0952-482b-9a02-95a10a6f4510] socks forwarding established\n2025-08-01 02:09:15.689 [info] [command][9ff4a21d-3781-48f7-b53a-dd9cb33f443e] Process exited with code 0\n2025-08-01 02:09:15.689 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d61007c-0952-482b-9a02-95a10a6f4510] socks connection closed\n2025-08-01 02:09:15.689 [info] [command][9ff4a21d-3781-48f7-b53a-dd9cb33f443e] Socket close event received\n2025-08-01 02:09:15.729 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64593 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:10:15.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:10:15.701 [info] [command][de4d6af2-a083-4a25-b873-225c46dc6bd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""de4d6af2-a083-4a25-b873-225c46dc6bd2""}\n2025-08-01 02:10:15.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][14d5ae80-e329-405c-b21d-69d7105299b5] received connection request\n2025-08-01 02:10:15.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:10:15.749 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14d5ae80-e329-405c-b21d-69d7105299b5] socks forwarding established\n2025-08-01 02:10:15.794 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14d5ae80-e329-405c-b21d-69d7105299b5] socks connection closed\n2025-08-01 02:10:15.794 [info] [command][de4d6af2-a083-4a25-b873-225c46dc6bd2] Process exited with code 0\n2025-08-01 02:10:15.794 [info] [command][de4d6af2-a083-4a25-b873-225c46dc6bd2] Socket close event received\n2025-08-01 02:10:15.837 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64612 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:11:15.805 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:11:15.807 [info] [command][1b1e56c3-0966-4170-ab58-d7139d6fd56c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b1e56c3-0966-4170-ab58-d7139d6fd56c""}\n2025-08-01 02:11:15.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][103b7f1a-7cc7-410c-80e5-137d37faa25f] received connection request\n2025-08-01 02:11:15.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:11:15.855 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][103b7f1a-7cc7-410c-80e5-137d37faa25f] socks forwarding established\n2025-08-01 02:11:15.899 [info] [command][1b1e56c3-0966-4170-ab58-d7139d6fd56c] Process exited with code 0\n2025-08-01 02:11:15.900 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][103b7f1a-7cc7-410c-80e5-137d37faa25f] socks connection closed\n2025-08-01 02:11:15.900 [info] [command][1b1e56c3-0966-4170-ab58-d7139d6fd56c] Socket close event received\n2025-08-01 02:11:15.940 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64624 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:12:15.909 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:12:15.911 [info] [command][b5d05877-c829-4421-a522-0d00a7d2216d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b5d05877-c829-4421-a522-0d00a7d2216d""}\n2025-08-01 02:12:15.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5738d1cc-bb0a-4a59-8c8f-c56b89cb6572] received connection request\n2025-08-01 02:12:15.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:12:15.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5738d1cc-bb0a-4a59-8c8f-c56b89cb6572] socks forwarding established\n2025-08-01 02:12:16.034 [info] [command][b5d05877-c829-4421-a522-0d00a7d2216d] Process exited with code 0\n2025-08-01 02:12:16.034 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5738d1cc-bb0a-4a59-8c8f-c56b89cb6572] socks connection closed\n2025-08-01 02:12:16.034 [info] [command][b5d05877-c829-4421-a522-0d00a7d2216d] Socket close event received\n2025-08-01 02:12:16.076 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64657 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:13:16.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:13:16.043 [info] [command][6ba884a8-d17c-40f0-8646-4f38714aa04e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6ba884a8-d17c-40f0-8646-4f38714aa04e""}\n2025-08-01 02:13:16.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c7819e3-ed0e-436a-9ce4-6a30a58b16c8] received connection request\n2025-08-01 02:13:16.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:13:16.086 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c7819e3-ed0e-436a-9ce4-6a30a58b16c8] socks forwarding established\n2025-08-01 02:13:16.130 [info] [command][6ba884a8-d17c-40f0-8646-4f38714aa04e] Process exited with code 0\n2025-08-01 02:13:16.130 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c7819e3-ed0e-436a-9ce4-6a30a58b16c8] socks connection closed\n2025-08-01 02:13:16.130 [info] [command][6ba884a8-d17c-40f0-8646-4f38714aa04e] Socket close event received\n2025-08-01 02:13:16.171 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64702 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:14:16.131 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:14:16.132 [info] [command][118d7b48-6dc0-4604-af55-2d95e59aee6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""118d7b48-6dc0-4604-af55-2d95e59aee6f""}\n2025-08-01 02:14:16.133 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2a7fd5bd-c2bc-4747-9abb-2e7363f951e9] received connection request\n2025-08-01 02:14:16.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:14:16.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2a7fd5bd-c2bc-4747-9abb-2e7363f951e9] socks forwarding established\n2025-08-01 02:14:16.229 [info] [command][118d7b48-6dc0-4604-af55-2d95e59aee6f] Process exited with code 0\n2025-08-01 02:14:16.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2a7fd5bd-c2bc-4747-9abb-2e7363f951e9] socks connection closed\n2025-08-01 02:14:16.229 [info] [command][118d7b48-6dc0-4604-af55-2d95e59aee6f] Socket close event received\n2025-08-01 02:14:16.271 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64718 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:15:16.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:15:16.239 [info] [command][ef474535-69cd-4b31-b41e-df48c247b43d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ef474535-69cd-4b31-b41e-df48c247b43d""}\n2025-08-01 02:15:16.240 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b30c996e-4c4f-4686-bd16-22480ce6bc89] received connection request\n2025-08-01 02:15:16.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:15:16.287 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b30c996e-4c4f-4686-bd16-22480ce6bc89] socks forwarding established\n2025-08-01 02:15:16.333 [info] [command][ef474535-69cd-4b31-b41e-df48c247b43d] Process exited with code 0\n2025-08-01 02:15:16.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b30c996e-4c4f-4686-bd16-22480ce6bc89] socks connection closed\n2025-08-01 02:15:16.334 [info] [command][ef474535-69cd-4b31-b41e-df48c247b43d] Socket close event received\n2025-08-01 02:15:16.373 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64736 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:16:16.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:16:16.344 [info] [command][515c9cef-c167-4c7c-981b-47411e9bcf64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""515c9cef-c167-4c7c-981b-47411e9bcf64""}\n2025-08-01 02:16:16.345 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33f7cd8b-cf62-4590-96cc-5959c7d432ac] received connection request\n2025-08-01 02:16:16.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:16:16.438 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33f7cd8b-cf62-4590-96cc-5959c7d432ac] socks forwarding established\n2025-08-01 02:16:16.484 [info] [command][515c9cef-c167-4c7c-981b-47411e9bcf64] Process exited with code 0\n2025-08-01 02:16:16.484 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33f7cd8b-cf62-4590-96cc-5959c7d432ac] socks connection closed\n2025-08-01 02:16:16.485 [info] [command][515c9cef-c167-4c7c-981b-47411e9bcf64] Socket close event received\n2025-08-01 02:16:16.524 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64751 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:17:16.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:17:16.495 [info] [command][eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950""}\n2025-08-01 02:17:16.496 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4d93283d-a4ce-4155-8384-e599443a19c1] received connection request\n2025-08-01 02:17:16.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:17:16.539 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d93283d-a4ce-4155-8384-e599443a19c1] socks forwarding established\n2025-08-01 02:17:16.603 [info] [command][eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950] Process exited with code 0\n2025-08-01 02:17:16.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d93283d-a4ce-4155-8384-e599443a19c1] socks connection closed\n2025-08-01 02:17:16.604 [info] [command][eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950] Socket close event received\n2025-08-01 02:17:16.646 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64784 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:18:16.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:18:16.616 [info] [command][0375b2e6-aa03-4700-a0c4-ece9e4580f26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0375b2e6-aa03-4700-a0c4-ece9e4580f26""}\n2025-08-01 02:18:16.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][add2273b-df98-497a-b73b-ec1314811729] received connection request\n2025-08-01 02:18:16.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:18:16.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][add2273b-df98-497a-b73b-ec1314811729] socks forwarding established\n2025-08-01 02:18:16.706 [info] [command][0375b2e6-aa03-4700-a0c4-ece9e4580f26] Process exited with code 0\n2025-08-01 02:18:16.706 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][add2273b-df98-497a-b73b-ec1314811729] socks connection closed\n2025-08-01 02:18:16.706 [info] [command][0375b2e6-aa03-4700-a0c4-ece9e4580f26] Socket close event received\n2025-08-01 02:18:16.750 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64812 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:19:16.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:19:16.709 [info] [command][d6fa29f4-19df-442d-86fa-9a953e68eda9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d6fa29f4-19df-442d-86fa-9a953e68eda9""}\n2025-08-01 02:19:16.709 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7e43b752-a93b-474e-9fe7-bbcc5bd8bd4a] received connection request\n2025-08-01 02:19:16.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:19:16.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e43b752-a93b-474e-9fe7-bbcc5bd8bd4a] socks forwarding established\n2025-08-01 02:19:16.806 [info] [command][d6fa29f4-19df-442d-86fa-9a953e68eda9] Process exited with code 0\n2025-08-01 02:19:16.806 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e43b752-a93b-474e-9fe7-bbcc5bd8bd4a] socks connection closed\n2025-08-01 02:19:16.806 [info] [command][d6fa29f4-19df-442d-86fa-9a953e68eda9] Socket close event received\n2025-08-01 02:19:16.846 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64826 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:20:16.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:20:16.814 [info] [command][e2090bbd-efe2-488c-8af2-409b777e8467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e2090bbd-efe2-488c-8af2-409b777e8467""}\n2025-08-01 02:20:16.815 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][59e81c7d-7e35-4bc7-ae6a-7f9578c4ad47] received connection request\n2025-08-01 02:20:16.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 02:20:16.816 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:20:16.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59e81c7d-7e35-4bc7-ae6a-7f9578c4ad47] socks forwarding established\n2025-08-01 02:20:16.903 [info] [command][e2090bbd-efe2-488c-8af2-409b777e8467] Process exited with code 0\n2025-08-01 02:20:16.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59e81c7d-7e35-4bc7-ae6a-7f9578c4ad47] socks connection closed\n2025-08-01 02:20:16.904 [info] [command][e2090bbd-efe2-488c-8af2-409b777e8467] Socket close event received\n2025-08-01 02:20:16.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64842 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:21:16.905 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:21:16.907 [info] [command][84371b7c-3416-4352-b150-5258cc312769] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""84371b7c-3416-4352-b150-5258cc312769""}\n2025-08-01 02:21:16.908 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][423fbf28-4a2c-49b3-851c-19a548b5554c] received connection request\n2025-08-01 02:21:16.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:21:16.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423fbf28-4a2c-49b3-851c-19a548b5554c] socks forwarding established\n2025-08-01 02:21:17.081 [info] [command][84371b7c-3416-4352-b150-5258cc312769] Process exited with code 0\n2025-08-01 02:21:17.081 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423fbf28-4a2c-49b3-851c-19a548b5554c] socks connection closed\n2025-08-01 02:21:17.081 [info] [command][84371b7c-3416-4352-b150-5258cc312769] Socket close event received\n2025-08-01 02:21:17.139 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64862 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:22:17.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:22:17.083 [info] [command][18b49bb2-728a-4674-a6bb-50de7a014d3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""18b49bb2-728a-4674-a6bb-50de7a014d3b""}\n2025-08-01 02:22:17.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3e3fed4d-0abe-4190-ac9a-3c6e3d377e76] received connection request\n2025-08-01 02:22:17.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:22:17.127 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e3fed4d-0abe-4190-ac9a-3c6e3d377e76] socks forwarding established\n2025-08-01 02:22:17.172 [info] [command][18b49bb2-728a-4674-a6bb-50de7a014d3b] Process exited with code 0\n2025-08-01 02:22:17.173 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e3fed4d-0abe-4190-ac9a-3c6e3d377e76] socks connection closed\n2025-08-01 02:22:17.173 [info] [command][18b49bb2-728a-4674-a6bb-50de7a014d3b] Socket close event received\n2025-08-01 02:22:17.216 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64896 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:23:17.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:23:17.184 [info] [command][46c7d259-6097-40ef-aab9-30713eb85c5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""46c7d259-6097-40ef-aab9-30713eb85c5a""}\n2025-08-01 02:23:17.184 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][180907e1-58ad-4d30-a4bc-e4934cbb0866] received connection request\n2025-08-01 02:23:17.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:23:17.231 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][180907e1-58ad-4d30-a4bc-e4934cbb0866] socks forwarding established\n2025-08-01 02:23:17.276 [info] [command][46c7d259-6097-40ef-aab9-30713eb85c5a] Process exited with code 0\n2025-08-01 02:23:17.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][180907e1-58ad-4d30-a4bc-e4934cbb0866] socks connection closed\n2025-08-01 02:23:17.277 [info] [command][46c7d259-6097-40ef-aab9-30713eb85c5a] Socket close event received\n2025-08-01 02:23:17.315 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64920 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:24:17.283 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:24:17.284 [info] [command][b4ba88f1-a86f-452c-aa2d-aea36cc81148] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b4ba88f1-a86f-452c-aa2d-aea36cc81148""}\n2025-08-01 02:24:17.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a09f1275-54f5-49cd-8ce5-efbfec435554] received connection request\n2025-08-01 02:24:17.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:24:17.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a09f1275-54f5-49cd-8ce5-efbfec435554] socks forwarding established\n2025-08-01 02:24:17.378 [info] [command][b4ba88f1-a86f-452c-aa2d-aea36cc81148] Process exited with code 0\n2025-08-01 02:24:17.379 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a09f1275-54f5-49cd-8ce5-efbfec435554] socks connection closed\n2025-08-01 02:24:17.379 [info] [command][b4ba88f1-a86f-452c-aa2d-aea36cc81148] Socket close event received\n2025-08-01 02:24:17.419 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:25:17.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:25:17.387 [info] [command][b5164b1c-3b39-4653-8886-8a5803ea8594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b5164b1c-3b39-4653-8886-8a5803ea8594""}\n2025-08-01 02:25:17.387 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][541215d1-80b9-47a5-b6dc-5a1e576ad7fc] received connection request\n2025-08-01 02:25:17.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:25:17.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][541215d1-80b9-47a5-b6dc-5a1e576ad7fc] socks forwarding established\n2025-08-01 02:25:17.472 [info] [command][b5164b1c-3b39-4653-8886-8a5803ea8594] Process exited with code 0\n2025-08-01 02:25:17.473 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][541215d1-80b9-47a5-b6dc-5a1e576ad7fc] socks connection closed\n2025-08-01 02:25:17.473 [info] [command][b5164b1c-3b39-4653-8886-8a5803ea8594] Socket close event received\n2025-08-01 02:25:17.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64967 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:26:17.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:26:17.481 [info] [command][3463720d-5353-4fa0-8137-a2e1e09e54d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3463720d-5353-4fa0-8137-a2e1e09e54d4""}\n2025-08-01 02:26:17.482 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1a2639f3-a340-4169-9ba0-993f73683e70] received connection request\n2025-08-01 02:26:17.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:26:17.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a2639f3-a340-4169-9ba0-993f73683e70] socks forwarding established\n2025-08-01 02:26:17.645 [info] [command][3463720d-5353-4fa0-8137-a2e1e09e54d4] Process exited with code 0\n2025-08-01 02:26:17.646 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a2639f3-a340-4169-9ba0-993f73683e70] socks connection closed\n2025-08-01 02:26:17.646 [info] [command][3463720d-5353-4fa0-8137-a2e1e09e54d4] Socket close event received\n2025-08-01 02:26:17.685 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64984 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:27:17.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:27:17.652 [info] [command][39d44373-6048-4478-aa9f-d4a3f2f5802f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39d44373-6048-4478-aa9f-d4a3f2f5802f""}\n2025-08-01 02:27:17.653 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dc9a9ff3-a5e1-4835-920d-eceba9c99076] received connection request\n2025-08-01 02:27:17.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:27:17.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc9a9ff3-a5e1-4835-920d-eceba9c99076] socks forwarding established\n2025-08-01 02:27:17.741 [info] [command][39d44373-6048-4478-aa9f-d4a3f2f5802f] Process exited with code 0\n2025-08-01 02:27:17.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc9a9ff3-a5e1-4835-920d-eceba9c99076] socks connection closed\n2025-08-01 02:27:17.741 [info] [command][39d44373-6048-4478-aa9f-d4a3f2f5802f] Socket close event received\n2025-08-01 02:27:17.781 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:28:17.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:28:17.750 [info] [command][5352951a-ffe0-4f81-abe2-581c1558a58e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5352951a-ffe0-4f81-abe2-581c1558a58e""}\n2025-08-01 02:28:17.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee96b451-120a-4d2d-a6a6-ce503717a856] received connection request\n2025-08-01 02:28:17.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:28:17.856 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee96b451-120a-4d2d-a6a6-ce503717a856] socks forwarding established\n2025-08-01 02:28:17.903 [info] [command][5352951a-ffe0-4f81-abe2-581c1558a58e] Process exited with code 0\n2025-08-01 02:28:17.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee96b451-120a-4d2d-a6a6-ce503717a856] socks connection closed\n2025-08-01 02:28:17.903 [info] [command][5352951a-ffe0-4f81-abe2-581c1558a58e] Socket close event received\n2025-08-01 02:28:17.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65057 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:29:17.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:29:17.907 [info] [command][0225e71f-12db-4bc4-bc41-3a599413a64a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0225e71f-12db-4bc4-bc41-3a599413a64a""}\n2025-08-01 02:29:17.908 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d215a96-5518-4022-aa50-acb9bab23c21] received connection request\n2025-08-01 02:29:17.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:29:17.950 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d215a96-5518-4022-aa50-acb9bab23c21] socks forwarding established\n2025-08-01 02:29:17.993 [info] [command][0225e71f-12db-4bc4-bc41-3a599413a64a] Process exited with code 0\n2025-08-01 02:29:17.993 [info] [command][0225e71f-12db-4bc4-bc41-3a599413a64a] Socket close event received\n2025-08-01 02:29:17.993 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d215a96-5518-4022-aa50-acb9bab23c21] socks connection closed\n2025-08-01 02:29:18.032 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65079 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:30:17.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:30:17.997 [info] [command][d636a75b-2f5e-4bee-b577-d2df52f9158e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d636a75b-2f5e-4bee-b577-d2df52f9158e""}\n2025-08-01 02:30:17.998 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6426b33f-6598-4cc7-ae7f-5a39e2370041] received connection request\n2025-08-01 02:30:17.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:30:18.114 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6426b33f-6598-4cc7-ae7f-5a39e2370041] socks forwarding established\n2025-08-01 02:30:18.164 [info] [command][d636a75b-2f5e-4bee-b577-d2df52f9158e] Process exited with code 0\n2025-08-01 02:30:18.164 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6426b33f-6598-4cc7-ae7f-5a39e2370041] socks connection closed\n2025-08-01 02:30:18.165 [info] [command][d636a75b-2f5e-4bee-b577-d2df52f9158e] Socket close event received\n2025-08-01 02:30:18.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65104 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:31:18.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:31:18.166 [info] [command][02e4dba5-4a66-4f00-8174-ee1ac928fb1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""02e4dba5-4a66-4f00-8174-ee1ac928fb1a""}\n2025-08-01 02:31:18.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5c9f02b3-a67f-4e3f-a113-4657dc0d404d] received connection request\n2025-08-01 02:31:18.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:31:18.427 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c9f02b3-a67f-4e3f-a113-4657dc0d404d] socks forwarding established\n2025-08-01 02:31:18.473 [info] [command][02e4dba5-4a66-4f00-8174-ee1ac928fb1a] Process exited with code 0\n2025-08-01 02:31:18.473 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c9f02b3-a67f-4e3f-a113-4657dc0d404d] socks connection closed\n2025-08-01 02:31:18.473 [info] [command][02e4dba5-4a66-4f00-8174-ee1ac928fb1a] Socket close event received\n2025-08-01 02:31:18.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65116 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:32:18.475 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:32:18.476 [info] [command][f5c61b7f-d366-46a5-97a4-a79913f1cdeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f5c61b7f-d366-46a5-97a4-a79913f1cdeb""}\n2025-08-01 02:32:18.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33cf3977-5455-4c1f-9a9b-7ce526c83e8e] received connection request\n2025-08-01 02:32:18.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:32:18.521 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33cf3977-5455-4c1f-9a9b-7ce526c83e8e] socks forwarding established\n2025-08-01 02:32:18.566 [info] [command][f5c61b7f-d366-46a5-97a4-a79913f1cdeb] Process exited with code 0\n2025-08-01 02:32:18.566 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33cf3977-5455-4c1f-9a9b-7ce526c83e8e] socks connection closed\n2025-08-01 02:32:18.566 [info] [command][f5c61b7f-d366-46a5-97a4-a79913f1cdeb] Socket close event received\n2025-08-01 02:32:18.605 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65143 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:33:18.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:33:18.572 [info] [command][093c0ed2-5c10-4b3f-bffb-57285b1a8da6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""093c0ed2-5c10-4b3f-bffb-57285b1a8da6""}\n2025-08-01 02:33:18.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bae7fc3f-28a5-4502-bbfe-197340880282] received connection request\n2025-08-01 02:33:18.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:33:18.618 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bae7fc3f-28a5-4502-bbfe-197340880282] socks forwarding established\n2025-08-01 02:33:18.664 [info] [command][093c0ed2-5c10-4b3f-bffb-57285b1a8da6] Process exited with code 0\n2025-08-01 02:33:18.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bae7fc3f-28a5-4502-bbfe-197340880282] socks connection closed\n2025-08-01 02:33:18.665 [info] [command][093c0ed2-5c10-4b3f-bffb-57285b1a8da6] Socket close event received\n2025-08-01 02:33:18.706 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65180 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:34:18.672 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:34:18.673 [info] [command][6035858f-c291-452e-8523-7c408e5e2864] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6035858f-c291-452e-8523-7c408e5e2864""}\n2025-08-01 02:34:18.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9a0e295c-5505-4a06-9797-48141eb2b5af] received connection request\n2025-08-01 02:34:18.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:34:18.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9a0e295c-5505-4a06-9797-48141eb2b5af] socks forwarding established\n2025-08-01 02:34:18.762 [info] [command][6035858f-c291-452e-8523-7c408e5e2864] Process exited with code 0\n2025-08-01 02:34:18.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9a0e295c-5505-4a06-9797-48141eb2b5af] socks connection closed\n2025-08-01 02:34:18.762 [info] [command][6035858f-c291-452e-8523-7c408e5e2864] Socket close event received\n2025-08-01 02:34:18.803 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65197 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:35:18.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:35:18.770 [info] [command][5bc77a63-d002-4617-a309-59db1d4f02ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5bc77a63-d002-4617-a309-59db1d4f02ae""}\n2025-08-01 02:35:18.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][28d2c485-e728-48b5-bff6-340e99c93a32] received connection request\n2025-08-01 02:35:18.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:35:18.887 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][28d2c485-e728-48b5-bff6-340e99c93a32] socks forwarding established\n2025-08-01 02:35:18.931 [info] [command][5bc77a63-d002-4617-a309-59db1d4f02ae] Process exited with code 0\n2025-08-01 02:35:18.931 [info] [command][5bc77a63-d002-4617-a309-59db1d4f02ae] Socket close event received\n2025-08-01 02:35:18.932 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][28d2c485-e728-48b5-bff6-340e99c93a32] socks connection closed\n2025-08-01 02:35:18.972 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65213 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:36:18.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:36:18.934 [info] [command][2c850cec-9eb7-4b5f-86c1-48b7632b1dc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c850cec-9eb7-4b5f-86c1-48b7632b1dc2""}\n2025-08-01 02:36:18.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][46b3fd2f-d6ce-4db0-97bd-97f9fb764bc1] received connection request\n2025-08-01 02:36:18.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:36:18.979 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][46b3fd2f-d6ce-4db0-97bd-97f9fb764bc1] socks forwarding established\n2025-08-01 02:36:19.025 [info] [command][2c850cec-9eb7-4b5f-86c1-48b7632b1dc2] Process exited with code 0\n2025-08-01 02:36:19.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][46b3fd2f-d6ce-4db0-97bd-97f9fb764bc1] socks connection closed\n2025-08-01 02:36:19.025 [info] [command][2c850cec-9eb7-4b5f-86c1-48b7632b1dc2] Socket close event received\n2025-08-01 02:36:19.067 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65237 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:37:19.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:37:19.031 [info] [command][3163cd46-3f12-4bfa-8b23-3ca5ed05930f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3163cd46-3f12-4bfa-8b23-3ca5ed05930f""}\n2025-08-01 02:37:19.031 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cb742c49-1aee-44a0-97b2-4115456d8818] received connection request\n2025-08-01 02:37:19.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:37:19.073 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb742c49-1aee-44a0-97b2-4115456d8818] socks forwarding established\n2025-08-01 02:37:19.117 [info] [command][3163cd46-3f12-4bfa-8b23-3ca5ed05930f] Process exited with code 0\n2025-08-01 02:37:19.117 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb742c49-1aee-44a0-97b2-4115456d8818] socks connection closed\n2025-08-01 02:37:19.117 [info] [command][3163cd46-3f12-4bfa-8b23-3ca5ed05930f] Socket close event received\n2025-08-01 02:37:19.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65272 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:38:19.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:38:19.120 [info] [command][2a1e5469-e3b9-4eee-9870-16568cf50ceb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2a1e5469-e3b9-4eee-9870-16568cf50ceb""}\n2025-08-01 02:38:19.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9eae8b4-5fc0-4039-bfb2-90d4d4730fae] received connection request\n2025-08-01 02:38:19.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:38:19.168 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9eae8b4-5fc0-4039-bfb2-90d4d4730fae] socks forwarding established\n2025-08-01 02:38:19.211 [info] [command][2a1e5469-e3b9-4eee-9870-16568cf50ceb] Process exited with code 0\n2025-08-01 02:38:19.211 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9eae8b4-5fc0-4039-bfb2-90d4d4730fae] socks connection closed\n2025-08-01 02:38:19.212 [info] [command][2a1e5469-e3b9-4eee-9870-16568cf50ceb] Socket close event received\n2025-08-01 02:38:19.251 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65304 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:39:19.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:39:19.215 [info] [command][816a5c83-ed45-432c-bab4-f2a114e9a6c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""816a5c83-ed45-432c-bab4-f2a114e9a6c3""}\n2025-08-01 02:39:19.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][48c13ae3-5602-43b0-8ab1-94fa72318aec] received connection request\n2025-08-01 02:39:19.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:39:19.265 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48c13ae3-5602-43b0-8ab1-94fa72318aec] socks forwarding established\n2025-08-01 02:39:19.310 [info] [command][816a5c83-ed45-432c-bab4-f2a114e9a6c3] Process exited with code 0\n2025-08-01 02:39:19.310 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48c13ae3-5602-43b0-8ab1-94fa72318aec] socks connection closed\n2025-08-01 02:39:19.310 [info] [command][816a5c83-ed45-432c-bab4-f2a114e9a6c3] Socket close event received\n2025-08-01 02:39:19.350 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65325 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:40:19.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:40:19.323 [info] [command][659d7dcc-917b-4757-97fb-0b3cc37c0cd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""659d7dcc-917b-4757-97fb-0b3cc37c0cd5""}\n2025-08-01 02:40:19.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6ad15946-2242-4436-a2dc-232ce0fe63b5] received connection request\n2025-08-01 02:40:19.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:40:19.371 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ad15946-2242-4436-a2dc-232ce0fe63b5] socks forwarding established\n2025-08-01 02:40:19.563 [info] [command][659d7dcc-917b-4757-97fb-0b3cc37c0cd5] Process exited with code 0\n2025-08-01 02:40:19.563 [info] [command][659d7dcc-917b-4757-97fb-0b3cc37c0cd5] Socket close event received\n2025-08-01 02:40:19.564 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ad15946-2242-4436-a2dc-232ce0fe63b5] socks connection closed\n2025-08-01 02:40:19.606 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:41:19.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:41:19.573 [info] [command][deac2993-3293-4242-b634-55c29432762d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""deac2993-3293-4242-b634-55c29432762d""}\n2025-08-01 02:41:19.574 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6f810df9-1f5e-482c-90d5-525026bd0878] received connection request\n2025-08-01 02:41:19.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:41:19.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f810df9-1f5e-482c-90d5-525026bd0878] socks forwarding established\n2025-08-01 02:41:19.663 [info] [command][deac2993-3293-4242-b634-55c29432762d] Process exited with code 0\n2025-08-01 02:41:19.664 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f810df9-1f5e-482c-90d5-525026bd0878] socks connection closed\n2025-08-01 02:41:19.664 [info] [command][deac2993-3293-4242-b634-55c29432762d] Socket close event received\n2025-08-01 02:41:19.703 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65360 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:42:19.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:42:19.670 [info] [command][0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b""}\n2025-08-01 02:42:19.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4fc6af5a-2227-478f-9aa4-c16b527706e9] received connection request\n2025-08-01 02:42:19.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:42:19.718 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4fc6af5a-2227-478f-9aa4-c16b527706e9] socks forwarding established\n2025-08-01 02:42:19.765 [info] [command][0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b] Process exited with code 0\n2025-08-01 02:42:19.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4fc6af5a-2227-478f-9aa4-c16b527706e9] socks connection closed\n2025-08-01 02:42:19.766 [info] [command][0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b] Socket close event received\n2025-08-01 02:42:19.807 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65390 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:43:19.770 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:43:19.772 [info] [command][a01fa096-24f0-4989-9671-6da7318eddbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a01fa096-24f0-4989-9671-6da7318eddbf""}\n2025-08-01 02:43:19.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][35da1c4d-60ce-4d06-825e-77a481925674] received connection request\n2025-08-01 02:43:19.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:43:19.815 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35da1c4d-60ce-4d06-825e-77a481925674] socks forwarding established\n2025-08-01 02:43:19.860 [info] [command][a01fa096-24f0-4989-9671-6da7318eddbf] Process exited with code 0\n2025-08-01 02:43:19.861 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35da1c4d-60ce-4d06-825e-77a481925674] socks connection closed\n2025-08-01 02:43:19.861 [info] [command][a01fa096-24f0-4989-9671-6da7318eddbf] Socket close event received\n2025-08-01 02:43:19.950 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65414 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:44:19.865 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:44:19.867 [info] [command][b7bcf698-32d2-4bb9-a2dc-8e2680271659] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7bcf698-32d2-4bb9-a2dc-8e2680271659""}\n2025-08-01 02:44:19.868 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][476224fe-c8c0-4e06-9acb-6af5baaee52d] received connection request\n2025-08-01 02:44:19.868 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:44:19.992 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476224fe-c8c0-4e06-9acb-6af5baaee52d] socks forwarding established\n2025-08-01 02:44:20.077 [info] [command][b7bcf698-32d2-4bb9-a2dc-8e2680271659] Process exited with code 0\n2025-08-01 02:44:20.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476224fe-c8c0-4e06-9acb-6af5baaee52d] socks connection closed\n2025-08-01 02:44:20.077 [info] [command][b7bcf698-32d2-4bb9-a2dc-8e2680271659] Socket close event received\n2025-08-01 02:44:20.224 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65433 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:45:20.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:45:20.088 [info] [command][856eed6c-3d5a-426a-a4ba-5fe7ad968671] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""856eed6c-3d5a-426a-a4ba-5fe7ad968671""}\n2025-08-01 02:45:20.088 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][57a51e0f-021f-4cd5-a085-78cefce0d778] received connection request\n2025-08-01 02:45:20.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:45:20.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][57a51e0f-021f-4cd5-a085-78cefce0d778] socks forwarding established\n2025-08-01 02:45:20.322 [info] [command][856eed6c-3d5a-426a-a4ba-5fe7ad968671] Process exited with code 0\n2025-08-01 02:45:20.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][57a51e0f-021f-4cd5-a085-78cefce0d778] socks connection closed\n2025-08-01 02:45:20.322 [info] [command][856eed6c-3d5a-426a-a4ba-5fe7ad968671] Socket close event received\n2025-08-01 02:45:20.383 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65447 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:46:20.322 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:46:20.324 [info] [command][84fa3082-f88e-4d7f-b06e-62c05c709caf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""84fa3082-f88e-4d7f-b06e-62c05c709caf""}\n2025-08-01 02:46:20.325 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d5b4f695-2e05-4b56-96ea-f858e169bb50] received connection request\n2025-08-01 02:46:20.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:46:20.370 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5b4f695-2e05-4b56-96ea-f858e169bb50] socks forwarding established\n2025-08-01 02:46:20.415 [info] [command][84fa3082-f88e-4d7f-b06e-62c05c709caf] Process exited with code 0\n2025-08-01 02:46:20.415 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5b4f695-2e05-4b56-96ea-f858e169bb50] socks connection closed\n2025-08-01 02:46:20.415 [info] [command][84fa3082-f88e-4d7f-b06e-62c05c709caf] Socket close event received\n2025-08-01 02:46:20.462 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65461 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:47:20.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:47:20.427 [info] [command][b33a4775-461f-4cd7-95f0-59baaf1a0893] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b33a4775-461f-4cd7-95f0-59baaf1a0893""}\n2025-08-01 02:47:20.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1f1b1b3c-f3d2-4a61-8f8b-01bf93d7409d] received connection request\n2025-08-01 02:47:20.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:47:20.469 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f1b1b3c-f3d2-4a61-8f8b-01bf93d7409d] socks forwarding established\n2025-08-01 02:47:20.514 [info] [command][b33a4775-461f-4cd7-95f0-59baaf1a0893] Process exited with code 0\n2025-08-01 02:47:20.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f1b1b3c-f3d2-4a61-8f8b-01bf93d7409d] socks connection closed\n2025-08-01 02:47:20.514 [info] [command][b33a4775-461f-4cd7-95f0-59baaf1a0893] Socket close event received\n2025-08-01 02:47:20.556 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65487 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:48:20.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:48:20.518 [info] [command][9b5cb905-1183-4f55-931e-622848b080e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9b5cb905-1183-4f55-931e-622848b080e9""}\n2025-08-01 02:48:20.519 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1cc3c232-b464-4439-9785-e9054f2df085] received connection request\n2025-08-01 02:48:20.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:48:20.563 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1cc3c232-b464-4439-9785-e9054f2df085] socks forwarding established\n2025-08-01 02:48:20.608 [info] [command][9b5cb905-1183-4f55-931e-622848b080e9] Process exited with code 0\n2025-08-01 02:48:20.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1cc3c232-b464-4439-9785-e9054f2df085] socks connection closed\n2025-08-01 02:48:20.608 [info] [command][9b5cb905-1183-4f55-931e-622848b080e9] Socket close event received\n2025-08-01 02:48:20.648 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65512 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:49:20.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:49:20.611 [info] [command][2a24a6aa-4369-4e78-ad18-9d87615414b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2a24a6aa-4369-4e78-ad18-9d87615414b8""}\n2025-08-01 02:49:20.612 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][005e3f21-43ae-4b95-a56d-c6350ebf8269] received connection request\n2025-08-01 02:49:20.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:49:20.654 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][005e3f21-43ae-4b95-a56d-c6350ebf8269] socks forwarding established\n2025-08-01 02:49:20.700 [info] [command][2a24a6aa-4369-4e78-ad18-9d87615414b8] Process exited with code 0\n2025-08-01 02:49:20.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][005e3f21-43ae-4b95-a56d-c6350ebf8269] socks connection closed\n2025-08-01 02:49:20.701 [info] [command][2a24a6aa-4369-4e78-ad18-9d87615414b8] Socket close event received\n2025-08-01 02:49:20.743 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65531 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:50:20.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:50:20.707 [info] [command][362af661-961b-411b-bc6c-610a6d3ceeff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""362af661-961b-411b-bc6c-610a6d3ceeff""}\n2025-08-01 02:50:20.708 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][984425d9-034f-4632-9903-314b8e64a562] received connection request\n2025-08-01 02:50:20.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:50:20.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984425d9-034f-4632-9903-314b8e64a562] socks forwarding established\n2025-08-01 02:50:20.837 [info] [command][362af661-961b-411b-bc6c-610a6d3ceeff] Process exited with code 0\n2025-08-01 02:50:20.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984425d9-034f-4632-9903-314b8e64a562] socks connection closed\n2025-08-01 02:50:20.838 [info] [command][362af661-961b-411b-bc6c-610a6d3ceeff] Socket close event received\n2025-08-01 02:50:20.876 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49164 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:51:20.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:51:20.848 [info] [command][0a92287d-76e9-4df1-951b-d4a195c5b04b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0a92287d-76e9-4df1-951b-d4a195c5b04b""}\n2025-08-01 02:51:20.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac2b2aa8-b9e3-4d3a-a74e-c8242f5c1c19] received connection request\n2025-08-01 02:51:20.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:51:20.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac2b2aa8-b9e3-4d3a-a74e-c8242f5c1c19] socks forwarding established\n2025-08-01 02:51:20.937 [info] [command][0a92287d-76e9-4df1-951b-d4a195c5b04b] Process exited with code 0\n2025-08-01 02:51:20.937 [info] [command][0a92287d-76e9-4df1-951b-d4a195c5b04b] Socket close event received\n2025-08-01 02:51:20.955 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac2b2aa8-b9e3-4d3a-a74e-c8242f5c1c19] socks connection closed\n2025-08-01 02:51:20.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:52:20.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:52:20.949 [info] [command][cbbb90c7-6090-4707-b5df-47e29ba4426a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cbbb90c7-6090-4707-b5df-47e29ba4426a""}\n2025-08-01 02:52:20.950 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d37e9b9c-9f8d-4267-9fa4-be4dfade16d6] received connection request\n2025-08-01 02:52:20.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:52:20.996 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d37e9b9c-9f8d-4267-9fa4-be4dfade16d6] socks forwarding established\n2025-08-01 02:52:21.041 [info] [command][cbbb90c7-6090-4707-b5df-47e29ba4426a] Process exited with code 0\n2025-08-01 02:52:21.041 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d37e9b9c-9f8d-4267-9fa4-be4dfade16d6] socks connection closed\n2025-08-01 02:52:21.041 [info] [command][cbbb90c7-6090-4707-b5df-47e29ba4426a] Socket close event received\n2025-08-01 02:52:21.079 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:53:21.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:53:21.048 [info] [command][308dbde5-097b-4568-b846-81b48ff793b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""308dbde5-097b-4568-b846-81b48ff793b3""}\n2025-08-01 02:53:21.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][09675245-8df1-4904-850e-e76cfdc2a7a4] received connection request\n2025-08-01 02:53:21.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:53:21.091 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09675245-8df1-4904-850e-e76cfdc2a7a4] socks forwarding established\n2025-08-01 02:53:21.135 [info] [command][308dbde5-097b-4568-b846-81b48ff793b3] Process exited with code 0\n2025-08-01 02:53:21.136 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09675245-8df1-4904-850e-e76cfdc2a7a4] socks connection closed\n2025-08-01 02:53:21.136 [info] [command][308dbde5-097b-4568-b846-81b48ff793b3] Socket close event received\n2025-08-01 02:53:21.177 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49268 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:54:21.145 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:54:21.148 [info] [command][74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1""}\n2025-08-01 02:54:21.149 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b80b6ba-3dad-413b-b0b9-2ae51e3c6197] received connection request\n2025-08-01 02:54:21.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:54:21.191 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b80b6ba-3dad-413b-b0b9-2ae51e3c6197] socks forwarding established\n2025-08-01 02:54:21.236 [info] [command][74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1] Process exited with code 0\n2025-08-01 02:54:21.237 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b80b6ba-3dad-413b-b0b9-2ae51e3c6197] socks connection closed\n2025-08-01 02:54:21.237 [info] [command][74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1] Socket close event received\n2025-08-01 02:54:21.297 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49288 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:55:21.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:55:21.240 [info] [command][825d6da1-c813-47e6-a3ba-e21b8f9600f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""825d6da1-c813-47e6-a3ba-e21b8f9600f8""}\n2025-08-01 02:55:21.240 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][252eb8d3-c326-4f14-a3c0-1bd5021b88f3] received connection request\n2025-08-01 02:55:21.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:55:21.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][252eb8d3-c326-4f14-a3c0-1bd5021b88f3] socks forwarding established\n2025-08-01 02:55:21.330 [info] [command][825d6da1-c813-47e6-a3ba-e21b8f9600f8] Process exited with code 0\n2025-08-01 02:55:21.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][252eb8d3-c326-4f14-a3c0-1bd5021b88f3] socks connection closed\n2025-08-01 02:55:21.330 [info] [command][825d6da1-c813-47e6-a3ba-e21b8f9600f8] Socket close event received\n2025-08-01 02:55:21.370 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49319 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:56:21.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:56:21.340 [info] [command][9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7""}\n2025-08-01 02:56:21.341 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b8d84e2d-d9e0-451c-ae65-d2fd7bda5d53] received connection request\n2025-08-01 02:56:21.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:56:21.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8d84e2d-d9e0-451c-ae65-d2fd7bda5d53] socks forwarding established\n2025-08-01 02:56:21.427 [info] [command][9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7] Process exited with code 0\n2025-08-01 02:56:21.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8d84e2d-d9e0-451c-ae65-d2fd7bda5d53] socks connection closed\n2025-08-01 02:56:21.428 [info] [command][9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7] Socket close event received\n2025-08-01 02:56:21.467 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49350 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:57:21.437 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:57:21.438 [info] [command][ca7c1c52-4b46-4006-8299-4eb4e20a30a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ca7c1c52-4b46-4006-8299-4eb4e20a30a1""}\n2025-08-01 02:57:21.439 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eb408d6a-1285-40e0-8524-2c82859b0bec] received connection request\n2025-08-01 02:57:21.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:57:21.484 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb408d6a-1285-40e0-8524-2c82859b0bec] socks forwarding established\n2025-08-01 02:57:21.529 [info] [command][ca7c1c52-4b46-4006-8299-4eb4e20a30a1] Process exited with code 0\n2025-08-01 02:57:21.530 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb408d6a-1285-40e0-8524-2c82859b0bec] socks connection closed\n2025-08-01 02:57:21.530 [info] [command][ca7c1c52-4b46-4006-8299-4eb4e20a30a1] Socket close event received\n2025-08-01 02:57:21.570 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49383 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:58:21.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:58:21.537 [info] [command][7ea75280-aa0f-4a2e-92ab-10af97dee742] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7ea75280-aa0f-4a2e-92ab-10af97dee742""}\n2025-08-01 02:58:21.537 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][24eba784-9728-43fa-9620-4da32d89d90d] received connection request\n2025-08-01 02:58:21.538 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:58:21.584 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][24eba784-9728-43fa-9620-4da32d89d90d] socks forwarding established\n2025-08-01 02:58:21.629 [info] [command][7ea75280-aa0f-4a2e-92ab-10af97dee742] Process exited with code 0\n2025-08-01 02:58:21.629 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][24eba784-9728-43fa-9620-4da32d89d90d] socks connection closed\n2025-08-01 02:58:21.629 [info] [command][7ea75280-aa0f-4a2e-92ab-10af97dee742] Socket close event received\n2025-08-01 02:58:21.672 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49413 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:59:21.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:59:21.633 [info] [command][f68a0513-6da3-4c2e-a4d2-4c1961489fd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f68a0513-6da3-4c2e-a4d2-4c1961489fd3""}\n2025-08-01 02:59:21.634 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d18f37d6-1fdc-4aab-ba5f-0c568656f5c1] received connection request\n2025-08-01 02:59:21.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:59:21.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d18f37d6-1fdc-4aab-ba5f-0c568656f5c1] socks forwarding established\n2025-08-01 02:59:21.723 [info] [command][f68a0513-6da3-4c2e-a4d2-4c1961489fd3] Process exited with code 0\n2025-08-01 02:59:21.723 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d18f37d6-1fdc-4aab-ba5f-0c568656f5c1] socks connection closed\n2025-08-01 02:59:21.723 [info] [command][f68a0513-6da3-4c2e-a4d2-4c1961489fd3] Socket close event received\n2025-08-01 02:59:21.846 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49432 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:00:21.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:00:21.732 [info] [command][60fa3c9c-6c69-412f-8756-6a291e7b91a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""60fa3c9c-6c69-412f-8756-6a291e7b91a2""}\n2025-08-01 03:00:21.733 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9097ecd9-dc2b-4a9b-8a1e-1f5f4a48efd8] received connection request\n2025-08-01 03:00:21.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:00:21.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9097ecd9-dc2b-4a9b-8a1e-1f5f4a48efd8] socks forwarding established\n2025-08-01 03:00:21.827 [info] [command][60fa3c9c-6c69-412f-8756-6a291e7b91a2] Process exited with code 0\n2025-08-01 03:00:21.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9097ecd9-dc2b-4a9b-8a1e-1f5f4a48efd8] socks connection closed\n2025-08-01 03:00:21.827 [info] [command][60fa3c9c-6c69-412f-8756-6a291e7b91a2] Socket close event received\n2025-08-01 03:00:21.867 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49466 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:01:21.828 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:01:21.830 [info] [command][8d6b52c2-a121-4ba4-8c03-39f9a16eef66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8d6b52c2-a121-4ba4-8c03-39f9a16eef66""}\n2025-08-01 03:01:21.831 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][47a1955c-bfdf-40ae-a7bf-345ce5018bf3] received connection request\n2025-08-01 03:01:21.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:01:21.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47a1955c-bfdf-40ae-a7bf-345ce5018bf3] socks forwarding established\n2025-08-01 03:01:21.923 [info] [command][8d6b52c2-a121-4ba4-8c03-39f9a16eef66] Process exited with code 0\n2025-08-01 03:01:21.923 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47a1955c-bfdf-40ae-a7bf-345ce5018bf3] socks connection closed\n2025-08-01 03:01:21.923 [info] [command][8d6b52c2-a121-4ba4-8c03-39f9a16eef66] Socket close event received\n2025-08-01 03:01:21.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49503 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:02:21.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:02:21.931 [info] [command][ae471622-6405-4976-98fb-3b3e8b731c29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ae471622-6405-4976-98fb-3b3e8b731c29""}\n2025-08-01 03:02:21.931 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c88e3900-70f3-4096-b0ec-f06440a21854] received connection request\n2025-08-01 03:02:21.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:02:21.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c88e3900-70f3-4096-b0ec-f06440a21854] socks forwarding established\n2025-08-01 03:02:22.018 [info] [command][ae471622-6405-4976-98fb-3b3e8b731c29] Process exited with code 0\n2025-08-01 03:02:22.018 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c88e3900-70f3-4096-b0ec-f06440a21854] socks connection closed\n2025-08-01 03:02:22.019 [info] [command][ae471622-6405-4976-98fb-3b3e8b731c29] Socket close event received\n2025-08-01 03:02:22.060 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49534 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:03:22.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:03:22.021 [info] [command][0a388c1b-88e2-48e0-8296-2214d2a6842d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0a388c1b-88e2-48e0-8296-2214d2a6842d""}\n2025-08-01 03:03:22.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9720fd7-ac8d-465b-a47b-d977c6c60cf4] received connection request\n2025-08-01 03:03:22.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:03:22.070 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9720fd7-ac8d-465b-a47b-d977c6c60cf4] socks forwarding established\n2025-08-01 03:03:22.115 [info] [command][0a388c1b-88e2-48e0-8296-2214d2a6842d] Process exited with code 0\n2025-08-01 03:03:22.116 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9720fd7-ac8d-465b-a47b-d977c6c60cf4] socks connection closed\n2025-08-01 03:03:22.116 [info] [command][0a388c1b-88e2-48e0-8296-2214d2a6842d] Socket close event received\n2025-08-01 03:03:22.232 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49578 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:04:22.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:04:22.119 [info] [command][9a815691-bc39-4e89-bcca-fc62d3533dc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a815691-bc39-4e89-bcca-fc62d3533dc5""}\n2025-08-01 03:04:22.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1489c907-759d-4fd2-9a16-dbe137c51c67] received connection request\n2025-08-01 03:04:22.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:04:22.169 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1489c907-759d-4fd2-9a16-dbe137c51c67] socks forwarding established\n2025-08-01 03:04:22.215 [info] [command][9a815691-bc39-4e89-bcca-fc62d3533dc5] Process exited with code 0\n2025-08-01 03:04:22.215 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1489c907-759d-4fd2-9a16-dbe137c51c67] socks connection closed\n2025-08-01 03:04:22.215 [info] [command][9a815691-bc39-4e89-bcca-fc62d3533dc5] Socket close event received\n2025-08-01 03:04:22.258 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49596 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:05:22.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:05:22.225 [info] [command][a61f9657-fca8-4141-a7be-e07433d6d342] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a61f9657-fca8-4141-a7be-e07433d6d342""}\n2025-08-01 03:05:22.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d2e733fc-12c1-41f5-a1fa-9e250d1b4f0d] received connection request\n2025-08-01 03:05:22.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:05:22.273 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2e733fc-12c1-41f5-a1fa-9e250d1b4f0d] socks forwarding established\n2025-08-01 03:05:22.321 [info] [command][a61f9657-fca8-4141-a7be-e07433d6d342] Process exited with code 0\n2025-08-01 03:05:22.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2e733fc-12c1-41f5-a1fa-9e250d1b4f0d] socks connection closed\n2025-08-01 03:05:22.321 [info] [command][a61f9657-fca8-4141-a7be-e07433d6d342] Socket close event received\n2025-08-01 03:05:22.361 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49614 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:06:22.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:06:22.334 [info] [command][c80d9ebc-287c-4f79-afda-47d7949a3d2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c80d9ebc-287c-4f79-afda-47d7949a3d2c""}\n2025-08-01 03:06:22.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b25fe46f-1972-4ec0-9d50-7a709317e340] received connection request\n2025-08-01 03:06:22.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:06:22.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b25fe46f-1972-4ec0-9d50-7a709317e340] socks forwarding established\n2025-08-01 03:06:22.420 [info] [command][c80d9ebc-287c-4f79-afda-47d7949a3d2c] Process exited with code 0\n2025-08-01 03:06:22.420 [info] [command][c80d9ebc-287c-4f79-afda-47d7949a3d2c] Socket close event received\n2025-08-01 03:06:22.421 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b25fe46f-1972-4ec0-9d50-7a709317e340] socks connection closed\n2025-08-01 03:06:22.462 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49630 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:07:22.423 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:07:22.425 [info] [command][e46bd8d3-610e-4bbc-849a-95be6dc02576] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e46bd8d3-610e-4bbc-849a-95be6dc02576""}\n2025-08-01 03:07:22.426 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a9f049dc-06f9-4699-b273-77e817fea759] received connection request\n2025-08-01 03:07:22.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:07:22.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9f049dc-06f9-4699-b273-77e817fea759] socks forwarding established\n2025-08-01 03:07:22.515 [info] [command][e46bd8d3-610e-4bbc-849a-95be6dc02576] Process exited with code 0\n2025-08-01 03:07:22.516 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9f049dc-06f9-4699-b273-77e817fea759] socks connection closed\n2025-08-01 03:07:22.516 [info] [command][e46bd8d3-610e-4bbc-849a-95be6dc02576] Socket close event received\n2025-08-01 03:07:22.556 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49662 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:08:22.526 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:08:22.528 [info] [command][fdde8128-2803-4ffb-98fb-21619ae24841] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fdde8128-2803-4ffb-98fb-21619ae24841""}\n2025-08-01 03:08:22.529 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][78aedbcb-2965-4576-b989-2921fdde312b] received connection request\n2025-08-01 03:08:22.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:08:22.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78aedbcb-2965-4576-b989-2921fdde312b] socks forwarding established\n2025-08-01 03:08:22.625 [info] [command][fdde8128-2803-4ffb-98fb-21619ae24841] Process exited with code 0\n2025-08-01 03:08:22.625 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78aedbcb-2965-4576-b989-2921fdde312b] socks connection closed\n2025-08-01 03:08:22.625 [info] [command][fdde8128-2803-4ffb-98fb-21619ae24841] Socket close event received\n2025-08-01 03:08:22.667 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49692 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:09:22.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:09:22.638 [info] [command][616c1323-d3f9-43d0-83a4-78f36f957d0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""616c1323-d3f9-43d0-83a4-78f36f957d0e""}\n2025-08-01 03:09:22.639 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][100a4e30-d6ea-4eb1-a8d3-653e33bdd932] received connection request\n2025-08-01 03:09:22.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:09:22.684 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][100a4e30-d6ea-4eb1-a8d3-653e33bdd932] socks forwarding established\n2025-08-01 03:09:22.729 [info] [command][616c1323-d3f9-43d0-83a4-78f36f957d0e] Process exited with code 0\n2025-08-01 03:09:22.729 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][100a4e30-d6ea-4eb1-a8d3-653e33bdd932] socks connection closed\n2025-08-01 03:09:22.729 [info] [command][616c1323-d3f9-43d0-83a4-78f36f957d0e] Socket close event received\n2025-08-01 03:09:22.768 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49721 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:10:22.739 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:10:22.741 [info] [command][9ba315b4-d65d-491c-b48c-646d33b01523] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ba315b4-d65d-491c-b48c-646d33b01523""}\n2025-08-01 03:10:22.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4e6af44f-739a-4288-ac51-e16ce1fc9122] received connection request\n2025-08-01 03:10:22.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:10:22.789 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e6af44f-739a-4288-ac51-e16ce1fc9122] socks forwarding established\n2025-08-01 03:10:22.833 [info] [command][9ba315b4-d65d-491c-b48c-646d33b01523] Process exited with code 0\n2025-08-01 03:10:22.834 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e6af44f-739a-4288-ac51-e16ce1fc9122] socks connection closed\n2025-08-01 03:10:22.834 [info] [command][9ba315b4-d65d-491c-b48c-646d33b01523] Socket close event received\n2025-08-01 03:10:22.874 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49743 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:11:22.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:11:22.835 [info] [command][5fbe716b-046c-4902-86a4-dd611f9e7601] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5fbe716b-046c-4902-86a4-dd611f9e7601""}\n2025-08-01 03:11:22.836 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][26a1d70e-67ab-40c7-844d-9aec332d609c] received connection request\n2025-08-01 03:11:22.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:11:22.876 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26a1d70e-67ab-40c7-844d-9aec332d609c] socks forwarding established\n2025-08-01 03:11:22.920 [info] [command][5fbe716b-046c-4902-86a4-dd611f9e7601] Process exited with code 0\n2025-08-01 03:11:22.920 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26a1d70e-67ab-40c7-844d-9aec332d609c] socks connection closed\n2025-08-01 03:11:22.920 [info] [command][5fbe716b-046c-4902-86a4-dd611f9e7601] Socket close event received\n2025-08-01 03:11:22.963 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49767 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:12:22.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:12:22.924 [info] [command][6293cc84-7e5d-417a-bb6a-a6d50e42a0ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6293cc84-7e5d-417a-bb6a-a6d50e42a0ca""}\n2025-08-01 03:12:22.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][29cf4f1a-8cfe-44cc-9c3e-22f85e46d64a] received connection request\n2025-08-01 03:12:22.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:12:22.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29cf4f1a-8cfe-44cc-9c3e-22f85e46d64a] socks forwarding established\n2025-08-01 03:12:23.012 [info] [command][6293cc84-7e5d-417a-bb6a-a6d50e42a0ca] Process exited with code 0\n2025-08-01 03:12:23.012 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29cf4f1a-8cfe-44cc-9c3e-22f85e46d64a] socks connection closed\n2025-08-01 03:12:23.012 [info] [command][6293cc84-7e5d-417a-bb6a-a6d50e42a0ca] Socket close event received\n2025-08-01 03:12:23.052 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49819 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:13:23.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:13:23.021 [info] [command][36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c""}\n2025-08-01 03:13:23.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f8f9453d-fae5-44a4-9a90-3623b978b486] received connection request\n2025-08-01 03:13:23.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:13:23.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f8f9453d-fae5-44a4-9a90-3623b978b486] socks forwarding established\n2025-08-01 03:13:23.149 [info] [command][36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c] Process exited with code 0\n2025-08-01 03:13:23.149 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f8f9453d-fae5-44a4-9a90-3623b978b486] socks connection closed\n2025-08-01 03:13:23.149 [info] [command][36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c] Socket close event received\n2025-08-01 03:13:23.193 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:14:23.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:14:23.158 [info] [command][1a4a15cf-295c-4ba0-b176-c062611959b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a4a15cf-295c-4ba0-b176-c062611959b2""}\n2025-08-01 03:14:23.159 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d9257d09-8a54-4bcb-908c-163f14e9b6de] received connection request\n2025-08-01 03:14:23.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:14:23.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9257d09-8a54-4bcb-908c-163f14e9b6de] socks forwarding established\n2025-08-01 03:14:23.261 [info] [command][1a4a15cf-295c-4ba0-b176-c062611959b2] Process exited with code 0\n2025-08-01 03:14:23.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9257d09-8a54-4bcb-908c-163f14e9b6de] socks connection closed\n2025-08-01 03:14:23.261 [info] [command][1a4a15cf-295c-4ba0-b176-c062611959b2] Socket close event received\n2025-08-01 03:14:23.361 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49888 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:15:23.270 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:15:23.273 [info] [command][7eeb981c-e97f-4f9c-909d-8490a00ab058] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7eeb981c-e97f-4f9c-909d-8490a00ab058""}\n2025-08-01 03:15:23.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][20ec42ba-f43e-42f8-8ccb-503a6cc99905] received connection request\n2025-08-01 03:15:23.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:15:23.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ec42ba-f43e-42f8-8ccb-503a6cc99905] socks forwarding established\n2025-08-01 03:15:23.367 [info] [command][7eeb981c-e97f-4f9c-909d-8490a00ab058] Process exited with code 0\n2025-08-01 03:15:23.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ec42ba-f43e-42f8-8ccb-503a6cc99905] socks connection closed\n2025-08-01 03:15:23.368 [info] [command][7eeb981c-e97f-4f9c-909d-8490a00ab058] Socket close event received\n2025-08-01 03:15:23.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49914 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:16:23.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:16:23.378 [info] [command][12453968-c827-43b3-a599-e98305fcafb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""12453968-c827-43b3-a599-e98305fcafb7""}\n2025-08-01 03:16:23.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][da428155-1c51-4995-b254-547c973f89ec] received connection request\n2025-08-01 03:16:23.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:16:23.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da428155-1c51-4995-b254-547c973f89ec] socks forwarding established\n2025-08-01 03:16:23.467 [info] [command][12453968-c827-43b3-a599-e98305fcafb7] Process exited with code 0\n2025-08-01 03:16:23.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da428155-1c51-4995-b254-547c973f89ec] socks connection closed\n2025-08-01 03:16:23.467 [info] [command][12453968-c827-43b3-a599-e98305fcafb7] Socket close event received\n2025-08-01 03:16:23.507 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49928 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:17:23.475 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:17:23.477 [info] [command][ea4b8810-c02e-45d5-ba3f-0446f5c79a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ea4b8810-c02e-45d5-ba3f-0446f5c79a30""}\n2025-08-01 03:17:23.478 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][349e899f-be70-42d7-aa35-36c7dc8553c2] received connection request\n2025-08-01 03:17:23.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:17:23.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][349e899f-be70-42d7-aa35-36c7dc8553c2] socks forwarding established\n2025-08-01 03:17:23.568 [info] [command][ea4b8810-c02e-45d5-ba3f-0446f5c79a30] Process exited with code 0\n2025-08-01 03:17:23.568 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][349e899f-be70-42d7-aa35-36c7dc8553c2] socks connection closed\n2025-08-01 03:17:23.569 [info] [command][ea4b8810-c02e-45d5-ba3f-0446f5c79a30] Socket close event received\n2025-08-01 03:17:23.609 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49957 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:18:23.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:18:23.571 [info] [command][be52b627-7d3f-4a97-9d5c-28796071af63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""be52b627-7d3f-4a97-9d5c-28796071af63""}\n2025-08-01 03:18:23.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][67e12392-8554-4e75-9f60-5ad7fb83c5e9] received connection request\n2025-08-01 03:18:23.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:18:23.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67e12392-8554-4e75-9f60-5ad7fb83c5e9] socks forwarding established\n2025-08-01 03:18:23.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67e12392-8554-4e75-9f60-5ad7fb83c5e9] socks connection closed\n2025-08-01 03:18:23.662 [info] [command][be52b627-7d3f-4a97-9d5c-28796071af63] Process exited with code 0\n2025-08-01 03:18:23.662 [info] [command][be52b627-7d3f-4a97-9d5c-28796071af63] Socket close event received\n2025-08-01 03:18:23.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:19:23.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:19:23.669 [info] [command][7260f59c-1ba0-4ee0-983f-15c1bb1a087d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7260f59c-1ba0-4ee0-983f-15c1bb1a087d""}\n2025-08-01 03:19:23.670 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3cea5c5e-83e3-4f54-909e-1567e80d050a] received connection request\n2025-08-01 03:19:23.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:19:23.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cea5c5e-83e3-4f54-909e-1567e80d050a] socks forwarding established\n2025-08-01 03:19:23.763 [info] [command][7260f59c-1ba0-4ee0-983f-15c1bb1a087d] Process exited with code 0\n2025-08-01 03:19:23.763 [info] [command][7260f59c-1ba0-4ee0-983f-15c1bb1a087d] Socket close event received\n2025-08-01 03:19:23.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cea5c5e-83e3-4f54-909e-1567e80d050a] socks connection closed\n2025-08-01 03:19:23.805 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50013 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:20:23.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:20:23.765 [info] [command][fa530dc9-2e68-4ee9-b219-dcdfc4e15a03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fa530dc9-2e68-4ee9-b219-dcdfc4e15a03""}\n2025-08-01 03:20:23.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d89b950e-cadb-4b20-8e70-b4b93acbe4f4] received connection request\n2025-08-01 03:20:23.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:20:23.812 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d89b950e-cadb-4b20-8e70-b4b93acbe4f4] socks forwarding established\n2025-08-01 03:20:23.862 [info] [command][fa530dc9-2e68-4ee9-b219-dcdfc4e15a03] Process exited with code 0\n2025-08-01 03:20:23.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d89b950e-cadb-4b20-8e70-b4b93acbe4f4] socks connection closed\n2025-08-01 03:20:23.863 [info] [command][fa530dc9-2e68-4ee9-b219-dcdfc4e15a03] Socket close event received\n2025-08-01 03:20:23.903 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50033 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:21:23.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:21:23.872 [info] [command][914af498-3df9-48e0-b2cf-cf173542e12b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""914af498-3df9-48e0-b2cf-cf173542e12b""}\n2025-08-01 03:21:23.872 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][225ab206-5ee6-464e-a411-41e62461835e] received connection request\n2025-08-01 03:21:23.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:21:23.917 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][225ab206-5ee6-464e-a411-41e62461835e] socks forwarding established\n2025-08-01 03:21:23.962 [info] [command][914af498-3df9-48e0-b2cf-cf173542e12b] Process exited with code 0\n2025-08-01 03:21:23.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][225ab206-5ee6-464e-a411-41e62461835e] socks connection closed\n2025-08-01 03:21:23.963 [info] [command][914af498-3df9-48e0-b2cf-cf173542e12b] Socket close event received\n2025-08-01 03:21:24.005 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50048 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:22:23.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:22:23.964 [info] [command][d69dfca7-ac5b-4532-a287-f6dd496a8c9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d69dfca7-ac5b-4532-a287-f6dd496a8c9d""}\n2025-08-01 03:22:23.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][df59aa07-5870-4d1b-aaab-413486a9b427] received connection request\n2025-08-01 03:22:23.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:22:24.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][df59aa07-5870-4d1b-aaab-413486a9b427] socks forwarding established\n2025-08-01 03:22:24.054 [info] [command][d69dfca7-ac5b-4532-a287-f6dd496a8c9d] Process exited with code 0\n2025-08-01 03:22:24.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][df59aa07-5870-4d1b-aaab-413486a9b427] socks connection closed\n2025-08-01 03:22:24.055 [info] [command][d69dfca7-ac5b-4532-a287-f6dd496a8c9d] Socket close event received\n2025-08-01 03:22:24.095 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50076 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:23:24.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:23:24.060 [info] [command][faa7646e-2445-4132-801c-4ae26a0c36ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""faa7646e-2445-4132-801c-4ae26a0c36ca""}\n2025-08-01 03:23:24.061 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][439561bf-dfd7-4121-b09f-268dbb9441b3] received connection request\n2025-08-01 03:23:24.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:23:24.107 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][439561bf-dfd7-4121-b09f-268dbb9441b3] socks forwarding established\n2025-08-01 03:23:24.153 [info] [command][faa7646e-2445-4132-801c-4ae26a0c36ca] Process exited with code 0\n2025-08-01 03:23:24.153 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][439561bf-dfd7-4121-b09f-268dbb9441b3] socks connection closed\n2025-08-01 03:23:24.153 [info] [command][faa7646e-2445-4132-801c-4ae26a0c36ca] Socket close event received\n2025-08-01 03:23:24.192 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50105 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:24:24.154 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:24:24.155 [info] [command][8b1f5831-b2c5-4d1e-b1a1-73300a9a226d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8b1f5831-b2c5-4d1e-b1a1-73300a9a226d""}\n2025-08-01 03:24:24.156 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3a7f3f56-4509-4323-86a8-aaa07b961a09] received connection request\n2025-08-01 03:24:24.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:24:24.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a7f3f56-4509-4323-86a8-aaa07b961a09] socks forwarding established\n2025-08-01 03:24:24.245 [info] [command][8b1f5831-b2c5-4d1e-b1a1-73300a9a226d] Process exited with code 0\n2025-08-01 03:24:24.245 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a7f3f56-4509-4323-86a8-aaa07b961a09] socks connection closed\n2025-08-01 03:24:24.245 [info] [command][8b1f5831-b2c5-4d1e-b1a1-73300a9a226d] Socket close event received\n2025-08-01 03:24:24.286 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:25:24.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:25:24.253 [info] [command][ef0d2e61-25cc-4dbb-9e4b-7afc789b0409] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ef0d2e61-25cc-4dbb-9e4b-7afc789b0409""}\n2025-08-01 03:25:24.254 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][79c6d4dd-b75a-41f7-ba7d-fb1dae00c3d3] received connection request\n2025-08-01 03:25:24.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:25:24.300 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79c6d4dd-b75a-41f7-ba7d-fb1dae00c3d3] socks forwarding established\n2025-08-01 03:25:24.345 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79c6d4dd-b75a-41f7-ba7d-fb1dae00c3d3] socks connection closed\n2025-08-01 03:25:24.346 [info] [command][ef0d2e61-25cc-4dbb-9e4b-7afc789b0409] Process exited with code 0\n2025-08-01 03:25:24.346 [info] [command][ef0d2e61-25cc-4dbb-9e4b-7afc789b0409] Socket close event received\n2025-08-01 03:25:24.386 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50134 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:26:24.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:26:24.357 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2f77b4b1-6f2f-4e3f-b8ad-13cb7995d3c8] received connection request\n2025-08-01 03:26:24.358 [info] [command][d02e5358-9e28-41de-8f62-61fc94499a92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d02e5358-9e28-41de-8f62-61fc94499a92""}\n2025-08-01 03:26:24.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:26:24.404 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f77b4b1-6f2f-4e3f-b8ad-13cb7995d3c8] socks forwarding established\n2025-08-01 03:26:24.449 [info] [command][d02e5358-9e28-41de-8f62-61fc94499a92] Process exited with code 0\n2025-08-01 03:26:24.450 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f77b4b1-6f2f-4e3f-b8ad-13cb7995d3c8] socks connection closed\n2025-08-01 03:26:24.450 [info] [command][d02e5358-9e28-41de-8f62-61fc94499a92] Socket close event received\n2025-08-01 03:26:24.488 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50146 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:27:24.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:27:24.461 [info] [command][e5d8ea40-7895-4dd6-a74f-17ee28a332e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e5d8ea40-7895-4dd6-a74f-17ee28a332e3""}\n2025-08-01 03:27:24.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e00cc08a-3032-489a-9106-75ff152944c5] received connection request\n2025-08-01 03:27:24.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:27:24.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e00cc08a-3032-489a-9106-75ff152944c5] socks forwarding established\n2025-08-01 03:27:24.738 [info] [command][e5d8ea40-7895-4dd6-a74f-17ee28a332e3] Process exited with code 0\n2025-08-01 03:27:24.738 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e00cc08a-3032-489a-9106-75ff152944c5] socks connection closed\n2025-08-01 03:27:24.738 [info] [command][e5d8ea40-7895-4dd6-a74f-17ee28a332e3] Socket close event received\n2025-08-01 03:27:24.790 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50178 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:28:24.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:28:24.750 [info] [command][65dab6f8-6556-4d13-8034-155659337ec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""65dab6f8-6556-4d13-8034-155659337ec5""}\n2025-08-01 03:28:24.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4d957ab2-2e28-41b6-aa35-b19740244005] received connection request\n2025-08-01 03:28:24.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:28:24.791 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d957ab2-2e28-41b6-aa35-b19740244005] socks forwarding established\n2025-08-01 03:28:24.834 [info] [command][65dab6f8-6556-4d13-8034-155659337ec5] Process exited with code 0\n2025-08-01 03:28:24.835 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d957ab2-2e28-41b6-aa35-b19740244005] socks connection closed\n2025-08-01 03:28:24.835 [info] [command][65dab6f8-6556-4d13-8034-155659337ec5] Socket close event received\n2025-08-01 03:28:24.874 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50207 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:29:24.839 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:29:24.840 [info] [command][a94e1da8-5b02-4edc-868d-74335ea68494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a94e1da8-5b02-4edc-868d-74335ea68494""}\n2025-08-01 03:29:24.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4bff9f95-1be5-4d00-b1ed-a143e0983084] received connection request\n2025-08-01 03:29:24.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:29:24.886 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bff9f95-1be5-4d00-b1ed-a143e0983084] socks forwarding established\n2025-08-01 03:29:24.997 [info] [command][a94e1da8-5b02-4edc-868d-74335ea68494] Process exited with code 0\n2025-08-01 03:29:24.997 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bff9f95-1be5-4d00-b1ed-a143e0983084] socks connection closed\n2025-08-01 03:29:24.997 [info] [command][a94e1da8-5b02-4edc-868d-74335ea68494] Socket close event received\n2025-08-01 03:29:25.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50230 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:30:25.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:30:25.008 [info] [command][3563c7ac-dce7-468b-8302-57d6a68b5436] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3563c7ac-dce7-468b-8302-57d6a68b5436""}\n2025-08-01 03:30:25.009 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][aa13f3c2-10d5-405a-9a84-f80347ebb05f] received connection request\n2025-08-01 03:30:25.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:30:25.051 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aa13f3c2-10d5-405a-9a84-f80347ebb05f] socks forwarding established\n2025-08-01 03:30:25.096 [info] [command][3563c7ac-dce7-468b-8302-57d6a68b5436] Process exited with code 0\n2025-08-01 03:30:25.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aa13f3c2-10d5-405a-9a84-f80347ebb05f] socks connection closed\n2025-08-01 03:30:25.096 [info] [command][3563c7ac-dce7-468b-8302-57d6a68b5436] Socket close event received\n2025-08-01 03:30:25.138 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50246 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:31:25.100 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:31:25.101 [info] [command][a295537c-734d-4cbc-87c8-bbada92be04a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a295537c-734d-4cbc-87c8-bbada92be04a""}\n2025-08-01 03:31:25.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f7b8794b-869e-4799-96f8-0bcae77323fd] received connection request\n2025-08-01 03:31:25.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:31:25.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7b8794b-869e-4799-96f8-0bcae77323fd] socks forwarding established\n2025-08-01 03:31:25.231 [info] [command][a295537c-734d-4cbc-87c8-bbada92be04a] Process exited with code 0\n2025-08-01 03:31:25.231 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7b8794b-869e-4799-96f8-0bcae77323fd] socks connection closed\n2025-08-01 03:31:25.231 [info] [command][a295537c-734d-4cbc-87c8-bbada92be04a] Socket close event received\n2025-08-01 03:31:25.275 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50261 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:32:25.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:32:25.238 [info] [command][25b1169f-f178-4e69-80cc-d0eabca35fe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""25b1169f-f178-4e69-80cc-d0eabca35fe5""}\n2025-08-01 03:32:25.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][89d1248e-f046-4298-aaea-a1331da1aa35] received connection request\n2025-08-01 03:32:25.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:32:25.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89d1248e-f046-4298-aaea-a1331da1aa35] socks forwarding established\n2025-08-01 03:32:25.331 [info] [command][25b1169f-f178-4e69-80cc-d0eabca35fe5] Process exited with code 0\n2025-08-01 03:32:25.331 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89d1248e-f046-4298-aaea-a1331da1aa35] socks connection closed\n2025-08-01 03:32:25.331 [info] [command][25b1169f-f178-4e69-80cc-d0eabca35fe5] Socket close event received\n2025-08-01 03:32:25.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50289 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:33:25.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:33:25.334 [info] [command][499b4d15-7498-44c2-961e-bdf8e08cb3c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""499b4d15-7498-44c2-961e-bdf8e08cb3c6""}\n2025-08-01 03:33:25.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][73f8913b-8496-49e2-9f92-d5667f1021da] received connection request\n2025-08-01 03:33:25.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:33:25.387 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][73f8913b-8496-49e2-9f92-d5667f1021da] socks forwarding established\n2025-08-01 03:33:25.432 [info] [command][499b4d15-7498-44c2-961e-bdf8e08cb3c6] Process exited with code 0\n2025-08-01 03:33:25.432 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][73f8913b-8496-49e2-9f92-d5667f1021da] socks connection closed\n2025-08-01 03:33:25.432 [info] [command][499b4d15-7498-44c2-961e-bdf8e08cb3c6] Socket close event received\n2025-08-01 03:33:25.471 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50326 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:34:25.440 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:34:25.441 [info] [command][b919bc93-542b-4ef7-8f78-aac362f0bee4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b919bc93-542b-4ef7-8f78-aac362f0bee4""}\n2025-08-01 03:34:25.441 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][771cc333-6c85-432e-8a63-419f01ee4b76] received connection request\n2025-08-01 03:34:25.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:34:25.490 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][771cc333-6c85-432e-8a63-419f01ee4b76] socks forwarding established\n2025-08-01 03:34:25.548 [info] [command][b919bc93-542b-4ef7-8f78-aac362f0bee4] Process exited with code 0\n2025-08-01 03:34:25.548 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][771cc333-6c85-432e-8a63-419f01ee4b76] socks connection closed\n2025-08-01 03:34:25.548 [info] [command][b919bc93-542b-4ef7-8f78-aac362f0bee4] Socket close event received\n2025-08-01 03:34:25.589 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50348 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:35:25.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:35:25.559 [info] [command][a8a669bc-ee2e-4d75-ba34-b4e219afe5b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a8a669bc-ee2e-4d75-ba34-b4e219afe5b5""}\n2025-08-01 03:35:25.560 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad7e4a83-9ea5-4376-bebf-6b202da47321] received connection request\n2025-08-01 03:35:25.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:35:25.602 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad7e4a83-9ea5-4376-bebf-6b202da47321] socks forwarding established\n2025-08-01 03:35:25.647 [info] [command][a8a669bc-ee2e-4d75-ba34-b4e219afe5b5] Process exited with code 0\n2025-08-01 03:35:25.647 [info] [command][a8a669bc-ee2e-4d75-ba34-b4e219afe5b5] Socket close event received\n2025-08-01 03:35:25.648 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad7e4a83-9ea5-4376-bebf-6b202da47321] socks connection closed\n2025-08-01 03:35:25.687 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50369 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:36:25.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:36:25.652 [info] [command][4ea598fb-ac4c-4375-835f-e1924d44c856] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ea598fb-ac4c-4375-835f-e1924d44c856""}\n2025-08-01 03:36:25.653 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][14b5a2c2-74d9-4f25-b6bd-930a0e5053c5] received connection request\n2025-08-01 03:36:25.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:36:25.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14b5a2c2-74d9-4f25-b6bd-930a0e5053c5] socks forwarding established\n2025-08-01 03:36:25.948 [info] [command][4ea598fb-ac4c-4375-835f-e1924d44c856] Process exited with code 0\n2025-08-01 03:36:25.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14b5a2c2-74d9-4f25-b6bd-930a0e5053c5] socks connection closed\n2025-08-01 03:36:25.948 [info] [command][4ea598fb-ac4c-4375-835f-e1924d44c856] Socket close event received\n2025-08-01 03:36:25.989 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50383 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:37:25.955 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:37:25.957 [info] [command][d8f1c1f7-a38f-469f-ab87-335de430bb6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8f1c1f7-a38f-469f-ab87-335de430bb6e""}\n2025-08-01 03:37:25.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad96f5e6-bdfa-4d43-ae53-202c7ea880c9] received connection request\n2025-08-01 03:37:25.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:37:26.002 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad96f5e6-bdfa-4d43-ae53-202c7ea880c9] socks forwarding established\n2025-08-01 03:37:26.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad96f5e6-bdfa-4d43-ae53-202c7ea880c9] socks connection closed\n2025-08-01 03:37:26.049 [info] [command][d8f1c1f7-a38f-469f-ab87-335de430bb6e] Process exited with code 0\n2025-08-01 03:37:26.049 [info] [command][d8f1c1f7-a38f-469f-ab87-335de430bb6e] Socket close event received\n2025-08-01 03:37:26.091 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50414 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:38:26.056 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:38:26.057 [info] [command][04d65a56-8e36-4661-8065-1a6c626a7079] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""04d65a56-8e36-4661-8065-1a6c626a7079""}\n2025-08-01 03:38:26.057 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1bdf6cad-8ae2-4cd1-a867-ff7a23cea726] received connection request\n2025-08-01 03:38:26.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:38:26.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1bdf6cad-8ae2-4cd1-a867-ff7a23cea726] socks forwarding established\n2025-08-01 03:38:26.150 [info] [command][04d65a56-8e36-4661-8065-1a6c626a7079] Process exited with code 0\n2025-08-01 03:38:26.150 [info] [command][04d65a56-8e36-4661-8065-1a6c626a7079] Socket close event received\n2025-08-01 03:38:26.151 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1bdf6cad-8ae2-4cd1-a867-ff7a23cea726] socks connection closed\n2025-08-01 03:38:26.190 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50445 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:39:26.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:39:26.155 [info] [command][d53dcbbb-d5dc-41c2-bf50-701d05089558] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d53dcbbb-d5dc-41c2-bf50-701d05089558""}\n2025-08-01 03:39:26.156 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ff132034-57d1-47bc-a373-91271067009b] received connection request\n2025-08-01 03:39:26.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:39:26.198 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff132034-57d1-47bc-a373-91271067009b] socks forwarding established\n2025-08-01 03:39:26.242 [info] [command][d53dcbbb-d5dc-41c2-bf50-701d05089558] Process exited with code 0\n2025-08-01 03:39:26.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff132034-57d1-47bc-a373-91271067009b] socks connection closed\n2025-08-01 03:39:26.243 [info] [command][d53dcbbb-d5dc-41c2-bf50-701d05089558] Socket close event received\n2025-08-01 03:39:26.281 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50468 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:40:26.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:40:26.245 [info] [command][9c47dc67-635d-40d2-8d46-61987a66cf63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9c47dc67-635d-40d2-8d46-61987a66cf63""}\n2025-08-01 03:40:26.246 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1ee7c181-9b01-4cdd-bb3d-8e80673d5349] received connection request\n2025-08-01 03:40:26.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:40:26.287 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ee7c181-9b01-4cdd-bb3d-8e80673d5349] socks forwarding established\n2025-08-01 03:40:26.331 [info] [command][9c47dc67-635d-40d2-8d46-61987a66cf63] Process exited with code 0\n2025-08-01 03:40:26.332 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ee7c181-9b01-4cdd-bb3d-8e80673d5349] socks connection closed\n2025-08-01 03:40:26.332 [info] [command][9c47dc67-635d-40d2-8d46-61987a66cf63] Socket close event received\n2025-08-01 03:40:26.372 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50490 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:41:26.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:41:26.344 [info] [command][cce9ff6f-53a6-4914-9fb3-46f00735501b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cce9ff6f-53a6-4914-9fb3-46f00735501b""}\n2025-08-01 03:41:26.344 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ed628185-b82b-4292-b338-3661bbd4ee8d] received connection request\n2025-08-01 03:41:26.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:41:26.588 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ed628185-b82b-4292-b338-3661bbd4ee8d] socks forwarding established\n2025-08-01 03:41:26.632 [info] [command][cce9ff6f-53a6-4914-9fb3-46f00735501b] Process exited with code 0\n2025-08-01 03:41:26.632 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ed628185-b82b-4292-b338-3661bbd4ee8d] socks connection closed\n2025-08-01 03:41:26.632 [info] [command][cce9ff6f-53a6-4914-9fb3-46f00735501b] Socket close event received\n2025-08-01 03:41:26.673 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50505 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:42:26.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:42:26.637 [info] [command][75c28c73-77ed-4659-aff8-892274c63a4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""75c28c73-77ed-4659-aff8-892274c63a4a""}\n2025-08-01 03:42:26.637 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ddcd671e-6683-464d-9915-9ac615e6290e] received connection request\n2025-08-01 03:42:26.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:42:26.685 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ddcd671e-6683-464d-9915-9ac615e6290e] socks forwarding established\n2025-08-01 03:42:26.730 [info] [command][75c28c73-77ed-4659-aff8-892274c63a4a] Process exited with code 0\n2025-08-01 03:42:26.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ddcd671e-6683-464d-9915-9ac615e6290e] socks connection closed\n2025-08-01 03:42:26.731 [info] [command][75c28c73-77ed-4659-aff8-892274c63a4a] Socket close event received\n2025-08-01 03:42:26.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50535 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:43:26.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:43:26.733 [info] [command][978f7457-53dd-4816-9bf8-dd3ee45cf249] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""978f7457-53dd-4816-9bf8-dd3ee45cf249""}\n2025-08-01 03:43:26.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b6616a42-33e0-4300-9094-25a3c8bc4be6] received connection request\n2025-08-01 03:43:26.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:43:26.775 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6616a42-33e0-4300-9094-25a3c8bc4be6] socks forwarding established\n2025-08-01 03:43:26.828 [info] [command][978f7457-53dd-4816-9bf8-dd3ee45cf249] Process exited with code 0\n2025-08-01 03:43:26.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6616a42-33e0-4300-9094-25a3c8bc4be6] socks connection closed\n2025-08-01 03:43:26.829 [info] [command][978f7457-53dd-4816-9bf8-dd3ee45cf249] Socket close event received\n2025-08-01 03:43:26.869 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50563 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:44:26.832 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:44:26.834 [info] [command][70015f89-6c19-4ab0-8bca-fce5db4eefaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""70015f89-6c19-4ab0-8bca-fce5db4eefaf""}\n2025-08-01 03:44:26.835 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][978e8acc-467b-48da-b9d8-8c47e5511b7b] received connection request\n2025-08-01 03:44:26.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:44:26.880 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][978e8acc-467b-48da-b9d8-8c47e5511b7b] socks forwarding established\n2025-08-01 03:44:26.924 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][978e8acc-467b-48da-b9d8-8c47e5511b7b] socks connection closed\n2025-08-01 03:44:26.925 [info] [command][70015f89-6c19-4ab0-8bca-fce5db4eefaf] Process exited with code 0\n2025-08-01 03:44:26.925 [info] [command][70015f89-6c19-4ab0-8bca-fce5db4eefaf] Socket close event received\n2025-08-01 03:44:26.964 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50579 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:45:26.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:45:26.930 [info] [command][86733edf-cb26-4060-bbbd-b206d123343e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""86733edf-cb26-4060-bbbd-b206d123343e""}\n2025-08-01 03:45:26.930 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7ec67dc7-d7e7-4b17-86d3-dc8674918256] received connection request\n2025-08-01 03:45:26.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:45:27.030 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7ec67dc7-d7e7-4b17-86d3-dc8674918256] socks forwarding established\n2025-08-01 03:45:27.075 [info] [command][86733edf-cb26-4060-bbbd-b206d123343e] Process exited with code 0\n2025-08-01 03:45:27.076 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7ec67dc7-d7e7-4b17-86d3-dc8674918256] socks connection closed\n2025-08-01 03:45:27.076 [info] [command][86733edf-cb26-4060-bbbd-b206d123343e] Socket close event received\n2025-08-01 03:45:27.118 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50591 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:46:27.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:46:27.084 [info] [command][0545ac93-8278-463d-b704-201c7b984506] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0545ac93-8278-463d-b704-201c7b984506""}\n2025-08-01 03:46:27.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2719eed4-bbef-4e47-901d-0ec47800f521] received connection request\n2025-08-01 03:46:27.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:46:27.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2719eed4-bbef-4e47-901d-0ec47800f521] socks forwarding established\n2025-08-01 03:46:27.174 [info] [command][0545ac93-8278-463d-b704-201c7b984506] Process exited with code 0\n2025-08-01 03:46:27.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2719eed4-bbef-4e47-901d-0ec47800f521] socks connection closed\n2025-08-01 03:46:27.174 [info] [command][0545ac93-8278-463d-b704-201c7b984506] Socket close event received\n2025-08-01 03:46:27.215 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50611 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:47:27.180 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:47:27.182 [info] [command][153f3519-8e87-4a8e-ad20-eb939eb69275] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""153f3519-8e87-4a8e-ad20-eb939eb69275""}\n2025-08-01 03:47:27.183 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4884eb63-d297-436d-8ac5-37e288132c0d] received connection request\n2025-08-01 03:47:27.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:47:27.227 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4884eb63-d297-436d-8ac5-37e288132c0d] socks forwarding established\n2025-08-01 03:47:27.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4884eb63-d297-436d-8ac5-37e288132c0d] socks connection closed\n2025-08-01 03:47:27.271 [info] [command][153f3519-8e87-4a8e-ad20-eb939eb69275] Process exited with code 0\n2025-08-01 03:47:27.271 [info] [command][153f3519-8e87-4a8e-ad20-eb939eb69275] Socket close event received\n2025-08-01 03:47:27.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50641 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:48:27.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:48:27.278 [info] [command][49d762bf-8214-4b59-9129-6796f4bf56c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""49d762bf-8214-4b59-9129-6796f4bf56c2""}\n2025-08-01 03:48:27.278 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3f69cce-4496-42a7-aa15-f989170847a2] received connection request\n2025-08-01 03:48:27.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:48:27.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f69cce-4496-42a7-aa15-f989170847a2] socks forwarding established\n2025-08-01 03:48:27.369 [info] [command][49d762bf-8214-4b59-9129-6796f4bf56c2] Process exited with code 0\n2025-08-01 03:48:27.369 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f69cce-4496-42a7-aa15-f989170847a2] socks connection closed\n2025-08-01 03:48:27.369 [info] [command][49d762bf-8214-4b59-9129-6796f4bf56c2] Socket close event received\n2025-08-01 03:48:27.415 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50668 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:49:27.379 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:49:27.381 [info] [command][8655e200-8e2b-4ae2-b703-741ee191a638] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8655e200-8e2b-4ae2-b703-741ee191a638""}\n2025-08-01 03:49:27.381 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a048d36b-6527-4707-865c-d8c40e9ef181] received connection request\n2025-08-01 03:49:27.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:49:27.430 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a048d36b-6527-4707-865c-d8c40e9ef181] socks forwarding established\n2025-08-01 03:49:27.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a048d36b-6527-4707-865c-d8c40e9ef181] socks connection closed\n2025-08-01 03:49:27.473 [info] [command][8655e200-8e2b-4ae2-b703-741ee191a638] Process exited with code 0\n2025-08-01 03:49:27.473 [info] [command][8655e200-8e2b-4ae2-b703-741ee191a638] Socket close event received\n2025-08-01 03:49:27.515 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50694 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:50:27.474 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:50:27.476 [info] [command][61f20b9d-4ad0-4747-95d4-e1adfe161aad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""61f20b9d-4ad0-4747-95d4-e1adfe161aad""}\n2025-08-01 03:50:27.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][019c2760-3ab8-4db7-b547-1d88089ffdf8] received connection request\n2025-08-01 03:50:27.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:50:27.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][019c2760-3ab8-4db7-b547-1d88089ffdf8] socks forwarding established\n2025-08-01 03:50:27.652 [info] [command][61f20b9d-4ad0-4747-95d4-e1adfe161aad] Process exited with code 0\n2025-08-01 03:50:27.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][019c2760-3ab8-4db7-b547-1d88089ffdf8] socks connection closed\n2025-08-01 03:50:27.653 [info] [command][61f20b9d-4ad0-4747-95d4-e1adfe161aad] Socket close event received\n2025-08-01 03:50:27.693 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50708 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:51:27.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:51:27.659 [info] [command][b0dde1ad-a1a8-4100-ab59-82fc8fd78014] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0dde1ad-a1a8-4100-ab59-82fc8fd78014""}\n2025-08-01 03:51:27.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b86a6e4e-293c-4c9e-8e05-b4369bda4e87] received connection request\n2025-08-01 03:51:27.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:51:27.708 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b86a6e4e-293c-4c9e-8e05-b4369bda4e87] socks forwarding established\n2025-08-01 03:51:27.754 [info] [command][b0dde1ad-a1a8-4100-ab59-82fc8fd78014] Process exited with code 0\n2025-08-01 03:51:27.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b86a6e4e-293c-4c9e-8e05-b4369bda4e87] socks connection closed\n2025-08-01 03:51:27.754 [info] [command][b0dde1ad-a1a8-4100-ab59-82fc8fd78014] Socket close event received\n2025-08-01 03:51:27.796 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50729 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:52:27.758 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:52:27.760 [info] [command][a7c6f000-5c84-4b03-a617-4e10a33c8e89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a7c6f000-5c84-4b03-a617-4e10a33c8e89""}\n2025-08-01 03:52:27.761 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][32937120-6508-49af-a76f-bd2af962f8b4] received connection request\n2025-08-01 03:52:27.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:52:27.803 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][32937120-6508-49af-a76f-bd2af962f8b4] socks forwarding established\n2025-08-01 03:52:27.848 [info] [command][a7c6f000-5c84-4b03-a617-4e10a33c8e89] Process exited with code 0\n2025-08-01 03:52:27.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][32937120-6508-49af-a76f-bd2af962f8b4] socks connection closed\n2025-08-01 03:52:27.849 [info] [command][a7c6f000-5c84-4b03-a617-4e10a33c8e89] Socket close event received\n2025-08-01 03:52:27.889 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50763 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:53:27.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:53:27.858 [info] [command][4e02f613-9c58-496a-8ea9-cb3aca830a8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4e02f613-9c58-496a-8ea9-cb3aca830a8e""}\n2025-08-01 03:53:27.858 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cbd0b29e-af52-4ad7-a018-98a594c99407] received connection request\n2025-08-01 03:53:27.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:53:27.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbd0b29e-af52-4ad7-a018-98a594c99407] socks forwarding established\n2025-08-01 03:53:27.947 [info] [command][4e02f613-9c58-496a-8ea9-cb3aca830a8e] Process exited with code 0\n2025-08-01 03:53:27.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbd0b29e-af52-4ad7-a018-98a594c99407] socks connection closed\n2025-08-01 03:53:27.948 [info] [command][4e02f613-9c58-496a-8ea9-cb3aca830a8e] Socket close event received\n2025-08-01 03:53:27.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50795 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:54:27.957 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:54:27.959 [info] [command][4a17af4c-67d4-4d14-a3ec-97a054143e0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4a17af4c-67d4-4d14-a3ec-97a054143e0d""}\n2025-08-01 03:54:27.960 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][07e861bd-ee93-4f3b-beb2-2474967165fb] received connection request\n2025-08-01 03:54:27.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:54:28.002 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e861bd-ee93-4f3b-beb2-2474967165fb] socks forwarding established\n2025-08-01 03:54:28.046 [info] [command][4a17af4c-67d4-4d14-a3ec-97a054143e0d] Process exited with code 0\n2025-08-01 03:54:28.046 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e861bd-ee93-4f3b-beb2-2474967165fb] socks connection closed\n2025-08-01 03:54:28.047 [info] [command][4a17af4c-67d4-4d14-a3ec-97a054143e0d] Socket close event received\n2025-08-01 03:54:28.086 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50808 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:55:28.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:55:28.053 [info] [command][15b6f8ec-c930-4258-a3df-3d7af4f06f8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15b6f8ec-c930-4258-a3df-3d7af4f06f8f""}\n2025-08-01 03:55:28.053 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d77d7ff-97a6-44db-9f05-3136e1ff5925] received connection request\n2025-08-01 03:55:28.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:55:28.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d77d7ff-97a6-44db-9f05-3136e1ff5925] socks forwarding established\n2025-08-01 03:55:28.175 [info] [command][15b6f8ec-c930-4258-a3df-3d7af4f06f8f] Process exited with code 0\n2025-08-01 03:55:28.175 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d77d7ff-97a6-44db-9f05-3136e1ff5925] socks connection closed\n2025-08-01 03:55:28.175 [info] [command][15b6f8ec-c930-4258-a3df-3d7af4f06f8f] Socket close event received\n2025-08-01 03:55:28.215 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50820 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:56:28.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:56:28.184 [info] [command][ec75fe1a-8104-4442-b5aa-f924e01c8928] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ec75fe1a-8104-4442-b5aa-f924e01c8928""}\n2025-08-01 03:56:28.185 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ccf1fda2-7404-487c-8451-be06987320f9] received connection request\n2025-08-01 03:56:28.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:56:28.235 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ccf1fda2-7404-487c-8451-be06987320f9] socks forwarding established\n2025-08-01 03:56:28.279 [info] [command][ec75fe1a-8104-4442-b5aa-f924e01c8928] Process exited with code 0\n2025-08-01 03:56:28.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ccf1fda2-7404-487c-8451-be06987320f9] socks connection closed\n2025-08-01 03:56:28.279 [info] [command][ec75fe1a-8104-4442-b5aa-f924e01c8928] Socket close event received\n2025-08-01 03:56:28.319 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50835 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:57:28.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:57:28.291 [info] [command][77d5da5f-93be-446a-bbaa-2a9b449b3855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""77d5da5f-93be-446a-bbaa-2a9b449b3855""}\n2025-08-01 03:57:28.291 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97973a3d-45e9-4275-9ce2-b5d7c5f723a3] received connection request\n2025-08-01 03:57:28.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:57:28.343 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97973a3d-45e9-4275-9ce2-b5d7c5f723a3] socks forwarding established\n2025-08-01 03:57:28.387 [info] [command][77d5da5f-93be-446a-bbaa-2a9b449b3855] Process exited with code 0\n2025-08-01 03:57:28.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97973a3d-45e9-4275-9ce2-b5d7c5f723a3] socks connection closed\n2025-08-01 03:57:28.388 [info] [command][77d5da5f-93be-446a-bbaa-2a9b449b3855] Socket close event received\n2025-08-01 03:57:28.428 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50864 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:58:28.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:58:28.400 [info] [command][9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd""}\n2025-08-01 03:58:28.401 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d1b33cb6-47a0-4f8e-bdf8-bfce9b7e150c] received connection request\n2025-08-01 03:58:28.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:58:28.443 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1b33cb6-47a0-4f8e-bdf8-bfce9b7e150c] socks forwarding established\n2025-08-01 03:58:28.489 [info] [command][9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd] Process exited with code 0\n2025-08-01 03:58:28.489 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1b33cb6-47a0-4f8e-bdf8-bfce9b7e150c] socks connection closed\n2025-08-01 03:58:28.489 [info] [command][9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd] Socket close event received\n2025-08-01 03:58:28.540 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50893 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:59:28.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:59:28.499 [info] [command][725877b6-5e3d-4acb-9463-77abcc7623e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""725877b6-5e3d-4acb-9463-77abcc7623e5""}\n2025-08-01 03:59:28.500 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6587eafc-31d2-4874-a8e0-6d158768fd27] received connection request\n2025-08-01 03:59:28.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:59:28.542 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6587eafc-31d2-4874-a8e0-6d158768fd27] socks forwarding established\n2025-08-01 03:59:28.588 [info] [command][725877b6-5e3d-4acb-9463-77abcc7623e5] Process exited with code 0\n2025-08-01 03:59:28.588 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6587eafc-31d2-4874-a8e0-6d158768fd27] socks connection closed\n2025-08-01 03:59:28.588 [info] [command][725877b6-5e3d-4acb-9463-77abcc7623e5] Socket close event received\n2025-08-01 03:59:28.628 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:00:28.598 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:00:28.600 [info] [command][d723a0ff-9d1a-407a-9ef5-7c66a2340e8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d723a0ff-9d1a-407a-9ef5-7c66a2340e8a""}\n2025-08-01 04:00:28.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a04a8e5e-acf5-415b-b7a2-591f7e284e8e] received connection request\n2025-08-01 04:00:28.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:00:28.655 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a04a8e5e-acf5-415b-b7a2-591f7e284e8e] socks forwarding established\n2025-08-01 04:00:28.962 [info] [command][d723a0ff-9d1a-407a-9ef5-7c66a2340e8a] Process exited with code 0\n2025-08-01 04:00:28.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a04a8e5e-acf5-415b-b7a2-591f7e284e8e] socks connection closed\n2025-08-01 04:00:28.963 [info] [command][d723a0ff-9d1a-407a-9ef5-7c66a2340e8a] Socket close event received\n2025-08-01 04:00:29.005 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50926 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:01:28.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:01:28.968 [info] [command][8f58683e-82b4-48a7-9ae4-e360874c3ae4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f58683e-82b4-48a7-9ae4-e360874c3ae4""}\n2025-08-01 04:01:28.969 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76063a56-c37e-4723-8b7c-0a10c72c6fd5] received connection request\n2025-08-01 04:01:28.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:01:29.012 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76063a56-c37e-4723-8b7c-0a10c72c6fd5] socks forwarding established\n2025-08-01 04:01:29.057 [info] [command][8f58683e-82b4-48a7-9ae4-e360874c3ae4] Process exited with code 0\n2025-08-01 04:01:29.057 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76063a56-c37e-4723-8b7c-0a10c72c6fd5] socks connection closed\n2025-08-01 04:01:29.058 [info] [command][8f58683e-82b4-48a7-9ae4-e360874c3ae4] Socket close event received\n2025-08-01 04:01:29.096 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50939 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:02:29.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:02:29.062 [info] [command][53e70b90-b09f-487a-879a-8b7de28b106b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53e70b90-b09f-487a-879a-8b7de28b106b""}\n2025-08-01 04:02:29.063 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d3d1865f-a5cd-4386-bc1e-06528bc99a3e] received connection request\n2025-08-01 04:02:29.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:02:29.110 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d1865f-a5cd-4386-bc1e-06528bc99a3e] socks forwarding established\n2025-08-01 04:02:29.154 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d1865f-a5cd-4386-bc1e-06528bc99a3e] socks connection closed\n2025-08-01 04:02:29.155 [info] [command][53e70b90-b09f-487a-879a-8b7de28b106b] Process exited with code 0\n2025-08-01 04:02:29.155 [info] [command][53e70b90-b09f-487a-879a-8b7de28b106b] Socket close event received\n2025-08-01 04:02:29.193 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50966 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:03:29.162 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:03:29.164 [info] [command][ec118c5b-4200-4331-a6ea-9e32798b9783] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ec118c5b-4200-4331-a6ea-9e32798b9783""}\n2025-08-01 04:03:29.165 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][34cbaa51-e175-4b4f-91e2-91156040009e] received connection request\n2025-08-01 04:03:29.166 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:03:29.209 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][34cbaa51-e175-4b4f-91e2-91156040009e] socks forwarding established\n2025-08-01 04:03:29.255 [info] [command][ec118c5b-4200-4331-a6ea-9e32798b9783] Process exited with code 0\n2025-08-01 04:03:29.256 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][34cbaa51-e175-4b4f-91e2-91156040009e] socks connection closed\n2025-08-01 04:03:29.256 [info] [command][ec118c5b-4200-4331-a6ea-9e32798b9783] Socket close event received\n2025-08-01 04:03:29.295 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50994 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:04:29.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:04:29.263 [info] [command][b1d8e1b7-6e92-4903-bc35-330b6800af00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b1d8e1b7-6e92-4903-bc35-330b6800af00""}\n2025-08-01 04:04:29.264 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d463ca8a-88ed-4b69-9669-d6466ba4dcc4] received connection request\n2025-08-01 04:04:29.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:04:29.384 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d463ca8a-88ed-4b69-9669-d6466ba4dcc4] socks forwarding established\n2025-08-01 04:04:29.430 [info] [command][b1d8e1b7-6e92-4903-bc35-330b6800af00] Process exited with code 0\n2025-08-01 04:04:29.430 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d463ca8a-88ed-4b69-9669-d6466ba4dcc4] socks connection closed\n2025-08-01 04:04:29.430 [info] [command][b1d8e1b7-6e92-4903-bc35-330b6800af00] Socket close event received\n2025-08-01 04:04:29.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51010 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:05:29.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:05:29.433 [info] [command][504b9753-4ef5-421e-938a-1c9dd6ff5c11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""504b9753-4ef5-421e-938a-1c9dd6ff5c11""}\n2025-08-01 04:05:29.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6a56237a-249e-4053-a98a-12fdf977a641] received connection request\n2025-08-01 04:05:29.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:05:29.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a56237a-249e-4053-a98a-12fdf977a641] socks forwarding established\n2025-08-01 04:05:29.521 [info] [command][504b9753-4ef5-421e-938a-1c9dd6ff5c11] Process exited with code 0\n2025-08-01 04:05:29.522 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a56237a-249e-4053-a98a-12fdf977a641] socks connection closed\n2025-08-01 04:05:29.522 [info] [command][504b9753-4ef5-421e-938a-1c9dd6ff5c11] Socket close event received\n2025-08-01 04:05:29.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:06:29.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:06:29.534 [info] [command][7fa98792-45b2-42ce-843f-278cb4ce48bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7fa98792-45b2-42ce-843f-278cb4ce48bc""}\n2025-08-01 04:06:29.534 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6236a5c2-518c-4e4b-bfab-359235a20b8c] received connection request\n2025-08-01 04:06:29.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:06:29.580 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6236a5c2-518c-4e4b-bfab-359235a20b8c] socks forwarding established\n2025-08-01 04:06:29.626 [info] [command][7fa98792-45b2-42ce-843f-278cb4ce48bc] Process exited with code 0\n2025-08-01 04:06:29.626 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6236a5c2-518c-4e4b-bfab-359235a20b8c] socks connection closed\n2025-08-01 04:06:29.626 [info] [command][7fa98792-45b2-42ce-843f-278cb4ce48bc] Socket close event received\n2025-08-01 04:06:29.666 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51045 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:07:29.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:07:29.638 [info] [command][d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0""}\n2025-08-01 04:07:29.638 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][78b36074-0c96-4051-8878-7be62623ed26] received connection request\n2025-08-01 04:07:29.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:07:29.680 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78b36074-0c96-4051-8878-7be62623ed26] socks forwarding established\n2025-08-01 04:07:29.724 [info] [command][d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0] Process exited with code 0\n2025-08-01 04:07:29.724 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78b36074-0c96-4051-8878-7be62623ed26] socks connection closed\n2025-08-01 04:07:29.725 [info] [command][d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0] Socket close event received\n2025-08-01 04:07:29.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51077 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:08:29.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:08:29.729 [info] [command][57c477d9-6011-48ba-9b19-df69548a177c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""57c477d9-6011-48ba-9b19-df69548a177c""}\n2025-08-01 04:08:29.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][48fafd98-d3dd-4ee4-8b5e-c2c7d16d1fb8] received connection request\n2025-08-01 04:08:29.730 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:08:29.778 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48fafd98-d3dd-4ee4-8b5e-c2c7d16d1fb8] socks forwarding established\n2025-08-01 04:08:29.822 [info] [command][57c477d9-6011-48ba-9b19-df69548a177c] Process exited with code 0\n2025-08-01 04:08:29.822 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48fafd98-d3dd-4ee4-8b5e-c2c7d16d1fb8] socks connection closed\n2025-08-01 04:08:29.823 [info] [command][57c477d9-6011-48ba-9b19-df69548a177c] Socket close event received\n2025-08-01 04:08:29.868 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51108 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:09:29.828 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:09:29.830 [info] [command][4a0cb86a-99ab-45e9-a66c-9faf915d4b06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4a0cb86a-99ab-45e9-a66c-9faf915d4b06""}\n2025-08-01 04:09:29.830 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85fc6780-1708-424d-b1bd-2b4f68c6b3aa] received connection request\n2025-08-01 04:09:29.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:09:29.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85fc6780-1708-424d-b1bd-2b4f68c6b3aa] socks forwarding established\n2025-08-01 04:09:29.945 [info] [command][4a0cb86a-99ab-45e9-a66c-9faf915d4b06] Process exited with code 0\n2025-08-01 04:09:29.946 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85fc6780-1708-424d-b1bd-2b4f68c6b3aa] socks connection closed\n2025-08-01 04:09:29.946 [info] [command][4a0cb86a-99ab-45e9-a66c-9faf915d4b06] Socket close event received\n2025-08-01 04:09:29.994 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51128 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:10:29.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:10:29.953 [info] [command][84893b88-580a-4bb1-91f4-4acd8bf4d877] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""84893b88-580a-4bb1-91f4-4acd8bf4d877""}\n2025-08-01 04:10:29.953 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][107ca9b8-cea7-4f0f-8f40-b60888866f66] received connection request\n2025-08-01 04:10:29.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:10:29.998 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][107ca9b8-cea7-4f0f-8f40-b60888866f66] socks forwarding established\n2025-08-01 04:10:30.044 [info] [command][84893b88-580a-4bb1-91f4-4acd8bf4d877] Process exited with code 0\n2025-08-01 04:10:30.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][107ca9b8-cea7-4f0f-8f40-b60888866f66] socks connection closed\n2025-08-01 04:10:30.045 [info] [command][84893b88-580a-4bb1-91f4-4acd8bf4d877] Socket close event received\n2025-08-01 04:10:30.085 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51150 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:11:30.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:11:30.052 [info] [command][4873af0f-6623-4a57-b9cd-2381463e9b74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4873af0f-6623-4a57-b9cd-2381463e9b74""}\n2025-08-01 04:11:30.053 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3cfd054c-197b-4fbd-99bc-4c91f5b39a67] received connection request\n2025-08-01 04:11:30.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:11:30.101 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cfd054c-197b-4fbd-99bc-4c91f5b39a67] socks forwarding established\n2025-08-01 04:11:30.152 [info] [command][4873af0f-6623-4a57-b9cd-2381463e9b74] Process exited with code 0\n2025-08-01 04:11:30.153 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cfd054c-197b-4fbd-99bc-4c91f5b39a67] socks connection closed\n2025-08-01 04:11:30.153 [info] [command][4873af0f-6623-4a57-b9cd-2381463e9b74] Socket close event received\n2025-08-01 04:11:30.192 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51165 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:12:30.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:12:30.159 [info] [command][a31bfce2-fa31-421c-80fa-1379e9bb7280] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a31bfce2-fa31-421c-80fa-1379e9bb7280""}\n2025-08-01 04:12:30.160 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac35650c-a4a5-47cd-8387-316d6e973de4] received connection request\n2025-08-01 04:12:30.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:12:30.207 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac35650c-a4a5-47cd-8387-316d6e973de4] socks forwarding established\n2025-08-01 04:12:30.256 [info] [command][a31bfce2-fa31-421c-80fa-1379e9bb7280] Process exited with code 0\n2025-08-01 04:12:30.256 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac35650c-a4a5-47cd-8387-316d6e973de4] socks connection closed\n2025-08-01 04:12:30.256 [info] [command][a31bfce2-fa31-421c-80fa-1379e9bb7280] Socket close event received\n2025-08-01 04:12:30.297 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51195 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:13:30.263 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:13:30.265 [info] [command][d0029739-7826-4630-9da4-2376760bb360] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d0029739-7826-4630-9da4-2376760bb360""}\n2025-08-01 04:13:30.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bc49ac49-c8c6-4175-b813-60551b58f41c] received connection request\n2025-08-01 04:13:30.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:13:30.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc49ac49-c8c6-4175-b813-60551b58f41c] socks forwarding established\n2025-08-01 04:13:30.368 [info] [command][d0029739-7826-4630-9da4-2376760bb360] Process exited with code 0\n2025-08-01 04:13:30.369 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc49ac49-c8c6-4175-b813-60551b58f41c] socks connection closed\n2025-08-01 04:13:30.369 [info] [command][d0029739-7826-4630-9da4-2376760bb360] Socket close event received\n2025-08-01 04:13:30.408 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51228 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:14:30.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:14:30.377 [info] [command][4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959""}\n2025-08-01 04:14:30.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e5ab24da-387c-4fdd-b2f6-07fd95a22c77] received connection request\n2025-08-01 04:14:30.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:14:30.425 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ab24da-387c-4fdd-b2f6-07fd95a22c77] socks forwarding established\n2025-08-01 04:14:30.475 [info] [command][4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959] Process exited with code 0\n2025-08-01 04:14:30.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ab24da-387c-4fdd-b2f6-07fd95a22c77] socks connection closed\n2025-08-01 04:14:30.476 [info] [command][4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959] Socket close event received\n2025-08-01 04:14:30.529 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51240 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:15:30.482 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:15:30.484 [info] [command][ba8083b3-ff7c-431a-b0e8-a65d0aa61560] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ba8083b3-ff7c-431a-b0e8-a65d0aa61560""}\n2025-08-01 04:15:30.485 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d01015f3-e64d-4f4c-85a7-bcf833915643] received connection request\n2025-08-01 04:15:30.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:15:30.536 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d01015f3-e64d-4f4c-85a7-bcf833915643] socks forwarding established\n2025-08-01 04:15:30.801 [info] [command][ba8083b3-ff7c-431a-b0e8-a65d0aa61560] Process exited with code 0\n2025-08-01 04:15:30.801 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d01015f3-e64d-4f4c-85a7-bcf833915643] socks connection closed\n2025-08-01 04:15:30.801 [info] [command][ba8083b3-ff7c-431a-b0e8-a65d0aa61560] Socket close event received\n2025-08-01 04:15:30.861 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:16:30.806 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:16:30.807 [info] [command][731d21bf-6f16-4cd6-8e1b-28c77fb26b7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""731d21bf-6f16-4cd6-8e1b-28c77fb26b7f""}\n2025-08-01 04:16:30.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][65a23aae-0807-4f0b-941f-4c9c2888e3a6] received connection request\n2025-08-01 04:16:30.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:16:30.856 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65a23aae-0807-4f0b-941f-4c9c2888e3a6] socks forwarding established\n2025-08-01 04:16:30.902 [info] [command][731d21bf-6f16-4cd6-8e1b-28c77fb26b7f] Process exited with code 0\n2025-08-01 04:16:30.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65a23aae-0807-4f0b-941f-4c9c2888e3a6] socks connection closed\n2025-08-01 04:16:30.902 [info] [command][731d21bf-6f16-4cd6-8e1b-28c77fb26b7f] Socket close event received\n2025-08-01 04:16:30.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51265 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:17:30.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:17:30.913 [info] [command][d5919421-dfbb-4ece-a77b-eb0b91e40438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d5919421-dfbb-4ece-a77b-eb0b91e40438""}\n2025-08-01 04:17:30.913 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ce722eaa-0078-4146-b228-78b4d65e7cbb] received connection request\n2025-08-01 04:17:30.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:17:30.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ce722eaa-0078-4146-b228-78b4d65e7cbb] socks forwarding established\n2025-08-01 04:17:31.001 [info] [command][d5919421-dfbb-4ece-a77b-eb0b91e40438] Process exited with code 0\n2025-08-01 04:17:31.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ce722eaa-0078-4146-b228-78b4d65e7cbb] socks connection closed\n2025-08-01 04:17:31.001 [info] [command][d5919421-dfbb-4ece-a77b-eb0b91e40438] Socket close event received\n2025-08-01 04:17:31.042 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51302 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:18:31.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:18:31.010 [info] [command][b7172637-722b-4004-a93a-39aa3944640a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7172637-722b-4004-a93a-39aa3944640a""}\n2025-08-01 04:18:31.011 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][360a683a-dfee-4800-875f-62511e5d7a5d] received connection request\n2025-08-01 04:18:31.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:18:31.125 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][360a683a-dfee-4800-875f-62511e5d7a5d] socks forwarding established\n2025-08-01 04:18:31.175 [info] [command][b7172637-722b-4004-a93a-39aa3944640a] Process exited with code 0\n2025-08-01 04:18:31.175 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][360a683a-dfee-4800-875f-62511e5d7a5d] socks connection closed\n2025-08-01 04:18:31.175 [info] [command][b7172637-722b-4004-a93a-39aa3944640a] Socket close event received\n2025-08-01 04:18:31.218 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51336 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:19:31.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:19:31.178 [info] [command][a0b4e43f-44d6-4b42-840c-6dda2cededa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a0b4e43f-44d6-4b42-840c-6dda2cededa1""}\n2025-08-01 04:19:31.179 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3c8904f-4c5e-425a-8b11-04c46d3eeab1] received connection request\n2025-08-01 04:19:31.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:19:31.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c8904f-4c5e-425a-8b11-04c46d3eeab1] socks forwarding established\n2025-08-01 04:19:31.268 [info] [command][a0b4e43f-44d6-4b42-840c-6dda2cededa1] Process exited with code 0\n2025-08-01 04:19:31.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c8904f-4c5e-425a-8b11-04c46d3eeab1] socks connection closed\n2025-08-01 04:19:31.268 [info] [command][a0b4e43f-44d6-4b42-840c-6dda2cededa1] Socket close event received\n2025-08-01 04:19:31.307 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51353 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:20:31.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:20:31.280 [info] [command][339c301a-efe9-4414-8a22-0f31053105e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""339c301a-efe9-4414-8a22-0f31053105e5""}\n2025-08-01 04:20:31.281 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0f631d53-04e2-42d5-803e-ff776b1bc30c] received connection request\n2025-08-01 04:20:31.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:20:31.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f631d53-04e2-42d5-803e-ff776b1bc30c] socks forwarding established\n2025-08-01 04:20:31.370 [info] [command][339c301a-efe9-4414-8a22-0f31053105e5] Process exited with code 0\n2025-08-01 04:20:31.370 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f631d53-04e2-42d5-803e-ff776b1bc30c] socks connection closed\n2025-08-01 04:20:31.370 [info] [command][339c301a-efe9-4414-8a22-0f31053105e5] Socket close event received\n2025-08-01 04:20:31.421 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51377 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:21:31.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:21:31.378 [info] [command][890f3a70-373a-411f-9354-a727bdc4c3ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""890f3a70-373a-411f-9354-a727bdc4c3ac""}\n2025-08-01 04:21:31.379 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a8713748-a676-4486-adff-0b2345e6612a] received connection request\n2025-08-01 04:21:31.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:21:31.421 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8713748-a676-4486-adff-0b2345e6612a] socks forwarding established\n2025-08-01 04:21:31.465 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8713748-a676-4486-adff-0b2345e6612a] socks connection closed\n2025-08-01 04:21:31.465 [info] [command][890f3a70-373a-411f-9354-a727bdc4c3ac] Process exited with code 0\n2025-08-01 04:21:31.465 [info] [command][890f3a70-373a-411f-9354-a727bdc4c3ac] Socket close event received\n2025-08-01 04:21:31.505 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51413 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:22:31.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:22:31.467 [info] [command][dbf58dc5-34e5-4b79-8a15-ef470c962295] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dbf58dc5-34e5-4b79-8a15-ef470c962295""}\n2025-08-01 04:22:31.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][efd3fb87-7680-4abb-8214-2f252a8c34ba] received connection request\n2025-08-01 04:22:31.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:22:31.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efd3fb87-7680-4abb-8214-2f252a8c34ba] socks forwarding established\n2025-08-01 04:22:31.556 [info] [command][dbf58dc5-34e5-4b79-8a15-ef470c962295] Process exited with code 0\n2025-08-01 04:22:31.556 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efd3fb87-7680-4abb-8214-2f252a8c34ba] socks connection closed\n2025-08-01 04:22:31.556 [info] [command][dbf58dc5-34e5-4b79-8a15-ef470c962295] Socket close event received\n2025-08-01 04:22:31.595 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51441 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:23:31.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:23:31.566 [info] [command][71ed59d4-106c-4067-b1a4-bf656545b0c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""71ed59d4-106c-4067-b1a4-bf656545b0c5""}\n2025-08-01 04:23:31.566 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a0a5b945-ed8e-4fe3-8af6-c4c6ef225d69] received connection request\n2025-08-01 04:23:31.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:23:31.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a0a5b945-ed8e-4fe3-8af6-c4c6ef225d69] socks forwarding established\n2025-08-01 04:23:31.743 [info] [command][71ed59d4-106c-4067-b1a4-bf656545b0c5] Process exited with code 0\n2025-08-01 04:23:31.743 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a0a5b945-ed8e-4fe3-8af6-c4c6ef225d69] socks connection closed\n2025-08-01 04:23:31.743 [info] [command][71ed59d4-106c-4067-b1a4-bf656545b0c5] Socket close event received\n2025-08-01 04:23:31.783 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51475 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:24:31.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:24:31.753 [info] [command][f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb""}\n2025-08-01 04:24:31.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7964c304-dbe1-498e-965c-871a72f205ce] received connection request\n2025-08-01 04:24:31.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:24:31.799 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7964c304-dbe1-498e-965c-871a72f205ce] socks forwarding established\n2025-08-01 04:24:31.842 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7964c304-dbe1-498e-965c-871a72f205ce] socks connection closed\n2025-08-01 04:24:31.842 [info] [command][f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb] Process exited with code 0\n2025-08-01 04:24:31.843 [info] [command][f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb] Socket close event received\n2025-08-01 04:24:31.882 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51490 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:25:31.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:25:31.853 [info] [command][0d56df83-787b-4a22-8722-0e0d4d265032] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0d56df83-787b-4a22-8722-0e0d4d265032""}\n2025-08-01 04:25:31.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a78c999f-be09-44a9-a3bf-f7c3068b2d26] received connection request\n2025-08-01 04:25:31.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:25:31.896 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a78c999f-be09-44a9-a3bf-f7c3068b2d26] socks forwarding established\n2025-08-01 04:25:31.942 [info] [command][0d56df83-787b-4a22-8722-0e0d4d265032] Process exited with code 0\n2025-08-01 04:25:31.942 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a78c999f-be09-44a9-a3bf-f7c3068b2d26] socks connection closed\n2025-08-01 04:25:31.943 [info] [command][0d56df83-787b-4a22-8722-0e0d4d265032] Socket close event received\n2025-08-01 04:25:31.982 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51510 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:26:31.946 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:26:31.947 [info] [command][ae917204-c645-4f19-8ce5-e9be9d74543c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ae917204-c645-4f19-8ce5-e9be9d74543c""}\n2025-08-01 04:26:31.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][51a1c750-a608-41d1-91bb-ec622f70079c] received connection request\n2025-08-01 04:26:31.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:26:31.992 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51a1c750-a608-41d1-91bb-ec622f70079c] socks forwarding established\n2025-08-01 04:26:32.593 [info] [command][ae917204-c645-4f19-8ce5-e9be9d74543c] Process exited with code 0\n2025-08-01 04:26:32.593 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51a1c750-a608-41d1-91bb-ec622f70079c] socks connection closed\n2025-08-01 04:26:32.593 [info] [command][ae917204-c645-4f19-8ce5-e9be9d74543c] Socket close event received\n2025-08-01 04:26:32.651 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51533 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:27:32.598 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:27:32.599 [info] [command][fc8676fe-a41e-4a47-afb2-684d7984e8f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc8676fe-a41e-4a47-afb2-684d7984e8f1""}\n2025-08-01 04:27:32.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0577f646-f220-4de0-a2fa-591e5e3be06d] received connection request\n2025-08-01 04:27:32.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:27:32.642 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0577f646-f220-4de0-a2fa-591e5e3be06d] socks forwarding established\n2025-08-01 04:27:32.687 [info] [command][fc8676fe-a41e-4a47-afb2-684d7984e8f1] Process exited with code 0\n2025-08-01 04:27:32.688 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0577f646-f220-4de0-a2fa-591e5e3be06d] socks connection closed\n2025-08-01 04:27:32.688 [info] [command][fc8676fe-a41e-4a47-afb2-684d7984e8f1] Socket close event received\n2025-08-01 04:27:32.741 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51564 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:28:32.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:28:33.608 [info] [command][8b471468-a95e-424b-9c52-72077b979304] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8b471468-a95e-424b-9c52-72077b979304""}\n2025-08-01 04:28:33.609 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b854ca65-5af9-45e1-bb5e-13c7589f6b6b] received connection request\n2025-08-01 04:28:33.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:28:33.881 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b854ca65-5af9-45e1-bb5e-13c7589f6b6b] socks forwarding established\n2025-08-01 04:28:33.956 [info] [command][8b471468-a95e-424b-9c52-72077b979304] Process exited with code 0\n2025-08-01 04:28:33.956 [info] [command][8b471468-a95e-424b-9c52-72077b979304] Socket close event received\n2025-08-01 04:28:34.006 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51597 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:28:34.006 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b854ca65-5af9-45e1-bb5e-13c7589f6b6b] socks connection closed\n2025-08-01 04:29:33.957 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:29:33.958 [info] [command][e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8""}\n2025-08-01 04:29:33.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ebad2e5d-4198-442c-aea1-8a606ce73bd9] received connection request\n2025-08-01 04:29:33.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:29:34.005 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebad2e5d-4198-442c-aea1-8a606ce73bd9] socks forwarding established\n2025-08-01 04:29:34.050 [info] [command][e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8] Process exited with code 0\n2025-08-01 04:29:34.050 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebad2e5d-4198-442c-aea1-8a606ce73bd9] socks connection closed\n2025-08-01 04:29:34.050 [info] [command][e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8] Socket close event received\n2025-08-01 04:29:34.090 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51622 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:30:34.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:30:34.059 [info] [command][d567c2b0-6c6c-4354-994c-a6b7a80fd2a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d567c2b0-6c6c-4354-994c-a6b7a80fd2a8""}\n2025-08-01 04:30:34.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][90fd6a67-4c62-4138-8e53-97811d5eae37] received connection request\n2025-08-01 04:30:34.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:30:34.177 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90fd6a67-4c62-4138-8e53-97811d5eae37] socks forwarding established\n2025-08-01 04:30:34.222 [info] [command][d567c2b0-6c6c-4354-994c-a6b7a80fd2a8] Process exited with code 0\n2025-08-01 04:30:34.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90fd6a67-4c62-4138-8e53-97811d5eae37] socks connection closed\n2025-08-01 04:30:34.222 [info] [command][d567c2b0-6c6c-4354-994c-a6b7a80fd2a8] Socket close event received\n2025-08-01 04:30:34.266 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51644 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:31:34.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:31:34.229 [info] [command][cd1ccd46-0c58-4581-a758-a6d6857ae1ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cd1ccd46-0c58-4581-a758-a6d6857ae1ba""}\n2025-08-01 04:31:34.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bbc2d0f7-e07a-461d-abd6-a376a4bc2d77] received connection request\n2025-08-01 04:31:34.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:31:34.278 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bbc2d0f7-e07a-461d-abd6-a376a4bc2d77] socks forwarding established\n2025-08-01 04:31:34.322 [info] [command][cd1ccd46-0c58-4581-a758-a6d6857ae1ba] Process exited with code 0\n2025-08-01 04:31:34.323 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bbc2d0f7-e07a-461d-abd6-a376a4bc2d77] socks connection closed\n2025-08-01 04:31:34.323 [info] [command][cd1ccd46-0c58-4581-a758-a6d6857ae1ba] Socket close event received\n2025-08-01 04:31:34.363 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51669 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:32:34.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:32:34.330 [info] [command][e92b06b5-86b3-40cc-b6b0-a87f3e582431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e92b06b5-86b3-40cc-b6b0-a87f3e582431""}\n2025-08-01 04:32:34.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][49439971-967b-4335-93bb-ff7fa71f069b] received connection request\n2025-08-01 04:32:34.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:32:34.436 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][49439971-967b-4335-93bb-ff7fa71f069b] socks forwarding established\n2025-08-01 04:32:34.481 [info] [command][e92b06b5-86b3-40cc-b6b0-a87f3e582431] Process exited with code 0\n2025-08-01 04:32:34.481 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][49439971-967b-4335-93bb-ff7fa71f069b] socks connection closed\n2025-08-01 04:32:34.481 [info] [command][e92b06b5-86b3-40cc-b6b0-a87f3e582431] Socket close event received\n2025-08-01 04:32:34.550 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51698 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:33:34.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:33:34.492 [info] [command][fb206d6d-2977-4bc6-9c11-0049d665e0f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fb206d6d-2977-4bc6-9c11-0049d665e0f0""}\n2025-08-01 04:33:34.493 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac4500f9-caa0-4a0c-8dff-4ba50849b9d5] received connection request\n2025-08-01 04:33:34.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:33:34.537 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac4500f9-caa0-4a0c-8dff-4ba50849b9d5] socks forwarding established\n2025-08-01 04:33:34.581 [info] [command][fb206d6d-2977-4bc6-9c11-0049d665e0f0] Process exited with code 0\n2025-08-01 04:33:34.582 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac4500f9-caa0-4a0c-8dff-4ba50849b9d5] socks connection closed\n2025-08-01 04:33:34.582 [info] [command][fb206d6d-2977-4bc6-9c11-0049d665e0f0] Socket close event received\n2025-08-01 04:33:34.622 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51736 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:34:34.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:34:34.585 [info] [command][7ed047a3-bf7c-4dd5-86eb-8b0091011286] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7ed047a3-bf7c-4dd5-86eb-8b0091011286""}\n2025-08-01 04:34:34.586 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e14930e7-8d43-40a0-b76b-ff74008cb685] received connection request\n2025-08-01 04:34:34.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:34:34.631 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e14930e7-8d43-40a0-b76b-ff74008cb685] socks forwarding established\n2025-08-01 04:34:34.676 [info] [command][7ed047a3-bf7c-4dd5-86eb-8b0091011286] Process exited with code 0\n2025-08-01 04:34:34.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e14930e7-8d43-40a0-b76b-ff74008cb685] socks connection closed\n2025-08-01 04:34:34.676 [info] [command][7ed047a3-bf7c-4dd5-86eb-8b0091011286] Socket close event received\n2025-08-01 04:34:34.716 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51754 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:35:34.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:35:34.684 [info] [command][91124d33-2d00-450b-a790-534ef7de4cbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""91124d33-2d00-450b-a790-534ef7de4cbb""}\n2025-08-01 04:35:34.685 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e9af1ffc-3f5b-4942-9ba0-24d2c0cb9bbe] received connection request\n2025-08-01 04:35:34.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:35:34.727 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9af1ffc-3f5b-4942-9ba0-24d2c0cb9bbe] socks forwarding established\n2025-08-01 04:35:34.774 [info] [command][91124d33-2d00-450b-a790-534ef7de4cbb] Process exited with code 0\n2025-08-01 04:35:34.774 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9af1ffc-3f5b-4942-9ba0-24d2c0cb9bbe] socks connection closed\n2025-08-01 04:35:34.774 [info] [command][91124d33-2d00-450b-a790-534ef7de4cbb] Socket close event received\n2025-08-01 04:35:34.814 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51781 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:36:34.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:36:34.778 [info] [command][40dfad60-6863-4356-bcc1-589fcca1ed8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""40dfad60-6863-4356-bcc1-589fcca1ed8b""}\n2025-08-01 04:36:34.780 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8e7fa154-ccd5-48c0-932a-a72fd8cbf0ef] received connection request\n2025-08-01 04:36:34.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:36:34.821 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8e7fa154-ccd5-48c0-932a-a72fd8cbf0ef] socks forwarding established\n2025-08-01 04:36:34.866 [info] [command][40dfad60-6863-4356-bcc1-589fcca1ed8b] Process exited with code 0\n2025-08-01 04:36:34.866 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8e7fa154-ccd5-48c0-932a-a72fd8cbf0ef] socks connection closed\n2025-08-01 04:36:34.866 [info] [command][40dfad60-6863-4356-bcc1-589fcca1ed8b] Socket close event received\n2025-08-01 04:36:34.907 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51799 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:37:34.868 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:37:34.870 [info] [command][5d2992f2-73b0-484c-8751-5ae8450898f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5d2992f2-73b0-484c-8751-5ae8450898f3""}\n2025-08-01 04:37:34.871 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][02a470b7-bf7e-40a7-bc89-241c5fc9d045] received connection request\n2025-08-01 04:37:34.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:37:34.917 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02a470b7-bf7e-40a7-bc89-241c5fc9d045] socks forwarding established\n2025-08-01 04:37:34.961 [info] [command][5d2992f2-73b0-484c-8751-5ae8450898f3] Process exited with code 0\n2025-08-01 04:37:34.962 [info] [command][5d2992f2-73b0-484c-8751-5ae8450898f3] Socket close event received\n2025-08-01 04:37:34.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02a470b7-bf7e-40a7-bc89-241c5fc9d045] socks connection closed\n2025-08-01 04:37:35.075 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51834 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:38:34.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:38:34.972 [info] [command][cb0a17da-3f60-4c7d-845f-452011356a2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cb0a17da-3f60-4c7d-845f-452011356a2a""}\n2025-08-01 04:38:34.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c04b7ffa-1573-4193-bbca-fdd136f506ab] received connection request\n2025-08-01 04:38:34.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:38:35.023 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c04b7ffa-1573-4193-bbca-fdd136f506ab] socks forwarding established\n2025-08-01 04:38:35.066 [info] [command][cb0a17da-3f60-4c7d-845f-452011356a2a] Process exited with code 0\n2025-08-01 04:38:35.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c04b7ffa-1573-4193-bbca-fdd136f506ab] socks connection closed\n2025-08-01 04:38:35.067 [info] [command][cb0a17da-3f60-4c7d-845f-452011356a2a] Socket close event received\n2025-08-01 04:38:35.110 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:39:35.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:39:35.079 [info] [command][247c7c0f-df5b-42d5-ae81-f64c801397b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""247c7c0f-df5b-42d5-ae81-f64c801397b6""}\n2025-08-01 04:39:35.080 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c89c208-091a-486b-afde-627f9b260e9b] received connection request\n2025-08-01 04:39:35.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:39:35.127 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c89c208-091a-486b-afde-627f9b260e9b] socks forwarding established\n2025-08-01 04:39:35.171 [info] [command][247c7c0f-df5b-42d5-ae81-f64c801397b6] Process exited with code 0\n2025-08-01 04:39:35.171 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c89c208-091a-486b-afde-627f9b260e9b] socks connection closed\n2025-08-01 04:39:35.171 [info] [command][247c7c0f-df5b-42d5-ae81-f64c801397b6] Socket close event received\n2025-08-01 04:39:35.210 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51909 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:40:35.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:40:35.174 [info] [command][56780472-ede0-49d3-9be1-ee5b5ba1ec1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""56780472-ede0-49d3-9be1-ee5b5ba1ec1b""}\n2025-08-01 04:40:35.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8d76f2af-2c05-46ae-bbf6-875143383e44] received connection request\n2025-08-01 04:40:35.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:40:35.221 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8d76f2af-2c05-46ae-bbf6-875143383e44] socks forwarding established\n2025-08-01 04:40:35.266 [info] [command][56780472-ede0-49d3-9be1-ee5b5ba1ec1b] Process exited with code 0\n2025-08-01 04:40:35.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8d76f2af-2c05-46ae-bbf6-875143383e44] socks connection closed\n2025-08-01 04:40:35.266 [info] [command][56780472-ede0-49d3-9be1-ee5b5ba1ec1b] Socket close event received\n2025-08-01 04:40:35.307 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:41:35.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:41:35.278 [info] [command][312383bf-dc0d-4180-99e5-b67cfd55a994] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""312383bf-dc0d-4180-99e5-b67cfd55a994""}\n2025-08-01 04:41:35.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8cf35544-cf11-4bbe-a58b-2d4f8e216280] received connection request\n2025-08-01 04:41:35.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:41:35.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cf35544-cf11-4bbe-a58b-2d4f8e216280] socks forwarding established\n2025-08-01 04:41:35.368 [info] [command][312383bf-dc0d-4180-99e5-b67cfd55a994] Process exited with code 0\n2025-08-01 04:41:35.368 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cf35544-cf11-4bbe-a58b-2d4f8e216280] socks connection closed\n2025-08-01 04:41:35.368 [info] [command][312383bf-dc0d-4180-99e5-b67cfd55a994] Socket close event received\n2025-08-01 04:41:35.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51964 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:42:35.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:42:35.372 [info] [command][b0850278-e2e2-4946-9191-3362342f98fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0850278-e2e2-4946-9191-3362342f98fc""}\n2025-08-01 04:42:35.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c65ddad0-ad5e-49ba-be7c-7123cb627559] received connection request\n2025-08-01 04:42:35.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:42:35.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c65ddad0-ad5e-49ba-be7c-7123cb627559] socks forwarding established\n2025-08-01 04:42:35.467 [info] [command][b0850278-e2e2-4946-9191-3362342f98fc] Process exited with code 0\n2025-08-01 04:42:35.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c65ddad0-ad5e-49ba-be7c-7123cb627559] socks connection closed\n2025-08-01 04:42:35.467 [info] [command][b0850278-e2e2-4946-9191-3362342f98fc] Socket close event received\n2025-08-01 04:42:35.526 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51996 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:43:35.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:43:35.479 [info] [command][ce237072-9aaf-4608-8f34-7773dcce2fae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ce237072-9aaf-4608-8f34-7773dcce2fae""}\n2025-08-01 04:43:35.480 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][588d3f80-a747-4531-8185-3905e428c556] received connection request\n2025-08-01 04:43:35.481 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:43:35.527 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][588d3f80-a747-4531-8185-3905e428c556] socks forwarding established\n2025-08-01 04:43:35.572 [info] [command][ce237072-9aaf-4608-8f34-7773dcce2fae] Process exited with code 0\n2025-08-01 04:43:35.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][588d3f80-a747-4531-8185-3905e428c556] socks connection closed\n2025-08-01 04:43:35.573 [info] [command][ce237072-9aaf-4608-8f34-7773dcce2fae] Socket close event received\n2025-08-01 04:43:35.612 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52029 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:44:35.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:44:35.576 [info] [command][4c15df02-12c5-48f4-99a2-2d388e1ebd3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c15df02-12c5-48f4-99a2-2d388e1ebd3b""}\n2025-08-01 04:44:35.576 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][663f819e-0299-4677-8535-cbca5f569eb0] received connection request\n2025-08-01 04:44:35.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:44:35.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][663f819e-0299-4677-8535-cbca5f569eb0] socks forwarding established\n2025-08-01 04:44:35.663 [info] [command][4c15df02-12c5-48f4-99a2-2d388e1ebd3b] Process exited with code 0\n2025-08-01 04:44:35.663 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][663f819e-0299-4677-8535-cbca5f569eb0] socks connection closed\n2025-08-01 04:44:35.663 [info] [command][4c15df02-12c5-48f4-99a2-2d388e1ebd3b] Socket close event received\n2025-08-01 04:44:35.708 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52043 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:45:35.670 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:45:35.673 [info] [command][351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0""}\n2025-08-01 04:45:35.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][35860032-4e58-408f-920e-e101ea66d2a9] received connection request\n2025-08-01 04:45:35.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:45:35.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35860032-4e58-408f-920e-e101ea66d2a9] socks forwarding established\n2025-08-01 04:45:35.763 [info] [command][351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0] Process exited with code 0\n2025-08-01 04:45:35.764 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35860032-4e58-408f-920e-e101ea66d2a9] socks connection closed\n2025-08-01 04:45:35.764 [info] [command][351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0] Socket close event received\n2025-08-01 04:45:35.803 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52058 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:46:35.774 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:46:35.776 [info] [command][f0a0aa70-4568-4026-abca-548d3d57342c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f0a0aa70-4568-4026-abca-548d3d57342c""}\n2025-08-01 04:46:35.777 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8ee6917c-2631-4ab5-9803-9a73ce65e46f] received connection request\n2025-08-01 04:46:35.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:46:35.826 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ee6917c-2631-4ab5-9803-9a73ce65e46f] socks forwarding established\n2025-08-01 04:46:35.873 [info] [command][f0a0aa70-4568-4026-abca-548d3d57342c] Process exited with code 0\n2025-08-01 04:46:35.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ee6917c-2631-4ab5-9803-9a73ce65e46f] socks connection closed\n2025-08-01 04:46:35.874 [info] [command][f0a0aa70-4568-4026-abca-548d3d57342c] Socket close event received\n2025-08-01 04:46:35.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52073 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:47:35.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:47:35.888 [info] [command][19668027-bc4e-455f-b93a-52a3e25a6235] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""19668027-bc4e-455f-b93a-52a3e25a6235""}\n2025-08-01 04:47:35.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9995f2f7-614a-4efb-8efc-77d9914ffeed] received connection request\n2025-08-01 04:47:35.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:47:35.931 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9995f2f7-614a-4efb-8efc-77d9914ffeed] socks forwarding established\n2025-08-01 04:47:35.973 [info] [command][19668027-bc4e-455f-b93a-52a3e25a6235] Process exited with code 0\n2025-08-01 04:47:35.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9995f2f7-614a-4efb-8efc-77d9914ffeed] socks connection closed\n2025-08-01 04:47:35.974 [info] [command][19668027-bc4e-455f-b93a-52a3e25a6235] Socket close event received\n2025-08-01 04:47:36.014 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52102 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:48:35.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:48:35.984 [info] [command][fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d""}\n2025-08-01 04:48:35.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9fa486e8-898d-458a-9c8e-542f91cce995] received connection request\n2025-08-01 04:48:35.985 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:48:36.032 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fa486e8-898d-458a-9c8e-542f91cce995] socks forwarding established\n2025-08-01 04:48:36.078 [info] [command][fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d] Process exited with code 0\n2025-08-01 04:48:36.078 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fa486e8-898d-458a-9c8e-542f91cce995] socks connection closed\n2025-08-01 04:48:36.078 [info] [command][fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d] Socket close event received\n2025-08-01 04:48:36.119 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52135 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:49:36.081 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:49:36.083 [info] [command][8510be3a-9450-41ac-a81d-62e6466395b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8510be3a-9450-41ac-a81d-62e6466395b1""}\n2025-08-01 04:49:36.083 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b0acc4b8-e90c-4181-a63b-54471056858c] received connection request\n2025-08-01 04:49:36.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:49:36.126 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0acc4b8-e90c-4181-a63b-54471056858c] socks forwarding established\n2025-08-01 04:49:36.171 [info] [command][8510be3a-9450-41ac-a81d-62e6466395b1] Process exited with code 0\n2025-08-01 04:49:36.171 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0acc4b8-e90c-4181-a63b-54471056858c] socks connection closed\n2025-08-01 04:49:36.171 [info] [command][8510be3a-9450-41ac-a81d-62e6466395b1] Socket close event received\n2025-08-01 04:49:36.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52154 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:50:36.175 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:50:36.177 [info] [command][15b754c2-ea1e-4495-b4c5-e7df9ac197d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15b754c2-ea1e-4495-b4c5-e7df9ac197d9""}\n2025-08-01 04:50:36.178 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][470e05fc-fddf-4330-b285-c87f33c42f95] received connection request\n2025-08-01 04:50:36.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:50:36.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][470e05fc-fddf-4330-b285-c87f33c42f95] socks forwarding established\n2025-08-01 04:50:36.268 [info] [command][15b754c2-ea1e-4495-b4c5-e7df9ac197d9] Process exited with code 0\n2025-08-01 04:50:36.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][470e05fc-fddf-4330-b285-c87f33c42f95] socks connection closed\n2025-08-01 04:50:36.269 [info] [command][15b754c2-ea1e-4495-b4c5-e7df9ac197d9] Socket close event received\n2025-08-01 04:50:36.310 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52185 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:51:36.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:51:36.275 [info] [command][91bc4744-b350-45ce-bc71-b1cc72f2b5b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""91bc4744-b350-45ce-bc71-b1cc72f2b5b3""}\n2025-08-01 04:51:36.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f5cb0a0d-6903-4527-8de1-f659a64d3f97] received connection request\n2025-08-01 04:51:36.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:51:36.337 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5cb0a0d-6903-4527-8de1-f659a64d3f97] socks forwarding established\n2025-08-01 04:51:36.404 [info] [command][91bc4744-b350-45ce-bc71-b1cc72f2b5b3] Process exited with code 0\n2025-08-01 04:51:36.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5cb0a0d-6903-4527-8de1-f659a64d3f97] socks connection closed\n2025-08-01 04:51:36.405 [info] [command][91bc4744-b350-45ce-bc71-b1cc72f2b5b3] Socket close event received\n2025-08-01 04:51:36.448 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:52:36.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:52:36.417 [info] [command][6f71e77c-e778-40bf-9d90-8d46a9bbf0b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f71e77c-e778-40bf-9d90-8d46a9bbf0b6""}\n2025-08-01 04:52:36.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][711e2a83-0e68-43bb-9a57-9e001a5ba98a] received connection request\n2025-08-01 04:52:36.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:52:36.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][711e2a83-0e68-43bb-9a57-9e001a5ba98a] socks forwarding established\n2025-08-01 04:52:36.507 [info] [command][6f71e77c-e778-40bf-9d90-8d46a9bbf0b6] Process exited with code 0\n2025-08-01 04:52:36.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][711e2a83-0e68-43bb-9a57-9e001a5ba98a] socks connection closed\n2025-08-01 04:52:36.507 [info] [command][6f71e77c-e778-40bf-9d90-8d46a9bbf0b6] Socket close event received\n2025-08-01 04:52:36.547 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52231 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:53:36.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:53:36.514 [info] [command][64639167-68fb-40aa-a42d-a5d500dcf6cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""64639167-68fb-40aa-a42d-a5d500dcf6cf""}\n2025-08-01 04:53:36.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][78087c6b-d937-4bef-be24-1e02ecce8499] received connection request\n2025-08-01 04:53:36.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:53:36.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78087c6b-d937-4bef-be24-1e02ecce8499] socks forwarding established\n2025-08-01 04:53:36.607 [info] [command][64639167-68fb-40aa-a42d-a5d500dcf6cf] Process exited with code 0\n2025-08-01 04:53:36.607 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78087c6b-d937-4bef-be24-1e02ecce8499] socks connection closed\n2025-08-01 04:53:36.608 [info] [command][64639167-68fb-40aa-a42d-a5d500dcf6cf] Socket close event received\n2025-08-01 04:53:36.648 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:54:36.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:54:36.609 [info] [command][eb345ce7-d9f5-41ea-af00-50e8ed1fb248] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eb345ce7-d9f5-41ea-af00-50e8ed1fb248""}\n2025-08-01 04:54:36.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9df1397e-d1d1-45fa-8195-68d5995c55e8] received connection request\n2025-08-01 04:54:36.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:54:36.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9df1397e-d1d1-45fa-8195-68d5995c55e8] socks forwarding established\n2025-08-01 04:54:36.698 [info] [command][eb345ce7-d9f5-41ea-af00-50e8ed1fb248] Process exited with code 0\n2025-08-01 04:54:36.698 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9df1397e-d1d1-45fa-8195-68d5995c55e8] socks connection closed\n2025-08-01 04:54:36.698 [info] [command][eb345ce7-d9f5-41ea-af00-50e8ed1fb248] Socket close event received\n2025-08-01 04:54:36.741 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52290 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:55:36.708 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:55:36.710 [info] [command][6f8e43d1-6522-47b0-8ec8-f5da9555d90c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f8e43d1-6522-47b0-8ec8-f5da9555d90c""}\n2025-08-01 04:55:36.711 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][94ab9e64-998e-48d3-981e-fd035656f92e] received connection request\n2025-08-01 04:55:36.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:55:36.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][94ab9e64-998e-48d3-981e-fd035656f92e] socks forwarding established\n2025-08-01 04:55:36.895 [info] [command][6f8e43d1-6522-47b0-8ec8-f5da9555d90c] Process exited with code 0\n2025-08-01 04:55:36.895 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][94ab9e64-998e-48d3-981e-fd035656f92e] socks connection closed\n2025-08-01 04:55:36.895 [info] [command][6f8e43d1-6522-47b0-8ec8-f5da9555d90c] Socket close event received\n2025-08-01 04:55:36.934 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52305 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:56:36.897 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:56:36.898 [info] [command][67ff9617-4e07-40da-8d87-1439f616e206] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""67ff9617-4e07-40da-8d87-1439f616e206""}\n2025-08-01 04:56:36.899 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][811c8691-8673-4f31-aa3f-a479a003d02b] received connection request\n2025-08-01 04:56:36.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:56:37.137 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][811c8691-8673-4f31-aa3f-a479a003d02b] socks forwarding established\n2025-08-01 04:56:37.180 [info] [command][67ff9617-4e07-40da-8d87-1439f616e206] Process exited with code 0\n2025-08-01 04:56:37.180 [info] [command][67ff9617-4e07-40da-8d87-1439f616e206] Socket close event received\n2025-08-01 04:56:37.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][811c8691-8673-4f31-aa3f-a479a003d02b] socks connection closed\n2025-08-01 04:56:37.221 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52322 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:57:37.188 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:57:37.190 [info] [command][384da10a-bf0d-43de-a453-4133fc826cf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""384da10a-bf0d-43de-a453-4133fc826cf0""}\n2025-08-01 04:57:37.191 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d786cde1-741b-4c75-a27f-4ad18a74de73] received connection request\n2025-08-01 04:57:37.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:57:37.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d786cde1-741b-4c75-a27f-4ad18a74de73] socks forwarding established\n2025-08-01 04:57:37.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d786cde1-741b-4c75-a27f-4ad18a74de73] socks connection closed\n2025-08-01 04:57:37.283 [info] [command][384da10a-bf0d-43de-a453-4133fc826cf0] Process exited with code 0\n2025-08-01 04:57:37.283 [info] [command][384da10a-bf0d-43de-a453-4133fc826cf0] Socket close event received\n2025-08-01 04:57:37.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52350 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:58:37.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:58:37.292 [info] [command][b373b7b6-b97e-4bc0-8af2-d7e956a3addc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b373b7b6-b97e-4bc0-8af2-d7e956a3addc""}\n2025-08-01 04:58:37.292 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6052775b-3fbd-4d94-a109-fd514d7cf108] received connection request\n2025-08-01 04:58:37.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:58:37.343 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6052775b-3fbd-4d94-a109-fd514d7cf108] socks forwarding established\n2025-08-01 04:58:37.388 [info] [command][b373b7b6-b97e-4bc0-8af2-d7e956a3addc] Process exited with code 0\n2025-08-01 04:58:37.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6052775b-3fbd-4d94-a109-fd514d7cf108] socks connection closed\n2025-08-01 04:58:37.388 [info] [command][b373b7b6-b97e-4bc0-8af2-d7e956a3addc] Socket close event received\n2025-08-01 04:58:37.429 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52387 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:59:37.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:59:37.400 [info] [command][625a7c6a-9893-4f2f-82cc-a9b352057c7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""625a7c6a-9893-4f2f-82cc-a9b352057c7b""}\n2025-08-01 04:59:37.400 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][58ab5b22-7ab8-49e3-a9de-64090e5609b8] received connection request\n2025-08-01 04:59:37.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 04:59:37.401 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:59:37.443 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58ab5b22-7ab8-49e3-a9de-64090e5609b8] socks forwarding established\n2025-08-01 04:59:37.488 [info] [command][625a7c6a-9893-4f2f-82cc-a9b352057c7b] Process exited with code 0\n2025-08-01 04:59:37.488 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58ab5b22-7ab8-49e3-a9de-64090e5609b8] socks connection closed\n2025-08-01 04:59:37.489 [info] [command][625a7c6a-9893-4f2f-82cc-a9b352057c7b] Socket close event received\n2025-08-01 04:59:37.526 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52424 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:00:37.490 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:00:37.491 [info] [command][549f6657-1482-4f8f-b948-436770ee210b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""549f6657-1482-4f8f-b948-436770ee210b""}\n2025-08-01 05:00:37.492 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][83560d48-e959-48fa-83f0-2762f00b7b8c] received connection request\n2025-08-01 05:00:37.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:00:37.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83560d48-e959-48fa-83f0-2762f00b7b8c] socks forwarding established\n2025-08-01 05:00:37.659 [info] [command][549f6657-1482-4f8f-b948-436770ee210b] Process exited with code 0\n2025-08-01 05:00:37.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83560d48-e959-48fa-83f0-2762f00b7b8c] socks connection closed\n2025-08-01 05:00:37.660 [info] [command][549f6657-1482-4f8f-b948-436770ee210b] Socket close event received\n2025-08-01 05:00:37.699 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52435 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:01:37.669 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:01:37.672 [info] [command][5c4fdb94-2842-4d0e-8847-686c7b2f0d29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5c4fdb94-2842-4d0e-8847-686c7b2f0d29""}\n2025-08-01 05:01:37.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][423d7240-e273-4fc3-8ab3-df490d89f5a9] received connection request\n2025-08-01 05:01:37.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:01:37.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423d7240-e273-4fc3-8ab3-df490d89f5a9] socks forwarding established\n2025-08-01 05:01:37.845 [info] [command][5c4fdb94-2842-4d0e-8847-686c7b2f0d29] Process exited with code 0\n2025-08-01 05:01:37.845 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423d7240-e273-4fc3-8ab3-df490d89f5a9] socks connection closed\n2025-08-01 05:01:37.845 [info] [command][5c4fdb94-2842-4d0e-8847-686c7b2f0d29] Socket close event received\n2025-08-01 05:01:37.912 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52449 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:02:37.855 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:02:37.857 [info] [command][8ed45284-7d14-4a7a-82af-fbeeb2943a41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8ed45284-7d14-4a7a-82af-fbeeb2943a41""}\n2025-08-01 05:02:37.858 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b73d4f36-bbac-4bac-a4d2-3cb8d19ddf35] received connection request\n2025-08-01 05:02:37.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:02:37.901 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b73d4f36-bbac-4bac-a4d2-3cb8d19ddf35] socks forwarding established\n2025-08-01 05:02:37.945 [info] [command][8ed45284-7d14-4a7a-82af-fbeeb2943a41] Process exited with code 0\n2025-08-01 05:02:37.946 [info] [command][8ed45284-7d14-4a7a-82af-fbeeb2943a41] Socket close event received\n2025-08-01 05:02:37.946 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b73d4f36-bbac-4bac-a4d2-3cb8d19ddf35] socks connection closed\n2025-08-01 05:02:37.986 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52475 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:03:37.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:03:37.951 [info] [command][06df7cb5-c38a-4673-8aff-f04c6ee10b83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""06df7cb5-c38a-4673-8aff-f04c6ee10b83""}\n2025-08-01 05:03:37.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][43d0dc52-b721-4c46-b5dd-ae641eacdeac] received connection request\n2025-08-01 05:03:37.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:03:37.993 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][43d0dc52-b721-4c46-b5dd-ae641eacdeac] socks forwarding established\n2025-08-01 05:03:38.036 [info] [command][06df7cb5-c38a-4673-8aff-f04c6ee10b83] Process exited with code 0\n2025-08-01 05:03:38.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][43d0dc52-b721-4c46-b5dd-ae641eacdeac] socks connection closed\n2025-08-01 05:03:38.036 [info] [command][06df7cb5-c38a-4673-8aff-f04c6ee10b83] Socket close event received\n2025-08-01 05:03:38.076 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52503 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:04:38.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:04:38.047 [info] [command][9b6a55f0-4adf-4309-9a2d-082e0455825c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9b6a55f0-4adf-4309-9a2d-082e0455825c""}\n2025-08-01 05:04:38.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3544434b-0ae2-4a42-8314-854e213e651f] received connection request\n2025-08-01 05:04:38.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:04:38.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3544434b-0ae2-4a42-8314-854e213e651f] socks forwarding established\n2025-08-01 05:04:38.140 [info] [command][9b6a55f0-4adf-4309-9a2d-082e0455825c] Process exited with code 0\n2025-08-01 05:04:38.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3544434b-0ae2-4a42-8314-854e213e651f] socks connection closed\n2025-08-01 05:04:38.140 [info] [command][9b6a55f0-4adf-4309-9a2d-082e0455825c] Socket close event received\n2025-08-01 05:04:38.179 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52518 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:05:38.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:05:38.146 [info] [command][e38d5f29-000c-4929-bb1d-6ff0d0f001b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e38d5f29-000c-4929-bb1d-6ff0d0f001b0""}\n2025-08-01 05:05:38.147 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e4004446-a36e-448d-acd2-d4b116a0e766] received connection request\n2025-08-01 05:05:38.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:05:38.194 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4004446-a36e-448d-acd2-d4b116a0e766] socks forwarding established\n2025-08-01 05:05:38.240 [info] [command][e38d5f29-000c-4929-bb1d-6ff0d0f001b0] Process exited with code 0\n2025-08-01 05:05:38.240 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4004446-a36e-448d-acd2-d4b116a0e766] socks connection closed\n2025-08-01 05:05:38.240 [info] [command][e38d5f29-000c-4929-bb1d-6ff0d0f001b0] Socket close event received\n2025-08-01 05:05:38.301 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52528 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:06:38.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:06:38.252 [info] [command][cf624e41-1db3-4c20-bfd3-92faa3a2c38f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cf624e41-1db3-4c20-bfd3-92faa3a2c38f""}\n2025-08-01 05:06:38.252 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e278f3c3-1083-4359-90a0-9f482aa3efab] received connection request\n2025-08-01 05:06:38.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:06:38.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e278f3c3-1083-4359-90a0-9f482aa3efab] socks forwarding established\n2025-08-01 05:06:38.343 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e278f3c3-1083-4359-90a0-9f482aa3efab] socks connection closed\n2025-08-01 05:06:38.344 [info] [command][cf624e41-1db3-4c20-bfd3-92faa3a2c38f] Process exited with code 0\n2025-08-01 05:06:38.344 [info] [command][cf624e41-1db3-4c20-bfd3-92faa3a2c38f] Socket close event received\n2025-08-01 05:06:38.387 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52546 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:07:38.348 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:07:38.350 [info] [command][6763ea22-31c1-4c56-b7d0-5412a2380574] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6763ea22-31c1-4c56-b7d0-5412a2380574""}\n2025-08-01 05:07:38.350 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d05537d9-d482-4c9a-930b-df11cb5e0df5] received connection request\n2025-08-01 05:07:38.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:07:38.398 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d05537d9-d482-4c9a-930b-df11cb5e0df5] socks forwarding established\n2025-08-01 05:07:38.443 [info] [command][6763ea22-31c1-4c56-b7d0-5412a2380574] Process exited with code 0\n2025-08-01 05:07:38.443 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d05537d9-d482-4c9a-930b-df11cb5e0df5] socks connection closed\n2025-08-01 05:07:38.444 [info] [command][6763ea22-31c1-4c56-b7d0-5412a2380574] Socket close event received\n2025-08-01 05:07:38.485 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52579 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:08:38.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:08:38.454 [info] [command][13815b9a-5a83-44c5-9fba-e763ff511717] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""13815b9a-5a83-44c5-9fba-e763ff511717""}\n2025-08-01 05:08:38.455 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6141434a-63b6-455a-a17b-4fa0b08965ea] received connection request\n2025-08-01 05:08:38.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:08:38.508 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6141434a-63b6-455a-a17b-4fa0b08965ea] socks forwarding established\n2025-08-01 05:08:38.552 [info] [command][13815b9a-5a83-44c5-9fba-e763ff511717] Process exited with code 0\n2025-08-01 05:08:38.552 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6141434a-63b6-455a-a17b-4fa0b08965ea] socks connection closed\n2025-08-01 05:08:38.552 [info] [command][13815b9a-5a83-44c5-9fba-e763ff511717] Socket close event received\n2025-08-01 05:08:38.591 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52615 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:09:38.562 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:09:38.563 [info] [command][e29deaba-6beb-4df2-b0c0-95ce677e36a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e29deaba-6beb-4df2-b0c0-95ce677e36a1""}\n2025-08-01 05:09:38.564 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0fca61fa-2ed7-4245-a247-83f255b8c0e4] received connection request\n2025-08-01 05:09:38.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:09:38.613 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fca61fa-2ed7-4245-a247-83f255b8c0e4] socks forwarding established\n2025-08-01 05:09:38.657 [info] [command][e29deaba-6beb-4df2-b0c0-95ce677e36a1] Process exited with code 0\n2025-08-01 05:09:38.657 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fca61fa-2ed7-4245-a247-83f255b8c0e4] socks connection closed\n2025-08-01 05:09:38.657 [info] [command][e29deaba-6beb-4df2-b0c0-95ce677e36a1] Socket close event received\n2025-08-01 05:09:38.695 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52631 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:10:38.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:10:38.669 [info] [command][40cb3b19-147a-42d7-81e1-d9a7036e1a56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""40cb3b19-147a-42d7-81e1-d9a7036e1a56""}\n2025-08-01 05:10:38.670 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6807f352-af88-4a41-82a3-4dc16539401f] received connection request\n2025-08-01 05:10:38.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:10:38.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6807f352-af88-4a41-82a3-4dc16539401f] socks forwarding established\n2025-08-01 05:10:38.819 [info] [command][40cb3b19-147a-42d7-81e1-d9a7036e1a56] Process exited with code 0\n2025-08-01 05:10:38.820 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6807f352-af88-4a41-82a3-4dc16539401f] socks connection closed\n2025-08-01 05:10:38.820 [info] [command][40cb3b19-147a-42d7-81e1-d9a7036e1a56] Socket close event received\n2025-08-01 05:10:38.884 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52646 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:11:38.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:11:38.823 [info] [command][a06cc21c-596b-4947-9990-544150e9f3c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a06cc21c-596b-4947-9990-544150e9f3c1""}\n2025-08-01 05:11:38.823 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1716ddac-d2cc-43c5-9a5a-b8966349d320] received connection request\n2025-08-01 05:11:38.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:11:38.870 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1716ddac-d2cc-43c5-9a5a-b8966349d320] socks forwarding established\n2025-08-01 05:11:38.916 [info] [command][a06cc21c-596b-4947-9990-544150e9f3c1] Process exited with code 0\n2025-08-01 05:11:38.916 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1716ddac-d2cc-43c5-9a5a-b8966349d320] socks connection closed\n2025-08-01 05:11:38.916 [info] [command][a06cc21c-596b-4947-9990-544150e9f3c1] Socket close event received\n2025-08-01 05:11:38.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52666 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:12:38.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:12:38.918 [info] [command][34a21c62-82d4-4e09-98e4-00a3fb7ced49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""34a21c62-82d4-4e09-98e4-00a3fb7ced49""}\n2025-08-01 05:12:38.919 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][622320f5-20be-4117-b4d2-3024caf5f364] received connection request\n2025-08-01 05:12:38.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:12:38.968 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][622320f5-20be-4117-b4d2-3024caf5f364] socks forwarding established\n2025-08-01 05:12:39.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][622320f5-20be-4117-b4d2-3024caf5f364] socks connection closed\n2025-08-01 05:12:39.014 [info] [command][34a21c62-82d4-4e09-98e4-00a3fb7ced49] Process exited with code 0\n2025-08-01 05:12:39.014 [info] [command][34a21c62-82d4-4e09-98e4-00a3fb7ced49] Socket close event received\n2025-08-01 05:12:39.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52694 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:13:39.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:13:39.026 [info] [command][38ff3dc4-b518-4ef3-95ca-059874da87df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""38ff3dc4-b518-4ef3-95ca-059874da87df""}\n2025-08-01 05:13:39.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8cdb0c9d-9b03-4768-973d-65787e7b56c8] received connection request\n2025-08-01 05:13:39.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:13:39.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cdb0c9d-9b03-4768-973d-65787e7b56c8] socks forwarding established\n2025-08-01 05:13:39.111 [info] [command][38ff3dc4-b518-4ef3-95ca-059874da87df] Process exited with code 0\n2025-08-01 05:13:39.111 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cdb0c9d-9b03-4768-973d-65787e7b56c8] socks connection closed\n2025-08-01 05:13:39.111 [info] [command][38ff3dc4-b518-4ef3-95ca-059874da87df] Socket close event received\n2025-08-01 05:13:39.151 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52739 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:14:39.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:14:39.119 [info] [command][be235913-6e0e-4632-838c-1f72bcf67783] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""be235913-6e0e-4632-838c-1f72bcf67783""}\n2025-08-01 05:14:39.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e60852a0-9c30-4e57-af36-ae99c33c63d8] received connection request\n2025-08-01 05:14:39.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:14:39.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e60852a0-9c30-4e57-af36-ae99c33c63d8] socks forwarding established\n2025-08-01 05:14:39.248 [info] [command][be235913-6e0e-4632-838c-1f72bcf67783] Process exited with code 0\n2025-08-01 05:14:39.248 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e60852a0-9c30-4e57-af36-ae99c33c63d8] socks connection closed\n2025-08-01 05:14:39.248 [info] [command][be235913-6e0e-4632-838c-1f72bcf67783] Socket close event received\n2025-08-01 05:14:39.290 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52754 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:15:39.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:15:39.260 [info] [command][c904c16d-c545-4894-9084-841bce26b98a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c904c16d-c545-4894-9084-841bce26b98a""}\n2025-08-01 05:15:39.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13824036-c953-4ebf-80c2-b83e53b8b6b8] received connection request\n2025-08-01 05:15:39.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:15:39.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13824036-c953-4ebf-80c2-b83e53b8b6b8] socks forwarding established\n2025-08-01 05:15:39.480 [info] [command][c904c16d-c545-4894-9084-841bce26b98a] Process exited with code 0\n2025-08-01 05:15:39.480 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13824036-c953-4ebf-80c2-b83e53b8b6b8] socks connection closed\n2025-08-01 05:15:39.480 [info] [command][c904c16d-c545-4894-9084-841bce26b98a] Socket close event received\n2025-08-01 05:15:39.540 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52768 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:16:39.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:16:39.482 [info] [command][c65ccf6b-3f73-41c3-9269-d028652b351e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c65ccf6b-3f73-41c3-9269-d028652b351e""}\n2025-08-01 05:16:39.483 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f3f64b6b-7169-484a-aade-397a7472b8a5] received connection request\n2025-08-01 05:16:39.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:16:39.613 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3f64b6b-7169-484a-aade-397a7472b8a5] socks forwarding established\n2025-08-01 05:16:39.659 [info] [command][c65ccf6b-3f73-41c3-9269-d028652b351e] Process exited with code 0\n2025-08-01 05:16:39.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3f64b6b-7169-484a-aade-397a7472b8a5] socks connection closed\n2025-08-01 05:16:39.660 [info] [command][c65ccf6b-3f73-41c3-9269-d028652b351e] Socket close event received\n2025-08-01 05:16:39.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52784 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:17:39.671 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:17:39.673 [info] [command][6b8ec798-7c72-4a1c-826a-1aa50080c892] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6b8ec798-7c72-4a1c-826a-1aa50080c892""}\n2025-08-01 05:17:39.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f61185e2-775d-4d97-86fc-5ca985fecdba] received connection request\n2025-08-01 05:17:39.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:17:39.726 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f61185e2-775d-4d97-86fc-5ca985fecdba] socks forwarding established\n2025-08-01 05:17:39.771 [info] [command][6b8ec798-7c72-4a1c-826a-1aa50080c892] Process exited with code 0\n2025-08-01 05:17:39.771 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f61185e2-775d-4d97-86fc-5ca985fecdba] socks connection closed\n2025-08-01 05:17:39.771 [info] [command][6b8ec798-7c72-4a1c-826a-1aa50080c892] Socket close event received\n2025-08-01 05:17:39.811 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52819 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:18:39.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:18:39.781 [info] [command][e8c9ed72-3282-4bbb-a33e-494813bdeae8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e8c9ed72-3282-4bbb-a33e-494813bdeae8""}\n2025-08-01 05:18:39.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ebfb7d59-4433-4e50-8276-6e86f7dfbd77] received connection request\n2025-08-01 05:18:39.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:18:39.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebfb7d59-4433-4e50-8276-6e86f7dfbd77] socks forwarding established\n2025-08-01 05:18:39.874 [info] [command][e8c9ed72-3282-4bbb-a33e-494813bdeae8] Process exited with code 0\n2025-08-01 05:18:39.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebfb7d59-4433-4e50-8276-6e86f7dfbd77] socks connection closed\n2025-08-01 05:18:39.874 [info] [command][e8c9ed72-3282-4bbb-a33e-494813bdeae8] Socket close event received\n2025-08-01 05:18:39.918 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:19:39.885 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:19:39.887 [info] [command][b3679eaa-30c6-4c90-bd64-0532993661d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b3679eaa-30c6-4c90-bd64-0532993661d8""}\n2025-08-01 05:19:39.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d6e7d7cd-a5c4-48f1-91e9-eb5f005e70a6] received connection request\n2025-08-01 05:19:39.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:19:39.943 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6e7d7cd-a5c4-48f1-91e9-eb5f005e70a6] socks forwarding established\n2025-08-01 05:19:39.994 [info] [command][b3679eaa-30c6-4c90-bd64-0532993661d8] Process exited with code 0\n2025-08-01 05:19:39.994 [info] [command][b3679eaa-30c6-4c90-bd64-0532993661d8] Socket close event received\n2025-08-01 05:19:40.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6e7d7cd-a5c4-48f1-91e9-eb5f005e70a6] socks connection closed\n2025-08-01 05:19:40.034 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:20:39.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:20:39.998 [info] [command][89b2eeaa-c5db-4bcf-84a2-43fa25f51de5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""89b2eeaa-c5db-4bcf-84a2-43fa25f51de5""}\n2025-08-01 05:20:39.999 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c961a73-0406-42bf-8cf7-353584921fb9] received connection request\n2025-08-01 05:20:39.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:20:40.039 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c961a73-0406-42bf-8cf7-353584921fb9] socks forwarding established\n2025-08-01 05:20:40.083 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c961a73-0406-42bf-8cf7-353584921fb9] socks connection closed\n2025-08-01 05:20:40.083 [info] [command][89b2eeaa-c5db-4bcf-84a2-43fa25f51de5] Process exited with code 0\n2025-08-01 05:20:40.083 [info] [command][89b2eeaa-c5db-4bcf-84a2-43fa25f51de5] Socket close event received\n2025-08-01 05:20:40.124 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52899 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:21:40.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:21:40.089 [info] [command][26adaee6-4e45-4282-a9ba-d82ea83752a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""26adaee6-4e45-4282-a9ba-d82ea83752a9""}\n2025-08-01 05:21:40.089 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c6c27386-4e0a-4234-839e-e9c57c515d2b] received connection request\n2025-08-01 05:21:40.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:21:40.135 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c6c27386-4e0a-4234-839e-e9c57c515d2b] socks forwarding established\n2025-08-01 05:21:40.179 [info] [command][26adaee6-4e45-4282-a9ba-d82ea83752a9] Process exited with code 0\n2025-08-01 05:21:40.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c6c27386-4e0a-4234-839e-e9c57c515d2b] socks connection closed\n2025-08-01 05:21:40.180 [info] [command][26adaee6-4e45-4282-a9ba-d82ea83752a9] Socket close event received\n2025-08-01 05:21:40.221 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52934 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:22:40.186 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:22:40.187 [info] [command][aaaaa437-ba80-42d4-bab7-519d1a3b6a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aaaaa437-ba80-42d4-bab7-519d1a3b6a21""}\n2025-08-01 05:22:40.188 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bc052247-f68f-42e9-97f2-da9409527051] received connection request\n2025-08-01 05:22:40.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:22:40.233 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc052247-f68f-42e9-97f2-da9409527051] socks forwarding established\n2025-08-01 05:22:40.279 [info] [command][aaaaa437-ba80-42d4-bab7-519d1a3b6a21] Process exited with code 0\n2025-08-01 05:22:40.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc052247-f68f-42e9-97f2-da9409527051] socks connection closed\n2025-08-01 05:22:40.279 [info] [command][aaaaa437-ba80-42d4-bab7-519d1a3b6a21] Socket close event received\n2025-08-01 05:22:40.321 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52963 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:23:40.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:23:40.290 [info] [command][355c5a20-c838-4b98-8b29-8a7753dba2c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""355c5a20-c838-4b98-8b29-8a7753dba2c2""}\n2025-08-01 05:23:40.291 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db3bbd37-5811-4b7e-920d-f7ee30c04b96] received connection request\n2025-08-01 05:23:40.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:23:40.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db3bbd37-5811-4b7e-920d-f7ee30c04b96] socks forwarding established\n2025-08-01 05:23:40.379 [info] [command][355c5a20-c838-4b98-8b29-8a7753dba2c2] Process exited with code 0\n2025-08-01 05:23:40.380 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db3bbd37-5811-4b7e-920d-f7ee30c04b96] socks connection closed\n2025-08-01 05:23:40.380 [info] [command][355c5a20-c838-4b98-8b29-8a7753dba2c2] Socket close event received\n2025-08-01 05:23:40.420 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52994 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:24:40.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:24:40.391 [info] [command][0775c49d-0faa-4a53-8c6b-c485ea6c705b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0775c49d-0faa-4a53-8c6b-c485ea6c705b""}\n2025-08-01 05:24:40.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e05f21e9-69da-4e6e-b312-dd6bb7bf65bb] received connection request\n2025-08-01 05:24:40.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:24:40.487 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e05f21e9-69da-4e6e-b312-dd6bb7bf65bb] socks forwarding established\n2025-08-01 05:24:40.535 [info] [command][0775c49d-0faa-4a53-8c6b-c485ea6c705b] Process exited with code 0\n2025-08-01 05:24:40.535 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e05f21e9-69da-4e6e-b312-dd6bb7bf65bb] socks connection closed\n2025-08-01 05:24:40.535 [info] [command][0775c49d-0faa-4a53-8c6b-c485ea6c705b] Socket close event received\n2025-08-01 05:24:40.578 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53005 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:25:40.544 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:25:40.545 [info] [command][bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1""}\n2025-08-01 05:25:40.546 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][75fef7c3-d690-4974-a6ad-e66511efc3d3] received connection request\n2025-08-01 05:25:40.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:25:40.590 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][75fef7c3-d690-4974-a6ad-e66511efc3d3] socks forwarding established\n2025-08-01 05:25:40.636 [info] [command][bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1] Process exited with code 0\n2025-08-01 05:25:40.636 [info] [command][bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1] Socket close event received\n2025-08-01 05:25:40.637 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][75fef7c3-d690-4974-a6ad-e66511efc3d3] socks connection closed\n2025-08-01 05:25:40.680 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53021 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:26:40.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:26:40.640 [info] [command][96099374-192b-47e6-9504-51b36112ef5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""96099374-192b-47e6-9504-51b36112ef5b""}\n2025-08-01 05:26:40.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0f197b6a-65f7-4c1f-a18c-143746061fb8] received connection request\n2025-08-01 05:26:40.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:26:40.683 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f197b6a-65f7-4c1f-a18c-143746061fb8] socks forwarding established\n2025-08-01 05:26:40.727 [info] [command][96099374-192b-47e6-9504-51b36112ef5b] Process exited with code 0\n2025-08-01 05:26:40.728 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f197b6a-65f7-4c1f-a18c-143746061fb8] socks connection closed\n2025-08-01 05:26:40.728 [info] [command][96099374-192b-47e6-9504-51b36112ef5b] Socket close event received\n2025-08-01 05:26:40.768 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53041 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:27:40.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:27:40.731 [info] [command][7b88c9e6-586f-4be3-9864-819b935d7f1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7b88c9e6-586f-4be3-9864-819b935d7f1e""}\n2025-08-01 05:27:40.732 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ea076719-1025-4dc3-a7f3-967aacb1bc88] received connection request\n2025-08-01 05:27:40.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:27:40.776 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ea076719-1025-4dc3-a7f3-967aacb1bc88] socks forwarding established\n2025-08-01 05:27:40.823 [info] [command][7b88c9e6-586f-4be3-9864-819b935d7f1e] Process exited with code 0\n2025-08-01 05:27:40.823 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ea076719-1025-4dc3-a7f3-967aacb1bc88] socks connection closed\n2025-08-01 05:27:40.823 [info] [command][7b88c9e6-586f-4be3-9864-819b935d7f1e] Socket close event received\n2025-08-01 05:27:40.863 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53072 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:28:40.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:28:40.827 [info] [command][0446011e-6d4d-4b80-8078-97b5c3f1dfd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0446011e-6d4d-4b80-8078-97b5c3f1dfd4""}\n2025-08-01 05:28:40.828 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6c48d54c-e8b6-43ad-adee-0645c8593379] received connection request\n2025-08-01 05:28:40.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:28:40.877 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c48d54c-e8b6-43ad-adee-0645c8593379] socks forwarding established\n2025-08-01 05:28:40.922 [info] [command][0446011e-6d4d-4b80-8078-97b5c3f1dfd4] Process exited with code 0\n2025-08-01 05:28:40.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c48d54c-e8b6-43ad-adee-0645c8593379] socks connection closed\n2025-08-01 05:28:40.922 [info] [command][0446011e-6d4d-4b80-8078-97b5c3f1dfd4] Socket close event received\n2025-08-01 05:28:40.963 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53105 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:29:40.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:29:40.925 [info] [command][866ef53f-8d9e-43c8-9d84-fa199ca7d782] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""866ef53f-8d9e-43c8-9d84-fa199ca7d782""}\n2025-08-01 05:29:40.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c35dfa40-4687-4c59-87d7-ddf7c241e4b4] received connection request\n2025-08-01 05:29:40.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:29:40.969 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c35dfa40-4687-4c59-87d7-ddf7c241e4b4] socks forwarding established\n2025-08-01 05:29:41.015 [info] [command][866ef53f-8d9e-43c8-9d84-fa199ca7d782] Process exited with code 0\n2025-08-01 05:29:41.016 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c35dfa40-4687-4c59-87d7-ddf7c241e4b4] socks connection closed\n2025-08-01 05:29:41.016 [info] [command][866ef53f-8d9e-43c8-9d84-fa199ca7d782] Socket close event received\n2025-08-01 05:29:41.087 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:30:41.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:30:41.026 [info] [command][94835c6d-2c46-428d-86c4-1fc5a83c6a5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94835c6d-2c46-428d-86c4-1fc5a83c6a5e""}\n2025-08-01 05:30:41.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][93efc972-bd7d-4653-8226-5be4dc9d5511] received connection request\n2025-08-01 05:30:41.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:30:41.068 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93efc972-bd7d-4653-8226-5be4dc9d5511] socks forwarding established\n2025-08-01 05:30:41.113 [info] [command][94835c6d-2c46-428d-86c4-1fc5a83c6a5e] Process exited with code 0\n2025-08-01 05:30:41.113 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93efc972-bd7d-4653-8226-5be4dc9d5511] socks connection closed\n2025-08-01 05:30:41.114 [info] [command][94835c6d-2c46-428d-86c4-1fc5a83c6a5e] Socket close event received\n2025-08-01 05:30:41.153 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53139 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:31:41.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:31:41.117 [info] [command][1d68d735-9e31-485a-916c-7e745ea72979] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1d68d735-9e31-485a-916c-7e745ea72979""}\n2025-08-01 05:31:41.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e412d6b0-afba-4470-9669-53790edd5101] received connection request\n2025-08-01 05:31:41.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:31:41.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e412d6b0-afba-4470-9669-53790edd5101] socks forwarding established\n2025-08-01 05:31:41.275 [info] [command][1d68d735-9e31-485a-916c-7e745ea72979] Process exited with code 0\n2025-08-01 05:31:41.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e412d6b0-afba-4470-9669-53790edd5101] socks connection closed\n2025-08-01 05:31:41.275 [info] [command][1d68d735-9e31-485a-916c-7e745ea72979] Socket close event received\n2025-08-01 05:31:41.316 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53159 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:32:41.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:32:41.277 [info] [command][a05dcd40-3f71-43ba-a28a-fb735e581341] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a05dcd40-3f71-43ba-a28a-fb735e581341""}\n2025-08-01 05:32:41.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5eddbfd4-2f72-4644-9802-ad9ff8c6eba4] received connection request\n2025-08-01 05:32:41.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:32:41.327 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5eddbfd4-2f72-4644-9802-ad9ff8c6eba4] socks forwarding established\n2025-08-01 05:32:41.374 [info] [command][a05dcd40-3f71-43ba-a28a-fb735e581341] Process exited with code 0\n2025-08-01 05:32:41.374 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5eddbfd4-2f72-4644-9802-ad9ff8c6eba4] socks connection closed\n2025-08-01 05:32:41.374 [info] [command][a05dcd40-3f71-43ba-a28a-fb735e581341] Socket close event received\n2025-08-01 05:32:41.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53188 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:33:41.382 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:33:41.383 [info] [command][b8738cd7-9920-4204-8943-ca7126e493e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b8738cd7-9920-4204-8943-ca7126e493e8""}\n2025-08-01 05:33:41.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][651f45a1-887d-47f8-ac6f-723791cc2e07] received connection request\n2025-08-01 05:33:41.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:33:41.425 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][651f45a1-887d-47f8-ac6f-723791cc2e07] socks forwarding established\n2025-08-01 05:33:41.471 [info] [command][b8738cd7-9920-4204-8943-ca7126e493e8] Process exited with code 0\n2025-08-01 05:33:41.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][651f45a1-887d-47f8-ac6f-723791cc2e07] socks connection closed\n2025-08-01 05:33:41.471 [info] [command][b8738cd7-9920-4204-8943-ca7126e493e8] Socket close event received\n2025-08-01 05:33:41.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53222 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:34:41.471 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:34:41.473 [info] [command][65bf9c41-4a45-401f-aec0-5d0b58860f07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""65bf9c41-4a45-401f-aec0-5d0b58860f07""}\n2025-08-01 05:34:41.474 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a2618d53-cca2-48dd-bad9-27e6ef077b6a] received connection request\n2025-08-01 05:34:41.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:34:41.519 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2618d53-cca2-48dd-bad9-27e6ef077b6a] socks forwarding established\n2025-08-01 05:34:41.567 [info] [command][65bf9c41-4a45-401f-aec0-5d0b58860f07] Process exited with code 0\n2025-08-01 05:34:41.567 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2618d53-cca2-48dd-bad9-27e6ef077b6a] socks connection closed\n2025-08-01 05:34:41.567 [info] [command][65bf9c41-4a45-401f-aec0-5d0b58860f07] Socket close event received\n2025-08-01 05:34:41.624 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53238 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:35:41.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:35:41.576 [info] [command][836fd0cb-c7aa-4209-9da3-c7c8648a3d61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""836fd0cb-c7aa-4209-9da3-c7c8648a3d61""}\n2025-08-01 05:35:41.577 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][15994b84-0173-45c3-8dfe-49cde2a69d2a] received connection request\n2025-08-01 05:35:41.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:35:41.626 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15994b84-0173-45c3-8dfe-49cde2a69d2a] socks forwarding established\n2025-08-01 05:35:41.671 [info] [command][836fd0cb-c7aa-4209-9da3-c7c8648a3d61] Process exited with code 0\n2025-08-01 05:35:41.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15994b84-0173-45c3-8dfe-49cde2a69d2a] socks connection closed\n2025-08-01 05:35:41.671 [info] [command][836fd0cb-c7aa-4209-9da3-c7c8648a3d61] Socket close event received\n2025-08-01 05:35:41.713 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:36:41.681 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:36:41.682 [info] [command][1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e""}\n2025-08-01 05:36:41.683 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][277787f8-0263-4d13-9bf5-9161e0433e8f] received connection request\n2025-08-01 05:36:41.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:36:41.725 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][277787f8-0263-4d13-9bf5-9161e0433e8f] socks forwarding established\n2025-08-01 05:36:41.769 [info] [command][1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e] Process exited with code 0\n2025-08-01 05:36:41.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][277787f8-0263-4d13-9bf5-9161e0433e8f] socks connection closed\n2025-08-01 05:36:41.770 [info] [command][1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e] Socket close event received\n2025-08-01 05:36:41.810 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53267 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:37:41.771 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:37:41.772 [info] [command][6252fd74-17eb-4d46-a9d1-97aa37031448] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6252fd74-17eb-4d46-a9d1-97aa37031448""}\n2025-08-01 05:37:41.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e3333382-bcd3-4db8-ae07-3f37748162e0] received connection request\n2025-08-01 05:37:41.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:37:41.814 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e3333382-bcd3-4db8-ae07-3f37748162e0] socks forwarding established\n2025-08-01 05:37:41.862 [info] [command][6252fd74-17eb-4d46-a9d1-97aa37031448] Process exited with code 0\n2025-08-01 05:37:41.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e3333382-bcd3-4db8-ae07-3f37748162e0] socks connection closed\n2025-08-01 05:37:41.862 [info] [command][6252fd74-17eb-4d46-a9d1-97aa37031448] Socket close event received\n2025-08-01 05:37:41.903 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53308 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:38:41.869 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:38:41.870 [info] [command][ff3f19b8-74ed-49da-bbb4-f00c705a8690] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ff3f19b8-74ed-49da-bbb4-f00c705a8690""}\n2025-08-01 05:38:41.871 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][239e45f6-0318-4b62-84bc-f02fe3360153] received connection request\n2025-08-01 05:38:41.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:38:42.160 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][239e45f6-0318-4b62-84bc-f02fe3360153] socks forwarding established\n2025-08-01 05:38:42.205 [info] [command][ff3f19b8-74ed-49da-bbb4-f00c705a8690] Process exited with code 0\n2025-08-01 05:38:42.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][239e45f6-0318-4b62-84bc-f02fe3360153] socks connection closed\n2025-08-01 05:38:42.205 [info] [command][ff3f19b8-74ed-49da-bbb4-f00c705a8690] Socket close event received\n2025-08-01 05:38:42.244 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53342 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:39:42.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:39:42.216 [info] [command][31836cec-d85b-4b13-a4e4-150a40409ef0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""31836cec-d85b-4b13-a4e4-150a40409ef0""}\n2025-08-01 05:39:42.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][60342d8c-f1c0-4e4f-8ef4-07a87145cb76] received connection request\n2025-08-01 05:39:42.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:39:42.260 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][60342d8c-f1c0-4e4f-8ef4-07a87145cb76] socks forwarding established\n2025-08-01 05:39:42.306 [info] [command][31836cec-d85b-4b13-a4e4-150a40409ef0] Process exited with code 0\n2025-08-01 05:39:42.306 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][60342d8c-f1c0-4e4f-8ef4-07a87145cb76] socks connection closed\n2025-08-01 05:39:42.306 [info] [command][31836cec-d85b-4b13-a4e4-150a40409ef0] Socket close event received\n2025-08-01 05:39:42.345 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53360 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:40:42.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:40:42.314 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][93250b5b-294c-4d16-b1fa-a04728d80842] received connection request\n2025-08-01 05:40:42.314 [info] [command][b92cd621-3744-46a4-b0df-6216490fbe65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b92cd621-3744-46a4-b0df-6216490fbe65""}\n2025-08-01 05:40:42.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:40:42.358 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93250b5b-294c-4d16-b1fa-a04728d80842] socks forwarding established\n2025-08-01 05:40:42.402 [info] [command][b92cd621-3744-46a4-b0df-6216490fbe65] Process exited with code 0\n2025-08-01 05:40:42.403 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93250b5b-294c-4d16-b1fa-a04728d80842] socks connection closed\n2025-08-01 05:40:42.403 [info] [command][b92cd621-3744-46a4-b0df-6216490fbe65] Socket close event received\n2025-08-01 05:40:42.443 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53379 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:41:42.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:41:42.411 [info] [command][eefd447a-3470-48a7-acde-8d4a9e2e3a2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eefd447a-3470-48a7-acde-8d4a9e2e3a2c""}\n2025-08-01 05:41:42.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2624f6c0-9e08-4cbf-927c-51d2d2b3bb70] received connection request\n2025-08-01 05:41:42.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:41:42.456 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2624f6c0-9e08-4cbf-927c-51d2d2b3bb70] socks forwarding established\n2025-08-01 05:41:42.502 [info] [command][eefd447a-3470-48a7-acde-8d4a9e2e3a2c] Process exited with code 0\n2025-08-01 05:41:42.502 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2624f6c0-9e08-4cbf-927c-51d2d2b3bb70] socks connection closed\n2025-08-01 05:41:42.503 [info] [command][eefd447a-3470-48a7-acde-8d4a9e2e3a2c] Socket close event received\n2025-08-01 05:41:42.544 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53394 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:42:42.507 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:42:42.509 [info] [command][e9a620b5-0e04-476b-bba9-2b8051bf12f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e9a620b5-0e04-476b-bba9-2b8051bf12f8""}\n2025-08-01 05:42:42.510 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1deaff5a-209a-48b4-b3f2-74628e4fd1ad] received connection request\n2025-08-01 05:42:42.511 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:42:42.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1deaff5a-209a-48b4-b3f2-74628e4fd1ad] socks forwarding established\n2025-08-01 05:42:42.689 [info] [command][e9a620b5-0e04-476b-bba9-2b8051bf12f8] Process exited with code 0\n2025-08-01 05:42:42.690 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1deaff5a-209a-48b4-b3f2-74628e4fd1ad] socks connection closed\n2025-08-01 05:42:42.690 [info] [command][e9a620b5-0e04-476b-bba9-2b8051bf12f8] Socket close event received\n2025-08-01 05:42:42.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53423 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:43:42.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:43:42.702 [info] [command][93cc47a9-b055-46d8-a945-97b9885c5cf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""93cc47a9-b055-46d8-a945-97b9885c5cf7""}\n2025-08-01 05:43:42.703 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][47044761-7152-4923-be87-99a128f68d33] received connection request\n2025-08-01 05:43:42.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:43:43.000 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47044761-7152-4923-be87-99a128f68d33] socks forwarding established\n2025-08-01 05:43:43.043 [info] [command][93cc47a9-b055-46d8-a945-97b9885c5cf7] Process exited with code 0\n2025-08-01 05:43:43.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47044761-7152-4923-be87-99a128f68d33] socks connection closed\n2025-08-01 05:43:43.044 [info] [command][93cc47a9-b055-46d8-a945-97b9885c5cf7] Socket close event received\n2025-08-01 05:43:43.084 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53453 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:44:43.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:44:43.050 [info] [command][32a52be4-8a9d-4d9a-93ff-88609a475ed0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""32a52be4-8a9d-4d9a-93ff-88609a475ed0""}\n2025-08-01 05:44:43.050 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13f3163d-3c13-453a-b5d6-a008165cb6bc] received connection request\n2025-08-01 05:44:43.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:44:43.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f3163d-3c13-453a-b5d6-a008165cb6bc] socks forwarding established\n2025-08-01 05:44:43.143 [info] [command][32a52be4-8a9d-4d9a-93ff-88609a475ed0] Process exited with code 0\n2025-08-01 05:44:43.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f3163d-3c13-453a-b5d6-a008165cb6bc] socks connection closed\n2025-08-01 05:44:43.143 [info] [command][32a52be4-8a9d-4d9a-93ff-88609a475ed0] Socket close event received\n2025-08-01 05:44:43.182 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53465 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:45:43.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:45:43.155 [info] [command][d815c876-e796-4b13-9d01-e56144d93d93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d815c876-e796-4b13-9d01-e56144d93d93""}\n2025-08-01 05:45:43.156 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3b1c5a6e-4661-4bfe-be7a-7d127070a25a] received connection request\n2025-08-01 05:45:43.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:45:43.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3b1c5a6e-4661-4bfe-be7a-7d127070a25a] socks forwarding established\n2025-08-01 05:45:43.252 [info] [command][d815c876-e796-4b13-9d01-e56144d93d93] Process exited with code 0\n2025-08-01 05:45:43.253 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3b1c5a6e-4661-4bfe-be7a-7d127070a25a] socks connection closed\n2025-08-01 05:45:43.253 [info] [command][d815c876-e796-4b13-9d01-e56144d93d93] Socket close event received\n2025-08-01 05:45:43.292 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53480 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:46:43.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:46:43.264 [info] [command][d92eecc5-b787-4aef-afbe-65b3115ca38f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d92eecc5-b787-4aef-afbe-65b3115ca38f""}\n2025-08-01 05:46:43.265 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c1355141-4857-40b6-ab2d-af6fbf43db86] received connection request\n2025-08-01 05:46:43.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:46:43.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1355141-4857-40b6-ab2d-af6fbf43db86] socks forwarding established\n2025-08-01 05:46:43.371 [info] [command][d92eecc5-b787-4aef-afbe-65b3115ca38f] Process exited with code 0\n2025-08-01 05:46:43.371 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1355141-4857-40b6-ab2d-af6fbf43db86] socks connection closed\n2025-08-01 05:46:43.371 [info] [command][d92eecc5-b787-4aef-afbe-65b3115ca38f] Socket close event received\n2025-08-01 05:46:43.416 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53493 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:47:43.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:47:43.377 [info] [command][1a5fd5a9-183c-408e-bdfb-cfc03cf80da1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a5fd5a9-183c-408e-bdfb-cfc03cf80da1""}\n2025-08-01 05:47:43.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][99b48dc2-ae70-4984-b54a-c94e5e3c73be] received connection request\n2025-08-01 05:47:43.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:47:43.442 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99b48dc2-ae70-4984-b54a-c94e5e3c73be] socks forwarding established\n2025-08-01 05:47:43.488 [info] [command][1a5fd5a9-183c-408e-bdfb-cfc03cf80da1] Process exited with code 0\n2025-08-01 05:47:43.488 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99b48dc2-ae70-4984-b54a-c94e5e3c73be] socks connection closed\n2025-08-01 05:47:43.488 [info] [command][1a5fd5a9-183c-408e-bdfb-cfc03cf80da1] Socket close event received\n2025-08-01 05:47:43.530 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53546 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:48:43.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:48:43.495 [info] [command][8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d""}\n2025-08-01 05:48:43.496 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6632e2a4-ee8a-49f4-b0b2-18b159c09b49] received connection request\n2025-08-01 05:48:43.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:48:43.541 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6632e2a4-ee8a-49f4-b0b2-18b159c09b49] socks forwarding established\n2025-08-01 05:48:43.586 [info] [command][8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d] Process exited with code 0\n2025-08-01 05:48:43.586 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6632e2a4-ee8a-49f4-b0b2-18b159c09b49] socks connection closed\n2025-08-01 05:48:43.587 [info] [command][8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d] Socket close event received\n2025-08-01 05:48:43.630 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53583 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:49:43.591 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:49:43.593 [info] [command][bb0f893b-e527-4d43-b828-270fe6541b35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bb0f893b-e527-4d43-b828-270fe6541b35""}\n2025-08-01 05:49:43.594 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d869068c-ae78-4352-8750-24143f59e460] received connection request\n2025-08-01 05:49:43.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:49:43.635 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d869068c-ae78-4352-8750-24143f59e460] socks forwarding established\n2025-08-01 05:49:43.682 [info] [command][bb0f893b-e527-4d43-b828-270fe6541b35] Process exited with code 0\n2025-08-01 05:49:43.682 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d869068c-ae78-4352-8750-24143f59e460] socks connection closed\n2025-08-01 05:49:43.682 [info] [command][bb0f893b-e527-4d43-b828-270fe6541b35] Socket close event received\n2025-08-01 05:49:43.722 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53600 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:50:43.687 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:50:43.688 [info] [command][e02c5171-28c2-40e0-8301-4f8eeddb2d73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e02c5171-28c2-40e0-8301-4f8eeddb2d73""}\n2025-08-01 05:50:43.689 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][156dddd6-627d-4876-8d13-afffce79d372] received connection request\n2025-08-01 05:50:43.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:50:43.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][156dddd6-627d-4876-8d13-afffce79d372] socks forwarding established\n2025-08-01 05:50:43.773 [info] [command][e02c5171-28c2-40e0-8301-4f8eeddb2d73] Process exited with code 0\n2025-08-01 05:50:43.774 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][156dddd6-627d-4876-8d13-afffce79d372] socks connection closed\n2025-08-01 05:50:43.774 [info] [command][e02c5171-28c2-40e0-8301-4f8eeddb2d73] Socket close event received\n2025-08-01 05:50:43.813 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53625 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:51:43.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:51:43.781 [info] [command][d31d420e-f8c3-4e41-983d-f8aa93566a8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d31d420e-f8c3-4e41-983d-f8aa93566a8e""}\n2025-08-01 05:51:43.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][80f2155b-e7a8-4118-be44-0a5639b06f11] received connection request\n2025-08-01 05:51:43.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:51:43.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][80f2155b-e7a8-4118-be44-0a5639b06f11] socks forwarding established\n2025-08-01 05:51:43.871 [info] [command][d31d420e-f8c3-4e41-983d-f8aa93566a8e] Process exited with code 0\n2025-08-01 05:51:43.871 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][80f2155b-e7a8-4118-be44-0a5639b06f11] socks connection closed\n2025-08-01 05:51:43.871 [info] [command][d31d420e-f8c3-4e41-983d-f8aa93566a8e] Socket close event received\n2025-08-01 05:51:43.911 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53638 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:52:43.871 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:52:43.873 [info] [command][4314dccd-2ab8-4ff0-9d7b-b1a97e876eca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4314dccd-2ab8-4ff0-9d7b-b1a97e876eca""}\n2025-08-01 05:52:43.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3f67713e-a5d5-4631-9f17-cfd90c30e376] received connection request\n2025-08-01 05:52:43.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:52:43.971 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f67713e-a5d5-4631-9f17-cfd90c30e376] socks forwarding established\n2025-08-01 05:52:44.016 [info] [command][4314dccd-2ab8-4ff0-9d7b-b1a97e876eca] Process exited with code 0\n2025-08-01 05:52:44.016 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f67713e-a5d5-4631-9f17-cfd90c30e376] socks connection closed\n2025-08-01 05:52:44.017 [info] [command][4314dccd-2ab8-4ff0-9d7b-b1a97e876eca] Socket close event received\n2025-08-01 05:52:44.055 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53669 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:53:44.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:53:44.019 [info] [command][a861a98d-5181-4fce-9edf-4305521c0eef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a861a98d-5181-4fce-9edf-4305521c0eef""}\n2025-08-01 05:53:44.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][601ac920-b2af-4c2d-904f-68be46d8ab72] received connection request\n2025-08-01 05:53:44.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:53:44.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][601ac920-b2af-4c2d-904f-68be46d8ab72] socks forwarding established\n2025-08-01 05:53:44.113 [info] [command][a861a98d-5181-4fce-9edf-4305521c0eef] Process exited with code 0\n2025-08-01 05:53:44.113 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][601ac920-b2af-4c2d-904f-68be46d8ab72] socks connection closed\n2025-08-01 05:53:44.113 [info] [command][a861a98d-5181-4fce-9edf-4305521c0eef] Socket close event received\n2025-08-01 05:53:44.154 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53705 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:54:44.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:54:44.115 [info] [command][76659113-4519-4b9e-b9a0-b72ff9b7235c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""76659113-4519-4b9e-b9a0-b72ff9b7235c""}\n2025-08-01 05:54:44.115 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][55868b94-9dd2-465f-bbcc-a5e088bf228b] received connection request\n2025-08-01 05:54:44.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:54:44.157 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55868b94-9dd2-465f-bbcc-a5e088bf228b] socks forwarding established\n2025-08-01 05:54:44.201 [info] [command][76659113-4519-4b9e-b9a0-b72ff9b7235c] Process exited with code 0\n2025-08-01 05:54:44.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55868b94-9dd2-465f-bbcc-a5e088bf228b] socks connection closed\n2025-08-01 05:54:44.201 [info] [command][76659113-4519-4b9e-b9a0-b72ff9b7235c] Socket close event received\n2025-08-01 05:54:44.239 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53716 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:55:44.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:55:44.205 [info] [command][7ea03b2e-3369-4c3e-b1c4-7777a61ebe21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7ea03b2e-3369-4c3e-b1c4-7777a61ebe21""}\n2025-08-01 05:55:44.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c4e641eb-03e7-48ba-8793-c44853e1571d] received connection request\n2025-08-01 05:55:44.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:55:44.251 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4e641eb-03e7-48ba-8793-c44853e1571d] socks forwarding established\n2025-08-01 05:55:44.297 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4e641eb-03e7-48ba-8793-c44853e1571d] socks connection closed\n2025-08-01 05:55:44.298 [info] [command][7ea03b2e-3369-4c3e-b1c4-7777a61ebe21] Process exited with code 0\n2025-08-01 05:55:44.298 [info] [command][7ea03b2e-3369-4c3e-b1c4-7777a61ebe21] Socket close event received\n2025-08-01 05:55:44.337 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53731 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:56:44.302 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:56:44.304 [info] [command][6b329ad6-ffad-46f0-953a-acfb0d8b89be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6b329ad6-ffad-46f0-953a-acfb0d8b89be""}\n2025-08-01 05:56:44.305 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e545f502-e3f5-4d63-a552-99c2872440fb] received connection request\n2025-08-01 05:56:44.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:56:44.347 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e545f502-e3f5-4d63-a552-99c2872440fb] socks forwarding established\n2025-08-01 05:56:44.391 [info] [command][6b329ad6-ffad-46f0-953a-acfb0d8b89be] Process exited with code 0\n2025-08-01 05:56:44.391 [info] [command][6b329ad6-ffad-46f0-953a-acfb0d8b89be] Socket close event received\n2025-08-01 05:56:44.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e545f502-e3f5-4d63-a552-99c2872440fb] socks connection closed\n2025-08-01 05:56:44.431 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53750 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:57:44.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:57:44.400 [info] [command][faf3d7d4-0205-430d-a5b7-85649e7bfc76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""faf3d7d4-0205-430d-a5b7-85649e7bfc76""}\n2025-08-01 05:57:44.400 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fd1cbe80-e05e-4ace-b0e7-882bc5afedb1] received connection request\n2025-08-01 05:57:44.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:57:44.643 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fd1cbe80-e05e-4ace-b0e7-882bc5afedb1] socks forwarding established\n2025-08-01 05:57:44.688 [info] [command][faf3d7d4-0205-430d-a5b7-85649e7bfc76] Process exited with code 0\n2025-08-01 05:57:44.688 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fd1cbe80-e05e-4ace-b0e7-882bc5afedb1] socks connection closed\n2025-08-01 05:57:44.689 [info] [command][faf3d7d4-0205-430d-a5b7-85649e7bfc76] Socket close event received\n2025-08-01 05:57:44.727 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53780 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:58:44.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:58:44.691 [info] [command][87b39c8c-c337-490e-af50-1e908ffc6b89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""87b39c8c-c337-490e-af50-1e908ffc6b89""}\n2025-08-01 05:58:44.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c986b801-3367-4ea9-a475-6e9de026a71f] received connection request\n2025-08-01 05:58:44.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:58:44.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c986b801-3367-4ea9-a475-6e9de026a71f] socks forwarding established\n2025-08-01 05:58:44.979 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c986b801-3367-4ea9-a475-6e9de026a71f] socks connection closed\n2025-08-01 05:58:44.979 [info] [command][87b39c8c-c337-490e-af50-1e908ffc6b89] Process exited with code 0\n2025-08-01 05:58:44.979 [info] [command][87b39c8c-c337-490e-af50-1e908ffc6b89] Socket close event received\n2025-08-01 05:58:45.018 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53821 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:59:44.982 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:59:44.984 [info] [command][c494c377-9cf9-41c7-b734-3eb7bc421a2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c494c377-9cf9-41c7-b734-3eb7bc421a2c""}\n2025-08-01 05:59:44.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1d99aedc-0a75-433d-933c-d12d82a43e61] received connection request\n2025-08-01 05:59:44.985 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:59:45.029 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d99aedc-0a75-433d-933c-d12d82a43e61] socks forwarding established\n2025-08-01 05:59:45.072 [info] [command][c494c377-9cf9-41c7-b734-3eb7bc421a2c] Process exited with code 0\n2025-08-01 05:59:45.072 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d99aedc-0a75-433d-933c-d12d82a43e61] socks connection closed\n2025-08-01 05:59:45.073 [info] [command][c494c377-9cf9-41c7-b734-3eb7bc421a2c] Socket close event received\n2025-08-01 05:59:45.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53843 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:00:45.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:00:45.084 [info] [command][a2e84f92-2df8-40dd-84ea-fcb293a8fb56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a2e84f92-2df8-40dd-84ea-fcb293a8fb56""}\n2025-08-01 06:00:45.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][aee64aa9-094a-4822-bb1f-5c06cc4b38dd] received connection request\n2025-08-01 06:00:45.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:00:45.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aee64aa9-094a-4822-bb1f-5c06cc4b38dd] socks forwarding established\n2025-08-01 06:00:45.174 [info] [command][a2e84f92-2df8-40dd-84ea-fcb293a8fb56] Process exited with code 0\n2025-08-01 06:00:45.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aee64aa9-094a-4822-bb1f-5c06cc4b38dd] socks connection closed\n2025-08-01 06:00:45.174 [info] [command][a2e84f92-2df8-40dd-84ea-fcb293a8fb56] Socket close event received\n2025-08-01 06:00:45.214 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53857 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:01:45.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:01:45.181 [info] [command][19f0e66c-ee84-4831-96e6-4a8d38458234] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""19f0e66c-ee84-4831-96e6-4a8d38458234""}\n2025-08-01 06:01:45.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e277cc05-937e-455b-9a71-3319cd73c623] received connection request\n2025-08-01 06:01:45.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:01:45.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e277cc05-937e-455b-9a71-3319cd73c623] socks forwarding established\n2025-08-01 06:01:45.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e277cc05-937e-455b-9a71-3319cd73c623] socks connection closed\n2025-08-01 06:01:45.272 [info] [command][19f0e66c-ee84-4831-96e6-4a8d38458234] Process exited with code 0\n2025-08-01 06:01:45.272 [info] [command][19f0e66c-ee84-4831-96e6-4a8d38458234] Socket close event received\n2025-08-01 06:01:45.313 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53874 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:02:45.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:02:45.276 [info] [command][d1a6bcde-6d7a-4113-bc41-977cab16b6f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d1a6bcde-6d7a-4113-bc41-977cab16b6f7""}\n2025-08-01 06:02:45.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][023bfa26-a334-4a0d-a3b0-530388e4fe94] received connection request\n2025-08-01 06:02:45.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:02:45.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][023bfa26-a334-4a0d-a3b0-530388e4fe94] socks forwarding established\n2025-08-01 06:02:45.365 [info] [command][d1a6bcde-6d7a-4113-bc41-977cab16b6f7] Process exited with code 0\n2025-08-01 06:02:45.365 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][023bfa26-a334-4a0d-a3b0-530388e4fe94] socks connection closed\n2025-08-01 06:02:45.365 [info] [command][d1a6bcde-6d7a-4113-bc41-977cab16b6f7] Socket close event received\n2025-08-01 06:02:45.404 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53910 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:03:45.370 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:03:45.371 [info] [command][9acd16fe-fdd9-423f-81ac-97ea64133d58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9acd16fe-fdd9-423f-81ac-97ea64133d58""}\n2025-08-01 06:03:45.372 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][26bd19ad-ceb4-4113-a127-7ab7b9efbf99] received connection request\n2025-08-01 06:03:45.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:03:45.414 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26bd19ad-ceb4-4113-a127-7ab7b9efbf99] socks forwarding established\n2025-08-01 06:03:45.459 [info] [command][9acd16fe-fdd9-423f-81ac-97ea64133d58] Process exited with code 0\n2025-08-01 06:03:45.460 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26bd19ad-ceb4-4113-a127-7ab7b9efbf99] socks connection closed\n2025-08-01 06:03:45.460 [info] [command][9acd16fe-fdd9-423f-81ac-97ea64133d58] Socket close event received\n2025-08-01 06:03:45.499 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:04:45.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:04:45.462 [info] [command][d3c3a199-3977-4a42-9468-6a2c0c702dd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d3c3a199-3977-4a42-9468-6a2c0c702dd2""}\n2025-08-01 06:04:45.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][86f40cf3-8ea4-4b5c-a099-f03f3431bff9] received connection request\n2025-08-01 06:04:45.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:04:45.506 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86f40cf3-8ea4-4b5c-a099-f03f3431bff9] socks forwarding established\n2025-08-01 06:04:45.551 [info] [command][d3c3a199-3977-4a42-9468-6a2c0c702dd2] Process exited with code 0\n2025-08-01 06:04:45.551 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86f40cf3-8ea4-4b5c-a099-f03f3431bff9] socks connection closed\n2025-08-01 06:04:45.551 [info] [command][d3c3a199-3977-4a42-9468-6a2c0c702dd2] Socket close event received\n2025-08-01 06:04:45.596 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53968 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:05:45.554 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:05:45.556 [info] [command][097c61ac-6537-4c52-8af7-2870a91cffa2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""097c61ac-6537-4c52-8af7-2870a91cffa2""}\n2025-08-01 06:05:45.556 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2ec62cc5-b6e1-4aaf-a2b5-52203efccf71] received connection request\n2025-08-01 06:05:45.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:05:45.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec62cc5-b6e1-4aaf-a2b5-52203efccf71] socks forwarding established\n2025-08-01 06:05:45.651 [info] [command][097c61ac-6537-4c52-8af7-2870a91cffa2] Process exited with code 0\n2025-08-01 06:05:45.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec62cc5-b6e1-4aaf-a2b5-52203efccf71] socks connection closed\n2025-08-01 06:05:45.651 [info] [command][097c61ac-6537-4c52-8af7-2870a91cffa2] Socket close event received\n2025-08-01 06:05:45.691 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53980 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:06:45.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:06:45.662 [info] [command][95babdb2-c4d3-4a1a-aa5f-55a4b26313d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""95babdb2-c4d3-4a1a-aa5f-55a4b26313d0""}\n2025-08-01 06:06:45.663 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0860914b-f083-4148-bec5-3f79c941847f] received connection request\n2025-08-01 06:06:45.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:06:45.828 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0860914b-f083-4148-bec5-3f79c941847f] socks forwarding established\n2025-08-01 06:06:45.998 [info] [command][95babdb2-c4d3-4a1a-aa5f-55a4b26313d0] Process exited with code 0\n2025-08-01 06:06:45.998 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0860914b-f083-4148-bec5-3f79c941847f] socks connection closed\n2025-08-01 06:06:45.998 [info] [command][95babdb2-c4d3-4a1a-aa5f-55a4b26313d0] Socket close event received\n2025-08-01 06:06:46.038 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54000 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:07:46.002 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:07:46.004 [info] [command][85e4f911-a887-4b4a-896a-63fb05cd2b77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""85e4f911-a887-4b4a-896a-63fb05cd2b77""}\n2025-08-01 06:07:46.005 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a27aaea8-88fc-467b-ae65-0524aba7d545] received connection request\n2025-08-01 06:07:46.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:07:46.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a27aaea8-88fc-467b-ae65-0524aba7d545] socks forwarding established\n2025-08-01 06:07:46.095 [info] [command][85e4f911-a887-4b4a-896a-63fb05cd2b77] Process exited with code 0\n2025-08-01 06:07:46.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a27aaea8-88fc-467b-ae65-0524aba7d545] socks connection closed\n2025-08-01 06:07:46.096 [info] [command][85e4f911-a887-4b4a-896a-63fb05cd2b77] Socket close event received\n2025-08-01 06:07:46.143 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54028 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:08:46.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:08:46.101 [info] [command][8425c4c3-397b-406c-8d49-0633e228f97f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8425c4c3-397b-406c-8d49-0633e228f97f""}\n2025-08-01 06:08:46.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][934d0426-75e9-43fb-8870-5ee68dac274e] received connection request\n2025-08-01 06:08:46.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:08:46.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][934d0426-75e9-43fb-8870-5ee68dac274e] socks forwarding established\n2025-08-01 06:08:46.190 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][934d0426-75e9-43fb-8870-5ee68dac274e] socks connection closed\n2025-08-01 06:08:46.191 [info] [command][8425c4c3-397b-406c-8d49-0633e228f97f] Process exited with code 0\n2025-08-01 06:08:46.191 [info] [command][8425c4c3-397b-406c-8d49-0633e228f97f] Socket close event received\n2025-08-01 06:08:46.230 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54061 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:09:46.198 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:09:46.201 [info] [command][11f02c75-6b1c-48cc-abc6-f596244e4d85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""11f02c75-6b1c-48cc-abc6-f596244e4d85""}\n2025-08-01 06:09:46.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][22ab3003-4401-4c84-8669-e36e9ab53345] received connection request\n2025-08-01 06:09:46.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:09:46.247 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22ab3003-4401-4c84-8669-e36e9ab53345] socks forwarding established\n2025-08-01 06:09:46.290 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22ab3003-4401-4c84-8669-e36e9ab53345] socks connection closed\n2025-08-01 06:09:46.291 [info] [command][11f02c75-6b1c-48cc-abc6-f596244e4d85] Process exited with code 0\n2025-08-01 06:09:46.291 [info] [command][11f02c75-6b1c-48cc-abc6-f596244e4d85] Socket close event received\n2025-08-01 06:09:46.333 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54081 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:10:46.301 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:10:46.303 [info] [command][9df572ab-fadf-4e06-95de-998843f3a276] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9df572ab-fadf-4e06-95de-998843f3a276""}\n2025-08-01 06:10:46.303 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5125b296-e533-46a8-8188-a3585292b370] received connection request\n2025-08-01 06:10:46.304 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 06:10:46.304 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:10:46.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5125b296-e533-46a8-8188-a3585292b370] socks forwarding established\n2025-08-01 06:10:46.408 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5125b296-e533-46a8-8188-a3585292b370] socks connection closed\n2025-08-01 06:10:46.409 [info] [command][9df572ab-fadf-4e06-95de-998843f3a276] Process exited with code 0\n2025-08-01 06:10:46.409 [info] [command][9df572ab-fadf-4e06-95de-998843f3a276] Socket close event received\n2025-08-01 06:10:46.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54101 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:11:46.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:11:46.412 [info] [command][ccd4787b-1db3-4185-8683-9be418bb2176] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ccd4787b-1db3-4185-8683-9be418bb2176""}\n2025-08-01 06:11:46.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b6a70595-f417-49e0-82d3-8a4e978b9b34] received connection request\n2025-08-01 06:11:46.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:11:46.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6a70595-f417-49e0-82d3-8a4e978b9b34] socks forwarding established\n2025-08-01 06:11:46.560 [info] [command][ccd4787b-1db3-4185-8683-9be418bb2176] Process exited with code 0\n2025-08-01 06:11:46.561 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6a70595-f417-49e0-82d3-8a4e978b9b34] socks connection closed\n2025-08-01 06:11:46.561 [info] [command][ccd4787b-1db3-4185-8683-9be418bb2176] Socket close event received\n2025-08-01 06:11:46.601 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54121 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:12:46.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:12:46.569 [info] [command][341f562c-b7a6-4586-8428-259bc6fbca3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""341f562c-b7a6-4586-8428-259bc6fbca3d""}\n2025-08-01 06:12:46.569 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cfbab773-7562-4829-ac02-64313595bc02] received connection request\n2025-08-01 06:12:46.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:12:46.612 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbab773-7562-4829-ac02-64313595bc02] socks forwarding established\n2025-08-01 06:12:46.658 [info] [command][341f562c-b7a6-4586-8428-259bc6fbca3d] Process exited with code 0\n2025-08-01 06:12:46.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbab773-7562-4829-ac02-64313595bc02] socks connection closed\n2025-08-01 06:12:46.658 [info] [command][341f562c-b7a6-4586-8428-259bc6fbca3d] Socket close event received\n2025-08-01 06:12:46.697 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54164 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:13:46.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:13:46.665 [info] [command][1f537347-98e0-481a-afc1-7e53e5d61acc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f537347-98e0-481a-afc1-7e53e5d61acc""}\n2025-08-01 06:13:46.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cdb86d7c-0ead-4b2d-9579-4f998c7a6593] received connection request\n2025-08-01 06:13:46.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:13:46.712 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cdb86d7c-0ead-4b2d-9579-4f998c7a6593] socks forwarding established\n2025-08-01 06:13:46.756 [info] [command][1f537347-98e0-481a-afc1-7e53e5d61acc] Process exited with code 0\n2025-08-01 06:13:46.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cdb86d7c-0ead-4b2d-9579-4f998c7a6593] socks connection closed\n2025-08-01 06:13:46.756 [info] [command][1f537347-98e0-481a-afc1-7e53e5d61acc] Socket close event received\n2025-08-01 06:13:46.796 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:14:46.757 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:14:46.759 [info] [command][5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39""}\n2025-08-01 06:14:46.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][047ac021-c31e-48f4-93fa-ff40e8c87150] received connection request\n2025-08-01 06:14:46.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:14:46.826 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][047ac021-c31e-48f4-93fa-ff40e8c87150] socks forwarding established\n2025-08-01 06:14:46.878 [info] [command][5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39] Process exited with code 0\n2025-08-01 06:14:46.878 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][047ac021-c31e-48f4-93fa-ff40e8c87150] socks connection closed\n2025-08-01 06:14:46.878 [info] [command][5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39] Socket close event received\n2025-08-01 06:14:46.936 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54210 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:15:46.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:15:46.884 [info] [command][51edf100-e67a-4609-9037-f9996468b5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""51edf100-e67a-4609-9037-f9996468b5c8""}\n2025-08-01 06:15:46.884 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9516b55f-398a-4e8d-92a3-82e3c4479787] received connection request\n2025-08-01 06:15:46.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:15:46.934 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9516b55f-398a-4e8d-92a3-82e3c4479787] socks forwarding established\n2025-08-01 06:15:47.061 [info] [command][51edf100-e67a-4609-9037-f9996468b5c8] Process exited with code 0\n2025-08-01 06:15:47.062 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9516b55f-398a-4e8d-92a3-82e3c4479787] socks connection closed\n2025-08-01 06:15:47.062 [info] [command][51edf100-e67a-4609-9037-f9996468b5c8] Socket close event received\n2025-08-01 06:15:47.108 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:16:47.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:16:47.073 [info] [command][b58929c4-468b-4f20-bb42-d4e56619abd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b58929c4-468b-4f20-bb42-d4e56619abd3""}\n2025-08-01 06:16:47.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b380cb72-f979-4a11-b597-a6f2946bd14e] received connection request\n2025-08-01 06:16:47.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:16:47.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b380cb72-f979-4a11-b597-a6f2946bd14e] socks forwarding established\n2025-08-01 06:16:47.165 [info] [command][b58929c4-468b-4f20-bb42-d4e56619abd3] Process exited with code 0\n2025-08-01 06:16:47.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b380cb72-f979-4a11-b597-a6f2946bd14e] socks connection closed\n2025-08-01 06:16:47.166 [info] [command][b58929c4-468b-4f20-bb42-d4e56619abd3] Socket close event received\n2025-08-01 06:16:47.214 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54242 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:17:47.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:17:47.176 [info] [command][cc4d2947-099c-48ff-8105-6f5f874ba28a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cc4d2947-099c-48ff-8105-6f5f874ba28a""}\n2025-08-01 06:17:47.176 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][908ec96f-3326-40fe-a89d-e345e2d483ec] received connection request\n2025-08-01 06:17:47.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:17:47.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][908ec96f-3326-40fe-a89d-e345e2d483ec] socks forwarding established\n2025-08-01 06:17:47.267 [info] [command][cc4d2947-099c-48ff-8105-6f5f874ba28a] Process exited with code 0\n2025-08-01 06:17:47.267 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][908ec96f-3326-40fe-a89d-e345e2d483ec] socks connection closed\n2025-08-01 06:17:47.267 [info] [command][cc4d2947-099c-48ff-8105-6f5f874ba28a] Socket close event received\n2025-08-01 06:17:47.324 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54268 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:18:47.277 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:18:47.279 [info] [command][a17c5cf3-f23b-4f19-8c34-e0f922400438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a17c5cf3-f23b-4f19-8c34-e0f922400438""}\n2025-08-01 06:18:47.280 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7a490d49-2df4-42fc-a2ce-08869fe2fc7d] received connection request\n2025-08-01 06:18:47.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:18:47.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a490d49-2df4-42fc-a2ce-08869fe2fc7d] socks forwarding established\n2025-08-01 06:18:47.368 [info] [command][a17c5cf3-f23b-4f19-8c34-e0f922400438] Process exited with code 0\n2025-08-01 06:18:47.368 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a490d49-2df4-42fc-a2ce-08869fe2fc7d] socks connection closed\n2025-08-01 06:18:47.368 [info] [command][a17c5cf3-f23b-4f19-8c34-e0f922400438] Socket close event received\n2025-08-01 06:18:47.408 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54301 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:19:47.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:19:47.377 [info] [command][96c88d48-c4d4-4d2c-93da-3b3c6f407341] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""96c88d48-c4d4-4d2c-93da-3b3c6f407341""}\n2025-08-01 06:19:47.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a815e696-b187-402f-91cf-97d931118be0] received connection request\n2025-08-01 06:19:47.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:19:47.426 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a815e696-b187-402f-91cf-97d931118be0] socks forwarding established\n2025-08-01 06:19:47.470 [info] [command][96c88d48-c4d4-4d2c-93da-3b3c6f407341] Process exited with code 0\n2025-08-01 06:19:47.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a815e696-b187-402f-91cf-97d931118be0] socks connection closed\n2025-08-01 06:19:47.471 [info] [command][96c88d48-c4d4-4d2c-93da-3b3c6f407341] Socket close event received\n2025-08-01 06:19:47.511 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54327 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:20:47.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:20:47.483 [info] [command][dd86fed6-08fd-4699-82ec-ca902732d766] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dd86fed6-08fd-4699-82ec-ca902732d766""}\n2025-08-01 06:20:47.483 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6a8ae039-6586-4211-ad1e-2d6be589796b] received connection request\n2025-08-01 06:20:47.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:20:47.536 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a8ae039-6586-4211-ad1e-2d6be589796b] socks forwarding established\n2025-08-01 06:20:47.581 [info] [command][dd86fed6-08fd-4699-82ec-ca902732d766] Process exited with code 0\n2025-08-01 06:20:47.581 [info] [command][dd86fed6-08fd-4699-82ec-ca902732d766] Socket close event received\n2025-08-01 06:20:47.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a8ae039-6586-4211-ad1e-2d6be589796b] socks connection closed\n2025-08-01 06:20:47.639 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:21:47.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:21:47.594 [info] [command][05e2fba8-eeda-42fe-8d57-b80717c157ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""05e2fba8-eeda-42fe-8d57-b80717c157ff""}\n2025-08-01 06:21:47.594 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][35594194-b7ec-4a8d-b86e-9da985990603] received connection request\n2025-08-01 06:21:47.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:21:47.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35594194-b7ec-4a8d-b86e-9da985990603] socks forwarding established\n2025-08-01 06:21:47.686 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35594194-b7ec-4a8d-b86e-9da985990603] socks connection closed\n2025-08-01 06:21:47.687 [info] [command][05e2fba8-eeda-42fe-8d57-b80717c157ff] Process exited with code 0\n2025-08-01 06:21:47.687 [info] [command][05e2fba8-eeda-42fe-8d57-b80717c157ff] Socket close event received\n2025-08-01 06:21:47.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54354 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:22:47.694 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:22:47.695 [info] [command][21d4f1fd-36e4-40f4-92b0-00963fad28c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""21d4f1fd-36e4-40f4-92b0-00963fad28c8""}\n2025-08-01 06:22:47.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b7918162-e640-49ee-80c9-7a059ad7fec1] received connection request\n2025-08-01 06:22:47.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:22:47.743 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b7918162-e640-49ee-80c9-7a059ad7fec1] socks forwarding established\n2025-08-01 06:22:47.787 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b7918162-e640-49ee-80c9-7a059ad7fec1] socks connection closed\n2025-08-01 06:22:47.788 [info] [command][21d4f1fd-36e4-40f4-92b0-00963fad28c8] Process exited with code 0\n2025-08-01 06:22:47.788 [info] [command][21d4f1fd-36e4-40f4-92b0-00963fad28c8] Socket close event received\n2025-08-01 06:22:47.829 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54379 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:23:47.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:23:47.791 [info] [command][4ceaeb15-e0ff-4fc5-89a3-861df307e7ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ceaeb15-e0ff-4fc5-89a3-861df307e7ac""}\n2025-08-01 06:23:47.791 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b2e48a04-2339-437a-b3c5-cdc13e09770a] received connection request\n2025-08-01 06:23:47.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:23:47.868 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2e48a04-2339-437a-b3c5-cdc13e09770a] socks forwarding established\n2025-08-01 06:23:47.913 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2e48a04-2339-437a-b3c5-cdc13e09770a] socks connection closed\n2025-08-01 06:23:47.914 [info] [command][4ceaeb15-e0ff-4fc5-89a3-861df307e7ac] Process exited with code 0\n2025-08-01 06:23:47.914 [info] [command][4ceaeb15-e0ff-4fc5-89a3-861df307e7ac] Socket close event received\n2025-08-01 06:23:47.978 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54406 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:24:47.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:24:47.924 [info] [command][0cc18ba7-3ba0-430d-b212-4cfa5ef544f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cc18ba7-3ba0-430d-b212-4cfa5ef544f8""}\n2025-08-01 06:24:47.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][797de4d3-c081-41ab-9018-d007034eaa55] received connection request\n2025-08-01 06:24:47.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:24:47.972 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][797de4d3-c081-41ab-9018-d007034eaa55] socks forwarding established\n2025-08-01 06:24:48.018 [info] [command][0cc18ba7-3ba0-430d-b212-4cfa5ef544f8] Process exited with code 0\n2025-08-01 06:24:48.018 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][797de4d3-c081-41ab-9018-d007034eaa55] socks connection closed\n2025-08-01 06:24:48.018 [info] [command][0cc18ba7-3ba0-430d-b212-4cfa5ef544f8] Socket close event received\n2025-08-01 06:24:48.058 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54422 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:25:48.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:25:48.026 [info] [command][d8e8a72d-241e-4048-9111-4c7ac0a36c3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8e8a72d-241e-4048-9111-4c7ac0a36c3e""}\n2025-08-01 06:25:48.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b269365b-9266-4e6c-ab50-8431ff4f825e] received connection request\n2025-08-01 06:25:48.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:25:48.072 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b269365b-9266-4e6c-ab50-8431ff4f825e] socks forwarding established\n2025-08-01 06:25:48.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b269365b-9266-4e6c-ab50-8431ff4f825e] socks connection closed\n2025-08-01 06:25:48.121 [info] [command][d8e8a72d-241e-4048-9111-4c7ac0a36c3e] Process exited with code 0\n2025-08-01 06:25:48.121 [info] [command][d8e8a72d-241e-4048-9111-4c7ac0a36c3e] Socket close event received\n2025-08-01 06:25:48.174 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54439 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:26:48.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:26:48.128 [info] [command][b7aee68c-4abb-4257-b3a4-50bc6affeda6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7aee68c-4abb-4257-b3a4-50bc6affeda6""}\n2025-08-01 06:26:48.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a8c30954-7dad-4afd-9a97-bdb8b5517c65] received connection request\n2025-08-01 06:26:48.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:26:48.172 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8c30954-7dad-4afd-9a97-bdb8b5517c65] socks forwarding established\n2025-08-01 06:26:48.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8c30954-7dad-4afd-9a97-bdb8b5517c65] socks connection closed\n2025-08-01 06:26:48.216 [info] [command][b7aee68c-4abb-4257-b3a4-50bc6affeda6] Process exited with code 0\n2025-08-01 06:26:48.216 [info] [command][b7aee68c-4abb-4257-b3a4-50bc6affeda6] Socket close event received\n2025-08-01 06:26:48.259 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54458 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:27:48.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:27:48.225 [info] [command][fd2045b1-ac35-4422-9e9e-5fc348c4c372] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fd2045b1-ac35-4422-9e9e-5fc348c4c372""}\n2025-08-01 06:27:48.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][706d1825-8c8a-466c-aaf1-82c45a7d5565] received connection request\n2025-08-01 06:27:48.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:27:48.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d1825-8c8a-466c-aaf1-82c45a7d5565] socks forwarding established\n2025-08-01 06:27:48.309 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d1825-8c8a-466c-aaf1-82c45a7d5565] socks connection closed\n2025-08-01 06:27:48.309 [info] [command][fd2045b1-ac35-4422-9e9e-5fc348c4c372] Process exited with code 0\n2025-08-01 06:27:48.309 [info] [command][fd2045b1-ac35-4422-9e9e-5fc348c4c372] Socket close event received\n2025-08-01 06:27:48.349 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54495 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:28:48.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:28:48.312 [info] [command][1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6""}\n2025-08-01 06:28:48.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][50ee7c82-8c4c-4a48-94b9-54ea398e1b2b] received connection request\n2025-08-01 06:28:48.313 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:28:48.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50ee7c82-8c4c-4a48-94b9-54ea398e1b2b] socks forwarding established\n2025-08-01 06:28:48.404 [info] [command][1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6] Process exited with code 0\n2025-08-01 06:28:48.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50ee7c82-8c4c-4a48-94b9-54ea398e1b2b] socks connection closed\n2025-08-01 06:28:48.405 [info] [command][1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6] Socket close event received\n2025-08-01 06:28:48.447 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54524 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:29:48.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:29:48.412 [info] [command][326f2a64-9b2c-4fd2-85de-bbbcc0e054c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""326f2a64-9b2c-4fd2-85de-bbbcc0e054c0""}\n2025-08-01 06:29:48.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6f83785d-09be-4757-a720-371c60fcace3] received connection request\n2025-08-01 06:29:48.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:29:48.456 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f83785d-09be-4757-a720-371c60fcace3] socks forwarding established\n2025-08-01 06:29:48.502 [info] [command][326f2a64-9b2c-4fd2-85de-bbbcc0e054c0] Process exited with code 0\n2025-08-01 06:29:48.502 [info] [command][326f2a64-9b2c-4fd2-85de-bbbcc0e054c0] Socket close event received\n2025-08-01 06:29:48.503 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f83785d-09be-4757-a720-371c60fcace3] socks connection closed\n2025-08-01 06:29:48.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:30:48.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:30:48.513 [info] [command][70011855-ba56-4ef4-bbaf-c9c9f701ce01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""70011855-ba56-4ef4-bbaf-c9c9f701ce01""}\n2025-08-01 06:30:48.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0e8433dd-f206-4f3a-b3d2-e92784609e10] received connection request\n2025-08-01 06:30:48.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:30:48.555 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0e8433dd-f206-4f3a-b3d2-e92784609e10] socks forwarding established\n2025-08-01 06:30:48.606 [info] [command][70011855-ba56-4ef4-bbaf-c9c9f701ce01] Process exited with code 0\n2025-08-01 06:30:48.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0e8433dd-f206-4f3a-b3d2-e92784609e10] socks connection closed\n2025-08-01 06:30:48.606 [info] [command][70011855-ba56-4ef4-bbaf-c9c9f701ce01] Socket close event received\n2025-08-01 06:30:48.647 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54553 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:31:48.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:31:48.607 [info] [command][a173640c-dc8a-4c33-95b7-0a78b6751e41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a173640c-dc8a-4c33-95b7-0a78b6751e41""}\n2025-08-01 06:31:48.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9475f9b1-ba8a-40f0-b60e-a86a975be3e5] received connection request\n2025-08-01 06:31:48.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:31:48.650 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9475f9b1-ba8a-40f0-b60e-a86a975be3e5] socks forwarding established\n2025-08-01 06:31:48.696 [info] [command][a173640c-dc8a-4c33-95b7-0a78b6751e41] Process exited with code 0\n2025-08-01 06:31:48.696 [info] [command][a173640c-dc8a-4c33-95b7-0a78b6751e41] Socket close event received\n2025-08-01 06:31:48.697 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9475f9b1-ba8a-40f0-b60e-a86a975be3e5] socks connection closed\n2025-08-01 06:31:48.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54572 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:32:48.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:32:48.701 [info] [command][b35f7e7c-14cd-4e83-84ac-bf52b329fb71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b35f7e7c-14cd-4e83-84ac-bf52b329fb71""}\n2025-08-01 06:32:48.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][50111d3e-a05c-4823-9e95-e1507522ea53] received connection request\n2025-08-01 06:32:48.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:32:48.743 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50111d3e-a05c-4823-9e95-e1507522ea53] socks forwarding established\n2025-08-01 06:32:48.789 [info] [command][b35f7e7c-14cd-4e83-84ac-bf52b329fb71] Process exited with code 0\n2025-08-01 06:32:48.790 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50111d3e-a05c-4823-9e95-e1507522ea53] socks connection closed\n2025-08-01 06:32:48.790 [info] [command][b35f7e7c-14cd-4e83-84ac-bf52b329fb71] Socket close event received\n2025-08-01 06:32:48.832 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54611 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:33:48.794 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:33:48.795 [info] [command][2188be96-bec9-4fb9-97ab-6bc258b3dfc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2188be96-bec9-4fb9-97ab-6bc258b3dfc3""}\n2025-08-01 06:33:48.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][134f94ef-4c88-4bed-8813-097b95b12266] received connection request\n2025-08-01 06:33:48.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:33:48.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][134f94ef-4c88-4bed-8813-097b95b12266] socks forwarding established\n2025-08-01 06:33:48.886 [info] [command][2188be96-bec9-4fb9-97ab-6bc258b3dfc3] Process exited with code 0\n2025-08-01 06:33:48.886 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][134f94ef-4c88-4bed-8813-097b95b12266] socks connection closed\n2025-08-01 06:33:48.886 [info] [command][2188be96-bec9-4fb9-97ab-6bc258b3dfc3] Socket close event received\n2025-08-01 06:33:48.936 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54648 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:34:48.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:34:48.894 [info] [command][1a3ed60a-6d4f-4dff-afea-6cd4823347c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a3ed60a-6d4f-4dff-afea-6cd4823347c9""}\n2025-08-01 06:34:48.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1d199608-16c1-48a1-b46d-c23598b5b6b0] received connection request\n2025-08-01 06:34:48.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:34:48.955 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d199608-16c1-48a1-b46d-c23598b5b6b0] socks forwarding established\n2025-08-01 06:34:49.000 [info] [command][1a3ed60a-6d4f-4dff-afea-6cd4823347c9] Process exited with code 0\n2025-08-01 06:34:49.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d199608-16c1-48a1-b46d-c23598b5b6b0] socks connection closed\n2025-08-01 06:34:49.001 [info] [command][1a3ed60a-6d4f-4dff-afea-6cd4823347c9] Socket close event received\n2025-08-01 06:34:49.056 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54665 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:35:49.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:35:49.006 [info] [command][eba272b0-a19d-4e0d-a6f2-c69fdc561867] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eba272b0-a19d-4e0d-a6f2-c69fdc561867""}\n2025-08-01 06:35:49.007 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eb55bb3b-c324-4814-b51d-70e8964638d6] received connection request\n2025-08-01 06:35:49.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:35:49.056 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb55bb3b-c324-4814-b51d-70e8964638d6] socks forwarding established\n2025-08-01 06:35:49.101 [info] [command][eba272b0-a19d-4e0d-a6f2-c69fdc561867] Process exited with code 0\n2025-08-01 06:35:49.101 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb55bb3b-c324-4814-b51d-70e8964638d6] socks connection closed\n2025-08-01 06:35:49.101 [info] [command][eba272b0-a19d-4e0d-a6f2-c69fdc561867] Socket close event received\n2025-08-01 06:35:49.140 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54680 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:36:49.111 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:36:49.112 [info] [command][87bbaa2e-2ea4-4f28-a40e-b2e8c96279df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""87bbaa2e-2ea4-4f28-a40e-b2e8c96279df""}\n2025-08-01 06:36:49.113 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][74e322c2-6684-4adb-8a83-612f9ea74eaa] received connection request\n2025-08-01 06:36:49.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:36:49.158 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][74e322c2-6684-4adb-8a83-612f9ea74eaa] socks forwarding established\n2025-08-01 06:36:49.204 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][74e322c2-6684-4adb-8a83-612f9ea74eaa] socks connection closed\n2025-08-01 06:36:49.205 [info] [command][87bbaa2e-2ea4-4f28-a40e-b2e8c96279df] Process exited with code 0\n2025-08-01 06:36:49.205 [info] [command][87bbaa2e-2ea4-4f28-a40e-b2e8c96279df] Socket close event received\n2025-08-01 06:36:49.244 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54699 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:37:49.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:37:49.216 [info] [command][2e74f577-0556-4837-9e78-ac63bbc7a3c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2e74f577-0556-4837-9e78-ac63bbc7a3c7""}\n2025-08-01 06:37:49.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3f5f9a93-7818-4841-a7a9-18a48a737c20] received connection request\n2025-08-01 06:37:49.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 06:37:49.217 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:37:49.263 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f5f9a93-7818-4841-a7a9-18a48a737c20] socks forwarding established\n2025-08-01 06:37:49.308 [info] [command][2e74f577-0556-4837-9e78-ac63bbc7a3c7] Process exited with code 0\n2025-08-01 06:37:49.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f5f9a93-7818-4841-a7a9-18a48a737c20] socks connection closed\n2025-08-01 06:37:49.308 [info] [command][2e74f577-0556-4837-9e78-ac63bbc7a3c7] Socket close event received\n2025-08-01 06:37:49.347 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54727 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:38:49.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:38:49.320 [info] [command][1d66f01c-e9f9-4b3b-87aa-d53ea0548f71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1d66f01c-e9f9-4b3b-87aa-d53ea0548f71""}\n2025-08-01 06:38:49.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8b795840-7467-45a8-8115-cf0524a57199] received connection request\n2025-08-01 06:38:49.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:38:49.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8b795840-7467-45a8-8115-cf0524a57199] socks forwarding established\n2025-08-01 06:38:49.408 [info] [command][1d66f01c-e9f9-4b3b-87aa-d53ea0548f71] Process exited with code 0\n2025-08-01 06:38:49.409 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8b795840-7467-45a8-8115-cf0524a57199] socks connection closed\n2025-08-01 06:38:49.409 [info] [command][1d66f01c-e9f9-4b3b-87aa-d53ea0548f71] Socket close event received\n2025-08-01 06:38:49.449 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54762 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:39:49.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:39:49.410 [info] [command][a75c604c-1d06-4bcf-bd34-dcb285be816c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a75c604c-1d06-4bcf-bd34-dcb285be816c""}\n2025-08-01 06:39:49.410 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6df43cd4-2f6a-4fef-9b48-4792d90a382f] received connection request\n2025-08-01 06:39:49.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:39:49.552 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6df43cd4-2f6a-4fef-9b48-4792d90a382f] socks forwarding established\n2025-08-01 06:39:49.599 [info] [command][a75c604c-1d06-4bcf-bd34-dcb285be816c] Process exited with code 0\n2025-08-01 06:39:49.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6df43cd4-2f6a-4fef-9b48-4792d90a382f] socks connection closed\n2025-08-01 06:39:49.600 [info] [command][a75c604c-1d06-4bcf-bd34-dcb285be816c] Socket close event received\n2025-08-01 06:39:49.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54778 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:40:49.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:40:49.608 [info] [command][0fe92e82-9627-4008-b2cd-195c84f39b9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0fe92e82-9627-4008-b2cd-195c84f39b9b""}\n2025-08-01 06:40:49.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cd985365-35c3-411d-8c5b-ca7ea7124671] received connection request\n2025-08-01 06:40:49.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:40:49.650 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd985365-35c3-411d-8c5b-ca7ea7124671] socks forwarding established\n2025-08-01 06:40:49.695 [info] [command][0fe92e82-9627-4008-b2cd-195c84f39b9b] Process exited with code 0\n2025-08-01 06:40:49.695 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd985365-35c3-411d-8c5b-ca7ea7124671] socks connection closed\n2025-08-01 06:40:49.695 [info] [command][0fe92e82-9627-4008-b2cd-195c84f39b9b] Socket close event received\n2025-08-01 06:40:49.735 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54800 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:41:49.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:41:49.701 [info] [command][6f6a7999-378a-4301-a661-1cdd6416aba6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f6a7999-378a-4301-a661-1cdd6416aba6""}\n2025-08-01 06:41:49.702 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e71ee63a-4d59-4e0b-a2a5-355ba301b092] received connection request\n2025-08-01 06:41:49.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:41:49.746 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e71ee63a-4d59-4e0b-a2a5-355ba301b092] socks forwarding established\n2025-08-01 06:41:49.790 [info] [command][6f6a7999-378a-4301-a661-1cdd6416aba6] Process exited with code 0\n2025-08-01 06:41:49.790 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e71ee63a-4d59-4e0b-a2a5-355ba301b092] socks connection closed\n2025-08-01 06:41:49.791 [info] [command][6f6a7999-378a-4301-a661-1cdd6416aba6] Socket close event received\n2025-08-01 06:41:49.831 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54825 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:42:49.793 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:42:49.795 [info] [command][c34d2c7e-1312-4c87-a50d-befac991e33a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c34d2c7e-1312-4c87-a50d-befac991e33a""}\n2025-08-01 06:42:49.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ffdfd4a9-1802-4e16-a222-40957b5f9a0f] received connection request\n2025-08-01 06:42:49.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:42:49.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ffdfd4a9-1802-4e16-a222-40957b5f9a0f] socks forwarding established\n2025-08-01 06:42:49.885 [info] [command][c34d2c7e-1312-4c87-a50d-befac991e33a] Process exited with code 0\n2025-08-01 06:42:49.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ffdfd4a9-1802-4e16-a222-40957b5f9a0f] socks connection closed\n2025-08-01 06:42:49.885 [info] [command][c34d2c7e-1312-4c87-a50d-befac991e33a] Socket close event received\n2025-08-01 06:42:49.925 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:43:49.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:43:49.892 [info] [command][37035485-e8a0-4739-a089-ea13755f21ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37035485-e8a0-4739-a089-ea13755f21ba""}\n2025-08-01 06:43:49.892 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8c9d7a03-ec59-4d97-be87-e4c2b76e6e03] received connection request\n2025-08-01 06:43:49.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:43:49.934 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8c9d7a03-ec59-4d97-be87-e4c2b76e6e03] socks forwarding established\n2025-08-01 06:43:49.979 [info] [command][37035485-e8a0-4739-a089-ea13755f21ba] Process exited with code 0\n2025-08-01 06:43:49.979 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8c9d7a03-ec59-4d97-be87-e4c2b76e6e03] socks connection closed\n2025-08-01 06:43:49.979 [info] [command][37035485-e8a0-4739-a089-ea13755f21ba] Socket close event received\n2025-08-01 06:43:50.081 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54906 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:44:49.986 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:44:49.988 [info] [command][f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba""}\n2025-08-01 06:44:49.988 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f4cb79e5-65ed-47fc-98ed-41a12a1a60c1] received connection request\n2025-08-01 06:44:49.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:44:50.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4cb79e5-65ed-47fc-98ed-41a12a1a60c1] socks forwarding established\n2025-08-01 06:44:50.079 [info] [command][f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba] Process exited with code 0\n2025-08-01 06:44:50.079 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4cb79e5-65ed-47fc-98ed-41a12a1a60c1] socks connection closed\n2025-08-01 06:44:50.079 [info] [command][f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba] Socket close event received\n2025-08-01 06:44:50.119 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54926 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:45:50.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:45:50.084 [info] [command][57a6c375-db52-4768-87fc-30c6a5043957] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""57a6c375-db52-4768-87fc-30c6a5043957""}\n2025-08-01 06:45:50.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad0a061c-ad35-4e2e-a7bb-168162e1d0f8] received connection request\n2025-08-01 06:45:50.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:45:50.130 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad0a061c-ad35-4e2e-a7bb-168162e1d0f8] socks forwarding established\n2025-08-01 06:45:50.174 [info] [command][57a6c375-db52-4768-87fc-30c6a5043957] Process exited with code 0\n2025-08-01 06:45:50.175 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad0a061c-ad35-4e2e-a7bb-168162e1d0f8] socks connection closed\n2025-08-01 06:45:50.175 [info] [command][57a6c375-db52-4768-87fc-30c6a5043957] Socket close event received\n2025-08-01 06:45:50.213 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54951 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:46:50.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:46:50.179 [info] [command][79394e02-f232-4e38-a833-945e70e09d01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""79394e02-f232-4e38-a833-945e70e09d01""}\n2025-08-01 06:46:50.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][82daa58e-f680-4240-8ce2-f17535931ce0] received connection request\n2025-08-01 06:46:50.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:46:50.227 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82daa58e-f680-4240-8ce2-f17535931ce0] socks forwarding established\n2025-08-01 06:46:50.274 [info] [command][79394e02-f232-4e38-a833-945e70e09d01] Process exited with code 0\n2025-08-01 06:46:50.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82daa58e-f680-4240-8ce2-f17535931ce0] socks connection closed\n2025-08-01 06:46:50.274 [info] [command][79394e02-f232-4e38-a833-945e70e09d01] Socket close event received\n2025-08-01 06:46:50.316 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54971 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:47:50.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:47:50.285 [info] [command][d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca""}\n2025-08-01 06:47:50.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db9b7cf6-ecac-4158-94f2-c5a111e10441] received connection request\n2025-08-01 06:47:50.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:47:50.347 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db9b7cf6-ecac-4158-94f2-c5a111e10441] socks forwarding established\n2025-08-01 06:47:50.683 [info] [command][d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca] Process exited with code 0\n2025-08-01 06:47:50.683 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db9b7cf6-ecac-4158-94f2-c5a111e10441] socks connection closed\n2025-08-01 06:47:50.683 [info] [command][d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca] Socket close event received\n2025-08-01 06:47:50.724 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55001 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:48:50.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:48:50.690 [info] [command][69062ee2-31c6-40b6-92b0-fbfbc0fbfb46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""69062ee2-31c6-40b6-92b0-fbfbc0fbfb46""}\n2025-08-01 06:48:50.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][784a804e-46c5-4933-9deb-5945e9051e80] received connection request\n2025-08-01 06:48:50.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:48:50.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][784a804e-46c5-4933-9deb-5945e9051e80] socks forwarding established\n2025-08-01 06:48:50.878 [info] [command][69062ee2-31c6-40b6-92b0-fbfbc0fbfb46] Process exited with code 0\n2025-08-01 06:48:50.878 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][784a804e-46c5-4933-9deb-5945e9051e80] socks connection closed\n2025-08-01 06:48:50.878 [info] [command][69062ee2-31c6-40b6-92b0-fbfbc0fbfb46] Socket close event received\n2025-08-01 06:48:50.918 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55035 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:49:50.886 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:49:50.888 [info] [command][3ef384cf-931b-435d-9e24-2818b62298c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3ef384cf-931b-435d-9e24-2818b62298c6""}\n2025-08-01 06:49:50.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0aa60571-0dc5-46cf-a388-d8d4e1674a34] received connection request\n2025-08-01 06:49:50.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:49:50.962 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0aa60571-0dc5-46cf-a388-d8d4e1674a34] socks forwarding established\n2025-08-01 06:49:51.023 [info] [command][3ef384cf-931b-435d-9e24-2818b62298c6] Process exited with code 0\n2025-08-01 06:49:51.024 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0aa60571-0dc5-46cf-a388-d8d4e1674a34] socks connection closed\n2025-08-01 06:49:51.024 [info] [command][3ef384cf-931b-435d-9e24-2818b62298c6] Socket close event received\n2025-08-01 06:49:51.067 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55064 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:50:51.030 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:50:51.032 [info] [command][7aca3495-ff94-4f4b-83eb-8e4f702d6869] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7aca3495-ff94-4f4b-83eb-8e4f702d6869""}\n2025-08-01 06:50:51.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e61f0461-9823-4617-b690-c39c50362175] received connection request\n2025-08-01 06:50:51.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:50:51.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e61f0461-9823-4617-b690-c39c50362175] socks forwarding established\n2025-08-01 06:50:51.123 [info] [command][7aca3495-ff94-4f4b-83eb-8e4f702d6869] Process exited with code 0\n2025-08-01 06:50:51.123 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e61f0461-9823-4617-b690-c39c50362175] socks connection closed\n2025-08-01 06:50:51.123 [info] [command][7aca3495-ff94-4f4b-83eb-8e4f702d6869] Socket close event received\n2025-08-01 06:50:51.164 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55090 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:51:51.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:51:51.126 [info] [command][75b528b7-865b-4594-9267-ec34a47ea398] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""75b528b7-865b-4594-9267-ec34a47ea398""}\n2025-08-01 06:51:51.127 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3e7e8c07-751a-4fc7-a27c-d23c18cff32a] received connection request\n2025-08-01 06:51:51.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:51:51.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e7e8c07-751a-4fc7-a27c-d23c18cff32a] socks forwarding established\n2025-08-01 06:51:51.213 [info] [command][75b528b7-865b-4594-9267-ec34a47ea398] Process exited with code 0\n2025-08-01 06:51:51.213 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e7e8c07-751a-4fc7-a27c-d23c18cff32a] socks connection closed\n2025-08-01 06:51:51.214 [info] [command][75b528b7-865b-4594-9267-ec34a47ea398] Socket close event received\n2025-08-01 06:51:51.253 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55106 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:52:51.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:52:51.225 [info] [command][94a18dc0-820f-4c0e-878a-730d0cf773b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94a18dc0-820f-4c0e-878a-730d0cf773b7""}\n2025-08-01 06:52:51.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6525aa60-a3be-4947-abe1-466d90e543ed] received connection request\n2025-08-01 06:52:51.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:52:51.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6525aa60-a3be-4947-abe1-466d90e543ed] socks forwarding established\n2025-08-01 06:52:51.312 [info] [command][94a18dc0-820f-4c0e-878a-730d0cf773b7] Process exited with code 0\n2025-08-01 06:52:51.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6525aa60-a3be-4947-abe1-466d90e543ed] socks connection closed\n2025-08-01 06:52:51.313 [info] [command][94a18dc0-820f-4c0e-878a-730d0cf773b7] Socket close event received\n2025-08-01 06:52:51.351 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55138 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:53:51.317 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:53:51.319 [info] [command][ea5bf909-e3a2-4ea9-b783-d59efad0a620] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ea5bf909-e3a2-4ea9-b783-d59efad0a620""}\n2025-08-01 06:53:51.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2872fe1d-e078-4ed6-a52f-fe843badd4d3] received connection request\n2025-08-01 06:53:51.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:53:51.407 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2872fe1d-e078-4ed6-a52f-fe843badd4d3] socks forwarding established\n2025-08-01 06:53:51.452 [info] [command][ea5bf909-e3a2-4ea9-b783-d59efad0a620] Process exited with code 0\n2025-08-01 06:53:51.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2872fe1d-e078-4ed6-a52f-fe843badd4d3] socks connection closed\n2025-08-01 06:53:51.453 [info] [command][ea5bf909-e3a2-4ea9-b783-d59efad0a620] Socket close event received\n2025-08-01 06:53:51.493 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55167 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:54:51.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:54:51.463 [info] [command][988b8df7-57d5-41f7-8038-4d38d512da36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""988b8df7-57d5-41f7-8038-4d38d512da36""}\n2025-08-01 06:54:51.463 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b95874d4-622d-4f48-92ef-4e55ceb86e66] received connection request\n2025-08-01 06:54:51.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:54:51.509 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b95874d4-622d-4f48-92ef-4e55ceb86e66] socks forwarding established\n2025-08-01 06:54:51.554 [info] [command][988b8df7-57d5-41f7-8038-4d38d512da36] Process exited with code 0\n2025-08-01 06:54:51.554 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b95874d4-622d-4f48-92ef-4e55ceb86e66] socks connection closed\n2025-08-01 06:54:51.554 [info] [command][988b8df7-57d5-41f7-8038-4d38d512da36] Socket close event received\n2025-08-01 06:54:51.596 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55190 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:55:51.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:55:51.559 [info] [command][bbd3a589-2f7f-4e4c-9532-8372f30131d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bbd3a589-2f7f-4e4c-9532-8372f30131d4""}\n2025-08-01 06:55:51.560 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][847f6abc-de2a-407b-bdec-78319fa6b14b] received connection request\n2025-08-01 06:55:51.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:55:51.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][847f6abc-de2a-407b-bdec-78319fa6b14b] socks forwarding established\n2025-08-01 06:55:51.651 [info] [command][bbd3a589-2f7f-4e4c-9532-8372f30131d4] Process exited with code 0\n2025-08-01 06:55:51.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][847f6abc-de2a-407b-bdec-78319fa6b14b] socks connection closed\n2025-08-01 06:55:51.652 [info] [command][bbd3a589-2f7f-4e4c-9532-8372f30131d4] Socket close event received\n2025-08-01 06:55:51.692 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55219 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:56:51.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:56:51.660 [info] [command][2ddd77de-6b4d-4472-bc1e-c61384ee3289] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2ddd77de-6b4d-4472-bc1e-c61384ee3289""}\n2025-08-01 06:56:51.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5f05e5c6-0125-4a49-94aa-36025309689a] received connection request\n2025-08-01 06:56:51.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:56:51.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5f05e5c6-0125-4a49-94aa-36025309689a] socks forwarding established\n2025-08-01 06:56:51.750 [info] [command][2ddd77de-6b4d-4472-bc1e-c61384ee3289] Process exited with code 0\n2025-08-01 06:56:51.750 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5f05e5c6-0125-4a49-94aa-36025309689a] socks connection closed\n2025-08-01 06:56:51.750 [info] [command][2ddd77de-6b4d-4472-bc1e-c61384ee3289] Socket close event received\n2025-08-01 06:56:51.790 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55244 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:57:51.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:57:51.754 [info] [command][6691df0b-fd28-44dc-bf83-7622234b272c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6691df0b-fd28-44dc-bf83-7622234b272c""}\n2025-08-01 06:57:51.755 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6fdc2125-2bad-472f-a653-9db8006e2dfc] received connection request\n2025-08-01 06:57:51.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:57:51.800 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fdc2125-2bad-472f-a653-9db8006e2dfc] socks forwarding established\n2025-08-01 06:57:51.846 [info] [command][6691df0b-fd28-44dc-bf83-7622234b272c] Process exited with code 0\n2025-08-01 06:57:51.846 [info] [command][6691df0b-fd28-44dc-bf83-7622234b272c] Socket close event received\n2025-08-01 06:57:51.847 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fdc2125-2bad-472f-a653-9db8006e2dfc] socks connection closed\n2025-08-01 06:57:51.886 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55271 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:58:51.857 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:58:51.859 [info] [command][200a5e8f-6ceb-408c-9ffc-ec9803b06186] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""200a5e8f-6ceb-408c-9ffc-ec9803b06186""}\n2025-08-01 06:58:51.860 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][98beacef-4771-4c98-ba1c-2394afe6b447] received connection request\n2025-08-01 06:58:51.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:58:52.034 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][98beacef-4771-4c98-ba1c-2394afe6b447] socks forwarding established\n2025-08-01 06:58:52.213 [info] [command][200a5e8f-6ceb-408c-9ffc-ec9803b06186] Process exited with code 0\n2025-08-01 06:58:52.213 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][98beacef-4771-4c98-ba1c-2394afe6b447] socks connection closed\n2025-08-01 06:58:52.213 [info] [command][200a5e8f-6ceb-408c-9ffc-ec9803b06186] Socket close event received\n2025-08-01 06:58:52.252 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55306 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:59:52.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:59:52.225 [info] [command][337fb3a8-d9ab-40dd-8a21-197ff130b3d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""337fb3a8-d9ab-40dd-8a21-197ff130b3d4""}\n2025-08-01 06:59:52.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b8bb84c1-1519-45fe-846d-c8f0c5c04cd6] received connection request\n2025-08-01 06:59:52.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:59:52.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8bb84c1-1519-45fe-846d-c8f0c5c04cd6] socks forwarding established\n2025-08-01 06:59:52.315 [info] [command][337fb3a8-d9ab-40dd-8a21-197ff130b3d4] Process exited with code 0\n2025-08-01 06:59:52.315 [info] [command][337fb3a8-d9ab-40dd-8a21-197ff130b3d4] Socket close event received\n2025-08-01 06:59:52.317 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8bb84c1-1519-45fe-846d-c8f0c5c04cd6] socks connection closed\n2025-08-01 06:59:52.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55324 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:00:52.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:00:52.321 [info] [command][b60b3bf4-c066-499c-a1f0-2291bc2acb4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b60b3bf4-c066-499c-a1f0-2291bc2acb4f""}\n2025-08-01 07:00:52.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d74f10eb-167b-4362-889c-0778c281bef9] received connection request\n2025-08-01 07:00:52.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:00:52.364 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d74f10eb-167b-4362-889c-0778c281bef9] socks forwarding established\n2025-08-01 07:00:52.410 [info] [command][b60b3bf4-c066-499c-a1f0-2291bc2acb4f] Process exited with code 0\n2025-08-01 07:00:52.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d74f10eb-167b-4362-889c-0778c281bef9] socks connection closed\n2025-08-01 07:00:52.411 [info] [command][b60b3bf4-c066-499c-a1f0-2291bc2acb4f] Socket close event received\n2025-08-01 07:00:52.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55347 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:01:52.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:01:52.413 [info] [command][ac192cea-34d9-4104-abb2-52aea6239caa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ac192cea-34d9-4104-abb2-52aea6239caa""}\n2025-08-01 07:01:52.414 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][842cb7b1-bf49-4e57-96de-837cd7e92dfa] received connection request\n2025-08-01 07:01:52.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:01:52.457 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][842cb7b1-bf49-4e57-96de-837cd7e92dfa] socks forwarding established\n2025-08-01 07:01:52.504 [info] [command][ac192cea-34d9-4104-abb2-52aea6239caa] Process exited with code 0\n2025-08-01 07:01:52.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][842cb7b1-bf49-4e57-96de-837cd7e92dfa] socks connection closed\n2025-08-01 07:01:52.504 [info] [command][ac192cea-34d9-4104-abb2-52aea6239caa] Socket close event received\n2025-08-01 07:01:52.547 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:02:52.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:02:52.507 [info] [command][87648708-3b6a-437c-864c-7da19a891d1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""87648708-3b6a-437c-864c-7da19a891d1f""}\n2025-08-01 07:02:52.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ce39cf7-d142-4945-90da-7e020eeb3702] received connection request\n2025-08-01 07:02:52.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:02:52.630 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce39cf7-d142-4945-90da-7e020eeb3702] socks forwarding established\n2025-08-01 07:02:52.676 [info] [command][87648708-3b6a-437c-864c-7da19a891d1f] Process exited with code 0\n2025-08-01 07:02:52.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce39cf7-d142-4945-90da-7e020eeb3702] socks connection closed\n2025-08-01 07:02:52.676 [info] [command][87648708-3b6a-437c-864c-7da19a891d1f] Socket close event received\n2025-08-01 07:02:52.716 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55389 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:03:52.685 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:03:52.686 [info] [command][bf38af8b-3e68-4b99-9b45-962d58866bcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bf38af8b-3e68-4b99-9b45-962d58866bcb""}\n2025-08-01 07:03:52.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4918f59a-250b-45e1-8254-515ca7cfdb0d] received connection request\n2025-08-01 07:03:52.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:03:52.727 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4918f59a-250b-45e1-8254-515ca7cfdb0d] socks forwarding established\n2025-08-01 07:03:52.771 [info] [command][bf38af8b-3e68-4b99-9b45-962d58866bcb] Process exited with code 0\n2025-08-01 07:03:52.772 [info] [command][bf38af8b-3e68-4b99-9b45-962d58866bcb] Socket close event received\n2025-08-01 07:03:52.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4918f59a-250b-45e1-8254-515ca7cfdb0d] socks connection closed\n2025-08-01 07:03:52.811 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55422 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:04:52.775 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:04:52.777 [info] [command][e83725db-3165-43f7-8a0c-dfc7f6f9d31b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e83725db-3165-43f7-8a0c-dfc7f6f9d31b""}\n2025-08-01 07:04:52.778 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1a67921c-949e-48f2-9c9e-82c172bc1995] received connection request\n2025-08-01 07:04:52.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:04:52.824 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a67921c-949e-48f2-9c9e-82c172bc1995] socks forwarding established\n2025-08-01 07:04:52.868 [info] [command][e83725db-3165-43f7-8a0c-dfc7f6f9d31b] Process exited with code 0\n2025-08-01 07:04:52.869 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a67921c-949e-48f2-9c9e-82c172bc1995] socks connection closed\n2025-08-01 07:04:52.869 [info] [command][e83725db-3165-43f7-8a0c-dfc7f6f9d31b] Socket close event received\n2025-08-01 07:04:52.908 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55434 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:05:52.876 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:05:52.878 [info] [command][a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0""}\n2025-08-01 07:05:52.879 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b551b7ef-f7e6-45f0-8725-d911138e0067] received connection request\n2025-08-01 07:05:52.880 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:05:52.923 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b551b7ef-f7e6-45f0-8725-d911138e0067] socks forwarding established\n2025-08-01 07:05:52.968 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b551b7ef-f7e6-45f0-8725-d911138e0067] socks connection closed\n2025-08-01 07:05:52.968 [info] [command][a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0] Process exited with code 0\n2025-08-01 07:05:52.969 [info] [command][a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0] Socket close event received\n2025-08-01 07:05:53.010 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55448 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:06:52.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:06:52.973 [info] [command][89e5687b-9dee-4c13-b41e-b70ed3cbb26f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""89e5687b-9dee-4c13-b41e-b70ed3cbb26f""}\n2025-08-01 07:06:52.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39a60970-593b-4579-ae3c-d366a32f8e68] received connection request\n2025-08-01 07:06:52.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:06:53.018 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39a60970-593b-4579-ae3c-d366a32f8e68] socks forwarding established\n2025-08-01 07:06:53.063 [info] [command][89e5687b-9dee-4c13-b41e-b70ed3cbb26f] Process exited with code 0\n2025-08-01 07:06:53.063 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39a60970-593b-4579-ae3c-d366a32f8e68] socks connection closed\n2025-08-01 07:06:53.063 [info] [command][89e5687b-9dee-4c13-b41e-b70ed3cbb26f] Socket close event received\n2025-08-01 07:06:53.103 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55464 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:07:53.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:07:53.071 [info] [command][9102a065-789d-4e06-ad1d-fa1e9dd6bb3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9102a065-789d-4e06-ad1d-fa1e9dd6bb3f""}\n2025-08-01 07:07:53.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3ff99218-f8ad-4cb3-b7d1-b5b404a97865] received connection request\n2025-08-01 07:07:53.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:07:53.115 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3ff99218-f8ad-4cb3-b7d1-b5b404a97865] socks forwarding established\n2025-08-01 07:07:53.166 [info] [command][9102a065-789d-4e06-ad1d-fa1e9dd6bb3f] Process exited with code 0\n2025-08-01 07:07:53.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3ff99218-f8ad-4cb3-b7d1-b5b404a97865] socks connection closed\n2025-08-01 07:07:53.166 [info] [command][9102a065-789d-4e06-ad1d-fa1e9dd6bb3f] Socket close event received\n2025-08-01 07:07:53.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55489 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:08:53.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:08:53.172 [info] [command][b5df4b6b-ce2b-42cd-b70c-9021001be733] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b5df4b6b-ce2b-42cd-b70c-9021001be733""}\n2025-08-01 07:08:53.172 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][878cd8c6-0cef-4e8f-a950-e34f74c0b287] received connection request\n2025-08-01 07:08:53.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:08:53.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][878cd8c6-0cef-4e8f-a950-e34f74c0b287] socks forwarding established\n2025-08-01 07:08:53.261 [info] [command][b5df4b6b-ce2b-42cd-b70c-9021001be733] Process exited with code 0\n2025-08-01 07:08:53.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][878cd8c6-0cef-4e8f-a950-e34f74c0b287] socks connection closed\n2025-08-01 07:08:53.261 [info] [command][b5df4b6b-ce2b-42cd-b70c-9021001be733] Socket close event received\n2025-08-01 07:08:53.300 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55522 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:09:53.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:09:53.268 [info] [command][f2e742f0-bbbf-4391-b2f6-739cb9ca24c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f2e742f0-bbbf-4391-b2f6-739cb9ca24c4""}\n2025-08-01 07:09:53.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d8e9a748-4548-4e6b-89ef-a8c1a76629b6] received connection request\n2025-08-01 07:09:53.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:09:53.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d8e9a748-4548-4e6b-89ef-a8c1a76629b6] socks forwarding established\n2025-08-01 07:09:53.357 [info] [command][f2e742f0-bbbf-4391-b2f6-739cb9ca24c4] Process exited with code 0\n2025-08-01 07:09:53.357 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d8e9a748-4548-4e6b-89ef-a8c1a76629b6] socks connection closed\n2025-08-01 07:09:53.357 [info] [command][f2e742f0-bbbf-4391-b2f6-739cb9ca24c4] Socket close event received\n2025-08-01 07:09:53.396 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:10:53.359 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:10:53.361 [info] [command][83bad43b-fb5c-4228-aed4-61e80baef9be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""83bad43b-fb5c-4228-aed4-61e80baef9be""}\n2025-08-01 07:10:53.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3d06ba00-5e41-4539-9729-c311cb7335ba] received connection request\n2025-08-01 07:10:53.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:10:53.407 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3d06ba00-5e41-4539-9729-c311cb7335ba] socks forwarding established\n2025-08-01 07:10:53.453 [info] [command][83bad43b-fb5c-4228-aed4-61e80baef9be] Process exited with code 0\n2025-08-01 07:10:53.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3d06ba00-5e41-4539-9729-c311cb7335ba] socks connection closed\n2025-08-01 07:10:53.453 [info] [command][83bad43b-fb5c-4228-aed4-61e80baef9be] Socket close event received\n2025-08-01 07:10:53.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55556 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:11:53.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:11:53.465 [info] [command][1a6a951e-02b2-40b7-a96e-282b4c8030e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a6a951e-02b2-40b7-a96e-282b4c8030e7""}\n2025-08-01 07:11:53.465 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9fbc9bfb-f69c-4e46-8e30-04cd84e629fa] received connection request\n2025-08-01 07:11:53.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:11:53.562 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fbc9bfb-f69c-4e46-8e30-04cd84e629fa] socks forwarding established\n2025-08-01 07:11:53.609 [info] [command][1a6a951e-02b2-40b7-a96e-282b4c8030e7] Process exited with code 0\n2025-08-01 07:11:53.609 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fbc9bfb-f69c-4e46-8e30-04cd84e629fa] socks connection closed\n2025-08-01 07:11:53.609 [info] [command][1a6a951e-02b2-40b7-a96e-282b4c8030e7] Socket close event received\n2025-08-01 07:11:53.650 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55575 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:12:53.613 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:12:53.615 [info] [command][132ac898-cb20-4f32-b893-fcb1d373eb98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""132ac898-cb20-4f32-b893-fcb1d373eb98""}\n2025-08-01 07:12:53.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4bccd7a2-14b6-4d15-9080-49222382558a] received connection request\n2025-08-01 07:12:53.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:12:53.667 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bccd7a2-14b6-4d15-9080-49222382558a] socks forwarding established\n2025-08-01 07:12:53.712 [info] [command][132ac898-cb20-4f32-b893-fcb1d373eb98] Process exited with code 0\n2025-08-01 07:12:53.712 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bccd7a2-14b6-4d15-9080-49222382558a] socks connection closed\n2025-08-01 07:12:53.713 [info] [command][132ac898-cb20-4f32-b893-fcb1d373eb98] Socket close event received\n2025-08-01 07:12:53.753 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55604 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:13:53.715 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:13:53.717 [info] [command][34e36ec3-acb8-44d1-8771-efc35cbf13c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""34e36ec3-acb8-44d1-8771-efc35cbf13c7""}\n2025-08-01 07:13:53.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][831a67be-3ee9-440b-afb3-2a28d9cfc21b] received connection request\n2025-08-01 07:13:53.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:13:53.764 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][831a67be-3ee9-440b-afb3-2a28d9cfc21b] socks forwarding established\n2025-08-01 07:13:53.810 [info] [command][34e36ec3-acb8-44d1-8771-efc35cbf13c7] Process exited with code 0\n2025-08-01 07:13:53.811 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][831a67be-3ee9-440b-afb3-2a28d9cfc21b] socks connection closed\n2025-08-01 07:13:53.811 [info] [command][34e36ec3-acb8-44d1-8771-efc35cbf13c7] Socket close event received\n2025-08-01 07:13:53.852 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55636 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:14:53.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:14:53.818 [info] [command][2538ae8c-b3a4-427a-ab25-afec13f907d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2538ae8c-b3a4-427a-ab25-afec13f907d6""}\n2025-08-01 07:14:53.819 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][660f3908-ddf7-463e-b80d-4f627dd7f3d3] received connection request\n2025-08-01 07:14:53.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:14:53.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][660f3908-ddf7-463e-b80d-4f627dd7f3d3] socks forwarding established\n2025-08-01 07:14:53.904 [info] [command][2538ae8c-b3a4-427a-ab25-afec13f907d6] Process exited with code 0\n2025-08-01 07:14:53.904 [info] [command][2538ae8c-b3a4-427a-ab25-afec13f907d6] Socket close event received\n2025-08-01 07:14:53.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][660f3908-ddf7-463e-b80d-4f627dd7f3d3] socks connection closed\n2025-08-01 07:14:53.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55656 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:15:53.911 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:15:53.913 [info] [command][37705f81-307b-415f-9e20-1b2f2a34bdc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37705f81-307b-415f-9e20-1b2f2a34bdc6""}\n2025-08-01 07:15:53.914 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e4faaaa0-3af3-4b6f-a963-c7bd67034e62] received connection request\n2025-08-01 07:15:53.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:15:53.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4faaaa0-3af3-4b6f-a963-c7bd67034e62] socks forwarding established\n2025-08-01 07:15:54.008 [info] [command][37705f81-307b-415f-9e20-1b2f2a34bdc6] Process exited with code 0\n2025-08-01 07:15:54.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4faaaa0-3af3-4b6f-a963-c7bd67034e62] socks connection closed\n2025-08-01 07:15:54.008 [info] [command][37705f81-307b-415f-9e20-1b2f2a34bdc6] Socket close event received\n2025-08-01 07:15:54.048 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55673 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:16:54.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:16:54.019 [info] [command][74242844-e868-4ef0-a3b5-df784dd93038] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""74242844-e868-4ef0-a3b5-df784dd93038""}\n2025-08-01 07:16:54.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f63251a2-6078-4d0a-b989-fd854e97166b] received connection request\n2025-08-01 07:16:54.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:16:54.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f63251a2-6078-4d0a-b989-fd854e97166b] socks forwarding established\n2025-08-01 07:16:54.111 [info] [command][74242844-e868-4ef0-a3b5-df784dd93038] Process exited with code 0\n2025-08-01 07:16:54.111 [info] [command][74242844-e868-4ef0-a3b5-df784dd93038] Socket close event received\n2025-08-01 07:16:54.150 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f63251a2-6078-4d0a-b989-fd854e97166b] socks connection closed\n2025-08-01 07:16:54.154 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55741 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:17:54.113 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:17:54.115 [info] [command][c2f84def-460d-4d96-b25d-31f85c1e24a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c2f84def-460d-4d96-b25d-31f85c1e24a6""}\n2025-08-01 07:17:54.116 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dff02421-32d2-4e22-9150-ebad2ff737e1] received connection request\n2025-08-01 07:17:54.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:17:54.157 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dff02421-32d2-4e22-9150-ebad2ff737e1] socks forwarding established\n2025-08-01 07:17:54.202 [info] [command][c2f84def-460d-4d96-b25d-31f85c1e24a6] Process exited with code 0\n2025-08-01 07:17:54.203 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dff02421-32d2-4e22-9150-ebad2ff737e1] socks connection closed\n2025-08-01 07:17:54.203 [info] [command][c2f84def-460d-4d96-b25d-31f85c1e24a6] Socket close event received\n2025-08-01 07:17:54.242 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55770 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:18:54.210 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:18:54.213 [info] [command][27538c24-d08e-456f-a630-666261519898] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""27538c24-d08e-456f-a630-666261519898""}\n2025-08-01 07:18:54.213 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39b46a06-9bca-45f8-844d-fbac889f92a7] received connection request\n2025-08-01 07:18:54.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:18:54.258 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39b46a06-9bca-45f8-844d-fbac889f92a7] socks forwarding established\n2025-08-01 07:18:54.303 [info] [command][27538c24-d08e-456f-a630-666261519898] Process exited with code 0\n2025-08-01 07:18:54.303 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39b46a06-9bca-45f8-844d-fbac889f92a7] socks connection closed\n2025-08-01 07:18:54.303 [info] [command][27538c24-d08e-456f-a630-666261519898] Socket close event received\n2025-08-01 07:18:54.346 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55802 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:19:54.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:19:54.313 [info] [command][6fda734e-c374-4e27-85c5-f29db510c3d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6fda734e-c374-4e27-85c5-f29db510c3d4""}\n2025-08-01 07:19:54.314 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][95e15c50-9ac0-4881-9fb2-5b60b6e5150a] received connection request\n2025-08-01 07:19:54.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:19:54.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][95e15c50-9ac0-4881-9fb2-5b60b6e5150a] socks forwarding established\n2025-08-01 07:19:54.401 [info] [command][6fda734e-c374-4e27-85c5-f29db510c3d4] Process exited with code 0\n2025-08-01 07:19:54.401 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][95e15c50-9ac0-4881-9fb2-5b60b6e5150a] socks connection closed\n2025-08-01 07:19:54.401 [info] [command][6fda734e-c374-4e27-85c5-f29db510c3d4] Socket close event received\n2025-08-01 07:19:54.442 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55821 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:20:54.401 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:20:54.403 [info] [command][7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14""}\n2025-08-01 07:20:54.404 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7187b9ba-dbb2-4390-ba0c-c61ac11b0427] received connection request\n2025-08-01 07:20:54.405 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:20:54.450 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7187b9ba-dbb2-4390-ba0c-c61ac11b0427] socks forwarding established\n2025-08-01 07:20:54.499 [info] [command][7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14] Process exited with code 0\n2025-08-01 07:20:54.499 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7187b9ba-dbb2-4390-ba0c-c61ac11b0427] socks connection closed\n2025-08-01 07:20:54.499 [info] [command][7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14] Socket close event received\n2025-08-01 07:20:54.540 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55834 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:21:54.503 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:21:54.504 [info] [command][9f469ab9-2669-43c2-9cfc-c4b0502498df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9f469ab9-2669-43c2-9cfc-c4b0502498df""}\n2025-08-01 07:21:54.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][20ad22ca-4dcf-465f-b11c-c806f0665ccd] received connection request\n2025-08-01 07:21:54.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:21:54.548 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ad22ca-4dcf-465f-b11c-c806f0665ccd] socks forwarding established\n2025-08-01 07:21:54.596 [info] [command][9f469ab9-2669-43c2-9cfc-c4b0502498df] Process exited with code 0\n2025-08-01 07:21:54.596 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ad22ca-4dcf-465f-b11c-c806f0665ccd] socks connection closed\n2025-08-01 07:21:54.596 [info] [command][9f469ab9-2669-43c2-9cfc-c4b0502498df] Socket close event received\n2025-08-01 07:21:54.636 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:22:54.601 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:22:54.602 [info] [command][103548ec-5945-4480-9cc8-5866dd898730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""103548ec-5945-4480-9cc8-5866dd898730""}\n2025-08-01 07:22:54.602 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7b606aff-14ee-47fe-9d44-da79e1a757c4] received connection request\n2025-08-01 07:22:54.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:22:54.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7b606aff-14ee-47fe-9d44-da79e1a757c4] socks forwarding established\n2025-08-01 07:22:54.694 [info] [command][103548ec-5945-4480-9cc8-5866dd898730] Process exited with code 0\n2025-08-01 07:22:54.695 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7b606aff-14ee-47fe-9d44-da79e1a757c4] socks connection closed\n2025-08-01 07:22:54.695 [info] [command][103548ec-5945-4480-9cc8-5866dd898730] Socket close event received\n2025-08-01 07:22:54.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55873 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:23:54.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:23:54.696 [info] [command][7becb108-a9b2-468c-a0aa-c419def31b18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7becb108-a9b2-468c-a0aa-c419def31b18""}\n2025-08-01 07:23:54.697 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4db20b84-d7de-4490-8daa-50ca077224aa] received connection request\n2025-08-01 07:23:54.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:23:54.744 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4db20b84-d7de-4490-8daa-50ca077224aa] socks forwarding established\n2025-08-01 07:23:54.789 [info] [command][7becb108-a9b2-468c-a0aa-c419def31b18] Process exited with code 0\n2025-08-01 07:23:54.790 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4db20b84-d7de-4490-8daa-50ca077224aa] socks connection closed\n2025-08-01 07:23:54.790 [info] [command][7becb108-a9b2-468c-a0aa-c419def31b18] Socket close event received\n2025-08-01 07:23:54.840 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55899 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:24:54.801 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:24:54.802 [info] [command][501adc00-830e-44c1-a6a1-486103285537] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""501adc00-830e-44c1-a6a1-486103285537""}\n2025-08-01 07:24:54.803 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d9b7671c-17fb-4a82-b217-cc7415ffaf89] received connection request\n2025-08-01 07:24:54.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:24:54.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9b7671c-17fb-4a82-b217-cc7415ffaf89] socks forwarding established\n2025-08-01 07:24:54.894 [info] [command][501adc00-830e-44c1-a6a1-486103285537] Process exited with code 0\n2025-08-01 07:24:54.895 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9b7671c-17fb-4a82-b217-cc7415ffaf89] socks connection closed\n2025-08-01 07:24:54.895 [info] [command][501adc00-830e-44c1-a6a1-486103285537] Socket close event received\n2025-08-01 07:24:54.933 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:25:54.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:25:54.905 [info] [command][a54738ca-495d-47c8-85f8-93f63bef5a40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a54738ca-495d-47c8-85f8-93f63bef5a40""}\n2025-08-01 07:25:54.906 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c69ab00f-5157-44c5-af2c-6f899f1f0208] received connection request\n2025-08-01 07:25:54.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:25:55.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c69ab00f-5157-44c5-af2c-6f899f1f0208] socks forwarding established\n2025-08-01 07:25:55.282 [info] [command][a54738ca-495d-47c8-85f8-93f63bef5a40] Process exited with code 0\n2025-08-01 07:25:55.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c69ab00f-5157-44c5-af2c-6f899f1f0208] socks connection closed\n2025-08-01 07:25:55.282 [info] [command][a54738ca-495d-47c8-85f8-93f63bef5a40] Socket close event received\n2025-08-01 07:25:55.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55928 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:26:55.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:26:55.292 [info] [command][99163490-173f-4981-b629-0d43ddb246af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""99163490-173f-4981-b629-0d43ddb246af""}\n2025-08-01 07:26:55.292 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][66f76693-d6a6-4e73-9c12-42dc4bb3ecf5] received connection request\n2025-08-01 07:26:55.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:26:55.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][66f76693-d6a6-4e73-9c12-42dc4bb3ecf5] socks forwarding established\n2025-08-01 07:26:55.497 [info] [command][99163490-173f-4981-b629-0d43ddb246af] Process exited with code 0\n2025-08-01 07:26:55.498 [info] [command][99163490-173f-4981-b629-0d43ddb246af] Socket close event received\n2025-08-01 07:26:55.513 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][66f76693-d6a6-4e73-9c12-42dc4bb3ecf5] socks connection closed\n2025-08-01 07:26:55.542 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55947 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:27:55.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:27:55.509 [info] [command][b74752d6-52fd-47df-a15a-98e3e99e3707] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b74752d6-52fd-47df-a15a-98e3e99e3707""}\n2025-08-01 07:27:55.510 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5366bda2-3370-4772-a650-e01446294dbd] received connection request\n2025-08-01 07:27:55.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:27:55.555 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5366bda2-3370-4772-a650-e01446294dbd] socks forwarding established\n2025-08-01 07:27:55.601 [info] [command][b74752d6-52fd-47df-a15a-98e3e99e3707] Process exited with code 0\n2025-08-01 07:27:55.602 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5366bda2-3370-4772-a650-e01446294dbd] socks connection closed\n2025-08-01 07:27:55.602 [info] [command][b74752d6-52fd-47df-a15a-98e3e99e3707] Socket close event received\n2025-08-01 07:27:55.642 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55975 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:28:55.607 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:28:55.608 [info] [command][8d9aef5c-bb25-4cba-9564-59dc61c66b1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8d9aef5c-bb25-4cba-9564-59dc61c66b1c""}\n2025-08-01 07:28:55.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2b5299cc-b76e-44f8-88f1-c00e46e86c0a] received connection request\n2025-08-01 07:28:55.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:28:55.650 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b5299cc-b76e-44f8-88f1-c00e46e86c0a] socks forwarding established\n2025-08-01 07:28:55.695 [info] [command][8d9aef5c-bb25-4cba-9564-59dc61c66b1c] Process exited with code 0\n2025-08-01 07:28:55.695 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b5299cc-b76e-44f8-88f1-c00e46e86c0a] socks connection closed\n2025-08-01 07:28:55.695 [info] [command][8d9aef5c-bb25-4cba-9564-59dc61c66b1c] Socket close event received\n2025-08-01 07:28:55.735 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56008 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:29:55.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:29:55.702 [info] [command][b2ea2553-1a43-4276-a86d-b5e7282c07a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b2ea2553-1a43-4276-a86d-b5e7282c07a2""}\n2025-08-01 07:29:55.703 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6dc678a1-46b8-423a-94bc-109b0afcd6ad] received connection request\n2025-08-01 07:29:55.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:29:55.747 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6dc678a1-46b8-423a-94bc-109b0afcd6ad] socks forwarding established\n2025-08-01 07:29:55.792 [info] [command][b2ea2553-1a43-4276-a86d-b5e7282c07a2] Process exited with code 0\n2025-08-01 07:29:55.792 [info] [command][b2ea2553-1a43-4276-a86d-b5e7282c07a2] Socket close event received\n2025-08-01 07:29:55.793 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6dc678a1-46b8-423a-94bc-109b0afcd6ad] socks connection closed\n2025-08-01 07:29:55.833 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56028 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:30:55.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:30:55.797 [info] [command][591b116a-b0bd-46aa-8f99-baaba4d73cbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""591b116a-b0bd-46aa-8f99-baaba4d73cbc""}\n2025-08-01 07:30:55.798 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7a63bd16-cdd1-49fe-bd06-42061364a9ac] received connection request\n2025-08-01 07:30:55.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:30:55.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a63bd16-cdd1-49fe-bd06-42061364a9ac] socks forwarding established\n2025-08-01 07:30:55.958 [info] [command][591b116a-b0bd-46aa-8f99-baaba4d73cbc] Process exited with code 0\n2025-08-01 07:30:55.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a63bd16-cdd1-49fe-bd06-42061364a9ac] socks connection closed\n2025-08-01 07:30:55.958 [info] [command][591b116a-b0bd-46aa-8f99-baaba4d73cbc] Socket close event received\n2025-08-01 07:30:56.000 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56046 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:31:55.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:31:55.961 [info] [command][68dbad70-39a0-4582-9746-5349ed49ae89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""68dbad70-39a0-4582-9746-5349ed49ae89""}\n2025-08-01 07:31:55.962 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][485b14c6-352b-4ada-9434-7f42321b01bc] received connection request\n2025-08-01 07:31:55.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:31:56.007 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][485b14c6-352b-4ada-9434-7f42321b01bc] socks forwarding established\n2025-08-01 07:31:56.052 [info] [command][68dbad70-39a0-4582-9746-5349ed49ae89] Process exited with code 0\n2025-08-01 07:31:56.052 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][485b14c6-352b-4ada-9434-7f42321b01bc] socks connection closed\n2025-08-01 07:31:56.052 [info] [command][68dbad70-39a0-4582-9746-5349ed49ae89] Socket close event received\n2025-08-01 07:31:56.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56065 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:32:56.062 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:32:56.063 [info] [command][80237501-18fb-434d-8ea0-d1a667fb352b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""80237501-18fb-434d-8ea0-d1a667fb352b""}\n2025-08-01 07:32:56.064 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dd9792d4-d8c1-4b7d-82f4-c82d744f53dc] received connection request\n2025-08-01 07:32:56.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:32:56.112 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd9792d4-d8c1-4b7d-82f4-c82d744f53dc] socks forwarding established\n2025-08-01 07:32:56.155 [info] [command][80237501-18fb-434d-8ea0-d1a667fb352b] Process exited with code 0\n2025-08-01 07:32:56.155 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd9792d4-d8c1-4b7d-82f4-c82d744f53dc] socks connection closed\n2025-08-01 07:32:56.156 [info] [command][80237501-18fb-434d-8ea0-d1a667fb352b] Socket close event received\n2025-08-01 07:32:56.194 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56159 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:33:56.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:33:56.162 [info] [command][9ffb28f5-8899-4f9c-9a87-d4e604d999eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ffb28f5-8899-4f9c-9a87-d4e604d999eb""}\n2025-08-01 07:33:56.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f106a1eb-76d8-463d-8458-a289ca803747] received connection request\n2025-08-01 07:33:56.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:33:56.210 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f106a1eb-76d8-463d-8458-a289ca803747] socks forwarding established\n2025-08-01 07:33:56.256 [info] [command][9ffb28f5-8899-4f9c-9a87-d4e604d999eb] Process exited with code 0\n2025-08-01 07:33:56.256 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f106a1eb-76d8-463d-8458-a289ca803747] socks connection closed\n2025-08-01 07:33:56.256 [info] [command][9ffb28f5-8899-4f9c-9a87-d4e604d999eb] Socket close event received\n2025-08-01 07:33:56.298 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56188 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:34:56.257 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:34:56.259 [info] [command][9909346d-6920-45ee-a493-01fe1674c8dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9909346d-6920-45ee-a493-01fe1674c8dd""}\n2025-08-01 07:34:56.259 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e6a2978e-f013-4de6-937a-bea06caf101a] received connection request\n2025-08-01 07:34:56.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:34:56.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e6a2978e-f013-4de6-937a-bea06caf101a] socks forwarding established\n2025-08-01 07:34:56.353 [info] [command][9909346d-6920-45ee-a493-01fe1674c8dd] Process exited with code 0\n2025-08-01 07:34:56.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e6a2978e-f013-4de6-937a-bea06caf101a] socks connection closed\n2025-08-01 07:34:56.354 [info] [command][9909346d-6920-45ee-a493-01fe1674c8dd] Socket close event received\n2025-08-01 07:34:56.396 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:35:56.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:35:56.361 [info] [command][1f61cad4-4e56-4a29-88e7-2752437bd47b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f61cad4-4e56-4a29-88e7-2752437bd47b""}\n2025-08-01 07:35:56.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a027bc1a-47cb-46d4-b878-9902b6b98dbb] received connection request\n2025-08-01 07:35:56.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:35:56.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a027bc1a-47cb-46d4-b878-9902b6b98dbb] socks forwarding established\n2025-08-01 07:35:56.472 [info] [command][1f61cad4-4e56-4a29-88e7-2752437bd47b] Process exited with code 0\n2025-08-01 07:35:56.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a027bc1a-47cb-46d4-b878-9902b6b98dbb] socks connection closed\n2025-08-01 07:35:56.472 [info] [command][1f61cad4-4e56-4a29-88e7-2752437bd47b] Socket close event received\n2025-08-01 07:35:56.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56215 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:36:56.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:36:56.479 [info] [command][fb8df01f-fc7b-4a1f-8a1d-ebee91d43095] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fb8df01f-fc7b-4a1f-8a1d-ebee91d43095""}\n2025-08-01 07:36:56.479 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8161a151-ad96-4c68-b515-7ea473fcb881] received connection request\n2025-08-01 07:36:56.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:36:56.528 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8161a151-ad96-4c68-b515-7ea473fcb881] socks forwarding established\n2025-08-01 07:36:56.572 [info] [command][fb8df01f-fc7b-4a1f-8a1d-ebee91d43095] Process exited with code 0\n2025-08-01 07:36:56.573 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8161a151-ad96-4c68-b515-7ea473fcb881] socks connection closed\n2025-08-01 07:36:56.573 [info] [command][fb8df01f-fc7b-4a1f-8a1d-ebee91d43095] Socket close event received\n2025-08-01 07:36:56.612 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56233 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:37:56.583 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:37:56.584 [info] [command][4d3927bf-49d9-4dec-aee7-36abf8b0d9d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4d3927bf-49d9-4dec-aee7-36abf8b0d9d0""}\n2025-08-01 07:37:56.585 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d40c16a7-12d9-4799-a7e9-34e9d773c63e] received connection request\n2025-08-01 07:37:56.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:37:56.634 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d40c16a7-12d9-4799-a7e9-34e9d773c63e] socks forwarding established\n2025-08-01 07:37:56.678 [info] [command][4d3927bf-49d9-4dec-aee7-36abf8b0d9d0] Process exited with code 0\n2025-08-01 07:37:56.678 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d40c16a7-12d9-4799-a7e9-34e9d773c63e] socks connection closed\n2025-08-01 07:37:56.678 [info] [command][4d3927bf-49d9-4dec-aee7-36abf8b0d9d0] Socket close event received\n2025-08-01 07:37:56.718 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56263 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:38:56.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:38:56.689 [info] [command][bace9763-bf9c-4b9a-8462-2ed399576ebe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bace9763-bf9c-4b9a-8462-2ed399576ebe""}\n2025-08-01 07:38:56.690 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][82348324-9d15-47fd-b39e-27a23abca98e] received connection request\n2025-08-01 07:38:56.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:38:56.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82348324-9d15-47fd-b39e-27a23abca98e] socks forwarding established\n2025-08-01 07:38:56.781 [info] [command][bace9763-bf9c-4b9a-8462-2ed399576ebe] Process exited with code 0\n2025-08-01 07:38:56.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82348324-9d15-47fd-b39e-27a23abca98e] socks connection closed\n2025-08-01 07:38:56.782 [info] [command][bace9763-bf9c-4b9a-8462-2ed399576ebe] Socket close event received\n2025-08-01 07:38:56.823 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56301 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:39:56.784 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:39:56.785 [info] [command][a7f03d49-d394-4ef8-bf60-5f0c315f7cd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a7f03d49-d394-4ef8-bf60-5f0c315f7cd7""}\n2025-08-01 07:39:56.786 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee73859b-7544-4a75-8027-a482810fef12] received connection request\n2025-08-01 07:39:56.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:39:56.834 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee73859b-7544-4a75-8027-a482810fef12] socks forwarding established\n2025-08-01 07:39:56.880 [info] [command][a7f03d49-d394-4ef8-bf60-5f0c315f7cd7] Process exited with code 0\n2025-08-01 07:39:56.880 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee73859b-7544-4a75-8027-a482810fef12] socks connection closed\n2025-08-01 07:39:56.880 [info] [command][a7f03d49-d394-4ef8-bf60-5f0c315f7cd7] Socket close event received\n2025-08-01 07:39:56.922 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56335 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:40:56.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:40:56.882 [info] [command][3d14e3af-370d-4ba4-8ff8-d285b31124be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3d14e3af-370d-4ba4-8ff8-d285b31124be""}\n2025-08-01 07:40:56.882 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6c4f47ae-963c-413e-890c-123d1a689a62] received connection request\n2025-08-01 07:40:56.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 07:40:56.883 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:40:57.045 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c4f47ae-963c-413e-890c-123d1a689a62] socks forwarding established\n2025-08-01 07:40:57.090 [info] [command][3d14e3af-370d-4ba4-8ff8-d285b31124be] Process exited with code 0\n2025-08-01 07:40:57.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c4f47ae-963c-413e-890c-123d1a689a62] socks connection closed\n2025-08-01 07:40:57.091 [info] [command][3d14e3af-370d-4ba4-8ff8-d285b31124be] Socket close event received\n2025-08-01 07:40:57.132 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56349 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:41:57.092 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:41:57.094 [info] [command][3023c3f7-d18f-40f1-9f61-d2e52a18fcf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3023c3f7-d18f-40f1-9f61-d2e52a18fcf5""}\n2025-08-01 07:41:57.094 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3c95f67e-6325-4049-9f5c-aa0d4acbc19e] received connection request\n2025-08-01 07:41:57.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:41:57.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3c95f67e-6325-4049-9f5c-aa0d4acbc19e] socks forwarding established\n2025-08-01 07:41:57.186 [info] [command][3023c3f7-d18f-40f1-9f61-d2e52a18fcf5] Process exited with code 0\n2025-08-01 07:41:57.186 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3c95f67e-6325-4049-9f5c-aa0d4acbc19e] socks connection closed\n2025-08-01 07:41:57.186 [info] [command][3023c3f7-d18f-40f1-9f61-d2e52a18fcf5] Socket close event received\n2025-08-01 07:41:57.228 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56369 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:42:57.191 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:42:57.192 [info] [command][282226f3-b0a3-4a03-9677-540718bcff6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""282226f3-b0a3-4a03-9677-540718bcff6b""}\n2025-08-01 07:42:57.193 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e1e43e74-6ca9-4aae-8262-8ccd291b8581] received connection request\n2025-08-01 07:42:57.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:42:57.238 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1e43e74-6ca9-4aae-8262-8ccd291b8581] socks forwarding established\n2025-08-01 07:42:57.282 [info] [command][282226f3-b0a3-4a03-9677-540718bcff6b] Process exited with code 0\n2025-08-01 07:42:57.283 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1e43e74-6ca9-4aae-8262-8ccd291b8581] socks connection closed\n2025-08-01 07:42:57.283 [info] [command][282226f3-b0a3-4a03-9677-540718bcff6b] Socket close event received\n2025-08-01 07:42:57.321 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56406 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:43:57.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:43:57.284 [info] [command][11c0ebdf-155b-42ad-9332-afe0f592c51b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""11c0ebdf-155b-42ad-9332-afe0f592c51b""}\n2025-08-01 07:43:57.284 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f44bb9f0-d490-4360-8c10-15b2de9902f8] received connection request\n2025-08-01 07:43:57.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:43:57.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f44bb9f0-d490-4360-8c10-15b2de9902f8] socks forwarding established\n2025-08-01 07:43:57.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f44bb9f0-d490-4360-8c10-15b2de9902f8] socks connection closed\n2025-08-01 07:43:57.383 [info] [command][11c0ebdf-155b-42ad-9332-afe0f592c51b] Process exited with code 0\n2025-08-01 07:43:57.383 [info] [command][11c0ebdf-155b-42ad-9332-afe0f592c51b] Socket close event received\n2025-08-01 07:43:57.423 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56452 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:44:57.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:44:57.394 [info] [command][85a9c468-95a7-46cf-b66d-17a9cc703acb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""85a9c468-95a7-46cf-b66d-17a9cc703acb""}\n2025-08-01 07:44:57.395 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39d077bc-3749-4a4c-b066-da7b48aafca6] received connection request\n2025-08-01 07:44:57.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:44:57.502 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39d077bc-3749-4a4c-b066-da7b48aafca6] socks forwarding established\n2025-08-01 07:44:57.641 [info] [command][85a9c468-95a7-46cf-b66d-17a9cc703acb] Process exited with code 0\n2025-08-01 07:44:57.642 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39d077bc-3749-4a4c-b066-da7b48aafca6] socks connection closed\n2025-08-01 07:44:57.642 [info] [command][85a9c468-95a7-46cf-b66d-17a9cc703acb] Socket close event received\n2025-08-01 07:44:57.886 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56470 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:45:57.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:45:57.643 [info] [command][8c35dd4d-fba9-4f30-8aaa-665caa36341f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8c35dd4d-fba9-4f30-8aaa-665caa36341f""}\n2025-08-01 07:45:57.644 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][62acc6b4-069b-4b84-931a-5f9e95f752fe] received connection request\n2025-08-01 07:45:57.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:45:57.686 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62acc6b4-069b-4b84-931a-5f9e95f752fe] socks forwarding established\n2025-08-01 07:45:57.730 [info] [command][8c35dd4d-fba9-4f30-8aaa-665caa36341f] Process exited with code 0\n2025-08-01 07:45:57.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62acc6b4-069b-4b84-931a-5f9e95f752fe] socks connection closed\n2025-08-01 07:45:57.731 [info] [command][8c35dd4d-fba9-4f30-8aaa-665caa36341f] Socket close event received\n2025-08-01 07:45:57.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56491 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:46:57.732 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:46:57.735 [info] [command][4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c""}\n2025-08-01 07:46:57.735 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e8129abe-687c-46ae-bdf1-1820c0fc9e55] received connection request\n2025-08-01 07:46:57.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:46:57.785 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e8129abe-687c-46ae-bdf1-1820c0fc9e55] socks forwarding established\n2025-08-01 07:46:57.830 [info] [command][4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c] Process exited with code 0\n2025-08-01 07:46:57.831 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e8129abe-687c-46ae-bdf1-1820c0fc9e55] socks connection closed\n2025-08-01 07:46:57.831 [info] [command][4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c] Socket close event received\n2025-08-01 07:46:57.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56523 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:47:57.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:47:57.834 [info] [command][f2055b44-c5d4-4948-8e84-fe620c904711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f2055b44-c5d4-4948-8e84-fe620c904711""}\n2025-08-01 07:47:57.834 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d4bc01fd-ee60-4917-be13-4ea526adf16d] received connection request\n2025-08-01 07:47:57.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:47:57.876 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d4bc01fd-ee60-4917-be13-4ea526adf16d] socks forwarding established\n2025-08-01 07:47:57.921 [info] [command][f2055b44-c5d4-4948-8e84-fe620c904711] Process exited with code 0\n2025-08-01 07:47:57.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d4bc01fd-ee60-4917-be13-4ea526adf16d] socks connection closed\n2025-08-01 07:47:57.922 [info] [command][f2055b44-c5d4-4948-8e84-fe620c904711] Socket close event received\n2025-08-01 07:47:57.962 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56551 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:48:57.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:48:57.931 [info] [command][1223b94f-60af-4511-9cf6-b91aac6ae2ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1223b94f-60af-4511-9cf6-b91aac6ae2ba""}\n2025-08-01 07:48:57.932 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b2350b42-f2c3-46d8-8595-b2a508667de9] received connection request\n2025-08-01 07:48:57.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:48:57.974 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2350b42-f2c3-46d8-8595-b2a508667de9] socks forwarding established\n2025-08-01 07:48:58.021 [info] [command][1223b94f-60af-4511-9cf6-b91aac6ae2ba] Process exited with code 0\n2025-08-01 07:48:58.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2350b42-f2c3-46d8-8595-b2a508667de9] socks connection closed\n2025-08-01 07:48:58.022 [info] [command][1223b94f-60af-4511-9cf6-b91aac6ae2ba] Socket close event received\n2025-08-01 07:48:58.068 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56631 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:49:58.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:49:58.024 [info] [command][4d73e162-3221-4547-897f-136fe5fa32ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4d73e162-3221-4547-897f-136fe5fa32ec""}\n2025-08-01 07:49:58.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c05fd456-4a14-405d-b156-bc7b2a2f5781] received connection request\n2025-08-01 07:49:58.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:49:58.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c05fd456-4a14-405d-b156-bc7b2a2f5781] socks forwarding established\n2025-08-01 07:49:58.116 [info] [command][4d73e162-3221-4547-897f-136fe5fa32ec] Process exited with code 0\n2025-08-01 07:49:58.116 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c05fd456-4a14-405d-b156-bc7b2a2f5781] socks connection closed\n2025-08-01 07:49:58.116 [info] [command][4d73e162-3221-4547-897f-136fe5fa32ec] Socket close event received\n2025-08-01 07:49:58.158 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56664 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:50:58.123 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:50:58.126 [info] [command][bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a""}\n2025-08-01 07:50:58.126 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e2bbc445-8a0a-4b08-986e-fd1ce2ff38cf] received connection request\n2025-08-01 07:50:58.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:50:58.171 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2bbc445-8a0a-4b08-986e-fd1ce2ff38cf] socks forwarding established\n2025-08-01 07:50:58.218 [info] [command][bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a] Process exited with code 0\n2025-08-01 07:50:58.218 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2bbc445-8a0a-4b08-986e-fd1ce2ff38cf] socks connection closed\n2025-08-01 07:50:58.219 [info] [command][bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a] Socket close event received\n2025-08-01 07:50:58.259 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56681 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:51:58.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:51:58.225 [info] [command][59611f90-f426-4844-8a3c-105f22fce50a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""59611f90-f426-4844-8a3c-105f22fce50a""}\n2025-08-01 07:51:58.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][77ddb978-f2e0-46f5-8959-0e4bb56b47ac] received connection request\n2025-08-01 07:51:58.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:51:58.272 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][77ddb978-f2e0-46f5-8959-0e4bb56b47ac] socks forwarding established\n2025-08-01 07:51:58.318 [info] [command][59611f90-f426-4844-8a3c-105f22fce50a] Process exited with code 0\n2025-08-01 07:51:58.318 [info] [command][59611f90-f426-4844-8a3c-105f22fce50a] Socket close event received\n2025-08-01 07:51:58.319 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][77ddb978-f2e0-46f5-8959-0e4bb56b47ac] socks connection closed\n2025-08-01 07:51:58.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56709 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:52:58.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:52:58.329 [info] [command][74a9c488-9223-4a6e-928a-bfe7f73dc72b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""74a9c488-9223-4a6e-928a-bfe7f73dc72b""}\n2025-08-01 07:52:58.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d7e3437b-ef3c-419d-93a7-2f9f9d95d057] received connection request\n2025-08-01 07:52:58.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:52:58.376 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7e3437b-ef3c-419d-93a7-2f9f9d95d057] socks forwarding established\n2025-08-01 07:52:58.420 [info] [command][74a9c488-9223-4a6e-928a-bfe7f73dc72b] Process exited with code 0\n2025-08-01 07:52:58.421 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7e3437b-ef3c-419d-93a7-2f9f9d95d057] socks connection closed\n2025-08-01 07:52:58.421 [info] [command][74a9c488-9223-4a6e-928a-bfe7f73dc72b] Socket close event received\n2025-08-01 07:52:58.460 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56751 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:53:58.429 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:53:58.431 [info] [command][41855fe8-3443-425c-a2f1-33fec5dc19ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""41855fe8-3443-425c-a2f1-33fec5dc19ad""}\n2025-08-01 07:53:58.431 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5662c430-c406-4bde-b66f-dfa87339f414] received connection request\n2025-08-01 07:53:58.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:53:58.627 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5662c430-c406-4bde-b66f-dfa87339f414] socks forwarding established\n2025-08-01 07:53:58.762 [info] [command][41855fe8-3443-425c-a2f1-33fec5dc19ad] Process exited with code 0\n2025-08-01 07:53:58.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5662c430-c406-4bde-b66f-dfa87339f414] socks connection closed\n2025-08-01 07:53:58.763 [info] [command][41855fe8-3443-425c-a2f1-33fec5dc19ad] Socket close event received\n2025-08-01 07:53:58.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56861 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:54:58.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:54:58.770 [info] [command][a08adf55-de42-4cfd-8029-1cc7983ed620] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a08adf55-de42-4cfd-8029-1cc7983ed620""}\n2025-08-01 07:54:58.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][683c70f2-a92f-4c84-8df0-7474c6a57f8e] received connection request\n2025-08-01 07:54:58.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:54:58.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][683c70f2-a92f-4c84-8df0-7474c6a57f8e] socks forwarding established\n2025-08-01 07:54:58.894 [info] [command][a08adf55-de42-4cfd-8029-1cc7983ed620] Process exited with code 0\n2025-08-01 07:54:58.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][683c70f2-a92f-4c84-8df0-7474c6a57f8e] socks connection closed\n2025-08-01 07:54:58.894 [info] [command][a08adf55-de42-4cfd-8029-1cc7983ed620] Socket close event received\n2025-08-01 07:54:59.009 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56879 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:55:58.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:55:58.903 [info] [command][2641cd46-4a70-4861-b1ed-ac5907a79126] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2641cd46-4a70-4861-b1ed-ac5907a79126""}\n2025-08-01 07:55:58.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][58aa312c-114a-4587-8d0b-ad07aadb134e] received connection request\n2025-08-01 07:55:58.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:55:58.947 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58aa312c-114a-4587-8d0b-ad07aadb134e] socks forwarding established\n2025-08-01 07:55:58.991 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58aa312c-114a-4587-8d0b-ad07aadb134e] socks connection closed\n2025-08-01 07:55:58.991 [info] [command][2641cd46-4a70-4861-b1ed-ac5907a79126] Process exited with code 0\n2025-08-01 07:55:58.991 [info] [command][2641cd46-4a70-4861-b1ed-ac5907a79126] Socket close event received\n2025-08-01 07:55:59.030 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56890 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:56:59.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:56:59.003 [info] [command][fc75cfdb-6779-44c7-ba6e-ecfe7019b296] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc75cfdb-6779-44c7-ba6e-ecfe7019b296""}\n2025-08-01 07:56:59.004 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1b2dc255-aa63-47a4-a6cf-2606d662c610] received connection request\n2025-08-01 07:56:59.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:56:59.045 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1b2dc255-aa63-47a4-a6cf-2606d662c610] socks forwarding established\n2025-08-01 07:56:59.089 [info] [command][fc75cfdb-6779-44c7-ba6e-ecfe7019b296] Process exited with code 0\n2025-08-01 07:56:59.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1b2dc255-aa63-47a4-a6cf-2606d662c610] socks connection closed\n2025-08-01 07:56:59.090 [info] [command][fc75cfdb-6779-44c7-ba6e-ecfe7019b296] Socket close event received\n2025-08-01 07:56:59.129 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56904 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:57:59.097 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:57:59.098 [info] [command][5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1""}\n2025-08-01 07:57:59.098 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c196c61f-a686-4667-9360-26a51770d0ef] received connection request\n2025-08-01 07:57:59.099 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:57:59.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c196c61f-a686-4667-9360-26a51770d0ef] socks forwarding established\n2025-08-01 07:57:59.185 [info] [command][5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1] Process exited with code 0\n2025-08-01 07:57:59.185 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c196c61f-a686-4667-9360-26a51770d0ef] socks connection closed\n2025-08-01 07:57:59.185 [info] [command][5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1] Socket close event received\n2025-08-01 07:57:59.225 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56929 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:58:59.190 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:58:59.192 [info] [command][1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404""}\n2025-08-01 07:58:59.193 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85203037-9ef8-4fc1-941f-9e3b18605cac] received connection request\n2025-08-01 07:58:59.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:58:59.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85203037-9ef8-4fc1-941f-9e3b18605cac] socks forwarding established\n2025-08-01 07:58:59.285 [info] [command][1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404] Process exited with code 0\n2025-08-01 07:58:59.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85203037-9ef8-4fc1-941f-9e3b18605cac] socks connection closed\n2025-08-01 07:58:59.286 [info] [command][1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404] Socket close event received\n2025-08-01 07:58:59.348 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56959 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:59:59.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:59:59.292 [info] [command][12626df2-1acf-40c8-ad39-52752f5e605b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""12626df2-1acf-40c8-ad39-52752f5e605b""}\n2025-08-01 07:59:59.293 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2c533ae8-55a0-4983-aaed-08e3bc562f35] received connection request\n2025-08-01 07:59:59.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:59:59.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c533ae8-55a0-4983-aaed-08e3bc562f35] socks forwarding established\n2025-08-01 07:59:59.381 [info] [command][12626df2-1acf-40c8-ad39-52752f5e605b] Process exited with code 0\n2025-08-01 07:59:59.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c533ae8-55a0-4983-aaed-08e3bc562f35] socks connection closed\n2025-08-01 07:59:59.382 [info] [command][12626df2-1acf-40c8-ad39-52752f5e605b] Socket close event received\n2025-08-01 07:59:59.425 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56979 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:00:59.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:00:59.391 [info] [command][0462e718-ba9b-4ee6-87cb-d75bf325c815] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0462e718-ba9b-4ee6-87cb-d75bf325c815""}\n2025-08-01 08:00:59.392 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][44082290-a731-4040-8a90-dfca8d092d1f] received connection request\n2025-08-01 08:00:59.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:00:59.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][44082290-a731-4040-8a90-dfca8d092d1f] socks forwarding established\n2025-08-01 08:00:59.512 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][44082290-a731-4040-8a90-dfca8d092d1f] socks connection closed\n2025-08-01 08:00:59.513 [info] [command][0462e718-ba9b-4ee6-87cb-d75bf325c815] Process exited with code 0\n2025-08-01 08:00:59.513 [info] [command][0462e718-ba9b-4ee6-87cb-d75bf325c815] Socket close event received\n2025-08-01 08:00:59.577 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57004 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:01:59.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:01:59.523 [info] [command][2fcb7b03-75fd-418d-a233-19ca454ad3f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2fcb7b03-75fd-418d-a233-19ca454ad3f9""}\n2025-08-01 08:01:59.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][67234454-d2cd-4a15-9cf3-c511045efc10] received connection request\n2025-08-01 08:01:59.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:01:59.569 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67234454-d2cd-4a15-9cf3-c511045efc10] socks forwarding established\n2025-08-01 08:01:59.614 [info] [command][2fcb7b03-75fd-418d-a233-19ca454ad3f9] Process exited with code 0\n2025-08-01 08:01:59.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67234454-d2cd-4a15-9cf3-c511045efc10] socks connection closed\n2025-08-01 08:01:59.614 [info] [command][2fcb7b03-75fd-418d-a233-19ca454ad3f9] Socket close event received\n2025-08-01 08:01:59.653 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57014 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:02:59.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:02:59.621 [info] [command][f220c59a-4c86-490a-b9fa-e6704a1b1208] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f220c59a-4c86-490a-b9fa-e6704a1b1208""}\n2025-08-01 08:02:59.622 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dd0901b1-13ef-4623-8d6f-79de149dd2d7] received connection request\n2025-08-01 08:02:59.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:02:59.681 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd0901b1-13ef-4623-8d6f-79de149dd2d7] socks forwarding established\n2025-08-01 08:02:59.726 [info] [command][f220c59a-4c86-490a-b9fa-e6704a1b1208] Process exited with code 0\n2025-08-01 08:02:59.726 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd0901b1-13ef-4623-8d6f-79de149dd2d7] socks connection closed\n2025-08-01 08:02:59.726 [info] [command][f220c59a-4c86-490a-b9fa-e6704a1b1208] Socket close event received\n2025-08-01 08:02:59.766 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57045 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:03:59.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:03:59.733 [info] [command][6a9feb99-f327-4081-96c3-62fc60383ac5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6a9feb99-f327-4081-96c3-62fc60383ac5""}\n2025-08-01 08:03:59.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][40981935-0dbb-4805-8757-10e1daf5692f] received connection request\n2025-08-01 08:03:59.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:03:59.914 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][40981935-0dbb-4805-8757-10e1daf5692f] socks forwarding established\n2025-08-01 08:03:59.963 [info] [command][6a9feb99-f327-4081-96c3-62fc60383ac5] Process exited with code 0\n2025-08-01 08:03:59.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][40981935-0dbb-4805-8757-10e1daf5692f] socks connection closed\n2025-08-01 08:03:59.963 [info] [command][6a9feb99-f327-4081-96c3-62fc60383ac5] Socket close event received\n2025-08-01 08:04:00.010 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57075 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:04:59.972 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:04:59.975 [info] [command][5b83564b-66fa-4afe-b5e1-55d23f5ff200] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5b83564b-66fa-4afe-b5e1-55d23f5ff200""}\n2025-08-01 08:04:59.976 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab5ac198-a503-439b-82bb-46f1d73d8825] received connection request\n2025-08-01 08:04:59.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:05:00.023 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab5ac198-a503-439b-82bb-46f1d73d8825] socks forwarding established\n2025-08-01 08:05:00.068 [info] [command][5b83564b-66fa-4afe-b5e1-55d23f5ff200] Process exited with code 0\n2025-08-01 08:05:00.068 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab5ac198-a503-439b-82bb-46f1d73d8825] socks connection closed\n2025-08-01 08:05:00.068 [info] [command][5b83564b-66fa-4afe-b5e1-55d23f5ff200] Socket close event received\n2025-08-01 08:05:00.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57092 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:06:00.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:06:00.073 [info] [command][4ba04e69-f4fe-4ffe-93cb-aac58fd0047b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ba04e69-f4fe-4ffe-93cb-aac58fd0047b""}\n2025-08-01 08:06:00.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][59604cc6-24bb-4a5a-a105-dc7fd3c29ead] received connection request\n2025-08-01 08:06:00.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:06:00.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59604cc6-24bb-4a5a-a105-dc7fd3c29ead] socks forwarding established\n2025-08-01 08:06:00.163 [info] [command][4ba04e69-f4fe-4ffe-93cb-aac58fd0047b] Process exited with code 0\n2025-08-01 08:06:00.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59604cc6-24bb-4a5a-a105-dc7fd3c29ead] socks connection closed\n2025-08-01 08:06:00.163 [info] [command][4ba04e69-f4fe-4ffe-93cb-aac58fd0047b] Socket close event received\n2025-08-01 08:06:00.208 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57106 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:07:00.164 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:07:00.166 [info] [command][1ac10e59-d53a-4b68-82b7-00fb141c6806] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1ac10e59-d53a-4b68-82b7-00fb141c6806""}\n2025-08-01 08:07:00.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f4bdfe78-7022-4f8c-aacf-f568472254f0] received connection request\n2025-08-01 08:07:00.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:07:00.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4bdfe78-7022-4f8c-aacf-f568472254f0] socks forwarding established\n2025-08-01 08:07:00.269 [info] [command][1ac10e59-d53a-4b68-82b7-00fb141c6806] Process exited with code 0\n2025-08-01 08:07:00.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4bdfe78-7022-4f8c-aacf-f568472254f0] socks connection closed\n2025-08-01 08:07:00.269 [info] [command][1ac10e59-d53a-4b68-82b7-00fb141c6806] Socket close event received\n2025-08-01 08:07:00.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57135 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:08:00.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:08:00.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][58368738-98d5-48dd-b6b3-7f58523acda2] received connection request\n2025-08-01 08:08:00.276 [info] [command][cd45150c-de31-46a3-ba74-3537f48c6e8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cd45150c-de31-46a3-ba74-3537f48c6e8d""}\n2025-08-01 08:08:00.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:08:00.316 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58368738-98d5-48dd-b6b3-7f58523acda2] socks forwarding established\n2025-08-01 08:08:00.362 [info] [command][cd45150c-de31-46a3-ba74-3537f48c6e8d] Process exited with code 0\n2025-08-01 08:08:00.363 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58368738-98d5-48dd-b6b3-7f58523acda2] socks connection closed\n2025-08-01 08:08:00.363 [info] [command][cd45150c-de31-46a3-ba74-3537f48c6e8d] Socket close event received\n2025-08-01 08:08:00.404 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57166 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:09:00.365 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:09:00.367 [info] [command][5c45cab9-65ad-4961-a19e-f0c3a619d111] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5c45cab9-65ad-4961-a19e-f0c3a619d111""}\n2025-08-01 08:09:00.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1a6f923-02e8-4f27-9c9e-cb3bbfe1e8d5] received connection request\n2025-08-01 08:09:00.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:09:00.424 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1a6f923-02e8-4f27-9c9e-cb3bbfe1e8d5] socks forwarding established\n2025-08-01 08:09:00.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1a6f923-02e8-4f27-9c9e-cb3bbfe1e8d5] socks connection closed\n2025-08-01 08:09:00.473 [info] [command][5c45cab9-65ad-4961-a19e-f0c3a619d111] Process exited with code 0\n2025-08-01 08:09:00.473 [info] [command][5c45cab9-65ad-4961-a19e-f0c3a619d111] Socket close event received\n2025-08-01 08:09:00.748 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57200 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:10:00.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:10:00.475 [info] [command][e44fa87b-028f-452c-8f54-9ce3d836fc77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e44fa87b-028f-452c-8f54-9ce3d836fc77""}\n2025-08-01 08:10:00.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9ea91854-3321-4ca3-8ea9-2277e6b34297] received connection request\n2025-08-01 08:10:00.476 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:10:00.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9ea91854-3321-4ca3-8ea9-2277e6b34297] socks forwarding established\n2025-08-01 08:10:00.562 [info] [command][e44fa87b-028f-452c-8f54-9ce3d836fc77] Process exited with code 0\n2025-08-01 08:10:00.562 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9ea91854-3321-4ca3-8ea9-2277e6b34297] socks connection closed\n2025-08-01 08:10:00.562 [info] [command][e44fa87b-028f-452c-8f54-9ce3d836fc77] Socket close event received\n2025-08-01 08:10:00.601 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57233 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:11:00.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:11:00.572 [info] [command][991c561f-f3f3-451d-9efd-1cb2fd9c493d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""991c561f-f3f3-451d-9efd-1cb2fd9c493d""}\n2025-08-01 08:11:00.573 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3613be2-1a18-41eb-97fa-f26e9a5707a7] received connection request\n2025-08-01 08:11:00.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:11:00.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3613be2-1a18-41eb-97fa-f26e9a5707a7] socks forwarding established\n2025-08-01 08:11:00.660 [info] [command][991c561f-f3f3-451d-9efd-1cb2fd9c493d] Process exited with code 0\n2025-08-01 08:11:00.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3613be2-1a18-41eb-97fa-f26e9a5707a7] socks connection closed\n2025-08-01 08:11:00.661 [info] [command][991c561f-f3f3-451d-9efd-1cb2fd9c493d] Socket close event received\n2025-08-01 08:11:00.702 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57251 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:12:00.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:12:00.663 [info] [command][66b08bb4-7b67-40f8-ab55-7709f04199c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""66b08bb4-7b67-40f8-ab55-7709f04199c2""}\n2025-08-01 08:12:00.664 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0bb5be0b-200a-4795-9909-14e2514668c3] received connection request\n2025-08-01 08:12:00.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:12:00.711 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0bb5be0b-200a-4795-9909-14e2514668c3] socks forwarding established\n2025-08-01 08:12:00.757 [info] [command][66b08bb4-7b67-40f8-ab55-7709f04199c2] Process exited with code 0\n2025-08-01 08:12:00.758 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0bb5be0b-200a-4795-9909-14e2514668c3] socks connection closed\n2025-08-01 08:12:00.758 [info] [command][66b08bb4-7b67-40f8-ab55-7709f04199c2] Socket close event received\n2025-08-01 08:12:00.796 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:13:00.760 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:13:00.762 [info] [command][ebbabffe-c19a-44f4-897c-9c6b016a553d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ebbabffe-c19a-44f4-897c-9c6b016a553d""}\n2025-08-01 08:13:00.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][09714689-56aa-4614-9328-bea6d7dfb28d] received connection request\n2025-08-01 08:13:00.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:13:00.872 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09714689-56aa-4614-9328-bea6d7dfb28d] socks forwarding established\n2025-08-01 08:13:00.938 [info] [command][ebbabffe-c19a-44f4-897c-9c6b016a553d] Process exited with code 0\n2025-08-01 08:13:00.938 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09714689-56aa-4614-9328-bea6d7dfb28d] socks connection closed\n2025-08-01 08:13:00.938 [info] [command][ebbabffe-c19a-44f4-897c-9c6b016a553d] Socket close event received\n2025-08-01 08:13:00.980 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57309 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:14:00.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:14:00.950 [info] [command][33e8a218-a05a-43c6-8bd8-6d424b1d628c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33e8a218-a05a-43c6-8bd8-6d424b1d628c""}\n2025-08-01 08:14:00.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c557dcb-c3be-4c5b-8fdf-4619083f9a07] received connection request\n2025-08-01 08:14:00.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:14:00.995 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c557dcb-c3be-4c5b-8fdf-4619083f9a07] socks forwarding established\n2025-08-01 08:14:01.040 [info] [command][33e8a218-a05a-43c6-8bd8-6d424b1d628c] Process exited with code 0\n2025-08-01 08:14:01.040 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c557dcb-c3be-4c5b-8fdf-4619083f9a07] socks connection closed\n2025-08-01 08:14:01.040 [info] [command][33e8a218-a05a-43c6-8bd8-6d424b1d628c] Socket close event received\n2025-08-01 08:14:01.082 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57344 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:15:01.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:15:01.047 [info] [command][a0b39b90-fa52-439d-8584-4a6b1591e2d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a0b39b90-fa52-439d-8584-4a6b1591e2d2""}\n2025-08-01 08:15:01.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13f25455-78ea-410d-a41e-fcd5c54606b9] received connection request\n2025-08-01 08:15:01.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:15:01.093 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f25455-78ea-410d-a41e-fcd5c54606b9] socks forwarding established\n2025-08-01 08:15:01.137 [info] [command][a0b39b90-fa52-439d-8584-4a6b1591e2d2] Process exited with code 0\n2025-08-01 08:15:01.137 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f25455-78ea-410d-a41e-fcd5c54606b9] socks connection closed\n2025-08-01 08:15:01.137 [info] [command][a0b39b90-fa52-439d-8584-4a6b1591e2d2] Socket close event received\n2025-08-01 08:15:01.176 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57357 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:16:01.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:16:01.141 [info] [command][ff91c953-9d21-4a24-ab3c-8ad7ebac2154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ff91c953-9d21-4a24-ab3c-8ad7ebac2154""}\n2025-08-01 08:16:01.141 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4c2e9cb6-e5d7-4479-b9d8-cb88bf3c8b18] received connection request\n2025-08-01 08:16:01.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:16:01.186 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4c2e9cb6-e5d7-4479-b9d8-cb88bf3c8b18] socks forwarding established\n2025-08-01 08:16:01.228 [info] [command][ff91c953-9d21-4a24-ab3c-8ad7ebac2154] Process exited with code 0\n2025-08-01 08:16:01.228 [info] [command][ff91c953-9d21-4a24-ab3c-8ad7ebac2154] Socket close event received\n2025-08-01 08:16:01.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4c2e9cb6-e5d7-4479-b9d8-cb88bf3c8b18] socks connection closed\n2025-08-01 08:16:01.270 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57370 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:17:01.236 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:17:01.239 [info] [command][312034d1-0695-4a85-8c1f-aacb00cf3aa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""312034d1-0695-4a85-8c1f-aacb00cf3aa3""}\n2025-08-01 08:17:01.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33bfddd6-2581-4676-ac52-5f2363a9365f] received connection request\n2025-08-01 08:17:01.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:17:01.288 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33bfddd6-2581-4676-ac52-5f2363a9365f] socks forwarding established\n2025-08-01 08:17:01.333 [info] [command][312034d1-0695-4a85-8c1f-aacb00cf3aa3] Process exited with code 0\n2025-08-01 08:17:01.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33bfddd6-2581-4676-ac52-5f2363a9365f] socks connection closed\n2025-08-01 08:17:01.333 [info] [command][312034d1-0695-4a85-8c1f-aacb00cf3aa3] Socket close event received\n2025-08-01 08:17:01.373 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57391 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:18:01.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:18:01.340 [info] [command][8f259d2c-cf42-4ed3-a595-b557ce0d65aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f259d2c-cf42-4ed3-a595-b557ce0d65aa""}\n2025-08-01 08:18:01.341 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3dd505de-1f22-4fde-83ed-f458d3d46d20] received connection request\n2025-08-01 08:18:01.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:18:01.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd505de-1f22-4fde-83ed-f458d3d46d20] socks forwarding established\n2025-08-01 08:18:01.615 [info] [command][8f259d2c-cf42-4ed3-a595-b557ce0d65aa] Process exited with code 0\n2025-08-01 08:18:01.615 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd505de-1f22-4fde-83ed-f458d3d46d20] socks connection closed\n2025-08-01 08:18:01.615 [info] [command][8f259d2c-cf42-4ed3-a595-b557ce0d65aa] Socket close event received\n2025-08-01 08:18:01.654 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57428 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:19:01.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:19:01.627 [info] [command][f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0""}\n2025-08-01 08:19:01.628 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9014928d-3677-42a9-b6d1-535d61e01a6a] received connection request\n2025-08-01 08:19:01.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:19:01.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9014928d-3677-42a9-b6d1-535d61e01a6a] socks forwarding established\n2025-08-01 08:19:01.720 [info] [command][f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0] Process exited with code 0\n2025-08-01 08:19:01.720 [info] [command][f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0] Socket close event received\n2025-08-01 08:19:01.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9014928d-3677-42a9-b6d1-535d61e01a6a] socks connection closed\n2025-08-01 08:19:01.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57499 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:20:01.728 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:20:01.730 [info] [command][bef74917-669b-4c1d-b462-80ac47563027] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bef74917-669b-4c1d-b462-80ac47563027""}\n2025-08-01 08:20:01.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c2e67c2-5299-40c0-b674-fce4418ce234] received connection request\n2025-08-01 08:20:01.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:20:01.775 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c2e67c2-5299-40c0-b674-fce4418ce234] socks forwarding established\n2025-08-01 08:20:01.819 [info] [command][bef74917-669b-4c1d-b462-80ac47563027] Process exited with code 0\n2025-08-01 08:20:01.819 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c2e67c2-5299-40c0-b674-fce4418ce234] socks connection closed\n2025-08-01 08:20:01.820 [info] [command][bef74917-669b-4c1d-b462-80ac47563027] Socket close event received\n2025-08-01 08:20:01.859 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57515 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:21:01.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:21:01.826 [info] [command][326adad6-503e-4b3b-993c-0bcbb6501bfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""326adad6-503e-4b3b-993c-0bcbb6501bfc""}\n2025-08-01 08:21:01.826 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b311641f-72ff-4df9-adf4-6f0f82a0e4cc] received connection request\n2025-08-01 08:21:01.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:21:01.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b311641f-72ff-4df9-adf4-6f0f82a0e4cc] socks forwarding established\n2025-08-01 08:21:01.919 [info] [command][326adad6-503e-4b3b-993c-0bcbb6501bfc] Process exited with code 0\n2025-08-01 08:21:01.920 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b311641f-72ff-4df9-adf4-6f0f82a0e4cc] socks connection closed\n2025-08-01 08:21:01.920 [info] [command][326adad6-503e-4b3b-993c-0bcbb6501bfc] Socket close event received\n2025-08-01 08:21:01.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:22:01.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:22:01.924 [info] [command][c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591""}\n2025-08-01 08:22:01.924 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76a7b2ba-9754-4573-8edf-7d0ac1280aeb] received connection request\n2025-08-01 08:22:01.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:22:02.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76a7b2ba-9754-4573-8edf-7d0ac1280aeb] socks forwarding established\n2025-08-01 08:22:02.170 [info] [command][c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591] Process exited with code 0\n2025-08-01 08:22:02.170 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76a7b2ba-9754-4573-8edf-7d0ac1280aeb] socks connection closed\n2025-08-01 08:22:02.170 [info] [command][c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591] Socket close event received\n2025-08-01 08:22:02.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57555 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:23:02.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:23:02.175 [info] [command][47f4ac16-105b-4865-99c4-3670d05ecc1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""47f4ac16-105b-4865-99c4-3670d05ecc1a""}\n2025-08-01 08:23:02.176 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6e37b865-4798-4462-b775-ca248b08f194] received connection request\n2025-08-01 08:23:02.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:23:02.264 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6e37b865-4798-4462-b775-ca248b08f194] socks forwarding established\n2025-08-01 08:23:02.312 [info] [command][47f4ac16-105b-4865-99c4-3670d05ecc1a] Process exited with code 0\n2025-08-01 08:23:02.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6e37b865-4798-4462-b775-ca248b08f194] socks connection closed\n2025-08-01 08:23:02.313 [info] [command][47f4ac16-105b-4865-99c4-3670d05ecc1a] Socket close event received\n2025-08-01 08:23:02.353 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57586 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:24:02.323 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:24:02.324 [info] [command][53163760-474b-4331-99dd-aa1b1bec9921] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53163760-474b-4331-99dd-aa1b1bec9921""}\n2025-08-01 08:24:02.325 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9b6aa8d6-335d-4f25-af54-8ee2608846e9] received connection request\n2025-08-01 08:24:02.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:24:02.374 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9b6aa8d6-335d-4f25-af54-8ee2608846e9] socks forwarding established\n2025-08-01 08:24:02.421 [info] [command][53163760-474b-4331-99dd-aa1b1bec9921] Process exited with code 0\n2025-08-01 08:24:02.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9b6aa8d6-335d-4f25-af54-8ee2608846e9] socks connection closed\n2025-08-01 08:24:02.422 [info] [command][53163760-474b-4331-99dd-aa1b1bec9921] Socket close event received\n2025-08-01 08:24:02.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57615 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:25:02.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:25:02.433 [info] [command][1756ed8d-ef03-490d-bc28-98997e9312c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1756ed8d-ef03-490d-bc28-98997e9312c8""}\n2025-08-01 08:25:02.433 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][55eb3bf1-adfb-4d42-a60c-d3eb7dc3c6fc] received connection request\n2025-08-01 08:25:02.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:25:02.480 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55eb3bf1-adfb-4d42-a60c-d3eb7dc3c6fc] socks forwarding established\n2025-08-01 08:25:02.524 [info] [command][1756ed8d-ef03-490d-bc28-98997e9312c8] Process exited with code 0\n2025-08-01 08:25:02.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55eb3bf1-adfb-4d42-a60c-d3eb7dc3c6fc] socks connection closed\n2025-08-01 08:25:02.524 [info] [command][1756ed8d-ef03-490d-bc28-98997e9312c8] Socket close event received\n2025-08-01 08:25:02.567 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57631 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:26:02.531 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:26:02.532 [info] [command][33414f95-62f5-431a-b5f8-260ac4fe92a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33414f95-62f5-431a-b5f8-260ac4fe92a0""}\n2025-08-01 08:26:02.532 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a3c43ec9-f671-4299-a572-85a6b7037e06] received connection request\n2025-08-01 08:26:02.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:26:02.578 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c43ec9-f671-4299-a572-85a6b7037e06] socks forwarding established\n2025-08-01 08:26:02.624 [info] [command][33414f95-62f5-431a-b5f8-260ac4fe92a0] Process exited with code 0\n2025-08-01 08:26:02.624 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c43ec9-f671-4299-a572-85a6b7037e06] socks connection closed\n2025-08-01 08:26:02.624 [info] [command][33414f95-62f5-431a-b5f8-260ac4fe92a0] Socket close event received\n2025-08-01 08:26:02.664 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57644 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:27:02.634 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:27:02.635 [info] [command][d4fe05d9-739c-4b14-ba3f-ca80962aeefc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d4fe05d9-739c-4b14-ba3f-ca80962aeefc""}\n2025-08-01 08:27:02.636 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e4c5438a-a604-4bf5-8de4-c20aa427b1a0] received connection request\n2025-08-01 08:27:02.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:27:02.682 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4c5438a-a604-4bf5-8de4-c20aa427b1a0] socks forwarding established\n2025-08-01 08:27:02.729 [info] [command][d4fe05d9-739c-4b14-ba3f-ca80962aeefc] Process exited with code 0\n2025-08-01 08:27:02.729 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4c5438a-a604-4bf5-8de4-c20aa427b1a0] socks connection closed\n2025-08-01 08:27:02.729 [info] [command][d4fe05d9-739c-4b14-ba3f-ca80962aeefc] Socket close event received\n2025-08-01 08:27:02.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57662 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:28:02.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:28:02.739 [info] [command][15d0344f-273b-4d1a-8f9f-c82978618b12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15d0344f-273b-4d1a-8f9f-c82978618b12""}\n2025-08-01 08:28:02.740 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][466cf5d7-4a69-4c43-9c59-a2b92cd60334] received connection request\n2025-08-01 08:28:02.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:28:02.783 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][466cf5d7-4a69-4c43-9c59-a2b92cd60334] socks forwarding established\n2025-08-01 08:28:02.829 [info] [command][15d0344f-273b-4d1a-8f9f-c82978618b12] Process exited with code 0\n2025-08-01 08:28:02.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][466cf5d7-4a69-4c43-9c59-a2b92cd60334] socks connection closed\n2025-08-01 08:28:02.829 [info] [command][15d0344f-273b-4d1a-8f9f-c82978618b12] Socket close event received\n2025-08-01 08:28:02.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57689 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:29:02.839 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:29:02.840 [info] [command][0cf4a153-750e-49d6-b310-a5e5de20eabd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cf4a153-750e-49d6-b310-a5e5de20eabd""}\n2025-08-01 08:29:02.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][facb29a7-a616-4c6f-b98e-455b306ebaf0] received connection request\n2025-08-01 08:29:02.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:29:02.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][facb29a7-a616-4c6f-b98e-455b306ebaf0] socks forwarding established\n2025-08-01 08:29:02.929 [info] [command][0cf4a153-750e-49d6-b310-a5e5de20eabd] Process exited with code 0\n2025-08-01 08:29:02.930 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][facb29a7-a616-4c6f-b98e-455b306ebaf0] socks connection closed\n2025-08-01 08:29:02.930 [info] [command][0cf4a153-750e-49d6-b310-a5e5de20eabd] Socket close event received\n2025-08-01 08:29:02.969 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57756 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:30:02.934 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:30:02.935 [info] [command][d2d0fd06-92db-452b-a4a9-0c3268de6ffe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d2d0fd06-92db-452b-a4a9-0c3268de6ffe""}\n2025-08-01 08:30:02.936 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db25ef8b-3d27-498f-b96b-fba540db3cbf] received connection request\n2025-08-01 08:30:02.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:30:02.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db25ef8b-3d27-498f-b96b-fba540db3cbf] socks forwarding established\n2025-08-01 08:30:03.028 [info] [command][d2d0fd06-92db-452b-a4a9-0c3268de6ffe] Process exited with code 0\n2025-08-01 08:30:03.028 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db25ef8b-3d27-498f-b96b-fba540db3cbf] socks connection closed\n2025-08-01 08:30:03.028 [info] [command][d2d0fd06-92db-452b-a4a9-0c3268de6ffe] Socket close event received\n2025-08-01 08:30:03.069 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57776 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:31:03.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:31:03.036 [info] [command][5275cad6-1f22-47d6-b57f-3cdead75ecdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5275cad6-1f22-47d6-b57f-3cdead75ecdf""}\n2025-08-01 08:31:03.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97502a0c-c650-4997-844e-6a839a3f5b4e] received connection request\n2025-08-01 08:31:03.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:31:03.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97502a0c-c650-4997-844e-6a839a3f5b4e] socks forwarding established\n2025-08-01 08:31:03.131 [info] [command][5275cad6-1f22-47d6-b57f-3cdead75ecdf] Process exited with code 0\n2025-08-01 08:31:03.131 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97502a0c-c650-4997-844e-6a839a3f5b4e] socks connection closed\n2025-08-01 08:31:03.131 [info] [command][5275cad6-1f22-47d6-b57f-3cdead75ecdf] Socket close event received\n2025-08-01 08:31:03.171 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57792 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:32:03.142 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:32:03.142 [info] [command][f17e1286-0dc7-4272-9ab8-4c307696e9b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f17e1286-0dc7-4272-9ab8-4c307696e9b5""}\n2025-08-01 08:32:03.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f211298c-4ed3-462e-988c-f7b0a12923ca] received connection request\n2025-08-01 08:32:03.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:32:03.189 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f211298c-4ed3-462e-988c-f7b0a12923ca] socks forwarding established\n2025-08-01 08:32:03.236 [info] [command][f17e1286-0dc7-4272-9ab8-4c307696e9b5] Process exited with code 0\n2025-08-01 08:32:03.236 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f211298c-4ed3-462e-988c-f7b0a12923ca] socks connection closed\n2025-08-01 08:32:03.236 [info] [command][f17e1286-0dc7-4272-9ab8-4c307696e9b5] Socket close event received\n2025-08-01 08:32:03.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57804 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:33:03.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:33:03.238 [info] [command][5df1ce17-dddc-46d7-b115-f928857d6e58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5df1ce17-dddc-46d7-b115-f928857d6e58""}\n2025-08-01 08:33:03.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][da2df10d-e2e9-4e75-ac13-89cc0a325009] received connection request\n2025-08-01 08:33:03.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:33:03.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da2df10d-e2e9-4e75-ac13-89cc0a325009] socks forwarding established\n2025-08-01 08:33:03.330 [info] [command][5df1ce17-dddc-46d7-b115-f928857d6e58] Process exited with code 0\n2025-08-01 08:33:03.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da2df10d-e2e9-4e75-ac13-89cc0a325009] socks connection closed\n2025-08-01 08:33:03.330 [info] [command][5df1ce17-dddc-46d7-b115-f928857d6e58] Socket close event received\n2025-08-01 08:33:03.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57844 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:34:03.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:34:03.339 [info] [command][b7e1a2d6-2cca-4557-94a4-0328131324ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7e1a2d6-2cca-4557-94a4-0328131324ec""}\n2025-08-01 08:34:03.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5370ba6c-0543-40a8-a8dd-5fae5a3b73df] received connection request\n2025-08-01 08:34:03.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:34:03.381 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5370ba6c-0543-40a8-a8dd-5fae5a3b73df] socks forwarding established\n2025-08-01 08:34:03.425 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5370ba6c-0543-40a8-a8dd-5fae5a3b73df] socks connection closed\n2025-08-01 08:34:03.425 [info] [command][b7e1a2d6-2cca-4557-94a4-0328131324ec] Process exited with code 0\n2025-08-01 08:34:03.426 [info] [command][b7e1a2d6-2cca-4557-94a4-0328131324ec] Socket close event received\n2025-08-01 08:34:03.464 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57872 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:35:03.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:35:03.433 [info] [command][b8ec52db-c079-492d-97b2-274d2375ee2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b8ec52db-c079-492d-97b2-274d2375ee2d""}\n2025-08-01 08:35:03.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c612a0b-3419-4a57-abd8-51bbba608863] received connection request\n2025-08-01 08:35:03.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:35:03.516 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c612a0b-3419-4a57-abd8-51bbba608863] socks forwarding established\n2025-08-01 08:35:03.561 [info] [command][b8ec52db-c079-492d-97b2-274d2375ee2d] Process exited with code 0\n2025-08-01 08:35:03.561 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c612a0b-3419-4a57-abd8-51bbba608863] socks connection closed\n2025-08-01 08:35:03.561 [info] [command][b8ec52db-c079-492d-97b2-274d2375ee2d] Socket close event received\n2025-08-01 08:35:03.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57892 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:36:03.568 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:36:03.569 [info] [command][24977a10-65d5-4614-bf68-0923c33aacd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""24977a10-65d5-4614-bf68-0923c33aacd4""}\n2025-08-01 08:36:03.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e9234fd7-d9d9-441c-9ab0-5e766868d9f2] received connection request\n2025-08-01 08:36:03.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:36:03.612 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9234fd7-d9d9-441c-9ab0-5e766868d9f2] socks forwarding established\n2025-08-01 08:36:03.740 [info] [command][24977a10-65d5-4614-bf68-0923c33aacd4] Process exited with code 0\n2025-08-01 08:36:03.740 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9234fd7-d9d9-441c-9ab0-5e766868d9f2] socks connection closed\n2025-08-01 08:36:03.740 [info] [command][24977a10-65d5-4614-bf68-0923c33aacd4] Socket close event received\n2025-08-01 08:36:03.781 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57908 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:37:03.741 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:37:03.743 [info] [command][b7ef8807-27bc-4545-bd39-d30801ef9322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7ef8807-27bc-4545-bd39-d30801ef9322""}\n2025-08-01 08:37:03.744 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6b635b13-3e19-472c-8b65-9b8f95349d7e] received connection request\n2025-08-01 08:37:03.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:37:03.789 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b635b13-3e19-472c-8b65-9b8f95349d7e] socks forwarding established\n2025-08-01 08:37:03.853 [info] [command][b7ef8807-27bc-4545-bd39-d30801ef9322] Process exited with code 0\n2025-08-01 08:37:03.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b635b13-3e19-472c-8b65-9b8f95349d7e] socks connection closed\n2025-08-01 08:37:03.853 [info] [command][b7ef8807-27bc-4545-bd39-d30801ef9322] Socket close event received\n2025-08-01 08:37:03.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57932 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:38:03.857 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:38:03.859 [info] [command][34f7b461-a617-44dd-8caf-d747aa5359c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""34f7b461-a617-44dd-8caf-d747aa5359c4""}\n2025-08-01 08:38:03.859 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5ef82703-1b88-4d39-b6f9-ecb5af4bb8ec] received connection request\n2025-08-01 08:38:03.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:38:03.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ef82703-1b88-4d39-b6f9-ecb5af4bb8ec] socks forwarding established\n2025-08-01 08:38:03.953 [info] [command][34f7b461-a617-44dd-8caf-d747aa5359c4] Process exited with code 0\n2025-08-01 08:38:03.954 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ef82703-1b88-4d39-b6f9-ecb5af4bb8ec] socks connection closed\n2025-08-01 08:38:03.954 [info] [command][34f7b461-a617-44dd-8caf-d747aa5359c4] Socket close event received\n2025-08-01 08:38:03.998 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57965 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:39:03.964 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:39:03.965 [info] [command][a5143162-d99e-4812-a599-f5e427b08a12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a5143162-d99e-4812-a599-f5e427b08a12""}\n2025-08-01 08:39:03.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bfece25b-68a8-468c-8606-9a61479bb906] received connection request\n2025-08-01 08:39:03.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:39:04.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bfece25b-68a8-468c-8606-9a61479bb906] socks forwarding established\n2025-08-01 08:39:04.060 [info] [command][a5143162-d99e-4812-a599-f5e427b08a12] Process exited with code 0\n2025-08-01 08:39:04.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bfece25b-68a8-468c-8606-9a61479bb906] socks connection closed\n2025-08-01 08:39:04.060 [info] [command][a5143162-d99e-4812-a599-f5e427b08a12] Socket close event received\n2025-08-01 08:39:04.100 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57999 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:40:04.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:40:04.070 [info] [command][81fbc6ed-6e49-41f9-94de-8a102a8fdbba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""81fbc6ed-6e49-41f9-94de-8a102a8fdbba""}\n2025-08-01 08:40:04.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][953f3f95-5018-49a0-b7bc-59410ef1c0ce] received connection request\n2025-08-01 08:40:04.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:40:04.117 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][953f3f95-5018-49a0-b7bc-59410ef1c0ce] socks forwarding established\n2025-08-01 08:40:04.161 [info] [command][81fbc6ed-6e49-41f9-94de-8a102a8fdbba] Process exited with code 0\n2025-08-01 08:40:04.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][953f3f95-5018-49a0-b7bc-59410ef1c0ce] socks connection closed\n2025-08-01 08:40:04.162 [info] [command][81fbc6ed-6e49-41f9-94de-8a102a8fdbba] Socket close event received\n2025-08-01 08:40:04.201 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58013 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:41:04.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:41:04.173 [info] [command][332a4637-e2e5-4b7c-af5e-34f8e56652f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""332a4637-e2e5-4b7c-af5e-34f8e56652f7""}\n2025-08-01 08:41:04.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76818121-d837-4231-b72b-1850447b51d9] received connection request\n2025-08-01 08:41:04.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:41:04.218 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76818121-d837-4231-b72b-1850447b51d9] socks forwarding established\n2025-08-01 08:41:04.315 [info] [command][332a4637-e2e5-4b7c-af5e-34f8e56652f7] Process exited with code 0\n2025-08-01 08:41:04.315 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76818121-d837-4231-b72b-1850447b51d9] socks connection closed\n2025-08-01 08:41:04.315 [info] [command][332a4637-e2e5-4b7c-af5e-34f8e56652f7] Socket close event received\n2025-08-01 08:41:04.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58031 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:42:04.379 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:42:04.587 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][030dfe70-e40d-4a26-b370-96e2934b6174] received connection request\n2025-08-01 08:42:04.587 [info] [command][794f8b7c-e6e9-4aa6-aa20-78f1436bad78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""794f8b7c-e6e9-4aa6-aa20-78f1436bad78""}\n2025-08-01 08:42:04.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:42:04.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][030dfe70-e40d-4a26-b370-96e2934b6174] socks forwarding established\n2025-08-01 08:42:04.880 [info] [command][794f8b7c-e6e9-4aa6-aa20-78f1436bad78] Process exited with code 0\n2025-08-01 08:42:04.882 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][030dfe70-e40d-4a26-b370-96e2934b6174] socks connection closed\n2025-08-01 08:42:04.882 [info] [command][794f8b7c-e6e9-4aa6-aa20-78f1436bad78] Socket close event received\n2025-08-01 08:42:04.951 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58061 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:43:04.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:43:04.890 [info] [command][be23feea-8683-4b68-ad42-d6611be791a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""be23feea-8683-4b68-ad42-d6611be791a4""}\n2025-08-01 08:43:04.890 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][321f8f49-860a-45ab-ad70-b3c539d5cdb3] received connection request\n2025-08-01 08:43:04.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:43:04.931 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][321f8f49-860a-45ab-ad70-b3c539d5cdb3] socks forwarding established\n2025-08-01 08:43:04.974 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][321f8f49-860a-45ab-ad70-b3c539d5cdb3] socks connection closed\n2025-08-01 08:43:04.974 [info] [command][be23feea-8683-4b68-ad42-d6611be791a4] Process exited with code 0\n2025-08-01 08:43:04.974 [info] [command][be23feea-8683-4b68-ad42-d6611be791a4] Socket close event received\n2025-08-01 08:43:05.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58104 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:44:04.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:44:04.985 [info] [command][c60e546c-622e-4cb0-8c2c-21f84a20b67c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c60e546c-622e-4cb0-8c2c-21f84a20b67c""}\n2025-08-01 08:44:04.985 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d6f6cf92-1953-4e8c-8b05-e97c6c820f90] received connection request\n2025-08-01 08:44:04.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 08:44:04.986 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:44:05.024 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6f6cf92-1953-4e8c-8b05-e97c6c820f90] socks forwarding established\n2025-08-01 08:44:05.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6f6cf92-1953-4e8c-8b05-e97c6c820f90] socks connection closed\n2025-08-01 08:44:05.068 [info] [command][c60e546c-622e-4cb0-8c2c-21f84a20b67c] Process exited with code 0\n2025-08-01 08:44:05.068 [info] [command][c60e546c-622e-4cb0-8c2c-21f84a20b67c] Socket close event received\n2025-08-01 08:44:05.108 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58123 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:45:05.078 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:45:05.079 [info] [command][2c36ac48-9464-4e22-83b4-1cbf7aa54951] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c36ac48-9464-4e22-83b4-1cbf7aa54951""}\n2025-08-01 08:45:05.079 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][62300320-7680-4a9a-bfc5-d74ca942a08b] received connection request\n2025-08-01 08:45:05.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:45:05.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62300320-7680-4a9a-bfc5-d74ca942a08b] socks forwarding established\n2025-08-01 08:45:05.166 [info] [command][2c36ac48-9464-4e22-83b4-1cbf7aa54951] Process exited with code 0\n2025-08-01 08:45:05.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62300320-7680-4a9a-bfc5-d74ca942a08b] socks connection closed\n2025-08-01 08:45:05.166 [info] [command][2c36ac48-9464-4e22-83b4-1cbf7aa54951] Socket close event received\n2025-08-01 08:45:05.205 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58177 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:46:05.175 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:46:05.177 [info] [command][26594658-43b9-4138-bced-4017c9e30b2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""26594658-43b9-4138-bced-4017c9e30b2e""}\n2025-08-01 08:46:05.177 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d25d0e9a-92f9-42de-bcaf-fafcb742bfd3] received connection request\n2025-08-01 08:46:05.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:46:05.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d25d0e9a-92f9-42de-bcaf-fafcb742bfd3] socks forwarding established\n2025-08-01 08:46:05.265 [info] [command][26594658-43b9-4138-bced-4017c9e30b2e] Process exited with code 0\n2025-08-01 08:46:05.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d25d0e9a-92f9-42de-bcaf-fafcb742bfd3] socks connection closed\n2025-08-01 08:46:05.266 [info] [command][26594658-43b9-4138-bced-4017c9e30b2e] Socket close event received\n2025-08-01 08:46:05.394 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58192 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:47:05.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:47:05.279 [info] [command][59eb3b67-9f0b-4f8e-8b53-5a216584e1ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""59eb3b67-9f0b-4f8e-8b53-5a216584e1ad""}\n2025-08-01 08:47:05.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d580099-9769-4883-b92c-5cfb93524559] received connection request\n2025-08-01 08:47:05.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 08:47:05.280 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:47:05.319 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d580099-9769-4883-b92c-5cfb93524559] socks forwarding established\n2025-08-01 08:47:05.365 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d580099-9769-4883-b92c-5cfb93524559] socks connection closed\n2025-08-01 08:47:05.365 [info] [command][59eb3b67-9f0b-4f8e-8b53-5a216584e1ad] Process exited with code 0\n2025-08-01 08:47:05.365 [info] [command][59eb3b67-9f0b-4f8e-8b53-5a216584e1ad] Socket close event received\n2025-08-01 08:47:05.406 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58217 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:48:05.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:48:05.368 [info] [command][797f0de9-9c60-4911-a02c-2778b7f5d604] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""797f0de9-9c60-4911-a02c-2778b7f5d604""}\n2025-08-01 08:48:05.368 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6fb20b07-cfe3-41fd-b63f-01f7bb77d270] received connection request\n2025-08-01 08:48:05.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 08:48:05.369 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:48:05.408 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fb20b07-cfe3-41fd-b63f-01f7bb77d270] socks forwarding established\n2025-08-01 08:48:05.451 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fb20b07-cfe3-41fd-b63f-01f7bb77d270] socks connection closed\n2025-08-01 08:48:05.451 [info] [command][797f0de9-9c60-4911-a02c-2778b7f5d604] Process exited with code 0\n2025-08-01 08:48:05.451 [info] [command][797f0de9-9c60-4911-a02c-2778b7f5d604] Socket close event received\n2025-08-01 08:48:05.520 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58245 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:49:05.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:49:05.463 [info] [command][b71307f0-2522-4cd9-bced-dea1922bb543] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b71307f0-2522-4cd9-bced-dea1922bb543""}\n2025-08-01 08:49:05.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][62c90ebf-f3ef-4145-90b6-4dcb305f9461] received connection request\n2025-08-01 08:49:05.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:49:05.509 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62c90ebf-f3ef-4145-90b6-4dcb305f9461] socks forwarding established\n2025-08-01 08:49:05.555 [info] [command][b71307f0-2522-4cd9-bced-dea1922bb543] Process exited with code 0\n2025-08-01 08:49:05.556 [info] [command][b71307f0-2522-4cd9-bced-dea1922bb543] Socket close event received\n2025-08-01 08:49:05.598 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:49:05.598 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62c90ebf-f3ef-4145-90b6-4dcb305f9461] socks connection closed\n2025-08-01 08:50:05.566 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:50:05.567 [info] [command][39e38a2a-907c-4c92-a0b3-9530067efdfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39e38a2a-907c-4c92-a0b3-9530067efdfc""}\n2025-08-01 08:50:05.568 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bed5ac55-0e30-4858-b18e-b2aa758be92c] received connection request\n2025-08-01 08:50:05.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:50:05.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bed5ac55-0e30-4858-b18e-b2aa758be92c] socks forwarding established\n2025-08-01 08:50:05.721 [info] [command][39e38a2a-907c-4c92-a0b3-9530067efdfc] Process exited with code 0\n2025-08-01 08:50:05.721 [info] [command][39e38a2a-907c-4c92-a0b3-9530067efdfc] Socket close event received\n2025-08-01 08:50:05.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bed5ac55-0e30-4858-b18e-b2aa758be92c] socks connection closed\n2025-08-01 08:50:05.762 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58283 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:51:05.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:51:05.731 [info] [command][77466e94-4a47-4945-959e-e6413faaefaa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""77466e94-4a47-4945-959e-e6413faaefaa""}\n2025-08-01 08:51:05.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][efdfd193-547c-4528-8d99-f50d0308f2fa] received connection request\n2025-08-01 08:51:05.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:51:05.807 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efdfd193-547c-4528-8d99-f50d0308f2fa] socks forwarding established\n2025-08-01 08:51:05.862 [info] [command][77466e94-4a47-4945-959e-e6413faaefaa] Process exited with code 0\n2025-08-01 08:51:05.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efdfd193-547c-4528-8d99-f50d0308f2fa] socks connection closed\n2025-08-01 08:51:05.862 [info] [command][77466e94-4a47-4945-959e-e6413faaefaa] Socket close event received\n2025-08-01 08:51:05.902 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58302 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:52:05.864 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:52:05.870 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee9f05eb-4b5b-4871-a849-13d0f2b083e6] received connection request\n2025-08-01 08:52:05.870 [info] [command][82a01978-735c-4b15-a396-5f573d3243f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""82a01978-735c-4b15-a396-5f573d3243f7""}\n2025-08-01 08:52:05.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:52:05.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee9f05eb-4b5b-4871-a849-13d0f2b083e6] socks forwarding established\n2025-08-01 08:52:05.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee9f05eb-4b5b-4871-a849-13d0f2b083e6] socks connection closed\n2025-08-01 08:52:05.957 [info] [command][82a01978-735c-4b15-a396-5f573d3243f7] Process exited with code 0\n2025-08-01 08:52:05.957 [info] [command][82a01978-735c-4b15-a396-5f573d3243f7] Socket close event received\n2025-08-01 08:52:05.997 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58330 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:53:05.968 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:53:05.970 [info] [command][e8479223-9d17-4964-84c3-2093eb790597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e8479223-9d17-4964-84c3-2093eb790597""}\n2025-08-01 08:53:05.970 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][284fbbeb-6b4e-4560-95df-a509bc435dd1] received connection request\n2025-08-01 08:53:05.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:53:06.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][284fbbeb-6b4e-4560-95df-a509bc435dd1] socks forwarding established\n2025-08-01 08:53:06.065 [info] [command][e8479223-9d17-4964-84c3-2093eb790597] Process exited with code 0\n2025-08-01 08:53:06.065 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][284fbbeb-6b4e-4560-95df-a509bc435dd1] socks connection closed\n2025-08-01 08:53:06.065 [info] [command][e8479223-9d17-4964-84c3-2093eb790597] Socket close event received\n2025-08-01 08:53:06.104 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:54:06.075 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:54:06.077 [info] [command][db3423fc-d8fa-4939-a216-f5fe851b405c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""db3423fc-d8fa-4939-a216-f5fe851b405c""}\n2025-08-01 08:54:06.078 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cb9a928b-0bc6-4b5f-955a-19c4761cb7c9] received connection request\n2025-08-01 08:54:06.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:54:06.119 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb9a928b-0bc6-4b5f-955a-19c4761cb7c9] socks forwarding established\n2025-08-01 08:54:06.163 [info] [command][db3423fc-d8fa-4939-a216-f5fe851b405c] Process exited with code 0\n2025-08-01 08:54:06.164 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb9a928b-0bc6-4b5f-955a-19c4761cb7c9] socks connection closed\n2025-08-01 08:54:06.164 [info] [command][db3423fc-d8fa-4939-a216-f5fe851b405c] Socket close event received\n2025-08-01 08:54:06.203 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58381 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:55:06.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:55:06.175 [info] [command][425c296e-4132-441e-9196-b141a69bf3a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""425c296e-4132-441e-9196-b141a69bf3a8""}\n2025-08-01 08:55:06.176 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d2873d67-ac19-4333-8ed8-d85a577fc50d] received connection request\n2025-08-01 08:55:06.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:55:06.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2873d67-ac19-4333-8ed8-d85a577fc50d] socks forwarding established\n2025-08-01 08:55:06.278 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2873d67-ac19-4333-8ed8-d85a577fc50d] socks connection closed\n2025-08-01 08:55:06.278 [info] [command][425c296e-4132-441e-9196-b141a69bf3a8] Process exited with code 0\n2025-08-01 08:55:06.278 [info] [command][425c296e-4132-441e-9196-b141a69bf3a8] Socket close event received\n2025-08-01 08:55:06.318 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58406 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:56:06.283 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:56:06.285 [info] [command][6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb""}\n2025-08-01 08:56:06.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][63b03c8e-73dc-4292-819d-55c6d38a6763] received connection request\n2025-08-01 08:56:06.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:56:06.328 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][63b03c8e-73dc-4292-819d-55c6d38a6763] socks forwarding established\n2025-08-01 08:56:06.374 [info] [command][6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb] Process exited with code 0\n2025-08-01 08:56:06.375 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][63b03c8e-73dc-4292-819d-55c6d38a6763] socks connection closed\n2025-08-01 08:56:06.375 [info] [command][6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb] Socket close event received\n2025-08-01 08:56:06.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58417 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:57:07.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:57:08.391 [info] [command][0864b45e-2002-4768-98a9-4bf0a26577ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0864b45e-2002-4768-98a9-4bf0a26577ef""}\n2025-08-01 08:57:08.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1915005e-97ea-4a05-b1c9-85e85c6534f8] received connection request\n2025-08-01 08:57:09.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:57:10.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1915005e-97ea-4a05-b1c9-85e85c6534f8] socks forwarding established\n2025-08-01 08:57:11.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1915005e-97ea-4a05-b1c9-85e85c6534f8] socks connection closed\n2025-08-01 08:57:11.356 [info] [command][0864b45e-2002-4768-98a9-4bf0a26577ef] Process exited with code 0\n2025-08-01 08:57:11.356 [info] [command][0864b45e-2002-4768-98a9-4bf0a26577ef] Socket close event received\n2025-08-01 08:57:12.275 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58496 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:58:11.361 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:58:11.363 [info] [command][8e45d6dd-7a6e-4698-8780-8c58d47dcf87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e45d6dd-7a6e-4698-8780-8c58d47dcf87""}\n2025-08-01 08:58:11.363 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7e552f71-c08b-47c4-93e8-e05ee0faa97c] received connection request\n2025-08-01 08:58:11.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:58:11.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e552f71-c08b-47c4-93e8-e05ee0faa97c] socks forwarding established\n2025-08-01 08:58:11.466 [info] [command][8e45d6dd-7a6e-4698-8780-8c58d47dcf87] Process exited with code 0\n2025-08-01 08:58:11.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e552f71-c08b-47c4-93e8-e05ee0faa97c] socks connection closed\n2025-08-01 08:58:11.467 [info] [command][8e45d6dd-7a6e-4698-8780-8c58d47dcf87] Socket close event received\n2025-08-01 08:58:11.506 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58622 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:59:11.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:59:11.478 [info] [command][3a123485-a82a-4aa0-af14-66c237244542] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3a123485-a82a-4aa0-af14-66c237244542""}\n2025-08-01 08:59:11.478 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][443ebb4f-5b05-464b-b82b-35a5e11923e9] received connection request\n2025-08-01 08:59:11.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:59:11.522 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][443ebb4f-5b05-464b-b82b-35a5e11923e9] socks forwarding established\n2025-08-01 08:59:11.568 [info] [command][3a123485-a82a-4aa0-af14-66c237244542] Process exited with code 0\n2025-08-01 08:59:11.568 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][443ebb4f-5b05-464b-b82b-35a5e11923e9] socks connection closed\n2025-08-01 08:59:11.568 [info] [command][3a123485-a82a-4aa0-af14-66c237244542] Socket close event received\n2025-08-01 08:59:11.631 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58639 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:00:11.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:00:11.570 [info] [command][eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c""}\n2025-08-01 09:00:11.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9f87926-f74b-4d09-a781-46bbf0ef791b] received connection request\n2025-08-01 09:00:11.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:00:11.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9f87926-f74b-4d09-a781-46bbf0ef791b] socks forwarding established\n2025-08-01 09:00:11.659 [info] [command][eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c] Process exited with code 0\n2025-08-01 09:00:11.659 [info] [command][eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c] Socket close event received\n2025-08-01 09:00:11.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58656 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:00:11.702 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9f87926-f74b-4d09-a781-46bbf0ef791b] socks connection closed\n2025-08-01 09:01:11.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:01:11.662 [info] [command][f9ac7fb3-5a29-4fc6-ad62-407fb73053b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f9ac7fb3-5a29-4fc6-ad62-407fb73053b1""}\n2025-08-01 09:01:11.662 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][29dbc065-ebc6-4588-a3a8-b17186767f1a] received connection request\n2025-08-01 09:01:11.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:01:11.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29dbc065-ebc6-4588-a3a8-b17186767f1a] socks forwarding established\n2025-08-01 09:01:11.751 [info] [command][f9ac7fb3-5a29-4fc6-ad62-407fb73053b1] Process exited with code 0\n2025-08-01 09:01:11.751 [info] [command][f9ac7fb3-5a29-4fc6-ad62-407fb73053b1] Socket close event received\n2025-08-01 09:01:11.752 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29dbc065-ebc6-4588-a3a8-b17186767f1a] socks connection closed\n2025-08-01 09:01:11.793 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58680 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:02:11.751 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:02:11.752 [info] [command][a7fd9d87-0880-4ac2-8080-c7a361053bfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a7fd9d87-0880-4ac2-8080-c7a361053bfb""}\n2025-08-01 09:02:11.753 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][52116040-0a1d-4e08-841b-53db887d8f9a] received connection request\n2025-08-01 09:02:11.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:02:11.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52116040-0a1d-4e08-841b-53db887d8f9a] socks forwarding established\n2025-08-01 09:02:11.843 [info] [command][a7fd9d87-0880-4ac2-8080-c7a361053bfb] Process exited with code 0\n2025-08-01 09:02:11.843 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52116040-0a1d-4e08-841b-53db887d8f9a] socks connection closed\n2025-08-01 09:02:11.843 [info] [command][a7fd9d87-0880-4ac2-8080-c7a361053bfb] Socket close event received\n2025-08-01 09:02:11.883 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58764 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:03:11.845 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:03:11.847 [info] [command][433f3598-b96f-4fc2-9d9f-8a5938ccf255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""433f3598-b96f-4fc2-9d9f-8a5938ccf255""}\n2025-08-01 09:03:11.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3a9d9e53-0a8a-453b-8723-d8c95957014c] received connection request\n2025-08-01 09:03:11.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:03:11.891 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a9d9e53-0a8a-453b-8723-d8c95957014c] socks forwarding established\n2025-08-01 09:03:11.937 [info] [command][433f3598-b96f-4fc2-9d9f-8a5938ccf255] Process exited with code 0\n2025-08-01 09:03:11.937 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a9d9e53-0a8a-453b-8723-d8c95957014c] socks connection closed\n2025-08-01 09:03:11.937 [info] [command][433f3598-b96f-4fc2-9d9f-8a5938ccf255] Socket close event received\n2025-08-01 09:03:11.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58818 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:04:11.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:04:11.945 [info] [command][edd61262-f6ee-4c56-ad13-0746cc478614] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""edd61262-f6ee-4c56-ad13-0746cc478614""}\n2025-08-01 09:04:11.946 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d97be02c-d434-42ae-aebe-0717a3917d57] received connection request\n2025-08-01 09:04:11.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:04:11.994 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d97be02c-d434-42ae-aebe-0717a3917d57] socks forwarding established\n2025-08-01 09:04:12.040 [info] [command][edd61262-f6ee-4c56-ad13-0746cc478614] Process exited with code 0\n2025-08-01 09:04:12.040 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d97be02c-d434-42ae-aebe-0717a3917d57] socks connection closed\n2025-08-01 09:04:12.040 [info] [command][edd61262-f6ee-4c56-ad13-0746cc478614] Socket close event received\n2025-08-01 09:04:12.083 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58834 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:05:12.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:05:12.053 [info] [command][b0b83bcd-adb6-46c9-a0ec-bdbf9d680963] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0b83bcd-adb6-46c9-a0ec-bdbf9d680963""}\n2025-08-01 09:05:12.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c3f1dd0-568e-43df-9120-9ad1eec79744] received connection request\n2025-08-01 09:05:12.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:05:12.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c3f1dd0-568e-43df-9120-9ad1eec79744] socks forwarding established\n2025-08-01 09:05:12.145 [info] [command][b0b83bcd-adb6-46c9-a0ec-bdbf9d680963] Process exited with code 0\n2025-08-01 09:05:12.145 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c3f1dd0-568e-43df-9120-9ad1eec79744] socks connection closed\n2025-08-01 09:05:12.145 [info] [command][b0b83bcd-adb6-46c9-a0ec-bdbf9d680963] Socket close event received\n2025-08-01 09:05:12.186 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58856 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:06:12.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:06:12.152 [info] [command][8d560c40-4748-45c5-9e7b-f24ae92d5a03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8d560c40-4748-45c5-9e7b-f24ae92d5a03""}\n2025-08-01 09:06:12.153 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2ec5a867-a216-4212-9598-c0df61a1b99f] received connection request\n2025-08-01 09:06:12.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:06:12.194 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec5a867-a216-4212-9598-c0df61a1b99f] socks forwarding established\n2025-08-01 09:06:12.246 [info] [command][8d560c40-4748-45c5-9e7b-f24ae92d5a03] Process exited with code 0\n2025-08-01 09:06:12.247 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec5a867-a216-4212-9598-c0df61a1b99f] socks connection closed\n2025-08-01 09:06:12.247 [info] [command][8d560c40-4748-45c5-9e7b-f24ae92d5a03] Socket close event received\n2025-08-01 09:06:12.289 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:07:12.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:07:12.252 [info] [command][9f8cc91f-bb73-4831-843c-632ab6a0078e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9f8cc91f-bb73-4831-843c-632ab6a0078e""}\n2025-08-01 09:07:12.253 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6fc74e59-6645-42a7-bb94-0e1f59a75b17] received connection request\n2025-08-01 09:07:12.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:07:12.294 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fc74e59-6645-42a7-bb94-0e1f59a75b17] socks forwarding established\n2025-08-01 09:07:12.339 [info] [command][9f8cc91f-bb73-4831-843c-632ab6a0078e] Process exited with code 0\n2025-08-01 09:07:12.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fc74e59-6645-42a7-bb94-0e1f59a75b17] socks connection closed\n2025-08-01 09:07:12.340 [info] [command][9f8cc91f-bb73-4831-843c-632ab6a0078e] Socket close event received\n2025-08-01 09:07:12.380 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58903 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:08:12.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:08:12.347 [info] [command][17a5743f-55fc-47fb-9972-371830f049aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""17a5743f-55fc-47fb-9972-371830f049aa""}\n2025-08-01 09:08:12.348 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][750286e2-a75f-400e-ad03-68e692be9f38] received connection request\n2025-08-01 09:08:12.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:08:12.399 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][750286e2-a75f-400e-ad03-68e692be9f38] socks forwarding established\n2025-08-01 09:08:12.444 [info] [command][17a5743f-55fc-47fb-9972-371830f049aa] Process exited with code 0\n2025-08-01 09:08:12.445 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][750286e2-a75f-400e-ad03-68e692be9f38] socks connection closed\n2025-08-01 09:08:12.445 [info] [command][17a5743f-55fc-47fb-9972-371830f049aa] Socket close event received\n2025-08-01 09:08:12.486 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58973 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:09:00.714 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 09:09:00.715 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 09:09:00.725 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:36751][3093f780-c8c6-44a7-89f0-2f225fda0d78] received connection request\n2025-08-01 09:09:00.754 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:36751][adbc35b9-2afb-406d-ac87-888576afc57e] received connection request\n2025-08-01 09:09:00.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:09:10.720 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 09:09:10.721 [error] Failed to connect to Cursor server at http://127.0.0.1:53504, attempt 1 of 3 This operation was aborted\n2025-08-01 09:09:10.772 [info] Terminating existing SSH process with pid: 84097\n2025-08-01 09:09:10.772 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 09:09:10.772 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 09:09:10.773 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tgv0nD/socket.sock\n2025-08-01 09:09:10.775 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76251.sh"" | ssh -v -T -D 58992 login.haicore.berlin bash --login -c bash\n2025-08-01 09:09:10.776 [info] Started installation script. Waiting for it to finish...\n2025-08-01 09:09:10.776 [info] Waiting for server to install via process(6792)...\n2025-08-01 09:09:10.781 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 09:09:10.781 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 09:09:10.782 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 09:09:10.782 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 09:09:10.783 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 09:09:11.729 [error] Failed to connect to Cursor server at http://127.0.0.1:53504, attempt 2 of 3 This operation was aborted\n2025-08-01 09:09:12.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:09:12.733 [error] Failed to connect to Cursor server at http://127.0.0.1:53504, attempt 3 of 3 This operation was aborted\n2025-08-01 09:09:12.733 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 09:09:12.733 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 09:14:18.269 [info] [command][6247dca8-fb78-4a7e-a0e3-bf4d3f373530] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6247dca8-fb78-4a7e-a0e3-bf4d3f373530""}\n2025-08-01 09:14:18.343 [error] [forwarding][code][127.0.0.1:53504 -> unknown}][a3590c0a-bda0-4345-87a3-d3e7612f806d] remote server not configured\n2025-08-01 09:14:18.343 [error] [forwarding][multiplex][127.0.0.1:53505 -> unknown}][e820cc67-9a63-48c8-bb78-2daf844c3e4e] remote server not configured\n2025-08-01 09:14:18.343 [error] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][3093f780-c8c6-44a7-89f0-2f225fda0d78] error while creating socks forwarding Socket closed\n2025-08-01 09:14:18.343 [error] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][adbc35b9-2afb-406d-ac87-888576afc57e] error while creating socks forwarding Socket closed\n2025-08-01 09:14:18.343 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][c1f42692-4142-4ca4-87fe-b02325efdc0f] socks connection closed\n2025-08-01 09:14:18.344 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][ca5c1054-7923-423b-bac1-bbf7f4a43a78] socks connection closed\n2025-08-01 09:14:18.345 [error] Error installing server: Failed to install server within the timeout\n2025-08-01 09:14:18.345 [error] Failed to connect after 1 attempts: Failed to install server within the timeout\n2025-08-01 09:14:18.345 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76251.sh\n2025-08-01 09:14:18.347 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 09:14:18.347 [error] [command][6247dca8-fb78-4a7e-a0e3-bf4d3f373530] Socket error: Error: read ECONNRESET\n2025-08-01 09:14:18.347 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 09:14:18.348 [info] [command][6247dca8-fb78-4a7e-a0e3-bf4d3f373530] Socket close event received\n2025-08-01 09:14:18.348 [error] Error resolving SSH authority Failed to install server within the timeout\n2025-08-01 09:34:52.826 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 09:34:52.833 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-N1Vsk8/socket.sock\n2025-08-01 09:34:52.834 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 09:34:52.835 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-N1Vsk8/socket.sock\n2025-08-01 09:34:52.838 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31848.sh"" | ssh -v -T -D 60072 login.haicore.berlin bash --login -c bash\n2025-08-01 09:34:52.838 [info] Started installation script. Waiting for it to finish...\n2025-08-01 09:34:52.838 [info] Waiting for server to install via process(7539)...\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 09:34:52.965 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 09:34:52.966 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-01 09:34:52.966 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 09:34:52.966 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 09:34:53.011 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 09:34:53.012 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 09:34:53.013 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 09:34:53.050 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 09:34:53.050 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 09:34:53.051 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 09:34:53.092 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 09:34:53.093 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 09:34:53.093 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 09:34:53.097 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 09:34:53.097 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 09:34:53.225 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 09:34:53.297 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 09:34:53.302 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 09:34:53.303 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 09:34:53.354 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-01 09:34:53.438 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-01 09:34:53.721 [info] Askpass server received request: POST /\n2025-08-01 09:34:53.721 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-01 09:34:53.721 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-01 09:34:57.426 [error] Password authentication cancelled\n2025-08-01 09:34:57.428 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-01 09:35:00.064 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 09:35:00.070 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 09:35:00.071 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 09:35:00.072 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 09:35:00.076 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45994.sh"" | ssh -v -T -D 60081 login.haicore.berlin bash --login -c bash\n2025-08-01 09:35:00.076 [info] Started installation script. Waiting for it to finish...\n2025-08-01 09:35:00.076 [info] Waiting for server to install via process(7554)...\n2025-08-01 09:35:00.083 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 09:35:00.083 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 09:35:00.083 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 09:35:00.129 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 09:35:00.129 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 09:35:00.129 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 09:35:00.178 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 09:35:00.179 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 09:35:00.179 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 09:35:00.218 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 09:35:00.218 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 09:35:00.260 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-08-01 09:35:00.260 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 09:35:00.261 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 09:35:00.261 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 09:35:00.265 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 09:35:00.265 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 09:35:00.265 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 09:35:00.386 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 09:35:00.430 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 09:35:00.432 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 09:35:00.432 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 09:35:00.520 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 09:35:00.601 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:60081 forwarded to remote address socks:0\n\n2025-08-01 09:35:00.601 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 60081.\n\n2025-08-01 09:35:00.602 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 60081.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 09:35:00.602 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 09:35:00.795 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 09:35:00.795 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 09:35:00.798 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 09:35:00.833 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\n\n2025-08-01 09:35:00.833 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 09:35:01.292 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\n\n2025-08-01 09:35:01.298 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 09:35:01.315 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 09:35:01.316 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 09:35:01.320 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 09:35:01.322 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 09:35:01.332 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 1049ddbe-3284-492e-b7dd-41f38a3105dc\nMultiplex server started with PID 311292 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 09:35:01.840 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 09:35:01.855 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:01.856 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-01 09:35:01.857 [info] (ssh_tunnel) stdout: Code server started with PID 311316 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:01.859 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:02.415 [info] (ssh_tunnel) stdout: b41f16eb63b64385d25a3022: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==43445==\nmultiplexConnectionToken==1049ddbe-3284-492e-b7dd-41f38a3105dc==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nb41f16eb63b64385d25a3022: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:02.417 [info] Server install command exit code: 0\n2025-08-01 09:35:02.417 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45994.sh\n2025-08-01 09:35:02.419 [info] [forwarding][code] creating new forwarding server\n2025-08-01 09:35:02.419 [info] [forwarding][code] server listening on 127.0.0.1:60083\n2025-08-01 09:35:02.419 [info] [forwarding][code] Set up server\n2025-08-01 09:35:02.419 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 09:35:02.420 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 09:35:02.420 [info] [forwarding][multiplex] server listening on 127.0.0.1:60084\n2025-08-01 09:35:02.420 [info] [forwarding][multiplex] Set up server\n2025-08-01 09:35:02.424 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 1049ddbe-3284-492e-b7dd-41f38a3105dc\n2025-08-01 09:35:02.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:35:02.427 [info] [remote-ssh] Resolved exec server. Socks port: 60081\n2025-08-01 09:35:02.427 [info] Setting up 0 default forwarded ports\n2025-08-01 09:35:02.427 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":60083,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 60081\n2025-08-01 09:35:02.429 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b0a1460c-960d-429b-bd2f-3b513f61db53] received connection request\n2025-08-01 09:35:02.430 [info] [command][6b98f8a8-3796-435e-889b-6dc6a62b567d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6b98f8a8-3796-435e-889b-6dc6a62b567d""}\n2025-08-01 09:35:02.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:35:02.476 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0a1460c-960d-429b-bd2f-3b513f61db53] socks forwarding established\n2025-08-01 09:35:02.477 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][f05ec0ab-3c52-4a80-b97e-e98e5fa33137] received connection request\n2025-08-01 09:35:02.477 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:35:02.529 [info] [command][6b98f8a8-3796-435e-889b-6dc6a62b567d] Process exited with code 0\n2025-08-01 09:35:02.529 [info] [command][6b98f8a8-3796-435e-889b-6dc6a62b567d] Socket close event received\n2025-08-01 09:35:02.530 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][f05ec0ab-3c52-4a80-b97e-e98e5fa33137] socks forwarding established\n2025-08-01 09:35:02.530 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0a1460c-960d-429b-bd2f-3b513f61db53] socks connection closed\n2025-08-01 09:35:02.571 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60086 to 127.0.0.1 port 60081, nchannels 5\n\n2025-08-01 09:35:02.588 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][5d621007-57bd-40c3-b036-9652ff6445df] received connection request\n2025-08-01 09:35:02.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:35:02.628 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][5d621007-57bd-40c3-b036-9652ff6445df] socks forwarding established\n2025-08-01 09:35:02.808 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 09:36:02.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:36:02.534 [info] [command][a09d60ba-6be9-480d-ac7f-3dae3bf37a68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a09d60ba-6be9-480d-ac7f-3dae3bf37a68""}\n2025-08-01 09:36:02.535 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][414ce4ba-cd68-41ac-9332-7a37f0406886] received connection request\n2025-08-01 09:36:02.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:36:02.580 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][414ce4ba-cd68-41ac-9332-7a37f0406886] socks forwarding established\n2025-08-01 09:36:02.627 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][414ce4ba-cd68-41ac-9332-7a37f0406886] socks connection closed\n2025-08-01 09:36:02.627 [info] [command][a09d60ba-6be9-480d-ac7f-3dae3bf37a68] Process exited with code 0\n2025-08-01 09:36:02.627 [info] [command][a09d60ba-6be9-480d-ac7f-3dae3bf37a68] Socket close event received\n2025-08-01 09:36:02.667 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60207 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:37:02.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:37:02.631 [info] [command][7d9f489e-7784-449b-8ad3-c40b4e232ff3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7d9f489e-7784-449b-8ad3-c40b4e232ff3""}\n2025-08-01 09:37:02.632 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8d571b8c-2dbf-423f-a89f-85b2fbb39397] received connection request\n2025-08-01 09:37:02.633 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:37:02.674 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d571b8c-2dbf-423f-a89f-85b2fbb39397] socks forwarding established\n2025-08-01 09:37:02.719 [info] [command][7d9f489e-7784-449b-8ad3-c40b4e232ff3] Process exited with code 0\n2025-08-01 09:37:02.720 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d571b8c-2dbf-423f-a89f-85b2fbb39397] socks connection closed\n2025-08-01 09:37:02.720 [info] [command][7d9f489e-7784-449b-8ad3-c40b4e232ff3] Socket close event received\n2025-08-01 09:37:02.760 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60235 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:38:02.719 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:38:02.720 [info] [command][d91b0af9-c069-428a-8583-4ccc8291c3cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d91b0af9-c069-428a-8583-4ccc8291c3cf""}\n2025-08-01 09:38:02.721 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f54dec3a-605f-4031-afff-82c25dd6ef5b] received connection request\n2025-08-01 09:38:02.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 09:38:02.723 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:38:02.772 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f54dec3a-605f-4031-afff-82c25dd6ef5b] socks forwarding established\n2025-08-01 09:38:02.817 [info] [command][d91b0af9-c069-428a-8583-4ccc8291c3cf] Process exited with code 0\n2025-08-01 09:38:02.818 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f54dec3a-605f-4031-afff-82c25dd6ef5b] socks connection closed\n2025-08-01 09:38:02.818 [info] [command][d91b0af9-c069-428a-8583-4ccc8291c3cf] Socket close event received\n2025-08-01 09:38:02.858 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60260 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:39:02.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:39:02.820 [info] [command][39d62a8a-186e-49ba-832e-89747daa18e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""39d62a8a-186e-49ba-832e-89747daa18e5""}\n2025-08-01 09:39:02.821 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][929236fb-51c1-4f68-8c65-c1d39734b927] received connection request\n2025-08-01 09:39:02.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:39:02.865 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][929236fb-51c1-4f68-8c65-c1d39734b927] socks forwarding established\n2025-08-01 09:39:02.912 [info] [command][39d62a8a-186e-49ba-832e-89747daa18e5] Process exited with code 0\n2025-08-01 09:39:02.913 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][929236fb-51c1-4f68-8c65-c1d39734b927] socks connection closed\n2025-08-01 09:39:02.913 [info] [command][39d62a8a-186e-49ba-832e-89747daa18e5] Socket close event received\n2025-08-01 09:39:02.954 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60289 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:40:02.916 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:40:02.919 [info] [command][9d9649ba-17b0-44fe-9ecd-83238162bfd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9d9649ba-17b0-44fe-9ecd-83238162bfd0""}\n2025-08-01 09:40:02.920 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e5bfa23b-d388-4d4e-b327-c9f8d4741380] received connection request\n2025-08-01 09:40:02.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:40:02.971 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e5bfa23b-d388-4d4e-b327-c9f8d4741380] socks forwarding established\n2025-08-01 09:40:03.018 [info] [command][9d9649ba-17b0-44fe-9ecd-83238162bfd0] Process exited with code 0\n2025-08-01 09:40:03.018 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e5bfa23b-d388-4d4e-b327-c9f8d4741380] socks connection closed\n2025-08-01 09:40:03.019 [info] [command][9d9649ba-17b0-44fe-9ecd-83238162bfd0] Socket close event received\n2025-08-01 09:40:03.058 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60317 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:41:03.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:41:03.023 [info] [command][7f907c91-3c2d-48ed-b657-c4bfc2df84ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7f907c91-3c2d-48ed-b657-c4bfc2df84ef""}\n2025-08-01 09:41:03.024 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][813822ae-2d9e-433e-8969-be7fe0ee5f87] received connection request\n2025-08-01 09:41:03.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:41:03.068 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][813822ae-2d9e-433e-8969-be7fe0ee5f87] socks forwarding established\n2025-08-01 09:41:03.115 [info] [command][7f907c91-3c2d-48ed-b657-c4bfc2df84ef] Process exited with code 0\n2025-08-01 09:41:03.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][813822ae-2d9e-433e-8969-be7fe0ee5f87] socks connection closed\n2025-08-01 09:41:03.116 [info] [command][7f907c91-3c2d-48ed-b657-c4bfc2df84ef] Socket close event received\n2025-08-01 09:41:03.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60334 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:42:03.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:42:03.121 [info] [command][7036305d-2f0e-429c-bbe8-c3abeec87d15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7036305d-2f0e-429c-bbe8-c3abeec87d15""}\n2025-08-01 09:42:03.122 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][475b6a10-4f94-407e-b81a-a588f349e2cb] received connection request\n2025-08-01 09:42:03.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:42:03.164 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][475b6a10-4f94-407e-b81a-a588f349e2cb] socks forwarding established\n2025-08-01 09:42:03.220 [info] [command][7036305d-2f0e-429c-bbe8-c3abeec87d15] Process exited with code 0\n2025-08-01 09:42:03.221 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][475b6a10-4f94-407e-b81a-a588f349e2cb] socks connection closed\n2025-08-01 09:42:03.221 [info] [command][7036305d-2f0e-429c-bbe8-c3abeec87d15] Socket close event received\n2025-08-01 09:42:03.260 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60353 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:43:03.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:43:03.225 [info] [command][72e0923d-316e-434e-987d-1e1535603661] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""72e0923d-316e-434e-987d-1e1535603661""}\n2025-08-01 09:43:03.225 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c8a1e61d-5ec2-42c6-b174-204c0c8056b2] received connection request\n2025-08-01 09:43:03.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:43:03.268 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c8a1e61d-5ec2-42c6-b174-204c0c8056b2] socks forwarding established\n2025-08-01 09:43:03.316 [info] [command][72e0923d-316e-434e-987d-1e1535603661] Process exited with code 0\n2025-08-01 09:43:03.316 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c8a1e61d-5ec2-42c6-b174-204c0c8056b2] socks connection closed\n2025-08-01 09:43:03.316 [info] [command][72e0923d-316e-434e-987d-1e1535603661] Socket close event received\n2025-08-01 09:43:03.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60377 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:44:03.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:44:03.320 [info] [command][382b80cd-60ff-4c31-950d-b75f0457636c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""382b80cd-60ff-4c31-950d-b75f0457636c""}\n2025-08-01 09:44:03.320 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2db58236-9023-4ac5-b4b4-281a1a498c40] received connection request\n2025-08-01 09:44:03.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:44:03.363 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2db58236-9023-4ac5-b4b4-281a1a498c40] socks forwarding established\n2025-08-01 09:44:03.409 [info] [command][382b80cd-60ff-4c31-950d-b75f0457636c] Process exited with code 0\n2025-08-01 09:44:03.409 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2db58236-9023-4ac5-b4b4-281a1a498c40] socks connection closed\n2025-08-01 09:44:03.409 [info] [command][382b80cd-60ff-4c31-950d-b75f0457636c] Socket close event received\n2025-08-01 09:44:03.448 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60414 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:45:03.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:45:03.413 [info] [command][b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda""}\n2025-08-01 09:45:03.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8f7532cb-5771-472e-b206-840a9a04d96d] received connection request\n2025-08-01 09:45:03.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:45:03.453 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f7532cb-5771-472e-b206-840a9a04d96d] socks forwarding established\n2025-08-01 09:45:03.498 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f7532cb-5771-472e-b206-840a9a04d96d] socks connection closed\n2025-08-01 09:45:03.499 [info] [command][b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda] Process exited with code 0\n2025-08-01 09:45:03.499 [info] [command][b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda] Socket close event received\n2025-08-01 09:45:03.537 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60444 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:46:03.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:46:03.501 [info] [command][255b8c8e-a426-43f2-83ae-38fd65442b82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""255b8c8e-a426-43f2-83ae-38fd65442b82""}\n2025-08-01 09:46:03.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0d2e3a13-3667-4ad4-bbff-5bf0ef833250] received connection request\n2025-08-01 09:46:03.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:46:03.549 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0d2e3a13-3667-4ad4-bbff-5bf0ef833250] socks forwarding established\n2025-08-01 09:46:03.594 [info] [command][255b8c8e-a426-43f2-83ae-38fd65442b82] Process exited with code 0\n2025-08-01 09:46:03.594 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0d2e3a13-3667-4ad4-bbff-5bf0ef833250] socks connection closed\n2025-08-01 09:46:03.594 [info] [command][255b8c8e-a426-43f2-83ae-38fd65442b82] Socket close event received\n2025-08-01 09:46:03.634 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60470 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:47:03.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:47:03.599 [info] [command][b2068d42-d79c-4338-a82b-cb3fe8e5b163] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b2068d42-d79c-4338-a82b-cb3fe8e5b163""}\n2025-08-01 09:47:03.601 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][99d66549-1f1a-4da2-9411-dd2381d7d815] received connection request\n2025-08-01 09:47:03.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:47:03.642 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][99d66549-1f1a-4da2-9411-dd2381d7d815] socks forwarding established\n2025-08-01 09:47:03.687 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][99d66549-1f1a-4da2-9411-dd2381d7d815] socks connection closed\n2025-08-01 09:47:03.687 [info] [command][b2068d42-d79c-4338-a82b-cb3fe8e5b163] Process exited with code 0\n2025-08-01 09:47:03.687 [info] [command][b2068d42-d79c-4338-a82b-cb3fe8e5b163] Socket close event received\n2025-08-01 09:47:03.725 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60489 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:48:03.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:48:03.689 [info] [command][1a237098-7b0f-4b4b-9f16-7581ec6e1dd8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1a237098-7b0f-4b4b-9f16-7581ec6e1dd8""}\n2025-08-01 09:48:03.689 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][88b33198-11df-4858-bc38-a54fc9a693f8] received connection request\n2025-08-01 09:48:03.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:48:03.737 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][88b33198-11df-4858-bc38-a54fc9a693f8] socks forwarding established\n2025-08-01 09:48:03.782 [info] [command][1a237098-7b0f-4b4b-9f16-7581ec6e1dd8] Process exited with code 0\n2025-08-01 09:48:03.782 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][88b33198-11df-4858-bc38-a54fc9a693f8] socks connection closed\n2025-08-01 09:48:03.782 [info] [command][1a237098-7b0f-4b4b-9f16-7581ec6e1dd8] Socket close event received\n2025-08-01 09:48:03.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60503 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:49:03.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:49:03.784 [info] [command][ceec661b-adf8-4d34-9872-3cfe284b7d97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ceec661b-adf8-4d34-9872-3cfe284b7d97""}\n2025-08-01 09:49:03.785 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6edd70f1-7d20-4175-acf9-70362311d079] received connection request\n2025-08-01 09:49:03.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:49:03.828 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6edd70f1-7d20-4175-acf9-70362311d079] socks forwarding established\n2025-08-01 09:49:03.875 [info] [command][ceec661b-adf8-4d34-9872-3cfe284b7d97] Process exited with code 0\n2025-08-01 09:49:03.876 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6edd70f1-7d20-4175-acf9-70362311d079] socks connection closed\n2025-08-01 09:49:03.876 [info] [command][ceec661b-adf8-4d34-9872-3cfe284b7d97] Socket close event received\n2025-08-01 09:49:03.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60535 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:50:03.877 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:50:03.879 [info] [command][9fe2775f-6cf5-4c66-9c27-a5bc414009bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9fe2775f-6cf5-4c66-9c27-a5bc414009bb""}\n2025-08-01 09:50:03.880 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][07a900fd-fbd3-44e2-a6ca-f146424d816f] received connection request\n2025-08-01 09:50:03.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:50:03.926 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07a900fd-fbd3-44e2-a6ca-f146424d816f] socks forwarding established\n2025-08-01 09:50:03.973 [info] [command][9fe2775f-6cf5-4c66-9c27-a5bc414009bb] Process exited with code 0\n2025-08-01 09:50:03.974 [info] [command][9fe2775f-6cf5-4c66-9c27-a5bc414009bb] Socket close event received\n2025-08-01 09:50:03.974 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07a900fd-fbd3-44e2-a6ca-f146424d816f] socks connection closed\n2025-08-01 09:50:04.014 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60571 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:51:03.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:51:03.978 [info] [command][674bd75a-7076-4ca0-8730-1e92e9f26ba9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""674bd75a-7076-4ca0-8730-1e92e9f26ba9""}\n2025-08-01 09:51:03.979 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e3a15fc4-eae2-43ed-b7d8-4bc46d5f14a7] received connection request\n2025-08-01 09:51:03.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:51:04.021 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e3a15fc4-eae2-43ed-b7d8-4bc46d5f14a7] socks forwarding established\n2025-08-01 09:51:04.068 [info] [command][674bd75a-7076-4ca0-8730-1e92e9f26ba9] Process exited with code 0\n2025-08-01 09:51:04.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e3a15fc4-eae2-43ed-b7d8-4bc46d5f14a7] socks connection closed\n2025-08-01 09:51:04.069 [info] [command][674bd75a-7076-4ca0-8730-1e92e9f26ba9] Socket close event received\n2025-08-01 09:51:04.110 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60584 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:52:04.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:52:04.070 [info] [command][1427b73e-6bf0-4bce-a573-cc23d814885a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1427b73e-6bf0-4bce-a573-cc23d814885a""}\n2025-08-01 09:52:04.070 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9cc0f9b3-4179-4e4c-b6b2-59d8ea11822d] received connection request\n2025-08-01 09:52:04.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:52:04.111 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9cc0f9b3-4179-4e4c-b6b2-59d8ea11822d] socks forwarding established\n2025-08-01 09:52:04.157 [info] [command][1427b73e-6bf0-4bce-a573-cc23d814885a] Process exited with code 0\n2025-08-01 09:52:04.157 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9cc0f9b3-4179-4e4c-b6b2-59d8ea11822d] socks connection closed\n2025-08-01 09:52:04.158 [info] [command][1427b73e-6bf0-4bce-a573-cc23d814885a] Socket close event received\n2025-08-01 09:52:04.197 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60598 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:53:04.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:53:04.159 [info] [command][96605af4-54df-4ca2-ae08-74ad7b4ebcc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""96605af4-54df-4ca2-ae08-74ad7b4ebcc7""}\n2025-08-01 09:53:04.159 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][83def9c3-0e9c-49fe-a654-088e4be1768b] received connection request\n2025-08-01 09:53:04.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:53:04.200 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][83def9c3-0e9c-49fe-a654-088e4be1768b] socks forwarding established\n2025-08-01 09:53:04.246 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][83def9c3-0e9c-49fe-a654-088e4be1768b] socks connection closed\n2025-08-01 09:53:04.247 [info] [command][96605af4-54df-4ca2-ae08-74ad7b4ebcc7] Process exited with code 0\n2025-08-01 09:53:04.247 [info] [command][96605af4-54df-4ca2-ae08-74ad7b4ebcc7] Socket close event received\n2025-08-01 09:53:04.287 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60641 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:54:04.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:54:04.245 [info] [command][8af5508d-bd16-40d4-be7e-80ebad78bf6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8af5508d-bd16-40d4-be7e-80ebad78bf6e""}\n2025-08-01 09:54:04.246 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c9f5c441-d391-433e-bd88-34c06d1fd19b] received connection request\n2025-08-01 09:54:04.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:54:04.291 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9f5c441-d391-433e-bd88-34c06d1fd19b] socks forwarding established\n2025-08-01 09:54:04.337 [info] [command][8af5508d-bd16-40d4-be7e-80ebad78bf6e] Process exited with code 0\n2025-08-01 09:54:04.337 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9f5c441-d391-433e-bd88-34c06d1fd19b] socks connection closed\n2025-08-01 09:54:04.337 [info] [command][8af5508d-bd16-40d4-be7e-80ebad78bf6e] Socket close event received\n2025-08-01 09:54:04.378 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60673 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:55:04.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:55:04.341 [info] [command][b3f28a5f-10a0-4dc8-9dba-2eda53ffe251] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b3f28a5f-10a0-4dc8-9dba-2eda53ffe251""}\n2025-08-01 09:55:04.341 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a1e6702d-a106-48ed-9524-227b41d1fe57] received connection request\n2025-08-01 09:55:04.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:55:04.383 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a1e6702d-a106-48ed-9524-227b41d1fe57] socks forwarding established\n2025-08-01 09:55:04.428 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a1e6702d-a106-48ed-9524-227b41d1fe57] socks connection closed\n2025-08-01 09:55:04.428 [info] [command][b3f28a5f-10a0-4dc8-9dba-2eda53ffe251] Process exited with code 0\n2025-08-01 09:55:04.428 [info] [command][b3f28a5f-10a0-4dc8-9dba-2eda53ffe251] Socket close event received\n2025-08-01 09:55:04.469 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60708 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:56:04.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:56:04.435 [info] [command][3cff851d-cbbf-45cf-a727-ce37386e61f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3cff851d-cbbf-45cf-a727-ce37386e61f0""}\n2025-08-01 09:56:04.436 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][19583f96-d0f0-4bcf-a91f-37f2a622a5d7] received connection request\n2025-08-01 09:56:04.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:56:04.481 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][19583f96-d0f0-4bcf-a91f-37f2a622a5d7] socks forwarding established\n2025-08-01 09:56:04.527 [info] [command][3cff851d-cbbf-45cf-a727-ce37386e61f0] Process exited with code 0\n2025-08-01 09:56:04.527 [info] [command][3cff851d-cbbf-45cf-a727-ce37386e61f0] Socket close event received\n2025-08-01 09:56:04.528 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][19583f96-d0f0-4bcf-a91f-37f2a622a5d7] socks connection closed\n2025-08-01 09:56:04.567 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60757 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:57:04.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:57:04.529 [info] [command][b5e2b672-40f6-4ce9-9a53-a6d3069eef26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b5e2b672-40f6-4ce9-9a53-a6d3069eef26""}\n2025-08-01 09:57:04.530 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b58b7ca9-97c2-4ca9-90df-01f86c10e9bf] received connection request\n2025-08-01 09:57:04.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:57:04.571 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b58b7ca9-97c2-4ca9-90df-01f86c10e9bf] socks forwarding established\n2025-08-01 09:57:04.616 [info] [command][b5e2b672-40f6-4ce9-9a53-a6d3069eef26] Process exited with code 0\n2025-08-01 09:57:04.617 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b58b7ca9-97c2-4ca9-90df-01f86c10e9bf] socks connection closed\n2025-08-01 09:57:04.617 [info] [command][b5e2b672-40f6-4ce9-9a53-a6d3069eef26] Socket close event received\n2025-08-01 09:57:04.671 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60796 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:58:04.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:58:04.615 [info] [command][478a4192-73fb-408f-9764-ebde9bddf557] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""478a4192-73fb-408f-9764-ebde9bddf557""}\n2025-08-01 09:58:04.616 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e45ab673-79e6-49ca-aaeb-d6a348e39d49] received connection request\n2025-08-01 09:58:04.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 09:58:04.617 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:58:04.660 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e45ab673-79e6-49ca-aaeb-d6a348e39d49] socks forwarding established\n2025-08-01 09:58:04.706 [info] [command][478a4192-73fb-408f-9764-ebde9bddf557] Process exited with code 0\n2025-08-01 09:58:04.706 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e45ab673-79e6-49ca-aaeb-d6a348e39d49] socks connection closed\n2025-08-01 09:58:04.707 [info] [command][478a4192-73fb-408f-9764-ebde9bddf557] Socket close event received\n2025-08-01 09:58:04.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60821 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:59:04.708 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:59:04.709 [info] [command][9b60c15f-1378-45df-aaa9-3e966fee0c4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9b60c15f-1378-45df-aaa9-3e966fee0c4a""}\n2025-08-01 09:59:04.709 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][37df6122-548c-4501-ae9b-1d87d6defd75] received connection request\n2025-08-01 09:59:04.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:59:04.755 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37df6122-548c-4501-ae9b-1d87d6defd75] socks forwarding established\n2025-08-01 09:59:04.797 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37df6122-548c-4501-ae9b-1d87d6defd75] socks connection closed\n2025-08-01 09:59:04.798 [info] [command][9b60c15f-1378-45df-aaa9-3e966fee0c4a] Process exited with code 0\n2025-08-01 09:59:04.798 [info] [command][9b60c15f-1378-45df-aaa9-3e966fee0c4a] Socket close event received\n2025-08-01 09:59:04.842 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60851 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:00:04.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:00:04.797 [info] [command][e3491625-0eb8-49a6-9deb-0e8fe14896ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e3491625-0eb8-49a6-9deb-0e8fe14896ba""}\n2025-08-01 10:00:04.797 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d473c7dc-26c6-47b1-b511-0782efe4597c] received connection request\n2025-08-01 10:00:04.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:00:04.836 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d473c7dc-26c6-47b1-b511-0782efe4597c] socks forwarding established\n2025-08-01 10:00:04.881 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d473c7dc-26c6-47b1-b511-0782efe4597c] socks connection closed\n2025-08-01 10:00:04.881 [info] [command][e3491625-0eb8-49a6-9deb-0e8fe14896ba] Process exited with code 0\n2025-08-01 10:00:04.881 [info] [command][e3491625-0eb8-49a6-9deb-0e8fe14896ba] Socket close event received\n2025-08-01 10:00:04.921 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60923 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:01:04.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:01:04.882 [info] [command][b2b41491-4de0-4060-a62e-4f1c4af0b4f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b2b41491-4de0-4060-a62e-4f1c4af0b4f8""}\n2025-08-01 10:01:04.882 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][25ff59f1-e41d-45bc-8ff2-40b245e15c76] received connection request\n2025-08-01 10:01:04.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:01:04.882 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:01:04.922 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25ff59f1-e41d-45bc-8ff2-40b245e15c76] socks forwarding established\n2025-08-01 10:01:04.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25ff59f1-e41d-45bc-8ff2-40b245e15c76] socks connection closed\n2025-08-01 10:01:04.968 [info] [command][b2b41491-4de0-4060-a62e-4f1c4af0b4f8] Process exited with code 0\n2025-08-01 10:01:04.968 [info] [command][b2b41491-4de0-4060-a62e-4f1c4af0b4f8] Socket close event received\n2025-08-01 10:01:05.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60938 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:02:04.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:02:04.968 [info] [command][00c5f2fc-ab57-4604-adcc-183cfbffe35a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""00c5f2fc-ab57-4604-adcc-183cfbffe35a""}\n2025-08-01 10:02:04.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][02746321-822c-466d-ae51-d14f816f4c10] received connection request\n2025-08-01 10:02:04.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:02:05.009 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][02746321-822c-466d-ae51-d14f816f4c10] socks forwarding established\n2025-08-01 10:02:05.053 [info] [command][00c5f2fc-ab57-4604-adcc-183cfbffe35a] Process exited with code 0\n2025-08-01 10:02:05.054 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][02746321-822c-466d-ae51-d14f816f4c10] socks connection closed\n2025-08-01 10:02:05.054 [info] [command][00c5f2fc-ab57-4604-adcc-183cfbffe35a] Socket close event received\n2025-08-01 10:02:05.093 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60956 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:03:05.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:03:05.057 [info] [command][fdbff027-cf98-4310-825e-111bc4de007c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fdbff027-cf98-4310-825e-111bc4de007c""}\n2025-08-01 10:03:05.058 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8fdc3cd8-1a51-4026-8b9b-0708a87f8062] received connection request\n2025-08-01 10:03:05.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:03:05.102 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fdc3cd8-1a51-4026-8b9b-0708a87f8062] socks forwarding established\n2025-08-01 10:03:05.148 [info] [command][fdbff027-cf98-4310-825e-111bc4de007c] Process exited with code 0\n2025-08-01 10:03:05.148 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fdc3cd8-1a51-4026-8b9b-0708a87f8062] socks connection closed\n2025-08-01 10:03:05.148 [info] [command][fdbff027-cf98-4310-825e-111bc4de007c] Socket close event received\n2025-08-01 10:03:05.188 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60985 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:04:05.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:04:05.148 [info] [command][b35dc89a-1fa7-442b-bcfa-185e8f25daae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b35dc89a-1fa7-442b-bcfa-185e8f25daae""}\n2025-08-01 10:04:05.149 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4d7dda8b-cbf1-4785-8625-46b394337293] received connection request\n2025-08-01 10:04:05.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:04:05.149 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:04:05.191 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7dda8b-cbf1-4785-8625-46b394337293] socks forwarding established\n2025-08-01 10:04:05.235 [info] [command][b35dc89a-1fa7-442b-bcfa-185e8f25daae] Process exited with code 0\n2025-08-01 10:04:05.236 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7dda8b-cbf1-4785-8625-46b394337293] socks connection closed\n2025-08-01 10:04:05.236 [info] [command][b35dc89a-1fa7-442b-bcfa-185e8f25daae] Socket close event received\n2025-08-01 10:04:05.282 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61015 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:05:05.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:05:05.240 [info] [command][e53a63c0-0b0e-4c60-b573-ecfbeaca4190] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e53a63c0-0b0e-4c60-b573-ecfbeaca4190""}\n2025-08-01 10:05:05.240 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d1a3de0d-869d-4460-929d-e6cedf201717] received connection request\n2025-08-01 10:05:05.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:05:05.282 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d1a3de0d-869d-4460-929d-e6cedf201717] socks forwarding established\n2025-08-01 10:05:05.326 [info] [command][e53a63c0-0b0e-4c60-b573-ecfbeaca4190] Process exited with code 0\n2025-08-01 10:05:05.327 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d1a3de0d-869d-4460-929d-e6cedf201717] socks connection closed\n2025-08-01 10:05:05.327 [info] [command][e53a63c0-0b0e-4c60-b573-ecfbeaca4190] Socket close event received\n2025-08-01 10:05:05.368 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61058 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:06:05.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:06:05.328 [info] [command][ab7e1415-fc8b-4d79-b735-7c6ff4c02842] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ab7e1415-fc8b-4d79-b735-7c6ff4c02842""}\n2025-08-01 10:06:05.328 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ad4de53e-c71d-43dd-a939-c9e39024c769] received connection request\n2025-08-01 10:06:05.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:06:05.371 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ad4de53e-c71d-43dd-a939-c9e39024c769] socks forwarding established\n2025-08-01 10:06:05.415 [info] [command][ab7e1415-fc8b-4d79-b735-7c6ff4c02842] Process exited with code 0\n2025-08-01 10:06:05.416 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ad4de53e-c71d-43dd-a939-c9e39024c769] socks connection closed\n2025-08-01 10:06:05.416 [info] [command][ab7e1415-fc8b-4d79-b735-7c6ff4c02842] Socket close event received\n2025-08-01 10:06:05.454 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61098 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:07:05.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:07:05.419 [info] [command][04e810cb-b711-4200-9f16-4b9ea7d7e09e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""04e810cb-b711-4200-9f16-4b9ea7d7e09e""}\n2025-08-01 10:07:05.419 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f2d03079-9c3d-4538-88d6-6e6f7bd54201] received connection request\n2025-08-01 10:07:05.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:07:05.459 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f2d03079-9c3d-4538-88d6-6e6f7bd54201] socks forwarding established\n2025-08-01 10:07:05.503 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f2d03079-9c3d-4538-88d6-6e6f7bd54201] socks connection closed\n2025-08-01 10:07:05.503 [info] [command][04e810cb-b711-4200-9f16-4b9ea7d7e09e] Process exited with code 0\n2025-08-01 10:07:05.503 [info] [command][04e810cb-b711-4200-9f16-4b9ea7d7e09e] Socket close event received\n2025-08-01 10:07:05.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61120 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:08:05.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:08:05.503 [info] [command][1244c82b-1873-424e-b8d1-7df4c43cc0fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1244c82b-1873-424e-b8d1-7df4c43cc0fe""}\n2025-08-01 10:08:05.504 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][46f67987-9594-48b0-8a6c-eed33d23ab0d] received connection request\n2025-08-01 10:08:05.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:08:05.546 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46f67987-9594-48b0-8a6c-eed33d23ab0d] socks forwarding established\n2025-08-01 10:08:05.591 [info] [command][1244c82b-1873-424e-b8d1-7df4c43cc0fe] Process exited with code 0\n2025-08-01 10:08:05.592 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46f67987-9594-48b0-8a6c-eed33d23ab0d] socks connection closed\n2025-08-01 10:08:05.592 [info] [command][1244c82b-1873-424e-b8d1-7df4c43cc0fe] Socket close event received\n2025-08-01 10:08:05.634 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61134 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:09:05.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:09:05.596 [info] [command][4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7""}\n2025-08-01 10:09:05.597 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][26ef1a14-1988-4c51-95c2-ed8e91e5ef02] received connection request\n2025-08-01 10:09:05.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:09:05.640 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26ef1a14-1988-4c51-95c2-ed8e91e5ef02] socks forwarding established\n2025-08-01 10:09:05.686 [info] [command][4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7] Process exited with code 0\n2025-08-01 10:09:05.687 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26ef1a14-1988-4c51-95c2-ed8e91e5ef02] socks connection closed\n2025-08-01 10:09:05.687 [info] [command][4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7] Socket close event received\n2025-08-01 10:09:05.727 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61166 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:10:05.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:10:05.691 [info] [command][8277407f-c8f6-4f82-82df-7454bc7e2f86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8277407f-c8f6-4f82-82df-7454bc7e2f86""}\n2025-08-01 10:10:05.691 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5aef3c1a-5266-418c-9403-1c2c317e52bf] received connection request\n2025-08-01 10:10:05.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:10:05.734 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5aef3c1a-5266-418c-9403-1c2c317e52bf] socks forwarding established\n2025-08-01 10:10:05.779 [info] [command][8277407f-c8f6-4f82-82df-7454bc7e2f86] Process exited with code 0\n2025-08-01 10:10:05.779 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5aef3c1a-5266-418c-9403-1c2c317e52bf] socks connection closed\n2025-08-01 10:10:05.780 [info] [command][8277407f-c8f6-4f82-82df-7454bc7e2f86] Socket close event received\n2025-08-01 10:10:05.822 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61192 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:11:05.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:11:05.784 [info] [command][5d12de0b-d443-4bb5-9152-a40485a78a0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5d12de0b-d443-4bb5-9152-a40485a78a0d""}\n2025-08-01 10:11:05.785 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][82fcd177-f698-4684-8904-d4f502545069] received connection request\n2025-08-01 10:11:05.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:11:05.827 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][82fcd177-f698-4684-8904-d4f502545069] socks forwarding established\n2025-08-01 10:11:05.874 [info] [command][5d12de0b-d443-4bb5-9152-a40485a78a0d] Process exited with code 0\n2025-08-01 10:11:05.874 [info] [command][5d12de0b-d443-4bb5-9152-a40485a78a0d] Socket close event received\n2025-08-01 10:11:05.874 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][82fcd177-f698-4684-8904-d4f502545069] socks connection closed\n2025-08-01 10:11:05.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61209 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:12:05.877 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:12:05.882 [info] [command][a2d71a49-2c83-43bb-a437-57c789085e17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a2d71a49-2c83-43bb-a437-57c789085e17""}\n2025-08-01 10:12:05.882 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2b4d8a9a-f2b4-47e1-9258-92aead53cf3c] received connection request\n2025-08-01 10:12:05.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:12:05.924 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2b4d8a9a-f2b4-47e1-9258-92aead53cf3c] socks forwarding established\n2025-08-01 10:12:05.967 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2b4d8a9a-f2b4-47e1-9258-92aead53cf3c] socks connection closed\n2025-08-01 10:12:05.967 [info] [command][a2d71a49-2c83-43bb-a437-57c789085e17] Process exited with code 0\n2025-08-01 10:12:05.968 [info] [command][a2d71a49-2c83-43bb-a437-57c789085e17] Socket close event received\n2025-08-01 10:12:06.008 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61252 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:13:05.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:13:05.972 [info] [command][fd5e5f7d-6caa-446e-a340-b8399f12804d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fd5e5f7d-6caa-446e-a340-b8399f12804d""}\n2025-08-01 10:13:05.974 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1eb405d3-bd89-44c5-adc2-9c9b827e0cb9] received connection request\n2025-08-01 10:13:05.974 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:13:06.022 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1eb405d3-bd89-44c5-adc2-9c9b827e0cb9] socks forwarding established\n2025-08-01 10:13:06.068 [info] [command][fd5e5f7d-6caa-446e-a340-b8399f12804d] Process exited with code 0\n2025-08-01 10:13:06.068 [info] [command][fd5e5f7d-6caa-446e-a340-b8399f12804d] Socket close event received\n2025-08-01 10:13:06.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1eb405d3-bd89-44c5-adc2-9c9b827e0cb9] socks connection closed\n2025-08-01 10:13:06.108 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61304 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:14:06.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:14:06.069 [info] [command][6acceb09-5bad-407e-bd86-a63d5779ef37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6acceb09-5bad-407e-bd86-a63d5779ef37""}\n2025-08-01 10:14:06.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][398eab7b-cbf3-425e-a624-23b9549f6a62] received connection request\n2025-08-01 10:14:06.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:14:06.109 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][398eab7b-cbf3-425e-a624-23b9549f6a62] socks forwarding established\n2025-08-01 10:14:06.153 [info] [command][6acceb09-5bad-407e-bd86-a63d5779ef37] Process exited with code 0\n2025-08-01 10:14:06.154 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][398eab7b-cbf3-425e-a624-23b9549f6a62] socks connection closed\n2025-08-01 10:14:06.154 [info] [command][6acceb09-5bad-407e-bd86-a63d5779ef37] Socket close event received\n2025-08-01 10:14:06.196 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61331 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:15:06.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:15:06.159 [info] [command][b02094ed-10c5-408e-bebb-898f0ff114fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b02094ed-10c5-408e-bebb-898f0ff114fa""}\n2025-08-01 10:15:06.160 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][64c2067e-b391-4afe-9c42-6a1072a36b71] received connection request\n2025-08-01 10:15:06.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:15:06.209 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64c2067e-b391-4afe-9c42-6a1072a36b71] socks forwarding established\n2025-08-01 10:15:06.254 [info] [command][b02094ed-10c5-408e-bebb-898f0ff114fa] Process exited with code 0\n2025-08-01 10:15:06.254 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64c2067e-b391-4afe-9c42-6a1072a36b71] socks connection closed\n2025-08-01 10:15:06.254 [info] [command][b02094ed-10c5-408e-bebb-898f0ff114fa] Socket close event received\n2025-08-01 10:15:06.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61366 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:16:06.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:16:06.254 [info] [command][64fade0a-198b-4dfc-a36d-f6ce129ae5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""64fade0a-198b-4dfc-a36d-f6ce129ae5c8""}\n2025-08-01 10:16:06.255 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8cc4b80c-61c5-4bd9-8b64-3a22d155f13b] received connection request\n2025-08-01 10:16:06.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:16:06.297 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8cc4b80c-61c5-4bd9-8b64-3a22d155f13b] socks forwarding established\n2025-08-01 10:16:06.340 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8cc4b80c-61c5-4bd9-8b64-3a22d155f13b] socks connection closed\n2025-08-01 10:16:06.340 [info] [command][64fade0a-198b-4dfc-a36d-f6ce129ae5c8] Process exited with code 0\n2025-08-01 10:16:06.340 [info] [command][64fade0a-198b-4dfc-a36d-f6ce129ae5c8] Socket close event received\n2025-08-01 10:16:06.380 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61404 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:17:06.343 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:17:06.346 [info] [command][e5cfa6da-d2c9-49f2-b156-ab173dc8c307] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e5cfa6da-d2c9-49f2-b156-ab173dc8c307""}\n2025-08-01 10:17:06.346 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d01f1697-659e-4d1d-9272-0d23c8b1d204] received connection request\n2025-08-01 10:17:06.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:17:06.388 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d01f1697-659e-4d1d-9272-0d23c8b1d204] socks forwarding established\n2025-08-01 10:17:06.432 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d01f1697-659e-4d1d-9272-0d23c8b1d204] socks connection closed\n2025-08-01 10:17:06.433 [info] [command][e5cfa6da-d2c9-49f2-b156-ab173dc8c307] Process exited with code 0\n2025-08-01 10:17:06.433 [info] [command][e5cfa6da-d2c9-49f2-b156-ab173dc8c307] Socket close event received\n2025-08-01 10:17:06.473 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61458 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:18:06.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:18:06.438 [info] [command][b58364a1-baa3-4c25-813f-6e91b6d31239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b58364a1-baa3-4c25-813f-6e91b6d31239""}\n2025-08-01 10:18:06.439 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8c4f56a9-5aab-44a4-9a5e-dc191e16566c] received connection request\n2025-08-01 10:18:06.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:18:06.487 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c4f56a9-5aab-44a4-9a5e-dc191e16566c] socks forwarding established\n2025-08-01 10:18:06.534 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c4f56a9-5aab-44a4-9a5e-dc191e16566c] socks connection closed\n2025-08-01 10:18:06.534 [info] [command][b58364a1-baa3-4c25-813f-6e91b6d31239] Process exited with code 0\n2025-08-01 10:18:06.534 [info] [command][b58364a1-baa3-4c25-813f-6e91b6d31239] Socket close event received\n2025-08-01 10:18:06.574 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61502 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:19:06.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:19:06.536 [info] [command][aa363168-d83b-4aea-b9c3-b6cd3eb5c14d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aa363168-d83b-4aea-b9c3-b6cd3eb5c14d""}\n2025-08-01 10:19:06.536 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f80222b5-ea9a-452d-930f-7a02c49f463b] received connection request\n2025-08-01 10:19:06.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:19:06.579 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f80222b5-ea9a-452d-930f-7a02c49f463b] socks forwarding established\n2025-08-01 10:19:06.622 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f80222b5-ea9a-452d-930f-7a02c49f463b] socks connection closed\n2025-08-01 10:19:06.622 [info] [command][aa363168-d83b-4aea-b9c3-b6cd3eb5c14d] Process exited with code 0\n2025-08-01 10:19:06.622 [info] [command][aa363168-d83b-4aea-b9c3-b6cd3eb5c14d] Socket close event received\n2025-08-01 10:19:06.662 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61570 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:20:06.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:20:06.626 [info] [command][92f71374-2562-465b-bd57-523cdf05d30a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""92f71374-2562-465b-bd57-523cdf05d30a""}\n2025-08-01 10:20:06.626 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][098aec7a-54fa-4d0d-8260-8d73a4f7c014] received connection request\n2025-08-01 10:20:06.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:20:06.627 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:20:06.669 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][098aec7a-54fa-4d0d-8260-8d73a4f7c014] socks forwarding established\n2025-08-01 10:20:06.721 [info] [command][92f71374-2562-465b-bd57-523cdf05d30a] Process exited with code 0\n2025-08-01 10:20:06.722 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][098aec7a-54fa-4d0d-8260-8d73a4f7c014] socks connection closed\n2025-08-01 10:20:06.722 [info] [command][92f71374-2562-465b-bd57-523cdf05d30a] Socket close event received\n2025-08-01 10:20:06.761 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61646 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:21:06.724 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:21:06.727 [info] [command][737e6eab-7ac5-4483-82fe-c33c28a38b72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""737e6eab-7ac5-4483-82fe-c33c28a38b72""}\n2025-08-01 10:21:06.728 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a9461272-8fe4-4525-ad13-c5c519a1ed5e] received connection request\n2025-08-01 10:21:06.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:21:06.790 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9461272-8fe4-4525-ad13-c5c519a1ed5e] socks forwarding established\n2025-08-01 10:21:06.837 [info] [command][737e6eab-7ac5-4483-82fe-c33c28a38b72] Process exited with code 0\n2025-08-01 10:21:06.837 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9461272-8fe4-4525-ad13-c5c519a1ed5e] socks connection closed\n2025-08-01 10:21:06.837 [info] [command][737e6eab-7ac5-4483-82fe-c33c28a38b72] Socket close event received\n2025-08-01 10:21:06.878 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61663 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:22:06.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:22:06.840 [info] [command][8c925216-4423-4e96-b7b5-f6e86ed00cea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c925216-4423-4e96-b7b5-f6e86ed00cea""}\n2025-08-01 10:22:06.840 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6c80922b-7e57-40c8-a22f-4b7ccdcae989] received connection request\n2025-08-01 10:22:06.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:22:06.880 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6c80922b-7e57-40c8-a22f-4b7ccdcae989] socks forwarding established\n2025-08-01 10:22:06.924 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6c80922b-7e57-40c8-a22f-4b7ccdcae989] socks connection closed\n2025-08-01 10:22:06.924 [info] [command][8c925216-4423-4e96-b7b5-f6e86ed00cea] Process exited with code 0\n2025-08-01 10:22:06.924 [info] [command][8c925216-4423-4e96-b7b5-f6e86ed00cea] Socket close event received\n2025-08-01 10:22:06.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61685 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:23:06.926 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:23:06.928 [info] [command][7ee2d38d-84b0-4190-9fa5-8467e94e3594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7ee2d38d-84b0-4190-9fa5-8467e94e3594""}\n2025-08-01 10:23:06.928 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4f7c55c2-6699-4b1a-8e3f-fa04f67c44d2] received connection request\n2025-08-01 10:23:06.929 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:23:06.929 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:23:06.976 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4f7c55c2-6699-4b1a-8e3f-fa04f67c44d2] socks forwarding established\n2025-08-01 10:23:07.022 [info] [command][7ee2d38d-84b0-4190-9fa5-8467e94e3594] Process exited with code 0\n2025-08-01 10:23:07.023 [info] [command][7ee2d38d-84b0-4190-9fa5-8467e94e3594] Socket close event received\n2025-08-01 10:23:07.024 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4f7c55c2-6699-4b1a-8e3f-fa04f67c44d2] socks connection closed\n2025-08-01 10:23:07.064 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61705 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:24:07.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:24:07.026 [info] [command][beddfd63-ea7e-4335-9c17-8f444773cce7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""beddfd63-ea7e-4335-9c17-8f444773cce7""}\n2025-08-01 10:24:07.027 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d7ea5d99-a4a9-46d4-8399-b1c6c15c991f] received connection request\n2025-08-01 10:24:07.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:24:07.073 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7ea5d99-a4a9-46d4-8399-b1c6c15c991f] socks forwarding established\n2025-08-01 10:24:07.115 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7ea5d99-a4a9-46d4-8399-b1c6c15c991f] socks connection closed\n2025-08-01 10:24:07.116 [info] [command][beddfd63-ea7e-4335-9c17-8f444773cce7] Process exited with code 0\n2025-08-01 10:24:07.116 [info] [command][beddfd63-ea7e-4335-9c17-8f444773cce7] Socket close event received\n2025-08-01 10:24:07.156 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61739 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:25:07.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:25:07.116 [info] [command][138e8fac-ec25-4294-bfa0-5182694c788f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""138e8fac-ec25-4294-bfa0-5182694c788f""}\n2025-08-01 10:25:07.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a14647d7-41de-4ab3-b017-4f041efed4ba] received connection request\n2025-08-01 10:25:07.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:25:07.161 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a14647d7-41de-4ab3-b017-4f041efed4ba] socks forwarding established\n2025-08-01 10:25:07.208 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a14647d7-41de-4ab3-b017-4f041efed4ba] socks connection closed\n2025-08-01 10:25:07.208 [info] [command][138e8fac-ec25-4294-bfa0-5182694c788f] Process exited with code 0\n2025-08-01 10:25:07.208 [info] [command][138e8fac-ec25-4294-bfa0-5182694c788f] Socket close event received\n2025-08-01 10:25:07.311 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61773 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:26:07.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:26:07.213 [info] [command][c0f86909-e282-4b98-80af-8915e17239d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c0f86909-e282-4b98-80af-8915e17239d8""}\n2025-08-01 10:26:07.214 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][53d52d14-788d-48bc-bef5-6bb61802c8d4] received connection request\n2025-08-01 10:26:07.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:26:07.255 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d52d14-788d-48bc-bef5-6bb61802c8d4] socks forwarding established\n2025-08-01 10:26:07.300 [info] [command][c0f86909-e282-4b98-80af-8915e17239d8] Process exited with code 0\n2025-08-01 10:26:07.301 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d52d14-788d-48bc-bef5-6bb61802c8d4] socks connection closed\n2025-08-01 10:26:07.301 [info] [command][c0f86909-e282-4b98-80af-8915e17239d8] Socket close event received\n2025-08-01 10:26:07.342 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61802 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:27:07.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:27:07.301 [info] [command][61f0b56b-1790-4b88-923b-a461ec56d64b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""61f0b56b-1790-4b88-923b-a461ec56d64b""}\n2025-08-01 10:27:07.302 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0f0d381f-a609-4678-a542-b42faea281ca] received connection request\n2025-08-01 10:27:07.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:27:07.344 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0f0d381f-a609-4678-a542-b42faea281ca] socks forwarding established\n2025-08-01 10:27:07.391 [info] [command][61f0b56b-1790-4b88-923b-a461ec56d64b] Process exited with code 0\n2025-08-01 10:27:07.392 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0f0d381f-a609-4678-a542-b42faea281ca] socks connection closed\n2025-08-01 10:27:07.392 [info] [command][61f0b56b-1790-4b88-923b-a461ec56d64b] Socket close event received\n2025-08-01 10:27:07.431 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61816 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:28:07.392 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:28:07.393 [info] [command][06794ecb-80fa-40dd-9c3f-0d3765b15e38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""06794ecb-80fa-40dd-9c3f-0d3765b15e38""}\n2025-08-01 10:28:07.393 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b2edf923-d28f-411d-8de2-7066db556c86] received connection request\n2025-08-01 10:28:07.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:28:07.434 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b2edf923-d28f-411d-8de2-7066db556c86] socks forwarding established\n2025-08-01 10:28:07.480 [info] [command][06794ecb-80fa-40dd-9c3f-0d3765b15e38] Process exited with code 0\n2025-08-01 10:28:07.481 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b2edf923-d28f-411d-8de2-7066db556c86] socks connection closed\n2025-08-01 10:28:07.481 [info] [command][06794ecb-80fa-40dd-9c3f-0d3765b15e38] Socket close event received\n2025-08-01 10:28:07.519 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61833 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:29:07.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:29:07.480 [info] [command][b0995249-9098-4483-90cc-cdfd506c4ad8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b0995249-9098-4483-90cc-cdfd506c4ad8""}\n2025-08-01 10:29:07.480 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f1e3aad5-f75c-4567-86b1-0766f02780a5] received connection request\n2025-08-01 10:29:07.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:29:07.519 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1e3aad5-f75c-4567-86b1-0766f02780a5] socks forwarding established\n2025-08-01 10:29:07.564 [info] [command][b0995249-9098-4483-90cc-cdfd506c4ad8] Process exited with code 0\n2025-08-01 10:29:07.565 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1e3aad5-f75c-4567-86b1-0766f02780a5] socks connection closed\n2025-08-01 10:29:07.565 [info] [command][b0995249-9098-4483-90cc-cdfd506c4ad8] Socket close event received\n2025-08-01 10:29:07.605 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61864 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:30:07.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:30:07.567 [info] [command][54ead947-0d00-4c6e-bd0a-1073eb0e169a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""54ead947-0d00-4c6e-bd0a-1073eb0e169a""}\n2025-08-01 10:30:07.568 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d3d454e2-8977-4555-87a2-bb7ec7dccf3d] received connection request\n2025-08-01 10:30:07.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:30:07.609 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3d454e2-8977-4555-87a2-bb7ec7dccf3d] socks forwarding established\n2025-08-01 10:30:07.652 [info] [command][54ead947-0d00-4c6e-bd0a-1073eb0e169a] Process exited with code 0\n2025-08-01 10:30:07.653 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3d454e2-8977-4555-87a2-bb7ec7dccf3d] socks connection closed\n2025-08-01 10:30:07.653 [info] [command][54ead947-0d00-4c6e-bd0a-1073eb0e169a] Socket close event received\n2025-08-01 10:30:07.694 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61891 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:31:07.650 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:31:07.652 [info] [command][388f37e6-47a3-4a22-82c5-a9405c1e5904] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""388f37e6-47a3-4a22-82c5-a9405c1e5904""}\n2025-08-01 10:31:07.652 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][548e0e5b-6090-4e3a-9aab-8a0e948afc08] received connection request\n2025-08-01 10:31:07.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:31:07.652 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:31:07.691 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][548e0e5b-6090-4e3a-9aab-8a0e948afc08] socks forwarding established\n2025-08-01 10:31:07.733 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][548e0e5b-6090-4e3a-9aab-8a0e948afc08] socks connection closed\n2025-08-01 10:31:07.733 [info] [command][388f37e6-47a3-4a22-82c5-a9405c1e5904] Process exited with code 0\n2025-08-01 10:31:07.733 [info] [command][388f37e6-47a3-4a22-82c5-a9405c1e5904] Socket close event received\n2025-08-01 10:31:07.773 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61911 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:32:07.733 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:32:07.735 [info] [command][62fec2d6-5637-4234-ab8d-cfb363b05469] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""62fec2d6-5637-4234-ab8d-cfb363b05469""}\n2025-08-01 10:32:07.736 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d2396622-97ec-431c-b41c-967e9a663b47] received connection request\n2025-08-01 10:32:07.737 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:32:07.778 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2396622-97ec-431c-b41c-967e9a663b47] socks forwarding established\n2025-08-01 10:32:07.825 [info] [command][62fec2d6-5637-4234-ab8d-cfb363b05469] Process exited with code 0\n2025-08-01 10:32:07.826 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2396622-97ec-431c-b41c-967e9a663b47] socks connection closed\n2025-08-01 10:32:07.826 [info] [command][62fec2d6-5637-4234-ab8d-cfb363b05469] Socket close event received\n2025-08-01 10:32:07.867 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61943 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:33:07.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:33:07.834 [info] [command][8f0d3cf6-ab92-453a-be41-67525b80b20b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8f0d3cf6-ab92-453a-be41-67525b80b20b""}\n2025-08-01 10:33:07.835 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b37aadbc-561e-4183-a622-4010127ffa29] received connection request\n2025-08-01 10:33:07.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:33:07.879 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b37aadbc-561e-4183-a622-4010127ffa29] socks forwarding established\n2025-08-01 10:33:07.924 [info] [command][8f0d3cf6-ab92-453a-be41-67525b80b20b] Process exited with code 0\n2025-08-01 10:33:07.925 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b37aadbc-561e-4183-a622-4010127ffa29] socks connection closed\n2025-08-01 10:33:07.925 [info] [command][8f0d3cf6-ab92-453a-be41-67525b80b20b] Socket close event received\n2025-08-01 10:33:07.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61965 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:34:07.926 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:34:07.929 [info] [command][ca4a2651-f8f5-4142-9173-09ac853e6263] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ca4a2651-f8f5-4142-9173-09ac853e6263""}\n2025-08-01 10:34:07.930 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2ae3634f-75b4-495a-99ab-2c414ecbb828] received connection request\n2025-08-01 10:34:07.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:34:07.974 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ae3634f-75b4-495a-99ab-2c414ecbb828] socks forwarding established\n2025-08-01 10:34:08.020 [info] [command][ca4a2651-f8f5-4142-9173-09ac853e6263] Process exited with code 0\n2025-08-01 10:34:08.020 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ae3634f-75b4-495a-99ab-2c414ecbb828] socks connection closed\n2025-08-01 10:34:08.021 [info] [command][ca4a2651-f8f5-4142-9173-09ac853e6263] Socket close event received\n2025-08-01 10:34:08.062 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61994 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:35:08.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:35:08.024 [info] [command][a51a6440-b79b-4a92-9dc3-bc71ed71473d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a51a6440-b79b-4a92-9dc3-bc71ed71473d""}\n2025-08-01 10:35:08.025 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6d46dc4b-2852-48fe-ad30-44a7f7817a15] received connection request\n2025-08-01 10:35:08.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:35:08.068 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d46dc4b-2852-48fe-ad30-44a7f7817a15] socks forwarding established\n2025-08-01 10:35:08.114 [info] [command][a51a6440-b79b-4a92-9dc3-bc71ed71473d] Process exited with code 0\n2025-08-01 10:35:08.115 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d46dc4b-2852-48fe-ad30-44a7f7817a15] socks connection closed\n2025-08-01 10:35:08.116 [info] [command][a51a6440-b79b-4a92-9dc3-bc71ed71473d] Socket close event received\n2025-08-01 10:35:08.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62028 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:36:08.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:36:08.119 [info] [command][e7473427-8c7d-42f1-98b0-c9254a3ed865] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e7473427-8c7d-42f1-98b0-c9254a3ed865""}\n2025-08-01 10:36:08.120 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d7bbd710-0304-4f1b-861b-f60c393f67c4] received connection request\n2025-08-01 10:36:08.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:36:08.121 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:36:08.164 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7bbd710-0304-4f1b-861b-f60c393f67c4] socks forwarding established\n2025-08-01 10:36:08.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7bbd710-0304-4f1b-861b-f60c393f67c4] socks connection closed\n2025-08-01 10:36:08.220 [info] [command][e7473427-8c7d-42f1-98b0-c9254a3ed865] Process exited with code 0\n2025-08-01 10:36:08.220 [info] [command][e7473427-8c7d-42f1-98b0-c9254a3ed865] Socket close event received\n2025-08-01 10:36:08.260 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62055 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:37:08.222 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:37:08.223 [info] [command][aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a""}\n2025-08-01 10:37:08.224 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ed3c0c47-1bf2-4d7a-98e0-aab067057784] received connection request\n2025-08-01 10:37:08.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:37:08.271 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ed3c0c47-1bf2-4d7a-98e0-aab067057784] socks forwarding established\n2025-08-01 10:37:08.315 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ed3c0c47-1bf2-4d7a-98e0-aab067057784] socks connection closed\n2025-08-01 10:37:08.315 [info] [command][aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a] Process exited with code 0\n2025-08-01 10:37:08.316 [info] [command][aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a] Socket close event received\n2025-08-01 10:37:08.354 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62118 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:38:08.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:38:08.322 [info] [command][f3492807-719c-432e-ba9a-3717a704e46f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f3492807-719c-432e-ba9a-3717a704e46f""}\n2025-08-01 10:38:08.323 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][354f9fca-732d-4356-8f9f-f8d2b79bbe7d] received connection request\n2025-08-01 10:38:08.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:38:08.363 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][354f9fca-732d-4356-8f9f-f8d2b79bbe7d] socks forwarding established\n2025-08-01 10:38:08.407 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][354f9fca-732d-4356-8f9f-f8d2b79bbe7d] socks connection closed\n2025-08-01 10:38:08.407 [info] [command][f3492807-719c-432e-ba9a-3717a704e46f] Process exited with code 0\n2025-08-01 10:38:08.407 [info] [command][f3492807-719c-432e-ba9a-3717a704e46f] Socket close event received\n2025-08-01 10:38:08.447 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62179 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:39:08.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:39:08.406 [info] [command][b521924a-7fc2-4c3f-8aa3-a27ee537e129] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b521924a-7fc2-4c3f-8aa3-a27ee537e129""}\n2025-08-01 10:39:08.406 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c9205265-b22d-4c5e-b33b-47e30f00ce60] received connection request\n2025-08-01 10:39:08.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:39:08.446 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9205265-b22d-4c5e-b33b-47e30f00ce60] socks forwarding established\n2025-08-01 10:39:08.494 [info] [command][b521924a-7fc2-4c3f-8aa3-a27ee537e129] Process exited with code 0\n2025-08-01 10:39:08.494 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9205265-b22d-4c5e-b33b-47e30f00ce60] socks connection closed\n2025-08-01 10:39:08.494 [info] [command][b521924a-7fc2-4c3f-8aa3-a27ee537e129] Socket close event received\n2025-08-01 10:39:08.534 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62248 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:40:08.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:40:08.499 [info] [command][3b8c5166-64b4-48cd-94a7-6319e2a9dc40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3b8c5166-64b4-48cd-94a7-6319e2a9dc40""}\n2025-08-01 10:40:08.500 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e96a0508-8097-44b2-9e98-83c3b5e68631] received connection request\n2025-08-01 10:40:08.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:40:08.500 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:40:08.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e96a0508-8097-44b2-9e98-83c3b5e68631] socks forwarding established\n2025-08-01 10:40:08.583 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e96a0508-8097-44b2-9e98-83c3b5e68631] socks connection closed\n2025-08-01 10:40:08.583 [info] [command][3b8c5166-64b4-48cd-94a7-6319e2a9dc40] Process exited with code 0\n2025-08-01 10:40:08.583 [info] [command][3b8c5166-64b4-48cd-94a7-6319e2a9dc40] Socket close event received\n2025-08-01 10:40:08.622 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62324 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:41:08.584 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:41:08.586 [info] [command][4ad3d995-0232-4b20-b0cc-2a177ac0649a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ad3d995-0232-4b20-b0cc-2a177ac0649a""}\n2025-08-01 10:41:08.586 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][26d5758e-cfb0-4aed-a2f0-54dacd601ef3] received connection request\n2025-08-01 10:41:08.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:41:08.627 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26d5758e-cfb0-4aed-a2f0-54dacd601ef3] socks forwarding established\n2025-08-01 10:41:08.670 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26d5758e-cfb0-4aed-a2f0-54dacd601ef3] socks connection closed\n2025-08-01 10:41:08.670 [info] [command][4ad3d995-0232-4b20-b0cc-2a177ac0649a] Process exited with code 0\n2025-08-01 10:41:08.671 [info] [command][4ad3d995-0232-4b20-b0cc-2a177ac0649a] Socket close event received\n2025-08-01 10:41:08.710 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62386 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:42:08.673 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:42:08.674 [info] [command][4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd""}\n2025-08-01 10:42:08.674 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1a3f29f8-bf1a-4bf2-a0bd-fc17c695f1ac] received connection request\n2025-08-01 10:42:08.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:42:08.714 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a3f29f8-bf1a-4bf2-a0bd-fc17c695f1ac] socks forwarding established\n2025-08-01 10:42:08.757 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a3f29f8-bf1a-4bf2-a0bd-fc17c695f1ac] socks connection closed\n2025-08-01 10:42:08.757 [info] [command][4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd] Process exited with code 0\n2025-08-01 10:42:08.757 [info] [command][4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd] Socket close event received\n2025-08-01 10:42:08.797 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62416 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:43:08.758 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:43:08.760 [info] [command][7e2371a0-9b66-4074-8cc4-6fd6f7924201] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7e2371a0-9b66-4074-8cc4-6fd6f7924201""}\n2025-08-01 10:43:08.761 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8e0b9b9c-02bc-4623-853d-11d47696273f] received connection request\n2025-08-01 10:43:08.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:43:08.802 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8e0b9b9c-02bc-4623-853d-11d47696273f] socks forwarding established\n2025-08-01 10:43:08.849 [info] [command][7e2371a0-9b66-4074-8cc4-6fd6f7924201] Process exited with code 0\n2025-08-01 10:43:08.849 [info] [command][7e2371a0-9b66-4074-8cc4-6fd6f7924201] Socket close event received\n2025-08-01 10:43:08.850 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8e0b9b9c-02bc-4623-853d-11d47696273f] socks connection closed\n2025-08-01 10:43:08.889 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62438 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:44:08.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:44:08.851 [info] [command][43d221b4-c02c-4f87-b5a9-314e88bde5ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""43d221b4-c02c-4f87-b5a9-314e88bde5ab""}\n2025-08-01 10:44:08.851 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][af3eee97-bd20-4ead-8400-09e2eaf068db] received connection request\n2025-08-01 10:44:08.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:44:08.894 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af3eee97-bd20-4ead-8400-09e2eaf068db] socks forwarding established\n2025-08-01 10:44:08.948 [info] [command][43d221b4-c02c-4f87-b5a9-314e88bde5ab] Process exited with code 0\n2025-08-01 10:44:08.948 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af3eee97-bd20-4ead-8400-09e2eaf068db] socks connection closed\n2025-08-01 10:44:08.948 [info] [command][43d221b4-c02c-4f87-b5a9-314e88bde5ab] Socket close event received\n2025-08-01 10:44:08.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62481 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:45:08.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:45:08.950 [info] [command][db7d068b-56f4-4f09-8475-bc8a980236d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""db7d068b-56f4-4f09-8475-bc8a980236d1""}\n2025-08-01 10:45:08.951 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1a849d41-eaff-41e2-bdd1-932811ece072] received connection request\n2025-08-01 10:45:08.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:45:08.993 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a849d41-eaff-41e2-bdd1-932811ece072] socks forwarding established\n2025-08-01 10:45:09.042 [info] [command][db7d068b-56f4-4f09-8475-bc8a980236d1] Process exited with code 0\n2025-08-01 10:45:09.043 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a849d41-eaff-41e2-bdd1-932811ece072] socks connection closed\n2025-08-01 10:45:09.043 [info] [command][db7d068b-56f4-4f09-8475-bc8a980236d1] Socket close event received\n2025-08-01 10:45:09.086 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62539 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:46:09.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:46:09.047 [info] [command][e3fb036a-007a-4473-83d6-0573ad503799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e3fb036a-007a-4473-83d6-0573ad503799""}\n2025-08-01 10:46:09.048 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9822d9a7-9099-4a13-93fe-934f55e60c03] received connection request\n2025-08-01 10:46:09.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:46:09.089 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9822d9a7-9099-4a13-93fe-934f55e60c03] socks forwarding established\n2025-08-01 10:46:09.135 [info] [command][e3fb036a-007a-4473-83d6-0573ad503799] Process exited with code 0\n2025-08-01 10:46:09.136 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9822d9a7-9099-4a13-93fe-934f55e60c03] socks connection closed\n2025-08-01 10:46:09.136 [info] [command][e3fb036a-007a-4473-83d6-0573ad503799] Socket close event received\n2025-08-01 10:46:09.178 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62559 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:47:09.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:47:09.141 [info] [command][d196a923-ae15-486a-8f62-6fc2002bf539] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d196a923-ae15-486a-8f62-6fc2002bf539""}\n2025-08-01 10:47:09.143 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7ac3811f-6a86-47b8-a475-060222ad7a9b] received connection request\n2025-08-01 10:47:09.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:47:09.144 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:47:09.188 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ac3811f-6a86-47b8-a475-060222ad7a9b] socks forwarding established\n2025-08-01 10:47:09.233 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ac3811f-6a86-47b8-a475-060222ad7a9b] socks connection closed\n2025-08-01 10:47:09.233 [info] [command][d196a923-ae15-486a-8f62-6fc2002bf539] Process exited with code 0\n2025-08-01 10:47:09.233 [info] [command][d196a923-ae15-486a-8f62-6fc2002bf539] Socket close event received\n2025-08-01 10:47:09.274 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62574 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:48:09.234 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:48:09.238 [info] [command][bd344b3c-59f6-41f6-b4db-fa372b22a1ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""bd344b3c-59f6-41f6-b4db-fa372b22a1ea""}\n2025-08-01 10:48:09.239 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7d7af769-3742-48ad-8f5c-518a81f367d1] received connection request\n2025-08-01 10:48:09.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:48:09.285 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d7af769-3742-48ad-8f5c-518a81f367d1] socks forwarding established\n2025-08-01 10:48:09.336 [info] [command][bd344b3c-59f6-41f6-b4db-fa372b22a1ea] Process exited with code 0\n2025-08-01 10:48:09.336 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d7af769-3742-48ad-8f5c-518a81f367d1] socks connection closed\n2025-08-01 10:48:09.337 [info] [command][bd344b3c-59f6-41f6-b4db-fa372b22a1ea] Socket close event received\n2025-08-01 10:48:09.380 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62606 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:49:09.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:49:09.340 [info] [command][a7965294-ec48-4d59-a51b-ce2875fadb1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a7965294-ec48-4d59-a51b-ce2875fadb1e""}\n2025-08-01 10:49:09.341 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5d7a1cc2-2e75-47c6-a10e-d368e70310a1] received connection request\n2025-08-01 10:49:09.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:49:09.384 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d7a1cc2-2e75-47c6-a10e-d368e70310a1] socks forwarding established\n2025-08-01 10:49:09.429 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d7a1cc2-2e75-47c6-a10e-d368e70310a1] socks connection closed\n2025-08-01 10:49:09.429 [info] [command][a7965294-ec48-4d59-a51b-ce2875fadb1e] Process exited with code 0\n2025-08-01 10:49:09.429 [info] [command][a7965294-ec48-4d59-a51b-ce2875fadb1e] Socket close event received\n2025-08-01 10:49:09.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62662 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:50:09.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:50:09.433 [info] [command][0d28a661-a399-4524-80b0-8c60e79c0dae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0d28a661-a399-4524-80b0-8c60e79c0dae""}\n2025-08-01 10:50:09.433 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][158ee97d-6fc5-40aa-8a95-0528c6bf8b77] received connection request\n2025-08-01 10:50:09.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:50:09.477 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][158ee97d-6fc5-40aa-8a95-0528c6bf8b77] socks forwarding established\n2025-08-01 10:50:09.520 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][158ee97d-6fc5-40aa-8a95-0528c6bf8b77] socks connection closed\n2025-08-01 10:50:09.521 [info] [command][0d28a661-a399-4524-80b0-8c60e79c0dae] Process exited with code 0\n2025-08-01 10:50:09.521 [info] [command][0d28a661-a399-4524-80b0-8c60e79c0dae] Socket close event received\n2025-08-01 10:50:09.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62701 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:51:09.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:51:09.520 [info] [command][fe22a66a-12ad-47a8-8797-bb578974e280] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fe22a66a-12ad-47a8-8797-bb578974e280""}\n2025-08-01 10:51:09.521 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f1a69874-938b-4c89-ab79-7c903ab026f9] received connection request\n2025-08-01 10:51:09.521 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:51:09.521 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:51:09.561 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1a69874-938b-4c89-ab79-7c903ab026f9] socks forwarding established\n2025-08-01 10:51:09.605 [info] [command][fe22a66a-12ad-47a8-8797-bb578974e280] Process exited with code 0\n2025-08-01 10:51:09.607 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1a69874-938b-4c89-ab79-7c903ab026f9] socks connection closed\n2025-08-01 10:51:09.607 [info] [command][fe22a66a-12ad-47a8-8797-bb578974e280] Socket close event received\n2025-08-01 10:51:09.650 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62739 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:52:09.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:52:09.607 [info] [command][8d888e6b-beea-44fd-a79d-7035a09d6a17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8d888e6b-beea-44fd-a79d-7035a09d6a17""}\n2025-08-01 10:52:09.607 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][702edabf-6554-464f-b229-7cde0d3cfe76] received connection request\n2025-08-01 10:52:09.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:52:09.650 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][702edabf-6554-464f-b229-7cde0d3cfe76] socks forwarding established\n2025-08-01 10:52:09.694 [info] [command][8d888e6b-beea-44fd-a79d-7035a09d6a17] Process exited with code 0\n2025-08-01 10:52:09.694 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][702edabf-6554-464f-b229-7cde0d3cfe76] socks connection closed\n2025-08-01 10:52:09.694 [info] [command][8d888e6b-beea-44fd-a79d-7035a09d6a17] Socket close event received\n2025-08-01 10:52:09.734 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62761 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:53:09.696 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:53:09.698 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][122da213-a78a-41ed-b565-89b22d8d5c0c] received connection request\n2025-08-01 10:53:09.698 [info] [command][b7ff7324-393e-471d-8d22-d3c0046a335c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b7ff7324-393e-471d-8d22-d3c0046a335c""}\n2025-08-01 10:53:09.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:53:09.741 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][122da213-a78a-41ed-b565-89b22d8d5c0c] socks forwarding established\n2025-08-01 10:53:09.835 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][122da213-a78a-41ed-b565-89b22d8d5c0c] socks connection closed\n2025-08-01 10:53:09.836 [info] [command][b7ff7324-393e-471d-8d22-d3c0046a335c] Process exited with code 0\n2025-08-01 10:53:09.836 [info] [command][b7ff7324-393e-471d-8d22-d3c0046a335c] Socket close event received\n2025-08-01 10:53:09.875 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62775 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:54:09.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:54:09.840 [info] [command][acd3d394-6133-4ad4-86c7-b29c926886e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""acd3d394-6133-4ad4-86c7-b29c926886e7""}\n2025-08-01 10:54:09.840 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e395eede-a847-440a-ae83-da1528ec0197] received connection request\n2025-08-01 10:54:09.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:54:09.885 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e395eede-a847-440a-ae83-da1528ec0197] socks forwarding established\n2025-08-01 10:54:09.928 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e395eede-a847-440a-ae83-da1528ec0197] socks connection closed\n2025-08-01 10:54:09.931 [info] [command][acd3d394-6133-4ad4-86c7-b29c926886e7] Process exited with code 0\n2025-08-01 10:54:09.931 [info] [command][acd3d394-6133-4ad4-86c7-b29c926886e7] Socket close event received\n2025-08-01 10:54:09.973 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62812 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:55:09.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:55:09.932 [info] [command][489e4c77-5a99-4c91-b1b7-2c53a9659e5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""489e4c77-5a99-4c91-b1b7-2c53a9659e5b""}\n2025-08-01 10:55:09.932 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c0c71ee5-fd42-47e3-bb57-f8213b5eb8c2] received connection request\n2025-08-01 10:55:09.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:55:09.975 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c0c71ee5-fd42-47e3-bb57-f8213b5eb8c2] socks forwarding established\n2025-08-01 10:55:10.022 [info] [command][489e4c77-5a99-4c91-b1b7-2c53a9659e5b] Process exited with code 0\n2025-08-01 10:55:10.023 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c0c71ee5-fd42-47e3-bb57-f8213b5eb8c2] socks connection closed\n2025-08-01 10:55:10.023 [info] [command][489e4c77-5a99-4c91-b1b7-2c53a9659e5b] Socket close event received\n2025-08-01 10:55:10.063 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62857 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:56:10.024 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:56:10.026 [info] [command][6e03c20d-006c-4aae-bc4f-f5135c5a52e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6e03c20d-006c-4aae-bc4f-f5135c5a52e9""}\n2025-08-01 10:56:10.027 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2450e3ff-f6a8-46be-a4b4-f4063a790f66] received connection request\n2025-08-01 10:56:10.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:56:10.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2450e3ff-f6a8-46be-a4b4-f4063a790f66] socks forwarding established\n2025-08-01 10:56:10.114 [info] [command][6e03c20d-006c-4aae-bc4f-f5135c5a52e9] Process exited with code 0\n2025-08-01 10:56:10.115 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2450e3ff-f6a8-46be-a4b4-f4063a790f66] socks connection closed\n2025-08-01 10:56:10.115 [info] [command][6e03c20d-006c-4aae-bc4f-f5135c5a52e9] Socket close event received\n2025-08-01 10:56:10.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62878 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:57:10.117 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:57:10.120 [info] [command][c5996acd-387d-456f-8c4a-98572f086364] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c5996acd-387d-456f-8c4a-98572f086364""}\n2025-08-01 10:57:10.122 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][35b055e1-1823-4795-a4d6-0064feec0a4d] received connection request\n2025-08-01 10:57:10.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:57:10.168 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][35b055e1-1823-4795-a4d6-0064feec0a4d] socks forwarding established\n2025-08-01 10:57:10.212 [info] [command][c5996acd-387d-456f-8c4a-98572f086364] Process exited with code 0\n2025-08-01 10:57:10.213 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][35b055e1-1823-4795-a4d6-0064feec0a4d] socks connection closed\n2025-08-01 10:57:10.213 [info] [command][c5996acd-387d-456f-8c4a-98572f086364] Socket close event received\n2025-08-01 10:57:10.251 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62896 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:58:10.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:58:10.218 [info] [command][7b9b8ffc-c49c-44b2-8953-bebb74667c92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7b9b8ffc-c49c-44b2-8953-bebb74667c92""}\n2025-08-01 10:58:10.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][784e340b-5aa8-4972-a4ad-d3f89dd4a132] received connection request\n2025-08-01 10:58:10.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:58:10.265 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][784e340b-5aa8-4972-a4ad-d3f89dd4a132] socks forwarding established\n2025-08-01 10:58:10.311 [info] [command][7b9b8ffc-c49c-44b2-8953-bebb74667c92] Process exited with code 0\n2025-08-01 10:58:10.312 [info] [command][7b9b8ffc-c49c-44b2-8953-bebb74667c92] Socket close event received\n2025-08-01 10:58:10.312 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][784e340b-5aa8-4972-a4ad-d3f89dd4a132] socks connection closed\n2025-08-01 10:58:10.353 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62909 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:59:10.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:59:10.319 [info] [command][e7841a3f-6f55-4fd7-8311-a3b17d46f837] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e7841a3f-6f55-4fd7-8311-a3b17d46f837""}\n2025-08-01 10:59:10.319 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][752bcad6-3e7f-4ac9-8f32-4d1b03e3c8e1] received connection request\n2025-08-01 10:59:10.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:59:10.320 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:59:10.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][752bcad6-3e7f-4ac9-8f32-4d1b03e3c8e1] socks forwarding established\n2025-08-01 10:59:10.409 [info] [command][e7841a3f-6f55-4fd7-8311-a3b17d46f837] Process exited with code 0\n2025-08-01 10:59:10.409 [info] [command][e7841a3f-6f55-4fd7-8311-a3b17d46f837] Socket close event received\n2025-08-01 10:59:10.410 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][752bcad6-3e7f-4ac9-8f32-4d1b03e3c8e1] socks connection closed\n2025-08-01 10:59:10.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62962 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:00:10.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:00:10.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][681b0e71-477f-4039-9eec-5ea773e8e17e] received connection request\n2025-08-01 11:00:10.413 [info] [command][d9ad040b-cbad-4d6f-a6ba-2f240ad53df0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d9ad040b-cbad-4d6f-a6ba-2f240ad53df0""}\n2025-08-01 11:00:10.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:00:10.455 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][681b0e71-477f-4039-9eec-5ea773e8e17e] socks forwarding established\n2025-08-01 11:00:10.501 [info] [command][d9ad040b-cbad-4d6f-a6ba-2f240ad53df0] Process exited with code 0\n2025-08-01 11:00:10.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][681b0e71-477f-4039-9eec-5ea773e8e17e] socks connection closed\n2025-08-01 11:00:10.501 [info] [command][d9ad040b-cbad-4d6f-a6ba-2f240ad53df0] Socket close event received\n2025-08-01 11:00:10.542 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63007 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:01:10.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:01:10.507 [info] [command][8c057626-c71c-4cd9-abce-94255e14eef6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c057626-c71c-4cd9-abce-94255e14eef6""}\n2025-08-01 11:01:10.508 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][65c78a90-72f5-41b2-a950-dd68fc3ad78e] received connection request\n2025-08-01 11:01:10.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:01:10.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][65c78a90-72f5-41b2-a950-dd68fc3ad78e] socks forwarding established\n2025-08-01 11:01:10.595 [info] [command][8c057626-c71c-4cd9-abce-94255e14eef6] Process exited with code 0\n2025-08-01 11:01:10.596 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][65c78a90-72f5-41b2-a950-dd68fc3ad78e] socks connection closed\n2025-08-01 11:01:10.596 [info] [command][8c057626-c71c-4cd9-abce-94255e14eef6] Socket close event received\n2025-08-01 11:01:10.636 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63024 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:02:10.596 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:02:10.598 [info] [command][00510c94-79c3-4041-96bc-576f73bd379a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""00510c94-79c3-4041-96bc-576f73bd379a""}\n2025-08-01 11:02:10.599 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1153e45b-5604-4968-b530-3cace4eeacc6] received connection request\n2025-08-01 11:02:10.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:02:10.643 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1153e45b-5604-4968-b530-3cace4eeacc6] socks forwarding established\n2025-08-01 11:02:10.689 [info] [command][00510c94-79c3-4041-96bc-576f73bd379a] Process exited with code 0\n2025-08-01 11:02:10.690 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1153e45b-5604-4968-b530-3cace4eeacc6] socks connection closed\n2025-08-01 11:02:10.690 [info] [command][00510c94-79c3-4041-96bc-576f73bd379a] Socket close event received\n2025-08-01 11:02:10.730 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63036 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:03:10.692 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:03:10.694 [info] [command][2cb810dd-1331-4001-900e-5db1c80866b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2cb810dd-1331-4001-900e-5db1c80866b8""}\n2025-08-01 11:03:10.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][791b88de-ccba-4833-8ea4-292d92d57f05] received connection request\n2025-08-01 11:03:10.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:03:10.738 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][791b88de-ccba-4833-8ea4-292d92d57f05] socks forwarding established\n2025-08-01 11:03:10.785 [info] [command][2cb810dd-1331-4001-900e-5db1c80866b8] Process exited with code 0\n2025-08-01 11:03:10.786 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][791b88de-ccba-4833-8ea4-292d92d57f05] socks connection closed\n2025-08-01 11:03:10.786 [info] [command][2cb810dd-1331-4001-900e-5db1c80866b8] Socket close event received\n2025-08-01 11:03:10.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63049 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:04:10.788 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:04:10.790 [info] [command][f42101f0-2b5a-4b27-b86a-c967949a51ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f42101f0-2b5a-4b27-b86a-c967949a51ea""}\n2025-08-01 11:04:10.791 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7ef20d78-4440-4d3e-b49e-217e3e3356b2] received connection request\n2025-08-01 11:04:10.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:04:10.833 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ef20d78-4440-4d3e-b49e-217e3e3356b2] socks forwarding established\n2025-08-01 11:04:10.879 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ef20d78-4440-4d3e-b49e-217e3e3356b2] socks connection closed\n2025-08-01 11:04:10.879 [info] [command][f42101f0-2b5a-4b27-b86a-c967949a51ea] Process exited with code 0\n2025-08-01 11:04:10.880 [info] [command][f42101f0-2b5a-4b27-b86a-c967949a51ea] Socket close event received\n2025-08-01 11:04:10.920 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63076 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:05:10.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:05:10.883 [info] [command][373ec630-bce4-43c3-ae0d-ee2df9d3a1e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""373ec630-bce4-43c3-ae0d-ee2df9d3a1e2""}\n2025-08-01 11:05:10.883 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4a4c3b17-a639-4ed5-9036-7c3bcbe1a5f3] received connection request\n2025-08-01 11:05:10.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:05:10.927 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4c3b17-a639-4ed5-9036-7c3bcbe1a5f3] socks forwarding established\n2025-08-01 11:05:10.970 [info] [command][373ec630-bce4-43c3-ae0d-ee2df9d3a1e2] Process exited with code 0\n2025-08-01 11:05:10.971 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4c3b17-a639-4ed5-9036-7c3bcbe1a5f3] socks connection closed\n2025-08-01 11:05:10.971 [info] [command][373ec630-bce4-43c3-ae0d-ee2df9d3a1e2] Socket close event received\n2025-08-01 11:05:11.010 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63108 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:06:10.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:06:10.970 [info] [command][21b4685c-3be9-434f-a543-616b5e668416] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""21b4685c-3be9-434f-a543-616b5e668416""}\n2025-08-01 11:06:10.970 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c3647179-7fd5-4380-a563-7479cbd19ad9] received connection request\n2025-08-01 11:06:10.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 11:06:10.970 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:06:11.011 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c3647179-7fd5-4380-a563-7479cbd19ad9] socks forwarding established\n2025-08-01 11:06:11.058 [info] [command][21b4685c-3be9-434f-a543-616b5e668416] Process exited with code 0\n2025-08-01 11:06:11.058 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c3647179-7fd5-4380-a563-7479cbd19ad9] socks connection closed\n2025-08-01 11:06:11.059 [info] [command][21b4685c-3be9-434f-a543-616b5e668416] Socket close event received\n2025-08-01 11:06:11.098 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63121 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:07:11.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:07:11.060 [info] [command][92ef5ddd-267b-4829-89c2-240155250285] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""92ef5ddd-267b-4829-89c2-240155250285""}\n2025-08-01 11:07:11.060 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9a69d594-569c-45ca-87e3-596be9605c2a] received connection request\n2025-08-01 11:07:11.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:07:11.106 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9a69d594-569c-45ca-87e3-596be9605c2a] socks forwarding established\n2025-08-01 11:07:11.148 [info] [command][92ef5ddd-267b-4829-89c2-240155250285] Process exited with code 0\n2025-08-01 11:07:11.149 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9a69d594-569c-45ca-87e3-596be9605c2a] socks connection closed\n2025-08-01 11:07:11.149 [info] [command][92ef5ddd-267b-4829-89c2-240155250285] Socket close event received\n2025-08-01 11:07:11.188 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63147 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:08:11.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:08:11.158 [info] [command][7e9c467d-9abc-46ce-a616-f1155778b7a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7e9c467d-9abc-46ce-a616-f1155778b7a7""}\n2025-08-01 11:08:11.158 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b0c0c38d-c760-4a30-931c-4953d159799d] received connection request\n2025-08-01 11:08:11.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:08:11.205 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0c0c38d-c760-4a30-931c-4953d159799d] socks forwarding established\n2025-08-01 11:08:11.252 [info] [command][7e9c467d-9abc-46ce-a616-f1155778b7a7] Process exited with code 0\n2025-08-01 11:08:11.253 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0c0c38d-c760-4a30-931c-4953d159799d] socks connection closed\n2025-08-01 11:08:11.253 [info] [command][7e9c467d-9abc-46ce-a616-f1155778b7a7] Socket close event received\n2025-08-01 11:08:11.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63162 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:09:11.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:09:11.253 [info] [command][f235683c-459e-4152-b12b-03cbfc9dd507] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f235683c-459e-4152-b12b-03cbfc9dd507""}\n2025-08-01 11:09:11.253 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][53561535-a4e4-4c59-a2b4-1658a2e16bb3] received connection request\n2025-08-01 11:09:11.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:09:11.297 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53561535-a4e4-4c59-a2b4-1658a2e16bb3] socks forwarding established\n2025-08-01 11:09:11.341 [info] [command][f235683c-459e-4152-b12b-03cbfc9dd507] Process exited with code 0\n2025-08-01 11:09:11.341 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53561535-a4e4-4c59-a2b4-1658a2e16bb3] socks connection closed\n2025-08-01 11:09:11.341 [info] [command][f235683c-459e-4152-b12b-03cbfc9dd507] Socket close event received\n2025-08-01 11:09:11.381 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63187 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:10:11.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:10:11.346 [info] [command][c70292cf-31ff-4416-bbd7-c6384b01dfbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c70292cf-31ff-4416-bbd7-c6384b01dfbc""}\n2025-08-01 11:10:11.346 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a2cc5de4-bcb5-4b64-a180-2a4c06a0f7cd] received connection request\n2025-08-01 11:10:11.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:10:11.386 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a2cc5de4-bcb5-4b64-a180-2a4c06a0f7cd] socks forwarding established\n2025-08-01 11:10:11.430 [info] [command][c70292cf-31ff-4416-bbd7-c6384b01dfbc] Process exited with code 0\n2025-08-01 11:10:11.430 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a2cc5de4-bcb5-4b64-a180-2a4c06a0f7cd] socks connection closed\n2025-08-01 11:10:11.430 [info] [command][c70292cf-31ff-4416-bbd7-c6384b01dfbc] Socket close event received\n2025-08-01 11:10:11.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63215 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:11:11.430 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:11:11.432 [info] [command][0c93b009-8577-4aa7-843d-a5d9669e046c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0c93b009-8577-4aa7-843d-a5d9669e046c""}\n2025-08-01 11:11:11.432 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][05bcd35f-77f1-43c7-b786-063bb79d9499] received connection request\n2025-08-01 11:11:11.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:11:11.477 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][05bcd35f-77f1-43c7-b786-063bb79d9499] socks forwarding established\n2025-08-01 11:11:11.521 [info] [command][0c93b009-8577-4aa7-843d-a5d9669e046c] Process exited with code 0\n2025-08-01 11:11:11.522 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][05bcd35f-77f1-43c7-b786-063bb79d9499] socks connection closed\n2025-08-01 11:11:11.522 [info] [command][0c93b009-8577-4aa7-843d-a5d9669e046c] Socket close event received\n2025-08-01 11:11:11.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63228 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:12:11.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:12:11.531 [info] [command][30d80e86-9190-4aec-baf7-a1a037528c04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""30d80e86-9190-4aec-baf7-a1a037528c04""}\n2025-08-01 11:12:11.532 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8472b13e-f9aa-4dcb-bf2b-8d57164e307c] received connection request\n2025-08-01 11:12:11.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:12:11.575 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8472b13e-f9aa-4dcb-bf2b-8d57164e307c] socks forwarding established\n2025-08-01 11:12:11.620 [info] [command][30d80e86-9190-4aec-baf7-a1a037528c04] Process exited with code 0\n2025-08-01 11:12:11.620 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8472b13e-f9aa-4dcb-bf2b-8d57164e307c] socks connection closed\n2025-08-01 11:12:11.620 [info] [command][30d80e86-9190-4aec-baf7-a1a037528c04] Socket close event received\n2025-08-01 11:12:11.660 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63241 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:13:11.627 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:13:11.629 [info] [command][5619290d-1f11-4aeb-a5ff-82e00015df9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5619290d-1f11-4aeb-a5ff-82e00015df9b""}\n2025-08-01 11:13:11.629 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][90a1a5ff-d93b-4ed4-8202-f01e06022e3d] received connection request\n2025-08-01 11:13:11.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:13:11.672 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][90a1a5ff-d93b-4ed4-8202-f01e06022e3d] socks forwarding established\n2025-08-01 11:13:11.717 [info] [command][5619290d-1f11-4aeb-a5ff-82e00015df9b] Process exited with code 0\n2025-08-01 11:13:11.718 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][90a1a5ff-d93b-4ed4-8202-f01e06022e3d] socks connection closed\n2025-08-01 11:13:11.718 [info] [command][5619290d-1f11-4aeb-a5ff-82e00015df9b] Socket close event received\n2025-08-01 11:13:11.758 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63247 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:14:11.725 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:14:11.727 [info] [command][f6af3652-9019-4ab8-b7b2-45d237dbf592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f6af3652-9019-4ab8-b7b2-45d237dbf592""}\n2025-08-01 11:14:11.727 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][40fcfa9e-94dc-422f-a029-a64ad9cdfacd] received connection request\n2025-08-01 11:14:11.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:14:11.774 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][40fcfa9e-94dc-422f-a029-a64ad9cdfacd] socks forwarding established\n2025-08-01 11:14:11.820 [info] [command][f6af3652-9019-4ab8-b7b2-45d237dbf592] Process exited with code 0\n2025-08-01 11:14:11.820 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][40fcfa9e-94dc-422f-a029-a64ad9cdfacd] socks connection closed\n2025-08-01 11:14:11.820 [info] [command][f6af3652-9019-4ab8-b7b2-45d237dbf592] Socket close event received\n2025-08-01 11:14:11.860 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63261 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:15:11.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:15:11.827 [info] [command][3bd226ff-63f1-4994-82fc-76486e8b1fdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3bd226ff-63f1-4994-82fc-76486e8b1fdf""}\n2025-08-01 11:15:11.828 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][74528f61-c62e-46eb-a3ec-309ccee1f27f] received connection request\n2025-08-01 11:15:11.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:15:11.874 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][74528f61-c62e-46eb-a3ec-309ccee1f27f] socks forwarding established\n2025-08-01 11:15:11.919 [info] [command][3bd226ff-63f1-4994-82fc-76486e8b1fdf] Process exited with code 0\n2025-08-01 11:15:11.919 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][74528f61-c62e-46eb-a3ec-309ccee1f27f] socks connection closed\n2025-08-01 11:15:11.919 [info] [command][3bd226ff-63f1-4994-82fc-76486e8b1fdf] Socket close event received\n2025-08-01 11:15:11.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63289 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:16:11.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:16:11.927 [info] [command][ece61a84-9431-4a18-af59-88941981e629] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ece61a84-9431-4a18-af59-88941981e629""}\n2025-08-01 11:16:11.927 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9e4a1437-8d71-455b-80f0-73b75eca872d] received connection request\n2025-08-01 11:16:11.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:16:11.973 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e4a1437-8d71-455b-80f0-73b75eca872d] socks forwarding established\n2025-08-01 11:16:12.019 [info] [command][ece61a84-9431-4a18-af59-88941981e629] Process exited with code 0\n2025-08-01 11:16:12.019 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e4a1437-8d71-455b-80f0-73b75eca872d] socks connection closed\n2025-08-01 11:16:12.019 [info] [command][ece61a84-9431-4a18-af59-88941981e629] Socket close event received\n2025-08-01 11:16:12.084 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63321 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:17:12.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:17:12.025 [info] [command][9e22980c-2436-4948-966c-fa828d17c82a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9e22980c-2436-4948-966c-fa828d17c82a""}\n2025-08-01 11:17:12.026 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c9fbadd6-46eb-41cd-98b9-d6f1a6b544b2] received connection request\n2025-08-01 11:17:12.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:17:12.070 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9fbadd6-46eb-41cd-98b9-d6f1a6b544b2] socks forwarding established\n2025-08-01 11:17:12.116 [info] [command][9e22980c-2436-4948-966c-fa828d17c82a] Process exited with code 0\n2025-08-01 11:17:12.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9fbadd6-46eb-41cd-98b9-d6f1a6b544b2] socks connection closed\n2025-08-01 11:17:12.117 [info] [command][9e22980c-2436-4948-966c-fa828d17c82a] Socket close event received\n2025-08-01 11:17:12.158 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63350 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:18:12.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:18:12.122 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3327249d-68fc-4c22-847f-cd4e5b4033c6] received connection request\n2025-08-01 11:18:12.122 [info] [command][4e1f7185-2c33-448c-83e3-8091de863998] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4e1f7185-2c33-448c-83e3-8091de863998""}\n2025-08-01 11:18:12.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:18:12.168 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3327249d-68fc-4c22-847f-cd4e5b4033c6] socks forwarding established\n2025-08-01 11:18:12.212 [info] [command][4e1f7185-2c33-448c-83e3-8091de863998] Process exited with code 0\n2025-08-01 11:18:12.212 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3327249d-68fc-4c22-847f-cd4e5b4033c6] socks connection closed\n2025-08-01 11:18:12.212 [info] [command][4e1f7185-2c33-448c-83e3-8091de863998] Socket close event received\n2025-08-01 11:18:12.251 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63362 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:19:12.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:19:12.218 [info] [command][25b3c275-dd73-4a38-b40f-53eb1902b02e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""25b3c275-dd73-4a38-b40f-53eb1902b02e""}\n2025-08-01 11:19:12.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][522a9c73-1b2d-44d7-9c15-54b7d0e51847] received connection request\n2025-08-01 11:19:12.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:19:12.266 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][522a9c73-1b2d-44d7-9c15-54b7d0e51847] socks forwarding established\n2025-08-01 11:19:12.311 [info] [command][25b3c275-dd73-4a38-b40f-53eb1902b02e] Process exited with code 0\n2025-08-01 11:19:12.312 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][522a9c73-1b2d-44d7-9c15-54b7d0e51847] socks connection closed\n2025-08-01 11:19:12.312 [info] [command][25b3c275-dd73-4a38-b40f-53eb1902b02e] Socket close event received\n2025-08-01 11:19:12.352 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63374 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:20:12.316 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:20:12.318 [info] [command][b0a563e0-254c-4c26-84a3-14149b393770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b0a563e0-254c-4c26-84a3-14149b393770""}\n2025-08-01 11:20:12.319 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][45ffef2a-c879-46f2-ae84-efaff58dd414] received connection request\n2025-08-01 11:20:12.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:20:12.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][45ffef2a-c879-46f2-ae84-efaff58dd414] socks forwarding established\n2025-08-01 11:20:12.409 [info] [command][b0a563e0-254c-4c26-84a3-14149b393770] Process exited with code 0\n2025-08-01 11:20:12.410 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][45ffef2a-c879-46f2-ae84-efaff58dd414] socks connection closed\n2025-08-01 11:20:12.410 [info] [command][b0a563e0-254c-4c26-84a3-14149b393770] Socket close event received\n2025-08-01 11:20:12.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63407 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:21:12.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:21:12.413 [info] [command][0a10c101-6596-4ae5-b9e9-544186f80887] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0a10c101-6596-4ae5-b9e9-544186f80887""}\n2025-08-01 11:21:12.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0a55d7ff-990c-4f17-88ed-abeb471b5013] received connection request\n2025-08-01 11:21:12.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 11:21:12.413 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:21:12.454 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a55d7ff-990c-4f17-88ed-abeb471b5013] socks forwarding established\n2025-08-01 11:21:12.500 [info] [command][0a10c101-6596-4ae5-b9e9-544186f80887] Process exited with code 0\n2025-08-01 11:21:12.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a55d7ff-990c-4f17-88ed-abeb471b5013] socks connection closed\n2025-08-01 11:21:12.501 [info] [command][0a10c101-6596-4ae5-b9e9-544186f80887] Socket close event received\n2025-08-01 11:21:12.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63433 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:22:12.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:22:12.508 [info] [command][8c3e6630-448c-4be8-b764-bc89c89f0ca6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c3e6630-448c-4be8-b764-bc89c89f0ca6""}\n2025-08-01 11:22:12.509 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8613ac9b-2901-4ad5-80f1-ec2320fbdad1] received connection request\n2025-08-01 11:22:12.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:22:12.552 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8613ac9b-2901-4ad5-80f1-ec2320fbdad1] socks forwarding established\n2025-08-01 11:22:12.598 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8613ac9b-2901-4ad5-80f1-ec2320fbdad1] socks connection closed\n2025-08-01 11:22:12.598 [info] [command][8c3e6630-448c-4be8-b764-bc89c89f0ca6] Process exited with code 0\n2025-08-01 11:22:12.598 [info] [command][8c3e6630-448c-4be8-b764-bc89c89f0ca6] Socket close event received\n2025-08-01 11:22:12.638 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63449 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:23:12.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:23:12.608 [info] [command][0e70c81a-2079-419e-95ba-50cb90be081a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0e70c81a-2079-419e-95ba-50cb90be081a""}\n2025-08-01 11:23:12.608 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b6947417-3dc9-48c1-a07d-ef902ba71df3] received connection request\n2025-08-01 11:23:12.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:23:12.656 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6947417-3dc9-48c1-a07d-ef902ba71df3] socks forwarding established\n2025-08-01 11:23:12.702 [info] [command][0e70c81a-2079-419e-95ba-50cb90be081a] Process exited with code 0\n2025-08-01 11:23:12.702 [info] [command][0e70c81a-2079-419e-95ba-50cb90be081a] Socket close event received\n2025-08-01 11:23:12.703 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6947417-3dc9-48c1-a07d-ef902ba71df3] socks connection closed\n2025-08-01 11:23:12.742 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63470 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:24:12.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:24:12.709 [info] [command][980f2bfe-f161-4ba3-8c59-0db0e39f64d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""980f2bfe-f161-4ba3-8c59-0db0e39f64d4""}\n2025-08-01 11:24:12.709 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c63cf4a0-09ff-41d1-8bfc-efa70ccb3544] received connection request\n2025-08-01 11:24:12.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:24:12.755 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c63cf4a0-09ff-41d1-8bfc-efa70ccb3544] socks forwarding established\n2025-08-01 11:24:12.801 [info] [command][980f2bfe-f161-4ba3-8c59-0db0e39f64d4] Process exited with code 0\n2025-08-01 11:24:12.801 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c63cf4a0-09ff-41d1-8bfc-efa70ccb3544] socks connection closed\n2025-08-01 11:24:12.801 [info] [command][980f2bfe-f161-4ba3-8c59-0db0e39f64d4] Socket close event received\n2025-08-01 11:24:12.842 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63483 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:25:12.809 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:25:12.810 [info] [command][1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd""}\n2025-08-01 11:25:12.810 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][216dc5bc-dfe1-4093-94a9-e4bfd3c0be4b] received connection request\n2025-08-01 11:25:12.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:25:12.854 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][216dc5bc-dfe1-4093-94a9-e4bfd3c0be4b] socks forwarding established\n2025-08-01 11:25:12.898 [info] [command][1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd] Process exited with code 0\n2025-08-01 11:25:12.898 [info] [command][1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd] Socket close event received\n2025-08-01 11:25:12.899 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][216dc5bc-dfe1-4093-94a9-e4bfd3c0be4b] socks connection closed\n2025-08-01 11:25:12.939 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63512 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:26:12.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:26:12.902 [info] [command][620ca045-60c1-4fee-9338-5fdce5aa3f51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""620ca045-60c1-4fee-9338-5fdce5aa3f51""}\n2025-08-01 11:26:12.902 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][193cf294-6069-423f-a690-7c99bdab5b0f] received connection request\n2025-08-01 11:26:12.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:26:12.945 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][193cf294-6069-423f-a690-7c99bdab5b0f] socks forwarding established\n2025-08-01 11:26:12.991 [info] [command][620ca045-60c1-4fee-9338-5fdce5aa3f51] Process exited with code 0\n2025-08-01 11:26:12.992 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][193cf294-6069-423f-a690-7c99bdab5b0f] socks connection closed\n2025-08-01 11:26:12.992 [info] [command][620ca045-60c1-4fee-9338-5fdce5aa3f51] Socket close event received\n2025-08-01 11:26:13.030 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63544 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:27:12.993 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:27:12.995 [info] [command][b27baabb-eb1b-4faf-804b-b93d21e98878] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b27baabb-eb1b-4faf-804b-b93d21e98878""}\n2025-08-01 11:27:12.996 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b962dff8-2ad7-436e-816c-9a88f7f884d3] received connection request\n2025-08-01 11:27:12.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:27:13.040 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b962dff8-2ad7-436e-816c-9a88f7f884d3] socks forwarding established\n2025-08-01 11:27:13.087 [info] [command][b27baabb-eb1b-4faf-804b-b93d21e98878] Process exited with code 0\n2025-08-01 11:27:13.088 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b962dff8-2ad7-436e-816c-9a88f7f884d3] socks connection closed\n2025-08-01 11:27:13.088 [info] [command][b27baabb-eb1b-4faf-804b-b93d21e98878] Socket close event received\n2025-08-01 11:27:13.127 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63554 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:28:13.090 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:28:13.091 [info] [command][3c4a0839-9c15-4a7e-9810-67e0108c8859] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3c4a0839-9c15-4a7e-9810-67e0108c8859""}\n2025-08-01 11:28:13.092 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3f01adbd-6386-4b79-a9a0-d0120627360e] received connection request\n2025-08-01 11:28:13.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:28:13.133 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3f01adbd-6386-4b79-a9a0-d0120627360e] socks forwarding established\n2025-08-01 11:28:13.178 [info] [command][3c4a0839-9c15-4a7e-9810-67e0108c8859] Process exited with code 0\n2025-08-01 11:28:13.179 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3f01adbd-6386-4b79-a9a0-d0120627360e] socks connection closed\n2025-08-01 11:28:13.179 [info] [command][3c4a0839-9c15-4a7e-9810-67e0108c8859] Socket close event received\n2025-08-01 11:28:13.219 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63566 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:29:13.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:29:13.183 [info] [command][15b8d331-b8e3-4497-bd63-37e3074a40e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""15b8d331-b8e3-4497-bd63-37e3074a40e7""}\n2025-08-01 11:29:13.184 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][cc099ab7-8d6b-4970-b8ff-36b1c34e2849] received connection request\n2025-08-01 11:29:13.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:29:13.227 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cc099ab7-8d6b-4970-b8ff-36b1c34e2849] socks forwarding established\n2025-08-01 11:29:13.272 [info] [command][15b8d331-b8e3-4497-bd63-37e3074a40e7] Process exited with code 0\n2025-08-01 11:29:13.272 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cc099ab7-8d6b-4970-b8ff-36b1c34e2849] socks connection closed\n2025-08-01 11:29:13.273 [info] [command][15b8d331-b8e3-4497-bd63-37e3074a40e7] Socket close event received\n2025-08-01 11:29:13.311 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63577 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:30:13.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:30:13.276 [info] [command][f4f5edbc-3b30-4469-bd4e-532f0cd36d75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f4f5edbc-3b30-4469-bd4e-532f0cd36d75""}\n2025-08-01 11:30:13.276 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][64bfcac1-5747-4402-a8ba-62ea123d1c9b] received connection request\n2025-08-01 11:30:13.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:30:13.323 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64bfcac1-5747-4402-a8ba-62ea123d1c9b] socks forwarding established\n2025-08-01 11:30:13.373 [info] [command][f4f5edbc-3b30-4469-bd4e-532f0cd36d75] Process exited with code 0\n2025-08-01 11:30:13.374 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64bfcac1-5747-4402-a8ba-62ea123d1c9b] socks connection closed\n2025-08-01 11:30:13.374 [info] [command][f4f5edbc-3b30-4469-bd4e-532f0cd36d75] Socket close event received\n2025-08-01 11:30:13.418 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63603 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:31:13.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:31:13.373 [info] [command][6ce409c9-036c-4910-a4ae-51d0b7212ad8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6ce409c9-036c-4910-a4ae-51d0b7212ad8""}\n2025-08-01 11:31:13.373 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a690996a-5aa6-46b8-ba1e-368fd2081841] received connection request\n2025-08-01 11:31:13.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:31:13.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a690996a-5aa6-46b8-ba1e-368fd2081841] socks forwarding established\n2025-08-01 11:31:13.457 [info] [command][6ce409c9-036c-4910-a4ae-51d0b7212ad8] Process exited with code 0\n2025-08-01 11:31:13.457 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a690996a-5aa6-46b8-ba1e-368fd2081841] socks connection closed\n2025-08-01 11:31:13.457 [info] [command][6ce409c9-036c-4910-a4ae-51d0b7212ad8] Socket close event received\n2025-08-01 11:31:13.497 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63661 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:32:13.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:32:13.460 [info] [command][6e64a9db-f877-4db6-b728-d2c2b660dd8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6e64a9db-f877-4db6-b728-d2c2b660dd8e""}\n2025-08-01 11:32:13.460 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0e62c50a-83ba-4920-8cd2-497ef4268dfe] received connection request\n2025-08-01 11:32:13.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:32:13.503 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e62c50a-83ba-4920-8cd2-497ef4268dfe] socks forwarding established\n2025-08-01 11:32:13.549 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e62c50a-83ba-4920-8cd2-497ef4268dfe] socks connection closed\n2025-08-01 11:32:13.550 [info] [command][6e64a9db-f877-4db6-b728-d2c2b660dd8e] Process exited with code 0\n2025-08-01 11:32:13.550 [info] [command][6e64a9db-f877-4db6-b728-d2c2b660dd8e] Socket close event received\n2025-08-01 11:32:13.593 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63677 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:33:13.552 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:33:13.555 [info] [command][4033efe8-08b8-4522-83c8-953e5a32aa8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4033efe8-08b8-4522-83c8-953e5a32aa8b""}\n2025-08-01 11:33:13.557 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][44f3f730-9eb6-41cc-a2ea-e7ca85adb136] received connection request\n2025-08-01 11:33:13.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:33:13.598 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44f3f730-9eb6-41cc-a2ea-e7ca85adb136] socks forwarding established\n2025-08-01 11:33:13.648 [info] [command][4033efe8-08b8-4522-83c8-953e5a32aa8b] Process exited with code 0\n2025-08-01 11:33:13.648 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44f3f730-9eb6-41cc-a2ea-e7ca85adb136] socks connection closed\n2025-08-01 11:33:13.648 [info] [command][4033efe8-08b8-4522-83c8-953e5a32aa8b] Socket close event received\n2025-08-01 11:33:13.688 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63696 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:34:13.650 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:34:13.652 [info] [command][8f94f87b-4735-493d-9534-0bc4f9b419b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8f94f87b-4735-493d-9534-0bc4f9b419b4""}\n2025-08-01 11:34:13.654 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f6f73fe6-5547-49ba-9326-0aaac5301655] received connection request\n2025-08-01 11:34:13.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:34:13.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6f73fe6-5547-49ba-9326-0aaac5301655] socks forwarding established\n2025-08-01 11:34:13.743 [info] [command][8f94f87b-4735-493d-9534-0bc4f9b419b4] Process exited with code 0\n2025-08-01 11:34:13.744 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6f73fe6-5547-49ba-9326-0aaac5301655] socks connection closed\n2025-08-01 11:34:13.744 [info] [command][8f94f87b-4735-493d-9534-0bc4f9b419b4] Socket close event received\n2025-08-01 11:34:13.782 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63725 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:35:13.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:35:13.747 [info] [command][ca11fff0-3d31-40ac-8105-0b81a57a0fa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ca11fff0-3d31-40ac-8105-0b81a57a0fa1""}\n2025-08-01 11:35:13.748 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1adf86fa-8420-4961-946e-52fc7dcdc9ac] received connection request\n2025-08-01 11:35:13.749 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:35:13.792 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1adf86fa-8420-4961-946e-52fc7dcdc9ac] socks forwarding established\n2025-08-01 11:35:13.841 [info] [command][ca11fff0-3d31-40ac-8105-0b81a57a0fa1] Process exited with code 0\n2025-08-01 11:35:13.841 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1adf86fa-8420-4961-946e-52fc7dcdc9ac] socks connection closed\n2025-08-01 11:35:13.841 [info] [command][ca11fff0-3d31-40ac-8105-0b81a57a0fa1] Socket close event received\n2025-08-01 11:35:13.882 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63764 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:36:13.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:36:13.841 [info] [command][99f9b43a-190f-44fa-a52e-b7e2137dcbac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""99f9b43a-190f-44fa-a52e-b7e2137dcbac""}\n2025-08-01 11:36:13.842 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c30dba29-3d56-4572-92b8-43a2d87d0bba] received connection request\n2025-08-01 11:36:13.843 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:36:13.887 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c30dba29-3d56-4572-92b8-43a2d87d0bba] socks forwarding established\n2025-08-01 11:36:13.937 [info] [command][99f9b43a-190f-44fa-a52e-b7e2137dcbac] Process exited with code 0\n2025-08-01 11:36:13.937 [info] [command][99f9b43a-190f-44fa-a52e-b7e2137dcbac] Socket close event received\n2025-08-01 11:36:13.938 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c30dba29-3d56-4572-92b8-43a2d87d0bba] socks connection closed\n2025-08-01 11:36:13.980 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63784 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:37:13.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:37:13.946 [info] [command][97f2908f-541c-44ff-ac3b-b4446a806348] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""97f2908f-541c-44ff-ac3b-b4446a806348""}\n2025-08-01 11:37:13.949 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][712ed248-498a-4f64-b067-728a54947b5a] received connection request\n2025-08-01 11:37:13.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:37:13.992 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][712ed248-498a-4f64-b067-728a54947b5a] socks forwarding established\n2025-08-01 11:37:14.041 [info] [command][97f2908f-541c-44ff-ac3b-b4446a806348] Process exited with code 0\n2025-08-01 11:37:14.041 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][712ed248-498a-4f64-b067-728a54947b5a] socks connection closed\n2025-08-01 11:37:14.041 [info] [command][97f2908f-541c-44ff-ac3b-b4446a806348] Socket close event received\n2025-08-01 11:37:14.080 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63810 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:38:14.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:38:14.045 [info] [command][7e7744eb-897d-4e38-b7dc-42cb7bf9b904] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7e7744eb-897d-4e38-b7dc-42cb7bf9b904""}\n2025-08-01 11:38:14.046 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8906af92-8156-468d-9d03-604650b099ca] received connection request\n2025-08-01 11:38:14.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:38:14.094 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8906af92-8156-468d-9d03-604650b099ca] socks forwarding established\n2025-08-01 11:38:14.145 [info] [command][7e7744eb-897d-4e38-b7dc-42cb7bf9b904] Process exited with code 0\n2025-08-01 11:38:14.145 [info] [command][7e7744eb-897d-4e38-b7dc-42cb7bf9b904] Socket close event received\n2025-08-01 11:38:14.146 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8906af92-8156-468d-9d03-604650b099ca] socks connection closed\n2025-08-01 11:38:14.186 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63826 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:39:14.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:39:14.150 [info] [command][53056e5d-162e-4634-b253-afc7a94caa71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""53056e5d-162e-4634-b253-afc7a94caa71""}\n2025-08-01 11:39:14.151 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][850d376d-93ae-489d-a380-cc82a61e7fdd] received connection request\n2025-08-01 11:39:14.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:39:14.201 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][850d376d-93ae-489d-a380-cc82a61e7fdd] socks forwarding established\n2025-08-01 11:39:14.249 [info] [command][53056e5d-162e-4634-b253-afc7a94caa71] Process exited with code 0\n2025-08-01 11:39:14.249 [info] [command][53056e5d-162e-4634-b253-afc7a94caa71] Socket close event received\n2025-08-01 11:39:14.250 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][850d376d-93ae-489d-a380-cc82a61e7fdd] socks connection closed\n2025-08-01 11:39:14.291 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63857 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:40:14.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:40:14.254 [info] [command][3fd66db2-54b9-4d03-9fed-24500d72797c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3fd66db2-54b9-4d03-9fed-24500d72797c""}\n2025-08-01 11:40:14.255 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fc22d1d2-f451-42e1-afc4-aaad810e1455] received connection request\n2025-08-01 11:40:14.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:40:14.300 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fc22d1d2-f451-42e1-afc4-aaad810e1455] socks forwarding established\n2025-08-01 11:40:14.345 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fc22d1d2-f451-42e1-afc4-aaad810e1455] socks connection closed\n2025-08-01 11:40:14.345 [info] [command][3fd66db2-54b9-4d03-9fed-24500d72797c] Process exited with code 0\n2025-08-01 11:40:14.345 [info] [command][3fd66db2-54b9-4d03-9fed-24500d72797c] Socket close event received\n2025-08-01 11:40:14.387 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63883 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:41:14.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:41:14.347 [info] [command][61be5f9e-f0d5-4b6f-9c77-1a7394100a1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""61be5f9e-f0d5-4b6f-9c77-1a7394100a1f""}\n2025-08-01 11:41:14.347 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][cac1299a-d646-41fe-a5d9-02c5c3512cca] received connection request\n2025-08-01 11:41:14.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:41:14.388 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cac1299a-d646-41fe-a5d9-02c5c3512cca] socks forwarding established\n2025-08-01 11:41:14.435 [info] [command][61be5f9e-f0d5-4b6f-9c77-1a7394100a1f] Process exited with code 0\n2025-08-01 11:41:14.435 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cac1299a-d646-41fe-a5d9-02c5c3512cca] socks connection closed\n2025-08-01 11:41:14.435 [info] [command][61be5f9e-f0d5-4b6f-9c77-1a7394100a1f] Socket close event received\n2025-08-01 11:41:14.476 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63896 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:42:14.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:42:14.434 [info] [command][aabe2845-37eb-4c7d-b4c7-74c184bdb1f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aabe2845-37eb-4c7d-b4c7-74c184bdb1f8""}\n2025-08-01 11:42:14.435 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c82d6f47-027a-4d90-bf43-0e3899216ff6] received connection request\n2025-08-01 11:42:14.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:42:14.477 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c82d6f47-027a-4d90-bf43-0e3899216ff6] socks forwarding established\n2025-08-01 11:42:14.521 [info] [command][aabe2845-37eb-4c7d-b4c7-74c184bdb1f8] Process exited with code 0\n2025-08-01 11:42:14.521 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c82d6f47-027a-4d90-bf43-0e3899216ff6] socks connection closed\n2025-08-01 11:42:14.521 [info] [command][aabe2845-37eb-4c7d-b4c7-74c184bdb1f8] Socket close event received\n2025-08-01 11:42:14.560 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63909 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:43:14.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:43:14.522 [info] [command][26d5f37e-60e9-4544-b195-9db9b426f639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""26d5f37e-60e9-4544-b195-9db9b426f639""}\n2025-08-01 11:43:14.523 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][95beec41-27a6-4b9c-a986-33e12b8cccd7] received connection request\n2025-08-01 11:43:14.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:43:14.568 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][95beec41-27a6-4b9c-a986-33e12b8cccd7] socks forwarding established\n2025-08-01 11:43:14.613 [info] [command][26d5f37e-60e9-4544-b195-9db9b426f639] Process exited with code 0\n2025-08-01 11:43:14.613 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][95beec41-27a6-4b9c-a986-33e12b8cccd7] socks connection closed\n2025-08-01 11:43:14.614 [info] [command][26d5f37e-60e9-4544-b195-9db9b426f639] Socket close event received\n2025-08-01 11:43:14.656 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63924 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:44:14.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:44:14.621 [info] [command][f2bafd9c-9712-41c6-96b6-438c43277699] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f2bafd9c-9712-41c6-96b6-438c43277699""}\n2025-08-01 11:44:14.622 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][51b9bc30-c1a8-4efd-9adc-1ab98bda5f12] received connection request\n2025-08-01 11:44:14.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:44:14.666 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][51b9bc30-c1a8-4efd-9adc-1ab98bda5f12] socks forwarding established\n2025-08-01 11:44:14.711 [info] [command][f2bafd9c-9712-41c6-96b6-438c43277699] Process exited with code 0\n2025-08-01 11:44:14.712 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][51b9bc30-c1a8-4efd-9adc-1ab98bda5f12] socks connection closed\n2025-08-01 11:44:14.712 [info] [command][f2bafd9c-9712-41c6-96b6-438c43277699] Socket close event received\n2025-08-01 11:44:14.752 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63952 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:45:14.719 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:45:14.721 [info] [command][9fae2ddc-0632-4b2c-86f2-f686ee907fd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9fae2ddc-0632-4b2c-86f2-f686ee907fd1""}\n2025-08-01 11:45:14.722 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][98088464-9114-4ed1-beb8-2cacb235c254] received connection request\n2025-08-01 11:45:14.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:45:14.764 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][98088464-9114-4ed1-beb8-2cacb235c254] socks forwarding established\n2025-08-01 11:45:14.807 [info] [command][9fae2ddc-0632-4b2c-86f2-f686ee907fd1] Process exited with code 0\n2025-08-01 11:45:14.807 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][98088464-9114-4ed1-beb8-2cacb235c254] socks connection closed\n2025-08-01 11:45:14.807 [info] [command][9fae2ddc-0632-4b2c-86f2-f686ee907fd1] Socket close event received\n2025-08-01 11:45:14.847 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63982 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:46:14.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:46:14.811 [info] [command][7974fc1c-cba7-4cf5-937e-b99694ec4a20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7974fc1c-cba7-4cf5-937e-b99694ec4a20""}\n2025-08-01 11:46:14.812 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][27ea0934-caac-407c-8cab-2cefb0b6673a] received connection request\n2025-08-01 11:46:14.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:46:14.857 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][27ea0934-caac-407c-8cab-2cefb0b6673a] socks forwarding established\n2025-08-01 11:46:14.903 [info] [command][7974fc1c-cba7-4cf5-937e-b99694ec4a20] Process exited with code 0\n2025-08-01 11:46:14.903 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][27ea0934-caac-407c-8cab-2cefb0b6673a] socks connection closed\n2025-08-01 11:46:14.903 [info] [command][7974fc1c-cba7-4cf5-937e-b99694ec4a20] Socket close event received\n2025-08-01 11:46:14.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64000 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:47:14.910 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:47:14.913 [info] [command][afa2fb8b-e585-46a7-b309-2009f99c627c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""afa2fb8b-e585-46a7-b309-2009f99c627c""}\n2025-08-01 11:47:14.914 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e28fd6ab-bbcf-48f4-ba6d-57ceb4c37ef0] received connection request\n2025-08-01 11:47:14.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:47:14.957 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e28fd6ab-bbcf-48f4-ba6d-57ceb4c37ef0] socks forwarding established\n2025-08-01 11:47:15.003 [info] [command][afa2fb8b-e585-46a7-b309-2009f99c627c] Process exited with code 0\n2025-08-01 11:47:15.003 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e28fd6ab-bbcf-48f4-ba6d-57ceb4c37ef0] socks connection closed\n2025-08-01 11:47:15.004 [info] [command][afa2fb8b-e585-46a7-b309-2009f99c627c] Socket close event received\n2025-08-01 11:47:15.044 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64012 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:48:15.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:48:15.010 [info] [command][62d03701-d442-42d2-a121-fd11255aca21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""62d03701-d442-42d2-a121-fd11255aca21""}\n2025-08-01 11:48:15.011 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2af165bf-c981-47af-a0e3-69d871e02cf4] received connection request\n2025-08-01 11:48:15.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:48:15.058 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2af165bf-c981-47af-a0e3-69d871e02cf4] socks forwarding established\n2025-08-01 11:48:15.112 [info] [command][62d03701-d442-42d2-a121-fd11255aca21] Process exited with code 0\n2025-08-01 11:48:15.112 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2af165bf-c981-47af-a0e3-69d871e02cf4] socks connection closed\n2025-08-01 11:48:15.112 [info] [command][62d03701-d442-42d2-a121-fd11255aca21] Socket close event received\n2025-08-01 11:48:15.153 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64030 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:49:15.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:49:15.117 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c7b5b496-5b9c-4ba2-9415-2daa5b09f952] received connection request\n2025-08-01 11:49:15.117 [info] [command][baea7c97-a12a-406f-924d-0b2ff9e48e14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""baea7c97-a12a-406f-924d-0b2ff9e48e14""}\n2025-08-01 11:49:15.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:49:15.230 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7b5b496-5b9c-4ba2-9415-2daa5b09f952] socks forwarding established\n2025-08-01 11:49:15.290 [info] [command][baea7c97-a12a-406f-924d-0b2ff9e48e14] Process exited with code 0\n2025-08-01 11:49:15.290 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7b5b496-5b9c-4ba2-9415-2daa5b09f952] socks connection closed\n2025-08-01 11:49:15.290 [info] [command][baea7c97-a12a-406f-924d-0b2ff9e48e14] Socket close event received\n2025-08-01 11:49:15.333 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64055 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:50:15.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:50:15.291 [info] [command][7cc2aadc-85e6-4521-a94b-fa8a307d5329] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7cc2aadc-85e6-4521-a94b-fa8a307d5329""}\n2025-08-01 11:50:15.291 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4efa8c51-e9b9-42a6-84c2-c2ee510b892d] received connection request\n2025-08-01 11:50:15.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:50:15.339 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4efa8c51-e9b9-42a6-84c2-c2ee510b892d] socks forwarding established\n2025-08-01 11:50:15.388 [info] [command][7cc2aadc-85e6-4521-a94b-fa8a307d5329] Process exited with code 0\n2025-08-01 11:50:15.389 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4efa8c51-e9b9-42a6-84c2-c2ee510b892d] socks connection closed\n2025-08-01 11:50:15.389 [info] [command][7cc2aadc-85e6-4521-a94b-fa8a307d5329] Socket close event received\n2025-08-01 11:50:15.440 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64067 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:51:15.396 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:51:15.398 [info] [command][6b5661eb-238c-401b-b019-b813b535b889] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6b5661eb-238c-401b-b019-b813b535b889""}\n2025-08-01 11:51:15.399 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][da58e8c0-5fe1-4b08-ac66-2624c0414a62] received connection request\n2025-08-01 11:51:15.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 11:51:15.400 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:51:15.443 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][da58e8c0-5fe1-4b08-ac66-2624c0414a62] socks forwarding established\n2025-08-01 11:51:15.488 [info] [command][6b5661eb-238c-401b-b019-b813b535b889] Process exited with code 0\n2025-08-01 11:51:15.488 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][da58e8c0-5fe1-4b08-ac66-2624c0414a62] socks connection closed\n2025-08-01 11:51:15.488 [info] [command][6b5661eb-238c-401b-b019-b813b535b889] Socket close event received\n2025-08-01 11:51:15.532 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64090 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:52:15.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:52:15.496 [info] [command][a71e80f3-4c72-4f45-8ed7-157d4fc02131] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a71e80f3-4c72-4f45-8ed7-157d4fc02131""}\n2025-08-01 11:52:15.497 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6d126eb0-bf88-46af-8cd4-4067b20da135] received connection request\n2025-08-01 11:52:15.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:52:15.539 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d126eb0-bf88-46af-8cd4-4067b20da135] socks forwarding established\n2025-08-01 11:52:15.584 [info] [command][a71e80f3-4c72-4f45-8ed7-157d4fc02131] Process exited with code 0\n2025-08-01 11:52:15.585 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d126eb0-bf88-46af-8cd4-4067b20da135] socks connection closed\n2025-08-01 11:52:15.585 [info] [command][a71e80f3-4c72-4f45-8ed7-157d4fc02131] Socket close event received\n2025-08-01 11:52:15.625 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64104 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:53:15.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:53:15.592 [info] [command][0a89f98a-14a8-4059-857d-cd76e68aa4fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0a89f98a-14a8-4059-857d-cd76e68aa4fe""}\n2025-08-01 11:53:15.592 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][baa7bed5-5c63-4d36-9fe1-0f44020e3aad] received connection request\n2025-08-01 11:53:15.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:53:15.640 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][baa7bed5-5c63-4d36-9fe1-0f44020e3aad] socks forwarding established\n2025-08-01 11:53:15.685 [info] [command][0a89f98a-14a8-4059-857d-cd76e68aa4fe] Process exited with code 0\n2025-08-01 11:53:15.686 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][baa7bed5-5c63-4d36-9fe1-0f44020e3aad] socks connection closed\n2025-08-01 11:53:15.686 [info] [command][0a89f98a-14a8-4059-857d-cd76e68aa4fe] Socket close event received\n2025-08-01 11:53:15.725 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64118 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:54:15.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:54:15.692 [info] [command][a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf""}\n2025-08-01 11:54:15.693 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][aa399c70-6ea5-4971-ba0f-7214b578a2f0] received connection request\n2025-08-01 11:54:15.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:54:15.743 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa399c70-6ea5-4971-ba0f-7214b578a2f0] socks forwarding established\n2025-08-01 11:54:15.791 [info] [command][a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf] Process exited with code 0\n2025-08-01 11:54:15.791 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa399c70-6ea5-4971-ba0f-7214b578a2f0] socks connection closed\n2025-08-01 11:54:15.791 [info] [command][a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf] Socket close event received\n2025-08-01 11:54:15.833 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64130 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:55:15.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:55:15.791 [info] [command][62472c6f-5eb2-4e7b-bda5-12c668ac71b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""62472c6f-5eb2-4e7b-bda5-12c668ac71b3""}\n2025-08-01 11:55:15.792 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][67c20b23-3d14-4d9a-9761-ba7f59abe62b] received connection request\n2025-08-01 11:55:15.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:55:15.837 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67c20b23-3d14-4d9a-9761-ba7f59abe62b] socks forwarding established\n2025-08-01 11:55:15.882 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67c20b23-3d14-4d9a-9761-ba7f59abe62b] socks connection closed\n2025-08-01 11:55:15.883 [info] [command][62472c6f-5eb2-4e7b-bda5-12c668ac71b3] Process exited with code 0\n2025-08-01 11:55:15.883 [info] [command][62472c6f-5eb2-4e7b-bda5-12c668ac71b3] Socket close event received\n2025-08-01 11:55:15.925 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64163 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:56:15.887 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:56:15.890 [info] [command][08ea3320-faa3-4930-bf05-674bed5fa648] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""08ea3320-faa3-4930-bf05-674bed5fa648""}\n2025-08-01 11:56:15.891 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1f49432b-c3fe-4f32-ad3e-e816b9521e47] received connection request\n2025-08-01 11:56:15.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:56:15.936 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1f49432b-c3fe-4f32-ad3e-e816b9521e47] socks forwarding established\n2025-08-01 11:56:15.979 [info] [command][08ea3320-faa3-4930-bf05-674bed5fa648] Process exited with code 0\n2025-08-01 11:56:15.979 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1f49432b-c3fe-4f32-ad3e-e816b9521e47] socks connection closed\n2025-08-01 11:56:15.979 [info] [command][08ea3320-faa3-4930-bf05-674bed5fa648] Socket close event received\n2025-08-01 11:56:16.019 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64191 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:57:15.987 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:57:15.988 [info] [command][a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c""}\n2025-08-01 11:57:15.989 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][44df7cde-6f5b-4263-99f4-e6e4b58dac62] received connection request\n2025-08-01 11:57:15.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:57:16.037 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44df7cde-6f5b-4263-99f4-e6e4b58dac62] socks forwarding established\n2025-08-01 11:57:16.083 [info] [command][a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c] Process exited with code 0\n2025-08-01 11:57:16.083 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44df7cde-6f5b-4263-99f4-e6e4b58dac62] socks connection closed\n2025-08-01 11:57:16.084 [info] [command][a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c] Socket close event received\n2025-08-01 11:57:16.127 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64203 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:58:16.090 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:58:16.092 [info] [command][2da5d2af-f3a1-4585-9d9c-ed6b72317c11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2da5d2af-f3a1-4585-9d9c-ed6b72317c11""}\n2025-08-01 11:58:16.093 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7d202a26-ef41-4aa4-bbec-8ae6ef2f6788] received connection request\n2025-08-01 11:58:16.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:58:16.136 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d202a26-ef41-4aa4-bbec-8ae6ef2f6788] socks forwarding established\n2025-08-01 11:58:16.185 [info] [command][2da5d2af-f3a1-4585-9d9c-ed6b72317c11] Process exited with code 0\n2025-08-01 11:58:16.186 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d202a26-ef41-4aa4-bbec-8ae6ef2f6788] socks connection closed\n2025-08-01 11:58:16.186 [info] [command][2da5d2af-f3a1-4585-9d9c-ed6b72317c11] Socket close event received\n2025-08-01 11:58:16.227 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64222 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:59:16.191 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:59:16.192 [info] [command][96062742-f67a-482e-9edb-077e73d4e9ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""96062742-f67a-482e-9edb-077e73d4e9ce""}\n2025-08-01 11:59:16.193 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8c91e28f-9216-42b3-b19b-5cba0e1b232f] received connection request\n2025-08-01 11:59:16.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:59:16.234 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c91e28f-9216-42b3-b19b-5cba0e1b232f] socks forwarding established\n2025-08-01 11:59:16.278 [info] [command][96062742-f67a-482e-9edb-077e73d4e9ce] Process exited with code 0\n2025-08-01 11:59:16.279 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c91e28f-9216-42b3-b19b-5cba0e1b232f] socks connection closed\n2025-08-01 11:59:16.279 [info] [command][96062742-f67a-482e-9edb-077e73d4e9ce] Socket close event received\n2025-08-01 11:59:16.319 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64240 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:00:16.281 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:00:16.283 [info] [command][950cdd7f-44ee-4daa-9ce8-a54944788439] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""950cdd7f-44ee-4daa-9ce8-a54944788439""}\n2025-08-01 12:00:16.284 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fa31a990-6cbb-4978-bf32-38079758e34a] received connection request\n2025-08-01 12:00:16.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:00:16.325 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa31a990-6cbb-4978-bf32-38079758e34a] socks forwarding established\n2025-08-01 12:00:16.371 [info] [command][950cdd7f-44ee-4daa-9ce8-a54944788439] Process exited with code 0\n2025-08-01 12:00:16.371 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa31a990-6cbb-4978-bf32-38079758e34a] socks connection closed\n2025-08-01 12:00:16.371 [info] [command][950cdd7f-44ee-4daa-9ce8-a54944788439] Socket close event received\n2025-08-01 12:00:16.410 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64270 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:01:16.374 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:01:16.375 [info] [command][e7223807-d62b-4a6b-aff6-bea09b991f8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e7223807-d62b-4a6b-aff6-bea09b991f8d""}\n2025-08-01 12:01:16.375 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][86236639-ff61-448a-8b16-2ea28deec172] received connection request\n2025-08-01 12:01:16.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:01:16.416 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][86236639-ff61-448a-8b16-2ea28deec172] socks forwarding established\n2025-08-01 12:01:16.463 [info] [command][e7223807-d62b-4a6b-aff6-bea09b991f8d] Process exited with code 0\n2025-08-01 12:01:16.464 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][86236639-ff61-448a-8b16-2ea28deec172] socks connection closed\n2025-08-01 12:01:16.464 [info] [command][e7223807-d62b-4a6b-aff6-bea09b991f8d] Socket close event received\n2025-08-01 12:01:16.503 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64295 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:02:16.465 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:02:16.466 [info] [command][8eb9cefb-2756-4683-9470-e8a4f8d47758] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8eb9cefb-2756-4683-9470-e8a4f8d47758""}\n2025-08-01 12:02:16.466 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5d2178e7-d315-4fe2-8dad-192ee4d93594] received connection request\n2025-08-01 12:02:16.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:02:16.512 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d2178e7-d315-4fe2-8dad-192ee4d93594] socks forwarding established\n2025-08-01 12:02:16.555 [info] [command][8eb9cefb-2756-4683-9470-e8a4f8d47758] Process exited with code 0\n2025-08-01 12:02:16.555 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d2178e7-d315-4fe2-8dad-192ee4d93594] socks connection closed\n2025-08-01 12:02:16.556 [info] [command][8eb9cefb-2756-4683-9470-e8a4f8d47758] Socket close event received\n2025-08-01 12:02:16.595 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64310 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:03:16.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:03:16.564 [info] [command][5407e33c-ba3c-4343-82df-ae10d3bb6f11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5407e33c-ba3c-4343-82df-ae10d3bb6f11""}\n2025-08-01 12:03:16.565 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7840d7b5-2aef-4a0c-a1d9-133be41675d6] received connection request\n2025-08-01 12:03:16.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:03:16.609 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7840d7b5-2aef-4a0c-a1d9-133be41675d6] socks forwarding established\n2025-08-01 12:03:16.656 [info] [command][5407e33c-ba3c-4343-82df-ae10d3bb6f11] Process exited with code 0\n2025-08-01 12:03:16.656 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7840d7b5-2aef-4a0c-a1d9-133be41675d6] socks connection closed\n2025-08-01 12:03:16.656 [info] [command][5407e33c-ba3c-4343-82df-ae10d3bb6f11] Socket close event received\n2025-08-01 12:03:16.705 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64335 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:04:16.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:04:16.658 [info] [command][c593830b-7838-4531-91e9-8b9db3c5afd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c593830b-7838-4531-91e9-8b9db3c5afd6""}\n2025-08-01 12:04:16.659 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3120b2b4-2f99-4466-9c97-7f0181680e97] received connection request\n2025-08-01 12:04:16.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:04:16.702 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3120b2b4-2f99-4466-9c97-7f0181680e97] socks forwarding established\n2025-08-01 12:04:16.747 [info] [command][c593830b-7838-4531-91e9-8b9db3c5afd6] Process exited with code 0\n2025-08-01 12:04:16.748 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3120b2b4-2f99-4466-9c97-7f0181680e97] socks connection closed\n2025-08-01 12:04:16.748 [info] [command][c593830b-7838-4531-91e9-8b9db3c5afd6] Socket close event received\n2025-08-01 12:04:16.787 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64358 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:05:16.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:05:16.757 [info] [command][a3ceb328-6fd5-4608-97c5-94af6e09d572] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a3ceb328-6fd5-4608-97c5-94af6e09d572""}\n2025-08-01 12:05:16.758 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e1ae3249-c1b7-469d-836f-0fc27502c8c8] received connection request\n2025-08-01 12:05:16.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:05:16.803 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1ae3249-c1b7-469d-836f-0fc27502c8c8] socks forwarding established\n2025-08-01 12:05:16.848 [info] [command][a3ceb328-6fd5-4608-97c5-94af6e09d572] Process exited with code 0\n2025-08-01 12:05:16.848 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1ae3249-c1b7-469d-836f-0fc27502c8c8] socks connection closed\n2025-08-01 12:05:16.848 [info] [command][a3ceb328-6fd5-4608-97c5-94af6e09d572] Socket close event received\n2025-08-01 12:05:16.890 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64401 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:06:16.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:06:16.850 [info] [command][e26f5770-ed84-4ac8-923f-157fb813b7ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e26f5770-ed84-4ac8-923f-157fb813b7ec""}\n2025-08-01 12:06:16.851 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a5fe1858-8efe-40be-8cbd-92beeb14e35c] received connection request\n2025-08-01 12:06:16.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:06:16.893 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5fe1858-8efe-40be-8cbd-92beeb14e35c] socks forwarding established\n2025-08-01 12:06:16.940 [info] [command][e26f5770-ed84-4ac8-923f-157fb813b7ec] Process exited with code 0\n2025-08-01 12:06:16.940 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5fe1858-8efe-40be-8cbd-92beeb14e35c] socks connection closed\n2025-08-01 12:06:16.940 [info] [command][e26f5770-ed84-4ac8-923f-157fb813b7ec] Socket close event received\n2025-08-01 12:06:16.980 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64433 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:07:16.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:07:16.944 [info] [command][56468bb0-0771-4c3a-ad2c-41307d538995] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""56468bb0-0771-4c3a-ad2c-41307d538995""}\n2025-08-01 12:07:16.944 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0e9bf6cd-4380-47b1-96a9-fecfc1f2632b] received connection request\n2025-08-01 12:07:16.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:07:16.990 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e9bf6cd-4380-47b1-96a9-fecfc1f2632b] socks forwarding established\n2025-08-01 12:07:17.035 [info] [command][56468bb0-0771-4c3a-ad2c-41307d538995] Process exited with code 0\n2025-08-01 12:07:17.036 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e9bf6cd-4380-47b1-96a9-fecfc1f2632b] socks connection closed\n2025-08-01 12:07:17.036 [info] [command][56468bb0-0771-4c3a-ad2c-41307d538995] Socket close event received\n2025-08-01 12:07:17.076 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64452 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:08:17.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:08:17.039 [info] [command][e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e""}\n2025-08-01 12:08:17.039 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0a0038a8-f511-42ad-aea5-8b64f68e7710] received connection request\n2025-08-01 12:08:17.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:08:17.084 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a0038a8-f511-42ad-aea5-8b64f68e7710] socks forwarding established\n2025-08-01 12:08:17.132 [info] [command][e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e] Process exited with code 0\n2025-08-01 12:08:17.132 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a0038a8-f511-42ad-aea5-8b64f68e7710] socks connection closed\n2025-08-01 12:08:17.132 [info] [command][e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e] Socket close event received\n2025-08-01 12:08:17.173 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64465 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:09:17.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:09:17.139 [info] [command][91cc27c5-3516-4ed7-9900-1078a896c5fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""91cc27c5-3516-4ed7-9900-1078a896c5fe""}\n2025-08-01 12:09:17.140 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ff21d318-73cc-4570-b483-6c4b7a5868c3] received connection request\n2025-08-01 12:09:17.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:09:17.181 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ff21d318-73cc-4570-b483-6c4b7a5868c3] socks forwarding established\n2025-08-01 12:09:17.225 [info] [command][91cc27c5-3516-4ed7-9900-1078a896c5fe] Process exited with code 0\n2025-08-01 12:09:17.225 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ff21d318-73cc-4570-b483-6c4b7a5868c3] socks connection closed\n2025-08-01 12:09:17.225 [info] [command][91cc27c5-3516-4ed7-9900-1078a896c5fe] Socket close event received\n2025-08-01 12:09:17.265 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64477 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:10:17.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:10:17.232 [info] [command][36edf0de-6821-4538-a831-32408ab148a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""36edf0de-6821-4538-a831-32408ab148a6""}\n2025-08-01 12:10:17.232 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][aadf2b25-2f51-4ab3-b608-b6ba720a1d93] received connection request\n2025-08-01 12:10:17.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:10:17.280 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aadf2b25-2f51-4ab3-b608-b6ba720a1d93] socks forwarding established\n2025-08-01 12:10:17.323 [info] [command][36edf0de-6821-4538-a831-32408ab148a6] Process exited with code 0\n2025-08-01 12:10:17.324 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aadf2b25-2f51-4ab3-b608-b6ba720a1d93] socks connection closed\n2025-08-01 12:10:17.324 [info] [command][36edf0de-6821-4538-a831-32408ab148a6] Socket close event received\n2025-08-01 12:10:17.365 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64503 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:11:17.331 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:11:17.332 [info] [command][0a58f5b7-5bdb-49f3-8689-39dea7d1f504] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0a58f5b7-5bdb-49f3-8689-39dea7d1f504""}\n2025-08-01 12:11:17.333 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d76a1681-c867-44e5-aaa5-f600c049216a] received connection request\n2025-08-01 12:11:17.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:11:17.376 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d76a1681-c867-44e5-aaa5-f600c049216a] socks forwarding established\n2025-08-01 12:11:17.421 [info] [command][0a58f5b7-5bdb-49f3-8689-39dea7d1f504] Process exited with code 0\n2025-08-01 12:11:17.422 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d76a1681-c867-44e5-aaa5-f600c049216a] socks connection closed\n2025-08-01 12:11:17.422 [info] [command][0a58f5b7-5bdb-49f3-8689-39dea7d1f504] Socket close event received\n2025-08-01 12:11:17.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64530 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:12:17.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:12:17.428 [info] [command][8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0""}\n2025-08-01 12:12:17.428 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][23329251-a484-4672-b751-c63c4b22a66f] received connection request\n2025-08-01 12:12:17.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:12:17.471 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23329251-a484-4672-b751-c63c4b22a66f] socks forwarding established\n2025-08-01 12:12:17.518 [info] [command][8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0] Process exited with code 0\n2025-08-01 12:12:17.518 [info] [command][8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0] Socket close event received\n2025-08-01 12:12:17.518 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23329251-a484-4672-b751-c63c4b22a66f] socks connection closed\n2025-08-01 12:12:17.559 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64542 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:13:17.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:13:17.527 [info] [command][7be8139e-39e7-41e1-85aa-a27e0cd8e54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7be8139e-39e7-41e1-85aa-a27e0cd8e54c""}\n2025-08-01 12:13:17.527 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][470040fe-a11f-4735-96ac-8087e6eb6772] received connection request\n2025-08-01 12:13:17.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:13:17.574 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][470040fe-a11f-4735-96ac-8087e6eb6772] socks forwarding established\n2025-08-01 12:13:17.619 [info] [command][7be8139e-39e7-41e1-85aa-a27e0cd8e54c] Process exited with code 0\n2025-08-01 12:13:17.619 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][470040fe-a11f-4735-96ac-8087e6eb6772] socks connection closed\n2025-08-01 12:13:17.619 [info] [command][7be8139e-39e7-41e1-85aa-a27e0cd8e54c] Socket close event received\n2025-08-01 12:13:17.660 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64555 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:14:17.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:14:17.627 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5abde379-df33-458f-9faa-4338f2535fec] received connection request\n2025-08-01 12:14:17.628 [info] [command][783ed77d-d8a3-4efc-9836-90a4b1907727] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""783ed77d-d8a3-4efc-9836-90a4b1907727""}\n2025-08-01 12:14:17.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:14:17.671 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5abde379-df33-458f-9faa-4338f2535fec] socks forwarding established\n2025-08-01 12:14:17.715 [info] [command][783ed77d-d8a3-4efc-9836-90a4b1907727] Process exited with code 0\n2025-08-01 12:14:17.715 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5abde379-df33-458f-9faa-4338f2535fec] socks connection closed\n2025-08-01 12:14:17.715 [info] [command][783ed77d-d8a3-4efc-9836-90a4b1907727] Socket close event received\n2025-08-01 12:14:17.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64568 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:15:17.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:15:17.719 [info] [command][2ca11eaf-bd39-4843-b2b0-94edf95cf7b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2ca11eaf-bd39-4843-b2b0-94edf95cf7b6""}\n2025-08-01 12:15:17.719 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e586effe-bcb4-426c-a62d-294d9a56d4be] received connection request\n2025-08-01 12:15:17.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:15:17.762 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e586effe-bcb4-426c-a62d-294d9a56d4be] socks forwarding established\n2025-08-01 12:15:17.807 [info] [command][2ca11eaf-bd39-4843-b2b0-94edf95cf7b6] Process exited with code 0\n2025-08-01 12:15:17.808 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e586effe-bcb4-426c-a62d-294d9a56d4be] socks connection closed\n2025-08-01 12:15:17.808 [info] [command][2ca11eaf-bd39-4843-b2b0-94edf95cf7b6] Socket close event received\n2025-08-01 12:15:17.850 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64593 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:16:17.810 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:16:17.811 [info] [command][36eaa56f-7582-4722-b151-ad905b82440f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""36eaa56f-7582-4722-b151-ad905b82440f""}\n2025-08-01 12:16:17.812 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3cab18ae-0309-418a-b680-e1a41dbfa3f4] received connection request\n2025-08-01 12:16:17.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:16:17.855 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3cab18ae-0309-418a-b680-e1a41dbfa3f4] socks forwarding established\n2025-08-01 12:16:17.901 [info] [command][36eaa56f-7582-4722-b151-ad905b82440f] Process exited with code 0\n2025-08-01 12:16:17.902 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3cab18ae-0309-418a-b680-e1a41dbfa3f4] socks connection closed\n2025-08-01 12:16:17.902 [info] [command][36eaa56f-7582-4722-b151-ad905b82440f] Socket close event received\n2025-08-01 12:16:17.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64624 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:17:17.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:17:17.901 [info] [command][7c3d6689-1e5c-4c4b-8209-1834b3b945b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7c3d6689-1e5c-4c4b-8209-1834b3b945b1""}\n2025-08-01 12:17:17.902 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][00545702-2222-42f3-944f-bcb8e349e2f7] received connection request\n2025-08-01 12:17:17.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:17:17.948 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][00545702-2222-42f3-944f-bcb8e349e2f7] socks forwarding established\n2025-08-01 12:17:17.996 [info] [command][7c3d6689-1e5c-4c4b-8209-1834b3b945b1] Process exited with code 0\n2025-08-01 12:17:17.996 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][00545702-2222-42f3-944f-bcb8e349e2f7] socks connection closed\n2025-08-01 12:17:17.996 [info] [command][7c3d6689-1e5c-4c4b-8209-1834b3b945b1] Socket close event received\n2025-08-01 12:17:18.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64636 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:18:17.997 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:18:17.999 [info] [command][16446c2f-08fb-468f-9637-9c3563deed67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""16446c2f-08fb-468f-9637-9c3563deed67""}\n2025-08-01 12:18:17.999 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][433e3637-0205-47dd-b7e0-a1d11151070f] received connection request\n2025-08-01 12:18:18.000 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:18:18.096 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][433e3637-0205-47dd-b7e0-a1d11151070f] socks forwarding established\n2025-08-01 12:18:18.141 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][433e3637-0205-47dd-b7e0-a1d11151070f] socks connection closed\n2025-08-01 12:18:18.141 [info] [command][16446c2f-08fb-468f-9637-9c3563deed67] Process exited with code 0\n2025-08-01 12:18:18.141 [info] [command][16446c2f-08fb-468f-9637-9c3563deed67] Socket close event received\n2025-08-01 12:18:18.182 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64660 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:19:18.139 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:19:18.141 [info] [command][e0d046b4-e39f-4b81-9e42-a42780322f74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e0d046b4-e39f-4b81-9e42-a42780322f74""}\n2025-08-01 12:19:18.142 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][402b5ada-2944-4613-8a6d-5175dde51bb8] received connection request\n2025-08-01 12:19:18.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:19:18.182 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][402b5ada-2944-4613-8a6d-5175dde51bb8] socks forwarding established\n2025-08-01 12:19:18.240 [info] [command][e0d046b4-e39f-4b81-9e42-a42780322f74] Process exited with code 0\n2025-08-01 12:19:18.240 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][402b5ada-2944-4613-8a6d-5175dde51bb8] socks connection closed\n2025-08-01 12:19:18.241 [info] [command][e0d046b4-e39f-4b81-9e42-a42780322f74] Socket close event received\n2025-08-01 12:19:18.281 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64691 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:20:18.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:20:18.245 [info] [command][3baed3a4-835a-4132-8d93-a2056f36d71a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3baed3a4-835a-4132-8d93-a2056f36d71a""}\n2025-08-01 12:20:18.246 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2708a709-5b83-41d4-b4e3-c07002ef0306] received connection request\n2025-08-01 12:20:18.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:20:18.290 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2708a709-5b83-41d4-b4e3-c07002ef0306] socks forwarding established\n2025-08-01 12:20:18.336 [info] [command][3baed3a4-835a-4132-8d93-a2056f36d71a] Process exited with code 0\n2025-08-01 12:20:18.337 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2708a709-5b83-41d4-b4e3-c07002ef0306] socks connection closed\n2025-08-01 12:20:18.337 [info] [command][3baed3a4-835a-4132-8d93-a2056f36d71a] Socket close event received\n2025-08-01 12:20:18.377 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64731 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:21:18.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:21:18.341 [info] [command][8ef0139c-c251-4486-ad90-3b166071ec1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8ef0139c-c251-4486-ad90-3b166071ec1a""}\n2025-08-01 12:21:18.342 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4a4b55a0-62c4-42f6-8daf-973ffa932081] received connection request\n2025-08-01 12:21:18.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:21:18.343 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:21:18.388 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4b55a0-62c4-42f6-8daf-973ffa932081] socks forwarding established\n2025-08-01 12:21:18.433 [info] [command][8ef0139c-c251-4486-ad90-3b166071ec1a] Process exited with code 0\n2025-08-01 12:21:18.434 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4b55a0-62c4-42f6-8daf-973ffa932081] socks connection closed\n2025-08-01 12:21:18.434 [info] [command][8ef0139c-c251-4486-ad90-3b166071ec1a] Socket close event received\n2025-08-01 12:21:18.473 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64747 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:22:18.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:22:18.441 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3babd99c-0e88-40be-a9bc-5b0b000f108d] received connection request\n2025-08-01 12:22:18.441 [info] [command][8b1b08f8-47c0-4802-88a3-6609d3db7c2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8b1b08f8-47c0-4802-88a3-6609d3db7c2e""}\n2025-08-01 12:22:18.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:22:18.491 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3babd99c-0e88-40be-a9bc-5b0b000f108d] socks forwarding established\n2025-08-01 12:22:18.537 [info] [command][8b1b08f8-47c0-4802-88a3-6609d3db7c2e] Process exited with code 0\n2025-08-01 12:22:18.537 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3babd99c-0e88-40be-a9bc-5b0b000f108d] socks connection closed\n2025-08-01 12:22:18.538 [info] [command][8b1b08f8-47c0-4802-88a3-6609d3db7c2e] Socket close event received\n2025-08-01 12:22:18.581 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64760 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:23:18.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:23:18.540 [info] [command][760d60a2-5a10-4f36-bfb7-101f7736c7f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""760d60a2-5a10-4f36-bfb7-101f7736c7f4""}\n2025-08-01 12:23:18.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3e7291e0-c7c5-4c7e-bdcf-94e08c6acb8a] received connection request\n2025-08-01 12:23:18.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:23:18.585 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3e7291e0-c7c5-4c7e-bdcf-94e08c6acb8a] socks forwarding established\n2025-08-01 12:23:18.639 [info] [command][760d60a2-5a10-4f36-bfb7-101f7736c7f4] Process exited with code 0\n2025-08-01 12:23:18.639 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3e7291e0-c7c5-4c7e-bdcf-94e08c6acb8a] socks connection closed\n2025-08-01 12:23:18.639 [info] [command][760d60a2-5a10-4f36-bfb7-101f7736c7f4] Socket close event received\n2025-08-01 12:23:18.681 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64792 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:24:18.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:24:18.643 [info] [command][dfa97f62-9b50-4dc0-a8ce-fd2bb995261f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""dfa97f62-9b50-4dc0-a8ce-fd2bb995261f""}\n2025-08-01 12:24:18.643 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1160234f-3b5c-43bf-9d33-8f760412ffc4] received connection request\n2025-08-01 12:24:18.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:24:18.688 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1160234f-3b5c-43bf-9d33-8f760412ffc4] socks forwarding established\n2025-08-01 12:24:18.735 [info] [command][dfa97f62-9b50-4dc0-a8ce-fd2bb995261f] Process exited with code 0\n2025-08-01 12:24:18.735 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1160234f-3b5c-43bf-9d33-8f760412ffc4] socks connection closed\n2025-08-01 12:24:18.736 [info] [command][dfa97f62-9b50-4dc0-a8ce-fd2bb995261f] Socket close event received\n2025-08-01 12:24:18.775 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64829 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:25:18.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:25:18.741 [info] [command][70ab1c2c-1f19-4bcb-b413-e61875ce0acb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""70ab1c2c-1f19-4bcb-b413-e61875ce0acb""}\n2025-08-01 12:25:18.742 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9ad9f0e2-8d01-46c5-b560-4debb56ba826] received connection request\n2025-08-01 12:25:18.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:25:18.787 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9ad9f0e2-8d01-46c5-b560-4debb56ba826] socks forwarding established\n2025-08-01 12:25:18.833 [info] [command][70ab1c2c-1f19-4bcb-b413-e61875ce0acb] Process exited with code 0\n2025-08-01 12:25:18.833 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9ad9f0e2-8d01-46c5-b560-4debb56ba826] socks connection closed\n2025-08-01 12:25:18.834 [info] [command][70ab1c2c-1f19-4bcb-b413-e61875ce0acb] Socket close event received\n2025-08-01 12:25:18.873 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64881 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:26:18.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:26:18.837 [info] [command][6e890b8e-4691-4f6e-a958-f656ee84889d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6e890b8e-4691-4f6e-a958-f656ee84889d""}\n2025-08-01 12:26:18.837 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b9362184-3940-4242-8792-4f4606e22ab5] received connection request\n2025-08-01 12:26:18.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:26:18.879 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b9362184-3940-4242-8792-4f4606e22ab5] socks forwarding established\n2025-08-01 12:26:18.924 [info] [command][6e890b8e-4691-4f6e-a958-f656ee84889d] Process exited with code 0\n2025-08-01 12:26:18.924 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b9362184-3940-4242-8792-4f4606e22ab5] socks connection closed\n2025-08-01 12:26:18.924 [info] [command][6e890b8e-4691-4f6e-a958-f656ee84889d] Socket close event received\n2025-08-01 12:26:18.964 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64914 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:27:18.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:27:18.926 [info] [command][db9e54ca-5051-43a0-94d8-4173b2f5bb3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""db9e54ca-5051-43a0-94d8-4173b2f5bb3b""}\n2025-08-01 12:27:18.926 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d11ccd79-804c-4416-9d95-77f9b2e14b6c] received connection request\n2025-08-01 12:27:18.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:27:18.975 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d11ccd79-804c-4416-9d95-77f9b2e14b6c] socks forwarding established\n2025-08-01 12:27:19.020 [info] [command][db9e54ca-5051-43a0-94d8-4173b2f5bb3b] Process exited with code 0\n2025-08-01 12:27:19.020 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d11ccd79-804c-4416-9d95-77f9b2e14b6c] socks connection closed\n2025-08-01 12:27:19.020 [info] [command][db9e54ca-5051-43a0-94d8-4173b2f5bb3b] Socket close event received\n2025-08-01 12:27:19.061 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64933 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:28:19.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:28:19.020 [info] [command][f0752b2d-83ef-4625-871a-2ab2a5652467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f0752b2d-83ef-4625-871a-2ab2a5652467""}\n2025-08-01 12:28:19.021 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][af25852b-c972-4ffe-942d-dc5059c257e1] received connection request\n2025-08-01 12:28:19.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:28:19.064 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af25852b-c972-4ffe-942d-dc5059c257e1] socks forwarding established\n2025-08-01 12:28:19.109 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af25852b-c972-4ffe-942d-dc5059c257e1] socks connection closed\n2025-08-01 12:28:19.109 [info] [command][f0752b2d-83ef-4625-871a-2ab2a5652467] Process exited with code 0\n2025-08-01 12:28:19.109 [info] [command][f0752b2d-83ef-4625-871a-2ab2a5652467] Socket close event received\n2025-08-01 12:28:19.148 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64949 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:29:19.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:29:19.109 [info] [command][f6d41372-bb8e-42dc-b8ef-9d504b414150] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f6d41372-bb8e-42dc-b8ef-9d504b414150""}\n2025-08-01 12:29:19.110 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][61c85d81-48cf-4894-a12c-721b53702450] received connection request\n2025-08-01 12:29:19.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:29:19.152 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][61c85d81-48cf-4894-a12c-721b53702450] socks forwarding established\n2025-08-01 12:29:19.205 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][61c85d81-48cf-4894-a12c-721b53702450] socks connection closed\n2025-08-01 12:29:19.205 [info] [command][f6d41372-bb8e-42dc-b8ef-9d504b414150] Process exited with code 0\n2025-08-01 12:29:19.205 [info] [command][f6d41372-bb8e-42dc-b8ef-9d504b414150] Socket close event received\n2025-08-01 12:29:19.249 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64979 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:30:19.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:30:19.205 [info] [command][dde2088c-6556-4c1d-99f0-c0f956af0f82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""dde2088c-6556-4c1d-99f0-c0f956af0f82""}\n2025-08-01 12:30:19.206 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3fd30419-ed60-4c14-ac5c-8aab34889eb6] received connection request\n2025-08-01 12:30:19.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:30:19.250 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3fd30419-ed60-4c14-ac5c-8aab34889eb6] socks forwarding established\n2025-08-01 12:30:19.297 [info] [command][dde2088c-6556-4c1d-99f0-c0f956af0f82] Process exited with code 0\n2025-08-01 12:30:19.297 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3fd30419-ed60-4c14-ac5c-8aab34889eb6] socks connection closed\n2025-08-01 12:30:19.298 [info] [command][dde2088c-6556-4c1d-99f0-c0f956af0f82] Socket close event received\n2025-08-01 12:30:19.338 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65009 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:31:19.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:31:19.302 [info] [command][fa298a9b-d2b2-47fa-ab02-205b00cf0be0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fa298a9b-d2b2-47fa-ab02-205b00cf0be0""}\n2025-08-01 12:31:19.302 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][170ec404-6995-4483-880c-5c6a605e2a89] received connection request\n2025-08-01 12:31:19.304 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:31:19.346 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][170ec404-6995-4483-880c-5c6a605e2a89] socks forwarding established\n2025-08-01 12:31:19.395 [info] [command][fa298a9b-d2b2-47fa-ab02-205b00cf0be0] Process exited with code 0\n2025-08-01 12:31:19.395 [info] [command][fa298a9b-d2b2-47fa-ab02-205b00cf0be0] Socket close event received\n2025-08-01 12:31:19.395 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][170ec404-6995-4483-880c-5c6a605e2a89] socks connection closed\n2025-08-01 12:31:19.438 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65032 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:32:19.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:32:19.401 [info] [command][1079f1d2-9367-41f8-9ad6-6ca58c8c9344] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1079f1d2-9367-41f8-9ad6-6ca58c8c9344""}\n2025-08-01 12:32:19.401 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f0b582ea-ca6d-4fed-a889-1c4f4be1db91] received connection request\n2025-08-01 12:32:19.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:32:19.446 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f0b582ea-ca6d-4fed-a889-1c4f4be1db91] socks forwarding established\n2025-08-01 12:32:19.491 [info] [command][1079f1d2-9367-41f8-9ad6-6ca58c8c9344] Process exited with code 0\n2025-08-01 12:32:19.491 [info] [command][1079f1d2-9367-41f8-9ad6-6ca58c8c9344] Socket close event received\n2025-08-01 12:32:19.491 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f0b582ea-ca6d-4fed-a889-1c4f4be1db91] socks connection closed\n2025-08-01 12:32:19.531 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65050 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:33:19.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:33:19.493 [info] [command][06b6f493-32a0-4e88-962f-7020e18ba8ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""06b6f493-32a0-4e88-962f-7020e18ba8ad""}\n2025-08-01 12:33:19.494 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f6faca54-5605-415f-8ff7-bc66e581661a] received connection request\n2025-08-01 12:33:19.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:33:19.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6faca54-5605-415f-8ff7-bc66e581661a] socks forwarding established\n2025-08-01 12:33:19.587 [info] [command][06b6f493-32a0-4e88-962f-7020e18ba8ad] Process exited with code 0\n2025-08-01 12:33:19.588 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6faca54-5605-415f-8ff7-bc66e581661a] socks connection closed\n2025-08-01 12:33:19.588 [info] [command][06b6f493-32a0-4e88-962f-7020e18ba8ad] Socket close event received\n2025-08-01 12:33:19.630 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65070 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:34:19.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:34:19.592 [info] [command][a953d3cb-cb6d-4b77-99b5-03ddab8a454c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a953d3cb-cb6d-4b77-99b5-03ddab8a454c""}\n2025-08-01 12:34:19.593 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4b50714d-a52a-40d1-b288-64c3c4ccda12] received connection request\n2025-08-01 12:34:19.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:34:19.634 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4b50714d-a52a-40d1-b288-64c3c4ccda12] socks forwarding established\n2025-08-01 12:34:19.679 [info] [command][a953d3cb-cb6d-4b77-99b5-03ddab8a454c] Process exited with code 0\n2025-08-01 12:34:19.679 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4b50714d-a52a-40d1-b288-64c3c4ccda12] socks connection closed\n2025-08-01 12:34:19.679 [info] [command][a953d3cb-cb6d-4b77-99b5-03ddab8a454c] Socket close event received\n2025-08-01 12:34:19.720 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65100 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:35:19.679 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:35:19.681 [info] [command][ffb643ef-e475-4515-bdb4-061164cbf3c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ffb643ef-e475-4515-bdb4-061164cbf3c8""}\n2025-08-01 12:35:19.682 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d2b19c66-3aa5-4976-81a4-71843ba52aa6] received connection request\n2025-08-01 12:35:19.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:35:19.730 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2b19c66-3aa5-4976-81a4-71843ba52aa6] socks forwarding established\n2025-08-01 12:35:19.781 [info] [command][ffb643ef-e475-4515-bdb4-061164cbf3c8] Process exited with code 0\n2025-08-01 12:35:19.781 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2b19c66-3aa5-4976-81a4-71843ba52aa6] socks connection closed\n2025-08-01 12:35:19.781 [info] [command][ffb643ef-e475-4515-bdb4-061164cbf3c8] Socket close event received\n2025-08-01 12:35:19.822 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65139 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:36:19.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:36:19.784 [info] [command][fa0f834b-e981-4d3b-99b0-d4016efa68fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fa0f834b-e981-4d3b-99b0-d4016efa68fc""}\n2025-08-01 12:36:19.784 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a49660a3-c27c-4dc9-957c-09c7e26a6664] received connection request\n2025-08-01 12:36:19.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:36:19.843 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a49660a3-c27c-4dc9-957c-09c7e26a6664] socks forwarding established\n2025-08-01 12:36:19.888 [info] [command][fa0f834b-e981-4d3b-99b0-d4016efa68fc] Process exited with code 0\n2025-08-01 12:36:19.888 [info] [command][fa0f834b-e981-4d3b-99b0-d4016efa68fc] Socket close event received\n2025-08-01 12:36:19.891 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a49660a3-c27c-4dc9-957c-09c7e26a6664] socks connection closed\n2025-08-01 12:36:19.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65159 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:37:19.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:37:19.892 [info] [command][0cb464e2-01cc-4543-8cff-bb69435a1805] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0cb464e2-01cc-4543-8cff-bb69435a1805""}\n2025-08-01 12:37:19.893 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][043e25e1-269e-4609-a917-fc23a0b23a25] received connection request\n2025-08-01 12:37:19.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:37:19.893 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:37:19.933 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][043e25e1-269e-4609-a917-fc23a0b23a25] socks forwarding established\n2025-08-01 12:37:19.983 [info] [command][0cb464e2-01cc-4543-8cff-bb69435a1805] Process exited with code 0\n2025-08-01 12:37:19.983 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][043e25e1-269e-4609-a917-fc23a0b23a25] socks connection closed\n2025-08-01 12:37:19.984 [info] [command][0cb464e2-01cc-4543-8cff-bb69435a1805] Socket close event received\n2025-08-01 12:37:20.025 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65180 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:38:19.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:38:19.988 [info] [command][45826f22-46a9-4179-9ff8-7f53894ed057] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""45826f22-46a9-4179-9ff8-7f53894ed057""}\n2025-08-01 12:38:19.988 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1cd7af6c-a7d6-47ce-a458-a375b7f7c0a1] received connection request\n2025-08-01 12:38:19.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:38:20.035 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1cd7af6c-a7d6-47ce-a458-a375b7f7c0a1] socks forwarding established\n2025-08-01 12:38:20.081 [info] [command][45826f22-46a9-4179-9ff8-7f53894ed057] Process exited with code 0\n2025-08-01 12:38:20.081 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1cd7af6c-a7d6-47ce-a458-a375b7f7c0a1] socks connection closed\n2025-08-01 12:38:20.081 [info] [command][45826f22-46a9-4179-9ff8-7f53894ed057] Socket close event received\n2025-08-01 12:38:20.125 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65203 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:39:20.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:39:20.081 [info] [command][4c5082d6-8fbd-458c-847e-0fc2eda3be18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4c5082d6-8fbd-458c-847e-0fc2eda3be18""}\n2025-08-01 12:39:20.081 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f8a23766-e544-438d-8de0-5eb3a0a41eb9] received connection request\n2025-08-01 12:39:20.081 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:39:20.081 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:39:20.130 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8a23766-e544-438d-8de0-5eb3a0a41eb9] socks forwarding established\n2025-08-01 12:39:20.175 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8a23766-e544-438d-8de0-5eb3a0a41eb9] socks connection closed\n2025-08-01 12:39:20.175 [info] [command][4c5082d6-8fbd-458c-847e-0fc2eda3be18] Process exited with code 0\n2025-08-01 12:39:20.175 [info] [command][4c5082d6-8fbd-458c-847e-0fc2eda3be18] Socket close event received\n2025-08-01 12:39:20.219 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65232 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:40:20.177 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:40:20.179 [info] [command][4ab97bbc-7302-408c-ab98-2c1fc25bfc7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ab97bbc-7302-408c-ab98-2c1fc25bfc7a""}\n2025-08-01 12:40:20.179 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0b4a3734-06a6-4e4a-ab7f-aa3f750d0d2c] received connection request\n2025-08-01 12:40:20.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:40:20.218 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0b4a3734-06a6-4e4a-ab7f-aa3f750d0d2c] socks forwarding established\n2025-08-01 12:40:20.262 [info] [command][4ab97bbc-7302-408c-ab98-2c1fc25bfc7a] Process exited with code 0\n2025-08-01 12:40:20.263 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0b4a3734-06a6-4e4a-ab7f-aa3f750d0d2c] socks connection closed\n2025-08-01 12:40:20.263 [info] [command][4ab97bbc-7302-408c-ab98-2c1fc25bfc7a] Socket close event received\n2025-08-01 12:40:20.301 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65303 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:41:20.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:41:20.269 [info] [command][a6d203e3-0661-42e2-a8a3-7a0260e5eeaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a6d203e3-0661-42e2-a8a3-7a0260e5eeaf""}\n2025-08-01 12:41:20.270 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1c6018c4-6961-4943-95eb-3711a543547f] received connection request\n2025-08-01 12:41:20.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:41:20.315 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1c6018c4-6961-4943-95eb-3711a543547f] socks forwarding established\n2025-08-01 12:41:20.361 [info] [command][a6d203e3-0661-42e2-a8a3-7a0260e5eeaf] Process exited with code 0\n2025-08-01 12:41:20.361 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1c6018c4-6961-4943-95eb-3711a543547f] socks connection closed\n2025-08-01 12:41:20.361 [info] [command][a6d203e3-0661-42e2-a8a3-7a0260e5eeaf] Socket close event received\n2025-08-01 12:41:20.401 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65335 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:42:20.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:42:20.363 [info] [command][68700a83-a2de-4f26-88a8-dc212c278f11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""68700a83-a2de-4f26-88a8-dc212c278f11""}\n2025-08-01 12:42:20.364 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5ff713b7-ea4c-48fa-86f2-4285d44645be] received connection request\n2025-08-01 12:42:20.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:42:20.410 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5ff713b7-ea4c-48fa-86f2-4285d44645be] socks forwarding established\n2025-08-01 12:42:20.457 [info] [command][68700a83-a2de-4f26-88a8-dc212c278f11] Process exited with code 0\n2025-08-01 12:42:20.457 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5ff713b7-ea4c-48fa-86f2-4285d44645be] socks connection closed\n2025-08-01 12:42:20.458 [info] [command][68700a83-a2de-4f26-88a8-dc212c278f11] Socket close event received\n2025-08-01 12:42:20.499 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65351 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:43:20.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:43:20.461 [info] [command][86cdcbf6-122f-4216-9347-297ba1e31cf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""86cdcbf6-122f-4216-9347-297ba1e31cf5""}\n2025-08-01 12:43:20.461 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b45d8715-9566-4dff-9024-3b9d38e1bd68] received connection request\n2025-08-01 12:43:20.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:43:20.503 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b45d8715-9566-4dff-9024-3b9d38e1bd68] socks forwarding established\n2025-08-01 12:43:20.550 [info] [command][86cdcbf6-122f-4216-9347-297ba1e31cf5] Process exited with code 0\n2025-08-01 12:43:20.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b45d8715-9566-4dff-9024-3b9d38e1bd68] socks connection closed\n2025-08-01 12:43:20.550 [info] [command][86cdcbf6-122f-4216-9347-297ba1e31cf5] Socket close event received\n2025-08-01 12:43:20.588 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65372 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:44:20.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:44:20.548 [info] [command][8c1775db-b363-4526-b3ce-4d27a418e6be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c1775db-b363-4526-b3ce-4d27a418e6be""}\n2025-08-01 12:44:20.548 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6017920f-567a-4812-a565-9b1aecea8072] received connection request\n2025-08-01 12:44:20.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:44:20.588 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6017920f-567a-4812-a565-9b1aecea8072] socks forwarding established\n2025-08-01 12:44:20.632 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6017920f-567a-4812-a565-9b1aecea8072] socks connection closed\n2025-08-01 12:44:20.632 [info] [command][8c1775db-b363-4526-b3ce-4d27a418e6be] Process exited with code 0\n2025-08-01 12:44:20.632 [info] [command][8c1775db-b363-4526-b3ce-4d27a418e6be] Socket close event received\n2025-08-01 12:44:20.675 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65408 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:45:20.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:45:20.637 [info] [command][85c67531-bbcc-48cc-87ea-4c489e37ff96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""85c67531-bbcc-48cc-87ea-4c489e37ff96""}\n2025-08-01 12:45:20.638 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8d6799b8-293b-40b9-ac31-c11068f5cf3d] received connection request\n2025-08-01 12:45:20.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:45:20.680 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d6799b8-293b-40b9-ac31-c11068f5cf3d] socks forwarding established\n2025-08-01 12:45:20.724 [info] [command][85c67531-bbcc-48cc-87ea-4c489e37ff96] Process exited with code 0\n2025-08-01 12:45:20.725 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d6799b8-293b-40b9-ac31-c11068f5cf3d] socks connection closed\n2025-08-01 12:45:20.725 [info] [command][85c67531-bbcc-48cc-87ea-4c489e37ff96] Socket close event received\n2025-08-01 12:45:20.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65439 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:46:20.724 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:46:20.730 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][532e4fc1-4138-4273-9050-b168435e1b09] received connection request\n2025-08-01 12:46:20.730 [info] [command][7a3528c1-5c7c-41bf-a902-291012936a4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7a3528c1-5c7c-41bf-a902-291012936a4b""}\n2025-08-01 12:46:20.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:46:20.775 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][532e4fc1-4138-4273-9050-b168435e1b09] socks forwarding established\n2025-08-01 12:46:20.821 [info] [command][7a3528c1-5c7c-41bf-a902-291012936a4b] Process exited with code 0\n2025-08-01 12:46:20.822 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][532e4fc1-4138-4273-9050-b168435e1b09] socks connection closed\n2025-08-01 12:46:20.823 [info] [command][7a3528c1-5c7c-41bf-a902-291012936a4b] Socket close event received\n2025-08-01 12:46:20.866 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65454 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:47:20.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:47:20.825 [info] [command][c95fec79-f402-4f28-8235-e5e9e5a23271] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c95fec79-f402-4f28-8235-e5e9e5a23271""}\n2025-08-01 12:47:20.826 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e178fce2-b400-411a-a34f-c72ddb5a57f5] received connection request\n2025-08-01 12:47:20.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:47:20.872 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e178fce2-b400-411a-a34f-c72ddb5a57f5] socks forwarding established\n2025-08-01 12:47:20.920 [info] [command][c95fec79-f402-4f28-8235-e5e9e5a23271] Process exited with code 0\n2025-08-01 12:47:20.920 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e178fce2-b400-411a-a34f-c72ddb5a57f5] socks connection closed\n2025-08-01 12:47:20.920 [info] [command][c95fec79-f402-4f28-8235-e5e9e5a23271] Socket close event received\n2025-08-01 12:47:20.962 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65467 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:48:20.918 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:48:20.921 [info] [command][46b0d4c8-3149-4c61-a325-c2cf5fa22cf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""46b0d4c8-3149-4c61-a325-c2cf5fa22cf2""}\n2025-08-01 12:48:20.921 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8edc5661-2a43-4386-af37-5fd26f434b7c] received connection request\n2025-08-01 12:48:20.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:48:20.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8edc5661-2a43-4386-af37-5fd26f434b7c] socks forwarding established\n2025-08-01 12:48:21.012 [info] [command][46b0d4c8-3149-4c61-a325-c2cf5fa22cf2] Process exited with code 0\n2025-08-01 12:48:21.013 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8edc5661-2a43-4386-af37-5fd26f434b7c] socks connection closed\n2025-08-01 12:48:21.013 [info] [command][46b0d4c8-3149-4c61-a325-c2cf5fa22cf2] Socket close event received\n2025-08-01 12:48:21.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65494 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:49:21.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:49:21.016 [info] [command][717fef44-8881-4790-9ee3-ba9dc57c7a81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""717fef44-8881-4790-9ee3-ba9dc57c7a81""}\n2025-08-01 12:49:21.017 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][350fbe34-4eb1-447d-96cc-8d45fd078c0a] received connection request\n2025-08-01 12:49:21.018 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:49:21.063 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][350fbe34-4eb1-447d-96cc-8d45fd078c0a] socks forwarding established\n2025-08-01 12:49:21.112 [info] [command][717fef44-8881-4790-9ee3-ba9dc57c7a81] Process exited with code 0\n2025-08-01 12:49:21.113 [info] [command][717fef44-8881-4790-9ee3-ba9dc57c7a81] Socket close event received\n2025-08-01 12:49:21.114 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][350fbe34-4eb1-447d-96cc-8d45fd078c0a] socks connection closed\n2025-08-01 12:49:21.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65528 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:50:21.115 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:50:21.118 [info] [command][ff9972ba-89e9-468b-954e-34a520de64ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ff9972ba-89e9-468b-954e-34a520de64ce""}\n2025-08-01 12:50:21.119 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][bc476a5a-dfa1-4a78-87b3-e08e19948918] received connection request\n2025-08-01 12:50:21.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:50:21.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][bc476a5a-dfa1-4a78-87b3-e08e19948918] socks forwarding established\n2025-08-01 12:50:21.213 [info] [command][ff9972ba-89e9-468b-954e-34a520de64ce] Process exited with code 0\n2025-08-01 12:50:21.213 [info] [command][ff9972ba-89e9-468b-954e-34a520de64ce] Socket close event received\n2025-08-01 12:50:21.214 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][bc476a5a-dfa1-4a78-87b3-e08e19948918] socks connection closed\n2025-08-01 12:50:21.253 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49194 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:51:21.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:51:21.217 [info] [command][834ce802-e532-4fb5-9b3c-976448483013] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""834ce802-e532-4fb5-9b3c-976448483013""}\n2025-08-01 12:51:21.218 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4d7d6c8a-c7d4-420c-a61a-ef2fbf92ea12] received connection request\n2025-08-01 12:51:21.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:51:21.262 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7d6c8a-c7d4-420c-a61a-ef2fbf92ea12] socks forwarding established\n2025-08-01 12:51:21.308 [info] [command][834ce802-e532-4fb5-9b3c-976448483013] Process exited with code 0\n2025-08-01 12:51:21.309 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7d6c8a-c7d4-420c-a61a-ef2fbf92ea12] socks connection closed\n2025-08-01 12:51:21.309 [info] [command][834ce802-e532-4fb5-9b3c-976448483013] Socket close event received\n2025-08-01 12:51:21.347 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49213 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:52:21.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:52:21.314 [info] [command][70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f""}\n2025-08-01 12:52:21.315 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3ce9f5dc-3cd7-4057-af88-a703ab5716da] received connection request\n2025-08-01 12:52:21.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:52:21.361 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3ce9f5dc-3cd7-4057-af88-a703ab5716da] socks forwarding established\n2025-08-01 12:52:21.405 [info] [command][70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f] Process exited with code 0\n2025-08-01 12:52:21.405 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3ce9f5dc-3cd7-4057-af88-a703ab5716da] socks connection closed\n2025-08-01 12:52:21.405 [info] [command][70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f] Socket close event received\n2025-08-01 12:52:21.445 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49229 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:53:21.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:53:21.408 [info] [command][d8f76915-51e5-46af-9ac9-4e77efe725f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d8f76915-51e5-46af-9ac9-4e77efe725f6""}\n2025-08-01 12:53:21.408 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][721d08a4-78bd-4934-9e2e-cf97cff7e61d] received connection request\n2025-08-01 12:53:21.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:53:21.453 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][721d08a4-78bd-4934-9e2e-cf97cff7e61d] socks forwarding established\n2025-08-01 12:53:21.501 [info] [command][d8f76915-51e5-46af-9ac9-4e77efe725f6] Process exited with code 0\n2025-08-01 12:53:21.502 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][721d08a4-78bd-4934-9e2e-cf97cff7e61d] socks connection closed\n2025-08-01 12:53:21.502 [info] [command][d8f76915-51e5-46af-9ac9-4e77efe725f6] Socket close event received\n2025-08-01 12:53:21.542 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49249 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:54:21.502 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:54:21.504 [info] [command][79145195-d480-4851-bd83-4ce7b53797ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""79145195-d480-4851-bd83-4ce7b53797ec""}\n2025-08-01 12:54:21.505 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][67ef0aa6-fc14-4c4c-9dad-ae5f5ff6ba10] received connection request\n2025-08-01 12:54:21.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:54:21.552 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67ef0aa6-fc14-4c4c-9dad-ae5f5ff6ba10] socks forwarding established\n2025-08-01 12:54:21.597 [info] [command][79145195-d480-4851-bd83-4ce7b53797ec] Process exited with code 0\n2025-08-01 12:54:21.598 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67ef0aa6-fc14-4c4c-9dad-ae5f5ff6ba10] socks connection closed\n2025-08-01 12:54:21.598 [info] [command][79145195-d480-4851-bd83-4ce7b53797ec] Socket close event received\n2025-08-01 12:54:21.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49302 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:55:21.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:55:21.598 [info] [command][d9142231-9c83-479b-aa53-ebf810248924] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d9142231-9c83-479b-aa53-ebf810248924""}\n2025-08-01 12:55:21.599 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a9f1f7cf-a9d0-4891-b9fe-0e0c69bc5389] received connection request\n2025-08-01 12:55:21.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:55:21.646 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9f1f7cf-a9d0-4891-b9fe-0e0c69bc5389] socks forwarding established\n2025-08-01 12:55:21.691 [info] [command][d9142231-9c83-479b-aa53-ebf810248924] Process exited with code 0\n2025-08-01 12:55:21.691 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9f1f7cf-a9d0-4891-b9fe-0e0c69bc5389] socks connection closed\n2025-08-01 12:55:21.692 [info] [command][d9142231-9c83-479b-aa53-ebf810248924] Socket close event received\n2025-08-01 12:55:21.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49340 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:56:21.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:56:21.696 [info] [command][620da91c-1856-4a08-806d-db4c64eb073d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""620da91c-1856-4a08-806d-db4c64eb073d""}\n2025-08-01 12:56:21.696 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7e0e2954-078c-456a-835e-4cafdbfc7e00] received connection request\n2025-08-01 12:56:21.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:56:21.747 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7e0e2954-078c-456a-835e-4cafdbfc7e00] socks forwarding established\n2025-08-01 12:56:21.795 [info] [command][620da91c-1856-4a08-806d-db4c64eb073d] Process exited with code 0\n2025-08-01 12:56:21.796 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7e0e2954-078c-456a-835e-4cafdbfc7e00] socks connection closed\n2025-08-01 12:56:21.796 [info] [command][620da91c-1856-4a08-806d-db4c64eb073d] Socket close event received\n2025-08-01 12:56:21.837 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49355 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:57:21.798 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:57:21.802 [info] [command][3bd7b5fe-098f-4b22-93a2-a6b6717948b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3bd7b5fe-098f-4b22-93a2-a6b6717948b8""}\n2025-08-01 12:57:21.802 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5df9f395-3ebb-4782-951a-b3121e1eac0c] received connection request\n2025-08-01 12:57:21.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:57:21.845 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5df9f395-3ebb-4782-951a-b3121e1eac0c] socks forwarding established\n2025-08-01 12:57:21.891 [info] [command][3bd7b5fe-098f-4b22-93a2-a6b6717948b8] Process exited with code 0\n2025-08-01 12:57:21.891 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5df9f395-3ebb-4782-951a-b3121e1eac0c] socks connection closed\n2025-08-01 12:57:21.891 [info] [command][3bd7b5fe-098f-4b22-93a2-a6b6717948b8] Socket close event received\n2025-08-01 12:57:21.934 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49386 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:58:21.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:58:21.895 [info] [command][d3678479-8980-431b-92c3-fb75ec0d35d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d3678479-8980-431b-92c3-fb75ec0d35d8""}\n2025-08-01 12:58:21.895 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][609c52bc-68d9-4f09-afba-4b4bb8457890] received connection request\n2025-08-01 12:58:21.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:58:21.938 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][609c52bc-68d9-4f09-afba-4b4bb8457890] socks forwarding established\n2025-08-01 12:58:21.980 [info] [command][d3678479-8980-431b-92c3-fb75ec0d35d8] Process exited with code 0\n2025-08-01 12:58:21.981 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][609c52bc-68d9-4f09-afba-4b4bb8457890] socks connection closed\n2025-08-01 12:58:21.981 [info] [command][d3678479-8980-431b-92c3-fb75ec0d35d8] Socket close event received\n2025-08-01 12:58:22.021 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49451 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:59:21.982 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:59:21.983 [info] [command][1eab9612-5646-4585-a577-d5a4c7334cf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1eab9612-5646-4585-a577-d5a4c7334cf6""}\n2025-08-01 12:59:21.984 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fa02c231-b4cc-41ea-9411-e46dc7255b2b] received connection request\n2025-08-01 12:59:21.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:59:21.984 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:59:22.026 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa02c231-b4cc-41ea-9411-e46dc7255b2b] socks forwarding established\n2025-08-01 12:59:22.071 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa02c231-b4cc-41ea-9411-e46dc7255b2b] socks connection closed\n2025-08-01 12:59:22.071 [info] [command][1eab9612-5646-4585-a577-d5a4c7334cf6] Process exited with code 0\n2025-08-01 12:59:22.071 [info] [command][1eab9612-5646-4585-a577-d5a4c7334cf6] Socket close event received\n2025-08-01 12:59:22.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49522 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:00:22.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:00:22.074 [info] [command][7ff62364-47aa-4b29-a652-cf39aa03fa90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7ff62364-47aa-4b29-a652-cf39aa03fa90""}\n2025-08-01 13:00:22.074 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d197d7a3-5073-400d-b5b8-aac84902200a] received connection request\n2025-08-01 13:00:22.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:00:22.074 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:00:22.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d197d7a3-5073-400d-b5b8-aac84902200a] socks forwarding established\n2025-08-01 13:00:22.162 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d197d7a3-5073-400d-b5b8-aac84902200a] socks connection closed\n2025-08-01 13:00:22.162 [info] [command][7ff62364-47aa-4b29-a652-cf39aa03fa90] Process exited with code 0\n2025-08-01 13:00:22.162 [info] [command][7ff62364-47aa-4b29-a652-cf39aa03fa90] Socket close event received\n2025-08-01 13:00:22.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49586 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:01:22.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:01:22.167 [info] [command][e0f60c19-34ee-4f16-809e-dd8b48d3af95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e0f60c19-34ee-4f16-809e-dd8b48d3af95""}\n2025-08-01 13:01:22.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][536d6cd5-ccc3-4242-83fc-22106d0a515a] received connection request\n2025-08-01 13:01:22.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:01:22.208 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][536d6cd5-ccc3-4242-83fc-22106d0a515a] socks forwarding established\n2025-08-01 13:01:22.257 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][536d6cd5-ccc3-4242-83fc-22106d0a515a] socks connection closed\n2025-08-01 13:01:22.258 [info] [command][e0f60c19-34ee-4f16-809e-dd8b48d3af95] Process exited with code 0\n2025-08-01 13:01:22.258 [info] [command][e0f60c19-34ee-4f16-809e-dd8b48d3af95] Socket close event received\n2025-08-01 13:01:22.299 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49637 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:02:22.260 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:02:22.263 [info] [command][163ecd35-6070-4af6-a406-9f726a6e065a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""163ecd35-6070-4af6-a406-9f726a6e065a""}\n2025-08-01 13:02:22.263 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][aa1c6b63-c2f7-4c46-9dec-136d01a15fb2] received connection request\n2025-08-01 13:02:22.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:02:22.307 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa1c6b63-c2f7-4c46-9dec-136d01a15fb2] socks forwarding established\n2025-08-01 13:02:22.350 [info] [command][163ecd35-6070-4af6-a406-9f726a6e065a] Process exited with code 0\n2025-08-01 13:02:22.350 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa1c6b63-c2f7-4c46-9dec-136d01a15fb2] socks connection closed\n2025-08-01 13:02:22.350 [info] [command][163ecd35-6070-4af6-a406-9f726a6e065a] Socket close event received\n2025-08-01 13:02:22.392 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49698 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:03:22.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:03:22.352 [info] [command][725eb302-fc76-4d70-a726-7fd19e6bff5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""725eb302-fc76-4d70-a726-7fd19e6bff5d""}\n2025-08-01 13:03:22.352 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][987ab76f-0046-4ea8-8af4-0ad7a6d46fb9] received connection request\n2025-08-01 13:03:22.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:03:22.352 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:03:22.392 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][987ab76f-0046-4ea8-8af4-0ad7a6d46fb9] socks forwarding established\n2025-08-01 13:03:22.436 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][987ab76f-0046-4ea8-8af4-0ad7a6d46fb9] socks connection closed\n2025-08-01 13:03:22.436 [info] [command][725eb302-fc76-4d70-a726-7fd19e6bff5d] Process exited with code 0\n2025-08-01 13:03:22.436 [info] [command][725eb302-fc76-4d70-a726-7fd19e6bff5d] Socket close event received\n2025-08-01 13:03:22.477 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49768 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:04:22.435 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:04:22.436 [info] [command][a12a2577-ac94-4225-bb0b-803a0962cb4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a12a2577-ac94-4225-bb0b-803a0962cb4a""}\n2025-08-01 13:04:22.437 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6f8d6170-8a7c-4757-8338-80bc3682f1f3] received connection request\n2025-08-01 13:04:22.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:04:22.479 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f8d6170-8a7c-4757-8338-80bc3682f1f3] socks forwarding established\n2025-08-01 13:04:22.532 [info] [command][a12a2577-ac94-4225-bb0b-803a0962cb4a] Process exited with code 0\n2025-08-01 13:04:22.532 [info] [command][a12a2577-ac94-4225-bb0b-803a0962cb4a] Socket close event received\n2025-08-01 13:04:22.533 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f8d6170-8a7c-4757-8338-80bc3682f1f3] socks connection closed\n2025-08-01 13:04:22.573 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49839 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:05:22.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:05:22.536 [info] [command][94cae5e7-6d02-44a4-8ed6-933a329ca43b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""94cae5e7-6d02-44a4-8ed6-933a329ca43b""}\n2025-08-01 13:05:22.536 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3249227f-002f-460e-b6ca-f0067e291af2] received connection request\n2025-08-01 13:05:22.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:05:22.579 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3249227f-002f-460e-b6ca-f0067e291af2] socks forwarding established\n2025-08-01 13:05:22.625 [info] [command][94cae5e7-6d02-44a4-8ed6-933a329ca43b] Process exited with code 0\n2025-08-01 13:05:22.625 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3249227f-002f-460e-b6ca-f0067e291af2] socks connection closed\n2025-08-01 13:05:22.625 [info] [command][94cae5e7-6d02-44a4-8ed6-933a329ca43b] Socket close event received\n2025-08-01 13:05:22.664 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49901 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:06:22.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:06:22.628 [info] [command][ace3e825-ca98-4676-8620-819c5e158d39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ace3e825-ca98-4676-8620-819c5e158d39""}\n2025-08-01 13:06:22.629 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e1536916-6b8c-4bd6-967b-a26c938f95e3] received connection request\n2025-08-01 13:06:22.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:06:22.629 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:06:22.671 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1536916-6b8c-4bd6-967b-a26c938f95e3] socks forwarding established\n2025-08-01 13:06:22.725 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1536916-6b8c-4bd6-967b-a26c938f95e3] socks connection closed\n2025-08-01 13:06:22.725 [info] [command][ace3e825-ca98-4676-8620-819c5e158d39] Process exited with code 0\n2025-08-01 13:06:22.725 [info] [command][ace3e825-ca98-4676-8620-819c5e158d39] Socket close event received\n2025-08-01 13:06:22.765 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49953 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:07:22.728 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:07:22.730 [info] [command][a07b5f47-8199-4e94-af59-68c0ddf28474] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a07b5f47-8199-4e94-af59-68c0ddf28474""}\n2025-08-01 13:07:22.730 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3d7e620c-57d3-4b73-a23a-7a8044b9351e] received connection request\n2025-08-01 13:07:22.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:07:22.774 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3d7e620c-57d3-4b73-a23a-7a8044b9351e] socks forwarding established\n2025-08-01 13:07:22.823 [info] [command][a07b5f47-8199-4e94-af59-68c0ddf28474] Process exited with code 0\n2025-08-01 13:07:22.824 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3d7e620c-57d3-4b73-a23a-7a8044b9351e] socks connection closed\n2025-08-01 13:07:22.824 [info] [command][a07b5f47-8199-4e94-af59-68c0ddf28474] Socket close event received\n2025-08-01 13:07:22.863 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50012 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:08:22.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:08:22.834 [info] [command][ece694c2-cb23-46e0-b5ef-6abd496d29c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ece694c2-cb23-46e0-b5ef-6abd496d29c2""}\n2025-08-01 13:08:22.834 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2383118a-d103-4ce1-a8ef-bfdd24e62374] received connection request\n2025-08-01 13:08:22.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:08:22.874 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2383118a-d103-4ce1-a8ef-bfdd24e62374] socks forwarding established\n2025-08-01 13:08:22.919 [info] [command][ece694c2-cb23-46e0-b5ef-6abd496d29c2] Process exited with code 0\n2025-08-01 13:08:22.919 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2383118a-d103-4ce1-a8ef-bfdd24e62374] socks connection closed\n2025-08-01 13:08:22.919 [info] [command][ece694c2-cb23-46e0-b5ef-6abd496d29c2] Socket close event received\n2025-08-01 13:08:22.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50063 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:09:22.927 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:09:22.930 [info] [command][c301723c-62ac-47b8-983e-8c747c317d5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c301723c-62ac-47b8-983e-8c747c317d5b""}\n2025-08-01 13:09:22.931 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][056cfbc4-880b-4bc4-b6b4-1114531e747a] received connection request\n2025-08-01 13:09:22.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:09:22.973 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][056cfbc4-880b-4bc4-b6b4-1114531e747a] socks forwarding established\n2025-08-01 13:09:23.020 [info] [command][c301723c-62ac-47b8-983e-8c747c317d5b] Process exited with code 0\n2025-08-01 13:09:23.021 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][056cfbc4-880b-4bc4-b6b4-1114531e747a] socks connection closed\n2025-08-01 13:09:23.021 [info] [command][c301723c-62ac-47b8-983e-8c747c317d5b] Socket close event received\n2025-08-01 13:09:23.206 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50122 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:10:23.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:10:23.026 [info] [command][cdc5d32c-6555-4afc-a829-3b9efe226061] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cdc5d32c-6555-4afc-a829-3b9efe226061""}\n2025-08-01 13:10:23.026 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9d199fb4-48ed-4168-886d-beb41b6a92b0] received connection request\n2025-08-01 13:10:23.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:10:23.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9d199fb4-48ed-4168-886d-beb41b6a92b0] socks forwarding established\n2025-08-01 13:10:23.116 [info] [command][cdc5d32c-6555-4afc-a829-3b9efe226061] Process exited with code 0\n2025-08-01 13:10:23.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9d199fb4-48ed-4168-886d-beb41b6a92b0] socks connection closed\n2025-08-01 13:10:23.116 [info] [command][cdc5d32c-6555-4afc-a829-3b9efe226061] Socket close event received\n2025-08-01 13:10:23.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50153 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:11:23.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:11:23.123 [info] [command][4ce4863e-d4d3-48b2-b193-6c73d4f58847] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ce4863e-d4d3-48b2-b193-6c73d4f58847""}\n2025-08-01 13:11:23.123 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][152435b3-457d-468f-ba1b-1d3a7e1d8e88] received connection request\n2025-08-01 13:11:23.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:11:23.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][152435b3-457d-468f-ba1b-1d3a7e1d8e88] socks forwarding established\n2025-08-01 13:11:23.212 [info] [command][4ce4863e-d4d3-48b2-b193-6c73d4f58847] Process exited with code 0\n2025-08-01 13:11:23.213 [info] [command][4ce4863e-d4d3-48b2-b193-6c73d4f58847] Socket close event received\n2025-08-01 13:11:23.213 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][152435b3-457d-468f-ba1b-1d3a7e1d8e88] socks connection closed\n2025-08-01 13:11:23.254 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50169 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:12:23.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:12:23.219 [info] [command][862c8915-4ffa-4440-b882-29a6145f8adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""862c8915-4ffa-4440-b882-29a6145f8adc""}\n2025-08-01 13:12:23.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f8170f78-6d39-4513-b2f6-493b27d41cc4] received connection request\n2025-08-01 13:12:23.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:12:23.267 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8170f78-6d39-4513-b2f6-493b27d41cc4] socks forwarding established\n2025-08-01 13:12:23.318 [info] [command][862c8915-4ffa-4440-b882-29a6145f8adc] Process exited with code 0\n2025-08-01 13:12:23.318 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8170f78-6d39-4513-b2f6-493b27d41cc4] socks connection closed\n2025-08-01 13:12:23.318 [info] [command][862c8915-4ffa-4440-b882-29a6145f8adc] Socket close event received\n2025-08-01 13:12:23.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50182 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:13:23.320 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:13:23.323 [info] [command][5763de91-fc9d-4f45-b04c-f9fd076d4aea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5763de91-fc9d-4f45-b04c-f9fd076d4aea""}\n2025-08-01 13:13:23.324 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a56a7d47-fd67-40ea-afe0-f7e966346ad0] received connection request\n2025-08-01 13:13:23.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:13:23.368 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a56a7d47-fd67-40ea-afe0-f7e966346ad0] socks forwarding established\n2025-08-01 13:13:23.414 [info] [command][5763de91-fc9d-4f45-b04c-f9fd076d4aea] Process exited with code 0\n2025-08-01 13:13:23.414 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a56a7d47-fd67-40ea-afe0-f7e966346ad0] socks connection closed\n2025-08-01 13:13:23.414 [info] [command][5763de91-fc9d-4f45-b04c-f9fd076d4aea] Socket close event received\n2025-08-01 13:13:23.454 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50196 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:14:23.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:14:23.421 [info] [command][1371af06-df3b-4175-863f-4e6b4e5feda1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1371af06-df3b-4175-863f-4e6b4e5feda1""}\n2025-08-01 13:14:23.422 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6062677d-99af-4778-a366-926ec7086391] received connection request\n2025-08-01 13:14:23.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:14:23.472 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6062677d-99af-4778-a366-926ec7086391] socks forwarding established\n2025-08-01 13:14:23.516 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6062677d-99af-4778-a366-926ec7086391] socks connection closed\n2025-08-01 13:14:23.517 [info] [command][1371af06-df3b-4175-863f-4e6b4e5feda1] Process exited with code 0\n2025-08-01 13:14:23.517 [info] [command][1371af06-df3b-4175-863f-4e6b4e5feda1] Socket close event received\n2025-08-01 13:14:23.557 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50227 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:15:23.521 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:15:23.523 [info] [command][3fdbd86d-d853-493f-98d8-a32cf27ad4df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3fdbd86d-d853-493f-98d8-a32cf27ad4df""}\n2025-08-01 13:15:23.524 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][46e22831-d0c2-4d21-b207-d3884a5899ea] received connection request\n2025-08-01 13:15:23.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:15:23.572 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46e22831-d0c2-4d21-b207-d3884a5899ea] socks forwarding established\n2025-08-01 13:15:23.619 [info] [command][3fdbd86d-d853-493f-98d8-a32cf27ad4df] Process exited with code 0\n2025-08-01 13:15:23.619 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46e22831-d0c2-4d21-b207-d3884a5899ea] socks connection closed\n2025-08-01 13:15:23.619 [info] [command][3fdbd86d-d853-493f-98d8-a32cf27ad4df] Socket close event received\n2025-08-01 13:15:23.662 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50265 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:16:23.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:16:23.621 [info] [command][74076e09-c922-497c-9dbf-950178c1134a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""74076e09-c922-497c-9dbf-950178c1134a""}\n2025-08-01 13:16:23.621 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a5db65c4-c5f3-45e9-93ad-75d5ba59e707] received connection request\n2025-08-01 13:16:23.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:16:23.671 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5db65c4-c5f3-45e9-93ad-75d5ba59e707] socks forwarding established\n2025-08-01 13:16:23.715 [info] [command][74076e09-c922-497c-9dbf-950178c1134a] Process exited with code 0\n2025-08-01 13:16:23.716 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5db65c4-c5f3-45e9-93ad-75d5ba59e707] socks connection closed\n2025-08-01 13:16:23.716 [info] [command][74076e09-c922-497c-9dbf-950178c1134a] Socket close event received\n2025-08-01 13:16:23.754 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50279 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:17:23.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:17:23.719 [info] [command][1693ff67-ea7e-4799-8b3a-dc7025c2ac96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1693ff67-ea7e-4799-8b3a-dc7025c2ac96""}\n2025-08-01 13:17:23.720 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8f1f4d62-52c7-4cbb-8776-5a513522eb7f] received connection request\n2025-08-01 13:17:23.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:17:23.765 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f1f4d62-52c7-4cbb-8776-5a513522eb7f] socks forwarding established\n2025-08-01 13:17:23.811 [info] [command][1693ff67-ea7e-4799-8b3a-dc7025c2ac96] Process exited with code 0\n2025-08-01 13:17:23.811 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f1f4d62-52c7-4cbb-8776-5a513522eb7f] socks connection closed\n2025-08-01 13:17:23.811 [info] [command][1693ff67-ea7e-4799-8b3a-dc7025c2ac96] Socket close event received\n2025-08-01 13:17:23.851 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50292 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:18:23.813 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:18:23.815 [info] [command][ad04fe0d-eaa1-414d-a9e9-ccc448a8885f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ad04fe0d-eaa1-414d-a9e9-ccc448a8885f""}\n2025-08-01 13:18:23.815 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][72a0efe0-faca-41d7-8b8f-676fcaf1db60] received connection request\n2025-08-01 13:18:23.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:18:23.857 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][72a0efe0-faca-41d7-8b8f-676fcaf1db60] socks forwarding established\n2025-08-01 13:18:23.901 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][72a0efe0-faca-41d7-8b8f-676fcaf1db60] socks connection closed\n2025-08-01 13:18:23.902 [info] [command][ad04fe0d-eaa1-414d-a9e9-ccc448a8885f] Process exited with code 0\n2025-08-01 13:18:23.902 [info] [command][ad04fe0d-eaa1-414d-a9e9-ccc448a8885f] Socket close event received\n2025-08-01 13:18:23.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50331 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:19:23.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:19:23.902 [info] [command][34d6402c-224b-4cec-8675-0dea73571e58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""34d6402c-224b-4cec-8675-0dea73571e58""}\n2025-08-01 13:19:23.903 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8957cdb8-fd71-420d-b0ed-c9b0295b0d94] received connection request\n2025-08-01 13:19:23.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:19:23.903 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:19:23.944 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8957cdb8-fd71-420d-b0ed-c9b0295b0d94] socks forwarding established\n2025-08-01 13:19:23.988 [info] [command][34d6402c-224b-4cec-8675-0dea73571e58] Process exited with code 0\n2025-08-01 13:19:23.988 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8957cdb8-fd71-420d-b0ed-c9b0295b0d94] socks connection closed\n2025-08-01 13:19:23.988 [info] [command][34d6402c-224b-4cec-8675-0dea73571e58] Socket close event received\n2025-08-01 13:19:24.029 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50373 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:20:23.986 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:20:23.989 [info] [command][cf14a0ac-66d1-4028-89a3-40ba448abd17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cf14a0ac-66d1-4028-89a3-40ba448abd17""}\n2025-08-01 13:20:23.990 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][694ff99c-1118-4b51-8301-2135594cb4b6] received connection request\n2025-08-01 13:20:23.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:20:24.031 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][694ff99c-1118-4b51-8301-2135594cb4b6] socks forwarding established\n2025-08-01 13:20:24.076 [info] [command][cf14a0ac-66d1-4028-89a3-40ba448abd17] Process exited with code 0\n2025-08-01 13:20:24.077 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][694ff99c-1118-4b51-8301-2135594cb4b6] socks connection closed\n2025-08-01 13:20:24.077 [info] [command][cf14a0ac-66d1-4028-89a3-40ba448abd17] Socket close event received\n2025-08-01 13:20:24.117 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50410 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:21:24.078 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:21:24.080 [info] [command][c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3""}\n2025-08-01 13:21:24.080 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2ba8a9b2-9760-4bb5-9996-7c9291c1c5ca] received connection request\n2025-08-01 13:21:24.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:21:24.139 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ba8a9b2-9760-4bb5-9996-7c9291c1c5ca] socks forwarding established\n2025-08-01 13:21:24.184 [info] [command][c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3] Process exited with code 0\n2025-08-01 13:21:24.185 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ba8a9b2-9760-4bb5-9996-7c9291c1c5ca] socks connection closed\n2025-08-01 13:21:24.185 [info] [command][c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3] Socket close event received\n2025-08-01 13:21:24.226 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50438 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:22:24.186 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:22:24.187 [info] [command][3caf93bd-ec4e-4573-9384-1211479d0a93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3caf93bd-ec4e-4573-9384-1211479d0a93""}\n2025-08-01 13:22:24.187 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][07ff9e08-947b-4ca0-8431-192f776bc1c5] received connection request\n2025-08-01 13:22:24.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:22:24.227 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07ff9e08-947b-4ca0-8431-192f776bc1c5] socks forwarding established\n2025-08-01 13:22:24.271 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07ff9e08-947b-4ca0-8431-192f776bc1c5] socks connection closed\n2025-08-01 13:22:24.271 [info] [command][3caf93bd-ec4e-4573-9384-1211479d0a93] Process exited with code 0\n2025-08-01 13:22:24.271 [info] [command][3caf93bd-ec4e-4573-9384-1211479d0a93] Socket close event received\n2025-08-01 13:22:24.310 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50451 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:23:24.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:23:24.282 [info] [command][7581254b-5765-4339-abe4-389bef2bf282] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7581254b-5765-4339-abe4-389bef2bf282""}\n2025-08-01 13:23:24.283 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fb4424d5-439d-4abf-8382-5d2443ca3517] received connection request\n2025-08-01 13:23:24.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:23:24.328 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fb4424d5-439d-4abf-8382-5d2443ca3517] socks forwarding established\n2025-08-01 13:23:24.402 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fb4424d5-439d-4abf-8382-5d2443ca3517] socks connection closed\n2025-08-01 13:23:24.402 [info] [command][7581254b-5765-4339-abe4-389bef2bf282] Process exited with code 0\n2025-08-01 13:23:24.402 [info] [command][7581254b-5765-4339-abe4-389bef2bf282] Socket close event received\n2025-08-01 13:23:24.516 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50477 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:24:24.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:24:24.408 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a522635f-3f2b-4287-bed5-87ca048a61f6] received connection request\n2025-08-01 13:24:24.409 [info] [command][b5b0f70e-7181-4b11-9df7-2af92c535f70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b5b0f70e-7181-4b11-9df7-2af92c535f70""}\n2025-08-01 13:24:24.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:24:24.450 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a522635f-3f2b-4287-bed5-87ca048a61f6] socks forwarding established\n2025-08-01 13:24:24.499 [info] [command][b5b0f70e-7181-4b11-9df7-2af92c535f70] Process exited with code 0\n2025-08-01 13:24:24.500 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a522635f-3f2b-4287-bed5-87ca048a61f6] socks connection closed\n2025-08-01 13:24:24.500 [info] [command][b5b0f70e-7181-4b11-9df7-2af92c535f70] Socket close event received\n2025-08-01 13:24:24.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50509 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:25:24.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:25:24.501 [info] [command][4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8""}\n2025-08-01 13:25:24.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ee1e3328-ec8b-4103-a2ff-7f7bbbde3b6f] received connection request\n2025-08-01 13:25:24.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:25:24.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ee1e3328-ec8b-4103-a2ff-7f7bbbde3b6f] socks forwarding established\n2025-08-01 13:25:24.608 [info] [command][4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8] Process exited with code 0\n2025-08-01 13:25:24.608 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ee1e3328-ec8b-4103-a2ff-7f7bbbde3b6f] socks connection closed\n2025-08-01 13:25:24.608 [info] [command][4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8] Socket close event received\n2025-08-01 13:25:24.652 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50571 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:26:24.610 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:26:24.612 [info] [command][8cfba377-39bd-456e-a942-f7a1e262b417] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8cfba377-39bd-456e-a942-f7a1e262b417""}\n2025-08-01 13:26:24.612 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0bc7431a-09bd-4e7d-95bc-43072bd392d8] received connection request\n2025-08-01 13:26:24.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:26:24.653 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0bc7431a-09bd-4e7d-95bc-43072bd392d8] socks forwarding established\n2025-08-01 13:26:24.699 [info] [command][8cfba377-39bd-456e-a942-f7a1e262b417] Process exited with code 0\n2025-08-01 13:26:24.699 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0bc7431a-09bd-4e7d-95bc-43072bd392d8] socks connection closed\n2025-08-01 13:26:24.699 [info] [command][8cfba377-39bd-456e-a942-f7a1e262b417] Socket close event received\n2025-08-01 13:26:24.740 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50591 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:27:24.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:27:24.703 [info] [command][29994d43-0498-4de8-9496-93c8c6d2607f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""29994d43-0498-4de8-9496-93c8c6d2607f""}\n2025-08-01 13:27:24.704 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8fddde4e-499b-451e-80f3-a915320518c6] received connection request\n2025-08-01 13:27:24.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:27:24.743 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fddde4e-499b-451e-80f3-a915320518c6] socks forwarding established\n2025-08-01 13:27:24.789 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fddde4e-499b-451e-80f3-a915320518c6] socks connection closed\n2025-08-01 13:27:24.789 [info] [command][29994d43-0498-4de8-9496-93c8c6d2607f] Process exited with code 0\n2025-08-01 13:27:24.789 [info] [command][29994d43-0498-4de8-9496-93c8c6d2607f] Socket close event received\n2025-08-01 13:27:24.831 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50609 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:28:24.792 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:28:24.796 [info] [command][51c5f6db-97b9-436d-80bb-cec352c69198] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""51c5f6db-97b9-436d-80bb-cec352c69198""}\n2025-08-01 13:28:24.797 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b711e067-1ec5-4d0e-8ff2-c1a1f4301e38] received connection request\n2025-08-01 13:28:24.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:28:24.836 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b711e067-1ec5-4d0e-8ff2-c1a1f4301e38] socks forwarding established\n2025-08-01 13:28:24.884 [info] [command][51c5f6db-97b9-436d-80bb-cec352c69198] Process exited with code 0\n2025-08-01 13:28:24.884 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b711e067-1ec5-4d0e-8ff2-c1a1f4301e38] socks connection closed\n2025-08-01 13:28:24.884 [info] [command][51c5f6db-97b9-436d-80bb-cec352c69198] Socket close event received\n2025-08-01 13:28:24.923 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50621 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:29:24.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:29:24.884 [info] [command][a5566ae7-95e6-4902-8623-48928c58ae78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a5566ae7-95e6-4902-8623-48928c58ae78""}\n2025-08-01 13:29:24.885 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][093f6f94-c07e-4de4-ac0a-1e6158385af3] received connection request\n2025-08-01 13:29:24.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:29:24.931 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][093f6f94-c07e-4de4-ac0a-1e6158385af3] socks forwarding established\n2025-08-01 13:29:24.977 [info] [command][a5566ae7-95e6-4902-8623-48928c58ae78] Process exited with code 0\n2025-08-01 13:29:24.977 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][093f6f94-c07e-4de4-ac0a-1e6158385af3] socks connection closed\n2025-08-01 13:29:24.977 [info] [command][a5566ae7-95e6-4902-8623-48928c58ae78] Socket close event received\n2025-08-01 13:29:25.018 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50661 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:30:24.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:30:24.977 [info] [command][a81d4647-9249-4a22-ae14-489410f9edde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a81d4647-9249-4a22-ae14-489410f9edde""}\n2025-08-01 13:30:24.978 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fe10211c-273c-4455-af37-1fbba606f297] received connection request\n2025-08-01 13:30:24.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:30:25.018 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fe10211c-273c-4455-af37-1fbba606f297] socks forwarding established\n2025-08-01 13:30:25.063 [info] [command][a81d4647-9249-4a22-ae14-489410f9edde] Process exited with code 0\n2025-08-01 13:30:25.063 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fe10211c-273c-4455-af37-1fbba606f297] socks connection closed\n2025-08-01 13:30:25.063 [info] [command][a81d4647-9249-4a22-ae14-489410f9edde] Socket close event received\n2025-08-01 13:30:25.116 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50692 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:31:25.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:31:25.067 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8ef3d0e5-8c49-4e4c-86cb-7d03e3699742] received connection request\n2025-08-01 13:31:25.067 [info] [command][90f27595-d34a-4174-8361-299eccaef901] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""90f27595-d34a-4174-8361-299eccaef901""}\n2025-08-01 13:31:25.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:31:25.111 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8ef3d0e5-8c49-4e4c-86cb-7d03e3699742] socks forwarding established\n2025-08-01 13:31:25.161 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8ef3d0e5-8c49-4e4c-86cb-7d03e3699742] socks connection closed\n2025-08-01 13:31:25.161 [info] [command][90f27595-d34a-4174-8361-299eccaef901] Process exited with code 0\n2025-08-01 13:31:25.161 [info] [command][90f27595-d34a-4174-8361-299eccaef901] Socket close event received\n2025-08-01 13:31:25.201 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50706 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:32:25.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:32:25.166 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9b17ed2b-ac3d-42d5-9988-768dcd4341e9] received connection request\n2025-08-01 13:32:25.166 [info] [command][f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b""}\n2025-08-01 13:32:25.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:32:25.210 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b17ed2b-ac3d-42d5-9988-768dcd4341e9] socks forwarding established\n2025-08-01 13:32:25.258 [info] [command][f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b] Process exited with code 0\n2025-08-01 13:32:25.258 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b17ed2b-ac3d-42d5-9988-768dcd4341e9] socks connection closed\n2025-08-01 13:32:25.258 [info] [command][f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b] Socket close event received\n2025-08-01 13:32:25.300 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50728 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:33:25.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:33:25.257 [info] [command][d578b8d6-d5b5-4b33-bc5c-4f7316612d27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d578b8d6-d5b5-4b33-bc5c-4f7316612d27""}\n2025-08-01 13:33:25.257 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][cf8eeedb-d84e-4986-b6ae-caa1d334a5f9] received connection request\n2025-08-01 13:33:25.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:33:25.302 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cf8eeedb-d84e-4986-b6ae-caa1d334a5f9] socks forwarding established\n2025-08-01 13:33:25.362 [info] [command][d578b8d6-d5b5-4b33-bc5c-4f7316612d27] Process exited with code 0\n2025-08-01 13:33:25.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cf8eeedb-d84e-4986-b6ae-caa1d334a5f9] socks connection closed\n2025-08-01 13:33:25.362 [info] [command][d578b8d6-d5b5-4b33-bc5c-4f7316612d27] Socket close event received\n2025-08-01 13:33:25.403 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50742 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:34:25.364 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:34:25.365 [info] [command][37a7f0c1-282d-4159-82b3-232cd9545a6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""37a7f0c1-282d-4159-82b3-232cd9545a6d""}\n2025-08-01 13:34:25.366 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][53d02b97-6077-42ee-82a4-329e8367d740] received connection request\n2025-08-01 13:34:25.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:34:25.411 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d02b97-6077-42ee-82a4-329e8367d740] socks forwarding established\n2025-08-01 13:34:25.455 [info] [command][37a7f0c1-282d-4159-82b3-232cd9545a6d] Process exited with code 0\n2025-08-01 13:34:25.456 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d02b97-6077-42ee-82a4-329e8367d740] socks connection closed\n2025-08-01 13:34:25.456 [info] [command][37a7f0c1-282d-4159-82b3-232cd9545a6d] Socket close event received\n2025-08-01 13:34:25.494 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50770 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:35:25.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:35:25.459 [info] [command][cca21eae-9d4b-4838-ac61-62746c23dd4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cca21eae-9d4b-4838-ac61-62746c23dd4a""}\n2025-08-01 13:35:25.460 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][024df540-ff0d-4eb0-8045-a221d724e50e] received connection request\n2025-08-01 13:35:25.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:35:25.504 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][024df540-ff0d-4eb0-8045-a221d724e50e] socks forwarding established\n2025-08-01 13:35:25.550 [info] [command][cca21eae-9d4b-4838-ac61-62746c23dd4a] Process exited with code 0\n2025-08-01 13:35:25.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][024df540-ff0d-4eb0-8045-a221d724e50e] socks connection closed\n2025-08-01 13:35:25.551 [info] [command][cca21eae-9d4b-4838-ac61-62746c23dd4a] Socket close event received\n2025-08-01 13:35:25.590 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50807 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:36:25.551 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:36:25.552 [info] [command][4e04b405-922f-40ff-877e-388c1e0966ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4e04b405-922f-40ff-877e-388c1e0966ec""}\n2025-08-01 13:36:25.552 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c78b15f1-7317-4598-8d99-3218c6182237] received connection request\n2025-08-01 13:36:25.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:36:25.594 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c78b15f1-7317-4598-8d99-3218c6182237] socks forwarding established\n2025-08-01 13:36:25.641 [info] [command][4e04b405-922f-40ff-877e-388c1e0966ec] Process exited with code 0\n2025-08-01 13:36:25.641 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c78b15f1-7317-4598-8d99-3218c6182237] socks connection closed\n2025-08-01 13:36:25.642 [info] [command][4e04b405-922f-40ff-877e-388c1e0966ec] Socket close event received\n2025-08-01 13:36:25.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50827 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:37:25.644 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:37:25.647 [info] [command][311d5325-7379-4529-a699-f420568f0a39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""311d5325-7379-4529-a699-f420568f0a39""}\n2025-08-01 13:37:25.648 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6621c2b6-8bce-4fea-9c12-86914201e341] received connection request\n2025-08-01 13:37:25.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:37:25.698 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6621c2b6-8bce-4fea-9c12-86914201e341] socks forwarding established\n2025-08-01 13:37:25.747 [info] [command][311d5325-7379-4529-a699-f420568f0a39] Process exited with code 0\n2025-08-01 13:37:25.748 [info] [command][311d5325-7379-4529-a699-f420568f0a39] Socket close event received\n2025-08-01 13:37:25.749 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6621c2b6-8bce-4fea-9c12-86914201e341] socks connection closed\n2025-08-01 13:37:25.788 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50872 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:38:25.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:38:25.753 [info] [command][b493b6ee-8e67-41c0-8f93-2bb4a20142bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b493b6ee-8e67-41c0-8f93-2bb4a20142bd""}\n2025-08-01 13:38:25.754 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d4448c51-89e5-4abf-b8a0-08682927390f] received connection request\n2025-08-01 13:38:25.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:38:25.804 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d4448c51-89e5-4abf-b8a0-08682927390f] socks forwarding established\n2025-08-01 13:38:25.850 [info] [command][b493b6ee-8e67-41c0-8f93-2bb4a20142bd] Process exited with code 0\n2025-08-01 13:38:25.850 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d4448c51-89e5-4abf-b8a0-08682927390f] socks connection closed\n2025-08-01 13:38:25.850 [info] [command][b493b6ee-8e67-41c0-8f93-2bb4a20142bd] Socket close event received\n2025-08-01 13:38:25.888 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50895 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:39:25.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:39:25.853 [info] [command][a9e40bbd-cf30-4439-87d8-3e5bf6b30478] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a9e40bbd-cf30-4439-87d8-3e5bf6b30478""}\n2025-08-01 13:39:25.854 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9148e7d0-9603-4e1c-a497-d147535a60a4] received connection request\n2025-08-01 13:39:25.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:39:25.901 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9148e7d0-9603-4e1c-a497-d147535a60a4] socks forwarding established\n2025-08-01 13:39:25.946 [info] [command][a9e40bbd-cf30-4439-87d8-3e5bf6b30478] Process exited with code 0\n2025-08-01 13:39:25.947 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9148e7d0-9603-4e1c-a497-d147535a60a4] socks connection closed\n2025-08-01 13:39:25.947 [info] [command][a9e40bbd-cf30-4439-87d8-3e5bf6b30478] Socket close event received\n2025-08-01 13:39:25.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50924 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:40:25.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:40:25.953 [info] [command][28dd1ada-f4ee-488d-8534-041e9b6e1041] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""28dd1ada-f4ee-488d-8534-041e9b6e1041""}\n2025-08-01 13:40:25.954 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][042aed71-9b81-4145-8948-d55a37a6e194] received connection request\n2025-08-01 13:40:25.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:40:25.955 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:40:26.002 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][042aed71-9b81-4145-8948-d55a37a6e194] socks forwarding established\n2025-08-01 13:40:26.045 [info] [command][28dd1ada-f4ee-488d-8534-041e9b6e1041] Process exited with code 0\n2025-08-01 13:40:26.046 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][042aed71-9b81-4145-8948-d55a37a6e194] socks connection closed\n2025-08-01 13:40:26.046 [info] [command][28dd1ada-f4ee-488d-8534-041e9b6e1041] Socket close event received\n2025-08-01 13:40:26.087 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50956 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:41:26.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:41:26.051 [info] [command][8a1d981e-c914-487d-b13c-d6cb83d40be7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8a1d981e-c914-487d-b13c-d6cb83d40be7""}\n2025-08-01 13:41:26.053 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ea516479-09a0-4f95-ac1b-cb807c143bf8] received connection request\n2025-08-01 13:41:26.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:41:26.101 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ea516479-09a0-4f95-ac1b-cb807c143bf8] socks forwarding established\n2025-08-01 13:41:26.149 [info] [command][8a1d981e-c914-487d-b13c-d6cb83d40be7] Process exited with code 0\n2025-08-01 13:41:26.150 [info] [command][8a1d981e-c914-487d-b13c-d6cb83d40be7] Socket close event received\n2025-08-01 13:41:26.151 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ea516479-09a0-4f95-ac1b-cb807c143bf8] socks connection closed\n2025-08-01 13:41:26.191 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50973 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:42:26.149 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:42:26.151 [info] [command][1e76a17c-ab73-4366-9d97-5246a4ed53e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1e76a17c-ab73-4366-9d97-5246a4ed53e0""}\n2025-08-01 13:42:26.152 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][50bfc4bc-db8f-47b7-bae1-335140443084] received connection request\n2025-08-01 13:42:26.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:42:26.198 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][50bfc4bc-db8f-47b7-bae1-335140443084] socks forwarding established\n2025-08-01 13:42:26.244 [info] [command][1e76a17c-ab73-4366-9d97-5246a4ed53e0] Process exited with code 0\n2025-08-01 13:42:26.245 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][50bfc4bc-db8f-47b7-bae1-335140443084] socks connection closed\n2025-08-01 13:42:26.245 [info] [command][1e76a17c-ab73-4366-9d97-5246a4ed53e0] Socket close event received\n2025-08-01 13:42:26.286 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50988 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:43:26.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:43:26.250 [info] [command][e14c2222-cc59-4b78-80d3-5f77b068205c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e14c2222-cc59-4b78-80d3-5f77b068205c""}\n2025-08-01 13:43:26.250 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9b32c786-56b2-4613-9aee-c728099d56d8] received connection request\n2025-08-01 13:43:26.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:43:26.296 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b32c786-56b2-4613-9aee-c728099d56d8] socks forwarding established\n2025-08-01 13:43:26.358 [info] [command][e14c2222-cc59-4b78-80d3-5f77b068205c] Process exited with code 0\n2025-08-01 13:43:26.359 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b32c786-56b2-4613-9aee-c728099d56d8] socks connection closed\n2025-08-01 13:43:26.359 [info] [command][e14c2222-cc59-4b78-80d3-5f77b068205c] Socket close event received\n2025-08-01 13:43:26.398 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51017 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:44:26.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:44:26.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ac7217a6-1711-492c-9a08-046b38838172] received connection request\n2025-08-01 13:44:26.362 [info] [command][2cd1afc9-1613-44a3-9b60-1ec4abad52f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2cd1afc9-1613-44a3-9b60-1ec4abad52f4""}\n2025-08-01 13:44:26.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:44:26.363 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:44:26.406 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ac7217a6-1711-492c-9a08-046b38838172] socks forwarding established\n2025-08-01 13:44:26.450 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ac7217a6-1711-492c-9a08-046b38838172] socks connection closed\n2025-08-01 13:44:26.450 [info] [command][2cd1afc9-1613-44a3-9b60-1ec4abad52f4] Process exited with code 0\n2025-08-01 13:44:26.450 [info] [command][2cd1afc9-1613-44a3-9b60-1ec4abad52f4] Socket close event received\n2025-08-01 13:44:26.489 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51059 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:45:26.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:45:26.454 [info] [command][08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc""}\n2025-08-01 13:45:26.454 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3b50062e-6218-445d-9104-8894335ececc] received connection request\n2025-08-01 13:45:26.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:45:26.496 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3b50062e-6218-445d-9104-8894335ececc] socks forwarding established\n2025-08-01 13:45:26.541 [info] [command][08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc] Process exited with code 0\n2025-08-01 13:45:26.542 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3b50062e-6218-445d-9104-8894335ececc] socks connection closed\n2025-08-01 13:45:26.542 [info] [command][08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc] Socket close event received\n2025-08-01 13:45:26.584 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51094 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:46:26.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:46:26.540 [info] [command][d6ab9f5f-d62d-43e0-861e-d5f007a44bd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d6ab9f5f-d62d-43e0-861e-d5f007a44bd2""}\n2025-08-01 13:46:26.541 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ecb3027f-e5ff-4512-82ea-695807b4e50b] received connection request\n2025-08-01 13:46:26.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:46:26.582 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ecb3027f-e5ff-4512-82ea-695807b4e50b] socks forwarding established\n2025-08-01 13:46:26.627 [info] [command][d6ab9f5f-d62d-43e0-861e-d5f007a44bd2] Process exited with code 0\n2025-08-01 13:46:26.628 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ecb3027f-e5ff-4512-82ea-695807b4e50b] socks connection closed\n2025-08-01 13:46:26.628 [info] [command][d6ab9f5f-d62d-43e0-861e-d5f007a44bd2] Socket close event received\n2025-08-01 13:46:26.677 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51114 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:47:26.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:47:26.631 [info] [command][9e5c6446-88ce-4e58-8acd-377990e3a506] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9e5c6446-88ce-4e58-8acd-377990e3a506""}\n2025-08-01 13:47:26.632 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4dd92236-abe8-4989-8a3f-ea4c6563e86d] received connection request\n2025-08-01 13:47:26.633 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:47:26.681 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dd92236-abe8-4989-8a3f-ea4c6563e86d] socks forwarding established\n2025-08-01 13:47:26.726 [info] [command][9e5c6446-88ce-4e58-8acd-377990e3a506] Process exited with code 0\n2025-08-01 13:47:26.728 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dd92236-abe8-4989-8a3f-ea4c6563e86d] socks connection closed\n2025-08-01 13:47:26.728 [info] [command][9e5c6446-88ce-4e58-8acd-377990e3a506] Socket close event received\n2025-08-01 13:47:26.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51160 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:48:26.726 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:48:26.728 [info] [command][8d6db76c-d490-4b70-a321-9fddf2a78246] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8d6db76c-d490-4b70-a321-9fddf2a78246""}\n2025-08-01 13:48:26.728 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6f7df278-ea40-4b67-9eeb-c0c27eb79142] received connection request\n2025-08-01 13:48:26.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:48:26.771 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f7df278-ea40-4b67-9eeb-c0c27eb79142] socks forwarding established\n2025-08-01 13:48:26.819 [info] [command][8d6db76c-d490-4b70-a321-9fddf2a78246] Process exited with code 0\n2025-08-01 13:48:26.819 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f7df278-ea40-4b67-9eeb-c0c27eb79142] socks connection closed\n2025-08-01 13:48:26.820 [info] [command][8d6db76c-d490-4b70-a321-9fddf2a78246] Socket close event received\n2025-08-01 13:48:26.862 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51182 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:49:26.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:49:26.823 [info] [command][7b534b45-c5e0-4ba9-ad4f-030eb552bb27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7b534b45-c5e0-4ba9-ad4f-030eb552bb27""}\n2025-08-01 13:49:26.824 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9e7a2942-7607-49e6-be2a-79866ce2d4b7] received connection request\n2025-08-01 13:49:26.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:49:26.866 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e7a2942-7607-49e6-be2a-79866ce2d4b7] socks forwarding established\n2025-08-01 13:49:26.912 [info] [command][7b534b45-c5e0-4ba9-ad4f-030eb552bb27] Process exited with code 0\n2025-08-01 13:49:26.912 [info] [command][7b534b45-c5e0-4ba9-ad4f-030eb552bb27] Socket close event received\n2025-08-01 13:49:26.913 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e7a2942-7607-49e6-be2a-79866ce2d4b7] socks connection closed\n2025-08-01 13:49:26.966 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51211 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:50:26.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:50:26.917 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c13fdf21-0d49-47cd-b8b1-8b74f764d57c] received connection request\n2025-08-01 13:50:26.918 [info] [command][1204b3e7-ab48-4833-b2a0-ccf14f720716] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1204b3e7-ab48-4833-b2a0-ccf14f720716""}\n2025-08-01 13:50:26.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:50:26.960 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c13fdf21-0d49-47cd-b8b1-8b74f764d57c] socks forwarding established\n2025-08-01 13:50:27.003 [info] [command][1204b3e7-ab48-4833-b2a0-ccf14f720716] Process exited with code 0\n2025-08-01 13:50:27.004 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c13fdf21-0d49-47cd-b8b1-8b74f764d57c] socks connection closed\n2025-08-01 13:50:27.004 [info] [command][1204b3e7-ab48-4833-b2a0-ccf14f720716] Socket close event received\n2025-08-01 13:50:27.044 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51240 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:51:27.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:51:27.004 [info] [command][b5fc0439-d07e-42dd-ac7f-adfa96948db0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b5fc0439-d07e-42dd-ac7f-adfa96948db0""}\n2025-08-01 13:51:27.005 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2f5da27f-1dc1-43dd-9786-9f20343c9dbc] received connection request\n2025-08-01 13:51:27.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:51:27.050 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2f5da27f-1dc1-43dd-9786-9f20343c9dbc] socks forwarding established\n2025-08-01 13:51:27.096 [info] [command][b5fc0439-d07e-42dd-ac7f-adfa96948db0] Process exited with code 0\n2025-08-01 13:51:27.097 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2f5da27f-1dc1-43dd-9786-9f20343c9dbc] socks connection closed\n2025-08-01 13:51:27.097 [info] [command][b5fc0439-d07e-42dd-ac7f-adfa96948db0] Socket close event received\n2025-08-01 13:51:27.140 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51260 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:52:27.096 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:52:27.099 [info] [command][0df282de-1a0e-428c-9986-3d93cc2c0e39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0df282de-1a0e-428c-9986-3d93cc2c0e39""}\n2025-08-01 13:52:27.099 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1365954c-0cec-4842-86d1-5e0112deb4f3] received connection request\n2025-08-01 13:52:27.100 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:52:27.142 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1365954c-0cec-4842-86d1-5e0112deb4f3] socks forwarding established\n2025-08-01 13:52:27.186 [info] [command][0df282de-1a0e-428c-9986-3d93cc2c0e39] Process exited with code 0\n2025-08-01 13:52:27.187 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1365954c-0cec-4842-86d1-5e0112deb4f3] socks connection closed\n2025-08-01 13:52:27.187 [info] [command][0df282de-1a0e-428c-9986-3d93cc2c0e39] Socket close event received\n2025-08-01 13:52:27.226 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51274 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:53:27.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:53:27.192 [info] [command][2a77f98a-b2e1-4e89-abe6-d27d63736fc4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2a77f98a-b2e1-4e89-abe6-d27d63736fc4""}\n2025-08-01 13:53:27.192 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][25e63a8b-e9f0-47af-978c-b0244513a7a9] received connection request\n2025-08-01 13:53:27.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:53:27.284 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25e63a8b-e9f0-47af-978c-b0244513a7a9] socks forwarding established\n2025-08-01 13:53:27.445 [info] [command][2a77f98a-b2e1-4e89-abe6-d27d63736fc4] Process exited with code 0\n2025-08-01 13:53:27.445 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25e63a8b-e9f0-47af-978c-b0244513a7a9] socks connection closed\n2025-08-01 13:53:27.446 [info] [command][2a77f98a-b2e1-4e89-abe6-d27d63736fc4] Socket close event received\n2025-08-01 13:53:27.485 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51292 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:54:27.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:54:27.446 [info] [command][2026cfd0-6fc6-4df2-84cc-68459b937587] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2026cfd0-6fc6-4df2-84cc-68459b937587""}\n2025-08-01 13:54:27.446 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][23a2f956-3ecc-45cd-9332-dcae8f7aac83] received connection request\n2025-08-01 13:54:27.447 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:54:27.492 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23a2f956-3ecc-45cd-9332-dcae8f7aac83] socks forwarding established\n2025-08-01 13:54:27.538 [info] [command][2026cfd0-6fc6-4df2-84cc-68459b937587] Process exited with code 0\n2025-08-01 13:54:27.538 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23a2f956-3ecc-45cd-9332-dcae8f7aac83] socks connection closed\n2025-08-01 13:54:27.538 [info] [command][2026cfd0-6fc6-4df2-84cc-68459b937587] Socket close event received\n2025-08-01 13:54:27.578 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51321 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:55:27.536 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:55:27.539 [info] [command][0af452e1-bebb-405c-9b89-f730285bee7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0af452e1-bebb-405c-9b89-f730285bee7c""}\n2025-08-01 13:55:27.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b6751149-a24b-42d4-b52b-5ed739e70a4e] received connection request\n2025-08-01 13:55:27.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:55:27.584 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6751149-a24b-42d4-b52b-5ed739e70a4e] socks forwarding established\n2025-08-01 13:55:27.638 [info] [command][0af452e1-bebb-405c-9b89-f730285bee7c] Process exited with code 0\n2025-08-01 13:55:27.638 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6751149-a24b-42d4-b52b-5ed739e70a4e] socks connection closed\n2025-08-01 13:55:27.638 [info] [command][0af452e1-bebb-405c-9b89-f730285bee7c] Socket close event received\n2025-08-01 13:55:27.694 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51366 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:56:27.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:56:27.642 [info] [command][53cf27c9-0de2-41b2-a64a-3046c20cc54f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""53cf27c9-0de2-41b2-a64a-3046c20cc54f""}\n2025-08-01 13:56:27.643 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][37ae4621-f52f-4532-9992-1f687e8b25f6] received connection request\n2025-08-01 13:56:27.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:56:27.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37ae4621-f52f-4532-9992-1f687e8b25f6] socks forwarding established\n2025-08-01 13:56:27.747 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37ae4621-f52f-4532-9992-1f687e8b25f6] socks connection closed\n2025-08-01 13:56:27.747 [info] [command][53cf27c9-0de2-41b2-a64a-3046c20cc54f] Process exited with code 0\n2025-08-01 13:56:27.747 [info] [command][53cf27c9-0de2-41b2-a64a-3046c20cc54f] Socket close event received\n2025-08-01 13:56:27.788 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51393 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:57:27.748 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:57:27.751 [info] [command][d4856359-ac44-4164-91c0-2c285c443580] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d4856359-ac44-4164-91c0-2c285c443580""}\n2025-08-01 13:57:27.752 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6bb1c270-574f-4756-9dc9-b083161e07a3] received connection request\n2025-08-01 13:57:27.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:57:27.800 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6bb1c270-574f-4756-9dc9-b083161e07a3] socks forwarding established\n2025-08-01 13:57:27.851 [info] [command][d4856359-ac44-4164-91c0-2c285c443580] Process exited with code 0\n2025-08-01 13:57:27.852 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6bb1c270-574f-4756-9dc9-b083161e07a3] socks connection closed\n2025-08-01 13:57:27.852 [info] [command][d4856359-ac44-4164-91c0-2c285c443580] Socket close event received\n2025-08-01 13:57:27.894 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51407 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:58:27.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:58:27.858 [info] [command][49bd8ed9-b6b8-475e-855d-9abff98df326] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""49bd8ed9-b6b8-475e-855d-9abff98df326""}\n2025-08-01 13:58:27.858 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][71bd0c42-bd97-4197-8811-027ffe0a0efd] received connection request\n2025-08-01 13:58:27.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:58:27.859 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:58:27.901 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][71bd0c42-bd97-4197-8811-027ffe0a0efd] socks forwarding established\n2025-08-01 13:58:27.945 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][71bd0c42-bd97-4197-8811-027ffe0a0efd] socks connection closed\n2025-08-01 13:58:27.945 [info] [command][49bd8ed9-b6b8-475e-855d-9abff98df326] Process exited with code 0\n2025-08-01 13:58:27.945 [info] [command][49bd8ed9-b6b8-475e-855d-9abff98df326] Socket close event received\n2025-08-01 13:58:27.985 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51427 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:59:27.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:59:27.946 [info] [command][39e9e191-cfff-499b-9f7d-5c2033a2d04b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""39e9e191-cfff-499b-9f7d-5c2033a2d04b""}\n2025-08-01 13:59:27.947 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7ba8c227-cfe5-4b6f-bb3f-7834aba9ae6e] received connection request\n2025-08-01 13:59:27.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:59:27.988 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ba8c227-cfe5-4b6f-bb3f-7834aba9ae6e] socks forwarding established\n2025-08-01 13:59:28.031 [info] [command][39e9e191-cfff-499b-9f7d-5c2033a2d04b] Process exited with code 0\n2025-08-01 13:59:28.032 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ba8c227-cfe5-4b6f-bb3f-7834aba9ae6e] socks connection closed\n2025-08-01 13:59:28.032 [info] [command][39e9e191-cfff-499b-9f7d-5c2033a2d04b] Socket close event received\n2025-08-01 13:59:28.071 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51463 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:00:28.033 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:00:28.035 [info] [command][cd295e69-2071-45f6-96b4-e9693e9ca500] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cd295e69-2071-45f6-96b4-e9693e9ca500""}\n2025-08-01 14:00:28.036 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][91a9d419-211b-488b-9cd4-a3a4ed44ad42] received connection request\n2025-08-01 14:00:28.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:00:28.082 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][91a9d419-211b-488b-9cd4-a3a4ed44ad42] socks forwarding established\n2025-08-01 14:00:28.129 [info] [command][cd295e69-2071-45f6-96b4-e9693e9ca500] Process exited with code 0\n2025-08-01 14:00:28.131 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][91a9d419-211b-488b-9cd4-a3a4ed44ad42] socks connection closed\n2025-08-01 14:00:28.132 [info] [command][cd295e69-2071-45f6-96b4-e9693e9ca500] Socket close event received\n2025-08-01 14:00:28.178 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51498 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:01:28.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:01:28.133 [info] [command][2bda6856-b751-4807-ab92-37e9a3481678] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2bda6856-b751-4807-ab92-37e9a3481678""}\n2025-08-01 14:01:28.134 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f68fe27e-3a05-4b20-a3fa-32593aa5455d] received connection request\n2025-08-01 14:01:28.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:01:28.180 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f68fe27e-3a05-4b20-a3fa-32593aa5455d] socks forwarding established\n2025-08-01 14:01:28.231 [info] [command][2bda6856-b751-4807-ab92-37e9a3481678] Process exited with code 0\n2025-08-01 14:01:28.231 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f68fe27e-3a05-4b20-a3fa-32593aa5455d] socks connection closed\n2025-08-01 14:01:28.231 [info] [command][2bda6856-b751-4807-ab92-37e9a3481678] Socket close event received\n2025-08-01 14:01:28.270 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51529 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:02:28.231 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:02:28.232 [info] [command][413a890e-e70e-4f87-9a86-8ad504389665] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""413a890e-e70e-4f87-9a86-8ad504389665""}\n2025-08-01 14:02:28.233 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][876fba26-ff3d-4ac4-a43e-b07f69c017d6] received connection request\n2025-08-01 14:02:28.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:02:28.277 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][876fba26-ff3d-4ac4-a43e-b07f69c017d6] socks forwarding established\n2025-08-01 14:02:28.325 [info] [command][413a890e-e70e-4f87-9a86-8ad504389665] Process exited with code 0\n2025-08-01 14:02:28.326 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][876fba26-ff3d-4ac4-a43e-b07f69c017d6] socks connection closed\n2025-08-01 14:02:28.326 [info] [command][413a890e-e70e-4f87-9a86-8ad504389665] Socket close event received\n2025-08-01 14:02:28.368 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51541 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:03:28.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:03:28.330 [info] [command][bf898f6b-d972-4294-ab00-75bf5acb7cfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""bf898f6b-d972-4294-ab00-75bf5acb7cfb""}\n2025-08-01 14:03:28.331 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][22db1dcc-5410-4f07-b07d-f505505f3ac1] received connection request\n2025-08-01 14:03:28.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:03:28.373 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][22db1dcc-5410-4f07-b07d-f505505f3ac1] socks forwarding established\n2025-08-01 14:03:28.417 [info] [command][bf898f6b-d972-4294-ab00-75bf5acb7cfb] Process exited with code 0\n2025-08-01 14:03:28.418 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][22db1dcc-5410-4f07-b07d-f505505f3ac1] socks connection closed\n2025-08-01 14:03:28.418 [info] [command][bf898f6b-d972-4294-ab00-75bf5acb7cfb] Socket close event received\n2025-08-01 14:03:28.456 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51559 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:04:28.417 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:04:28.420 [info] [command][8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b""}\n2025-08-01 14:04:28.421 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f6e339cc-2221-4dc6-8dbd-addf1ba85114] received connection request\n2025-08-01 14:04:28.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:04:28.463 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6e339cc-2221-4dc6-8dbd-addf1ba85114] socks forwarding established\n2025-08-01 14:04:28.592 [info] [command][8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b] Process exited with code 0\n2025-08-01 14:04:28.593 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6e339cc-2221-4dc6-8dbd-addf1ba85114] socks connection closed\n2025-08-01 14:04:28.593 [info] [command][8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b] Socket close event received\n2025-08-01 14:04:28.637 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51588 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:05:28.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:05:28.599 [info] [command][ad69d65b-5722-42a4-9d48-4eb208d673c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ad69d65b-5722-42a4-9d48-4eb208d673c6""}\n2025-08-01 14:05:28.600 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c5e0bacf-95c4-4d74-8d60-e308831f220b] received connection request\n2025-08-01 14:05:28.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:05:28.647 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c5e0bacf-95c4-4d74-8d60-e308831f220b] socks forwarding established\n2025-08-01 14:05:28.695 [info] [command][ad69d65b-5722-42a4-9d48-4eb208d673c6] Process exited with code 0\n2025-08-01 14:05:28.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c5e0bacf-95c4-4d74-8d60-e308831f220b] socks connection closed\n2025-08-01 14:05:28.695 [info] [command][ad69d65b-5722-42a4-9d48-4eb208d673c6] Socket close event received\n2025-08-01 14:05:28.736 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51621 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:06:28.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:06:28.699 [info] [command][aeffe230-1b32-46d6-90ab-0493b6004f67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aeffe230-1b32-46d6-90ab-0493b6004f67""}\n2025-08-01 14:06:28.700 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f342a9b6-fc65-4235-89c1-a909a92146c3] received connection request\n2025-08-01 14:06:28.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 14:06:28.701 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:06:28.747 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f342a9b6-fc65-4235-89c1-a909a92146c3] socks forwarding established\n2025-08-01 14:06:28.792 [info] [command][aeffe230-1b32-46d6-90ab-0493b6004f67] Process exited with code 0\n2025-08-01 14:06:28.792 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f342a9b6-fc65-4235-89c1-a909a92146c3] socks connection closed\n2025-08-01 14:06:28.794 [info] [command][aeffe230-1b32-46d6-90ab-0493b6004f67] Socket close event received\n2025-08-01 14:06:28.836 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51637 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:07:27.791 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][560b6b58-61d8-4ec1-82d6-905186807171] received connection request\n2025-08-01 14:07:27.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:07:27.834 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][560b6b58-61d8-4ec1-82d6-905186807171] socks forwarding established\n2025-08-01 14:07:28.788 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:07:28.788 [info] [command][5e477985-5b51-4219-894f-5a6ce98321ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5e477985-5b51-4219-894f-5a6ce98321ce""}\n2025-08-01 14:07:28.789 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c7a78e39-659c-458d-b1fc-2e11d9bcf08a] received connection request\n2025-08-01 14:07:28.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:07:28.832 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7a78e39-659c-458d-b1fc-2e11d9bcf08a] socks forwarding established\n2025-08-01 14:07:28.877 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7a78e39-659c-458d-b1fc-2e11d9bcf08a] socks connection closed\n2025-08-01 14:07:28.877 [info] [command][5e477985-5b51-4219-894f-5a6ce98321ce] Process exited with code 0\n2025-08-01 14:07:28.877 [info] [command][5e477985-5b51-4219-894f-5a6ce98321ce] Socket close event received\n2025-08-01 14:07:28.917 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51657 to 127.0.0.1 port 60081, nchannels 7\n\n2025-08-01 14:07:33.882 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][560b6b58-61d8-4ec1-82d6-905186807171] socks connection closed\n2025-08-01 14:07:33.928 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 42663, connect from 127.0.0.1 port 51654 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:08:28.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:08:28.877 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6e7ceca5-0223-4464-b37b-839ef18f757e] received connection request\n2025-08-01 14:08:28.878 [info] [command][e4954ecd-328d-4f38-aa35-a1e9787650fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e4954ecd-328d-4f38-aa35-a1e9787650fc""}\n2025-08-01 14:08:28.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:08:28.921 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6e7ceca5-0223-4464-b37b-839ef18f757e] socks forwarding established\n2025-08-01 14:08:28.967 [info] [command][e4954ecd-328d-4f38-aa35-a1e9787650fc] Process exited with code 0\n2025-08-01 14:08:28.967 [info] [command][e4954ecd-328d-4f38-aa35-a1e9787650fc] Socket close event received\n2025-08-01 14:08:28.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6e7ceca5-0223-4464-b37b-839ef18f757e] socks connection closed\n2025-08-01 14:08:29.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51670 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:09:28.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:09:28.972 [info] [command][033ccb72-41b4-4a58-82dc-b462b7737826] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""033ccb72-41b4-4a58-82dc-b462b7737826""}\n2025-08-01 14:09:28.973 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][55e5a319-92e4-45cb-866d-a37744687cc4] received connection request\n2025-08-01 14:09:28.974 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:09:29.016 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][55e5a319-92e4-45cb-866d-a37744687cc4] socks forwarding established\n2025-08-01 14:09:29.065 [info] [command][033ccb72-41b4-4a58-82dc-b462b7737826] Process exited with code 0\n2025-08-01 14:09:29.066 [info] [command][033ccb72-41b4-4a58-82dc-b462b7737826] Socket close event received\n2025-08-01 14:09:29.067 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][55e5a319-92e4-45cb-866d-a37744687cc4] socks connection closed\n2025-08-01 14:09:29.114 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51708 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:10:29.066 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:10:29.068 [info] [command][a02a9be6-9a17-47e9-9b3c-493cb96db461] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a02a9be6-9a17-47e9-9b3c-493cb96db461""}\n2025-08-01 14:10:29.068 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d3b3098b-d0d0-4d99-8e94-fc28274a2b10] received connection request\n2025-08-01 14:10:29.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:10:29.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3b3098b-d0d0-4d99-8e94-fc28274a2b10] socks forwarding established\n2025-08-01 14:10:29.164 [info] [command][a02a9be6-9a17-47e9-9b3c-493cb96db461] Process exited with code 0\n2025-08-01 14:10:29.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3b3098b-d0d0-4d99-8e94-fc28274a2b10] socks connection closed\n2025-08-01 14:10:29.167 [info] [command][a02a9be6-9a17-47e9-9b3c-493cb96db461] Socket close event received\n2025-08-01 14:10:29.208 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51751 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:11:29.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:11:29.170 [info] [command][c3f2d2d0-bac1-4604-9de6-f2ca09126ba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c3f2d2d0-bac1-4604-9de6-f2ca09126ba3""}\n2025-08-01 14:11:29.171 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][42e82c5a-d750-495d-9f28-00c026a54c97] received connection request\n2025-08-01 14:11:29.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:11:29.211 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][42e82c5a-d750-495d-9f28-00c026a54c97] socks forwarding established\n2025-08-01 14:11:29.259 [info] [command][c3f2d2d0-bac1-4604-9de6-f2ca09126ba3] Process exited with code 0\n2025-08-01 14:11:29.260 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][42e82c5a-d750-495d-9f28-00c026a54c97] socks connection closed\n2025-08-01 14:11:29.260 [info] [command][c3f2d2d0-bac1-4604-9de6-f2ca09126ba3] Socket close event received\n2025-08-01 14:11:29.304 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51765 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:12:29.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:12:29.265 [info] [command][a8eb28cb-427f-4ac3-930f-b3a8727072c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a8eb28cb-427f-4ac3-930f-b3a8727072c7""}\n2025-08-01 14:12:29.266 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ef774836-adb4-41c9-8434-2f0ed7986965] received connection request\n2025-08-01 14:12:29.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:12:29.314 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ef774836-adb4-41c9-8434-2f0ed7986965] socks forwarding established\n2025-08-01 14:12:29.368 [info] [command][a8eb28cb-427f-4ac3-930f-b3a8727072c7] Process exited with code 0\n2025-08-01 14:12:29.368 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ef774836-adb4-41c9-8434-2f0ed7986965] socks connection closed\n2025-08-01 14:12:29.369 [info] [command][a8eb28cb-427f-4ac3-930f-b3a8727072c7] Socket close event received\n2025-08-01 14:12:29.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51785 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:13:29.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:13:29.372 [info] [command][986154fc-b63a-472c-846c-454eb3763930] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""986154fc-b63a-472c-846c-454eb3763930""}\n2025-08-01 14:13:29.373 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][29fe04ca-a1df-4d01-b133-24a94d42dbe3] received connection request\n2025-08-01 14:13:29.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:13:29.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][29fe04ca-a1df-4d01-b133-24a94d42dbe3] socks forwarding established\n2025-08-01 14:13:29.458 [info] [command][986154fc-b63a-472c-846c-454eb3763930] Process exited with code 0\n2025-08-01 14:13:29.458 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][29fe04ca-a1df-4d01-b133-24a94d42dbe3] socks connection closed\n2025-08-01 14:13:29.459 [info] [command][986154fc-b63a-472c-846c-454eb3763930] Socket close event received\n2025-08-01 14:13:29.500 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51800 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:14:29.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:14:29.464 [info] [command][9470ac37-5727-4a55-ae3b-ea1433615b79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9470ac37-5727-4a55-ae3b-ea1433615b79""}\n2025-08-01 14:14:29.465 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4dce2fe0-fb79-4c02-8d31-97b53d918f82] received connection request\n2025-08-01 14:14:29.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:14:29.514 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dce2fe0-fb79-4c02-8d31-97b53d918f82] socks forwarding established\n2025-08-01 14:14:29.565 [info] [command][9470ac37-5727-4a55-ae3b-ea1433615b79] Process exited with code 0\n2025-08-01 14:14:29.566 [info] [command][9470ac37-5727-4a55-ae3b-ea1433615b79] Socket close event received\n2025-08-01 14:14:29.567 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dce2fe0-fb79-4c02-8d31-97b53d918f82] socks connection closed\n2025-08-01 14:14:29.608 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51830 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:15:29.566 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:15:29.569 [info] [command][6830aa4d-39eb-4380-8dba-3110349f01fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6830aa4d-39eb-4380-8dba-3110349f01fe""}\n2025-08-01 14:15:29.570 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7edfa653-be6b-464a-9280-009cce990da5] received connection request\n2025-08-01 14:15:29.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:15:29.613 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7edfa653-be6b-464a-9280-009cce990da5] socks forwarding established\n2025-08-01 14:15:29.659 [info] [command][6830aa4d-39eb-4380-8dba-3110349f01fe] Process exited with code 0\n2025-08-01 14:15:29.660 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7edfa653-be6b-464a-9280-009cce990da5] socks connection closed\n2025-08-01 14:15:29.660 [info] [command][6830aa4d-39eb-4380-8dba-3110349f01fe] Socket close event received\n2025-08-01 14:15:29.702 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51864 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:15:34.502 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 14:15:34.502 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 14:15:34.534 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][58083b58-0294-4f7e-acdf-d407a2296b26] received connection request\n2025-08-01 14:15:34.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:19:31.552 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 14:19:31.553 [error] Failed to connect to Cursor server at http://127.0.0.1:60083, attempt 1 of 3 This operation was aborted\n2025-08-01 14:19:31.554 [error] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][58083b58-0294-4f7e-acdf-d407a2296b26] error while creating socks forwarding Proxy connection timed out\n2025-08-01 14:19:31.554 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:19:31.555 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7aba7b71-91b0-4b98-98db-2894e2e0d679] received connection request\n2025-08-01 14:19:31.555 [info] [command][d2e0c728-a685-429f-8efe-a23456afcb6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d2e0c728-a685-429f-8efe-a23456afcb6e""}\n2025-08-01 14:19:31.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:19:31.559 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][b20bea1f-e1c2-4d7a-b52c-d24d4d208c02] received connection request\n2025-08-01 14:19:31.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:19:31.616 [info] Terminating existing SSH process with pid: 7554\n2025-08-01 14:19:31.616 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 14:19:31.617 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 14:19:31.618 [error] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7aba7b71-91b0-4b98-98db-2894e2e0d679] error while creating socks forwarding Socket closed\n2025-08-01 14:19:31.618 [error] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][b20bea1f-e1c2-4d7a-b52c-d24d4d208c02] error while creating socks forwarding Socket closed\n2025-08-01 14:19:31.618 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][5d621007-57bd-40c3-b036-9652ff6445df] socks connection closed\n2025-08-01 14:19:31.618 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][f05ec0ab-3c52-4a80-b97e-e98e5fa33137] socks connection closed\n2025-08-01 14:19:31.618 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:31.618 [info] [command][d2e0c728-a685-429f-8efe-a23456afcb6e] Socket end event received\n2025-08-01 14:19:31.619 [info] [command][d2e0c728-a685-429f-8efe-a23456afcb6e] Socket close event received\n2025-08-01 14:19:31.623 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63212.sh"" | ssh -v -T -D 51891 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:31.623 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:31.623 [info] Waiting for server to install via process(15536)...\n2025-08-01 14:19:31.632 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:31.632 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:31.634 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:31.634 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:31.634 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:31.636 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:31.636 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:31.637 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:31.637 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:32.555 [error] Failed to connect to Cursor server at http://127.0.0.1:60083, attempt 2 of 3 This operation was aborted\n2025-08-01 14:19:33.560 [error] Failed to connect to Cursor server at http://127.0.0.1:60083, attempt 3 of 3 This operation was aborted\n2025-08-01 14:19:33.560 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 14:19:33.560 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 14:19:36.645 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63212.sh\n2025-08-01 14:19:36.646 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:36.652 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95986.sh"" | ssh -v -T -D 51892 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:36.652 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:36.652 [info] Waiting for server to install via process(15545)...\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:36.676 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:36.677 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:36.677 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:36.677 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:41.678 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95986.sh\n2025-08-01 14:19:41.679 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:41.684 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71802.sh"" | ssh -v -T -D 51914 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:41.685 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:41.685 [info] Waiting for server to install via process(15554)...\n2025-08-01 14:19:41.702 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:41.702 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:41.705 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:41.705 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:41.705 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:41.705 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:46.715 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71802.sh\n2025-08-01 14:19:46.716 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:46.721 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17478.sh"" | ssh -v -T -D 51918 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:46.721 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:46.721 [info] Waiting for server to install via process(15560)...\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:46.739 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:46.741 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:46.741 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:46.742 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:46.742 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:51.747 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17478.sh\n2025-08-01 14:19:51.749 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:51.753 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46625.sh"" | ssh -v -T -D 51919 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:51.753 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:51.753 [info] Waiting for server to install via process(15569)...\n2025-08-01 14:19:51.769 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 14:19:51.769 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 14:19:51.769 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:51.770 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:51.770 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:51.770 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:51.772 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:51.773 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:51.773 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:51.773 [info] Retrying connection in 5 seconds...\n2025-08-01 14:28:02.512 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46625.sh\n2025-08-01 14:28:02.514 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:28:02.517 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70907.sh"" | ssh -v -T -D 51920 login.haicore.berlin bash --login -c bash\n2025-08-01 14:28:02.518 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:28:02.518 [info] Waiting for server to install via process(15575)...\n2025-08-01 14:28:02.533 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 14:28:02.533 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:28:02.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:28:02.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:28:02.534 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:28:02.536 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:28:02.537 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:28:02.537 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:28:02.537 [error] Failed to connect after 6 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:28:02.537 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70907.sh\n2025-08-01 14:28:02.538 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 15:14:00.858 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 15:14:00.866 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Rc1Ot7/socket.sock\n2025-08-01 15:14:00.867 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:14:00.871 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Rc1Ot7/socket.sock\n2025-08-01 15:14:00.874 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7383.sh"" | ssh -v -T -D 52302 login.haicore.berlin bash --login -c bash\n2025-08-01 15:14:00.874 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:14:00.874 [info] Waiting for server to install via process(16243)...\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:14:00.883 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:14:00.884 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 15:14:00.885 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 15:14:00.886 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 15:14:00.886 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7383.sh\n2025-08-01 15:14:00.886 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 15:14:13.471 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 15:14:13.477 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O73DN5/socket.sock\n2025-08-01 15:14:13.478 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:14:13.479 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O73DN5/socket.sock\n2025-08-01 15:14:13.482 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17049.sh"" | ssh -v -T -D 52348 login.haicore.berlin bash --login -c bash\n2025-08-01 15:14:13.482 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:14:13.482 [info] Waiting for server to install via process(16268)...\n2025-08-01 15:14:13.489 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 15:14:13.489 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:14:13.489 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:14:13.799 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 15:14:13.800 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 15:14:13.800 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 15:14:13.836 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 15:14:13.840 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 15:14:13.841 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 15:14:13.863 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 15:14:13.864 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 15:14:13.908 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 15:14:13.910 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 15:14:13.910 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 15:14:13.914 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 15:14:13.914 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 15:14:14.027 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 15:14:14.064 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 15:14:14.070 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 15:14:14.070 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:14:14.150 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:14:14.211 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:52348 forwarded to remote address socks:0\n\n2025-08-01 15:14:14.211 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 52348.\n\n2025-08-01 15:14:14.211 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 52348.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 15:14:14.212 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 15:14:14.391 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 15:14:14.392 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 15:14:14.400 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-08-01 15:14:14.400 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 15:14:14.429 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-08-01 15:14:14.429 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-08-01 15:14:14.870 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 15:14:14.878 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 15:14:14.887 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:14:14.901 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 15:14:14.909 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:14:14.917 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 26564bd8-6418-47b1-905f-e3673207b5e6\nMultiplex server started with PID 735412 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:14:14.931 [info] (ssh_tunnel) stdout: Multiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:14:15.425 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 15:14:15.445 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-01 15:14:15.451 [info] (ssh_tunnel) stdout: Code server started with PID 735436 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:14:15.458 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:14:15.960 [info] (ssh_tunnel) stdout: 59e35009a28e943d0624e092: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36921==\nmultiplexConnectionToken==26564bd8-6418-47b1-905f-e3673207b5e6==\n\n2025-08-01 15:14:15.969 [info] (ssh_tunnel) stdout: codeListeningOn==40937==\ncodeConnectionToken==88f8d8f3-0841-40b6-b9a7-b634e9e16335==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n59e35009a28e943d0624e092: end\n\n2025-08-01 15:14:15.971 [info] Server install command exit code: 0\n2025-08-01 15:14:15.971 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17049.sh\n2025-08-01 15:14:15.971 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:14:15.972 [info] [forwarding][code] creating new forwarding server\n2025-08-01 15:14:15.973 [info] [forwarding][code] server listening on 127.0.0.1:52351\n2025-08-01 15:14:15.973 [info] [forwarding][code] Set up server\n2025-08-01 15:14:15.973 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 88f8d8f3-0841-40b6-b9a7-b634e9e16335\n2025-08-01 15:14:15.973 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 15:14:15.973 [info] [forwarding][multiplex] server listening on 127.0.0.1:52352\n2025-08-01 15:14:15.973 [info] [forwarding][multiplex] Set up server\n2025-08-01 15:14:15.975 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 26564bd8-6418-47b1-905f-e3673207b5e6\n2025-08-01 15:14:15.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:14:15.976 [info] [remote-ssh] Resolved exec server. Socks port: 52348\n2025-08-01 15:14:15.976 [info] Setting up 0 default forwarded ports\n2025-08-01 15:14:15.976 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":52351,""connectionToken"":""88f8d8f3-0841-40b6-b9a7-b634e9e16335"",""extensionHostEnv"":{}}. Socks port: 52348\n2025-08-01 15:14:15.978 [info] [command][1654eea3-3625-4c9e-a253-8d5a20dbf64d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1654eea3-3625-4c9e-a253-8d5a20dbf64d""}\n2025-08-01 15:14:15.980 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][c2a292e0-5169-48bf-96d3-bcd14710efb3] received connection request\n2025-08-01 15:14:15.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:16.025 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][23f3ca35-e9d5-4e56-afbf-a27a87634edb] received connection request\n2025-08-01 15:14:16.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:14:16.036 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:16.037 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][c2a292e0-5169-48bf-96d3-bcd14710efb3] socks forwarding established\n2025-08-01 15:14:16.072 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][23f3ca35-e9d5-4e56-afbf-a27a87634edb] socks forwarding established\n2025-08-01 15:14:16.083 [info] [command][1654eea3-3625-4c9e-a253-8d5a20dbf64d] Process exited with code 0\n2025-08-01 15:14:16.083 [info] [command][1654eea3-3625-4c9e-a253-8d5a20dbf64d] Socket close event received\n2025-08-01 15:14:16.093 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][c2a292e0-5169-48bf-96d3-bcd14710efb3] socks connection closed\n2025-08-01 15:14:16.112 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52354 to 127.0.0.1 port 52348, nchannels 5\n\n2025-08-01 15:14:16.135 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][b27e9dfe-acc4-4c7c-80e4-2e1e157ed324] received connection request\n2025-08-01 15:14:16.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:16.169 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][b27e9dfe-acc4-4c7c-80e4-2e1e157ed324] socks forwarding established\n2025-08-01 15:14:16.331 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 15:14:20.954 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][07908b60-6e89-41e5-a6a3-198a66a30d48] received connection request\n2025-08-01 15:14:20.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:20.993 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][07908b60-6e89-41e5-a6a3-198a66a30d48] socks forwarding established\n2025-08-01 15:14:27.063 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][07908b60-6e89-41e5-a6a3-198a66a30d48] socks connection closed\n2025-08-01 15:14:27.093 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 40937, connect from 127.0.0.1 port 52410 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:15:16.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:15:16.088 [info] [command][a60f3a66-80f3-44fa-af16-669687dc774d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a60f3a66-80f3-44fa-af16-669687dc774d""}\n2025-08-01 15:15:16.089 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][09c54bbe-c4ec-4f28-be9d-65a77a71552a] received connection request\n2025-08-01 15:15:16.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:15:16.151 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09c54bbe-c4ec-4f28-be9d-65a77a71552a] socks forwarding established\n2025-08-01 15:15:16.238 [info] [command][a60f3a66-80f3-44fa-af16-669687dc774d] Process exited with code 0\n2025-08-01 15:15:16.238 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09c54bbe-c4ec-4f28-be9d-65a77a71552a] socks connection closed\n2025-08-01 15:15:16.238 [info] [command][a60f3a66-80f3-44fa-af16-669687dc774d] Socket close event received\n2025-08-01 15:15:16.286 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52448 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:16:16.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:16:16.240 [info] [command][ca51061d-80b6-49c2-ab51-75c022f0c033] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""ca51061d-80b6-49c2-ab51-75c022f0c033""}\n2025-08-01 15:16:16.241 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][2db4957f-be7c-4093-8252-cde2ae00b31f] received connection request\n2025-08-01 15:16:16.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:16:16.294 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2db4957f-be7c-4093-8252-cde2ae00b31f] socks forwarding established\n2025-08-01 15:16:16.801 [info] [command][ca51061d-80b6-49c2-ab51-75c022f0c033] Process exited with code 0\n2025-08-01 15:16:16.802 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2db4957f-be7c-4093-8252-cde2ae00b31f] socks connection closed\n2025-08-01 15:16:16.802 [info] [command][ca51061d-80b6-49c2-ab51-75c022f0c033] Socket close event received\n2025-08-01 15:16:16.861 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52461 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:17:16.805 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:17:16.807 [info] [command][0d18daf9-5257-405c-8413-182bf102e8bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""0d18daf9-5257-405c-8413-182bf102e8bb""}\n2025-08-01 15:17:16.808 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][61294ead-6296-4902-8a19-5785e3971e59] received connection request\n2025-08-01 15:17:16.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:17:16.849 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][61294ead-6296-4902-8a19-5785e3971e59] socks forwarding established\n2025-08-01 15:17:16.907 [info] [command][0d18daf9-5257-405c-8413-182bf102e8bb] Process exited with code 0\n2025-08-01 15:17:16.908 [info] [command][0d18daf9-5257-405c-8413-182bf102e8bb] Socket close event received\n2025-08-01 15:17:16.919 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][61294ead-6296-4902-8a19-5785e3971e59] socks connection closed\n2025-08-01 15:17:16.945 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52489 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:18:16.909 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:18:16.910 [info] [command][881afc88-a675-4a66-a734-b7391f7cd25f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""881afc88-a675-4a66-a734-b7391f7cd25f""}\n2025-08-01 15:18:16.911 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][959bb6fe-ccc9-4d35-bec6-8031833e811f] received connection request\n2025-08-01 15:18:16.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:18:16.944 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][959bb6fe-ccc9-4d35-bec6-8031833e811f] socks forwarding established\n2025-08-01 15:18:16.981 [info] [command][881afc88-a675-4a66-a734-b7391f7cd25f] Process exited with code 0\n2025-08-01 15:18:16.981 [info] [command][881afc88-a675-4a66-a734-b7391f7cd25f] Socket close event received\n2025-08-01 15:18:16.992 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][959bb6fe-ccc9-4d35-bec6-8031833e811f] socks connection closed\n2025-08-01 15:18:17.018 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52535 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:19:16.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:19:16.986 [info] [command][5ad75213-d69a-4d56-8f9a-0b72cebbd591] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""5ad75213-d69a-4d56-8f9a-0b72cebbd591""}\n2025-08-01 15:19:16.988 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][6933e5fb-831a-4bda-bcce-af3f0984e651] received connection request\n2025-08-01 15:19:16.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:19:17.015 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6933e5fb-831a-4bda-bcce-af3f0984e651] socks forwarding established\n2025-08-01 15:19:17.043 [info] [command][5ad75213-d69a-4d56-8f9a-0b72cebbd591] Process exited with code 0\n2025-08-01 15:19:17.043 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6933e5fb-831a-4bda-bcce-af3f0984e651] socks connection closed\n2025-08-01 15:19:17.043 [info] [command][5ad75213-d69a-4d56-8f9a-0b72cebbd591] Socket close event received\n2025-08-01 15:19:17.068 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52581 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:20:17.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:20:17.047 [info] [command][8d470ff5-639f-40e0-86d6-2af545614a91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""8d470ff5-639f-40e0-86d6-2af545614a91""}\n2025-08-01 15:20:17.048 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][4cc2ce7d-8ec2-4b9e-ba5e-dbee2fc2a914] received connection request\n2025-08-01 15:20:17.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:20:17.090 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][4cc2ce7d-8ec2-4b9e-ba5e-dbee2fc2a914] socks forwarding established\n2025-08-01 15:20:17.144 [info] [command][8d470ff5-639f-40e0-86d6-2af545614a91] Process exited with code 0\n2025-08-01 15:20:17.144 [info] [command][8d470ff5-639f-40e0-86d6-2af545614a91] Socket close event received\n2025-08-01 15:20:17.157 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][4cc2ce7d-8ec2-4b9e-ba5e-dbee2fc2a914] socks connection closed\n2025-08-01 15:20:17.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52608 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:21:17.148 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:21:17.151 [info] [command][2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961""}\n2025-08-01 15:21:17.152 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][508fcc3b-a94f-4a9a-9a99-0e5cf699a54c] received connection request\n2025-08-01 15:21:17.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:21:17.186 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][508fcc3b-a94f-4a9a-9a99-0e5cf699a54c] socks forwarding established\n2025-08-01 15:21:17.232 [info] [command][2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961] Process exited with code 0\n2025-08-01 15:21:17.232 [info] [command][2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961] Socket close event received\n2025-08-01 15:21:17.235 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][508fcc3b-a94f-4a9a-9a99-0e5cf699a54c] socks connection closed\n2025-08-01 15:21:17.274 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52622 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:22:17.234 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:22:17.237 [info] [command][1a2ea8d8-20be-42f1-a4eb-45013b9b098d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1a2ea8d8-20be-42f1-a4eb-45013b9b098d""}\n2025-08-01 15:22:17.238 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][ad87af3a-935b-4c76-8a97-f5877be50093] received connection request\n2025-08-01 15:22:17.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:22:17.263 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ad87af3a-935b-4c76-8a97-f5877be50093] socks forwarding established\n2025-08-01 15:22:17.290 [info] [command][1a2ea8d8-20be-42f1-a4eb-45013b9b098d] Process exited with code 0\n2025-08-01 15:22:17.290 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ad87af3a-935b-4c76-8a97-f5877be50093] socks connection closed\n2025-08-01 15:22:17.291 [info] [command][1a2ea8d8-20be-42f1-a4eb-45013b9b098d] Socket close event received\n2025-08-01 15:22:17.350 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52635 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:23:17.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:23:17.294 [info] [command][831e3f95-51aa-43bd-9607-05d1ef55c0a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""831e3f95-51aa-43bd-9607-05d1ef55c0a4""}\n2025-08-01 15:23:17.295 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][ca1a7464-f849-419f-bec9-b4b74c15033b] received connection request\n2025-08-01 15:23:17.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:23:17.334 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ca1a7464-f849-419f-bec9-b4b74c15033b] socks forwarding established\n2025-08-01 15:23:17.400 [info] [command][831e3f95-51aa-43bd-9607-05d1ef55c0a4] Process exited with code 0\n2025-08-01 15:23:17.400 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ca1a7464-f849-419f-bec9-b4b74c15033b] socks connection closed\n2025-08-01 15:23:17.400 [info] [command][831e3f95-51aa-43bd-9607-05d1ef55c0a4] Socket close event received\n2025-08-01 15:23:17.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52667 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:24:17.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:24:17.401 [info] [command][3d75a679-2cb3-4b45-ab32-9d94c4ab447a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""3d75a679-2cb3-4b45-ab32-9d94c4ab447a""}\n2025-08-01 15:24:17.401 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][1c2d7589-fccb-492e-8bc6-271dee1dc18e] received connection request\n2025-08-01 15:24:17.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:24:17.439 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1c2d7589-fccb-492e-8bc6-271dee1dc18e] socks forwarding established\n2025-08-01 15:24:17.482 [info] [command][3d75a679-2cb3-4b45-ab32-9d94c4ab447a] Process exited with code 0\n2025-08-01 15:24:17.483 [info] [command][3d75a679-2cb3-4b45-ab32-9d94c4ab447a] Socket close event received\n2025-08-01 15:24:17.494 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1c2d7589-fccb-492e-8bc6-271dee1dc18e] socks connection closed\n2025-08-01 15:24:17.528 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52703 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:25:17.483 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:25:17.486 [info] [command][6887be25-5357-4381-a32c-db91951b7cb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6887be25-5357-4381-a32c-db91951b7cb9""}\n2025-08-01 15:25:17.487 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][fc064f49-73a6-4d4c-95ee-db06c542fe2d] received connection request\n2025-08-01 15:25:17.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:25:17.540 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][fc064f49-73a6-4d4c-95ee-db06c542fe2d] socks forwarding established\n2025-08-01 15:25:17.589 [info] [command][6887be25-5357-4381-a32c-db91951b7cb9] Process exited with code 0\n2025-08-01 15:25:17.589 [info] [command][6887be25-5357-4381-a32c-db91951b7cb9] Socket close event received\n2025-08-01 15:25:17.606 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][fc064f49-73a6-4d4c-95ee-db06c542fe2d] socks connection closed\n2025-08-01 15:25:17.647 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52718 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:26:17.591 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:26:17.594 [info] [command][1e92fdd4-1e29-4177-915b-884c909dbf7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1e92fdd4-1e29-4177-915b-884c909dbf7d""}\n2025-08-01 15:26:17.595 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][34545bc0-b5f7-4c45-b9a1-092d5cacc8e8] received connection request\n2025-08-01 15:26:17.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:26:17.624 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][34545bc0-b5f7-4c45-b9a1-092d5cacc8e8] socks forwarding established\n2025-08-01 15:26:17.659 [info] [command][1e92fdd4-1e29-4177-915b-884c909dbf7d] Process exited with code 0\n2025-08-01 15:26:17.659 [info] [command][1e92fdd4-1e29-4177-915b-884c909dbf7d] Socket close event received\n2025-08-01 15:26:17.660 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][34545bc0-b5f7-4c45-b9a1-092d5cacc8e8] socks connection closed\n2025-08-01 15:26:17.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52734 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:27:17.657 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:27:17.660 [info] [command][5a02ef78-d7e6-4786-a6b5-36a018441555] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""5a02ef78-d7e6-4786-a6b5-36a018441555""}\n2025-08-01 15:27:17.662 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][dcd90848-05d7-4760-aacf-804d10d2b61c] received connection request\n2025-08-01 15:27:17.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:27:17.687 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][dcd90848-05d7-4760-aacf-804d10d2b61c] socks forwarding established\n2025-08-01 15:27:17.741 [info] [command][5a02ef78-d7e6-4786-a6b5-36a018441555] Process exited with code 0\n2025-08-01 15:27:17.741 [info] [command][5a02ef78-d7e6-4786-a6b5-36a018441555] Socket close event received\n2025-08-01 15:27:17.754 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][dcd90848-05d7-4760-aacf-804d10d2b61c] socks connection closed\n2025-08-01 15:27:17.802 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52748 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:28:17.740 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:28:17.743 [info] [command][ec795e71-3dd1-49dc-95e5-a14b4a14cd2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""ec795e71-3dd1-49dc-95e5-a14b4a14cd2a""}\n2025-08-01 15:28:17.744 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][f6718959-080e-45c9-9ad1-5acc5bd1ec85] received connection request\n2025-08-01 15:28:17.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:28:17.768 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f6718959-080e-45c9-9ad1-5acc5bd1ec85] socks forwarding established\n2025-08-01 15:28:17.795 [info] [command][ec795e71-3dd1-49dc-95e5-a14b4a14cd2a] Process exited with code 0\n2025-08-01 15:28:17.795 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f6718959-080e-45c9-9ad1-5acc5bd1ec85] socks connection closed\n2025-08-01 15:28:17.795 [info] [command][ec795e71-3dd1-49dc-95e5-a14b4a14cd2a] Socket close event received\n2025-08-01 15:28:17.818 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52782 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:29:17.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:29:17.798 [info] [command][e3059b8f-4ae8-413e-8b43-889825acebcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e3059b8f-4ae8-413e-8b43-889825acebcd""}\n2025-08-01 15:29:17.798 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][09ffd4fb-269e-40b0-a06c-b143ef7c87de] received connection request\n2025-08-01 15:29:17.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:29:17.799 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:29:17.866 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09ffd4fb-269e-40b0-a06c-b143ef7c87de] socks forwarding established\n2025-08-01 15:29:17.895 [info] [command][e3059b8f-4ae8-413e-8b43-889825acebcd] Process exited with code 0\n2025-08-01 15:29:17.895 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09ffd4fb-269e-40b0-a06c-b143ef7c87de] socks connection closed\n2025-08-01 15:29:17.895 [info] [command][e3059b8f-4ae8-413e-8b43-889825acebcd] Socket close event received\n2025-08-01 15:29:17.920 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52811 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:30:17.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:30:17.902 [info] [command][35ce4ca0-1cdc-443e-8547-1daa5c6779e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""35ce4ca0-1cdc-443e-8547-1daa5c6779e0""}\n2025-08-01 15:30:17.903 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][d1fe9674-3197-46bc-95fc-f32cd9595280] received connection request\n2025-08-01 15:30:17.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:30:17.903 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:30:17.926 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][d1fe9674-3197-46bc-95fc-f32cd9595280] socks forwarding established\n2025-08-01 15:30:17.952 [info] [command][35ce4ca0-1cdc-443e-8547-1daa5c6779e0] Process exited with code 0\n2025-08-01 15:30:17.952 [info] [command][35ce4ca0-1cdc-443e-8547-1daa5c6779e0] Socket close event received\n2025-08-01 15:30:17.954 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][d1fe9674-3197-46bc-95fc-f32cd9595280] socks connection closed\n2025-08-01 15:30:17.976 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52829 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:31:17.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:31:17.954 [info] [command][dcc3f88d-166e-46ed-87f4-24418bef5b53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""dcc3f88d-166e-46ed-87f4-24418bef5b53""}\n2025-08-01 15:31:17.955 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][00ed9a4e-3453-409b-92ee-c2df0b89385b] received connection request\n2025-08-01 15:31:17.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:31:17.983 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][00ed9a4e-3453-409b-92ee-c2df0b89385b] socks forwarding established\n2025-08-01 15:31:18.013 [info] [command][dcc3f88d-166e-46ed-87f4-24418bef5b53] Process exited with code 0\n2025-08-01 15:31:18.013 [info] [command][dcc3f88d-166e-46ed-87f4-24418bef5b53] Socket close event received\n2025-08-01 15:31:18.014 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][00ed9a4e-3453-409b-92ee-c2df0b89385b] socks connection closed\n2025-08-01 15:31:18.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52846 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:32:18.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:32:18.015 [info] [command][a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7""}\n2025-08-01 15:32:18.015 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][a206d8c3-0e8b-40ec-a9de-2e41f2ed24df] received connection request\n2025-08-01 15:32:18.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:32:18.016 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:32:18.039 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a206d8c3-0e8b-40ec-a9de-2e41f2ed24df] socks forwarding established\n2025-08-01 15:32:18.066 [info] [command][a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7] Process exited with code 0\n2025-08-01 15:32:18.066 [info] [command][a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7] Socket close event received\n2025-08-01 15:32:18.066 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a206d8c3-0e8b-40ec-a9de-2e41f2ed24df] socks connection closed\n2025-08-01 15:32:18.090 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52862 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:33:18.066 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:33:18.067 [info] [command][c7abcb16-82fe-488a-ab3e-a784ec52e855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""c7abcb16-82fe-488a-ab3e-a784ec52e855""}\n2025-08-01 15:33:18.068 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][1f502f7b-c5e5-4c60-8608-ec8484c5d069] received connection request\n2025-08-01 15:33:18.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:33:18.092 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1f502f7b-c5e5-4c60-8608-ec8484c5d069] socks forwarding established\n2025-08-01 15:33:18.119 [info] [command][c7abcb16-82fe-488a-ab3e-a784ec52e855] Process exited with code 0\n2025-08-01 15:33:18.119 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1f502f7b-c5e5-4c60-8608-ec8484c5d069] socks connection closed\n2025-08-01 15:33:18.119 [info] [command][c7abcb16-82fe-488a-ab3e-a784ec52e855] Socket close event received\n2025-08-01 15:33:18.142 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52889 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:34:18.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:34:18.124 [info] [command][97cacdba-dc09-488b-a624-294c6fb1cc40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""97cacdba-dc09-488b-a624-294c6fb1cc40""}\n2025-08-01 15:34:18.125 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][ff38bfda-ed37-4ee9-bd9d-659821707ff9] received connection request\n2025-08-01 15:34:18.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:34:18.125 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:34:18.149 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ff38bfda-ed37-4ee9-bd9d-659821707ff9] socks forwarding established\n2025-08-01 15:34:18.179 [info] [command][97cacdba-dc09-488b-a624-294c6fb1cc40] Process exited with code 0\n2025-08-01 15:34:18.180 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ff38bfda-ed37-4ee9-bd9d-659821707ff9] socks connection closed\n2025-08-01 15:34:18.180 [info] [command][97cacdba-dc09-488b-a624-294c6fb1cc40] Socket close event received\n2025-08-01 15:34:18.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52923 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:35:18.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:35:18.185 [info] [command][e79c3fd9-1e88-4864-bd19-053028ce16c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e79c3fd9-1e88-4864-bd19-053028ce16c5""}\n2025-08-01 15:35:18.186 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][9814fd5e-c08d-439d-90b0-8da72a1a7e87] received connection request\n2025-08-01 15:35:18.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:35:18.211 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][9814fd5e-c08d-439d-90b0-8da72a1a7e87] socks forwarding established\n2025-08-01 15:35:18.238 [info] [command][e79c3fd9-1e88-4864-bd19-053028ce16c5] Process exited with code 0\n2025-08-01 15:35:18.238 [info] [command][e79c3fd9-1e88-4864-bd19-053028ce16c5] Socket close event received\n2025-08-01 15:35:18.239 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][9814fd5e-c08d-439d-90b0-8da72a1a7e87] socks connection closed\n2025-08-01 15:35:18.263 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52966 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:36:18.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:36:18.243 [info] [command][9b3d1f8b-de99-4471-b668-00658855ef37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""9b3d1f8b-de99-4471-b668-00658855ef37""}\n2025-08-01 15:36:18.243 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][af6bcacc-9216-4258-acdd-0c4fcc855495] received connection request\n2025-08-01 15:36:18.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:36:18.268 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][af6bcacc-9216-4258-acdd-0c4fcc855495] socks forwarding established\n2025-08-01 15:36:18.296 [info] [command][9b3d1f8b-de99-4471-b668-00658855ef37] Process exited with code 0\n2025-08-01 15:36:18.296 [info] [command][9b3d1f8b-de99-4471-b668-00658855ef37] Socket close event received\n2025-08-01 15:36:18.297 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][af6bcacc-9216-4258-acdd-0c4fcc855495] socks connection closed\n2025-08-01 15:36:18.320 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52993 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:37:18.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:37:18.302 [info] [command][f65d0b02-cd4d-4666-ba4e-4281d8158e8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""f65d0b02-cd4d-4666-ba4e-4281d8158e8a""}\n2025-08-01 15:37:18.302 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][13c06923-a746-42c4-97e2-3fc9af57ea5b] received connection request\n2025-08-01 15:37:18.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:37:18.327 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][13c06923-a746-42c4-97e2-3fc9af57ea5b] socks forwarding established\n2025-08-01 15:37:18.354 [info] [command][f65d0b02-cd4d-4666-ba4e-4281d8158e8a] Process exited with code 0\n2025-08-01 15:37:18.354 [info] [command][f65d0b02-cd4d-4666-ba4e-4281d8158e8a] Socket close event received\n2025-08-01 15:37:18.355 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][13c06923-a746-42c4-97e2-3fc9af57ea5b] socks connection closed\n2025-08-01 15:37:18.378 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53010 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:38:18.353 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:38:18.355 [info] [command][7456ce66-01eb-475f-8c54-ebe4ea3c304c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""7456ce66-01eb-475f-8c54-ebe4ea3c304c""}\n2025-08-01 15:38:18.356 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][2378823d-8bb4-438f-aad8-9bf0d4bafcbb] received connection request\n2025-08-01 15:38:18.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:38:18.380 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2378823d-8bb4-438f-aad8-9bf0d4bafcbb] socks forwarding established\n2025-08-01 15:38:18.406 [info] [command][7456ce66-01eb-475f-8c54-ebe4ea3c304c] Process exited with code 0\n2025-08-01 15:38:18.406 [info] [command][7456ce66-01eb-475f-8c54-ebe4ea3c304c] Socket close event received\n2025-08-01 15:38:18.406 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2378823d-8bb4-438f-aad8-9bf0d4bafcbb] socks connection closed\n2025-08-01 15:38:18.430 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53038 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:39:18.408 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:39:18.410 [info] [command][cc52e287-0e7b-4fdb-b4ab-32e89464d90e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""cc52e287-0e7b-4fdb-b4ab-32e89464d90e""}\n2025-08-01 15:39:18.410 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][f5d78f44-a84b-46eb-8101-7b437d6a0fb9] received connection request\n2025-08-01 15:39:18.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:39:18.435 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f5d78f44-a84b-46eb-8101-7b437d6a0fb9] socks forwarding established\n2025-08-01 15:39:18.463 [info] [command][cc52e287-0e7b-4fdb-b4ab-32e89464d90e] Process exited with code 0\n2025-08-01 15:39:18.464 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f5d78f44-a84b-46eb-8101-7b437d6a0fb9] socks connection closed\n2025-08-01 15:39:18.464 [info] [command][cc52e287-0e7b-4fdb-b4ab-32e89464d90e] Socket close event received\n2025-08-01 15:39:18.487 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53074 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:40:18.464 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:40:18.467 [info] [command][b308d6d1-d387-4d28-83ad-a41731b4c6d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""b308d6d1-d387-4d28-83ad-a41731b4c6d2""}\n2025-08-01 15:40:18.467 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][792ecb77-9bca-4aae-829a-0bf3cb60160f] received connection request\n2025-08-01 15:40:18.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:40:18.492 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][792ecb77-9bca-4aae-829a-0bf3cb60160f] socks forwarding established\n2025-08-01 15:40:18.520 [info] [command][b308d6d1-d387-4d28-83ad-a41731b4c6d2] Process exited with code 0\n2025-08-01 15:40:18.520 [info] [command][b308d6d1-d387-4d28-83ad-a41731b4c6d2] Socket close event received\n2025-08-01 15:40:18.520 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][792ecb77-9bca-4aae-829a-0bf3cb60160f] socks connection closed\n2025-08-01 15:40:18.544 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53103 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:41:18.520 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:41:18.523 [info] [command][268537cb-da9e-4d8b-b060-92469ad2b691] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""268537cb-da9e-4d8b-b060-92469ad2b691""}\n2025-08-01 15:41:18.523 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][6203ef06-d60b-40e8-8c4f-d0767a42b781] received connection request\n2025-08-01 15:41:18.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:41:18.548 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6203ef06-d60b-40e8-8c4f-d0767a42b781] socks forwarding established\n2025-08-01 15:41:18.575 [info] [command][268537cb-da9e-4d8b-b060-92469ad2b691] Process exited with code 0\n2025-08-01 15:41:18.575 [info] [command][268537cb-da9e-4d8b-b060-92469ad2b691] Socket close event received\n2025-08-01 15:41:18.576 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6203ef06-d60b-40e8-8c4f-d0767a42b781] socks connection closed\n2025-08-01 15:41:18.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53115 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:42:18.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:42:18.577 [info] [command][d9665d60-58e1-47bc-bd36-bfbe4c79ce2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""d9665d60-58e1-47bc-bd36-bfbe4c79ce2b""}\n2025-08-01 15:42:18.578 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][908bf7ba-c334-4dbf-a0be-835d80fe6e87] received connection request\n2025-08-01 15:42:18.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:42:18.603 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][908bf7ba-c334-4dbf-a0be-835d80fe6e87] socks forwarding established\n2025-08-01 15:42:18.631 [info] [command][d9665d60-58e1-47bc-bd36-bfbe4c79ce2b] Process exited with code 0\n2025-08-01 15:42:18.631 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][908bf7ba-c334-4dbf-a0be-835d80fe6e87] socks connection closed\n2025-08-01 15:42:18.632 [info] [command][d9665d60-58e1-47bc-bd36-bfbe4c79ce2b] Socket close event received\n2025-08-01 15:42:18.657 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53126 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:43:18.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:43:18.633 [info] [command][0d7c7ca9-3d06-4dc5-8d46-5734ec18866d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""0d7c7ca9-3d06-4dc5-8d46-5734ec18866d""}\n2025-08-01 15:43:18.634 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][829df445-3ad0-4579-9f44-6d1bb2053cbd] received connection request\n2025-08-01 15:43:18.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:43:18.661 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][829df445-3ad0-4579-9f44-6d1bb2053cbd] socks forwarding established\n2025-08-01 15:43:18.690 [info] [command][0d7c7ca9-3d06-4dc5-8d46-5734ec18866d] Process exited with code 0\n2025-08-01 15:43:18.691 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][829df445-3ad0-4579-9f44-6d1bb2053cbd] socks connection closed\n2025-08-01 15:43:18.691 [info] [command][0d7c7ca9-3d06-4dc5-8d46-5734ec18866d] Socket close event received\n2025-08-01 15:43:18.717 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53162 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:44:18.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:44:18.694 [info] [command][e8d1e133-40d6-4e2e-894f-0d1be29e9544] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e8d1e133-40d6-4e2e-894f-0d1be29e9544""}\n2025-08-01 15:44:18.695 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][8c175b3f-88df-40f1-8e95-d9d21647cae1] received connection request\n2025-08-01 15:44:18.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:44:18.721 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8c175b3f-88df-40f1-8e95-d9d21647cae1] socks forwarding established\n2025-08-01 15:44:18.749 [info] [command][e8d1e133-40d6-4e2e-894f-0d1be29e9544] Process exited with code 0\n2025-08-01 15:44:18.749 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8c175b3f-88df-40f1-8e95-d9d21647cae1] socks connection closed\n2025-08-01 15:44:18.749 [info] [command][e8d1e133-40d6-4e2e-894f-0d1be29e9544] Socket close event received\n2025-08-01 15:44:18.773 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53208 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:45:18.747 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:45:18.750 [info] [command][1bfab2da-a170-4f44-81e4-26360dccc4fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1bfab2da-a170-4f44-81e4-26360dccc4fb""}\n2025-08-01 15:45:18.750 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][cc6608a2-387f-424f-83cb-71a7743420e6] received connection request\n2025-08-01 15:45:18.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:45:18.773 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][cc6608a2-387f-424f-83cb-71a7743420e6] socks forwarding established\n2025-08-01 15:45:18.800 [info] [command][1bfab2da-a170-4f44-81e4-26360dccc4fb] Process exited with code 0\n2025-08-01 15:45:18.801 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][cc6608a2-387f-424f-83cb-71a7743420e6] socks connection closed\n2025-08-01 15:45:18.801 [info] [command][1bfab2da-a170-4f44-81e4-26360dccc4fb] Socket close event received\n2025-08-01 15:45:18.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53224 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:46:18.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:46:18.805 [info] [command][b80ae502-b769-46d8-872b-0866371de605] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""b80ae502-b769-46d8-872b-0866371de605""}\n2025-08-01 15:46:18.806 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][b5bdaa4a-97f4-470b-bb7e-aeb3b5e96925] received connection request\n2025-08-01 15:46:18.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:46:18.831 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][b5bdaa4a-97f4-470b-bb7e-aeb3b5e96925] socks forwarding established\n2025-08-01 15:46:18.864 [info] [command][b80ae502-b769-46d8-872b-0866371de605] Process exited with code 0\n2025-08-01 15:46:18.864 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][b5bdaa4a-97f4-470b-bb7e-aeb3b5e96925] socks connection closed\n2025-08-01 15:46:18.864 [info] [command][b80ae502-b769-46d8-872b-0866371de605] Socket close event received\n2025-08-01 15:46:18.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53237 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:47:18.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:47:18.863 [info] [command][783c964a-65ba-4363-bd85-192955a0cd76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""783c964a-65ba-4363-bd85-192955a0cd76""}\n2025-08-01 15:47:18.863 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][15cc16ad-753a-4983-9e66-9edcad62696b] received connection request\n2025-08-01 15:47:18.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:47:18.888 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][15cc16ad-753a-4983-9e66-9edcad62696b] socks forwarding established\n2025-08-01 15:47:18.918 [info] [command][783c964a-65ba-4363-bd85-192955a0cd76] Process exited with code 0\n2025-08-01 15:47:18.918 [info] [command][783c964a-65ba-4363-bd85-192955a0cd76] Socket close event received\n2025-08-01 15:47:18.919 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][15cc16ad-753a-4983-9e66-9edcad62696b] socks connection closed\n2025-08-01 15:47:18.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53252 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:48:18.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:48:18.920 [info] [command][a2781720-71c9-4133-b24a-f3cfe62e2172] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a2781720-71c9-4133-b24a-f3cfe62e2172""}\n2025-08-01 15:48:18.921 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][a8819910-99d9-41f4-ac76-0f4c47cfc4be] received connection request\n2025-08-01 15:48:18.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:48:18.947 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a8819910-99d9-41f4-ac76-0f4c47cfc4be] socks forwarding established\n2025-08-01 15:48:18.975 [info] [command][a2781720-71c9-4133-b24a-f3cfe62e2172] Process exited with code 0\n2025-08-01 15:48:18.975 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a8819910-99d9-41f4-ac76-0f4c47cfc4be] socks connection closed\n2025-08-01 15:48:18.975 [info] [command][a2781720-71c9-4133-b24a-f3cfe62e2172] Socket close event received\n2025-08-01 15:48:19.002 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53299 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:49:18.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:49:18.976 [info] [command][6ebb273c-dd43-4992-b7cf-cfd219adabbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6ebb273c-dd43-4992-b7cf-cfd219adabbc""}\n2025-08-01 15:49:18.977 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][a87efd62-13ef-4791-af5f-7708252d48c3] received connection request\n2025-08-01 15:49:18.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:49:19.002 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a87efd62-13ef-4791-af5f-7708252d48c3] socks forwarding established\n2025-08-01 15:49:19.029 [info] [command][6ebb273c-dd43-4992-b7cf-cfd219adabbc] Process exited with code 0\n2025-08-01 15:49:19.030 [info] [command][6ebb273c-dd43-4992-b7cf-cfd219adabbc] Socket close event received\n2025-08-01 15:49:19.030 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a87efd62-13ef-4791-af5f-7708252d48c3] socks connection closed\n2025-08-01 15:49:19.053 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53330 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:50:19.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:50:19.031 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][be792d88-c2ac-4ae1-bccc-34b5751465f5] received connection request\n2025-08-01 15:50:19.031 [info] [command][6db1cbb4-8ae5-4ec4-99df-42e8c0095989] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6db1cbb4-8ae5-4ec4-99df-42e8c0095989""}\n2025-08-01 15:50:19.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:50:19.055 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][be792d88-c2ac-4ae1-bccc-34b5751465f5] socks forwarding established\n2025-08-01 15:50:19.082 [info] [command][6db1cbb4-8ae5-4ec4-99df-42e8c0095989] Process exited with code 0\n2025-08-01 15:50:19.083 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][be792d88-c2ac-4ae1-bccc-34b5751465f5] socks connection closed\n2025-08-01 15:50:19.083 [info] [command][6db1cbb4-8ae5-4ec4-99df-42e8c0095989] Socket close event received\n2025-08-01 15:50:19.106 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53349 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:51:19.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:51:19.081 [info] [command][6e5e0144-40c6-442b-8fc2-4e538e68f096] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6e5e0144-40c6-442b-8fc2-4e538e68f096""}\n2025-08-01 15:51:19.082 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][6cb7897d-415b-450a-bcab-59dfd094f22d] received connection request\n2025-08-01 15:51:19.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:51:19.108 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6cb7897d-415b-450a-bcab-59dfd094f22d] socks forwarding established\n2025-08-01 15:51:19.141 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6cb7897d-415b-450a-bcab-59dfd094f22d] socks connection closed\n2025-08-01 15:51:19.141 [info] [command][6e5e0144-40c6-442b-8fc2-4e538e68f096] Process exited with code 0\n2025-08-01 15:51:19.141 [info] [command][6e5e0144-40c6-442b-8fc2-4e538e68f096] Socket close event received\n2025-08-01 15:51:19.165 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53361 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:52:19.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:52:19.143 [info] [command][1296520f-4ebf-4d15-ba48-86de8c3742f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1296520f-4ebf-4d15-ba48-86de8c3742f7""}\n2025-08-01 15:52:19.143 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][2975c977-1f62-47d1-8033-fbe24c839382] received connection request\n2025-08-01 15:52:19.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:52:19.168 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2975c977-1f62-47d1-8033-fbe24c839382] socks forwarding established\n2025-08-01 15:52:19.195 [info] [command][1296520f-4ebf-4d15-ba48-86de8c3742f7] Process exited with code 0\n2025-08-01 15:52:19.196 [info] [command][1296520f-4ebf-4d15-ba48-86de8c3742f7] Socket close event received\n2025-08-01 15:52:19.196 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2975c977-1f62-47d1-8033-fbe24c839382] socks connection closed\n2025-08-01 15:52:19.220 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53375 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:53:19.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:53:19.197 [info] [command][a8f04210-e7c7-4140-b893-5da0ce7da3da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a8f04210-e7c7-4140-b893-5da0ce7da3da""}\n2025-08-01 15:53:19.199 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][914bb57c-9eb3-436b-8d76-b66bca47d861] received connection request\n2025-08-01 15:53:19.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:53:19.223 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][914bb57c-9eb3-436b-8d76-b66bca47d861] socks forwarding established\n2025-08-01 15:53:19.250 [info] [command][a8f04210-e7c7-4140-b893-5da0ce7da3da] Process exited with code 0\n2025-08-01 15:53:19.251 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][914bb57c-9eb3-436b-8d76-b66bca47d861] socks connection closed\n2025-08-01 15:53:19.251 [info] [command][a8f04210-e7c7-4140-b893-5da0ce7da3da] Socket close event received\n2025-08-01 15:53:19.276 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53431 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:54:19.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:54:19.252 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][8fba105e-ec4e-4c32-9c06-607604c1a6fc] received connection request\n2025-08-01 15:54:19.252 [info] [command][d95925f8-514f-44c6-b489-e1eb4ce5b779] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""d95925f8-514f-44c6-b489-e1eb4ce5b779""}\n2025-08-01 15:54:19.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:54:19.277 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8fba105e-ec4e-4c32-9c06-607604c1a6fc] socks forwarding established\n2025-08-01 15:54:19.304 [info] [command][d95925f8-514f-44c6-b489-e1eb4ce5b779] Process exited with code 0\n2025-08-01 15:54:19.305 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8fba105e-ec4e-4c32-9c06-607604c1a6fc] socks connection closed\n2025-08-01 15:54:19.305 [info] [command][d95925f8-514f-44c6-b489-e1eb4ce5b779] Socket close event received\n2025-08-01 15:54:19.329 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53459 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:55:19.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:55:19.309 [info] [command][f2fb6565-8d95-492c-8191-0413cd0ef3be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""f2fb6565-8d95-492c-8191-0413cd0ef3be""}\n2025-08-01 15:55:19.310 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][85d635ee-76df-4454-98f7-feb35e18e0a0] received connection request\n2025-08-01 15:55:19.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:55:19.334 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][85d635ee-76df-4454-98f7-feb35e18e0a0] socks forwarding established\n2025-08-01 15:55:19.365 [info] [command][f2fb6565-8d95-492c-8191-0413cd0ef3be] Process exited with code 0\n2025-08-01 15:55:19.365 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][85d635ee-76df-4454-98f7-feb35e18e0a0] socks connection closed\n2025-08-01 15:55:19.365 [info] [command][f2fb6565-8d95-492c-8191-0413cd0ef3be] Socket close event received\n2025-08-01 15:55:19.388 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53475 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:56:19.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:56:19.371 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][c2d77a53-a88c-447f-ae26-1ca48631ebad] received connection request\n2025-08-01 15:56:19.372 [info] [command][02c01fdc-fbfe-474b-b24c-40e82bb83cbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""02c01fdc-fbfe-474b-b24c-40e82bb83cbe""}\n2025-08-01 15:56:19.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:56:19.373 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:22.514 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 15:56:22.514 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 15:56:22.520 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][f4561b70-74b4-4728-b891-a203cec758e8] received connection request\n2025-08-01 15:56:22.520 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:25.479 [info] (ssh_tunnel) stderr: Read from remote host login.haicore.berlin: Operation timed out\nclient_loop: send disconnect: Broken pipe\n\n2025-08-01 15:56:25.482 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][f4561b70-74b4-4728-b891-a203cec758e8] error while creating socks forwarding Socket closed\n2025-08-01 15:56:25.484 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 15:56:25.484 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][b27e9dfe-acc4-4c7c-80e4-2e1e157ed324] socks connection closed\n2025-08-01 15:56:25.484 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][23f3ca35-e9d5-4e56-afbf-a27a87634edb] socks connection closed\n2025-08-01 15:56:25.484 [error] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][c2d77a53-a88c-447f-ae26-1ca48631ebad] error while creating socks forwarding Socket closed\n2025-08-01 15:56:25.487 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 1 of 3 fetch failed\n2025-08-01 15:56:25.488 [info] [command][02c01fdc-fbfe-474b-b24c-40e82bb83cbe] Socket end event received\n2025-08-01 15:56:25.488 [info] [command][02c01fdc-fbfe-474b-b24c-40e82bb83cbe] Socket close event received\n2025-08-01 15:56:26.497 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][52c77f18-44cb-448c-a517-7408b7b49e5b] received connection request\n2025-08-01 15:56:26.498 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][52c77f18-44cb-448c-a517-7408b7b49e5b] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:26.498 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 2 of 3 fetch failed\n2025-08-01 15:56:27.504 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][2cf59dfa-2905-42ad-ba3d-f79080f86641] received connection request\n2025-08-01 15:56:27.505 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][2cf59dfa-2905-42ad-ba3d-f79080f86641] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:27.505 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 3 of 3 fetch failed\n2025-08-01 15:56:27.506 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 15:56:27.506 [info] [forwarding][code] returning existing forwarding server listening on local port 52351\n2025-08-01 15:56:27.506 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 88f8d8f3-0841-40b6-b9a7-b634e9e16335\n2025-08-01 15:56:27.506 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 52352\n2025-08-01 15:56:27.506 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 26564bd8-6418-47b1-905f-e3673207b5e6\n2025-08-01 15:56:27.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:56:27.509 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][4d159bf3-633d-4b51-b09e-342d8fa6718e] received connection request\n2025-08-01 15:56:27.509 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][ae109517-1aa5-46de-b273-418c8dc0f5e1] received connection request\n2025-08-01 15:56:27.509 [info] [command][e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6""}\n2025-08-01 15:56:27.510 [error] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][4d159bf3-633d-4b51-b09e-342d8fa6718e] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:27.510 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][ae109517-1aa5-46de-b273-418c8dc0f5e1] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:27.511 [info] [command][e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6] Socket end event received\n2025-08-01 15:56:27.511 [info] [command][e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6] Socket close event received\n2025-08-01 15:56:27.511 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 1 of 3 fetch failed\n2025-08-01 15:56:28.522 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][efbb2ba8-0735-46f2-b607-8923f469d7b8] received connection request\n2025-08-01 15:56:28.523 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][efbb2ba8-0735-46f2-b607-8923f469d7b8] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:28.523 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 2 of 3 fetch failed\n2025-08-01 15:56:29.530 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][c85b0b84-41da-40f6-a538-80a31877fcdf] received connection request\n2025-08-01 15:56:29.531 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][c85b0b84-41da-40f6-a538-80a31877fcdf] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:29.531 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 3 of 3 fetch failed\n2025-08-01 15:56:29.531 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 15:56:29.565 [info] Terminating existing SSH process with pid: 16268\n2025-08-01 15:56:29.565 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:56:29.566 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O73DN5/socket.sock\n2025-08-01 15:56:29.569 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88545.sh"" | ssh -v -T -D 53578 login.haicore.berlin bash --login -c bash\n2025-08-01 15:56:29.569 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:56:29.569 [info] Waiting for server to install via process(17462)...\n2025-08-01 15:56:29.575 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 15:56:29.575 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 15:56:29.576 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 15:56:29.576 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:56:29.577 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:56:47.702 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 15:56:47.704 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 15:56:47.704 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 15:56:47.988 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 15:56:47.990 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-01 15:56:47.990 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\ndebug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 15:56:47.991 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 15:56:48.042 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 15:56:48.043 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 15:56:48.043 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: rekey in after 4294967296 blocks\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 15:56:48.141 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 15:56:48.195 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 15:56:48.198 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 15:56:48.198 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:56:48.228 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-01 15:56:48.292 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-01 15:56:48.396 [info] Askpass server received request: POST /\n2025-08-01 15:56:48.397 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-01 15:56:48.397 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-01 15:56:55.289 [error] Password authentication cancelled\n2025-08-01 15:56:55.292 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-01 15:56:57.563 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 15:56:57.567 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 15:56:57.568 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:56:57.570 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 15:56:57.572 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29759.sh"" | ssh -v -T -D 53710 login.haicore.berlin bash --login -c bash\n2025-08-01 15:56:57.572 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:56:57.572 [info] Waiting for server to install via process(17484)...\n2025-08-01 15:56:57.579 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 15:56:57.579 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:56:57.579 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:56:57.608 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 15:56:57.608 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 15:56:57.608 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 15:56:57.637 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 15:56:57.638 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 15:56:57.638 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 15:56:57.661 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-01 15:56:57.661 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 15:56:57.661 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 15:56:57.686 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 15:56:57.687 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 15:56:57.687 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 15:56:57.690 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-08-01 15:56:57.690 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\n\n2025-08-01 15:56:57.690 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 15:56:57.778 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 15:56:57.803 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 15:56:57.808 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 15:56:57.808 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:56:57.837 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:56:57.894 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:53710 forwarded to remote address socks:0\n\n2025-08-01 15:56:57.894 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 53710.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 53710.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 15:56:57.895 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 15:56:57.918 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 15:56:57.918 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 15:56:57.921 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-01 15:56:57.921 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 15:56:57.941 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 15:56:58.409 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 15:56:58.448 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:56:58.453 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-01 15:56:58.453 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-08-01 15:56:58.457 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 15:56:58.466 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:56:58.487 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 15:56:58.491 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:56:58.493 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 15:56:58.496 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:56:58.502 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 7e883c40-acec-4a24-b22c-f2688fddfa2b\n\n2025-08-01 15:56:58.503 [info] (ssh_tunnel) stdout: Multiplex server started with PID 496687 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:56:58.503 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-01 15:56:58.505 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:56:59.013 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 15:56:59.032 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 311316 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-01 15:56:59.034 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:56:59.041 [info] (ssh_tunnel) stdout: a871a5176acc1e0504a7a985: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==41453==\nmultiplexConnectionToken==7e883c40-acec-4a24-b22c-f2688fddfa2b==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\na871a5176acc1e0504a7a985: end\n\n2025-08-01 15:56:59.041 [info] Server install command exit code: 0\n2025-08-01 15:56:59.041 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29759.sh\n2025-08-01 15:56:59.042 [info] [forwarding][code] creating new forwarding server\n2025-08-01 15:56:59.042 [info] [forwarding][code] server listening on 127.0.0.1:53715\n2025-08-01 15:56:59.042 [info] [forwarding][code] Set up server\n2025-08-01 15:56:59.042 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 15:56:59.042 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 15:56:59.042 [info] [forwarding][multiplex] server listening on 127.0.0.1:53716\n2025-08-01 15:56:59.042 [info] [forwarding][multiplex] Set up server\n2025-08-01 15:56:59.042 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 7e883c40-acec-4a24-b22c-f2688fddfa2b\n2025-08-01 15:56:59.042 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 15:56:59.043 [info] [remote-ssh] Resolved exec server. Socks port: 53710\n2025-08-01 15:56:59.043 [info] Setting up 0 default forwarded ports\n2025-08-01 15:56:59.043 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":53715,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 53710\n2025-08-01 15:56:59.044 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][8e879b92-ca61-4525-84a8-cf5e8dde6983] received connection request\n2025-08-01 15:56:59.044 [info] [command][f127cf43-728d-49fd-9afb-84cad5ca613e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""f127cf43-728d-49fd-9afb-84cad5ca613e""}\n2025-08-01 15:56:59.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:59.048 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:56:59.057 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][aab3246b-a325-42a4-ad76-29ce9484a3b7] received connection request\n2025-08-01 15:56:59.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:59.071 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][8e879b92-ca61-4525-84a8-cf5e8dde6983] socks forwarding established\n2025-08-01 15:56:59.080 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][aab3246b-a325-42a4-ad76-29ce9484a3b7] socks forwarding established\n2025-08-01 15:56:59.098 [info] [command][f127cf43-728d-49fd-9afb-84cad5ca613e] Process exited with code 0\n2025-08-01 15:56:59.098 [info] [command][f127cf43-728d-49fd-9afb-84cad5ca613e] Socket close event received\n2025-08-01 15:56:59.099 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][8e879b92-ca61-4525-84a8-cf5e8dde6983] socks connection closed\n2025-08-01 15:56:59.118 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][066876cb-74ab-4857-926b-1e7819886847] received connection request\n2025-08-01 15:56:59.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:59.121 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53710 for 127.0.0.1 port 41453, connect from 127.0.0.1 port 53718 to 127.0.0.1 port 53710, nchannels 6\n\n2025-08-01 15:56:59.142 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][066876cb-74ab-4857-926b-1e7819886847] socks forwarding established\n2025-08-01 15:56:59.261 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 15:57:59.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 15:57:59.101 [info] [command][d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd""}\n2025-08-01 15:57:59.101 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][d6ce01ac-23ca-46fe-bf5a-64f5cba2682b] received connection request\n2025-08-01 15:57:59.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:57:59.127 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][d6ce01ac-23ca-46fe-bf5a-64f5cba2682b] socks forwarding established\n2025-08-01 15:57:59.155 [info] [command][d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd] Process exited with code 0\n2025-08-01 15:57:59.155 [info] [command][d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd] Socket close event received\n2025-08-01 15:57:59.156 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][d6ce01ac-23ca-46fe-bf5a-64f5cba2682b] socks connection closed\n2025-08-01 15:57:59.179 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53710 for 127.0.0.1 port 41453, connect from 127.0.0.1 port 53810 to 127.0.0.1 port 53710, nchannels 6\n\n2025-08-01 15:58:59.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 15:58:59.162 [info] [command][76c39a95-bf60-4ce2-b4ac-2b72201490dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""76c39a95-bf60-4ce2-b4ac-2b72201490dc""}\n2025-08-01 15:58:59.163 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][e3d90060-844c-4d5e-b16d-0aea25aeabeb] received connection request\n2025-08-01 15:58:59.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:58:59.189 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][e3d90060-844c-4d5e-b16d-0aea25aeabeb] socks forwarding established\n2025-08-01 15:58:59.219 [info] [command][76c39a95-bf60-4ce2-b4ac-2b72201490dc] Process exited with code 0\n2025-08-01 15:58:59.220 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][e3d90060-844c-4d5e-b16d-0aea25aeabeb] socks connection closed\n2025-08-01 15:58:59.220 [info] [command][76c39a95-bf60-4ce2-b4ac-2b72201490dc] Socket close event received\n2025-08-01 15:58:59.244 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53710 for 127.0.0.1 port 41453, connect from 127.0.0.1 port 53828 to 127.0.0.1 port 53710, nchannels 6\n\n2025-08-01 15:59:19.101 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 15:59:19.102 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 15:59:19.153 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][2fa2b974-e156-4444-987d-ec7fb84bc795] received connection request\n2025-08-01 15:59:19.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\n\n2025-08-01 15:59:19.192 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:12:35.335 [error] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][2fa2b974-e156-4444-987d-ec7fb84bc795] error while creating socks forwarding Proxy connection timed out\n2025-08-01 16:12:35.338 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 16:12:35.338 [error] Failed to connect to Cursor server at http://127.0.0.1:53715, attempt 1 of 3 This operation was aborted\n2025-08-01 16:12:35.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:12:35.342 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][99f750e4-b0a3-4290-8be8-d2ad65c4c9f6] received connection request\n2025-08-01 16:12:35.342 [info] [command][d4a91432-826a-4374-be3f-c1e82553feae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""d4a91432-826a-4374-be3f-c1e82553feae""}\n2025-08-01 16:12:35.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:12:35.344 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][73657369-c4e3-4559-9b8d-d7d4f70effc2] received connection request\n2025-08-01 16:12:35.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:12:35.524 [info] Terminating existing SSH process with pid: 17484\n2025-08-01 16:12:35.525 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:12:35.525 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 16:12:35.526 [error] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][99f750e4-b0a3-4290-8be8-d2ad65c4c9f6] error while creating socks forwarding Socket closed\n2025-08-01 16:12:35.526 [error] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][73657369-c4e3-4559-9b8d-d7d4f70effc2] error while creating socks forwarding Socket closed\n2025-08-01 16:12:35.526 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][066876cb-74ab-4857-926b-1e7819886847] socks connection closed\n2025-08-01 16:12:35.526 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:12:35.526 [info] [command][d4a91432-826a-4374-be3f-c1e82553feae] Socket end event received\n2025-08-01 16:12:35.526 [info] [command][d4a91432-826a-4374-be3f-c1e82553feae] Socket close event received\n2025-08-01 16:12:35.528 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77653.sh"" | ssh -v -T -D 53853 login.haicore.berlin bash --login -c bash\n2025-08-01 16:12:35.528 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:12:35.528 [info] Waiting for server to install via process(17585)...\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:12:35.535 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:12:35.536 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:12:35.536 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:12:35.536 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:12:35.536 [info] Retrying connection in 5 seconds...\n2025-08-01 16:12:36.348 [error] Failed to connect to Cursor server at http://127.0.0.1:53715, attempt 2 of 3 This operation was aborted\n2025-08-01 16:12:37.355 [error] Failed to connect to Cursor server at http://127.0.0.1:53715, attempt 3 of 3 This operation was aborted\n2025-08-01 16:12:37.356 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 16:12:37.356 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 16:12:40.546 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77653.sh\n2025-08-01 16:12:40.547 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:12:40.550 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88009.sh"" | ssh -v -T -D 53855 login.haicore.berlin bash --login -c bash\n2025-08-01 16:12:40.550 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:12:40.550 [info] Waiting for server to install via process(17590)...\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:12:40.566 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:12:40.567 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:12:40.567 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:12:40.567 [info] Retrying connection in 5 seconds...\n2025-08-01 16:12:45.578 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88009.sh\n2025-08-01 16:12:45.579 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:12:45.583 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86898.sh"" | ssh -v -T -D 53856 login.haicore.berlin bash --login -c bash\n2025-08-01 16:12:45.583 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:12:45.583 [info] Waiting for server to install via process(17598)...\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:12:45.594 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:12:45.595 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:12:45.595 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:12:45.595 [info] Retrying connection in 5 seconds...\n2025-08-01 16:15:32.813 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86898.sh\n2025-08-01 16:15:32.814 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:15:32.854 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14368.sh"" | ssh -v -T -D 53857 login.haicore.berlin bash --login -c bash\n2025-08-01 16:15:32.854 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:15:32.854 [info] Waiting for server to install via process(17601)...\n2025-08-01 16:15:32.884 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:15:32.885 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:15:32.886 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:15:32.886 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:15:32.942 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:15:32.943 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:15:32.943 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:15:32.943 [info] Retrying connection in 5 seconds...\n2025-08-01 16:15:37.947 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14368.sh\n2025-08-01 16:15:37.949 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:15:37.955 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23226.sh"" | ssh -v -T -D 53881 login.haicore.berlin bash --login -c bash\n2025-08-01 16:15:37.956 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:15:37.956 [info] Waiting for server to install via process(17627)...\n2025-08-01 16:15:37.971 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:15:37.971 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:15:37.971 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:15:37.972 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:15:37.972 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:15:37.972 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:15:37.974 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:15:37.975 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:15:37.975 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:15:37.975 [info] Retrying connection in 5 seconds...\n2025-08-01 16:15:42.976 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23226.sh\n2025-08-01 16:15:42.976 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:15:42.988 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32397.sh"" | ssh -v -T -D 53907 login.haicore.berlin bash --login -c bash\n2025-08-01 16:15:42.988 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:15:42.988 [info] Waiting for server to install via process(17634)...\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:15:43.005 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:15:44.262 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:15:44.263 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:15:44.263 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:15:44.292 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:15:44.293 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:15:44.318 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:15:44.319 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:15:44.423 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:15:44.425 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:15:44.427 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 16:15:44.427 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:15:44.521 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:15:44.551 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:15:44.555 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:15:44.555 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:15:44.591 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:15:44.641 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:53907 forwarded to remote address socks:0\n\n2025-08-01 16:15:44.644 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 53907.\n\n2025-08-01 16:15:44.652 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 53907.\n\n2025-08-01 16:15:44.652 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:15:44.745 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:15:44.746 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:15:44.752 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:15:45.244 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:15:45.286 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-01 16:15:45.286 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-08-01 16:15:45.289 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:15:45.303 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:15:45.321 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:15:45.324 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.329 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:15:45.336 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc\n\n2025-08-01 16:15:45.338 [info] (ssh_tunnel) stdout: Multiplex server started with PID 761511 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.341 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.341 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-08-01 16:15:45.342 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.846 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 16:15:45.868 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 735436 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:15:45.873 [info] (ssh_tunnel) stdout: 47c67c212d773bfbcb728d3c: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==41889==\nmultiplexConnectionToken==1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc==\ncodeListeningOn==40937==\ncodeConnectionToken==88f8d8f3-0841-40b6-b9a7-b634e9e16335==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n47c67c212d773bfbcb728d3c: end\n\n2025-08-01 16:15:45.874 [info] Server install command exit code: 0\n2025-08-01 16:15:45.874 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32397.sh\n2025-08-01 16:15:45.874 [info] [forwarding][code] returning existing forwarding server listening on local port 53715\n2025-08-01 16:15:45.874 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 88f8d8f3-0841-40b6-b9a7-b634e9e16335\n2025-08-01 16:15:45.874 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 53716\n2025-08-01 16:15:45.875 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc\n2025-08-01 16:15:45.875 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:15:45.875 [info] [remote-ssh] Resolved exec server. Socks port: 53907\n2025-08-01 16:15:45.875 [info] Setting up 0 default forwarded ports\n2025-08-01 16:15:45.875 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":53715,""connectionToken"":""88f8d8f3-0841-40b6-b9a7-b634e9e16335"",""extensionHostEnv"":{}}. Socks port: 53907\n2025-08-01 16:15:45.876 [info] [command][cbf10777-8d59-4f8d-86ef-840004338702] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""cbf10777-8d59-4f8d-86ef-840004338702""}\n2025-08-01 16:15:45.877 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][510bff6b-5081-44fb-95ea-fc606a8be226] received connection request\n2025-08-01 16:15:45.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:15:45.895 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:15:45.905 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][510bff6b-5081-44fb-95ea-fc606a8be226] socks forwarding established\n2025-08-01 16:15:45.981 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:40937][7e5597f6-0aea-4e82-9906-dc76950bdfc5] received connection request\n2025-08-01 16:15:45.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:15:46.018 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:15:46.035 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][7e5597f6-0aea-4e82-9906-dc76950bdfc5] socks forwarding established\n2025-08-01 16:15:46.035 [info] [command][cbf10777-8d59-4f8d-86ef-840004338702] Process exited with code 0\n2025-08-01 16:15:46.035 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][510bff6b-5081-44fb-95ea-fc606a8be226] socks connection closed\n2025-08-01 16:15:46.035 [info] [command][cbf10777-8d59-4f8d-86ef-840004338702] Socket close event received\n2025-08-01 16:15:46.062 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 53976 to 127.0.0.1 port 53907, nchannels 5\n\n2025-08-01 16:15:46.117 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:40937][92c45089-296a-4776-ba5b-b01c5b66ffc1] received connection request\n2025-08-01 16:15:46.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\n\n2025-08-01 16:15:46.117 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:15:46.142 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][92c45089-296a-4776-ba5b-b01c5b66ffc1] socks forwarding established\n2025-08-01 16:15:46.167 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][7e5597f6-0aea-4e82-9906-dc76950bdfc5] socks connection closed\n2025-08-01 16:15:46.193 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 40937, connect from 127.0.0.1 port 53978 to 127.0.0.1 port 53907, nchannels 5\n\n2025-08-01 16:15:46.543 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][92c45089-296a-4776-ba5b-b01c5b66ffc1] socks connection closed\n2025-08-01 16:15:46.569 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 40937, connect from 127.0.0.1 port 53980 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:16:46.036 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:16:46.039 [info] [command][2b2f5a80-bcc2-4359-8cce-919549a9582a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""2b2f5a80-bcc2-4359-8cce-919549a9582a""}\n2025-08-01 16:16:46.040 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][d0138f30-0a5c-4a24-9f19-0b8d1b2afc30] received connection request\n2025-08-01 16:16:46.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:16:46.067 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d0138f30-0a5c-4a24-9f19-0b8d1b2afc30] socks forwarding established\n2025-08-01 16:16:46.098 [info] [command][2b2f5a80-bcc2-4359-8cce-919549a9582a] Process exited with code 0\n2025-08-01 16:16:46.099 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d0138f30-0a5c-4a24-9f19-0b8d1b2afc30] socks connection closed\n2025-08-01 16:16:46.099 [info] [command][2b2f5a80-bcc2-4359-8cce-919549a9582a] Socket close event received\n2025-08-01 16:16:46.122 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54054 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:17:46.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:17:46.105 [info] [command][1d28eae0-b19f-4007-a410-16a2ae6e1572] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""1d28eae0-b19f-4007-a410-16a2ae6e1572""}\n2025-08-01 16:17:46.106 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][d63df667-6d81-41f9-b601-d71fa6842042] received connection request\n2025-08-01 16:17:46.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:17:46.144 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d63df667-6d81-41f9-b601-d71fa6842042] socks forwarding established\n2025-08-01 16:17:46.177 [info] [command][1d28eae0-b19f-4007-a410-16a2ae6e1572] Process exited with code 0\n2025-08-01 16:17:46.178 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d63df667-6d81-41f9-b601-d71fa6842042] socks connection closed\n2025-08-01 16:17:46.178 [info] [command][1d28eae0-b19f-4007-a410-16a2ae6e1572] Socket close event received\n2025-08-01 16:17:46.238 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54159 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:18:46.179 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:18:46.182 [info] [command][1bbfc1b2-27e9-4e75-8f85-617bca830c38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""1bbfc1b2-27e9-4e75-8f85-617bca830c38""}\n2025-08-01 16:18:46.183 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][79144ed0-82bc-4ca1-b569-d021b959aa37] received connection request\n2025-08-01 16:18:46.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:18:46.498 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][79144ed0-82bc-4ca1-b569-d021b959aa37] socks forwarding established\n2025-08-01 16:18:46.528 [info] [command][1bbfc1b2-27e9-4e75-8f85-617bca830c38] Process exited with code 0\n2025-08-01 16:18:46.528 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][79144ed0-82bc-4ca1-b569-d021b959aa37] socks connection closed\n2025-08-01 16:18:46.528 [info] [command][1bbfc1b2-27e9-4e75-8f85-617bca830c38] Socket close event received\n2025-08-01 16:18:46.553 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54209 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:19:46.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:19:46.528 [info] [command][93bf9aab-5a0a-45de-8b3a-aec3fbf7d788] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""93bf9aab-5a0a-45de-8b3a-aec3fbf7d788""}\n2025-08-01 16:19:46.528 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][d4ad57ce-4b0c-405d-9cfb-c0086214952f] received connection request\n2025-08-01 16:19:46.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:19:46.556 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d4ad57ce-4b0c-405d-9cfb-c0086214952f] socks forwarding established\n2025-08-01 16:19:46.585 [info] [command][93bf9aab-5a0a-45de-8b3a-aec3fbf7d788] Process exited with code 0\n2025-08-01 16:19:46.586 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d4ad57ce-4b0c-405d-9cfb-c0086214952f] socks connection closed\n2025-08-01 16:19:46.586 [info] [command][93bf9aab-5a0a-45de-8b3a-aec3fbf7d788] Socket close event received\n2025-08-01 16:19:46.610 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54232 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:20:46.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:20:46.588 [info] [command][5b522d8d-1cdb-412c-81ce-5434c9df2845] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""5b522d8d-1cdb-412c-81ce-5434c9df2845""}\n2025-08-01 16:20:46.589 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][52de1fd7-e42a-454f-897d-cf209a8a6f26] received connection request\n2025-08-01 16:20:46.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:20:46.618 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][52de1fd7-e42a-454f-897d-cf209a8a6f26] socks forwarding established\n2025-08-01 16:20:47.406 [info] [command][5b522d8d-1cdb-412c-81ce-5434c9df2845] Process exited with code 0\n2025-08-01 16:20:47.406 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][52de1fd7-e42a-454f-897d-cf209a8a6f26] socks connection closed\n2025-08-01 16:20:47.407 [info] [command][5b522d8d-1cdb-412c-81ce-5434c9df2845] Socket close event received\n2025-08-01 16:20:47.430 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54246 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:22:21.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:22:21.026 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][1a3ffbb8-3e3a-4979-a23e-7de15bf93293] received connection request\n2025-08-01 16:22:21.026 [info] [command][96c8c8fa-3625-4c9d-bb1b-ec08df35764c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""96c8c8fa-3625-4c9d-bb1b-ec08df35764c""}\n2025-08-01 16:22:21.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:22:51.026 [error] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][1a3ffbb8-3e3a-4979-a23e-7de15bf93293] error while creating socks forwarding Proxy connection timed out\n2025-08-01 16:22:51.027 [info] [command][96c8c8fa-3625-4c9d-bb1b-ec08df35764c] Socket end event received\n2025-08-01 16:22:51.027 [info] [command][96c8c8fa-3625-4c9d-bb1b-ec08df35764c] Socket close event received\n2025-08-01 16:31:12.275 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 16:31:12.282 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:31:12.283 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:31:12.284 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:31:12.287 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74044.sh"" | ssh -v -T -D 54484 login.haicore.berlin bash --login -c bash\n2025-08-01 16:31:12.287 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:31:12.287 [info] Waiting for server to install via process(17990)...\n2025-08-01 16:31:12.293 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:31:12.293 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:31:12.294 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:31:12.294 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:31:12.295 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:31:12.373 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:31:12.374 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:31:12.408 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:31:12.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 16:31:12.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:31:12.441 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:31:12.441 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:31:12.467 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:31:12.467 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 16:31:12.467 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:31:12.470 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 16:31:12.470 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:31:12.603 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:31:12.646 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:31:12.649 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:31:12.650 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:31:12.700 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:54484 forwarded to remote address socks:0\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54484.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54484.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:31:12.791 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:31:12.794 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:31:12.804 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 16:31:12.818 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:31:13.300 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:31:13.337 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:31:13.340 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 16:31:13.345 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:31:13.353 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:31:13.375 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:31:13.381 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:31:13.382 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 16:31:13.383 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:31:13.390 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 247ee332-86d6-422c-9946-7abcafc4ae16\nMultiplex server started with PID 508609 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:31:13.980 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 311316 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\nb0669cc289337d776ba75708: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40683==\nmultiplexConnectionToken==247ee332-86d6-422c-9946-7abcafc4ae16==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nb0669cc289337d776ba75708: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:31:13.981 [info] Server install command exit code: 0\n2025-08-01 16:31:13.981 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74044.sh\n2025-08-01 16:31:13.982 [info] [forwarding][code] creating new forwarding server\n2025-08-01 16:31:13.982 [info] [forwarding][code] server listening on 127.0.0.1:54493\n2025-08-01 16:31:13.982 [info] [forwarding][code] Set up server\n2025-08-01 16:31:13.982 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 16:31:13.982 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 16:31:13.982 [info] [forwarding][multiplex] server listening on 127.0.0.1:54494\n2025-08-01 16:31:13.982 [info] [forwarding][multiplex] Set up server\n2025-08-01 16:31:13.983 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 247ee332-86d6-422c-9946-7abcafc4ae16\n2025-08-01 16:31:13.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:31:13.984 [info] [remote-ssh] Resolved exec server. Socks port: 54484\n2025-08-01 16:31:13.984 [info] Setting up 0 default forwarded ports\n2025-08-01 16:31:13.984 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54493,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 54484\n2025-08-01 16:31:13.985 [info] [command][88e70899-235a-40d3-b6b2-60694bcc6810] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""247ee332-86d6-422c-9946-7abcafc4ae16"",""id"":""88e70899-235a-40d3-b6b2-60694bcc6810""}\n2025-08-01 16:31:13.986 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:40683][941abf58-0ab4-4efa-844f-6e35625e04b5] received connection request\n2025-08-01 16:31:13.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:31:14.011 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][cc2ec81e-b670-4989-b2d1-9fe4fbd54ac6] received connection request\n2025-08-01 16:31:14.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:31:14.023 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][941abf58-0ab4-4efa-844f-6e35625e04b5] socks forwarding established\n2025-08-01 16:31:14.039 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][cc2ec81e-b670-4989-b2d1-9fe4fbd54ac6] socks forwarding established\n2025-08-01 16:31:14.052 [info] [command][88e70899-235a-40d3-b6b2-60694bcc6810] Process exited with code 0\n2025-08-01 16:31:14.052 [info] [command][88e70899-235a-40d3-b6b2-60694bcc6810] Socket close event received\n2025-08-01 16:31:14.053 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][941abf58-0ab4-4efa-844f-6e35625e04b5] socks connection closed\n2025-08-01 16:31:14.075 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][9b921cfc-f455-4354-8fe0-610886718519] received connection request\n2025-08-01 16:31:14.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:31:14.075 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54484 for 127.0.0.1 port 40683, connect from 127.0.0.1 port 54496 to 127.0.0.1 port 54484, nchannels 6\n\n2025-08-01 16:31:14.101 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][9b921cfc-f455-4354-8fe0-610886718519] socks forwarding established\n2025-08-01 16:31:14.214 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:32:14.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:32:14.056 [info] [command][e9de8e26-97e1-4887-9cb9-c0c5e00b8999] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""247ee332-86d6-422c-9946-7abcafc4ae16"",""id"":""e9de8e26-97e1-4887-9cb9-c0c5e00b8999""}\n2025-08-01 16:32:14.057 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:40683][f8173abb-32ac-4191-b9c4-8efa15ef5df3] received connection request\n2025-08-01 16:32:14.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:32:17.235 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][f8173abb-32ac-4191-b9c4-8efa15ef5df3] socks forwarding established\n2025-08-01 16:32:17.262 [info] [command][e9de8e26-97e1-4887-9cb9-c0c5e00b8999] Process exited with code 0\n2025-08-01 16:32:17.262 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][f8173abb-32ac-4191-b9c4-8efa15ef5df3] socks connection closed\n2025-08-01 16:32:17.262 [info] [command][e9de8e26-97e1-4887-9cb9-c0c5e00b8999] Socket close event received\n2025-08-01 16:32:17.286 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54484 for 127.0.0.1 port 40683, connect from 127.0.0.1 port 54591 to 127.0.0.1 port 54484, nchannels 6\n\n2025-08-01 16:33:17.263 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:33:17.264 [info] [command][37be6d91-8291-4181-9609-72ac23643217] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""247ee332-86d6-422c-9946-7abcafc4ae16"",""id"":""37be6d91-8291-4181-9609-72ac23643217""}\n2025-08-01 16:33:17.265 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:40683][4e3d78b9-e71e-42de-b7b5-13a4cfc07625] received connection request\n2025-08-01 16:33:17.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:17.291 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][4e3d78b9-e71e-42de-b7b5-13a4cfc07625] socks forwarding established\n2025-08-01 16:33:17.401 [info] [command][37be6d91-8291-4181-9609-72ac23643217] Process exited with code 0\n2025-08-01 16:33:17.401 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][4e3d78b9-e71e-42de-b7b5-13a4cfc07625] socks connection closed\n2025-08-01 16:33:17.402 [info] [command][37be6d91-8291-4181-9609-72ac23643217] Socket close event received\n2025-08-01 16:33:17.427 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54484 for 127.0.0.1 port 40683, connect from 127.0.0.1 port 54659 to 127.0.0.1 port 54484, nchannels 6\n\n2025-08-01 16:33:23.540 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 16:33:23.547 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 16:33:23.559 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][df7b3aaa-1bad-42c7-ab31-da5e341aeeb7] received connection request\n2025-08-01 16:33:23.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:34.910 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 16:33:34.910 [error] Failed to connect to Cursor server at http://127.0.0.1:54493, attempt 1 of 3 This operation was aborted\n2025-08-01 16:33:34.913 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][e47639c4-3d41-4df1-b66a-598dd36274d3] received connection request\n2025-08-01 16:33:34.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:35.194 [info] Terminating existing SSH process with pid: 17990\n2025-08-01 16:33:35.194 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:33:35.194 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:33:35.194 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 16:33:35.195 [error] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][df7b3aaa-1bad-42c7-ab31-da5e341aeeb7] error while creating socks forwarding Socket closed\n2025-08-01 16:33:35.195 [error] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][e47639c4-3d41-4df1-b66a-598dd36274d3] error while creating socks forwarding Socket closed\n2025-08-01 16:33:35.195 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][cc2ec81e-b670-4989-b2d1-9fe4fbd54ac6] socks connection closed\n2025-08-01 16:33:35.195 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][9b921cfc-f455-4354-8fe0-610886718519] socks connection closed\n2025-08-01 16:33:35.199 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11179.sh"" | ssh -v -T -D 54667 login.haicore.berlin bash --login -c bash\n2025-08-01 16:33:35.199 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:33:35.199 [info] Waiting for server to install via process(18088)...\n2025-08-01 16:33:35.217 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:33:35.217 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:33:35.217 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:33:35.218 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:33:35.218 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:33:35.219 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:33:35.222 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:33:35.222 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:33:35.222 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:33:35.222 [info] Retrying connection in 5 seconds...\n2025-08-01 16:33:35.913 [error] Failed to connect to Cursor server at http://127.0.0.1:54493, attempt 2 of 3 This operation was aborted\n2025-08-01 16:33:36.916 [error] Failed to connect to Cursor server at http://127.0.0.1:54493, attempt 3 of 3 This operation was aborted\n2025-08-01 16:33:36.916 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 16:33:36.916 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 16:33:40.227 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11179.sh\n2025-08-01 16:33:40.228 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:33:40.232 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16679.sh"" | ssh -v -T -D 54677 login.haicore.berlin bash --login -c bash\n2025-08-01 16:33:40.233 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:33:40.233 [info] Waiting for server to install via process(18102)...\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:33:40.248 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:33:40.249 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:33:40.249 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:33:40.249 [info] Retrying connection in 5 seconds...\n2025-08-01 16:33:45.254 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16679.sh\n2025-08-01 16:33:45.256 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:33:45.262 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43963.sh"" | ssh -v -T -D 54713 login.haicore.berlin bash --login -c bash\n2025-08-01 16:33:45.262 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:33:45.262 [info] Waiting for server to install via process(18107)...\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:33:45.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:33:45.276 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:33:46.375 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:33:46.376 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:33:46.376 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:33:46.408 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:33:46.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 16:33:46.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-01 16:33:46.410 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:33:46.431 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:33:46.431 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:33:46.432 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:33:46.461 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:33:46.463 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:33:46.463 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:33:46.468 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 16:33:46.468 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-01 16:33:46.468 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:33:46.632 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:33:46.662 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:33:46.665 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:33:46.665 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 16:33:46.665 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:33:46.695 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:33:46.839 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:54713 forwarded to remote address socks:0\n\n2025-08-01 16:33:46.839 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54713.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54713.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-01 16:33:46.839 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:33:46.931 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:33:46.932 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:33:46.939 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-01 16:33:46.939 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 16:33:46.956 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\n\n2025-08-01 16:33:46.956 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:33:47.350 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:33:47.373 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:47.375 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 16:33:47.381 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:33:47.390 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:33:47.408 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:33:47.408 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:33:47.414 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:33:47.420 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 834c9b27-3c70-4712-8b8c-daf4c8c80b2e\nMultiplex server started with PID 766586 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:33:47.424 [info] (ssh_tunnel) stdout: Multiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:33:47.930 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 16:33:47.946 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:47.947 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-01 16:33:47.950 [info] (ssh_tunnel) stdout: Code server started with PID 766610 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:47.952 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:48.465 [info] (ssh_tunnel) stdout: 0aee224914045a24d95825aa: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==34681==\nmultiplexConnectionToken==834c9b27-3c70-4712-8b8c-daf4c8c80b2e==\n\n2025-08-01 16:33:48.465 [info] (ssh_tunnel) stdout: codeListeningOn==33539==\ncodeConnectionToken==6c9e1972-0e03-46f8-8256-c6fd5e316962==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n0aee224914045a24d95825aa: end\n\n2025-08-01 16:33:48.466 [info] Server install command exit code: 0\n2025-08-01 16:33:48.466 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43963.sh\n2025-08-01 16:33:48.466 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:48.466 [info] [forwarding][code] returning existing forwarding server listening on local port 54493\n2025-08-01 16:33:48.467 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 6c9e1972-0e03-46f8-8256-c6fd5e316962\n2025-08-01 16:33:48.467 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 54494\n2025-08-01 16:33:48.467 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 834c9b27-3c70-4712-8b8c-daf4c8c80b2e\n2025-08-01 16:33:48.467 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:33:48.468 [info] [remote-ssh] Resolved exec server. Socks port: 54713\n2025-08-01 16:33:48.468 [info] Setting up 0 default forwarded ports\n2025-08-01 16:33:48.468 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54493,""connectionToken"":""6c9e1972-0e03-46f8-8256-c6fd5e316962"",""extensionHostEnv"":{}}. Socks port: 54713\n2025-08-01 16:33:48.471 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][552f791b-a508-4a5d-b629-56fe202866dc] received connection request\n2025-08-01 16:33:48.471 [info] [command][3ebadcb1-1c74-49f5-89e5-5605d002e225] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""3ebadcb1-1c74-49f5-89e5-5605d002e225""}\n2025-08-01 16:33:48.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:48.506 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][552f791b-a508-4a5d-b629-56fe202866dc] socks forwarding established\n2025-08-01 16:33:48.537 [info] [command][3ebadcb1-1c74-49f5-89e5-5605d002e225] Process exited with code 0\n2025-08-01 16:33:48.537 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][552f791b-a508-4a5d-b629-56fe202866dc] socks connection closed\n2025-08-01 16:33:48.537 [info] [command][3ebadcb1-1c74-49f5-89e5-5605d002e225] Socket close event received\n2025-08-01 16:33:48.554 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:33539][f10745a7-1f37-404c-ab17-18673b4478bd] received connection request\n2025-08-01 16:33:48.554 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\n\n2025-08-01 16:33:48.554 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:48.566 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54773 to 127.0.0.1 port 54713, nchannels 5\n\n2025-08-01 16:33:48.568 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:33:48.581 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][f10745a7-1f37-404c-ab17-18673b4478bd] socks forwarding established\n2025-08-01 16:33:48.623 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:33539][55402b88-e4f4-4dbe-8ed7-87c753ac0508] received connection request\n2025-08-01 16:33:48.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:48.729 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][55402b88-e4f4-4dbe-8ed7-87c753ac0508] socks forwarding established\n2025-08-01 16:33:48.757 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][f10745a7-1f37-404c-ab17-18673b4478bd] socks connection closed\n2025-08-01 16:33:48.782 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 33539, connect from 127.0.0.1 port 54775 to 127.0.0.1 port 54713, nchannels 5\n\n2025-08-01 16:33:49.081 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][55402b88-e4f4-4dbe-8ed7-87c753ac0508] socks connection closed\n2025-08-01 16:33:49.108 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 33539, connect from 127.0.0.1 port 54777 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:34:48.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:34:48.541 [info] [command][725b1d8b-cc96-425f-af4b-7cef44e34732] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""725b1d8b-cc96-425f-af4b-7cef44e34732""}\n2025-08-01 16:34:48.542 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][0cc0382d-2454-4c1b-8982-255b23ccc812] received connection request\n2025-08-01 16:34:48.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:34:48.568 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][0cc0382d-2454-4c1b-8982-255b23ccc812] socks forwarding established\n2025-08-01 16:34:55.284 [info] [command][725b1d8b-cc96-425f-af4b-7cef44e34732] Process exited with code 0\n2025-08-01 16:34:55.284 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][0cc0382d-2454-4c1b-8982-255b23ccc812] socks connection closed\n2025-08-01 16:34:55.284 [info] [command][725b1d8b-cc96-425f-af4b-7cef44e34732] Socket close event received\n2025-08-01 16:34:55.335 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54835 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:35:55.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:35:55.292 [info] [command][1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56""}\n2025-08-01 16:35:55.294 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][e42e17c8-a99d-4bc7-acfa-9f5c1694c13e] received connection request\n2025-08-01 16:35:55.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:35:55.324 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][e42e17c8-a99d-4bc7-acfa-9f5c1694c13e] socks forwarding established\n2025-08-01 16:35:55.353 [info] [command][1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56] Process exited with code 0\n2025-08-01 16:35:55.353 [info] [command][1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56] Socket close event received\n2025-08-01 16:35:55.354 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][e42e17c8-a99d-4bc7-acfa-9f5c1694c13e] socks connection closed\n2025-08-01 16:35:55.379 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54897 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:36:55.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:36:55.361 [info] [command][c5c0fb00-3cf5-4e10-b009-3a34b217a141] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""c5c0fb00-3cf5-4e10-b009-3a34b217a141""}\n2025-08-01 16:36:55.362 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][997c69e7-0bbc-4485-8ce3-2b8c1fe4edc2] received connection request\n2025-08-01 16:36:55.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:36:55.453 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][997c69e7-0bbc-4485-8ce3-2b8c1fe4edc2] socks forwarding established\n2025-08-01 16:36:55.484 [info] [command][c5c0fb00-3cf5-4e10-b009-3a34b217a141] Process exited with code 0\n2025-08-01 16:36:55.485 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][997c69e7-0bbc-4485-8ce3-2b8c1fe4edc2] socks connection closed\n2025-08-01 16:36:55.485 [info] [command][c5c0fb00-3cf5-4e10-b009-3a34b217a141] Socket close event received\n2025-08-01 16:36:55.511 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54930 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:37:55.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:37:55.494 [info] [command][f5975c16-a341-4d5e-b4d7-35dde56a6714] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""f5975c16-a341-4d5e-b4d7-35dde56a6714""}\n2025-08-01 16:37:55.495 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][34fc9bfc-265f-4294-8378-a36dc99c5b1f] received connection request\n2025-08-01 16:37:55.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:37:55.520 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][34fc9bfc-265f-4294-8378-a36dc99c5b1f] socks forwarding established\n2025-08-01 16:37:55.548 [info] [command][f5975c16-a341-4d5e-b4d7-35dde56a6714] Process exited with code 0\n2025-08-01 16:37:55.549 [info] [command][f5975c16-a341-4d5e-b4d7-35dde56a6714] Socket close event received\n2025-08-01 16:37:55.550 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][34fc9bfc-265f-4294-8378-a36dc99c5b1f] socks connection closed\n2025-08-01 16:37:55.575 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54961 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:38:48.865 [info] (ssh_tunnel) stdout: Code server process 766610 died\n\n2025-08-01 16:38:55.554 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:38:55.555 [info] [command][812ee9a0-5f79-45df-b558-ca6bb1975d42] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""812ee9a0-5f79-45df-b558-ca6bb1975d42""}\n2025-08-01 16:38:55.556 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][67966fc9-0552-4203-9017-bd3a9a67bc8a] received connection request\n2025-08-01 16:38:55.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:38:55.584 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][67966fc9-0552-4203-9017-bd3a9a67bc8a] socks forwarding established\n2025-08-01 16:38:55.617 [info] [command][812ee9a0-5f79-45df-b558-ca6bb1975d42] Process exited with code 0\n2025-08-01 16:38:55.617 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][67966fc9-0552-4203-9017-bd3a9a67bc8a] socks connection closed\n2025-08-01 16:38:55.617 [info] [command][812ee9a0-5f79-45df-b558-ca6bb1975d42] Socket close event received\n2025-08-01 16:38:55.642 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54973 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:39:55.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:39:55.628 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][1bb881e7-4efa-4be1-8a4e-9a783a547652] received connection request\n2025-08-01 16:39:55.628 [info] [command][27b934c4-d9cd-437f-bfbd-588fb825cdf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""27b934c4-d9cd-437f-bfbd-588fb825cdf0""}\n2025-08-01 16:39:55.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:39:55.671 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][1bb881e7-4efa-4be1-8a4e-9a783a547652] socks forwarding established\n2025-08-01 16:39:55.706 [info] [command][27b934c4-d9cd-437f-bfbd-588fb825cdf0] Process exited with code 0\n2025-08-01 16:39:55.707 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][1bb881e7-4efa-4be1-8a4e-9a783a547652] socks connection closed\n2025-08-01 16:39:55.707 [info] [command][27b934c4-d9cd-437f-bfbd-588fb825cdf0] Socket close event received\n2025-08-01 16:39:55.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54989 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:40:31.800 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 16:40:31.806 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-snhz0p/socket.sock\n2025-08-01 16:40:31.807 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:40:31.810 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-snhz0p/socket.sock\n2025-08-01 16:40:31.813 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_85042.sh"" | ssh -v -T -D 55009 login.haicore.berlin bash --login -c bash\n2025-08-01 16:40:31.813 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:40:31.813 [info] Waiting for server to install via process(18322)...\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:40:31.821 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:40:31.895 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:40:31.896 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:40:31.896 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:40:31.925 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:40:31.926 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:40:31.926 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:40:31.949 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-01 16:40:31.949 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:40:31.950 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:40:31.976 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:40:31.977 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-01 16:40:31.977 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:40:31.980 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 16:40:31.980 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 16:40:31.980 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:40:32.068 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:40:32.101 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:40:32.110 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:40:32.110 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 16:40:32.113 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:40:32.146 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-01 16:40:32.212 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-01 16:40:32.285 [info] Askpass server received request: POST /\n2025-08-01 16:40:32.285 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-01 16:40:32.285 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-01 16:40:33.544 [error] Password authentication cancelled\n2025-08-01 16:40:33.546 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-01 16:40:35.871 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 16:40:35.880 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 16:40:35.880 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:40:35.881 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 16:40:35.883 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21233.sh"" | ssh -v -T -D 55014 login.haicore.berlin bash --login -c bash\n2025-08-01 16:40:35.883 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:40:35.883 [info] Waiting for server to install via process(18333)...\n2025-08-01 16:40:35.889 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:40:35.889 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:40:35.889 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:40:35.914 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:40:35.914 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:40:35.914 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:40:35.947 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:40:35.948 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:40:35.948 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:40:35.970 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-01 16:40:35.971 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:40:35.971 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:40:35.998 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:40:35.998 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:40:35.998 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:40:36.001 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 16:40:36.001 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-01 16:40:36.001 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:40:36.092 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:40:36.117 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:40:36.121 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 16:40:36.121 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:40:36.148 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:40:36.205 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55014 forwarded to remote address socks:0\n\n2025-08-01 16:40:36.205 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55014.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55014.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 16:40:36.206 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:40:36.229 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:40:36.229 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:40:36.237 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-01 16:40:36.237 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 16:40:36.254 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:40:36.644 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:40:36.684 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:40:36.686 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 16:40:36.692 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:40:36.699 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:40:36.719 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:40:36.722 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:40:36.727 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 16:40:36.727 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:40:36.733 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0ab38bd6-aac1-48b4-a82e-3c29bd5e4342\n\n2025-08-01 16:40:36.733 [info] (ssh_tunnel) stdout: Multiplex server started with PID 512932 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-01 16:40:36.735 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:40:37.242 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 16:40:37.262 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 311316 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-01 16:40:37.263 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:40:37.268 [info] (ssh_tunnel) stdout: 17df2b0561f8515c2e0626c4: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\n\n2025-08-01 16:40:37.269 [info] (ssh_tunnel) stdout: errorMessage====\nisFatalError==false==\nmultiplexListeningOn==42525==\nmultiplexConnectionToken==0ab38bd6-aac1-48b4-a82e-3c29bd5e4342==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n17df2b0561f8515c2e0626c4: end\n\n2025-08-01 16:40:37.270 [info] Server install command exit code: 0\n2025-08-01 16:40:37.270 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21233.sh\n2025-08-01 16:40:37.271 [info] [forwarding][code] creating new forwarding server\n2025-08-01 16:40:37.271 [info] [forwarding][code] server listening on 127.0.0.1:55017\n2025-08-01 16:40:37.271 [info] [forwarding][code] Set up server\n2025-08-01 16:40:37.271 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 16:40:37.271 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 16:40:37.271 [info] [forwarding][multiplex] server listening on 127.0.0.1:55018\n2025-08-01 16:40:37.271 [info] [forwarding][multiplex] Set up server\n2025-08-01 16:40:37.272 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0ab38bd6-aac1-48b4-a82e-3c29bd5e4342\n2025-08-01 16:40:37.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:40:37.273 [info] [remote-ssh] Resolved exec server. Socks port: 55014\n2025-08-01 16:40:37.273 [info] Setting up 0 default forwarded ports\n2025-08-01 16:40:37.273 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55017,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 55014\n2025-08-01 16:40:37.273 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:40:37.275 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4c42bc58-c713-4ffe-ac8d-226874e0348b] received connection request\n2025-08-01 16:40:37.276 [info] [command][5f04e08c-9f31-4351-a4b1-366e6b9593af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""5f04e08c-9f31-4351-a4b1-366e6b9593af""}\n2025-08-01 16:40:37.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:40:37.289 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][f4699ad3-4fbd-4003-b011-bbd947cc160d] received connection request\n2025-08-01 16:40:37.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:40:37.306 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4c42bc58-c713-4ffe-ac8d-226874e0348b] socks forwarding established\n2025-08-01 16:40:37.313 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][f4699ad3-4fbd-4003-b011-bbd947cc160d] socks forwarding established\n2025-08-01 16:40:37.348 [info] [command][5f04e08c-9f31-4351-a4b1-366e6b9593af] Process exited with code 0\n2025-08-01 16:40:37.348 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4c42bc58-c713-4ffe-ac8d-226874e0348b] socks connection closed\n2025-08-01 16:40:37.348 [info] [command][5f04e08c-9f31-4351-a4b1-366e6b9593af] Socket close event received\n2025-08-01 16:40:37.360 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][c25a3116-bfcf-44fb-ba9e-48710744c503] received connection request\n2025-08-01 16:40:37.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:40:37.382 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55020 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:40:37.384 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][c25a3116-bfcf-44fb-ba9e-48710744c503] socks forwarding established\n2025-08-01 16:40:37.530 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:41:37.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:41:37.351 [info] [command][55db8467-3e4a-4e4e-b8a2-941221781ab9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""55db8467-3e4a-4e4e-b8a2-941221781ab9""}\n2025-08-01 16:41:37.351 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][44207e22-acfb-46aa-906b-b6c220deae78] received connection request\n2025-08-01 16:41:37.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:41:37.376 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][44207e22-acfb-46aa-906b-b6c220deae78] socks forwarding established\n2025-08-01 16:41:37.472 [info] [command][55db8467-3e4a-4e4e-b8a2-941221781ab9] Process exited with code 0\n2025-08-01 16:41:37.472 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][44207e22-acfb-46aa-906b-b6c220deae78] socks connection closed\n2025-08-01 16:41:37.472 [info] [command][55db8467-3e4a-4e4e-b8a2-941221781ab9] Socket close event received\n2025-08-01 16:41:37.496 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55086 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:42:37.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:42:37.480 [info] [command][85612195-3cfd-4850-8053-c43dcb4e9255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""85612195-3cfd-4850-8053-c43dcb4e9255""}\n2025-08-01 16:42:37.482 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][19a00401-639e-4289-a1a9-2dd46feee5f9] received connection request\n2025-08-01 16:42:37.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:42:37.507 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][19a00401-639e-4289-a1a9-2dd46feee5f9] socks forwarding established\n2025-08-01 16:42:37.533 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][19a00401-639e-4289-a1a9-2dd46feee5f9] socks connection closed\n2025-08-01 16:42:37.533 [info] [command][85612195-3cfd-4850-8053-c43dcb4e9255] Process exited with code 0\n2025-08-01 16:42:37.533 [info] [command][85612195-3cfd-4850-8053-c43dcb4e9255] Socket close event received\n2025-08-01 16:42:37.557 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55116 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:43:37.535 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:43:37.538 [info] [command][ce236959-ae6c-44ca-97ed-b14e1e035e57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""ce236959-ae6c-44ca-97ed-b14e1e035e57""}\n2025-08-01 16:43:37.539 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][31e058f8-1573-433a-b8ac-acef16bb3693] received connection request\n2025-08-01 16:43:37.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:43:37.565 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][31e058f8-1573-433a-b8ac-acef16bb3693] socks forwarding established\n2025-08-01 16:43:37.593 [info] [command][ce236959-ae6c-44ca-97ed-b14e1e035e57] Process exited with code 0\n2025-08-01 16:43:37.594 [info] [command][ce236959-ae6c-44ca-97ed-b14e1e035e57] Socket close event received\n2025-08-01 16:43:37.594 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][31e058f8-1573-433a-b8ac-acef16bb3693] socks connection closed\n2025-08-01 16:43:37.619 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55139 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:44:37.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:44:37.597 [info] [command][80a4e588-7675-480f-a0cf-91775a56ccd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""80a4e588-7675-480f-a0cf-91775a56ccd0""}\n2025-08-01 16:44:37.597 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][8130e041-d4fb-44c2-b94a-3e9ba364a722] received connection request\n2025-08-01 16:44:37.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:44:37.622 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8130e041-d4fb-44c2-b94a-3e9ba364a722] socks forwarding established\n2025-08-01 16:44:37.649 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8130e041-d4fb-44c2-b94a-3e9ba364a722] socks connection closed\n2025-08-01 16:44:37.649 [info] [command][80a4e588-7675-480f-a0cf-91775a56ccd0] Process exited with code 0\n2025-08-01 16:44:37.650 [info] [command][80a4e588-7675-480f-a0cf-91775a56ccd0] Socket close event received\n2025-08-01 16:44:37.750 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55157 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:45:37.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:45:37.656 [info] [command][f665492e-9511-4548-8365-e74b92d432ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""f665492e-9511-4548-8365-e74b92d432ea""}\n2025-08-01 16:45:37.658 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4a16dc01-2143-4491-9e78-f23dddf77740] received connection request\n2025-08-01 16:45:37.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:45:37.692 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4a16dc01-2143-4491-9e78-f23dddf77740] socks forwarding established\n2025-08-01 16:45:37.804 [info] [command][f665492e-9511-4548-8365-e74b92d432ea] Process exited with code 0\n2025-08-01 16:45:37.804 [info] [command][f665492e-9511-4548-8365-e74b92d432ea] Socket close event received\n2025-08-01 16:45:37.805 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4a16dc01-2143-4491-9e78-f23dddf77740] socks connection closed\n2025-08-01 16:45:37.829 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55178 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:46:37.809 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:46:37.812 [info] [command][2ebf83a4-c979-458e-8e2a-7f9abd8cbd40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""2ebf83a4-c979-458e-8e2a-7f9abd8cbd40""}\n2025-08-01 16:46:37.813 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][70c91cf5-e9aa-4c63-9b7f-d3222a63c017] received connection request\n2025-08-01 16:46:37.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:46:37.840 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70c91cf5-e9aa-4c63-9b7f-d3222a63c017] socks forwarding established\n2025-08-01 16:46:37.869 [info] [command][2ebf83a4-c979-458e-8e2a-7f9abd8cbd40] Process exited with code 0\n2025-08-01 16:46:37.869 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70c91cf5-e9aa-4c63-9b7f-d3222a63c017] socks connection closed\n2025-08-01 16:46:37.870 [info] [command][2ebf83a4-c979-458e-8e2a-7f9abd8cbd40] Socket close event received\n2025-08-01 16:46:37.895 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55196 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:47:37.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:47:37.877 [info] [command][707751d2-d77e-46a6-8366-09e970f67edd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""707751d2-d77e-46a6-8366-09e970f67edd""}\n2025-08-01 16:47:37.878 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][c2cf8d4c-a248-4165-9a7e-092ccc727c7f] received connection request\n2025-08-01 16:47:37.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:47:37.905 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c2cf8d4c-a248-4165-9a7e-092ccc727c7f] socks forwarding established\n2025-08-01 16:47:37.935 [info] [command][707751d2-d77e-46a6-8366-09e970f67edd] Process exited with code 0\n2025-08-01 16:47:37.936 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c2cf8d4c-a248-4165-9a7e-092ccc727c7f] socks connection closed\n2025-08-01 16:47:37.936 [info] [command][707751d2-d77e-46a6-8366-09e970f67edd] Socket close event received\n2025-08-01 16:47:37.963 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55231 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:48:37.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:48:37.941 [info] [command][cf094f7c-e4ce-40e4-8ae1-d7b27aace589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cf094f7c-e4ce-40e4-8ae1-d7b27aace589""}\n2025-08-01 16:48:37.941 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][bf4893ac-a0ec-440d-b0f5-e61edf66617e] received connection request\n2025-08-01 16:48:37.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:48:37.972 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bf4893ac-a0ec-440d-b0f5-e61edf66617e] socks forwarding established\n2025-08-01 16:48:38.000 [info] [command][cf094f7c-e4ce-40e4-8ae1-d7b27aace589] Process exited with code 0\n2025-08-01 16:48:38.000 [info] [command][cf094f7c-e4ce-40e4-8ae1-d7b27aace589] Socket close event received\n2025-08-01 16:48:38.001 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bf4893ac-a0ec-440d-b0f5-e61edf66617e] socks connection closed\n2025-08-01 16:48:38.077 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55247 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:49:38.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:49:38.006 [info] [command][ce11fe1f-654c-4e3b-8151-203e636a7e4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""ce11fe1f-654c-4e3b-8151-203e636a7e4d""}\n2025-08-01 16:49:38.006 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][98abd63f-c8fc-4b98-a5fa-258ebc1b74c3] received connection request\n2025-08-01 16:49:38.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:49:38.031 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][98abd63f-c8fc-4b98-a5fa-258ebc1b74c3] socks forwarding established\n2025-08-01 16:49:38.060 [info] [command][ce11fe1f-654c-4e3b-8151-203e636a7e4d] Process exited with code 0\n2025-08-01 16:49:38.060 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][98abd63f-c8fc-4b98-a5fa-258ebc1b74c3] socks connection closed\n2025-08-01 16:49:38.060 [info] [command][ce11fe1f-654c-4e3b-8151-203e636a7e4d] Socket close event received\n2025-08-01 16:49:38.170 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55264 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:50:38.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:50:38.063 [info] [command][e79a63aa-e328-4757-a3e3-b3b50bc74d62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e79a63aa-e328-4757-a3e3-b3b50bc74d62""}\n2025-08-01 16:50:38.064 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][541f202b-6f89-47f6-abd0-d1758d080b54] received connection request\n2025-08-01 16:50:38.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:50:38.088 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][541f202b-6f89-47f6-abd0-d1758d080b54] socks forwarding established\n2025-08-01 16:50:38.116 [info] [command][e79a63aa-e328-4757-a3e3-b3b50bc74d62] Process exited with code 0\n2025-08-01 16:50:38.116 [info] [command][e79a63aa-e328-4757-a3e3-b3b50bc74d62] Socket close event received\n2025-08-01 16:50:38.116 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][541f202b-6f89-47f6-abd0-d1758d080b54] socks connection closed\n2025-08-01 16:50:38.140 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55291 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:51:38.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:51:38.121 [info] [command][aa0e6e87-32f0-4ad8-a61d-b20605dc97cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""aa0e6e87-32f0-4ad8-a61d-b20605dc97cf""}\n2025-08-01 16:51:38.123 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][638410b3-672e-4b2c-9f55-0f02b9fc7b88] received connection request\n2025-08-01 16:51:38.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:51:38.151 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][638410b3-672e-4b2c-9f55-0f02b9fc7b88] socks forwarding established\n2025-08-01 16:51:38.177 [info] [command][aa0e6e87-32f0-4ad8-a61d-b20605dc97cf] Process exited with code 0\n2025-08-01 16:51:38.178 [info] [command][aa0e6e87-32f0-4ad8-a61d-b20605dc97cf] Socket close event received\n2025-08-01 16:51:38.178 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][638410b3-672e-4b2c-9f55-0f02b9fc7b88] socks connection closed\n2025-08-01 16:51:38.203 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55310 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:52:38.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:52:38.184 [info] [command][1de180db-b369-4c4d-aff5-6f1fe4024adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""1de180db-b369-4c4d-aff5-6f1fe4024adc""}\n2025-08-01 16:52:38.185 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4ddfc089-0788-4ff6-8792-0154195f305e] received connection request\n2025-08-01 16:52:38.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 16:52:38.187 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:52:38.212 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4ddfc089-0788-4ff6-8792-0154195f305e] socks forwarding established\n2025-08-01 16:52:38.241 [info] [command][1de180db-b369-4c4d-aff5-6f1fe4024adc] Process exited with code 0\n2025-08-01 16:52:38.241 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4ddfc089-0788-4ff6-8792-0154195f305e] socks connection closed\n2025-08-01 16:52:38.241 [info] [command][1de180db-b369-4c4d-aff5-6f1fe4024adc] Socket close event received\n2025-08-01 16:52:38.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55354 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:53:38.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:53:38.248 [info] [command][e98b904e-376f-4741-b09d-696b8db5fd9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e98b904e-376f-4741-b09d-696b8db5fd9a""}\n2025-08-01 16:53:38.249 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][e9e56105-64e1-4ded-98cf-f5351e75851c] received connection request\n2025-08-01 16:53:38.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:53:38.275 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e9e56105-64e1-4ded-98cf-f5351e75851c] socks forwarding established\n2025-08-01 16:53:38.305 [info] [command][e98b904e-376f-4741-b09d-696b8db5fd9a] Process exited with code 0\n2025-08-01 16:53:38.305 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e9e56105-64e1-4ded-98cf-f5351e75851c] socks connection closed\n2025-08-01 16:53:38.305 [info] [command][e98b904e-376f-4741-b09d-696b8db5fd9a] Socket close event received\n2025-08-01 16:53:38.332 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55368 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:54:38.310 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:54:38.313 [info] [command][84a5d917-10ca-4c3f-a4ef-42372ee08d4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""84a5d917-10ca-4c3f-a4ef-42372ee08d4b""}\n2025-08-01 16:54:38.314 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9fb1b0b7-5e92-4be7-aaa4-15713ae1b98e] received connection request\n2025-08-01 16:54:38.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:54:38.343 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9fb1b0b7-5e92-4be7-aaa4-15713ae1b98e] socks forwarding established\n2025-08-01 16:54:38.373 [info] [command][84a5d917-10ca-4c3f-a4ef-42372ee08d4b] Process exited with code 0\n2025-08-01 16:54:38.374 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9fb1b0b7-5e92-4be7-aaa4-15713ae1b98e] socks connection closed\n2025-08-01 16:54:38.374 [info] [command][84a5d917-10ca-4c3f-a4ef-42372ee08d4b] Socket close event received\n2025-08-01 16:54:38.398 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55383 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:55:38.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:55:38.387 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][322e16d0-1093-4245-9cdd-d95aaf9745ba] received connection request\n2025-08-01 16:55:38.387 [info] [command][211326f0-9902-43f1-ba84-a69385a27d68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""211326f0-9902-43f1-ba84-a69385a27d68""}\n2025-08-01 16:55:38.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:55:38.413 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][322e16d0-1093-4245-9cdd-d95aaf9745ba] socks forwarding established\n2025-08-01 16:55:38.444 [info] [command][211326f0-9902-43f1-ba84-a69385a27d68] Process exited with code 0\n2025-08-01 16:55:38.444 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][322e16d0-1093-4245-9cdd-d95aaf9745ba] socks connection closed\n2025-08-01 16:55:38.444 [info] [command][211326f0-9902-43f1-ba84-a69385a27d68] Socket close event received\n2025-08-01 16:55:38.470 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55413 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:56:38.449 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:56:38.452 [info] [command][45c340eb-f88d-48af-803c-67f9116c671f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""45c340eb-f88d-48af-803c-67f9116c671f""}\n2025-08-01 16:56:38.453 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][8ca893f9-e4f4-4350-8ddd-3aee37505d8e] received connection request\n2025-08-01 16:56:38.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:56:38.479 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8ca893f9-e4f4-4350-8ddd-3aee37505d8e] socks forwarding established\n2025-08-01 16:56:38.511 [info] [command][45c340eb-f88d-48af-803c-67f9116c671f] Process exited with code 0\n2025-08-01 16:56:38.512 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8ca893f9-e4f4-4350-8ddd-3aee37505d8e] socks connection closed\n2025-08-01 16:56:38.512 [info] [command][45c340eb-f88d-48af-803c-67f9116c671f] Socket close event received\n2025-08-01 16:56:38.537 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55428 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:57:38.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:57:38.514 [info] [command][7748502a-2dab-4ee7-b78a-ace5caa5700d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7748502a-2dab-4ee7-b78a-ace5caa5700d""}\n2025-08-01 16:57:38.515 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][abb195ea-bbdc-452c-a564-074ef35656c7] received connection request\n2025-08-01 16:57:38.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:57:38.540 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][abb195ea-bbdc-452c-a564-074ef35656c7] socks forwarding established\n2025-08-01 16:57:38.570 [info] [command][7748502a-2dab-4ee7-b78a-ace5caa5700d] Process exited with code 0\n2025-08-01 16:57:38.571 [info] [command][7748502a-2dab-4ee7-b78a-ace5caa5700d] Socket close event received\n2025-08-01 16:57:38.571 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][abb195ea-bbdc-452c-a564-074ef35656c7] socks connection closed\n2025-08-01 16:57:38.595 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55467 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:58:38.573 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:58:38.575 [info] [command][918fdc1e-e1d8-450a-93ee-b074fc8e25d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""918fdc1e-e1d8-450a-93ee-b074fc8e25d3""}\n2025-08-01 16:58:38.576 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9d04d88c-62f4-4c18-8b36-2a8b58e3f9df] received connection request\n2025-08-01 16:58:38.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:58:38.604 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9d04d88c-62f4-4c18-8b36-2a8b58e3f9df] socks forwarding established\n2025-08-01 16:58:38.711 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9d04d88c-62f4-4c18-8b36-2a8b58e3f9df] socks connection closed\n2025-08-01 16:58:38.711 [info] [command][918fdc1e-e1d8-450a-93ee-b074fc8e25d3] Process exited with code 0\n2025-08-01 16:58:38.711 [info] [command][918fdc1e-e1d8-450a-93ee-b074fc8e25d3] Socket close event received\n2025-08-01 16:58:38.734 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55509 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:59:38.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:59:38.716 [info] [command][b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c""}\n2025-08-01 16:59:38.718 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][bb4a3815-58f6-47f0-ba28-1244ace8e6e4] received connection request\n2025-08-01 16:59:38.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:59:38.742 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bb4a3815-58f6-47f0-ba28-1244ace8e6e4] socks forwarding established\n2025-08-01 16:59:38.770 [info] [command][b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c] Process exited with code 0\n2025-08-01 16:59:38.770 [info] [command][b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c] Socket close event received\n2025-08-01 16:59:38.770 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bb4a3815-58f6-47f0-ba28-1244ace8e6e4] socks connection closed\n2025-08-01 16:59:38.795 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55525 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:00:38.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:00:38.774 [info] [command][33a00ffc-3f17-41cb-88a1-a9af66672b37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""33a00ffc-3f17-41cb-88a1-a9af66672b37""}\n2025-08-01 17:00:38.774 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][16c73f43-931c-468c-a5c8-2aeb7c101be1] received connection request\n2025-08-01 17:00:38.775 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:00:38.801 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][16c73f43-931c-468c-a5c8-2aeb7c101be1] socks forwarding established\n2025-08-01 17:00:38.830 [info] [command][33a00ffc-3f17-41cb-88a1-a9af66672b37] Process exited with code 0\n2025-08-01 17:00:38.830 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][16c73f43-931c-468c-a5c8-2aeb7c101be1] socks connection closed\n2025-08-01 17:00:38.830 [info] [command][33a00ffc-3f17-41cb-88a1-a9af66672b37] Socket close event received\n2025-08-01 17:00:38.854 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55558 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:01:38.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:01:38.834 [info] [command][8bf31e65-42d7-404c-bd36-df8cb1f47ec1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""8bf31e65-42d7-404c-bd36-df8cb1f47ec1""}\n2025-08-01 17:01:38.835 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][0da502ed-c729-4229-8113-2b805bd204ef] received connection request\n2025-08-01 17:01:38.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:01:38.860 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0da502ed-c729-4229-8113-2b805bd204ef] socks forwarding established\n2025-08-01 17:01:38.888 [info] [command][8bf31e65-42d7-404c-bd36-df8cb1f47ec1] Process exited with code 0\n2025-08-01 17:01:38.888 [info] [command][8bf31e65-42d7-404c-bd36-df8cb1f47ec1] Socket close event received\n2025-08-01 17:01:38.888 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0da502ed-c729-4229-8113-2b805bd204ef] socks connection closed\n2025-08-01 17:01:38.914 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55599 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:02:38.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:02:38.891 [info] [command][003de7cc-1db3-4901-bd91-45750124c3af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""003de7cc-1db3-4901-bd91-45750124c3af""}\n2025-08-01 17:02:38.891 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][e71c310c-cd57-482e-9851-82f6e36b96c0] received connection request\n2025-08-01 17:02:38.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:02:38.917 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e71c310c-cd57-482e-9851-82f6e36b96c0] socks forwarding established\n2025-08-01 17:02:38.945 [info] [command][003de7cc-1db3-4901-bd91-45750124c3af] Process exited with code 0\n2025-08-01 17:02:38.946 [info] [command][003de7cc-1db3-4901-bd91-45750124c3af] Socket close event received\n2025-08-01 17:02:38.946 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e71c310c-cd57-482e-9851-82f6e36b96c0] socks connection closed\n2025-08-01 17:02:38.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55631 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:03:38.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:03:38.951 [info] [command][7a41d98a-8962-4c5c-82e5-82fe62f3b31f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7a41d98a-8962-4c5c-82e5-82fe62f3b31f""}\n2025-08-01 17:03:38.952 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f02123e0-e4f0-4f3b-affe-5d70ba98ed93] received connection request\n2025-08-01 17:03:38.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:03:38.977 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f02123e0-e4f0-4f3b-affe-5d70ba98ed93] socks forwarding established\n2025-08-01 17:03:39.007 [info] [command][7a41d98a-8962-4c5c-82e5-82fe62f3b31f] Process exited with code 0\n2025-08-01 17:03:39.007 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f02123e0-e4f0-4f3b-affe-5d70ba98ed93] socks connection closed\n2025-08-01 17:03:39.008 [info] [command][7a41d98a-8962-4c5c-82e5-82fe62f3b31f] Socket close event received\n2025-08-01 17:03:39.034 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55642 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:04:39.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:04:39.015 [info] [command][084a02ac-38e8-4c24-ac30-d206a5a5c294] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""084a02ac-38e8-4c24-ac30-d206a5a5c294""}\n2025-08-01 17:04:39.015 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][0aaf78f0-2274-461d-8403-f429b0d3e612] received connection request\n2025-08-01 17:04:39.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:04:39.041 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0aaf78f0-2274-461d-8403-f429b0d3e612] socks forwarding established\n2025-08-01 17:04:39.072 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0aaf78f0-2274-461d-8403-f429b0d3e612] socks connection closed\n2025-08-01 17:04:39.072 [info] [command][084a02ac-38e8-4c24-ac30-d206a5a5c294] Process exited with code 0\n2025-08-01 17:04:39.073 [info] [command][084a02ac-38e8-4c24-ac30-d206a5a5c294] Socket close event received\n2025-08-01 17:04:39.153 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55663 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:05:39.078 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:05:39.081 [info] [command][dac3bc3b-8c33-47cf-91cd-bafbe89ed71a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""dac3bc3b-8c33-47cf-91cd-bafbe89ed71a""}\n2025-08-01 17:05:39.082 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9db6e536-3f12-4468-b6fe-492da4bef62d] received connection request\n2025-08-01 17:05:39.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:05:39.108 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9db6e536-3f12-4468-b6fe-492da4bef62d] socks forwarding established\n2025-08-01 17:05:39.136 [info] [command][dac3bc3b-8c33-47cf-91cd-bafbe89ed71a] Process exited with code 0\n2025-08-01 17:05:39.136 [info] [command][dac3bc3b-8c33-47cf-91cd-bafbe89ed71a] Socket close event received\n2025-08-01 17:05:39.137 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9db6e536-3f12-4468-b6fe-492da4bef62d] socks connection closed\n2025-08-01 17:05:39.162 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55690 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:06:39.141 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:06:39.144 [info] [command][65069831-0a6e-4cc7-a740-65164192c239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""65069831-0a6e-4cc7-a740-65164192c239""}\n2025-08-01 17:06:39.144 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][c1a2df1f-f32c-4e5d-ae13-75f61f9f7b29] received connection request\n2025-08-01 17:06:39.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:06:39.170 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c1a2df1f-f32c-4e5d-ae13-75f61f9f7b29] socks forwarding established\n2025-08-01 17:06:39.200 [info] [command][65069831-0a6e-4cc7-a740-65164192c239] Process exited with code 0\n2025-08-01 17:06:39.200 [info] [command][65069831-0a6e-4cc7-a740-65164192c239] Socket close event received\n2025-08-01 17:06:39.201 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c1a2df1f-f32c-4e5d-ae13-75f61f9f7b29] socks connection closed\n2025-08-01 17:06:39.225 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55708 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:07:39.205 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:07:39.208 [info] [command][cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8""}\n2025-08-01 17:07:39.209 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][609b4cc7-1f50-4f80-8535-a380dee50f65] received connection request\n2025-08-01 17:07:39.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:07:39.287 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][609b4cc7-1f50-4f80-8535-a380dee50f65] socks forwarding established\n2025-08-01 17:07:39.316 [info] [command][cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8] Process exited with code 0\n2025-08-01 17:07:39.316 [info] [command][cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8] Socket close event received\n2025-08-01 17:07:39.316 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][609b4cc7-1f50-4f80-8535-a380dee50f65] socks connection closed\n2025-08-01 17:07:39.341 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55740 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:08:39.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:08:39.320 [info] [command][bd5a722a-67c4-4ba5-8173-c22e34bf70fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""bd5a722a-67c4-4ba5-8173-c22e34bf70fa""}\n2025-08-01 17:08:39.321 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4009488b-5259-4e10-84e5-920d878e7f0a] received connection request\n2025-08-01 17:08:39.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:08:39.347 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4009488b-5259-4e10-84e5-920d878e7f0a] socks forwarding established\n2025-08-01 17:08:39.376 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4009488b-5259-4e10-84e5-920d878e7f0a] socks connection closed\n2025-08-01 17:08:39.376 [info] [command][bd5a722a-67c4-4ba5-8173-c22e34bf70fa] Process exited with code 0\n2025-08-01 17:08:39.376 [info] [command][bd5a722a-67c4-4ba5-8173-c22e34bf70fa] Socket close event received\n2025-08-01 17:08:39.401 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55778 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:09:39.379 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:09:39.382 [info] [command][99fbd7c9-213a-493e-8882-49d088572b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""99fbd7c9-213a-493e-8882-49d088572b5b""}\n2025-08-01 17:09:39.382 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][1335ec34-6fe0-41f7-9143-325ce101ce06] received connection request\n2025-08-01 17:09:39.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:09:39.409 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1335ec34-6fe0-41f7-9143-325ce101ce06] socks forwarding established\n2025-08-01 17:09:39.437 [info] [command][99fbd7c9-213a-493e-8882-49d088572b5b] Process exited with code 0\n2025-08-01 17:09:39.438 [info] [command][99fbd7c9-213a-493e-8882-49d088572b5b] Socket close event received\n2025-08-01 17:09:39.439 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1335ec34-6fe0-41f7-9143-325ce101ce06] socks connection closed\n2025-08-01 17:09:39.462 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55795 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:10:39.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:10:39.445 [info] [command][99b49370-b04a-4cef-8247-0d12becdae97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""99b49370-b04a-4cef-8247-0d12becdae97""}\n2025-08-01 17:10:39.446 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][255b056f-853f-4d18-a209-eed25b23ac47] received connection request\n2025-08-01 17:10:39.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:10:39.446 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:10:39.510 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][255b056f-853f-4d18-a209-eed25b23ac47] socks forwarding established\n2025-08-01 17:10:39.540 [info] [command][99b49370-b04a-4cef-8247-0d12becdae97] Process exited with code 0\n2025-08-01 17:10:39.540 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][255b056f-853f-4d18-a209-eed25b23ac47] socks connection closed\n2025-08-01 17:10:39.540 [info] [command][99b49370-b04a-4cef-8247-0d12becdae97] Socket close event received\n2025-08-01 17:10:39.565 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55822 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:11:39.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:11:39.548 [info] [command][d288b3e9-f684-4c41-82c1-22816cdb9ccd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d288b3e9-f684-4c41-82c1-22816cdb9ccd""}\n2025-08-01 17:11:39.548 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f040e93f-ada4-4bcc-a213-5758f7e7fb5f] received connection request\n2025-08-01 17:11:39.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:11:39.548 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:11:39.573 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f040e93f-ada4-4bcc-a213-5758f7e7fb5f] socks forwarding established\n2025-08-01 17:11:39.599 [info] [command][d288b3e9-f684-4c41-82c1-22816cdb9ccd] Process exited with code 0\n2025-08-01 17:11:39.599 [info] [command][d288b3e9-f684-4c41-82c1-22816cdb9ccd] Socket close event received\n2025-08-01 17:11:39.600 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f040e93f-ada4-4bcc-a213-5758f7e7fb5f] socks connection closed\n2025-08-01 17:11:39.624 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55838 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:12:39.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:12:39.603 [info] [command][6c6c2d02-053c-4dc5-83fb-56e9220efc5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""6c6c2d02-053c-4dc5-83fb-56e9220efc5a""}\n2025-08-01 17:12:39.604 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][c76b761e-4219-4a90-a8b8-494fa8297a7d] received connection request\n2025-08-01 17:12:39.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:12:39.629 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c76b761e-4219-4a90-a8b8-494fa8297a7d] socks forwarding established\n2025-08-01 17:12:39.661 [info] [command][6c6c2d02-053c-4dc5-83fb-56e9220efc5a] Process exited with code 0\n2025-08-01 17:12:39.661 [info] [command][6c6c2d02-053c-4dc5-83fb-56e9220efc5a] Socket close event received\n2025-08-01 17:12:39.662 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c76b761e-4219-4a90-a8b8-494fa8297a7d] socks connection closed\n2025-08-01 17:12:39.687 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55869 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:13:39.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:13:39.669 [info] [command][7989306a-9318-43e3-b0a2-898d1732e8d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7989306a-9318-43e3-b0a2-898d1732e8d2""}\n2025-08-01 17:13:39.670 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][55ab41de-39b8-4d1b-b985-c3ddab1c00ef] received connection request\n2025-08-01 17:13:39.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:13:39.698 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][55ab41de-39b8-4d1b-b985-c3ddab1c00ef] socks forwarding established\n2025-08-01 17:13:39.730 [info] [command][7989306a-9318-43e3-b0a2-898d1732e8d2] Process exited with code 0\n2025-08-01 17:13:39.730 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][55ab41de-39b8-4d1b-b985-c3ddab1c00ef] socks connection closed\n2025-08-01 17:13:39.730 [info] [command][7989306a-9318-43e3-b0a2-898d1732e8d2] Socket close event received\n2025-08-01 17:13:39.757 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55885 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:14:39.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:14:39.739 [info] [command][4fceca38-ba81-4e6c-a2f6-f0671aa44349] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""4fceca38-ba81-4e6c-a2f6-f0671aa44349""}\n2025-08-01 17:14:39.739 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][2ad5fa55-1c56-4ce4-ba79-3e5e8a69dc56] received connection request\n2025-08-01 17:14:39.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:14:39.767 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2ad5fa55-1c56-4ce4-ba79-3e5e8a69dc56] socks forwarding established\n2025-08-01 17:14:39.796 [info] [command][4fceca38-ba81-4e6c-a2f6-f0671aa44349] Process exited with code 0\n2025-08-01 17:14:39.796 [info] [command][4fceca38-ba81-4e6c-a2f6-f0671aa44349] Socket close event received\n2025-08-01 17:14:39.797 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2ad5fa55-1c56-4ce4-ba79-3e5e8a69dc56] socks connection closed\n2025-08-01 17:14:39.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55901 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:15:39.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:15:39.803 [info] [command][5fa18d5d-849f-444f-aaa3-3ab1559861b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""5fa18d5d-849f-444f-aaa3-3ab1559861b2""}\n2025-08-01 17:15:39.804 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][2de1afd8-3485-40f9-80a5-fcdb3f295541] received connection request\n2025-08-01 17:15:39.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:15:39.831 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2de1afd8-3485-40f9-80a5-fcdb3f295541] socks forwarding established\n2025-08-01 17:15:39.859 [info] [command][5fa18d5d-849f-444f-aaa3-3ab1559861b2] Process exited with code 0\n2025-08-01 17:15:39.860 [info] [command][5fa18d5d-849f-444f-aaa3-3ab1559861b2] Socket close event received\n2025-08-01 17:15:39.860 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2de1afd8-3485-40f9-80a5-fcdb3f295541] socks connection closed\n2025-08-01 17:15:39.884 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55928 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:16:39.863 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:16:39.864 [info] [command][4f6a0656-cb60-4bf5-ae56-c104eba21df9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""4f6a0656-cb60-4bf5-ae56-c104eba21df9""}\n2025-08-01 17:16:39.865 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][02029b96-013f-4df5-adc8-0b049cfe26ef] received connection request\n2025-08-01 17:16:39.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:16:39.894 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][02029b96-013f-4df5-adc8-0b049cfe26ef] socks forwarding established\n2025-08-01 17:16:39.928 [info] [command][4f6a0656-cb60-4bf5-ae56-c104eba21df9] Process exited with code 0\n2025-08-01 17:16:39.929 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][02029b96-013f-4df5-adc8-0b049cfe26ef] socks connection closed\n2025-08-01 17:16:39.929 [info] [command][4f6a0656-cb60-4bf5-ae56-c104eba21df9] Socket close event received\n2025-08-01 17:16:39.955 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55948 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:17:39.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:17:39.935 [info] [command][786ca766-22d3-4106-b012-c2e3f95d39ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""786ca766-22d3-4106-b012-c2e3f95d39ac""}\n2025-08-01 17:17:39.935 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9708a7a6-a331-4285-afcc-121878ed7189] received connection request\n2025-08-01 17:17:39.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:17:39.962 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9708a7a6-a331-4285-afcc-121878ed7189] socks forwarding established\n2025-08-01 17:17:39.992 [info] [command][786ca766-22d3-4106-b012-c2e3f95d39ac] Process exited with code 0\n2025-08-01 17:17:39.993 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9708a7a6-a331-4285-afcc-121878ed7189] socks connection closed\n2025-08-01 17:17:39.994 [info] [command][786ca766-22d3-4106-b012-c2e3f95d39ac] Socket close event received\n2025-08-01 17:17:40.018 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55981 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:18:39.997 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:18:39.999 [info] [command][a4225983-b0b2-45e2-b2a2-5c5d05f02934] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""a4225983-b0b2-45e2-b2a2-5c5d05f02934""}\n2025-08-01 17:18:39.999 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][65e66d21-0098-41a7-a132-5dedb83195a0] received connection request\n2025-08-01 17:18:39.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:18:40.024 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][65e66d21-0098-41a7-a132-5dedb83195a0] socks forwarding established\n2025-08-01 17:18:40.050 [info] [command][a4225983-b0b2-45e2-b2a2-5c5d05f02934] Process exited with code 0\n2025-08-01 17:18:40.051 [info] [command][a4225983-b0b2-45e2-b2a2-5c5d05f02934] Socket close event received\n2025-08-01 17:18:40.051 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][65e66d21-0098-41a7-a132-5dedb83195a0] socks connection closed\n2025-08-01 17:18:40.074 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55998 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:19:40.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:19:40.054 [info] [command][abf99cef-bee4-465c-b776-0f314f6beb24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""abf99cef-bee4-465c-b776-0f314f6beb24""}\n2025-08-01 17:19:40.055 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][408fe81e-cb5e-4b71-907d-46eec520181a] received connection request\n2025-08-01 17:19:40.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:19:40.082 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][408fe81e-cb5e-4b71-907d-46eec520181a] socks forwarding established\n2025-08-01 17:19:40.202 [info] [command][abf99cef-bee4-465c-b776-0f314f6beb24] Process exited with code 0\n2025-08-01 17:19:40.203 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][408fe81e-cb5e-4b71-907d-46eec520181a] socks connection closed\n2025-08-01 17:19:40.203 [info] [command][abf99cef-bee4-465c-b776-0f314f6beb24] Socket close event received\n2025-08-01 17:19:40.227 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56018 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:20:40.207 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:20:40.210 [info] [command][d2940a20-89f5-44a4-a455-6e896dd4254c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d2940a20-89f5-44a4-a455-6e896dd4254c""}\n2025-08-01 17:20:40.211 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f6b08391-ef9b-4785-88a5-061a6f23aa48] received connection request\n2025-08-01 17:20:40.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:20:40.296 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f6b08391-ef9b-4785-88a5-061a6f23aa48] socks forwarding established\n2025-08-01 17:20:40.327 [info] [command][d2940a20-89f5-44a4-a455-6e896dd4254c] Process exited with code 0\n2025-08-01 17:20:40.327 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f6b08391-ef9b-4785-88a5-061a6f23aa48] socks connection closed\n2025-08-01 17:20:40.327 [info] [command][d2940a20-89f5-44a4-a455-6e896dd4254c] Socket close event received\n2025-08-01 17:20:40.352 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56062 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:21:40.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:21:40.331 [info] [command][921ab5c8-8ac0-48eb-9583-6395c0b5ce1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""921ab5c8-8ac0-48eb-9583-6395c0b5ce1f""}\n2025-08-01 17:21:40.332 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][d351e216-e1b2-42ad-bbfb-4bd3bd0fa881] received connection request\n2025-08-01 17:21:40.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:21:40.358 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d351e216-e1b2-42ad-bbfb-4bd3bd0fa881] socks forwarding established\n2025-08-01 17:21:40.388 [info] [command][921ab5c8-8ac0-48eb-9583-6395c0b5ce1f] Process exited with code 0\n2025-08-01 17:21:40.388 [info] [command][921ab5c8-8ac0-48eb-9583-6395c0b5ce1f] Socket close event received\n2025-08-01 17:21:40.389 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d351e216-e1b2-42ad-bbfb-4bd3bd0fa881] socks connection closed\n2025-08-01 17:21:40.414 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56105 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:22:40.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:22:40.395 [info] [command][70caffb4-7d5d-4d9c-a666-44dc2cb38d50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""70caffb4-7d5d-4d9c-a666-44dc2cb38d50""}\n2025-08-01 17:22:40.396 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][717e9579-c7f5-4259-9f29-3812a02d12ec] received connection request\n2025-08-01 17:22:40.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:22:40.423 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][717e9579-c7f5-4259-9f29-3812a02d12ec] socks forwarding established\n2025-08-01 17:22:40.456 [info] [command][70caffb4-7d5d-4d9c-a666-44dc2cb38d50] Process exited with code 0\n2025-08-01 17:22:40.457 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][717e9579-c7f5-4259-9f29-3812a02d12ec] socks connection closed\n2025-08-01 17:22:40.458 [info] [command][70caffb4-7d5d-4d9c-a666-44dc2cb38d50] Socket close event received\n2025-08-01 17:22:40.483 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56135 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:23:40.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:23:40.459 [info] [command][619b1f56-fc79-4513-8180-a32df764973a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""619b1f56-fc79-4513-8180-a32df764973a""}\n2025-08-01 17:23:40.460 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f44064ce-19dc-478b-af9b-b494c1214716] received connection request\n2025-08-01 17:23:40.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:23:40.485 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f44064ce-19dc-478b-af9b-b494c1214716] socks forwarding established\n2025-08-01 17:23:40.516 [info] [command][619b1f56-fc79-4513-8180-a32df764973a] Process exited with code 0\n2025-08-01 17:23:40.516 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f44064ce-19dc-478b-af9b-b494c1214716] socks connection closed\n2025-08-01 17:23:40.516 [info] [command][619b1f56-fc79-4513-8180-a32df764973a] Socket close event received\n2025-08-01 17:23:40.542 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56148 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:24:40.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:24:40.525 [info] [command][18aca166-5d6f-47b8-9a7d-10b4f6f8537c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""18aca166-5d6f-47b8-9a7d-10b4f6f8537c""}\n2025-08-01 17:24:40.525 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][6a94b7fe-27dc-4003-9c37-da03b4ff15b3] received connection request\n2025-08-01 17:24:40.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:24:40.551 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6a94b7fe-27dc-4003-9c37-da03b4ff15b3] socks forwarding established\n2025-08-01 17:24:40.579 [info] [command][18aca166-5d6f-47b8-9a7d-10b4f6f8537c] Process exited with code 0\n2025-08-01 17:24:40.580 [info] [command][18aca166-5d6f-47b8-9a7d-10b4f6f8537c] Socket close event received\n2025-08-01 17:24:40.580 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6a94b7fe-27dc-4003-9c37-da03b4ff15b3] socks connection closed\n2025-08-01 17:24:40.605 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56161 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:25:40.581 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:25:40.584 [info] [command][0f94a054-2f92-4187-af6c-dcd1911f464c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""0f94a054-2f92-4187-af6c-dcd1911f464c""}\n2025-08-01 17:25:40.585 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][b213663a-c1af-4907-8da9-680c363de5c5] received connection request\n2025-08-01 17:25:40.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:25:40.610 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b213663a-c1af-4907-8da9-680c363de5c5] socks forwarding established\n2025-08-01 17:25:40.640 [info] [command][0f94a054-2f92-4187-af6c-dcd1911f464c] Process exited with code 0\n2025-08-01 17:25:40.641 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b213663a-c1af-4907-8da9-680c363de5c5] socks connection closed\n2025-08-01 17:25:40.641 [info] [command][0f94a054-2f92-4187-af6c-dcd1911f464c] Socket close event received\n2025-08-01 17:25:40.666 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56189 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:26:40.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:26:40.644 [info] [command][b47edaf9-d61f-4226-b98a-f4343485dc70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b47edaf9-d61f-4226-b98a-f4343485dc70""}\n2025-08-01 17:26:40.645 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9ac45049-28a0-4f94-aaca-c17e946aa456] received connection request\n2025-08-01 17:26:40.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:26:40.672 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9ac45049-28a0-4f94-aaca-c17e946aa456] socks forwarding established\n2025-08-01 17:26:40.703 [info] [command][b47edaf9-d61f-4226-b98a-f4343485dc70] Process exited with code 0\n2025-08-01 17:26:40.704 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9ac45049-28a0-4f94-aaca-c17e946aa456] socks connection closed\n2025-08-01 17:26:40.704 [info] [command][b47edaf9-d61f-4226-b98a-f4343485dc70] Socket close event received\n2025-08-01 17:26:40.728 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56206 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:27:40.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:27:40.706 [info] [command][cc01b70e-fd28-41fa-8bf7-d8d77a882bf3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cc01b70e-fd28-41fa-8bf7-d8d77a882bf3""}\n2025-08-01 17:27:40.706 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][a4df047f-58f0-4dd5-85d9-4a651c84966b] received connection request\n2025-08-01 17:27:40.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:27:40.732 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a4df047f-58f0-4dd5-85d9-4a651c84966b] socks forwarding established\n2025-08-01 17:27:40.759 [info] [command][cc01b70e-fd28-41fa-8bf7-d8d77a882bf3] Process exited with code 0\n2025-08-01 17:27:40.759 [info] [command][cc01b70e-fd28-41fa-8bf7-d8d77a882bf3] Socket close event received\n2025-08-01 17:27:40.761 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a4df047f-58f0-4dd5-85d9-4a651c84966b] socks connection closed\n2025-08-01 17:27:40.784 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56237 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:28:40.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:28:40.768 [info] [command][1140d012-4147-41a2-b4a2-36b32e793e6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""1140d012-4147-41a2-b4a2-36b32e793e6a""}\n2025-08-01 17:28:40.769 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][2d1f5434-0996-4ced-a60e-c59e148e0cbf] received connection request\n2025-08-01 17:28:40.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:28:40.770 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:28:40.795 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2d1f5434-0996-4ced-a60e-c59e148e0cbf] socks forwarding established\n2025-08-01 17:28:40.823 [info] [command][1140d012-4147-41a2-b4a2-36b32e793e6a] Process exited with code 0\n2025-08-01 17:28:40.823 [info] [command][1140d012-4147-41a2-b4a2-36b32e793e6a] Socket close event received\n2025-08-01 17:28:40.823 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2d1f5434-0996-4ced-a60e-c59e148e0cbf] socks connection closed\n2025-08-01 17:28:40.849 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56254 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:29:40.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:29:40.831 [info] [command][b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc""}\n2025-08-01 17:29:40.831 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][a866c0f7-45b9-4d20-b739-e8101e90c573] received connection request\n2025-08-01 17:29:40.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:29:40.831 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:29:40.937 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a866c0f7-45b9-4d20-b739-e8101e90c573] socks forwarding established\n2025-08-01 17:29:40.964 [info] [command][b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc] Process exited with code 0\n2025-08-01 17:29:40.965 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a866c0f7-45b9-4d20-b739-e8101e90c573] socks connection closed\n2025-08-01 17:29:40.965 [info] [command][b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc] Socket close event received\n2025-08-01 17:29:40.989 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56282 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:30:40.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:30:40.971 [info] [command][9e7d111d-fe22-4a97-8990-719ad19b4a15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""9e7d111d-fe22-4a97-8990-719ad19b4a15""}\n2025-08-01 17:30:40.972 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][5aa350e5-e698-4bee-af4c-16c2b5ee7e39] received connection request\n2025-08-01 17:30:40.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:30:40.998 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][5aa350e5-e698-4bee-af4c-16c2b5ee7e39] socks forwarding established\n2025-08-01 17:30:41.029 [info] [command][9e7d111d-fe22-4a97-8990-719ad19b4a15] Process exited with code 0\n2025-08-01 17:30:41.029 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][5aa350e5-e698-4bee-af4c-16c2b5ee7e39] socks connection closed\n2025-08-01 17:30:41.029 [info] [command][9e7d111d-fe22-4a97-8990-719ad19b4a15] Socket close event received\n2025-08-01 17:30:41.055 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56324 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:31:41.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:31:41.038 [info] [command][fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96""}\n2025-08-01 17:31:41.039 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][1079fc44-87c3-4017-bef6-2a81a97d720e] received connection request\n2025-08-01 17:31:41.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:31:41.069 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1079fc44-87c3-4017-bef6-2a81a97d720e] socks forwarding established\n2025-08-01 17:31:41.098 [info] [command][fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96] Process exited with code 0\n2025-08-01 17:31:41.098 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1079fc44-87c3-4017-bef6-2a81a97d720e] socks connection closed\n2025-08-01 17:31:41.098 [info] [command][fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96] Socket close event received\n2025-08-01 17:31:41.123 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56339 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:32:41.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:32:41.103 [info] [command][5f205405-831e-4cbc-83c1-6d1bba81d54b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""5f205405-831e-4cbc-83c1-6d1bba81d54b""}\n2025-08-01 17:32:41.104 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][8c9d225c-0ce8-4117-8b9d-6bdf453ce73a] received connection request\n2025-08-01 17:32:41.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:32:41.129 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8c9d225c-0ce8-4117-8b9d-6bdf453ce73a] socks forwarding established\n2025-08-01 17:32:41.157 [info] [command][5f205405-831e-4cbc-83c1-6d1bba81d54b] Process exited with code 0\n2025-08-01 17:32:41.157 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8c9d225c-0ce8-4117-8b9d-6bdf453ce73a] socks connection closed\n2025-08-01 17:32:41.158 [info] [command][5f205405-831e-4cbc-83c1-6d1bba81d54b] Socket close event received\n2025-08-01 17:32:41.181 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56371 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:33:41.163 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:33:41.165 [info] [command][fb746c4f-bdcc-42ed-b784-e0d6ccba18de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fb746c4f-bdcc-42ed-b784-e0d6ccba18de""}\n2025-08-01 17:33:41.166 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9b5f704f-5da8-48eb-9ca6-cffa2ec6a5ce] received connection request\n2025-08-01 17:33:41.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:33:41.193 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9b5f704f-5da8-48eb-9ca6-cffa2ec6a5ce] socks forwarding established\n2025-08-01 17:33:41.220 [info] [command][fb746c4f-bdcc-42ed-b784-e0d6ccba18de] Process exited with code 0\n2025-08-01 17:33:41.220 [info] [command][fb746c4f-bdcc-42ed-b784-e0d6ccba18de] Socket close event received\n2025-08-01 17:33:41.220 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9b5f704f-5da8-48eb-9ca6-cffa2ec6a5ce] socks connection closed\n2025-08-01 17:33:41.245 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56391 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:34:41.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:34:41.223 [info] [command][b25aceda-d91a-4f22-91e4-58f6e00afbc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b25aceda-d91a-4f22-91e4-58f6e00afbc5""}\n2025-08-01 17:34:41.224 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][38ae1991-10cc-44e0-bb62-44196e11125f] received connection request\n2025-08-01 17:34:41.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:34:41.224 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:34:41.250 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][38ae1991-10cc-44e0-bb62-44196e11125f] socks forwarding established\n2025-08-01 17:34:41.282 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][38ae1991-10cc-44e0-bb62-44196e11125f] socks connection closed\n2025-08-01 17:34:41.283 [info] [command][b25aceda-d91a-4f22-91e4-58f6e00afbc5] Process exited with code 0\n2025-08-01 17:34:41.283 [info] [command][b25aceda-d91a-4f22-91e4-58f6e00afbc5] Socket close event received\n2025-08-01 17:34:41.308 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56407 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:35:41.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:35:41.286 [info] [command][f0f2dbe3-3139-4050-adeb-ff848d5dae8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""f0f2dbe3-3139-4050-adeb-ff848d5dae8d""}\n2025-08-01 17:35:41.287 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][07a6650f-fb6c-41a5-8ee4-621ddd4a141c] received connection request\n2025-08-01 17:35:41.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:35:41.312 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07a6650f-fb6c-41a5-8ee4-621ddd4a141c] socks forwarding established\n2025-08-01 17:35:41.337 [info] [command][f0f2dbe3-3139-4050-adeb-ff848d5dae8d] Process exited with code 0\n2025-08-01 17:35:41.337 [info] [command][f0f2dbe3-3139-4050-adeb-ff848d5dae8d] Socket close event received\n2025-08-01 17:35:41.338 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07a6650f-fb6c-41a5-8ee4-621ddd4a141c] socks connection closed\n2025-08-01 17:35:41.363 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56433 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:36:41.343 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:36:41.344 [info] [command][145ebc02-cce7-430e-b507-ad8ab3f6e4f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""145ebc02-cce7-430e-b507-ad8ab3f6e4f9""}\n2025-08-01 17:36:41.344 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][109b14bd-fe73-4813-8778-efb7a9b65065] received connection request\n2025-08-01 17:36:41.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:36:41.438 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][109b14bd-fe73-4813-8778-efb7a9b65065] socks forwarding established\n2025-08-01 17:36:41.468 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][109b14bd-fe73-4813-8778-efb7a9b65065] socks connection closed\n2025-08-01 17:36:41.469 [info] [command][145ebc02-cce7-430e-b507-ad8ab3f6e4f9] Process exited with code 0\n2025-08-01 17:36:41.469 [info] [command][145ebc02-cce7-430e-b507-ad8ab3f6e4f9] Socket close event received\n2025-08-01 17:36:41.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56460 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:37:41.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:37:41.474 [info] [command][7104218a-d05f-4075-8667-3ddb05951e6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7104218a-d05f-4075-8667-3ddb05951e6a""}\n2025-08-01 17:37:41.475 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f349d725-9f94-44b0-824d-95a16532405c] received connection request\n2025-08-01 17:37:41.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:37:41.531 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f349d725-9f94-44b0-824d-95a16532405c] socks forwarding established\n2025-08-01 17:37:41.560 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f349d725-9f94-44b0-824d-95a16532405c] socks connection closed\n2025-08-01 17:37:41.560 [info] [command][7104218a-d05f-4075-8667-3ddb05951e6a] Process exited with code 0\n2025-08-01 17:37:41.560 [info] [command][7104218a-d05f-4075-8667-3ddb05951e6a] Socket close event received\n2025-08-01 17:37:41.585 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56508 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:38:41.566 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:38:41.568 [info] [command][e230ab08-e0e5-433f-8c17-120fa8af94fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e230ab08-e0e5-433f-8c17-120fa8af94fa""}\n2025-08-01 17:38:41.569 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][bad95ef0-0145-44a2-9439-7f3e9f269cae] received connection request\n2025-08-01 17:38:41.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:38:41.595 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bad95ef0-0145-44a2-9439-7f3e9f269cae] socks forwarding established\n2025-08-01 17:38:41.622 [info] [command][e230ab08-e0e5-433f-8c17-120fa8af94fa] Process exited with code 0\n2025-08-01 17:38:41.623 [info] [command][e230ab08-e0e5-433f-8c17-120fa8af94fa] Socket close event received\n2025-08-01 17:38:41.623 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bad95ef0-0145-44a2-9439-7f3e9f269cae] socks connection closed\n2025-08-01 17:38:41.647 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56526 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:39:41.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:39:41.629 [info] [command][01ca2a7a-64c4-4835-86a1-578b5208c70b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""01ca2a7a-64c4-4835-86a1-578b5208c70b""}\n2025-08-01 17:39:41.630 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][051fb326-3ee3-4737-9ced-c7a4eda5fe36] received connection request\n2025-08-01 17:39:41.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:39:41.660 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][051fb326-3ee3-4737-9ced-c7a4eda5fe36] socks forwarding established\n2025-08-01 17:39:41.687 [info] [command][01ca2a7a-64c4-4835-86a1-578b5208c70b] Process exited with code 0\n2025-08-01 17:39:41.687 [info] [command][01ca2a7a-64c4-4835-86a1-578b5208c70b] Socket close event received\n2025-08-01 17:39:41.687 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][051fb326-3ee3-4737-9ced-c7a4eda5fe36] socks connection closed\n2025-08-01 17:39:41.712 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56546 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:40:41.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:40:41.691 [info] [command][9c88ac5f-cef7-4a93-bae7-b4d864fd79dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""9c88ac5f-cef7-4a93-bae7-b4d864fd79dd""}\n2025-08-01 17:40:41.691 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][35ccc932-cde3-473e-b684-056dd6d13e24] received connection request\n2025-08-01 17:40:41.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:40:41.691 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:40:41.714 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][35ccc932-cde3-473e-b684-056dd6d13e24] socks forwarding established\n2025-08-01 17:40:41.740 [info] [command][9c88ac5f-cef7-4a93-bae7-b4d864fd79dd] Process exited with code 0\n2025-08-01 17:40:41.740 [info] [command][9c88ac5f-cef7-4a93-bae7-b4d864fd79dd] Socket close event received\n2025-08-01 17:40:41.741 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][35ccc932-cde3-473e-b684-056dd6d13e24] socks connection closed\n2025-08-01 17:40:41.763 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56591 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:41:41.745 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:41:41.748 [info] [command][c22d6293-a68b-4860-a0b8-c538a45a172d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""c22d6293-a68b-4860-a0b8-c538a45a172d""}\n2025-08-01 17:41:41.749 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][94119e1c-4025-4d92-aeff-b4262b599499] received connection request\n2025-08-01 17:41:41.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:41:41.847 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][94119e1c-4025-4d92-aeff-b4262b599499] socks forwarding established\n2025-08-01 17:41:41.878 [info] [command][c22d6293-a68b-4860-a0b8-c538a45a172d] Process exited with code 0\n2025-08-01 17:41:41.878 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][94119e1c-4025-4d92-aeff-b4262b599499] socks connection closed\n2025-08-01 17:41:41.878 [info] [command][c22d6293-a68b-4860-a0b8-c538a45a172d] Socket close event received\n2025-08-01 17:41:41.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56609 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:42:41.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:42:41.884 [info] [command][fc94e60a-0e51-44a8-bb1a-82b48f1b5089] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fc94e60a-0e51-44a8-bb1a-82b48f1b5089""}\n2025-08-01 17:42:41.884 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][82512e9f-328e-423c-a7d9-40569a2983f5] received connection request\n2025-08-01 17:42:41.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:42:41.909 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][82512e9f-328e-423c-a7d9-40569a2983f5] socks forwarding established\n2025-08-01 17:42:41.937 [info] [command][fc94e60a-0e51-44a8-bb1a-82b48f1b5089] Process exited with code 0\n2025-08-01 17:42:41.937 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][82512e9f-328e-423c-a7d9-40569a2983f5] socks connection closed\n2025-08-01 17:42:41.937 [info] [command][fc94e60a-0e51-44a8-bb1a-82b48f1b5089] Socket close event received\n2025-08-01 17:42:41.960 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56646 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:43:41.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:43:41.944 [info] [command][358f3eeb-597f-43f0-af41-1d9247fab429] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""358f3eeb-597f-43f0-af41-1d9247fab429""}\n2025-08-01 17:43:41.944 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][d760a407-9e7b-4f2c-975c-c0d6cb9f6121] received connection request\n2025-08-01 17:43:41.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:43:41.969 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d760a407-9e7b-4f2c-975c-c0d6cb9f6121] socks forwarding established\n2025-08-01 17:43:41.997 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d760a407-9e7b-4f2c-975c-c0d6cb9f6121] socks connection closed\n2025-08-01 17:43:41.997 [info] [command][358f3eeb-597f-43f0-af41-1d9247fab429] Process exited with code 0\n2025-08-01 17:43:41.997 [info] [command][358f3eeb-597f-43f0-af41-1d9247fab429] Socket close event received\n2025-08-01 17:43:42.021 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56669 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:44:42.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:44:42.001 [info] [command][7d22b295-41ff-47ff-b3b6-ccfe95fa6a33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7d22b295-41ff-47ff-b3b6-ccfe95fa6a33""}\n2025-08-01 17:44:42.002 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][7e43834c-897e-4512-b872-74a866c9c7be] received connection request\n2025-08-01 17:44:42.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:44:42.027 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][7e43834c-897e-4512-b872-74a866c9c7be] socks forwarding established\n2025-08-01 17:44:42.056 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][7e43834c-897e-4512-b872-74a866c9c7be] socks connection closed\n2025-08-01 17:44:42.056 [info] [command][7d22b295-41ff-47ff-b3b6-ccfe95fa6a33] Process exited with code 0\n2025-08-01 17:44:42.056 [info] [command][7d22b295-41ff-47ff-b3b6-ccfe95fa6a33] Socket close event received\n2025-08-01 17:44:42.080 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56682 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:45:42.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:45:42.063 [info] [command][17ef3ab1-d35e-4eb6-aa67-10f602b10645] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""17ef3ab1-d35e-4eb6-aa67-10f602b10645""}\n2025-08-01 17:45:42.064 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][d8e79b3b-5b96-480f-99c4-fa507f0868b2] received connection request\n2025-08-01 17:45:42.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:45:42.089 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d8e79b3b-5b96-480f-99c4-fa507f0868b2] socks forwarding established\n2025-08-01 17:45:42.117 [info] [command][17ef3ab1-d35e-4eb6-aa67-10f602b10645] Process exited with code 0\n2025-08-01 17:45:42.117 [info] [command][17ef3ab1-d35e-4eb6-aa67-10f602b10645] Socket close event received\n2025-08-01 17:45:42.118 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d8e79b3b-5b96-480f-99c4-fa507f0868b2] socks connection closed\n2025-08-01 17:45:42.144 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56708 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:46:42.121 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:46:42.124 [info] [command][668d0a4b-e962-4148-8830-80901af1e0d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""668d0a4b-e962-4148-8830-80901af1e0d5""}\n2025-08-01 17:46:42.125 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][861111ad-6fae-4757-a6d5-e9c2f22a30aa] received connection request\n2025-08-01 17:46:42.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:46:42.150 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][861111ad-6fae-4757-a6d5-e9c2f22a30aa] socks forwarding established\n2025-08-01 17:46:42.177 [info] [command][668d0a4b-e962-4148-8830-80901af1e0d5] Process exited with code 0\n2025-08-01 17:46:42.177 [info] [command][668d0a4b-e962-4148-8830-80901af1e0d5] Socket close event received\n2025-08-01 17:46:42.178 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][861111ad-6fae-4757-a6d5-e9c2f22a30aa] socks connection closed\n2025-08-01 17:46:42.204 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56723 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:47:42.180 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:47:42.181 [info] [command][666d12fa-e293-4e2d-9d79-8bcbf2c1508d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""666d12fa-e293-4e2d-9d79-8bcbf2c1508d""}\n2025-08-01 17:47:42.182 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][0d917c59-3f65-4b37-a7a7-cfb42278eecc] received connection request\n2025-08-01 17:47:42.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:47:42.182 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:47:42.207 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0d917c59-3f65-4b37-a7a7-cfb42278eecc] socks forwarding established\n2025-08-01 17:47:42.235 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0d917c59-3f65-4b37-a7a7-cfb42278eecc] socks connection closed\n2025-08-01 17:47:42.235 [info] [command][666d12fa-e293-4e2d-9d79-8bcbf2c1508d] Process exited with code 0\n2025-08-01 17:47:42.235 [info] [command][666d12fa-e293-4e2d-9d79-8bcbf2c1508d] Socket close event received\n2025-08-01 17:47:42.331 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56810 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:48:42.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:48:42.243 [info] [command][80ed5c95-aa45-4880-b9c6-ceed833cc97b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""80ed5c95-aa45-4880-b9c6-ceed833cc97b""}\n2025-08-01 17:48:42.244 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][058c7ae2-046f-4106-8ce9-b126d7d35565] received connection request\n2025-08-01 17:48:42.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:48:42.273 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][058c7ae2-046f-4106-8ce9-b126d7d35565] socks forwarding established\n2025-08-01 17:48:42.300 [info] [command][80ed5c95-aa45-4880-b9c6-ceed833cc97b] Process exited with code 0\n2025-08-01 17:48:42.300 [info] [command][80ed5c95-aa45-4880-b9c6-ceed833cc97b] Socket close event received\n2025-08-01 17:48:42.301 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][058c7ae2-046f-4106-8ce9-b126d7d35565] socks connection closed\n2025-08-01 17:48:42.325 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56831 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:49:42.305 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:49:42.308 [info] [command][85765afd-81a9-4ae6-a01b-2bfdf08828bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""85765afd-81a9-4ae6-a01b-2bfdf08828bf""}\n2025-08-01 17:49:42.309 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][783a6e09-d14d-4a46-a60b-773a65c2803a] received connection request\n2025-08-01 17:49:42.309 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:49:42.335 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][783a6e09-d14d-4a46-a60b-773a65c2803a] socks forwarding established\n2025-08-01 17:49:42.364 [info] [command][85765afd-81a9-4ae6-a01b-2bfdf08828bf] Process exited with code 0\n2025-08-01 17:49:42.364 [info] [command][85765afd-81a9-4ae6-a01b-2bfdf08828bf] Socket close event received\n2025-08-01 17:49:42.364 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][783a6e09-d14d-4a46-a60b-773a65c2803a] socks connection closed\n2025-08-01 17:49:42.388 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56848 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:50:42.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:50:42.370 [info] [command][c9bf5e97-73c8-4eb8-9f84-1c603ef6000d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""c9bf5e97-73c8-4eb8-9f84-1c603ef6000d""}\n2025-08-01 17:50:42.370 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][76d85779-e75a-42c9-992d-004588dd6f37] received connection request\n2025-08-01 17:50:42.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:50:42.395 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][76d85779-e75a-42c9-992d-004588dd6f37] socks forwarding established\n2025-08-01 17:50:42.424 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][76d85779-e75a-42c9-992d-004588dd6f37] socks connection closed\n2025-08-01 17:50:42.424 [info] [command][c9bf5e97-73c8-4eb8-9f84-1c603ef6000d] Process exited with code 0\n2025-08-01 17:50:42.424 [info] [command][c9bf5e97-73c8-4eb8-9f84-1c603ef6000d] Socket close event received\n2025-08-01 17:50:42.448 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56875 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:51:42.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:51:42.429 [info] [command][d7a6e69a-3603-4e5c-ae32-6124c67fff38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d7a6e69a-3603-4e5c-ae32-6124c67fff38""}\n2025-08-01 17:51:42.430 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][689699cd-a55f-45dd-bec3-8f530355902e] received connection request\n2025-08-01 17:51:42.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:51:42.454 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][689699cd-a55f-45dd-bec3-8f530355902e] socks forwarding established\n2025-08-01 17:51:42.481 [info] [command][d7a6e69a-3603-4e5c-ae32-6124c67fff38] Process exited with code 0\n2025-08-01 17:51:42.481 [info] [command][d7a6e69a-3603-4e5c-ae32-6124c67fff38] Socket close event received\n2025-08-01 17:51:42.482 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][689699cd-a55f-45dd-bec3-8f530355902e] socks connection closed\n2025-08-01 17:51:42.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56890 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:52:42.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:52:42.488 [info] [command][fa95c839-26e7-45c5-9875-2474bf22b9b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fa95c839-26e7-45c5-9875-2474bf22b9b9""}\n2025-08-01 17:52:42.489 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][6d762794-1124-4c2f-820e-fbc75d5add3b] received connection request\n2025-08-01 17:52:42.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:52:42.515 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6d762794-1124-4c2f-820e-fbc75d5add3b] socks forwarding established\n2025-08-01 17:52:42.545 [info] [command][fa95c839-26e7-45c5-9875-2474bf22b9b9] Process exited with code 0\n2025-08-01 17:52:42.545 [info] [command][fa95c839-26e7-45c5-9875-2474bf22b9b9] Socket close event received\n2025-08-01 17:52:42.546 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6d762794-1124-4c2f-820e-fbc75d5add3b] socks connection closed\n2025-08-01 17:52:42.572 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56925 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:53:42.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:53:42.551 [info] [command][e1306cf3-9377-40f3-9c5a-367d1cab9e38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e1306cf3-9377-40f3-9c5a-367d1cab9e38""}\n2025-08-01 17:53:42.552 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][e8a6ac27-c9e0-4c67-8119-a1517395f10b] received connection request\n2025-08-01 17:53:42.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:53:42.582 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e8a6ac27-c9e0-4c67-8119-a1517395f10b] socks forwarding established\n2025-08-01 17:53:42.612 [info] [command][e1306cf3-9377-40f3-9c5a-367d1cab9e38] Process exited with code 0\n2025-08-01 17:53:42.613 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e8a6ac27-c9e0-4c67-8119-a1517395f10b] socks connection closed\n2025-08-01 17:53:42.613 [info] [command][e1306cf3-9377-40f3-9c5a-367d1cab9e38] Socket close event received\n2025-08-01 17:53:42.638 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56944 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:54:42.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:54:42.619 [info] [command][f901ab3b-ebd2-4d25-bef4-b450aab9709c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""f901ab3b-ebd2-4d25-bef4-b450aab9709c""}\n2025-08-01 17:54:42.619 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][b20a250b-f949-4a87-8499-c554084b5d30] received connection request\n2025-08-01 17:54:42.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:54:42.645 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b20a250b-f949-4a87-8499-c554084b5d30] socks forwarding established\n2025-08-01 17:54:42.670 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b20a250b-f949-4a87-8499-c554084b5d30] socks connection closed\n2025-08-01 17:54:42.671 [info] [command][f901ab3b-ebd2-4d25-bef4-b450aab9709c] Process exited with code 0\n2025-08-01 17:54:42.671 [info] [command][f901ab3b-ebd2-4d25-bef4-b450aab9709c] Socket close event received\n2025-08-01 17:54:42.694 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56964 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:55:42.675 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:55:42.677 [info] [command][51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7""}\n2025-08-01 17:55:42.678 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][36f09e00-b8b5-4070-acf4-f6fef24ae190] received connection request\n2025-08-01 17:55:42.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:55:42.707 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][36f09e00-b8b5-4070-acf4-f6fef24ae190] socks forwarding established\n2025-08-01 17:55:42.735 [info] [command][51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7] Process exited with code 0\n2025-08-01 17:55:42.735 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][36f09e00-b8b5-4070-acf4-f6fef24ae190] socks connection closed\n2025-08-01 17:55:42.736 [info] [command][51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7] Socket close event received\n2025-08-01 17:55:42.759 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57000 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:56:42.736 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:56:42.738 [info] [command][cbfc624c-4486-457d-8419-fabcf0749eba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cbfc624c-4486-457d-8419-fabcf0749eba""}\n2025-08-01 17:56:42.738 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][00d83e47-88f3-43d6-b354-92feba0de024] received connection request\n2025-08-01 17:56:42.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:56:42.766 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][00d83e47-88f3-43d6-b354-92feba0de024] socks forwarding established\n2025-08-01 17:56:42.797 [info] [command][cbfc624c-4486-457d-8419-fabcf0749eba] Process exited with code 0\n2025-08-01 17:56:42.797 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][00d83e47-88f3-43d6-b354-92feba0de024] socks connection closed\n2025-08-01 17:56:42.797 [info] [command][cbfc624c-4486-457d-8419-fabcf0749eba] Socket close event received\n2025-08-01 17:56:42.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57016 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:57:42.802 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:57:42.803 [info] [command][956f19db-ce55-4fb8-9fc7-3a4816cae495] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""956f19db-ce55-4fb8-9fc7-3a4816cae495""}\n2025-08-01 17:57:42.804 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][048282ca-c4ab-4573-8c41-fe318648f3db] received connection request\n2025-08-01 17:57:42.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:57:42.970 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][048282ca-c4ab-4573-8c41-fe318648f3db] socks forwarding established\n2025-08-01 17:57:42.997 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][048282ca-c4ab-4573-8c41-fe318648f3db] socks connection closed\n2025-08-01 17:57:42.997 [info] [command][956f19db-ce55-4fb8-9fc7-3a4816cae495] Process exited with code 0\n2025-08-01 17:57:42.997 [info] [command][956f19db-ce55-4fb8-9fc7-3a4816cae495] Socket close event received\n2025-08-01 17:57:43.022 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57045 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:58:43.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:58:43.004 [info] [command][d58062b6-68bd-4089-8694-fa6a2491efe9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d58062b6-68bd-4089-8694-fa6a2491efe9""}\n2025-08-01 17:58:43.004 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][42394294-0d61-4269-8658-597dadf04677] received connection request\n2025-08-01 17:58:43.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:58:43.034 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][42394294-0d61-4269-8658-597dadf04677] socks forwarding established\n2025-08-01 17:58:43.061 [info] [command][d58062b6-68bd-4089-8694-fa6a2491efe9] Process exited with code 0\n2025-08-01 17:58:43.062 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][42394294-0d61-4269-8658-597dadf04677] socks connection closed\n2025-08-01 17:58:43.062 [info] [command][d58062b6-68bd-4089-8694-fa6a2491efe9] Socket close event received\n2025-08-01 17:58:43.085 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57060 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:59:43.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:59:43.069 [info] [command][48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8""}\n2025-08-01 17:59:43.070 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][07b7b933-c8ca-4dd9-bf04-4049d0c48204] received connection request\n2025-08-01 17:59:43.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:59:43.096 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07b7b933-c8ca-4dd9-bf04-4049d0c48204] socks forwarding established\n2025-08-01 17:59:43.124 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07b7b933-c8ca-4dd9-bf04-4049d0c48204] socks connection closed\n2025-08-01 17:59:43.124 [info] [command][48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8] Process exited with code 0\n2025-08-01 17:59:43.125 [info] [command][48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8] Socket close event received\n2025-08-01 17:59:43.150 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57077 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:00:43.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:00:43.133 [info] [command][cb5f9251-8c25-4a15-a3c7-0c392f2b49c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cb5f9251-8c25-4a15-a3c7-0c392f2b49c6""}\n2025-08-01 18:00:43.133 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][70908d35-e779-4a71-b721-c66a30165e5e] received connection request\n2025-08-01 18:00:43.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:00:43.158 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70908d35-e779-4a71-b721-c66a30165e5e] socks forwarding established\n2025-08-01 18:00:43.184 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70908d35-e779-4a71-b721-c66a30165e5e] socks connection closed\n2025-08-01 18:00:43.184 [info] [command][cb5f9251-8c25-4a15-a3c7-0c392f2b49c6] Process exited with code 0\n2025-08-01 18:00:43.184 [info] [command][cb5f9251-8c25-4a15-a3c7-0c392f2b49c6] Socket close event received\n2025-08-01 18:00:43.207 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57102 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:01:43.187 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:01:43.189 [info] [command][91d7553e-33ee-449c-92f1-d8849b06ebb6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""91d7553e-33ee-449c-92f1-d8849b06ebb6""}\n2025-08-01 18:01:43.189 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][72e8525a-cf5e-461b-a7df-e74d1cb1aed1] received connection request\n2025-08-01 18:01:43.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:01:43.213 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][72e8525a-cf5e-461b-a7df-e74d1cb1aed1] socks forwarding established\n2025-08-01 18:01:43.239 [info] [command][91d7553e-33ee-449c-92f1-d8849b06ebb6] Process exited with code 0\n2025-08-01 18:01:43.240 [info] [command][91d7553e-33ee-449c-92f1-d8849b06ebb6] Socket close event received\n2025-08-01 18:01:43.240 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][72e8525a-cf5e-461b-a7df-e74d1cb1aed1] socks connection closed\n2025-08-01 18:01:43.264 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57124 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:02:43.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:02:43.248 [info] [command][2412ef72-3b10-4706-9385-9690666932f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""2412ef72-3b10-4706-9385-9690666932f0""}\n2025-08-01 18:02:43.249 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][707a0932-0427-4019-b51d-f73b75e37670] received connection request\n2025-08-01 18:02:43.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:02:43.280 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][707a0932-0427-4019-b51d-f73b75e37670] socks forwarding established\n2025-08-01 18:02:43.310 [info] [command][2412ef72-3b10-4706-9385-9690666932f0] Process exited with code 0\n2025-08-01 18:02:43.310 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][707a0932-0427-4019-b51d-f73b75e37670] socks connection closed\n2025-08-01 18:02:43.310 [info] [command][2412ef72-3b10-4706-9385-9690666932f0] Socket close event received\n2025-08-01 18:02:43.336 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57154 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:03:43.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:03:43.317 [info] [command][106424c2-f37c-4d3c-8dba-e00034b6bd4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""106424c2-f37c-4d3c-8dba-e00034b6bd4c""}\n2025-08-01 18:03:43.317 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][ae779ee2-37e2-4d2a-a604-142d3b38ecd0] received connection request\n2025-08-01 18:03:43.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:03:43.420 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ae779ee2-37e2-4d2a-a604-142d3b38ecd0] socks forwarding established\n2025-08-01 18:03:43.451 [info] [command][106424c2-f37c-4d3c-8dba-e00034b6bd4c] Process exited with code 0\n2025-08-01 18:03:43.451 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ae779ee2-37e2-4d2a-a604-142d3b38ecd0] socks connection closed\n2025-08-01 18:03:43.451 [info] [command][106424c2-f37c-4d3c-8dba-e00034b6bd4c] Socket close event received\n2025-08-01 18:03:43.477 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57169 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:04:43.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:04:43.459 [info] [command][576b7f8e-187b-425a-8f9f-1ac68a2c1b7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""576b7f8e-187b-425a-8f9f-1ac68a2c1b7a""}\n2025-08-01 18:04:43.459 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][17fc6549-b662-4eb7-8ec7-ea20ca624fc0] received connection request\n2025-08-01 18:04:43.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:04:43.485 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][17fc6549-b662-4eb7-8ec7-ea20ca624fc0] socks forwarding established\n2025-08-01 18:04:43.513 [info] [command][576b7f8e-187b-425a-8f9f-1ac68a2c1b7a] Process exited with code 0\n2025-08-01 18:04:43.514 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][17fc6549-b662-4eb7-8ec7-ea20ca624fc0] socks connection closed\n2025-08-01 18:04:43.514 [info] [command][576b7f8e-187b-425a-8f9f-1ac68a2c1b7a] Socket close event received\n2025-08-01 18:04:43.540 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57183 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:05:43.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:05:43.522 [info] [command][e409b195-e209-4d44-850e-78c62a26f30e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e409b195-e209-4d44-850e-78c62a26f30e""}\n2025-08-01 18:05:43.523 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][517aa450-4804-41b7-b98f-e0077a168844] received connection request\n2025-08-01 18:05:43.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:05:43.548 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][517aa450-4804-41b7-b98f-e0077a168844] socks forwarding established\n2025-08-01 18:05:43.575 [info] [command][e409b195-e209-4d44-850e-78c62a26f30e] Process exited with code 0\n2025-08-01 18:05:43.575 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][517aa450-4804-41b7-b98f-e0077a168844] socks connection closed\n2025-08-01 18:05:43.575 [info] [command][e409b195-e209-4d44-850e-78c62a26f30e] Socket close event received\n2025-08-01 18:05:43.600 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57214 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:06:43.579 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:06:43.581 [info] [command][73c0c6d5-63db-4118-949b-cfc4696132fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""73c0c6d5-63db-4118-949b-cfc4696132fb""}\n2025-08-01 18:06:43.581 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][451ea44c-044b-4729-b574-ff1b84903b78] received connection request\n2025-08-01 18:06:43.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 18:06:43.581 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:06:43.607 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][451ea44c-044b-4729-b574-ff1b84903b78] socks forwarding established\n2025-08-01 18:06:43.704 [info] [command][73c0c6d5-63db-4118-949b-cfc4696132fb] Process exited with code 0\n2025-08-01 18:06:43.705 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][451ea44c-044b-4729-b574-ff1b84903b78] socks connection closed\n2025-08-01 18:06:43.705 [info] [command][73c0c6d5-63db-4118-949b-cfc4696132fb] Socket close event received\n2025-08-01 18:06:43.731 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57246 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:07:43.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:07:43.709 [info] [command][21925b3b-6fb9-4624-ac2f-4798ba25c196] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""21925b3b-6fb9-4624-ac2f-4798ba25c196""}\n2025-08-01 18:07:43.710 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][06e26134-690c-4059-88e2-62ea8eaa7c3b] received connection request\n2025-08-01 18:07:43.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:07:43.736 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][06e26134-690c-4059-88e2-62ea8eaa7c3b] socks forwarding established\n2025-08-01 18:07:43.763 [info] [command][21925b3b-6fb9-4624-ac2f-4798ba25c196] Process exited with code 0\n2025-08-01 18:07:43.764 [info] [command][21925b3b-6fb9-4624-ac2f-4798ba25c196] Socket close event received\n2025-08-01 18:07:43.764 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][06e26134-690c-4059-88e2-62ea8eaa7c3b] socks connection closed\n2025-08-01 18:07:43.789 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57276 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:08:43.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:08:43.767 [info] [command][430eaeef-9a87-4e50-8e06-cbd7d37bebbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""430eaeef-9a87-4e50-8e06-cbd7d37bebbb""}\n2025-08-01 18:08:43.767 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][51e77693-a6e3-44fc-813e-bfd2091fc95f] received connection request\n2025-08-01 18:08:43.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:08:43.791 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][51e77693-a6e3-44fc-813e-bfd2091fc95f] socks forwarding established\n2025-08-01 18:08:43.817 [info] [command][430eaeef-9a87-4e50-8e06-cbd7d37bebbb] Process exited with code 0\n2025-08-01 18:08:43.818 [info] [command][430eaeef-9a87-4e50-8e06-cbd7d37bebbb] Socket close event received\n2025-08-01 18:08:43.818 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][51e77693-a6e3-44fc-813e-bfd2091fc95f] socks connection closed\n2025-08-01 18:08:43.842 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57295 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:09:43.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:09:43.824 [info] [command][4012d19b-682a-4765-80f4-f43cdcd80fa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""4012d19b-682a-4765-80f4-f43cdcd80fa1""}\n2025-08-01 18:09:43.824 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][b44b47de-a5e0-4993-b420-705ebb641821] received connection request\n2025-08-01 18:09:43.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:09:43.852 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b44b47de-a5e0-4993-b420-705ebb641821] socks forwarding established\n2025-08-01 18:09:43.881 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b44b47de-a5e0-4993-b420-705ebb641821] socks connection closed\n2025-08-01 18:09:43.881 [info] [command][4012d19b-682a-4765-80f4-f43cdcd80fa1] Process exited with code 0\n2025-08-01 18:09:43.881 [info] [command][4012d19b-682a-4765-80f4-f43cdcd80fa1] Socket close event received\n2025-08-01 18:09:43.906 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57312 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:10:43.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:10:43.887 [info] [command][b486b288-946a-4c23-a33d-f761ccb230d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b486b288-946a-4c23-a33d-f761ccb230d1""}\n2025-08-01 18:10:43.888 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][96fbbe0f-0b28-49fc-bdef-e0d15ea31a41] received connection request\n2025-08-01 18:10:43.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:10:43.917 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][96fbbe0f-0b28-49fc-bdef-e0d15ea31a41] socks forwarding established\n2025-08-01 18:10:43.945 [info] [command][b486b288-946a-4c23-a33d-f761ccb230d1] Process exited with code 0\n2025-08-01 18:10:43.946 [info] [command][b486b288-946a-4c23-a33d-f761ccb230d1] Socket close event received\n2025-08-01 18:10:43.946 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][96fbbe0f-0b28-49fc-bdef-e0d15ea31a41] socks connection closed\n2025-08-01 18:10:43.971 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57340 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:11:43.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:11:43.953 [info] [command][7065136f-29f4-474a-bf7a-92c790d3f454] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7065136f-29f4-474a-bf7a-92c790d3f454""}\n2025-08-01 18:11:43.954 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][12576fe6-da35-49b6-88b9-90a9591bcdb8] received connection request\n2025-08-01 18:11:43.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:11:43.979 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][12576fe6-da35-49b6-88b9-90a9591bcdb8] socks forwarding established\n2025-08-01 18:11:44.006 [info] [command][7065136f-29f4-474a-bf7a-92c790d3f454] Process exited with code 0\n2025-08-01 18:11:44.007 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][12576fe6-da35-49b6-88b9-90a9591bcdb8] socks connection closed\n2025-08-01 18:11:44.007 [info] [command][7065136f-29f4-474a-bf7a-92c790d3f454] Socket close event received\n2025-08-01 18:11:44.033 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57353 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:12:44.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:12:44.014 [info] [command][2f9155b1-2d2e-4669-8950-59496dbf4913] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""2f9155b1-2d2e-4669-8950-59496dbf4913""}\n2025-08-01 18:12:44.015 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][ee8a2026-6486-4db5-8b53-c40af2f6da45] received connection request\n2025-08-01 18:12:44.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:12:44.127 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ee8a2026-6486-4db5-8b53-c40af2f6da45] socks forwarding established\n2025-08-01 18:12:44.163 [info] [command][2f9155b1-2d2e-4669-8950-59496dbf4913] Process exited with code 0\n2025-08-01 18:12:44.163 [info] [command][2f9155b1-2d2e-4669-8950-59496dbf4913] Socket close event received\n2025-08-01 18:12:44.163 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ee8a2026-6486-4db5-8b53-c40af2f6da45] socks connection closed\n2025-08-01 18:12:44.189 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57384 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:13:19.041 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 18:13:19.041 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 18:13:19.045 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][1fdea403-d914-4c45-8f4f-7700404f38a6] received connection request\n2025-08-01 18:13:19.047 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][0f87d090-87cf-4135-9892-cf29a0996fb8] received connection request\n2025-08-01 18:13:19.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:14:48.449 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 18:14:48.449 [error] Failed to connect to Cursor server at http://127.0.0.1:55017, attempt 1 of 3 This operation was aborted\n2025-08-01 18:14:48.450 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:14:48.451 [error] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][1fdea403-d914-4c45-8f4f-7700404f38a6] error while creating socks forwarding Proxy connection timed out\n2025-08-01 18:14:48.451 [error] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][0f87d090-87cf-4135-9892-cf29a0996fb8] error while creating socks forwarding Proxy connection timed out\n2025-08-01 18:14:48.452 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][7593d2ac-9c64-4ac4-8017-e56dddcd3b2e] received connection request\n2025-08-01 18:14:48.453 [info] [command][1fedf0ab-e2f2-4d55-bb88-8512da2dde6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""1fedf0ab-e2f2-4d55-bb88-8512da2dde6e""}\n2025-08-01 18:14:48.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:14:48.455 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][5651c30a-8b1b-4ce4-bc11-7fb32c3ae687] received connection request\n2025-08-01 18:14:48.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:14:48.522 [info] Terminating existing SSH process with pid: 18333\n2025-08-01 18:14:48.522 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 18:14:48.522 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 18:14:48.523 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:14:48.523 [error] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][7593d2ac-9c64-4ac4-8017-e56dddcd3b2e] error while creating socks forwarding Socket closed\n2025-08-01 18:14:48.523 [error] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][5651c30a-8b1b-4ce4-bc11-7fb32c3ae687] error while creating socks forwarding Socket closed\n2025-08-01 18:14:48.523 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][f4699ad3-4fbd-4003-b011-bbd947cc160d] socks connection closed\n2025-08-01 18:14:48.523 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][c25a3116-bfcf-44fb-ba9e-48710744c503] socks connection closed\n2025-08-01 18:14:48.523 [info] [command][1fedf0ab-e2f2-4d55-bb88-8512da2dde6e] Socket end event received\n2025-08-01 18:14:48.524 [info] [command][1fedf0ab-e2f2-4d55-bb88-8512da2dde6e] Socket close event received\n2025-08-01 18:14:48.526 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37384.sh"" | ssh -v -T -D 57403 login.haicore.berlin bash --login -c bash\n2025-08-01 18:14:48.527 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:14:48.527 [info] Waiting for server to install via process(20937)...\n2025-08-01 18:14:48.534 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:14:48.535 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:14:48.535 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:14:48.535 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:14:48.536 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:14:48.537 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:14:48.538 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:14:48.538 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:14:48.538 [info] Retrying connection in 5 seconds...\n2025-08-01 18:14:49.451 [error] Failed to connect to Cursor server at http://127.0.0.1:55017, attempt 2 of 3 This operation was aborted\n2025-08-01 18:14:50.460 [error] Failed to connect to Cursor server at http://127.0.0.1:55017, attempt 3 of 3 This operation was aborted\n2025-08-01 18:14:50.460 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 18:14:50.460 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 18:14:53.549 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37384.sh\n2025-08-01 18:14:53.550 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:14:53.555 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73807.sh"" | ssh -v -T -D 57406 login.haicore.berlin bash --login -c bash\n2025-08-01 18:14:53.555 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:14:53.555 [info] Waiting for server to install via process(20946)...\n2025-08-01 18:14:53.569 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:14:53.572 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:14:53.573 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:14:53.573 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:14:53.573 [info] Retrying connection in 5 seconds...\n2025-08-01 18:14:58.581 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73807.sh\n2025-08-01 18:14:58.582 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:14:58.587 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_728.sh"" | ssh -v -T -D 57409 login.haicore.berlin bash --login -c bash\n2025-08-01 18:14:58.587 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:14:58.587 [info] Waiting for server to install via process(20950)...\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:14:58.611 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:14:58.611 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:14:58.612 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:14:58.612 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:03.615 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_728.sh\n2025-08-01 18:15:03.616 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:03.621 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3975.sh"" | ssh -v -T -D 57416 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:03.622 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:03.622 [info] Waiting for server to install via process(20957)...\n2025-08-01 18:15:03.640 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:03.643 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:03.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:03.644 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:03.644 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:08.655 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3975.sh\n2025-08-01 18:15:08.655 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:08.658 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79885.sh"" | ssh -v -T -D 57419 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:08.658 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:08.658 [info] Waiting for server to install via process(20962)...\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:08.671 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:08.671 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:08.671 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:08.671 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:31.887 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79885.sh\n2025-08-01 18:15:31.888 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:31.890 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44403.sh"" | ssh -v -T -D 57420 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:31.890 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:31.890 [info] Waiting for server to install via process(20965)...\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:31.906 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:31.907 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:31.907 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:31.907 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:36.918 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44403.sh\n2025-08-01 18:15:36.920 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:36.925 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28259.sh"" | ssh -v -T -D 57425 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:36.925 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:36.925 [info] Waiting for server to install via process(20971)...\n2025-08-01 18:15:36.946 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:36.946 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:36.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:36.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:36.947 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:36.949 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:36.949 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:36.950 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:36.950 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:41.955 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28259.sh\n2025-08-01 18:15:41.956 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:41.960 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76572.sh"" | ssh -v -T -D 57426 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:41.960 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:41.960 [info] Waiting for server to install via process(20977)...\n2025-08-01 18:15:41.984 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:41.984 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:41.984 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:41.985 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:41.985 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:41.985 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:41.992 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:41.993 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:41.993 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:41.993 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:47.001 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76572.sh\n2025-08-01 18:15:47.001 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:47.003 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66890.sh"" | ssh -v -T -D 57427 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:47.004 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:47.004 [info] Waiting for server to install via process(20983)...\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:47.014 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:47.014 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:47.014 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:47.014 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:52.014 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66890.sh\n2025-08-01 18:15:52.014 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:52.017 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64062.sh"" | ssh -v -T -D 57428 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:52.017 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:52.017 [info] Waiting for server to install via process(20989)...\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:52.028 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:52.029 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:52.029 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:52.030 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:52.030 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:57.030 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64062.sh\n2025-08-01 18:15:57.030 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:57.031 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66280.sh"" | ssh -v -T -D 57429 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:57.032 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:57.032 [info] Waiting for server to install via process(20994)...\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:57.040 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:57.041 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:57.041 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:57.041 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:57.041 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:02.046 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66280.sh\n2025-08-01 18:16:02.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:02.048 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_42634.sh"" | ssh -v -T -D 57430 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:02.048 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:02.048 [info] Waiting for server to install via process(20998)...\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:02.057 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:02.058 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:02.058 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:02.058 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:07.068 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_42634.sh\n2025-08-01 18:16:07.069 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:07.070 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97640.sh"" | ssh -v -T -D 57431 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:07.070 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:07.070 [info] Waiting for server to install via process(21003)...\n2025-08-01 18:16:07.077 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:07.077 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:07.077 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:07.078 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:07.078 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:07.078 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:07.079 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:07.080 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:07.080 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:07.080 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:26.380 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97640.sh\n2025-08-01 18:16:26.381 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:26.383 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26785.sh"" | ssh -v -T -D 57434 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:26.383 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:26.383 [info] Waiting for server to install via process(21007)...\n2025-08-01 18:16:26.395 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:26.395 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:26.395 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:26.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:26.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:26.396 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:26.398 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:26.398 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:26.398 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:26.399 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:31.409 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26785.sh\n2025-08-01 18:16:31.410 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:31.414 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60438.sh"" | ssh -v -T -D 57437 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:31.414 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:31.414 [info] Waiting for server to install via process(21014)...\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:31.431 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:31.433 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:31.434 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:31.434 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:31.434 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:36.435 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60438.sh\n2025-08-01 18:16:36.435 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:36.441 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21118.sh"" | ssh -v -T -D 57438 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:36.441 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:36.441 [info] Waiting for server to install via process(21019)...\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:36.458 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:36.459 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:36.459 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:36.459 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:47.444 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21118.sh\n2025-08-01 18:16:47.444 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:47.522 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28907.sh"" | ssh -v -T -D 57439 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:47.522 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:47.522 [info] Waiting for server to install via process(21022)...\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:47.530 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:47.530 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:47.530 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:47.530 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:52.540 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28907.sh\n2025-08-01 18:16:52.540 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:52.543 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48488.sh"" | ssh -v -T -D 57442 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:52.544 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:52.544 [info] Waiting for server to install via process(21027)...\n2025-08-01 18:16:52.565 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:52.568 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:52.569 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:52.570 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:52.570 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:57.579 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48488.sh\n2025-08-01 18:16:57.580 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:57.587 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68444.sh"" | ssh -v -T -D 57443 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:57.587 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:57.587 [info] Waiting for server to install via process(21032)...\n2025-08-01 18:16:57.610 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:57.617 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:57.617 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:57.618 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:57.618 [info] Retrying connection in 5 seconds...\n2025-08-01 18:22:53.200 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68444.sh\n2025-08-01 18:22:53.200 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:22:53.201 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68384.sh"" | ssh -v -T -D 57444 login.haicore.berlin bash --login -c bash\n2025-08-01 18:22:53.201 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:22:53.201 [info] Waiting for server to install via process(21038)...\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:22:53.217 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:22:53.219 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:22:53.219 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:22:53.219 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:22:53.219 [error] Failed to connect after 20 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:22:53.219 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68384.sh\n2025-08-01 18:22:53.220 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 06:59:16.195 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 06:59:16.201 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 06:59:16.202 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 06:59:16.204 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 06:59:16.207 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77732.sh"" | ssh -v -T -D 58075 login.haicore.berlin bash --login -c bash\n2025-08-02 06:59:16.207 [info] Started installation script. Waiting for it to finish...\n2025-08-02 06:59:16.207 [info] Waiting for server to install via process(21913)...\n2025-08-02 06:59:16.213 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 06:59:16.213 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 06:59:16.214 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 06:59:17.028 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 06:59:17.029 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 06:59:17.029 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 06:59:17.312 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 06:59:17.314 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 06:59:17.314 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 06:59:17.599 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 06:59:17.600 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 06:59:17.726 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 06:59:17.726 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 06:59:17.726 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 06:59:17.728 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 06:59:17.728 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 06:59:18.102 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 06:59:18.821 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 06:59:18.825 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 06:59:18.825 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 06:59:19.222 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 06:59:19.482 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58075 forwarded to remote address socks:0\n\n2025-08-02 06:59:19.483 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58075.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58075.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 06:59:19.483 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 06:59:19.670 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 06:59:19.671 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 06:59:19.677 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-02 06:59:19.677 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 06:59:19.818 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 06:59:20.940 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 06:59:20.999 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 06:59:20.999 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 06:59:21.004 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 06:59:21.072 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 06:59:21.088 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 06:59:21.104 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 06:59:21.104 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 06:59:21.361 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b5c6d02d-79eb-4470-afd4-e5a81365e36e\nMultiplex server started with PID 801257 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 06:59:21.912 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 06:59:21.925 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 801281 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 06:59:22.077 [info] (ssh_tunnel) stdout: 06b4d827961d4add02d169ed: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45837==\nmultiplexConnectionToken==b5c6d02d-79eb-4470-afd4-e5a81365e36e==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n06b4d827961d4add02d169ed: end\n\n2025-08-02 06:59:22.077 [info] Server install command exit code: 0\n2025-08-02 06:59:22.077 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77732.sh\n2025-08-02 06:59:22.078 [info] [forwarding][code] creating new forwarding server\n2025-08-02 06:59:22.078 [info] [forwarding][code] server listening on 127.0.0.1:58093\n2025-08-02 06:59:22.078 [info] [forwarding][code] Set up server\n2025-08-02 06:59:22.078 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 06:59:22.078 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 06:59:22.078 [info] [forwarding][multiplex] server listening on 127.0.0.1:58094\n2025-08-02 06:59:22.078 [info] [forwarding][multiplex] Set up server\n2025-08-02 06:59:22.079 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b5c6d02d-79eb-4470-afd4-e5a81365e36e\n2025-08-02 06:59:22.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 06:59:22.080 [info] [remote-ssh] Resolved exec server. Socks port: 58075\n2025-08-02 06:59:22.080 [info] Setting up 0 default forwarded ports\n2025-08-02 06:59:22.080 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58093,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 58075\n2025-08-02 06:59:22.080 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 06:59:22.081 [info] [command][5eeb6577-1813-4631-81fc-33daf8a1a7b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""5eeb6577-1813-4631-81fc-33daf8a1a7b9""}\n2025-08-02 06:59:22.082 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][a3ce9411-918c-4226-bc17-b3c8ade14ee3] received connection request\n2025-08-02 06:59:22.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 06:59:22.122 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][89f92b1e-b2f7-4794-8c65-c6bb11d903d3] received connection request\n2025-08-02 06:59:22.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 06:59:22.235 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][a3ce9411-918c-4226-bc17-b3c8ade14ee3] socks forwarding established\n2025-08-02 06:59:22.257 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][89f92b1e-b2f7-4794-8c65-c6bb11d903d3] socks forwarding established\n2025-08-02 06:59:22.385 [info] [command][5eeb6577-1813-4631-81fc-33daf8a1a7b9] Process exited with code 0\n2025-08-02 06:59:22.385 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][a3ce9411-918c-4226-bc17-b3c8ade14ee3] socks connection closed\n2025-08-02 06:59:22.385 [info] [command][5eeb6577-1813-4631-81fc-33daf8a1a7b9] Socket close event received\n2025-08-02 06:59:22.404 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][92a627e9-72d8-4a29-b47d-8a97d37d5fa7] received connection request\n2025-08-02 06:59:22.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 06:59:22.490 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58096 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 06:59:22.510 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][92a627e9-72d8-4a29-b47d-8a97d37d5fa7] socks forwarding established\n2025-08-02 06:59:22.944 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 07:00:22.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:00:22.393 [info] [command][91239556-7237-4b18-81f0-2bf540ca7120] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""91239556-7237-4b18-81f0-2bf540ca7120""}\n2025-08-02 07:00:22.395 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][f43cc582-0dfc-4249-9f19-293560265e4b] received connection request\n2025-08-02 07:00:22.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:00:22.498 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][f43cc582-0dfc-4249-9f19-293560265e4b] socks forwarding established\n2025-08-02 07:00:22.597 [info] [command][91239556-7237-4b18-81f0-2bf540ca7120] Process exited with code 0\n2025-08-02 07:00:22.597 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][f43cc582-0dfc-4249-9f19-293560265e4b] socks connection closed\n2025-08-02 07:00:22.597 [info] [command][91239556-7237-4b18-81f0-2bf540ca7120] Socket close event received\n2025-08-02 07:00:22.752 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58416 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:01:22.599 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:01:22.601 [info] [command][9791784a-139f-4598-8951-2b51ca2d0cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""9791784a-139f-4598-8951-2b51ca2d0cae""}\n2025-08-02 07:01:22.601 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][30ff2853-b4a9-49c3-9062-3540c300f651] received connection request\n2025-08-02 07:01:22.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:01:22.745 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][30ff2853-b4a9-49c3-9062-3540c300f651] socks forwarding established\n2025-08-02 07:01:22.849 [info] [command][9791784a-139f-4598-8951-2b51ca2d0cae] Process exited with code 0\n2025-08-02 07:01:22.849 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][30ff2853-b4a9-49c3-9062-3540c300f651] socks connection closed\n2025-08-02 07:01:22.849 [info] [command][9791784a-139f-4598-8951-2b51ca2d0cae] Socket close event received\n2025-08-02 07:01:22.934 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58440 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:02:22.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:02:22.853 [info] [command][deeb11f6-fbea-4a07-916e-789a6e39fe4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""deeb11f6-fbea-4a07-916e-789a6e39fe4a""}\n2025-08-02 07:02:22.853 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][d7271846-a668-4a17-ae84-74b87fcacb63] received connection request\n2025-08-02 07:02:22.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:02:22.994 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][d7271846-a668-4a17-ae84-74b87fcacb63] socks forwarding established\n2025-08-02 07:02:23.089 [info] [command][deeb11f6-fbea-4a07-916e-789a6e39fe4a] Process exited with code 0\n2025-08-02 07:02:23.089 [info] [command][deeb11f6-fbea-4a07-916e-789a6e39fe4a] Socket close event received\n2025-08-02 07:02:23.090 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][d7271846-a668-4a17-ae84-74b87fcacb63] socks connection closed\n2025-08-02 07:02:23.179 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58479 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:03:23.094 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:03:23.098 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][e4a437a4-87b7-4207-84ab-1b73a50c2ca0] received connection request\n2025-08-02 07:03:23.099 [info] [command][591f28b3-b113-4d96-b37f-0086e8804807] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""591f28b3-b113-4d96-b37f-0086e8804807""}\n2025-08-02 07:03:23.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:03:23.242 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][e4a437a4-87b7-4207-84ab-1b73a50c2ca0] socks forwarding established\n2025-08-02 07:03:23.349 [info] [command][591f28b3-b113-4d96-b37f-0086e8804807] Process exited with code 0\n2025-08-02 07:03:23.349 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][e4a437a4-87b7-4207-84ab-1b73a50c2ca0] socks connection closed\n2025-08-02 07:03:23.349 [info] [command][591f28b3-b113-4d96-b37f-0086e8804807] Socket close event received\n2025-08-02 07:03:23.444 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58540 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:04:23.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:04:23.358 [info] [command][f5ef5fd0-f017-48bc-b4bd-083b0a71c329] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""f5ef5fd0-f017-48bc-b4bd-083b0a71c329""}\n2025-08-02 07:04:23.358 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][abf91011-2c7f-4232-9034-eaddf3e3d4a7] received connection request\n2025-08-02 07:04:23.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:04:23.463 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][abf91011-2c7f-4232-9034-eaddf3e3d4a7] socks forwarding established\n2025-08-02 07:04:23.567 [info] [command][f5ef5fd0-f017-48bc-b4bd-083b0a71c329] Process exited with code 0\n2025-08-02 07:04:23.568 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][abf91011-2c7f-4232-9034-eaddf3e3d4a7] socks connection closed\n2025-08-02 07:04:23.568 [info] [command][f5ef5fd0-f017-48bc-b4bd-083b0a71c329] Socket close event received\n2025-08-02 07:04:23.660 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58582 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:05:02.194 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 07:05:02.194 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 07:05:02.211 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][563d9e0a-7814-4d21-ad4c-e0b8cf5660f8] received connection request\n2025-08-02 07:05:02.227 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][d1c828c7-e78a-4801-ba1d-c832dfe9a560] received connection request\n2025-08-02 07:05:02.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\n\n2025-08-02 07:05:02.238 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58075 forwarding to socks port 0 requested.\n\n2025-08-02 07:05:02.238 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:05:02.411 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 58100 to 127.0.0.1 port 58075, nchannels 7\n\n2025-08-02 07:05:02.412 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][92a627e9-72d8-4a29-b47d-8a97d37d5fa7] socks connection closed\n2025-08-02 07:05:02.416 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][563d9e0a-7814-4d21-ad4c-e0b8cf5660f8] socks forwarding established\n2025-08-02 07:05:02.416 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][d1c828c7-e78a-4801-ba1d-c832dfe9a560] socks forwarding established\n2025-08-02 07:18:07.522 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 07:18:07.523 [error] Failed to connect to Cursor server at http://127.0.0.1:58093, attempt 1 of 3 This operation was aborted\n2025-08-02 07:18:07.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:18:07.546 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][a4a7f4ad-8ae9-46ba-b222-5fdc892c4137] received connection request\n2025-08-02 07:18:07.546 [info] [command][07ade36e-da61-4cc6-8f79-37209cdeabbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""07ade36e-da61-4cc6-8f79-37209cdeabbb""}\n2025-08-02 07:18:07.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:07.555 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][6c5ab813-3605-4ff6-b7ca-121bba18373b] received connection request\n2025-08-02 07:18:07.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:07.675 [info] Terminating existing SSH process with pid: 21913\n2025-08-02 07:18:07.675 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 07:18:07.675 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 07:18:07.675 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][563d9e0a-7814-4d21-ad4c-e0b8cf5660f8] socks connection closed\n2025-08-02 07:18:07.676 [error] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][a4a7f4ad-8ae9-46ba-b222-5fdc892c4137] error while creating socks forwarding Socket closed\n2025-08-02 07:18:07.676 [error] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][6c5ab813-3605-4ff6-b7ca-121bba18373b] error while creating socks forwarding Socket closed\n2025-08-02 07:18:07.676 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][89f92b1e-b2f7-4794-8c65-c6bb11d903d3] socks connection closed\n2025-08-02 07:18:07.676 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][d1c828c7-e78a-4801-ba1d-c832dfe9a560] socks connection closed\n2025-08-02 07:18:07.676 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:07.676 [info] [command][07ade36e-da61-4cc6-8f79-37209cdeabbb] Socket end event received\n2025-08-02 07:18:07.677 [info] [command][07ade36e-da61-4cc6-8f79-37209cdeabbb] Socket close event received\n2025-08-02 07:18:07.679 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23653.sh"" | ssh -v -T -D 58604 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:07.680 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:07.680 [info] Waiting for server to install via process(22216)...\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:07.700 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:07.707 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:07.708 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:07.708 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:07.708 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:08.526 [error] Failed to connect to Cursor server at http://127.0.0.1:58093, attempt 2 of 3 This operation was aborted\n2025-08-02 07:18:09.532 [error] Failed to connect to Cursor server at http://127.0.0.1:58093, attempt 3 of 3 This operation was aborted\n2025-08-02 07:18:09.534 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 07:18:09.534 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 07:18:12.714 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23653.sh\n2025-08-02 07:18:12.715 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:12.720 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64226.sh"" | ssh -v -T -D 58608 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:12.720 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:12.720 [info] Waiting for server to install via process(22237)...\n2025-08-02 07:18:12.731 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:18:12.732 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:12.732 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:12.732 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:12.733 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:12.734 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:12.734 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:17.738 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64226.sh\n2025-08-02 07:18:17.739 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:17.746 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26284.sh"" | ssh -v -T -D 58614 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:17.746 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:17.746 [info] Waiting for server to install via process(22244)...\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:17.761 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:17.762 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:17.762 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:17.762 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:22.767 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26284.sh\n2025-08-02 07:18:22.768 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:22.770 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39886.sh"" | ssh -v -T -D 58619 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:22.771 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:22.771 [info] Waiting for server to install via process(22249)...\n2025-08-02 07:18:22.789 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:22.791 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:22.791 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:22.791 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:27.793 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39886.sh\n2025-08-02 07:18:27.795 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:27.798 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34278.sh"" | ssh -v -T -D 58624 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:27.798 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:27.798 [info] Waiting for server to install via process(22254)...\n2025-08-02 07:18:27.812 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 07:18:27.812 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:27.814 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:27.814 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:27.814 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:32.819 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34278.sh\n2025-08-02 07:18:32.820 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:32.822 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_98222.sh"" | ssh -v -T -D 58635 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:32.822 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:32.822 [info] Waiting for server to install via process(22261)...\n2025-08-02 07:18:32.837 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:18:32.837 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:32.838 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:32.838 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:32.838 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:35.030 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:35.031 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:35.031 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:35.031 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:40.036 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_98222.sh\n2025-08-02 07:18:40.037 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:40.043 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23433.sh"" | ssh -v -T -D 58716 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:40.043 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:40.043 [info] Waiting for server to install via process(22275)...\n2025-08-02 07:18:40.060 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:40.267 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 07:18:40.268 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 07:18:40.268 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 07:18:40.378 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 07:18:40.380 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 07:18:40.381 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 07:18:40.463 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 07:18:40.464 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 07:18:40.595 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 07:18:40.596 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 07:18:40.596 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 07:18:40.858 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 07:18:40.946 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 07:18:40.949 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 07:18:40.949 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:18:41.108 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:18:41.228 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58716 forwarded to remote address socks:0\n\n2025-08-02 07:18:41.229 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58716.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58716.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 07:18:41.229 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 07:18:41.406 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 07:18:41.413 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 07:18:41.420 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 07:18:41.501 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 07:18:41.946 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 07:18:41.986 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:41.991 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 07:18:41.995 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 07:18:42.011 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:18:42.031 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 07:18:42.033 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:18:42.033 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-02 07:18:42.039 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:18:42.051 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 56f061c0-3fb0-40ec-9e29-296c4a2dda21\nMultiplex server started with PID 998223 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:18:42.551 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 07:18:42.569 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:42.571 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 998247 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:42.572 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:43.083 [info] (ssh_tunnel) stdout: e37868ce464d3bd5dd2fd2be: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==33123==\nmultiplexConnectionToken==56f061c0-3fb0-40ec-9e29-296c4a2dda21==\ncodeListeningOn==38705==\ncodeConnectionToken==0beb28a4-df4f-46be-be70-10a9f9eb01bb==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\ne37868ce464d3bd5dd2fd2be: end\n\n2025-08-02 07:18:43.084 [info] Server install command exit code: 0\n2025-08-02 07:18:43.084 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23433.sh\n2025-08-02 07:18:43.085 [info] [forwarding][code] returning existing forwarding server listening on local port 58093\n2025-08-02 07:18:43.085 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 0beb28a4-df4f-46be-be70-10a9f9eb01bb\n2025-08-02 07:18:43.085 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58094\n2025-08-02 07:18:43.085 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 56f061c0-3fb0-40ec-9e29-296c4a2dda21\n2025-08-02 07:18:43.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:18:43.086 [info] [remote-ssh] Resolved exec server. Socks port: 58716\n2025-08-02 07:18:43.086 [info] Setting up 0 default forwarded ports\n2025-08-02 07:18:43.087 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58093,""connectionToken"":""0beb28a4-df4f-46be-be70-10a9f9eb01bb"",""extensionHostEnv"":{}}. Socks port: 58716\n2025-08-02 07:18:43.087 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:43.088 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][db2314b3-0cc2-4e2f-9ae5-e453562d8723] received connection request\n2025-08-02 07:18:43.088 [info] [command][8b081f84-5216-40d0-91b3-191504b25add] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""8b081f84-5216-40d0-91b3-191504b25add""}\n2025-08-02 07:18:43.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:43.213 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][db2314b3-0cc2-4e2f-9ae5-e453562d8723] socks forwarding established\n2025-08-02 07:18:43.300 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 07:18:43.303 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:38705][5399f1a7-9dd8-413d-b3a0-5d5101ef8299] received connection request\n2025-08-02 07:18:43.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\n\n2025-08-02 07:18:43.306 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:43.336 [info] [command][8b081f84-5216-40d0-91b3-191504b25add] Process exited with code 0\n2025-08-02 07:18:43.336 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][db2314b3-0cc2-4e2f-9ae5-e453562d8723] socks connection closed\n2025-08-02 07:18:43.336 [info] [command][8b081f84-5216-40d0-91b3-191504b25add] Socket close event received\n2025-08-02 07:18:43.421 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58746 to 127.0.0.1 port 58716, nchannels 5\n\n2025-08-02 07:18:43.421 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][5399f1a7-9dd8-413d-b3a0-5d5101ef8299] socks forwarding established\n2025-08-02 07:18:43.562 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:38705][76f32679-b6ef-4cb7-aa02-69304f565c3b] received connection request\n2025-08-02 07:18:43.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\n\n2025-08-02 07:18:43.562 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:43.650 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][76f32679-b6ef-4cb7-aa02-69304f565c3b] socks forwarding established\n2025-08-02 07:18:43.756 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][5399f1a7-9dd8-413d-b3a0-5d5101ef8299] socks connection closed\n2025-08-02 07:18:43.851 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 38705, connect from 127.0.0.1 port 58752 to 127.0.0.1 port 58716, nchannels 5\n\n2025-08-02 07:18:44.175 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][76f32679-b6ef-4cb7-aa02-69304f565c3b] socks connection closed\n2025-08-02 07:18:44.262 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 38705, connect from 127.0.0.1 port 58755 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:19:43.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:19:43.344 [info] [command][f08ff611-8d3f-4492-a872-004d4b154fab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""f08ff611-8d3f-4492-a872-004d4b154fab""}\n2025-08-02 07:19:43.345 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][7f2566e6-341a-4f9f-967e-ec0c0711be23] received connection request\n2025-08-02 07:19:43.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:19:43.452 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][7f2566e6-341a-4f9f-967e-ec0c0711be23] socks forwarding established\n2025-08-02 07:19:43.552 [info] [command][f08ff611-8d3f-4492-a872-004d4b154fab] Process exited with code 0\n2025-08-02 07:19:43.553 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][7f2566e6-341a-4f9f-967e-ec0c0711be23] socks connection closed\n2025-08-02 07:19:43.553 [info] [command][f08ff611-8d3f-4492-a872-004d4b154fab] Socket close event received\n2025-08-02 07:19:43.650 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58837 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:20:43.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:20:43.560 [info] [command][6916e085-4007-47d2-9986-083f4c6b78e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""6916e085-4007-47d2-9986-083f4c6b78e9""}\n2025-08-02 07:20:43.561 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][e4550e21-65a4-46ce-aa26-0621eb048ff4] received connection request\n2025-08-02 07:20:43.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:20:43.671 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][e4550e21-65a4-46ce-aa26-0621eb048ff4] socks forwarding established\n2025-08-02 07:20:43.793 [info] [command][6916e085-4007-47d2-9986-083f4c6b78e9] Process exited with code 0\n2025-08-02 07:20:43.793 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][e4550e21-65a4-46ce-aa26-0621eb048ff4] socks connection closed\n2025-08-02 07:20:43.793 [info] [command][6916e085-4007-47d2-9986-083f4c6b78e9] Socket close event received\n2025-08-02 07:20:43.889 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58894 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:21:43.795 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:21:43.798 [info] [command][4f6c46eb-eab7-4906-b2c8-98cb6806109f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""4f6c46eb-eab7-4906-b2c8-98cb6806109f""}\n2025-08-02 07:21:43.798 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][b0a1a2b7-6729-4183-ac43-1bcdc332851b] received connection request\n2025-08-02 07:21:43.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:21:43.916 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][b0a1a2b7-6729-4183-ac43-1bcdc332851b] socks forwarding established\n2025-08-02 07:21:44.030 [info] [command][4f6c46eb-eab7-4906-b2c8-98cb6806109f] Process exited with code 0\n2025-08-02 07:21:44.031 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][b0a1a2b7-6729-4183-ac43-1bcdc332851b] socks connection closed\n2025-08-02 07:21:44.031 [info] [command][4f6c46eb-eab7-4906-b2c8-98cb6806109f] Socket close event received\n2025-08-02 07:21:44.143 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58917 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:22:44.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:22:44.034 [info] [command][89336f18-1232-47de-b27a-e118da6d2a87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""89336f18-1232-47de-b27a-e118da6d2a87""}\n2025-08-02 07:22:44.035 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][0a8458d0-8ba0-49c9-8f8d-7ffc7e0ed356] received connection request\n2025-08-02 07:22:44.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:22:44.134 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][0a8458d0-8ba0-49c9-8f8d-7ffc7e0ed356] socks forwarding established\n2025-08-02 07:22:44.234 [info] [command][89336f18-1232-47de-b27a-e118da6d2a87] Process exited with code 0\n2025-08-02 07:22:44.234 [info] [command][89336f18-1232-47de-b27a-e118da6d2a87] Socket close event received\n2025-08-02 07:22:44.235 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][0a8458d0-8ba0-49c9-8f8d-7ffc7e0ed356] socks connection closed\n2025-08-02 07:22:44.343 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58948 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:23:43.539 [info] (ssh_tunnel) stdout: Code server process 998247 died\n\n2025-08-02 07:23:44.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:23:44.240 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][dca9283c-6569-48a3-a953-5a0095ae4014] received connection request\n2025-08-02 07:23:44.240 [info] [command][950de0e6-d9e9-4403-a19b-fc19c2c47fc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""950de0e6-d9e9-4403-a19b-fc19c2c47fc7""}\n2025-08-02 07:23:44.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:23:44.342 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][dca9283c-6569-48a3-a953-5a0095ae4014] socks forwarding established\n2025-08-02 07:23:44.444 [info] [command][950de0e6-d9e9-4403-a19b-fc19c2c47fc7] Process exited with code 0\n2025-08-02 07:23:44.445 [info] [command][950de0e6-d9e9-4403-a19b-fc19c2c47fc7] Socket close event received\n2025-08-02 07:23:44.447 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][dca9283c-6569-48a3-a953-5a0095ae4014] socks connection closed\n2025-08-02 07:23:44.552 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58973 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:24:44.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:24:44.448 [info] [command][9edc8ed6-b9d0-438c-b19f-52d0d350f365] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""9edc8ed6-b9d0-438c-b19f-52d0d350f365""}\n2025-08-02 07:24:44.449 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][eddab5a6-997c-41c0-8712-7820549db022] received connection request\n2025-08-02 07:24:44.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:24:44.600 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][eddab5a6-997c-41c0-8712-7820549db022] socks forwarding established\n2025-08-02 07:24:44.708 [info] [command][9edc8ed6-b9d0-438c-b19f-52d0d350f365] Process exited with code 0\n2025-08-02 07:24:44.708 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][eddab5a6-997c-41c0-8712-7820549db022] socks connection closed\n2025-08-02 07:24:44.708 [info] [command][9edc8ed6-b9d0-438c-b19f-52d0d350f365] Socket close event received\n2025-08-02 07:24:44.811 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58995 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:25:14.675 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 07:25:14.682 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vlnn1Y/socket.sock\n2025-08-02 07:25:14.683 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 07:25:14.684 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vlnn1Y/socket.sock\n2025-08-02 07:25:14.688 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86135.sh"" | ssh -v -T -D 59018 login.haicore.berlin bash --login -c bash\n2025-08-02 07:25:14.688 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:25:14.688 [info] Waiting for server to install via process(22491)...\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:25:14.878 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 07:25:14.879 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 07:25:14.879 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 07:25:14.988 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 07:25:14.990 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 07:25:14.990 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 07:25:15.086 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 07:25:15.087 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 07:25:15.217 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 07:25:15.218 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 07:25:15.218 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 07:25:15.224 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 07:25:15.224 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 07:25:15.480 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 07:25:15.624 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 07:25:15.627 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 07:25:15.627 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:25:15.747 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 07:25:15.891 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 07:25:16.012 [info] Askpass server received request: POST /\n2025-08-02 07:25:16.012 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 07:25:16.012 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 07:25:24.569 [error] Password authentication cancelled\n2025-08-02 07:25:24.571 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 07:25:27.402 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 07:25:27.407 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EJO7vy/socket.sock\n2025-08-02 07:25:27.408 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 07:25:27.409 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EJO7vy/socket.sock\n2025-08-02 07:25:27.412 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19988.sh"" | ssh -v -T -D 59024 login.haicore.berlin bash --login -c bash\n2025-08-02 07:25:27.412 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:25:27.412 [info] Waiting for server to install via process(22509)...\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:25:27.527 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 07:25:27.528 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 07:25:27.528 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 07:25:27.632 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 07:25:27.633 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 07:25:27.633 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 07:25:27.732 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 07:25:27.733 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 07:25:27.830 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 07:25:27.831 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 07:25:27.831 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 07:25:27.835 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-02 07:25:27.835 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 07:25:27.835 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 07:25:28.079 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 07:25:28.225 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 07:25:28.228 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 07:25:28.229 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:25:28.331 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:25:28.478 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:59024 forwarded to remote address socks:0\n\n2025-08-02 07:25:28.478 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 59024.\n\n2025-08-02 07:25:28.478 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 59024.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 07:25:28.479 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 07:25:28.578 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 07:25:28.579 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 07:25:28.585 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-02 07:25:28.585 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 07:25:28.669 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 07:25:29.151 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 07:25:29.191 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:25:29.197 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 07:25:29.201 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 07:25:29.207 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:25:29.226 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 07:25:29.231 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:25:29.237 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:25:29.248 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js fc422ce3-8024-46ca-9121-35769ae8c6f2\nMultiplex server started with PID 810831 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:25:29.777 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 07:25:29.781 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n4bece4fae34e32bb89375cdd: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\n\n2025-08-02 07:25:29.783 [info] (ssh_tunnel) stdout: errorMessage====\nisFatalError==false==\nmultiplexListeningOn==33959==\nmultiplexConnectionToken==fc422ce3-8024-46ca-9121-35769ae8c6f2==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n\n2025-08-02 07:25:29.876 [info] (ssh_tunnel) stdout: 4bece4fae34e32bb89375cdd: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:25:29.877 [info] Server install command exit code: 0\n2025-08-02 07:25:29.877 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19988.sh\n2025-08-02 07:25:29.878 [info] [forwarding][code] creating new forwarding server\n2025-08-02 07:25:29.878 [info] [forwarding][code] server listening on 127.0.0.1:59029\n2025-08-02 07:25:29.878 [info] [forwarding][code] Set up server\n2025-08-02 07:25:29.878 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 07:25:29.878 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 07:25:29.878 [info] [forwarding][multiplex] server listening on 127.0.0.1:59030\n2025-08-02 07:25:29.878 [info] [forwarding][multiplex] Set up server\n2025-08-02 07:25:29.879 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: fc422ce3-8024-46ca-9121-35769ae8c6f2\n2025-08-02 07:25:29.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:25:29.880 [info] [remote-ssh] Resolved exec server. Socks port: 59024\n2025-08-02 07:25:29.881 [info] Setting up 0 default forwarded ports\n2025-08-02 07:25:29.881 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":59029,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 59024\n2025-08-02 07:25:29.885 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][0b059832-aa5a-4f57-8434-89f19c41f8d9] received connection request\n2025-08-02 07:25:29.887 [info] [command][c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18""}\n2025-08-02 07:25:29.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:25:29.906 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][f33ebf0e-b452-4ac0-84c6-da91bde6085d] received connection request\n2025-08-02 07:25:29.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:25:29.998 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0b059832-aa5a-4f57-8434-89f19c41f8d9] socks forwarding established\n2025-08-02 07:25:30.011 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][f33ebf0e-b452-4ac0-84c6-da91bde6085d] socks forwarding established\n2025-08-02 07:25:30.106 [info] [command][c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18] Process exited with code 0\n2025-08-02 07:25:30.106 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0b059832-aa5a-4f57-8434-89f19c41f8d9] socks connection closed\n2025-08-02 07:25:30.106 [info] [command][c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18] Socket close event received\n2025-08-02 07:25:30.119 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][faf56f77-1227-49d8-b6ea-51d797bcd448] received connection request\n2025-08-02 07:25:30.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:25:30.199 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59032 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:25:30.209 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][faf56f77-1227-49d8-b6ea-51d797bcd448] socks forwarding established\n2025-08-02 07:25:30.603 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 07:26:30.111 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:26:30.114 [info] [command][d843117f-a506-4d85-8258-f9e4a87634c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d843117f-a506-4d85-8258-f9e4a87634c1""}\n2025-08-02 07:26:30.116 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7b21ec7e-2907-4e31-9d58-91d343601bb1] received connection request\n2025-08-02 07:26:30.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:26:30.218 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7b21ec7e-2907-4e31-9d58-91d343601bb1] socks forwarding established\n2025-08-02 07:26:30.334 [info] [command][d843117f-a506-4d85-8258-f9e4a87634c1] Process exited with code 0\n2025-08-02 07:26:30.335 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7b21ec7e-2907-4e31-9d58-91d343601bb1] socks connection closed\n2025-08-02 07:26:30.335 [info] [command][d843117f-a506-4d85-8258-f9e4a87634c1] Socket close event received\n2025-08-02 07:26:30.446 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59109 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:27:30.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:27:30.341 [info] [command][9acdf29d-991e-4761-9e65-29d3b8ffb9dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""9acdf29d-991e-4761-9e65-29d3b8ffb9dc""}\n2025-08-02 07:27:30.342 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][15020d02-8ed7-41fd-83c0-703c8d820839] received connection request\n2025-08-02 07:27:30.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:27:30.440 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][15020d02-8ed7-41fd-83c0-703c8d820839] socks forwarding established\n2025-08-02 07:27:30.558 [info] [command][9acdf29d-991e-4761-9e65-29d3b8ffb9dc] Process exited with code 0\n2025-08-02 07:27:30.558 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][15020d02-8ed7-41fd-83c0-703c8d820839] socks connection closed\n2025-08-02 07:27:30.558 [info] [command][9acdf29d-991e-4761-9e65-29d3b8ffb9dc] Socket close event received\n2025-08-02 07:27:30.668 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59138 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:28:30.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:28:30.563 [info] [command][4789a04f-b90a-47f9-a30d-ac71f1d92b72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4789a04f-b90a-47f9-a30d-ac71f1d92b72""}\n2025-08-02 07:28:30.564 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][049b7617-d347-43cc-979b-7913de51e6cd] received connection request\n2025-08-02 07:28:30.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:28:30.679 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][049b7617-d347-43cc-979b-7913de51e6cd] socks forwarding established\n2025-08-02 07:28:30.797 [info] [command][4789a04f-b90a-47f9-a30d-ac71f1d92b72] Process exited with code 0\n2025-08-02 07:28:30.798 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][049b7617-d347-43cc-979b-7913de51e6cd] socks connection closed\n2025-08-02 07:28:30.798 [info] [command][4789a04f-b90a-47f9-a30d-ac71f1d92b72] Socket close event received\n2025-08-02 07:28:30.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59170 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:29:30.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:29:30.806 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][89394b19-5d2b-43f4-a7aa-6a863acb3bf9] received connection request\n2025-08-02 07:29:30.806 [info] [command][5e19ca7b-39cc-48b1-bdbc-5492e14e84ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5e19ca7b-39cc-48b1-bdbc-5492e14e84ae""}\n2025-08-02 07:29:30.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:29:30.946 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][89394b19-5d2b-43f4-a7aa-6a863acb3bf9] socks forwarding established\n2025-08-02 07:29:31.056 [info] [command][5e19ca7b-39cc-48b1-bdbc-5492e14e84ae] Process exited with code 0\n2025-08-02 07:29:31.057 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][89394b19-5d2b-43f4-a7aa-6a863acb3bf9] socks connection closed\n2025-08-02 07:29:31.057 [info] [command][5e19ca7b-39cc-48b1-bdbc-5492e14e84ae] Socket close event received\n2025-08-02 07:29:31.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59186 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:30:31.061 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:30:31.064 [info] [command][3db8cbc5-bd63-41c7-8767-81b993d8f85a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3db8cbc5-bd63-41c7-8767-81b993d8f85a""}\n2025-08-02 07:30:31.065 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][1daf45f3-0619-4d65-bd91-91988003874d] received connection request\n2025-08-02 07:30:31.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:30:31.185 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1daf45f3-0619-4d65-bd91-91988003874d] socks forwarding established\n2025-08-02 07:30:31.291 [info] [command][3db8cbc5-bd63-41c7-8767-81b993d8f85a] Process exited with code 0\n2025-08-02 07:30:31.292 [info] [command][3db8cbc5-bd63-41c7-8767-81b993d8f85a] Socket close event received\n2025-08-02 07:30:31.294 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1daf45f3-0619-4d65-bd91-91988003874d] socks connection closed\n2025-08-02 07:30:31.380 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59229 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:31:31.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:31:31.300 [info] [command][8f5bef77-51fd-494a-a76d-731195f933a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8f5bef77-51fd-494a-a76d-731195f933a5""}\n2025-08-02 07:31:31.302 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e406aca0-9ddd-4a18-9ac8-36fc94b3f534] received connection request\n2025-08-02 07:31:31.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:31:31.412 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e406aca0-9ddd-4a18-9ac8-36fc94b3f534] socks forwarding established\n2025-08-02 07:31:31.541 [info] [command][8f5bef77-51fd-494a-a76d-731195f933a5] Process exited with code 0\n2025-08-02 07:31:31.542 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e406aca0-9ddd-4a18-9ac8-36fc94b3f534] socks connection closed\n2025-08-02 07:31:31.542 [info] [command][8f5bef77-51fd-494a-a76d-731195f933a5] Socket close event received\n2025-08-02 07:31:31.661 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59252 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:32:31.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:32:31.550 [info] [command][1a8067a1-7cd1-4261-96b3-027f2d49d342] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1a8067a1-7cd1-4261-96b3-027f2d49d342""}\n2025-08-02 07:32:31.552 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5159ef7f-b63b-4b8a-8a47-bb1d152b5e42] received connection request\n2025-08-02 07:32:31.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:32:31.638 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5159ef7f-b63b-4b8a-8a47-bb1d152b5e42] socks forwarding established\n2025-08-02 07:32:31.760 [info] [command][1a8067a1-7cd1-4261-96b3-027f2d49d342] Process exited with code 0\n2025-08-02 07:32:31.760 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5159ef7f-b63b-4b8a-8a47-bb1d152b5e42] socks connection closed\n2025-08-02 07:32:31.760 [info] [command][1a8067a1-7cd1-4261-96b3-027f2d49d342] Socket close event received\n2025-08-02 07:32:31.877 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59275 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:33:31.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:33:31.764 [info] [command][71959598-09a3-46b1-9164-667278a039b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""71959598-09a3-46b1-9164-667278a039b6""}\n2025-08-02 07:33:31.764 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][a4368b16-0595-4650-baaa-ab87c8c358a7] received connection request\n2025-08-02 07:33:31.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:33:31.858 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a4368b16-0595-4650-baaa-ab87c8c358a7] socks forwarding established\n2025-08-02 07:33:31.957 [info] [command][71959598-09a3-46b1-9164-667278a039b6] Process exited with code 0\n2025-08-02 07:33:31.958 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a4368b16-0595-4650-baaa-ab87c8c358a7] socks connection closed\n2025-08-02 07:33:31.958 [info] [command][71959598-09a3-46b1-9164-667278a039b6] Socket close event received\n2025-08-02 07:33:32.058 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59309 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:34:31.959 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:34:31.962 [info] [command][1258c719-5996-4b9b-8bae-395e46b4c701] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1258c719-5996-4b9b-8bae-395e46b4c701""}\n2025-08-02 07:34:31.963 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c63c2f95-114e-491e-9949-f95e5e16a3c0] received connection request\n2025-08-02 07:34:31.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:34:32.070 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c63c2f95-114e-491e-9949-f95e5e16a3c0] socks forwarding established\n2025-08-02 07:34:32.187 [info] [command][1258c719-5996-4b9b-8bae-395e46b4c701] Process exited with code 0\n2025-08-02 07:34:32.187 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c63c2f95-114e-491e-9949-f95e5e16a3c0] socks connection closed\n2025-08-02 07:34:32.188 [info] [command][1258c719-5996-4b9b-8bae-395e46b4c701] Socket close event received\n2025-08-02 07:34:32.288 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59338 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:35:32.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:35:32.196 [info] [command][20a2024e-6404-4685-83e9-df9722f8f54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""20a2024e-6404-4685-83e9-df9722f8f54c""}\n2025-08-02 07:35:32.198 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][0c923e91-5d55-4dcf-853a-ac2d5b4e16e9] received connection request\n2025-08-02 07:35:32.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:35:32.296 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0c923e91-5d55-4dcf-853a-ac2d5b4e16e9] socks forwarding established\n2025-08-02 07:35:32.400 [info] [command][20a2024e-6404-4685-83e9-df9722f8f54c] Process exited with code 0\n2025-08-02 07:35:32.401 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0c923e91-5d55-4dcf-853a-ac2d5b4e16e9] socks connection closed\n2025-08-02 07:35:32.401 [info] [command][20a2024e-6404-4685-83e9-df9722f8f54c] Socket close event received\n2025-08-02 07:35:32.494 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59405 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:36:32.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:36:32.409 [info] [command][c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5""}\n2025-08-02 07:36:32.409 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][6b6f461c-c50b-4bb7-8988-d2c2b596b01f] received connection request\n2025-08-02 07:36:32.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:36:32.502 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6b6f461c-c50b-4bb7-8988-d2c2b596b01f] socks forwarding established\n2025-08-02 07:36:32.605 [info] [command][c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5] Process exited with code 0\n2025-08-02 07:36:32.605 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6b6f461c-c50b-4bb7-8988-d2c2b596b01f] socks connection closed\n2025-08-02 07:36:32.606 [info] [command][c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5] Socket close event received\n2025-08-02 07:36:32.701 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59426 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:37:32.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:37:32.612 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][90672574-acc4-4a73-a11c-6d89c8ec2918] received connection request\n2025-08-02 07:37:32.612 [info] [command][2aa0774c-6f2c-4753-b916-c8a99595c2d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2aa0774c-6f2c-4753-b916-c8a99595c2d1""}\n2025-08-02 07:37:32.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:37:32.695 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][90672574-acc4-4a73-a11c-6d89c8ec2918] socks forwarding established\n2025-08-02 07:37:32.791 [info] [command][2aa0774c-6f2c-4753-b916-c8a99595c2d1] Process exited with code 0\n2025-08-02 07:37:32.791 [info] [command][2aa0774c-6f2c-4753-b916-c8a99595c2d1] Socket close event received\n2025-08-02 07:37:32.796 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][90672574-acc4-4a73-a11c-6d89c8ec2918] socks connection closed\n2025-08-02 07:37:32.882 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59450 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:37:53.236 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][d598daaa-3a46-4a86-9841-3af2e9ff705b] received connection request\n2025-08-02 07:37:53.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:37:53.528 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][d598daaa-3a46-4a86-9841-3af2e9ff705b] socks forwarding established\n2025-08-02 07:37:57.818 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 59454 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:37:57.818 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][d598daaa-3a46-4a86-9841-3af2e9ff705b] socks connection closed\n2025-08-02 07:38:32.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:38:32.806 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][f7d2c52e-f5c2-4363-8e63-7fd81492a37c] received connection request\n2025-08-02 07:38:32.806 [info] [command][8624eba5-1309-4388-9448-7a932dc12608] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8624eba5-1309-4388-9448-7a932dc12608""}\n2025-08-02 07:38:32.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:38:32.897 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f7d2c52e-f5c2-4363-8e63-7fd81492a37c] socks forwarding established\n2025-08-02 07:38:33.020 [info] [command][8624eba5-1309-4388-9448-7a932dc12608] Process exited with code 0\n2025-08-02 07:38:33.020 [info] [command][8624eba5-1309-4388-9448-7a932dc12608] Socket close event received\n2025-08-02 07:38:33.020 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f7d2c52e-f5c2-4363-8e63-7fd81492a37c] socks connection closed\n2025-08-02 07:38:33.125 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59483 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:39:33.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:39:33.025 [info] [command][365cd5a1-d949-4479-8312-e883978533fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""365cd5a1-d949-4479-8312-e883978533fb""}\n2025-08-02 07:39:33.026 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][9e338f1f-59d5-4e56-b767-c55f985310c7] received connection request\n2025-08-02 07:39:33.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:39:33.122 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9e338f1f-59d5-4e56-b767-c55f985310c7] socks forwarding established\n2025-08-02 07:39:33.221 [info] [command][365cd5a1-d949-4479-8312-e883978533fb] Process exited with code 0\n2025-08-02 07:39:33.221 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9e338f1f-59d5-4e56-b767-c55f985310c7] socks connection closed\n2025-08-02 07:39:33.221 [info] [command][365cd5a1-d949-4479-8312-e883978533fb] Socket close event received\n2025-08-02 07:39:33.334 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59516 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:40:33.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:40:33.225 [info] [command][4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a""}\n2025-08-02 07:40:33.227 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][204936ef-b314-4f2f-9d08-77408327ed7e] received connection request\n2025-08-02 07:40:33.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:40:33.321 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][204936ef-b314-4f2f-9d08-77408327ed7e] socks forwarding established\n2025-08-02 07:40:33.422 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][204936ef-b314-4f2f-9d08-77408327ed7e] socks connection closed\n2025-08-02 07:40:33.422 [info] [command][4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a] Process exited with code 0\n2025-08-02 07:40:33.423 [info] [command][4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a] Socket close event received\n2025-08-02 07:40:33.509 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59590 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:33.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:41:33.425 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e2a00f28-8c14-429b-93ac-d8f434ecb32c] received connection request\n2025-08-02 07:41:33.425 [info] [command][3240bc81-6347-46db-9c20-c8171c0003ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3240bc81-6347-46db-9c20-c8171c0003ca""}\n2025-08-02 07:41:33.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:33.520 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2a00f28-8c14-429b-93ac-d8f434ecb32c] socks forwarding established\n2025-08-02 07:41:33.617 [info] [command][3240bc81-6347-46db-9c20-c8171c0003ca] Process exited with code 0\n2025-08-02 07:41:33.618 [info] [command][3240bc81-6347-46db-9c20-c8171c0003ca] Socket close event received\n2025-08-02 07:41:33.619 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2a00f28-8c14-429b-93ac-d8f434ecb32c] socks connection closed\n2025-08-02 07:41:33.710 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59614 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:53.359 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 07:41:53.359 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 07:41:53.359 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 07:41:58.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.447 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59620 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.449 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][eec843cc-4fbe-43f7-b524-05f33a5b815c] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.535 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59622 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.535 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8ad7e356-a043-4ea3-9a98-181dbd3eac12] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.634 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\n\n2025-08-02 07:41:58.634 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59624 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.635 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9175b0ea-e088-4672-b627-b35234851281] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.733 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59626 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.733 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][20e6ecec-85b7-4116-96c3-0178ef748a22] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.833 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59628 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.834 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][628fef43-2f5f-4b12-960a-0ca5e4dde9e3] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.928 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59630 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.929 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][652c14a6-39d5-42f1-a58c-728f169e4b5b] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:41:58.931 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.027 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59632 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.028 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][eb0461fa-c640-48cd-925b-c69f368985c1] error while creating socks forwarding Socket closed\n2025-08-02 07:41:59.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.127 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59634 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.128 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][365a608d-9a67-4d26-9b07-5fb8b45f644e] error while creating socks forwarding Socket closed\n2025-08-02 07:41:59.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.226 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59636 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.227 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6892512e-d5ad-4f23-bb26-b8992d7469a8] error while creating socks forwarding Socket closed\n2025-08-02 07:41:59.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.327 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59638 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.328 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9f3e6e85-3a12-4dd9-a78c-32a1c05d6192] error while creating socks forwarding Socket closed\n2025-08-02 07:42:08.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:08.807 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59646 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:08.808 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][32d976bf-6dee-41a7-9ffb-54ebad5622a2] error while creating socks forwarding Socket closed\n2025-08-02 07:42:08.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:08.907 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59648 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:08.907 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2f6b7f-ad5e-46a0-827c-55f618e82633] error while creating socks forwarding Socket closed\n2025-08-02 07:42:08.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.016 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59650 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.017 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88ffb360-cf26-4897-8df6-009f7fb9eb5b] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.018 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.114 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59652 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.115 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ce61a2b3-0fb8-4fc1-a353-7ca4e20aa137] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.214 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59654 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.215 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d9cd9f04-27e0-44bd-9e4d-33dc1c3a3df0] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.306 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59656 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.307 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9bdff6bf-f2ed-4aea-8ba0-678df84ae04f] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.406 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59658 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.407 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][20944fbd-aa6a-40ef-a01f-ab86fee19b67] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.511 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59660 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.512 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3a99c5f1-25f0-4809-8750-9686439c104d] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.634 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59662 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.635 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ef0ecbd6-e584-496e-a581-50122d2e761b] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.734 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59664 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.735 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c12b2b27-e734-4d5c-b2ed-36dbe6c114f0] error while creating socks forwarding Socket closed\n2025-08-02 07:42:11.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:11.856 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59666 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:11.856 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c23e87af-1c69-4b67-80ae-aac67a5d9534] error while creating socks forwarding Socket closed\n2025-08-02 07:42:11.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:11.961 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59668 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:11.962 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][164346f8-ffc4-4a4f-ae5a-27ecf52c0e45] error while creating socks forwarding Socket closed\n2025-08-02 07:42:11.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.058 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59670 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.059 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4a1a5089-4d15-4fe7-80f1-669036c87f88] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.145 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59672 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.149 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d28ce340-bb0f-48fc-98ea-6df2ae19c97a] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.262 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59674 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.264 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][506e6d8f-1149-4e84-9ce3-240f12e26f3a] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.407 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59676 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.408 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][30e6e599-1154-499d-b720-8ae4acd317cf] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.506 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59678 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.507 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cc55f6b8-b11b-46e1-8308-a91df1885ed0] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.615 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59680 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.618 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b382163f-0873-46d0-9f56-e183a8a54732] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.718 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59682 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.719 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f4ef18ad-f6af-4567-b7d3-0db4b2b1e2f1] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.817 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59684 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.817 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3c3d6196-7851-4ec9-81d9-c309e336c3fb] error while creating socks forwarding Socket closed\n2025-08-02 07:42:23.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:23.856 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59689 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:23.857 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][03b89dd2-b164-4abd-87e3-08e9b14cd6f8] error while creating socks forwarding Socket closed\n2025-08-02 07:42:23.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:23.952 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59691 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:23.953 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c4e61fb6-28a2-4ac6-9bbb-33ca302b99d4] error while creating socks forwarding Socket closed\n2025-08-02 07:42:23.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.044 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59693 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.044 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa141b3-11da-4d69-b1f5-c45aaa13d779] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.047 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:42:24.048 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.139 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59695 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.140 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][524b782e-581f-49a7-b8e9-a37661e42344] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.232 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59697 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.232 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][91d231f1-18b8-4a8a-8ede-fc1e2d3697ce] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.333 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59699 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.334 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3e46bc16-99ca-46c2-b3ab-182a8579bf43] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.424 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59701 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.425 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0718035b-78c7-46d7-a466-1124be0fb0a7] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.517 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59703 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.518 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7cbe9609-73a3-4da9-9745-b465e1730d65] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.609 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59705 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.610 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2e1b7c66-1d11-402c-8709-b4d8ddd2a97a] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.702 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59707 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.703 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5538946c-d457-481c-8e7c-066c0177616b] error while creating socks forwarding Socket closed\n2025-08-02 07:42:33.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:42:33.626 [info] [command][6a7ba214-06ad-47bb-9f9c-adc1fe3e6976] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""6a7ba214-06ad-47bb-9f9c-adc1fe3e6976""}\n2025-08-02 07:42:33.626 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][687af0f7-90c3-416e-9a01-e133b3d863e0] received connection request\n2025-08-02 07:42:33.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:33.720 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][687af0f7-90c3-416e-9a01-e133b3d863e0] socks forwarding established\n2025-08-02 07:42:33.820 [info] [command][6a7ba214-06ad-47bb-9f9c-adc1fe3e6976] Process exited with code 0\n2025-08-02 07:42:33.820 [info] [command][6a7ba214-06ad-47bb-9f9c-adc1fe3e6976] Socket close event received\n2025-08-02 07:42:33.825 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][687af0f7-90c3-416e-9a01-e133b3d863e0] socks connection closed\n2025-08-02 07:42:33.919 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59714 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:43:33.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:43:33.827 [info] [command][85db4fc7-9293-413b-8d1b-8f182593782e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""85db4fc7-9293-413b-8d1b-8f182593782e""}\n2025-08-02 07:43:33.828 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][374c8d33-8d28-435f-b8cf-aae8567548b0] received connection request\n2025-08-02 07:43:33.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:43:33.920 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][374c8d33-8d28-435f-b8cf-aae8567548b0] socks forwarding established\n2025-08-02 07:43:34.017 [info] [command][85db4fc7-9293-413b-8d1b-8f182593782e] Process exited with code 0\n2025-08-02 07:43:34.017 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][374c8d33-8d28-435f-b8cf-aae8567548b0] socks connection closed\n2025-08-02 07:43:34.017 [info] [command][85db4fc7-9293-413b-8d1b-8f182593782e] Socket close event received\n2025-08-02 07:43:34.107 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59734 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:44:34.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:44:34.021 [info] [command][0eb9b644-dd04-4456-949e-11dbfec6d240] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0eb9b644-dd04-4456-949e-11dbfec6d240""}\n2025-08-02 07:44:34.022 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][23e12ca1-7218-4f0b-81c0-46a4bf674ac1] received connection request\n2025-08-02 07:44:34.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:44:34.121 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][23e12ca1-7218-4f0b-81c0-46a4bf674ac1] socks forwarding established\n2025-08-02 07:44:34.235 [info] [command][0eb9b644-dd04-4456-949e-11dbfec6d240] Process exited with code 0\n2025-08-02 07:44:34.235 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][23e12ca1-7218-4f0b-81c0-46a4bf674ac1] socks connection closed\n2025-08-02 07:44:34.235 [info] [command][0eb9b644-dd04-4456-949e-11dbfec6d240] Socket close event received\n2025-08-02 07:44:34.350 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59767 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:45:34.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:45:34.242 [info] [command][60adcec3-24eb-4570-8847-b94bf68796e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""60adcec3-24eb-4570-8847-b94bf68796e8""}\n2025-08-02 07:45:34.242 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2d78a0ad-fe57-4b28-9b7e-9c563a5626ad] received connection request\n2025-08-02 07:45:34.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:45:34.343 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2d78a0ad-fe57-4b28-9b7e-9c563a5626ad] socks forwarding established\n2025-08-02 07:45:34.454 [info] [command][60adcec3-24eb-4570-8847-b94bf68796e8] Process exited with code 0\n2025-08-02 07:45:34.454 [info] [command][60adcec3-24eb-4570-8847-b94bf68796e8] Socket close event received\n2025-08-02 07:45:34.458 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2d78a0ad-fe57-4b28-9b7e-9c563a5626ad] socks connection closed\n2025-08-02 07:45:34.550 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59821 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:46:21.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] resuming socket\n2025-08-02 07:46:22.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] socks forwarding established\n2025-08-02 07:46:22.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:46:22.286 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.391 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] resuming socket\n2025-08-02 07:46:22.391 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] socks forwarding established\n2025-08-02 07:46:22.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:46:22.954 [info] (ssh_tunnel) stderr: debug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:23.060 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] resuming socket\n2025-08-02 07:46:23.060 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] socks forwarding established\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] resuming socket\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] socks forwarding established\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] resuming socket\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] socks forwarding established\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] resuming socket\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] socks forwarding established\n2025-08-02 07:46:26.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:26.821 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][07a98644-e62e-4131-beeb-1bf8ae24959e] resuming socket\n2025-08-02 07:46:26.821 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][07a98644-e62e-4131-beeb-1bf8ae24959e] socks forwarding established\n2025-08-02 07:46:31.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:32.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1cd77097-64ac-422c-add1-2fb2501220d9] resuming socket\n2025-08-02 07:46:32.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1cd77097-64ac-422c-add1-2fb2501220d9] socks forwarding established\n2025-08-02 07:46:33.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:33.965 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] resuming socket\n2025-08-02 07:46:33.965 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] socks forwarding established\n2025-08-02 07:46:34.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:46:34.461 [info] [command][3e710818-8354-472f-a5fe-9cda23d3d61d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3e710818-8354-472f-a5fe-9cda23d3d61d""}\n2025-08-02 07:46:34.463 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][26772b70-3c86-4610-974b-75f1dddd6f9d] received connection request\n2025-08-02 07:46:34.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 14: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:34.583 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][26772b70-3c86-4610-974b-75f1dddd6f9d] socks forwarding established\n2025-08-02 07:46:34.676 [info] [command][3e710818-8354-472f-a5fe-9cda23d3d61d] Process exited with code 0\n2025-08-02 07:46:34.676 [info] [command][3e710818-8354-472f-a5fe-9cda23d3d61d] Socket close event received\n2025-08-02 07:46:34.676 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][26772b70-3c86-4610-974b-75f1dddd6f9d] socks connection closed\n2025-08-02 07:46:34.765 [info] (ssh_tunnel) stderr: debug1: channel 14: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59858 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:46:35.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 14: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:35.104 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][858c2f92-67f8-4b5a-af5d-fd426868dd0e] resuming socket\n2025-08-02 07:46:35.104 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][858c2f92-67f8-4b5a-af5d-fd426868dd0e] socks forwarding established\n2025-08-02 07:46:35.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 15: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:35.208 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] socks connection closed\n2025-08-02 07:46:35.208 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] local connection closed\n2025-08-02 07:46:35.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] resuming socket\n2025-08-02 07:46:35.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] socks forwarding established\n2025-08-02 07:46:35.304 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59856 to 127.0.0.1 port 59024, nchannels 16\n\n2025-08-02 07:46:35.628 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] socks connection closed\n2025-08-02 07:46:35.629 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] local connection closed\n2025-08-02 07:46:35.720 [info] (ssh_tunnel) stderr: debug1: channel 15: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59862 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:46:37.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:37.496 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] resuming socket\n2025-08-02 07:46:37.496 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] socks forwarding established\n2025-08-02 07:46:37.821 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] socks connection closed\n2025-08-02 07:46:37.822 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] local connection closed\n2025-08-02 07:46:37.919 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59864 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:47:34.678 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:47:34.679 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][4de18998-d7f5-4345-970b-2b8b842fe183] received connection request\n2025-08-02 07:47:34.680 [info] [command][866159c7-15d3-4276-93bb-5c7b4bf3b38d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""866159c7-15d3-4276-93bb-5c7b4bf3b38d""}\n2025-08-02 07:47:34.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:47:34.833 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4de18998-d7f5-4345-970b-2b8b842fe183] socks forwarding established\n2025-08-02 07:47:34.948 [info] [command][866159c7-15d3-4276-93bb-5c7b4bf3b38d] Process exited with code 0\n2025-08-02 07:47:34.948 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4de18998-d7f5-4345-970b-2b8b842fe183] socks connection closed\n2025-08-02 07:47:34.948 [info] [command][866159c7-15d3-4276-93bb-5c7b4bf3b38d] Socket close event received\n2025-08-02 07:47:35.063 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59914 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:48:28.857 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] local connection closed\n2025-08-02 07:48:28.858 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] local connection closed\n2025-08-02 07:48:28.962 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59841 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 07:48:28.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] socks connection closed\n2025-08-02 07:48:28.992 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59838 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:48:28.993 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] socks connection closed\n2025-08-02 07:48:29.862 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] local connection closed\n2025-08-02 07:48:29.964 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59844 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 07:48:29.964 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] socks connection closed\n2025-08-02 07:48:33.935 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] local connection closed\n2025-08-02 07:48:34.032 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59842 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:48:34.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] socks connection closed\n2025-08-02 07:48:34.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:48:34.954 [info] [command][4dc72c8a-35ed-4f09-9b1f-6171678751d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4dc72c8a-35ed-4f09-9b1f-6171678751d4""}\n2025-08-02 07:48:34.955 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][0473c50d-8ea5-4fcd-9a6d-725653232a90] received connection request\n2025-08-02 07:48:34.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:48:35.087 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0473c50d-8ea5-4fcd-9a6d-725653232a90] socks forwarding established\n2025-08-02 07:48:35.204 [info] [command][4dc72c8a-35ed-4f09-9b1f-6171678751d4] Process exited with code 0\n2025-08-02 07:48:35.204 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0473c50d-8ea5-4fcd-9a6d-725653232a90] socks connection closed\n2025-08-02 07:48:35.204 [info] [command][4dc72c8a-35ed-4f09-9b1f-6171678751d4] Socket close event received\n2025-08-02 07:48:35.317 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59940 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:49:35.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:49:35.214 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e1018a9a-59ba-4ea1-bc52-32c272ad063f] received connection request\n2025-08-02 07:49:35.214 [info] [command][17978cdf-70b4-4052-a3b2-1e558af3e42f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""17978cdf-70b4-4052-a3b2-1e558af3e42f""}\n2025-08-02 07:49:35.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:49:36.517 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e1018a9a-59ba-4ea1-bc52-32c272ad063f] socks forwarding established\n2025-08-02 07:49:36.682 [info] [command][17978cdf-70b4-4052-a3b2-1e558af3e42f] Process exited with code 0\n2025-08-02 07:49:36.682 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e1018a9a-59ba-4ea1-bc52-32c272ad063f] socks connection closed\n2025-08-02 07:49:36.682 [info] [command][17978cdf-70b4-4052-a3b2-1e558af3e42f] Socket close event received\n2025-08-02 07:49:36.782 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60004 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:50:30.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:50:30.284 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] resuming socket\n2025-08-02 07:50:30.284 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] socks forwarding established\n2025-08-02 07:50:34.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:50:34.564 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:50:34.706 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] resuming socket\n2025-08-02 07:50:34.706 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] socks forwarding established\n2025-08-02 07:50:36.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:50:36.687 [info] [command][de7213cf-599e-4a54-b309-133bb58a0f10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""de7213cf-599e-4a54-b309-133bb58a0f10""}\n2025-08-02 07:50:36.688 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][bdaf5f93-b8b4-4719-ad6a-86af1c3e0196] received connection request\n2025-08-02 07:50:36.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:50:36.788 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bdaf5f93-b8b4-4719-ad6a-86af1c3e0196] socks forwarding established\n2025-08-02 07:50:36.882 [info] [command][de7213cf-599e-4a54-b309-133bb58a0f10] Process exited with code 0\n2025-08-02 07:50:36.882 [info] [command][de7213cf-599e-4a54-b309-133bb58a0f10] Socket close event received\n2025-08-02 07:50:36.889 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bdaf5f93-b8b4-4719-ad6a-86af1c3e0196] socks connection closed\n2025-08-02 07:50:36.978 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60054 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:51:36.885 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:51:36.888 [info] [command][ec63dddd-fdeb-47b2-8f65-358f909dd648] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ec63dddd-fdeb-47b2-8f65-358f909dd648""}\n2025-08-02 07:51:36.888 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][d4bd106f-ca6d-4529-b0a8-d152a7b7ab6d] received connection request\n2025-08-02 07:51:36.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:51:37.004 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][d4bd106f-ca6d-4529-b0a8-d152a7b7ab6d] socks forwarding established\n2025-08-02 07:51:37.110 [info] [command][ec63dddd-fdeb-47b2-8f65-358f909dd648] Process exited with code 0\n2025-08-02 07:51:37.111 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][d4bd106f-ca6d-4529-b0a8-d152a7b7ab6d] socks connection closed\n2025-08-02 07:51:37.111 [info] [command][ec63dddd-fdeb-47b2-8f65-358f909dd648] Socket close event received\n2025-08-02 07:51:37.213 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60098 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:52:30.594 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] local connection closed\n2025-08-02 07:52:33.715 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60052 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 07:52:33.715 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] socks connection closed\n2025-08-02 07:52:37.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:52:37.117 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][25c0f55b-1286-445d-8921-99e815d2b33d] received connection request\n2025-08-02 07:52:37.118 [info] [command][b8c96989-16de-4770-9697-f2b316e0703c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b8c96989-16de-4770-9697-f2b316e0703c""}\n2025-08-02 07:52:37.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:52:38.557 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][25c0f55b-1286-445d-8921-99e815d2b33d] socks forwarding established\n2025-08-02 07:52:39.497 [info] [command][b8c96989-16de-4770-9697-f2b316e0703c] Process exited with code 0\n2025-08-02 07:52:39.497 [info] [command][b8c96989-16de-4770-9697-f2b316e0703c] Socket close event received\n2025-08-02 07:52:39.500 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][25c0f55b-1286-445d-8921-99e815d2b33d] socks connection closed\n2025-08-02 07:52:41.356 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60159 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 07:52:56.271 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] local connection closed\n2025-08-02 07:53:02.618 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60046 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:53:02.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] socks connection closed\n2025-08-02 07:53:39.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:53:39.503 [info] [command][e339bbf6-ea31-40a4-b81d-7a07cbc8df1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e339bbf6-ea31-40a4-b81d-7a07cbc8df1b""}\n2025-08-02 07:53:39.504 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][01211ee4-3b90-43c8-bfd1-285740dc2d4d] received connection request\n2025-08-02 07:53:39.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:53:39.637 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][01211ee4-3b90-43c8-bfd1-285740dc2d4d] socks forwarding established\n2025-08-02 07:53:39.766 [info] [command][e339bbf6-ea31-40a4-b81d-7a07cbc8df1b] Process exited with code 0\n2025-08-02 07:53:39.766 [info] [command][e339bbf6-ea31-40a4-b81d-7a07cbc8df1b] Socket close event received\n2025-08-02 07:53:39.769 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][01211ee4-3b90-43c8-bfd1-285740dc2d4d] socks connection closed\n2025-08-02 07:53:39.897 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60418 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:53:52.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:53:54.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:53:54.596 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] resuming socket\n2025-08-02 07:53:54.596 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] socks forwarding established\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] resuming socket\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] socks forwarding established\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] resuming socket\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] socks forwarding established\n2025-08-02 07:54:39.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:54:39.777 [info] [command][965c6ad7-0159-4b9d-8faf-28d61c346859] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""965c6ad7-0159-4b9d-8faf-28d61c346859""}\n2025-08-02 07:54:39.779 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][47786c4f-fa8a-4352-8855-2f0e6d266353] received connection request\n2025-08-02 07:54:39.779 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:54:39.881 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][47786c4f-fa8a-4352-8855-2f0e6d266353] socks forwarding established\n2025-08-02 07:54:40.005 [info] [command][965c6ad7-0159-4b9d-8faf-28d61c346859] Process exited with code 0\n2025-08-02 07:54:40.005 [info] [command][965c6ad7-0159-4b9d-8faf-28d61c346859] Socket close event received\n2025-08-02 07:54:40.005 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][47786c4f-fa8a-4352-8855-2f0e6d266353] socks connection closed\n2025-08-02 07:54:40.115 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60474 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 07:55:40.010 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:55:40.011 [info] [command][cd937d46-dcbb-4d6b-b1ea-2a4276e29151] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""cd937d46-dcbb-4d6b-b1ea-2a4276e29151""}\n2025-08-02 07:55:40.012 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][1a8692b9-e7f8-4984-98b7-886e218465f2] received connection request\n2025-08-02 07:55:40.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:55:40.101 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1a8692b9-e7f8-4984-98b7-886e218465f2] socks forwarding established\n2025-08-02 07:55:40.221 [info] [command][cd937d46-dcbb-4d6b-b1ea-2a4276e29151] Process exited with code 0\n2025-08-02 07:55:40.221 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1a8692b9-e7f8-4984-98b7-886e218465f2] socks connection closed\n2025-08-02 07:55:40.221 [info] [command][cd937d46-dcbb-4d6b-b1ea-2a4276e29151] Socket close event received\n2025-08-02 07:55:40.330 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60526 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 07:56:00.928 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] local connection closed\n2025-08-02 07:56:01.052 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60440 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:56:01.052 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] socks connection closed\n2025-08-02 07:56:40.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:56:40.229 [info] [command][4039db18-b7d1-4159-bf0a-14a45275944e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4039db18-b7d1-4159-bf0a-14a45275944e""}\n2025-08-02 07:56:40.229 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3e7e99a4-285f-4a9d-92e8-53c98c02beec] received connection request\n2025-08-02 07:56:40.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:56:40.327 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e7e99a4-285f-4a9d-92e8-53c98c02beec] socks forwarding established\n2025-08-02 07:56:40.429 [info] [command][4039db18-b7d1-4159-bf0a-14a45275944e] Process exited with code 0\n2025-08-02 07:56:40.429 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e7e99a4-285f-4a9d-92e8-53c98c02beec] socks connection closed\n2025-08-02 07:56:40.429 [info] [command][4039db18-b7d1-4159-bf0a-14a45275944e] Socket close event received\n2025-08-02 07:56:40.535 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60553 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:57:40.430 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:57:40.432 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5f505a28-aab4-45dc-92f4-7b2acab1ef2a] received connection request\n2025-08-02 07:57:40.432 [info] [command][44274d14-842e-4280-8b56-8cca149af8c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""44274d14-842e-4280-8b56-8cca149af8c5""}\n2025-08-02 07:57:40.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:57:40.530 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5f505a28-aab4-45dc-92f4-7b2acab1ef2a] socks forwarding established\n2025-08-02 07:57:40.627 [info] [command][44274d14-842e-4280-8b56-8cca149af8c5] Process exited with code 0\n2025-08-02 07:57:40.628 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5f505a28-aab4-45dc-92f4-7b2acab1ef2a] socks connection closed\n2025-08-02 07:57:40.628 [info] [command][44274d14-842e-4280-8b56-8cca149af8c5] Socket close event received\n2025-08-02 07:57:40.734 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60631 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:58:40.633 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:58:40.635 [info] [command][bbf5c865-a710-4262-90eb-ea265a591906] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""bbf5c865-a710-4262-90eb-ea265a591906""}\n2025-08-02 07:58:40.635 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][88b65fb3-c529-47c0-8f64-d07c3bb60991] received connection request\n2025-08-02 07:58:40.635 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:58:40.635 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:58:40.734 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][88b65fb3-c529-47c0-8f64-d07c3bb60991] socks forwarding established\n2025-08-02 07:58:40.848 [info] [command][bbf5c865-a710-4262-90eb-ea265a591906] Process exited with code 0\n2025-08-02 07:58:40.848 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][88b65fb3-c529-47c0-8f64-d07c3bb60991] socks connection closed\n2025-08-02 07:58:40.848 [info] [command][bbf5c865-a710-4262-90eb-ea265a591906] Socket close event received\n2025-08-02 07:58:40.977 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60649 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:59:40.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:59:40.853 [info] [command][220951ab-ea12-4af6-ae98-a919afbbc2bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""220951ab-ea12-4af6-ae98-a919afbbc2bd""}\n2025-08-02 07:59:40.853 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e30c09b3-f15c-43bf-9420-1a7d40d36548] received connection request\n2025-08-02 07:59:40.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:59:40.951 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e30c09b3-f15c-43bf-9420-1a7d40d36548] socks forwarding established\n2025-08-02 07:59:41.065 [info] [command][220951ab-ea12-4af6-ae98-a919afbbc2bd] Process exited with code 0\n2025-08-02 07:59:41.065 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e30c09b3-f15c-43bf-9420-1a7d40d36548] socks connection closed\n2025-08-02 07:59:41.066 [info] [command][220951ab-ea12-4af6-ae98-a919afbbc2bd] Socket close event received\n2025-08-02 07:59:41.175 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60665 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 08:00:34.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:00:36.454 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] resuming socket\n2025-08-02 08:00:36.454 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] socks forwarding established\n2025-08-02 08:00:41.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:00:41.067 [info] [command][51085dc7-88ce-4ae8-a26b-45bb839e7cf1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""51085dc7-88ce-4ae8-a26b-45bb839e7cf1""}\n2025-08-02 08:00:41.068 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][beedca6a-bdd2-40c1-970e-0250f86de181] received connection request\n2025-08-02 08:00:41.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:00:46.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:00:52.655 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][beedca6a-bdd2-40c1-970e-0250f86de181] socks forwarding established\n2025-08-02 08:00:52.893 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] resuming socket\n2025-08-02 08:00:52.893 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] socks forwarding established\n2025-08-02 08:00:53.343 [info] [command][51085dc7-88ce-4ae8-a26b-45bb839e7cf1] Process exited with code 0\n2025-08-02 08:00:53.343 [info] [command][51085dc7-88ce-4ae8-a26b-45bb839e7cf1] Socket close event received\n2025-08-02 08:00:53.346 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][beedca6a-bdd2-40c1-970e-0250f86de181] socks connection closed\n2025-08-02 08:00:55.077 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60829 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 08:01:53.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:01:53.356 [info] [command][0531f967-89ed-4e08-b9fa-b92b00435670] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0531f967-89ed-4e08-b9fa-b92b00435670""}\n2025-08-02 08:01:53.357 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5836af0c-89f5-47a4-8d4c-fb1e4f26dfff] received connection request\n2025-08-02 08:01:53.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:01:53.474 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5836af0c-89f5-47a4-8d4c-fb1e4f26dfff] socks forwarding established\n2025-08-02 08:01:53.584 [info] [command][0531f967-89ed-4e08-b9fa-b92b00435670] Process exited with code 0\n2025-08-02 08:01:53.585 [info] [command][0531f967-89ed-4e08-b9fa-b92b00435670] Socket close event received\n2025-08-02 08:01:53.589 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5836af0c-89f5-47a4-8d4c-fb1e4f26dfff] socks connection closed\n2025-08-02 08:01:53.692 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60926 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 08:02:48.861 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] local connection closed\n2025-08-02 08:02:48.863 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] local connection closed\n2025-08-02 08:02:48.957 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60441 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 08:02:48.957 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] socks connection closed\n2025-08-02 08:02:49.008 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60435 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 08:02:49.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] socks connection closed\n2025-08-02 08:02:50.873 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] local connection closed\n2025-08-02 08:02:50.873 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] local connection closed\n2025-08-02 08:02:50.975 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60811 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 08:02:50.976 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] socks connection closed\n2025-08-02 08:02:50.976 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60844 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:02:50.976 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] socks connection closed\n2025-08-02 08:02:53.587 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:02:53.589 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][f1b178b6-ac1d-4da5-ab4e-a384be2532c5] received connection request\n2025-08-02 08:02:53.590 [info] [command][bee35519-d06a-4bd1-a829-0d74bb56e4e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""bee35519-d06a-4bd1-a829-0d74bb56e4e6""}\n2025-08-02 08:02:53.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:02:53.591 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:02:53.705 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f1b178b6-ac1d-4da5-ab4e-a384be2532c5] socks forwarding established\n2025-08-02 08:02:53.824 [info] [command][bee35519-d06a-4bd1-a829-0d74bb56e4e6] Process exited with code 0\n2025-08-02 08:02:53.824 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f1b178b6-ac1d-4da5-ab4e-a384be2532c5] socks connection closed\n2025-08-02 08:02:53.825 [info] [command][bee35519-d06a-4bd1-a829-0d74bb56e4e6] Socket close event received\n2025-08-02 08:02:53.942 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60946 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:03:53.830 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:03:53.831 [info] [command][09237c84-6fd9-4093-a766-21c2097c6fa0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""09237c84-6fd9-4093-a766-21c2097c6fa0""}\n2025-08-02 08:03:53.831 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][b7095a87-c54b-420d-a8d2-5b082b388995] received connection request\n2025-08-02 08:03:53.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:03:53.949 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b7095a87-c54b-420d-a8d2-5b082b388995] socks forwarding established\n2025-08-02 08:03:54.063 [info] [command][09237c84-6fd9-4093-a766-21c2097c6fa0] Process exited with code 0\n2025-08-02 08:03:54.063 [info] [command][09237c84-6fd9-4093-a766-21c2097c6fa0] Socket close event received\n2025-08-02 08:03:54.067 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b7095a87-c54b-420d-a8d2-5b082b388995] socks connection closed\n2025-08-02 08:03:54.249 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60966 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:04:54.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:04:54.073 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][87ac9e91-7ef8-4b14-be78-234ebca05325] received connection request\n2025-08-02 08:04:54.074 [info] [command][3278b378-37df-47f5-8311-954dea4d60f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3278b378-37df-47f5-8311-954dea4d60f6""}\n2025-08-02 08:04:54.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:04:54.075 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:04:54.191 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][87ac9e91-7ef8-4b14-be78-234ebca05325] socks forwarding established\n2025-08-02 08:04:54.457 [info] [command][3278b378-37df-47f5-8311-954dea4d60f6] Process exited with code 0\n2025-08-02 08:04:54.457 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][87ac9e91-7ef8-4b14-be78-234ebca05325] socks connection closed\n2025-08-02 08:04:54.457 [info] [command][3278b378-37df-47f5-8311-954dea4d60f6] Socket close event received\n2025-08-02 08:04:54.612 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60991 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:05:11.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] local connection closed\n2025-08-02 08:05:11.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] local connection closed\n2025-08-02 08:05:11.637 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59836 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 08:05:11.638 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] socks connection closed\n2025-08-02 08:05:11.684 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59834 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:05:11.684 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] socks connection closed\n2025-08-02 08:05:54.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:05:54.465 [info] [command][1c27ddda-c3b7-4b16-804d-49d734fe7dce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1c27ddda-c3b7-4b16-804d-49d734fe7dce""}\n2025-08-02 08:05:54.465 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][12575761-092a-4cc2-849a-94348c1ab59f] received connection request\n2025-08-02 08:05:54.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:05:54.610 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12575761-092a-4cc2-849a-94348c1ab59f] socks forwarding established\n2025-08-02 08:05:54.723 [info] [command][1c27ddda-c3b7-4b16-804d-49d734fe7dce] Process exited with code 0\n2025-08-02 08:05:54.723 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12575761-092a-4cc2-849a-94348c1ab59f] socks connection closed\n2025-08-02 08:05:54.723 [info] [command][1c27ddda-c3b7-4b16-804d-49d734fe7dce] Socket close event received\n2025-08-02 08:05:54.840 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61113 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:06:54.726 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:06:54.728 [info] [command][5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9""}\n2025-08-02 08:06:54.729 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][189c427c-373c-4142-a5b6-6072bbf5b08c] received connection request\n2025-08-02 08:06:54.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:06:54.729 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:06:54.857 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][189c427c-373c-4142-a5b6-6072bbf5b08c] socks forwarding established\n2025-08-02 08:06:54.980 [info] [command][5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9] Process exited with code 0\n2025-08-02 08:06:54.980 [info] [command][5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9] Socket close event received\n2025-08-02 08:06:54.980 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][189c427c-373c-4142-a5b6-6072bbf5b08c] socks connection closed\n2025-08-02 08:06:55.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61144 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:07:54.986 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:07:54.988 [info] [command][8c98bc68-3710-4a84-9a46-4a3ab7959c14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8c98bc68-3710-4a84-9a46-4a3ab7959c14""}\n2025-08-02 08:07:54.988 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][6ab00d72-7336-4623-8bc4-733f929d456e] received connection request\n2025-08-02 08:07:54.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:07:55.128 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6ab00d72-7336-4623-8bc4-733f929d456e] socks forwarding established\n2025-08-02 08:07:55.239 [info] [command][8c98bc68-3710-4a84-9a46-4a3ab7959c14] Process exited with code 0\n2025-08-02 08:07:55.239 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6ab00d72-7336-4623-8bc4-733f929d456e] socks connection closed\n2025-08-02 08:07:55.239 [info] [command][8c98bc68-3710-4a84-9a46-4a3ab7959c14] Socket close event received\n2025-08-02 08:07:55.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61168 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:08:55.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:08:55.245 [info] [command][1666b094-5b03-484c-90ba-c0b15be0f277] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1666b094-5b03-484c-90ba-c0b15be0f277""}\n2025-08-02 08:08:55.245 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][30afbedc-2e90-46f3-97ba-9ddb84518d56] received connection request\n2025-08-02 08:08:55.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:08:55.360 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][30afbedc-2e90-46f3-97ba-9ddb84518d56] socks forwarding established\n2025-08-02 08:08:55.459 [info] [command][1666b094-5b03-484c-90ba-c0b15be0f277] Process exited with code 0\n2025-08-02 08:08:55.459 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][30afbedc-2e90-46f3-97ba-9ddb84518d56] socks connection closed\n2025-08-02 08:08:55.460 [info] [command][1666b094-5b03-484c-90ba-c0b15be0f277] Socket close event received\n2025-08-02 08:08:55.547 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61190 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:09:55.465 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:09:55.468 [info] [command][27233d47-9c52-4443-b62e-8a5732711e1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""27233d47-9c52-4443-b62e-8a5732711e1d""}\n2025-08-02 08:09:55.469 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7c067f5c-2473-4b26-a30a-5eda2401593c] received connection request\n2025-08-02 08:09:55.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:09:55.615 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7c067f5c-2473-4b26-a30a-5eda2401593c] socks forwarding established\n2025-08-02 08:09:55.739 [info] [command][27233d47-9c52-4443-b62e-8a5732711e1d] Process exited with code 0\n2025-08-02 08:09:55.739 [info] [command][27233d47-9c52-4443-b62e-8a5732711e1d] Socket close event received\n2025-08-02 08:09:55.740 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7c067f5c-2473-4b26-a30a-5eda2401593c] socks connection closed\n2025-08-02 08:09:55.849 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61215 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:10:55.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:10:55.745 [info] [command][acdaea19-9f5e-4c29-bbb0-81013273a468] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""acdaea19-9f5e-4c29-bbb0-81013273a468""}\n2025-08-02 08:10:55.746 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][06ae641d-8ee1-4ede-a1a5-29889772b176] received connection request\n2025-08-02 08:10:55.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:10:55.746 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:10:56.252 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][06ae641d-8ee1-4ede-a1a5-29889772b176] socks forwarding established\n2025-08-02 08:10:56.461 [info] [command][acdaea19-9f5e-4c29-bbb0-81013273a468] Process exited with code 0\n2025-08-02 08:10:56.461 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][06ae641d-8ee1-4ede-a1a5-29889772b176] socks connection closed\n2025-08-02 08:10:56.461 [info] [command][acdaea19-9f5e-4c29-bbb0-81013273a468] Socket close event received\n2025-08-02 08:10:57.115 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61368 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:11:56.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:11:56.468 [info] [command][98e002f5-c813-4b4a-9f8d-24050ec4b799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""98e002f5-c813-4b4a-9f8d-24050ec4b799""}\n2025-08-02 08:11:56.468 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][259cc71c-fdf8-4e60-92db-0e1d6f9f1cb4] received connection request\n2025-08-02 08:11:56.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:11:56.468 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:11:56.558 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][259cc71c-fdf8-4e60-92db-0e1d6f9f1cb4] socks forwarding established\n2025-08-02 08:11:56.669 [info] [command][98e002f5-c813-4b4a-9f8d-24050ec4b799] Process exited with code 0\n2025-08-02 08:11:56.670 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][259cc71c-fdf8-4e60-92db-0e1d6f9f1cb4] socks connection closed\n2025-08-02 08:11:56.670 [info] [command][98e002f5-c813-4b4a-9f8d-24050ec4b799] Socket close event received\n2025-08-02 08:11:56.765 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61412 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:12:56.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:12:56.676 [info] [command][3ecae929-e5a9-41a8-a24e-619d133e7800] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3ecae929-e5a9-41a8-a24e-619d133e7800""}\n2025-08-02 08:12:56.676 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2cf5cff7-4ba9-48dd-a812-5d32fd5bfdcc] received connection request\n2025-08-02 08:12:56.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:12:56.790 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2cf5cff7-4ba9-48dd-a812-5d32fd5bfdcc] socks forwarding established\n2025-08-02 08:12:56.904 [info] [command][3ecae929-e5a9-41a8-a24e-619d133e7800] Process exited with code 0\n2025-08-02 08:12:56.905 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2cf5cff7-4ba9-48dd-a812-5d32fd5bfdcc] socks connection closed\n2025-08-02 08:12:56.905 [info] [command][3ecae929-e5a9-41a8-a24e-619d133e7800] Socket close event received\n2025-08-02 08:12:57.008 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61437 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:13:56.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:13:56.909 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c7a52413-23a1-4c7a-8f70-ace31b540725] received connection request\n2025-08-02 08:13:56.909 [info] [command][666c79fa-e001-428a-a689-02954121a533] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""666c79fa-e001-428a-a689-02954121a533""}\n2025-08-02 08:13:56.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:13:57.055 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c7a52413-23a1-4c7a-8f70-ace31b540725] socks forwarding established\n2025-08-02 08:13:57.191 [info] [command][666c79fa-e001-428a-a689-02954121a533] Process exited with code 0\n2025-08-02 08:13:57.192 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c7a52413-23a1-4c7a-8f70-ace31b540725] socks connection closed\n2025-08-02 08:13:57.192 [info] [command][666c79fa-e001-428a-a689-02954121a533] Socket close event received\n2025-08-02 08:13:57.290 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61461 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:14:57.197 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:14:57.202 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2fe99c58-ae10-4a80-8008-ee45d439dd20] received connection request\n2025-08-02 08:14:57.203 [info] [command][e8fb5144-5c87-43ce-a84a-f25ed96572c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e8fb5144-5c87-43ce-a84a-f25ed96572c2""}\n2025-08-02 08:14:57.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:14:57.312 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2fe99c58-ae10-4a80-8008-ee45d439dd20] socks forwarding established\n2025-08-02 08:14:57.429 [info] [command][e8fb5144-5c87-43ce-a84a-f25ed96572c2] Process exited with code 0\n2025-08-02 08:14:57.429 [info] [command][e8fb5144-5c87-43ce-a84a-f25ed96572c2] Socket close event received\n2025-08-02 08:14:57.430 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2fe99c58-ae10-4a80-8008-ee45d439dd20] socks connection closed\n2025-08-02 08:14:57.558 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61519 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:15:57.433 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:15:57.436 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7a4e2e78-129f-4bdf-9938-dbc60e4a9c05] received connection request\n2025-08-02 08:15:57.436 [info] [command][e8275421-a8da-4cfd-ac97-ed8d3eed2b41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e8275421-a8da-4cfd-ac97-ed8d3eed2b41""}\n2025-08-02 08:15:57.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:15:57.565 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7a4e2e78-129f-4bdf-9938-dbc60e4a9c05] socks forwarding established\n2025-08-02 08:15:57.679 [info] [command][e8275421-a8da-4cfd-ac97-ed8d3eed2b41] Process exited with code 0\n2025-08-02 08:15:57.679 [info] [command][e8275421-a8da-4cfd-ac97-ed8d3eed2b41] Socket close event received\n2025-08-02 08:15:57.686 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7a4e2e78-129f-4bdf-9938-dbc60e4a9c05] socks connection closed\n2025-08-02 08:15:57.956 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61568 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:16:57.681 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:16:57.684 [info] [command][64b7b0a7-0c17-4bd9-8a03-b3cf1b102936] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""64b7b0a7-0c17-4bd9-8a03-b3cf1b102936""}\n2025-08-02 08:16:57.684 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][4d46b1e1-4e38-4bf3-92fc-07e39b6171cc] received connection request\n2025-08-02 08:16:57.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:16:57.808 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4d46b1e1-4e38-4bf3-92fc-07e39b6171cc] socks forwarding established\n2025-08-02 08:16:57.935 [info] [command][64b7b0a7-0c17-4bd9-8a03-b3cf1b102936] Process exited with code 0\n2025-08-02 08:16:57.935 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4d46b1e1-4e38-4bf3-92fc-07e39b6171cc] socks connection closed\n2025-08-02 08:16:57.935 [info] [command][64b7b0a7-0c17-4bd9-8a03-b3cf1b102936] Socket close event received\n2025-08-02 08:16:58.056 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61614 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:17:57.940 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:17:57.941 [info] [command][80ed8146-390f-4ce4-9b3e-e64d5f10e2b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""80ed8146-390f-4ce4-9b3e-e64d5f10e2b1""}\n2025-08-02 08:17:57.942 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e2dc24f9-009b-4b52-bfd6-b70b10e3078b] received connection request\n2025-08-02 08:17:57.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:17:58.054 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2dc24f9-009b-4b52-bfd6-b70b10e3078b] socks forwarding established\n2025-08-02 08:17:58.167 [info] [command][80ed8146-390f-4ce4-9b3e-e64d5f10e2b1] Process exited with code 0\n2025-08-02 08:17:58.167 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2dc24f9-009b-4b52-bfd6-b70b10e3078b] socks connection closed\n2025-08-02 08:17:58.167 [info] [command][80ed8146-390f-4ce4-9b3e-e64d5f10e2b1] Socket close event received\n2025-08-02 08:17:58.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61642 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:18:58.170 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:18:58.173 [info] [command][47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600""}\n2025-08-02 08:18:58.174 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][159e42dc-f5aa-458c-b137-46aefa87ee19] received connection request\n2025-08-02 08:18:58.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:18:58.299 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][159e42dc-f5aa-458c-b137-46aefa87ee19] socks forwarding established\n2025-08-02 08:18:58.401 [info] [command][47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600] Process exited with code 0\n2025-08-02 08:18:58.401 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][159e42dc-f5aa-458c-b137-46aefa87ee19] socks connection closed\n2025-08-02 08:18:58.401 [info] [command][47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600] Socket close event received\n2025-08-02 08:18:58.506 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61676 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:19:43.344 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][858c2f92-67f8-4b5a-af5d-fd426868dd0e] local connection closed\n2025-08-02 08:19:43.347 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1cd77097-64ac-422c-add1-2fb2501220d9] local connection closed\n2025-08-02 08:19:43.349 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][07a98644-e62e-4131-beeb-1bf8ae24959e] local connection closed\n2025-08-02 08:19:43.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:52.282 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59846 to 127.0.0.1 port 59024, nchannels 9\ndebug1: channel 14: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59860 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 08:19:52.283 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59853 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 08:19:52.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] resuming socket\n2025-08-02 08:19:52.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] socks forwarding established\n2025-08-02 08:19:53.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:19:53.158 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:53.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] resuming socket\n2025-08-02 08:19:53.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] socks forwarding established\n2025-08-02 08:19:53.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:53.484 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] resuming socket\n2025-08-02 08:19:53.484 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] socks forwarding established\n2025-08-02 08:19:58.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:19:58.406 [info] [command][215f3315-6b70-43a6-965e-e7a81c58ca8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""215f3315-6b70-43a6-965e-e7a81c58ca8f""}\n2025-08-02 08:19:58.407 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][60271b85-0283-442d-a8b1-c4b7ad2fd913] received connection request\n2025-08-02 08:19:58.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:58.516 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][60271b85-0283-442d-a8b1-c4b7ad2fd913] socks forwarding established\n2025-08-02 08:19:58.611 [info] [command][215f3315-6b70-43a6-965e-e7a81c58ca8f] Process exited with code 0\n2025-08-02 08:19:58.611 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][60271b85-0283-442d-a8b1-c4b7ad2fd913] socks connection closed\n2025-08-02 08:19:58.611 [info] [command][215f3315-6b70-43a6-965e-e7a81c58ca8f] Socket close event received\n2025-08-02 08:19:58.713 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61871 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:20:58.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:20:58.618 [info] [command][68f83809-060b-4131-aeae-f654a79c5be4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""68f83809-060b-4131-aeae-f654a79c5be4""}\n2025-08-02 08:20:58.618 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][8c7086b8-71de-42c7-9a24-0ef3d641dde0] received connection request\n2025-08-02 08:20:58.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:20:58.742 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][8c7086b8-71de-42c7-9a24-0ef3d641dde0] socks forwarding established\n2025-08-02 08:20:58.847 [info] [command][68f83809-060b-4131-aeae-f654a79c5be4] Process exited with code 0\n2025-08-02 08:20:58.847 [info] [command][68f83809-060b-4131-aeae-f654a79c5be4] Socket close event received\n2025-08-02 08:20:58.847 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][8c7086b8-71de-42c7-9a24-0ef3d641dde0] socks connection closed\n2025-08-02 08:20:58.959 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61932 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:21:58.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:21:58.854 [info] [command][f541f980-2588-4ec0-9628-f21084ef732e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f541f980-2588-4ec0-9628-f21084ef732e""}\n2025-08-02 08:21:58.855 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][902c90f2-9b8b-4dda-accc-907e848dc8cd] received connection request\n2025-08-02 08:21:58.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:21:58.954 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][902c90f2-9b8b-4dda-accc-907e848dc8cd] socks forwarding established\n2025-08-02 08:21:59.064 [info] [command][f541f980-2588-4ec0-9628-f21084ef732e] Process exited with code 0\n2025-08-02 08:21:59.064 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][902c90f2-9b8b-4dda-accc-907e848dc8cd] socks connection closed\n2025-08-02 08:21:59.064 [info] [command][f541f980-2588-4ec0-9628-f21084ef732e] Socket close event received\n2025-08-02 08:21:59.198 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61965 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:22:59.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:22:59.070 [info] [command][39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8""}\n2025-08-02 08:22:59.071 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][42ec4e39-2a56-4da6-b978-998db6cfb451] received connection request\n2025-08-02 08:22:59.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:22:59.200 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][42ec4e39-2a56-4da6-b978-998db6cfb451] socks forwarding established\n2025-08-02 08:22:59.336 [info] [command][39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8] Process exited with code 0\n2025-08-02 08:22:59.337 [info] [command][39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8] Socket close event received\n2025-08-02 08:22:59.351 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][42ec4e39-2a56-4da6-b978-998db6cfb451] socks connection closed\n2025-08-02 08:22:59.451 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62189 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:23:59.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:23:59.338 [info] [command][8a6c077f-1d67-4262-9290-5844e0095e1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8a6c077f-1d67-4262-9290-5844e0095e1d""}\n2025-08-02 08:23:59.338 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][96c66c6f-2a36-40ca-998f-91a3deafbdcf] received connection request\n2025-08-02 08:23:59.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:23:59.440 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96c66c6f-2a36-40ca-998f-91a3deafbdcf] socks forwarding established\n2025-08-02 08:23:59.551 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96c66c6f-2a36-40ca-998f-91a3deafbdcf] socks connection closed\n2025-08-02 08:23:59.551 [info] [command][8a6c077f-1d67-4262-9290-5844e0095e1d] Process exited with code 0\n2025-08-02 08:23:59.551 [info] [command][8a6c077f-1d67-4262-9290-5844e0095e1d] Socket close event received\n2025-08-02 08:23:59.647 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62234 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:24:59.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:24:59.561 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c84cf9fe-7260-40e0-84d0-86f4800e3719] received connection request\n2025-08-02 08:24:59.563 [info] [command][c243f380-e35c-4074-8498-d854651915d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c243f380-e35c-4074-8498-d854651915d2""}\n2025-08-02 08:24:59.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:24:59.697 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c84cf9fe-7260-40e0-84d0-86f4800e3719] socks forwarding established\n2025-08-02 08:24:59.813 [info] [command][c243f380-e35c-4074-8498-d854651915d2] Process exited with code 0\n2025-08-02 08:24:59.813 [info] [command][c243f380-e35c-4074-8498-d854651915d2] Socket close event received\n2025-08-02 08:24:59.814 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c84cf9fe-7260-40e0-84d0-86f4800e3719] socks connection closed\n2025-08-02 08:24:59.911 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62277 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:25:59.814 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:25:59.816 [info] [command][076e74b1-cc11-42ea-9195-aa35ea123da9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""076e74b1-cc11-42ea-9195-aa35ea123da9""}\n2025-08-02 08:25:59.817 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][bd6a7957-8b59-4328-8a03-ea420ffc183c] received connection request\n2025-08-02 08:25:59.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:25:59.982 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bd6a7957-8b59-4328-8a03-ea420ffc183c] socks forwarding established\n2025-08-02 08:26:00.138 [info] [command][076e74b1-cc11-42ea-9195-aa35ea123da9] Process exited with code 0\n2025-08-02 08:26:00.138 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bd6a7957-8b59-4328-8a03-ea420ffc183c] socks connection closed\n2025-08-02 08:26:00.138 [info] [command][076e74b1-cc11-42ea-9195-aa35ea123da9] Socket close event received\n2025-08-02 08:26:00.405 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62377 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:27:00.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:27:00.146 [info] [command][a8cfe225-14eb-4fd3-b072-f2bd279b9d7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""a8cfe225-14eb-4fd3-b072-f2bd279b9d7a""}\n2025-08-02 08:27:00.147 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][68b56832-79bf-4b1d-9b8e-a9062adf3acd] received connection request\n2025-08-02 08:27:00.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:27:00.244 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][68b56832-79bf-4b1d-9b8e-a9062adf3acd] socks forwarding established\n2025-08-02 08:27:00.362 [info] [command][a8cfe225-14eb-4fd3-b072-f2bd279b9d7a] Process exited with code 0\n2025-08-02 08:27:00.362 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][68b56832-79bf-4b1d-9b8e-a9062adf3acd] socks connection closed\n2025-08-02 08:27:00.363 [info] [command][a8cfe225-14eb-4fd3-b072-f2bd279b9d7a] Socket close event received\n2025-08-02 08:27:00.472 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62419 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:28:00.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:28:00.370 [info] [command][40549155-8758-4b03-bae5-9df0c764c666] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""40549155-8758-4b03-bae5-9df0c764c666""}\n2025-08-02 08:28:00.371 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e2e07e2f-12eb-4626-ac5a-896460cedac8] received connection request\n2025-08-02 08:28:00.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:28:00.478 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2e07e2f-12eb-4626-ac5a-896460cedac8] socks forwarding established\n2025-08-02 08:28:00.581 [info] [command][40549155-8758-4b03-bae5-9df0c764c666] Process exited with code 0\n2025-08-02 08:28:00.581 [info] [command][40549155-8758-4b03-bae5-9df0c764c666] Socket close event received\n2025-08-02 08:28:00.587 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2e07e2f-12eb-4626-ac5a-896460cedac8] socks connection closed\n2025-08-02 08:28:00.672 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62437 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:29:00.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:29:00.588 [info] [command][506b7445-1e70-4ece-824b-ecb118a92abe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""506b7445-1e70-4ece-824b-ecb118a92abe""}\n2025-08-02 08:29:00.588 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3194210c-f864-48ae-8450-8999c1bf51a4] received connection request\n2025-08-02 08:29:00.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:29:00.730 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3194210c-f864-48ae-8450-8999c1bf51a4] socks forwarding established\n2025-08-02 08:29:00.853 [info] [command][506b7445-1e70-4ece-824b-ecb118a92abe] Process exited with code 0\n2025-08-02 08:29:00.853 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3194210c-f864-48ae-8450-8999c1bf51a4] socks connection closed\n2025-08-02 08:29:00.853 [info] [command][506b7445-1e70-4ece-824b-ecb118a92abe] Socket close event received\n2025-08-02 08:29:00.969 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62459 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:30:00.860 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:30:00.862 [info] [command][ebe0dcef-d399-4ae6-9db2-216d60551608] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ebe0dcef-d399-4ae6-9db2-216d60551608""}\n2025-08-02 08:30:00.863 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][fa0c5e07-c7a3-4f16-9f71-1e5ecf85b27f] received connection request\n2025-08-02 08:30:00.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:30:01.164 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][fa0c5e07-c7a3-4f16-9f71-1e5ecf85b27f] socks forwarding established\n2025-08-02 08:30:01.295 [info] [command][ebe0dcef-d399-4ae6-9db2-216d60551608] Process exited with code 0\n2025-08-02 08:30:01.296 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][fa0c5e07-c7a3-4f16-9f71-1e5ecf85b27f] socks connection closed\n2025-08-02 08:30:01.296 [info] [command][ebe0dcef-d399-4ae6-9db2-216d60551608] Socket close event received\n2025-08-02 08:30:01.414 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62498 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:31:01.301 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:31:01.304 [info] [command][77e3b6af-5a15-4ee6-b010-5cf277d90c94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""77e3b6af-5a15-4ee6-b010-5cf277d90c94""}\n2025-08-02 08:31:01.304 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][71688987-5a69-43f3-9802-a24b19133eb2] received connection request\n2025-08-02 08:31:01.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:31:05.275 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][71688987-5a69-43f3-9802-a24b19133eb2] socks forwarding established\n2025-08-02 08:31:12.900 [info] [command][77e3b6af-5a15-4ee6-b010-5cf277d90c94] Process exited with code 0\n2025-08-02 08:31:12.901 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][71688987-5a69-43f3-9802-a24b19133eb2] socks connection closed\n2025-08-02 08:31:12.901 [info] [command][77e3b6af-5a15-4ee6-b010-5cf277d90c94] Socket close event received\n2025-08-02 08:31:33.351 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62685 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:32:12.907 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:32:12.910 [info] [command][b9f5f83e-8125-4c59-a9c0-af97587de6a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b9f5f83e-8125-4c59-a9c0-af97587de6a6""}\n2025-08-02 08:32:12.911 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][96401c4f-8d0e-4dfa-9439-15cde78b5847] received connection request\n2025-08-02 08:32:12.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:32:13.018 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96401c4f-8d0e-4dfa-9439-15cde78b5847] socks forwarding established\n2025-08-02 08:32:13.128 [info] [command][b9f5f83e-8125-4c59-a9c0-af97587de6a6] Process exited with code 0\n2025-08-02 08:32:13.128 [info] [command][b9f5f83e-8125-4c59-a9c0-af97587de6a6] Socket close event received\n2025-08-02 08:32:13.128 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96401c4f-8d0e-4dfa-9439-15cde78b5847] socks connection closed\n2025-08-02 08:32:13.234 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63149 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:33:13.129 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:33:13.131 [info] [command][80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f""}\n2025-08-02 08:33:13.132 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][1104f6cb-2223-4390-910a-f8286919ca06] received connection request\n2025-08-02 08:33:13.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:33:13.303 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1104f6cb-2223-4390-910a-f8286919ca06] socks forwarding established\n2025-08-02 08:33:13.409 [info] [command][80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f] Process exited with code 0\n2025-08-02 08:33:13.410 [info] [command][80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f] Socket close event received\n2025-08-02 08:33:13.413 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1104f6cb-2223-4390-910a-f8286919ca06] socks connection closed\n2025-08-02 08:33:13.499 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63175 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:34:13.413 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:34:13.415 [info] [command][0a39f2cd-2f17-4a0c-825f-70551f33ac10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0a39f2cd-2f17-4a0c-825f-70551f33ac10""}\n2025-08-02 08:34:13.416 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5a66aa45-5206-44db-8ed3-5d78a615d223] received connection request\n2025-08-02 08:34:13.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:34:13.516 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5a66aa45-5206-44db-8ed3-5d78a615d223] socks forwarding established\n2025-08-02 08:34:13.634 [info] [command][0a39f2cd-2f17-4a0c-825f-70551f33ac10] Process exited with code 0\n2025-08-02 08:34:13.634 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5a66aa45-5206-44db-8ed3-5d78a615d223] socks connection closed\n2025-08-02 08:34:13.634 [info] [command][0a39f2cd-2f17-4a0c-825f-70551f33ac10] Socket close event received\n2025-08-02 08:34:13.742 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63200 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:35:13.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:35:13.640 [info] [command][114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823""}\n2025-08-02 08:35:13.640 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][ea179a67-1d4e-4ca2-a34d-e79d516881d9] received connection request\n2025-08-02 08:35:13.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:35:13.641 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:35:13.760 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ea179a67-1d4e-4ca2-a34d-e79d516881d9] socks forwarding established\n2025-08-02 08:35:13.874 [info] [command][114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823] Process exited with code 0\n2025-08-02 08:35:13.874 [info] [command][114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823] Socket close event received\n2025-08-02 08:35:13.875 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ea179a67-1d4e-4ca2-a34d-e79d516881d9] socks connection closed\n2025-08-02 08:35:13.979 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63247 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:36:13.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:36:13.883 [info] [command][e79fa2ad-5f57-4987-ac06-1b9eb8f898fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e79fa2ad-5f57-4987-ac06-1b9eb8f898fd""}\n2025-08-02 08:36:13.884 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5e10ab5c-d2db-452a-83ba-3360e8a254d5] received connection request\n2025-08-02 08:36:13.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:36:14.007 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e10ab5c-d2db-452a-83ba-3360e8a254d5] socks forwarding established\n2025-08-02 08:36:14.164 [info] [command][e79fa2ad-5f57-4987-ac06-1b9eb8f898fd] Process exited with code 0\n2025-08-02 08:36:14.165 [info] [command][e79fa2ad-5f57-4987-ac06-1b9eb8f898fd] Socket close event received\n2025-08-02 08:36:14.165 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e10ab5c-d2db-452a-83ba-3360e8a254d5] socks connection closed\n2025-08-02 08:36:14.332 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63284 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:37:14.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:37:14.173 [info] [command][c5fcd7b1-86b7-49ed-8af4-77e8e306fd84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c5fcd7b1-86b7-49ed-8af4-77e8e306fd84""}\n2025-08-02 08:37:14.174 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5e747333-a522-4e98-8fa3-2ba38abc3060] received connection request\n2025-08-02 08:37:14.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:37:14.174 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:37:14.284 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e747333-a522-4e98-8fa3-2ba38abc3060] socks forwarding established\n2025-08-02 08:37:14.406 [info] [command][c5fcd7b1-86b7-49ed-8af4-77e8e306fd84] Process exited with code 0\n2025-08-02 08:37:14.406 [info] [command][c5fcd7b1-86b7-49ed-8af4-77e8e306fd84] Socket close event received\n2025-08-02 08:37:14.406 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e747333-a522-4e98-8fa3-2ba38abc3060] socks connection closed\n2025-08-02 08:37:14.526 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63318 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:38:14.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:38:14.413 [info] [command][810688f1-063e-4027-9266-024f01086ee1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""810688f1-063e-4027-9266-024f01086ee1""}\n2025-08-02 08:38:14.414 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][635bb933-9141-465c-b504-2710b6d7fff1] received connection request\n2025-08-02 08:38:14.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:38:14.514 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][635bb933-9141-465c-b504-2710b6d7fff1] socks forwarding established\n2025-08-02 08:38:14.615 [info] [command][810688f1-063e-4027-9266-024f01086ee1] Process exited with code 0\n2025-08-02 08:38:14.615 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][635bb933-9141-465c-b504-2710b6d7fff1] socks connection closed\n2025-08-02 08:38:14.616 [info] [command][810688f1-063e-4027-9266-024f01086ee1] Socket close event received\n2025-08-02 08:38:14.724 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63337 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:39:14.619 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:39:14.623 [info] [command][b7b42893-4908-4a5b-8442-6f9349d41228] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b7b42893-4908-4a5b-8442-6f9349d41228""}\n2025-08-02 08:39:14.623 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3cb3216f-1a5e-4c32-9540-378ff0725507] received connection request\n2025-08-02 08:39:14.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:39:14.728 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3cb3216f-1a5e-4c32-9540-378ff0725507] socks forwarding established\n2025-08-02 08:39:14.829 [info] [command][b7b42893-4908-4a5b-8442-6f9349d41228] Process exited with code 0\n2025-08-02 08:39:14.829 [info] [command][b7b42893-4908-4a5b-8442-6f9349d41228] Socket close event received\n2025-08-02 08:39:14.830 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3cb3216f-1a5e-4c32-9540-378ff0725507] socks connection closed\n2025-08-02 08:39:14.931 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63365 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:40:14.834 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:40:14.839 [info] [command][a84c6923-a8b7-4761-9ef6-ab3864540f00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""a84c6923-a8b7-4761-9ef6-ab3864540f00""}\n2025-08-02 08:40:14.840 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][99a64f5c-441a-40d7-bd22-c2c5b51cb568] received connection request\n2025-08-02 08:40:14.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:40:14.938 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][99a64f5c-441a-40d7-bd22-c2c5b51cb568] socks forwarding established\n2025-08-02 08:40:15.042 [info] [command][a84c6923-a8b7-4761-9ef6-ab3864540f00] Process exited with code 0\n2025-08-02 08:40:15.043 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][99a64f5c-441a-40d7-bd22-c2c5b51cb568] socks connection closed\n2025-08-02 08:40:15.043 [info] [command][a84c6923-a8b7-4761-9ef6-ab3864540f00] Socket close event received\n2025-08-02 08:40:15.161 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63399 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:41:15.043 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:41:15.047 [info] [command][2cc176dd-acaf-4807-b657-924c21dceedd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2cc176dd-acaf-4807-b657-924c21dceedd""}\n2025-08-02 08:41:15.047 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][12e11c3e-dcd3-41b4-9c0e-d312abd44aa2] received connection request\n2025-08-02 08:41:15.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:41:15.147 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12e11c3e-dcd3-41b4-9c0e-d312abd44aa2] socks forwarding established\n2025-08-02 08:41:15.250 [info] [command][2cc176dd-acaf-4807-b657-924c21dceedd] Process exited with code 0\n2025-08-02 08:41:15.250 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12e11c3e-dcd3-41b4-9c0e-d312abd44aa2] socks connection closed\n2025-08-02 08:41:15.250 [info] [command][2cc176dd-acaf-4807-b657-924c21dceedd] Socket close event received\n2025-08-02 08:41:15.359 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63433 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:42:15.255 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:42:15.258 [info] [command][fb1ce054-2766-4051-9ff2-a47ba8951779] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""fb1ce054-2766-4051-9ff2-a47ba8951779""}\n2025-08-02 08:42:15.258 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][03b5211b-cafc-4d78-88dc-bbaba51031fd] received connection request\n2025-08-02 08:42:15.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:42:15.365 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][03b5211b-cafc-4d78-88dc-bbaba51031fd] socks forwarding established\n2025-08-02 08:42:15.486 [info] [command][fb1ce054-2766-4051-9ff2-a47ba8951779] Process exited with code 0\n2025-08-02 08:42:15.487 [info] [command][fb1ce054-2766-4051-9ff2-a47ba8951779] Socket close event received\n2025-08-02 08:42:15.488 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][03b5211b-cafc-4d78-88dc-bbaba51031fd] socks connection closed\n2025-08-02 08:42:15.602 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63489 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:43:15.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:43:15.494 [info] [command][34875e62-cb4b-4bcf-aecf-90bca034fc7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""34875e62-cb4b-4bcf-aecf-90bca034fc7a""}\n2025-08-02 08:43:15.494 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][9de43f01-3803-4052-81ac-9e8ec410bc66] received connection request\n2025-08-02 08:43:15.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:43:15.495 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:43:15.598 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9de43f01-3803-4052-81ac-9e8ec410bc66] socks forwarding established\n2025-08-02 08:43:15.703 [info] [command][34875e62-cb4b-4bcf-aecf-90bca034fc7a] Process exited with code 0\n2025-08-02 08:43:15.704 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9de43f01-3803-4052-81ac-9e8ec410bc66] socks connection closed\n2025-08-02 08:43:15.704 [info] [command][34875e62-cb4b-4bcf-aecf-90bca034fc7a] Socket close event received\n2025-08-02 08:43:15.882 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63531 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:44:15.708 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:44:15.709 [info] [command][c6a5629b-735c-4b62-951e-060bb67e04de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c6a5629b-735c-4b62-951e-060bb67e04de""}\n2025-08-02 08:44:15.709 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][a542b568-cb1c-42b5-8ab5-450d35f394b9] received connection request\n2025-08-02 08:44:15.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:44:15.843 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a542b568-cb1c-42b5-8ab5-450d35f394b9] socks forwarding established\n2025-08-02 08:44:15.975 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a542b568-cb1c-42b5-8ab5-450d35f394b9] socks connection closed\n2025-08-02 08:44:15.976 [info] [command][c6a5629b-735c-4b62-951e-060bb67e04de] Process exited with code 0\n2025-08-02 08:44:15.976 [info] [command][c6a5629b-735c-4b62-951e-060bb67e04de] Socket close event received\n2025-08-02 08:44:16.086 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63564 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:45:15.980 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:45:15.982 [info] [command][d52a4afe-edad-4dfd-91ef-981275bc5150] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d52a4afe-edad-4dfd-91ef-981275bc5150""}\n2025-08-02 08:45:15.982 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][f10c22e7-a66f-432d-bc96-d3553bcdc8c9] received connection request\n2025-08-02 08:45:15.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:45:15.983 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:45:16.093 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f10c22e7-a66f-432d-bc96-d3553bcdc8c9] socks forwarding established\n2025-08-02 08:45:16.207 [info] [command][d52a4afe-edad-4dfd-91ef-981275bc5150] Process exited with code 0\n2025-08-02 08:45:16.207 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f10c22e7-a66f-432d-bc96-d3553bcdc8c9] socks connection closed\n2025-08-02 08:45:16.207 [info] [command][d52a4afe-edad-4dfd-91ef-981275bc5150] Socket close event received\n2025-08-02 08:45:16.307 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63638 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:46:16.212 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:46:16.214 [info] [command][1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d""}\n2025-08-02 08:46:16.215 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3e962406-acec-4b3e-be1f-834d4f77ba21] received connection request\n2025-08-02 08:46:16.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:46:16.308 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e962406-acec-4b3e-be1f-834d4f77ba21] socks forwarding established\n2025-08-02 08:46:16.423 [info] [command][1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d] Process exited with code 0\n2025-08-02 08:46:16.423 [info] [command][1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d] Socket close event received\n2025-08-02 08:46:16.424 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e962406-acec-4b3e-be1f-834d4f77ba21] socks connection closed\n2025-08-02 08:46:16.526 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63678 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:47:16.433 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:47:16.439 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c78f6a80-adb2-414a-b5d0-137ebaf9243c] received connection request\n2025-08-02 08:47:16.440 [info] [command][3f5ad2a1-64a3-46d3-baaa-eff71f65602e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3f5ad2a1-64a3-46d3-baaa-eff71f65602e""}\n2025-08-02 08:47:16.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:47:16.770 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c78f6a80-adb2-414a-b5d0-137ebaf9243c] socks forwarding established\n2025-08-02 08:47:16.981 [info] [command][3f5ad2a1-64a3-46d3-baaa-eff71f65602e] Process exited with code 0\n2025-08-02 08:47:16.981 [info] [command][3f5ad2a1-64a3-46d3-baaa-eff71f65602e] Socket close event received\n2025-08-02 08:47:16.986 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c78f6a80-adb2-414a-b5d0-137ebaf9243c] socks connection closed\n2025-08-02 08:47:17.258 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63695 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:48:16.984 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:48:16.987 [info] [command][5be188ff-4f06-4e34-a7fb-f004da462f60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5be188ff-4f06-4e34-a7fb-f004da462f60""}\n2025-08-02 08:48:16.988 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3f0b28e7-ed05-4633-8600-b9b725f123d2] received connection request\n2025-08-02 08:48:16.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:48:17.093 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3f0b28e7-ed05-4633-8600-b9b725f123d2] socks forwarding established\n2025-08-02 08:48:17.203 [info] [command][5be188ff-4f06-4e34-a7fb-f004da462f60] Process exited with code 0\n2025-08-02 08:48:17.204 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3f0b28e7-ed05-4633-8600-b9b725f123d2] socks connection closed\n2025-08-02 08:48:17.204 [info] [command][5be188ff-4f06-4e34-a7fb-f004da462f60] Socket close event received\n2025-08-02 08:48:17.291 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63724 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:49:17.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:49:17.211 [info] [command][0018fcf4-7839-4fa1-b77a-987596af3f9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0018fcf4-7839-4fa1-b77a-987596af3f9b""}\n2025-08-02 08:49:17.211 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][9c4e0de6-7624-4aab-8479-9155046b15fd] received connection request\n2025-08-02 08:49:17.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:49:17.211 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:49:17.325 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9c4e0de6-7624-4aab-8479-9155046b15fd] socks forwarding established\n2025-08-02 08:49:17.436 [info] [command][0018fcf4-7839-4fa1-b77a-987596af3f9b] Process exited with code 0\n2025-08-02 08:49:17.437 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9c4e0de6-7624-4aab-8479-9155046b15fd] socks connection closed\n2025-08-02 08:49:17.437 [info] [command][0018fcf4-7839-4fa1-b77a-987596af3f9b] Socket close event received\n2025-08-02 08:49:17.534 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63762 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:50:17.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:50:17.439 [info] [command][163aeb13-9487-4171-97c4-1cff5986a80d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""163aeb13-9487-4171-97c4-1cff5986a80d""}\n2025-08-02 08:50:17.440 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][592ca273-dc74-4cdc-96c5-aff631df1638] received connection request\n2025-08-02 08:50:17.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:50:17.570 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][592ca273-dc74-4cdc-96c5-aff631df1638] socks forwarding established\n2025-08-02 08:50:17.691 [info] [command][163aeb13-9487-4171-97c4-1cff5986a80d] Process exited with code 0\n2025-08-02 08:50:17.692 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][592ca273-dc74-4cdc-96c5-aff631df1638] socks connection closed\n2025-08-02 08:50:17.692 [info] [command][163aeb13-9487-4171-97c4-1cff5986a80d] Socket close event received\n2025-08-02 08:50:17.791 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63795 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:51:17.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:51:17.700 [info] [command][5a9ada10-fa1a-4d9a-8c49-6c36da99cd56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5a9ada10-fa1a-4d9a-8c49-6c36da99cd56""}\n2025-08-02 08:51:17.701 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][953cd62c-02db-4740-b8ba-a9d2fed1334d] received connection request\n2025-08-02 08:51:17.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:51:17.900 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][953cd62c-02db-4740-b8ba-a9d2fed1334d] socks forwarding established\n2025-08-02 08:51:18.100 [info] [command][5a9ada10-fa1a-4d9a-8c49-6c36da99cd56] Process exited with code 0\n2025-08-02 08:51:18.100 [info] [command][5a9ada10-fa1a-4d9a-8c49-6c36da99cd56] Socket close event received\n2025-08-02 08:51:18.103 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][953cd62c-02db-4740-b8ba-a9d2fed1334d] socks connection closed\n2025-08-02 08:51:18.319 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63836 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:52:18.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:52:18.106 [info] [command][441ef846-3177-4666-8c79-fa38e343f137] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""441ef846-3177-4666-8c79-fa38e343f137""}\n2025-08-02 08:52:18.106 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3445a9da-9074-4da1-b209-20f1df36ae78] received connection request\n2025-08-02 08:52:18.107 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:52:18.202 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3445a9da-9074-4da1-b209-20f1df36ae78] socks forwarding established\n2025-08-02 08:52:18.320 [info] [command][441ef846-3177-4666-8c79-fa38e343f137] Process exited with code 0\n2025-08-02 08:52:18.320 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3445a9da-9074-4da1-b209-20f1df36ae78] socks connection closed\n2025-08-02 08:52:18.320 [info] [command][441ef846-3177-4666-8c79-fa38e343f137] Socket close event received\n2025-08-02 08:52:18.437 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63862 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:53:18.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:53:18.328 [info] [command][f6aa7b79-d223-49a1-b52c-897b54fac890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f6aa7b79-d223-49a1-b52c-897b54fac890""}\n2025-08-02 08:53:18.330 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3eef0692-57ab-4f7a-adf8-a9c2ba530e2a] received connection request\n2025-08-02 08:53:18.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:53:18.426 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3eef0692-57ab-4f7a-adf8-a9c2ba530e2a] socks forwarding established\n2025-08-02 08:53:18.523 [info] [command][f6aa7b79-d223-49a1-b52c-897b54fac890] Process exited with code 0\n2025-08-02 08:53:18.524 [info] [command][f6aa7b79-d223-49a1-b52c-897b54fac890] Socket close event received\n2025-08-02 08:53:18.524 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3eef0692-57ab-4f7a-adf8-a9c2ba530e2a] socks connection closed\n2025-08-02 08:53:18.621 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63887 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:54:18.530 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:54:18.533 [info] [command][abe87e6f-3cf5-47cb-add0-b64ce11f5b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""abe87e6f-3cf5-47cb-add0-b64ce11f5b2f""}\n2025-08-02 08:54:18.533 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][78a79a91-0397-47c6-9b0e-51c985c67f5b] received connection request\n2025-08-02 08:54:18.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:54:18.652 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][78a79a91-0397-47c6-9b0e-51c985c67f5b] socks forwarding established\n2025-08-02 08:54:18.777 [info] [command][abe87e6f-3cf5-47cb-add0-b64ce11f5b2f] Process exited with code 0\n2025-08-02 08:54:18.778 [info] [command][abe87e6f-3cf5-47cb-add0-b64ce11f5b2f] Socket close event received\n2025-08-02 08:54:18.780 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][78a79a91-0397-47c6-9b0e-51c985c67f5b] socks connection closed\n2025-08-02 08:54:18.882 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63903 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:55:18.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:55:18.782 [info] [command][e725db12-1f9d-4c3b-b71e-179819731fed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e725db12-1f9d-4c3b-b71e-179819731fed""}\n2025-08-02 08:55:18.784 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2a8e3b20-1fdd-4186-8b19-4952ca8d0828] received connection request\n2025-08-02 08:55:18.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:55:18.915 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2a8e3b20-1fdd-4186-8b19-4952ca8d0828] socks forwarding established\n2025-08-02 08:55:19.039 [info] [command][e725db12-1f9d-4c3b-b71e-179819731fed] Process exited with code 0\n2025-08-02 08:55:19.039 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2a8e3b20-1fdd-4186-8b19-4952ca8d0828] socks connection closed\n2025-08-02 08:55:19.040 [info] [command][e725db12-1f9d-4c3b-b71e-179819731fed] Socket close event received\n2025-08-02 08:55:19.158 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63935 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:56:19.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:56:19.048 [info] [command][8772c977-1b55-4252-8bba-0b35796523c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8772c977-1b55-4252-8bba-0b35796523c3""}\n2025-08-02 08:56:19.048 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][ef227869-eedc-46e4-967a-bbe8c6e21360] received connection request\n2025-08-02 08:56:19.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:56:19.143 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ef227869-eedc-46e4-967a-bbe8c6e21360] socks forwarding established\n2025-08-02 08:56:19.248 [info] [command][8772c977-1b55-4252-8bba-0b35796523c3] Process exited with code 0\n2025-08-02 08:56:19.249 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ef227869-eedc-46e4-967a-bbe8c6e21360] socks connection closed\n2025-08-02 08:56:19.249 [info] [command][8772c977-1b55-4252-8bba-0b35796523c3] Socket close event received\n2025-08-02 08:56:19.355 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63975 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:57:19.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:57:19.256 [info] [command][be4bc231-c13e-4801-8350-39abbbf59e34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""be4bc231-c13e-4801-8350-39abbbf59e34""}\n2025-08-02 08:57:19.257 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][dbff72e8-a7a3-4ac9-ac19-e10e93301dee] received connection request\n2025-08-02 08:57:19.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:57:19.348 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][dbff72e8-a7a3-4ac9-ac19-e10e93301dee] socks forwarding established\n2025-08-02 08:57:19.448 [info] [command][be4bc231-c13e-4801-8350-39abbbf59e34] Process exited with code 0\n2025-08-02 08:57:19.449 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][dbff72e8-a7a3-4ac9-ac19-e10e93301dee] socks connection closed\n2025-08-02 08:57:19.449 [info] [command][be4bc231-c13e-4801-8350-39abbbf59e34] Socket close event received\n2025-08-02 08:57:19.552 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63999 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:58:19.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:58:19.454 [info] [command][05cd0b3c-ec57-45ad-a486-b2a391485a0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""05cd0b3c-ec57-45ad-a486-b2a391485a0f""}\n2025-08-02 08:58:19.455 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5e65d10c-b67d-42fe-8035-b9025e5d9051] received connection request\n2025-08-02 08:58:19.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:58:20.235 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e65d10c-b67d-42fe-8035-b9025e5d9051] socks forwarding established\n2025-08-02 08:58:21.168 [info] [command][05cd0b3c-ec57-45ad-a486-b2a391485a0f] Process exited with code 0\n2025-08-02 08:58:21.168 [info] [command][05cd0b3c-ec57-45ad-a486-b2a391485a0f] Socket close event received\n2025-08-02 08:58:21.174 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e65d10c-b67d-42fe-8035-b9025e5d9051] socks connection closed\n2025-08-02 08:58:24.357 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64027 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:59:21.173 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:59:21.176 [info] [command][2b1115e2-7fe1-4de4-a584-6cf07f52040e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2b1115e2-7fe1-4de4-a584-6cf07f52040e""}\n2025-08-02 08:59:21.177 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][29c4d416-4421-48b3-bc70-6c90be10c9d4] received connection request\n2025-08-02 08:59:21.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:59:21.338 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][29c4d416-4421-48b3-bc70-6c90be10c9d4] socks forwarding established\n2025-08-02 08:59:21.504 [info] [command][2b1115e2-7fe1-4de4-a584-6cf07f52040e] Process exited with code 0\n2025-08-02 08:59:21.504 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][29c4d416-4421-48b3-bc70-6c90be10c9d4] socks connection closed\n2025-08-02 08:59:21.505 [info] [command][2b1115e2-7fe1-4de4-a584-6cf07f52040e] Socket close event received\n2025-08-02 08:59:21.670 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64093 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:00:21.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:00:21.507 [info] [command][cef1d913-126e-480e-ab5f-82bc932ad219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""cef1d913-126e-480e-ab5f-82bc932ad219""}\n2025-08-02 09:00:21.507 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5545e24b-12a8-444f-8d1c-bd31c920f87e] received connection request\n2025-08-02 09:00:21.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:00:21.645 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5545e24b-12a8-444f-8d1c-bd31c920f87e] socks forwarding established\n2025-08-02 09:00:21.781 [info] [command][cef1d913-126e-480e-ab5f-82bc932ad219] Process exited with code 0\n2025-08-02 09:00:21.781 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5545e24b-12a8-444f-8d1c-bd31c920f87e] socks connection closed\n2025-08-02 09:00:21.781 [info] [command][cef1d913-126e-480e-ab5f-82bc932ad219] Socket close event received\n2025-08-02 09:00:21.899 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64242 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:01:21.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:01:21.784 [info] [command][f75b5bef-fc25-48a1-a3c3-0c329ad1d98a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f75b5bef-fc25-48a1-a3c3-0c329ad1d98a""}\n2025-08-02 09:01:21.784 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][cedd6caa-0b40-4dbb-8eec-2343768d870a] received connection request\n2025-08-02 09:01:21.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:01:21.785 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:01:21.920 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cedd6caa-0b40-4dbb-8eec-2343768d870a] socks forwarding established\n2025-08-02 09:01:22.064 [info] [command][f75b5bef-fc25-48a1-a3c3-0c329ad1d98a] Process exited with code 0\n2025-08-02 09:01:22.064 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cedd6caa-0b40-4dbb-8eec-2343768d870a] socks connection closed\n2025-08-02 09:01:22.064 [info] [command][f75b5bef-fc25-48a1-a3c3-0c329ad1d98a] Socket close event received\n2025-08-02 09:01:22.213 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64282 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:01:25.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] resuming socket\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] socks forwarding established\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] resuming socket\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] socks forwarding established\n2025-08-02 09:01:46.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:01:46.511 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] resuming socket\n2025-08-02 09:01:46.512 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] socks forwarding established\n2025-08-02 09:02:22.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:02:22.071 [info] [command][2326d27e-9523-4c80-9e52-e70c59298964] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2326d27e-9523-4c80-9e52-e70c59298964""}\n2025-08-02 09:02:22.071 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][032cf845-c233-4d2d-9221-55dc97efff1d] received connection request\n2025-08-02 09:02:22.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:02:22.179 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][032cf845-c233-4d2d-9221-55dc97efff1d] socks forwarding established\n2025-08-02 09:02:22.311 [info] [command][2326d27e-9523-4c80-9e52-e70c59298964] Process exited with code 0\n2025-08-02 09:02:22.312 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][032cf845-c233-4d2d-9221-55dc97efff1d] socks connection closed\n2025-08-02 09:02:22.312 [info] [command][2326d27e-9523-4c80-9e52-e70c59298964] Socket close event received\n2025-08-02 09:02:22.414 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64305 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 09:03:22.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:03:22.314 [info] [command][4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce""}\n2025-08-02 09:03:22.315 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][abd958b8-69ea-4124-a8eb-1e28de83ac42] received connection request\n2025-08-02 09:03:22.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:03:22.495 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][abd958b8-69ea-4124-a8eb-1e28de83ac42] socks forwarding established\n2025-08-02 09:03:22.939 [info] [command][4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce] Process exited with code 0\n2025-08-02 09:03:22.939 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][abd958b8-69ea-4124-a8eb-1e28de83ac42] socks connection closed\n2025-08-02 09:03:22.939 [info] [command][4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce] Socket close event received\n2025-08-02 09:03:23.058 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64329 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 09:03:36.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:03:36.615 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] resuming socket\n2025-08-02 09:03:36.615 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] socks forwarding established\n2025-08-02 09:04:11.511 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:04:11.610 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] socks connection closed\n2025-08-02 09:04:11.610 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] local connection closed\n2025-08-02 09:04:11.626 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] resuming socket\n2025-08-02 09:04:11.626 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] socks forwarding established\n2025-08-02 09:04:11.704 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 61768 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:04:22.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:04:22.946 [info] [command][f0b0f166-705d-44e8-beba-8e9dbaf84ddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f0b0f166-705d-44e8-beba-8e9dbaf84ddd""}\n2025-08-02 09:04:22.946 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e5e9b82b-37fb-41f6-834c-764cbba4697d] received connection request\n2025-08-02 09:04:22.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:04:22.947 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:04:23.060 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e5e9b82b-37fb-41f6-834c-764cbba4697d] socks forwarding established\n2025-08-02 09:04:23.196 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e5e9b82b-37fb-41f6-834c-764cbba4697d] socks connection closed\n2025-08-02 09:04:23.196 [info] [command][f0b0f166-705d-44e8-beba-8e9dbaf84ddd] Process exited with code 0\n2025-08-02 09:04:23.196 [info] [command][f0b0f166-705d-44e8-beba-8e9dbaf84ddd] Socket close event received\n2025-08-02 09:04:23.319 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64418 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:05:23.197 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:05:23.201 [info] [command][82b206b1-ac0e-4c6f-b59a-3a779347abce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""82b206b1-ac0e-4c6f-b59a-3a779347abce""}\n2025-08-02 09:05:23.202 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3020a236-d1dd-447f-a1e7-81db5cf707ba] received connection request\n2025-08-02 09:05:23.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:05:24.277 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3020a236-d1dd-447f-a1e7-81db5cf707ba] socks forwarding established\n2025-08-02 09:05:24.436 [info] [command][82b206b1-ac0e-4c6f-b59a-3a779347abce] Process exited with code 0\n2025-08-02 09:05:24.436 [info] [command][82b206b1-ac0e-4c6f-b59a-3a779347abce] Socket close event received\n2025-08-02 09:05:24.438 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3020a236-d1dd-447f-a1e7-81db5cf707ba] socks connection closed\n2025-08-02 09:05:24.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64451 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:05:59.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:06:02.082 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] resuming socket\n2025-08-02 09:06:02.083 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] socks forwarding established\n2025-08-02 09:06:21.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:06:21.342 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] socks connection closed\n2025-08-02 09:06:21.342 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] local connection closed\n2025-08-02 09:06:21.349 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] resuming socket\n2025-08-02 09:06:21.350 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] socks forwarding established\n2025-08-02 09:06:21.446 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64414 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:06:24.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:06:24.437 [info] [command][d3546d29-8cf1-4c1a-9411-8c9dc5060344] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d3546d29-8cf1-4c1a-9411-8c9dc5060344""}\n2025-08-02 09:06:24.437 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][36aad476-d9fb-4c0b-afaf-ff9d30ef332e] received connection request\n2025-08-02 09:06:24.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:06:24.438 [info] (ssh_tunnel) stderr: debug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:06:24.544 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][36aad476-d9fb-4c0b-afaf-ff9d30ef332e] socks forwarding established\n2025-08-02 09:06:24.663 [info] [command][d3546d29-8cf1-4c1a-9411-8c9dc5060344] Process exited with code 0\n2025-08-02 09:06:24.663 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][36aad476-d9fb-4c0b-afaf-ff9d30ef332e] socks connection closed\n2025-08-02 09:06:24.663 [info] [command][d3546d29-8cf1-4c1a-9411-8c9dc5060344] Socket close event received\n2025-08-02 09:06:24.777 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64515 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:07:21.314 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] socks connection closed\n2025-08-02 09:07:21.316 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] local connection closed\n2025-08-02 09:07:21.411 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64513 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:07:21.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:07:21.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] resuming socket\n2025-08-02 09:07:21.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] socks forwarding established\n2025-08-02 09:07:24.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:07:24.665 [info] [command][9312f0ef-3552-41e6-9cf3-74a1d76dd6a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""9312f0ef-3552-41e6-9cf3-74a1d76dd6a6""}\n2025-08-02 09:07:24.666 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][722ecc39-efbb-46de-b520-dcbbf586ea6e] received connection request\n2025-08-02 09:07:24.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:07:24.770 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][722ecc39-efbb-46de-b520-dcbbf586ea6e] socks forwarding established\n2025-08-02 09:07:24.888 [info] [command][9312f0ef-3552-41e6-9cf3-74a1d76dd6a6] Process exited with code 0\n2025-08-02 09:07:24.889 [info] [command][9312f0ef-3552-41e6-9cf3-74a1d76dd6a6] Socket close event received\n2025-08-02 09:07:24.891 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][722ecc39-efbb-46de-b520-dcbbf586ea6e] socks connection closed\n2025-08-02 09:07:25.008 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64559 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:08:12.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:08:12.828 [info] (ssh_tunnel) stderr: debug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:08:12.928 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] socks connection closed\n2025-08-02 09:08:12.928 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] local connection closed\n2025-08-02 09:08:12.934 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] resuming socket\n2025-08-02 09:08:12.934 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] socks forwarding established\n2025-08-02 09:08:13.028 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64557 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:08:17.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] local connection closed\n2025-08-02 09:08:17.804 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64494 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:08:17.804 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] socks connection closed\n2025-08-02 09:08:24.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:08:24.894 [info] [command][7affbc16-8abf-4207-9590-d3c08080e2cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""7affbc16-8abf-4207-9590-d3c08080e2cd""}\n2025-08-02 09:08:24.895 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7fb2ca10-b6d7-42e6-ada4-dec93f31d283] received connection request\n2025-08-02 09:08:24.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:08:26.372 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7fb2ca10-b6d7-42e6-ada4-dec93f31d283] socks forwarding established\n2025-08-02 09:08:29.036 [info] [command][7affbc16-8abf-4207-9590-d3c08080e2cd] Process exited with code 0\n2025-08-02 09:08:29.036 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7fb2ca10-b6d7-42e6-ada4-dec93f31d283] socks connection closed\n2025-08-02 09:08:29.036 [info] [command][7affbc16-8abf-4207-9590-d3c08080e2cd] Socket close event received\n2025-08-02 09:08:35.477 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64592 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:09:29.039 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:09:29.042 [info] [command][3b2dc2b4-add7-423c-b567-65bd54f76a06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3b2dc2b4-add7-423c-b567-65bd54f76a06""}\n2025-08-02 09:09:29.043 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5996ee82-1189-45a6-86b8-9e466277eab6] received connection request\n2025-08-02 09:09:29.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:09:30.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:09:32.514 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5996ee82-1189-45a6-86b8-9e466277eab6] socks forwarding established\n2025-08-02 09:09:33.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] resuming socket\n2025-08-02 09:09:33.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] socks forwarding established\n2025-08-02 09:09:34.476 [info] [command][3b2dc2b4-add7-423c-b567-65bd54f76a06] Process exited with code 0\n2025-08-02 09:09:34.476 [info] [command][3b2dc2b4-add7-423c-b567-65bd54f76a06] Socket close event received\n2025-08-02 09:09:34.484 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5996ee82-1189-45a6-86b8-9e466277eab6] socks connection closed\n2025-08-02 09:09:37.700 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64672 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:10:34.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:10:34.481 [info] [command][ceb335f8-6983-4b9e-af25-470fa3ba8baa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ceb335f8-6983-4b9e-af25-470fa3ba8baa""}\n2025-08-02 09:10:34.482 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e0a49ea9-b060-4c99-82c0-a409f0a1bb3d] received connection request\n2025-08-02 09:10:34.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:10:34.482 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:10:38.959 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e0a49ea9-b060-4c99-82c0-a409f0a1bb3d] socks forwarding established\n2025-08-02 09:10:39.442 [info] [command][ceb335f8-6983-4b9e-af25-470fa3ba8baa] Process exited with code 0\n2025-08-02 09:10:39.442 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e0a49ea9-b060-4c99-82c0-a409f0a1bb3d] socks connection closed\n2025-08-02 09:10:39.442 [info] [command][ceb335f8-6983-4b9e-af25-470fa3ba8baa] Socket close event received\n2025-08-02 09:10:40.474 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64966 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:11:39.442 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:11:39.445 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][b653ee44-9bd6-4515-94fb-c4fd9d7df674] received connection request\n2025-08-02 09:11:39.445 [info] [command][00c19204-7aed-4d8a-8831-ab5118ccfec8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""00c19204-7aed-4d8a-8831-ab5118ccfec8""}\n2025-08-02 09:11:39.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:11:39.557 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b653ee44-9bd6-4515-94fb-c4fd9d7df674] socks forwarding established\n2025-08-02 09:11:39.684 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b653ee44-9bd6-4515-94fb-c4fd9d7df674] socks connection closed\n2025-08-02 09:11:39.684 [info] [command][00c19204-7aed-4d8a-8831-ab5118ccfec8] Process exited with code 0\n2025-08-02 09:11:39.684 [info] [command][00c19204-7aed-4d8a-8831-ab5118ccfec8] Socket close event received\n2025-08-02 09:11:39.799 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65012 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:12:33.300 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] local connection closed\n2025-08-02 09:12:33.497 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64684 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:12:33.497 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] socks connection closed\n2025-08-02 09:12:39.685 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:12:39.686 [info] [command][5e894cd0-2e41-4167-8901-5713cfc7a4b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5e894cd0-2e41-4167-8901-5713cfc7a4b7""}\n2025-08-02 09:12:39.686 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][64634d47-986b-4510-8a68-6aeb37462018] received connection request\n2025-08-02 09:12:39.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:12:39.795 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][64634d47-986b-4510-8a68-6aeb37462018] socks forwarding established\n2025-08-02 09:12:39.914 [info] [command][5e894cd0-2e41-4167-8901-5713cfc7a4b7] Process exited with code 0\n2025-08-02 09:12:39.914 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][64634d47-986b-4510-8a68-6aeb37462018] socks connection closed\n2025-08-02 09:12:39.914 [info] [command][5e894cd0-2e41-4167-8901-5713cfc7a4b7] Socket close event received\n2025-08-02 09:12:40.022 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65047 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:13:39.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:13:39.915 [info] [command][5074954e-8424-40e9-a266-3815500bea76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5074954e-8424-40e9-a266-3815500bea76""}\n2025-08-02 09:13:39.916 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e10bd469-ad74-4f95-9f5e-ee08b0016c35] received connection request\n2025-08-02 09:13:39.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:13:40.026 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e10bd469-ad74-4f95-9f5e-ee08b0016c35] socks forwarding established\n2025-08-02 09:13:40.141 [info] [command][5074954e-8424-40e9-a266-3815500bea76] Process exited with code 0\n2025-08-02 09:13:40.141 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e10bd469-ad74-4f95-9f5e-ee08b0016c35] socks connection closed\n2025-08-02 09:13:40.141 [info] [command][5074954e-8424-40e9-a266-3815500bea76] Socket close event received\n2025-08-02 09:13:40.239 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65067 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:14:05.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:14:05.368 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] resuming socket\n2025-08-02 09:14:05.368 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] socks forwarding established\n2025-08-02 09:14:05.374 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] socks connection closed\n2025-08-02 09:14:05.374 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] local connection closed\n2025-08-02 09:14:05.500 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64575 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:14:40.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:14:40.147 [info] [command][59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6""}\n2025-08-02 09:14:40.148 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][66a0f78b-1efd-4535-83ff-da1fe8829737] received connection request\n2025-08-02 09:14:40.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:14:40.254 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][66a0f78b-1efd-4535-83ff-da1fe8829737] socks forwarding established\n2025-08-02 09:14:40.356 [info] [command][59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6] Process exited with code 0\n2025-08-02 09:14:40.357 [info] [command][59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6] Socket close event received\n2025-08-02 09:14:40.358 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][66a0f78b-1efd-4535-83ff-da1fe8829737] socks connection closed\n2025-08-02 09:14:40.448 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65091 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:15:05.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:15:05.324 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] socks connection closed\n2025-08-02 09:15:05.324 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] local connection closed\n2025-08-02 09:15:05.340 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] resuming socket\n2025-08-02 09:15:05.340 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] socks forwarding established\n2025-08-02 09:15:05.426 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65080 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:15:40.362 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:15:40.363 [info] [command][e8fb516a-26c5-48e3-b99c-eba98818f688] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e8fb516a-26c5-48e3-b99c-eba98818f688""}\n2025-08-02 09:15:40.364 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e91fafbe-ebce-47ec-9949-ff454cf3edfd] received connection request\n2025-08-02 09:15:40.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:15:40.481 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e91fafbe-ebce-47ec-9949-ff454cf3edfd] socks forwarding established\n2025-08-02 09:15:40.604 [info] [command][e8fb516a-26c5-48e3-b99c-eba98818f688] Process exited with code 0\n2025-08-02 09:15:40.604 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e91fafbe-ebce-47ec-9949-ff454cf3edfd] socks connection closed\n2025-08-02 09:15:40.604 [info] [command][e8fb516a-26c5-48e3-b99c-eba98818f688] Socket close event received\n2025-08-02 09:15:40.714 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65158 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:19.467 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] socks connection closed\n2025-08-02 09:16:19.469 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] socks connection closed\n2025-08-02 09:16:19.469 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] socks connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] socks connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] socks connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] local connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] local connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] local connection closed\n2025-08-02 09:16:19.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] local connection closed\n2025-08-02 09:16:19.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] local connection closed\n2025-08-02 09:16:19.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] socks connection closed\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] socks connection closed\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] local connection closed\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] local connection closed\n2025-08-02 09:16:19.613 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64285 to 127.0.0.1 port 59024, nchannels 13\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64286 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64297 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64387 to 127.0.0.1 port 59024, nchannels 10\ndebug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65117 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:19.613 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] resuming socket\n2025-08-02 09:16:19.613 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] socks forwarding established\n2025-08-02 09:16:19.615 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 61843 to 127.0.0.1 port 59024, nchannels 8\ndebug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 61848 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:19.615 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] socks connection closed\n2025-08-02 09:16:19.616 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] local connection closed\n2025-08-02 09:16:19.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:19.619 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.724 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65185 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:19.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.760 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] resuming socket\n2025-08-02 09:16:19.761 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] socks forwarding established\n2025-08-02 09:16:19.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] socks connection closed\n2025-08-02 09:16:19.765 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] local connection closed\n2025-08-02 09:16:19.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.853 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] resuming socket\n2025-08-02 09:16:19.853 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] socks forwarding established\n2025-08-02 09:16:19.866 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] socks connection closed\n2025-08-02 09:16:19.866 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] local connection closed\n2025-08-02 09:16:19.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.915 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65188 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:19.921 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] resuming socket\n2025-08-02 09:16:19.921 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] socks forwarding established\n2025-08-02 09:16:19.925 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] socks connection closed\n2025-08-02 09:16:19.926 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] local connection closed\n2025-08-02 09:16:19.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.992 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65190 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:19.992 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] resuming socket\n2025-08-02 09:16:19.992 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] socks forwarding established\n2025-08-02 09:16:19.996 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] socks connection closed\n2025-08-02 09:16:19.997 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] local connection closed\n2025-08-02 09:16:19.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.047 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65192 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.047 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] resuming socket\n2025-08-02 09:16:20.047 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] socks forwarding established\n2025-08-02 09:16:20.048 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] socks connection closed\n2025-08-02 09:16:20.049 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] local connection closed\n2025-08-02 09:16:20.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:20.050 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.117 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65194 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.117 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] resuming socket\n2025-08-02 09:16:20.117 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] socks forwarding established\n2025-08-02 09:16:20.120 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] socks connection closed\n2025-08-02 09:16:20.124 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] local connection closed\n2025-08-02 09:16:20.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:20.125 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.194 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65196 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.205 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] resuming socket\n2025-08-02 09:16:20.205 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] socks forwarding established\n2025-08-02 09:16:20.206 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] socks connection closed\n2025-08-02 09:16:20.207 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] local connection closed\n2025-08-02 09:16:20.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.243 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65199 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.243 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] resuming socket\n2025-08-02 09:16:20.243 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] socks forwarding established\n2025-08-02 09:16:20.247 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] socks connection closed\n2025-08-02 09:16:20.247 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] local connection closed\n2025-08-02 09:16:20.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.324 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65201 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.325 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] resuming socket\n2025-08-02 09:16:20.325 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] socks forwarding established\n2025-08-02 09:16:20.325 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] socks connection closed\n2025-08-02 09:16:20.328 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] local connection closed\n2025-08-02 09:16:20.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.369 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65203 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.370 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] resuming socket\n2025-08-02 09:16:20.370 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] socks forwarding established\n2025-08-02 09:16:20.373 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] socks connection closed\n2025-08-02 09:16:20.374 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] local connection closed\n2025-08-02 09:16:20.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.470 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65205 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] resuming socket\n2025-08-02 09:16:20.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] socks forwarding established\n2025-08-02 09:16:20.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] socks connection closed\n2025-08-02 09:16:20.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] local connection closed\n2025-08-02 09:16:20.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.489 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65207 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.489 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] resuming socket\n2025-08-02 09:16:20.489 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] socks forwarding established\n2025-08-02 09:16:20.489 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] socks connection closed\n2025-08-02 09:16:20.490 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] local connection closed\n2025-08-02 09:16:20.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.618 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65209 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.618 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65212 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] resuming socket\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] socks forwarding established\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] resuming socket\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] socks forwarding established\n2025-08-02 09:16:20.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] socks connection closed\n2025-08-02 09:16:20.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] local connection closed\n2025-08-02 09:16:20.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.624 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] socks connection closed\n2025-08-02 09:16:20.625 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] local connection closed\n2025-08-02 09:16:20.626 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.796 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65216 to 127.0.0.1 port 59024, nchannels 10\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65214 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] resuming socket\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] socks forwarding established\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] resuming socket\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] socks forwarding established\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] socks connection closed\n2025-08-02 09:16:20.797 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] local connection closed\n2025-08-02 09:16:20.801 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] socks connection closed\n2025-08-02 09:16:20.801 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] local connection closed\n2025-08-02 09:16:20.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.846 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] resuming socket\n2025-08-02 09:16:20.846 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] socks forwarding established\n2025-08-02 09:16:20.847 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] socks connection closed\n2025-08-02 09:16:20.848 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] local connection closed\n2025-08-02 09:16:20.948 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65218 to 127.0.0.1 port 59024, nchannels 9\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65220 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:20.948 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] resuming socket\n2025-08-02 09:16:20.948 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] socks forwarding established\n2025-08-02 09:16:20.951 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] socks connection closed\n2025-08-02 09:16:20.951 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] local connection closed\n2025-08-02 09:16:20.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.958 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65223 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:21.112 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65225 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:21.112 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] resuming socket\n2025-08-02 09:16:21.112 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] socks forwarding established\n2025-08-02 09:16:21.113 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] socks connection closed\n2025-08-02 09:16:21.113 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] local connection closed\n2025-08-02 09:16:21.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:21.264 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65227 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] resuming socket\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] socks forwarding established\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] socks connection closed\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] local connection closed\n2025-08-02 09:16:21.402 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65229 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:22.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.149 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] resuming socket\n2025-08-02 09:16:22.150 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] socks forwarding established\n2025-08-02 09:16:22.154 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] socks connection closed\n2025-08-02 09:16:22.155 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] local connection closed\n2025-08-02 09:16:22.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] resuming socket\n2025-08-02 09:16:22.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] socks forwarding established\n2025-08-02 09:16:22.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] socks connection closed\n2025-08-02 09:16:22.235 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] local connection closed\n2025-08-02 09:16:22.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.279 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65233 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:22.364 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65235 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:22.364 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] resuming socket\n2025-08-02 09:16:22.364 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] socks forwarding established\n2025-08-02 09:16:22.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] socks connection closed\n2025-08-02 09:16:22.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] local connection closed\n2025-08-02 09:16:22.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.525 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65237 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:22.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] resuming socket\n2025-08-02 09:16:22.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] socks forwarding established\n2025-08-02 09:16:22.526 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] socks connection closed\n2025-08-02 09:16:22.527 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] local connection closed\n2025-08-02 09:16:22.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.649 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65239 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:22.649 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] resuming socket\n2025-08-02 09:16:22.649 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] socks forwarding established\n2025-08-02 09:16:22.649 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] socks connection closed\n2025-08-02 09:16:22.650 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] local connection closed\n2025-08-02 09:16:22.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.881 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65241 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:22.882 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] resuming socket\n2025-08-02 09:16:22.882 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] socks forwarding established\n2025-08-02 09:16:22.883 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] socks connection closed\n2025-08-02 09:16:22.884 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] local connection closed\n2025-08-02 09:16:22.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.018 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] resuming socket\n2025-08-02 09:16:23.018 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] socks forwarding established\n2025-08-02 09:16:23.033 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] socks connection closed\n2025-08-02 09:16:23.033 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] local connection closed\n2025-08-02 09:16:23.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.095 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65243 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.371 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] resuming socket\n2025-08-02 09:16:23.371 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] socks forwarding established\n2025-08-02 09:16:23.372 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] socks connection closed\n2025-08-02 09:16:23.373 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] local connection closed\n2025-08-02 09:16:23.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:23.374 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.563 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65245 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.563 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] resuming socket\n2025-08-02 09:16:23.563 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] socks forwarding established\n2025-08-02 09:16:23.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] socks connection closed\n2025-08-02 09:16:23.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] local connection closed\n2025-08-02 09:16:23.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:23.568 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.673 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65247 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.673 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] resuming socket\n2025-08-02 09:16:23.673 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] socks forwarding established\n2025-08-02 09:16:23.674 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] socks connection closed\n2025-08-02 09:16:23.674 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] local connection closed\n2025-08-02 09:16:23.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.763 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65249 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] resuming socket\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] socks forwarding established\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] socks connection closed\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] local connection closed\n2025-08-02 09:16:23.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65251 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.816 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] resuming socket\n2025-08-02 09:16:23.816 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] socks forwarding established\n2025-08-02 09:16:23.817 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] socks connection closed\n2025-08-02 09:16:23.817 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] local connection closed\n2025-08-02 09:16:23.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.880 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65253 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:23.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] resuming socket\n2025-08-02 09:16:23.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] socks forwarding established\n2025-08-02 09:16:23.881 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] socks connection closed\n2025-08-02 09:16:23.881 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] local connection closed\n2025-08-02 09:16:23.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.959 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65255 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] resuming socket\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] socks forwarding established\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] resuming socket\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] socks forwarding established\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] socks connection closed\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] socks connection closed\n2025-08-02 09:16:23.960 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] local connection closed\n2025-08-02 09:16:23.961 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] local connection closed\n2025-08-02 09:16:23.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.005 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65257 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:24.006 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] resuming socket\n2025-08-02 09:16:24.006 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] socks forwarding established\n2025-08-02 09:16:24.006 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] socks connection closed\n2025-08-02 09:16:24.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] local connection closed\n2025-08-02 09:16:24.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.114 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65259 to 127.0.0.1 port 59024, nchannels 10\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65261 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:24.114 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] resuming socket\n2025-08-02 09:16:24.114 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] socks forwarding established\n2025-08-02 09:16:24.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] socks connection closed\n2025-08-02 09:16:24.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] local connection closed\n2025-08-02 09:16:24.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.279 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65263 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.279 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] resuming socket\n2025-08-02 09:16:24.279 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] socks forwarding established\n2025-08-02 09:16:24.280 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] socks connection closed\n2025-08-02 09:16:24.282 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] local connection closed\n2025-08-02 09:16:24.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.292 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65265 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.293 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] resuming socket\n2025-08-02 09:16:24.293 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] socks forwarding established\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] resuming socket\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] socks forwarding established\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] resuming socket\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] socks forwarding established\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] socks connection closed\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] socks connection closed\n2025-08-02 09:16:24.297 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] socks connection closed\n2025-08-02 09:16:24.297 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] local connection closed\n2025-08-02 09:16:24.297 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] local connection closed\n2025-08-02 09:16:24.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.298 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] local connection closed\n2025-08-02 09:16:24.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.536 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65267 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.536 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] resuming socket\n2025-08-02 09:16:24.536 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] socks forwarding established\n2025-08-02 09:16:24.537 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] socks connection closed\n2025-08-02 09:16:24.537 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] local connection closed\n2025-08-02 09:16:24.538 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65271 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65272 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65273 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] resuming socket\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] socks forwarding established\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] resuming socket\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] socks forwarding established\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] resuming socket\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] socks forwarding established\n2025-08-02 09:16:24.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] socks connection closed\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] socks connection closed\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] local connection closed\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] local connection closed\n2025-08-02 09:16:24.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:24.540 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.541 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] socks connection closed\n2025-08-02 09:16:24.542 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] local connection closed\n2025-08-02 09:16:24.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.650 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65275 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.657 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65278 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65279 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] resuming socket\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] socks forwarding established\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] resuming socket\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] socks forwarding established\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] resuming socket\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] socks forwarding established\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] socks connection closed\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] socks connection closed\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] socks connection closed\n2025-08-02 09:16:24.658 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] local connection closed\n2025-08-02 09:16:24.658 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] local connection closed\n2025-08-02 09:16:24.658 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] local connection closed\n2025-08-02 09:16:24.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.672 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65281 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] resuming socket\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] socks forwarding established\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] socks connection closed\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] local connection closed\n2025-08-02 09:16:24.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.771 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65283 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.773 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65286 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65287 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] resuming socket\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] socks forwarding established\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] resuming socket\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] socks forwarding established\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] resuming socket\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] socks forwarding established\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] socks connection closed\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] socks connection closed\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] socks connection closed\n2025-08-02 09:16:24.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] local connection closed\n2025-08-02 09:16:24.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] local connection closed\n2025-08-02 09:16:24.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] local connection closed\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.788 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65289 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.788 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] resuming socket\n2025-08-02 09:16:24.788 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] socks forwarding established\n2025-08-02 09:16:24.792 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] socks connection closed\n2025-08-02 09:16:24.792 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] local connection closed\n2025-08-02 09:16:24.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.876 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65293 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.878 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65294 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65295 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] resuming socket\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] socks forwarding established\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] resuming socket\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] socks forwarding established\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] resuming socket\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] socks forwarding established\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] socks connection closed\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] socks connection closed\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] socks connection closed\n2025-08-02 09:16:24.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] local connection closed\n2025-08-02 09:16:24.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] local connection closed\n2025-08-02 09:16:24.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] local connection closed\n2025-08-02 09:16:24.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.906 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65297 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 09:16:24.918 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] resuming socket\n2025-08-02 09:16:24.918 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] socks forwarding established\n2025-08-02 09:16:24.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] socks connection closed\n2025-08-02 09:16:24.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] local connection closed\n2025-08-02 09:16:24.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.006 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65301 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65302 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65303 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] resuming socket\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] socks forwarding established\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] resuming socket\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] socks forwarding established\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] socks connection closed\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] socks connection closed\n2025-08-02 09:16:25.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] local connection closed\n2025-08-02 09:16:25.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] local connection closed\n2025-08-02 09:16:25.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.009 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.032 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65305 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] resuming socket\n2025-08-02 09:16:25.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] socks forwarding established\n2025-08-02 09:16:25.039 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] socks connection closed\n2025-08-02 09:16:25.040 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] local connection closed\n2025-08-02 09:16:25.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.129 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65308 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65309 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.129 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] resuming socket\n2025-08-02 09:16:25.129 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] socks forwarding established\n2025-08-02 09:16:25.129 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] resuming socket\n2025-08-02 09:16:25.130 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] socks forwarding established\n2025-08-02 09:16:25.135 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] socks connection closed\n2025-08-02 09:16:25.135 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] socks connection closed\n2025-08-02 09:16:25.135 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] local connection closed\n2025-08-02 09:16:25.136 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] local connection closed\n2025-08-02 09:16:25.137 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.146 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65311 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.157 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] resuming socket\n2025-08-02 09:16:25.157 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] socks forwarding established\n2025-08-02 09:16:25.157 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] socks connection closed\n2025-08-02 09:16:25.158 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] local connection closed\n2025-08-02 09:16:25.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.248 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65314 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.255 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65315 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] resuming socket\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] socks forwarding established\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] resuming socket\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] socks forwarding established\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] socks connection closed\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] socks connection closed\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] local connection closed\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] local connection closed\n2025-08-02 09:16:25.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.289 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65317 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.289 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] resuming socket\n2025-08-02 09:16:25.289 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] socks forwarding established\n2025-08-02 09:16:25.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] socks connection closed\n2025-08-02 09:16:25.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] local connection closed\n2025-08-02 09:16:25.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.404 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65320 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.405 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65321 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] resuming socket\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] socks forwarding established\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] resuming socket\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] socks forwarding established\n2025-08-02 09:16:25.406 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65323 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:25.406 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] socks connection closed\n2025-08-02 09:16:25.406 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] socks connection closed\n2025-08-02 09:16:25.406 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] local connection closed\n2025-08-02 09:16:25.407 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] local connection closed\n2025-08-02 09:16:25.408 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.432 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] resuming socket\n2025-08-02 09:16:25.432 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] socks forwarding established\n2025-08-02 09:16:25.438 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] socks connection closed\n2025-08-02 09:16:25.438 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] local connection closed\n2025-08-02 09:16:25.438 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.521 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65326 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.521 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65327 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] resuming socket\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] socks forwarding established\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] resuming socket\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] socks forwarding established\n2025-08-02 09:16:25.524 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] socks connection closed\n2025-08-02 09:16:25.524 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] socks connection closed\n2025-08-02 09:16:25.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] local connection closed\n2025-08-02 09:16:25.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] local connection closed\n2025-08-02 09:16:25.546 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65329 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:25.561 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] resuming socket\n2025-08-02 09:16:25.561 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] socks forwarding established\n2025-08-02 09:16:25.565 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] socks connection closed\n2025-08-02 09:16:25.566 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] local connection closed\n2025-08-02 09:16:25.637 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65332 to 127.0.0.1 port 59024, nchannels 8\ndebug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65333 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:25.684 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65335 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:26.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:26.990 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] resuming socket\n2025-08-02 09:16:26.990 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] socks forwarding established\n2025-08-02 09:16:26.995 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] socks connection closed\n2025-08-02 09:16:26.996 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] local connection closed\n2025-08-02 09:16:26.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.105 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65337 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.105 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] resuming socket\n2025-08-02 09:16:27.105 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] socks forwarding established\n2025-08-02 09:16:27.110 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] socks connection closed\n2025-08-02 09:16:27.110 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] local connection closed\n2025-08-02 09:16:27.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.215 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65339 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.215 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] resuming socket\n2025-08-02 09:16:27.215 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] socks forwarding established\n2025-08-02 09:16:27.215 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] socks connection closed\n2025-08-02 09:16:27.216 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] local connection closed\n2025-08-02 09:16:27.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.310 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.311 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] resuming socket\n2025-08-02 09:16:27.311 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] socks forwarding established\n2025-08-02 09:16:27.314 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] socks connection closed\n2025-08-02 09:16:27.314 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] local connection closed\n2025-08-02 09:16:27.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.425 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65344 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.426 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] resuming socket\n2025-08-02 09:16:27.426 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] socks forwarding established\n2025-08-02 09:16:27.431 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] socks connection closed\n2025-08-02 09:16:27.431 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] local connection closed\n2025-08-02 09:16:27.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:27.432 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.542 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65346 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.543 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] resuming socket\n2025-08-02 09:16:27.543 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] socks forwarding established\n2025-08-02 09:16:27.543 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] socks connection closed\n2025-08-02 09:16:27.544 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] local connection closed\n2025-08-02 09:16:27.544 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.659 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65349 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.659 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] resuming socket\n2025-08-02 09:16:27.659 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] socks forwarding established\n2025-08-02 09:16:27.664 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] socks connection closed\n2025-08-02 09:16:27.665 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] local connection closed\n2025-08-02 09:16:27.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.774 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65351 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] resuming socket\n2025-08-02 09:16:27.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] socks forwarding established\n2025-08-02 09:16:27.779 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] socks connection closed\n2025-08-02 09:16:27.779 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] local connection closed\n2025-08-02 09:16:27.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.879 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65353 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] resuming socket\n2025-08-02 09:16:27.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] socks forwarding established\n2025-08-02 09:16:27.885 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] socks connection closed\n2025-08-02 09:16:27.885 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] local connection closed\n2025-08-02 09:16:27.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:28.008 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65355 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] resuming socket\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] socks forwarding established\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] socks connection closed\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] local connection closed\n2025-08-02 09:16:28.119 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65357 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:28.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:28.991 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] resuming socket\n2025-08-02 09:16:28.991 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] socks forwarding established\n2025-08-02 09:16:28.991 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] socks connection closed\n2025-08-02 09:16:28.992 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] local connection closed\n2025-08-02 09:16:29.132 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65359 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:29.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:29.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:29.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] resuming socket\n2025-08-02 09:16:29.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] socks forwarding established\n2025-08-02 09:16:29.923 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] socks connection closed\n2025-08-02 09:16:29.924 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] local connection closed\n2025-08-02 09:16:29.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:29.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] resuming socket\n2025-08-02 09:16:29.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] socks forwarding established\n2025-08-02 09:16:29.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] socks connection closed\n2025-08-02 09:16:29.963 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] local connection closed\n2025-08-02 09:16:29.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.039 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65361 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.039 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] resuming socket\n2025-08-02 09:16:30.039 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] socks forwarding established\n2025-08-02 09:16:30.044 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] socks connection closed\n2025-08-02 09:16:30.044 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] local connection closed\n2025-08-02 09:16:30.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.078 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65363 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.078 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] resuming socket\n2025-08-02 09:16:30.078 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] socks forwarding established\n2025-08-02 09:16:30.082 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] socks connection closed\n2025-08-02 09:16:30.082 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] local connection closed\n2025-08-02 09:16:30.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.109 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] resuming socket\n2025-08-02 09:16:30.109 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] socks forwarding established\n2025-08-02 09:16:30.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] socks connection closed\n2025-08-02 09:16:30.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] local connection closed\n2025-08-02 09:16:30.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.158 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65365 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.159 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] resuming socket\n2025-08-02 09:16:30.159 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] socks forwarding established\n2025-08-02 09:16:30.162 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] socks connection closed\n2025-08-02 09:16:30.162 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] local connection closed\n2025-08-02 09:16:30.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.178 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65367 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.178 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] resuming socket\n2025-08-02 09:16:30.178 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] socks forwarding established\n2025-08-02 09:16:30.183 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] socks connection closed\n2025-08-02 09:16:30.183 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] local connection closed\n2025-08-02 09:16:30.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.223 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65369 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.223 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] resuming socket\n2025-08-02 09:16:30.223 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] socks forwarding established\n2025-08-02 09:16:30.223 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] socks connection closed\n2025-08-02 09:16:30.224 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] local connection closed\n2025-08-02 09:16:30.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.270 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65371 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.270 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] resuming socket\n2025-08-02 09:16:30.270 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] socks forwarding established\n2025-08-02 09:16:30.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] socks connection closed\n2025-08-02 09:16:30.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] local connection closed\n2025-08-02 09:16:30.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.288 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65373 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.288 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] resuming socket\n2025-08-02 09:16:30.288 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] socks forwarding established\n2025-08-02 09:16:30.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] socks connection closed\n2025-08-02 09:16:30.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] local connection closed\n2025-08-02 09:16:30.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.355 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65375 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.360 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] resuming socket\n2025-08-02 09:16:30.360 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] socks forwarding established\n2025-08-02 09:16:30.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] socks connection closed\n2025-08-02 09:16:30.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] local connection closed\n2025-08-02 09:16:30.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.370 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65378 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.378 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] resuming socket\n2025-08-02 09:16:30.378 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] socks forwarding established\n2025-08-02 09:16:30.383 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] socks connection closed\n2025-08-02 09:16:30.383 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] local connection closed\n2025-08-02 09:16:30.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.396 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65380 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.396 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] resuming socket\n2025-08-02 09:16:30.396 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] socks forwarding established\n2025-08-02 09:16:30.396 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] socks connection closed\n2025-08-02 09:16:30.397 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] local connection closed\n2025-08-02 09:16:30.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.462 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65382 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.464 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] resuming socket\n2025-08-02 09:16:30.464 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] socks forwarding established\n2025-08-02 09:16:30.465 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] socks connection closed\n2025-08-02 09:16:30.465 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] local connection closed\n2025-08-02 09:16:30.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.501 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65384 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.501 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] resuming socket\n2025-08-02 09:16:30.501 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] socks forwarding established\n2025-08-02 09:16:30.502 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] socks connection closed\n2025-08-02 09:16:30.502 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] local connection closed\n2025-08-02 09:16:30.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.507 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65386 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.507 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] resuming socket\n2025-08-02 09:16:30.507 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] socks forwarding established\n2025-08-02 09:16:30.512 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] socks connection closed\n2025-08-02 09:16:30.513 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] local connection closed\n2025-08-02 09:16:30.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.578 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65388 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.578 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] resuming socket\n2025-08-02 09:16:30.578 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] socks forwarding established\n2025-08-02 09:16:30.578 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] socks connection closed\n2025-08-02 09:16:30.579 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] local connection closed\n2025-08-02 09:16:30.580 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.619 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65390 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65392 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] resuming socket\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] socks forwarding established\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] resuming socket\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] socks forwarding established\n2025-08-02 09:16:30.620 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] socks connection closed\n2025-08-02 09:16:30.620 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] local connection closed\n2025-08-02 09:16:30.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.622 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] socks connection closed\n2025-08-02 09:16:30.622 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] local connection closed\n2025-08-02 09:16:30.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.679 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65394 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.683 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] resuming socket\n2025-08-02 09:16:30.683 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] socks forwarding established\n2025-08-02 09:16:30.683 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] socks connection closed\n2025-08-02 09:16:30.684 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] local connection closed\n2025-08-02 09:16:30.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:30.685 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.725 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65396 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.726 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] resuming socket\n2025-08-02 09:16:30.726 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] socks forwarding established\n2025-08-02 09:16:30.730 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65398 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.730 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] socks connection closed\n2025-08-02 09:16:30.731 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] local connection closed\n2025-08-02 09:16:30.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.732 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] resuming socket\n2025-08-02 09:16:30.732 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] socks forwarding established\n2025-08-02 09:16:30.732 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] socks connection closed\n2025-08-02 09:16:30.733 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] local connection closed\n2025-08-02 09:16:30.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:30.733 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.814 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65400 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.814 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] resuming socket\n2025-08-02 09:16:30.814 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] socks forwarding established\n2025-08-02 09:16:30.815 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] socks connection closed\n2025-08-02 09:16:30.815 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] local connection closed\n2025-08-02 09:16:30.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.834 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65402 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.838 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] resuming socket\n2025-08-02 09:16:30.838 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] socks forwarding established\n2025-08-02 09:16:30.839 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65404 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] resuming socket\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] socks forwarding established\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] socks connection closed\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] socks connection closed\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] local connection closed\n2025-08-02 09:16:30.840 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] local connection closed\n2025-08-02 09:16:30.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:30.841 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.918 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65406 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] resuming socket\n2025-08-02 09:16:30.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] socks forwarding established\n2025-08-02 09:16:30.922 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] socks connection closed\n2025-08-02 09:16:30.923 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] local connection closed\n2025-08-02 09:16:30.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.939 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65408 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65410 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] resuming socket\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] socks forwarding established\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] resuming socket\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] socks forwarding established\n2025-08-02 09:16:30.944 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] socks connection closed\n2025-08-02 09:16:30.944 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] socks connection closed\n2025-08-02 09:16:30.945 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] local connection closed\n2025-08-02 09:16:30.945 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] local connection closed\n2025-08-02 09:16:31.031 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65412 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:31.031 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] resuming socket\n2025-08-02 09:16:31.031 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] socks forwarding established\n2025-08-02 09:16:31.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] socks connection closed\n2025-08-02 09:16:31.033 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] local connection closed\n2025-08-02 09:16:31.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:31.055 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65415 to 127.0.0.1 port 59024, nchannels 9\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65416 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:31.131 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65418 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:31.132 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] resuming socket\n2025-08-02 09:16:31.132 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] socks forwarding established\n2025-08-02 09:16:31.138 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] socks connection closed\n2025-08-02 09:16:31.138 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] local connection closed\n2025-08-02 09:16:31.240 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65420 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.265 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65425 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.266 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9f4254be-8494-4ced-9434-2f527c6a2dd6] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.369 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65427 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.370 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][22219a0f-d16b-483d-9d3f-666be52f19fb] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.480 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65429 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.480 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2cfc3fe8-0c13-4537-b5e5-3caa1f99b7a8] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.582 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65431 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.583 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][943997a7-d226-4651-8209-a41c1f55893b] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.704 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65433 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.704 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][32626f0b-d26b-4438-973c-5cfadd0dd1e7] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.809 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65435 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.809 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db494ee5-ff34-47d6-a53a-e8b66b118422] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.911 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65437 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.911 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4bbfbacb-961b-476e-9c82-c5fc83525e47] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.038 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65439 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.038 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b5e17f1-daac-4a5e-96f1-9055e0f866e9] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.129 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65441 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.130 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64eaea9e-4ccf-4bcb-a37d-109c8e01b77a] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.230 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65443 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:34.231 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][76f9682c-b538-4c2a-a3f1-e4e024a07bb8] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.249 [info] (ssh_tunnel) stderr: channel 6: open failed: connect failed: Connection refused\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65445 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.250 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b1d6c2a9-fb42-4ba1-87e7-0ab8a2fd4ea9] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.358 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65447 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.358 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bba4dc39-2d15-4263-ae81-8df05dea4c4e] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.457 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65449 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.458 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2debb8d2-db7f-4ef5-80a6-f4436eb6a00f] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.549 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65451 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.550 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][45b1c2c3-9b55-4bff-af8a-4daaf99174db] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.649 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65453 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.649 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3bc2d111-9a3d-49fd-a837-05f206f13896] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.750 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65455 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.753 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b4d769bd-6cc1-41b3-86cd-2b41fbe0ce16] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.849 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\nchannel 6: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65457 to 127.0.0.1 port 59024, nchannels 7\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65459 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.849 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c32e9166-d561-4424-a921-e49a774f0e4a] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.849 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][823587df-bb2a-4269-904c-8249cb1c36fe] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.949 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65461 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.950 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4a55b632-b275-44d2-9e58-09290f2b87da] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:35.090 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65463 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:35.090 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][45c3251a-0298-4468-9572-6a5e2c454a23] error while creating socks forwarding Socket closed\n2025-08-02 09:16:35.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:35.200 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65465 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:35.202 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe0fcf32-0bb1-41a0-848a-a106d32b6519] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.346 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65467 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.347 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][534891b4-4cd6-4e3b-b477-645402d84dc5] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.459 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65469 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.460 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][43b325e1-a740-4e63-88ba-37e6d751ce37] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.561 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65471 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.562 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0bcd7c0-1d47-4926-94a6-f75260ebb227] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.670 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65473 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.673 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6a9746d9-02c4-45e1-bf04-29994f93b4e7] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.796 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65475 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.797 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][03554de9-b019-41bc-b0e1-c1e742fe2b2c] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.906 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65477 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.908 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][daad58b2-bc2b-4f8f-9d00-189d50a1fbfd] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.020 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65479 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.023 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5655059-6fd5-4916-88ae-5366cf04837d] error while creating socks forwarding Socket closed\n2025-08-02 09:16:37.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.147 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65481 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.148 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb5a10b2-bce2-408e-804a-38fcda802e33] error while creating socks forwarding Socket closed\n2025-08-02 09:16:37.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.263 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65483 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.264 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][abdbcb0d-2d67-4389-a999-58ec94785af5] error while creating socks forwarding Socket closed\n2025-08-02 09:16:37.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.380 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65485 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.381 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][874400c3-7d4e-4bd3-9c5c-c5cfb94df456] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.605 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65488 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.606 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][de2bbbc7-c04b-4be5-ada1-ea8835c7a068] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.727 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65490 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.728 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6b543e5-7faa-4b11-86c1-cb0736ad5b31] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.730 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.835 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65492 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.836 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][de11c716-0541-4b2e-988d-12d1bc777b34] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.963 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65494 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.963 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1a44d1b-28dd-4752-8705-5ec7038aa87e] error while creating socks forwarding Socket closed\n2025-08-02 09:16:40.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:16:40.612 [info] [command][78b15426-1c7d-4364-ab73-b04eeed5d60b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""78b15426-1c7d-4364-ab73-b04eeed5d60b""}\n2025-08-02 09:16:40.614 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][cfc9f523-bb11-4f35-8820-35c4a65cc2c1] received connection request\n2025-08-02 09:16:40.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:40.731 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cfc9f523-bb11-4f35-8820-35c4a65cc2c1] socks forwarding established\n2025-08-02 09:16:40.857 [info] [command][78b15426-1c7d-4364-ab73-b04eeed5d60b] Process exited with code 0\n2025-08-02 09:16:40.857 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cfc9f523-bb11-4f35-8820-35c4a65cc2c1] socks connection closed\n2025-08-02 09:16:40.857 [info] [command][78b15426-1c7d-4364-ab73-b04eeed5d60b] Socket close event received\n2025-08-02 09:16:40.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65497 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:17:29.770 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][dcca7f3d-52fb-4518-b69b-9e208bb9d0f0] received connection request\n2025-08-02 09:17:29.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:30.929 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 09:17:30.929 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:17:30.934 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][7da78a3b-291d-40a3-b4c8-647e656f6661] received connection request\n2025-08-02 09:17:30.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:37.488 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][dcca7f3d-52fb-4518-b69b-9e208bb9d0f0] socks forwarding established\n2025-08-02 09:17:37.490 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][7da78a3b-291d-40a3-b4c8-647e656f6661] socks forwarding established\n2025-08-02 09:17:37.765 [info] Successfully connected to Cursor server at http://127.0.0.1:59029/version\n2025-08-02 09:17:37.765 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-08-02 09:17:37.766 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][aa79aa86-bd0b-4f53-85aa-2ddd9187c2b0] received connection request\n2025-08-02 09:17:37.766 [info] [command][aab2d5a9-bfa9-456e-afbc-1eaedc960083] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""aab2d5a9-bfa9-456e-afbc-1eaedc960083""}\n2025-08-02 09:17:37.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:37.874 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][aa79aa86-bd0b-4f53-85aa-2ddd9187c2b0] socks forwarding established\n2025-08-02 09:17:37.978 [info] [command][aab2d5a9-bfa9-456e-afbc-1eaedc960083] Process exited with code 0\n2025-08-02 09:17:37.978 [info] Successfully ran 'echo 1' against the multiplex server\n2025-08-02 09:17:37.979 [info] Reusing existing connection\n2025-08-02 09:17:37.979 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":59029,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 59024\n2025-08-02 09:17:37.980 [info] [command][aab2d5a9-bfa9-456e-afbc-1eaedc960083] Socket close event received\n2025-08-02 09:17:37.980 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][aa79aa86-bd0b-4f53-85aa-2ddd9187c2b0] socks connection closed\n2025-08-02 09:17:37.997 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][11ce6190-3d18-4529-b793-34b9ed44a05d] received connection request\n2025-08-02 09:17:37.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:17:37.998 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:37.999 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][faf56f77-1227-49d8-b6ea-51d797bcd448] socks connection closed\n2025-08-02 09:17:38.083 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 49385 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:17:38.096 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][11ce6190-3d18-4529-b793-34b9ed44a05d] socks forwarding established\n2025-08-02 09:17:38.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 59036 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:17:38.423 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][f33ebf0e-b452-4ac0-84c6-da91bde6085d] socks connection closed\n2025-08-02 09:17:38.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 59034 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:17:40.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:17:40.862 [info] [command][86d672b3-2250-46a8-9d97-340e7cd85e7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""86d672b3-2250-46a8-9d97-340e7cd85e7e""}\n2025-08-02 09:17:40.862 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][b2389c92-ee36-45f8-befa-a80ba943ac3a] received connection request\n2025-08-02 09:17:40.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:40.887 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 49275 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:17:40.887 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][7da78a3b-291d-40a3-b4c8-647e656f6661] socks connection closed\n2025-08-02 09:17:40.970 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b2389c92-ee36-45f8-befa-a80ba943ac3a] socks forwarding established\n2025-08-02 09:17:41.212 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b2389c92-ee36-45f8-befa-a80ba943ac3a] socks connection closed\n2025-08-02 09:17:41.212 [info] [command][86d672b3-2250-46a8-9d97-340e7cd85e7e] Process exited with code 0\n2025-08-02 09:17:41.212 [info] [command][86d672b3-2250-46a8-9d97-340e7cd85e7e] Socket close event received\n2025-08-02 09:17:41.328 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 49389 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:18:05.974 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #3)\n2025-08-02 09:18:05.975 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:18:05.976 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][babeb890-1ee4-498a-82b3-c82e02665bcd] received connection request\n2025-08-02 09:18:05.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:18:15.987 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 09:18:15.988 [error] Failed to connect to Cursor server at http://127.0.0.1:59029, attempt 1 of 3 This operation was aborted\n2025-08-02 09:18:15.990 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][efeeab8e-fb4b-4fbc-bb2a-5e6282652181] received connection request\n2025-08-02 09:18:15.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:18:16.047 [info] Terminating existing SSH process with pid: 22509\n2025-08-02 09:18:16.047 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:18:16.047 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EJO7vy/socket.sock\n2025-08-02 09:18:16.048 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 09:18:16.048 [error] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][babeb890-1ee4-498a-82b3-c82e02665bcd] error while creating socks forwarding Socket closed\n2025-08-02 09:18:16.048 [error] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][efeeab8e-fb4b-4fbc-bb2a-5e6282652181] error while creating socks forwarding Socket closed\n2025-08-02 09:18:16.048 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][11ce6190-3d18-4529-b793-34b9ed44a05d] socks connection closed\n2025-08-02 09:18:16.048 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][dcca7f3d-52fb-4518-b69b-9e208bb9d0f0] socks connection closed\n2025-08-02 09:18:16.052 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41504.sh"" | ssh -v -T -D 49499 login.haicore.berlin bash --login -c bash\n2025-08-02 09:18:16.052 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:18:16.052 [info] Waiting for server to install via process(25938)...\n2025-08-02 09:18:16.064 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:18:16.064 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:18:16.066 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:18:16.066 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:18:16.066 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:18:16.992 [error] Failed to connect to Cursor server at http://127.0.0.1:59029, attempt 2 of 3 This operation was aborted\n2025-08-02 09:18:17.999 [error] Failed to connect to Cursor server at http://127.0.0.1:59029, attempt 3 of 3 This operation was aborted\n2025-08-02 09:18:17.999 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 09:18:17.999 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 09:18:37.322 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:18:37.322 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-02 09:18:37.323 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:18:37.323 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:18:37.491 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:18:37.492 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 09:18:37.493 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:18:37.597 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:18:37.820 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:18:37.821 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 09:18:37.821 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:18:38.162 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:18:38.399 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:18:38.457 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 09:18:38.457 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:18:38.573 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 09:18:38.738 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 09:18:38.849 [info] Askpass server received request: POST /\n2025-08-02 09:18:38.849 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 09:18:38.849 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 09:18:41.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:18:41.220 [error] [forwarding][multiplex][127.0.0.1:59030 -> unknown}][66768d5a-b54d-4ac9-86f7-49ba2dd39c76] remote server not configured\n2025-08-02 09:18:41.221 [info] [command][ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a""}\n2025-08-02 09:18:41.221 [error] [command][ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a] Socket error: Error: read ECONNRESET\n2025-08-02 09:18:41.221 [info] [command][ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a] Socket close event received\n2025-08-02 09:19:17.092 [error] Password authentication cancelled\n2025-08-02 09:19:17.095 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 09:19:19.555 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-08-02 09:19:19.705 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 09:19:19.794 [info] Askpass server received request: POST /\n2025-08-02 09:19:19.794 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 09:19:19.794 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 09:19:23.186 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 09:19:23.192 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:19:23.193 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:19:23.194 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:19:23.197 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41035.sh"" | ssh -v -T -D 49774 login.haicore.berlin bash --login -c bash\n2025-08-02 09:19:23.197 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:19:23.197 [info] Waiting for server to install via process(25984)...\n2025-08-02 09:19:23.209 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:19:23.209 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:19:23.210 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:19:23.210 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:19:23.210 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:19:23.320 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:19:23.320 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:19:23.320 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:19:23.423 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:19:23.426 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 09:19:23.426 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:19:23.521 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 09:19:23.522 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:19:23.646 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:19:23.647 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 09:19:23.647 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:19:23.653 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:19:23.653 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:19:23.897 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:19:23.995 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:19:23.999 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 09:19:24.002 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 09:19:24.002 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:19:24.111 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:19:24.243 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:49774 forwarded to remote address socks:0\n\n2025-08-02 09:19:24.243 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 49774.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 49774.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-02 09:19:24.243 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 09:19:24.340 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 09:19:24.341 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 09:19:24.348 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-02 09:19:24.349 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 09:19:24.431 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 09:19:24.896 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 09:19:24.933 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:19:24.937 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 09:19:24.944 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 09:19:24.952 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 09:19:24.971 [info] (ssh_tunnel) stdout: Running multiplex server: 810831 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js fc422ce3-8024-46ca-9121-35769ae8c6f2\n\n2025-08-02 09:19:24.975 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 810831 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js fc422ce3-8024-46ca-9121-35769ae8c6f2\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-02 09:19:24.990 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nChecking for code servers\n\n2025-08-02 09:19:25.000 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 09:19:25.023 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n630b4a86e404f20eacd4c103: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==33959==\nmultiplexConnectionToken==fc422ce3-8024-46ca-9121-35769ae8c6f2==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n630b4a86e404f20eacd4c103: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:19:25.024 [info] Server install command exit code: 0\n2025-08-02 09:19:25.024 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41035.sh\n2025-08-02 09:19:25.025 [info] [forwarding][code] creating new forwarding server\n2025-08-02 09:19:25.025 [info] [forwarding][code] server listening on 127.0.0.1:49779\n2025-08-02 09:19:25.025 [info] [forwarding][code] Set up server\n2025-08-02 09:19:25.025 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 09:19:25.025 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 09:19:25.025 [info] [forwarding][multiplex] server listening on 127.0.0.1:49780\n2025-08-02 09:19:25.025 [info] [forwarding][multiplex] Set up server\n2025-08-02 09:19:25.026 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: fc422ce3-8024-46ca-9121-35769ae8c6f2\n2025-08-02 09:19:25.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:19:25.026 [info] [remote-ssh] Resolved exec server. Socks port: 49774\n2025-08-02 09:19:25.026 [info] Setting up 0 default forwarded ports\n2025-08-02 09:19:25.027 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":49779,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 49774\n2025-08-02 09:19:25.028 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][827b7fa3-f9a6-431a-bd5d-6814c6523ab5] received connection request\n2025-08-02 09:19:25.029 [info] [command][611d319e-748d-4792-8aab-e02ddb751fc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""611d319e-748d-4792-8aab-e02ddb751fc5""}\n2025-08-02 09:19:25.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:19:25.052 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][99117a86-ad93-4d7d-8fc7-433a07c37a9a] received connection request\n2025-08-02 09:19:25.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:19:25.142 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][827b7fa3-f9a6-431a-bd5d-6814c6523ab5] socks forwarding established\n2025-08-02 09:19:25.152 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][99117a86-ad93-4d7d-8fc7-433a07c37a9a] socks forwarding established\n2025-08-02 09:19:25.274 [info] [command][611d319e-748d-4792-8aab-e02ddb751fc5] Process exited with code 0\n2025-08-02 09:19:25.275 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][827b7fa3-f9a6-431a-bd5d-6814c6523ab5] socks connection closed\n2025-08-02 09:19:25.275 [info] [command][611d319e-748d-4792-8aab-e02ddb751fc5] Socket close event received\n2025-08-02 09:19:25.285 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][ba80e572-dac5-4661-871f-e941cc4d46b3] received connection request\n2025-08-02 09:19:25.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:19:25.394 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 49782 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:19:25.395 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][ba80e572-dac5-4661-871f-e941cc4d46b3] socks forwarding established\n2025-08-02 09:19:25.829 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 09:19:28.608 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:19:28.608 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 09:19:28.608 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:20:25.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:20:25.280 [info] [command][de037e44-1178-4493-96d4-6bdc15d45afe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""de037e44-1178-4493-96d4-6bdc15d45afe""}\n2025-08-02 09:20:25.280 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][edb91749-4777-4c6e-a8ba-6ec1d67ed2ed] received connection request\n2025-08-02 09:20:25.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:20:44.917 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][edb91749-4777-4c6e-a8ba-6ec1d67ed2ed] socks forwarding established\n2025-08-02 09:20:56.487 [info] [command][de037e44-1178-4493-96d4-6bdc15d45afe] Process exited with code 0\n2025-08-02 09:20:56.488 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][edb91749-4777-4c6e-a8ba-6ec1d67ed2ed] socks connection closed\n2025-08-02 09:20:56.488 [info] [command][de037e44-1178-4493-96d4-6bdc15d45afe] Socket close event received\n2025-08-02 09:20:59.090 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50051 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:21:56.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:21:56.496 [info] [command][3a914f72-7fed-4823-8a41-3fc7987b000f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3a914f72-7fed-4823-8a41-3fc7987b000f""}\n2025-08-02 09:21:56.497 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][0cef08d7-55b0-4915-944a-a3d8df22d06d] received connection request\n2025-08-02 09:21:56.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:21:56.608 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0cef08d7-55b0-4915-944a-a3d8df22d06d] socks forwarding established\n2025-08-02 09:21:56.739 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0cef08d7-55b0-4915-944a-a3d8df22d06d] socks connection closed\n2025-08-02 09:21:56.740 [info] [command][3a914f72-7fed-4823-8a41-3fc7987b000f] Process exited with code 0\n2025-08-02 09:21:56.740 [info] [command][3a914f72-7fed-4823-8a41-3fc7987b000f] Socket close event received\n2025-08-02 09:21:57.031 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50395 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:22:56.746 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:22:56.751 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][43ad4ab5-8197-48da-b36c-43f41653bc47] received connection request\n2025-08-02 09:22:56.751 [info] [command][8a1fa454-afa4-4a0e-9c93-bc6feb265ed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8a1fa454-afa4-4a0e-9c93-bc6feb265ed7""}\n2025-08-02 09:22:56.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:22:58.626 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][43ad4ab5-8197-48da-b36c-43f41653bc47] socks forwarding established\n2025-08-02 09:22:59.119 [info] [command][8a1fa454-afa4-4a0e-9c93-bc6feb265ed7] Process exited with code 0\n2025-08-02 09:22:59.120 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][43ad4ab5-8197-48da-b36c-43f41653bc47] socks connection closed\n2025-08-02 09:22:59.120 [info] [command][8a1fa454-afa4-4a0e-9c93-bc6feb265ed7] Socket close event received\n2025-08-02 09:22:59.273 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50421 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:23:59.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:23:59.127 [info] [command][b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d""}\n2025-08-02 09:23:59.128 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][9a37bbdf-4fa8-443f-a7d5-7a6e3ab30b12] received connection request\n2025-08-02 09:23:59.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:23:59.222 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][9a37bbdf-4fa8-443f-a7d5-7a6e3ab30b12] socks forwarding established\n2025-08-02 09:23:59.321 [info] [command][b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d] Process exited with code 0\n2025-08-02 09:23:59.322 [info] [command][b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d] Socket close event received\n2025-08-02 09:23:59.325 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][9a37bbdf-4fa8-443f-a7d5-7a6e3ab30b12] socks connection closed\n2025-08-02 09:23:59.417 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50497 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:24:59.326 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:24:59.330 [info] [command][96b72da9-43a2-4de9-af54-9fea907d060c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""96b72da9-43a2-4de9-af54-9fea907d060c""}\n2025-08-02 09:24:59.332 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][0dca286a-4870-4d06-8c0c-b28969767863] received connection request\n2025-08-02 09:24:59.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:24:59.761 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0dca286a-4870-4d06-8c0c-b28969767863] socks forwarding established\n2025-08-02 09:24:59.929 [info] [command][96b72da9-43a2-4de9-af54-9fea907d060c] Process exited with code 0\n2025-08-02 09:24:59.930 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0dca286a-4870-4d06-8c0c-b28969767863] socks connection closed\n2025-08-02 09:24:59.930 [info] [command][96b72da9-43a2-4de9-af54-9fea907d060c] Socket close event received\n2025-08-02 09:25:00.046 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50589 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:25:59.931 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:25:59.933 [info] [command][71034ae4-a51d-43de-be68-5c15ff2d3016] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""71034ae4-a51d-43de-be68-5c15ff2d3016""}\n2025-08-02 09:25:59.934 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][dc5b9516-6071-4b48-8537-d3dd7b833de3] received connection request\n2025-08-02 09:25:59.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:26:00.027 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][dc5b9516-6071-4b48-8537-d3dd7b833de3] socks forwarding established\n2025-08-02 09:26:00.134 [info] [command][71034ae4-a51d-43de-be68-5c15ff2d3016] Process exited with code 0\n2025-08-02 09:26:00.135 [info] [command][71034ae4-a51d-43de-be68-5c15ff2d3016] Socket close event received\n2025-08-02 09:26:00.139 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][dc5b9516-6071-4b48-8537-d3dd7b833de3] socks connection closed\n2025-08-02 09:26:00.254 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50689 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:27:00.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:27:00.143 [info] [command][a6e9fffb-2868-4712-ad1e-cedb14204730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""a6e9fffb-2868-4712-ad1e-cedb14204730""}\n2025-08-02 09:27:00.143 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][91e10851-0d50-4a0b-8659-4a119fdc780e] received connection request\n2025-08-02 09:27:00.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:27:00.258 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][91e10851-0d50-4a0b-8659-4a119fdc780e] socks forwarding established\n2025-08-02 09:27:00.367 [info] [command][a6e9fffb-2868-4712-ad1e-cedb14204730] Process exited with code 0\n2025-08-02 09:27:00.368 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][91e10851-0d50-4a0b-8659-4a119fdc780e] socks connection closed\n2025-08-02 09:27:00.368 [info] [command][a6e9fffb-2868-4712-ad1e-cedb14204730] Socket close event received\n2025-08-02 09:27:00.481 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50720 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:28:00.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:28:00.372 [info] [command][d0ec5e76-3167-4989-b3f6-95c3287e8220] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d0ec5e76-3167-4989-b3f6-95c3287e8220""}\n2025-08-02 09:28:00.372 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][2d2dbaa2-fa6d-4df9-80aa-c7803f4c30b6] received connection request\n2025-08-02 09:28:00.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\n\n2025-08-02 09:28:00.373 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:28:00.494 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][2d2dbaa2-fa6d-4df9-80aa-c7803f4c30b6] socks forwarding established\n2025-08-02 09:28:00.616 [info] [command][d0ec5e76-3167-4989-b3f6-95c3287e8220] Process exited with code 0\n2025-08-02 09:28:00.617 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][2d2dbaa2-fa6d-4df9-80aa-c7803f4c30b6] socks connection closed\n2025-08-02 09:28:00.617 [info] [command][d0ec5e76-3167-4989-b3f6-95c3287e8220] Socket close event received\n2025-08-02 09:28:00.721 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50734 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:29:00.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:29:00.624 [info] [command][ebf8b798-3149-4e76-afd0-e840d96c1c9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ebf8b798-3149-4e76-afd0-e840d96c1c9b""}\n2025-08-02 09:29:00.625 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][84230840-2a1f-4201-9739-f312e25e5185] received connection request\n2025-08-02 09:29:00.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:29:03.518 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][84230840-2a1f-4201-9739-f312e25e5185] socks forwarding established\n2025-08-02 09:29:03.627 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][84230840-2a1f-4201-9739-f312e25e5185] socks connection closed\n2025-08-02 09:29:03.627 [info] [command][ebf8b798-3149-4e76-afd0-e840d96c1c9b] Process exited with code 0\n2025-08-02 09:29:03.627 [info] [command][ebf8b798-3149-4e76-afd0-e840d96c1c9b] Socket close event received\n2025-08-02 09:29:03.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50770 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:30:03.631 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:30:03.633 [info] [command][7877fdfe-e6ae-4b5a-92ca-1d162a481357] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""7877fdfe-e6ae-4b5a-92ca-1d162a481357""}\n2025-08-02 09:30:03.634 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][56ce4f7f-438d-4278-8ebb-148102a773b1] received connection request\n2025-08-02 09:30:03.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:30:11.157 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][433d1634-8ff5-4813-81b9-749a3698ec30] received connection request\n2025-08-02 09:30:11.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:30:33.640 [error] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][56ce4f7f-438d-4278-8ebb-148102a773b1] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:30:33.641 [info] [command][7877fdfe-e6ae-4b5a-92ca-1d162a481357] Socket end event received\n2025-08-02 09:30:33.641 [info] [command][7877fdfe-e6ae-4b5a-92ca-1d162a481357] Socket close event received\n2025-08-02 09:30:41.162 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][433d1634-8ff5-4813-81b9-749a3698ec30] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:30:46.155 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][d8cf67a5-1b88-4825-87e5-2c216dba0afe] received connection request\n2025-08-02 09:30:46.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:30:58.558 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 09:30:58.558 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:30:58.568 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][7a348106-a113-4bcd-8a44-07a101cabeda] received connection request\n2025-08-02 09:30:58.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:31:08.566 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 09:31:08.567 [error] Failed to connect to Cursor server at http://127.0.0.1:49779, attempt 1 of 3 This operation was aborted\n2025-08-02 09:31:08.568 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][7c26a3d7-1a76-4278-97ef-481ec5a296b2] received connection request\n2025-08-02 09:31:08.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:31:08.635 [info] Terminating existing SSH process with pid: 25984\n2025-08-02 09:31:08.635 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:31:08.636 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:31:08.636 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 09:31:08.636 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][99117a86-ad93-4d7d-8fc7-433a07c37a9a] socks connection closed\n2025-08-02 09:31:08.636 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][ba80e572-dac5-4661-871f-e941cc4d46b3] socks connection closed\n2025-08-02 09:31:08.637 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][d8cf67a5-1b88-4825-87e5-2c216dba0afe] error while creating socks forwarding Socket closed\n2025-08-02 09:31:08.637 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][7a348106-a113-4bcd-8a44-07a101cabeda] error while creating socks forwarding Socket closed\n2025-08-02 09:31:08.637 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][7c26a3d7-1a76-4278-97ef-481ec5a296b2] error while creating socks forwarding Socket closed\n2025-08-02 09:31:08.640 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29314.sh"" | ssh -v -T -D 51415 login.haicore.berlin bash --login -c bash\n2025-08-02 09:31:08.640 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:31:08.640 [info] Waiting for server to install via process(26431)...\n2025-08-02 09:31:08.648 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:31:08.649 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:31:08.652 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:31:08.652 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:31:08.652 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:31:09.568 [error] Failed to connect to Cursor server at http://127.0.0.1:49779, attempt 2 of 3 This operation was aborted\n2025-08-02 09:31:10.574 [error] Failed to connect to Cursor server at http://127.0.0.1:49779, attempt 3 of 3 This operation was aborted\n2025-08-02 09:31:10.574 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 09:31:10.574 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 09:34:08.658 [error] Error installing server: Failed to install server within the timeout\n2025-08-02 09:34:08.659 [info] Retrying connection in 5 seconds...\n2025-08-02 09:34:13.660 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29314.sh\n2025-08-02 09:34:13.661 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:34:13.664 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60877.sh"" | ssh -v -T -D 51690 login.haicore.berlin bash --login -c bash\n2025-08-02 09:34:13.664 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:34:13.664 [info] Waiting for server to install via process(26515)...\n2025-08-02 09:34:13.674 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:34:13.674 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:34:13.675 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:34:13.677 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:34:13.678 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:34:13.678 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:35:53.196 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Operation timed out\n\n2025-08-02 09:35:53.197 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Operation timed out\n\n2025-08-02 09:35:53.198 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:35:53.199 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:35:53.199 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:35:53.199 [info] Retrying connection in 5 seconds...\n2025-08-02 09:35:58.203 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60877.sh\n2025-08-02 09:35:58.206 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:35:58.213 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12117.sh"" | ssh -v -T -D 51796 login.haicore.berlin bash --login -c bash\n2025-08-02 09:35:58.214 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:35:58.214 [info] Waiting for server to install via process(26560)...\n2025-08-02 09:35:58.227 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:35:58.228 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:35:58.228 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:35:59.049 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 09:35:59.049 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:35:59.049 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:35:59.049 [info] Retrying connection in 5 seconds...\n2025-08-02 09:36:04.052 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12117.sh\n2025-08-02 09:36:04.052 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:36:04.055 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27066.sh"" | ssh -v -T -D 51837 login.haicore.berlin bash --login -c bash\n2025-08-02 09:36:04.055 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:36:04.055 [info] Waiting for server to install via process(26575)...\n2025-08-02 09:36:04.067 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:36:04.067 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:36:04.067 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:37:22.276 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Operation timed out\n\n2025-08-02 09:37:22.278 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:37:22.279 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:37:22.279 [error] Failed to connect after 4 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:37:22.279 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27066.sh\n2025-08-02 09:37:22.280 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:38:20.148 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 09:38:20.155 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fI1xzR/socket.sock\n2025-08-02 09:38:20.156 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:38:20.158 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fI1xzR/socket.sock\n2025-08-02 09:38:20.161 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33147.sh"" | ssh -v -T -D 52944 login.haicore.berlin bash --login -c bash\n2025-08-02 09:38:20.161 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:38:20.161 [info] Waiting for server to install via process(26670)...\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:38:20.335 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:38:20.337 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:38:20.337 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:38:20.426 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:38:20.428 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 09:38:20.428 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:38:20.501 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 09:38:20.502 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:38:20.596 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:38:20.597 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 09:38:20.598 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:38:20.604 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:38:20.604 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:38:20.797 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:38:20.874 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:38:20.879 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 09:38:20.879 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:38:20.973 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 09:38:21.104 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 09:38:21.204 [info] Askpass server received request: POST /\n2025-08-02 09:38:21.204 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 09:38:21.204 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 09:38:24.670 [error] Password authentication cancelled\n2025-08-02 09:38:24.672 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 09:38:27.168 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 09:38:27.174 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:38:27.175 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:38:27.177 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:38:27.179 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90606.sh"" | ssh -v -T -D 52952 login.haicore.berlin bash --login -c bash\n2025-08-02 09:38:27.180 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:38:27.180 [info] Waiting for server to install via process(26688)...\n2025-08-02 09:38:27.186 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:38:27.186 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:38:27.186 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:38:27.294 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:38:27.295 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:38:27.295 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:38:27.376 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:38:27.377 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 09:38:27.378 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:38:27.451 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 09:38:27.452 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:38:27.559 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:38:27.561 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:38:27.565 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:38:27.565 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:38:27.767 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:38:27.847 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:38:27.850 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 09:38:27.850 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:38:27.937 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:38:28.059 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:52952 forwarded to remote address socks:0\n\n2025-08-02 09:38:28.060 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 52952.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-02 09:38:28.060 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on 127.0.0.1 port 52952.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 09:38:28.060 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 09:38:28.134 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 09:38:28.135 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 09:38:28.144 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 09:38:28.221 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 09:38:28.684 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 09:38:28.724 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:38:28.729 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-02 09:38:28.730 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-08-02 09:38:28.735 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 09:38:28.741 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 09:38:28.755 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 09:38:28.760 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 09:38:28.766 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-02 09:38:28.767 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 09:38:28.778 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 21d14c88-606a-4022-818a-c48dc0616a7d\nMultiplex server started with PID 881070 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 09:38:29.283 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 09:38:29.301 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 09:38:29.302 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:38:29.309 [info] (ssh_tunnel) stdout: c46a529f9e86d85714a068a3: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40333==\nmultiplexConnectionToken==21d14c88-606a-4022-818a-c48dc0616a7d==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nc46a529f9e86d85714a068a3: end\n\n2025-08-02 09:38:29.310 [info] Server install command exit code: 0\n2025-08-02 09:38:29.310 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90606.sh\n2025-08-02 09:38:29.311 [info] [forwarding][code] creating new forwarding server\n2025-08-02 09:38:29.311 [info] [forwarding][code] server listening on 127.0.0.1:52955\n2025-08-02 09:38:29.311 [info] [forwarding][code] Set up server\n2025-08-02 09:38:29.311 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 09:38:29.311 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 09:38:29.311 [info] [forwarding][multiplex] server listening on 127.0.0.1:52956\n2025-08-02 09:38:29.311 [info] [forwarding][multiplex] Set up server\n2025-08-02 09:38:29.312 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 21d14c88-606a-4022-818a-c48dc0616a7d\n2025-08-02 09:38:29.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:38:29.312 [info] [remote-ssh] Resolved exec server. Socks port: 52952\n2025-08-02 09:38:29.312 [info] Setting up 0 default forwarded ports\n2025-08-02 09:38:29.312 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":52955,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 52952\n2025-08-02 09:38:29.313 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:38:29.314 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][241fe250-1ec9-43c6-b489-16cebc213dc1] received connection request\n2025-08-02 09:38:29.315 [info] [command][5138c522-3e91-4fda-9fca-67e3c31a4376] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""5138c522-3e91-4fda-9fca-67e3c31a4376""}\n2025-08-02 09:38:29.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:38:29.353 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][d60a3712-931c-4af2-b1a2-020d225367d2] received connection request\n2025-08-02 09:38:29.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\n\n2025-08-02 09:38:29.354 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:38:29.396 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][241fe250-1ec9-43c6-b489-16cebc213dc1] socks forwarding established\n2025-08-02 09:38:29.451 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][d60a3712-931c-4af2-b1a2-020d225367d2] socks forwarding established\n2025-08-02 09:38:29.485 [info] [command][5138c522-3e91-4fda-9fca-67e3c31a4376] Process exited with code 0\n2025-08-02 09:38:29.486 [info] [command][5138c522-3e91-4fda-9fca-67e3c31a4376] Socket close event received\n2025-08-02 09:38:29.486 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][241fe250-1ec9-43c6-b489-16cebc213dc1] socks connection closed\n2025-08-02 09:38:29.556 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][ffddc992-c52a-4d03-8339-132955a947bf] received connection request\n2025-08-02 09:38:29.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:38:29.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 52958 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:38:29.641 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][ffddc992-c52a-4d03-8339-132955a947bf] socks forwarding established\n2025-08-02 09:38:29.938 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 09:38:33.530 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:38:33.530 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 09:38:33.530 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:39:29.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:39:29.492 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][c8cf77ac-78ca-41ac-8b08-e301652b099e] received connection request\n2025-08-02 09:39:29.493 [info] [command][aaeba8eb-ca16-42d1-b698-4da52ec703c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""aaeba8eb-ca16-42d1-b698-4da52ec703c9""}\n2025-08-02 09:39:29.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:39:29.593 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][c8cf77ac-78ca-41ac-8b08-e301652b099e] socks forwarding established\n2025-08-02 09:39:29.694 [info] [command][aaeba8eb-ca16-42d1-b698-4da52ec703c9] Process exited with code 0\n2025-08-02 09:39:29.694 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][c8cf77ac-78ca-41ac-8b08-e301652b099e] socks connection closed\n2025-08-02 09:39:29.694 [info] [command][aaeba8eb-ca16-42d1-b698-4da52ec703c9] Socket close event received\n2025-08-02 09:39:29.778 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53069 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:40:29.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:40:29.701 [info] [command][da350e97-cd05-4725-8e8c-f1c0d89c7478] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""da350e97-cd05-4725-8e8c-f1c0d89c7478""}\n2025-08-02 09:40:29.702 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][b6f5156b-8c94-4d4a-9f62-ec42106eaf7d] received connection request\n2025-08-02 09:40:29.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:40:29.783 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][b6f5156b-8c94-4d4a-9f62-ec42106eaf7d] socks forwarding established\n2025-08-02 09:40:29.872 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][b6f5156b-8c94-4d4a-9f62-ec42106eaf7d] socks connection closed\n2025-08-02 09:40:29.872 [info] [command][da350e97-cd05-4725-8e8c-f1c0d89c7478] Process exited with code 0\n2025-08-02 09:40:29.872 [info] [command][da350e97-cd05-4725-8e8c-f1c0d89c7478] Socket close event received\n2025-08-02 09:40:29.958 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53152 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:41:29.878 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:41:29.880 [info] [command][f3e3db2f-1470-4904-91ba-fa5bf14f78c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""f3e3db2f-1470-4904-91ba-fa5bf14f78c7""}\n2025-08-02 09:41:29.884 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][ce8db516-7799-4849-9784-5bdec6a8c651] received connection request\n2025-08-02 09:41:29.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:41:29.967 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][ce8db516-7799-4849-9784-5bdec6a8c651] socks forwarding established\n2025-08-02 09:41:30.062 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][ce8db516-7799-4849-9784-5bdec6a8c651] socks connection closed\n2025-08-02 09:41:30.062 [info] [command][f3e3db2f-1470-4904-91ba-fa5bf14f78c7] Process exited with code 0\n2025-08-02 09:41:30.062 [info] [command][f3e3db2f-1470-4904-91ba-fa5bf14f78c7] Socket close event received\n2025-08-02 09:41:30.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53244 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:42:30.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:42:30.068 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][46f2d251-0c54-43ee-b7d7-02407e1a5c51] received connection request\n2025-08-02 09:42:30.069 [info] [command][483ab72d-4de0-47d6-94ba-2aafd15b2c68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""483ab72d-4de0-47d6-94ba-2aafd15b2c68""}\n2025-08-02 09:42:30.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:42:30.299 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][46f2d251-0c54-43ee-b7d7-02407e1a5c51] socks forwarding established\n2025-08-02 09:42:30.410 [info] [command][483ab72d-4de0-47d6-94ba-2aafd15b2c68] Process exited with code 0\n2025-08-02 09:42:30.410 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][46f2d251-0c54-43ee-b7d7-02407e1a5c51] socks connection closed\n2025-08-02 09:42:30.411 [info] [command][483ab72d-4de0-47d6-94ba-2aafd15b2c68] Socket close event received\n2025-08-02 09:42:30.535 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53329 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:43:30.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:43:30.413 [info] [command][13845c43-64f7-49e9-b515-763840ddea9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""13845c43-64f7-49e9-b515-763840ddea9f""}\n2025-08-02 09:43:30.413 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][2a021ca7-80f0-490d-ad33-0d5d127dae4f] received connection request\n2025-08-02 09:43:30.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:43:30.520 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2a021ca7-80f0-490d-ad33-0d5d127dae4f] socks forwarding established\n2025-08-02 09:43:30.613 [info] [command][13845c43-64f7-49e9-b515-763840ddea9f] Process exited with code 0\n2025-08-02 09:43:30.614 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2a021ca7-80f0-490d-ad33-0d5d127dae4f] socks connection closed\n2025-08-02 09:43:30.614 [info] [command][13845c43-64f7-49e9-b515-763840ddea9f] Socket close event received\n2025-08-02 09:43:30.707 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53403 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:44:30.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:44:30.619 [info] [command][f6984371-d3e8-4bdf-8fe0-7aab22baf165] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""f6984371-d3e8-4bdf-8fe0-7aab22baf165""}\n2025-08-02 09:44:30.620 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][a1f7c4b1-49cd-47c5-be20-c8a330aebcb0] received connection request\n2025-08-02 09:44:30.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\n\n2025-08-02 09:44:30.621 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:44:30.741 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][a1f7c4b1-49cd-47c5-be20-c8a330aebcb0] socks forwarding established\n2025-08-02 09:44:30.832 [info] [command][f6984371-d3e8-4bdf-8fe0-7aab22baf165] Process exited with code 0\n2025-08-02 09:44:30.832 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][a1f7c4b1-49cd-47c5-be20-c8a330aebcb0] socks connection closed\n2025-08-02 09:44:30.832 [info] [command][f6984371-d3e8-4bdf-8fe0-7aab22baf165] Socket close event received\n2025-08-02 09:44:30.913 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53458 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:45:30.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:45:30.840 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][27c9d932-5474-496c-8d14-fd32b801e898] received connection request\n2025-08-02 09:45:30.841 [info] [command][0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5""}\n2025-08-02 09:45:30.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:45:30.929 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][27c9d932-5474-496c-8d14-fd32b801e898] socks forwarding established\n2025-08-02 09:45:31.018 [info] [command][0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5] Process exited with code 0\n2025-08-02 09:45:31.019 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][27c9d932-5474-496c-8d14-fd32b801e898] socks connection closed\n2025-08-02 09:45:31.019 [info] [command][0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5] Socket close event received\n2025-08-02 09:45:31.171 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53545 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:46:31.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:46:31.025 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][f36fa647-12ff-47ca-9701-6e20171a618f] received connection request\n2025-08-02 09:46:31.025 [info] [command][27e57477-d2ce-4d22-bcff-75a22a2ea136] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""27e57477-d2ce-4d22-bcff-75a22a2ea136""}\n2025-08-02 09:46:31.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:46:31.153 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][f36fa647-12ff-47ca-9701-6e20171a618f] socks forwarding established\n2025-08-02 09:46:31.252 [info] [command][27e57477-d2ce-4d22-bcff-75a22a2ea136] Process exited with code 0\n2025-08-02 09:46:31.252 [info] [command][27e57477-d2ce-4d22-bcff-75a22a2ea136] Socket close event received\n2025-08-02 09:46:31.253 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][f36fa647-12ff-47ca-9701-6e20171a618f] socks connection closed\n2025-08-02 09:46:31.337 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53565 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:47:31.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:47:31.254 [info] [command][982aadc4-9f14-4985-80db-32cb7acfa4b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""982aadc4-9f14-4985-80db-32cb7acfa4b0""}\n2025-08-02 09:47:31.254 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][2be6c960-2211-463b-ba80-a19a7e435abc] received connection request\n2025-08-02 09:47:31.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:47:31.346 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2be6c960-2211-463b-ba80-a19a7e435abc] socks forwarding established\n2025-08-02 09:47:31.443 [info] [command][982aadc4-9f14-4985-80db-32cb7acfa4b0] Process exited with code 0\n2025-08-02 09:47:31.443 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2be6c960-2211-463b-ba80-a19a7e435abc] socks connection closed\n2025-08-02 09:47:31.443 [info] [command][982aadc4-9f14-4985-80db-32cb7acfa4b0] Socket close event received\n2025-08-02 09:47:31.520 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53585 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:48:31.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:48:31.449 [info] [command][6cc84958-caad-4131-9594-a08a7f6aad68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""6cc84958-caad-4131-9594-a08a7f6aad68""}\n2025-08-02 09:48:31.449 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][50659438-744d-49cc-b763-9520b22a24f2] received connection request\n2025-08-02 09:48:31.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:48:31.554 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][50659438-744d-49cc-b763-9520b22a24f2] socks forwarding established\n2025-08-02 09:48:31.650 [info] [command][6cc84958-caad-4131-9594-a08a7f6aad68] Process exited with code 0\n2025-08-02 09:48:31.650 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][50659438-744d-49cc-b763-9520b22a24f2] socks connection closed\n2025-08-02 09:48:31.650 [info] [command][6cc84958-caad-4131-9594-a08a7f6aad68] Socket close event received\n2025-08-02 09:48:31.734 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53623 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:49:31.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:49:31.654 [info] [command][14b4e588-e184-43c4-9844-83330c8a7399] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""14b4e588-e184-43c4-9844-83330c8a7399""}\n2025-08-02 09:49:31.654 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][e897e865-a8c2-4ffc-950c-f367de400428] received connection request\n2025-08-02 09:49:31.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\n\n2025-08-02 09:49:31.654 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:49:31.765 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][e897e865-a8c2-4ffc-950c-f367de400428] socks forwarding established\n2025-08-02 09:49:31.866 [info] [command][14b4e588-e184-43c4-9844-83330c8a7399] Process exited with code 0\n2025-08-02 09:49:31.866 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][e897e865-a8c2-4ffc-950c-f367de400428] socks connection closed\n2025-08-02 09:49:31.866 [info] [command][14b4e588-e184-43c4-9844-83330c8a7399] Socket close event received\n2025-08-02 09:49:31.951 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53700 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:50:31.869 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:50:31.870 [info] [command][7d484a58-9d0c-497f-904a-119c8c059a12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""7d484a58-9d0c-497f-904a-119c8c059a12""}\n2025-08-02 09:50:31.870 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][3dfb78ad-76c5-4feb-a041-6fa2c9f7e2ba] received connection request\n2025-08-02 09:50:31.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:50:31.955 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3dfb78ad-76c5-4feb-a041-6fa2c9f7e2ba] socks forwarding established\n2025-08-02 09:50:32.051 [info] [command][7d484a58-9d0c-497f-904a-119c8c059a12] Process exited with code 0\n2025-08-02 09:50:32.052 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3dfb78ad-76c5-4feb-a041-6fa2c9f7e2ba] socks connection closed\n2025-08-02 09:50:32.052 [info] [command][7d484a58-9d0c-497f-904a-119c8c059a12] Socket close event received\n2025-08-02 09:50:32.133 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53760 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:51:32.057 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:51:32.060 [info] [command][8e61ba6b-d238-4009-b28e-b3d9d3cb1d14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""8e61ba6b-d238-4009-b28e-b3d9d3cb1d14""}\n2025-08-02 09:51:32.060 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][0fb5998c-78ee-4622-a3bc-b4ec138549b1] received connection request\n2025-08-02 09:51:32.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:51:32.143 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0fb5998c-78ee-4622-a3bc-b4ec138549b1] socks forwarding established\n2025-08-02 09:51:32.230 [info] [command][8e61ba6b-d238-4009-b28e-b3d9d3cb1d14] Process exited with code 0\n2025-08-02 09:51:32.230 [info] [command][8e61ba6b-d238-4009-b28e-b3d9d3cb1d14] Socket close event received\n2025-08-02 09:51:32.234 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0fb5998c-78ee-4622-a3bc-b4ec138549b1] socks connection closed\n2025-08-02 09:51:32.307 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53788 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:52:32.235 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:52:32.238 [info] [command][ea686342-60c9-4ae3-899f-bac986495cd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""ea686342-60c9-4ae3-899f-bac986495cd1""}\n2025-08-02 09:52:32.238 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][3566f22b-e4a2-42ee-a1fb-1dab440b4d0c] received connection request\n2025-08-02 09:52:32.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:52:32.319 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3566f22b-e4a2-42ee-a1fb-1dab440b4d0c] socks forwarding established\n2025-08-02 09:52:32.405 [info] [command][ea686342-60c9-4ae3-899f-bac986495cd1] Process exited with code 0\n2025-08-02 09:52:32.405 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3566f22b-e4a2-42ee-a1fb-1dab440b4d0c] socks connection closed\n2025-08-02 09:52:32.405 [info] [command][ea686342-60c9-4ae3-899f-bac986495cd1] Socket close event received\n2025-08-02 09:52:32.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53819 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:53:32.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:53:32.412 [info] [command][29af7f7f-deb0-4754-938b-e2e6d9bb01ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""29af7f7f-deb0-4754-938b-e2e6d9bb01ef""}\n2025-08-02 09:53:32.413 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][0649bb31-e13e-4b71-921d-0deeb34da4c5] received connection request\n2025-08-02 09:53:32.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:53:32.530 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0649bb31-e13e-4b71-921d-0deeb34da4c5] socks forwarding established\n2025-08-02 09:53:32.620 [info] [command][29af7f7f-deb0-4754-938b-e2e6d9bb01ef] Process exited with code 0\n2025-08-02 09:53:32.620 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0649bb31-e13e-4b71-921d-0deeb34da4c5] socks connection closed\n2025-08-02 09:53:32.621 [info] [command][29af7f7f-deb0-4754-938b-e2e6d9bb01ef] Socket close event received\n2025-08-02 09:53:32.710 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53860 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:54:32.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:54:32.624 [info] [command][fdd13b5d-ea01-495a-9ce9-31a86797eb7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""fdd13b5d-ea01-495a-9ce9-31a86797eb7d""}\n2025-08-02 09:54:32.625 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][c6a1f43b-16a0-4065-b52a-735a47329a31] received connection request\n2025-08-02 09:54:32.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:54:49.287 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][37015c5e-497a-4cfb-9e97-ac3930eb0ff0] received connection request\n2025-08-02 09:54:49.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:55:02.630 [error] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][c6a1f43b-16a0-4065-b52a-735a47329a31] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:55:02.636 [info] [command][fdd13b5d-ea01-495a-9ce9-31a86797eb7d] Socket end event received\n2025-08-02 09:55:02.637 [info] [command][fdd13b5d-ea01-495a-9ce9-31a86797eb7d] Socket close event received\n2025-08-02 09:55:19.289 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][37015c5e-497a-4cfb-9e97-ac3930eb0ff0] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:55:24.292 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][4758fbef-d707-45c8-82a4-89c0f8a07ed6] received connection request\n2025-08-02 09:55:24.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:55:54.297 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][4758fbef-d707-45c8-82a4-89c0f8a07ed6] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:55:59.296 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][75f169e6-7f74-42ee-9257-ec5c06cfa84f] received connection request\n2025-08-02 09:55:59.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:56:01.522 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 09:56:01.522 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:56:01.529 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][2fcf2bf4-58e1-475f-bf66-ca707e18a0af] received connection request\n2025-08-02 09:56:01.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:56:11.526 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 09:56:11.527 [error] Failed to connect to Cursor server at http://127.0.0.1:52955, attempt 1 of 3 This operation was aborted\n2025-08-02 09:56:11.530 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][34594cd4-6112-4284-999c-4b68c70f0663] received connection request\n2025-08-02 09:56:11.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:56:11.595 [info] Terminating existing SSH process with pid: 26688\n2025-08-02 09:56:11.595 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:56:11.595 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:56:11.595 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 09:56:11.596 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][2fcf2bf4-58e1-475f-bf66-ca707e18a0af] error while creating socks forwarding Socket closed\n2025-08-02 09:56:11.596 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][34594cd4-6112-4284-999c-4b68c70f0663] error while creating socks forwarding Socket closed\n2025-08-02 09:56:11.596 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][d60a3712-931c-4af2-b1a2-020d225367d2] socks connection closed\n2025-08-02 09:56:11.596 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][ffddc992-c52a-4d03-8339-132955a947bf] socks connection closed\n2025-08-02 09:56:11.596 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][75f169e6-7f74-42ee-9257-ec5c06cfa84f] error while creating socks forwarding Socket closed\n2025-08-02 09:56:11.601 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68572.sh"" | ssh -v -T -D 54353 login.haicore.berlin bash --login -c bash\n2025-08-02 09:56:11.601 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:56:11.601 [info] Waiting for server to install via process(27286)...\n2025-08-02 09:56:11.608 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:56:11.608 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:56:11.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:56:11.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:56:11.610 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:56:11.834 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:56:11.835 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:56:11.836 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:56:12.535 [error] Failed to connect to Cursor server at http://127.0.0.1:52955, attempt 2 of 3 This operation was aborted\n2025-08-02 09:56:13.540 [error] Failed to connect to Cursor server at http://127.0.0.1:52955, attempt 3 of 3 This operation was aborted\n2025-08-02 09:56:13.541 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 09:56:13.541 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 09:59:11.841 [error] Error installing server: Failed to install server within the timeout\n2025-08-02 09:59:11.842 [info] Retrying connection in 5 seconds...\n2025-08-02 09:59:16.847 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68572.sh\n2025-08-02 09:59:16.851 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:59:16.855 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95641.sh"" | ssh -v -T -D 54681 login.haicore.berlin bash --login -c bash\n2025-08-02 09:59:16.855 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:59:16.855 [info] Waiting for server to install via process(27394)...\n2025-08-02 09:59:16.872 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:59:16.872 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:59:16.874 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:59:17.167 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:59:17.169 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-02 09:59:17.169 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 10:02:17.170 [error] Error installing server: Failed to install server within the timeout\n2025-08-02 10:02:17.172 [error] Failed to connect after 2 attempts: Failed to install server within the timeout\n2025-08-02 10:02:17.172 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95641.sh\n2025-08-02 10:02:17.173 [error] Error resolving SSH authority Failed to install server within the timeout\n2025-08-02 11:31:43.483 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 11:31:43.490 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:31:43.491 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 11:31:43.493 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:31:43.496 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83141.sh"" | ssh -v -T -D 55564 login.haicore.berlin bash --login -c bash\n2025-08-02 11:31:43.496 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:31:43.496 [info] Waiting for server to install via process(27868)...\n2025-08-02 11:31:43.510 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:31:43.510 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:31:43.511 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:31:43.512 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:31:43.512 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:31:43.619 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 11:31:43.619 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 11:31:43.620 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 11:31:43.669 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 11:31:43.670 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 11:31:43.670 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 11:31:43.710 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 11:31:43.711 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 11:31:43.757 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 11:31:43.758 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 11:31:43.758 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 11:31:43.760 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 11:31:43.760 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 11:31:43.886 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 11:31:43.936 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 11:31:43.938 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 11:31:43.938 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 11:31:44.029 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 11:31:44.099 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55564 forwarded to remote address socks:0\n\n2025-08-02 11:31:44.100 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55564.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55564.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 11:31:44.100 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 11:31:44.289 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 11:31:44.289 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 11:31:44.295 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-08-02 11:31:44.295 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 11:31:44.329 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 11:31:44.732 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 11:31:44.777 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 11:31:44.783 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 11:31:44.795 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 11:31:44.841 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d583c548-4694-4cc1-a238-84aa252d9ad4\nMultiplex server started with PID 1063107 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 11:31:45.336 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 11:31:45.354 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 11:31:45.355 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-02 11:31:45.356 [info] (ssh_tunnel) stdout: Code server started with PID 1063131 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 11:31:45.868 [info] (ssh_tunnel) stdout: 850ee27404352cd75f67ce7e: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==35265==\nmultiplexConnectionToken==d583c548-4694-4cc1-a238-84aa252d9ad4==\ncodeListeningOn==42747==\ncodeConnectionToken==def9531d-0f5d-4c67-a1a7-46ab7f06f617==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n850ee27404352cd75f67ce7e: end\n\n2025-08-02 11:31:45.869 [info] Server install command exit code: 0\n2025-08-02 11:31:45.869 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83141.sh\n2025-08-02 11:31:45.870 [info] [forwarding][code] creating new forwarding server\n2025-08-02 11:31:45.871 [info] [forwarding][code] server listening on 127.0.0.1:55570\n2025-08-02 11:31:45.871 [info] [forwarding][code] Set up server\n2025-08-02 11:31:45.871 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: def9531d-0f5d-4c67-a1a7-46ab7f06f617\n2025-08-02 11:31:45.871 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 11:31:45.871 [info] [forwarding][multiplex] server listening on 127.0.0.1:55571\n2025-08-02 11:31:45.871 [info] [forwarding][multiplex] Set up server\n2025-08-02 11:31:45.872 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: d583c548-4694-4cc1-a238-84aa252d9ad4\n2025-08-02 11:31:45.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:31:45.872 [info] [remote-ssh] Resolved exec server. Socks port: 55564\n2025-08-02 11:31:45.872 [info] Setting up 0 default forwarded ports\n2025-08-02 11:31:45.873 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55570,""connectionToken"":""def9531d-0f5d-4c67-a1a7-46ab7f06f617"",""extensionHostEnv"":{}}. Socks port: 55564\n2025-08-02 11:31:45.873 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 11:31:45.874 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][1a2be1e0-de48-4a31-8437-7c5166177229] received connection request\n2025-08-02 11:31:45.874 [info] [command][fb6a8310-4f76-4555-bf96-f8efd1541850] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""fb6a8310-4f76-4555-bf96-f8efd1541850""}\n2025-08-02 11:31:45.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:31:45.953 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][4876262d-5e7e-43e7-acae-be4d45ad242e] received connection request\n2025-08-02 11:31:45.953 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][1a2be1e0-de48-4a31-8437-7c5166177229] socks forwarding established\n2025-08-02 11:31:45.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:31:45.996 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][4876262d-5e7e-43e7-acae-be4d45ad242e] socks forwarding established\n2025-08-02 11:31:46.001 [info] [command][fb6a8310-4f76-4555-bf96-f8efd1541850] Process exited with code 0\n2025-08-02 11:31:46.001 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][1a2be1e0-de48-4a31-8437-7c5166177229] socks connection closed\n2025-08-02 11:31:46.001 [info] [command][fb6a8310-4f76-4555-bf96-f8efd1541850] Socket close event received\n2025-08-02 11:31:46.044 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55573 to 127.0.0.1 port 55564, nchannels 5\n\n2025-08-02 11:31:46.055 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][8761ed02-0c6d-4f13-b091-fcbac112f0b2] received connection request\n2025-08-02 11:31:46.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:31:46.109 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][8761ed02-0c6d-4f13-b091-fcbac112f0b2] socks forwarding established\n2025-08-02 11:31:46.292 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 11:31:48.961 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 11:31:48.961 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 11:31:48.961 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 11:32:46.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:32:46.011 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][a1879a82-15d9-4e0b-a428-65abe8033608] received connection request\n2025-08-02 11:32:46.011 [info] [command][489cde67-2750-485a-a3f8-3684de5d56f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""489cde67-2750-485a-a3f8-3684de5d56f2""}\n2025-08-02 11:32:46.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:32:46.121 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][a1879a82-15d9-4e0b-a428-65abe8033608] socks forwarding established\n2025-08-02 11:32:46.263 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][a1879a82-15d9-4e0b-a428-65abe8033608] socks connection closed\n2025-08-02 11:32:46.264 [info] [command][489cde67-2750-485a-a3f8-3684de5d56f2] Process exited with code 0\n2025-08-02 11:32:46.264 [info] [command][489cde67-2750-485a-a3f8-3684de5d56f2] Socket close event received\n2025-08-02 11:32:46.340 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55780 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:33:46.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:33:46.269 [info] [command][1e6c3093-df54-48e4-a171-cd8fc4f03531] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""1e6c3093-df54-48e4-a171-cd8fc4f03531""}\n2025-08-02 11:33:46.269 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][f94eff01-5851-4456-9923-c938f9539430] received connection request\n2025-08-02 11:33:46.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:33:46.311 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][f94eff01-5851-4456-9923-c938f9539430] socks forwarding established\n2025-08-02 11:33:46.356 [info] [command][1e6c3093-df54-48e4-a171-cd8fc4f03531] Process exited with code 0\n2025-08-02 11:33:46.356 [info] [command][1e6c3093-df54-48e4-a171-cd8fc4f03531] Socket close event received\n2025-08-02 11:33:46.357 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][f94eff01-5851-4456-9923-c938f9539430] socks connection closed\n2025-08-02 11:33:46.399 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55815 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:34:46.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:34:46.361 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][60c5128c-64e2-43b0-89d5-701e72cc6cee] received connection request\n2025-08-02 11:34:46.362 [info] [command][d21cf919-dd8c-4b3e-ba50-81ccfef6de09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""d21cf919-dd8c-4b3e-ba50-81ccfef6de09""}\n2025-08-02 11:34:46.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:34:46.426 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][60c5128c-64e2-43b0-89d5-701e72cc6cee] socks forwarding established\n2025-08-02 11:34:46.496 [info] [command][d21cf919-dd8c-4b3e-ba50-81ccfef6de09] Process exited with code 0\n2025-08-02 11:34:46.497 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][60c5128c-64e2-43b0-89d5-701e72cc6cee] socks connection closed\n2025-08-02 11:34:46.497 [info] [command][d21cf919-dd8c-4b3e-ba50-81ccfef6de09] Socket close event received\n2025-08-02 11:34:46.562 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55845 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:35:46.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:35:46.504 [info] [command][31d69ffb-c1a3-4646-b63c-a2eb5135f98f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""31d69ffb-c1a3-4646-b63c-a2eb5135f98f""}\n2025-08-02 11:35:46.505 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][5819a3e1-edd3-47f3-9790-a84c5d60c22e] received connection request\n2025-08-02 11:35:46.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:35:46.549 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][5819a3e1-edd3-47f3-9790-a84c5d60c22e] socks forwarding established\n2025-08-02 11:35:46.599 [info] [command][31d69ffb-c1a3-4646-b63c-a2eb5135f98f] Process exited with code 0\n2025-08-02 11:35:46.599 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][5819a3e1-edd3-47f3-9790-a84c5d60c22e] socks connection closed\n2025-08-02 11:35:46.599 [info] [command][31d69ffb-c1a3-4646-b63c-a2eb5135f98f] Socket close event received\n2025-08-02 11:35:46.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55881 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:36:46.604 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:36:46.607 [info] [command][19c5c77e-5649-44eb-8c52-dd9c5534321b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""19c5c77e-5649-44eb-8c52-dd9c5534321b""}\n2025-08-02 11:36:46.608 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][0a74296f-418b-4b2a-ab5e-fcc6bbd2c69b] received connection request\n2025-08-02 11:36:46.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:36:46.654 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][0a74296f-418b-4b2a-ab5e-fcc6bbd2c69b] socks forwarding established\n2025-08-02 11:36:46.701 [info] [command][19c5c77e-5649-44eb-8c52-dd9c5534321b] Process exited with code 0\n2025-08-02 11:36:46.702 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][0a74296f-418b-4b2a-ab5e-fcc6bbd2c69b] socks connection closed\n2025-08-02 11:36:46.702 [info] [command][19c5c77e-5649-44eb-8c52-dd9c5534321b] Socket close event received\n2025-08-02 11:36:46.746 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55915 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:37:46.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:37:46.705 [info] [command][0390cb4d-9180-4650-b272-aa91930f0696] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""0390cb4d-9180-4650-b272-aa91930f0696""}\n2025-08-02 11:37:46.706 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][969c0fef-5ac1-4c77-af3d-2a958233431e] received connection request\n2025-08-02 11:37:46.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:37:46.751 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][969c0fef-5ac1-4c77-af3d-2a958233431e] socks forwarding established\n2025-08-02 11:37:46.799 [info] [command][0390cb4d-9180-4650-b272-aa91930f0696] Process exited with code 0\n2025-08-02 11:37:46.799 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][969c0fef-5ac1-4c77-af3d-2a958233431e] socks connection closed\n2025-08-02 11:37:46.800 [info] [command][0390cb4d-9180-4650-b272-aa91930f0696] Socket close event received\n2025-08-02 11:37:46.842 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55974 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:38:46.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:38:46.807 [info] [command][22415e22-3ef1-4968-a4ef-2c91892e31ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""22415e22-3ef1-4968-a4ef-2c91892e31ae""}\n2025-08-02 11:38:46.808 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][2dbbef3b-038d-4c28-955a-1583f678889c] received connection request\n2025-08-02 11:38:46.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:38:46.947 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][2dbbef3b-038d-4c28-955a-1583f678889c] socks forwarding established\n2025-08-02 11:38:47.952 [info] [command][22415e22-3ef1-4968-a4ef-2c91892e31ae] Process exited with code 0\n2025-08-02 11:38:47.953 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][2dbbef3b-038d-4c28-955a-1583f678889c] socks connection closed\n2025-08-02 11:38:47.953 [info] [command][22415e22-3ef1-4968-a4ef-2c91892e31ae] Socket close event received\n2025-08-02 11:38:48.063 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 56007 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:39:22.367 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][17fe42e5-42f9-40d5-adc1-45315cfe9de7] received connection request\n2025-08-02 11:39:22.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:39:47.958 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:39:47.959 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][4e19f37d-4944-4a31-97a7-f4c6a905fa4c] received connection request\n2025-08-02 11:39:47.960 [info] [command][a59b0ab1-3428-409f-a118-93cd6228f822] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""a59b0ab1-3428-409f-a118-93cd6228f822""}\n2025-08-02 11:39:47.960 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:39:52.370 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][17fe42e5-42f9-40d5-adc1-45315cfe9de7] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:39:57.372 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][08fa961c-bc1d-48b1-8b79-b3d9160ed44c] received connection request\n2025-08-02 11:39:57.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:40:17.964 [error] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][4e19f37d-4944-4a31-97a7-f4c6a905fa4c] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:40:17.966 [info] [command][a59b0ab1-3428-409f-a118-93cd6228f822] Socket end event received\n2025-08-02 11:40:17.966 [info] [command][a59b0ab1-3428-409f-a118-93cd6228f822] Socket close event received\n2025-08-02 11:40:27.374 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][08fa961c-bc1d-48b1-8b79-b3d9160ed44c] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:40:32.379 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][1a9e1b12-e059-450c-8093-0c1c68762160] received connection request\n2025-08-02 11:40:32.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\n\n2025-08-02 11:40:32.380 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:41:02.386 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][1a9e1b12-e059-450c-8093-0c1c68762160] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:41:12.383 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][6f4b897b-27ee-4529-8088-c154457c9736] received connection request\n2025-08-02 11:41:12.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:41:42.387 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][6f4b897b-27ee-4529-8088-c154457c9736] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:41:52.390 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][02c9ccdb-73e0-4bbf-b21e-22a688dda2e0] received connection request\n2025-08-02 11:41:52.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:42:12.447 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 11:42:12.447 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 11:42:12.453 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][f276248b-18d9-44c4-9a99-629e54c3452e] received connection request\n2025-08-02 11:42:12.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\n\n2025-08-02 11:42:12.453 [info] (ssh_tunnel) stderr: debug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:42:22.394 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][02c9ccdb-73e0-4bbf-b21e-22a688dda2e0] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:42:22.450 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 11:42:22.450 [error] Failed to connect to Cursor server at http://127.0.0.1:55570, attempt 1 of 3 This operation was aborted\n2025-08-02 11:42:22.453 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][9107e181-3e6a-4228-8da2-a151efa12185] received connection request\n2025-08-02 11:42:22.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:42:22.517 [info] Terminating existing SSH process with pid: 27868\n2025-08-02 11:42:22.518 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 11:42:22.518 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 11:42:22.518 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:22.518 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][8761ed02-0c6d-4f13-b091-fcbac112f0b2] socks connection closed\n2025-08-02 11:42:22.518 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][4876262d-5e7e-43e7-acae-be4d45ad242e] socks connection closed\n2025-08-02 11:42:22.518 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][f276248b-18d9-44c4-9a99-629e54c3452e] error while creating socks forwarding Socket closed\n2025-08-02 11:42:22.518 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][9107e181-3e6a-4228-8da2-a151efa12185] error while creating socks forwarding Socket closed\n2025-08-02 11:42:22.522 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16762.sh"" | ssh -v -T -D 56214 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:22.522 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:22.522 [info] Waiting for server to install via process(28489)...\n2025-08-02 11:42:22.529 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:22.529 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:22.530 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:22.530 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:22.530 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:23.458 [error] Failed to connect to Cursor server at http://127.0.0.1:55570, attempt 2 of 3 This operation was aborted\n2025-08-02 11:42:24.464 [error] Failed to connect to Cursor server at http://127.0.0.1:55570, attempt 3 of 3 This operation was aborted\n2025-08-02 11:42:24.464 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 11:42:24.464 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 11:42:27.429 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:27.431 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:27.431 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:27.431 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:32.434 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16762.sh\n2025-08-02 11:42:32.436 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:32.442 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51664.sh"" | ssh -v -T -D 56218 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:32.443 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:32.443 [info] Waiting for server to install via process(28500)...\n2025-08-02 11:42:32.453 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:32.455 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:32.456 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:32.457 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:32.457 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:32.457 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:37.463 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51664.sh\n2025-08-02 11:42:37.463 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:37.467 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_57375.sh"" | ssh -v -T -D 56219 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:37.468 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:37.468 [info] Waiting for server to install via process(28504)...\n2025-08-02 11:42:37.487 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:37.487 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:37.487 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:37.488 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:37.488 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:37.489 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:37.491 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:37.491 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:37.491 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:42.495 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_57375.sh\n2025-08-02 11:42:42.496 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:42.506 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93344.sh"" | ssh -v -T -D 56220 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:42.507 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:42.507 [info] Waiting for server to install via process(28519)...\n2025-08-02 11:42:42.525 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:42.525 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:42.525 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:42.527 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:42.527 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:42.528 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:42.528 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:47.533 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93344.sh\n2025-08-02 11:42:47.534 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:47.542 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7875.sh"" | ssh -v -T -D 56224 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:47.542 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:47.542 [info] Waiting for server to install via process(28524)...\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:47.563 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:47.564 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:47.564 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:47.564 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:52.565 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7875.sh\n2025-08-02 11:42:52.566 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:52.571 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_55231.sh"" | ssh -v -T -D 56249 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:52.571 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:52.571 [info] Waiting for server to install via process(28529)...\n2025-08-02 11:42:52.592 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:52.592 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:52.592 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:52.593 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:52.593 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:52.593 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:03.694 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:03.697 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:03.697 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:03.697 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:08.703 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_55231.sh\n2025-08-02 11:43:08.709 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:08.715 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46245.sh"" | ssh -v -T -D 56253 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:08.715 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:08.715 [info] Waiting for server to install via process(28540)...\n2025-08-02 11:43:08.732 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:08.732 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:08.732 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:08.733 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:43:08.733 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:08.733 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:08.734 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:08.736 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:08.737 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:08.738 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:08.738 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:13.739 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46245.sh\n2025-08-02 11:43:13.741 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:13.744 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83308.sh"" | ssh -v -T -D 56254 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:13.745 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:13.745 [info] Waiting for server to install via process(28544)...\n2025-08-02 11:43:13.764 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:13.764 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:13.765 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:13.765 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:13.765 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:13.766 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:13.767 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:13.767 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:13.767 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:18.772 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83308.sh\n2025-08-02 11:43:18.773 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:18.777 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46444.sh"" | ssh -v -T -D 56257 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:18.777 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:18.777 [info] Waiting for server to install via process(28549)...\n2025-08-02 11:43:18.790 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:18.790 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:18.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:18.791 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:18.791 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:18.791 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:18.792 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:18.793 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:18.793 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:18.793 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:23.799 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46444.sh\n2025-08-02 11:43:23.799 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:23.804 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77095.sh"" | ssh -v -T -D 56258 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:23.804 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:23.804 [info] Waiting for server to install via process(28554)...\n2025-08-02 11:43:23.822 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:23.822 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:23.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:23.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:23.823 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:23.824 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:23.825 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:23.825 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:23.825 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:28.829 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77095.sh\n2025-08-02 11:43:28.829 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:28.833 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_91961.sh"" | ssh -v -T -D 56261 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:28.833 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:28.833 [info] Waiting for server to install via process(28558)...\n2025-08-02 11:43:28.849 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:28.849 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:28.850 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:28.850 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:28.850 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:28.851 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:28.852 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:28.852 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:28.852 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:33.853 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_91961.sh\n2025-08-02 11:43:33.853 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:33.862 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69525.sh"" | ssh -v -T -D 56262 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:33.862 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:33.862 [info] Waiting for server to install via process(28563)...\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:33.883 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:33.884 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:33.884 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:33.885 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:38.890 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69525.sh\n2025-08-02 11:43:38.892 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:38.894 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97074.sh"" | ssh -v -T -D 56263 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:38.894 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:38.894 [info] Waiting for server to install via process(28568)...\n2025-08-02 11:43:38.910 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:38.910 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:38.910 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:38.911 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:38.911 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:38.911 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:38.912 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:38.912 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:38.913 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:38.913 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:43.915 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97074.sh\n2025-08-02 11:43:43.916 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:43.919 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24655.sh"" | ssh -v -T -D 56264 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:43.920 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:43.920 [info] Waiting for server to install via process(28573)...\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:43.937 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:43.938 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:43.939 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:43.939 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:43.939 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:48.943 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24655.sh\n2025-08-02 11:43:48.943 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:48.945 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43098.sh"" | ssh -v -T -D 56265 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:48.945 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:48.945 [info] Waiting for server to install via process(28597)...\n2025-08-02 11:43:48.956 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:48.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:48.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:48.957 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:43:48.957 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:48.957 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:48.958 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:48.959 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:48.959 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:48.959 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:53.964 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43098.sh\n2025-08-02 11:43:53.964 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:53.968 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75041.sh"" | ssh -v -T -D 56267 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:53.968 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:53.968 [info] Waiting for server to install via process(28605)...\n2025-08-02 11:43:53.989 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:53.989 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:53.989 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:53.990 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:53.990 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:53.991 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:53.991 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:53.992 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:53.992 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:58.996 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75041.sh\n2025-08-02 11:43:58.996 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:58.999 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88721.sh"" | ssh -v -T -D 56270 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:58.999 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:58.999 [info] Waiting for server to install via process(28609)...\n2025-08-02 11:43:59.013 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:59.013 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:59.013 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:59.014 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:59.014 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:59.014 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:59.015 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:59.016 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:59.016 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:59.016 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:04.022 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88721.sh\n2025-08-02 11:44:04.023 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:04.027 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87123.sh"" | ssh -v -T -D 56271 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:04.027 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:04.027 [info] Waiting for server to install via process(28614)...\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:04.041 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:04.041 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:04.042 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:04.042 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:04.042 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:09.047 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87123.sh\n2025-08-02 11:44:09.048 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:09.051 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_47397.sh"" | ssh -v -T -D 56272 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:09.051 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:09.051 [info] Waiting for server to install via process(28621)...\n2025-08-02 11:44:09.069 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:09.072 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:09.073 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:09.073 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:09.073 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:14.076 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_47397.sh\n2025-08-02 11:44:14.077 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:14.079 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97841.sh"" | ssh -v -T -D 56273 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:14.079 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:14.079 [info] Waiting for server to install via process(28626)...\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:14.099 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:14.100 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:14.100 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:14.100 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:19.104 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97841.sh\n2025-08-02 11:44:19.106 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:19.109 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25043.sh"" | ssh -v -T -D 56274 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:19.109 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:19.109 [info] Waiting for server to install via process(28630)...\n2025-08-02 11:44:19.124 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:44:19.124 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:19.124 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:19.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:19.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:19.125 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:19.126 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:19.126 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:19.127 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:19.127 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:24.132 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25043.sh\n2025-08-02 11:44:24.132 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:24.135 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51324.sh"" | ssh -v -T -D 56275 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:24.135 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:24.135 [info] Waiting for server to install via process(28636)...\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:24.148 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:24.149 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:24.149 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:24.149 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:29.155 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51324.sh\n2025-08-02 11:44:29.156 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:29.159 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_30105.sh"" | ssh -v -T -D 56276 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:29.159 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:29.159 [info] Waiting for server to install via process(28640)...\n2025-08-02 11:44:29.177 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:44:29.177 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:29.177 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:29.178 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:29.178 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:29.178 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:29.179 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:29.179 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:29.180 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:29.180 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:34.186 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_30105.sh\n2025-08-02 11:44:34.187 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:34.191 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60589.sh"" | ssh -v -T -D 56277 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:34.191 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:34.191 [info] Waiting for server to install via process(28647)...\n2025-08-02 11:44:34.200 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:34.202 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:34.202 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:34.203 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:34.203 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:39.207 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60589.sh\n2025-08-02 11:44:39.208 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:39.212 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14750.sh"" | ssh -v -T -D 56280 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:39.212 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:39.212 [info] Waiting for server to install via process(28651)...\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:39.231 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:39.231 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:39.231 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:39.232 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:39.232 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:39.232 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:44.240 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14750.sh\n2025-08-02 11:44:44.242 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:44.246 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17175.sh"" | ssh -v -T -D 56382 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:44.246 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:44.246 [info] Waiting for server to install via process(28659)...\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:44.558 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 11:44:44.559 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 11:44:44.559 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 11:44:44.699 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 11:44:44.701 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 11:44:44.701 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 11:44:44.852 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 11:44:44.858 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 11:44:44.996 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 11:44:44.997 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 11:44:45.011 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 11:44:45.011 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 11:44:45.223 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 11:44:45.349 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 11:44:45.354 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 11:44:45.355 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 11:44:45.455 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 11:44:45.573 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 11:44:45.678 [info] Askpass server received request: POST /\n2025-08-02 11:44:45.679 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 11:44:45.679 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 12:00:33.625 [error] Password authentication cancelled\n2025-08-02 12:00:33.628 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 12:00:33.635 [info] (ssh_tunnel) stderr: Connection closed by 141.80.150.4 port 22\n\n2025-08-02 12:00:33.636 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 12:00:33.636 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 12:00:33.636 [error] Failed to connect after 26 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 12:00:33.636 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17175.sh\n2025-08-02 12:00:33.637 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 12:00:37.166 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 12:00:37.174 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wzfVGk/socket.sock\n2025-08-02 12:00:37.176 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 12:00:37.180 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wzfVGk/socket.sock\n2025-08-02 12:00:37.184 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44351.sh"" | ssh -v -T -D 56943 login.haicore.berlin bash --login -c bash\n2025-08-02 12:00:37.184 [info] Started installation script. Waiting for it to finish...\n2025-08-02 12:00:37.184 [info] Waiting for server to install via process(29231)...\n2025-08-02 12:00:37.191 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 12:00:37.322 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 12:00:37.323 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 12:00:37.324 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 12:00:37.388 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 12:00:37.389 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 12:00:37.389 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 12:00:37.465 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 12:00:37.466 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 12:00:37.535 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 12:00:37.535 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 12:00:37.536 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 12:00:37.538 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 12:00:37.538 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 12:00:37.708 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 12:00:37.785 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 12:00:37.788 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 12:00:37.788 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:00:37.860 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 12:00:37.964 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 12:00:38.049 [info] Askpass server received request: POST /\n2025-08-02 12:00:38.050 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 12:00:38.050 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 12:00:39.470 [error] Password authentication cancelled\n2025-08-02 12:00:39.472 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 12:00:42.216 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 12:00:42.222 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nn2keq/socket.sock\n2025-08-02 12:00:42.223 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 12:00:42.224 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nn2keq/socket.sock\n2025-08-02 12:00:42.227 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65052.sh"" | ssh -v -T -D 56949 login.haicore.berlin bash --login -c bash\n2025-08-02 12:00:42.227 [info] Started installation script. Waiting for it to finish...\n2025-08-02 12:00:42.227 [info] Waiting for server to install via process(29251)...\n2025-08-02 12:00:42.235 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 12:00:42.235 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 12:00:42.235 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 12:00:42.319 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 12:00:42.319 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 12:00:42.403 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 12:00:42.404 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 12:00:42.404 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 12:00:42.492 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 12:00:42.493 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 12:00:42.570 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 12:00:42.571 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 12:00:42.572 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 12:00:42.575 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 12:00:42.575 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 12:00:42.925 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 12:00:43.024 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 12:00:43.027 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 12:00:43.027 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:00:43.149 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:00:43.271 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:56949 forwarded to remote address socks:0\n\n2025-08-02 12:00:43.271 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 56949.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 56949.\n\n2025-08-02 12:00:43.272 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 12:00:43.350 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 12:00:43.351 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 12:00:43.358 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 12:00:43.714 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 12:00:44.190 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 12:00:44.224 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 12:00:44.226 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-02 12:00:44.232 [info] (ssh_tunnel) stdout: Checking node executable\nv20.18.2\n\n2025-08-02 12:00:44.242 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 12:00:44.260 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 12:00:44.267 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 12:00:44.302 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0f4796e7-cb38-474c-80da-3e82da670ed6\nMultiplex server started with PID 939964 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 12:00:44.787 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 12:00:44.807 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 12:00:44.823 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n709e2f9f3bff5a9997c89952: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==38463==\nmultiplexConnectionToken==0f4796e7-cb38-474c-80da-3e82da670ed6==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n709e2f9f3bff5a9997c89952: end\n\n2025-08-02 12:00:44.823 [info] Server install command exit code: 0\n2025-08-02 12:00:44.823 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65052.sh\n2025-08-02 12:00:44.824 [info] [forwarding][code] creating new forwarding server\n2025-08-02 12:00:44.824 [info] [forwarding][code] server listening on 127.0.0.1:56952\n2025-08-02 12:00:44.824 [info] [forwarding][code] Set up server\n2025-08-02 12:00:44.824 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 12:00:44.824 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 12:00:44.824 [info] [forwarding][multiplex] server listening on 127.0.0.1:56953\n2025-08-02 12:00:44.825 [info] [forwarding][multiplex] Set up server\n2025-08-02 12:00:44.825 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0f4796e7-cb38-474c-80da-3e82da670ed6\n2025-08-02 12:00:44.825 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:00:44.826 [info] [remote-ssh] Resolved exec server. Socks port: 56949\n2025-08-02 12:00:44.826 [info] Setting up 0 default forwarded ports\n2025-08-02 12:00:44.826 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":56952,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 56949\n2025-08-02 12:00:44.826 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 12:00:44.827 [info] [command][b184162a-8cb9-46c5-90fd-2dc93ef46380] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0f4796e7-cb38-474c-80da-3e82da670ed6"",""id"":""b184162a-8cb9-46c5-90fd-2dc93ef46380""}\n2025-08-02 12:00:44.827 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:38463][cf926915-3f79-44ea-a6f3-1ce52b30cc94] received connection request\n2025-08-02 12:00:44.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:00:44.868 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:45807][3e6c6fb5-4a2e-4ecf-83d0-16710f36e563] received connection request\n2025-08-02 12:00:44.868 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:00:44.915 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][cf926915-3f79-44ea-a6f3-1ce52b30cc94] socks forwarding established\n2025-08-02 12:00:44.943 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][3e6c6fb5-4a2e-4ecf-83d0-16710f36e563] socks forwarding established\n2025-08-02 12:00:45.014 [info] [command][b184162a-8cb9-46c5-90fd-2dc93ef46380] Process exited with code 0\n2025-08-02 12:00:45.014 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][cf926915-3f79-44ea-a6f3-1ce52b30cc94] socks connection closed\n2025-08-02 12:00:45.014 [info] [command][b184162a-8cb9-46c5-90fd-2dc93ef46380] Socket close event received\n2025-08-02 12:00:45.039 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:45807][d5a43850-72d8-4546-a3af-99a1c3912e38] received connection request\n2025-08-02 12:00:45.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:00:45.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 56949 for 127.0.0.1 port 38463, connect from 127.0.0.1 port 56955 to 127.0.0.1 port 56949, nchannels 6\n\n2025-08-02 12:00:45.123 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][d5a43850-72d8-4546-a3af-99a1c3912e38] socks forwarding established\n2025-08-02 12:00:45.412 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 12:01:30.977 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 12:01:30.978 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 12:01:30.978 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 12:01:45.014 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:01:45.015 [info] [command][c1a17971-ce52-46c5-a911-220f6017ec22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0f4796e7-cb38-474c-80da-3e82da670ed6"",""id"":""c1a17971-ce52-46c5-a911-220f6017ec22""}\n2025-08-02 12:01:45.016 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:38463][bd10e321-0edd-4b4f-bb61-bc98465c9e88] received connection request\n2025-08-02 12:01:45.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:01:45.088 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][bd10e321-0edd-4b4f-bb61-bc98465c9e88] socks forwarding established\n2025-08-02 12:01:45.184 [info] [command][c1a17971-ce52-46c5-a911-220f6017ec22] Process exited with code 0\n2025-08-02 12:01:45.184 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][bd10e321-0edd-4b4f-bb61-bc98465c9e88] socks connection closed\n2025-08-02 12:01:45.185 [info] [command][c1a17971-ce52-46c5-a911-220f6017ec22] Socket close event received\n2025-08-02 12:01:45.248 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 56949 for 127.0.0.1 port 38463, connect from 127.0.0.1 port 57169 to 127.0.0.1 port 56949, nchannels 6\n\n2025-08-02 12:02:45.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:02:45.191 [info] [command][cece2d62-8c1c-43c9-9ebd-b3ceb7e35018] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0f4796e7-cb38-474c-80da-3e82da670ed6"",""id"":""cece2d62-8c1c-43c9-9ebd-b3ceb7e35018""}\n2025-08-02 12:02:45.192 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:38463][e383428d-308d-4676-8105-bb417d9e0fbd] received connection request\n2025-08-02 12:02:45.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:02:45.264 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][e383428d-308d-4676-8105-bb417d9e0fbd] socks forwarding established\n2025-08-02 12:02:45.337 [info] [command][cece2d62-8c1c-43c9-9ebd-b3ceb7e35018] Process exited with code 0\n2025-08-02 12:02:45.337 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][e383428d-308d-4676-8105-bb417d9e0fbd] socks connection closed\n2025-08-02 12:02:45.337 [info] [command][cece2d62-8c1c-43c9-9ebd-b3ceb7e35018] Socket close event received\n2025-08-02 12:02:45.400 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 56949 for 127.0.0.1 port 38463, connect from 127.0.0.1 port 57201 to 127.0.0.1 port 56949, nchannels 6\n\n2025-08-02 12:03:45.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:03:45.344 [info] [command][9f915c97-e67a-4562-8d43-1dde460ed177] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0f4796e7-cb38-474c-80da-3e82da670ed6"",""id"":""9f915c97-e67a-4562-8d43-1dde460ed177""}\n2025-08-02 12:03:45.345 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:38463][a7c054ca-9d9a-4d51-8b5d-e93e39136294] received connection request\n2025-08-02 12:03:45.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\n\n2025-08-02 12:03:45.345 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:03:51.067 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][a7c054ca-9d9a-4d51-8b5d-e93e39136294] socks forwarding established\n2025-08-02 12:03:51.903 [info] [command][9f915c97-e67a-4562-8d43-1dde460ed177] Process exited with code 0\n2025-08-02 12:03:51.903 [info] [command][9f915c97-e67a-4562-8d43-1dde460ed177] Socket close event received\n2025-08-02 12:03:52.033 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][a7c054ca-9d9a-4d51-8b5d-e93e39136294] socks connection closed\n2025-08-02 12:03:52.991 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 56949 for 127.0.0.1 port 38463, connect from 127.0.0.1 port 57222 to 127.0.0.1 port 56949, nchannels 6\n\n2025-08-02 12:04:51.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:04:51.908 [info] [command][12eb345b-430c-45b2-bdd2-ebd41b25190a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0f4796e7-cb38-474c-80da-3e82da670ed6"",""id"":""12eb345b-430c-45b2-bdd2-ebd41b25190a""}\n2025-08-02 12:04:51.909 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:38463][84ec11ec-b01c-4045-a136-f191cebf47f7] received connection request\n2025-08-02 12:04:51.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:04:52.133 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][84ec11ec-b01c-4045-a136-f191cebf47f7] socks forwarding established\n2025-08-02 12:04:52.382 [info] [command][12eb345b-430c-45b2-bdd2-ebd41b25190a] Process exited with code 0\n2025-08-02 12:04:52.383 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][84ec11ec-b01c-4045-a136-f191cebf47f7] socks connection closed\n2025-08-02 12:04:52.383 [info] [command][12eb345b-430c-45b2-bdd2-ebd41b25190a] Socket close event received\n2025-08-02 12:04:52.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 56949 for 127.0.0.1 port 38463, connect from 127.0.0.1 port 57255 to 127.0.0.1 port 56949, nchannels 6\n\n2025-08-02 12:05:52.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:05:52.391 [info] [command][3c03296d-48b1-481a-8585-8fbc15eecb56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0f4796e7-cb38-474c-80da-3e82da670ed6"",""id"":""3c03296d-48b1-481a-8585-8fbc15eecb56""}\n2025-08-02 12:05:52.391 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:38463][7981ae63-8d41-4a0c-9688-2255e52fcc77] received connection request\n2025-08-02 12:05:52.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:06:05.207 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 12:06:05.207 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 12:06:05.222 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:45807][ca427443-9f61-4822-811e-a02e0bfa3857] received connection request\n2025-08-02 12:06:05.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:06:15.215 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 12:06:15.216 [error] Failed to connect to Cursor server at http://127.0.0.1:56952, attempt 1 of 3 This operation was aborted\n2025-08-02 12:06:15.223 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:45807][e99c6dda-0e85-4db9-9576-3c99e25f73e8] received connection request\n2025-08-02 12:06:15.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:06:15.270 [info] Terminating existing SSH process with pid: 29251\n2025-08-02 12:06:15.270 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 12:06:15.271 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 12:06:15.271 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nn2keq/socket.sock\n2025-08-02 12:06:15.271 [error] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][7981ae63-8d41-4a0c-9688-2255e52fcc77] error while creating socks forwarding Socket closed\n2025-08-02 12:06:15.271 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][3e6c6fb5-4a2e-4ecf-83d0-16710f36e563] socks connection closed\n2025-08-02 12:06:15.271 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][d5a43850-72d8-4546-a3af-99a1c3912e38] socks connection closed\n2025-08-02 12:06:15.271 [error] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][ca427443-9f61-4822-811e-a02e0bfa3857] error while creating socks forwarding Socket closed\n2025-08-02 12:06:15.271 [error] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][e99c6dda-0e85-4db9-9576-3c99e25f73e8] error while creating socks forwarding Socket closed\n2025-08-02 12:06:15.271 [info] [command][3c03296d-48b1-481a-8585-8fbc15eecb56] Socket end event received\n2025-08-02 12:06:15.272 [info] [command][3c03296d-48b1-481a-8585-8fbc15eecb56] Socket close event received\n2025-08-02 12:06:15.274 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11512.sh"" | ssh -v -T -D 57665 login.haicore.berlin bash --login -c bash\n2025-08-02 12:06:15.274 [info] Started installation script. Waiting for it to finish...\n2025-08-02 12:06:15.274 [info] Waiting for server to install via process(29390)...\n2025-08-02 12:06:15.280 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 12:06:15.280 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 12:06:15.281 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 12:06:15.281 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 12:06:15.282 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 12:06:16.222 [error] Failed to connect to Cursor server at http://127.0.0.1:56952, attempt 2 of 3 This operation was aborted\n2025-08-02 12:06:17.225 [error] Failed to connect to Cursor server at http://127.0.0.1:56952, attempt 3 of 3 This operation was aborted\n2025-08-02 12:06:17.225 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 12:06:17.225 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 12:06:52.160 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 12:06:52.161 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 12:06:52.161 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 12:06:54.248 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 12:06:54.251 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 12:06:54.251 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 12:08:15.881 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 12:08:15.882 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 12:08:24.793 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 12:08:24.794 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 12:08:24.798 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-08-02 12:08:24.798 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 12:08:24.798 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 12:08:37.424 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 12:08:37.508 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 12:08:37.511 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 12:08:37.511 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 12:08:37.511 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:08:37.600 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:08:37.691 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:57665 forwarded to remote address socks:0\n\n2025-08-02 12:08:37.691 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 57665.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 57665.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-02 12:08:37.691 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 12:08:37.691 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 12:08:37.774 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 12:08:37.775 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 12:08:37.781 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-08-02 12:08:37.781 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 12:08:37.837 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 12:08:39.108 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 12:08:39.139 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 12:08:39.143 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 12:08:39.149 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 12:08:39.158 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 12:08:39.179 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 12:08:39.182 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-02 12:08:39.188 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 12:08:39.194 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 2d8b89ac-17a6-43dd-92bc-ac23d6f955a3\nMultiplex server started with PID 1077766 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 12:08:39.728 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 1063131 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 12:08:39.728 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 12:08:39.732 [info] (ssh_tunnel) stdout: 6f3dc5c3ac314506d920f889: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==34601==\nmultiplexConnectionToken==2d8b89ac-17a6-43dd-92bc-ac23d6f955a3==\ncodeListeningOn==42747==\ncodeConnectionToken==def9531d-0f5d-4c67-a1a7-46ab7f06f617==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n6f3dc5c3ac314506d920f889: end\n\n2025-08-02 12:08:39.733 [info] Server install command exit code: 0\n2025-08-02 12:08:39.733 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11512.sh\n2025-08-02 12:08:39.735 [info] [forwarding][code] returning existing forwarding server listening on local port 56952\n2025-08-02 12:08:39.735 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: def9531d-0f5d-4c67-a1a7-46ab7f06f617\n2025-08-02 12:08:39.736 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 56953\n2025-08-02 12:08:39.736 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 2d8b89ac-17a6-43dd-92bc-ac23d6f955a3\n2025-08-02 12:08:39.736 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:08:39.737 [info] [remote-ssh] Resolved exec server. Socks port: 57665\n2025-08-02 12:08:39.737 [info] Setting up 0 default forwarded ports\n2025-08-02 12:08:39.737 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":56952,""connectionToken"":""def9531d-0f5d-4c67-a1a7-46ab7f06f617"",""extensionHostEnv"":{}}. Socks port: 57665\n2025-08-02 12:08:39.737 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 12:08:39.738 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:34601][4f834c2f-7a9f-4f6b-aa1b-247b1190556e] received connection request\n2025-08-02 12:08:39.738 [info] [command][04bb9368-fe49-4700-9bfe-227986881638] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d8b89ac-17a6-43dd-92bc-ac23d6f955a3"",""id"":""04bb9368-fe49-4700-9bfe-227986881638""}\n2025-08-02 12:08:39.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 57665 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:08:39.794 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:42747][eb8ae38d-a16e-4a37-8afd-a14089f89e70] received connection request\n2025-08-02 12:08:39.795 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 12:08:39.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 57665 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:08:39.823 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:57665 -> 127.0.0.1:34601][4f834c2f-7a9f-4f6b-aa1b-247b1190556e] socks forwarding established\n2025-08-02 12:08:39.872 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:57665 -> 127.0.0.1:42747][eb8ae38d-a16e-4a37-8afd-a14089f89e70] socks forwarding established\n2025-08-02 12:08:39.968 [info] [command][04bb9368-fe49-4700-9bfe-227986881638] Process exited with code 0\n2025-08-02 12:08:39.968 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:57665 -> 127.0.0.1:34601][4f834c2f-7a9f-4f6b-aa1b-247b1190556e] socks connection closed\n2025-08-02 12:08:39.968 [info] [command][04bb9368-fe49-4700-9bfe-227986881638] Socket close event received\n2025-08-02 12:08:40.053 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57665 for 127.0.0.1 port 34601, connect from 127.0.0.1 port 58273 to 127.0.0.1 port 57665, nchannels 5\n\n2025-08-02 12:08:40.066 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:42747][e8597a69-424d-4e48-96e1-11a83294bfbf] received connection request\n2025-08-02 12:08:40.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 57665 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:08:40.144 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:57665 -> 127.0.0.1:42747][e8597a69-424d-4e48-96e1-11a83294bfbf] socks forwarding established\n2025-08-02 12:08:40.222 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:57665 -> 127.0.0.1:42747][eb8ae38d-a16e-4a37-8afd-a14089f89e70] socks connection closed\n2025-08-02 12:08:40.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57665 for 127.0.0.1 port 42747, connect from 127.0.0.1 port 58275 to 127.0.0.1 port 57665, nchannels 5\n\n2025-08-02 12:08:40.729 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:57665 -> 127.0.0.1:42747][e8597a69-424d-4e48-96e1-11a83294bfbf] socks connection closed\n2025-08-02 12:08:40.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57665 for 127.0.0.1 port 42747, connect from 127.0.0.1 port 58277 to 127.0.0.1 port 57665, nchannels 4\n\n2025-08-02 12:09:39.972 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:09:39.975 [info] [command][fd494088-6461-4291-825c-7bfa138a4c26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d8b89ac-17a6-43dd-92bc-ac23d6f955a3"",""id"":""fd494088-6461-4291-825c-7bfa138a4c26""}\n2025-08-02 12:09:39.976 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:34601][2a9404b3-d4eb-4831-a2d1-6e429096b8f3] received connection request\n2025-08-02 12:09:39.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 57665 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:09:40.086 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:57665 -> 127.0.0.1:34601][2a9404b3-d4eb-4831-a2d1-6e429096b8f3] socks forwarding established\n2025-08-02 12:09:40.168 [info] [command][fd494088-6461-4291-825c-7bfa138a4c26] Process exited with code 0\n2025-08-02 12:09:40.169 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:57665 -> 127.0.0.1:34601][2a9404b3-d4eb-4831-a2d1-6e429096b8f3] socks connection closed\n2025-08-02 12:09:40.169 [info] [command][fd494088-6461-4291-825c-7bfa138a4c26] Socket close event received\n2025-08-02 12:09:40.250 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57665 for 127.0.0.1 port 34601, connect from 127.0.0.1 port 58298 to 127.0.0.1 port 57665, nchannels 4\n\n2025-08-02 12:10:40.169 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:10:40.172 [info] [command][8b08c68c-fed6-46b5-856c-5703630a082d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d8b89ac-17a6-43dd-92bc-ac23d6f955a3"",""id"":""8b08c68c-fed6-46b5-856c-5703630a082d""}\n2025-08-02 12:10:40.173 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:34601][faa181ab-147e-422f-b8bd-cfe2ba50d75e] received connection request\n2025-08-02 12:10:40.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 57665 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:10:40.247 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:57665 -> 127.0.0.1:34601][faa181ab-147e-422f-b8bd-cfe2ba50d75e] socks forwarding established\n2025-08-02 12:10:40.340 [info] [command][8b08c68c-fed6-46b5-856c-5703630a082d] Process exited with code 0\n2025-08-02 12:10:40.341 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:57665 -> 127.0.0.1:34601][faa181ab-147e-422f-b8bd-cfe2ba50d75e] socks connection closed\n2025-08-02 12:10:40.341 [info] [command][8b08c68c-fed6-46b5-856c-5703630a082d] Socket close event received\n2025-08-02 12:10:40.403 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57665 for 127.0.0.1 port 34601, connect from 127.0.0.1 port 58310 to 127.0.0.1 port 57665, nchannels 4\n\n2025-08-02 12:29:06.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:29:06.081 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:34601][19ed89b2-7bf4-4017-b9e6-21322c0c82e9] received connection request\n2025-08-02 12:29:06.083 [info] [command][b9cb0a1d-d760-4037-9ec7-fe0e5e86500c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d8b89ac-17a6-43dd-92bc-ac23d6f955a3"",""id"":""b9cb0a1d-d760-4037-9ec7-fe0e5e86500c""}\n2025-08-02 12:29:06.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 57665 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:46:57.339 [error] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:57665 -> 127.0.0.1:34601][19ed89b2-7bf4-4017-b9e6-21322c0c82e9] error while creating socks forwarding Proxy connection timed out\n2025-08-02 12:46:57.342 [info] [command][b9cb0a1d-d760-4037-9ec7-fe0e5e86500c] Socket end event received\n2025-08-02 12:46:57.342 [info] [command][b9cb0a1d-d760-4037-9ec7-fe0e5e86500c] Socket close event received\n2025-08-02 13:02:59.532 [info] (ssh_tunnel) stderr: Read from remote host login.haicore.berlin: Operation timed out\n\n2025-08-02 13:02:59.532 [info] (ssh_tunnel) stderr: client_loop: send disconnect: Broken pipe\n\n2025-08-02 13:02:59.535 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 14:08:16.331 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 14:08:16.338 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6DbfTC/socket.sock\n2025-08-02 14:08:16.339 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 14:08:16.342 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6DbfTC/socket.sock\n2025-08-02 14:08:16.344 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73563.sh"" | ssh -v -T -D 58835 login.haicore.berlin bash --login -c bash\n2025-08-02 14:08:16.344 [info] Started installation script. Waiting for it to finish...\n2025-08-02 14:08:16.344 [info] Waiting for server to install via process(29873)...\n2025-08-02 14:08:16.352 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 14:08:16.352 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 14:08:16.353 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 14:08:16.353 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 14:08:16.354 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 14:08:16.461 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 14:08:16.462 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 14:08:16.462 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 14:08:16.504 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 14:08:16.505 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 14:08:16.505 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 14:08:16.540 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-02 14:08:16.540 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 14:08:16.541 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 14:08:16.578 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 14:08:16.579 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 14:08:16.579 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 14:08:16.583 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-02 14:08:16.583 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 14:08:16.583 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 14:08:16.705 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 14:08:16.743 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 14:08:16.762 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 14:08:16.762 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 14:08:16.813 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 14:08:16.880 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58835 forwarded to remote address socks:0\n\n2025-08-02 14:08:16.880 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58835.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58835.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 14:08:16.880 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 14:08:16.917 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 14:08:16.918 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 14:08:16.926 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 14:08:16.926 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 14:08:16.953 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 14:08:17.354 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 14:08:17.395 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:08:17.397 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 14:08:17.398 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 14:08:17.414 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 14:08:17.433 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 14:08:17.458 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 2c027747-ff81-4d4e-ad90-37e58bc13364\nMultiplex server started with PID 986258 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 14:08:17.961 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 14:08:17.975 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 14:08:17.977 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:08:18.025 [info] (ssh_tunnel) stdout: 3fb15624a669b48af16512f1: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==43611==\nmultiplexConnectionToken==2c027747-ff81-4d4e-ad90-37e58bc13364==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n3fb15624a669b48af16512f1: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:08:18.026 [info] Server install command exit code: 0\n2025-08-02 14:08:18.026 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73563.sh\n2025-08-02 14:08:18.027 [info] [forwarding][code] creating new forwarding server\n2025-08-02 14:08:18.027 [info] [forwarding][code] server listening on 127.0.0.1:58842\n2025-08-02 14:08:18.027 [info] [forwarding][code] Set up server\n2025-08-02 14:08:18.027 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 14:08:18.027 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 14:08:18.027 [info] [forwarding][multiplex] server listening on 127.0.0.1:58843\n2025-08-02 14:08:18.027 [info] [forwarding][multiplex] Set up server\n2025-08-02 14:08:18.028 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 2c027747-ff81-4d4e-ad90-37e58bc13364\n2025-08-02 14:08:18.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:08:18.029 [info] [remote-ssh] Resolved exec server. Socks port: 58835\n2025-08-02 14:08:18.029 [info] Setting up 0 default forwarded ports\n2025-08-02 14:08:18.029 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58842,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 58835\n2025-08-02 14:08:18.030 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][62f41da3-1962-4f3f-b7e2-30b44a403ba4] received connection request\n2025-08-02 14:08:18.031 [info] [command][d349c8fc-a1d3-4f97-854c-49f172b09fb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""d349c8fc-a1d3-4f97-854c-49f172b09fb2""}\n2025-08-02 14:08:18.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:08:18.056 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:45807][e0dd9d96-54d8-408b-8fc3-ea0c312419bd] received connection request\n2025-08-02 14:08:18.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:08:18.147 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][62f41da3-1962-4f3f-b7e2-30b44a403ba4] socks forwarding established\n2025-08-02 14:08:18.284 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:58835 -> 127.0.0.1:45807][e0dd9d96-54d8-408b-8fc3-ea0c312419bd] socks forwarding established\n2025-08-02 14:08:18.319 [info] [command][d349c8fc-a1d3-4f97-854c-49f172b09fb2] Process exited with code 0\n2025-08-02 14:08:18.319 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][62f41da3-1962-4f3f-b7e2-30b44a403ba4] socks connection closed\n2025-08-02 14:08:18.319 [info] [command][d349c8fc-a1d3-4f97-854c-49f172b09fb2] Socket close event received\n2025-08-02 14:08:18.341 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:45807][af0640d3-6078-4122-ab73-db04eb7b06fa] received connection request\n2025-08-02 14:08:18.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\n\n2025-08-02 14:08:18.341 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:08:18.462 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 58845 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:08:18.488 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:58835 -> 127.0.0.1:45807][af0640d3-6078-4122-ab73-db04eb7b06fa] socks forwarding established\n2025-08-02 14:08:19.022 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 14:08:21.301 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 14:08:21.301 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 14:08:21.301 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 14:09:18.322 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:09:18.325 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][f74db2cf-f44d-4244-a693-97576effff47] received connection request\n2025-08-02 14:09:18.326 [info] [command][aaadeade-c6b1-4426-ac5e-04798ff5f7fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""aaadeade-c6b1-4426-ac5e-04798ff5f7fc""}\n2025-08-02 14:09:18.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:09:18.365 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][f74db2cf-f44d-4244-a693-97576effff47] socks forwarding established\n2025-08-02 14:09:18.404 [info] [command][aaadeade-c6b1-4426-ac5e-04798ff5f7fc] Process exited with code 0\n2025-08-02 14:09:18.405 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][f74db2cf-f44d-4244-a693-97576effff47] socks connection closed\n2025-08-02 14:09:18.406 [info] [command][aaadeade-c6b1-4426-ac5e-04798ff5f7fc] Socket close event received\n2025-08-02 14:09:18.443 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 58995 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:10:18.408 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:10:18.410 [info] [command][eb7feaeb-3d23-40bd-80d2-2ebd77e39ad3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""eb7feaeb-3d23-40bd-80d2-2ebd77e39ad3""}\n2025-08-02 14:10:18.410 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][b43f3350-b933-4b96-a9fd-26a53a4a145f] received connection request\n2025-08-02 14:10:18.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:10:18.593 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][b43f3350-b933-4b96-a9fd-26a53a4a145f] socks forwarding established\n2025-08-02 14:10:18.762 [info] [command][eb7feaeb-3d23-40bd-80d2-2ebd77e39ad3] Process exited with code 0\n2025-08-02 14:10:18.762 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][b43f3350-b933-4b96-a9fd-26a53a4a145f] socks connection closed\n2025-08-02 14:10:18.762 [info] [command][eb7feaeb-3d23-40bd-80d2-2ebd77e39ad3] Socket close event received\n2025-08-02 14:10:18.908 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59056 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:11:18.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:11:18.765 [info] [command][a739d00b-1573-4826-8fef-f1c92d28ad24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""a739d00b-1573-4826-8fef-f1c92d28ad24""}\n2025-08-02 14:11:18.766 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][35fa4ece-fb31-4d3a-bc87-9d00ecaa9bba] received connection request\n2025-08-02 14:11:18.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:11:18.807 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][35fa4ece-fb31-4d3a-bc87-9d00ecaa9bba] socks forwarding established\n2025-08-02 14:11:18.846 [info] [command][a739d00b-1573-4826-8fef-f1c92d28ad24] Process exited with code 0\n2025-08-02 14:11:18.847 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][35fa4ece-fb31-4d3a-bc87-9d00ecaa9bba] socks connection closed\n2025-08-02 14:11:18.847 [info] [command][a739d00b-1573-4826-8fef-f1c92d28ad24] Socket close event received\n2025-08-02 14:11:18.882 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59070 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:12:18.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:12:18.854 [info] [command][bb3c3fdf-d40f-4323-94f6-16aa23cf7735] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""bb3c3fdf-d40f-4323-94f6-16aa23cf7735""}\n2025-08-02 14:12:18.854 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][31e1c0e4-c10e-4893-94c3-8a156083a228] received connection request\n2025-08-02 14:12:18.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:12:18.890 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][31e1c0e4-c10e-4893-94c3-8a156083a228] socks forwarding established\n2025-08-02 14:12:18.932 [info] [command][bb3c3fdf-d40f-4323-94f6-16aa23cf7735] Process exited with code 0\n2025-08-02 14:12:18.933 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][31e1c0e4-c10e-4893-94c3-8a156083a228] socks connection closed\n2025-08-02 14:12:18.933 [info] [command][bb3c3fdf-d40f-4323-94f6-16aa23cf7735] Socket close event received\n2025-08-02 14:12:18.964 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59091 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:13:18.934 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:13:18.937 [info] [command][83b6e2e6-855a-44e1-894b-1ab171ddcee0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""83b6e2e6-855a-44e1-894b-1ab171ddcee0""}\n2025-08-02 14:13:18.937 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][b8cef002-817c-4763-8ab3-778fa196c522] received connection request\n2025-08-02 14:13:18.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:13:18.973 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][b8cef002-817c-4763-8ab3-778fa196c522] socks forwarding established\n2025-08-02 14:13:19.013 [info] [command][83b6e2e6-855a-44e1-894b-1ab171ddcee0] Process exited with code 0\n2025-08-02 14:13:19.013 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][b8cef002-817c-4763-8ab3-778fa196c522] socks connection closed\n2025-08-02 14:13:19.013 [info] [command][83b6e2e6-855a-44e1-894b-1ab171ddcee0] Socket close event received\n2025-08-02 14:13:19.048 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59117 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:14:19.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:14:19.019 [info] [command][8e03fdc2-6cbc-4c5e-a4ee-e731cbd10118] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""8e03fdc2-6cbc-4c5e-a4ee-e731cbd10118""}\n2025-08-02 14:14:19.020 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][e4cdc0f1-663b-4f3b-8d81-147727845501] received connection request\n2025-08-02 14:14:19.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:14:19.059 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][e4cdc0f1-663b-4f3b-8d81-147727845501] socks forwarding established\n2025-08-02 14:14:19.098 [info] [command][8e03fdc2-6cbc-4c5e-a4ee-e731cbd10118] Process exited with code 0\n2025-08-02 14:14:19.098 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][e4cdc0f1-663b-4f3b-8d81-147727845501] socks connection closed\n2025-08-02 14:14:19.098 [info] [command][8e03fdc2-6cbc-4c5e-a4ee-e731cbd10118] Socket close event received\n2025-08-02 14:14:19.136 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59143 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:15:19.103 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:15:19.104 [info] [command][30237b68-4e4a-414a-b013-aee3f2e6fdd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""30237b68-4e4a-414a-b013-aee3f2e6fdd5""}\n2025-08-02 14:15:19.105 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][25c2e786-248d-435a-9a8e-d9a1175c1454] received connection request\n2025-08-02 14:15:19.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:15:19.143 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][25c2e786-248d-435a-9a8e-d9a1175c1454] socks forwarding established\n2025-08-02 14:15:19.182 [info] [command][30237b68-4e4a-414a-b013-aee3f2e6fdd5] Process exited with code 0\n2025-08-02 14:15:19.183 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][25c2e786-248d-435a-9a8e-d9a1175c1454] socks connection closed\n2025-08-02 14:15:19.183 [info] [command][30237b68-4e4a-414a-b013-aee3f2e6fdd5] Socket close event received\n2025-08-02 14:15:19.217 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59199 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:16:19.187 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:16:19.189 [info] [command][5722d4ad-8f5d-40e8-8b9c-79bc62e5e43e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""5722d4ad-8f5d-40e8-8b9c-79bc62e5e43e""}\n2025-08-02 14:16:19.190 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][10487806-3faf-4d20-8af4-95012a9cf3e5] received connection request\n2025-08-02 14:16:19.190 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:16:19.231 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][10487806-3faf-4d20-8af4-95012a9cf3e5] socks forwarding established\n2025-08-02 14:16:19.269 [info] [command][5722d4ad-8f5d-40e8-8b9c-79bc62e5e43e] Process exited with code 0\n2025-08-02 14:16:19.269 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][10487806-3faf-4d20-8af4-95012a9cf3e5] socks connection closed\n2025-08-02 14:16:19.269 [info] [command][5722d4ad-8f5d-40e8-8b9c-79bc62e5e43e] Socket close event received\n2025-08-02 14:16:19.303 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59242 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:17:19.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:17:19.275 [info] [command][deb43839-5ed1-42fa-99f8-7674beeedc9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""deb43839-5ed1-42fa-99f8-7674beeedc9e""}\n2025-08-02 14:17:19.276 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][94706fa4-0f4f-4482-afe2-59ff29ac6c7d] received connection request\n2025-08-02 14:17:19.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:17:19.310 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][94706fa4-0f4f-4482-afe2-59ff29ac6c7d] socks forwarding established\n2025-08-02 14:17:19.347 [info] [command][deb43839-5ed1-42fa-99f8-7674beeedc9e] Process exited with code 0\n2025-08-02 14:17:19.348 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][94706fa4-0f4f-4482-afe2-59ff29ac6c7d] socks connection closed\n2025-08-02 14:17:19.348 [info] [command][deb43839-5ed1-42fa-99f8-7674beeedc9e] Socket close event received\n2025-08-02 14:17:19.389 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59298 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:18:19.348 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:18:19.351 [info] [command][f87dbeec-0f44-4142-8dd2-109a87ed86c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""f87dbeec-0f44-4142-8dd2-109a87ed86c6""}\n2025-08-02 14:18:19.351 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][820ca556-b47f-4199-a387-4694b8dc726d] received connection request\n2025-08-02 14:18:19.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:18:19.385 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][820ca556-b47f-4199-a387-4694b8dc726d] socks forwarding established\n2025-08-02 14:18:19.425 [info] [command][f87dbeec-0f44-4142-8dd2-109a87ed86c6] Process exited with code 0\n2025-08-02 14:18:19.426 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][820ca556-b47f-4199-a387-4694b8dc726d] socks connection closed\n2025-08-02 14:18:19.426 [info] [command][f87dbeec-0f44-4142-8dd2-109a87ed86c6] Socket close event received\n2025-08-02 14:18:19.462 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59342 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:19:19.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:19:19.429 [info] [command][01816f7b-9e67-4a83-a6ee-db2fcad07e90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""01816f7b-9e67-4a83-a6ee-db2fcad07e90""}\n2025-08-02 14:19:19.429 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][f3531a39-f9b9-4b71-8f8d-76b11d8432b5] received connection request\n2025-08-02 14:19:19.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:19:19.466 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][f3531a39-f9b9-4b71-8f8d-76b11d8432b5] socks forwarding established\n2025-08-02 14:19:19.512 [info] [command][01816f7b-9e67-4a83-a6ee-db2fcad07e90] Process exited with code 0\n2025-08-02 14:19:19.513 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][f3531a39-f9b9-4b71-8f8d-76b11d8432b5] socks connection closed\n2025-08-02 14:19:19.513 [info] [command][01816f7b-9e67-4a83-a6ee-db2fcad07e90] Socket close event received\n2025-08-02 14:19:19.551 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59370 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:20:19.724 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:20:19.726 [info] [command][986060c7-ebf9-4656-9b6a-1c70344ce322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""986060c7-ebf9-4656-9b6a-1c70344ce322""}\n2025-08-02 14:20:19.727 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][21e00fe3-5d04-4776-a0bd-c5584ce0bdaf] received connection request\n2025-08-02 14:20:19.727 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:20:19.762 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][21e00fe3-5d04-4776-a0bd-c5584ce0bdaf] socks forwarding established\n2025-08-02 14:20:19.803 [info] [command][986060c7-ebf9-4656-9b6a-1c70344ce322] Process exited with code 0\n2025-08-02 14:20:19.803 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][21e00fe3-5d04-4776-a0bd-c5584ce0bdaf] socks connection closed\n2025-08-02 14:20:19.804 [info] [command][986060c7-ebf9-4656-9b6a-1c70344ce322] Socket close event received\n2025-08-02 14:20:19.843 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59445 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:21:19.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:21:19.809 [info] [command][f2041138-e101-415a-a98c-fca435d3d8d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""f2041138-e101-415a-a98c-fca435d3d8d9""}\n2025-08-02 14:21:19.809 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][78c542af-4237-4dfd-94e3-4a878b19cb22] received connection request\n2025-08-02 14:21:19.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:21:19.844 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][78c542af-4237-4dfd-94e3-4a878b19cb22] socks forwarding established\n2025-08-02 14:21:19.884 [info] [command][f2041138-e101-415a-a98c-fca435d3d8d9] Process exited with code 0\n2025-08-02 14:21:19.884 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][78c542af-4237-4dfd-94e3-4a878b19cb22] socks connection closed\n2025-08-02 14:21:19.884 [info] [command][f2041138-e101-415a-a98c-fca435d3d8d9] Socket close event received\n2025-08-02 14:21:19.920 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59471 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:22:19.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:22:19.894 [info] [command][228c37a6-fab9-4bc1-9ccb-d23d959b93bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""228c37a6-fab9-4bc1-9ccb-d23d959b93bf""}\n2025-08-02 14:22:19.895 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][e32660d3-0ac5-4d88-b56e-94d82c2650e9] received connection request\n2025-08-02 14:22:19.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:22:19.934 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][e32660d3-0ac5-4d88-b56e-94d82c2650e9] socks forwarding established\n2025-08-02 14:22:19.972 [info] [command][228c37a6-fab9-4bc1-9ccb-d23d959b93bf] Process exited with code 0\n2025-08-02 14:22:19.973 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][e32660d3-0ac5-4d88-b56e-94d82c2650e9] socks connection closed\n2025-08-02 14:22:19.973 [info] [command][228c37a6-fab9-4bc1-9ccb-d23d959b93bf] Socket close event received\n2025-08-02 14:22:20.010 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59501 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:23:19.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:23:19.981 [info] [command][1919f493-55f5-49bb-8d1f-a3f6df957448] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""1919f493-55f5-49bb-8d1f-a3f6df957448""}\n2025-08-02 14:23:19.981 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][f811152b-1f57-4125-b5e6-e162be34ecaf] received connection request\n2025-08-02 14:23:19.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:23:20.017 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][f811152b-1f57-4125-b5e6-e162be34ecaf] socks forwarding established\n2025-08-02 14:23:20.061 [info] [command][1919f493-55f5-49bb-8d1f-a3f6df957448] Process exited with code 0\n2025-08-02 14:23:20.061 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][f811152b-1f57-4125-b5e6-e162be34ecaf] socks connection closed\n2025-08-02 14:23:20.062 [info] [command][1919f493-55f5-49bb-8d1f-a3f6df957448] Socket close event received\n2025-08-02 14:23:20.096 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59532 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:24:20.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:24:20.067 [info] [command][d38d8249-620e-44d2-a793-f2db0126c006] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""d38d8249-620e-44d2-a793-f2db0126c006""}\n2025-08-02 14:24:20.068 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][5535a8f4-b301-48b4-9efd-c9cd9854741f] received connection request\n2025-08-02 14:24:20.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:24:20.107 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][5535a8f4-b301-48b4-9efd-c9cd9854741f] socks forwarding established\n2025-08-02 14:24:20.146 [info] [command][d38d8249-620e-44d2-a793-f2db0126c006] Process exited with code 0\n2025-08-02 14:24:20.146 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][5535a8f4-b301-48b4-9efd-c9cd9854741f] socks connection closed\n2025-08-02 14:24:20.147 [info] [command][d38d8249-620e-44d2-a793-f2db0126c006] Socket close event received\n2025-08-02 14:24:20.182 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59564 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:25:20.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:25:20.156 [info] [command][f8eb0897-a8f3-41ad-8bf8-efa1af135a1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""f8eb0897-a8f3-41ad-8bf8-efa1af135a1b""}\n2025-08-02 14:25:20.156 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][e60434b1-48d3-49a5-8bdd-76cb81846394] received connection request\n2025-08-02 14:25:20.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:25:20.261 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][e60434b1-48d3-49a5-8bdd-76cb81846394] socks forwarding established\n2025-08-02 14:25:20.355 [info] [command][f8eb0897-a8f3-41ad-8bf8-efa1af135a1b] Process exited with code 0\n2025-08-02 14:25:20.355 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][e60434b1-48d3-49a5-8bdd-76cb81846394] socks connection closed\n2025-08-02 14:25:20.356 [info] [command][f8eb0897-a8f3-41ad-8bf8-efa1af135a1b] Socket close event received\n2025-08-02 14:25:20.430 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59612 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:26:20.361 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:26:20.364 [info] [command][95767a7e-eb68-4a3a-afac-c08847c4db8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""95767a7e-eb68-4a3a-afac-c08847c4db8c""}\n2025-08-02 14:26:20.364 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][1436d1da-d314-45d5-99d6-f12528744a51] received connection request\n2025-08-02 14:26:20.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:26:20.399 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][1436d1da-d314-45d5-99d6-f12528744a51] socks forwarding established\n2025-08-02 14:26:20.446 [info] [command][95767a7e-eb68-4a3a-afac-c08847c4db8c] Process exited with code 0\n2025-08-02 14:26:20.446 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][1436d1da-d314-45d5-99d6-f12528744a51] socks connection closed\n2025-08-02 14:26:20.446 [info] [command][95767a7e-eb68-4a3a-afac-c08847c4db8c] Socket close event received\n2025-08-02 14:26:20.479 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59669 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:27:20.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:27:20.455 [info] [command][098925b6-89ae-4dac-ac14-98536ca4e574] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""098925b6-89ae-4dac-ac14-98536ca4e574""}\n2025-08-02 14:27:20.456 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][151757be-eec3-44b9-8b66-53f346c8c63f] received connection request\n2025-08-02 14:27:20.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:27:20.516 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][151757be-eec3-44b9-8b66-53f346c8c63f] socks forwarding established\n2025-08-02 14:27:20.615 [info] [command][098925b6-89ae-4dac-ac14-98536ca4e574] Process exited with code 0\n2025-08-02 14:27:20.615 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][151757be-eec3-44b9-8b66-53f346c8c63f] socks connection closed\n2025-08-02 14:27:20.615 [info] [command][098925b6-89ae-4dac-ac14-98536ca4e574] Socket close event received\n2025-08-02 14:27:20.646 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59711 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:28:20.618 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:28:20.622 [info] [command][b41070a9-2d96-4f99-9e9e-c280d3bc5e73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""b41070a9-2d96-4f99-9e9e-c280d3bc5e73""}\n2025-08-02 14:28:20.622 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][40113d60-1b1a-40e2-bfc0-2f17a542426b] received connection request\n2025-08-02 14:28:20.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:28:20.663 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][40113d60-1b1a-40e2-bfc0-2f17a542426b] socks forwarding established\n2025-08-02 14:28:20.699 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][40113d60-1b1a-40e2-bfc0-2f17a542426b] socks connection closed\n2025-08-02 14:28:20.699 [info] [command][b41070a9-2d96-4f99-9e9e-c280d3bc5e73] Process exited with code 0\n2025-08-02 14:28:20.699 [info] [command][b41070a9-2d96-4f99-9e9e-c280d3bc5e73] Socket close event received\n2025-08-02 14:28:20.735 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59761 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:29:20.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:29:20.707 [info] [command][177fe1d7-a91e-4fad-afe5-c7ff878676a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""177fe1d7-a91e-4fad-afe5-c7ff878676a8""}\n2025-08-02 14:29:20.707 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][51bd889f-7f71-42a4-83c2-f82cf8d19ef1] received connection request\n2025-08-02 14:29:20.708 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\n\n2025-08-02 14:29:20.708 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:29:20.857 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][51bd889f-7f71-42a4-83c2-f82cf8d19ef1] socks forwarding established\n2025-08-02 14:29:20.975 [info] [command][177fe1d7-a91e-4fad-afe5-c7ff878676a8] Process exited with code 0\n2025-08-02 14:29:20.976 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][51bd889f-7f71-42a4-83c2-f82cf8d19ef1] socks connection closed\n2025-08-02 14:29:20.976 [info] [command][177fe1d7-a91e-4fad-afe5-c7ff878676a8] Socket close event received\n2025-08-02 14:29:21.071 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58835 for 127.0.0.1 port 43611, connect from 127.0.0.1 port 59787 to 127.0.0.1 port 58835, nchannels 6\n\n2025-08-02 14:30:10.768 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:45807][c07fe56b-7bed-411d-a76b-9a5dde2565b5] received connection request\n2025-08-02 14:30:10.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:30:11.452 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 14:30:11.452 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 14:30:11.471 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:45807][a0625703-f401-4551-bcaf-09de87f38f49] received connection request\n2025-08-02 14:30:11.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\n\n2025-08-02 14:30:11.471 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:30:20.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:30:20.980 [info] [command][91adf0b7-07cb-4013-a658-3583ed22457d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2c027747-ff81-4d4e-ad90-37e58bc13364"",""id"":""91adf0b7-07cb-4013-a658-3583ed22457d""}\n2025-08-02 14:30:20.981 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:43611][7bc371f3-0fff-4ab0-b897-976ca9a4fcba] received connection request\n2025-08-02 14:30:20.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:30:21.457 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 14:30:21.458 [error] Failed to connect to Cursor server at http://127.0.0.1:58842, attempt 1 of 3 This operation was aborted\n2025-08-02 14:30:21.461 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:45807][d6924f03-6bc0-4a9d-8bfc-1f8c889a7472] received connection request\n2025-08-02 14:30:21.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 58835 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:30:21.530 [info] Terminating existing SSH process with pid: 29873\n2025-08-02 14:30:21.530 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 14:30:21.530 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6DbfTC/socket.sock\n2025-08-02 14:30:21.530 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 14:30:21.532 [error] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:58835 -> 127.0.0.1:45807][c07fe56b-7bed-411d-a76b-9a5dde2565b5] error while creating socks forwarding Socket closed\n2025-08-02 14:30:21.532 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:58835 -> 127.0.0.1:45807][e0dd9d96-54d8-408b-8fc3-ea0c312419bd] socks connection closed\n2025-08-02 14:30:21.532 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:58835 -> 127.0.0.1:45807][af0640d3-6078-4122-ab73-db04eb7b06fa] socks connection closed\n2025-08-02 14:30:21.532 [error] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:58835 -> 127.0.0.1:45807][a0625703-f401-4551-bcaf-09de87f38f49] error while creating socks forwarding Socket closed\n2025-08-02 14:30:21.532 [error] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:58835 -> 127.0.0.1:43611][7bc371f3-0fff-4ab0-b897-976ca9a4fcba] error while creating socks forwarding Socket closed\n2025-08-02 14:30:21.532 [error] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:58835 -> 127.0.0.1:45807][d6924f03-6bc0-4a9d-8bfc-1f8c889a7472] error while creating socks forwarding Socket closed\n2025-08-02 14:30:21.532 [info] [command][91adf0b7-07cb-4013-a658-3583ed22457d] Socket end event received\n2025-08-02 14:30:21.532 [info] [command][91adf0b7-07cb-4013-a658-3583ed22457d] Socket close event received\n2025-08-02 14:30:21.533 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74541.sh"" | ssh -v -T -D 59909 login.haicore.berlin bash --login -c bash\n2025-08-02 14:30:21.534 [info] Started installation script. Waiting for it to finish...\n2025-08-02 14:30:21.534 [info] Waiting for server to install via process(30803)...\n2025-08-02 14:30:21.541 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 14:30:21.541 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 14:30:21.542 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 14:30:21.542 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 14:30:21.542 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 14:30:21.654 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 14:30:21.655 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-02 14:30:21.655 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 14:30:21.656 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 14:30:21.718 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 14:30:21.720 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 14:30:21.720 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 14:30:21.771 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 14:30:21.772 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 14:30:21.829 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 14:30:21.830 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 14:30:21.830 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 14:30:21.836 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-02 14:30:21.836 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 14:30:21.836 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 14:30:21.979 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 14:30:22.038 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 14:30:22.040 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 14:30:22.040 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 14:30:22.113 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 14:30:22.187 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:59909 forwarded to remote address socks:0\n\n2025-08-02 14:30:22.188 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 59909.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-02 14:30:22.188 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on 127.0.0.1 port 59909.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 14:30:22.188 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 14:30:22.378 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 14:30:22.379 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 14:30:22.387 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 14:30:22.433 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 14:30:22.464 [error] Failed to connect to Cursor server at http://127.0.0.1:58842, attempt 2 of 3 This operation was aborted\n2025-08-02 14:30:22.854 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 14:30:22.939 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nRunning multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 14:30:22.943 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 71c67cd5-cd05-472e-9436-ddc8e46013e0\nMultiplex server started with PID 1113728 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 14:30:22.992 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 14:30:23.469 [error] Failed to connect to Cursor server at http://127.0.0.1:58842, attempt 3 of 3 This operation was aborted\n2025-08-02 14:30:23.470 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 14:30:23.470 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 14:30:23.487 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 14:30:23.487 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:30:23.488 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 1113752 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:30:23.988 [info] (ssh_tunnel) stdout: 51de5c78d723304f548c8b2b: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==42613==\nmultiplexConnectionToken==71c67cd5-cd05-472e-9436-ddc8e46013e0==\ncodeListeningOn==34955==\ncodeConnectionToken==5bc6ff7d-5884-43a1-b182-79cfce0531a1==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n51de5c78d723304f548c8b2b: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:30:23.989 [info] Server install command exit code: 0\n2025-08-02 14:30:23.989 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74541.sh\n2025-08-02 14:30:23.990 [info] [forwarding][code] returning existing forwarding server listening on local port 58842\n2025-08-02 14:30:23.990 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 5bc6ff7d-5884-43a1-b182-79cfce0531a1\n2025-08-02 14:30:23.990 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58843\n2025-08-02 14:30:23.991 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 71c67cd5-cd05-472e-9436-ddc8e46013e0\n2025-08-02 14:30:23.991 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:30:23.992 [info] [remote-ssh] Resolved exec server. Socks port: 59909\n2025-08-02 14:30:23.992 [info] Setting up 0 default forwarded ports\n2025-08-02 14:30:23.992 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58842,""connectionToken"":""5bc6ff7d-5884-43a1-b182-79cfce0531a1"",""extensionHostEnv"":{}}. Socks port: 59909\n2025-08-02 14:30:23.999 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:42613][f3efcc13-67a9-4492-a0ac-b1a0c91ef1ca] received connection request\n2025-08-02 14:30:23.999 [info] [command][1e6b834c-4864-47eb-be4e-a9ea7b9436ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""1e6b834c-4864-47eb-be4e-a9ea7b9436ee""}\n2025-08-02 14:30:24.000 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:30:24.061 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][f3efcc13-67a9-4492-a0ac-b1a0c91ef1ca] socks forwarding established\n2025-08-02 14:30:24.095 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:34955][9360b0a1-9a3b-427e-ac45-af52755d6367] received connection request\n2025-08-02 14:30:24.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\n\n2025-08-02 14:30:24.095 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:30:24.117 [info] [command][1e6b834c-4864-47eb-be4e-a9ea7b9436ee] Process exited with code 0\n2025-08-02 14:30:24.117 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][f3efcc13-67a9-4492-a0ac-b1a0c91ef1ca] socks connection closed\n2025-08-02 14:30:24.117 [info] [command][1e6b834c-4864-47eb-be4e-a9ea7b9436ee] Socket close event received\n2025-08-02 14:30:24.130 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 14:30:24.146 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:59909 -> 127.0.0.1:34955][9360b0a1-9a3b-427e-ac45-af52755d6367] socks forwarding established\n2025-08-02 14:30:24.171 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 59912 to 127.0.0.1 port 59909, nchannels 5\n\n2025-08-02 14:30:24.313 [info] [forwarding][code][127.0.0.1:58842 -> 127.0.0.1:59909 -> 127.0.0.1:34955][9360b0a1-9a3b-427e-ac45-af52755d6367] socks connection closed\n2025-08-02 14:30:24.364 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 34955, connect from 127.0.0.1 port 59914 to 127.0.0.1 port 59909, nchannels 4\n\n2025-08-02 14:31:24.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:31:24.127 [info] [command][6a57d0b6-42c6-4b5f-a6a5-d09fc3dfeb57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""6a57d0b6-42c6-4b5f-a6a5-d09fc3dfeb57""}\n2025-08-02 14:31:24.127 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:42613][aa2e4963-b1d0-44e6-ad5e-cf444f8059a7] received connection request\n2025-08-02 14:31:24.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:31:24.362 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][aa2e4963-b1d0-44e6-ad5e-cf444f8059a7] socks forwarding established\n2025-08-02 14:31:24.518 [info] [command][6a57d0b6-42c6-4b5f-a6a5-d09fc3dfeb57] Process exited with code 0\n2025-08-02 14:31:24.519 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][aa2e4963-b1d0-44e6-ad5e-cf444f8059a7] socks connection closed\n2025-08-02 14:31:24.519 [info] [command][6a57d0b6-42c6-4b5f-a6a5-d09fc3dfeb57] Socket close event received\n2025-08-02 14:31:24.704 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 59966 to 127.0.0.1 port 59909, nchannels 4\n\n2025-08-02 14:32:24.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:32:24.526 [info] [command][eb9deff0-dea8-4686-894d-adf5cf1905e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""eb9deff0-dea8-4686-894d-adf5cf1905e5""}\n2025-08-02 14:32:24.527 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:42613][1b037521-161a-4515-9ab5-80f4f55c7588] received connection request\n2025-08-02 14:32:24.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:32:24.581 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][1b037521-161a-4515-9ab5-80f4f55c7588] socks forwarding established\n2025-08-02 14:32:24.833 [info] [command][eb9deff0-dea8-4686-894d-adf5cf1905e5] Process exited with code 0\n2025-08-02 14:32:24.833 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][1b037521-161a-4515-9ab5-80f4f55c7588] socks connection closed\n2025-08-02 14:32:24.833 [info] [command][eb9deff0-dea8-4686-894d-adf5cf1905e5] Socket close event received\n2025-08-02 14:32:24.880 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 59990 to 127.0.0.1 port 59909, nchannels 4\n\n2025-08-02 14:33:24.839 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:33:24.841 [info] [command][73915de3-bf08-44be-819f-02260fc535cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""73915de3-bf08-44be-819f-02260fc535cd""}\n2025-08-02 14:33:24.841 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:42613][b34a3960-b229-4873-aea9-90afb0bcf174] received connection request\n2025-08-02 14:33:24.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:33:25.071 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][b34a3960-b229-4873-aea9-90afb0bcf174] socks forwarding established\n2025-08-02 14:33:25.250 [info] [command][73915de3-bf08-44be-819f-02260fc535cd] Process exited with code 0\n2025-08-02 14:33:25.251 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][b34a3960-b229-4873-aea9-90afb0bcf174] socks connection closed\n2025-08-02 14:33:25.251 [info] [command][73915de3-bf08-44be-819f-02260fc535cd] Socket close event received\n2025-08-02 14:33:25.363 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60028 to 127.0.0.1 port 59909, nchannels 4\n\n2025-08-02 14:34:25.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:34:25.259 [info] [command][5d94b4b1-5e27-4c09-8dc6-043acf6ce79d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""5d94b4b1-5e27-4c09-8dc6-043acf6ce79d""}\n2025-08-02 14:34:25.259 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:42613][6bc601bc-cdb4-4fb3-94a7-072b1f9b7e3d] received connection request\n2025-08-02 14:34:25.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:34:25.319 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][6bc601bc-cdb4-4fb3-94a7-072b1f9b7e3d] socks forwarding established\n2025-08-02 14:34:25.526 [info] [command][5d94b4b1-5e27-4c09-8dc6-043acf6ce79d] Process exited with code 0\n2025-08-02 14:34:25.526 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][6bc601bc-cdb4-4fb3-94a7-072b1f9b7e3d] socks connection closed\n2025-08-02 14:34:25.527 [info] [command][5d94b4b1-5e27-4c09-8dc6-043acf6ce79d] Socket close event received\n2025-08-02 14:34:25.574 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60051 to 127.0.0.1 port 59909, nchannels 4\n\n2025-08-02 14:35:24.492 [info] (ssh_tunnel) stdout: Code server process 1113752 died\n\n2025-08-02 14:35:25.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:35:25.535 [info] [command][9e41a56d-f06d-444c-88a7-250fe17cb64a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""9e41a56d-f06d-444c-88a7-250fe17cb64a""}\n2025-08-02 14:35:25.535 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:42613][3fe97a05-6d91-4c4c-90a5-cd8cc5fc7ef8] received connection request\n2025-08-02 14:35:25.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:35:25.812 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][3fe97a05-6d91-4c4c-90a5-cd8cc5fc7ef8] socks forwarding established\n2025-08-02 14:35:25.989 [info] [command][9e41a56d-f06d-444c-88a7-250fe17cb64a] Process exited with code 0\n2025-08-02 14:35:25.989 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][3fe97a05-6d91-4c4c-90a5-cd8cc5fc7ef8] socks connection closed\n2025-08-02 14:35:25.989 [info] [command][9e41a56d-f06d-444c-88a7-250fe17cb64a] Socket close event received\n2025-08-02 14:35:26.164 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60087 to 127.0.0.1 port 59909, nchannels 4\n\n2025-08-02 14:36:25.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58843\n2025-08-02 14:36:25.997 [info] [command][04ea0615-0f91-4b69-9b16-8ce19137d163] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""04ea0615-0f91-4b69-9b16-8ce19137d163""}\n2025-08-02 14:36:25.998 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:42613][2ee7c8ef-3889-45d6-b768-0ce7b71a2fd7] received connection request\n2025-08-02 14:36:25.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 59909 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:36:26.051 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][2ee7c8ef-3889-45d6-b768-0ce7b71a2fd7] socks forwarding established\n2025-08-02 14:36:26.220 [info] [command][04ea0615-0f91-4b69-9b16-8ce19137d163] Process exited with code 0\n2025-08-02 14:36:26.220 [info] [forwarding][multiplex][127.0.0.1:58843 -> 127.0.0.1:59909 -> 127.0.0.1:42613][2ee7c8ef-3889-45d6-b768-0ce7b71a2fd7] socks connection closed\n2025-08-02 14:36:26.221 [info] [command][04ea0615-0f91-4b69-9b16-8ce19137d163] Socket close event received\n2025-08-02 14:36:26.270 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59909 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60111 to 127.0.0.1 port 59909, nchannels 4\n\n2025-08-02 14:36:47.036 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 14:36:47.043 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 14:36:47.044 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 14:36:47.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 14:36:47.048 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_652.sh"" | ssh -v -T -D 60117 login.haicore.berlin bash --login -c bash\n2025-08-02 14:36:47.048 [info] Started installation script. Waiting for it to finish...\n2025-08-02 14:36:47.048 [info] Waiting for server to install via process(30994)...\n2025-08-02 14:36:47.055 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 14:36:47.055 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 14:36:47.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 14:36:47.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 14:36:47.056 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 14:36:47.174 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 14:36:47.175 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 14:36:47.176 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 14:36:47.227 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 14:36:47.230 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 14:36:47.230 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 14:36:47.275 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 14:36:47.275 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 14:36:47.328 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 14:36:47.329 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 14:36:47.329 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 14:36:47.332 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-08-02 14:36:47.332 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 14:36:47.332 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 14:36:47.476 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 14:36:47.523 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 14:36:47.532 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 14:36:47.532 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 14:36:47.669 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 14:36:47.742 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:60117 forwarded to remote address socks:0\n\n2025-08-02 14:36:47.742 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 60117.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 60117.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 14:36:47.743 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 14:36:47.867 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 14:36:47.868 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 14:36:47.875 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-08-02 14:36:47.875 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 14:36:48.181 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 14:36:48.687 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nRunning multiplex server: 1113728 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 71c67cd5-cd05-472e-9436-ddc8e46013e0\nMultiplex server script is already running /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 1113728 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 71c67cd5-cd05-472e-9436-ddc8e46013e0\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 14:36:48.687 [info] (ssh_tunnel) stdout: Multiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 14:36:48.863 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 1115772 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:36:49.217 [info] (ssh_tunnel) stdout: fca1dead7469ec82d6a29bf4: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==42613==\nmultiplexConnectionToken==71c67cd5-cd05-472e-9436-ddc8e46013e0==\ncodeListeningOn==33565==\ncodeConnectionToken==1044f128-6d1b-4b71-a06b-5fd0d257d3a4==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nfca1dead7469ec82d6a29bf4: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 14:36:49.218 [info] Server install command exit code: 0\n2025-08-02 14:36:49.218 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_652.sh\n2025-08-02 14:36:49.219 [info] [forwarding][code] creating new forwarding server\n2025-08-02 14:36:49.219 [info] [forwarding][code] server listening on 127.0.0.1:60124\n2025-08-02 14:36:49.219 [info] [forwarding][code] Set up server\n2025-08-02 14:36:49.219 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 1044f128-6d1b-4b71-a06b-5fd0d257d3a4\n2025-08-02 14:36:49.219 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 14:36:49.219 [info] [forwarding][multiplex] server listening on 127.0.0.1:60125\n2025-08-02 14:36:49.219 [info] [forwarding][multiplex] Set up server\n2025-08-02 14:36:49.220 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 71c67cd5-cd05-472e-9436-ddc8e46013e0\n2025-08-02 14:36:49.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:36:49.221 [info] [remote-ssh] Resolved exec server. Socks port: 60117\n2025-08-02 14:36:49.221 [info] Setting up 0 default forwarded ports\n2025-08-02 14:36:49.221 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":60124,""connectionToken"":""1044f128-6d1b-4b71-a06b-5fd0d257d3a4"",""extensionHostEnv"":{}}. Socks port: 60117\n2025-08-02 14:36:49.223 [info] [command][f2fa20ce-6d49-4fa5-9f36-35c7f0d7d29e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""f2fa20ce-6d49-4fa5-9f36-35c7f0d7d29e""}\n2025-08-02 14:36:49.223 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][0b4ebd91-bc91-48fb-8e6c-3730ec6b1953] received connection request\n2025-08-02 14:36:49.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:36:49.248 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:33565][7b99873b-a12d-4f2b-bdcd-43f1e058e9c6] received connection request\n2025-08-02 14:36:49.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:36:49.395 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][0b4ebd91-bc91-48fb-8e6c-3730ec6b1953] socks forwarding established\n2025-08-02 14:36:49.395 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:60117 -> 127.0.0.1:33565][7b99873b-a12d-4f2b-bdcd-43f1e058e9c6] socks forwarding established\n2025-08-02 14:36:49.520 [info] [command][f2fa20ce-6d49-4fa5-9f36-35c7f0d7d29e] Process exited with code 0\n2025-08-02 14:36:49.520 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][0b4ebd91-bc91-48fb-8e6c-3730ec6b1953] socks connection closed\n2025-08-02 14:36:49.520 [info] [command][f2fa20ce-6d49-4fa5-9f36-35c7f0d7d29e] Socket close event received\n2025-08-02 14:36:49.535 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:33565][5f62ef1a-4cf6-4dd7-8bbf-a2285066e2f0] received connection request\n2025-08-02 14:36:49.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:36:49.734 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60127 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:36:49.734 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:60117 -> 127.0.0.1:33565][5f62ef1a-4cf6-4dd7-8bbf-a2285066e2f0] socks forwarding established\n2025-08-02 14:36:50.229 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 14:36:54.368 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 14:36:54.369 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 14:36:54.369 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 14:37:49.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:37:49.529 [info] [command][bf4d635a-9da0-430f-b934-0a80e5eec58b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""bf4d635a-9da0-430f-b934-0a80e5eec58b""}\n2025-08-02 14:37:49.530 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][2aaf95c4-82d5-4ec3-88d1-d9062f717eb1] received connection request\n2025-08-02 14:37:49.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:37:49.582 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2aaf95c4-82d5-4ec3-88d1-d9062f717eb1] socks forwarding established\n2025-08-02 14:37:49.635 [info] [command][bf4d635a-9da0-430f-b934-0a80e5eec58b] Process exited with code 0\n2025-08-02 14:37:49.637 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2aaf95c4-82d5-4ec3-88d1-d9062f717eb1] socks connection closed\n2025-08-02 14:37:49.637 [info] [command][bf4d635a-9da0-430f-b934-0a80e5eec58b] Socket close event received\n2025-08-02 14:37:49.688 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60242 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:38:49.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:38:49.642 [info] [command][52a35089-5206-4fd4-b5eb-1ef3429e5e14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""52a35089-5206-4fd4-b5eb-1ef3429e5e14""}\n2025-08-02 14:38:49.643 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][c01697fe-5542-4eae-a89b-41fc09f09640] received connection request\n2025-08-02 14:38:49.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:38:49.902 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c01697fe-5542-4eae-a89b-41fc09f09640] socks forwarding established\n2025-08-02 14:38:50.020 [info] [command][52a35089-5206-4fd4-b5eb-1ef3429e5e14] Process exited with code 0\n2025-08-02 14:38:50.020 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c01697fe-5542-4eae-a89b-41fc09f09640] socks connection closed\n2025-08-02 14:38:50.020 [info] [command][52a35089-5206-4fd4-b5eb-1ef3429e5e14] Socket close event received\n2025-08-02 14:38:50.096 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60264 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:39:50.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:39:50.026 [info] [command][30cf16a6-85e1-430e-85f3-fc304ff96850] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""30cf16a6-85e1-430e-85f3-fc304ff96850""}\n2025-08-02 14:39:50.027 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][876f1e8f-5f61-49ae-b664-737370045c5f] received connection request\n2025-08-02 14:39:50.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 14:39:50.028 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:39:50.076 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][876f1e8f-5f61-49ae-b664-737370045c5f] socks forwarding established\n2025-08-02 14:39:50.129 [info] [command][30cf16a6-85e1-430e-85f3-fc304ff96850] Process exited with code 0\n2025-08-02 14:39:50.130 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][876f1e8f-5f61-49ae-b664-737370045c5f] socks connection closed\n2025-08-02 14:39:50.130 [info] [command][30cf16a6-85e1-430e-85f3-fc304ff96850] Socket close event received\n2025-08-02 14:39:50.179 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60310 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:40:50.131 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:40:50.135 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][641981c2-60c4-487c-ae1e-8623bd57a1e1] received connection request\n2025-08-02 14:40:50.135 [info] [command][1c4be1b2-8121-4344-bbdf-646a60914695] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""1c4be1b2-8121-4344-bbdf-646a60914695""}\n2025-08-02 14:40:50.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:40:50.262 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][641981c2-60c4-487c-ae1e-8623bd57a1e1] socks forwarding established\n2025-08-02 14:40:50.519 [info] [command][1c4be1b2-8121-4344-bbdf-646a60914695] Process exited with code 0\n2025-08-02 14:40:50.520 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][641981c2-60c4-487c-ae1e-8623bd57a1e1] socks connection closed\n2025-08-02 14:40:50.520 [info] [command][1c4be1b2-8121-4344-bbdf-646a60914695] Socket close event received\n2025-08-02 14:40:50.600 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60353 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:41:50.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:41:50.527 [info] [command][92d1ca71-1145-4837-8912-4117197e966a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""92d1ca71-1145-4837-8912-4117197e966a""}\n2025-08-02 14:41:50.527 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][3289609e-e873-4fac-88be-bb47a01af4c4] received connection request\n2025-08-02 14:41:50.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:41:50.574 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3289609e-e873-4fac-88be-bb47a01af4c4] socks forwarding established\n2025-08-02 14:41:50.628 [info] [command][92d1ca71-1145-4837-8912-4117197e966a] Process exited with code 0\n2025-08-02 14:41:50.629 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3289609e-e873-4fac-88be-bb47a01af4c4] socks connection closed\n2025-08-02 14:41:50.629 [info] [command][92d1ca71-1145-4837-8912-4117197e966a] Socket close event received\n2025-08-02 14:41:50.677 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60389 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:42:50.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:42:50.636 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][fcf46f6a-c920-4fc5-9095-9237d94297b9] received connection request\n2025-08-02 14:42:50.637 [info] [command][11416b00-6e3f-4433-a077-7362863f033e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""11416b00-6e3f-4433-a077-7362863f033e""}\n2025-08-02 14:42:50.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:42:50.874 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][fcf46f6a-c920-4fc5-9095-9237d94297b9] socks forwarding established\n2025-08-02 14:42:50.987 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][fcf46f6a-c920-4fc5-9095-9237d94297b9] socks connection closed\n2025-08-02 14:42:50.987 [info] [command][11416b00-6e3f-4433-a077-7362863f033e] Process exited with code 0\n2025-08-02 14:42:50.987 [info] [command][11416b00-6e3f-4433-a077-7362863f033e] Socket close event received\n2025-08-02 14:42:51.069 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60456 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:43:50.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:43:50.991 [info] [command][03b560c2-3172-4004-a65e-202c8e7ea415] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""03b560c2-3172-4004-a65e-202c8e7ea415""}\n2025-08-02 14:43:50.991 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][ece90ac4-02b5-4a0a-b9c6-9c164fa953d2] received connection request\n2025-08-02 14:43:50.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:43:51.038 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ece90ac4-02b5-4a0a-b9c6-9c164fa953d2] socks forwarding established\n2025-08-02 14:43:51.091 [info] [command][03b560c2-3172-4004-a65e-202c8e7ea415] Process exited with code 0\n2025-08-02 14:43:51.091 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ece90ac4-02b5-4a0a-b9c6-9c164fa953d2] socks connection closed\n2025-08-02 14:43:51.091 [info] [command][03b560c2-3172-4004-a65e-202c8e7ea415] Socket close event received\n2025-08-02 14:43:51.136 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60499 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:44:51.093 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:44:51.095 [info] [command][a2b40b90-ff70-42c4-a65b-8ca22b23992d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""a2b40b90-ff70-42c4-a65b-8ca22b23992d""}\n2025-08-02 14:44:51.096 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][6ffbf18e-142d-481e-8551-6bf6bb6b96ad] received connection request\n2025-08-02 14:44:51.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:44:51.342 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][6ffbf18e-142d-481e-8551-6bf6bb6b96ad] socks forwarding established\n2025-08-02 14:44:51.457 [info] [command][a2b40b90-ff70-42c4-a65b-8ca22b23992d] Process exited with code 0\n2025-08-02 14:44:51.459 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][6ffbf18e-142d-481e-8551-6bf6bb6b96ad] socks connection closed\n2025-08-02 14:44:51.460 [info] [command][a2b40b90-ff70-42c4-a65b-8ca22b23992d] Socket close event received\n2025-08-02 14:44:51.539 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60551 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:45:51.462 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:45:51.466 [info] [command][46aa37c6-95e7-44b6-841f-0fd7f3adc48b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""46aa37c6-95e7-44b6-841f-0fd7f3adc48b""}\n2025-08-02 14:45:51.469 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][dadbfd36-567b-4086-bf1c-5f48501d21a0] received connection request\n2025-08-02 14:45:51.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 14:45:51.472 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:45:51.521 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][dadbfd36-567b-4086-bf1c-5f48501d21a0] socks forwarding established\n2025-08-02 14:45:51.572 [info] [command][46aa37c6-95e7-44b6-841f-0fd7f3adc48b] Process exited with code 0\n2025-08-02 14:45:51.572 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][dadbfd36-567b-4086-bf1c-5f48501d21a0] socks connection closed\n2025-08-02 14:45:51.572 [info] [command][46aa37c6-95e7-44b6-841f-0fd7f3adc48b] Socket close event received\n2025-08-02 14:45:51.621 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60580 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:46:51.577 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:46:51.580 [info] [command][05da038e-05fd-44da-b895-ef5de2a81ab1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""05da038e-05fd-44da-b895-ef5de2a81ab1""}\n2025-08-02 14:46:51.581 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][bc4149f4-b2dd-4e80-9a91-264fd35910e5] received connection request\n2025-08-02 14:46:51.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:46:51.820 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bc4149f4-b2dd-4e80-9a91-264fd35910e5] socks forwarding established\n2025-08-02 14:46:51.998 [info] [command][05da038e-05fd-44da-b895-ef5de2a81ab1] Process exited with code 0\n2025-08-02 14:46:51.999 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bc4149f4-b2dd-4e80-9a91-264fd35910e5] socks connection closed\n2025-08-02 14:46:51.999 [info] [command][05da038e-05fd-44da-b895-ef5de2a81ab1] Socket close event received\n2025-08-02 14:46:52.113 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60618 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:47:52.002 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:47:52.005 [info] [command][72f1ee1f-bd38-4657-ae58-da38aed9a04b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""72f1ee1f-bd38-4657-ae58-da38aed9a04b""}\n2025-08-02 14:47:52.005 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][eae22980-3826-4d81-80b9-5dc41f458498] received connection request\n2025-08-02 14:47:52.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:47:52.053 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][eae22980-3826-4d81-80b9-5dc41f458498] socks forwarding established\n2025-08-02 14:47:52.112 [info] [command][72f1ee1f-bd38-4657-ae58-da38aed9a04b] Process exited with code 0\n2025-08-02 14:47:52.112 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][eae22980-3826-4d81-80b9-5dc41f458498] socks connection closed\n2025-08-02 14:47:52.112 [info] [command][72f1ee1f-bd38-4657-ae58-da38aed9a04b] Socket close event received\n2025-08-02 14:47:52.157 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60647 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:48:52.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:48:52.121 [info] [command][e012225c-4585-4f84-81a0-a5e3c0834549] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""e012225c-4585-4f84-81a0-a5e3c0834549""}\n2025-08-02 14:48:52.122 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][2a85b441-a952-445b-9b05-7897438630dc] received connection request\n2025-08-02 14:48:52.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:48:52.284 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2a85b441-a952-445b-9b05-7897438630dc] socks forwarding established\n2025-08-02 14:48:52.599 [info] [command][e012225c-4585-4f84-81a0-a5e3c0834549] Process exited with code 0\n2025-08-02 14:48:52.601 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2a85b441-a952-445b-9b05-7897438630dc] socks connection closed\n2025-08-02 14:48:52.601 [info] [command][e012225c-4585-4f84-81a0-a5e3c0834549] Socket close event received\n2025-08-02 14:48:52.773 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60711 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:49:52.607 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:49:52.609 [info] [command][b2799e2d-cee8-48e5-bcb5-a0ef94819cf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""b2799e2d-cee8-48e5-bcb5-a0ef94819cf9""}\n2025-08-02 14:49:52.610 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][78c691b9-bd7a-4cf6-b713-9e725829da30] received connection request\n2025-08-02 14:49:52.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:49:52.660 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][78c691b9-bd7a-4cf6-b713-9e725829da30] socks forwarding established\n2025-08-02 14:49:52.712 [info] [command][b2799e2d-cee8-48e5-bcb5-a0ef94819cf9] Process exited with code 0\n2025-08-02 14:49:52.712 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][78c691b9-bd7a-4cf6-b713-9e725829da30] socks connection closed\n2025-08-02 14:49:52.712 [info] [command][b2799e2d-cee8-48e5-bcb5-a0ef94819cf9] Socket close event received\n2025-08-02 14:49:52.764 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60750 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:50:52.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:50:52.720 [info] [command][23eec6dd-a803-4c0d-8c63-489222d72a2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""23eec6dd-a803-4c0d-8c63-489222d72a2b""}\n2025-08-02 14:50:52.721 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][bfc2b62f-ca5b-4107-b5d8-ade5d980e870] received connection request\n2025-08-02 14:50:52.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:50:52.769 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bfc2b62f-ca5b-4107-b5d8-ade5d980e870] socks forwarding established\n2025-08-02 14:50:52.827 [info] [command][23eec6dd-a803-4c0d-8c63-489222d72a2b] Process exited with code 0\n2025-08-02 14:50:52.828 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bfc2b62f-ca5b-4107-b5d8-ade5d980e870] socks connection closed\n2025-08-02 14:50:52.828 [info] [command][23eec6dd-a803-4c0d-8c63-489222d72a2b] Socket close event received\n2025-08-02 14:50:52.874 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60777 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:51:52.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:51:52.832 [info] [command][e7cd4101-997f-4c50-8cf4-f0a96e59938a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""e7cd4101-997f-4c50-8cf4-f0a96e59938a""}\n2025-08-02 14:51:52.833 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][2448834d-008b-4463-945a-63ba42bafa9b] received connection request\n2025-08-02 14:51:52.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 14:51:52.834 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:51:52.887 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2448834d-008b-4463-945a-63ba42bafa9b] socks forwarding established\n2025-08-02 14:51:52.943 [info] [command][e7cd4101-997f-4c50-8cf4-f0a96e59938a] Process exited with code 0\n2025-08-02 14:51:52.943 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2448834d-008b-4463-945a-63ba42bafa9b] socks connection closed\n2025-08-02 14:51:52.943 [info] [command][e7cd4101-997f-4c50-8cf4-f0a96e59938a] Socket close event received\n2025-08-02 14:51:52.993 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60809 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:52:52.946 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:52:52.950 [info] [command][0e171b4e-5d31-4247-a8ac-ab88da26169c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""0e171b4e-5d31-4247-a8ac-ab88da26169c""}\n2025-08-02 14:52:52.951 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][e9809829-0d77-4802-ad07-1c0b18acc8e6] received connection request\n2025-08-02 14:52:52.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:52:53.004 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][e9809829-0d77-4802-ad07-1c0b18acc8e6] socks forwarding established\n2025-08-02 14:52:53.071 [info] [command][0e171b4e-5d31-4247-a8ac-ab88da26169c] Process exited with code 0\n2025-08-02 14:52:53.071 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][e9809829-0d77-4802-ad07-1c0b18acc8e6] socks connection closed\n2025-08-02 14:52:53.071 [info] [command][0e171b4e-5d31-4247-a8ac-ab88da26169c] Socket close event received\n2025-08-02 14:52:53.125 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60826 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:53:53.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:53:53.081 [info] [command][81df147d-17a4-45af-89e8-9736ebb43eca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""81df147d-17a4-45af-89e8-9736ebb43eca""}\n2025-08-02 14:53:53.081 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9639d7d6-cae9-45b5-a097-6bba95b36774] received connection request\n2025-08-02 14:53:53.082 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:53:53.137 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9639d7d6-cae9-45b5-a097-6bba95b36774] socks forwarding established\n2025-08-02 14:53:53.189 [info] [command][81df147d-17a4-45af-89e8-9736ebb43eca] Process exited with code 0\n2025-08-02 14:53:53.189 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9639d7d6-cae9-45b5-a097-6bba95b36774] socks connection closed\n2025-08-02 14:53:53.190 [info] [command][81df147d-17a4-45af-89e8-9736ebb43eca] Socket close event received\n2025-08-02 14:53:53.241 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60841 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:54:53.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:54:53.199 [info] [command][c903961b-9a71-4b96-b0d9-432a12b63656] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""c903961b-9a71-4b96-b0d9-432a12b63656""}\n2025-08-02 14:54:53.201 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][bcb16d94-8831-4a12-a466-b64a24f189ca] received connection request\n2025-08-02 14:54:53.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:54:53.249 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bcb16d94-8831-4a12-a466-b64a24f189ca] socks forwarding established\n2025-08-02 14:54:53.302 [info] [command][c903961b-9a71-4b96-b0d9-432a12b63656] Process exited with code 0\n2025-08-02 14:54:53.302 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bcb16d94-8831-4a12-a466-b64a24f189ca] socks connection closed\n2025-08-02 14:54:53.302 [info] [command][c903961b-9a71-4b96-b0d9-432a12b63656] Socket close event received\n2025-08-02 14:54:53.347 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60879 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:55:53.304 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:55:53.305 [info] [command][5c47000f-570a-4159-9366-870eb21a516f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""5c47000f-570a-4159-9366-870eb21a516f""}\n2025-08-02 14:55:53.306 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][61ed4116-e4e7-43c1-9aaf-7587a2327ec8] received connection request\n2025-08-02 14:55:53.306 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:55:53.355 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][61ed4116-e4e7-43c1-9aaf-7587a2327ec8] socks forwarding established\n2025-08-02 14:55:53.410 [info] [command][5c47000f-570a-4159-9366-870eb21a516f] Process exited with code 0\n2025-08-02 14:55:53.411 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][61ed4116-e4e7-43c1-9aaf-7587a2327ec8] socks connection closed\n2025-08-02 14:55:53.411 [info] [command][5c47000f-570a-4159-9366-870eb21a516f] Socket close event received\n2025-08-02 14:55:53.459 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60949 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:56:53.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:56:53.415 [info] [command][c4c304df-a4b5-40df-abe3-ff8867c883c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""c4c304df-a4b5-40df-abe3-ff8867c883c8""}\n2025-08-02 14:56:53.416 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][cfc0aba3-6692-4acf-acf1-fbaa349aea8b] received connection request\n2025-08-02 14:56:53.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:56:53.479 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][cfc0aba3-6692-4acf-acf1-fbaa349aea8b] socks forwarding established\n2025-08-02 14:56:53.554 [info] [command][c4c304df-a4b5-40df-abe3-ff8867c883c8] Process exited with code 0\n2025-08-02 14:56:53.555 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][cfc0aba3-6692-4acf-acf1-fbaa349aea8b] socks connection closed\n2025-08-02 14:56:53.555 [info] [command][c4c304df-a4b5-40df-abe3-ff8867c883c8] Socket close event received\n2025-08-02 14:56:53.626 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 60999 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:57:53.560 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:57:53.564 [info] [command][7adf6493-3ce2-4ba9-8d58-463fe1f724a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""7adf6493-3ce2-4ba9-8d58-463fe1f724a6""}\n2025-08-02 14:57:53.565 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][3557964f-ece8-49bb-a999-aa2e5b1d713b] received connection request\n2025-08-02 14:57:53.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:57:53.671 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3557964f-ece8-49bb-a999-aa2e5b1d713b] socks forwarding established\n2025-08-02 14:57:53.734 [info] [command][7adf6493-3ce2-4ba9-8d58-463fe1f724a6] Process exited with code 0\n2025-08-02 14:57:53.735 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3557964f-ece8-49bb-a999-aa2e5b1d713b] socks connection closed\n2025-08-02 14:57:53.735 [info] [command][7adf6493-3ce2-4ba9-8d58-463fe1f724a6] Socket close event received\n2025-08-02 14:57:53.795 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61028 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:58:53.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:58:53.738 [info] [command][55664d64-84fc-44f3-844b-4845d5b740d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""55664d64-84fc-44f3-844b-4845d5b740d6""}\n2025-08-02 14:58:53.739 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9362f6ef-9871-40bb-a03c-aa914002fb03] received connection request\n2025-08-02 14:58:53.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:58:53.804 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9362f6ef-9871-40bb-a03c-aa914002fb03] socks forwarding established\n2025-08-02 14:58:53.855 [info] [command][55664d64-84fc-44f3-844b-4845d5b740d6] Process exited with code 0\n2025-08-02 14:58:53.855 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9362f6ef-9871-40bb-a03c-aa914002fb03] socks connection closed\n2025-08-02 14:58:53.855 [info] [command][55664d64-84fc-44f3-844b-4845d5b740d6] Socket close event received\n2025-08-02 14:58:53.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61041 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 14:59:53.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 14:59:53.858 [info] [command][13bfcf16-075d-44ed-9444-6a9a53466d55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""13bfcf16-075d-44ed-9444-6a9a53466d55""}\n2025-08-02 14:59:53.859 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][d302180d-c169-4072-85e9-ca791e327637] received connection request\n2025-08-02 14:59:53.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 14:59:53.909 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][d302180d-c169-4072-85e9-ca791e327637] socks forwarding established\n2025-08-02 14:59:53.961 [info] [command][13bfcf16-075d-44ed-9444-6a9a53466d55] Process exited with code 0\n2025-08-02 14:59:53.962 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][d302180d-c169-4072-85e9-ca791e327637] socks connection closed\n2025-08-02 14:59:53.962 [info] [command][13bfcf16-075d-44ed-9444-6a9a53466d55] Socket close event received\n2025-08-02 14:59:54.008 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61076 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:00:53.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:00:53.965 [info] [command][11835d92-498b-4153-9f8e-a8eb190137e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""11835d92-498b-4153-9f8e-a8eb190137e4""}\n2025-08-02 15:00:53.966 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][d61b1d1c-0867-4ce8-88eb-9b22f92f0771] received connection request\n2025-08-02 15:00:53.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:00:54.015 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][d61b1d1c-0867-4ce8-88eb-9b22f92f0771] socks forwarding established\n2025-08-02 15:00:54.074 [info] [command][11835d92-498b-4153-9f8e-a8eb190137e4] Process exited with code 0\n2025-08-02 15:00:54.075 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][d61b1d1c-0867-4ce8-88eb-9b22f92f0771] socks connection closed\n2025-08-02 15:00:54.075 [info] [command][11835d92-498b-4153-9f8e-a8eb190137e4] Socket close event received\n2025-08-02 15:00:54.122 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61099 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:01:54.080 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:01:54.083 [info] [command][8adb6c99-7dde-4d01-9276-7da67802d66c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""8adb6c99-7dde-4d01-9276-7da67802d66c""}\n2025-08-02 15:01:54.084 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][80bbdfbf-bacf-442a-a689-8668f95057cb] received connection request\n2025-08-02 15:01:54.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:01:54.085 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:01:54.146 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][80bbdfbf-bacf-442a-a689-8668f95057cb] socks forwarding established\n2025-08-02 15:01:54.201 [info] [command][8adb6c99-7dde-4d01-9276-7da67802d66c] Process exited with code 0\n2025-08-02 15:01:54.201 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][80bbdfbf-bacf-442a-a689-8668f95057cb] socks connection closed\n2025-08-02 15:01:54.201 [info] [command][8adb6c99-7dde-4d01-9276-7da67802d66c] Socket close event received\n2025-08-02 15:01:54.275 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61130 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:02:54.202 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:02:54.203 [info] [command][718092b2-ad78-4acd-a367-494b1cb01e64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""718092b2-ad78-4acd-a367-494b1cb01e64""}\n2025-08-02 15:02:54.204 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][3209841e-5d55-44cd-8d4f-3c29bfab764f] received connection request\n2025-08-02 15:02:54.204 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:02:54.256 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3209841e-5d55-44cd-8d4f-3c29bfab764f] socks forwarding established\n2025-08-02 15:02:54.307 [info] [command][718092b2-ad78-4acd-a367-494b1cb01e64] Process exited with code 0\n2025-08-02 15:02:54.307 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3209841e-5d55-44cd-8d4f-3c29bfab764f] socks connection closed\n2025-08-02 15:02:54.308 [info] [command][718092b2-ad78-4acd-a367-494b1cb01e64] Socket close event received\n2025-08-02 15:02:54.359 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61143 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:03:54.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:03:54.314 [info] [command][17e287c6-2531-4ad1-92a9-d9e25791a0b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""17e287c6-2531-4ad1-92a9-d9e25791a0b6""}\n2025-08-02 15:03:54.315 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][7a882be9-f986-4605-92d0-0a4e33805f92] received connection request\n2025-08-02 15:03:54.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:03:54.315 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:03:54.370 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7a882be9-f986-4605-92d0-0a4e33805f92] socks forwarding established\n2025-08-02 15:03:54.439 [info] [command][17e287c6-2531-4ad1-92a9-d9e25791a0b6] Process exited with code 0\n2025-08-02 15:03:54.439 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7a882be9-f986-4605-92d0-0a4e33805f92] socks connection closed\n2025-08-02 15:03:54.439 [info] [command][17e287c6-2531-4ad1-92a9-d9e25791a0b6] Socket close event received\n2025-08-02 15:03:54.496 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61157 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:04:54.444 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:04:54.447 [info] [command][177d7b8e-dc02-43f9-909f-7d1773ae80b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""177d7b8e-dc02-43f9-909f-7d1773ae80b6""}\n2025-08-02 15:04:54.449 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][ff7aebeb-6a1f-4e36-87fc-df20c9c8c8a6] received connection request\n2025-08-02 15:04:54.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:04:54.503 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ff7aebeb-6a1f-4e36-87fc-df20c9c8c8a6] socks forwarding established\n2025-08-02 15:04:54.555 [info] [command][177d7b8e-dc02-43f9-909f-7d1773ae80b6] Process exited with code 0\n2025-08-02 15:04:54.555 [info] [command][177d7b8e-dc02-43f9-909f-7d1773ae80b6] Socket close event received\n2025-08-02 15:04:54.556 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ff7aebeb-6a1f-4e36-87fc-df20c9c8c8a6] socks connection closed\n2025-08-02 15:04:54.602 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61190 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:05:54.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:05:54.560 [info] [command][34ade505-6492-469a-a758-f6dbd5d6bff7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""34ade505-6492-469a-a758-f6dbd5d6bff7""}\n2025-08-02 15:05:54.561 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][792055ef-449c-46a4-b2b3-05da5ff0f3b2] received connection request\n2025-08-02 15:05:54.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:05:54.610 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][792055ef-449c-46a4-b2b3-05da5ff0f3b2] socks forwarding established\n2025-08-02 15:05:54.664 [info] [command][34ade505-6492-469a-a758-f6dbd5d6bff7] Process exited with code 0\n2025-08-02 15:05:54.664 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][792055ef-449c-46a4-b2b3-05da5ff0f3b2] socks connection closed\n2025-08-02 15:05:54.665 [info] [command][34ade505-6492-469a-a758-f6dbd5d6bff7] Socket close event received\n2025-08-02 15:05:54.713 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61215 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:06:54.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:06:54.671 [info] [command][9d234b7e-03ef-43e9-bdd7-66942e2c787f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""9d234b7e-03ef-43e9-bdd7-66942e2c787f""}\n2025-08-02 15:06:54.671 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][ebcd1015-dde3-4cc5-8b33-76435751362e] received connection request\n2025-08-02 15:06:54.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:06:54.723 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ebcd1015-dde3-4cc5-8b33-76435751362e] socks forwarding established\n2025-08-02 15:06:54.776 [info] [command][9d234b7e-03ef-43e9-bdd7-66942e2c787f] Process exited with code 0\n2025-08-02 15:06:54.777 [info] [command][9d234b7e-03ef-43e9-bdd7-66942e2c787f] Socket close event received\n2025-08-02 15:06:54.777 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ebcd1015-dde3-4cc5-8b33-76435751362e] socks connection closed\n2025-08-02 15:06:54.827 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61245 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:07:54.782 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:07:54.785 [info] [command][0d3271e0-2558-4648-85a3-c5fd7ae64e8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""0d3271e0-2558-4648-85a3-c5fd7ae64e8b""}\n2025-08-02 15:07:54.786 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][0a8c67c8-b750-4bf8-b3f0-3acb8322a764] received connection request\n2025-08-02 15:07:54.788 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:07:54.839 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][0a8c67c8-b750-4bf8-b3f0-3acb8322a764] socks forwarding established\n2025-08-02 15:07:54.891 [info] [command][0d3271e0-2558-4648-85a3-c5fd7ae64e8b] Process exited with code 0\n2025-08-02 15:07:54.891 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][0a8c67c8-b750-4bf8-b3f0-3acb8322a764] socks connection closed\n2025-08-02 15:07:54.891 [info] [command][0d3271e0-2558-4648-85a3-c5fd7ae64e8b] Socket close event received\n2025-08-02 15:07:54.939 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61261 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:08:54.892 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:08:54.896 [info] [command][356585af-acf5-4033-91f4-8889a5510bde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""356585af-acf5-4033-91f4-8889a5510bde""}\n2025-08-02 15:08:54.897 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][3cdfbbc2-9573-4a12-b200-6884a98f0f8c] received connection request\n2025-08-02 15:08:54.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:08:54.950 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3cdfbbc2-9573-4a12-b200-6884a98f0f8c] socks forwarding established\n2025-08-02 15:08:55.004 [info] [command][356585af-acf5-4033-91f4-8889a5510bde] Process exited with code 0\n2025-08-02 15:08:55.005 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3cdfbbc2-9573-4a12-b200-6884a98f0f8c] socks connection closed\n2025-08-02 15:08:55.005 [info] [command][356585af-acf5-4033-91f4-8889a5510bde] Socket close event received\n2025-08-02 15:08:55.054 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61275 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:09:55.006 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:09:55.008 [info] [command][16dab02b-8ce5-4e3c-820c-e37c7800f0b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""16dab02b-8ce5-4e3c-820c-e37c7800f0b2""}\n2025-08-02 15:09:55.008 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][5b3bfbd3-1bc4-4274-8779-5d560326a84c] received connection request\n2025-08-02 15:09:55.009 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:09:55.055 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][5b3bfbd3-1bc4-4274-8779-5d560326a84c] socks forwarding established\n2025-08-02 15:09:55.111 [info] [command][16dab02b-8ce5-4e3c-820c-e37c7800f0b2] Process exited with code 0\n2025-08-02 15:09:55.111 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][5b3bfbd3-1bc4-4274-8779-5d560326a84c] socks connection closed\n2025-08-02 15:09:55.111 [info] [command][16dab02b-8ce5-4e3c-820c-e37c7800f0b2] Socket close event received\n2025-08-02 15:09:55.159 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61307 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:10:55.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:10:55.121 [info] [command][e187e6d5-cf0c-478f-84d0-f4b094d76ba6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""e187e6d5-cf0c-478f-84d0-f4b094d76ba6""}\n2025-08-02 15:10:55.122 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9dd3a462-5572-4893-b988-1bcf5a86b051] received connection request\n2025-08-02 15:10:55.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:10:55.173 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9dd3a462-5572-4893-b988-1bcf5a86b051] socks forwarding established\n2025-08-02 15:10:55.226 [info] [command][e187e6d5-cf0c-478f-84d0-f4b094d76ba6] Process exited with code 0\n2025-08-02 15:10:55.226 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9dd3a462-5572-4893-b988-1bcf5a86b051] socks connection closed\n2025-08-02 15:10:55.226 [info] [command][e187e6d5-cf0c-478f-84d0-f4b094d76ba6] Socket close event received\n2025-08-02 15:10:55.272 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61327 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:11:55.228 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:11:55.232 [info] [command][7e038bf8-6f39-4cfb-8df5-ce38a11c0011] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""7e038bf8-6f39-4cfb-8df5-ce38a11c0011""}\n2025-08-02 15:11:55.234 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][2e043953-3976-4691-ac30-72abbc91b3dc] received connection request\n2025-08-02 15:11:55.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:11:55.288 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2e043953-3976-4691-ac30-72abbc91b3dc] socks forwarding established\n2025-08-02 15:11:55.340 [info] [command][7e038bf8-6f39-4cfb-8df5-ce38a11c0011] Process exited with code 0\n2025-08-02 15:11:55.340 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][2e043953-3976-4691-ac30-72abbc91b3dc] socks connection closed\n2025-08-02 15:11:55.340 [info] [command][7e038bf8-6f39-4cfb-8df5-ce38a11c0011] Socket close event received\n2025-08-02 15:11:55.386 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61381 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:12:55.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:12:55.344 [info] [command][c78f1259-a1d3-4520-b9e2-fce412ed78fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""c78f1259-a1d3-4520-b9e2-fce412ed78fe""}\n2025-08-02 15:12:55.345 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][8b83a61f-117f-40c4-93e1-94b632bac00a] received connection request\n2025-08-02 15:12:55.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:12:55.402 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][8b83a61f-117f-40c4-93e1-94b632bac00a] socks forwarding established\n2025-08-02 15:12:55.455 [info] [command][c78f1259-a1d3-4520-b9e2-fce412ed78fe] Process exited with code 0\n2025-08-02 15:12:55.455 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][8b83a61f-117f-40c4-93e1-94b632bac00a] socks connection closed\n2025-08-02 15:12:55.455 [info] [command][c78f1259-a1d3-4520-b9e2-fce412ed78fe] Socket close event received\n2025-08-02 15:12:55.506 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61394 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:13:55.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:13:55.460 [info] [command][47303455-369d-4757-a59b-fe2f3396242d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""47303455-369d-4757-a59b-fe2f3396242d""}\n2025-08-02 15:13:55.461 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][c8ff4b91-24a0-4c18-a778-a414f98a082b] received connection request\n2025-08-02 15:13:55.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:13:55.510 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c8ff4b91-24a0-4c18-a778-a414f98a082b] socks forwarding established\n2025-08-02 15:13:55.567 [info] [command][47303455-369d-4757-a59b-fe2f3396242d] Process exited with code 0\n2025-08-02 15:13:55.568 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c8ff4b91-24a0-4c18-a778-a414f98a082b] socks connection closed\n2025-08-02 15:13:55.568 [info] [command][47303455-369d-4757-a59b-fe2f3396242d] Socket close event received\n2025-08-02 15:13:55.615 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61410 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:14:55.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:14:55.572 [info] [command][a19fe7e6-63c0-41fc-98db-3fda52c59be6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""a19fe7e6-63c0-41fc-98db-3fda52c59be6""}\n2025-08-02 15:14:55.573 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][c855b996-36e8-49d6-9429-1989f53b0663] received connection request\n2025-08-02 15:14:55.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:14:55.625 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c855b996-36e8-49d6-9429-1989f53b0663] socks forwarding established\n2025-08-02 15:14:55.688 [info] [command][a19fe7e6-63c0-41fc-98db-3fda52c59be6] Process exited with code 0\n2025-08-02 15:14:55.688 [info] [command][a19fe7e6-63c0-41fc-98db-3fda52c59be6] Socket close event received\n2025-08-02 15:14:55.689 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c855b996-36e8-49d6-9429-1989f53b0663] socks connection closed\n2025-08-02 15:14:55.739 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61454 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:15:55.694 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:15:55.697 [info] [command][a76a5cd5-a4ac-4824-8a3f-5e63c48f60d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""a76a5cd5-a4ac-4824-8a3f-5e63c48f60d9""}\n2025-08-02 15:15:55.698 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9aa3317f-f4e4-4aa2-a083-b736fbf119a3] received connection request\n2025-08-02 15:15:55.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:15:55.758 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9aa3317f-f4e4-4aa2-a083-b736fbf119a3] socks forwarding established\n2025-08-02 15:15:55.813 [info] [command][a76a5cd5-a4ac-4824-8a3f-5e63c48f60d9] Process exited with code 0\n2025-08-02 15:15:55.814 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9aa3317f-f4e4-4aa2-a083-b736fbf119a3] socks connection closed\n2025-08-02 15:15:55.814 [info] [command][a76a5cd5-a4ac-4824-8a3f-5e63c48f60d9] Socket close event received\n2025-08-02 15:15:55.867 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61472 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:16:55.819 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:16:55.821 [info] [command][db49c8f5-363e-4e63-9546-88fbdb675463] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""db49c8f5-363e-4e63-9546-88fbdb675463""}\n2025-08-02 15:16:55.821 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][3aa81200-179c-4203-8b29-9054cbfd31a8] received connection request\n2025-08-02 15:16:55.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:16:55.868 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3aa81200-179c-4203-8b29-9054cbfd31a8] socks forwarding established\n2025-08-02 15:16:55.922 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3aa81200-179c-4203-8b29-9054cbfd31a8] socks connection closed\n2025-08-02 15:16:55.922 [info] [command][db49c8f5-363e-4e63-9546-88fbdb675463] Process exited with code 0\n2025-08-02 15:16:55.922 [info] [command][db49c8f5-363e-4e63-9546-88fbdb675463] Socket close event received\n2025-08-02 15:16:55.970 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61527 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:17:55.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:17:55.931 [info] [command][e3b8a26d-3944-4fca-8f1f-460f368adbd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""e3b8a26d-3944-4fca-8f1f-460f368adbd3""}\n2025-08-02 15:17:55.931 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][aaa88866-ab58-4398-9d6f-910f9b89e38b] received connection request\n2025-08-02 15:17:55.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:17:55.982 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][aaa88866-ab58-4398-9d6f-910f9b89e38b] socks forwarding established\n2025-08-02 15:17:56.039 [info] [command][e3b8a26d-3944-4fca-8f1f-460f368adbd3] Process exited with code 0\n2025-08-02 15:17:56.040 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][aaa88866-ab58-4398-9d6f-910f9b89e38b] socks connection closed\n2025-08-02 15:17:56.040 [info] [command][e3b8a26d-3944-4fca-8f1f-460f368adbd3] Socket close event received\n2025-08-02 15:17:56.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61554 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:18:56.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:18:56.052 [info] [command][1d235994-8435-4db8-96ec-374117b8810e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""1d235994-8435-4db8-96ec-374117b8810e""}\n2025-08-02 15:18:56.053 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][7e5caf6e-83b1-4a19-ae47-76af9110eabc] received connection request\n2025-08-02 15:18:56.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:18:56.054 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:18:56.107 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7e5caf6e-83b1-4a19-ae47-76af9110eabc] socks forwarding established\n2025-08-02 15:18:56.158 [info] [command][1d235994-8435-4db8-96ec-374117b8810e] Process exited with code 0\n2025-08-02 15:18:56.159 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7e5caf6e-83b1-4a19-ae47-76af9110eabc] socks connection closed\n2025-08-02 15:18:56.159 [info] [command][1d235994-8435-4db8-96ec-374117b8810e] Socket close event received\n2025-08-02 15:18:56.208 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61566 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:19:56.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:19:56.168 [info] [command][5a79a04b-f1b2-4ca7-8a19-89da77aea342] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""5a79a04b-f1b2-4ca7-8a19-89da77aea342""}\n2025-08-02 15:19:56.170 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][09b1ad96-13ed-4c39-9628-cbb91f352e9c] received connection request\n2025-08-02 15:19:56.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:19:56.220 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][09b1ad96-13ed-4c39-9628-cbb91f352e9c] socks forwarding established\n2025-08-02 15:19:56.277 [info] [command][5a79a04b-f1b2-4ca7-8a19-89da77aea342] Process exited with code 0\n2025-08-02 15:19:56.278 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][09b1ad96-13ed-4c39-9628-cbb91f352e9c] socks connection closed\n2025-08-02 15:19:56.278 [info] [command][5a79a04b-f1b2-4ca7-8a19-89da77aea342] Socket close event received\n2025-08-02 15:19:56.329 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61604 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:20:56.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:20:56.288 [info] [command][3f081522-fbcb-4efd-a531-3d58ac4419e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""3f081522-fbcb-4efd-a531-3d58ac4419e8""}\n2025-08-02 15:20:56.289 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][358bd458-d4b4-4213-aeb1-41d4cab5499b] received connection request\n2025-08-02 15:20:56.290 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:20:56.338 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][358bd458-d4b4-4213-aeb1-41d4cab5499b] socks forwarding established\n2025-08-02 15:20:56.391 [info] [command][3f081522-fbcb-4efd-a531-3d58ac4419e8] Process exited with code 0\n2025-08-02 15:20:56.392 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][358bd458-d4b4-4213-aeb1-41d4cab5499b] socks connection closed\n2025-08-02 15:20:56.392 [info] [command][3f081522-fbcb-4efd-a531-3d58ac4419e8] Socket close event received\n2025-08-02 15:20:56.440 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61620 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:21:56.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:21:56.397 [info] [command][6781ed17-3d31-4507-b158-e9873e8cb34e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""6781ed17-3d31-4507-b158-e9873e8cb34e""}\n2025-08-02 15:21:56.398 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][c4c4a49a-23a6-4217-bebe-57d34fc18e42] received connection request\n2025-08-02 15:21:56.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:21:56.449 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c4c4a49a-23a6-4217-bebe-57d34fc18e42] socks forwarding established\n2025-08-02 15:21:56.506 [info] [command][6781ed17-3d31-4507-b158-e9873e8cb34e] Process exited with code 0\n2025-08-02 15:21:56.507 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c4c4a49a-23a6-4217-bebe-57d34fc18e42] socks connection closed\n2025-08-02 15:21:56.507 [info] [command][6781ed17-3d31-4507-b158-e9873e8cb34e] Socket close event received\n2025-08-02 15:21:56.555 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61649 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:22:56.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:22:56.511 [info] [command][4782568f-763a-4c68-b8e5-5c53480ba757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""4782568f-763a-4c68-b8e5-5c53480ba757""}\n2025-08-02 15:22:56.511 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][47ff4d0e-7b4a-4ec2-bc55-d95c9e063e45] received connection request\n2025-08-02 15:22:56.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:22:56.559 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][47ff4d0e-7b4a-4ec2-bc55-d95c9e063e45] socks forwarding established\n2025-08-02 15:22:56.611 [info] [command][4782568f-763a-4c68-b8e5-5c53480ba757] Process exited with code 0\n2025-08-02 15:22:56.612 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][47ff4d0e-7b4a-4ec2-bc55-d95c9e063e45] socks connection closed\n2025-08-02 15:22:56.612 [info] [command][4782568f-763a-4c68-b8e5-5c53480ba757] Socket close event received\n2025-08-02 15:22:56.663 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61664 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:23:56.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:23:56.621 [info] [command][acc2f0ae-2e98-4801-b4cb-98e6ff9a8801] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""acc2f0ae-2e98-4801-b4cb-98e6ff9a8801""}\n2025-08-02 15:23:56.621 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9a2d6150-36cf-4d2a-87f3-c05da21b2d7d] received connection request\n2025-08-02 15:23:56.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:23:56.674 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9a2d6150-36cf-4d2a-87f3-c05da21b2d7d] socks forwarding established\n2025-08-02 15:23:56.727 [info] [command][acc2f0ae-2e98-4801-b4cb-98e6ff9a8801] Process exited with code 0\n2025-08-02 15:23:56.728 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9a2d6150-36cf-4d2a-87f3-c05da21b2d7d] socks connection closed\n2025-08-02 15:23:56.728 [info] [command][acc2f0ae-2e98-4801-b4cb-98e6ff9a8801] Socket close event received\n2025-08-02 15:23:56.780 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61679 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:24:56.733 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:24:56.737 [info] [command][82f33368-2c63-4be5-abf6-fd0dd28e1dac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""82f33368-2c63-4be5-abf6-fd0dd28e1dac""}\n2025-08-02 15:24:56.738 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9acebfd5-cf91-4a66-a4b3-71e14713ef42] received connection request\n2025-08-02 15:24:56.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:24:56.786 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9acebfd5-cf91-4a66-a4b3-71e14713ef42] socks forwarding established\n2025-08-02 15:24:56.837 [info] [command][82f33368-2c63-4be5-abf6-fd0dd28e1dac] Process exited with code 0\n2025-08-02 15:24:56.838 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9acebfd5-cf91-4a66-a4b3-71e14713ef42] socks connection closed\n2025-08-02 15:24:56.838 [info] [command][82f33368-2c63-4be5-abf6-fd0dd28e1dac] Socket close event received\n2025-08-02 15:24:56.888 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61735 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:25:56.839 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:25:56.841 [info] [command][52ec0488-5a16-4884-8f54-ed5a29d1474b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""52ec0488-5a16-4884-8f54-ed5a29d1474b""}\n2025-08-02 15:25:56.842 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][5b9145ec-8d30-48c9-afec-d7d9f3ef303b] received connection request\n2025-08-02 15:25:56.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:25:56.891 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][5b9145ec-8d30-48c9-afec-d7d9f3ef303b] socks forwarding established\n2025-08-02 15:25:56.943 [info] [command][52ec0488-5a16-4884-8f54-ed5a29d1474b] Process exited with code 0\n2025-08-02 15:25:56.943 [info] [command][52ec0488-5a16-4884-8f54-ed5a29d1474b] Socket close event received\n2025-08-02 15:25:56.943 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][5b9145ec-8d30-48c9-afec-d7d9f3ef303b] socks connection closed\n2025-08-02 15:25:56.995 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61753 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:26:56.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:26:56.946 [info] [command][3d41f6e3-6d60-4405-b858-5d967013d730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""3d41f6e3-6d60-4405-b858-5d967013d730""}\n2025-08-02 15:26:56.947 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][c35e14aa-f452-4085-9714-a0ca17eb11da] received connection request\n2025-08-02 15:26:56.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:26:56.949 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:26:56.995 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c35e14aa-f452-4085-9714-a0ca17eb11da] socks forwarding established\n2025-08-02 15:26:57.049 [info] [command][3d41f6e3-6d60-4405-b858-5d967013d730] Process exited with code 0\n2025-08-02 15:26:57.049 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c35e14aa-f452-4085-9714-a0ca17eb11da] socks connection closed\n2025-08-02 15:26:57.049 [info] [command][3d41f6e3-6d60-4405-b858-5d967013d730] Socket close event received\n2025-08-02 15:26:57.097 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61782 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:27:57.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:27:57.055 [info] [command][7ced1856-7b59-46ec-8966-df9c7b0b9d91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""7ced1856-7b59-46ec-8966-df9c7b0b9d91""}\n2025-08-02 15:27:57.056 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][7ea226ed-431f-4b78-a237-fb311218f154] received connection request\n2025-08-02 15:27:57.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:27:57.107 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7ea226ed-431f-4b78-a237-fb311218f154] socks forwarding established\n2025-08-02 15:27:57.161 [info] [command][7ced1856-7b59-46ec-8966-df9c7b0b9d91] Process exited with code 0\n2025-08-02 15:27:57.161 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7ea226ed-431f-4b78-a237-fb311218f154] socks connection closed\n2025-08-02 15:27:57.161 [info] [command][7ced1856-7b59-46ec-8966-df9c7b0b9d91] Socket close event received\n2025-08-02 15:27:57.207 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61796 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:28:57.166 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:28:57.170 [info] [command][44fa659e-f1f1-445f-b8e6-9be4eed2d841] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""44fa659e-f1f1-445f-b8e6-9be4eed2d841""}\n2025-08-02 15:28:57.171 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][60010779-fc96-4bb1-925a-15a1a53232f1] received connection request\n2025-08-02 15:28:57.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:28:57.223 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][60010779-fc96-4bb1-925a-15a1a53232f1] socks forwarding established\n2025-08-02 15:28:57.275 [info] [command][44fa659e-f1f1-445f-b8e6-9be4eed2d841] Process exited with code 0\n2025-08-02 15:28:57.275 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][60010779-fc96-4bb1-925a-15a1a53232f1] socks connection closed\n2025-08-02 15:28:57.275 [info] [command][44fa659e-f1f1-445f-b8e6-9be4eed2d841] Socket close event received\n2025-08-02 15:28:57.321 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61809 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:29:57.281 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:29:57.283 [info] [command][d3e85189-8a24-403b-81f8-59ecadc672ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""d3e85189-8a24-403b-81f8-59ecadc672ad""}\n2025-08-02 15:29:57.284 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][717dd037-8874-4212-b369-40e2eba424fc] received connection request\n2025-08-02 15:29:57.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:29:57.337 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][717dd037-8874-4212-b369-40e2eba424fc] socks forwarding established\n2025-08-02 15:29:57.389 [info] [command][d3e85189-8a24-403b-81f8-59ecadc672ad] Process exited with code 0\n2025-08-02 15:29:57.389 [info] [command][d3e85189-8a24-403b-81f8-59ecadc672ad] Socket close event received\n2025-08-02 15:29:57.389 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][717dd037-8874-4212-b369-40e2eba424fc] socks connection closed\n2025-08-02 15:29:57.439 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61847 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:30:57.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:30:57.398 [info] [command][cd13d2cb-3b35-4b7c-ac38-52e4569fa33d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""cd13d2cb-3b35-4b7c-ac38-52e4569fa33d""}\n2025-08-02 15:30:57.399 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][7305adbf-b810-405b-a0eb-ee0a0914b2fd] received connection request\n2025-08-02 15:30:57.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:30:57.455 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7305adbf-b810-405b-a0eb-ee0a0914b2fd] socks forwarding established\n2025-08-02 15:30:57.508 [info] [command][cd13d2cb-3b35-4b7c-ac38-52e4569fa33d] Process exited with code 0\n2025-08-02 15:30:57.508 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7305adbf-b810-405b-a0eb-ee0a0914b2fd] socks connection closed\n2025-08-02 15:30:57.508 [info] [command][cd13d2cb-3b35-4b7c-ac38-52e4569fa33d] Socket close event received\n2025-08-02 15:30:57.558 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61861 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:31:57.513 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:31:57.516 [info] [command][4b877b5d-2ceb-444a-871c-55a374cd597e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""4b877b5d-2ceb-444a-871c-55a374cd597e""}\n2025-08-02 15:31:57.516 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][51019001-fed0-424f-9f82-9bf9280f5b14] received connection request\n2025-08-02 15:31:57.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:31:57.569 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][51019001-fed0-424f-9f82-9bf9280f5b14] socks forwarding established\n2025-08-02 15:31:57.621 [info] [command][4b877b5d-2ceb-444a-871c-55a374cd597e] Process exited with code 0\n2025-08-02 15:31:57.621 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][51019001-fed0-424f-9f82-9bf9280f5b14] socks connection closed\n2025-08-02 15:31:57.621 [info] [command][4b877b5d-2ceb-444a-871c-55a374cd597e] Socket close event received\n2025-08-02 15:31:57.668 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61893 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:32:57.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:32:57.624 [info] [command][04dbaf53-9e3c-488a-bd51-72cc5ac7bdec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""04dbaf53-9e3c-488a-bd51-72cc5ac7bdec""}\n2025-08-02 15:32:57.625 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][78699ba1-752b-4c0d-894a-b7d974e3b9b9] received connection request\n2025-08-02 15:32:57.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:32:57.670 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][78699ba1-752b-4c0d-894a-b7d974e3b9b9] socks forwarding established\n2025-08-02 15:32:57.721 [info] [command][04dbaf53-9e3c-488a-bd51-72cc5ac7bdec] Process exited with code 0\n2025-08-02 15:32:57.721 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][78699ba1-752b-4c0d-894a-b7d974e3b9b9] socks connection closed\n2025-08-02 15:32:57.721 [info] [command][04dbaf53-9e3c-488a-bd51-72cc5ac7bdec] Socket close event received\n2025-08-02 15:32:57.769 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61919 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:33:57.727 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:33:57.728 [info] [command][b6f629e2-785a-4dcb-9770-9ecba38f8b74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""b6f629e2-785a-4dcb-9770-9ecba38f8b74""}\n2025-08-02 15:33:57.728 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][f0ed7598-5a9d-4cf3-ba79-9e9a2cadd056] received connection request\n2025-08-02 15:33:57.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:33:57.781 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][f0ed7598-5a9d-4cf3-ba79-9e9a2cadd056] socks forwarding established\n2025-08-02 15:33:57.836 [info] [command][b6f629e2-785a-4dcb-9770-9ecba38f8b74] Process exited with code 0\n2025-08-02 15:33:57.836 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][f0ed7598-5a9d-4cf3-ba79-9e9a2cadd056] socks connection closed\n2025-08-02 15:33:57.837 [info] [command][b6f629e2-785a-4dcb-9770-9ecba38f8b74] Socket close event received\n2025-08-02 15:33:57.892 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 61947 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:34:57.841 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:34:57.844 [info] [command][15e5b38f-b270-436d-a8b7-5709db8ec96a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""15e5b38f-b270-436d-a8b7-5709db8ec96a""}\n2025-08-02 15:34:57.844 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][bd32ceab-9cc2-4a50-9ed4-a4590258a7c5] received connection request\n2025-08-02 15:34:57.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:34:57.845 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:34:57.894 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bd32ceab-9cc2-4a50-9ed4-a4590258a7c5] socks forwarding established\n2025-08-02 15:34:57.947 [info] [command][15e5b38f-b270-436d-a8b7-5709db8ec96a] Process exited with code 0\n2025-08-02 15:34:57.947 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][bd32ceab-9cc2-4a50-9ed4-a4590258a7c5] socks connection closed\n2025-08-02 15:34:57.947 [info] [command][15e5b38f-b270-436d-a8b7-5709db8ec96a] Socket close event received\n2025-08-02 15:34:57.995 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62026 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:35:57.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:35:57.956 [info] [command][a1c25c6a-16d1-4c52-9dd4-cecfe65c108b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""a1c25c6a-16d1-4c52-9dd4-cecfe65c108b""}\n2025-08-02 15:35:57.956 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][7a1845cd-fe64-4b5e-8f27-ca549ef4f849] received connection request\n2025-08-02 15:35:57.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:35:58.011 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7a1845cd-fe64-4b5e-8f27-ca549ef4f849] socks forwarding established\n2025-08-02 15:35:58.062 [info] [command][a1c25c6a-16d1-4c52-9dd4-cecfe65c108b] Process exited with code 0\n2025-08-02 15:35:58.062 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7a1845cd-fe64-4b5e-8f27-ca549ef4f849] socks connection closed\n2025-08-02 15:35:58.062 [info] [command][a1c25c6a-16d1-4c52-9dd4-cecfe65c108b] Socket close event received\n2025-08-02 15:35:58.108 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62070 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:36:58.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:36:58.071 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][b4ce008f-44fc-4a0f-9356-02229d6fdaf7] received connection request\n2025-08-02 15:36:58.071 [info] [command][311cce2e-80b6-4bed-9adf-b3e7210deabe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""311cce2e-80b6-4bed-9adf-b3e7210deabe""}\n2025-08-02 15:36:58.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:36:58.125 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][b4ce008f-44fc-4a0f-9356-02229d6fdaf7] socks forwarding established\n2025-08-02 15:36:58.182 [info] [command][311cce2e-80b6-4bed-9adf-b3e7210deabe] Process exited with code 0\n2025-08-02 15:36:58.182 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][b4ce008f-44fc-4a0f-9356-02229d6fdaf7] socks connection closed\n2025-08-02 15:36:58.185 [info] [command][311cce2e-80b6-4bed-9adf-b3e7210deabe] Socket close event received\n2025-08-02 15:36:58.235 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62103 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:37:58.185 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:37:58.187 [info] [command][6623f7ca-8756-4897-b854-eec0c355245e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""6623f7ca-8756-4897-b854-eec0c355245e""}\n2025-08-02 15:37:58.188 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][65bbb61c-f38e-40d3-8b08-cfc976163851] received connection request\n2025-08-02 15:37:58.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:37:58.188 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:37:58.238 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][65bbb61c-f38e-40d3-8b08-cfc976163851] socks forwarding established\n2025-08-02 15:37:58.289 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][65bbb61c-f38e-40d3-8b08-cfc976163851] socks connection closed\n2025-08-02 15:37:58.290 [info] [command][6623f7ca-8756-4897-b854-eec0c355245e] Process exited with code 0\n2025-08-02 15:37:58.290 [info] [command][6623f7ca-8756-4897-b854-eec0c355245e] Socket close event received\n2025-08-02 15:37:58.337 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62126 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:38:58.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:38:58.293 [info] [command][b7f8b39d-90d2-4b2b-841e-e1b3c16bcba4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""b7f8b39d-90d2-4b2b-841e-e1b3c16bcba4""}\n2025-08-02 15:38:58.294 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9b0bd2e9-611c-4964-abb3-a6ca0dab5dd1] received connection request\n2025-08-02 15:38:58.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:38:58.347 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9b0bd2e9-611c-4964-abb3-a6ca0dab5dd1] socks forwarding established\n2025-08-02 15:38:58.402 [info] [command][b7f8b39d-90d2-4b2b-841e-e1b3c16bcba4] Process exited with code 0\n2025-08-02 15:38:58.402 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9b0bd2e9-611c-4964-abb3-a6ca0dab5dd1] socks connection closed\n2025-08-02 15:38:58.403 [info] [command][b7f8b39d-90d2-4b2b-841e-e1b3c16bcba4] Socket close event received\n2025-08-02 15:38:58.453 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62138 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:39:58.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:39:58.412 [info] [command][5aa95985-3fe7-4a3b-961c-24e769985186] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""5aa95985-3fe7-4a3b-961c-24e769985186""}\n2025-08-02 15:39:58.413 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][47bf3f80-8c79-4cee-b0ba-b185db6eaeab] received connection request\n2025-08-02 15:39:58.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:39:58.463 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][47bf3f80-8c79-4cee-b0ba-b185db6eaeab] socks forwarding established\n2025-08-02 15:39:58.519 [info] [command][5aa95985-3fe7-4a3b-961c-24e769985186] Process exited with code 0\n2025-08-02 15:39:58.519 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][47bf3f80-8c79-4cee-b0ba-b185db6eaeab] socks connection closed\n2025-08-02 15:39:58.519 [info] [command][5aa95985-3fe7-4a3b-961c-24e769985186] Socket close event received\n2025-08-02 15:39:58.571 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62198 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:40:58.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:40:58.528 [info] [command][4e93f8f3-b4b9-42f1-88db-ea1e2f7ee363] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""4e93f8f3-b4b9-42f1-88db-ea1e2f7ee363""}\n2025-08-02 15:40:58.529 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][68fe05c0-323e-475e-b17b-c571d37f5d97] received connection request\n2025-08-02 15:40:58.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:40:58.581 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][68fe05c0-323e-475e-b17b-c571d37f5d97] socks forwarding established\n2025-08-02 15:40:58.631 [info] [command][4e93f8f3-b4b9-42f1-88db-ea1e2f7ee363] Process exited with code 0\n2025-08-02 15:40:58.632 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][68fe05c0-323e-475e-b17b-c571d37f5d97] socks connection closed\n2025-08-02 15:40:58.632 [info] [command][4e93f8f3-b4b9-42f1-88db-ea1e2f7ee363] Socket close event received\n2025-08-02 15:40:58.681 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62211 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:41:58.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:41:58.638 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][8d0bd201-f939-443a-a0c7-e9ebbfe2c283] received connection request\n2025-08-02 15:41:58.639 [info] [command][beaa4891-c978-48be-ad14-ee436955d255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""beaa4891-c978-48be-ad14-ee436955d255""}\n2025-08-02 15:41:58.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:41:58.686 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][8d0bd201-f939-443a-a0c7-e9ebbfe2c283] socks forwarding established\n2025-08-02 15:41:58.742 [info] [command][beaa4891-c978-48be-ad14-ee436955d255] Process exited with code 0\n2025-08-02 15:41:58.742 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][8d0bd201-f939-443a-a0c7-e9ebbfe2c283] socks connection closed\n2025-08-02 15:41:58.742 [info] [command][beaa4891-c978-48be-ad14-ee436955d255] Socket close event received\n2025-08-02 15:41:58.790 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62245 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:42:58.743 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:42:58.746 [info] [command][e87c0db7-fc22-4bae-9b36-e8df73a6df8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""e87c0db7-fc22-4bae-9b36-e8df73a6df8d""}\n2025-08-02 15:42:58.747 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][9d1e86ba-bbe4-43b6-8508-408420616fed] received connection request\n2025-08-02 15:42:58.747 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:42:58.803 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9d1e86ba-bbe4-43b6-8508-408420616fed] socks forwarding established\n2025-08-02 15:42:58.855 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][9d1e86ba-bbe4-43b6-8508-408420616fed] socks connection closed\n2025-08-02 15:42:58.855 [info] [command][e87c0db7-fc22-4bae-9b36-e8df73a6df8d] Process exited with code 0\n2025-08-02 15:42:58.855 [info] [command][e87c0db7-fc22-4bae-9b36-e8df73a6df8d] Socket close event received\n2025-08-02 15:42:58.906 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62261 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:43:58.860 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:43:58.864 [info] [command][6b55bba5-6836-4648-a650-c6ee8fba49d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""6b55bba5-6836-4648-a650-c6ee8fba49d6""}\n2025-08-02 15:43:58.865 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][56d8d61e-1cd7-4982-809a-61538f0ca412] received connection request\n2025-08-02 15:43:58.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:43:58.924 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][56d8d61e-1cd7-4982-809a-61538f0ca412] socks forwarding established\n2025-08-02 15:43:58.977 [info] [command][6b55bba5-6836-4648-a650-c6ee8fba49d6] Process exited with code 0\n2025-08-02 15:43:58.978 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][56d8d61e-1cd7-4982-809a-61538f0ca412] socks connection closed\n2025-08-02 15:43:58.978 [info] [command][6b55bba5-6836-4648-a650-c6ee8fba49d6] Socket close event received\n2025-08-02 15:43:59.026 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62286 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:44:58.984 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:44:58.987 [info] [command][2435b153-8bc7-4735-99aa-40e4a3bebb1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""2435b153-8bc7-4735-99aa-40e4a3bebb1c""}\n2025-08-02 15:44:58.988 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][12a07dfb-87aa-4d5b-9733-3e3839fd15fc] received connection request\n2025-08-02 15:44:58.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:44:59.041 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][12a07dfb-87aa-4d5b-9733-3e3839fd15fc] socks forwarding established\n2025-08-02 15:44:59.095 [info] [command][2435b153-8bc7-4735-99aa-40e4a3bebb1c] Process exited with code 0\n2025-08-02 15:44:59.095 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][12a07dfb-87aa-4d5b-9733-3e3839fd15fc] socks connection closed\n2025-08-02 15:44:59.095 [info] [command][2435b153-8bc7-4735-99aa-40e4a3bebb1c] Socket close event received\n2025-08-02 15:44:59.148 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62327 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:45:59.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:45:59.102 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][ebc0bf22-5541-4e77-bbce-155139a3cc94] received connection request\n2025-08-02 15:45:59.102 [info] [command][e038827e-4e05-4608-ae9a-d1c05d3add87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""e038827e-4e05-4608-ae9a-d1c05d3add87""}\n2025-08-02 15:45:59.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:45:59.151 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ebc0bf22-5541-4e77-bbce-155139a3cc94] socks forwarding established\n2025-08-02 15:45:59.204 [info] [command][e038827e-4e05-4608-ae9a-d1c05d3add87] Process exited with code 0\n2025-08-02 15:45:59.204 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ebc0bf22-5541-4e77-bbce-155139a3cc94] socks connection closed\n2025-08-02 15:45:59.205 [info] [command][e038827e-4e05-4608-ae9a-d1c05d3add87] Socket close event received\n2025-08-02 15:45:59.255 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62357 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:46:59.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:46:59.213 [info] [command][e14a52e0-ff09-4ad2-a982-b41df65e7a7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""e14a52e0-ff09-4ad2-a982-b41df65e7a7b""}\n2025-08-02 15:46:59.214 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][76a74d23-8f76-484a-9898-78c58affed10] received connection request\n2025-08-02 15:46:59.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:46:59.262 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][76a74d23-8f76-484a-9898-78c58affed10] socks forwarding established\n2025-08-02 15:46:59.319 [info] [command][e14a52e0-ff09-4ad2-a982-b41df65e7a7b] Process exited with code 0\n2025-08-02 15:46:59.319 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][76a74d23-8f76-484a-9898-78c58affed10] socks connection closed\n2025-08-02 15:46:59.320 [info] [command][e14a52e0-ff09-4ad2-a982-b41df65e7a7b] Socket close event received\n2025-08-02 15:46:59.369 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62395 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:47:59.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:47:59.323 [info] [command][ff99e4f9-5fba-42f3-b420-13c4bcab4bf1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""ff99e4f9-5fba-42f3-b420-13c4bcab4bf1""}\n2025-08-02 15:47:59.324 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][7b4d2f1c-359f-4595-a580-05c00a6d695d] received connection request\n2025-08-02 15:47:59.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:47:59.370 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7b4d2f1c-359f-4595-a580-05c00a6d695d] socks forwarding established\n2025-08-02 15:47:59.421 [info] [command][ff99e4f9-5fba-42f3-b420-13c4bcab4bf1] Process exited with code 0\n2025-08-02 15:47:59.421 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][7b4d2f1c-359f-4595-a580-05c00a6d695d] socks connection closed\n2025-08-02 15:47:59.421 [info] [command][ff99e4f9-5fba-42f3-b420-13c4bcab4bf1] Socket close event received\n2025-08-02 15:47:59.472 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62429 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:48:59.428 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:48:59.431 [info] [command][5cb36bef-13b5-4577-a21d-72580375c6f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""5cb36bef-13b5-4577-a21d-72580375c6f1""}\n2025-08-02 15:48:59.432 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][0e00c130-c1a6-44d4-892d-8cf414de699a] received connection request\n2025-08-02 15:48:59.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:48:59.485 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][0e00c130-c1a6-44d4-892d-8cf414de699a] socks forwarding established\n2025-08-02 15:48:59.538 [info] [command][5cb36bef-13b5-4577-a21d-72580375c6f1] Process exited with code 0\n2025-08-02 15:48:59.538 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][0e00c130-c1a6-44d4-892d-8cf414de699a] socks connection closed\n2025-08-02 15:48:59.538 [info] [command][5cb36bef-13b5-4577-a21d-72580375c6f1] Socket close event received\n2025-08-02 15:48:59.583 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62441 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:49:59.542 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:49:59.545 [info] [command][c4264521-12fd-4f33-a950-f0812deecdb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""c4264521-12fd-4f33-a950-f0812deecdb8""}\n2025-08-02 15:49:59.546 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][fa0bc5eb-1ac3-4414-a2f5-b038aad82f85] received connection request\n2025-08-02 15:49:59.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:49:59.598 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][fa0bc5eb-1ac3-4414-a2f5-b038aad82f85] socks forwarding established\n2025-08-02 15:49:59.652 [info] [command][c4264521-12fd-4f33-a950-f0812deecdb8] Process exited with code 0\n2025-08-02 15:49:59.653 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][fa0bc5eb-1ac3-4414-a2f5-b038aad82f85] socks connection closed\n2025-08-02 15:49:59.653 [info] [command][c4264521-12fd-4f33-a950-f0812deecdb8] Socket close event received\n2025-08-02 15:49:59.700 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62475 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:50:59.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:50:59.661 [info] [command][9af6c7de-3cf0-4ae3-9acd-9b8639c852c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""9af6c7de-3cf0-4ae3-9acd-9b8639c852c0""}\n2025-08-02 15:50:59.662 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][3305fece-6b8c-4cb4-95ac-f7ff9ba4300d] received connection request\n2025-08-02 15:50:59.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:50:59.713 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3305fece-6b8c-4cb4-95ac-f7ff9ba4300d] socks forwarding established\n2025-08-02 15:50:59.766 [info] [command][9af6c7de-3cf0-4ae3-9acd-9b8639c852c0] Process exited with code 0\n2025-08-02 15:50:59.766 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][3305fece-6b8c-4cb4-95ac-f7ff9ba4300d] socks connection closed\n2025-08-02 15:50:59.766 [info] [command][9af6c7de-3cf0-4ae3-9acd-9b8639c852c0] Socket close event received\n2025-08-02 15:50:59.812 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62503 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:51:59.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:51:59.771 [info] [command][a5b2fa65-feec-4347-a595-fe7fae998e5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""a5b2fa65-feec-4347-a595-fe7fae998e5d""}\n2025-08-02 15:51:59.772 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][4443487d-7f54-40ae-9dc5-913b3da07f5f] received connection request\n2025-08-02 15:51:59.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:51:59.824 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][4443487d-7f54-40ae-9dc5-913b3da07f5f] socks forwarding established\n2025-08-02 15:51:59.877 [info] [command][a5b2fa65-feec-4347-a595-fe7fae998e5d] Process exited with code 0\n2025-08-02 15:51:59.878 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][4443487d-7f54-40ae-9dc5-913b3da07f5f] socks connection closed\n2025-08-02 15:51:59.878 [info] [command][a5b2fa65-feec-4347-a595-fe7fae998e5d] Socket close event received\n2025-08-02 15:51:59.936 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62532 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:52:59.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:52:59.888 [info] [command][a84a96ab-ff06-43cb-98a3-f99c089bc7ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""a84a96ab-ff06-43cb-98a3-f99c089bc7ca""}\n2025-08-02 15:52:59.888 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][fa6b6b0d-3dc7-44cc-82ff-40aecc0c0c01] received connection request\n2025-08-02 15:52:59.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:52:59.941 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][fa6b6b0d-3dc7-44cc-82ff-40aecc0c0c01] socks forwarding established\n2025-08-02 15:53:00.020 [info] [command][a84a96ab-ff06-43cb-98a3-f99c089bc7ca] Process exited with code 0\n2025-08-02 15:53:00.020 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][fa6b6b0d-3dc7-44cc-82ff-40aecc0c0c01] socks connection closed\n2025-08-02 15:53:00.020 [info] [command][a84a96ab-ff06-43cb-98a3-f99c089bc7ca] Socket close event received\n2025-08-02 15:53:00.067 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62547 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:54:00.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:54:00.028 [info] [command][5bf894c5-9a9c-4a25-b55f-e81f5780f672] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""5bf894c5-9a9c-4a25-b55f-e81f5780f672""}\n2025-08-02 15:54:00.029 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][ab787423-1c52-41b6-b775-ee9b9aea217a] received connection request\n2025-08-02 15:54:00.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:54:00.077 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ab787423-1c52-41b6-b775-ee9b9aea217a] socks forwarding established\n2025-08-02 15:54:00.136 [info] [command][5bf894c5-9a9c-4a25-b55f-e81f5780f672] Process exited with code 0\n2025-08-02 15:54:00.137 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][ab787423-1c52-41b6-b775-ee9b9aea217a] socks connection closed\n2025-08-02 15:54:00.137 [info] [command][5bf894c5-9a9c-4a25-b55f-e81f5780f672] Socket close event received\n2025-08-02 15:54:00.185 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62568 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:55:00.142 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:55:00.144 [info] [command][fcacb11d-0d7a-41ef-b1df-05fa47917961] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""fcacb11d-0d7a-41ef-b1df-05fa47917961""}\n2025-08-02 15:55:00.145 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][c97103aa-f624-4a3b-9d94-3906fe0ad608] received connection request\n2025-08-02 15:55:00.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:55:00.199 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c97103aa-f624-4a3b-9d94-3906fe0ad608] socks forwarding established\n2025-08-02 15:55:00.253 [info] [command][fcacb11d-0d7a-41ef-b1df-05fa47917961] Process exited with code 0\n2025-08-02 15:55:00.254 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][c97103aa-f624-4a3b-9d94-3906fe0ad608] socks connection closed\n2025-08-02 15:55:00.254 [info] [command][fcacb11d-0d7a-41ef-b1df-05fa47917961] Socket close event received\n2025-08-02 15:55:00.305 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62615 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:56:00.260 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:56:00.262 [info] [command][bc25f728-3329-4c43-9517-3add88c8ca0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""bc25f728-3329-4c43-9517-3add88c8ca0a""}\n2025-08-02 15:56:00.263 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][f444d801-0f5b-45de-b285-cf5044321775] received connection request\n2025-08-02 15:56:00.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:56:00.317 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][f444d801-0f5b-45de-b285-cf5044321775] socks forwarding established\n2025-08-02 15:56:00.370 [info] [command][bc25f728-3329-4c43-9517-3add88c8ca0a] Process exited with code 0\n2025-08-02 15:56:00.371 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][f444d801-0f5b-45de-b285-cf5044321775] socks connection closed\n2025-08-02 15:56:00.371 [info] [command][bc25f728-3329-4c43-9517-3add88c8ca0a] Socket close event received\n2025-08-02 15:56:00.422 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62633 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:57:00.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:57:00.375 [info] [command][470f4474-5c37-4b9a-b003-f36943c8cf74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""470f4474-5c37-4b9a-b003-f36943c8cf74""}\n2025-08-02 15:57:00.376 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][61921490-cc3f-4a1c-a3f2-9cd91a48eff6] received connection request\n2025-08-02 15:57:00.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:57:00.429 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][61921490-cc3f-4a1c-a3f2-9cd91a48eff6] socks forwarding established\n2025-08-02 15:57:00.482 [info] [command][470f4474-5c37-4b9a-b003-f36943c8cf74] Process exited with code 0\n2025-08-02 15:57:00.483 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][61921490-cc3f-4a1c-a3f2-9cd91a48eff6] socks connection closed\n2025-08-02 15:57:00.483 [info] [command][470f4474-5c37-4b9a-b003-f36943c8cf74] Socket close event received\n2025-08-02 15:57:00.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62665 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:58:00.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 15:58:00.488 [info] [command][28ec4e8c-cf08-4047-9150-5e7a418e1d93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""28ec4e8c-cf08-4047-9150-5e7a418e1d93""}\n2025-08-02 15:58:00.489 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][6bee3852-a71b-46f0-83fb-d933e600fdbc] received connection request\n2025-08-02 15:58:00.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 15:58:00.540 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][6bee3852-a71b-46f0-83fb-d933e600fdbc] socks forwarding established\n2025-08-02 15:58:00.593 [info] [command][28ec4e8c-cf08-4047-9150-5e7a418e1d93] Process exited with code 0\n2025-08-02 15:58:00.593 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][6bee3852-a71b-46f0-83fb-d933e600fdbc] socks connection closed\n2025-08-02 15:58:00.593 [info] [command][28ec4e8c-cf08-4047-9150-5e7a418e1d93] Socket close event received\n2025-08-02 15:58:00.642 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60117 for 127.0.0.1 port 42613, connect from 127.0.0.1 port 62680 to 127.0.0.1 port 60117, nchannels 6\n\n2025-08-02 15:58:24.078 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:33565][171dc9f7-b1c6-4c53-9f76-7c8879566021] received connection request\n2025-08-02 15:58:24.090 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 15:58:24.090 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 15:58:24.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:58:24.127 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:33565][adf5bfbd-e489-4a2c-a473-47a84218a27b] received connection request\n2025-08-02 15:58:24.128 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 60117 forwarding to socks port 0 requested.\n\n2025-08-02 15:58:24.139 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 16:13:32.413 [error] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:60117 -> 127.0.0.1:33565][171dc9f7-b1c6-4c53-9f76-7c8879566021] error while creating socks forwarding Proxy connection timed out\n2025-08-02 16:13:32.414 [error] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:60117 -> 127.0.0.1:33565][adf5bfbd-e489-4a2c-a473-47a84218a27b] error while creating socks forwarding Proxy connection timed out\n2025-08-02 16:13:32.417 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 16:13:32.417 [error] Failed to connect to Cursor server at http://127.0.0.1:60124, attempt 1 of 3 This operation was aborted\n2025-08-02 16:13:32.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60125\n2025-08-02 16:13:32.420 [info] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:42613][19f7bc94-c840-4eee-90b0-516577324487] received connection request\n2025-08-02 16:13:32.420 [info] [command][86be814f-f3d7-4b41-91d3-49dfe87942ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""71c67cd5-cd05-472e-9436-ddc8e46013e0"",""id"":""86be814f-f3d7-4b41-91d3-49dfe87942ba""}\n2025-08-02 16:13:32.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 16:13:32.421 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:33565][ab35dd05-f17a-4a42-b796-c5e494ea16ec] received connection request\n2025-08-02 16:13:32.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 60117 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 16:13:32.481 [info] Terminating existing SSH process with pid: 30994\n2025-08-02 16:13:32.481 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 16:13:32.482 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 16:13:32.482 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:13:32.483 [error] [forwarding][multiplex][127.0.0.1:60125 -> 127.0.0.1:60117 -> 127.0.0.1:42613][19f7bc94-c840-4eee-90b0-516577324487] error while creating socks forwarding Socket closed\n2025-08-02 16:13:32.483 [error] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:60117 -> 127.0.0.1:33565][ab35dd05-f17a-4a42-b796-c5e494ea16ec] error while creating socks forwarding Socket closed\n2025-08-02 16:13:32.483 [info] [command][86be814f-f3d7-4b41-91d3-49dfe87942ba] Socket end event received\n2025-08-02 16:13:32.483 [info] [command][86be814f-f3d7-4b41-91d3-49dfe87942ba] Socket close event received\n2025-08-02 16:13:32.483 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:60117 -> 127.0.0.1:33565][7b99873b-a12d-4f2b-bdcd-43f1e058e9c6] socks connection closed\n2025-08-02 16:13:32.483 [info] [forwarding][code][127.0.0.1:60124 -> 127.0.0.1:60117 -> 127.0.0.1:33565][5f62ef1a-4cf6-4dd7-8bbf-a2285066e2f0] socks connection closed\n2025-08-02 16:13:32.486 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22965.sh"" | ssh -v -T -D 62699 login.haicore.berlin bash --login -c bash\n2025-08-02 16:13:32.486 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:13:32.486 [info] Waiting for server to install via process(33618)...\n2025-08-02 16:13:32.492 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 16:13:32.492 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:13:32.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:13:32.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:13:32.494 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:13:32.497 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:13:32.497 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:13:32.497 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:13:32.497 [info] Retrying connection in 5 seconds...\n2025-08-02 16:13:33.422 [error] Failed to connect to Cursor server at http://127.0.0.1:60124, attempt 2 of 3 This operation was aborted\n2025-08-02 16:13:34.425 [error] Failed to connect to Cursor server at http://127.0.0.1:60124, attempt 3 of 3 This operation was aborted\n2025-08-02 16:13:34.425 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 16:13:34.425 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 16:13:37.508 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22965.sh\n2025-08-02 16:13:37.508 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:13:37.511 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83545.sh"" | ssh -v -T -D 62700 login.haicore.berlin bash --login -c bash\n2025-08-02 16:13:37.511 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:13:37.511 [info] Waiting for server to install via process(33645)...\n2025-08-02 16:13:37.522 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:13:37.522 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:13:37.522 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:13:37.523 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:13:37.523 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:13:37.523 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:13:37.524 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:13:37.525 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:13:37.525 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:13:37.525 [info] Retrying connection in 5 seconds...\n2025-08-02 16:13:42.536 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83545.sh\n2025-08-02 16:13:42.536 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:13:42.538 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34300.sh"" | ssh -v -T -D 62701 login.haicore.berlin bash --login -c bash\n2025-08-02 16:13:42.538 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:13:42.538 [info] Waiting for server to install via process(33653)...\n2025-08-02 16:13:42.548 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:13:42.548 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:13:42.548 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:13:42.549 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:13:42.549 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:13:42.550 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:13:42.550 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:13:42.550 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:13:42.550 [info] Retrying connection in 5 seconds...\n2025-08-02 16:13:47.560 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34300.sh\n2025-08-02 16:13:47.561 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:13:47.564 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64837.sh"" | ssh -v -T -D 62702 login.haicore.berlin bash --login -c bash\n2025-08-02 16:13:47.564 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:13:47.564 [info] Waiting for server to install via process(33661)...\n2025-08-02 16:13:47.577 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 16:13:47.577 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:13:47.578 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:13:47.578 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:13:47.578 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:13:47.578 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:13:47.581 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:13:47.582 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:13:47.582 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:13:47.582 [info] Retrying connection in 5 seconds...\n2025-08-02 16:16:06.357 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64837.sh\n2025-08-02 16:16:06.358 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:16:06.361 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22665.sh"" | ssh -v -T -D 62704 login.haicore.berlin bash --login -c bash\n2025-08-02 16:16:06.361 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:16:06.361 [info] Waiting for server to install via process(33669)...\n2025-08-02 16:16:06.369 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:16:06.369 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:16:06.370 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:16:06.370 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:16:06.370 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:16:06.370 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:16:06.372 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:16:06.372 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:16:06.372 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:16:06.372 [info] Retrying connection in 5 seconds...\n2025-08-02 16:16:11.374 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22665.sh\n2025-08-02 16:16:11.375 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:16:11.378 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34356.sh"" | ssh -v -T -D 62735 login.haicore.berlin bash --login -c bash\n2025-08-02 16:16:11.379 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:16:11.379 [info] Waiting for server to install via process(33691)...\n2025-08-02 16:16:11.395 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 16:16:11.395 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:16:11.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:16:11.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:16:11.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:16:11.397 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:16:12.379 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:16:12.384 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:16:12.384 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:16:12.385 [info] Retrying connection in 5 seconds...\n2025-08-02 16:16:17.394 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34356.sh\n2025-08-02 16:16:17.395 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:16:17.401 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60590.sh"" | ssh -v -T -D 62752 login.haicore.berlin bash --login -c bash\n2025-08-02 16:16:17.402 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:16:17.402 [info] Waiting for server to install via process(33720)...\n2025-08-02 16:16:17.424 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:16:17.424 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:16:17.424 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:16:17.425 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:16:17.425 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:16:17.425 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:16:17.427 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:16:17.428 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:16:17.428 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:16:17.428 [info] Retrying connection in 5 seconds...\n2025-08-02 16:16:22.433 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60590.sh\n2025-08-02 16:16:22.434 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:16:22.439 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75799.sh"" | ssh -v -T -D 62753 login.haicore.berlin bash --login -c bash\n2025-08-02 16:16:22.440 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:16:22.440 [info] Waiting for server to install via process(33728)...\n2025-08-02 16:16:22.458 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 16:16:22.458 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:16:22.458 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:16:22.458 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:16:22.458 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:16:22.460 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:16:22.461 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:16:22.461 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:16:22.461 [info] Retrying connection in 5 seconds...\n2025-08-02 16:17:44.453 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75799.sh\n2025-08-02 16:17:44.455 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:17:44.458 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81672.sh"" | ssh -v -T -D 62761 login.haicore.berlin bash --login -c bash\n2025-08-02 16:17:44.458 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:17:44.458 [info] Waiting for server to install via process(33732)...\n2025-08-02 16:17:44.478 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:17:44.479 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:17:44.479 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:17:44.479 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:17:44.479 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:17:44.480 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:17:44.482 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:17:44.482 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:17:44.483 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:17:44.483 [info] Retrying connection in 5 seconds...\n2025-08-02 16:17:49.490 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81672.sh\n2025-08-02 16:17:49.495 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:17:49.499 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32415.sh"" | ssh -v -T -D 62780 login.haicore.berlin bash --login -c bash\n2025-08-02 16:17:49.499 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:17:49.499 [info] Waiting for server to install via process(33737)...\n2025-08-02 16:17:49.513 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:17:49.513 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:17:49.514 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:17:49.514 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:17:49.514 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:17:49.516 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:17:49.516 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:17:49.517 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:17:49.517 [info] Retrying connection in 5 seconds...\n2025-08-02 16:17:54.526 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32415.sh\n2025-08-02 16:17:54.527 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:17:54.530 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34975.sh"" | ssh -v -T -D 62781 login.haicore.berlin bash --login -c bash\n2025-08-02 16:17:54.530 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:17:54.530 [info] Waiting for server to install via process(33741)...\n2025-08-02 16:17:54.542 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:17:54.542 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:17:54.543 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:17:54.543 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:17:54.543 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:17:54.543 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:17:54.545 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:17:54.546 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:17:54.546 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:17:54.546 [info] Retrying connection in 5 seconds...\n2025-08-02 16:17:59.557 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34975.sh\n2025-08-02 16:17:59.558 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:17:59.562 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40406.sh"" | ssh -v -T -D 62782 login.haicore.berlin bash --login -c bash\n2025-08-02 16:17:59.562 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:17:59.562 [info] Waiting for server to install via process(33746)...\n2025-08-02 16:17:59.574 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:17:59.574 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:17:59.574 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:17:59.574 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:17:59.574 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:17:59.576 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:17:59.577 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:17:59.577 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:17:59.577 [info] Retrying connection in 5 seconds...\n2025-08-02 16:18:04.588 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40406.sh\n2025-08-02 16:18:04.589 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:18:04.593 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94174.sh"" | ssh -v -T -D 62783 login.haicore.berlin bash --login -c bash\n2025-08-02 16:18:04.593 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:18:04.593 [info] Waiting for server to install via process(33751)...\n2025-08-02 16:18:04.610 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 16:18:04.610 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:18:04.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:18:04.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:18:04.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:18:04.611 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:18:04.613 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:18:04.614 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:18:04.614 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:18:04.614 [info] Retrying connection in 5 seconds...\n2025-08-02 16:18:09.625 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94174.sh\n2025-08-02 16:18:09.626 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:18:09.631 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_72066.sh"" | ssh -v -T -D 62784 login.haicore.berlin bash --login -c bash\n2025-08-02 16:18:09.631 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:18:09.631 [info] Waiting for server to install via process(33756)...\n2025-08-02 16:18:09.648 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:18:09.648 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:18:09.648 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:18:09.648 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:18:09.648 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:18:09.650 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:18:09.651 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:18:09.651 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:18:09.651 [info] Retrying connection in 5 seconds...\n2025-08-02 16:18:14.657 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_72066.sh\n2025-08-02 16:18:14.658 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:18:14.663 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22538.sh"" | ssh -v -T -D 62785 login.haicore.berlin bash --login -c bash\n2025-08-02 16:18:14.663 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:18:14.663 [info] Waiting for server to install via process(33761)...\n2025-08-02 16:18:14.680 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:18:14.680 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:18:14.681 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:18:14.681 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:18:14.681 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:18:14.681 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:18:14.683 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:18:14.684 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:18:14.684 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:18:14.684 [info] Retrying connection in 5 seconds...\n2025-08-02 16:18:19.690 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22538.sh\n2025-08-02 16:18:19.691 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:18:19.695 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86040.sh"" | ssh -v -T -D 62786 login.haicore.berlin bash --login -c bash\n2025-08-02 16:18:19.695 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:18:19.695 [info] Waiting for server to install via process(33766)...\n2025-08-02 16:18:19.714 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:18:19.714 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:18:19.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:18:19.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:18:19.714 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:18:19.716 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:18:19.717 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:18:19.717 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:18:19.717 [info] Retrying connection in 5 seconds...\n2025-08-02 16:18:24.722 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86040.sh\n2025-08-02 16:18:24.724 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:18:24.729 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3070.sh"" | ssh -v -T -D 62787 login.haicore.berlin bash --login -c bash\n2025-08-02 16:18:24.729 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:18:24.729 [info] Waiting for server to install via process(33770)...\n2025-08-02 16:18:24.750 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:18:24.750 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 16:18:24.750 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:18:24.750 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:18:24.750 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:18:24.751 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:18:24.752 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:18:24.753 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:18:24.753 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:18:24.753 [info] Retrying connection in 5 seconds...\n2025-08-02 16:33:29.445 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3070.sh\n2025-08-02 16:33:29.446 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9LqvzL/socket.sock\n2025-08-02 16:33:29.447 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78174.sh"" | ssh -v -T -D 62788 login.haicore.berlin bash --login -c bash\n2025-08-02 16:33:29.447 [info] Started installation script. Waiting for it to finish...\n2025-08-02 16:33:29.447 [info] Waiting for server to install via process(33779)...\n2025-08-02 16:33:29.453 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 16:33:29.453 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 16:33:29.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 16:33:29.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 16:33:29.454 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 16:33:29.455 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 16:33:29.456 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 16:33:29.456 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:33:29.456 [error] Failed to connect after 18 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 16:33:29.456 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78174.sh\n2025-08-02 16:33:29.456 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-03 15:19:23.410 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-03 15:19:23.418 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-u9LzU4/socket.sock\n2025-08-03 15:19:23.418 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-03 15:19:23.420 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-u9LzU4/socket.sock\n2025-08-03 15:19:23.423 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51366.sh"" | ssh -v -T -D 50396 login.haicore.berlin bash --login -c bash\n2025-08-03 15:19:23.423 [info] Started installation script. Waiting for it to finish...\n2025-08-03 15:19:23.423 [info] Waiting for server to install via process(37059)...\n2025-08-03 15:19:23.433 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-03 15:19:23.433 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-03 15:19:23.434 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-03 15:19:23.434 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-03 15:19:23.434 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-03 15:19:23.582 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-03 15:19:23.584 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-03 15:19:23.584 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-03 15:19:23.584 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-03 15:19:23.636 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-03 15:19:23.639 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-03 15:19:23.639 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-03 15:19:23.682 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-03 15:19:23.683 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-03 15:19:23.741 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\ndebug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-03 15:19:23.754 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-03 15:19:23.754 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-03 15:19:23.893 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-03 15:19:23.974 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-03 15:19:23.983 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-03 15:19:23.984 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-03 15:19:24.036 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-03 15:19:24.126 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-03 15:19:24.470 [info] Askpass server received request: POST /\n2025-08-03 15:19:24.470 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-03 15:19:24.470 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-03 15:19:25.558 [error] Password authentication cancelled\n2025-08-03 15:19:25.560 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-03 15:19:27.983 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-03 15:19:27.988 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UmPCTC/socket.sock\n2025-08-03 15:19:27.989 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-03 15:19:27.991 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UmPCTC/socket.sock\n2025-08-03 15:19:27.993 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19743.sh"" | ssh -v -T -D 50402 login.haicore.berlin bash --login -c bash\n2025-08-03 15:19:27.993 [info] Started installation script. Waiting for it to finish...\n2025-08-03 15:19:27.993 [info] Waiting for server to install via process(37075)...\n2025-08-03 15:19:28.000 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-03 15:19:28.000 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-03 15:19:28.000 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-08-03 15:19:28.000 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-03 15:19:28.053 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-03 15:19:28.053 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-03 15:19:28.106 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-03 15:19:28.106 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-03 15:19:28.106 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-03 15:19:28.156 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-03 15:19:28.156 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-03 15:19:28.204 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-03 15:19:28.205 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-03 15:19:28.205 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-03 15:19:28.209 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-03 15:19:28.209 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-03 15:19:28.209 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-03 15:19:28.209 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-03 15:19:28.344 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-03 15:19:28.398 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-03 15:19:28.401 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-03 15:19:28.401 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-03 15:19:28.504 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-03 15:19:28.593 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:50402 forwarded to remote address socks:0\n\n2025-08-03 15:19:28.594 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 50402.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 50402.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-03 15:19:28.594 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-03 15:19:28.594 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-03 15:19:28.787 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-03 15:19:28.787 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-03 15:19:28.794 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-03 15:19:28.833 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-08-03 15:19:28.833 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-08-03 15:19:29.251 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-03 15:19:29.292 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-03 15:19:29.293 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-03 15:19:29.298 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-03 15:19:29.308 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-03 15:19:29.326 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-03 15:19:29.334 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-03 15:19:29.345 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0535f6a0-d80e-4059-ba6b-c06181a89347\nMultiplex server started with PID 1405348 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-03 15:19:29.850 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-03 15:19:29.865 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-03 15:19:29.868 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 1405372 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-03 15:19:29.870 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-03 15:19:30.384 [info] (ssh_tunnel) stdout: 385fea49bc0c0efea1be2c3e: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36403==\nmultiplexConnectionToken==0535f6a0-d80e-4059-ba6b-c06181a89347==\ncodeListeningOn==42041==\ncodeConnectionToken==28ef194c-234d-4ba0-8578-06bca4a91c9f==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n385fea49bc0c0efea1be2c3e: end\n\n2025-08-03 15:19:30.385 [info] Server install command exit code: 0\n2025-08-03 15:19:30.385 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19743.sh\n2025-08-03 15:19:30.386 [info] [forwarding][code] creating new forwarding server\n2025-08-03 15:19:30.386 [info] [forwarding][code] server listening on 127.0.0.1:50409\n2025-08-03 15:19:30.386 [info] [forwarding][code] Set up server\n2025-08-03 15:19:30.386 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 28ef194c-234d-4ba0-8578-06bca4a91c9f\n2025-08-03 15:19:30.386 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-03 15:19:30.386 [info] [forwarding][multiplex] server listening on 127.0.0.1:50410\n2025-08-03 15:19:30.386 [info] [forwarding][multiplex] Set up server\n2025-08-03 15:19:30.387 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0535f6a0-d80e-4059-ba6b-c06181a89347\n2025-08-03 15:19:30.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:19:30.388 [info] [remote-ssh] Resolved exec server. Socks port: 50402\n2025-08-03 15:19:30.388 [info] Setting up 0 default forwarded ports\n2025-08-03 15:19:30.388 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":50409,""connectionToken"":""28ef194c-234d-4ba0-8578-06bca4a91c9f"",""extensionHostEnv"":{}}. Socks port: 50402\n2025-08-03 15:19:30.389 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-03 15:19:30.389 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a76777f8-c2c5-4b4f-9edf-d69b7848dff2] received connection request\n2025-08-03 15:19:30.390 [info] [command][80cce22f-7be7-4ac5-ab4c-6f0128917e6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""80cce22f-7be7-4ac5-ab4c-6f0128917e6e""}\n2025-08-03 15:19:30.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:19:30.413 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][ab2e7c55-9da0-4840-9508-d7863fbfa3db] received connection request\n2025-08-03 15:19:30.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:19:30.443 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a76777f8-c2c5-4b4f-9edf-d69b7848dff2] socks forwarding established\n2025-08-03 15:19:30.459 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:50402 -> 127.0.0.1:42041][ab2e7c55-9da0-4840-9508-d7863fbfa3db] socks forwarding established\n2025-08-03 15:19:30.503 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a76777f8-c2c5-4b4f-9edf-d69b7848dff2] socks connection closed\n2025-08-03 15:19:30.503 [info] [command][80cce22f-7be7-4ac5-ab4c-6f0128917e6e] Process exited with code 0\n2025-08-03 15:19:30.504 [info] [command][80cce22f-7be7-4ac5-ab4c-6f0128917e6e] Socket close event received\n2025-08-03 15:19:30.526 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][ac867edc-ee52-4f18-b980-5c8ea0c2f7b0] received connection request\n2025-08-03 15:19:30.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:19:30.549 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50412 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:19:30.591 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:50402 -> 127.0.0.1:42041][ac867edc-ee52-4f18-b980-5c8ea0c2f7b0] socks forwarding established\n2025-08-03 15:19:30.778 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-03 15:19:33.360 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-03 15:19:33.360 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-03 15:19:33.361 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-03 15:20:30.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:20:30.507 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a5f00baf-2613-406f-863d-e7002f9d5948] received connection request\n2025-08-03 15:20:30.508 [info] [command][64a85c61-398b-4828-85d2-c4524e52e545] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""64a85c61-398b-4828-85d2-c4524e52e545""}\n2025-08-03 15:20:30.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:20:30.557 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a5f00baf-2613-406f-863d-e7002f9d5948] socks forwarding established\n2025-08-03 15:20:30.609 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a5f00baf-2613-406f-863d-e7002f9d5948] socks connection closed\n2025-08-03 15:20:30.609 [info] [command][64a85c61-398b-4828-85d2-c4524e52e545] Process exited with code 0\n2025-08-03 15:20:30.609 [info] [command][64a85c61-398b-4828-85d2-c4524e52e545] Socket close event received\n2025-08-03 15:20:30.653 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50516 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:21:30.613 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:21:30.615 [info] [command][7b777d36-a7f8-49db-8098-558caf4e1851] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7b777d36-a7f8-49db-8098-558caf4e1851""}\n2025-08-03 15:21:30.615 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b12be3ee-5541-4851-9c85-c06427c3a609] received connection request\n2025-08-03 15:21:30.616 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:21:30.668 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b12be3ee-5541-4851-9c85-c06427c3a609] socks forwarding established\n2025-08-03 15:21:30.719 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b12be3ee-5541-4851-9c85-c06427c3a609] socks connection closed\n2025-08-03 15:21:30.719 [info] [command][7b777d36-a7f8-49db-8098-558caf4e1851] Process exited with code 0\n2025-08-03 15:21:30.720 [info] [command][7b777d36-a7f8-49db-8098-558caf4e1851] Socket close event received\n2025-08-03 15:21:30.769 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50563 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:22:30.726 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:22:30.728 [info] [command][72da0e2f-f798-4463-adda-f4cca2203439] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""72da0e2f-f798-4463-adda-f4cca2203439""}\n2025-08-03 15:22:30.729 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c1ac544f-2b80-4a27-9341-3e97d2855d3b] received connection request\n2025-08-03 15:22:30.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:22:30.776 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c1ac544f-2b80-4a27-9341-3e97d2855d3b] socks forwarding established\n2025-08-03 15:22:30.826 [info] [command][72da0e2f-f798-4463-adda-f4cca2203439] Process exited with code 0\n2025-08-03 15:22:30.827 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c1ac544f-2b80-4a27-9341-3e97d2855d3b] socks connection closed\n2025-08-03 15:22:30.827 [info] [command][72da0e2f-f798-4463-adda-f4cca2203439] Socket close event received\n2025-08-03 15:22:30.876 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50587 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:23:30.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:23:30.836 [info] [command][3284538e-0c45-48c5-8f7e-b3c4bccf47f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""3284538e-0c45-48c5-8f7e-b3c4bccf47f0""}\n2025-08-03 15:23:30.837 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][7a1dfde8-e021-4251-bf60-597a0e5c5ccf] received connection request\n2025-08-03 15:23:30.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:23:30.886 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][7a1dfde8-e021-4251-bf60-597a0e5c5ccf] socks forwarding established\n2025-08-03 15:23:30.939 [info] [command][3284538e-0c45-48c5-8f7e-b3c4bccf47f0] Process exited with code 0\n2025-08-03 15:23:30.939 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][7a1dfde8-e021-4251-bf60-597a0e5c5ccf] socks connection closed\n2025-08-03 15:23:30.939 [info] [command][3284538e-0c45-48c5-8f7e-b3c4bccf47f0] Socket close event received\n2025-08-03 15:23:30.985 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50633 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:24:30.939 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:24:30.941 [info] [command][f88af295-dec3-4a3f-8667-ebd54d74170c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f88af295-dec3-4a3f-8667-ebd54d74170c""}\n2025-08-03 15:24:30.942 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][28e4d117-3fd2-498d-969e-e38b9696f4a8] received connection request\n2025-08-03 15:24:30.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:24:30.990 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][28e4d117-3fd2-498d-969e-e38b9696f4a8] socks forwarding established\n2025-08-03 15:24:31.041 [info] [command][f88af295-dec3-4a3f-8667-ebd54d74170c] Process exited with code 0\n2025-08-03 15:24:31.042 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][28e4d117-3fd2-498d-969e-e38b9696f4a8] socks connection closed\n2025-08-03 15:24:31.042 [info] [command][f88af295-dec3-4a3f-8667-ebd54d74170c] Socket close event received\n2025-08-03 15:24:31.092 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50673 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:25:31.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:25:31.050 [info] [command][4c66f24b-37f6-4ae8-9e68-979abb1846e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""4c66f24b-37f6-4ae8-9e68-979abb1846e5""}\n2025-08-03 15:25:31.051 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][9ec318c0-c799-49ee-86cc-8ce4e2f9ce02] received connection request\n2025-08-03 15:25:31.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:25:31.107 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][9ec318c0-c799-49ee-86cc-8ce4e2f9ce02] socks forwarding established\n2025-08-03 15:25:31.158 [info] [command][4c66f24b-37f6-4ae8-9e68-979abb1846e5] Process exited with code 0\n2025-08-03 15:25:31.158 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][9ec318c0-c799-49ee-86cc-8ce4e2f9ce02] socks connection closed\n2025-08-03 15:25:31.159 [info] [command][4c66f24b-37f6-4ae8-9e68-979abb1846e5] Socket close event received\n2025-08-03 15:25:31.206 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50692 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:26:31.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:26:31.165 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][9625b8ed-f27a-47f7-83c0-acf6538571c4] received connection request\n2025-08-03 15:26:31.166 [info] [command][6de5ac49-aa86-4100-af75-484ba150b54b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6de5ac49-aa86-4100-af75-484ba150b54b""}\n2025-08-03 15:26:31.166 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:26:31.214 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][9625b8ed-f27a-47f7-83c0-acf6538571c4] socks forwarding established\n2025-08-03 15:26:31.273 [info] [command][6de5ac49-aa86-4100-af75-484ba150b54b] Process exited with code 0\n2025-08-03 15:26:31.273 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][9625b8ed-f27a-47f7-83c0-acf6538571c4] socks connection closed\n2025-08-03 15:26:31.273 [info] [command][6de5ac49-aa86-4100-af75-484ba150b54b] Socket close event received\n2025-08-03 15:26:31.320 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50743 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:27:31.279 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:27:31.282 [info] [command][6ac75aa1-7cc3-4d68-b8f1-bdb5b9229674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6ac75aa1-7cc3-4d68-b8f1-bdb5b9229674""}\n2025-08-03 15:27:31.283 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8442fc9f-0792-47c5-aece-666a39eb0064] received connection request\n2025-08-03 15:27:31.284 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:27:31.332 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8442fc9f-0792-47c5-aece-666a39eb0064] socks forwarding established\n2025-08-03 15:27:31.384 [info] [command][6ac75aa1-7cc3-4d68-b8f1-bdb5b9229674] Process exited with code 0\n2025-08-03 15:27:31.384 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8442fc9f-0792-47c5-aece-666a39eb0064] socks connection closed\n2025-08-03 15:27:31.384 [info] [command][6ac75aa1-7cc3-4d68-b8f1-bdb5b9229674] Socket close event received\n2025-08-03 15:27:31.434 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50768 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:28:31.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:28:31.390 [info] [command][b5c6ff89-fddb-41ad-a344-121704b4aca8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""b5c6ff89-fddb-41ad-a344-121704b4aca8""}\n2025-08-03 15:28:31.391 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][0b1fdaa4-8c72-4b6a-a4f6-63ce1d53cf0e] received connection request\n2025-08-03 15:28:31.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:28:31.438 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0b1fdaa4-8c72-4b6a-a4f6-63ce1d53cf0e] socks forwarding established\n2025-08-03 15:28:31.492 [info] [command][b5c6ff89-fddb-41ad-a344-121704b4aca8] Process exited with code 0\n2025-08-03 15:28:31.492 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0b1fdaa4-8c72-4b6a-a4f6-63ce1d53cf0e] socks connection closed\n2025-08-03 15:28:31.492 [info] [command][b5c6ff89-fddb-41ad-a344-121704b4aca8] Socket close event received\n2025-08-03 15:28:31.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50798 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:29:31.496 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:29:31.498 [info] [command][5b39f2cf-4ae5-4426-bb80-cd7dd8231f69] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5b39f2cf-4ae5-4426-bb80-cd7dd8231f69""}\n2025-08-03 15:29:31.498 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][49373b5a-e837-4e15-af4e-6d64b7c43160] received connection request\n2025-08-03 15:29:31.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:29:31.544 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][49373b5a-e837-4e15-af4e-6d64b7c43160] socks forwarding established\n2025-08-03 15:29:31.595 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][49373b5a-e837-4e15-af4e-6d64b7c43160] socks connection closed\n2025-08-03 15:29:31.595 [info] [command][5b39f2cf-4ae5-4426-bb80-cd7dd8231f69] Process exited with code 0\n2025-08-03 15:29:31.596 [info] [command][5b39f2cf-4ae5-4426-bb80-cd7dd8231f69] Socket close event received\n2025-08-03 15:29:31.642 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50858 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:30:31.598 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:30:31.602 [info] [command][fd535962-f5bb-4371-8521-0a3ad8abb75f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""fd535962-f5bb-4371-8521-0a3ad8abb75f""}\n2025-08-03 15:30:31.602 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][f4916c91-70cd-4aca-a4ee-ce4a53c407cc] received connection request\n2025-08-03 15:30:31.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:30:31.654 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f4916c91-70cd-4aca-a4ee-ce4a53c407cc] socks forwarding established\n2025-08-03 15:30:31.707 [info] [command][fd535962-f5bb-4371-8521-0a3ad8abb75f] Process exited with code 0\n2025-08-03 15:30:31.707 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f4916c91-70cd-4aca-a4ee-ce4a53c407cc] socks connection closed\n2025-08-03 15:30:31.707 [info] [command][fd535962-f5bb-4371-8521-0a3ad8abb75f] Socket close event received\n2025-08-03 15:30:31.758 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50886 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:31:31.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:31:31.717 [info] [command][092b87b2-d30c-44c6-89f8-8c4446a24c72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""092b87b2-d30c-44c6-89f8-8c4446a24c72""}\n2025-08-03 15:31:31.718 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][727376e3-27de-4dea-8812-3db67b7093cf] received connection request\n2025-08-03 15:31:31.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:31:31.768 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][727376e3-27de-4dea-8812-3db67b7093cf] socks forwarding established\n2025-08-03 15:31:31.819 [info] [command][092b87b2-d30c-44c6-89f8-8c4446a24c72] Process exited with code 0\n2025-08-03 15:31:31.819 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][727376e3-27de-4dea-8812-3db67b7093cf] socks connection closed\n2025-08-03 15:31:31.819 [info] [command][092b87b2-d30c-44c6-89f8-8c4446a24c72] Socket close event received\n2025-08-03 15:31:31.868 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50930 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:32:31.825 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:32:31.828 [info] [command][1df47d30-ed3b-432d-9dd4-b98572f00a9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1df47d30-ed3b-432d-9dd4-b98572f00a9c""}\n2025-08-03 15:32:31.829 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ffa12593-a609-4f6c-8c81-fd526ffd3f4b] received connection request\n2025-08-03 15:32:31.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:32:31.878 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ffa12593-a609-4f6c-8c81-fd526ffd3f4b] socks forwarding established\n2025-08-03 15:32:31.932 [info] [command][1df47d30-ed3b-432d-9dd4-b98572f00a9c] Process exited with code 0\n2025-08-03 15:32:31.933 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ffa12593-a609-4f6c-8c81-fd526ffd3f4b] socks connection closed\n2025-08-03 15:32:31.933 [info] [command][1df47d30-ed3b-432d-9dd4-b98572f00a9c] Socket close event received\n2025-08-03 15:32:31.984 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50956 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:33:31.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:33:31.940 [info] [command][5e7bc734-6145-450e-bc14-2505d7a894d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5e7bc734-6145-450e-bc14-2505d7a894d0""}\n2025-08-03 15:33:31.941 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][17b0057e-9b84-471c-8e1f-65685da1bf68] received connection request\n2025-08-03 15:33:31.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:33:31.988 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][17b0057e-9b84-471c-8e1f-65685da1bf68] socks forwarding established\n2025-08-03 15:33:32.051 [info] [command][5e7bc734-6145-450e-bc14-2505d7a894d0] Process exited with code 0\n2025-08-03 15:33:32.051 [info] [command][5e7bc734-6145-450e-bc14-2505d7a894d0] Socket close event received\n2025-08-03 15:33:32.052 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][17b0057e-9b84-471c-8e1f-65685da1bf68] socks connection closed\n2025-08-03 15:33:32.099 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 50975 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:34:32.052 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:34:32.054 [info] [command][f1d9b85b-89cd-4de5-abc6-0ad9b46a5e12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f1d9b85b-89cd-4de5-abc6-0ad9b46a5e12""}\n2025-08-03 15:34:32.054 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2f311649-464a-4314-ae84-ccd3007c6ceb] received connection request\n2025-08-03 15:34:32.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:34:32.101 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2f311649-464a-4314-ae84-ccd3007c6ceb] socks forwarding established\n2025-08-03 15:34:32.153 [info] [command][f1d9b85b-89cd-4de5-abc6-0ad9b46a5e12] Process exited with code 0\n2025-08-03 15:34:32.154 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2f311649-464a-4314-ae84-ccd3007c6ceb] socks connection closed\n2025-08-03 15:34:32.154 [info] [command][f1d9b85b-89cd-4de5-abc6-0ad9b46a5e12] Socket close event received\n2025-08-03 15:34:32.201 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51006 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:35:32.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:35:32.163 [info] [command][039fbbe8-a03e-4bdb-a65e-ee6bc838cffd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""039fbbe8-a03e-4bdb-a65e-ee6bc838cffd""}\n2025-08-03 15:35:32.164 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a6b2958c-b592-4240-9409-85c24486f318] received connection request\n2025-08-03 15:35:32.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:35:32.211 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a6b2958c-b592-4240-9409-85c24486f318] socks forwarding established\n2025-08-03 15:35:32.261 [info] [command][039fbbe8-a03e-4bdb-a65e-ee6bc838cffd] Process exited with code 0\n2025-08-03 15:35:32.262 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a6b2958c-b592-4240-9409-85c24486f318] socks connection closed\n2025-08-03 15:35:32.262 [info] [command][039fbbe8-a03e-4bdb-a65e-ee6bc838cffd] Socket close event received\n2025-08-03 15:35:32.307 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51039 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:36:32.264 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:36:32.266 [info] [command][86582c4d-e936-4e0b-8e75-ab4c40bf5601] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""86582c4d-e936-4e0b-8e75-ab4c40bf5601""}\n2025-08-03 15:36:32.267 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][3795bbbb-6507-41aa-9f91-3ca216c21830] received connection request\n2025-08-03 15:36:32.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:36:32.315 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3795bbbb-6507-41aa-9f91-3ca216c21830] socks forwarding established\n2025-08-03 15:36:32.369 [info] [command][86582c4d-e936-4e0b-8e75-ab4c40bf5601] Process exited with code 0\n2025-08-03 15:36:32.369 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3795bbbb-6507-41aa-9f91-3ca216c21830] socks connection closed\n2025-08-03 15:36:32.369 [info] [command][86582c4d-e936-4e0b-8e75-ab4c40bf5601] Socket close event received\n2025-08-03 15:36:32.419 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51068 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:37:32.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:37:32.378 [info] [command][5f2b01fb-5638-4650-a310-73aac8096789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5f2b01fb-5638-4650-a310-73aac8096789""}\n2025-08-03 15:37:32.379 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][6ef65082-f671-49d0-9906-9aca0ed0f25d] received connection request\n2025-08-03 15:37:32.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:37:32.432 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6ef65082-f671-49d0-9906-9aca0ed0f25d] socks forwarding established\n2025-08-03 15:37:32.485 [info] [command][5f2b01fb-5638-4650-a310-73aac8096789] Process exited with code 0\n2025-08-03 15:37:32.485 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6ef65082-f671-49d0-9906-9aca0ed0f25d] socks connection closed\n2025-08-03 15:37:32.485 [info] [command][5f2b01fb-5638-4650-a310-73aac8096789] Socket close event received\n2025-08-03 15:37:32.532 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51083 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:38:32.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:38:32.490 [info] [command][1c58a6f4-65cd-4c55-b110-5b586cdf0e7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1c58a6f4-65cd-4c55-b110-5b586cdf0e7f""}\n2025-08-03 15:38:32.490 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][83985fe5-7a53-4523-ada4-dc1177c7164f] received connection request\n2025-08-03 15:38:32.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:38:32.540 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][83985fe5-7a53-4523-ada4-dc1177c7164f] socks forwarding established\n2025-08-03 15:38:32.591 [info] [command][1c58a6f4-65cd-4c55-b110-5b586cdf0e7f] Process exited with code 0\n2025-08-03 15:38:32.591 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][83985fe5-7a53-4523-ada4-dc1177c7164f] socks connection closed\n2025-08-03 15:38:32.591 [info] [command][1c58a6f4-65cd-4c55-b110-5b586cdf0e7f] Socket close event received\n2025-08-03 15:38:32.665 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51099 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:39:32.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:39:32.595 [info] [command][91ac71f5-e0fc-4525-9da9-674dfafd77c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""91ac71f5-e0fc-4525-9da9-674dfafd77c7""}\n2025-08-03 15:39:32.596 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][917f72de-b57a-45da-a1a0-acc7c2ff7d14] received connection request\n2025-08-03 15:39:32.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:39:32.644 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][917f72de-b57a-45da-a1a0-acc7c2ff7d14] socks forwarding established\n2025-08-03 15:39:32.697 [info] [command][91ac71f5-e0fc-4525-9da9-674dfafd77c7] Process exited with code 0\n2025-08-03 15:39:32.697 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][917f72de-b57a-45da-a1a0-acc7c2ff7d14] socks connection closed\n2025-08-03 15:39:32.697 [info] [command][91ac71f5-e0fc-4525-9da9-674dfafd77c7] Socket close event received\n2025-08-03 15:39:32.743 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51132 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:40:32.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:40:32.702 [info] [command][364368f8-4aca-4144-97ee-91ec11912f53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""364368f8-4aca-4144-97ee-91ec11912f53""}\n2025-08-03 15:40:32.703 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][54a6bf94-3244-497d-a71d-06cdc8aa63cd] received connection request\n2025-08-03 15:40:32.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:40:32.752 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][54a6bf94-3244-497d-a71d-06cdc8aa63cd] socks forwarding established\n2025-08-03 15:40:32.802 [info] [command][364368f8-4aca-4144-97ee-91ec11912f53] Process exited with code 0\n2025-08-03 15:40:32.803 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][54a6bf94-3244-497d-a71d-06cdc8aa63cd] socks connection closed\n2025-08-03 15:40:32.803 [info] [command][364368f8-4aca-4144-97ee-91ec11912f53] Socket close event received\n2025-08-03 15:40:32.850 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51152 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:41:32.804 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:41:32.807 [info] [command][e1c2ff5d-149b-4c35-a3a8-72021b8213e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""e1c2ff5d-149b-4c35-a3a8-72021b8213e1""}\n2025-08-03 15:41:32.808 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][1a74b3e8-645b-4278-a0e9-7ef2733f0e7f] received connection request\n2025-08-03 15:41:32.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:41:32.856 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1a74b3e8-645b-4278-a0e9-7ef2733f0e7f] socks forwarding established\n2025-08-03 15:41:32.904 [info] [command][e1c2ff5d-149b-4c35-a3a8-72021b8213e1] Process exited with code 0\n2025-08-03 15:41:32.904 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1a74b3e8-645b-4278-a0e9-7ef2733f0e7f] socks connection closed\n2025-08-03 15:41:32.904 [info] [command][e1c2ff5d-149b-4c35-a3a8-72021b8213e1] Socket close event received\n2025-08-03 15:41:32.955 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51190 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:42:32.907 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:42:32.908 [info] [command][0d191e6d-9d3c-49a4-92fb-a5838a488ad1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""0d191e6d-9d3c-49a4-92fb-a5838a488ad1""}\n2025-08-03 15:42:32.908 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][0a867ba1-6b48-462b-a41f-f691d1573454] received connection request\n2025-08-03 15:42:32.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:42:32.955 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0a867ba1-6b48-462b-a41f-f691d1573454] socks forwarding established\n2025-08-03 15:42:33.012 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0a867ba1-6b48-462b-a41f-f691d1573454] socks connection closed\n2025-08-03 15:42:33.012 [info] [command][0d191e6d-9d3c-49a4-92fb-a5838a488ad1] Process exited with code 0\n2025-08-03 15:42:33.012 [info] [command][0d191e6d-9d3c-49a4-92fb-a5838a488ad1] Socket close event received\n2025-08-03 15:42:33.062 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51213 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:43:33.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:43:33.019 [info] [command][601ec0e9-9c48-486e-91c4-d3bfa518d521] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""601ec0e9-9c48-486e-91c4-d3bfa518d521""}\n2025-08-03 15:43:33.020 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][fbbe80c2-8b36-423b-a34f-a9789b3add79] received connection request\n2025-08-03 15:43:33.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:43:33.068 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][fbbe80c2-8b36-423b-a34f-a9789b3add79] socks forwarding established\n2025-08-03 15:43:33.119 [info] [command][601ec0e9-9c48-486e-91c4-d3bfa518d521] Process exited with code 0\n2025-08-03 15:43:33.119 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][fbbe80c2-8b36-423b-a34f-a9789b3add79] socks connection closed\n2025-08-03 15:43:33.119 [info] [command][601ec0e9-9c48-486e-91c4-d3bfa518d521] Socket close event received\n2025-08-03 15:43:33.168 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51234 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:44:33.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:44:33.127 [info] [command][4beb8fb7-8ea9-4372-b36c-0a02042f8eef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""4beb8fb7-8ea9-4372-b36c-0a02042f8eef""}\n2025-08-03 15:44:33.128 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d4c6f441-3a75-426d-bd2e-00fc2ec34b1a] received connection request\n2025-08-03 15:44:33.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 15:44:33.129 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:44:33.176 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d4c6f441-3a75-426d-bd2e-00fc2ec34b1a] socks forwarding established\n2025-08-03 15:44:33.232 [info] [command][4beb8fb7-8ea9-4372-b36c-0a02042f8eef] Process exited with code 0\n2025-08-03 15:44:33.233 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d4c6f441-3a75-426d-bd2e-00fc2ec34b1a] socks connection closed\n2025-08-03 15:44:33.233 [info] [command][4beb8fb7-8ea9-4372-b36c-0a02042f8eef] Socket close event received\n2025-08-03 15:44:33.284 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51272 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:45:33.236 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:45:33.237 [info] [command][12900ce0-229e-4726-a772-7fbeda40fb83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""12900ce0-229e-4726-a772-7fbeda40fb83""}\n2025-08-03 15:45:33.237 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c1831550-0709-4449-aeee-fb09a6fc665f] received connection request\n2025-08-03 15:45:33.237 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:45:33.284 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c1831550-0709-4449-aeee-fb09a6fc665f] socks forwarding established\n2025-08-03 15:45:33.336 [info] [command][12900ce0-229e-4726-a772-7fbeda40fb83] Process exited with code 0\n2025-08-03 15:45:33.336 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c1831550-0709-4449-aeee-fb09a6fc665f] socks connection closed\n2025-08-03 15:45:33.337 [info] [command][12900ce0-229e-4726-a772-7fbeda40fb83] Socket close event received\n2025-08-03 15:45:33.383 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51292 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:46:33.340 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:46:33.343 [info] [command][9429ef72-022d-4161-a942-d9baba5d31ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""9429ef72-022d-4161-a942-d9baba5d31ba""}\n2025-08-03 15:46:33.344 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][aa721d55-fc85-4a9c-b16d-03060e30ad5f] received connection request\n2025-08-03 15:46:33.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:46:33.390 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][aa721d55-fc85-4a9c-b16d-03060e30ad5f] socks forwarding established\n2025-08-03 15:46:33.441 [info] [command][9429ef72-022d-4161-a942-d9baba5d31ba] Process exited with code 0\n2025-08-03 15:46:33.441 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][aa721d55-fc85-4a9c-b16d-03060e30ad5f] socks connection closed\n2025-08-03 15:46:33.441 [info] [command][9429ef72-022d-4161-a942-d9baba5d31ba] Socket close event received\n2025-08-03 15:46:33.488 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51380 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:47:33.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:47:33.445 [info] [command][fa1c581d-f87d-481a-8b85-38f956fca286] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""fa1c581d-f87d-481a-8b85-38f956fca286""}\n2025-08-03 15:47:33.445 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][3220f349-9c3a-47e2-897c-eb1b3b4edd55] received connection request\n2025-08-03 15:47:33.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:47:33.491 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3220f349-9c3a-47e2-897c-eb1b3b4edd55] socks forwarding established\n2025-08-03 15:47:33.543 [info] [command][fa1c581d-f87d-481a-8b85-38f956fca286] Process exited with code 0\n2025-08-03 15:47:33.543 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3220f349-9c3a-47e2-897c-eb1b3b4edd55] socks connection closed\n2025-08-03 15:47:33.543 [info] [command][fa1c581d-f87d-481a-8b85-38f956fca286] Socket close event received\n2025-08-03 15:47:33.592 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51445 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:48:33.550 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:48:33.554 [info] [command][2e0cad3a-dc6a-4862-a7e9-b320ae28dc7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""2e0cad3a-dc6a-4862-a7e9-b320ae28dc7c""}\n2025-08-03 15:48:33.555 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][bca5f2fc-c18b-41d9-bc77-dbe028625148] received connection request\n2025-08-03 15:48:33.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:48:33.604 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][bca5f2fc-c18b-41d9-bc77-dbe028625148] socks forwarding established\n2025-08-03 15:48:33.658 [info] [command][2e0cad3a-dc6a-4862-a7e9-b320ae28dc7c] Process exited with code 0\n2025-08-03 15:48:33.659 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][bca5f2fc-c18b-41d9-bc77-dbe028625148] socks connection closed\n2025-08-03 15:48:33.659 [info] [command][2e0cad3a-dc6a-4862-a7e9-b320ae28dc7c] Socket close event received\n2025-08-03 15:48:33.704 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51470 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:49:33.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:49:33.663 [info] [command][abcf80e5-f5e4-40aa-a759-212ac43beb43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""abcf80e5-f5e4-40aa-a759-212ac43beb43""}\n2025-08-03 15:49:33.663 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][52e8d33b-d225-4186-99eb-329f873be9a3] received connection request\n2025-08-03 15:49:33.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:49:33.715 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][52e8d33b-d225-4186-99eb-329f873be9a3] socks forwarding established\n2025-08-03 15:49:33.779 [info] [command][abcf80e5-f5e4-40aa-a759-212ac43beb43] Process exited with code 0\n2025-08-03 15:49:33.779 [info] [command][abcf80e5-f5e4-40aa-a759-212ac43beb43] Socket close event received\n2025-08-03 15:49:33.780 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][52e8d33b-d225-4186-99eb-329f873be9a3] socks connection closed\n2025-08-03 15:49:33.837 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51505 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:50:33.784 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:50:33.787 [info] [command][1d15c9b8-d4c3-4eee-96da-c7d2970fca8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1d15c9b8-d4c3-4eee-96da-c7d2970fca8b""}\n2025-08-03 15:50:33.787 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][58b5d9ca-426d-476c-968d-1b03d8f0f97b] received connection request\n2025-08-03 15:50:33.788 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:50:33.835 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][58b5d9ca-426d-476c-968d-1b03d8f0f97b] socks forwarding established\n2025-08-03 15:50:33.889 [info] [command][1d15c9b8-d4c3-4eee-96da-c7d2970fca8b] Process exited with code 0\n2025-08-03 15:50:33.890 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][58b5d9ca-426d-476c-968d-1b03d8f0f97b] socks connection closed\n2025-08-03 15:50:33.890 [info] [command][1d15c9b8-d4c3-4eee-96da-c7d2970fca8b] Socket close event received\n2025-08-03 15:50:33.936 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51532 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:51:33.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:51:33.894 [info] [command][4cc1ea04-2a29-47d3-a0b2-3e30664dbb52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""4cc1ea04-2a29-47d3-a0b2-3e30664dbb52""}\n2025-08-03 15:51:33.895 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][96843017-3282-4de5-b68c-d62163c37086] received connection request\n2025-08-03 15:51:33.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:51:33.949 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][96843017-3282-4de5-b68c-d62163c37086] socks forwarding established\n2025-08-03 15:51:34.003 [info] [command][4cc1ea04-2a29-47d3-a0b2-3e30664dbb52] Process exited with code 0\n2025-08-03 15:51:34.003 [info] [command][4cc1ea04-2a29-47d3-a0b2-3e30664dbb52] Socket close event received\n2025-08-03 15:51:34.004 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][96843017-3282-4de5-b68c-d62163c37086] socks connection closed\n2025-08-03 15:51:34.055 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51596 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:52:34.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:52:34.012 [info] [command][456075c7-bfca-4715-b1e0-cd23f15d9995] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""456075c7-bfca-4715-b1e0-cd23f15d9995""}\n2025-08-03 15:52:34.013 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][53dd71d4-bcb8-4f49-a2d2-5669bd404205] received connection request\n2025-08-03 15:52:34.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:52:34.062 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][53dd71d4-bcb8-4f49-a2d2-5669bd404205] socks forwarding established\n2025-08-03 15:52:34.113 [info] [command][456075c7-bfca-4715-b1e0-cd23f15d9995] Process exited with code 0\n2025-08-03 15:52:34.113 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][53dd71d4-bcb8-4f49-a2d2-5669bd404205] socks connection closed\n2025-08-03 15:52:34.113 [info] [command][456075c7-bfca-4715-b1e0-cd23f15d9995] Socket close event received\n2025-08-03 15:52:34.160 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51633 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:53:34.115 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:53:34.118 [info] [command][23d2e4bb-b674-4e07-bc2a-522cff1d62ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""23d2e4bb-b674-4e07-bc2a-522cff1d62ac""}\n2025-08-03 15:53:34.121 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5d456098-ef16-4c7f-b8a3-7ac79e0376c4] received connection request\n2025-08-03 15:53:34.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:53:34.169 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5d456098-ef16-4c7f-b8a3-7ac79e0376c4] socks forwarding established\n2025-08-03 15:53:34.221 [info] [command][23d2e4bb-b674-4e07-bc2a-522cff1d62ac] Process exited with code 0\n2025-08-03 15:53:34.222 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5d456098-ef16-4c7f-b8a3-7ac79e0376c4] socks connection closed\n2025-08-03 15:53:34.222 [info] [command][23d2e4bb-b674-4e07-bc2a-522cff1d62ac] Socket close event received\n2025-08-03 15:53:34.269 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51655 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:54:34.228 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:54:34.230 [info] [command][024b8915-935d-4074-ad83-e4105c161f15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""024b8915-935d-4074-ad83-e4105c161f15""}\n2025-08-03 15:54:34.231 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4622bf73-01f2-4096-9cf5-608c7c4f6eba] received connection request\n2025-08-03 15:54:34.231 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:54:34.281 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4622bf73-01f2-4096-9cf5-608c7c4f6eba] socks forwarding established\n2025-08-03 15:54:34.332 [info] [command][024b8915-935d-4074-ad83-e4105c161f15] Process exited with code 0\n2025-08-03 15:54:34.332 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4622bf73-01f2-4096-9cf5-608c7c4f6eba] socks connection closed\n2025-08-03 15:54:34.332 [info] [command][024b8915-935d-4074-ad83-e4105c161f15] Socket close event received\n2025-08-03 15:54:34.379 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51688 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:55:34.334 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:55:34.338 [info] [command][7bfe9628-a304-4c50-9645-c796b9b0faae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7bfe9628-a304-4c50-9645-c796b9b0faae""}\n2025-08-03 15:55:34.338 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4af40f4d-3fb6-444e-ba36-3b57f0f77dd3] received connection request\n2025-08-03 15:55:34.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:55:34.389 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4af40f4d-3fb6-444e-ba36-3b57f0f77dd3] socks forwarding established\n2025-08-03 15:55:34.440 [info] [command][7bfe9628-a304-4c50-9645-c796b9b0faae] Process exited with code 0\n2025-08-03 15:55:34.441 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4af40f4d-3fb6-444e-ba36-3b57f0f77dd3] socks connection closed\n2025-08-03 15:55:34.441 [info] [command][7bfe9628-a304-4c50-9645-c796b9b0faae] Socket close event received\n2025-08-03 15:55:34.487 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51712 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:56:34.447 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:56:34.452 [info] [command][5ed7d168-9344-4b67-8868-2a452864ed5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5ed7d168-9344-4b67-8868-2a452864ed5e""}\n2025-08-03 15:56:34.453 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a6a83a0c-0c01-4ddf-9401-5ae6f5c39e28] received connection request\n2025-08-03 15:56:34.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:56:34.509 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a6a83a0c-0c01-4ddf-9401-5ae6f5c39e28] socks forwarding established\n2025-08-03 15:56:34.562 [info] [command][5ed7d168-9344-4b67-8868-2a452864ed5e] Process exited with code 0\n2025-08-03 15:56:34.562 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a6a83a0c-0c01-4ddf-9401-5ae6f5c39e28] socks connection closed\n2025-08-03 15:56:34.562 [info] [command][5ed7d168-9344-4b67-8868-2a452864ed5e] Socket close event received\n2025-08-03 15:56:34.608 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51749 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:57:34.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:57:34.571 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d50fd697-eb1d-4149-8d73-278507b8f8b1] received connection request\n2025-08-03 15:57:34.571 [info] [command][abc23ac7-0007-4ae1-be9b-a8515e4e2292] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""abc23ac7-0007-4ae1-be9b-a8515e4e2292""}\n2025-08-03 15:57:34.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:57:34.622 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d50fd697-eb1d-4149-8d73-278507b8f8b1] socks forwarding established\n2025-08-03 15:57:34.671 [info] [command][abc23ac7-0007-4ae1-be9b-a8515e4e2292] Process exited with code 0\n2025-08-03 15:57:34.672 [info] [command][abc23ac7-0007-4ae1-be9b-a8515e4e2292] Socket close event received\n2025-08-03 15:57:34.672 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d50fd697-eb1d-4149-8d73-278507b8f8b1] socks connection closed\n2025-08-03 15:57:34.719 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51776 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:58:34.678 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:58:34.681 [info] [command][ba049f14-177e-4cca-ba00-afe6580ce17c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""ba049f14-177e-4cca-ba00-afe6580ce17c""}\n2025-08-03 15:58:34.682 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4621b097-e03e-48c3-bce7-0ca051de60cf] received connection request\n2025-08-03 15:58:34.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:58:34.738 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4621b097-e03e-48c3-bce7-0ca051de60cf] socks forwarding established\n2025-08-03 15:58:34.790 [info] [command][ba049f14-177e-4cca-ba00-afe6580ce17c] Process exited with code 0\n2025-08-03 15:58:34.790 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4621b097-e03e-48c3-bce7-0ca051de60cf] socks connection closed\n2025-08-03 15:58:34.790 [info] [command][ba049f14-177e-4cca-ba00-afe6580ce17c] Socket close event received\n2025-08-03 15:58:34.836 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51812 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 15:59:34.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 15:59:34.799 [info] [command][faee886e-02ae-45be-be4b-5b28b0ee2026] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""faee886e-02ae-45be-be4b-5b28b0ee2026""}\n2025-08-03 15:59:34.802 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][acb35a92-45b3-422a-92f8-968da43ebed6] received connection request\n2025-08-03 15:59:34.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 15:59:34.803 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 15:59:34.852 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][acb35a92-45b3-422a-92f8-968da43ebed6] socks forwarding established\n2025-08-03 15:59:34.900 [info] [command][faee886e-02ae-45be-be4b-5b28b0ee2026] Process exited with code 0\n2025-08-03 15:59:34.900 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][acb35a92-45b3-422a-92f8-968da43ebed6] socks connection closed\n2025-08-03 15:59:34.900 [info] [command][faee886e-02ae-45be-be4b-5b28b0ee2026] Socket close event received\n2025-08-03 15:59:34.951 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51853 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:00:34.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:00:34.902 [info] [command][bb6e9d50-04ff-4758-94f1-c0d98e748d6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""bb6e9d50-04ff-4758-94f1-c0d98e748d6a""}\n2025-08-03 16:00:34.902 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c155bd41-beb2-4c61-8afb-1c22e642a23d] received connection request\n2025-08-03 16:00:34.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:00:34.950 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c155bd41-beb2-4c61-8afb-1c22e642a23d] socks forwarding established\n2025-08-03 16:00:35.003 [info] [command][bb6e9d50-04ff-4758-94f1-c0d98e748d6a] Process exited with code 0\n2025-08-03 16:00:35.003 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c155bd41-beb2-4c61-8afb-1c22e642a23d] socks connection closed\n2025-08-03 16:00:35.003 [info] [command][bb6e9d50-04ff-4758-94f1-c0d98e748d6a] Socket close event received\n2025-08-03 16:00:35.051 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51869 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:01:35.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:01:35.007 [info] [command][a9b46999-c401-4e38-b549-44695bdf85fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""a9b46999-c401-4e38-b549-44695bdf85fb""}\n2025-08-03 16:01:35.008 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d3fcb50d-7e56-4ef8-9817-12a3a06cedfc] received connection request\n2025-08-03 16:01:35.009 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:01:35.057 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d3fcb50d-7e56-4ef8-9817-12a3a06cedfc] socks forwarding established\n2025-08-03 16:01:35.111 [info] [command][a9b46999-c401-4e38-b549-44695bdf85fb] Process exited with code 0\n2025-08-03 16:01:35.112 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d3fcb50d-7e56-4ef8-9817-12a3a06cedfc] socks connection closed\n2025-08-03 16:01:35.112 [info] [command][a9b46999-c401-4e38-b549-44695bdf85fb] Socket close event received\n2025-08-03 16:01:35.157 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51913 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:02:35.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:02:35.122 [info] [command][c8156274-1577-4638-b913-93181305c1cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""c8156274-1577-4638-b913-93181305c1cc""}\n2025-08-03 16:02:35.122 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c3e55564-550b-4df8-b409-4b51d97c738d] received connection request\n2025-08-03 16:02:35.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:02:35.174 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c3e55564-550b-4df8-b409-4b51d97c738d] socks forwarding established\n2025-08-03 16:02:35.228 [info] [command][c8156274-1577-4638-b913-93181305c1cc] Process exited with code 0\n2025-08-03 16:02:35.228 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c3e55564-550b-4df8-b409-4b51d97c738d] socks connection closed\n2025-08-03 16:02:35.228 [info] [command][c8156274-1577-4638-b913-93181305c1cc] Socket close event received\n2025-08-03 16:02:35.279 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51935 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:03:35.234 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:03:35.238 [info] [command][4a8b0275-7005-4e79-ba57-fbf24fc1f070] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""4a8b0275-7005-4e79-ba57-fbf24fc1f070""}\n2025-08-03 16:03:35.238 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][87380a31-10c1-4602-81e8-2ff19d881fb5] received connection request\n2025-08-03 16:03:35.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:03:35.287 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][87380a31-10c1-4602-81e8-2ff19d881fb5] socks forwarding established\n2025-08-03 16:03:35.372 [info] [command][4a8b0275-7005-4e79-ba57-fbf24fc1f070] Process exited with code 0\n2025-08-03 16:03:35.372 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][87380a31-10c1-4602-81e8-2ff19d881fb5] socks connection closed\n2025-08-03 16:03:35.372 [info] [command][4a8b0275-7005-4e79-ba57-fbf24fc1f070] Socket close event received\n2025-08-03 16:03:35.420 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51951 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:04:35.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:04:35.378 [info] [command][c50998c5-2c42-407c-b602-d92e1305b1eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""c50998c5-2c42-407c-b602-d92e1305b1eb""}\n2025-08-03 16:04:35.379 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][1e76eee5-ec4a-4322-8cf0-a0f866ee16ac] received connection request\n2025-08-03 16:04:35.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:04:35.427 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1e76eee5-ec4a-4322-8cf0-a0f866ee16ac] socks forwarding established\n2025-08-03 16:04:35.481 [info] [command][c50998c5-2c42-407c-b602-d92e1305b1eb] Process exited with code 0\n2025-08-03 16:04:35.481 [info] [command][c50998c5-2c42-407c-b602-d92e1305b1eb] Socket close event received\n2025-08-03 16:04:35.481 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1e76eee5-ec4a-4322-8cf0-a0f866ee16ac] socks connection closed\n2025-08-03 16:04:35.529 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51978 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:05:35.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:05:35.490 [info] [command][95333f2d-27c3-49a1-a350-390d98e820f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""95333f2d-27c3-49a1-a350-390d98e820f4""}\n2025-08-03 16:05:35.490 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][e5f8e7e7-0917-4b2a-9731-af655922945f] received connection request\n2025-08-03 16:05:35.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:05:35.539 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][e5f8e7e7-0917-4b2a-9731-af655922945f] socks forwarding established\n2025-08-03 16:05:35.592 [info] [command][95333f2d-27c3-49a1-a350-390d98e820f4] Process exited with code 0\n2025-08-03 16:05:35.592 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][e5f8e7e7-0917-4b2a-9731-af655922945f] socks connection closed\n2025-08-03 16:05:35.592 [info] [command][95333f2d-27c3-49a1-a350-390d98e820f4] Socket close event received\n2025-08-03 16:05:35.643 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 51994 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:06:35.598 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:06:35.602 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][659a316e-6c76-455d-a0b6-4bba8c0cc3e1] received connection request\n2025-08-03 16:06:35.602 [info] [command][5ef89003-3977-4b40-a334-04a07d3419c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5ef89003-3977-4b40-a334-04a07d3419c8""}\n2025-08-03 16:06:35.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:06:35.654 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][659a316e-6c76-455d-a0b6-4bba8c0cc3e1] socks forwarding established\n2025-08-03 16:06:35.709 [info] [command][5ef89003-3977-4b40-a334-04a07d3419c8] Process exited with code 0\n2025-08-03 16:06:35.709 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][659a316e-6c76-455d-a0b6-4bba8c0cc3e1] socks connection closed\n2025-08-03 16:06:35.710 [info] [command][5ef89003-3977-4b40-a334-04a07d3419c8] Socket close event received\n2025-08-03 16:06:35.756 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52024 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:07:35.715 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:07:35.719 [info] [command][8c21b676-af86-4e20-84a3-5256ac63904a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""8c21b676-af86-4e20-84a3-5256ac63904a""}\n2025-08-03 16:07:35.721 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b56f978e-d8c1-4f70-84d9-139fa382a2b0] received connection request\n2025-08-03 16:07:35.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:07:35.770 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b56f978e-d8c1-4f70-84d9-139fa382a2b0] socks forwarding established\n2025-08-03 16:07:35.822 [info] [command][8c21b676-af86-4e20-84a3-5256ac63904a] Process exited with code 0\n2025-08-03 16:07:35.822 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b56f978e-d8c1-4f70-84d9-139fa382a2b0] socks connection closed\n2025-08-03 16:07:35.823 [info] [command][8c21b676-af86-4e20-84a3-5256ac63904a] Socket close event received\n2025-08-03 16:07:35.871 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52051 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:08:35.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:08:35.829 [info] [command][a798bf29-e107-41bb-bddc-fa9ff06409a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""a798bf29-e107-41bb-bddc-fa9ff06409a4""}\n2025-08-03 16:08:35.830 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][43846945-3466-45d1-8273-deb066a1ae53] received connection request\n2025-08-03 16:08:35.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:08:35.879 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][43846945-3466-45d1-8273-deb066a1ae53] socks forwarding established\n2025-08-03 16:08:35.932 [info] [command][a798bf29-e107-41bb-bddc-fa9ff06409a4] Process exited with code 0\n2025-08-03 16:08:35.932 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][43846945-3466-45d1-8273-deb066a1ae53] socks connection closed\n2025-08-03 16:08:35.932 [info] [command][a798bf29-e107-41bb-bddc-fa9ff06409a4] Socket close event received\n2025-08-03 16:08:35.984 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52096 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:09:35.939 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:09:35.941 [info] [command][3d38b63c-fd57-4245-9472-6cdbac8a113e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""3d38b63c-fd57-4245-9472-6cdbac8a113e""}\n2025-08-03 16:09:35.942 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ef29c37c-ca8f-4e06-9d1f-7b15521068bd] received connection request\n2025-08-03 16:09:35.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:09:35.994 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ef29c37c-ca8f-4e06-9d1f-7b15521068bd] socks forwarding established\n2025-08-03 16:09:36.046 [info] [command][3d38b63c-fd57-4245-9472-6cdbac8a113e] Process exited with code 0\n2025-08-03 16:09:36.047 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ef29c37c-ca8f-4e06-9d1f-7b15521068bd] socks connection closed\n2025-08-03 16:09:36.047 [info] [command][3d38b63c-fd57-4245-9472-6cdbac8a113e] Socket close event received\n2025-08-03 16:09:36.093 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52148 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:10:36.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:10:36.057 [info] [command][16c42b8a-9f2d-4ef3-9308-0ed47662e34c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""16c42b8a-9f2d-4ef3-9308-0ed47662e34c""}\n2025-08-03 16:10:36.058 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ec6ac98e-716e-4458-a900-99d7b9a06f55] received connection request\n2025-08-03 16:10:36.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:10:36.109 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ec6ac98e-716e-4458-a900-99d7b9a06f55] socks forwarding established\n2025-08-03 16:10:36.161 [info] [command][16c42b8a-9f2d-4ef3-9308-0ed47662e34c] Process exited with code 0\n2025-08-03 16:10:36.162 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ec6ac98e-716e-4458-a900-99d7b9a06f55] socks connection closed\n2025-08-03 16:10:36.162 [info] [command][16c42b8a-9f2d-4ef3-9308-0ed47662e34c] Socket close event received\n2025-08-03 16:10:36.213 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52164 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:11:36.167 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:11:36.171 [info] [command][82d27f1a-706f-4af6-af99-0631053180fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""82d27f1a-706f-4af6-af99-0631053180fa""}\n2025-08-03 16:11:36.172 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d6fff732-9d62-439f-ad87-f914cdeeff22] received connection request\n2025-08-03 16:11:36.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:11:36.173 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:11:36.221 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d6fff732-9d62-439f-ad87-f914cdeeff22] socks forwarding established\n2025-08-03 16:11:36.274 [info] [command][82d27f1a-706f-4af6-af99-0631053180fa] Process exited with code 0\n2025-08-03 16:11:36.274 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d6fff732-9d62-439f-ad87-f914cdeeff22] socks connection closed\n2025-08-03 16:11:36.274 [info] [command][82d27f1a-706f-4af6-af99-0631053180fa] Socket close event received\n2025-08-03 16:11:36.320 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52204 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:12:36.279 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:12:36.282 [info] [command][2da30612-c89a-406a-9996-ed9a27423c68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""2da30612-c89a-406a-9996-ed9a27423c68""}\n2025-08-03 16:12:36.282 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][48debb6a-d150-4f78-b438-a034c3a409cd] received connection request\n2025-08-03 16:12:36.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:12:36.283 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:12:36.333 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][48debb6a-d150-4f78-b438-a034c3a409cd] socks forwarding established\n2025-08-03 16:12:36.387 [info] [command][2da30612-c89a-406a-9996-ed9a27423c68] Process exited with code 0\n2025-08-03 16:12:36.387 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][48debb6a-d150-4f78-b438-a034c3a409cd] socks connection closed\n2025-08-03 16:12:36.387 [info] [command][2da30612-c89a-406a-9996-ed9a27423c68] Socket close event received\n2025-08-03 16:12:36.432 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52234 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:13:36.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:13:36.393 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4b737fad-3405-48b9-b25d-4312cb6972bd] received connection request\n2025-08-03 16:13:36.394 [info] [command][7d74efc2-f9b5-4eb2-b850-9d53f42f92ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7d74efc2-f9b5-4eb2-b850-9d53f42f92ac""}\n2025-08-03 16:13:36.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:13:36.440 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4b737fad-3405-48b9-b25d-4312cb6972bd] socks forwarding established\n2025-08-03 16:13:36.492 [info] [command][7d74efc2-f9b5-4eb2-b850-9d53f42f92ac] Process exited with code 0\n2025-08-03 16:13:36.492 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4b737fad-3405-48b9-b25d-4312cb6972bd] socks connection closed\n2025-08-03 16:13:36.492 [info] [command][7d74efc2-f9b5-4eb2-b850-9d53f42f92ac] Socket close event received\n2025-08-03 16:13:36.537 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52261 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:14:36.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:14:36.499 [info] [command][0dc36935-0a26-4771-96e9-70c5d466318b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""0dc36935-0a26-4771-96e9-70c5d466318b""}\n2025-08-03 16:14:36.500 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4c0bbc61-6147-44c1-874f-72040d07a7dc] received connection request\n2025-08-03 16:14:36.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:14:36.551 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4c0bbc61-6147-44c1-874f-72040d07a7dc] socks forwarding established\n2025-08-03 16:14:36.604 [info] [command][0dc36935-0a26-4771-96e9-70c5d466318b] Process exited with code 0\n2025-08-03 16:14:36.605 [info] [command][0dc36935-0a26-4771-96e9-70c5d466318b] Socket close event received\n2025-08-03 16:14:36.605 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4c0bbc61-6147-44c1-874f-72040d07a7dc] socks connection closed\n2025-08-03 16:14:36.656 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52288 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:15:36.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:15:36.614 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][39edb92a-1325-44e3-b6a6-3b4a1cd632e9] received connection request\n2025-08-03 16:15:36.614 [info] [command][f8d73f6c-3a31-4c3d-91a9-06df2864fa50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f8d73f6c-3a31-4c3d-91a9-06df2864fa50""}\n2025-08-03 16:15:36.614 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:15:36.661 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][39edb92a-1325-44e3-b6a6-3b4a1cd632e9] socks forwarding established\n2025-08-03 16:15:36.715 [info] [command][f8d73f6c-3a31-4c3d-91a9-06df2864fa50] Process exited with code 0\n2025-08-03 16:15:36.715 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][39edb92a-1325-44e3-b6a6-3b4a1cd632e9] socks connection closed\n2025-08-03 16:15:36.716 [info] [command][f8d73f6c-3a31-4c3d-91a9-06df2864fa50] Socket close event received\n2025-08-03 16:15:36.761 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52305 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:16:36.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:16:36.722 [info] [command][8c1428be-f164-4d18-8172-03c290e61577] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""8c1428be-f164-4d18-8172-03c290e61577""}\n2025-08-03 16:16:36.723 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][6ae33d3a-85f2-4969-86ae-60334c68b258] received connection request\n2025-08-03 16:16:36.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:16:36.773 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6ae33d3a-85f2-4969-86ae-60334c68b258] socks forwarding established\n2025-08-03 16:16:36.825 [info] [command][8c1428be-f164-4d18-8172-03c290e61577] Process exited with code 0\n2025-08-03 16:16:36.825 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6ae33d3a-85f2-4969-86ae-60334c68b258] socks connection closed\n2025-08-03 16:16:36.825 [info] [command][8c1428be-f164-4d18-8172-03c290e61577] Socket close event received\n2025-08-03 16:16:36.871 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52335 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:17:36.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:17:36.834 [info] [command][878bb7af-1147-47f5-823c-517507b46a9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""878bb7af-1147-47f5-823c-517507b46a9d""}\n2025-08-03 16:17:36.834 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][faf8a6de-0f23-439a-90f2-eca22cac8e23] received connection request\n2025-08-03 16:17:36.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:17:36.888 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][faf8a6de-0f23-439a-90f2-eca22cac8e23] socks forwarding established\n2025-08-03 16:17:36.940 [info] [command][878bb7af-1147-47f5-823c-517507b46a9d] Process exited with code 0\n2025-08-03 16:17:36.940 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][faf8a6de-0f23-439a-90f2-eca22cac8e23] socks connection closed\n2025-08-03 16:17:36.941 [info] [command][878bb7af-1147-47f5-823c-517507b46a9d] Socket close event received\n2025-08-03 16:17:36.986 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52373 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:18:36.944 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:18:36.947 [info] [command][88b0e121-6a05-4dbe-99ad-bc7296575673] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""88b0e121-6a05-4dbe-99ad-bc7296575673""}\n2025-08-03 16:18:36.949 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][120ef469-ba35-4f37-b0f1-f3371de4d1f8] received connection request\n2025-08-03 16:18:36.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:18:36.951 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:18:37.006 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][120ef469-ba35-4f37-b0f1-f3371de4d1f8] socks forwarding established\n2025-08-03 16:18:37.058 [info] [command][88b0e121-6a05-4dbe-99ad-bc7296575673] Process exited with code 0\n2025-08-03 16:18:37.058 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][120ef469-ba35-4f37-b0f1-f3371de4d1f8] socks connection closed\n2025-08-03 16:18:37.058 [info] [command][88b0e121-6a05-4dbe-99ad-bc7296575673] Socket close event received\n2025-08-03 16:18:37.105 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52391 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:19:37.062 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:19:37.064 [info] [command][3c8af46e-da98-4374-a73f-6817ff011dfd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""3c8af46e-da98-4374-a73f-6817ff011dfd""}\n2025-08-03 16:19:37.064 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][705d3818-c4ea-4a29-86b3-cbdb26b2fd12] received connection request\n2025-08-03 16:19:37.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:19:37.113 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][705d3818-c4ea-4a29-86b3-cbdb26b2fd12] socks forwarding established\n2025-08-03 16:19:37.168 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][705d3818-c4ea-4a29-86b3-cbdb26b2fd12] socks connection closed\n2025-08-03 16:19:37.169 [info] [command][3c8af46e-da98-4374-a73f-6817ff011dfd] Process exited with code 0\n2025-08-03 16:19:37.169 [info] [command][3c8af46e-da98-4374-a73f-6817ff011dfd] Socket close event received\n2025-08-03 16:19:37.216 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52418 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:20:37.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:20:37.174 [info] [command][0bc70129-dee3-4ea9-8d24-c5c3bcf35b38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""0bc70129-dee3-4ea9-8d24-c5c3bcf35b38""}\n2025-08-03 16:20:37.175 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][358a6746-2403-4363-8d3f-a4c3daf9d0be] received connection request\n2025-08-03 16:20:37.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:20:37.229 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][358a6746-2403-4363-8d3f-a4c3daf9d0be] socks forwarding established\n2025-08-03 16:20:37.281 [info] [command][0bc70129-dee3-4ea9-8d24-c5c3bcf35b38] Process exited with code 0\n2025-08-03 16:20:37.282 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][358a6746-2403-4363-8d3f-a4c3daf9d0be] socks connection closed\n2025-08-03 16:20:37.282 [info] [command][0bc70129-dee3-4ea9-8d24-c5c3bcf35b38] Socket close event received\n2025-08-03 16:20:37.328 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52435 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:21:37.287 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:21:37.291 [info] [command][f269f39e-b1eb-4ef5-b30c-f5251391987e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f269f39e-b1eb-4ef5-b30c-f5251391987e""}\n2025-08-03 16:21:37.291 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c30bcb57-d5d4-42f1-ba69-c80cd7c1d26d] received connection request\n2025-08-03 16:21:37.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:21:37.348 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c30bcb57-d5d4-42f1-ba69-c80cd7c1d26d] socks forwarding established\n2025-08-03 16:21:37.407 [info] [command][f269f39e-b1eb-4ef5-b30c-f5251391987e] Process exited with code 0\n2025-08-03 16:21:37.408 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c30bcb57-d5d4-42f1-ba69-c80cd7c1d26d] socks connection closed\n2025-08-03 16:21:37.408 [info] [command][f269f39e-b1eb-4ef5-b30c-f5251391987e] Socket close event received\n2025-08-03 16:21:37.456 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52478 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:22:37.413 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:22:37.415 [info] [command][da6d0cbb-debf-43b7-a8ce-502d495d7428] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""da6d0cbb-debf-43b7-a8ce-502d495d7428""}\n2025-08-03 16:22:37.416 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b3925a94-9827-447b-9b5b-f94303927a45] received connection request\n2025-08-03 16:22:37.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:22:37.468 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b3925a94-9827-447b-9b5b-f94303927a45] socks forwarding established\n2025-08-03 16:22:37.522 [info] [command][da6d0cbb-debf-43b7-a8ce-502d495d7428] Process exited with code 0\n2025-08-03 16:22:37.522 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b3925a94-9827-447b-9b5b-f94303927a45] socks connection closed\n2025-08-03 16:22:37.522 [info] [command][da6d0cbb-debf-43b7-a8ce-502d495d7428] Socket close event received\n2025-08-03 16:22:37.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52512 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:23:37.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:23:37.526 [info] [command][979a56c2-88c5-4c5a-8e9d-ada2d2f80f98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""979a56c2-88c5-4c5a-8e9d-ada2d2f80f98""}\n2025-08-03 16:23:37.527 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][394424e9-7374-4570-a52e-ab1a656217fc] received connection request\n2025-08-03 16:23:37.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:23:37.581 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][394424e9-7374-4570-a52e-ab1a656217fc] socks forwarding established\n2025-08-03 16:23:37.635 [info] [command][979a56c2-88c5-4c5a-8e9d-ada2d2f80f98] Process exited with code 0\n2025-08-03 16:23:37.636 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][394424e9-7374-4570-a52e-ab1a656217fc] socks connection closed\n2025-08-03 16:23:37.636 [info] [command][979a56c2-88c5-4c5a-8e9d-ada2d2f80f98] Socket close event received\n2025-08-03 16:23:37.689 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52535 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:24:37.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:24:37.641 [info] [command][6be67611-faba-44b9-affb-610dbd53f8a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6be67611-faba-44b9-affb-610dbd53f8a5""}\n2025-08-03 16:24:37.642 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][bb6deb69-31a3-44e4-b3ea-c449807bc79b] received connection request\n2025-08-03 16:24:37.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:24:37.688 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][bb6deb69-31a3-44e4-b3ea-c449807bc79b] socks forwarding established\n2025-08-03 16:24:37.741 [info] [command][6be67611-faba-44b9-affb-610dbd53f8a5] Process exited with code 0\n2025-08-03 16:24:37.741 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][bb6deb69-31a3-44e4-b3ea-c449807bc79b] socks connection closed\n2025-08-03 16:24:37.741 [info] [command][6be67611-faba-44b9-affb-610dbd53f8a5] Socket close event received\n2025-08-03 16:24:37.789 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52564 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:25:37.743 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:25:37.746 [info] [command][17017a82-b4b9-4b61-a47c-318129574984] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""17017a82-b4b9-4b61-a47c-318129574984""}\n2025-08-03 16:25:37.747 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][50ebb4b3-28fb-4b87-82e3-eb32f36e350c] received connection request\n2025-08-03 16:25:37.747 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:25:37.799 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][50ebb4b3-28fb-4b87-82e3-eb32f36e350c] socks forwarding established\n2025-08-03 16:25:37.852 [info] [command][17017a82-b4b9-4b61-a47c-318129574984] Process exited with code 0\n2025-08-03 16:25:37.853 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][50ebb4b3-28fb-4b87-82e3-eb32f36e350c] socks connection closed\n2025-08-03 16:25:37.853 [info] [command][17017a82-b4b9-4b61-a47c-318129574984] Socket close event received\n2025-08-03 16:25:37.903 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52590 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:26:37.855 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:26:37.858 [info] [command][91ca4c8c-fa45-4aed-9f85-d02a5ea8af95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""91ca4c8c-fa45-4aed-9f85-d02a5ea8af95""}\n2025-08-03 16:26:37.859 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][cb67f97e-0cbd-4810-bac9-3170dd24068c] received connection request\n2025-08-03 16:26:37.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:26:37.907 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][cb67f97e-0cbd-4810-bac9-3170dd24068c] socks forwarding established\n2025-08-03 16:26:37.960 [info] [command][91ca4c8c-fa45-4aed-9f85-d02a5ea8af95] Process exited with code 0\n2025-08-03 16:26:37.960 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][cb67f97e-0cbd-4810-bac9-3170dd24068c] socks connection closed\n2025-08-03 16:26:37.960 [info] [command][91ca4c8c-fa45-4aed-9f85-d02a5ea8af95] Socket close event received\n2025-08-03 16:26:38.006 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52645 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:27:37.962 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:27:37.967 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d7dff2cd-e90a-4d23-b985-e20af174f1e9] received connection request\n2025-08-03 16:27:37.967 [info] [command][695f9662-ea5a-41f9-bdb0-138e98eba24f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""695f9662-ea5a-41f9-bdb0-138e98eba24f""}\n2025-08-03 16:27:37.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:27:38.017 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d7dff2cd-e90a-4d23-b985-e20af174f1e9] socks forwarding established\n2025-08-03 16:27:38.070 [info] [command][695f9662-ea5a-41f9-bdb0-138e98eba24f] Process exited with code 0\n2025-08-03 16:27:38.071 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d7dff2cd-e90a-4d23-b985-e20af174f1e9] socks connection closed\n2025-08-03 16:27:38.071 [info] [command][695f9662-ea5a-41f9-bdb0-138e98eba24f] Socket close event received\n2025-08-03 16:27:38.119 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52662 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:28:38.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:28:38.076 [info] [command][3edf22b9-9df7-4be9-849c-4d9b6e66118f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""3edf22b9-9df7-4be9-849c-4d9b6e66118f""}\n2025-08-03 16:28:38.076 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][3f7768f7-fe19-46a2-a5f0-4a1abf188585] received connection request\n2025-08-03 16:28:38.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:28:38.126 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3f7768f7-fe19-46a2-a5f0-4a1abf188585] socks forwarding established\n2025-08-03 16:28:38.176 [info] [command][3edf22b9-9df7-4be9-849c-4d9b6e66118f] Process exited with code 0\n2025-08-03 16:28:38.176 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3f7768f7-fe19-46a2-a5f0-4a1abf188585] socks connection closed\n2025-08-03 16:28:38.176 [info] [command][3edf22b9-9df7-4be9-849c-4d9b6e66118f] Socket close event received\n2025-08-03 16:28:38.220 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52694 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:29:38.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:29:38.184 [info] [command][1c9dd46e-8ba9-4a2f-a148-9142cdced90a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1c9dd46e-8ba9-4a2f-a148-9142cdced90a""}\n2025-08-03 16:29:38.185 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d3d54150-6501-499a-9ebe-1d8b8ac03155] received connection request\n2025-08-03 16:29:38.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:29:38.234 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d3d54150-6501-499a-9ebe-1d8b8ac03155] socks forwarding established\n2025-08-03 16:29:38.286 [info] [command][1c9dd46e-8ba9-4a2f-a148-9142cdced90a] Process exited with code 0\n2025-08-03 16:29:38.287 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d3d54150-6501-499a-9ebe-1d8b8ac03155] socks connection closed\n2025-08-03 16:29:38.287 [info] [command][1c9dd46e-8ba9-4a2f-a148-9142cdced90a] Socket close event received\n2025-08-03 16:29:38.336 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52726 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:30:38.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:30:38.293 [info] [command][1d008491-b0b8-43ed-bdf9-2aefefd976a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1d008491-b0b8-43ed-bdf9-2aefefd976a9""}\n2025-08-03 16:30:38.294 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a758ab24-3bc4-4b3b-a56f-52f085f196f6] received connection request\n2025-08-03 16:30:38.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:30:38.343 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a758ab24-3bc4-4b3b-a56f-52f085f196f6] socks forwarding established\n2025-08-03 16:30:38.393 [info] [command][1d008491-b0b8-43ed-bdf9-2aefefd976a9] Process exited with code 0\n2025-08-03 16:30:38.393 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a758ab24-3bc4-4b3b-a56f-52f085f196f6] socks connection closed\n2025-08-03 16:30:38.393 [info] [command][1d008491-b0b8-43ed-bdf9-2aefefd976a9] Socket close event received\n2025-08-03 16:30:38.439 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52739 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:31:38.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:31:38.399 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8cab5c02-7447-4c12-8678-08f2e7e447ff] received connection request\n2025-08-03 16:31:38.399 [info] [command][17c637da-6154-4623-97e1-b1e17f86c138] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""17c637da-6154-4623-97e1-b1e17f86c138""}\n2025-08-03 16:31:38.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:31:38.447 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8cab5c02-7447-4c12-8678-08f2e7e447ff] socks forwarding established\n2025-08-03 16:31:38.502 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8cab5c02-7447-4c12-8678-08f2e7e447ff] socks connection closed\n2025-08-03 16:31:38.502 [info] [command][17c637da-6154-4623-97e1-b1e17f86c138] Process exited with code 0\n2025-08-03 16:31:38.502 [info] [command][17c637da-6154-4623-97e1-b1e17f86c138] Socket close event received\n2025-08-03 16:31:38.552 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52770 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:32:38.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:32:38.507 [info] [command][de0bd46d-9fdd-475d-bcee-5f9eb009cb2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""de0bd46d-9fdd-475d-bcee-5f9eb009cb2c""}\n2025-08-03 16:32:38.507 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b962b888-9c0c-4e0d-94f8-db7323f95a9b] received connection request\n2025-08-03 16:32:38.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:32:38.556 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b962b888-9c0c-4e0d-94f8-db7323f95a9b] socks forwarding established\n2025-08-03 16:32:38.606 [info] [command][de0bd46d-9fdd-475d-bcee-5f9eb009cb2c] Process exited with code 0\n2025-08-03 16:32:38.606 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b962b888-9c0c-4e0d-94f8-db7323f95a9b] socks connection closed\n2025-08-03 16:32:38.606 [info] [command][de0bd46d-9fdd-475d-bcee-5f9eb009cb2c] Socket close event received\n2025-08-03 16:32:38.653 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52787 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:33:38.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:33:38.614 [info] [command][d9baa3d9-dfc0-4d02-9f49-6893f0ba6c86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""d9baa3d9-dfc0-4d02-9f49-6893f0ba6c86""}\n2025-08-03 16:33:38.615 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][07f25d1e-05f1-4cbb-a3c8-d420afa6216f] received connection request\n2025-08-03 16:33:38.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:33:38.663 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][07f25d1e-05f1-4cbb-a3c8-d420afa6216f] socks forwarding established\n2025-08-03 16:33:38.714 [info] [command][d9baa3d9-dfc0-4d02-9f49-6893f0ba6c86] Process exited with code 0\n2025-08-03 16:33:38.715 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][07f25d1e-05f1-4cbb-a3c8-d420afa6216f] socks connection closed\n2025-08-03 16:33:38.715 [info] [command][d9baa3d9-dfc0-4d02-9f49-6893f0ba6c86] Socket close event received\n2025-08-03 16:33:38.764 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52808 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:34:38.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:34:38.724 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2046e9a5-f7c3-4078-a062-8c2e919ecba7] received connection request\n2025-08-03 16:34:38.725 [info] [command][7005f7b0-b492-4036-832b-53e4b28cab19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7005f7b0-b492-4036-832b-53e4b28cab19""}\n2025-08-03 16:34:38.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:34:38.773 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2046e9a5-f7c3-4078-a062-8c2e919ecba7] socks forwarding established\n2025-08-03 16:34:38.825 [info] [command][7005f7b0-b492-4036-832b-53e4b28cab19] Process exited with code 0\n2025-08-03 16:34:38.825 [info] [command][7005f7b0-b492-4036-832b-53e4b28cab19] Socket close event received\n2025-08-03 16:34:38.826 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2046e9a5-f7c3-4078-a062-8c2e919ecba7] socks connection closed\n2025-08-03 16:34:38.877 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52848 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:35:38.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:35:38.833 [info] [command][9eda1947-1920-4327-ac60-974de7334faf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""9eda1947-1920-4327-ac60-974de7334faf""}\n2025-08-03 16:35:38.834 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][057a8fa4-7994-4a81-be39-59d5674b945e] received connection request\n2025-08-03 16:35:38.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:35:38.885 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][057a8fa4-7994-4a81-be39-59d5674b945e] socks forwarding established\n2025-08-03 16:35:38.936 [info] [command][9eda1947-1920-4327-ac60-974de7334faf] Process exited with code 0\n2025-08-03 16:35:38.936 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][057a8fa4-7994-4a81-be39-59d5674b945e] socks connection closed\n2025-08-03 16:35:38.936 [info] [command][9eda1947-1920-4327-ac60-974de7334faf] Socket close event received\n2025-08-03 16:35:38.984 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52862 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:36:38.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:36:38.944 [info] [command][64b99a86-8ac7-44e2-b2b9-a4750d4050c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""64b99a86-8ac7-44e2-b2b9-a4750d4050c2""}\n2025-08-03 16:36:38.945 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][23ddda50-d5f8-41a1-9044-b55b508281e2] received connection request\n2025-08-03 16:36:38.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:36:38.995 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][23ddda50-d5f8-41a1-9044-b55b508281e2] socks forwarding established\n2025-08-03 16:36:39.047 [info] [command][64b99a86-8ac7-44e2-b2b9-a4750d4050c2] Process exited with code 0\n2025-08-03 16:36:39.047 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][23ddda50-d5f8-41a1-9044-b55b508281e2] socks connection closed\n2025-08-03 16:36:39.047 [info] [command][64b99a86-8ac7-44e2-b2b9-a4750d4050c2] Socket close event received\n2025-08-03 16:36:39.094 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52892 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:23.503 [info] [tunnel-forwarding][localhost:9001 -> 127.0.0.1:9001] server listening\n2025-08-03 16:37:23.505 [info] Cross binding to [::1]:9001. Originally bound to 127.0.0.1:9001\n2025-08-03 16:37:23.506 [info] [tunnel-forwarding][::1:9001 -> 127.0.0.1:9001] server listening\n2025-08-03 16:37:32.476 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.525 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52909 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.526 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][0798639d-cbdb-4367-9ef5-e990327cb6c3] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.576 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52912 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.577 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][8c648760-a037-44b7-8136-ffc866a1e503] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.626 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52914 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.626 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][0a9633b1-edc1-4156-b056-b3b45fa1e2a6] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.673 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52916 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.674 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][797271fe-52c2-497c-b081-cf6c8aa27b9d] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.723 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52919 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.724 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][afee54ff-d03f-43c0-b4ea-4f60b1ac82a6] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.773 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52921 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.773 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][db8af893-9ee6-4f28-953e-b1800c85b699] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.820 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52923 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.820 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][e8392419-5b1f-40d1-b43b-3e8468d6136f] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.868 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52926 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.869 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][ac424a2d-c2a6-4763-9299-cc935b99c50c] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.916 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52928 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.916 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][702ee88d-74a0-410e-bc70-e8fe52df0beb] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:32.965 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52930 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:32.966 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][721aaa31-089e-407d-8515-60ef6b21373f] error while creating socks forwarding Socket closed\n2025-08-03 16:37:32.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:33.014 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 9001, connect from 127.0.0.1 port 52932 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:37:33.015 [error] [tunnel-forwarding][127.0.0.1:9001 -> 127.0.0.1:50402 -> 127.0.0.1:9001][fd7d1c7d-73bc-45a9-9664-6f1dc484e2df] error while creating socks forwarding Socket closed\n2025-08-03 16:37:39.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:37:39.054 [info] [command][291d3d18-f076-4944-99f0-dd678b073bc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""291d3d18-f076-4944-99f0-dd678b073bc5""}\n2025-08-03 16:37:39.054 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][377e40b5-f24b-4e8a-938f-27311f114755] received connection request\n2025-08-03 16:37:39.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:37:39.103 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][377e40b5-f24b-4e8a-938f-27311f114755] socks forwarding established\n2025-08-03 16:37:39.157 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][377e40b5-f24b-4e8a-938f-27311f114755] socks connection closed\n2025-08-03 16:37:39.158 [info] [command][291d3d18-f076-4944-99f0-dd678b073bc5] Process exited with code 0\n2025-08-03 16:37:39.158 [info] [command][291d3d18-f076-4944-99f0-dd678b073bc5] Socket close event received\n2025-08-03 16:37:39.205 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52935 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:38:39.163 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:38:39.166 [info] [command][18a58b51-f1c0-4296-ada2-d4bfd46e8e63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""18a58b51-f1c0-4296-ada2-d4bfd46e8e63""}\n2025-08-03 16:38:39.167 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][1418d878-50d5-4ee8-a131-c2d57f01b460] received connection request\n2025-08-03 16:38:39.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:38:39.215 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1418d878-50d5-4ee8-a131-c2d57f01b460] socks forwarding established\n2025-08-03 16:38:39.265 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1418d878-50d5-4ee8-a131-c2d57f01b460] socks connection closed\n2025-08-03 16:38:39.265 [info] [command][18a58b51-f1c0-4296-ada2-d4bfd46e8e63] Process exited with code 0\n2025-08-03 16:38:39.265 [info] [command][18a58b51-f1c0-4296-ada2-d4bfd46e8e63] Socket close event received\n2025-08-03 16:38:39.312 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52950 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:39:39.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:39:39.270 [info] [command][42166bf3-8a78-4ef8-b4fb-fc24dce0ada8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""42166bf3-8a78-4ef8-b4fb-fc24dce0ada8""}\n2025-08-03 16:39:39.271 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][e0eeac15-1085-4d2c-9e41-c141e2862e6a] received connection request\n2025-08-03 16:39:39.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:39:39.322 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][e0eeac15-1085-4d2c-9e41-c141e2862e6a] socks forwarding established\n2025-08-03 16:39:39.375 [info] [command][42166bf3-8a78-4ef8-b4fb-fc24dce0ada8] Process exited with code 0\n2025-08-03 16:39:39.376 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][e0eeac15-1085-4d2c-9e41-c141e2862e6a] socks connection closed\n2025-08-03 16:39:39.376 [info] [command][42166bf3-8a78-4ef8-b4fb-fc24dce0ada8] Socket close event received\n2025-08-03 16:39:39.421 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 52984 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:15.129 [info] [tunnel-forwarding][localhost:6006 -> localhost:6006] server listening\n2025-08-03 16:40:15.130 [info] Cross binding to [::1]:6006. Originally bound to 127.0.0.1:6006\n2025-08-03 16:40:15.130 [info] [tunnel-forwarding][::1:6006 -> localhost:6006] server listening\n2025-08-03 16:40:20.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.227 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 52994 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.227 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dd3c0eae-c237-4844-bbdd-1e101b747b30] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.274 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 52996 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.275 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a2896e54-e264-4def-b354-8a7e1fec882a] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.326 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 52998 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.326 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2ba8316d-071b-45fd-aa7c-ddf5f4802776] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.377 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53000 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.378 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d07d320f-d3e3-47fc-bd3c-d164a09e8899] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.431 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53002 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.432 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f11b1e9-27eb-4d92-8aa1-5ee8ad4215b6] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.481 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53004 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.482 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][14ccfa13-702f-4510-856b-d2b1e8408a64] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.530 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53006 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.531 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b8e37009-f531-4b5a-b328-50f43cc9bbe1] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.582 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53008 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.583 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][68030845-ffb5-45dd-bca8-8aa2b8e1ff3c] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.631 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53010 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.631 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6d877c58-7fc9-4ba3-82b9-6a6b2c72cbe7] error while creating socks forwarding Socket closed\n2025-08-03 16:40:20.633 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:20.682 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53012 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:20.683 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3c503fee-489d-4eb5-9a71-d180f34687cf] error while creating socks forwarding Socket closed\n2025-08-03 16:40:22.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:22.818 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53014 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:22.818 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2b49e348-1aee-4ec7-b7c0-456c12103e48] error while creating socks forwarding Socket closed\n2025-08-03 16:40:22.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:22.866 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53016 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:22.867 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][806170d4-98d4-4f04-8343-9d0ce0111d8b] error while creating socks forwarding Socket closed\n2025-08-03 16:40:22.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:22.918 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53018 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:22.919 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][07dcd4c4-0c88-4bac-98d1-c1faa5d719de] error while creating socks forwarding Socket closed\n2025-08-03 16:40:22.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:22.974 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53020 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:22.975 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][05f1e0b0-027e-4774-b591-357d3fbbd760] error while creating socks forwarding Socket closed\n2025-08-03 16:40:22.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:23.023 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53022 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:23.024 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][87cce750-cdd9-43b5-a8d6-7d6777f2a110] error while creating socks forwarding Socket closed\n2025-08-03 16:40:23.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:23.074 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53024 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:23.075 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ace55164-d51f-40f4-bd89-063d22f60bf4] error while creating socks forwarding Socket closed\n2025-08-03 16:40:23.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:23.127 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53026 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:23.128 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][638bef30-a3a0-4fbe-a2ec-5e227bdd7c05] error while creating socks forwarding Socket closed\n2025-08-03 16:40:23.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:23.178 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53028 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:23.179 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b0bc20ff-1957-4454-94fe-9a1e1146a8de] error while creating socks forwarding Socket closed\n2025-08-03 16:40:23.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:23.225 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53030 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:23.226 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][76c699b8-f0b0-4f87-98c2-9bbe8a5bb0c7] error while creating socks forwarding Socket closed\n2025-08-03 16:40:23.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:23.274 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53032 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:23.275 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ee1ff511-5c98-4073-a28f-18387cb58bae] error while creating socks forwarding Socket closed\n2025-08-03 16:40:39.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:40:39.379 [info] [command][824d1be4-8136-4764-9888-dc12384b802a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""824d1be4-8136-4764-9888-dc12384b802a""}\n2025-08-03 16:40:39.379 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][70961b70-c55c-4d78-86ad-6f0384f6e374] received connection request\n2025-08-03 16:40:39.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:39.429 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][70961b70-c55c-4d78-86ad-6f0384f6e374] socks forwarding established\n2025-08-03 16:40:39.483 [info] [command][824d1be4-8136-4764-9888-dc12384b802a] Process exited with code 0\n2025-08-03 16:40:39.484 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][70961b70-c55c-4d78-86ad-6f0384f6e374] socks connection closed\n2025-08-03 16:40:39.484 [info] [command][824d1be4-8136-4764-9888-dc12384b802a] Socket close event received\n2025-08-03 16:40:39.540 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53043 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:41.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.091 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53046 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.092 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0369a015-4fa1-428f-84d3-9dde65ec74e3] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.141 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53048 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.142 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19ab3cdb-4aa8-4fbf-8552-203a4c714862] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.195 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53050 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.195 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f4a24cc-67b8-4905-b512-aa86130366b2] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.243 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53052 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.244 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27bb3f90-ef6d-4a5f-bb26-e046fdaeef35] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.293 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53054 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.294 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][80ccf0b7-2bf6-4f00-a7b3-01739046f438] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.342 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53056 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.343 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cc34adc0-0eae-4fb2-b09c-8d461305f357] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.391 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53058 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.392 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][10baa04d-5e53-4524-a900-5c56a3d06463] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.438 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53060 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.439 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b1f344aa-4655-46f1-92b9-a14b1324caa7] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.489 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53062 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.491 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][81ceac0a-60bf-428c-ae62-b84529941b60] error while creating socks forwarding Socket closed\n2025-08-03 16:40:42.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:42.543 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53064 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:42.544 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f8c53352-4c65-4841-8f61-e40c1b9dba26] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.497 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53066 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.498 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][15e7646e-9995-40b9-8032-524b715c7e63] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.551 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53068 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.552 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][452642ad-5fe6-4851-8123-427d0cbd358c] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.602 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53070 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.603 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][71b55435-16ea-4334-a2ff-3096505c4c83] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.651 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53072 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.652 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3c2bd0cb-78b1-49bd-968b-4d2c1560043a] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.700 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53074 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.700 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][73c00631-2ccf-452a-bc5e-e91600f65c66] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.754 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53076 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.754 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c27c3a31-5759-4400-8ed8-5afb15282ee1] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.803 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53078 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.803 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0ec4ce09-d77f-42eb-9fc1-52b71ded8630] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:40:43.806 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.853 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53080 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.854 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e672c9b2-0a87-4b63-aa50-fa765175ab77] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.912 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53082 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.912 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d559025d-62a2-49db-93b6-340c92d45935] error while creating socks forwarding Socket closed\n2025-08-03 16:40:43.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:43.960 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53084 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:43.961 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dedd35bc-0fb3-44cc-b9ec-09b8ab01f432] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:44.671 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53086 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:44.674 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa6da27c-96e4-4b1e-a4a0-013347f73bba] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:44.720 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53088 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:44.721 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a6c41577-1a1b-4a71-b413-97ed8d4d1991] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:44.770 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53090 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:44.771 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a2cb16ec-cc92-4c54-b77b-3fd4946305c8] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:44.823 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53092 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:44.824 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f7c57899-3b53-4cf2-abd4-fba4c5463e17] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:44.877 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53094 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:44.877 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][38b41227-1e4b-4c3f-8748-30e91c06c53c] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:44.926 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53096 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:44.927 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][480605c7-9a49-42b4-9d1e-41bf056c47a4] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:44.975 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53098 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:44.976 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ac77e919-2d77-4a41-bd60-b31f5dbc40e5] error while creating socks forwarding Socket closed\n2025-08-03 16:40:44.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:45.028 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53100 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:45.029 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8318b164-9680-4608-a8fd-2b166526d75d] error while creating socks forwarding Socket closed\n2025-08-03 16:40:45.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:45.077 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53102 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:45.078 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3cdc6ff5-34c6-4af3-ae8c-242b17f101da] error while creating socks forwarding Socket closed\n2025-08-03 16:40:45.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:45.137 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53104 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:45.140 [error] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e9a235d3-6a3c-4ad6-a99f-4ab067249a02] error while creating socks forwarding Socket closed\n2025-08-03 16:40:51.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:51.510 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0bad41df-224e-498a-a163-99554bb6505e] resuming socket\n2025-08-03 16:40:51.510 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0bad41df-224e-498a-a163-99554bb6505e] socks forwarding established\n2025-08-03 16:40:51.801 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0bad41df-224e-498a-a163-99554bb6505e] socks connection closed\n2025-08-03 16:40:51.801 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0bad41df-224e-498a-a163-99554bb6505e] local connection closed\n2025-08-03 16:40:51.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:51.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:51.852 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53106 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:51.852 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][901e0049-6150-42d0-81c4-68ef4b8563e7] resuming socket\n2025-08-03 16:40:51.852 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][901e0049-6150-42d0-81c4-68ef4b8563e7] socks forwarding established\n2025-08-03 16:40:51.866 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][517c0f99-7275-4159-a7ce-122fa0b4c47f] resuming socket\n2025-08-03 16:40:51.866 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][517c0f99-7275-4159-a7ce-122fa0b4c47f] socks forwarding established\n2025-08-03 16:40:52.011 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][517c0f99-7275-4159-a7ce-122fa0b4c47f] socks connection closed\n2025-08-03 16:40:52.011 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][517c0f99-7275-4159-a7ce-122fa0b4c47f] local connection closed\n2025-08-03 16:40:52.158 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53112 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:52.159 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][901e0049-6150-42d0-81c4-68ef4b8563e7] socks connection closed\n2025-08-03 16:40:52.160 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][901e0049-6150-42d0-81c4-68ef4b8563e7] local connection closed\n2025-08-03 16:40:52.216 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53110 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:52.405 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:40:52.439 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.452 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][354b7292-7e2b-4739-89e0-359c82d06518] resuming socket\n2025-08-03 16:40:52.453 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][354b7292-7e2b-4739-89e0-359c82d06518] socks forwarding established\n2025-08-03 16:40:52.462 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc987744-fca9-44ba-971a-d3b866ec566c] resuming socket\n2025-08-03 16:40:52.462 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc987744-fca9-44ba-971a-d3b866ec566c] socks forwarding established\n2025-08-03 16:40:52.489 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][733819db-0c9b-41b2-a012-67118514052a] resuming socket\n2025-08-03 16:40:52.489 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][733819db-0c9b-41b2-a012-67118514052a] socks forwarding established\n2025-08-03 16:40:52.489 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f163f907-a53c-4692-afc4-221fb7df4663] resuming socket\n2025-08-03 16:40:52.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f163f907-a53c-4692-afc4-221fb7df4663] socks forwarding established\n2025-08-03 16:40:52.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0e18aa4a-52a0-4032-bc65-1834a828d11c] resuming socket\n2025-08-03 16:40:52.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0e18aa4a-52a0-4032-bc65-1834a828d11c] socks forwarding established\n2025-08-03 16:40:52.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5d764a9c-6ffe-4be7-acdc-788b7f0d17b2] resuming socket\n2025-08-03 16:40:52.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5d764a9c-6ffe-4be7-acdc-788b7f0d17b2] socks forwarding established\n2025-08-03 16:40:52.502 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][354b7292-7e2b-4739-89e0-359c82d06518] local connection closed\n2025-08-03 16:40:52.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.512 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][354b7292-7e2b-4739-89e0-359c82d06518] socks connection closed\n2025-08-03 16:40:52.512 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc987744-fca9-44ba-971a-d3b866ec566c] local connection closed\n2025-08-03 16:40:52.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.521 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc987744-fca9-44ba-971a-d3b866ec566c] socks connection closed\n2025-08-03 16:40:52.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f163f907-a53c-4692-afc4-221fb7df4663] local connection closed\n2025-08-03 16:40:52.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5d764a9c-6ffe-4be7-acdc-788b7f0d17b2] local connection closed\n2025-08-03 16:40:52.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0e18aa4a-52a0-4032-bc65-1834a828d11c] local connection closed\n2025-08-03 16:40:52.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.551 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5d764a9c-6ffe-4be7-acdc-788b7f0d17b2] socks connection closed\n2025-08-03 16:40:52.551 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f163f907-a53c-4692-afc4-221fb7df4663] socks connection closed\n2025-08-03 16:40:52.552 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0e18aa4a-52a0-4032-bc65-1834a828d11c] socks connection closed\n2025-08-03 16:40:52.560 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53114 to 127.0.0.1 port 50402, nchannels 14\n\n2025-08-03 16:40:52.561 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc7a12a7-2ec4-417a-9d1b-f3c09ff2e1b3] resuming socket\n2025-08-03 16:40:52.561 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc7a12a7-2ec4-417a-9d1b-f3c09ff2e1b3] socks forwarding established\n2025-08-03 16:40:52.561 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][733819db-0c9b-41b2-a012-67118514052a] local connection closed\n2025-08-03 16:40:52.565 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53116 to 127.0.0.1 port 50402, nchannels 13\n\n2025-08-03 16:40:52.566 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][033d306f-2d5e-47ee-b0e5-0a46d9979a75] resuming socket\n2025-08-03 16:40:52.566 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][033d306f-2d5e-47ee-b0e5-0a46d9979a75] socks forwarding established\n2025-08-03 16:40:52.570 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][733819db-0c9b-41b2-a012-67118514052a] socks connection closed\n2025-08-03 16:40:52.593 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53122 to 127.0.0.1 port 50402, nchannels 12\ndebug1: channel 9: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53123 to 127.0.0.1 port 50402, nchannels 11\ndebug1: channel 10: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53124 to 127.0.0.1 port 50402, nchannels 10\n\n2025-08-03 16:40:52.594 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c422d0ad-d9f6-4178-877c-a2a24dd77274] resuming socket\n2025-08-03 16:40:52.594 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c422d0ad-d9f6-4178-877c-a2a24dd77274] socks forwarding established\n2025-08-03 16:40:52.610 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53121 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:40:52.610 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc7a12a7-2ec4-417a-9d1b-f3c09ff2e1b3] local connection closed\n2025-08-03 16:40:52.613 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][033d306f-2d5e-47ee-b0e5-0a46d9979a75] local connection closed\n2025-08-03 16:40:52.619 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][dc7a12a7-2ec4-417a-9d1b-f3c09ff2e1b3] socks connection closed\n2025-08-03 16:40:52.625 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][033d306f-2d5e-47ee-b0e5-0a46d9979a75] socks connection closed\n2025-08-03 16:40:52.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.643 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c422d0ad-d9f6-4178-877c-a2a24dd77274] local connection closed\n2025-08-03 16:40:52.653 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c422d0ad-d9f6-4178-877c-a2a24dd77274] socks connection closed\n2025-08-03 16:40:52.655 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53126 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:40:52.660 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53128 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:52.683 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5afec91b-e078-4763-ad74-eac3d5a87475] resuming socket\n2025-08-03 16:40:52.683 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5afec91b-e078-4763-ad74-eac3d5a87475] socks forwarding established\n2025-08-03 16:40:52.692 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53130 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:52.731 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5afec91b-e078-4763-ad74-eac3d5a87475] local connection closed\n2025-08-03 16:40:52.741 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5afec91b-e078-4763-ad74-eac3d5a87475] socks connection closed\n2025-08-03 16:40:52.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.777 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53132 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:52.793 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a170581f-4a17-4614-9ba6-8f6688573faa] resuming socket\n2025-08-03 16:40:52.793 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a170581f-4a17-4614-9ba6-8f6688573faa] socks forwarding established\n2025-08-03 16:40:52.843 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a170581f-4a17-4614-9ba6-8f6688573faa] local connection closed\n2025-08-03 16:40:52.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.850 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a170581f-4a17-4614-9ba6-8f6688573faa] socks connection closed\n2025-08-03 16:40:52.888 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53134 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:52.893 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8284e895-950c-483c-8f0b-5d8455591f1b] resuming socket\n2025-08-03 16:40:52.893 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8284e895-950c-483c-8f0b-5d8455591f1b] socks forwarding established\n2025-08-03 16:40:52.941 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8284e895-950c-483c-8f0b-5d8455591f1b] local connection closed\n2025-08-03 16:40:52.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.949 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:40:52.949 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:52.950 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8284e895-950c-483c-8f0b-5d8455591f1b] socks connection closed\n2025-08-03 16:40:52.987 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53136 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:52.993 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2ae108aa-32dd-41a1-8ae2-1a241ef3dede] resuming socket\n2025-08-03 16:40:52.993 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2ae108aa-32dd-41a1-8ae2-1a241ef3dede] socks forwarding established\n2025-08-03 16:40:52.995 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ad36145b-bd10-492e-947d-a69b0efdec4e] resuming socket\n2025-08-03 16:40:52.995 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ad36145b-bd10-492e-947d-a69b0efdec4e] socks forwarding established\n2025-08-03 16:40:53.063 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2ae108aa-32dd-41a1-8ae2-1a241ef3dede] local connection closed\n2025-08-03 16:40:53.068 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2ae108aa-32dd-41a1-8ae2-1a241ef3dede] socks connection closed\n2025-08-03 16:40:53.115 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53138 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:53.121 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ad36145b-bd10-492e-947d-a69b0efdec4e] local connection closed\n2025-08-03 16:40:53.126 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ad36145b-bd10-492e-947d-a69b0efdec4e] socks connection closed\n2025-08-03 16:40:53.168 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53140 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:53.334 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:53.382 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c042d536-60ab-4b46-9a94-a371342646b7] resuming socket\n2025-08-03 16:40:53.382 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c042d536-60ab-4b46-9a94-a371342646b7] socks forwarding established\n2025-08-03 16:40:54.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.313 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2e27e5d7-8220-4563-b009-d5f5406e264a] resuming socket\n2025-08-03 16:40:54.313 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2e27e5d7-8220-4563-b009-d5f5406e264a] socks forwarding established\n2025-08-03 16:40:54.511 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2e27e5d7-8220-4563-b009-d5f5406e264a] socks connection closed\n2025-08-03 16:40:54.511 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2e27e5d7-8220-4563-b009-d5f5406e264a] local connection closed\n2025-08-03 16:40:54.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.561 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53145 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:54.575 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7605c98b-e86b-4092-ad07-1a7bfd9102e9] resuming socket\n2025-08-03 16:40:54.576 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7605c98b-e86b-4092-ad07-1a7bfd9102e9] socks forwarding established\n2025-08-03 16:40:54.625 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7605c98b-e86b-4092-ad07-1a7bfd9102e9] local connection closed\n2025-08-03 16:40:54.633 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7605c98b-e86b-4092-ad07-1a7bfd9102e9] socks connection closed\n2025-08-03 16:40:54.672 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53147 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:54.775 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.824 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][05bf2d6d-688a-4d2a-908f-3683f895e5fa] resuming socket\n2025-08-03 16:40:54.824 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][05bf2d6d-688a-4d2a-908f-3683f895e5fa] socks forwarding established\n2025-08-03 16:40:54.829 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8a4a3ebb-0f07-4b57-b712-c07394968c41] resuming socket\n2025-08-03 16:40:54.829 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8a4a3ebb-0f07-4b57-b712-c07394968c41] socks forwarding established\n2025-08-03 16:40:54.841 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][be7ba148-ca7b-43d5-932b-5e879600a5b2] resuming socket\n2025-08-03 16:40:54.841 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][be7ba148-ca7b-43d5-932b-5e879600a5b2] socks forwarding established\n2025-08-03 16:40:54.841 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6fbd0d23-8e43-4d9b-ae9c-a96e768827ef] resuming socket\n2025-08-03 16:40:54.841 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6fbd0d23-8e43-4d9b-ae9c-a96e768827ef] socks forwarding established\n2025-08-03 16:40:54.841 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b49cd2bc-5f28-4562-adfa-304570e89329] resuming socket\n2025-08-03 16:40:54.841 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b49cd2bc-5f28-4562-adfa-304570e89329] socks forwarding established\n2025-08-03 16:40:54.872 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][05bf2d6d-688a-4d2a-908f-3683f895e5fa] local connection closed\n2025-08-03 16:40:54.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.879 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8a4a3ebb-0f07-4b57-b712-c07394968c41] local connection closed\n2025-08-03 16:40:54.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.880 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][05bf2d6d-688a-4d2a-908f-3683f895e5fa] socks connection closed\n2025-08-03 16:40:54.887 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8a4a3ebb-0f07-4b57-b712-c07394968c41] socks connection closed\n2025-08-03 16:40:54.891 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][be7ba148-ca7b-43d5-932b-5e879600a5b2] local connection closed\n2025-08-03 16:40:54.892 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b49cd2bc-5f28-4562-adfa-304570e89329] local connection closed\n2025-08-03 16:40:54.892 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6fbd0d23-8e43-4d9b-ae9c-a96e768827ef] local connection closed\n2025-08-03 16:40:54.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 14: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:54.900 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][be7ba148-ca7b-43d5-932b-5e879600a5b2] socks connection closed\n2025-08-03 16:40:54.900 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6fbd0d23-8e43-4d9b-ae9c-a96e768827ef] socks connection closed\n2025-08-03 16:40:54.902 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b49cd2bc-5f28-4562-adfa-304570e89329] socks connection closed\n2025-08-03 16:40:54.919 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53149 to 127.0.0.1 port 50402, nchannels 15\n\n2025-08-03 16:40:54.919 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b7d44be1-3865-4ddd-8ba4-51d70bb911af] resuming socket\n2025-08-03 16:40:54.919 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b7d44be1-3865-4ddd-8ba4-51d70bb911af] socks forwarding established\n2025-08-03 16:40:54.923 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53151 to 127.0.0.1 port 50402, nchannels 14\n\n2025-08-03 16:40:54.932 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26e81de8-4a5a-4287-acba-06f4642a59d8] resuming socket\n2025-08-03 16:40:54.932 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26e81de8-4a5a-4287-acba-06f4642a59d8] socks forwarding established\n2025-08-03 16:40:54.938 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53154 to 127.0.0.1 port 50402, nchannels 13\ndebug1: channel 9: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53156 to 127.0.0.1 port 50402, nchannels 12\ndebug1: channel 10: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53157 to 127.0.0.1 port 50402, nchannels 11\n\n2025-08-03 16:40:54.938 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][eef7643a-c798-439a-8380-6e605ca24a3b] resuming socket\n2025-08-03 16:40:54.938 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][eef7643a-c798-439a-8380-6e605ca24a3b] socks forwarding established\n2025-08-03 16:40:54.942 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f2906e54-b09c-481e-a59b-13e3bcf153e9] resuming socket\n2025-08-03 16:40:54.943 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f2906e54-b09c-481e-a59b-13e3bcf153e9] socks forwarding established\n2025-08-03 16:40:54.966 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b7d44be1-3865-4ddd-8ba4-51d70bb911af] local connection closed\n2025-08-03 16:40:54.977 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b7d44be1-3865-4ddd-8ba4-51d70bb911af] socks connection closed\n2025-08-03 16:40:54.981 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26e81de8-4a5a-4287-acba-06f4642a59d8] local connection closed\n2025-08-03 16:40:54.985 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][eef7643a-c798-439a-8380-6e605ca24a3b] local connection closed\n2025-08-03 16:40:54.992 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26e81de8-4a5a-4287-acba-06f4642a59d8] socks connection closed\n2025-08-03 16:40:54.992 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f2906e54-b09c-481e-a59b-13e3bcf153e9] local connection closed\n2025-08-03 16:40:54.993 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][eef7643a-c798-439a-8380-6e605ca24a3b] socks connection closed\n2025-08-03 16:40:55.002 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f2906e54-b09c-481e-a59b-13e3bcf153e9] socks connection closed\n2025-08-03 16:40:55.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:55.012 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53159 to 127.0.0.1 port 50402, nchannels 11\n\n2025-08-03 16:40:55.028 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53161 to 127.0.0.1 port 50402, nchannels 10\n\n2025-08-03 16:40:55.032 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53163 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:40:55.039 [info] (ssh_tunnel) stderr: debug1: channel 14: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53165 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:55.057 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][77c21184-2891-4191-9ca4-ff2a79806d40] resuming socket\n2025-08-03 16:40:55.057 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][77c21184-2891-4191-9ca4-ff2a79806d40] socks forwarding established\n2025-08-03 16:40:55.106 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][77c21184-2891-4191-9ca4-ff2a79806d40] local connection closed\n2025-08-03 16:40:55.113 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][77c21184-2891-4191-9ca4-ff2a79806d40] socks connection closed\n2025-08-03 16:40:55.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:55.155 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53167 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:55.161 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e896abf2-de41-406a-849d-726aa35d8b51] resuming socket\n2025-08-03 16:40:55.162 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e896abf2-de41-406a-849d-726aa35d8b51] socks forwarding established\n2025-08-03 16:40:55.212 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e896abf2-de41-406a-849d-726aa35d8b51] local connection closed\n2025-08-03 16:40:55.220 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e896abf2-de41-406a-849d-726aa35d8b51] socks connection closed\n2025-08-03 16:40:55.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:55.259 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53169 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:55.267 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][29fa710c-fdde-4c99-9969-7f05fe8ea2e0] resuming socket\n2025-08-03 16:40:55.267 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][29fa710c-fdde-4c99-9969-7f05fe8ea2e0] socks forwarding established\n2025-08-03 16:40:55.295 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][29fa710c-fdde-4c99-9969-7f05fe8ea2e0] local connection closed\n2025-08-03 16:40:55.340 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53171 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:56.521 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c042d536-60ab-4b46-9a94-a371342646b7] socks connection closed\n2025-08-03 16:40:56.521 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c042d536-60ab-4b46-9a94-a371342646b7] local connection closed\n2025-08-03 16:40:56.569 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53143 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:40:56.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:56.833 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06eb7f4f-4940-4cfb-b856-cc5070183887] resuming socket\n2025-08-03 16:40:56.833 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06eb7f4f-4940-4cfb-b856-cc5070183887] socks forwarding established\n2025-08-03 16:40:56.884 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06eb7f4f-4940-4cfb-b856-cc5070183887] local connection closed\n2025-08-03 16:40:56.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:56.895 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06eb7f4f-4940-4cfb-b856-cc5070183887] socks connection closed\n2025-08-03 16:40:56.931 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53173 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:56.941 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f52480e-622c-43eb-8a07-bb50b8d663a9] resuming socket\n2025-08-03 16:40:56.941 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f52480e-622c-43eb-8a07-bb50b8d663a9] socks forwarding established\n2025-08-03 16:40:57.030 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f52480e-622c-43eb-8a07-bb50b8d663a9] local connection closed\n2025-08-03 16:40:57.041 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f52480e-622c-43eb-8a07-bb50b8d663a9] socks connection closed\n2025-08-03 16:40:57.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:57.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:57.076 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53175 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:57.110 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][65558548-37f2-4154-8199-1e87419a23ba] resuming socket\n2025-08-03 16:40:57.110 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][65558548-37f2-4154-8199-1e87419a23ba] socks forwarding established\n2025-08-03 16:40:57.121 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c02b09c4-02d2-40cc-b0eb-56483e9df21d] resuming socket\n2025-08-03 16:40:57.121 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c02b09c4-02d2-40cc-b0eb-56483e9df21d] socks forwarding established\n2025-08-03 16:40:57.160 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][65558548-37f2-4154-8199-1e87419a23ba] local connection closed\n2025-08-03 16:40:57.168 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][65558548-37f2-4154-8199-1e87419a23ba] socks connection closed\n2025-08-03 16:40:57.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:40:57.176 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c02b09c4-02d2-40cc-b0eb-56483e9df21d] local connection closed\n2025-08-03 16:40:57.180 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c02b09c4-02d2-40cc-b0eb-56483e9df21d] socks connection closed\n2025-08-03 16:40:57.211 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53177 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:40:57.221 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53179 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:40:57.221 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9063549e-3404-440c-a9e6-b0afa39272ea] resuming socket\n2025-08-03 16:40:57.221 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9063549e-3404-440c-a9e6-b0afa39272ea] socks forwarding established\n2025-08-03 16:40:57.379 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9063549e-3404-440c-a9e6-b0afa39272ea] local connection closed\n2025-08-03 16:40:57.391 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9063549e-3404-440c-a9e6-b0afa39272ea] socks connection closed\n2025-08-03 16:40:57.424 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53181 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:41:39.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:41:39.490 [info] [command][476eb4da-f160-449a-b61a-b2e39593796c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""476eb4da-f160-449a-b61a-b2e39593796c""}\n2025-08-03 16:41:39.491 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][cd9a098f-1b24-4086-a472-45fd1c507d08] received connection request\n2025-08-03 16:41:39.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:41:39.491 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:41:39.542 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][cd9a098f-1b24-4086-a472-45fd1c507d08] socks forwarding established\n2025-08-03 16:41:39.592 [info] [command][476eb4da-f160-449a-b61a-b2e39593796c] Process exited with code 0\n2025-08-03 16:41:39.592 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][cd9a098f-1b24-4086-a472-45fd1c507d08] socks connection closed\n2025-08-03 16:41:39.592 [info] [command][476eb4da-f160-449a-b61a-b2e39593796c] Socket close event received\n2025-08-03 16:41:39.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53260 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:42:01.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:42:01.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5bb2be5-90c7-409c-8064-77f9558884a7] resuming socket\n2025-08-03 16:42:01.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5bb2be5-90c7-409c-8064-77f9558884a7] socks forwarding established\n2025-08-03 16:42:01.294 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5bb2be5-90c7-409c-8064-77f9558884a7] local connection closed\n2025-08-03 16:42:01.302 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5bb2be5-90c7-409c-8064-77f9558884a7] socks connection closed\n2025-08-03 16:42:01.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:42:01.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53283 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:42:01.393 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7ab9e27e-1315-4418-82c4-90411056449c] resuming socket\n2025-08-03 16:42:01.393 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7ab9e27e-1315-4418-82c4-90411056449c] socks forwarding established\n2025-08-03 16:42:01.450 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7ab9e27e-1315-4418-82c4-90411056449c] local connection closed\n2025-08-03 16:42:01.457 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7ab9e27e-1315-4418-82c4-90411056449c] socks connection closed\n2025-08-03 16:42:01.496 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53285 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:42:39.596 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:42:39.598 [info] [command][23216b96-4308-47f7-bb6c-bb7ba2a7c9a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""23216b96-4308-47f7-bb6c-bb7ba2a7c9a9""}\n2025-08-03 16:42:39.599 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5e40c88d-64c6-41b3-9ad6-658743e187c3] received connection request\n2025-08-03 16:42:39.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:42:39.650 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5e40c88d-64c6-41b3-9ad6-658743e187c3] socks forwarding established\n2025-08-03 16:42:39.701 [info] [command][23216b96-4308-47f7-bb6c-bb7ba2a7c9a9] Process exited with code 0\n2025-08-03 16:42:39.702 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5e40c88d-64c6-41b3-9ad6-658743e187c3] socks connection closed\n2025-08-03 16:42:39.702 [info] [command][23216b96-4308-47f7-bb6c-bb7ba2a7c9a9] Socket close event received\n2025-08-03 16:42:39.748 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53301 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:43:39.702 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:43:39.703 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b15d0761-c8d4-40c5-8072-a6aad1d2fb83] received connection request\n2025-08-03 16:43:39.703 [info] [command][6b035b3e-658d-4e12-93a9-1ffb2f6c8ce0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6b035b3e-658d-4e12-93a9-1ffb2f6c8ce0""}\n2025-08-03 16:43:39.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:43:39.751 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b15d0761-c8d4-40c5-8072-a6aad1d2fb83] socks forwarding established\n2025-08-03 16:43:39.805 [info] [command][6b035b3e-658d-4e12-93a9-1ffb2f6c8ce0] Process exited with code 0\n2025-08-03 16:43:39.805 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b15d0761-c8d4-40c5-8072-a6aad1d2fb83] socks connection closed\n2025-08-03 16:43:39.805 [info] [command][6b035b3e-658d-4e12-93a9-1ffb2f6c8ce0] Socket close event received\n2025-08-03 16:43:39.853 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53315 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:43:56.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:43:56.201 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f07d825-d706-4917-9b20-e6b97862915e] resuming socket\n2025-08-03 16:43:56.201 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f07d825-d706-4917-9b20-e6b97862915e] socks forwarding established\n2025-08-03 16:43:56.253 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f07d825-d706-4917-9b20-e6b97862915e] local connection closed\n2025-08-03 16:43:56.258 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f07d825-d706-4917-9b20-e6b97862915e] socks connection closed\n2025-08-03 16:43:56.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:43:56.298 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53320 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:43:56.310 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16f49939-b386-48c9-9af7-f124d0d016e6] resuming socket\n2025-08-03 16:43:56.310 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16f49939-b386-48c9-9af7-f124d0d016e6] socks forwarding established\n2025-08-03 16:43:56.362 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16f49939-b386-48c9-9af7-f124d0d016e6] local connection closed\n2025-08-03 16:43:56.370 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16f49939-b386-48c9-9af7-f124d0d016e6] socks connection closed\n2025-08-03 16:43:56.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:43:56.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:43:56.408 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53322 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:43:56.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2d181bc8-cb13-4f97-b4b0-d38ad673ca04] resuming socket\n2025-08-03 16:43:56.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2d181bc8-cb13-4f97-b4b0-d38ad673ca04] socks forwarding established\n2025-08-03 16:43:56.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e03212a4-84f0-4182-a42b-68f939e70e1b] resuming socket\n2025-08-03 16:43:56.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e03212a4-84f0-4182-a42b-68f939e70e1b] socks forwarding established\n2025-08-03 16:43:56.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][220440b1-d6dd-4ff8-a7d1-2c764bf10f23] resuming socket\n2025-08-03 16:43:56.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][220440b1-d6dd-4ff8-a7d1-2c764bf10f23] socks forwarding established\n2025-08-03 16:43:56.493 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e03212a4-84f0-4182-a42b-68f939e70e1b] local connection closed\n2025-08-03 16:43:56.498 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2d181bc8-cb13-4f97-b4b0-d38ad673ca04] local connection closed\n2025-08-03 16:43:56.499 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][220440b1-d6dd-4ff8-a7d1-2c764bf10f23] local connection closed\n2025-08-03 16:43:56.524 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e03212a4-84f0-4182-a42b-68f939e70e1b] socks connection closed\n2025-08-03 16:43:56.524 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2d181bc8-cb13-4f97-b4b0-d38ad673ca04] socks connection closed\n2025-08-03 16:43:56.525 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][220440b1-d6dd-4ff8-a7d1-2c764bf10f23] socks connection closed\n2025-08-03 16:43:56.541 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53327 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:43:56.550 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53326 to 127.0.0.1 port 50402, nchannels 7\ndebug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53328 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:44:21.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:44:21.449 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b081a2d0-a714-4573-9c7b-dc2623bdb191] resuming socket\n2025-08-03 16:44:21.449 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b081a2d0-a714-4573-9c7b-dc2623bdb191] socks forwarding established\n2025-08-03 16:44:21.512 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b081a2d0-a714-4573-9c7b-dc2623bdb191] local connection closed\n2025-08-03 16:44:21.520 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b081a2d0-a714-4573-9c7b-dc2623bdb191] socks connection closed\n2025-08-03 16:44:21.560 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53341 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:44:39.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:44:39.813 [info] [command][8a88b83e-8022-4f2c-ba1e-bec0402f759e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""8a88b83e-8022-4f2c-ba1e-bec0402f759e""}\n2025-08-03 16:44:39.814 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][0bd48b43-74e7-4f62-a088-9db3cc7ba7f4] received connection request\n2025-08-03 16:44:39.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:44:39.869 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0bd48b43-74e7-4f62-a088-9db3cc7ba7f4] socks forwarding established\n2025-08-03 16:44:39.922 [info] [command][8a88b83e-8022-4f2c-ba1e-bec0402f759e] Process exited with code 0\n2025-08-03 16:44:39.922 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0bd48b43-74e7-4f62-a088-9db3cc7ba7f4] socks connection closed\n2025-08-03 16:44:39.922 [info] [command][8a88b83e-8022-4f2c-ba1e-bec0402f759e] Socket close event received\n2025-08-03 16:44:39.968 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53368 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:45:39.926 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:45:39.929 [info] [command][e9f1f749-1dca-4754-93e4-c9c355a1e1c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""e9f1f749-1dca-4754-93e4-c9c355a1e1c7""}\n2025-08-03 16:45:39.929 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a2b3d7b1-76be-4f38-a05f-3b6e78cc58aa] received connection request\n2025-08-03 16:45:39.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:45:39.984 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a2b3d7b1-76be-4f38-a05f-3b6e78cc58aa] socks forwarding established\n2025-08-03 16:45:40.036 [info] [command][e9f1f749-1dca-4754-93e4-c9c355a1e1c7] Process exited with code 0\n2025-08-03 16:45:40.037 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a2b3d7b1-76be-4f38-a05f-3b6e78cc58aa] socks connection closed\n2025-08-03 16:45:40.037 [info] [command][e9f1f749-1dca-4754-93e4-c9c355a1e1c7] Socket close event received\n2025-08-03 16:45:40.088 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53382 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:46:40.042 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:46:40.043 [info] [command][7364b2ee-8396-4da6-a992-56e1bb513fea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7364b2ee-8396-4da6-a992-56e1bb513fea""}\n2025-08-03 16:46:40.044 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8053b20a-3b00-413c-a9c6-ae26d4d75ed1] received connection request\n2025-08-03 16:46:40.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:46:40.044 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:46:40.093 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8053b20a-3b00-413c-a9c6-ae26d4d75ed1] socks forwarding established\n2025-08-03 16:46:40.144 [info] [command][7364b2ee-8396-4da6-a992-56e1bb513fea] Process exited with code 0\n2025-08-03 16:46:40.145 [info] [command][7364b2ee-8396-4da6-a992-56e1bb513fea] Socket close event received\n2025-08-03 16:46:40.145 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8053b20a-3b00-413c-a9c6-ae26d4d75ed1] socks connection closed\n2025-08-03 16:46:40.196 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53431 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:47:16.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:47:16.696 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:16.743 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8fe2e863-4931-40e2-86d3-f5b4bf063491] resuming socket\n2025-08-03 16:47:16.743 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8fe2e863-4931-40e2-86d3-f5b4bf063491] socks forwarding established\n2025-08-03 16:47:17.047 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8fe2e863-4931-40e2-86d3-f5b4bf063491] socks connection closed\n2025-08-03 16:47:17.047 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8fe2e863-4931-40e2-86d3-f5b4bf063491] local connection closed\n2025-08-03 16:47:17.093 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53444 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:47:17.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.370 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][abc04cc5-cb32-4dd8-9fbc-bcbf7b3718e0] resuming socket\n2025-08-03 16:47:17.370 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][abc04cc5-cb32-4dd8-9fbc-bcbf7b3718e0] socks forwarding established\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8ecd03fa-3340-4f36-8420-b1edbf77a121] resuming socket\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8ecd03fa-3340-4f36-8420-b1edbf77a121] socks forwarding established\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a6dbbaaa-812d-442a-aa60-45fd732ce66b] resuming socket\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a6dbbaaa-812d-442a-aa60-45fd732ce66b] socks forwarding established\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b3ced972-f4e4-41a9-9dba-f524ac7853ed] resuming socket\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b3ced972-f4e4-41a9-9dba-f524ac7853ed] socks forwarding established\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d7b7e353-7d2c-43c3-9608-5814d44faf3e] resuming socket\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d7b7e353-7d2c-43c3-9608-5814d44faf3e] socks forwarding established\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9efa6429-9d7d-4cdc-a5b4-fe5f2bf2249d] resuming socket\n2025-08-03 16:47:17.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9efa6429-9d7d-4cdc-a5b4-fe5f2bf2249d] socks forwarding established\n2025-08-03 16:47:17.423 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][abc04cc5-cb32-4dd8-9fbc-bcbf7b3718e0] local connection closed\n2025-08-03 16:47:17.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.427 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][abc04cc5-cb32-4dd8-9fbc-bcbf7b3718e0] socks connection closed\n2025-08-03 16:47:17.448 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b3ced972-f4e4-41a9-9dba-f524ac7853ed] local connection closed\n2025-08-03 16:47:17.448 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9efa6429-9d7d-4cdc-a5b4-fe5f2bf2249d] local connection closed\n2025-08-03 16:47:17.448 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d7b7e353-7d2c-43c3-9608-5814d44faf3e] local connection closed\n2025-08-03 16:47:17.450 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8ecd03fa-3340-4f36-8420-b1edbf77a121] local connection closed\n2025-08-03 16:47:17.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.456 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b3ced972-f4e4-41a9-9dba-f524ac7853ed] socks connection closed\n2025-08-03 16:47:17.456 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d7b7e353-7d2c-43c3-9608-5814d44faf3e] socks connection closed\n2025-08-03 16:47:17.456 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9efa6429-9d7d-4cdc-a5b4-fe5f2bf2249d] socks connection closed\n2025-08-03 16:47:17.460 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8ecd03fa-3340-4f36-8420-b1edbf77a121] socks connection closed\n2025-08-03 16:47:17.467 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53446 to 127.0.0.1 port 50402, nchannels 13\n\n2025-08-03 16:47:17.469 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c07c1e32-daad-4172-b80a-b960e1675784] resuming socket\n2025-08-03 16:47:17.469 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c07c1e32-daad-4172-b80a-b960e1675784] socks forwarding established\n2025-08-03 16:47:17.487 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a6dbbaaa-812d-442a-aa60-45fd732ce66b] local connection closed\n2025-08-03 16:47:17.492 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53452 to 127.0.0.1 port 50402, nchannels 12\ndebug1: channel 9: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53455 to 127.0.0.1 port 50402, nchannels 11\ndebug1: channel 10: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53456 to 127.0.0.1 port 50402, nchannels 10\n\n2025-08-03 16:47:17.495 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53449 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:47:17.495 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a6dbbaaa-812d-442a-aa60-45fd732ce66b] socks connection closed\n2025-08-03 16:47:17.499 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa50bb8d-de9b-4330-b905-8a2b236b9bf2] resuming socket\n2025-08-03 16:47:17.499 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa50bb8d-de9b-4330-b905-8a2b236b9bf2] socks forwarding established\n2025-08-03 16:47:17.517 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c07c1e32-daad-4172-b80a-b960e1675784] local connection closed\n2025-08-03 16:47:17.529 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c07c1e32-daad-4172-b80a-b960e1675784] socks connection closed\n2025-08-03 16:47:17.533 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53450 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:47:17.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.550 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa50bb8d-de9b-4330-b905-8a2b236b9bf2] local connection closed\n2025-08-03 16:47:17.561 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa50bb8d-de9b-4330-b905-8a2b236b9bf2] socks connection closed\n2025-08-03 16:47:17.563 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53458 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:47:17.591 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0099bcd0-9eb1-4853-926e-ee562d17a6a1] resuming socket\n2025-08-03 16:47:17.591 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0099bcd0-9eb1-4853-926e-ee562d17a6a1] socks forwarding established\n2025-08-03 16:47:17.597 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53460 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:17.643 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0099bcd0-9eb1-4853-926e-ee562d17a6a1] local connection closed\n2025-08-03 16:47:17.648 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0099bcd0-9eb1-4853-926e-ee562d17a6a1] socks connection closed\n2025-08-03 16:47:17.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.693 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53462 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:17.700 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9187a68e-fcce-495b-8662-a26fbff3b5d8] resuming socket\n2025-08-03 16:47:17.700 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9187a68e-fcce-495b-8662-a26fbff3b5d8] socks forwarding established\n2025-08-03 16:47:17.750 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9187a68e-fcce-495b-8662-a26fbff3b5d8] local connection closed\n2025-08-03 16:47:17.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.757 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9187a68e-fcce-495b-8662-a26fbff3b5d8] socks connection closed\n2025-08-03 16:47:17.796 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53464 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:17.800 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][476daaac-7a1d-4c18-bd46-34f7e1047f1b] resuming socket\n2025-08-03 16:47:17.800 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][476daaac-7a1d-4c18-bd46-34f7e1047f1b] socks forwarding established\n2025-08-03 16:47:17.853 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][476daaac-7a1d-4c18-bd46-34f7e1047f1b] local connection closed\n2025-08-03 16:47:17.862 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][476daaac-7a1d-4c18-bd46-34f7e1047f1b] socks connection closed\n2025-08-03 16:47:17.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:17.901 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53466 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:47:17.913 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a2e1d0e-1411-4d20-b6fe-80fcd01959c7] resuming socket\n2025-08-03 16:47:17.913 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a2e1d0e-1411-4d20-b6fe-80fcd01959c7] socks forwarding established\n2025-08-03 16:47:17.913 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][561d540b-a9dd-4d9b-bee2-c6c05fe3e5bf] resuming socket\n2025-08-03 16:47:17.913 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][561d540b-a9dd-4d9b-bee2-c6c05fe3e5bf] socks forwarding established\n2025-08-03 16:47:17.976 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a2e1d0e-1411-4d20-b6fe-80fcd01959c7] local connection closed\n2025-08-03 16:47:17.984 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a2e1d0e-1411-4d20-b6fe-80fcd01959c7] socks connection closed\n2025-08-03 16:47:18.023 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53469 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:18.031 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][561d540b-a9dd-4d9b-bee2-c6c05fe3e5bf] local connection closed\n2025-08-03 16:47:18.038 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][561d540b-a9dd-4d9b-bee2-c6c05fe3e5bf] socks connection closed\n2025-08-03 16:47:18.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:18.079 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53470 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:18.108 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f43d31e7-040b-41e6-8d99-612a9196436a] resuming socket\n2025-08-03 16:47:18.108 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f43d31e7-040b-41e6-8d99-612a9196436a] socks forwarding established\n2025-08-03 16:47:21.678 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f43d31e7-040b-41e6-8d99-612a9196436a] socks connection closed\n2025-08-03 16:47:21.678 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f43d31e7-040b-41e6-8d99-612a9196436a] local connection closed\n2025-08-03 16:47:21.765 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53472 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:47:21.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:22.024 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0485c61a-b0a2-4fdb-aa8b-27a8a24a2e18] resuming socket\n2025-08-03 16:47:22.024 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0485c61a-b0a2-4fdb-aa8b-27a8a24a2e18] socks forwarding established\n2025-08-03 16:47:22.079 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0485c61a-b0a2-4fdb-aa8b-27a8a24a2e18] local connection closed\n2025-08-03 16:47:22.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:47:22.085 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:22.088 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0485c61a-b0a2-4fdb-aa8b-27a8a24a2e18] socks connection closed\n2025-08-03 16:47:22.125 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53478 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:22.131 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][61bb01ce-4209-43de-b3ca-ac07ad37c7dc] resuming socket\n2025-08-03 16:47:22.131 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][61bb01ce-4209-43de-b3ca-ac07ad37c7dc] socks forwarding established\n2025-08-03 16:47:22.189 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][61bb01ce-4209-43de-b3ca-ac07ad37c7dc] local connection closed\n2025-08-03 16:47:22.197 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][61bb01ce-4209-43de-b3ca-ac07ad37c7dc] socks connection closed\n2025-08-03 16:47:22.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:22.235 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53480 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:22.264 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2acf10da-5206-4c01-8fa8-8fa509199bc0] resuming socket\n2025-08-03 16:47:22.264 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2acf10da-5206-4c01-8fa8-8fa509199bc0] socks forwarding established\n2025-08-03 16:47:22.313 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2acf10da-5206-4c01-8fa8-8fa509199bc0] local connection closed\n2025-08-03 16:47:22.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:22.323 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2acf10da-5206-4c01-8fa8-8fa509199bc0] socks connection closed\n2025-08-03 16:47:22.362 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53482 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:22.363 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27a24aad-f101-4541-a70a-6fcffbe59931] resuming socket\n2025-08-03 16:47:22.363 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27a24aad-f101-4541-a70a-6fcffbe59931] socks forwarding established\n2025-08-03 16:47:22.413 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27a24aad-f101-4541-a70a-6fcffbe59931] local connection closed\n2025-08-03 16:47:22.421 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27a24aad-f101-4541-a70a-6fcffbe59931] socks connection closed\n2025-08-03 16:47:22.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:47:22.426 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:22.460 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53484 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:47:22.475 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][03bfef35-890b-4111-8324-98a0baf6ce94] resuming socket\n2025-08-03 16:47:22.475 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][03bfef35-890b-4111-8324-98a0baf6ce94] socks forwarding established\n2025-08-03 16:47:22.475 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f6a2fb7a-e7df-4443-821d-f18af6c9021b] resuming socket\n2025-08-03 16:47:22.475 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f6a2fb7a-e7df-4443-821d-f18af6c9021b] socks forwarding established\n2025-08-03 16:47:22.476 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a2274bf0-ddc7-46c7-8c75-820866da0899] resuming socket\n2025-08-03 16:47:22.476 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a2274bf0-ddc7-46c7-8c75-820866da0899] socks forwarding established\n2025-08-03 16:47:22.525 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f6a2fb7a-e7df-4443-821d-f18af6c9021b] local connection closed\n2025-08-03 16:47:22.530 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][03bfef35-890b-4111-8324-98a0baf6ce94] local connection closed\n2025-08-03 16:47:22.530 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a2274bf0-ddc7-46c7-8c75-820866da0899] local connection closed\n2025-08-03 16:47:22.532 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f6a2fb7a-e7df-4443-821d-f18af6c9021b] socks connection closed\n2025-08-03 16:47:22.538 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a2274bf0-ddc7-46c7-8c75-820866da0899] socks connection closed\n2025-08-03 16:47:22.538 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][03bfef35-890b-4111-8324-98a0baf6ce94] socks connection closed\n2025-08-03 16:47:22.570 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53489 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:47:22.579 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53487 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:47:22.580 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53490 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:47:33.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:33.780 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7a547b3e-1fdd-42fc-8ae1-6b32fd4c6520] resuming socket\n2025-08-03 16:47:33.780 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7a547b3e-1fdd-42fc-8ae1-6b32fd4c6520] socks forwarding established\n2025-08-03 16:47:33.897 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7a547b3e-1fdd-42fc-8ae1-6b32fd4c6520] socks connection closed\n2025-08-03 16:47:33.897 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7a547b3e-1fdd-42fc-8ae1-6b32fd4c6520] local connection closed\n2025-08-03 16:47:33.943 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53498 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:47:40.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:47:40.152 [info] [command][f4ce91c0-48ea-4a7a-8084-0a3ca60636d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f4ce91c0-48ea-4a7a-8084-0a3ca60636d1""}\n2025-08-03 16:47:40.152 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][781e66da-93e2-487a-8de5-2b3ba277a0e6] received connection request\n2025-08-03 16:47:40.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:47:40.206 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][781e66da-93e2-487a-8de5-2b3ba277a0e6] socks forwarding established\n2025-08-03 16:47:40.258 [info] [command][f4ce91c0-48ea-4a7a-8084-0a3ca60636d1] Process exited with code 0\n2025-08-03 16:47:40.259 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][781e66da-93e2-487a-8de5-2b3ba277a0e6] socks connection closed\n2025-08-03 16:47:40.259 [info] [command][f4ce91c0-48ea-4a7a-8084-0a3ca60636d1] Socket close event received\n2025-08-03 16:47:40.306 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53503 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:48:40.264 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:48:40.267 [info] [command][fda26a9f-2c5c-4c05-8ac3-b30bac273936] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""fda26a9f-2c5c-4c05-8ac3-b30bac273936""}\n2025-08-03 16:48:40.268 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][f942a328-b754-468e-ba32-c0c6ef947a0a] received connection request\n2025-08-03 16:48:40.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:48:40.321 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f942a328-b754-468e-ba32-c0c6ef947a0a] socks forwarding established\n2025-08-03 16:48:40.371 [info] [command][fda26a9f-2c5c-4c05-8ac3-b30bac273936] Process exited with code 0\n2025-08-03 16:48:40.371 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f942a328-b754-468e-ba32-c0c6ef947a0a] socks connection closed\n2025-08-03 16:48:40.371 [info] [command][fda26a9f-2c5c-4c05-8ac3-b30bac273936] Socket close event received\n2025-08-03 16:48:40.418 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53518 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:48:52.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:48:52.499 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5140ecca-15da-4db1-8000-f18948cb514f] resuming socket\n2025-08-03 16:48:52.499 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5140ecca-15da-4db1-8000-f18948cb514f] socks forwarding established\n2025-08-03 16:48:52.548 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5140ecca-15da-4db1-8000-f18948cb514f] local connection closed\n2025-08-03 16:48:52.559 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5140ecca-15da-4db1-8000-f18948cb514f] socks connection closed\n2025-08-03 16:48:52.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:48:52.594 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53520 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:48:52.613 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bbe4514e-fa9a-45d6-b876-f32ee2871b61] resuming socket\n2025-08-03 16:48:52.614 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bbe4514e-fa9a-45d6-b876-f32ee2871b61] socks forwarding established\n2025-08-03 16:48:52.664 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bbe4514e-fa9a-45d6-b876-f32ee2871b61] local connection closed\n2025-08-03 16:48:52.675 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bbe4514e-fa9a-45d6-b876-f32ee2871b61] socks connection closed\n2025-08-03 16:48:52.709 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53522 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:49:40.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:49:40.379 [info] [command][730a226e-1ad5-4a32-8a9c-1a64990d5465] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""730a226e-1ad5-4a32-8a9c-1a64990d5465""}\n2025-08-03 16:49:40.379 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][76c6f17d-3f12-437f-8217-2dd643f20ebd] received connection request\n2025-08-03 16:49:40.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:49:40.431 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][76c6f17d-3f12-437f-8217-2dd643f20ebd] socks forwarding established\n2025-08-03 16:49:40.483 [info] [command][730a226e-1ad5-4a32-8a9c-1a64990d5465] Process exited with code 0\n2025-08-03 16:49:40.484 [info] [command][730a226e-1ad5-4a32-8a9c-1a64990d5465] Socket close event received\n2025-08-03 16:49:40.484 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][76c6f17d-3f12-437f-8217-2dd643f20ebd] socks connection closed\n2025-08-03 16:49:40.531 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53557 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:49:50.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:49:50.911 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42bb3f6e-d7d2-43a5-bedc-47629097808b] resuming socket\n2025-08-03 16:49:50.911 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42bb3f6e-d7d2-43a5-bedc-47629097808b] socks forwarding established\n2025-08-03 16:49:50.961 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42bb3f6e-d7d2-43a5-bedc-47629097808b] local connection closed\n2025-08-03 16:49:50.971 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42bb3f6e-d7d2-43a5-bedc-47629097808b] socks connection closed\n2025-08-03 16:49:51.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:49:51.010 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53559 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:49:51.050 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][832ef962-babe-4412-bfac-e185dc5b4b4c] resuming socket\n2025-08-03 16:49:51.050 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][832ef962-babe-4412-bfac-e185dc5b4b4c] socks forwarding established\n2025-08-03 16:49:51.101 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][832ef962-babe-4412-bfac-e185dc5b4b4c] local connection closed\n2025-08-03 16:49:51.114 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][832ef962-babe-4412-bfac-e185dc5b4b4c] socks connection closed\n2025-08-03 16:49:51.148 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53561 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:50:33.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:33.512 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][97beac25-0932-4aa6-81fe-2584157a8c8b] resuming socket\n2025-08-03 16:50:33.512 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][97beac25-0932-4aa6-81fe-2584157a8c8b] socks forwarding established\n2025-08-03 16:50:33.563 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][97beac25-0932-4aa6-81fe-2584157a8c8b] local connection closed\n2025-08-03 16:50:33.570 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][97beac25-0932-4aa6-81fe-2584157a8c8b] socks connection closed\n2025-08-03 16:50:33.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:33.608 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53574 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:50:33.619 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][95a6f55b-b101-4bd9-9e81-50a103fd94fb] resuming socket\n2025-08-03 16:50:33.619 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][95a6f55b-b101-4bd9-9e81-50a103fd94fb] socks forwarding established\n2025-08-03 16:50:33.710 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][95a6f55b-b101-4bd9-9e81-50a103fd94fb] local connection closed\n2025-08-03 16:50:33.717 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][95a6f55b-b101-4bd9-9e81-50a103fd94fb] socks connection closed\n2025-08-03 16:50:33.754 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53576 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:50:39.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:39.963 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbf22dc9-4551-4dab-8fa8-359acf0258f8] resuming socket\n2025-08-03 16:50:39.963 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbf22dc9-4551-4dab-8fa8-359acf0258f8] socks forwarding established\n2025-08-03 16:50:40.010 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbf22dc9-4551-4dab-8fa8-359acf0258f8] local connection closed\n2025-08-03 16:50:40.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:40.019 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbf22dc9-4551-4dab-8fa8-359acf0258f8] socks connection closed\n2025-08-03 16:50:40.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53580 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:50:40.065 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f6ce8be-cbc8-4366-b9fc-49ead6a84234] resuming socket\n2025-08-03 16:50:40.065 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f6ce8be-cbc8-4366-b9fc-49ead6a84234] socks forwarding established\n2025-08-03 16:50:40.117 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f6ce8be-cbc8-4366-b9fc-49ead6a84234] local connection closed\n2025-08-03 16:50:40.126 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1f6ce8be-cbc8-4366-b9fc-49ead6a84234] socks connection closed\n2025-08-03 16:50:40.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:40.162 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53582 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:50:40.182 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e6c348b7-43cb-4427-97ce-6141b18d79ba] resuming socket\n2025-08-03 16:50:40.182 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e6c348b7-43cb-4427-97ce-6141b18d79ba] socks forwarding established\n2025-08-03 16:50:40.231 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e6c348b7-43cb-4427-97ce-6141b18d79ba] local connection closed\n2025-08-03 16:50:40.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:40.242 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e6c348b7-43cb-4427-97ce-6141b18d79ba] socks connection closed\n2025-08-03 16:50:40.276 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53584 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:50:40.282 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e97d0b83-4f18-486f-92d2-7d5e58e47732] resuming socket\n2025-08-03 16:50:40.282 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e97d0b83-4f18-486f-92d2-7d5e58e47732] socks forwarding established\n2025-08-03 16:50:40.335 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e97d0b83-4f18-486f-92d2-7d5e58e47732] local connection closed\n2025-08-03 16:50:40.346 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e97d0b83-4f18-486f-92d2-7d5e58e47732] socks connection closed\n2025-08-03 16:50:40.380 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53586 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:50:40.496 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:50:40.496 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d06a6dab-48a2-400b-91b5-8ab031f901d9] received connection request\n2025-08-03 16:50:40.497 [info] [command][44f70085-2201-4f9e-b48c-e920976180c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""44f70085-2201-4f9e-b48c-e920976180c8""}\n2025-08-03 16:50:40.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:40.547 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d06a6dab-48a2-400b-91b5-8ab031f901d9] socks forwarding established\n2025-08-03 16:50:40.597 [info] [command][44f70085-2201-4f9e-b48c-e920976180c8] Process exited with code 0\n2025-08-03 16:50:40.598 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d06a6dab-48a2-400b-91b5-8ab031f901d9] socks connection closed\n2025-08-03 16:50:40.598 [info] [command][44f70085-2201-4f9e-b48c-e920976180c8] Socket close event received\n2025-08-03 16:50:40.643 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53589 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:50:49.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:49.566 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][80fc11c3-6758-448e-a3ae-761f858af911] resuming socket\n2025-08-03 16:50:49.566 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][80fc11c3-6758-448e-a3ae-761f858af911] socks forwarding established\n2025-08-03 16:50:49.615 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][80fc11c3-6758-448e-a3ae-761f858af911] local connection closed\n2025-08-03 16:50:49.626 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][80fc11c3-6758-448e-a3ae-761f858af911] socks connection closed\n2025-08-03 16:50:49.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:50:49.663 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53592 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:50:49.681 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][581b268e-2366-4ae4-b6b3-3c06f689ab2d] resuming socket\n2025-08-03 16:50:49.681 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][581b268e-2366-4ae4-b6b3-3c06f689ab2d] socks forwarding established\n2025-08-03 16:50:49.681 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7f44fe27-a16a-4368-87ab-33eda78522d6] resuming socket\n2025-08-03 16:50:49.681 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7f44fe27-a16a-4368-87ab-33eda78522d6] socks forwarding established\n2025-08-03 16:50:49.733 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][581b268e-2366-4ae4-b6b3-3c06f689ab2d] local connection closed\n2025-08-03 16:50:49.733 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7f44fe27-a16a-4368-87ab-33eda78522d6] local connection closed\n2025-08-03 16:50:49.739 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7f44fe27-a16a-4368-87ab-33eda78522d6] socks connection closed\n2025-08-03 16:50:49.742 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][581b268e-2366-4ae4-b6b3-3c06f689ab2d] socks connection closed\n2025-08-03 16:50:49.778 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53595 to 127.0.0.1 port 50402, nchannels 7\ndebug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53596 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:51:40.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:51:40.601 [info] [command][7535e531-d9f6-47ab-83f8-86ba1432f672] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7535e531-d9f6-47ab-83f8-86ba1432f672""}\n2025-08-03 16:51:40.602 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ef20732c-d9d4-44ba-880d-57df6c6846bd] received connection request\n2025-08-03 16:51:40.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:51:40.651 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ef20732c-d9d4-44ba-880d-57df6c6846bd] socks forwarding established\n2025-08-03 16:51:40.702 [info] [command][7535e531-d9f6-47ab-83f8-86ba1432f672] Process exited with code 0\n2025-08-03 16:51:40.703 [info] [command][7535e531-d9f6-47ab-83f8-86ba1432f672] Socket close event received\n2025-08-03 16:51:40.703 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ef20732c-d9d4-44ba-880d-57df6c6846bd] socks connection closed\n2025-08-03 16:51:40.748 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53627 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:52:40.705 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:52:40.708 [info] [command][95ef4c7c-75d5-498f-804f-cbead6df0f64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""95ef4c7c-75d5-498f-804f-cbead6df0f64""}\n2025-08-03 16:52:40.709 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4bf10b5b-6263-4d4d-a10d-039786397509] received connection request\n2025-08-03 16:52:40.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:52:40.760 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4bf10b5b-6263-4d4d-a10d-039786397509] socks forwarding established\n2025-08-03 16:52:40.811 [info] [command][95ef4c7c-75d5-498f-804f-cbead6df0f64] Process exited with code 0\n2025-08-03 16:52:40.811 [info] [command][95ef4c7c-75d5-498f-804f-cbead6df0f64] Socket close event received\n2025-08-03 16:52:40.812 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4bf10b5b-6263-4d4d-a10d-039786397509] socks connection closed\n2025-08-03 16:52:40.860 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53646 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:53:40.816 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:53:40.819 [info] [command][6c1faca5-3a4b-4b21-a906-162752cc2486] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6c1faca5-3a4b-4b21-a906-162752cc2486""}\n2025-08-03 16:53:40.819 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5b3efbf3-7849-4da6-97ff-bcb3cdc5e065] received connection request\n2025-08-03 16:53:40.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:53:40.868 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5b3efbf3-7849-4da6-97ff-bcb3cdc5e065] socks forwarding established\n2025-08-03 16:53:40.920 [info] [command][6c1faca5-3a4b-4b21-a906-162752cc2486] Process exited with code 0\n2025-08-03 16:53:40.921 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5b3efbf3-7849-4da6-97ff-bcb3cdc5e065] socks connection closed\n2025-08-03 16:53:40.921 [info] [command][6c1faca5-3a4b-4b21-a906-162752cc2486] Socket close event received\n2025-08-03 16:53:40.970 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53663 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:54:03.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:03.623 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][74e92cb6-ff70-450b-841a-9ec26622e21d] resuming socket\n2025-08-03 16:54:03.623 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][74e92cb6-ff70-450b-841a-9ec26622e21d] socks forwarding established\n2025-08-03 16:54:03.912 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][74e92cb6-ff70-450b-841a-9ec26622e21d] socks connection closed\n2025-08-03 16:54:03.912 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][74e92cb6-ff70-450b-841a-9ec26622e21d] local connection closed\n2025-08-03 16:54:03.960 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53666 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:54:04.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:54:04.214 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.246 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5c1e94a-d713-4d4d-90ec-acba54400a03] resuming socket\n2025-08-03 16:54:04.246 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5c1e94a-d713-4d4d-90ec-acba54400a03] socks forwarding established\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6da1fbac-4900-438e-a49e-1e0cb09249ee] resuming socket\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6da1fbac-4900-438e-a49e-1e0cb09249ee] socks forwarding established\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][89a64d33-41ee-4e9b-9630-9cd85865858c] resuming socket\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][89a64d33-41ee-4e9b-9630-9cd85865858c] socks forwarding established\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa4c6e59-acfd-4c3d-9b43-a4b7a5fda828] resuming socket\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa4c6e59-acfd-4c3d-9b43-a4b7a5fda828] socks forwarding established\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2818e9ae-7838-4da7-9207-e68c9aa6bbcd] resuming socket\n2025-08-03 16:54:04.261 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2818e9ae-7838-4da7-9207-e68c9aa6bbcd] socks forwarding established\n2025-08-03 16:54:04.262 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9db8ef7c-91ff-45ac-9793-d5e4627a5d64] resuming socket\n2025-08-03 16:54:04.262 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9db8ef7c-91ff-45ac-9793-d5e4627a5d64] socks forwarding established\n2025-08-03 16:54:04.296 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5c1e94a-d713-4d4d-90ec-acba54400a03] local connection closed\n2025-08-03 16:54:04.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.306 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a5c1e94a-d713-4d4d-90ec-acba54400a03] socks connection closed\n2025-08-03 16:54:04.312 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2818e9ae-7838-4da7-9207-e68c9aa6bbcd] local connection closed\n2025-08-03 16:54:04.315 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa4c6e59-acfd-4c3d-9b43-a4b7a5fda828] local connection closed\n2025-08-03 16:54:04.315 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][89a64d33-41ee-4e9b-9630-9cd85865858c] local connection closed\n2025-08-03 16:54:04.316 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9db8ef7c-91ff-45ac-9793-d5e4627a5d64] local connection closed\n2025-08-03 16:54:04.316 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6da1fbac-4900-438e-a49e-1e0cb09249ee] local connection closed\n2025-08-03 16:54:04.326 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9db8ef7c-91ff-45ac-9793-d5e4627a5d64] socks connection closed\n2025-08-03 16:54:04.326 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][89a64d33-41ee-4e9b-9630-9cd85865858c] socks connection closed\n2025-08-03 16:54:04.326 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fa4c6e59-acfd-4c3d-9b43-a4b7a5fda828] socks connection closed\n2025-08-03 16:54:04.326 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2818e9ae-7838-4da7-9207-e68c9aa6bbcd] socks connection closed\n2025-08-03 16:54:04.327 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6da1fbac-4900-438e-a49e-1e0cb09249ee] socks connection closed\n2025-08-03 16:54:04.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53668 to 127.0.0.1 port 50402, nchannels 14\n\n2025-08-03 16:54:04.346 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16eed64c-03de-48a1-ac19-4b05456b4cf5] resuming socket\n2025-08-03 16:54:04.347 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16eed64c-03de-48a1-ac19-4b05456b4cf5] socks forwarding established\n2025-08-03 16:54:04.356 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53677 to 127.0.0.1 port 50402, nchannels 13\n\n2025-08-03 16:54:04.366 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53674 to 127.0.0.1 port 50402, nchannels 12\n\n2025-08-03 16:54:04.366 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53670 to 127.0.0.1 port 50402, nchannels 11\ndebug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53675 to 127.0.0.1 port 50402, nchannels 10\ndebug1: channel 10: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53678 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:54:04.382 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bc8c33d2-2e76-4e7d-a238-5a6856c2bb77] resuming socket\n2025-08-03 16:54:04.382 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bc8c33d2-2e76-4e7d-a238-5a6856c2bb77] socks forwarding established\n2025-08-03 16:54:04.391 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e68ed9a-ca23-4aca-8f52-44dce851da40] resuming socket\n2025-08-03 16:54:04.391 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e68ed9a-ca23-4aca-8f52-44dce851da40] socks forwarding established\n2025-08-03 16:54:04.395 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16eed64c-03de-48a1-ac19-4b05456b4cf5] local connection closed\n2025-08-03 16:54:04.405 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][16eed64c-03de-48a1-ac19-4b05456b4cf5] socks connection closed\n2025-08-03 16:54:04.429 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bc8c33d2-2e76-4e7d-a238-5a6856c2bb77] local connection closed\n2025-08-03 16:54:04.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.439 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bc8c33d2-2e76-4e7d-a238-5a6856c2bb77] socks connection closed\n2025-08-03 16:54:04.443 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53680 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 16:54:04.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e68ed9a-ca23-4aca-8f52-44dce851da40] local connection closed\n2025-08-03 16:54:04.453 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e68ed9a-ca23-4aca-8f52-44dce851da40] socks connection closed\n2025-08-03 16:54:04.476 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53682 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:54:04.480 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][58d49779-71d0-4feb-a53e-e3c09788c988] resuming socket\n2025-08-03 16:54:04.480 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][58d49779-71d0-4feb-a53e-e3c09788c988] socks forwarding established\n2025-08-03 16:54:04.492 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53684 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:04.528 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][58d49779-71d0-4feb-a53e-e3c09788c988] local connection closed\n2025-08-03 16:54:04.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.538 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][58d49779-71d0-4feb-a53e-e3c09788c988] socks connection closed\n2025-08-03 16:54:04.574 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53687 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:04.576 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8e96c07f-876e-40b3-b199-d525dcb8a104] resuming socket\n2025-08-03 16:54:04.576 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8e96c07f-876e-40b3-b199-d525dcb8a104] socks forwarding established\n2025-08-03 16:54:04.626 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8e96c07f-876e-40b3-b199-d525dcb8a104] local connection closed\n2025-08-03 16:54:04.632 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.636 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8e96c07f-876e-40b3-b199-d525dcb8a104] socks connection closed\n2025-08-03 16:54:04.670 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53689 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:54:04.682 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e0054f3-da26-46a0-b19d-d99fa041f848] resuming socket\n2025-08-03 16:54:04.682 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e0054f3-da26-46a0-b19d-d99fa041f848] socks forwarding established\n2025-08-03 16:54:04.682 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][25f7a27f-01b3-4c22-bda7-c038517e8ffb] resuming socket\n2025-08-03 16:54:04.682 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][25f7a27f-01b3-4c22-bda7-c038517e8ffb] socks forwarding established\n2025-08-03 16:54:04.745 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][25f7a27f-01b3-4c22-bda7-c038517e8ffb] local connection closed\n2025-08-03 16:54:04.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][25f7a27f-01b3-4c22-bda7-c038517e8ffb] socks connection closed\n2025-08-03 16:54:04.800 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53693 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:04.800 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e0054f3-da26-46a0-b19d-d99fa041f848] local connection closed\n2025-08-03 16:54:04.807 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1e0054f3-da26-46a0-b19d-d99fa041f848] socks connection closed\n2025-08-03 16:54:04.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:04.852 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53692 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:04.886 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][972da2f1-2acc-440c-b3d0-6eef91823372] resuming socket\n2025-08-03 16:54:04.886 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][972da2f1-2acc-440c-b3d0-6eef91823372] socks forwarding established\n2025-08-03 16:54:08.179 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][972da2f1-2acc-440c-b3d0-6eef91823372] socks connection closed\n2025-08-03 16:54:08.179 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][972da2f1-2acc-440c-b3d0-6eef91823372] local connection closed\n2025-08-03 16:54:08.230 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53695 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:54:08.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:08.507 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fcac312a-fd83-4a36-ab70-4cac132f7511] resuming socket\n2025-08-03 16:54:08.507 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fcac312a-fd83-4a36-ab70-4cac132f7511] socks forwarding established\n2025-08-03 16:54:08.562 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fcac312a-fd83-4a36-ab70-4cac132f7511] local connection closed\n2025-08-03 16:54:08.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:08.575 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fcac312a-fd83-4a36-ab70-4cac132f7511] socks connection closed\n2025-08-03 16:54:08.610 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53698 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:08.611 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][178f208f-be62-4041-8bee-113d1556f08f] resuming socket\n2025-08-03 16:54:08.611 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][178f208f-be62-4041-8bee-113d1556f08f] socks forwarding established\n2025-08-03 16:54:08.664 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][178f208f-be62-4041-8bee-113d1556f08f] local connection closed\n2025-08-03 16:54:08.676 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][178f208f-be62-4041-8bee-113d1556f08f] socks connection closed\n2025-08-03 16:54:08.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:08.711 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53700 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:08.734 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][22397351-4d38-4fce-8d62-3bf81663f512] resuming socket\n2025-08-03 16:54:08.734 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][22397351-4d38-4fce-8d62-3bf81663f512] socks forwarding established\n2025-08-03 16:54:08.790 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][22397351-4d38-4fce-8d62-3bf81663f512] local connection closed\n2025-08-03 16:54:08.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:08.804 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][22397351-4d38-4fce-8d62-3bf81663f512] socks connection closed\n2025-08-03 16:54:08.839 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53702 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:08.843 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce09f183-6cf5-4531-83a5-c661ee61b60b] resuming socket\n2025-08-03 16:54:08.843 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce09f183-6cf5-4531-83a5-c661ee61b60b] socks forwarding established\n2025-08-03 16:54:08.896 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce09f183-6cf5-4531-83a5-c661ee61b60b] local connection closed\n2025-08-03 16:54:08.905 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce09f183-6cf5-4531-83a5-c661ee61b60b] socks connection closed\n2025-08-03 16:54:08.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:08.946 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53704 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:54:08.961 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a812a5f5-e4be-4136-a910-e128919a4788] resuming socket\n2025-08-03 16:54:08.961 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a812a5f5-e4be-4136-a910-e128919a4788] socks forwarding established\n2025-08-03 16:54:08.961 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19c2d703-98f2-4941-8263-001f03206e9d] resuming socket\n2025-08-03 16:54:08.961 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19c2d703-98f2-4941-8263-001f03206e9d] socks forwarding established\n2025-08-03 16:54:09.010 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19c2d703-98f2-4941-8263-001f03206e9d] local connection closed\n2025-08-03 16:54:09.014 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a812a5f5-e4be-4136-a910-e128919a4788] local connection closed\n2025-08-03 16:54:09.020 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19c2d703-98f2-4941-8263-001f03206e9d] socks connection closed\n2025-08-03 16:54:09.025 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a812a5f5-e4be-4136-a910-e128919a4788] socks connection closed\n2025-08-03 16:54:09.059 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53708 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:09.061 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53707 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:54:13.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:14.048 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f262d34c-358c-4e83-a909-765a516d519b] resuming socket\n2025-08-03 16:54:14.048 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f262d34c-358c-4e83-a909-765a516d519b] socks forwarding established\n2025-08-03 16:54:14.097 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f262d34c-358c-4e83-a909-765a516d519b] local connection closed\n2025-08-03 16:54:14.107 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f262d34c-358c-4e83-a909-765a516d519b] socks connection closed\n2025-08-03 16:54:14.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:14.143 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53711 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:54:14.164 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a99444ab-27d5-437c-88c7-91ab501f8554] resuming socket\n2025-08-03 16:54:14.164 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a99444ab-27d5-437c-88c7-91ab501f8554] socks forwarding established\n2025-08-03 16:54:14.164 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cdbd6e7e-4525-4c27-923b-f529b796ebac] resuming socket\n2025-08-03 16:54:14.164 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cdbd6e7e-4525-4c27-923b-f529b796ebac] socks forwarding established\n2025-08-03 16:54:14.214 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cdbd6e7e-4525-4c27-923b-f529b796ebac] local connection closed\n2025-08-03 16:54:14.222 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cdbd6e7e-4525-4c27-923b-f529b796ebac] socks connection closed\n2025-08-03 16:54:14.227 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a99444ab-27d5-437c-88c7-91ab501f8554] local connection closed\n2025-08-03 16:54:14.235 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a99444ab-27d5-437c-88c7-91ab501f8554] socks connection closed\n2025-08-03 16:54:14.261 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53715 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:14.276 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53714 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:54:26.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:26.315 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a520a64-1058-4895-8a3e-251edd456458] resuming socket\n2025-08-03 16:54:26.315 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a520a64-1058-4895-8a3e-251edd456458] socks forwarding established\n2025-08-03 16:54:26.363 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a520a64-1058-4895-8a3e-251edd456458] local connection closed\n2025-08-03 16:54:26.373 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a520a64-1058-4895-8a3e-251edd456458] socks connection closed\n2025-08-03 16:54:26.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:26.409 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53718 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:54:26.430 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][88024c20-fd83-4dbe-be41-6efdeec4b791] resuming socket\n2025-08-03 16:54:26.430 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][88024c20-fd83-4dbe-be41-6efdeec4b791] socks forwarding established\n2025-08-03 16:54:26.482 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][88024c20-fd83-4dbe-be41-6efdeec4b791] local connection closed\n2025-08-03 16:54:26.493 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][88024c20-fd83-4dbe-be41-6efdeec4b791] socks connection closed\n2025-08-03 16:54:26.528 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53720 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:54:40.925 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:54:40.926 [info] [command][8421eb16-e350-42d5-8710-493d60115059] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""8421eb16-e350-42d5-8710-493d60115059""}\n2025-08-03 16:54:40.927 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a8390a3d-e2d5-4b90-9821-7b8b223af4f0] received connection request\n2025-08-03 16:54:40.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:40.973 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a8390a3d-e2d5-4b90-9821-7b8b223af4f0] socks forwarding established\n2025-08-03 16:54:41.026 [info] [command][8421eb16-e350-42d5-8710-493d60115059] Process exited with code 0\n2025-08-03 16:54:41.027 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a8390a3d-e2d5-4b90-9821-7b8b223af4f0] socks connection closed\n2025-08-03 16:54:41.027 [info] [command][8421eb16-e350-42d5-8710-493d60115059] Socket close event received\n2025-08-03 16:54:41.073 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53745 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:54:54.381 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:54.437 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4925a427-b28a-42fd-93b7-2437fca40962] resuming socket\n2025-08-03 16:54:54.437 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4925a427-b28a-42fd-93b7-2437fca40962] socks forwarding established\n2025-08-03 16:54:54.487 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4925a427-b28a-42fd-93b7-2437fca40962] local connection closed\n2025-08-03 16:54:54.494 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4925a427-b28a-42fd-93b7-2437fca40962] socks connection closed\n2025-08-03 16:54:54.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:54.506 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:54:54.535 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53747 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:54:54.553 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][991def2a-2a31-4796-9f33-0b0cfaae492d] resuming socket\n2025-08-03 16:54:54.553 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][991def2a-2a31-4796-9f33-0b0cfaae492d] socks forwarding established\n2025-08-03 16:54:54.555 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bba3265a-f2fd-4472-b01f-1e114cd6e8e4] resuming socket\n2025-08-03 16:54:54.555 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bba3265a-f2fd-4472-b01f-1e114cd6e8e4] socks forwarding established\n2025-08-03 16:54:54.609 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bba3265a-f2fd-4472-b01f-1e114cd6e8e4] local connection closed\n2025-08-03 16:54:54.609 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][991def2a-2a31-4796-9f33-0b0cfaae492d] local connection closed\n2025-08-03 16:54:54.614 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][991def2a-2a31-4796-9f33-0b0cfaae492d] socks connection closed\n2025-08-03 16:54:54.614 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bba3265a-f2fd-4472-b01f-1e114cd6e8e4] socks connection closed\n2025-08-03 16:54:54.657 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53749 to 127.0.0.1 port 50402, nchannels 7\ndebug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53751 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:55:41.033 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:55:41.034 [info] [command][2e49d632-268b-43c6-aefa-2fa13df4535d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""2e49d632-268b-43c6-aefa-2fa13df4535d""}\n2025-08-03 16:55:41.035 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b00eb8fc-608a-4210-9d1f-4a1161097dee] received connection request\n2025-08-03 16:55:41.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:55:41.035 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:55:41.081 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b00eb8fc-608a-4210-9d1f-4a1161097dee] socks forwarding established\n2025-08-03 16:55:41.131 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b00eb8fc-608a-4210-9d1f-4a1161097dee] socks connection closed\n2025-08-03 16:55:41.132 [info] [command][2e49d632-268b-43c6-aefa-2fa13df4535d] Process exited with code 0\n2025-08-03 16:55:41.132 [info] [command][2e49d632-268b-43c6-aefa-2fa13df4535d] Socket close event received\n2025-08-03 16:55:41.182 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53768 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:56:41.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:56:41.139 [info] [command][8fae4f19-1d77-4baf-847d-635bed0d20b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""8fae4f19-1d77-4baf-847d-635bed0d20b5""}\n2025-08-03 16:56:41.140 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b32ed89a-1435-40e0-91d5-8299963adc89] received connection request\n2025-08-03 16:56:41.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:56:41.192 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b32ed89a-1435-40e0-91d5-8299963adc89] socks forwarding established\n2025-08-03 16:56:41.243 [info] [command][8fae4f19-1d77-4baf-847d-635bed0d20b5] Process exited with code 0\n2025-08-03 16:56:41.243 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b32ed89a-1435-40e0-91d5-8299963adc89] socks connection closed\n2025-08-03 16:56:41.244 [info] [command][8fae4f19-1d77-4baf-847d-635bed0d20b5] Socket close event received\n2025-08-03 16:56:41.293 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53807 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:57:41.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:57:41.252 [info] [command][241370ee-171b-40d6-9e95-1a07ab3dfd78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""241370ee-171b-40d6-9e95-1a07ab3dfd78""}\n2025-08-03 16:57:41.253 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][bfa46ec1-c32d-43a2-bf44-7fe0f5a63cc8] received connection request\n2025-08-03 16:57:41.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:57:41.302 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][bfa46ec1-c32d-43a2-bf44-7fe0f5a63cc8] socks forwarding established\n2025-08-03 16:57:41.357 [info] [command][241370ee-171b-40d6-9e95-1a07ab3dfd78] Process exited with code 0\n2025-08-03 16:57:41.357 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][bfa46ec1-c32d-43a2-bf44-7fe0f5a63cc8] socks connection closed\n2025-08-03 16:57:41.357 [info] [command][241370ee-171b-40d6-9e95-1a07ab3dfd78] Socket close event received\n2025-08-03 16:57:41.404 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53839 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:58:41.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:58:41.364 [info] [command][e1287e3e-17a9-4746-ad3e-91d6145464a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""e1287e3e-17a9-4746-ad3e-91d6145464a8""}\n2025-08-03 16:58:41.365 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4ccae447-02ad-4633-83ee-a5c85ba3542e] received connection request\n2025-08-03 16:58:41.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:58:41.417 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4ccae447-02ad-4633-83ee-a5c85ba3542e] socks forwarding established\n2025-08-03 16:58:41.470 [info] [command][e1287e3e-17a9-4746-ad3e-91d6145464a8] Process exited with code 0\n2025-08-03 16:58:41.471 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4ccae447-02ad-4633-83ee-a5c85ba3542e] socks connection closed\n2025-08-03 16:58:41.471 [info] [command][e1287e3e-17a9-4746-ad3e-91d6145464a8] Socket close event received\n2025-08-03 16:58:41.522 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53876 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:59:41.475 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 16:59:41.479 [info] [command][54fafd08-d70f-481a-b914-86e69f8c2200] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""54fafd08-d70f-481a-b914-86e69f8c2200""}\n2025-08-03 16:59:41.479 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][0fa818d5-311a-4d06-8c59-977716785d01] received connection request\n2025-08-03 16:59:41.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:41.535 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0fa818d5-311a-4d06-8c59-977716785d01] socks forwarding established\n2025-08-03 16:59:41.587 [info] [command][54fafd08-d70f-481a-b914-86e69f8c2200] Process exited with code 0\n2025-08-03 16:59:41.588 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0fa818d5-311a-4d06-8c59-977716785d01] socks connection closed\n2025-08-03 16:59:41.588 [info] [command][54fafd08-d70f-481a-b914-86e69f8c2200] Socket close event received\n2025-08-03 16:59:41.638 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53908 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:59:58.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:59:58.969 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.021 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][54d736b3-e3b4-4638-abb2-83ffa4da96f4] resuming socket\n2025-08-03 16:59:59.021 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][54d736b3-e3b4-4638-abb2-83ffa4da96f4] socks forwarding established\n2025-08-03 16:59:59.312 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][54d736b3-e3b4-4638-abb2-83ffa4da96f4] socks connection closed\n2025-08-03 16:59:59.312 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][54d736b3-e3b4-4638-abb2-83ffa4da96f4] local connection closed\n2025-08-03 16:59:59.361 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53913 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 16:59:59.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 16:59:59.496 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.521 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6271eb7a-48fd-4125-9dbe-133ef4b4ccf6] resuming socket\n2025-08-03 16:59:59.522 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6271eb7a-48fd-4125-9dbe-133ef4b4ccf6] socks forwarding established\n2025-08-03 16:59:59.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f86b0bb6-0f93-4bba-adbb-e22cc50beaa3] resuming socket\n2025-08-03 16:59:59.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f86b0bb6-0f93-4bba-adbb-e22cc50beaa3] socks forwarding established\n2025-08-03 16:59:59.543 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][168a6886-c0b5-49b9-9cd0-e3f779bfadde] resuming socket\n2025-08-03 16:59:59.543 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][168a6886-c0b5-49b9-9cd0-e3f779bfadde] socks forwarding established\n2025-08-03 16:59:59.544 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66460861-f08d-40d6-bc73-2c4c70f53f1d] resuming socket\n2025-08-03 16:59:59.544 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66460861-f08d-40d6-bc73-2c4c70f53f1d] socks forwarding established\n2025-08-03 16:59:59.544 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1ce860bc-86e9-407f-9fd2-a9e4ded6c294] resuming socket\n2025-08-03 16:59:59.544 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1ce860bc-86e9-407f-9fd2-a9e4ded6c294] socks forwarding established\n2025-08-03 16:59:59.544 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][33f43ba7-a08b-49a6-8259-dd8738052172] resuming socket\n2025-08-03 16:59:59.544 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][33f43ba7-a08b-49a6-8259-dd8738052172] socks forwarding established\n2025-08-03 16:59:59.573 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6271eb7a-48fd-4125-9dbe-133ef4b4ccf6] local connection closed\n2025-08-03 16:59:59.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.579 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6271eb7a-48fd-4125-9dbe-133ef4b4ccf6] socks connection closed\n2025-08-03 16:59:59.593 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][168a6886-c0b5-49b9-9cd0-e3f779bfadde] local connection closed\n2025-08-03 16:59:59.596 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66460861-f08d-40d6-bc73-2c4c70f53f1d] local connection closed\n2025-08-03 16:59:59.597 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f86b0bb6-0f93-4bba-adbb-e22cc50beaa3] local connection closed\n2025-08-03 16:59:59.598 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][33f43ba7-a08b-49a6-8259-dd8738052172] local connection closed\n2025-08-03 16:59:59.598 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1ce860bc-86e9-407f-9fd2-a9e4ded6c294] local connection closed\n2025-08-03 16:59:59.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.603 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][168a6886-c0b5-49b9-9cd0-e3f779bfadde] socks connection closed\n2025-08-03 16:59:59.605 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1ce860bc-86e9-407f-9fd2-a9e4ded6c294] socks connection closed\n2025-08-03 16:59:59.605 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66460861-f08d-40d6-bc73-2c4c70f53f1d] socks connection closed\n2025-08-03 16:59:59.605 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][33f43ba7-a08b-49a6-8259-dd8738052172] socks connection closed\n2025-08-03 16:59:59.607 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f86b0bb6-0f93-4bba-adbb-e22cc50beaa3] socks connection closed\n2025-08-03 16:59:59.618 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53915 to 127.0.0.1 port 50402, nchannels 13\n\n2025-08-03 16:59:59.618 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][40f69577-8d17-4275-9bbe-00dc4c0b0b34] resuming socket\n2025-08-03 16:59:59.618 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][40f69577-8d17-4275-9bbe-00dc4c0b0b34] socks forwarding established\n2025-08-03 16:59:59.642 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53922 to 127.0.0.1 port 50402, nchannels 12\n\n2025-08-03 16:59:59.645 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53917 to 127.0.0.1 port 50402, nchannels 11\ndebug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53923 to 127.0.0.1 port 50402, nchannels 10\ndebug1: channel 9: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53924 to 127.0.0.1 port 50402, nchannels 9\ndebug1: channel 10: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53925 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:59:59.645 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ecf00695-d80b-4c16-945c-6dbde11e9285] resuming socket\n2025-08-03 16:59:59.645 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ecf00695-d80b-4c16-945c-6dbde11e9285] socks forwarding established\n2025-08-03 16:59:59.665 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][40f69577-8d17-4275-9bbe-00dc4c0b0b34] local connection closed\n2025-08-03 16:59:59.675 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][40f69577-8d17-4275-9bbe-00dc4c0b0b34] socks connection closed\n2025-08-03 16:59:59.695 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ecf00695-d80b-4c16-945c-6dbde11e9285] local connection closed\n2025-08-03 16:59:59.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.705 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ecf00695-d80b-4c16-945c-6dbde11e9285] socks connection closed\n2025-08-03 16:59:59.711 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53927 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 16:59:59.739 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53929 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:59:59.741 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][21c5afce-1ce2-49e7-8262-7f018050f26d] resuming socket\n2025-08-03 16:59:59.741 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][21c5afce-1ce2-49e7-8262-7f018050f26d] socks forwarding established\n2025-08-03 16:59:59.790 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][21c5afce-1ce2-49e7-8262-7f018050f26d] local connection closed\n2025-08-03 16:59:59.797 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][21c5afce-1ce2-49e7-8262-7f018050f26d] socks connection closed\n2025-08-03 16:59:59.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.835 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53931 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:59:59.846 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a0cdeb7e-10e1-4f1e-8f5b-2adc9d7ba3c6] resuming socket\n2025-08-03 16:59:59.846 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a0cdeb7e-10e1-4f1e-8f5b-2adc9d7ba3c6] socks forwarding established\n2025-08-03 16:59:59.899 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a0cdeb7e-10e1-4f1e-8f5b-2adc9d7ba3c6] local connection closed\n2025-08-03 16:59:59.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 16:59:59.906 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a0cdeb7e-10e1-4f1e-8f5b-2adc9d7ba3c6] socks connection closed\n2025-08-03 16:59:59.945 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53933 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 16:59:59.953 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b5a38246-e7b5-4e87-b74f-c895c8145dfa] resuming socket\n2025-08-03 16:59:59.953 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b5a38246-e7b5-4e87-b74f-c895c8145dfa] socks forwarding established\n2025-08-03 17:00:00.007 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b5a38246-e7b5-4e87-b74f-c895c8145dfa] local connection closed\n2025-08-03 17:00:00.011 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b5a38246-e7b5-4e87-b74f-c895c8145dfa] socks connection closed\n2025-08-03 17:00:00.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 17:00:00.013 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:00.057 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53935 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 17:00:00.064 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19b1c2f2-0a60-4905-94fb-96638a665938] resuming socket\n2025-08-03 17:00:00.064 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19b1c2f2-0a60-4905-94fb-96638a665938] socks forwarding established\n2025-08-03 17:00:00.064 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][890dffdf-9fd4-444a-a701-1d7da073efcc] resuming socket\n2025-08-03 17:00:00.064 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][890dffdf-9fd4-444a-a701-1d7da073efcc] socks forwarding established\n2025-08-03 17:00:00.139 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][890dffdf-9fd4-444a-a701-1d7da073efcc] local connection closed\n2025-08-03 17:00:00.144 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][890dffdf-9fd4-444a-a701-1d7da073efcc] socks connection closed\n2025-08-03 17:00:00.197 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53939 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:00:00.198 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19b1c2f2-0a60-4905-94fb-96638a665938] socks connection closed\n2025-08-03 17:00:00.198 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][19b1c2f2-0a60-4905-94fb-96638a665938] local connection closed\n2025-08-03 17:00:00.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:00.254 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53938 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:00:00.273 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5e4a2ad8-78a0-49b1-8da0-cccbb5181e37] resuming socket\n2025-08-03 17:00:00.273 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5e4a2ad8-78a0-49b1-8da0-cccbb5181e37] socks forwarding established\n2025-08-03 17:00:03.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5e4a2ad8-78a0-49b1-8da0-cccbb5181e37] socks connection closed\n2025-08-03 17:00:03.445 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5e4a2ad8-78a0-49b1-8da0-cccbb5181e37] local connection closed\n2025-08-03 17:00:03.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53941 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:00:03.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:03.761 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][85dca986-4a49-40e7-82c6-0b114104b1d8] resuming socket\n2025-08-03 17:00:03.761 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][85dca986-4a49-40e7-82c6-0b114104b1d8] socks forwarding established\n2025-08-03 17:00:03.811 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][85dca986-4a49-40e7-82c6-0b114104b1d8] local connection closed\n2025-08-03 17:00:03.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:03.818 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][85dca986-4a49-40e7-82c6-0b114104b1d8] socks connection closed\n2025-08-03 17:00:03.857 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53944 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:00:03.863 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbc36110-4da8-43c4-8b19-84176fc314d6] resuming socket\n2025-08-03 17:00:03.863 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbc36110-4da8-43c4-8b19-84176fc314d6] socks forwarding established\n2025-08-03 17:00:05.015 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbc36110-4da8-43c4-8b19-84176fc314d6] local connection closed\n2025-08-03 17:00:05.025 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cbc36110-4da8-43c4-8b19-84176fc314d6] socks connection closed\n2025-08-03 17:00:05.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:05.061 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53946 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:00:05.096 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2421f3cd-e4fc-4229-8a12-9a152e8afe8b] resuming socket\n2025-08-03 17:00:05.096 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2421f3cd-e4fc-4229-8a12-9a152e8afe8b] socks forwarding established\n2025-08-03 17:00:05.153 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2421f3cd-e4fc-4229-8a12-9a152e8afe8b] local connection closed\n2025-08-03 17:00:05.160 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2421f3cd-e4fc-4229-8a12-9a152e8afe8b] socks connection closed\n2025-08-03 17:00:05.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:05.204 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53949 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:00:05.215 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9be92062-1bad-46be-97e2-13b9476303a5] resuming socket\n2025-08-03 17:00:05.215 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9be92062-1bad-46be-97e2-13b9476303a5] socks forwarding established\n2025-08-03 17:00:06.228 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9be92062-1bad-46be-97e2-13b9476303a5] local connection closed\n2025-08-03 17:00:06.233 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9be92062-1bad-46be-97e2-13b9476303a5] socks connection closed\n2025-08-03 17:00:06.277 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53951 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:00:13.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:13.967 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a8089f42-b00a-47dc-8adc-efb94eb3f7a7] resuming socket\n2025-08-03 17:00:13.967 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a8089f42-b00a-47dc-8adc-efb94eb3f7a7] socks forwarding established\n2025-08-03 17:00:14.017 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a8089f42-b00a-47dc-8adc-efb94eb3f7a7] local connection closed\n2025-08-03 17:00:14.026 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a8089f42-b00a-47dc-8adc-efb94eb3f7a7] socks connection closed\n2025-08-03 17:00:14.063 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53955 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:00:14.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:14.111 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4bb33e8f-b9ee-4f21-b321-122a2f3e2c8c] resuming socket\n2025-08-03 17:00:14.111 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4bb33e8f-b9ee-4f21-b321-122a2f3e2c8c] socks forwarding established\n2025-08-03 17:00:14.164 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4bb33e8f-b9ee-4f21-b321-122a2f3e2c8c] local connection closed\n2025-08-03 17:00:14.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4bb33e8f-b9ee-4f21-b321-122a2f3e2c8c] socks connection closed\n2025-08-03 17:00:14.212 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 53957 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:00:41.593 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:00:41.596 [info] [command][f36bd705-acaf-4685-b5ca-ae4524519838] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f36bd705-acaf-4685-b5ca-ae4524519838""}\n2025-08-03 17:00:41.597 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][89416a7b-b651-41b2-89cb-9b0bf3024f2c] received connection request\n2025-08-03 17:00:41.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:00:41.644 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][89416a7b-b651-41b2-89cb-9b0bf3024f2c] socks forwarding established\n2025-08-03 17:00:41.697 [info] [command][f36bd705-acaf-4685-b5ca-ae4524519838] Process exited with code 0\n2025-08-03 17:00:41.697 [info] [command][f36bd705-acaf-4685-b5ca-ae4524519838] Socket close event received\n2025-08-03 17:00:41.698 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][89416a7b-b651-41b2-89cb-9b0bf3024f2c] socks connection closed\n2025-08-03 17:00:41.747 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53966 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:01:41.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:01:41.706 [info] [command][43862b42-3c70-4848-b66d-8d841484b609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""43862b42-3c70-4848-b66d-8d841484b609""}\n2025-08-03 17:01:41.706 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][406742d5-8bf6-4e00-bc18-971ad92353c8] received connection request\n2025-08-03 17:01:41.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:01:41.754 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][406742d5-8bf6-4e00-bc18-971ad92353c8] socks forwarding established\n2025-08-03 17:01:41.808 [info] [command][43862b42-3c70-4848-b66d-8d841484b609] Process exited with code 0\n2025-08-03 17:01:41.810 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][406742d5-8bf6-4e00-bc18-971ad92353c8] socks connection closed\n2025-08-03 17:01:41.810 [info] [command][43862b42-3c70-4848-b66d-8d841484b609] Socket close event received\n2025-08-03 17:01:41.859 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 53998 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:02:41.813 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:02:41.816 [info] [command][ee53ce40-9f68-42d7-be0e-1e8d599df66b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""ee53ce40-9f68-42d7-be0e-1e8d599df66b""}\n2025-08-03 17:02:41.817 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ecbf245b-7ca9-45c7-be89-82ad527d2c56] received connection request\n2025-08-03 17:02:41.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:02:41.864 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ecbf245b-7ca9-45c7-be89-82ad527d2c56] socks forwarding established\n2025-08-03 17:02:41.913 [info] [command][ee53ce40-9f68-42d7-be0e-1e8d599df66b] Process exited with code 0\n2025-08-03 17:02:41.913 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ecbf245b-7ca9-45c7-be89-82ad527d2c56] socks connection closed\n2025-08-03 17:02:41.913 [info] [command][ee53ce40-9f68-42d7-be0e-1e8d599df66b] Socket close event received\n2025-08-03 17:02:41.960 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54031 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:03:41.919 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:03:41.923 [info] [command][c0935dd5-f291-4a24-ac6f-857373e550c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""c0935dd5-f291-4a24-ac6f-857373e550c7""}\n2025-08-03 17:03:41.923 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a6659bb9-c1a1-433c-85b7-e0233f0ed4ef] received connection request\n2025-08-03 17:03:41.924 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:03:41.976 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a6659bb9-c1a1-433c-85b7-e0233f0ed4ef] socks forwarding established\n2025-08-03 17:03:42.030 [info] [command][c0935dd5-f291-4a24-ac6f-857373e550c7] Process exited with code 0\n2025-08-03 17:03:42.030 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a6659bb9-c1a1-433c-85b7-e0233f0ed4ef] socks connection closed\n2025-08-03 17:03:42.030 [info] [command][c0935dd5-f291-4a24-ac6f-857373e550c7] Socket close event received\n2025-08-03 17:03:42.081 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54051 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:04:42.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:04:42.039 [info] [command][93e27f26-8df4-4714-b543-6ab367261220] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""93e27f26-8df4-4714-b543-6ab367261220""}\n2025-08-03 17:04:42.040 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][797568ce-e967-4139-8449-949eddd6afba] received connection request\n2025-08-03 17:04:42.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:04:42.090 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][797568ce-e967-4139-8449-949eddd6afba] socks forwarding established\n2025-08-03 17:04:42.142 [info] [command][93e27f26-8df4-4714-b543-6ab367261220] Process exited with code 0\n2025-08-03 17:04:42.142 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][797568ce-e967-4139-8449-949eddd6afba] socks connection closed\n2025-08-03 17:04:42.142 [info] [command][93e27f26-8df4-4714-b543-6ab367261220] Socket close event received\n2025-08-03 17:04:42.189 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54093 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:05:42.148 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:05:42.150 [info] [command][c14bba24-680c-4df5-a3f3-a15d2de67206] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""c14bba24-680c-4df5-a3f3-a15d2de67206""}\n2025-08-03 17:05:42.150 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5ec9c157-20d5-4a63-89ff-bc1d84066705] received connection request\n2025-08-03 17:05:42.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:05:42.197 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5ec9c157-20d5-4a63-89ff-bc1d84066705] socks forwarding established\n2025-08-03 17:05:42.248 [info] [command][c14bba24-680c-4df5-a3f3-a15d2de67206] Process exited with code 0\n2025-08-03 17:05:42.248 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5ec9c157-20d5-4a63-89ff-bc1d84066705] socks connection closed\n2025-08-03 17:05:42.248 [info] [command][c14bba24-680c-4df5-a3f3-a15d2de67206] Socket close event received\n2025-08-03 17:05:42.298 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54110 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:06:29.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:30.018 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9a327360-2d90-4482-9907-885c3d539382] resuming socket\n2025-08-03 17:06:30.019 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9a327360-2d90-4482-9907-885c3d539382] socks forwarding established\n2025-08-03 17:06:30.065 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9a327360-2d90-4482-9907-885c3d539382] local connection closed\n2025-08-03 17:06:30.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:30.075 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9a327360-2d90-4482-9907-885c3d539382] socks connection closed\n2025-08-03 17:06:30.111 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54134 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:06:30.118 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0775656e-c874-4055-8706-84a1aa66d284] resuming socket\n2025-08-03 17:06:30.118 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0775656e-c874-4055-8706-84a1aa66d284] socks forwarding established\n2025-08-03 17:06:30.170 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0775656e-c874-4055-8706-84a1aa66d284] local connection closed\n2025-08-03 17:06:30.180 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0775656e-c874-4055-8706-84a1aa66d284] socks connection closed\n2025-08-03 17:06:30.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:30.198 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:30.216 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54136 to 127.0.0.1 port 50402, nchannels 9\n\n2025-08-03 17:06:30.247 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0fff6a25-2db8-444a-83b5-43b81fdb01ec] resuming socket\n2025-08-03 17:06:30.247 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0fff6a25-2db8-444a-83b5-43b81fdb01ec] socks forwarding established\n2025-08-03 17:06:30.247 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06b361eb-4833-4c89-882a-f843d3259d0e] resuming socket\n2025-08-03 17:06:30.247 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06b361eb-4833-4c89-882a-f843d3259d0e] socks forwarding established\n2025-08-03 17:06:30.247 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ba5fb30f-37da-4fad-af78-8c70acb82221] resuming socket\n2025-08-03 17:06:30.247 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ba5fb30f-37da-4fad-af78-8c70acb82221] socks forwarding established\n2025-08-03 17:06:30.300 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06b361eb-4833-4c89-882a-f843d3259d0e] local connection closed\n2025-08-03 17:06:30.311 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][06b361eb-4833-4c89-882a-f843d3259d0e] socks connection closed\n2025-08-03 17:06:30.344 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54142 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 17:06:30.446 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0fff6a25-2db8-444a-83b5-43b81fdb01ec] local connection closed\n2025-08-03 17:06:30.479 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0fff6a25-2db8-444a-83b5-43b81fdb01ec] socks connection closed\n2025-08-03 17:06:30.480 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ba5fb30f-37da-4fad-af78-8c70acb82221] socks connection closed\n2025-08-03 17:06:30.480 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ba5fb30f-37da-4fad-af78-8c70acb82221] local connection closed\n2025-08-03 17:06:30.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54141 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:06:30.528 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54143 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:06:37.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:37.545 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a10427d5-d42d-41ab-b11d-bc5ffb57f748] resuming socket\n2025-08-03 17:06:37.545 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a10427d5-d42d-41ab-b11d-bc5ffb57f748] socks forwarding established\n2025-08-03 17:06:37.601 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a10427d5-d42d-41ab-b11d-bc5ffb57f748] local connection closed\n2025-08-03 17:06:37.607 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a10427d5-d42d-41ab-b11d-bc5ffb57f748] socks connection closed\n2025-08-03 17:06:37.651 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54150 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:06:42.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:06:42.256 [info] [command][cfa952ac-6e46-4061-91ab-d43c299b5ea3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""cfa952ac-6e46-4061-91ab-d43c299b5ea3""}\n2025-08-03 17:06:42.256 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][663ab2d5-131b-48b5-94b9-faeb1ce335cc] received connection request\n2025-08-03 17:06:42.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:42.313 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][663ab2d5-131b-48b5-94b9-faeb1ce335cc] socks forwarding established\n2025-08-03 17:06:42.365 [info] [command][cfa952ac-6e46-4061-91ab-d43c299b5ea3] Process exited with code 0\n2025-08-03 17:06:42.366 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][663ab2d5-131b-48b5-94b9-faeb1ce335cc] socks connection closed\n2025-08-03 17:06:42.366 [info] [command][cfa952ac-6e46-4061-91ab-d43c299b5ea3] Socket close event received\n2025-08-03 17:06:42.417 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54155 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:06:47.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:47.834 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d9bee3e8-375c-4166-b6fc-caaf7ecc8ef7] resuming socket\n2025-08-03 17:06:47.834 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d9bee3e8-375c-4166-b6fc-caaf7ecc8ef7] socks forwarding established\n2025-08-03 17:06:47.887 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d9bee3e8-375c-4166-b6fc-caaf7ecc8ef7] local connection closed\n2025-08-03 17:06:47.894 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d9bee3e8-375c-4166-b6fc-caaf7ecc8ef7] socks connection closed\n2025-08-03 17:06:47.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:06:47.932 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54157 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:06:47.956 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][07c9a3a4-de39-4720-b88c-fb9c732b5405] resuming socket\n2025-08-03 17:06:47.956 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][07c9a3a4-de39-4720-b88c-fb9c732b5405] socks forwarding established\n2025-08-03 17:06:48.061 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][07c9a3a4-de39-4720-b88c-fb9c732b5405] socks connection closed\n2025-08-03 17:06:48.061 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][07c9a3a4-de39-4720-b88c-fb9c732b5405] local connection closed\n2025-08-03 17:06:48.109 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54159 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:07:42.374 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:07:42.378 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][340b43f7-0f1d-4e40-992f-d7a79ae8e522] received connection request\n2025-08-03 17:07:42.379 [info] [command][216425f8-3dcf-4776-8f2b-5d9fa52c7337] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""216425f8-3dcf-4776-8f2b-5d9fa52c7337""}\n2025-08-03 17:07:42.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:07:42.430 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][340b43f7-0f1d-4e40-992f-d7a79ae8e522] socks forwarding established\n2025-08-03 17:07:42.481 [info] [command][216425f8-3dcf-4776-8f2b-5d9fa52c7337] Process exited with code 0\n2025-08-03 17:07:42.481 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][340b43f7-0f1d-4e40-992f-d7a79ae8e522] socks connection closed\n2025-08-03 17:07:42.482 [info] [command][216425f8-3dcf-4776-8f2b-5d9fa52c7337] Socket close event received\n2025-08-03 17:07:42.531 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54172 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:08:41.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:08:41.552 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7eef1cdf-8a10-434d-9217-6f0a7d41310b] resuming socket\n2025-08-03 17:08:41.552 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7eef1cdf-8a10-434d-9217-6f0a7d41310b] socks forwarding established\n2025-08-03 17:08:41.605 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7eef1cdf-8a10-434d-9217-6f0a7d41310b] local connection closed\n2025-08-03 17:08:41.612 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7eef1cdf-8a10-434d-9217-6f0a7d41310b] socks connection closed\n2025-08-03 17:08:41.650 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54186 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:08:41.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:08:41.715 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a66af358-2c3b-44fc-8755-ae90153003b7] resuming socket\n2025-08-03 17:08:41.715 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a66af358-2c3b-44fc-8755-ae90153003b7] socks forwarding established\n2025-08-03 17:08:41.767 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a66af358-2c3b-44fc-8755-ae90153003b7] local connection closed\n2025-08-03 17:08:41.776 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a66af358-2c3b-44fc-8755-ae90153003b7] socks connection closed\n2025-08-03 17:08:41.814 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54188 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:08:42.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:08:42.488 [info] [command][13ed1030-e01e-4745-b5b4-c0124e576d67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""13ed1030-e01e-4745-b5b4-c0124e576d67""}\n2025-08-03 17:08:42.489 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][58d5d5b8-575f-4c02-8815-03ff171a31dd] received connection request\n2025-08-03 17:08:42.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:08:42.537 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][58d5d5b8-575f-4c02-8815-03ff171a31dd] socks forwarding established\n2025-08-03 17:08:42.590 [info] [command][13ed1030-e01e-4745-b5b4-c0124e576d67] Process exited with code 0\n2025-08-03 17:08:42.590 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][58d5d5b8-575f-4c02-8815-03ff171a31dd] socks connection closed\n2025-08-03 17:08:42.590 [info] [command][13ed1030-e01e-4745-b5b4-c0124e576d67] Socket close event received\n2025-08-03 17:08:42.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54190 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:09:27.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:09:27.375 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3ae74faa-a3a3-4a91-9dec-8143b1932ae4] resuming socket\n2025-08-03 17:09:27.375 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3ae74faa-a3a3-4a91-9dec-8143b1932ae4] socks forwarding established\n2025-08-03 17:09:27.422 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3ae74faa-a3a3-4a91-9dec-8143b1932ae4] local connection closed\n2025-08-03 17:09:27.431 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3ae74faa-a3a3-4a91-9dec-8143b1932ae4] socks connection closed\n2025-08-03 17:09:27.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:09:27.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:09:27.467 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54196 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 17:09:27.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e797fda2-4cae-48cb-98d6-b15a23f7f8e8] resuming socket\n2025-08-03 17:09:27.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e797fda2-4cae-48cb-98d6-b15a23f7f8e8] socks forwarding established\n2025-08-03 17:09:27.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5161def4-cb6e-4d11-8e9b-4968ce13afff] resuming socket\n2025-08-03 17:09:27.490 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5161def4-cb6e-4d11-8e9b-4968ce13afff] socks forwarding established\n2025-08-03 17:09:27.544 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5161def4-cb6e-4d11-8e9b-4968ce13afff] local connection closed\n2025-08-03 17:09:27.553 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5161def4-cb6e-4d11-8e9b-4968ce13afff] socks connection closed\n2025-08-03 17:09:27.653 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54206 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:09:27.654 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e797fda2-4cae-48cb-98d6-b15a23f7f8e8] socks connection closed\n2025-08-03 17:09:27.654 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e797fda2-4cae-48cb-98d6-b15a23f7f8e8] local connection closed\n2025-08-03 17:09:27.705 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54205 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:09:42.591 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:09:42.594 [info] [command][3a9826bc-de82-4f70-bc6a-46c1110045b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""3a9826bc-de82-4f70-bc6a-46c1110045b0""}\n2025-08-03 17:09:42.595 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][02a4db65-4b92-41d7-ac99-e31dfa1ae810] received connection request\n2025-08-03 17:09:42.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:09:42.644 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][02a4db65-4b92-41d7-ac99-e31dfa1ae810] socks forwarding established\n2025-08-03 17:09:42.696 [info] [command][3a9826bc-de82-4f70-bc6a-46c1110045b0] Process exited with code 0\n2025-08-03 17:09:42.697 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][02a4db65-4b92-41d7-ac99-e31dfa1ae810] socks connection closed\n2025-08-03 17:09:42.698 [info] [command][3a9826bc-de82-4f70-bc6a-46c1110045b0] Socket close event received\n2025-08-03 17:09:42.746 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54224 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:10:42.698 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:10:42.700 [info] [command][dcd55665-c61f-4e0d-9f65-cc5244f9ba8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""dcd55665-c61f-4e0d-9f65-cc5244f9ba8b""}\n2025-08-03 17:10:42.700 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][1bb30c63-5598-4162-a835-8a74980f4f35] received connection request\n2025-08-03 17:10:42.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:10:42.749 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1bb30c63-5598-4162-a835-8a74980f4f35] socks forwarding established\n2025-08-03 17:10:42.803 [info] [command][dcd55665-c61f-4e0d-9f65-cc5244f9ba8b] Process exited with code 0\n2025-08-03 17:10:42.804 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1bb30c63-5598-4162-a835-8a74980f4f35] socks connection closed\n2025-08-03 17:10:42.804 [info] [command][dcd55665-c61f-4e0d-9f65-cc5244f9ba8b] Socket close event received\n2025-08-03 17:10:42.856 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54256 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:11:42.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:11:42.814 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c271cbe2-09b0-4935-8007-53fb6934214a] received connection request\n2025-08-03 17:11:42.814 [info] [command][28b2cfd4-4a49-4fd0-bab5-b9cbd8170fd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""28b2cfd4-4a49-4fd0-bab5-b9cbd8170fd9""}\n2025-08-03 17:11:42.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:11:42.864 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c271cbe2-09b0-4935-8007-53fb6934214a] socks forwarding established\n2025-08-03 17:11:42.916 [info] [command][28b2cfd4-4a49-4fd0-bab5-b9cbd8170fd9] Process exited with code 0\n2025-08-03 17:11:42.917 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c271cbe2-09b0-4935-8007-53fb6934214a] socks connection closed\n2025-08-03 17:11:42.917 [info] [command][28b2cfd4-4a49-4fd0-bab5-b9cbd8170fd9] Socket close event received\n2025-08-03 17:11:42.964 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54292 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:11:56.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:11:56.735 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][93fa9519-6507-4927-b704-296741263082] resuming socket\n2025-08-03 17:11:56.735 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][93fa9519-6507-4927-b704-296741263082] socks forwarding established\n2025-08-03 17:11:56.785 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][93fa9519-6507-4927-b704-296741263082] local connection closed\n2025-08-03 17:11:56.792 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][93fa9519-6507-4927-b704-296741263082] socks connection closed\n2025-08-03 17:11:56.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:11:56.830 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54296 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:11:56.857 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0a62850d-166e-4553-a775-1f37e1937cf1] resuming socket\n2025-08-03 17:11:56.857 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0a62850d-166e-4553-a775-1f37e1937cf1] socks forwarding established\n2025-08-03 17:11:56.907 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0a62850d-166e-4553-a775-1f37e1937cf1] local connection closed\n2025-08-03 17:11:56.914 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0a62850d-166e-4553-a775-1f37e1937cf1] socks connection closed\n2025-08-03 17:11:56.952 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54298 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:12:42.916 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:12:42.918 [info] [command][5f124c2b-9c33-4ded-8de4-970f228927ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5f124c2b-9c33-4ded-8de4-970f228927ea""}\n2025-08-03 17:12:42.918 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4d938516-dff0-4801-a2ea-4388d98ff1f4] received connection request\n2025-08-03 17:12:42.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 17:12:42.918 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:42.963 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4d938516-dff0-4801-a2ea-4388d98ff1f4] socks forwarding established\n2025-08-03 17:12:43.028 [info] [command][5f124c2b-9c33-4ded-8de4-970f228927ea] Process exited with code 0\n2025-08-03 17:12:43.028 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4d938516-dff0-4801-a2ea-4388d98ff1f4] socks connection closed\n2025-08-03 17:12:43.028 [info] [command][5f124c2b-9c33-4ded-8de4-970f228927ea] Socket close event received\n2025-08-03 17:12:43.082 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54314 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:12:43.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:43.922 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66d95491-8364-45f4-964a-0108b3c046a2] resuming socket\n2025-08-03 17:12:43.922 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66d95491-8364-45f4-964a-0108b3c046a2] socks forwarding established\n2025-08-03 17:12:44.215 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66d95491-8364-45f4-964a-0108b3c046a2] socks connection closed\n2025-08-03 17:12:44.215 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][66d95491-8364-45f4-964a-0108b3c046a2] local connection closed\n2025-08-03 17:12:44.264 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54317 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:12:44.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.428 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c1f1dd11-da09-43dd-9da1-f541cb0f429c] resuming socket\n2025-08-03 17:12:44.428 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c1f1dd11-da09-43dd-9da1-f541cb0f429c] socks forwarding established\n2025-08-03 17:12:44.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][76aad87d-ece9-4fc7-a2bc-4a419ffe4646] resuming socket\n2025-08-03 17:12:44.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][76aad87d-ece9-4fc7-a2bc-4a419ffe4646] socks forwarding established\n2025-08-03 17:12:44.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a917cee8-f4ae-4b1c-ae87-a17e2fe3f260] resuming socket\n2025-08-03 17:12:44.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a917cee8-f4ae-4b1c-ae87-a17e2fe3f260] socks forwarding established\n2025-08-03 17:12:44.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][64c8bfc7-5fce-4fb1-9592-70a7c18f5116] resuming socket\n2025-08-03 17:12:44.444 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][64c8bfc7-5fce-4fb1-9592-70a7c18f5116] socks forwarding established\n2025-08-03 17:12:44.445 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d0a9113f-9319-4e06-80e1-46729c26e92f] resuming socket\n2025-08-03 17:12:44.445 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d0a9113f-9319-4e06-80e1-46729c26e92f] socks forwarding established\n2025-08-03 17:12:44.445 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][edd887f8-d681-4fa2-bb34-5900f9237a95] resuming socket\n2025-08-03 17:12:44.445 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][edd887f8-d681-4fa2-bb34-5900f9237a95] socks forwarding established\n2025-08-03 17:12:44.477 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c1f1dd11-da09-43dd-9da1-f541cb0f429c] local connection closed\n2025-08-03 17:12:44.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.486 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c1f1dd11-da09-43dd-9da1-f541cb0f429c] socks connection closed\n2025-08-03 17:12:44.496 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d0a9113f-9319-4e06-80e1-46729c26e92f] local connection closed\n2025-08-03 17:12:44.496 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a917cee8-f4ae-4b1c-ae87-a17e2fe3f260] local connection closed\n2025-08-03 17:12:44.497 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][64c8bfc7-5fce-4fb1-9592-70a7c18f5116] local connection closed\n2025-08-03 17:12:44.501 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][76aad87d-ece9-4fc7-a2bc-4a419ffe4646] local connection closed\n2025-08-03 17:12:44.501 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][edd887f8-d681-4fa2-bb34-5900f9237a95] local connection closed\n2025-08-03 17:12:44.503 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.506 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a917cee8-f4ae-4b1c-ae87-a17e2fe3f260] socks connection closed\n2025-08-03 17:12:44.506 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d0a9113f-9319-4e06-80e1-46729c26e92f] socks connection closed\n2025-08-03 17:12:44.506 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][64c8bfc7-5fce-4fb1-9592-70a7c18f5116] socks connection closed\n2025-08-03 17:12:44.511 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][edd887f8-d681-4fa2-bb34-5900f9237a95] socks connection closed\n2025-08-03 17:12:44.511 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][76aad87d-ece9-4fc7-a2bc-4a419ffe4646] socks connection closed\n2025-08-03 17:12:44.523 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54319 to 127.0.0.1 port 50402, nchannels 13\n\n2025-08-03 17:12:44.524 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27b251ae-418b-4e6a-9a13-1db2480a1196] resuming socket\n2025-08-03 17:12:44.524 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27b251ae-418b-4e6a-9a13-1db2480a1196] socks forwarding established\n2025-08-03 17:12:44.545 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54323 to 127.0.0.1 port 50402, nchannels 12\ndebug1: channel 9: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54328 to 127.0.0.1 port 50402, nchannels 11\n\n2025-08-03 17:12:44.550 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54322 to 127.0.0.1 port 50402, nchannels 10\ndebug1: channel 8: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54327 to 127.0.0.1 port 50402, nchannels 9\ndebug1: channel 10: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54329 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 17:12:44.558 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fbae5689-0851-413e-bc98-7528b7424215] resuming socket\n2025-08-03 17:12:44.558 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fbae5689-0851-413e-bc98-7528b7424215] socks forwarding established\n2025-08-03 17:12:44.575 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27b251ae-418b-4e6a-9a13-1db2480a1196] local connection closed\n2025-08-03 17:12:44.585 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][27b251ae-418b-4e6a-9a13-1db2480a1196] socks connection closed\n2025-08-03 17:12:44.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.607 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fbae5689-0851-413e-bc98-7528b7424215] local connection closed\n2025-08-03 17:12:44.617 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][fbae5689-0851-413e-bc98-7528b7424215] socks connection closed\n2025-08-03 17:12:44.621 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54331 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 17:12:44.656 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54333 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:44.656 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][41564e9b-92fd-4bfb-b1fc-6c56286cd6f4] resuming socket\n2025-08-03 17:12:44.656 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][41564e9b-92fd-4bfb-b1fc-6c56286cd6f4] socks forwarding established\n2025-08-03 17:12:44.703 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][41564e9b-92fd-4bfb-b1fc-6c56286cd6f4] local connection closed\n2025-08-03 17:12:44.713 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][41564e9b-92fd-4bfb-b1fc-6c56286cd6f4] socks connection closed\n2025-08-03 17:12:44.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.750 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54335 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:44.772 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1a3a48f2-b030-4925-89ad-65522580c6a8] resuming socket\n2025-08-03 17:12:44.772 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1a3a48f2-b030-4925-89ad-65522580c6a8] socks forwarding established\n2025-08-03 17:12:44.821 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1a3a48f2-b030-4925-89ad-65522580c6a8] local connection closed\n2025-08-03 17:12:44.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.831 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1a3a48f2-b030-4925-89ad-65522580c6a8] socks connection closed\n2025-08-03 17:12:44.867 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54337 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:44.877 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26ae07f1-d526-417d-b05b-6812dfc77730] resuming socket\n2025-08-03 17:12:44.877 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26ae07f1-d526-417d-b05b-6812dfc77730] socks forwarding established\n2025-08-03 17:12:44.929 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26ae07f1-d526-417d-b05b-6812dfc77730] local connection closed\n2025-08-03 17:12:44.935 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][26ae07f1-d526-417d-b05b-6812dfc77730] socks connection closed\n2025-08-03 17:12:44.939 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:44.976 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54339 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 17:12:44.996 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb5e827b-17a2-4c74-b02a-59f155faf70f] resuming socket\n2025-08-03 17:12:44.996 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb5e827b-17a2-4c74-b02a-59f155faf70f] socks forwarding established\n2025-08-03 17:12:44.997 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1bb631b9-77a3-4da0-b600-c8777ba6fe40] resuming socket\n2025-08-03 17:12:44.997 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1bb631b9-77a3-4da0-b600-c8777ba6fe40] socks forwarding established\n2025-08-03 17:12:45.064 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1bb631b9-77a3-4da0-b600-c8777ba6fe40] local connection closed\n2025-08-03 17:12:45.068 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][1bb631b9-77a3-4da0-b600-c8777ba6fe40] socks connection closed\n2025-08-03 17:12:45.116 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54343 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:45.117 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb5e827b-17a2-4c74-b02a-59f155faf70f] local connection closed\n2025-08-03 17:12:45.120 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb5e827b-17a2-4c74-b02a-59f155faf70f] socks connection closed\n2025-08-03 17:12:45.146 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:45.166 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54342 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:45.196 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e32789fe-1634-4e12-bde1-5adbc346d2d5] resuming socket\n2025-08-03 17:12:45.196 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e32789fe-1634-4e12-bde1-5adbc346d2d5] socks forwarding established\n2025-08-03 17:12:48.239 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e32789fe-1634-4e12-bde1-5adbc346d2d5] socks connection closed\n2025-08-03 17:12:48.239 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e32789fe-1634-4e12-bde1-5adbc346d2d5] local connection closed\n2025-08-03 17:12:48.290 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54345 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:12:48.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:48.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9fcff5a9-169b-400f-82bc-1b3e2e4125f5] resuming socket\n2025-08-03 17:12:48.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9fcff5a9-169b-400f-82bc-1b3e2e4125f5] socks forwarding established\n2025-08-03 17:12:48.595 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9fcff5a9-169b-400f-82bc-1b3e2e4125f5] local connection closed\n2025-08-03 17:12:48.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:48.604 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9fcff5a9-169b-400f-82bc-1b3e2e4125f5] socks connection closed\n2025-08-03 17:12:48.645 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54348 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:48.645 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6c4278de-74f5-4c1b-b21a-e902a5c61305] resuming socket\n2025-08-03 17:12:48.645 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6c4278de-74f5-4c1b-b21a-e902a5c61305] socks forwarding established\n2025-08-03 17:12:49.782 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6c4278de-74f5-4c1b-b21a-e902a5c61305] local connection closed\n2025-08-03 17:12:49.790 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6c4278de-74f5-4c1b-b21a-e902a5c61305] socks connection closed\n2025-08-03 17:12:49.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:49.828 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54350 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:49.870 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f7e029c-0ae7-4850-8370-6bfa0dc1036c] resuming socket\n2025-08-03 17:12:49.871 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f7e029c-0ae7-4850-8370-6bfa0dc1036c] socks forwarding established\n2025-08-03 17:12:49.930 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f7e029c-0ae7-4850-8370-6bfa0dc1036c] local connection closed\n2025-08-03 17:12:49.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][6f7e029c-0ae7-4850-8370-6bfa0dc1036c] socks connection closed\n2025-08-03 17:12:49.941 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:12:49.975 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54353 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:12:49.987 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c7b42777-efb3-4b98-99bc-9a007702b3c5] resuming socket\n2025-08-03 17:12:49.987 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c7b42777-efb3-4b98-99bc-9a007702b3c5] socks forwarding established\n2025-08-03 17:12:50.627 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c7b42777-efb3-4b98-99bc-9a007702b3c5] local connection closed\n2025-08-03 17:12:50.630 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c7b42777-efb3-4b98-99bc-9a007702b3c5] socks connection closed\n2025-08-03 17:12:50.679 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54355 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:13:43.029 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:13:43.031 [info] [command][ae495779-9f80-41be-84e5-42591bd61e53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""ae495779-9f80-41be-84e5-42591bd61e53""}\n2025-08-03 17:13:43.032 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d4270b9a-8672-41f3-b19d-727e6d1d3de8] received connection request\n2025-08-03 17:13:43.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:13:43.080 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d4270b9a-8672-41f3-b19d-727e6d1d3de8] socks forwarding established\n2025-08-03 17:13:43.131 [info] [command][ae495779-9f80-41be-84e5-42591bd61e53] Process exited with code 0\n2025-08-03 17:13:43.131 [info] [command][ae495779-9f80-41be-84e5-42591bd61e53] Socket close event received\n2025-08-03 17:13:43.131 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d4270b9a-8672-41f3-b19d-727e6d1d3de8] socks connection closed\n2025-08-03 17:13:43.175 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54385 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:14:43.135 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:14:43.137 [info] [command][74ea1cd1-cb51-44fd-a708-81ded2123c98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""74ea1cd1-cb51-44fd-a708-81ded2123c98""}\n2025-08-03 17:14:43.138 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][0e40f3ce-6d1f-4291-b60b-5c1db9f9f524] received connection request\n2025-08-03 17:14:43.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:14:43.185 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0e40f3ce-6d1f-4291-b60b-5c1db9f9f524] socks forwarding established\n2025-08-03 17:14:43.239 [info] [command][74ea1cd1-cb51-44fd-a708-81ded2123c98] Process exited with code 0\n2025-08-03 17:14:43.239 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0e40f3ce-6d1f-4291-b60b-5c1db9f9f524] socks connection closed\n2025-08-03 17:14:43.239 [info] [command][74ea1cd1-cb51-44fd-a708-81ded2123c98] Socket close event received\n2025-08-03 17:14:43.286 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54419 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:15:43.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:15:43.247 [info] [command][f880418f-6f0a-4343-bb4b-bba70753f1b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f880418f-6f0a-4343-bb4b-bba70753f1b3""}\n2025-08-03 17:15:43.248 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b58037f2-8413-4dd1-a6ae-1ed1d8856572] received connection request\n2025-08-03 17:15:43.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:15:43.297 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b58037f2-8413-4dd1-a6ae-1ed1d8856572] socks forwarding established\n2025-08-03 17:15:43.348 [info] [command][f880418f-6f0a-4343-bb4b-bba70753f1b3] Process exited with code 0\n2025-08-03 17:15:43.349 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b58037f2-8413-4dd1-a6ae-1ed1d8856572] socks connection closed\n2025-08-03 17:15:43.349 [info] [command][f880418f-6f0a-4343-bb4b-bba70753f1b3] Socket close event received\n2025-08-03 17:15:43.394 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54446 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:16:43.353 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:16:43.354 [info] [command][977fb5ac-dd3e-4ad3-b427-e589fbd16068] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""977fb5ac-dd3e-4ad3-b427-e589fbd16068""}\n2025-08-03 17:16:43.355 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][41dc2ba5-aba7-4a6c-b51b-2e46bfea40f0] received connection request\n2025-08-03 17:16:43.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:16:43.404 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][41dc2ba5-aba7-4a6c-b51b-2e46bfea40f0] socks forwarding established\n2025-08-03 17:16:43.455 [info] [command][977fb5ac-dd3e-4ad3-b427-e589fbd16068] Process exited with code 0\n2025-08-03 17:16:43.455 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][41dc2ba5-aba7-4a6c-b51b-2e46bfea40f0] socks connection closed\n2025-08-03 17:16:43.456 [info] [command][977fb5ac-dd3e-4ad3-b427-e589fbd16068] Socket close event received\n2025-08-03 17:16:43.502 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54487 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:17:03.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:17:03.631 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][15e8135c-d792-4fb2-a74e-c668b999b114] resuming socket\n2025-08-03 17:17:03.631 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][15e8135c-d792-4fb2-a74e-c668b999b114] socks forwarding established\n2025-08-03 17:17:03.680 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][15e8135c-d792-4fb2-a74e-c668b999b114] local connection closed\n2025-08-03 17:17:03.688 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][15e8135c-d792-4fb2-a74e-c668b999b114] socks connection closed\n2025-08-03 17:17:03.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:17:03.726 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54500 to 127.0.0.1 port 50402, nchannels 8\n\n2025-08-03 17:17:03.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:17:03.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4d2087f9-4307-419b-acd5-a4b41171da1e] resuming socket\n2025-08-03 17:17:03.753 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4d2087f9-4307-419b-acd5-a4b41171da1e] socks forwarding established\n2025-08-03 17:17:03.753 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a4c90160-dffa-41bc-a72c-bbb39cf3b5ba] resuming socket\n2025-08-03 17:17:03.753 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a4c90160-dffa-41bc-a72c-bbb39cf3b5ba] socks forwarding established\n2025-08-03 17:17:03.782 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b11f5353-571c-469b-83e7-6ce41483dabc] resuming socket\n2025-08-03 17:17:03.782 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b11f5353-571c-469b-83e7-6ce41483dabc] socks forwarding established\n2025-08-03 17:17:03.806 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a4c90160-dffa-41bc-a72c-bbb39cf3b5ba] local connection closed\n2025-08-03 17:17:03.814 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a4c90160-dffa-41bc-a72c-bbb39cf3b5ba] socks connection closed\n2025-08-03 17:17:03.830 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b11f5353-571c-469b-83e7-6ce41483dabc] local connection closed\n2025-08-03 17:17:03.839 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b11f5353-571c-469b-83e7-6ce41483dabc] socks connection closed\n2025-08-03 17:17:03.910 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54506 to 127.0.0.1 port 50402, nchannels 8\ndebug1: channel 7: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54504 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:17:03.910 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4d2087f9-4307-419b-acd5-a4b41171da1e] socks connection closed\n2025-08-03 17:17:03.911 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][4d2087f9-4307-419b-acd5-a4b41171da1e] local connection closed\n2025-08-03 17:17:03.959 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54503 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:17:05.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:17:05.715 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2797f308-a3f2-4418-add9-9b9b31d91c07] resuming socket\n2025-08-03 17:17:05.715 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2797f308-a3f2-4418-add9-9b9b31d91c07] socks forwarding established\n2025-08-03 17:17:05.778 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2797f308-a3f2-4418-add9-9b9b31d91c07] socks connection closed\n2025-08-03 17:17:05.786 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2797f308-a3f2-4418-add9-9b9b31d91c07] local connection closed\n2025-08-03 17:17:05.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:17:05.828 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54508 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:17:05.853 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f3e94d2-aae1-4202-a9f7-b907ff514c5a] resuming socket\n2025-08-03 17:17:05.853 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f3e94d2-aae1-4202-a9f7-b907ff514c5a] socks forwarding established\n2025-08-03 17:17:05.970 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f3e94d2-aae1-4202-a9f7-b907ff514c5a] socks connection closed\n2025-08-03 17:17:05.970 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f3e94d2-aae1-4202-a9f7-b907ff514c5a] local connection closed\n2025-08-03 17:17:06.017 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54510 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:17:43.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:17:43.462 [info] [command][85e5e6a2-5338-4241-9c96-bb926449ec4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""85e5e6a2-5338-4241-9c96-bb926449ec4d""}\n2025-08-03 17:17:43.463 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4ca21256-49f3-4779-b47f-0d5b826af418] received connection request\n2025-08-03 17:17:43.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:17:43.517 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4ca21256-49f3-4779-b47f-0d5b826af418] socks forwarding established\n2025-08-03 17:17:43.567 [info] [command][85e5e6a2-5338-4241-9c96-bb926449ec4d] Process exited with code 0\n2025-08-03 17:17:43.567 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][4ca21256-49f3-4779-b47f-0d5b826af418] socks connection closed\n2025-08-03 17:17:43.567 [info] [command][85e5e6a2-5338-4241-9c96-bb926449ec4d] Socket close event received\n2025-08-03 17:17:43.614 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54554 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:18:20.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:18:20.929 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8b1a31b3-c5c9-4839-bc3d-f36c14fa8f03] resuming socket\n2025-08-03 17:18:20.929 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8b1a31b3-c5c9-4839-bc3d-f36c14fa8f03] socks forwarding established\n2025-08-03 17:18:20.980 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8b1a31b3-c5c9-4839-bc3d-f36c14fa8f03] local connection closed\n2025-08-03 17:18:20.986 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8b1a31b3-c5c9-4839-bc3d-f36c14fa8f03] socks connection closed\n2025-08-03 17:18:21.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:18:21.025 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54566 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:18:21.050 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42f3cd2e-b801-4492-81ad-1056c79a917d] resuming socket\n2025-08-03 17:18:21.050 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42f3cd2e-b801-4492-81ad-1056c79a917d] socks forwarding established\n2025-08-03 17:18:21.213 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42f3cd2e-b801-4492-81ad-1056c79a917d] socks connection closed\n2025-08-03 17:18:21.213 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][42f3cd2e-b801-4492-81ad-1056c79a917d] local connection closed\n2025-08-03 17:18:21.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:18:21.259 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54568 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:18:21.264 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9facb34a-3fc0-4c1e-8ee8-44d3b1fd26a8] resuming socket\n2025-08-03 17:18:21.264 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9facb34a-3fc0-4c1e-8ee8-44d3b1fd26a8] socks forwarding established\n2025-08-03 17:18:21.665 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9facb34a-3fc0-4c1e-8ee8-44d3b1fd26a8] socks connection closed\n2025-08-03 17:18:21.665 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][9facb34a-3fc0-4c1e-8ee8-44d3b1fd26a8] local connection closed\n2025-08-03 17:18:21.713 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54570 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:18:21.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:18:21.887 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a71d5544-c1b9-485f-a82f-e08db1faf4d0] resuming socket\n2025-08-03 17:18:21.887 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a71d5544-c1b9-485f-a82f-e08db1faf4d0] socks forwarding established\n2025-08-03 17:18:23.452 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a71d5544-c1b9-485f-a82f-e08db1faf4d0] socks connection closed\n2025-08-03 17:18:23.453 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a71d5544-c1b9-485f-a82f-e08db1faf4d0] local connection closed\n2025-08-03 17:18:23.504 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54572 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:18:43.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:18:43.574 [info] [command][80db3a92-e681-4b59-8831-8268056f1381] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""80db3a92-e681-4b59-8831-8268056f1381""}\n2025-08-03 17:18:43.575 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][7cb55d1c-bce8-4b6c-9fee-1bc528228bed] received connection request\n2025-08-03 17:18:43.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:18:43.631 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][7cb55d1c-bce8-4b6c-9fee-1bc528228bed] socks forwarding established\n2025-08-03 17:18:43.684 [info] [command][80db3a92-e681-4b59-8831-8268056f1381] Process exited with code 0\n2025-08-03 17:18:43.684 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][7cb55d1c-bce8-4b6c-9fee-1bc528228bed] socks connection closed\n2025-08-03 17:18:43.684 [info] [command][80db3a92-e681-4b59-8831-8268056f1381] Socket close event received\n2025-08-03 17:18:43.731 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54583 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:18:51.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:18:51.398 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a417d7c-d108-4433-84b4-51732549be34] resuming socket\n2025-08-03 17:18:51.398 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a417d7c-d108-4433-84b4-51732549be34] socks forwarding established\n2025-08-03 17:18:52.064 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a417d7c-d108-4433-84b4-51732549be34] socks connection closed\n2025-08-03 17:18:52.065 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][2a417d7c-d108-4433-84b4-51732549be34] local connection closed\n2025-08-03 17:18:52.113 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54585 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:18:54.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:18:54.793 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d92a23d6-6ee5-4833-8939-3a4c8285fb35] resuming socket\n2025-08-03 17:18:54.793 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d92a23d6-6ee5-4833-8939-3a4c8285fb35] socks forwarding established\n2025-08-03 17:18:55.256 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d92a23d6-6ee5-4833-8939-3a4c8285fb35] socks connection closed\n2025-08-03 17:18:55.256 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d92a23d6-6ee5-4833-8939-3a4c8285fb35] local connection closed\n2025-08-03 17:18:55.302 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54587 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:19:02.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:19:02.548 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][20f6ee27-f366-40c2-a25a-fb660409d425] resuming socket\n2025-08-03 17:19:02.548 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][20f6ee27-f366-40c2-a25a-fb660409d425] socks forwarding established\n2025-08-03 17:19:03.018 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][20f6ee27-f366-40c2-a25a-fb660409d425] socks connection closed\n2025-08-03 17:19:03.019 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][20f6ee27-f366-40c2-a25a-fb660409d425] local connection closed\n2025-08-03 17:19:03.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54590 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:19:06.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:19:06.506 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][02ccbe10-efbb-414d-a4e7-8a13f9277e38] resuming socket\n2025-08-03 17:19:06.506 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][02ccbe10-efbb-414d-a4e7-8a13f9277e38] socks forwarding established\n2025-08-03 17:19:07.108 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][02ccbe10-efbb-414d-a4e7-8a13f9277e38] socks connection closed\n2025-08-03 17:19:07.108 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][02ccbe10-efbb-414d-a4e7-8a13f9277e38] local connection closed\n2025-08-03 17:19:07.156 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54592 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:19:19.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:19:19.652 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8694174b-9d7d-41c4-a6bb-b1125e5ad3f7] resuming socket\n2025-08-03 17:19:19.653 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8694174b-9d7d-41c4-a6bb-b1125e5ad3f7] socks forwarding established\n2025-08-03 17:19:20.298 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8694174b-9d7d-41c4-a6bb-b1125e5ad3f7] socks connection closed\n2025-08-03 17:19:20.298 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8694174b-9d7d-41c4-a6bb-b1125e5ad3f7] local connection closed\n2025-08-03 17:19:20.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54597 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:19:23.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:19:23.070 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7b6ecb1c-0a74-41a5-bb93-af6cb09dfb3f] resuming socket\n2025-08-03 17:19:23.070 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7b6ecb1c-0a74-41a5-bb93-af6cb09dfb3f] socks forwarding established\n2025-08-03 17:19:23.839 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7b6ecb1c-0a74-41a5-bb93-af6cb09dfb3f] socks connection closed\n2025-08-03 17:19:23.839 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7b6ecb1c-0a74-41a5-bb93-af6cb09dfb3f] local connection closed\n2025-08-03 17:19:23.888 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54599 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:19:35.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:19:35.481 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce7a5a73-703d-48c2-96e0-3380a305f89e] resuming socket\n2025-08-03 17:19:35.481 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce7a5a73-703d-48c2-96e0-3380a305f89e] socks forwarding established\n2025-08-03 17:19:36.088 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce7a5a73-703d-48c2-96e0-3380a305f89e] socks connection closed\n2025-08-03 17:19:36.088 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][ce7a5a73-703d-48c2-96e0-3380a305f89e] local connection closed\n2025-08-03 17:19:36.137 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54621 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:19:41.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:19:41.412 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][04e8c144-bfd7-495a-9a70-d4fae9f84b97] resuming socket\n2025-08-03 17:19:41.412 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][04e8c144-bfd7-495a-9a70-d4fae9f84b97] socks forwarding established\n2025-08-03 17:19:42.151 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][04e8c144-bfd7-495a-9a70-d4fae9f84b97] socks connection closed\n2025-08-03 17:19:42.151 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][04e8c144-bfd7-495a-9a70-d4fae9f84b97] local connection closed\n2025-08-03 17:19:42.197 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54625 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:19:43.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:19:43.689 [info] [command][34e68171-1a87-455a-bb41-8daf2b87a423] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""34e68171-1a87-455a-bb41-8daf2b87a423""}\n2025-08-03 17:19:43.689 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c0ffe2f2-5962-4338-a351-33c8a2e3ddf7] received connection request\n2025-08-03 17:19:43.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:19:43.744 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c0ffe2f2-5962-4338-a351-33c8a2e3ddf7] socks forwarding established\n2025-08-03 17:19:43.798 [info] [command][34e68171-1a87-455a-bb41-8daf2b87a423] Process exited with code 0\n2025-08-03 17:19:43.798 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c0ffe2f2-5962-4338-a351-33c8a2e3ddf7] socks connection closed\n2025-08-03 17:19:43.798 [info] [command][34e68171-1a87-455a-bb41-8daf2b87a423] Socket close event received\n2025-08-03 17:19:43.850 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54627 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:20:14.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:20:14.258 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3b3f645e-e70f-4c6f-88fa-751f54a60329] resuming socket\n2025-08-03 17:20:14.258 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3b3f645e-e70f-4c6f-88fa-751f54a60329] socks forwarding established\n2025-08-03 17:20:14.915 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3b3f645e-e70f-4c6f-88fa-751f54a60329] socks connection closed\n2025-08-03 17:20:14.915 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][3b3f645e-e70f-4c6f-88fa-751f54a60329] local connection closed\n2025-08-03 17:20:14.965 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54635 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:20:19.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:20:19.672 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d8a7bd23-c1f7-4d65-8f60-5d24f74bf343] resuming socket\n2025-08-03 17:20:19.673 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d8a7bd23-c1f7-4d65-8f60-5d24f74bf343] socks forwarding established\n2025-08-03 17:20:20.235 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d8a7bd23-c1f7-4d65-8f60-5d24f74bf343] socks connection closed\n2025-08-03 17:20:20.235 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][d8a7bd23-c1f7-4d65-8f60-5d24f74bf343] local connection closed\n2025-08-03 17:20:20.282 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54637 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:20:29.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:20:29.831 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b9aceabf-cf72-44d6-815b-70bd21360da6] resuming socket\n2025-08-03 17:20:29.831 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b9aceabf-cf72-44d6-815b-70bd21360da6] socks forwarding established\n2025-08-03 17:20:30.286 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b9aceabf-cf72-44d6-815b-70bd21360da6] socks connection closed\n2025-08-03 17:20:30.286 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b9aceabf-cf72-44d6-815b-70bd21360da6] local connection closed\n2025-08-03 17:20:30.332 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54642 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:20:36.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:20:36.474 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][125a58d0-2c90-48ec-90ad-51cc64ba4b60] resuming socket\n2025-08-03 17:20:36.474 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][125a58d0-2c90-48ec-90ad-51cc64ba4b60] socks forwarding established\n2025-08-03 17:20:37.020 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][125a58d0-2c90-48ec-90ad-51cc64ba4b60] local connection closed\n2025-08-03 17:20:37.031 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][125a58d0-2c90-48ec-90ad-51cc64ba4b60] socks connection closed\n2025-08-03 17:20:37.071 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54647 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:20:43.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:20:43.805 [info] [command][bd2447c3-3679-4647-8c4f-43a29d1d1689] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""bd2447c3-3679-4647-8c4f-43a29d1d1689""}\n2025-08-03 17:20:43.805 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][f3dbf768-5ee5-427c-8c3c-035aade58b28] received connection request\n2025-08-03 17:20:43.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:20:43.853 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f3dbf768-5ee5-427c-8c3c-035aade58b28] socks forwarding established\n2025-08-03 17:20:43.906 [info] [command][bd2447c3-3679-4647-8c4f-43a29d1d1689] Process exited with code 0\n2025-08-03 17:20:43.906 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f3dbf768-5ee5-427c-8c3c-035aade58b28] socks connection closed\n2025-08-03 17:20:43.906 [info] [command][bd2447c3-3679-4647-8c4f-43a29d1d1689] Socket close event received\n2025-08-03 17:20:43.951 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54651 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:21:01.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:21:01.069 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e42cdeef-ca99-4d49-b9b6-370a6e941b7d] resuming socket\n2025-08-03 17:21:01.069 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e42cdeef-ca99-4d49-b9b6-370a6e941b7d] socks forwarding established\n2025-08-03 17:21:01.646 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e42cdeef-ca99-4d49-b9b6-370a6e941b7d] socks connection closed\n2025-08-03 17:21:01.647 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e42cdeef-ca99-4d49-b9b6-370a6e941b7d] local connection closed\n2025-08-03 17:21:01.695 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54654 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:21:07.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:21:07.187 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5bb1659b-f845-40c8-8348-d0e6eff38bc0] resuming socket\n2025-08-03 17:21:07.187 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5bb1659b-f845-40c8-8348-d0e6eff38bc0] socks forwarding established\n2025-08-03 17:21:07.669 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5bb1659b-f845-40c8-8348-d0e6eff38bc0] socks connection closed\n2025-08-03 17:21:07.670 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][5bb1659b-f845-40c8-8348-d0e6eff38bc0] local connection closed\n2025-08-03 17:21:07.716 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54658 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:21:14.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:21:14.988 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][834a9a4f-15de-497c-a9d3-9f62aad04798] resuming socket\n2025-08-03 17:21:14.989 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][834a9a4f-15de-497c-a9d3-9f62aad04798] socks forwarding established\n2025-08-03 17:21:15.390 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][834a9a4f-15de-497c-a9d3-9f62aad04798] local connection closed\n2025-08-03 17:21:15.401 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][834a9a4f-15de-497c-a9d3-9f62aad04798] socks connection closed\n2025-08-03 17:21:15.436 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54663 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:21:17.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:21:17.381 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb8b1589-d884-43a9-b8dc-249dafe29940] resuming socket\n2025-08-03 17:21:17.381 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb8b1589-d884-43a9-b8dc-249dafe29940] socks forwarding established\n2025-08-03 17:21:17.885 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb8b1589-d884-43a9-b8dc-249dafe29940] socks connection closed\n2025-08-03 17:21:17.885 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][cb8b1589-d884-43a9-b8dc-249dafe29940] local connection closed\n2025-08-03 17:21:17.930 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54665 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:21:22.304 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:21:22.358 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bee88886-6d5f-44a4-9ffd-536e9210a5a1] resuming socket\n2025-08-03 17:21:22.359 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bee88886-6d5f-44a4-9ffd-536e9210a5a1] socks forwarding established\n2025-08-03 17:21:22.835 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bee88886-6d5f-44a4-9ffd-536e9210a5a1] socks connection closed\n2025-08-03 17:21:22.836 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][bee88886-6d5f-44a4-9ffd-536e9210a5a1] local connection closed\n2025-08-03 17:21:22.880 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54668 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:21:40.417 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:21:40.469 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7c94553e-4357-458c-8608-0dd2484829eb] resuming socket\n2025-08-03 17:21:40.469 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7c94553e-4357-458c-8608-0dd2484829eb] socks forwarding established\n2025-08-03 17:21:40.908 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7c94553e-4357-458c-8608-0dd2484829eb] local connection closed\n2025-08-03 17:21:40.915 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7c94553e-4357-458c-8608-0dd2484829eb] socks connection closed\n2025-08-03 17:21:40.954 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54696 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:21:43.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:21:43.913 [info] [command][cf59d21f-875d-4fe0-97d6-37ce2f73ace9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""cf59d21f-875d-4fe0-97d6-37ce2f73ace9""}\n2025-08-03 17:21:43.914 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ced01c46-32d2-4aec-bbe4-08024f760231] received connection request\n2025-08-03 17:21:43.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:21:43.971 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ced01c46-32d2-4aec-bbe4-08024f760231] socks forwarding established\n2025-08-03 17:21:44.021 [info] [command][cf59d21f-875d-4fe0-97d6-37ce2f73ace9] Process exited with code 0\n2025-08-03 17:21:44.022 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ced01c46-32d2-4aec-bbe4-08024f760231] socks connection closed\n2025-08-03 17:21:44.022 [info] [command][cf59d21f-875d-4fe0-97d6-37ce2f73ace9] Socket close event received\n2025-08-03 17:21:44.068 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54701 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:22:44.027 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:22:44.029 [info] [command][c7c90515-d3a6-4935-8823-483373b2b4ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""c7c90515-d3a6-4935-8823-483373b2b4ca""}\n2025-08-03 17:22:44.030 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2bf5c654-0000-44af-bdf8-511b5f6bbab6] received connection request\n2025-08-03 17:22:44.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:22:44.076 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2bf5c654-0000-44af-bdf8-511b5f6bbab6] socks forwarding established\n2025-08-03 17:22:44.127 [info] [command][c7c90515-d3a6-4935-8823-483373b2b4ca] Process exited with code 0\n2025-08-03 17:22:44.127 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2bf5c654-0000-44af-bdf8-511b5f6bbab6] socks connection closed\n2025-08-03 17:22:44.127 [info] [command][c7c90515-d3a6-4935-8823-483373b2b4ca] Socket close event received\n2025-08-03 17:22:44.177 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54717 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:22:46.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:22:46.648 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7885f925-f40f-4301-a678-f91fa1976a9e] resuming socket\n2025-08-03 17:22:46.648 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7885f925-f40f-4301-a678-f91fa1976a9e] socks forwarding established\n2025-08-03 17:22:47.159 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7885f925-f40f-4301-a678-f91fa1976a9e] local connection closed\n2025-08-03 17:22:47.168 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][7885f925-f40f-4301-a678-f91fa1976a9e] socks connection closed\n2025-08-03 17:22:47.209 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54719 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:22:52.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:22:52.407 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][29fb7873-9617-4c38-babf-c5b3ba96c450] resuming socket\n2025-08-03 17:22:52.407 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][29fb7873-9617-4c38-babf-c5b3ba96c450] socks forwarding established\n2025-08-03 17:22:52.980 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][29fb7873-9617-4c38-babf-c5b3ba96c450] socks connection closed\n2025-08-03 17:22:52.980 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][29fb7873-9617-4c38-babf-c5b3ba96c450] local connection closed\n2025-08-03 17:22:53.030 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54722 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:22:54.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:22:54.673 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c2aaac89-4403-415a-8183-cb81a5d74877] resuming socket\n2025-08-03 17:22:54.673 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c2aaac89-4403-415a-8183-cb81a5d74877] socks forwarding established\n2025-08-03 17:22:55.086 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c2aaac89-4403-415a-8183-cb81a5d74877] local connection closed\n2025-08-03 17:22:55.094 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][c2aaac89-4403-415a-8183-cb81a5d74877] socks connection closed\n2025-08-03 17:22:55.133 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54724 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:22:57.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:22:57.583 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a3e74f9c-34e8-4e74-b295-9e2824c6b602] resuming socket\n2025-08-03 17:22:57.583 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a3e74f9c-34e8-4e74-b295-9e2824c6b602] socks forwarding established\n2025-08-03 17:22:58.149 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a3e74f9c-34e8-4e74-b295-9e2824c6b602] socks connection closed\n2025-08-03 17:22:58.149 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][a3e74f9c-34e8-4e74-b295-9e2824c6b602] local connection closed\n2025-08-03 17:22:58.195 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54728 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:23:05.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:23:05.383 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b04767ed-6f32-4b09-baaa-09ebc6068ce3] resuming socket\n2025-08-03 17:23:05.383 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b04767ed-6f32-4b09-baaa-09ebc6068ce3] socks forwarding established\n2025-08-03 17:23:05.869 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b04767ed-6f32-4b09-baaa-09ebc6068ce3] socks connection closed\n2025-08-03 17:23:05.870 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b04767ed-6f32-4b09-baaa-09ebc6068ce3] local connection closed\n2025-08-03 17:23:05.915 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54731 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:23:17.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:23:17.466 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f745a3d-f62b-4823-9132-64e9307ade81] resuming socket\n2025-08-03 17:23:17.466 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f745a3d-f62b-4823-9132-64e9307ade81] socks forwarding established\n2025-08-03 17:23:17.517 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f745a3d-f62b-4823-9132-64e9307ade81] local connection closed\n2025-08-03 17:23:17.525 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][8f745a3d-f62b-4823-9132-64e9307ade81] socks connection closed\n2025-08-03 17:23:17.563 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54734 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:23:44.132 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:23:44.134 [info] [command][b859afe7-b920-4981-a203-804e91c60a20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""b859afe7-b920-4981-a203-804e91c60a20""}\n2025-08-03 17:23:44.134 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a217ae83-3723-439d-88f1-bba0d78b7d4d] received connection request\n2025-08-03 17:23:44.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:23:44.180 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a217ae83-3723-439d-88f1-bba0d78b7d4d] socks forwarding established\n2025-08-03 17:23:44.231 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][a217ae83-3723-439d-88f1-bba0d78b7d4d] socks connection closed\n2025-08-03 17:23:44.231 [info] [command][b859afe7-b920-4981-a203-804e91c60a20] Process exited with code 0\n2025-08-03 17:23:44.231 [info] [command][b859afe7-b920-4981-a203-804e91c60a20] Socket close event received\n2025-08-03 17:23:44.277 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54744 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:24:44.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:24:44.239 [info] [command][d81d77d6-4a13-49df-81e7-5b902d464fef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""d81d77d6-4a13-49df-81e7-5b902d464fef""}\n2025-08-03 17:24:44.239 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d2ef0f83-bf7a-44bd-a481-a4d971a2f3bf] received connection request\n2025-08-03 17:24:44.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:24:44.288 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d2ef0f83-bf7a-44bd-a481-a4d971a2f3bf] socks forwarding established\n2025-08-03 17:24:44.339 [info] [command][d81d77d6-4a13-49df-81e7-5b902d464fef] Process exited with code 0\n2025-08-03 17:24:44.339 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d2ef0f83-bf7a-44bd-a481-a4d971a2f3bf] socks connection closed\n2025-08-03 17:24:44.339 [info] [command][d81d77d6-4a13-49df-81e7-5b902d464fef] Socket close event received\n2025-08-03 17:24:44.386 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54774 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:25:44.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:25:44.340 [info] [command][2223c0a4-7e05-49fa-8689-d240f0df1fad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""2223c0a4-7e05-49fa-8689-d240f0df1fad""}\n2025-08-03 17:25:44.340 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][45cd3ec5-41d5-42b3-9e85-53672798af5e] received connection request\n2025-08-03 17:25:44.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 17:25:44.340 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:25:44.389 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][45cd3ec5-41d5-42b3-9e85-53672798af5e] socks forwarding established\n2025-08-03 17:25:44.446 [info] [command][2223c0a4-7e05-49fa-8689-d240f0df1fad] Process exited with code 0\n2025-08-03 17:25:44.446 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][45cd3ec5-41d5-42b3-9e85-53672798af5e] socks connection closed\n2025-08-03 17:25:44.446 [info] [command][2223c0a4-7e05-49fa-8689-d240f0df1fad] Socket close event received\n2025-08-03 17:25:44.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54792 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:26:44.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:26:44.456 [info] [command][33328dbe-89aa-49f0-af68-b0f880c9d980] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""33328dbe-89aa-49f0-af68-b0f880c9d980""}\n2025-08-03 17:26:44.456 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][c8669adf-a55c-4c6a-85be-097c81484fe3] received connection request\n2025-08-03 17:26:44.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:26:44.504 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c8669adf-a55c-4c6a-85be-097c81484fe3] socks forwarding established\n2025-08-03 17:26:44.555 [info] [command][33328dbe-89aa-49f0-af68-b0f880c9d980] Process exited with code 0\n2025-08-03 17:26:44.556 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][c8669adf-a55c-4c6a-85be-097c81484fe3] socks connection closed\n2025-08-03 17:26:44.556 [info] [command][33328dbe-89aa-49f0-af68-b0f880c9d980] Socket close event received\n2025-08-03 17:26:44.602 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54828 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:27:35.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:27:35.648 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][320c5b72-ffbd-459a-9381-52346a56d763] resuming socket\n2025-08-03 17:27:35.648 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][320c5b72-ffbd-459a-9381-52346a56d763] socks forwarding established\n2025-08-03 17:27:36.075 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][320c5b72-ffbd-459a-9381-52346a56d763] local connection closed\n2025-08-03 17:27:36.086 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][320c5b72-ffbd-459a-9381-52346a56d763] socks connection closed\n2025-08-03 17:27:36.122 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54843 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:27:37.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:27:37.246 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f658b124-5ede-4cb8-9bfd-0578117c6c02] resuming socket\n2025-08-03 17:27:37.246 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f658b124-5ede-4cb8-9bfd-0578117c6c02] socks forwarding established\n2025-08-03 17:27:37.294 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f658b124-5ede-4cb8-9bfd-0578117c6c02] local connection closed\n2025-08-03 17:27:37.304 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][f658b124-5ede-4cb8-9bfd-0578117c6c02] socks connection closed\n2025-08-03 17:27:37.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:27:37.341 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54845 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:27:37.356 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b41ac3f1-7388-4f73-9003-ca44796d0b44] resuming socket\n2025-08-03 17:27:37.357 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b41ac3f1-7388-4f73-9003-ca44796d0b44] socks forwarding established\n2025-08-03 17:27:37.753 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b41ac3f1-7388-4f73-9003-ca44796d0b44] local connection closed\n2025-08-03 17:27:37.759 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][b41ac3f1-7388-4f73-9003-ca44796d0b44] socks connection closed\n2025-08-03 17:27:37.798 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54847 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:27:44.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:27:44.564 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8255958c-730b-4ba1-a572-b944305b86e2] received connection request\n2025-08-03 17:27:44.564 [info] [command][1b028f6f-9251-46e2-8ccb-6501338e80b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1b028f6f-9251-46e2-8ccb-6501338e80b2""}\n2025-08-03 17:27:44.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:27:44.615 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8255958c-730b-4ba1-a572-b944305b86e2] socks forwarding established\n2025-08-03 17:27:44.666 [info] [command][1b028f6f-9251-46e2-8ccb-6501338e80b2] Process exited with code 0\n2025-08-03 17:27:44.666 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][8255958c-730b-4ba1-a572-b944305b86e2] socks connection closed\n2025-08-03 17:27:44.667 [info] [command][1b028f6f-9251-46e2-8ccb-6501338e80b2] Socket close event received\n2025-08-03 17:27:44.715 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54850 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:27:50.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:27:50.635 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0c7eb88d-7a21-4543-8b76-c51488866e8e] resuming socket\n2025-08-03 17:27:50.635 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0c7eb88d-7a21-4543-8b76-c51488866e8e] socks forwarding established\n2025-08-03 17:27:50.684 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0c7eb88d-7a21-4543-8b76-c51488866e8e] local connection closed\n2025-08-03 17:27:50.694 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][0c7eb88d-7a21-4543-8b76-c51488866e8e] socks connection closed\n2025-08-03 17:27:50.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:27:50.732 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54853 to 127.0.0.1 port 50402, nchannels 7\n\n2025-08-03 17:27:50.773 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e2e3d018-6bf0-4219-8569-fc75d9902aca] resuming socket\n2025-08-03 17:27:50.773 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e2e3d018-6bf0-4219-8569-fc75d9902aca] socks forwarding established\n2025-08-03 17:27:50.826 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e2e3d018-6bf0-4219-8569-fc75d9902aca] local connection closed\n2025-08-03 17:27:50.835 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:50402 -> localhost:6006][e2e3d018-6bf0-4219-8569-fc75d9902aca] socks connection closed\n2025-08-03 17:27:50.878 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 50402 for localhost port 6006, connect from 127.0.0.1 port 54855 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:28:44.670 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:28:44.671 [info] [command][e1bb4e2f-6c08-4835-af0b-b698f1b1d6b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""e1bb4e2f-6c08-4835-af0b-b698f1b1d6b7""}\n2025-08-03 17:28:44.672 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2bd0e50e-2291-42ba-96d8-d8f3990672bd] received connection request\n2025-08-03 17:28:44.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:28:44.720 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2bd0e50e-2291-42ba-96d8-d8f3990672bd] socks forwarding established\n2025-08-03 17:28:44.771 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2bd0e50e-2291-42ba-96d8-d8f3990672bd] socks connection closed\n2025-08-03 17:28:44.771 [info] [command][e1bb4e2f-6c08-4835-af0b-b698f1b1d6b7] Process exited with code 0\n2025-08-03 17:28:44.771 [info] [command][e1bb4e2f-6c08-4835-af0b-b698f1b1d6b7] Socket close event received\n2025-08-03 17:28:44.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54872 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:29:44.773 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:29:44.776 [info] [command][ff32559d-eb80-4656-a350-7af3bab47d3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""ff32559d-eb80-4656-a350-7af3bab47d3e""}\n2025-08-03 17:29:44.777 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][974dde7f-0762-4d44-98ac-add2aa8fd195] received connection request\n2025-08-03 17:29:44.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:29:44.827 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][974dde7f-0762-4d44-98ac-add2aa8fd195] socks forwarding established\n2025-08-03 17:29:44.881 [info] [command][ff32559d-eb80-4656-a350-7af3bab47d3e] Process exited with code 0\n2025-08-03 17:29:44.882 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][974dde7f-0762-4d44-98ac-add2aa8fd195] socks connection closed\n2025-08-03 17:29:44.882 [info] [command][ff32559d-eb80-4656-a350-7af3bab47d3e] Socket close event received\n2025-08-03 17:29:44.933 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54906 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:30:44.888 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:30:44.890 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][19e592cb-76a0-4384-9d78-3ecdfd1403d1] received connection request\n2025-08-03 17:30:44.891 [info] [command][441fd63f-ece6-4206-b1d0-2578b8d5b9da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""441fd63f-ece6-4206-b1d0-2578b8d5b9da""}\n2025-08-03 17:30:44.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:30:44.944 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][19e592cb-76a0-4384-9d78-3ecdfd1403d1] socks forwarding established\n2025-08-03 17:30:44.998 [info] [command][441fd63f-ece6-4206-b1d0-2578b8d5b9da] Process exited with code 0\n2025-08-03 17:30:44.999 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][19e592cb-76a0-4384-9d78-3ecdfd1403d1] socks connection closed\n2025-08-03 17:30:44.999 [info] [command][441fd63f-ece6-4206-b1d0-2578b8d5b9da] Socket close event received\n2025-08-03 17:30:45.050 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54925 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:31:45.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:31:45.008 [info] [command][1b5ba985-26c5-4bab-8058-b712766a63ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1b5ba985-26c5-4bab-8058-b712766a63ff""}\n2025-08-03 17:31:45.009 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][22f3b49d-0801-4089-aa09-27f1c85f55ab] received connection request\n2025-08-03 17:31:45.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:31:45.058 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][22f3b49d-0801-4089-aa09-27f1c85f55ab] socks forwarding established\n2025-08-03 17:31:45.112 [info] [command][1b5ba985-26c5-4bab-8058-b712766a63ff] Process exited with code 0\n2025-08-03 17:31:45.113 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][22f3b49d-0801-4089-aa09-27f1c85f55ab] socks connection closed\n2025-08-03 17:31:45.113 [info] [command][1b5ba985-26c5-4bab-8058-b712766a63ff] Socket close event received\n2025-08-03 17:31:45.162 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 54974 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:32:45.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:32:45.117 [info] [command][6dd8902e-4b51-4dfa-9c26-5b5efac8c574] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6dd8902e-4b51-4dfa-9c26-5b5efac8c574""}\n2025-08-03 17:32:45.118 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][fbe72b1d-2d96-4654-a78a-dde3ff9707a6] received connection request\n2025-08-03 17:32:45.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:32:45.171 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][fbe72b1d-2d96-4654-a78a-dde3ff9707a6] socks forwarding established\n2025-08-03 17:32:45.221 [info] [command][6dd8902e-4b51-4dfa-9c26-5b5efac8c574] Process exited with code 0\n2025-08-03 17:32:45.222 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][fbe72b1d-2d96-4654-a78a-dde3ff9707a6] socks connection closed\n2025-08-03 17:32:45.222 [info] [command][6dd8902e-4b51-4dfa-9c26-5b5efac8c574] Socket close event received\n2025-08-03 17:32:45.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55010 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:33:45.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:33:45.227 [info] [command][fe0692d3-dfe6-4acf-8912-773fb6256b4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""fe0692d3-dfe6-4acf-8912-773fb6256b4d""}\n2025-08-03 17:33:45.228 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][9533d30c-4ea6-4ae3-90f9-d711580db593] received connection request\n2025-08-03 17:33:45.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:33:45.281 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][9533d30c-4ea6-4ae3-90f9-d711580db593] socks forwarding established\n2025-08-03 17:33:45.334 [info] [command][fe0692d3-dfe6-4acf-8912-773fb6256b4d] Process exited with code 0\n2025-08-03 17:33:45.335 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][9533d30c-4ea6-4ae3-90f9-d711580db593] socks connection closed\n2025-08-03 17:33:45.335 [info] [command][fe0692d3-dfe6-4acf-8912-773fb6256b4d] Socket close event received\n2025-08-03 17:33:45.385 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55040 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:34:45.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:34:45.339 [info] [command][81cb61e0-83e4-48bd-9013-c5a33f4a4c8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""81cb61e0-83e4-48bd-9013-c5a33f4a4c8d""}\n2025-08-03 17:34:45.340 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2e8f2fe3-01a9-4fc0-98f3-659b7e654d3d] received connection request\n2025-08-03 17:34:45.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 17:34:45.340 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:34:45.388 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2e8f2fe3-01a9-4fc0-98f3-659b7e654d3d] socks forwarding established\n2025-08-03 17:34:45.481 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][2e8f2fe3-01a9-4fc0-98f3-659b7e654d3d] socks connection closed\n2025-08-03 17:34:45.481 [info] [command][81cb61e0-83e4-48bd-9013-c5a33f4a4c8d] Process exited with code 0\n2025-08-03 17:34:45.482 [info] [command][81cb61e0-83e4-48bd-9013-c5a33f4a4c8d] Socket close event received\n2025-08-03 17:34:45.527 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55089 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:35:45.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:35:45.491 [info] [command][5fdabfcf-9916-4810-bc91-4aee3dcf2e94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5fdabfcf-9916-4810-bc91-4aee3dcf2e94""}\n2025-08-03 17:35:45.492 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][30189961-e05b-4804-a3cf-b844c94ddef7] received connection request\n2025-08-03 17:35:45.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:35:45.545 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][30189961-e05b-4804-a3cf-b844c94ddef7] socks forwarding established\n2025-08-03 17:35:45.600 [info] [command][5fdabfcf-9916-4810-bc91-4aee3dcf2e94] Process exited with code 0\n2025-08-03 17:35:45.600 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][30189961-e05b-4804-a3cf-b844c94ddef7] socks connection closed\n2025-08-03 17:35:45.600 [info] [command][5fdabfcf-9916-4810-bc91-4aee3dcf2e94] Socket close event received\n2025-08-03 17:35:45.646 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55105 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:36:45.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:36:45.607 [info] [command][36eb1051-62a5-4640-8c26-baf644d39010] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""36eb1051-62a5-4640-8c26-baf644d39010""}\n2025-08-03 17:36:45.608 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ecd56648-10c4-4cfc-aaaf-0bf83a812575] received connection request\n2025-08-03 17:36:45.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:36:45.656 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ecd56648-10c4-4cfc-aaaf-0bf83a812575] socks forwarding established\n2025-08-03 17:36:45.709 [info] [command][36eb1051-62a5-4640-8c26-baf644d39010] Process exited with code 0\n2025-08-03 17:36:45.709 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][ecd56648-10c4-4cfc-aaaf-0bf83a812575] socks connection closed\n2025-08-03 17:36:45.709 [info] [command][36eb1051-62a5-4640-8c26-baf644d39010] Socket close event received\n2025-08-03 17:36:45.754 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55143 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:37:45.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:37:45.717 [info] [command][65c06da9-2e92-4fa2-a79c-7128fb1f521b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""65c06da9-2e92-4fa2-a79c-7128fb1f521b""}\n2025-08-03 17:37:45.718 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][41587e31-b56f-4806-8ee6-1b36fbbefb32] received connection request\n2025-08-03 17:37:45.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:37:45.769 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][41587e31-b56f-4806-8ee6-1b36fbbefb32] socks forwarding established\n2025-08-03 17:37:45.819 [info] [command][65c06da9-2e92-4fa2-a79c-7128fb1f521b] Process exited with code 0\n2025-08-03 17:37:45.820 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][41587e31-b56f-4806-8ee6-1b36fbbefb32] socks connection closed\n2025-08-03 17:37:45.820 [info] [command][65c06da9-2e92-4fa2-a79c-7128fb1f521b] Socket close event received\n2025-08-03 17:37:45.867 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55156 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:38:45.824 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:38:45.827 [info] [command][b4b4b1f5-d609-4c37-89e2-7985cf50b274] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""b4b4b1f5-d609-4c37-89e2-7985cf50b274""}\n2025-08-03 17:38:45.827 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d892d752-26a0-469e-a435-13d3bacddddc] received connection request\n2025-08-03 17:38:45.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:38:45.877 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d892d752-26a0-469e-a435-13d3bacddddc] socks forwarding established\n2025-08-03 17:38:45.931 [info] [command][b4b4b1f5-d609-4c37-89e2-7985cf50b274] Process exited with code 0\n2025-08-03 17:38:45.931 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d892d752-26a0-469e-a435-13d3bacddddc] socks connection closed\n2025-08-03 17:38:45.932 [info] [command][b4b4b1f5-d609-4c37-89e2-7985cf50b274] Socket close event received\n2025-08-03 17:38:45.982 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55182 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:39:45.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:39:45.940 [info] [command][630958ce-af12-4d3c-992d-7de18c1d4031] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""630958ce-af12-4d3c-992d-7de18c1d4031""}\n2025-08-03 17:39:45.941 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][62983946-504b-403f-9cca-0569f9d5abf2] received connection request\n2025-08-03 17:39:45.941 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:39:45.990 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][62983946-504b-403f-9cca-0569f9d5abf2] socks forwarding established\n2025-08-03 17:39:46.053 [info] [command][630958ce-af12-4d3c-992d-7de18c1d4031] Process exited with code 0\n2025-08-03 17:39:46.053 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][62983946-504b-403f-9cca-0569f9d5abf2] socks connection closed\n2025-08-03 17:39:46.053 [info] [command][630958ce-af12-4d3c-992d-7de18c1d4031] Socket close event received\n2025-08-03 17:39:46.103 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55210 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:40:46.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:40:46.062 [info] [command][7bfe38b9-7419-43c2-b926-aef5b420e1f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7bfe38b9-7419-43c2-b926-aef5b420e1f8""}\n2025-08-03 17:40:46.062 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][198ce7bf-a21b-487f-bdd4-fd8e87323e26] received connection request\n2025-08-03 17:40:46.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:40:46.110 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][198ce7bf-a21b-487f-bdd4-fd8e87323e26] socks forwarding established\n2025-08-03 17:40:46.161 [info] [command][7bfe38b9-7419-43c2-b926-aef5b420e1f8] Process exited with code 0\n2025-08-03 17:40:46.161 [info] [command][7bfe38b9-7419-43c2-b926-aef5b420e1f8] Socket close event received\n2025-08-03 17:40:46.162 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][198ce7bf-a21b-487f-bdd4-fd8e87323e26] socks connection closed\n2025-08-03 17:40:46.209 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55225 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:41:46.167 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:41:46.169 [info] [command][67383a7e-e926-4f24-833c-457c877e94b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""67383a7e-e926-4f24-833c-457c877e94b4""}\n2025-08-03 17:41:46.170 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][116439cf-9f69-49a4-9471-4d7af491afb4] received connection request\n2025-08-03 17:41:46.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 17:41:46.170 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:41:46.220 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][116439cf-9f69-49a4-9471-4d7af491afb4] socks forwarding established\n2025-08-03 17:41:46.272 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][116439cf-9f69-49a4-9471-4d7af491afb4] socks connection closed\n2025-08-03 17:41:46.273 [info] [command][67383a7e-e926-4f24-833c-457c877e94b4] Process exited with code 0\n2025-08-03 17:41:46.273 [info] [command][67383a7e-e926-4f24-833c-457c877e94b4] Socket close event received\n2025-08-03 17:41:46.322 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55257 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:42:46.279 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:42:46.281 [info] [command][19d39c6d-bdf6-4fe1-a68f-7d4749c67879] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""19d39c6d-bdf6-4fe1-a68f-7d4749c67879""}\n2025-08-03 17:42:46.282 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][051681b0-191b-4db8-90d0-8a8925f16580] received connection request\n2025-08-03 17:42:46.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:42:46.332 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][051681b0-191b-4db8-90d0-8a8925f16580] socks forwarding established\n2025-08-03 17:42:46.383 [info] [command][19d39c6d-bdf6-4fe1-a68f-7d4749c67879] Process exited with code 0\n2025-08-03 17:42:46.384 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][051681b0-191b-4db8-90d0-8a8925f16580] socks connection closed\n2025-08-03 17:42:46.384 [info] [command][19d39c6d-bdf6-4fe1-a68f-7d4749c67879] Socket close event received\n2025-08-03 17:42:46.432 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55297 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:43:46.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:43:46.392 [info] [command][9d909b1b-a04f-43df-b838-4902775eafcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""9d909b1b-a04f-43df-b838-4902775eafcf""}\n2025-08-03 17:43:46.393 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][0ecffdd2-a76d-4a85-a47e-36c74c12f835] received connection request\n2025-08-03 17:43:46.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:43:46.444 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0ecffdd2-a76d-4a85-a47e-36c74c12f835] socks forwarding established\n2025-08-03 17:43:46.495 [info] [command][9d909b1b-a04f-43df-b838-4902775eafcf] Process exited with code 0\n2025-08-03 17:43:46.495 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][0ecffdd2-a76d-4a85-a47e-36c74c12f835] socks connection closed\n2025-08-03 17:43:46.495 [info] [command][9d909b1b-a04f-43df-b838-4902775eafcf] Socket close event received\n2025-08-03 17:43:46.543 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55325 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:44:46.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:44:46.502 [info] [command][b624549a-1d4d-4c0b-80ed-7fccebc85783] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""b624549a-1d4d-4c0b-80ed-7fccebc85783""}\n2025-08-03 17:44:46.502 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][437cbeb4-b938-483a-95bd-1919862e2916] received connection request\n2025-08-03 17:44:46.503 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:44:46.552 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][437cbeb4-b938-483a-95bd-1919862e2916] socks forwarding established\n2025-08-03 17:44:46.606 [info] [command][b624549a-1d4d-4c0b-80ed-7fccebc85783] Process exited with code 0\n2025-08-03 17:44:46.606 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][437cbeb4-b938-483a-95bd-1919862e2916] socks connection closed\n2025-08-03 17:44:46.606 [info] [command][b624549a-1d4d-4c0b-80ed-7fccebc85783] Socket close event received\n2025-08-03 17:44:46.656 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55362 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:45:46.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:45:46.614 [info] [command][531b7c5d-3fe8-4758-8133-6a7c2e77e89e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""531b7c5d-3fe8-4758-8133-6a7c2e77e89e""}\n2025-08-03 17:45:46.614 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][e1ccabc0-6afe-4cbb-8c47-b83c2f744dcc] received connection request\n2025-08-03 17:45:46.614 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:45:46.663 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][e1ccabc0-6afe-4cbb-8c47-b83c2f744dcc] socks forwarding established\n2025-08-03 17:45:46.716 [info] [command][531b7c5d-3fe8-4758-8133-6a7c2e77e89e] Process exited with code 0\n2025-08-03 17:45:46.716 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][e1ccabc0-6afe-4cbb-8c47-b83c2f744dcc] socks connection closed\n2025-08-03 17:45:46.716 [info] [command][531b7c5d-3fe8-4758-8133-6a7c2e77e89e] Socket close event received\n2025-08-03 17:45:46.768 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55387 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:46:46.722 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:46:46.725 [info] [command][30624402-f6b8-418b-ae98-e52362554921] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""30624402-f6b8-418b-ae98-e52362554921""}\n2025-08-03 17:46:46.726 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][3b369b68-89f9-4d67-ba59-8aa5007557e1] received connection request\n2025-08-03 17:46:46.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:46:46.783 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3b369b68-89f9-4d67-ba59-8aa5007557e1] socks forwarding established\n2025-08-03 17:46:46.835 [info] [command][30624402-f6b8-418b-ae98-e52362554921] Process exited with code 0\n2025-08-03 17:46:46.835 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][3b369b68-89f9-4d67-ba59-8aa5007557e1] socks connection closed\n2025-08-03 17:46:46.835 [info] [command][30624402-f6b8-418b-ae98-e52362554921] Socket close event received\n2025-08-03 17:46:46.880 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55424 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:47:46.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:47:46.840 [info] [command][e747aac6-bd09-448f-bbad-4664ae6e2cf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""e747aac6-bd09-448f-bbad-4664ae6e2cf7""}\n2025-08-03 17:47:46.841 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][6814a7ec-83fc-42fa-a7ea-51604035f78b] received connection request\n2025-08-03 17:47:46.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:47:46.894 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6814a7ec-83fc-42fa-a7ea-51604035f78b] socks forwarding established\n2025-08-03 17:47:46.946 [info] [command][e747aac6-bd09-448f-bbad-4664ae6e2cf7] Process exited with code 0\n2025-08-03 17:47:46.946 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6814a7ec-83fc-42fa-a7ea-51604035f78b] socks connection closed\n2025-08-03 17:47:46.946 [info] [command][e747aac6-bd09-448f-bbad-4664ae6e2cf7] Socket close event received\n2025-08-03 17:47:46.999 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55447 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:48:46.950 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:48:46.953 [info] [command][2345ad37-acf5-49fb-be27-a4d5dfdc4f0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""2345ad37-acf5-49fb-be27-a4d5dfdc4f0f""}\n2025-08-03 17:48:46.953 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5a4e4401-5a23-4ff5-a4dc-38f82189170f] received connection request\n2025-08-03 17:48:46.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:48:47.003 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5a4e4401-5a23-4ff5-a4dc-38f82189170f] socks forwarding established\n2025-08-03 17:48:47.054 [info] [command][2345ad37-acf5-49fb-be27-a4d5dfdc4f0f] Process exited with code 0\n2025-08-03 17:48:47.054 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][5a4e4401-5a23-4ff5-a4dc-38f82189170f] socks connection closed\n2025-08-03 17:48:47.054 [info] [command][2345ad37-acf5-49fb-be27-a4d5dfdc4f0f] Socket close event received\n2025-08-03 17:48:47.104 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55468 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:49:47.056 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:49:47.058 [info] [command][56988474-ca04-457b-9c0a-fceece0e82e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""56988474-ca04-457b-9c0a-fceece0e82e4""}\n2025-08-03 17:49:47.059 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d9db126d-fbcf-4f76-8bff-92e1a0b8f878] received connection request\n2025-08-03 17:49:47.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:49:47.107 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d9db126d-fbcf-4f76-8bff-92e1a0b8f878] socks forwarding established\n2025-08-03 17:49:47.155 [info] [command][56988474-ca04-457b-9c0a-fceece0e82e4] Process exited with code 0\n2025-08-03 17:49:47.155 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][d9db126d-fbcf-4f76-8bff-92e1a0b8f878] socks connection closed\n2025-08-03 17:49:47.155 [info] [command][56988474-ca04-457b-9c0a-fceece0e82e4] Socket close event received\n2025-08-03 17:49:47.201 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55515 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:50:47.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:50:47.160 [info] [command][331ca7cf-81d0-4f72-bf36-848c3bd5ae25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""331ca7cf-81d0-4f72-bf36-848c3bd5ae25""}\n2025-08-03 17:50:47.161 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][040366d8-22ea-470d-9fb6-a2a5bf0e187c] received connection request\n2025-08-03 17:50:47.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:50:47.209 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][040366d8-22ea-470d-9fb6-a2a5bf0e187c] socks forwarding established\n2025-08-03 17:50:47.262 [info] [command][331ca7cf-81d0-4f72-bf36-848c3bd5ae25] Process exited with code 0\n2025-08-03 17:50:47.262 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][040366d8-22ea-470d-9fb6-a2a5bf0e187c] socks connection closed\n2025-08-03 17:50:47.262 [info] [command][331ca7cf-81d0-4f72-bf36-848c3bd5ae25] Socket close event received\n2025-08-03 17:50:47.306 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55534 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:51:47.268 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:51:47.270 [info] [command][dae1fa31-3eca-46b9-a8d5-cf521f470beb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""dae1fa31-3eca-46b9-a8d5-cf521f470beb""}\n2025-08-03 17:51:47.271 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][1c7ffc3e-a2dc-483e-a6f0-81dd9f03f938] received connection request\n2025-08-03 17:51:47.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:51:47.319 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1c7ffc3e-a2dc-483e-a6f0-81dd9f03f938] socks forwarding established\n2025-08-03 17:51:47.372 [info] [command][dae1fa31-3eca-46b9-a8d5-cf521f470beb] Process exited with code 0\n2025-08-03 17:51:47.373 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][1c7ffc3e-a2dc-483e-a6f0-81dd9f03f938] socks connection closed\n2025-08-03 17:51:47.373 [info] [command][dae1fa31-3eca-46b9-a8d5-cf521f470beb] Socket close event received\n2025-08-03 17:51:47.419 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55565 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:52:47.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:52:47.381 [info] [command][2fca5f5e-debd-4f53-a9b0-9b503242bc7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""2fca5f5e-debd-4f53-a9b0-9b503242bc7e""}\n2025-08-03 17:52:47.381 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][6c4a1111-f960-4755-91e7-fc98c5afbb64] received connection request\n2025-08-03 17:52:47.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\n\n2025-08-03 17:52:47.382 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:52:47.428 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6c4a1111-f960-4755-91e7-fc98c5afbb64] socks forwarding established\n2025-08-03 17:52:47.482 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][6c4a1111-f960-4755-91e7-fc98c5afbb64] socks connection closed\n2025-08-03 17:52:47.482 [info] [command][2fca5f5e-debd-4f53-a9b0-9b503242bc7e] Process exited with code 0\n2025-08-03 17:52:47.482 [info] [command][2fca5f5e-debd-4f53-a9b0-9b503242bc7e] Socket close event received\n2025-08-03 17:52:47.527 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55582 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:53:47.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:53:47.487 [info] [command][14f81025-e329-4225-aa92-a2198ebbb92a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""14f81025-e329-4225-aa92-a2198ebbb92a""}\n2025-08-03 17:53:47.488 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][7076358c-18a6-4f4b-89cf-2dc6d634b927] received connection request\n2025-08-03 17:53:47.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:53:47.535 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][7076358c-18a6-4f4b-89cf-2dc6d634b927] socks forwarding established\n2025-08-03 17:53:47.586 [info] [command][14f81025-e329-4225-aa92-a2198ebbb92a] Process exited with code 0\n2025-08-03 17:53:47.587 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][7076358c-18a6-4f4b-89cf-2dc6d634b927] socks connection closed\n2025-08-03 17:53:47.587 [info] [command][14f81025-e329-4225-aa92-a2198ebbb92a] Socket close event received\n2025-08-03 17:53:47.633 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55620 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:54:47.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:54:47.592 [info] [command][976f47e5-e1f1-4b55-9432-74122ab78af3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""976f47e5-e1f1-4b55-9432-74122ab78af3""}\n2025-08-03 17:54:47.593 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][f424279c-c99e-49e3-a8e5-8bc93e8eaf30] received connection request\n2025-08-03 17:54:47.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:54:47.646 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f424279c-c99e-49e3-a8e5-8bc93e8eaf30] socks forwarding established\n2025-08-03 17:54:47.698 [info] [command][976f47e5-e1f1-4b55-9432-74122ab78af3] Process exited with code 0\n2025-08-03 17:54:47.699 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][f424279c-c99e-49e3-a8e5-8bc93e8eaf30] socks connection closed\n2025-08-03 17:54:47.699 [info] [command][976f47e5-e1f1-4b55-9432-74122ab78af3] Socket close event received\n2025-08-03 17:54:47.745 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55648 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:55:47.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:55:47.706 [info] [command][dd645d17-cad6-4863-a896-28c29e3d7a56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""dd645d17-cad6-4863-a896-28c29e3d7a56""}\n2025-08-03 17:55:47.707 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b4600636-2b6e-4795-b562-795546a3a6ce] received connection request\n2025-08-03 17:55:47.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:55:47.756 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b4600636-2b6e-4795-b562-795546a3a6ce] socks forwarding established\n2025-08-03 17:55:47.809 [info] [command][dd645d17-cad6-4863-a896-28c29e3d7a56] Process exited with code 0\n2025-08-03 17:55:47.809 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][b4600636-2b6e-4795-b562-795546a3a6ce] socks connection closed\n2025-08-03 17:55:47.810 [info] [command][dd645d17-cad6-4863-a896-28c29e3d7a56] Socket close event received\n2025-08-03 17:55:47.868 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 50402 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55659 to 127.0.0.1 port 50402, nchannels 6\n\n2025-08-03 17:56:39.787 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-03 17:56:39.787 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-03 17:56:39.819 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][18baa5a5-d2a9-4454-8af7-f22cd17a5afa] received connection request\n2025-08-03 17:56:39.821 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][d8be3dee-f798-44d3-9ea0-3af4b95b9158] received connection request\n2025-08-03 17:56:39.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:57:32.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:57:32.690 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-03 17:57:32.691 [error] Failed to connect to Cursor server at http://127.0.0.1:50409, attempt 1 of 3 This operation was aborted\n2025-08-03 17:57:32.692 [error] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:50402 -> 127.0.0.1:42041][18baa5a5-d2a9-4454-8af7-f22cd17a5afa] error while creating socks forwarding Proxy connection timed out\n2025-08-03 17:57:32.692 [error] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:50402 -> 127.0.0.1:42041][d8be3dee-f798-44d3-9ea0-3af4b95b9158] error while creating socks forwarding Proxy connection timed out\n2025-08-03 17:57:32.693 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][50f271ce-27bd-4073-ac12-8c31a50c3271] received connection request\n2025-08-03 17:57:32.693 [info] [command][2359caf1-4ea7-4a84-bfdd-52cd86748695] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""2359caf1-4ea7-4a84-bfdd-52cd86748695""}\n2025-08-03 17:57:32.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:57:32.695 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][17abfd7e-52f8-4ce5-852c-28b9c83489ad] received connection request\n2025-08-03 17:57:32.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 50402 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:57:33.131 [info] Terminating existing SSH process with pid: 37075\n2025-08-03 17:57:33.131 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-03 17:57:33.138 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UmPCTC/socket.sock\n2025-08-03 17:57:33.139 [error] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:50402 -> 127.0.0.1:36403][50f271ce-27bd-4073-ac12-8c31a50c3271] error while creating socks forwarding Socket closed\n2025-08-03 17:57:33.139 [error] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:50402 -> 127.0.0.1:42041][17abfd7e-52f8-4ce5-852c-28b9c83489ad] error while creating socks forwarding Socket closed\n2025-08-03 17:57:33.139 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:50402 -> 127.0.0.1:42041][ab2e7c55-9da0-4840-9508-d7863fbfa3db] socks connection closed\n2025-08-03 17:57:33.139 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:50402 -> 127.0.0.1:42041][ac867edc-ee52-4f18-b980-5c8ea0c2f7b0] socks connection closed\n2025-08-03 17:57:33.143 [info] [command][2359caf1-4ea7-4a84-bfdd-52cd86748695] Socket end event received\n2025-08-03 17:57:33.144 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-03 17:57:33.146 [info] [command][2359caf1-4ea7-4a84-bfdd-52cd86748695] Socket close event received\n2025-08-03 17:57:33.164 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53478.sh"" | ssh -v -T -D 55700 login.haicore.berlin bash --login -c bash\n2025-08-03 17:57:33.165 [info] Started installation script. Waiting for it to finish...\n2025-08-03 17:57:33.165 [info] Waiting for server to install via process(41939)...\n2025-08-03 17:57:33.374 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-03 17:57:33.379 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-03 17:57:33.379 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-03 17:57:33.385 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-03 17:57:33.387 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-03 17:57:33.387 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-03 17:57:33.387 [info] Retrying connection in 5 seconds...\n2025-08-03 17:57:33.692 [error] Failed to connect to Cursor server at http://127.0.0.1:50409, attempt 2 of 3 This operation was aborted\n2025-08-03 17:57:34.697 [error] Failed to connect to Cursor server at http://127.0.0.1:50409, attempt 3 of 3 This operation was aborted\n2025-08-03 17:57:34.697 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-03 17:57:34.697 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-03 17:57:38.393 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53478.sh\n2025-08-03 17:57:38.393 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UmPCTC/socket.sock\n2025-08-03 17:57:38.396 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27384.sh"" | ssh -v -T -D 55745 login.haicore.berlin bash --login -c bash\n2025-08-03 17:57:38.397 [info] Started installation script. Waiting for it to finish...\n2025-08-03 17:57:38.397 [info] Waiting for server to install via process(41980)...\n2025-08-03 17:57:38.412 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-03 17:57:38.412 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-03 17:57:38.412 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-03 17:57:38.412 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-03 17:57:38.412 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-03 17:57:39.313 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-03 17:57:39.320 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-03 17:57:39.321 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-03 17:57:39.321 [info] Retrying connection in 5 seconds...\n2025-08-03 17:57:44.324 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27384.sh\n2025-08-03 17:57:44.325 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UmPCTC/socket.sock\n2025-08-03 17:57:44.327 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26666.sh"" | ssh -v -T -D 55841 login.haicore.berlin bash --login -c bash\n2025-08-03 17:57:44.327 [info] Started installation script. Waiting for it to finish...\n2025-08-03 17:57:44.327 [info] Waiting for server to install via process(42002)...\n2025-08-03 17:57:44.338 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-03 17:57:44.338 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-03 17:57:44.339 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-03 17:57:44.339 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-03 17:57:44.339 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-03 17:57:44.422 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-03 17:57:44.424 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-03 17:57:44.424 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-03 17:57:44.531 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-03 17:57:44.534 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-03 17:57:44.535 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-03 17:57:44.579 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-03 17:57:44.580 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-03 17:57:44.721 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-03 17:57:44.721 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-03 17:57:44.724 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-03 17:57:44.724 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-03 17:57:44.724 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\n\n2025-08-03 17:57:44.724 [info] (ssh_tunnel) stderr: debug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-03 17:57:44.857 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-03 17:57:44.905 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-03 17:57:44.914 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-03 17:57:44.914 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-03 17:57:45.061 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-03 17:57:45.138 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55841 forwarded to remote address socks:0\n\n2025-08-03 17:57:45.138 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55841.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55841.\n\n2025-08-03 17:57:45.138 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-03 17:57:45.139 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-08-03 17:57:45.139 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\n\n2025-08-03 17:57:45.139 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-03 17:57:45.245 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-03 17:57:45.245 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-03 17:57:45.248 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-08-03 17:57:45.248 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-03 17:57:45.292 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-03 17:57:45.770 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-03 17:57:45.770 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-03 17:57:45.782 [info] (ssh_tunnel) stdout: Running multiplex server: 1405348 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0535f6a0-d80e-4059-ba6b-c06181a89347\n\n2025-08-03 17:57:45.785 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 1405348 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0535f6a0-d80e-4059-ba6b-c06181a89347\n\n2025-08-03 17:57:45.785 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-03 17:57:45.785 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-08-03 17:57:45.820 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nChecking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 1405372 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n39aed19845182c87bd72945e: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36403==\nmultiplexConnectionToken==0535f6a0-d80e-4059-ba6b-c06181a89347==\ncodeListeningOn==42041==\ncodeConnectionToken==28ef194c-234d-4ba0-8578-06bca4a91c9f==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n39aed19845182c87bd72945e: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-03 17:57:45.821 [info] Server install command exit code: 0\n2025-08-03 17:57:45.821 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26666.sh\n2025-08-03 17:57:45.822 [info] [forwarding][code] returning existing forwarding server listening on local port 50409\n2025-08-03 17:57:45.822 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 28ef194c-234d-4ba0-8578-06bca4a91c9f\n2025-08-03 17:57:45.822 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 50410\n2025-08-03 17:57:45.822 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0535f6a0-d80e-4059-ba6b-c06181a89347\n2025-08-03 17:57:45.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:57:45.823 [info] [remote-ssh] Resolved exec server. Socks port: 55841\n2025-08-03 17:57:45.823 [info] Setting up 0 default forwarded ports\n2025-08-03 17:57:45.823 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":50409,""connectionToken"":""28ef194c-234d-4ba0-8578-06bca4a91c9f"",""extensionHostEnv"":{}}. Socks port: 55841\n2025-08-03 17:57:45.824 [info] [command][505f6bff-ebd7-49c1-a1f3-8a0900474a5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""505f6bff-ebd7-49c1-a1f3-8a0900474a5e""}\n2025-08-03 17:57:45.825 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8a1a1ac0-9958-43b9-90f6-6aec8ff7f7d0] received connection request\n2025-08-03 17:57:45.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:57:45.876 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8a1a1ac0-9958-43b9-90f6-6aec8ff7f7d0] socks forwarding established\n2025-08-03 17:57:45.957 [info] [command][505f6bff-ebd7-49c1-a1f3-8a0900474a5e] Process exited with code 0\n2025-08-03 17:57:45.957 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][6314dd63-1293-4ed3-90a0-f304b8cd0ce5] received connection request\n2025-08-03 17:57:45.957 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8a1a1ac0-9958-43b9-90f6-6aec8ff7f7d0] socks connection closed\n2025-08-03 17:57:45.957 [info] [command][505f6bff-ebd7-49c1-a1f3-8a0900474a5e] Socket close event received\n2025-08-03 17:57:45.969 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-03 17:57:45.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:57:46.103 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55856 to 127.0.0.1 port 55841, nchannels 5\n\n2025-08-03 17:57:46.104 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][6314dd63-1293-4ed3-90a0-f304b8cd0ce5] socks forwarding established\n2025-08-03 17:57:46.165 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][a96e3a24-a433-4619-8bdc-044c573c56fe] received connection request\n2025-08-03 17:57:46.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:57:46.291 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][a96e3a24-a433-4619-8bdc-044c573c56fe] socks forwarding established\n2025-08-03 17:58:45.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:58:45.965 [info] [command][8f55b850-4c97-4894-87aa-e593ad84900b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""8f55b850-4c97-4894-87aa-e593ad84900b""}\n2025-08-03 17:58:45.965 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4a8a0ee0-4da3-477c-8f42-b5ed8608120e] received connection request\n2025-08-03 17:58:45.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:46.014 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4a8a0ee0-4da3-477c-8f42-b5ed8608120e] socks forwarding established\n2025-08-03 17:58:46.065 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4a8a0ee0-4da3-477c-8f42-b5ed8608120e] socks connection closed\n2025-08-03 17:58:46.066 [info] [command][8f55b850-4c97-4894-87aa-e593ad84900b] Process exited with code 0\n2025-08-03 17:58:46.066 [info] [command][8f55b850-4c97-4894-87aa-e593ad84900b] Socket close event received\n2025-08-03 17:58:46.111 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 55929 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 17:58:54.272 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:54.323 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bd726668-0b9e-4621-86bd-237da37b6551] resuming socket\n2025-08-03 17:58:54.323 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bd726668-0b9e-4621-86bd-237da37b6551] socks forwarding established\n2025-08-03 17:58:54.625 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bd726668-0b9e-4621-86bd-237da37b6551] socks connection closed\n2025-08-03 17:58:54.625 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bd726668-0b9e-4621-86bd-237da37b6551] local connection closed\n2025-08-03 17:58:54.675 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55932 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 17:58:54.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:54.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:54.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:54.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:54.850 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8573ef36-8421-4b7d-8877-c222d5f0f5b0] resuming socket\n2025-08-03 17:58:54.850 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8573ef36-8421-4b7d-8877-c222d5f0f5b0] socks forwarding established\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01ea965b-256c-4e66-a74a-c32842651628] resuming socket\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01ea965b-256c-4e66-a74a-c32842651628] socks forwarding established\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][60f78a52-092e-4201-983e-a94e9c55d34b] resuming socket\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][60f78a52-092e-4201-983e-a94e9c55d34b] socks forwarding established\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2c08f026-0e1e-4f38-8af1-85114e7bc188] resuming socket\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2c08f026-0e1e-4f38-8af1-85114e7bc188] socks forwarding established\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][617344b9-2625-4270-8f09-5fa3b598430c] resuming socket\n2025-08-03 17:58:54.868 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][617344b9-2625-4270-8f09-5fa3b598430c] socks forwarding established\n2025-08-03 17:58:54.869 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][51e5c822-06a1-4cb9-a831-08503e2b1c86] resuming socket\n2025-08-03 17:58:54.869 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][51e5c822-06a1-4cb9-a831-08503e2b1c86] socks forwarding established\n2025-08-03 17:58:54.898 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8573ef36-8421-4b7d-8877-c222d5f0f5b0] local connection closed\n2025-08-03 17:58:54.899 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:54.908 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8573ef36-8421-4b7d-8877-c222d5f0f5b0] socks connection closed\n2025-08-03 17:58:54.919 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][60f78a52-092e-4201-983e-a94e9c55d34b] local connection closed\n2025-08-03 17:58:54.920 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][51e5c822-06a1-4cb9-a831-08503e2b1c86] local connection closed\n2025-08-03 17:58:54.920 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2c08f026-0e1e-4f38-8af1-85114e7bc188] local connection closed\n2025-08-03 17:58:54.920 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][617344b9-2625-4270-8f09-5fa3b598430c] local connection closed\n2025-08-03 17:58:54.927 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01ea965b-256c-4e66-a74a-c32842651628] local connection closed\n2025-08-03 17:58:54.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:54.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][617344b9-2625-4270-8f09-5fa3b598430c] socks connection closed\n2025-08-03 17:58:54.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][51e5c822-06a1-4cb9-a831-08503e2b1c86] socks connection closed\n2025-08-03 17:58:54.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2c08f026-0e1e-4f38-8af1-85114e7bc188] socks connection closed\n2025-08-03 17:58:54.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][60f78a52-092e-4201-983e-a94e9c55d34b] socks connection closed\n2025-08-03 17:58:54.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01ea965b-256c-4e66-a74a-c32842651628] socks connection closed\n2025-08-03 17:58:54.945 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55934 to 127.0.0.1 port 55841, nchannels 13\n\n2025-08-03 17:58:54.960 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][56682b32-b828-4a3a-b4cd-b484b57583b1] resuming socket\n2025-08-03 17:58:54.960 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][56682b32-b828-4a3a-b4cd-b484b57583b1] socks forwarding established\n2025-08-03 17:58:54.966 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55939 to 127.0.0.1 port 55841, nchannels 12\ndebug1: channel 8: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55942 to 127.0.0.1 port 55841, nchannels 11\ndebug1: channel 9: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55943 to 127.0.0.1 port 55841, nchannels 10\ndebug1: channel 10: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55944 to 127.0.0.1 port 55841, nchannels 9\n\n2025-08-03 17:58:54.981 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55937 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 17:58:54.981 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f26fd1bd-be9b-4fab-a1d9-0239073cacf9] resuming socket\n2025-08-03 17:58:54.981 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f26fd1bd-be9b-4fab-a1d9-0239073cacf9] socks forwarding established\n2025-08-03 17:58:55.008 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][56682b32-b828-4a3a-b4cd-b484b57583b1] local connection closed\n2025-08-03 17:58:55.018 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][56682b32-b828-4a3a-b4cd-b484b57583b1] socks connection closed\n2025-08-03 17:58:55.032 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f26fd1bd-be9b-4fab-a1d9-0239073cacf9] local connection closed\n2025-08-03 17:58:55.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:55.041 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f26fd1bd-be9b-4fab-a1d9-0239073cacf9] socks connection closed\n2025-08-03 17:58:55.054 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55946 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 17:58:55.080 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55948 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:58:55.086 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][15424bb4-bd12-4446-9abc-b3157755bf95] resuming socket\n2025-08-03 17:58:55.086 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][15424bb4-bd12-4446-9abc-b3157755bf95] socks forwarding established\n2025-08-03 17:58:55.134 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][15424bb4-bd12-4446-9abc-b3157755bf95] local connection closed\n2025-08-03 17:58:55.144 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][15424bb4-bd12-4446-9abc-b3157755bf95] socks connection closed\n2025-08-03 17:58:55.146 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:55.183 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55950 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:58:55.191 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346633ec-e3e0-4dfd-9f58-ea5f9b5bfc13] resuming socket\n2025-08-03 17:58:55.191 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346633ec-e3e0-4dfd-9f58-ea5f9b5bfc13] socks forwarding established\n2025-08-03 17:58:55.240 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346633ec-e3e0-4dfd-9f58-ea5f9b5bfc13] local connection closed\n2025-08-03 17:58:55.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:55.250 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346633ec-e3e0-4dfd-9f58-ea5f9b5bfc13] socks connection closed\n2025-08-03 17:58:55.287 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55952 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:58:55.291 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][67e9ff0d-e1c3-4385-b8a1-3f2eb59269f1] resuming socket\n2025-08-03 17:58:55.291 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][67e9ff0d-e1c3-4385-b8a1-3f2eb59269f1] socks forwarding established\n2025-08-03 17:58:55.338 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][67e9ff0d-e1c3-4385-b8a1-3f2eb59269f1] local connection closed\n2025-08-03 17:58:55.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:55.349 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][67e9ff0d-e1c3-4385-b8a1-3f2eb59269f1] socks connection closed\n2025-08-03 17:58:55.385 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55954 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 17:58:55.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a784f0a5-21ba-4b36-acce-bb029e397bba] resuming socket\n2025-08-03 17:58:55.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a784f0a5-21ba-4b36-acce-bb029e397bba] socks forwarding established\n2025-08-03 17:58:55.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d2749312-8bf3-4884-ae66-611441179cf0] resuming socket\n2025-08-03 17:58:55.394 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d2749312-8bf3-4884-ae66-611441179cf0] socks forwarding established\n2025-08-03 17:58:55.458 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a784f0a5-21ba-4b36-acce-bb029e397bba] local connection closed\n2025-08-03 17:58:55.464 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a784f0a5-21ba-4b36-acce-bb029e397bba] socks connection closed\n2025-08-03 17:58:55.503 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55957 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:58:55.510 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d2749312-8bf3-4884-ae66-611441179cf0] local connection closed\n2025-08-03 17:58:55.519 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d2749312-8bf3-4884-ae66-611441179cf0] socks connection closed\n2025-08-03 17:58:55.556 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55958 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 17:58:55.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:55.718 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][62aeeb8f-1b04-4da7-acc8-228708d64ed5] resuming socket\n2025-08-03 17:58:55.718 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][62aeeb8f-1b04-4da7-acc8-228708d64ed5] socks forwarding established\n2025-08-03 17:58:59.080 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][62aeeb8f-1b04-4da7-acc8-228708d64ed5] socks connection closed\n2025-08-03 17:58:59.081 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][62aeeb8f-1b04-4da7-acc8-228708d64ed5] local connection closed\n2025-08-03 17:58:59.130 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55962 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 17:58:59.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:59.513 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01e51d28-a776-4ba5-814d-f32840440f0b] resuming socket\n2025-08-03 17:58:59.513 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01e51d28-a776-4ba5-814d-f32840440f0b] socks forwarding established\n2025-08-03 17:58:59.577 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01e51d28-a776-4ba5-814d-f32840440f0b] local connection closed\n2025-08-03 17:58:59.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:58:59.588 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][01e51d28-a776-4ba5-814d-f32840440f0b] socks connection closed\n2025-08-03 17:58:59.622 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55966 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:58:59.631 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6e66fe51-b4ea-4917-9dd8-bcb9b8fb7a2c] resuming socket\n2025-08-03 17:58:59.631 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6e66fe51-b4ea-4917-9dd8-bcb9b8fb7a2c] socks forwarding established\n2025-08-03 17:59:07.153 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6e66fe51-b4ea-4917-9dd8-bcb9b8fb7a2c] local connection closed\n2025-08-03 17:59:07.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.203 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][39e54e7b-464f-46a0-9c01-e03a746f585d] resuming socket\n2025-08-03 17:59:07.203 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][39e54e7b-464f-46a0-9c01-e03a746f585d] socks forwarding established\n2025-08-03 17:59:07.220 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0ad68727-feaf-46a2-9602-42033e9511d4] resuming socket\n2025-08-03 17:59:07.220 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0ad68727-feaf-46a2-9602-42033e9511d4] socks forwarding established\n2025-08-03 17:59:07.491 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0ad68727-feaf-46a2-9602-42033e9511d4] socks connection closed\n2025-08-03 17:59:07.491 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][39e54e7b-464f-46a0-9c01-e03a746f585d] socks connection closed\n2025-08-03 17:59:07.492 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0ad68727-feaf-46a2-9602-42033e9511d4] local connection closed\n2025-08-03 17:59:07.492 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][39e54e7b-464f-46a0-9c01-e03a746f585d] local connection closed\n2025-08-03 17:59:07.546 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55974 to 127.0.0.1 port 55841, nchannels 8\ndebug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55976 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:59:07.688 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.734 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][674e329f-c0b2-44e8-8ed1-01d70c71b5c0] resuming socket\n2025-08-03 17:59:07.734 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][674e329f-c0b2-44e8-8ed1-01d70c71b5c0] socks forwarding established\n2025-08-03 17:59:07.749 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f77d05fd-8cba-477d-b169-a792653ac6be] resuming socket\n2025-08-03 17:59:07.749 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f77d05fd-8cba-477d-b169-a792653ac6be] socks forwarding established\n2025-08-03 17:59:07.750 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][130e32d2-7e90-4edd-9d92-4e0e8e2258e5] resuming socket\n2025-08-03 17:59:07.750 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][130e32d2-7e90-4edd-9d92-4e0e8e2258e5] socks forwarding established\n2025-08-03 17:59:07.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9d6bd79-f8f8-4260-8bef-e0c0d053eb61] resuming socket\n2025-08-03 17:59:07.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9d6bd79-f8f8-4260-8bef-e0c0d053eb61] socks forwarding established\n2025-08-03 17:59:07.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e67c535-3df1-4a54-bd56-6a8f3ee4d3cd] resuming socket\n2025-08-03 17:59:07.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e67c535-3df1-4a54-bd56-6a8f3ee4d3cd] socks forwarding established\n2025-08-03 17:59:07.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0b5cf8ee-2eaa-44ec-a692-a61755eec1e0] resuming socket\n2025-08-03 17:59:07.752 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0b5cf8ee-2eaa-44ec-a692-a61755eec1e0] socks forwarding established\n2025-08-03 17:59:07.783 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][674e329f-c0b2-44e8-8ed1-01d70c71b5c0] local connection closed\n2025-08-03 17:59:07.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.790 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][674e329f-c0b2-44e8-8ed1-01d70c71b5c0] socks connection closed\n2025-08-03 17:59:07.799 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f77d05fd-8cba-477d-b169-a792653ac6be] local connection closed\n2025-08-03 17:59:07.804 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][130e32d2-7e90-4edd-9d92-4e0e8e2258e5] local connection closed\n2025-08-03 17:59:07.804 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0b5cf8ee-2eaa-44ec-a692-a61755eec1e0] local connection closed\n2025-08-03 17:59:07.804 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e67c535-3df1-4a54-bd56-6a8f3ee4d3cd] local connection closed\n2025-08-03 17:59:07.804 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9d6bd79-f8f8-4260-8bef-e0c0d053eb61] local connection closed\n2025-08-03 17:59:07.808 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f77d05fd-8cba-477d-b169-a792653ac6be] socks connection closed\n2025-08-03 17:59:07.818 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][130e32d2-7e90-4edd-9d92-4e0e8e2258e5] socks connection closed\n2025-08-03 17:59:07.818 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9d6bd79-f8f8-4260-8bef-e0c0d053eb61] socks connection closed\n2025-08-03 17:59:07.818 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0b5cf8ee-2eaa-44ec-a692-a61755eec1e0] socks connection closed\n2025-08-03 17:59:07.818 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e67c535-3df1-4a54-bd56-6a8f3ee4d3cd] socks connection closed\n2025-08-03 17:59:07.831 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55980 to 127.0.0.1 port 55841, nchannels 13\n\n2025-08-03 17:59:07.832 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][36e97c80-6ce3-4855-9ce3-d27355894dca] resuming socket\n2025-08-03 17:59:07.832 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][36e97c80-6ce3-4855-9ce3-d27355894dca] socks forwarding established\n2025-08-03 17:59:07.845 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55986 to 127.0.0.1 port 55841, nchannels 12\n\n2025-08-03 17:59:07.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.851 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55987 to 127.0.0.1 port 55841, nchannels 12\n\n2025-08-03 17:59:07.851 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55988 to 127.0.0.1 port 55841, nchannels 11\ndebug1: channel 10: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55989 to 127.0.0.1 port 55841, nchannels 10\n\n2025-08-03 17:59:07.851 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55990 to 127.0.0.1 port 55841, nchannels 9\n\n2025-08-03 17:59:07.882 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][36e97c80-6ce3-4855-9ce3-d27355894dca] local connection closed\n2025-08-03 17:59:07.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.890 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][36e97c80-6ce3-4855-9ce3-d27355894dca] socks connection closed\n2025-08-03 17:59:07.899 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][28d8f584-a128-4d50-9dd3-3eb7325279e8] resuming socket\n2025-08-03 17:59:07.899 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][28d8f584-a128-4d50-9dd3-3eb7325279e8] socks forwarding established\n2025-08-03 17:59:07.931 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55992 to 127.0.0.1 port 55841, nchannels 9\n\n2025-08-03 17:59:07.935 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346d6961-677f-4b6f-a3d8-ff58b505767d] resuming socket\n2025-08-03 17:59:07.935 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346d6961-677f-4b6f-a3d8-ff58b505767d] socks forwarding established\n2025-08-03 17:59:07.951 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][28d8f584-a128-4d50-9dd3-3eb7325279e8] local connection closed\n2025-08-03 17:59:07.961 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][28d8f584-a128-4d50-9dd3-3eb7325279e8] socks connection closed\n2025-08-03 17:59:07.983 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346d6961-677f-4b6f-a3d8-ff58b505767d] local connection closed\n2025-08-03 17:59:07.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:07.992 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][346d6961-677f-4b6f-a3d8-ff58b505767d] socks connection closed\n2025-08-03 17:59:08.000 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55994 to 127.0.0.1 port 55841, nchannels 9\n\n2025-08-03 17:59:08.029 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55996 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 17:59:08.041 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f5cec80c-dd5a-4def-b398-c094e195fa2e] resuming socket\n2025-08-03 17:59:08.041 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f5cec80c-dd5a-4def-b398-c094e195fa2e] socks forwarding established\n2025-08-03 17:59:08.090 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f5cec80c-dd5a-4def-b398-c094e195fa2e] local connection closed\n2025-08-03 17:59:08.097 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:08.099 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f5cec80c-dd5a-4def-b398-c094e195fa2e] socks connection closed\n2025-08-03 17:59:08.136 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55998 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 17:59:08.148 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f4392561-1ddb-4513-95dc-68ef76d943ea] resuming socket\n2025-08-03 17:59:08.148 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f4392561-1ddb-4513-95dc-68ef76d943ea] socks forwarding established\n2025-08-03 17:59:08.196 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f4392561-1ddb-4513-95dc-68ef76d943ea] local connection closed\n2025-08-03 17:59:08.206 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f4392561-1ddb-4513-95dc-68ef76d943ea] socks connection closed\n2025-08-03 17:59:08.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:08.247 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56000 to 127.0.0.1 port 55841, nchannels 9\n\n2025-08-03 17:59:08.269 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33c2d109-3088-442c-89b9-7a9b9db68090] resuming socket\n2025-08-03 17:59:08.269 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33c2d109-3088-442c-89b9-7a9b9db68090] socks forwarding established\n2025-08-03 17:59:08.270 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2fab3d41-0cd7-4db4-b849-c521f84828dc] resuming socket\n2025-08-03 17:59:08.270 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2fab3d41-0cd7-4db4-b849-c521f84828dc] socks forwarding established\n2025-08-03 17:59:08.334 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33c2d109-3088-442c-89b9-7a9b9db68090] local connection closed\n2025-08-03 17:59:08.341 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33c2d109-3088-442c-89b9-7a9b9db68090] socks connection closed\n2025-08-03 17:59:08.382 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56003 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 17:59:08.391 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2fab3d41-0cd7-4db4-b849-c521f84828dc] local connection closed\n2025-08-03 17:59:08.392 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2fab3d41-0cd7-4db4-b849-c521f84828dc] socks connection closed\n2025-08-03 17:59:08.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:08.439 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56004 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 17:59:08.461 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7f342c6a-5229-4aea-9c2c-1b8d158ad6a4] resuming socket\n2025-08-03 17:59:08.461 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7f342c6a-5229-4aea-9c2c-1b8d158ad6a4] socks forwarding established\n2025-08-03 17:59:09.454 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 55969 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:59:11.541 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7f342c6a-5229-4aea-9c2c-1b8d158ad6a4] socks connection closed\n2025-08-03 17:59:11.541 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7f342c6a-5229-4aea-9c2c-1b8d158ad6a4] local connection closed\n2025-08-03 17:59:11.591 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56006 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 17:59:11.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:11.839 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][77af2714-92f7-47c2-9942-eac2117489a4] resuming socket\n2025-08-03 17:59:11.839 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][77af2714-92f7-47c2-9942-eac2117489a4] socks forwarding established\n2025-08-03 17:59:11.893 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][77af2714-92f7-47c2-9942-eac2117489a4] local connection closed\n2025-08-03 17:59:11.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:11.903 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][77af2714-92f7-47c2-9942-eac2117489a4] socks connection closed\n2025-08-03 17:59:11.939 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56008 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:59:11.946 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8614b0b8-8e6c-4f00-a406-57fc0e98364d] resuming socket\n2025-08-03 17:59:11.946 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8614b0b8-8e6c-4f00-a406-57fc0e98364d] socks forwarding established\n2025-08-03 17:59:16.924 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8614b0b8-8e6c-4f00-a406-57fc0e98364d] local connection closed\n2025-08-03 17:59:16.932 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8614b0b8-8e6c-4f00-a406-57fc0e98364d] socks connection closed\n2025-08-03 17:59:16.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:16.970 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56010 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:59:17.013 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][254aee4e-d43a-4598-a04f-3c5a482f2ee9] resuming socket\n2025-08-03 17:59:17.013 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][254aee4e-d43a-4598-a04f-3c5a482f2ee9] socks forwarding established\n2025-08-03 17:59:17.062 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][254aee4e-d43a-4598-a04f-3c5a482f2ee9] local connection closed\n2025-08-03 17:59:17.073 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][254aee4e-d43a-4598-a04f-3c5a482f2ee9] socks connection closed\n2025-08-03 17:59:17.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:17.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56015 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 17:59:17.124 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3c66d42d-a8c8-46eb-8c3f-a4d77af10708] resuming socket\n2025-08-03 17:59:17.124 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3c66d42d-a8c8-46eb-8c3f-a4d77af10708] socks forwarding established\n2025-08-03 17:59:41.474 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3c66d42d-a8c8-46eb-8c3f-a4d77af10708] local connection closed\n2025-08-03 17:59:41.479 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3c66d42d-a8c8-46eb-8c3f-a4d77af10708] socks connection closed\n2025-08-03 17:59:41.521 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56017 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 17:59:46.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 17:59:46.070 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2510b095-26f7-441c-9dfe-4f5978c084a5] received connection request\n2025-08-03 17:59:46.070 [info] [command][385d365c-4803-47d2-978f-76706553da6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""385d365c-4803-47d2-978f-76706553da6f""}\n2025-08-03 17:59:46.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 17:59:46.123 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][2510b095-26f7-441c-9dfe-4f5978c084a5] socks forwarding established\n2025-08-03 17:59:46.175 [info] [command][385d365c-4803-47d2-978f-76706553da6f] Process exited with code 0\n2025-08-03 17:59:46.175 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][2510b095-26f7-441c-9dfe-4f5978c084a5] socks connection closed\n2025-08-03 17:59:46.175 [info] [command][385d365c-4803-47d2-978f-76706553da6f] Socket close event received\n2025-08-03 17:59:46.221 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56044 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:00:20.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:00:20.555 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e4eef30-9cfe-4d9d-a125-fec4c22e888b] resuming socket\n2025-08-03 18:00:20.555 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e4eef30-9cfe-4d9d-a125-fec4c22e888b] socks forwarding established\n2025-08-03 18:00:20.605 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e4eef30-9cfe-4d9d-a125-fec4c22e888b] local connection closed\n2025-08-03 18:00:20.615 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7e4eef30-9cfe-4d9d-a125-fec4c22e888b] socks connection closed\n2025-08-03 18:00:20.651 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56072 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:00:20.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:00:20.706 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9ae588e6-953a-4423-823b-20add71a0936] resuming socket\n2025-08-03 18:00:20.707 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9ae588e6-953a-4423-823b-20add71a0936] socks forwarding established\n2025-08-03 18:00:20.758 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9ae588e6-953a-4423-823b-20add71a0936] local connection closed\n2025-08-03 18:00:20.766 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9ae588e6-953a-4423-823b-20add71a0936] socks connection closed\n2025-08-03 18:00:20.809 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56074 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:00:46.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:00:46.180 [info] [command][6aa6557c-1081-476d-9663-86ae13eb459f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6aa6557c-1081-476d-9663-86ae13eb459f""}\n2025-08-03 18:00:46.181 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][80f3be33-862a-49e9-ba53-6f087c1dac3c] received connection request\n2025-08-03 18:00:46.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:00:46.234 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][80f3be33-862a-49e9-ba53-6f087c1dac3c] socks forwarding established\n2025-08-03 18:00:46.285 [info] [command][6aa6557c-1081-476d-9663-86ae13eb459f] Process exited with code 0\n2025-08-03 18:00:46.286 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][80f3be33-862a-49e9-ba53-6f087c1dac3c] socks connection closed\n2025-08-03 18:00:46.286 [info] [command][6aa6557c-1081-476d-9663-86ae13eb459f] Socket close event received\n2025-08-03 18:00:46.332 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56082 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:01:46.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:01:46.294 [info] [command][a9ff20b7-8de4-48d9-882b-2953c10d957e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""a9ff20b7-8de4-48d9-882b-2953c10d957e""}\n2025-08-03 18:01:46.295 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][95e03268-354b-4f46-bdc1-4bba554e229f] received connection request\n2025-08-03 18:01:46.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:01:46.342 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][95e03268-354b-4f46-bdc1-4bba554e229f] socks forwarding established\n2025-08-03 18:01:46.391 [info] [command][a9ff20b7-8de4-48d9-882b-2953c10d957e] Process exited with code 0\n2025-08-03 18:01:46.391 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][95e03268-354b-4f46-bdc1-4bba554e229f] socks connection closed\n2025-08-03 18:01:46.391 [info] [command][a9ff20b7-8de4-48d9-882b-2953c10d957e] Socket close event received\n2025-08-03 18:01:46.439 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56101 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:02:46.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:02:46.397 [info] [command][177711c3-7170-489d-95c3-042ec6b633d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""177711c3-7170-489d-95c3-042ec6b633d7""}\n2025-08-03 18:02:46.398 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][7be27bb1-af74-47d9-8473-39e7b31e90d6] received connection request\n2025-08-03 18:02:46.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:02:46.449 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][7be27bb1-af74-47d9-8473-39e7b31e90d6] socks forwarding established\n2025-08-03 18:02:46.504 [info] [command][177711c3-7170-489d-95c3-042ec6b633d7] Process exited with code 0\n2025-08-03 18:02:46.504 [info] [command][177711c3-7170-489d-95c3-042ec6b633d7] Socket close event received\n2025-08-03 18:02:46.507 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][7be27bb1-af74-47d9-8473-39e7b31e90d6] socks connection closed\n2025-08-03 18:02:46.557 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56134 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:03:46.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:03:46.514 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][aa7d6910-2171-4891-bb68-fa8497cc8fbe] received connection request\n2025-08-03 18:03:46.514 [info] [command][9eb1a151-26b0-4082-b00e-0e6dd52912fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""9eb1a151-26b0-4082-b00e-0e6dd52912fc""}\n2025-08-03 18:03:46.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:03:46.563 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][aa7d6910-2171-4891-bb68-fa8497cc8fbe] socks forwarding established\n2025-08-03 18:03:46.616 [info] [command][9eb1a151-26b0-4082-b00e-0e6dd52912fc] Process exited with code 0\n2025-08-03 18:03:46.616 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][aa7d6910-2171-4891-bb68-fa8497cc8fbe] socks connection closed\n2025-08-03 18:03:46.616 [info] [command][9eb1a151-26b0-4082-b00e-0e6dd52912fc] Socket close event received\n2025-08-03 18:03:46.662 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56151 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:04:46.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:04:46.626 [info] [command][d20f65ce-8b0e-42b0-bcc9-470e03f395c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""d20f65ce-8b0e-42b0-bcc9-470e03f395c3""}\n2025-08-03 18:04:46.627 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][74809591-0fc4-45f3-9db6-519c05a51c57] received connection request\n2025-08-03 18:04:46.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:04:46.678 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][74809591-0fc4-45f3-9db6-519c05a51c57] socks forwarding established\n2025-08-03 18:04:46.729 [info] [command][d20f65ce-8b0e-42b0-bcc9-470e03f395c3] Process exited with code 0\n2025-08-03 18:04:46.730 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][74809591-0fc4-45f3-9db6-519c05a51c57] socks connection closed\n2025-08-03 18:04:46.730 [info] [command][d20f65ce-8b0e-42b0-bcc9-470e03f395c3] Socket close event received\n2025-08-03 18:04:46.777 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56191 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:05:46.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:05:46.738 [info] [command][9e3b2ccb-c407-4b24-9c96-3c85e741523f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""9e3b2ccb-c407-4b24-9c96-3c85e741523f""}\n2025-08-03 18:05:46.738 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][7e3f8945-6e9f-4d14-becb-af9a0977a208] received connection request\n2025-08-03 18:05:46.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:05:46.789 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][7e3f8945-6e9f-4d14-becb-af9a0977a208] socks forwarding established\n2025-08-03 18:05:46.840 [info] [command][9e3b2ccb-c407-4b24-9c96-3c85e741523f] Process exited with code 0\n2025-08-03 18:05:46.840 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][7e3f8945-6e9f-4d14-becb-af9a0977a208] socks connection closed\n2025-08-03 18:05:46.840 [info] [command][9e3b2ccb-c407-4b24-9c96-3c85e741523f] Socket close event received\n2025-08-03 18:05:46.887 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56225 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:06:46.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:06:46.850 [info] [command][067f9799-9d19-471e-8080-e843cf9fa81b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""067f9799-9d19-471e-8080-e843cf9fa81b""}\n2025-08-03 18:06:46.850 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][15a7dbda-3176-4105-b562-4093ef8e0737] received connection request\n2025-08-03 18:06:46.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:06:46.852 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:06:46.900 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][15a7dbda-3176-4105-b562-4093ef8e0737] socks forwarding established\n2025-08-03 18:06:46.954 [info] [command][067f9799-9d19-471e-8080-e843cf9fa81b] Process exited with code 0\n2025-08-03 18:06:46.956 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][15a7dbda-3176-4105-b562-4093ef8e0737] socks connection closed\n2025-08-03 18:06:46.956 [info] [command][067f9799-9d19-471e-8080-e843cf9fa81b] Socket close event received\n2025-08-03 18:06:47.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56243 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:07:46.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:07:46.962 [info] [command][62a28f3f-e1a0-4364-b002-e1c223622b6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""62a28f3f-e1a0-4364-b002-e1c223622b6d""}\n2025-08-03 18:07:46.962 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][fdef2f78-421f-43d1-b024-cc0561005015] received connection request\n2025-08-03 18:07:46.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:07:46.962 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:07:47.007 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][fdef2f78-421f-43d1-b024-cc0561005015] socks forwarding established\n2025-08-03 18:07:47.058 [info] [command][62a28f3f-e1a0-4364-b002-e1c223622b6d] Process exited with code 0\n2025-08-03 18:07:47.058 [info] [command][62a28f3f-e1a0-4364-b002-e1c223622b6d] Socket close event received\n2025-08-03 18:07:47.063 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][fdef2f78-421f-43d1-b024-cc0561005015] socks connection closed\n2025-08-03 18:07:47.116 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56292 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:08:47.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:08:47.069 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][eddc1255-3888-4395-90b5-b9eaf5e740be] received connection request\n2025-08-03 18:08:47.071 [info] [command][fb902dfc-a88c-42b6-88db-51d0ebf628ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""fb902dfc-a88c-42b6-88db-51d0ebf628ef""}\n2025-08-03 18:08:47.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:08:47.123 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][eddc1255-3888-4395-90b5-b9eaf5e740be] socks forwarding established\n2025-08-03 18:08:47.176 [info] [command][fb902dfc-a88c-42b6-88db-51d0ebf628ef] Process exited with code 0\n2025-08-03 18:08:47.177 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][eddc1255-3888-4395-90b5-b9eaf5e740be] socks connection closed\n2025-08-03 18:08:47.177 [info] [command][fb902dfc-a88c-42b6-88db-51d0ebf628ef] Socket close event received\n2025-08-03 18:08:47.228 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56323 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:09:12.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][78d44c0f-f883-4855-a18f-f33f82e84a60] resuming socket\n2025-08-03 18:09:12.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][78d44c0f-f883-4855-a18f-f33f82e84a60] socks forwarding established\n2025-08-03 18:09:12.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][78d44c0f-f883-4855-a18f-f33f82e84a60] socks connection closed\n2025-08-03 18:09:12.542 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][78d44c0f-f883-4855-a18f-f33f82e84a60] local connection closed\n2025-08-03 18:09:12.587 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56328 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:09:12.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.793 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][db9145cd-cad4-4af4-b73f-f7c7056b1ac3] resuming socket\n2025-08-03 18:09:12.793 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][db9145cd-cad4-4af4-b73f-f7c7056b1ac3] socks forwarding established\n2025-08-03 18:09:12.807 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0eb07c05-0069-4c84-aa68-c5477341c302] resuming socket\n2025-08-03 18:09:12.807 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0eb07c05-0069-4c84-aa68-c5477341c302] socks forwarding established\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7536b233-62ec-4035-af2b-53d98ddd0910] resuming socket\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7536b233-62ec-4035-af2b-53d98ddd0910] socks forwarding established\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][79da1707-ad23-4fa9-8a7b-5230b52d545d] resuming socket\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][79da1707-ad23-4fa9-8a7b-5230b52d545d] socks forwarding established\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][4a15d51f-bd76-465c-af02-5414f47d294a] resuming socket\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][4a15d51f-bd76-465c-af02-5414f47d294a] socks forwarding established\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3b70dff5-5849-4fa1-853a-ce372560d30c] resuming socket\n2025-08-03 18:09:12.816 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3b70dff5-5849-4fa1-853a-ce372560d30c] socks forwarding established\n2025-08-03 18:09:12.843 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][db9145cd-cad4-4af4-b73f-f7c7056b1ac3] local connection closed\n2025-08-03 18:09:12.844 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.850 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][db9145cd-cad4-4af4-b73f-f7c7056b1ac3] socks connection closed\n2025-08-03 18:09:12.859 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0eb07c05-0069-4c84-aa68-c5477341c302] local connection closed\n2025-08-03 18:09:12.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.867 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7536b233-62ec-4035-af2b-53d98ddd0910] local connection closed\n2025-08-03 18:09:12.869 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][4a15d51f-bd76-465c-af02-5414f47d294a] local connection closed\n2025-08-03 18:09:12.869 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][79da1707-ad23-4fa9-8a7b-5230b52d545d] local connection closed\n2025-08-03 18:09:12.870 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][0eb07c05-0069-4c84-aa68-c5477341c302] socks connection closed\n2025-08-03 18:09:12.871 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3b70dff5-5849-4fa1-853a-ce372560d30c] local connection closed\n2025-08-03 18:09:12.873 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7536b233-62ec-4035-af2b-53d98ddd0910] socks connection closed\n2025-08-03 18:09:12.875 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][79da1707-ad23-4fa9-8a7b-5230b52d545d] socks connection closed\n2025-08-03 18:09:12.877 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][4a15d51f-bd76-465c-af02-5414f47d294a] socks connection closed\n2025-08-03 18:09:12.877 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3b70dff5-5849-4fa1-853a-ce372560d30c] socks connection closed\n2025-08-03 18:09:12.888 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56330 to 127.0.0.1 port 55841, nchannels 13\n\n2025-08-03 18:09:12.889 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b86e0966-1598-43b8-a1e2-2a191076b13b] resuming socket\n2025-08-03 18:09:12.889 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b86e0966-1598-43b8-a1e2-2a191076b13b] socks forwarding established\n2025-08-03 18:09:12.905 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56332 to 127.0.0.1 port 55841, nchannels 12\n\n2025-08-03 18:09:12.907 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6aa5130c-8d1b-4b54-a6d1-ee1cc68021c4] resuming socket\n2025-08-03 18:09:12.907 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6aa5130c-8d1b-4b54-a6d1-ee1cc68021c4] socks forwarding established\n2025-08-03 18:09:12.917 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56337 to 127.0.0.1 port 55841, nchannels 11\ndebug1: channel 8: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56338 to 127.0.0.1 port 55841, nchannels 10\ndebug1: channel 9: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56339 to 127.0.0.1 port 55841, nchannels 9\ndebug1: channel 10: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56340 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:09:12.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b86e0966-1598-43b8-a1e2-2a191076b13b] local connection closed\n2025-08-03 18:09:12.946 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b86e0966-1598-43b8-a1e2-2a191076b13b] socks connection closed\n2025-08-03 18:09:12.957 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6aa5130c-8d1b-4b54-a6d1-ee1cc68021c4] local connection closed\n2025-08-03 18:09:12.965 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6aa5130c-8d1b-4b54-a6d1-ee1cc68021c4] socks connection closed\n2025-08-03 18:09:12.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:12.980 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56342 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:09:13.004 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56344 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:09:13.016 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][788ba86f-48cc-4c46-9c5d-d16de46f844e] resuming socket\n2025-08-03 18:09:13.016 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][788ba86f-48cc-4c46-9c5d-d16de46f844e] socks forwarding established\n2025-08-03 18:09:13.064 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][788ba86f-48cc-4c46-9c5d-d16de46f844e] local connection closed\n2025-08-03 18:09:13.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:13.074 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][788ba86f-48cc-4c46-9c5d-d16de46f844e] socks connection closed\n2025-08-03 18:09:13.113 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56346 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:09:13.121 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2272ec27-c857-450a-a8d4-9916836538fd] resuming socket\n2025-08-03 18:09:13.121 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2272ec27-c857-450a-a8d4-9916836538fd] socks forwarding established\n2025-08-03 18:09:13.220 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2272ec27-c857-450a-a8d4-9916836538fd] local connection closed\n2025-08-03 18:09:13.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:13.227 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2272ec27-c857-450a-a8d4-9916836538fd] socks connection closed\n2025-08-03 18:09:13.266 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56348 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:09:13.270 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][391666d0-1e13-4626-b92a-1098303409f5] resuming socket\n2025-08-03 18:09:13.270 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][391666d0-1e13-4626-b92a-1098303409f5] socks forwarding established\n2025-08-03 18:09:13.320 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][391666d0-1e13-4626-b92a-1098303409f5] local connection closed\n2025-08-03 18:09:13.332 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][391666d0-1e13-4626-b92a-1098303409f5] socks connection closed\n2025-08-03 18:09:13.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:13.375 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56350 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:09:13.390 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a5592722-0dbc-4045-a530-0703c6718832] resuming socket\n2025-08-03 18:09:13.390 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a5592722-0dbc-4045-a530-0703c6718832] socks forwarding established\n2025-08-03 18:09:13.390 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19f1ce6c-657f-42d4-a4d3-4c817058f089] resuming socket\n2025-08-03 18:09:13.390 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19f1ce6c-657f-42d4-a4d3-4c817058f089] socks forwarding established\n2025-08-03 18:09:13.455 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19f1ce6c-657f-42d4-a4d3-4c817058f089] local connection closed\n2025-08-03 18:09:13.460 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19f1ce6c-657f-42d4-a4d3-4c817058f089] socks connection closed\n2025-08-03 18:09:13.505 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56354 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:09:13.505 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a5592722-0dbc-4045-a530-0703c6718832] local connection closed\n2025-08-03 18:09:13.507 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a5592722-0dbc-4045-a530-0703c6718832] socks connection closed\n2025-08-03 18:09:13.553 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56353 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:09:13.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:13.613 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][1deea2a1-945f-4a0e-8ea1-95af59fccda8] resuming socket\n2025-08-03 18:09:13.613 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][1deea2a1-945f-4a0e-8ea1-95af59fccda8] socks forwarding established\n2025-08-03 18:09:16.622 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][1deea2a1-945f-4a0e-8ea1-95af59fccda8] socks connection closed\n2025-08-03 18:09:16.622 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][1deea2a1-945f-4a0e-8ea1-95af59fccda8] local connection closed\n2025-08-03 18:09:16.669 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56356 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:09:16.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:16.940 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3fec6816-26f0-428c-b9a8-c72a64312bb1] resuming socket\n2025-08-03 18:09:16.940 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3fec6816-26f0-428c-b9a8-c72a64312bb1] socks forwarding established\n2025-08-03 18:09:16.991 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3fec6816-26f0-428c-b9a8-c72a64312bb1] local connection closed\n2025-08-03 18:09:17.002 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3fec6816-26f0-428c-b9a8-c72a64312bb1] socks connection closed\n2025-08-03 18:09:17.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56361 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:09:47.180 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:09:47.182 [info] [command][f8fe8e7a-4c02-4dea-a304-ec94508bcea9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f8fe8e7a-4c02-4dea-a304-ec94508bcea9""}\n2025-08-03 18:09:47.183 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ba1ba8b1-db6b-40b9-8e93-88225f8a7bb8] received connection request\n2025-08-03 18:09:47.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:09:47.231 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ba1ba8b1-db6b-40b9-8e93-88225f8a7bb8] socks forwarding established\n2025-08-03 18:09:47.289 [info] [command][f8fe8e7a-4c02-4dea-a304-ec94508bcea9] Process exited with code 0\n2025-08-03 18:09:47.289 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ba1ba8b1-db6b-40b9-8e93-88225f8a7bb8] socks connection closed\n2025-08-03 18:09:47.290 [info] [command][f8fe8e7a-4c02-4dea-a304-ec94508bcea9] Socket close event received\n2025-08-03 18:09:47.338 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56369 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:10:47.294 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:10:47.296 [info] [command][201688ed-b440-4880-ad90-0c3d1b188078] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""201688ed-b440-4880-ad90-0c3d1b188078""}\n2025-08-03 18:10:47.297 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5a9e6055-ebb3-4ec1-b186-fb949e76b9e0] received connection request\n2025-08-03 18:10:47.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:10:47.298 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:47.350 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][5a9e6055-ebb3-4ec1-b186-fb949e76b9e0] socks forwarding established\n2025-08-03 18:10:47.404 [info] [command][201688ed-b440-4880-ad90-0c3d1b188078] Process exited with code 0\n2025-08-03 18:10:47.405 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][5a9e6055-ebb3-4ec1-b186-fb949e76b9e0] socks connection closed\n2025-08-03 18:10:47.405 [info] [command][201688ed-b440-4880-ad90-0c3d1b188078] Socket close event received\n2025-08-03 18:10:47.455 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56398 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:10:55.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:55.635 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][94476c19-102a-4801-a3d6-d48e8f81c438] resuming socket\n2025-08-03 18:10:55.635 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][94476c19-102a-4801-a3d6-d48e8f81c438] socks forwarding established\n2025-08-03 18:10:55.929 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][94476c19-102a-4801-a3d6-d48e8f81c438] socks connection closed\n2025-08-03 18:10:55.929 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][94476c19-102a-4801-a3d6-d48e8f81c438] local connection closed\n2025-08-03 18:10:55.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56403 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:10:56.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.148 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2ea06ee-64c2-49ff-b346-ae546f8ea32e] resuming socket\n2025-08-03 18:10:56.148 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2ea06ee-64c2-49ff-b346-ae546f8ea32e] socks forwarding established\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a6887508-21cb-42ea-940d-c6e6640e9bf9] resuming socket\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a6887508-21cb-42ea-940d-c6e6640e9bf9] socks forwarding established\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a742872b-ccf7-4f0b-9590-d1f0ea900bdd] resuming socket\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a742872b-ccf7-4f0b-9590-d1f0ea900bdd] socks forwarding established\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][80db04a0-f073-4f51-bba5-9687a712ad22] resuming socket\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][80db04a0-f073-4f51-bba5-9687a712ad22] socks forwarding established\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6cc20276-57d4-4251-8adf-2d0a798e30e2] resuming socket\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6cc20276-57d4-4251-8adf-2d0a798e30e2] socks forwarding established\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][afd4cefb-3848-4ae8-9dec-cc6042fad59f] resuming socket\n2025-08-03 18:10:56.177 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][afd4cefb-3848-4ae8-9dec-cc6042fad59f] socks forwarding established\n2025-08-03 18:10:56.196 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2ea06ee-64c2-49ff-b346-ae546f8ea32e] local connection closed\n2025-08-03 18:10:56.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.205 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2ea06ee-64c2-49ff-b346-ae546f8ea32e] socks connection closed\n2025-08-03 18:10:56.228 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a742872b-ccf7-4f0b-9590-d1f0ea900bdd] local connection closed\n2025-08-03 18:10:56.228 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][afd4cefb-3848-4ae8-9dec-cc6042fad59f] local connection closed\n2025-08-03 18:10:56.228 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][80db04a0-f073-4f51-bba5-9687a712ad22] local connection closed\n2025-08-03 18:10:56.228 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6cc20276-57d4-4251-8adf-2d0a798e30e2] local connection closed\n2025-08-03 18:10:56.228 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a6887508-21cb-42ea-940d-c6e6640e9bf9] local connection closed\n2025-08-03 18:10:56.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.238 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][80db04a0-f073-4f51-bba5-9687a712ad22] socks connection closed\n2025-08-03 18:10:56.238 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6cc20276-57d4-4251-8adf-2d0a798e30e2] socks connection closed\n2025-08-03 18:10:56.238 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a6887508-21cb-42ea-940d-c6e6640e9bf9] socks connection closed\n2025-08-03 18:10:56.238 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][afd4cefb-3848-4ae8-9dec-cc6042fad59f] socks connection closed\n2025-08-03 18:10:56.239 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][a742872b-ccf7-4f0b-9590-d1f0ea900bdd] socks connection closed\n2025-08-03 18:10:56.243 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56405 to 127.0.0.1 port 55841, nchannels 13\n\n2025-08-03 18:10:56.243 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6440807f-6afa-48b9-a2e8-57115bbeba74] resuming socket\n2025-08-03 18:10:56.243 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6440807f-6afa-48b9-a2e8-57115bbeba74] socks forwarding established\n2025-08-03 18:10:56.273 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56409 to 127.0.0.1 port 55841, nchannels 12\n\n2025-08-03 18:10:56.275 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56408 to 127.0.0.1 port 55841, nchannels 11\ndebug1: channel 8: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56411 to 127.0.0.1 port 55841, nchannels 10\ndebug1: channel 9: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56414 to 127.0.0.1 port 55841, nchannels 9\n\n2025-08-03 18:10:56.275 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56415 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:10:56.282 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2103197-93b1-4eb4-9b3c-f47b8519dd67] resuming socket\n2025-08-03 18:10:56.282 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2103197-93b1-4eb4-9b3c-f47b8519dd67] socks forwarding established\n2025-08-03 18:10:56.290 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6440807f-6afa-48b9-a2e8-57115bbeba74] local connection closed\n2025-08-03 18:10:56.299 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][6440807f-6afa-48b9-a2e8-57115bbeba74] socks connection closed\n2025-08-03 18:10:56.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.333 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2103197-93b1-4eb4-9b3c-f47b8519dd67] local connection closed\n2025-08-03 18:10:56.337 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56417 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:10:56.341 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b2103197-93b1-4eb4-9b3c-f47b8519dd67] socks connection closed\n2025-08-03 18:10:56.361 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bf80b4f9-e101-4493-aac6-54cb0ef3101a] resuming socket\n2025-08-03 18:10:56.361 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bf80b4f9-e101-4493-aac6-54cb0ef3101a] socks forwarding established\n2025-08-03 18:10:56.380 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56419 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:10:56.408 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bf80b4f9-e101-4493-aac6-54cb0ef3101a] local connection closed\n2025-08-03 18:10:56.419 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][bf80b4f9-e101-4493-aac6-54cb0ef3101a] socks connection closed\n2025-08-03 18:10:56.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.461 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56421 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:10:56.470 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19aae012-e76b-48f6-8680-6a0167e77155] resuming socket\n2025-08-03 18:10:56.470 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19aae012-e76b-48f6-8680-6a0167e77155] socks forwarding established\n2025-08-03 18:10:56.522 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19aae012-e76b-48f6-8680-6a0167e77155] local connection closed\n2025-08-03 18:10:56.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.532 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][19aae012-e76b-48f6-8680-6a0167e77155] socks connection closed\n2025-08-03 18:10:56.569 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56423 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:10:56.579 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7c126024-7569-4352-8907-a3685425ad42] resuming socket\n2025-08-03 18:10:56.579 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7c126024-7569-4352-8907-a3685425ad42] socks forwarding established\n2025-08-03 18:10:56.633 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7c126024-7569-4352-8907-a3685425ad42] local connection closed\n2025-08-03 18:10:56.640 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][7c126024-7569-4352-8907-a3685425ad42] socks connection closed\n2025-08-03 18:10:56.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.686 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56425 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:10:56.698 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][935a8dc0-c81e-443c-ae75-80a03737ac1e] resuming socket\n2025-08-03 18:10:56.698 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][935a8dc0-c81e-443c-ae75-80a03737ac1e] socks forwarding established\n2025-08-03 18:10:56.699 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9078e523-6d75-40de-9cac-edf9b5a6503b] resuming socket\n2025-08-03 18:10:56.699 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9078e523-6d75-40de-9cac-edf9b5a6503b] socks forwarding established\n2025-08-03 18:10:56.765 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9078e523-6d75-40de-9cac-edf9b5a6503b] local connection closed\n2025-08-03 18:10:56.772 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][9078e523-6d75-40de-9cac-edf9b5a6503b] socks connection closed\n2025-08-03 18:10:56.812 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56429 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:10:56.817 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][935a8dc0-c81e-443c-ae75-80a03737ac1e] local connection closed\n2025-08-03 18:10:56.824 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][935a8dc0-c81e-443c-ae75-80a03737ac1e] socks connection closed\n2025-08-03 18:10:56.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:10:56.863 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56428 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:10:56.887 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d518e89b-4b7f-4b31-9a64-d5939d0aaf96] resuming socket\n2025-08-03 18:10:56.887 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d518e89b-4b7f-4b31-9a64-d5939d0aaf96] socks forwarding established\n2025-08-03 18:10:59.889 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d518e89b-4b7f-4b31-9a64-d5939d0aaf96] socks connection closed\n2025-08-03 18:10:59.889 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][d518e89b-4b7f-4b31-9a64-d5939d0aaf96] local connection closed\n2025-08-03 18:10:59.935 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56431 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:11:00.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:00.203 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33310485-f7de-4b2f-aff3-dbf0819e4ac3] resuming socket\n2025-08-03 18:11:00.203 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33310485-f7de-4b2f-aff3-dbf0819e4ac3] socks forwarding established\n2025-08-03 18:11:00.254 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33310485-f7de-4b2f-aff3-dbf0819e4ac3] local connection closed\n2025-08-03 18:11:00.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:00.264 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][33310485-f7de-4b2f-aff3-dbf0819e4ac3] socks connection closed\n2025-08-03 18:11:00.303 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56433 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:11:00.307 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][587bb0fc-e54f-4ebe-8130-90b15b2fcc10] resuming socket\n2025-08-03 18:11:00.307 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][587bb0fc-e54f-4ebe-8130-90b15b2fcc10] socks forwarding established\n2025-08-03 18:11:09.001 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][587bb0fc-e54f-4ebe-8130-90b15b2fcc10] local connection closed\n2025-08-03 18:11:09.007 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][587bb0fc-e54f-4ebe-8130-90b15b2fcc10] socks connection closed\n2025-08-03 18:11:09.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:09.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:09.051 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56435 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:11:09.090 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][ebbc07f6-3da8-42a3-8e6a-7384aa2b4d14] resuming socket\n2025-08-03 18:11:09.090 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][ebbc07f6-3da8-42a3-8e6a-7384aa2b4d14] socks forwarding established\n2025-08-03 18:11:09.096 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f7402d2f-6f57-48d3-8dde-8cd0a2d1034f] resuming socket\n2025-08-03 18:11:09.096 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f7402d2f-6f57-48d3-8dde-8cd0a2d1034f] socks forwarding established\n2025-08-03 18:11:09.146 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][ebbc07f6-3da8-42a3-8e6a-7384aa2b4d14] local connection closed\n2025-08-03 18:11:09.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:09.243 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56438 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:11:09.243 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][ebbc07f6-3da8-42a3-8e6a-7384aa2b4d14] socks connection closed\n2025-08-03 18:11:09.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8f6b3ac0-365d-4a0b-84fb-89f11cc8f2a9] resuming socket\n2025-08-03 18:11:09.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8f6b3ac0-365d-4a0b-84fb-89f11cc8f2a9] socks forwarding established\n2025-08-03 18:11:09.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f7402d2f-6f57-48d3-8dde-8cd0a2d1034f] socks connection closed\n2025-08-03 18:11:09.244 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][f7402d2f-6f57-48d3-8dde-8cd0a2d1034f] local connection closed\n2025-08-03 18:11:09.292 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56440 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:11:25.163 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8f6b3ac0-365d-4a0b-84fb-89f11cc8f2a9] local connection closed\n2025-08-03 18:11:25.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][8f6b3ac0-365d-4a0b-84fb-89f11cc8f2a9] socks connection closed\n2025-08-03 18:11:25.212 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56442 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:11:47.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:11:47.412 [info] [command][ae442d33-658f-450c-b2fc-8907518c4184] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""ae442d33-658f-450c-b2fc-8907518c4184""}\n2025-08-03 18:11:47.412 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4617195b-1de9-46d3-a498-bf2b5e37aaa9] received connection request\n2025-08-03 18:11:47.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:47.462 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4617195b-1de9-46d3-a498-bf2b5e37aaa9] socks forwarding established\n2025-08-03 18:11:47.513 [info] [command][ae442d33-658f-450c-b2fc-8907518c4184] Process exited with code 0\n2025-08-03 18:11:47.513 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4617195b-1de9-46d3-a498-bf2b5e37aaa9] socks connection closed\n2025-08-03 18:11:47.513 [info] [command][ae442d33-658f-450c-b2fc-8907518c4184] Socket close event received\n2025-08-03 18:11:47.560 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56473 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:11:52.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:52.073 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b13ccefd-1479-4e3a-b4aa-6e6b605aa14e] resuming socket\n2025-08-03 18:11:52.073 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b13ccefd-1479-4e3a-b4aa-6e6b605aa14e] socks forwarding established\n2025-08-03 18:11:52.122 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b13ccefd-1479-4e3a-b4aa-6e6b605aa14e] local connection closed\n2025-08-03 18:11:52.130 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b13ccefd-1479-4e3a-b4aa-6e6b605aa14e] socks connection closed\n2025-08-03 18:11:52.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:11:52.165 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56484 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:11:52.205 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c42c2f0f-f49f-4564-a711-cd12a7ef49cb] resuming socket\n2025-08-03 18:11:52.205 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c42c2f0f-f49f-4564-a711-cd12a7ef49cb] socks forwarding established\n2025-08-03 18:11:52.258 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c42c2f0f-f49f-4564-a711-cd12a7ef49cb] local connection closed\n2025-08-03 18:11:52.266 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c42c2f0f-f49f-4564-a711-cd12a7ef49cb] socks connection closed\n2025-08-03 18:11:52.307 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56486 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:12:47.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:12:47.517 [info] [command][fb8b975e-2e3b-4bee-9166-2f46dfbd8419] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""fb8b975e-2e3b-4bee-9166-2f46dfbd8419""}\n2025-08-03 18:12:47.519 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][11c8d92c-03ea-47b5-88f4-706ff8f0ca40] received connection request\n2025-08-03 18:12:47.521 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:12:47.571 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][11c8d92c-03ea-47b5-88f4-706ff8f0ca40] socks forwarding established\n2025-08-03 18:12:47.623 [info] [command][fb8b975e-2e3b-4bee-9166-2f46dfbd8419] Process exited with code 0\n2025-08-03 18:12:47.623 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][11c8d92c-03ea-47b5-88f4-706ff8f0ca40] socks connection closed\n2025-08-03 18:12:47.623 [info] [command][fb8b975e-2e3b-4bee-9166-2f46dfbd8419] Socket close event received\n2025-08-03 18:12:47.669 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56518 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:13:47.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:13:47.634 [info] [command][14cd79da-2291-4514-809b-64096905d975] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""14cd79da-2291-4514-809b-64096905d975""}\n2025-08-03 18:13:47.638 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4580aba3-3b8d-410a-afb1-a0198076bc26] received connection request\n2025-08-03 18:13:47.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:13:47.688 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4580aba3-3b8d-410a-afb1-a0198076bc26] socks forwarding established\n2025-08-03 18:13:47.740 [info] [command][14cd79da-2291-4514-809b-64096905d975] Process exited with code 0\n2025-08-03 18:13:47.740 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4580aba3-3b8d-410a-afb1-a0198076bc26] socks connection closed\n2025-08-03 18:13:47.740 [info] [command][14cd79da-2291-4514-809b-64096905d975] Socket close event received\n2025-08-03 18:13:47.787 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56538 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:14:22.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:14:22.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][00cfc2fb-5a32-4cd9-9121-bbacf6615dd8] resuming socket\n2025-08-03 18:14:22.936 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][00cfc2fb-5a32-4cd9-9121-bbacf6615dd8] socks forwarding established\n2025-08-03 18:14:22.989 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][00cfc2fb-5a32-4cd9-9121-bbacf6615dd8] local connection closed\n2025-08-03 18:14:22.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:14:22.996 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:14:22.996 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][00cfc2fb-5a32-4cd9-9121-bbacf6615dd8] socks connection closed\n2025-08-03 18:14:23.036 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56552 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:14:23.045 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3af4fcd2-df18-4b31-9343-8f3222f0de04] resuming socket\n2025-08-03 18:14:23.045 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3af4fcd2-df18-4b31-9343-8f3222f0de04] socks forwarding established\n2025-08-03 18:14:23.097 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3af4fcd2-df18-4b31-9343-8f3222f0de04] local connection closed\n2025-08-03 18:14:23.105 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][3af4fcd2-df18-4b31-9343-8f3222f0de04] socks connection closed\n2025-08-03 18:14:23.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:14:23.123 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:14:23.146 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56554 to 127.0.0.1 port 55841, nchannels 9\n\n2025-08-03 18:14:23.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9f2dbdd-52ae-4b13-bdb5-696fcbad1d22] resuming socket\n2025-08-03 18:14:23.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9f2dbdd-52ae-4b13-bdb5-696fcbad1d22] socks forwarding established\n2025-08-03 18:14:23.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b0ad94a1-d005-40fd-b672-267881872294] resuming socket\n2025-08-03 18:14:23.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b0ad94a1-d005-40fd-b672-267881872294] socks forwarding established\n2025-08-03 18:14:23.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][df31246a-88cf-4a35-bc87-7ed806f92a7a] resuming socket\n2025-08-03 18:14:23.172 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][df31246a-88cf-4a35-bc87-7ed806f92a7a] socks forwarding established\n2025-08-03 18:14:23.221 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b0ad94a1-d005-40fd-b672-267881872294] local connection closed\n2025-08-03 18:14:23.231 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b0ad94a1-d005-40fd-b672-267881872294] socks connection closed\n2025-08-03 18:14:23.319 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56560 to 127.0.0.1 port 55841, nchannels 8\n\n2025-08-03 18:14:23.570 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9f2dbdd-52ae-4b13-bdb5-696fcbad1d22] local connection closed\n2025-08-03 18:14:23.616 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][b9f2dbdd-52ae-4b13-bdb5-696fcbad1d22] socks connection closed\n2025-08-03 18:14:23.616 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][df31246a-88cf-4a35-bc87-7ed806f92a7a] socks connection closed\n2025-08-03 18:14:23.617 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56559 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:14:23.617 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][df31246a-88cf-4a35-bc87-7ed806f92a7a] local connection closed\n2025-08-03 18:14:23.665 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56561 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:14:26.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:14:26.122 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][929cf634-ccc8-4807-8533-fd445da46606] resuming socket\n2025-08-03 18:14:26.122 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][929cf634-ccc8-4807-8533-fd445da46606] socks forwarding established\n2025-08-03 18:14:26.173 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][929cf634-ccc8-4807-8533-fd445da46606] local connection closed\n2025-08-03 18:14:26.180 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][929cf634-ccc8-4807-8533-fd445da46606] socks connection closed\n2025-08-03 18:14:26.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:14:26.220 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56565 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:14:26.237 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c202e6e4-ae97-472c-bc61-69e8a76c1d45] resuming socket\n2025-08-03 18:14:26.237 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c202e6e4-ae97-472c-bc61-69e8a76c1d45] socks forwarding established\n2025-08-03 18:14:26.421 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c202e6e4-ae97-472c-bc61-69e8a76c1d45] socks connection closed\n2025-08-03 18:14:26.422 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][c202e6e4-ae97-472c-bc61-69e8a76c1d45] local connection closed\n2025-08-03 18:14:26.470 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56567 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:14:47.743 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:14:47.745 [info] [command][311d914b-4c0c-4ec0-a44b-8386cbdfe1a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""311d914b-4c0c-4ec0-a44b-8386cbdfe1a3""}\n2025-08-03 18:14:47.746 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ff00dd04-e9f6-4782-ac07-3a82c5e8d448] received connection request\n2025-08-03 18:14:47.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:14:47.796 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ff00dd04-e9f6-4782-ac07-3a82c5e8d448] socks forwarding established\n2025-08-03 18:14:47.846 [info] [command][311d914b-4c0c-4ec0-a44b-8386cbdfe1a3] Process exited with code 0\n2025-08-03 18:14:47.846 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ff00dd04-e9f6-4782-ac07-3a82c5e8d448] socks connection closed\n2025-08-03 18:14:47.846 [info] [command][311d914b-4c0c-4ec0-a44b-8386cbdfe1a3] Socket close event received\n2025-08-03 18:14:47.891 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56572 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:15:47.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:15:47.848 [info] [command][986ff003-cfa6-4059-abd2-a9da60b76e75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""986ff003-cfa6-4059-abd2-a9da60b76e75""}\n2025-08-03 18:15:47.849 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][1d6d787f-195c-41ed-870e-657abdc21464] received connection request\n2025-08-03 18:15:47.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:15:47.942 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][1d6d787f-195c-41ed-870e-657abdc21464] socks forwarding established\n2025-08-03 18:15:47.995 [info] [command][986ff003-cfa6-4059-abd2-a9da60b76e75] Process exited with code 0\n2025-08-03 18:15:47.995 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][1d6d787f-195c-41ed-870e-657abdc21464] socks connection closed\n2025-08-03 18:15:47.995 [info] [command][986ff003-cfa6-4059-abd2-a9da60b76e75] Socket close event received\n2025-08-03 18:15:48.070 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56619 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:16:35.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:16:35.307 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][acb821a1-e087-485b-957d-8ce65d168d35] resuming socket\n2025-08-03 18:16:35.308 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][acb821a1-e087-485b-957d-8ce65d168d35] socks forwarding established\n2025-08-03 18:16:35.356 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][acb821a1-e087-485b-957d-8ce65d168d35] local connection closed\n2025-08-03 18:16:35.365 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][acb821a1-e087-485b-957d-8ce65d168d35] socks connection closed\n2025-08-03 18:16:35.404 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56635 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:16:35.408 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:16:35.457 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2cd27f78-a254-4c8b-963c-7b9fcf393a43] resuming socket\n2025-08-03 18:16:35.457 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2cd27f78-a254-4c8b-963c-7b9fcf393a43] socks forwarding established\n2025-08-03 18:16:35.559 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2cd27f78-a254-4c8b-963c-7b9fcf393a43] socks connection closed\n2025-08-03 18:16:35.560 [info] [tunnel-forwarding][127.0.0.1:6006 -> 127.0.0.1:55841 -> localhost:6006][2cd27f78-a254-4c8b-963c-7b9fcf393a43] local connection closed\n2025-08-03 18:16:35.606 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for localhost port 6006, connect from 127.0.0.1 port 56637 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:16:47.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:16:48.000 [info] [command][6a2bc728-da3d-4a0f-9e9d-324010eec234] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""6a2bc728-da3d-4a0f-9e9d-324010eec234""}\n2025-08-03 18:16:48.001 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][96228def-8f92-4892-87eb-51de33fd11c1] received connection request\n2025-08-03 18:16:48.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:16:48.050 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][96228def-8f92-4892-87eb-51de33fd11c1] socks forwarding established\n2025-08-03 18:16:48.109 [info] [command][6a2bc728-da3d-4a0f-9e9d-324010eec234] Process exited with code 0\n2025-08-03 18:16:48.110 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][96228def-8f92-4892-87eb-51de33fd11c1] socks connection closed\n2025-08-03 18:16:48.110 [info] [command][6a2bc728-da3d-4a0f-9e9d-324010eec234] Socket close event received\n2025-08-03 18:16:48.159 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56644 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:17:48.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:17:48.115 [info] [command][c1969d20-124e-4f64-ab03-f35569dea1ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""c1969d20-124e-4f64-ab03-f35569dea1ae""}\n2025-08-03 18:17:48.116 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a62b736d-3907-4788-980d-e4da924749db] received connection request\n2025-08-03 18:17:48.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:17:48.162 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][a62b736d-3907-4788-980d-e4da924749db] socks forwarding established\n2025-08-03 18:17:48.210 [info] [command][c1969d20-124e-4f64-ab03-f35569dea1ae] Process exited with code 0\n2025-08-03 18:17:48.210 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][a62b736d-3907-4788-980d-e4da924749db] socks connection closed\n2025-08-03 18:17:48.211 [info] [command][c1969d20-124e-4f64-ab03-f35569dea1ae] Socket close event received\n2025-08-03 18:17:48.258 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56690 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:18:48.213 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:18:48.217 [info] [command][a2e0de4a-51d4-4371-9a46-e8b735185fd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""a2e0de4a-51d4-4371-9a46-e8b735185fd2""}\n2025-08-03 18:18:48.217 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ed218e7a-aec1-47d6-b0fe-e2d2d0360e07] received connection request\n2025-08-03 18:18:48.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:18:48.272 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ed218e7a-aec1-47d6-b0fe-e2d2d0360e07] socks forwarding established\n2025-08-03 18:18:48.324 [info] [command][a2e0de4a-51d4-4371-9a46-e8b735185fd2] Process exited with code 0\n2025-08-03 18:18:48.324 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ed218e7a-aec1-47d6-b0fe-e2d2d0360e07] socks connection closed\n2025-08-03 18:18:48.324 [info] [command][a2e0de4a-51d4-4371-9a46-e8b735185fd2] Socket close event received\n2025-08-03 18:18:48.370 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56744 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:19:48.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:19:48.327 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8ea8515e-70de-4540-a3d8-d3a963c87ab9] received connection request\n2025-08-03 18:19:48.328 [info] [command][7b21c4fc-8561-4eb6-97cf-28c93b638b6c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""7b21c4fc-8561-4eb6-97cf-28c93b638b6c""}\n2025-08-03 18:19:48.328 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:19:48.329 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:19:48.379 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8ea8515e-70de-4540-a3d8-d3a963c87ab9] socks forwarding established\n2025-08-03 18:19:48.429 [info] [command][7b21c4fc-8561-4eb6-97cf-28c93b638b6c] Process exited with code 0\n2025-08-03 18:19:48.430 [info] [command][7b21c4fc-8561-4eb6-97cf-28c93b638b6c] Socket close event received\n2025-08-03 18:19:48.430 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8ea8515e-70de-4540-a3d8-d3a963c87ab9] socks connection closed\n2025-08-03 18:19:48.478 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56763 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:20:48.437 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:20:48.441 [info] [command][cf0d413e-e564-421f-b3d1-5c2639b304d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""cf0d413e-e564-421f-b3d1-5c2639b304d1""}\n2025-08-03 18:20:48.442 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][6e961753-959d-41af-8cc8-c5e2ec800c54] received connection request\n2025-08-03 18:20:48.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:20:48.495 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][6e961753-959d-41af-8cc8-c5e2ec800c54] socks forwarding established\n2025-08-03 18:20:48.547 [info] [command][cf0d413e-e564-421f-b3d1-5c2639b304d1] Process exited with code 0\n2025-08-03 18:20:48.548 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][6e961753-959d-41af-8cc8-c5e2ec800c54] socks connection closed\n2025-08-03 18:20:48.548 [info] [command][cf0d413e-e564-421f-b3d1-5c2639b304d1] Socket close event received\n2025-08-03 18:20:48.596 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56804 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:21:48.550 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:21:48.556 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][79df4fce-883b-4b55-a933-b2993de18a6d] received connection request\n2025-08-03 18:21:48.556 [info] [command][8ee8f7f6-6a4c-4132-b2c7-7003211cd6ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""8ee8f7f6-6a4c-4132-b2c7-7003211cd6ac""}\n2025-08-03 18:21:48.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:21:48.603 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][79df4fce-883b-4b55-a933-b2993de18a6d] socks forwarding established\n2025-08-03 18:21:48.658 [info] [command][8ee8f7f6-6a4c-4132-b2c7-7003211cd6ac] Process exited with code 0\n2025-08-03 18:21:48.658 [info] [command][8ee8f7f6-6a4c-4132-b2c7-7003211cd6ac] Socket close event received\n2025-08-03 18:21:48.659 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][79df4fce-883b-4b55-a933-b2993de18a6d] socks connection closed\n2025-08-03 18:21:48.705 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56822 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:22:48.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:22:48.665 [info] [command][979784bc-e784-43ff-8078-77eb050673fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""979784bc-e784-43ff-8078-77eb050673fb""}\n2025-08-03 18:22:48.666 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ccdaf016-ea1f-4646-9544-0c741758e17c] received connection request\n2025-08-03 18:22:48.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:22:48.714 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ccdaf016-ea1f-4646-9544-0c741758e17c] socks forwarding established\n2025-08-03 18:22:48.772 [info] [command][979784bc-e784-43ff-8078-77eb050673fb] Process exited with code 0\n2025-08-03 18:22:48.772 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ccdaf016-ea1f-4646-9544-0c741758e17c] socks connection closed\n2025-08-03 18:22:48.772 [info] [command][979784bc-e784-43ff-8078-77eb050673fb] Socket close event received\n2025-08-03 18:22:48.818 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56856 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:23:48.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:23:48.779 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8fd60d05-eb43-43e4-812b-6e8cb03a03de] received connection request\n2025-08-03 18:23:48.779 [info] [command][45117063-59f2-4171-8a76-92677d67337f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""45117063-59f2-4171-8a76-92677d67337f""}\n2025-08-03 18:23:48.779 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:23:48.826 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8fd60d05-eb43-43e4-812b-6e8cb03a03de] socks forwarding established\n2025-08-03 18:23:48.876 [info] [command][45117063-59f2-4171-8a76-92677d67337f] Process exited with code 0\n2025-08-03 18:23:48.876 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8fd60d05-eb43-43e4-812b-6e8cb03a03de] socks connection closed\n2025-08-03 18:23:48.876 [info] [command][45117063-59f2-4171-8a76-92677d67337f] Socket close event received\n2025-08-03 18:23:48.922 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56878 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:24:48.880 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:24:48.882 [info] [command][566d5ad5-b408-4e67-9c48-63e34337c47b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""566d5ad5-b408-4e67-9c48-63e34337c47b""}\n2025-08-03 18:24:48.882 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d9c9139a-029a-4d0e-b224-2a52b839d9b8] received connection request\n2025-08-03 18:24:48.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:24:48.882 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:24:48.930 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][d9c9139a-029a-4d0e-b224-2a52b839d9b8] socks forwarding established\n2025-08-03 18:24:48.983 [info] [command][566d5ad5-b408-4e67-9c48-63e34337c47b] Process exited with code 0\n2025-08-03 18:24:48.983 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][d9c9139a-029a-4d0e-b224-2a52b839d9b8] socks connection closed\n2025-08-03 18:24:48.983 [info] [command][566d5ad5-b408-4e67-9c48-63e34337c47b] Socket close event received\n2025-08-03 18:24:49.030 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56915 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:25:48.988 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:25:48.989 [info] [command][46a190ec-8ab6-49bf-af5b-6c10352c948a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""46a190ec-8ab6-49bf-af5b-6c10352c948a""}\n2025-08-03 18:25:48.990 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][68006d8f-9d7c-46e9-956f-d80f98c0ba2a] received connection request\n2025-08-03 18:25:48.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:25:49.036 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][68006d8f-9d7c-46e9-956f-d80f98c0ba2a] socks forwarding established\n2025-08-03 18:25:49.091 [info] [command][46a190ec-8ab6-49bf-af5b-6c10352c948a] Process exited with code 0\n2025-08-03 18:25:49.091 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][68006d8f-9d7c-46e9-956f-d80f98c0ba2a] socks connection closed\n2025-08-03 18:25:49.091 [info] [command][46a190ec-8ab6-49bf-af5b-6c10352c948a] Socket close event received\n2025-08-03 18:25:49.138 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56944 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:26:49.095 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:26:49.097 [info] [command][b34837d1-2b85-4d3d-960c-73bf7d7fd770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""b34837d1-2b85-4d3d-960c-73bf7d7fd770""}\n2025-08-03 18:26:49.098 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][d5a501f8-a632-4e54-931e-379ebe81fd32] received connection request\n2025-08-03 18:26:49.098 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:26:49.147 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][d5a501f8-a632-4e54-931e-379ebe81fd32] socks forwarding established\n2025-08-03 18:26:49.197 [info] [command][b34837d1-2b85-4d3d-960c-73bf7d7fd770] Process exited with code 0\n2025-08-03 18:26:49.197 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][d5a501f8-a632-4e54-931e-379ebe81fd32] socks connection closed\n2025-08-03 18:26:49.197 [info] [command][b34837d1-2b85-4d3d-960c-73bf7d7fd770] Socket close event received\n2025-08-03 18:26:49.242 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 56985 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:27:49.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:27:49.207 [info] [command][278e5a2c-0102-497e-98c3-debe76c557b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""278e5a2c-0102-497e-98c3-debe76c557b8""}\n2025-08-03 18:27:49.207 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][b409fa9c-4144-4f38-bcdd-0cc8f361180a] received connection request\n2025-08-03 18:27:49.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:27:49.257 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][b409fa9c-4144-4f38-bcdd-0cc8f361180a] socks forwarding established\n2025-08-03 18:27:49.313 [info] [command][278e5a2c-0102-497e-98c3-debe76c557b8] Process exited with code 0\n2025-08-03 18:27:49.314 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][b409fa9c-4144-4f38-bcdd-0cc8f361180a] socks connection closed\n2025-08-03 18:27:49.314 [info] [command][278e5a2c-0102-497e-98c3-debe76c557b8] Socket close event received\n2025-08-03 18:27:49.361 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57024 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:28:49.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:28:49.318 [info] [command][d699ae66-42d8-409b-99b3-74d981ff2ddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""d699ae66-42d8-409b-99b3-74d981ff2ddd""}\n2025-08-03 18:28:49.318 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][ca814cee-5496-47e7-a80e-d5592feb34bd] received connection request\n2025-08-03 18:28:49.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:28:49.369 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ca814cee-5496-47e7-a80e-d5592feb34bd] socks forwarding established\n2025-08-03 18:28:49.424 [info] [command][d699ae66-42d8-409b-99b3-74d981ff2ddd] Process exited with code 0\n2025-08-03 18:28:49.424 [info] [command][d699ae66-42d8-409b-99b3-74d981ff2ddd] Socket close event received\n2025-08-03 18:28:49.425 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][ca814cee-5496-47e7-a80e-d5592feb34bd] socks connection closed\n2025-08-03 18:28:49.474 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57046 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:29:49.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:29:49.429 [info] [command][a6b1afef-9883-4959-b4ff-38f983727010] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""a6b1afef-9883-4959-b4ff-38f983727010""}\n2025-08-03 18:29:49.430 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][00d29cac-0aaa-4ade-916a-3522046db071] received connection request\n2025-08-03 18:29:49.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:29:49.479 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][00d29cac-0aaa-4ade-916a-3522046db071] socks forwarding established\n2025-08-03 18:29:49.532 [info] [command][a6b1afef-9883-4959-b4ff-38f983727010] Process exited with code 0\n2025-08-03 18:29:49.532 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][00d29cac-0aaa-4ade-916a-3522046db071] socks connection closed\n2025-08-03 18:29:49.532 [info] [command][a6b1afef-9883-4959-b4ff-38f983727010] Socket close event received\n2025-08-03 18:29:49.582 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57064 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:30:49.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:30:49.541 [info] [command][fdbaeeff-5f6a-4084-8431-c82afd87bb47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""fdbaeeff-5f6a-4084-8431-c82afd87bb47""}\n2025-08-03 18:30:49.542 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5da5f918-22dd-4c4e-a724-d7b7f21ee12a] received connection request\n2025-08-03 18:30:49.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:30:49.589 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][5da5f918-22dd-4c4e-a724-d7b7f21ee12a] socks forwarding established\n2025-08-03 18:30:49.642 [info] [command][fdbaeeff-5f6a-4084-8431-c82afd87bb47] Process exited with code 0\n2025-08-03 18:30:49.643 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][5da5f918-22dd-4c4e-a724-d7b7f21ee12a] socks connection closed\n2025-08-03 18:30:49.643 [info] [command][fdbaeeff-5f6a-4084-8431-c82afd87bb47] Socket close event received\n2025-08-03 18:30:49.689 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57114 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:31:49.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:31:49.648 [info] [command][5bd8231c-74d9-4c04-8e40-3d29264f43fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5bd8231c-74d9-4c04-8e40-3d29264f43fb""}\n2025-08-03 18:31:49.649 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][f345e880-6189-40f0-b3c2-ee7594e89c26] received connection request\n2025-08-03 18:31:49.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:31:49.697 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][f345e880-6189-40f0-b3c2-ee7594e89c26] socks forwarding established\n2025-08-03 18:31:49.748 [info] [command][5bd8231c-74d9-4c04-8e40-3d29264f43fb] Process exited with code 0\n2025-08-03 18:31:49.749 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][f345e880-6189-40f0-b3c2-ee7594e89c26] socks connection closed\n2025-08-03 18:31:49.749 [info] [command][5bd8231c-74d9-4c04-8e40-3d29264f43fb] Socket close event received\n2025-08-03 18:31:49.798 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57136 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:32:49.756 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:32:49.759 [info] [command][bc67c00f-d697-4075-8312-97460e44407e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""bc67c00f-d697-4075-8312-97460e44407e""}\n2025-08-03 18:32:49.760 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][639f0c85-45f3-4a86-8e06-37368e49b77c] received connection request\n2025-08-03 18:32:49.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:32:49.814 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][639f0c85-45f3-4a86-8e06-37368e49b77c] socks forwarding established\n2025-08-03 18:32:49.865 [info] [command][bc67c00f-d697-4075-8312-97460e44407e] Process exited with code 0\n2025-08-03 18:32:49.866 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][639f0c85-45f3-4a86-8e06-37368e49b77c] socks connection closed\n2025-08-03 18:32:49.866 [info] [command][bc67c00f-d697-4075-8312-97460e44407e] Socket close event received\n2025-08-03 18:32:49.912 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57166 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:33:49.867 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:33:49.869 [info] [command][1a737177-f10c-427e-8a3f-66ac4d89afcc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1a737177-f10c-427e-8a3f-66ac4d89afcc""}\n2025-08-03 18:33:49.871 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][a51183d1-bb4c-4d13-8415-532171c11b18] received connection request\n2025-08-03 18:33:49.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:33:49.920 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][a51183d1-bb4c-4d13-8415-532171c11b18] socks forwarding established\n2025-08-03 18:33:49.973 [info] [command][1a737177-f10c-427e-8a3f-66ac4d89afcc] Process exited with code 0\n2025-08-03 18:33:49.974 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][a51183d1-bb4c-4d13-8415-532171c11b18] socks connection closed\n2025-08-03 18:33:49.974 [info] [command][1a737177-f10c-427e-8a3f-66ac4d89afcc] Socket close event received\n2025-08-03 18:33:50.023 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57186 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:34:49.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:34:49.980 [info] [command][68ce743c-e0bc-4077-b361-455cf90a20b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""68ce743c-e0bc-4077-b361-455cf90a20b8""}\n2025-08-03 18:34:49.980 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][935eb6d3-be8b-4b96-8bd8-c447b048c6fe] received connection request\n2025-08-03 18:34:49.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:34:50.028 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][935eb6d3-be8b-4b96-8bd8-c447b048c6fe] socks forwarding established\n2025-08-03 18:34:50.083 [info] [command][68ce743c-e0bc-4077-b361-455cf90a20b8] Process exited with code 0\n2025-08-03 18:34:50.083 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][935eb6d3-be8b-4b96-8bd8-c447b048c6fe] socks connection closed\n2025-08-03 18:34:50.084 [info] [command][68ce743c-e0bc-4077-b361-455cf90a20b8] Socket close event received\n2025-08-03 18:34:50.130 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57238 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:35:50.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:35:50.090 [info] [command][f3c201c2-ee87-4b31-b9c4-5cf186e23065] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f3c201c2-ee87-4b31-b9c4-5cf186e23065""}\n2025-08-03 18:35:50.091 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2a562fc7-5dca-491b-83fb-18dfc669a0f6] received connection request\n2025-08-03 18:35:50.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:35:50.140 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][2a562fc7-5dca-491b-83fb-18dfc669a0f6] socks forwarding established\n2025-08-03 18:35:50.194 [info] [command][f3c201c2-ee87-4b31-b9c4-5cf186e23065] Process exited with code 0\n2025-08-03 18:35:50.195 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][2a562fc7-5dca-491b-83fb-18dfc669a0f6] socks connection closed\n2025-08-03 18:35:50.195 [info] [command][f3c201c2-ee87-4b31-b9c4-5cf186e23065] Socket close event received\n2025-08-03 18:35:50.241 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57281 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:36:50.201 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:36:50.205 [info] [command][34281a97-3121-41f1-9d7c-e9bf9da88752] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""34281a97-3121-41f1-9d7c-e9bf9da88752""}\n2025-08-03 18:36:50.206 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][4bcaecc2-29e3-4dbd-ba0d-257531ebde1a] received connection request\n2025-08-03 18:36:50.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:36:50.258 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4bcaecc2-29e3-4dbd-ba0d-257531ebde1a] socks forwarding established\n2025-08-03 18:36:50.310 [info] [command][34281a97-3121-41f1-9d7c-e9bf9da88752] Process exited with code 0\n2025-08-03 18:36:50.311 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][4bcaecc2-29e3-4dbd-ba0d-257531ebde1a] socks connection closed\n2025-08-03 18:36:50.311 [info] [command][34281a97-3121-41f1-9d7c-e9bf9da88752] Socket close event received\n2025-08-03 18:36:50.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57303 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:37:50.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:37:50.317 [info] [command][94fc2eb1-e791-46aa-8cab-6cfd1e46a1b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""94fc2eb1-e791-46aa-8cab-6cfd1e46a1b7""}\n2025-08-03 18:37:50.318 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][5a0e2350-bc91-4474-a21f-f6928c8dcf4c] received connection request\n2025-08-03 18:37:50.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:37:50.366 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][5a0e2350-bc91-4474-a21f-f6928c8dcf4c] socks forwarding established\n2025-08-03 18:37:50.417 [info] [command][94fc2eb1-e791-46aa-8cab-6cfd1e46a1b7] Process exited with code 0\n2025-08-03 18:37:50.418 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][5a0e2350-bc91-4474-a21f-f6928c8dcf4c] socks connection closed\n2025-08-03 18:37:50.418 [info] [command][94fc2eb1-e791-46aa-8cab-6cfd1e46a1b7] Socket close event received\n2025-08-03 18:37:50.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57331 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:38:50.423 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:38:50.426 [info] [command][4eb84eb7-3276-45ee-b058-1518dd0bf5d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""4eb84eb7-3276-45ee-b058-1518dd0bf5d7""}\n2025-08-03 18:38:50.427 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][fcbca41d-7813-4bf6-8778-03a51dc0d57a] received connection request\n2025-08-03 18:38:50.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:38:50.476 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][fcbca41d-7813-4bf6-8778-03a51dc0d57a] socks forwarding established\n2025-08-03 18:38:50.526 [info] [command][4eb84eb7-3276-45ee-b058-1518dd0bf5d7] Process exited with code 0\n2025-08-03 18:38:50.527 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][fcbca41d-7813-4bf6-8778-03a51dc0d57a] socks connection closed\n2025-08-03 18:38:50.527 [info] [command][4eb84eb7-3276-45ee-b058-1518dd0bf5d7] Socket close event received\n2025-08-03 18:38:50.575 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57349 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:39:50.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:39:50.534 [info] [command][d335abde-0664-47ac-9f5c-9f8613392620] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""d335abde-0664-47ac-9f5c-9f8613392620""}\n2025-08-03 18:39:50.534 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][8ded9ce9-960e-47b0-b27e-103e40ef26f7] received connection request\n2025-08-03 18:39:50.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:39:50.587 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8ded9ce9-960e-47b0-b27e-103e40ef26f7] socks forwarding established\n2025-08-03 18:39:50.641 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][8ded9ce9-960e-47b0-b27e-103e40ef26f7] socks connection closed\n2025-08-03 18:39:50.642 [info] [command][d335abde-0664-47ac-9f5c-9f8613392620] Process exited with code 0\n2025-08-03 18:39:50.643 [info] [command][d335abde-0664-47ac-9f5c-9f8613392620] Socket close event received\n2025-08-03 18:39:50.691 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57362 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:40:50.650 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:40:50.653 [info] [command][5d4a86e8-a62e-48d3-9548-01a11aa4776c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""5d4a86e8-a62e-48d3-9548-01a11aa4776c""}\n2025-08-03 18:40:50.653 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][77a96580-e684-44cd-915f-8341c7a55d34] received connection request\n2025-08-03 18:40:50.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:40:50.709 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][77a96580-e684-44cd-915f-8341c7a55d34] socks forwarding established\n2025-08-03 18:40:50.803 [info] [command][5d4a86e8-a62e-48d3-9548-01a11aa4776c] Process exited with code 0\n2025-08-03 18:40:50.804 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][77a96580-e684-44cd-915f-8341c7a55d34] socks connection closed\n2025-08-03 18:40:50.805 [info] [command][5d4a86e8-a62e-48d3-9548-01a11aa4776c] Socket close event received\n2025-08-03 18:40:50.859 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57416 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:41:50.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:41:50.810 [info] [command][eade25d8-88f4-45b4-ba6a-5c2ba818c11f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""eade25d8-88f4-45b4-ba6a-5c2ba818c11f""}\n2025-08-03 18:41:50.811 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][2be03e3d-9be0-422a-9f8a-6f469b40fff6] received connection request\n2025-08-03 18:41:50.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:41:50.865 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][2be03e3d-9be0-422a-9f8a-6f469b40fff6] socks forwarding established\n2025-08-03 18:41:50.918 [info] [command][eade25d8-88f4-45b4-ba6a-5c2ba818c11f] Process exited with code 0\n2025-08-03 18:41:50.919 [info] [command][eade25d8-88f4-45b4-ba6a-5c2ba818c11f] Socket close event received\n2025-08-03 18:41:50.919 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][2be03e3d-9be0-422a-9f8a-6f469b40fff6] socks connection closed\n2025-08-03 18:41:50.970 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57460 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:42:50.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:42:50.925 [info] [command][69869129-aec4-4089-b162-a471943737aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""69869129-aec4-4089-b162-a471943737aa""}\n2025-08-03 18:42:50.926 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][e4a28382-7a20-4403-8738-b27794167a39] received connection request\n2025-08-03 18:42:50.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:42:50.977 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][e4a28382-7a20-4403-8738-b27794167a39] socks forwarding established\n2025-08-03 18:42:51.027 [info] [command][69869129-aec4-4089-b162-a471943737aa] Process exited with code 0\n2025-08-03 18:42:51.028 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][e4a28382-7a20-4403-8738-b27794167a39] socks connection closed\n2025-08-03 18:42:51.028 [info] [command][69869129-aec4-4089-b162-a471943737aa] Socket close event received\n2025-08-03 18:42:51.073 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57524 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:43:51.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:43:51.037 [info] [command][03a77232-3e45-4a99-91d0-da0e6ae0f6ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""03a77232-3e45-4a99-91d0-da0e6ae0f6ba""}\n2025-08-03 18:43:51.038 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][60eff6c8-54ec-4d9b-b124-8ff635a9dbe0] received connection request\n2025-08-03 18:43:51.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:43:51.097 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][60eff6c8-54ec-4d9b-b124-8ff635a9dbe0] socks forwarding established\n2025-08-03 18:43:51.149 [info] [command][03a77232-3e45-4a99-91d0-da0e6ae0f6ba] Process exited with code 0\n2025-08-03 18:43:51.149 [info] [command][03a77232-3e45-4a99-91d0-da0e6ae0f6ba] Socket close event received\n2025-08-03 18:43:51.150 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][60eff6c8-54ec-4d9b-b124-8ff635a9dbe0] socks connection closed\n2025-08-03 18:43:51.201 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57547 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:44:51.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:44:51.153 [info] [command][c469ac8b-07e8-49b1-b3be-a96ee2bf9061] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""c469ac8b-07e8-49b1-b3be-a96ee2bf9061""}\n2025-08-03 18:44:51.153 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][f4e3ba6b-b603-47e8-a3e8-5a2520a7f3b6] received connection request\n2025-08-03 18:44:51.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:44:51.209 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][f4e3ba6b-b603-47e8-a3e8-5a2520a7f3b6] socks forwarding established\n2025-08-03 18:44:51.259 [info] [command][c469ac8b-07e8-49b1-b3be-a96ee2bf9061] Process exited with code 0\n2025-08-03 18:44:51.259 [info] [command][c469ac8b-07e8-49b1-b3be-a96ee2bf9061] Socket close event received\n2025-08-03 18:44:51.260 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][f4e3ba6b-b603-47e8-a3e8-5a2520a7f3b6] socks connection closed\n2025-08-03 18:44:51.308 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57562 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:45:51.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:45:51.264 [info] [command][1e48b4d1-1b92-4b40-90b3-b56b9b1bb5f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""1e48b4d1-1b92-4b40-90b3-b56b9b1bb5f2""}\n2025-08-03 18:45:51.265 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][012d88ab-2141-420d-a931-695c4d88ac02] received connection request\n2025-08-03 18:45:51.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:45:51.315 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][012d88ab-2141-420d-a931-695c4d88ac02] socks forwarding established\n2025-08-03 18:45:51.365 [info] [command][1e48b4d1-1b92-4b40-90b3-b56b9b1bb5f2] Process exited with code 0\n2025-08-03 18:45:51.366 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][012d88ab-2141-420d-a931-695c4d88ac02] socks connection closed\n2025-08-03 18:45:51.366 [info] [command][1e48b4d1-1b92-4b40-90b3-b56b9b1bb5f2] Socket close event received\n2025-08-03 18:45:51.411 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57618 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:46:51.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:46:51.374 [info] [command][80e73737-5a17-452d-8dfe-3a8679f007fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""80e73737-5a17-452d-8dfe-3a8679f007fd""}\n2025-08-03 18:46:51.376 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][1df349af-3fbe-4de0-9d09-dee338d147ca] received connection request\n2025-08-03 18:46:51.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:46:51.422 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][1df349af-3fbe-4de0-9d09-dee338d147ca] socks forwarding established\n2025-08-03 18:46:51.475 [info] [command][80e73737-5a17-452d-8dfe-3a8679f007fd] Process exited with code 0\n2025-08-03 18:46:51.475 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][1df349af-3fbe-4de0-9d09-dee338d147ca] socks connection closed\n2025-08-03 18:46:51.475 [info] [command][80e73737-5a17-452d-8dfe-3a8679f007fd] Socket close event received\n2025-08-03 18:46:51.520 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57646 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:47:51.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:47:51.483 [info] [command][bc3f4b6b-ba9c-4826-9687-d8b9ea1a256a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""bc3f4b6b-ba9c-4826-9687-d8b9ea1a256a""}\n2025-08-03 18:47:51.483 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][304b6c45-41a8-46fb-8a68-74e7e4272cc1] received connection request\n2025-08-03 18:47:51.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:47:51.528 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][304b6c45-41a8-46fb-8a68-74e7e4272cc1] socks forwarding established\n2025-08-03 18:47:51.582 [info] [command][bc3f4b6b-ba9c-4826-9687-d8b9ea1a256a] Process exited with code 0\n2025-08-03 18:47:51.582 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][304b6c45-41a8-46fb-8a68-74e7e4272cc1] socks connection closed\n2025-08-03 18:47:51.582 [info] [command][bc3f4b6b-ba9c-4826-9687-d8b9ea1a256a] Socket close event received\n2025-08-03 18:47:51.628 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57674 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:48:51.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 18:48:51.589 [info] [command][e6a12fa0-35fe-46c6-96f4-451a2842b30f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""e6a12fa0-35fe-46c6-96f4-451a2842b30f""}\n2025-08-03 18:48:51.591 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][40fb3dd5-c4eb-4ee8-a179-4b62574b873c] received connection request\n2025-08-03 18:48:51.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:48:51.641 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][40fb3dd5-c4eb-4ee8-a179-4b62574b873c] socks forwarding established\n2025-08-03 18:48:51.694 [info] [command][e6a12fa0-35fe-46c6-96f4-451a2842b30f] Process exited with code 0\n2025-08-03 18:48:51.695 [info] [command][e6a12fa0-35fe-46c6-96f4-451a2842b30f] Socket close event received\n2025-08-03 18:48:51.695 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][40fb3dd5-c4eb-4ee8-a179-4b62574b873c] socks connection closed\n2025-08-03 18:48:51.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 36403, connect from 127.0.0.1 port 57705 to 127.0.0.1 port 55841, nchannels 6\n\n2025-08-03 18:49:41.660 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][f4ecbdf0-9e55-48c6-9fad-7329ab098d4d] received connection request\n2025-08-03 18:49:41.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:49:41.668 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #3)\n2025-08-03 18:49:41.668 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-03 18:49:41.678 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:42041][6d8b7f4b-7302-4a53-a80d-9461cdcd1e44] received connection request\n2025-08-03 18:49:41.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\n\n2025-08-03 18:49:41.692 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 18:49:41.791 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55841 for 127.0.0.1 port 42041, connect from 127.0.0.1 port 55863 to 127.0.0.1 port 55841, nchannels 7\n\n2025-08-03 18:49:41.795 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][a96e3a24-a433-4619-8bdc-044c573c56fe] socks connection closed\n2025-08-03 18:49:41.815 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][f4ecbdf0-9e55-48c6-9fad-7329ab098d4d] socks forwarding established\n2025-08-03 18:49:41.815 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][6d8b7f4b-7302-4a53-a80d-9461cdcd1e44] socks forwarding established\n2025-08-03 18:49:41.911 [info] Successfully connected to Cursor server at http://127.0.0.1:50409/version\n2025-08-03 18:49:41.911 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-08-03 18:49:41.949 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][f8dbad4c-e1d0-4444-977c-05aa10e84554] received connection request\n2025-08-03 18:49:41.950 [info] [command][f362ed3f-c9ad-4551-9dc6-28409f2a8b8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""f362ed3f-c9ad-4551-9dc6-28409f2a8b8f""}\n2025-08-03 18:49:41.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 19:06:44.481 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-03 19:06:44.482 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Timeout while waiting for exec server to respond\n2025-08-03 19:06:44.482 [info] [forwarding][code] returning existing forwarding server listening on local port 50409\n2025-08-03 19:06:44.482 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 28ef194c-234d-4ba0-8578-06bca4a91c9f\n2025-08-03 19:06:44.482 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 50410\n2025-08-03 19:06:44.482 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0535f6a0-d80e-4059-ba6b-c06181a89347\n2025-08-03 19:06:44.482 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:50410\n2025-08-03 19:06:44.483 [error] Failed to connect to Cursor server at http://127.0.0.1:50409, attempt 1 of 3 This operation was aborted\n2025-08-03 19:06:44.485 [error] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][f8dbad4c-e1d0-4444-977c-05aa10e84554] error while creating socks forwarding Proxy connection timed out\n2025-08-03 19:06:44.487 [info] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:36403][da324720-31bf-4627-948e-24f3d9e6767b] received connection request\n2025-08-03 19:06:44.487 [info] [command][f362ed3f-c9ad-4551-9dc6-28409f2a8b8f] Socket end event received\n2025-08-03 19:06:44.487 [info] [command][31f6748c-9b44-4c9d-b341-7bdb8d30e979] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0535f6a0-d80e-4059-ba6b-c06181a89347"",""id"":""31f6748c-9b44-4c9d-b341-7bdb8d30e979""}\n2025-08-03 19:06:44.488 [info] [command][f362ed3f-c9ad-4551-9dc6-28409f2a8b8f] Socket close event received\n2025-08-03 19:06:44.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 55841 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-03 19:06:44.609 [info] Terminating existing SSH process with pid: 42002\n2025-08-03 19:06:44.609 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-03 19:06:44.610 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-03 19:06:44.610 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UmPCTC/socket.sock\n2025-08-03 19:06:44.610 [error] [forwarding][multiplex][127.0.0.1:50410 -> 127.0.0.1:55841 -> 127.0.0.1:36403][da324720-31bf-4627-948e-24f3d9e6767b] error while creating socks forwarding Socket closed\n2025-08-03 19:06:44.611 [info] [command][31f6748c-9b44-4c9d-b341-7bdb8d30e979] Socket end event received\n2025-08-03 19:06:44.611 [info] [command][31f6748c-9b44-4c9d-b341-7bdb8d30e979] Socket close event received\n2025-08-03 19:06:44.611 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][f4ecbdf0-9e55-48c6-9fad-7329ab098d4d] socks connection closed\n2025-08-03 19:06:44.611 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][6314dd63-1293-4ed3-90a0-f304b8cd0ce5] socks connection closed\n2025-08-03 19:06:44.611 [info] [forwarding][code][127.0.0.1:50409 -> 127.0.0.1:55841 -> 127.0.0.1:42041][6d8b7f4b-7302-4a53-a80d-9461cdcd1e44] socks connection closed\n2025-08-03 19:06:44.614 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52386.sh"" | ssh -v -T -D 57728 login.haicore.berlin bash --login -c bash\n2025-08-03 19:06:44.614 [info] Started installation script. Waiting for it to finish...\n2025-08-03 19:06:44.614 [info] Waiting for server to install via process(43688)...\n2025-08-03 19:06:44.627 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-03 19:06:44.628 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-03 19:06:44.628 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-03 19:06:44.631 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-03 19:06:44.631 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-03 19:06:44.632 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-03 19:06:44.632 [info] Retrying connection in 5 seconds...\n2025-08-03 19:06:45.485 [error] Failed to connect to Cursor server at http://127.0.0.1:50409, attempt 2 of 3 This operation was aborted\n2025-08-03 19:06:46.496 [error] Failed to connect to Cursor server at http://127.0.0.1:50409, attempt 3 of 3 This operation was aborted\n2025-08-03 19:06:46.496 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-03 19:23:51.228 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52386.sh\n2025-08-03 19:23:51.229 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UmPCTC/socket.sock\n2025-08-03 19:23:51.230 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51608.sh"" | ssh -v -T -D 57729 login.haicore.berlin bash --login -c bash\n2025-08-03 19:23:51.231 [info] Started installation script. Waiting for it to finish...\n2025-08-03 19:23:51.231 [info] Waiting for server to install via process(43712)...\n2025-08-03 19:23:51.240 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-03 19:23:51.240 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-03 19:23:51.240 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-03 19:23:51.240 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-03 19:23:51.240 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-03 19:23:51.241 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-03 19:23:51.248 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-03 19:23:51.248 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-03 19:23:51.248 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-03 19:23:51.248 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51608.sh\n2025-08-03 19:23:51.249 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 08:12:29.155 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-04 08:12:29.164 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 08:12:29.165 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-04 08:12:29.167 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 08:12:29.169 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29345.sh"" | ssh -v -T -D 58545 login.haicore.berlin bash --login -c bash\n2025-08-04 08:12:29.169 [info] Started installation script. Waiting for it to finish...\n2025-08-04 08:12:29.169 [info] Waiting for server to install via process(44542)...\n2025-08-04 08:12:29.177 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 08:12:29.177 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 08:12:29.178 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 08:12:29.178 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 08:12:29.179 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-08-04 08:12:29.179 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 08:12:29.294 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-04 08:12:29.295 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-04 08:12:29.295 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-04 08:12:29.344 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-04 08:12:29.345 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-04 08:12:29.345 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-04 08:12:29.389 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-04 08:12:29.389 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-04 08:12:29.441 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-04 08:12:29.441 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-04 08:12:29.441 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-04 08:12:29.445 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-04 08:12:29.445 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-04 08:12:29.582 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-04 08:12:29.632 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-04 08:12:29.636 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-04 08:12:29.636 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 08:12:29.737 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 08:12:29.810 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58545 forwarded to remote address socks:0\n\n2025-08-04 08:12:29.810 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58545.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58545.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-04 08:12:29.810 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-04 08:12:29.999 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-04 08:12:30.000 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-04 08:12:30.007 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-04 08:12:30.007 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-04 08:12:30.044 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-04 08:12:30.458 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-04 08:12:30.501 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:12:30.503 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-04 08:12:30.507 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-04 08:12:30.521 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 08:12:30.537 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 08:12:30.541 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-04 08:12:30.543 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 08:12:30.548 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 65fd821a-2c77-4983-b86d-b01d18fa5428\n\n2025-08-04 08:12:30.550 [info] (ssh_tunnel) stdout: Multiplex server started with PID 1772259 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-04 08:12:30.552 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 08:12:31.123 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-04 08:12:31.132 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:12:31.132 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-04 08:12:31.135 [info] (ssh_tunnel) stdout: Code server started with PID 1772283 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:12:31.135 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:12:31.593 [info] (ssh_tunnel) stdout: 473f12ffc80319469b3608d3: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40543==\nmultiplexConnectionToken==65fd821a-2c77-4983-b86d-b01d18fa5428==\ncodeListeningOn==33117==\ncodeConnectionToken==80a61406-a37f-4f3c-9564-c7c6713a9bc8==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n473f12ffc80319469b3608d3: end\n\n2025-08-04 08:12:31.594 [info] Server install command exit code: 0\n2025-08-04 08:12:31.594 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29345.sh\n2025-08-04 08:12:31.594 [info] [forwarding][code] creating new forwarding server\n2025-08-04 08:12:31.594 [info] [forwarding][code] server listening on 127.0.0.1:58555\n2025-08-04 08:12:31.594 [info] [forwarding][code] Set up server\n2025-08-04 08:12:31.594 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 80a61406-a37f-4f3c-9564-c7c6713a9bc8\n2025-08-04 08:12:31.594 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-04 08:12:31.595 [info] [forwarding][multiplex] server listening on 127.0.0.1:58556\n2025-08-04 08:12:31.595 [info] [forwarding][multiplex] Set up server\n2025-08-04 08:12:31.595 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 65fd821a-2c77-4983-b86d-b01d18fa5428\n2025-08-04 08:12:31.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:12:31.595 [info] [remote-ssh] Resolved exec server. Socks port: 58545\n2025-08-04 08:12:31.595 [info] Setting up 0 default forwarded ports\n2025-08-04 08:12:31.596 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58555,""connectionToken"":""80a61406-a37f-4f3c-9564-c7c6713a9bc8"",""extensionHostEnv"":{}}. Socks port: 58545\n2025-08-04 08:12:31.596 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:12:31.598 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][81b2b8d0-cc29-466c-a4e7-887193cc6b17] received connection request\n2025-08-04 08:12:31.599 [info] [command][e5fe9bc9-974b-47a5-ac50-33bd7ab96978] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""e5fe9bc9-974b-47a5-ac50-33bd7ab96978""}\n2025-08-04 08:12:31.599 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:12:31.621 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][d6658937-bec2-4e62-8224-0d57d44f3773] received connection request\n2025-08-04 08:12:31.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:12:31.648 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][81b2b8d0-cc29-466c-a4e7-887193cc6b17] socks forwarding established\n2025-08-04 08:12:31.667 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][d6658937-bec2-4e62-8224-0d57d44f3773] socks forwarding established\n2025-08-04 08:12:31.702 [info] [command][e5fe9bc9-974b-47a5-ac50-33bd7ab96978] Process exited with code 0\n2025-08-04 08:12:31.702 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][81b2b8d0-cc29-466c-a4e7-887193cc6b17] socks connection closed\n2025-08-04 08:12:31.702 [info] [command][e5fe9bc9-974b-47a5-ac50-33bd7ab96978] Socket close event received\n2025-08-04 08:12:31.729 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][8f12ee67-087f-419d-918f-ba27647f83cb] received connection request\n2025-08-04 08:12:31.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:12:31.751 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58558 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:12:31.774 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][8f12ee67-087f-419d-918f-ba27647f83cb] socks forwarding established\n2025-08-04 08:12:32.002 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-04 08:12:34.707 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-04 08:12:34.707 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-04 08:12:34.708 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-04 08:12:34.711 [info] [tunnel-forwarding][localhost:9001 -> 127.0.0.1:9001] server listening\n2025-08-04 08:12:34.711 [info] Cross binding to [::1]:9001. Originally bound to 127.0.0.1:9001\n2025-08-04 08:12:34.711 [info] [tunnel-forwarding][::1:9001 -> 127.0.0.1:9001] server listening\n2025-08-04 08:12:34.715 [info] [tunnel-forwarding][localhost:6006 -> localhost:6006] server listening\n2025-08-04 08:12:34.715 [info] Cross binding to [::1]:6006. Originally bound to 127.0.0.1:6006\n2025-08-04 08:12:34.715 [info] [tunnel-forwarding][::1:6006 -> localhost:6006] server listening\n2025-08-04 08:13:31.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:13:31.706 [info] [command][da19626c-efa7-4c4b-97b0-3d447418d7b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""da19626c-efa7-4c4b-97b0-3d447418d7b2""}\n2025-08-04 08:13:31.707 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][60a714e7-5d40-42f6-8687-09f13cbead87] received connection request\n2025-08-04 08:13:31.708 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:13:31.755 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][60a714e7-5d40-42f6-8687-09f13cbead87] socks forwarding established\n2025-08-04 08:13:31.806 [info] [command][da19626c-efa7-4c4b-97b0-3d447418d7b2] Process exited with code 0\n2025-08-04 08:13:31.806 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][60a714e7-5d40-42f6-8687-09f13cbead87] socks connection closed\n2025-08-04 08:13:31.806 [info] [command][da19626c-efa7-4c4b-97b0-3d447418d7b2] Socket close event received\n2025-08-04 08:13:31.850 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58645 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:14:31.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:14:31.814 [info] [command][b6e8c540-e51e-4c38-b2f0-477600de0354] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b6e8c540-e51e-4c38-b2f0-477600de0354""}\n2025-08-04 08:14:31.815 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][eae90975-f452-41c4-9fb2-3c2fa2625bf3] received connection request\n2025-08-04 08:14:31.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:14:31.865 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][eae90975-f452-41c4-9fb2-3c2fa2625bf3] socks forwarding established\n2025-08-04 08:14:31.918 [info] [command][b6e8c540-e51e-4c38-b2f0-477600de0354] Process exited with code 0\n2025-08-04 08:14:31.919 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][eae90975-f452-41c4-9fb2-3c2fa2625bf3] socks connection closed\n2025-08-04 08:14:31.919 [info] [command][b6e8c540-e51e-4c38-b2f0-477600de0354] Socket close event received\n2025-08-04 08:14:31.963 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58666 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:15:31.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:15:31.925 [info] [command][f56c9e28-0566-45c5-9237-da4df726b1e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f56c9e28-0566-45c5-9237-da4df726b1e3""}\n2025-08-04 08:15:31.926 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0c457c36-22dc-4e40-b85b-400ba2a570b0] received connection request\n2025-08-04 08:15:31.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:15:31.976 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][0c457c36-22dc-4e40-b85b-400ba2a570b0] socks forwarding established\n2025-08-04 08:15:32.032 [info] [command][f56c9e28-0566-45c5-9237-da4df726b1e3] Process exited with code 0\n2025-08-04 08:15:32.032 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][0c457c36-22dc-4e40-b85b-400ba2a570b0] socks connection closed\n2025-08-04 08:15:32.032 [info] [command][f56c9e28-0566-45c5-9237-da4df726b1e3] Socket close event received\n2025-08-04 08:15:32.077 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58708 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:16:32.038 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:16:32.043 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f0bcb70b-dd3d-4e44-9fe4-3a00f200b423] received connection request\n2025-08-04 08:16:32.044 [info] [command][753fd6b0-4de9-47ac-8b3e-187e8fb3127d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""753fd6b0-4de9-47ac-8b3e-187e8fb3127d""}\n2025-08-04 08:16:32.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:16:32.095 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][f0bcb70b-dd3d-4e44-9fe4-3a00f200b423] socks forwarding established\n2025-08-04 08:16:32.149 [info] [command][753fd6b0-4de9-47ac-8b3e-187e8fb3127d] Process exited with code 0\n2025-08-04 08:16:32.149 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][f0bcb70b-dd3d-4e44-9fe4-3a00f200b423] socks connection closed\n2025-08-04 08:16:32.150 [info] [command][753fd6b0-4de9-47ac-8b3e-187e8fb3127d] Socket close event received\n2025-08-04 08:16:32.199 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58734 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:17:32.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:17:32.155 [info] [command][8ab732fe-4bc7-4c01-b9fe-99a81d49346c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8ab732fe-4bc7-4c01-b9fe-99a81d49346c""}\n2025-08-04 08:17:32.156 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9d0e2019-ef6a-428a-9579-68bbfd077ea4] received connection request\n2025-08-04 08:17:32.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:17:32.205 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][9d0e2019-ef6a-428a-9579-68bbfd077ea4] socks forwarding established\n2025-08-04 08:17:32.257 [info] [command][8ab732fe-4bc7-4c01-b9fe-99a81d49346c] Process exited with code 0\n2025-08-04 08:17:32.258 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][9d0e2019-ef6a-428a-9579-68bbfd077ea4] socks connection closed\n2025-08-04 08:17:32.258 [info] [command][8ab732fe-4bc7-4c01-b9fe-99a81d49346c] Socket close event received\n2025-08-04 08:17:32.304 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58767 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:18:32.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:18:32.264 [info] [command][bc08007b-e850-4572-be45-0da3cc8f6b7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""bc08007b-e850-4572-be45-0da3cc8f6b7d""}\n2025-08-04 08:18:32.264 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][60cd97ee-ab34-4b1d-9122-ad54b19fe799] received connection request\n2025-08-04 08:18:32.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:18:32.315 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][60cd97ee-ab34-4b1d-9122-ad54b19fe799] socks forwarding established\n2025-08-04 08:18:32.365 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][60cd97ee-ab34-4b1d-9122-ad54b19fe799] socks connection closed\n2025-08-04 08:18:32.366 [info] [command][bc08007b-e850-4572-be45-0da3cc8f6b7d] Process exited with code 0\n2025-08-04 08:18:32.366 [info] [command][bc08007b-e850-4572-be45-0da3cc8f6b7d] Socket close event received\n2025-08-04 08:18:32.414 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58792 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:19:32.373 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:19:32.376 [info] [command][ae3959d4-c8f8-40ca-9581-c37221158849] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ae3959d4-c8f8-40ca-9581-c37221158849""}\n2025-08-04 08:19:32.377 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][31213c9c-3b71-4a4f-bcea-6ce4204c376f] received connection request\n2025-08-04 08:19:32.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:19:32.431 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][31213c9c-3b71-4a4f-bcea-6ce4204c376f] socks forwarding established\n2025-08-04 08:19:32.484 [info] [command][ae3959d4-c8f8-40ca-9581-c37221158849] Process exited with code 0\n2025-08-04 08:19:32.484 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][31213c9c-3b71-4a4f-bcea-6ce4204c376f] socks connection closed\n2025-08-04 08:19:32.485 [info] [command][ae3959d4-c8f8-40ca-9581-c37221158849] Socket close event received\n2025-08-04 08:19:32.534 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58833 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:20:32.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:20:32.491 [info] [command][c324358a-3c39-4f51-9a43-0144ca9d4b9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c324358a-3c39-4f51-9a43-0144ca9d4b9b""}\n2025-08-04 08:20:32.492 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][b050b7aa-6006-4d3d-ad66-eb5f4a73ba0a] received connection request\n2025-08-04 08:20:32.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:20:32.546 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][b050b7aa-6006-4d3d-ad66-eb5f4a73ba0a] socks forwarding established\n2025-08-04 08:20:32.599 [info] [command][c324358a-3c39-4f51-9a43-0144ca9d4b9b] Process exited with code 0\n2025-08-04 08:20:32.600 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][b050b7aa-6006-4d3d-ad66-eb5f4a73ba0a] socks connection closed\n2025-08-04 08:20:32.600 [info] [command][c324358a-3c39-4f51-9a43-0144ca9d4b9b] Socket close event received\n2025-08-04 08:20:32.649 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58545 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 58853 to 127.0.0.1 port 58545, nchannels 6\n\n2025-08-04 08:21:32.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:21:32.609 [info] [command][9f16466b-5bfb-4122-b7b8-beb0c691330c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9f16466b-5bfb-4122-b7b8-beb0c691330c""}\n2025-08-04 08:21:32.610 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ba1f01b1-669f-491c-94e7-c33c4081472d] received connection request\n2025-08-04 08:21:32.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 58545 forwarding to socks port 0 requested.\n\n2025-08-04 08:21:32.610 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:21:50.102 [info] (ssh_tunnel) stderr: Read from remote host login.haicore.berlin: Operation timed out\nclient_loop: send disconnect: Broken pipe\n\n2025-08-04 08:21:50.105 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][8f12ee67-087f-419d-918f-ba27647f83cb] socks connection closed\n2025-08-04 08:21:50.109 [error] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][ba1f01b1-669f-491c-94e7-c33c4081472d] error while creating socks forwarding Socket closed\n2025-08-04 08:21:50.109 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][d6658937-bec2-4e62-8224-0d57d44f3773] socks connection closed\n2025-08-04 08:21:50.110 [info] [command][9f16466b-5bfb-4122-b7b8-beb0c691330c] Socket end event received\n2025-08-04 08:21:50.111 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 08:21:50.112 [info] [command][9f16466b-5bfb-4122-b7b8-beb0c691330c] Socket close event received\n2025-08-04 08:21:50.119 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-04 08:21:50.119 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-04 08:21:50.130 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][d6fbb1e0-3db2-4974-b97b-18411084a227] received connection request\n2025-08-04 08:21:50.131 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][1618bb97-cd04-4a48-b7bf-a26c61b322d4] received connection request\n2025-08-04 08:21:50.136 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][d6fbb1e0-3db2-4974-b97b-18411084a227] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:50.136 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][1618bb97-cd04-4a48-b7bf-a26c61b322d4] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:50.140 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 1 of 3 fetch failed\n2025-08-04 08:21:51.148 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][35bb3d23-12d7-49da-bd7b-60c088b62708] received connection request\n2025-08-04 08:21:51.149 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][35bb3d23-12d7-49da-bd7b-60c088b62708] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:51.149 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 2 of 3 fetch failed\n2025-08-04 08:21:52.160 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][28a73f71-6f81-4201-8375-278e7a5d8b48] received connection request\n2025-08-04 08:21:52.162 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][28a73f71-6f81-4201-8375-278e7a5d8b48] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:52.162 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 3 of 3 fetch failed\n2025-08-04 08:21:52.163 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-04 08:21:52.163 [info] [forwarding][code] returning existing forwarding server listening on local port 58555\n2025-08-04 08:21:52.163 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 80a61406-a37f-4f3c-9564-c7c6713a9bc8\n2025-08-04 08:21:52.163 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58556\n2025-08-04 08:21:52.163 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 65fd821a-2c77-4983-b86d-b01d18fa5428\n2025-08-04 08:21:52.163 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:21:52.167 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e70694f8-5d32-4d33-81f7-469b87101a60] received connection request\n2025-08-04 08:21:52.167 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][2ef1a466-1ede-4191-b203-990507c35bec] received connection request\n2025-08-04 08:21:52.167 [info] [command][62796d83-847b-4269-9e15-2e2f2d3bc5f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""62796d83-847b-4269-9e15-2e2f2d3bc5f1""}\n2025-08-04 08:21:52.168 [error] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:58545 -> 127.0.0.1:40543][e70694f8-5d32-4d33-81f7-469b87101a60] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:52.169 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][2ef1a466-1ede-4191-b203-990507c35bec] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:52.169 [info] [command][62796d83-847b-4269-9e15-2e2f2d3bc5f1] Socket end event received\n2025-08-04 08:21:52.169 [info] [command][62796d83-847b-4269-9e15-2e2f2d3bc5f1] Socket close event received\n2025-08-04 08:21:52.170 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 1 of 3 fetch failed\n2025-08-04 08:21:53.176 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][8fd48245-37bb-42f1-a4a9-d5d031c24a19] received connection request\n2025-08-04 08:21:53.179 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][8fd48245-37bb-42f1-a4a9-d5d031c24a19] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:53.179 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 2 of 3 fetch failed\n2025-08-04 08:21:54.186 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][6bdab159-e786-4243-b52d-e6e66e91e2e4] received connection request\n2025-08-04 08:21:54.187 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:58545 -> 127.0.0.1:33117][6bdab159-e786-4243-b52d-e6e66e91e2e4] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:58545\n2025-08-04 08:21:54.188 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 3 of 3 fetch failed\n2025-08-04 08:21:54.188 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-04 08:21:54.243 [info] Terminating existing SSH process with pid: 44542\n2025-08-04 08:21:54.243 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-04 08:21:54.244 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 08:21:54.247 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1054.sh"" | ssh -v -T -D 59035 login.haicore.berlin bash --login -c bash\n2025-08-04 08:21:54.247 [info] Started installation script. Waiting for it to finish...\n2025-08-04 08:21:54.247 [info] Waiting for server to install via process(44994)...\n2025-08-04 08:21:54.255 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 08:21:54.255 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 08:21:54.255 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 08:21:54.255 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 08:21:54.256 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 08:21:54.291 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-04 08:21:54.292 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-04 08:21:54.292 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-04 08:21:54.328 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-04 08:21:54.329 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-04 08:21:54.329 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-04 08:21:54.365 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-04 08:21:54.392 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-04 08:21:54.393 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-04 08:21:54.393 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-04 08:21:54.396 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-04 08:21:54.396 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-04 08:21:54.396 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-04 08:21:54.495 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-04 08:21:54.526 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-04 08:21:54.528 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-04 08:21:54.529 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 08:21:54.568 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 08:21:54.611 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:59035 forwarded to remote address socks:0\n\n2025-08-04 08:21:54.611 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 59035.\n\n2025-08-04 08:21:54.611 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 59035.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-04 08:21:54.611 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-04 08:21:54.639 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-04 08:21:54.640 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-04 08:21:54.648 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\n\n2025-08-04 08:21:54.649 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-04 08:21:54.666 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-04 08:21:55.069 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-04 08:21:55.104 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:21:55.109 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-04 08:21:55.112 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-04 08:21:55.119 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 08:21:55.138 [info] (ssh_tunnel) stdout: Running multiplex server: 1772259 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 65fd821a-2c77-4983-b86d-b01d18fa5428\n\n2025-08-04 08:21:55.140 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 1772259 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 65fd821a-2c77-4983-b86d-b01d18fa5428\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-04 08:21:55.143 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 08:21:55.147 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-04 08:21:55.162 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 1772283 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-04 08:21:55.163 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:21:55.168 [info] (ssh_tunnel) stdout: 8efe18833d21353a81b90bdf: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40543==\n\n2025-08-04 08:21:55.173 [info] (ssh_tunnel) stdout: multiplexConnectionToken==65fd821a-2c77-4983-b86d-b01d18fa5428==\ncodeListeningOn==33117==\ncodeConnectionToken==80a61406-a37f-4f3c-9564-c7c6713a9bc8==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n8efe18833d21353a81b90bdf: end\n\n2025-08-04 08:21:55.173 [info] Server install command exit code: 0\n2025-08-04 08:21:55.173 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1054.sh\n2025-08-04 08:21:55.177 [info] [forwarding][code] returning existing forwarding server listening on local port 58555\n2025-08-04 08:21:55.178 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 80a61406-a37f-4f3c-9564-c7c6713a9bc8\n2025-08-04 08:21:55.178 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58556\n2025-08-04 08:21:55.179 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 65fd821a-2c77-4983-b86d-b01d18fa5428\n2025-08-04 08:21:55.179 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:21:55.180 [info] [remote-ssh] Resolved exec server. Socks port: 59035\n2025-08-04 08:21:55.180 [info] Setting up 0 default forwarded ports\n2025-08-04 08:21:55.181 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58555,""connectionToken"":""80a61406-a37f-4f3c-9564-c7c6713a9bc8"",""extensionHostEnv"":{}}. Socks port: 59035\n2025-08-04 08:21:55.181 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:21:55.183 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][91646d37-5e90-4438-93a2-5018fe721f1d] received connection request\n2025-08-04 08:21:55.183 [info] [command][b5da7c3d-1e1d-4922-9897-471d785e5771] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b5da7c3d-1e1d-4922-9897-471d785e5771""}\n2025-08-04 08:21:55.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:21:55.215 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][91646d37-5e90-4438-93a2-5018fe721f1d] socks forwarding established\n2025-08-04 08:21:55.241 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-04 08:21:55.248 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][733a8cd4-d57f-45f2-b44a-cd417d6db087] received connection request\n2025-08-04 08:21:55.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:21:55.256 [info] [command][b5da7c3d-1e1d-4922-9897-471d785e5771] Process exited with code 0\n2025-08-04 08:21:55.256 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][91646d37-5e90-4438-93a2-5018fe721f1d] socks connection closed\n2025-08-04 08:21:55.256 [info] [command][b5da7c3d-1e1d-4922-9897-471d785e5771] Socket close event received\n2025-08-04 08:21:55.286 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][733a8cd4-d57f-45f2-b44a-cd417d6db087] socks forwarding established\n2025-08-04 08:21:55.287 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59040 to 127.0.0.1 port 59035, nchannels 5\n\n2025-08-04 08:21:55.329 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][903ac250-775d-42ce-bba2-4399887369d3] received connection request\n2025-08-04 08:21:55.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:21:55.360 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][903ac250-775d-42ce-bba2-4399887369d3] socks forwarding established\n2025-08-04 08:22:55.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:22:55.261 [info] [command][cf2cd5d8-26b6-47f4-9b33-ebed7e933af2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""cf2cd5d8-26b6-47f4-9b33-ebed7e933af2""}\n2025-08-04 08:22:55.262 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8f528702-a4fa-44e1-86ee-137a3d04d71b] received connection request\n2025-08-04 08:22:55.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:22:55.292 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][8f528702-a4fa-44e1-86ee-137a3d04d71b] socks forwarding established\n2025-08-04 08:22:55.330 [info] [command][cf2cd5d8-26b6-47f4-9b33-ebed7e933af2] Process exited with code 0\n2025-08-04 08:22:55.331 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][8f528702-a4fa-44e1-86ee-137a3d04d71b] socks connection closed\n2025-08-04 08:22:55.331 [info] [command][cf2cd5d8-26b6-47f4-9b33-ebed7e933af2] Socket close event received\n2025-08-04 08:22:55.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59130 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:23:55.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:23:55.335 [info] [command][d4084ec3-a896-4473-82e3-0b5f613e7718] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d4084ec3-a896-4473-82e3-0b5f613e7718""}\n2025-08-04 08:23:55.336 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][dc46574e-d3ee-4b13-b2a2-ba4eb6510897] received connection request\n2025-08-04 08:23:55.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:23:55.368 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][dc46574e-d3ee-4b13-b2a2-ba4eb6510897] socks forwarding established\n2025-08-04 08:23:55.402 [info] [command][d4084ec3-a896-4473-82e3-0b5f613e7718] Process exited with code 0\n2025-08-04 08:23:55.402 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][dc46574e-d3ee-4b13-b2a2-ba4eb6510897] socks connection closed\n2025-08-04 08:23:55.402 [info] [command][d4084ec3-a896-4473-82e3-0b5f613e7718] Socket close event received\n2025-08-04 08:23:55.430 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59148 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:24:55.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:24:55.406 [info] [command][d3cb83c1-dbf4-447a-96c4-054717d1c760] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d3cb83c1-dbf4-447a-96c4-054717d1c760""}\n2025-08-04 08:24:55.407 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][333bd5e0-9893-44c8-8bff-8ff4003fd2e7] received connection request\n2025-08-04 08:24:55.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:24:55.435 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][333bd5e0-9893-44c8-8bff-8ff4003fd2e7] socks forwarding established\n2025-08-04 08:24:55.467 [info] [command][d3cb83c1-dbf4-447a-96c4-054717d1c760] Process exited with code 0\n2025-08-04 08:24:55.467 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][333bd5e0-9893-44c8-8bff-8ff4003fd2e7] socks connection closed\n2025-08-04 08:24:55.467 [info] [command][d3cb83c1-dbf4-447a-96c4-054717d1c760] Socket close event received\n2025-08-04 08:24:55.498 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59168 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:25:55.471 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:25:55.473 [info] [command][9835a1ff-d963-45ab-a14e-41956a77dd08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9835a1ff-d963-45ab-a14e-41956a77dd08""}\n2025-08-04 08:25:55.474 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8c373412-ffd4-48ce-875e-315f032a46fd] received connection request\n2025-08-04 08:25:55.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:25:55.508 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][8c373412-ffd4-48ce-875e-315f032a46fd] socks forwarding established\n2025-08-04 08:25:55.542 [info] [command][9835a1ff-d963-45ab-a14e-41956a77dd08] Process exited with code 0\n2025-08-04 08:25:55.543 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][8c373412-ffd4-48ce-875e-315f032a46fd] socks connection closed\n2025-08-04 08:25:55.543 [info] [command][9835a1ff-d963-45ab-a14e-41956a77dd08] Socket close event received\n2025-08-04 08:25:55.570 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59197 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:26:55.549 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:26:55.551 [info] [command][7cf9f29a-a6ac-4176-b3c6-f2d8588b6654] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""7cf9f29a-a6ac-4176-b3c6-f2d8588b6654""}\n2025-08-04 08:26:55.552 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][4631dc8e-7d35-47ba-89ef-b0fa6e48a899] received connection request\n2025-08-04 08:26:55.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:26:55.584 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][4631dc8e-7d35-47ba-89ef-b0fa6e48a899] socks forwarding established\n2025-08-04 08:26:55.619 [info] [command][7cf9f29a-a6ac-4176-b3c6-f2d8588b6654] Process exited with code 0\n2025-08-04 08:26:55.619 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][4631dc8e-7d35-47ba-89ef-b0fa6e48a899] socks connection closed\n2025-08-04 08:26:55.619 [info] [command][7cf9f29a-a6ac-4176-b3c6-f2d8588b6654] Socket close event received\n2025-08-04 08:26:55.647 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59224 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:27:55.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:27:55.629 [info] [command][60467c08-1ac5-49df-a2f5-6ef1f12dc639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""60467c08-1ac5-49df-a2f5-6ef1f12dc639""}\n2025-08-04 08:27:55.630 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][db415faa-b64b-42f9-a1ae-ce2257088528] received connection request\n2025-08-04 08:27:55.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:27:55.662 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][db415faa-b64b-42f9-a1ae-ce2257088528] socks forwarding established\n2025-08-04 08:27:55.694 [info] [command][60467c08-1ac5-49df-a2f5-6ef1f12dc639] Process exited with code 0\n2025-08-04 08:27:55.695 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][db415faa-b64b-42f9-a1ae-ce2257088528] socks connection closed\n2025-08-04 08:27:55.695 [info] [command][60467c08-1ac5-49df-a2f5-6ef1f12dc639] Socket close event received\n2025-08-04 08:27:55.726 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59256 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:28:55.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:28:55.704 [info] [command][8a3d2d0c-381e-4c62-aa9b-4c6a4002bd52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8a3d2d0c-381e-4c62-aa9b-4c6a4002bd52""}\n2025-08-04 08:28:55.705 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1cd06b6a-eebc-487c-b7fc-30331433ebf3] received connection request\n2025-08-04 08:28:55.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:28:55.739 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][1cd06b6a-eebc-487c-b7fc-30331433ebf3] socks forwarding established\n2025-08-04 08:28:55.773 [info] [command][8a3d2d0c-381e-4c62-aa9b-4c6a4002bd52] Process exited with code 0\n2025-08-04 08:28:55.773 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][1cd06b6a-eebc-487c-b7fc-30331433ebf3] socks connection closed\n2025-08-04 08:28:55.773 [info] [command][8a3d2d0c-381e-4c62-aa9b-4c6a4002bd52] Socket close event received\n2025-08-04 08:28:55.802 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59276 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:29:55.774 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:29:55.776 [info] [command][0a70418a-a395-42be-afd0-44e496103026] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0a70418a-a395-42be-afd0-44e496103026""}\n2025-08-04 08:29:55.776 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9ea3bce5-c075-442f-b9af-50deacdfe261] received connection request\n2025-08-04 08:29:55.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\n\n2025-08-04 08:29:55.777 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:29:55.807 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][9ea3bce5-c075-442f-b9af-50deacdfe261] socks forwarding established\n2025-08-04 08:29:55.842 [info] [command][0a70418a-a395-42be-afd0-44e496103026] Process exited with code 0\n2025-08-04 08:29:55.842 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][9ea3bce5-c075-442f-b9af-50deacdfe261] socks connection closed\n2025-08-04 08:29:55.842 [info] [command][0a70418a-a395-42be-afd0-44e496103026] Socket close event received\n2025-08-04 08:29:55.869 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59035 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59310 to 127.0.0.1 port 59035, nchannels 6\n\n2025-08-04 08:30:46.631 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][0d5233f4-ebe2-43bb-bf66-2c30b5ab1d0e] received connection request\n2025-08-04 08:30:46.632 [info] (ssh_tunnel) stderr: debug1: Connection to port 59035 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:30:48.095 [info] (ssh_tunnel) stderr: Read from remote host login.haicore.berlin: Operation timed out\n\n2025-08-04 08:30:48.095 [info] (ssh_tunnel) stderr: client_loop: send disconnect: Broken pipe\n\n2025-08-04 08:30:48.097 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][0d5233f4-ebe2-43bb-bf66-2c30b5ab1d0e] error while creating socks forwarding Socket closed\n2025-08-04 08:30:48.097 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][903ac250-775d-42ce-bba2-4399887369d3] socks connection closed\n2025-08-04 08:30:48.097 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][733a8cd4-d57f-45f2-b44a-cd417d6db087] socks connection closed\n2025-08-04 08:30:48.099 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 08:30:48.113 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #3)\n2025-08-04 08:30:48.113 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-04 08:30:48.116 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][f9ed6637-f7b3-4a0b-b9d3-bfce9b53fc34] received connection request\n2025-08-04 08:30:48.116 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][f9ed6637-f7b3-4a0b-b9d3-bfce9b53fc34] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:59035\n2025-08-04 08:30:48.117 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 1 of 3 fetch failed\n2025-08-04 08:30:49.121 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][9ca72a41-209c-44ec-9c7e-7f1676a33a19] received connection request\n2025-08-04 08:30:49.121 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][9ca72a41-209c-44ec-9c7e-7f1676a33a19] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:59035\n2025-08-04 08:30:49.122 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 2 of 3 fetch failed\n2025-08-04 08:30:50.129 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][e42cbc6b-2b08-4241-aea3-051a8e6ed84d] received connection request\n2025-08-04 08:30:50.129 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][e42cbc6b-2b08-4241-aea3-051a8e6ed84d] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:59035\n2025-08-04 08:30:50.130 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 3 of 3 fetch failed\n2025-08-04 08:30:50.130 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-04 08:30:50.130 [info] [forwarding][code] returning existing forwarding server listening on local port 58555\n2025-08-04 08:30:50.130 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 80a61406-a37f-4f3c-9564-c7c6713a9bc8\n2025-08-04 08:30:50.130 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58556\n2025-08-04 08:30:50.130 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 65fd821a-2c77-4983-b86d-b01d18fa5428\n2025-08-04 08:30:50.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:30:50.134 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3161f1af-5155-4f8c-9ad1-18b2386bc839] received connection request\n2025-08-04 08:30:50.134 [info] [command][1ddb9240-5d2c-4316-8370-c8cad81c14c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1ddb9240-5d2c-4316-8370-c8cad81c14c0""}\n2025-08-04 08:30:50.134 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][e8315cda-3fae-425c-a4ec-6e37a41c85c8] received connection request\n2025-08-04 08:30:50.135 [error] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59035 -> 127.0.0.1:40543][3161f1af-5155-4f8c-9ad1-18b2386bc839] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:59035\n2025-08-04 08:30:50.135 [info] [command][1ddb9240-5d2c-4316-8370-c8cad81c14c0] Socket end event received\n2025-08-04 08:30:50.135 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][e8315cda-3fae-425c-a4ec-6e37a41c85c8] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:59035\n2025-08-04 08:30:50.135 [info] [command][1ddb9240-5d2c-4316-8370-c8cad81c14c0] Socket close event received\n2025-08-04 08:30:50.136 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 1 of 3 fetch failed\n2025-08-04 08:30:51.147 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][186a6f0c-1b33-4cf4-98e8-b0919a03b265] received connection request\n2025-08-04 08:30:51.147 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][186a6f0c-1b33-4cf4-98e8-b0919a03b265] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:59035\n2025-08-04 08:30:51.148 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 2 of 3 fetch failed\n2025-08-04 08:30:52.157 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][20baa43b-eeb8-4c4d-aadf-b05d01e3077e] received connection request\n2025-08-04 08:30:52.159 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59035 -> 127.0.0.1:33117][20baa43b-eeb8-4c4d-aadf-b05d01e3077e] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:59035\n2025-08-04 08:30:52.160 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 3 of 3 fetch failed\n2025-08-04 08:30:52.160 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-04 08:30:52.250 [info] Terminating existing SSH process with pid: 44994\n2025-08-04 08:30:52.251 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-04 08:30:52.251 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 08:30:52.254 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_92133.sh"" | ssh -v -T -D 59443 login.haicore.berlin bash --login -c bash\n2025-08-04 08:30:52.254 [info] Started installation script. Waiting for it to finish...\n2025-08-04 08:30:52.254 [info] Waiting for server to install via process(45318)...\n2025-08-04 08:30:52.273 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 08:30:52.273 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 08:30:52.273 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 08:30:52.273 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 08:30:52.274 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 08:30:52.369 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-04 08:30:52.371 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-04 08:30:52.371 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-04 08:30:52.422 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-04 08:30:52.426 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-04 08:30:52.426 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-04 08:30:52.467 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-04 08:30:52.468 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-04 08:30:52.522 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-04 08:30:52.523 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-04 08:30:52.523 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-04 08:30:52.530 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-04 08:30:52.530 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-04 08:30:52.663 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-04 08:30:52.708 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-04 08:30:52.711 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-04 08:30:52.711 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 08:30:52.766 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 08:30:52.830 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:59443 forwarded to remote address socks:0\n\n2025-08-04 08:30:52.830 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 59443.\n\n2025-08-04 08:30:52.830 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 59443.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-04 08:30:52.830 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-04 08:30:52.831 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-04 08:30:52.878 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-04 08:30:52.879 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-04 08:30:52.886 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-04 08:30:52.886 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-04 08:30:52.924 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-04 08:30:53.361 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-04 08:30:53.393 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:30:53.396 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-04 08:30:53.396 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-08-04 08:30:53.399 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-04 08:30:53.406 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 08:30:53.426 [info] (ssh_tunnel) stdout: Running multiplex server: 1772259 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 65fd821a-2c77-4983-b86d-b01d18fa5428\n\n2025-08-04 08:30:53.427 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 1772259 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 65fd821a-2c77-4983-b86d-b01d18fa5428\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-04 08:30:53.429 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 08:30:53.438 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-04 08:30:53.449 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 1772283 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-04 08:30:53.451 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:30:53.457 [info] (ssh_tunnel) stdout: e77a861b87b0209bf6ac904e: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40543==\nmultiplexConnectionToken==65fd821a-2c77-4983-b86d-b01d18fa5428==\n\n2025-08-04 08:30:53.458 [info] (ssh_tunnel) stdout: codeListeningOn==33117==\n\n2025-08-04 08:30:53.459 [info] (ssh_tunnel) stdout: codeConnectionToken==80a61406-a37f-4f3c-9564-c7c6713a9bc8==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n\n2025-08-04 08:30:53.473 [info] (ssh_tunnel) stdout: e77a861b87b0209bf6ac904e: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 08:30:53.475 [info] Server install command exit code: 0\n2025-08-04 08:30:53.476 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_92133.sh\n2025-08-04 08:30:53.483 [info] [forwarding][code] returning existing forwarding server listening on local port 58555\n2025-08-04 08:30:53.484 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 80a61406-a37f-4f3c-9564-c7c6713a9bc8\n2025-08-04 08:30:53.484 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58556\n2025-08-04 08:30:53.484 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 65fd821a-2c77-4983-b86d-b01d18fa5428\n2025-08-04 08:30:53.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:30:53.485 [info] [remote-ssh] Resolved exec server. Socks port: 59443\n2025-08-04 08:30:53.485 [info] Setting up 0 default forwarded ports\n2025-08-04 08:30:53.485 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58555,""connectionToken"":""80a61406-a37f-4f3c-9564-c7c6713a9bc8"",""extensionHostEnv"":{}}. Socks port: 59443\n2025-08-04 08:30:53.486 [info] [command][fe46054c-32ba-462a-afdb-d79ae30a3e45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""fe46054c-32ba-462a-afdb-d79ae30a3e45""}\n2025-08-04 08:30:53.486 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][400af93e-fb31-4d91-a7e6-6386bd864b45] received connection request\n2025-08-04 08:30:53.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:30:53.535 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][400af93e-fb31-4d91-a7e6-6386bd864b45] socks forwarding established\n2025-08-04 08:30:53.589 [info] [command][fe46054c-32ba-462a-afdb-d79ae30a3e45] Process exited with code 0\n2025-08-04 08:30:53.589 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][400af93e-fb31-4d91-a7e6-6386bd864b45] socks connection closed\n2025-08-04 08:30:53.589 [info] [command][fe46054c-32ba-462a-afdb-d79ae30a3e45] Socket close event received\n2025-08-04 08:30:53.607 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][6148ddbe-490d-4db8-8ac3-f11d0a0c28a9] received connection request\n2025-08-04 08:30:53.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:30:53.616 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-04 08:30:53.635 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59448 to 127.0.0.1 port 59443, nchannels 5\n\n2025-08-04 08:30:53.673 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][6148ddbe-490d-4db8-8ac3-f11d0a0c28a9] socks forwarding established\n2025-08-04 08:30:53.732 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][8cf8bd14-4529-42cb-9d40-7b5df9774491] received connection request\n2025-08-04 08:30:53.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:30:53.777 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][8cf8bd14-4529-42cb-9d40-7b5df9774491] socks forwarding established\n2025-08-04 08:31:53.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:31:53.592 [info] [command][2202d230-4016-4e34-88ac-b618497717a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2202d230-4016-4e34-88ac-b618497717a8""}\n2025-08-04 08:31:53.593 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][78239313-7795-4c1e-8ed0-6674abad8237] received connection request\n2025-08-04 08:31:53.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:31:53.639 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][78239313-7795-4c1e-8ed0-6674abad8237] socks forwarding established\n2025-08-04 08:31:53.688 [info] [command][2202d230-4016-4e34-88ac-b618497717a8] Process exited with code 0\n2025-08-04 08:31:53.688 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][78239313-7795-4c1e-8ed0-6674abad8237] socks connection closed\n2025-08-04 08:31:53.688 [info] [command][2202d230-4016-4e34-88ac-b618497717a8] Socket close event received\n2025-08-04 08:31:53.735 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59509 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:32:53.694 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:32:53.696 [info] [command][bdb0edbf-4899-4acf-b84c-75531cae1ecf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""bdb0edbf-4899-4acf-b84c-75531cae1ecf""}\n2025-08-04 08:32:53.696 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8375dff0-bfcf-43e0-9a1b-f16cc3f267dc] received connection request\n2025-08-04 08:32:53.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 08:32:53.697 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:32:53.741 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8375dff0-bfcf-43e0-9a1b-f16cc3f267dc] socks forwarding established\n2025-08-04 08:32:53.794 [info] [command][bdb0edbf-4899-4acf-b84c-75531cae1ecf] Process exited with code 0\n2025-08-04 08:32:53.794 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8375dff0-bfcf-43e0-9a1b-f16cc3f267dc] socks connection closed\n2025-08-04 08:32:53.794 [info] [command][bdb0edbf-4899-4acf-b84c-75531cae1ecf] Socket close event received\n2025-08-04 08:32:53.839 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59614 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:33:53.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:33:53.803 [info] [command][d8a23368-06ea-4356-a37d-d285d2231d6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d8a23368-06ea-4356-a37d-d285d2231d6e""}\n2025-08-04 08:33:53.804 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9aa5f741-13e2-4e1a-bda3-6b5bc4d8a513] received connection request\n2025-08-04 08:33:53.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:33:53.849 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9aa5f741-13e2-4e1a-bda3-6b5bc4d8a513] socks forwarding established\n2025-08-04 08:33:53.903 [info] [command][d8a23368-06ea-4356-a37d-d285d2231d6e] Process exited with code 0\n2025-08-04 08:33:53.904 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9aa5f741-13e2-4e1a-bda3-6b5bc4d8a513] socks connection closed\n2025-08-04 08:33:53.904 [info] [command][d8a23368-06ea-4356-a37d-d285d2231d6e] Socket close event received\n2025-08-04 08:33:53.949 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59691 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:34:53.909 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:34:53.911 [info] [command][21a8eac9-587c-4613-8570-3e80f0dd0d6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""21a8eac9-587c-4613-8570-3e80f0dd0d6f""}\n2025-08-04 08:34:53.912 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][70c051d1-472e-4964-97e4-97d29165751f] received connection request\n2025-08-04 08:34:53.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:34:53.960 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][70c051d1-472e-4964-97e4-97d29165751f] socks forwarding established\n2025-08-04 08:34:54.010 [info] [command][21a8eac9-587c-4613-8570-3e80f0dd0d6f] Process exited with code 0\n2025-08-04 08:34:54.011 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][70c051d1-472e-4964-97e4-97d29165751f] socks connection closed\n2025-08-04 08:34:54.011 [info] [command][21a8eac9-587c-4613-8570-3e80f0dd0d6f] Socket close event received\n2025-08-04 08:34:54.060 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59725 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:35:54.014 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:35:54.016 [info] [command][868ef7cf-95ed-4f43-9f17-0dc25ad7c8a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""868ef7cf-95ed-4f43-9f17-0dc25ad7c8a8""}\n2025-08-04 08:35:54.016 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8606e6d9-ce04-4d44-9a46-f1b49983473a] received connection request\n2025-08-04 08:35:54.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:35:54.065 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8606e6d9-ce04-4d44-9a46-f1b49983473a] socks forwarding established\n2025-08-04 08:35:54.122 [info] [command][868ef7cf-95ed-4f43-9f17-0dc25ad7c8a8] Process exited with code 0\n2025-08-04 08:35:54.123 [info] [command][868ef7cf-95ed-4f43-9f17-0dc25ad7c8a8] Socket close event received\n2025-08-04 08:35:54.123 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8606e6d9-ce04-4d44-9a46-f1b49983473a] socks connection closed\n2025-08-04 08:35:54.170 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59772 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:36:54.129 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:36:54.133 [info] [command][318ad05e-be3d-4946-bd01-ac25e8074fa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""318ad05e-be3d-4946-bd01-ac25e8074fa1""}\n2025-08-04 08:36:54.133 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][cb0a6f55-55a9-49a2-9adc-149ca989d3e9] received connection request\n2025-08-04 08:36:54.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:36:54.183 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cb0a6f55-55a9-49a2-9adc-149ca989d3e9] socks forwarding established\n2025-08-04 08:36:54.234 [info] [command][318ad05e-be3d-4946-bd01-ac25e8074fa1] Process exited with code 0\n2025-08-04 08:36:54.235 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cb0a6f55-55a9-49a2-9adc-149ca989d3e9] socks connection closed\n2025-08-04 08:36:54.235 [info] [command][318ad05e-be3d-4946-bd01-ac25e8074fa1] Socket close event received\n2025-08-04 08:36:54.280 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59796 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:37:54.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:37:54.240 [info] [command][f7c495c5-f11c-43a9-a29e-0aa287a9590a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f7c495c5-f11c-43a9-a29e-0aa287a9590a""}\n2025-08-04 08:37:54.241 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][26829525-2a96-4f5e-ad1c-310e0773fcbb] received connection request\n2025-08-04 08:37:54.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:37:54.289 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][26829525-2a96-4f5e-ad1c-310e0773fcbb] socks forwarding established\n2025-08-04 08:37:54.340 [info] [command][f7c495c5-f11c-43a9-a29e-0aa287a9590a] Process exited with code 0\n2025-08-04 08:37:54.340 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][26829525-2a96-4f5e-ad1c-310e0773fcbb] socks connection closed\n2025-08-04 08:37:54.340 [info] [command][f7c495c5-f11c-43a9-a29e-0aa287a9590a] Socket close event received\n2025-08-04 08:37:54.386 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59868 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:38:54.343 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:38:54.346 [info] [command][90f1e690-b2e4-44dc-9b89-a30ca4cca6a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""90f1e690-b2e4-44dc-9b89-a30ca4cca6a7""}\n2025-08-04 08:38:54.347 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][4affd3ba-dd6f-4870-84e4-86f77c8a8c9b] received connection request\n2025-08-04 08:38:54.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:38:54.396 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4affd3ba-dd6f-4870-84e4-86f77c8a8c9b] socks forwarding established\n2025-08-04 08:38:54.448 [info] [command][90f1e690-b2e4-44dc-9b89-a30ca4cca6a7] Process exited with code 0\n2025-08-04 08:38:54.448 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4affd3ba-dd6f-4870-84e4-86f77c8a8c9b] socks connection closed\n2025-08-04 08:38:54.449 [info] [command][90f1e690-b2e4-44dc-9b89-a30ca4cca6a7] Socket close event received\n2025-08-04 08:38:54.494 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59889 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:39:54.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:39:54.457 [info] [command][2b9a7ea2-cc7a-4b63-86f9-83db9d75ab88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2b9a7ea2-cc7a-4b63-86f9-83db9d75ab88""}\n2025-08-04 08:39:54.458 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e2af7ccd-7a96-4beb-b229-a09bcfb0012f] received connection request\n2025-08-04 08:39:54.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:39:54.505 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e2af7ccd-7a96-4beb-b229-a09bcfb0012f] socks forwarding established\n2025-08-04 08:39:54.558 [info] [command][2b9a7ea2-cc7a-4b63-86f9-83db9d75ab88] Process exited with code 0\n2025-08-04 08:39:54.559 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e2af7ccd-7a96-4beb-b229-a09bcfb0012f] socks connection closed\n2025-08-04 08:39:54.559 [info] [command][2b9a7ea2-cc7a-4b63-86f9-83db9d75ab88] Socket close event received\n2025-08-04 08:39:54.607 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59914 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:40:54.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:40:54.564 [info] [command][92448517-6fd7-44c7-a485-66769dde461c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""92448517-6fd7-44c7-a485-66769dde461c""}\n2025-08-04 08:40:54.565 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8b9661a4-4f11-4f26-8e50-8d3961f563af] received connection request\n2025-08-04 08:40:54.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:40:54.615 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8b9661a4-4f11-4f26-8e50-8d3961f563af] socks forwarding established\n2025-08-04 08:40:54.691 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8b9661a4-4f11-4f26-8e50-8d3961f563af] socks connection closed\n2025-08-04 08:40:54.692 [info] [command][92448517-6fd7-44c7-a485-66769dde461c] Process exited with code 0\n2025-08-04 08:40:54.692 [info] [command][92448517-6fd7-44c7-a485-66769dde461c] Socket close event received\n2025-08-04 08:40:54.736 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59948 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:41:54.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:41:54.703 [info] [command][8895d531-8e7e-4fba-bdda-904859a92203] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8895d531-8e7e-4fba-bdda-904859a92203""}\n2025-08-04 08:41:54.705 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][7525c398-4d00-4abc-9c12-38431382f510] received connection request\n2025-08-04 08:41:54.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 08:41:54.705 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:41:54.754 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7525c398-4d00-4abc-9c12-38431382f510] socks forwarding established\n2025-08-04 08:41:54.806 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7525c398-4d00-4abc-9c12-38431382f510] socks connection closed\n2025-08-04 08:41:54.806 [info] [command][8895d531-8e7e-4fba-bdda-904859a92203] Process exited with code 0\n2025-08-04 08:41:54.806 [info] [command][8895d531-8e7e-4fba-bdda-904859a92203] Socket close event received\n2025-08-04 08:41:54.857 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 59980 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:42:54.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:42:54.811 [info] [command][a9a1a820-3cf6-4f77-a05c-f5aeaa116c59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a9a1a820-3cf6-4f77-a05c-f5aeaa116c59""}\n2025-08-04 08:42:54.812 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6955468e-f4e4-421d-b0fa-84af7339547e] received connection request\n2025-08-04 08:42:54.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:42:54.861 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6955468e-f4e4-421d-b0fa-84af7339547e] socks forwarding established\n2025-08-04 08:42:54.912 [info] [command][a9a1a820-3cf6-4f77-a05c-f5aeaa116c59] Process exited with code 0\n2025-08-04 08:42:54.913 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6955468e-f4e4-421d-b0fa-84af7339547e] socks connection closed\n2025-08-04 08:42:54.913 [info] [command][a9a1a820-3cf6-4f77-a05c-f5aeaa116c59] Socket close event received\n2025-08-04 08:42:54.962 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60041 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:43:54.915 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:43:54.916 [info] [command][162e2772-3449-45af-8e44-1537257dc45c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""162e2772-3449-45af-8e44-1537257dc45c""}\n2025-08-04 08:43:54.917 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][7ccc0ec5-2377-4e52-a4b8-bcfb36662561] received connection request\n2025-08-04 08:43:54.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 08:43:54.917 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:43:54.968 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7ccc0ec5-2377-4e52-a4b8-bcfb36662561] socks forwarding established\n2025-08-04 08:43:55.019 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7ccc0ec5-2377-4e52-a4b8-bcfb36662561] socks connection closed\n2025-08-04 08:43:55.020 [info] [command][162e2772-3449-45af-8e44-1537257dc45c] Process exited with code 0\n2025-08-04 08:43:55.020 [info] [command][162e2772-3449-45af-8e44-1537257dc45c] Socket close event received\n2025-08-04 08:43:55.067 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60081 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:44:55.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:44:55.030 [info] [command][826f137d-14dc-4a4e-a423-ff72ac5680b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""826f137d-14dc-4a4e-a423-ff72ac5680b5""}\n2025-08-04 08:44:55.031 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1eddf45f-7acf-4460-bf70-f82d71ecb11a] received connection request\n2025-08-04 08:44:55.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:44:55.078 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1eddf45f-7acf-4460-bf70-f82d71ecb11a] socks forwarding established\n2025-08-04 08:44:55.131 [info] [command][826f137d-14dc-4a4e-a423-ff72ac5680b5] Process exited with code 0\n2025-08-04 08:44:55.132 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1eddf45f-7acf-4460-bf70-f82d71ecb11a] socks connection closed\n2025-08-04 08:44:55.132 [info] [command][826f137d-14dc-4a4e-a423-ff72ac5680b5] Socket close event received\n2025-08-04 08:44:55.178 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60104 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:45:55.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:45:55.139 [info] [command][b5b655af-2d8f-4400-985a-753193e6fb7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b5b655af-2d8f-4400-985a-753193e6fb7a""}\n2025-08-04 08:45:55.140 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0583ee59-a082-43fd-af38-1be19de5a868] received connection request\n2025-08-04 08:45:55.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:45:55.183 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0583ee59-a082-43fd-af38-1be19de5a868] socks forwarding established\n2025-08-04 08:45:55.234 [info] [command][b5b655af-2d8f-4400-985a-753193e6fb7a] Process exited with code 0\n2025-08-04 08:45:55.234 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0583ee59-a082-43fd-af38-1be19de5a868] socks connection closed\n2025-08-04 08:45:55.234 [info] [command][b5b655af-2d8f-4400-985a-753193e6fb7a] Socket close event received\n2025-08-04 08:45:55.281 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60161 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:46:55.241 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:46:55.244 [info] [command][0c04b24d-ed86-464d-817c-4583f781ff00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0c04b24d-ed86-464d-817c-4583f781ff00""}\n2025-08-04 08:46:55.245 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][a9b2729b-a9ea-476c-8a86-7381e011395e] received connection request\n2025-08-04 08:46:55.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:46:55.294 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a9b2729b-a9ea-476c-8a86-7381e011395e] socks forwarding established\n2025-08-04 08:46:55.346 [info] [command][0c04b24d-ed86-464d-817c-4583f781ff00] Process exited with code 0\n2025-08-04 08:46:55.346 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a9b2729b-a9ea-476c-8a86-7381e011395e] socks connection closed\n2025-08-04 08:46:55.346 [info] [command][0c04b24d-ed86-464d-817c-4583f781ff00] Socket close event received\n2025-08-04 08:46:55.397 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60201 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:47:55.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:47:55.353 [info] [command][db5433ed-9429-4395-aa52-c9bc8393e4ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""db5433ed-9429-4395-aa52-c9bc8393e4ef""}\n2025-08-04 08:47:55.354 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][60b0c5df-06c9-4bad-bbd4-1df13df4ca70] received connection request\n2025-08-04 08:47:55.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:47:55.400 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][60b0c5df-06c9-4bad-bbd4-1df13df4ca70] socks forwarding established\n2025-08-04 08:47:55.448 [info] [command][db5433ed-9429-4395-aa52-c9bc8393e4ef] Process exited with code 0\n2025-08-04 08:47:55.448 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][60b0c5df-06c9-4bad-bbd4-1df13df4ca70] socks connection closed\n2025-08-04 08:47:55.448 [info] [command][db5433ed-9429-4395-aa52-c9bc8393e4ef] Socket close event received\n2025-08-04 08:47:55.493 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60259 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:48:55.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:48:55.457 [info] [command][23048b6d-2684-4553-a101-d56448a32547] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""23048b6d-2684-4553-a101-d56448a32547""}\n2025-08-04 08:48:55.458 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0c80639e-411e-453f-a4a8-bfbae3b9f0eb] received connection request\n2025-08-04 08:48:55.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:48:55.507 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0c80639e-411e-453f-a4a8-bfbae3b9f0eb] socks forwarding established\n2025-08-04 08:48:55.558 [info] [command][23048b6d-2684-4553-a101-d56448a32547] Process exited with code 0\n2025-08-04 08:48:55.558 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0c80639e-411e-453f-a4a8-bfbae3b9f0eb] socks connection closed\n2025-08-04 08:48:55.559 [info] [command][23048b6d-2684-4553-a101-d56448a32547] Socket close event received\n2025-08-04 08:48:55.604 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60279 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:49:55.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:49:55.567 [info] [command][657ff2ae-e697-41bc-aed8-d66cfa8a7d7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""657ff2ae-e697-41bc-aed8-d66cfa8a7d7a""}\n2025-08-04 08:49:55.568 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9a4e3cad-c5dc-448f-84c4-e745ddd50431] received connection request\n2025-08-04 08:49:55.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:49:55.621 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9a4e3cad-c5dc-448f-84c4-e745ddd50431] socks forwarding established\n2025-08-04 08:49:55.672 [info] [command][657ff2ae-e697-41bc-aed8-d66cfa8a7d7a] Process exited with code 0\n2025-08-04 08:49:55.673 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9a4e3cad-c5dc-448f-84c4-e745ddd50431] socks connection closed\n2025-08-04 08:49:55.673 [info] [command][657ff2ae-e697-41bc-aed8-d66cfa8a7d7a] Socket close event received\n2025-08-04 08:49:55.718 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60311 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:50:55.678 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:50:55.681 [info] [command][a88873a7-ee9f-4ea2-917b-057069bd2a64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a88873a7-ee9f-4ea2-917b-057069bd2a64""}\n2025-08-04 08:50:55.682 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3832935f-c02c-4be7-b0e6-c72c3c46e859] received connection request\n2025-08-04 08:50:55.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:50:55.734 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3832935f-c02c-4be7-b0e6-c72c3c46e859] socks forwarding established\n2025-08-04 08:50:55.790 [info] [command][a88873a7-ee9f-4ea2-917b-057069bd2a64] Process exited with code 0\n2025-08-04 08:50:55.791 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3832935f-c02c-4be7-b0e6-c72c3c46e859] socks connection closed\n2025-08-04 08:50:55.791 [info] [command][a88873a7-ee9f-4ea2-917b-057069bd2a64] Socket close event received\n2025-08-04 08:50:55.835 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60358 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:51:55.792 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:51:55.794 [info] [command][1305c8bd-1141-4ebf-91be-9e6b30c1efe7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1305c8bd-1141-4ebf-91be-9e6b30c1efe7""}\n2025-08-04 08:51:55.796 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][089270df-42b4-41d8-8aec-628674a5429a] received connection request\n2025-08-04 08:51:55.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:51:55.842 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][089270df-42b4-41d8-8aec-628674a5429a] socks forwarding established\n2025-08-04 08:51:55.895 [info] [command][1305c8bd-1141-4ebf-91be-9e6b30c1efe7] Process exited with code 0\n2025-08-04 08:51:55.895 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][089270df-42b4-41d8-8aec-628674a5429a] socks connection closed\n2025-08-04 08:51:55.896 [info] [command][1305c8bd-1141-4ebf-91be-9e6b30c1efe7] Socket close event received\n2025-08-04 08:51:55.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60397 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:52:55.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:52:55.902 [info] [command][65566602-d327-4208-90e4-ffa157a9d961] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""65566602-d327-4208-90e4-ffa157a9d961""}\n2025-08-04 08:52:55.903 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][29af4410-a42c-43cb-a7cc-bac64ab0c33a] received connection request\n2025-08-04 08:52:55.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:52:55.952 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][29af4410-a42c-43cb-a7cc-bac64ab0c33a] socks forwarding established\n2025-08-04 08:52:56.006 [info] [command][65566602-d327-4208-90e4-ffa157a9d961] Process exited with code 0\n2025-08-04 08:52:56.006 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][29af4410-a42c-43cb-a7cc-bac64ab0c33a] socks connection closed\n2025-08-04 08:52:56.006 [info] [command][65566602-d327-4208-90e4-ffa157a9d961] Socket close event received\n2025-08-04 08:52:56.055 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60477 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:53:56.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:53:56.014 [info] [command][d1f75331-b86a-46b3-bb7e-088d272317d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d1f75331-b86a-46b3-bb7e-088d272317d6""}\n2025-08-04 08:53:56.015 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][375d8247-f4dd-4e68-825e-5a5850b64302] received connection request\n2025-08-04 08:53:56.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:53:56.066 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][375d8247-f4dd-4e68-825e-5a5850b64302] socks forwarding established\n2025-08-04 08:53:56.119 [info] [command][d1f75331-b86a-46b3-bb7e-088d272317d6] Process exited with code 0\n2025-08-04 08:53:56.119 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][375d8247-f4dd-4e68-825e-5a5850b64302] socks connection closed\n2025-08-04 08:53:56.120 [info] [command][d1f75331-b86a-46b3-bb7e-088d272317d6] Socket close event received\n2025-08-04 08:53:56.167 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60499 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:54:56.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:54:56.127 [info] [command][5099acc5-6ce9-49f3-be80-32d05a972767] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5099acc5-6ce9-49f3-be80-32d05a972767""}\n2025-08-04 08:54:56.127 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9ee9bdcb-acf5-45e0-b081-9129ee2e0deb] received connection request\n2025-08-04 08:54:56.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:54:56.177 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9ee9bdcb-acf5-45e0-b081-9129ee2e0deb] socks forwarding established\n2025-08-04 08:54:56.230 [info] [command][5099acc5-6ce9-49f3-be80-32d05a972767] Process exited with code 0\n2025-08-04 08:54:56.230 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9ee9bdcb-acf5-45e0-b081-9129ee2e0deb] socks connection closed\n2025-08-04 08:54:56.230 [info] [command][5099acc5-6ce9-49f3-be80-32d05a972767] Socket close event received\n2025-08-04 08:54:56.275 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60593 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:55:56.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:55:56.243 [info] [command][4b50426e-0392-4e77-9c9d-460bb631add5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""4b50426e-0392-4e77-9c9d-460bb631add5""}\n2025-08-04 08:55:56.244 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][03995138-93ed-433e-920e-6497e2c3465a] received connection request\n2025-08-04 08:55:56.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:55:56.293 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][03995138-93ed-433e-920e-6497e2c3465a] socks forwarding established\n2025-08-04 08:55:56.345 [info] [command][4b50426e-0392-4e77-9c9d-460bb631add5] Process exited with code 0\n2025-08-04 08:55:56.345 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][03995138-93ed-433e-920e-6497e2c3465a] socks connection closed\n2025-08-04 08:55:56.345 [info] [command][4b50426e-0392-4e77-9c9d-460bb631add5] Socket close event received\n2025-08-04 08:55:56.393 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60664 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:56:56.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:56:56.354 [info] [command][740194f8-5be4-41ed-a6b2-b594478c5fba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""740194f8-5be4-41ed-a6b2-b594478c5fba""}\n2025-08-04 08:56:56.355 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ebde7de8-6cb4-4792-925a-2d61b6c83b46] received connection request\n2025-08-04 08:56:56.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:56:56.404 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ebde7de8-6cb4-4792-925a-2d61b6c83b46] socks forwarding established\n2025-08-04 08:56:56.457 [info] [command][740194f8-5be4-41ed-a6b2-b594478c5fba] Process exited with code 0\n2025-08-04 08:56:56.458 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ebde7de8-6cb4-4792-925a-2d61b6c83b46] socks connection closed\n2025-08-04 08:56:56.458 [info] [command][740194f8-5be4-41ed-a6b2-b594478c5fba] Socket close event received\n2025-08-04 08:56:56.503 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60691 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:57:56.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:57:56.463 [info] [command][f638decd-5bf7-44a3-86bf-0d591c1e8b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f638decd-5bf7-44a3-86bf-0d591c1e8b66""}\n2025-08-04 08:57:56.464 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][51a0ac58-1a8e-4f17-9bb8-2da19dd9b973] received connection request\n2025-08-04 08:57:56.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:57:56.515 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][51a0ac58-1a8e-4f17-9bb8-2da19dd9b973] socks forwarding established\n2025-08-04 08:57:56.568 [info] [command][f638decd-5bf7-44a3-86bf-0d591c1e8b66] Process exited with code 0\n2025-08-04 08:57:56.568 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][51a0ac58-1a8e-4f17-9bb8-2da19dd9b973] socks connection closed\n2025-08-04 08:57:56.568 [info] [command][f638decd-5bf7-44a3-86bf-0d591c1e8b66] Socket close event received\n2025-08-04 08:57:56.614 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60744 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:58:56.573 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:58:56.576 [info] [command][14740cc5-3938-4f41-9d0c-338d3f950595] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""14740cc5-3938-4f41-9d0c-338d3f950595""}\n2025-08-04 08:58:56.577 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0e5cb103-aef1-47fa-99cb-a429aa449c8e] received connection request\n2025-08-04 08:58:56.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:58:56.628 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0e5cb103-aef1-47fa-99cb-a429aa449c8e] socks forwarding established\n2025-08-04 08:58:56.680 [info] [command][14740cc5-3938-4f41-9d0c-338d3f950595] Process exited with code 0\n2025-08-04 08:58:56.680 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0e5cb103-aef1-47fa-99cb-a429aa449c8e] socks connection closed\n2025-08-04 08:58:56.680 [info] [command][14740cc5-3938-4f41-9d0c-338d3f950595] Socket close event received\n2025-08-04 08:58:56.727 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60767 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 08:59:56.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 08:59:56.692 [info] [command][6aff4da0-40b9-4947-b5d9-0ffdbcb934c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6aff4da0-40b9-4947-b5d9-0ffdbcb934c3""}\n2025-08-04 08:59:56.692 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][fe686d2b-fae1-473d-9def-615606587f7f] received connection request\n2025-08-04 08:59:56.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 08:59:56.739 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fe686d2b-fae1-473d-9def-615606587f7f] socks forwarding established\n2025-08-04 08:59:56.790 [info] [command][6aff4da0-40b9-4947-b5d9-0ffdbcb934c3] Process exited with code 0\n2025-08-04 08:59:56.790 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fe686d2b-fae1-473d-9def-615606587f7f] socks connection closed\n2025-08-04 08:59:56.790 [info] [command][6aff4da0-40b9-4947-b5d9-0ffdbcb934c3] Socket close event received\n2025-08-04 08:59:56.840 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60791 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:00:56.791 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:00:56.794 [info] [command][79846acd-9182-4558-8ce5-4c2dd9f20ed3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""79846acd-9182-4558-8ce5-4c2dd9f20ed3""}\n2025-08-04 09:00:56.795 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5a9512c5-3f74-42df-9933-23e913e261ce] received connection request\n2025-08-04 09:00:56.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:00:56.842 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5a9512c5-3f74-42df-9933-23e913e261ce] socks forwarding established\n2025-08-04 09:00:56.894 [info] [command][79846acd-9182-4558-8ce5-4c2dd9f20ed3] Process exited with code 0\n2025-08-04 09:00:56.894 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5a9512c5-3f74-42df-9933-23e913e261ce] socks connection closed\n2025-08-04 09:00:56.894 [info] [command][79846acd-9182-4558-8ce5-4c2dd9f20ed3] Socket close event received\n2025-08-04 09:00:56.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60825 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:01:56.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:01:56.901 [info] [command][0a4e8918-ea76-43de-8f27-34e30c0db23f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0a4e8918-ea76-43de-8f27-34e30c0db23f""}\n2025-08-04 09:01:56.902 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][fe2bb03f-acb9-42e9-be72-13c2680cff5e] received connection request\n2025-08-04 09:01:56.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:01:56.949 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fe2bb03f-acb9-42e9-be72-13c2680cff5e] socks forwarding established\n2025-08-04 09:01:57.000 [info] [command][0a4e8918-ea76-43de-8f27-34e30c0db23f] Process exited with code 0\n2025-08-04 09:01:57.000 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fe2bb03f-acb9-42e9-be72-13c2680cff5e] socks connection closed\n2025-08-04 09:01:57.001 [info] [command][0a4e8918-ea76-43de-8f27-34e30c0db23f] Socket close event received\n2025-08-04 09:01:57.045 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60840 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:02:57.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:02:57.014 [info] [command][b96592b4-24af-4028-8a0b-1e9ee9474d5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b96592b4-24af-4028-8a0b-1e9ee9474d5f""}\n2025-08-04 09:02:57.016 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][cde3bbb2-aca7-4091-bcfa-dab2fced0b9e] received connection request\n2025-08-04 09:02:57.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:02:57.063 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cde3bbb2-aca7-4091-bcfa-dab2fced0b9e] socks forwarding established\n2025-08-04 09:02:57.115 [info] [command][b96592b4-24af-4028-8a0b-1e9ee9474d5f] Process exited with code 0\n2025-08-04 09:02:57.115 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cde3bbb2-aca7-4091-bcfa-dab2fced0b9e] socks connection closed\n2025-08-04 09:02:57.115 [info] [command][b96592b4-24af-4028-8a0b-1e9ee9474d5f] Socket close event received\n2025-08-04 09:02:57.163 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60881 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:03:57.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:03:57.127 [info] [command][55792ffe-5631-48c9-956a-bf23f66bc08e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""55792ffe-5631-48c9-956a-bf23f66bc08e""}\n2025-08-04 09:03:57.128 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][71d0b1dd-2d9b-4da1-a9d8-eb05ca86fa4c] received connection request\n2025-08-04 09:03:57.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:03:57.176 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][71d0b1dd-2d9b-4da1-a9d8-eb05ca86fa4c] socks forwarding established\n2025-08-04 09:03:57.227 [info] [command][55792ffe-5631-48c9-956a-bf23f66bc08e] Process exited with code 0\n2025-08-04 09:03:57.228 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][71d0b1dd-2d9b-4da1-a9d8-eb05ca86fa4c] socks connection closed\n2025-08-04 09:03:57.228 [info] [command][55792ffe-5631-48c9-956a-bf23f66bc08e] Socket close event received\n2025-08-04 09:03:57.276 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60917 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:04:57.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:04:57.241 [info] [command][201ec0a8-9a9d-4998-b859-6df6fad44ded] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""201ec0a8-9a9d-4998-b859-6df6fad44ded""}\n2025-08-04 09:04:57.242 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3db639fd-d783-4d58-b09d-dac24109e7c4] received connection request\n2025-08-04 09:04:57.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:04:57.291 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3db639fd-d783-4d58-b09d-dac24109e7c4] socks forwarding established\n2025-08-04 09:04:57.342 [info] [command][201ec0a8-9a9d-4998-b859-6df6fad44ded] Process exited with code 0\n2025-08-04 09:04:57.342 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3db639fd-d783-4d58-b09d-dac24109e7c4] socks connection closed\n2025-08-04 09:04:57.342 [info] [command][201ec0a8-9a9d-4998-b859-6df6fad44ded] Socket close event received\n2025-08-04 09:04:57.389 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60941 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:05:57.353 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:05:57.355 [info] [command][b354d321-3619-4aa0-8d15-6178ce87f457] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b354d321-3619-4aa0-8d15-6178ce87f457""}\n2025-08-04 09:05:57.356 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][74fd6493-9456-4654-9915-97eda3001d56] received connection request\n2025-08-04 09:05:57.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:05:57.406 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][74fd6493-9456-4654-9915-97eda3001d56] socks forwarding established\n2025-08-04 09:05:57.457 [info] [command][b354d321-3619-4aa0-8d15-6178ce87f457] Process exited with code 0\n2025-08-04 09:05:57.457 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][74fd6493-9456-4654-9915-97eda3001d56] socks connection closed\n2025-08-04 09:05:57.457 [info] [command][b354d321-3619-4aa0-8d15-6178ce87f457] Socket close event received\n2025-08-04 09:05:57.503 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 60963 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:06:57.468 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:06:57.471 [info] [command][a46d19ed-1497-40b0-b06d-d0ee4387920c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a46d19ed-1497-40b0-b06d-d0ee4387920c""}\n2025-08-04 09:06:57.472 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][af4754a4-dc4a-474d-83e3-90b63a29f0c9] received connection request\n2025-08-04 09:06:57.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:06:57.522 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][af4754a4-dc4a-474d-83e3-90b63a29f0c9] socks forwarding established\n2025-08-04 09:06:57.574 [info] [command][a46d19ed-1497-40b0-b06d-d0ee4387920c] Process exited with code 0\n2025-08-04 09:06:57.575 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][af4754a4-dc4a-474d-83e3-90b63a29f0c9] socks connection closed\n2025-08-04 09:06:57.575 [info] [command][a46d19ed-1497-40b0-b06d-d0ee4387920c] Socket close event received\n2025-08-04 09:06:57.620 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61000 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:07:57.582 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:07:57.584 [info] [command][f93af377-f8a8-4327-a13c-9aa007a306d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f93af377-f8a8-4327-a13c-9aa007a306d5""}\n2025-08-04 09:07:57.585 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][4976948c-d795-4dfa-ac9e-47ad5072869b] received connection request\n2025-08-04 09:07:57.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:07:57.632 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4976948c-d795-4dfa-ac9e-47ad5072869b] socks forwarding established\n2025-08-04 09:07:57.685 [info] [command][f93af377-f8a8-4327-a13c-9aa007a306d5] Process exited with code 0\n2025-08-04 09:07:57.686 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4976948c-d795-4dfa-ac9e-47ad5072869b] socks connection closed\n2025-08-04 09:07:57.686 [info] [command][f93af377-f8a8-4327-a13c-9aa007a306d5] Socket close event received\n2025-08-04 09:07:57.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61044 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:08:57.692 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:08:57.695 [info] [command][09995c71-483b-43eb-8891-7946a8043d9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""09995c71-483b-43eb-8891-7946a8043d9e""}\n2025-08-04 09:08:57.696 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f8ecd08d-d877-4efc-8b75-739c138deb34] received connection request\n2025-08-04 09:08:57.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:08:57.752 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f8ecd08d-d877-4efc-8b75-739c138deb34] socks forwarding established\n2025-08-04 09:08:57.804 [info] [command][09995c71-483b-43eb-8891-7946a8043d9e] Process exited with code 0\n2025-08-04 09:08:57.805 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f8ecd08d-d877-4efc-8b75-739c138deb34] socks connection closed\n2025-08-04 09:08:57.805 [info] [command][09995c71-483b-43eb-8891-7946a8043d9e] Socket close event received\n2025-08-04 09:08:57.854 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61081 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:09:57.814 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:09:57.816 [info] [command][d22b4fb7-c040-429f-9663-976d8ddf41eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d22b4fb7-c040-429f-9663-976d8ddf41eb""}\n2025-08-04 09:09:57.817 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d264be13-08fa-4125-b8d8-f19ffe327047] received connection request\n2025-08-04 09:09:57.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:09:57.867 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d264be13-08fa-4125-b8d8-f19ffe327047] socks forwarding established\n2025-08-04 09:09:57.919 [info] [command][d22b4fb7-c040-429f-9663-976d8ddf41eb] Process exited with code 0\n2025-08-04 09:09:57.919 [info] [command][d22b4fb7-c040-429f-9663-976d8ddf41eb] Socket close event received\n2025-08-04 09:09:57.919 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d264be13-08fa-4125-b8d8-f19ffe327047] socks connection closed\n2025-08-04 09:09:57.966 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61104 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:10:57.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:10:57.927 [info] [command][438aa57b-d721-441b-b52f-dd5603a6230f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""438aa57b-d721-441b-b52f-dd5603a6230f""}\n2025-08-04 09:10:57.928 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ddcf1b4b-1a2c-482b-ba69-02300a759705] received connection request\n2025-08-04 09:10:57.929 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:10:57.975 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ddcf1b4b-1a2c-482b-ba69-02300a759705] socks forwarding established\n2025-08-04 09:10:58.027 [info] [command][438aa57b-d721-441b-b52f-dd5603a6230f] Process exited with code 0\n2025-08-04 09:10:58.027 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ddcf1b4b-1a2c-482b-ba69-02300a759705] socks connection closed\n2025-08-04 09:10:58.027 [info] [command][438aa57b-d721-441b-b52f-dd5603a6230f] Socket close event received\n2025-08-04 09:10:58.071 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61168 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:11:58.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:11:58.033 [info] [command][98c7c28e-11e6-4c17-b020-b510d87ce594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""98c7c28e-11e6-4c17-b020-b510d87ce594""}\n2025-08-04 09:11:58.034 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][29c7704d-3fcd-4a53-a872-bc37df259070] received connection request\n2025-08-04 09:11:58.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 09:11:58.034 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:11:58.077 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][29c7704d-3fcd-4a53-a872-bc37df259070] socks forwarding established\n2025-08-04 09:11:58.136 [info] [command][98c7c28e-11e6-4c17-b020-b510d87ce594] Process exited with code 0\n2025-08-04 09:11:58.136 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][29c7704d-3fcd-4a53-a872-bc37df259070] socks connection closed\n2025-08-04 09:11:58.136 [info] [command][98c7c28e-11e6-4c17-b020-b510d87ce594] Socket close event received\n2025-08-04 09:11:58.182 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61247 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:12:58.141 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:12:58.145 [info] [command][1f1d4c67-b851-4b37-b2b1-2c37d2da6e9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1f1d4c67-b851-4b37-b2b1-2c37d2da6e9c""}\n2025-08-04 09:12:58.146 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5c14683f-d0c1-40dc-b530-c71c2e738724] received connection request\n2025-08-04 09:12:58.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:12:58.192 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c14683f-d0c1-40dc-b530-c71c2e738724] socks forwarding established\n2025-08-04 09:12:58.242 [info] [command][1f1d4c67-b851-4b37-b2b1-2c37d2da6e9c] Process exited with code 0\n2025-08-04 09:12:58.242 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c14683f-d0c1-40dc-b530-c71c2e738724] socks connection closed\n2025-08-04 09:12:58.243 [info] [command][1f1d4c67-b851-4b37-b2b1-2c37d2da6e9c] Socket close event received\n2025-08-04 09:12:58.290 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61342 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:13:58.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:13:58.251 [info] [command][097dcb15-f5d2-4a60-9c5f-c6ea5d91c5d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""097dcb15-f5d2-4a60-9c5f-c6ea5d91c5d1""}\n2025-08-04 09:13:58.252 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][642fbe21-0ada-45d3-972e-f0eed3f42aa3] received connection request\n2025-08-04 09:13:58.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:13:58.301 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][642fbe21-0ada-45d3-972e-f0eed3f42aa3] socks forwarding established\n2025-08-04 09:13:58.354 [info] [command][097dcb15-f5d2-4a60-9c5f-c6ea5d91c5d1] Process exited with code 0\n2025-08-04 09:13:58.354 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][642fbe21-0ada-45d3-972e-f0eed3f42aa3] socks connection closed\n2025-08-04 09:13:58.355 [info] [command][097dcb15-f5d2-4a60-9c5f-c6ea5d91c5d1] Socket close event received\n2025-08-04 09:13:58.399 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61366 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:14:58.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:14:58.363 [info] [command][e277095d-e1be-4fbd-aec5-a546b9c08a48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""e277095d-e1be-4fbd-aec5-a546b9c08a48""}\n2025-08-04 09:14:58.364 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][bbfabb02-b006-4771-8aea-fba0b8885d5b] received connection request\n2025-08-04 09:14:58.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:14:58.463 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bbfabb02-b006-4771-8aea-fba0b8885d5b] socks forwarding established\n2025-08-04 09:14:58.525 [info] [command][e277095d-e1be-4fbd-aec5-a546b9c08a48] Process exited with code 0\n2025-08-04 09:14:58.526 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bbfabb02-b006-4771-8aea-fba0b8885d5b] socks connection closed\n2025-08-04 09:14:58.526 [info] [command][e277095d-e1be-4fbd-aec5-a546b9c08a48] Socket close event received\n2025-08-04 09:14:58.607 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61404 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:15:58.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:15:58.530 [info] [command][4594623b-7088-4d4d-ae13-7ab275f072c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""4594623b-7088-4d4d-ae13-7ab275f072c4""}\n2025-08-04 09:15:58.531 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][875f43f4-1ac3-42ec-8124-07adbbb03e58] received connection request\n2025-08-04 09:15:58.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:15:58.580 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][875f43f4-1ac3-42ec-8124-07adbbb03e58] socks forwarding established\n2025-08-04 09:15:58.630 [info] [command][4594623b-7088-4d4d-ae13-7ab275f072c4] Process exited with code 0\n2025-08-04 09:15:58.631 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][875f43f4-1ac3-42ec-8124-07adbbb03e58] socks connection closed\n2025-08-04 09:15:58.631 [info] [command][4594623b-7088-4d4d-ae13-7ab275f072c4] Socket close event received\n2025-08-04 09:15:58.677 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61441 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:16:58.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:16:58.639 [info] [command][beb37ceb-1131-4db8-b689-f58a798aad4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""beb37ceb-1131-4db8-b689-f58a798aad4f""}\n2025-08-04 09:16:58.640 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][743e30f8-c58f-44e5-ac5e-17e6ddde16a4] received connection request\n2025-08-04 09:16:58.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:16:58.687 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][743e30f8-c58f-44e5-ac5e-17e6ddde16a4] socks forwarding established\n2025-08-04 09:16:58.744 [info] [command][beb37ceb-1131-4db8-b689-f58a798aad4f] Process exited with code 0\n2025-08-04 09:16:58.745 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][743e30f8-c58f-44e5-ac5e-17e6ddde16a4] socks connection closed\n2025-08-04 09:16:58.745 [info] [command][beb37ceb-1131-4db8-b689-f58a798aad4f] Socket close event received\n2025-08-04 09:16:58.790 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61470 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:17:58.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:17:58.753 [info] [command][55da3132-1266-4d8e-96e5-9af487005a1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""55da3132-1266-4d8e-96e5-9af487005a1d""}\n2025-08-04 09:17:58.754 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][70055520-1e77-47c4-96b7-79013050cff8] received connection request\n2025-08-04 09:17:58.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:17:58.801 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][70055520-1e77-47c4-96b7-79013050cff8] socks forwarding established\n2025-08-04 09:17:58.854 [info] [command][55da3132-1266-4d8e-96e5-9af487005a1d] Process exited with code 0\n2025-08-04 09:17:58.855 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][70055520-1e77-47c4-96b7-79013050cff8] socks connection closed\n2025-08-04 09:17:58.855 [info] [command][55da3132-1266-4d8e-96e5-9af487005a1d] Socket close event received\n2025-08-04 09:17:58.904 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61518 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:18:58.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:18:58.861 [info] [command][3920d8ca-76bd-4f36-b04f-4d224f3b60ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""3920d8ca-76bd-4f36-b04f-4d224f3b60ab""}\n2025-08-04 09:18:58.862 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][87677e44-45ff-4109-bc3f-e60eb473c331] received connection request\n2025-08-04 09:18:58.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:18:58.913 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][87677e44-45ff-4109-bc3f-e60eb473c331] socks forwarding established\n2025-08-04 09:18:58.965 [info] [command][3920d8ca-76bd-4f36-b04f-4d224f3b60ab] Process exited with code 0\n2025-08-04 09:18:58.965 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][87677e44-45ff-4109-bc3f-e60eb473c331] socks connection closed\n2025-08-04 09:18:58.966 [info] [command][3920d8ca-76bd-4f36-b04f-4d224f3b60ab] Socket close event received\n2025-08-04 09:18:59.011 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61543 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:19:58.968 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:19:58.970 [info] [command][c3cbfe4c-06f3-49ea-a9f8-0670ea16ffcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c3cbfe4c-06f3-49ea-a9f8-0670ea16ffcf""}\n2025-08-04 09:19:58.970 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][28a3a521-d1b7-4cd7-94be-d86e52ab0360] received connection request\n2025-08-04 09:19:58.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:19:59.017 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][28a3a521-d1b7-4cd7-94be-d86e52ab0360] socks forwarding established\n2025-08-04 09:19:59.066 [info] [command][c3cbfe4c-06f3-49ea-a9f8-0670ea16ffcf] Process exited with code 0\n2025-08-04 09:19:59.067 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][28a3a521-d1b7-4cd7-94be-d86e52ab0360] socks connection closed\n2025-08-04 09:19:59.067 [info] [command][c3cbfe4c-06f3-49ea-a9f8-0670ea16ffcf] Socket close event received\n2025-08-04 09:19:59.114 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61572 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:20:59.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:20:59.070 [info] [command][041c32f9-3243-45db-9935-910e7f689c7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""041c32f9-3243-45db-9935-910e7f689c7a""}\n2025-08-04 09:20:59.072 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][cd516521-d231-466f-9c6b-20bb24164f01] received connection request\n2025-08-04 09:20:59.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:20:59.116 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cd516521-d231-466f-9c6b-20bb24164f01] socks forwarding established\n2025-08-04 09:20:59.170 [info] [command][041c32f9-3243-45db-9935-910e7f689c7a] Process exited with code 0\n2025-08-04 09:20:59.170 [info] [command][041c32f9-3243-45db-9935-910e7f689c7a] Socket close event received\n2025-08-04 09:20:59.171 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cd516521-d231-466f-9c6b-20bb24164f01] socks connection closed\n2025-08-04 09:20:59.215 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:21:59.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:21:59.175 [info] [command][14a8c9a2-7256-4ba5-9e22-df427e572835] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""14a8c9a2-7256-4ba5-9e22-df427e572835""}\n2025-08-04 09:21:59.176 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9b521236-f650-40bb-b1e3-d8e10d94ac60] received connection request\n2025-08-04 09:21:59.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:21:59.227 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9b521236-f650-40bb-b1e3-d8e10d94ac60] socks forwarding established\n2025-08-04 09:21:59.279 [info] [command][14a8c9a2-7256-4ba5-9e22-df427e572835] Process exited with code 0\n2025-08-04 09:21:59.280 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9b521236-f650-40bb-b1e3-d8e10d94ac60] socks connection closed\n2025-08-04 09:21:59.280 [info] [command][14a8c9a2-7256-4ba5-9e22-df427e572835] Socket close event received\n2025-08-04 09:21:59.325 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61642 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:22:59.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:22:59.289 [info] [command][9993d440-7620-461d-9a1a-9ea7db69db1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9993d440-7620-461d-9a1a-9ea7db69db1f""}\n2025-08-04 09:22:59.290 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][caab4f24-373c-464b-ae75-6dda39571ce6] received connection request\n2025-08-04 09:22:59.290 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:22:59.339 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][caab4f24-373c-464b-ae75-6dda39571ce6] socks forwarding established\n2025-08-04 09:22:59.389 [info] [command][9993d440-7620-461d-9a1a-9ea7db69db1f] Process exited with code 0\n2025-08-04 09:22:59.390 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][caab4f24-373c-464b-ae75-6dda39571ce6] socks connection closed\n2025-08-04 09:22:59.390 [info] [command][9993d440-7620-461d-9a1a-9ea7db69db1f] Socket close event received\n2025-08-04 09:22:59.434 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61691 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:23:59.396 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:23:59.399 [info] [command][8956a3e4-2461-4263-b297-37e5ce3d62f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8956a3e4-2461-4263-b297-37e5ce3d62f8""}\n2025-08-04 09:23:59.400 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][79fd1792-cb6f-4eee-9f3a-8693cf65e8b7] received connection request\n2025-08-04 09:23:59.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:23:59.452 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][79fd1792-cb6f-4eee-9f3a-8693cf65e8b7] socks forwarding established\n2025-08-04 09:23:59.504 [info] [command][8956a3e4-2461-4263-b297-37e5ce3d62f8] Process exited with code 0\n2025-08-04 09:23:59.504 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][79fd1792-cb6f-4eee-9f3a-8693cf65e8b7] socks connection closed\n2025-08-04 09:23:59.505 [info] [command][8956a3e4-2461-4263-b297-37e5ce3d62f8] Socket close event received\n2025-08-04 09:23:59.551 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61732 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:24:59.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:24:59.512 [info] [command][f9d4c261-48b6-401b-8e22-d707110a23f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f9d4c261-48b6-401b-8e22-d707110a23f2""}\n2025-08-04 09:24:59.512 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9a8acaad-53fa-48d4-9036-65eef61b3d98] received connection request\n2025-08-04 09:24:59.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:24:59.566 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9a8acaad-53fa-48d4-9036-65eef61b3d98] socks forwarding established\n2025-08-04 09:24:59.616 [info] [command][f9d4c261-48b6-401b-8e22-d707110a23f2] Process exited with code 0\n2025-08-04 09:24:59.617 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9a8acaad-53fa-48d4-9036-65eef61b3d98] socks connection closed\n2025-08-04 09:24:59.617 [info] [command][f9d4c261-48b6-401b-8e22-d707110a23f2] Socket close event received\n2025-08-04 09:24:59.663 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61754 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:25:59.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:25:59.626 [info] [command][4351c909-448b-4f26-9283-cc9afa8a7c0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""4351c909-448b-4f26-9283-cc9afa8a7c0f""}\n2025-08-04 09:25:59.627 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][226461a7-c8ca-4caa-947a-a661863a4997] received connection request\n2025-08-04 09:25:59.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:25:59.681 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][226461a7-c8ca-4caa-947a-a661863a4997] socks forwarding established\n2025-08-04 09:25:59.733 [info] [command][4351c909-448b-4f26-9283-cc9afa8a7c0f] Process exited with code 0\n2025-08-04 09:25:59.734 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][226461a7-c8ca-4caa-947a-a661863a4997] socks connection closed\n2025-08-04 09:25:59.734 [info] [command][4351c909-448b-4f26-9283-cc9afa8a7c0f] Socket close event received\n2025-08-04 09:25:59.785 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61803 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:26:59.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:26:59.744 [info] [command][dacd8b5c-0250-421c-8f4e-99829c29c6b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""dacd8b5c-0250-421c-8f4e-99829c29c6b2""}\n2025-08-04 09:26:59.745 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8bf33cb6-48d8-4a0f-a229-8c0aca837ff8] received connection request\n2025-08-04 09:26:59.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 09:26:59.745 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:26:59.793 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8bf33cb6-48d8-4a0f-a229-8c0aca837ff8] socks forwarding established\n2025-08-04 09:26:59.845 [info] [command][dacd8b5c-0250-421c-8f4e-99829c29c6b2] Process exited with code 0\n2025-08-04 09:26:59.845 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8bf33cb6-48d8-4a0f-a229-8c0aca837ff8] socks connection closed\n2025-08-04 09:26:59.845 [info] [command][dacd8b5c-0250-421c-8f4e-99829c29c6b2] Socket close event received\n2025-08-04 09:26:59.891 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61850 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:27:59.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:27:59.851 [info] [command][f4db14c0-18ed-4931-ab48-12f1fd1cea9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f4db14c0-18ed-4931-ab48-12f1fd1cea9d""}\n2025-08-04 09:27:59.852 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6d10c8d8-7dfa-417e-b2af-15b913686d2a] received connection request\n2025-08-04 09:27:59.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:27:59.904 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6d10c8d8-7dfa-417e-b2af-15b913686d2a] socks forwarding established\n2025-08-04 09:27:59.954 [info] [command][f4db14c0-18ed-4931-ab48-12f1fd1cea9d] Process exited with code 0\n2025-08-04 09:27:59.955 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6d10c8d8-7dfa-417e-b2af-15b913686d2a] socks connection closed\n2025-08-04 09:27:59.955 [info] [command][f4db14c0-18ed-4931-ab48-12f1fd1cea9d] Socket close event received\n2025-08-04 09:28:00.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61902 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:28:59.958 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:28:59.962 [info] [command][160b1eaf-a62a-49c0-bd95-769d34d14f6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""160b1eaf-a62a-49c0-bd95-769d34d14f6a""}\n2025-08-04 09:28:59.963 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][75cde7ad-a1d5-446a-9b1d-e64a17e03f49] received connection request\n2025-08-04 09:28:59.963 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:29:00.015 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][75cde7ad-a1d5-446a-9b1d-e64a17e03f49] socks forwarding established\n2025-08-04 09:29:00.065 [info] [command][160b1eaf-a62a-49c0-bd95-769d34d14f6a] Process exited with code 0\n2025-08-04 09:29:00.066 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][75cde7ad-a1d5-446a-9b1d-e64a17e03f49] socks connection closed\n2025-08-04 09:29:00.066 [info] [command][160b1eaf-a62a-49c0-bd95-769d34d14f6a] Socket close event received\n2025-08-04 09:29:00.114 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61930 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:30:00.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:30:00.072 [info] [command][6de2e560-5b77-41e9-925a-a92ce663daab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6de2e560-5b77-41e9-925a-a92ce663daab""}\n2025-08-04 09:30:00.073 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e549a35e-6af8-4b41-8ab8-e131c2f1a66f] received connection request\n2025-08-04 09:30:00.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:30:00.121 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e549a35e-6af8-4b41-8ab8-e131c2f1a66f] socks forwarding established\n2025-08-04 09:30:00.175 [info] [command][6de2e560-5b77-41e9-925a-a92ce663daab] Process exited with code 0\n2025-08-04 09:30:00.176 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e549a35e-6af8-4b41-8ab8-e131c2f1a66f] socks connection closed\n2025-08-04 09:30:00.176 [info] [command][6de2e560-5b77-41e9-925a-a92ce663daab] Socket close event received\n2025-08-04 09:30:00.228 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 61965 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:31:00.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:31:00.185 [info] [command][198ed968-01b3-4e71-9c0d-b563e8b942f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""198ed968-01b3-4e71-9c0d-b563e8b942f2""}\n2025-08-04 09:31:00.186 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2b41503f-a926-4937-ab71-c08d6fb9d0fb] received connection request\n2025-08-04 09:31:00.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:31:00.234 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2b41503f-a926-4937-ab71-c08d6fb9d0fb] socks forwarding established\n2025-08-04 09:31:00.285 [info] [command][198ed968-01b3-4e71-9c0d-b563e8b942f2] Process exited with code 0\n2025-08-04 09:31:00.285 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2b41503f-a926-4937-ab71-c08d6fb9d0fb] socks connection closed\n2025-08-04 09:31:00.286 [info] [command][198ed968-01b3-4e71-9c0d-b563e8b942f2] Socket close event received\n2025-08-04 09:31:00.334 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62016 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:32:00.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:32:00.291 [info] [command][60aec442-d6ad-4642-aa2e-45578c7f607a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""60aec442-d6ad-4642-aa2e-45578c7f607a""}\n2025-08-04 09:32:00.292 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e9ecd669-cf2a-4936-97a3-19fd6907d8b9] received connection request\n2025-08-04 09:32:00.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:32:00.338 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e9ecd669-cf2a-4936-97a3-19fd6907d8b9] socks forwarding established\n2025-08-04 09:32:00.389 [info] [command][60aec442-d6ad-4642-aa2e-45578c7f607a] Process exited with code 0\n2025-08-04 09:32:00.389 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e9ecd669-cf2a-4936-97a3-19fd6907d8b9] socks connection closed\n2025-08-04 09:32:00.389 [info] [command][60aec442-d6ad-4642-aa2e-45578c7f607a] Socket close event received\n2025-08-04 09:32:00.438 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62051 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:33:00.390 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:33:00.393 [info] [command][3b817683-05f3-47c7-8e6d-5018eef07051] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""3b817683-05f3-47c7-8e6d-5018eef07051""}\n2025-08-04 09:33:00.394 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][163a1a55-f961-4543-99bb-a144323aa6ec] received connection request\n2025-08-04 09:33:00.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:33:00.442 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][163a1a55-f961-4543-99bb-a144323aa6ec] socks forwarding established\n2025-08-04 09:33:00.496 [info] [command][3b817683-05f3-47c7-8e6d-5018eef07051] Process exited with code 0\n2025-08-04 09:33:00.497 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][163a1a55-f961-4543-99bb-a144323aa6ec] socks connection closed\n2025-08-04 09:33:00.497 [info] [command][3b817683-05f3-47c7-8e6d-5018eef07051] Socket close event received\n2025-08-04 09:33:00.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62114 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:34:00.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:34:00.501 [info] [command][0c62d5af-d11b-4830-83b3-0d9e900d2a47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0c62d5af-d11b-4830-83b3-0d9e900d2a47""}\n2025-08-04 09:34:00.501 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1d01627d-1d55-408a-bd70-712ad4ee6f6a] received connection request\n2025-08-04 09:34:00.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 09:34:00.502 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:34:00.550 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1d01627d-1d55-408a-bd70-712ad4ee6f6a] socks forwarding established\n2025-08-04 09:34:00.601 [info] [command][0c62d5af-d11b-4830-83b3-0d9e900d2a47] Process exited with code 0\n2025-08-04 09:34:00.602 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1d01627d-1d55-408a-bd70-712ad4ee6f6a] socks connection closed\n2025-08-04 09:34:00.602 [info] [command][0c62d5af-d11b-4830-83b3-0d9e900d2a47] Socket close event received\n2025-08-04 09:34:00.650 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62187 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:35:00.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:35:00.607 [info] [command][64a66b45-c32f-4810-91d2-83af568b554a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""64a66b45-c32f-4810-91d2-83af568b554a""}\n2025-08-04 09:35:00.607 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2890328c-ec9d-43a7-b09f-26e05356f23d] received connection request\n2025-08-04 09:35:00.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:35:00.656 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2890328c-ec9d-43a7-b09f-26e05356f23d] socks forwarding established\n2025-08-04 09:35:00.710 [info] [command][64a66b45-c32f-4810-91d2-83af568b554a] Process exited with code 0\n2025-08-04 09:35:00.711 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2890328c-ec9d-43a7-b09f-26e05356f23d] socks connection closed\n2025-08-04 09:35:00.711 [info] [command][64a66b45-c32f-4810-91d2-83af568b554a] Socket close event received\n2025-08-04 09:35:00.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62216 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:36:00.716 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:36:00.719 [info] [command][80eff0ac-3132-438e-8a8f-d746949e41e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""80eff0ac-3132-438e-8a8f-d746949e41e3""}\n2025-08-04 09:36:00.721 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][a276b94e-f32a-4bb1-b275-4f64ed1d5a61] received connection request\n2025-08-04 09:36:00.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:36:00.777 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a276b94e-f32a-4bb1-b275-4f64ed1d5a61] socks forwarding established\n2025-08-04 09:36:00.831 [info] [command][80eff0ac-3132-438e-8a8f-d746949e41e3] Process exited with code 0\n2025-08-04 09:36:00.831 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a276b94e-f32a-4bb1-b275-4f64ed1d5a61] socks connection closed\n2025-08-04 09:36:00.831 [info] [command][80eff0ac-3132-438e-8a8f-d746949e41e3] Socket close event received\n2025-08-04 09:36:00.877 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62250 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:37:00.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:37:00.839 [info] [command][252497cb-2cda-4a62-86d3-c9007167712b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""252497cb-2cda-4a62-86d3-c9007167712b""}\n2025-08-04 09:37:00.839 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][79991c77-f9e9-4646-991f-b7556b9b0d19] received connection request\n2025-08-04 09:37:00.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:37:00.885 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][79991c77-f9e9-4646-991f-b7556b9b0d19] socks forwarding established\n2025-08-04 09:37:00.936 [info] [command][252497cb-2cda-4a62-86d3-c9007167712b] Process exited with code 0\n2025-08-04 09:37:00.937 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][79991c77-f9e9-4646-991f-b7556b9b0d19] socks connection closed\n2025-08-04 09:37:00.937 [info] [command][252497cb-2cda-4a62-86d3-c9007167712b] Socket close event received\n2025-08-04 09:37:00.981 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62290 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:38:00.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:38:00.945 [info] [command][df04123b-e40d-402d-a478-a75e712ce6a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""df04123b-e40d-402d-a478-a75e712ce6a8""}\n2025-08-04 09:38:00.946 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3b6d6465-5ec0-4fb1-9efb-6eeea38e4479] received connection request\n2025-08-04 09:38:00.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:38:00.996 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3b6d6465-5ec0-4fb1-9efb-6eeea38e4479] socks forwarding established\n2025-08-04 09:38:01.046 [info] [command][df04123b-e40d-402d-a478-a75e712ce6a8] Process exited with code 0\n2025-08-04 09:38:01.047 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3b6d6465-5ec0-4fb1-9efb-6eeea38e4479] socks connection closed\n2025-08-04 09:38:01.047 [info] [command][df04123b-e40d-402d-a478-a75e712ce6a8] Socket close event received\n2025-08-04 09:38:01.093 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62334 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:39:01.049 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:39:01.053 [info] [command][8fee0c97-639d-4e6c-97ed-5662e978e09f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8fee0c97-639d-4e6c-97ed-5662e978e09f""}\n2025-08-04 09:39:01.054 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][38a33332-a149-4d22-b6c8-7cef694d783d] received connection request\n2025-08-04 09:39:01.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:39:01.105 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][38a33332-a149-4d22-b6c8-7cef694d783d] socks forwarding established\n2025-08-04 09:39:01.157 [info] [command][8fee0c97-639d-4e6c-97ed-5662e978e09f] Process exited with code 0\n2025-08-04 09:39:01.158 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][38a33332-a149-4d22-b6c8-7cef694d783d] socks connection closed\n2025-08-04 09:39:01.158 [info] [command][8fee0c97-639d-4e6c-97ed-5662e978e09f] Socket close event received\n2025-08-04 09:39:01.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62358 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:40:01.164 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:40:01.166 [info] [command][304332f3-635e-4b1b-9511-3e8e626a3606] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""304332f3-635e-4b1b-9511-3e8e626a3606""}\n2025-08-04 09:40:01.167 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8829a87b-b8ab-43bc-87b4-266907d92732] received connection request\n2025-08-04 09:40:01.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:40:01.229 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8829a87b-b8ab-43bc-87b4-266907d92732] socks forwarding established\n2025-08-04 09:40:01.281 [info] [command][304332f3-635e-4b1b-9511-3e8e626a3606] Process exited with code 0\n2025-08-04 09:40:01.282 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8829a87b-b8ab-43bc-87b4-266907d92732] socks connection closed\n2025-08-04 09:40:01.282 [info] [command][304332f3-635e-4b1b-9511-3e8e626a3606] Socket close event received\n2025-08-04 09:40:01.332 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62382 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:41:01.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:41:01.288 [info] [command][eb3b70ac-d8c9-431e-8610-87875bae2cef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""eb3b70ac-d8c9-431e-8610-87875bae2cef""}\n2025-08-04 09:41:01.289 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9d52a89d-98ae-41bd-8f2c-65826fe859e8] received connection request\n2025-08-04 09:41:01.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:41:01.341 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9d52a89d-98ae-41bd-8f2c-65826fe859e8] socks forwarding established\n2025-08-04 09:41:01.389 [info] [command][eb3b70ac-d8c9-431e-8610-87875bae2cef] Process exited with code 0\n2025-08-04 09:41:01.390 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9d52a89d-98ae-41bd-8f2c-65826fe859e8] socks connection closed\n2025-08-04 09:41:01.390 [info] [command][eb3b70ac-d8c9-431e-8610-87875bae2cef] Socket close event received\n2025-08-04 09:41:01.439 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62418 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:42:01.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:42:01.397 [info] [command][f5497100-2086-41aa-8aa5-5b9ee4c49946] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f5497100-2086-41aa-8aa5-5b9ee4c49946""}\n2025-08-04 09:42:01.397 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][4ba1e6c2-11d2-4b70-8ed3-6f7cd9cc7cec] received connection request\n2025-08-04 09:42:01.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:42:01.441 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4ba1e6c2-11d2-4b70-8ed3-6f7cd9cc7cec] socks forwarding established\n2025-08-04 09:42:01.494 [info] [command][f5497100-2086-41aa-8aa5-5b9ee4c49946] Process exited with code 0\n2025-08-04 09:42:01.495 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4ba1e6c2-11d2-4b70-8ed3-6f7cd9cc7cec] socks connection closed\n2025-08-04 09:42:01.495 [info] [command][f5497100-2086-41aa-8aa5-5b9ee4c49946] Socket close event received\n2025-08-04 09:42:01.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62454 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:43:01.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:43:01.501 [info] [command][16704df9-d7f0-4023-9ec0-5772d4110899] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""16704df9-d7f0-4023-9ec0-5772d4110899""}\n2025-08-04 09:43:01.502 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][123a7814-4023-4052-8f4f-1de47f1dc214] received connection request\n2025-08-04 09:43:01.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:43:01.546 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][123a7814-4023-4052-8f4f-1de47f1dc214] socks forwarding established\n2025-08-04 09:43:01.597 [info] [command][16704df9-d7f0-4023-9ec0-5772d4110899] Process exited with code 0\n2025-08-04 09:43:01.597 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][123a7814-4023-4052-8f4f-1de47f1dc214] socks connection closed\n2025-08-04 09:43:01.597 [info] [command][16704df9-d7f0-4023-9ec0-5772d4110899] Socket close event received\n2025-08-04 09:43:01.640 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62522 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:44:01.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:44:01.606 [info] [command][dce0f26d-d8fd-4799-91db-5b973c358f6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""dce0f26d-d8fd-4799-91db-5b973c358f6b""}\n2025-08-04 09:44:01.607 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c7ce0d3e-82e4-4b99-beb5-26ffb4ed9cca] received connection request\n2025-08-04 09:44:01.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:44:01.653 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c7ce0d3e-82e4-4b99-beb5-26ffb4ed9cca] socks forwarding established\n2025-08-04 09:44:01.702 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c7ce0d3e-82e4-4b99-beb5-26ffb4ed9cca] socks connection closed\n2025-08-04 09:44:01.703 [info] [command][dce0f26d-d8fd-4799-91db-5b973c358f6b] Process exited with code 0\n2025-08-04 09:44:01.703 [info] [command][dce0f26d-d8fd-4799-91db-5b973c358f6b] Socket close event received\n2025-08-04 09:44:01.751 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62552 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:45:01.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:45:01.710 [info] [command][608820e9-3ffd-424b-99fb-e84e384bd2ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""608820e9-3ffd-424b-99fb-e84e384bd2ec""}\n2025-08-04 09:45:01.710 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e460ef65-f0ce-4065-a93c-c0f0c7a1e2d6] received connection request\n2025-08-04 09:45:01.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:45:01.756 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e460ef65-f0ce-4065-a93c-c0f0c7a1e2d6] socks forwarding established\n2025-08-04 09:45:01.807 [info] [command][608820e9-3ffd-424b-99fb-e84e384bd2ec] Process exited with code 0\n2025-08-04 09:45:01.807 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e460ef65-f0ce-4065-a93c-c0f0c7a1e2d6] socks connection closed\n2025-08-04 09:45:01.808 [info] [command][608820e9-3ffd-424b-99fb-e84e384bd2ec] Socket close event received\n2025-08-04 09:45:01.852 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62577 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:46:01.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:46:01.814 [info] [command][5a352ca7-8681-467f-a360-6c343d0171f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5a352ca7-8681-467f-a360-6c343d0171f7""}\n2025-08-04 09:46:01.814 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][25d4fd0e-d566-4dbe-97da-baa8cc60d3b1] received connection request\n2025-08-04 09:46:01.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:46:01.864 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][25d4fd0e-d566-4dbe-97da-baa8cc60d3b1] socks forwarding established\n2025-08-04 09:46:01.914 [info] [command][5a352ca7-8681-467f-a360-6c343d0171f7] Process exited with code 0\n2025-08-04 09:46:01.914 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][25d4fd0e-d566-4dbe-97da-baa8cc60d3b1] socks connection closed\n2025-08-04 09:46:01.914 [info] [command][5a352ca7-8681-467f-a360-6c343d0171f7] Socket close event received\n2025-08-04 09:46:01.963 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62610 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:47:01.920 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:47:01.922 [info] [command][78752bcd-4f96-4371-9cad-4a23810f608a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""78752bcd-4f96-4371-9cad-4a23810f608a""}\n2025-08-04 09:47:01.923 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][72bcbdbc-58c0-49e9-bd1e-d7e26fbb85bd] received connection request\n2025-08-04 09:47:01.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:47:01.968 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][72bcbdbc-58c0-49e9-bd1e-d7e26fbb85bd] socks forwarding established\n2025-08-04 09:47:02.017 [info] [command][78752bcd-4f96-4371-9cad-4a23810f608a] Process exited with code 0\n2025-08-04 09:47:02.017 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][72bcbdbc-58c0-49e9-bd1e-d7e26fbb85bd] socks connection closed\n2025-08-04 09:47:02.017 [info] [command][78752bcd-4f96-4371-9cad-4a23810f608a] Socket close event received\n2025-08-04 09:47:02.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62647 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:48:02.024 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:48:02.026 [info] [command][4caed5ad-b715-48aa-9ad0-ac19d8f7100c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""4caed5ad-b715-48aa-9ad0-ac19d8f7100c""}\n2025-08-04 09:48:02.027 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][06c9b293-4f35-42be-bcd3-923272a152a8] received connection request\n2025-08-04 09:48:02.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:48:02.075 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][06c9b293-4f35-42be-bcd3-923272a152a8] socks forwarding established\n2025-08-04 09:48:02.125 [info] [command][4caed5ad-b715-48aa-9ad0-ac19d8f7100c] Process exited with code 0\n2025-08-04 09:48:02.125 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][06c9b293-4f35-42be-bcd3-923272a152a8] socks connection closed\n2025-08-04 09:48:02.125 [info] [command][4caed5ad-b715-48aa-9ad0-ac19d8f7100c] Socket close event received\n2025-08-04 09:48:02.168 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62687 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:49:02.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:49:02.130 [info] [command][1589594c-1a16-4ff1-bc9e-7e6be74314b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1589594c-1a16-4ff1-bc9e-7e6be74314b1""}\n2025-08-04 09:49:02.131 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0117e3ee-99c2-4692-a567-369833d76e18] received connection request\n2025-08-04 09:49:02.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:49:02.176 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0117e3ee-99c2-4692-a567-369833d76e18] socks forwarding established\n2025-08-04 09:49:02.233 [info] [command][1589594c-1a16-4ff1-bc9e-7e6be74314b1] Process exited with code 0\n2025-08-04 09:49:02.233 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0117e3ee-99c2-4692-a567-369833d76e18] socks connection closed\n2025-08-04 09:49:02.234 [info] [command][1589594c-1a16-4ff1-bc9e-7e6be74314b1] Socket close event received\n2025-08-04 09:49:02.283 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62711 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:50:02.235 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:50:02.237 [info] [command][f641f8b7-3f89-4bbe-bc9c-09f43f4916e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f641f8b7-3f89-4bbe-bc9c-09f43f4916e9""}\n2025-08-04 09:50:02.238 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][90f57b74-d2be-4be2-99f6-8d77c250925e] received connection request\n2025-08-04 09:50:02.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:50:02.288 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][90f57b74-d2be-4be2-99f6-8d77c250925e] socks forwarding established\n2025-08-04 09:50:02.339 [info] [command][f641f8b7-3f89-4bbe-bc9c-09f43f4916e9] Process exited with code 0\n2025-08-04 09:50:02.339 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][90f57b74-d2be-4be2-99f6-8d77c250925e] socks connection closed\n2025-08-04 09:50:02.339 [info] [command][f641f8b7-3f89-4bbe-bc9c-09f43f4916e9] Socket close event received\n2025-08-04 09:50:02.384 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62735 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:51:02.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:51:02.348 [info] [command][9c15517f-239a-4bac-9e11-c51f5b19f558] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9c15517f-239a-4bac-9e11-c51f5b19f558""}\n2025-08-04 09:51:02.348 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0476c69d-25c0-4df9-b6a3-3addad3c092f] received connection request\n2025-08-04 09:51:02.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:51:02.399 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0476c69d-25c0-4df9-b6a3-3addad3c092f] socks forwarding established\n2025-08-04 09:51:02.448 [info] [command][9c15517f-239a-4bac-9e11-c51f5b19f558] Process exited with code 0\n2025-08-04 09:51:02.449 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0476c69d-25c0-4df9-b6a3-3addad3c092f] socks connection closed\n2025-08-04 09:51:02.449 [info] [command][9c15517f-239a-4bac-9e11-c51f5b19f558] Socket close event received\n2025-08-04 09:51:02.500 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62775 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:52:02.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:52:02.458 [info] [command][101d5b7d-79ab-4ab7-a054-8799917a2154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""101d5b7d-79ab-4ab7-a054-8799917a2154""}\n2025-08-04 09:52:02.459 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][41b1b7d9-4bc5-476e-88f0-943a949bdfab] received connection request\n2025-08-04 09:52:02.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:52:02.507 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][41b1b7d9-4bc5-476e-88f0-943a949bdfab] socks forwarding established\n2025-08-04 09:52:02.559 [info] [command][101d5b7d-79ab-4ab7-a054-8799917a2154] Process exited with code 0\n2025-08-04 09:52:02.559 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][41b1b7d9-4bc5-476e-88f0-943a949bdfab] socks connection closed\n2025-08-04 09:52:02.560 [info] [command][101d5b7d-79ab-4ab7-a054-8799917a2154] Socket close event received\n2025-08-04 09:52:02.610 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62817 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:53:02.562 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:53:02.565 [info] [command][cdc99c98-9a59-4612-b4a3-9189d67cde23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""cdc99c98-9a59-4612-b4a3-9189d67cde23""}\n2025-08-04 09:53:02.566 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][a64f1bf5-6632-4721-b19e-8cd83a6c0e31] received connection request\n2025-08-04 09:53:02.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:53:02.616 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a64f1bf5-6632-4721-b19e-8cd83a6c0e31] socks forwarding established\n2025-08-04 09:53:02.668 [info] [command][cdc99c98-9a59-4612-b4a3-9189d67cde23] Process exited with code 0\n2025-08-04 09:53:02.668 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a64f1bf5-6632-4721-b19e-8cd83a6c0e31] socks connection closed\n2025-08-04 09:53:02.668 [info] [command][cdc99c98-9a59-4612-b4a3-9189d67cde23] Socket close event received\n2025-08-04 09:53:02.713 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62855 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:54:02.672 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:54:02.674 [info] [command][04bf5eb7-848d-4d99-8029-939f3e7b6714] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""04bf5eb7-848d-4d99-8029-939f3e7b6714""}\n2025-08-04 09:54:02.676 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][b77f92d0-2476-488f-afda-f3ca89ed1093] received connection request\n2025-08-04 09:54:02.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 09:54:02.677 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:54:02.731 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b77f92d0-2476-488f-afda-f3ca89ed1093] socks forwarding established\n2025-08-04 09:54:02.783 [info] [command][04bf5eb7-848d-4d99-8029-939f3e7b6714] Process exited with code 0\n2025-08-04 09:54:02.784 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b77f92d0-2476-488f-afda-f3ca89ed1093] socks connection closed\n2025-08-04 09:54:02.784 [info] [command][04bf5eb7-848d-4d99-8029-939f3e7b6714] Socket close event received\n2025-08-04 09:54:02.828 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62878 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:55:02.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:55:02.788 [info] [command][ca6cec8e-f469-47e2-bf14-8da7dbb8764d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ca6cec8e-f469-47e2-bf14-8da7dbb8764d""}\n2025-08-04 09:55:02.789 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][96f2bf17-7138-40bf-b87a-13c5666425f4] received connection request\n2025-08-04 09:55:02.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:55:02.840 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][96f2bf17-7138-40bf-b87a-13c5666425f4] socks forwarding established\n2025-08-04 09:55:02.891 [info] [command][ca6cec8e-f469-47e2-bf14-8da7dbb8764d] Process exited with code 0\n2025-08-04 09:55:02.892 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][96f2bf17-7138-40bf-b87a-13c5666425f4] socks connection closed\n2025-08-04 09:55:02.892 [info] [command][ca6cec8e-f469-47e2-bf14-8da7dbb8764d] Socket close event received\n2025-08-04 09:55:02.938 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62932 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:56:02.897 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:56:02.899 [info] [command][5bb5bc4c-6183-4b93-9b0f-b47aa12aa273] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5bb5bc4c-6183-4b93-9b0f-b47aa12aa273""}\n2025-08-04 09:56:02.900 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d5844517-0e1e-43a0-82b9-283fa2294035] received connection request\n2025-08-04 09:56:02.901 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:56:02.948 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d5844517-0e1e-43a0-82b9-283fa2294035] socks forwarding established\n2025-08-04 09:56:02.997 [info] [command][5bb5bc4c-6183-4b93-9b0f-b47aa12aa273] Process exited with code 0\n2025-08-04 09:56:02.997 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d5844517-0e1e-43a0-82b9-283fa2294035] socks connection closed\n2025-08-04 09:56:02.997 [info] [command][5bb5bc4c-6183-4b93-9b0f-b47aa12aa273] Socket close event received\n2025-08-04 09:56:03.046 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 62970 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:57:03.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:57:03.004 [info] [command][878cb7ad-66e7-46c0-bc6b-5733a5f9c29f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""878cb7ad-66e7-46c0-bc6b-5733a5f9c29f""}\n2025-08-04 09:57:03.005 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8d663697-bfb2-4f08-adbe-3b52f06bb5d9] received connection request\n2025-08-04 09:57:03.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:57:03.055 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8d663697-bfb2-4f08-adbe-3b52f06bb5d9] socks forwarding established\n2025-08-04 09:57:03.105 [info] [command][878cb7ad-66e7-46c0-bc6b-5733a5f9c29f] Process exited with code 0\n2025-08-04 09:57:03.106 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8d663697-bfb2-4f08-adbe-3b52f06bb5d9] socks connection closed\n2025-08-04 09:57:03.106 [info] [command][878cb7ad-66e7-46c0-bc6b-5733a5f9c29f] Socket close event received\n2025-08-04 09:57:03.152 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63007 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:58:03.111 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:58:03.114 [info] [command][f34f8b26-5340-49cc-88ac-e2bf536d11bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f34f8b26-5340-49cc-88ac-e2bf536d11bb""}\n2025-08-04 09:58:03.115 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][425ad371-ece8-4f4b-9c3d-6ecde9b0aff0] received connection request\n2025-08-04 09:58:03.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:58:03.162 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][425ad371-ece8-4f4b-9c3d-6ecde9b0aff0] socks forwarding established\n2025-08-04 09:58:03.214 [info] [command][f34f8b26-5340-49cc-88ac-e2bf536d11bb] Process exited with code 0\n2025-08-04 09:58:03.214 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][425ad371-ece8-4f4b-9c3d-6ecde9b0aff0] socks connection closed\n2025-08-04 09:58:03.215 [info] [command][f34f8b26-5340-49cc-88ac-e2bf536d11bb] Socket close event received\n2025-08-04 09:58:03.258 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63051 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 09:59:03.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 09:59:03.218 [info] [command][5823b667-f369-4fd0-818a-f689cf96a259] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5823b667-f369-4fd0-818a-f689cf96a259""}\n2025-08-04 09:59:03.219 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][7750a352-e78a-4dd4-8966-7d050d317ef1] received connection request\n2025-08-04 09:59:03.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 09:59:03.266 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7750a352-e78a-4dd4-8966-7d050d317ef1] socks forwarding established\n2025-08-04 09:59:03.321 [info] [command][5823b667-f369-4fd0-818a-f689cf96a259] Process exited with code 0\n2025-08-04 09:59:03.322 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7750a352-e78a-4dd4-8966-7d050d317ef1] socks connection closed\n2025-08-04 09:59:03.322 [info] [command][5823b667-f369-4fd0-818a-f689cf96a259] Socket close event received\n2025-08-04 09:59:03.368 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63078 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:00:03.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:00:03.331 [info] [command][fa9e294a-139c-49a6-8f66-b512ba826b87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""fa9e294a-139c-49a6-8f66-b512ba826b87""}\n2025-08-04 10:00:03.331 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][96af41bc-6879-4835-b315-c8e362d4b8a3] received connection request\n2025-08-04 10:00:03.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 10:00:03.332 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:00:03.381 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][96af41bc-6879-4835-b315-c8e362d4b8a3] socks forwarding established\n2025-08-04 10:00:03.432 [info] [command][fa9e294a-139c-49a6-8f66-b512ba826b87] Process exited with code 0\n2025-08-04 10:00:03.432 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][96af41bc-6879-4835-b315-c8e362d4b8a3] socks connection closed\n2025-08-04 10:00:03.432 [info] [command][fa9e294a-139c-49a6-8f66-b512ba826b87] Socket close event received\n2025-08-04 10:00:03.476 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63105 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:01:03.438 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:01:03.441 [info] [command][9d435a42-9b9b-46a3-bb61-1e5ed9a8c1fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9d435a42-9b9b-46a3-bb61-1e5ed9a8c1fa""}\n2025-08-04 10:01:03.442 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c490735b-063d-48ee-80ab-938121ae2933] received connection request\n2025-08-04 10:01:03.443 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:01:03.490 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c490735b-063d-48ee-80ab-938121ae2933] socks forwarding established\n2025-08-04 10:01:03.547 [info] [command][9d435a42-9b9b-46a3-bb61-1e5ed9a8c1fa] Process exited with code 0\n2025-08-04 10:01:03.547 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c490735b-063d-48ee-80ab-938121ae2933] socks connection closed\n2025-08-04 10:01:03.548 [info] [command][9d435a42-9b9b-46a3-bb61-1e5ed9a8c1fa] Socket close event received\n2025-08-04 10:01:03.593 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63145 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:02:03.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:02:03.551 [info] [command][280698ed-83a2-46e2-a9ad-2155bd695f20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""280698ed-83a2-46e2-a9ad-2155bd695f20""}\n2025-08-04 10:02:03.551 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d0ad57cd-1942-4509-9a24-94ed87f12316] received connection request\n2025-08-04 10:02:03.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:02:03.642 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d0ad57cd-1942-4509-9a24-94ed87f12316] socks forwarding established\n2025-08-04 10:02:03.711 [info] [command][280698ed-83a2-46e2-a9ad-2155bd695f20] Process exited with code 0\n2025-08-04 10:02:03.712 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d0ad57cd-1942-4509-9a24-94ed87f12316] socks connection closed\n2025-08-04 10:02:03.712 [info] [command][280698ed-83a2-46e2-a9ad-2155bd695f20] Socket close event received\n2025-08-04 10:02:03.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63202 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:03:03.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:03:03.717 [info] [command][58936b8e-7a63-4a9f-a4dc-3b7a6dbc9849] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""58936b8e-7a63-4a9f-a4dc-3b7a6dbc9849""}\n2025-08-04 10:03:03.718 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][53ba7b3c-8d40-4b51-905f-64c449e41116] received connection request\n2025-08-04 10:03:03.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:03:03.765 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][53ba7b3c-8d40-4b51-905f-64c449e41116] socks forwarding established\n2025-08-04 10:03:03.820 [info] [command][58936b8e-7a63-4a9f-a4dc-3b7a6dbc9849] Process exited with code 0\n2025-08-04 10:03:03.820 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][53ba7b3c-8d40-4b51-905f-64c449e41116] socks connection closed\n2025-08-04 10:03:03.820 [info] [command][58936b8e-7a63-4a9f-a4dc-3b7a6dbc9849] Socket close event received\n2025-08-04 10:03:03.865 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63256 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:04:03.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:04:03.824 [info] [command][46214ef9-8f29-47e8-aa75-08cf4cbb8057] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""46214ef9-8f29-47e8-aa75-08cf4cbb8057""}\n2025-08-04 10:04:03.824 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][249908b9-c882-43ba-98f5-af65fed2d6d0] received connection request\n2025-08-04 10:04:03.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:04:03.874 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][249908b9-c882-43ba-98f5-af65fed2d6d0] socks forwarding established\n2025-08-04 10:04:03.924 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][249908b9-c882-43ba-98f5-af65fed2d6d0] socks connection closed\n2025-08-04 10:04:03.924 [info] [command][46214ef9-8f29-47e8-aa75-08cf4cbb8057] Process exited with code 0\n2025-08-04 10:04:03.924 [info] [command][46214ef9-8f29-47e8-aa75-08cf4cbb8057] Socket close event received\n2025-08-04 10:04:03.971 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63291 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:05:03.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:05:03.930 [info] [command][cc8f476d-50d7-4115-9a12-c12bc159e6b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""cc8f476d-50d7-4115-9a12-c12bc159e6b1""}\n2025-08-04 10:05:03.931 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8a4cdc28-3bbd-4545-bfc4-2569c464ec98] received connection request\n2025-08-04 10:05:03.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 10:05:03.931 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:05:03.979 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8a4cdc28-3bbd-4545-bfc4-2569c464ec98] socks forwarding established\n2025-08-04 10:05:04.030 [info] [command][cc8f476d-50d7-4115-9a12-c12bc159e6b1] Process exited with code 0\n2025-08-04 10:05:04.030 [info] [command][cc8f476d-50d7-4115-9a12-c12bc159e6b1] Socket close event received\n2025-08-04 10:05:04.031 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8a4cdc28-3bbd-4545-bfc4-2569c464ec98] socks connection closed\n2025-08-04 10:05:04.077 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63321 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:06:04.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:06:04.038 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0b34ffe4-574e-407e-9f9c-f1695a16c236] received connection request\n2025-08-04 10:06:04.038 [info] [command][83c1afcf-64ec-42f4-a43f-95c951180ae4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""83c1afcf-64ec-42f4-a43f-95c951180ae4""}\n2025-08-04 10:06:04.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:06:04.088 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0b34ffe4-574e-407e-9f9c-f1695a16c236] socks forwarding established\n2025-08-04 10:06:04.140 [info] [command][83c1afcf-64ec-42f4-a43f-95c951180ae4] Process exited with code 0\n2025-08-04 10:06:04.141 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0b34ffe4-574e-407e-9f9c-f1695a16c236] socks connection closed\n2025-08-04 10:06:04.141 [info] [command][83c1afcf-64ec-42f4-a43f-95c951180ae4] Socket close event received\n2025-08-04 10:06:04.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63365 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:07:04.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:07:04.146 [info] [command][8b9333f5-9286-4d1a-ac04-ae059c7e79e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8b9333f5-9286-4d1a-ac04-ae059c7e79e0""}\n2025-08-04 10:07:04.146 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e4e3df4b-663d-4a5d-b1ce-cd989345a935] received connection request\n2025-08-04 10:07:04.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:07:04.193 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e4e3df4b-663d-4a5d-b1ce-cd989345a935] socks forwarding established\n2025-08-04 10:07:04.245 [info] [command][8b9333f5-9286-4d1a-ac04-ae059c7e79e0] Process exited with code 0\n2025-08-04 10:07:04.246 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e4e3df4b-663d-4a5d-b1ce-cd989345a935] socks connection closed\n2025-08-04 10:07:04.246 [info] [command][8b9333f5-9286-4d1a-ac04-ae059c7e79e0] Socket close event received\n2025-08-04 10:07:04.294 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63408 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:08:04.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:08:04.255 [info] [command][d87e91de-e92c-4f7b-ae06-c63054645f1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d87e91de-e92c-4f7b-ae06-c63054645f1f""}\n2025-08-04 10:08:04.256 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e41859a1-1414-48ac-9463-1a52b334ffc8] received connection request\n2025-08-04 10:08:04.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:08:04.309 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e41859a1-1414-48ac-9463-1a52b334ffc8] socks forwarding established\n2025-08-04 10:08:04.362 [info] [command][d87e91de-e92c-4f7b-ae06-c63054645f1f] Process exited with code 0\n2025-08-04 10:08:04.362 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e41859a1-1414-48ac-9463-1a52b334ffc8] socks connection closed\n2025-08-04 10:08:04.362 [info] [command][d87e91de-e92c-4f7b-ae06-c63054645f1f] Socket close event received\n2025-08-04 10:08:04.408 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63450 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:09:04.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:09:04.366 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8c4acd67-b5bf-44e0-8a22-d930a353deb5] received connection request\n2025-08-04 10:09:04.366 [info] [command][736379c2-00f0-4e0f-a00a-cd459a6e166d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""736379c2-00f0-4e0f-a00a-cd459a6e166d""}\n2025-08-04 10:09:04.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:09:04.412 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8c4acd67-b5bf-44e0-8a22-d930a353deb5] socks forwarding established\n2025-08-04 10:09:04.465 [info] [command][736379c2-00f0-4e0f-a00a-cd459a6e166d] Process exited with code 0\n2025-08-04 10:09:04.466 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8c4acd67-b5bf-44e0-8a22-d930a353deb5] socks connection closed\n2025-08-04 10:09:04.466 [info] [command][736379c2-00f0-4e0f-a00a-cd459a6e166d] Socket close event received\n2025-08-04 10:09:04.512 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63486 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:10:04.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:10:04.475 [info] [command][2b00ab84-2e74-403c-b384-277c906706e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2b00ab84-2e74-403c-b384-277c906706e0""}\n2025-08-04 10:10:04.476 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][84e14ed3-2a25-4d33-a20c-8d0b3b26c7be] received connection request\n2025-08-04 10:10:04.476 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:10:04.526 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][84e14ed3-2a25-4d33-a20c-8d0b3b26c7be] socks forwarding established\n2025-08-04 10:10:04.580 [info] [command][2b00ab84-2e74-403c-b384-277c906706e0] Process exited with code 0\n2025-08-04 10:10:04.580 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][84e14ed3-2a25-4d33-a20c-8d0b3b26c7be] socks connection closed\n2025-08-04 10:10:04.580 [info] [command][2b00ab84-2e74-403c-b384-277c906706e0] Socket close event received\n2025-08-04 10:10:04.627 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63511 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:11:04.584 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:11:04.587 [info] [command][2c1907e0-11bf-4917-9f52-155651bafaee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2c1907e0-11bf-4917-9f52-155651bafaee""}\n2025-08-04 10:11:04.588 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0fcefdea-76aa-4ebe-ac65-fd13c88fe804] received connection request\n2025-08-04 10:11:04.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:11:04.635 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0fcefdea-76aa-4ebe-ac65-fd13c88fe804] socks forwarding established\n2025-08-04 10:11:04.685 [info] [command][2c1907e0-11bf-4917-9f52-155651bafaee] Process exited with code 0\n2025-08-04 10:11:04.686 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0fcefdea-76aa-4ebe-ac65-fd13c88fe804] socks connection closed\n2025-08-04 10:11:04.687 [info] [command][2c1907e0-11bf-4917-9f52-155651bafaee] Socket close event received\n2025-08-04 10:11:04.732 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63558 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:12:04.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:12:04.690 [info] [command][6dcc2cad-6013-49cd-a166-f2e20f6f2b70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6dcc2cad-6013-49cd-a166-f2e20f6f2b70""}\n2025-08-04 10:12:04.690 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][80979cd6-e0b4-4479-8b47-0f1452cc8a95] received connection request\n2025-08-04 10:12:04.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:12:04.735 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][80979cd6-e0b4-4479-8b47-0f1452cc8a95] socks forwarding established\n2025-08-04 10:12:04.792 [info] [command][6dcc2cad-6013-49cd-a166-f2e20f6f2b70] Process exited with code 0\n2025-08-04 10:12:04.793 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][80979cd6-e0b4-4479-8b47-0f1452cc8a95] socks connection closed\n2025-08-04 10:12:04.793 [info] [command][6dcc2cad-6013-49cd-a166-f2e20f6f2b70] Socket close event received\n2025-08-04 10:12:04.843 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63602 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:13:04.797 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:13:04.799 [info] [command][a07b2b7a-43d5-4b09-98a7-cc378e279f25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a07b2b7a-43d5-4b09-98a7-cc378e279f25""}\n2025-08-04 10:13:04.800 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3733de53-ef1b-4480-889e-b090abf6fe9b] received connection request\n2025-08-04 10:13:04.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:13:04.846 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3733de53-ef1b-4480-889e-b090abf6fe9b] socks forwarding established\n2025-08-04 10:13:04.902 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3733de53-ef1b-4480-889e-b090abf6fe9b] socks connection closed\n2025-08-04 10:13:04.902 [info] [command][a07b2b7a-43d5-4b09-98a7-cc378e279f25] Process exited with code 0\n2025-08-04 10:13:04.902 [info] [command][a07b2b7a-43d5-4b09-98a7-cc378e279f25] Socket close event received\n2025-08-04 10:13:04.948 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63647 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:14:04.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:14:04.906 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ad217c0e-92a4-4c42-a0a1-4e3593081a5a] received connection request\n2025-08-04 10:14:04.906 [info] [command][c4a28a80-26a1-4910-b77c-d5c993f3334b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c4a28a80-26a1-4910-b77c-d5c993f3334b""}\n2025-08-04 10:14:04.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:14:04.957 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ad217c0e-92a4-4c42-a0a1-4e3593081a5a] socks forwarding established\n2025-08-04 10:14:05.006 [info] [command][c4a28a80-26a1-4910-b77c-d5c993f3334b] Process exited with code 0\n2025-08-04 10:14:05.006 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ad217c0e-92a4-4c42-a0a1-4e3593081a5a] socks connection closed\n2025-08-04 10:14:05.006 [info] [command][c4a28a80-26a1-4910-b77c-d5c993f3334b] Socket close event received\n2025-08-04 10:14:05.052 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63677 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:15:05.011 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:15:05.015 [info] [command][a39a7178-b9c8-4804-a164-a9ab5910e581] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a39a7178-b9c8-4804-a164-a9ab5910e581""}\n2025-08-04 10:15:05.016 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][130b606c-a1b8-404e-8586-3f8231efbf12] received connection request\n2025-08-04 10:15:05.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:15:05.065 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][130b606c-a1b8-404e-8586-3f8231efbf12] socks forwarding established\n2025-08-04 10:15:05.116 [info] [command][a39a7178-b9c8-4804-a164-a9ab5910e581] Process exited with code 0\n2025-08-04 10:15:05.116 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][130b606c-a1b8-404e-8586-3f8231efbf12] socks connection closed\n2025-08-04 10:15:05.116 [info] [command][a39a7178-b9c8-4804-a164-a9ab5910e581] Socket close event received\n2025-08-04 10:15:05.163 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63704 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:16:05.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:16:05.123 [info] [command][bd646362-9fdc-4755-80a4-610631e911d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""bd646362-9fdc-4755-80a4-610631e911d9""}\n2025-08-04 10:16:05.124 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][92cac1fc-a2b0-419e-971c-1df997811b55] received connection request\n2025-08-04 10:16:05.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:16:05.176 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][92cac1fc-a2b0-419e-971c-1df997811b55] socks forwarding established\n2025-08-04 10:16:05.227 [info] [command][bd646362-9fdc-4755-80a4-610631e911d9] Process exited with code 0\n2025-08-04 10:16:05.227 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][92cac1fc-a2b0-419e-971c-1df997811b55] socks connection closed\n2025-08-04 10:16:05.227 [info] [command][bd646362-9fdc-4755-80a4-610631e911d9] Socket close event received\n2025-08-04 10:16:05.273 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63739 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:17:05.233 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:17:05.235 [info] [command][04a08dd3-314a-406a-8674-f7d4ae1adaab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""04a08dd3-314a-406a-8674-f7d4ae1adaab""}\n2025-08-04 10:17:05.236 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5d5e8979-04dc-4ae0-8e7b-4234796f1a0d] received connection request\n2025-08-04 10:17:05.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:17:05.288 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5d5e8979-04dc-4ae0-8e7b-4234796f1a0d] socks forwarding established\n2025-08-04 10:17:05.338 [info] [command][04a08dd3-314a-406a-8674-f7d4ae1adaab] Process exited with code 0\n2025-08-04 10:17:05.338 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5d5e8979-04dc-4ae0-8e7b-4234796f1a0d] socks connection closed\n2025-08-04 10:17:05.338 [info] [command][04a08dd3-314a-406a-8674-f7d4ae1adaab] Socket close event received\n2025-08-04 10:17:05.383 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63789 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:18:05.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:18:05.346 [info] [command][9024e6c7-38f0-4a3a-a58b-f7d3321c7da1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9024e6c7-38f0-4a3a-a58b-f7d3321c7da1""}\n2025-08-04 10:18:05.347 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1447018b-7712-401d-a782-ddd04c3453af] received connection request\n2025-08-04 10:18:05.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:18:05.396 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1447018b-7712-401d-a782-ddd04c3453af] socks forwarding established\n2025-08-04 10:18:05.447 [info] [command][9024e6c7-38f0-4a3a-a58b-f7d3321c7da1] Process exited with code 0\n2025-08-04 10:18:05.447 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1447018b-7712-401d-a782-ddd04c3453af] socks connection closed\n2025-08-04 10:18:05.447 [info] [command][9024e6c7-38f0-4a3a-a58b-f7d3321c7da1] Socket close event received\n2025-08-04 10:18:05.493 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63833 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:19:05.450 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:19:05.452 [info] [command][9d0d6bca-5a74-43b0-9887-2ff1cc357146] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9d0d6bca-5a74-43b0-9887-2ff1cc357146""}\n2025-08-04 10:19:05.453 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][89b88524-18dc-4912-b195-2d9df4b7daab] received connection request\n2025-08-04 10:19:05.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:19:05.505 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][89b88524-18dc-4912-b195-2d9df4b7daab] socks forwarding established\n2025-08-04 10:19:05.557 [info] [command][9d0d6bca-5a74-43b0-9887-2ff1cc357146] Process exited with code 0\n2025-08-04 10:19:05.558 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][89b88524-18dc-4912-b195-2d9df4b7daab] socks connection closed\n2025-08-04 10:19:05.558 [info] [command][9d0d6bca-5a74-43b0-9887-2ff1cc357146] Socket close event received\n2025-08-04 10:19:05.604 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63854 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:20:05.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:20:05.568 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6e3104b6-9a15-400b-89ba-f23e5d9b6b3c] received connection request\n2025-08-04 10:20:05.569 [info] [command][abb106e2-8e0e-413f-acd2-92213e59e389] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""abb106e2-8e0e-413f-acd2-92213e59e389""}\n2025-08-04 10:20:05.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:20:05.621 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6e3104b6-9a15-400b-89ba-f23e5d9b6b3c] socks forwarding established\n2025-08-04 10:20:05.671 [info] [command][abb106e2-8e0e-413f-acd2-92213e59e389] Process exited with code 0\n2025-08-04 10:20:05.672 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6e3104b6-9a15-400b-89ba-f23e5d9b6b3c] socks connection closed\n2025-08-04 10:20:05.672 [info] [command][abb106e2-8e0e-413f-acd2-92213e59e389] Socket close event received\n2025-08-04 10:20:05.718 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63888 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:21:05.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:21:05.677 [info] [command][87010e81-b86d-46dd-8c42-8c7e97f65bae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""87010e81-b86d-46dd-8c42-8c7e97f65bae""}\n2025-08-04 10:21:05.677 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][bd4c43f9-370e-4689-843d-9be3213bd72e] received connection request\n2025-08-04 10:21:05.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:21:05.724 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bd4c43f9-370e-4689-843d-9be3213bd72e] socks forwarding established\n2025-08-04 10:21:05.775 [info] [command][87010e81-b86d-46dd-8c42-8c7e97f65bae] Process exited with code 0\n2025-08-04 10:21:05.776 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bd4c43f9-370e-4689-843d-9be3213bd72e] socks connection closed\n2025-08-04 10:21:05.776 [info] [command][87010e81-b86d-46dd-8c42-8c7e97f65bae] Socket close event received\n2025-08-04 10:21:05.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63927 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:22:05.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:22:05.783 [info] [command][931ac905-c1fd-4a3d-9161-42ee3ba7a9b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""931ac905-c1fd-4a3d-9161-42ee3ba7a9b8""}\n2025-08-04 10:22:05.783 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5c353da7-baf8-4934-a555-e207d1ca1d71] received connection request\n2025-08-04 10:22:05.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:22:05.833 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c353da7-baf8-4934-a555-e207d1ca1d71] socks forwarding established\n2025-08-04 10:22:05.885 [info] [command][931ac905-c1fd-4a3d-9161-42ee3ba7a9b8] Process exited with code 0\n2025-08-04 10:22:05.885 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c353da7-baf8-4934-a555-e207d1ca1d71] socks connection closed\n2025-08-04 10:22:05.886 [info] [command][931ac905-c1fd-4a3d-9161-42ee3ba7a9b8] Socket close event received\n2025-08-04 10:22:05.932 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 63988 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:23:05.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:23:05.893 [info] [command][875991b8-50e1-4bf2-b4a1-312300d20355] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""875991b8-50e1-4bf2-b4a1-312300d20355""}\n2025-08-04 10:23:05.894 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][a49db68d-6840-430a-b3a7-2d71f8b3e03d] received connection request\n2025-08-04 10:23:05.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:23:05.943 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a49db68d-6840-430a-b3a7-2d71f8b3e03d] socks forwarding established\n2025-08-04 10:23:05.999 [info] [command][875991b8-50e1-4bf2-b4a1-312300d20355] Process exited with code 0\n2025-08-04 10:23:06.000 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a49db68d-6840-430a-b3a7-2d71f8b3e03d] socks connection closed\n2025-08-04 10:23:06.000 [info] [command][875991b8-50e1-4bf2-b4a1-312300d20355] Socket close event received\n2025-08-04 10:23:06.047 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64045 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:24:06.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:24:06.007 [info] [command][2b5a0857-e212-4575-bcac-9d4a838b6c07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2b5a0857-e212-4575-bcac-9d4a838b6c07""}\n2025-08-04 10:24:06.008 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6ee875c5-7806-45b1-9970-c0a2e35855b7] received connection request\n2025-08-04 10:24:06.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:24:06.056 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6ee875c5-7806-45b1-9970-c0a2e35855b7] socks forwarding established\n2025-08-04 10:24:06.110 [info] [command][2b5a0857-e212-4575-bcac-9d4a838b6c07] Process exited with code 0\n2025-08-04 10:24:06.110 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6ee875c5-7806-45b1-9970-c0a2e35855b7] socks connection closed\n2025-08-04 10:24:06.110 [info] [command][2b5a0857-e212-4575-bcac-9d4a838b6c07] Socket close event received\n2025-08-04 10:24:06.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64084 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:25:06.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:25:06.118 [info] [command][61893dd6-f58d-429d-b75a-e6eafda9f761] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""61893dd6-f58d-429d-b75a-e6eafda9f761""}\n2025-08-04 10:25:06.118 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][bf75c72c-6d62-4bdd-8103-4075fc5e599d] received connection request\n2025-08-04 10:25:06.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:25:06.168 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bf75c72c-6d62-4bdd-8103-4075fc5e599d] socks forwarding established\n2025-08-04 10:25:06.218 [info] [command][61893dd6-f58d-429d-b75a-e6eafda9f761] Process exited with code 0\n2025-08-04 10:25:06.219 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bf75c72c-6d62-4bdd-8103-4075fc5e599d] socks connection closed\n2025-08-04 10:25:06.219 [info] [command][61893dd6-f58d-429d-b75a-e6eafda9f761] Socket close event received\n2025-08-04 10:25:06.265 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64124 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:26:06.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:26:06.226 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d082f2a4-9815-4ab1-a92b-40f1db29fc88] received connection request\n2025-08-04 10:26:06.226 [info] [command][46ab82e8-07fa-497d-a1cc-b8310ea897c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""46ab82e8-07fa-497d-a1cc-b8310ea897c0""}\n2025-08-04 10:26:06.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:26:06.271 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d082f2a4-9815-4ab1-a92b-40f1db29fc88] socks forwarding established\n2025-08-04 10:26:06.322 [info] [command][46ab82e8-07fa-497d-a1cc-b8310ea897c0] Process exited with code 0\n2025-08-04 10:26:06.322 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d082f2a4-9815-4ab1-a92b-40f1db29fc88] socks connection closed\n2025-08-04 10:26:06.322 [info] [command][46ab82e8-07fa-497d-a1cc-b8310ea897c0] Socket close event received\n2025-08-04 10:26:06.370 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64159 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:27:06.326 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:27:06.328 [info] [command][87478e17-f156-491f-96df-962685c968f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""87478e17-f156-491f-96df-962685c968f0""}\n2025-08-04 10:27:06.329 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6b6dbe30-176b-4dea-aa45-8c9fd293387c] received connection request\n2025-08-04 10:27:06.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:27:06.377 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b6dbe30-176b-4dea-aa45-8c9fd293387c] socks forwarding established\n2025-08-04 10:27:06.426 [info] [command][87478e17-f156-491f-96df-962685c968f0] Process exited with code 0\n2025-08-04 10:27:06.426 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b6dbe30-176b-4dea-aa45-8c9fd293387c] socks connection closed\n2025-08-04 10:27:06.426 [info] [command][87478e17-f156-491f-96df-962685c968f0] Socket close event received\n2025-08-04 10:27:06.473 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64198 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:28:06.428 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:28:06.430 [info] [command][af6d3bc6-cef9-4c2d-8184-124ba16fc4d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""af6d3bc6-cef9-4c2d-8184-124ba16fc4d0""}\n2025-08-04 10:28:06.431 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0a6c9b15-c3c9-40ed-b1be-341a5a9c04b3] received connection request\n2025-08-04 10:28:06.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:28:06.479 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0a6c9b15-c3c9-40ed-b1be-341a5a9c04b3] socks forwarding established\n2025-08-04 10:28:06.529 [info] [command][af6d3bc6-cef9-4c2d-8184-124ba16fc4d0] Process exited with code 0\n2025-08-04 10:28:06.530 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0a6c9b15-c3c9-40ed-b1be-341a5a9c04b3] socks connection closed\n2025-08-04 10:28:06.530 [info] [command][af6d3bc6-cef9-4c2d-8184-124ba16fc4d0] Socket close event received\n2025-08-04 10:28:06.572 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64241 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:29:06.533 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:29:06.536 [info] [command][650823ce-577b-4e48-a8c8-08766380407d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""650823ce-577b-4e48-a8c8-08766380407d""}\n2025-08-04 10:29:06.537 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][683636c1-2895-406e-8c11-b866359254ac] received connection request\n2025-08-04 10:29:06.538 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:29:06.585 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][683636c1-2895-406e-8c11-b866359254ac] socks forwarding established\n2025-08-04 10:29:06.639 [info] [command][650823ce-577b-4e48-a8c8-08766380407d] Process exited with code 0\n2025-08-04 10:29:06.640 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][683636c1-2895-406e-8c11-b866359254ac] socks connection closed\n2025-08-04 10:29:06.640 [info] [command][650823ce-577b-4e48-a8c8-08766380407d] Socket close event received\n2025-08-04 10:29:06.687 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64267 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:30:06.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:30:06.643 [info] [command][f2eba7f5-ed8a-4b11-9e7e-2906cccc2283] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f2eba7f5-ed8a-4b11-9e7e-2906cccc2283""}\n2025-08-04 10:30:06.644 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c9f08cdb-a116-4a14-bc50-8291b9ea8d64] received connection request\n2025-08-04 10:30:06.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:30:06.691 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c9f08cdb-a116-4a14-bc50-8291b9ea8d64] socks forwarding established\n2025-08-04 10:30:06.743 [info] [command][f2eba7f5-ed8a-4b11-9e7e-2906cccc2283] Process exited with code 0\n2025-08-04 10:30:06.744 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c9f08cdb-a116-4a14-bc50-8291b9ea8d64] socks connection closed\n2025-08-04 10:30:06.744 [info] [command][f2eba7f5-ed8a-4b11-9e7e-2906cccc2283] Socket close event received\n2025-08-04 10:30:06.790 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64291 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:31:06.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:31:06.753 [info] [command][2a01adcd-07fe-4004-a774-7040b01f8df2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2a01adcd-07fe-4004-a774-7040b01f8df2""}\n2025-08-04 10:31:06.754 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f3c79192-8801-45b8-ae36-61ce661f02d5] received connection request\n2025-08-04 10:31:06.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:31:06.799 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f3c79192-8801-45b8-ae36-61ce661f02d5] socks forwarding established\n2025-08-04 10:31:06.850 [info] [command][2a01adcd-07fe-4004-a774-7040b01f8df2] Process exited with code 0\n2025-08-04 10:31:06.850 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f3c79192-8801-45b8-ae36-61ce661f02d5] socks connection closed\n2025-08-04 10:31:06.850 [info] [command][2a01adcd-07fe-4004-a774-7040b01f8df2] Socket close event received\n2025-08-04 10:31:06.899 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64328 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:32:06.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:32:06.853 [info] [command][cb81a8e7-6d1d-4855-ac5b-0d024d052b38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""cb81a8e7-6d1d-4855-ac5b-0d024d052b38""}\n2025-08-04 10:32:06.854 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e6085591-5551-41ff-a6ad-151af1e930a9] received connection request\n2025-08-04 10:32:06.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:32:06.903 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e6085591-5551-41ff-a6ad-151af1e930a9] socks forwarding established\n2025-08-04 10:32:06.954 [info] [command][cb81a8e7-6d1d-4855-ac5b-0d024d052b38] Process exited with code 0\n2025-08-04 10:32:06.954 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e6085591-5551-41ff-a6ad-151af1e930a9] socks connection closed\n2025-08-04 10:32:06.954 [info] [command][cb81a8e7-6d1d-4855-ac5b-0d024d052b38] Socket close event received\n2025-08-04 10:32:07.002 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64376 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:33:06.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:33:06.958 [info] [command][5267ff8b-ac82-467b-b409-3e8f908d190c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5267ff8b-ac82-467b-b409-3e8f908d190c""}\n2025-08-04 10:33:06.958 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d5b6d3e1-6011-4450-9a00-2c5711e5d06d] received connection request\n2025-08-04 10:33:06.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:33:07.004 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d5b6d3e1-6011-4450-9a00-2c5711e5d06d] socks forwarding established\n2025-08-04 10:33:07.053 [info] [command][5267ff8b-ac82-467b-b409-3e8f908d190c] Process exited with code 0\n2025-08-04 10:33:07.054 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d5b6d3e1-6011-4450-9a00-2c5711e5d06d] socks connection closed\n2025-08-04 10:33:07.054 [info] [command][5267ff8b-ac82-467b-b409-3e8f908d190c] Socket close event received\n2025-08-04 10:33:07.102 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64420 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:34:07.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:34:07.056 [info] [command][582c1742-c3ea-47ff-a858-1c0c85874799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""582c1742-c3ea-47ff-a858-1c0c85874799""}\n2025-08-04 10:34:07.056 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3f9c5772-eef4-45f8-998b-1422481e428b] received connection request\n2025-08-04 10:34:07.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:34:07.104 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3f9c5772-eef4-45f8-998b-1422481e428b] socks forwarding established\n2025-08-04 10:34:07.155 [info] [command][582c1742-c3ea-47ff-a858-1c0c85874799] Process exited with code 0\n2025-08-04 10:34:07.155 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3f9c5772-eef4-45f8-998b-1422481e428b] socks connection closed\n2025-08-04 10:34:07.155 [info] [command][582c1742-c3ea-47ff-a858-1c0c85874799] Socket close event received\n2025-08-04 10:34:07.202 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64449 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:35:07.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:35:07.163 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f382887e-ffec-4e91-8339-f17f44ae1a23] received connection request\n2025-08-04 10:35:07.163 [info] [command][fe4f3020-3cb4-4aac-87bf-1bfa0da7e358] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""fe4f3020-3cb4-4aac-87bf-1bfa0da7e358""}\n2025-08-04 10:35:07.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:35:07.209 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f382887e-ffec-4e91-8339-f17f44ae1a23] socks forwarding established\n2025-08-04 10:35:07.260 [info] [command][fe4f3020-3cb4-4aac-87bf-1bfa0da7e358] Process exited with code 0\n2025-08-04 10:35:07.261 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f382887e-ffec-4e91-8339-f17f44ae1a23] socks connection closed\n2025-08-04 10:35:07.261 [info] [command][fe4f3020-3cb4-4aac-87bf-1bfa0da7e358] Socket close event received\n2025-08-04 10:35:07.308 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64477 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:36:07.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:36:07.268 [info] [command][239a503e-64a3-482f-80f4-4b04e5e70e89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""239a503e-64a3-482f-80f4-4b04e5e70e89""}\n2025-08-04 10:36:07.269 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d103460f-4422-4f35-ac6d-3ee7cae4c984] received connection request\n2025-08-04 10:36:07.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:36:07.322 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d103460f-4422-4f35-ac6d-3ee7cae4c984] socks forwarding established\n2025-08-04 10:36:07.375 [info] [command][239a503e-64a3-482f-80f4-4b04e5e70e89] Process exited with code 0\n2025-08-04 10:36:07.376 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d103460f-4422-4f35-ac6d-3ee7cae4c984] socks connection closed\n2025-08-04 10:36:07.376 [info] [command][239a503e-64a3-482f-80f4-4b04e5e70e89] Socket close event received\n2025-08-04 10:36:07.423 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64526 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:37:07.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:37:07.379 [info] [command][5d959bdf-a34f-4916-bf90-48d75e77983f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5d959bdf-a34f-4916-bf90-48d75e77983f""}\n2025-08-04 10:37:07.380 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5186bb46-db9f-4db0-bf75-837bc6e9acac] received connection request\n2025-08-04 10:37:07.381 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:37:07.428 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5186bb46-db9f-4db0-bf75-837bc6e9acac] socks forwarding established\n2025-08-04 10:37:07.482 [info] [command][5d959bdf-a34f-4916-bf90-48d75e77983f] Process exited with code 0\n2025-08-04 10:37:07.483 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5186bb46-db9f-4db0-bf75-837bc6e9acac] socks connection closed\n2025-08-04 10:37:07.483 [info] [command][5d959bdf-a34f-4916-bf90-48d75e77983f] Socket close event received\n2025-08-04 10:37:07.528 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64566 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:38:07.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:38:07.491 [info] [command][75137f61-ee98-4735-ad94-6d4fca04f849] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""75137f61-ee98-4735-ad94-6d4fca04f849""}\n2025-08-04 10:38:07.492 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6ca43113-5735-4d61-9514-86e4b92654f6] received connection request\n2025-08-04 10:38:07.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:38:07.546 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6ca43113-5735-4d61-9514-86e4b92654f6] socks forwarding established\n2025-08-04 10:38:07.596 [info] [command][75137f61-ee98-4735-ad94-6d4fca04f849] Process exited with code 0\n2025-08-04 10:38:07.597 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6ca43113-5735-4d61-9514-86e4b92654f6] socks connection closed\n2025-08-04 10:38:07.597 [info] [command][75137f61-ee98-4735-ad94-6d4fca04f849] Socket close event received\n2025-08-04 10:38:07.643 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64609 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:39:07.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:39:07.605 [info] [command][16e1344d-8548-4efb-b941-0ffffdb64e6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""16e1344d-8548-4efb-b941-0ffffdb64e6d""}\n2025-08-04 10:39:07.606 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][4f941fa4-e4bf-4adc-91fb-eb438d05d6b7] received connection request\n2025-08-04 10:39:07.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:39:07.660 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4f941fa4-e4bf-4adc-91fb-eb438d05d6b7] socks forwarding established\n2025-08-04 10:39:07.710 [info] [command][16e1344d-8548-4efb-b941-0ffffdb64e6d] Process exited with code 0\n2025-08-04 10:39:07.711 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4f941fa4-e4bf-4adc-91fb-eb438d05d6b7] socks connection closed\n2025-08-04 10:39:07.711 [info] [command][16e1344d-8548-4efb-b941-0ffffdb64e6d] Socket close event received\n2025-08-04 10:39:07.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64636 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:40:07.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:40:07.720 [info] [command][38f38a1e-1995-49e8-b25e-466f539cbe70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""38f38a1e-1995-49e8-b25e-466f539cbe70""}\n2025-08-04 10:40:07.720 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][42a9d706-468e-420b-be10-b999457bdba7] received connection request\n2025-08-04 10:40:07.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:40:07.765 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][42a9d706-468e-420b-be10-b999457bdba7] socks forwarding established\n2025-08-04 10:40:07.815 [info] [command][38f38a1e-1995-49e8-b25e-466f539cbe70] Process exited with code 0\n2025-08-04 10:40:07.816 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][42a9d706-468e-420b-be10-b999457bdba7] socks connection closed\n2025-08-04 10:40:07.816 [info] [command][38f38a1e-1995-49e8-b25e-466f539cbe70] Socket close event received\n2025-08-04 10:40:07.863 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64658 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:41:07.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:41:07.824 [info] [command][77829fd1-7045-4ad7-9632-1b394634bbee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""77829fd1-7045-4ad7-9632-1b394634bbee""}\n2025-08-04 10:41:07.825 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][94730547-5d51-4d36-b941-ae0242aeafae] received connection request\n2025-08-04 10:41:07.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:41:07.873 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][94730547-5d51-4d36-b941-ae0242aeafae] socks forwarding established\n2025-08-04 10:41:07.927 [info] [command][77829fd1-7045-4ad7-9632-1b394634bbee] Process exited with code 0\n2025-08-04 10:41:07.927 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][94730547-5d51-4d36-b941-ae0242aeafae] socks connection closed\n2025-08-04 10:41:07.928 [info] [command][77829fd1-7045-4ad7-9632-1b394634bbee] Socket close event received\n2025-08-04 10:41:07.973 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64697 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:42:07.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:42:07.931 [info] [command][1420a4d5-be34-45b4-ba16-f9734a210e68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1420a4d5-be34-45b4-ba16-f9734a210e68""}\n2025-08-04 10:42:07.932 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1b849506-4e46-4f9b-ac28-815c4b79a68f] received connection request\n2025-08-04 10:42:07.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:42:07.977 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1b849506-4e46-4f9b-ac28-815c4b79a68f] socks forwarding established\n2025-08-04 10:42:08.029 [info] [command][1420a4d5-be34-45b4-ba16-f9734a210e68] Process exited with code 0\n2025-08-04 10:42:08.030 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1b849506-4e46-4f9b-ac28-815c4b79a68f] socks connection closed\n2025-08-04 10:42:08.030 [info] [command][1420a4d5-be34-45b4-ba16-f9734a210e68] Socket close event received\n2025-08-04 10:42:08.077 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64750 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:43:08.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:43:08.036 [info] [command][e15dd672-2d58-4350-98c3-bed89d90388d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""e15dd672-2d58-4350-98c3-bed89d90388d""}\n2025-08-04 10:43:08.037 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3246d0d5-3a5e-4c1a-9c11-dfb515ce1023] received connection request\n2025-08-04 10:43:08.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:43:08.084 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3246d0d5-3a5e-4c1a-9c11-dfb515ce1023] socks forwarding established\n2025-08-04 10:43:08.138 [info] [command][e15dd672-2d58-4350-98c3-bed89d90388d] Process exited with code 0\n2025-08-04 10:43:08.138 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3246d0d5-3a5e-4c1a-9c11-dfb515ce1023] socks connection closed\n2025-08-04 10:43:08.138 [info] [command][e15dd672-2d58-4350-98c3-bed89d90388d] Socket close event received\n2025-08-04 10:43:08.183 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64802 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:44:08.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:44:08.145 [info] [command][d93faa74-62e8-43e9-bf39-ae64d607a6e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d93faa74-62e8-43e9-bf39-ae64d607a6e8""}\n2025-08-04 10:44:08.146 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][fdf9e594-d378-4772-b95e-bddd86716c5d] received connection request\n2025-08-04 10:44:08.146 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:44:08.196 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fdf9e594-d378-4772-b95e-bddd86716c5d] socks forwarding established\n2025-08-04 10:44:08.249 [info] [command][d93faa74-62e8-43e9-bf39-ae64d607a6e8] Process exited with code 0\n2025-08-04 10:44:08.250 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fdf9e594-d378-4772-b95e-bddd86716c5d] socks connection closed\n2025-08-04 10:44:08.250 [info] [command][d93faa74-62e8-43e9-bf39-ae64d607a6e8] Socket close event received\n2025-08-04 10:44:08.295 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64830 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:45:08.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:45:08.256 [info] [command][d36fd71c-4f22-45ea-b30f-a547d410b545] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d36fd71c-4f22-45ea-b30f-a547d410b545""}\n2025-08-04 10:45:08.257 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][fb6a1fc2-7c0a-4841-86e5-4500b4855f79] received connection request\n2025-08-04 10:45:08.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:45:08.304 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fb6a1fc2-7c0a-4841-86e5-4500b4855f79] socks forwarding established\n2025-08-04 10:45:08.356 [info] [command][d36fd71c-4f22-45ea-b30f-a547d410b545] Process exited with code 0\n2025-08-04 10:45:08.356 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][fb6a1fc2-7c0a-4841-86e5-4500b4855f79] socks connection closed\n2025-08-04 10:45:08.356 [info] [command][d36fd71c-4f22-45ea-b30f-a547d410b545] Socket close event received\n2025-08-04 10:45:08.403 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64854 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:46:08.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:46:08.367 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][45e27960-8dbc-42e2-8a42-b052abcc2d07] received connection request\n2025-08-04 10:46:08.367 [info] [command][6e278068-aa05-4cc0-ae2d-9aaf59d63854] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6e278068-aa05-4cc0-ae2d-9aaf59d63854""}\n2025-08-04 10:46:08.368 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:46:08.417 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][45e27960-8dbc-42e2-8a42-b052abcc2d07] socks forwarding established\n2025-08-04 10:46:08.469 [info] [command][6e278068-aa05-4cc0-ae2d-9aaf59d63854] Process exited with code 0\n2025-08-04 10:46:08.470 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][45e27960-8dbc-42e2-8a42-b052abcc2d07] socks connection closed\n2025-08-04 10:46:08.470 [info] [command][6e278068-aa05-4cc0-ae2d-9aaf59d63854] Socket close event received\n2025-08-04 10:46:08.514 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64942 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:47:08.475 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:47:08.478 [info] [command][a208211a-8d2d-42d0-af37-246ec2226216] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a208211a-8d2d-42d0-af37-246ec2226216""}\n2025-08-04 10:47:08.479 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f0942bf4-d63b-487c-a7f3-9905bebe0a8a] received connection request\n2025-08-04 10:47:08.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 10:47:08.481 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:47:08.530 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f0942bf4-d63b-487c-a7f3-9905bebe0a8a] socks forwarding established\n2025-08-04 10:47:08.584 [info] [command][a208211a-8d2d-42d0-af37-246ec2226216] Process exited with code 0\n2025-08-04 10:47:08.584 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f0942bf4-d63b-487c-a7f3-9905bebe0a8a] socks connection closed\n2025-08-04 10:47:08.584 [info] [command][a208211a-8d2d-42d0-af37-246ec2226216] Socket close event received\n2025-08-04 10:47:08.628 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 64986 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:48:08.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:48:08.607 [info] [command][36295ba4-ba84-4e78-bce1-2b432f156d33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""36295ba4-ba84-4e78-bce1-2b432f156d33""}\n2025-08-04 10:48:08.608 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][922e75cb-6301-4add-a074-5a57e3d5c414] received connection request\n2025-08-04 10:48:08.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 10:48:08.608 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:48:08.654 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][922e75cb-6301-4add-a074-5a57e3d5c414] socks forwarding established\n2025-08-04 10:48:08.705 [info] [command][36295ba4-ba84-4e78-bce1-2b432f156d33] Process exited with code 0\n2025-08-04 10:48:08.705 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][922e75cb-6301-4add-a074-5a57e3d5c414] socks connection closed\n2025-08-04 10:48:08.705 [info] [command][36295ba4-ba84-4e78-bce1-2b432f156d33] Socket close event received\n2025-08-04 10:48:08.806 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65026 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:49:08.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:49:08.714 [info] [command][2aa062b0-91e6-474e-a9a4-d14f43ea2939] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2aa062b0-91e6-474e-a9a4-d14f43ea2939""}\n2025-08-04 10:49:08.715 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3cfe1d27-2285-4b35-91b6-bbacef9a602f] received connection request\n2025-08-04 10:49:08.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:49:08.763 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3cfe1d27-2285-4b35-91b6-bbacef9a602f] socks forwarding established\n2025-08-04 10:49:08.922 [info] [command][2aa062b0-91e6-474e-a9a4-d14f43ea2939] Process exited with code 0\n2025-08-04 10:49:08.923 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3cfe1d27-2285-4b35-91b6-bbacef9a602f] socks connection closed\n2025-08-04 10:49:08.923 [info] [command][2aa062b0-91e6-474e-a9a4-d14f43ea2939] Socket close event received\n2025-08-04 10:49:08.969 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65051 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:50:08.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:50:08.931 [info] [command][3d29f694-5a93-4614-b924-1603ca8d4d60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""3d29f694-5a93-4614-b924-1603ca8d4d60""}\n2025-08-04 10:50:08.932 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][36b18376-42b2-4eeb-bad0-23f57e65200f] received connection request\n2025-08-04 10:50:08.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:50:08.982 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][36b18376-42b2-4eeb-bad0-23f57e65200f] socks forwarding established\n2025-08-04 10:50:09.034 [info] [command][3d29f694-5a93-4614-b924-1603ca8d4d60] Process exited with code 0\n2025-08-04 10:50:09.035 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][36b18376-42b2-4eeb-bad0-23f57e65200f] socks connection closed\n2025-08-04 10:50:09.035 [info] [command][3d29f694-5a93-4614-b924-1603ca8d4d60] Socket close event received\n2025-08-04 10:50:09.082 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65090 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:51:09.040 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:51:09.042 [info] [command][7cfd28eb-220d-4908-8dcd-076596fd9e92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""7cfd28eb-220d-4908-8dcd-076596fd9e92""}\n2025-08-04 10:51:09.042 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8fd79ebe-d592-4138-9527-6f47cc86017a] received connection request\n2025-08-04 10:51:09.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:51:09.089 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8fd79ebe-d592-4138-9527-6f47cc86017a] socks forwarding established\n2025-08-04 10:51:09.140 [info] [command][7cfd28eb-220d-4908-8dcd-076596fd9e92] Process exited with code 0\n2025-08-04 10:51:09.140 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8fd79ebe-d592-4138-9527-6f47cc86017a] socks connection closed\n2025-08-04 10:51:09.140 [info] [command][7cfd28eb-220d-4908-8dcd-076596fd9e92] Socket close event received\n2025-08-04 10:51:09.187 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65142 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:52:09.145 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:52:09.147 [info] [command][ba779df1-71db-4de8-b608-0faf2c3f52ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ba779df1-71db-4de8-b608-0faf2c3f52ea""}\n2025-08-04 10:52:09.148 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6d37c5dd-7edf-4af4-a6cf-849a132f349f] received connection request\n2025-08-04 10:52:09.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:52:09.197 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6d37c5dd-7edf-4af4-a6cf-849a132f349f] socks forwarding established\n2025-08-04 10:52:09.251 [info] [command][ba779df1-71db-4de8-b608-0faf2c3f52ea] Process exited with code 0\n2025-08-04 10:52:09.251 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6d37c5dd-7edf-4af4-a6cf-849a132f349f] socks connection closed\n2025-08-04 10:52:09.251 [info] [command][ba779df1-71db-4de8-b608-0faf2c3f52ea] Socket close event received\n2025-08-04 10:52:09.297 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65186 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:53:09.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:53:09.258 [info] [command][0bf40d12-8009-49fe-b227-15ed97d439ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0bf40d12-8009-49fe-b227-15ed97d439ea""}\n2025-08-04 10:53:09.259 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ef9c80cf-ead4-46b3-978c-3bde02490812] received connection request\n2025-08-04 10:53:09.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:53:09.306 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ef9c80cf-ead4-46b3-978c-3bde02490812] socks forwarding established\n2025-08-04 10:53:09.357 [info] [command][0bf40d12-8009-49fe-b227-15ed97d439ea] Process exited with code 0\n2025-08-04 10:53:09.357 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ef9c80cf-ead4-46b3-978c-3bde02490812] socks connection closed\n2025-08-04 10:53:09.357 [info] [command][0bf40d12-8009-49fe-b227-15ed97d439ea] Socket close event received\n2025-08-04 10:53:09.403 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65243 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:54:09.362 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:54:09.366 [info] [command][61826890-d6e2-47aa-8463-5380fce504bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""61826890-d6e2-47aa-8463-5380fce504bf""}\n2025-08-04 10:54:09.366 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ef073fbb-8df0-4fea-a0c2-42dd89296a8e] received connection request\n2025-08-04 10:54:09.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 10:54:09.367 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:54:09.416 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ef073fbb-8df0-4fea-a0c2-42dd89296a8e] socks forwarding established\n2025-08-04 10:54:09.469 [info] [command][61826890-d6e2-47aa-8463-5380fce504bf] Process exited with code 0\n2025-08-04 10:54:09.469 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ef073fbb-8df0-4fea-a0c2-42dd89296a8e] socks connection closed\n2025-08-04 10:54:09.469 [info] [command][61826890-d6e2-47aa-8463-5380fce504bf] Socket close event received\n2025-08-04 10:54:09.515 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65272 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:55:09.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:55:09.472 [info] [command][4ede9fc7-1236-4a7f-a97f-446e61a4cd28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""4ede9fc7-1236-4a7f-a97f-446e61a4cd28""}\n2025-08-04 10:55:09.472 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c0d036b3-1e76-4bd2-bf73-6463c63ab902] received connection request\n2025-08-04 10:55:09.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:55:09.521 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c0d036b3-1e76-4bd2-bf73-6463c63ab902] socks forwarding established\n2025-08-04 10:55:09.573 [info] [command][4ede9fc7-1236-4a7f-a97f-446e61a4cd28] Process exited with code 0\n2025-08-04 10:55:09.574 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c0d036b3-1e76-4bd2-bf73-6463c63ab902] socks connection closed\n2025-08-04 10:55:09.574 [info] [command][4ede9fc7-1236-4a7f-a97f-446e61a4cd28] Socket close event received\n2025-08-04 10:55:09.619 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65300 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:56:09.578 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:56:09.580 [info] [command][e90da810-a553-4bda-8079-4bd1eea7b6bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""e90da810-a553-4bda-8079-4bd1eea7b6bb""}\n2025-08-04 10:56:09.581 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1f73b2d6-6bc3-49e1-a67d-3a3308aeccb5] received connection request\n2025-08-04 10:56:09.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:56:09.633 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1f73b2d6-6bc3-49e1-a67d-3a3308aeccb5] socks forwarding established\n2025-08-04 10:56:09.685 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1f73b2d6-6bc3-49e1-a67d-3a3308aeccb5] socks connection closed\n2025-08-04 10:56:09.685 [info] [command][e90da810-a553-4bda-8079-4bd1eea7b6bb] Process exited with code 0\n2025-08-04 10:56:09.685 [info] [command][e90da810-a553-4bda-8079-4bd1eea7b6bb] Socket close event received\n2025-08-04 10:56:09.730 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65347 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:57:09.687 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:57:09.690 [info] [command][5e5157d6-0445-4650-b0a9-aaa80873abde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5e5157d6-0445-4650-b0a9-aaa80873abde""}\n2025-08-04 10:57:09.690 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2e6ffbe2-797a-4c9e-ac88-2e14c86fa29f] received connection request\n2025-08-04 10:57:09.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:57:09.745 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2e6ffbe2-797a-4c9e-ac88-2e14c86fa29f] socks forwarding established\n2025-08-04 10:57:09.798 [info] [command][5e5157d6-0445-4650-b0a9-aaa80873abde] Process exited with code 0\n2025-08-04 10:57:09.799 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2e6ffbe2-797a-4c9e-ac88-2e14c86fa29f] socks connection closed\n2025-08-04 10:57:09.799 [info] [command][5e5157d6-0445-4650-b0a9-aaa80873abde] Socket close event received\n2025-08-04 10:57:09.851 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65386 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:58:09.801 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:58:09.803 [info] [command][3d2e3302-6216-4921-83e6-589a3ae05275] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""3d2e3302-6216-4921-83e6-589a3ae05275""}\n2025-08-04 10:58:09.804 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0eb98f15-cd10-4af1-bdb9-31862b858a26] received connection request\n2025-08-04 10:58:09.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:58:09.850 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0eb98f15-cd10-4af1-bdb9-31862b858a26] socks forwarding established\n2025-08-04 10:58:09.904 [info] [command][3d2e3302-6216-4921-83e6-589a3ae05275] Process exited with code 0\n2025-08-04 10:58:09.904 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0eb98f15-cd10-4af1-bdb9-31862b858a26] socks connection closed\n2025-08-04 10:58:09.904 [info] [command][3d2e3302-6216-4921-83e6-589a3ae05275] Socket close event received\n2025-08-04 10:58:09.950 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65424 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 10:59:09.908 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 10:59:09.910 [info] [command][6a7f8d8e-1bc8-447d-ac75-e986afddb31b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6a7f8d8e-1bc8-447d-ac75-e986afddb31b""}\n2025-08-04 10:59:09.911 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][de00d78b-8928-4852-8a7b-84d8b9717995] received connection request\n2025-08-04 10:59:09.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 10:59:09.961 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][de00d78b-8928-4852-8a7b-84d8b9717995] socks forwarding established\n2025-08-04 10:59:10.014 [info] [command][6a7f8d8e-1bc8-447d-ac75-e986afddb31b] Process exited with code 0\n2025-08-04 10:59:10.015 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][de00d78b-8928-4852-8a7b-84d8b9717995] socks connection closed\n2025-08-04 10:59:10.015 [info] [command][6a7f8d8e-1bc8-447d-ac75-e986afddb31b] Socket close event received\n2025-08-04 10:59:10.060 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65450 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:00:10.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:00:10.024 [info] [command][7f8334a7-531d-4e23-b662-956856584007] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""7f8334a7-531d-4e23-b662-956856584007""}\n2025-08-04 11:00:10.025 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0e79ba85-ad93-4c1f-8409-5236bc535c8c] received connection request\n2025-08-04 11:00:10.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:00:10.080 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0e79ba85-ad93-4c1f-8409-5236bc535c8c] socks forwarding established\n2025-08-04 11:00:10.131 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0e79ba85-ad93-4c1f-8409-5236bc535c8c] socks connection closed\n2025-08-04 11:00:10.132 [info] [command][7f8334a7-531d-4e23-b662-956856584007] Process exited with code 0\n2025-08-04 11:00:10.132 [info] [command][7f8334a7-531d-4e23-b662-956856584007] Socket close event received\n2025-08-04 11:00:10.177 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65478 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:01:10.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:01:10.140 [info] [command][20d55e3b-168b-42ac-a041-a4ac440ddf81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""20d55e3b-168b-42ac-a041-a4ac440ddf81""}\n2025-08-04 11:01:10.141 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][7f29f286-7429-4e6b-af2c-bfde06d166c1] received connection request\n2025-08-04 11:01:10.141 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:01:10.201 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7f29f286-7429-4e6b-af2c-bfde06d166c1] socks forwarding established\n2025-08-04 11:01:10.253 [info] [command][20d55e3b-168b-42ac-a041-a4ac440ddf81] Process exited with code 0\n2025-08-04 11:01:10.254 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7f29f286-7429-4e6b-af2c-bfde06d166c1] socks connection closed\n2025-08-04 11:01:10.254 [info] [command][20d55e3b-168b-42ac-a041-a4ac440ddf81] Socket close event received\n2025-08-04 11:01:10.299 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 65519 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:02:10.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:02:10.258 [info] [command][c7fe2cf7-89cb-40e4-a020-22bbeaa09cea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c7fe2cf7-89cb-40e4-a020-22bbeaa09cea""}\n2025-08-04 11:02:10.259 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][841e497b-c1e2-4cd4-b89f-5675cca410cc] received connection request\n2025-08-04 11:02:10.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:02:10.316 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][841e497b-c1e2-4cd4-b89f-5675cca410cc] socks forwarding established\n2025-08-04 11:02:10.366 [info] [command][c7fe2cf7-89cb-40e4-a020-22bbeaa09cea] Process exited with code 0\n2025-08-04 11:02:10.366 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][841e497b-c1e2-4cd4-b89f-5675cca410cc] socks connection closed\n2025-08-04 11:02:10.367 [info] [command][c7fe2cf7-89cb-40e4-a020-22bbeaa09cea] Socket close event received\n2025-08-04 11:02:10.411 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49174 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:03:10.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:03:10.372 [info] [command][0f7e5f2e-429d-4e07-9ca1-57374a62d414] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0f7e5f2e-429d-4e07-9ca1-57374a62d414""}\n2025-08-04 11:03:10.373 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][68d71e3e-2813-4524-9862-91ca3c27b625] received connection request\n2025-08-04 11:03:10.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:03:10.421 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][68d71e3e-2813-4524-9862-91ca3c27b625] socks forwarding established\n2025-08-04 11:03:10.472 [info] [command][0f7e5f2e-429d-4e07-9ca1-57374a62d414] Process exited with code 0\n2025-08-04 11:03:10.473 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][68d71e3e-2813-4524-9862-91ca3c27b625] socks connection closed\n2025-08-04 11:03:10.473 [info] [command][0f7e5f2e-429d-4e07-9ca1-57374a62d414] Socket close event received\n2025-08-04 11:03:10.521 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49212 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:04:10.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:04:10.480 [info] [command][52c2e84d-8b17-4a04-9a23-01087395adcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""52c2e84d-8b17-4a04-9a23-01087395adcb""}\n2025-08-04 11:04:10.481 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][77d3a35d-6308-4330-bd11-9e13c91960be] received connection request\n2025-08-04 11:04:10.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:04:10.536 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][77d3a35d-6308-4330-bd11-9e13c91960be] socks forwarding established\n2025-08-04 11:04:10.586 [info] [command][52c2e84d-8b17-4a04-9a23-01087395adcb] Process exited with code 0\n2025-08-04 11:04:10.587 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][77d3a35d-6308-4330-bd11-9e13c91960be] socks connection closed\n2025-08-04 11:04:10.587 [info] [command][52c2e84d-8b17-4a04-9a23-01087395adcb] Socket close event received\n2025-08-04 11:04:10.640 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49235 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:05:10.589 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:05:10.592 [info] [command][c8b96678-f4c5-46bf-a10f-c11ed3ae4fc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c8b96678-f4c5-46bf-a10f-c11ed3ae4fc2""}\n2025-08-04 11:05:10.593 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][78f91475-3d71-47e7-8f57-2cb349d16c43] received connection request\n2025-08-04 11:05:10.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 11:05:10.594 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:05:10.647 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][78f91475-3d71-47e7-8f57-2cb349d16c43] socks forwarding established\n2025-08-04 11:05:10.698 [info] [command][c8b96678-f4c5-46bf-a10f-c11ed3ae4fc2] Process exited with code 0\n2025-08-04 11:05:10.699 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][78f91475-3d71-47e7-8f57-2cb349d16c43] socks connection closed\n2025-08-04 11:05:10.699 [info] [command][c8b96678-f4c5-46bf-a10f-c11ed3ae4fc2] Socket close event received\n2025-08-04 11:05:10.757 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49259 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:06:10.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:06:10.704 [info] [command][87759189-3086-4e4a-8bfb-53c2401c3994] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""87759189-3086-4e4a-8bfb-53c2401c3994""}\n2025-08-04 11:06:10.705 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][90bfad67-0003-447f-a7b9-3dd2733cbf95] received connection request\n2025-08-04 11:06:10.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:06:10.756 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][90bfad67-0003-447f-a7b9-3dd2733cbf95] socks forwarding established\n2025-08-04 11:06:10.807 [info] [command][87759189-3086-4e4a-8bfb-53c2401c3994] Process exited with code 0\n2025-08-04 11:06:10.807 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][90bfad67-0003-447f-a7b9-3dd2733cbf95] socks connection closed\n2025-08-04 11:06:10.808 [info] [command][87759189-3086-4e4a-8bfb-53c2401c3994] Socket close event received\n2025-08-04 11:06:10.855 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49299 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:07:10.810 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:07:10.812 [info] [command][69c5cf48-3c9c-4177-9e3c-e23ce4359656] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""69c5cf48-3c9c-4177-9e3c-e23ce4359656""}\n2025-08-04 11:07:10.813 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2fdfc8ba-39bb-4358-9fd3-7faf48b72bf4] received connection request\n2025-08-04 11:07:10.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:07:10.862 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2fdfc8ba-39bb-4358-9fd3-7faf48b72bf4] socks forwarding established\n2025-08-04 11:07:10.913 [info] [command][69c5cf48-3c9c-4177-9e3c-e23ce4359656] Process exited with code 0\n2025-08-04 11:07:10.913 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2fdfc8ba-39bb-4358-9fd3-7faf48b72bf4] socks connection closed\n2025-08-04 11:07:10.914 [info] [command][69c5cf48-3c9c-4177-9e3c-e23ce4359656] Socket close event received\n2025-08-04 11:07:10.958 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49344 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:08:10.919 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:08:10.922 [info] [command][182a99db-fcd1-479a-9f68-f344595378e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""182a99db-fcd1-479a-9f68-f344595378e1""}\n2025-08-04 11:08:10.923 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6e4004d3-86b3-451b-b800-1cac67e0bd22] received connection request\n2025-08-04 11:08:10.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:08:10.978 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6e4004d3-86b3-451b-b800-1cac67e0bd22] socks forwarding established\n2025-08-04 11:08:11.028 [info] [command][182a99db-fcd1-479a-9f68-f344595378e1] Process exited with code 0\n2025-08-04 11:08:11.028 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6e4004d3-86b3-451b-b800-1cac67e0bd22] socks connection closed\n2025-08-04 11:08:11.028 [info] [command][182a99db-fcd1-479a-9f68-f344595378e1] Socket close event received\n2025-08-04 11:08:11.074 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49395 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:09:11.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:09:11.037 [info] [command][756951c1-8fa0-48d9-9c1d-2aa6845806c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""756951c1-8fa0-48d9-9c1d-2aa6845806c8""}\n2025-08-04 11:09:11.038 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][70783254-815c-44f6-a73a-1926cbd8ef97] received connection request\n2025-08-04 11:09:11.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:09:11.085 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][70783254-815c-44f6-a73a-1926cbd8ef97] socks forwarding established\n2025-08-04 11:09:11.136 [info] [command][756951c1-8fa0-48d9-9c1d-2aa6845806c8] Process exited with code 0\n2025-08-04 11:09:11.137 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][70783254-815c-44f6-a73a-1926cbd8ef97] socks connection closed\n2025-08-04 11:09:11.137 [info] [command][756951c1-8fa0-48d9-9c1d-2aa6845806c8] Socket close event received\n2025-08-04 11:09:11.186 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49425 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:10:11.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:10:11.145 [info] [command][fcf21506-4b6e-4d87-a9bb-b4223b873171] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""fcf21506-4b6e-4d87-a9bb-b4223b873171""}\n2025-08-04 11:10:11.146 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9a1732fd-78c2-4991-a0ce-e1f0235b9f54] received connection request\n2025-08-04 11:10:11.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:10:11.196 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9a1732fd-78c2-4991-a0ce-e1f0235b9f54] socks forwarding established\n2025-08-04 11:10:11.250 [info] [command][fcf21506-4b6e-4d87-a9bb-b4223b873171] Process exited with code 0\n2025-08-04 11:10:11.250 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9a1732fd-78c2-4991-a0ce-e1f0235b9f54] socks connection closed\n2025-08-04 11:10:11.250 [info] [command][fcf21506-4b6e-4d87-a9bb-b4223b873171] Socket close event received\n2025-08-04 11:10:11.299 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49458 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:11:11.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:11:11.253 [info] [command][c335b579-840d-421d-8803-ffd4250c93dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c335b579-840d-421d-8803-ffd4250c93dc""}\n2025-08-04 11:11:11.254 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0eda49f0-1b38-425e-9fca-a075cd8d9001] received connection request\n2025-08-04 11:11:11.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:11:11.299 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0eda49f0-1b38-425e-9fca-a075cd8d9001] socks forwarding established\n2025-08-04 11:11:11.350 [info] [command][c335b579-840d-421d-8803-ffd4250c93dc] Process exited with code 0\n2025-08-04 11:11:11.350 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0eda49f0-1b38-425e-9fca-a075cd8d9001] socks connection closed\n2025-08-04 11:11:11.350 [info] [command][c335b579-840d-421d-8803-ffd4250c93dc] Socket close event received\n2025-08-04 11:11:11.397 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49545 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:12:11.356 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:12:11.360 [info] [command][b10b2064-bde9-40ff-9d17-9f778e738a22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b10b2064-bde9-40ff-9d17-9f778e738a22""}\n2025-08-04 11:12:11.360 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][a2f49114-6d68-442e-a712-efeb017a8f0a] received connection request\n2025-08-04 11:12:11.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:12:11.408 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a2f49114-6d68-442e-a712-efeb017a8f0a] socks forwarding established\n2025-08-04 11:12:11.459 [info] [command][b10b2064-bde9-40ff-9d17-9f778e738a22] Process exited with code 0\n2025-08-04 11:12:11.459 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a2f49114-6d68-442e-a712-efeb017a8f0a] socks connection closed\n2025-08-04 11:12:11.460 [info] [command][b10b2064-bde9-40ff-9d17-9f778e738a22] Socket close event received\n2025-08-04 11:12:11.506 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49600 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:13:11.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:13:11.469 [info] [command][af6505b6-dd3e-49c5-9305-2a2ff8bfe611] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""af6505b6-dd3e-49c5-9305-2a2ff8bfe611""}\n2025-08-04 11:13:11.470 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e03b4d5c-4e02-4771-aa39-8050f55ed5d3] received connection request\n2025-08-04 11:13:11.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:13:11.515 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e03b4d5c-4e02-4771-aa39-8050f55ed5d3] socks forwarding established\n2025-08-04 11:13:11.569 [info] [command][af6505b6-dd3e-49c5-9305-2a2ff8bfe611] Process exited with code 0\n2025-08-04 11:13:11.570 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e03b4d5c-4e02-4771-aa39-8050f55ed5d3] socks connection closed\n2025-08-04 11:13:11.570 [info] [command][af6505b6-dd3e-49c5-9305-2a2ff8bfe611] Socket close event received\n2025-08-04 11:13:11.615 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49644 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:14:11.576 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:14:11.579 [info] [command][caf0b22e-f6eb-4cc6-ac24-0e4f185662a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""caf0b22e-f6eb-4cc6-ac24-0e4f185662a5""}\n2025-08-04 11:14:11.580 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][68de6e39-7add-4c59-99f2-de3561eb6d6a] received connection request\n2025-08-04 11:14:11.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:14:11.630 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][68de6e39-7add-4c59-99f2-de3561eb6d6a] socks forwarding established\n2025-08-04 11:14:11.686 [info] [command][caf0b22e-f6eb-4cc6-ac24-0e4f185662a5] Process exited with code 0\n2025-08-04 11:14:11.687 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][68de6e39-7add-4c59-99f2-de3561eb6d6a] socks connection closed\n2025-08-04 11:14:11.687 [info] [command][caf0b22e-f6eb-4cc6-ac24-0e4f185662a5] Socket close event received\n2025-08-04 11:14:11.732 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49672 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:15:11.692 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:15:11.695 [info] [command][9b7d3c68-4b28-4ab4-a330-f754d7b5ce1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9b7d3c68-4b28-4ab4-a330-f754d7b5ce1b""}\n2025-08-04 11:15:11.697 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6b40c434-b898-4255-a660-77ed359f0b35] received connection request\n2025-08-04 11:15:11.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:15:11.745 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b40c434-b898-4255-a660-77ed359f0b35] socks forwarding established\n2025-08-04 11:15:11.796 [info] [command][9b7d3c68-4b28-4ab4-a330-f754d7b5ce1b] Process exited with code 0\n2025-08-04 11:15:11.796 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b40c434-b898-4255-a660-77ed359f0b35] socks connection closed\n2025-08-04 11:15:11.797 [info] [command][9b7d3c68-4b28-4ab4-a330-f754d7b5ce1b] Socket close event received\n2025-08-04 11:15:11.849 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49697 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:16:11.799 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:16:11.801 [info] [command][55d9c4b2-19ba-473d-becb-a38f8f99f88d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""55d9c4b2-19ba-473d-becb-a38f8f99f88d""}\n2025-08-04 11:16:11.802 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e7cbd27b-923e-4a67-8677-9224d1cf6d34] received connection request\n2025-08-04 11:16:11.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:16:11.850 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e7cbd27b-923e-4a67-8677-9224d1cf6d34] socks forwarding established\n2025-08-04 11:16:11.901 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e7cbd27b-923e-4a67-8677-9224d1cf6d34] socks connection closed\n2025-08-04 11:16:11.901 [info] [command][55d9c4b2-19ba-473d-becb-a38f8f99f88d] Process exited with code 0\n2025-08-04 11:16:11.901 [info] [command][55d9c4b2-19ba-473d-becb-a38f8f99f88d] Socket close event received\n2025-08-04 11:16:11.951 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49735 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:17:11.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:17:11.906 [info] [command][178cd0db-7959-45c6-af4f-d52fb9c79a4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""178cd0db-7959-45c6-af4f-d52fb9c79a4f""}\n2025-08-04 11:17:11.907 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f54b244b-738d-45b6-aa51-6f5e5c9d9a1b] received connection request\n2025-08-04 11:17:11.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:17:11.957 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f54b244b-738d-45b6-aa51-6f5e5c9d9a1b] socks forwarding established\n2025-08-04 11:17:12.007 [info] [command][178cd0db-7959-45c6-af4f-d52fb9c79a4f] Process exited with code 0\n2025-08-04 11:17:12.008 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f54b244b-738d-45b6-aa51-6f5e5c9d9a1b] socks connection closed\n2025-08-04 11:17:12.008 [info] [command][178cd0db-7959-45c6-af4f-d52fb9c79a4f] Socket close event received\n2025-08-04 11:17:12.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49770 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:18:12.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:18:12.015 [info] [command][3c50976f-62d2-42dc-af2c-f6677be5d6c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""3c50976f-62d2-42dc-af2c-f6677be5d6c2""}\n2025-08-04 11:18:12.015 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][adb0535d-77e2-4bb7-9eea-2bcadebc1053] received connection request\n2025-08-04 11:18:12.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 11:18:12.016 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:18:12.065 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][adb0535d-77e2-4bb7-9eea-2bcadebc1053] socks forwarding established\n2025-08-04 11:18:12.116 [info] [command][3c50976f-62d2-42dc-af2c-f6677be5d6c2] Process exited with code 0\n2025-08-04 11:18:12.116 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][adb0535d-77e2-4bb7-9eea-2bcadebc1053] socks connection closed\n2025-08-04 11:18:12.116 [info] [command][3c50976f-62d2-42dc-af2c-f6677be5d6c2] Socket close event received\n2025-08-04 11:18:12.162 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49817 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:19:12.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:19:12.122 [info] [command][f525b7e4-e65e-4947-99bb-5e74657aeb0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f525b7e4-e65e-4947-99bb-5e74657aeb0f""}\n2025-08-04 11:19:12.122 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e82e4c44-e0bc-4186-8d38-348f407cac9b] received connection request\n2025-08-04 11:19:12.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:19:12.172 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e82e4c44-e0bc-4186-8d38-348f407cac9b] socks forwarding established\n2025-08-04 11:19:12.394 [info] [command][f525b7e4-e65e-4947-99bb-5e74657aeb0f] Process exited with code 0\n2025-08-04 11:19:12.394 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e82e4c44-e0bc-4186-8d38-348f407cac9b] socks connection closed\n2025-08-04 11:19:12.394 [info] [command][f525b7e4-e65e-4947-99bb-5e74657aeb0f] Socket close event received\n2025-08-04 11:19:12.440 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49843 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:20:12.400 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:20:12.402 [info] [command][2a3db32b-2c08-44c7-9899-c7f8ac7fb3cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2a3db32b-2c08-44c7-9899-c7f8ac7fb3cc""}\n2025-08-04 11:20:12.403 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][81fb9543-87a3-4637-bb92-b9e2a3166baa] received connection request\n2025-08-04 11:20:12.403 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:20:12.451 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][81fb9543-87a3-4637-bb92-b9e2a3166baa] socks forwarding established\n2025-08-04 11:20:12.501 [info] [command][2a3db32b-2c08-44c7-9899-c7f8ac7fb3cc] Process exited with code 0\n2025-08-04 11:20:12.501 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][81fb9543-87a3-4637-bb92-b9e2a3166baa] socks connection closed\n2025-08-04 11:20:12.502 [info] [command][2a3db32b-2c08-44c7-9899-c7f8ac7fb3cc] Socket close event received\n2025-08-04 11:20:12.545 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49874 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:21:12.503 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:21:12.506 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][a4d7170a-4193-40cd-9a4f-6dd4c3e3d963] received connection request\n2025-08-04 11:21:12.507 [info] [command][661b7dc4-448e-4001-92e1-a235bef2b94f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""661b7dc4-448e-4001-92e1-a235bef2b94f""}\n2025-08-04 11:21:12.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:21:12.554 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a4d7170a-4193-40cd-9a4f-6dd4c3e3d963] socks forwarding established\n2025-08-04 11:21:12.608 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a4d7170a-4193-40cd-9a4f-6dd4c3e3d963] socks connection closed\n2025-08-04 11:21:12.608 [info] [command][661b7dc4-448e-4001-92e1-a235bef2b94f] Process exited with code 0\n2025-08-04 11:21:12.608 [info] [command][661b7dc4-448e-4001-92e1-a235bef2b94f] Socket close event received\n2025-08-04 11:21:12.653 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49923 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:22:12.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:22:12.612 [info] [command][6fa3c9b2-7757-43e5-9bf3-55065fe456fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6fa3c9b2-7757-43e5-9bf3-55065fe456fe""}\n2025-08-04 11:22:12.613 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][763b381d-0d43-47cf-addd-e7fd208b84ca] received connection request\n2025-08-04 11:22:12.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:22:12.667 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][763b381d-0d43-47cf-addd-e7fd208b84ca] socks forwarding established\n2025-08-04 11:22:12.747 [info] [command][6fa3c9b2-7757-43e5-9bf3-55065fe456fe] Process exited with code 0\n2025-08-04 11:22:12.747 [info] [command][6fa3c9b2-7757-43e5-9bf3-55065fe456fe] Socket close event received\n2025-08-04 11:22:12.768 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][763b381d-0d43-47cf-addd-e7fd208b84ca] socks connection closed\n2025-08-04 11:22:12.817 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 49975 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:23:12.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:23:12.753 [info] [command][d9c73c0e-02f1-4dfa-ace2-91f5b74eb994] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d9c73c0e-02f1-4dfa-ace2-91f5b74eb994""}\n2025-08-04 11:23:12.754 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][692954a5-c7da-4c46-886d-4c6fc95628d3] received connection request\n2025-08-04 11:23:12.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:23:12.803 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][692954a5-c7da-4c46-886d-4c6fc95628d3] socks forwarding established\n2025-08-04 11:23:12.857 [info] [command][d9c73c0e-02f1-4dfa-ace2-91f5b74eb994] Process exited with code 0\n2025-08-04 11:23:12.857 [info] [command][d9c73c0e-02f1-4dfa-ace2-91f5b74eb994] Socket close event received\n2025-08-04 11:23:12.858 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][692954a5-c7da-4c46-886d-4c6fc95628d3] socks connection closed\n2025-08-04 11:23:12.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50027 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:24:12.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:24:12.868 [info] [command][f5ebf01e-fd39-4e69-8494-00986f4fb836] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f5ebf01e-fd39-4e69-8494-00986f4fb836""}\n2025-08-04 11:24:12.870 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][077e87b6-0566-4c4f-8f98-8139597604e2] received connection request\n2025-08-04 11:24:12.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:24:12.917 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][077e87b6-0566-4c4f-8f98-8139597604e2] socks forwarding established\n2025-08-04 11:24:12.970 [info] [command][f5ebf01e-fd39-4e69-8494-00986f4fb836] Process exited with code 0\n2025-08-04 11:24:12.970 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][077e87b6-0566-4c4f-8f98-8139597604e2] socks connection closed\n2025-08-04 11:24:12.971 [info] [command][f5ebf01e-fd39-4e69-8494-00986f4fb836] Socket close event received\n2025-08-04 11:24:13.017 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50077 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:25:12.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:25:12.978 [info] [command][f6af2acf-10cd-49da-9d74-c823ab9eb048] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f6af2acf-10cd-49da-9d74-c823ab9eb048""}\n2025-08-04 11:25:12.979 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ba080fa5-c3f6-4711-a984-0fa5c12155ee] received connection request\n2025-08-04 11:25:12.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:25:13.029 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ba080fa5-c3f6-4711-a984-0fa5c12155ee] socks forwarding established\n2025-08-04 11:25:13.079 [info] [command][f6af2acf-10cd-49da-9d74-c823ab9eb048] Process exited with code 0\n2025-08-04 11:25:13.080 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ba080fa5-c3f6-4711-a984-0fa5c12155ee] socks connection closed\n2025-08-04 11:25:13.080 [info] [command][f6af2acf-10cd-49da-9d74-c823ab9eb048] Socket close event received\n2025-08-04 11:25:13.126 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50102 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:26:13.086 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:26:13.088 [info] [command][9041df8f-1f5b-4ee4-9cb9-4c2fd6d1836e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9041df8f-1f5b-4ee4-9cb9-4c2fd6d1836e""}\n2025-08-04 11:26:13.089 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][36fe5fdd-b196-4de7-a2e4-0c2f0196efaf] received connection request\n2025-08-04 11:26:13.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:26:13.134 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][36fe5fdd-b196-4de7-a2e4-0c2f0196efaf] socks forwarding established\n2025-08-04 11:26:13.186 [info] [command][9041df8f-1f5b-4ee4-9cb9-4c2fd6d1836e] Process exited with code 0\n2025-08-04 11:26:13.187 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][36fe5fdd-b196-4de7-a2e4-0c2f0196efaf] socks connection closed\n2025-08-04 11:26:13.187 [info] [command][9041df8f-1f5b-4ee4-9cb9-4c2fd6d1836e] Socket close event received\n2025-08-04 11:26:13.233 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50148 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:27:13.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:27:13.196 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e42d404f-3e0b-47f4-aa9f-1a99c94bcc03] received connection request\n2025-08-04 11:27:13.197 [info] [command][38580633-009c-46ce-a1d5-299c96fdfdce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""38580633-009c-46ce-a1d5-299c96fdfdce""}\n2025-08-04 11:27:13.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:27:13.243 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e42d404f-3e0b-47f4-aa9f-1a99c94bcc03] socks forwarding established\n2025-08-04 11:27:13.294 [info] [command][38580633-009c-46ce-a1d5-299c96fdfdce] Process exited with code 0\n2025-08-04 11:27:13.294 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e42d404f-3e0b-47f4-aa9f-1a99c94bcc03] socks connection closed\n2025-08-04 11:27:13.296 [info] [command][38580633-009c-46ce-a1d5-299c96fdfdce] Socket close event received\n2025-08-04 11:27:13.340 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50189 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:28:13.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:28:13.301 [info] [command][8bdb5c20-16bd-4556-9fe2-8a987723e277] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8bdb5c20-16bd-4556-9fe2-8a987723e277""}\n2025-08-04 11:28:13.302 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][bf8712bf-b605-4056-8019-1c2bdd71df6c] received connection request\n2025-08-04 11:28:13.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:28:13.349 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bf8712bf-b605-4056-8019-1c2bdd71df6c] socks forwarding established\n2025-08-04 11:28:13.401 [info] [command][8bdb5c20-16bd-4556-9fe2-8a987723e277] Process exited with code 0\n2025-08-04 11:28:13.401 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bf8712bf-b605-4056-8019-1c2bdd71df6c] socks connection closed\n2025-08-04 11:28:13.401 [info] [command][8bdb5c20-16bd-4556-9fe2-8a987723e277] Socket close event received\n2025-08-04 11:28:13.447 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50239 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:29:13.404 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:29:13.406 [info] [command][fd647434-3767-4b31-ab16-7c275221dfec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""fd647434-3767-4b31-ab16-7c275221dfec""}\n2025-08-04 11:29:13.406 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1b4ac195-e9e4-4eeb-bdf2-8141c7f988e9] received connection request\n2025-08-04 11:29:13.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:29:13.457 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1b4ac195-e9e4-4eeb-bdf2-8141c7f988e9] socks forwarding established\n2025-08-04 11:29:13.508 [info] [command][fd647434-3767-4b31-ab16-7c275221dfec] Process exited with code 0\n2025-08-04 11:29:13.508 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1b4ac195-e9e4-4eeb-bdf2-8141c7f988e9] socks connection closed\n2025-08-04 11:29:13.509 [info] [command][fd647434-3767-4b31-ab16-7c275221dfec] Socket close event received\n2025-08-04 11:29:13.555 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50269 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:30:13.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:30:13.518 [info] [command][baf15805-eb00-4a3f-89c7-25e7207ee648] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""baf15805-eb00-4a3f-89c7-25e7207ee648""}\n2025-08-04 11:30:13.518 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][065a36d9-872c-42b3-a24c-8283ac029d40] received connection request\n2025-08-04 11:30:13.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:30:13.565 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][065a36d9-872c-42b3-a24c-8283ac029d40] socks forwarding established\n2025-08-04 11:30:13.618 [info] [command][baf15805-eb00-4a3f-89c7-25e7207ee648] Process exited with code 0\n2025-08-04 11:30:13.619 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][065a36d9-872c-42b3-a24c-8283ac029d40] socks connection closed\n2025-08-04 11:30:13.619 [info] [command][baf15805-eb00-4a3f-89c7-25e7207ee648] Socket close event received\n2025-08-04 11:30:13.665 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50343 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:31:13.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:31:13.627 [info] [command][9d975123-887c-4460-b9ce-543965cf4315] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9d975123-887c-4460-b9ce-543965cf4315""}\n2025-08-04 11:31:13.628 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][a4940442-1482-4ef9-a047-509cbc69bff7] received connection request\n2025-08-04 11:31:13.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:31:13.675 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a4940442-1482-4ef9-a047-509cbc69bff7] socks forwarding established\n2025-08-04 11:31:13.727 [info] [command][9d975123-887c-4460-b9ce-543965cf4315] Process exited with code 0\n2025-08-04 11:31:13.727 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][a4940442-1482-4ef9-a047-509cbc69bff7] socks connection closed\n2025-08-04 11:31:13.727 [info] [command][9d975123-887c-4460-b9ce-543965cf4315] Socket close event received\n2025-08-04 11:31:13.773 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50401 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:32:13.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:32:13.734 [info] [command][c742a514-9a1e-41f1-b1dc-4e41feef5cab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c742a514-9a1e-41f1-b1dc-4e41feef5cab""}\n2025-08-04 11:32:13.735 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][45837679-13e0-44f1-b446-d521ee7f35ef] received connection request\n2025-08-04 11:32:13.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:32:13.784 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][45837679-13e0-44f1-b446-d521ee7f35ef] socks forwarding established\n2025-08-04 11:32:13.835 [info] [command][c742a514-9a1e-41f1-b1dc-4e41feef5cab] Process exited with code 0\n2025-08-04 11:32:13.835 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][45837679-13e0-44f1-b446-d521ee7f35ef] socks connection closed\n2025-08-04 11:32:13.835 [info] [command][c742a514-9a1e-41f1-b1dc-4e41feef5cab] Socket close event received\n2025-08-04 11:32:13.881 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50459 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:33:13.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:33:13.840 [info] [command][793a3bfa-aeec-4673-a762-a520257ffd21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""793a3bfa-aeec-4673-a762-a520257ffd21""}\n2025-08-04 11:33:13.841 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][541513f9-8d07-4d37-a8e6-3b74b9fc0997] received connection request\n2025-08-04 11:33:13.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:33:13.892 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][541513f9-8d07-4d37-a8e6-3b74b9fc0997] socks forwarding established\n2025-08-04 11:33:13.942 [info] [command][793a3bfa-aeec-4673-a762-a520257ffd21] Process exited with code 0\n2025-08-04 11:33:13.942 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][541513f9-8d07-4d37-a8e6-3b74b9fc0997] socks connection closed\n2025-08-04 11:33:13.942 [info] [command][793a3bfa-aeec-4673-a762-a520257ffd21] Socket close event received\n2025-08-04 11:33:13.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50547 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:34:13.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:34:13.946 [info] [command][07625679-135d-474b-b135-0f7430710d1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""07625679-135d-474b-b135-0f7430710d1b""}\n2025-08-04 11:34:13.947 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][64ac9c7e-f049-4ba1-b7be-ec17737c5d11] received connection request\n2025-08-04 11:34:13.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:34:13.998 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][64ac9c7e-f049-4ba1-b7be-ec17737c5d11] socks forwarding established\n2025-08-04 11:34:14.051 [info] [command][07625679-135d-474b-b135-0f7430710d1b] Process exited with code 0\n2025-08-04 11:34:14.051 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][64ac9c7e-f049-4ba1-b7be-ec17737c5d11] socks connection closed\n2025-08-04 11:34:14.051 [info] [command][07625679-135d-474b-b135-0f7430710d1b] Socket close event received\n2025-08-04 11:34:14.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50590 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:35:14.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:35:14.057 [info] [command][50147c46-885d-49a5-9c2f-e0dfd93bd908] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""50147c46-885d-49a5-9c2f-e0dfd93bd908""}\n2025-08-04 11:35:14.057 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d874cf2f-8c7b-4162-a45a-cfd65442b3a4] received connection request\n2025-08-04 11:35:14.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:35:14.153 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d874cf2f-8c7b-4162-a45a-cfd65442b3a4] socks forwarding established\n2025-08-04 11:35:14.205 [info] [command][50147c46-885d-49a5-9c2f-e0dfd93bd908] Process exited with code 0\n2025-08-04 11:35:14.206 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d874cf2f-8c7b-4162-a45a-cfd65442b3a4] socks connection closed\n2025-08-04 11:35:14.206 [info] [command][50147c46-885d-49a5-9c2f-e0dfd93bd908] Socket close event received\n2025-08-04 11:35:14.250 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50643 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:36:14.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:36:14.211 [info] [command][504c68a0-52d9-4d0e-9179-4aa9167ce32d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""504c68a0-52d9-4d0e-9179-4aa9167ce32d""}\n2025-08-04 11:36:14.212 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2946dcab-9db0-4bfd-910a-7fe5d7114c53] received connection request\n2025-08-04 11:36:14.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:36:14.261 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2946dcab-9db0-4bfd-910a-7fe5d7114c53] socks forwarding established\n2025-08-04 11:36:14.315 [info] [command][504c68a0-52d9-4d0e-9179-4aa9167ce32d] Process exited with code 0\n2025-08-04 11:36:14.315 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2946dcab-9db0-4bfd-910a-7fe5d7114c53] socks connection closed\n2025-08-04 11:36:14.315 [info] [command][504c68a0-52d9-4d0e-9179-4aa9167ce32d] Socket close event received\n2025-08-04 11:36:14.360 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50689 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:37:14.320 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:37:14.323 [info] [command][984254f2-2fc6-4762-b52c-2f30beb6a789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""984254f2-2fc6-4762-b52c-2f30beb6a789""}\n2025-08-04 11:37:14.324 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][377537b6-c54a-4e2f-bd98-9af04647e568] received connection request\n2025-08-04 11:37:14.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:37:14.370 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][377537b6-c54a-4e2f-bd98-9af04647e568] socks forwarding established\n2025-08-04 11:37:14.422 [info] [command][984254f2-2fc6-4762-b52c-2f30beb6a789] Process exited with code 0\n2025-08-04 11:37:14.423 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][377537b6-c54a-4e2f-bd98-9af04647e568] socks connection closed\n2025-08-04 11:37:14.423 [info] [command][984254f2-2fc6-4762-b52c-2f30beb6a789] Socket close event received\n2025-08-04 11:37:14.473 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50736 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:38:14.428 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:38:14.432 [info] [command][379e5ac1-b631-45f0-9850-f21207a9f5cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""379e5ac1-b631-45f0-9850-f21207a9f5cb""}\n2025-08-04 11:38:14.433 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3bd4f497-5a07-4069-b171-09afaffc07eb] received connection request\n2025-08-04 11:38:14.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:38:14.481 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3bd4f497-5a07-4069-b171-09afaffc07eb] socks forwarding established\n2025-08-04 11:38:14.535 [info] [command][379e5ac1-b631-45f0-9850-f21207a9f5cb] Process exited with code 0\n2025-08-04 11:38:14.536 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3bd4f497-5a07-4069-b171-09afaffc07eb] socks connection closed\n2025-08-04 11:38:14.536 [info] [command][379e5ac1-b631-45f0-9850-f21207a9f5cb] Socket close event received\n2025-08-04 11:38:14.584 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50798 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:39:14.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:39:14.541 [info] [command][b141439e-591c-4a60-98ea-d2895863d1eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b141439e-591c-4a60-98ea-d2895863d1eb""}\n2025-08-04 11:39:14.541 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][43bde87a-a13a-4ca6-9cdf-ccbf6ae67273] received connection request\n2025-08-04 11:39:14.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:39:14.587 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][43bde87a-a13a-4ca6-9cdf-ccbf6ae67273] socks forwarding established\n2025-08-04 11:39:14.639 [info] [command][b141439e-591c-4a60-98ea-d2895863d1eb] Process exited with code 0\n2025-08-04 11:39:14.639 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][43bde87a-a13a-4ca6-9cdf-ccbf6ae67273] socks connection closed\n2025-08-04 11:39:14.639 [info] [command][b141439e-591c-4a60-98ea-d2895863d1eb] Socket close event received\n2025-08-04 11:39:14.687 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50828 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:40:14.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:40:14.644 [info] [command][158e9824-24b5-45dc-bb5d-c8ea91cf9f46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""158e9824-24b5-45dc-bb5d-c8ea91cf9f46""}\n2025-08-04 11:40:14.645 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][997da228-f451-421c-a480-cbb22efe1d3a] received connection request\n2025-08-04 11:40:14.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:40:14.700 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][997da228-f451-421c-a480-cbb22efe1d3a] socks forwarding established\n2025-08-04 11:40:14.751 [info] [command][158e9824-24b5-45dc-bb5d-c8ea91cf9f46] Process exited with code 0\n2025-08-04 11:40:14.751 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][997da228-f451-421c-a480-cbb22efe1d3a] socks connection closed\n2025-08-04 11:40:14.751 [info] [command][158e9824-24b5-45dc-bb5d-c8ea91cf9f46] Socket close event received\n2025-08-04 11:40:14.798 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50855 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:41:14.758 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:41:14.761 [info] [command][dc3085d5-5ece-44ae-b755-9024cfcdd994] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""dc3085d5-5ece-44ae-b755-9024cfcdd994""}\n2025-08-04 11:41:14.763 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8653ea1b-6419-4964-9f01-3e5e962235bb] received connection request\n2025-08-04 11:41:14.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:41:14.817 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8653ea1b-6419-4964-9f01-3e5e962235bb] socks forwarding established\n2025-08-04 11:41:14.869 [info] [command][dc3085d5-5ece-44ae-b755-9024cfcdd994] Process exited with code 0\n2025-08-04 11:41:14.870 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8653ea1b-6419-4964-9f01-3e5e962235bb] socks connection closed\n2025-08-04 11:41:14.870 [info] [command][dc3085d5-5ece-44ae-b755-9024cfcdd994] Socket close event received\n2025-08-04 11:41:14.916 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50899 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:42:14.875 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:42:14.878 [info] [command][dcd6322a-7415-4b0b-adc7-945c2f86cee5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""dcd6322a-7415-4b0b-adc7-945c2f86cee5""}\n2025-08-04 11:42:14.878 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f95d968c-2b3d-43cb-8279-8881001dcf0b] received connection request\n2025-08-04 11:42:14.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:42:14.932 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f95d968c-2b3d-43cb-8279-8881001dcf0b] socks forwarding established\n2025-08-04 11:42:14.982 [info] [command][dcd6322a-7415-4b0b-adc7-945c2f86cee5] Process exited with code 0\n2025-08-04 11:42:14.982 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f95d968c-2b3d-43cb-8279-8881001dcf0b] socks connection closed\n2025-08-04 11:42:14.982 [info] [command][dcd6322a-7415-4b0b-adc7-945c2f86cee5] Socket close event received\n2025-08-04 11:42:15.028 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50943 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:43:14.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:43:14.997 [info] [command][8f7c90f4-ae57-4db7-932c-5ca8eb4fcda0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8f7c90f4-ae57-4db7-932c-5ca8eb4fcda0""}\n2025-08-04 11:43:14.997 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][7fcc18a1-5e09-4b54-9672-3509a352d605] received connection request\n2025-08-04 11:43:14.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 11:43:14.998 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:43:15.062 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7fcc18a1-5e09-4b54-9672-3509a352d605] socks forwarding established\n2025-08-04 11:43:15.119 [info] [command][8f7c90f4-ae57-4db7-932c-5ca8eb4fcda0] Process exited with code 0\n2025-08-04 11:43:15.119 [info] [command][8f7c90f4-ae57-4db7-932c-5ca8eb4fcda0] Socket close event received\n2025-08-04 11:43:15.128 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7fcc18a1-5e09-4b54-9672-3509a352d605] socks connection closed\n2025-08-04 11:43:15.176 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 50988 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:44:15.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:44:15.127 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][97d1a970-1095-47bd-a97f-155fa2eebb50] received connection request\n2025-08-04 11:44:15.128 [info] [command][2e957ff8-8f1f-4e26-bb2c-242bcbd8a38b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2e957ff8-8f1f-4e26-bb2c-242bcbd8a38b""}\n2025-08-04 11:44:15.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:44:15.177 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][97d1a970-1095-47bd-a97f-155fa2eebb50] socks forwarding established\n2025-08-04 11:44:15.229 [info] [command][2e957ff8-8f1f-4e26-bb2c-242bcbd8a38b] Process exited with code 0\n2025-08-04 11:44:15.229 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][97d1a970-1095-47bd-a97f-155fa2eebb50] socks connection closed\n2025-08-04 11:44:15.229 [info] [command][2e957ff8-8f1f-4e26-bb2c-242bcbd8a38b] Socket close event received\n2025-08-04 11:44:15.273 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51013 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:45:15.235 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:45:15.239 [info] [command][2fbfd20e-1abc-4f74-be75-9ab8dc197e50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2fbfd20e-1abc-4f74-be75-9ab8dc197e50""}\n2025-08-04 11:45:15.240 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][7548c926-a4a7-43c0-94ea-aeace39c5b96] received connection request\n2025-08-04 11:45:15.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:45:15.290 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7548c926-a4a7-43c0-94ea-aeace39c5b96] socks forwarding established\n2025-08-04 11:45:15.369 [info] [command][2fbfd20e-1abc-4f74-be75-9ab8dc197e50] Process exited with code 0\n2025-08-04 11:45:15.370 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7548c926-a4a7-43c0-94ea-aeace39c5b96] socks connection closed\n2025-08-04 11:45:15.370 [info] [command][2fbfd20e-1abc-4f74-be75-9ab8dc197e50] Socket close event received\n2025-08-04 11:45:15.417 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51041 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:46:15.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:46:15.380 [info] [command][f5549f85-0d23-405a-b59a-ca5c54a893af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f5549f85-0d23-405a-b59a-ca5c54a893af""}\n2025-08-04 11:46:15.381 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f97a58cb-b513-43ea-b1fd-0040cf899a8c] received connection request\n2025-08-04 11:46:15.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:46:15.432 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f97a58cb-b513-43ea-b1fd-0040cf899a8c] socks forwarding established\n2025-08-04 11:46:15.482 [info] [command][f5549f85-0d23-405a-b59a-ca5c54a893af] Process exited with code 0\n2025-08-04 11:46:15.483 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f97a58cb-b513-43ea-b1fd-0040cf899a8c] socks connection closed\n2025-08-04 11:46:15.483 [info] [command][f5549f85-0d23-405a-b59a-ca5c54a893af] Socket close event received\n2025-08-04 11:46:15.529 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51088 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:47:15.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:47:15.491 [info] [command][2a6b869b-50d8-4cbb-ae0b-fb605a94f22b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2a6b869b-50d8-4cbb-ae0b-fb605a94f22b""}\n2025-08-04 11:47:15.492 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][444e94a8-4627-44b5-9948-b903b3fcb74f] received connection request\n2025-08-04 11:47:15.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:47:15.539 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][444e94a8-4627-44b5-9948-b903b3fcb74f] socks forwarding established\n2025-08-04 11:47:15.590 [info] [command][2a6b869b-50d8-4cbb-ae0b-fb605a94f22b] Process exited with code 0\n2025-08-04 11:47:15.590 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][444e94a8-4627-44b5-9948-b903b3fcb74f] socks connection closed\n2025-08-04 11:47:15.590 [info] [command][2a6b869b-50d8-4cbb-ae0b-fb605a94f22b] Socket close event received\n2025-08-04 11:47:15.635 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51129 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:48:15.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:48:15.593 [info] [command][58b3aef8-0c99-4595-b49d-f53941b78607] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""58b3aef8-0c99-4595-b49d-f53941b78607""}\n2025-08-04 11:48:15.594 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][cf89110c-3054-4e46-b997-d12114682972] received connection request\n2025-08-04 11:48:15.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:48:15.646 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cf89110c-3054-4e46-b997-d12114682972] socks forwarding established\n2025-08-04 11:48:15.696 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cf89110c-3054-4e46-b997-d12114682972] socks connection closed\n2025-08-04 11:48:15.697 [info] [command][58b3aef8-0c99-4595-b49d-f53941b78607] Process exited with code 0\n2025-08-04 11:48:15.698 [info] [command][58b3aef8-0c99-4595-b49d-f53941b78607] Socket close event received\n2025-08-04 11:48:15.741 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51175 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:49:15.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:49:15.706 [info] [command][6bbf6f29-a9c2-4b69-85ed-12d148a9060b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6bbf6f29-a9c2-4b69-85ed-12d148a9060b""}\n2025-08-04 11:49:15.707 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c773319a-da05-49cd-aa04-70d27a0931fa] received connection request\n2025-08-04 11:49:15.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:49:15.753 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c773319a-da05-49cd-aa04-70d27a0931fa] socks forwarding established\n2025-08-04 11:49:15.809 [info] [command][6bbf6f29-a9c2-4b69-85ed-12d148a9060b] Process exited with code 0\n2025-08-04 11:49:15.812 [info] [command][6bbf6f29-a9c2-4b69-85ed-12d148a9060b] Socket close event received\n2025-08-04 11:49:15.815 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c773319a-da05-49cd-aa04-70d27a0931fa] socks connection closed\n2025-08-04 11:49:15.860 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51198 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:50:15.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:50:15.823 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][25aacb1b-dec2-42ab-a950-fffc1d2ba95c] received connection request\n2025-08-04 11:50:15.824 [info] [command][45053f2e-da79-41b2-8404-3d215a220f19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""45053f2e-da79-41b2-8404-3d215a220f19""}\n2025-08-04 11:50:15.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:50:15.873 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][25aacb1b-dec2-42ab-a950-fffc1d2ba95c] socks forwarding established\n2025-08-04 11:50:15.924 [info] [command][45053f2e-da79-41b2-8404-3d215a220f19] Process exited with code 0\n2025-08-04 11:50:15.924 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][25aacb1b-dec2-42ab-a950-fffc1d2ba95c] socks connection closed\n2025-08-04 11:50:15.925 [info] [command][45053f2e-da79-41b2-8404-3d215a220f19] Socket close event received\n2025-08-04 11:50:15.973 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51224 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:51:15.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:51:15.934 [info] [command][f9bd687d-fa4a-4058-9c58-41cce1cc587b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f9bd687d-fa4a-4058-9c58-41cce1cc587b""}\n2025-08-04 11:51:15.935 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][89e0d4b8-c9da-4ef6-915c-4c2839e32447] received connection request\n2025-08-04 11:51:15.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:51:15.989 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][89e0d4b8-c9da-4ef6-915c-4c2839e32447] socks forwarding established\n2025-08-04 11:51:16.041 [info] [command][f9bd687d-fa4a-4058-9c58-41cce1cc587b] Process exited with code 0\n2025-08-04 11:51:16.041 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][89e0d4b8-c9da-4ef6-915c-4c2839e32447] socks connection closed\n2025-08-04 11:51:16.041 [info] [command][f9bd687d-fa4a-4058-9c58-41cce1cc587b] Socket close event received\n2025-08-04 11:51:16.090 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51265 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:52:16.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:52:16.050 [info] [command][d8216b9b-52b3-4667-b8d2-4c2868bfce3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d8216b9b-52b3-4667-b8d2-4c2868bfce3b""}\n2025-08-04 11:52:16.051 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1328018a-d290-483a-b16c-cfef7dde7d9c] received connection request\n2025-08-04 11:52:16.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:52:16.100 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1328018a-d290-483a-b16c-cfef7dde7d9c] socks forwarding established\n2025-08-04 11:52:16.150 [info] [command][d8216b9b-52b3-4667-b8d2-4c2868bfce3b] Process exited with code 0\n2025-08-04 11:52:16.151 [info] [command][d8216b9b-52b3-4667-b8d2-4c2868bfce3b] Socket close event received\n2025-08-04 11:52:16.151 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1328018a-d290-483a-b16c-cfef7dde7d9c] socks connection closed\n2025-08-04 11:52:16.198 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51303 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:53:16.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:53:16.160 [info] [command][8dea5e55-2901-40fc-b478-4c0b9c770304] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8dea5e55-2901-40fc-b478-4c0b9c770304""}\n2025-08-04 11:53:16.161 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c0a066dc-9a8b-4c35-817b-ca58d9d1195e] received connection request\n2025-08-04 11:53:16.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:53:16.210 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c0a066dc-9a8b-4c35-817b-ca58d9d1195e] socks forwarding established\n2025-08-04 11:53:16.261 [info] [command][8dea5e55-2901-40fc-b478-4c0b9c770304] Process exited with code 0\n2025-08-04 11:53:16.262 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c0a066dc-9a8b-4c35-817b-ca58d9d1195e] socks connection closed\n2025-08-04 11:53:16.262 [info] [command][8dea5e55-2901-40fc-b478-4c0b9c770304] Socket close event received\n2025-08-04 11:53:16.314 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51343 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:54:16.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:54:16.269 [info] [command][32fc2a56-cd90-4e76-959e-bdad2e7d4778] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""32fc2a56-cd90-4e76-959e-bdad2e7d4778""}\n2025-08-04 11:54:16.270 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5c620795-8366-4349-b9c2-c9ce43afa9cf] received connection request\n2025-08-04 11:54:16.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:54:16.321 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c620795-8366-4349-b9c2-c9ce43afa9cf] socks forwarding established\n2025-08-04 11:54:16.381 [info] [command][32fc2a56-cd90-4e76-959e-bdad2e7d4778] Process exited with code 0\n2025-08-04 11:54:16.382 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c620795-8366-4349-b9c2-c9ce43afa9cf] socks connection closed\n2025-08-04 11:54:16.382 [info] [command][32fc2a56-cd90-4e76-959e-bdad2e7d4778] Socket close event received\n2025-08-04 11:54:16.430 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51376 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:55:16.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:55:16.389 [info] [command][fb4a27c7-d880-4d0f-a72b-69152d55c8b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""fb4a27c7-d880-4d0f-a72b-69152d55c8b3""}\n2025-08-04 11:55:16.390 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5ae2199c-d554-4af1-931f-afa38503aaf4] received connection request\n2025-08-04 11:55:16.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:55:16.440 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5ae2199c-d554-4af1-931f-afa38503aaf4] socks forwarding established\n2025-08-04 11:55:16.489 [info] [command][fb4a27c7-d880-4d0f-a72b-69152d55c8b3] Process exited with code 0\n2025-08-04 11:55:16.490 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5ae2199c-d554-4af1-931f-afa38503aaf4] socks connection closed\n2025-08-04 11:55:16.490 [info] [command][fb4a27c7-d880-4d0f-a72b-69152d55c8b3] Socket close event received\n2025-08-04 11:55:16.538 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51412 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:56:16.495 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:56:16.498 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c4236ba5-5298-4345-9fc5-3d55eda28ca3] received connection request\n2025-08-04 11:56:16.498 [info] [command][66ab0d8b-5413-4594-91ee-497f8f091a5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""66ab0d8b-5413-4594-91ee-497f8f091a5b""}\n2025-08-04 11:56:16.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 11:56:16.499 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:56:16.548 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c4236ba5-5298-4345-9fc5-3d55eda28ca3] socks forwarding established\n2025-08-04 11:56:16.601 [info] [command][66ab0d8b-5413-4594-91ee-497f8f091a5b] Process exited with code 0\n2025-08-04 11:56:16.601 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c4236ba5-5298-4345-9fc5-3d55eda28ca3] socks connection closed\n2025-08-04 11:56:16.602 [info] [command][66ab0d8b-5413-4594-91ee-497f8f091a5b] Socket close event received\n2025-08-04 11:56:16.647 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51454 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:57:16.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:57:16.608 [info] [command][ecb73a15-2791-46fd-9d4f-75c8f7ee4818] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ecb73a15-2791-46fd-9d4f-75c8f7ee4818""}\n2025-08-04 11:57:16.609 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][4e1d5070-8a83-4f36-a647-ce05d6d803a4] received connection request\n2025-08-04 11:57:16.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:57:16.655 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4e1d5070-8a83-4f36-a647-ce05d6d803a4] socks forwarding established\n2025-08-04 11:57:16.711 [info] [command][ecb73a15-2791-46fd-9d4f-75c8f7ee4818] Process exited with code 0\n2025-08-04 11:57:16.711 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][4e1d5070-8a83-4f36-a647-ce05d6d803a4] socks connection closed\n2025-08-04 11:57:16.711 [info] [command][ecb73a15-2791-46fd-9d4f-75c8f7ee4818] Socket close event received\n2025-08-04 11:57:16.757 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51495 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:58:16.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:58:16.717 [info] [command][40f3213e-e2ec-461a-9410-51dd4b8373e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""40f3213e-e2ec-461a-9410-51dd4b8373e4""}\n2025-08-04 11:58:16.717 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][cda15e55-a3dc-4716-9999-4f5fa8273bfa] received connection request\n2025-08-04 11:58:16.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:58:16.770 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cda15e55-a3dc-4716-9999-4f5fa8273bfa] socks forwarding established\n2025-08-04 11:58:16.824 [info] [command][40f3213e-e2ec-461a-9410-51dd4b8373e4] Process exited with code 0\n2025-08-04 11:58:16.824 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][cda15e55-a3dc-4716-9999-4f5fa8273bfa] socks connection closed\n2025-08-04 11:58:16.824 [info] [command][40f3213e-e2ec-461a-9410-51dd4b8373e4] Socket close event received\n2025-08-04 11:58:16.879 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51537 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 11:59:16.825 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 11:59:16.827 [info] [command][9c256f64-fe9b-46de-bea0-77dbe7a87405] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9c256f64-fe9b-46de-bea0-77dbe7a87405""}\n2025-08-04 11:59:16.828 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][bbfd034d-642e-494c-b097-3321971da3eb] received connection request\n2025-08-04 11:59:16.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 11:59:16.881 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bbfd034d-642e-494c-b097-3321971da3eb] socks forwarding established\n2025-08-04 11:59:16.930 [info] [command][9c256f64-fe9b-46de-bea0-77dbe7a87405] Process exited with code 0\n2025-08-04 11:59:16.930 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bbfd034d-642e-494c-b097-3321971da3eb] socks connection closed\n2025-08-04 11:59:16.930 [info] [command][9c256f64-fe9b-46de-bea0-77dbe7a87405] Socket close event received\n2025-08-04 11:59:16.976 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51574 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:00:16.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:00:16.935 [info] [command][c61cca4b-df63-4b01-9df4-4f9417fb424d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c61cca4b-df63-4b01-9df4-4f9417fb424d""}\n2025-08-04 12:00:16.937 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e5334682-ddd0-43a7-9322-e38da0b8276c] received connection request\n2025-08-04 12:00:16.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:00:17.147 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e5334682-ddd0-43a7-9322-e38da0b8276c] socks forwarding established\n2025-08-04 12:00:17.196 [info] [command][c61cca4b-df63-4b01-9df4-4f9417fb424d] Process exited with code 0\n2025-08-04 12:00:17.196 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e5334682-ddd0-43a7-9322-e38da0b8276c] socks connection closed\n2025-08-04 12:00:17.196 [info] [command][c61cca4b-df63-4b01-9df4-4f9417fb424d] Socket close event received\n2025-08-04 12:00:17.295 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51642 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:01:17.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:01:17.207 [info] [command][c1edd246-7bdd-4e2b-81b2-9eba4aade5d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c1edd246-7bdd-4e2b-81b2-9eba4aade5d2""}\n2025-08-04 12:01:17.208 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e4e0d660-84dc-42e4-8625-fc6a141e0f97] received connection request\n2025-08-04 12:01:17.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:01:17.256 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e4e0d660-84dc-42e4-8625-fc6a141e0f97] socks forwarding established\n2025-08-04 12:01:17.309 [info] [command][c1edd246-7bdd-4e2b-81b2-9eba4aade5d2] Process exited with code 0\n2025-08-04 12:01:17.309 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e4e0d660-84dc-42e4-8625-fc6a141e0f97] socks connection closed\n2025-08-04 12:01:17.310 [info] [command][c1edd246-7bdd-4e2b-81b2-9eba4aade5d2] Socket close event received\n2025-08-04 12:01:17.356 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51688 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:02:17.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:02:17.319 [info] [command][57ecc6f8-5b87-419a-b530-066b28e1be20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""57ecc6f8-5b87-419a-b530-066b28e1be20""}\n2025-08-04 12:02:17.320 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][08d52bef-6460-4cd2-b3c7-54f236185678] received connection request\n2025-08-04 12:02:17.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:02:17.369 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][08d52bef-6460-4cd2-b3c7-54f236185678] socks forwarding established\n2025-08-04 12:02:17.418 [info] [command][57ecc6f8-5b87-419a-b530-066b28e1be20] Process exited with code 0\n2025-08-04 12:02:17.419 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][08d52bef-6460-4cd2-b3c7-54f236185678] socks connection closed\n2025-08-04 12:02:17.419 [info] [command][57ecc6f8-5b87-419a-b530-066b28e1be20] Socket close event received\n2025-08-04 12:02:17.464 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51740 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:03:17.421 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:03:17.424 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6b93d76b-7af9-4836-8a49-223d6e6e5b4d] received connection request\n2025-08-04 12:03:17.425 [info] [command][89c8176d-b133-49f4-8bc3-ef352f6c7bd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""89c8176d-b133-49f4-8bc3-ef352f6c7bd0""}\n2025-08-04 12:03:17.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:03:17.475 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b93d76b-7af9-4836-8a49-223d6e6e5b4d] socks forwarding established\n2025-08-04 12:03:17.527 [info] [command][89c8176d-b133-49f4-8bc3-ef352f6c7bd0] Process exited with code 0\n2025-08-04 12:03:17.527 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b93d76b-7af9-4836-8a49-223d6e6e5b4d] socks connection closed\n2025-08-04 12:03:17.527 [info] [command][89c8176d-b133-49f4-8bc3-ef352f6c7bd0] Socket close event received\n2025-08-04 12:03:17.572 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51798 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:04:17.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:04:17.535 [info] [command][ccb17a85-349f-424e-a894-0817fc3fd827] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ccb17a85-349f-424e-a894-0817fc3fd827""}\n2025-08-04 12:04:17.536 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][aaffe3af-5865-4f24-9c54-5fdedd3a243d] received connection request\n2025-08-04 12:04:17.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:04:17.591 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][aaffe3af-5865-4f24-9c54-5fdedd3a243d] socks forwarding established\n2025-08-04 12:04:17.642 [info] [command][ccb17a85-349f-424e-a894-0817fc3fd827] Process exited with code 0\n2025-08-04 12:04:17.642 [info] [command][ccb17a85-349f-424e-a894-0817fc3fd827] Socket close event received\n2025-08-04 12:04:17.643 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][aaffe3af-5865-4f24-9c54-5fdedd3a243d] socks connection closed\n2025-08-04 12:04:17.690 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51834 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:05:17.644 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:05:17.647 [info] [command][7d0531c4-e12f-4dd0-b4b4-2efc233adb99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""7d0531c4-e12f-4dd0-b4b4-2efc233adb99""}\n2025-08-04 12:05:17.648 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][221af422-f048-4243-b69a-665250505dc4] received connection request\n2025-08-04 12:05:17.650 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:05:17.695 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][221af422-f048-4243-b69a-665250505dc4] socks forwarding established\n2025-08-04 12:05:17.752 [info] [command][7d0531c4-e12f-4dd0-b4b4-2efc233adb99] Process exited with code 0\n2025-08-04 12:05:17.752 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][221af422-f048-4243-b69a-665250505dc4] socks connection closed\n2025-08-04 12:05:17.752 [info] [command][7d0531c4-e12f-4dd0-b4b4-2efc233adb99] Socket close event received\n2025-08-04 12:05:17.797 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51870 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:06:17.757 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:06:17.761 [info] [command][b1805985-1414-466c-bb39-accace3b39e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b1805985-1414-466c-bb39-accace3b39e6""}\n2025-08-04 12:06:17.761 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d6f6c121-65a3-42f7-990e-f97ff2cd1582] received connection request\n2025-08-04 12:06:17.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:06:17.808 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d6f6c121-65a3-42f7-990e-f97ff2cd1582] socks forwarding established\n2025-08-04 12:06:17.859 [info] [command][b1805985-1414-466c-bb39-accace3b39e6] Process exited with code 0\n2025-08-04 12:06:17.859 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d6f6c121-65a3-42f7-990e-f97ff2cd1582] socks connection closed\n2025-08-04 12:06:17.859 [info] [command][b1805985-1414-466c-bb39-accace3b39e6] Socket close event received\n2025-08-04 12:06:17.906 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51926 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:07:17.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:07:17.869 [info] [command][352ecc5e-4e67-459c-ad43-a66db5c15c40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""352ecc5e-4e67-459c-ad43-a66db5c15c40""}\n2025-08-04 12:07:17.870 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][72e1854e-4f8e-418f-b2ba-4a97c70a8487] received connection request\n2025-08-04 12:07:17.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:07:17.918 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][72e1854e-4f8e-418f-b2ba-4a97c70a8487] socks forwarding established\n2025-08-04 12:07:17.971 [info] [command][352ecc5e-4e67-459c-ad43-a66db5c15c40] Process exited with code 0\n2025-08-04 12:07:17.971 [info] [command][352ecc5e-4e67-459c-ad43-a66db5c15c40] Socket close event received\n2025-08-04 12:07:17.971 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][72e1854e-4f8e-418f-b2ba-4a97c70a8487] socks connection closed\n2025-08-04 12:07:18.018 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 51973 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:08:17.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:08:17.977 [info] [command][5b0e3127-8db3-4722-8860-bee02047aac5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5b0e3127-8db3-4722-8860-bee02047aac5""}\n2025-08-04 12:08:17.978 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][efe981ea-bfb2-4842-8c11-493de87c4cba] received connection request\n2025-08-04 12:08:17.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:08:18.024 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][efe981ea-bfb2-4842-8c11-493de87c4cba] socks forwarding established\n2025-08-04 12:08:18.078 [info] [command][5b0e3127-8db3-4722-8860-bee02047aac5] Process exited with code 0\n2025-08-04 12:08:18.078 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][efe981ea-bfb2-4842-8c11-493de87c4cba] socks connection closed\n2025-08-04 12:08:18.078 [info] [command][5b0e3127-8db3-4722-8860-bee02047aac5] Socket close event received\n2025-08-04 12:08:18.124 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52022 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:09:18.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:09:18.080 [info] [command][b34c6eb9-8a6a-4fba-9e80-94b85a5d0079] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b34c6eb9-8a6a-4fba-9e80-94b85a5d0079""}\n2025-08-04 12:09:18.080 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c98b2f72-12eb-4a7e-b015-1313ddf42183] received connection request\n2025-08-04 12:09:18.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:09:18.131 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c98b2f72-12eb-4a7e-b015-1313ddf42183] socks forwarding established\n2025-08-04 12:09:18.178 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c98b2f72-12eb-4a7e-b015-1313ddf42183] socks connection closed\n2025-08-04 12:09:18.178 [info] [command][b34c6eb9-8a6a-4fba-9e80-94b85a5d0079] Process exited with code 0\n2025-08-04 12:09:18.178 [info] [command][b34c6eb9-8a6a-4fba-9e80-94b85a5d0079] Socket close event received\n2025-08-04 12:09:18.223 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52055 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:10:18.185 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:10:18.188 [info] [command][5beb6dcf-e079-4548-82ca-a4b25c040048] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""5beb6dcf-e079-4548-82ca-a4b25c040048""}\n2025-08-04 12:10:18.189 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][1ced49f0-cf21-466b-b997-10b05fe83f1d] received connection request\n2025-08-04 12:10:18.190 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:10:18.256 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1ced49f0-cf21-466b-b997-10b05fe83f1d] socks forwarding established\n2025-08-04 12:10:18.307 [info] [command][5beb6dcf-e079-4548-82ca-a4b25c040048] Process exited with code 0\n2025-08-04 12:10:18.308 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][1ced49f0-cf21-466b-b997-10b05fe83f1d] socks connection closed\n2025-08-04 12:10:18.308 [info] [command][5beb6dcf-e079-4548-82ca-a4b25c040048] Socket close event received\n2025-08-04 12:10:18.382 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52081 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:11:18.314 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:11:18.317 [info] [command][99b3db8e-abfd-438e-abe9-ea27c39b8a6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""99b3db8e-abfd-438e-abe9-ea27c39b8a6e""}\n2025-08-04 12:11:18.318 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8ac28a52-9bca-4ce0-a44d-aebdb8f210c4] received connection request\n2025-08-04 12:11:18.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:11:18.370 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8ac28a52-9bca-4ce0-a44d-aebdb8f210c4] socks forwarding established\n2025-08-04 12:11:18.419 [info] [command][99b3db8e-abfd-438e-abe9-ea27c39b8a6e] Process exited with code 0\n2025-08-04 12:11:18.420 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8ac28a52-9bca-4ce0-a44d-aebdb8f210c4] socks connection closed\n2025-08-04 12:11:18.420 [info] [command][99b3db8e-abfd-438e-abe9-ea27c39b8a6e] Socket close event received\n2025-08-04 12:11:18.466 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52134 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:12:18.421 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:12:18.423 [info] [command][68308536-0209-48b6-b461-2924500c89ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""68308536-0209-48b6-b461-2924500c89ba""}\n2025-08-04 12:12:18.424 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][7876de6d-89e2-4ed3-95fa-289bf910b362] received connection request\n2025-08-04 12:12:18.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:12:18.474 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7876de6d-89e2-4ed3-95fa-289bf910b362] socks forwarding established\n2025-08-04 12:12:18.525 [info] [command][68308536-0209-48b6-b461-2924500c89ba] Process exited with code 0\n2025-08-04 12:12:18.526 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][7876de6d-89e2-4ed3-95fa-289bf910b362] socks connection closed\n2025-08-04 12:12:18.526 [info] [command][68308536-0209-48b6-b461-2924500c89ba] Socket close event received\n2025-08-04 12:12:18.571 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52179 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:13:18.531 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:13:18.533 [info] [command][879a41e4-d516-4c78-af9a-b79877ad323e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""879a41e4-d516-4c78-af9a-b79877ad323e""}\n2025-08-04 12:13:18.534 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][00861c23-4f69-4844-80fc-992e87656d54] received connection request\n2025-08-04 12:13:18.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:13:18.580 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][00861c23-4f69-4844-80fc-992e87656d54] socks forwarding established\n2025-08-04 12:13:18.632 [info] [command][879a41e4-d516-4c78-af9a-b79877ad323e] Process exited with code 0\n2025-08-04 12:13:18.632 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][00861c23-4f69-4844-80fc-992e87656d54] socks connection closed\n2025-08-04 12:13:18.633 [info] [command][879a41e4-d516-4c78-af9a-b79877ad323e] Socket close event received\n2025-08-04 12:13:18.679 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52239 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:14:18.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:14:18.638 [info] [command][d3d0e0c3-851e-4e34-a88c-85c57013a5b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d3d0e0c3-851e-4e34-a88c-85c57013a5b4""}\n2025-08-04 12:14:18.639 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d1f7201d-0b71-4ef3-8f7b-749b5be450c8] received connection request\n2025-08-04 12:14:18.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:14:18.685 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d1f7201d-0b71-4ef3-8f7b-749b5be450c8] socks forwarding established\n2025-08-04 12:14:18.736 [info] [command][d3d0e0c3-851e-4e34-a88c-85c57013a5b4] Process exited with code 0\n2025-08-04 12:14:18.736 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d1f7201d-0b71-4ef3-8f7b-749b5be450c8] socks connection closed\n2025-08-04 12:14:18.737 [info] [command][d3d0e0c3-851e-4e34-a88c-85c57013a5b4] Socket close event received\n2025-08-04 12:14:18.792 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52271 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:15:18.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:15:18.745 [info] [command][32fae725-80ca-488b-8d37-dbb65bb0f4cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""32fae725-80ca-488b-8d37-dbb65bb0f4cf""}\n2025-08-04 12:15:18.746 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d7be8ca3-14d0-46ab-85cf-79024259208e] received connection request\n2025-08-04 12:15:18.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:15:18.794 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d7be8ca3-14d0-46ab-85cf-79024259208e] socks forwarding established\n2025-08-04 12:15:18.845 [info] [command][32fae725-80ca-488b-8d37-dbb65bb0f4cf] Process exited with code 0\n2025-08-04 12:15:18.845 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d7be8ca3-14d0-46ab-85cf-79024259208e] socks connection closed\n2025-08-04 12:15:18.846 [info] [command][32fae725-80ca-488b-8d37-dbb65bb0f4cf] Socket close event received\n2025-08-04 12:15:18.892 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52306 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:16:18.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:16:18.855 [info] [command][fe2a03cb-f578-47d3-ac7a-1f7d2ed5e851] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""fe2a03cb-f578-47d3-ac7a-1f7d2ed5e851""}\n2025-08-04 12:16:18.855 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ff10aaec-486a-4dc5-af75-475ecd6c5af1] received connection request\n2025-08-04 12:16:18.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:16:18.902 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ff10aaec-486a-4dc5-af75-475ecd6c5af1] socks forwarding established\n2025-08-04 12:16:18.954 [info] [command][fe2a03cb-f578-47d3-ac7a-1f7d2ed5e851] Process exited with code 0\n2025-08-04 12:16:18.954 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ff10aaec-486a-4dc5-af75-475ecd6c5af1] socks connection closed\n2025-08-04 12:16:18.954 [info] [command][fe2a03cb-f578-47d3-ac7a-1f7d2ed5e851] Socket close event received\n2025-08-04 12:16:19.003 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52342 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:17:18.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:17:18.963 [info] [command][3439ad7d-ee1c-4b9d-941d-be8675410f85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""3439ad7d-ee1c-4b9d-941d-be8675410f85""}\n2025-08-04 12:17:18.964 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6b312503-9018-47a7-a6ce-7411e9d7c706] received connection request\n2025-08-04 12:17:18.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:17:19.013 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b312503-9018-47a7-a6ce-7411e9d7c706] socks forwarding established\n2025-08-04 12:17:19.061 [info] [command][3439ad7d-ee1c-4b9d-941d-be8675410f85] Process exited with code 0\n2025-08-04 12:17:19.062 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b312503-9018-47a7-a6ce-7411e9d7c706] socks connection closed\n2025-08-04 12:17:19.062 [info] [command][3439ad7d-ee1c-4b9d-941d-be8675410f85] Socket close event received\n2025-08-04 12:17:19.108 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52380 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:18:19.066 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:18:19.069 [info] [command][d0c3c487-ec10-46a9-b2d3-64cb42baa001] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d0c3c487-ec10-46a9-b2d3-64cb42baa001""}\n2025-08-04 12:18:19.069 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][dff3a439-a54e-4fc2-84a6-ac2f4e15b312] received connection request\n2025-08-04 12:18:19.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:18:19.116 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][dff3a439-a54e-4fc2-84a6-ac2f4e15b312] socks forwarding established\n2025-08-04 12:18:19.167 [info] [command][d0c3c487-ec10-46a9-b2d3-64cb42baa001] Process exited with code 0\n2025-08-04 12:18:19.167 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][dff3a439-a54e-4fc2-84a6-ac2f4e15b312] socks connection closed\n2025-08-04 12:18:19.168 [info] [command][d0c3c487-ec10-46a9-b2d3-64cb42baa001] Socket close event received\n2025-08-04 12:18:19.215 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52428 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:19:19.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:19:19.177 [info] [command][d4c2ecc0-f77b-4118-9d81-eca70d9dfbc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""d4c2ecc0-f77b-4118-9d81-eca70d9dfbc6""}\n2025-08-04 12:19:19.178 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][47a39d82-564d-411c-ada0-7fb87bd68b8c] received connection request\n2025-08-04 12:19:19.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:19:19.235 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][47a39d82-564d-411c-ada0-7fb87bd68b8c] socks forwarding established\n2025-08-04 12:19:19.287 [info] [command][d4c2ecc0-f77b-4118-9d81-eca70d9dfbc6] Process exited with code 0\n2025-08-04 12:19:19.288 [info] [command][d4c2ecc0-f77b-4118-9d81-eca70d9dfbc6] Socket close event received\n2025-08-04 12:19:19.289 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][47a39d82-564d-411c-ada0-7fb87bd68b8c] socks connection closed\n2025-08-04 12:19:19.335 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52461 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:20:19.292 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:20:19.295 [info] [command][b70d2045-6e5b-40c9-99ee-00fbe0a7c422] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b70d2045-6e5b-40c9-99ee-00fbe0a7c422""}\n2025-08-04 12:20:19.296 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][27c332a6-658e-4bd6-aa56-138015a40584] received connection request\n2025-08-04 12:20:19.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:20:19.346 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][27c332a6-658e-4bd6-aa56-138015a40584] socks forwarding established\n2025-08-04 12:20:19.396 [info] [command][b70d2045-6e5b-40c9-99ee-00fbe0a7c422] Process exited with code 0\n2025-08-04 12:20:19.397 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][27c332a6-658e-4bd6-aa56-138015a40584] socks connection closed\n2025-08-04 12:20:19.397 [info] [command][b70d2045-6e5b-40c9-99ee-00fbe0a7c422] Socket close event received\n2025-08-04 12:20:19.443 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52490 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:21:19.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:21:19.405 [info] [command][00062113-7678-4acd-85e0-71f3fa48946e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""00062113-7678-4acd-85e0-71f3fa48946e""}\n2025-08-04 12:21:19.405 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][45e994e4-b519-4fb1-8b60-67ee45827a41] received connection request\n2025-08-04 12:21:19.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:21:19.454 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][45e994e4-b519-4fb1-8b60-67ee45827a41] socks forwarding established\n2025-08-04 12:21:19.505 [info] [command][00062113-7678-4acd-85e0-71f3fa48946e] Process exited with code 0\n2025-08-04 12:21:19.505 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][45e994e4-b519-4fb1-8b60-67ee45827a41] socks connection closed\n2025-08-04 12:21:19.505 [info] [command][00062113-7678-4acd-85e0-71f3fa48946e] Socket close event received\n2025-08-04 12:21:19.557 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52545 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:22:19.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:22:19.513 [info] [command][dec50797-2310-42d8-90cf-537099d5f368] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""dec50797-2310-42d8-90cf-537099d5f368""}\n2025-08-04 12:22:19.514 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f6e7048b-a6b5-4af9-9423-27564d8c22a1] received connection request\n2025-08-04 12:22:19.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:22:19.567 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f6e7048b-a6b5-4af9-9423-27564d8c22a1] socks forwarding established\n2025-08-04 12:22:19.619 [info] [command][dec50797-2310-42d8-90cf-537099d5f368] Process exited with code 0\n2025-08-04 12:22:19.620 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f6e7048b-a6b5-4af9-9423-27564d8c22a1] socks connection closed\n2025-08-04 12:22:19.620 [info] [command][dec50797-2310-42d8-90cf-537099d5f368] Socket close event received\n2025-08-04 12:22:19.666 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52622 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:23:19.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:23:19.629 [info] [command][0917dd64-6caa-4932-8398-bdf9706f6ae8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0917dd64-6caa-4932-8398-bdf9706f6ae8""}\n2025-08-04 12:23:19.629 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][403c8ea7-c457-4b37-926e-c6a81f1d9383] received connection request\n2025-08-04 12:23:19.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:23:19.684 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][403c8ea7-c457-4b37-926e-c6a81f1d9383] socks forwarding established\n2025-08-04 12:23:19.733 [info] [command][0917dd64-6caa-4932-8398-bdf9706f6ae8] Process exited with code 0\n2025-08-04 12:23:19.733 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][403c8ea7-c457-4b37-926e-c6a81f1d9383] socks connection closed\n2025-08-04 12:23:19.734 [info] [command][0917dd64-6caa-4932-8398-bdf9706f6ae8] Socket close event received\n2025-08-04 12:23:19.780 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52672 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:24:19.739 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:24:19.742 [info] [command][b3bc447e-84fe-4629-af5d-f4d994592ea0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b3bc447e-84fe-4629-af5d-f4d994592ea0""}\n2025-08-04 12:24:19.743 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][d844bc25-adf0-462b-8681-1cf9f0fed080] received connection request\n2025-08-04 12:24:19.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:24:19.796 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d844bc25-adf0-462b-8681-1cf9f0fed080] socks forwarding established\n2025-08-04 12:24:19.845 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][d844bc25-adf0-462b-8681-1cf9f0fed080] socks connection closed\n2025-08-04 12:24:19.845 [info] [command][b3bc447e-84fe-4629-af5d-f4d994592ea0] Process exited with code 0\n2025-08-04 12:24:19.845 [info] [command][b3bc447e-84fe-4629-af5d-f4d994592ea0] Socket close event received\n2025-08-04 12:24:19.893 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52701 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:25:19.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:25:19.853 [info] [command][1ceb2b8b-236b-42c6-b426-5a345f7ac436] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1ceb2b8b-236b-42c6-b426-5a345f7ac436""}\n2025-08-04 12:25:19.854 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0066d43a-7ca5-4ce4-b995-d73cfb24399f] received connection request\n2025-08-04 12:25:19.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 12:25:19.854 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:25:19.902 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0066d43a-7ca5-4ce4-b995-d73cfb24399f] socks forwarding established\n2025-08-04 12:25:19.956 [info] [command][1ceb2b8b-236b-42c6-b426-5a345f7ac436] Process exited with code 0\n2025-08-04 12:25:19.957 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0066d43a-7ca5-4ce4-b995-d73cfb24399f] socks connection closed\n2025-08-04 12:25:19.957 [info] [command][1ceb2b8b-236b-42c6-b426-5a345f7ac436] Socket close event received\n2025-08-04 12:25:20.006 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52724 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:26:19.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:26:19.962 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2c260aad-8755-45ad-90e3-67ebf915a6a2] received connection request\n2025-08-04 12:26:19.962 [info] [command][b5ee549b-a95c-4c77-bd39-f0cd3027b418] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b5ee549b-a95c-4c77-bd39-f0cd3027b418""}\n2025-08-04 12:26:19.963 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:26:20.007 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2c260aad-8755-45ad-90e3-67ebf915a6a2] socks forwarding established\n2025-08-04 12:26:20.063 [info] [command][b5ee549b-a95c-4c77-bd39-f0cd3027b418] Process exited with code 0\n2025-08-04 12:26:20.064 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2c260aad-8755-45ad-90e3-67ebf915a6a2] socks connection closed\n2025-08-04 12:26:20.064 [info] [command][b5ee549b-a95c-4c77-bd39-f0cd3027b418] Socket close event received\n2025-08-04 12:26:20.109 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52768 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:27:20.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:27:20.071 [info] [command][8e1d94d2-8427-4860-a78c-0bb551025ada] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8e1d94d2-8427-4860-a78c-0bb551025ada""}\n2025-08-04 12:27:20.072 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6fad03d3-aaa5-4910-a45e-2288dea9c6b4] received connection request\n2025-08-04 12:27:20.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:27:20.123 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6fad03d3-aaa5-4910-a45e-2288dea9c6b4] socks forwarding established\n2025-08-04 12:27:20.173 [info] [command][8e1d94d2-8427-4860-a78c-0bb551025ada] Process exited with code 0\n2025-08-04 12:27:20.173 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6fad03d3-aaa5-4910-a45e-2288dea9c6b4] socks connection closed\n2025-08-04 12:27:20.173 [info] [command][8e1d94d2-8427-4860-a78c-0bb551025ada] Socket close event received\n2025-08-04 12:27:20.217 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52815 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:28:20.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:28:20.179 [info] [command][2f4ad79d-8280-41f9-b1c9-f45bff75c952] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2f4ad79d-8280-41f9-b1c9-f45bff75c952""}\n2025-08-04 12:28:20.180 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][26781712-4e1f-4271-b0fc-d42d81ec7476] received connection request\n2025-08-04 12:28:20.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:28:20.230 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][26781712-4e1f-4271-b0fc-d42d81ec7476] socks forwarding established\n2025-08-04 12:28:20.284 [info] [command][2f4ad79d-8280-41f9-b1c9-f45bff75c952] Process exited with code 0\n2025-08-04 12:28:20.284 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][26781712-4e1f-4271-b0fc-d42d81ec7476] socks connection closed\n2025-08-04 12:28:20.284 [info] [command][2f4ad79d-8280-41f9-b1c9-f45bff75c952] Socket close event received\n2025-08-04 12:28:20.330 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52855 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:29:20.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:29:20.289 [info] [command][df419280-7235-407a-b9ef-84ed110bca14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""df419280-7235-407a-b9ef-84ed110bca14""}\n2025-08-04 12:29:20.290 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3a0ba981-87da-4468-a87f-b44933a77171] received connection request\n2025-08-04 12:29:20.290 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:29:20.336 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3a0ba981-87da-4468-a87f-b44933a77171] socks forwarding established\n2025-08-04 12:29:20.392 [info] [command][df419280-7235-407a-b9ef-84ed110bca14] Process exited with code 0\n2025-08-04 12:29:20.393 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3a0ba981-87da-4468-a87f-b44933a77171] socks connection closed\n2025-08-04 12:29:20.393 [info] [command][df419280-7235-407a-b9ef-84ed110bca14] Socket close event received\n2025-08-04 12:29:20.440 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52887 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:30:20.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:30:20.398 [info] [command][38d31330-8c49-4cc5-a184-9b221329b40c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""38d31330-8c49-4cc5-a184-9b221329b40c""}\n2025-08-04 12:30:20.399 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e9e451d6-96b7-47d8-b8d0-8333d8d0df82] received connection request\n2025-08-04 12:30:20.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:30:20.446 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e9e451d6-96b7-47d8-b8d0-8333d8d0df82] socks forwarding established\n2025-08-04 12:30:20.494 [info] [command][38d31330-8c49-4cc5-a184-9b221329b40c] Process exited with code 0\n2025-08-04 12:30:20.494 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e9e451d6-96b7-47d8-b8d0-8333d8d0df82] socks connection closed\n2025-08-04 12:30:20.494 [info] [command][38d31330-8c49-4cc5-a184-9b221329b40c] Socket close event received\n2025-08-04 12:30:20.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52915 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:31:20.495 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:31:20.497 [info] [command][c3509204-0b69-4700-b43e-43ee1ebc268a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""c3509204-0b69-4700-b43e-43ee1ebc268a""}\n2025-08-04 12:31:20.497 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][b177736d-23e6-4dc3-8605-9915d67d0a67] received connection request\n2025-08-04 12:31:20.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:31:20.544 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b177736d-23e6-4dc3-8605-9915d67d0a67] socks forwarding established\n2025-08-04 12:31:20.595 [info] [command][c3509204-0b69-4700-b43e-43ee1ebc268a] Process exited with code 0\n2025-08-04 12:31:20.595 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b177736d-23e6-4dc3-8605-9915d67d0a67] socks connection closed\n2025-08-04 12:31:20.595 [info] [command][c3509204-0b69-4700-b43e-43ee1ebc268a] Socket close event received\n2025-08-04 12:31:20.645 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 52967 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:32:20.601 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:32:20.605 [info] [command][60b37e16-47a1-4035-a67b-0415e0b055fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""60b37e16-47a1-4035-a67b-0415e0b055fe""}\n2025-08-04 12:32:20.607 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][b28d0d9b-cfef-4cbc-b908-16479ff46c3c] received connection request\n2025-08-04 12:32:20.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:32:20.657 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b28d0d9b-cfef-4cbc-b908-16479ff46c3c] socks forwarding established\n2025-08-04 12:32:20.710 [info] [command][60b37e16-47a1-4035-a67b-0415e0b055fe] Process exited with code 0\n2025-08-04 12:32:20.710 [info] [command][60b37e16-47a1-4035-a67b-0415e0b055fe] Socket close event received\n2025-08-04 12:32:20.711 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b28d0d9b-cfef-4cbc-b908-16479ff46c3c] socks connection closed\n2025-08-04 12:32:20.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53007 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:33:20.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:33:20.720 [info] [command][ed8489c8-6304-415f-a438-7aa7fe0866d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ed8489c8-6304-415f-a438-7aa7fe0866d4""}\n2025-08-04 12:33:20.721 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5c4e7329-2dfb-4ccc-8834-418c1f842b24] received connection request\n2025-08-04 12:33:20.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:33:20.776 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c4e7329-2dfb-4ccc-8834-418c1f842b24] socks forwarding established\n2025-08-04 12:33:20.826 [info] [command][ed8489c8-6304-415f-a438-7aa7fe0866d4] Process exited with code 0\n2025-08-04 12:33:20.827 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5c4e7329-2dfb-4ccc-8834-418c1f842b24] socks connection closed\n2025-08-04 12:33:20.827 [info] [command][ed8489c8-6304-415f-a438-7aa7fe0866d4] Socket close event received\n2025-08-04 12:33:20.872 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53061 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:34:20.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:34:20.830 [info] [command][54c90398-378b-45f4-a522-c12dc4bd32df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""54c90398-378b-45f4-a522-c12dc4bd32df""}\n2025-08-04 12:34:20.830 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ae6cba37-b2a1-485e-a865-669cc0d46d7b] received connection request\n2025-08-04 12:34:20.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:34:20.876 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ae6cba37-b2a1-485e-a865-669cc0d46d7b] socks forwarding established\n2025-08-04 12:34:20.928 [info] [command][54c90398-378b-45f4-a522-c12dc4bd32df] Process exited with code 0\n2025-08-04 12:34:20.928 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ae6cba37-b2a1-485e-a865-669cc0d46d7b] socks connection closed\n2025-08-04 12:34:20.928 [info] [command][54c90398-378b-45f4-a522-c12dc4bd32df] Socket close event received\n2025-08-04 12:34:20.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53089 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:35:20.934 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:35:20.937 [info] [command][8ba8baa7-0020-4a48-9b1c-6387cd8fd2cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""8ba8baa7-0020-4a48-9b1c-6387cd8fd2cf""}\n2025-08-04 12:35:20.938 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][96a131f6-8d5f-44ab-8d31-ccd247933ccb] received connection request\n2025-08-04 12:35:20.939 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:35:20.987 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][96a131f6-8d5f-44ab-8d31-ccd247933ccb] socks forwarding established\n2025-08-04 12:35:21.040 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][96a131f6-8d5f-44ab-8d31-ccd247933ccb] socks connection closed\n2025-08-04 12:35:21.041 [info] [command][8ba8baa7-0020-4a48-9b1c-6387cd8fd2cf] Process exited with code 0\n2025-08-04 12:35:21.041 [info] [command][8ba8baa7-0020-4a48-9b1c-6387cd8fd2cf] Socket close event received\n2025-08-04 12:35:21.087 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53110 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:36:21.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:36:21.048 [info] [command][ca679b73-f3a9-41be-a1ab-d9699b7d2f61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ca679b73-f3a9-41be-a1ab-d9699b7d2f61""}\n2025-08-04 12:36:21.048 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][310a9311-dbb7-4ced-9a6d-1c55c99e3443] received connection request\n2025-08-04 12:36:21.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:36:21.095 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][310a9311-dbb7-4ced-9a6d-1c55c99e3443] socks forwarding established\n2025-08-04 12:36:21.144 [info] [command][ca679b73-f3a9-41be-a1ab-d9699b7d2f61] Process exited with code 0\n2025-08-04 12:36:21.144 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][310a9311-dbb7-4ced-9a6d-1c55c99e3443] socks connection closed\n2025-08-04 12:36:21.145 [info] [command][ca679b73-f3a9-41be-a1ab-d9699b7d2f61] Socket close event received\n2025-08-04 12:36:21.193 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53148 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:37:21.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:37:21.153 [info] [command][1eb911f7-bea9-4283-82eb-794d0fa2730f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1eb911f7-bea9-4283-82eb-794d0fa2730f""}\n2025-08-04 12:37:21.154 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][99f4fe14-deca-4ed1-baf4-577ae1cb5b9c] received connection request\n2025-08-04 12:37:21.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:37:21.201 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][99f4fe14-deca-4ed1-baf4-577ae1cb5b9c] socks forwarding established\n2025-08-04 12:37:21.253 [info] [command][1eb911f7-bea9-4283-82eb-794d0fa2730f] Process exited with code 0\n2025-08-04 12:37:21.254 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][99f4fe14-deca-4ed1-baf4-577ae1cb5b9c] socks connection closed\n2025-08-04 12:37:21.254 [info] [command][1eb911f7-bea9-4283-82eb-794d0fa2730f] Socket close event received\n2025-08-04 12:37:21.301 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53184 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:38:21.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:38:21.262 [info] [command][1feb2e48-c1d3-4a08-a0ae-afb40030306e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""1feb2e48-c1d3-4a08-a0ae-afb40030306e""}\n2025-08-04 12:38:21.263 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][87f0128f-e542-4d98-9f04-a60a09092adb] received connection request\n2025-08-04 12:38:21.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:38:21.309 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][87f0128f-e542-4d98-9f04-a60a09092adb] socks forwarding established\n2025-08-04 12:38:21.361 [info] [command][1feb2e48-c1d3-4a08-a0ae-afb40030306e] Process exited with code 0\n2025-08-04 12:38:21.361 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][87f0128f-e542-4d98-9f04-a60a09092adb] socks connection closed\n2025-08-04 12:38:21.362 [info] [command][1feb2e48-c1d3-4a08-a0ae-afb40030306e] Socket close event received\n2025-08-04 12:38:21.410 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53224 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:39:21.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:39:21.370 [info] [command][9bfd0e56-19d0-4037-8979-85f3e0a680b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""9bfd0e56-19d0-4037-8979-85f3e0a680b8""}\n2025-08-04 12:39:21.370 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][c7bec085-206d-4127-b560-bd26dfbe8250] received connection request\n2025-08-04 12:39:21.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:39:21.420 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c7bec085-206d-4127-b560-bd26dfbe8250] socks forwarding established\n2025-08-04 12:39:21.471 [info] [command][9bfd0e56-19d0-4037-8979-85f3e0a680b8] Process exited with code 0\n2025-08-04 12:39:21.472 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][c7bec085-206d-4127-b560-bd26dfbe8250] socks connection closed\n2025-08-04 12:39:21.472 [info] [command][9bfd0e56-19d0-4037-8979-85f3e0a680b8] Socket close event received\n2025-08-04 12:39:21.521 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53248 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:40:21.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:40:21.479 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][6b729f44-15ef-4913-a5ad-444714497b97] received connection request\n2025-08-04 12:40:21.479 [info] [command][0bfa17e3-8b83-4535-b91f-b3d2be06d2aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""0bfa17e3-8b83-4535-b91f-b3d2be06d2aa""}\n2025-08-04 12:40:21.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:40:21.527 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b729f44-15ef-4913-a5ad-444714497b97] socks forwarding established\n2025-08-04 12:40:21.582 [info] [command][0bfa17e3-8b83-4535-b91f-b3d2be06d2aa] Process exited with code 0\n2025-08-04 12:40:21.582 [info] [command][0bfa17e3-8b83-4535-b91f-b3d2be06d2aa] Socket close event received\n2025-08-04 12:40:21.583 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][6b729f44-15ef-4913-a5ad-444714497b97] socks connection closed\n2025-08-04 12:40:21.628 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53276 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:41:21.587 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:41:21.590 [info] [command][6b747573-bb0e-4b2f-a572-df110888a4b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6b747573-bb0e-4b2f-a572-df110888a4b5""}\n2025-08-04 12:41:21.590 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][db3eef3a-8b25-4bee-924b-5c8d3e42388a] received connection request\n2025-08-04 12:41:21.591 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:41:21.638 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][db3eef3a-8b25-4bee-924b-5c8d3e42388a] socks forwarding established\n2025-08-04 12:41:21.690 [info] [command][6b747573-bb0e-4b2f-a572-df110888a4b5] Process exited with code 0\n2025-08-04 12:41:21.691 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][db3eef3a-8b25-4bee-924b-5c8d3e42388a] socks connection closed\n2025-08-04 12:41:21.691 [info] [command][6b747573-bb0e-4b2f-a572-df110888a4b5] Socket close event received\n2025-08-04 12:41:21.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53317 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:42:21.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:42:21.698 [info] [command][14250607-1b07-4054-a680-7b3a7973ead4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""14250607-1b07-4054-a680-7b3a7973ead4""}\n2025-08-04 12:42:21.699 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5a29399b-0dc9-4fc7-b691-a6e3b5397d0a] received connection request\n2025-08-04 12:42:21.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:42:21.749 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5a29399b-0dc9-4fc7-b691-a6e3b5397d0a] socks forwarding established\n2025-08-04 12:42:21.797 [info] [command][14250607-1b07-4054-a680-7b3a7973ead4] Process exited with code 0\n2025-08-04 12:42:21.798 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5a29399b-0dc9-4fc7-b691-a6e3b5397d0a] socks connection closed\n2025-08-04 12:42:21.798 [info] [command][14250607-1b07-4054-a680-7b3a7973ead4] Socket close event received\n2025-08-04 12:42:21.844 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53364 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:43:21.802 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:43:21.804 [info] [command][ba2c35f8-47f5-47b3-88d0-8fc8df23c975] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ba2c35f8-47f5-47b3-88d0-8fc8df23c975""}\n2025-08-04 12:43:21.804 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][396ad9f1-982a-4d60-816b-1777d2a11fc8] received connection request\n2025-08-04 12:43:21.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:43:21.851 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][396ad9f1-982a-4d60-816b-1777d2a11fc8] socks forwarding established\n2025-08-04 12:43:21.900 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][396ad9f1-982a-4d60-816b-1777d2a11fc8] socks connection closed\n2025-08-04 12:43:21.900 [info] [command][ba2c35f8-47f5-47b3-88d0-8fc8df23c975] Process exited with code 0\n2025-08-04 12:43:21.900 [info] [command][ba2c35f8-47f5-47b3-88d0-8fc8df23c975] Socket close event received\n2025-08-04 12:43:21.948 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53421 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:44:21.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:44:21.903 [info] [command][321e074c-5594-4b8d-b800-c356a50cc95d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""321e074c-5594-4b8d-b800-c356a50cc95d""}\n2025-08-04 12:44:21.904 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f7133cf1-4ab6-490e-828f-c32b9e82f931] received connection request\n2025-08-04 12:44:21.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:44:21.952 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f7133cf1-4ab6-490e-828f-c32b9e82f931] socks forwarding established\n2025-08-04 12:44:22.003 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f7133cf1-4ab6-490e-828f-c32b9e82f931] socks connection closed\n2025-08-04 12:44:22.003 [info] [command][321e074c-5594-4b8d-b800-c356a50cc95d] Process exited with code 0\n2025-08-04 12:44:22.003 [info] [command][321e074c-5594-4b8d-b800-c356a50cc95d] Socket close event received\n2025-08-04 12:44:22.052 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:45:22.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:45:22.011 [info] [command][2c093e1c-66a5-4d30-a137-99f5b8b771c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2c093e1c-66a5-4d30-a137-99f5b8b771c9""}\n2025-08-04 12:45:22.012 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][8cba27fa-4593-44cf-926c-66823f980018] received connection request\n2025-08-04 12:45:22.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:45:22.060 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8cba27fa-4593-44cf-926c-66823f980018] socks forwarding established\n2025-08-04 12:45:22.113 [info] [command][2c093e1c-66a5-4d30-a137-99f5b8b771c9] Process exited with code 0\n2025-08-04 12:45:22.113 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][8cba27fa-4593-44cf-926c-66823f980018] socks connection closed\n2025-08-04 12:45:22.113 [info] [command][2c093e1c-66a5-4d30-a137-99f5b8b771c9] Socket close event received\n2025-08-04 12:45:22.158 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53473 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:46:22.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:46:22.123 [info] [command][2d53d726-708d-4392-9c93-840f054b0020] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""2d53d726-708d-4392-9c93-840f054b0020""}\n2025-08-04 12:46:22.124 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][bfaf411b-f924-49ee-93a9-97b7de9922aa] received connection request\n2025-08-04 12:46:22.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:46:22.173 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bfaf411b-f924-49ee-93a9-97b7de9922aa] socks forwarding established\n2025-08-04 12:46:22.226 [info] [command][2d53d726-708d-4392-9c93-840f054b0020] Process exited with code 0\n2025-08-04 12:46:22.227 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][bfaf411b-f924-49ee-93a9-97b7de9922aa] socks connection closed\n2025-08-04 12:46:22.227 [info] [command][2d53d726-708d-4392-9c93-840f054b0020] Socket close event received\n2025-08-04 12:46:22.272 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53521 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:47:22.229 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:47:22.232 [info] [command][61d0cbf3-9796-4e86-bc9b-eef5804ca159] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""61d0cbf3-9796-4e86-bc9b-eef5804ca159""}\n2025-08-04 12:47:22.233 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][eaebd510-ab97-4b4e-9ec2-c33cdbe5ba2c] received connection request\n2025-08-04 12:47:22.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:47:22.287 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][eaebd510-ab97-4b4e-9ec2-c33cdbe5ba2c] socks forwarding established\n2025-08-04 12:47:22.336 [info] [command][61d0cbf3-9796-4e86-bc9b-eef5804ca159] Process exited with code 0\n2025-08-04 12:47:22.336 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][eaebd510-ab97-4b4e-9ec2-c33cdbe5ba2c] socks connection closed\n2025-08-04 12:47:22.336 [info] [command][61d0cbf3-9796-4e86-bc9b-eef5804ca159] Socket close event received\n2025-08-04 12:47:22.382 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53577 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:48:22.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:48:22.344 [info] [command][7e67e7fe-ab4c-45d4-9b5a-594afbf71267] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""7e67e7fe-ab4c-45d4-9b5a-594afbf71267""}\n2025-08-04 12:48:22.345 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2318b860-ff52-43ff-bd0c-aaa55d4cc091] received connection request\n2025-08-04 12:48:22.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:48:22.391 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2318b860-ff52-43ff-bd0c-aaa55d4cc091] socks forwarding established\n2025-08-04 12:48:22.441 [info] [command][7e67e7fe-ab4c-45d4-9b5a-594afbf71267] Process exited with code 0\n2025-08-04 12:48:22.442 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2318b860-ff52-43ff-bd0c-aaa55d4cc091] socks connection closed\n2025-08-04 12:48:22.442 [info] [command][7e67e7fe-ab4c-45d4-9b5a-594afbf71267] Socket close event received\n2025-08-04 12:48:22.486 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53621 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:49:22.445 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:49:22.448 [info] [command][e89f6308-8840-4570-8fac-612352312589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""e89f6308-8840-4570-8fac-612352312589""}\n2025-08-04 12:49:22.449 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9f2dfa15-c7ea-42eb-a79a-27d58dc3d3f3] received connection request\n2025-08-04 12:49:22.450 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:49:22.504 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9f2dfa15-c7ea-42eb-a79a-27d58dc3d3f3] socks forwarding established\n2025-08-04 12:49:22.554 [info] [command][e89f6308-8840-4570-8fac-612352312589] Process exited with code 0\n2025-08-04 12:49:22.555 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9f2dfa15-c7ea-42eb-a79a-27d58dc3d3f3] socks connection closed\n2025-08-04 12:49:22.555 [info] [command][e89f6308-8840-4570-8fac-612352312589] Socket close event received\n2025-08-04 12:49:22.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53648 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:50:22.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:50:22.559 [info] [command][41806fec-2930-4a0c-a335-1b30ae0275f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""41806fec-2930-4a0c-a335-1b30ae0275f3""}\n2025-08-04 12:50:22.559 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][2ee6d597-f1c0-43e5-9d28-c9a8010dc456] received connection request\n2025-08-04 12:50:22.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 12:50:22.559 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:50:22.604 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2ee6d597-f1c0-43e5-9d28-c9a8010dc456] socks forwarding established\n2025-08-04 12:50:22.655 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][2ee6d597-f1c0-43e5-9d28-c9a8010dc456] socks connection closed\n2025-08-04 12:50:22.655 [info] [command][41806fec-2930-4a0c-a335-1b30ae0275f3] Process exited with code 0\n2025-08-04 12:50:22.655 [info] [command][41806fec-2930-4a0c-a335-1b30ae0275f3] Socket close event received\n2025-08-04 12:50:22.703 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53677 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:51:22.657 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:51:22.658 [info] [command][f90786ec-b26d-423e-abd9-795f5ee717e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""f90786ec-b26d-423e-abd9-795f5ee717e7""}\n2025-08-04 12:51:22.659 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][21315964-f4e9-4dc1-952e-75c31808c901] received connection request\n2025-08-04 12:51:22.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:51:22.712 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][21315964-f4e9-4dc1-952e-75c31808c901] socks forwarding established\n2025-08-04 12:51:22.762 [info] [command][f90786ec-b26d-423e-abd9-795f5ee717e7] Process exited with code 0\n2025-08-04 12:51:22.762 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][21315964-f4e9-4dc1-952e-75c31808c901] socks connection closed\n2025-08-04 12:51:22.762 [info] [command][f90786ec-b26d-423e-abd9-795f5ee717e7] Socket close event received\n2025-08-04 12:51:22.807 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53736 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:52:22.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:52:22.770 [info] [command][25870a4d-36a4-4ac6-95a0-8f49a194ebff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""25870a4d-36a4-4ac6-95a0-8f49a194ebff""}\n2025-08-04 12:52:22.771 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][660b6e54-8c4b-4171-9884-8cd169317ced] received connection request\n2025-08-04 12:52:22.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:52:22.819 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][660b6e54-8c4b-4171-9884-8cd169317ced] socks forwarding established\n2025-08-04 12:52:22.868 [info] [command][25870a4d-36a4-4ac6-95a0-8f49a194ebff] Process exited with code 0\n2025-08-04 12:52:22.869 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][660b6e54-8c4b-4171-9884-8cd169317ced] socks connection closed\n2025-08-04 12:52:22.869 [info] [command][25870a4d-36a4-4ac6-95a0-8f49a194ebff] Socket close event received\n2025-08-04 12:52:22.913 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53791 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:53:22.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:53:22.871 [info] [command][4b4ce856-63b8-40f4-b95e-3c41b4c7e1b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""4b4ce856-63b8-40f4-b95e-3c41b4c7e1b8""}\n2025-08-04 12:53:22.871 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][9ec05850-5492-4756-ba80-bc13e445a9e9] received connection request\n2025-08-04 12:53:22.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 12:53:22.871 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:53:22.916 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9ec05850-5492-4756-ba80-bc13e445a9e9] socks forwarding established\n2025-08-04 12:53:22.968 [info] [command][4b4ce856-63b8-40f4-b95e-3c41b4c7e1b8] Process exited with code 0\n2025-08-04 12:53:22.968 [info] [command][4b4ce856-63b8-40f4-b95e-3c41b4c7e1b8] Socket close event received\n2025-08-04 12:53:22.969 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][9ec05850-5492-4756-ba80-bc13e445a9e9] socks connection closed\n2025-08-04 12:53:23.019 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53841 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:54:22.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:54:22.977 [info] [command][225bdf88-a10d-4bd8-a49b-214b066ed5f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""225bdf88-a10d-4bd8-a49b-214b066ed5f3""}\n2025-08-04 12:54:22.978 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][39a076f7-3883-45b4-b497-c01e6f8d1634] received connection request\n2025-08-04 12:54:22.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:54:23.029 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][39a076f7-3883-45b4-b497-c01e6f8d1634] socks forwarding established\n2025-08-04 12:54:23.081 [info] [command][225bdf88-a10d-4bd8-a49b-214b066ed5f3] Process exited with code 0\n2025-08-04 12:54:23.081 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][39a076f7-3883-45b4-b497-c01e6f8d1634] socks connection closed\n2025-08-04 12:54:23.081 [info] [command][225bdf88-a10d-4bd8-a49b-214b066ed5f3] Socket close event received\n2025-08-04 12:54:23.131 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53883 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:55:23.084 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:55:23.086 [info] [command][6a5ae7b3-69d5-4d2b-a99d-938484e7bc0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""6a5ae7b3-69d5-4d2b-a99d-938484e7bc0e""}\n2025-08-04 12:55:23.087 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][0c69e21c-e515-4232-adec-444200d11b95] received connection request\n2025-08-04 12:55:23.087 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:55:23.133 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0c69e21c-e515-4232-adec-444200d11b95] socks forwarding established\n2025-08-04 12:55:23.187 [info] [command][6a5ae7b3-69d5-4d2b-a99d-938484e7bc0e] Process exited with code 0\n2025-08-04 12:55:23.187 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][0c69e21c-e515-4232-adec-444200d11b95] socks connection closed\n2025-08-04 12:55:23.187 [info] [command][6a5ae7b3-69d5-4d2b-a99d-938484e7bc0e] Socket close event received\n2025-08-04 12:55:23.235 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53920 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:56:23.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:56:23.191 [info] [command][105ed7f0-8879-4f3d-9fe8-e6caa3702fab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""105ed7f0-8879-4f3d-9fe8-e6caa3702fab""}\n2025-08-04 12:56:23.192 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][ea980d22-15a0-4beb-8c8e-08532fc0cd36] received connection request\n2025-08-04 12:56:23.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:56:23.242 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ea980d22-15a0-4beb-8c8e-08532fc0cd36] socks forwarding established\n2025-08-04 12:56:23.293 [info] [command][105ed7f0-8879-4f3d-9fe8-e6caa3702fab] Process exited with code 0\n2025-08-04 12:56:23.293 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][ea980d22-15a0-4beb-8c8e-08532fc0cd36] socks connection closed\n2025-08-04 12:56:23.294 [info] [command][105ed7f0-8879-4f3d-9fe8-e6caa3702fab] Socket close event received\n2025-08-04 12:56:23.339 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 53967 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:57:23.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:57:23.300 [info] [command][a37bb53e-347a-4c79-9cb9-0912dea53c45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a37bb53e-347a-4c79-9cb9-0912dea53c45""}\n2025-08-04 12:57:23.300 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][b1b19488-bc1d-4d40-ac35-091c197609ff] received connection request\n2025-08-04 12:57:23.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:57:23.345 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b1b19488-bc1d-4d40-ac35-091c197609ff] socks forwarding established\n2025-08-04 12:57:23.394 [info] [command][a37bb53e-347a-4c79-9cb9-0912dea53c45] Process exited with code 0\n2025-08-04 12:57:23.395 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][b1b19488-bc1d-4d40-ac35-091c197609ff] socks connection closed\n2025-08-04 12:57:23.395 [info] [command][a37bb53e-347a-4c79-9cb9-0912dea53c45] Socket close event received\n2025-08-04 12:57:23.441 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54010 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:58:23.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:58:23.402 [info] [command][dd61204c-0f60-412e-b92a-832d9821b745] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""dd61204c-0f60-412e-b92a-832d9821b745""}\n2025-08-04 12:58:23.402 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f5e13a2c-e161-44e1-aff0-81d853357368] received connection request\n2025-08-04 12:58:23.403 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:58:23.449 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f5e13a2c-e161-44e1-aff0-81d853357368] socks forwarding established\n2025-08-04 12:58:23.504 [info] [command][dd61204c-0f60-412e-b92a-832d9821b745] Process exited with code 0\n2025-08-04 12:58:23.504 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f5e13a2c-e161-44e1-aff0-81d853357368] socks connection closed\n2025-08-04 12:58:23.504 [info] [command][dd61204c-0f60-412e-b92a-832d9821b745] Socket close event received\n2025-08-04 12:58:23.548 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54050 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 12:59:23.510 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 12:59:23.513 [info] [command][b1ec34fd-0a5e-48e1-b043-cf1744ac7a45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""b1ec34fd-0a5e-48e1-b043-cf1744ac7a45""}\n2025-08-04 12:59:23.514 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][e6f580a9-3809-459d-9368-2fbc2faee948] received connection request\n2025-08-04 12:59:23.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 12:59:23.563 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e6f580a9-3809-459d-9368-2fbc2faee948] socks forwarding established\n2025-08-04 12:59:23.615 [info] [command][b1ec34fd-0a5e-48e1-b043-cf1744ac7a45] Process exited with code 0\n2025-08-04 12:59:23.615 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][e6f580a9-3809-459d-9368-2fbc2faee948] socks connection closed\n2025-08-04 12:59:23.615 [info] [command][b1ec34fd-0a5e-48e1-b043-cf1744ac7a45] Socket close event received\n2025-08-04 12:59:23.664 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54081 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 13:00:23.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 13:00:23.622 [info] [command][09141018-8721-4046-b596-cf4263440055] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""09141018-8721-4046-b596-cf4263440055""}\n2025-08-04 13:00:23.623 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][f174b0a5-81a0-4456-8d61-838a57979ab6] received connection request\n2025-08-04 13:00:23.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:00:23.670 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f174b0a5-81a0-4456-8d61-838a57979ab6] socks forwarding established\n2025-08-04 13:00:23.723 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][f174b0a5-81a0-4456-8d61-838a57979ab6] socks connection closed\n2025-08-04 13:00:23.724 [info] [command][09141018-8721-4046-b596-cf4263440055] Process exited with code 0\n2025-08-04 13:00:23.724 [info] [command][09141018-8721-4046-b596-cf4263440055] Socket close event received\n2025-08-04 13:00:23.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54102 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 13:01:23.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 13:01:23.732 [info] [command][ea1f8c82-6cec-4400-9b68-3b96a81f330c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ea1f8c82-6cec-4400-9b68-3b96a81f330c""}\n2025-08-04 13:01:23.733 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][79c54d2c-cef3-450a-bdc7-b603cdaae866] received connection request\n2025-08-04 13:01:23.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:01:23.783 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][79c54d2c-cef3-450a-bdc7-b603cdaae866] socks forwarding established\n2025-08-04 13:01:23.832 [info] [command][ea1f8c82-6cec-4400-9b68-3b96a81f330c] Process exited with code 0\n2025-08-04 13:01:23.832 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][79c54d2c-cef3-450a-bdc7-b603cdaae866] socks connection closed\n2025-08-04 13:01:23.832 [info] [command][ea1f8c82-6cec-4400-9b68-3b96a81f330c] Socket close event received\n2025-08-04 13:01:23.878 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54153 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 13:02:23.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 13:02:23.839 [info] [command][09767f77-3172-4353-a869-25a5eb44e644] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""09767f77-3172-4353-a869-25a5eb44e644""}\n2025-08-04 13:02:23.840 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][5440ad19-c607-4acb-a3bb-b81319c23a9e] received connection request\n2025-08-04 13:02:23.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:02:23.888 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5440ad19-c607-4acb-a3bb-b81319c23a9e] socks forwarding established\n2025-08-04 13:02:23.938 [info] [command][09767f77-3172-4353-a869-25a5eb44e644] Process exited with code 0\n2025-08-04 13:02:23.938 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][5440ad19-c607-4acb-a3bb-b81319c23a9e] socks connection closed\n2025-08-04 13:02:23.939 [info] [command][09767f77-3172-4353-a869-25a5eb44e644] Socket close event received\n2025-08-04 13:02:23.984 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54206 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 13:03:23.944 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 13:03:23.948 [info] [command][ee211824-6d13-4a52-a73b-72c7c3221c1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""ee211824-6d13-4a52-a73b-72c7c3221c1c""}\n2025-08-04 13:03:23.949 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][3a4972e8-cfcf-4b37-b201-6f0f6a63dcbd] received connection request\n2025-08-04 13:03:23.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:03:23.997 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3a4972e8-cfcf-4b37-b201-6f0f6a63dcbd] socks forwarding established\n2025-08-04 13:03:24.046 [info] [command][ee211824-6d13-4a52-a73b-72c7c3221c1c] Process exited with code 0\n2025-08-04 13:03:24.047 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][3a4972e8-cfcf-4b37-b201-6f0f6a63dcbd] socks connection closed\n2025-08-04 13:03:24.047 [info] [command][ee211824-6d13-4a52-a73b-72c7c3221c1c] Socket close event received\n2025-08-04 13:03:24.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54251 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 13:04:24.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 13:04:24.054 [info] [command][151f3b91-7dd9-4eba-8db3-8ed42c92da0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""151f3b91-7dd9-4eba-8db3-8ed42c92da0c""}\n2025-08-04 13:04:24.055 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][23c540bb-ee43-4780-a427-7408a033a361] received connection request\n2025-08-04 13:04:24.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:04:24.107 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][23c540bb-ee43-4780-a427-7408a033a361] socks forwarding established\n2025-08-04 13:04:24.157 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][23c540bb-ee43-4780-a427-7408a033a361] socks connection closed\n2025-08-04 13:04:24.157 [info] [command][151f3b91-7dd9-4eba-8db3-8ed42c92da0c] Process exited with code 0\n2025-08-04 13:04:24.157 [info] [command][151f3b91-7dd9-4eba-8db3-8ed42c92da0c] Socket close event received\n2025-08-04 13:04:24.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54293 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 13:05:24.163 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 13:05:24.166 [info] [command][be77d127-baf6-41a4-a5c5-58d5663b3bb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""be77d127-baf6-41a4-a5c5-58d5663b3bb8""}\n2025-08-04 13:05:24.167 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:40543][97e83a9a-d607-41d5-81d2-c6f865a573a1] received connection request\n2025-08-04 13:05:24.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:05:24.213 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][97e83a9a-d607-41d5-81d2-c6f865a573a1] socks forwarding established\n2025-08-04 13:05:24.263 [info] [command][be77d127-baf6-41a4-a5c5-58d5663b3bb8] Process exited with code 0\n2025-08-04 13:05:24.264 [info] [forwarding][multiplex][127.0.0.1:58556 -> 127.0.0.1:59443 -> 127.0.0.1:40543][97e83a9a-d607-41d5-81d2-c6f865a573a1] socks connection closed\n2025-08-04 13:05:24.264 [info] [command][be77d127-baf6-41a4-a5c5-58d5663b3bb8] Socket close event received\n2025-08-04 13:05:24.308 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 40543, connect from 127.0.0.1 port 54339 to 127.0.0.1 port 59443, nchannels 6\n\n2025-08-04 13:05:56.606 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #4)\n2025-08-04 13:05:56.606 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-04 13:05:56.656 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][af0370a8-c30c-48f7-80c4-01edd12bcc6e] received connection request\n2025-08-04 13:05:56.711 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][fdaff29c-617b-4533-b9d6-f181b21e29de] received connection request\n2025-08-04 13:05:56.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:05:56.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\n\n2025-08-04 13:05:56.711 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:05:56.854 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][8cf8bd14-4529-42cb-9d40-7b5df9774491] socks connection closed\n2025-08-04 13:05:56.868 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59443 for 127.0.0.1 port 33117, connect from 127.0.0.1 port 59452 to 127.0.0.1 port 59443, nchannels 7\n\n2025-08-04 13:05:57.161 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][af0370a8-c30c-48f7-80c4-01edd12bcc6e] socks forwarding established\n2025-08-04 13:05:57.162 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][fdaff29c-617b-4533-b9d6-f181b21e29de] socks forwarding established\n2025-08-04 13:06:06.624 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-04 13:06:06.624 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 1 of 3 This operation was aborted\n2025-08-04 13:06:06.627 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:33117][e76e79a9-a44f-4327-b84a-54750ad37f25] received connection request\n2025-08-04 13:06:06.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 59443 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 13:06:06.730 [info] Terminating existing SSH process with pid: 45318\n2025-08-04 13:06:06.730 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-04 13:06:06.731 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:06.731 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-04 13:06:06.738 [error] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][e76e79a9-a44f-4327-b84a-54750ad37f25] error while creating socks forwarding Socket closed\n2025-08-04 13:06:06.738 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][af0370a8-c30c-48f7-80c4-01edd12bcc6e] socks connection closed\n2025-08-04 13:06:06.738 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][6148ddbe-490d-4db8-8ac3-f11d0a0c28a9] socks connection closed\n2025-08-04 13:06:06.738 [info] [forwarding][code][127.0.0.1:58555 -> 127.0.0.1:59443 -> 127.0.0.1:33117][fdaff29c-617b-4533-b9d6-f181b21e29de] socks connection closed\n2025-08-04 13:06:06.741 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50350.sh"" | ssh -v -T -D 54394 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:06.741 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:06.741 [info] Waiting for server to install via process(54147)...\n2025-08-04 13:06:06.756 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:06:06.756 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:06:06.758 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:06:06.758 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:06:06.758 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-08-04 13:06:06.759 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:06:06.761 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:06:06.761 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:06:06.761 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:06:06.761 [info] Retrying connection in 5 seconds...\n2025-08-04 13:06:07.626 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 2 of 3 This operation was aborted\n2025-08-04 13:06:08.632 [error] Failed to connect to Cursor server at http://127.0.0.1:58555, attempt 3 of 3 This operation was aborted\n2025-08-04 13:06:08.632 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-04 13:06:08.632 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-04 13:06:11.765 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50350.sh\n2025-08-04 13:06:11.766 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:11.768 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33334.sh"" | ssh -v -T -D 54396 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:11.768 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:11.768 [info] Waiting for server to install via process(54157)...\n2025-08-04 13:06:11.777 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:06:11.777 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:06:11.777 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:06:11.777 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:06:11.777 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:06:11.779 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:06:11.779 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:06:11.779 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:06:11.779 [info] Retrying connection in 5 seconds...\n2025-08-04 13:06:16.786 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33334.sh\n2025-08-04 13:06:16.787 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:16.789 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4731.sh"" | ssh -v -T -D 54399 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:16.789 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:16.789 [info] Waiting for server to install via process(54168)...\n2025-08-04 13:06:16.800 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:06:16.800 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:06:16.800 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:06:16.800 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:06:16.800 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:06:16.802 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:06:16.802 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:06:16.802 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:06:16.802 [info] Retrying connection in 5 seconds...\n2025-08-04 13:06:21.813 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4731.sh\n2025-08-04 13:06:21.813 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:21.815 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7227.sh"" | ssh -v -T -D 54401 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:21.815 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:21.815 [info] Waiting for server to install via process(54180)...\n2025-08-04 13:06:21.822 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 13:06:21.822 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:06:21.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:06:21.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:06:21.823 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:06:21.824 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:06:21.824 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:06:21.824 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:06:21.824 [info] Retrying connection in 5 seconds...\n2025-08-04 13:06:24.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58556\n2025-08-04 13:06:24.275 [info] [command][a3b1d64d-614a-44b7-8b83-d0a4bbd64b9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""65fd821a-2c77-4983-b86d-b01d18fa5428"",""id"":""a3b1d64d-614a-44b7-8b83-d0a4bbd64b9c""}\n2025-08-04 13:06:24.275 [error] [forwarding][multiplex][127.0.0.1:58556 -> unknown}][66258d1d-6096-4676-8cc5-d671632335a9] remote server not configured\n2025-08-04 13:06:24.276 [error] [command][a3b1d64d-614a-44b7-8b83-d0a4bbd64b9c] Socket error: Error: read ECONNRESET\n2025-08-04 13:06:24.276 [info] [command][a3b1d64d-614a-44b7-8b83-d0a4bbd64b9c] Socket close event received\n2025-08-04 13:06:26.832 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7227.sh\n2025-08-04 13:06:26.833 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:26.835 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10522.sh"" | ssh -v -T -D 54404 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:26.835 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:26.835 [info] Waiting for server to install via process(54186)...\n2025-08-04 13:06:26.842 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:06:26.842 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:06:26.843 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:06:26.843 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:06:26.843 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:06:26.844 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:06:26.845 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:06:26.845 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:06:26.845 [info] Retrying connection in 5 seconds...\n2025-08-04 13:06:49.908 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10522.sh\n2025-08-04 13:06:49.909 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:49.913 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6745.sh"" | ssh -v -T -D 54405 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:49.913 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:49.913 [info] Waiting for server to install via process(54192)...\n2025-08-04 13:06:49.935 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-04 13:06:49.935 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:06:49.935 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:06:49.935 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:06:49.935 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:06:49.937 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:06:49.938 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:06:49.939 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:06:49.939 [info] Retrying connection in 5 seconds...\n2025-08-04 13:06:54.949 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6745.sh\n2025-08-04 13:06:54.950 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:54.954 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45725.sh"" | ssh -v -T -D 54407 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:54.955 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:54.955 [info] Waiting for server to install via process(54200)...\n2025-08-04 13:06:54.976 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 13:06:54.976 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:06:54.976 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:06:54.976 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:06:54.976 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:06:54.978 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:06:54.979 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:06:54.979 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:06:54.979 [info] Retrying connection in 5 seconds...\n2025-08-04 13:06:59.986 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45725.sh\n2025-08-04 13:06:59.988 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:06:59.992 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37062.sh"" | ssh -v -T -D 54410 login.haicore.berlin bash --login -c bash\n2025-08-04 13:06:59.992 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:06:59.992 [info] Waiting for server to install via process(54211)...\n2025-08-04 13:07:00.011 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:07:00.011 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:07:00.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:07:00.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:07:00.012 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:07:00.014 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:07:00.014 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:07:00.014 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:07:00.014 [info] Retrying connection in 5 seconds...\n2025-08-04 13:07:05.018 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37062.sh\n2025-08-04 13:07:05.019 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:07:05.022 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67379.sh"" | ssh -v -T -D 54412 login.haicore.berlin bash --login -c bash\n2025-08-04 13:07:05.022 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:07:05.023 [info] Waiting for server to install via process(54219)...\n2025-08-04 13:07:05.045 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:07:05.046 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:07:05.046 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:07:05.046 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:07:05.046 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:07:05.048 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:07:05.049 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:07:05.049 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:07:05.049 [info] Retrying connection in 5 seconds...\n2025-08-04 13:07:10.051 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67379.sh\n2025-08-04 13:07:10.052 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:07:10.055 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65234.sh"" | ssh -v -T -D 54413 login.haicore.berlin bash --login -c bash\n2025-08-04 13:07:10.055 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:07:10.055 [info] Waiting for server to install via process(54230)...\n2025-08-04 13:07:10.079 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:07:10.079 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:07:10.080 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:07:10.080 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:07:10.080 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:07:10.082 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:07:10.083 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:07:10.083 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:07:10.083 [info] Retrying connection in 5 seconds...\n2025-08-04 13:07:15.086 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65234.sh\n2025-08-04 13:07:15.086 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:07:15.088 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10723.sh"" | ssh -v -T -D 54416 login.haicore.berlin bash --login -c bash\n2025-08-04 13:07:15.089 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:07:15.089 [info] Waiting for server to install via process(54239)...\n2025-08-04 13:07:15.096 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 13:07:15.096 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:07:15.097 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:07:15.097 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:07:15.097 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:07:15.098 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:07:15.099 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:07:15.099 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:07:15.099 [info] Retrying connection in 5 seconds...\n2025-08-04 13:07:20.104 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10723.sh\n2025-08-04 13:07:20.104 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:07:20.106 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60823.sh"" | ssh -v -T -D 54418 login.haicore.berlin bash --login -c bash\n2025-08-04 13:07:20.106 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:07:20.106 [info] Waiting for server to install via process(54248)...\n2025-08-04 13:07:20.114 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 13:07:20.114 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:07:20.114 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:07:20.114 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:07:20.115 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:07:20.116 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:07:20.116 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:07:20.117 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:07:20.117 [info] Retrying connection in 5 seconds...\n2025-08-04 13:07:25.127 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60823.sh\n2025-08-04 13:07:25.128 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:07:25.132 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22205.sh"" | ssh -v -T -D 54420 login.haicore.berlin bash --login -c bash\n2025-08-04 13:07:25.132 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:07:25.132 [info] Waiting for server to install via process(54256)...\n2025-08-04 13:07:25.141 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:07:25.141 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:07:25.141 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:07:25.141 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:07:25.141 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:07:25.142 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:07:25.143 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:07:25.143 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:07:25.143 [info] Retrying connection in 5 seconds...\n2025-08-04 13:07:30.146 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22205.sh\n2025-08-04 13:07:30.147 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:07:30.149 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96259.sh"" | ssh -v -T -D 54422 login.haicore.berlin bash --login -c bash\n2025-08-04 13:07:30.149 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:07:30.149 [info] Waiting for server to install via process(54264)...\n2025-08-04 13:07:30.158 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:07:30.159 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:07:30.159 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:07:30.159 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:07:30.159 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:07:30.161 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:07:30.161 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:07:30.161 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:07:30.161 [info] Retrying connection in 5 seconds...\n2025-08-04 13:08:09.183 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96259.sh\n2025-08-04 13:08:09.185 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:08:09.188 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_98122.sh"" | ssh -v -T -D 54425 login.haicore.berlin bash --login -c bash\n2025-08-04 13:08:09.188 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:08:09.188 [info] Waiting for server to install via process(54273)...\n2025-08-04 13:08:09.199 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 13:08:09.199 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:08:09.199 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:08:09.199 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:08:09.199 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:08:09.201 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:08:09.201 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:08:09.201 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:08:09.201 [info] Retrying connection in 5 seconds...\n2025-08-04 13:08:14.212 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_98122.sh\n2025-08-04 13:08:14.213 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:08:14.215 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11897.sh"" | ssh -v -T -D 54427 login.haicore.berlin bash --login -c bash\n2025-08-04 13:08:14.215 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:08:14.215 [info] Waiting for server to install via process(54283)...\n2025-08-04 13:08:14.227 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-04 13:08:14.227 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:08:14.227 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 13:08:14.227 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 13:08:14.227 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:08:14.229 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:08:14.230 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:08:14.230 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:08:14.230 [info] Retrying connection in 5 seconds...\n2025-08-04 13:23:26.647 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11897.sh\n2025-08-04 13:23:26.651 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mZQ2Yw/socket.sock\n2025-08-04 13:23:26.661 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73544.sh"" | ssh -v -T -D 54429 login.haicore.berlin bash --login -c bash\n2025-08-04 13:23:26.661 [info] Started installation script. Waiting for it to finish...\n2025-08-04 13:23:26.661 [info] Waiting for server to install via process(54296)...\n2025-08-04 13:23:26.672 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 13:23:26.673 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 13:23:26.676 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-04 13:23:26.677 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 13:23:26.677 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:23:26.677 [error] Failed to connect after 17 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 13:23:26.677 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73544.sh\n2025-08-04 13:23:26.680 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 14:08:58.384 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-04 14:08:58.391 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-7fQ2kO/socket.sock\n2025-08-04 14:08:58.392 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-04 14:08:58.394 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-7fQ2kO/socket.sock\n2025-08-04 14:08:58.396 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_85248.sh"" | ssh -v -T -D 55006 login.haicore.berlin bash --login -c bash\n2025-08-04 14:08:58.396 [info] Started installation script. Waiting for it to finish...\n2025-08-04 14:08:58.396 [info] Waiting for server to install via process(54618)...\n2025-08-04 14:08:58.406 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 14:08:58.406 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 14:08:58.407 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 14:08:58.407 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 14:08:58.408 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-08-04 14:08:58.408 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 14:08:58.521 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-04 14:08:58.522 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-04 14:08:58.522 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-04 14:08:58.571 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-04 14:08:58.577 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-04 14:08:58.578 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-04 14:08:58.578 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-04 14:08:58.619 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-04 14:08:58.620 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-04 14:08:58.620 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-04 14:08:58.670 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-04 14:08:58.671 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-04 14:08:58.671 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-04 14:08:58.675 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-04 14:08:58.675 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-04 14:08:58.805 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-04 14:08:58.853 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-04 14:08:58.862 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-04 14:08:58.862 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 14:08:59.199 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 14:08:59.290 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55006 forwarded to remote address socks:0\n\n2025-08-04 14:08:59.290 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55006.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55006.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-04 14:08:59.290 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-08-04 14:08:59.290 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\n\n2025-08-04 14:08:59.291 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-04 14:08:59.493 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-04 14:08:59.495 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-04 14:08:59.504 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-04 14:08:59.505 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-04 14:08:59.537 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-08-04 14:08:59.537 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-08-04 14:08:59.941 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-04 14:08:59.986 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 14:08:59.987 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-04 14:08:59.994 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-04 14:09:00.004 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 14:09:00.021 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-04 14:09:00.023 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 14:09:00.025 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-04 14:09:00.029 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 14:09:00.034 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 2d0fd455-6078-47d7-a0f0-0a0de51364b9\n\n2025-08-04 14:09:00.036 [info] (ssh_tunnel) stdout: Multiplex server started with PID 1834805 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-04 14:09:00.039 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 14:09:00.545 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-04 14:09:00.564 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 14:09:00.566 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 1834829 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 14:09:00.567 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 14:09:01.124 [info] (ssh_tunnel) stdout: be7edf1063e3f049475ece7d: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==41695==\nmultiplexConnectionToken==2d0fd455-6078-47d7-a0f0-0a0de51364b9==\ncodeListeningOn==44817==\ncodeConnectionToken==4c9a9b10-f533-4c1f-88b5-cf0c2143c274==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nbe7edf1063e3f049475ece7d: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 14:09:01.125 [info] Server install command exit code: 0\n2025-08-04 14:09:01.126 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_85248.sh\n2025-08-04 14:09:01.127 [info] [forwarding][code] creating new forwarding server\n2025-08-04 14:09:01.127 [info] [forwarding][code] server listening on 127.0.0.1:55013\n2025-08-04 14:09:01.127 [info] [forwarding][code] Set up server\n2025-08-04 14:09:01.127 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 4c9a9b10-f533-4c1f-88b5-cf0c2143c274\n2025-08-04 14:09:01.127 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-04 14:09:01.128 [info] [forwarding][multiplex] server listening on 127.0.0.1:55014\n2025-08-04 14:09:01.128 [info] [forwarding][multiplex] Set up server\n2025-08-04 14:09:01.129 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 2d0fd455-6078-47d7-a0f0-0a0de51364b9\n2025-08-04 14:09:01.129 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:09:01.130 [info] [remote-ssh] Resolved exec server. Socks port: 55006\n2025-08-04 14:09:01.130 [info] Setting up 0 default forwarded ports\n2025-08-04 14:09:01.130 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55013,""connectionToken"":""4c9a9b10-f533-4c1f-88b5-cf0c2143c274"",""extensionHostEnv"":{}}. Socks port: 55006\n2025-08-04 14:09:01.132 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][216a72b5-0027-4a1e-a139-1107bf731e2c] received connection request\n2025-08-04 14:09:01.133 [info] [command][e5d2b2bc-f813-4733-b458-fd0101a81a52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""e5d2b2bc-f813-4733-b458-fd0101a81a52""}\n2025-08-04 14:09:01.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:09:01.170 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][bdaea443-398b-453c-92f9-f259e2ddc772] received connection request\n2025-08-04 14:09:01.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\n\n2025-08-04 14:09:01.187 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:09:01.187 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][216a72b5-0027-4a1e-a139-1107bf731e2c] socks forwarding established\n2025-08-04 14:09:01.235 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][bdaea443-398b-453c-92f9-f259e2ddc772] socks forwarding established\n2025-08-04 14:09:01.238 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][216a72b5-0027-4a1e-a139-1107bf731e2c] socks connection closed\n2025-08-04 14:09:01.238 [info] [command][e5d2b2bc-f813-4733-b458-fd0101a81a52] Process exited with code 0\n2025-08-04 14:09:01.238 [info] [command][e5d2b2bc-f813-4733-b458-fd0101a81a52] Socket close event received\n2025-08-04 14:09:01.287 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55016 to 127.0.0.1 port 55006, nchannels 5\n\n2025-08-04 14:09:01.297 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][5de36f45-9b76-4f50-8ed3-fd4625ccce2c] received connection request\n2025-08-04 14:09:01.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:09:01.343 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][5de36f45-9b76-4f50-8ed3-fd4625ccce2c] socks forwarding established\n2025-08-04 14:09:01.536 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-04 14:09:04.226 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-04 14:09:04.226 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-04 14:09:04.226 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-04 14:09:04.234 [info] [tunnel-forwarding][localhost:9001 -> 127.0.0.1:9001] server listening\n2025-08-04 14:09:04.234 [info] Cross binding to [::1]:9001. Originally bound to 127.0.0.1:9001\n2025-08-04 14:09:04.234 [info] [tunnel-forwarding][::1:9001 -> 127.0.0.1:9001] server listening\n2025-08-04 14:09:04.237 [info] [tunnel-forwarding][localhost:6006 -> localhost:6006] server listening\n2025-08-04 14:09:04.237 [info] Cross binding to [::1]:6006. Originally bound to 127.0.0.1:6006\n2025-08-04 14:09:04.237 [info] [tunnel-forwarding][::1:6006 -> localhost:6006] server listening\n2025-08-04 14:10:01.244 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:10:01.246 [info] [command][c852675b-cfff-4fac-9ab2-34e1827b38c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""c852675b-cfff-4fac-9ab2-34e1827b38c0""}\n2025-08-04 14:10:01.247 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][98c4d49e-8f35-417f-ae46-1d127da5d94f] received connection request\n2025-08-04 14:10:01.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:10:01.293 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][98c4d49e-8f35-417f-ae46-1d127da5d94f] socks forwarding established\n2025-08-04 14:10:01.347 [info] [command][c852675b-cfff-4fac-9ab2-34e1827b38c0] Process exited with code 0\n2025-08-04 14:10:01.348 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][98c4d49e-8f35-417f-ae46-1d127da5d94f] socks connection closed\n2025-08-04 14:10:01.348 [info] [command][c852675b-cfff-4fac-9ab2-34e1827b38c0] Socket close event received\n2025-08-04 14:10:01.392 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55095 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:11:01.353 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:11:01.355 [info] [command][bf9d7572-d0bb-4445-be59-5c6a4ff09e2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""bf9d7572-d0bb-4445-be59-5c6a4ff09e2f""}\n2025-08-04 14:11:01.356 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][e97d67d3-c3df-4815-bbcf-115739efcd18] received connection request\n2025-08-04 14:11:01.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:11:01.402 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e97d67d3-c3df-4815-bbcf-115739efcd18] socks forwarding established\n2025-08-04 14:11:01.454 [info] [command][bf9d7572-d0bb-4445-be59-5c6a4ff09e2f] Process exited with code 0\n2025-08-04 14:11:01.454 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e97d67d3-c3df-4815-bbcf-115739efcd18] socks connection closed\n2025-08-04 14:11:01.454 [info] [command][bf9d7572-d0bb-4445-be59-5c6a4ff09e2f] Socket close event received\n2025-08-04 14:11:01.500 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55137 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:12:01.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:12:01.456 [info] [command][e4805ab2-28bc-4620-acb7-40a1b62d7bd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""e4805ab2-28bc-4620-acb7-40a1b62d7bd9""}\n2025-08-04 14:12:01.456 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][725f39f1-69b2-4445-8c10-ca985b56f94a] received connection request\n2025-08-04 14:12:01.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:12:01.505 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][725f39f1-69b2-4445-8c10-ca985b56f94a] socks forwarding established\n2025-08-04 14:12:01.556 [info] [command][e4805ab2-28bc-4620-acb7-40a1b62d7bd9] Process exited with code 0\n2025-08-04 14:12:01.556 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][725f39f1-69b2-4445-8c10-ca985b56f94a] socks connection closed\n2025-08-04 14:12:01.556 [info] [command][e4805ab2-28bc-4620-acb7-40a1b62d7bd9] Socket close event received\n2025-08-04 14:12:01.601 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55178 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:13:01.560 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:13:01.563 [info] [command][271a9af1-0bc7-4854-b4b5-da5f201cee11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""271a9af1-0bc7-4854-b4b5-da5f201cee11""}\n2025-08-04 14:13:01.564 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][adb2f81b-f260-43fe-98ce-e1b23a78920b] received connection request\n2025-08-04 14:13:01.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:13:01.616 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][adb2f81b-f260-43fe-98ce-e1b23a78920b] socks forwarding established\n2025-08-04 14:13:01.670 [info] [command][271a9af1-0bc7-4854-b4b5-da5f201cee11] Process exited with code 0\n2025-08-04 14:13:01.670 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][adb2f81b-f260-43fe-98ce-e1b23a78920b] socks connection closed\n2025-08-04 14:13:01.670 [info] [command][271a9af1-0bc7-4854-b4b5-da5f201cee11] Socket close event received\n2025-08-04 14:13:01.715 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55206 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:14:01.676 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:14:01.678 [info] [command][a84fd4c7-bdb8-41fb-a9fe-9da93517a0f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""a84fd4c7-bdb8-41fb-a9fe-9da93517a0f2""}\n2025-08-04 14:14:01.678 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][528c860f-be3b-4be2-b43b-f882b96a45b9] received connection request\n2025-08-04 14:14:01.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:14:01.726 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][528c860f-be3b-4be2-b43b-f882b96a45b9] socks forwarding established\n2025-08-04 14:14:01.777 [info] [command][a84fd4c7-bdb8-41fb-a9fe-9da93517a0f2] Process exited with code 0\n2025-08-04 14:14:01.777 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][528c860f-be3b-4be2-b43b-f882b96a45b9] socks connection closed\n2025-08-04 14:14:01.778 [info] [command][a84fd4c7-bdb8-41fb-a9fe-9da93517a0f2] Socket close event received\n2025-08-04 14:14:01.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55261 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:15:01.782 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:15:01.786 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][5cc5fc6b-fdf0-4eb9-b5b7-c1b10d27a2c0] received connection request\n2025-08-04 14:15:01.786 [info] [command][7dd5a201-c510-49a7-b324-0b2cbd6fa60a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""7dd5a201-c510-49a7-b324-0b2cbd6fa60a""}\n2025-08-04 14:15:01.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:15:01.835 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][5cc5fc6b-fdf0-4eb9-b5b7-c1b10d27a2c0] socks forwarding established\n2025-08-04 14:15:01.882 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][5cc5fc6b-fdf0-4eb9-b5b7-c1b10d27a2c0] socks connection closed\n2025-08-04 14:15:01.883 [info] [command][7dd5a201-c510-49a7-b324-0b2cbd6fa60a] Process exited with code 0\n2025-08-04 14:15:01.883 [info] [command][7dd5a201-c510-49a7-b324-0b2cbd6fa60a] Socket close event received\n2025-08-04 14:15:01.927 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55290 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:16:01.888 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:16:01.890 [info] [command][2d31168b-423e-4b6f-8d93-75ff35819bf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""2d31168b-423e-4b6f-8d93-75ff35819bf5""}\n2025-08-04 14:16:01.890 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][8be58a9c-8502-4df7-aa3b-41e3fc9efd7e] received connection request\n2025-08-04 14:16:01.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:16:01.941 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][8be58a9c-8502-4df7-aa3b-41e3fc9efd7e] socks forwarding established\n2025-08-04 14:16:01.994 [info] [command][2d31168b-423e-4b6f-8d93-75ff35819bf5] Process exited with code 0\n2025-08-04 14:16:01.994 [info] [command][2d31168b-423e-4b6f-8d93-75ff35819bf5] Socket close event received\n2025-08-04 14:16:01.995 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][8be58a9c-8502-4df7-aa3b-41e3fc9efd7e] socks connection closed\n2025-08-04 14:16:02.041 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55325 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:17:01.999 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:17:02.001 [info] [command][9ee0d3c3-6418-4bc5-8202-ee2c0db1fd21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""9ee0d3c3-6418-4bc5-8202-ee2c0db1fd21""}\n2025-08-04 14:17:02.001 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][e740cb39-743f-4d70-9ea4-1ea7d97cb578] received connection request\n2025-08-04 14:17:02.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:17:02.048 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e740cb39-743f-4d70-9ea4-1ea7d97cb578] socks forwarding established\n2025-08-04 14:17:02.100 [info] [command][9ee0d3c3-6418-4bc5-8202-ee2c0db1fd21] Process exited with code 0\n2025-08-04 14:17:02.100 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e740cb39-743f-4d70-9ea4-1ea7d97cb578] socks connection closed\n2025-08-04 14:17:02.100 [info] [command][9ee0d3c3-6418-4bc5-8202-ee2c0db1fd21] Socket close event received\n2025-08-04 14:17:02.146 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55364 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:18:02.106 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:18:02.109 [info] [command][effc960f-1b60-4695-861a-a30e8b3438c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""effc960f-1b60-4695-861a-a30e8b3438c4""}\n2025-08-04 14:18:02.110 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][6bf287fc-12e0-4cf9-8fcd-b7c6cd109da9] received connection request\n2025-08-04 14:18:02.110 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\n\n2025-08-04 14:18:02.110 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:18:02.159 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][6bf287fc-12e0-4cf9-8fcd-b7c6cd109da9] socks forwarding established\n2025-08-04 14:18:02.210 [info] [command][effc960f-1b60-4695-861a-a30e8b3438c4] Process exited with code 0\n2025-08-04 14:18:02.210 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][6bf287fc-12e0-4cf9-8fcd-b7c6cd109da9] socks connection closed\n2025-08-04 14:18:02.210 [info] [command][effc960f-1b60-4695-861a-a30e8b3438c4] Socket close event received\n2025-08-04 14:18:02.254 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55400 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:19:02.213 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:19:02.216 [info] [command][3e4fe590-b23b-4411-9e7d-db4bd0e734f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""3e4fe590-b23b-4411-9e7d-db4bd0e734f0""}\n2025-08-04 14:19:02.217 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][e7b3b2b1-44e1-4d4e-8724-1b49253da806] received connection request\n2025-08-04 14:19:02.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:19:02.267 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e7b3b2b1-44e1-4d4e-8724-1b49253da806] socks forwarding established\n2025-08-04 14:19:02.318 [info] [command][3e4fe590-b23b-4411-9e7d-db4bd0e734f0] Process exited with code 0\n2025-08-04 14:19:02.319 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e7b3b2b1-44e1-4d4e-8724-1b49253da806] socks connection closed\n2025-08-04 14:19:02.319 [info] [command][3e4fe590-b23b-4411-9e7d-db4bd0e734f0] Socket close event received\n2025-08-04 14:19:02.367 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55446 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:20:02.324 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:20:02.327 [info] [command][01424de1-0601-44c0-ad78-adb3685f8c61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""01424de1-0601-44c0-ad78-adb3685f8c61""}\n2025-08-04 14:20:02.327 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][ddecfa28-32b9-4527-ae95-71d25178e28b] received connection request\n2025-08-04 14:20:02.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:20:02.375 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][ddecfa28-32b9-4527-ae95-71d25178e28b] socks forwarding established\n2025-08-04 14:20:02.426 [info] [command][01424de1-0601-44c0-ad78-adb3685f8c61] Process exited with code 0\n2025-08-04 14:20:02.426 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][ddecfa28-32b9-4527-ae95-71d25178e28b] socks connection closed\n2025-08-04 14:20:02.426 [info] [command][01424de1-0601-44c0-ad78-adb3685f8c61] Socket close event received\n2025-08-04 14:20:02.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55473 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:21:02.430 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:21:02.433 [info] [command][57241b9e-4c57-460f-a0e4-a76d320aeb0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""57241b9e-4c57-460f-a0e4-a76d320aeb0c""}\n2025-08-04 14:21:02.434 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][40f96132-1243-4adc-8771-5ac6968b20d4] received connection request\n2025-08-04 14:21:02.435 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:21:02.490 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][40f96132-1243-4adc-8771-5ac6968b20d4] socks forwarding established\n2025-08-04 14:21:02.543 [info] [command][57241b9e-4c57-460f-a0e4-a76d320aeb0c] Process exited with code 0\n2025-08-04 14:21:02.544 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][40f96132-1243-4adc-8771-5ac6968b20d4] socks connection closed\n2025-08-04 14:21:02.544 [info] [command][57241b9e-4c57-460f-a0e4-a76d320aeb0c] Socket close event received\n2025-08-04 14:21:02.587 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55513 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:22:02.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:22:02.550 [info] [command][cacd75fd-8a92-48e7-b218-91faac83cabb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""cacd75fd-8a92-48e7-b218-91faac83cabb""}\n2025-08-04 14:22:02.551 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][c2b7215a-7ef3-42f2-8e31-2bd2d89e7fb6] received connection request\n2025-08-04 14:22:02.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:22:02.600 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][c2b7215a-7ef3-42f2-8e31-2bd2d89e7fb6] socks forwarding established\n2025-08-04 14:22:02.651 [info] [command][cacd75fd-8a92-48e7-b218-91faac83cabb] Process exited with code 0\n2025-08-04 14:22:02.651 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][c2b7215a-7ef3-42f2-8e31-2bd2d89e7fb6] socks connection closed\n2025-08-04 14:22:02.651 [info] [command][cacd75fd-8a92-48e7-b218-91faac83cabb] Socket close event received\n2025-08-04 14:22:02.698 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55546 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:23:02.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:23:02.659 [info] [command][e8faee18-036e-4d21-aea4-57b9df520ae5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""e8faee18-036e-4d21-aea4-57b9df520ae5""}\n2025-08-04 14:23:02.660 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][2af2b174-efeb-41cc-8501-981fe8190d35] received connection request\n2025-08-04 14:23:02.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:23:02.708 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][2af2b174-efeb-41cc-8501-981fe8190d35] socks forwarding established\n2025-08-04 14:23:02.760 [info] [command][e8faee18-036e-4d21-aea4-57b9df520ae5] Process exited with code 0\n2025-08-04 14:23:02.760 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][2af2b174-efeb-41cc-8501-981fe8190d35] socks connection closed\n2025-08-04 14:23:02.760 [info] [command][e8faee18-036e-4d21-aea4-57b9df520ae5] Socket close event received\n2025-08-04 14:23:02.805 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55571 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:24:02.764 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:24:02.767 [info] [command][2e5ea8b5-6b25-47c5-b4f2-db4bdecb9901] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""2e5ea8b5-6b25-47c5-b4f2-db4bdecb9901""}\n2025-08-04 14:24:02.768 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][a78611fc-b47e-4904-b0b2-51ccbf095a91] received connection request\n2025-08-04 14:24:02.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:24:02.818 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][a78611fc-b47e-4904-b0b2-51ccbf095a91] socks forwarding established\n2025-08-04 14:24:02.867 [info] [command][2e5ea8b5-6b25-47c5-b4f2-db4bdecb9901] Process exited with code 0\n2025-08-04 14:24:02.867 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][a78611fc-b47e-4904-b0b2-51ccbf095a91] socks connection closed\n2025-08-04 14:24:02.867 [info] [command][2e5ea8b5-6b25-47c5-b4f2-db4bdecb9901] Socket close event received\n2025-08-04 14:24:02.914 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55619 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:25:02.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:25:02.875 [info] [command][f80d4a2c-da7c-4aac-8df6-04d44b14282b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""f80d4a2c-da7c-4aac-8df6-04d44b14282b""}\n2025-08-04 14:25:02.876 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][4a3b9c1a-91d2-42ef-9fcc-0f06e9b27114] received connection request\n2025-08-04 14:25:02.877 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:25:02.925 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4a3b9c1a-91d2-42ef-9fcc-0f06e9b27114] socks forwarding established\n2025-08-04 14:25:02.978 [info] [command][f80d4a2c-da7c-4aac-8df6-04d44b14282b] Process exited with code 0\n2025-08-04 14:25:02.978 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4a3b9c1a-91d2-42ef-9fcc-0f06e9b27114] socks connection closed\n2025-08-04 14:25:02.978 [info] [command][f80d4a2c-da7c-4aac-8df6-04d44b14282b] Socket close event received\n2025-08-04 14:25:03.024 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55639 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:26:02.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:26:02.987 [info] [command][0d090356-c27d-44d3-9df7-d9d73878648c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""0d090356-c27d-44d3-9df7-d9d73878648c""}\n2025-08-04 14:26:02.987 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][102394b3-f69c-40b7-bcd7-f9cbfcc89ca0] received connection request\n2025-08-04 14:26:02.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:26:03.032 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][102394b3-f69c-40b7-bcd7-f9cbfcc89ca0] socks forwarding established\n2025-08-04 14:26:03.083 [info] [command][0d090356-c27d-44d3-9df7-d9d73878648c] Process exited with code 0\n2025-08-04 14:26:03.084 [info] [command][0d090356-c27d-44d3-9df7-d9d73878648c] Socket close event received\n2025-08-04 14:26:03.084 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][102394b3-f69c-40b7-bcd7-f9cbfcc89ca0] socks connection closed\n2025-08-04 14:26:03.133 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55672 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:27:03.084 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:27:03.087 [info] [command][15874832-4060-4a8c-b329-a7f0e470307f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""15874832-4060-4a8c-b329-a7f0e470307f""}\n2025-08-04 14:27:03.087 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][3881cd44-bcca-49ef-a937-d2f2933e00f5] received connection request\n2025-08-04 14:27:03.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\n\n2025-08-04 14:27:03.088 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:27:03.140 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][3881cd44-bcca-49ef-a937-d2f2933e00f5] socks forwarding established\n2025-08-04 14:27:03.202 [info] [command][15874832-4060-4a8c-b329-a7f0e470307f] Process exited with code 0\n2025-08-04 14:27:03.202 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][3881cd44-bcca-49ef-a937-d2f2933e00f5] socks connection closed\n2025-08-04 14:27:03.202 [info] [command][15874832-4060-4a8c-b329-a7f0e470307f] Socket close event received\n2025-08-04 14:27:03.247 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55733 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:28:03.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:28:03.212 [info] [command][a0c35448-e9a8-4dc9-bf18-b207882d9ee2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""a0c35448-e9a8-4dc9-bf18-b207882d9ee2""}\n2025-08-04 14:28:03.213 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][9137a603-45f2-497a-8ada-6e45e82e925d] received connection request\n2025-08-04 14:28:03.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\n\n2025-08-04 14:28:03.213 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:28:03.260 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][9137a603-45f2-497a-8ada-6e45e82e925d] socks forwarding established\n2025-08-04 14:28:03.337 [info] [command][a0c35448-e9a8-4dc9-bf18-b207882d9ee2] Process exited with code 0\n2025-08-04 14:28:03.337 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][9137a603-45f2-497a-8ada-6e45e82e925d] socks connection closed\n2025-08-04 14:28:03.337 [info] [command][a0c35448-e9a8-4dc9-bf18-b207882d9ee2] Socket close event received\n2025-08-04 14:28:03.386 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55754 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:29:03.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:29:03.345 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][a7053ca3-7018-45d7-9cc9-56ba6cf81a2c] received connection request\n2025-08-04 14:29:03.345 [info] [command][4e245468-5743-4e93-a5a8-cd1b6370145c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""4e245468-5743-4e93-a5a8-cd1b6370145c""}\n2025-08-04 14:29:03.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:29:03.403 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][a7053ca3-7018-45d7-9cc9-56ba6cf81a2c] socks forwarding established\n2025-08-04 14:29:03.452 [info] [command][4e245468-5743-4e93-a5a8-cd1b6370145c] Process exited with code 0\n2025-08-04 14:29:03.452 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][a7053ca3-7018-45d7-9cc9-56ba6cf81a2c] socks connection closed\n2025-08-04 14:29:03.452 [info] [command][4e245468-5743-4e93-a5a8-cd1b6370145c] Socket close event received\n2025-08-04 14:29:03.503 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55827 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:30:03.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:30:03.456 [info] [command][3f80e6c0-deb6-4b98-95de-54671c20ed56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""3f80e6c0-deb6-4b98-95de-54671c20ed56""}\n2025-08-04 14:30:03.456 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][0ba6d530-a331-45b8-9666-5eea431fcd9e] received connection request\n2025-08-04 14:30:03.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:30:03.596 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][0ba6d530-a331-45b8-9666-5eea431fcd9e] socks forwarding established\n2025-08-04 14:30:03.780 [info] [command][3f80e6c0-deb6-4b98-95de-54671c20ed56] Process exited with code 0\n2025-08-04 14:30:03.780 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][0ba6d530-a331-45b8-9666-5eea431fcd9e] socks connection closed\n2025-08-04 14:30:03.780 [info] [command][3f80e6c0-deb6-4b98-95de-54671c20ed56] Socket close event received\n2025-08-04 14:30:03.832 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55864 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:31:03.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:31:03.783 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][b8699ec4-1965-4c8d-8114-f43d66e3ee12] received connection request\n2025-08-04 14:31:03.783 [info] [command][09b950c8-16ba-4b68-897d-e05885b8c97f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""09b950c8-16ba-4b68-897d-e05885b8c97f""}\n2025-08-04 14:31:03.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:31:03.832 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][b8699ec4-1965-4c8d-8114-f43d66e3ee12] socks forwarding established\n2025-08-04 14:31:03.883 [info] [command][09b950c8-16ba-4b68-897d-e05885b8c97f] Process exited with code 0\n2025-08-04 14:31:03.883 [info] [command][09b950c8-16ba-4b68-897d-e05885b8c97f] Socket close event received\n2025-08-04 14:31:03.926 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][b8699ec4-1965-4c8d-8114-f43d66e3ee12] socks connection closed\n2025-08-04 14:31:03.933 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55899 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:32:03.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:32:03.891 [info] [command][0a219630-4501-43a9-ab59-0eec529304e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""0a219630-4501-43a9-ab59-0eec529304e9""}\n2025-08-04 14:32:03.892 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][1575dc02-5438-445c-87be-09100f6f0c58] received connection request\n2025-08-04 14:32:03.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\n\n2025-08-04 14:32:03.893 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:32:03.947 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][1575dc02-5438-445c-87be-09100f6f0c58] socks forwarding established\n2025-08-04 14:32:03.996 [info] [command][0a219630-4501-43a9-ab59-0eec529304e9] Process exited with code 0\n2025-08-04 14:32:03.997 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][1575dc02-5438-445c-87be-09100f6f0c58] socks connection closed\n2025-08-04 14:32:03.997 [info] [command][0a219630-4501-43a9-ab59-0eec529304e9] Socket close event received\n2025-08-04 14:32:04.044 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55933 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:33:03.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:33:04.001 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][b70ce451-d39a-4636-a14c-a1499da04696] received connection request\n2025-08-04 14:33:04.001 [info] [command][9f433701-bb70-43b6-a311-dff60b7768ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""9f433701-bb70-43b6-a311-dff60b7768ec""}\n2025-08-04 14:33:04.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:33:04.066 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][b70ce451-d39a-4636-a14c-a1499da04696] socks forwarding established\n2025-08-04 14:33:04.117 [info] [command][9f433701-bb70-43b6-a311-dff60b7768ec] Process exited with code 0\n2025-08-04 14:33:04.118 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][b70ce451-d39a-4636-a14c-a1499da04696] socks connection closed\n2025-08-04 14:33:04.118 [info] [command][9f433701-bb70-43b6-a311-dff60b7768ec] Socket close event received\n2025-08-04 14:33:04.171 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55957 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:34:04.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:34:04.123 [info] [command][775abe74-bc2e-4828-a1b0-5217e5585cff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""775abe74-bc2e-4828-a1b0-5217e5585cff""}\n2025-08-04 14:34:04.124 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][4842e188-f0a9-4c75-a085-3ec2f5980380] received connection request\n2025-08-04 14:34:04.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:34:04.172 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4842e188-f0a9-4c75-a085-3ec2f5980380] socks forwarding established\n2025-08-04 14:34:04.235 [info] [command][775abe74-bc2e-4828-a1b0-5217e5585cff] Process exited with code 0\n2025-08-04 14:34:04.236 [info] [command][775abe74-bc2e-4828-a1b0-5217e5585cff] Socket close event received\n2025-08-04 14:34:04.236 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4842e188-f0a9-4c75-a085-3ec2f5980380] socks connection closed\n2025-08-04 14:34:04.285 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 55993 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:35:04.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:35:04.240 [info] [command][dc1619cb-5cc2-4f15-a86d-9dec379d4e24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""dc1619cb-5cc2-4f15-a86d-9dec379d4e24""}\n2025-08-04 14:35:04.240 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][1a07d27d-95c3-4cc5-ac06-3834a9ed34cc] received connection request\n2025-08-04 14:35:04.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:35:04.292 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][1a07d27d-95c3-4cc5-ac06-3834a9ed34cc] socks forwarding established\n2025-08-04 14:35:04.341 [info] [command][dc1619cb-5cc2-4f15-a86d-9dec379d4e24] Process exited with code 0\n2025-08-04 14:35:04.342 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][1a07d27d-95c3-4cc5-ac06-3834a9ed34cc] socks connection closed\n2025-08-04 14:35:04.342 [info] [command][dc1619cb-5cc2-4f15-a86d-9dec379d4e24] Socket close event received\n2025-08-04 14:35:04.386 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56012 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:36:04.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:36:04.345 [info] [command][56bf232a-ed55-44b0-b0a4-614b037c76c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""56bf232a-ed55-44b0-b0a4-614b037c76c8""}\n2025-08-04 14:36:04.345 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][ef7f6f49-088b-4222-b6ef-a63eb821f4cf] received connection request\n2025-08-04 14:36:04.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:36:04.396 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][ef7f6f49-088b-4222-b6ef-a63eb821f4cf] socks forwarding established\n2025-08-04 14:36:04.449 [info] [command][56bf232a-ed55-44b0-b0a4-614b037c76c8] Process exited with code 0\n2025-08-04 14:36:04.449 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][ef7f6f49-088b-4222-b6ef-a63eb821f4cf] socks connection closed\n2025-08-04 14:36:04.449 [info] [command][56bf232a-ed55-44b0-b0a4-614b037c76c8] Socket close event received\n2025-08-04 14:36:04.497 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56050 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:37:04.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:37:04.456 [info] [command][55d33e8f-bc41-4307-9ffe-b004d5427208] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""55d33e8f-bc41-4307-9ffe-b004d5427208""}\n2025-08-04 14:37:04.456 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][4dabc5e4-eaa0-4e4c-83a0-e31619ca6c46] received connection request\n2025-08-04 14:37:04.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:37:04.509 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4dabc5e4-eaa0-4e4c-83a0-e31619ca6c46] socks forwarding established\n2025-08-04 14:37:04.671 [info] [command][55d33e8f-bc41-4307-9ffe-b004d5427208] Process exited with code 0\n2025-08-04 14:37:04.672 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4dabc5e4-eaa0-4e4c-83a0-e31619ca6c46] socks connection closed\n2025-08-04 14:37:04.672 [info] [command][55d33e8f-bc41-4307-9ffe-b004d5427208] Socket close event received\n2025-08-04 14:37:04.717 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56089 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:38:04.675 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:38:04.677 [info] [command][b7abebd5-d8cc-4e8b-99cd-6fa38dc5dd87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""b7abebd5-d8cc-4e8b-99cd-6fa38dc5dd87""}\n2025-08-04 14:38:04.678 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][764cd4c1-fdb8-4287-a8c1-e8cbdcfc85c3] received connection request\n2025-08-04 14:38:04.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:38:04.753 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][764cd4c1-fdb8-4287-a8c1-e8cbdcfc85c3] socks forwarding established\n2025-08-04 14:38:04.802 [info] [command][b7abebd5-d8cc-4e8b-99cd-6fa38dc5dd87] Process exited with code 0\n2025-08-04 14:38:04.803 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][764cd4c1-fdb8-4287-a8c1-e8cbdcfc85c3] socks connection closed\n2025-08-04 14:38:04.803 [info] [command][b7abebd5-d8cc-4e8b-99cd-6fa38dc5dd87] Socket close event received\n2025-08-04 14:38:04.850 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56113 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:39:04.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:39:04.810 [info] [command][8ec48627-b580-427b-b84f-135ef82420ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""8ec48627-b580-427b-b84f-135ef82420ab""}\n2025-08-04 14:39:04.811 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][927746de-77db-4732-be83-2ef95c6513d8] received connection request\n2025-08-04 14:39:04.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:39:04.864 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][927746de-77db-4732-be83-2ef95c6513d8] socks forwarding established\n2025-08-04 14:39:04.916 [info] [command][8ec48627-b580-427b-b84f-135ef82420ab] Process exited with code 0\n2025-08-04 14:39:04.916 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][927746de-77db-4732-be83-2ef95c6513d8] socks connection closed\n2025-08-04 14:39:04.916 [info] [command][8ec48627-b580-427b-b84f-135ef82420ab] Socket close event received\n2025-08-04 14:39:04.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56150 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:40:04.919 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:40:04.921 [info] [command][b9f6a888-ad26-4af3-b58b-bd9ad1c85d65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""b9f6a888-ad26-4af3-b58b-bd9ad1c85d65""}\n2025-08-04 14:40:04.922 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][c7bf4e88-02ac-4ae3-83fd-81576651820a] received connection request\n2025-08-04 14:40:04.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:40:04.975 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][c7bf4e88-02ac-4ae3-83fd-81576651820a] socks forwarding established\n2025-08-04 14:40:05.046 [info] [command][b9f6a888-ad26-4af3-b58b-bd9ad1c85d65] Process exited with code 0\n2025-08-04 14:40:05.046 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][c7bf4e88-02ac-4ae3-83fd-81576651820a] socks connection closed\n2025-08-04 14:40:05.046 [info] [command][b9f6a888-ad26-4af3-b58b-bd9ad1c85d65] Socket close event received\n2025-08-04 14:40:05.090 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56173 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:41:05.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:41:05.050 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][59e0abb0-5dd1-4e02-a6b3-528fc42fb1b1] received connection request\n2025-08-04 14:41:05.050 [info] [command][33fe94c9-1d14-487f-be1f-750610878bb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""33fe94c9-1d14-487f-be1f-750610878bb5""}\n2025-08-04 14:41:05.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:41:05.112 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][59e0abb0-5dd1-4e02-a6b3-528fc42fb1b1] socks forwarding established\n2025-08-04 14:41:05.162 [info] [command][33fe94c9-1d14-487f-be1f-750610878bb5] Process exited with code 0\n2025-08-04 14:41:05.163 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][59e0abb0-5dd1-4e02-a6b3-528fc42fb1b1] socks connection closed\n2025-08-04 14:41:05.163 [info] [command][33fe94c9-1d14-487f-be1f-750610878bb5] Socket close event received\n2025-08-04 14:41:05.207 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56208 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:42:05.167 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:42:05.168 [info] [command][3bb986d2-918f-4fdc-bccb-cd6abc9d18ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""3bb986d2-918f-4fdc-bccb-cd6abc9d18ae""}\n2025-08-04 14:42:05.169 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][25267d6b-89be-4098-9d29-767d81119b97] received connection request\n2025-08-04 14:42:05.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:42:05.219 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][25267d6b-89be-4098-9d29-767d81119b97] socks forwarding established\n2025-08-04 14:42:05.278 [info] [command][3bb986d2-918f-4fdc-bccb-cd6abc9d18ae] Process exited with code 0\n2025-08-04 14:42:05.278 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][25267d6b-89be-4098-9d29-767d81119b97] socks connection closed\n2025-08-04 14:42:05.278 [info] [command][3bb986d2-918f-4fdc-bccb-cd6abc9d18ae] Socket close event received\n2025-08-04 14:42:05.372 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56255 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:43:05.280 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:43:05.282 [info] [command][51976024-0854-4c50-879b-1db82104ce85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""51976024-0854-4c50-879b-1db82104ce85""}\n2025-08-04 14:43:05.282 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][2da43941-0728-4b05-ae92-80f1f38b5d67] received connection request\n2025-08-04 14:43:05.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:43:05.337 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][2da43941-0728-4b05-ae92-80f1f38b5d67] socks forwarding established\n2025-08-04 14:43:05.387 [info] [command][51976024-0854-4c50-879b-1db82104ce85] Process exited with code 0\n2025-08-04 14:43:05.387 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][2da43941-0728-4b05-ae92-80f1f38b5d67] socks connection closed\n2025-08-04 14:43:05.387 [info] [command][51976024-0854-4c50-879b-1db82104ce85] Socket close event received\n2025-08-04 14:43:05.433 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56291 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:44:05.391 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:44:05.394 [info] [command][3cdc9601-6e24-4caa-8b12-4ef599ed0ca1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""3cdc9601-6e24-4caa-8b12-4ef599ed0ca1""}\n2025-08-04 14:44:05.394 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][537106e3-ecc4-41c0-8290-a67e90e7181c] received connection request\n2025-08-04 14:44:05.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:44:05.443 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][537106e3-ecc4-41c0-8290-a67e90e7181c] socks forwarding established\n2025-08-04 14:44:05.499 [info] [command][3cdc9601-6e24-4caa-8b12-4ef599ed0ca1] Process exited with code 0\n2025-08-04 14:44:05.499 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][537106e3-ecc4-41c0-8290-a67e90e7181c] socks connection closed\n2025-08-04 14:44:05.499 [info] [command][3cdc9601-6e24-4caa-8b12-4ef599ed0ca1] Socket close event received\n2025-08-04 14:44:05.590 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56325 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:45:05.502 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:45:05.504 [info] [command][2cf469e2-28b3-448b-9e42-e9921211b2f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""2cf469e2-28b3-448b-9e42-e9921211b2f5""}\n2025-08-04 14:45:05.504 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][1b9845d0-b30a-4e4a-aa20-65f3523df07f] received connection request\n2025-08-04 14:45:05.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\n\n2025-08-04 14:45:05.504 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:45:05.553 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][1b9845d0-b30a-4e4a-aa20-65f3523df07f] socks forwarding established\n2025-08-04 14:45:05.611 [info] [command][2cf469e2-28b3-448b-9e42-e9921211b2f5] Process exited with code 0\n2025-08-04 14:45:05.611 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][1b9845d0-b30a-4e4a-aa20-65f3523df07f] socks connection closed\n2025-08-04 14:45:05.611 [info] [command][2cf469e2-28b3-448b-9e42-e9921211b2f5] Socket close event received\n2025-08-04 14:45:05.730 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56345 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:46:05.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:46:05.619 [info] [command][343d91d1-45cc-49d7-86e7-99fb461fbe80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""343d91d1-45cc-49d7-86e7-99fb461fbe80""}\n2025-08-04 14:46:05.619 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][80b55e37-b9a3-4f68-bad0-714f6e4d5a0b] received connection request\n2025-08-04 14:46:05.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:46:05.717 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][80b55e37-b9a3-4f68-bad0-714f6e4d5a0b] socks forwarding established\n2025-08-04 14:46:06.136 [info] [command][343d91d1-45cc-49d7-86e7-99fb461fbe80] Process exited with code 0\n2025-08-04 14:46:06.136 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][80b55e37-b9a3-4f68-bad0-714f6e4d5a0b] socks connection closed\n2025-08-04 14:46:06.137 [info] [command][343d91d1-45cc-49d7-86e7-99fb461fbe80] Socket close event received\n2025-08-04 14:46:06.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56380 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:47:06.142 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:47:06.146 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][d366a374-5403-4ecc-897b-f078ed1581b2] received connection request\n2025-08-04 14:47:06.146 [info] [command][0fb2307f-5c90-4f87-9e86-fdd8883140b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""0fb2307f-5c90-4f87-9e86-fdd8883140b5""}\n2025-08-04 14:47:06.146 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:47:06.197 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][d366a374-5403-4ecc-897b-f078ed1581b2] socks forwarding established\n2025-08-04 14:47:06.258 [info] [command][0fb2307f-5c90-4f87-9e86-fdd8883140b5] Process exited with code 0\n2025-08-04 14:47:06.259 [info] [command][0fb2307f-5c90-4f87-9e86-fdd8883140b5] Socket close event received\n2025-08-04 14:47:06.309 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][d366a374-5403-4ecc-897b-f078ed1581b2] socks connection closed\n2025-08-04 14:47:06.309 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56415 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:48:06.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:48:06.265 [info] [command][898057a5-6667-4e50-a845-8e7504203319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""898057a5-6667-4e50-a845-8e7504203319""}\n2025-08-04 14:48:06.265 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][e0e3aebe-d342-42e7-81b4-d0ab58d8749f] received connection request\n2025-08-04 14:48:06.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:48:06.336 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e0e3aebe-d342-42e7-81b4-d0ab58d8749f] socks forwarding established\n2025-08-04 14:48:06.388 [info] [command][898057a5-6667-4e50-a845-8e7504203319] Process exited with code 0\n2025-08-04 14:48:06.388 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e0e3aebe-d342-42e7-81b4-d0ab58d8749f] socks connection closed\n2025-08-04 14:48:06.389 [info] [command][898057a5-6667-4e50-a845-8e7504203319] Socket close event received\n2025-08-04 14:48:06.436 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56445 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:49:06.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:49:06.396 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][3315a1a2-d7b1-4690-8e04-19fa54a34150] received connection request\n2025-08-04 14:49:06.396 [info] [command][1c8c2f48-1ade-40d1-b190-4d57c7b61603] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""1c8c2f48-1ade-40d1-b190-4d57c7b61603""}\n2025-08-04 14:49:06.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:49:06.444 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][3315a1a2-d7b1-4690-8e04-19fa54a34150] socks forwarding established\n2025-08-04 14:49:06.500 [info] [command][1c8c2f48-1ade-40d1-b190-4d57c7b61603] Process exited with code 0\n2025-08-04 14:49:06.500 [info] [command][1c8c2f48-1ade-40d1-b190-4d57c7b61603] Socket close event received\n2025-08-04 14:49:06.541 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][3315a1a2-d7b1-4690-8e04-19fa54a34150] socks connection closed\n2025-08-04 14:49:06.548 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56480 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:50:06.502 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:50:06.505 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][6482968b-ac83-4adb-93fe-247af925f6a3] received connection request\n2025-08-04 14:50:06.505 [info] [command][ac1e0c08-398d-417e-9599-b591e42683b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""ac1e0c08-398d-417e-9599-b591e42683b8""}\n2025-08-04 14:50:06.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:50:06.559 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][6482968b-ac83-4adb-93fe-247af925f6a3] socks forwarding established\n2025-08-04 14:50:06.688 [info] [command][ac1e0c08-398d-417e-9599-b591e42683b8] Process exited with code 0\n2025-08-04 14:50:06.688 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][6482968b-ac83-4adb-93fe-247af925f6a3] socks connection closed\n2025-08-04 14:50:06.688 [info] [command][ac1e0c08-398d-417e-9599-b591e42683b8] Socket close event received\n2025-08-04 14:50:06.740 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56500 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:51:06.694 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:51:06.696 [info] [command][1325d715-4bc5-44c0-af52-36dd1be66469] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""1325d715-4bc5-44c0-af52-36dd1be66469""}\n2025-08-04 14:51:06.696 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][e5f01754-b1ca-4414-ba1b-0c78606e8472] received connection request\n2025-08-04 14:51:06.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:51:06.745 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e5f01754-b1ca-4414-ba1b-0c78606e8472] socks forwarding established\n2025-08-04 14:51:06.852 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][e5f01754-b1ca-4414-ba1b-0c78606e8472] socks connection closed\n2025-08-04 14:51:06.853 [info] [command][1325d715-4bc5-44c0-af52-36dd1be66469] Process exited with code 0\n2025-08-04 14:51:06.853 [info] [command][1325d715-4bc5-44c0-af52-36dd1be66469] Socket close event received\n2025-08-04 14:51:06.932 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56544 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:52:06.857 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:52:06.859 [info] [command][7a112b64-856f-4519-ba7f-2e42e154e40e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""7a112b64-856f-4519-ba7f-2e42e154e40e""}\n2025-08-04 14:52:06.860 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][4115841f-54e3-418c-b0e1-0b0f205e648b] received connection request\n2025-08-04 14:52:06.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:52:06.908 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4115841f-54e3-418c-b0e1-0b0f205e648b] socks forwarding established\n2025-08-04 14:52:07.002 [info] [command][7a112b64-856f-4519-ba7f-2e42e154e40e] Process exited with code 0\n2025-08-04 14:52:07.003 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4115841f-54e3-418c-b0e1-0b0f205e648b] socks connection closed\n2025-08-04 14:52:07.003 [info] [command][7a112b64-856f-4519-ba7f-2e42e154e40e] Socket close event received\n2025-08-04 14:52:07.052 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56579 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:53:07.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:53:07.010 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][fa8b7183-bb45-46c8-a5f6-c7a791327735] received connection request\n2025-08-04 14:53:07.011 [info] [command][b1b55aeb-8cee-4b31-bb01-bd7b3b3cee94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""b1b55aeb-8cee-4b31-bb01-bd7b3b3cee94""}\n2025-08-04 14:53:07.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:53:07.059 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][fa8b7183-bb45-46c8-a5f6-c7a791327735] socks forwarding established\n2025-08-04 14:53:07.111 [info] [command][b1b55aeb-8cee-4b31-bb01-bd7b3b3cee94] Process exited with code 0\n2025-08-04 14:53:07.111 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][fa8b7183-bb45-46c8-a5f6-c7a791327735] socks connection closed\n2025-08-04 14:53:07.111 [info] [command][b1b55aeb-8cee-4b31-bb01-bd7b3b3cee94] Socket close event received\n2025-08-04 14:53:07.181 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56605 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:54:07.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:54:07.118 [info] [command][0e1d1f4f-5d08-42ff-90cb-95de6c779579] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""0e1d1f4f-5d08-42ff-90cb-95de6c779579""}\n2025-08-04 14:54:07.118 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][25b464c7-019b-4080-b666-b42640ff6a7a] received connection request\n2025-08-04 14:54:07.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:54:07.168 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][25b464c7-019b-4080-b666-b42640ff6a7a] socks forwarding established\n2025-08-04 14:54:07.223 [info] [command][0e1d1f4f-5d08-42ff-90cb-95de6c779579] Process exited with code 0\n2025-08-04 14:54:07.224 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][25b464c7-019b-4080-b666-b42640ff6a7a] socks connection closed\n2025-08-04 14:54:07.224 [info] [command][0e1d1f4f-5d08-42ff-90cb-95de6c779579] Socket close event received\n2025-08-04 14:54:07.273 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56643 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:55:07.225 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:55:07.227 [info] [command][7f56eca3-d971-49c3-ad68-f1533a003674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""7f56eca3-d971-49c3-ad68-f1533a003674""}\n2025-08-04 14:55:07.227 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][15b4bd92-311a-4d5f-8a15-2d40aec101c7] received connection request\n2025-08-04 14:55:07.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:55:07.274 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][15b4bd92-311a-4d5f-8a15-2d40aec101c7] socks forwarding established\n2025-08-04 14:55:07.329 [info] [command][7f56eca3-d971-49c3-ad68-f1533a003674] Process exited with code 0\n2025-08-04 14:55:07.329 [info] [command][7f56eca3-d971-49c3-ad68-f1533a003674] Socket close event received\n2025-08-04 14:55:07.330 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][15b4bd92-311a-4d5f-8a15-2d40aec101c7] socks connection closed\n2025-08-04 14:55:07.376 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56662 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:56:07.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:56:07.334 [info] [command][744884fc-525e-44f4-b547-9500566cd320] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""744884fc-525e-44f4-b547-9500566cd320""}\n2025-08-04 14:56:07.335 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][66a4954a-553a-4b44-bda9-ad2b3b4481ba] received connection request\n2025-08-04 14:56:07.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:56:07.384 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][66a4954a-553a-4b44-bda9-ad2b3b4481ba] socks forwarding established\n2025-08-04 14:56:07.533 [info] [command][744884fc-525e-44f4-b547-9500566cd320] Process exited with code 0\n2025-08-04 14:56:07.534 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][66a4954a-553a-4b44-bda9-ad2b3b4481ba] socks connection closed\n2025-08-04 14:56:07.534 [info] [command][744884fc-525e-44f4-b547-9500566cd320] Socket close event received\n2025-08-04 14:56:07.583 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56697 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:57:07.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:57:07.542 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][84a40630-4641-4e96-8f33-a2866f6665b7] received connection request\n2025-08-04 14:57:07.542 [info] [command][bcc28ec3-eac3-432f-a399-151053740ca2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""bcc28ec3-eac3-432f-a399-151053740ca2""}\n2025-08-04 14:57:07.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:57:07.590 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][84a40630-4641-4e96-8f33-a2866f6665b7] socks forwarding established\n2025-08-04 14:57:07.657 [info] [command][bcc28ec3-eac3-432f-a399-151053740ca2] Process exited with code 0\n2025-08-04 14:57:07.657 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][84a40630-4641-4e96-8f33-a2866f6665b7] socks connection closed\n2025-08-04 14:57:07.657 [info] [command][bcc28ec3-eac3-432f-a399-151053740ca2] Socket close event received\n2025-08-04 14:57:07.703 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55006 for 127.0.0.1 port 41695, connect from 127.0.0.1 port 56734 to 127.0.0.1 port 55006, nchannels 6\n\n2025-08-04 14:58:07.662 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:58:07.663 [info] [command][964a39af-4214-423e-bc45-864211ca410f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""964a39af-4214-423e-bc45-864211ca410f""}\n2025-08-04 14:58:07.664 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][5747559e-f18f-43b0-b490-5de0ea89960b] received connection request\n2025-08-04 14:58:07.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:58:24.514 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][e02ede9b-7042-4078-87e1-b45c992b61c8] received connection request\n2025-08-04 14:58:24.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 55006 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 14:58:34.936 [info] (ssh_tunnel) stderr: Read from remote host login.haicore.berlin: No route to host\nclient_loop: send disconnect: Broken pipe\n\n2025-08-04 14:58:34.938 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][5de36f45-9b76-4f50-8ed3-fd4625ccce2c] socks connection closed\n2025-08-04 14:58:34.938 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][bdaea443-398b-453c-92f9-f259e2ddc772] socks connection closed\n2025-08-04 14:58:34.941 [error] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][5747559e-f18f-43b0-b490-5de0ea89960b] error while creating socks forwarding Socket closed\n2025-08-04 14:58:34.942 [error] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][e02ede9b-7042-4078-87e1-b45c992b61c8] error while creating socks forwarding Socket closed\n2025-08-04 14:58:34.943 [info] [command][964a39af-4214-423e-bc45-864211ca410f] Socket end event received\n2025-08-04 14:58:34.944 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 14:58:34.945 [info] [command][964a39af-4214-423e-bc45-864211ca410f] Socket close event received\n2025-08-04 14:58:34.955 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-04 14:58:34.955 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-04 14:58:34.964 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][4ce84c8b-5e14-4420-a9b6-3a685619bbaf] received connection request\n2025-08-04 14:58:34.964 [error] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][4ce84c8b-5e14-4420-a9b6-3a685619bbaf] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:55006\n2025-08-04 14:58:34.969 [error] Failed to connect to Cursor server at http://127.0.0.1:55013, attempt 1 of 3 fetch failed\n2025-08-04 14:58:35.970 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][03e5eb63-3ed2-4174-bbd5-8a4f70369963] received connection request\n2025-08-04 14:58:35.971 [error] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][03e5eb63-3ed2-4174-bbd5-8a4f70369963] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:55006\n2025-08-04 14:58:35.971 [error] Failed to connect to Cursor server at http://127.0.0.1:55013, attempt 2 of 3 fetch failed\n2025-08-04 14:58:36.980 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][ab900513-24c2-4d94-9741-bebe8591620a] received connection request\n2025-08-04 14:58:36.981 [error] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][ab900513-24c2-4d94-9741-bebe8591620a] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:55006\n2025-08-04 14:58:36.982 [error] Failed to connect to Cursor server at http://127.0.0.1:55013, attempt 3 of 3 fetch failed\n2025-08-04 14:58:36.982 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-04 14:58:36.982 [info] [forwarding][code] returning existing forwarding server listening on local port 55013\n2025-08-04 14:58:36.982 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 4c9a9b10-f533-4c1f-88b5-cf0c2143c274\n2025-08-04 14:58:36.982 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 55014\n2025-08-04 14:58:36.982 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 2d0fd455-6078-47d7-a0f0-0a0de51364b9\n2025-08-04 14:58:36.982 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55014\n2025-08-04 14:58:36.986 [info] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:41695][4c6ca973-5c55-4e8d-8252-01cb7c97ae18] received connection request\n2025-08-04 14:58:36.986 [info] [command][28b1ac97-2b0b-401d-8775-f9175dcca8fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""2d0fd455-6078-47d7-a0f0-0a0de51364b9"",""id"":""28b1ac97-2b0b-401d-8775-f9175dcca8fa""}\n2025-08-04 14:58:36.987 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][2478e8fa-1198-4e5c-9b66-5e7a7566a5c8] received connection request\n2025-08-04 14:58:36.988 [error] [forwarding][multiplex][127.0.0.1:55014 -> 127.0.0.1:55006 -> 127.0.0.1:41695][4c6ca973-5c55-4e8d-8252-01cb7c97ae18] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:55006\n2025-08-04 14:58:36.988 [info] [command][28b1ac97-2b0b-401d-8775-f9175dcca8fa] Socket end event received\n2025-08-04 14:58:36.988 [error] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][2478e8fa-1198-4e5c-9b66-5e7a7566a5c8] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:55006\n2025-08-04 14:58:36.989 [info] [command][28b1ac97-2b0b-401d-8775-f9175dcca8fa] Socket close event received\n2025-08-04 14:58:36.989 [error] Failed to connect to Cursor server at http://127.0.0.1:55013, attempt 1 of 3 fetch failed\n2025-08-04 14:58:37.999 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][8b8bf82c-554d-43a9-b5b2-211fe159d669] received connection request\n2025-08-04 14:58:38.000 [error] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][8b8bf82c-554d-43a9-b5b2-211fe159d669] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:55006\n2025-08-04 14:58:38.000 [error] Failed to connect to Cursor server at http://127.0.0.1:55013, attempt 2 of 3 fetch failed\n2025-08-04 14:58:39.005 [info] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:44817][63aad9ef-27c4-4726-8b02-2c39565be782] received connection request\n2025-08-04 14:58:39.006 [error] [forwarding][code][127.0.0.1:55013 -> 127.0.0.1:55006 -> 127.0.0.1:44817][63aad9ef-27c4-4726-8b02-2c39565be782] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:55006\n2025-08-04 14:58:39.007 [error] Failed to connect to Cursor server at http://127.0.0.1:55013, attempt 3 of 3 fetch failed\n2025-08-04 14:58:39.007 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-04 14:58:39.090 [info] Terminating existing SSH process with pid: 54618\n2025-08-04 14:58:39.091 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-04 14:58:39.091 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-7fQ2kO/socket.sock\n2025-08-04 14:58:39.096 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2426.sh"" | ssh -v -T -D 57004 login.haicore.berlin bash --login -c bash\n2025-08-04 14:58:39.096 [info] Started installation script. Waiting for it to finish...\n2025-08-04 14:58:39.096 [info] Waiting for server to install via process(56301)...\n2025-08-04 14:58:39.106 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-04 14:58:39.106 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 14:58:39.107 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 14:58:39.107 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 14:58:39.107 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 14:58:38.280 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-04 14:58:38.281 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-04 14:58:38.281 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-04 14:58:38.281 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-04 14:58:38.322 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-04 14:58:38.323 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-04 14:58:38.323 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-04 14:58:38.354 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-04 14:58:38.355 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-04 14:58:38.397 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-04 14:58:38.398 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-04 14:58:38.398 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-04 14:58:38.400 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-08-04 14:58:38.400 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-04 14:58:38.400 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-04 14:58:38.400 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\n\n2025-08-04 14:58:38.400 [info] (ssh_tunnel) stderr: debug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-04 14:58:38.514 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-04 14:58:38.588 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-04 14:58:38.592 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-04 14:58:38.592 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 14:58:38.651 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-04 14:58:38.723 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-04 14:58:38.840 [info] Askpass server received request: POST /\n2025-08-04 14:58:38.841 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-04 14:58:38.841 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-04 17:46:09.505 [error] Password authentication cancelled\n2025-08-04 17:46:09.513 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-04 17:46:09.524 [info] (ssh_tunnel) stderr: ssh_dispatch_run_fatal: Connection to 141.80.150.4 port 22: Broken pipe\n\n2025-08-04 17:46:09.526 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-04 17:46:09.528 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 17:46:09.528 [error] Failed to connect after 1 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 17:46:09.528 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2426.sh\n2025-08-04 17:46:09.529 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-04 17:46:13.426 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-04 17:46:13.434 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VKYZQV/socket.sock\n2025-08-04 17:46:13.435 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-04 17:46:13.437 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VKYZQV/socket.sock\n2025-08-04 17:46:13.439 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_55681.sh"" | ssh -v -T -D 63700 login.haicore.berlin bash --login -c bash\n2025-08-04 17:46:13.439 [info] Started installation script. Waiting for it to finish...\n2025-08-04 17:46:13.439 [info] Waiting for server to install via process(61684)...\n2025-08-04 17:46:13.446 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-04 17:46:13.446 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-04 17:46:13.447 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-04 17:46:13.448 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-04 17:46:13.448 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-04 17:46:13.556 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-04 17:46:13.557 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-04 17:46:13.557 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-04 17:46:13.609 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-04 17:46:13.611 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-04 17:46:13.611 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-04 17:46:13.657 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-04 17:46:13.657 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-04 17:46:13.657 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-04 17:46:13.706 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-04 17:46:13.707 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-04 17:46:13.707 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-04 17:46:13.711 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-04 17:46:13.711 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\n\n2025-08-04 17:46:13.711 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-04 17:46:13.852 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-04 17:46:13.904 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-04 17:46:13.907 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-04 17:46:13.907 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 17:46:14.000 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-04 17:46:14.073 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:63700 forwarded to remote address socks:0\n\n2025-08-04 17:46:14.073 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 63700.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 63700.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-04 17:46:14.073 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-04 17:46:14.261 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-04 17:46:14.263 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-04 17:46:14.271 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-04 17:46:14.306 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-04 17:46:14.747 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-04 17:46:14.770 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 17:46:14.771 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-04 17:46:14.775 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-04 17:46:14.786 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 17:46:14.805 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-04 17:46:14.808 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 17:46:14.812 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-04 17:46:14.817 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js e20056ce-f2b2-48b0-bb2a-bee31a4860f3\n\n2025-08-04 17:46:14.821 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2044697 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-04 17:46:15.358 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 2044722 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 17:46:15.860 [info] (ssh_tunnel) stdout: a03526147c0c45771667ef73: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==39787==\nmultiplexConnectionToken==e20056ce-f2b2-48b0-bb2a-bee31a4860f3==\ncodeListeningOn==42247==\ncodeConnectionToken==64571787-347d-4eb9-9f28-1aada3dbe21b==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\na03526147c0c45771667ef73: end\n\n2025-08-04 17:46:15.861 [info] Server install command exit code: 0\n2025-08-04 17:46:15.861 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_55681.sh\n2025-08-04 17:46:15.862 [info] [forwarding][code] creating new forwarding server\n2025-08-04 17:46:15.862 [info] [forwarding][code] server listening on 127.0.0.1:63708\n2025-08-04 17:46:15.862 [info] [forwarding][code] Set up server\n2025-08-04 17:46:15.862 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 64571787-347d-4eb9-9f28-1aada3dbe21b\n2025-08-04 17:46:15.862 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-04 17:46:15.862 [info] [forwarding][multiplex] server listening on 127.0.0.1:63709\n2025-08-04 17:46:15.862 [info] [forwarding][multiplex] Set up server\n2025-08-04 17:46:15.863 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: e20056ce-f2b2-48b0-bb2a-bee31a4860f3\n2025-08-04 17:46:15.863 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63709\n2025-08-04 17:46:15.864 [info] [remote-ssh] Resolved exec server. Socks port: 63700\n2025-08-04 17:46:15.864 [info] Setting up 0 default forwarded ports\n2025-08-04 17:46:15.864 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63708,""connectionToken"":""64571787-347d-4eb9-9f28-1aada3dbe21b"",""extensionHostEnv"":{}}. Socks port: 63700\n2025-08-04 17:46:15.865 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-04 17:46:15.868 [info] [command][339e90c8-3e2e-4699-b18a-950813f41554] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""e20056ce-f2b2-48b0-bb2a-bee31a4860f3"",""id"":""339e90c8-3e2e-4699-b18a-950813f41554""}\n2025-08-04 17:46:15.868 [info] [forwarding][multiplex][127.0.0.1:63709 -> 127.0.0.1:39787][5e443589-f6cf-4c48-9d73-c62b906d0e81] received connection request\n2025-08-04 17:46:15.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 63700 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 17:46:15.911 [info] [forwarding][code][127.0.0.1:63708 -> 127.0.0.1:42247][94331644-9ad5-4fe7-87e9-4385eb0461dc] received connection request\n2025-08-04 17:46:15.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 63700 forwarding to socks port 0 requested.\n\n2025-08-04 17:46:15.912 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 17:46:15.917 [info] [forwarding][multiplex][127.0.0.1:63709 -> 127.0.0.1:63700 -> 127.0.0.1:39787][5e443589-f6cf-4c48-9d73-c62b906d0e81] socks forwarding established\n2025-08-04 17:46:15.960 [info] [forwarding][code][127.0.0.1:63708 -> 127.0.0.1:63700 -> 127.0.0.1:42247][94331644-9ad5-4fe7-87e9-4385eb0461dc] socks forwarding established\n2025-08-04 17:46:15.985 [info] [command][339e90c8-3e2e-4699-b18a-950813f41554] Process exited with code 0\n2025-08-04 17:46:15.986 [info] [forwarding][multiplex][127.0.0.1:63709 -> 127.0.0.1:63700 -> 127.0.0.1:39787][5e443589-f6cf-4c48-9d73-c62b906d0e81] socks connection closed\n2025-08-04 17:46:15.986 [info] [command][339e90c8-3e2e-4699-b18a-950813f41554] Socket close event received\n2025-08-04 17:46:16.024 [info] [forwarding][code][127.0.0.1:63708 -> 127.0.0.1:42247][50b9e426-51ab-4350-9303-9ed51ee78fc9] received connection request\n2025-08-04 17:46:16.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 63700 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-04 17:46:16.038 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63700 for 127.0.0.1 port 39787, connect from 127.0.0.1 port 63711 to 127.0.0.1 port 63700, nchannels 6\n\n2025-08-04 17:46:16.070 [info] [forwarding][code][127.0.0.1:63708 -> 127.0.0.1:63700 -> 127.0.0.1:42247][50b9e426-51ab-4350-9303-9ed51ee78fc9] socks forwarding established\n2025-08-04 17:46:16.292 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-04 17:46:18.877 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-04 17:46:18.877 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-04 17:46:18.878 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-04 17:46:18.879 [info] [tunnel-forwarding][localhost:9001 -> 127.0.0.1:9001] server listening\n2025-08-04 17:46:18.879 [info] Cross binding to [::1]:9001. Originally bound to 127.0.0.1:9001\n2025-08-04 17:46:18.879 [info] [tunnel-forwarding][::1:9001 -> 127.0.0.1:9001] server listening\n2025-08-04 17:46:18.880 [info] [tunnel-forwarding][localhost:6006 -> localhost:6006] server listening\n2025-08-04 17:46:18.880 [info] Cross binding to [::1]:6006. Originally bound to 127.0.0.1:6006\n2025-08-04 17:46:18.880 [info] [tunnel-forwarding][::1:6006 -> localhost:6006] server listening\n",log,tab +3,109,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +4,156,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"5:46:19 PM [info] Activating crowd-code\n5:46:19 PM [info] Recording started\n5:46:19 PM [info] Initializing git provider using file system watchers...\n",Log,tab +5,242,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"5:46:19 PM [info] Git repository found\n5:46:19 PM [info] Git provider initialized successfully\n5:46:19 PM [info] Initial git state: [object Object]\n",Log,content +6,21280,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7,94378,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n use_gt_actions: bool = False\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n gt = jnp.asarray(inputs[""videos""], dtype=jnp.float32) / 255.0\n inputs[""videos""] = gt.astype(args.dtype)\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = gt.clip(0, 1).reshape(-1, *gt.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n if args.use_gt_actions:\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_actions, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n else:\n codebook_usage_lam = None\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_actions=args.num_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n use_gt_actions=args.use_gt_actions,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n del genie\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n use_gt_actions=args.use_gt_actions,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos, actions in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, actions=actions, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(optimizer.model, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +8,155411,"train_dynamics.py",12481,0,"",python,selection_command +9,155516,"train_dynamics.py",12488,0,"",python,selection_command +10,155766,"train_dynamics.py",12490,0,"",python,selection_command +11,155801,"train_dynamics.py",12494,0,"",python,selection_command +12,155831,"train_dynamics.py",12495,0,"",python,selection_command +13,155867,"train_dynamics.py",12501,0,"",python,selection_command +14,155898,"train_dynamics.py",12502,0,"",python,selection_command +15,155931,"train_dynamics.py",12508,0,"",python,selection_command +16,156074,"train_dynamics.py",12469,0,"",python,selection_command +17,162881,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +18,164361,"train_dynamics.py",0,0,"",python,tab +19,164365,"TERMINAL",0,0,"",,terminal_focus +20,165147,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +21,165150,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login2:~/jafar",,terminal_output +22,170009,"TERMINAL",0,0,"squeue --me",,terminal_command +23,170032,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n 14956 franz.sram interacti 1 1 R 2025-08-04T14:20:16 2025-08-04T14:20:16 3:28:53 10:00:00 hai007\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +24,171366,"TERMINAL",0,0,"scancel --me",,terminal_command +25,171392,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login2:~/jafar",,terminal_output +26,172747,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +27,172801,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14959\r\n",,terminal_output +28,172905,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +29,173902,"TERMINAL",0,0,"salloc: Nodes hai005 are ready for job\r\n",,terminal_output +30,174299,"TERMINAL",0,0,"Running inside SLURM, Job ID 14959.\r\n",,terminal_output +31,174393,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +32,175063,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +33,176550,"TERMINAL",0,0,"t': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_output +34,176662,"TERMINAL",0,0,"\ro': bash experiments/tokenizer_grain_checkpointing.sh [1@k': bash experiments/tok",,terminal_output +35,177460,"TERMINAL",0,0,"\r[25@[franz.srambical@hai005.haicore.berlin:~/jafar] $ bash experiments/tok",,terminal_output +36,177553,"TERMINAL",0,0,"",,terminal_output +37,177709,"TERMINAL",0,0,"exit",,terminal_output +38,179530,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activatequeue --me[1@cancelalloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G8 --ntasks-per-node=8\rqueue --meexitbash experiments/sample.sh exitsource /home/franz.srambical/jafar/.venv/bin/activatequeue --mealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\rbash experiments/sample.sh salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\rcancel --mealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\rexitsource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\rource /home/franz.srambical/jafar/.venv/bin/activatequeuealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100Ggpus=1--gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00 --time=01:00:00\rgit stash popsqueue --mealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\rgit stashreset --soft HEAD~1salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00\rbash experiments/sample.sh exitsource /home/franz.srambical/jafar/.venv/bin/activate\r/home/franz.srambical/jafar/.venv/bin/pythonsource /home/franz.srambical/jafar/.venv/bin/activate\rpre-commit run --all-filesgit stashbranch -d full-precision-before-loss-calc stash popsource /home/franz.srambical/jafar/.venv/bin/activatequeue --mealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:0010:00:00\rource /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +39,181134,"TERMINAL",0,0,"\rgit stash pop popsource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activate\rgit stash pop popsalloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activatecancel --mealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rqueue --meource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rexitsource /home/franz.srambical/jafar/.venv/bin/activate\rwhich pythonsource /home/franz.srambical/jafar/.venv/bin/activatesh hai007 -L 8888:8888-N -L localhost:8888:hai007:8888 hai007ource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activatecancel --meource /home/franz.srambical/jafar/.venv/bin/activatequeue --mealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activatequeue --me[1@cancelalloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activate\rpythonuv pip show tensorboard[3@installxprofexit",,terminal_output +40,181730,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate\rmkdir tensorboard[15@tensorboard --logsource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activatequeue --mealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00\rource /home/franz.srambical/jafar/.venv/bin/activatealloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\r",,terminal_output +41,182029,"TERMINAL",0,0,"",,terminal_output +42,182099,"TERMINAL",0,0,"",,terminal_output +43,182204,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +44,182541,"TERMINAL",0,0,"b': source /home/franz.srambical/jafar/.venv/bin/activate\ra': bash experiments/sample.sh \r",,terminal_output +45,182630,"TERMINAL",0,0,"[1@s': bas",,terminal_output +46,182742,"TERMINAL",0,0,"[1@h': bash",,terminal_output +47,183083,"TERMINAL",0,0,"\r[24@[franz.srambical@hai005.haicore.berlin:~/jafar] $ bash",,terminal_output +48,184248,"TERMINAL",0,0,"\r(reverse-i-search)`': bash experiments/sample.sh ",,terminal_output +49,185404,"TERMINAL",0,0,"\rd': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00",,terminal_output +50,185480,"TERMINAL",0,0,"\ry': bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +51,185528,"TERMINAL",0,0,"[1@n': bash experiments/dyn",,terminal_output +52,185699,"TERMINAL",0,0,"[1@a': bash experiments/dyna",,terminal_output +53,185807,"TERMINAL",0,0,"[1@m': bash experiments/dynam",,terminal_output +54,185919,"TERMINAL",0,0,"[1@i': bash experiments/dynami[1@c': bash experiments/dynamic",,terminal_output +55,185979,"TERMINAL",0,0,"[1@s': bash experiments/dynamics",,terminal_output +56,189686,"TERMINAL",0,0,"\r[20@[franz.srambical@hai005.haicore.berlin:~/jafar] $ bash experiments/dynamics",,terminal_output +57,189939,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +58,196657,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +59,202976,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +60,204692,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +61,205225,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +62,207144,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +63,222404,"TERMINAL",0,0,"ERROR:absl:Error occurred in child process with worker_index: 7\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 81, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n",,terminal_output +64,223198,"TERMINAL",0,0,"ERROR:absl:Processing Failed. Shutting down.\r\n",,terminal_output +65,226428,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 364, in \r\n for videos, actions in dataloader:\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 358, in \r\n dataloader = (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__\r\n result_record = next(self._iterator)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context\r\n yield from it\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 784, in __next__\r\n raise element\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 616, in _process_elements_in_grain_pool\r\n for element in g_pool:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 498, in __next__\r\n raise self.worker_error_queue.get(timeout=_QUEUE_WAIT_TIMEOUT)\r\ngrain._src.python.grain_pool.RemoteWorkerError: Grain worker 7 failed with the following error:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 81, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n\r\n",,terminal_output +66,227253,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +67,273851,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\nclass EpisodeLengthFilter(grain.transforms.Filter):\n """"""\n A Grain Filter that keeps only episodes with sufficient length.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the filter with sequence length requirements.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def filter(self, element: Any) -> bool:\n """"""\n Filters episodes based on length.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n\n Returns:\n True if the episode has sufficient length, False otherwise.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n current_episode_len = element[""sequence_length""]\n if current_episode_len < self.seq_len:\n print(\n f""Filtering out episode with length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}.""\n )\n return False\n\n return True\n\n\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int, use_gt_actions: bool):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n self.use_gt_actions = use_gt_actions\n\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(\n f""Episode length {current_episode_len} is shorter than ""\n f""requested sequence length {self.seq_len}. This should ""\n f""have been filtered out.""\n )\n\n max_start_idx = current_episode_len - self.seq_len\n\n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n if self.use_gt_actions:\n action_tensor = element[""actions""]\n actions = action_tensor[start_idx : start_idx + self.seq_len]\n return seq, actions\n else:\n return seq\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n use_gt_actions: bool = False,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n\n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=None,\n seed=seed,\n )\n\n operations = [\n EpisodeLengthFilter(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n ProcessEpisodeAndSlice(\n seq_len=seq_len,\n image_h=image_h,\n image_w=image_w,\n image_c=image_c,\n use_gt_actions=use_gt_actions,\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n )\n\n return dataloader\n",python,tab +68,278211,"utils/dataloader.py",2628,0,"",python,selection_command +69,289450,"utils/dataloader.py",1963,0,"",python,selection_command +70,291083,"utils/dataloader.py",2628,0,"",python,selection_command +71,295450,"utils/dataloader.py",3369,0,"",python,selection_command +72,296638,"utils/dataloader.py",3443,0,"",python,selection_command +73,296792,"utils/dataloader.py",3475,0,"",python,selection_command +74,297009,"utils/dataloader.py",3489,0,"",python,selection_command +75,297129,"utils/dataloader.py",3475,0,"",python,selection_command +76,297297,"utils/dataloader.py",3489,0,"",python,selection_command +77,297506,"utils/dataloader.py",3475,0,"",python,selection_command +78,297690,"utils/dataloader.py",3443,0,"",python,selection_command +79,297808,"utils/dataloader.py",3450,0,"",python,selection_command +80,298017,"utils/dataloader.py",3453,0,"",python,selection_command +81,298095,"utils/dataloader.py",3455,0,"",python,selection_command +82,298757,"utils/dataloader.py",3369,0,"",python,selection_command +83,299995,"utils/dataloader.py",3377,0,"",python,selection_command +84,300144,"utils/dataloader.py",3379,0,"",python,selection_command +85,300993,"utils/dataloader.py",3392,0,"",python,selection_command +86,301960,"utils/dataloader.py",3345,0,"",python,selection_command +87,302305,"utils/dataloader.py",3338,0,"",python,selection_command +88,304818,"utils/dataloader.py",3306,0,"",python,selection_command +89,305068,"utils/dataloader.py",3239,0,"",python,selection_command +90,305097,"utils/dataloader.py",3210,0,"",python,selection_command +91,305129,"utils/dataloader.py",3183,0,"",python,selection_command +92,305158,"utils/dataloader.py",3154,0,"",python,selection_command +93,305200,"utils/dataloader.py",3123,0,"",python,selection_command +94,305230,"utils/dataloader.py",3094,0,"",python,selection_command +95,305264,"utils/dataloader.py",3092,0,"",python,selection_command +96,305316,"utils/dataloader.py",3065,0,"",python,selection_command +97,305336,"utils/dataloader.py",2991,0,"",python,selection_command +98,305365,"utils/dataloader.py",2918,0,"",python,selection_command +99,305397,"utils/dataloader.py",2888,0,"",python,selection_command +100,305431,"utils/dataloader.py",2841,0,"",python,selection_command +101,305467,"utils/dataloader.py",2787,0,"",python,selection_command +102,305499,"utils/dataloader.py",2758,0,"",python,selection_command +103,305531,"utils/dataloader.py",2725,0,"",python,selection_command +104,305566,"utils/dataloader.py",2648,0,"",python,selection_command +105,305605,"utils/dataloader.py",2618,0,"",python,selection_command +106,305631,"utils/dataloader.py",2608,0,"",python,selection_command +107,305664,"utils/dataloader.py",2582,0,"",python,selection_command +108,305698,"utils/dataloader.py",2556,0,"",python,selection_command +109,305747,"utils/dataloader.py",2520,0,"",python,selection_command +110,305767,"utils/dataloader.py",2490,0,"",python,selection_command +111,305801,"utils/dataloader.py",2467,0,"",python,selection_command +112,305833,"utils/dataloader.py",2455,0,"",python,selection_command +113,305870,"utils/dataloader.py",2413,0,"",python,selection_command +114,305906,"utils/dataloader.py",2383,0,"",python,selection_command +115,305934,"utils/dataloader.py",2335,0,"",python,selection_command +116,305960,"utils/dataloader.py",2268,0,"",python,selection_command +117,305994,"utils/dataloader.py",2238,0,"",python,selection_command +118,306031,"utils/dataloader.py",2222,0,"",python,selection_command +119,306067,"utils/dataloader.py",2165,0,"",python,selection_command +120,306137,"utils/dataloader.py",2222,0,"",python,selection_command +121,306398,"utils/dataloader.py",2238,0,"",python,selection_command +122,306431,"utils/dataloader.py",2268,0,"",python,selection_command +123,306454,"utils/dataloader.py",2335,0,"",python,selection_command +124,306506,"utils/dataloader.py",2383,0,"",python,selection_command +125,306517,"utils/dataloader.py",2413,0,"",python,selection_command +126,306549,"utils/dataloader.py",2455,0,"",python,selection_command +127,306581,"utils/dataloader.py",2467,0,"",python,selection_command +128,306615,"utils/dataloader.py",2490,0,"",python,selection_command +129,306804,"utils/dataloader.py",2520,0,"",python,selection_command +130,306996,"utils/dataloader.py",2492,0,"",python,selection_command +131,307103,"utils/dataloader.py",2504,0,"",python,selection_command +132,318402,"utils/dataloader.py",2544,0,"",python,selection_command +133,318651,"utils/dataloader.py",2570,0,"",python,selection_command +134,318677,"utils/dataloader.py",2596,0,"",python,selection_command +135,318729,"utils/dataloader.py",2618,0,"",python,selection_command +136,318747,"utils/dataloader.py",2632,0,"",python,selection_command +137,319025,"utils/dataloader.py",2709,0,"",python,selection_command +138,319208,"utils/dataloader.py",2720,0,"",python,selection_command +139,319465,"utils/dataloader.py",2722,0,"",python,selection_command +140,319491,"utils/dataloader.py",2736,0,"",python,selection_command +141,319521,"utils/dataloader.py",2737,0,"",python,selection_command +142,319553,"utils/dataloader.py",2744,0,"",python,selection_command +143,319587,"utils/dataloader.py",2745,0,"",python,selection_command +144,320160,"utils/dataloader.py",2476,0,"",python,selection_command +145,320909,"utils/dataloader.py",2500,0,"",python,selection_command +146,321150,"utils/dataloader.py",2540,0,"",python,selection_command +147,321185,"utils/dataloader.py",2566,0,"",python,selection_command +148,321214,"utils/dataloader.py",2592,0,"",python,selection_command +149,321248,"utils/dataloader.py",2618,0,"",python,selection_command +150,321280,"utils/dataloader.py",2628,0,"",python,selection_command +151,321315,"utils/dataloader.py",2705,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-210e88c5-c80c-4b42-a393-717923a05daf1751602893995-2025_07_04-06.22.30.835/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-210e88c5-c80c-4b42-a393-717923a05daf1751602893995-2025_07_04-06.22.30.835/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..7753fbd48ec98701217a7a5b0b8293a8481cd366 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-210e88c5-c80c-4b42-a393-717923a05daf1751602893995-2025_07_04-06.22.30.835/source.csv @@ -0,0 +1,162 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,4,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"#!/usr/bin/env bash\nsource .venv/bin/activate\n\n\ndata_dir='data_tfrecords'\n\nsrun python train_tokenizer.py \\n --batch_size 48 \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +2,1227,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"6:22:29 AM [info] Activating crowd-code\n6:22:30 AM [info] Recording started\n6:22:30 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,1964,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"6:22:31 AM [info] Git repository found\n6:22:31 AM [info] Git provider initialized successfully\n",Log,content +4,2138,"extension-output-pdoom-org.crowd-code-#1-crowd-code",245,0,"6:22:31 AM [info] Initial git state: [object Object]\n",Log,content +5,2160,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"",shellscript,tab +6,10632,"TERMINAL",0,0,"/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +7,10679,"TERMINAL",0,0,"]633;E;/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;302e415b-028b-436f-bfd4-9e88a911b8d3]633;C",,terminal_output +8,10769,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0",,terminal_output +9,155553,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18 --cpus-per-task=1 --ntasks-per-node=1",,terminal_command +10,155632,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18 --cpus-per-task=1 --ntasks-per-node=1;d83d794d-068d-45a7-86c8-da2446d84194]633;Csalloc: Granted job allocation 26666090\r\n",,terminal_output +11,155739,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +12,156214,"TERMINAL",0,0,"^Csalloc: Job allocation 26666090 has been revoked.\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +13,156370,"TERMINAL",0,0,"^C",,terminal_command +14,156377,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;d83d794d-068d-45a7-86c8-da2446d84194]633;C]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D",,terminal_output +15,163176,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18,supergpu16 --cpus-per-task=1 --ntasks-per-node=1",,terminal_command +16,163236,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18,supergpu16 --cpus-per-task=1 --ntasks-per-node=1;d83d794d-068d-45a7-86c8-da2446d84194]633;Csalloc: Required node not available (down, drained or reserved)\r\nsalloc: Pending job allocation 26666092\r\nsalloc: job 26666092 queued and waiting for resources\r\n",,terminal_output +17,165340,"TERMINAL",0,0,"^Csalloc: Job allocation 26666092 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +18,169464,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18,supergpu14 --cpus-per-task=1 --ntasks-per-node=1",,terminal_command +19,169496,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18,supergpu14 --cpus-per-task=1 --ntasks-per-node=1;d83d794d-068d-45a7-86c8-da2446d84194]633;Csalloc: error: Problem using reservation\r\nsalloc: error: Job submit/allocate failed: Requested node configuration is not available\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1",,terminal_output +20,175499,"TERMINAL",0,0,"squeue -w supergpu16,supergpu18,gpusrv[69,70],supergpu14",,terminal_command +21,175545,"TERMINAL",0,0,"[?25l\r]633;Ajafar[franz.srambical@hpc-submit01 jafar]$ ]633;Bsqueue -w supergpu16,supergpu18,gpusrv[69,70],supergpu14\r]633;Ajafar[franz.srambical@hpc-submit01 jafar]$ ]633;B\r\n\r\r\n[?2004l\r]633;E;squeue -w supergpu16,supergpu18,gpusrv[69,70],supergpu14;d83d794d-068d-45a7-86c8-da2446d84194]633;C[?25h JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)\r\n 26649778 gpu_p test_kto muhammad R 12:38:31 1 supergpu14\r\n 26644304 gpu_p old_gpt helena.f R 11:31:24 1 supergpu14\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;0",,terminal_output +22,263503,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w gpusrv69,gpusrv70 --cpus-per-task=1 --ntasks-per-node=1",,terminal_command +23,263524,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w gpusrv69,gpusrv70 --cpus-per-task=1 --ntasks-per-node=1;d83d794d-068d-45a7-86c8-da2446d84194]633;C",,terminal_output +24,269401,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69,gpusrv70 --cpus-per-task=1 --ntasks-per-node=1",,terminal_command +25,269478,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69,gpusrv70 --cpus-per-task=1 --ntasks-per-node=1;d83d794d-068d-45a7-86c8-da2446d84194]633;Csalloc: Granted job allocation 26666098\r\n",,terminal_output +26,269582,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +27,270581,"TERMINAL",0,0,"salloc: Nodes gpusrv[69-70] are ready for job\r\n",,terminal_output +28,270984,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +29,288612,"TERMINAL",0,0,"b",,terminal_output +30,288792,"TERMINAL",0,0,"[?25la[?25h[?25ls[?25h",,terminal_output +31,288862,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +32,288981,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +33,289354,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +34,289560,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +35,289646,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +36,289804,"TERMINAL",0,0,"[?25le[?25h[?25lr[?25h",,terminal_output +37,289896,"TERMINAL",0,0,"[?25li[?25h[?25lm[?25h",,terminal_output +38,289995,"TERMINAL",0,0,"ents/",,terminal_output +39,290169,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +40,290243,"TERMINAL",0,0,"[?25lo[?25h[?25lk[?25h",,terminal_output +41,290348,"TERMINAL",0,0,"enizer_",,terminal_output +42,291855,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +43,292026,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +44,292103,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +45,292214,"TERMINAL",0,0,"ss_node_checkpointing_test.sh ",,terminal_output +46,292978,"TERMINAL",0,0,"",,terminal_output +47,293942,"TERMINAL",0,0,"\r\n\r",,terminal_output +48,294889,"experiments/tokenizer_cross_node_checkpointing_test.sh",128,0,"",shellscript,selection_command +49,295198,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"",shellscript,selection_command +50,297368,"experiments/tokenizer_cross_node_checkpointing_test.sh",114,0,"",shellscript,selection_command +51,297688,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"",shellscript,selection_command +52,297977,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,2,"",shellscript,content +53,298600,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"9",shellscript,content +54,298601,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_keyboard +55,298855,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"6",shellscript,content +56,298856,"experiments/tokenizer_cross_node_checkpointing_test.sh",127,0,"",shellscript,selection_keyboard +57,299138,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_command +58,301827,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +59,426408,"TERMINAL",0,0,"2025-07-04 06:29:37.135127: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 06:29:37.134980: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +60,427077,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751603377.823046 2573765 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751603377.823111 2567277 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\n",,terminal_output +61,427582,"TERMINAL",0,0,"E0000 00:00:1751603378.332558 2573765 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751603378.332609 2567277 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +62,429545,"TERMINAL",0,0,"W0000 00:00:1751603380.294291 2567277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603380.294340 2567277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603380.294347 2567277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603380.294352 2567277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603380.294299 2573765 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603380.294368 2573765 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603380.294374 2573765 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603380.294380 2573765 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +63,517769,"TERMINAL",0,0,"W0000 00:00:1751603468.502047 2567277 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751603468.501985 2573765 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +64,599140,"TERMINAL",0,0,"2025-07-04 06:32:29.885880: W external/xla/xla/tsl/framework/bfc_allocator.cc:310] Allocator (GPU_0_bfc) ran out of memory trying to allocate 19.39GiB with freed_by_count=0. The caller indicates that this is not a failure, but this may mean that there could be performance gains if more memory were available.\r\n",,terminal_output +65,599218,"TERMINAL",0,0,"2025-07-04 06:32:29.967424: W external/xla/xla/tsl/framework/bfc_allocator.cc:310] Allocator (GPU_0_bfc) ran out of memory trying to allocate 19.39GiB with freed_by_count=0. The caller indicates that this is not a failure, but this may mean that there could be performance gains if more memory were available.\r\n",,terminal_output +66,599564,"TERMINAL",0,0,"Running on 2 devices.\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_tokenizer.py"", line 159, in \r\n init_params = tokenizer.init(_rng, inputs)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 46, in __call__\r\n outputs = self.vq_encode(batch[""videos""], training)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 57, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/utils/nn.py"", line 87, in __call__\r\nRunning on 2 devices.\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_tokenizer.py"", line 159, in \r\n x = STBlock(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/utils/nn.py"", line 41, in __call__\r\n z = nn.MultiHeadAttention(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/attention.py"", line 674, in __call__\r\n init_params = tokenizer.init(_rng, inputs)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 46, in __call__\r\n outputs = self.vq_encode(batch[""videos""], training)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 57, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/utils/nn.py"", line 87, in __call__\r\n x = STBlock(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/utils/nn.py"", line 41, in __call__\r\n z = nn.MultiHeadAttention(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/attention.py"", line 674, in __call__\r\n x = self.attention_fn(*attn_args, **attn_kwargs)\r\n x = self.attention_fn(*attn_args, **attn_kwargs)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/attention.py"", line 291, in dot_product_attention\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/attention.py"", line 291, in dot_product_attention\r\n return attn_weights_value_einsum(\r\n return attn_weights_value_einsum(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/einsum.py"", line 315, in einsum\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/einsum.py"", line 315, in einsum\r\n return jit_einsum(operand_arrays, contractions, precision,\r\n File ""/ictstr01/home/aih/franz.srambical/.local/share/uv/python/cpython-3.10.15-linux-x86_64-gnu/lib/python3.10/contextlib.py"", line 79, in inner\r\n return jit_einsum(operand_arrays, contractions, precision,\r\n File ""/ictstr01/home/aih/franz.srambical/.local/share/uv/python/cpython-3.10.15-linux-x86_64-gnu/lib/python3.10/contextlib.py"", line 79, in inner\r\n return func(*args, **kwds)\r\njax._src.source_info_util.JaxStackTraceBeforeTransformation: jaxlib._jax.XlaRuntimeError: RESOURCE_EXHAUSTED: Out of memory while trying to allocate 20817903616 bytes.\r\n\r\nThe preceding stack trace is the source of the JAX operation that, once transformed by JAX, triggered the following exception.\r\n\r\n--------------------\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_tokenizer.py"", line 159, in \r\n init_params = tokenizer.init(_rng, inputs)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 46, in __call__\r\n outputs = self.vq_encode(batch[""videos""], training)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 57, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/utils/nn.py"", line 87, in __call__\r\n return func(*args, **kwds)\r\njax._src.source_info_util.JaxStackTraceBeforeTransformation: jaxlib._jax.XlaRuntimeError: RESOURCE_EXHAUSTED: Out of memory while trying to allocate 20817903616 bytes.\r\n\r\nThe preceding stack trace is the source of the JAX operation that, once transformed by JAX, triggered the following exception.\r\n\r\n--------------------\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_tokenizer.py"", line 159, in \r\n x = STBlock(\r\njaxlib._jax.XlaRuntimeError: RESOURCE_EXHAUSTED: Out of memory while trying to allocate 20817903616 bytes.\r\n init_params = tokenizer.init(_rng, inputs)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 46, in __call__\r\n outputs = self.vq_encode(batch[""videos""], training)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/models/tokenizer.py"", line 57, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/utils/nn.py"", line 87, in __call__\r\n x = STBlock(\r\njaxlib._jax.XlaRuntimeError: RESOURCE_EXHAUSTED: Out of memory while trying to allocate 20817903616 bytes.\r\n",,terminal_output +67,614836,"TERMINAL",0,0,"srun: error: gpusrv70: task 1: Exited with exit code 1\r\nsrun: error: gpusrv69: task 0: Exited with exit code 1\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +68,619888,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"",shellscript,selection_command +69,620029,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,2,"",shellscript,content +70,621309,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"4",shellscript,content +71,621310,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_keyboard +72,621346,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"8",shellscript,content +73,621347,"experiments/tokenizer_cross_node_checkpointing_test.sh",127,0,"",shellscript,selection_keyboard +74,621533,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_command +75,623291,"TERMINAL",0,0,"[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +76,623355,"TERMINAL",0,0,"bash experiments/tokenizer_cross_node_checkpointing_test.sh ",,terminal_output +77,623643,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +78,626729,"TERMINAL",0,0,"2025-07-04 06:32:57.434648: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 06:32:57.443490: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751603577.448497 2575006 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751603577.453130 2575006 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751603577.457228 2568489 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751603577.461873 2568489 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751603577.465917 2575006 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603577.465930 2575006 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603577.465934 2575006 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603577.465936 2575006 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603577.474565 2568489 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603577.474580 2568489 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603577.474583 2568489 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751603577.474586 2568489 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +79,630023,"TERMINAL",0,0,"W0000 00:00:1751603580.771489 2575006 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751603580.772076 2568489 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +80,941318,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=26666098.1 tasks 0-1: running\r\n",,terminal_output +81,941455,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=26666098.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 26666098.1 ON gpusrv69 CANCELLED AT 2025-07-04T06:38:12 ***\r\n",,terminal_output +82,942039,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +83,942837,"TERMINAL",0,0,"e",,terminal_output +84,943091,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +85,943782,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +86,943839,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +87,944367,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +88,944458,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +89,944521,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +90,944693,"TERMINAL",0,0,"[?25l[?2004l\rexit\r\n[?25h",,terminal_output +91,945047,"TERMINAL",0,0,"srun: error: gpusrv69: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 26666098\r\nsalloc: Job allocation 26666098 has been revoked.\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;137]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h",,terminal_output +92,948978,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69,gpusrv70 --cpus-per-task=1 --ntasks-per-node=2",,terminal_command +93,949067,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69,gpusrv70 --cpus-per-task=1 --ntasks-per-node=2;d83d794d-068d-45a7-86c8-da2446d84194]633;Csalloc: Granted job allocation 26666106\r\n",,terminal_output +94,949177,"TERMINAL",0,0,"salloc: Nodes gpusrv[69-70] are ready for job\r\n",,terminal_output +95,949517,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +96,952576,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +97,952728,"TERMINAL",0,0,"[?25l[61@s': bash experiments/tokenizer_cross_node_checkpointing_test.sh[?25h",,terminal_output +98,952807,"TERMINAL",0,0,"[?25ls\ro': /usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt[?25h",,terminal_output +99,952860,"TERMINAL",0,0,"u': source .venv/bin/activate\r\n\r\r\n\r\r\n\r",,terminal_output +100,953265,"TERMINAL",0,0,"[1@r': sour",,terminal_output +101,953501,"TERMINAL",0,0,"[?25ls[1@c': sourc[?25h[?25ls[1@e': source[?25h",,terminal_output +102,953664,"TERMINAL",0,0,"[?25l\r[6@[franz.srambical@gpusrv69 jafar]$ source\r\n[?2004l\r]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h(jafar) [franz.srambical@gpusrv69 jafar]$ [?25h",,terminal_output +103,956058,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +104,956795,"TERMINAL",0,0,"-': /usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt\rc': salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2 --ntasks=4\r\n\r",,terminal_output +105,957520,"TERMINAL",0,0,"[?25l- ': srun bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'\r\n\r\r\n\r[?25h",,terminal_output +106,958576,"TERMINAL",0,0,"\rjafar) [franz.srambical@gpusrv69 jafar]$ srun bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'\r\n\r",,terminal_output +107,960292,"TERMINAL",0,0,"",,terminal_output +108,960712,"TERMINAL",0,0,"",,terminal_output +109,960948,"TERMINAL",0,0,"\r",,terminal_output +110,961464,"TERMINAL",0,0,"\r",,terminal_output +111,961897,"TERMINAL",0,0,"",,terminal_output +112,962331,"TERMINAL",0,0," -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +113,962472,"TERMINAL",0,0," -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +114,962573,"TERMINAL",0,0," -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +115,962699,"TERMINAL",0,0," -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +116,963175,"TERMINAL",0,0,"p -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +117,963238,"TERMINAL",0,0,"y -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +118,963314,"TERMINAL",0,0,"t -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +119,963422,"TERMINAL",0,0,"[?25lh -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +120,963491,"TERMINAL",0,0,"[?25lo -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +121,963576,"TERMINAL",0,0,"[?25ln -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +122,963730,"TERMINAL",0,0,"[?25l3 -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +123,963960,"TERMINAL",0,0,"\r\n\r",,terminal_output +124,964474,"TERMINAL",0,0,"",,terminal_output +125,964904,"TERMINAL",0,0,"'",,terminal_output +126,966726,"TERMINAL",0,0,"''''''''''''''\r'\r' \r'\r\n\r'''''''''''''''''''''''''''''''",,terminal_output +127,972932,"TERMINAL",0,0,"i'",,terminal_output +128,973008,"TERMINAL",0,0,"[?25lm'[?25h",,terminal_output +129,973062,"TERMINAL",0,0,"[?25lp'[?25h",,terminal_output +130,973179,"TERMINAL",0,0,"[?25lo'[?25h",,terminal_output +131,973253,"TERMINAL",0,0,"[?25lr'[?25h",,terminal_output +132,973488,"TERMINAL",0,0,"[?25lt'[?25h",,terminal_output +133,973815,"TERMINAL",0,0,"[?25l '[?25h",,terminal_output +134,973923,"TERMINAL",0,0,"[?25lj'[?25h",,terminal_output +135,974014,"TERMINAL",0,0,"[?25la'[?25h",,terminal_output +136,974452,"TERMINAL",0,0,"[?25lx'[?25h",,terminal_output +137,975223,"TERMINAL",0,0,"[?25l '[?25h",,terminal_output +138,1035106,"TERMINAL",0,0,"[?25l '[?25h",,terminal_output +139,1035277,"TERMINAL",0,0,"[?25l;'[?25h",,terminal_output +140,1043348,"TERMINAL",0,0,"jax.local_devices()'",,terminal_output +141,1043772,"TERMINAL",0,0,"jax.local_devices()'",,terminal_output +142,1044542,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +143,1053281,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=26666106.0 tasks 0-3: running\r\n",,terminal_output +144,1053829,"TERMINAL",0,0,"^P",,terminal_output +145,1054441,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=26666106.0 tasks 0-3: running\r\n",,terminal_output +146,1054854,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=26666106.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 26666106.0 ON gpusrv69 CANCELLED AT 2025-07-04T06:40:05 ***\r\n",,terminal_output +147,1055016,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h(jafar) [franz.srambical@gpusrv69 jafar]$ ",,terminal_output +148,1055477,"TERMINAL",0,0,"srun python3 -c 'import jax;jax.local_devices()'",,terminal_output +149,1057811,"TERMINAL",0,0,"pjax.local_devices()'",,terminal_output +150,1057911,"TERMINAL",0,0,"[?25lrjax.local_devices()' [?25h",,terminal_output +151,1058002,"TERMINAL",0,0,"ijax.local_devices()'",,terminal_output +152,1058079,"TERMINAL",0,0,"[?25lnjax.local_devices()'[?25h",,terminal_output +153,1058138,"TERMINAL",0,0,"[?25ltjax.local_devices()'[?25h",,terminal_output +154,1058405,"TERMINAL",0,0,"[?25l(jax.local_devices()'[?25h",,terminal_output +155,1059075,"TERMINAL",0,0,"\r\n\r",,terminal_output +156,1059561,"TERMINAL",0,0,"",,terminal_output +157,1059978,"TERMINAL",0,0,")'",,terminal_output +158,1060191,"TERMINAL",0,0,"",,terminal_output +159,1060368,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +160,1069146,"TERMINAL",0,0,"[CudaDevice(id=0), CudaDevice(id=1)]\r\n[CudaDevice(id=0), CudaDevice(id=1)]\r\n[CudaDevice(id=0), CudaDevice(id=1)]\r\n[CudaDevice(id=0), CudaDevice(id=1)]\r\n",,terminal_output +161,1070761,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h(jafar) [franz.srambical@gpusrv69 jafar]$ ",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-264a0e70-8280-4ed9-a47c-e76bfae594cd1754128841382-2025_08_02-12.01.32.618/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-264a0e70-8280-4ed9-a47c-e76bfae594cd1754128841382-2025_08_02-12.01.32.618/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..1a7434040f822776ba83f002e66ac9a8fcf9ae07 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-264a0e70-8280-4ed9-a47c-e76bfae594cd1754128841382-2025_08_02-12.01.32.618/source.csv @@ -0,0 +1,6 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,2,"genie.py",0,0,"from typing import Dict\nimport time\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * seq_len, (N + 1), self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * (N + 1), seq_len, self.dyna_dim), dtype=self.dtype)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n # --- Run the autoregressive generation using a for loop ---\n rng = batch[""rng""]\n current_token_idxs_BSN = token_idxs_BSN\n \n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # --- Reset spatial KV caches before each frame ---\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * seq_len, (N + 1), self.dyna_dim), dtype=self.dtype)\n #breakpoint()\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n jnp.array(step_t, dtype=jnp.int32),\n )\n\n # current_token_idxs_BSN.block_until_ready()\n # start = time.time()\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n # final_carry_causal[1].block_until_ready()\n # elapsed = time.time() - start\n # print(f""Autoregressive generation time: {elapsed:.4f}s"")\n # breakpoint()\n current_token_idxs_BSN = final_carry_causal[1]\n \n final_token_idxs_BSN = current_token_idxs_BSN\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +2,124,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-31 20:25:37.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:25:37.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][606dd439-5e7c-498d-a9b5-2a244a1f6aca] socks forwarding established\n2025-07-31 20:25:37.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][606dd439-5e7c-498d-a9b5-2a244a1f6aca] socks connection closed\n2025-07-31 20:25:37.511 [info] [command][b8220620-fffb-4818-8513-61402933bff8] Process exited with code 0\n2025-07-31 20:25:37.511 [info] [command][b8220620-fffb-4818-8513-61402933bff8] Socket close event received\n2025-07-31 20:25:37.550 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53679 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:26:37.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:26:37.516 [info] [command][41c56497-62b6-4c5f-aba9-379a90eea401] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""41c56497-62b6-4c5f-aba9-379a90eea401""}\n2025-07-31 20:26:37.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bdb8ed23-3c2c-4958-a1f8-556ac0b5d104] received connection request\n2025-07-31 20:26:37.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:26:37.557 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdb8ed23-3c2c-4958-a1f8-556ac0b5d104] socks forwarding established\n2025-07-31 20:26:37.605 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdb8ed23-3c2c-4958-a1f8-556ac0b5d104] socks connection closed\n2025-07-31 20:26:37.605 [info] [command][41c56497-62b6-4c5f-aba9-379a90eea401] Process exited with code 0\n2025-07-31 20:26:37.605 [info] [command][41c56497-62b6-4c5f-aba9-379a90eea401] Socket close event received\n2025-07-31 20:26:37.644 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53718 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:27:37.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:27:37.610 [info] [command][3545dc5e-5aea-49cd-9fbf-e0d754087aa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3545dc5e-5aea-49cd-9fbf-e0d754087aa3""}\n2025-07-31 20:27:37.611 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][69018b60-829f-44fe-85a5-a4f47937dd43] received connection request\n2025-07-31 20:27:37.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:27:37.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69018b60-829f-44fe-85a5-a4f47937dd43] socks forwarding established\n2025-07-31 20:27:37.705 [info] [command][3545dc5e-5aea-49cd-9fbf-e0d754087aa3] Process exited with code 0\n2025-07-31 20:27:37.706 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69018b60-829f-44fe-85a5-a4f47937dd43] socks connection closed\n2025-07-31 20:27:37.706 [info] [command][3545dc5e-5aea-49cd-9fbf-e0d754087aa3] Socket close event received\n2025-07-31 20:27:37.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53755 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:28:37.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:28:37.713 [info] [command][cee17ab6-39d0-4210-861f-79729de31f38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cee17ab6-39d0-4210-861f-79729de31f38""}\n2025-07-31 20:28:37.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9c9afc0-b1ce-47e1-8761-d42b67cfa57e] received connection request\n2025-07-31 20:28:37.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:28:37.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9c9afc0-b1ce-47e1-8761-d42b67cfa57e] socks forwarding established\n2025-07-31 20:28:37.804 [info] [command][cee17ab6-39d0-4210-861f-79729de31f38] Process exited with code 0\n2025-07-31 20:28:37.804 [info] [command][cee17ab6-39d0-4210-861f-79729de31f38] Socket close event received\n2025-07-31 20:28:37.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9c9afc0-b1ce-47e1-8761-d42b67cfa57e] socks connection closed\n2025-07-31 20:28:37.843 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53788 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:29:37.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:29:37.810 [info] [command][cbd81d94-733c-4c5f-b796-10c8c739f10c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cbd81d94-733c-4c5f-b796-10c8c739f10c""}\n2025-07-31 20:29:37.810 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6c8fde26-f847-4c25-8584-d356c289d421] received connection request\n2025-07-31 20:29:37.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:29:37.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c8fde26-f847-4c25-8584-d356c289d421] socks forwarding established\n2025-07-31 20:29:37.899 [info] [command][cbd81d94-733c-4c5f-b796-10c8c739f10c] Process exited with code 0\n2025-07-31 20:29:37.900 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c8fde26-f847-4c25-8584-d356c289d421] socks connection closed\n2025-07-31 20:29:37.900 [info] [command][cbd81d94-733c-4c5f-b796-10c8c739f10c] Socket close event received\n2025-07-31 20:29:37.941 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53825 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:30:37.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:30:37.906 [info] [command][dad2520f-9bcd-4a88-807e-20c7cbaeb8ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dad2520f-9bcd-4a88-807e-20c7cbaeb8ce""}\n2025-07-31 20:30:37.906 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7783fc21-cba4-47e3-8e2f-b84d0dfc9a15] received connection request\n2025-07-31 20:30:37.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:30:38.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7783fc21-cba4-47e3-8e2f-b84d0dfc9a15] socks forwarding established\n2025-07-31 20:30:38.071 [info] [command][dad2520f-9bcd-4a88-807e-20c7cbaeb8ce] Process exited with code 0\n2025-07-31 20:30:38.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7783fc21-cba4-47e3-8e2f-b84d0dfc9a15] socks connection closed\n2025-07-31 20:30:38.071 [info] [command][dad2520f-9bcd-4a88-807e-20c7cbaeb8ce] Socket close event received\n2025-07-31 20:30:38.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53843 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:31:38.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:31:38.074 [info] [command][62ec089e-e371-47e1-acda-6c8b644feeda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""62ec089e-e371-47e1-acda-6c8b644feeda""}\n2025-07-31 20:31:38.075 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ef4ad9c1-6cad-4db7-8fef-3fd4dc87ae39] received connection request\n2025-07-31 20:31:38.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:31:38.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef4ad9c1-6cad-4db7-8fef-3fd4dc87ae39] socks forwarding established\n2025-07-31 20:31:38.163 [info] [command][62ec089e-e371-47e1-acda-6c8b644feeda] Process exited with code 0\n2025-07-31 20:31:38.163 [info] [command][62ec089e-e371-47e1-acda-6c8b644feeda] Socket close event received\n2025-07-31 20:31:38.165 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef4ad9c1-6cad-4db7-8fef-3fd4dc87ae39] socks connection closed\n2025-07-31 20:31:38.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53882 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:32:38.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:32:38.168 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f4e31df0-7974-4ef7-91f6-c9df3dafb762] received connection request\n2025-07-31 20:32:38.168 [info] [command][56404101-583b-482b-b1d5-e9dc758e1e29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""56404101-583b-482b-b1d5-e9dc758e1e29""}\n2025-07-31 20:32:38.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:32:38.209 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4e31df0-7974-4ef7-91f6-c9df3dafb762] socks forwarding established\n2025-07-31 20:32:38.254 [info] [command][56404101-583b-482b-b1d5-e9dc758e1e29] Process exited with code 0\n2025-07-31 20:32:38.254 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4e31df0-7974-4ef7-91f6-c9df3dafb762] socks connection closed\n2025-07-31 20:32:38.254 [info] [command][56404101-583b-482b-b1d5-e9dc758e1e29] Socket close event received\n2025-07-31 20:32:38.294 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53920 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:33:38.260 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:33:38.264 [info] [command][2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d""}\n2025-07-31 20:33:38.265 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ae02bcc9-64cc-4789-a061-a87623dd9a3b] received connection request\n2025-07-31 20:33:38.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:33:38.312 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ae02bcc9-64cc-4789-a061-a87623dd9a3b] socks forwarding established\n2025-07-31 20:33:38.361 [info] [command][2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d] Process exited with code 0\n2025-07-31 20:33:38.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ae02bcc9-64cc-4789-a061-a87623dd9a3b] socks connection closed\n2025-07-31 20:33:38.362 [info] [command][2c7a84e1-3dee-40dc-b4c2-3871dcea4d3d] Socket close event received\n2025-07-31 20:33:38.401 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53953 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:34:38.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:34:38.365 [info] [command][ded91ccf-a589-464f-a9d7-416421368bd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ded91ccf-a589-464f-a9d7-416421368bd5""}\n2025-07-31 20:34:38.365 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][945136ff-63f1-4587-999e-dae3751d4b8c] received connection request\n2025-07-31 20:34:38.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:34:38.365 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:34:38.406 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][945136ff-63f1-4587-999e-dae3751d4b8c] socks forwarding established\n2025-07-31 20:34:38.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][945136ff-63f1-4587-999e-dae3751d4b8c] socks connection closed\n2025-07-31 20:34:38.452 [info] [command][ded91ccf-a589-464f-a9d7-416421368bd5] Process exited with code 0\n2025-07-31 20:34:38.452 [info] [command][ded91ccf-a589-464f-a9d7-416421368bd5] Socket close event received\n2025-07-31 20:34:38.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54002 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:35:38.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:35:38.458 [info] [command][908518d2-d9a4-4fbd-984f-edcdbb8226ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""908518d2-d9a4-4fbd-984f-edcdbb8226ce""}\n2025-07-31 20:35:38.458 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][922e24a6-0ca5-4be3-99da-b6ed8055b3ef] received connection request\n2025-07-31 20:35:38.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:35:38.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][922e24a6-0ca5-4be3-99da-b6ed8055b3ef] socks forwarding established\n2025-07-31 20:35:38.549 [info] [command][908518d2-d9a4-4fbd-984f-edcdbb8226ce] Process exited with code 0\n2025-07-31 20:35:38.549 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][922e24a6-0ca5-4be3-99da-b6ed8055b3ef] socks connection closed\n2025-07-31 20:35:38.549 [info] [command][908518d2-d9a4-4fbd-984f-edcdbb8226ce] Socket close event received\n2025-07-31 20:35:38.591 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54045 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:36:38.555 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:36:38.557 [info] [command][538891d3-3143-4598-b74b-8ddb8ae2ff81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""538891d3-3143-4598-b74b-8ddb8ae2ff81""}\n2025-07-31 20:36:38.558 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3f5456d-7181-4ce9-8842-7de458a70d67] received connection request\n2025-07-31 20:36:38.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:36:38.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f5456d-7181-4ce9-8842-7de458a70d67] socks forwarding established\n2025-07-31 20:36:38.649 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f5456d-7181-4ce9-8842-7de458a70d67] socks connection closed\n2025-07-31 20:36:38.649 [info] [command][538891d3-3143-4598-b74b-8ddb8ae2ff81] Process exited with code 0\n2025-07-31 20:36:38.649 [info] [command][538891d3-3143-4598-b74b-8ddb8ae2ff81] Socket close event received\n2025-07-31 20:36:38.690 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54089 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:37:38.649 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:37:38.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fc04d632-5ca8-4bf8-a483-f11231538fef] received connection request\n2025-07-31 20:37:38.652 [info] [command][a8a4a49f-2f30-4a30-8791-02c4af9d76a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a8a4a49f-2f30-4a30-8791-02c4af9d76a7""}\n2025-07-31 20:37:38.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:37:38.693 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fc04d632-5ca8-4bf8-a483-f11231538fef] socks forwarding established\n2025-07-31 20:37:38.745 [info] [command][a8a4a49f-2f30-4a30-8791-02c4af9d76a7] Process exited with code 0\n2025-07-31 20:37:38.745 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fc04d632-5ca8-4bf8-a483-f11231538fef] socks connection closed\n2025-07-31 20:37:38.745 [info] [command][a8a4a49f-2f30-4a30-8791-02c4af9d76a7] Socket close event received\n2025-07-31 20:37:38.785 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54153 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:38:38.746 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:38:38.747 [info] [command][03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c""}\n2025-07-31 20:38:38.748 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3197ed11-ee2d-4b4c-ba56-b87cfd6e9640] received connection request\n2025-07-31 20:38:38.748 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:38:38.798 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3197ed11-ee2d-4b4c-ba56-b87cfd6e9640] socks forwarding established\n2025-07-31 20:38:38.846 [info] [command][03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c] Process exited with code 0\n2025-07-31 20:38:38.846 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3197ed11-ee2d-4b4c-ba56-b87cfd6e9640] socks connection closed\n2025-07-31 20:38:38.846 [info] [command][03a43c6a-9a31-4ed8-ad2d-125b9abd7c8c] Socket close event received\n2025-07-31 20:38:38.886 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54179 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:39:38.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:39:38.852 [info] [command][699939eb-c496-4903-a59c-6b13205628ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""699939eb-c496-4903-a59c-6b13205628ff""}\n2025-07-31 20:39:38.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][efc7dae1-5b4d-421a-bad0-02ab3c271413] received connection request\n2025-07-31 20:39:38.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:39:38.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efc7dae1-5b4d-421a-bad0-02ab3c271413] socks forwarding established\n2025-07-31 20:39:39.012 [info] [command][699939eb-c496-4903-a59c-6b13205628ff] Process exited with code 0\n2025-07-31 20:39:39.013 [info] [command][699939eb-c496-4903-a59c-6b13205628ff] Socket close event received\n2025-07-31 20:39:39.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efc7dae1-5b4d-421a-bad0-02ab3c271413] socks connection closed\n2025-07-31 20:39:39.057 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54211 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:40:39.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:40:39.014 [info] [command][c2e65099-78b6-43c0-8cb9-f36d09b53583] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c2e65099-78b6-43c0-8cb9-f36d09b53583""}\n2025-07-31 20:40:39.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ceb1b2f1-9e68-40fd-a930-aace7857540d] received connection request\n2025-07-31 20:40:39.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:40:39.055 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ceb1b2f1-9e68-40fd-a930-aace7857540d] socks forwarding established\n2025-07-31 20:40:39.099 [info] [command][c2e65099-78b6-43c0-8cb9-f36d09b53583] Process exited with code 0\n2025-07-31 20:40:39.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ceb1b2f1-9e68-40fd-a930-aace7857540d] socks connection closed\n2025-07-31 20:40:39.100 [info] [command][c2e65099-78b6-43c0-8cb9-f36d09b53583] Socket close event received\n2025-07-31 20:40:39.140 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54243 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:41:39.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:41:39.104 [info] [command][15fe13ac-2f18-4ee7-808f-2c5564c29d06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15fe13ac-2f18-4ee7-808f-2c5564c29d06""}\n2025-07-31 20:41:39.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87d6d67d-5125-4d90-a047-d68932907c61] received connection request\n2025-07-31 20:41:39.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:41:39.148 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87d6d67d-5125-4d90-a047-d68932907c61] socks forwarding established\n2025-07-31 20:41:39.195 [info] [command][15fe13ac-2f18-4ee7-808f-2c5564c29d06] Process exited with code 0\n2025-07-31 20:41:39.195 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87d6d67d-5125-4d90-a047-d68932907c61] socks connection closed\n2025-07-31 20:41:39.195 [info] [command][15fe13ac-2f18-4ee7-808f-2c5564c29d06] Socket close event received\n2025-07-31 20:41:39.235 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54288 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:42:39.199 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:42:39.201 [info] [command][83f5725a-e787-4b64-bd29-370ba309fbce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""83f5725a-e787-4b64-bd29-370ba309fbce""}\n2025-07-31 20:42:39.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0fa6641a-369a-451c-8ffd-ef885b4a6693] received connection request\n2025-07-31 20:42:39.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:42:39.201 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:42:39.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fa6641a-369a-451c-8ffd-ef885b4a6693] socks forwarding established\n2025-07-31 20:42:39.288 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fa6641a-369a-451c-8ffd-ef885b4a6693] socks connection closed\n2025-07-31 20:42:39.288 [info] [command][83f5725a-e787-4b64-bd29-370ba309fbce] Process exited with code 0\n2025-07-31 20:42:39.288 [info] [command][83f5725a-e787-4b64-bd29-370ba309fbce] Socket close event received\n2025-07-31 20:42:39.327 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54339 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:43:39.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:43:39.293 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][47651b40-4b2d-43cf-b936-243c6190ad7d] received connection request\n2025-07-31 20:43:39.294 [info] [command][5244b517-9c0b-4e6d-8139-98d27a22e8d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5244b517-9c0b-4e6d-8139-98d27a22e8d3""}\n2025-07-31 20:43:39.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:43:39.335 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47651b40-4b2d-43cf-b936-243c6190ad7d] socks forwarding established\n2025-07-31 20:43:39.381 [info] [command][5244b517-9c0b-4e6d-8139-98d27a22e8d3] Process exited with code 0\n2025-07-31 20:43:39.381 [info] [command][5244b517-9c0b-4e6d-8139-98d27a22e8d3] Socket close event received\n2025-07-31 20:43:39.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47651b40-4b2d-43cf-b936-243c6190ad7d] socks connection closed\n2025-07-31 20:43:39.427 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54354 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:44:39.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:44:39.388 [info] [command][f0546fc1-424b-4d73-90b4-9d5f00a6a5b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f0546fc1-424b-4d73-90b4-9d5f00a6a5b4""}\n2025-07-31 20:44:39.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][72a5f488-00ad-45e2-8878-8b0c0a64fcdd] received connection request\n2025-07-31 20:44:39.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:44:39.435 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][72a5f488-00ad-45e2-8878-8b0c0a64fcdd] socks forwarding established\n2025-07-31 20:44:39.479 [info] [command][f0546fc1-424b-4d73-90b4-9d5f00a6a5b4] Process exited with code 0\n2025-07-31 20:44:39.479 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][72a5f488-00ad-45e2-8878-8b0c0a64fcdd] socks connection closed\n2025-07-31 20:44:39.479 [info] [command][f0546fc1-424b-4d73-90b4-9d5f00a6a5b4] Socket close event received\n2025-07-31 20:44:39.524 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54372 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:45:39.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:45:39.481 [info] [command][9d240ffc-a2d8-4ff7-8f27-a3a20356ec71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9d240ffc-a2d8-4ff7-8f27-a3a20356ec71""}\n2025-07-31 20:45:39.482 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1f80c70b-2ac2-41e4-81f2-68f3d3abb9ad] received connection request\n2025-07-31 20:45:39.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:45:39.482 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:45:39.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f80c70b-2ac2-41e4-81f2-68f3d3abb9ad] socks forwarding established\n2025-07-31 20:45:39.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f80c70b-2ac2-41e4-81f2-68f3d3abb9ad] socks connection closed\n2025-07-31 20:45:39.570 [info] [command][9d240ffc-a2d8-4ff7-8f27-a3a20356ec71] Process exited with code 0\n2025-07-31 20:45:39.570 [info] [command][9d240ffc-a2d8-4ff7-8f27-a3a20356ec71] Socket close event received\n2025-07-31 20:45:39.611 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54394 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:46:39.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:46:39.577 [info] [command][b0699713-c3fb-45b0-bdb1-308e142e2158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0699713-c3fb-45b0-bdb1-308e142e2158""}\n2025-07-31 20:46:39.577 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][99a85515-784a-45b5-8b0a-e3c409a505dc] received connection request\n2025-07-31 20:46:39.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:46:39.707 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99a85515-784a-45b5-8b0a-e3c409a505dc] socks forwarding established\n2025-07-31 20:46:39.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99a85515-784a-45b5-8b0a-e3c409a505dc] socks connection closed\n2025-07-31 20:46:39.754 [info] [command][b0699713-c3fb-45b0-bdb1-308e142e2158] Process exited with code 0\n2025-07-31 20:46:39.754 [info] [command][b0699713-c3fb-45b0-bdb1-308e142e2158] Socket close event received\n2025-07-31 20:46:39.797 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54438 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:47:39.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:47:39.757 [info] [command][dfd816b1-223f-4c94-b624-46449fd60554] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dfd816b1-223f-4c94-b624-46449fd60554""}\n2025-07-31 20:47:39.758 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a2f0fbea-adbc-46ea-8e15-150df0111168] received connection request\n2025-07-31 20:47:39.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:47:39.807 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2f0fbea-adbc-46ea-8e15-150df0111168] socks forwarding established\n2025-07-31 20:47:39.857 [info] [command][dfd816b1-223f-4c94-b624-46449fd60554] Process exited with code 0\n2025-07-31 20:47:39.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2f0fbea-adbc-46ea-8e15-150df0111168] socks connection closed\n2025-07-31 20:47:39.857 [info] [command][dfd816b1-223f-4c94-b624-46449fd60554] Socket close event received\n2025-07-31 20:47:39.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54476 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:48:39.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:48:39.863 [info] [command][4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade""}\n2025-07-31 20:48:39.863 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][27c46ebd-a626-42f2-9fc9-1e81970856c0] received connection request\n2025-07-31 20:48:39.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:48:39.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27c46ebd-a626-42f2-9fc9-1e81970856c0] socks forwarding established\n2025-07-31 20:48:39.964 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27c46ebd-a626-42f2-9fc9-1e81970856c0] socks connection closed\n2025-07-31 20:48:39.964 [info] [command][4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade] Process exited with code 0\n2025-07-31 20:48:39.964 [info] [command][4ccd4f76-5ea2-4f3a-9d1c-0dfd12164ade] Socket close event received\n2025-07-31 20:48:40.009 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54504 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:49:39.972 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:49:39.973 [info] [command][8f403af6-0461-4cfa-80b5-43a947394350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f403af6-0461-4cfa-80b5-43a947394350""}\n2025-07-31 20:49:39.974 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][22a06b37-71b2-4e60-b8ec-3c91573ff73a] received connection request\n2025-07-31 20:49:39.974 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:49:40.015 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22a06b37-71b2-4e60-b8ec-3c91573ff73a] socks forwarding established\n2025-07-31 20:49:40.060 [info] [command][8f403af6-0461-4cfa-80b5-43a947394350] Process exited with code 0\n2025-07-31 20:49:40.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22a06b37-71b2-4e60-b8ec-3c91573ff73a] socks connection closed\n2025-07-31 20:49:40.060 [info] [command][8f403af6-0461-4cfa-80b5-43a947394350] Socket close event received\n2025-07-31 20:49:40.099 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54529 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:50:40.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:50:40.067 [info] [command][2b41584c-29e8-4ca9-b3f4-13dedaf643c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2b41584c-29e8-4ca9-b3f4-13dedaf643c7""}\n2025-07-31 20:50:40.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13e40ed5-a5f6-4b43-b209-a985e7b139fa] received connection request\n2025-07-31 20:50:40.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:50:40.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13e40ed5-a5f6-4b43-b209-a985e7b139fa] socks forwarding established\n2025-07-31 20:50:40.219 [info] [command][2b41584c-29e8-4ca9-b3f4-13dedaf643c7] Process exited with code 0\n2025-07-31 20:50:40.219 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13e40ed5-a5f6-4b43-b209-a985e7b139fa] socks connection closed\n2025-07-31 20:50:40.219 [info] [command][2b41584c-29e8-4ca9-b3f4-13dedaf643c7] Socket close event received\n2025-07-31 20:50:40.261 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54573 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:51:40.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:51:40.225 [info] [command][3faa21d6-c6eb-4440-98d1-dd03b773033b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3faa21d6-c6eb-4440-98d1-dd03b773033b""}\n2025-07-31 20:51:40.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b5de86cb-214c-4f0d-9c43-2762f8760ca5] received connection request\n2025-07-31 20:51:40.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:51:40.225 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:51:40.264 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b5de86cb-214c-4f0d-9c43-2762f8760ca5] socks forwarding established\n2025-07-31 20:51:40.306 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b5de86cb-214c-4f0d-9c43-2762f8760ca5] socks connection closed\n2025-07-31 20:51:40.306 [info] [command][3faa21d6-c6eb-4440-98d1-dd03b773033b] Process exited with code 0\n2025-07-31 20:51:40.306 [info] [command][3faa21d6-c6eb-4440-98d1-dd03b773033b] Socket close event received\n2025-07-31 20:51:40.349 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54619 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:52:40.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:52:40.308 [info] [command][3e63f341-199e-4bb7-aada-49c790cbee08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3e63f341-199e-4bb7-aada-49c790cbee08""}\n2025-07-31 20:52:40.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3fa45e68-49df-44bd-b002-488859acb3d8] received connection request\n2025-07-31 20:52:40.309 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:52:40.309 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:52:40.349 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3fa45e68-49df-44bd-b002-488859acb3d8] socks forwarding established\n2025-07-31 20:52:40.397 [info] [command][3e63f341-199e-4bb7-aada-49c790cbee08] Process exited with code 0\n2025-07-31 20:52:40.398 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3fa45e68-49df-44bd-b002-488859acb3d8] socks connection closed\n2025-07-31 20:52:40.398 [info] [command][3e63f341-199e-4bb7-aada-49c790cbee08] Socket close event received\n2025-07-31 20:52:40.439 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54652 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:53:40.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:53:40.405 [info] [command][0c03c8dc-d022-41b1-99fd-0f11695c7f1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0c03c8dc-d022-41b1-99fd-0f11695c7f1c""}\n2025-07-31 20:53:40.406 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][607a565b-ecc7-4052-b68b-3c175d9ac9cb] received connection request\n2025-07-31 20:53:40.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:53:40.454 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][607a565b-ecc7-4052-b68b-3c175d9ac9cb] socks forwarding established\n2025-07-31 20:53:40.499 [info] [command][0c03c8dc-d022-41b1-99fd-0f11695c7f1c] Process exited with code 0\n2025-07-31 20:53:40.500 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][607a565b-ecc7-4052-b68b-3c175d9ac9cb] socks connection closed\n2025-07-31 20:53:40.500 [info] [command][0c03c8dc-d022-41b1-99fd-0f11695c7f1c] Socket close event received\n2025-07-31 20:53:40.539 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54700 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:54:40.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:54:40.507 [info] [command][43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea""}\n2025-07-31 20:54:40.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d0d817a2-b34a-4e63-9cb3-40813ba69baf] received connection request\n2025-07-31 20:54:40.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:54:40.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0d817a2-b34a-4e63-9cb3-40813ba69baf] socks forwarding established\n2025-07-31 20:54:40.651 [info] [command][43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea] Process exited with code 0\n2025-07-31 20:54:40.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0d817a2-b34a-4e63-9cb3-40813ba69baf] socks connection closed\n2025-07-31 20:54:40.651 [info] [command][43b7ea51-074e-4992-ac1a-c3a4bd5fe0ea] Socket close event received\n2025-07-31 20:54:40.695 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54739 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:55:40.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:55:40.658 [info] [command][ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c""}\n2025-07-31 20:55:40.659 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][17bb57c1-6b2c-4b88-a1bd-1400184ee461] received connection request\n2025-07-31 20:55:40.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:55:40.704 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17bb57c1-6b2c-4b88-a1bd-1400184ee461] socks forwarding established\n2025-07-31 20:55:40.754 [info] [command][ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c] Process exited with code 0\n2025-07-31 20:55:40.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17bb57c1-6b2c-4b88-a1bd-1400184ee461] socks connection closed\n2025-07-31 20:55:40.754 [info] [command][ff9d6ef6-e9b2-4872-b4d5-ba1d33e9af9c] Socket close event received\n2025-07-31 20:55:40.795 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54760 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:56:40.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:56:40.758 [info] [command][6cab3118-4a3b-4e0b-abce-8e1b1c871c7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6cab3118-4a3b-4e0b-abce-8e1b1c871c7f""}\n2025-07-31 20:56:40.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87c95112-f23f-4a1c-8432-a0f6701bd206] received connection request\n2025-07-31 20:56:40.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:56:40.806 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87c95112-f23f-4a1c-8432-a0f6701bd206] socks forwarding established\n2025-07-31 20:56:40.852 [info] [command][6cab3118-4a3b-4e0b-abce-8e1b1c871c7f] Process exited with code 0\n2025-07-31 20:56:40.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87c95112-f23f-4a1c-8432-a0f6701bd206] socks connection closed\n2025-07-31 20:56:40.853 [info] [command][6cab3118-4a3b-4e0b-abce-8e1b1c871c7f] Socket close event received\n2025-07-31 20:56:40.893 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54813 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:57:40.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:57:40.859 [info] [command][8e37a501-a6b0-4978-85bd-c6c10e255de2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e37a501-a6b0-4978-85bd-c6c10e255de2""}\n2025-07-31 20:57:40.859 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e1c22a94-cfe0-4f29-bba5-d39710796bc2] received connection request\n2025-07-31 20:57:40.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 20:57:40.860 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:57:40.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1c22a94-cfe0-4f29-bba5-d39710796bc2] socks forwarding established\n2025-07-31 20:57:40.951 [info] [command][8e37a501-a6b0-4978-85bd-c6c10e255de2] Process exited with code 0\n2025-07-31 20:57:40.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1c22a94-cfe0-4f29-bba5-d39710796bc2] socks connection closed\n2025-07-31 20:57:40.951 [info] [command][8e37a501-a6b0-4978-85bd-c6c10e255de2] Socket close event received\n2025-07-31 20:57:40.993 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54845 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:58:40.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:58:40.957 [info] [command][18249345-bb09-46fe-aaca-5c9575db890e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""18249345-bb09-46fe-aaca-5c9575db890e""}\n2025-07-31 20:58:40.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c1e23f5-9180-438f-87aa-8edf7e30337d] received connection request\n2025-07-31 20:58:40.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:58:41.000 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c1e23f5-9180-438f-87aa-8edf7e30337d] socks forwarding established\n2025-07-31 20:58:41.043 [info] [command][18249345-bb09-46fe-aaca-5c9575db890e] Process exited with code 0\n2025-07-31 20:58:41.043 [info] [command][18249345-bb09-46fe-aaca-5c9575db890e] Socket close event received\n2025-07-31 20:58:41.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c1e23f5-9180-438f-87aa-8edf7e30337d] socks connection closed\n2025-07-31 20:58:41.084 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54864 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 20:59:41.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 20:59:41.049 [info] [command][0cd8ba55-7ef8-4353-80ed-4120d768c907] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cd8ba55-7ef8-4353-80ed-4120d768c907""}\n2025-07-31 20:59:41.050 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][446939c4-5763-4008-bb7d-4ce4e9aedc60] received connection request\n2025-07-31 20:59:41.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 20:59:41.091 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][446939c4-5763-4008-bb7d-4ce4e9aedc60] socks forwarding established\n2025-07-31 20:59:41.137 [info] [command][0cd8ba55-7ef8-4353-80ed-4120d768c907] Process exited with code 0\n2025-07-31 20:59:41.137 [info] [command][0cd8ba55-7ef8-4353-80ed-4120d768c907] Socket close event received\n2025-07-31 20:59:41.138 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][446939c4-5763-4008-bb7d-4ce4e9aedc60] socks connection closed\n2025-07-31 20:59:41.183 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54893 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:00:41.141 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:00:41.143 [info] [command][3a09b4bb-e498-4eb8-9dbb-d533c34a714a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3a09b4bb-e498-4eb8-9dbb-d533c34a714a""}\n2025-07-31 21:00:41.144 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a92e65bb-446b-4cc1-9243-183fc9b9985d] received connection request\n2025-07-31 21:00:41.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:00:41.145 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:00:41.220 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a92e65bb-446b-4cc1-9243-183fc9b9985d] socks forwarding established\n2025-07-31 21:00:41.268 [info] [command][3a09b4bb-e498-4eb8-9dbb-d533c34a714a] Process exited with code 0\n2025-07-31 21:00:41.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a92e65bb-446b-4cc1-9243-183fc9b9985d] socks connection closed\n2025-07-31 21:00:41.269 [info] [command][3a09b4bb-e498-4eb8-9dbb-d533c34a714a] Socket close event received\n2025-07-31 21:00:41.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:01:41.268 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:01:41.269 [info] [command][07e1d27a-4126-470a-bd1a-c8358f512388] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""07e1d27a-4126-470a-bd1a-c8358f512388""}\n2025-07-31 21:01:41.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f989a1f9-26b0-4b57-b7ad-b012df898eed] received connection request\n2025-07-31 21:01:41.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:01:41.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f989a1f9-26b0-4b57-b7ad-b012df898eed] socks forwarding established\n2025-07-31 21:01:41.360 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f989a1f9-26b0-4b57-b7ad-b012df898eed] socks connection closed\n2025-07-31 21:01:41.360 [info] [command][07e1d27a-4126-470a-bd1a-c8358f512388] Process exited with code 0\n2025-07-31 21:01:41.360 [info] [command][07e1d27a-4126-470a-bd1a-c8358f512388] Socket close event received\n2025-07-31 21:01:41.399 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54943 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:02:41.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:02:41.365 [info] [command][8056517a-37a4-4c17-ad00-56300ce1e26d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8056517a-37a4-4c17-ad00-56300ce1e26d""}\n2025-07-31 21:02:41.366 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][476f4379-4921-4256-8a9e-c7079ea3a036] received connection request\n2025-07-31 21:02:41.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:02:41.409 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476f4379-4921-4256-8a9e-c7079ea3a036] socks forwarding established\n2025-07-31 21:02:41.458 [info] [command][8056517a-37a4-4c17-ad00-56300ce1e26d] Process exited with code 0\n2025-07-31 21:02:41.458 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476f4379-4921-4256-8a9e-c7079ea3a036] socks connection closed\n2025-07-31 21:02:41.458 [info] [command][8056517a-37a4-4c17-ad00-56300ce1e26d] Socket close event received\n2025-07-31 21:02:41.516 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54980 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:03:41.462 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:03:41.463 [info] [command][d8303900-099c-482c-8b75-948f0cf4cea7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8303900-099c-482c-8b75-948f0cf4cea7""}\n2025-07-31 21:03:41.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76d5e0cc-3500-49ba-a1a2-62e8525ae97a] received connection request\n2025-07-31 21:03:41.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:03:41.549 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76d5e0cc-3500-49ba-a1a2-62e8525ae97a] socks forwarding established\n2025-07-31 21:03:41.597 [info] [command][d8303900-099c-482c-8b75-948f0cf4cea7] Process exited with code 0\n2025-07-31 21:03:41.597 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76d5e0cc-3500-49ba-a1a2-62e8525ae97a] socks connection closed\n2025-07-31 21:03:41.598 [info] [command][d8303900-099c-482c-8b75-948f0cf4cea7] Socket close event received\n2025-07-31 21:03:41.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55012 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:04:41.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:04:41.605 [info] [command][1b90d05f-733f-4154-be7e-3927939478b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b90d05f-733f-4154-be7e-3927939478b4""}\n2025-07-31 21:04:41.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5445e71e-57d9-42f7-924b-7e3c204fd8dc] received connection request\n2025-07-31 21:04:41.606 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:04:41.648 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5445e71e-57d9-42f7-924b-7e3c204fd8dc] socks forwarding established\n2025-07-31 21:04:41.692 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5445e71e-57d9-42f7-924b-7e3c204fd8dc] socks connection closed\n2025-07-31 21:04:41.692 [info] [command][1b90d05f-733f-4154-be7e-3927939478b4] Process exited with code 0\n2025-07-31 21:04:41.692 [info] [command][1b90d05f-733f-4154-be7e-3927939478b4] Socket close event received\n2025-07-31 21:04:41.731 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55037 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:05:41.696 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:05:41.699 [info] [command][81cef1ce-d9f3-4ecf-997f-0b3c375e6b98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""81cef1ce-d9f3-4ecf-997f-0b3c375e6b98""}\n2025-07-31 21:05:41.700 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e311e198-ce50-4974-988c-ed7ba0d82d1a] received connection request\n2025-07-31 21:05:41.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:05:41.745 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e311e198-ce50-4974-988c-ed7ba0d82d1a] socks forwarding established\n2025-07-31 21:05:41.795 [info] [command][81cef1ce-d9f3-4ecf-997f-0b3c375e6b98] Process exited with code 0\n2025-07-31 21:05:41.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e311e198-ce50-4974-988c-ed7ba0d82d1a] socks connection closed\n2025-07-31 21:05:41.796 [info] [command][81cef1ce-d9f3-4ecf-997f-0b3c375e6b98] Socket close event received\n2025-07-31 21:05:41.836 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55077 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:06:41.801 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:06:41.803 [info] [command][ccd3d6a3-45a7-4bc4-ac6e-999241253808] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ccd3d6a3-45a7-4bc4-ac6e-999241253808""}\n2025-07-31 21:06:41.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87041fe8-6a94-438e-a2a0-d6dd36bb0550] received connection request\n2025-07-31 21:06:41.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:06:41.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87041fe8-6a94-438e-a2a0-d6dd36bb0550] socks forwarding established\n2025-07-31 21:06:41.894 [info] [command][ccd3d6a3-45a7-4bc4-ac6e-999241253808] Process exited with code 0\n2025-07-31 21:06:41.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87041fe8-6a94-438e-a2a0-d6dd36bb0550] socks connection closed\n2025-07-31 21:06:41.895 [info] [command][ccd3d6a3-45a7-4bc4-ac6e-999241253808] Socket close event received\n2025-07-31 21:06:41.934 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:07:41.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:07:41.899 [info] [command][92316b7d-5e80-4f3c-b239-a680a6b820fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""92316b7d-5e80-4f3c-b239-a680a6b820fa""}\n2025-07-31 21:07:41.899 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][03221749-9bf9-4c6b-a56c-c25165b3438a] received connection request\n2025-07-31 21:07:41.899 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:07:41.943 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03221749-9bf9-4c6b-a56c-c25165b3438a] socks forwarding established\n2025-07-31 21:07:41.988 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03221749-9bf9-4c6b-a56c-c25165b3438a] socks connection closed\n2025-07-31 21:07:41.988 [info] [command][92316b7d-5e80-4f3c-b239-a680a6b820fa] Process exited with code 0\n2025-07-31 21:07:41.988 [info] [command][92316b7d-5e80-4f3c-b239-a680a6b820fa] Socket close event received\n2025-07-31 21:07:42.029 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:08:41.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:08:41.989 [info] [command][7fdc2f5a-4284-4215-82ba-5762b0c72151] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7fdc2f5a-4284-4215-82ba-5762b0c72151""}\n2025-07-31 21:08:41.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][11044679-5344-4509-b742-548f0bdeca8d] received connection request\n2025-07-31 21:08:41.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:08:42.031 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11044679-5344-4509-b742-548f0bdeca8d] socks forwarding established\n2025-07-31 21:08:42.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11044679-5344-4509-b742-548f0bdeca8d] socks connection closed\n2025-07-31 21:08:42.074 [info] [command][7fdc2f5a-4284-4215-82ba-5762b0c72151] Process exited with code 0\n2025-07-31 21:08:42.074 [info] [command][7fdc2f5a-4284-4215-82ba-5762b0c72151] Socket close event received\n2025-07-31 21:08:42.115 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55236 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:09:42.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:09:42.080 [info] [command][57953ef6-014f-499e-9367-8850975eab25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""57953ef6-014f-499e-9367-8850975eab25""}\n2025-07-31 21:09:42.080 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5bf0b9d8-7b50-4bfd-9cdb-66f2905d00eb] received connection request\n2025-07-31 21:09:42.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:09:42.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5bf0b9d8-7b50-4bfd-9cdb-66f2905d00eb] socks forwarding established\n2025-07-31 21:09:42.164 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5bf0b9d8-7b50-4bfd-9cdb-66f2905d00eb] socks connection closed\n2025-07-31 21:09:42.164 [info] [command][57953ef6-014f-499e-9367-8850975eab25] Process exited with code 0\n2025-07-31 21:09:42.164 [info] [command][57953ef6-014f-499e-9367-8850975eab25] Socket close event received\n2025-07-31 21:09:42.205 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55288 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:10:42.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:10:42.169 [info] [command][a1b8bcc7-d50e-4374-8549-9eb34f424f39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a1b8bcc7-d50e-4374-8549-9eb34f424f39""}\n2025-07-31 21:10:42.169 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c4b4881c-3491-4a00-92b9-2cba329a45de] received connection request\n2025-07-31 21:10:42.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:10:42.276 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4b4881c-3491-4a00-92b9-2cba329a45de] socks forwarding established\n2025-07-31 21:10:42.329 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4b4881c-3491-4a00-92b9-2cba329a45de] socks connection closed\n2025-07-31 21:10:42.330 [info] [command][a1b8bcc7-d50e-4374-8549-9eb34f424f39] Process exited with code 0\n2025-07-31 21:10:42.330 [info] [command][a1b8bcc7-d50e-4374-8549-9eb34f424f39] Socket close event received\n2025-07-31 21:10:42.369 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55343 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:11:42.330 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:11:42.332 [info] [command][fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01""}\n2025-07-31 21:11:42.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][86447f71-8e37-4693-b1fb-215df9de5223] received connection request\n2025-07-31 21:11:42.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:11:42.376 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86447f71-8e37-4693-b1fb-215df9de5223] socks forwarding established\n2025-07-31 21:11:42.422 [info] [command][fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01] Process exited with code 0\n2025-07-31 21:11:42.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86447f71-8e37-4693-b1fb-215df9de5223] socks connection closed\n2025-07-31 21:11:42.422 [info] [command][fbb8ff7a-e715-4ac0-9c2d-b778bbbc8c01] Socket close event received\n2025-07-31 21:11:42.462 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55388 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:12:42.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:12:42.428 [info] [command][e3d6251c-323d-4f89-ba2d-2468aec56084] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e3d6251c-323d-4f89-ba2d-2468aec56084""}\n2025-07-31 21:12:42.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cd166840-1afd-4036-a086-c57018d65700] received connection request\n2025-07-31 21:12:42.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:12:42.584 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd166840-1afd-4036-a086-c57018d65700] socks forwarding established\n2025-07-31 21:12:42.630 [info] [command][e3d6251c-323d-4f89-ba2d-2468aec56084] Process exited with code 0\n2025-07-31 21:12:42.630 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd166840-1afd-4036-a086-c57018d65700] socks connection closed\n2025-07-31 21:12:42.630 [info] [command][e3d6251c-323d-4f89-ba2d-2468aec56084] Socket close event received\n2025-07-31 21:12:42.669 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55420 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:13:42.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:13:42.631 [info] [command][53b8d45d-8c38-4dbd-a884-287bb7fac3c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53b8d45d-8c38-4dbd-a884-287bb7fac3c1""}\n2025-07-31 21:13:42.631 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][736f0402-f5ea-4354-a6b4-4ea4a7a8353a] received connection request\n2025-07-31 21:13:42.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:13:42.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][736f0402-f5ea-4354-a6b4-4ea4a7a8353a] socks forwarding established\n2025-07-31 21:13:42.718 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][736f0402-f5ea-4354-a6b4-4ea4a7a8353a] socks connection closed\n2025-07-31 21:13:42.718 [info] [command][53b8d45d-8c38-4dbd-a884-287bb7fac3c1] Process exited with code 0\n2025-07-31 21:13:42.718 [info] [command][53b8d45d-8c38-4dbd-a884-287bb7fac3c1] Socket close event received\n2025-07-31 21:13:42.757 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55443 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:14:42.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:14:42.722 [info] [command][ffe58a38-3bb0-4259-9ebe-c1977664d61b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ffe58a38-3bb0-4259-9ebe-c1977664d61b""}\n2025-07-31 21:14:42.722 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][90e1256b-738c-47c0-9bea-7d04c2a63bd6] received connection request\n2025-07-31 21:14:42.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:14:42.779 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90e1256b-738c-47c0-9bea-7d04c2a63bd6] socks forwarding established\n2025-07-31 21:14:42.826 [info] [command][ffe58a38-3bb0-4259-9ebe-c1977664d61b] Process exited with code 0\n2025-07-31 21:14:42.827 [info] [command][ffe58a38-3bb0-4259-9ebe-c1977664d61b] Socket close event received\n2025-07-31 21:14:42.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90e1256b-738c-47c0-9bea-7d04c2a63bd6] socks connection closed\n2025-07-31 21:14:42.875 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55464 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:15:42.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:15:42.831 [info] [command][f85d0228-85e3-4cf7-b24d-212298bf91cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f85d0228-85e3-4cf7-b24d-212298bf91cd""}\n2025-07-31 21:15:42.832 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][471fb581-c9a5-4c07-a772-e67fa204fa65] received connection request\n2025-07-31 21:15:42.833 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:15:42.876 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][471fb581-c9a5-4c07-a772-e67fa204fa65] socks forwarding established\n2025-07-31 21:15:42.922 [info] [command][f85d0228-85e3-4cf7-b24d-212298bf91cd] Process exited with code 0\n2025-07-31 21:15:42.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][471fb581-c9a5-4c07-a772-e67fa204fa65] socks connection closed\n2025-07-31 21:15:42.922 [info] [command][f85d0228-85e3-4cf7-b24d-212298bf91cd] Socket close event received\n2025-07-31 21:15:42.962 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55487 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:16:42.925 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:16:42.927 [info] [command][2d16bc43-00ff-4f6c-b01b-2820fdb9d610] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2d16bc43-00ff-4f6c-b01b-2820fdb9d610""}\n2025-07-31 21:16:42.928 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9f5aa7d6-13ff-4b33-beb8-a5f04c9366aa] received connection request\n2025-07-31 21:16:42.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:16:43.021 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9f5aa7d6-13ff-4b33-beb8-a5f04c9366aa] socks forwarding established\n2025-07-31 21:16:43.065 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9f5aa7d6-13ff-4b33-beb8-a5f04c9366aa] socks connection closed\n2025-07-31 21:16:43.065 [info] [command][2d16bc43-00ff-4f6c-b01b-2820fdb9d610] Process exited with code 0\n2025-07-31 21:16:43.065 [info] [command][2d16bc43-00ff-4f6c-b01b-2820fdb9d610] Socket close event received\n2025-07-31 21:16:43.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55528 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:17:43.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:17:43.070 [info] [command][78501f8d-0f1b-4c00-8190-0528d24fbdab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""78501f8d-0f1b-4c00-8190-0528d24fbdab""}\n2025-07-31 21:17:43.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e2ae7d14-dd89-47b7-ac44-7067831176b0] received connection request\n2025-07-31 21:17:43.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:17:43.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2ae7d14-dd89-47b7-ac44-7067831176b0] socks forwarding established\n2025-07-31 21:17:43.170 [info] [command][78501f8d-0f1b-4c00-8190-0528d24fbdab] Process exited with code 0\n2025-07-31 21:17:43.170 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2ae7d14-dd89-47b7-ac44-7067831176b0] socks connection closed\n2025-07-31 21:17:43.170 [info] [command][78501f8d-0f1b-4c00-8190-0528d24fbdab] Socket close event received\n2025-07-31 21:17:43.210 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55563 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:18:43.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:18:43.176 [info] [command][23dc2dc4-b8b0-46aa-87ac-16b11a759bf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""23dc2dc4-b8b0-46aa-87ac-16b11a759bf9""}\n2025-07-31 21:18:43.177 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d5c7acd5-186d-47f8-bd5c-0326826bf709] received connection request\n2025-07-31 21:18:43.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:18:43.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5c7acd5-186d-47f8-bd5c-0326826bf709] socks forwarding established\n2025-07-31 21:18:43.271 [info] [command][23dc2dc4-b8b0-46aa-87ac-16b11a759bf9] Process exited with code 0\n2025-07-31 21:18:43.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5c7acd5-186d-47f8-bd5c-0326826bf709] socks connection closed\n2025-07-31 21:18:43.271 [info] [command][23dc2dc4-b8b0-46aa-87ac-16b11a759bf9] Socket close event received\n2025-07-31 21:18:43.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55588 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:19:43.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:19:43.274 [info] [command][89a488ad-e558-483c-a839-f2b23790ce9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""89a488ad-e558-483c-a839-f2b23790ce9e""}\n2025-07-31 21:19:43.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85682208-c863-445f-909b-621fc63a4192] received connection request\n2025-07-31 21:19:43.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:19:43.275 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:19:43.317 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85682208-c863-445f-909b-621fc63a4192] socks forwarding established\n2025-07-31 21:19:43.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85682208-c863-445f-909b-621fc63a4192] socks connection closed\n2025-07-31 21:19:43.453 [info] [command][89a488ad-e558-483c-a839-f2b23790ce9e] Process exited with code 0\n2025-07-31 21:19:43.453 [info] [command][89a488ad-e558-483c-a839-f2b23790ce9e] Socket close event received\n2025-07-31 21:19:43.506 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55615 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:20:43.459 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:20:43.461 [info] [command][9bd79f58-afe4-4a37-ab7e-d2abe52041d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9bd79f58-afe4-4a37-ab7e-d2abe52041d5""}\n2025-07-31 21:20:43.461 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8838b956-fae6-4e64-a776-89435e8435f0] received connection request\n2025-07-31 21:20:43.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:20:43.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8838b956-fae6-4e64-a776-89435e8435f0] socks forwarding established\n2025-07-31 21:20:43.601 [info] [command][9bd79f58-afe4-4a37-ab7e-d2abe52041d5] Process exited with code 0\n2025-07-31 21:20:43.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8838b956-fae6-4e64-a776-89435e8435f0] socks connection closed\n2025-07-31 21:20:43.601 [info] [command][9bd79f58-afe4-4a37-ab7e-d2abe52041d5] Socket close event received\n2025-07-31 21:20:43.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55655 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:21:43.602 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:21:43.603 [info] [command][e11da44f-690f-46af-95c9-c594872169c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e11da44f-690f-46af-95c9-c594872169c7""}\n2025-07-31 21:21:43.603 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][71e54f64-d2fa-4511-b923-24ac10d0727d] received connection request\n2025-07-31 21:21:43.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:21:43.603 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:21:43.643 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][71e54f64-d2fa-4511-b923-24ac10d0727d] socks forwarding established\n2025-07-31 21:21:43.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][71e54f64-d2fa-4511-b923-24ac10d0727d] socks connection closed\n2025-07-31 21:21:43.687 [info] [command][e11da44f-690f-46af-95c9-c594872169c7] Process exited with code 0\n2025-07-31 21:21:43.687 [info] [command][e11da44f-690f-46af-95c9-c594872169c7] Socket close event received\n2025-07-31 21:21:43.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55696 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:22:43.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:22:43.692 [info] [command][98692d42-13dd-42b8-bb61-aba78d71d618] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""98692d42-13dd-42b8-bb61-aba78d71d618""}\n2025-07-31 21:22:43.693 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f5e1e952-8124-46ff-93fe-2f2a6385f439] received connection request\n2025-07-31 21:22:43.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:22:43.736 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5e1e952-8124-46ff-93fe-2f2a6385f439] socks forwarding established\n2025-07-31 21:22:43.782 [info] [command][98692d42-13dd-42b8-bb61-aba78d71d618] Process exited with code 0\n2025-07-31 21:22:43.782 [info] [command][98692d42-13dd-42b8-bb61-aba78d71d618] Socket close event received\n2025-07-31 21:22:43.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5e1e952-8124-46ff-93fe-2f2a6385f439] socks connection closed\n2025-07-31 21:22:43.823 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55725 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:23:43.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:23:43.784 [info] [command][33f60d83-4c97-472e-8720-0b3c05123ecd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33f60d83-4c97-472e-8720-0b3c05123ecd""}\n2025-07-31 21:23:43.785 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fe983168-8cd8-4799-8861-ca18ddc6afe4] received connection request\n2025-07-31 21:23:43.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:23:43.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fe983168-8cd8-4799-8861-ca18ddc6afe4] socks forwarding established\n2025-07-31 21:23:43.874 [info] [command][33f60d83-4c97-472e-8720-0b3c05123ecd] Process exited with code 0\n2025-07-31 21:23:43.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fe983168-8cd8-4799-8861-ca18ddc6afe4] socks connection closed\n2025-07-31 21:23:43.874 [info] [command][33f60d83-4c97-472e-8720-0b3c05123ecd] Socket close event received\n2025-07-31 21:23:43.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55742 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:24:43.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:24:43.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c7b72d67-7f35-4d56-8461-9ae36558fac7] received connection request\n2025-07-31 21:24:43.886 [info] [command][3dccb25c-408d-4776-99e4-9a7526e12298] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3dccb25c-408d-4776-99e4-9a7526e12298""}\n2025-07-31 21:24:43.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:24:43.928 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7b72d67-7f35-4d56-8461-9ae36558fac7] socks forwarding established\n2025-07-31 21:24:43.975 [info] [command][3dccb25c-408d-4776-99e4-9a7526e12298] Process exited with code 0\n2025-07-31 21:24:43.975 [info] [command][3dccb25c-408d-4776-99e4-9a7526e12298] Socket close event received\n2025-07-31 21:24:43.976 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7b72d67-7f35-4d56-8461-9ae36558fac7] socks connection closed\n2025-07-31 21:24:44.015 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55759 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:25:43.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:25:43.977 [info] [command][04b5db9d-95dc-4b3a-b48d-cd105c2201f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""04b5db9d-95dc-4b3a-b48d-cd105c2201f4""}\n2025-07-31 21:25:43.977 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][17077f7d-2deb-4677-981c-1ea8d22b04b1] received connection request\n2025-07-31 21:25:43.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:25:43.977 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:25:44.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17077f7d-2deb-4677-981c-1ea8d22b04b1] socks forwarding established\n2025-07-31 21:25:44.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][17077f7d-2deb-4677-981c-1ea8d22b04b1] socks connection closed\n2025-07-31 21:25:44.097 [info] [command][04b5db9d-95dc-4b3a-b48d-cd105c2201f4] Process exited with code 0\n2025-07-31 21:25:44.097 [info] [command][04b5db9d-95dc-4b3a-b48d-cd105c2201f4] Socket close event received\n2025-07-31 21:25:44.137 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55785 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:26:44.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:26:44.100 [info] [command][2913a252-c254-45c9-8e46-cbfdba0a2355] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2913a252-c254-45c9-8e46-cbfdba0a2355""}\n2025-07-31 21:26:44.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][706d2d22-f1d3-4422-8dbe-dd3cb4a56f43] received connection request\n2025-07-31 21:26:44.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:26:44.141 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d2d22-f1d3-4422-8dbe-dd3cb4a56f43] socks forwarding established\n2025-07-31 21:26:44.186 [info] [command][2913a252-c254-45c9-8e46-cbfdba0a2355] Process exited with code 0\n2025-07-31 21:26:44.186 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d2d22-f1d3-4422-8dbe-dd3cb4a56f43] socks connection closed\n2025-07-31 21:26:44.187 [info] [command][2913a252-c254-45c9-8e46-cbfdba0a2355] Socket close event received\n2025-07-31 21:26:44.225 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55830 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:27:44.190 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:27:44.191 [info] [command][b3af2c61-c6d4-469b-9f73-fd4f96419acc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b3af2c61-c6d4-469b-9f73-fd4f96419acc""}\n2025-07-31 21:27:44.192 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][956d3246-96a2-4a36-8448-18d34884ca39] received connection request\n2025-07-31 21:27:44.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:27:44.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][956d3246-96a2-4a36-8448-18d34884ca39] socks forwarding established\n2025-07-31 21:27:44.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][956d3246-96a2-4a36-8448-18d34884ca39] socks connection closed\n2025-07-31 21:27:44.374 [info] [command][b3af2c61-c6d4-469b-9f73-fd4f96419acc] Process exited with code 0\n2025-07-31 21:27:44.374 [info] [command][b3af2c61-c6d4-469b-9f73-fd4f96419acc] Socket close event received\n2025-07-31 21:27:44.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55868 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:28:44.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:28:44.378 [info] [command][9fe6fb44-8963-4f74-9c85-1b03b6e133b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9fe6fb44-8963-4f74-9c85-1b03b6e133b4""}\n2025-07-31 21:28:44.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][52739d3b-a412-43e7-86ba-872329d14ae3] received connection request\n2025-07-31 21:28:44.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:28:44.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52739d3b-a412-43e7-86ba-872329d14ae3] socks forwarding established\n2025-07-31 21:28:44.466 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52739d3b-a412-43e7-86ba-872329d14ae3] socks connection closed\n2025-07-31 21:28:44.466 [info] [command][9fe6fb44-8963-4f74-9c85-1b03b6e133b4] Process exited with code 0\n2025-07-31 21:28:44.466 [info] [command][9fe6fb44-8963-4f74-9c85-1b03b6e133b4] Socket close event received\n2025-07-31 21:28:44.508 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55886 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:29:44.468 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:29:44.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a47e1ce8-9095-447b-8d7b-9077165522bc] received connection request\n2025-07-31 21:29:44.471 [info] [command][91825896-f0ee-40f5-85cb-82d9216a7555] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""91825896-f0ee-40f5-85cb-82d9216a7555""}\n2025-07-31 21:29:44.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:29:44.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a47e1ce8-9095-447b-8d7b-9077165522bc] socks forwarding established\n2025-07-31 21:29:44.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a47e1ce8-9095-447b-8d7b-9077165522bc] socks connection closed\n2025-07-31 21:29:44.570 [info] [command][91825896-f0ee-40f5-85cb-82d9216a7555] Process exited with code 0\n2025-07-31 21:29:44.570 [info] [command][91825896-f0ee-40f5-85cb-82d9216a7555] Socket close event received\n2025-07-31 21:29:44.613 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55923 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:30:44.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:30:44.577 [info] [command][3c07bc57-2c59-44a5-bfc6-3d518aa63f95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3c07bc57-2c59-44a5-bfc6-3d518aa63f95""}\n2025-07-31 21:30:44.577 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][909c5261-f7df-46e7-89a0-98696e2d834c] received connection request\n2025-07-31 21:30:44.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:30:44.618 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][909c5261-f7df-46e7-89a0-98696e2d834c] socks forwarding established\n2025-07-31 21:30:44.664 [info] [command][3c07bc57-2c59-44a5-bfc6-3d518aa63f95] Process exited with code 0\n2025-07-31 21:30:44.664 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][909c5261-f7df-46e7-89a0-98696e2d834c] socks connection closed\n2025-07-31 21:30:44.664 [info] [command][3c07bc57-2c59-44a5-bfc6-3d518aa63f95] Socket close event received\n2025-07-31 21:30:44.705 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55950 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:31:44.669 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:31:44.671 [info] [command][645c2422-1cc3-45ef-b403-1fa392bfb8fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""645c2422-1cc3-45ef-b403-1fa392bfb8fa""}\n2025-07-31 21:31:44.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0106162d-2a7d-46e9-bd1e-115b161f9c3e] received connection request\n2025-07-31 21:31:44.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:31:44.711 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0106162d-2a7d-46e9-bd1e-115b161f9c3e] socks forwarding established\n2025-07-31 21:31:44.765 [info] [command][645c2422-1cc3-45ef-b403-1fa392bfb8fa] Process exited with code 0\n2025-07-31 21:31:44.765 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0106162d-2a7d-46e9-bd1e-115b161f9c3e] socks connection closed\n2025-07-31 21:31:44.765 [info] [command][645c2422-1cc3-45ef-b403-1fa392bfb8fa] Socket close event received\n2025-07-31 21:31:44.829 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55985 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:32:44.767 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:32:44.768 [info] [command][b2e2f1d1-161a-43db-b61b-2afbbda65f09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b2e2f1d1-161a-43db-b61b-2afbbda65f09""}\n2025-07-31 21:32:44.769 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][02d27c9a-2742-4f76-87ae-b1eaff0316b6] received connection request\n2025-07-31 21:32:44.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:32:44.809 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02d27c9a-2742-4f76-87ae-b1eaff0316b6] socks forwarding established\n2025-07-31 21:32:44.851 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02d27c9a-2742-4f76-87ae-b1eaff0316b6] socks connection closed\n2025-07-31 21:32:44.851 [info] [command][b2e2f1d1-161a-43db-b61b-2afbbda65f09] Process exited with code 0\n2025-07-31 21:32:44.851 [info] [command][b2e2f1d1-161a-43db-b61b-2afbbda65f09] Socket close event received\n2025-07-31 21:32:44.890 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56016 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:33:44.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:33:44.854 [info] [command][e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4""}\n2025-07-31 21:33:44.854 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8afd10a7-2d28-4d6b-9d38-e84be769b8c6] received connection request\n2025-07-31 21:33:44.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:33:44.975 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8afd10a7-2d28-4d6b-9d38-e84be769b8c6] socks forwarding established\n2025-07-31 21:33:45.021 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8afd10a7-2d28-4d6b-9d38-e84be769b8c6] socks connection closed\n2025-07-31 21:33:45.021 [info] [command][e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4] Process exited with code 0\n2025-07-31 21:33:45.021 [info] [command][e5b2b0e8-f8a6-4e4f-9752-5eba0ca9d1e4] Socket close event received\n2025-07-31 21:33:45.062 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56050 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:34:45.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:34:45.026 [info] [command][e8850a52-6b7b-4766-bd97-53e98b124c45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e8850a52-6b7b-4766-bd97-53e98b124c45""}\n2025-07-31 21:34:45.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][918c79a8-35ad-485a-96f2-22ac33e8a57b] received connection request\n2025-07-31 21:34:45.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:34:45.110 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][918c79a8-35ad-485a-96f2-22ac33e8a57b] socks forwarding established\n2025-07-31 21:34:45.160 [info] [command][e8850a52-6b7b-4766-bd97-53e98b124c45] Process exited with code 0\n2025-07-31 21:34:45.161 [info] [command][e8850a52-6b7b-4766-bd97-53e98b124c45] Socket close event received\n2025-07-31 21:34:45.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][918c79a8-35ad-485a-96f2-22ac33e8a57b] socks connection closed\n2025-07-31 21:34:45.200 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56072 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:35:45.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:35:45.166 [info] [command][37c4d4b2-a8ac-477c-8dba-d93440f09a92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37c4d4b2-a8ac-477c-8dba-d93440f09a92""}\n2025-07-31 21:35:45.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][187b5def-ebe7-430d-bf56-bc217304137c] received connection request\n2025-07-31 21:35:45.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:35:45.228 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][187b5def-ebe7-430d-bf56-bc217304137c] socks forwarding established\n2025-07-31 21:35:45.276 [info] [command][37c4d4b2-a8ac-477c-8dba-d93440f09a92] Process exited with code 0\n2025-07-31 21:35:45.276 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][187b5def-ebe7-430d-bf56-bc217304137c] socks connection closed\n2025-07-31 21:35:45.276 [info] [command][37c4d4b2-a8ac-477c-8dba-d93440f09a92] Socket close event received\n2025-07-31 21:35:45.375 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56091 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:36:45.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:36:45.283 [info] [command][947b801d-41ee-4aac-95a5-6fd6c0bb6f58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""947b801d-41ee-4aac-95a5-6fd6c0bb6f58""}\n2025-07-31 21:36:45.284 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0d73d167-0a42-4702-8de3-61f30e807946] received connection request\n2025-07-31 21:36:45.284 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:36:45.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0d73d167-0a42-4702-8de3-61f30e807946] socks forwarding established\n2025-07-31 21:36:45.369 [info] [command][947b801d-41ee-4aac-95a5-6fd6c0bb6f58] Process exited with code 0\n2025-07-31 21:36:45.370 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0d73d167-0a42-4702-8de3-61f30e807946] socks connection closed\n2025-07-31 21:36:45.370 [info] [command][947b801d-41ee-4aac-95a5-6fd6c0bb6f58] Socket close event received\n2025-07-31 21:36:45.408 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56147 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:37:45.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:37:45.374 [info] [command][c00c03f5-3c59-45c3-a27a-9147ba06218e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c00c03f5-3c59-45c3-a27a-9147ba06218e""}\n2025-07-31 21:37:45.375 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab18ea24-d00c-4618-b218-e1258a3de78d] received connection request\n2025-07-31 21:37:45.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:37:45.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab18ea24-d00c-4618-b218-e1258a3de78d] socks forwarding established\n2025-07-31 21:37:45.464 [info] [command][c00c03f5-3c59-45c3-a27a-9147ba06218e] Process exited with code 0\n2025-07-31 21:37:45.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab18ea24-d00c-4618-b218-e1258a3de78d] socks connection closed\n2025-07-31 21:37:45.464 [info] [command][c00c03f5-3c59-45c3-a27a-9147ba06218e] Socket close event received\n2025-07-31 21:37:45.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56184 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:38:45.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:38:45.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cd018442-804c-42e3-91cc-53f34e7342cc] received connection request\n2025-07-31 21:38:45.474 [info] [command][e4f4259e-28f1-4321-ae95-a0fe5a661dde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e4f4259e-28f1-4321-ae95-a0fe5a661dde""}\n2025-07-31 21:38:45.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:38:45.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd018442-804c-42e3-91cc-53f34e7342cc] socks forwarding established\n2025-07-31 21:38:45.563 [info] [command][e4f4259e-28f1-4321-ae95-a0fe5a661dde] Process exited with code 0\n2025-07-31 21:38:45.563 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd018442-804c-42e3-91cc-53f34e7342cc] socks connection closed\n2025-07-31 21:38:45.564 [info] [command][e4f4259e-28f1-4321-ae95-a0fe5a661dde] Socket close event received\n2025-07-31 21:38:45.605 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56205 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:39:45.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:39:45.571 [info] [command][f7f1d777-5902-4fa9-a823-6a193e3ac2c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f7f1d777-5902-4fa9-a823-6a193e3ac2c3""}\n2025-07-31 21:39:45.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e82f6a45-5bff-422d-a395-577da4084e9c] received connection request\n2025-07-31 21:39:45.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:39:45.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e82f6a45-5bff-422d-a395-577da4084e9c] socks forwarding established\n2025-07-31 21:39:45.661 [info] [command][f7f1d777-5902-4fa9-a823-6a193e3ac2c3] Process exited with code 0\n2025-07-31 21:39:45.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e82f6a45-5bff-422d-a395-577da4084e9c] socks connection closed\n2025-07-31 21:39:45.662 [info] [command][f7f1d777-5902-4fa9-a823-6a193e3ac2c3] Socket close event received\n2025-07-31 21:39:45.704 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56224 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:40:45.666 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:40:45.666 [info] [command][9f10c38b-720a-4ab1-bcd4-99d1822005e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9f10c38b-720a-4ab1-bcd4-99d1822005e9""}\n2025-07-31 21:40:45.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c7d99e69-87c8-44d9-af6a-a38d7874ce61] received connection request\n2025-07-31 21:40:45.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:40:45.755 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7d99e69-87c8-44d9-af6a-a38d7874ce61] socks forwarding established\n2025-07-31 21:40:45.800 [info] [command][9f10c38b-720a-4ab1-bcd4-99d1822005e9] Process exited with code 0\n2025-07-31 21:40:45.801 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c7d99e69-87c8-44d9-af6a-a38d7874ce61] socks connection closed\n2025-07-31 21:40:45.804 [info] [command][9f10c38b-720a-4ab1-bcd4-99d1822005e9] Socket close event received\n2025-07-31 21:40:45.847 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56244 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:41:45.804 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:41:45.806 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ec3d144-a93a-43c0-9db0-f2b918c39fa0] received connection request\n2025-07-31 21:41:45.807 [info] [command][13b21b5a-1567-4e65-93ec-1847b98d6669] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""13b21b5a-1567-4e65-93ec-1847b98d6669""}\n2025-07-31 21:41:45.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:41:45.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ec3d144-a93a-43c0-9db0-f2b918c39fa0] socks forwarding established\n2025-07-31 21:41:45.896 [info] [command][13b21b5a-1567-4e65-93ec-1847b98d6669] Process exited with code 0\n2025-07-31 21:41:45.897 [info] [command][13b21b5a-1567-4e65-93ec-1847b98d6669] Socket close event received\n2025-07-31 21:41:45.897 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ec3d144-a93a-43c0-9db0-f2b918c39fa0] socks connection closed\n2025-07-31 21:41:45.939 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56279 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:42:45.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:42:45.904 [info] [command][d56484bf-3c6c-4899-b7b7-4e3b3a02db75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d56484bf-3c6c-4899-b7b7-4e3b3a02db75""}\n2025-07-31 21:42:45.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4ab43804-3adf-4ad1-bda6-0dc4fab71365] received connection request\n2025-07-31 21:42:45.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:42:45.947 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ab43804-3adf-4ad1-bda6-0dc4fab71365] socks forwarding established\n2025-07-31 21:42:45.993 [info] [command][d56484bf-3c6c-4899-b7b7-4e3b3a02db75] Process exited with code 0\n2025-07-31 21:42:45.994 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ab43804-3adf-4ad1-bda6-0dc4fab71365] socks connection closed\n2025-07-31 21:42:45.994 [info] [command][d56484bf-3c6c-4899-b7b7-4e3b3a02db75] Socket close event received\n2025-07-31 21:42:46.039 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56319 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:43:45.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:43:46.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3df64f51-3ead-4628-b553-15478a678bb3] received connection request\n2025-07-31 21:43:46.002 [info] [command][1b52bd93-d6b5-4646-9526-522cdd5bf909] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b52bd93-d6b5-4646-9526-522cdd5bf909""}\n2025-07-31 21:43:46.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:43:46.122 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3df64f51-3ead-4628-b553-15478a678bb3] socks forwarding established\n2025-07-31 21:43:46.169 [info] [command][1b52bd93-d6b5-4646-9526-522cdd5bf909] Process exited with code 0\n2025-07-31 21:43:46.169 [info] [command][1b52bd93-d6b5-4646-9526-522cdd5bf909] Socket close event received\n2025-07-31 21:43:46.169 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3df64f51-3ead-4628-b553-15478a678bb3] socks connection closed\n2025-07-31 21:43:46.213 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56345 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:44:46.170 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:44:46.173 [info] [command][b111830e-6753-4aec-a8ff-e51ebf20e158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b111830e-6753-4aec-a8ff-e51ebf20e158""}\n2025-07-31 21:44:46.173 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][79aa69b4-1ec7-46b9-8b00-f67884dc1743] received connection request\n2025-07-31 21:44:46.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:44:46.219 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79aa69b4-1ec7-46b9-8b00-f67884dc1743] socks forwarding established\n2025-07-31 21:44:46.267 [info] [command][b111830e-6753-4aec-a8ff-e51ebf20e158] Process exited with code 0\n2025-07-31 21:44:46.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79aa69b4-1ec7-46b9-8b00-f67884dc1743] socks connection closed\n2025-07-31 21:44:46.268 [info] [command][b111830e-6753-4aec-a8ff-e51ebf20e158] Socket close event received\n2025-07-31 21:44:46.311 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56367 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:45:46.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:45:46.273 [info] [command][730ac23d-90b2-4ae3-b967-2a0f76dcd2fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""730ac23d-90b2-4ae3-b967-2a0f76dcd2fc""}\n2025-07-31 21:45:46.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][37b0355f-66de-44e2-b3c4-5f4db5fb35fb] received connection request\n2025-07-31 21:45:46.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:45:46.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37b0355f-66de-44e2-b3c4-5f4db5fb35fb] socks forwarding established\n2025-07-31 21:45:46.366 [info] [command][730ac23d-90b2-4ae3-b967-2a0f76dcd2fc] Process exited with code 0\n2025-07-31 21:45:46.366 [info] [command][730ac23d-90b2-4ae3-b967-2a0f76dcd2fc] Socket close event received\n2025-07-31 21:45:46.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37b0355f-66de-44e2-b3c4-5f4db5fb35fb] socks connection closed\n2025-07-31 21:45:46.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56379 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:46:46.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:46:46.374 [info] [command][82a39293-1447-4944-a770-33e334e20204] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""82a39293-1447-4944-a770-33e334e20204""}\n2025-07-31 21:46:46.375 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d0abe9a4-5f7b-48eb-8ec7-3f504d41587b] received connection request\n2025-07-31 21:46:46.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:46:46.418 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0abe9a4-5f7b-48eb-8ec7-3f504d41587b] socks forwarding established\n2025-07-31 21:46:46.468 [info] [command][82a39293-1447-4944-a770-33e334e20204] Process exited with code 0\n2025-07-31 21:46:46.469 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0abe9a4-5f7b-48eb-8ec7-3f504d41587b] socks connection closed\n2025-07-31 21:46:46.469 [info] [command][82a39293-1447-4944-a770-33e334e20204] Socket close event received\n2025-07-31 21:46:46.577 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56422 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:47:46.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:47:46.474 [info] [command][55c8796d-c60d-46cb-870a-2c9647ee9830] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""55c8796d-c60d-46cb-870a-2c9647ee9830""}\n2025-07-31 21:47:46.474 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db0dd408-4110-469e-aa35-57bb853069cc] received connection request\n2025-07-31 21:47:46.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 21:47:46.474 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:47:46.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db0dd408-4110-469e-aa35-57bb853069cc] socks forwarding established\n2025-07-31 21:47:46.557 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db0dd408-4110-469e-aa35-57bb853069cc] socks connection closed\n2025-07-31 21:47:46.557 [info] [command][55c8796d-c60d-46cb-870a-2c9647ee9830] Process exited with code 0\n2025-07-31 21:47:46.557 [info] [command][55c8796d-c60d-46cb-870a-2c9647ee9830] Socket close event received\n2025-07-31 21:47:46.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56480 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:48:46.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:48:46.560 [info] [command][6826cf90-3abb-48ff-bb59-a06462efe4a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6826cf90-3abb-48ff-bb59-a06462efe4a8""}\n2025-07-31 21:48:46.560 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][25d4d374-01c1-467d-bc86-f66cfa9d22f9] received connection request\n2025-07-31 21:48:46.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:48:46.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][25d4d374-01c1-467d-bc86-f66cfa9d22f9] socks forwarding established\n2025-07-31 21:48:46.644 [info] [command][6826cf90-3abb-48ff-bb59-a06462efe4a8] Process exited with code 0\n2025-07-31 21:48:46.644 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][25d4d374-01c1-467d-bc86-f66cfa9d22f9] socks connection closed\n2025-07-31 21:48:46.644 [info] [command][6826cf90-3abb-48ff-bb59-a06462efe4a8] Socket close event received\n2025-07-31 21:48:46.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56507 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:49:46.647 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:49:46.649 [info] [command][694189f4-f4ac-42a6-8178-854289106a7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""694189f4-f4ac-42a6-8178-854289106a7d""}\n2025-07-31 21:49:46.649 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][50f1eab4-4653-4a0b-ada4-b0fbaca6aff6] received connection request\n2025-07-31 21:49:46.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:49:46.716 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50f1eab4-4653-4a0b-ada4-b0fbaca6aff6] socks forwarding established\n2025-07-31 21:49:46.760 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50f1eab4-4653-4a0b-ada4-b0fbaca6aff6] socks connection closed\n2025-07-31 21:49:46.760 [info] [command][694189f4-f4ac-42a6-8178-854289106a7d] Process exited with code 0\n2025-07-31 21:49:46.760 [info] [command][694189f4-f4ac-42a6-8178-854289106a7d] Socket close event received\n2025-07-31 21:49:46.799 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56532 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:50:46.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:50:46.763 [info] [command][599cf1ba-5028-4742-99eb-e90212bdcf95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""599cf1ba-5028-4742-99eb-e90212bdcf95""}\n2025-07-31 21:50:46.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][69f40c53-56be-4abc-b0f6-ba0ff8afff2a] received connection request\n2025-07-31 21:50:46.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:50:46.802 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69f40c53-56be-4abc-b0f6-ba0ff8afff2a] socks forwarding established\n2025-07-31 21:50:46.851 [info] [command][599cf1ba-5028-4742-99eb-e90212bdcf95] Process exited with code 0\n2025-07-31 21:50:46.851 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69f40c53-56be-4abc-b0f6-ba0ff8afff2a] socks connection closed\n2025-07-31 21:50:46.851 [info] [command][599cf1ba-5028-4742-99eb-e90212bdcf95] Socket close event received\n2025-07-31 21:50:46.890 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56551 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:51:46.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:51:46.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7d0832cc-180f-4400-86e0-9a4c81ca8b08] received connection request\n2025-07-31 21:51:46.857 [info] [command][f7916df1-6f0e-4d89-b0c3-938632e31826] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f7916df1-6f0e-4d89-b0c3-938632e31826""}\n2025-07-31 21:51:46.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:51:46.917 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d0832cc-180f-4400-86e0-9a4c81ca8b08] socks forwarding established\n2025-07-31 21:51:46.966 [info] [command][f7916df1-6f0e-4d89-b0c3-938632e31826] Process exited with code 0\n2025-07-31 21:51:46.966 [info] [command][f7916df1-6f0e-4d89-b0c3-938632e31826] Socket close event received\n2025-07-31 21:51:46.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d0832cc-180f-4400-86e0-9a4c81ca8b08] socks connection closed\n2025-07-31 21:51:47.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56605 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:52:46.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:52:46.974 [info] [command][f15e6134-b2bd-4d61-bce6-605a149aea89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f15e6134-b2bd-4d61-bce6-605a149aea89""}\n2025-07-31 21:52:46.975 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][03d6c946-1d7c-4330-804c-357e7b9440dc] received connection request\n2025-07-31 21:52:46.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:52:47.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03d6c946-1d7c-4330-804c-357e7b9440dc] socks forwarding established\n2025-07-31 21:52:47.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03d6c946-1d7c-4330-804c-357e7b9440dc] socks connection closed\n2025-07-31 21:52:47.121 [info] [command][f15e6134-b2bd-4d61-bce6-605a149aea89] Process exited with code 0\n2025-07-31 21:52:47.121 [info] [command][f15e6134-b2bd-4d61-bce6-605a149aea89] Socket close event received\n2025-07-31 21:52:47.161 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56646 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:53:47.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:53:47.130 [info] [command][4c5928d5-885e-401a-be67-4a97d1f86bcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c5928d5-885e-401a-be67-4a97d1f86bcf""}\n2025-07-31 21:53:47.130 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][83665c52-08fc-4bea-aea0-25338d019d77] received connection request\n2025-07-31 21:53:47.130 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:53:47.173 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83665c52-08fc-4bea-aea0-25338d019d77] socks forwarding established\n2025-07-31 21:53:47.220 [info] [command][4c5928d5-885e-401a-be67-4a97d1f86bcf] Process exited with code 0\n2025-07-31 21:53:47.221 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83665c52-08fc-4bea-aea0-25338d019d77] socks connection closed\n2025-07-31 21:53:47.221 [info] [command][4c5928d5-885e-401a-be67-4a97d1f86bcf] Socket close event received\n2025-07-31 21:53:47.336 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56675 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:54:47.226 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:54:47.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a05830f5-fbae-45e2-979d-a4224294a8c4] received connection request\n2025-07-31 21:54:47.229 [info] [command][ffe63278-845a-4d28-a20e-d0c6d9e6dc0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ffe63278-845a-4d28-a20e-d0c6d9e6dc0e""}\n2025-07-31 21:54:47.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:54:47.270 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a05830f5-fbae-45e2-979d-a4224294a8c4] socks forwarding established\n2025-07-31 21:54:47.318 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a05830f5-fbae-45e2-979d-a4224294a8c4] socks connection closed\n2025-07-31 21:54:47.318 [info] [command][ffe63278-845a-4d28-a20e-d0c6d9e6dc0e] Process exited with code 0\n2025-07-31 21:54:47.318 [info] [command][ffe63278-845a-4d28-a20e-d0c6d9e6dc0e] Socket close event received\n2025-07-31 21:54:47.362 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56695 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:55:47.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:55:47.323 [info] [command][3ec0ca0b-7059-4a7d-9704-d7143c2f50e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3ec0ca0b-7059-4a7d-9704-d7143c2f50e7""}\n2025-07-31 21:55:47.328 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b4f4f4fc-5c70-4bb4-afa5-8f267012c409] received connection request\n2025-07-31 21:55:47.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:55:47.369 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b4f4f4fc-5c70-4bb4-afa5-8f267012c409] socks forwarding established\n2025-07-31 21:55:47.413 [info] [command][3ec0ca0b-7059-4a7d-9704-d7143c2f50e7] Process exited with code 0\n2025-07-31 21:55:47.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b4f4f4fc-5c70-4bb4-afa5-8f267012c409] socks connection closed\n2025-07-31 21:55:47.413 [info] [command][3ec0ca0b-7059-4a7d-9704-d7143c2f50e7] Socket close event received\n2025-07-31 21:55:47.454 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56717 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:56:47.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:56:47.416 [info] [command][4fc2f677-b511-4fd3-936a-08e2c224075e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4fc2f677-b511-4fd3-936a-08e2c224075e""}\n2025-07-31 21:56:47.416 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fbccb8f4-34c7-4d29-bbcb-e8cfa165724a] received connection request\n2025-07-31 21:56:47.417 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:56:47.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fbccb8f4-34c7-4d29-bbcb-e8cfa165724a] socks forwarding established\n2025-07-31 21:56:47.509 [info] [command][4fc2f677-b511-4fd3-936a-08e2c224075e] Process exited with code 0\n2025-07-31 21:56:47.509 [info] [command][4fc2f677-b511-4fd3-936a-08e2c224075e] Socket close event received\n2025-07-31 21:56:47.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fbccb8f4-34c7-4d29-bbcb-e8cfa165724a] socks connection closed\n2025-07-31 21:56:47.551 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56749 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:57:47.514 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:57:47.516 [info] [command][39cd611b-32e5-4ca9-b436-bb79022ec3ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39cd611b-32e5-4ca9-b436-bb79022ec3ab""}\n2025-07-31 21:57:47.516 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][31df3e1d-7d5f-4484-a90f-efbcb16640d3] received connection request\n2025-07-31 21:57:47.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:57:47.562 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][31df3e1d-7d5f-4484-a90f-efbcb16640d3] socks forwarding established\n2025-07-31 21:57:47.610 [info] [command][39cd611b-32e5-4ca9-b436-bb79022ec3ab] Process exited with code 0\n2025-07-31 21:57:47.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][31df3e1d-7d5f-4484-a90f-efbcb16640d3] socks connection closed\n2025-07-31 21:57:47.610 [info] [command][39cd611b-32e5-4ca9-b436-bb79022ec3ab] Socket close event received\n2025-07-31 21:57:47.652 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56776 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:58:47.613 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:58:47.615 [info] [command][40a567fd-3e8a-4cd6-92d8-57937c2c9a93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""40a567fd-3e8a-4cd6-92d8-57937c2c9a93""}\n2025-07-31 21:58:47.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f3538ee0-b4fe-4468-80a7-a3a5a88bcdad] received connection request\n2025-07-31 21:58:47.616 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:58:47.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3538ee0-b4fe-4468-80a7-a3a5a88bcdad] socks forwarding established\n2025-07-31 21:58:47.704 [info] [command][40a567fd-3e8a-4cd6-92d8-57937c2c9a93] Process exited with code 0\n2025-07-31 21:58:47.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3538ee0-b4fe-4468-80a7-a3a5a88bcdad] socks connection closed\n2025-07-31 21:58:47.705 [info] [command][40a567fd-3e8a-4cd6-92d8-57937c2c9a93] Socket close event received\n2025-07-31 21:58:47.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56797 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 21:59:47.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 21:59:47.709 [info] [command][a9de077b-c714-47fc-870d-08cc455d67a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a9de077b-c714-47fc-870d-08cc455d67a4""}\n2025-07-31 21:59:47.709 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5fad51a8-cf09-4e55-aa26-4497fd60dabf] received connection request\n2025-07-31 21:59:47.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 21:59:47.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5fad51a8-cf09-4e55-aa26-4497fd60dabf] socks forwarding established\n2025-07-31 21:59:47.809 [info] [command][a9de077b-c714-47fc-870d-08cc455d67a4] Process exited with code 0\n2025-07-31 21:59:47.809 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5fad51a8-cf09-4e55-aa26-4497fd60dabf] socks connection closed\n2025-07-31 21:59:47.809 [info] [command][a9de077b-c714-47fc-870d-08cc455d67a4] Socket close event received\n2025-07-31 21:59:47.848 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56813 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:00:47.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:00:47.814 [info] [command][9cb9514d-9738-4625-9fa8-111bf4bb17c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9cb9514d-9738-4625-9fa8-111bf4bb17c7""}\n2025-07-31 22:00:47.815 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][88dae9c0-102a-4129-baf8-9a380fef19b3] received connection request\n2025-07-31 22:00:47.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:00:47.860 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][88dae9c0-102a-4129-baf8-9a380fef19b3] socks forwarding established\n2025-07-31 22:00:47.908 [info] [command][9cb9514d-9738-4625-9fa8-111bf4bb17c7] Process exited with code 0\n2025-07-31 22:00:47.908 [info] [command][9cb9514d-9738-4625-9fa8-111bf4bb17c7] Socket close event received\n2025-07-31 22:00:47.909 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][88dae9c0-102a-4129-baf8-9a380fef19b3] socks connection closed\n2025-07-31 22:00:47.951 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:01:47.910 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:01:47.912 [info] [command][e3927fb5-62b8-4410-9f57-e6de077baef4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e3927fb5-62b8-4410-9f57-e6de077baef4""}\n2025-07-31 22:01:47.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][06425027-44de-4f4a-a2da-52fec5559f56] received connection request\n2025-07-31 22:01:47.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:01:47.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06425027-44de-4f4a-a2da-52fec5559f56] socks forwarding established\n2025-07-31 22:01:48.002 [info] [command][e3927fb5-62b8-4410-9f57-e6de077baef4] Process exited with code 0\n2025-07-31 22:01:48.005 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06425027-44de-4f4a-a2da-52fec5559f56] socks connection closed\n2025-07-31 22:01:48.005 [info] [command][e3927fb5-62b8-4410-9f57-e6de077baef4] Socket close event received\n2025-07-31 22:01:48.046 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56879 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:02:48.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:02:48.007 [info] [command][b7037857-b1cd-4bf5-a267-3355ae80acf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7037857-b1cd-4bf5-a267-3355ae80acf2""}\n2025-07-31 22:02:48.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2c30194c-6d12-4ef2-8de5-47291f69bdbf] received connection request\n2025-07-31 22:02:48.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:02:48.047 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c30194c-6d12-4ef2-8de5-47291f69bdbf] socks forwarding established\n2025-07-31 22:02:48.092 [info] [command][b7037857-b1cd-4bf5-a267-3355ae80acf2] Process exited with code 0\n2025-07-31 22:02:48.092 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c30194c-6d12-4ef2-8de5-47291f69bdbf] socks connection closed\n2025-07-31 22:02:48.092 [info] [command][b7037857-b1cd-4bf5-a267-3355ae80acf2] Socket close event received\n2025-07-31 22:02:48.133 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56909 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:03:48.097 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:03:48.100 [info] [command][b56c3bdc-53d8-4bc4-af5a-495609f150fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b56c3bdc-53d8-4bc4-af5a-495609f150fa""}\n2025-07-31 22:03:48.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0b9874aa-ce5a-468d-be18-1471f2ae4e6e] received connection request\n2025-07-31 22:03:48.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:03:48.146 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b9874aa-ce5a-468d-be18-1471f2ae4e6e] socks forwarding established\n2025-07-31 22:03:48.191 [info] [command][b56c3bdc-53d8-4bc4-af5a-495609f150fa] Process exited with code 0\n2025-07-31 22:03:48.191 [info] [command][b56c3bdc-53d8-4bc4-af5a-495609f150fa] Socket close event received\n2025-07-31 22:03:48.192 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b9874aa-ce5a-468d-be18-1471f2ae4e6e] socks connection closed\n2025-07-31 22:03:48.230 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56937 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:04:48.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:04:48.199 [info] [command][c22cd563-8004-48f6-8861-fe4a7b03e02e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c22cd563-8004-48f6-8861-fe4a7b03e02e""}\n2025-07-31 22:04:48.200 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4bd8cc04-50c0-44f2-9ed3-e8db66a6d259] received connection request\n2025-07-31 22:04:48.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:04:48.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bd8cc04-50c0-44f2-9ed3-e8db66a6d259] socks forwarding established\n2025-07-31 22:04:48.290 [info] [command][c22cd563-8004-48f6-8861-fe4a7b03e02e] Process exited with code 0\n2025-07-31 22:04:48.290 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bd8cc04-50c0-44f2-9ed3-e8db66a6d259] socks connection closed\n2025-07-31 22:04:48.290 [info] [command][c22cd563-8004-48f6-8861-fe4a7b03e02e] Socket close event received\n2025-07-31 22:04:48.329 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56963 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:05:48.295 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:05:48.297 [info] [command][a813fc14-4dc2-4e39-9ab1-16a8fa3343e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a813fc14-4dc2-4e39-9ab1-16a8fa3343e3""}\n2025-07-31 22:05:48.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3dd2bdc7-97f5-4ba1-9153-341c40c5b4bb] received connection request\n2025-07-31 22:05:48.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:05:48.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd2bdc7-97f5-4ba1-9153-341c40c5b4bb] socks forwarding established\n2025-07-31 22:05:48.386 [info] [command][a813fc14-4dc2-4e39-9ab1-16a8fa3343e3] Process exited with code 0\n2025-07-31 22:05:48.386 [info] [command][a813fc14-4dc2-4e39-9ab1-16a8fa3343e3] Socket close event received\n2025-07-31 22:05:48.386 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd2bdc7-97f5-4ba1-9153-341c40c5b4bb] socks connection closed\n2025-07-31 22:05:48.425 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57018 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:06:48.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:06:48.388 [info] [command][8a43eb79-17cb-4e12-9d50-e14fa3c181b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8a43eb79-17cb-4e12-9d50-e14fa3c181b3""}\n2025-07-31 22:06:48.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9167a406-c8c3-4a27-99cb-8e9d232c82dd] received connection request\n2025-07-31 22:06:48.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:06:48.388 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:06:48.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9167a406-c8c3-4a27-99cb-8e9d232c82dd] socks forwarding established\n2025-07-31 22:06:48.541 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9167a406-c8c3-4a27-99cb-8e9d232c82dd] socks connection closed\n2025-07-31 22:06:48.541 [info] [command][8a43eb79-17cb-4e12-9d50-e14fa3c181b3] Process exited with code 0\n2025-07-31 22:06:48.541 [info] [command][8a43eb79-17cb-4e12-9d50-e14fa3c181b3] Socket close event received\n2025-07-31 22:06:48.581 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57070 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:07:48.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:07:48.547 [info] [command][060ff13c-4bec-47a8-bd3e-090039d898c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""060ff13c-4bec-47a8-bd3e-090039d898c9""}\n2025-07-31 22:07:48.547 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][06941e0e-36e4-452e-80f8-b18d06c59484] received connection request\n2025-07-31 22:07:48.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:07:48.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06941e0e-36e4-452e-80f8-b18d06c59484] socks forwarding established\n2025-07-31 22:07:48.654 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06941e0e-36e4-452e-80f8-b18d06c59484] socks connection closed\n2025-07-31 22:07:48.654 [info] [command][060ff13c-4bec-47a8-bd3e-090039d898c9] Process exited with code 0\n2025-07-31 22:07:48.654 [info] [command][060ff13c-4bec-47a8-bd3e-090039d898c9] Socket close event received\n2025-07-31 22:07:48.694 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57139 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:08:48.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:08:48.659 [info] [command][f2b98354-eef8-4390-a207-cc8d6c734e52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f2b98354-eef8-4390-a207-cc8d6c734e52""}\n2025-07-31 22:08:48.659 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab1b5b32-5ad1-4121-ad70-749956d95b27] received connection request\n2025-07-31 22:08:48.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:08:48.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1b5b32-5ad1-4121-ad70-749956d95b27] socks forwarding established\n2025-07-31 22:08:48.745 [info] [command][f2b98354-eef8-4390-a207-cc8d6c734e52] Process exited with code 0\n2025-07-31 22:08:48.746 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1b5b32-5ad1-4121-ad70-749956d95b27] socks connection closed\n2025-07-31 22:08:48.746 [info] [command][f2b98354-eef8-4390-a207-cc8d6c734e52] Socket close event received\n2025-07-31 22:08:48.787 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57166 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:09:48.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:09:48.751 [info] [command][25d4b3dd-a928-4c1e-9d99-e986b9b24b10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""25d4b3dd-a928-4c1e-9d99-e986b9b24b10""}\n2025-07-31 22:09:48.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][778d06a4-8fa2-42a5-b737-43d68c2c2e0d] received connection request\n2025-07-31 22:09:48.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:09:48.791 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][778d06a4-8fa2-42a5-b737-43d68c2c2e0d] socks forwarding established\n2025-07-31 22:09:48.837 [info] [command][25d4b3dd-a928-4c1e-9d99-e986b9b24b10] Process exited with code 0\n2025-07-31 22:09:48.837 [info] [command][25d4b3dd-a928-4c1e-9d99-e986b9b24b10] Socket close event received\n2025-07-31 22:09:48.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][778d06a4-8fa2-42a5-b737-43d68c2c2e0d] socks connection closed\n2025-07-31 22:09:48.879 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57207 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:10:48.842 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:10:48.845 [info] [command][9965b818-8e7d-477a-8b79-8a0b7935c98b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9965b818-8e7d-477a-8b79-8a0b7935c98b""}\n2025-07-31 22:10:48.846 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7d482aa0-0cc6-4070-88a4-68fd7b727981] received connection request\n2025-07-31 22:10:48.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:10:48.890 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d482aa0-0cc6-4070-88a4-68fd7b727981] socks forwarding established\n2025-07-31 22:10:48.937 [info] [command][9965b818-8e7d-477a-8b79-8a0b7935c98b] Process exited with code 0\n2025-07-31 22:10:48.937 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7d482aa0-0cc6-4070-88a4-68fd7b727981] socks connection closed\n2025-07-31 22:10:48.937 [info] [command][9965b818-8e7d-477a-8b79-8a0b7935c98b] Socket close event received\n2025-07-31 22:10:48.978 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57238 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:11:48.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:11:48.944 [info] [command][8e85e36e-16df-4aa1-9300-8d92e802a27f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e85e36e-16df-4aa1-9300-8d92e802a27f""}\n2025-07-31 22:11:48.944 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ce4efc1-0dee-4bbd-84b5-61ad04cb6127] received connection request\n2025-07-31 22:11:48.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:11:49.047 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce4efc1-0dee-4bbd-84b5-61ad04cb6127] socks forwarding established\n2025-07-31 22:11:49.096 [info] [command][8e85e36e-16df-4aa1-9300-8d92e802a27f] Process exited with code 0\n2025-07-31 22:11:49.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce4efc1-0dee-4bbd-84b5-61ad04cb6127] socks connection closed\n2025-07-31 22:11:49.096 [info] [command][8e85e36e-16df-4aa1-9300-8d92e802a27f] Socket close event received\n2025-07-31 22:11:49.135 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57340 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:12:49.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:12:49.101 [info] [command][0585afef-03b8-48b5-b3db-5039f8414cd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0585afef-03b8-48b5-b3db-5039f8414cd2""}\n2025-07-31 22:12:49.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac47981d-d7c5-4227-bf38-033bd6edd525] received connection request\n2025-07-31 22:12:49.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:12:49.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac47981d-d7c5-4227-bf38-033bd6edd525] socks forwarding established\n2025-07-31 22:12:49.190 [info] [command][0585afef-03b8-48b5-b3db-5039f8414cd2] Process exited with code 0\n2025-07-31 22:12:49.190 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac47981d-d7c5-4227-bf38-033bd6edd525] socks connection closed\n2025-07-31 22:12:49.190 [info] [command][0585afef-03b8-48b5-b3db-5039f8414cd2] Socket close event received\n2025-07-31 22:12:49.236 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57398 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:13:49.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:13:49.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][baa042b0-8ad1-40eb-84cd-8129f9c25b38] received connection request\n2025-07-31 22:13:49.202 [info] [command][ac3063c5-c116-4081-9220-a0b5cb0765af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ac3063c5-c116-4081-9220-a0b5cb0765af""}\n2025-07-31 22:13:49.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:13:49.248 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][baa042b0-8ad1-40eb-84cd-8129f9c25b38] socks forwarding established\n2025-07-31 22:13:49.300 [info] [command][ac3063c5-c116-4081-9220-a0b5cb0765af] Process exited with code 0\n2025-07-31 22:13:49.301 [info] [command][ac3063c5-c116-4081-9220-a0b5cb0765af] Socket close event received\n2025-07-31 22:13:49.301 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][baa042b0-8ad1-40eb-84cd-8129f9c25b38] socks connection closed\n2025-07-31 22:13:49.340 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57412 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:14:49.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:14:49.309 [info] [command][2c7ed9de-f943-40b7-bcf3-a5db3ed8692e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c7ed9de-f943-40b7-bcf3-a5db3ed8692e""}\n2025-07-31 22:14:49.310 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2e92e4d5-822f-42cd-8052-7157cde584f5] received connection request\n2025-07-31 22:14:49.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:14:49.355 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2e92e4d5-822f-42cd-8052-7157cde584f5] socks forwarding established\n2025-07-31 22:14:49.401 [info] [command][2c7ed9de-f943-40b7-bcf3-a5db3ed8692e] Process exited with code 0\n2025-07-31 22:14:49.402 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2e92e4d5-822f-42cd-8052-7157cde584f5] socks connection closed\n2025-07-31 22:14:49.402 [info] [command][2c7ed9de-f943-40b7-bcf3-a5db3ed8692e] Socket close event received\n2025-07-31 22:14:49.444 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57439 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:15:49.407 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:15:49.410 [info] [command][f38588f0-1f1c-4363-b53f-1ef31975a708] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f38588f0-1f1c-4363-b53f-1ef31975a708""}\n2025-07-31 22:15:49.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][714dd2b5-65dd-452d-8116-1638a84a81f2] received connection request\n2025-07-31 22:15:49.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:15:49.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][714dd2b5-65dd-452d-8116-1638a84a81f2] socks forwarding established\n2025-07-31 22:15:49.501 [info] [command][f38588f0-1f1c-4363-b53f-1ef31975a708] Process exited with code 0\n2025-07-31 22:15:49.501 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][714dd2b5-65dd-452d-8116-1638a84a81f2] socks connection closed\n2025-07-31 22:15:49.501 [info] [command][f38588f0-1f1c-4363-b53f-1ef31975a708] Socket close event received\n2025-07-31 22:15:49.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57455 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:16:49.507 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:16:49.510 [info] [command][7bbcdf49-90f5-4b88-89e7-b24ae6d470d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7bbcdf49-90f5-4b88-89e7-b24ae6d470d1""}\n2025-07-31 22:16:49.513 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][93743f6f-b22f-4142-8ed6-0e52d54f3cd9] received connection request\n2025-07-31 22:16:49.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:16:49.565 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93743f6f-b22f-4142-8ed6-0e52d54f3cd9] socks forwarding established\n2025-07-31 22:16:49.614 [info] [command][7bbcdf49-90f5-4b88-89e7-b24ae6d470d1] Process exited with code 0\n2025-07-31 22:16:49.615 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93743f6f-b22f-4142-8ed6-0e52d54f3cd9] socks connection closed\n2025-07-31 22:16:49.615 [info] [command][7bbcdf49-90f5-4b88-89e7-b24ae6d470d1] Socket close event received\n2025-07-31 22:16:49.657 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57496 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:17:49.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:17:49.618 [info] [command][8f70e09a-c233-4d07-a02a-ce12a54bff9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f70e09a-c233-4d07-a02a-ce12a54bff9c""}\n2025-07-31 22:17:49.619 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fce88b0c-76f9-4a34-8c26-4b15b4e541e4] received connection request\n2025-07-31 22:17:49.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:17:49.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fce88b0c-76f9-4a34-8c26-4b15b4e541e4] socks forwarding established\n2025-07-31 22:17:49.715 [info] [command][8f70e09a-c233-4d07-a02a-ce12a54bff9c] Process exited with code 0\n2025-07-31 22:17:49.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fce88b0c-76f9-4a34-8c26-4b15b4e541e4] socks connection closed\n2025-07-31 22:17:49.715 [info] [command][8f70e09a-c233-4d07-a02a-ce12a54bff9c] Socket close event received\n2025-07-31 22:17:49.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57538 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:18:49.716 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:18:49.718 [info] [command][ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6""}\n2025-07-31 22:18:49.719 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fb6affa6-86da-4d09-847b-8dafaa351965] received connection request\n2025-07-31 22:18:49.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:18:49.761 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fb6affa6-86da-4d09-847b-8dafaa351965] socks forwarding established\n2025-07-31 22:18:49.805 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fb6affa6-86da-4d09-847b-8dafaa351965] socks connection closed\n2025-07-31 22:18:49.805 [info] [command][ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6] Process exited with code 0\n2025-07-31 22:18:49.805 [info] [command][ef8f2bb0-6a31-4d4c-b4d7-3a2dd3a499e6] Socket close event received\n2025-07-31 22:18:49.850 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57567 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:19:49.809 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:19:49.811 [info] [command][b3a9622d-f301-42a1-9b3d-a904392a0524] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b3a9622d-f301-42a1-9b3d-a904392a0524""}\n2025-07-31 22:19:49.812 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9c2db44d-b08d-459e-80c3-710aa89b30fb] received connection request\n2025-07-31 22:19:49.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:19:49.854 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9c2db44d-b08d-459e-80c3-710aa89b30fb] socks forwarding established\n2025-07-31 22:19:49.902 [info] [command][b3a9622d-f301-42a1-9b3d-a904392a0524] Process exited with code 0\n2025-07-31 22:19:49.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9c2db44d-b08d-459e-80c3-710aa89b30fb] socks connection closed\n2025-07-31 22:19:49.902 [info] [command][b3a9622d-f301-42a1-9b3d-a904392a0524] Socket close event received\n2025-07-31 22:19:49.946 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57598 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:20:49.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:20:49.911 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c0b593b4-1d14-468b-a033-2cf05b4d58d6] received connection request\n2025-07-31 22:20:49.912 [info] [command][affbf9c9-1631-4f43-9cf0-dc552a797d19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""affbf9c9-1631-4f43-9cf0-dc552a797d19""}\n2025-07-31 22:20:49.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:20:49.956 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c0b593b4-1d14-468b-a033-2cf05b4d58d6] socks forwarding established\n2025-07-31 22:20:50.003 [info] [command][affbf9c9-1631-4f43-9cf0-dc552a797d19] Process exited with code 0\n2025-07-31 22:20:50.003 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c0b593b4-1d14-468b-a033-2cf05b4d58d6] socks connection closed\n2025-07-31 22:20:50.003 [info] [command][affbf9c9-1631-4f43-9cf0-dc552a797d19] Socket close event received\n2025-07-31 22:20:50.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57620 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:21:50.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:21:50.012 [info] [command][a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd""}\n2025-07-31 22:21:50.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][89886e4d-4a99-4607-b6d0-baebc2f2e45b] received connection request\n2025-07-31 22:21:50.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:21:50.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89886e4d-4a99-4607-b6d0-baebc2f2e45b] socks forwarding established\n2025-07-31 22:21:50.099 [info] [command][a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd] Process exited with code 0\n2025-07-31 22:21:50.100 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89886e4d-4a99-4607-b6d0-baebc2f2e45b] socks connection closed\n2025-07-31 22:21:50.100 [info] [command][a94bfdf0-b1d1-4e94-bf0a-638d3bdbdfdd] Socket close event received\n2025-07-31 22:21:50.139 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57665 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:22:50.103 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:22:50.105 [info] [command][a43d2fa6-db3e-4c12-8817-f8726d51b3e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a43d2fa6-db3e-4c12-8817-f8726d51b3e9""}\n2025-07-31 22:22:50.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8a9f7e95-443e-4847-b4c9-8a815be9643d] received connection request\n2025-07-31 22:22:50.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:22:50.150 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a9f7e95-443e-4847-b4c9-8a815be9643d] socks forwarding established\n2025-07-31 22:22:50.195 [info] [command][a43d2fa6-db3e-4c12-8817-f8726d51b3e9] Process exited with code 0\n2025-07-31 22:22:50.195 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a9f7e95-443e-4847-b4c9-8a815be9643d] socks connection closed\n2025-07-31 22:22:50.195 [info] [command][a43d2fa6-db3e-4c12-8817-f8726d51b3e9] Socket close event received\n2025-07-31 22:22:50.241 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57723 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:23:50.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:23:50.198 [info] [command][ed8cdbfc-9a6b-4632-94c0-15fc8d5af420] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ed8cdbfc-9a6b-4632-94c0-15fc8d5af420""}\n2025-07-31 22:23:50.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][03c54f6a-ff24-4847-9f4b-94be0d44c4a3] received connection request\n2025-07-31 22:23:50.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:23:50.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03c54f6a-ff24-4847-9f4b-94be0d44c4a3] socks forwarding established\n2025-07-31 22:23:50.293 [info] [command][ed8cdbfc-9a6b-4632-94c0-15fc8d5af420] Process exited with code 0\n2025-07-31 22:23:50.293 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][03c54f6a-ff24-4847-9f4b-94be0d44c4a3] socks connection closed\n2025-07-31 22:23:50.293 [info] [command][ed8cdbfc-9a6b-4632-94c0-15fc8d5af420] Socket close event received\n2025-07-31 22:23:50.418 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57773 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:24:50.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:24:50.300 [info] [command][8fed6e1c-3851-46fd-b962-bafa22d8519e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8fed6e1c-3851-46fd-b962-bafa22d8519e""}\n2025-07-31 22:24:50.301 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee3cf125-6bf8-4c68-ae8f-fa1515fc4f20] received connection request\n2025-07-31 22:24:50.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:24:50.426 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee3cf125-6bf8-4c68-ae8f-fa1515fc4f20] socks forwarding established\n2025-07-31 22:24:50.474 [info] [command][8fed6e1c-3851-46fd-b962-bafa22d8519e] Process exited with code 0\n2025-07-31 22:24:50.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee3cf125-6bf8-4c68-ae8f-fa1515fc4f20] socks connection closed\n2025-07-31 22:24:50.476 [info] [command][8fed6e1c-3851-46fd-b962-bafa22d8519e] Socket close event received\n2025-07-31 22:24:50.676 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57820 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:25:50.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:25:50.481 [info] [command][b01af7dd-e3da-4bdd-be13-3fee1ca3eddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b01af7dd-e3da-4bdd-be13-3fee1ca3eddd""}\n2025-07-31 22:25:50.481 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d3043a7a-cfb4-4cea-9aa6-c93aa4ca4180] received connection request\n2025-07-31 22:25:50.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:25:50.529 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3043a7a-cfb4-4cea-9aa6-c93aa4ca4180] socks forwarding established\n2025-07-31 22:25:50.575 [info] [command][b01af7dd-e3da-4bdd-be13-3fee1ca3eddd] Process exited with code 0\n2025-07-31 22:25:50.576 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3043a7a-cfb4-4cea-9aa6-c93aa4ca4180] socks connection closed\n2025-07-31 22:25:50.576 [info] [command][b01af7dd-e3da-4bdd-be13-3fee1ca3eddd] Socket close event received\n2025-07-31 22:25:50.615 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57848 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:26:50.577 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:26:50.579 [info] [command][f81f9d6b-41cd-4cbc-80fc-f316dc0945b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f81f9d6b-41cd-4cbc-80fc-f316dc0945b3""}\n2025-07-31 22:26:50.579 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][832b427b-9f12-48f0-aa8d-11444df2f2b2] received connection request\n2025-07-31 22:26:50.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:26:50.623 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][832b427b-9f12-48f0-aa8d-11444df2f2b2] socks forwarding established\n2025-07-31 22:26:50.669 [info] [command][f81f9d6b-41cd-4cbc-80fc-f316dc0945b3] Process exited with code 0\n2025-07-31 22:26:50.670 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][832b427b-9f12-48f0-aa8d-11444df2f2b2] socks connection closed\n2025-07-31 22:26:50.670 [info] [command][f81f9d6b-41cd-4cbc-80fc-f316dc0945b3] Socket close event received\n2025-07-31 22:26:50.710 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57902 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:27:50.672 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:27:50.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][10d7401e-82ca-4008-b2a7-f864f74d76b8] received connection request\n2025-07-31 22:27:50.675 [info] [command][1eb98efb-e95f-40ab-b18d-a3bf50b8471e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1eb98efb-e95f-40ab-b18d-a3bf50b8471e""}\n2025-07-31 22:27:50.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:27:50.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][10d7401e-82ca-4008-b2a7-f864f74d76b8] socks forwarding established\n2025-07-31 22:27:50.764 [info] [command][1eb98efb-e95f-40ab-b18d-a3bf50b8471e] Process exited with code 0\n2025-07-31 22:27:50.764 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][10d7401e-82ca-4008-b2a7-f864f74d76b8] socks connection closed\n2025-07-31 22:27:50.764 [info] [command][1eb98efb-e95f-40ab-b18d-a3bf50b8471e] Socket close event received\n2025-07-31 22:27:50.802 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57943 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:28:50.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:28:50.772 [info] [command][42fee4af-2819-4705-9c49-fa1555a7ec8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""42fee4af-2819-4705-9c49-fa1555a7ec8c""}\n2025-07-31 22:28:50.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eba41c08-72f7-4faa-a505-c14a7bc9f050] received connection request\n2025-07-31 22:28:50.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:28:50.816 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eba41c08-72f7-4faa-a505-c14a7bc9f050] socks forwarding established\n2025-07-31 22:28:50.859 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eba41c08-72f7-4faa-a505-c14a7bc9f050] socks connection closed\n2025-07-31 22:28:50.859 [info] [command][42fee4af-2819-4705-9c49-fa1555a7ec8c] Process exited with code 0\n2025-07-31 22:28:50.859 [info] [command][42fee4af-2819-4705-9c49-fa1555a7ec8c] Socket close event received\n2025-07-31 22:28:50.899 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:29:50.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:29:50.868 [info] [command][a090df82-4f55-4740-803f-5d944b449107] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a090df82-4f55-4740-803f-5d944b449107""}\n2025-07-31 22:29:50.872 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a696f3ca-f5dd-4ce4-8270-ff919d1dce4e] received connection request\n2025-07-31 22:29:50.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:29:50.992 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a696f3ca-f5dd-4ce4-8270-ff919d1dce4e] socks forwarding established\n2025-07-31 22:29:51.047 [info] [command][a090df82-4f55-4740-803f-5d944b449107] Process exited with code 0\n2025-07-31 22:29:51.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a696f3ca-f5dd-4ce4-8270-ff919d1dce4e] socks connection closed\n2025-07-31 22:29:51.048 [info] [command][a090df82-4f55-4740-803f-5d944b449107] Socket close event received\n2025-07-31 22:29:51.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58015 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:30:51.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:30:51.054 [info] [command][d5af4c74-04d9-492a-9346-0d120f3c1768] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d5af4c74-04d9-492a-9346-0d120f3c1768""}\n2025-07-31 22:30:51.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9db03041-292b-4ea3-b70c-7f163b26c926] received connection request\n2025-07-31 22:30:51.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:30:51.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9db03041-292b-4ea3-b70c-7f163b26c926] socks forwarding established\n2025-07-31 22:30:51.158 [info] [command][d5af4c74-04d9-492a-9346-0d120f3c1768] Process exited with code 0\n2025-07-31 22:30:51.158 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9db03041-292b-4ea3-b70c-7f163b26c926] socks connection closed\n2025-07-31 22:30:51.158 [info] [command][d5af4c74-04d9-492a-9346-0d120f3c1768] Socket close event received\n2025-07-31 22:30:51.200 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58039 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:31:51.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:31:51.160 [info] [command][4c1af9af-0c12-420e-946f-3828ac9c45c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c1af9af-0c12-420e-946f-3828ac9c45c6""}\n2025-07-31 22:31:51.160 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f1039641-ef50-45d7-a43b-6ab6dd836c04] received connection request\n2025-07-31 22:31:51.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:31:51.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1039641-ef50-45d7-a43b-6ab6dd836c04] socks forwarding established\n2025-07-31 22:31:51.323 [info] [command][4c1af9af-0c12-420e-946f-3828ac9c45c6] Process exited with code 0\n2025-07-31 22:31:51.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1039641-ef50-45d7-a43b-6ab6dd836c04] socks connection closed\n2025-07-31 22:31:51.324 [info] [command][4c1af9af-0c12-420e-946f-3828ac9c45c6] Socket close event received\n2025-07-31 22:31:51.364 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58085 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:32:51.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:32:51.331 [info] [command][68d272ce-9985-412e-a670-33e737cc248c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""68d272ce-9985-412e-a670-33e737cc248c""}\n2025-07-31 22:32:51.331 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4d2d373f-9b73-4cc4-829c-37d37769ca9e] received connection request\n2025-07-31 22:32:51.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:32:51.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d2d373f-9b73-4cc4-829c-37d37769ca9e] socks forwarding established\n2025-07-31 22:32:51.420 [info] [command][68d272ce-9985-412e-a670-33e737cc248c] Process exited with code 0\n2025-07-31 22:32:51.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d2d373f-9b73-4cc4-829c-37d37769ca9e] socks connection closed\n2025-07-31 22:32:51.422 [info] [command][68d272ce-9985-412e-a670-33e737cc248c] Socket close event received\n2025-07-31 22:32:51.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58127 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:33:51.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:33:51.427 [info] [command][edd0e7da-8d28-4e6b-b71d-010f449aed26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""edd0e7da-8d28-4e6b-b71d-010f449aed26""}\n2025-07-31 22:33:51.427 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0a7f8f2a-bfa4-45d9-8550-67b91f1df0de] received connection request\n2025-07-31 22:33:51.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:33:51.428 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:33:51.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a7f8f2a-bfa4-45d9-8550-67b91f1df0de] socks forwarding established\n2025-07-31 22:33:51.514 [info] [command][edd0e7da-8d28-4e6b-b71d-010f449aed26] Process exited with code 0\n2025-07-31 22:33:51.515 [info] [command][edd0e7da-8d28-4e6b-b71d-010f449aed26] Socket close event received\n2025-07-31 22:33:51.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a7f8f2a-bfa4-45d9-8550-67b91f1df0de] socks connection closed\n2025-07-31 22:33:51.555 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58153 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:34:51.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:34:51.522 [info] [command][0cf9d227-1264-42ef-99cb-09d393a4754e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cf9d227-1264-42ef-99cb-09d393a4754e""}\n2025-07-31 22:34:51.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eb3cf546-f54c-4953-951b-51c5eb69054a] received connection request\n2025-07-31 22:34:51.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:34:51.678 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb3cf546-f54c-4953-951b-51c5eb69054a] socks forwarding established\n2025-07-31 22:34:51.726 [info] [command][0cf9d227-1264-42ef-99cb-09d393a4754e] Process exited with code 0\n2025-07-31 22:34:51.727 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb3cf546-f54c-4953-951b-51c5eb69054a] socks connection closed\n2025-07-31 22:34:51.727 [info] [command][0cf9d227-1264-42ef-99cb-09d393a4754e] Socket close event received\n2025-07-31 22:34:51.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58173 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:35:51.733 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:35:51.736 [info] [command][48c48048-f132-4c94-a780-7d20a57fa2fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""48c48048-f132-4c94-a780-7d20a57fa2fd""}\n2025-07-31 22:35:51.737 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad83171c-9e02-42b1-a692-e2ef9648b02e] received connection request\n2025-07-31 22:35:51.737 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:35:51.780 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad83171c-9e02-42b1-a692-e2ef9648b02e] socks forwarding established\n2025-07-31 22:35:51.828 [info] [command][48c48048-f132-4c94-a780-7d20a57fa2fd] Process exited with code 0\n2025-07-31 22:35:51.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad83171c-9e02-42b1-a692-e2ef9648b02e] socks connection closed\n2025-07-31 22:35:51.829 [info] [command][48c48048-f132-4c94-a780-7d20a57fa2fd] Socket close event received\n2025-07-31 22:35:51.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:36:51.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:36:51.836 [info] [command][96eccc3d-79c8-453e-b494-adeb51df3c1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""96eccc3d-79c8-453e-b494-adeb51df3c1c""}\n2025-07-31 22:36:51.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee1e7ed0-7a5d-4e42-bafe-435028e33d73] received connection request\n2025-07-31 22:36:51.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:36:51.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee1e7ed0-7a5d-4e42-bafe-435028e33d73] socks forwarding established\n2025-07-31 22:36:51.950 [info] [command][96eccc3d-79c8-453e-b494-adeb51df3c1c] Process exited with code 0\n2025-07-31 22:36:51.950 [info] [command][96eccc3d-79c8-453e-b494-adeb51df3c1c] Socket close event received\n2025-07-31 22:36:51.952 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee1e7ed0-7a5d-4e42-bafe-435028e33d73] socks connection closed\n2025-07-31 22:36:51.993 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58259 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:37:51.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:37:51.955 [info] [command][2e2683ae-aa84-4842-a6b9-4a40e477ce8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2e2683ae-aa84-4842-a6b9-4a40e477ce8f""}\n2025-07-31 22:37:51.956 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fa02871c-a9a5-48b1-8cf1-a7f8aef34c53] received connection request\n2025-07-31 22:37:51.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:37:52.002 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa02871c-a9a5-48b1-8cf1-a7f8aef34c53] socks forwarding established\n2025-07-31 22:37:52.049 [info] [command][2e2683ae-aa84-4842-a6b9-4a40e477ce8f] Process exited with code 0\n2025-07-31 22:37:52.051 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa02871c-a9a5-48b1-8cf1-a7f8aef34c53] socks connection closed\n2025-07-31 22:37:52.051 [info] [command][2e2683ae-aa84-4842-a6b9-4a40e477ce8f] Socket close event received\n2025-07-31 22:37:52.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58297 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:38:52.052 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:38:52.054 [info] [command][d210c55f-13a2-4892-bd7f-c5a1055dd426] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d210c55f-13a2-4892-bd7f-c5a1055dd426""}\n2025-07-31 22:38:52.055 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e573cced-dfbe-4d12-a2bb-a19e56e308d8] received connection request\n2025-07-31 22:38:52.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:38:52.172 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e573cced-dfbe-4d12-a2bb-a19e56e308d8] socks forwarding established\n2025-07-31 22:38:52.217 [info] [command][d210c55f-13a2-4892-bd7f-c5a1055dd426] Process exited with code 0\n2025-07-31 22:38:52.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e573cced-dfbe-4d12-a2bb-a19e56e308d8] socks connection closed\n2025-07-31 22:38:52.217 [info] [command][d210c55f-13a2-4892-bd7f-c5a1055dd426] Socket close event received\n2025-07-31 22:38:52.257 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58317 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:39:52.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:39:52.220 [info] [command][39f21389-d64c-4670-baea-7968167e15d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39f21389-d64c-4670-baea-7968167e15d8""}\n2025-07-31 22:39:52.220 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][743c3c4a-8156-4ae9-9d6c-51de1747cfa5] received connection request\n2025-07-31 22:39:52.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:39:52.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][743c3c4a-8156-4ae9-9d6c-51de1747cfa5] socks forwarding established\n2025-07-31 22:39:52.318 [info] [command][39f21389-d64c-4670-baea-7968167e15d8] Process exited with code 0\n2025-07-31 22:39:52.318 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][743c3c4a-8156-4ae9-9d6c-51de1747cfa5] socks connection closed\n2025-07-31 22:39:52.318 [info] [command][39f21389-d64c-4670-baea-7968167e15d8] Socket close event received\n2025-07-31 22:39:52.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58338 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:40:52.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:40:52.325 [info] [command][eef44896-0cdd-43e7-9569-715d80927691] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eef44896-0cdd-43e7-9569-715d80927691""}\n2025-07-31 22:40:52.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2027b82a-6dbe-4acb-a377-a573be29fb34] received connection request\n2025-07-31 22:40:52.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:40:52.372 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2027b82a-6dbe-4acb-a377-a573be29fb34] socks forwarding established\n2025-07-31 22:40:52.417 [info] [command][eef44896-0cdd-43e7-9569-715d80927691] Process exited with code 0\n2025-07-31 22:40:52.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2027b82a-6dbe-4acb-a377-a573be29fb34] socks connection closed\n2025-07-31 22:40:52.417 [info] [command][eef44896-0cdd-43e7-9569-715d80927691] Socket close event received\n2025-07-31 22:40:52.457 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:41:52.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:41:52.421 [info] [command][5e839e62-933d-4239-867a-66e498b08f27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5e839e62-933d-4239-867a-66e498b08f27""}\n2025-07-31 22:41:52.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f18454d1-6400-4e8a-b6cb-06fd3ffe4558] received connection request\n2025-07-31 22:41:52.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:41:52.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f18454d1-6400-4e8a-b6cb-06fd3ffe4558] socks forwarding established\n2025-07-31 22:41:52.514 [info] [command][5e839e62-933d-4239-867a-66e498b08f27] Process exited with code 0\n2025-07-31 22:41:52.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f18454d1-6400-4e8a-b6cb-06fd3ffe4558] socks connection closed\n2025-07-31 22:41:52.515 [info] [command][5e839e62-933d-4239-867a-66e498b08f27] Socket close event received\n2025-07-31 22:41:52.555 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58424 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:42:52.517 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:42:52.518 [info] [command][df9191e8-62b2-4858-a9cf-d414bfff35e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""df9191e8-62b2-4858-a9cf-d414bfff35e3""}\n2025-07-31 22:42:52.518 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f951a34b-6d69-47d5-ba56-665aceb5dc2d] received connection request\n2025-07-31 22:42:52.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:42:52.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f951a34b-6d69-47d5-ba56-665aceb5dc2d] socks forwarding established\n2025-07-31 22:42:52.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f951a34b-6d69-47d5-ba56-665aceb5dc2d] socks connection closed\n2025-07-31 22:42:52.602 [info] [command][df9191e8-62b2-4858-a9cf-d414bfff35e3] Process exited with code 0\n2025-07-31 22:42:52.602 [info] [command][df9191e8-62b2-4858-a9cf-d414bfff35e3] Socket close event received\n2025-07-31 22:42:52.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58478 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:43:52.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:43:52.608 [info] [command][a3962e26-5a4d-40d6-ba65-0d4b775f5a25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a3962e26-5a4d-40d6-ba65-0d4b775f5a25""}\n2025-07-31 22:43:52.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cc0012ab-37db-4a51-a1dc-bdb0448ebcbe] received connection request\n2025-07-31 22:43:52.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:43:52.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cc0012ab-37db-4a51-a1dc-bdb0448ebcbe] socks forwarding established\n2025-07-31 22:43:52.696 [info] [command][a3962e26-5a4d-40d6-ba65-0d4b775f5a25] Process exited with code 0\n2025-07-31 22:43:52.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cc0012ab-37db-4a51-a1dc-bdb0448ebcbe] socks connection closed\n2025-07-31 22:43:52.696 [info] [command][a3962e26-5a4d-40d6-ba65-0d4b775f5a25] Socket close event received\n2025-07-31 22:43:52.736 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:44:52.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:44:52.701 [info] [command][33493d30-4c7a-49db-9ce6-d9ea4684ad85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33493d30-4c7a-49db-9ce6-d9ea4684ad85""}\n2025-07-31 22:44:52.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][476aedae-0ad8-4cc1-bfca-cc3b06f4af31] received connection request\n2025-07-31 22:44:52.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:44:52.746 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476aedae-0ad8-4cc1-bfca-cc3b06f4af31] socks forwarding established\n2025-07-31 22:44:52.865 [info] [command][33493d30-4c7a-49db-9ce6-d9ea4684ad85] Process exited with code 0\n2025-07-31 22:44:52.865 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476aedae-0ad8-4cc1-bfca-cc3b06f4af31] socks connection closed\n2025-07-31 22:44:52.865 [info] [command][33493d30-4c7a-49db-9ce6-d9ea4684ad85] Socket close event received\n2025-07-31 22:44:52.906 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58566 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:45:52.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:45:52.873 [info] [command][2daca876-c5db-4ec8-ab79-e26666d4caa9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2daca876-c5db-4ec8-ab79-e26666d4caa9""}\n2025-07-31 22:45:52.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b21ffca7-154e-48fe-b6b9-048342cbb7ba] received connection request\n2025-07-31 22:45:52.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:45:52.918 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b21ffca7-154e-48fe-b6b9-048342cbb7ba] socks forwarding established\n2025-07-31 22:45:52.965 [info] [command][2daca876-c5db-4ec8-ab79-e26666d4caa9] Process exited with code 0\n2025-07-31 22:45:52.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b21ffca7-154e-48fe-b6b9-048342cbb7ba] socks connection closed\n2025-07-31 22:45:52.965 [info] [command][2daca876-c5db-4ec8-ab79-e26666d4caa9] Socket close event received\n2025-07-31 22:45:53.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58591 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:46:52.965 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:46:52.966 [info] [command][e877386f-4505-4df0-aa66-47fe35d5a2fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e877386f-4505-4df0-aa66-47fe35d5a2fb""}\n2025-07-31 22:46:52.967 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e9b5d67f-7266-4ba3-8450-9794bce8b093] received connection request\n2025-07-31 22:46:52.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:46:53.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9b5d67f-7266-4ba3-8450-9794bce8b093] socks forwarding established\n2025-07-31 22:46:53.062 [info] [command][e877386f-4505-4df0-aa66-47fe35d5a2fb] Process exited with code 0\n2025-07-31 22:46:53.062 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9b5d67f-7266-4ba3-8450-9794bce8b093] socks connection closed\n2025-07-31 22:46:53.063 [info] [command][e877386f-4505-4df0-aa66-47fe35d5a2fb] Socket close event received\n2025-07-31 22:46:53.109 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58622 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:47:53.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:47:53.067 [info] [command][0cf2f93c-ec3a-4f76-a291-aa487066dd63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cf2f93c-ec3a-4f76-a291-aa487066dd63""}\n2025-07-31 22:47:53.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][41ca1f75-4453-4756-8b49-b90dbc374890] received connection request\n2025-07-31 22:47:53.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:47:53.067 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:47:53.108 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][41ca1f75-4453-4756-8b49-b90dbc374890] socks forwarding established\n2025-07-31 22:47:53.152 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][41ca1f75-4453-4756-8b49-b90dbc374890] socks connection closed\n2025-07-31 22:47:53.153 [info] [command][0cf2f93c-ec3a-4f76-a291-aa487066dd63] Process exited with code 0\n2025-07-31 22:47:53.153 [info] [command][0cf2f93c-ec3a-4f76-a291-aa487066dd63] Socket close event received\n2025-07-31 22:47:53.192 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58679 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:48:53.155 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:48:53.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6b4a93a7-0d6f-419d-8aea-ff3e283a6d5b] received connection request\n2025-07-31 22:48:53.161 [info] [command][f32d2c58-a0e2-4a69-a549-ce220e880c1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f32d2c58-a0e2-4a69-a549-ce220e880c1a""}\n2025-07-31 22:48:53.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:48:53.232 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b4a93a7-0d6f-419d-8aea-ff3e283a6d5b] socks forwarding established\n2025-07-31 22:48:53.279 [info] [command][f32d2c58-a0e2-4a69-a549-ce220e880c1a] Process exited with code 0\n2025-07-31 22:48:53.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b4a93a7-0d6f-419d-8aea-ff3e283a6d5b] socks connection closed\n2025-07-31 22:48:53.279 [info] [command][f32d2c58-a0e2-4a69-a549-ce220e880c1a] Socket close event received\n2025-07-31 22:48:53.318 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58710 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:49:53.280 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:49:53.282 [info] [command][8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e""}\n2025-07-31 22:49:53.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fae6c213-5a6e-4e3d-885b-2023889382ea] received connection request\n2025-07-31 22:49:53.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:49:53.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fae6c213-5a6e-4e3d-885b-2023889382ea] socks forwarding established\n2025-07-31 22:49:53.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fae6c213-5a6e-4e3d-885b-2023889382ea] socks connection closed\n2025-07-31 22:49:53.368 [info] [command][8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e] Process exited with code 0\n2025-07-31 22:49:53.368 [info] [command][8a9e01a9-1a04-4b6e-9f8c-69d7d9e5b13e] Socket close event received\n2025-07-31 22:49:53.410 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58736 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:50:53.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:50:53.374 [info] [command][d234b9af-1a67-45c3-86a6-23cc13fe048a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d234b9af-1a67-45c3-86a6-23cc13fe048a""}\n2025-07-31 22:50:53.374 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][af64e245-7168-461c-9d36-6e99edf71669] received connection request\n2025-07-31 22:50:53.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:50:53.420 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af64e245-7168-461c-9d36-6e99edf71669] socks forwarding established\n2025-07-31 22:50:53.465 [info] [command][d234b9af-1a67-45c3-86a6-23cc13fe048a] Process exited with code 0\n2025-07-31 22:50:53.466 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af64e245-7168-461c-9d36-6e99edf71669] socks connection closed\n2025-07-31 22:50:53.466 [info] [command][d234b9af-1a67-45c3-86a6-23cc13fe048a] Socket close event received\n2025-07-31 22:50:53.509 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58769 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:51:53.471 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:51:53.473 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b19139d6-5f09-4d71-97cb-bc2ee54e85a7] received connection request\n2025-07-31 22:51:53.473 [info] [command][da805eca-6795-4f5f-9aa9-6be4173bc9f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""da805eca-6795-4f5f-9aa9-6be4173bc9f6""}\n2025-07-31 22:51:53.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:51:53.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b19139d6-5f09-4d71-97cb-bc2ee54e85a7] socks forwarding established\n2025-07-31 22:51:53.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b19139d6-5f09-4d71-97cb-bc2ee54e85a7] socks connection closed\n2025-07-31 22:51:53.559 [info] [command][da805eca-6795-4f5f-9aa9-6be4173bc9f6] Process exited with code 0\n2025-07-31 22:51:53.559 [info] [command][da805eca-6795-4f5f-9aa9-6be4173bc9f6] Socket close event received\n2025-07-31 22:51:53.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58807 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:52:53.560 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:52:53.562 [info] [command][9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346""}\n2025-07-31 22:52:53.563 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ba83c5e8-ca33-499a-af11-8f57294e3860] received connection request\n2025-07-31 22:52:53.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:52:53.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba83c5e8-ca33-499a-af11-8f57294e3860] socks forwarding established\n2025-07-31 22:52:53.658 [info] [command][9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346] Process exited with code 0\n2025-07-31 22:52:53.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba83c5e8-ca33-499a-af11-8f57294e3860] socks connection closed\n2025-07-31 22:52:53.658 [info] [command][9c4d82f5-1a0f-4406-a1d6-3b6eff7b7346] Socket close event received\n2025-07-31 22:52:53.698 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58839 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:53:53.662 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:53:53.665 [info] [command][65c1058e-0f76-4ee3-9448-486eb05ccfcc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""65c1058e-0f76-4ee3-9448-486eb05ccfcc""}\n2025-07-31 22:53:53.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1133d974-dbc7-49f2-8af5-7dfc283225af] received connection request\n2025-07-31 22:53:53.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:53:53.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1133d974-dbc7-49f2-8af5-7dfc283225af] socks forwarding established\n2025-07-31 22:53:53.777 [info] [command][65c1058e-0f76-4ee3-9448-486eb05ccfcc] Process exited with code 0\n2025-07-31 22:53:53.777 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1133d974-dbc7-49f2-8af5-7dfc283225af] socks connection closed\n2025-07-31 22:53:53.778 [info] [command][65c1058e-0f76-4ee3-9448-486eb05ccfcc] Socket close event received\n2025-07-31 22:53:53.889 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58861 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:54:53.782 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:54:53.784 [info] [command][fc2487d4-3bb5-45e4-8c74-fa284020500d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc2487d4-3bb5-45e4-8c74-fa284020500d""}\n2025-07-31 22:54:53.784 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bb0c0e54-d544-45b5-8a1a-be0e2d60ace3] received connection request\n2025-07-31 22:54:53.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:54:53.786 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:54:53.830 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bb0c0e54-d544-45b5-8a1a-be0e2d60ace3] socks forwarding established\n2025-07-31 22:54:53.876 [info] [command][fc2487d4-3bb5-45e4-8c74-fa284020500d] Process exited with code 0\n2025-07-31 22:54:53.877 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bb0c0e54-d544-45b5-8a1a-be0e2d60ace3] socks connection closed\n2025-07-31 22:54:53.877 [info] [command][fc2487d4-3bb5-45e4-8c74-fa284020500d] Socket close event received\n2025-07-31 22:54:53.918 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58893 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:55:53.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:55:53.882 [info] [command][948f1d63-8bce-4210-be39-d2b11b482a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""948f1d63-8bce-4210-be39-d2b11b482a30""}\n2025-07-31 22:55:53.883 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33437e6a-f254-43a3-9de7-6df3f9f7bee6] received connection request\n2025-07-31 22:55:53.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:55:53.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33437e6a-f254-43a3-9de7-6df3f9f7bee6] socks forwarding established\n2025-07-31 22:55:53.987 [info] [command][948f1d63-8bce-4210-be39-d2b11b482a30] Process exited with code 0\n2025-07-31 22:55:53.987 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33437e6a-f254-43a3-9de7-6df3f9f7bee6] socks connection closed\n2025-07-31 22:55:53.988 [info] [command][948f1d63-8bce-4210-be39-d2b11b482a30] Socket close event received\n2025-07-31 22:55:54.030 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58917 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:56:53.988 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:56:53.991 [info] [command][73760288-e7ed-49de-a3d7-d162d6c8cc1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""73760288-e7ed-49de-a3d7-d162d6c8cc1b""}\n2025-07-31 22:56:53.991 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][347f89c0-a407-4636-9c84-aff74e1cb0fd] received connection request\n2025-07-31 22:56:53.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:56:54.038 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][347f89c0-a407-4636-9c84-aff74e1cb0fd] socks forwarding established\n2025-07-31 22:56:54.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][347f89c0-a407-4636-9c84-aff74e1cb0fd] socks connection closed\n2025-07-31 22:56:54.085 [info] [command][73760288-e7ed-49de-a3d7-d162d6c8cc1b] Process exited with code 0\n2025-07-31 22:56:54.085 [info] [command][73760288-e7ed-49de-a3d7-d162d6c8cc1b] Socket close event received\n2025-07-31 22:56:54.196 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58962 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:57:54.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:57:54.089 [info] [command][d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03""}\n2025-07-31 22:57:54.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][51696133-a3ff-471b-b035-74302d8140be] received connection request\n2025-07-31 22:57:54.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 22:57:54.090 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:57:54.132 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51696133-a3ff-471b-b035-74302d8140be] socks forwarding established\n2025-07-31 22:57:54.178 [info] [command][d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03] Process exited with code 0\n2025-07-31 22:57:54.178 [info] [command][d47be8e2-9ce4-4dd3-a8b2-1b8e5124ff03] Socket close event received\n2025-07-31 22:57:54.179 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51696133-a3ff-471b-b035-74302d8140be] socks connection closed\n2025-07-31 22:57:54.218 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59035 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:58:54.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:58:54.182 [info] [command][f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef""}\n2025-07-31 22:58:54.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85ad59cc-16e8-4790-a097-4512f588097a] received connection request\n2025-07-31 22:58:54.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:58:54.304 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85ad59cc-16e8-4790-a097-4512f588097a] socks forwarding established\n2025-07-31 22:58:54.349 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85ad59cc-16e8-4790-a097-4512f588097a] socks connection closed\n2025-07-31 22:58:54.349 [info] [command][f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef] Process exited with code 0\n2025-07-31 22:58:54.349 [info] [command][f6ffdf28-c47b-4cd8-8a3b-dfb8a0d9f1ef] Socket close event received\n2025-07-31 22:58:54.393 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59093 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 22:59:54.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 22:59:54.353 [info] [command][3479e50c-0c45-4b48-be87-d07056e87314] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3479e50c-0c45-4b48-be87-d07056e87314""}\n2025-07-31 22:59:54.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cb4efca7-1bc6-4063-b8d0-572cd3607cc1] received connection request\n2025-07-31 22:59:54.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 22:59:54.397 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb4efca7-1bc6-4063-b8d0-572cd3607cc1] socks forwarding established\n2025-07-31 22:59:54.447 [info] [command][3479e50c-0c45-4b48-be87-d07056e87314] Process exited with code 0\n2025-07-31 22:59:54.447 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb4efca7-1bc6-4063-b8d0-572cd3607cc1] socks connection closed\n2025-07-31 22:59:54.447 [info] [command][3479e50c-0c45-4b48-be87-d07056e87314] Socket close event received\n2025-07-31 22:59:54.487 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:00:54.450 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:00:54.453 [info] [command][743e3203-0eb9-40af-a8d2-0666647ac6c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""743e3203-0eb9-40af-a8d2-0666647ac6c7""}\n2025-07-31 23:00:54.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2765f8a9-c1bb-46d4-9dff-ad180bc561eb] received connection request\n2025-07-31 23:00:54.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:00:54.496 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2765f8a9-c1bb-46d4-9dff-ad180bc561eb] socks forwarding established\n2025-07-31 23:00:54.542 [info] [command][743e3203-0eb9-40af-a8d2-0666647ac6c7] Process exited with code 0\n2025-07-31 23:00:54.543 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2765f8a9-c1bb-46d4-9dff-ad180bc561eb] socks connection closed\n2025-07-31 23:00:54.543 [info] [command][743e3203-0eb9-40af-a8d2-0666647ac6c7] Socket close event received\n2025-07-31 23:00:54.583 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59147 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:01:54.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:01:54.549 [info] [command][aa0d46ec-a9fb-425d-805e-0e48f228924e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aa0d46ec-a9fb-425d-805e-0e48f228924e""}\n2025-07-31 23:01:54.549 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][37e341b3-fd7f-4a0d-8705-79d1c0975876] received connection request\n2025-07-31 23:01:54.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:01:54.594 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37e341b3-fd7f-4a0d-8705-79d1c0975876] socks forwarding established\n2025-07-31 23:01:54.642 [info] [command][aa0d46ec-a9fb-425d-805e-0e48f228924e] Process exited with code 0\n2025-07-31 23:01:54.642 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][37e341b3-fd7f-4a0d-8705-79d1c0975876] socks connection closed\n2025-07-31 23:01:54.642 [info] [command][aa0d46ec-a9fb-425d-805e-0e48f228924e] Socket close event received\n2025-07-31 23:01:54.683 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59190 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:02:54.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:02:54.648 [info] [command][268fff02-89c2-41fa-8e82-560fdd787f9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""268fff02-89c2-41fa-8e82-560fdd787f9e""}\n2025-07-31 23:02:54.648 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][12664046-3cfc-4f3a-85e6-e65e0b70f08d] received connection request\n2025-07-31 23:02:54.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:02:54.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12664046-3cfc-4f3a-85e6-e65e0b70f08d] socks forwarding established\n2025-07-31 23:02:54.734 [info] [command][268fff02-89c2-41fa-8e82-560fdd787f9e] Process exited with code 0\n2025-07-31 23:02:54.735 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12664046-3cfc-4f3a-85e6-e65e0b70f08d] socks connection closed\n2025-07-31 23:02:54.735 [info] [command][268fff02-89c2-41fa-8e82-560fdd787f9e] Socket close event received\n2025-07-31 23:02:54.774 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59225 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:03:54.737 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:03:54.739 [info] [command][2b312d31-4bb2-48fa-bf03-7599e1c05635] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2b312d31-4bb2-48fa-bf03-7599e1c05635""}\n2025-07-31 23:03:54.739 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d0c7a381-db33-4361-90bf-265ab9442962] received connection request\n2025-07-31 23:03:54.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:03:54.794 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0c7a381-db33-4361-90bf-265ab9442962] socks forwarding established\n2025-07-31 23:03:54.861 [info] [command][2b312d31-4bb2-48fa-bf03-7599e1c05635] Process exited with code 0\n2025-07-31 23:03:54.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d0c7a381-db33-4361-90bf-265ab9442962] socks connection closed\n2025-07-31 23:03:54.862 [info] [command][2b312d31-4bb2-48fa-bf03-7599e1c05635] Socket close event received\n2025-07-31 23:03:54.904 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59240 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:04:54.864 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:04:54.866 [info] [command][f351c12a-e58c-4341-84f5-72a37516ea3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f351c12a-e58c-4341-84f5-72a37516ea3b""}\n2025-07-31 23:04:54.867 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9827bcb6-0320-494e-8ddc-7d4441198096] received connection request\n2025-07-31 23:04:54.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:04:54.913 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9827bcb6-0320-494e-8ddc-7d4441198096] socks forwarding established\n2025-07-31 23:04:54.960 [info] [command][f351c12a-e58c-4341-84f5-72a37516ea3b] Process exited with code 0\n2025-07-31 23:04:54.960 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9827bcb6-0320-494e-8ddc-7d4441198096] socks connection closed\n2025-07-31 23:04:54.960 [info] [command][f351c12a-e58c-4341-84f5-72a37516ea3b] Socket close event received\n2025-07-31 23:04:55.002 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59287 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:05:54.962 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:05:54.965 [info] [command][9ccfa922-bd61-4293-9491-ffbc9084fe01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ccfa922-bd61-4293-9491-ffbc9084fe01""}\n2025-07-31 23:05:54.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][91d81498-0310-4ea0-943a-841b76459475] received connection request\n2025-07-31 23:05:54.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:05:55.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91d81498-0310-4ea0-943a-841b76459475] socks forwarding established\n2025-07-31 23:05:55.059 [info] [command][9ccfa922-bd61-4293-9491-ffbc9084fe01] Process exited with code 0\n2025-07-31 23:05:55.059 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91d81498-0310-4ea0-943a-841b76459475] socks connection closed\n2025-07-31 23:05:55.060 [info] [command][9ccfa922-bd61-4293-9491-ffbc9084fe01] Socket close event received\n2025-07-31 23:05:55.099 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59311 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:06:55.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:06:55.066 [info] [command][a0503963-3d2e-429e-8ae4-e245ec5104a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a0503963-3d2e-429e-8ae4-e245ec5104a2""}\n2025-07-31 23:06:55.066 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9bb942c1-c5a6-4f64-8782-478b2007afef] received connection request\n2025-07-31 23:06:55.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:06:55.109 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9bb942c1-c5a6-4f64-8782-478b2007afef] socks forwarding established\n2025-07-31 23:06:55.155 [info] [command][a0503963-3d2e-429e-8ae4-e245ec5104a2] Process exited with code 0\n2025-07-31 23:06:55.155 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9bb942c1-c5a6-4f64-8782-478b2007afef] socks connection closed\n2025-07-31 23:06:55.155 [info] [command][a0503963-3d2e-429e-8ae4-e245ec5104a2] Socket close event received\n2025-07-31 23:06:55.195 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59373 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:07:55.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:07:55.163 [info] [command][df7ecdfe-61ce-45c6-bad6-04a3431b6e9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""df7ecdfe-61ce-45c6-bad6-04a3431b6e9d""}\n2025-07-31 23:07:55.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bf936513-4138-4ffb-90df-2f9e8c2f8af6] received connection request\n2025-07-31 23:07:55.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:07:55.272 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf936513-4138-4ffb-90df-2f9e8c2f8af6] socks forwarding established\n2025-07-31 23:07:55.316 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf936513-4138-4ffb-90df-2f9e8c2f8af6] socks connection closed\n2025-07-31 23:07:55.316 [info] [command][df7ecdfe-61ce-45c6-bad6-04a3431b6e9d] Process exited with code 0\n2025-07-31 23:07:55.316 [info] [command][df7ecdfe-61ce-45c6-bad6-04a3431b6e9d] Socket close event received\n2025-07-31 23:07:55.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59452 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:08:55.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:08:55.319 [info] [command][cc2ba3ad-8275-47d6-973c-235d85eca68c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cc2ba3ad-8275-47d6-973c-235d85eca68c""}\n2025-07-31 23:08:55.319 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5617346e-bcfc-42da-8cd9-c72d72ed1032] received connection request\n2025-07-31 23:08:55.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:08:55.359 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5617346e-bcfc-42da-8cd9-c72d72ed1032] socks forwarding established\n2025-07-31 23:08:55.404 [info] [command][cc2ba3ad-8275-47d6-973c-235d85eca68c] Process exited with code 0\n2025-07-31 23:08:55.404 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5617346e-bcfc-42da-8cd9-c72d72ed1032] socks connection closed\n2025-07-31 23:08:55.404 [info] [command][cc2ba3ad-8275-47d6-973c-235d85eca68c] Socket close event received\n2025-07-31 23:08:55.444 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59514 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:09:55.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:09:55.408 [info] [command][f3f74d69-0410-441e-8ab7-b465e25bb8a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f3f74d69-0410-441e-8ab7-b465e25bb8a7""}\n2025-07-31 23:09:55.408 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][38187e0d-84c1-4649-b4f8-1c3259d41d4c] received connection request\n2025-07-31 23:09:55.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:09:55.409 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:09:55.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][38187e0d-84c1-4649-b4f8-1c3259d41d4c] socks forwarding established\n2025-07-31 23:09:55.499 [info] [command][f3f74d69-0410-441e-8ab7-b465e25bb8a7] Process exited with code 0\n2025-07-31 23:09:55.500 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][38187e0d-84c1-4649-b4f8-1c3259d41d4c] socks connection closed\n2025-07-31 23:09:55.500 [info] [command][f3f74d69-0410-441e-8ab7-b465e25bb8a7] Socket close event received\n2025-07-31 23:09:55.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59573 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:10:55.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:10:55.502 [info] [command][0e0feff4-0237-4a58-9fdb-b30585783309] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0e0feff4-0237-4a58-9fdb-b30585783309""}\n2025-07-31 23:10:55.503 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][edb20163-6015-4289-bce8-3f2568dfec59] received connection request\n2025-07-31 23:10:55.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:10:55.545 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][edb20163-6015-4289-bce8-3f2568dfec59] socks forwarding established\n2025-07-31 23:10:55.592 [info] [command][0e0feff4-0237-4a58-9fdb-b30585783309] Process exited with code 0\n2025-07-31 23:10:55.592 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][edb20163-6015-4289-bce8-3f2568dfec59] socks connection closed\n2025-07-31 23:10:55.593 [info] [command][0e0feff4-0237-4a58-9fdb-b30585783309] Socket close event received\n2025-07-31 23:10:55.636 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59625 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:11:55.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:11:55.596 [info] [command][39f5fba6-68ac-4457-9819-17e85437a914] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39f5fba6-68ac-4457-9819-17e85437a914""}\n2025-07-31 23:11:55.596 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][36b5ce4f-d9cb-4e14-be14-76e3a86f6423] received connection request\n2025-07-31 23:11:55.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:11:55.639 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36b5ce4f-d9cb-4e14-be14-76e3a86f6423] socks forwarding established\n2025-07-31 23:11:55.688 [info] [command][39f5fba6-68ac-4457-9819-17e85437a914] Process exited with code 0\n2025-07-31 23:11:55.689 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36b5ce4f-d9cb-4e14-be14-76e3a86f6423] socks connection closed\n2025-07-31 23:11:55.689 [info] [command][39f5fba6-68ac-4457-9819-17e85437a914] Socket close event received\n2025-07-31 23:11:55.729 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59659 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:12:55.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:12:55.695 [info] [command][4bfc8a55-eb75-44b6-bd3a-726caf36c2e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4bfc8a55-eb75-44b6-bd3a-726caf36c2e9""}\n2025-07-31 23:12:55.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab1afcfe-ae61-4d2f-bd9b-7c51fd47479f] received connection request\n2025-07-31 23:12:55.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:12:55.738 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1afcfe-ae61-4d2f-bd9b-7c51fd47479f] socks forwarding established\n2025-07-31 23:12:55.784 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1afcfe-ae61-4d2f-bd9b-7c51fd47479f] socks connection closed\n2025-07-31 23:12:55.784 [info] [command][4bfc8a55-eb75-44b6-bd3a-726caf36c2e9] Process exited with code 0\n2025-07-31 23:12:55.784 [info] [command][4bfc8a55-eb75-44b6-bd3a-726caf36c2e9] Socket close event received\n2025-07-31 23:12:55.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59689 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:13:55.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:13:55.791 [info] [command][06a1678b-fbcf-4eac-ae63-41b5548486ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""06a1678b-fbcf-4eac-ae63-41b5548486ce""}\n2025-07-31 23:13:55.792 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d78271cb-3891-40ee-9bbd-11bb09a1eb7e] received connection request\n2025-07-31 23:13:55.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:13:55.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d78271cb-3891-40ee-9bbd-11bb09a1eb7e] socks forwarding established\n2025-07-31 23:13:55.970 [info] [command][06a1678b-fbcf-4eac-ae63-41b5548486ce] Process exited with code 0\n2025-07-31 23:13:55.971 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d78271cb-3891-40ee-9bbd-11bb09a1eb7e] socks connection closed\n2025-07-31 23:13:55.971 [info] [command][06a1678b-fbcf-4eac-ae63-41b5548486ce] Socket close event received\n2025-07-31 23:13:56.012 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59707 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:14:55.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:14:55.976 [info] [command][e3e81473-a34e-47fe-b423-fab16204f3b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e3e81473-a34e-47fe-b423-fab16204f3b2""}\n2025-07-31 23:14:55.977 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][458ce02a-31f5-45c5-96cd-a6d3b3c3c145] received connection request\n2025-07-31 23:14:55.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:14:56.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][458ce02a-31f5-45c5-96cd-a6d3b3c3c145] socks forwarding established\n2025-07-31 23:14:56.068 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][458ce02a-31f5-45c5-96cd-a6d3b3c3c145] socks connection closed\n2025-07-31 23:14:56.069 [info] [command][e3e81473-a34e-47fe-b423-fab16204f3b2] Process exited with code 0\n2025-07-31 23:14:56.069 [info] [command][e3e81473-a34e-47fe-b423-fab16204f3b2] Socket close event received\n2025-07-31 23:14:56.109 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59722 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:15:56.070 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:15:56.076 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][53f87891-f820-4fb5-b610-02b6762e45b2] received connection request\n2025-07-31 23:15:56.076 [info] [command][a90204a3-f948-45a0-8125-59a5438e887a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a90204a3-f948-45a0-8125-59a5438e887a""}\n2025-07-31 23:15:56.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:15:56.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][53f87891-f820-4fb5-b610-02b6762e45b2] socks forwarding established\n2025-07-31 23:15:56.165 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][53f87891-f820-4fb5-b610-02b6762e45b2] socks connection closed\n2025-07-31 23:15:56.166 [info] [command][a90204a3-f948-45a0-8125-59a5438e887a] Process exited with code 0\n2025-07-31 23:15:56.166 [info] [command][a90204a3-f948-45a0-8125-59a5438e887a] Socket close event received\n2025-07-31 23:15:56.206 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59749 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:16:56.170 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:16:56.173 [info] [command][9a0e98ee-7bde-4a25-995a-fadb0519f667] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a0e98ee-7bde-4a25-995a-fadb0519f667""}\n2025-07-31 23:16:56.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][91e1de2f-3cf1-48aa-a206-baf78e026dcd] received connection request\n2025-07-31 23:16:56.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:16:56.175 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:16:56.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91e1de2f-3cf1-48aa-a206-baf78e026dcd] socks forwarding established\n2025-07-31 23:16:56.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][91e1de2f-3cf1-48aa-a206-baf78e026dcd] socks connection closed\n2025-07-31 23:16:56.261 [info] [command][9a0e98ee-7bde-4a25-995a-fadb0519f667] Process exited with code 0\n2025-07-31 23:16:56.261 [info] [command][9a0e98ee-7bde-4a25-995a-fadb0519f667] Socket close event received\n2025-07-31 23:16:56.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59842 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:17:56.263 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:17:56.265 [info] [command][4cb7f625-c939-4a11-8540-c4bce03bef03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4cb7f625-c939-4a11-8540-c4bce03bef03""}\n2025-07-31 23:17:56.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab1dd664-083b-4179-b008-4e71306a43e3] received connection request\n2025-07-31 23:17:56.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:17:56.309 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1dd664-083b-4179-b008-4e71306a43e3] socks forwarding established\n2025-07-31 23:17:56.353 [info] [command][4cb7f625-c939-4a11-8540-c4bce03bef03] Process exited with code 0\n2025-07-31 23:17:56.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab1dd664-083b-4179-b008-4e71306a43e3] socks connection closed\n2025-07-31 23:17:56.354 [info] [command][4cb7f625-c939-4a11-8540-c4bce03bef03] Socket close event received\n2025-07-31 23:17:56.394 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59906 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:18:56.359 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:18:56.361 [info] [command][771f2e51-8124-46c3-a694-0e5b0e3ebcaa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""771f2e51-8124-46c3-a694-0e5b0e3ebcaa""}\n2025-07-31 23:18:56.361 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ebcbcf3-760c-4535-84ad-fd1ae19f8339] received connection request\n2025-07-31 23:18:56.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:18:56.406 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ebcbcf3-760c-4535-84ad-fd1ae19f8339] socks forwarding established\n2025-07-31 23:18:56.450 [info] [command][771f2e51-8124-46c3-a694-0e5b0e3ebcaa] Process exited with code 0\n2025-07-31 23:18:56.451 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ebcbcf3-760c-4535-84ad-fd1ae19f8339] socks connection closed\n2025-07-31 23:18:56.451 [info] [command][771f2e51-8124-46c3-a694-0e5b0e3ebcaa] Socket close event received\n2025-07-31 23:18:56.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59931 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:19:56.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:19:56.456 [info] [command][41fc778b-2528-47bc-a583-279539bb0da3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""41fc778b-2528-47bc-a583-279539bb0da3""}\n2025-07-31 23:19:56.457 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ff7e106c-694c-4730-b080-8572c2e925b7] received connection request\n2025-07-31 23:19:56.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:19:56.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff7e106c-694c-4730-b080-8572c2e925b7] socks forwarding established\n2025-07-31 23:19:56.552 [info] [command][41fc778b-2528-47bc-a583-279539bb0da3] Process exited with code 0\n2025-07-31 23:19:56.553 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff7e106c-694c-4730-b080-8572c2e925b7] socks connection closed\n2025-07-31 23:19:56.553 [info] [command][41fc778b-2528-47bc-a583-279539bb0da3] Socket close event received\n2025-07-31 23:19:56.593 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59955 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:20:56.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:20:56.559 [info] [command][d593a2d6-f3e5-494d-b9ea-3c24de633a58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d593a2d6-f3e5-494d-b9ea-3c24de633a58""}\n2025-07-31 23:20:56.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][27e54b60-6cac-44cc-9cad-8eb3fb242ae3] received connection request\n2025-07-31 23:20:56.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:20:56.609 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27e54b60-6cac-44cc-9cad-8eb3fb242ae3] socks forwarding established\n2025-07-31 23:20:56.655 [info] [command][d593a2d6-f3e5-494d-b9ea-3c24de633a58] Process exited with code 0\n2025-07-31 23:20:56.655 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27e54b60-6cac-44cc-9cad-8eb3fb242ae3] socks connection closed\n2025-07-31 23:20:56.655 [info] [command][d593a2d6-f3e5-494d-b9ea-3c24de633a58] Socket close event received\n2025-07-31 23:20:56.696 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 59970 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:21:56.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:21:56.658 [info] [command][fee3cec4-5c2f-4819-a565-59650ea2b816] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fee3cec4-5c2f-4819-a565-59650ea2b816""}\n2025-07-31 23:21:56.659 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b770488-9623-4fbd-9f30-307ee8055b40] received connection request\n2025-07-31 23:21:56.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:21:56.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b770488-9623-4fbd-9f30-307ee8055b40] socks forwarding established\n2025-07-31 23:21:56.745 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b770488-9623-4fbd-9f30-307ee8055b40] socks connection closed\n2025-07-31 23:21:56.745 [info] [command][fee3cec4-5c2f-4819-a565-59650ea2b816] Process exited with code 0\n2025-07-31 23:21:56.745 [info] [command][fee3cec4-5c2f-4819-a565-59650ea2b816] Socket close event received\n2025-07-31 23:21:56.785 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60002 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:22:56.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:22:56.751 [info] [command][1ec29552-608e-44c1-81f3-043daebd1c95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1ec29552-608e-44c1-81f3-043daebd1c95""}\n2025-07-31 23:22:56.753 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cfbeb140-2f06-4e67-8b7e-5946013ebd82] received connection request\n2025-07-31 23:22:56.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:22:56.795 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbeb140-2f06-4e67-8b7e-5946013ebd82] socks forwarding established\n2025-07-31 23:22:56.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbeb140-2f06-4e67-8b7e-5946013ebd82] socks connection closed\n2025-07-31 23:22:56.839 [info] [command][1ec29552-608e-44c1-81f3-043daebd1c95] Process exited with code 0\n2025-07-31 23:22:56.839 [info] [command][1ec29552-608e-44c1-81f3-043daebd1c95] Socket close event received\n2025-07-31 23:22:56.878 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60032 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:23:56.845 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:23:56.847 [info] [command][4862299f-4f79-4cd6-ac58-7e832262189b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4862299f-4f79-4cd6-ac58-7e832262189b""}\n2025-07-31 23:23:56.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][14a30c5d-794e-4b0e-a952-21f92df28f7c] received connection request\n2025-07-31 23:23:56.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:23:56.896 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14a30c5d-794e-4b0e-a952-21f92df28f7c] socks forwarding established\n2025-07-31 23:23:56.941 [info] [command][4862299f-4f79-4cd6-ac58-7e832262189b] Process exited with code 0\n2025-07-31 23:23:56.942 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14a30c5d-794e-4b0e-a952-21f92df28f7c] socks connection closed\n2025-07-31 23:23:56.942 [info] [command][4862299f-4f79-4cd6-ac58-7e832262189b] Socket close event received\n2025-07-31 23:23:56.982 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60054 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:24:56.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:24:56.943 [info] [command][254800aa-01b2-47e2-8bf9-0eed44ad9169] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""254800aa-01b2-47e2-8bf9-0eed44ad9169""}\n2025-07-31 23:24:56.944 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0b423f55-c9c8-4acd-bc9c-4826c3e7eed8] received connection request\n2025-07-31 23:24:56.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:24:57.076 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b423f55-c9c8-4acd-bc9c-4826c3e7eed8] socks forwarding established\n2025-07-31 23:24:57.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0b423f55-c9c8-4acd-bc9c-4826c3e7eed8] socks connection closed\n2025-07-31 23:24:57.121 [info] [command][254800aa-01b2-47e2-8bf9-0eed44ad9169] Process exited with code 0\n2025-07-31 23:24:57.121 [info] [command][254800aa-01b2-47e2-8bf9-0eed44ad9169] Socket close event received\n2025-07-31 23:24:57.161 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60083 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:25:57.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:25:57.123 [info] [command][4db67598-954f-4bd0-a8ed-558f0905572d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4db67598-954f-4bd0-a8ed-558f0905572d""}\n2025-07-31 23:25:57.123 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3175671a-7089-49e2-9f8f-2d30f96764a6] received connection request\n2025-07-31 23:25:57.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:25:57.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3175671a-7089-49e2-9f8f-2d30f96764a6] socks forwarding established\n2025-07-31 23:25:57.208 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3175671a-7089-49e2-9f8f-2d30f96764a6] socks connection closed\n2025-07-31 23:25:57.208 [info] [command][4db67598-954f-4bd0-a8ed-558f0905572d] Process exited with code 0\n2025-07-31 23:25:57.208 [info] [command][4db67598-954f-4bd0-a8ed-558f0905572d] Socket close event received\n2025-07-31 23:25:57.247 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60136 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:26:57.209 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:26:57.212 [info] [command][746ccfe1-e867-4db1-acbb-64b97fdfb22a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""746ccfe1-e867-4db1-acbb-64b97fdfb22a""}\n2025-07-31 23:26:57.212 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][67a4dc58-9d4e-422c-9ebe-fbb4a957901b] received connection request\n2025-07-31 23:26:57.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:26:57.255 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67a4dc58-9d4e-422c-9ebe-fbb4a957901b] socks forwarding established\n2025-07-31 23:26:57.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67a4dc58-9d4e-422c-9ebe-fbb4a957901b] socks connection closed\n2025-07-31 23:26:57.298 [info] [command][746ccfe1-e867-4db1-acbb-64b97fdfb22a] Process exited with code 0\n2025-07-31 23:26:57.298 [info] [command][746ccfe1-e867-4db1-acbb-64b97fdfb22a] Socket close event received\n2025-07-31 23:26:57.337 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60190 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:27:57.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:27:57.300 [info] [command][b53427ca-1a86-4f88-8c55-dbdab38b6f4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b53427ca-1a86-4f88-8c55-dbdab38b6f4d""}\n2025-07-31 23:27:57.300 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1c3e65b-6bd1-46a0-9267-2eb73e8dd05d] received connection request\n2025-07-31 23:27:57.300 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:27:57.342 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1c3e65b-6bd1-46a0-9267-2eb73e8dd05d] socks forwarding established\n2025-07-31 23:27:57.387 [info] [command][b53427ca-1a86-4f88-8c55-dbdab38b6f4d] Process exited with code 0\n2025-07-31 23:27:57.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1c3e65b-6bd1-46a0-9267-2eb73e8dd05d] socks connection closed\n2025-07-31 23:27:57.388 [info] [command][b53427ca-1a86-4f88-8c55-dbdab38b6f4d] Socket close event received\n2025-07-31 23:27:57.432 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:28:57.392 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:28:57.393 [info] [command][d2379e8e-2293-496b-b15f-dd1c827ef4ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d2379e8e-2293-496b-b15f-dd1c827ef4ca""}\n2025-07-31 23:28:57.394 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5ff98186-992e-43e3-9fe5-a11a99eca5d4] received connection request\n2025-07-31 23:28:57.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:28:57.435 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ff98186-992e-43e3-9fe5-a11a99eca5d4] socks forwarding established\n2025-07-31 23:28:57.482 [info] [command][d2379e8e-2293-496b-b15f-dd1c827ef4ca] Process exited with code 0\n2025-07-31 23:28:57.483 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ff98186-992e-43e3-9fe5-a11a99eca5d4] socks connection closed\n2025-07-31 23:28:57.484 [info] [command][d2379e8e-2293-496b-b15f-dd1c827ef4ca] Socket close event received\n2025-07-31 23:28:57.587 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60248 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:29:57.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:29:57.490 [info] [command][8e2fa72f-0283-4e51-a27e-d4c894998d6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e2fa72f-0283-4e51-a27e-d4c894998d6f""}\n2025-07-31 23:29:57.491 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][596d2da3-d6a6-450f-bc8a-0207be9638e4] received connection request\n2025-07-31 23:29:57.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:29:57.537 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][596d2da3-d6a6-450f-bc8a-0207be9638e4] socks forwarding established\n2025-07-31 23:29:57.584 [info] [command][8e2fa72f-0283-4e51-a27e-d4c894998d6f] Process exited with code 0\n2025-07-31 23:29:57.584 [info] [command][8e2fa72f-0283-4e51-a27e-d4c894998d6f] Socket close event received\n2025-07-31 23:29:57.584 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][596d2da3-d6a6-450f-bc8a-0207be9638e4] socks connection closed\n2025-07-31 23:29:57.626 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60270 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:30:57.583 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:30:57.586 [info] [command][235140cc-0967-45a3-bda8-528d07bab0ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""235140cc-0967-45a3-bda8-528d07bab0ec""}\n2025-07-31 23:30:57.586 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad069dd6-d9bb-4b92-bb75-4269553ddb54] received connection request\n2025-07-31 23:30:57.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:30:57.629 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad069dd6-d9bb-4b92-bb75-4269553ddb54] socks forwarding established\n2025-07-31 23:30:57.676 [info] [command][235140cc-0967-45a3-bda8-528d07bab0ec] Process exited with code 0\n2025-07-31 23:30:57.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad069dd6-d9bb-4b92-bb75-4269553ddb54] socks connection closed\n2025-07-31 23:30:57.676 [info] [command][235140cc-0967-45a3-bda8-528d07bab0ec] Socket close event received\n2025-07-31 23:30:57.775 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60298 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:31:57.677 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:31:57.678 [info] [command][1ee7dc4a-161e-4404-9eb3-9ec0efb978b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1ee7dc4a-161e-4404-9eb3-9ec0efb978b1""}\n2025-07-31 23:31:57.678 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ff8ee684-3f7e-4be9-867c-ce4badc5b6cd] received connection request\n2025-07-31 23:31:57.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:31:57.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff8ee684-3f7e-4be9-867c-ce4badc5b6cd] socks forwarding established\n2025-07-31 23:31:57.762 [info] [command][1ee7dc4a-161e-4404-9eb3-9ec0efb978b1] Process exited with code 0\n2025-07-31 23:31:57.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff8ee684-3f7e-4be9-867c-ce4badc5b6cd] socks connection closed\n2025-07-31 23:31:57.762 [info] [command][1ee7dc4a-161e-4404-9eb3-9ec0efb978b1] Socket close event received\n2025-07-31 23:31:57.802 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60336 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:32:57.764 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:32:57.765 [info] [command][2ba53ebc-1980-4406-b9d6-c134efc277ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2ba53ebc-1980-4406-b9d6-c134efc277ad""}\n2025-07-31 23:32:57.765 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a16deff3-a7c6-4fb4-8e63-be827bb803b2] received connection request\n2025-07-31 23:32:57.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:32:57.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a16deff3-a7c6-4fb4-8e63-be827bb803b2] socks forwarding established\n2025-07-31 23:32:57.856 [info] [command][2ba53ebc-1980-4406-b9d6-c134efc277ad] Process exited with code 0\n2025-07-31 23:32:57.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a16deff3-a7c6-4fb4-8e63-be827bb803b2] socks connection closed\n2025-07-31 23:32:57.857 [info] [command][2ba53ebc-1980-4406-b9d6-c134efc277ad] Socket close event received\n2025-07-31 23:32:57.898 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60369 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:33:57.859 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:33:57.861 [info] [command][95a66d93-47c4-4c61-bde6-529ce729d22c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""95a66d93-47c4-4c61-bde6-529ce729d22c""}\n2025-07-31 23:33:57.863 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][36afb873-41cd-433f-9890-e629e88cc228] received connection request\n2025-07-31 23:33:57.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:33:57.908 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36afb873-41cd-433f-9890-e629e88cc228] socks forwarding established\n2025-07-31 23:33:57.954 [info] [command][95a66d93-47c4-4c61-bde6-529ce729d22c] Process exited with code 0\n2025-07-31 23:33:57.955 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][36afb873-41cd-433f-9890-e629e88cc228] socks connection closed\n2025-07-31 23:33:57.955 [info] [command][95a66d93-47c4-4c61-bde6-529ce729d22c] Socket close event received\n2025-07-31 23:33:57.995 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60393 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:34:57.957 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:34:57.958 [info] [command][cc513b71-4de0-4101-b3fa-391f89e4a35d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cc513b71-4de0-4101-b3fa-391f89e4a35d""}\n2025-07-31 23:34:57.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b38b251-9b21-4ecc-8f91-5315e2e4b010] received connection request\n2025-07-31 23:34:57.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:34:57.999 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b38b251-9b21-4ecc-8f91-5315e2e4b010] socks forwarding established\n2025-07-31 23:34:58.106 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b38b251-9b21-4ecc-8f91-5315e2e4b010] socks connection closed\n2025-07-31 23:34:58.106 [info] [command][cc513b71-4de0-4101-b3fa-391f89e4a35d] Process exited with code 0\n2025-07-31 23:34:58.106 [info] [command][cc513b71-4de0-4101-b3fa-391f89e4a35d] Socket close event received\n2025-07-31 23:34:58.147 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60447 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:35:58.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:35:58.115 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e7fcbc22-0e18-4936-aaa1-75166a62997c] received connection request\n2025-07-31 23:35:58.115 [info] [command][a619493a-5b18-485b-82a4-22222377d78b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a619493a-5b18-485b-82a4-22222377d78b""}\n2025-07-31 23:35:58.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:35:58.157 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e7fcbc22-0e18-4936-aaa1-75166a62997c] socks forwarding established\n2025-07-31 23:35:58.202 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e7fcbc22-0e18-4936-aaa1-75166a62997c] socks connection closed\n2025-07-31 23:35:58.202 [info] [command][a619493a-5b18-485b-82a4-22222377d78b] Process exited with code 0\n2025-07-31 23:35:58.202 [info] [command][a619493a-5b18-485b-82a4-22222377d78b] Socket close event received\n2025-07-31 23:35:58.240 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60476 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:36:58.204 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:36:58.206 [info] [command][6dc07d81-7a01-4c8c-9b6a-62341a1697ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6dc07d81-7a01-4c8c-9b6a-62341a1697ba""}\n2025-07-31 23:36:58.207 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9d909de6-6986-4323-bad9-fb5c3ab86cfc] received connection request\n2025-07-31 23:36:58.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:36:58.248 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9d909de6-6986-4323-bad9-fb5c3ab86cfc] socks forwarding established\n2025-07-31 23:36:58.295 [info] [command][6dc07d81-7a01-4c8c-9b6a-62341a1697ba] Process exited with code 0\n2025-07-31 23:36:58.295 [info] [command][6dc07d81-7a01-4c8c-9b6a-62341a1697ba] Socket close event received\n2025-07-31 23:36:58.295 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9d909de6-6986-4323-bad9-fb5c3ab86cfc] socks connection closed\n2025-07-31 23:36:58.335 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60528 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:37:58.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:37:58.301 [info] [command][f5971d41-3d0b-40e9-a840-d39d98d8a073] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f5971d41-3d0b-40e9-a840-d39d98d8a073""}\n2025-07-31 23:37:58.302 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1264aa1a-0627-4a92-a74c-a9691b9b995a] received connection request\n2025-07-31 23:37:58.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:37:58.348 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1264aa1a-0627-4a92-a74c-a9691b9b995a] socks forwarding established\n2025-07-31 23:37:58.392 [info] [command][f5971d41-3d0b-40e9-a840-d39d98d8a073] Process exited with code 0\n2025-07-31 23:37:58.393 [info] [command][f5971d41-3d0b-40e9-a840-d39d98d8a073] Socket close event received\n2025-07-31 23:37:58.394 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1264aa1a-0627-4a92-a74c-a9691b9b995a] socks connection closed\n2025-07-31 23:37:58.436 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60564 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:38:58.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:38:58.396 [info] [command][bd74df63-9e83-40be-a596-db9bf7f8d074] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bd74df63-9e83-40be-a596-db9bf7f8d074""}\n2025-07-31 23:38:58.396 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][425c390e-5851-46c1-96b1-fe86ac4ca6ba] received connection request\n2025-07-31 23:38:58.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:38:58.435 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][425c390e-5851-46c1-96b1-fe86ac4ca6ba] socks forwarding established\n2025-07-31 23:38:58.478 [info] [command][bd74df63-9e83-40be-a596-db9bf7f8d074] Process exited with code 0\n2025-07-31 23:38:58.479 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][425c390e-5851-46c1-96b1-fe86ac4ca6ba] socks connection closed\n2025-07-31 23:38:58.479 [info] [command][bd74df63-9e83-40be-a596-db9bf7f8d074] Socket close event received\n2025-07-31 23:38:58.518 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60607 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:39:58.482 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:39:58.484 [info] [command][c5e500f1-9c54-4b92-a868-1cba8dac4172] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c5e500f1-9c54-4b92-a868-1cba8dac4172""}\n2025-07-31 23:39:58.485 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][08d27d39-c9c3-406e-98ef-fbbf47cfed38] received connection request\n2025-07-31 23:39:58.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:39:58.530 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][08d27d39-c9c3-406e-98ef-fbbf47cfed38] socks forwarding established\n2025-07-31 23:39:58.665 [info] [command][c5e500f1-9c54-4b92-a868-1cba8dac4172] Process exited with code 0\n2025-07-31 23:39:58.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][08d27d39-c9c3-406e-98ef-fbbf47cfed38] socks connection closed\n2025-07-31 23:39:58.666 [info] [command][c5e500f1-9c54-4b92-a868-1cba8dac4172] Socket close event received\n2025-07-31 23:39:58.705 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60638 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:40:58.670 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:40:58.671 [info] [command][d8403d98-13a4-451f-be91-b6d6710bc692] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8403d98-13a4-451f-be91-b6d6710bc692""}\n2025-07-31 23:40:58.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b507a008-c156-4260-b135-eed005f976b5] received connection request\n2025-07-31 23:40:58.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:40:58.672 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:40:58.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b507a008-c156-4260-b135-eed005f976b5] socks forwarding established\n2025-07-31 23:40:58.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b507a008-c156-4260-b135-eed005f976b5] socks connection closed\n2025-07-31 23:40:58.762 [info] [command][d8403d98-13a4-451f-be91-b6d6710bc692] Process exited with code 0\n2025-07-31 23:40:58.762 [info] [command][d8403d98-13a4-451f-be91-b6d6710bc692] Socket close event received\n2025-07-31 23:40:58.801 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60654 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:41:58.764 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:41:58.765 [info] [command][b0d8453b-e676-4c19-a4ca-030c097f6855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0d8453b-e676-4c19-a4ca-030c097f6855""}\n2025-07-31 23:41:58.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][29a46b9d-28d8-4907-a669-5c9ae8954e18] received connection request\n2025-07-31 23:41:58.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:41:58.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29a46b9d-28d8-4907-a669-5c9ae8954e18] socks forwarding established\n2025-07-31 23:41:58.852 [info] [command][b0d8453b-e676-4c19-a4ca-030c097f6855] Process exited with code 0\n2025-07-31 23:41:58.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29a46b9d-28d8-4907-a669-5c9ae8954e18] socks connection closed\n2025-07-31 23:41:58.853 [info] [command][b0d8453b-e676-4c19-a4ca-030c097f6855] Socket close event received\n2025-07-31 23:41:58.892 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60695 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:42:58.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:42:58.855 [info] [command][04542b42-482a-459e-aa7f-8088321d0bf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""04542b42-482a-459e-aa7f-8088321d0bf2""}\n2025-07-31 23:42:58.856 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][777e6821-e66d-44fa-9e11-d14cfd184ed5] received connection request\n2025-07-31 23:42:58.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:42:58.897 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][777e6821-e66d-44fa-9e11-d14cfd184ed5] socks forwarding established\n2025-07-31 23:42:59.025 [info] [command][04542b42-482a-459e-aa7f-8088321d0bf2] Process exited with code 0\n2025-07-31 23:42:59.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][777e6821-e66d-44fa-9e11-d14cfd184ed5] socks connection closed\n2025-07-31 23:42:59.025 [info] [command][04542b42-482a-459e-aa7f-8088321d0bf2] Socket close event received\n2025-07-31 23:42:59.067 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60728 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:43:59.030 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:43:59.032 [info] [command][b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4""}\n2025-07-31 23:43:59.032 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6289e7d3-667e-4bdf-ac00-393df2586656] received connection request\n2025-07-31 23:43:59.033 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:43:59.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6289e7d3-667e-4bdf-ac00-393df2586656] socks forwarding established\n2025-07-31 23:43:59.118 [info] [command][b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4] Process exited with code 0\n2025-07-31 23:43:59.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6289e7d3-667e-4bdf-ac00-393df2586656] socks connection closed\n2025-07-31 23:43:59.118 [info] [command][b9aeeef7-51d5-4cba-ad0b-b4ddd80c4ab4] Socket close event received\n2025-07-31 23:43:59.158 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60760 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:44:59.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:44:59.123 [info] [command][343806ae-e835-49c0-b5b8-da4680e224b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""343806ae-e835-49c0-b5b8-da4680e224b1""}\n2025-07-31 23:44:59.124 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1f40d02d-2553-4a10-9e3f-dd6c59877840] received connection request\n2025-07-31 23:44:59.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:44:59.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f40d02d-2553-4a10-9e3f-dd6c59877840] socks forwarding established\n2025-07-31 23:44:59.215 [info] [command][343806ae-e835-49c0-b5b8-da4680e224b1] Process exited with code 0\n2025-07-31 23:44:59.216 [info] [command][343806ae-e835-49c0-b5b8-da4680e224b1] Socket close event received\n2025-07-31 23:44:59.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f40d02d-2553-4a10-9e3f-dd6c59877840] socks connection closed\n2025-07-31 23:44:59.257 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60787 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:45:59.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:45:59.217 [info] [command][f18c99fb-9608-40ff-a76a-a7199f395a85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f18c99fb-9608-40ff-a76a-a7199f395a85""}\n2025-07-31 23:45:59.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a811f293-d83e-4015-9ffc-2f0c58f8ca73] received connection request\n2025-07-31 23:45:59.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:45:59.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a811f293-d83e-4015-9ffc-2f0c58f8ca73] socks forwarding established\n2025-07-31 23:45:59.329 [info] [command][f18c99fb-9608-40ff-a76a-a7199f395a85] Process exited with code 0\n2025-07-31 23:45:59.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a811f293-d83e-4015-9ffc-2f0c58f8ca73] socks connection closed\n2025-07-31 23:45:59.330 [info] [command][f18c99fb-9608-40ff-a76a-a7199f395a85] Socket close event received\n2025-07-31 23:45:59.372 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60814 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:46:59.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:46:59.337 [info] [command][5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2""}\n2025-07-31 23:46:59.338 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97de11ad-d8b8-4b21-b16d-38f2b9f42d6b] received connection request\n2025-07-31 23:46:59.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:46:59.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97de11ad-d8b8-4b21-b16d-38f2b9f42d6b] socks forwarding established\n2025-07-31 23:46:59.427 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97de11ad-d8b8-4b21-b16d-38f2b9f42d6b] socks connection closed\n2025-07-31 23:46:59.427 [info] [command][5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2] Process exited with code 0\n2025-07-31 23:46:59.427 [info] [command][5ecd2a65-0374-4ee6-afb2-120e4cfbf6d2] Socket close event received\n2025-07-31 23:46:59.465 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:47:59.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:47:59.433 [info] [command][727dad9c-4861-4d43-9245-5f98ba1ac2ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""727dad9c-4861-4d43-9245-5f98ba1ac2ef""}\n2025-07-31 23:47:59.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][abe18633-805b-4423-8002-3582cbbcf679] received connection request\n2025-07-31 23:47:59.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:47:59.478 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abe18633-805b-4423-8002-3582cbbcf679] socks forwarding established\n2025-07-31 23:47:59.524 [info] [command][727dad9c-4861-4d43-9245-5f98ba1ac2ef] Process exited with code 0\n2025-07-31 23:47:59.525 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abe18633-805b-4423-8002-3582cbbcf679] socks connection closed\n2025-07-31 23:47:59.525 [info] [command][727dad9c-4861-4d43-9245-5f98ba1ac2ef] Socket close event received\n2025-07-31 23:47:59.565 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60904 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:48:59.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:48:59.531 [info] [command][77f0aea3-2697-4aa3-8505-211f42d0df23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""77f0aea3-2697-4aa3-8505-211f42d0df23""}\n2025-07-31 23:48:59.532 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][00a40f47-9977-47b4-8edf-c32cfa51eae7] received connection request\n2025-07-31 23:48:59.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:48:59.575 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][00a40f47-9977-47b4-8edf-c32cfa51eae7] socks forwarding established\n2025-07-31 23:48:59.620 [info] [command][77f0aea3-2697-4aa3-8505-211f42d0df23] Process exited with code 0\n2025-07-31 23:48:59.621 [info] [command][77f0aea3-2697-4aa3-8505-211f42d0df23] Socket close event received\n2025-07-31 23:48:59.621 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][00a40f47-9977-47b4-8edf-c32cfa51eae7] socks connection closed\n2025-07-31 23:48:59.735 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60923 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:49:59.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:49:59.627 [info] [command][dd8e7559-0cbe-4301-b3bd-6274d7329b32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dd8e7559-0cbe-4301-b3bd-6274d7329b32""}\n2025-07-31 23:49:59.628 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][897c48f9-cdfb-4ef9-9ba8-f6870e6d4d7d] received connection request\n2025-07-31 23:49:59.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:49:59.669 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][897c48f9-cdfb-4ef9-9ba8-f6870e6d4d7d] socks forwarding established\n2025-07-31 23:49:59.714 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][897c48f9-cdfb-4ef9-9ba8-f6870e6d4d7d] socks connection closed\n2025-07-31 23:49:59.714 [info] [command][dd8e7559-0cbe-4301-b3bd-6274d7329b32] Process exited with code 0\n2025-07-31 23:49:59.714 [info] [command][dd8e7559-0cbe-4301-b3bd-6274d7329b32] Socket close event received\n2025-07-31 23:49:59.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60956 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:50:59.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:50:59.722 [info] [command][c6f59e84-5ea3-474f-b16b-64a9decdeac1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c6f59e84-5ea3-474f-b16b-64a9decdeac1""}\n2025-07-31 23:50:59.723 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][abac9518-2f08-4086-b2e4-e8734ef7cf0b] received connection request\n2025-07-31 23:50:59.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:50:59.774 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abac9518-2f08-4086-b2e4-e8734ef7cf0b] socks forwarding established\n2025-07-31 23:50:59.820 [info] [command][c6f59e84-5ea3-474f-b16b-64a9decdeac1] Process exited with code 0\n2025-07-31 23:50:59.820 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][abac9518-2f08-4086-b2e4-e8734ef7cf0b] socks connection closed\n2025-07-31 23:50:59.821 [info] [command][c6f59e84-5ea3-474f-b16b-64a9decdeac1] Socket close event received\n2025-07-31 23:50:59.860 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 60988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:51:59.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:51:59.826 [info] [command][d5df62ad-79a3-49aa-9f03-74a26462d0fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d5df62ad-79a3-49aa-9f03-74a26462d0fb""}\n2025-07-31 23:51:59.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3c39ebd-8a01-4191-8291-b15532aea8ba] received connection request\n2025-07-31 23:51:59.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:51:59.869 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c39ebd-8a01-4191-8291-b15532aea8ba] socks forwarding established\n2025-07-31 23:51:59.915 [info] [command][d5df62ad-79a3-49aa-9f03-74a26462d0fb] Process exited with code 0\n2025-07-31 23:51:59.915 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c39ebd-8a01-4191-8291-b15532aea8ba] socks connection closed\n2025-07-31 23:51:59.915 [info] [command][d5df62ad-79a3-49aa-9f03-74a26462d0fb] Socket close event received\n2025-07-31 23:51:59.954 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61031 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:52:59.920 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:52:59.921 [info] [command][f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6""}\n2025-07-31 23:52:59.921 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][794d9900-c377-465a-8201-aacea4c4947e] received connection request\n2025-07-31 23:52:59.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:52:59.922 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:52:59.964 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][794d9900-c377-465a-8201-aacea4c4947e] socks forwarding established\n2025-07-31 23:53:00.008 [info] [command][f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6] Process exited with code 0\n2025-07-31 23:53:00.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][794d9900-c377-465a-8201-aacea4c4947e] socks connection closed\n2025-07-31 23:53:00.008 [info] [command][f300c21a-12ac-4b58-9f2f-fc2f50f2e2d6] Socket close event received\n2025-07-31 23:53:00.049 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61070 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:54:00.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:54:00.015 [info] [command][7993dd37-d3c5-4b8c-ad91-92faeef0013e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7993dd37-d3c5-4b8c-ad91-92faeef0013e""}\n2025-07-31 23:54:00.017 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][15f4d441-6dde-42d9-9317-10ad5b738d71] received connection request\n2025-07-31 23:54:00.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:54:00.059 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15f4d441-6dde-42d9-9317-10ad5b738d71] socks forwarding established\n2025-07-31 23:54:00.102 [info] [command][7993dd37-d3c5-4b8c-ad91-92faeef0013e] Process exited with code 0\n2025-07-31 23:54:00.103 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15f4d441-6dde-42d9-9317-10ad5b738d71] socks connection closed\n2025-07-31 23:54:00.103 [info] [command][7993dd37-d3c5-4b8c-ad91-92faeef0013e] Socket close event received\n2025-07-31 23:54:00.147 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61090 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:55:00.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:55:00.105 [info] [command][0ae862c3-a37c-44a1-a40f-eb009adac73b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0ae862c3-a37c-44a1-a40f-eb009adac73b""}\n2025-07-31 23:55:00.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fac6409b-8a7e-490b-9289-75e30e41cae5] received connection request\n2025-07-31 23:55:00.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:55:00.151 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fac6409b-8a7e-490b-9289-75e30e41cae5] socks forwarding established\n2025-07-31 23:55:00.226 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fac6409b-8a7e-490b-9289-75e30e41cae5] socks connection closed\n2025-07-31 23:55:00.226 [info] [command][0ae862c3-a37c-44a1-a40f-eb009adac73b] Process exited with code 0\n2025-07-31 23:55:00.226 [info] [command][0ae862c3-a37c-44a1-a40f-eb009adac73b] Socket close event received\n2025-07-31 23:55:00.272 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61117 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:56:00.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:56:00.228 [info] [command][7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca""}\n2025-07-31 23:56:00.228 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a9746cb7-8725-407c-a36d-6773aaea4cca] received connection request\n2025-07-31 23:56:00.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-07-31 23:56:00.228 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:56:00.270 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9746cb7-8725-407c-a36d-6773aaea4cca] socks forwarding established\n2025-07-31 23:56:00.315 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9746cb7-8725-407c-a36d-6773aaea4cca] socks connection closed\n2025-07-31 23:56:00.315 [info] [command][7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca] Process exited with code 0\n2025-07-31 23:56:00.315 [info] [command][7f8529f2-24ee-4d2a-bc97-12b5b05bf3ca] Socket close event received\n2025-07-31 23:56:00.356 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61155 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:57:00.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:57:00.319 [info] [command][ac3330ee-04f8-4f21-8737-f9f8bb70e68d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ac3330ee-04f8-4f21-8737-f9f8bb70e68d""}\n2025-07-31 23:57:00.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c102e438-aa4d-469e-bcf2-63719e704723] received connection request\n2025-07-31 23:57:00.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:57:00.363 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c102e438-aa4d-469e-bcf2-63719e704723] socks forwarding established\n2025-07-31 23:57:00.409 [info] [command][ac3330ee-04f8-4f21-8737-f9f8bb70e68d] Process exited with code 0\n2025-07-31 23:57:00.409 [info] [command][ac3330ee-04f8-4f21-8737-f9f8bb70e68d] Socket close event received\n2025-07-31 23:57:00.410 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c102e438-aa4d-469e-bcf2-63719e704723] socks connection closed\n2025-07-31 23:57:00.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61195 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:58:00.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:58:00.414 [info] [command][7d8cd8af-219b-4072-a933-68d9a2e9bc13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7d8cd8af-219b-4072-a933-68d9a2e9bc13""}\n2025-07-31 23:58:00.415 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0441fb85-2d7f-4992-aa84-e5b9c2be8c75] received connection request\n2025-07-31 23:58:00.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:58:00.458 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0441fb85-2d7f-4992-aa84-e5b9c2be8c75] socks forwarding established\n2025-07-31 23:58:00.503 [info] [command][7d8cd8af-219b-4072-a933-68d9a2e9bc13] Process exited with code 0\n2025-07-31 23:58:00.503 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0441fb85-2d7f-4992-aa84-e5b9c2be8c75] socks connection closed\n2025-07-31 23:58:00.503 [info] [command][7d8cd8af-219b-4072-a933-68d9a2e9bc13] Socket close event received\n2025-07-31 23:58:00.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61228 to 127.0.0.1 port 53495, nchannels 6\n\n2025-07-31 23:59:00.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-07-31 23:59:00.511 [info] [command][a6e839a5-bb74-4268-ae97-d552b16118e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a6e839a5-bb74-4268-ae97-d552b16118e4""}\n2025-07-31 23:59:00.512 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39488625-e18e-4532-af6b-75cc1f354dcc] received connection request\n2025-07-31 23:59:00.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-31 23:59:00.592 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39488625-e18e-4532-af6b-75cc1f354dcc] socks forwarding established\n2025-07-31 23:59:00.637 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39488625-e18e-4532-af6b-75cc1f354dcc] socks connection closed\n2025-07-31 23:59:00.638 [info] [command][a6e839a5-bb74-4268-ae97-d552b16118e4] Process exited with code 0\n2025-07-31 23:59:00.638 [info] [command][a6e839a5-bb74-4268-ae97-d552b16118e4] Socket close event received\n2025-07-31 23:59:00.679 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61264 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:00:00.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:00:00.645 [info] [command][a3e4b686-9559-4eac-8055-0a8aa7bbe977] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a3e4b686-9559-4eac-8055-0a8aa7bbe977""}\n2025-08-01 00:00:00.645 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b2a06a93-1a7a-4ef6-b192-1856b4c99f17] received connection request\n2025-08-01 00:00:00.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:00:00.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2a06a93-1a7a-4ef6-b192-1856b4c99f17] socks forwarding established\n2025-08-01 00:00:00.736 [info] [command][a3e4b686-9559-4eac-8055-0a8aa7bbe977] Process exited with code 0\n2025-08-01 00:00:00.736 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2a06a93-1a7a-4ef6-b192-1856b4c99f17] socks connection closed\n2025-08-01 00:00:00.736 [info] [command][a3e4b686-9559-4eac-8055-0a8aa7bbe977] Socket close event received\n2025-08-01 00:00:00.780 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61286 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:01:00.740 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:01:00.741 [info] [command][59c2ada6-9d52-428d-97f4-8b66a4fab50f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""59c2ada6-9d52-428d-97f4-8b66a4fab50f""}\n2025-08-01 00:01:00.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][87930a88-31d9-4109-8564-b1c0b36e778a] received connection request\n2025-08-01 00:01:00.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:01:00.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87930a88-31d9-4109-8564-b1c0b36e778a] socks forwarding established\n2025-08-01 00:01:00.826 [info] [command][59c2ada6-9d52-428d-97f4-8b66a4fab50f] Process exited with code 0\n2025-08-01 00:01:00.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][87930a88-31d9-4109-8564-b1c0b36e778a] socks connection closed\n2025-08-01 00:01:00.828 [info] [command][59c2ada6-9d52-428d-97f4-8b66a4fab50f] Socket close event received\n2025-08-01 00:01:00.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61322 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:02:00.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:02:00.828 [info] [command][188e7535-06f7-4e9a-93ad-ad4e0cd45ade] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""188e7535-06f7-4e9a-93ad-ad4e0cd45ade""}\n2025-08-01 00:02:00.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6b758e2f-c3d7-4275-a618-89a3aa924066] received connection request\n2025-08-01 00:02:00.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:02:00.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b758e2f-c3d7-4275-a618-89a3aa924066] socks forwarding established\n2025-08-01 00:02:00.917 [info] [command][188e7535-06f7-4e9a-93ad-ad4e0cd45ade] Process exited with code 0\n2025-08-01 00:02:00.917 [info] [command][188e7535-06f7-4e9a-93ad-ad4e0cd45ade] Socket close event received\n2025-08-01 00:02:00.918 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b758e2f-c3d7-4275-a618-89a3aa924066] socks connection closed\n2025-08-01 00:02:00.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:03:00.920 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:03:00.924 [info] [command][769b260b-408a-411e-a33a-23d79863db16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""769b260b-408a-411e-a33a-23d79863db16""}\n2025-08-01 00:03:00.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bf5cae43-a905-47bf-a965-e765691bf6cb] received connection request\n2025-08-01 00:03:00.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:03:00.971 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf5cae43-a905-47bf-a965-e765691bf6cb] socks forwarding established\n2025-08-01 00:03:01.014 [info] [command][769b260b-408a-411e-a33a-23d79863db16] Process exited with code 0\n2025-08-01 00:03:01.014 [info] [command][769b260b-408a-411e-a33a-23d79863db16] Socket close event received\n2025-08-01 00:03:01.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bf5cae43-a905-47bf-a965-e765691bf6cb] socks connection closed\n2025-08-01 00:03:01.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61394 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:04:01.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:04:01.020 [info] [command][aaccfb73-0ac4-48f3-9777-057f2f0ea0e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aaccfb73-0ac4-48f3-9777-057f2f0ea0e4""}\n2025-08-01 00:04:01.021 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dc50575a-205a-4e2c-8921-7a94367a1a45] received connection request\n2025-08-01 00:04:01.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 00:04:01.021 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:04:01.066 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc50575a-205a-4e2c-8921-7a94367a1a45] socks forwarding established\n2025-08-01 00:04:01.112 [info] [command][aaccfb73-0ac4-48f3-9777-057f2f0ea0e4] Process exited with code 0\n2025-08-01 00:04:01.112 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc50575a-205a-4e2c-8921-7a94367a1a45] socks connection closed\n2025-08-01 00:04:01.112 [info] [command][aaccfb73-0ac4-48f3-9777-057f2f0ea0e4] Socket close event received\n2025-08-01 00:04:01.152 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61410 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:05:01.117 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:05:01.118 [info] [command][7382d3da-d202-42dd-aa35-055dd31a8269] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7382d3da-d202-42dd-aa35-055dd31a8269""}\n2025-08-01 00:05:01.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d430138b-8af7-4386-8f3c-2dae39831909] received connection request\n2025-08-01 00:05:01.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:05:01.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d430138b-8af7-4386-8f3c-2dae39831909] socks forwarding established\n2025-08-01 00:05:01.206 [info] [command][7382d3da-d202-42dd-aa35-055dd31a8269] Process exited with code 0\n2025-08-01 00:05:01.206 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d430138b-8af7-4386-8f3c-2dae39831909] socks connection closed\n2025-08-01 00:05:01.206 [info] [command][7382d3da-d202-42dd-aa35-055dd31a8269] Socket close event received\n2025-08-01 00:05:01.245 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61424 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:06:01.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:06:01.208 [info] [command][9c17426b-9990-494b-b3f1-4d95880fd12a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9c17426b-9990-494b-b3f1-4d95880fd12a""}\n2025-08-01 00:06:01.209 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][840980c0-265c-4650-b7ff-242b025b6a30] received connection request\n2025-08-01 00:06:01.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 00:06:01.209 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:06:01.258 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][840980c0-265c-4650-b7ff-242b025b6a30] socks forwarding established\n2025-08-01 00:06:01.303 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][840980c0-265c-4650-b7ff-242b025b6a30] socks connection closed\n2025-08-01 00:06:01.303 [info] [command][9c17426b-9990-494b-b3f1-4d95880fd12a] Process exited with code 0\n2025-08-01 00:06:01.303 [info] [command][9c17426b-9990-494b-b3f1-4d95880fd12a] Socket close event received\n2025-08-01 00:06:01.342 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61439 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:07:01.303 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:07:01.306 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9884c38f-8341-4424-9892-c314bb5ac2b4] received connection request\n2025-08-01 00:07:01.306 [info] [command][42a76ba2-487f-4b87-b136-6d164ef1ec16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""42a76ba2-487f-4b87-b136-6d164ef1ec16""}\n2025-08-01 00:07:01.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:07:01.350 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9884c38f-8341-4424-9892-c314bb5ac2b4] socks forwarding established\n2025-08-01 00:07:01.396 [info] [command][42a76ba2-487f-4b87-b136-6d164ef1ec16] Process exited with code 0\n2025-08-01 00:07:01.396 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9884c38f-8341-4424-9892-c314bb5ac2b4] socks connection closed\n2025-08-01 00:07:01.397 [info] [command][42a76ba2-487f-4b87-b136-6d164ef1ec16] Socket close event received\n2025-08-01 00:07:01.446 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61483 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:08:01.401 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:08:01.402 [info] [command][8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6""}\n2025-08-01 00:08:01.403 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][951cffbe-456e-450b-9fbf-6c3482befb30] received connection request\n2025-08-01 00:08:01.403 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:08:01.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][951cffbe-456e-450b-9fbf-6c3482befb30] socks forwarding established\n2025-08-01 00:08:01.523 [info] [command][8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6] Process exited with code 0\n2025-08-01 00:08:01.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][951cffbe-456e-450b-9fbf-6c3482befb30] socks connection closed\n2025-08-01 00:08:01.523 [info] [command][8151f5a5-fa54-4af9-bfc5-5ecd66f86ee6] Socket close event received\n2025-08-01 00:08:01.565 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61551 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:09:01.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:09:01.529 [info] [command][1afc69df-f171-480f-8360-f2ab827fd16d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1afc69df-f171-480f-8360-f2ab827fd16d""}\n2025-08-01 00:09:01.530 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][01fb3d2f-3686-43a9-908a-42e20873b599] received connection request\n2025-08-01 00:09:01.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:09:01.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][01fb3d2f-3686-43a9-908a-42e20873b599] socks forwarding established\n2025-08-01 00:09:01.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][01fb3d2f-3686-43a9-908a-42e20873b599] socks connection closed\n2025-08-01 00:09:01.617 [info] [command][1afc69df-f171-480f-8360-f2ab827fd16d] Process exited with code 0\n2025-08-01 00:09:01.617 [info] [command][1afc69df-f171-480f-8360-f2ab827fd16d] Socket close event received\n2025-08-01 00:09:01.658 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61606 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:10:01.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:10:01.624 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f842c6bb-6049-4681-bf63-af410cac7bcf] received connection request\n2025-08-01 00:10:01.625 [info] [command][7056b372-33a9-4316-bfad-055ec8860170] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7056b372-33a9-4316-bfad-055ec8860170""}\n2025-08-01 00:10:01.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:10:01.674 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f842c6bb-6049-4681-bf63-af410cac7bcf] socks forwarding established\n2025-08-01 00:10:01.722 [info] [command][7056b372-33a9-4316-bfad-055ec8860170] Process exited with code 0\n2025-08-01 00:10:01.722 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f842c6bb-6049-4681-bf63-af410cac7bcf] socks connection closed\n2025-08-01 00:10:01.722 [info] [command][7056b372-33a9-4316-bfad-055ec8860170] Socket close event received\n2025-08-01 00:10:01.761 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61664 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:11:01.727 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:11:01.729 [info] [command][690eb2fd-cb3f-4184-a369-985243287cb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""690eb2fd-cb3f-4184-a369-985243287cb8""}\n2025-08-01 00:11:01.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bdfd5cf9-9935-4149-ba16-82958a2623a6] received connection request\n2025-08-01 00:11:01.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:11:01.788 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdfd5cf9-9935-4149-ba16-82958a2623a6] socks forwarding established\n2025-08-01 00:11:01.832 [info] [command][690eb2fd-cb3f-4184-a369-985243287cb8] Process exited with code 0\n2025-08-01 00:11:01.832 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bdfd5cf9-9935-4149-ba16-82958a2623a6] socks connection closed\n2025-08-01 00:11:01.832 [info] [command][690eb2fd-cb3f-4184-a369-985243287cb8] Socket close event received\n2025-08-01 00:11:01.873 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61719 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:12:01.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:12:01.837 [info] [command][c6675ebd-9a26-4461-bcf1-28731e3bd434] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c6675ebd-9a26-4461-bcf1-28731e3bd434""}\n2025-08-01 00:12:01.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][179f1b1a-2c58-4fab-9f28-8474957984ee] received connection request\n2025-08-01 00:12:01.839 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:12:01.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][179f1b1a-2c58-4fab-9f28-8474957984ee] socks forwarding established\n2025-08-01 00:12:01.934 [info] [command][c6675ebd-9a26-4461-bcf1-28731e3bd434] Process exited with code 0\n2025-08-01 00:12:01.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][179f1b1a-2c58-4fab-9f28-8474957984ee] socks connection closed\n2025-08-01 00:12:01.935 [info] [command][c6675ebd-9a26-4461-bcf1-28731e3bd434] Socket close event received\n2025-08-01 00:12:01.975 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61768 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:13:01.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:13:01.939 [info] [command][6ea9a962-658f-4f02-88a4-38ac0c333013] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6ea9a962-658f-4f02-88a4-38ac0c333013""}\n2025-08-01 00:13:01.940 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4ed3fb64-906d-484b-b9dd-30c08f7eaec8] received connection request\n2025-08-01 00:13:01.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:13:01.983 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ed3fb64-906d-484b-b9dd-30c08f7eaec8] socks forwarding established\n2025-08-01 00:13:02.030 [info] [command][6ea9a962-658f-4f02-88a4-38ac0c333013] Process exited with code 0\n2025-08-01 00:13:02.030 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4ed3fb64-906d-484b-b9dd-30c08f7eaec8] socks connection closed\n2025-08-01 00:13:02.030 [info] [command][6ea9a962-658f-4f02-88a4-38ac0c333013] Socket close event received\n2025-08-01 00:13:02.069 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61801 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:14:02.033 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:14:02.035 [info] [command][9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a""}\n2025-08-01 00:14:02.035 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d53df853-01a8-473f-a17d-1fd2034d569f] received connection request\n2025-08-01 00:14:02.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:14:02.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d53df853-01a8-473f-a17d-1fd2034d569f] socks forwarding established\n2025-08-01 00:14:02.130 [info] [command][9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a] Process exited with code 0\n2025-08-01 00:14:02.131 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d53df853-01a8-473f-a17d-1fd2034d569f] socks connection closed\n2025-08-01 00:14:02.131 [info] [command][9a7caaaf-2b7f-48fd-b10c-b746d97f4b6a] Socket close event received\n2025-08-01 00:14:02.170 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61817 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:15:02.136 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:15:02.138 [info] [command][8ac1ca29-451e-428e-81fa-373856be0885] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8ac1ca29-451e-428e-81fa-373856be0885""}\n2025-08-01 00:15:02.139 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e525288a-02cc-4767-a361-c4ff7ab9482e] received connection request\n2025-08-01 00:15:02.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:15:02.307 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e525288a-02cc-4767-a361-c4ff7ab9482e] socks forwarding established\n2025-08-01 00:15:02.351 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e525288a-02cc-4767-a361-c4ff7ab9482e] socks connection closed\n2025-08-01 00:15:02.351 [info] [command][8ac1ca29-451e-428e-81fa-373856be0885] Process exited with code 0\n2025-08-01 00:15:02.351 [info] [command][8ac1ca29-451e-428e-81fa-373856be0885] Socket close event received\n2025-08-01 00:15:02.392 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61831 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:16:02.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:16:02.356 [info] [command][6ff386fb-7eae-4cbc-9a7f-5320647f4176] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6ff386fb-7eae-4cbc-9a7f-5320647f4176""}\n2025-08-01 00:16:02.357 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5c79e43f-4109-43a9-896a-6e96d98d681e] received connection request\n2025-08-01 00:16:02.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:16:02.400 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c79e43f-4109-43a9-896a-6e96d98d681e] socks forwarding established\n2025-08-01 00:16:02.446 [info] [command][6ff386fb-7eae-4cbc-9a7f-5320647f4176] Process exited with code 0\n2025-08-01 00:16:02.446 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c79e43f-4109-43a9-896a-6e96d98d681e] socks connection closed\n2025-08-01 00:16:02.446 [info] [command][6ff386fb-7eae-4cbc-9a7f-5320647f4176] Socket close event received\n2025-08-01 00:16:02.502 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61855 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:17:02.449 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:17:02.451 [info] [command][f50a052d-3a86-490b-978a-ec1809e50225] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f50a052d-3a86-490b-978a-ec1809e50225""}\n2025-08-01 00:17:02.451 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4537e406-07e7-4594-9014-34661039716c] received connection request\n2025-08-01 00:17:02.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 00:17:02.452 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:17:02.497 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4537e406-07e7-4594-9014-34661039716c] socks forwarding established\n2025-08-01 00:17:02.544 [info] [command][f50a052d-3a86-490b-978a-ec1809e50225] Process exited with code 0\n2025-08-01 00:17:02.544 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4537e406-07e7-4594-9014-34661039716c] socks connection closed\n2025-08-01 00:17:02.544 [info] [command][f50a052d-3a86-490b-978a-ec1809e50225] Socket close event received\n2025-08-01 00:17:02.585 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61880 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:18:02.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:18:02.546 [info] [command][578b21e6-7d6a-4dbd-ac96-f547028cb18a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""578b21e6-7d6a-4dbd-ac96-f547028cb18a""}\n2025-08-01 00:18:02.546 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e5ffbf4d-e4c8-4ea7-8438-5e3b87842449] received connection request\n2025-08-01 00:18:02.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:18:02.593 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ffbf4d-e4c8-4ea7-8438-5e3b87842449] socks forwarding established\n2025-08-01 00:18:02.668 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ffbf4d-e4c8-4ea7-8438-5e3b87842449] socks connection closed\n2025-08-01 00:18:02.669 [info] [command][578b21e6-7d6a-4dbd-ac96-f547028cb18a] Process exited with code 0\n2025-08-01 00:18:02.669 [info] [command][578b21e6-7d6a-4dbd-ac96-f547028cb18a] Socket close event received\n2025-08-01 00:18:02.709 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:19:02.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:19:02.675 [info] [command][5e717046-6cc2-4714-9df2-f385b3e8d4ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5e717046-6cc2-4714-9df2-f385b3e8d4ee""}\n2025-08-01 00:19:02.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][07e43a7f-685b-47a8-b65f-57f405dcf3b4] received connection request\n2025-08-01 00:19:02.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:19:02.720 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e43a7f-685b-47a8-b65f-57f405dcf3b4] socks forwarding established\n2025-08-01 00:19:02.766 [info] [command][5e717046-6cc2-4714-9df2-f385b3e8d4ee] Process exited with code 0\n2025-08-01 00:19:02.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e43a7f-685b-47a8-b65f-57f405dcf3b4] socks connection closed\n2025-08-01 00:19:02.766 [info] [command][5e717046-6cc2-4714-9df2-f385b3e8d4ee] Socket close event received\n2025-08-01 00:19:02.807 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:20:02.774 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:20:02.775 [info] [command][6e16e604-5e1f-4a44-b0c2-7d9d5597707c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6e16e604-5e1f-4a44-b0c2-7d9d5597707c""}\n2025-08-01 00:20:02.776 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][830d6485-31b7-49fb-bf38-8a3061b04b3c] received connection request\n2025-08-01 00:20:02.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:20:03.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][830d6485-31b7-49fb-bf38-8a3061b04b3c] socks forwarding established\n2025-08-01 00:20:03.108 [info] [command][6e16e604-5e1f-4a44-b0c2-7d9d5597707c] Process exited with code 0\n2025-08-01 00:20:03.108 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][830d6485-31b7-49fb-bf38-8a3061b04b3c] socks connection closed\n2025-08-01 00:20:03.109 [info] [command][6e16e604-5e1f-4a44-b0c2-7d9d5597707c] Socket close event received\n2025-08-01 00:20:03.150 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 61968 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:21:03.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:21:03.118 [info] [command][d6bb7a25-988a-4fbf-b750-27d2e06a6162] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d6bb7a25-988a-4fbf-b750-27d2e06a6162""}\n2025-08-01 00:21:03.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2f794709-7c90-421d-b047-d328d2f4eed2] received connection request\n2025-08-01 00:21:03.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:21:03.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f794709-7c90-421d-b047-d328d2f4eed2] socks forwarding established\n2025-08-01 00:21:03.544 [info] [command][d6bb7a25-988a-4fbf-b750-27d2e06a6162] Process exited with code 0\n2025-08-01 00:21:03.545 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f794709-7c90-421d-b047-d328d2f4eed2] socks connection closed\n2025-08-01 00:21:03.545 [info] [command][d6bb7a25-988a-4fbf-b750-27d2e06a6162] Socket close event received\n2025-08-01 00:21:03.721 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62001 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:22:03.553 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:22:03.555 [info] [command][21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0""}\n2025-08-01 00:22:03.556 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][11f61c3b-e02c-4926-b7cc-cc1bdb6e617f] received connection request\n2025-08-01 00:22:03.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:22:03.599 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11f61c3b-e02c-4926-b7cc-cc1bdb6e617f] socks forwarding established\n2025-08-01 00:22:03.644 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][11f61c3b-e02c-4926-b7cc-cc1bdb6e617f] socks connection closed\n2025-08-01 00:22:03.645 [info] [command][21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0] Process exited with code 0\n2025-08-01 00:22:03.645 [info] [command][21ddb6ab-1c01-4db9-b9bb-a72f6a0ebec0] Socket close event received\n2025-08-01 00:22:03.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:23:03.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:23:03.657 [info] [command][1bc67bc4-12f9-472a-9ab9-8775e8200475] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1bc67bc4-12f9-472a-9ab9-8775e8200475""}\n2025-08-01 00:23:03.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0774aca8-5d81-487b-9ba7-3eb3e4158061] received connection request\n2025-08-01 00:23:03.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:23:03.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0774aca8-5d81-487b-9ba7-3eb3e4158061] socks forwarding established\n2025-08-01 00:23:03.750 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0774aca8-5d81-487b-9ba7-3eb3e4158061] socks connection closed\n2025-08-01 00:23:03.750 [info] [command][1bc67bc4-12f9-472a-9ab9-8775e8200475] Process exited with code 0\n2025-08-01 00:23:03.750 [info] [command][1bc67bc4-12f9-472a-9ab9-8775e8200475] Socket close event received\n2025-08-01 00:23:03.789 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62056 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:24:03.759 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:24:03.761 [info] [command][ce61166c-1ca3-497a-a2da-a6e2f1f3edf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ce61166c-1ca3-497a-a2da-a6e2f1f3edf5""}\n2025-08-01 00:24:03.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c29acf91-11b1-47e9-804b-b4de9019f64d] received connection request\n2025-08-01 00:24:03.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:24:03.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c29acf91-11b1-47e9-804b-b4de9019f64d] socks forwarding established\n2025-08-01 00:24:03.850 [info] [command][ce61166c-1ca3-497a-a2da-a6e2f1f3edf5] Process exited with code 0\n2025-08-01 00:24:03.851 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c29acf91-11b1-47e9-804b-b4de9019f64d] socks connection closed\n2025-08-01 00:24:03.851 [info] [command][ce61166c-1ca3-497a-a2da-a6e2f1f3edf5] Socket close event received\n2025-08-01 00:24:03.891 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62084 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:25:03.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:25:03.862 [info] [command][d73745f9-bab8-4f17-9b38-2587f80b6b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d73745f9-bab8-4f17-9b38-2587f80b6b2f""}\n2025-08-01 00:25:03.863 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7bbf9065-3278-442d-9140-4bf52f5e4cc1] received connection request\n2025-08-01 00:25:03.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:25:03.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7bbf9065-3278-442d-9140-4bf52f5e4cc1] socks forwarding established\n2025-08-01 00:25:03.957 [info] [command][d73745f9-bab8-4f17-9b38-2587f80b6b2f] Process exited with code 0\n2025-08-01 00:25:03.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7bbf9065-3278-442d-9140-4bf52f5e4cc1] socks connection closed\n2025-08-01 00:25:03.957 [info] [command][d73745f9-bab8-4f17-9b38-2587f80b6b2f] Socket close event received\n2025-08-01 00:25:03.997 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62096 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:26:03.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:26:03.968 [info] [command][df0d09f1-2451-4d5e-90e1-40c501e89520] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""df0d09f1-2451-4d5e-90e1-40c501e89520""}\n2025-08-01 00:26:03.969 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d853d10-2b6d-48f4-9e51-77ae1c6e68bf] received connection request\n2025-08-01 00:26:03.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:26:04.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d853d10-2b6d-48f4-9e51-77ae1c6e68bf] socks forwarding established\n2025-08-01 00:26:04.060 [info] [command][df0d09f1-2451-4d5e-90e1-40c501e89520] Process exited with code 0\n2025-08-01 00:26:04.061 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d853d10-2b6d-48f4-9e51-77ae1c6e68bf] socks connection closed\n2025-08-01 00:26:04.061 [info] [command][df0d09f1-2451-4d5e-90e1-40c501e89520] Socket close event received\n2025-08-01 00:26:04.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62109 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:27:04.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:27:04.066 [info] [command][42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4""}\n2025-08-01 00:27:04.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ade3dd32-b0da-4452-b772-d9181aef2140] received connection request\n2025-08-01 00:27:04.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:27:04.110 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ade3dd32-b0da-4452-b772-d9181aef2140] socks forwarding established\n2025-08-01 00:27:04.154 [info] [command][42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4] Process exited with code 0\n2025-08-01 00:27:04.155 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ade3dd32-b0da-4452-b772-d9181aef2140] socks connection closed\n2025-08-01 00:27:04.155 [info] [command][42e43fbb-6fd5-4ff7-8068-eeed5ba6e6a4] Socket close event received\n2025-08-01 00:27:04.194 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62130 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:28:04.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:28:04.158 [info] [command][c8d49d4d-0b20-44f6-9977-884995477f16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c8d49d4d-0b20-44f6-9977-884995477f16""}\n2025-08-01 00:28:04.159 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bce37fae-a76e-4c50-9e10-a8b10ae992d2] received connection request\n2025-08-01 00:28:04.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:28:04.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bce37fae-a76e-4c50-9e10-a8b10ae992d2] socks forwarding established\n2025-08-01 00:28:04.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bce37fae-a76e-4c50-9e10-a8b10ae992d2] socks connection closed\n2025-08-01 00:28:04.244 [info] [command][c8d49d4d-0b20-44f6-9977-884995477f16] Process exited with code 0\n2025-08-01 00:28:04.244 [info] [command][c8d49d4d-0b20-44f6-9977-884995477f16] Socket close event received\n2025-08-01 00:28:04.285 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62158 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:29:04.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:29:04.250 [info] [command][29067894-02ab-4f15-a6f3-2964a70b3caa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""29067894-02ab-4f15-a6f3-2964a70b3caa""}\n2025-08-01 00:29:04.251 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][19d7917f-957b-46bc-8565-efe995e93a05] received connection request\n2025-08-01 00:29:04.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:29:04.310 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][19d7917f-957b-46bc-8565-efe995e93a05] socks forwarding established\n2025-08-01 00:29:04.375 [info] [command][29067894-02ab-4f15-a6f3-2964a70b3caa] Process exited with code 0\n2025-08-01 00:29:04.376 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][19d7917f-957b-46bc-8565-efe995e93a05] socks connection closed\n2025-08-01 00:29:04.376 [info] [command][29067894-02ab-4f15-a6f3-2964a70b3caa] Socket close event received\n2025-08-01 00:29:04.417 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:30:04.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:30:04.387 [info] [command][6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf""}\n2025-08-01 00:30:04.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a513a98b-90ee-4993-b31d-69ecdfdf4e18] received connection request\n2025-08-01 00:30:04.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:30:04.433 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a513a98b-90ee-4993-b31d-69ecdfdf4e18] socks forwarding established\n2025-08-01 00:30:04.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a513a98b-90ee-4993-b31d-69ecdfdf4e18] socks connection closed\n2025-08-01 00:30:04.477 [info] [command][6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf] Process exited with code 0\n2025-08-01 00:30:04.477 [info] [command][6f9c0bc3-17ba-446d-b01e-0bb2a175cfcf] Socket close event received\n2025-08-01 00:30:04.518 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62209 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:31:04.483 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:31:04.484 [info] [command][94c1c4cb-4607-48a3-aa80-06dab99e7fe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94c1c4cb-4607-48a3-aa80-06dab99e7fe3""}\n2025-08-01 00:31:04.484 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b65fe9b4-2a51-443b-9a4e-103b3f8ed0cf] received connection request\n2025-08-01 00:31:04.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:31:04.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b65fe9b4-2a51-443b-9a4e-103b3f8ed0cf] socks forwarding established\n2025-08-01 00:31:04.569 [info] [command][94c1c4cb-4607-48a3-aa80-06dab99e7fe3] Process exited with code 0\n2025-08-01 00:31:04.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b65fe9b4-2a51-443b-9a4e-103b3f8ed0cf] socks connection closed\n2025-08-01 00:31:04.570 [info] [command][94c1c4cb-4607-48a3-aa80-06dab99e7fe3] Socket close event received\n2025-08-01 00:31:04.609 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:32:04.571 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:32:04.572 [info] [command][ca11f9ad-3dc7-459d-8f82-7b08fa8ce257] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ca11f9ad-3dc7-459d-8f82-7b08fa8ce257""}\n2025-08-01 00:32:04.573 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4e794662-7079-492b-a0b6-8b6ac47a426e] received connection request\n2025-08-01 00:32:04.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:32:04.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e794662-7079-492b-a0b6-8b6ac47a426e] socks forwarding established\n2025-08-01 00:32:04.660 [info] [command][ca11f9ad-3dc7-459d-8f82-7b08fa8ce257] Process exited with code 0\n2025-08-01 00:32:04.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e794662-7079-492b-a0b6-8b6ac47a426e] socks connection closed\n2025-08-01 00:32:04.661 [info] [command][ca11f9ad-3dc7-459d-8f82-7b08fa8ce257] Socket close event received\n2025-08-01 00:32:04.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:33:04.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:33:04.665 [info] [command][99d5ed9a-6f5c-4f59-8a36-0ead8cb74533] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""99d5ed9a-6f5c-4f59-8a36-0ead8cb74533""}\n2025-08-01 00:33:04.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e0f3db36-d5c7-46f4-960c-21a08b5891fd] received connection request\n2025-08-01 00:33:04.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:33:04.714 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e0f3db36-d5c7-46f4-960c-21a08b5891fd] socks forwarding established\n2025-08-01 00:33:04.757 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e0f3db36-d5c7-46f4-960c-21a08b5891fd] socks connection closed\n2025-08-01 00:33:04.758 [info] [command][99d5ed9a-6f5c-4f59-8a36-0ead8cb74533] Process exited with code 0\n2025-08-01 00:33:04.758 [info] [command][99d5ed9a-6f5c-4f59-8a36-0ead8cb74533] Socket close event received\n2025-08-01 00:33:04.797 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62289 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:34:04.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:34:04.769 [info] [command][8a6abe84-27d4-4cf3-ab6e-4f4157d6941d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8a6abe84-27d4-4cf3-ab6e-4f4157d6941d""}\n2025-08-01 00:34:04.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97c5b15a-d599-45df-894d-79fa3230f4ab] received connection request\n2025-08-01 00:34:04.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:34:04.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97c5b15a-d599-45df-894d-79fa3230f4ab] socks forwarding established\n2025-08-01 00:34:04.903 [info] [command][8a6abe84-27d4-4cf3-ab6e-4f4157d6941d] Process exited with code 0\n2025-08-01 00:34:04.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97c5b15a-d599-45df-894d-79fa3230f4ab] socks connection closed\n2025-08-01 00:34:04.904 [info] [command][8a6abe84-27d4-4cf3-ab6e-4f4157d6941d] Socket close event received\n2025-08-01 00:34:05.024 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62305 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:35:04.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:35:04.915 [info] [command][3398f8bb-4490-42ea-969d-9f66ce7981a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3398f8bb-4490-42ea-969d-9f66ce7981a2""}\n2025-08-01 00:35:04.916 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c8420905-4bfe-48d5-ab39-b0537516a269] received connection request\n2025-08-01 00:35:04.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:35:04.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c8420905-4bfe-48d5-ab39-b0537516a269] socks forwarding established\n2025-08-01 00:35:05.006 [info] [command][3398f8bb-4490-42ea-969d-9f66ce7981a2] Process exited with code 0\n2025-08-01 00:35:05.007 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c8420905-4bfe-48d5-ab39-b0537516a269] socks connection closed\n2025-08-01 00:35:05.007 [info] [command][3398f8bb-4490-42ea-969d-9f66ce7981a2] Socket close event received\n2025-08-01 00:35:05.048 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62318 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:36:05.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:36:05.018 [info] [command][58983a92-1f4f-4e20-bc93-c65191cca483] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""58983a92-1f4f-4e20-bc93-c65191cca483""}\n2025-08-01 00:36:05.019 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][271a2256-fa9f-484f-b0d9-00e4b8631235] received connection request\n2025-08-01 00:36:05.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:36:05.062 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][271a2256-fa9f-484f-b0d9-00e4b8631235] socks forwarding established\n2025-08-01 00:36:05.106 [info] [command][58983a92-1f4f-4e20-bc93-c65191cca483] Process exited with code 0\n2025-08-01 00:36:05.107 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][271a2256-fa9f-484f-b0d9-00e4b8631235] socks connection closed\n2025-08-01 00:36:05.107 [info] [command][58983a92-1f4f-4e20-bc93-c65191cca483] Socket close event received\n2025-08-01 00:36:05.147 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62336 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:37:05.117 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:37:05.119 [info] [command][53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae""}\n2025-08-01 00:37:05.119 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1a9ef138-54d0-4230-8e6a-a54ff292445a] received connection request\n2025-08-01 00:37:05.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:37:05.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a9ef138-54d0-4230-8e6a-a54ff292445a] socks forwarding established\n2025-08-01 00:37:05.205 [info] [command][53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae] Process exited with code 0\n2025-08-01 00:37:05.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a9ef138-54d0-4230-8e6a-a54ff292445a] socks connection closed\n2025-08-01 00:37:05.205 [info] [command][53a2b68f-5d27-4ec8-8f49-8fcdd9cd24ae] Socket close event received\n2025-08-01 00:37:05.245 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62365 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:38:05.205 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:38:05.207 [info] [command][37652d9b-afeb-4b81-86e2-4cc58f0b5153] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37652d9b-afeb-4b81-86e2-4cc58f0b5153""}\n2025-08-01 00:38:05.208 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][907db749-624d-4fca-919d-9bee9cf6d6b2] received connection request\n2025-08-01 00:38:05.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:38:05.252 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][907db749-624d-4fca-919d-9bee9cf6d6b2] socks forwarding established\n2025-08-01 00:38:05.298 [info] [command][37652d9b-afeb-4b81-86e2-4cc58f0b5153] Process exited with code 0\n2025-08-01 00:38:05.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][907db749-624d-4fca-919d-9bee9cf6d6b2] socks connection closed\n2025-08-01 00:38:05.298 [info] [command][37652d9b-afeb-4b81-86e2-4cc58f0b5153] Socket close event received\n2025-08-01 00:38:05.400 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62396 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:39:05.309 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:39:05.311 [info] [command][4befc340-0ea9-4b34-a019-17c3e6fc3f77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4befc340-0ea9-4b34-a019-17c3e6fc3f77""}\n2025-08-01 00:39:05.311 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d3d2e22a-4652-4302-8b0b-f03402ace604] received connection request\n2025-08-01 00:39:05.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:39:05.358 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d2e22a-4652-4302-8b0b-f03402ace604] socks forwarding established\n2025-08-01 00:39:05.403 [info] [command][4befc340-0ea9-4b34-a019-17c3e6fc3f77] Process exited with code 0\n2025-08-01 00:39:05.403 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d2e22a-4652-4302-8b0b-f03402ace604] socks connection closed\n2025-08-01 00:39:05.403 [info] [command][4befc340-0ea9-4b34-a019-17c3e6fc3f77] Socket close event received\n2025-08-01 00:39:05.444 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62413 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:40:05.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:40:05.412 [info] [command][dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0""}\n2025-08-01 00:40:05.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][42da25aa-def8-4039-9d62-8f79a1978e37] received connection request\n2025-08-01 00:40:05.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:40:05.456 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][42da25aa-def8-4039-9d62-8f79a1978e37] socks forwarding established\n2025-08-01 00:40:05.501 [info] [command][dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0] Process exited with code 0\n2025-08-01 00:40:05.501 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][42da25aa-def8-4039-9d62-8f79a1978e37] socks connection closed\n2025-08-01 00:40:05.502 [info] [command][dbec3eb2-c756-4b54-9a0a-7c5e12ef5fb0] Socket close event received\n2025-08-01 00:40:05.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62428 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:41:05.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:41:05.507 [info] [command][f3d0d704-18cd-41a0-b665-7c2b1063d96f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f3d0d704-18cd-41a0-b665-7c2b1063d96f""}\n2025-08-01 00:41:05.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a3c00c2b-9a5a-458f-8577-c2c82cb9b245] received connection request\n2025-08-01 00:41:05.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:41:05.553 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c00c2b-9a5a-458f-8577-c2c82cb9b245] socks forwarding established\n2025-08-01 00:41:05.598 [info] [command][f3d0d704-18cd-41a0-b665-7c2b1063d96f] Process exited with code 0\n2025-08-01 00:41:05.598 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c00c2b-9a5a-458f-8577-c2c82cb9b245] socks connection closed\n2025-08-01 00:41:05.598 [info] [command][f3d0d704-18cd-41a0-b665-7c2b1063d96f] Socket close event received\n2025-08-01 00:41:05.639 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62449 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:42:05.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:42:05.611 [info] [command][c1181b02-32fd-46f8-99d4-596fabc97f96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c1181b02-32fd-46f8-99d4-596fabc97f96""}\n2025-08-01 00:42:05.611 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][828a6f96-fcef-43ea-aa03-e0e04c7407ad] received connection request\n2025-08-01 00:42:05.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:42:05.653 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][828a6f96-fcef-43ea-aa03-e0e04c7407ad] socks forwarding established\n2025-08-01 00:42:05.699 [info] [command][c1181b02-32fd-46f8-99d4-596fabc97f96] Process exited with code 0\n2025-08-01 00:42:05.699 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][828a6f96-fcef-43ea-aa03-e0e04c7407ad] socks connection closed\n2025-08-01 00:42:05.700 [info] [command][c1181b02-32fd-46f8-99d4-596fabc97f96] Socket close event received\n2025-08-01 00:42:05.739 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62479 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:43:05.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:43:05.711 [info] [command][7cb62d5e-9457-46f4-8fdf-db7b0f691d00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7cb62d5e-9457-46f4-8fdf-db7b0f691d00""}\n2025-08-01 00:43:05.712 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][844d51b2-44ba-41b4-b09b-f54e1c5f7d1a] received connection request\n2025-08-01 00:43:05.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:43:05.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][844d51b2-44ba-41b4-b09b-f54e1c5f7d1a] socks forwarding established\n2025-08-01 00:43:05.800 [info] [command][7cb62d5e-9457-46f4-8fdf-db7b0f691d00] Process exited with code 0\n2025-08-01 00:43:05.800 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][844d51b2-44ba-41b4-b09b-f54e1c5f7d1a] socks connection closed\n2025-08-01 00:43:05.800 [info] [command][7cb62d5e-9457-46f4-8fdf-db7b0f691d00] Socket close event received\n2025-08-01 00:43:05.840 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62507 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:44:05.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:44:05.806 [info] [command][0b4d990c-5020-4e23-95f0-94df53ec8092] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0b4d990c-5020-4e23-95f0-94df53ec8092""}\n2025-08-01 00:44:05.807 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8a3f0e6e-e877-4c3c-8787-8852d3853eed] received connection request\n2025-08-01 00:44:05.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:44:05.865 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a3f0e6e-e877-4c3c-8787-8852d3853eed] socks forwarding established\n2025-08-01 00:44:05.910 [info] [command][0b4d990c-5020-4e23-95f0-94df53ec8092] Process exited with code 0\n2025-08-01 00:44:05.910 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8a3f0e6e-e877-4c3c-8787-8852d3853eed] socks connection closed\n2025-08-01 00:44:05.910 [info] [command][0b4d990c-5020-4e23-95f0-94df53ec8092] Socket close event received\n2025-08-01 00:44:05.952 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62530 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:45:05.921 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:45:05.922 [info] [command][5a815f8c-2744-4a03-a716-955671d730b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5a815f8c-2744-4a03-a716-955671d730b2""}\n2025-08-01 00:45:05.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][52aace33-7b73-461f-ad88-af44d2bacdbb] received connection request\n2025-08-01 00:45:05.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:45:05.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52aace33-7b73-461f-ad88-af44d2bacdbb] socks forwarding established\n2025-08-01 00:45:06.009 [info] [command][5a815f8c-2744-4a03-a716-955671d730b2] Process exited with code 0\n2025-08-01 00:45:06.009 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52aace33-7b73-461f-ad88-af44d2bacdbb] socks connection closed\n2025-08-01 00:45:06.009 [info] [command][5a815f8c-2744-4a03-a716-955671d730b2] Socket close event received\n2025-08-01 00:45:06.050 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62542 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:46:06.014 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:46:06.015 [info] [command][e53760db-620f-43c8-a799-e5fbe3aadb34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e53760db-620f-43c8-a799-e5fbe3aadb34""}\n2025-08-01 00:46:06.016 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0a965d67-c14d-4765-a1e6-120d53ea34d9] received connection request\n2025-08-01 00:46:06.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:46:06.059 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a965d67-c14d-4765-a1e6-120d53ea34d9] socks forwarding established\n2025-08-01 00:46:06.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0a965d67-c14d-4765-a1e6-120d53ea34d9] socks connection closed\n2025-08-01 00:46:06.103 [info] [command][e53760db-620f-43c8-a799-e5fbe3aadb34] Process exited with code 0\n2025-08-01 00:46:06.103 [info] [command][e53760db-620f-43c8-a799-e5fbe3aadb34] Socket close event received\n2025-08-01 00:46:06.143 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62554 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:47:06.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:47:06.111 [info] [command][c27150d9-0137-40fb-b75c-c5038952c081] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c27150d9-0137-40fb-b75c-c5038952c081""}\n2025-08-01 00:47:06.111 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][48df9ca6-167b-4449-b68f-32a31bb92b1f] received connection request\n2025-08-01 00:47:06.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:47:06.154 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48df9ca6-167b-4449-b68f-32a31bb92b1f] socks forwarding established\n2025-08-01 00:47:06.199 [info] [command][c27150d9-0137-40fb-b75c-c5038952c081] Process exited with code 0\n2025-08-01 00:47:06.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48df9ca6-167b-4449-b68f-32a31bb92b1f] socks connection closed\n2025-08-01 00:47:06.199 [info] [command][c27150d9-0137-40fb-b75c-c5038952c081] Socket close event received\n2025-08-01 00:47:06.239 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62589 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:48:06.205 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:48:06.207 [info] [command][c51bab02-018f-4280-962d-4e8cd230b36c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c51bab02-018f-4280-962d-4e8cd230b36c""}\n2025-08-01 00:48:06.208 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5c17dd0a-2c9c-49b3-92fc-acc06a50902c] received connection request\n2025-08-01 00:48:06.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:48:06.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c17dd0a-2c9c-49b3-92fc-acc06a50902c] socks forwarding established\n2025-08-01 00:48:06.313 [info] [command][c51bab02-018f-4280-962d-4e8cd230b36c] Process exited with code 0\n2025-08-01 00:48:06.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c17dd0a-2c9c-49b3-92fc-acc06a50902c] socks connection closed\n2025-08-01 00:48:06.313 [info] [command][c51bab02-018f-4280-962d-4e8cd230b36c] Socket close event received\n2025-08-01 00:48:06.427 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62623 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:49:06.317 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:49:06.320 [info] [command][1aea54e3-9e56-48b6-ac57-4753af86800c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1aea54e3-9e56-48b6-ac57-4753af86800c""}\n2025-08-01 00:49:06.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5ee23520-410f-4dd3-9e61-f42dd75c7371] received connection request\n2025-08-01 00:49:06.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:49:06.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ee23520-410f-4dd3-9e61-f42dd75c7371] socks forwarding established\n2025-08-01 00:49:06.409 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ee23520-410f-4dd3-9e61-f42dd75c7371] socks connection closed\n2025-08-01 00:49:06.409 [info] [command][1aea54e3-9e56-48b6-ac57-4753af86800c] Process exited with code 0\n2025-08-01 00:49:06.409 [info] [command][1aea54e3-9e56-48b6-ac57-4753af86800c] Socket close event received\n2025-08-01 00:49:06.448 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62652 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:50:06.420 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:50:06.422 [info] [command][75ab9bb9-e53c-465b-aef2-301cffc31fa2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""75ab9bb9-e53c-465b-aef2-301cffc31fa2""}\n2025-08-01 00:50:06.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5222296e-8f9c-445e-88f9-033c68caae55] received connection request\n2025-08-01 00:50:06.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:50:06.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5222296e-8f9c-445e-88f9-033c68caae55] socks forwarding established\n2025-08-01 00:50:06.508 [info] [command][75ab9bb9-e53c-465b-aef2-301cffc31fa2] Process exited with code 0\n2025-08-01 00:50:06.508 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5222296e-8f9c-445e-88f9-033c68caae55] socks connection closed\n2025-08-01 00:50:06.508 [info] [command][75ab9bb9-e53c-465b-aef2-301cffc31fa2] Socket close event received\n2025-08-01 00:50:06.553 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62668 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:51:06.514 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:51:06.516 [info] [command][d7d9ae9c-8202-4374-91aa-9b52d62d0cd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d7d9ae9c-8202-4374-91aa-9b52d62d0cd9""}\n2025-08-01 00:51:06.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][65c0ab48-2db8-41a7-b783-4ecb8f28fdf2] received connection request\n2025-08-01 00:51:06.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:51:06.557 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65c0ab48-2db8-41a7-b783-4ecb8f28fdf2] socks forwarding established\n2025-08-01 00:51:06.601 [info] [command][d7d9ae9c-8202-4374-91aa-9b52d62d0cd9] Process exited with code 0\n2025-08-01 00:51:06.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65c0ab48-2db8-41a7-b783-4ecb8f28fdf2] socks connection closed\n2025-08-01 00:51:06.601 [info] [command][d7d9ae9c-8202-4374-91aa-9b52d62d0cd9] Socket close event received\n2025-08-01 00:51:06.640 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62683 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:52:06.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:52:06.609 [info] [command][b7d711e6-4306-409e-8517-705998ea3a9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7d711e6-4306-409e-8517-705998ea3a9e""}\n2025-08-01 00:52:06.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][790eccd4-3820-433d-b778-beebc9f53494] received connection request\n2025-08-01 00:52:06.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:52:06.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][790eccd4-3820-433d-b778-beebc9f53494] socks forwarding established\n2025-08-01 00:52:06.697 [info] [command][b7d711e6-4306-409e-8517-705998ea3a9e] Process exited with code 0\n2025-08-01 00:52:06.697 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][790eccd4-3820-433d-b778-beebc9f53494] socks connection closed\n2025-08-01 00:52:06.697 [info] [command][b7d711e6-4306-409e-8517-705998ea3a9e] Socket close event received\n2025-08-01 00:52:06.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62709 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:53:06.698 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:53:06.700 [info] [command][94ce349d-aff7-444b-becd-7b1c4410eda4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94ce349d-aff7-444b-becd-7b1c4410eda4""}\n2025-08-01 00:53:06.700 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0766ee66-c50a-4951-9fe1-388b3cc71bc4] received connection request\n2025-08-01 00:53:06.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:53:06.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0766ee66-c50a-4951-9fe1-388b3cc71bc4] socks forwarding established\n2025-08-01 00:53:06.785 [info] [command][94ce349d-aff7-444b-becd-7b1c4410eda4] Process exited with code 0\n2025-08-01 00:53:06.786 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0766ee66-c50a-4951-9fe1-388b3cc71bc4] socks connection closed\n2025-08-01 00:53:06.786 [info] [command][94ce349d-aff7-444b-becd-7b1c4410eda4] Socket close event received\n2025-08-01 00:53:06.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62741 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:54:06.795 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:54:06.797 [info] [command][8054fa70-0846-4a64-8db6-7ad95b8bde08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8054fa70-0846-4a64-8db6-7ad95b8bde08""}\n2025-08-01 00:54:06.798 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8ad63908-a805-4a16-a416-24f8896de687] received connection request\n2025-08-01 00:54:06.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:54:06.845 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ad63908-a805-4a16-a416-24f8896de687] socks forwarding established\n2025-08-01 00:54:06.892 [info] [command][8054fa70-0846-4a64-8db6-7ad95b8bde08] Process exited with code 0\n2025-08-01 00:54:06.893 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ad63908-a805-4a16-a416-24f8896de687] socks connection closed\n2025-08-01 00:54:06.893 [info] [command][8054fa70-0846-4a64-8db6-7ad95b8bde08] Socket close event received\n2025-08-01 00:54:06.932 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62758 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:55:06.902 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:55:06.904 [info] [command][10254796-36f4-4660-ad72-ec819a1ed38b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""10254796-36f4-4660-ad72-ec819a1ed38b""}\n2025-08-01 00:55:06.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a5bf7eeb-4abc-4cbd-ae03-84a03e5146cd] received connection request\n2025-08-01 00:55:06.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:55:06.950 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a5bf7eeb-4abc-4cbd-ae03-84a03e5146cd] socks forwarding established\n2025-08-01 00:55:06.995 [info] [command][10254796-36f4-4660-ad72-ec819a1ed38b] Process exited with code 0\n2025-08-01 00:55:06.995 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a5bf7eeb-4abc-4cbd-ae03-84a03e5146cd] socks connection closed\n2025-08-01 00:55:06.995 [info] [command][10254796-36f4-4660-ad72-ec819a1ed38b] Socket close event received\n2025-08-01 00:55:07.034 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62773 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:56:06.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:56:07.000 [info] [command][48180943-ceff-43a3-b773-076de9a4bbf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""48180943-ceff-43a3-b773-076de9a4bbf6""}\n2025-08-01 00:56:07.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c1b86839-8c9d-40dc-ad15-2bbf5d7b2334] received connection request\n2025-08-01 00:56:07.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:56:07.046 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1b86839-8c9d-40dc-ad15-2bbf5d7b2334] socks forwarding established\n2025-08-01 00:56:07.091 [info] [command][48180943-ceff-43a3-b773-076de9a4bbf6] Process exited with code 0\n2025-08-01 00:56:07.092 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1b86839-8c9d-40dc-ad15-2bbf5d7b2334] socks connection closed\n2025-08-01 00:56:07.092 [info] [command][48180943-ceff-43a3-b773-076de9a4bbf6] Socket close event received\n2025-08-01 00:56:07.132 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62787 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:57:07.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:57:07.104 [info] [command][e5e27c9e-5b07-4364-a8a1-26c9ef399b72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e5e27c9e-5b07-4364-a8a1-26c9ef399b72""}\n2025-08-01 00:57:07.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c5007d73-0cab-491c-95f9-52575f551e11] received connection request\n2025-08-01 00:57:07.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:57:07.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c5007d73-0cab-491c-95f9-52575f551e11] socks forwarding established\n2025-08-01 00:57:07.244 [info] [command][e5e27c9e-5b07-4364-a8a1-26c9ef399b72] Process exited with code 0\n2025-08-01 00:57:07.245 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c5007d73-0cab-491c-95f9-52575f551e11] socks connection closed\n2025-08-01 00:57:07.245 [info] [command][e5e27c9e-5b07-4364-a8a1-26c9ef399b72] Socket close event received\n2025-08-01 00:57:07.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62823 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:58:07.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:58:07.249 [info] [command][2dfaba16-2fb9-49ee-bcd7-13d088d7883c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2dfaba16-2fb9-49ee-bcd7-13d088d7883c""}\n2025-08-01 00:58:07.250 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f1fd300d-cad7-4a34-a0e8-49df08776caa] received connection request\n2025-08-01 00:58:07.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:58:07.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1fd300d-cad7-4a34-a0e8-49df08776caa] socks forwarding established\n2025-08-01 00:58:07.341 [info] [command][2dfaba16-2fb9-49ee-bcd7-13d088d7883c] Process exited with code 0\n2025-08-01 00:58:07.341 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f1fd300d-cad7-4a34-a0e8-49df08776caa] socks connection closed\n2025-08-01 00:58:07.341 [info] [command][2dfaba16-2fb9-49ee-bcd7-13d088d7883c] Socket close event received\n2025-08-01 00:58:07.379 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62849 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 00:59:07.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 00:59:07.351 [info] [command][404d9ec8-c178-4edd-9600-15a608836499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""404d9ec8-c178-4edd-9600-15a608836499""}\n2025-08-01 00:59:07.351 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][30605d49-2006-4a4b-91aa-617f64b371e9] received connection request\n2025-08-01 00:59:07.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 00:59:07.395 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30605d49-2006-4a4b-91aa-617f64b371e9] socks forwarding established\n2025-08-01 00:59:07.439 [info] [command][404d9ec8-c178-4edd-9600-15a608836499] Process exited with code 0\n2025-08-01 00:59:07.439 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30605d49-2006-4a4b-91aa-617f64b371e9] socks connection closed\n2025-08-01 00:59:07.439 [info] [command][404d9ec8-c178-4edd-9600-15a608836499] Socket close event received\n2025-08-01 00:59:07.480 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62866 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:00:07.444 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:00:07.446 [info] [command][7acd0df6-a369-4398-8bc0-125262caccb6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7acd0df6-a369-4398-8bc0-125262caccb6""}\n2025-08-01 01:00:07.447 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][92691e94-5049-4e16-95fd-173f79593ad3] received connection request\n2025-08-01 01:00:07.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:00:07.490 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][92691e94-5049-4e16-95fd-173f79593ad3] socks forwarding established\n2025-08-01 01:00:07.536 [info] [command][7acd0df6-a369-4398-8bc0-125262caccb6] Process exited with code 0\n2025-08-01 01:00:07.536 [info] [command][7acd0df6-a369-4398-8bc0-125262caccb6] Socket close event received\n2025-08-01 01:00:07.536 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][92691e94-5049-4e16-95fd-173f79593ad3] socks connection closed\n2025-08-01 01:00:07.582 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62878 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:01:07.542 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:01:07.544 [info] [command][b14c29dc-0b07-42f1-9f5b-6fd29c72e61b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b14c29dc-0b07-42f1-9f5b-6fd29c72e61b""}\n2025-08-01 01:01:07.544 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a85124fc-112d-4c05-88af-ffd0b0107bb6] received connection request\n2025-08-01 01:01:07.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:01:07.585 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a85124fc-112d-4c05-88af-ffd0b0107bb6] socks forwarding established\n2025-08-01 01:01:07.630 [info] [command][b14c29dc-0b07-42f1-9f5b-6fd29c72e61b] Process exited with code 0\n2025-08-01 01:01:07.630 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a85124fc-112d-4c05-88af-ffd0b0107bb6] socks connection closed\n2025-08-01 01:01:07.630 [info] [command][b14c29dc-0b07-42f1-9f5b-6fd29c72e61b] Socket close event received\n2025-08-01 01:01:07.673 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62892 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:02:07.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:02:07.637 [info] [command][0217b2eb-7926-45e2-b9f2-5fd804ceaaf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0217b2eb-7926-45e2-b9f2-5fd804ceaaf9""}\n2025-08-01 01:02:07.638 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d7015107-1e46-4ccf-ba7a-1929c790d20d] received connection request\n2025-08-01 01:02:07.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:02:07.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7015107-1e46-4ccf-ba7a-1929c790d20d] socks forwarding established\n2025-08-01 01:02:07.796 [info] [command][0217b2eb-7926-45e2-b9f2-5fd804ceaaf9] Process exited with code 0\n2025-08-01 01:02:07.797 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7015107-1e46-4ccf-ba7a-1929c790d20d] socks connection closed\n2025-08-01 01:02:07.797 [info] [command][0217b2eb-7926-45e2-b9f2-5fd804ceaaf9] Socket close event received\n2025-08-01 01:02:07.906 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62940 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:03:07.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:03:07.802 [info] [command][0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1""}\n2025-08-01 01:03:07.802 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e466e022-a1f6-4885-adff-21730d44d83e] received connection request\n2025-08-01 01:03:07.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:03:07.845 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e466e022-a1f6-4885-adff-21730d44d83e] socks forwarding established\n2025-08-01 01:03:07.889 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e466e022-a1f6-4885-adff-21730d44d83e] socks connection closed\n2025-08-01 01:03:07.889 [info] [command][0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1] Process exited with code 0\n2025-08-01 01:03:07.889 [info] [command][0e3150e5-2e9a-4ff2-a9b4-9788ee8d6ff1] Socket close event received\n2025-08-01 01:03:07.929 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62968 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:04:07.896 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:04:07.897 [info] [command][e04fc98f-1edb-42e2-8ffa-0fd96d3880a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e04fc98f-1edb-42e2-8ffa-0fd96d3880a2""}\n2025-08-01 01:04:07.897 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2b2dbce6-6f02-4e9d-b9c2-44e4cbe61259] received connection request\n2025-08-01 01:04:07.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:04:07.937 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b2dbce6-6f02-4e9d-b9c2-44e4cbe61259] socks forwarding established\n2025-08-01 01:04:07.982 [info] [command][e04fc98f-1edb-42e2-8ffa-0fd96d3880a2] Process exited with code 0\n2025-08-01 01:04:07.982 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b2dbce6-6f02-4e9d-b9c2-44e4cbe61259] socks connection closed\n2025-08-01 01:04:07.982 [info] [command][e04fc98f-1edb-42e2-8ffa-0fd96d3880a2] Socket close event received\n2025-08-01 01:04:08.024 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 62988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:05:07.987 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:05:07.990 [info] [command][f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4""}\n2025-08-01 01:05:07.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6ab2033a-c356-4a88-b20e-9ec769ef29cc] received connection request\n2025-08-01 01:05:07.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:05:08.038 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ab2033a-c356-4a88-b20e-9ec769ef29cc] socks forwarding established\n2025-08-01 01:05:08.083 [info] [command][f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4] Process exited with code 0\n2025-08-01 01:05:08.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ab2033a-c356-4a88-b20e-9ec769ef29cc] socks connection closed\n2025-08-01 01:05:08.084 [info] [command][f8e07df9-5545-47b5-b55b-0a1c8e3f2ad4] Socket close event received\n2025-08-01 01:05:08.122 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63006 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:06:08.093 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:06:08.096 [info] [command][a8934c81-447d-4842-ab76-94ef61ab5712] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a8934c81-447d-4842-ab76-94ef61ab5712""}\n2025-08-01 01:06:08.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][afed9888-1df9-47d7-a2d6-748c66bbf82b] received connection request\n2025-08-01 01:06:08.097 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:06:08.226 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][afed9888-1df9-47d7-a2d6-748c66bbf82b] socks forwarding established\n2025-08-01 01:06:08.271 [info] [command][a8934c81-447d-4842-ab76-94ef61ab5712] Process exited with code 0\n2025-08-01 01:06:08.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][afed9888-1df9-47d7-a2d6-748c66bbf82b] socks connection closed\n2025-08-01 01:06:08.271 [info] [command][a8934c81-447d-4842-ab76-94ef61ab5712] Socket close event received\n2025-08-01 01:06:08.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:07:08.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:07:08.280 [info] [command][f7da37ce-f129-4fcc-aba7-b515aeb87e39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f7da37ce-f129-4fcc-aba7-b515aeb87e39""}\n2025-08-01 01:07:08.280 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b0eaad2c-693e-4a2a-b279-65281014e7d8] received connection request\n2025-08-01 01:07:08.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:07:08.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0eaad2c-693e-4a2a-b279-65281014e7d8] socks forwarding established\n2025-08-01 01:07:08.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0eaad2c-693e-4a2a-b279-65281014e7d8] socks connection closed\n2025-08-01 01:07:08.377 [info] [command][f7da37ce-f129-4fcc-aba7-b515aeb87e39] Process exited with code 0\n2025-08-01 01:07:08.377 [info] [command][f7da37ce-f129-4fcc-aba7-b515aeb87e39] Socket close event received\n2025-08-01 01:07:08.440 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63057 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:08:08.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:08:08.388 [info] [command][866ab438-a7ce-4484-958a-e372449c2075] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""866ab438-a7ce-4484-958a-e372449c2075""}\n2025-08-01 01:08:08.389 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][06679f1c-7a5a-4929-a296-b331ea2c8e44] received connection request\n2025-08-01 01:08:08.389 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:08:08.441 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06679f1c-7a5a-4929-a296-b331ea2c8e44] socks forwarding established\n2025-08-01 01:08:08.486 [info] [command][866ab438-a7ce-4484-958a-e372449c2075] Process exited with code 0\n2025-08-01 01:08:08.486 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][06679f1c-7a5a-4929-a296-b331ea2c8e44] socks connection closed\n2025-08-01 01:08:08.486 [info] [command][866ab438-a7ce-4484-958a-e372449c2075] Socket close event received\n2025-08-01 01:08:08.525 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63086 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:09:08.492 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:09:08.494 [info] [command][987a603a-5cc8-4b81-9f7d-b36549ae40cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""987a603a-5cc8-4b81-9f7d-b36549ae40cf""}\n2025-08-01 01:09:08.495 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][69c985fe-3ac3-4255-a3d2-b066fcdae19c] received connection request\n2025-08-01 01:09:08.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:09:08.541 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69c985fe-3ac3-4255-a3d2-b066fcdae19c] socks forwarding established\n2025-08-01 01:09:08.585 [info] [command][987a603a-5cc8-4b81-9f7d-b36549ae40cf] Process exited with code 0\n2025-08-01 01:09:08.585 [info] [command][987a603a-5cc8-4b81-9f7d-b36549ae40cf] Socket close event received\n2025-08-01 01:09:08.585 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][69c985fe-3ac3-4255-a3d2-b066fcdae19c] socks connection closed\n2025-08-01 01:09:08.624 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63105 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:10:08.593 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:10:08.595 [info] [command][671f6005-3052-4af2-a0ce-694e7fd037f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""671f6005-3052-4af2-a0ce-694e7fd037f3""}\n2025-08-01 01:10:08.595 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e42bc4db-d617-4705-b1c4-7b60f661456f] received connection request\n2025-08-01 01:10:08.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:10:08.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e42bc4db-d617-4705-b1c4-7b60f661456f] socks forwarding established\n2025-08-01 01:10:08.687 [info] [command][671f6005-3052-4af2-a0ce-694e7fd037f3] Process exited with code 0\n2025-08-01 01:10:08.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e42bc4db-d617-4705-b1c4-7b60f661456f] socks connection closed\n2025-08-01 01:10:08.688 [info] [command][671f6005-3052-4af2-a0ce-694e7fd037f3] Socket close event received\n2025-08-01 01:10:08.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63139 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:11:08.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:11:08.690 [info] [command][8f6a443f-1003-4281-8d57-b554f20cfaa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f6a443f-1003-4281-8d57-b554f20cfaa1""}\n2025-08-01 01:11:08.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c36e0d1c-9710-4e38-bdc6-7dbc850d8ade] received connection request\n2025-08-01 01:11:08.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:11:08.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c36e0d1c-9710-4e38-bdc6-7dbc850d8ade] socks forwarding established\n2025-08-01 01:11:08.780 [info] [command][8f6a443f-1003-4281-8d57-b554f20cfaa1] Process exited with code 0\n2025-08-01 01:11:08.780 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c36e0d1c-9710-4e38-bdc6-7dbc850d8ade] socks connection closed\n2025-08-01 01:11:08.780 [info] [command][8f6a443f-1003-4281-8d57-b554f20cfaa1] Socket close event received\n2025-08-01 01:11:08.821 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63153 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:12:08.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:12:08.786 [info] [command][7377a5ee-0b0a-4233-b7bc-9469cec25212] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7377a5ee-0b0a-4233-b7bc-9469cec25212""}\n2025-08-01 01:12:08.787 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eec4fa66-45cc-4ccf-ae0a-f5da1ac97ad1] received connection request\n2025-08-01 01:12:08.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:12:08.830 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eec4fa66-45cc-4ccf-ae0a-f5da1ac97ad1] socks forwarding established\n2025-08-01 01:12:08.875 [info] [command][7377a5ee-0b0a-4233-b7bc-9469cec25212] Process exited with code 0\n2025-08-01 01:12:08.875 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eec4fa66-45cc-4ccf-ae0a-f5da1ac97ad1] socks connection closed\n2025-08-01 01:12:08.875 [info] [command][7377a5ee-0b0a-4233-b7bc-9469cec25212] Socket close event received\n2025-08-01 01:12:08.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63191 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:13:08.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:13:08.882 [info] [command][46a793b8-6dd8-4aea-8159-bbca5e25ef03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""46a793b8-6dd8-4aea-8159-bbca5e25ef03""}\n2025-08-01 01:13:08.882 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5a543875-8723-4e43-89ab-66b16c5a5bc0] received connection request\n2025-08-01 01:13:08.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:13:08.932 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a543875-8723-4e43-89ab-66b16c5a5bc0] socks forwarding established\n2025-08-01 01:13:08.977 [info] [command][46a793b8-6dd8-4aea-8159-bbca5e25ef03] Process exited with code 0\n2025-08-01 01:13:08.977 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a543875-8723-4e43-89ab-66b16c5a5bc0] socks connection closed\n2025-08-01 01:13:08.977 [info] [command][46a793b8-6dd8-4aea-8159-bbca5e25ef03] Socket close event received\n2025-08-01 01:13:09.017 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63221 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:14:08.981 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:14:08.983 [info] [command][d35005d1-8573-414c-9be3-6401d80d02a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d35005d1-8573-414c-9be3-6401d80d02a2""}\n2025-08-01 01:14:08.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][984ba4d2-4847-4b4d-9b62-513f9e916fc9] received connection request\n2025-08-01 01:14:08.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:14:09.031 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984ba4d2-4847-4b4d-9b62-513f9e916fc9] socks forwarding established\n2025-08-01 01:14:09.077 [info] [command][d35005d1-8573-414c-9be3-6401d80d02a2] Process exited with code 0\n2025-08-01 01:14:09.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984ba4d2-4847-4b4d-9b62-513f9e916fc9] socks connection closed\n2025-08-01 01:14:09.077 [info] [command][d35005d1-8573-414c-9be3-6401d80d02a2] Socket close event received\n2025-08-01 01:14:09.118 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63238 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:15:09.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:15:09.079 [info] [command][b442c77b-9411-4167-98eb-1c48e3cb9e6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b442c77b-9411-4167-98eb-1c48e3cb9e6e""}\n2025-08-01 01:15:09.080 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1f1f0c4-f746-45bd-8266-676635b33993] received connection request\n2025-08-01 01:15:09.081 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:15:09.123 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1f1f0c4-f746-45bd-8266-676635b33993] socks forwarding established\n2025-08-01 01:15:09.170 [info] [command][b442c77b-9411-4167-98eb-1c48e3cb9e6e] Process exited with code 0\n2025-08-01 01:15:09.170 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1f1f0c4-f746-45bd-8266-676635b33993] socks connection closed\n2025-08-01 01:15:09.170 [info] [command][b442c77b-9411-4167-98eb-1c48e3cb9e6e] Socket close event received\n2025-08-01 01:15:09.210 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63254 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:16:09.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:16:09.179 [info] [command][0c0db1db-a349-4d4d-b916-62e43210144b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0c0db1db-a349-4d4d-b916-62e43210144b""}\n2025-08-01 01:16:09.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][30f1280d-9de1-44b6-af01-b15aad5b2e71] received connection request\n2025-08-01 01:16:09.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:16:09.224 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30f1280d-9de1-44b6-af01-b15aad5b2e71] socks forwarding established\n2025-08-01 01:16:09.270 [info] [command][0c0db1db-a349-4d4d-b916-62e43210144b] Process exited with code 0\n2025-08-01 01:16:09.270 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][30f1280d-9de1-44b6-af01-b15aad5b2e71] socks connection closed\n2025-08-01 01:16:09.270 [info] [command][0c0db1db-a349-4d4d-b916-62e43210144b] Socket close event received\n2025-08-01 01:16:09.314 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63270 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:17:09.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:17:09.274 [info] [command][d6a510b0-e959-476a-8159-2898206e136b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d6a510b0-e959-476a-8159-2898206e136b""}\n2025-08-01 01:17:09.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c71869d9-5ceb-47d3-afa4-c1ded01ce03c] received connection request\n2025-08-01 01:17:09.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:17:09.317 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c71869d9-5ceb-47d3-afa4-c1ded01ce03c] socks forwarding established\n2025-08-01 01:17:09.361 [info] [command][d6a510b0-e959-476a-8159-2898206e136b] Process exited with code 0\n2025-08-01 01:17:09.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c71869d9-5ceb-47d3-afa4-c1ded01ce03c] socks connection closed\n2025-08-01 01:17:09.362 [info] [command][d6a510b0-e959-476a-8159-2898206e136b] Socket close event received\n2025-08-01 01:17:09.402 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63299 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:18:09.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:18:09.372 [info] [command][ee383789-663e-42d4-ae4b-8ffa83c70036] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ee383789-663e-42d4-ae4b-8ffa83c70036""}\n2025-08-01 01:18:09.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][70649bee-ad6a-4910-8f95-c7e5032bba7d] received connection request\n2025-08-01 01:18:09.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:18:09.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][70649bee-ad6a-4910-8f95-c7e5032bba7d] socks forwarding established\n2025-08-01 01:18:09.462 [info] [command][ee383789-663e-42d4-ae4b-8ffa83c70036] Process exited with code 0\n2025-08-01 01:18:09.463 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][70649bee-ad6a-4910-8f95-c7e5032bba7d] socks connection closed\n2025-08-01 01:18:09.463 [info] [command][ee383789-663e-42d4-ae4b-8ffa83c70036] Socket close event received\n2025-08-01 01:18:09.504 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63331 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:19:09.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:19:09.472 [info] [command][450bda9f-5c0e-4373-a9b7-89aad282595b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""450bda9f-5c0e-4373-a9b7-89aad282595b""}\n2025-08-01 01:19:09.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eff0a157-b43c-460c-909d-cfe789efe069] received connection request\n2025-08-01 01:19:09.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:19:09.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eff0a157-b43c-460c-909d-cfe789efe069] socks forwarding established\n2025-08-01 01:19:09.563 [info] [command][450bda9f-5c0e-4373-a9b7-89aad282595b] Process exited with code 0\n2025-08-01 01:19:09.564 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eff0a157-b43c-460c-909d-cfe789efe069] socks connection closed\n2025-08-01 01:19:09.564 [info] [command][450bda9f-5c0e-4373-a9b7-89aad282595b] Socket close event received\n2025-08-01 01:19:09.603 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63348 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:20:09.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:20:09.569 [info] [command][e52828ad-29cf-4d6d-8868-829a65ebf9eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e52828ad-29cf-4d6d-8868-829a65ebf9eb""}\n2025-08-01 01:20:09.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d1bd0add-dc8e-4b06-904e-b2e88b22700a] received connection request\n2025-08-01 01:20:09.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:20:09.613 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1bd0add-dc8e-4b06-904e-b2e88b22700a] socks forwarding established\n2025-08-01 01:20:09.660 [info] [command][e52828ad-29cf-4d6d-8868-829a65ebf9eb] Process exited with code 0\n2025-08-01 01:20:09.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1bd0add-dc8e-4b06-904e-b2e88b22700a] socks connection closed\n2025-08-01 01:20:09.660 [info] [command][e52828ad-29cf-4d6d-8868-829a65ebf9eb] Socket close event received\n2025-08-01 01:20:09.702 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63362 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:21:09.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:21:09.666 [info] [command][bd6dec5c-b993-4b5c-8277-b3919c20fe0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bd6dec5c-b993-4b5c-8277-b3919c20fe0c""}\n2025-08-01 01:21:09.666 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cf8c2740-f093-47b8-becd-1036b48e411e] received connection request\n2025-08-01 01:21:09.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:21:09.716 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf8c2740-f093-47b8-becd-1036b48e411e] socks forwarding established\n2025-08-01 01:21:09.762 [info] [command][bd6dec5c-b993-4b5c-8277-b3919c20fe0c] Process exited with code 0\n2025-08-01 01:21:09.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf8c2740-f093-47b8-becd-1036b48e411e] socks connection closed\n2025-08-01 01:21:09.762 [info] [command][bd6dec5c-b993-4b5c-8277-b3919c20fe0c] Socket close event received\n2025-08-01 01:21:09.804 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63380 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:22:09.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:22:09.769 [info] [command][0f989f60-c20e-4525-b600-7f120a4d8a9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0f989f60-c20e-4525-b600-7f120a4d8a9f""}\n2025-08-01 01:22:09.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fdbccb1d-06c0-49f1-a16d-2efe41bfca57] received connection request\n2025-08-01 01:22:09.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:22:09.820 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fdbccb1d-06c0-49f1-a16d-2efe41bfca57] socks forwarding established\n2025-08-01 01:22:09.865 [info] [command][0f989f60-c20e-4525-b600-7f120a4d8a9f] Process exited with code 0\n2025-08-01 01:22:09.865 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fdbccb1d-06c0-49f1-a16d-2efe41bfca57] socks connection closed\n2025-08-01 01:22:09.865 [info] [command][0f989f60-c20e-4525-b600-7f120a4d8a9f] Socket close event received\n2025-08-01 01:22:09.906 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63429 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:23:09.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:23:09.873 [info] [command][fe3369d6-0543-4e4d-b3e3-b01c91b1c59f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fe3369d6-0543-4e4d-b3e3-b01c91b1c59f""}\n2025-08-01 01:23:09.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f7abcb4a-a68d-48c2-8aae-c208d0dff150] received connection request\n2025-08-01 01:23:09.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:23:09.919 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7abcb4a-a68d-48c2-8aae-c208d0dff150] socks forwarding established\n2025-08-01 01:23:09.964 [info] [command][fe3369d6-0543-4e4d-b3e3-b01c91b1c59f] Process exited with code 0\n2025-08-01 01:23:09.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7abcb4a-a68d-48c2-8aae-c208d0dff150] socks connection closed\n2025-08-01 01:23:09.965 [info] [command][fe3369d6-0543-4e4d-b3e3-b01c91b1c59f] Socket close event received\n2025-08-01 01:23:10.005 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63460 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:24:09.966 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:24:09.966 [info] [command][c2dd839c-d17d-46b8-a3b3-7677391c0a41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c2dd839c-d17d-46b8-a3b3-7677391c0a41""}\n2025-08-01 01:24:09.966 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ba023b3e-b233-422f-9edc-3407d39de613] received connection request\n2025-08-01 01:24:09.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:24:10.014 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba023b3e-b233-422f-9edc-3407d39de613] socks forwarding established\n2025-08-01 01:24:10.059 [info] [command][c2dd839c-d17d-46b8-a3b3-7677391c0a41] Process exited with code 0\n2025-08-01 01:24:10.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba023b3e-b233-422f-9edc-3407d39de613] socks connection closed\n2025-08-01 01:24:10.060 [info] [command][c2dd839c-d17d-46b8-a3b3-7677391c0a41] Socket close event received\n2025-08-01 01:24:10.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63477 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:25:10.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:25:10.070 [info] [command][b116567f-317b-4b52-9fa0-520a2ed77339] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b116567f-317b-4b52-9fa0-520a2ed77339""}\n2025-08-01 01:25:10.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1e37d3db-71b7-4743-8142-bade1ea79684] received connection request\n2025-08-01 01:25:10.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:25:10.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1e37d3db-71b7-4743-8142-bade1ea79684] socks forwarding established\n2025-08-01 01:25:10.227 [info] [command][b116567f-317b-4b52-9fa0-520a2ed77339] Process exited with code 0\n2025-08-01 01:25:10.228 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1e37d3db-71b7-4743-8142-bade1ea79684] socks connection closed\n2025-08-01 01:25:10.228 [info] [command][b116567f-317b-4b52-9fa0-520a2ed77339] Socket close event received\n2025-08-01 01:25:10.268 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63497 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:26:10.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:26:10.238 [info] [command][1b344bfa-f917-45e0-877d-03429a347b5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b344bfa-f917-45e0-877d-03429a347b5e""}\n2025-08-01 01:26:10.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fa8c874c-c942-44d0-8854-36df52ad44b5] received connection request\n2025-08-01 01:26:10.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 01:26:10.239 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:26:10.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa8c874c-c942-44d0-8854-36df52ad44b5] socks forwarding established\n2025-08-01 01:26:10.330 [info] [command][1b344bfa-f917-45e0-877d-03429a347b5e] Process exited with code 0\n2025-08-01 01:26:10.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fa8c874c-c942-44d0-8854-36df52ad44b5] socks connection closed\n2025-08-01 01:26:10.331 [info] [command][1b344bfa-f917-45e0-877d-03429a347b5e] Socket close event received\n2025-08-01 01:26:10.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63515 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:27:10.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:27:10.338 [info] [command][3f93a764-5e90-40a6-9124-61025f60e6d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3f93a764-5e90-40a6-9124-61025f60e6d6""}\n2025-08-01 01:27:10.338 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][82578560-de7b-4a5c-8117-b7df48eb1830] received connection request\n2025-08-01 01:27:10.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:27:10.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82578560-de7b-4a5c-8117-b7df48eb1830] socks forwarding established\n2025-08-01 01:27:10.704 [info] [command][3f93a764-5e90-40a6-9124-61025f60e6d6] Process exited with code 0\n2025-08-01 01:27:10.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82578560-de7b-4a5c-8117-b7df48eb1830] socks connection closed\n2025-08-01 01:27:10.705 [info] [command][3f93a764-5e90-40a6-9124-61025f60e6d6] Socket close event received\n2025-08-01 01:27:10.744 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63547 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:28:10.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:28:10.714 [info] [command][61aeb32e-abd6-4943-9834-684b22ba0517] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""61aeb32e-abd6-4943-9834-684b22ba0517""}\n2025-08-01 01:28:10.714 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cfa7c94c-8232-4a87-8a2d-383743d3139d] received connection request\n2025-08-01 01:28:10.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:28:10.757 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfa7c94c-8232-4a87-8a2d-383743d3139d] socks forwarding established\n2025-08-01 01:28:10.803 [info] [command][61aeb32e-abd6-4943-9834-684b22ba0517] Process exited with code 0\n2025-08-01 01:28:10.804 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfa7c94c-8232-4a87-8a2d-383743d3139d] socks connection closed\n2025-08-01 01:28:10.804 [info] [command][61aeb32e-abd6-4943-9834-684b22ba0517] Socket close event received\n2025-08-01 01:28:10.843 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63581 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:29:10.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:29:10.812 [info] [command][c0deb70e-8a65-4a30-aa59-18031721b0bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c0deb70e-8a65-4a30-aa59-18031721b0bc""}\n2025-08-01 01:29:10.813 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a745e2e6-93f6-440f-962f-f95c1ed57900] received connection request\n2025-08-01 01:29:10.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:29:10.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a745e2e6-93f6-440f-962f-f95c1ed57900] socks forwarding established\n2025-08-01 01:29:10.902 [info] [command][c0deb70e-8a65-4a30-aa59-18031721b0bc] Process exited with code 0\n2025-08-01 01:29:10.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a745e2e6-93f6-440f-962f-f95c1ed57900] socks connection closed\n2025-08-01 01:29:10.902 [info] [command][c0deb70e-8a65-4a30-aa59-18031721b0bc] Socket close event received\n2025-08-01 01:29:10.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63617 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:30:10.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:30:10.914 [info] [command][344658fb-6fc5-499f-8ede-336e88ed1d13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""344658fb-6fc5-499f-8ede-336e88ed1d13""}\n2025-08-01 01:30:10.914 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][27031d4a-2717-4a23-907b-8572b025fc61] received connection request\n2025-08-01 01:30:10.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:30:11.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27031d4a-2717-4a23-907b-8572b025fc61] socks forwarding established\n2025-08-01 01:30:11.143 [info] [command][344658fb-6fc5-499f-8ede-336e88ed1d13] Process exited with code 0\n2025-08-01 01:30:11.144 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][27031d4a-2717-4a23-907b-8572b025fc61] socks connection closed\n2025-08-01 01:30:11.144 [info] [command][344658fb-6fc5-499f-8ede-336e88ed1d13] Socket close event received\n2025-08-01 01:30:11.187 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63635 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:31:11.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:31:11.153 [info] [command][58c17086-eb30-4190-9bb7-8a321b89c8ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""58c17086-eb30-4190-9bb7-8a321b89c8ab""}\n2025-08-01 01:31:11.154 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][64b29541-5ac4-49cb-833e-1d108982b490] received connection request\n2025-08-01 01:31:11.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:31:11.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][64b29541-5ac4-49cb-833e-1d108982b490] socks forwarding established\n2025-08-01 01:31:11.251 [info] [command][58c17086-eb30-4190-9bb7-8a321b89c8ab] Process exited with code 0\n2025-08-01 01:31:11.252 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][64b29541-5ac4-49cb-833e-1d108982b490] socks connection closed\n2025-08-01 01:31:11.252 [info] [command][58c17086-eb30-4190-9bb7-8a321b89c8ab] Socket close event received\n2025-08-01 01:31:11.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63667 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:32:11.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:32:11.254 [info] [command][8408a617-6c06-4aab-8188-789a8b5cb931] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8408a617-6c06-4aab-8188-789a8b5cb931""}\n2025-08-01 01:32:11.255 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ba65ecca-031f-479f-adeb-858f6d89883b] received connection request\n2025-08-01 01:32:11.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:32:11.302 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba65ecca-031f-479f-adeb-858f6d89883b] socks forwarding established\n2025-08-01 01:32:11.348 [info] [command][8408a617-6c06-4aab-8188-789a8b5cb931] Process exited with code 0\n2025-08-01 01:32:11.348 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ba65ecca-031f-479f-adeb-858f6d89883b] socks connection closed\n2025-08-01 01:32:11.348 [info] [command][8408a617-6c06-4aab-8188-789a8b5cb931] Socket close event received\n2025-08-01 01:32:11.389 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63703 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:33:11.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:33:11.355 [info] [command][1f5ddfec-f744-471c-a235-1c0aee4d4cc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f5ddfec-f744-471c-a235-1c0aee4d4cc9""}\n2025-08-01 01:33:11.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cf521903-9b2f-4621-8ed0-16f4f9f767fd] received connection request\n2025-08-01 01:33:11.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:33:11.402 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf521903-9b2f-4621-8ed0-16f4f9f767fd] socks forwarding established\n2025-08-01 01:33:11.447 [info] [command][1f5ddfec-f744-471c-a235-1c0aee4d4cc9] Process exited with code 0\n2025-08-01 01:33:11.447 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cf521903-9b2f-4621-8ed0-16f4f9f767fd] socks connection closed\n2025-08-01 01:33:11.447 [info] [command][1f5ddfec-f744-471c-a235-1c0aee4d4cc9] Socket close event received\n2025-08-01 01:33:11.486 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63733 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:34:11.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:34:11.459 [info] [command][a358146a-9d7f-473b-ad4b-fc25e76b1be9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a358146a-9d7f-473b-ad4b-fc25e76b1be9""}\n2025-08-01 01:34:11.460 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][af5ab51f-2604-47e2-a51f-29bb10e5fbd3] received connection request\n2025-08-01 01:34:11.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:34:11.574 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af5ab51f-2604-47e2-a51f-29bb10e5fbd3] socks forwarding established\n2025-08-01 01:34:11.620 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][af5ab51f-2604-47e2-a51f-29bb10e5fbd3] socks connection closed\n2025-08-01 01:34:11.620 [info] [command][a358146a-9d7f-473b-ad4b-fc25e76b1be9] Process exited with code 0\n2025-08-01 01:34:11.621 [info] [command][a358146a-9d7f-473b-ad4b-fc25e76b1be9] Socket close event received\n2025-08-01 01:34:11.660 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63752 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:35:11.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:35:11.630 [info] [command][a6f9090a-4ab5-493f-ad42-0f8bc6df916e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a6f9090a-4ab5-493f-ad42-0f8bc6df916e""}\n2025-08-01 01:35:11.631 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][22e28fff-bd64-4434-bc46-ae3e431204ab] received connection request\n2025-08-01 01:35:11.632 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:35:11.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22e28fff-bd64-4434-bc46-ae3e431204ab] socks forwarding established\n2025-08-01 01:35:11.948 [info] [command][a6f9090a-4ab5-493f-ad42-0f8bc6df916e] Process exited with code 0\n2025-08-01 01:35:11.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22e28fff-bd64-4434-bc46-ae3e431204ab] socks connection closed\n2025-08-01 01:35:11.948 [info] [command][a6f9090a-4ab5-493f-ad42-0f8bc6df916e] Socket close event received\n2025-08-01 01:35:11.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63767 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:36:11.950 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:36:11.952 [info] [command][ffe1be7e-aebb-4d10-9c14-56f446d58f94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ffe1be7e-aebb-4d10-9c14-56f446d58f94""}\n2025-08-01 01:36:11.952 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9e26c331-8a68-4675-947e-adce0ccd130d] received connection request\n2025-08-01 01:36:11.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:36:11.999 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9e26c331-8a68-4675-947e-adce0ccd130d] socks forwarding established\n2025-08-01 01:36:12.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9e26c331-8a68-4675-947e-adce0ccd130d] socks connection closed\n2025-08-01 01:36:12.045 [info] [command][ffe1be7e-aebb-4d10-9c14-56f446d58f94] Process exited with code 0\n2025-08-01 01:36:12.045 [info] [command][ffe1be7e-aebb-4d10-9c14-56f446d58f94] Socket close event received\n2025-08-01 01:36:12.083 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63786 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:37:12.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:37:12.055 [info] [command][afd2b046-a1c8-4180-909b-e7e98e3a7255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""afd2b046-a1c8-4180-909b-e7e98e3a7255""}\n2025-08-01 01:37:12.056 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][961bc1a3-acd4-4b4b-83a6-61d97f91319d] received connection request\n2025-08-01 01:37:12.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:37:12.098 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][961bc1a3-acd4-4b4b-83a6-61d97f91319d] socks forwarding established\n2025-08-01 01:37:12.144 [info] [command][afd2b046-a1c8-4180-909b-e7e98e3a7255] Process exited with code 0\n2025-08-01 01:37:12.144 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][961bc1a3-acd4-4b4b-83a6-61d97f91319d] socks connection closed\n2025-08-01 01:37:12.145 [info] [command][afd2b046-a1c8-4180-909b-e7e98e3a7255] Socket close event received\n2025-08-01 01:37:12.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63820 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:38:12.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:38:12.151 [info] [command][83eda586-28fb-40e8-9b39-cc92ecfca806] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""83eda586-28fb-40e8-9b39-cc92ecfca806""}\n2025-08-01 01:38:12.152 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6bc7c357-5590-4078-8b42-415d9c1e6f54] received connection request\n2025-08-01 01:38:12.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:38:12.195 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6bc7c357-5590-4078-8b42-415d9c1e6f54] socks forwarding established\n2025-08-01 01:38:12.242 [info] [command][83eda586-28fb-40e8-9b39-cc92ecfca806] Process exited with code 0\n2025-08-01 01:38:12.242 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6bc7c357-5590-4078-8b42-415d9c1e6f54] socks connection closed\n2025-08-01 01:38:12.242 [info] [command][83eda586-28fb-40e8-9b39-cc92ecfca806] Socket close event received\n2025-08-01 01:38:12.282 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63865 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:39:12.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:39:12.246 [info] [command][4af221e4-1b97-447d-b131-3567461622e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4af221e4-1b97-447d-b131-3567461622e4""}\n2025-08-01 01:39:12.247 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4a6ab4d7-3961-4ede-8b51-b84f647593d1] received connection request\n2025-08-01 01:39:12.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:39:12.295 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4a6ab4d7-3961-4ede-8b51-b84f647593d1] socks forwarding established\n2025-08-01 01:39:12.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4a6ab4d7-3961-4ede-8b51-b84f647593d1] socks connection closed\n2025-08-01 01:39:12.340 [info] [command][4af221e4-1b97-447d-b131-3567461622e4] Process exited with code 0\n2025-08-01 01:39:12.340 [info] [command][4af221e4-1b97-447d-b131-3567461622e4] Socket close event received\n2025-08-01 01:39:12.381 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63882 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:40:12.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:40:12.346 [info] [command][23777c2d-a31e-46d8-adae-6f9c80dec753] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""23777c2d-a31e-46d8-adae-6f9c80dec753""}\n2025-08-01 01:40:12.346 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c1688283-ab3c-41fc-b257-8220f15be8b6] received connection request\n2025-08-01 01:40:12.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:40:12.394 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1688283-ab3c-41fc-b257-8220f15be8b6] socks forwarding established\n2025-08-01 01:40:12.438 [info] [command][23777c2d-a31e-46d8-adae-6f9c80dec753] Process exited with code 0\n2025-08-01 01:40:12.439 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1688283-ab3c-41fc-b257-8220f15be8b6] socks connection closed\n2025-08-01 01:40:12.439 [info] [command][23777c2d-a31e-46d8-adae-6f9c80dec753] Socket close event received\n2025-08-01 01:40:12.479 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63900 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:41:12.449 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:41:12.450 [info] [command][eeac370d-8bd3-4d44-b379-792cb2048900] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eeac370d-8bd3-4d44-b379-792cb2048900""}\n2025-08-01 01:41:12.450 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][341abe72-389c-495a-b6bf-8801a6e383ff] received connection request\n2025-08-01 01:41:12.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:41:12.495 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][341abe72-389c-495a-b6bf-8801a6e383ff] socks forwarding established\n2025-08-01 01:41:12.550 [info] [command][eeac370d-8bd3-4d44-b379-792cb2048900] Process exited with code 0\n2025-08-01 01:41:12.551 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][341abe72-389c-495a-b6bf-8801a6e383ff] socks connection closed\n2025-08-01 01:41:12.551 [info] [command][eeac370d-8bd3-4d44-b379-792cb2048900] Socket close event received\n2025-08-01 01:41:12.592 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63921 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:42:12.552 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:42:12.554 [info] [command][7e7cb1b2-0c26-480e-b25c-2b6235505459] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7e7cb1b2-0c26-480e-b25c-2b6235505459""}\n2025-08-01 01:42:12.555 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e20cb6a2-7a3c-4a87-be2e-22492ed6f974] received connection request\n2025-08-01 01:42:12.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:42:12.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e20cb6a2-7a3c-4a87-be2e-22492ed6f974] socks forwarding established\n2025-08-01 01:42:12.651 [info] [command][7e7cb1b2-0c26-480e-b25c-2b6235505459] Process exited with code 0\n2025-08-01 01:42:12.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e20cb6a2-7a3c-4a87-be2e-22492ed6f974] socks connection closed\n2025-08-01 01:42:12.651 [info] [command][7e7cb1b2-0c26-480e-b25c-2b6235505459] Socket close event received\n2025-08-01 01:42:12.693 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63953 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:43:12.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:43:12.657 [info] [command][4cfe9d24-e78d-42f6-a177-f8f056ae027d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4cfe9d24-e78d-42f6-a177-f8f056ae027d""}\n2025-08-01 01:43:12.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dedb7e2e-3583-4e49-9cec-39a935c39eb5] received connection request\n2025-08-01 01:43:12.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:43:12.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dedb7e2e-3583-4e49-9cec-39a935c39eb5] socks forwarding established\n2025-08-01 01:43:12.750 [info] [command][4cfe9d24-e78d-42f6-a177-f8f056ae027d] Process exited with code 0\n2025-08-01 01:43:12.750 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dedb7e2e-3583-4e49-9cec-39a935c39eb5] socks connection closed\n2025-08-01 01:43:12.750 [info] [command][4cfe9d24-e78d-42f6-a177-f8f056ae027d] Socket close event received\n2025-08-01 01:43:12.827 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63981 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:44:12.760 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:44:12.762 [info] [command][aecd7e78-362d-403a-a87c-e62718311b03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aecd7e78-362d-403a-a87c-e62718311b03""}\n2025-08-01 01:44:12.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3e1fda7-d2b6-4547-b6bb-3e6e9d9e8c7a] received connection request\n2025-08-01 01:44:12.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:44:12.839 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3e1fda7-d2b6-4547-b6bb-3e6e9d9e8c7a] socks forwarding established\n2025-08-01 01:44:12.883 [info] [command][aecd7e78-362d-403a-a87c-e62718311b03] Process exited with code 0\n2025-08-01 01:44:12.883 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3e1fda7-d2b6-4547-b6bb-3e6e9d9e8c7a] socks connection closed\n2025-08-01 01:44:12.883 [info] [command][aecd7e78-362d-403a-a87c-e62718311b03] Socket close event received\n2025-08-01 01:44:12.926 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 63997 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:45:12.885 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:45:12.886 [info] [command][c9950b2d-3f8b-4d64-a727-dd57345eda39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c9950b2d-3f8b-4d64-a727-dd57345eda39""}\n2025-08-01 01:45:12.887 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][12315e23-2798-4939-b971-1fb45283a048] received connection request\n2025-08-01 01:45:12.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:45:12.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12315e23-2798-4939-b971-1fb45283a048] socks forwarding established\n2025-08-01 01:45:12.981 [info] [command][c9950b2d-3f8b-4d64-a727-dd57345eda39] Process exited with code 0\n2025-08-01 01:45:12.981 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][12315e23-2798-4939-b971-1fb45283a048] socks connection closed\n2025-08-01 01:45:12.981 [info] [command][c9950b2d-3f8b-4d64-a727-dd57345eda39] Socket close event received\n2025-08-01 01:45:13.020 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64029 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:46:12.988 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:46:12.989 [info] [command][2e2c9bf6-9693-4b30-bfd2-f29255ddb071] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2e2c9bf6-9693-4b30-bfd2-f29255ddb071""}\n2025-08-01 01:46:12.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][836de5a2-d5f3-495f-b22d-ff3a69a7ff3e] received connection request\n2025-08-01 01:46:12.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:46:13.040 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][836de5a2-d5f3-495f-b22d-ff3a69a7ff3e] socks forwarding established\n2025-08-01 01:46:13.083 [info] [command][2e2c9bf6-9693-4b30-bfd2-f29255ddb071] Process exited with code 0\n2025-08-01 01:46:13.083 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][836de5a2-d5f3-495f-b22d-ff3a69a7ff3e] socks connection closed\n2025-08-01 01:46:13.083 [info] [command][2e2c9bf6-9693-4b30-bfd2-f29255ddb071] Socket close event received\n2025-08-01 01:46:13.123 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64049 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:47:13.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:47:13.090 [info] [command][78bd4986-0e7d-4541-8b61-f2a046c86ba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""78bd4986-0e7d-4541-8b61-f2a046c86ba3""}\n2025-08-01 01:47:13.091 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][396df133-b18c-4606-8f4e-45919fd43ab6] received connection request\n2025-08-01 01:47:13.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:47:13.137 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][396df133-b18c-4606-8f4e-45919fd43ab6] socks forwarding established\n2025-08-01 01:47:13.181 [info] [command][78bd4986-0e7d-4541-8b61-f2a046c86ba3] Process exited with code 0\n2025-08-01 01:47:13.181 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][396df133-b18c-4606-8f4e-45919fd43ab6] socks connection closed\n2025-08-01 01:47:13.181 [info] [command][78bd4986-0e7d-4541-8b61-f2a046c86ba3] Socket close event received\n2025-08-01 01:47:13.222 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64087 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:48:13.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:48:13.190 [info] [command][f9c82154-68e4-45ef-b135-0787975c723f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f9c82154-68e4-45ef-b135-0787975c723f""}\n2025-08-01 01:48:13.191 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1d19bdc-0146-4fa5-81d1-abde47602b36] received connection request\n2025-08-01 01:48:13.191 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:48:13.237 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1d19bdc-0146-4fa5-81d1-abde47602b36] socks forwarding established\n2025-08-01 01:48:13.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1d19bdc-0146-4fa5-81d1-abde47602b36] socks connection closed\n2025-08-01 01:48:13.283 [info] [command][f9c82154-68e4-45ef-b135-0787975c723f] Process exited with code 0\n2025-08-01 01:48:13.283 [info] [command][f9c82154-68e4-45ef-b135-0787975c723f] Socket close event received\n2025-08-01 01:48:13.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64115 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:49:13.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:49:13.284 [info] [command][da9eb05f-2ef4-41c4-8897-b1d3f04b8728] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""da9eb05f-2ef4-41c4-8897-b1d3f04b8728""}\n2025-08-01 01:49:13.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a6bd584c-f33a-4d0b-a268-d5b5b231388c] received connection request\n2025-08-01 01:49:13.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:49:13.397 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a6bd584c-f33a-4d0b-a268-d5b5b231388c] socks forwarding established\n2025-08-01 01:49:13.440 [info] [command][da9eb05f-2ef4-41c4-8897-b1d3f04b8728] Process exited with code 0\n2025-08-01 01:49:13.440 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a6bd584c-f33a-4d0b-a268-d5b5b231388c] socks connection closed\n2025-08-01 01:49:13.440 [info] [command][da9eb05f-2ef4-41c4-8897-b1d3f04b8728] Socket close event received\n2025-08-01 01:49:13.503 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64133 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:50:13.444 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:50:13.446 [info] [command][a4bbb666-9720-4a82-ad51-6e46037a4959] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a4bbb666-9720-4a82-ad51-6e46037a4959""}\n2025-08-01 01:50:13.446 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][366e53fb-18e3-4c4c-9913-34b16bddf495] received connection request\n2025-08-01 01:50:13.447 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:50:13.492 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][366e53fb-18e3-4c4c-9913-34b16bddf495] socks forwarding established\n2025-08-01 01:50:13.540 [info] [command][a4bbb666-9720-4a82-ad51-6e46037a4959] Process exited with code 0\n2025-08-01 01:50:13.540 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][366e53fb-18e3-4c4c-9913-34b16bddf495] socks connection closed\n2025-08-01 01:50:13.540 [info] [command][a4bbb666-9720-4a82-ad51-6e46037a4959] Socket close event received\n2025-08-01 01:50:13.580 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64150 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:51:13.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:51:13.546 [info] [command][829472cf-f8e2-425e-838e-ed1ff216e106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""829472cf-f8e2-425e-838e-ed1ff216e106""}\n2025-08-01 01:51:13.547 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1d80cc8c-dfbc-4f1d-b22b-4a46bb1ccbad] received connection request\n2025-08-01 01:51:13.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:51:13.593 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d80cc8c-dfbc-4f1d-b22b-4a46bb1ccbad] socks forwarding established\n2025-08-01 01:51:13.639 [info] [command][829472cf-f8e2-425e-838e-ed1ff216e106] Process exited with code 0\n2025-08-01 01:51:13.639 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d80cc8c-dfbc-4f1d-b22b-4a46bb1ccbad] socks connection closed\n2025-08-01 01:51:13.639 [info] [command][829472cf-f8e2-425e-838e-ed1ff216e106] Socket close event received\n2025-08-01 01:51:13.679 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64167 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:52:13.645 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:52:13.646 [info] [command][e39a246d-90eb-4254-8e0f-684942e7ea1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e39a246d-90eb-4254-8e0f-684942e7ea1a""}\n2025-08-01 01:52:13.647 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c4600261-97fc-4707-8622-dfd199536cf1] received connection request\n2025-08-01 01:52:13.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:52:13.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4600261-97fc-4707-8622-dfd199536cf1] socks forwarding established\n2025-08-01 01:52:13.732 [info] [command][e39a246d-90eb-4254-8e0f-684942e7ea1a] Process exited with code 0\n2025-08-01 01:52:13.733 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4600261-97fc-4707-8622-dfd199536cf1] socks connection closed\n2025-08-01 01:52:13.733 [info] [command][e39a246d-90eb-4254-8e0f-684942e7ea1a] Socket close event received\n2025-08-01 01:52:13.773 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:53:13.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:53:13.744 [info] [command][eab3afb2-3133-468a-8b58-e487e9aa7e75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eab3afb2-3133-468a-8b58-e487e9aa7e75""}\n2025-08-01 01:53:13.744 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5aa56771-1bea-4d28-8d6e-b538bb95340c] received connection request\n2025-08-01 01:53:13.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:53:13.786 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5aa56771-1bea-4d28-8d6e-b538bb95340c] socks forwarding established\n2025-08-01 01:53:13.833 [info] [command][eab3afb2-3133-468a-8b58-e487e9aa7e75] Process exited with code 0\n2025-08-01 01:53:13.833 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5aa56771-1bea-4d28-8d6e-b538bb95340c] socks connection closed\n2025-08-01 01:53:13.833 [info] [command][eab3afb2-3133-468a-8b58-e487e9aa7e75] Socket close event received\n2025-08-01 01:53:13.928 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64241 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:54:13.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:54:13.837 [info] [command][c01239cb-28fe-401f-88a5-a7b9a508bfc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c01239cb-28fe-401f-88a5-a7b9a508bfc1""}\n2025-08-01 01:54:13.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6f8c91f3-f357-4d13-87fe-4e3c682327c1] received connection request\n2025-08-01 01:54:13.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:54:13.883 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f8c91f3-f357-4d13-87fe-4e3c682327c1] socks forwarding established\n2025-08-01 01:54:13.928 [info] [command][c01239cb-28fe-401f-88a5-a7b9a508bfc1] Process exited with code 0\n2025-08-01 01:54:13.928 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f8c91f3-f357-4d13-87fe-4e3c682327c1] socks connection closed\n2025-08-01 01:54:13.928 [info] [command][c01239cb-28fe-401f-88a5-a7b9a508bfc1] Socket close event received\n2025-08-01 01:54:13.968 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:55:13.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:55:13.939 [info] [command][aa9d2e6d-9471-41fa-871f-9e38d3b10062] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aa9d2e6d-9471-41fa-871f-9e38d3b10062""}\n2025-08-01 01:55:13.939 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ef345225-bd27-4b26-901e-ed2e358c7321] received connection request\n2025-08-01 01:55:13.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:55:13.981 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef345225-bd27-4b26-901e-ed2e358c7321] socks forwarding established\n2025-08-01 01:55:14.025 [info] [command][aa9d2e6d-9471-41fa-871f-9e38d3b10062] Process exited with code 0\n2025-08-01 01:55:14.026 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ef345225-bd27-4b26-901e-ed2e358c7321] socks connection closed\n2025-08-01 01:55:14.026 [info] [command][aa9d2e6d-9471-41fa-871f-9e38d3b10062] Socket close event received\n2025-08-01 01:55:14.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:56:14.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:56:14.035 [info] [command][7fecb6d3-e501-4151-8edb-9da47c2565ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7fecb6d3-e501-4151-8edb-9da47c2565ed""}\n2025-08-01 01:56:14.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8ff73cd5-3e46-410d-9c55-6ae7921f3cfd] received connection request\n2025-08-01 01:56:14.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:56:14.079 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ff73cd5-3e46-410d-9c55-6ae7921f3cfd] socks forwarding established\n2025-08-01 01:56:14.124 [info] [command][7fecb6d3-e501-4151-8edb-9da47c2565ed] Process exited with code 0\n2025-08-01 01:56:14.125 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ff73cd5-3e46-410d-9c55-6ae7921f3cfd] socks connection closed\n2025-08-01 01:56:14.125 [info] [command][7fecb6d3-e501-4151-8edb-9da47c2565ed] Socket close event received\n2025-08-01 01:56:14.163 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64286 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:57:14.134 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:57:14.135 [info] [command][794b5822-ed0b-4891-8718-cbada824b27a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""794b5822-ed0b-4891-8718-cbada824b27a""}\n2025-08-01 01:57:14.136 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1092c163-a861-4b52-bec9-531ee97b15ae] received connection request\n2025-08-01 01:57:14.137 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:57:14.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1092c163-a861-4b52-bec9-531ee97b15ae] socks forwarding established\n2025-08-01 01:57:14.226 [info] [command][794b5822-ed0b-4891-8718-cbada824b27a] Process exited with code 0\n2025-08-01 01:57:14.226 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1092c163-a861-4b52-bec9-531ee97b15ae] socks connection closed\n2025-08-01 01:57:14.226 [info] [command][794b5822-ed0b-4891-8718-cbada824b27a] Socket close event received\n2025-08-01 01:57:14.265 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64323 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:58:14.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:58:14.231 [info] [command][f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5""}\n2025-08-01 01:58:14.232 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1ae51432-e28a-4617-b723-5b43878bebdd] received connection request\n2025-08-01 01:58:14.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:58:14.272 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ae51432-e28a-4617-b723-5b43878bebdd] socks forwarding established\n2025-08-01 01:58:14.320 [info] [command][f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5] Process exited with code 0\n2025-08-01 01:58:14.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ae51432-e28a-4617-b723-5b43878bebdd] socks connection closed\n2025-08-01 01:58:14.320 [info] [command][f3a040b1-0cd6-4b80-bfee-d8e0b6254dd5] Socket close event received\n2025-08-01 01:58:14.361 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64354 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 01:59:14.323 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 01:59:14.325 [info] [command][809878c0-5e80-4e46-8dbd-bba3dcf27c87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""809878c0-5e80-4e46-8dbd-bba3dcf27c87""}\n2025-08-01 01:59:14.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][89e62db8-272a-48af-aaf5-78298c8bddef] received connection request\n2025-08-01 01:59:14.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 01:59:14.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89e62db8-272a-48af-aaf5-78298c8bddef] socks forwarding established\n2025-08-01 01:59:14.412 [info] [command][809878c0-5e80-4e46-8dbd-bba3dcf27c87] Process exited with code 0\n2025-08-01 01:59:14.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89e62db8-272a-48af-aaf5-78298c8bddef] socks connection closed\n2025-08-01 01:59:14.413 [info] [command][809878c0-5e80-4e46-8dbd-bba3dcf27c87] Socket close event received\n2025-08-01 01:59:14.452 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64382 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:00:14.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:00:14.416 [info] [command][db70ab3c-e136-4302-b900-697e30ee1feb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""db70ab3c-e136-4302-b900-697e30ee1feb""}\n2025-08-01 02:00:14.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][07d7fa49-6ed5-4abe-890d-dcac76f5528a] received connection request\n2025-08-01 02:00:14.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:00:14.463 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07d7fa49-6ed5-4abe-890d-dcac76f5528a] socks forwarding established\n2025-08-01 02:00:14.508 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07d7fa49-6ed5-4abe-890d-dcac76f5528a] socks connection closed\n2025-08-01 02:00:14.508 [info] [command][db70ab3c-e136-4302-b900-697e30ee1feb] Process exited with code 0\n2025-08-01 02:00:14.508 [info] [command][db70ab3c-e136-4302-b900-697e30ee1feb] Socket close event received\n2025-08-01 02:00:14.547 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64398 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:01:14.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:01:14.521 [info] [command][b06ecabd-8691-4f05-8bf5-e72e5fc23a83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b06ecabd-8691-4f05-8bf5-e72e5fc23a83""}\n2025-08-01 02:01:14.521 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2c936507-f2cc-4aa6-9d53-864ddb12d922] received connection request\n2025-08-01 02:01:14.522 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:01:14.571 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c936507-f2cc-4aa6-9d53-864ddb12d922] socks forwarding established\n2025-08-01 02:01:14.616 [info] [command][b06ecabd-8691-4f05-8bf5-e72e5fc23a83] Process exited with code 0\n2025-08-01 02:01:14.616 [info] [command][b06ecabd-8691-4f05-8bf5-e72e5fc23a83] Socket close event received\n2025-08-01 02:01:14.655 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c936507-f2cc-4aa6-9d53-864ddb12d922] socks connection closed\n2025-08-01 02:01:14.656 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64412 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:02:14.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:02:14.623 [info] [command][62656ce7-2486-47e5-96ab-212faf303deb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""62656ce7-2486-47e5-96ab-212faf303deb""}\n2025-08-01 02:02:14.623 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cbe0e623-d556-4fa9-9927-bcbb822111a7] received connection request\n2025-08-01 02:02:14.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:02:14.667 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbe0e623-d556-4fa9-9927-bcbb822111a7] socks forwarding established\n2025-08-01 02:02:14.714 [info] [command][62656ce7-2486-47e5-96ab-212faf303deb] Process exited with code 0\n2025-08-01 02:02:14.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbe0e623-d556-4fa9-9927-bcbb822111a7] socks connection closed\n2025-08-01 02:02:14.715 [info] [command][62656ce7-2486-47e5-96ab-212faf303deb] Socket close event received\n2025-08-01 02:02:14.757 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64442 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:03:14.719 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:03:14.720 [info] [command][f76c7d36-843f-4001-913c-613560616a0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f76c7d36-843f-4001-913c-613560616a0e""}\n2025-08-01 02:03:14.721 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bcfa034f-1d90-4549-a8a8-3b1591a3b892] received connection request\n2025-08-01 02:03:14.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:03:14.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bcfa034f-1d90-4549-a8a8-3b1591a3b892] socks forwarding established\n2025-08-01 02:03:15.034 [info] [command][f76c7d36-843f-4001-913c-613560616a0e] Process exited with code 0\n2025-08-01 02:03:15.034 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bcfa034f-1d90-4549-a8a8-3b1591a3b892] socks connection closed\n2025-08-01 02:03:15.034 [info] [command][f76c7d36-843f-4001-913c-613560616a0e] Socket close event received\n2025-08-01 02:03:15.074 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64470 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:04:15.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:04:15.042 [info] [command][3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7""}\n2025-08-01 02:04:15.042 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c6b9bcf-edd6-4fec-9bed-d530a78633cb] received connection request\n2025-08-01 02:04:15.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:04:15.089 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c6b9bcf-edd6-4fec-9bed-d530a78633cb] socks forwarding established\n2025-08-01 02:04:15.135 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c6b9bcf-edd6-4fec-9bed-d530a78633cb] socks connection closed\n2025-08-01 02:04:15.136 [info] [command][3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7] Process exited with code 0\n2025-08-01 02:04:15.136 [info] [command][3a32bf33-9d32-4ca3-a9c1-f6aa0d969ff7] Socket close event received\n2025-08-01 02:04:15.176 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64486 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:05:15.136 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:05:15.138 [info] [command][f19839ef-80a6-4984-b46d-0cd8d786f548] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f19839ef-80a6-4984-b46d-0cd8d786f548""}\n2025-08-01 02:05:15.138 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b1af534-1c4a-4099-8cb4-9b6e037c3f6f] received connection request\n2025-08-01 02:05:15.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:05:15.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b1af534-1c4a-4099-8cb4-9b6e037c3f6f] socks forwarding established\n2025-08-01 02:05:15.231 [info] [command][f19839ef-80a6-4984-b46d-0cd8d786f548] Process exited with code 0\n2025-08-01 02:05:15.231 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b1af534-1c4a-4099-8cb4-9b6e037c3f6f] socks connection closed\n2025-08-01 02:05:15.231 [info] [command][f19839ef-80a6-4984-b46d-0cd8d786f548] Socket close event received\n2025-08-01 02:05:15.270 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64499 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:06:15.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:06:15.241 [info] [command][69c7ab57-3939-433c-829c-ab11730879fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""69c7ab57-3939-433c-829c-ab11730879fc""}\n2025-08-01 02:06:15.242 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][627f24f6-4eee-4fb8-9aac-a1f4e5c67cf6] received connection request\n2025-08-01 02:06:15.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:06:15.284 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][627f24f6-4eee-4fb8-9aac-a1f4e5c67cf6] socks forwarding established\n2025-08-01 02:06:15.328 [info] [command][69c7ab57-3939-433c-829c-ab11730879fc] Process exited with code 0\n2025-08-01 02:06:15.328 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][627f24f6-4eee-4fb8-9aac-a1f4e5c67cf6] socks connection closed\n2025-08-01 02:06:15.328 [info] [command][69c7ab57-3939-433c-829c-ab11730879fc] Socket close event received\n2025-08-01 02:06:15.366 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64512 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:07:15.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:07:15.338 [info] [command][85554a89-04e8-4d85-bb6d-f471b9660989] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""85554a89-04e8-4d85-bb6d-f471b9660989""}\n2025-08-01 02:07:15.339 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5a6e7a39-bf65-4cec-a90e-2e711b244080] received connection request\n2025-08-01 02:07:15.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:07:15.440 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a6e7a39-bf65-4cec-a90e-2e711b244080] socks forwarding established\n2025-08-01 02:07:15.489 [info] [command][85554a89-04e8-4d85-bb6d-f471b9660989] Process exited with code 0\n2025-08-01 02:07:15.489 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5a6e7a39-bf65-4cec-a90e-2e711b244080] socks connection closed\n2025-08-01 02:07:15.490 [info] [command][85554a89-04e8-4d85-bb6d-f471b9660989] Socket close event received\n2025-08-01 02:07:15.530 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64543 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:08:15.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:08:15.500 [info] [command][cec86da1-c061-4ffa-8d81-6d4e284e8581] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cec86da1-c061-4ffa-8d81-6d4e284e8581""}\n2025-08-01 02:08:15.501 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a8858d48-2af8-4bdc-a2ba-8ea10eed82b1] received connection request\n2025-08-01 02:08:15.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:08:15.546 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8858d48-2af8-4bdc-a2ba-8ea10eed82b1] socks forwarding established\n2025-08-01 02:08:15.591 [info] [command][cec86da1-c061-4ffa-8d81-6d4e284e8581] Process exited with code 0\n2025-08-01 02:08:15.591 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8858d48-2af8-4bdc-a2ba-8ea10eed82b1] socks connection closed\n2025-08-01 02:08:15.591 [info] [command][cec86da1-c061-4ffa-8d81-6d4e284e8581] Socket close event received\n2025-08-01 02:08:15.632 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64573 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:09:15.599 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:09:15.600 [info] [command][9ff4a21d-3781-48f7-b53a-dd9cb33f443e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ff4a21d-3781-48f7-b53a-dd9cb33f443e""}\n2025-08-01 02:09:15.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d61007c-0952-482b-9a02-95a10a6f4510] received connection request\n2025-08-01 02:09:15.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:09:15.645 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d61007c-0952-482b-9a02-95a10a6f4510] socks forwarding established\n2025-08-01 02:09:15.689 [info] [command][9ff4a21d-3781-48f7-b53a-dd9cb33f443e] Process exited with code 0\n2025-08-01 02:09:15.689 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d61007c-0952-482b-9a02-95a10a6f4510] socks connection closed\n2025-08-01 02:09:15.689 [info] [command][9ff4a21d-3781-48f7-b53a-dd9cb33f443e] Socket close event received\n2025-08-01 02:09:15.729 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64593 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:10:15.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:10:15.701 [info] [command][de4d6af2-a083-4a25-b873-225c46dc6bd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""de4d6af2-a083-4a25-b873-225c46dc6bd2""}\n2025-08-01 02:10:15.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][14d5ae80-e329-405c-b21d-69d7105299b5] received connection request\n2025-08-01 02:10:15.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:10:15.749 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14d5ae80-e329-405c-b21d-69d7105299b5] socks forwarding established\n2025-08-01 02:10:15.794 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14d5ae80-e329-405c-b21d-69d7105299b5] socks connection closed\n2025-08-01 02:10:15.794 [info] [command][de4d6af2-a083-4a25-b873-225c46dc6bd2] Process exited with code 0\n2025-08-01 02:10:15.794 [info] [command][de4d6af2-a083-4a25-b873-225c46dc6bd2] Socket close event received\n2025-08-01 02:10:15.837 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64612 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:11:15.805 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:11:15.807 [info] [command][1b1e56c3-0966-4170-ab58-d7139d6fd56c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1b1e56c3-0966-4170-ab58-d7139d6fd56c""}\n2025-08-01 02:11:15.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][103b7f1a-7cc7-410c-80e5-137d37faa25f] received connection request\n2025-08-01 02:11:15.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:11:15.855 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][103b7f1a-7cc7-410c-80e5-137d37faa25f] socks forwarding established\n2025-08-01 02:11:15.899 [info] [command][1b1e56c3-0966-4170-ab58-d7139d6fd56c] Process exited with code 0\n2025-08-01 02:11:15.900 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][103b7f1a-7cc7-410c-80e5-137d37faa25f] socks connection closed\n2025-08-01 02:11:15.900 [info] [command][1b1e56c3-0966-4170-ab58-d7139d6fd56c] Socket close event received\n2025-08-01 02:11:15.940 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64624 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:12:15.909 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:12:15.911 [info] [command][b5d05877-c829-4421-a522-0d00a7d2216d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b5d05877-c829-4421-a522-0d00a7d2216d""}\n2025-08-01 02:12:15.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5738d1cc-bb0a-4a59-8c8f-c56b89cb6572] received connection request\n2025-08-01 02:12:15.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:12:15.990 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5738d1cc-bb0a-4a59-8c8f-c56b89cb6572] socks forwarding established\n2025-08-01 02:12:16.034 [info] [command][b5d05877-c829-4421-a522-0d00a7d2216d] Process exited with code 0\n2025-08-01 02:12:16.034 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5738d1cc-bb0a-4a59-8c8f-c56b89cb6572] socks connection closed\n2025-08-01 02:12:16.034 [info] [command][b5d05877-c829-4421-a522-0d00a7d2216d] Socket close event received\n2025-08-01 02:12:16.076 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64657 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:13:16.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:13:16.043 [info] [command][6ba884a8-d17c-40f0-8646-4f38714aa04e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6ba884a8-d17c-40f0-8646-4f38714aa04e""}\n2025-08-01 02:13:16.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c7819e3-ed0e-436a-9ce4-6a30a58b16c8] received connection request\n2025-08-01 02:13:16.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:13:16.086 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c7819e3-ed0e-436a-9ce4-6a30a58b16c8] socks forwarding established\n2025-08-01 02:13:16.130 [info] [command][6ba884a8-d17c-40f0-8646-4f38714aa04e] Process exited with code 0\n2025-08-01 02:13:16.130 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c7819e3-ed0e-436a-9ce4-6a30a58b16c8] socks connection closed\n2025-08-01 02:13:16.130 [info] [command][6ba884a8-d17c-40f0-8646-4f38714aa04e] Socket close event received\n2025-08-01 02:13:16.171 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64702 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:14:16.131 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:14:16.132 [info] [command][118d7b48-6dc0-4604-af55-2d95e59aee6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""118d7b48-6dc0-4604-af55-2d95e59aee6f""}\n2025-08-01 02:14:16.133 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2a7fd5bd-c2bc-4747-9abb-2e7363f951e9] received connection request\n2025-08-01 02:14:16.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:14:16.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2a7fd5bd-c2bc-4747-9abb-2e7363f951e9] socks forwarding established\n2025-08-01 02:14:16.229 [info] [command][118d7b48-6dc0-4604-af55-2d95e59aee6f] Process exited with code 0\n2025-08-01 02:14:16.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2a7fd5bd-c2bc-4747-9abb-2e7363f951e9] socks connection closed\n2025-08-01 02:14:16.229 [info] [command][118d7b48-6dc0-4604-af55-2d95e59aee6f] Socket close event received\n2025-08-01 02:14:16.271 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64718 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:15:16.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:15:16.239 [info] [command][ef474535-69cd-4b31-b41e-df48c247b43d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ef474535-69cd-4b31-b41e-df48c247b43d""}\n2025-08-01 02:15:16.240 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b30c996e-4c4f-4686-bd16-22480ce6bc89] received connection request\n2025-08-01 02:15:16.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:15:16.287 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b30c996e-4c4f-4686-bd16-22480ce6bc89] socks forwarding established\n2025-08-01 02:15:16.333 [info] [command][ef474535-69cd-4b31-b41e-df48c247b43d] Process exited with code 0\n2025-08-01 02:15:16.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b30c996e-4c4f-4686-bd16-22480ce6bc89] socks connection closed\n2025-08-01 02:15:16.334 [info] [command][ef474535-69cd-4b31-b41e-df48c247b43d] Socket close event received\n2025-08-01 02:15:16.373 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64736 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:16:16.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:16:16.344 [info] [command][515c9cef-c167-4c7c-981b-47411e9bcf64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""515c9cef-c167-4c7c-981b-47411e9bcf64""}\n2025-08-01 02:16:16.345 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33f7cd8b-cf62-4590-96cc-5959c7d432ac] received connection request\n2025-08-01 02:16:16.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:16:16.438 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33f7cd8b-cf62-4590-96cc-5959c7d432ac] socks forwarding established\n2025-08-01 02:16:16.484 [info] [command][515c9cef-c167-4c7c-981b-47411e9bcf64] Process exited with code 0\n2025-08-01 02:16:16.484 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33f7cd8b-cf62-4590-96cc-5959c7d432ac] socks connection closed\n2025-08-01 02:16:16.485 [info] [command][515c9cef-c167-4c7c-981b-47411e9bcf64] Socket close event received\n2025-08-01 02:16:16.524 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64751 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:17:16.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:17:16.495 [info] [command][eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950""}\n2025-08-01 02:17:16.496 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4d93283d-a4ce-4155-8384-e599443a19c1] received connection request\n2025-08-01 02:17:16.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:17:16.539 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d93283d-a4ce-4155-8384-e599443a19c1] socks forwarding established\n2025-08-01 02:17:16.603 [info] [command][eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950] Process exited with code 0\n2025-08-01 02:17:16.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d93283d-a4ce-4155-8384-e599443a19c1] socks connection closed\n2025-08-01 02:17:16.604 [info] [command][eb7dbf2e-8ad5-44fd-bb6f-376cf3d9d950] Socket close event received\n2025-08-01 02:17:16.646 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64784 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:18:16.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:18:16.616 [info] [command][0375b2e6-aa03-4700-a0c4-ece9e4580f26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0375b2e6-aa03-4700-a0c4-ece9e4580f26""}\n2025-08-01 02:18:16.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][add2273b-df98-497a-b73b-ec1314811729] received connection request\n2025-08-01 02:18:16.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:18:16.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][add2273b-df98-497a-b73b-ec1314811729] socks forwarding established\n2025-08-01 02:18:16.706 [info] [command][0375b2e6-aa03-4700-a0c4-ece9e4580f26] Process exited with code 0\n2025-08-01 02:18:16.706 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][add2273b-df98-497a-b73b-ec1314811729] socks connection closed\n2025-08-01 02:18:16.706 [info] [command][0375b2e6-aa03-4700-a0c4-ece9e4580f26] Socket close event received\n2025-08-01 02:18:16.750 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64812 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:19:16.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:19:16.709 [info] [command][d6fa29f4-19df-442d-86fa-9a953e68eda9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d6fa29f4-19df-442d-86fa-9a953e68eda9""}\n2025-08-01 02:19:16.709 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7e43b752-a93b-474e-9fe7-bbcc5bd8bd4a] received connection request\n2025-08-01 02:19:16.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:19:16.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e43b752-a93b-474e-9fe7-bbcc5bd8bd4a] socks forwarding established\n2025-08-01 02:19:16.806 [info] [command][d6fa29f4-19df-442d-86fa-9a953e68eda9] Process exited with code 0\n2025-08-01 02:19:16.806 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e43b752-a93b-474e-9fe7-bbcc5bd8bd4a] socks connection closed\n2025-08-01 02:19:16.806 [info] [command][d6fa29f4-19df-442d-86fa-9a953e68eda9] Socket close event received\n2025-08-01 02:19:16.846 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64826 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:20:16.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:20:16.814 [info] [command][e2090bbd-efe2-488c-8af2-409b777e8467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e2090bbd-efe2-488c-8af2-409b777e8467""}\n2025-08-01 02:20:16.815 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][59e81c7d-7e35-4bc7-ae6a-7f9578c4ad47] received connection request\n2025-08-01 02:20:16.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 02:20:16.816 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:20:16.857 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59e81c7d-7e35-4bc7-ae6a-7f9578c4ad47] socks forwarding established\n2025-08-01 02:20:16.903 [info] [command][e2090bbd-efe2-488c-8af2-409b777e8467] Process exited with code 0\n2025-08-01 02:20:16.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59e81c7d-7e35-4bc7-ae6a-7f9578c4ad47] socks connection closed\n2025-08-01 02:20:16.904 [info] [command][e2090bbd-efe2-488c-8af2-409b777e8467] Socket close event received\n2025-08-01 02:20:16.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64842 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:21:16.905 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:21:16.907 [info] [command][84371b7c-3416-4352-b150-5258cc312769] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""84371b7c-3416-4352-b150-5258cc312769""}\n2025-08-01 02:21:16.908 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][423fbf28-4a2c-49b3-851c-19a548b5554c] received connection request\n2025-08-01 02:21:16.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:21:16.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423fbf28-4a2c-49b3-851c-19a548b5554c] socks forwarding established\n2025-08-01 02:21:17.081 [info] [command][84371b7c-3416-4352-b150-5258cc312769] Process exited with code 0\n2025-08-01 02:21:17.081 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423fbf28-4a2c-49b3-851c-19a548b5554c] socks connection closed\n2025-08-01 02:21:17.081 [info] [command][84371b7c-3416-4352-b150-5258cc312769] Socket close event received\n2025-08-01 02:21:17.139 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64862 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:22:17.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:22:17.083 [info] [command][18b49bb2-728a-4674-a6bb-50de7a014d3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""18b49bb2-728a-4674-a6bb-50de7a014d3b""}\n2025-08-01 02:22:17.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3e3fed4d-0abe-4190-ac9a-3c6e3d377e76] received connection request\n2025-08-01 02:22:17.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:22:17.127 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e3fed4d-0abe-4190-ac9a-3c6e3d377e76] socks forwarding established\n2025-08-01 02:22:17.172 [info] [command][18b49bb2-728a-4674-a6bb-50de7a014d3b] Process exited with code 0\n2025-08-01 02:22:17.173 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e3fed4d-0abe-4190-ac9a-3c6e3d377e76] socks connection closed\n2025-08-01 02:22:17.173 [info] [command][18b49bb2-728a-4674-a6bb-50de7a014d3b] Socket close event received\n2025-08-01 02:22:17.216 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64896 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:23:17.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:23:17.184 [info] [command][46c7d259-6097-40ef-aab9-30713eb85c5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""46c7d259-6097-40ef-aab9-30713eb85c5a""}\n2025-08-01 02:23:17.184 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][180907e1-58ad-4d30-a4bc-e4934cbb0866] received connection request\n2025-08-01 02:23:17.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:23:17.231 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][180907e1-58ad-4d30-a4bc-e4934cbb0866] socks forwarding established\n2025-08-01 02:23:17.276 [info] [command][46c7d259-6097-40ef-aab9-30713eb85c5a] Process exited with code 0\n2025-08-01 02:23:17.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][180907e1-58ad-4d30-a4bc-e4934cbb0866] socks connection closed\n2025-08-01 02:23:17.277 [info] [command][46c7d259-6097-40ef-aab9-30713eb85c5a] Socket close event received\n2025-08-01 02:23:17.315 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64920 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:24:17.283 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:24:17.284 [info] [command][b4ba88f1-a86f-452c-aa2d-aea36cc81148] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b4ba88f1-a86f-452c-aa2d-aea36cc81148""}\n2025-08-01 02:24:17.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a09f1275-54f5-49cd-8ce5-efbfec435554] received connection request\n2025-08-01 02:24:17.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:24:17.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a09f1275-54f5-49cd-8ce5-efbfec435554] socks forwarding established\n2025-08-01 02:24:17.378 [info] [command][b4ba88f1-a86f-452c-aa2d-aea36cc81148] Process exited with code 0\n2025-08-01 02:24:17.379 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a09f1275-54f5-49cd-8ce5-efbfec435554] socks connection closed\n2025-08-01 02:24:17.379 [info] [command][b4ba88f1-a86f-452c-aa2d-aea36cc81148] Socket close event received\n2025-08-01 02:24:17.419 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:25:17.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:25:17.387 [info] [command][b5164b1c-3b39-4653-8886-8a5803ea8594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b5164b1c-3b39-4653-8886-8a5803ea8594""}\n2025-08-01 02:25:17.387 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][541215d1-80b9-47a5-b6dc-5a1e576ad7fc] received connection request\n2025-08-01 02:25:17.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:25:17.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][541215d1-80b9-47a5-b6dc-5a1e576ad7fc] socks forwarding established\n2025-08-01 02:25:17.472 [info] [command][b5164b1c-3b39-4653-8886-8a5803ea8594] Process exited with code 0\n2025-08-01 02:25:17.473 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][541215d1-80b9-47a5-b6dc-5a1e576ad7fc] socks connection closed\n2025-08-01 02:25:17.473 [info] [command][b5164b1c-3b39-4653-8886-8a5803ea8594] Socket close event received\n2025-08-01 02:25:17.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64967 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:26:17.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:26:17.481 [info] [command][3463720d-5353-4fa0-8137-a2e1e09e54d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3463720d-5353-4fa0-8137-a2e1e09e54d4""}\n2025-08-01 02:26:17.482 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1a2639f3-a340-4169-9ba0-993f73683e70] received connection request\n2025-08-01 02:26:17.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:26:17.601 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a2639f3-a340-4169-9ba0-993f73683e70] socks forwarding established\n2025-08-01 02:26:17.645 [info] [command][3463720d-5353-4fa0-8137-a2e1e09e54d4] Process exited with code 0\n2025-08-01 02:26:17.646 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a2639f3-a340-4169-9ba0-993f73683e70] socks connection closed\n2025-08-01 02:26:17.646 [info] [command][3463720d-5353-4fa0-8137-a2e1e09e54d4] Socket close event received\n2025-08-01 02:26:17.685 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 64984 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:27:17.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:27:17.652 [info] [command][39d44373-6048-4478-aa9f-d4a3f2f5802f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39d44373-6048-4478-aa9f-d4a3f2f5802f""}\n2025-08-01 02:27:17.653 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dc9a9ff3-a5e1-4835-920d-eceba9c99076] received connection request\n2025-08-01 02:27:17.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:27:17.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc9a9ff3-a5e1-4835-920d-eceba9c99076] socks forwarding established\n2025-08-01 02:27:17.741 [info] [command][39d44373-6048-4478-aa9f-d4a3f2f5802f] Process exited with code 0\n2025-08-01 02:27:17.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dc9a9ff3-a5e1-4835-920d-eceba9c99076] socks connection closed\n2025-08-01 02:27:17.741 [info] [command][39d44373-6048-4478-aa9f-d4a3f2f5802f] Socket close event received\n2025-08-01 02:27:17.781 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:28:17.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:28:17.750 [info] [command][5352951a-ffe0-4f81-abe2-581c1558a58e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5352951a-ffe0-4f81-abe2-581c1558a58e""}\n2025-08-01 02:28:17.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee96b451-120a-4d2d-a6a6-ce503717a856] received connection request\n2025-08-01 02:28:17.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:28:17.856 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee96b451-120a-4d2d-a6a6-ce503717a856] socks forwarding established\n2025-08-01 02:28:17.903 [info] [command][5352951a-ffe0-4f81-abe2-581c1558a58e] Process exited with code 0\n2025-08-01 02:28:17.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee96b451-120a-4d2d-a6a6-ce503717a856] socks connection closed\n2025-08-01 02:28:17.903 [info] [command][5352951a-ffe0-4f81-abe2-581c1558a58e] Socket close event received\n2025-08-01 02:28:17.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65057 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:29:17.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:29:17.907 [info] [command][0225e71f-12db-4bc4-bc41-3a599413a64a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0225e71f-12db-4bc4-bc41-3a599413a64a""}\n2025-08-01 02:29:17.908 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d215a96-5518-4022-aa50-acb9bab23c21] received connection request\n2025-08-01 02:29:17.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:29:17.950 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d215a96-5518-4022-aa50-acb9bab23c21] socks forwarding established\n2025-08-01 02:29:17.993 [info] [command][0225e71f-12db-4bc4-bc41-3a599413a64a] Process exited with code 0\n2025-08-01 02:29:17.993 [info] [command][0225e71f-12db-4bc4-bc41-3a599413a64a] Socket close event received\n2025-08-01 02:29:17.993 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d215a96-5518-4022-aa50-acb9bab23c21] socks connection closed\n2025-08-01 02:29:18.032 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65079 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:30:17.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:30:17.997 [info] [command][d636a75b-2f5e-4bee-b577-d2df52f9158e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d636a75b-2f5e-4bee-b577-d2df52f9158e""}\n2025-08-01 02:30:17.998 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6426b33f-6598-4cc7-ae7f-5a39e2370041] received connection request\n2025-08-01 02:30:17.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:30:18.114 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6426b33f-6598-4cc7-ae7f-5a39e2370041] socks forwarding established\n2025-08-01 02:30:18.164 [info] [command][d636a75b-2f5e-4bee-b577-d2df52f9158e] Process exited with code 0\n2025-08-01 02:30:18.164 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6426b33f-6598-4cc7-ae7f-5a39e2370041] socks connection closed\n2025-08-01 02:30:18.165 [info] [command][d636a75b-2f5e-4bee-b577-d2df52f9158e] Socket close event received\n2025-08-01 02:30:18.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65104 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:31:18.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:31:18.166 [info] [command][02e4dba5-4a66-4f00-8174-ee1ac928fb1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""02e4dba5-4a66-4f00-8174-ee1ac928fb1a""}\n2025-08-01 02:31:18.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5c9f02b3-a67f-4e3f-a113-4657dc0d404d] received connection request\n2025-08-01 02:31:18.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:31:18.427 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c9f02b3-a67f-4e3f-a113-4657dc0d404d] socks forwarding established\n2025-08-01 02:31:18.473 [info] [command][02e4dba5-4a66-4f00-8174-ee1ac928fb1a] Process exited with code 0\n2025-08-01 02:31:18.473 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5c9f02b3-a67f-4e3f-a113-4657dc0d404d] socks connection closed\n2025-08-01 02:31:18.473 [info] [command][02e4dba5-4a66-4f00-8174-ee1ac928fb1a] Socket close event received\n2025-08-01 02:31:18.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65116 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:32:18.475 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:32:18.476 [info] [command][f5c61b7f-d366-46a5-97a4-a79913f1cdeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f5c61b7f-d366-46a5-97a4-a79913f1cdeb""}\n2025-08-01 02:32:18.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33cf3977-5455-4c1f-9a9b-7ce526c83e8e] received connection request\n2025-08-01 02:32:18.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:32:18.521 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33cf3977-5455-4c1f-9a9b-7ce526c83e8e] socks forwarding established\n2025-08-01 02:32:18.566 [info] [command][f5c61b7f-d366-46a5-97a4-a79913f1cdeb] Process exited with code 0\n2025-08-01 02:32:18.566 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33cf3977-5455-4c1f-9a9b-7ce526c83e8e] socks connection closed\n2025-08-01 02:32:18.566 [info] [command][f5c61b7f-d366-46a5-97a4-a79913f1cdeb] Socket close event received\n2025-08-01 02:32:18.605 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65143 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:33:18.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:33:18.572 [info] [command][093c0ed2-5c10-4b3f-bffb-57285b1a8da6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""093c0ed2-5c10-4b3f-bffb-57285b1a8da6""}\n2025-08-01 02:33:18.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bae7fc3f-28a5-4502-bbfe-197340880282] received connection request\n2025-08-01 02:33:18.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:33:18.618 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bae7fc3f-28a5-4502-bbfe-197340880282] socks forwarding established\n2025-08-01 02:33:18.664 [info] [command][093c0ed2-5c10-4b3f-bffb-57285b1a8da6] Process exited with code 0\n2025-08-01 02:33:18.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bae7fc3f-28a5-4502-bbfe-197340880282] socks connection closed\n2025-08-01 02:33:18.665 [info] [command][093c0ed2-5c10-4b3f-bffb-57285b1a8da6] Socket close event received\n2025-08-01 02:33:18.706 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65180 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:34:18.672 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:34:18.673 [info] [command][6035858f-c291-452e-8523-7c408e5e2864] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6035858f-c291-452e-8523-7c408e5e2864""}\n2025-08-01 02:34:18.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9a0e295c-5505-4a06-9797-48141eb2b5af] received connection request\n2025-08-01 02:34:18.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:34:18.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9a0e295c-5505-4a06-9797-48141eb2b5af] socks forwarding established\n2025-08-01 02:34:18.762 [info] [command][6035858f-c291-452e-8523-7c408e5e2864] Process exited with code 0\n2025-08-01 02:34:18.762 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9a0e295c-5505-4a06-9797-48141eb2b5af] socks connection closed\n2025-08-01 02:34:18.762 [info] [command][6035858f-c291-452e-8523-7c408e5e2864] Socket close event received\n2025-08-01 02:34:18.803 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65197 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:35:18.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:35:18.770 [info] [command][5bc77a63-d002-4617-a309-59db1d4f02ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5bc77a63-d002-4617-a309-59db1d4f02ae""}\n2025-08-01 02:35:18.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][28d2c485-e728-48b5-bff6-340e99c93a32] received connection request\n2025-08-01 02:35:18.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:35:18.887 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][28d2c485-e728-48b5-bff6-340e99c93a32] socks forwarding established\n2025-08-01 02:35:18.931 [info] [command][5bc77a63-d002-4617-a309-59db1d4f02ae] Process exited with code 0\n2025-08-01 02:35:18.931 [info] [command][5bc77a63-d002-4617-a309-59db1d4f02ae] Socket close event received\n2025-08-01 02:35:18.932 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][28d2c485-e728-48b5-bff6-340e99c93a32] socks connection closed\n2025-08-01 02:35:18.972 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65213 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:36:18.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:36:18.934 [info] [command][2c850cec-9eb7-4b5f-86c1-48b7632b1dc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c850cec-9eb7-4b5f-86c1-48b7632b1dc2""}\n2025-08-01 02:36:18.935 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][46b3fd2f-d6ce-4db0-97bd-97f9fb764bc1] received connection request\n2025-08-01 02:36:18.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:36:18.979 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][46b3fd2f-d6ce-4db0-97bd-97f9fb764bc1] socks forwarding established\n2025-08-01 02:36:19.025 [info] [command][2c850cec-9eb7-4b5f-86c1-48b7632b1dc2] Process exited with code 0\n2025-08-01 02:36:19.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][46b3fd2f-d6ce-4db0-97bd-97f9fb764bc1] socks connection closed\n2025-08-01 02:36:19.025 [info] [command][2c850cec-9eb7-4b5f-86c1-48b7632b1dc2] Socket close event received\n2025-08-01 02:36:19.067 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65237 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:37:19.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:37:19.031 [info] [command][3163cd46-3f12-4bfa-8b23-3ca5ed05930f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3163cd46-3f12-4bfa-8b23-3ca5ed05930f""}\n2025-08-01 02:37:19.031 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cb742c49-1aee-44a0-97b2-4115456d8818] received connection request\n2025-08-01 02:37:19.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:37:19.073 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb742c49-1aee-44a0-97b2-4115456d8818] socks forwarding established\n2025-08-01 02:37:19.117 [info] [command][3163cd46-3f12-4bfa-8b23-3ca5ed05930f] Process exited with code 0\n2025-08-01 02:37:19.117 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb742c49-1aee-44a0-97b2-4115456d8818] socks connection closed\n2025-08-01 02:37:19.117 [info] [command][3163cd46-3f12-4bfa-8b23-3ca5ed05930f] Socket close event received\n2025-08-01 02:37:19.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65272 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:38:19.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:38:19.120 [info] [command][2a1e5469-e3b9-4eee-9870-16568cf50ceb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2a1e5469-e3b9-4eee-9870-16568cf50ceb""}\n2025-08-01 02:38:19.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9eae8b4-5fc0-4039-bfb2-90d4d4730fae] received connection request\n2025-08-01 02:38:19.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:38:19.168 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9eae8b4-5fc0-4039-bfb2-90d4d4730fae] socks forwarding established\n2025-08-01 02:38:19.211 [info] [command][2a1e5469-e3b9-4eee-9870-16568cf50ceb] Process exited with code 0\n2025-08-01 02:38:19.211 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9eae8b4-5fc0-4039-bfb2-90d4d4730fae] socks connection closed\n2025-08-01 02:38:19.212 [info] [command][2a1e5469-e3b9-4eee-9870-16568cf50ceb] Socket close event received\n2025-08-01 02:38:19.251 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65304 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:39:19.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:39:19.215 [info] [command][816a5c83-ed45-432c-bab4-f2a114e9a6c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""816a5c83-ed45-432c-bab4-f2a114e9a6c3""}\n2025-08-01 02:39:19.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][48c13ae3-5602-43b0-8ab1-94fa72318aec] received connection request\n2025-08-01 02:39:19.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:39:19.265 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48c13ae3-5602-43b0-8ab1-94fa72318aec] socks forwarding established\n2025-08-01 02:39:19.310 [info] [command][816a5c83-ed45-432c-bab4-f2a114e9a6c3] Process exited with code 0\n2025-08-01 02:39:19.310 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48c13ae3-5602-43b0-8ab1-94fa72318aec] socks connection closed\n2025-08-01 02:39:19.310 [info] [command][816a5c83-ed45-432c-bab4-f2a114e9a6c3] Socket close event received\n2025-08-01 02:39:19.350 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65325 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:40:19.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:40:19.323 [info] [command][659d7dcc-917b-4757-97fb-0b3cc37c0cd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""659d7dcc-917b-4757-97fb-0b3cc37c0cd5""}\n2025-08-01 02:40:19.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6ad15946-2242-4436-a2dc-232ce0fe63b5] received connection request\n2025-08-01 02:40:19.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:40:19.371 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ad15946-2242-4436-a2dc-232ce0fe63b5] socks forwarding established\n2025-08-01 02:40:19.563 [info] [command][659d7dcc-917b-4757-97fb-0b3cc37c0cd5] Process exited with code 0\n2025-08-01 02:40:19.563 [info] [command][659d7dcc-917b-4757-97fb-0b3cc37c0cd5] Socket close event received\n2025-08-01 02:40:19.564 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6ad15946-2242-4436-a2dc-232ce0fe63b5] socks connection closed\n2025-08-01 02:40:19.606 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:41:19.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:41:19.573 [info] [command][deac2993-3293-4242-b634-55c29432762d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""deac2993-3293-4242-b634-55c29432762d""}\n2025-08-01 02:41:19.574 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6f810df9-1f5e-482c-90d5-525026bd0878] received connection request\n2025-08-01 02:41:19.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:41:19.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f810df9-1f5e-482c-90d5-525026bd0878] socks forwarding established\n2025-08-01 02:41:19.663 [info] [command][deac2993-3293-4242-b634-55c29432762d] Process exited with code 0\n2025-08-01 02:41:19.664 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f810df9-1f5e-482c-90d5-525026bd0878] socks connection closed\n2025-08-01 02:41:19.664 [info] [command][deac2993-3293-4242-b634-55c29432762d] Socket close event received\n2025-08-01 02:41:19.703 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65360 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:42:19.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:42:19.670 [info] [command][0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b""}\n2025-08-01 02:42:19.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4fc6af5a-2227-478f-9aa4-c16b527706e9] received connection request\n2025-08-01 02:42:19.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:42:19.718 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4fc6af5a-2227-478f-9aa4-c16b527706e9] socks forwarding established\n2025-08-01 02:42:19.765 [info] [command][0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b] Process exited with code 0\n2025-08-01 02:42:19.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4fc6af5a-2227-478f-9aa4-c16b527706e9] socks connection closed\n2025-08-01 02:42:19.766 [info] [command][0c42fb6c-bfb0-4c6a-b49e-4d680921ff8b] Socket close event received\n2025-08-01 02:42:19.807 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65390 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:43:19.770 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:43:19.772 [info] [command][a01fa096-24f0-4989-9671-6da7318eddbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a01fa096-24f0-4989-9671-6da7318eddbf""}\n2025-08-01 02:43:19.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][35da1c4d-60ce-4d06-825e-77a481925674] received connection request\n2025-08-01 02:43:19.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:43:19.815 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35da1c4d-60ce-4d06-825e-77a481925674] socks forwarding established\n2025-08-01 02:43:19.860 [info] [command][a01fa096-24f0-4989-9671-6da7318eddbf] Process exited with code 0\n2025-08-01 02:43:19.861 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35da1c4d-60ce-4d06-825e-77a481925674] socks connection closed\n2025-08-01 02:43:19.861 [info] [command][a01fa096-24f0-4989-9671-6da7318eddbf] Socket close event received\n2025-08-01 02:43:19.950 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65414 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:44:19.865 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:44:19.867 [info] [command][b7bcf698-32d2-4bb9-a2dc-8e2680271659] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7bcf698-32d2-4bb9-a2dc-8e2680271659""}\n2025-08-01 02:44:19.868 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][476224fe-c8c0-4e06-9acb-6af5baaee52d] received connection request\n2025-08-01 02:44:19.868 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:44:19.992 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476224fe-c8c0-4e06-9acb-6af5baaee52d] socks forwarding established\n2025-08-01 02:44:20.077 [info] [command][b7bcf698-32d2-4bb9-a2dc-8e2680271659] Process exited with code 0\n2025-08-01 02:44:20.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][476224fe-c8c0-4e06-9acb-6af5baaee52d] socks connection closed\n2025-08-01 02:44:20.077 [info] [command][b7bcf698-32d2-4bb9-a2dc-8e2680271659] Socket close event received\n2025-08-01 02:44:20.224 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65433 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:45:20.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:45:20.088 [info] [command][856eed6c-3d5a-426a-a4ba-5fe7ad968671] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""856eed6c-3d5a-426a-a4ba-5fe7ad968671""}\n2025-08-01 02:45:20.088 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][57a51e0f-021f-4cd5-a085-78cefce0d778] received connection request\n2025-08-01 02:45:20.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:45:20.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][57a51e0f-021f-4cd5-a085-78cefce0d778] socks forwarding established\n2025-08-01 02:45:20.322 [info] [command][856eed6c-3d5a-426a-a4ba-5fe7ad968671] Process exited with code 0\n2025-08-01 02:45:20.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][57a51e0f-021f-4cd5-a085-78cefce0d778] socks connection closed\n2025-08-01 02:45:20.322 [info] [command][856eed6c-3d5a-426a-a4ba-5fe7ad968671] Socket close event received\n2025-08-01 02:45:20.383 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65447 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:46:20.322 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:46:20.324 [info] [command][84fa3082-f88e-4d7f-b06e-62c05c709caf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""84fa3082-f88e-4d7f-b06e-62c05c709caf""}\n2025-08-01 02:46:20.325 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d5b4f695-2e05-4b56-96ea-f858e169bb50] received connection request\n2025-08-01 02:46:20.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:46:20.370 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5b4f695-2e05-4b56-96ea-f858e169bb50] socks forwarding established\n2025-08-01 02:46:20.415 [info] [command][84fa3082-f88e-4d7f-b06e-62c05c709caf] Process exited with code 0\n2025-08-01 02:46:20.415 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d5b4f695-2e05-4b56-96ea-f858e169bb50] socks connection closed\n2025-08-01 02:46:20.415 [info] [command][84fa3082-f88e-4d7f-b06e-62c05c709caf] Socket close event received\n2025-08-01 02:46:20.462 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65461 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:47:20.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:47:20.427 [info] [command][b33a4775-461f-4cd7-95f0-59baaf1a0893] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b33a4775-461f-4cd7-95f0-59baaf1a0893""}\n2025-08-01 02:47:20.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1f1b1b3c-f3d2-4a61-8f8b-01bf93d7409d] received connection request\n2025-08-01 02:47:20.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:47:20.469 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f1b1b3c-f3d2-4a61-8f8b-01bf93d7409d] socks forwarding established\n2025-08-01 02:47:20.514 [info] [command][b33a4775-461f-4cd7-95f0-59baaf1a0893] Process exited with code 0\n2025-08-01 02:47:20.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1f1b1b3c-f3d2-4a61-8f8b-01bf93d7409d] socks connection closed\n2025-08-01 02:47:20.514 [info] [command][b33a4775-461f-4cd7-95f0-59baaf1a0893] Socket close event received\n2025-08-01 02:47:20.556 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65487 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:48:20.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:48:20.518 [info] [command][9b5cb905-1183-4f55-931e-622848b080e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9b5cb905-1183-4f55-931e-622848b080e9""}\n2025-08-01 02:48:20.519 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1cc3c232-b464-4439-9785-e9054f2df085] received connection request\n2025-08-01 02:48:20.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:48:20.563 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1cc3c232-b464-4439-9785-e9054f2df085] socks forwarding established\n2025-08-01 02:48:20.608 [info] [command][9b5cb905-1183-4f55-931e-622848b080e9] Process exited with code 0\n2025-08-01 02:48:20.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1cc3c232-b464-4439-9785-e9054f2df085] socks connection closed\n2025-08-01 02:48:20.608 [info] [command][9b5cb905-1183-4f55-931e-622848b080e9] Socket close event received\n2025-08-01 02:48:20.648 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65512 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:49:20.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:49:20.611 [info] [command][2a24a6aa-4369-4e78-ad18-9d87615414b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2a24a6aa-4369-4e78-ad18-9d87615414b8""}\n2025-08-01 02:49:20.612 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][005e3f21-43ae-4b95-a56d-c6350ebf8269] received connection request\n2025-08-01 02:49:20.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:49:20.654 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][005e3f21-43ae-4b95-a56d-c6350ebf8269] socks forwarding established\n2025-08-01 02:49:20.700 [info] [command][2a24a6aa-4369-4e78-ad18-9d87615414b8] Process exited with code 0\n2025-08-01 02:49:20.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][005e3f21-43ae-4b95-a56d-c6350ebf8269] socks connection closed\n2025-08-01 02:49:20.701 [info] [command][2a24a6aa-4369-4e78-ad18-9d87615414b8] Socket close event received\n2025-08-01 02:49:20.743 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 65531 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:50:20.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:50:20.707 [info] [command][362af661-961b-411b-bc6c-610a6d3ceeff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""362af661-961b-411b-bc6c-610a6d3ceeff""}\n2025-08-01 02:50:20.708 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][984425d9-034f-4632-9903-314b8e64a562] received connection request\n2025-08-01 02:50:20.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:50:20.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984425d9-034f-4632-9903-314b8e64a562] socks forwarding established\n2025-08-01 02:50:20.837 [info] [command][362af661-961b-411b-bc6c-610a6d3ceeff] Process exited with code 0\n2025-08-01 02:50:20.838 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][984425d9-034f-4632-9903-314b8e64a562] socks connection closed\n2025-08-01 02:50:20.838 [info] [command][362af661-961b-411b-bc6c-610a6d3ceeff] Socket close event received\n2025-08-01 02:50:20.876 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49164 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:51:20.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:51:20.848 [info] [command][0a92287d-76e9-4df1-951b-d4a195c5b04b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0a92287d-76e9-4df1-951b-d4a195c5b04b""}\n2025-08-01 02:51:20.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac2b2aa8-b9e3-4d3a-a74e-c8242f5c1c19] received connection request\n2025-08-01 02:51:20.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:51:20.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac2b2aa8-b9e3-4d3a-a74e-c8242f5c1c19] socks forwarding established\n2025-08-01 02:51:20.937 [info] [command][0a92287d-76e9-4df1-951b-d4a195c5b04b] Process exited with code 0\n2025-08-01 02:51:20.937 [info] [command][0a92287d-76e9-4df1-951b-d4a195c5b04b] Socket close event received\n2025-08-01 02:51:20.955 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac2b2aa8-b9e3-4d3a-a74e-c8242f5c1c19] socks connection closed\n2025-08-01 02:51:20.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:52:20.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:52:20.949 [info] [command][cbbb90c7-6090-4707-b5df-47e29ba4426a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cbbb90c7-6090-4707-b5df-47e29ba4426a""}\n2025-08-01 02:52:20.950 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d37e9b9c-9f8d-4267-9fa4-be4dfade16d6] received connection request\n2025-08-01 02:52:20.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:52:20.996 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d37e9b9c-9f8d-4267-9fa4-be4dfade16d6] socks forwarding established\n2025-08-01 02:52:21.041 [info] [command][cbbb90c7-6090-4707-b5df-47e29ba4426a] Process exited with code 0\n2025-08-01 02:52:21.041 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d37e9b9c-9f8d-4267-9fa4-be4dfade16d6] socks connection closed\n2025-08-01 02:52:21.041 [info] [command][cbbb90c7-6090-4707-b5df-47e29ba4426a] Socket close event received\n2025-08-01 02:52:21.079 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:53:21.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:53:21.048 [info] [command][308dbde5-097b-4568-b846-81b48ff793b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""308dbde5-097b-4568-b846-81b48ff793b3""}\n2025-08-01 02:53:21.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][09675245-8df1-4904-850e-e76cfdc2a7a4] received connection request\n2025-08-01 02:53:21.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:53:21.091 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09675245-8df1-4904-850e-e76cfdc2a7a4] socks forwarding established\n2025-08-01 02:53:21.135 [info] [command][308dbde5-097b-4568-b846-81b48ff793b3] Process exited with code 0\n2025-08-01 02:53:21.136 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09675245-8df1-4904-850e-e76cfdc2a7a4] socks connection closed\n2025-08-01 02:53:21.136 [info] [command][308dbde5-097b-4568-b846-81b48ff793b3] Socket close event received\n2025-08-01 02:53:21.177 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49268 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:54:21.145 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:54:21.148 [info] [command][74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1""}\n2025-08-01 02:54:21.149 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5b80b6ba-3dad-413b-b0b9-2ae51e3c6197] received connection request\n2025-08-01 02:54:21.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:54:21.191 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b80b6ba-3dad-413b-b0b9-2ae51e3c6197] socks forwarding established\n2025-08-01 02:54:21.236 [info] [command][74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1] Process exited with code 0\n2025-08-01 02:54:21.237 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5b80b6ba-3dad-413b-b0b9-2ae51e3c6197] socks connection closed\n2025-08-01 02:54:21.237 [info] [command][74d5ecc9-5a69-4b26-a5a6-2dd53a20e1a1] Socket close event received\n2025-08-01 02:54:21.297 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49288 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:55:21.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:55:21.240 [info] [command][825d6da1-c813-47e6-a3ba-e21b8f9600f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""825d6da1-c813-47e6-a3ba-e21b8f9600f8""}\n2025-08-01 02:55:21.240 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][252eb8d3-c326-4f14-a3c0-1bd5021b88f3] received connection request\n2025-08-01 02:55:21.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:55:21.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][252eb8d3-c326-4f14-a3c0-1bd5021b88f3] socks forwarding established\n2025-08-01 02:55:21.330 [info] [command][825d6da1-c813-47e6-a3ba-e21b8f9600f8] Process exited with code 0\n2025-08-01 02:55:21.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][252eb8d3-c326-4f14-a3c0-1bd5021b88f3] socks connection closed\n2025-08-01 02:55:21.330 [info] [command][825d6da1-c813-47e6-a3ba-e21b8f9600f8] Socket close event received\n2025-08-01 02:55:21.370 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49319 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:56:21.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:56:21.340 [info] [command][9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7""}\n2025-08-01 02:56:21.341 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b8d84e2d-d9e0-451c-ae65-d2fd7bda5d53] received connection request\n2025-08-01 02:56:21.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:56:21.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8d84e2d-d9e0-451c-ae65-d2fd7bda5d53] socks forwarding established\n2025-08-01 02:56:21.427 [info] [command][9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7] Process exited with code 0\n2025-08-01 02:56:21.428 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8d84e2d-d9e0-451c-ae65-d2fd7bda5d53] socks connection closed\n2025-08-01 02:56:21.428 [info] [command][9ccd37c4-91a0-4f92-bd08-d75ace1bcfa7] Socket close event received\n2025-08-01 02:56:21.467 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49350 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:57:21.437 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:57:21.438 [info] [command][ca7c1c52-4b46-4006-8299-4eb4e20a30a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ca7c1c52-4b46-4006-8299-4eb4e20a30a1""}\n2025-08-01 02:57:21.439 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eb408d6a-1285-40e0-8524-2c82859b0bec] received connection request\n2025-08-01 02:57:21.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:57:21.484 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb408d6a-1285-40e0-8524-2c82859b0bec] socks forwarding established\n2025-08-01 02:57:21.529 [info] [command][ca7c1c52-4b46-4006-8299-4eb4e20a30a1] Process exited with code 0\n2025-08-01 02:57:21.530 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb408d6a-1285-40e0-8524-2c82859b0bec] socks connection closed\n2025-08-01 02:57:21.530 [info] [command][ca7c1c52-4b46-4006-8299-4eb4e20a30a1] Socket close event received\n2025-08-01 02:57:21.570 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49383 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:58:21.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:58:21.537 [info] [command][7ea75280-aa0f-4a2e-92ab-10af97dee742] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7ea75280-aa0f-4a2e-92ab-10af97dee742""}\n2025-08-01 02:58:21.537 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][24eba784-9728-43fa-9620-4da32d89d90d] received connection request\n2025-08-01 02:58:21.538 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:58:21.584 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][24eba784-9728-43fa-9620-4da32d89d90d] socks forwarding established\n2025-08-01 02:58:21.629 [info] [command][7ea75280-aa0f-4a2e-92ab-10af97dee742] Process exited with code 0\n2025-08-01 02:58:21.629 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][24eba784-9728-43fa-9620-4da32d89d90d] socks connection closed\n2025-08-01 02:58:21.629 [info] [command][7ea75280-aa0f-4a2e-92ab-10af97dee742] Socket close event received\n2025-08-01 02:58:21.672 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49413 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 02:59:21.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 02:59:21.633 [info] [command][f68a0513-6da3-4c2e-a4d2-4c1961489fd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f68a0513-6da3-4c2e-a4d2-4c1961489fd3""}\n2025-08-01 02:59:21.634 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d18f37d6-1fdc-4aab-ba5f-0c568656f5c1] received connection request\n2025-08-01 02:59:21.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 02:59:21.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d18f37d6-1fdc-4aab-ba5f-0c568656f5c1] socks forwarding established\n2025-08-01 02:59:21.723 [info] [command][f68a0513-6da3-4c2e-a4d2-4c1961489fd3] Process exited with code 0\n2025-08-01 02:59:21.723 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d18f37d6-1fdc-4aab-ba5f-0c568656f5c1] socks connection closed\n2025-08-01 02:59:21.723 [info] [command][f68a0513-6da3-4c2e-a4d2-4c1961489fd3] Socket close event received\n2025-08-01 02:59:21.846 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49432 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:00:21.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:00:21.732 [info] [command][60fa3c9c-6c69-412f-8756-6a291e7b91a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""60fa3c9c-6c69-412f-8756-6a291e7b91a2""}\n2025-08-01 03:00:21.733 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9097ecd9-dc2b-4a9b-8a1e-1f5f4a48efd8] received connection request\n2025-08-01 03:00:21.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:00:21.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9097ecd9-dc2b-4a9b-8a1e-1f5f4a48efd8] socks forwarding established\n2025-08-01 03:00:21.827 [info] [command][60fa3c9c-6c69-412f-8756-6a291e7b91a2] Process exited with code 0\n2025-08-01 03:00:21.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9097ecd9-dc2b-4a9b-8a1e-1f5f4a48efd8] socks connection closed\n2025-08-01 03:00:21.827 [info] [command][60fa3c9c-6c69-412f-8756-6a291e7b91a2] Socket close event received\n2025-08-01 03:00:21.867 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49466 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:01:21.828 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:01:21.830 [info] [command][8d6b52c2-a121-4ba4-8c03-39f9a16eef66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8d6b52c2-a121-4ba4-8c03-39f9a16eef66""}\n2025-08-01 03:01:21.831 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][47a1955c-bfdf-40ae-a7bf-345ce5018bf3] received connection request\n2025-08-01 03:01:21.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:01:21.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47a1955c-bfdf-40ae-a7bf-345ce5018bf3] socks forwarding established\n2025-08-01 03:01:21.923 [info] [command][8d6b52c2-a121-4ba4-8c03-39f9a16eef66] Process exited with code 0\n2025-08-01 03:01:21.923 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47a1955c-bfdf-40ae-a7bf-345ce5018bf3] socks connection closed\n2025-08-01 03:01:21.923 [info] [command][8d6b52c2-a121-4ba4-8c03-39f9a16eef66] Socket close event received\n2025-08-01 03:01:21.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49503 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:02:21.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:02:21.931 [info] [command][ae471622-6405-4976-98fb-3b3e8b731c29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ae471622-6405-4976-98fb-3b3e8b731c29""}\n2025-08-01 03:02:21.931 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c88e3900-70f3-4096-b0ec-f06440a21854] received connection request\n2025-08-01 03:02:21.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:02:21.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c88e3900-70f3-4096-b0ec-f06440a21854] socks forwarding established\n2025-08-01 03:02:22.018 [info] [command][ae471622-6405-4976-98fb-3b3e8b731c29] Process exited with code 0\n2025-08-01 03:02:22.018 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c88e3900-70f3-4096-b0ec-f06440a21854] socks connection closed\n2025-08-01 03:02:22.019 [info] [command][ae471622-6405-4976-98fb-3b3e8b731c29] Socket close event received\n2025-08-01 03:02:22.060 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49534 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:03:22.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:03:22.021 [info] [command][0a388c1b-88e2-48e0-8296-2214d2a6842d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0a388c1b-88e2-48e0-8296-2214d2a6842d""}\n2025-08-01 03:03:22.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9720fd7-ac8d-465b-a47b-d977c6c60cf4] received connection request\n2025-08-01 03:03:22.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:03:22.070 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9720fd7-ac8d-465b-a47b-d977c6c60cf4] socks forwarding established\n2025-08-01 03:03:22.115 [info] [command][0a388c1b-88e2-48e0-8296-2214d2a6842d] Process exited with code 0\n2025-08-01 03:03:22.116 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9720fd7-ac8d-465b-a47b-d977c6c60cf4] socks connection closed\n2025-08-01 03:03:22.116 [info] [command][0a388c1b-88e2-48e0-8296-2214d2a6842d] Socket close event received\n2025-08-01 03:03:22.232 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49578 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:04:22.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:04:22.119 [info] [command][9a815691-bc39-4e89-bcca-fc62d3533dc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a815691-bc39-4e89-bcca-fc62d3533dc5""}\n2025-08-01 03:04:22.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1489c907-759d-4fd2-9a16-dbe137c51c67] received connection request\n2025-08-01 03:04:22.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:04:22.169 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1489c907-759d-4fd2-9a16-dbe137c51c67] socks forwarding established\n2025-08-01 03:04:22.215 [info] [command][9a815691-bc39-4e89-bcca-fc62d3533dc5] Process exited with code 0\n2025-08-01 03:04:22.215 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1489c907-759d-4fd2-9a16-dbe137c51c67] socks connection closed\n2025-08-01 03:04:22.215 [info] [command][9a815691-bc39-4e89-bcca-fc62d3533dc5] Socket close event received\n2025-08-01 03:04:22.258 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49596 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:05:22.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:05:22.225 [info] [command][a61f9657-fca8-4141-a7be-e07433d6d342] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a61f9657-fca8-4141-a7be-e07433d6d342""}\n2025-08-01 03:05:22.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d2e733fc-12c1-41f5-a1fa-9e250d1b4f0d] received connection request\n2025-08-01 03:05:22.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:05:22.273 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2e733fc-12c1-41f5-a1fa-9e250d1b4f0d] socks forwarding established\n2025-08-01 03:05:22.321 [info] [command][a61f9657-fca8-4141-a7be-e07433d6d342] Process exited with code 0\n2025-08-01 03:05:22.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2e733fc-12c1-41f5-a1fa-9e250d1b4f0d] socks connection closed\n2025-08-01 03:05:22.321 [info] [command][a61f9657-fca8-4141-a7be-e07433d6d342] Socket close event received\n2025-08-01 03:05:22.361 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49614 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:06:22.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:06:22.334 [info] [command][c80d9ebc-287c-4f79-afda-47d7949a3d2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c80d9ebc-287c-4f79-afda-47d7949a3d2c""}\n2025-08-01 03:06:22.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b25fe46f-1972-4ec0-9d50-7a709317e340] received connection request\n2025-08-01 03:06:22.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:06:22.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b25fe46f-1972-4ec0-9d50-7a709317e340] socks forwarding established\n2025-08-01 03:06:22.420 [info] [command][c80d9ebc-287c-4f79-afda-47d7949a3d2c] Process exited with code 0\n2025-08-01 03:06:22.420 [info] [command][c80d9ebc-287c-4f79-afda-47d7949a3d2c] Socket close event received\n2025-08-01 03:06:22.421 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b25fe46f-1972-4ec0-9d50-7a709317e340] socks connection closed\n2025-08-01 03:06:22.462 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49630 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:07:22.423 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:07:22.425 [info] [command][e46bd8d3-610e-4bbc-849a-95be6dc02576] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e46bd8d3-610e-4bbc-849a-95be6dc02576""}\n2025-08-01 03:07:22.426 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a9f049dc-06f9-4699-b273-77e817fea759] received connection request\n2025-08-01 03:07:22.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:07:22.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9f049dc-06f9-4699-b273-77e817fea759] socks forwarding established\n2025-08-01 03:07:22.515 [info] [command][e46bd8d3-610e-4bbc-849a-95be6dc02576] Process exited with code 0\n2025-08-01 03:07:22.516 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a9f049dc-06f9-4699-b273-77e817fea759] socks connection closed\n2025-08-01 03:07:22.516 [info] [command][e46bd8d3-610e-4bbc-849a-95be6dc02576] Socket close event received\n2025-08-01 03:07:22.556 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49662 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:08:22.526 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:08:22.528 [info] [command][fdde8128-2803-4ffb-98fb-21619ae24841] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fdde8128-2803-4ffb-98fb-21619ae24841""}\n2025-08-01 03:08:22.529 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][78aedbcb-2965-4576-b989-2921fdde312b] received connection request\n2025-08-01 03:08:22.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:08:22.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78aedbcb-2965-4576-b989-2921fdde312b] socks forwarding established\n2025-08-01 03:08:22.625 [info] [command][fdde8128-2803-4ffb-98fb-21619ae24841] Process exited with code 0\n2025-08-01 03:08:22.625 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78aedbcb-2965-4576-b989-2921fdde312b] socks connection closed\n2025-08-01 03:08:22.625 [info] [command][fdde8128-2803-4ffb-98fb-21619ae24841] Socket close event received\n2025-08-01 03:08:22.667 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49692 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:09:22.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:09:22.638 [info] [command][616c1323-d3f9-43d0-83a4-78f36f957d0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""616c1323-d3f9-43d0-83a4-78f36f957d0e""}\n2025-08-01 03:09:22.639 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][100a4e30-d6ea-4eb1-a8d3-653e33bdd932] received connection request\n2025-08-01 03:09:22.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:09:22.684 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][100a4e30-d6ea-4eb1-a8d3-653e33bdd932] socks forwarding established\n2025-08-01 03:09:22.729 [info] [command][616c1323-d3f9-43d0-83a4-78f36f957d0e] Process exited with code 0\n2025-08-01 03:09:22.729 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][100a4e30-d6ea-4eb1-a8d3-653e33bdd932] socks connection closed\n2025-08-01 03:09:22.729 [info] [command][616c1323-d3f9-43d0-83a4-78f36f957d0e] Socket close event received\n2025-08-01 03:09:22.768 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49721 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:10:22.739 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:10:22.741 [info] [command][9ba315b4-d65d-491c-b48c-646d33b01523] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ba315b4-d65d-491c-b48c-646d33b01523""}\n2025-08-01 03:10:22.741 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4e6af44f-739a-4288-ac51-e16ce1fc9122] received connection request\n2025-08-01 03:10:22.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:10:22.789 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e6af44f-739a-4288-ac51-e16ce1fc9122] socks forwarding established\n2025-08-01 03:10:22.833 [info] [command][9ba315b4-d65d-491c-b48c-646d33b01523] Process exited with code 0\n2025-08-01 03:10:22.834 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4e6af44f-739a-4288-ac51-e16ce1fc9122] socks connection closed\n2025-08-01 03:10:22.834 [info] [command][9ba315b4-d65d-491c-b48c-646d33b01523] Socket close event received\n2025-08-01 03:10:22.874 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49743 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:11:22.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:11:22.835 [info] [command][5fbe716b-046c-4902-86a4-dd611f9e7601] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5fbe716b-046c-4902-86a4-dd611f9e7601""}\n2025-08-01 03:11:22.836 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][26a1d70e-67ab-40c7-844d-9aec332d609c] received connection request\n2025-08-01 03:11:22.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:11:22.876 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26a1d70e-67ab-40c7-844d-9aec332d609c] socks forwarding established\n2025-08-01 03:11:22.920 [info] [command][5fbe716b-046c-4902-86a4-dd611f9e7601] Process exited with code 0\n2025-08-01 03:11:22.920 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26a1d70e-67ab-40c7-844d-9aec332d609c] socks connection closed\n2025-08-01 03:11:22.920 [info] [command][5fbe716b-046c-4902-86a4-dd611f9e7601] Socket close event received\n2025-08-01 03:11:22.963 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49767 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:12:22.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:12:22.924 [info] [command][6293cc84-7e5d-417a-bb6a-a6d50e42a0ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6293cc84-7e5d-417a-bb6a-a6d50e42a0ca""}\n2025-08-01 03:12:22.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][29cf4f1a-8cfe-44cc-9c3e-22f85e46d64a] received connection request\n2025-08-01 03:12:22.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:12:22.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29cf4f1a-8cfe-44cc-9c3e-22f85e46d64a] socks forwarding established\n2025-08-01 03:12:23.012 [info] [command][6293cc84-7e5d-417a-bb6a-a6d50e42a0ca] Process exited with code 0\n2025-08-01 03:12:23.012 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29cf4f1a-8cfe-44cc-9c3e-22f85e46d64a] socks connection closed\n2025-08-01 03:12:23.012 [info] [command][6293cc84-7e5d-417a-bb6a-a6d50e42a0ca] Socket close event received\n2025-08-01 03:12:23.052 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49819 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:13:23.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:13:23.021 [info] [command][36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c""}\n2025-08-01 03:13:23.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f8f9453d-fae5-44a4-9a90-3623b978b486] received connection request\n2025-08-01 03:13:23.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:13:23.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f8f9453d-fae5-44a4-9a90-3623b978b486] socks forwarding established\n2025-08-01 03:13:23.149 [info] [command][36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c] Process exited with code 0\n2025-08-01 03:13:23.149 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f8f9453d-fae5-44a4-9a90-3623b978b486] socks connection closed\n2025-08-01 03:13:23.149 [info] [command][36c65910-c5ee-4a50-a9d8-ca9ad6e2c56c] Socket close event received\n2025-08-01 03:13:23.193 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:14:23.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:14:23.158 [info] [command][1a4a15cf-295c-4ba0-b176-c062611959b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a4a15cf-295c-4ba0-b176-c062611959b2""}\n2025-08-01 03:14:23.159 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d9257d09-8a54-4bcb-908c-163f14e9b6de] received connection request\n2025-08-01 03:14:23.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:14:23.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9257d09-8a54-4bcb-908c-163f14e9b6de] socks forwarding established\n2025-08-01 03:14:23.261 [info] [command][1a4a15cf-295c-4ba0-b176-c062611959b2] Process exited with code 0\n2025-08-01 03:14:23.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9257d09-8a54-4bcb-908c-163f14e9b6de] socks connection closed\n2025-08-01 03:14:23.261 [info] [command][1a4a15cf-295c-4ba0-b176-c062611959b2] Socket close event received\n2025-08-01 03:14:23.361 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49888 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:15:23.270 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:15:23.273 [info] [command][7eeb981c-e97f-4f9c-909d-8490a00ab058] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7eeb981c-e97f-4f9c-909d-8490a00ab058""}\n2025-08-01 03:15:23.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][20ec42ba-f43e-42f8-8ccb-503a6cc99905] received connection request\n2025-08-01 03:15:23.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:15:23.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ec42ba-f43e-42f8-8ccb-503a6cc99905] socks forwarding established\n2025-08-01 03:15:23.367 [info] [command][7eeb981c-e97f-4f9c-909d-8490a00ab058] Process exited with code 0\n2025-08-01 03:15:23.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ec42ba-f43e-42f8-8ccb-503a6cc99905] socks connection closed\n2025-08-01 03:15:23.368 [info] [command][7eeb981c-e97f-4f9c-909d-8490a00ab058] Socket close event received\n2025-08-01 03:15:23.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49914 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:16:23.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:16:23.378 [info] [command][12453968-c827-43b3-a599-e98305fcafb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""12453968-c827-43b3-a599-e98305fcafb7""}\n2025-08-01 03:16:23.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][da428155-1c51-4995-b254-547c973f89ec] received connection request\n2025-08-01 03:16:23.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:16:23.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da428155-1c51-4995-b254-547c973f89ec] socks forwarding established\n2025-08-01 03:16:23.467 [info] [command][12453968-c827-43b3-a599-e98305fcafb7] Process exited with code 0\n2025-08-01 03:16:23.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da428155-1c51-4995-b254-547c973f89ec] socks connection closed\n2025-08-01 03:16:23.467 [info] [command][12453968-c827-43b3-a599-e98305fcafb7] Socket close event received\n2025-08-01 03:16:23.507 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49928 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:17:23.475 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:17:23.477 [info] [command][ea4b8810-c02e-45d5-ba3f-0446f5c79a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ea4b8810-c02e-45d5-ba3f-0446f5c79a30""}\n2025-08-01 03:17:23.478 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][349e899f-be70-42d7-aa35-36c7dc8553c2] received connection request\n2025-08-01 03:17:23.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:17:23.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][349e899f-be70-42d7-aa35-36c7dc8553c2] socks forwarding established\n2025-08-01 03:17:23.568 [info] [command][ea4b8810-c02e-45d5-ba3f-0446f5c79a30] Process exited with code 0\n2025-08-01 03:17:23.568 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][349e899f-be70-42d7-aa35-36c7dc8553c2] socks connection closed\n2025-08-01 03:17:23.569 [info] [command][ea4b8810-c02e-45d5-ba3f-0446f5c79a30] Socket close event received\n2025-08-01 03:17:23.609 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49957 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:18:23.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:18:23.571 [info] [command][be52b627-7d3f-4a97-9d5c-28796071af63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""be52b627-7d3f-4a97-9d5c-28796071af63""}\n2025-08-01 03:18:23.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][67e12392-8554-4e75-9f60-5ad7fb83c5e9] received connection request\n2025-08-01 03:18:23.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:18:23.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67e12392-8554-4e75-9f60-5ad7fb83c5e9] socks forwarding established\n2025-08-01 03:18:23.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67e12392-8554-4e75-9f60-5ad7fb83c5e9] socks connection closed\n2025-08-01 03:18:23.662 [info] [command][be52b627-7d3f-4a97-9d5c-28796071af63] Process exited with code 0\n2025-08-01 03:18:23.662 [info] [command][be52b627-7d3f-4a97-9d5c-28796071af63] Socket close event received\n2025-08-01 03:18:23.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 49988 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:19:23.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:19:23.669 [info] [command][7260f59c-1ba0-4ee0-983f-15c1bb1a087d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7260f59c-1ba0-4ee0-983f-15c1bb1a087d""}\n2025-08-01 03:19:23.670 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3cea5c5e-83e3-4f54-909e-1567e80d050a] received connection request\n2025-08-01 03:19:23.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:19:23.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cea5c5e-83e3-4f54-909e-1567e80d050a] socks forwarding established\n2025-08-01 03:19:23.763 [info] [command][7260f59c-1ba0-4ee0-983f-15c1bb1a087d] Process exited with code 0\n2025-08-01 03:19:23.763 [info] [command][7260f59c-1ba0-4ee0-983f-15c1bb1a087d] Socket close event received\n2025-08-01 03:19:23.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cea5c5e-83e3-4f54-909e-1567e80d050a] socks connection closed\n2025-08-01 03:19:23.805 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50013 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:20:23.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:20:23.765 [info] [command][fa530dc9-2e68-4ee9-b219-dcdfc4e15a03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fa530dc9-2e68-4ee9-b219-dcdfc4e15a03""}\n2025-08-01 03:20:23.766 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d89b950e-cadb-4b20-8e70-b4b93acbe4f4] received connection request\n2025-08-01 03:20:23.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:20:23.812 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d89b950e-cadb-4b20-8e70-b4b93acbe4f4] socks forwarding established\n2025-08-01 03:20:23.862 [info] [command][fa530dc9-2e68-4ee9-b219-dcdfc4e15a03] Process exited with code 0\n2025-08-01 03:20:23.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d89b950e-cadb-4b20-8e70-b4b93acbe4f4] socks connection closed\n2025-08-01 03:20:23.863 [info] [command][fa530dc9-2e68-4ee9-b219-dcdfc4e15a03] Socket close event received\n2025-08-01 03:20:23.903 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50033 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:21:23.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:21:23.872 [info] [command][914af498-3df9-48e0-b2cf-cf173542e12b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""914af498-3df9-48e0-b2cf-cf173542e12b""}\n2025-08-01 03:21:23.872 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][225ab206-5ee6-464e-a411-41e62461835e] received connection request\n2025-08-01 03:21:23.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:21:23.917 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][225ab206-5ee6-464e-a411-41e62461835e] socks forwarding established\n2025-08-01 03:21:23.962 [info] [command][914af498-3df9-48e0-b2cf-cf173542e12b] Process exited with code 0\n2025-08-01 03:21:23.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][225ab206-5ee6-464e-a411-41e62461835e] socks connection closed\n2025-08-01 03:21:23.963 [info] [command][914af498-3df9-48e0-b2cf-cf173542e12b] Socket close event received\n2025-08-01 03:21:24.005 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50048 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:22:23.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:22:23.964 [info] [command][d69dfca7-ac5b-4532-a287-f6dd496a8c9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d69dfca7-ac5b-4532-a287-f6dd496a8c9d""}\n2025-08-01 03:22:23.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][df59aa07-5870-4d1b-aaab-413486a9b427] received connection request\n2025-08-01 03:22:23.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:22:24.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][df59aa07-5870-4d1b-aaab-413486a9b427] socks forwarding established\n2025-08-01 03:22:24.054 [info] [command][d69dfca7-ac5b-4532-a287-f6dd496a8c9d] Process exited with code 0\n2025-08-01 03:22:24.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][df59aa07-5870-4d1b-aaab-413486a9b427] socks connection closed\n2025-08-01 03:22:24.055 [info] [command][d69dfca7-ac5b-4532-a287-f6dd496a8c9d] Socket close event received\n2025-08-01 03:22:24.095 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50076 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:23:24.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:23:24.060 [info] [command][faa7646e-2445-4132-801c-4ae26a0c36ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""faa7646e-2445-4132-801c-4ae26a0c36ca""}\n2025-08-01 03:23:24.061 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][439561bf-dfd7-4121-b09f-268dbb9441b3] received connection request\n2025-08-01 03:23:24.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:23:24.107 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][439561bf-dfd7-4121-b09f-268dbb9441b3] socks forwarding established\n2025-08-01 03:23:24.153 [info] [command][faa7646e-2445-4132-801c-4ae26a0c36ca] Process exited with code 0\n2025-08-01 03:23:24.153 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][439561bf-dfd7-4121-b09f-268dbb9441b3] socks connection closed\n2025-08-01 03:23:24.153 [info] [command][faa7646e-2445-4132-801c-4ae26a0c36ca] Socket close event received\n2025-08-01 03:23:24.192 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50105 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:24:24.154 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:24:24.155 [info] [command][8b1f5831-b2c5-4d1e-b1a1-73300a9a226d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8b1f5831-b2c5-4d1e-b1a1-73300a9a226d""}\n2025-08-01 03:24:24.156 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3a7f3f56-4509-4323-86a8-aaa07b961a09] received connection request\n2025-08-01 03:24:24.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:24:24.199 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a7f3f56-4509-4323-86a8-aaa07b961a09] socks forwarding established\n2025-08-01 03:24:24.245 [info] [command][8b1f5831-b2c5-4d1e-b1a1-73300a9a226d] Process exited with code 0\n2025-08-01 03:24:24.245 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a7f3f56-4509-4323-86a8-aaa07b961a09] socks connection closed\n2025-08-01 03:24:24.245 [info] [command][8b1f5831-b2c5-4d1e-b1a1-73300a9a226d] Socket close event received\n2025-08-01 03:24:24.286 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:25:24.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:25:24.253 [info] [command][ef0d2e61-25cc-4dbb-9e4b-7afc789b0409] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ef0d2e61-25cc-4dbb-9e4b-7afc789b0409""}\n2025-08-01 03:25:24.254 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][79c6d4dd-b75a-41f7-ba7d-fb1dae00c3d3] received connection request\n2025-08-01 03:25:24.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:25:24.300 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79c6d4dd-b75a-41f7-ba7d-fb1dae00c3d3] socks forwarding established\n2025-08-01 03:25:24.345 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][79c6d4dd-b75a-41f7-ba7d-fb1dae00c3d3] socks connection closed\n2025-08-01 03:25:24.346 [info] [command][ef0d2e61-25cc-4dbb-9e4b-7afc789b0409] Process exited with code 0\n2025-08-01 03:25:24.346 [info] [command][ef0d2e61-25cc-4dbb-9e4b-7afc789b0409] Socket close event received\n2025-08-01 03:25:24.386 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50134 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:26:24.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:26:24.357 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2f77b4b1-6f2f-4e3f-b8ad-13cb7995d3c8] received connection request\n2025-08-01 03:26:24.358 [info] [command][d02e5358-9e28-41de-8f62-61fc94499a92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d02e5358-9e28-41de-8f62-61fc94499a92""}\n2025-08-01 03:26:24.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:26:24.404 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f77b4b1-6f2f-4e3f-b8ad-13cb7995d3c8] socks forwarding established\n2025-08-01 03:26:24.449 [info] [command][d02e5358-9e28-41de-8f62-61fc94499a92] Process exited with code 0\n2025-08-01 03:26:24.450 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2f77b4b1-6f2f-4e3f-b8ad-13cb7995d3c8] socks connection closed\n2025-08-01 03:26:24.450 [info] [command][d02e5358-9e28-41de-8f62-61fc94499a92] Socket close event received\n2025-08-01 03:26:24.488 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50146 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:27:24.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:27:24.461 [info] [command][e5d8ea40-7895-4dd6-a74f-17ee28a332e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e5d8ea40-7895-4dd6-a74f-17ee28a332e3""}\n2025-08-01 03:27:24.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e00cc08a-3032-489a-9106-75ff152944c5] received connection request\n2025-08-01 03:27:24.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:27:24.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e00cc08a-3032-489a-9106-75ff152944c5] socks forwarding established\n2025-08-01 03:27:24.738 [info] [command][e5d8ea40-7895-4dd6-a74f-17ee28a332e3] Process exited with code 0\n2025-08-01 03:27:24.738 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e00cc08a-3032-489a-9106-75ff152944c5] socks connection closed\n2025-08-01 03:27:24.738 [info] [command][e5d8ea40-7895-4dd6-a74f-17ee28a332e3] Socket close event received\n2025-08-01 03:27:24.790 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50178 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:28:24.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:28:24.750 [info] [command][65dab6f8-6556-4d13-8034-155659337ec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""65dab6f8-6556-4d13-8034-155659337ec5""}\n2025-08-01 03:28:24.751 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4d957ab2-2e28-41b6-aa35-b19740244005] received connection request\n2025-08-01 03:28:24.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:28:24.791 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d957ab2-2e28-41b6-aa35-b19740244005] socks forwarding established\n2025-08-01 03:28:24.834 [info] [command][65dab6f8-6556-4d13-8034-155659337ec5] Process exited with code 0\n2025-08-01 03:28:24.835 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4d957ab2-2e28-41b6-aa35-b19740244005] socks connection closed\n2025-08-01 03:28:24.835 [info] [command][65dab6f8-6556-4d13-8034-155659337ec5] Socket close event received\n2025-08-01 03:28:24.874 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50207 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:29:24.839 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:29:24.840 [info] [command][a94e1da8-5b02-4edc-868d-74335ea68494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a94e1da8-5b02-4edc-868d-74335ea68494""}\n2025-08-01 03:29:24.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4bff9f95-1be5-4d00-b1ed-a143e0983084] received connection request\n2025-08-01 03:29:24.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:29:24.886 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bff9f95-1be5-4d00-b1ed-a143e0983084] socks forwarding established\n2025-08-01 03:29:24.997 [info] [command][a94e1da8-5b02-4edc-868d-74335ea68494] Process exited with code 0\n2025-08-01 03:29:24.997 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bff9f95-1be5-4d00-b1ed-a143e0983084] socks connection closed\n2025-08-01 03:29:24.997 [info] [command][a94e1da8-5b02-4edc-868d-74335ea68494] Socket close event received\n2025-08-01 03:29:25.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50230 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:30:25.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:30:25.008 [info] [command][3563c7ac-dce7-468b-8302-57d6a68b5436] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3563c7ac-dce7-468b-8302-57d6a68b5436""}\n2025-08-01 03:30:25.009 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][aa13f3c2-10d5-405a-9a84-f80347ebb05f] received connection request\n2025-08-01 03:30:25.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:30:25.051 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aa13f3c2-10d5-405a-9a84-f80347ebb05f] socks forwarding established\n2025-08-01 03:30:25.096 [info] [command][3563c7ac-dce7-468b-8302-57d6a68b5436] Process exited with code 0\n2025-08-01 03:30:25.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aa13f3c2-10d5-405a-9a84-f80347ebb05f] socks connection closed\n2025-08-01 03:30:25.096 [info] [command][3563c7ac-dce7-468b-8302-57d6a68b5436] Socket close event received\n2025-08-01 03:30:25.138 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50246 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:31:25.100 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:31:25.101 [info] [command][a295537c-734d-4cbc-87c8-bbada92be04a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a295537c-734d-4cbc-87c8-bbada92be04a""}\n2025-08-01 03:31:25.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f7b8794b-869e-4799-96f8-0bcae77323fd] received connection request\n2025-08-01 03:31:25.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:31:25.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7b8794b-869e-4799-96f8-0bcae77323fd] socks forwarding established\n2025-08-01 03:31:25.231 [info] [command][a295537c-734d-4cbc-87c8-bbada92be04a] Process exited with code 0\n2025-08-01 03:31:25.231 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f7b8794b-869e-4799-96f8-0bcae77323fd] socks connection closed\n2025-08-01 03:31:25.231 [info] [command][a295537c-734d-4cbc-87c8-bbada92be04a] Socket close event received\n2025-08-01 03:31:25.275 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50261 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:32:25.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:32:25.238 [info] [command][25b1169f-f178-4e69-80cc-d0eabca35fe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""25b1169f-f178-4e69-80cc-d0eabca35fe5""}\n2025-08-01 03:32:25.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][89d1248e-f046-4298-aaea-a1331da1aa35] received connection request\n2025-08-01 03:32:25.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:32:25.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89d1248e-f046-4298-aaea-a1331da1aa35] socks forwarding established\n2025-08-01 03:32:25.331 [info] [command][25b1169f-f178-4e69-80cc-d0eabca35fe5] Process exited with code 0\n2025-08-01 03:32:25.331 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][89d1248e-f046-4298-aaea-a1331da1aa35] socks connection closed\n2025-08-01 03:32:25.331 [info] [command][25b1169f-f178-4e69-80cc-d0eabca35fe5] Socket close event received\n2025-08-01 03:32:25.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50289 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:33:25.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:33:25.334 [info] [command][499b4d15-7498-44c2-961e-bdf8e08cb3c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""499b4d15-7498-44c2-961e-bdf8e08cb3c6""}\n2025-08-01 03:33:25.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][73f8913b-8496-49e2-9f92-d5667f1021da] received connection request\n2025-08-01 03:33:25.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:33:25.387 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][73f8913b-8496-49e2-9f92-d5667f1021da] socks forwarding established\n2025-08-01 03:33:25.432 [info] [command][499b4d15-7498-44c2-961e-bdf8e08cb3c6] Process exited with code 0\n2025-08-01 03:33:25.432 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][73f8913b-8496-49e2-9f92-d5667f1021da] socks connection closed\n2025-08-01 03:33:25.432 [info] [command][499b4d15-7498-44c2-961e-bdf8e08cb3c6] Socket close event received\n2025-08-01 03:33:25.471 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50326 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:34:25.440 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:34:25.441 [info] [command][b919bc93-542b-4ef7-8f78-aac362f0bee4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b919bc93-542b-4ef7-8f78-aac362f0bee4""}\n2025-08-01 03:34:25.441 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][771cc333-6c85-432e-8a63-419f01ee4b76] received connection request\n2025-08-01 03:34:25.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:34:25.490 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][771cc333-6c85-432e-8a63-419f01ee4b76] socks forwarding established\n2025-08-01 03:34:25.548 [info] [command][b919bc93-542b-4ef7-8f78-aac362f0bee4] Process exited with code 0\n2025-08-01 03:34:25.548 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][771cc333-6c85-432e-8a63-419f01ee4b76] socks connection closed\n2025-08-01 03:34:25.548 [info] [command][b919bc93-542b-4ef7-8f78-aac362f0bee4] Socket close event received\n2025-08-01 03:34:25.589 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50348 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:35:25.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:35:25.559 [info] [command][a8a669bc-ee2e-4d75-ba34-b4e219afe5b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a8a669bc-ee2e-4d75-ba34-b4e219afe5b5""}\n2025-08-01 03:35:25.560 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad7e4a83-9ea5-4376-bebf-6b202da47321] received connection request\n2025-08-01 03:35:25.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:35:25.602 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad7e4a83-9ea5-4376-bebf-6b202da47321] socks forwarding established\n2025-08-01 03:35:25.647 [info] [command][a8a669bc-ee2e-4d75-ba34-b4e219afe5b5] Process exited with code 0\n2025-08-01 03:35:25.647 [info] [command][a8a669bc-ee2e-4d75-ba34-b4e219afe5b5] Socket close event received\n2025-08-01 03:35:25.648 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad7e4a83-9ea5-4376-bebf-6b202da47321] socks connection closed\n2025-08-01 03:35:25.687 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50369 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:36:25.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:36:25.652 [info] [command][4ea598fb-ac4c-4375-835f-e1924d44c856] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ea598fb-ac4c-4375-835f-e1924d44c856""}\n2025-08-01 03:36:25.653 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][14b5a2c2-74d9-4f25-b6bd-930a0e5053c5] received connection request\n2025-08-01 03:36:25.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:36:25.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14b5a2c2-74d9-4f25-b6bd-930a0e5053c5] socks forwarding established\n2025-08-01 03:36:25.948 [info] [command][4ea598fb-ac4c-4375-835f-e1924d44c856] Process exited with code 0\n2025-08-01 03:36:25.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][14b5a2c2-74d9-4f25-b6bd-930a0e5053c5] socks connection closed\n2025-08-01 03:36:25.948 [info] [command][4ea598fb-ac4c-4375-835f-e1924d44c856] Socket close event received\n2025-08-01 03:36:25.989 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50383 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:37:25.955 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:37:25.957 [info] [command][d8f1c1f7-a38f-469f-ab87-335de430bb6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8f1c1f7-a38f-469f-ab87-335de430bb6e""}\n2025-08-01 03:37:25.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad96f5e6-bdfa-4d43-ae53-202c7ea880c9] received connection request\n2025-08-01 03:37:25.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:37:26.002 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad96f5e6-bdfa-4d43-ae53-202c7ea880c9] socks forwarding established\n2025-08-01 03:37:26.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad96f5e6-bdfa-4d43-ae53-202c7ea880c9] socks connection closed\n2025-08-01 03:37:26.049 [info] [command][d8f1c1f7-a38f-469f-ab87-335de430bb6e] Process exited with code 0\n2025-08-01 03:37:26.049 [info] [command][d8f1c1f7-a38f-469f-ab87-335de430bb6e] Socket close event received\n2025-08-01 03:37:26.091 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50414 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:38:26.056 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:38:26.057 [info] [command][04d65a56-8e36-4661-8065-1a6c626a7079] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""04d65a56-8e36-4661-8065-1a6c626a7079""}\n2025-08-01 03:38:26.057 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1bdf6cad-8ae2-4cd1-a867-ff7a23cea726] received connection request\n2025-08-01 03:38:26.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:38:26.105 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1bdf6cad-8ae2-4cd1-a867-ff7a23cea726] socks forwarding established\n2025-08-01 03:38:26.150 [info] [command][04d65a56-8e36-4661-8065-1a6c626a7079] Process exited with code 0\n2025-08-01 03:38:26.150 [info] [command][04d65a56-8e36-4661-8065-1a6c626a7079] Socket close event received\n2025-08-01 03:38:26.151 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1bdf6cad-8ae2-4cd1-a867-ff7a23cea726] socks connection closed\n2025-08-01 03:38:26.190 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50445 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:39:26.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:39:26.155 [info] [command][d53dcbbb-d5dc-41c2-bf50-701d05089558] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d53dcbbb-d5dc-41c2-bf50-701d05089558""}\n2025-08-01 03:39:26.156 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ff132034-57d1-47bc-a373-91271067009b] received connection request\n2025-08-01 03:39:26.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:39:26.198 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff132034-57d1-47bc-a373-91271067009b] socks forwarding established\n2025-08-01 03:39:26.242 [info] [command][d53dcbbb-d5dc-41c2-bf50-701d05089558] Process exited with code 0\n2025-08-01 03:39:26.243 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ff132034-57d1-47bc-a373-91271067009b] socks connection closed\n2025-08-01 03:39:26.243 [info] [command][d53dcbbb-d5dc-41c2-bf50-701d05089558] Socket close event received\n2025-08-01 03:39:26.281 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50468 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:40:26.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:40:26.245 [info] [command][9c47dc67-635d-40d2-8d46-61987a66cf63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9c47dc67-635d-40d2-8d46-61987a66cf63""}\n2025-08-01 03:40:26.246 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1ee7c181-9b01-4cdd-bb3d-8e80673d5349] received connection request\n2025-08-01 03:40:26.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:40:26.287 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ee7c181-9b01-4cdd-bb3d-8e80673d5349] socks forwarding established\n2025-08-01 03:40:26.331 [info] [command][9c47dc67-635d-40d2-8d46-61987a66cf63] Process exited with code 0\n2025-08-01 03:40:26.332 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1ee7c181-9b01-4cdd-bb3d-8e80673d5349] socks connection closed\n2025-08-01 03:40:26.332 [info] [command][9c47dc67-635d-40d2-8d46-61987a66cf63] Socket close event received\n2025-08-01 03:40:26.372 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50490 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:41:26.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:41:26.344 [info] [command][cce9ff6f-53a6-4914-9fb3-46f00735501b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cce9ff6f-53a6-4914-9fb3-46f00735501b""}\n2025-08-01 03:41:26.344 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ed628185-b82b-4292-b338-3661bbd4ee8d] received connection request\n2025-08-01 03:41:26.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:41:26.588 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ed628185-b82b-4292-b338-3661bbd4ee8d] socks forwarding established\n2025-08-01 03:41:26.632 [info] [command][cce9ff6f-53a6-4914-9fb3-46f00735501b] Process exited with code 0\n2025-08-01 03:41:26.632 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ed628185-b82b-4292-b338-3661bbd4ee8d] socks connection closed\n2025-08-01 03:41:26.632 [info] [command][cce9ff6f-53a6-4914-9fb3-46f00735501b] Socket close event received\n2025-08-01 03:41:26.673 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50505 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:42:26.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:42:26.637 [info] [command][75c28c73-77ed-4659-aff8-892274c63a4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""75c28c73-77ed-4659-aff8-892274c63a4a""}\n2025-08-01 03:42:26.637 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ddcd671e-6683-464d-9915-9ac615e6290e] received connection request\n2025-08-01 03:42:26.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:42:26.685 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ddcd671e-6683-464d-9915-9ac615e6290e] socks forwarding established\n2025-08-01 03:42:26.730 [info] [command][75c28c73-77ed-4659-aff8-892274c63a4a] Process exited with code 0\n2025-08-01 03:42:26.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ddcd671e-6683-464d-9915-9ac615e6290e] socks connection closed\n2025-08-01 03:42:26.731 [info] [command][75c28c73-77ed-4659-aff8-892274c63a4a] Socket close event received\n2025-08-01 03:42:26.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50535 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:43:26.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:43:26.733 [info] [command][978f7457-53dd-4816-9bf8-dd3ee45cf249] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""978f7457-53dd-4816-9bf8-dd3ee45cf249""}\n2025-08-01 03:43:26.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b6616a42-33e0-4300-9094-25a3c8bc4be6] received connection request\n2025-08-01 03:43:26.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:43:26.775 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6616a42-33e0-4300-9094-25a3c8bc4be6] socks forwarding established\n2025-08-01 03:43:26.828 [info] [command][978f7457-53dd-4816-9bf8-dd3ee45cf249] Process exited with code 0\n2025-08-01 03:43:26.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6616a42-33e0-4300-9094-25a3c8bc4be6] socks connection closed\n2025-08-01 03:43:26.829 [info] [command][978f7457-53dd-4816-9bf8-dd3ee45cf249] Socket close event received\n2025-08-01 03:43:26.869 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50563 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:44:26.832 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:44:26.834 [info] [command][70015f89-6c19-4ab0-8bca-fce5db4eefaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""70015f89-6c19-4ab0-8bca-fce5db4eefaf""}\n2025-08-01 03:44:26.835 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][978e8acc-467b-48da-b9d8-8c47e5511b7b] received connection request\n2025-08-01 03:44:26.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:44:26.880 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][978e8acc-467b-48da-b9d8-8c47e5511b7b] socks forwarding established\n2025-08-01 03:44:26.924 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][978e8acc-467b-48da-b9d8-8c47e5511b7b] socks connection closed\n2025-08-01 03:44:26.925 [info] [command][70015f89-6c19-4ab0-8bca-fce5db4eefaf] Process exited with code 0\n2025-08-01 03:44:26.925 [info] [command][70015f89-6c19-4ab0-8bca-fce5db4eefaf] Socket close event received\n2025-08-01 03:44:26.964 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50579 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:45:26.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:45:26.930 [info] [command][86733edf-cb26-4060-bbbd-b206d123343e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""86733edf-cb26-4060-bbbd-b206d123343e""}\n2025-08-01 03:45:26.930 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7ec67dc7-d7e7-4b17-86d3-dc8674918256] received connection request\n2025-08-01 03:45:26.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:45:27.030 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7ec67dc7-d7e7-4b17-86d3-dc8674918256] socks forwarding established\n2025-08-01 03:45:27.075 [info] [command][86733edf-cb26-4060-bbbd-b206d123343e] Process exited with code 0\n2025-08-01 03:45:27.076 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7ec67dc7-d7e7-4b17-86d3-dc8674918256] socks connection closed\n2025-08-01 03:45:27.076 [info] [command][86733edf-cb26-4060-bbbd-b206d123343e] Socket close event received\n2025-08-01 03:45:27.118 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50591 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:46:27.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:46:27.084 [info] [command][0545ac93-8278-463d-b704-201c7b984506] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0545ac93-8278-463d-b704-201c7b984506""}\n2025-08-01 03:46:27.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2719eed4-bbef-4e47-901d-0ec47800f521] received connection request\n2025-08-01 03:46:27.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:46:27.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2719eed4-bbef-4e47-901d-0ec47800f521] socks forwarding established\n2025-08-01 03:46:27.174 [info] [command][0545ac93-8278-463d-b704-201c7b984506] Process exited with code 0\n2025-08-01 03:46:27.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2719eed4-bbef-4e47-901d-0ec47800f521] socks connection closed\n2025-08-01 03:46:27.174 [info] [command][0545ac93-8278-463d-b704-201c7b984506] Socket close event received\n2025-08-01 03:46:27.215 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50611 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:47:27.180 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:47:27.182 [info] [command][153f3519-8e87-4a8e-ad20-eb939eb69275] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""153f3519-8e87-4a8e-ad20-eb939eb69275""}\n2025-08-01 03:47:27.183 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4884eb63-d297-436d-8ac5-37e288132c0d] received connection request\n2025-08-01 03:47:27.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:47:27.227 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4884eb63-d297-436d-8ac5-37e288132c0d] socks forwarding established\n2025-08-01 03:47:27.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4884eb63-d297-436d-8ac5-37e288132c0d] socks connection closed\n2025-08-01 03:47:27.271 [info] [command][153f3519-8e87-4a8e-ad20-eb939eb69275] Process exited with code 0\n2025-08-01 03:47:27.271 [info] [command][153f3519-8e87-4a8e-ad20-eb939eb69275] Socket close event received\n2025-08-01 03:47:27.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50641 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:48:27.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:48:27.278 [info] [command][49d762bf-8214-4b59-9129-6796f4bf56c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""49d762bf-8214-4b59-9129-6796f4bf56c2""}\n2025-08-01 03:48:27.278 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3f69cce-4496-42a7-aa15-f989170847a2] received connection request\n2025-08-01 03:48:27.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:48:27.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f69cce-4496-42a7-aa15-f989170847a2] socks forwarding established\n2025-08-01 03:48:27.369 [info] [command][49d762bf-8214-4b59-9129-6796f4bf56c2] Process exited with code 0\n2025-08-01 03:48:27.369 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3f69cce-4496-42a7-aa15-f989170847a2] socks connection closed\n2025-08-01 03:48:27.369 [info] [command][49d762bf-8214-4b59-9129-6796f4bf56c2] Socket close event received\n2025-08-01 03:48:27.415 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50668 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:49:27.379 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:49:27.381 [info] [command][8655e200-8e2b-4ae2-b703-741ee191a638] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8655e200-8e2b-4ae2-b703-741ee191a638""}\n2025-08-01 03:49:27.381 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a048d36b-6527-4707-865c-d8c40e9ef181] received connection request\n2025-08-01 03:49:27.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:49:27.430 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a048d36b-6527-4707-865c-d8c40e9ef181] socks forwarding established\n2025-08-01 03:49:27.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a048d36b-6527-4707-865c-d8c40e9ef181] socks connection closed\n2025-08-01 03:49:27.473 [info] [command][8655e200-8e2b-4ae2-b703-741ee191a638] Process exited with code 0\n2025-08-01 03:49:27.473 [info] [command][8655e200-8e2b-4ae2-b703-741ee191a638] Socket close event received\n2025-08-01 03:49:27.515 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50694 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:50:27.474 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:50:27.476 [info] [command][61f20b9d-4ad0-4747-95d4-e1adfe161aad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""61f20b9d-4ad0-4747-95d4-e1adfe161aad""}\n2025-08-01 03:50:27.477 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][019c2760-3ab8-4db7-b547-1d88089ffdf8] received connection request\n2025-08-01 03:50:27.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:50:27.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][019c2760-3ab8-4db7-b547-1d88089ffdf8] socks forwarding established\n2025-08-01 03:50:27.652 [info] [command][61f20b9d-4ad0-4747-95d4-e1adfe161aad] Process exited with code 0\n2025-08-01 03:50:27.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][019c2760-3ab8-4db7-b547-1d88089ffdf8] socks connection closed\n2025-08-01 03:50:27.653 [info] [command][61f20b9d-4ad0-4747-95d4-e1adfe161aad] Socket close event received\n2025-08-01 03:50:27.693 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50708 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:51:27.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:51:27.659 [info] [command][b0dde1ad-a1a8-4100-ab59-82fc8fd78014] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0dde1ad-a1a8-4100-ab59-82fc8fd78014""}\n2025-08-01 03:51:27.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b86a6e4e-293c-4c9e-8e05-b4369bda4e87] received connection request\n2025-08-01 03:51:27.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:51:27.708 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b86a6e4e-293c-4c9e-8e05-b4369bda4e87] socks forwarding established\n2025-08-01 03:51:27.754 [info] [command][b0dde1ad-a1a8-4100-ab59-82fc8fd78014] Process exited with code 0\n2025-08-01 03:51:27.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b86a6e4e-293c-4c9e-8e05-b4369bda4e87] socks connection closed\n2025-08-01 03:51:27.754 [info] [command][b0dde1ad-a1a8-4100-ab59-82fc8fd78014] Socket close event received\n2025-08-01 03:51:27.796 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50729 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:52:27.758 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:52:27.760 [info] [command][a7c6f000-5c84-4b03-a617-4e10a33c8e89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a7c6f000-5c84-4b03-a617-4e10a33c8e89""}\n2025-08-01 03:52:27.761 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][32937120-6508-49af-a76f-bd2af962f8b4] received connection request\n2025-08-01 03:52:27.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:52:27.803 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][32937120-6508-49af-a76f-bd2af962f8b4] socks forwarding established\n2025-08-01 03:52:27.848 [info] [command][a7c6f000-5c84-4b03-a617-4e10a33c8e89] Process exited with code 0\n2025-08-01 03:52:27.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][32937120-6508-49af-a76f-bd2af962f8b4] socks connection closed\n2025-08-01 03:52:27.849 [info] [command][a7c6f000-5c84-4b03-a617-4e10a33c8e89] Socket close event received\n2025-08-01 03:52:27.889 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50763 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:53:27.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:53:27.858 [info] [command][4e02f613-9c58-496a-8ea9-cb3aca830a8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4e02f613-9c58-496a-8ea9-cb3aca830a8e""}\n2025-08-01 03:53:27.858 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cbd0b29e-af52-4ad7-a018-98a594c99407] received connection request\n2025-08-01 03:53:27.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:53:27.903 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbd0b29e-af52-4ad7-a018-98a594c99407] socks forwarding established\n2025-08-01 03:53:27.947 [info] [command][4e02f613-9c58-496a-8ea9-cb3aca830a8e] Process exited with code 0\n2025-08-01 03:53:27.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cbd0b29e-af52-4ad7-a018-98a594c99407] socks connection closed\n2025-08-01 03:53:27.948 [info] [command][4e02f613-9c58-496a-8ea9-cb3aca830a8e] Socket close event received\n2025-08-01 03:53:27.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50795 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:54:27.957 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:54:27.959 [info] [command][4a17af4c-67d4-4d14-a3ec-97a054143e0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4a17af4c-67d4-4d14-a3ec-97a054143e0d""}\n2025-08-01 03:54:27.960 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][07e861bd-ee93-4f3b-beb2-2474967165fb] received connection request\n2025-08-01 03:54:27.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:54:28.002 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e861bd-ee93-4f3b-beb2-2474967165fb] socks forwarding established\n2025-08-01 03:54:28.046 [info] [command][4a17af4c-67d4-4d14-a3ec-97a054143e0d] Process exited with code 0\n2025-08-01 03:54:28.046 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][07e861bd-ee93-4f3b-beb2-2474967165fb] socks connection closed\n2025-08-01 03:54:28.047 [info] [command][4a17af4c-67d4-4d14-a3ec-97a054143e0d] Socket close event received\n2025-08-01 03:54:28.086 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50808 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:55:28.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:55:28.053 [info] [command][15b6f8ec-c930-4258-a3df-3d7af4f06f8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15b6f8ec-c930-4258-a3df-3d7af4f06f8f""}\n2025-08-01 03:55:28.053 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d77d7ff-97a6-44db-9f05-3136e1ff5925] received connection request\n2025-08-01 03:55:28.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:55:28.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d77d7ff-97a6-44db-9f05-3136e1ff5925] socks forwarding established\n2025-08-01 03:55:28.175 [info] [command][15b6f8ec-c930-4258-a3df-3d7af4f06f8f] Process exited with code 0\n2025-08-01 03:55:28.175 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d77d7ff-97a6-44db-9f05-3136e1ff5925] socks connection closed\n2025-08-01 03:55:28.175 [info] [command][15b6f8ec-c930-4258-a3df-3d7af4f06f8f] Socket close event received\n2025-08-01 03:55:28.215 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50820 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:56:28.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:56:28.184 [info] [command][ec75fe1a-8104-4442-b5aa-f924e01c8928] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ec75fe1a-8104-4442-b5aa-f924e01c8928""}\n2025-08-01 03:56:28.185 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ccf1fda2-7404-487c-8451-be06987320f9] received connection request\n2025-08-01 03:56:28.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:56:28.235 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ccf1fda2-7404-487c-8451-be06987320f9] socks forwarding established\n2025-08-01 03:56:28.279 [info] [command][ec75fe1a-8104-4442-b5aa-f924e01c8928] Process exited with code 0\n2025-08-01 03:56:28.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ccf1fda2-7404-487c-8451-be06987320f9] socks connection closed\n2025-08-01 03:56:28.279 [info] [command][ec75fe1a-8104-4442-b5aa-f924e01c8928] Socket close event received\n2025-08-01 03:56:28.319 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50835 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:57:28.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:57:28.291 [info] [command][77d5da5f-93be-446a-bbaa-2a9b449b3855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""77d5da5f-93be-446a-bbaa-2a9b449b3855""}\n2025-08-01 03:57:28.291 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97973a3d-45e9-4275-9ce2-b5d7c5f723a3] received connection request\n2025-08-01 03:57:28.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:57:28.343 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97973a3d-45e9-4275-9ce2-b5d7c5f723a3] socks forwarding established\n2025-08-01 03:57:28.387 [info] [command][77d5da5f-93be-446a-bbaa-2a9b449b3855] Process exited with code 0\n2025-08-01 03:57:28.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97973a3d-45e9-4275-9ce2-b5d7c5f723a3] socks connection closed\n2025-08-01 03:57:28.388 [info] [command][77d5da5f-93be-446a-bbaa-2a9b449b3855] Socket close event received\n2025-08-01 03:57:28.428 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50864 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:58:28.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:58:28.400 [info] [command][9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd""}\n2025-08-01 03:58:28.401 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d1b33cb6-47a0-4f8e-bdf8-bfce9b7e150c] received connection request\n2025-08-01 03:58:28.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:58:28.443 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1b33cb6-47a0-4f8e-bdf8-bfce9b7e150c] socks forwarding established\n2025-08-01 03:58:28.489 [info] [command][9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd] Process exited with code 0\n2025-08-01 03:58:28.489 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d1b33cb6-47a0-4f8e-bdf8-bfce9b7e150c] socks connection closed\n2025-08-01 03:58:28.489 [info] [command][9a25eecc-93bd-4dc2-a2e5-0e21317ae0fd] Socket close event received\n2025-08-01 03:58:28.540 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50893 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 03:59:28.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 03:59:28.499 [info] [command][725877b6-5e3d-4acb-9463-77abcc7623e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""725877b6-5e3d-4acb-9463-77abcc7623e5""}\n2025-08-01 03:59:28.500 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6587eafc-31d2-4874-a8e0-6d158768fd27] received connection request\n2025-08-01 03:59:28.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 03:59:28.542 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6587eafc-31d2-4874-a8e0-6d158768fd27] socks forwarding established\n2025-08-01 03:59:28.588 [info] [command][725877b6-5e3d-4acb-9463-77abcc7623e5] Process exited with code 0\n2025-08-01 03:59:28.588 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6587eafc-31d2-4874-a8e0-6d158768fd27] socks connection closed\n2025-08-01 03:59:28.588 [info] [command][725877b6-5e3d-4acb-9463-77abcc7623e5] Socket close event received\n2025-08-01 03:59:28.628 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:00:28.598 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:00:28.600 [info] [command][d723a0ff-9d1a-407a-9ef5-7c66a2340e8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d723a0ff-9d1a-407a-9ef5-7c66a2340e8a""}\n2025-08-01 04:00:28.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a04a8e5e-acf5-415b-b7a2-591f7e284e8e] received connection request\n2025-08-01 04:00:28.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:00:28.655 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a04a8e5e-acf5-415b-b7a2-591f7e284e8e] socks forwarding established\n2025-08-01 04:00:28.962 [info] [command][d723a0ff-9d1a-407a-9ef5-7c66a2340e8a] Process exited with code 0\n2025-08-01 04:00:28.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a04a8e5e-acf5-415b-b7a2-591f7e284e8e] socks connection closed\n2025-08-01 04:00:28.963 [info] [command][d723a0ff-9d1a-407a-9ef5-7c66a2340e8a] Socket close event received\n2025-08-01 04:00:29.005 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50926 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:01:28.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:01:28.968 [info] [command][8f58683e-82b4-48a7-9ae4-e360874c3ae4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f58683e-82b4-48a7-9ae4-e360874c3ae4""}\n2025-08-01 04:01:28.969 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76063a56-c37e-4723-8b7c-0a10c72c6fd5] received connection request\n2025-08-01 04:01:28.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:01:29.012 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76063a56-c37e-4723-8b7c-0a10c72c6fd5] socks forwarding established\n2025-08-01 04:01:29.057 [info] [command][8f58683e-82b4-48a7-9ae4-e360874c3ae4] Process exited with code 0\n2025-08-01 04:01:29.057 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76063a56-c37e-4723-8b7c-0a10c72c6fd5] socks connection closed\n2025-08-01 04:01:29.058 [info] [command][8f58683e-82b4-48a7-9ae4-e360874c3ae4] Socket close event received\n2025-08-01 04:01:29.096 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50939 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:02:29.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:02:29.062 [info] [command][53e70b90-b09f-487a-879a-8b7de28b106b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53e70b90-b09f-487a-879a-8b7de28b106b""}\n2025-08-01 04:02:29.063 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d3d1865f-a5cd-4386-bc1e-06528bc99a3e] received connection request\n2025-08-01 04:02:29.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:02:29.110 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d1865f-a5cd-4386-bc1e-06528bc99a3e] socks forwarding established\n2025-08-01 04:02:29.154 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d3d1865f-a5cd-4386-bc1e-06528bc99a3e] socks connection closed\n2025-08-01 04:02:29.155 [info] [command][53e70b90-b09f-487a-879a-8b7de28b106b] Process exited with code 0\n2025-08-01 04:02:29.155 [info] [command][53e70b90-b09f-487a-879a-8b7de28b106b] Socket close event received\n2025-08-01 04:02:29.193 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50966 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:03:29.162 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:03:29.164 [info] [command][ec118c5b-4200-4331-a6ea-9e32798b9783] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ec118c5b-4200-4331-a6ea-9e32798b9783""}\n2025-08-01 04:03:29.165 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][34cbaa51-e175-4b4f-91e2-91156040009e] received connection request\n2025-08-01 04:03:29.166 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:03:29.209 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][34cbaa51-e175-4b4f-91e2-91156040009e] socks forwarding established\n2025-08-01 04:03:29.255 [info] [command][ec118c5b-4200-4331-a6ea-9e32798b9783] Process exited with code 0\n2025-08-01 04:03:29.256 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][34cbaa51-e175-4b4f-91e2-91156040009e] socks connection closed\n2025-08-01 04:03:29.256 [info] [command][ec118c5b-4200-4331-a6ea-9e32798b9783] Socket close event received\n2025-08-01 04:03:29.295 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 50994 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:04:29.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:04:29.263 [info] [command][b1d8e1b7-6e92-4903-bc35-330b6800af00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b1d8e1b7-6e92-4903-bc35-330b6800af00""}\n2025-08-01 04:04:29.264 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d463ca8a-88ed-4b69-9669-d6466ba4dcc4] received connection request\n2025-08-01 04:04:29.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:04:29.384 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d463ca8a-88ed-4b69-9669-d6466ba4dcc4] socks forwarding established\n2025-08-01 04:04:29.430 [info] [command][b1d8e1b7-6e92-4903-bc35-330b6800af00] Process exited with code 0\n2025-08-01 04:04:29.430 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d463ca8a-88ed-4b69-9669-d6466ba4dcc4] socks connection closed\n2025-08-01 04:04:29.430 [info] [command][b1d8e1b7-6e92-4903-bc35-330b6800af00] Socket close event received\n2025-08-01 04:04:29.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51010 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:05:29.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:05:29.433 [info] [command][504b9753-4ef5-421e-938a-1c9dd6ff5c11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""504b9753-4ef5-421e-938a-1c9dd6ff5c11""}\n2025-08-01 04:05:29.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6a56237a-249e-4053-a98a-12fdf977a641] received connection request\n2025-08-01 04:05:29.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:05:29.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a56237a-249e-4053-a98a-12fdf977a641] socks forwarding established\n2025-08-01 04:05:29.521 [info] [command][504b9753-4ef5-421e-938a-1c9dd6ff5c11] Process exited with code 0\n2025-08-01 04:05:29.522 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a56237a-249e-4053-a98a-12fdf977a641] socks connection closed\n2025-08-01 04:05:29.522 [info] [command][504b9753-4ef5-421e-938a-1c9dd6ff5c11] Socket close event received\n2025-08-01 04:05:29.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51024 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:06:29.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:06:29.534 [info] [command][7fa98792-45b2-42ce-843f-278cb4ce48bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7fa98792-45b2-42ce-843f-278cb4ce48bc""}\n2025-08-01 04:06:29.534 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6236a5c2-518c-4e4b-bfab-359235a20b8c] received connection request\n2025-08-01 04:06:29.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:06:29.580 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6236a5c2-518c-4e4b-bfab-359235a20b8c] socks forwarding established\n2025-08-01 04:06:29.626 [info] [command][7fa98792-45b2-42ce-843f-278cb4ce48bc] Process exited with code 0\n2025-08-01 04:06:29.626 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6236a5c2-518c-4e4b-bfab-359235a20b8c] socks connection closed\n2025-08-01 04:06:29.626 [info] [command][7fa98792-45b2-42ce-843f-278cb4ce48bc] Socket close event received\n2025-08-01 04:06:29.666 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51045 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:07:29.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:07:29.638 [info] [command][d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0""}\n2025-08-01 04:07:29.638 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][78b36074-0c96-4051-8878-7be62623ed26] received connection request\n2025-08-01 04:07:29.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:07:29.680 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78b36074-0c96-4051-8878-7be62623ed26] socks forwarding established\n2025-08-01 04:07:29.724 [info] [command][d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0] Process exited with code 0\n2025-08-01 04:07:29.724 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78b36074-0c96-4051-8878-7be62623ed26] socks connection closed\n2025-08-01 04:07:29.725 [info] [command][d61e2e8e-3323-4fd7-b3c5-b62f1b2d9cf0] Socket close event received\n2025-08-01 04:07:29.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51077 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:08:29.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:08:29.729 [info] [command][57c477d9-6011-48ba-9b19-df69548a177c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""57c477d9-6011-48ba-9b19-df69548a177c""}\n2025-08-01 04:08:29.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][48fafd98-d3dd-4ee4-8b5e-c2c7d16d1fb8] received connection request\n2025-08-01 04:08:29.730 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:08:29.778 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48fafd98-d3dd-4ee4-8b5e-c2c7d16d1fb8] socks forwarding established\n2025-08-01 04:08:29.822 [info] [command][57c477d9-6011-48ba-9b19-df69548a177c] Process exited with code 0\n2025-08-01 04:08:29.822 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][48fafd98-d3dd-4ee4-8b5e-c2c7d16d1fb8] socks connection closed\n2025-08-01 04:08:29.823 [info] [command][57c477d9-6011-48ba-9b19-df69548a177c] Socket close event received\n2025-08-01 04:08:29.868 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51108 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:09:29.828 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:09:29.830 [info] [command][4a0cb86a-99ab-45e9-a66c-9faf915d4b06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4a0cb86a-99ab-45e9-a66c-9faf915d4b06""}\n2025-08-01 04:09:29.830 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85fc6780-1708-424d-b1bd-2b4f68c6b3aa] received connection request\n2025-08-01 04:09:29.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:09:29.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85fc6780-1708-424d-b1bd-2b4f68c6b3aa] socks forwarding established\n2025-08-01 04:09:29.945 [info] [command][4a0cb86a-99ab-45e9-a66c-9faf915d4b06] Process exited with code 0\n2025-08-01 04:09:29.946 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85fc6780-1708-424d-b1bd-2b4f68c6b3aa] socks connection closed\n2025-08-01 04:09:29.946 [info] [command][4a0cb86a-99ab-45e9-a66c-9faf915d4b06] Socket close event received\n2025-08-01 04:09:29.994 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51128 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:10:29.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:10:29.953 [info] [command][84893b88-580a-4bb1-91f4-4acd8bf4d877] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""84893b88-580a-4bb1-91f4-4acd8bf4d877""}\n2025-08-01 04:10:29.953 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][107ca9b8-cea7-4f0f-8f40-b60888866f66] received connection request\n2025-08-01 04:10:29.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:10:29.998 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][107ca9b8-cea7-4f0f-8f40-b60888866f66] socks forwarding established\n2025-08-01 04:10:30.044 [info] [command][84893b88-580a-4bb1-91f4-4acd8bf4d877] Process exited with code 0\n2025-08-01 04:10:30.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][107ca9b8-cea7-4f0f-8f40-b60888866f66] socks connection closed\n2025-08-01 04:10:30.045 [info] [command][84893b88-580a-4bb1-91f4-4acd8bf4d877] Socket close event received\n2025-08-01 04:10:30.085 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51150 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:11:30.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:11:30.052 [info] [command][4873af0f-6623-4a57-b9cd-2381463e9b74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4873af0f-6623-4a57-b9cd-2381463e9b74""}\n2025-08-01 04:11:30.053 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3cfd054c-197b-4fbd-99bc-4c91f5b39a67] received connection request\n2025-08-01 04:11:30.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:11:30.101 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cfd054c-197b-4fbd-99bc-4c91f5b39a67] socks forwarding established\n2025-08-01 04:11:30.152 [info] [command][4873af0f-6623-4a57-b9cd-2381463e9b74] Process exited with code 0\n2025-08-01 04:11:30.153 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3cfd054c-197b-4fbd-99bc-4c91f5b39a67] socks connection closed\n2025-08-01 04:11:30.153 [info] [command][4873af0f-6623-4a57-b9cd-2381463e9b74] Socket close event received\n2025-08-01 04:11:30.192 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51165 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:12:30.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:12:30.159 [info] [command][a31bfce2-fa31-421c-80fa-1379e9bb7280] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a31bfce2-fa31-421c-80fa-1379e9bb7280""}\n2025-08-01 04:12:30.160 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac35650c-a4a5-47cd-8387-316d6e973de4] received connection request\n2025-08-01 04:12:30.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:12:30.207 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac35650c-a4a5-47cd-8387-316d6e973de4] socks forwarding established\n2025-08-01 04:12:30.256 [info] [command][a31bfce2-fa31-421c-80fa-1379e9bb7280] Process exited with code 0\n2025-08-01 04:12:30.256 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac35650c-a4a5-47cd-8387-316d6e973de4] socks connection closed\n2025-08-01 04:12:30.256 [info] [command][a31bfce2-fa31-421c-80fa-1379e9bb7280] Socket close event received\n2025-08-01 04:12:30.297 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51195 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:13:30.263 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:13:30.265 [info] [command][d0029739-7826-4630-9da4-2376760bb360] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d0029739-7826-4630-9da4-2376760bb360""}\n2025-08-01 04:13:30.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bc49ac49-c8c6-4175-b813-60551b58f41c] received connection request\n2025-08-01 04:13:30.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:13:30.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc49ac49-c8c6-4175-b813-60551b58f41c] socks forwarding established\n2025-08-01 04:13:30.368 [info] [command][d0029739-7826-4630-9da4-2376760bb360] Process exited with code 0\n2025-08-01 04:13:30.369 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc49ac49-c8c6-4175-b813-60551b58f41c] socks connection closed\n2025-08-01 04:13:30.369 [info] [command][d0029739-7826-4630-9da4-2376760bb360] Socket close event received\n2025-08-01 04:13:30.408 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51228 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:14:30.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:14:30.377 [info] [command][4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959""}\n2025-08-01 04:14:30.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e5ab24da-387c-4fdd-b2f6-07fd95a22c77] received connection request\n2025-08-01 04:14:30.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:14:30.425 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ab24da-387c-4fdd-b2f6-07fd95a22c77] socks forwarding established\n2025-08-01 04:14:30.475 [info] [command][4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959] Process exited with code 0\n2025-08-01 04:14:30.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e5ab24da-387c-4fdd-b2f6-07fd95a22c77] socks connection closed\n2025-08-01 04:14:30.476 [info] [command][4c4d9380-6e19-4dd6-9fe2-2bad0b7b5959] Socket close event received\n2025-08-01 04:14:30.529 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51240 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:15:30.482 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:15:30.484 [info] [command][ba8083b3-ff7c-431a-b0e8-a65d0aa61560] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ba8083b3-ff7c-431a-b0e8-a65d0aa61560""}\n2025-08-01 04:15:30.485 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d01015f3-e64d-4f4c-85a7-bcf833915643] received connection request\n2025-08-01 04:15:30.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:15:30.536 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d01015f3-e64d-4f4c-85a7-bcf833915643] socks forwarding established\n2025-08-01 04:15:30.801 [info] [command][ba8083b3-ff7c-431a-b0e8-a65d0aa61560] Process exited with code 0\n2025-08-01 04:15:30.801 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d01015f3-e64d-4f4c-85a7-bcf833915643] socks connection closed\n2025-08-01 04:15:30.801 [info] [command][ba8083b3-ff7c-431a-b0e8-a65d0aa61560] Socket close event received\n2025-08-01 04:15:30.861 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:16:30.806 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:16:30.807 [info] [command][731d21bf-6f16-4cd6-8e1b-28c77fb26b7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""731d21bf-6f16-4cd6-8e1b-28c77fb26b7f""}\n2025-08-01 04:16:30.808 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][65a23aae-0807-4f0b-941f-4c9c2888e3a6] received connection request\n2025-08-01 04:16:30.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:16:30.856 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65a23aae-0807-4f0b-941f-4c9c2888e3a6] socks forwarding established\n2025-08-01 04:16:30.902 [info] [command][731d21bf-6f16-4cd6-8e1b-28c77fb26b7f] Process exited with code 0\n2025-08-01 04:16:30.902 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][65a23aae-0807-4f0b-941f-4c9c2888e3a6] socks connection closed\n2025-08-01 04:16:30.902 [info] [command][731d21bf-6f16-4cd6-8e1b-28c77fb26b7f] Socket close event received\n2025-08-01 04:16:30.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51265 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:17:30.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:17:30.913 [info] [command][d5919421-dfbb-4ece-a77b-eb0b91e40438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d5919421-dfbb-4ece-a77b-eb0b91e40438""}\n2025-08-01 04:17:30.913 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ce722eaa-0078-4146-b228-78b4d65e7cbb] received connection request\n2025-08-01 04:17:30.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:17:30.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ce722eaa-0078-4146-b228-78b4d65e7cbb] socks forwarding established\n2025-08-01 04:17:31.001 [info] [command][d5919421-dfbb-4ece-a77b-eb0b91e40438] Process exited with code 0\n2025-08-01 04:17:31.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ce722eaa-0078-4146-b228-78b4d65e7cbb] socks connection closed\n2025-08-01 04:17:31.001 [info] [command][d5919421-dfbb-4ece-a77b-eb0b91e40438] Socket close event received\n2025-08-01 04:17:31.042 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51302 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:18:31.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:18:31.010 [info] [command][b7172637-722b-4004-a93a-39aa3944640a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7172637-722b-4004-a93a-39aa3944640a""}\n2025-08-01 04:18:31.011 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][360a683a-dfee-4800-875f-62511e5d7a5d] received connection request\n2025-08-01 04:18:31.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:18:31.125 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][360a683a-dfee-4800-875f-62511e5d7a5d] socks forwarding established\n2025-08-01 04:18:31.175 [info] [command][b7172637-722b-4004-a93a-39aa3944640a] Process exited with code 0\n2025-08-01 04:18:31.175 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][360a683a-dfee-4800-875f-62511e5d7a5d] socks connection closed\n2025-08-01 04:18:31.175 [info] [command][b7172637-722b-4004-a93a-39aa3944640a] Socket close event received\n2025-08-01 04:18:31.218 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51336 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:19:31.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:19:31.178 [info] [command][a0b4e43f-44d6-4b42-840c-6dda2cededa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a0b4e43f-44d6-4b42-840c-6dda2cededa1""}\n2025-08-01 04:19:31.179 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3c8904f-4c5e-425a-8b11-04c46d3eeab1] received connection request\n2025-08-01 04:19:31.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:19:31.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c8904f-4c5e-425a-8b11-04c46d3eeab1] socks forwarding established\n2025-08-01 04:19:31.268 [info] [command][a0b4e43f-44d6-4b42-840c-6dda2cededa1] Process exited with code 0\n2025-08-01 04:19:31.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3c8904f-4c5e-425a-8b11-04c46d3eeab1] socks connection closed\n2025-08-01 04:19:31.268 [info] [command][a0b4e43f-44d6-4b42-840c-6dda2cededa1] Socket close event received\n2025-08-01 04:19:31.307 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51353 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:20:31.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:20:31.280 [info] [command][339c301a-efe9-4414-8a22-0f31053105e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""339c301a-efe9-4414-8a22-0f31053105e5""}\n2025-08-01 04:20:31.281 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0f631d53-04e2-42d5-803e-ff776b1bc30c] received connection request\n2025-08-01 04:20:31.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:20:31.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f631d53-04e2-42d5-803e-ff776b1bc30c] socks forwarding established\n2025-08-01 04:20:31.370 [info] [command][339c301a-efe9-4414-8a22-0f31053105e5] Process exited with code 0\n2025-08-01 04:20:31.370 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f631d53-04e2-42d5-803e-ff776b1bc30c] socks connection closed\n2025-08-01 04:20:31.370 [info] [command][339c301a-efe9-4414-8a22-0f31053105e5] Socket close event received\n2025-08-01 04:20:31.421 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51377 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:21:31.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:21:31.378 [info] [command][890f3a70-373a-411f-9354-a727bdc4c3ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""890f3a70-373a-411f-9354-a727bdc4c3ac""}\n2025-08-01 04:21:31.379 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a8713748-a676-4486-adff-0b2345e6612a] received connection request\n2025-08-01 04:21:31.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:21:31.421 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8713748-a676-4486-adff-0b2345e6612a] socks forwarding established\n2025-08-01 04:21:31.465 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8713748-a676-4486-adff-0b2345e6612a] socks connection closed\n2025-08-01 04:21:31.465 [info] [command][890f3a70-373a-411f-9354-a727bdc4c3ac] Process exited with code 0\n2025-08-01 04:21:31.465 [info] [command][890f3a70-373a-411f-9354-a727bdc4c3ac] Socket close event received\n2025-08-01 04:21:31.505 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51413 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:22:31.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:22:31.467 [info] [command][dbf58dc5-34e5-4b79-8a15-ef470c962295] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dbf58dc5-34e5-4b79-8a15-ef470c962295""}\n2025-08-01 04:22:31.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][efd3fb87-7680-4abb-8214-2f252a8c34ba] received connection request\n2025-08-01 04:22:31.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:22:31.511 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efd3fb87-7680-4abb-8214-2f252a8c34ba] socks forwarding established\n2025-08-01 04:22:31.556 [info] [command][dbf58dc5-34e5-4b79-8a15-ef470c962295] Process exited with code 0\n2025-08-01 04:22:31.556 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efd3fb87-7680-4abb-8214-2f252a8c34ba] socks connection closed\n2025-08-01 04:22:31.556 [info] [command][dbf58dc5-34e5-4b79-8a15-ef470c962295] Socket close event received\n2025-08-01 04:22:31.595 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51441 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:23:31.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:23:31.566 [info] [command][71ed59d4-106c-4067-b1a4-bf656545b0c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""71ed59d4-106c-4067-b1a4-bf656545b0c5""}\n2025-08-01 04:23:31.566 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a0a5b945-ed8e-4fe3-8af6-c4c6ef225d69] received connection request\n2025-08-01 04:23:31.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:23:31.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a0a5b945-ed8e-4fe3-8af6-c4c6ef225d69] socks forwarding established\n2025-08-01 04:23:31.743 [info] [command][71ed59d4-106c-4067-b1a4-bf656545b0c5] Process exited with code 0\n2025-08-01 04:23:31.743 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a0a5b945-ed8e-4fe3-8af6-c4c6ef225d69] socks connection closed\n2025-08-01 04:23:31.743 [info] [command][71ed59d4-106c-4067-b1a4-bf656545b0c5] Socket close event received\n2025-08-01 04:23:31.783 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51475 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:24:31.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:24:31.753 [info] [command][f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb""}\n2025-08-01 04:24:31.754 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7964c304-dbe1-498e-965c-871a72f205ce] received connection request\n2025-08-01 04:24:31.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:24:31.799 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7964c304-dbe1-498e-965c-871a72f205ce] socks forwarding established\n2025-08-01 04:24:31.842 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7964c304-dbe1-498e-965c-871a72f205ce] socks connection closed\n2025-08-01 04:24:31.842 [info] [command][f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb] Process exited with code 0\n2025-08-01 04:24:31.843 [info] [command][f0f089df-8f16-4ff3-bd46-f7e7dcf5c7cb] Socket close event received\n2025-08-01 04:24:31.882 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51490 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:25:31.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:25:31.853 [info] [command][0d56df83-787b-4a22-8722-0e0d4d265032] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0d56df83-787b-4a22-8722-0e0d4d265032""}\n2025-08-01 04:25:31.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a78c999f-be09-44a9-a3bf-f7c3068b2d26] received connection request\n2025-08-01 04:25:31.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:25:31.896 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a78c999f-be09-44a9-a3bf-f7c3068b2d26] socks forwarding established\n2025-08-01 04:25:31.942 [info] [command][0d56df83-787b-4a22-8722-0e0d4d265032] Process exited with code 0\n2025-08-01 04:25:31.942 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a78c999f-be09-44a9-a3bf-f7c3068b2d26] socks connection closed\n2025-08-01 04:25:31.943 [info] [command][0d56df83-787b-4a22-8722-0e0d4d265032] Socket close event received\n2025-08-01 04:25:31.982 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51510 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:26:31.946 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:26:31.947 [info] [command][ae917204-c645-4f19-8ce5-e9be9d74543c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ae917204-c645-4f19-8ce5-e9be9d74543c""}\n2025-08-01 04:26:31.948 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][51a1c750-a608-41d1-91bb-ec622f70079c] received connection request\n2025-08-01 04:26:31.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:26:31.992 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51a1c750-a608-41d1-91bb-ec622f70079c] socks forwarding established\n2025-08-01 04:26:32.593 [info] [command][ae917204-c645-4f19-8ce5-e9be9d74543c] Process exited with code 0\n2025-08-01 04:26:32.593 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][51a1c750-a608-41d1-91bb-ec622f70079c] socks connection closed\n2025-08-01 04:26:32.593 [info] [command][ae917204-c645-4f19-8ce5-e9be9d74543c] Socket close event received\n2025-08-01 04:26:32.651 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51533 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:27:32.598 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:27:32.599 [info] [command][fc8676fe-a41e-4a47-afb2-684d7984e8f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc8676fe-a41e-4a47-afb2-684d7984e8f1""}\n2025-08-01 04:27:32.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0577f646-f220-4de0-a2fa-591e5e3be06d] received connection request\n2025-08-01 04:27:32.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:27:32.642 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0577f646-f220-4de0-a2fa-591e5e3be06d] socks forwarding established\n2025-08-01 04:27:32.687 [info] [command][fc8676fe-a41e-4a47-afb2-684d7984e8f1] Process exited with code 0\n2025-08-01 04:27:32.688 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0577f646-f220-4de0-a2fa-591e5e3be06d] socks connection closed\n2025-08-01 04:27:32.688 [info] [command][fc8676fe-a41e-4a47-afb2-684d7984e8f1] Socket close event received\n2025-08-01 04:27:32.741 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51564 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:28:32.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:28:33.608 [info] [command][8b471468-a95e-424b-9c52-72077b979304] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8b471468-a95e-424b-9c52-72077b979304""}\n2025-08-01 04:28:33.609 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b854ca65-5af9-45e1-bb5e-13c7589f6b6b] received connection request\n2025-08-01 04:28:33.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:28:33.881 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b854ca65-5af9-45e1-bb5e-13c7589f6b6b] socks forwarding established\n2025-08-01 04:28:33.956 [info] [command][8b471468-a95e-424b-9c52-72077b979304] Process exited with code 0\n2025-08-01 04:28:33.956 [info] [command][8b471468-a95e-424b-9c52-72077b979304] Socket close event received\n2025-08-01 04:28:34.006 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51597 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:28:34.006 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b854ca65-5af9-45e1-bb5e-13c7589f6b6b] socks connection closed\n2025-08-01 04:29:33.957 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:29:33.958 [info] [command][e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8""}\n2025-08-01 04:29:33.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ebad2e5d-4198-442c-aea1-8a606ce73bd9] received connection request\n2025-08-01 04:29:33.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:29:34.005 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebad2e5d-4198-442c-aea1-8a606ce73bd9] socks forwarding established\n2025-08-01 04:29:34.050 [info] [command][e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8] Process exited with code 0\n2025-08-01 04:29:34.050 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebad2e5d-4198-442c-aea1-8a606ce73bd9] socks connection closed\n2025-08-01 04:29:34.050 [info] [command][e27b2a7e-069a-4ba2-a24f-2f49f0ec2fc8] Socket close event received\n2025-08-01 04:29:34.090 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51622 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:30:34.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:30:34.059 [info] [command][d567c2b0-6c6c-4354-994c-a6b7a80fd2a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d567c2b0-6c6c-4354-994c-a6b7a80fd2a8""}\n2025-08-01 04:30:34.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][90fd6a67-4c62-4138-8e53-97811d5eae37] received connection request\n2025-08-01 04:30:34.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:30:34.177 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90fd6a67-4c62-4138-8e53-97811d5eae37] socks forwarding established\n2025-08-01 04:30:34.222 [info] [command][d567c2b0-6c6c-4354-994c-a6b7a80fd2a8] Process exited with code 0\n2025-08-01 04:30:34.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][90fd6a67-4c62-4138-8e53-97811d5eae37] socks connection closed\n2025-08-01 04:30:34.222 [info] [command][d567c2b0-6c6c-4354-994c-a6b7a80fd2a8] Socket close event received\n2025-08-01 04:30:34.266 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51644 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:31:34.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:31:34.229 [info] [command][cd1ccd46-0c58-4581-a758-a6d6857ae1ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cd1ccd46-0c58-4581-a758-a6d6857ae1ba""}\n2025-08-01 04:31:34.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bbc2d0f7-e07a-461d-abd6-a376a4bc2d77] received connection request\n2025-08-01 04:31:34.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:31:34.278 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bbc2d0f7-e07a-461d-abd6-a376a4bc2d77] socks forwarding established\n2025-08-01 04:31:34.322 [info] [command][cd1ccd46-0c58-4581-a758-a6d6857ae1ba] Process exited with code 0\n2025-08-01 04:31:34.323 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bbc2d0f7-e07a-461d-abd6-a376a4bc2d77] socks connection closed\n2025-08-01 04:31:34.323 [info] [command][cd1ccd46-0c58-4581-a758-a6d6857ae1ba] Socket close event received\n2025-08-01 04:31:34.363 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51669 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:32:34.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:32:34.330 [info] [command][e92b06b5-86b3-40cc-b6b0-a87f3e582431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e92b06b5-86b3-40cc-b6b0-a87f3e582431""}\n2025-08-01 04:32:34.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][49439971-967b-4335-93bb-ff7fa71f069b] received connection request\n2025-08-01 04:32:34.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:32:34.436 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][49439971-967b-4335-93bb-ff7fa71f069b] socks forwarding established\n2025-08-01 04:32:34.481 [info] [command][e92b06b5-86b3-40cc-b6b0-a87f3e582431] Process exited with code 0\n2025-08-01 04:32:34.481 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][49439971-967b-4335-93bb-ff7fa71f069b] socks connection closed\n2025-08-01 04:32:34.481 [info] [command][e92b06b5-86b3-40cc-b6b0-a87f3e582431] Socket close event received\n2025-08-01 04:32:34.550 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51698 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:33:34.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:33:34.492 [info] [command][fb206d6d-2977-4bc6-9c11-0049d665e0f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fb206d6d-2977-4bc6-9c11-0049d665e0f0""}\n2025-08-01 04:33:34.493 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ac4500f9-caa0-4a0c-8dff-4ba50849b9d5] received connection request\n2025-08-01 04:33:34.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:33:34.537 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac4500f9-caa0-4a0c-8dff-4ba50849b9d5] socks forwarding established\n2025-08-01 04:33:34.581 [info] [command][fb206d6d-2977-4bc6-9c11-0049d665e0f0] Process exited with code 0\n2025-08-01 04:33:34.582 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ac4500f9-caa0-4a0c-8dff-4ba50849b9d5] socks connection closed\n2025-08-01 04:33:34.582 [info] [command][fb206d6d-2977-4bc6-9c11-0049d665e0f0] Socket close event received\n2025-08-01 04:33:34.622 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51736 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:34:34.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:34:34.585 [info] [command][7ed047a3-bf7c-4dd5-86eb-8b0091011286] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7ed047a3-bf7c-4dd5-86eb-8b0091011286""}\n2025-08-01 04:34:34.586 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e14930e7-8d43-40a0-b76b-ff74008cb685] received connection request\n2025-08-01 04:34:34.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:34:34.631 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e14930e7-8d43-40a0-b76b-ff74008cb685] socks forwarding established\n2025-08-01 04:34:34.676 [info] [command][7ed047a3-bf7c-4dd5-86eb-8b0091011286] Process exited with code 0\n2025-08-01 04:34:34.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e14930e7-8d43-40a0-b76b-ff74008cb685] socks connection closed\n2025-08-01 04:34:34.676 [info] [command][7ed047a3-bf7c-4dd5-86eb-8b0091011286] Socket close event received\n2025-08-01 04:34:34.716 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51754 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:35:34.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:35:34.684 [info] [command][91124d33-2d00-450b-a790-534ef7de4cbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""91124d33-2d00-450b-a790-534ef7de4cbb""}\n2025-08-01 04:35:34.685 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e9af1ffc-3f5b-4942-9ba0-24d2c0cb9bbe] received connection request\n2025-08-01 04:35:34.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:35:34.727 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9af1ffc-3f5b-4942-9ba0-24d2c0cb9bbe] socks forwarding established\n2025-08-01 04:35:34.774 [info] [command][91124d33-2d00-450b-a790-534ef7de4cbb] Process exited with code 0\n2025-08-01 04:35:34.774 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9af1ffc-3f5b-4942-9ba0-24d2c0cb9bbe] socks connection closed\n2025-08-01 04:35:34.774 [info] [command][91124d33-2d00-450b-a790-534ef7de4cbb] Socket close event received\n2025-08-01 04:35:34.814 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51781 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:36:34.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:36:34.778 [info] [command][40dfad60-6863-4356-bcc1-589fcca1ed8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""40dfad60-6863-4356-bcc1-589fcca1ed8b""}\n2025-08-01 04:36:34.780 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8e7fa154-ccd5-48c0-932a-a72fd8cbf0ef] received connection request\n2025-08-01 04:36:34.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:36:34.821 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8e7fa154-ccd5-48c0-932a-a72fd8cbf0ef] socks forwarding established\n2025-08-01 04:36:34.866 [info] [command][40dfad60-6863-4356-bcc1-589fcca1ed8b] Process exited with code 0\n2025-08-01 04:36:34.866 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8e7fa154-ccd5-48c0-932a-a72fd8cbf0ef] socks connection closed\n2025-08-01 04:36:34.866 [info] [command][40dfad60-6863-4356-bcc1-589fcca1ed8b] Socket close event received\n2025-08-01 04:36:34.907 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51799 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:37:34.868 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:37:34.870 [info] [command][5d2992f2-73b0-484c-8751-5ae8450898f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5d2992f2-73b0-484c-8751-5ae8450898f3""}\n2025-08-01 04:37:34.871 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][02a470b7-bf7e-40a7-bc89-241c5fc9d045] received connection request\n2025-08-01 04:37:34.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:37:34.917 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02a470b7-bf7e-40a7-bc89-241c5fc9d045] socks forwarding established\n2025-08-01 04:37:34.961 [info] [command][5d2992f2-73b0-484c-8751-5ae8450898f3] Process exited with code 0\n2025-08-01 04:37:34.962 [info] [command][5d2992f2-73b0-484c-8751-5ae8450898f3] Socket close event received\n2025-08-01 04:37:34.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][02a470b7-bf7e-40a7-bc89-241c5fc9d045] socks connection closed\n2025-08-01 04:37:35.075 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51834 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:38:34.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:38:34.972 [info] [command][cb0a17da-3f60-4c7d-845f-452011356a2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cb0a17da-3f60-4c7d-845f-452011356a2a""}\n2025-08-01 04:38:34.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c04b7ffa-1573-4193-bbca-fdd136f506ab] received connection request\n2025-08-01 04:38:34.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:38:35.023 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c04b7ffa-1573-4193-bbca-fdd136f506ab] socks forwarding established\n2025-08-01 04:38:35.066 [info] [command][cb0a17da-3f60-4c7d-845f-452011356a2a] Process exited with code 0\n2025-08-01 04:38:35.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c04b7ffa-1573-4193-bbca-fdd136f506ab] socks connection closed\n2025-08-01 04:38:35.067 [info] [command][cb0a17da-3f60-4c7d-845f-452011356a2a] Socket close event received\n2025-08-01 04:38:35.110 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:39:35.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:39:35.079 [info] [command][247c7c0f-df5b-42d5-ae81-f64c801397b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""247c7c0f-df5b-42d5-ae81-f64c801397b6""}\n2025-08-01 04:39:35.080 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c89c208-091a-486b-afde-627f9b260e9b] received connection request\n2025-08-01 04:39:35.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:39:35.127 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c89c208-091a-486b-afde-627f9b260e9b] socks forwarding established\n2025-08-01 04:39:35.171 [info] [command][247c7c0f-df5b-42d5-ae81-f64c801397b6] Process exited with code 0\n2025-08-01 04:39:35.171 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c89c208-091a-486b-afde-627f9b260e9b] socks connection closed\n2025-08-01 04:39:35.171 [info] [command][247c7c0f-df5b-42d5-ae81-f64c801397b6] Socket close event received\n2025-08-01 04:39:35.210 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51909 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:40:35.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:40:35.174 [info] [command][56780472-ede0-49d3-9be1-ee5b5ba1ec1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""56780472-ede0-49d3-9be1-ee5b5ba1ec1b""}\n2025-08-01 04:40:35.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8d76f2af-2c05-46ae-bbf6-875143383e44] received connection request\n2025-08-01 04:40:35.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:40:35.221 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8d76f2af-2c05-46ae-bbf6-875143383e44] socks forwarding established\n2025-08-01 04:40:35.266 [info] [command][56780472-ede0-49d3-9be1-ee5b5ba1ec1b] Process exited with code 0\n2025-08-01 04:40:35.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8d76f2af-2c05-46ae-bbf6-875143383e44] socks connection closed\n2025-08-01 04:40:35.266 [info] [command][56780472-ede0-49d3-9be1-ee5b5ba1ec1b] Socket close event received\n2025-08-01 04:40:35.307 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:41:35.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:41:35.278 [info] [command][312383bf-dc0d-4180-99e5-b67cfd55a994] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""312383bf-dc0d-4180-99e5-b67cfd55a994""}\n2025-08-01 04:41:35.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8cf35544-cf11-4bbe-a58b-2d4f8e216280] received connection request\n2025-08-01 04:41:35.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:41:35.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cf35544-cf11-4bbe-a58b-2d4f8e216280] socks forwarding established\n2025-08-01 04:41:35.368 [info] [command][312383bf-dc0d-4180-99e5-b67cfd55a994] Process exited with code 0\n2025-08-01 04:41:35.368 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cf35544-cf11-4bbe-a58b-2d4f8e216280] socks connection closed\n2025-08-01 04:41:35.368 [info] [command][312383bf-dc0d-4180-99e5-b67cfd55a994] Socket close event received\n2025-08-01 04:41:35.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51964 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:42:35.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:42:35.372 [info] [command][b0850278-e2e2-4946-9191-3362342f98fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0850278-e2e2-4946-9191-3362342f98fc""}\n2025-08-01 04:42:35.373 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c65ddad0-ad5e-49ba-be7c-7123cb627559] received connection request\n2025-08-01 04:42:35.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:42:35.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c65ddad0-ad5e-49ba-be7c-7123cb627559] socks forwarding established\n2025-08-01 04:42:35.467 [info] [command][b0850278-e2e2-4946-9191-3362342f98fc] Process exited with code 0\n2025-08-01 04:42:35.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c65ddad0-ad5e-49ba-be7c-7123cb627559] socks connection closed\n2025-08-01 04:42:35.467 [info] [command][b0850278-e2e2-4946-9191-3362342f98fc] Socket close event received\n2025-08-01 04:42:35.526 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 51996 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:43:35.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:43:35.479 [info] [command][ce237072-9aaf-4608-8f34-7773dcce2fae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ce237072-9aaf-4608-8f34-7773dcce2fae""}\n2025-08-01 04:43:35.480 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][588d3f80-a747-4531-8185-3905e428c556] received connection request\n2025-08-01 04:43:35.481 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:43:35.527 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][588d3f80-a747-4531-8185-3905e428c556] socks forwarding established\n2025-08-01 04:43:35.572 [info] [command][ce237072-9aaf-4608-8f34-7773dcce2fae] Process exited with code 0\n2025-08-01 04:43:35.572 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][588d3f80-a747-4531-8185-3905e428c556] socks connection closed\n2025-08-01 04:43:35.573 [info] [command][ce237072-9aaf-4608-8f34-7773dcce2fae] Socket close event received\n2025-08-01 04:43:35.612 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52029 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:44:35.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:44:35.576 [info] [command][4c15df02-12c5-48f4-99a2-2d388e1ebd3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4c15df02-12c5-48f4-99a2-2d388e1ebd3b""}\n2025-08-01 04:44:35.576 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][663f819e-0299-4677-8535-cbca5f569eb0] received connection request\n2025-08-01 04:44:35.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:44:35.617 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][663f819e-0299-4677-8535-cbca5f569eb0] socks forwarding established\n2025-08-01 04:44:35.663 [info] [command][4c15df02-12c5-48f4-99a2-2d388e1ebd3b] Process exited with code 0\n2025-08-01 04:44:35.663 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][663f819e-0299-4677-8535-cbca5f569eb0] socks connection closed\n2025-08-01 04:44:35.663 [info] [command][4c15df02-12c5-48f4-99a2-2d388e1ebd3b] Socket close event received\n2025-08-01 04:44:35.708 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52043 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:45:35.670 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:45:35.673 [info] [command][351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0""}\n2025-08-01 04:45:35.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][35860032-4e58-408f-920e-e101ea66d2a9] received connection request\n2025-08-01 04:45:35.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:45:35.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35860032-4e58-408f-920e-e101ea66d2a9] socks forwarding established\n2025-08-01 04:45:35.763 [info] [command][351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0] Process exited with code 0\n2025-08-01 04:45:35.764 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35860032-4e58-408f-920e-e101ea66d2a9] socks connection closed\n2025-08-01 04:45:35.764 [info] [command][351ce7fd-d1a5-4f41-a0d3-5aa9808d1ef0] Socket close event received\n2025-08-01 04:45:35.803 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52058 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:46:35.774 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:46:35.776 [info] [command][f0a0aa70-4568-4026-abca-548d3d57342c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f0a0aa70-4568-4026-abca-548d3d57342c""}\n2025-08-01 04:46:35.777 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8ee6917c-2631-4ab5-9803-9a73ce65e46f] received connection request\n2025-08-01 04:46:35.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:46:35.826 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ee6917c-2631-4ab5-9803-9a73ce65e46f] socks forwarding established\n2025-08-01 04:46:35.873 [info] [command][f0a0aa70-4568-4026-abca-548d3d57342c] Process exited with code 0\n2025-08-01 04:46:35.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8ee6917c-2631-4ab5-9803-9a73ce65e46f] socks connection closed\n2025-08-01 04:46:35.874 [info] [command][f0a0aa70-4568-4026-abca-548d3d57342c] Socket close event received\n2025-08-01 04:46:35.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52073 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:47:35.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:47:35.888 [info] [command][19668027-bc4e-455f-b93a-52a3e25a6235] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""19668027-bc4e-455f-b93a-52a3e25a6235""}\n2025-08-01 04:47:35.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9995f2f7-614a-4efb-8efc-77d9914ffeed] received connection request\n2025-08-01 04:47:35.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:47:35.931 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9995f2f7-614a-4efb-8efc-77d9914ffeed] socks forwarding established\n2025-08-01 04:47:35.973 [info] [command][19668027-bc4e-455f-b93a-52a3e25a6235] Process exited with code 0\n2025-08-01 04:47:35.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9995f2f7-614a-4efb-8efc-77d9914ffeed] socks connection closed\n2025-08-01 04:47:35.974 [info] [command][19668027-bc4e-455f-b93a-52a3e25a6235] Socket close event received\n2025-08-01 04:47:36.014 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52102 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:48:35.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:48:35.984 [info] [command][fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d""}\n2025-08-01 04:48:35.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9fa486e8-898d-458a-9c8e-542f91cce995] received connection request\n2025-08-01 04:48:35.985 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:48:36.032 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fa486e8-898d-458a-9c8e-542f91cce995] socks forwarding established\n2025-08-01 04:48:36.078 [info] [command][fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d] Process exited with code 0\n2025-08-01 04:48:36.078 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fa486e8-898d-458a-9c8e-542f91cce995] socks connection closed\n2025-08-01 04:48:36.078 [info] [command][fc7e1b06-fcd1-4ec5-80a9-1949bda3f24d] Socket close event received\n2025-08-01 04:48:36.119 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52135 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:49:36.081 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:49:36.083 [info] [command][8510be3a-9450-41ac-a81d-62e6466395b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8510be3a-9450-41ac-a81d-62e6466395b1""}\n2025-08-01 04:49:36.083 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b0acc4b8-e90c-4181-a63b-54471056858c] received connection request\n2025-08-01 04:49:36.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:49:36.126 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0acc4b8-e90c-4181-a63b-54471056858c] socks forwarding established\n2025-08-01 04:49:36.171 [info] [command][8510be3a-9450-41ac-a81d-62e6466395b1] Process exited with code 0\n2025-08-01 04:49:36.171 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b0acc4b8-e90c-4181-a63b-54471056858c] socks connection closed\n2025-08-01 04:49:36.171 [info] [command][8510be3a-9450-41ac-a81d-62e6466395b1] Socket close event received\n2025-08-01 04:49:36.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52154 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:50:36.175 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:50:36.177 [info] [command][15b754c2-ea1e-4495-b4c5-e7df9ac197d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15b754c2-ea1e-4495-b4c5-e7df9ac197d9""}\n2025-08-01 04:50:36.178 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][470e05fc-fddf-4330-b285-c87f33c42f95] received connection request\n2025-08-01 04:50:36.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:50:36.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][470e05fc-fddf-4330-b285-c87f33c42f95] socks forwarding established\n2025-08-01 04:50:36.268 [info] [command][15b754c2-ea1e-4495-b4c5-e7df9ac197d9] Process exited with code 0\n2025-08-01 04:50:36.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][470e05fc-fddf-4330-b285-c87f33c42f95] socks connection closed\n2025-08-01 04:50:36.269 [info] [command][15b754c2-ea1e-4495-b4c5-e7df9ac197d9] Socket close event received\n2025-08-01 04:50:36.310 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52185 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:51:36.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:51:36.275 [info] [command][91bc4744-b350-45ce-bc71-b1cc72f2b5b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""91bc4744-b350-45ce-bc71-b1cc72f2b5b3""}\n2025-08-01 04:51:36.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f5cb0a0d-6903-4527-8de1-f659a64d3f97] received connection request\n2025-08-01 04:51:36.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:51:36.337 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5cb0a0d-6903-4527-8de1-f659a64d3f97] socks forwarding established\n2025-08-01 04:51:36.404 [info] [command][91bc4744-b350-45ce-bc71-b1cc72f2b5b3] Process exited with code 0\n2025-08-01 04:51:36.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f5cb0a0d-6903-4527-8de1-f659a64d3f97] socks connection closed\n2025-08-01 04:51:36.405 [info] [command][91bc4744-b350-45ce-bc71-b1cc72f2b5b3] Socket close event received\n2025-08-01 04:51:36.448 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:52:36.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:52:36.417 [info] [command][6f71e77c-e778-40bf-9d90-8d46a9bbf0b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f71e77c-e778-40bf-9d90-8d46a9bbf0b6""}\n2025-08-01 04:52:36.417 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][711e2a83-0e68-43bb-9a57-9e001a5ba98a] received connection request\n2025-08-01 04:52:36.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:52:36.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][711e2a83-0e68-43bb-9a57-9e001a5ba98a] socks forwarding established\n2025-08-01 04:52:36.507 [info] [command][6f71e77c-e778-40bf-9d90-8d46a9bbf0b6] Process exited with code 0\n2025-08-01 04:52:36.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][711e2a83-0e68-43bb-9a57-9e001a5ba98a] socks connection closed\n2025-08-01 04:52:36.507 [info] [command][6f71e77c-e778-40bf-9d90-8d46a9bbf0b6] Socket close event received\n2025-08-01 04:52:36.547 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52231 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:53:36.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:53:36.514 [info] [command][64639167-68fb-40aa-a42d-a5d500dcf6cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""64639167-68fb-40aa-a42d-a5d500dcf6cf""}\n2025-08-01 04:53:36.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][78087c6b-d937-4bef-be24-1e02ecce8499] received connection request\n2025-08-01 04:53:36.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:53:36.559 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78087c6b-d937-4bef-be24-1e02ecce8499] socks forwarding established\n2025-08-01 04:53:36.607 [info] [command][64639167-68fb-40aa-a42d-a5d500dcf6cf] Process exited with code 0\n2025-08-01 04:53:36.607 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][78087c6b-d937-4bef-be24-1e02ecce8499] socks connection closed\n2025-08-01 04:53:36.608 [info] [command][64639167-68fb-40aa-a42d-a5d500dcf6cf] Socket close event received\n2025-08-01 04:53:36.648 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:54:36.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:54:36.609 [info] [command][eb345ce7-d9f5-41ea-af00-50e8ed1fb248] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eb345ce7-d9f5-41ea-af00-50e8ed1fb248""}\n2025-08-01 04:54:36.610 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9df1397e-d1d1-45fa-8195-68d5995c55e8] received connection request\n2025-08-01 04:54:36.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:54:36.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9df1397e-d1d1-45fa-8195-68d5995c55e8] socks forwarding established\n2025-08-01 04:54:36.698 [info] [command][eb345ce7-d9f5-41ea-af00-50e8ed1fb248] Process exited with code 0\n2025-08-01 04:54:36.698 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9df1397e-d1d1-45fa-8195-68d5995c55e8] socks connection closed\n2025-08-01 04:54:36.698 [info] [command][eb345ce7-d9f5-41ea-af00-50e8ed1fb248] Socket close event received\n2025-08-01 04:54:36.741 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52290 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:55:36.708 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:55:36.710 [info] [command][6f8e43d1-6522-47b0-8ec8-f5da9555d90c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f8e43d1-6522-47b0-8ec8-f5da9555d90c""}\n2025-08-01 04:55:36.711 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][94ab9e64-998e-48d3-981e-fd035656f92e] received connection request\n2025-08-01 04:55:36.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:55:36.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][94ab9e64-998e-48d3-981e-fd035656f92e] socks forwarding established\n2025-08-01 04:55:36.895 [info] [command][6f8e43d1-6522-47b0-8ec8-f5da9555d90c] Process exited with code 0\n2025-08-01 04:55:36.895 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][94ab9e64-998e-48d3-981e-fd035656f92e] socks connection closed\n2025-08-01 04:55:36.895 [info] [command][6f8e43d1-6522-47b0-8ec8-f5da9555d90c] Socket close event received\n2025-08-01 04:55:36.934 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52305 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:56:36.897 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:56:36.898 [info] [command][67ff9617-4e07-40da-8d87-1439f616e206] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""67ff9617-4e07-40da-8d87-1439f616e206""}\n2025-08-01 04:56:36.899 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][811c8691-8673-4f31-aa3f-a479a003d02b] received connection request\n2025-08-01 04:56:36.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:56:37.137 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][811c8691-8673-4f31-aa3f-a479a003d02b] socks forwarding established\n2025-08-01 04:56:37.180 [info] [command][67ff9617-4e07-40da-8d87-1439f616e206] Process exited with code 0\n2025-08-01 04:56:37.180 [info] [command][67ff9617-4e07-40da-8d87-1439f616e206] Socket close event received\n2025-08-01 04:56:37.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][811c8691-8673-4f31-aa3f-a479a003d02b] socks connection closed\n2025-08-01 04:56:37.221 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52322 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:57:37.188 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:57:37.190 [info] [command][384da10a-bf0d-43de-a453-4133fc826cf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""384da10a-bf0d-43de-a453-4133fc826cf0""}\n2025-08-01 04:57:37.191 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d786cde1-741b-4c75-a27f-4ad18a74de73] received connection request\n2025-08-01 04:57:37.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:57:37.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d786cde1-741b-4c75-a27f-4ad18a74de73] socks forwarding established\n2025-08-01 04:57:37.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d786cde1-741b-4c75-a27f-4ad18a74de73] socks connection closed\n2025-08-01 04:57:37.283 [info] [command][384da10a-bf0d-43de-a453-4133fc826cf0] Process exited with code 0\n2025-08-01 04:57:37.283 [info] [command][384da10a-bf0d-43de-a453-4133fc826cf0] Socket close event received\n2025-08-01 04:57:37.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52350 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:58:37.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:58:37.292 [info] [command][b373b7b6-b97e-4bc0-8af2-d7e956a3addc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b373b7b6-b97e-4bc0-8af2-d7e956a3addc""}\n2025-08-01 04:58:37.292 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6052775b-3fbd-4d94-a109-fd514d7cf108] received connection request\n2025-08-01 04:58:37.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:58:37.343 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6052775b-3fbd-4d94-a109-fd514d7cf108] socks forwarding established\n2025-08-01 04:58:37.388 [info] [command][b373b7b6-b97e-4bc0-8af2-d7e956a3addc] Process exited with code 0\n2025-08-01 04:58:37.388 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6052775b-3fbd-4d94-a109-fd514d7cf108] socks connection closed\n2025-08-01 04:58:37.388 [info] [command][b373b7b6-b97e-4bc0-8af2-d7e956a3addc] Socket close event received\n2025-08-01 04:58:37.429 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52387 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 04:59:37.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 04:59:37.400 [info] [command][625a7c6a-9893-4f2f-82cc-a9b352057c7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""625a7c6a-9893-4f2f-82cc-a9b352057c7b""}\n2025-08-01 04:59:37.400 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][58ab5b22-7ab8-49e3-a9de-64090e5609b8] received connection request\n2025-08-01 04:59:37.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 04:59:37.401 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 04:59:37.443 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58ab5b22-7ab8-49e3-a9de-64090e5609b8] socks forwarding established\n2025-08-01 04:59:37.488 [info] [command][625a7c6a-9893-4f2f-82cc-a9b352057c7b] Process exited with code 0\n2025-08-01 04:59:37.488 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58ab5b22-7ab8-49e3-a9de-64090e5609b8] socks connection closed\n2025-08-01 04:59:37.489 [info] [command][625a7c6a-9893-4f2f-82cc-a9b352057c7b] Socket close event received\n2025-08-01 04:59:37.526 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52424 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:00:37.490 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:00:37.491 [info] [command][549f6657-1482-4f8f-b948-436770ee210b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""549f6657-1482-4f8f-b948-436770ee210b""}\n2025-08-01 05:00:37.492 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][83560d48-e959-48fa-83f0-2762f00b7b8c] received connection request\n2025-08-01 05:00:37.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:00:37.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83560d48-e959-48fa-83f0-2762f00b7b8c] socks forwarding established\n2025-08-01 05:00:37.659 [info] [command][549f6657-1482-4f8f-b948-436770ee210b] Process exited with code 0\n2025-08-01 05:00:37.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][83560d48-e959-48fa-83f0-2762f00b7b8c] socks connection closed\n2025-08-01 05:00:37.660 [info] [command][549f6657-1482-4f8f-b948-436770ee210b] Socket close event received\n2025-08-01 05:00:37.699 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52435 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:01:37.669 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:01:37.672 [info] [command][5c4fdb94-2842-4d0e-8847-686c7b2f0d29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5c4fdb94-2842-4d0e-8847-686c7b2f0d29""}\n2025-08-01 05:01:37.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][423d7240-e273-4fc3-8ab3-df490d89f5a9] received connection request\n2025-08-01 05:01:37.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:01:37.715 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423d7240-e273-4fc3-8ab3-df490d89f5a9] socks forwarding established\n2025-08-01 05:01:37.845 [info] [command][5c4fdb94-2842-4d0e-8847-686c7b2f0d29] Process exited with code 0\n2025-08-01 05:01:37.845 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][423d7240-e273-4fc3-8ab3-df490d89f5a9] socks connection closed\n2025-08-01 05:01:37.845 [info] [command][5c4fdb94-2842-4d0e-8847-686c7b2f0d29] Socket close event received\n2025-08-01 05:01:37.912 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52449 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:02:37.855 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:02:37.857 [info] [command][8ed45284-7d14-4a7a-82af-fbeeb2943a41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8ed45284-7d14-4a7a-82af-fbeeb2943a41""}\n2025-08-01 05:02:37.858 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b73d4f36-bbac-4bac-a4d2-3cb8d19ddf35] received connection request\n2025-08-01 05:02:37.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:02:37.901 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b73d4f36-bbac-4bac-a4d2-3cb8d19ddf35] socks forwarding established\n2025-08-01 05:02:37.945 [info] [command][8ed45284-7d14-4a7a-82af-fbeeb2943a41] Process exited with code 0\n2025-08-01 05:02:37.946 [info] [command][8ed45284-7d14-4a7a-82af-fbeeb2943a41] Socket close event received\n2025-08-01 05:02:37.946 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b73d4f36-bbac-4bac-a4d2-3cb8d19ddf35] socks connection closed\n2025-08-01 05:02:37.986 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52475 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:03:37.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:03:37.951 [info] [command][06df7cb5-c38a-4673-8aff-f04c6ee10b83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""06df7cb5-c38a-4673-8aff-f04c6ee10b83""}\n2025-08-01 05:03:37.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][43d0dc52-b721-4c46-b5dd-ae641eacdeac] received connection request\n2025-08-01 05:03:37.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:03:37.993 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][43d0dc52-b721-4c46-b5dd-ae641eacdeac] socks forwarding established\n2025-08-01 05:03:38.036 [info] [command][06df7cb5-c38a-4673-8aff-f04c6ee10b83] Process exited with code 0\n2025-08-01 05:03:38.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][43d0dc52-b721-4c46-b5dd-ae641eacdeac] socks connection closed\n2025-08-01 05:03:38.036 [info] [command][06df7cb5-c38a-4673-8aff-f04c6ee10b83] Socket close event received\n2025-08-01 05:03:38.076 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52503 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:04:38.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:04:38.047 [info] [command][9b6a55f0-4adf-4309-9a2d-082e0455825c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9b6a55f0-4adf-4309-9a2d-082e0455825c""}\n2025-08-01 05:04:38.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3544434b-0ae2-4a42-8314-854e213e651f] received connection request\n2025-08-01 05:04:38.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:04:38.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3544434b-0ae2-4a42-8314-854e213e651f] socks forwarding established\n2025-08-01 05:04:38.140 [info] [command][9b6a55f0-4adf-4309-9a2d-082e0455825c] Process exited with code 0\n2025-08-01 05:04:38.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3544434b-0ae2-4a42-8314-854e213e651f] socks connection closed\n2025-08-01 05:04:38.140 [info] [command][9b6a55f0-4adf-4309-9a2d-082e0455825c] Socket close event received\n2025-08-01 05:04:38.179 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52518 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:05:38.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:05:38.146 [info] [command][e38d5f29-000c-4929-bb1d-6ff0d0f001b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e38d5f29-000c-4929-bb1d-6ff0d0f001b0""}\n2025-08-01 05:05:38.147 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e4004446-a36e-448d-acd2-d4b116a0e766] received connection request\n2025-08-01 05:05:38.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:05:38.194 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4004446-a36e-448d-acd2-d4b116a0e766] socks forwarding established\n2025-08-01 05:05:38.240 [info] [command][e38d5f29-000c-4929-bb1d-6ff0d0f001b0] Process exited with code 0\n2025-08-01 05:05:38.240 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4004446-a36e-448d-acd2-d4b116a0e766] socks connection closed\n2025-08-01 05:05:38.240 [info] [command][e38d5f29-000c-4929-bb1d-6ff0d0f001b0] Socket close event received\n2025-08-01 05:05:38.301 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52528 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:06:38.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:06:38.252 [info] [command][cf624e41-1db3-4c20-bfd3-92faa3a2c38f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cf624e41-1db3-4c20-bfd3-92faa3a2c38f""}\n2025-08-01 05:06:38.252 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e278f3c3-1083-4359-90a0-9f482aa3efab] received connection request\n2025-08-01 05:06:38.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:06:38.298 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e278f3c3-1083-4359-90a0-9f482aa3efab] socks forwarding established\n2025-08-01 05:06:38.343 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e278f3c3-1083-4359-90a0-9f482aa3efab] socks connection closed\n2025-08-01 05:06:38.344 [info] [command][cf624e41-1db3-4c20-bfd3-92faa3a2c38f] Process exited with code 0\n2025-08-01 05:06:38.344 [info] [command][cf624e41-1db3-4c20-bfd3-92faa3a2c38f] Socket close event received\n2025-08-01 05:06:38.387 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52546 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:07:38.348 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:07:38.350 [info] [command][6763ea22-31c1-4c56-b7d0-5412a2380574] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6763ea22-31c1-4c56-b7d0-5412a2380574""}\n2025-08-01 05:07:38.350 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d05537d9-d482-4c9a-930b-df11cb5e0df5] received connection request\n2025-08-01 05:07:38.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:07:38.398 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d05537d9-d482-4c9a-930b-df11cb5e0df5] socks forwarding established\n2025-08-01 05:07:38.443 [info] [command][6763ea22-31c1-4c56-b7d0-5412a2380574] Process exited with code 0\n2025-08-01 05:07:38.443 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d05537d9-d482-4c9a-930b-df11cb5e0df5] socks connection closed\n2025-08-01 05:07:38.444 [info] [command][6763ea22-31c1-4c56-b7d0-5412a2380574] Socket close event received\n2025-08-01 05:07:38.485 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52579 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:08:38.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:08:38.454 [info] [command][13815b9a-5a83-44c5-9fba-e763ff511717] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""13815b9a-5a83-44c5-9fba-e763ff511717""}\n2025-08-01 05:08:38.455 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6141434a-63b6-455a-a17b-4fa0b08965ea] received connection request\n2025-08-01 05:08:38.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:08:38.508 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6141434a-63b6-455a-a17b-4fa0b08965ea] socks forwarding established\n2025-08-01 05:08:38.552 [info] [command][13815b9a-5a83-44c5-9fba-e763ff511717] Process exited with code 0\n2025-08-01 05:08:38.552 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6141434a-63b6-455a-a17b-4fa0b08965ea] socks connection closed\n2025-08-01 05:08:38.552 [info] [command][13815b9a-5a83-44c5-9fba-e763ff511717] Socket close event received\n2025-08-01 05:08:38.591 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52615 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:09:38.562 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:09:38.563 [info] [command][e29deaba-6beb-4df2-b0c0-95ce677e36a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e29deaba-6beb-4df2-b0c0-95ce677e36a1""}\n2025-08-01 05:09:38.564 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0fca61fa-2ed7-4245-a247-83f255b8c0e4] received connection request\n2025-08-01 05:09:38.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:09:38.613 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fca61fa-2ed7-4245-a247-83f255b8c0e4] socks forwarding established\n2025-08-01 05:09:38.657 [info] [command][e29deaba-6beb-4df2-b0c0-95ce677e36a1] Process exited with code 0\n2025-08-01 05:09:38.657 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0fca61fa-2ed7-4245-a247-83f255b8c0e4] socks connection closed\n2025-08-01 05:09:38.657 [info] [command][e29deaba-6beb-4df2-b0c0-95ce677e36a1] Socket close event received\n2025-08-01 05:09:38.695 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52631 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:10:38.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:10:38.669 [info] [command][40cb3b19-147a-42d7-81e1-d9a7036e1a56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""40cb3b19-147a-42d7-81e1-d9a7036e1a56""}\n2025-08-01 05:10:38.670 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6807f352-af88-4a41-82a3-4dc16539401f] received connection request\n2025-08-01 05:10:38.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:10:38.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6807f352-af88-4a41-82a3-4dc16539401f] socks forwarding established\n2025-08-01 05:10:38.819 [info] [command][40cb3b19-147a-42d7-81e1-d9a7036e1a56] Process exited with code 0\n2025-08-01 05:10:38.820 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6807f352-af88-4a41-82a3-4dc16539401f] socks connection closed\n2025-08-01 05:10:38.820 [info] [command][40cb3b19-147a-42d7-81e1-d9a7036e1a56] Socket close event received\n2025-08-01 05:10:38.884 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52646 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:11:38.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:11:38.823 [info] [command][a06cc21c-596b-4947-9990-544150e9f3c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a06cc21c-596b-4947-9990-544150e9f3c1""}\n2025-08-01 05:11:38.823 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1716ddac-d2cc-43c5-9a5a-b8966349d320] received connection request\n2025-08-01 05:11:38.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:11:38.870 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1716ddac-d2cc-43c5-9a5a-b8966349d320] socks forwarding established\n2025-08-01 05:11:38.916 [info] [command][a06cc21c-596b-4947-9990-544150e9f3c1] Process exited with code 0\n2025-08-01 05:11:38.916 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1716ddac-d2cc-43c5-9a5a-b8966349d320] socks connection closed\n2025-08-01 05:11:38.916 [info] [command][a06cc21c-596b-4947-9990-544150e9f3c1] Socket close event received\n2025-08-01 05:11:38.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52666 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:12:38.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:12:38.918 [info] [command][34a21c62-82d4-4e09-98e4-00a3fb7ced49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""34a21c62-82d4-4e09-98e4-00a3fb7ced49""}\n2025-08-01 05:12:38.919 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][622320f5-20be-4117-b4d2-3024caf5f364] received connection request\n2025-08-01 05:12:38.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:12:38.968 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][622320f5-20be-4117-b4d2-3024caf5f364] socks forwarding established\n2025-08-01 05:12:39.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][622320f5-20be-4117-b4d2-3024caf5f364] socks connection closed\n2025-08-01 05:12:39.014 [info] [command][34a21c62-82d4-4e09-98e4-00a3fb7ced49] Process exited with code 0\n2025-08-01 05:12:39.014 [info] [command][34a21c62-82d4-4e09-98e4-00a3fb7ced49] Socket close event received\n2025-08-01 05:12:39.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52694 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:13:39.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:13:39.026 [info] [command][38ff3dc4-b518-4ef3-95ca-059874da87df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""38ff3dc4-b518-4ef3-95ca-059874da87df""}\n2025-08-01 05:13:39.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8cdb0c9d-9b03-4768-973d-65787e7b56c8] received connection request\n2025-08-01 05:13:39.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:13:39.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cdb0c9d-9b03-4768-973d-65787e7b56c8] socks forwarding established\n2025-08-01 05:13:39.111 [info] [command][38ff3dc4-b518-4ef3-95ca-059874da87df] Process exited with code 0\n2025-08-01 05:13:39.111 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8cdb0c9d-9b03-4768-973d-65787e7b56c8] socks connection closed\n2025-08-01 05:13:39.111 [info] [command][38ff3dc4-b518-4ef3-95ca-059874da87df] Socket close event received\n2025-08-01 05:13:39.151 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52739 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:14:39.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:14:39.119 [info] [command][be235913-6e0e-4632-838c-1f72bcf67783] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""be235913-6e0e-4632-838c-1f72bcf67783""}\n2025-08-01 05:14:39.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e60852a0-9c30-4e57-af36-ae99c33c63d8] received connection request\n2025-08-01 05:14:39.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:14:39.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e60852a0-9c30-4e57-af36-ae99c33c63d8] socks forwarding established\n2025-08-01 05:14:39.248 [info] [command][be235913-6e0e-4632-838c-1f72bcf67783] Process exited with code 0\n2025-08-01 05:14:39.248 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e60852a0-9c30-4e57-af36-ae99c33c63d8] socks connection closed\n2025-08-01 05:14:39.248 [info] [command][be235913-6e0e-4632-838c-1f72bcf67783] Socket close event received\n2025-08-01 05:14:39.290 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52754 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:15:39.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:15:39.260 [info] [command][c904c16d-c545-4894-9084-841bce26b98a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c904c16d-c545-4894-9084-841bce26b98a""}\n2025-08-01 05:15:39.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13824036-c953-4ebf-80c2-b83e53b8b6b8] received connection request\n2025-08-01 05:15:39.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:15:39.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13824036-c953-4ebf-80c2-b83e53b8b6b8] socks forwarding established\n2025-08-01 05:15:39.480 [info] [command][c904c16d-c545-4894-9084-841bce26b98a] Process exited with code 0\n2025-08-01 05:15:39.480 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13824036-c953-4ebf-80c2-b83e53b8b6b8] socks connection closed\n2025-08-01 05:15:39.480 [info] [command][c904c16d-c545-4894-9084-841bce26b98a] Socket close event received\n2025-08-01 05:15:39.540 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52768 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:16:39.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:16:39.482 [info] [command][c65ccf6b-3f73-41c3-9269-d028652b351e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c65ccf6b-3f73-41c3-9269-d028652b351e""}\n2025-08-01 05:16:39.483 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f3f64b6b-7169-484a-aade-397a7472b8a5] received connection request\n2025-08-01 05:16:39.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:16:39.613 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3f64b6b-7169-484a-aade-397a7472b8a5] socks forwarding established\n2025-08-01 05:16:39.659 [info] [command][c65ccf6b-3f73-41c3-9269-d028652b351e] Process exited with code 0\n2025-08-01 05:16:39.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f3f64b6b-7169-484a-aade-397a7472b8a5] socks connection closed\n2025-08-01 05:16:39.660 [info] [command][c65ccf6b-3f73-41c3-9269-d028652b351e] Socket close event received\n2025-08-01 05:16:39.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52784 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:17:39.671 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:17:39.673 [info] [command][6b8ec798-7c72-4a1c-826a-1aa50080c892] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6b8ec798-7c72-4a1c-826a-1aa50080c892""}\n2025-08-01 05:17:39.673 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f61185e2-775d-4d97-86fc-5ca985fecdba] received connection request\n2025-08-01 05:17:39.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:17:39.726 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f61185e2-775d-4d97-86fc-5ca985fecdba] socks forwarding established\n2025-08-01 05:17:39.771 [info] [command][6b8ec798-7c72-4a1c-826a-1aa50080c892] Process exited with code 0\n2025-08-01 05:17:39.771 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f61185e2-775d-4d97-86fc-5ca985fecdba] socks connection closed\n2025-08-01 05:17:39.771 [info] [command][6b8ec798-7c72-4a1c-826a-1aa50080c892] Socket close event received\n2025-08-01 05:17:39.811 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52819 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:18:39.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:18:39.781 [info] [command][e8c9ed72-3282-4bbb-a33e-494813bdeae8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e8c9ed72-3282-4bbb-a33e-494813bdeae8""}\n2025-08-01 05:18:39.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ebfb7d59-4433-4e50-8276-6e86f7dfbd77] received connection request\n2025-08-01 05:18:39.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:18:39.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebfb7d59-4433-4e50-8276-6e86f7dfbd77] socks forwarding established\n2025-08-01 05:18:39.874 [info] [command][e8c9ed72-3282-4bbb-a33e-494813bdeae8] Process exited with code 0\n2025-08-01 05:18:39.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ebfb7d59-4433-4e50-8276-6e86f7dfbd77] socks connection closed\n2025-08-01 05:18:39.874 [info] [command][e8c9ed72-3282-4bbb-a33e-494813bdeae8] Socket close event received\n2025-08-01 05:18:39.918 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:19:39.885 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:19:39.887 [info] [command][b3679eaa-30c6-4c90-bd64-0532993661d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b3679eaa-30c6-4c90-bd64-0532993661d8""}\n2025-08-01 05:19:39.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d6e7d7cd-a5c4-48f1-91e9-eb5f005e70a6] received connection request\n2025-08-01 05:19:39.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:19:39.943 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6e7d7cd-a5c4-48f1-91e9-eb5f005e70a6] socks forwarding established\n2025-08-01 05:19:39.994 [info] [command][b3679eaa-30c6-4c90-bd64-0532993661d8] Process exited with code 0\n2025-08-01 05:19:39.994 [info] [command][b3679eaa-30c6-4c90-bd64-0532993661d8] Socket close event received\n2025-08-01 05:19:40.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6e7d7cd-a5c4-48f1-91e9-eb5f005e70a6] socks connection closed\n2025-08-01 05:19:40.034 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:20:39.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:20:39.998 [info] [command][89b2eeaa-c5db-4bcf-84a2-43fa25f51de5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""89b2eeaa-c5db-4bcf-84a2-43fa25f51de5""}\n2025-08-01 05:20:39.999 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c961a73-0406-42bf-8cf7-353584921fb9] received connection request\n2025-08-01 05:20:39.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:20:40.039 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c961a73-0406-42bf-8cf7-353584921fb9] socks forwarding established\n2025-08-01 05:20:40.083 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c961a73-0406-42bf-8cf7-353584921fb9] socks connection closed\n2025-08-01 05:20:40.083 [info] [command][89b2eeaa-c5db-4bcf-84a2-43fa25f51de5] Process exited with code 0\n2025-08-01 05:20:40.083 [info] [command][89b2eeaa-c5db-4bcf-84a2-43fa25f51de5] Socket close event received\n2025-08-01 05:20:40.124 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52899 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:21:40.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:21:40.089 [info] [command][26adaee6-4e45-4282-a9ba-d82ea83752a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""26adaee6-4e45-4282-a9ba-d82ea83752a9""}\n2025-08-01 05:21:40.089 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c6c27386-4e0a-4234-839e-e9c57c515d2b] received connection request\n2025-08-01 05:21:40.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:21:40.135 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c6c27386-4e0a-4234-839e-e9c57c515d2b] socks forwarding established\n2025-08-01 05:21:40.179 [info] [command][26adaee6-4e45-4282-a9ba-d82ea83752a9] Process exited with code 0\n2025-08-01 05:21:40.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c6c27386-4e0a-4234-839e-e9c57c515d2b] socks connection closed\n2025-08-01 05:21:40.180 [info] [command][26adaee6-4e45-4282-a9ba-d82ea83752a9] Socket close event received\n2025-08-01 05:21:40.221 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52934 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:22:40.186 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:22:40.187 [info] [command][aaaaa437-ba80-42d4-bab7-519d1a3b6a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""aaaaa437-ba80-42d4-bab7-519d1a3b6a21""}\n2025-08-01 05:22:40.188 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bc052247-f68f-42e9-97f2-da9409527051] received connection request\n2025-08-01 05:22:40.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:22:40.233 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc052247-f68f-42e9-97f2-da9409527051] socks forwarding established\n2025-08-01 05:22:40.279 [info] [command][aaaaa437-ba80-42d4-bab7-519d1a3b6a21] Process exited with code 0\n2025-08-01 05:22:40.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bc052247-f68f-42e9-97f2-da9409527051] socks connection closed\n2025-08-01 05:22:40.279 [info] [command][aaaaa437-ba80-42d4-bab7-519d1a3b6a21] Socket close event received\n2025-08-01 05:22:40.321 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52963 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:23:40.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:23:40.290 [info] [command][355c5a20-c838-4b98-8b29-8a7753dba2c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""355c5a20-c838-4b98-8b29-8a7753dba2c2""}\n2025-08-01 05:23:40.291 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db3bbd37-5811-4b7e-920d-f7ee30c04b96] received connection request\n2025-08-01 05:23:40.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:23:40.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db3bbd37-5811-4b7e-920d-f7ee30c04b96] socks forwarding established\n2025-08-01 05:23:40.379 [info] [command][355c5a20-c838-4b98-8b29-8a7753dba2c2] Process exited with code 0\n2025-08-01 05:23:40.380 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db3bbd37-5811-4b7e-920d-f7ee30c04b96] socks connection closed\n2025-08-01 05:23:40.380 [info] [command][355c5a20-c838-4b98-8b29-8a7753dba2c2] Socket close event received\n2025-08-01 05:23:40.420 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 52994 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:24:40.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:24:40.391 [info] [command][0775c49d-0faa-4a53-8c6b-c485ea6c705b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0775c49d-0faa-4a53-8c6b-c485ea6c705b""}\n2025-08-01 05:24:40.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e05f21e9-69da-4e6e-b312-dd6bb7bf65bb] received connection request\n2025-08-01 05:24:40.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:24:40.487 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e05f21e9-69da-4e6e-b312-dd6bb7bf65bb] socks forwarding established\n2025-08-01 05:24:40.535 [info] [command][0775c49d-0faa-4a53-8c6b-c485ea6c705b] Process exited with code 0\n2025-08-01 05:24:40.535 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e05f21e9-69da-4e6e-b312-dd6bb7bf65bb] socks connection closed\n2025-08-01 05:24:40.535 [info] [command][0775c49d-0faa-4a53-8c6b-c485ea6c705b] Socket close event received\n2025-08-01 05:24:40.578 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53005 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:25:40.544 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:25:40.545 [info] [command][bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1""}\n2025-08-01 05:25:40.546 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][75fef7c3-d690-4974-a6ad-e66511efc3d3] received connection request\n2025-08-01 05:25:40.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:25:40.590 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][75fef7c3-d690-4974-a6ad-e66511efc3d3] socks forwarding established\n2025-08-01 05:25:40.636 [info] [command][bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1] Process exited with code 0\n2025-08-01 05:25:40.636 [info] [command][bd0d35c1-7a6f-4629-9ed8-4e4491e1d0b1] Socket close event received\n2025-08-01 05:25:40.637 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][75fef7c3-d690-4974-a6ad-e66511efc3d3] socks connection closed\n2025-08-01 05:25:40.680 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53021 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:26:40.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:26:40.640 [info] [command][96099374-192b-47e6-9504-51b36112ef5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""96099374-192b-47e6-9504-51b36112ef5b""}\n2025-08-01 05:26:40.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0f197b6a-65f7-4c1f-a18c-143746061fb8] received connection request\n2025-08-01 05:26:40.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:26:40.683 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f197b6a-65f7-4c1f-a18c-143746061fb8] socks forwarding established\n2025-08-01 05:26:40.727 [info] [command][96099374-192b-47e6-9504-51b36112ef5b] Process exited with code 0\n2025-08-01 05:26:40.728 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0f197b6a-65f7-4c1f-a18c-143746061fb8] socks connection closed\n2025-08-01 05:26:40.728 [info] [command][96099374-192b-47e6-9504-51b36112ef5b] Socket close event received\n2025-08-01 05:26:40.768 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53041 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:27:40.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:27:40.731 [info] [command][7b88c9e6-586f-4be3-9864-819b935d7f1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7b88c9e6-586f-4be3-9864-819b935d7f1e""}\n2025-08-01 05:27:40.732 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ea076719-1025-4dc3-a7f3-967aacb1bc88] received connection request\n2025-08-01 05:27:40.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:27:40.776 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ea076719-1025-4dc3-a7f3-967aacb1bc88] socks forwarding established\n2025-08-01 05:27:40.823 [info] [command][7b88c9e6-586f-4be3-9864-819b935d7f1e] Process exited with code 0\n2025-08-01 05:27:40.823 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ea076719-1025-4dc3-a7f3-967aacb1bc88] socks connection closed\n2025-08-01 05:27:40.823 [info] [command][7b88c9e6-586f-4be3-9864-819b935d7f1e] Socket close event received\n2025-08-01 05:27:40.863 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53072 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:28:40.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:28:40.827 [info] [command][0446011e-6d4d-4b80-8078-97b5c3f1dfd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0446011e-6d4d-4b80-8078-97b5c3f1dfd4""}\n2025-08-01 05:28:40.828 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6c48d54c-e8b6-43ad-adee-0645c8593379] received connection request\n2025-08-01 05:28:40.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:28:40.877 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c48d54c-e8b6-43ad-adee-0645c8593379] socks forwarding established\n2025-08-01 05:28:40.922 [info] [command][0446011e-6d4d-4b80-8078-97b5c3f1dfd4] Process exited with code 0\n2025-08-01 05:28:40.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c48d54c-e8b6-43ad-adee-0645c8593379] socks connection closed\n2025-08-01 05:28:40.922 [info] [command][0446011e-6d4d-4b80-8078-97b5c3f1dfd4] Socket close event received\n2025-08-01 05:28:40.963 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53105 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:29:40.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:29:40.925 [info] [command][866ef53f-8d9e-43c8-9d84-fa199ca7d782] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""866ef53f-8d9e-43c8-9d84-fa199ca7d782""}\n2025-08-01 05:29:40.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c35dfa40-4687-4c59-87d7-ddf7c241e4b4] received connection request\n2025-08-01 05:29:40.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:29:40.969 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c35dfa40-4687-4c59-87d7-ddf7c241e4b4] socks forwarding established\n2025-08-01 05:29:41.015 [info] [command][866ef53f-8d9e-43c8-9d84-fa199ca7d782] Process exited with code 0\n2025-08-01 05:29:41.016 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c35dfa40-4687-4c59-87d7-ddf7c241e4b4] socks connection closed\n2025-08-01 05:29:41.016 [info] [command][866ef53f-8d9e-43c8-9d84-fa199ca7d782] Socket close event received\n2025-08-01 05:29:41.087 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53120 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:30:41.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:30:41.026 [info] [command][94835c6d-2c46-428d-86c4-1fc5a83c6a5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94835c6d-2c46-428d-86c4-1fc5a83c6a5e""}\n2025-08-01 05:30:41.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][93efc972-bd7d-4653-8226-5be4dc9d5511] received connection request\n2025-08-01 05:30:41.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:30:41.068 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93efc972-bd7d-4653-8226-5be4dc9d5511] socks forwarding established\n2025-08-01 05:30:41.113 [info] [command][94835c6d-2c46-428d-86c4-1fc5a83c6a5e] Process exited with code 0\n2025-08-01 05:30:41.113 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93efc972-bd7d-4653-8226-5be4dc9d5511] socks connection closed\n2025-08-01 05:30:41.114 [info] [command][94835c6d-2c46-428d-86c4-1fc5a83c6a5e] Socket close event received\n2025-08-01 05:30:41.153 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53139 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:31:41.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:31:41.117 [info] [command][1d68d735-9e31-485a-916c-7e745ea72979] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1d68d735-9e31-485a-916c-7e745ea72979""}\n2025-08-01 05:31:41.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e412d6b0-afba-4470-9669-53790edd5101] received connection request\n2025-08-01 05:31:41.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:31:41.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e412d6b0-afba-4470-9669-53790edd5101] socks forwarding established\n2025-08-01 05:31:41.275 [info] [command][1d68d735-9e31-485a-916c-7e745ea72979] Process exited with code 0\n2025-08-01 05:31:41.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e412d6b0-afba-4470-9669-53790edd5101] socks connection closed\n2025-08-01 05:31:41.275 [info] [command][1d68d735-9e31-485a-916c-7e745ea72979] Socket close event received\n2025-08-01 05:31:41.316 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53159 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:32:41.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:32:41.277 [info] [command][a05dcd40-3f71-43ba-a28a-fb735e581341] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a05dcd40-3f71-43ba-a28a-fb735e581341""}\n2025-08-01 05:32:41.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5eddbfd4-2f72-4644-9802-ad9ff8c6eba4] received connection request\n2025-08-01 05:32:41.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:32:41.327 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5eddbfd4-2f72-4644-9802-ad9ff8c6eba4] socks forwarding established\n2025-08-01 05:32:41.374 [info] [command][a05dcd40-3f71-43ba-a28a-fb735e581341] Process exited with code 0\n2025-08-01 05:32:41.374 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5eddbfd4-2f72-4644-9802-ad9ff8c6eba4] socks connection closed\n2025-08-01 05:32:41.374 [info] [command][a05dcd40-3f71-43ba-a28a-fb735e581341] Socket close event received\n2025-08-01 05:32:41.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53188 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:33:41.382 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:33:41.383 [info] [command][b8738cd7-9920-4204-8943-ca7126e493e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b8738cd7-9920-4204-8943-ca7126e493e8""}\n2025-08-01 05:33:41.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][651f45a1-887d-47f8-ac6f-723791cc2e07] received connection request\n2025-08-01 05:33:41.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:33:41.425 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][651f45a1-887d-47f8-ac6f-723791cc2e07] socks forwarding established\n2025-08-01 05:33:41.471 [info] [command][b8738cd7-9920-4204-8943-ca7126e493e8] Process exited with code 0\n2025-08-01 05:33:41.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][651f45a1-887d-47f8-ac6f-723791cc2e07] socks connection closed\n2025-08-01 05:33:41.471 [info] [command][b8738cd7-9920-4204-8943-ca7126e493e8] Socket close event received\n2025-08-01 05:33:41.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53222 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:34:41.471 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:34:41.473 [info] [command][65bf9c41-4a45-401f-aec0-5d0b58860f07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""65bf9c41-4a45-401f-aec0-5d0b58860f07""}\n2025-08-01 05:34:41.474 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a2618d53-cca2-48dd-bad9-27e6ef077b6a] received connection request\n2025-08-01 05:34:41.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:34:41.519 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2618d53-cca2-48dd-bad9-27e6ef077b6a] socks forwarding established\n2025-08-01 05:34:41.567 [info] [command][65bf9c41-4a45-401f-aec0-5d0b58860f07] Process exited with code 0\n2025-08-01 05:34:41.567 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a2618d53-cca2-48dd-bad9-27e6ef077b6a] socks connection closed\n2025-08-01 05:34:41.567 [info] [command][65bf9c41-4a45-401f-aec0-5d0b58860f07] Socket close event received\n2025-08-01 05:34:41.624 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53238 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:35:41.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:35:41.576 [info] [command][836fd0cb-c7aa-4209-9da3-c7c8648a3d61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""836fd0cb-c7aa-4209-9da3-c7c8648a3d61""}\n2025-08-01 05:35:41.577 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][15994b84-0173-45c3-8dfe-49cde2a69d2a] received connection request\n2025-08-01 05:35:41.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:35:41.626 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15994b84-0173-45c3-8dfe-49cde2a69d2a] socks forwarding established\n2025-08-01 05:35:41.671 [info] [command][836fd0cb-c7aa-4209-9da3-c7c8648a3d61] Process exited with code 0\n2025-08-01 05:35:41.671 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][15994b84-0173-45c3-8dfe-49cde2a69d2a] socks connection closed\n2025-08-01 05:35:41.671 [info] [command][836fd0cb-c7aa-4209-9da3-c7c8648a3d61] Socket close event received\n2025-08-01 05:35:41.713 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53253 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:36:41.681 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:36:41.682 [info] [command][1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e""}\n2025-08-01 05:36:41.683 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][277787f8-0263-4d13-9bf5-9161e0433e8f] received connection request\n2025-08-01 05:36:41.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:36:41.725 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][277787f8-0263-4d13-9bf5-9161e0433e8f] socks forwarding established\n2025-08-01 05:36:41.769 [info] [command][1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e] Process exited with code 0\n2025-08-01 05:36:41.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][277787f8-0263-4d13-9bf5-9161e0433e8f] socks connection closed\n2025-08-01 05:36:41.770 [info] [command][1adbcf7d-7e10-4b1c-bc7f-56ff54d5a69e] Socket close event received\n2025-08-01 05:36:41.810 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53267 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:37:41.771 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:37:41.772 [info] [command][6252fd74-17eb-4d46-a9d1-97aa37031448] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6252fd74-17eb-4d46-a9d1-97aa37031448""}\n2025-08-01 05:37:41.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e3333382-bcd3-4db8-ae07-3f37748162e0] received connection request\n2025-08-01 05:37:41.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:37:41.814 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e3333382-bcd3-4db8-ae07-3f37748162e0] socks forwarding established\n2025-08-01 05:37:41.862 [info] [command][6252fd74-17eb-4d46-a9d1-97aa37031448] Process exited with code 0\n2025-08-01 05:37:41.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e3333382-bcd3-4db8-ae07-3f37748162e0] socks connection closed\n2025-08-01 05:37:41.862 [info] [command][6252fd74-17eb-4d46-a9d1-97aa37031448] Socket close event received\n2025-08-01 05:37:41.903 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53308 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:38:41.869 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:38:41.870 [info] [command][ff3f19b8-74ed-49da-bbb4-f00c705a8690] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ff3f19b8-74ed-49da-bbb4-f00c705a8690""}\n2025-08-01 05:38:41.871 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][239e45f6-0318-4b62-84bc-f02fe3360153] received connection request\n2025-08-01 05:38:41.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:38:42.160 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][239e45f6-0318-4b62-84bc-f02fe3360153] socks forwarding established\n2025-08-01 05:38:42.205 [info] [command][ff3f19b8-74ed-49da-bbb4-f00c705a8690] Process exited with code 0\n2025-08-01 05:38:42.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][239e45f6-0318-4b62-84bc-f02fe3360153] socks connection closed\n2025-08-01 05:38:42.205 [info] [command][ff3f19b8-74ed-49da-bbb4-f00c705a8690] Socket close event received\n2025-08-01 05:38:42.244 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53342 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:39:42.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:39:42.216 [info] [command][31836cec-d85b-4b13-a4e4-150a40409ef0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""31836cec-d85b-4b13-a4e4-150a40409ef0""}\n2025-08-01 05:39:42.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][60342d8c-f1c0-4e4f-8ef4-07a87145cb76] received connection request\n2025-08-01 05:39:42.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:39:42.260 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][60342d8c-f1c0-4e4f-8ef4-07a87145cb76] socks forwarding established\n2025-08-01 05:39:42.306 [info] [command][31836cec-d85b-4b13-a4e4-150a40409ef0] Process exited with code 0\n2025-08-01 05:39:42.306 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][60342d8c-f1c0-4e4f-8ef4-07a87145cb76] socks connection closed\n2025-08-01 05:39:42.306 [info] [command][31836cec-d85b-4b13-a4e4-150a40409ef0] Socket close event received\n2025-08-01 05:39:42.345 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53360 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:40:42.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:40:42.314 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][93250b5b-294c-4d16-b1fa-a04728d80842] received connection request\n2025-08-01 05:40:42.314 [info] [command][b92cd621-3744-46a4-b0df-6216490fbe65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b92cd621-3744-46a4-b0df-6216490fbe65""}\n2025-08-01 05:40:42.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:40:42.358 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93250b5b-294c-4d16-b1fa-a04728d80842] socks forwarding established\n2025-08-01 05:40:42.402 [info] [command][b92cd621-3744-46a4-b0df-6216490fbe65] Process exited with code 0\n2025-08-01 05:40:42.403 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][93250b5b-294c-4d16-b1fa-a04728d80842] socks connection closed\n2025-08-01 05:40:42.403 [info] [command][b92cd621-3744-46a4-b0df-6216490fbe65] Socket close event received\n2025-08-01 05:40:42.443 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53379 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:41:42.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:41:42.411 [info] [command][eefd447a-3470-48a7-acde-8d4a9e2e3a2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eefd447a-3470-48a7-acde-8d4a9e2e3a2c""}\n2025-08-01 05:41:42.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2624f6c0-9e08-4cbf-927c-51d2d2b3bb70] received connection request\n2025-08-01 05:41:42.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:41:42.456 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2624f6c0-9e08-4cbf-927c-51d2d2b3bb70] socks forwarding established\n2025-08-01 05:41:42.502 [info] [command][eefd447a-3470-48a7-acde-8d4a9e2e3a2c] Process exited with code 0\n2025-08-01 05:41:42.502 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2624f6c0-9e08-4cbf-927c-51d2d2b3bb70] socks connection closed\n2025-08-01 05:41:42.503 [info] [command][eefd447a-3470-48a7-acde-8d4a9e2e3a2c] Socket close event received\n2025-08-01 05:41:42.544 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53394 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:42:42.507 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:42:42.509 [info] [command][e9a620b5-0e04-476b-bba9-2b8051bf12f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e9a620b5-0e04-476b-bba9-2b8051bf12f8""}\n2025-08-01 05:42:42.510 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1deaff5a-209a-48b4-b3f2-74628e4fd1ad] received connection request\n2025-08-01 05:42:42.511 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:42:42.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1deaff5a-209a-48b4-b3f2-74628e4fd1ad] socks forwarding established\n2025-08-01 05:42:42.689 [info] [command][e9a620b5-0e04-476b-bba9-2b8051bf12f8] Process exited with code 0\n2025-08-01 05:42:42.690 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1deaff5a-209a-48b4-b3f2-74628e4fd1ad] socks connection closed\n2025-08-01 05:42:42.690 [info] [command][e9a620b5-0e04-476b-bba9-2b8051bf12f8] Socket close event received\n2025-08-01 05:42:42.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53423 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:43:42.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:43:42.702 [info] [command][93cc47a9-b055-46d8-a945-97b9885c5cf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""93cc47a9-b055-46d8-a945-97b9885c5cf7""}\n2025-08-01 05:43:42.703 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][47044761-7152-4923-be87-99a128f68d33] received connection request\n2025-08-01 05:43:42.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:43:43.000 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47044761-7152-4923-be87-99a128f68d33] socks forwarding established\n2025-08-01 05:43:43.043 [info] [command][93cc47a9-b055-46d8-a945-97b9885c5cf7] Process exited with code 0\n2025-08-01 05:43:43.044 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][47044761-7152-4923-be87-99a128f68d33] socks connection closed\n2025-08-01 05:43:43.044 [info] [command][93cc47a9-b055-46d8-a945-97b9885c5cf7] Socket close event received\n2025-08-01 05:43:43.084 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53453 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:44:43.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:44:43.050 [info] [command][32a52be4-8a9d-4d9a-93ff-88609a475ed0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""32a52be4-8a9d-4d9a-93ff-88609a475ed0""}\n2025-08-01 05:44:43.050 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13f3163d-3c13-453a-b5d6-a008165cb6bc] received connection request\n2025-08-01 05:44:43.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:44:43.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f3163d-3c13-453a-b5d6-a008165cb6bc] socks forwarding established\n2025-08-01 05:44:43.143 [info] [command][32a52be4-8a9d-4d9a-93ff-88609a475ed0] Process exited with code 0\n2025-08-01 05:44:43.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f3163d-3c13-453a-b5d6-a008165cb6bc] socks connection closed\n2025-08-01 05:44:43.143 [info] [command][32a52be4-8a9d-4d9a-93ff-88609a475ed0] Socket close event received\n2025-08-01 05:44:43.182 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53465 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:45:43.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:45:43.155 [info] [command][d815c876-e796-4b13-9d01-e56144d93d93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d815c876-e796-4b13-9d01-e56144d93d93""}\n2025-08-01 05:45:43.156 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3b1c5a6e-4661-4bfe-be7a-7d127070a25a] received connection request\n2025-08-01 05:45:43.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:45:43.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3b1c5a6e-4661-4bfe-be7a-7d127070a25a] socks forwarding established\n2025-08-01 05:45:43.252 [info] [command][d815c876-e796-4b13-9d01-e56144d93d93] Process exited with code 0\n2025-08-01 05:45:43.253 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3b1c5a6e-4661-4bfe-be7a-7d127070a25a] socks connection closed\n2025-08-01 05:45:43.253 [info] [command][d815c876-e796-4b13-9d01-e56144d93d93] Socket close event received\n2025-08-01 05:45:43.292 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53480 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:46:43.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:46:43.264 [info] [command][d92eecc5-b787-4aef-afbe-65b3115ca38f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d92eecc5-b787-4aef-afbe-65b3115ca38f""}\n2025-08-01 05:46:43.265 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c1355141-4857-40b6-ab2d-af6fbf43db86] received connection request\n2025-08-01 05:46:43.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:46:43.324 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1355141-4857-40b6-ab2d-af6fbf43db86] socks forwarding established\n2025-08-01 05:46:43.371 [info] [command][d92eecc5-b787-4aef-afbe-65b3115ca38f] Process exited with code 0\n2025-08-01 05:46:43.371 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c1355141-4857-40b6-ab2d-af6fbf43db86] socks connection closed\n2025-08-01 05:46:43.371 [info] [command][d92eecc5-b787-4aef-afbe-65b3115ca38f] Socket close event received\n2025-08-01 05:46:43.416 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53493 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:47:43.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:47:43.377 [info] [command][1a5fd5a9-183c-408e-bdfb-cfc03cf80da1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a5fd5a9-183c-408e-bdfb-cfc03cf80da1""}\n2025-08-01 05:47:43.377 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][99b48dc2-ae70-4984-b54a-c94e5e3c73be] received connection request\n2025-08-01 05:47:43.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:47:43.442 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99b48dc2-ae70-4984-b54a-c94e5e3c73be] socks forwarding established\n2025-08-01 05:47:43.488 [info] [command][1a5fd5a9-183c-408e-bdfb-cfc03cf80da1] Process exited with code 0\n2025-08-01 05:47:43.488 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][99b48dc2-ae70-4984-b54a-c94e5e3c73be] socks connection closed\n2025-08-01 05:47:43.488 [info] [command][1a5fd5a9-183c-408e-bdfb-cfc03cf80da1] Socket close event received\n2025-08-01 05:47:43.530 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53546 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:48:43.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:48:43.495 [info] [command][8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d""}\n2025-08-01 05:48:43.496 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6632e2a4-ee8a-49f4-b0b2-18b159c09b49] received connection request\n2025-08-01 05:48:43.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:48:43.541 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6632e2a4-ee8a-49f4-b0b2-18b159c09b49] socks forwarding established\n2025-08-01 05:48:43.586 [info] [command][8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d] Process exited with code 0\n2025-08-01 05:48:43.586 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6632e2a4-ee8a-49f4-b0b2-18b159c09b49] socks connection closed\n2025-08-01 05:48:43.587 [info] [command][8b0e02c9-0e5e-4c0b-a0bd-39970a49b59d] Socket close event received\n2025-08-01 05:48:43.630 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53583 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:49:43.591 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:49:43.593 [info] [command][bb0f893b-e527-4d43-b828-270fe6541b35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bb0f893b-e527-4d43-b828-270fe6541b35""}\n2025-08-01 05:49:43.594 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d869068c-ae78-4352-8750-24143f59e460] received connection request\n2025-08-01 05:49:43.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:49:43.635 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d869068c-ae78-4352-8750-24143f59e460] socks forwarding established\n2025-08-01 05:49:43.682 [info] [command][bb0f893b-e527-4d43-b828-270fe6541b35] Process exited with code 0\n2025-08-01 05:49:43.682 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d869068c-ae78-4352-8750-24143f59e460] socks connection closed\n2025-08-01 05:49:43.682 [info] [command][bb0f893b-e527-4d43-b828-270fe6541b35] Socket close event received\n2025-08-01 05:49:43.722 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53600 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:50:43.687 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:50:43.688 [info] [command][e02c5171-28c2-40e0-8301-4f8eeddb2d73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e02c5171-28c2-40e0-8301-4f8eeddb2d73""}\n2025-08-01 05:50:43.689 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][156dddd6-627d-4876-8d13-afffce79d372] received connection request\n2025-08-01 05:50:43.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:50:43.730 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][156dddd6-627d-4876-8d13-afffce79d372] socks forwarding established\n2025-08-01 05:50:43.773 [info] [command][e02c5171-28c2-40e0-8301-4f8eeddb2d73] Process exited with code 0\n2025-08-01 05:50:43.774 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][156dddd6-627d-4876-8d13-afffce79d372] socks connection closed\n2025-08-01 05:50:43.774 [info] [command][e02c5171-28c2-40e0-8301-4f8eeddb2d73] Socket close event received\n2025-08-01 05:50:43.813 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53625 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:51:43.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:51:43.781 [info] [command][d31d420e-f8c3-4e41-983d-f8aa93566a8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d31d420e-f8c3-4e41-983d-f8aa93566a8e""}\n2025-08-01 05:51:43.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][80f2155b-e7a8-4118-be44-0a5639b06f11] received connection request\n2025-08-01 05:51:43.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:51:43.827 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][80f2155b-e7a8-4118-be44-0a5639b06f11] socks forwarding established\n2025-08-01 05:51:43.871 [info] [command][d31d420e-f8c3-4e41-983d-f8aa93566a8e] Process exited with code 0\n2025-08-01 05:51:43.871 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][80f2155b-e7a8-4118-be44-0a5639b06f11] socks connection closed\n2025-08-01 05:51:43.871 [info] [command][d31d420e-f8c3-4e41-983d-f8aa93566a8e] Socket close event received\n2025-08-01 05:51:43.911 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53638 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:52:43.871 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:52:43.873 [info] [command][4314dccd-2ab8-4ff0-9d7b-b1a97e876eca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4314dccd-2ab8-4ff0-9d7b-b1a97e876eca""}\n2025-08-01 05:52:43.873 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3f67713e-a5d5-4631-9f17-cfd90c30e376] received connection request\n2025-08-01 05:52:43.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:52:43.971 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f67713e-a5d5-4631-9f17-cfd90c30e376] socks forwarding established\n2025-08-01 05:52:44.016 [info] [command][4314dccd-2ab8-4ff0-9d7b-b1a97e876eca] Process exited with code 0\n2025-08-01 05:52:44.016 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f67713e-a5d5-4631-9f17-cfd90c30e376] socks connection closed\n2025-08-01 05:52:44.017 [info] [command][4314dccd-2ab8-4ff0-9d7b-b1a97e876eca] Socket close event received\n2025-08-01 05:52:44.055 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53669 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:53:44.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:53:44.019 [info] [command][a861a98d-5181-4fce-9edf-4305521c0eef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a861a98d-5181-4fce-9edf-4305521c0eef""}\n2025-08-01 05:53:44.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][601ac920-b2af-4c2d-904f-68be46d8ab72] received connection request\n2025-08-01 05:53:44.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:53:44.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][601ac920-b2af-4c2d-904f-68be46d8ab72] socks forwarding established\n2025-08-01 05:53:44.113 [info] [command][a861a98d-5181-4fce-9edf-4305521c0eef] Process exited with code 0\n2025-08-01 05:53:44.113 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][601ac920-b2af-4c2d-904f-68be46d8ab72] socks connection closed\n2025-08-01 05:53:44.113 [info] [command][a861a98d-5181-4fce-9edf-4305521c0eef] Socket close event received\n2025-08-01 05:53:44.154 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53705 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:54:44.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:54:44.115 [info] [command][76659113-4519-4b9e-b9a0-b72ff9b7235c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""76659113-4519-4b9e-b9a0-b72ff9b7235c""}\n2025-08-01 05:54:44.115 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][55868b94-9dd2-465f-bbcc-a5e088bf228b] received connection request\n2025-08-01 05:54:44.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:54:44.157 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55868b94-9dd2-465f-bbcc-a5e088bf228b] socks forwarding established\n2025-08-01 05:54:44.201 [info] [command][76659113-4519-4b9e-b9a0-b72ff9b7235c] Process exited with code 0\n2025-08-01 05:54:44.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55868b94-9dd2-465f-bbcc-a5e088bf228b] socks connection closed\n2025-08-01 05:54:44.201 [info] [command][76659113-4519-4b9e-b9a0-b72ff9b7235c] Socket close event received\n2025-08-01 05:54:44.239 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53716 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:55:44.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:55:44.205 [info] [command][7ea03b2e-3369-4c3e-b1c4-7777a61ebe21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7ea03b2e-3369-4c3e-b1c4-7777a61ebe21""}\n2025-08-01 05:55:44.205 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c4e641eb-03e7-48ba-8793-c44853e1571d] received connection request\n2025-08-01 05:55:44.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:55:44.251 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4e641eb-03e7-48ba-8793-c44853e1571d] socks forwarding established\n2025-08-01 05:55:44.297 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c4e641eb-03e7-48ba-8793-c44853e1571d] socks connection closed\n2025-08-01 05:55:44.298 [info] [command][7ea03b2e-3369-4c3e-b1c4-7777a61ebe21] Process exited with code 0\n2025-08-01 05:55:44.298 [info] [command][7ea03b2e-3369-4c3e-b1c4-7777a61ebe21] Socket close event received\n2025-08-01 05:55:44.337 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53731 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:56:44.302 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:56:44.304 [info] [command][6b329ad6-ffad-46f0-953a-acfb0d8b89be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6b329ad6-ffad-46f0-953a-acfb0d8b89be""}\n2025-08-01 05:56:44.305 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e545f502-e3f5-4d63-a552-99c2872440fb] received connection request\n2025-08-01 05:56:44.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:56:44.347 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e545f502-e3f5-4d63-a552-99c2872440fb] socks forwarding established\n2025-08-01 05:56:44.391 [info] [command][6b329ad6-ffad-46f0-953a-acfb0d8b89be] Process exited with code 0\n2025-08-01 05:56:44.391 [info] [command][6b329ad6-ffad-46f0-953a-acfb0d8b89be] Socket close event received\n2025-08-01 05:56:44.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e545f502-e3f5-4d63-a552-99c2872440fb] socks connection closed\n2025-08-01 05:56:44.431 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53750 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:57:44.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:57:44.400 [info] [command][faf3d7d4-0205-430d-a5b7-85649e7bfc76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""faf3d7d4-0205-430d-a5b7-85649e7bfc76""}\n2025-08-01 05:57:44.400 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][fd1cbe80-e05e-4ace-b0e7-882bc5afedb1] received connection request\n2025-08-01 05:57:44.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:57:44.643 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fd1cbe80-e05e-4ace-b0e7-882bc5afedb1] socks forwarding established\n2025-08-01 05:57:44.688 [info] [command][faf3d7d4-0205-430d-a5b7-85649e7bfc76] Process exited with code 0\n2025-08-01 05:57:44.688 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][fd1cbe80-e05e-4ace-b0e7-882bc5afedb1] socks connection closed\n2025-08-01 05:57:44.689 [info] [command][faf3d7d4-0205-430d-a5b7-85649e7bfc76] Socket close event received\n2025-08-01 05:57:44.727 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53780 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:58:44.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:58:44.691 [info] [command][87b39c8c-c337-490e-af50-1e908ffc6b89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""87b39c8c-c337-490e-af50-1e908ffc6b89""}\n2025-08-01 05:58:44.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c986b801-3367-4ea9-a475-6e9de026a71f] received connection request\n2025-08-01 05:58:44.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:58:44.837 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c986b801-3367-4ea9-a475-6e9de026a71f] socks forwarding established\n2025-08-01 05:58:44.979 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c986b801-3367-4ea9-a475-6e9de026a71f] socks connection closed\n2025-08-01 05:58:44.979 [info] [command][87b39c8c-c337-490e-af50-1e908ffc6b89] Process exited with code 0\n2025-08-01 05:58:44.979 [info] [command][87b39c8c-c337-490e-af50-1e908ffc6b89] Socket close event received\n2025-08-01 05:58:45.018 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53821 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 05:59:44.982 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 05:59:44.984 [info] [command][c494c377-9cf9-41c7-b734-3eb7bc421a2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c494c377-9cf9-41c7-b734-3eb7bc421a2c""}\n2025-08-01 05:59:44.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1d99aedc-0a75-433d-933c-d12d82a43e61] received connection request\n2025-08-01 05:59:44.985 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 05:59:45.029 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d99aedc-0a75-433d-933c-d12d82a43e61] socks forwarding established\n2025-08-01 05:59:45.072 [info] [command][c494c377-9cf9-41c7-b734-3eb7bc421a2c] Process exited with code 0\n2025-08-01 05:59:45.072 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d99aedc-0a75-433d-933c-d12d82a43e61] socks connection closed\n2025-08-01 05:59:45.073 [info] [command][c494c377-9cf9-41c7-b734-3eb7bc421a2c] Socket close event received\n2025-08-01 05:59:45.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53843 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:00:45.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:00:45.084 [info] [command][a2e84f92-2df8-40dd-84ea-fcb293a8fb56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a2e84f92-2df8-40dd-84ea-fcb293a8fb56""}\n2025-08-01 06:00:45.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][aee64aa9-094a-4822-bb1f-5c06cc4b38dd] received connection request\n2025-08-01 06:00:45.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:00:45.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aee64aa9-094a-4822-bb1f-5c06cc4b38dd] socks forwarding established\n2025-08-01 06:00:45.174 [info] [command][a2e84f92-2df8-40dd-84ea-fcb293a8fb56] Process exited with code 0\n2025-08-01 06:00:45.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][aee64aa9-094a-4822-bb1f-5c06cc4b38dd] socks connection closed\n2025-08-01 06:00:45.174 [info] [command][a2e84f92-2df8-40dd-84ea-fcb293a8fb56] Socket close event received\n2025-08-01 06:00:45.214 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53857 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:01:45.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:01:45.181 [info] [command][19f0e66c-ee84-4831-96e6-4a8d38458234] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""19f0e66c-ee84-4831-96e6-4a8d38458234""}\n2025-08-01 06:01:45.182 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e277cc05-937e-455b-9a71-3319cd73c623] received connection request\n2025-08-01 06:01:45.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:01:45.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e277cc05-937e-455b-9a71-3319cd73c623] socks forwarding established\n2025-08-01 06:01:45.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e277cc05-937e-455b-9a71-3319cd73c623] socks connection closed\n2025-08-01 06:01:45.272 [info] [command][19f0e66c-ee84-4831-96e6-4a8d38458234] Process exited with code 0\n2025-08-01 06:01:45.272 [info] [command][19f0e66c-ee84-4831-96e6-4a8d38458234] Socket close event received\n2025-08-01 06:01:45.313 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53874 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:02:45.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:02:45.276 [info] [command][d1a6bcde-6d7a-4113-bc41-977cab16b6f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d1a6bcde-6d7a-4113-bc41-977cab16b6f7""}\n2025-08-01 06:02:45.277 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][023bfa26-a334-4a0d-a3b0-530388e4fe94] received connection request\n2025-08-01 06:02:45.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:02:45.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][023bfa26-a334-4a0d-a3b0-530388e4fe94] socks forwarding established\n2025-08-01 06:02:45.365 [info] [command][d1a6bcde-6d7a-4113-bc41-977cab16b6f7] Process exited with code 0\n2025-08-01 06:02:45.365 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][023bfa26-a334-4a0d-a3b0-530388e4fe94] socks connection closed\n2025-08-01 06:02:45.365 [info] [command][d1a6bcde-6d7a-4113-bc41-977cab16b6f7] Socket close event received\n2025-08-01 06:02:45.404 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53910 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:03:45.370 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:03:45.371 [info] [command][9acd16fe-fdd9-423f-81ac-97ea64133d58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9acd16fe-fdd9-423f-81ac-97ea64133d58""}\n2025-08-01 06:03:45.372 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][26bd19ad-ceb4-4113-a127-7ab7b9efbf99] received connection request\n2025-08-01 06:03:45.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:03:45.414 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26bd19ad-ceb4-4113-a127-7ab7b9efbf99] socks forwarding established\n2025-08-01 06:03:45.459 [info] [command][9acd16fe-fdd9-423f-81ac-97ea64133d58] Process exited with code 0\n2025-08-01 06:03:45.460 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][26bd19ad-ceb4-4113-a127-7ab7b9efbf99] socks connection closed\n2025-08-01 06:03:45.460 [info] [command][9acd16fe-fdd9-423f-81ac-97ea64133d58] Socket close event received\n2025-08-01 06:03:45.499 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53944 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:04:45.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:04:45.462 [info] [command][d3c3a199-3977-4a42-9468-6a2c0c702dd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d3c3a199-3977-4a42-9468-6a2c0c702dd2""}\n2025-08-01 06:04:45.462 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][86f40cf3-8ea4-4b5c-a099-f03f3431bff9] received connection request\n2025-08-01 06:04:45.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:04:45.506 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86f40cf3-8ea4-4b5c-a099-f03f3431bff9] socks forwarding established\n2025-08-01 06:04:45.551 [info] [command][d3c3a199-3977-4a42-9468-6a2c0c702dd2] Process exited with code 0\n2025-08-01 06:04:45.551 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][86f40cf3-8ea4-4b5c-a099-f03f3431bff9] socks connection closed\n2025-08-01 06:04:45.551 [info] [command][d3c3a199-3977-4a42-9468-6a2c0c702dd2] Socket close event received\n2025-08-01 06:04:45.596 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53968 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:05:45.554 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:05:45.556 [info] [command][097c61ac-6537-4c52-8af7-2870a91cffa2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""097c61ac-6537-4c52-8af7-2870a91cffa2""}\n2025-08-01 06:05:45.556 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2ec62cc5-b6e1-4aaf-a2b5-52203efccf71] received connection request\n2025-08-01 06:05:45.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:05:45.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec62cc5-b6e1-4aaf-a2b5-52203efccf71] socks forwarding established\n2025-08-01 06:05:45.651 [info] [command][097c61ac-6537-4c52-8af7-2870a91cffa2] Process exited with code 0\n2025-08-01 06:05:45.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec62cc5-b6e1-4aaf-a2b5-52203efccf71] socks connection closed\n2025-08-01 06:05:45.651 [info] [command][097c61ac-6537-4c52-8af7-2870a91cffa2] Socket close event received\n2025-08-01 06:05:45.691 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 53980 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:06:45.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:06:45.662 [info] [command][95babdb2-c4d3-4a1a-aa5f-55a4b26313d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""95babdb2-c4d3-4a1a-aa5f-55a4b26313d0""}\n2025-08-01 06:06:45.663 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0860914b-f083-4148-bec5-3f79c941847f] received connection request\n2025-08-01 06:06:45.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:06:45.828 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0860914b-f083-4148-bec5-3f79c941847f] socks forwarding established\n2025-08-01 06:06:45.998 [info] [command][95babdb2-c4d3-4a1a-aa5f-55a4b26313d0] Process exited with code 0\n2025-08-01 06:06:45.998 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0860914b-f083-4148-bec5-3f79c941847f] socks connection closed\n2025-08-01 06:06:45.998 [info] [command][95babdb2-c4d3-4a1a-aa5f-55a4b26313d0] Socket close event received\n2025-08-01 06:06:46.038 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54000 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:07:46.002 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:07:46.004 [info] [command][85e4f911-a887-4b4a-896a-63fb05cd2b77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""85e4f911-a887-4b4a-896a-63fb05cd2b77""}\n2025-08-01 06:07:46.005 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a27aaea8-88fc-467b-ae65-0524aba7d545] received connection request\n2025-08-01 06:07:46.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:07:46.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a27aaea8-88fc-467b-ae65-0524aba7d545] socks forwarding established\n2025-08-01 06:07:46.095 [info] [command][85e4f911-a887-4b4a-896a-63fb05cd2b77] Process exited with code 0\n2025-08-01 06:07:46.096 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a27aaea8-88fc-467b-ae65-0524aba7d545] socks connection closed\n2025-08-01 06:07:46.096 [info] [command][85e4f911-a887-4b4a-896a-63fb05cd2b77] Socket close event received\n2025-08-01 06:07:46.143 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54028 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:08:46.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:08:46.101 [info] [command][8425c4c3-397b-406c-8d49-0633e228f97f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8425c4c3-397b-406c-8d49-0633e228f97f""}\n2025-08-01 06:08:46.102 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][934d0426-75e9-43fb-8870-5ee68dac274e] received connection request\n2025-08-01 06:08:46.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:08:46.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][934d0426-75e9-43fb-8870-5ee68dac274e] socks forwarding established\n2025-08-01 06:08:46.190 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][934d0426-75e9-43fb-8870-5ee68dac274e] socks connection closed\n2025-08-01 06:08:46.191 [info] [command][8425c4c3-397b-406c-8d49-0633e228f97f] Process exited with code 0\n2025-08-01 06:08:46.191 [info] [command][8425c4c3-397b-406c-8d49-0633e228f97f] Socket close event received\n2025-08-01 06:08:46.230 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54061 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:09:46.198 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:09:46.201 [info] [command][11f02c75-6b1c-48cc-abc6-f596244e4d85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""11f02c75-6b1c-48cc-abc6-f596244e4d85""}\n2025-08-01 06:09:46.201 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][22ab3003-4401-4c84-8669-e36e9ab53345] received connection request\n2025-08-01 06:09:46.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:09:46.247 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22ab3003-4401-4c84-8669-e36e9ab53345] socks forwarding established\n2025-08-01 06:09:46.290 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][22ab3003-4401-4c84-8669-e36e9ab53345] socks connection closed\n2025-08-01 06:09:46.291 [info] [command][11f02c75-6b1c-48cc-abc6-f596244e4d85] Process exited with code 0\n2025-08-01 06:09:46.291 [info] [command][11f02c75-6b1c-48cc-abc6-f596244e4d85] Socket close event received\n2025-08-01 06:09:46.333 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54081 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:10:46.301 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:10:46.303 [info] [command][9df572ab-fadf-4e06-95de-998843f3a276] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9df572ab-fadf-4e06-95de-998843f3a276""}\n2025-08-01 06:10:46.303 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5125b296-e533-46a8-8188-a3585292b370] received connection request\n2025-08-01 06:10:46.304 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 06:10:46.304 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:10:46.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5125b296-e533-46a8-8188-a3585292b370] socks forwarding established\n2025-08-01 06:10:46.408 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5125b296-e533-46a8-8188-a3585292b370] socks connection closed\n2025-08-01 06:10:46.409 [info] [command][9df572ab-fadf-4e06-95de-998843f3a276] Process exited with code 0\n2025-08-01 06:10:46.409 [info] [command][9df572ab-fadf-4e06-95de-998843f3a276] Socket close event received\n2025-08-01 06:10:46.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54101 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:11:46.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:11:46.412 [info] [command][ccd4787b-1db3-4185-8683-9be418bb2176] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ccd4787b-1db3-4185-8683-9be418bb2176""}\n2025-08-01 06:11:46.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b6a70595-f417-49e0-82d3-8a4e978b9b34] received connection request\n2025-08-01 06:11:46.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:11:46.515 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6a70595-f417-49e0-82d3-8a4e978b9b34] socks forwarding established\n2025-08-01 06:11:46.560 [info] [command][ccd4787b-1db3-4185-8683-9be418bb2176] Process exited with code 0\n2025-08-01 06:11:46.561 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b6a70595-f417-49e0-82d3-8a4e978b9b34] socks connection closed\n2025-08-01 06:11:46.561 [info] [command][ccd4787b-1db3-4185-8683-9be418bb2176] Socket close event received\n2025-08-01 06:11:46.601 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54121 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:12:46.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:12:46.569 [info] [command][341f562c-b7a6-4586-8428-259bc6fbca3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""341f562c-b7a6-4586-8428-259bc6fbca3d""}\n2025-08-01 06:12:46.569 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cfbab773-7562-4829-ac02-64313595bc02] received connection request\n2025-08-01 06:12:46.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:12:46.612 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbab773-7562-4829-ac02-64313595bc02] socks forwarding established\n2025-08-01 06:12:46.658 [info] [command][341f562c-b7a6-4586-8428-259bc6fbca3d] Process exited with code 0\n2025-08-01 06:12:46.658 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cfbab773-7562-4829-ac02-64313595bc02] socks connection closed\n2025-08-01 06:12:46.658 [info] [command][341f562c-b7a6-4586-8428-259bc6fbca3d] Socket close event received\n2025-08-01 06:12:46.697 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54164 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:13:46.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:13:46.665 [info] [command][1f537347-98e0-481a-afc1-7e53e5d61acc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f537347-98e0-481a-afc1-7e53e5d61acc""}\n2025-08-01 06:13:46.665 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cdb86d7c-0ead-4b2d-9579-4f998c7a6593] received connection request\n2025-08-01 06:13:46.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:13:46.712 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cdb86d7c-0ead-4b2d-9579-4f998c7a6593] socks forwarding established\n2025-08-01 06:13:46.756 [info] [command][1f537347-98e0-481a-afc1-7e53e5d61acc] Process exited with code 0\n2025-08-01 06:13:46.756 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cdb86d7c-0ead-4b2d-9579-4f998c7a6593] socks connection closed\n2025-08-01 06:13:46.756 [info] [command][1f537347-98e0-481a-afc1-7e53e5d61acc] Socket close event received\n2025-08-01 06:13:46.796 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54194 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:14:46.757 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:14:46.759 [info] [command][5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39""}\n2025-08-01 06:14:46.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][047ac021-c31e-48f4-93fa-ff40e8c87150] received connection request\n2025-08-01 06:14:46.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:14:46.826 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][047ac021-c31e-48f4-93fa-ff40e8c87150] socks forwarding established\n2025-08-01 06:14:46.878 [info] [command][5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39] Process exited with code 0\n2025-08-01 06:14:46.878 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][047ac021-c31e-48f4-93fa-ff40e8c87150] socks connection closed\n2025-08-01 06:14:46.878 [info] [command][5ebb0a1a-dbf1-41ac-baa5-d73de9e3df39] Socket close event received\n2025-08-01 06:14:46.936 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54210 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:15:46.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:15:46.884 [info] [command][51edf100-e67a-4609-9037-f9996468b5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""51edf100-e67a-4609-9037-f9996468b5c8""}\n2025-08-01 06:15:46.884 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9516b55f-398a-4e8d-92a3-82e3c4479787] received connection request\n2025-08-01 06:15:46.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:15:46.934 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9516b55f-398a-4e8d-92a3-82e3c4479787] socks forwarding established\n2025-08-01 06:15:47.061 [info] [command][51edf100-e67a-4609-9037-f9996468b5c8] Process exited with code 0\n2025-08-01 06:15:47.062 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9516b55f-398a-4e8d-92a3-82e3c4479787] socks connection closed\n2025-08-01 06:15:47.062 [info] [command][51edf100-e67a-4609-9037-f9996468b5c8] Socket close event received\n2025-08-01 06:15:47.108 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54229 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:16:47.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:16:47.073 [info] [command][b58929c4-468b-4f20-bb42-d4e56619abd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b58929c4-468b-4f20-bb42-d4e56619abd3""}\n2025-08-01 06:16:47.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b380cb72-f979-4a11-b597-a6f2946bd14e] received connection request\n2025-08-01 06:16:47.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:16:47.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b380cb72-f979-4a11-b597-a6f2946bd14e] socks forwarding established\n2025-08-01 06:16:47.165 [info] [command][b58929c4-468b-4f20-bb42-d4e56619abd3] Process exited with code 0\n2025-08-01 06:16:47.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b380cb72-f979-4a11-b597-a6f2946bd14e] socks connection closed\n2025-08-01 06:16:47.166 [info] [command][b58929c4-468b-4f20-bb42-d4e56619abd3] Socket close event received\n2025-08-01 06:16:47.214 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54242 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:17:47.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:17:47.176 [info] [command][cc4d2947-099c-48ff-8105-6f5f874ba28a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cc4d2947-099c-48ff-8105-6f5f874ba28a""}\n2025-08-01 06:17:47.176 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][908ec96f-3326-40fe-a89d-e345e2d483ec] received connection request\n2025-08-01 06:17:47.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:17:47.222 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][908ec96f-3326-40fe-a89d-e345e2d483ec] socks forwarding established\n2025-08-01 06:17:47.267 [info] [command][cc4d2947-099c-48ff-8105-6f5f874ba28a] Process exited with code 0\n2025-08-01 06:17:47.267 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][908ec96f-3326-40fe-a89d-e345e2d483ec] socks connection closed\n2025-08-01 06:17:47.267 [info] [command][cc4d2947-099c-48ff-8105-6f5f874ba28a] Socket close event received\n2025-08-01 06:17:47.324 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54268 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:18:47.277 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:18:47.279 [info] [command][a17c5cf3-f23b-4f19-8c34-e0f922400438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a17c5cf3-f23b-4f19-8c34-e0f922400438""}\n2025-08-01 06:18:47.280 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7a490d49-2df4-42fc-a2ce-08869fe2fc7d] received connection request\n2025-08-01 06:18:47.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:18:47.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a490d49-2df4-42fc-a2ce-08869fe2fc7d] socks forwarding established\n2025-08-01 06:18:47.368 [info] [command][a17c5cf3-f23b-4f19-8c34-e0f922400438] Process exited with code 0\n2025-08-01 06:18:47.368 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a490d49-2df4-42fc-a2ce-08869fe2fc7d] socks connection closed\n2025-08-01 06:18:47.368 [info] [command][a17c5cf3-f23b-4f19-8c34-e0f922400438] Socket close event received\n2025-08-01 06:18:47.408 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54301 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:19:47.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:19:47.377 [info] [command][96c88d48-c4d4-4d2c-93da-3b3c6f407341] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""96c88d48-c4d4-4d2c-93da-3b3c6f407341""}\n2025-08-01 06:19:47.378 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a815e696-b187-402f-91cf-97d931118be0] received connection request\n2025-08-01 06:19:47.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:19:47.426 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a815e696-b187-402f-91cf-97d931118be0] socks forwarding established\n2025-08-01 06:19:47.470 [info] [command][96c88d48-c4d4-4d2c-93da-3b3c6f407341] Process exited with code 0\n2025-08-01 06:19:47.471 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a815e696-b187-402f-91cf-97d931118be0] socks connection closed\n2025-08-01 06:19:47.471 [info] [command][96c88d48-c4d4-4d2c-93da-3b3c6f407341] Socket close event received\n2025-08-01 06:19:47.511 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54327 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:20:47.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:20:47.483 [info] [command][dd86fed6-08fd-4699-82ec-ca902732d766] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""dd86fed6-08fd-4699-82ec-ca902732d766""}\n2025-08-01 06:20:47.483 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6a8ae039-6586-4211-ad1e-2d6be589796b] received connection request\n2025-08-01 06:20:47.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:20:47.536 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a8ae039-6586-4211-ad1e-2d6be589796b] socks forwarding established\n2025-08-01 06:20:47.581 [info] [command][dd86fed6-08fd-4699-82ec-ca902732d766] Process exited with code 0\n2025-08-01 06:20:47.581 [info] [command][dd86fed6-08fd-4699-82ec-ca902732d766] Socket close event received\n2025-08-01 06:20:47.604 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6a8ae039-6586-4211-ad1e-2d6be589796b] socks connection closed\n2025-08-01 06:20:47.639 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:21:47.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:21:47.594 [info] [command][05e2fba8-eeda-42fe-8d57-b80717c157ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""05e2fba8-eeda-42fe-8d57-b80717c157ff""}\n2025-08-01 06:21:47.594 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][35594194-b7ec-4a8d-b86e-9da985990603] received connection request\n2025-08-01 06:21:47.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:21:47.641 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35594194-b7ec-4a8d-b86e-9da985990603] socks forwarding established\n2025-08-01 06:21:47.686 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][35594194-b7ec-4a8d-b86e-9da985990603] socks connection closed\n2025-08-01 06:21:47.687 [info] [command][05e2fba8-eeda-42fe-8d57-b80717c157ff] Process exited with code 0\n2025-08-01 06:21:47.687 [info] [command][05e2fba8-eeda-42fe-8d57-b80717c157ff] Socket close event received\n2025-08-01 06:21:47.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54354 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:22:47.694 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:22:47.695 [info] [command][21d4f1fd-36e4-40f4-92b0-00963fad28c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""21d4f1fd-36e4-40f4-92b0-00963fad28c8""}\n2025-08-01 06:22:47.696 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b7918162-e640-49ee-80c9-7a059ad7fec1] received connection request\n2025-08-01 06:22:47.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:22:47.743 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b7918162-e640-49ee-80c9-7a059ad7fec1] socks forwarding established\n2025-08-01 06:22:47.787 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b7918162-e640-49ee-80c9-7a059ad7fec1] socks connection closed\n2025-08-01 06:22:47.788 [info] [command][21d4f1fd-36e4-40f4-92b0-00963fad28c8] Process exited with code 0\n2025-08-01 06:22:47.788 [info] [command][21d4f1fd-36e4-40f4-92b0-00963fad28c8] Socket close event received\n2025-08-01 06:22:47.829 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54379 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:23:47.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:23:47.791 [info] [command][4ceaeb15-e0ff-4fc5-89a3-861df307e7ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ceaeb15-e0ff-4fc5-89a3-861df307e7ac""}\n2025-08-01 06:23:47.791 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b2e48a04-2339-437a-b3c5-cdc13e09770a] received connection request\n2025-08-01 06:23:47.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:23:47.868 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2e48a04-2339-437a-b3c5-cdc13e09770a] socks forwarding established\n2025-08-01 06:23:47.913 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2e48a04-2339-437a-b3c5-cdc13e09770a] socks connection closed\n2025-08-01 06:23:47.914 [info] [command][4ceaeb15-e0ff-4fc5-89a3-861df307e7ac] Process exited with code 0\n2025-08-01 06:23:47.914 [info] [command][4ceaeb15-e0ff-4fc5-89a3-861df307e7ac] Socket close event received\n2025-08-01 06:23:47.978 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54406 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:24:47.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:24:47.924 [info] [command][0cc18ba7-3ba0-430d-b212-4cfa5ef544f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cc18ba7-3ba0-430d-b212-4cfa5ef544f8""}\n2025-08-01 06:24:47.925 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][797de4d3-c081-41ab-9018-d007034eaa55] received connection request\n2025-08-01 06:24:47.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:24:47.972 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][797de4d3-c081-41ab-9018-d007034eaa55] socks forwarding established\n2025-08-01 06:24:48.018 [info] [command][0cc18ba7-3ba0-430d-b212-4cfa5ef544f8] Process exited with code 0\n2025-08-01 06:24:48.018 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][797de4d3-c081-41ab-9018-d007034eaa55] socks connection closed\n2025-08-01 06:24:48.018 [info] [command][0cc18ba7-3ba0-430d-b212-4cfa5ef544f8] Socket close event received\n2025-08-01 06:24:48.058 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54422 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:25:48.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:25:48.026 [info] [command][d8e8a72d-241e-4048-9111-4c7ac0a36c3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d8e8a72d-241e-4048-9111-4c7ac0a36c3e""}\n2025-08-01 06:25:48.027 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b269365b-9266-4e6c-ab50-8431ff4f825e] received connection request\n2025-08-01 06:25:48.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:25:48.072 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b269365b-9266-4e6c-ab50-8431ff4f825e] socks forwarding established\n2025-08-01 06:25:48.120 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b269365b-9266-4e6c-ab50-8431ff4f825e] socks connection closed\n2025-08-01 06:25:48.121 [info] [command][d8e8a72d-241e-4048-9111-4c7ac0a36c3e] Process exited with code 0\n2025-08-01 06:25:48.121 [info] [command][d8e8a72d-241e-4048-9111-4c7ac0a36c3e] Socket close event received\n2025-08-01 06:25:48.174 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54439 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:26:48.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:26:48.128 [info] [command][b7aee68c-4abb-4257-b3a4-50bc6affeda6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7aee68c-4abb-4257-b3a4-50bc6affeda6""}\n2025-08-01 06:26:48.129 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a8c30954-7dad-4afd-9a97-bdb8b5517c65] received connection request\n2025-08-01 06:26:48.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:26:48.172 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8c30954-7dad-4afd-9a97-bdb8b5517c65] socks forwarding established\n2025-08-01 06:26:48.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a8c30954-7dad-4afd-9a97-bdb8b5517c65] socks connection closed\n2025-08-01 06:26:48.216 [info] [command][b7aee68c-4abb-4257-b3a4-50bc6affeda6] Process exited with code 0\n2025-08-01 06:26:48.216 [info] [command][b7aee68c-4abb-4257-b3a4-50bc6affeda6] Socket close event received\n2025-08-01 06:26:48.259 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54458 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:27:48.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:27:48.225 [info] [command][fd2045b1-ac35-4422-9e9e-5fc348c4c372] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fd2045b1-ac35-4422-9e9e-5fc348c4c372""}\n2025-08-01 06:27:48.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][706d1825-8c8a-466c-aaf1-82c45a7d5565] received connection request\n2025-08-01 06:27:48.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:27:48.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d1825-8c8a-466c-aaf1-82c45a7d5565] socks forwarding established\n2025-08-01 06:27:48.309 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][706d1825-8c8a-466c-aaf1-82c45a7d5565] socks connection closed\n2025-08-01 06:27:48.309 [info] [command][fd2045b1-ac35-4422-9e9e-5fc348c4c372] Process exited with code 0\n2025-08-01 06:27:48.309 [info] [command][fd2045b1-ac35-4422-9e9e-5fc348c4c372] Socket close event received\n2025-08-01 06:27:48.349 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54495 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:28:48.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:28:48.312 [info] [command][1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6""}\n2025-08-01 06:28:48.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][50ee7c82-8c4c-4a48-94b9-54ea398e1b2b] received connection request\n2025-08-01 06:28:48.313 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:28:48.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50ee7c82-8c4c-4a48-94b9-54ea398e1b2b] socks forwarding established\n2025-08-01 06:28:48.404 [info] [command][1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6] Process exited with code 0\n2025-08-01 06:28:48.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50ee7c82-8c4c-4a48-94b9-54ea398e1b2b] socks connection closed\n2025-08-01 06:28:48.405 [info] [command][1f5fa99e-3c28-470c-bcc2-e7c1763c7fc6] Socket close event received\n2025-08-01 06:28:48.447 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54524 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:29:48.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:29:48.412 [info] [command][326f2a64-9b2c-4fd2-85de-bbbcc0e054c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""326f2a64-9b2c-4fd2-85de-bbbcc0e054c0""}\n2025-08-01 06:29:48.413 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6f83785d-09be-4757-a720-371c60fcace3] received connection request\n2025-08-01 06:29:48.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:29:48.456 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f83785d-09be-4757-a720-371c60fcace3] socks forwarding established\n2025-08-01 06:29:48.502 [info] [command][326f2a64-9b2c-4fd2-85de-bbbcc0e054c0] Process exited with code 0\n2025-08-01 06:29:48.502 [info] [command][326f2a64-9b2c-4fd2-85de-bbbcc0e054c0] Socket close event received\n2025-08-01 06:29:48.503 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6f83785d-09be-4757-a720-371c60fcace3] socks connection closed\n2025-08-01 06:29:48.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:30:48.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:30:48.513 [info] [command][70011855-ba56-4ef4-bbaf-c9c9f701ce01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""70011855-ba56-4ef4-bbaf-c9c9f701ce01""}\n2025-08-01 06:30:48.514 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0e8433dd-f206-4f3a-b3d2-e92784609e10] received connection request\n2025-08-01 06:30:48.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:30:48.555 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0e8433dd-f206-4f3a-b3d2-e92784609e10] socks forwarding established\n2025-08-01 06:30:48.606 [info] [command][70011855-ba56-4ef4-bbaf-c9c9f701ce01] Process exited with code 0\n2025-08-01 06:30:48.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0e8433dd-f206-4f3a-b3d2-e92784609e10] socks connection closed\n2025-08-01 06:30:48.606 [info] [command][70011855-ba56-4ef4-bbaf-c9c9f701ce01] Socket close event received\n2025-08-01 06:30:48.647 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54553 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:31:48.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:31:48.607 [info] [command][a173640c-dc8a-4c33-95b7-0a78b6751e41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a173640c-dc8a-4c33-95b7-0a78b6751e41""}\n2025-08-01 06:31:48.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9475f9b1-ba8a-40f0-b60e-a86a975be3e5] received connection request\n2025-08-01 06:31:48.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:31:48.650 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9475f9b1-ba8a-40f0-b60e-a86a975be3e5] socks forwarding established\n2025-08-01 06:31:48.696 [info] [command][a173640c-dc8a-4c33-95b7-0a78b6751e41] Process exited with code 0\n2025-08-01 06:31:48.696 [info] [command][a173640c-dc8a-4c33-95b7-0a78b6751e41] Socket close event received\n2025-08-01 06:31:48.697 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9475f9b1-ba8a-40f0-b60e-a86a975be3e5] socks connection closed\n2025-08-01 06:31:48.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54572 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:32:48.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:32:48.701 [info] [command][b35f7e7c-14cd-4e83-84ac-bf52b329fb71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b35f7e7c-14cd-4e83-84ac-bf52b329fb71""}\n2025-08-01 06:32:48.701 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][50111d3e-a05c-4823-9e95-e1507522ea53] received connection request\n2025-08-01 06:32:48.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:32:48.743 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50111d3e-a05c-4823-9e95-e1507522ea53] socks forwarding established\n2025-08-01 06:32:48.789 [info] [command][b35f7e7c-14cd-4e83-84ac-bf52b329fb71] Process exited with code 0\n2025-08-01 06:32:48.790 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][50111d3e-a05c-4823-9e95-e1507522ea53] socks connection closed\n2025-08-01 06:32:48.790 [info] [command][b35f7e7c-14cd-4e83-84ac-bf52b329fb71] Socket close event received\n2025-08-01 06:32:48.832 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54611 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:33:48.794 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:33:48.795 [info] [command][2188be96-bec9-4fb9-97ab-6bc258b3dfc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2188be96-bec9-4fb9-97ab-6bc258b3dfc3""}\n2025-08-01 06:33:48.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][134f94ef-4c88-4bed-8813-097b95b12266] received connection request\n2025-08-01 06:33:48.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:33:48.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][134f94ef-4c88-4bed-8813-097b95b12266] socks forwarding established\n2025-08-01 06:33:48.886 [info] [command][2188be96-bec9-4fb9-97ab-6bc258b3dfc3] Process exited with code 0\n2025-08-01 06:33:48.886 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][134f94ef-4c88-4bed-8813-097b95b12266] socks connection closed\n2025-08-01 06:33:48.886 [info] [command][2188be96-bec9-4fb9-97ab-6bc258b3dfc3] Socket close event received\n2025-08-01 06:33:48.936 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54648 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:34:48.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:34:48.894 [info] [command][1a3ed60a-6d4f-4dff-afea-6cd4823347c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a3ed60a-6d4f-4dff-afea-6cd4823347c9""}\n2025-08-01 06:34:48.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1d199608-16c1-48a1-b46d-c23598b5b6b0] received connection request\n2025-08-01 06:34:48.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:34:48.955 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d199608-16c1-48a1-b46d-c23598b5b6b0] socks forwarding established\n2025-08-01 06:34:49.000 [info] [command][1a3ed60a-6d4f-4dff-afea-6cd4823347c9] Process exited with code 0\n2025-08-01 06:34:49.001 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1d199608-16c1-48a1-b46d-c23598b5b6b0] socks connection closed\n2025-08-01 06:34:49.001 [info] [command][1a3ed60a-6d4f-4dff-afea-6cd4823347c9] Socket close event received\n2025-08-01 06:34:49.056 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54665 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:35:49.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:35:49.006 [info] [command][eba272b0-a19d-4e0d-a6f2-c69fdc561867] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eba272b0-a19d-4e0d-a6f2-c69fdc561867""}\n2025-08-01 06:35:49.007 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][eb55bb3b-c324-4814-b51d-70e8964638d6] received connection request\n2025-08-01 06:35:49.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:35:49.056 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb55bb3b-c324-4814-b51d-70e8964638d6] socks forwarding established\n2025-08-01 06:35:49.101 [info] [command][eba272b0-a19d-4e0d-a6f2-c69fdc561867] Process exited with code 0\n2025-08-01 06:35:49.101 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][eb55bb3b-c324-4814-b51d-70e8964638d6] socks connection closed\n2025-08-01 06:35:49.101 [info] [command][eba272b0-a19d-4e0d-a6f2-c69fdc561867] Socket close event received\n2025-08-01 06:35:49.140 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54680 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:36:49.111 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:36:49.112 [info] [command][87bbaa2e-2ea4-4f28-a40e-b2e8c96279df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""87bbaa2e-2ea4-4f28-a40e-b2e8c96279df""}\n2025-08-01 06:36:49.113 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][74e322c2-6684-4adb-8a83-612f9ea74eaa] received connection request\n2025-08-01 06:36:49.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:36:49.158 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][74e322c2-6684-4adb-8a83-612f9ea74eaa] socks forwarding established\n2025-08-01 06:36:49.204 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][74e322c2-6684-4adb-8a83-612f9ea74eaa] socks connection closed\n2025-08-01 06:36:49.205 [info] [command][87bbaa2e-2ea4-4f28-a40e-b2e8c96279df] Process exited with code 0\n2025-08-01 06:36:49.205 [info] [command][87bbaa2e-2ea4-4f28-a40e-b2e8c96279df] Socket close event received\n2025-08-01 06:36:49.244 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54699 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:37:49.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:37:49.216 [info] [command][2e74f577-0556-4837-9e78-ac63bbc7a3c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2e74f577-0556-4837-9e78-ac63bbc7a3c7""}\n2025-08-01 06:37:49.217 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3f5f9a93-7818-4841-a7a9-18a48a737c20] received connection request\n2025-08-01 06:37:49.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 06:37:49.217 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:37:49.263 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f5f9a93-7818-4841-a7a9-18a48a737c20] socks forwarding established\n2025-08-01 06:37:49.308 [info] [command][2e74f577-0556-4837-9e78-ac63bbc7a3c7] Process exited with code 0\n2025-08-01 06:37:49.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3f5f9a93-7818-4841-a7a9-18a48a737c20] socks connection closed\n2025-08-01 06:37:49.308 [info] [command][2e74f577-0556-4837-9e78-ac63bbc7a3c7] Socket close event received\n2025-08-01 06:37:49.347 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54727 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:38:49.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:38:49.320 [info] [command][1d66f01c-e9f9-4b3b-87aa-d53ea0548f71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1d66f01c-e9f9-4b3b-87aa-d53ea0548f71""}\n2025-08-01 06:38:49.321 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8b795840-7467-45a8-8115-cf0524a57199] received connection request\n2025-08-01 06:38:49.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:38:49.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8b795840-7467-45a8-8115-cf0524a57199] socks forwarding established\n2025-08-01 06:38:49.408 [info] [command][1d66f01c-e9f9-4b3b-87aa-d53ea0548f71] Process exited with code 0\n2025-08-01 06:38:49.409 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8b795840-7467-45a8-8115-cf0524a57199] socks connection closed\n2025-08-01 06:38:49.409 [info] [command][1d66f01c-e9f9-4b3b-87aa-d53ea0548f71] Socket close event received\n2025-08-01 06:38:49.449 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54762 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:39:49.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:39:49.410 [info] [command][a75c604c-1d06-4bcf-bd34-dcb285be816c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a75c604c-1d06-4bcf-bd34-dcb285be816c""}\n2025-08-01 06:39:49.410 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6df43cd4-2f6a-4fef-9b48-4792d90a382f] received connection request\n2025-08-01 06:39:49.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:39:49.552 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6df43cd4-2f6a-4fef-9b48-4792d90a382f] socks forwarding established\n2025-08-01 06:39:49.599 [info] [command][a75c604c-1d06-4bcf-bd34-dcb285be816c] Process exited with code 0\n2025-08-01 06:39:49.600 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6df43cd4-2f6a-4fef-9b48-4792d90a382f] socks connection closed\n2025-08-01 06:39:49.600 [info] [command][a75c604c-1d06-4bcf-bd34-dcb285be816c] Socket close event received\n2025-08-01 06:39:49.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54778 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:40:49.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:40:49.608 [info] [command][0fe92e82-9627-4008-b2cd-195c84f39b9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0fe92e82-9627-4008-b2cd-195c84f39b9b""}\n2025-08-01 06:40:49.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cd985365-35c3-411d-8c5b-ca7ea7124671] received connection request\n2025-08-01 06:40:49.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:40:49.650 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd985365-35c3-411d-8c5b-ca7ea7124671] socks forwarding established\n2025-08-01 06:40:49.695 [info] [command][0fe92e82-9627-4008-b2cd-195c84f39b9b] Process exited with code 0\n2025-08-01 06:40:49.695 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cd985365-35c3-411d-8c5b-ca7ea7124671] socks connection closed\n2025-08-01 06:40:49.695 [info] [command][0fe92e82-9627-4008-b2cd-195c84f39b9b] Socket close event received\n2025-08-01 06:40:49.735 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54800 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:41:49.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:41:49.701 [info] [command][6f6a7999-378a-4301-a661-1cdd6416aba6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6f6a7999-378a-4301-a661-1cdd6416aba6""}\n2025-08-01 06:41:49.702 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e71ee63a-4d59-4e0b-a2a5-355ba301b092] received connection request\n2025-08-01 06:41:49.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:41:49.746 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e71ee63a-4d59-4e0b-a2a5-355ba301b092] socks forwarding established\n2025-08-01 06:41:49.790 [info] [command][6f6a7999-378a-4301-a661-1cdd6416aba6] Process exited with code 0\n2025-08-01 06:41:49.790 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e71ee63a-4d59-4e0b-a2a5-355ba301b092] socks connection closed\n2025-08-01 06:41:49.791 [info] [command][6f6a7999-378a-4301-a661-1cdd6416aba6] Socket close event received\n2025-08-01 06:41:49.831 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54825 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:42:49.793 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:42:49.795 [info] [command][c34d2c7e-1312-4c87-a50d-befac991e33a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c34d2c7e-1312-4c87-a50d-befac991e33a""}\n2025-08-01 06:42:49.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ffdfd4a9-1802-4e16-a222-40957b5f9a0f] received connection request\n2025-08-01 06:42:49.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:42:49.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ffdfd4a9-1802-4e16-a222-40957b5f9a0f] socks forwarding established\n2025-08-01 06:42:49.885 [info] [command][c34d2c7e-1312-4c87-a50d-befac991e33a] Process exited with code 0\n2025-08-01 06:42:49.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ffdfd4a9-1802-4e16-a222-40957b5f9a0f] socks connection closed\n2025-08-01 06:42:49.885 [info] [command][c34d2c7e-1312-4c87-a50d-befac991e33a] Socket close event received\n2025-08-01 06:42:49.925 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:43:49.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:43:49.892 [info] [command][37035485-e8a0-4739-a089-ea13755f21ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37035485-e8a0-4739-a089-ea13755f21ba""}\n2025-08-01 06:43:49.892 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8c9d7a03-ec59-4d97-be87-e4c2b76e6e03] received connection request\n2025-08-01 06:43:49.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:43:49.934 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8c9d7a03-ec59-4d97-be87-e4c2b76e6e03] socks forwarding established\n2025-08-01 06:43:49.979 [info] [command][37035485-e8a0-4739-a089-ea13755f21ba] Process exited with code 0\n2025-08-01 06:43:49.979 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8c9d7a03-ec59-4d97-be87-e4c2b76e6e03] socks connection closed\n2025-08-01 06:43:49.979 [info] [command][37035485-e8a0-4739-a089-ea13755f21ba] Socket close event received\n2025-08-01 06:43:50.081 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54906 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:44:49.986 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:44:49.988 [info] [command][f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba""}\n2025-08-01 06:44:49.988 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f4cb79e5-65ed-47fc-98ed-41a12a1a60c1] received connection request\n2025-08-01 06:44:49.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:44:50.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4cb79e5-65ed-47fc-98ed-41a12a1a60c1] socks forwarding established\n2025-08-01 06:44:50.079 [info] [command][f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba] Process exited with code 0\n2025-08-01 06:44:50.079 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4cb79e5-65ed-47fc-98ed-41a12a1a60c1] socks connection closed\n2025-08-01 06:44:50.079 [info] [command][f35c2dc8-a8dc-4f54-a302-ac2bc66a27ba] Socket close event received\n2025-08-01 06:44:50.119 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54926 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:45:50.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:45:50.084 [info] [command][57a6c375-db52-4768-87fc-30c6a5043957] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""57a6c375-db52-4768-87fc-30c6a5043957""}\n2025-08-01 06:45:50.085 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ad0a061c-ad35-4e2e-a7bb-168162e1d0f8] received connection request\n2025-08-01 06:45:50.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:45:50.130 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad0a061c-ad35-4e2e-a7bb-168162e1d0f8] socks forwarding established\n2025-08-01 06:45:50.174 [info] [command][57a6c375-db52-4768-87fc-30c6a5043957] Process exited with code 0\n2025-08-01 06:45:50.175 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ad0a061c-ad35-4e2e-a7bb-168162e1d0f8] socks connection closed\n2025-08-01 06:45:50.175 [info] [command][57a6c375-db52-4768-87fc-30c6a5043957] Socket close event received\n2025-08-01 06:45:50.213 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54951 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:46:50.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:46:50.179 [info] [command][79394e02-f232-4e38-a833-945e70e09d01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""79394e02-f232-4e38-a833-945e70e09d01""}\n2025-08-01 06:46:50.180 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][82daa58e-f680-4240-8ce2-f17535931ce0] received connection request\n2025-08-01 06:46:50.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:46:50.227 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82daa58e-f680-4240-8ce2-f17535931ce0] socks forwarding established\n2025-08-01 06:46:50.274 [info] [command][79394e02-f232-4e38-a833-945e70e09d01] Process exited with code 0\n2025-08-01 06:46:50.274 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82daa58e-f680-4240-8ce2-f17535931ce0] socks connection closed\n2025-08-01 06:46:50.274 [info] [command][79394e02-f232-4e38-a833-945e70e09d01] Socket close event received\n2025-08-01 06:46:50.316 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 54971 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:47:50.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:47:50.285 [info] [command][d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca""}\n2025-08-01 06:47:50.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db9b7cf6-ecac-4158-94f2-c5a111e10441] received connection request\n2025-08-01 06:47:50.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:47:50.347 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db9b7cf6-ecac-4158-94f2-c5a111e10441] socks forwarding established\n2025-08-01 06:47:50.683 [info] [command][d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca] Process exited with code 0\n2025-08-01 06:47:50.683 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db9b7cf6-ecac-4158-94f2-c5a111e10441] socks connection closed\n2025-08-01 06:47:50.683 [info] [command][d23d1d64-cd6b-4e58-a846-e3bf3c04f1ca] Socket close event received\n2025-08-01 06:47:50.724 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55001 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:48:50.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:48:50.690 [info] [command][69062ee2-31c6-40b6-92b0-fbfbc0fbfb46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""69062ee2-31c6-40b6-92b0-fbfbc0fbfb46""}\n2025-08-01 06:48:50.691 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][784a804e-46c5-4933-9deb-5945e9051e80] received connection request\n2025-08-01 06:48:50.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:48:50.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][784a804e-46c5-4933-9deb-5945e9051e80] socks forwarding established\n2025-08-01 06:48:50.878 [info] [command][69062ee2-31c6-40b6-92b0-fbfbc0fbfb46] Process exited with code 0\n2025-08-01 06:48:50.878 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][784a804e-46c5-4933-9deb-5945e9051e80] socks connection closed\n2025-08-01 06:48:50.878 [info] [command][69062ee2-31c6-40b6-92b0-fbfbc0fbfb46] Socket close event received\n2025-08-01 06:48:50.918 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55035 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:49:50.886 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:49:50.888 [info] [command][3ef384cf-931b-435d-9e24-2818b62298c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3ef384cf-931b-435d-9e24-2818b62298c6""}\n2025-08-01 06:49:50.888 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0aa60571-0dc5-46cf-a388-d8d4e1674a34] received connection request\n2025-08-01 06:49:50.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:49:50.962 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0aa60571-0dc5-46cf-a388-d8d4e1674a34] socks forwarding established\n2025-08-01 06:49:51.023 [info] [command][3ef384cf-931b-435d-9e24-2818b62298c6] Process exited with code 0\n2025-08-01 06:49:51.024 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0aa60571-0dc5-46cf-a388-d8d4e1674a34] socks connection closed\n2025-08-01 06:49:51.024 [info] [command][3ef384cf-931b-435d-9e24-2818b62298c6] Socket close event received\n2025-08-01 06:49:51.067 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55064 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:50:51.030 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:50:51.032 [info] [command][7aca3495-ff94-4f4b-83eb-8e4f702d6869] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7aca3495-ff94-4f4b-83eb-8e4f702d6869""}\n2025-08-01 06:50:51.033 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e61f0461-9823-4617-b690-c39c50362175] received connection request\n2025-08-01 06:50:51.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:50:51.077 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e61f0461-9823-4617-b690-c39c50362175] socks forwarding established\n2025-08-01 06:50:51.123 [info] [command][7aca3495-ff94-4f4b-83eb-8e4f702d6869] Process exited with code 0\n2025-08-01 06:50:51.123 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e61f0461-9823-4617-b690-c39c50362175] socks connection closed\n2025-08-01 06:50:51.123 [info] [command][7aca3495-ff94-4f4b-83eb-8e4f702d6869] Socket close event received\n2025-08-01 06:50:51.164 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55090 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:51:51.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:51:51.126 [info] [command][75b528b7-865b-4594-9267-ec34a47ea398] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""75b528b7-865b-4594-9267-ec34a47ea398""}\n2025-08-01 06:51:51.127 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3e7e8c07-751a-4fc7-a27c-d23c18cff32a] received connection request\n2025-08-01 06:51:51.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:51:51.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e7e8c07-751a-4fc7-a27c-d23c18cff32a] socks forwarding established\n2025-08-01 06:51:51.213 [info] [command][75b528b7-865b-4594-9267-ec34a47ea398] Process exited with code 0\n2025-08-01 06:51:51.213 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3e7e8c07-751a-4fc7-a27c-d23c18cff32a] socks connection closed\n2025-08-01 06:51:51.214 [info] [command][75b528b7-865b-4594-9267-ec34a47ea398] Socket close event received\n2025-08-01 06:51:51.253 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55106 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:52:51.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:52:51.225 [info] [command][94a18dc0-820f-4c0e-878a-730d0cf773b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""94a18dc0-820f-4c0e-878a-730d0cf773b7""}\n2025-08-01 06:52:51.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6525aa60-a3be-4947-abe1-466d90e543ed] received connection request\n2025-08-01 06:52:51.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:52:51.268 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6525aa60-a3be-4947-abe1-466d90e543ed] socks forwarding established\n2025-08-01 06:52:51.312 [info] [command][94a18dc0-820f-4c0e-878a-730d0cf773b7] Process exited with code 0\n2025-08-01 06:52:51.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6525aa60-a3be-4947-abe1-466d90e543ed] socks connection closed\n2025-08-01 06:52:51.313 [info] [command][94a18dc0-820f-4c0e-878a-730d0cf773b7] Socket close event received\n2025-08-01 06:52:51.351 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55138 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:53:51.317 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:53:51.319 [info] [command][ea5bf909-e3a2-4ea9-b783-d59efad0a620] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ea5bf909-e3a2-4ea9-b783-d59efad0a620""}\n2025-08-01 06:53:51.320 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2872fe1d-e078-4ed6-a52f-fe843badd4d3] received connection request\n2025-08-01 06:53:51.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:53:51.407 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2872fe1d-e078-4ed6-a52f-fe843badd4d3] socks forwarding established\n2025-08-01 06:53:51.452 [info] [command][ea5bf909-e3a2-4ea9-b783-d59efad0a620] Process exited with code 0\n2025-08-01 06:53:51.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2872fe1d-e078-4ed6-a52f-fe843badd4d3] socks connection closed\n2025-08-01 06:53:51.453 [info] [command][ea5bf909-e3a2-4ea9-b783-d59efad0a620] Socket close event received\n2025-08-01 06:53:51.493 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55167 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:54:51.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:54:51.463 [info] [command][988b8df7-57d5-41f7-8038-4d38d512da36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""988b8df7-57d5-41f7-8038-4d38d512da36""}\n2025-08-01 06:54:51.463 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b95874d4-622d-4f48-92ef-4e55ceb86e66] received connection request\n2025-08-01 06:54:51.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:54:51.509 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b95874d4-622d-4f48-92ef-4e55ceb86e66] socks forwarding established\n2025-08-01 06:54:51.554 [info] [command][988b8df7-57d5-41f7-8038-4d38d512da36] Process exited with code 0\n2025-08-01 06:54:51.554 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b95874d4-622d-4f48-92ef-4e55ceb86e66] socks connection closed\n2025-08-01 06:54:51.554 [info] [command][988b8df7-57d5-41f7-8038-4d38d512da36] Socket close event received\n2025-08-01 06:54:51.596 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55190 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:55:51.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:55:51.559 [info] [command][bbd3a589-2f7f-4e4c-9532-8372f30131d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bbd3a589-2f7f-4e4c-9532-8372f30131d4""}\n2025-08-01 06:55:51.560 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][847f6abc-de2a-407b-bdec-78319fa6b14b] received connection request\n2025-08-01 06:55:51.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:55:51.606 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][847f6abc-de2a-407b-bdec-78319fa6b14b] socks forwarding established\n2025-08-01 06:55:51.651 [info] [command][bbd3a589-2f7f-4e4c-9532-8372f30131d4] Process exited with code 0\n2025-08-01 06:55:51.652 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][847f6abc-de2a-407b-bdec-78319fa6b14b] socks connection closed\n2025-08-01 06:55:51.652 [info] [command][bbd3a589-2f7f-4e4c-9532-8372f30131d4] Socket close event received\n2025-08-01 06:55:51.692 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55219 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:56:51.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:56:51.660 [info] [command][2ddd77de-6b4d-4472-bc1e-c61384ee3289] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2ddd77de-6b4d-4472-bc1e-c61384ee3289""}\n2025-08-01 06:56:51.661 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5f05e5c6-0125-4a49-94aa-36025309689a] received connection request\n2025-08-01 06:56:51.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:56:51.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5f05e5c6-0125-4a49-94aa-36025309689a] socks forwarding established\n2025-08-01 06:56:51.750 [info] [command][2ddd77de-6b4d-4472-bc1e-c61384ee3289] Process exited with code 0\n2025-08-01 06:56:51.750 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5f05e5c6-0125-4a49-94aa-36025309689a] socks connection closed\n2025-08-01 06:56:51.750 [info] [command][2ddd77de-6b4d-4472-bc1e-c61384ee3289] Socket close event received\n2025-08-01 06:56:51.790 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55244 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:57:51.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:57:51.754 [info] [command][6691df0b-fd28-44dc-bf83-7622234b272c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6691df0b-fd28-44dc-bf83-7622234b272c""}\n2025-08-01 06:57:51.755 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6fdc2125-2bad-472f-a653-9db8006e2dfc] received connection request\n2025-08-01 06:57:51.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:57:51.800 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fdc2125-2bad-472f-a653-9db8006e2dfc] socks forwarding established\n2025-08-01 06:57:51.846 [info] [command][6691df0b-fd28-44dc-bf83-7622234b272c] Process exited with code 0\n2025-08-01 06:57:51.846 [info] [command][6691df0b-fd28-44dc-bf83-7622234b272c] Socket close event received\n2025-08-01 06:57:51.847 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fdc2125-2bad-472f-a653-9db8006e2dfc] socks connection closed\n2025-08-01 06:57:51.886 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55271 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:58:51.857 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:58:51.859 [info] [command][200a5e8f-6ceb-408c-9ffc-ec9803b06186] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""200a5e8f-6ceb-408c-9ffc-ec9803b06186""}\n2025-08-01 06:58:51.860 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][98beacef-4771-4c98-ba1c-2394afe6b447] received connection request\n2025-08-01 06:58:51.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:58:52.034 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][98beacef-4771-4c98-ba1c-2394afe6b447] socks forwarding established\n2025-08-01 06:58:52.213 [info] [command][200a5e8f-6ceb-408c-9ffc-ec9803b06186] Process exited with code 0\n2025-08-01 06:58:52.213 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][98beacef-4771-4c98-ba1c-2394afe6b447] socks connection closed\n2025-08-01 06:58:52.213 [info] [command][200a5e8f-6ceb-408c-9ffc-ec9803b06186] Socket close event received\n2025-08-01 06:58:52.252 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55306 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 06:59:52.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 06:59:52.225 [info] [command][337fb3a8-d9ab-40dd-8a21-197ff130b3d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""337fb3a8-d9ab-40dd-8a21-197ff130b3d4""}\n2025-08-01 06:59:52.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b8bb84c1-1519-45fe-846d-c8f0c5c04cd6] received connection request\n2025-08-01 06:59:52.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 06:59:52.271 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8bb84c1-1519-45fe-846d-c8f0c5c04cd6] socks forwarding established\n2025-08-01 06:59:52.315 [info] [command][337fb3a8-d9ab-40dd-8a21-197ff130b3d4] Process exited with code 0\n2025-08-01 06:59:52.315 [info] [command][337fb3a8-d9ab-40dd-8a21-197ff130b3d4] Socket close event received\n2025-08-01 06:59:52.317 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b8bb84c1-1519-45fe-846d-c8f0c5c04cd6] socks connection closed\n2025-08-01 06:59:52.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55324 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:00:52.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:00:52.321 [info] [command][b60b3bf4-c066-499c-a1f0-2291bc2acb4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b60b3bf4-c066-499c-a1f0-2291bc2acb4f""}\n2025-08-01 07:00:52.322 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d74f10eb-167b-4362-889c-0778c281bef9] received connection request\n2025-08-01 07:00:52.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:00:52.364 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d74f10eb-167b-4362-889c-0778c281bef9] socks forwarding established\n2025-08-01 07:00:52.410 [info] [command][b60b3bf4-c066-499c-a1f0-2291bc2acb4f] Process exited with code 0\n2025-08-01 07:00:52.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d74f10eb-167b-4362-889c-0778c281bef9] socks connection closed\n2025-08-01 07:00:52.411 [info] [command][b60b3bf4-c066-499c-a1f0-2291bc2acb4f] Socket close event received\n2025-08-01 07:00:52.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55347 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:01:52.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:01:52.413 [info] [command][ac192cea-34d9-4104-abb2-52aea6239caa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ac192cea-34d9-4104-abb2-52aea6239caa""}\n2025-08-01 07:01:52.414 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][842cb7b1-bf49-4e57-96de-837cd7e92dfa] received connection request\n2025-08-01 07:01:52.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:01:52.457 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][842cb7b1-bf49-4e57-96de-837cd7e92dfa] socks forwarding established\n2025-08-01 07:01:52.504 [info] [command][ac192cea-34d9-4104-abb2-52aea6239caa] Process exited with code 0\n2025-08-01 07:01:52.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][842cb7b1-bf49-4e57-96de-837cd7e92dfa] socks connection closed\n2025-08-01 07:01:52.504 [info] [command][ac192cea-34d9-4104-abb2-52aea6239caa] Socket close event received\n2025-08-01 07:01:52.547 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:02:52.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:02:52.507 [info] [command][87648708-3b6a-437c-864c-7da19a891d1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""87648708-3b6a-437c-864c-7da19a891d1f""}\n2025-08-01 07:02:52.507 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0ce39cf7-d142-4945-90da-7e020eeb3702] received connection request\n2025-08-01 07:02:52.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:02:52.630 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce39cf7-d142-4945-90da-7e020eeb3702] socks forwarding established\n2025-08-01 07:02:52.676 [info] [command][87648708-3b6a-437c-864c-7da19a891d1f] Process exited with code 0\n2025-08-01 07:02:52.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0ce39cf7-d142-4945-90da-7e020eeb3702] socks connection closed\n2025-08-01 07:02:52.676 [info] [command][87648708-3b6a-437c-864c-7da19a891d1f] Socket close event received\n2025-08-01 07:02:52.716 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55389 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:03:52.685 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:03:52.686 [info] [command][bf38af8b-3e68-4b99-9b45-962d58866bcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bf38af8b-3e68-4b99-9b45-962d58866bcb""}\n2025-08-01 07:03:52.687 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4918f59a-250b-45e1-8254-515ca7cfdb0d] received connection request\n2025-08-01 07:03:52.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:03:52.727 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4918f59a-250b-45e1-8254-515ca7cfdb0d] socks forwarding established\n2025-08-01 07:03:52.771 [info] [command][bf38af8b-3e68-4b99-9b45-962d58866bcb] Process exited with code 0\n2025-08-01 07:03:52.772 [info] [command][bf38af8b-3e68-4b99-9b45-962d58866bcb] Socket close event received\n2025-08-01 07:03:52.773 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4918f59a-250b-45e1-8254-515ca7cfdb0d] socks connection closed\n2025-08-01 07:03:52.811 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55422 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:04:52.775 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:04:52.777 [info] [command][e83725db-3165-43f7-8a0c-dfc7f6f9d31b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e83725db-3165-43f7-8a0c-dfc7f6f9d31b""}\n2025-08-01 07:04:52.778 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1a67921c-949e-48f2-9c9e-82c172bc1995] received connection request\n2025-08-01 07:04:52.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:04:52.824 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a67921c-949e-48f2-9c9e-82c172bc1995] socks forwarding established\n2025-08-01 07:04:52.868 [info] [command][e83725db-3165-43f7-8a0c-dfc7f6f9d31b] Process exited with code 0\n2025-08-01 07:04:52.869 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1a67921c-949e-48f2-9c9e-82c172bc1995] socks connection closed\n2025-08-01 07:04:52.869 [info] [command][e83725db-3165-43f7-8a0c-dfc7f6f9d31b] Socket close event received\n2025-08-01 07:04:52.908 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55434 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:05:52.876 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:05:52.878 [info] [command][a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0""}\n2025-08-01 07:05:52.879 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b551b7ef-f7e6-45f0-8725-d911138e0067] received connection request\n2025-08-01 07:05:52.880 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:05:52.923 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b551b7ef-f7e6-45f0-8725-d911138e0067] socks forwarding established\n2025-08-01 07:05:52.968 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b551b7ef-f7e6-45f0-8725-d911138e0067] socks connection closed\n2025-08-01 07:05:52.968 [info] [command][a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0] Process exited with code 0\n2025-08-01 07:05:52.969 [info] [command][a441a3ae-f0ec-4fa0-a8a2-a56fb9e929c0] Socket close event received\n2025-08-01 07:05:53.010 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55448 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:06:52.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:06:52.973 [info] [command][89e5687b-9dee-4c13-b41e-b70ed3cbb26f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""89e5687b-9dee-4c13-b41e-b70ed3cbb26f""}\n2025-08-01 07:06:52.973 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39a60970-593b-4579-ae3c-d366a32f8e68] received connection request\n2025-08-01 07:06:52.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:06:53.018 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39a60970-593b-4579-ae3c-d366a32f8e68] socks forwarding established\n2025-08-01 07:06:53.063 [info] [command][89e5687b-9dee-4c13-b41e-b70ed3cbb26f] Process exited with code 0\n2025-08-01 07:06:53.063 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39a60970-593b-4579-ae3c-d366a32f8e68] socks connection closed\n2025-08-01 07:06:53.063 [info] [command][89e5687b-9dee-4c13-b41e-b70ed3cbb26f] Socket close event received\n2025-08-01 07:06:53.103 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55464 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:07:53.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:07:53.071 [info] [command][9102a065-789d-4e06-ad1d-fa1e9dd6bb3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9102a065-789d-4e06-ad1d-fa1e9dd6bb3f""}\n2025-08-01 07:07:53.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3ff99218-f8ad-4cb3-b7d1-b5b404a97865] received connection request\n2025-08-01 07:07:53.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:07:53.115 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3ff99218-f8ad-4cb3-b7d1-b5b404a97865] socks forwarding established\n2025-08-01 07:07:53.166 [info] [command][9102a065-789d-4e06-ad1d-fa1e9dd6bb3f] Process exited with code 0\n2025-08-01 07:07:53.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3ff99218-f8ad-4cb3-b7d1-b5b404a97865] socks connection closed\n2025-08-01 07:07:53.166 [info] [command][9102a065-789d-4e06-ad1d-fa1e9dd6bb3f] Socket close event received\n2025-08-01 07:07:53.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55489 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:08:53.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:08:53.172 [info] [command][b5df4b6b-ce2b-42cd-b70c-9021001be733] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b5df4b6b-ce2b-42cd-b70c-9021001be733""}\n2025-08-01 07:08:53.172 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][878cd8c6-0cef-4e8f-a950-e34f74c0b287] received connection request\n2025-08-01 07:08:53.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:08:53.216 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][878cd8c6-0cef-4e8f-a950-e34f74c0b287] socks forwarding established\n2025-08-01 07:08:53.261 [info] [command][b5df4b6b-ce2b-42cd-b70c-9021001be733] Process exited with code 0\n2025-08-01 07:08:53.261 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][878cd8c6-0cef-4e8f-a950-e34f74c0b287] socks connection closed\n2025-08-01 07:08:53.261 [info] [command][b5df4b6b-ce2b-42cd-b70c-9021001be733] Socket close event received\n2025-08-01 07:08:53.300 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55522 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:09:53.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:09:53.268 [info] [command][f2e742f0-bbbf-4391-b2f6-739cb9ca24c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f2e742f0-bbbf-4391-b2f6-739cb9ca24c4""}\n2025-08-01 07:09:53.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d8e9a748-4548-4e6b-89ef-a8c1a76629b6] received connection request\n2025-08-01 07:09:53.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:09:53.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d8e9a748-4548-4e6b-89ef-a8c1a76629b6] socks forwarding established\n2025-08-01 07:09:53.357 [info] [command][f2e742f0-bbbf-4391-b2f6-739cb9ca24c4] Process exited with code 0\n2025-08-01 07:09:53.357 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d8e9a748-4548-4e6b-89ef-a8c1a76629b6] socks connection closed\n2025-08-01 07:09:53.357 [info] [command][f2e742f0-bbbf-4391-b2f6-739cb9ca24c4] Socket close event received\n2025-08-01 07:09:53.396 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:10:53.359 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:10:53.361 [info] [command][83bad43b-fb5c-4228-aed4-61e80baef9be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""83bad43b-fb5c-4228-aed4-61e80baef9be""}\n2025-08-01 07:10:53.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3d06ba00-5e41-4539-9729-c311cb7335ba] received connection request\n2025-08-01 07:10:53.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:10:53.407 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3d06ba00-5e41-4539-9729-c311cb7335ba] socks forwarding established\n2025-08-01 07:10:53.453 [info] [command][83bad43b-fb5c-4228-aed4-61e80baef9be] Process exited with code 0\n2025-08-01 07:10:53.453 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3d06ba00-5e41-4539-9729-c311cb7335ba] socks connection closed\n2025-08-01 07:10:53.453 [info] [command][83bad43b-fb5c-4228-aed4-61e80baef9be] Socket close event received\n2025-08-01 07:10:53.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55556 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:11:53.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:11:53.465 [info] [command][1a6a951e-02b2-40b7-a96e-282b4c8030e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1a6a951e-02b2-40b7-a96e-282b4c8030e7""}\n2025-08-01 07:11:53.465 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9fbc9bfb-f69c-4e46-8e30-04cd84e629fa] received connection request\n2025-08-01 07:11:53.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:11:53.562 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fbc9bfb-f69c-4e46-8e30-04cd84e629fa] socks forwarding established\n2025-08-01 07:11:53.609 [info] [command][1a6a951e-02b2-40b7-a96e-282b4c8030e7] Process exited with code 0\n2025-08-01 07:11:53.609 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9fbc9bfb-f69c-4e46-8e30-04cd84e629fa] socks connection closed\n2025-08-01 07:11:53.609 [info] [command][1a6a951e-02b2-40b7-a96e-282b4c8030e7] Socket close event received\n2025-08-01 07:11:53.650 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55575 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:12:53.613 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:12:53.615 [info] [command][132ac898-cb20-4f32-b893-fcb1d373eb98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""132ac898-cb20-4f32-b893-fcb1d373eb98""}\n2025-08-01 07:12:53.616 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4bccd7a2-14b6-4d15-9080-49222382558a] received connection request\n2025-08-01 07:12:53.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:12:53.667 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bccd7a2-14b6-4d15-9080-49222382558a] socks forwarding established\n2025-08-01 07:12:53.712 [info] [command][132ac898-cb20-4f32-b893-fcb1d373eb98] Process exited with code 0\n2025-08-01 07:12:53.712 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4bccd7a2-14b6-4d15-9080-49222382558a] socks connection closed\n2025-08-01 07:12:53.713 [info] [command][132ac898-cb20-4f32-b893-fcb1d373eb98] Socket close event received\n2025-08-01 07:12:53.753 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55604 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:13:53.715 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:13:53.717 [info] [command][34e36ec3-acb8-44d1-8771-efc35cbf13c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""34e36ec3-acb8-44d1-8771-efc35cbf13c7""}\n2025-08-01 07:13:53.717 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][831a67be-3ee9-440b-afb3-2a28d9cfc21b] received connection request\n2025-08-01 07:13:53.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:13:53.764 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][831a67be-3ee9-440b-afb3-2a28d9cfc21b] socks forwarding established\n2025-08-01 07:13:53.810 [info] [command][34e36ec3-acb8-44d1-8771-efc35cbf13c7] Process exited with code 0\n2025-08-01 07:13:53.811 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][831a67be-3ee9-440b-afb3-2a28d9cfc21b] socks connection closed\n2025-08-01 07:13:53.811 [info] [command][34e36ec3-acb8-44d1-8771-efc35cbf13c7] Socket close event received\n2025-08-01 07:13:53.852 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55636 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:14:53.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:14:53.818 [info] [command][2538ae8c-b3a4-427a-ab25-afec13f907d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2538ae8c-b3a4-427a-ab25-afec13f907d6""}\n2025-08-01 07:14:53.819 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][660f3908-ddf7-463e-b80d-4f627dd7f3d3] received connection request\n2025-08-01 07:14:53.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:14:53.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][660f3908-ddf7-463e-b80d-4f627dd7f3d3] socks forwarding established\n2025-08-01 07:14:53.904 [info] [command][2538ae8c-b3a4-427a-ab25-afec13f907d6] Process exited with code 0\n2025-08-01 07:14:53.904 [info] [command][2538ae8c-b3a4-427a-ab25-afec13f907d6] Socket close event received\n2025-08-01 07:14:53.905 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][660f3908-ddf7-463e-b80d-4f627dd7f3d3] socks connection closed\n2025-08-01 07:14:53.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55656 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:15:53.911 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:15:53.913 [info] [command][37705f81-307b-415f-9e20-1b2f2a34bdc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""37705f81-307b-415f-9e20-1b2f2a34bdc6""}\n2025-08-01 07:15:53.914 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e4faaaa0-3af3-4b6f-a963-c7bd67034e62] received connection request\n2025-08-01 07:15:53.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:15:53.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4faaaa0-3af3-4b6f-a963-c7bd67034e62] socks forwarding established\n2025-08-01 07:15:54.008 [info] [command][37705f81-307b-415f-9e20-1b2f2a34bdc6] Process exited with code 0\n2025-08-01 07:15:54.008 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4faaaa0-3af3-4b6f-a963-c7bd67034e62] socks connection closed\n2025-08-01 07:15:54.008 [info] [command][37705f81-307b-415f-9e20-1b2f2a34bdc6] Socket close event received\n2025-08-01 07:15:54.048 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55673 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:16:54.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:16:54.019 [info] [command][74242844-e868-4ef0-a3b5-df784dd93038] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""74242844-e868-4ef0-a3b5-df784dd93038""}\n2025-08-01 07:16:54.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f63251a2-6078-4d0a-b989-fd854e97166b] received connection request\n2025-08-01 07:16:54.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:16:54.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f63251a2-6078-4d0a-b989-fd854e97166b] socks forwarding established\n2025-08-01 07:16:54.111 [info] [command][74242844-e868-4ef0-a3b5-df784dd93038] Process exited with code 0\n2025-08-01 07:16:54.111 [info] [command][74242844-e868-4ef0-a3b5-df784dd93038] Socket close event received\n2025-08-01 07:16:54.150 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f63251a2-6078-4d0a-b989-fd854e97166b] socks connection closed\n2025-08-01 07:16:54.154 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55741 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:17:54.113 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:17:54.115 [info] [command][c2f84def-460d-4d96-b25d-31f85c1e24a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c2f84def-460d-4d96-b25d-31f85c1e24a6""}\n2025-08-01 07:17:54.116 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dff02421-32d2-4e22-9150-ebad2ff737e1] received connection request\n2025-08-01 07:17:54.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:17:54.157 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dff02421-32d2-4e22-9150-ebad2ff737e1] socks forwarding established\n2025-08-01 07:17:54.202 [info] [command][c2f84def-460d-4d96-b25d-31f85c1e24a6] Process exited with code 0\n2025-08-01 07:17:54.203 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dff02421-32d2-4e22-9150-ebad2ff737e1] socks connection closed\n2025-08-01 07:17:54.203 [info] [command][c2f84def-460d-4d96-b25d-31f85c1e24a6] Socket close event received\n2025-08-01 07:17:54.242 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55770 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:18:54.210 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:18:54.213 [info] [command][27538c24-d08e-456f-a630-666261519898] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""27538c24-d08e-456f-a630-666261519898""}\n2025-08-01 07:18:54.213 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39b46a06-9bca-45f8-844d-fbac889f92a7] received connection request\n2025-08-01 07:18:54.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:18:54.258 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39b46a06-9bca-45f8-844d-fbac889f92a7] socks forwarding established\n2025-08-01 07:18:54.303 [info] [command][27538c24-d08e-456f-a630-666261519898] Process exited with code 0\n2025-08-01 07:18:54.303 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39b46a06-9bca-45f8-844d-fbac889f92a7] socks connection closed\n2025-08-01 07:18:54.303 [info] [command][27538c24-d08e-456f-a630-666261519898] Socket close event received\n2025-08-01 07:18:54.346 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55802 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:19:54.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:19:54.313 [info] [command][6fda734e-c374-4e27-85c5-f29db510c3d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6fda734e-c374-4e27-85c5-f29db510c3d4""}\n2025-08-01 07:19:54.314 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][95e15c50-9ac0-4881-9fb2-5b60b6e5150a] received connection request\n2025-08-01 07:19:54.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:19:54.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][95e15c50-9ac0-4881-9fb2-5b60b6e5150a] socks forwarding established\n2025-08-01 07:19:54.401 [info] [command][6fda734e-c374-4e27-85c5-f29db510c3d4] Process exited with code 0\n2025-08-01 07:19:54.401 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][95e15c50-9ac0-4881-9fb2-5b60b6e5150a] socks connection closed\n2025-08-01 07:19:54.401 [info] [command][6fda734e-c374-4e27-85c5-f29db510c3d4] Socket close event received\n2025-08-01 07:19:54.442 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55821 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:20:54.401 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:20:54.403 [info] [command][7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14""}\n2025-08-01 07:20:54.404 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7187b9ba-dbb2-4390-ba0c-c61ac11b0427] received connection request\n2025-08-01 07:20:54.405 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:20:54.450 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7187b9ba-dbb2-4390-ba0c-c61ac11b0427] socks forwarding established\n2025-08-01 07:20:54.499 [info] [command][7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14] Process exited with code 0\n2025-08-01 07:20:54.499 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7187b9ba-dbb2-4390-ba0c-c61ac11b0427] socks connection closed\n2025-08-01 07:20:54.499 [info] [command][7bbb4e72-09c1-4f6f-84e8-61cbdcb5ae14] Socket close event received\n2025-08-01 07:20:54.540 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55834 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:21:54.503 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:21:54.504 [info] [command][9f469ab9-2669-43c2-9cfc-c4b0502498df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9f469ab9-2669-43c2-9cfc-c4b0502498df""}\n2025-08-01 07:21:54.504 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][20ad22ca-4dcf-465f-b11c-c806f0665ccd] received connection request\n2025-08-01 07:21:54.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:21:54.548 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ad22ca-4dcf-465f-b11c-c806f0665ccd] socks forwarding established\n2025-08-01 07:21:54.596 [info] [command][9f469ab9-2669-43c2-9cfc-c4b0502498df] Process exited with code 0\n2025-08-01 07:21:54.596 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][20ad22ca-4dcf-465f-b11c-c806f0665ccd] socks connection closed\n2025-08-01 07:21:54.596 [info] [command][9f469ab9-2669-43c2-9cfc-c4b0502498df] Socket close event received\n2025-08-01 07:21:54.636 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55847 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:22:54.601 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:22:54.602 [info] [command][103548ec-5945-4480-9cc8-5866dd898730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""103548ec-5945-4480-9cc8-5866dd898730""}\n2025-08-01 07:22:54.602 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7b606aff-14ee-47fe-9d44-da79e1a757c4] received connection request\n2025-08-01 07:22:54.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:22:54.651 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7b606aff-14ee-47fe-9d44-da79e1a757c4] socks forwarding established\n2025-08-01 07:22:54.694 [info] [command][103548ec-5945-4480-9cc8-5866dd898730] Process exited with code 0\n2025-08-01 07:22:54.695 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7b606aff-14ee-47fe-9d44-da79e1a757c4] socks connection closed\n2025-08-01 07:22:54.695 [info] [command][103548ec-5945-4480-9cc8-5866dd898730] Socket close event received\n2025-08-01 07:22:54.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55873 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:23:54.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:23:54.696 [info] [command][7becb108-a9b2-468c-a0aa-c419def31b18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""7becb108-a9b2-468c-a0aa-c419def31b18""}\n2025-08-01 07:23:54.697 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4db20b84-d7de-4490-8daa-50ca077224aa] received connection request\n2025-08-01 07:23:54.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:23:54.744 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4db20b84-d7de-4490-8daa-50ca077224aa] socks forwarding established\n2025-08-01 07:23:54.789 [info] [command][7becb108-a9b2-468c-a0aa-c419def31b18] Process exited with code 0\n2025-08-01 07:23:54.790 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4db20b84-d7de-4490-8daa-50ca077224aa] socks connection closed\n2025-08-01 07:23:54.790 [info] [command][7becb108-a9b2-468c-a0aa-c419def31b18] Socket close event received\n2025-08-01 07:23:54.840 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55899 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:24:54.801 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:24:54.802 [info] [command][501adc00-830e-44c1-a6a1-486103285537] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""501adc00-830e-44c1-a6a1-486103285537""}\n2025-08-01 07:24:54.803 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d9b7671c-17fb-4a82-b217-cc7415ffaf89] received connection request\n2025-08-01 07:24:54.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:24:54.849 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9b7671c-17fb-4a82-b217-cc7415ffaf89] socks forwarding established\n2025-08-01 07:24:54.894 [info] [command][501adc00-830e-44c1-a6a1-486103285537] Process exited with code 0\n2025-08-01 07:24:54.895 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d9b7671c-17fb-4a82-b217-cc7415ffaf89] socks connection closed\n2025-08-01 07:24:54.895 [info] [command][501adc00-830e-44c1-a6a1-486103285537] Socket close event received\n2025-08-01 07:24:54.933 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55911 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:25:54.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:25:54.905 [info] [command][a54738ca-495d-47c8-85f8-93f63bef5a40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a54738ca-495d-47c8-85f8-93f63bef5a40""}\n2025-08-01 07:25:54.906 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c69ab00f-5157-44c5-af2c-6f899f1f0208] received connection request\n2025-08-01 07:25:54.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:25:55.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c69ab00f-5157-44c5-af2c-6f899f1f0208] socks forwarding established\n2025-08-01 07:25:55.282 [info] [command][a54738ca-495d-47c8-85f8-93f63bef5a40] Process exited with code 0\n2025-08-01 07:25:55.282 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c69ab00f-5157-44c5-af2c-6f899f1f0208] socks connection closed\n2025-08-01 07:25:55.282 [info] [command][a54738ca-495d-47c8-85f8-93f63bef5a40] Socket close event received\n2025-08-01 07:25:55.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55928 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:26:55.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:26:55.292 [info] [command][99163490-173f-4981-b629-0d43ddb246af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""99163490-173f-4981-b629-0d43ddb246af""}\n2025-08-01 07:26:55.292 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][66f76693-d6a6-4e73-9c12-42dc4bb3ecf5] received connection request\n2025-08-01 07:26:55.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:26:55.452 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][66f76693-d6a6-4e73-9c12-42dc4bb3ecf5] socks forwarding established\n2025-08-01 07:26:55.497 [info] [command][99163490-173f-4981-b629-0d43ddb246af] Process exited with code 0\n2025-08-01 07:26:55.498 [info] [command][99163490-173f-4981-b629-0d43ddb246af] Socket close event received\n2025-08-01 07:26:55.513 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][66f76693-d6a6-4e73-9c12-42dc4bb3ecf5] socks connection closed\n2025-08-01 07:26:55.542 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55947 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:27:55.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:27:55.509 [info] [command][b74752d6-52fd-47df-a15a-98e3e99e3707] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b74752d6-52fd-47df-a15a-98e3e99e3707""}\n2025-08-01 07:27:55.510 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5366bda2-3370-4772-a650-e01446294dbd] received connection request\n2025-08-01 07:27:55.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:27:55.555 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5366bda2-3370-4772-a650-e01446294dbd] socks forwarding established\n2025-08-01 07:27:55.601 [info] [command][b74752d6-52fd-47df-a15a-98e3e99e3707] Process exited with code 0\n2025-08-01 07:27:55.602 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5366bda2-3370-4772-a650-e01446294dbd] socks connection closed\n2025-08-01 07:27:55.602 [info] [command][b74752d6-52fd-47df-a15a-98e3e99e3707] Socket close event received\n2025-08-01 07:27:55.642 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 55975 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:28:55.607 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:28:55.608 [info] [command][8d9aef5c-bb25-4cba-9564-59dc61c66b1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8d9aef5c-bb25-4cba-9564-59dc61c66b1c""}\n2025-08-01 07:28:55.608 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2b5299cc-b76e-44f8-88f1-c00e46e86c0a] received connection request\n2025-08-01 07:28:55.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:28:55.650 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b5299cc-b76e-44f8-88f1-c00e46e86c0a] socks forwarding established\n2025-08-01 07:28:55.695 [info] [command][8d9aef5c-bb25-4cba-9564-59dc61c66b1c] Process exited with code 0\n2025-08-01 07:28:55.695 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2b5299cc-b76e-44f8-88f1-c00e46e86c0a] socks connection closed\n2025-08-01 07:28:55.695 [info] [command][8d9aef5c-bb25-4cba-9564-59dc61c66b1c] Socket close event received\n2025-08-01 07:28:55.735 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56008 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:29:55.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:29:55.702 [info] [command][b2ea2553-1a43-4276-a86d-b5e7282c07a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b2ea2553-1a43-4276-a86d-b5e7282c07a2""}\n2025-08-01 07:29:55.703 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6dc678a1-46b8-423a-94bc-109b0afcd6ad] received connection request\n2025-08-01 07:29:55.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:29:55.747 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6dc678a1-46b8-423a-94bc-109b0afcd6ad] socks forwarding established\n2025-08-01 07:29:55.792 [info] [command][b2ea2553-1a43-4276-a86d-b5e7282c07a2] Process exited with code 0\n2025-08-01 07:29:55.792 [info] [command][b2ea2553-1a43-4276-a86d-b5e7282c07a2] Socket close event received\n2025-08-01 07:29:55.793 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6dc678a1-46b8-423a-94bc-109b0afcd6ad] socks connection closed\n2025-08-01 07:29:55.833 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56028 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:30:55.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:30:55.797 [info] [command][591b116a-b0bd-46aa-8f99-baaba4d73cbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""591b116a-b0bd-46aa-8f99-baaba4d73cbc""}\n2025-08-01 07:30:55.798 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7a63bd16-cdd1-49fe-bd06-42061364a9ac] received connection request\n2025-08-01 07:30:55.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:30:55.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a63bd16-cdd1-49fe-bd06-42061364a9ac] socks forwarding established\n2025-08-01 07:30:55.958 [info] [command][591b116a-b0bd-46aa-8f99-baaba4d73cbc] Process exited with code 0\n2025-08-01 07:30:55.958 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7a63bd16-cdd1-49fe-bd06-42061364a9ac] socks connection closed\n2025-08-01 07:30:55.958 [info] [command][591b116a-b0bd-46aa-8f99-baaba4d73cbc] Socket close event received\n2025-08-01 07:30:56.000 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56046 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:31:55.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:31:55.961 [info] [command][68dbad70-39a0-4582-9746-5349ed49ae89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""68dbad70-39a0-4582-9746-5349ed49ae89""}\n2025-08-01 07:31:55.962 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][485b14c6-352b-4ada-9434-7f42321b01bc] received connection request\n2025-08-01 07:31:55.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:31:56.007 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][485b14c6-352b-4ada-9434-7f42321b01bc] socks forwarding established\n2025-08-01 07:31:56.052 [info] [command][68dbad70-39a0-4582-9746-5349ed49ae89] Process exited with code 0\n2025-08-01 07:31:56.052 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][485b14c6-352b-4ada-9434-7f42321b01bc] socks connection closed\n2025-08-01 07:31:56.052 [info] [command][68dbad70-39a0-4582-9746-5349ed49ae89] Socket close event received\n2025-08-01 07:31:56.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56065 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:32:56.062 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:32:56.063 [info] [command][80237501-18fb-434d-8ea0-d1a667fb352b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""80237501-18fb-434d-8ea0-d1a667fb352b""}\n2025-08-01 07:32:56.064 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dd9792d4-d8c1-4b7d-82f4-c82d744f53dc] received connection request\n2025-08-01 07:32:56.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:32:56.112 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd9792d4-d8c1-4b7d-82f4-c82d744f53dc] socks forwarding established\n2025-08-01 07:32:56.155 [info] [command][80237501-18fb-434d-8ea0-d1a667fb352b] Process exited with code 0\n2025-08-01 07:32:56.155 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd9792d4-d8c1-4b7d-82f4-c82d744f53dc] socks connection closed\n2025-08-01 07:32:56.156 [info] [command][80237501-18fb-434d-8ea0-d1a667fb352b] Socket close event received\n2025-08-01 07:32:56.194 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56159 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:33:56.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:33:56.162 [info] [command][9ffb28f5-8899-4f9c-9a87-d4e604d999eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9ffb28f5-8899-4f9c-9a87-d4e604d999eb""}\n2025-08-01 07:33:56.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f106a1eb-76d8-463d-8458-a289ca803747] received connection request\n2025-08-01 07:33:56.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:33:56.210 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f106a1eb-76d8-463d-8458-a289ca803747] socks forwarding established\n2025-08-01 07:33:56.256 [info] [command][9ffb28f5-8899-4f9c-9a87-d4e604d999eb] Process exited with code 0\n2025-08-01 07:33:56.256 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f106a1eb-76d8-463d-8458-a289ca803747] socks connection closed\n2025-08-01 07:33:56.256 [info] [command][9ffb28f5-8899-4f9c-9a87-d4e604d999eb] Socket close event received\n2025-08-01 07:33:56.298 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56188 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:34:56.257 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:34:56.259 [info] [command][9909346d-6920-45ee-a493-01fe1674c8dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9909346d-6920-45ee-a493-01fe1674c8dd""}\n2025-08-01 07:34:56.259 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e6a2978e-f013-4de6-937a-bea06caf101a] received connection request\n2025-08-01 07:34:56.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:34:56.308 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e6a2978e-f013-4de6-937a-bea06caf101a] socks forwarding established\n2025-08-01 07:34:56.353 [info] [command][9909346d-6920-45ee-a493-01fe1674c8dd] Process exited with code 0\n2025-08-01 07:34:56.354 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e6a2978e-f013-4de6-937a-bea06caf101a] socks connection closed\n2025-08-01 07:34:56.354 [info] [command][9909346d-6920-45ee-a493-01fe1674c8dd] Socket close event received\n2025-08-01 07:34:56.396 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56201 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:35:56.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:35:56.361 [info] [command][1f61cad4-4e56-4a29-88e7-2752437bd47b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1f61cad4-4e56-4a29-88e7-2752437bd47b""}\n2025-08-01 07:35:56.362 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a027bc1a-47cb-46d4-b878-9902b6b98dbb] received connection request\n2025-08-01 07:35:56.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:35:56.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a027bc1a-47cb-46d4-b878-9902b6b98dbb] socks forwarding established\n2025-08-01 07:35:56.472 [info] [command][1f61cad4-4e56-4a29-88e7-2752437bd47b] Process exited with code 0\n2025-08-01 07:35:56.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a027bc1a-47cb-46d4-b878-9902b6b98dbb] socks connection closed\n2025-08-01 07:35:56.472 [info] [command][1f61cad4-4e56-4a29-88e7-2752437bd47b] Socket close event received\n2025-08-01 07:35:56.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56215 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:36:56.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:36:56.479 [info] [command][fb8df01f-fc7b-4a1f-8a1d-ebee91d43095] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fb8df01f-fc7b-4a1f-8a1d-ebee91d43095""}\n2025-08-01 07:36:56.479 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][8161a151-ad96-4c68-b515-7ea473fcb881] received connection request\n2025-08-01 07:36:56.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:36:56.528 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8161a151-ad96-4c68-b515-7ea473fcb881] socks forwarding established\n2025-08-01 07:36:56.572 [info] [command][fb8df01f-fc7b-4a1f-8a1d-ebee91d43095] Process exited with code 0\n2025-08-01 07:36:56.573 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][8161a151-ad96-4c68-b515-7ea473fcb881] socks connection closed\n2025-08-01 07:36:56.573 [info] [command][fb8df01f-fc7b-4a1f-8a1d-ebee91d43095] Socket close event received\n2025-08-01 07:36:56.612 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56233 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:37:56.583 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:37:56.584 [info] [command][4d3927bf-49d9-4dec-aee7-36abf8b0d9d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4d3927bf-49d9-4dec-aee7-36abf8b0d9d0""}\n2025-08-01 07:37:56.585 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d40c16a7-12d9-4799-a7e9-34e9d773c63e] received connection request\n2025-08-01 07:37:56.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:37:56.634 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d40c16a7-12d9-4799-a7e9-34e9d773c63e] socks forwarding established\n2025-08-01 07:37:56.678 [info] [command][4d3927bf-49d9-4dec-aee7-36abf8b0d9d0] Process exited with code 0\n2025-08-01 07:37:56.678 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d40c16a7-12d9-4799-a7e9-34e9d773c63e] socks connection closed\n2025-08-01 07:37:56.678 [info] [command][4d3927bf-49d9-4dec-aee7-36abf8b0d9d0] Socket close event received\n2025-08-01 07:37:56.718 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56263 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:38:56.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:38:56.689 [info] [command][bace9763-bf9c-4b9a-8462-2ed399576ebe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bace9763-bf9c-4b9a-8462-2ed399576ebe""}\n2025-08-01 07:38:56.690 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][82348324-9d15-47fd-b39e-27a23abca98e] received connection request\n2025-08-01 07:38:56.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:38:56.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82348324-9d15-47fd-b39e-27a23abca98e] socks forwarding established\n2025-08-01 07:38:56.781 [info] [command][bace9763-bf9c-4b9a-8462-2ed399576ebe] Process exited with code 0\n2025-08-01 07:38:56.782 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][82348324-9d15-47fd-b39e-27a23abca98e] socks connection closed\n2025-08-01 07:38:56.782 [info] [command][bace9763-bf9c-4b9a-8462-2ed399576ebe] Socket close event received\n2025-08-01 07:38:56.823 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56301 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:39:56.784 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:39:56.785 [info] [command][a7f03d49-d394-4ef8-bf60-5f0c315f7cd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a7f03d49-d394-4ef8-bf60-5f0c315f7cd7""}\n2025-08-01 07:39:56.786 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee73859b-7544-4a75-8027-a482810fef12] received connection request\n2025-08-01 07:39:56.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:39:56.834 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee73859b-7544-4a75-8027-a482810fef12] socks forwarding established\n2025-08-01 07:39:56.880 [info] [command][a7f03d49-d394-4ef8-bf60-5f0c315f7cd7] Process exited with code 0\n2025-08-01 07:39:56.880 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee73859b-7544-4a75-8027-a482810fef12] socks connection closed\n2025-08-01 07:39:56.880 [info] [command][a7f03d49-d394-4ef8-bf60-5f0c315f7cd7] Socket close event received\n2025-08-01 07:39:56.922 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56335 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:40:56.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:40:56.882 [info] [command][3d14e3af-370d-4ba4-8ff8-d285b31124be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3d14e3af-370d-4ba4-8ff8-d285b31124be""}\n2025-08-01 07:40:56.882 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6c4f47ae-963c-413e-890c-123d1a689a62] received connection request\n2025-08-01 07:40:56.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 07:40:56.883 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:40:57.045 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c4f47ae-963c-413e-890c-123d1a689a62] socks forwarding established\n2025-08-01 07:40:57.090 [info] [command][3d14e3af-370d-4ba4-8ff8-d285b31124be] Process exited with code 0\n2025-08-01 07:40:57.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6c4f47ae-963c-413e-890c-123d1a689a62] socks connection closed\n2025-08-01 07:40:57.091 [info] [command][3d14e3af-370d-4ba4-8ff8-d285b31124be] Socket close event received\n2025-08-01 07:40:57.132 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56349 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:41:57.092 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:41:57.094 [info] [command][3023c3f7-d18f-40f1-9f61-d2e52a18fcf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3023c3f7-d18f-40f1-9f61-d2e52a18fcf5""}\n2025-08-01 07:41:57.094 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3c95f67e-6325-4049-9f5c-aa0d4acbc19e] received connection request\n2025-08-01 07:41:57.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:41:57.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3c95f67e-6325-4049-9f5c-aa0d4acbc19e] socks forwarding established\n2025-08-01 07:41:57.186 [info] [command][3023c3f7-d18f-40f1-9f61-d2e52a18fcf5] Process exited with code 0\n2025-08-01 07:41:57.186 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3c95f67e-6325-4049-9f5c-aa0d4acbc19e] socks connection closed\n2025-08-01 07:41:57.186 [info] [command][3023c3f7-d18f-40f1-9f61-d2e52a18fcf5] Socket close event received\n2025-08-01 07:41:57.228 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56369 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:42:57.191 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:42:57.192 [info] [command][282226f3-b0a3-4a03-9677-540718bcff6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""282226f3-b0a3-4a03-9677-540718bcff6b""}\n2025-08-01 07:42:57.193 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e1e43e74-6ca9-4aae-8262-8ccd291b8581] received connection request\n2025-08-01 07:42:57.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:42:57.238 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1e43e74-6ca9-4aae-8262-8ccd291b8581] socks forwarding established\n2025-08-01 07:42:57.282 [info] [command][282226f3-b0a3-4a03-9677-540718bcff6b] Process exited with code 0\n2025-08-01 07:42:57.283 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e1e43e74-6ca9-4aae-8262-8ccd291b8581] socks connection closed\n2025-08-01 07:42:57.283 [info] [command][282226f3-b0a3-4a03-9677-540718bcff6b] Socket close event received\n2025-08-01 07:42:57.321 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56406 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:43:57.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:43:57.284 [info] [command][11c0ebdf-155b-42ad-9332-afe0f592c51b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""11c0ebdf-155b-42ad-9332-afe0f592c51b""}\n2025-08-01 07:43:57.284 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f44bb9f0-d490-4360-8c10-15b2de9902f8] received connection request\n2025-08-01 07:43:57.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:43:57.326 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f44bb9f0-d490-4360-8c10-15b2de9902f8] socks forwarding established\n2025-08-01 07:43:57.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f44bb9f0-d490-4360-8c10-15b2de9902f8] socks connection closed\n2025-08-01 07:43:57.383 [info] [command][11c0ebdf-155b-42ad-9332-afe0f592c51b] Process exited with code 0\n2025-08-01 07:43:57.383 [info] [command][11c0ebdf-155b-42ad-9332-afe0f592c51b] Socket close event received\n2025-08-01 07:43:57.423 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56452 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:44:57.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:44:57.394 [info] [command][85a9c468-95a7-46cf-b66d-17a9cc703acb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""85a9c468-95a7-46cf-b66d-17a9cc703acb""}\n2025-08-01 07:44:57.395 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][39d077bc-3749-4a4c-b066-da7b48aafca6] received connection request\n2025-08-01 07:44:57.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:44:57.502 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39d077bc-3749-4a4c-b066-da7b48aafca6] socks forwarding established\n2025-08-01 07:44:57.641 [info] [command][85a9c468-95a7-46cf-b66d-17a9cc703acb] Process exited with code 0\n2025-08-01 07:44:57.642 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][39d077bc-3749-4a4c-b066-da7b48aafca6] socks connection closed\n2025-08-01 07:44:57.642 [info] [command][85a9c468-95a7-46cf-b66d-17a9cc703acb] Socket close event received\n2025-08-01 07:44:57.886 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56470 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:45:57.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:45:57.643 [info] [command][8c35dd4d-fba9-4f30-8aaa-665caa36341f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8c35dd4d-fba9-4f30-8aaa-665caa36341f""}\n2025-08-01 07:45:57.644 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][62acc6b4-069b-4b84-931a-5f9e95f752fe] received connection request\n2025-08-01 07:45:57.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:45:57.686 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62acc6b4-069b-4b84-931a-5f9e95f752fe] socks forwarding established\n2025-08-01 07:45:57.730 [info] [command][8c35dd4d-fba9-4f30-8aaa-665caa36341f] Process exited with code 0\n2025-08-01 07:45:57.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62acc6b4-069b-4b84-931a-5f9e95f752fe] socks connection closed\n2025-08-01 07:45:57.731 [info] [command][8c35dd4d-fba9-4f30-8aaa-665caa36341f] Socket close event received\n2025-08-01 07:45:57.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56491 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:46:57.732 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:46:57.735 [info] [command][4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c""}\n2025-08-01 07:46:57.735 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e8129abe-687c-46ae-bdf1-1820c0fc9e55] received connection request\n2025-08-01 07:46:57.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:46:57.785 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e8129abe-687c-46ae-bdf1-1820c0fc9e55] socks forwarding established\n2025-08-01 07:46:57.830 [info] [command][4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c] Process exited with code 0\n2025-08-01 07:46:57.831 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e8129abe-687c-46ae-bdf1-1820c0fc9e55] socks connection closed\n2025-08-01 07:46:57.831 [info] [command][4ff3cfed-7b65-47e5-8ded-ca5b4f02cd8c] Socket close event received\n2025-08-01 07:46:57.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56523 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:47:57.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:47:57.834 [info] [command][f2055b44-c5d4-4948-8e84-fe620c904711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f2055b44-c5d4-4948-8e84-fe620c904711""}\n2025-08-01 07:47:57.834 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d4bc01fd-ee60-4917-be13-4ea526adf16d] received connection request\n2025-08-01 07:47:57.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:47:57.876 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d4bc01fd-ee60-4917-be13-4ea526adf16d] socks forwarding established\n2025-08-01 07:47:57.921 [info] [command][f2055b44-c5d4-4948-8e84-fe620c904711] Process exited with code 0\n2025-08-01 07:47:57.922 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d4bc01fd-ee60-4917-be13-4ea526adf16d] socks connection closed\n2025-08-01 07:47:57.922 [info] [command][f2055b44-c5d4-4948-8e84-fe620c904711] Socket close event received\n2025-08-01 07:47:57.962 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56551 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:48:57.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:48:57.931 [info] [command][1223b94f-60af-4511-9cf6-b91aac6ae2ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1223b94f-60af-4511-9cf6-b91aac6ae2ba""}\n2025-08-01 07:48:57.932 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b2350b42-f2c3-46d8-8595-b2a508667de9] received connection request\n2025-08-01 07:48:57.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:48:57.974 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2350b42-f2c3-46d8-8595-b2a508667de9] socks forwarding established\n2025-08-01 07:48:58.021 [info] [command][1223b94f-60af-4511-9cf6-b91aac6ae2ba] Process exited with code 0\n2025-08-01 07:48:58.022 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b2350b42-f2c3-46d8-8595-b2a508667de9] socks connection closed\n2025-08-01 07:48:58.022 [info] [command][1223b94f-60af-4511-9cf6-b91aac6ae2ba] Socket close event received\n2025-08-01 07:48:58.068 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56631 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:49:58.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:49:58.024 [info] [command][4d73e162-3221-4547-897f-136fe5fa32ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4d73e162-3221-4547-897f-136fe5fa32ec""}\n2025-08-01 07:49:58.025 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c05fd456-4a14-405d-b156-bc7b2a2f5781] received connection request\n2025-08-01 07:49:58.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:49:58.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c05fd456-4a14-405d-b156-bc7b2a2f5781] socks forwarding established\n2025-08-01 07:49:58.116 [info] [command][4d73e162-3221-4547-897f-136fe5fa32ec] Process exited with code 0\n2025-08-01 07:49:58.116 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c05fd456-4a14-405d-b156-bc7b2a2f5781] socks connection closed\n2025-08-01 07:49:58.116 [info] [command][4d73e162-3221-4547-897f-136fe5fa32ec] Socket close event received\n2025-08-01 07:49:58.158 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56664 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:50:58.123 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:50:58.126 [info] [command][bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a""}\n2025-08-01 07:50:58.126 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e2bbc445-8a0a-4b08-986e-fd1ce2ff38cf] received connection request\n2025-08-01 07:50:58.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:50:58.171 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2bbc445-8a0a-4b08-986e-fd1ce2ff38cf] socks forwarding established\n2025-08-01 07:50:58.218 [info] [command][bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a] Process exited with code 0\n2025-08-01 07:50:58.218 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e2bbc445-8a0a-4b08-986e-fd1ce2ff38cf] socks connection closed\n2025-08-01 07:50:58.219 [info] [command][bebf39f6-5ba6-4c2b-b3d1-460ba666ea8a] Socket close event received\n2025-08-01 07:50:58.259 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56681 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:51:58.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:51:58.225 [info] [command][59611f90-f426-4844-8a3c-105f22fce50a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""59611f90-f426-4844-8a3c-105f22fce50a""}\n2025-08-01 07:51:58.225 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][77ddb978-f2e0-46f5-8959-0e4bb56b47ac] received connection request\n2025-08-01 07:51:58.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:51:58.272 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][77ddb978-f2e0-46f5-8959-0e4bb56b47ac] socks forwarding established\n2025-08-01 07:51:58.318 [info] [command][59611f90-f426-4844-8a3c-105f22fce50a] Process exited with code 0\n2025-08-01 07:51:58.318 [info] [command][59611f90-f426-4844-8a3c-105f22fce50a] Socket close event received\n2025-08-01 07:51:58.319 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][77ddb978-f2e0-46f5-8959-0e4bb56b47ac] socks connection closed\n2025-08-01 07:51:58.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56709 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:52:58.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:52:58.329 [info] [command][74a9c488-9223-4a6e-928a-bfe7f73dc72b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""74a9c488-9223-4a6e-928a-bfe7f73dc72b""}\n2025-08-01 07:52:58.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d7e3437b-ef3c-419d-93a7-2f9f9d95d057] received connection request\n2025-08-01 07:52:58.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:52:58.376 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7e3437b-ef3c-419d-93a7-2f9f9d95d057] socks forwarding established\n2025-08-01 07:52:58.420 [info] [command][74a9c488-9223-4a6e-928a-bfe7f73dc72b] Process exited with code 0\n2025-08-01 07:52:58.421 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d7e3437b-ef3c-419d-93a7-2f9f9d95d057] socks connection closed\n2025-08-01 07:52:58.421 [info] [command][74a9c488-9223-4a6e-928a-bfe7f73dc72b] Socket close event received\n2025-08-01 07:52:58.460 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56751 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:53:58.429 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:53:58.431 [info] [command][41855fe8-3443-425c-a2f1-33fec5dc19ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""41855fe8-3443-425c-a2f1-33fec5dc19ad""}\n2025-08-01 07:53:58.431 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5662c430-c406-4bde-b66f-dfa87339f414] received connection request\n2025-08-01 07:53:58.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:53:58.627 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5662c430-c406-4bde-b66f-dfa87339f414] socks forwarding established\n2025-08-01 07:53:58.762 [info] [command][41855fe8-3443-425c-a2f1-33fec5dc19ad] Process exited with code 0\n2025-08-01 07:53:58.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5662c430-c406-4bde-b66f-dfa87339f414] socks connection closed\n2025-08-01 07:53:58.763 [info] [command][41855fe8-3443-425c-a2f1-33fec5dc19ad] Socket close event received\n2025-08-01 07:53:58.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56861 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:54:58.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:54:58.770 [info] [command][a08adf55-de42-4cfd-8029-1cc7983ed620] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a08adf55-de42-4cfd-8029-1cc7983ed620""}\n2025-08-01 07:54:58.770 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][683c70f2-a92f-4c84-8df0-7474c6a57f8e] received connection request\n2025-08-01 07:54:58.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:54:58.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][683c70f2-a92f-4c84-8df0-7474c6a57f8e] socks forwarding established\n2025-08-01 07:54:58.894 [info] [command][a08adf55-de42-4cfd-8029-1cc7983ed620] Process exited with code 0\n2025-08-01 07:54:58.894 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][683c70f2-a92f-4c84-8df0-7474c6a57f8e] socks connection closed\n2025-08-01 07:54:58.894 [info] [command][a08adf55-de42-4cfd-8029-1cc7983ed620] Socket close event received\n2025-08-01 07:54:59.009 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56879 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:55:58.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:55:58.903 [info] [command][2641cd46-4a70-4861-b1ed-ac5907a79126] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2641cd46-4a70-4861-b1ed-ac5907a79126""}\n2025-08-01 07:55:58.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][58aa312c-114a-4587-8d0b-ad07aadb134e] received connection request\n2025-08-01 07:55:58.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:55:58.947 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58aa312c-114a-4587-8d0b-ad07aadb134e] socks forwarding established\n2025-08-01 07:55:58.991 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58aa312c-114a-4587-8d0b-ad07aadb134e] socks connection closed\n2025-08-01 07:55:58.991 [info] [command][2641cd46-4a70-4861-b1ed-ac5907a79126] Process exited with code 0\n2025-08-01 07:55:58.991 [info] [command][2641cd46-4a70-4861-b1ed-ac5907a79126] Socket close event received\n2025-08-01 07:55:59.030 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56890 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:56:59.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:56:59.003 [info] [command][fc75cfdb-6779-44c7-ba6e-ecfe7019b296] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""fc75cfdb-6779-44c7-ba6e-ecfe7019b296""}\n2025-08-01 07:56:59.004 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1b2dc255-aa63-47a4-a6cf-2606d662c610] received connection request\n2025-08-01 07:56:59.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:56:59.045 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1b2dc255-aa63-47a4-a6cf-2606d662c610] socks forwarding established\n2025-08-01 07:56:59.089 [info] [command][fc75cfdb-6779-44c7-ba6e-ecfe7019b296] Process exited with code 0\n2025-08-01 07:56:59.090 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1b2dc255-aa63-47a4-a6cf-2606d662c610] socks connection closed\n2025-08-01 07:56:59.090 [info] [command][fc75cfdb-6779-44c7-ba6e-ecfe7019b296] Socket close event received\n2025-08-01 07:56:59.129 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56904 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:57:59.097 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:57:59.098 [info] [command][5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1""}\n2025-08-01 07:57:59.098 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c196c61f-a686-4667-9360-26a51770d0ef] received connection request\n2025-08-01 07:57:59.099 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:57:59.140 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c196c61f-a686-4667-9360-26a51770d0ef] socks forwarding established\n2025-08-01 07:57:59.185 [info] [command][5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1] Process exited with code 0\n2025-08-01 07:57:59.185 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c196c61f-a686-4667-9360-26a51770d0ef] socks connection closed\n2025-08-01 07:57:59.185 [info] [command][5b3fc91f-4680-464a-bfb4-ac2fe96b8fa1] Socket close event received\n2025-08-01 07:57:59.225 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56929 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:58:59.190 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:58:59.192 [info] [command][1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404""}\n2025-08-01 07:58:59.193 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][85203037-9ef8-4fc1-941f-9e3b18605cac] received connection request\n2025-08-01 07:58:59.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:58:59.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85203037-9ef8-4fc1-941f-9e3b18605cac] socks forwarding established\n2025-08-01 07:58:59.285 [info] [command][1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404] Process exited with code 0\n2025-08-01 07:58:59.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][85203037-9ef8-4fc1-941f-9e3b18605cac] socks connection closed\n2025-08-01 07:58:59.286 [info] [command][1d6a9aac-ec3d-4c3d-a305-a3be2a0e5404] Socket close event received\n2025-08-01 07:58:59.348 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56959 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 07:59:59.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 07:59:59.292 [info] [command][12626df2-1acf-40c8-ad39-52752f5e605b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""12626df2-1acf-40c8-ad39-52752f5e605b""}\n2025-08-01 07:59:59.293 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2c533ae8-55a0-4983-aaed-08e3bc562f35] received connection request\n2025-08-01 07:59:59.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 07:59:59.334 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c533ae8-55a0-4983-aaed-08e3bc562f35] socks forwarding established\n2025-08-01 07:59:59.381 [info] [command][12626df2-1acf-40c8-ad39-52752f5e605b] Process exited with code 0\n2025-08-01 07:59:59.382 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2c533ae8-55a0-4983-aaed-08e3bc562f35] socks connection closed\n2025-08-01 07:59:59.382 [info] [command][12626df2-1acf-40c8-ad39-52752f5e605b] Socket close event received\n2025-08-01 07:59:59.425 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 56979 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:00:59.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:00:59.391 [info] [command][0462e718-ba9b-4ee6-87cb-d75bf325c815] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0462e718-ba9b-4ee6-87cb-d75bf325c815""}\n2025-08-01 08:00:59.392 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][44082290-a731-4040-8a90-dfca8d092d1f] received connection request\n2025-08-01 08:00:59.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:00:59.468 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][44082290-a731-4040-8a90-dfca8d092d1f] socks forwarding established\n2025-08-01 08:00:59.512 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][44082290-a731-4040-8a90-dfca8d092d1f] socks connection closed\n2025-08-01 08:00:59.513 [info] [command][0462e718-ba9b-4ee6-87cb-d75bf325c815] Process exited with code 0\n2025-08-01 08:00:59.513 [info] [command][0462e718-ba9b-4ee6-87cb-d75bf325c815] Socket close event received\n2025-08-01 08:00:59.577 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57004 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:01:59.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:01:59.523 [info] [command][2fcb7b03-75fd-418d-a233-19ca454ad3f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2fcb7b03-75fd-418d-a233-19ca454ad3f9""}\n2025-08-01 08:01:59.523 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][67234454-d2cd-4a15-9cf3-c511045efc10] received connection request\n2025-08-01 08:01:59.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:01:59.569 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67234454-d2cd-4a15-9cf3-c511045efc10] socks forwarding established\n2025-08-01 08:01:59.614 [info] [command][2fcb7b03-75fd-418d-a233-19ca454ad3f9] Process exited with code 0\n2025-08-01 08:01:59.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][67234454-d2cd-4a15-9cf3-c511045efc10] socks connection closed\n2025-08-01 08:01:59.614 [info] [command][2fcb7b03-75fd-418d-a233-19ca454ad3f9] Socket close event received\n2025-08-01 08:01:59.653 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57014 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:02:59.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:02:59.621 [info] [command][f220c59a-4c86-490a-b9fa-e6704a1b1208] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f220c59a-4c86-490a-b9fa-e6704a1b1208""}\n2025-08-01 08:02:59.622 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][dd0901b1-13ef-4623-8d6f-79de149dd2d7] received connection request\n2025-08-01 08:02:59.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:02:59.681 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd0901b1-13ef-4623-8d6f-79de149dd2d7] socks forwarding established\n2025-08-01 08:02:59.726 [info] [command][f220c59a-4c86-490a-b9fa-e6704a1b1208] Process exited with code 0\n2025-08-01 08:02:59.726 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][dd0901b1-13ef-4623-8d6f-79de149dd2d7] socks connection closed\n2025-08-01 08:02:59.726 [info] [command][f220c59a-4c86-490a-b9fa-e6704a1b1208] Socket close event received\n2025-08-01 08:02:59.766 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57045 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:03:59.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:03:59.733 [info] [command][6a9feb99-f327-4081-96c3-62fc60383ac5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6a9feb99-f327-4081-96c3-62fc60383ac5""}\n2025-08-01 08:03:59.734 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][40981935-0dbb-4805-8757-10e1daf5692f] received connection request\n2025-08-01 08:03:59.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:03:59.914 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][40981935-0dbb-4805-8757-10e1daf5692f] socks forwarding established\n2025-08-01 08:03:59.963 [info] [command][6a9feb99-f327-4081-96c3-62fc60383ac5] Process exited with code 0\n2025-08-01 08:03:59.963 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][40981935-0dbb-4805-8757-10e1daf5692f] socks connection closed\n2025-08-01 08:03:59.963 [info] [command][6a9feb99-f327-4081-96c3-62fc60383ac5] Socket close event received\n2025-08-01 08:04:00.010 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57075 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:04:59.972 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:04:59.975 [info] [command][5b83564b-66fa-4afe-b5e1-55d23f5ff200] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5b83564b-66fa-4afe-b5e1-55d23f5ff200""}\n2025-08-01 08:04:59.976 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ab5ac198-a503-439b-82bb-46f1d73d8825] received connection request\n2025-08-01 08:04:59.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:05:00.023 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab5ac198-a503-439b-82bb-46f1d73d8825] socks forwarding established\n2025-08-01 08:05:00.068 [info] [command][5b83564b-66fa-4afe-b5e1-55d23f5ff200] Process exited with code 0\n2025-08-01 08:05:00.068 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ab5ac198-a503-439b-82bb-46f1d73d8825] socks connection closed\n2025-08-01 08:05:00.068 [info] [command][5b83564b-66fa-4afe-b5e1-55d23f5ff200] Socket close event received\n2025-08-01 08:05:00.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57092 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:06:00.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:06:00.073 [info] [command][4ba04e69-f4fe-4ffe-93cb-aac58fd0047b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""4ba04e69-f4fe-4ffe-93cb-aac58fd0047b""}\n2025-08-01 08:06:00.074 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][59604cc6-24bb-4a5a-a105-dc7fd3c29ead] received connection request\n2025-08-01 08:06:00.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:06:00.118 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59604cc6-24bb-4a5a-a105-dc7fd3c29ead] socks forwarding established\n2025-08-01 08:06:00.163 [info] [command][4ba04e69-f4fe-4ffe-93cb-aac58fd0047b] Process exited with code 0\n2025-08-01 08:06:00.163 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][59604cc6-24bb-4a5a-a105-dc7fd3c29ead] socks connection closed\n2025-08-01 08:06:00.163 [info] [command][4ba04e69-f4fe-4ffe-93cb-aac58fd0047b] Socket close event received\n2025-08-01 08:06:00.208 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57106 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:07:00.164 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:07:00.166 [info] [command][1ac10e59-d53a-4b68-82b7-00fb141c6806] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1ac10e59-d53a-4b68-82b7-00fb141c6806""}\n2025-08-01 08:07:00.167 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f4bdfe78-7022-4f8c-aacf-f568472254f0] received connection request\n2025-08-01 08:07:00.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:07:00.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4bdfe78-7022-4f8c-aacf-f568472254f0] socks forwarding established\n2025-08-01 08:07:00.269 [info] [command][1ac10e59-d53a-4b68-82b7-00fb141c6806] Process exited with code 0\n2025-08-01 08:07:00.269 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f4bdfe78-7022-4f8c-aacf-f568472254f0] socks connection closed\n2025-08-01 08:07:00.269 [info] [command][1ac10e59-d53a-4b68-82b7-00fb141c6806] Socket close event received\n2025-08-01 08:07:00.312 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57135 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:08:00.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:08:00.275 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][58368738-98d5-48dd-b6b3-7f58523acda2] received connection request\n2025-08-01 08:08:00.276 [info] [command][cd45150c-de31-46a3-ba74-3537f48c6e8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""cd45150c-de31-46a3-ba74-3537f48c6e8d""}\n2025-08-01 08:08:00.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:08:00.316 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58368738-98d5-48dd-b6b3-7f58523acda2] socks forwarding established\n2025-08-01 08:08:00.362 [info] [command][cd45150c-de31-46a3-ba74-3537f48c6e8d] Process exited with code 0\n2025-08-01 08:08:00.363 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][58368738-98d5-48dd-b6b3-7f58523acda2] socks connection closed\n2025-08-01 08:08:00.363 [info] [command][cd45150c-de31-46a3-ba74-3537f48c6e8d] Socket close event received\n2025-08-01 08:08:00.404 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57166 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:09:00.365 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:09:00.367 [info] [command][5c45cab9-65ad-4961-a19e-f0c3a619d111] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5c45cab9-65ad-4961-a19e-f0c3a619d111""}\n2025-08-01 08:09:00.367 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a1a6f923-02e8-4f27-9c9e-cb3bbfe1e8d5] received connection request\n2025-08-01 08:09:00.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:09:00.424 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1a6f923-02e8-4f27-9c9e-cb3bbfe1e8d5] socks forwarding established\n2025-08-01 08:09:00.472 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a1a6f923-02e8-4f27-9c9e-cb3bbfe1e8d5] socks connection closed\n2025-08-01 08:09:00.473 [info] [command][5c45cab9-65ad-4961-a19e-f0c3a619d111] Process exited with code 0\n2025-08-01 08:09:00.473 [info] [command][5c45cab9-65ad-4961-a19e-f0c3a619d111] Socket close event received\n2025-08-01 08:09:00.748 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57200 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:10:00.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:10:00.475 [info] [command][e44fa87b-028f-452c-8f54-9ce3d836fc77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e44fa87b-028f-452c-8f54-9ce3d836fc77""}\n2025-08-01 08:10:00.476 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9ea91854-3321-4ca3-8ea9-2277e6b34297] received connection request\n2025-08-01 08:10:00.476 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:10:00.517 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9ea91854-3321-4ca3-8ea9-2277e6b34297] socks forwarding established\n2025-08-01 08:10:00.562 [info] [command][e44fa87b-028f-452c-8f54-9ce3d836fc77] Process exited with code 0\n2025-08-01 08:10:00.562 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9ea91854-3321-4ca3-8ea9-2277e6b34297] socks connection closed\n2025-08-01 08:10:00.562 [info] [command][e44fa87b-028f-452c-8f54-9ce3d836fc77] Socket close event received\n2025-08-01 08:10:00.601 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57233 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:11:00.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:11:00.572 [info] [command][991c561f-f3f3-451d-9efd-1cb2fd9c493d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""991c561f-f3f3-451d-9efd-1cb2fd9c493d""}\n2025-08-01 08:11:00.573 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][c3613be2-1a18-41eb-97fa-f26e9a5707a7] received connection request\n2025-08-01 08:11:00.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:11:00.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3613be2-1a18-41eb-97fa-f26e9a5707a7] socks forwarding established\n2025-08-01 08:11:00.660 [info] [command][991c561f-f3f3-451d-9efd-1cb2fd9c493d] Process exited with code 0\n2025-08-01 08:11:00.660 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][c3613be2-1a18-41eb-97fa-f26e9a5707a7] socks connection closed\n2025-08-01 08:11:00.661 [info] [command][991c561f-f3f3-451d-9efd-1cb2fd9c493d] Socket close event received\n2025-08-01 08:11:00.702 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57251 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:12:00.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:12:00.663 [info] [command][66b08bb4-7b67-40f8-ab55-7709f04199c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""66b08bb4-7b67-40f8-ab55-7709f04199c2""}\n2025-08-01 08:12:00.664 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0bb5be0b-200a-4795-9909-14e2514668c3] received connection request\n2025-08-01 08:12:00.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:12:00.711 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0bb5be0b-200a-4795-9909-14e2514668c3] socks forwarding established\n2025-08-01 08:12:00.757 [info] [command][66b08bb4-7b67-40f8-ab55-7709f04199c2] Process exited with code 0\n2025-08-01 08:12:00.758 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0bb5be0b-200a-4795-9909-14e2514668c3] socks connection closed\n2025-08-01 08:12:00.758 [info] [command][66b08bb4-7b67-40f8-ab55-7709f04199c2] Socket close event received\n2025-08-01 08:12:00.796 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:13:00.760 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:13:00.762 [info] [command][ebbabffe-c19a-44f4-897c-9c6b016a553d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ebbabffe-c19a-44f4-897c-9c6b016a553d""}\n2025-08-01 08:13:00.763 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][09714689-56aa-4614-9328-bea6d7dfb28d] received connection request\n2025-08-01 08:13:00.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:13:00.872 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09714689-56aa-4614-9328-bea6d7dfb28d] socks forwarding established\n2025-08-01 08:13:00.938 [info] [command][ebbabffe-c19a-44f4-897c-9c6b016a553d] Process exited with code 0\n2025-08-01 08:13:00.938 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][09714689-56aa-4614-9328-bea6d7dfb28d] socks connection closed\n2025-08-01 08:13:00.938 [info] [command][ebbabffe-c19a-44f4-897c-9c6b016a553d] Socket close event received\n2025-08-01 08:13:00.980 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57309 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:14:00.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:14:00.950 [info] [command][33e8a218-a05a-43c6-8bd8-6d424b1d628c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33e8a218-a05a-43c6-8bd8-6d424b1d628c""}\n2025-08-01 08:14:00.951 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c557dcb-c3be-4c5b-8fdf-4619083f9a07] received connection request\n2025-08-01 08:14:00.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:14:00.995 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c557dcb-c3be-4c5b-8fdf-4619083f9a07] socks forwarding established\n2025-08-01 08:14:01.040 [info] [command][33e8a218-a05a-43c6-8bd8-6d424b1d628c] Process exited with code 0\n2025-08-01 08:14:01.040 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c557dcb-c3be-4c5b-8fdf-4619083f9a07] socks connection closed\n2025-08-01 08:14:01.040 [info] [command][33e8a218-a05a-43c6-8bd8-6d424b1d628c] Socket close event received\n2025-08-01 08:14:01.082 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57344 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:15:01.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:15:01.047 [info] [command][a0b39b90-fa52-439d-8584-4a6b1591e2d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a0b39b90-fa52-439d-8584-4a6b1591e2d2""}\n2025-08-01 08:15:01.048 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][13f25455-78ea-410d-a41e-fcd5c54606b9] received connection request\n2025-08-01 08:15:01.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:15:01.093 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f25455-78ea-410d-a41e-fcd5c54606b9] socks forwarding established\n2025-08-01 08:15:01.137 [info] [command][a0b39b90-fa52-439d-8584-4a6b1591e2d2] Process exited with code 0\n2025-08-01 08:15:01.137 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][13f25455-78ea-410d-a41e-fcd5c54606b9] socks connection closed\n2025-08-01 08:15:01.137 [info] [command][a0b39b90-fa52-439d-8584-4a6b1591e2d2] Socket close event received\n2025-08-01 08:15:01.176 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57357 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:16:01.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:16:01.141 [info] [command][ff91c953-9d21-4a24-ab3c-8ad7ebac2154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""ff91c953-9d21-4a24-ab3c-8ad7ebac2154""}\n2025-08-01 08:16:01.141 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][4c2e9cb6-e5d7-4479-b9d8-cb88bf3c8b18] received connection request\n2025-08-01 08:16:01.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:16:01.186 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4c2e9cb6-e5d7-4479-b9d8-cb88bf3c8b18] socks forwarding established\n2025-08-01 08:16:01.228 [info] [command][ff91c953-9d21-4a24-ab3c-8ad7ebac2154] Process exited with code 0\n2025-08-01 08:16:01.228 [info] [command][ff91c953-9d21-4a24-ab3c-8ad7ebac2154] Socket close event received\n2025-08-01 08:16:01.229 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][4c2e9cb6-e5d7-4479-b9d8-cb88bf3c8b18] socks connection closed\n2025-08-01 08:16:01.270 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57370 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:17:01.236 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:17:01.239 [info] [command][312034d1-0695-4a85-8c1f-aacb00cf3aa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""312034d1-0695-4a85-8c1f-aacb00cf3aa3""}\n2025-08-01 08:17:01.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][33bfddd6-2581-4676-ac52-5f2363a9365f] received connection request\n2025-08-01 08:17:01.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:17:01.288 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33bfddd6-2581-4676-ac52-5f2363a9365f] socks forwarding established\n2025-08-01 08:17:01.333 [info] [command][312034d1-0695-4a85-8c1f-aacb00cf3aa3] Process exited with code 0\n2025-08-01 08:17:01.333 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][33bfddd6-2581-4676-ac52-5f2363a9365f] socks connection closed\n2025-08-01 08:17:01.333 [info] [command][312034d1-0695-4a85-8c1f-aacb00cf3aa3] Socket close event received\n2025-08-01 08:17:01.373 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57391 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:18:01.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:18:01.340 [info] [command][8f259d2c-cf42-4ed3-a595-b557ce0d65aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8f259d2c-cf42-4ed3-a595-b557ce0d65aa""}\n2025-08-01 08:18:01.341 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3dd505de-1f22-4fde-83ed-f458d3d46d20] received connection request\n2025-08-01 08:18:01.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:18:01.405 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd505de-1f22-4fde-83ed-f458d3d46d20] socks forwarding established\n2025-08-01 08:18:01.615 [info] [command][8f259d2c-cf42-4ed3-a595-b557ce0d65aa] Process exited with code 0\n2025-08-01 08:18:01.615 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3dd505de-1f22-4fde-83ed-f458d3d46d20] socks connection closed\n2025-08-01 08:18:01.615 [info] [command][8f259d2c-cf42-4ed3-a595-b557ce0d65aa] Socket close event received\n2025-08-01 08:18:01.654 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57428 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:19:01.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:19:01.627 [info] [command][f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0""}\n2025-08-01 08:19:01.628 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9014928d-3677-42a9-b6d1-535d61e01a6a] received connection request\n2025-08-01 08:19:01.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:19:01.676 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9014928d-3677-42a9-b6d1-535d61e01a6a] socks forwarding established\n2025-08-01 08:19:01.720 [info] [command][f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0] Process exited with code 0\n2025-08-01 08:19:01.720 [info] [command][f689f591-4c8e-4b8d-a4e7-fe9fd18c4dd0] Socket close event received\n2025-08-01 08:19:01.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9014928d-3677-42a9-b6d1-535d61e01a6a] socks connection closed\n2025-08-01 08:19:01.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57499 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:20:01.728 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:20:01.730 [info] [command][bef74917-669b-4c1d-b462-80ac47563027] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""bef74917-669b-4c1d-b462-80ac47563027""}\n2025-08-01 08:20:01.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][0c2e67c2-5299-40c0-b674-fce4418ce234] received connection request\n2025-08-01 08:20:01.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:20:01.775 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c2e67c2-5299-40c0-b674-fce4418ce234] socks forwarding established\n2025-08-01 08:20:01.819 [info] [command][bef74917-669b-4c1d-b462-80ac47563027] Process exited with code 0\n2025-08-01 08:20:01.819 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][0c2e67c2-5299-40c0-b674-fce4418ce234] socks connection closed\n2025-08-01 08:20:01.820 [info] [command][bef74917-669b-4c1d-b462-80ac47563027] Socket close event received\n2025-08-01 08:20:01.859 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57515 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:21:01.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:21:01.826 [info] [command][326adad6-503e-4b3b-993c-0bcbb6501bfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""326adad6-503e-4b3b-993c-0bcbb6501bfc""}\n2025-08-01 08:21:01.826 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b311641f-72ff-4df9-adf4-6f0f82a0e4cc] received connection request\n2025-08-01 08:21:01.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:21:01.874 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b311641f-72ff-4df9-adf4-6f0f82a0e4cc] socks forwarding established\n2025-08-01 08:21:01.919 [info] [command][326adad6-503e-4b3b-993c-0bcbb6501bfc] Process exited with code 0\n2025-08-01 08:21:01.920 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b311641f-72ff-4df9-adf4-6f0f82a0e4cc] socks connection closed\n2025-08-01 08:21:01.920 [info] [command][326adad6-503e-4b3b-993c-0bcbb6501bfc] Socket close event received\n2025-08-01 08:21:01.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57539 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:22:01.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:22:01.924 [info] [command][c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591""}\n2025-08-01 08:22:01.924 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76a7b2ba-9754-4573-8edf-7d0ac1280aeb] received connection request\n2025-08-01 08:22:01.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:22:02.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76a7b2ba-9754-4573-8edf-7d0ac1280aeb] socks forwarding established\n2025-08-01 08:22:02.170 [info] [command][c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591] Process exited with code 0\n2025-08-01 08:22:02.170 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76a7b2ba-9754-4573-8edf-7d0ac1280aeb] socks connection closed\n2025-08-01 08:22:02.170 [info] [command][c1b9cb96-40c6-4f9a-a4d6-7b5cbc1fc591] Socket close event received\n2025-08-01 08:22:02.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57555 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:23:02.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:23:02.175 [info] [command][47f4ac16-105b-4865-99c4-3670d05ecc1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""47f4ac16-105b-4865-99c4-3670d05ecc1a""}\n2025-08-01 08:23:02.176 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6e37b865-4798-4462-b775-ca248b08f194] received connection request\n2025-08-01 08:23:02.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:23:02.264 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6e37b865-4798-4462-b775-ca248b08f194] socks forwarding established\n2025-08-01 08:23:02.312 [info] [command][47f4ac16-105b-4865-99c4-3670d05ecc1a] Process exited with code 0\n2025-08-01 08:23:02.313 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6e37b865-4798-4462-b775-ca248b08f194] socks connection closed\n2025-08-01 08:23:02.313 [info] [command][47f4ac16-105b-4865-99c4-3670d05ecc1a] Socket close event received\n2025-08-01 08:23:02.353 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57586 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:24:02.323 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:24:02.324 [info] [command][53163760-474b-4331-99dd-aa1b1bec9921] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""53163760-474b-4331-99dd-aa1b1bec9921""}\n2025-08-01 08:24:02.325 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][9b6aa8d6-335d-4f25-af54-8ee2608846e9] received connection request\n2025-08-01 08:24:02.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:24:02.374 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9b6aa8d6-335d-4f25-af54-8ee2608846e9] socks forwarding established\n2025-08-01 08:24:02.421 [info] [command][53163760-474b-4331-99dd-aa1b1bec9921] Process exited with code 0\n2025-08-01 08:24:02.422 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][9b6aa8d6-335d-4f25-af54-8ee2608846e9] socks connection closed\n2025-08-01 08:24:02.422 [info] [command][53163760-474b-4331-99dd-aa1b1bec9921] Socket close event received\n2025-08-01 08:24:02.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57615 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:25:02.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:25:02.433 [info] [command][1756ed8d-ef03-490d-bc28-98997e9312c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""1756ed8d-ef03-490d-bc28-98997e9312c8""}\n2025-08-01 08:25:02.433 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][55eb3bf1-adfb-4d42-a60c-d3eb7dc3c6fc] received connection request\n2025-08-01 08:25:02.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:25:02.480 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55eb3bf1-adfb-4d42-a60c-d3eb7dc3c6fc] socks forwarding established\n2025-08-01 08:25:02.524 [info] [command][1756ed8d-ef03-490d-bc28-98997e9312c8] Process exited with code 0\n2025-08-01 08:25:02.524 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][55eb3bf1-adfb-4d42-a60c-d3eb7dc3c6fc] socks connection closed\n2025-08-01 08:25:02.524 [info] [command][1756ed8d-ef03-490d-bc28-98997e9312c8] Socket close event received\n2025-08-01 08:25:02.567 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57631 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:26:02.531 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:26:02.532 [info] [command][33414f95-62f5-431a-b5f8-260ac4fe92a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""33414f95-62f5-431a-b5f8-260ac4fe92a0""}\n2025-08-01 08:26:02.532 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][a3c43ec9-f671-4299-a572-85a6b7037e06] received connection request\n2025-08-01 08:26:02.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:26:02.578 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c43ec9-f671-4299-a572-85a6b7037e06] socks forwarding established\n2025-08-01 08:26:02.624 [info] [command][33414f95-62f5-431a-b5f8-260ac4fe92a0] Process exited with code 0\n2025-08-01 08:26:02.624 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][a3c43ec9-f671-4299-a572-85a6b7037e06] socks connection closed\n2025-08-01 08:26:02.624 [info] [command][33414f95-62f5-431a-b5f8-260ac4fe92a0] Socket close event received\n2025-08-01 08:26:02.664 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57644 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:27:02.634 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:27:02.635 [info] [command][d4fe05d9-739c-4b14-ba3f-ca80962aeefc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d4fe05d9-739c-4b14-ba3f-ca80962aeefc""}\n2025-08-01 08:27:02.636 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e4c5438a-a604-4bf5-8de4-c20aa427b1a0] received connection request\n2025-08-01 08:27:02.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:27:02.682 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4c5438a-a604-4bf5-8de4-c20aa427b1a0] socks forwarding established\n2025-08-01 08:27:02.729 [info] [command][d4fe05d9-739c-4b14-ba3f-ca80962aeefc] Process exited with code 0\n2025-08-01 08:27:02.729 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e4c5438a-a604-4bf5-8de4-c20aa427b1a0] socks connection closed\n2025-08-01 08:27:02.729 [info] [command][d4fe05d9-739c-4b14-ba3f-ca80962aeefc] Socket close event received\n2025-08-01 08:27:02.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57662 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:28:02.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:28:02.739 [info] [command][15d0344f-273b-4d1a-8f9f-c82978618b12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""15d0344f-273b-4d1a-8f9f-c82978618b12""}\n2025-08-01 08:28:02.740 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][466cf5d7-4a69-4c43-9c59-a2b92cd60334] received connection request\n2025-08-01 08:28:02.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:28:02.783 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][466cf5d7-4a69-4c43-9c59-a2b92cd60334] socks forwarding established\n2025-08-01 08:28:02.829 [info] [command][15d0344f-273b-4d1a-8f9f-c82978618b12] Process exited with code 0\n2025-08-01 08:28:02.829 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][466cf5d7-4a69-4c43-9c59-a2b92cd60334] socks connection closed\n2025-08-01 08:28:02.829 [info] [command][15d0344f-273b-4d1a-8f9f-c82978618b12] Socket close event received\n2025-08-01 08:28:02.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57689 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:29:02.839 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:29:02.840 [info] [command][0cf4a153-750e-49d6-b310-a5e5de20eabd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0cf4a153-750e-49d6-b310-a5e5de20eabd""}\n2025-08-01 08:29:02.841 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][facb29a7-a616-4c6f-b98e-455b306ebaf0] received connection request\n2025-08-01 08:29:02.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:29:02.885 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][facb29a7-a616-4c6f-b98e-455b306ebaf0] socks forwarding established\n2025-08-01 08:29:02.929 [info] [command][0cf4a153-750e-49d6-b310-a5e5de20eabd] Process exited with code 0\n2025-08-01 08:29:02.930 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][facb29a7-a616-4c6f-b98e-455b306ebaf0] socks connection closed\n2025-08-01 08:29:02.930 [info] [command][0cf4a153-750e-49d6-b310-a5e5de20eabd] Socket close event received\n2025-08-01 08:29:02.969 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57756 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:30:02.934 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:30:02.935 [info] [command][d2d0fd06-92db-452b-a4a9-0c3268de6ffe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""d2d0fd06-92db-452b-a4a9-0c3268de6ffe""}\n2025-08-01 08:30:02.936 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][db25ef8b-3d27-498f-b96b-fba540db3cbf] received connection request\n2025-08-01 08:30:02.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:30:02.984 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db25ef8b-3d27-498f-b96b-fba540db3cbf] socks forwarding established\n2025-08-01 08:30:03.028 [info] [command][d2d0fd06-92db-452b-a4a9-0c3268de6ffe] Process exited with code 0\n2025-08-01 08:30:03.028 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][db25ef8b-3d27-498f-b96b-fba540db3cbf] socks connection closed\n2025-08-01 08:30:03.028 [info] [command][d2d0fd06-92db-452b-a4a9-0c3268de6ffe] Socket close event received\n2025-08-01 08:30:03.069 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57776 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:31:03.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:31:03.036 [info] [command][5275cad6-1f22-47d6-b57f-3cdead75ecdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5275cad6-1f22-47d6-b57f-3cdead75ecdf""}\n2025-08-01 08:31:03.036 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][97502a0c-c650-4997-844e-6a839a3f5b4e] received connection request\n2025-08-01 08:31:03.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:31:03.084 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97502a0c-c650-4997-844e-6a839a3f5b4e] socks forwarding established\n2025-08-01 08:31:03.131 [info] [command][5275cad6-1f22-47d6-b57f-3cdead75ecdf] Process exited with code 0\n2025-08-01 08:31:03.131 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][97502a0c-c650-4997-844e-6a839a3f5b4e] socks connection closed\n2025-08-01 08:31:03.131 [info] [command][5275cad6-1f22-47d6-b57f-3cdead75ecdf] Socket close event received\n2025-08-01 08:31:03.171 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57792 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:32:03.142 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:32:03.142 [info] [command][f17e1286-0dc7-4272-9ab8-4c307696e9b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f17e1286-0dc7-4272-9ab8-4c307696e9b5""}\n2025-08-01 08:32:03.143 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][f211298c-4ed3-462e-988c-f7b0a12923ca] received connection request\n2025-08-01 08:32:03.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:32:03.189 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f211298c-4ed3-462e-988c-f7b0a12923ca] socks forwarding established\n2025-08-01 08:32:03.236 [info] [command][f17e1286-0dc7-4272-9ab8-4c307696e9b5] Process exited with code 0\n2025-08-01 08:32:03.236 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][f211298c-4ed3-462e-988c-f7b0a12923ca] socks connection closed\n2025-08-01 08:32:03.236 [info] [command][f17e1286-0dc7-4272-9ab8-4c307696e9b5] Socket close event received\n2025-08-01 08:32:03.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57804 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:33:03.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:33:03.238 [info] [command][5df1ce17-dddc-46d7-b115-f928857d6e58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""5df1ce17-dddc-46d7-b115-f928857d6e58""}\n2025-08-01 08:33:03.239 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][da2df10d-e2e9-4e75-ac13-89cc0a325009] received connection request\n2025-08-01 08:33:03.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:33:03.285 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da2df10d-e2e9-4e75-ac13-89cc0a325009] socks forwarding established\n2025-08-01 08:33:03.330 [info] [command][5df1ce17-dddc-46d7-b115-f928857d6e58] Process exited with code 0\n2025-08-01 08:33:03.330 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][da2df10d-e2e9-4e75-ac13-89cc0a325009] socks connection closed\n2025-08-01 08:33:03.330 [info] [command][5df1ce17-dddc-46d7-b115-f928857d6e58] Socket close event received\n2025-08-01 08:33:03.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57844 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:34:03.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:34:03.339 [info] [command][b7e1a2d6-2cca-4557-94a4-0328131324ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7e1a2d6-2cca-4557-94a4-0328131324ec""}\n2025-08-01 08:34:03.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5370ba6c-0543-40a8-a8dd-5fae5a3b73df] received connection request\n2025-08-01 08:34:03.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:34:03.381 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5370ba6c-0543-40a8-a8dd-5fae5a3b73df] socks forwarding established\n2025-08-01 08:34:03.425 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5370ba6c-0543-40a8-a8dd-5fae5a3b73df] socks connection closed\n2025-08-01 08:34:03.425 [info] [command][b7e1a2d6-2cca-4557-94a4-0328131324ec] Process exited with code 0\n2025-08-01 08:34:03.426 [info] [command][b7e1a2d6-2cca-4557-94a4-0328131324ec] Socket close event received\n2025-08-01 08:34:03.464 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57872 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:35:03.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:35:03.433 [info] [command][b8ec52db-c079-492d-97b2-274d2375ee2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b8ec52db-c079-492d-97b2-274d2375ee2d""}\n2025-08-01 08:35:03.434 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c612a0b-3419-4a57-abd8-51bbba608863] received connection request\n2025-08-01 08:35:03.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:35:03.516 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c612a0b-3419-4a57-abd8-51bbba608863] socks forwarding established\n2025-08-01 08:35:03.561 [info] [command][b8ec52db-c079-492d-97b2-274d2375ee2d] Process exited with code 0\n2025-08-01 08:35:03.561 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c612a0b-3419-4a57-abd8-51bbba608863] socks connection closed\n2025-08-01 08:35:03.561 [info] [command][b8ec52db-c079-492d-97b2-274d2375ee2d] Socket close event received\n2025-08-01 08:35:03.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57892 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:36:03.568 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:36:03.569 [info] [command][24977a10-65d5-4614-bf68-0923c33aacd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""24977a10-65d5-4614-bf68-0923c33aacd4""}\n2025-08-01 08:36:03.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][e9234fd7-d9d9-441c-9ab0-5e766868d9f2] received connection request\n2025-08-01 08:36:03.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:36:03.612 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9234fd7-d9d9-441c-9ab0-5e766868d9f2] socks forwarding established\n2025-08-01 08:36:03.740 [info] [command][24977a10-65d5-4614-bf68-0923c33aacd4] Process exited with code 0\n2025-08-01 08:36:03.740 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][e9234fd7-d9d9-441c-9ab0-5e766868d9f2] socks connection closed\n2025-08-01 08:36:03.740 [info] [command][24977a10-65d5-4614-bf68-0923c33aacd4] Socket close event received\n2025-08-01 08:36:03.781 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57908 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:37:03.741 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:37:03.743 [info] [command][b7ef8807-27bc-4545-bd39-d30801ef9322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b7ef8807-27bc-4545-bd39-d30801ef9322""}\n2025-08-01 08:37:03.744 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6b635b13-3e19-472c-8b65-9b8f95349d7e] received connection request\n2025-08-01 08:37:03.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:37:03.789 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b635b13-3e19-472c-8b65-9b8f95349d7e] socks forwarding established\n2025-08-01 08:37:03.853 [info] [command][b7ef8807-27bc-4545-bd39-d30801ef9322] Process exited with code 0\n2025-08-01 08:37:03.853 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6b635b13-3e19-472c-8b65-9b8f95349d7e] socks connection closed\n2025-08-01 08:37:03.853 [info] [command][b7ef8807-27bc-4545-bd39-d30801ef9322] Socket close event received\n2025-08-01 08:37:03.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57932 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:38:03.857 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:38:03.859 [info] [command][34f7b461-a617-44dd-8caf-d747aa5359c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""34f7b461-a617-44dd-8caf-d747aa5359c4""}\n2025-08-01 08:38:03.859 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5ef82703-1b88-4d39-b6f9-ecb5af4bb8ec] received connection request\n2025-08-01 08:38:03.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:38:03.904 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ef82703-1b88-4d39-b6f9-ecb5af4bb8ec] socks forwarding established\n2025-08-01 08:38:03.953 [info] [command][34f7b461-a617-44dd-8caf-d747aa5359c4] Process exited with code 0\n2025-08-01 08:38:03.954 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5ef82703-1b88-4d39-b6f9-ecb5af4bb8ec] socks connection closed\n2025-08-01 08:38:03.954 [info] [command][34f7b461-a617-44dd-8caf-d747aa5359c4] Socket close event received\n2025-08-01 08:38:03.998 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57965 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:39:03.964 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:39:03.965 [info] [command][a5143162-d99e-4812-a599-f5e427b08a12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a5143162-d99e-4812-a599-f5e427b08a12""}\n2025-08-01 08:39:03.965 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bfece25b-68a8-468c-8606-9a61479bb906] received connection request\n2025-08-01 08:39:03.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:39:04.013 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bfece25b-68a8-468c-8606-9a61479bb906] socks forwarding established\n2025-08-01 08:39:04.060 [info] [command][a5143162-d99e-4812-a599-f5e427b08a12] Process exited with code 0\n2025-08-01 08:39:04.060 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bfece25b-68a8-468c-8606-9a61479bb906] socks connection closed\n2025-08-01 08:39:04.060 [info] [command][a5143162-d99e-4812-a599-f5e427b08a12] Socket close event received\n2025-08-01 08:39:04.100 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 57999 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:40:04.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:40:04.070 [info] [command][81fbc6ed-6e49-41f9-94de-8a102a8fdbba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""81fbc6ed-6e49-41f9-94de-8a102a8fdbba""}\n2025-08-01 08:40:04.071 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][953f3f95-5018-49a0-b7bc-59410ef1c0ce] received connection request\n2025-08-01 08:40:04.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:40:04.117 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][953f3f95-5018-49a0-b7bc-59410ef1c0ce] socks forwarding established\n2025-08-01 08:40:04.161 [info] [command][81fbc6ed-6e49-41f9-94de-8a102a8fdbba] Process exited with code 0\n2025-08-01 08:40:04.161 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][953f3f95-5018-49a0-b7bc-59410ef1c0ce] socks connection closed\n2025-08-01 08:40:04.162 [info] [command][81fbc6ed-6e49-41f9-94de-8a102a8fdbba] Socket close event received\n2025-08-01 08:40:04.201 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58013 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:41:04.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:41:04.173 [info] [command][332a4637-e2e5-4b7c-af5e-34f8e56652f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""332a4637-e2e5-4b7c-af5e-34f8e56652f7""}\n2025-08-01 08:41:04.174 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][76818121-d837-4231-b72b-1850447b51d9] received connection request\n2025-08-01 08:41:04.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:41:04.218 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76818121-d837-4231-b72b-1850447b51d9] socks forwarding established\n2025-08-01 08:41:04.315 [info] [command][332a4637-e2e5-4b7c-af5e-34f8e56652f7] Process exited with code 0\n2025-08-01 08:41:04.315 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][76818121-d837-4231-b72b-1850447b51d9] socks connection closed\n2025-08-01 08:41:04.315 [info] [command][332a4637-e2e5-4b7c-af5e-34f8e56652f7] Socket close event received\n2025-08-01 08:41:04.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58031 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:42:04.379 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:42:04.587 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][030dfe70-e40d-4a26-b370-96e2934b6174] received connection request\n2025-08-01 08:42:04.587 [info] [command][794f8b7c-e6e9-4aa6-aa20-78f1436bad78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""794f8b7c-e6e9-4aa6-aa20-78f1436bad78""}\n2025-08-01 08:42:04.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:42:04.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][030dfe70-e40d-4a26-b370-96e2934b6174] socks forwarding established\n2025-08-01 08:42:04.880 [info] [command][794f8b7c-e6e9-4aa6-aa20-78f1436bad78] Process exited with code 0\n2025-08-01 08:42:04.882 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][030dfe70-e40d-4a26-b370-96e2934b6174] socks connection closed\n2025-08-01 08:42:04.882 [info] [command][794f8b7c-e6e9-4aa6-aa20-78f1436bad78] Socket close event received\n2025-08-01 08:42:04.951 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58061 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:43:04.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:43:04.890 [info] [command][be23feea-8683-4b68-ad42-d6611be791a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""be23feea-8683-4b68-ad42-d6611be791a4""}\n2025-08-01 08:43:04.890 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][321f8f49-860a-45ab-ad70-b3c539d5cdb3] received connection request\n2025-08-01 08:43:04.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:43:04.931 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][321f8f49-860a-45ab-ad70-b3c539d5cdb3] socks forwarding established\n2025-08-01 08:43:04.974 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][321f8f49-860a-45ab-ad70-b3c539d5cdb3] socks connection closed\n2025-08-01 08:43:04.974 [info] [command][be23feea-8683-4b68-ad42-d6611be791a4] Process exited with code 0\n2025-08-01 08:43:04.974 [info] [command][be23feea-8683-4b68-ad42-d6611be791a4] Socket close event received\n2025-08-01 08:43:05.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58104 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:44:04.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:44:04.985 [info] [command][c60e546c-622e-4cb0-8c2c-21f84a20b67c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""c60e546c-622e-4cb0-8c2c-21f84a20b67c""}\n2025-08-01 08:44:04.985 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d6f6cf92-1953-4e8c-8b05-e97c6c820f90] received connection request\n2025-08-01 08:44:04.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 08:44:04.986 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:44:05.024 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6f6cf92-1953-4e8c-8b05-e97c6c820f90] socks forwarding established\n2025-08-01 08:44:05.067 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d6f6cf92-1953-4e8c-8b05-e97c6c820f90] socks connection closed\n2025-08-01 08:44:05.068 [info] [command][c60e546c-622e-4cb0-8c2c-21f84a20b67c] Process exited with code 0\n2025-08-01 08:44:05.068 [info] [command][c60e546c-622e-4cb0-8c2c-21f84a20b67c] Socket close event received\n2025-08-01 08:44:05.108 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58123 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:45:05.078 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:45:05.079 [info] [command][2c36ac48-9464-4e22-83b4-1cbf7aa54951] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""2c36ac48-9464-4e22-83b4-1cbf7aa54951""}\n2025-08-01 08:45:05.079 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][62300320-7680-4a9a-bfc5-d74ca942a08b] received connection request\n2025-08-01 08:45:05.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:45:05.121 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62300320-7680-4a9a-bfc5-d74ca942a08b] socks forwarding established\n2025-08-01 08:45:05.166 [info] [command][2c36ac48-9464-4e22-83b4-1cbf7aa54951] Process exited with code 0\n2025-08-01 08:45:05.166 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62300320-7680-4a9a-bfc5-d74ca942a08b] socks connection closed\n2025-08-01 08:45:05.166 [info] [command][2c36ac48-9464-4e22-83b4-1cbf7aa54951] Socket close event received\n2025-08-01 08:45:05.205 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58177 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:46:05.175 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:46:05.177 [info] [command][26594658-43b9-4138-bced-4017c9e30b2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""26594658-43b9-4138-bced-4017c9e30b2e""}\n2025-08-01 08:46:05.177 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d25d0e9a-92f9-42de-bcaf-fafcb742bfd3] received connection request\n2025-08-01 08:46:05.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:46:05.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d25d0e9a-92f9-42de-bcaf-fafcb742bfd3] socks forwarding established\n2025-08-01 08:46:05.265 [info] [command][26594658-43b9-4138-bced-4017c9e30b2e] Process exited with code 0\n2025-08-01 08:46:05.266 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d25d0e9a-92f9-42de-bcaf-fafcb742bfd3] socks connection closed\n2025-08-01 08:46:05.266 [info] [command][26594658-43b9-4138-bced-4017c9e30b2e] Socket close event received\n2025-08-01 08:46:05.394 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58192 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:47:05.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:47:05.279 [info] [command][59eb3b67-9f0b-4f8e-8b53-5a216584e1ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""59eb3b67-9f0b-4f8e-8b53-5a216584e1ad""}\n2025-08-01 08:47:05.279 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][5d580099-9769-4883-b92c-5cfb93524559] received connection request\n2025-08-01 08:47:05.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 08:47:05.280 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:47:05.319 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d580099-9769-4883-b92c-5cfb93524559] socks forwarding established\n2025-08-01 08:47:05.365 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][5d580099-9769-4883-b92c-5cfb93524559] socks connection closed\n2025-08-01 08:47:05.365 [info] [command][59eb3b67-9f0b-4f8e-8b53-5a216584e1ad] Process exited with code 0\n2025-08-01 08:47:05.365 [info] [command][59eb3b67-9f0b-4f8e-8b53-5a216584e1ad] Socket close event received\n2025-08-01 08:47:05.406 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58217 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:48:05.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:48:05.368 [info] [command][797f0de9-9c60-4911-a02c-2778b7f5d604] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""797f0de9-9c60-4911-a02c-2778b7f5d604""}\n2025-08-01 08:48:05.368 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6fb20b07-cfe3-41fd-b63f-01f7bb77d270] received connection request\n2025-08-01 08:48:05.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\n\n2025-08-01 08:48:05.369 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:48:05.408 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fb20b07-cfe3-41fd-b63f-01f7bb77d270] socks forwarding established\n2025-08-01 08:48:05.451 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fb20b07-cfe3-41fd-b63f-01f7bb77d270] socks connection closed\n2025-08-01 08:48:05.451 [info] [command][797f0de9-9c60-4911-a02c-2778b7f5d604] Process exited with code 0\n2025-08-01 08:48:05.451 [info] [command][797f0de9-9c60-4911-a02c-2778b7f5d604] Socket close event received\n2025-08-01 08:48:05.520 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58245 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:49:05.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:49:05.463 [info] [command][b71307f0-2522-4cd9-bced-dea1922bb543] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b71307f0-2522-4cd9-bced-dea1922bb543""}\n2025-08-01 08:49:05.464 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][62c90ebf-f3ef-4145-90b6-4dcb305f9461] received connection request\n2025-08-01 08:49:05.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:49:05.509 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62c90ebf-f3ef-4145-90b6-4dcb305f9461] socks forwarding established\n2025-08-01 08:49:05.555 [info] [command][b71307f0-2522-4cd9-bced-dea1922bb543] Process exited with code 0\n2025-08-01 08:49:05.556 [info] [command][b71307f0-2522-4cd9-bced-dea1922bb543] Socket close event received\n2025-08-01 08:49:05.598 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58266 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:49:05.598 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][62c90ebf-f3ef-4145-90b6-4dcb305f9461] socks connection closed\n2025-08-01 08:50:05.566 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:50:05.567 [info] [command][39e38a2a-907c-4c92-a0b3-9530067efdfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""39e38a2a-907c-4c92-a0b3-9530067efdfc""}\n2025-08-01 08:50:05.568 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][bed5ac55-0e30-4858-b18e-b2aa758be92c] received connection request\n2025-08-01 08:50:05.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:50:05.675 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bed5ac55-0e30-4858-b18e-b2aa758be92c] socks forwarding established\n2025-08-01 08:50:05.721 [info] [command][39e38a2a-907c-4c92-a0b3-9530067efdfc] Process exited with code 0\n2025-08-01 08:50:05.721 [info] [command][39e38a2a-907c-4c92-a0b3-9530067efdfc] Socket close event received\n2025-08-01 08:50:05.759 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][bed5ac55-0e30-4858-b18e-b2aa758be92c] socks connection closed\n2025-08-01 08:50:05.762 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58283 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:51:05.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:51:05.731 [info] [command][77466e94-4a47-4945-959e-e6413faaefaa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""77466e94-4a47-4945-959e-e6413faaefaa""}\n2025-08-01 08:51:05.731 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][efdfd193-547c-4528-8d99-f50d0308f2fa] received connection request\n2025-08-01 08:51:05.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:51:05.807 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efdfd193-547c-4528-8d99-f50d0308f2fa] socks forwarding established\n2025-08-01 08:51:05.862 [info] [command][77466e94-4a47-4945-959e-e6413faaefaa] Process exited with code 0\n2025-08-01 08:51:05.862 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][efdfd193-547c-4528-8d99-f50d0308f2fa] socks connection closed\n2025-08-01 08:51:05.862 [info] [command][77466e94-4a47-4945-959e-e6413faaefaa] Socket close event received\n2025-08-01 08:51:05.902 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58302 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:52:05.864 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:52:05.870 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][ee9f05eb-4b5b-4871-a849-13d0f2b083e6] received connection request\n2025-08-01 08:52:05.870 [info] [command][82a01978-735c-4b15-a396-5f573d3243f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""82a01978-735c-4b15-a396-5f573d3243f7""}\n2025-08-01 08:52:05.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:52:05.912 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee9f05eb-4b5b-4871-a849-13d0f2b083e6] socks forwarding established\n2025-08-01 08:52:05.957 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][ee9f05eb-4b5b-4871-a849-13d0f2b083e6] socks connection closed\n2025-08-01 08:52:05.957 [info] [command][82a01978-735c-4b15-a396-5f573d3243f7] Process exited with code 0\n2025-08-01 08:52:05.957 [info] [command][82a01978-735c-4b15-a396-5f573d3243f7] Socket close event received\n2025-08-01 08:52:05.997 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58330 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:53:05.968 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:53:05.970 [info] [command][e8479223-9d17-4964-84c3-2093eb790597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""e8479223-9d17-4964-84c3-2093eb790597""}\n2025-08-01 08:53:05.970 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][284fbbeb-6b4e-4560-95df-a509bc435dd1] received connection request\n2025-08-01 08:53:05.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:53:06.020 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][284fbbeb-6b4e-4560-95df-a509bc435dd1] socks forwarding established\n2025-08-01 08:53:06.065 [info] [command][e8479223-9d17-4964-84c3-2093eb790597] Process exited with code 0\n2025-08-01 08:53:06.065 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][284fbbeb-6b4e-4560-95df-a509bc435dd1] socks connection closed\n2025-08-01 08:53:06.065 [info] [command][e8479223-9d17-4964-84c3-2093eb790597] Socket close event received\n2025-08-01 08:53:06.104 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58363 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:54:06.075 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:54:06.077 [info] [command][db3423fc-d8fa-4939-a216-f5fe851b405c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""db3423fc-d8fa-4939-a216-f5fe851b405c""}\n2025-08-01 08:54:06.078 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][cb9a928b-0bc6-4b5f-955a-19c4761cb7c9] received connection request\n2025-08-01 08:54:06.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:54:06.119 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb9a928b-0bc6-4b5f-955a-19c4761cb7c9] socks forwarding established\n2025-08-01 08:54:06.163 [info] [command][db3423fc-d8fa-4939-a216-f5fe851b405c] Process exited with code 0\n2025-08-01 08:54:06.164 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][cb9a928b-0bc6-4b5f-955a-19c4761cb7c9] socks connection closed\n2025-08-01 08:54:06.164 [info] [command][db3423fc-d8fa-4939-a216-f5fe851b405c] Socket close event received\n2025-08-01 08:54:06.203 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58381 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:55:06.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:55:06.175 [info] [command][425c296e-4132-441e-9196-b141a69bf3a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""425c296e-4132-441e-9196-b141a69bf3a8""}\n2025-08-01 08:55:06.176 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d2873d67-ac19-4333-8ed8-d85a577fc50d] received connection request\n2025-08-01 08:55:06.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:55:06.223 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2873d67-ac19-4333-8ed8-d85a577fc50d] socks forwarding established\n2025-08-01 08:55:06.278 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d2873d67-ac19-4333-8ed8-d85a577fc50d] socks connection closed\n2025-08-01 08:55:06.278 [info] [command][425c296e-4132-441e-9196-b141a69bf3a8] Process exited with code 0\n2025-08-01 08:55:06.278 [info] [command][425c296e-4132-441e-9196-b141a69bf3a8] Socket close event received\n2025-08-01 08:55:06.318 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58406 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:56:06.283 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:56:06.285 [info] [command][6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb""}\n2025-08-01 08:56:06.286 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][63b03c8e-73dc-4292-819d-55c6d38a6763] received connection request\n2025-08-01 08:56:06.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:56:06.328 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][63b03c8e-73dc-4292-819d-55c6d38a6763] socks forwarding established\n2025-08-01 08:56:06.374 [info] [command][6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb] Process exited with code 0\n2025-08-01 08:56:06.375 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][63b03c8e-73dc-4292-819d-55c6d38a6763] socks connection closed\n2025-08-01 08:56:06.375 [info] [command][6cfb5fbd-ac45-4b3a-ab92-ef5cf998bdcb] Socket close event received\n2025-08-01 08:56:06.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58417 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:57:07.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:57:08.391 [info] [command][0864b45e-2002-4768-98a9-4bf0a26577ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""0864b45e-2002-4768-98a9-4bf0a26577ef""}\n2025-08-01 08:57:08.391 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1915005e-97ea-4a05-b1c9-85e85c6534f8] received connection request\n2025-08-01 08:57:09.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:57:10.383 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1915005e-97ea-4a05-b1c9-85e85c6534f8] socks forwarding established\n2025-08-01 08:57:11.356 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1915005e-97ea-4a05-b1c9-85e85c6534f8] socks connection closed\n2025-08-01 08:57:11.356 [info] [command][0864b45e-2002-4768-98a9-4bf0a26577ef] Process exited with code 0\n2025-08-01 08:57:11.356 [info] [command][0864b45e-2002-4768-98a9-4bf0a26577ef] Socket close event received\n2025-08-01 08:57:12.275 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58496 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:58:11.361 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:58:11.363 [info] [command][8e45d6dd-7a6e-4698-8780-8c58d47dcf87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8e45d6dd-7a6e-4698-8780-8c58d47dcf87""}\n2025-08-01 08:58:11.363 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][7e552f71-c08b-47c4-93e8-e05ee0faa97c] received connection request\n2025-08-01 08:58:11.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:58:11.411 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e552f71-c08b-47c4-93e8-e05ee0faa97c] socks forwarding established\n2025-08-01 08:58:11.466 [info] [command][8e45d6dd-7a6e-4698-8780-8c58d47dcf87] Process exited with code 0\n2025-08-01 08:58:11.467 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][7e552f71-c08b-47c4-93e8-e05ee0faa97c] socks connection closed\n2025-08-01 08:58:11.467 [info] [command][8e45d6dd-7a6e-4698-8780-8c58d47dcf87] Socket close event received\n2025-08-01 08:58:11.506 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58622 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 08:59:11.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 08:59:11.478 [info] [command][3a123485-a82a-4aa0-af14-66c237244542] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""3a123485-a82a-4aa0-af14-66c237244542""}\n2025-08-01 08:59:11.478 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][443ebb4f-5b05-464b-b82b-35a5e11923e9] received connection request\n2025-08-01 08:59:11.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 08:59:11.522 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][443ebb4f-5b05-464b-b82b-35a5e11923e9] socks forwarding established\n2025-08-01 08:59:11.568 [info] [command][3a123485-a82a-4aa0-af14-66c237244542] Process exited with code 0\n2025-08-01 08:59:11.568 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][443ebb4f-5b05-464b-b82b-35a5e11923e9] socks connection closed\n2025-08-01 08:59:11.568 [info] [command][3a123485-a82a-4aa0-af14-66c237244542] Socket close event received\n2025-08-01 08:59:11.631 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58639 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:00:11.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:00:11.570 [info] [command][eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c""}\n2025-08-01 09:00:11.570 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][b9f87926-f74b-4d09-a781-46bbf0ef791b] received connection request\n2025-08-01 09:00:11.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:00:11.614 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9f87926-f74b-4d09-a781-46bbf0ef791b] socks forwarding established\n2025-08-01 09:00:11.659 [info] [command][eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c] Process exited with code 0\n2025-08-01 09:00:11.659 [info] [command][eabbf07a-bc04-46cc-86bb-cfd0e7e3c06c] Socket close event received\n2025-08-01 09:00:11.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58656 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:00:11.702 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][b9f87926-f74b-4d09-a781-46bbf0ef791b] socks connection closed\n2025-08-01 09:01:11.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:01:11.662 [info] [command][f9ac7fb3-5a29-4fc6-ad62-407fb73053b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""f9ac7fb3-5a29-4fc6-ad62-407fb73053b1""}\n2025-08-01 09:01:11.662 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][29dbc065-ebc6-4588-a3a8-b17186767f1a] received connection request\n2025-08-01 09:01:11.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:01:11.705 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29dbc065-ebc6-4588-a3a8-b17186767f1a] socks forwarding established\n2025-08-01 09:01:11.751 [info] [command][f9ac7fb3-5a29-4fc6-ad62-407fb73053b1] Process exited with code 0\n2025-08-01 09:01:11.751 [info] [command][f9ac7fb3-5a29-4fc6-ad62-407fb73053b1] Socket close event received\n2025-08-01 09:01:11.752 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][29dbc065-ebc6-4588-a3a8-b17186767f1a] socks connection closed\n2025-08-01 09:01:11.793 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58680 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:02:11.751 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:02:11.752 [info] [command][a7fd9d87-0880-4ac2-8080-c7a361053bfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""a7fd9d87-0880-4ac2-8080-c7a361053bfb""}\n2025-08-01 09:02:11.753 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][52116040-0a1d-4e08-841b-53db887d8f9a] received connection request\n2025-08-01 09:02:11.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:02:11.796 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52116040-0a1d-4e08-841b-53db887d8f9a] socks forwarding established\n2025-08-01 09:02:11.843 [info] [command][a7fd9d87-0880-4ac2-8080-c7a361053bfb] Process exited with code 0\n2025-08-01 09:02:11.843 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][52116040-0a1d-4e08-841b-53db887d8f9a] socks connection closed\n2025-08-01 09:02:11.843 [info] [command][a7fd9d87-0880-4ac2-8080-c7a361053bfb] Socket close event received\n2025-08-01 09:02:11.883 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58764 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:03:11.845 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:03:11.847 [info] [command][433f3598-b96f-4fc2-9d9f-8a5938ccf255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""433f3598-b96f-4fc2-9d9f-8a5938ccf255""}\n2025-08-01 09:03:11.848 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][3a9d9e53-0a8a-453b-8723-d8c95957014c] received connection request\n2025-08-01 09:03:11.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:03:11.891 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a9d9e53-0a8a-453b-8723-d8c95957014c] socks forwarding established\n2025-08-01 09:03:11.937 [info] [command][433f3598-b96f-4fc2-9d9f-8a5938ccf255] Process exited with code 0\n2025-08-01 09:03:11.937 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][3a9d9e53-0a8a-453b-8723-d8c95957014c] socks connection closed\n2025-08-01 09:03:11.937 [info] [command][433f3598-b96f-4fc2-9d9f-8a5938ccf255] Socket close event received\n2025-08-01 09:03:11.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58818 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:04:11.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:04:11.945 [info] [command][edd61262-f6ee-4c56-ad13-0746cc478614] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""edd61262-f6ee-4c56-ad13-0746cc478614""}\n2025-08-01 09:04:11.946 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][d97be02c-d434-42ae-aebe-0717a3917d57] received connection request\n2025-08-01 09:04:11.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:04:11.994 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d97be02c-d434-42ae-aebe-0717a3917d57] socks forwarding established\n2025-08-01 09:04:12.040 [info] [command][edd61262-f6ee-4c56-ad13-0746cc478614] Process exited with code 0\n2025-08-01 09:04:12.040 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][d97be02c-d434-42ae-aebe-0717a3917d57] socks connection closed\n2025-08-01 09:04:12.040 [info] [command][edd61262-f6ee-4c56-ad13-0746cc478614] Socket close event received\n2025-08-01 09:04:12.083 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58834 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:05:12.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:05:12.053 [info] [command][b0b83bcd-adb6-46c9-a0ec-bdbf9d680963] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""b0b83bcd-adb6-46c9-a0ec-bdbf9d680963""}\n2025-08-01 09:05:12.054 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][1c3f1dd0-568e-43df-9120-9ad1eec79744] received connection request\n2025-08-01 09:05:12.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:05:12.097 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c3f1dd0-568e-43df-9120-9ad1eec79744] socks forwarding established\n2025-08-01 09:05:12.145 [info] [command][b0b83bcd-adb6-46c9-a0ec-bdbf9d680963] Process exited with code 0\n2025-08-01 09:05:12.145 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][1c3f1dd0-568e-43df-9120-9ad1eec79744] socks connection closed\n2025-08-01 09:05:12.145 [info] [command][b0b83bcd-adb6-46c9-a0ec-bdbf9d680963] Socket close event received\n2025-08-01 09:05:12.186 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58856 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:06:12.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:06:12.152 [info] [command][8d560c40-4748-45c5-9e7b-f24ae92d5a03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""8d560c40-4748-45c5-9e7b-f24ae92d5a03""}\n2025-08-01 09:06:12.153 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][2ec5a867-a216-4212-9598-c0df61a1b99f] received connection request\n2025-08-01 09:06:12.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:06:12.194 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec5a867-a216-4212-9598-c0df61a1b99f] socks forwarding established\n2025-08-01 09:06:12.246 [info] [command][8d560c40-4748-45c5-9e7b-f24ae92d5a03] Process exited with code 0\n2025-08-01 09:06:12.247 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][2ec5a867-a216-4212-9598-c0df61a1b99f] socks connection closed\n2025-08-01 09:06:12.247 [info] [command][8d560c40-4748-45c5-9e7b-f24ae92d5a03] Socket close event received\n2025-08-01 09:06:12.289 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58870 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:07:12.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:07:12.252 [info] [command][9f8cc91f-bb73-4831-843c-632ab6a0078e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""9f8cc91f-bb73-4831-843c-632ab6a0078e""}\n2025-08-01 09:07:12.253 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][6fc74e59-6645-42a7-bb94-0e1f59a75b17] received connection request\n2025-08-01 09:07:12.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:07:12.294 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fc74e59-6645-42a7-bb94-0e1f59a75b17] socks forwarding established\n2025-08-01 09:07:12.339 [info] [command][9f8cc91f-bb73-4831-843c-632ab6a0078e] Process exited with code 0\n2025-08-01 09:07:12.340 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][6fc74e59-6645-42a7-bb94-0e1f59a75b17] socks connection closed\n2025-08-01 09:07:12.340 [info] [command][9f8cc91f-bb73-4831-843c-632ab6a0078e] Socket close event received\n2025-08-01 09:07:12.380 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58903 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:08:12.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:08:12.347 [info] [command][17a5743f-55fc-47fb-9972-371830f049aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""17a5743f-55fc-47fb-9972-371830f049aa""}\n2025-08-01 09:08:12.348 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:32959][750286e2-a75f-400e-ad03-68e692be9f38] received connection request\n2025-08-01 09:08:12.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:08:12.399 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][750286e2-a75f-400e-ad03-68e692be9f38] socks forwarding established\n2025-08-01 09:08:12.444 [info] [command][17a5743f-55fc-47fb-9972-371830f049aa] Process exited with code 0\n2025-08-01 09:08:12.445 [info] [forwarding][multiplex][127.0.0.1:53505 -> 127.0.0.1:53495 -> 127.0.0.1:32959][750286e2-a75f-400e-ad03-68e692be9f38] socks connection closed\n2025-08-01 09:08:12.445 [info] [command][17a5743f-55fc-47fb-9972-371830f049aa] Socket close event received\n2025-08-01 09:08:12.486 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 53495 for 127.0.0.1 port 32959, connect from 127.0.0.1 port 58973 to 127.0.0.1 port 53495, nchannels 6\n\n2025-08-01 09:09:00.714 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 09:09:00.715 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 09:09:00.725 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:36751][3093f780-c8c6-44a7-89f0-2f225fda0d78] received connection request\n2025-08-01 09:09:00.754 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:36751][adbc35b9-2afb-406d-ac87-888576afc57e] received connection request\n2025-08-01 09:09:00.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 53495 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:09:10.720 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 09:09:10.721 [error] Failed to connect to Cursor server at http://127.0.0.1:53504, attempt 1 of 3 This operation was aborted\n2025-08-01 09:09:10.772 [info] Terminating existing SSH process with pid: 84097\n2025-08-01 09:09:10.772 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 09:09:10.772 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 09:09:10.773 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tgv0nD/socket.sock\n2025-08-01 09:09:10.775 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76251.sh"" | ssh -v -T -D 58992 login.haicore.berlin bash --login -c bash\n2025-08-01 09:09:10.776 [info] Started installation script. Waiting for it to finish...\n2025-08-01 09:09:10.776 [info] Waiting for server to install via process(6792)...\n2025-08-01 09:09:10.781 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 09:09:10.781 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 09:09:10.782 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 09:09:10.782 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 09:09:10.783 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 09:09:11.729 [error] Failed to connect to Cursor server at http://127.0.0.1:53504, attempt 2 of 3 This operation was aborted\n2025-08-01 09:09:12.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53505\n2025-08-01 09:09:12.733 [error] Failed to connect to Cursor server at http://127.0.0.1:53504, attempt 3 of 3 This operation was aborted\n2025-08-01 09:09:12.733 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 09:09:12.733 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 09:14:18.269 [info] [command][6247dca8-fb78-4a7e-a0e3-bf4d3f373530] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""4e2b026f-f3bc-45e2-b182-05301748651e"",""id"":""6247dca8-fb78-4a7e-a0e3-bf4d3f373530""}\n2025-08-01 09:14:18.343 [error] [forwarding][code][127.0.0.1:53504 -> unknown}][a3590c0a-bda0-4345-87a3-d3e7612f806d] remote server not configured\n2025-08-01 09:14:18.343 [error] [forwarding][multiplex][127.0.0.1:53505 -> unknown}][e820cc67-9a63-48c8-bb78-2daf844c3e4e] remote server not configured\n2025-08-01 09:14:18.343 [error] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][3093f780-c8c6-44a7-89f0-2f225fda0d78] error while creating socks forwarding Socket closed\n2025-08-01 09:14:18.343 [error] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][adbc35b9-2afb-406d-ac87-888576afc57e] error while creating socks forwarding Socket closed\n2025-08-01 09:14:18.343 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][c1f42692-4142-4ca4-87fe-b02325efdc0f] socks connection closed\n2025-08-01 09:14:18.344 [info] [forwarding][code][127.0.0.1:53504 -> 127.0.0.1:53495 -> 127.0.0.1:36751][ca5c1054-7923-423b-bac1-bbf7f4a43a78] socks connection closed\n2025-08-01 09:14:18.345 [error] Error installing server: Failed to install server within the timeout\n2025-08-01 09:14:18.345 [error] Failed to connect after 1 attempts: Failed to install server within the timeout\n2025-08-01 09:14:18.345 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76251.sh\n2025-08-01 09:14:18.347 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 09:14:18.347 [error] [command][6247dca8-fb78-4a7e-a0e3-bf4d3f373530] Socket error: Error: read ECONNRESET\n2025-08-01 09:14:18.347 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 09:14:18.348 [info] [command][6247dca8-fb78-4a7e-a0e3-bf4d3f373530] Socket close event received\n2025-08-01 09:14:18.348 [error] Error resolving SSH authority Failed to install server within the timeout\n2025-08-01 09:34:52.826 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 09:34:52.833 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-N1Vsk8/socket.sock\n2025-08-01 09:34:52.834 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 09:34:52.835 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-N1Vsk8/socket.sock\n2025-08-01 09:34:52.838 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31848.sh"" | ssh -v -T -D 60072 login.haicore.berlin bash --login -c bash\n2025-08-01 09:34:52.838 [info] Started installation script. Waiting for it to finish...\n2025-08-01 09:34:52.838 [info] Waiting for server to install via process(7539)...\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 09:34:52.847 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 09:34:52.965 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 09:34:52.966 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-01 09:34:52.966 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 09:34:52.966 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 09:34:53.011 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 09:34:53.012 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 09:34:53.013 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 09:34:53.050 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 09:34:53.050 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 09:34:53.051 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 09:34:53.092 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 09:34:53.093 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 09:34:53.093 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 09:34:53.097 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 09:34:53.097 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 09:34:53.225 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 09:34:53.297 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 09:34:53.302 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 09:34:53.303 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 09:34:53.354 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-01 09:34:53.438 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-01 09:34:53.721 [info] Askpass server received request: POST /\n2025-08-01 09:34:53.721 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-01 09:34:53.721 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-01 09:34:57.426 [error] Password authentication cancelled\n2025-08-01 09:34:57.428 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-01 09:35:00.064 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 09:35:00.070 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 09:35:00.071 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 09:35:00.072 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 09:35:00.076 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45994.sh"" | ssh -v -T -D 60081 login.haicore.berlin bash --login -c bash\n2025-08-01 09:35:00.076 [info] Started installation script. Waiting for it to finish...\n2025-08-01 09:35:00.076 [info] Waiting for server to install via process(7554)...\n2025-08-01 09:35:00.083 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 09:35:00.083 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 09:35:00.083 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 09:35:00.129 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 09:35:00.129 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 09:35:00.129 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 09:35:00.178 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 09:35:00.179 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 09:35:00.179 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 09:35:00.218 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 09:35:00.218 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 09:35:00.260 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-08-01 09:35:00.260 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 09:35:00.261 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 09:35:00.261 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 09:35:00.265 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 09:35:00.265 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 09:35:00.265 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 09:35:00.386 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 09:35:00.430 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 09:35:00.432 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 09:35:00.432 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 09:35:00.520 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 09:35:00.601 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:60081 forwarded to remote address socks:0\n\n2025-08-01 09:35:00.601 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 60081.\n\n2025-08-01 09:35:00.602 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 60081.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 09:35:00.602 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 09:35:00.795 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 09:35:00.795 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 09:35:00.798 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 09:35:00.833 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\n\n2025-08-01 09:35:00.833 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 09:35:01.292 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\n\n2025-08-01 09:35:01.298 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 09:35:01.315 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 09:35:01.316 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 09:35:01.320 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 09:35:01.322 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 09:35:01.332 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 1049ddbe-3284-492e-b7dd-41f38a3105dc\nMultiplex server started with PID 311292 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 09:35:01.840 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 09:35:01.855 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:01.856 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-01 09:35:01.857 [info] (ssh_tunnel) stdout: Code server started with PID 311316 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:01.859 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:02.415 [info] (ssh_tunnel) stdout: b41f16eb63b64385d25a3022: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==43445==\nmultiplexConnectionToken==1049ddbe-3284-492e-b7dd-41f38a3105dc==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nb41f16eb63b64385d25a3022: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 09:35:02.417 [info] Server install command exit code: 0\n2025-08-01 09:35:02.417 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45994.sh\n2025-08-01 09:35:02.419 [info] [forwarding][code] creating new forwarding server\n2025-08-01 09:35:02.419 [info] [forwarding][code] server listening on 127.0.0.1:60083\n2025-08-01 09:35:02.419 [info] [forwarding][code] Set up server\n2025-08-01 09:35:02.419 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 09:35:02.420 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 09:35:02.420 [info] [forwarding][multiplex] server listening on 127.0.0.1:60084\n2025-08-01 09:35:02.420 [info] [forwarding][multiplex] Set up server\n2025-08-01 09:35:02.424 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 1049ddbe-3284-492e-b7dd-41f38a3105dc\n2025-08-01 09:35:02.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:35:02.427 [info] [remote-ssh] Resolved exec server. Socks port: 60081\n2025-08-01 09:35:02.427 [info] Setting up 0 default forwarded ports\n2025-08-01 09:35:02.427 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":60083,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 60081\n2025-08-01 09:35:02.429 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b0a1460c-960d-429b-bd2f-3b513f61db53] received connection request\n2025-08-01 09:35:02.430 [info] [command][6b98f8a8-3796-435e-889b-6dc6a62b567d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6b98f8a8-3796-435e-889b-6dc6a62b567d""}\n2025-08-01 09:35:02.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:35:02.476 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0a1460c-960d-429b-bd2f-3b513f61db53] socks forwarding established\n2025-08-01 09:35:02.477 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][f05ec0ab-3c52-4a80-b97e-e98e5fa33137] received connection request\n2025-08-01 09:35:02.477 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:35:02.529 [info] [command][6b98f8a8-3796-435e-889b-6dc6a62b567d] Process exited with code 0\n2025-08-01 09:35:02.529 [info] [command][6b98f8a8-3796-435e-889b-6dc6a62b567d] Socket close event received\n2025-08-01 09:35:02.530 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][f05ec0ab-3c52-4a80-b97e-e98e5fa33137] socks forwarding established\n2025-08-01 09:35:02.530 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0a1460c-960d-429b-bd2f-3b513f61db53] socks connection closed\n2025-08-01 09:35:02.571 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60086 to 127.0.0.1 port 60081, nchannels 5\n\n2025-08-01 09:35:02.588 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][5d621007-57bd-40c3-b036-9652ff6445df] received connection request\n2025-08-01 09:35:02.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:35:02.628 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][5d621007-57bd-40c3-b036-9652ff6445df] socks forwarding established\n2025-08-01 09:35:02.808 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 09:36:02.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:36:02.534 [info] [command][a09d60ba-6be9-480d-ac7f-3dae3bf37a68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a09d60ba-6be9-480d-ac7f-3dae3bf37a68""}\n2025-08-01 09:36:02.535 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][414ce4ba-cd68-41ac-9332-7a37f0406886] received connection request\n2025-08-01 09:36:02.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:36:02.580 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][414ce4ba-cd68-41ac-9332-7a37f0406886] socks forwarding established\n2025-08-01 09:36:02.627 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][414ce4ba-cd68-41ac-9332-7a37f0406886] socks connection closed\n2025-08-01 09:36:02.627 [info] [command][a09d60ba-6be9-480d-ac7f-3dae3bf37a68] Process exited with code 0\n2025-08-01 09:36:02.627 [info] [command][a09d60ba-6be9-480d-ac7f-3dae3bf37a68] Socket close event received\n2025-08-01 09:36:02.667 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60207 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:37:02.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:37:02.631 [info] [command][7d9f489e-7784-449b-8ad3-c40b4e232ff3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7d9f489e-7784-449b-8ad3-c40b4e232ff3""}\n2025-08-01 09:37:02.632 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8d571b8c-2dbf-423f-a89f-85b2fbb39397] received connection request\n2025-08-01 09:37:02.633 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:37:02.674 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d571b8c-2dbf-423f-a89f-85b2fbb39397] socks forwarding established\n2025-08-01 09:37:02.719 [info] [command][7d9f489e-7784-449b-8ad3-c40b4e232ff3] Process exited with code 0\n2025-08-01 09:37:02.720 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d571b8c-2dbf-423f-a89f-85b2fbb39397] socks connection closed\n2025-08-01 09:37:02.720 [info] [command][7d9f489e-7784-449b-8ad3-c40b4e232ff3] Socket close event received\n2025-08-01 09:37:02.760 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60235 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:38:02.719 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:38:02.720 [info] [command][d91b0af9-c069-428a-8583-4ccc8291c3cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d91b0af9-c069-428a-8583-4ccc8291c3cf""}\n2025-08-01 09:38:02.721 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f54dec3a-605f-4031-afff-82c25dd6ef5b] received connection request\n2025-08-01 09:38:02.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 09:38:02.723 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:38:02.772 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f54dec3a-605f-4031-afff-82c25dd6ef5b] socks forwarding established\n2025-08-01 09:38:02.817 [info] [command][d91b0af9-c069-428a-8583-4ccc8291c3cf] Process exited with code 0\n2025-08-01 09:38:02.818 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f54dec3a-605f-4031-afff-82c25dd6ef5b] socks connection closed\n2025-08-01 09:38:02.818 [info] [command][d91b0af9-c069-428a-8583-4ccc8291c3cf] Socket close event received\n2025-08-01 09:38:02.858 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60260 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:39:02.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:39:02.820 [info] [command][39d62a8a-186e-49ba-832e-89747daa18e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""39d62a8a-186e-49ba-832e-89747daa18e5""}\n2025-08-01 09:39:02.821 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][929236fb-51c1-4f68-8c65-c1d39734b927] received connection request\n2025-08-01 09:39:02.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:39:02.865 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][929236fb-51c1-4f68-8c65-c1d39734b927] socks forwarding established\n2025-08-01 09:39:02.912 [info] [command][39d62a8a-186e-49ba-832e-89747daa18e5] Process exited with code 0\n2025-08-01 09:39:02.913 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][929236fb-51c1-4f68-8c65-c1d39734b927] socks connection closed\n2025-08-01 09:39:02.913 [info] [command][39d62a8a-186e-49ba-832e-89747daa18e5] Socket close event received\n2025-08-01 09:39:02.954 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60289 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:40:02.916 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:40:02.919 [info] [command][9d9649ba-17b0-44fe-9ecd-83238162bfd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9d9649ba-17b0-44fe-9ecd-83238162bfd0""}\n2025-08-01 09:40:02.920 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e5bfa23b-d388-4d4e-b327-c9f8d4741380] received connection request\n2025-08-01 09:40:02.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:40:02.971 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e5bfa23b-d388-4d4e-b327-c9f8d4741380] socks forwarding established\n2025-08-01 09:40:03.018 [info] [command][9d9649ba-17b0-44fe-9ecd-83238162bfd0] Process exited with code 0\n2025-08-01 09:40:03.018 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e5bfa23b-d388-4d4e-b327-c9f8d4741380] socks connection closed\n2025-08-01 09:40:03.019 [info] [command][9d9649ba-17b0-44fe-9ecd-83238162bfd0] Socket close event received\n2025-08-01 09:40:03.058 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60317 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:41:03.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:41:03.023 [info] [command][7f907c91-3c2d-48ed-b657-c4bfc2df84ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7f907c91-3c2d-48ed-b657-c4bfc2df84ef""}\n2025-08-01 09:41:03.024 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][813822ae-2d9e-433e-8969-be7fe0ee5f87] received connection request\n2025-08-01 09:41:03.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:41:03.068 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][813822ae-2d9e-433e-8969-be7fe0ee5f87] socks forwarding established\n2025-08-01 09:41:03.115 [info] [command][7f907c91-3c2d-48ed-b657-c4bfc2df84ef] Process exited with code 0\n2025-08-01 09:41:03.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][813822ae-2d9e-433e-8969-be7fe0ee5f87] socks connection closed\n2025-08-01 09:41:03.116 [info] [command][7f907c91-3c2d-48ed-b657-c4bfc2df84ef] Socket close event received\n2025-08-01 09:41:03.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60334 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:42:03.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:42:03.121 [info] [command][7036305d-2f0e-429c-bbe8-c3abeec87d15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7036305d-2f0e-429c-bbe8-c3abeec87d15""}\n2025-08-01 09:42:03.122 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][475b6a10-4f94-407e-b81a-a588f349e2cb] received connection request\n2025-08-01 09:42:03.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:42:03.164 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][475b6a10-4f94-407e-b81a-a588f349e2cb] socks forwarding established\n2025-08-01 09:42:03.220 [info] [command][7036305d-2f0e-429c-bbe8-c3abeec87d15] Process exited with code 0\n2025-08-01 09:42:03.221 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][475b6a10-4f94-407e-b81a-a588f349e2cb] socks connection closed\n2025-08-01 09:42:03.221 [info] [command][7036305d-2f0e-429c-bbe8-c3abeec87d15] Socket close event received\n2025-08-01 09:42:03.260 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60353 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:43:03.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:43:03.225 [info] [command][72e0923d-316e-434e-987d-1e1535603661] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""72e0923d-316e-434e-987d-1e1535603661""}\n2025-08-01 09:43:03.225 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c8a1e61d-5ec2-42c6-b174-204c0c8056b2] received connection request\n2025-08-01 09:43:03.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:43:03.268 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c8a1e61d-5ec2-42c6-b174-204c0c8056b2] socks forwarding established\n2025-08-01 09:43:03.316 [info] [command][72e0923d-316e-434e-987d-1e1535603661] Process exited with code 0\n2025-08-01 09:43:03.316 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c8a1e61d-5ec2-42c6-b174-204c0c8056b2] socks connection closed\n2025-08-01 09:43:03.316 [info] [command][72e0923d-316e-434e-987d-1e1535603661] Socket close event received\n2025-08-01 09:43:03.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60377 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:44:03.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:44:03.320 [info] [command][382b80cd-60ff-4c31-950d-b75f0457636c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""382b80cd-60ff-4c31-950d-b75f0457636c""}\n2025-08-01 09:44:03.320 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2db58236-9023-4ac5-b4b4-281a1a498c40] received connection request\n2025-08-01 09:44:03.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:44:03.363 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2db58236-9023-4ac5-b4b4-281a1a498c40] socks forwarding established\n2025-08-01 09:44:03.409 [info] [command][382b80cd-60ff-4c31-950d-b75f0457636c] Process exited with code 0\n2025-08-01 09:44:03.409 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2db58236-9023-4ac5-b4b4-281a1a498c40] socks connection closed\n2025-08-01 09:44:03.409 [info] [command][382b80cd-60ff-4c31-950d-b75f0457636c] Socket close event received\n2025-08-01 09:44:03.448 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60414 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:45:03.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:45:03.413 [info] [command][b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda""}\n2025-08-01 09:45:03.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8f7532cb-5771-472e-b206-840a9a04d96d] received connection request\n2025-08-01 09:45:03.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:45:03.453 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f7532cb-5771-472e-b206-840a9a04d96d] socks forwarding established\n2025-08-01 09:45:03.498 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f7532cb-5771-472e-b206-840a9a04d96d] socks connection closed\n2025-08-01 09:45:03.499 [info] [command][b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda] Process exited with code 0\n2025-08-01 09:45:03.499 [info] [command][b15da66d-d25b-4cbf-a7bd-f8c0a8aeccda] Socket close event received\n2025-08-01 09:45:03.537 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60444 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:46:03.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:46:03.501 [info] [command][255b8c8e-a426-43f2-83ae-38fd65442b82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""255b8c8e-a426-43f2-83ae-38fd65442b82""}\n2025-08-01 09:46:03.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0d2e3a13-3667-4ad4-bbff-5bf0ef833250] received connection request\n2025-08-01 09:46:03.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:46:03.549 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0d2e3a13-3667-4ad4-bbff-5bf0ef833250] socks forwarding established\n2025-08-01 09:46:03.594 [info] [command][255b8c8e-a426-43f2-83ae-38fd65442b82] Process exited with code 0\n2025-08-01 09:46:03.594 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0d2e3a13-3667-4ad4-bbff-5bf0ef833250] socks connection closed\n2025-08-01 09:46:03.594 [info] [command][255b8c8e-a426-43f2-83ae-38fd65442b82] Socket close event received\n2025-08-01 09:46:03.634 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60470 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:47:03.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:47:03.599 [info] [command][b2068d42-d79c-4338-a82b-cb3fe8e5b163] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b2068d42-d79c-4338-a82b-cb3fe8e5b163""}\n2025-08-01 09:47:03.601 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][99d66549-1f1a-4da2-9411-dd2381d7d815] received connection request\n2025-08-01 09:47:03.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:47:03.642 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][99d66549-1f1a-4da2-9411-dd2381d7d815] socks forwarding established\n2025-08-01 09:47:03.687 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][99d66549-1f1a-4da2-9411-dd2381d7d815] socks connection closed\n2025-08-01 09:47:03.687 [info] [command][b2068d42-d79c-4338-a82b-cb3fe8e5b163] Process exited with code 0\n2025-08-01 09:47:03.687 [info] [command][b2068d42-d79c-4338-a82b-cb3fe8e5b163] Socket close event received\n2025-08-01 09:47:03.725 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60489 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:48:03.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:48:03.689 [info] [command][1a237098-7b0f-4b4b-9f16-7581ec6e1dd8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1a237098-7b0f-4b4b-9f16-7581ec6e1dd8""}\n2025-08-01 09:48:03.689 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][88b33198-11df-4858-bc38-a54fc9a693f8] received connection request\n2025-08-01 09:48:03.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:48:03.737 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][88b33198-11df-4858-bc38-a54fc9a693f8] socks forwarding established\n2025-08-01 09:48:03.782 [info] [command][1a237098-7b0f-4b4b-9f16-7581ec6e1dd8] Process exited with code 0\n2025-08-01 09:48:03.782 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][88b33198-11df-4858-bc38-a54fc9a693f8] socks connection closed\n2025-08-01 09:48:03.782 [info] [command][1a237098-7b0f-4b4b-9f16-7581ec6e1dd8] Socket close event received\n2025-08-01 09:48:03.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60503 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:49:03.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:49:03.784 [info] [command][ceec661b-adf8-4d34-9872-3cfe284b7d97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ceec661b-adf8-4d34-9872-3cfe284b7d97""}\n2025-08-01 09:49:03.785 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6edd70f1-7d20-4175-acf9-70362311d079] received connection request\n2025-08-01 09:49:03.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:49:03.828 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6edd70f1-7d20-4175-acf9-70362311d079] socks forwarding established\n2025-08-01 09:49:03.875 [info] [command][ceec661b-adf8-4d34-9872-3cfe284b7d97] Process exited with code 0\n2025-08-01 09:49:03.876 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6edd70f1-7d20-4175-acf9-70362311d079] socks connection closed\n2025-08-01 09:49:03.876 [info] [command][ceec661b-adf8-4d34-9872-3cfe284b7d97] Socket close event received\n2025-08-01 09:49:03.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60535 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:50:03.877 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:50:03.879 [info] [command][9fe2775f-6cf5-4c66-9c27-a5bc414009bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9fe2775f-6cf5-4c66-9c27-a5bc414009bb""}\n2025-08-01 09:50:03.880 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][07a900fd-fbd3-44e2-a6ca-f146424d816f] received connection request\n2025-08-01 09:50:03.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:50:03.926 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07a900fd-fbd3-44e2-a6ca-f146424d816f] socks forwarding established\n2025-08-01 09:50:03.973 [info] [command][9fe2775f-6cf5-4c66-9c27-a5bc414009bb] Process exited with code 0\n2025-08-01 09:50:03.974 [info] [command][9fe2775f-6cf5-4c66-9c27-a5bc414009bb] Socket close event received\n2025-08-01 09:50:03.974 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07a900fd-fbd3-44e2-a6ca-f146424d816f] socks connection closed\n2025-08-01 09:50:04.014 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60571 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:51:03.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:51:03.978 [info] [command][674bd75a-7076-4ca0-8730-1e92e9f26ba9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""674bd75a-7076-4ca0-8730-1e92e9f26ba9""}\n2025-08-01 09:51:03.979 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e3a15fc4-eae2-43ed-b7d8-4bc46d5f14a7] received connection request\n2025-08-01 09:51:03.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:51:04.021 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e3a15fc4-eae2-43ed-b7d8-4bc46d5f14a7] socks forwarding established\n2025-08-01 09:51:04.068 [info] [command][674bd75a-7076-4ca0-8730-1e92e9f26ba9] Process exited with code 0\n2025-08-01 09:51:04.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e3a15fc4-eae2-43ed-b7d8-4bc46d5f14a7] socks connection closed\n2025-08-01 09:51:04.069 [info] [command][674bd75a-7076-4ca0-8730-1e92e9f26ba9] Socket close event received\n2025-08-01 09:51:04.110 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60584 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:52:04.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:52:04.070 [info] [command][1427b73e-6bf0-4bce-a573-cc23d814885a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1427b73e-6bf0-4bce-a573-cc23d814885a""}\n2025-08-01 09:52:04.070 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9cc0f9b3-4179-4e4c-b6b2-59d8ea11822d] received connection request\n2025-08-01 09:52:04.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:52:04.111 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9cc0f9b3-4179-4e4c-b6b2-59d8ea11822d] socks forwarding established\n2025-08-01 09:52:04.157 [info] [command][1427b73e-6bf0-4bce-a573-cc23d814885a] Process exited with code 0\n2025-08-01 09:52:04.157 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9cc0f9b3-4179-4e4c-b6b2-59d8ea11822d] socks connection closed\n2025-08-01 09:52:04.158 [info] [command][1427b73e-6bf0-4bce-a573-cc23d814885a] Socket close event received\n2025-08-01 09:52:04.197 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60598 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:53:04.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:53:04.159 [info] [command][96605af4-54df-4ca2-ae08-74ad7b4ebcc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""96605af4-54df-4ca2-ae08-74ad7b4ebcc7""}\n2025-08-01 09:53:04.159 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][83def9c3-0e9c-49fe-a654-088e4be1768b] received connection request\n2025-08-01 09:53:04.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:53:04.200 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][83def9c3-0e9c-49fe-a654-088e4be1768b] socks forwarding established\n2025-08-01 09:53:04.246 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][83def9c3-0e9c-49fe-a654-088e4be1768b] socks connection closed\n2025-08-01 09:53:04.247 [info] [command][96605af4-54df-4ca2-ae08-74ad7b4ebcc7] Process exited with code 0\n2025-08-01 09:53:04.247 [info] [command][96605af4-54df-4ca2-ae08-74ad7b4ebcc7] Socket close event received\n2025-08-01 09:53:04.287 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60641 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:54:04.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:54:04.245 [info] [command][8af5508d-bd16-40d4-be7e-80ebad78bf6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8af5508d-bd16-40d4-be7e-80ebad78bf6e""}\n2025-08-01 09:54:04.246 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c9f5c441-d391-433e-bd88-34c06d1fd19b] received connection request\n2025-08-01 09:54:04.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:54:04.291 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9f5c441-d391-433e-bd88-34c06d1fd19b] socks forwarding established\n2025-08-01 09:54:04.337 [info] [command][8af5508d-bd16-40d4-be7e-80ebad78bf6e] Process exited with code 0\n2025-08-01 09:54:04.337 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9f5c441-d391-433e-bd88-34c06d1fd19b] socks connection closed\n2025-08-01 09:54:04.337 [info] [command][8af5508d-bd16-40d4-be7e-80ebad78bf6e] Socket close event received\n2025-08-01 09:54:04.378 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60673 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:55:04.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:55:04.341 [info] [command][b3f28a5f-10a0-4dc8-9dba-2eda53ffe251] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b3f28a5f-10a0-4dc8-9dba-2eda53ffe251""}\n2025-08-01 09:55:04.341 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a1e6702d-a106-48ed-9524-227b41d1fe57] received connection request\n2025-08-01 09:55:04.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:55:04.383 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a1e6702d-a106-48ed-9524-227b41d1fe57] socks forwarding established\n2025-08-01 09:55:04.428 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a1e6702d-a106-48ed-9524-227b41d1fe57] socks connection closed\n2025-08-01 09:55:04.428 [info] [command][b3f28a5f-10a0-4dc8-9dba-2eda53ffe251] Process exited with code 0\n2025-08-01 09:55:04.428 [info] [command][b3f28a5f-10a0-4dc8-9dba-2eda53ffe251] Socket close event received\n2025-08-01 09:55:04.469 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60708 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:56:04.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:56:04.435 [info] [command][3cff851d-cbbf-45cf-a727-ce37386e61f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3cff851d-cbbf-45cf-a727-ce37386e61f0""}\n2025-08-01 09:56:04.436 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][19583f96-d0f0-4bcf-a91f-37f2a622a5d7] received connection request\n2025-08-01 09:56:04.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:56:04.481 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][19583f96-d0f0-4bcf-a91f-37f2a622a5d7] socks forwarding established\n2025-08-01 09:56:04.527 [info] [command][3cff851d-cbbf-45cf-a727-ce37386e61f0] Process exited with code 0\n2025-08-01 09:56:04.527 [info] [command][3cff851d-cbbf-45cf-a727-ce37386e61f0] Socket close event received\n2025-08-01 09:56:04.528 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][19583f96-d0f0-4bcf-a91f-37f2a622a5d7] socks connection closed\n2025-08-01 09:56:04.567 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60757 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:57:04.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:57:04.529 [info] [command][b5e2b672-40f6-4ce9-9a53-a6d3069eef26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b5e2b672-40f6-4ce9-9a53-a6d3069eef26""}\n2025-08-01 09:57:04.530 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b58b7ca9-97c2-4ca9-90df-01f86c10e9bf] received connection request\n2025-08-01 09:57:04.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:57:04.571 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b58b7ca9-97c2-4ca9-90df-01f86c10e9bf] socks forwarding established\n2025-08-01 09:57:04.616 [info] [command][b5e2b672-40f6-4ce9-9a53-a6d3069eef26] Process exited with code 0\n2025-08-01 09:57:04.617 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b58b7ca9-97c2-4ca9-90df-01f86c10e9bf] socks connection closed\n2025-08-01 09:57:04.617 [info] [command][b5e2b672-40f6-4ce9-9a53-a6d3069eef26] Socket close event received\n2025-08-01 09:57:04.671 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60796 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:58:04.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:58:04.615 [info] [command][478a4192-73fb-408f-9764-ebde9bddf557] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""478a4192-73fb-408f-9764-ebde9bddf557""}\n2025-08-01 09:58:04.616 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e45ab673-79e6-49ca-aaeb-d6a348e39d49] received connection request\n2025-08-01 09:58:04.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 09:58:04.617 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:58:04.660 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e45ab673-79e6-49ca-aaeb-d6a348e39d49] socks forwarding established\n2025-08-01 09:58:04.706 [info] [command][478a4192-73fb-408f-9764-ebde9bddf557] Process exited with code 0\n2025-08-01 09:58:04.706 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e45ab673-79e6-49ca-aaeb-d6a348e39d49] socks connection closed\n2025-08-01 09:58:04.707 [info] [command][478a4192-73fb-408f-9764-ebde9bddf557] Socket close event received\n2025-08-01 09:58:04.745 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60821 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 09:59:04.708 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 09:59:04.709 [info] [command][9b60c15f-1378-45df-aaa9-3e966fee0c4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9b60c15f-1378-45df-aaa9-3e966fee0c4a""}\n2025-08-01 09:59:04.709 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][37df6122-548c-4501-ae9b-1d87d6defd75] received connection request\n2025-08-01 09:59:04.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 09:59:04.755 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37df6122-548c-4501-ae9b-1d87d6defd75] socks forwarding established\n2025-08-01 09:59:04.797 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37df6122-548c-4501-ae9b-1d87d6defd75] socks connection closed\n2025-08-01 09:59:04.798 [info] [command][9b60c15f-1378-45df-aaa9-3e966fee0c4a] Process exited with code 0\n2025-08-01 09:59:04.798 [info] [command][9b60c15f-1378-45df-aaa9-3e966fee0c4a] Socket close event received\n2025-08-01 09:59:04.842 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60851 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:00:04.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:00:04.797 [info] [command][e3491625-0eb8-49a6-9deb-0e8fe14896ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e3491625-0eb8-49a6-9deb-0e8fe14896ba""}\n2025-08-01 10:00:04.797 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d473c7dc-26c6-47b1-b511-0782efe4597c] received connection request\n2025-08-01 10:00:04.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:00:04.836 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d473c7dc-26c6-47b1-b511-0782efe4597c] socks forwarding established\n2025-08-01 10:00:04.881 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d473c7dc-26c6-47b1-b511-0782efe4597c] socks connection closed\n2025-08-01 10:00:04.881 [info] [command][e3491625-0eb8-49a6-9deb-0e8fe14896ba] Process exited with code 0\n2025-08-01 10:00:04.881 [info] [command][e3491625-0eb8-49a6-9deb-0e8fe14896ba] Socket close event received\n2025-08-01 10:00:04.921 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60923 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:01:04.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:01:04.882 [info] [command][b2b41491-4de0-4060-a62e-4f1c4af0b4f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b2b41491-4de0-4060-a62e-4f1c4af0b4f8""}\n2025-08-01 10:01:04.882 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][25ff59f1-e41d-45bc-8ff2-40b245e15c76] received connection request\n2025-08-01 10:01:04.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:01:04.882 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:01:04.922 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25ff59f1-e41d-45bc-8ff2-40b245e15c76] socks forwarding established\n2025-08-01 10:01:04.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25ff59f1-e41d-45bc-8ff2-40b245e15c76] socks connection closed\n2025-08-01 10:01:04.968 [info] [command][b2b41491-4de0-4060-a62e-4f1c4af0b4f8] Process exited with code 0\n2025-08-01 10:01:04.968 [info] [command][b2b41491-4de0-4060-a62e-4f1c4af0b4f8] Socket close event received\n2025-08-01 10:01:05.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60938 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:02:04.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:02:04.968 [info] [command][00c5f2fc-ab57-4604-adcc-183cfbffe35a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""00c5f2fc-ab57-4604-adcc-183cfbffe35a""}\n2025-08-01 10:02:04.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][02746321-822c-466d-ae51-d14f816f4c10] received connection request\n2025-08-01 10:02:04.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:02:05.009 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][02746321-822c-466d-ae51-d14f816f4c10] socks forwarding established\n2025-08-01 10:02:05.053 [info] [command][00c5f2fc-ab57-4604-adcc-183cfbffe35a] Process exited with code 0\n2025-08-01 10:02:05.054 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][02746321-822c-466d-ae51-d14f816f4c10] socks connection closed\n2025-08-01 10:02:05.054 [info] [command][00c5f2fc-ab57-4604-adcc-183cfbffe35a] Socket close event received\n2025-08-01 10:02:05.093 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60956 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:03:05.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:03:05.057 [info] [command][fdbff027-cf98-4310-825e-111bc4de007c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fdbff027-cf98-4310-825e-111bc4de007c""}\n2025-08-01 10:03:05.058 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8fdc3cd8-1a51-4026-8b9b-0708a87f8062] received connection request\n2025-08-01 10:03:05.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:03:05.102 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fdc3cd8-1a51-4026-8b9b-0708a87f8062] socks forwarding established\n2025-08-01 10:03:05.148 [info] [command][fdbff027-cf98-4310-825e-111bc4de007c] Process exited with code 0\n2025-08-01 10:03:05.148 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fdc3cd8-1a51-4026-8b9b-0708a87f8062] socks connection closed\n2025-08-01 10:03:05.148 [info] [command][fdbff027-cf98-4310-825e-111bc4de007c] Socket close event received\n2025-08-01 10:03:05.188 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 60985 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:04:05.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:04:05.148 [info] [command][b35dc89a-1fa7-442b-bcfa-185e8f25daae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b35dc89a-1fa7-442b-bcfa-185e8f25daae""}\n2025-08-01 10:04:05.149 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4d7dda8b-cbf1-4785-8625-46b394337293] received connection request\n2025-08-01 10:04:05.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:04:05.149 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:04:05.191 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7dda8b-cbf1-4785-8625-46b394337293] socks forwarding established\n2025-08-01 10:04:05.235 [info] [command][b35dc89a-1fa7-442b-bcfa-185e8f25daae] Process exited with code 0\n2025-08-01 10:04:05.236 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7dda8b-cbf1-4785-8625-46b394337293] socks connection closed\n2025-08-01 10:04:05.236 [info] [command][b35dc89a-1fa7-442b-bcfa-185e8f25daae] Socket close event received\n2025-08-01 10:04:05.282 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61015 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:05:05.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:05:05.240 [info] [command][e53a63c0-0b0e-4c60-b573-ecfbeaca4190] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e53a63c0-0b0e-4c60-b573-ecfbeaca4190""}\n2025-08-01 10:05:05.240 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d1a3de0d-869d-4460-929d-e6cedf201717] received connection request\n2025-08-01 10:05:05.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:05:05.282 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d1a3de0d-869d-4460-929d-e6cedf201717] socks forwarding established\n2025-08-01 10:05:05.326 [info] [command][e53a63c0-0b0e-4c60-b573-ecfbeaca4190] Process exited with code 0\n2025-08-01 10:05:05.327 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d1a3de0d-869d-4460-929d-e6cedf201717] socks connection closed\n2025-08-01 10:05:05.327 [info] [command][e53a63c0-0b0e-4c60-b573-ecfbeaca4190] Socket close event received\n2025-08-01 10:05:05.368 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61058 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:06:05.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:06:05.328 [info] [command][ab7e1415-fc8b-4d79-b735-7c6ff4c02842] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ab7e1415-fc8b-4d79-b735-7c6ff4c02842""}\n2025-08-01 10:06:05.328 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ad4de53e-c71d-43dd-a939-c9e39024c769] received connection request\n2025-08-01 10:06:05.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:06:05.371 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ad4de53e-c71d-43dd-a939-c9e39024c769] socks forwarding established\n2025-08-01 10:06:05.415 [info] [command][ab7e1415-fc8b-4d79-b735-7c6ff4c02842] Process exited with code 0\n2025-08-01 10:06:05.416 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ad4de53e-c71d-43dd-a939-c9e39024c769] socks connection closed\n2025-08-01 10:06:05.416 [info] [command][ab7e1415-fc8b-4d79-b735-7c6ff4c02842] Socket close event received\n2025-08-01 10:06:05.454 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61098 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:07:05.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:07:05.419 [info] [command][04e810cb-b711-4200-9f16-4b9ea7d7e09e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""04e810cb-b711-4200-9f16-4b9ea7d7e09e""}\n2025-08-01 10:07:05.419 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f2d03079-9c3d-4538-88d6-6e6f7bd54201] received connection request\n2025-08-01 10:07:05.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:07:05.459 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f2d03079-9c3d-4538-88d6-6e6f7bd54201] socks forwarding established\n2025-08-01 10:07:05.503 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f2d03079-9c3d-4538-88d6-6e6f7bd54201] socks connection closed\n2025-08-01 10:07:05.503 [info] [command][04e810cb-b711-4200-9f16-4b9ea7d7e09e] Process exited with code 0\n2025-08-01 10:07:05.503 [info] [command][04e810cb-b711-4200-9f16-4b9ea7d7e09e] Socket close event received\n2025-08-01 10:07:05.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61120 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:08:05.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:08:05.503 [info] [command][1244c82b-1873-424e-b8d1-7df4c43cc0fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1244c82b-1873-424e-b8d1-7df4c43cc0fe""}\n2025-08-01 10:08:05.504 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][46f67987-9594-48b0-8a6c-eed33d23ab0d] received connection request\n2025-08-01 10:08:05.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:08:05.546 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46f67987-9594-48b0-8a6c-eed33d23ab0d] socks forwarding established\n2025-08-01 10:08:05.591 [info] [command][1244c82b-1873-424e-b8d1-7df4c43cc0fe] Process exited with code 0\n2025-08-01 10:08:05.592 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46f67987-9594-48b0-8a6c-eed33d23ab0d] socks connection closed\n2025-08-01 10:08:05.592 [info] [command][1244c82b-1873-424e-b8d1-7df4c43cc0fe] Socket close event received\n2025-08-01 10:08:05.634 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61134 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:09:05.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:09:05.596 [info] [command][4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7""}\n2025-08-01 10:09:05.597 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][26ef1a14-1988-4c51-95c2-ed8e91e5ef02] received connection request\n2025-08-01 10:09:05.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:09:05.640 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26ef1a14-1988-4c51-95c2-ed8e91e5ef02] socks forwarding established\n2025-08-01 10:09:05.686 [info] [command][4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7] Process exited with code 0\n2025-08-01 10:09:05.687 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26ef1a14-1988-4c51-95c2-ed8e91e5ef02] socks connection closed\n2025-08-01 10:09:05.687 [info] [command][4cc1ca22-5d58-48ce-8b2f-8c3be6b01ae7] Socket close event received\n2025-08-01 10:09:05.727 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61166 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:10:05.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:10:05.691 [info] [command][8277407f-c8f6-4f82-82df-7454bc7e2f86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8277407f-c8f6-4f82-82df-7454bc7e2f86""}\n2025-08-01 10:10:05.691 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5aef3c1a-5266-418c-9403-1c2c317e52bf] received connection request\n2025-08-01 10:10:05.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:10:05.734 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5aef3c1a-5266-418c-9403-1c2c317e52bf] socks forwarding established\n2025-08-01 10:10:05.779 [info] [command][8277407f-c8f6-4f82-82df-7454bc7e2f86] Process exited with code 0\n2025-08-01 10:10:05.779 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5aef3c1a-5266-418c-9403-1c2c317e52bf] socks connection closed\n2025-08-01 10:10:05.780 [info] [command][8277407f-c8f6-4f82-82df-7454bc7e2f86] Socket close event received\n2025-08-01 10:10:05.822 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61192 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:11:05.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:11:05.784 [info] [command][5d12de0b-d443-4bb5-9152-a40485a78a0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5d12de0b-d443-4bb5-9152-a40485a78a0d""}\n2025-08-01 10:11:05.785 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][82fcd177-f698-4684-8904-d4f502545069] received connection request\n2025-08-01 10:11:05.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:11:05.827 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][82fcd177-f698-4684-8904-d4f502545069] socks forwarding established\n2025-08-01 10:11:05.874 [info] [command][5d12de0b-d443-4bb5-9152-a40485a78a0d] Process exited with code 0\n2025-08-01 10:11:05.874 [info] [command][5d12de0b-d443-4bb5-9152-a40485a78a0d] Socket close event received\n2025-08-01 10:11:05.874 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][82fcd177-f698-4684-8904-d4f502545069] socks connection closed\n2025-08-01 10:11:05.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61209 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:12:05.877 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:12:05.882 [info] [command][a2d71a49-2c83-43bb-a437-57c789085e17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a2d71a49-2c83-43bb-a437-57c789085e17""}\n2025-08-01 10:12:05.882 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2b4d8a9a-f2b4-47e1-9258-92aead53cf3c] received connection request\n2025-08-01 10:12:05.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:12:05.924 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2b4d8a9a-f2b4-47e1-9258-92aead53cf3c] socks forwarding established\n2025-08-01 10:12:05.967 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2b4d8a9a-f2b4-47e1-9258-92aead53cf3c] socks connection closed\n2025-08-01 10:12:05.967 [info] [command][a2d71a49-2c83-43bb-a437-57c789085e17] Process exited with code 0\n2025-08-01 10:12:05.968 [info] [command][a2d71a49-2c83-43bb-a437-57c789085e17] Socket close event received\n2025-08-01 10:12:06.008 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61252 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:13:05.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:13:05.972 [info] [command][fd5e5f7d-6caa-446e-a340-b8399f12804d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fd5e5f7d-6caa-446e-a340-b8399f12804d""}\n2025-08-01 10:13:05.974 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1eb405d3-bd89-44c5-adc2-9c9b827e0cb9] received connection request\n2025-08-01 10:13:05.974 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:13:06.022 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1eb405d3-bd89-44c5-adc2-9c9b827e0cb9] socks forwarding established\n2025-08-01 10:13:06.068 [info] [command][fd5e5f7d-6caa-446e-a340-b8399f12804d] Process exited with code 0\n2025-08-01 10:13:06.068 [info] [command][fd5e5f7d-6caa-446e-a340-b8399f12804d] Socket close event received\n2025-08-01 10:13:06.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1eb405d3-bd89-44c5-adc2-9c9b827e0cb9] socks connection closed\n2025-08-01 10:13:06.108 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61304 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:14:06.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:14:06.069 [info] [command][6acceb09-5bad-407e-bd86-a63d5779ef37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6acceb09-5bad-407e-bd86-a63d5779ef37""}\n2025-08-01 10:14:06.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][398eab7b-cbf3-425e-a624-23b9549f6a62] received connection request\n2025-08-01 10:14:06.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:14:06.109 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][398eab7b-cbf3-425e-a624-23b9549f6a62] socks forwarding established\n2025-08-01 10:14:06.153 [info] [command][6acceb09-5bad-407e-bd86-a63d5779ef37] Process exited with code 0\n2025-08-01 10:14:06.154 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][398eab7b-cbf3-425e-a624-23b9549f6a62] socks connection closed\n2025-08-01 10:14:06.154 [info] [command][6acceb09-5bad-407e-bd86-a63d5779ef37] Socket close event received\n2025-08-01 10:14:06.196 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61331 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:15:06.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:15:06.159 [info] [command][b02094ed-10c5-408e-bebb-898f0ff114fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b02094ed-10c5-408e-bebb-898f0ff114fa""}\n2025-08-01 10:15:06.160 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][64c2067e-b391-4afe-9c42-6a1072a36b71] received connection request\n2025-08-01 10:15:06.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:15:06.209 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64c2067e-b391-4afe-9c42-6a1072a36b71] socks forwarding established\n2025-08-01 10:15:06.254 [info] [command][b02094ed-10c5-408e-bebb-898f0ff114fa] Process exited with code 0\n2025-08-01 10:15:06.254 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64c2067e-b391-4afe-9c42-6a1072a36b71] socks connection closed\n2025-08-01 10:15:06.254 [info] [command][b02094ed-10c5-408e-bebb-898f0ff114fa] Socket close event received\n2025-08-01 10:15:06.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61366 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:16:06.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:16:06.254 [info] [command][64fade0a-198b-4dfc-a36d-f6ce129ae5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""64fade0a-198b-4dfc-a36d-f6ce129ae5c8""}\n2025-08-01 10:16:06.255 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8cc4b80c-61c5-4bd9-8b64-3a22d155f13b] received connection request\n2025-08-01 10:16:06.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:16:06.297 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8cc4b80c-61c5-4bd9-8b64-3a22d155f13b] socks forwarding established\n2025-08-01 10:16:06.340 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8cc4b80c-61c5-4bd9-8b64-3a22d155f13b] socks connection closed\n2025-08-01 10:16:06.340 [info] [command][64fade0a-198b-4dfc-a36d-f6ce129ae5c8] Process exited with code 0\n2025-08-01 10:16:06.340 [info] [command][64fade0a-198b-4dfc-a36d-f6ce129ae5c8] Socket close event received\n2025-08-01 10:16:06.380 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61404 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:17:06.343 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:17:06.346 [info] [command][e5cfa6da-d2c9-49f2-b156-ab173dc8c307] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e5cfa6da-d2c9-49f2-b156-ab173dc8c307""}\n2025-08-01 10:17:06.346 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d01f1697-659e-4d1d-9272-0d23c8b1d204] received connection request\n2025-08-01 10:17:06.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:17:06.388 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d01f1697-659e-4d1d-9272-0d23c8b1d204] socks forwarding established\n2025-08-01 10:17:06.432 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d01f1697-659e-4d1d-9272-0d23c8b1d204] socks connection closed\n2025-08-01 10:17:06.433 [info] [command][e5cfa6da-d2c9-49f2-b156-ab173dc8c307] Process exited with code 0\n2025-08-01 10:17:06.433 [info] [command][e5cfa6da-d2c9-49f2-b156-ab173dc8c307] Socket close event received\n2025-08-01 10:17:06.473 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61458 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:18:06.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:18:06.438 [info] [command][b58364a1-baa3-4c25-813f-6e91b6d31239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b58364a1-baa3-4c25-813f-6e91b6d31239""}\n2025-08-01 10:18:06.439 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8c4f56a9-5aab-44a4-9a5e-dc191e16566c] received connection request\n2025-08-01 10:18:06.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:18:06.487 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c4f56a9-5aab-44a4-9a5e-dc191e16566c] socks forwarding established\n2025-08-01 10:18:06.534 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c4f56a9-5aab-44a4-9a5e-dc191e16566c] socks connection closed\n2025-08-01 10:18:06.534 [info] [command][b58364a1-baa3-4c25-813f-6e91b6d31239] Process exited with code 0\n2025-08-01 10:18:06.534 [info] [command][b58364a1-baa3-4c25-813f-6e91b6d31239] Socket close event received\n2025-08-01 10:18:06.574 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61502 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:19:06.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:19:06.536 [info] [command][aa363168-d83b-4aea-b9c3-b6cd3eb5c14d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aa363168-d83b-4aea-b9c3-b6cd3eb5c14d""}\n2025-08-01 10:19:06.536 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f80222b5-ea9a-452d-930f-7a02c49f463b] received connection request\n2025-08-01 10:19:06.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:19:06.579 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f80222b5-ea9a-452d-930f-7a02c49f463b] socks forwarding established\n2025-08-01 10:19:06.622 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f80222b5-ea9a-452d-930f-7a02c49f463b] socks connection closed\n2025-08-01 10:19:06.622 [info] [command][aa363168-d83b-4aea-b9c3-b6cd3eb5c14d] Process exited with code 0\n2025-08-01 10:19:06.622 [info] [command][aa363168-d83b-4aea-b9c3-b6cd3eb5c14d] Socket close event received\n2025-08-01 10:19:06.662 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61570 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:20:06.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:20:06.626 [info] [command][92f71374-2562-465b-bd57-523cdf05d30a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""92f71374-2562-465b-bd57-523cdf05d30a""}\n2025-08-01 10:20:06.626 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][098aec7a-54fa-4d0d-8260-8d73a4f7c014] received connection request\n2025-08-01 10:20:06.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:20:06.627 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:20:06.669 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][098aec7a-54fa-4d0d-8260-8d73a4f7c014] socks forwarding established\n2025-08-01 10:20:06.721 [info] [command][92f71374-2562-465b-bd57-523cdf05d30a] Process exited with code 0\n2025-08-01 10:20:06.722 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][098aec7a-54fa-4d0d-8260-8d73a4f7c014] socks connection closed\n2025-08-01 10:20:06.722 [info] [command][92f71374-2562-465b-bd57-523cdf05d30a] Socket close event received\n2025-08-01 10:20:06.761 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61646 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:21:06.724 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:21:06.727 [info] [command][737e6eab-7ac5-4483-82fe-c33c28a38b72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""737e6eab-7ac5-4483-82fe-c33c28a38b72""}\n2025-08-01 10:21:06.728 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a9461272-8fe4-4525-ad13-c5c519a1ed5e] received connection request\n2025-08-01 10:21:06.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:21:06.790 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9461272-8fe4-4525-ad13-c5c519a1ed5e] socks forwarding established\n2025-08-01 10:21:06.837 [info] [command][737e6eab-7ac5-4483-82fe-c33c28a38b72] Process exited with code 0\n2025-08-01 10:21:06.837 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9461272-8fe4-4525-ad13-c5c519a1ed5e] socks connection closed\n2025-08-01 10:21:06.837 [info] [command][737e6eab-7ac5-4483-82fe-c33c28a38b72] Socket close event received\n2025-08-01 10:21:06.878 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61663 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:22:06.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:22:06.840 [info] [command][8c925216-4423-4e96-b7b5-f6e86ed00cea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c925216-4423-4e96-b7b5-f6e86ed00cea""}\n2025-08-01 10:22:06.840 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6c80922b-7e57-40c8-a22f-4b7ccdcae989] received connection request\n2025-08-01 10:22:06.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:22:06.880 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6c80922b-7e57-40c8-a22f-4b7ccdcae989] socks forwarding established\n2025-08-01 10:22:06.924 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6c80922b-7e57-40c8-a22f-4b7ccdcae989] socks connection closed\n2025-08-01 10:22:06.924 [info] [command][8c925216-4423-4e96-b7b5-f6e86ed00cea] Process exited with code 0\n2025-08-01 10:22:06.924 [info] [command][8c925216-4423-4e96-b7b5-f6e86ed00cea] Socket close event received\n2025-08-01 10:22:06.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61685 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:23:06.926 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:23:06.928 [info] [command][7ee2d38d-84b0-4190-9fa5-8467e94e3594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7ee2d38d-84b0-4190-9fa5-8467e94e3594""}\n2025-08-01 10:23:06.928 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4f7c55c2-6699-4b1a-8e3f-fa04f67c44d2] received connection request\n2025-08-01 10:23:06.929 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:23:06.929 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:23:06.976 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4f7c55c2-6699-4b1a-8e3f-fa04f67c44d2] socks forwarding established\n2025-08-01 10:23:07.022 [info] [command][7ee2d38d-84b0-4190-9fa5-8467e94e3594] Process exited with code 0\n2025-08-01 10:23:07.023 [info] [command][7ee2d38d-84b0-4190-9fa5-8467e94e3594] Socket close event received\n2025-08-01 10:23:07.024 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4f7c55c2-6699-4b1a-8e3f-fa04f67c44d2] socks connection closed\n2025-08-01 10:23:07.064 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61705 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:24:07.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:24:07.026 [info] [command][beddfd63-ea7e-4335-9c17-8f444773cce7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""beddfd63-ea7e-4335-9c17-8f444773cce7""}\n2025-08-01 10:24:07.027 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d7ea5d99-a4a9-46d4-8399-b1c6c15c991f] received connection request\n2025-08-01 10:24:07.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:24:07.073 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7ea5d99-a4a9-46d4-8399-b1c6c15c991f] socks forwarding established\n2025-08-01 10:24:07.115 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7ea5d99-a4a9-46d4-8399-b1c6c15c991f] socks connection closed\n2025-08-01 10:24:07.116 [info] [command][beddfd63-ea7e-4335-9c17-8f444773cce7] Process exited with code 0\n2025-08-01 10:24:07.116 [info] [command][beddfd63-ea7e-4335-9c17-8f444773cce7] Socket close event received\n2025-08-01 10:24:07.156 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61739 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:25:07.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:25:07.116 [info] [command][138e8fac-ec25-4294-bfa0-5182694c788f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""138e8fac-ec25-4294-bfa0-5182694c788f""}\n2025-08-01 10:25:07.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a14647d7-41de-4ab3-b017-4f041efed4ba] received connection request\n2025-08-01 10:25:07.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:25:07.161 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a14647d7-41de-4ab3-b017-4f041efed4ba] socks forwarding established\n2025-08-01 10:25:07.208 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a14647d7-41de-4ab3-b017-4f041efed4ba] socks connection closed\n2025-08-01 10:25:07.208 [info] [command][138e8fac-ec25-4294-bfa0-5182694c788f] Process exited with code 0\n2025-08-01 10:25:07.208 [info] [command][138e8fac-ec25-4294-bfa0-5182694c788f] Socket close event received\n2025-08-01 10:25:07.311 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61773 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:26:07.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:26:07.213 [info] [command][c0f86909-e282-4b98-80af-8915e17239d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c0f86909-e282-4b98-80af-8915e17239d8""}\n2025-08-01 10:26:07.214 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][53d52d14-788d-48bc-bef5-6bb61802c8d4] received connection request\n2025-08-01 10:26:07.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:26:07.255 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d52d14-788d-48bc-bef5-6bb61802c8d4] socks forwarding established\n2025-08-01 10:26:07.300 [info] [command][c0f86909-e282-4b98-80af-8915e17239d8] Process exited with code 0\n2025-08-01 10:26:07.301 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d52d14-788d-48bc-bef5-6bb61802c8d4] socks connection closed\n2025-08-01 10:26:07.301 [info] [command][c0f86909-e282-4b98-80af-8915e17239d8] Socket close event received\n2025-08-01 10:26:07.342 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61802 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:27:07.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:27:07.301 [info] [command][61f0b56b-1790-4b88-923b-a461ec56d64b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""61f0b56b-1790-4b88-923b-a461ec56d64b""}\n2025-08-01 10:27:07.302 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0f0d381f-a609-4678-a542-b42faea281ca] received connection request\n2025-08-01 10:27:07.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:27:07.344 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0f0d381f-a609-4678-a542-b42faea281ca] socks forwarding established\n2025-08-01 10:27:07.391 [info] [command][61f0b56b-1790-4b88-923b-a461ec56d64b] Process exited with code 0\n2025-08-01 10:27:07.392 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0f0d381f-a609-4678-a542-b42faea281ca] socks connection closed\n2025-08-01 10:27:07.392 [info] [command][61f0b56b-1790-4b88-923b-a461ec56d64b] Socket close event received\n2025-08-01 10:27:07.431 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61816 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:28:07.392 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:28:07.393 [info] [command][06794ecb-80fa-40dd-9c3f-0d3765b15e38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""06794ecb-80fa-40dd-9c3f-0d3765b15e38""}\n2025-08-01 10:28:07.393 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b2edf923-d28f-411d-8de2-7066db556c86] received connection request\n2025-08-01 10:28:07.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:28:07.434 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b2edf923-d28f-411d-8de2-7066db556c86] socks forwarding established\n2025-08-01 10:28:07.480 [info] [command][06794ecb-80fa-40dd-9c3f-0d3765b15e38] Process exited with code 0\n2025-08-01 10:28:07.481 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b2edf923-d28f-411d-8de2-7066db556c86] socks connection closed\n2025-08-01 10:28:07.481 [info] [command][06794ecb-80fa-40dd-9c3f-0d3765b15e38] Socket close event received\n2025-08-01 10:28:07.519 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61833 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:29:07.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:29:07.480 [info] [command][b0995249-9098-4483-90cc-cdfd506c4ad8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b0995249-9098-4483-90cc-cdfd506c4ad8""}\n2025-08-01 10:29:07.480 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f1e3aad5-f75c-4567-86b1-0766f02780a5] received connection request\n2025-08-01 10:29:07.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:29:07.519 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1e3aad5-f75c-4567-86b1-0766f02780a5] socks forwarding established\n2025-08-01 10:29:07.564 [info] [command][b0995249-9098-4483-90cc-cdfd506c4ad8] Process exited with code 0\n2025-08-01 10:29:07.565 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1e3aad5-f75c-4567-86b1-0766f02780a5] socks connection closed\n2025-08-01 10:29:07.565 [info] [command][b0995249-9098-4483-90cc-cdfd506c4ad8] Socket close event received\n2025-08-01 10:29:07.605 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61864 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:30:07.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:30:07.567 [info] [command][54ead947-0d00-4c6e-bd0a-1073eb0e169a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""54ead947-0d00-4c6e-bd0a-1073eb0e169a""}\n2025-08-01 10:30:07.568 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d3d454e2-8977-4555-87a2-bb7ec7dccf3d] received connection request\n2025-08-01 10:30:07.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:30:07.609 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3d454e2-8977-4555-87a2-bb7ec7dccf3d] socks forwarding established\n2025-08-01 10:30:07.652 [info] [command][54ead947-0d00-4c6e-bd0a-1073eb0e169a] Process exited with code 0\n2025-08-01 10:30:07.653 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3d454e2-8977-4555-87a2-bb7ec7dccf3d] socks connection closed\n2025-08-01 10:30:07.653 [info] [command][54ead947-0d00-4c6e-bd0a-1073eb0e169a] Socket close event received\n2025-08-01 10:30:07.694 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61891 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:31:07.650 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:31:07.652 [info] [command][388f37e6-47a3-4a22-82c5-a9405c1e5904] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""388f37e6-47a3-4a22-82c5-a9405c1e5904""}\n2025-08-01 10:31:07.652 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][548e0e5b-6090-4e3a-9aab-8a0e948afc08] received connection request\n2025-08-01 10:31:07.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:31:07.652 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:31:07.691 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][548e0e5b-6090-4e3a-9aab-8a0e948afc08] socks forwarding established\n2025-08-01 10:31:07.733 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][548e0e5b-6090-4e3a-9aab-8a0e948afc08] socks connection closed\n2025-08-01 10:31:07.733 [info] [command][388f37e6-47a3-4a22-82c5-a9405c1e5904] Process exited with code 0\n2025-08-01 10:31:07.733 [info] [command][388f37e6-47a3-4a22-82c5-a9405c1e5904] Socket close event received\n2025-08-01 10:31:07.773 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61911 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:32:07.733 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:32:07.735 [info] [command][62fec2d6-5637-4234-ab8d-cfb363b05469] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""62fec2d6-5637-4234-ab8d-cfb363b05469""}\n2025-08-01 10:32:07.736 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d2396622-97ec-431c-b41c-967e9a663b47] received connection request\n2025-08-01 10:32:07.737 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:32:07.778 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2396622-97ec-431c-b41c-967e9a663b47] socks forwarding established\n2025-08-01 10:32:07.825 [info] [command][62fec2d6-5637-4234-ab8d-cfb363b05469] Process exited with code 0\n2025-08-01 10:32:07.826 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2396622-97ec-431c-b41c-967e9a663b47] socks connection closed\n2025-08-01 10:32:07.826 [info] [command][62fec2d6-5637-4234-ab8d-cfb363b05469] Socket close event received\n2025-08-01 10:32:07.867 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61943 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:33:07.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:33:07.834 [info] [command][8f0d3cf6-ab92-453a-be41-67525b80b20b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8f0d3cf6-ab92-453a-be41-67525b80b20b""}\n2025-08-01 10:33:07.835 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b37aadbc-561e-4183-a622-4010127ffa29] received connection request\n2025-08-01 10:33:07.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:33:07.879 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b37aadbc-561e-4183-a622-4010127ffa29] socks forwarding established\n2025-08-01 10:33:07.924 [info] [command][8f0d3cf6-ab92-453a-be41-67525b80b20b] Process exited with code 0\n2025-08-01 10:33:07.925 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b37aadbc-561e-4183-a622-4010127ffa29] socks connection closed\n2025-08-01 10:33:07.925 [info] [command][8f0d3cf6-ab92-453a-be41-67525b80b20b] Socket close event received\n2025-08-01 10:33:07.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61965 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:34:07.926 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:34:07.929 [info] [command][ca4a2651-f8f5-4142-9173-09ac853e6263] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ca4a2651-f8f5-4142-9173-09ac853e6263""}\n2025-08-01 10:34:07.930 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2ae3634f-75b4-495a-99ab-2c414ecbb828] received connection request\n2025-08-01 10:34:07.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:34:07.974 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ae3634f-75b4-495a-99ab-2c414ecbb828] socks forwarding established\n2025-08-01 10:34:08.020 [info] [command][ca4a2651-f8f5-4142-9173-09ac853e6263] Process exited with code 0\n2025-08-01 10:34:08.020 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ae3634f-75b4-495a-99ab-2c414ecbb828] socks connection closed\n2025-08-01 10:34:08.021 [info] [command][ca4a2651-f8f5-4142-9173-09ac853e6263] Socket close event received\n2025-08-01 10:34:08.062 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 61994 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:35:08.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:35:08.024 [info] [command][a51a6440-b79b-4a92-9dc3-bc71ed71473d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a51a6440-b79b-4a92-9dc3-bc71ed71473d""}\n2025-08-01 10:35:08.025 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6d46dc4b-2852-48fe-ad30-44a7f7817a15] received connection request\n2025-08-01 10:35:08.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:35:08.068 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d46dc4b-2852-48fe-ad30-44a7f7817a15] socks forwarding established\n2025-08-01 10:35:08.114 [info] [command][a51a6440-b79b-4a92-9dc3-bc71ed71473d] Process exited with code 0\n2025-08-01 10:35:08.115 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d46dc4b-2852-48fe-ad30-44a7f7817a15] socks connection closed\n2025-08-01 10:35:08.116 [info] [command][a51a6440-b79b-4a92-9dc3-bc71ed71473d] Socket close event received\n2025-08-01 10:35:08.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62028 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:36:08.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:36:08.119 [info] [command][e7473427-8c7d-42f1-98b0-c9254a3ed865] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e7473427-8c7d-42f1-98b0-c9254a3ed865""}\n2025-08-01 10:36:08.120 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d7bbd710-0304-4f1b-861b-f60c393f67c4] received connection request\n2025-08-01 10:36:08.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:36:08.121 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:36:08.164 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7bbd710-0304-4f1b-861b-f60c393f67c4] socks forwarding established\n2025-08-01 10:36:08.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d7bbd710-0304-4f1b-861b-f60c393f67c4] socks connection closed\n2025-08-01 10:36:08.220 [info] [command][e7473427-8c7d-42f1-98b0-c9254a3ed865] Process exited with code 0\n2025-08-01 10:36:08.220 [info] [command][e7473427-8c7d-42f1-98b0-c9254a3ed865] Socket close event received\n2025-08-01 10:36:08.260 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62055 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:37:08.222 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:37:08.223 [info] [command][aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a""}\n2025-08-01 10:37:08.224 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ed3c0c47-1bf2-4d7a-98e0-aab067057784] received connection request\n2025-08-01 10:37:08.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:37:08.271 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ed3c0c47-1bf2-4d7a-98e0-aab067057784] socks forwarding established\n2025-08-01 10:37:08.315 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ed3c0c47-1bf2-4d7a-98e0-aab067057784] socks connection closed\n2025-08-01 10:37:08.315 [info] [command][aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a] Process exited with code 0\n2025-08-01 10:37:08.316 [info] [command][aa42728c-d181-4cc2-8a5d-1a0ffe08cb6a] Socket close event received\n2025-08-01 10:37:08.354 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62118 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:38:08.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:38:08.322 [info] [command][f3492807-719c-432e-ba9a-3717a704e46f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f3492807-719c-432e-ba9a-3717a704e46f""}\n2025-08-01 10:38:08.323 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][354f9fca-732d-4356-8f9f-f8d2b79bbe7d] received connection request\n2025-08-01 10:38:08.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:38:08.363 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][354f9fca-732d-4356-8f9f-f8d2b79bbe7d] socks forwarding established\n2025-08-01 10:38:08.407 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][354f9fca-732d-4356-8f9f-f8d2b79bbe7d] socks connection closed\n2025-08-01 10:38:08.407 [info] [command][f3492807-719c-432e-ba9a-3717a704e46f] Process exited with code 0\n2025-08-01 10:38:08.407 [info] [command][f3492807-719c-432e-ba9a-3717a704e46f] Socket close event received\n2025-08-01 10:38:08.447 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62179 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:39:08.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:39:08.406 [info] [command][b521924a-7fc2-4c3f-8aa3-a27ee537e129] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b521924a-7fc2-4c3f-8aa3-a27ee537e129""}\n2025-08-01 10:39:08.406 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c9205265-b22d-4c5e-b33b-47e30f00ce60] received connection request\n2025-08-01 10:39:08.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:39:08.446 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9205265-b22d-4c5e-b33b-47e30f00ce60] socks forwarding established\n2025-08-01 10:39:08.494 [info] [command][b521924a-7fc2-4c3f-8aa3-a27ee537e129] Process exited with code 0\n2025-08-01 10:39:08.494 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9205265-b22d-4c5e-b33b-47e30f00ce60] socks connection closed\n2025-08-01 10:39:08.494 [info] [command][b521924a-7fc2-4c3f-8aa3-a27ee537e129] Socket close event received\n2025-08-01 10:39:08.534 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62248 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:40:08.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:40:08.499 [info] [command][3b8c5166-64b4-48cd-94a7-6319e2a9dc40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3b8c5166-64b4-48cd-94a7-6319e2a9dc40""}\n2025-08-01 10:40:08.500 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e96a0508-8097-44b2-9e98-83c3b5e68631] received connection request\n2025-08-01 10:40:08.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:40:08.500 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:40:08.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e96a0508-8097-44b2-9e98-83c3b5e68631] socks forwarding established\n2025-08-01 10:40:08.583 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e96a0508-8097-44b2-9e98-83c3b5e68631] socks connection closed\n2025-08-01 10:40:08.583 [info] [command][3b8c5166-64b4-48cd-94a7-6319e2a9dc40] Process exited with code 0\n2025-08-01 10:40:08.583 [info] [command][3b8c5166-64b4-48cd-94a7-6319e2a9dc40] Socket close event received\n2025-08-01 10:40:08.622 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62324 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:41:08.584 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:41:08.586 [info] [command][4ad3d995-0232-4b20-b0cc-2a177ac0649a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ad3d995-0232-4b20-b0cc-2a177ac0649a""}\n2025-08-01 10:41:08.586 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][26d5758e-cfb0-4aed-a2f0-54dacd601ef3] received connection request\n2025-08-01 10:41:08.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:41:08.627 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26d5758e-cfb0-4aed-a2f0-54dacd601ef3] socks forwarding established\n2025-08-01 10:41:08.670 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][26d5758e-cfb0-4aed-a2f0-54dacd601ef3] socks connection closed\n2025-08-01 10:41:08.670 [info] [command][4ad3d995-0232-4b20-b0cc-2a177ac0649a] Process exited with code 0\n2025-08-01 10:41:08.671 [info] [command][4ad3d995-0232-4b20-b0cc-2a177ac0649a] Socket close event received\n2025-08-01 10:41:08.710 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62386 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:42:08.673 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:42:08.674 [info] [command][4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd""}\n2025-08-01 10:42:08.674 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1a3f29f8-bf1a-4bf2-a0bd-fc17c695f1ac] received connection request\n2025-08-01 10:42:08.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:42:08.714 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a3f29f8-bf1a-4bf2-a0bd-fc17c695f1ac] socks forwarding established\n2025-08-01 10:42:08.757 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a3f29f8-bf1a-4bf2-a0bd-fc17c695f1ac] socks connection closed\n2025-08-01 10:42:08.757 [info] [command][4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd] Process exited with code 0\n2025-08-01 10:42:08.757 [info] [command][4d606f6c-3cbb-48c9-bd93-0e5f0f0c86dd] Socket close event received\n2025-08-01 10:42:08.797 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62416 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:43:08.758 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:43:08.760 [info] [command][7e2371a0-9b66-4074-8cc4-6fd6f7924201] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7e2371a0-9b66-4074-8cc4-6fd6f7924201""}\n2025-08-01 10:43:08.761 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8e0b9b9c-02bc-4623-853d-11d47696273f] received connection request\n2025-08-01 10:43:08.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:43:08.802 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8e0b9b9c-02bc-4623-853d-11d47696273f] socks forwarding established\n2025-08-01 10:43:08.849 [info] [command][7e2371a0-9b66-4074-8cc4-6fd6f7924201] Process exited with code 0\n2025-08-01 10:43:08.849 [info] [command][7e2371a0-9b66-4074-8cc4-6fd6f7924201] Socket close event received\n2025-08-01 10:43:08.850 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8e0b9b9c-02bc-4623-853d-11d47696273f] socks connection closed\n2025-08-01 10:43:08.889 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62438 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:44:08.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:44:08.851 [info] [command][43d221b4-c02c-4f87-b5a9-314e88bde5ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""43d221b4-c02c-4f87-b5a9-314e88bde5ab""}\n2025-08-01 10:44:08.851 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][af3eee97-bd20-4ead-8400-09e2eaf068db] received connection request\n2025-08-01 10:44:08.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:44:08.894 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af3eee97-bd20-4ead-8400-09e2eaf068db] socks forwarding established\n2025-08-01 10:44:08.948 [info] [command][43d221b4-c02c-4f87-b5a9-314e88bde5ab] Process exited with code 0\n2025-08-01 10:44:08.948 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af3eee97-bd20-4ead-8400-09e2eaf068db] socks connection closed\n2025-08-01 10:44:08.948 [info] [command][43d221b4-c02c-4f87-b5a9-314e88bde5ab] Socket close event received\n2025-08-01 10:44:08.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62481 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:45:08.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:45:08.950 [info] [command][db7d068b-56f4-4f09-8475-bc8a980236d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""db7d068b-56f4-4f09-8475-bc8a980236d1""}\n2025-08-01 10:45:08.951 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1a849d41-eaff-41e2-bdd1-932811ece072] received connection request\n2025-08-01 10:45:08.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:45:08.993 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a849d41-eaff-41e2-bdd1-932811ece072] socks forwarding established\n2025-08-01 10:45:09.042 [info] [command][db7d068b-56f4-4f09-8475-bc8a980236d1] Process exited with code 0\n2025-08-01 10:45:09.043 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1a849d41-eaff-41e2-bdd1-932811ece072] socks connection closed\n2025-08-01 10:45:09.043 [info] [command][db7d068b-56f4-4f09-8475-bc8a980236d1] Socket close event received\n2025-08-01 10:45:09.086 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62539 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:46:09.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:46:09.047 [info] [command][e3fb036a-007a-4473-83d6-0573ad503799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e3fb036a-007a-4473-83d6-0573ad503799""}\n2025-08-01 10:46:09.048 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9822d9a7-9099-4a13-93fe-934f55e60c03] received connection request\n2025-08-01 10:46:09.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:46:09.089 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9822d9a7-9099-4a13-93fe-934f55e60c03] socks forwarding established\n2025-08-01 10:46:09.135 [info] [command][e3fb036a-007a-4473-83d6-0573ad503799] Process exited with code 0\n2025-08-01 10:46:09.136 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9822d9a7-9099-4a13-93fe-934f55e60c03] socks connection closed\n2025-08-01 10:46:09.136 [info] [command][e3fb036a-007a-4473-83d6-0573ad503799] Socket close event received\n2025-08-01 10:46:09.178 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62559 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:47:09.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:47:09.141 [info] [command][d196a923-ae15-486a-8f62-6fc2002bf539] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d196a923-ae15-486a-8f62-6fc2002bf539""}\n2025-08-01 10:47:09.143 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7ac3811f-6a86-47b8-a475-060222ad7a9b] received connection request\n2025-08-01 10:47:09.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:47:09.144 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:47:09.188 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ac3811f-6a86-47b8-a475-060222ad7a9b] socks forwarding established\n2025-08-01 10:47:09.233 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ac3811f-6a86-47b8-a475-060222ad7a9b] socks connection closed\n2025-08-01 10:47:09.233 [info] [command][d196a923-ae15-486a-8f62-6fc2002bf539] Process exited with code 0\n2025-08-01 10:47:09.233 [info] [command][d196a923-ae15-486a-8f62-6fc2002bf539] Socket close event received\n2025-08-01 10:47:09.274 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62574 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:48:09.234 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:48:09.238 [info] [command][bd344b3c-59f6-41f6-b4db-fa372b22a1ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""bd344b3c-59f6-41f6-b4db-fa372b22a1ea""}\n2025-08-01 10:48:09.239 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7d7af769-3742-48ad-8f5c-518a81f367d1] received connection request\n2025-08-01 10:48:09.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:48:09.285 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d7af769-3742-48ad-8f5c-518a81f367d1] socks forwarding established\n2025-08-01 10:48:09.336 [info] [command][bd344b3c-59f6-41f6-b4db-fa372b22a1ea] Process exited with code 0\n2025-08-01 10:48:09.336 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d7af769-3742-48ad-8f5c-518a81f367d1] socks connection closed\n2025-08-01 10:48:09.337 [info] [command][bd344b3c-59f6-41f6-b4db-fa372b22a1ea] Socket close event received\n2025-08-01 10:48:09.380 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62606 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:49:09.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:49:09.340 [info] [command][a7965294-ec48-4d59-a51b-ce2875fadb1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a7965294-ec48-4d59-a51b-ce2875fadb1e""}\n2025-08-01 10:49:09.341 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5d7a1cc2-2e75-47c6-a10e-d368e70310a1] received connection request\n2025-08-01 10:49:09.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:49:09.384 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d7a1cc2-2e75-47c6-a10e-d368e70310a1] socks forwarding established\n2025-08-01 10:49:09.429 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d7a1cc2-2e75-47c6-a10e-d368e70310a1] socks connection closed\n2025-08-01 10:49:09.429 [info] [command][a7965294-ec48-4d59-a51b-ce2875fadb1e] Process exited with code 0\n2025-08-01 10:49:09.429 [info] [command][a7965294-ec48-4d59-a51b-ce2875fadb1e] Socket close event received\n2025-08-01 10:49:09.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62662 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:50:09.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:50:09.433 [info] [command][0d28a661-a399-4524-80b0-8c60e79c0dae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0d28a661-a399-4524-80b0-8c60e79c0dae""}\n2025-08-01 10:50:09.433 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][158ee97d-6fc5-40aa-8a95-0528c6bf8b77] received connection request\n2025-08-01 10:50:09.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:50:09.477 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][158ee97d-6fc5-40aa-8a95-0528c6bf8b77] socks forwarding established\n2025-08-01 10:50:09.520 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][158ee97d-6fc5-40aa-8a95-0528c6bf8b77] socks connection closed\n2025-08-01 10:50:09.521 [info] [command][0d28a661-a399-4524-80b0-8c60e79c0dae] Process exited with code 0\n2025-08-01 10:50:09.521 [info] [command][0d28a661-a399-4524-80b0-8c60e79c0dae] Socket close event received\n2025-08-01 10:50:09.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62701 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:51:09.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:51:09.520 [info] [command][fe22a66a-12ad-47a8-8797-bb578974e280] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fe22a66a-12ad-47a8-8797-bb578974e280""}\n2025-08-01 10:51:09.521 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f1a69874-938b-4c89-ab79-7c903ab026f9] received connection request\n2025-08-01 10:51:09.521 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:51:09.521 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:51:09.561 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1a69874-938b-4c89-ab79-7c903ab026f9] socks forwarding established\n2025-08-01 10:51:09.605 [info] [command][fe22a66a-12ad-47a8-8797-bb578974e280] Process exited with code 0\n2025-08-01 10:51:09.607 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f1a69874-938b-4c89-ab79-7c903ab026f9] socks connection closed\n2025-08-01 10:51:09.607 [info] [command][fe22a66a-12ad-47a8-8797-bb578974e280] Socket close event received\n2025-08-01 10:51:09.650 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62739 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:52:09.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:52:09.607 [info] [command][8d888e6b-beea-44fd-a79d-7035a09d6a17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8d888e6b-beea-44fd-a79d-7035a09d6a17""}\n2025-08-01 10:52:09.607 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][702edabf-6554-464f-b229-7cde0d3cfe76] received connection request\n2025-08-01 10:52:09.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:52:09.650 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][702edabf-6554-464f-b229-7cde0d3cfe76] socks forwarding established\n2025-08-01 10:52:09.694 [info] [command][8d888e6b-beea-44fd-a79d-7035a09d6a17] Process exited with code 0\n2025-08-01 10:52:09.694 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][702edabf-6554-464f-b229-7cde0d3cfe76] socks connection closed\n2025-08-01 10:52:09.694 [info] [command][8d888e6b-beea-44fd-a79d-7035a09d6a17] Socket close event received\n2025-08-01 10:52:09.734 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62761 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:53:09.696 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:53:09.698 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][122da213-a78a-41ed-b565-89b22d8d5c0c] received connection request\n2025-08-01 10:53:09.698 [info] [command][b7ff7324-393e-471d-8d22-d3c0046a335c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b7ff7324-393e-471d-8d22-d3c0046a335c""}\n2025-08-01 10:53:09.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:53:09.741 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][122da213-a78a-41ed-b565-89b22d8d5c0c] socks forwarding established\n2025-08-01 10:53:09.835 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][122da213-a78a-41ed-b565-89b22d8d5c0c] socks connection closed\n2025-08-01 10:53:09.836 [info] [command][b7ff7324-393e-471d-8d22-d3c0046a335c] Process exited with code 0\n2025-08-01 10:53:09.836 [info] [command][b7ff7324-393e-471d-8d22-d3c0046a335c] Socket close event received\n2025-08-01 10:53:09.875 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62775 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:54:09.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:54:09.840 [info] [command][acd3d394-6133-4ad4-86c7-b29c926886e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""acd3d394-6133-4ad4-86c7-b29c926886e7""}\n2025-08-01 10:54:09.840 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e395eede-a847-440a-ae83-da1528ec0197] received connection request\n2025-08-01 10:54:09.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:54:09.885 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e395eede-a847-440a-ae83-da1528ec0197] socks forwarding established\n2025-08-01 10:54:09.928 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e395eede-a847-440a-ae83-da1528ec0197] socks connection closed\n2025-08-01 10:54:09.931 [info] [command][acd3d394-6133-4ad4-86c7-b29c926886e7] Process exited with code 0\n2025-08-01 10:54:09.931 [info] [command][acd3d394-6133-4ad4-86c7-b29c926886e7] Socket close event received\n2025-08-01 10:54:09.973 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62812 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:55:09.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:55:09.932 [info] [command][489e4c77-5a99-4c91-b1b7-2c53a9659e5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""489e4c77-5a99-4c91-b1b7-2c53a9659e5b""}\n2025-08-01 10:55:09.932 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c0c71ee5-fd42-47e3-bb57-f8213b5eb8c2] received connection request\n2025-08-01 10:55:09.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:55:09.975 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c0c71ee5-fd42-47e3-bb57-f8213b5eb8c2] socks forwarding established\n2025-08-01 10:55:10.022 [info] [command][489e4c77-5a99-4c91-b1b7-2c53a9659e5b] Process exited with code 0\n2025-08-01 10:55:10.023 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c0c71ee5-fd42-47e3-bb57-f8213b5eb8c2] socks connection closed\n2025-08-01 10:55:10.023 [info] [command][489e4c77-5a99-4c91-b1b7-2c53a9659e5b] Socket close event received\n2025-08-01 10:55:10.063 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62857 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:56:10.024 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:56:10.026 [info] [command][6e03c20d-006c-4aae-bc4f-f5135c5a52e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6e03c20d-006c-4aae-bc4f-f5135c5a52e9""}\n2025-08-01 10:56:10.027 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2450e3ff-f6a8-46be-a4b4-f4063a790f66] received connection request\n2025-08-01 10:56:10.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:56:10.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2450e3ff-f6a8-46be-a4b4-f4063a790f66] socks forwarding established\n2025-08-01 10:56:10.114 [info] [command][6e03c20d-006c-4aae-bc4f-f5135c5a52e9] Process exited with code 0\n2025-08-01 10:56:10.115 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2450e3ff-f6a8-46be-a4b4-f4063a790f66] socks connection closed\n2025-08-01 10:56:10.115 [info] [command][6e03c20d-006c-4aae-bc4f-f5135c5a52e9] Socket close event received\n2025-08-01 10:56:10.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62878 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:57:10.117 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:57:10.120 [info] [command][c5996acd-387d-456f-8c4a-98572f086364] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c5996acd-387d-456f-8c4a-98572f086364""}\n2025-08-01 10:57:10.122 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][35b055e1-1823-4795-a4d6-0064feec0a4d] received connection request\n2025-08-01 10:57:10.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:57:10.168 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][35b055e1-1823-4795-a4d6-0064feec0a4d] socks forwarding established\n2025-08-01 10:57:10.212 [info] [command][c5996acd-387d-456f-8c4a-98572f086364] Process exited with code 0\n2025-08-01 10:57:10.213 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][35b055e1-1823-4795-a4d6-0064feec0a4d] socks connection closed\n2025-08-01 10:57:10.213 [info] [command][c5996acd-387d-456f-8c4a-98572f086364] Socket close event received\n2025-08-01 10:57:10.251 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62896 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:58:10.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:58:10.218 [info] [command][7b9b8ffc-c49c-44b2-8953-bebb74667c92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7b9b8ffc-c49c-44b2-8953-bebb74667c92""}\n2025-08-01 10:58:10.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][784e340b-5aa8-4972-a4ad-d3f89dd4a132] received connection request\n2025-08-01 10:58:10.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:58:10.265 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][784e340b-5aa8-4972-a4ad-d3f89dd4a132] socks forwarding established\n2025-08-01 10:58:10.311 [info] [command][7b9b8ffc-c49c-44b2-8953-bebb74667c92] Process exited with code 0\n2025-08-01 10:58:10.312 [info] [command][7b9b8ffc-c49c-44b2-8953-bebb74667c92] Socket close event received\n2025-08-01 10:58:10.312 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][784e340b-5aa8-4972-a4ad-d3f89dd4a132] socks connection closed\n2025-08-01 10:58:10.353 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62909 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 10:59:10.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 10:59:10.319 [info] [command][e7841a3f-6f55-4fd7-8311-a3b17d46f837] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e7841a3f-6f55-4fd7-8311-a3b17d46f837""}\n2025-08-01 10:59:10.319 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][752bcad6-3e7f-4ac9-8f32-4d1b03e3c8e1] received connection request\n2025-08-01 10:59:10.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 10:59:10.320 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 10:59:10.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][752bcad6-3e7f-4ac9-8f32-4d1b03e3c8e1] socks forwarding established\n2025-08-01 10:59:10.409 [info] [command][e7841a3f-6f55-4fd7-8311-a3b17d46f837] Process exited with code 0\n2025-08-01 10:59:10.409 [info] [command][e7841a3f-6f55-4fd7-8311-a3b17d46f837] Socket close event received\n2025-08-01 10:59:10.410 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][752bcad6-3e7f-4ac9-8f32-4d1b03e3c8e1] socks connection closed\n2025-08-01 10:59:10.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 62962 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:00:10.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:00:10.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][681b0e71-477f-4039-9eec-5ea773e8e17e] received connection request\n2025-08-01 11:00:10.413 [info] [command][d9ad040b-cbad-4d6f-a6ba-2f240ad53df0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d9ad040b-cbad-4d6f-a6ba-2f240ad53df0""}\n2025-08-01 11:00:10.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:00:10.455 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][681b0e71-477f-4039-9eec-5ea773e8e17e] socks forwarding established\n2025-08-01 11:00:10.501 [info] [command][d9ad040b-cbad-4d6f-a6ba-2f240ad53df0] Process exited with code 0\n2025-08-01 11:00:10.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][681b0e71-477f-4039-9eec-5ea773e8e17e] socks connection closed\n2025-08-01 11:00:10.501 [info] [command][d9ad040b-cbad-4d6f-a6ba-2f240ad53df0] Socket close event received\n2025-08-01 11:00:10.542 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63007 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:01:10.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:01:10.507 [info] [command][8c057626-c71c-4cd9-abce-94255e14eef6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c057626-c71c-4cd9-abce-94255e14eef6""}\n2025-08-01 11:01:10.508 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][65c78a90-72f5-41b2-a950-dd68fc3ad78e] received connection request\n2025-08-01 11:01:10.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:01:10.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][65c78a90-72f5-41b2-a950-dd68fc3ad78e] socks forwarding established\n2025-08-01 11:01:10.595 [info] [command][8c057626-c71c-4cd9-abce-94255e14eef6] Process exited with code 0\n2025-08-01 11:01:10.596 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][65c78a90-72f5-41b2-a950-dd68fc3ad78e] socks connection closed\n2025-08-01 11:01:10.596 [info] [command][8c057626-c71c-4cd9-abce-94255e14eef6] Socket close event received\n2025-08-01 11:01:10.636 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63024 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:02:10.596 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:02:10.598 [info] [command][00510c94-79c3-4041-96bc-576f73bd379a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""00510c94-79c3-4041-96bc-576f73bd379a""}\n2025-08-01 11:02:10.599 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1153e45b-5604-4968-b530-3cace4eeacc6] received connection request\n2025-08-01 11:02:10.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:02:10.643 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1153e45b-5604-4968-b530-3cace4eeacc6] socks forwarding established\n2025-08-01 11:02:10.689 [info] [command][00510c94-79c3-4041-96bc-576f73bd379a] Process exited with code 0\n2025-08-01 11:02:10.690 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1153e45b-5604-4968-b530-3cace4eeacc6] socks connection closed\n2025-08-01 11:02:10.690 [info] [command][00510c94-79c3-4041-96bc-576f73bd379a] Socket close event received\n2025-08-01 11:02:10.730 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63036 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:03:10.692 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:03:10.694 [info] [command][2cb810dd-1331-4001-900e-5db1c80866b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2cb810dd-1331-4001-900e-5db1c80866b8""}\n2025-08-01 11:03:10.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][791b88de-ccba-4833-8ea4-292d92d57f05] received connection request\n2025-08-01 11:03:10.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:03:10.738 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][791b88de-ccba-4833-8ea4-292d92d57f05] socks forwarding established\n2025-08-01 11:03:10.785 [info] [command][2cb810dd-1331-4001-900e-5db1c80866b8] Process exited with code 0\n2025-08-01 11:03:10.786 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][791b88de-ccba-4833-8ea4-292d92d57f05] socks connection closed\n2025-08-01 11:03:10.786 [info] [command][2cb810dd-1331-4001-900e-5db1c80866b8] Socket close event received\n2025-08-01 11:03:10.825 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63049 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:04:10.788 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:04:10.790 [info] [command][f42101f0-2b5a-4b27-b86a-c967949a51ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f42101f0-2b5a-4b27-b86a-c967949a51ea""}\n2025-08-01 11:04:10.791 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7ef20d78-4440-4d3e-b49e-217e3e3356b2] received connection request\n2025-08-01 11:04:10.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:04:10.833 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ef20d78-4440-4d3e-b49e-217e3e3356b2] socks forwarding established\n2025-08-01 11:04:10.879 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ef20d78-4440-4d3e-b49e-217e3e3356b2] socks connection closed\n2025-08-01 11:04:10.879 [info] [command][f42101f0-2b5a-4b27-b86a-c967949a51ea] Process exited with code 0\n2025-08-01 11:04:10.880 [info] [command][f42101f0-2b5a-4b27-b86a-c967949a51ea] Socket close event received\n2025-08-01 11:04:10.920 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63076 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:05:10.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:05:10.883 [info] [command][373ec630-bce4-43c3-ae0d-ee2df9d3a1e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""373ec630-bce4-43c3-ae0d-ee2df9d3a1e2""}\n2025-08-01 11:05:10.883 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4a4c3b17-a639-4ed5-9036-7c3bcbe1a5f3] received connection request\n2025-08-01 11:05:10.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:05:10.927 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4c3b17-a639-4ed5-9036-7c3bcbe1a5f3] socks forwarding established\n2025-08-01 11:05:10.970 [info] [command][373ec630-bce4-43c3-ae0d-ee2df9d3a1e2] Process exited with code 0\n2025-08-01 11:05:10.971 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4c3b17-a639-4ed5-9036-7c3bcbe1a5f3] socks connection closed\n2025-08-01 11:05:10.971 [info] [command][373ec630-bce4-43c3-ae0d-ee2df9d3a1e2] Socket close event received\n2025-08-01 11:05:11.010 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63108 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:06:10.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:06:10.970 [info] [command][21b4685c-3be9-434f-a543-616b5e668416] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""21b4685c-3be9-434f-a543-616b5e668416""}\n2025-08-01 11:06:10.970 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c3647179-7fd5-4380-a563-7479cbd19ad9] received connection request\n2025-08-01 11:06:10.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 11:06:10.970 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:06:11.011 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c3647179-7fd5-4380-a563-7479cbd19ad9] socks forwarding established\n2025-08-01 11:06:11.058 [info] [command][21b4685c-3be9-434f-a543-616b5e668416] Process exited with code 0\n2025-08-01 11:06:11.058 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c3647179-7fd5-4380-a563-7479cbd19ad9] socks connection closed\n2025-08-01 11:06:11.059 [info] [command][21b4685c-3be9-434f-a543-616b5e668416] Socket close event received\n2025-08-01 11:06:11.098 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63121 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:07:11.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:07:11.060 [info] [command][92ef5ddd-267b-4829-89c2-240155250285] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""92ef5ddd-267b-4829-89c2-240155250285""}\n2025-08-01 11:07:11.060 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9a69d594-569c-45ca-87e3-596be9605c2a] received connection request\n2025-08-01 11:07:11.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:07:11.106 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9a69d594-569c-45ca-87e3-596be9605c2a] socks forwarding established\n2025-08-01 11:07:11.148 [info] [command][92ef5ddd-267b-4829-89c2-240155250285] Process exited with code 0\n2025-08-01 11:07:11.149 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9a69d594-569c-45ca-87e3-596be9605c2a] socks connection closed\n2025-08-01 11:07:11.149 [info] [command][92ef5ddd-267b-4829-89c2-240155250285] Socket close event received\n2025-08-01 11:07:11.188 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63147 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:08:11.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:08:11.158 [info] [command][7e9c467d-9abc-46ce-a616-f1155778b7a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7e9c467d-9abc-46ce-a616-f1155778b7a7""}\n2025-08-01 11:08:11.158 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b0c0c38d-c760-4a30-931c-4953d159799d] received connection request\n2025-08-01 11:08:11.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:08:11.205 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0c0c38d-c760-4a30-931c-4953d159799d] socks forwarding established\n2025-08-01 11:08:11.252 [info] [command][7e9c467d-9abc-46ce-a616-f1155778b7a7] Process exited with code 0\n2025-08-01 11:08:11.253 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b0c0c38d-c760-4a30-931c-4953d159799d] socks connection closed\n2025-08-01 11:08:11.253 [info] [command][7e9c467d-9abc-46ce-a616-f1155778b7a7] Socket close event received\n2025-08-01 11:08:11.293 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63162 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:09:11.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:09:11.253 [info] [command][f235683c-459e-4152-b12b-03cbfc9dd507] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f235683c-459e-4152-b12b-03cbfc9dd507""}\n2025-08-01 11:09:11.253 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][53561535-a4e4-4c59-a2b4-1658a2e16bb3] received connection request\n2025-08-01 11:09:11.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:09:11.297 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53561535-a4e4-4c59-a2b4-1658a2e16bb3] socks forwarding established\n2025-08-01 11:09:11.341 [info] [command][f235683c-459e-4152-b12b-03cbfc9dd507] Process exited with code 0\n2025-08-01 11:09:11.341 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53561535-a4e4-4c59-a2b4-1658a2e16bb3] socks connection closed\n2025-08-01 11:09:11.341 [info] [command][f235683c-459e-4152-b12b-03cbfc9dd507] Socket close event received\n2025-08-01 11:09:11.381 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63187 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:10:11.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:10:11.346 [info] [command][c70292cf-31ff-4416-bbd7-c6384b01dfbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c70292cf-31ff-4416-bbd7-c6384b01dfbc""}\n2025-08-01 11:10:11.346 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a2cc5de4-bcb5-4b64-a180-2a4c06a0f7cd] received connection request\n2025-08-01 11:10:11.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:10:11.386 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a2cc5de4-bcb5-4b64-a180-2a4c06a0f7cd] socks forwarding established\n2025-08-01 11:10:11.430 [info] [command][c70292cf-31ff-4416-bbd7-c6384b01dfbc] Process exited with code 0\n2025-08-01 11:10:11.430 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a2cc5de4-bcb5-4b64-a180-2a4c06a0f7cd] socks connection closed\n2025-08-01 11:10:11.430 [info] [command][c70292cf-31ff-4416-bbd7-c6384b01dfbc] Socket close event received\n2025-08-01 11:10:11.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63215 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:11:11.430 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:11:11.432 [info] [command][0c93b009-8577-4aa7-843d-a5d9669e046c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0c93b009-8577-4aa7-843d-a5d9669e046c""}\n2025-08-01 11:11:11.432 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][05bcd35f-77f1-43c7-b786-063bb79d9499] received connection request\n2025-08-01 11:11:11.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:11:11.477 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][05bcd35f-77f1-43c7-b786-063bb79d9499] socks forwarding established\n2025-08-01 11:11:11.521 [info] [command][0c93b009-8577-4aa7-843d-a5d9669e046c] Process exited with code 0\n2025-08-01 11:11:11.522 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][05bcd35f-77f1-43c7-b786-063bb79d9499] socks connection closed\n2025-08-01 11:11:11.522 [info] [command][0c93b009-8577-4aa7-843d-a5d9669e046c] Socket close event received\n2025-08-01 11:11:11.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63228 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:12:11.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:12:11.531 [info] [command][30d80e86-9190-4aec-baf7-a1a037528c04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""30d80e86-9190-4aec-baf7-a1a037528c04""}\n2025-08-01 11:12:11.532 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8472b13e-f9aa-4dcb-bf2b-8d57164e307c] received connection request\n2025-08-01 11:12:11.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:12:11.575 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8472b13e-f9aa-4dcb-bf2b-8d57164e307c] socks forwarding established\n2025-08-01 11:12:11.620 [info] [command][30d80e86-9190-4aec-baf7-a1a037528c04] Process exited with code 0\n2025-08-01 11:12:11.620 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8472b13e-f9aa-4dcb-bf2b-8d57164e307c] socks connection closed\n2025-08-01 11:12:11.620 [info] [command][30d80e86-9190-4aec-baf7-a1a037528c04] Socket close event received\n2025-08-01 11:12:11.660 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63241 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:13:11.627 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:13:11.629 [info] [command][5619290d-1f11-4aeb-a5ff-82e00015df9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5619290d-1f11-4aeb-a5ff-82e00015df9b""}\n2025-08-01 11:13:11.629 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][90a1a5ff-d93b-4ed4-8202-f01e06022e3d] received connection request\n2025-08-01 11:13:11.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:13:11.672 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][90a1a5ff-d93b-4ed4-8202-f01e06022e3d] socks forwarding established\n2025-08-01 11:13:11.717 [info] [command][5619290d-1f11-4aeb-a5ff-82e00015df9b] Process exited with code 0\n2025-08-01 11:13:11.718 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][90a1a5ff-d93b-4ed4-8202-f01e06022e3d] socks connection closed\n2025-08-01 11:13:11.718 [info] [command][5619290d-1f11-4aeb-a5ff-82e00015df9b] Socket close event received\n2025-08-01 11:13:11.758 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63247 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:14:11.725 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:14:11.727 [info] [command][f6af3652-9019-4ab8-b7b2-45d237dbf592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f6af3652-9019-4ab8-b7b2-45d237dbf592""}\n2025-08-01 11:14:11.727 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][40fcfa9e-94dc-422f-a029-a64ad9cdfacd] received connection request\n2025-08-01 11:14:11.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:14:11.774 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][40fcfa9e-94dc-422f-a029-a64ad9cdfacd] socks forwarding established\n2025-08-01 11:14:11.820 [info] [command][f6af3652-9019-4ab8-b7b2-45d237dbf592] Process exited with code 0\n2025-08-01 11:14:11.820 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][40fcfa9e-94dc-422f-a029-a64ad9cdfacd] socks connection closed\n2025-08-01 11:14:11.820 [info] [command][f6af3652-9019-4ab8-b7b2-45d237dbf592] Socket close event received\n2025-08-01 11:14:11.860 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63261 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:15:11.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:15:11.827 [info] [command][3bd226ff-63f1-4994-82fc-76486e8b1fdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3bd226ff-63f1-4994-82fc-76486e8b1fdf""}\n2025-08-01 11:15:11.828 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][74528f61-c62e-46eb-a3ec-309ccee1f27f] received connection request\n2025-08-01 11:15:11.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:15:11.874 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][74528f61-c62e-46eb-a3ec-309ccee1f27f] socks forwarding established\n2025-08-01 11:15:11.919 [info] [command][3bd226ff-63f1-4994-82fc-76486e8b1fdf] Process exited with code 0\n2025-08-01 11:15:11.919 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][74528f61-c62e-46eb-a3ec-309ccee1f27f] socks connection closed\n2025-08-01 11:15:11.919 [info] [command][3bd226ff-63f1-4994-82fc-76486e8b1fdf] Socket close event received\n2025-08-01 11:15:11.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63289 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:16:11.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:16:11.927 [info] [command][ece61a84-9431-4a18-af59-88941981e629] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ece61a84-9431-4a18-af59-88941981e629""}\n2025-08-01 11:16:11.927 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9e4a1437-8d71-455b-80f0-73b75eca872d] received connection request\n2025-08-01 11:16:11.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:16:11.973 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e4a1437-8d71-455b-80f0-73b75eca872d] socks forwarding established\n2025-08-01 11:16:12.019 [info] [command][ece61a84-9431-4a18-af59-88941981e629] Process exited with code 0\n2025-08-01 11:16:12.019 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e4a1437-8d71-455b-80f0-73b75eca872d] socks connection closed\n2025-08-01 11:16:12.019 [info] [command][ece61a84-9431-4a18-af59-88941981e629] Socket close event received\n2025-08-01 11:16:12.084 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63321 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:17:12.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:17:12.025 [info] [command][9e22980c-2436-4948-966c-fa828d17c82a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9e22980c-2436-4948-966c-fa828d17c82a""}\n2025-08-01 11:17:12.026 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c9fbadd6-46eb-41cd-98b9-d6f1a6b544b2] received connection request\n2025-08-01 11:17:12.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:17:12.070 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9fbadd6-46eb-41cd-98b9-d6f1a6b544b2] socks forwarding established\n2025-08-01 11:17:12.116 [info] [command][9e22980c-2436-4948-966c-fa828d17c82a] Process exited with code 0\n2025-08-01 11:17:12.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c9fbadd6-46eb-41cd-98b9-d6f1a6b544b2] socks connection closed\n2025-08-01 11:17:12.117 [info] [command][9e22980c-2436-4948-966c-fa828d17c82a] Socket close event received\n2025-08-01 11:17:12.158 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63350 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:18:12.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:18:12.122 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3327249d-68fc-4c22-847f-cd4e5b4033c6] received connection request\n2025-08-01 11:18:12.122 [info] [command][4e1f7185-2c33-448c-83e3-8091de863998] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4e1f7185-2c33-448c-83e3-8091de863998""}\n2025-08-01 11:18:12.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:18:12.168 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3327249d-68fc-4c22-847f-cd4e5b4033c6] socks forwarding established\n2025-08-01 11:18:12.212 [info] [command][4e1f7185-2c33-448c-83e3-8091de863998] Process exited with code 0\n2025-08-01 11:18:12.212 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3327249d-68fc-4c22-847f-cd4e5b4033c6] socks connection closed\n2025-08-01 11:18:12.212 [info] [command][4e1f7185-2c33-448c-83e3-8091de863998] Socket close event received\n2025-08-01 11:18:12.251 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63362 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:19:12.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:19:12.218 [info] [command][25b3c275-dd73-4a38-b40f-53eb1902b02e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""25b3c275-dd73-4a38-b40f-53eb1902b02e""}\n2025-08-01 11:19:12.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][522a9c73-1b2d-44d7-9c15-54b7d0e51847] received connection request\n2025-08-01 11:19:12.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:19:12.266 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][522a9c73-1b2d-44d7-9c15-54b7d0e51847] socks forwarding established\n2025-08-01 11:19:12.311 [info] [command][25b3c275-dd73-4a38-b40f-53eb1902b02e] Process exited with code 0\n2025-08-01 11:19:12.312 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][522a9c73-1b2d-44d7-9c15-54b7d0e51847] socks connection closed\n2025-08-01 11:19:12.312 [info] [command][25b3c275-dd73-4a38-b40f-53eb1902b02e] Socket close event received\n2025-08-01 11:19:12.352 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63374 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:20:12.316 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:20:12.318 [info] [command][b0a563e0-254c-4c26-84a3-14149b393770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b0a563e0-254c-4c26-84a3-14149b393770""}\n2025-08-01 11:20:12.319 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][45ffef2a-c879-46f2-ae84-efaff58dd414] received connection request\n2025-08-01 11:20:12.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:20:12.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][45ffef2a-c879-46f2-ae84-efaff58dd414] socks forwarding established\n2025-08-01 11:20:12.409 [info] [command][b0a563e0-254c-4c26-84a3-14149b393770] Process exited with code 0\n2025-08-01 11:20:12.410 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][45ffef2a-c879-46f2-ae84-efaff58dd414] socks connection closed\n2025-08-01 11:20:12.410 [info] [command][b0a563e0-254c-4c26-84a3-14149b393770] Socket close event received\n2025-08-01 11:20:12.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63407 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:21:12.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:21:12.413 [info] [command][0a10c101-6596-4ae5-b9e9-544186f80887] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0a10c101-6596-4ae5-b9e9-544186f80887""}\n2025-08-01 11:21:12.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0a55d7ff-990c-4f17-88ed-abeb471b5013] received connection request\n2025-08-01 11:21:12.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 11:21:12.413 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:21:12.454 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a55d7ff-990c-4f17-88ed-abeb471b5013] socks forwarding established\n2025-08-01 11:21:12.500 [info] [command][0a10c101-6596-4ae5-b9e9-544186f80887] Process exited with code 0\n2025-08-01 11:21:12.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a55d7ff-990c-4f17-88ed-abeb471b5013] socks connection closed\n2025-08-01 11:21:12.501 [info] [command][0a10c101-6596-4ae5-b9e9-544186f80887] Socket close event received\n2025-08-01 11:21:12.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63433 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:22:12.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:22:12.508 [info] [command][8c3e6630-448c-4be8-b764-bc89c89f0ca6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c3e6630-448c-4be8-b764-bc89c89f0ca6""}\n2025-08-01 11:22:12.509 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8613ac9b-2901-4ad5-80f1-ec2320fbdad1] received connection request\n2025-08-01 11:22:12.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:22:12.552 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8613ac9b-2901-4ad5-80f1-ec2320fbdad1] socks forwarding established\n2025-08-01 11:22:12.598 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8613ac9b-2901-4ad5-80f1-ec2320fbdad1] socks connection closed\n2025-08-01 11:22:12.598 [info] [command][8c3e6630-448c-4be8-b764-bc89c89f0ca6] Process exited with code 0\n2025-08-01 11:22:12.598 [info] [command][8c3e6630-448c-4be8-b764-bc89c89f0ca6] Socket close event received\n2025-08-01 11:22:12.638 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63449 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:23:12.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:23:12.608 [info] [command][0e70c81a-2079-419e-95ba-50cb90be081a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0e70c81a-2079-419e-95ba-50cb90be081a""}\n2025-08-01 11:23:12.608 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b6947417-3dc9-48c1-a07d-ef902ba71df3] received connection request\n2025-08-01 11:23:12.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:23:12.656 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6947417-3dc9-48c1-a07d-ef902ba71df3] socks forwarding established\n2025-08-01 11:23:12.702 [info] [command][0e70c81a-2079-419e-95ba-50cb90be081a] Process exited with code 0\n2025-08-01 11:23:12.702 [info] [command][0e70c81a-2079-419e-95ba-50cb90be081a] Socket close event received\n2025-08-01 11:23:12.703 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6947417-3dc9-48c1-a07d-ef902ba71df3] socks connection closed\n2025-08-01 11:23:12.742 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63470 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:24:12.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:24:12.709 [info] [command][980f2bfe-f161-4ba3-8c59-0db0e39f64d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""980f2bfe-f161-4ba3-8c59-0db0e39f64d4""}\n2025-08-01 11:24:12.709 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c63cf4a0-09ff-41d1-8bfc-efa70ccb3544] received connection request\n2025-08-01 11:24:12.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:24:12.755 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c63cf4a0-09ff-41d1-8bfc-efa70ccb3544] socks forwarding established\n2025-08-01 11:24:12.801 [info] [command][980f2bfe-f161-4ba3-8c59-0db0e39f64d4] Process exited with code 0\n2025-08-01 11:24:12.801 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c63cf4a0-09ff-41d1-8bfc-efa70ccb3544] socks connection closed\n2025-08-01 11:24:12.801 [info] [command][980f2bfe-f161-4ba3-8c59-0db0e39f64d4] Socket close event received\n2025-08-01 11:24:12.842 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63483 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:25:12.809 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:25:12.810 [info] [command][1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd""}\n2025-08-01 11:25:12.810 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][216dc5bc-dfe1-4093-94a9-e4bfd3c0be4b] received connection request\n2025-08-01 11:25:12.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:25:12.854 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][216dc5bc-dfe1-4093-94a9-e4bfd3c0be4b] socks forwarding established\n2025-08-01 11:25:12.898 [info] [command][1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd] Process exited with code 0\n2025-08-01 11:25:12.898 [info] [command][1c8b7a17-60c9-4231-bff8-a50cdbcb9cdd] Socket close event received\n2025-08-01 11:25:12.899 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][216dc5bc-dfe1-4093-94a9-e4bfd3c0be4b] socks connection closed\n2025-08-01 11:25:12.939 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63512 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:26:12.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:26:12.902 [info] [command][620ca045-60c1-4fee-9338-5fdce5aa3f51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""620ca045-60c1-4fee-9338-5fdce5aa3f51""}\n2025-08-01 11:26:12.902 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][193cf294-6069-423f-a690-7c99bdab5b0f] received connection request\n2025-08-01 11:26:12.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:26:12.945 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][193cf294-6069-423f-a690-7c99bdab5b0f] socks forwarding established\n2025-08-01 11:26:12.991 [info] [command][620ca045-60c1-4fee-9338-5fdce5aa3f51] Process exited with code 0\n2025-08-01 11:26:12.992 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][193cf294-6069-423f-a690-7c99bdab5b0f] socks connection closed\n2025-08-01 11:26:12.992 [info] [command][620ca045-60c1-4fee-9338-5fdce5aa3f51] Socket close event received\n2025-08-01 11:26:13.030 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63544 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:27:12.993 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:27:12.995 [info] [command][b27baabb-eb1b-4faf-804b-b93d21e98878] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b27baabb-eb1b-4faf-804b-b93d21e98878""}\n2025-08-01 11:27:12.996 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b962dff8-2ad7-436e-816c-9a88f7f884d3] received connection request\n2025-08-01 11:27:12.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:27:13.040 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b962dff8-2ad7-436e-816c-9a88f7f884d3] socks forwarding established\n2025-08-01 11:27:13.087 [info] [command][b27baabb-eb1b-4faf-804b-b93d21e98878] Process exited with code 0\n2025-08-01 11:27:13.088 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b962dff8-2ad7-436e-816c-9a88f7f884d3] socks connection closed\n2025-08-01 11:27:13.088 [info] [command][b27baabb-eb1b-4faf-804b-b93d21e98878] Socket close event received\n2025-08-01 11:27:13.127 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63554 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:28:13.090 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:28:13.091 [info] [command][3c4a0839-9c15-4a7e-9810-67e0108c8859] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3c4a0839-9c15-4a7e-9810-67e0108c8859""}\n2025-08-01 11:28:13.092 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3f01adbd-6386-4b79-a9a0-d0120627360e] received connection request\n2025-08-01 11:28:13.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:28:13.133 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3f01adbd-6386-4b79-a9a0-d0120627360e] socks forwarding established\n2025-08-01 11:28:13.178 [info] [command][3c4a0839-9c15-4a7e-9810-67e0108c8859] Process exited with code 0\n2025-08-01 11:28:13.179 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3f01adbd-6386-4b79-a9a0-d0120627360e] socks connection closed\n2025-08-01 11:28:13.179 [info] [command][3c4a0839-9c15-4a7e-9810-67e0108c8859] Socket close event received\n2025-08-01 11:28:13.219 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63566 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:29:13.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:29:13.183 [info] [command][15b8d331-b8e3-4497-bd63-37e3074a40e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""15b8d331-b8e3-4497-bd63-37e3074a40e7""}\n2025-08-01 11:29:13.184 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][cc099ab7-8d6b-4970-b8ff-36b1c34e2849] received connection request\n2025-08-01 11:29:13.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:29:13.227 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cc099ab7-8d6b-4970-b8ff-36b1c34e2849] socks forwarding established\n2025-08-01 11:29:13.272 [info] [command][15b8d331-b8e3-4497-bd63-37e3074a40e7] Process exited with code 0\n2025-08-01 11:29:13.272 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cc099ab7-8d6b-4970-b8ff-36b1c34e2849] socks connection closed\n2025-08-01 11:29:13.273 [info] [command][15b8d331-b8e3-4497-bd63-37e3074a40e7] Socket close event received\n2025-08-01 11:29:13.311 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63577 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:30:13.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:30:13.276 [info] [command][f4f5edbc-3b30-4469-bd4e-532f0cd36d75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f4f5edbc-3b30-4469-bd4e-532f0cd36d75""}\n2025-08-01 11:30:13.276 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][64bfcac1-5747-4402-a8ba-62ea123d1c9b] received connection request\n2025-08-01 11:30:13.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:30:13.323 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64bfcac1-5747-4402-a8ba-62ea123d1c9b] socks forwarding established\n2025-08-01 11:30:13.373 [info] [command][f4f5edbc-3b30-4469-bd4e-532f0cd36d75] Process exited with code 0\n2025-08-01 11:30:13.374 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][64bfcac1-5747-4402-a8ba-62ea123d1c9b] socks connection closed\n2025-08-01 11:30:13.374 [info] [command][f4f5edbc-3b30-4469-bd4e-532f0cd36d75] Socket close event received\n2025-08-01 11:30:13.418 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63603 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:31:13.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:31:13.373 [info] [command][6ce409c9-036c-4910-a4ae-51d0b7212ad8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6ce409c9-036c-4910-a4ae-51d0b7212ad8""}\n2025-08-01 11:31:13.373 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a690996a-5aa6-46b8-ba1e-368fd2081841] received connection request\n2025-08-01 11:31:13.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:31:13.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a690996a-5aa6-46b8-ba1e-368fd2081841] socks forwarding established\n2025-08-01 11:31:13.457 [info] [command][6ce409c9-036c-4910-a4ae-51d0b7212ad8] Process exited with code 0\n2025-08-01 11:31:13.457 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a690996a-5aa6-46b8-ba1e-368fd2081841] socks connection closed\n2025-08-01 11:31:13.457 [info] [command][6ce409c9-036c-4910-a4ae-51d0b7212ad8] Socket close event received\n2025-08-01 11:31:13.497 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63661 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:32:13.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:32:13.460 [info] [command][6e64a9db-f877-4db6-b728-d2c2b660dd8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6e64a9db-f877-4db6-b728-d2c2b660dd8e""}\n2025-08-01 11:32:13.460 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0e62c50a-83ba-4920-8cd2-497ef4268dfe] received connection request\n2025-08-01 11:32:13.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:32:13.503 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e62c50a-83ba-4920-8cd2-497ef4268dfe] socks forwarding established\n2025-08-01 11:32:13.549 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e62c50a-83ba-4920-8cd2-497ef4268dfe] socks connection closed\n2025-08-01 11:32:13.550 [info] [command][6e64a9db-f877-4db6-b728-d2c2b660dd8e] Process exited with code 0\n2025-08-01 11:32:13.550 [info] [command][6e64a9db-f877-4db6-b728-d2c2b660dd8e] Socket close event received\n2025-08-01 11:32:13.593 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63677 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:33:13.552 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:33:13.555 [info] [command][4033efe8-08b8-4522-83c8-953e5a32aa8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4033efe8-08b8-4522-83c8-953e5a32aa8b""}\n2025-08-01 11:33:13.557 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][44f3f730-9eb6-41cc-a2ea-e7ca85adb136] received connection request\n2025-08-01 11:33:13.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:33:13.598 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44f3f730-9eb6-41cc-a2ea-e7ca85adb136] socks forwarding established\n2025-08-01 11:33:13.648 [info] [command][4033efe8-08b8-4522-83c8-953e5a32aa8b] Process exited with code 0\n2025-08-01 11:33:13.648 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44f3f730-9eb6-41cc-a2ea-e7ca85adb136] socks connection closed\n2025-08-01 11:33:13.648 [info] [command][4033efe8-08b8-4522-83c8-953e5a32aa8b] Socket close event received\n2025-08-01 11:33:13.688 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63696 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:34:13.650 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:34:13.652 [info] [command][8f94f87b-4735-493d-9534-0bc4f9b419b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8f94f87b-4735-493d-9534-0bc4f9b419b4""}\n2025-08-01 11:34:13.654 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f6f73fe6-5547-49ba-9326-0aaac5301655] received connection request\n2025-08-01 11:34:13.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:34:13.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6f73fe6-5547-49ba-9326-0aaac5301655] socks forwarding established\n2025-08-01 11:34:13.743 [info] [command][8f94f87b-4735-493d-9534-0bc4f9b419b4] Process exited with code 0\n2025-08-01 11:34:13.744 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6f73fe6-5547-49ba-9326-0aaac5301655] socks connection closed\n2025-08-01 11:34:13.744 [info] [command][8f94f87b-4735-493d-9534-0bc4f9b419b4] Socket close event received\n2025-08-01 11:34:13.782 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63725 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:35:13.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:35:13.747 [info] [command][ca11fff0-3d31-40ac-8105-0b81a57a0fa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ca11fff0-3d31-40ac-8105-0b81a57a0fa1""}\n2025-08-01 11:35:13.748 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1adf86fa-8420-4961-946e-52fc7dcdc9ac] received connection request\n2025-08-01 11:35:13.749 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:35:13.792 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1adf86fa-8420-4961-946e-52fc7dcdc9ac] socks forwarding established\n2025-08-01 11:35:13.841 [info] [command][ca11fff0-3d31-40ac-8105-0b81a57a0fa1] Process exited with code 0\n2025-08-01 11:35:13.841 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1adf86fa-8420-4961-946e-52fc7dcdc9ac] socks connection closed\n2025-08-01 11:35:13.841 [info] [command][ca11fff0-3d31-40ac-8105-0b81a57a0fa1] Socket close event received\n2025-08-01 11:35:13.882 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63764 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:36:13.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:36:13.841 [info] [command][99f9b43a-190f-44fa-a52e-b7e2137dcbac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""99f9b43a-190f-44fa-a52e-b7e2137dcbac""}\n2025-08-01 11:36:13.842 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c30dba29-3d56-4572-92b8-43a2d87d0bba] received connection request\n2025-08-01 11:36:13.843 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:36:13.887 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c30dba29-3d56-4572-92b8-43a2d87d0bba] socks forwarding established\n2025-08-01 11:36:13.937 [info] [command][99f9b43a-190f-44fa-a52e-b7e2137dcbac] Process exited with code 0\n2025-08-01 11:36:13.937 [info] [command][99f9b43a-190f-44fa-a52e-b7e2137dcbac] Socket close event received\n2025-08-01 11:36:13.938 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c30dba29-3d56-4572-92b8-43a2d87d0bba] socks connection closed\n2025-08-01 11:36:13.980 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63784 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:37:13.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:37:13.946 [info] [command][97f2908f-541c-44ff-ac3b-b4446a806348] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""97f2908f-541c-44ff-ac3b-b4446a806348""}\n2025-08-01 11:37:13.949 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][712ed248-498a-4f64-b067-728a54947b5a] received connection request\n2025-08-01 11:37:13.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:37:13.992 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][712ed248-498a-4f64-b067-728a54947b5a] socks forwarding established\n2025-08-01 11:37:14.041 [info] [command][97f2908f-541c-44ff-ac3b-b4446a806348] Process exited with code 0\n2025-08-01 11:37:14.041 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][712ed248-498a-4f64-b067-728a54947b5a] socks connection closed\n2025-08-01 11:37:14.041 [info] [command][97f2908f-541c-44ff-ac3b-b4446a806348] Socket close event received\n2025-08-01 11:37:14.080 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63810 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:38:14.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:38:14.045 [info] [command][7e7744eb-897d-4e38-b7dc-42cb7bf9b904] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7e7744eb-897d-4e38-b7dc-42cb7bf9b904""}\n2025-08-01 11:38:14.046 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8906af92-8156-468d-9d03-604650b099ca] received connection request\n2025-08-01 11:38:14.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:38:14.094 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8906af92-8156-468d-9d03-604650b099ca] socks forwarding established\n2025-08-01 11:38:14.145 [info] [command][7e7744eb-897d-4e38-b7dc-42cb7bf9b904] Process exited with code 0\n2025-08-01 11:38:14.145 [info] [command][7e7744eb-897d-4e38-b7dc-42cb7bf9b904] Socket close event received\n2025-08-01 11:38:14.146 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8906af92-8156-468d-9d03-604650b099ca] socks connection closed\n2025-08-01 11:38:14.186 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63826 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:39:14.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:39:14.150 [info] [command][53056e5d-162e-4634-b253-afc7a94caa71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""53056e5d-162e-4634-b253-afc7a94caa71""}\n2025-08-01 11:39:14.151 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][850d376d-93ae-489d-a380-cc82a61e7fdd] received connection request\n2025-08-01 11:39:14.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:39:14.201 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][850d376d-93ae-489d-a380-cc82a61e7fdd] socks forwarding established\n2025-08-01 11:39:14.249 [info] [command][53056e5d-162e-4634-b253-afc7a94caa71] Process exited with code 0\n2025-08-01 11:39:14.249 [info] [command][53056e5d-162e-4634-b253-afc7a94caa71] Socket close event received\n2025-08-01 11:39:14.250 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][850d376d-93ae-489d-a380-cc82a61e7fdd] socks connection closed\n2025-08-01 11:39:14.291 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63857 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:40:14.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:40:14.254 [info] [command][3fd66db2-54b9-4d03-9fed-24500d72797c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3fd66db2-54b9-4d03-9fed-24500d72797c""}\n2025-08-01 11:40:14.255 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fc22d1d2-f451-42e1-afc4-aaad810e1455] received connection request\n2025-08-01 11:40:14.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:40:14.300 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fc22d1d2-f451-42e1-afc4-aaad810e1455] socks forwarding established\n2025-08-01 11:40:14.345 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fc22d1d2-f451-42e1-afc4-aaad810e1455] socks connection closed\n2025-08-01 11:40:14.345 [info] [command][3fd66db2-54b9-4d03-9fed-24500d72797c] Process exited with code 0\n2025-08-01 11:40:14.345 [info] [command][3fd66db2-54b9-4d03-9fed-24500d72797c] Socket close event received\n2025-08-01 11:40:14.387 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63883 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:41:14.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:41:14.347 [info] [command][61be5f9e-f0d5-4b6f-9c77-1a7394100a1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""61be5f9e-f0d5-4b6f-9c77-1a7394100a1f""}\n2025-08-01 11:41:14.347 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][cac1299a-d646-41fe-a5d9-02c5c3512cca] received connection request\n2025-08-01 11:41:14.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:41:14.388 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cac1299a-d646-41fe-a5d9-02c5c3512cca] socks forwarding established\n2025-08-01 11:41:14.435 [info] [command][61be5f9e-f0d5-4b6f-9c77-1a7394100a1f] Process exited with code 0\n2025-08-01 11:41:14.435 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cac1299a-d646-41fe-a5d9-02c5c3512cca] socks connection closed\n2025-08-01 11:41:14.435 [info] [command][61be5f9e-f0d5-4b6f-9c77-1a7394100a1f] Socket close event received\n2025-08-01 11:41:14.476 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63896 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:42:14.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:42:14.434 [info] [command][aabe2845-37eb-4c7d-b4c7-74c184bdb1f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aabe2845-37eb-4c7d-b4c7-74c184bdb1f8""}\n2025-08-01 11:42:14.435 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c82d6f47-027a-4d90-bf43-0e3899216ff6] received connection request\n2025-08-01 11:42:14.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:42:14.477 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c82d6f47-027a-4d90-bf43-0e3899216ff6] socks forwarding established\n2025-08-01 11:42:14.521 [info] [command][aabe2845-37eb-4c7d-b4c7-74c184bdb1f8] Process exited with code 0\n2025-08-01 11:42:14.521 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c82d6f47-027a-4d90-bf43-0e3899216ff6] socks connection closed\n2025-08-01 11:42:14.521 [info] [command][aabe2845-37eb-4c7d-b4c7-74c184bdb1f8] Socket close event received\n2025-08-01 11:42:14.560 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63909 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:43:14.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:43:14.522 [info] [command][26d5f37e-60e9-4544-b195-9db9b426f639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""26d5f37e-60e9-4544-b195-9db9b426f639""}\n2025-08-01 11:43:14.523 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][95beec41-27a6-4b9c-a986-33e12b8cccd7] received connection request\n2025-08-01 11:43:14.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:43:14.568 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][95beec41-27a6-4b9c-a986-33e12b8cccd7] socks forwarding established\n2025-08-01 11:43:14.613 [info] [command][26d5f37e-60e9-4544-b195-9db9b426f639] Process exited with code 0\n2025-08-01 11:43:14.613 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][95beec41-27a6-4b9c-a986-33e12b8cccd7] socks connection closed\n2025-08-01 11:43:14.614 [info] [command][26d5f37e-60e9-4544-b195-9db9b426f639] Socket close event received\n2025-08-01 11:43:14.656 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63924 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:44:14.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:44:14.621 [info] [command][f2bafd9c-9712-41c6-96b6-438c43277699] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f2bafd9c-9712-41c6-96b6-438c43277699""}\n2025-08-01 11:44:14.622 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][51b9bc30-c1a8-4efd-9adc-1ab98bda5f12] received connection request\n2025-08-01 11:44:14.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:44:14.666 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][51b9bc30-c1a8-4efd-9adc-1ab98bda5f12] socks forwarding established\n2025-08-01 11:44:14.711 [info] [command][f2bafd9c-9712-41c6-96b6-438c43277699] Process exited with code 0\n2025-08-01 11:44:14.712 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][51b9bc30-c1a8-4efd-9adc-1ab98bda5f12] socks connection closed\n2025-08-01 11:44:14.712 [info] [command][f2bafd9c-9712-41c6-96b6-438c43277699] Socket close event received\n2025-08-01 11:44:14.752 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63952 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:45:14.719 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:45:14.721 [info] [command][9fae2ddc-0632-4b2c-86f2-f686ee907fd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9fae2ddc-0632-4b2c-86f2-f686ee907fd1""}\n2025-08-01 11:45:14.722 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][98088464-9114-4ed1-beb8-2cacb235c254] received connection request\n2025-08-01 11:45:14.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:45:14.764 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][98088464-9114-4ed1-beb8-2cacb235c254] socks forwarding established\n2025-08-01 11:45:14.807 [info] [command][9fae2ddc-0632-4b2c-86f2-f686ee907fd1] Process exited with code 0\n2025-08-01 11:45:14.807 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][98088464-9114-4ed1-beb8-2cacb235c254] socks connection closed\n2025-08-01 11:45:14.807 [info] [command][9fae2ddc-0632-4b2c-86f2-f686ee907fd1] Socket close event received\n2025-08-01 11:45:14.847 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 63982 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:46:14.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:46:14.811 [info] [command][7974fc1c-cba7-4cf5-937e-b99694ec4a20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7974fc1c-cba7-4cf5-937e-b99694ec4a20""}\n2025-08-01 11:46:14.812 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][27ea0934-caac-407c-8cab-2cefb0b6673a] received connection request\n2025-08-01 11:46:14.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:46:14.857 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][27ea0934-caac-407c-8cab-2cefb0b6673a] socks forwarding established\n2025-08-01 11:46:14.903 [info] [command][7974fc1c-cba7-4cf5-937e-b99694ec4a20] Process exited with code 0\n2025-08-01 11:46:14.903 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][27ea0934-caac-407c-8cab-2cefb0b6673a] socks connection closed\n2025-08-01 11:46:14.903 [info] [command][7974fc1c-cba7-4cf5-937e-b99694ec4a20] Socket close event received\n2025-08-01 11:46:14.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64000 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:47:14.910 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:47:14.913 [info] [command][afa2fb8b-e585-46a7-b309-2009f99c627c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""afa2fb8b-e585-46a7-b309-2009f99c627c""}\n2025-08-01 11:47:14.914 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e28fd6ab-bbcf-48f4-ba6d-57ceb4c37ef0] received connection request\n2025-08-01 11:47:14.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:47:14.957 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e28fd6ab-bbcf-48f4-ba6d-57ceb4c37ef0] socks forwarding established\n2025-08-01 11:47:15.003 [info] [command][afa2fb8b-e585-46a7-b309-2009f99c627c] Process exited with code 0\n2025-08-01 11:47:15.003 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e28fd6ab-bbcf-48f4-ba6d-57ceb4c37ef0] socks connection closed\n2025-08-01 11:47:15.004 [info] [command][afa2fb8b-e585-46a7-b309-2009f99c627c] Socket close event received\n2025-08-01 11:47:15.044 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64012 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:48:15.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:48:15.010 [info] [command][62d03701-d442-42d2-a121-fd11255aca21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""62d03701-d442-42d2-a121-fd11255aca21""}\n2025-08-01 11:48:15.011 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2af165bf-c981-47af-a0e3-69d871e02cf4] received connection request\n2025-08-01 11:48:15.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:48:15.058 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2af165bf-c981-47af-a0e3-69d871e02cf4] socks forwarding established\n2025-08-01 11:48:15.112 [info] [command][62d03701-d442-42d2-a121-fd11255aca21] Process exited with code 0\n2025-08-01 11:48:15.112 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2af165bf-c981-47af-a0e3-69d871e02cf4] socks connection closed\n2025-08-01 11:48:15.112 [info] [command][62d03701-d442-42d2-a121-fd11255aca21] Socket close event received\n2025-08-01 11:48:15.153 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64030 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:49:15.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:49:15.117 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c7b5b496-5b9c-4ba2-9415-2daa5b09f952] received connection request\n2025-08-01 11:49:15.117 [info] [command][baea7c97-a12a-406f-924d-0b2ff9e48e14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""baea7c97-a12a-406f-924d-0b2ff9e48e14""}\n2025-08-01 11:49:15.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:49:15.230 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7b5b496-5b9c-4ba2-9415-2daa5b09f952] socks forwarding established\n2025-08-01 11:49:15.290 [info] [command][baea7c97-a12a-406f-924d-0b2ff9e48e14] Process exited with code 0\n2025-08-01 11:49:15.290 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7b5b496-5b9c-4ba2-9415-2daa5b09f952] socks connection closed\n2025-08-01 11:49:15.290 [info] [command][baea7c97-a12a-406f-924d-0b2ff9e48e14] Socket close event received\n2025-08-01 11:49:15.333 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64055 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:50:15.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:50:15.291 [info] [command][7cc2aadc-85e6-4521-a94b-fa8a307d5329] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7cc2aadc-85e6-4521-a94b-fa8a307d5329""}\n2025-08-01 11:50:15.291 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4efa8c51-e9b9-42a6-84c2-c2ee510b892d] received connection request\n2025-08-01 11:50:15.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:50:15.339 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4efa8c51-e9b9-42a6-84c2-c2ee510b892d] socks forwarding established\n2025-08-01 11:50:15.388 [info] [command][7cc2aadc-85e6-4521-a94b-fa8a307d5329] Process exited with code 0\n2025-08-01 11:50:15.389 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4efa8c51-e9b9-42a6-84c2-c2ee510b892d] socks connection closed\n2025-08-01 11:50:15.389 [info] [command][7cc2aadc-85e6-4521-a94b-fa8a307d5329] Socket close event received\n2025-08-01 11:50:15.440 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64067 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:51:15.396 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:51:15.398 [info] [command][6b5661eb-238c-401b-b019-b813b535b889] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6b5661eb-238c-401b-b019-b813b535b889""}\n2025-08-01 11:51:15.399 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][da58e8c0-5fe1-4b08-ac66-2624c0414a62] received connection request\n2025-08-01 11:51:15.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 11:51:15.400 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:51:15.443 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][da58e8c0-5fe1-4b08-ac66-2624c0414a62] socks forwarding established\n2025-08-01 11:51:15.488 [info] [command][6b5661eb-238c-401b-b019-b813b535b889] Process exited with code 0\n2025-08-01 11:51:15.488 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][da58e8c0-5fe1-4b08-ac66-2624c0414a62] socks connection closed\n2025-08-01 11:51:15.488 [info] [command][6b5661eb-238c-401b-b019-b813b535b889] Socket close event received\n2025-08-01 11:51:15.532 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64090 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:52:15.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:52:15.496 [info] [command][a71e80f3-4c72-4f45-8ed7-157d4fc02131] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a71e80f3-4c72-4f45-8ed7-157d4fc02131""}\n2025-08-01 11:52:15.497 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6d126eb0-bf88-46af-8cd4-4067b20da135] received connection request\n2025-08-01 11:52:15.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:52:15.539 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d126eb0-bf88-46af-8cd4-4067b20da135] socks forwarding established\n2025-08-01 11:52:15.584 [info] [command][a71e80f3-4c72-4f45-8ed7-157d4fc02131] Process exited with code 0\n2025-08-01 11:52:15.585 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6d126eb0-bf88-46af-8cd4-4067b20da135] socks connection closed\n2025-08-01 11:52:15.585 [info] [command][a71e80f3-4c72-4f45-8ed7-157d4fc02131] Socket close event received\n2025-08-01 11:52:15.625 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64104 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:53:15.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:53:15.592 [info] [command][0a89f98a-14a8-4059-857d-cd76e68aa4fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0a89f98a-14a8-4059-857d-cd76e68aa4fe""}\n2025-08-01 11:53:15.592 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][baa7bed5-5c63-4d36-9fe1-0f44020e3aad] received connection request\n2025-08-01 11:53:15.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:53:15.640 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][baa7bed5-5c63-4d36-9fe1-0f44020e3aad] socks forwarding established\n2025-08-01 11:53:15.685 [info] [command][0a89f98a-14a8-4059-857d-cd76e68aa4fe] Process exited with code 0\n2025-08-01 11:53:15.686 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][baa7bed5-5c63-4d36-9fe1-0f44020e3aad] socks connection closed\n2025-08-01 11:53:15.686 [info] [command][0a89f98a-14a8-4059-857d-cd76e68aa4fe] Socket close event received\n2025-08-01 11:53:15.725 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64118 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:54:15.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:54:15.692 [info] [command][a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf""}\n2025-08-01 11:54:15.693 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][aa399c70-6ea5-4971-ba0f-7214b578a2f0] received connection request\n2025-08-01 11:54:15.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:54:15.743 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa399c70-6ea5-4971-ba0f-7214b578a2f0] socks forwarding established\n2025-08-01 11:54:15.791 [info] [command][a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf] Process exited with code 0\n2025-08-01 11:54:15.791 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa399c70-6ea5-4971-ba0f-7214b578a2f0] socks connection closed\n2025-08-01 11:54:15.791 [info] [command][a8c72a34-08e4-4ca5-9d76-8dff2b7b3caf] Socket close event received\n2025-08-01 11:54:15.833 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64130 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:55:15.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:55:15.791 [info] [command][62472c6f-5eb2-4e7b-bda5-12c668ac71b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""62472c6f-5eb2-4e7b-bda5-12c668ac71b3""}\n2025-08-01 11:55:15.792 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][67c20b23-3d14-4d9a-9761-ba7f59abe62b] received connection request\n2025-08-01 11:55:15.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:55:15.837 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67c20b23-3d14-4d9a-9761-ba7f59abe62b] socks forwarding established\n2025-08-01 11:55:15.882 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67c20b23-3d14-4d9a-9761-ba7f59abe62b] socks connection closed\n2025-08-01 11:55:15.883 [info] [command][62472c6f-5eb2-4e7b-bda5-12c668ac71b3] Process exited with code 0\n2025-08-01 11:55:15.883 [info] [command][62472c6f-5eb2-4e7b-bda5-12c668ac71b3] Socket close event received\n2025-08-01 11:55:15.925 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64163 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:56:15.887 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:56:15.890 [info] [command][08ea3320-faa3-4930-bf05-674bed5fa648] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""08ea3320-faa3-4930-bf05-674bed5fa648""}\n2025-08-01 11:56:15.891 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1f49432b-c3fe-4f32-ad3e-e816b9521e47] received connection request\n2025-08-01 11:56:15.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:56:15.936 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1f49432b-c3fe-4f32-ad3e-e816b9521e47] socks forwarding established\n2025-08-01 11:56:15.979 [info] [command][08ea3320-faa3-4930-bf05-674bed5fa648] Process exited with code 0\n2025-08-01 11:56:15.979 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1f49432b-c3fe-4f32-ad3e-e816b9521e47] socks connection closed\n2025-08-01 11:56:15.979 [info] [command][08ea3320-faa3-4930-bf05-674bed5fa648] Socket close event received\n2025-08-01 11:56:16.019 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64191 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:57:15.987 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:57:15.988 [info] [command][a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c""}\n2025-08-01 11:57:15.989 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][44df7cde-6f5b-4263-99f4-e6e4b58dac62] received connection request\n2025-08-01 11:57:15.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:57:16.037 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44df7cde-6f5b-4263-99f4-e6e4b58dac62] socks forwarding established\n2025-08-01 11:57:16.083 [info] [command][a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c] Process exited with code 0\n2025-08-01 11:57:16.083 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][44df7cde-6f5b-4263-99f4-e6e4b58dac62] socks connection closed\n2025-08-01 11:57:16.084 [info] [command][a81e13f1-dbd5-4baa-b83d-0dc6331dbd1c] Socket close event received\n2025-08-01 11:57:16.127 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64203 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:58:16.090 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:58:16.092 [info] [command][2da5d2af-f3a1-4585-9d9c-ed6b72317c11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2da5d2af-f3a1-4585-9d9c-ed6b72317c11""}\n2025-08-01 11:58:16.093 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7d202a26-ef41-4aa4-bbec-8ae6ef2f6788] received connection request\n2025-08-01 11:58:16.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:58:16.136 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d202a26-ef41-4aa4-bbec-8ae6ef2f6788] socks forwarding established\n2025-08-01 11:58:16.185 [info] [command][2da5d2af-f3a1-4585-9d9c-ed6b72317c11] Process exited with code 0\n2025-08-01 11:58:16.186 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7d202a26-ef41-4aa4-bbec-8ae6ef2f6788] socks connection closed\n2025-08-01 11:58:16.186 [info] [command][2da5d2af-f3a1-4585-9d9c-ed6b72317c11] Socket close event received\n2025-08-01 11:58:16.227 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64222 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 11:59:16.191 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 11:59:16.192 [info] [command][96062742-f67a-482e-9edb-077e73d4e9ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""96062742-f67a-482e-9edb-077e73d4e9ce""}\n2025-08-01 11:59:16.193 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8c91e28f-9216-42b3-b19b-5cba0e1b232f] received connection request\n2025-08-01 11:59:16.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 11:59:16.234 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c91e28f-9216-42b3-b19b-5cba0e1b232f] socks forwarding established\n2025-08-01 11:59:16.278 [info] [command][96062742-f67a-482e-9edb-077e73d4e9ce] Process exited with code 0\n2025-08-01 11:59:16.279 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8c91e28f-9216-42b3-b19b-5cba0e1b232f] socks connection closed\n2025-08-01 11:59:16.279 [info] [command][96062742-f67a-482e-9edb-077e73d4e9ce] Socket close event received\n2025-08-01 11:59:16.319 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64240 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:00:16.281 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:00:16.283 [info] [command][950cdd7f-44ee-4daa-9ce8-a54944788439] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""950cdd7f-44ee-4daa-9ce8-a54944788439""}\n2025-08-01 12:00:16.284 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fa31a990-6cbb-4978-bf32-38079758e34a] received connection request\n2025-08-01 12:00:16.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:00:16.325 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa31a990-6cbb-4978-bf32-38079758e34a] socks forwarding established\n2025-08-01 12:00:16.371 [info] [command][950cdd7f-44ee-4daa-9ce8-a54944788439] Process exited with code 0\n2025-08-01 12:00:16.371 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa31a990-6cbb-4978-bf32-38079758e34a] socks connection closed\n2025-08-01 12:00:16.371 [info] [command][950cdd7f-44ee-4daa-9ce8-a54944788439] Socket close event received\n2025-08-01 12:00:16.410 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64270 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:01:16.374 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:01:16.375 [info] [command][e7223807-d62b-4a6b-aff6-bea09b991f8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e7223807-d62b-4a6b-aff6-bea09b991f8d""}\n2025-08-01 12:01:16.375 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][86236639-ff61-448a-8b16-2ea28deec172] received connection request\n2025-08-01 12:01:16.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:01:16.416 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][86236639-ff61-448a-8b16-2ea28deec172] socks forwarding established\n2025-08-01 12:01:16.463 [info] [command][e7223807-d62b-4a6b-aff6-bea09b991f8d] Process exited with code 0\n2025-08-01 12:01:16.464 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][86236639-ff61-448a-8b16-2ea28deec172] socks connection closed\n2025-08-01 12:01:16.464 [info] [command][e7223807-d62b-4a6b-aff6-bea09b991f8d] Socket close event received\n2025-08-01 12:01:16.503 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64295 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:02:16.465 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:02:16.466 [info] [command][8eb9cefb-2756-4683-9470-e8a4f8d47758] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8eb9cefb-2756-4683-9470-e8a4f8d47758""}\n2025-08-01 12:02:16.466 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5d2178e7-d315-4fe2-8dad-192ee4d93594] received connection request\n2025-08-01 12:02:16.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:02:16.512 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d2178e7-d315-4fe2-8dad-192ee4d93594] socks forwarding established\n2025-08-01 12:02:16.555 [info] [command][8eb9cefb-2756-4683-9470-e8a4f8d47758] Process exited with code 0\n2025-08-01 12:02:16.555 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5d2178e7-d315-4fe2-8dad-192ee4d93594] socks connection closed\n2025-08-01 12:02:16.556 [info] [command][8eb9cefb-2756-4683-9470-e8a4f8d47758] Socket close event received\n2025-08-01 12:02:16.595 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64310 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:03:16.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:03:16.564 [info] [command][5407e33c-ba3c-4343-82df-ae10d3bb6f11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5407e33c-ba3c-4343-82df-ae10d3bb6f11""}\n2025-08-01 12:03:16.565 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7840d7b5-2aef-4a0c-a1d9-133be41675d6] received connection request\n2025-08-01 12:03:16.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:03:16.609 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7840d7b5-2aef-4a0c-a1d9-133be41675d6] socks forwarding established\n2025-08-01 12:03:16.656 [info] [command][5407e33c-ba3c-4343-82df-ae10d3bb6f11] Process exited with code 0\n2025-08-01 12:03:16.656 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7840d7b5-2aef-4a0c-a1d9-133be41675d6] socks connection closed\n2025-08-01 12:03:16.656 [info] [command][5407e33c-ba3c-4343-82df-ae10d3bb6f11] Socket close event received\n2025-08-01 12:03:16.705 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64335 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:04:16.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:04:16.658 [info] [command][c593830b-7838-4531-91e9-8b9db3c5afd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c593830b-7838-4531-91e9-8b9db3c5afd6""}\n2025-08-01 12:04:16.659 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3120b2b4-2f99-4466-9c97-7f0181680e97] received connection request\n2025-08-01 12:04:16.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:04:16.702 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3120b2b4-2f99-4466-9c97-7f0181680e97] socks forwarding established\n2025-08-01 12:04:16.747 [info] [command][c593830b-7838-4531-91e9-8b9db3c5afd6] Process exited with code 0\n2025-08-01 12:04:16.748 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3120b2b4-2f99-4466-9c97-7f0181680e97] socks connection closed\n2025-08-01 12:04:16.748 [info] [command][c593830b-7838-4531-91e9-8b9db3c5afd6] Socket close event received\n2025-08-01 12:04:16.787 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64358 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:05:16.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:05:16.757 [info] [command][a3ceb328-6fd5-4608-97c5-94af6e09d572] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a3ceb328-6fd5-4608-97c5-94af6e09d572""}\n2025-08-01 12:05:16.758 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e1ae3249-c1b7-469d-836f-0fc27502c8c8] received connection request\n2025-08-01 12:05:16.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:05:16.803 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1ae3249-c1b7-469d-836f-0fc27502c8c8] socks forwarding established\n2025-08-01 12:05:16.848 [info] [command][a3ceb328-6fd5-4608-97c5-94af6e09d572] Process exited with code 0\n2025-08-01 12:05:16.848 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1ae3249-c1b7-469d-836f-0fc27502c8c8] socks connection closed\n2025-08-01 12:05:16.848 [info] [command][a3ceb328-6fd5-4608-97c5-94af6e09d572] Socket close event received\n2025-08-01 12:05:16.890 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64401 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:06:16.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:06:16.850 [info] [command][e26f5770-ed84-4ac8-923f-157fb813b7ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e26f5770-ed84-4ac8-923f-157fb813b7ec""}\n2025-08-01 12:06:16.851 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a5fe1858-8efe-40be-8cbd-92beeb14e35c] received connection request\n2025-08-01 12:06:16.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:06:16.893 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5fe1858-8efe-40be-8cbd-92beeb14e35c] socks forwarding established\n2025-08-01 12:06:16.940 [info] [command][e26f5770-ed84-4ac8-923f-157fb813b7ec] Process exited with code 0\n2025-08-01 12:06:16.940 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5fe1858-8efe-40be-8cbd-92beeb14e35c] socks connection closed\n2025-08-01 12:06:16.940 [info] [command][e26f5770-ed84-4ac8-923f-157fb813b7ec] Socket close event received\n2025-08-01 12:06:16.980 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64433 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:07:16.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:07:16.944 [info] [command][56468bb0-0771-4c3a-ad2c-41307d538995] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""56468bb0-0771-4c3a-ad2c-41307d538995""}\n2025-08-01 12:07:16.944 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0e9bf6cd-4380-47b1-96a9-fecfc1f2632b] received connection request\n2025-08-01 12:07:16.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:07:16.990 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e9bf6cd-4380-47b1-96a9-fecfc1f2632b] socks forwarding established\n2025-08-01 12:07:17.035 [info] [command][56468bb0-0771-4c3a-ad2c-41307d538995] Process exited with code 0\n2025-08-01 12:07:17.036 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0e9bf6cd-4380-47b1-96a9-fecfc1f2632b] socks connection closed\n2025-08-01 12:07:17.036 [info] [command][56468bb0-0771-4c3a-ad2c-41307d538995] Socket close event received\n2025-08-01 12:07:17.076 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64452 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:08:17.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:08:17.039 [info] [command][e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e""}\n2025-08-01 12:08:17.039 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0a0038a8-f511-42ad-aea5-8b64f68e7710] received connection request\n2025-08-01 12:08:17.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:08:17.084 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a0038a8-f511-42ad-aea5-8b64f68e7710] socks forwarding established\n2025-08-01 12:08:17.132 [info] [command][e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e] Process exited with code 0\n2025-08-01 12:08:17.132 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0a0038a8-f511-42ad-aea5-8b64f68e7710] socks connection closed\n2025-08-01 12:08:17.132 [info] [command][e2cd8fa8-99e4-43d6-a241-05dd6a9dfc1e] Socket close event received\n2025-08-01 12:08:17.173 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64465 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:09:17.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:09:17.139 [info] [command][91cc27c5-3516-4ed7-9900-1078a896c5fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""91cc27c5-3516-4ed7-9900-1078a896c5fe""}\n2025-08-01 12:09:17.140 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ff21d318-73cc-4570-b483-6c4b7a5868c3] received connection request\n2025-08-01 12:09:17.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:09:17.181 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ff21d318-73cc-4570-b483-6c4b7a5868c3] socks forwarding established\n2025-08-01 12:09:17.225 [info] [command][91cc27c5-3516-4ed7-9900-1078a896c5fe] Process exited with code 0\n2025-08-01 12:09:17.225 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ff21d318-73cc-4570-b483-6c4b7a5868c3] socks connection closed\n2025-08-01 12:09:17.225 [info] [command][91cc27c5-3516-4ed7-9900-1078a896c5fe] Socket close event received\n2025-08-01 12:09:17.265 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64477 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:10:17.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:10:17.232 [info] [command][36edf0de-6821-4538-a831-32408ab148a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""36edf0de-6821-4538-a831-32408ab148a6""}\n2025-08-01 12:10:17.232 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][aadf2b25-2f51-4ab3-b608-b6ba720a1d93] received connection request\n2025-08-01 12:10:17.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:10:17.280 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aadf2b25-2f51-4ab3-b608-b6ba720a1d93] socks forwarding established\n2025-08-01 12:10:17.323 [info] [command][36edf0de-6821-4538-a831-32408ab148a6] Process exited with code 0\n2025-08-01 12:10:17.324 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aadf2b25-2f51-4ab3-b608-b6ba720a1d93] socks connection closed\n2025-08-01 12:10:17.324 [info] [command][36edf0de-6821-4538-a831-32408ab148a6] Socket close event received\n2025-08-01 12:10:17.365 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64503 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:11:17.331 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:11:17.332 [info] [command][0a58f5b7-5bdb-49f3-8689-39dea7d1f504] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0a58f5b7-5bdb-49f3-8689-39dea7d1f504""}\n2025-08-01 12:11:17.333 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d76a1681-c867-44e5-aaa5-f600c049216a] received connection request\n2025-08-01 12:11:17.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:11:17.376 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d76a1681-c867-44e5-aaa5-f600c049216a] socks forwarding established\n2025-08-01 12:11:17.421 [info] [command][0a58f5b7-5bdb-49f3-8689-39dea7d1f504] Process exited with code 0\n2025-08-01 12:11:17.422 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d76a1681-c867-44e5-aaa5-f600c049216a] socks connection closed\n2025-08-01 12:11:17.422 [info] [command][0a58f5b7-5bdb-49f3-8689-39dea7d1f504] Socket close event received\n2025-08-01 12:11:17.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64530 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:12:17.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:12:17.428 [info] [command][8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0""}\n2025-08-01 12:12:17.428 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][23329251-a484-4672-b751-c63c4b22a66f] received connection request\n2025-08-01 12:12:17.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:12:17.471 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23329251-a484-4672-b751-c63c4b22a66f] socks forwarding established\n2025-08-01 12:12:17.518 [info] [command][8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0] Process exited with code 0\n2025-08-01 12:12:17.518 [info] [command][8e3b921d-dcb7-42e5-9f0b-4fb2e3ea37e0] Socket close event received\n2025-08-01 12:12:17.518 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23329251-a484-4672-b751-c63c4b22a66f] socks connection closed\n2025-08-01 12:12:17.559 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64542 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:13:17.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:13:17.527 [info] [command][7be8139e-39e7-41e1-85aa-a27e0cd8e54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7be8139e-39e7-41e1-85aa-a27e0cd8e54c""}\n2025-08-01 12:13:17.527 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][470040fe-a11f-4735-96ac-8087e6eb6772] received connection request\n2025-08-01 12:13:17.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:13:17.574 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][470040fe-a11f-4735-96ac-8087e6eb6772] socks forwarding established\n2025-08-01 12:13:17.619 [info] [command][7be8139e-39e7-41e1-85aa-a27e0cd8e54c] Process exited with code 0\n2025-08-01 12:13:17.619 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][470040fe-a11f-4735-96ac-8087e6eb6772] socks connection closed\n2025-08-01 12:13:17.619 [info] [command][7be8139e-39e7-41e1-85aa-a27e0cd8e54c] Socket close event received\n2025-08-01 12:13:17.660 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64555 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:14:17.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:14:17.627 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5abde379-df33-458f-9faa-4338f2535fec] received connection request\n2025-08-01 12:14:17.628 [info] [command][783ed77d-d8a3-4efc-9836-90a4b1907727] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""783ed77d-d8a3-4efc-9836-90a4b1907727""}\n2025-08-01 12:14:17.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:14:17.671 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5abde379-df33-458f-9faa-4338f2535fec] socks forwarding established\n2025-08-01 12:14:17.715 [info] [command][783ed77d-d8a3-4efc-9836-90a4b1907727] Process exited with code 0\n2025-08-01 12:14:17.715 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5abde379-df33-458f-9faa-4338f2535fec] socks connection closed\n2025-08-01 12:14:17.715 [info] [command][783ed77d-d8a3-4efc-9836-90a4b1907727] Socket close event received\n2025-08-01 12:14:17.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64568 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:15:17.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:15:17.719 [info] [command][2ca11eaf-bd39-4843-b2b0-94edf95cf7b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2ca11eaf-bd39-4843-b2b0-94edf95cf7b6""}\n2025-08-01 12:15:17.719 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e586effe-bcb4-426c-a62d-294d9a56d4be] received connection request\n2025-08-01 12:15:17.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:15:17.762 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e586effe-bcb4-426c-a62d-294d9a56d4be] socks forwarding established\n2025-08-01 12:15:17.807 [info] [command][2ca11eaf-bd39-4843-b2b0-94edf95cf7b6] Process exited with code 0\n2025-08-01 12:15:17.808 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e586effe-bcb4-426c-a62d-294d9a56d4be] socks connection closed\n2025-08-01 12:15:17.808 [info] [command][2ca11eaf-bd39-4843-b2b0-94edf95cf7b6] Socket close event received\n2025-08-01 12:15:17.850 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64593 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:16:17.810 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:16:17.811 [info] [command][36eaa56f-7582-4722-b151-ad905b82440f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""36eaa56f-7582-4722-b151-ad905b82440f""}\n2025-08-01 12:16:17.812 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3cab18ae-0309-418a-b680-e1a41dbfa3f4] received connection request\n2025-08-01 12:16:17.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:16:17.855 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3cab18ae-0309-418a-b680-e1a41dbfa3f4] socks forwarding established\n2025-08-01 12:16:17.901 [info] [command][36eaa56f-7582-4722-b151-ad905b82440f] Process exited with code 0\n2025-08-01 12:16:17.902 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3cab18ae-0309-418a-b680-e1a41dbfa3f4] socks connection closed\n2025-08-01 12:16:17.902 [info] [command][36eaa56f-7582-4722-b151-ad905b82440f] Socket close event received\n2025-08-01 12:16:17.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64624 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:17:17.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:17:17.901 [info] [command][7c3d6689-1e5c-4c4b-8209-1834b3b945b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7c3d6689-1e5c-4c4b-8209-1834b3b945b1""}\n2025-08-01 12:17:17.902 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][00545702-2222-42f3-944f-bcb8e349e2f7] received connection request\n2025-08-01 12:17:17.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:17:17.948 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][00545702-2222-42f3-944f-bcb8e349e2f7] socks forwarding established\n2025-08-01 12:17:17.996 [info] [command][7c3d6689-1e5c-4c4b-8209-1834b3b945b1] Process exited with code 0\n2025-08-01 12:17:17.996 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][00545702-2222-42f3-944f-bcb8e349e2f7] socks connection closed\n2025-08-01 12:17:17.996 [info] [command][7c3d6689-1e5c-4c4b-8209-1834b3b945b1] Socket close event received\n2025-08-01 12:17:18.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64636 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:18:17.997 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:18:17.999 [info] [command][16446c2f-08fb-468f-9637-9c3563deed67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""16446c2f-08fb-468f-9637-9c3563deed67""}\n2025-08-01 12:18:17.999 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][433e3637-0205-47dd-b7e0-a1d11151070f] received connection request\n2025-08-01 12:18:18.000 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:18:18.096 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][433e3637-0205-47dd-b7e0-a1d11151070f] socks forwarding established\n2025-08-01 12:18:18.141 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][433e3637-0205-47dd-b7e0-a1d11151070f] socks connection closed\n2025-08-01 12:18:18.141 [info] [command][16446c2f-08fb-468f-9637-9c3563deed67] Process exited with code 0\n2025-08-01 12:18:18.141 [info] [command][16446c2f-08fb-468f-9637-9c3563deed67] Socket close event received\n2025-08-01 12:18:18.182 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64660 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:19:18.139 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:19:18.141 [info] [command][e0d046b4-e39f-4b81-9e42-a42780322f74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e0d046b4-e39f-4b81-9e42-a42780322f74""}\n2025-08-01 12:19:18.142 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][402b5ada-2944-4613-8a6d-5175dde51bb8] received connection request\n2025-08-01 12:19:18.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:19:18.182 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][402b5ada-2944-4613-8a6d-5175dde51bb8] socks forwarding established\n2025-08-01 12:19:18.240 [info] [command][e0d046b4-e39f-4b81-9e42-a42780322f74] Process exited with code 0\n2025-08-01 12:19:18.240 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][402b5ada-2944-4613-8a6d-5175dde51bb8] socks connection closed\n2025-08-01 12:19:18.241 [info] [command][e0d046b4-e39f-4b81-9e42-a42780322f74] Socket close event received\n2025-08-01 12:19:18.281 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64691 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:20:18.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:20:18.245 [info] [command][3baed3a4-835a-4132-8d93-a2056f36d71a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3baed3a4-835a-4132-8d93-a2056f36d71a""}\n2025-08-01 12:20:18.246 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2708a709-5b83-41d4-b4e3-c07002ef0306] received connection request\n2025-08-01 12:20:18.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:20:18.290 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2708a709-5b83-41d4-b4e3-c07002ef0306] socks forwarding established\n2025-08-01 12:20:18.336 [info] [command][3baed3a4-835a-4132-8d93-a2056f36d71a] Process exited with code 0\n2025-08-01 12:20:18.337 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2708a709-5b83-41d4-b4e3-c07002ef0306] socks connection closed\n2025-08-01 12:20:18.337 [info] [command][3baed3a4-835a-4132-8d93-a2056f36d71a] Socket close event received\n2025-08-01 12:20:18.377 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64731 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:21:18.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:21:18.341 [info] [command][8ef0139c-c251-4486-ad90-3b166071ec1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8ef0139c-c251-4486-ad90-3b166071ec1a""}\n2025-08-01 12:21:18.342 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4a4b55a0-62c4-42f6-8daf-973ffa932081] received connection request\n2025-08-01 12:21:18.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:21:18.343 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:21:18.388 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4b55a0-62c4-42f6-8daf-973ffa932081] socks forwarding established\n2025-08-01 12:21:18.433 [info] [command][8ef0139c-c251-4486-ad90-3b166071ec1a] Process exited with code 0\n2025-08-01 12:21:18.434 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4a4b55a0-62c4-42f6-8daf-973ffa932081] socks connection closed\n2025-08-01 12:21:18.434 [info] [command][8ef0139c-c251-4486-ad90-3b166071ec1a] Socket close event received\n2025-08-01 12:21:18.473 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64747 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:22:18.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:22:18.441 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3babd99c-0e88-40be-a9bc-5b0b000f108d] received connection request\n2025-08-01 12:22:18.441 [info] [command][8b1b08f8-47c0-4802-88a3-6609d3db7c2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8b1b08f8-47c0-4802-88a3-6609d3db7c2e""}\n2025-08-01 12:22:18.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:22:18.491 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3babd99c-0e88-40be-a9bc-5b0b000f108d] socks forwarding established\n2025-08-01 12:22:18.537 [info] [command][8b1b08f8-47c0-4802-88a3-6609d3db7c2e] Process exited with code 0\n2025-08-01 12:22:18.537 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3babd99c-0e88-40be-a9bc-5b0b000f108d] socks connection closed\n2025-08-01 12:22:18.538 [info] [command][8b1b08f8-47c0-4802-88a3-6609d3db7c2e] Socket close event received\n2025-08-01 12:22:18.581 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64760 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:23:18.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:23:18.540 [info] [command][760d60a2-5a10-4f36-bfb7-101f7736c7f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""760d60a2-5a10-4f36-bfb7-101f7736c7f4""}\n2025-08-01 12:23:18.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3e7291e0-c7c5-4c7e-bdcf-94e08c6acb8a] received connection request\n2025-08-01 12:23:18.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:23:18.585 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3e7291e0-c7c5-4c7e-bdcf-94e08c6acb8a] socks forwarding established\n2025-08-01 12:23:18.639 [info] [command][760d60a2-5a10-4f36-bfb7-101f7736c7f4] Process exited with code 0\n2025-08-01 12:23:18.639 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3e7291e0-c7c5-4c7e-bdcf-94e08c6acb8a] socks connection closed\n2025-08-01 12:23:18.639 [info] [command][760d60a2-5a10-4f36-bfb7-101f7736c7f4] Socket close event received\n2025-08-01 12:23:18.681 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64792 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:24:18.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:24:18.643 [info] [command][dfa97f62-9b50-4dc0-a8ce-fd2bb995261f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""dfa97f62-9b50-4dc0-a8ce-fd2bb995261f""}\n2025-08-01 12:24:18.643 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1160234f-3b5c-43bf-9d33-8f760412ffc4] received connection request\n2025-08-01 12:24:18.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:24:18.688 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1160234f-3b5c-43bf-9d33-8f760412ffc4] socks forwarding established\n2025-08-01 12:24:18.735 [info] [command][dfa97f62-9b50-4dc0-a8ce-fd2bb995261f] Process exited with code 0\n2025-08-01 12:24:18.735 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1160234f-3b5c-43bf-9d33-8f760412ffc4] socks connection closed\n2025-08-01 12:24:18.736 [info] [command][dfa97f62-9b50-4dc0-a8ce-fd2bb995261f] Socket close event received\n2025-08-01 12:24:18.775 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64829 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:25:18.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:25:18.741 [info] [command][70ab1c2c-1f19-4bcb-b413-e61875ce0acb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""70ab1c2c-1f19-4bcb-b413-e61875ce0acb""}\n2025-08-01 12:25:18.742 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9ad9f0e2-8d01-46c5-b560-4debb56ba826] received connection request\n2025-08-01 12:25:18.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:25:18.787 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9ad9f0e2-8d01-46c5-b560-4debb56ba826] socks forwarding established\n2025-08-01 12:25:18.833 [info] [command][70ab1c2c-1f19-4bcb-b413-e61875ce0acb] Process exited with code 0\n2025-08-01 12:25:18.833 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9ad9f0e2-8d01-46c5-b560-4debb56ba826] socks connection closed\n2025-08-01 12:25:18.834 [info] [command][70ab1c2c-1f19-4bcb-b413-e61875ce0acb] Socket close event received\n2025-08-01 12:25:18.873 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64881 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:26:18.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:26:18.837 [info] [command][6e890b8e-4691-4f6e-a958-f656ee84889d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6e890b8e-4691-4f6e-a958-f656ee84889d""}\n2025-08-01 12:26:18.837 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b9362184-3940-4242-8792-4f4606e22ab5] received connection request\n2025-08-01 12:26:18.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:26:18.879 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b9362184-3940-4242-8792-4f4606e22ab5] socks forwarding established\n2025-08-01 12:26:18.924 [info] [command][6e890b8e-4691-4f6e-a958-f656ee84889d] Process exited with code 0\n2025-08-01 12:26:18.924 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b9362184-3940-4242-8792-4f4606e22ab5] socks connection closed\n2025-08-01 12:26:18.924 [info] [command][6e890b8e-4691-4f6e-a958-f656ee84889d] Socket close event received\n2025-08-01 12:26:18.964 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64914 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:27:18.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:27:18.926 [info] [command][db9e54ca-5051-43a0-94d8-4173b2f5bb3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""db9e54ca-5051-43a0-94d8-4173b2f5bb3b""}\n2025-08-01 12:27:18.926 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d11ccd79-804c-4416-9d95-77f9b2e14b6c] received connection request\n2025-08-01 12:27:18.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:27:18.975 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d11ccd79-804c-4416-9d95-77f9b2e14b6c] socks forwarding established\n2025-08-01 12:27:19.020 [info] [command][db9e54ca-5051-43a0-94d8-4173b2f5bb3b] Process exited with code 0\n2025-08-01 12:27:19.020 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d11ccd79-804c-4416-9d95-77f9b2e14b6c] socks connection closed\n2025-08-01 12:27:19.020 [info] [command][db9e54ca-5051-43a0-94d8-4173b2f5bb3b] Socket close event received\n2025-08-01 12:27:19.061 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64933 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:28:19.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:28:19.020 [info] [command][f0752b2d-83ef-4625-871a-2ab2a5652467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f0752b2d-83ef-4625-871a-2ab2a5652467""}\n2025-08-01 12:28:19.021 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][af25852b-c972-4ffe-942d-dc5059c257e1] received connection request\n2025-08-01 12:28:19.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:28:19.064 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af25852b-c972-4ffe-942d-dc5059c257e1] socks forwarding established\n2025-08-01 12:28:19.109 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][af25852b-c972-4ffe-942d-dc5059c257e1] socks connection closed\n2025-08-01 12:28:19.109 [info] [command][f0752b2d-83ef-4625-871a-2ab2a5652467] Process exited with code 0\n2025-08-01 12:28:19.109 [info] [command][f0752b2d-83ef-4625-871a-2ab2a5652467] Socket close event received\n2025-08-01 12:28:19.148 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64949 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:29:19.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:29:19.109 [info] [command][f6d41372-bb8e-42dc-b8ef-9d504b414150] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f6d41372-bb8e-42dc-b8ef-9d504b414150""}\n2025-08-01 12:29:19.110 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][61c85d81-48cf-4894-a12c-721b53702450] received connection request\n2025-08-01 12:29:19.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:29:19.152 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][61c85d81-48cf-4894-a12c-721b53702450] socks forwarding established\n2025-08-01 12:29:19.205 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][61c85d81-48cf-4894-a12c-721b53702450] socks connection closed\n2025-08-01 12:29:19.205 [info] [command][f6d41372-bb8e-42dc-b8ef-9d504b414150] Process exited with code 0\n2025-08-01 12:29:19.205 [info] [command][f6d41372-bb8e-42dc-b8ef-9d504b414150] Socket close event received\n2025-08-01 12:29:19.249 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 64979 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:30:19.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:30:19.205 [info] [command][dde2088c-6556-4c1d-99f0-c0f956af0f82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""dde2088c-6556-4c1d-99f0-c0f956af0f82""}\n2025-08-01 12:30:19.206 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3fd30419-ed60-4c14-ac5c-8aab34889eb6] received connection request\n2025-08-01 12:30:19.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:30:19.250 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3fd30419-ed60-4c14-ac5c-8aab34889eb6] socks forwarding established\n2025-08-01 12:30:19.297 [info] [command][dde2088c-6556-4c1d-99f0-c0f956af0f82] Process exited with code 0\n2025-08-01 12:30:19.297 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3fd30419-ed60-4c14-ac5c-8aab34889eb6] socks connection closed\n2025-08-01 12:30:19.298 [info] [command][dde2088c-6556-4c1d-99f0-c0f956af0f82] Socket close event received\n2025-08-01 12:30:19.338 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65009 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:31:19.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:31:19.302 [info] [command][fa298a9b-d2b2-47fa-ab02-205b00cf0be0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fa298a9b-d2b2-47fa-ab02-205b00cf0be0""}\n2025-08-01 12:31:19.302 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][170ec404-6995-4483-880c-5c6a605e2a89] received connection request\n2025-08-01 12:31:19.304 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:31:19.346 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][170ec404-6995-4483-880c-5c6a605e2a89] socks forwarding established\n2025-08-01 12:31:19.395 [info] [command][fa298a9b-d2b2-47fa-ab02-205b00cf0be0] Process exited with code 0\n2025-08-01 12:31:19.395 [info] [command][fa298a9b-d2b2-47fa-ab02-205b00cf0be0] Socket close event received\n2025-08-01 12:31:19.395 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][170ec404-6995-4483-880c-5c6a605e2a89] socks connection closed\n2025-08-01 12:31:19.438 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65032 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:32:19.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:32:19.401 [info] [command][1079f1d2-9367-41f8-9ad6-6ca58c8c9344] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1079f1d2-9367-41f8-9ad6-6ca58c8c9344""}\n2025-08-01 12:32:19.401 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f0b582ea-ca6d-4fed-a889-1c4f4be1db91] received connection request\n2025-08-01 12:32:19.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:32:19.446 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f0b582ea-ca6d-4fed-a889-1c4f4be1db91] socks forwarding established\n2025-08-01 12:32:19.491 [info] [command][1079f1d2-9367-41f8-9ad6-6ca58c8c9344] Process exited with code 0\n2025-08-01 12:32:19.491 [info] [command][1079f1d2-9367-41f8-9ad6-6ca58c8c9344] Socket close event received\n2025-08-01 12:32:19.491 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f0b582ea-ca6d-4fed-a889-1c4f4be1db91] socks connection closed\n2025-08-01 12:32:19.531 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65050 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:33:19.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:33:19.493 [info] [command][06b6f493-32a0-4e88-962f-7020e18ba8ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""06b6f493-32a0-4e88-962f-7020e18ba8ad""}\n2025-08-01 12:33:19.494 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f6faca54-5605-415f-8ff7-bc66e581661a] received connection request\n2025-08-01 12:33:19.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:33:19.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6faca54-5605-415f-8ff7-bc66e581661a] socks forwarding established\n2025-08-01 12:33:19.587 [info] [command][06b6f493-32a0-4e88-962f-7020e18ba8ad] Process exited with code 0\n2025-08-01 12:33:19.588 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6faca54-5605-415f-8ff7-bc66e581661a] socks connection closed\n2025-08-01 12:33:19.588 [info] [command][06b6f493-32a0-4e88-962f-7020e18ba8ad] Socket close event received\n2025-08-01 12:33:19.630 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65070 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:34:19.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:34:19.592 [info] [command][a953d3cb-cb6d-4b77-99b5-03ddab8a454c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a953d3cb-cb6d-4b77-99b5-03ddab8a454c""}\n2025-08-01 12:34:19.593 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4b50714d-a52a-40d1-b288-64c3c4ccda12] received connection request\n2025-08-01 12:34:19.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:34:19.634 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4b50714d-a52a-40d1-b288-64c3c4ccda12] socks forwarding established\n2025-08-01 12:34:19.679 [info] [command][a953d3cb-cb6d-4b77-99b5-03ddab8a454c] Process exited with code 0\n2025-08-01 12:34:19.679 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4b50714d-a52a-40d1-b288-64c3c4ccda12] socks connection closed\n2025-08-01 12:34:19.679 [info] [command][a953d3cb-cb6d-4b77-99b5-03ddab8a454c] Socket close event received\n2025-08-01 12:34:19.720 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65100 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:35:19.679 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:35:19.681 [info] [command][ffb643ef-e475-4515-bdb4-061164cbf3c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ffb643ef-e475-4515-bdb4-061164cbf3c8""}\n2025-08-01 12:35:19.682 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d2b19c66-3aa5-4976-81a4-71843ba52aa6] received connection request\n2025-08-01 12:35:19.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:35:19.730 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2b19c66-3aa5-4976-81a4-71843ba52aa6] socks forwarding established\n2025-08-01 12:35:19.781 [info] [command][ffb643ef-e475-4515-bdb4-061164cbf3c8] Process exited with code 0\n2025-08-01 12:35:19.781 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d2b19c66-3aa5-4976-81a4-71843ba52aa6] socks connection closed\n2025-08-01 12:35:19.781 [info] [command][ffb643ef-e475-4515-bdb4-061164cbf3c8] Socket close event received\n2025-08-01 12:35:19.822 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65139 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:36:19.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:36:19.784 [info] [command][fa0f834b-e981-4d3b-99b0-d4016efa68fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""fa0f834b-e981-4d3b-99b0-d4016efa68fc""}\n2025-08-01 12:36:19.784 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a49660a3-c27c-4dc9-957c-09c7e26a6664] received connection request\n2025-08-01 12:36:19.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:36:19.843 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a49660a3-c27c-4dc9-957c-09c7e26a6664] socks forwarding established\n2025-08-01 12:36:19.888 [info] [command][fa0f834b-e981-4d3b-99b0-d4016efa68fc] Process exited with code 0\n2025-08-01 12:36:19.888 [info] [command][fa0f834b-e981-4d3b-99b0-d4016efa68fc] Socket close event received\n2025-08-01 12:36:19.891 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a49660a3-c27c-4dc9-957c-09c7e26a6664] socks connection closed\n2025-08-01 12:36:19.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65159 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:37:19.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:37:19.892 [info] [command][0cb464e2-01cc-4543-8cff-bb69435a1805] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0cb464e2-01cc-4543-8cff-bb69435a1805""}\n2025-08-01 12:37:19.893 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][043e25e1-269e-4609-a917-fc23a0b23a25] received connection request\n2025-08-01 12:37:19.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:37:19.893 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:37:19.933 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][043e25e1-269e-4609-a917-fc23a0b23a25] socks forwarding established\n2025-08-01 12:37:19.983 [info] [command][0cb464e2-01cc-4543-8cff-bb69435a1805] Process exited with code 0\n2025-08-01 12:37:19.983 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][043e25e1-269e-4609-a917-fc23a0b23a25] socks connection closed\n2025-08-01 12:37:19.984 [info] [command][0cb464e2-01cc-4543-8cff-bb69435a1805] Socket close event received\n2025-08-01 12:37:20.025 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65180 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:38:19.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:38:19.988 [info] [command][45826f22-46a9-4179-9ff8-7f53894ed057] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""45826f22-46a9-4179-9ff8-7f53894ed057""}\n2025-08-01 12:38:19.988 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1cd7af6c-a7d6-47ce-a458-a375b7f7c0a1] received connection request\n2025-08-01 12:38:19.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:38:20.035 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1cd7af6c-a7d6-47ce-a458-a375b7f7c0a1] socks forwarding established\n2025-08-01 12:38:20.081 [info] [command][45826f22-46a9-4179-9ff8-7f53894ed057] Process exited with code 0\n2025-08-01 12:38:20.081 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1cd7af6c-a7d6-47ce-a458-a375b7f7c0a1] socks connection closed\n2025-08-01 12:38:20.081 [info] [command][45826f22-46a9-4179-9ff8-7f53894ed057] Socket close event received\n2025-08-01 12:38:20.125 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65203 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:39:20.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:39:20.081 [info] [command][4c5082d6-8fbd-458c-847e-0fc2eda3be18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4c5082d6-8fbd-458c-847e-0fc2eda3be18""}\n2025-08-01 12:39:20.081 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f8a23766-e544-438d-8de0-5eb3a0a41eb9] received connection request\n2025-08-01 12:39:20.081 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:39:20.081 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:39:20.130 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8a23766-e544-438d-8de0-5eb3a0a41eb9] socks forwarding established\n2025-08-01 12:39:20.175 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8a23766-e544-438d-8de0-5eb3a0a41eb9] socks connection closed\n2025-08-01 12:39:20.175 [info] [command][4c5082d6-8fbd-458c-847e-0fc2eda3be18] Process exited with code 0\n2025-08-01 12:39:20.175 [info] [command][4c5082d6-8fbd-458c-847e-0fc2eda3be18] Socket close event received\n2025-08-01 12:39:20.219 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65232 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:40:20.177 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:40:20.179 [info] [command][4ab97bbc-7302-408c-ab98-2c1fc25bfc7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ab97bbc-7302-408c-ab98-2c1fc25bfc7a""}\n2025-08-01 12:40:20.179 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0b4a3734-06a6-4e4a-ab7f-aa3f750d0d2c] received connection request\n2025-08-01 12:40:20.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:40:20.218 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0b4a3734-06a6-4e4a-ab7f-aa3f750d0d2c] socks forwarding established\n2025-08-01 12:40:20.262 [info] [command][4ab97bbc-7302-408c-ab98-2c1fc25bfc7a] Process exited with code 0\n2025-08-01 12:40:20.263 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0b4a3734-06a6-4e4a-ab7f-aa3f750d0d2c] socks connection closed\n2025-08-01 12:40:20.263 [info] [command][4ab97bbc-7302-408c-ab98-2c1fc25bfc7a] Socket close event received\n2025-08-01 12:40:20.301 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65303 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:41:20.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:41:20.269 [info] [command][a6d203e3-0661-42e2-a8a3-7a0260e5eeaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a6d203e3-0661-42e2-a8a3-7a0260e5eeaf""}\n2025-08-01 12:41:20.270 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1c6018c4-6961-4943-95eb-3711a543547f] received connection request\n2025-08-01 12:41:20.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:41:20.315 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1c6018c4-6961-4943-95eb-3711a543547f] socks forwarding established\n2025-08-01 12:41:20.361 [info] [command][a6d203e3-0661-42e2-a8a3-7a0260e5eeaf] Process exited with code 0\n2025-08-01 12:41:20.361 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1c6018c4-6961-4943-95eb-3711a543547f] socks connection closed\n2025-08-01 12:41:20.361 [info] [command][a6d203e3-0661-42e2-a8a3-7a0260e5eeaf] Socket close event received\n2025-08-01 12:41:20.401 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65335 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:42:20.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:42:20.363 [info] [command][68700a83-a2de-4f26-88a8-dc212c278f11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""68700a83-a2de-4f26-88a8-dc212c278f11""}\n2025-08-01 12:42:20.364 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5ff713b7-ea4c-48fa-86f2-4285d44645be] received connection request\n2025-08-01 12:42:20.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:42:20.410 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5ff713b7-ea4c-48fa-86f2-4285d44645be] socks forwarding established\n2025-08-01 12:42:20.457 [info] [command][68700a83-a2de-4f26-88a8-dc212c278f11] Process exited with code 0\n2025-08-01 12:42:20.457 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5ff713b7-ea4c-48fa-86f2-4285d44645be] socks connection closed\n2025-08-01 12:42:20.458 [info] [command][68700a83-a2de-4f26-88a8-dc212c278f11] Socket close event received\n2025-08-01 12:42:20.499 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65351 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:43:20.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:43:20.461 [info] [command][86cdcbf6-122f-4216-9347-297ba1e31cf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""86cdcbf6-122f-4216-9347-297ba1e31cf5""}\n2025-08-01 12:43:20.461 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b45d8715-9566-4dff-9024-3b9d38e1bd68] received connection request\n2025-08-01 12:43:20.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:43:20.503 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b45d8715-9566-4dff-9024-3b9d38e1bd68] socks forwarding established\n2025-08-01 12:43:20.550 [info] [command][86cdcbf6-122f-4216-9347-297ba1e31cf5] Process exited with code 0\n2025-08-01 12:43:20.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b45d8715-9566-4dff-9024-3b9d38e1bd68] socks connection closed\n2025-08-01 12:43:20.550 [info] [command][86cdcbf6-122f-4216-9347-297ba1e31cf5] Socket close event received\n2025-08-01 12:43:20.588 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65372 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:44:20.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:44:20.548 [info] [command][8c1775db-b363-4526-b3ce-4d27a418e6be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8c1775db-b363-4526-b3ce-4d27a418e6be""}\n2025-08-01 12:44:20.548 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6017920f-567a-4812-a565-9b1aecea8072] received connection request\n2025-08-01 12:44:20.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:44:20.588 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6017920f-567a-4812-a565-9b1aecea8072] socks forwarding established\n2025-08-01 12:44:20.632 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6017920f-567a-4812-a565-9b1aecea8072] socks connection closed\n2025-08-01 12:44:20.632 [info] [command][8c1775db-b363-4526-b3ce-4d27a418e6be] Process exited with code 0\n2025-08-01 12:44:20.632 [info] [command][8c1775db-b363-4526-b3ce-4d27a418e6be] Socket close event received\n2025-08-01 12:44:20.675 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65408 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:45:20.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:45:20.637 [info] [command][85c67531-bbcc-48cc-87ea-4c489e37ff96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""85c67531-bbcc-48cc-87ea-4c489e37ff96""}\n2025-08-01 12:45:20.638 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8d6799b8-293b-40b9-ac31-c11068f5cf3d] received connection request\n2025-08-01 12:45:20.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:45:20.680 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d6799b8-293b-40b9-ac31-c11068f5cf3d] socks forwarding established\n2025-08-01 12:45:20.724 [info] [command][85c67531-bbcc-48cc-87ea-4c489e37ff96] Process exited with code 0\n2025-08-01 12:45:20.725 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8d6799b8-293b-40b9-ac31-c11068f5cf3d] socks connection closed\n2025-08-01 12:45:20.725 [info] [command][85c67531-bbcc-48cc-87ea-4c489e37ff96] Socket close event received\n2025-08-01 12:45:20.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65439 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:46:20.724 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:46:20.730 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][532e4fc1-4138-4273-9050-b168435e1b09] received connection request\n2025-08-01 12:46:20.730 [info] [command][7a3528c1-5c7c-41bf-a902-291012936a4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7a3528c1-5c7c-41bf-a902-291012936a4b""}\n2025-08-01 12:46:20.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:46:20.775 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][532e4fc1-4138-4273-9050-b168435e1b09] socks forwarding established\n2025-08-01 12:46:20.821 [info] [command][7a3528c1-5c7c-41bf-a902-291012936a4b] Process exited with code 0\n2025-08-01 12:46:20.822 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][532e4fc1-4138-4273-9050-b168435e1b09] socks connection closed\n2025-08-01 12:46:20.823 [info] [command][7a3528c1-5c7c-41bf-a902-291012936a4b] Socket close event received\n2025-08-01 12:46:20.866 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65454 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:47:20.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:47:20.825 [info] [command][c95fec79-f402-4f28-8235-e5e9e5a23271] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c95fec79-f402-4f28-8235-e5e9e5a23271""}\n2025-08-01 12:47:20.826 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e178fce2-b400-411a-a34f-c72ddb5a57f5] received connection request\n2025-08-01 12:47:20.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:47:20.872 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e178fce2-b400-411a-a34f-c72ddb5a57f5] socks forwarding established\n2025-08-01 12:47:20.920 [info] [command][c95fec79-f402-4f28-8235-e5e9e5a23271] Process exited with code 0\n2025-08-01 12:47:20.920 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e178fce2-b400-411a-a34f-c72ddb5a57f5] socks connection closed\n2025-08-01 12:47:20.920 [info] [command][c95fec79-f402-4f28-8235-e5e9e5a23271] Socket close event received\n2025-08-01 12:47:20.962 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65467 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:48:20.918 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:48:20.921 [info] [command][46b0d4c8-3149-4c61-a325-c2cf5fa22cf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""46b0d4c8-3149-4c61-a325-c2cf5fa22cf2""}\n2025-08-01 12:48:20.921 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8edc5661-2a43-4386-af37-5fd26f434b7c] received connection request\n2025-08-01 12:48:20.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:48:20.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8edc5661-2a43-4386-af37-5fd26f434b7c] socks forwarding established\n2025-08-01 12:48:21.012 [info] [command][46b0d4c8-3149-4c61-a325-c2cf5fa22cf2] Process exited with code 0\n2025-08-01 12:48:21.013 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8edc5661-2a43-4386-af37-5fd26f434b7c] socks connection closed\n2025-08-01 12:48:21.013 [info] [command][46b0d4c8-3149-4c61-a325-c2cf5fa22cf2] Socket close event received\n2025-08-01 12:48:21.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65494 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:49:21.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:49:21.016 [info] [command][717fef44-8881-4790-9ee3-ba9dc57c7a81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""717fef44-8881-4790-9ee3-ba9dc57c7a81""}\n2025-08-01 12:49:21.017 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][350fbe34-4eb1-447d-96cc-8d45fd078c0a] received connection request\n2025-08-01 12:49:21.018 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:49:21.063 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][350fbe34-4eb1-447d-96cc-8d45fd078c0a] socks forwarding established\n2025-08-01 12:49:21.112 [info] [command][717fef44-8881-4790-9ee3-ba9dc57c7a81] Process exited with code 0\n2025-08-01 12:49:21.113 [info] [command][717fef44-8881-4790-9ee3-ba9dc57c7a81] Socket close event received\n2025-08-01 12:49:21.114 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][350fbe34-4eb1-447d-96cc-8d45fd078c0a] socks connection closed\n2025-08-01 12:49:21.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 65528 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:50:21.115 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:50:21.118 [info] [command][ff9972ba-89e9-468b-954e-34a520de64ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ff9972ba-89e9-468b-954e-34a520de64ce""}\n2025-08-01 12:50:21.119 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][bc476a5a-dfa1-4a78-87b3-e08e19948918] received connection request\n2025-08-01 12:50:21.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:50:21.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][bc476a5a-dfa1-4a78-87b3-e08e19948918] socks forwarding established\n2025-08-01 12:50:21.213 [info] [command][ff9972ba-89e9-468b-954e-34a520de64ce] Process exited with code 0\n2025-08-01 12:50:21.213 [info] [command][ff9972ba-89e9-468b-954e-34a520de64ce] Socket close event received\n2025-08-01 12:50:21.214 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][bc476a5a-dfa1-4a78-87b3-e08e19948918] socks connection closed\n2025-08-01 12:50:21.253 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49194 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:51:21.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:51:21.217 [info] [command][834ce802-e532-4fb5-9b3c-976448483013] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""834ce802-e532-4fb5-9b3c-976448483013""}\n2025-08-01 12:51:21.218 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4d7d6c8a-c7d4-420c-a61a-ef2fbf92ea12] received connection request\n2025-08-01 12:51:21.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:51:21.262 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7d6c8a-c7d4-420c-a61a-ef2fbf92ea12] socks forwarding established\n2025-08-01 12:51:21.308 [info] [command][834ce802-e532-4fb5-9b3c-976448483013] Process exited with code 0\n2025-08-01 12:51:21.309 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4d7d6c8a-c7d4-420c-a61a-ef2fbf92ea12] socks connection closed\n2025-08-01 12:51:21.309 [info] [command][834ce802-e532-4fb5-9b3c-976448483013] Socket close event received\n2025-08-01 12:51:21.347 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49213 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:52:21.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:52:21.314 [info] [command][70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f""}\n2025-08-01 12:52:21.315 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3ce9f5dc-3cd7-4057-af88-a703ab5716da] received connection request\n2025-08-01 12:52:21.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:52:21.361 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3ce9f5dc-3cd7-4057-af88-a703ab5716da] socks forwarding established\n2025-08-01 12:52:21.405 [info] [command][70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f] Process exited with code 0\n2025-08-01 12:52:21.405 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3ce9f5dc-3cd7-4057-af88-a703ab5716da] socks connection closed\n2025-08-01 12:52:21.405 [info] [command][70ce59f9-e2a9-4e68-b74d-2e4ddbbf075f] Socket close event received\n2025-08-01 12:52:21.445 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49229 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:53:21.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:53:21.408 [info] [command][d8f76915-51e5-46af-9ac9-4e77efe725f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d8f76915-51e5-46af-9ac9-4e77efe725f6""}\n2025-08-01 12:53:21.408 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][721d08a4-78bd-4934-9e2e-cf97cff7e61d] received connection request\n2025-08-01 12:53:21.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:53:21.453 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][721d08a4-78bd-4934-9e2e-cf97cff7e61d] socks forwarding established\n2025-08-01 12:53:21.501 [info] [command][d8f76915-51e5-46af-9ac9-4e77efe725f6] Process exited with code 0\n2025-08-01 12:53:21.502 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][721d08a4-78bd-4934-9e2e-cf97cff7e61d] socks connection closed\n2025-08-01 12:53:21.502 [info] [command][d8f76915-51e5-46af-9ac9-4e77efe725f6] Socket close event received\n2025-08-01 12:53:21.542 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49249 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:54:21.502 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:54:21.504 [info] [command][79145195-d480-4851-bd83-4ce7b53797ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""79145195-d480-4851-bd83-4ce7b53797ec""}\n2025-08-01 12:54:21.505 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][67ef0aa6-fc14-4c4c-9dad-ae5f5ff6ba10] received connection request\n2025-08-01 12:54:21.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:54:21.552 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67ef0aa6-fc14-4c4c-9dad-ae5f5ff6ba10] socks forwarding established\n2025-08-01 12:54:21.597 [info] [command][79145195-d480-4851-bd83-4ce7b53797ec] Process exited with code 0\n2025-08-01 12:54:21.598 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][67ef0aa6-fc14-4c4c-9dad-ae5f5ff6ba10] socks connection closed\n2025-08-01 12:54:21.598 [info] [command][79145195-d480-4851-bd83-4ce7b53797ec] Socket close event received\n2025-08-01 12:54:21.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49302 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:55:21.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:55:21.598 [info] [command][d9142231-9c83-479b-aa53-ebf810248924] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d9142231-9c83-479b-aa53-ebf810248924""}\n2025-08-01 12:55:21.599 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a9f1f7cf-a9d0-4891-b9fe-0e0c69bc5389] received connection request\n2025-08-01 12:55:21.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:55:21.646 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9f1f7cf-a9d0-4891-b9fe-0e0c69bc5389] socks forwarding established\n2025-08-01 12:55:21.691 [info] [command][d9142231-9c83-479b-aa53-ebf810248924] Process exited with code 0\n2025-08-01 12:55:21.691 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a9f1f7cf-a9d0-4891-b9fe-0e0c69bc5389] socks connection closed\n2025-08-01 12:55:21.692 [info] [command][d9142231-9c83-479b-aa53-ebf810248924] Socket close event received\n2025-08-01 12:55:21.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49340 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:56:21.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:56:21.696 [info] [command][620da91c-1856-4a08-806d-db4c64eb073d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""620da91c-1856-4a08-806d-db4c64eb073d""}\n2025-08-01 12:56:21.696 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7e0e2954-078c-456a-835e-4cafdbfc7e00] received connection request\n2025-08-01 12:56:21.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:56:21.747 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7e0e2954-078c-456a-835e-4cafdbfc7e00] socks forwarding established\n2025-08-01 12:56:21.795 [info] [command][620da91c-1856-4a08-806d-db4c64eb073d] Process exited with code 0\n2025-08-01 12:56:21.796 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7e0e2954-078c-456a-835e-4cafdbfc7e00] socks connection closed\n2025-08-01 12:56:21.796 [info] [command][620da91c-1856-4a08-806d-db4c64eb073d] Socket close event received\n2025-08-01 12:56:21.837 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49355 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:57:21.798 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:57:21.802 [info] [command][3bd7b5fe-098f-4b22-93a2-a6b6717948b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3bd7b5fe-098f-4b22-93a2-a6b6717948b8""}\n2025-08-01 12:57:21.802 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][5df9f395-3ebb-4782-951a-b3121e1eac0c] received connection request\n2025-08-01 12:57:21.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:57:21.845 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5df9f395-3ebb-4782-951a-b3121e1eac0c] socks forwarding established\n2025-08-01 12:57:21.891 [info] [command][3bd7b5fe-098f-4b22-93a2-a6b6717948b8] Process exited with code 0\n2025-08-01 12:57:21.891 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][5df9f395-3ebb-4782-951a-b3121e1eac0c] socks connection closed\n2025-08-01 12:57:21.891 [info] [command][3bd7b5fe-098f-4b22-93a2-a6b6717948b8] Socket close event received\n2025-08-01 12:57:21.934 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49386 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:58:21.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:58:21.895 [info] [command][d3678479-8980-431b-92c3-fb75ec0d35d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d3678479-8980-431b-92c3-fb75ec0d35d8""}\n2025-08-01 12:58:21.895 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][609c52bc-68d9-4f09-afba-4b4bb8457890] received connection request\n2025-08-01 12:58:21.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:58:21.938 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][609c52bc-68d9-4f09-afba-4b4bb8457890] socks forwarding established\n2025-08-01 12:58:21.980 [info] [command][d3678479-8980-431b-92c3-fb75ec0d35d8] Process exited with code 0\n2025-08-01 12:58:21.981 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][609c52bc-68d9-4f09-afba-4b4bb8457890] socks connection closed\n2025-08-01 12:58:21.981 [info] [command][d3678479-8980-431b-92c3-fb75ec0d35d8] Socket close event received\n2025-08-01 12:58:22.021 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49451 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 12:59:21.982 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 12:59:21.983 [info] [command][1eab9612-5646-4585-a577-d5a4c7334cf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1eab9612-5646-4585-a577-d5a4c7334cf6""}\n2025-08-01 12:59:21.984 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fa02c231-b4cc-41ea-9411-e46dc7255b2b] received connection request\n2025-08-01 12:59:21.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 12:59:21.984 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 12:59:22.026 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa02c231-b4cc-41ea-9411-e46dc7255b2b] socks forwarding established\n2025-08-01 12:59:22.071 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fa02c231-b4cc-41ea-9411-e46dc7255b2b] socks connection closed\n2025-08-01 12:59:22.071 [info] [command][1eab9612-5646-4585-a577-d5a4c7334cf6] Process exited with code 0\n2025-08-01 12:59:22.071 [info] [command][1eab9612-5646-4585-a577-d5a4c7334cf6] Socket close event received\n2025-08-01 12:59:22.112 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49522 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:00:22.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:00:22.074 [info] [command][7ff62364-47aa-4b29-a652-cf39aa03fa90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7ff62364-47aa-4b29-a652-cf39aa03fa90""}\n2025-08-01 13:00:22.074 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d197d7a3-5073-400d-b5b8-aac84902200a] received connection request\n2025-08-01 13:00:22.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:00:22.074 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:00:22.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d197d7a3-5073-400d-b5b8-aac84902200a] socks forwarding established\n2025-08-01 13:00:22.162 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d197d7a3-5073-400d-b5b8-aac84902200a] socks connection closed\n2025-08-01 13:00:22.162 [info] [command][7ff62364-47aa-4b29-a652-cf39aa03fa90] Process exited with code 0\n2025-08-01 13:00:22.162 [info] [command][7ff62364-47aa-4b29-a652-cf39aa03fa90] Socket close event received\n2025-08-01 13:00:22.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49586 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:01:22.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:01:22.167 [info] [command][e0f60c19-34ee-4f16-809e-dd8b48d3af95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e0f60c19-34ee-4f16-809e-dd8b48d3af95""}\n2025-08-01 13:01:22.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][536d6cd5-ccc3-4242-83fc-22106d0a515a] received connection request\n2025-08-01 13:01:22.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:01:22.208 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][536d6cd5-ccc3-4242-83fc-22106d0a515a] socks forwarding established\n2025-08-01 13:01:22.257 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][536d6cd5-ccc3-4242-83fc-22106d0a515a] socks connection closed\n2025-08-01 13:01:22.258 [info] [command][e0f60c19-34ee-4f16-809e-dd8b48d3af95] Process exited with code 0\n2025-08-01 13:01:22.258 [info] [command][e0f60c19-34ee-4f16-809e-dd8b48d3af95] Socket close event received\n2025-08-01 13:01:22.299 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49637 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:02:22.260 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:02:22.263 [info] [command][163ecd35-6070-4af6-a406-9f726a6e065a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""163ecd35-6070-4af6-a406-9f726a6e065a""}\n2025-08-01 13:02:22.263 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][aa1c6b63-c2f7-4c46-9dec-136d01a15fb2] received connection request\n2025-08-01 13:02:22.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:02:22.307 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa1c6b63-c2f7-4c46-9dec-136d01a15fb2] socks forwarding established\n2025-08-01 13:02:22.350 [info] [command][163ecd35-6070-4af6-a406-9f726a6e065a] Process exited with code 0\n2025-08-01 13:02:22.350 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][aa1c6b63-c2f7-4c46-9dec-136d01a15fb2] socks connection closed\n2025-08-01 13:02:22.350 [info] [command][163ecd35-6070-4af6-a406-9f726a6e065a] Socket close event received\n2025-08-01 13:02:22.392 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49698 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:03:22.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:03:22.352 [info] [command][725eb302-fc76-4d70-a726-7fd19e6bff5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""725eb302-fc76-4d70-a726-7fd19e6bff5d""}\n2025-08-01 13:03:22.352 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][987ab76f-0046-4ea8-8af4-0ad7a6d46fb9] received connection request\n2025-08-01 13:03:22.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:03:22.352 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:03:22.392 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][987ab76f-0046-4ea8-8af4-0ad7a6d46fb9] socks forwarding established\n2025-08-01 13:03:22.436 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][987ab76f-0046-4ea8-8af4-0ad7a6d46fb9] socks connection closed\n2025-08-01 13:03:22.436 [info] [command][725eb302-fc76-4d70-a726-7fd19e6bff5d] Process exited with code 0\n2025-08-01 13:03:22.436 [info] [command][725eb302-fc76-4d70-a726-7fd19e6bff5d] Socket close event received\n2025-08-01 13:03:22.477 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49768 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:04:22.435 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:04:22.436 [info] [command][a12a2577-ac94-4225-bb0b-803a0962cb4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a12a2577-ac94-4225-bb0b-803a0962cb4a""}\n2025-08-01 13:04:22.437 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6f8d6170-8a7c-4757-8338-80bc3682f1f3] received connection request\n2025-08-01 13:04:22.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:04:22.479 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f8d6170-8a7c-4757-8338-80bc3682f1f3] socks forwarding established\n2025-08-01 13:04:22.532 [info] [command][a12a2577-ac94-4225-bb0b-803a0962cb4a] Process exited with code 0\n2025-08-01 13:04:22.532 [info] [command][a12a2577-ac94-4225-bb0b-803a0962cb4a] Socket close event received\n2025-08-01 13:04:22.533 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f8d6170-8a7c-4757-8338-80bc3682f1f3] socks connection closed\n2025-08-01 13:04:22.573 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49839 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:05:22.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:05:22.536 [info] [command][94cae5e7-6d02-44a4-8ed6-933a329ca43b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""94cae5e7-6d02-44a4-8ed6-933a329ca43b""}\n2025-08-01 13:05:22.536 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3249227f-002f-460e-b6ca-f0067e291af2] received connection request\n2025-08-01 13:05:22.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:05:22.579 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3249227f-002f-460e-b6ca-f0067e291af2] socks forwarding established\n2025-08-01 13:05:22.625 [info] [command][94cae5e7-6d02-44a4-8ed6-933a329ca43b] Process exited with code 0\n2025-08-01 13:05:22.625 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3249227f-002f-460e-b6ca-f0067e291af2] socks connection closed\n2025-08-01 13:05:22.625 [info] [command][94cae5e7-6d02-44a4-8ed6-933a329ca43b] Socket close event received\n2025-08-01 13:05:22.664 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49901 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:06:22.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:06:22.628 [info] [command][ace3e825-ca98-4676-8620-819c5e158d39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ace3e825-ca98-4676-8620-819c5e158d39""}\n2025-08-01 13:06:22.629 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][e1536916-6b8c-4bd6-967b-a26c938f95e3] received connection request\n2025-08-01 13:06:22.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:06:22.629 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:06:22.671 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1536916-6b8c-4bd6-967b-a26c938f95e3] socks forwarding established\n2025-08-01 13:06:22.725 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][e1536916-6b8c-4bd6-967b-a26c938f95e3] socks connection closed\n2025-08-01 13:06:22.725 [info] [command][ace3e825-ca98-4676-8620-819c5e158d39] Process exited with code 0\n2025-08-01 13:06:22.725 [info] [command][ace3e825-ca98-4676-8620-819c5e158d39] Socket close event received\n2025-08-01 13:06:22.765 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 49953 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:07:22.728 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:07:22.730 [info] [command][a07b5f47-8199-4e94-af59-68c0ddf28474] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a07b5f47-8199-4e94-af59-68c0ddf28474""}\n2025-08-01 13:07:22.730 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3d7e620c-57d3-4b73-a23a-7a8044b9351e] received connection request\n2025-08-01 13:07:22.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:07:22.774 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3d7e620c-57d3-4b73-a23a-7a8044b9351e] socks forwarding established\n2025-08-01 13:07:22.823 [info] [command][a07b5f47-8199-4e94-af59-68c0ddf28474] Process exited with code 0\n2025-08-01 13:07:22.824 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3d7e620c-57d3-4b73-a23a-7a8044b9351e] socks connection closed\n2025-08-01 13:07:22.824 [info] [command][a07b5f47-8199-4e94-af59-68c0ddf28474] Socket close event received\n2025-08-01 13:07:22.863 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50012 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:08:22.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:08:22.834 [info] [command][ece694c2-cb23-46e0-b5ef-6abd496d29c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ece694c2-cb23-46e0-b5ef-6abd496d29c2""}\n2025-08-01 13:08:22.834 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2383118a-d103-4ce1-a8ef-bfdd24e62374] received connection request\n2025-08-01 13:08:22.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:08:22.874 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2383118a-d103-4ce1-a8ef-bfdd24e62374] socks forwarding established\n2025-08-01 13:08:22.919 [info] [command][ece694c2-cb23-46e0-b5ef-6abd496d29c2] Process exited with code 0\n2025-08-01 13:08:22.919 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2383118a-d103-4ce1-a8ef-bfdd24e62374] socks connection closed\n2025-08-01 13:08:22.919 [info] [command][ece694c2-cb23-46e0-b5ef-6abd496d29c2] Socket close event received\n2025-08-01 13:08:22.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50063 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:09:22.927 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:09:22.930 [info] [command][c301723c-62ac-47b8-983e-8c747c317d5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c301723c-62ac-47b8-983e-8c747c317d5b""}\n2025-08-01 13:09:22.931 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][056cfbc4-880b-4bc4-b6b4-1114531e747a] received connection request\n2025-08-01 13:09:22.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:09:22.973 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][056cfbc4-880b-4bc4-b6b4-1114531e747a] socks forwarding established\n2025-08-01 13:09:23.020 [info] [command][c301723c-62ac-47b8-983e-8c747c317d5b] Process exited with code 0\n2025-08-01 13:09:23.021 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][056cfbc4-880b-4bc4-b6b4-1114531e747a] socks connection closed\n2025-08-01 13:09:23.021 [info] [command][c301723c-62ac-47b8-983e-8c747c317d5b] Socket close event received\n2025-08-01 13:09:23.206 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50122 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:10:23.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:10:23.026 [info] [command][cdc5d32c-6555-4afc-a829-3b9efe226061] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cdc5d32c-6555-4afc-a829-3b9efe226061""}\n2025-08-01 13:10:23.026 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9d199fb4-48ed-4168-886d-beb41b6a92b0] received connection request\n2025-08-01 13:10:23.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:10:23.069 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9d199fb4-48ed-4168-886d-beb41b6a92b0] socks forwarding established\n2025-08-01 13:10:23.116 [info] [command][cdc5d32c-6555-4afc-a829-3b9efe226061] Process exited with code 0\n2025-08-01 13:10:23.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9d199fb4-48ed-4168-886d-beb41b6a92b0] socks connection closed\n2025-08-01 13:10:23.116 [info] [command][cdc5d32c-6555-4afc-a829-3b9efe226061] Socket close event received\n2025-08-01 13:10:23.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50153 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:11:23.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:11:23.123 [info] [command][4ce4863e-d4d3-48b2-b193-6c73d4f58847] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ce4863e-d4d3-48b2-b193-6c73d4f58847""}\n2025-08-01 13:11:23.123 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][152435b3-457d-468f-ba1b-1d3a7e1d8e88] received connection request\n2025-08-01 13:11:23.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:11:23.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][152435b3-457d-468f-ba1b-1d3a7e1d8e88] socks forwarding established\n2025-08-01 13:11:23.212 [info] [command][4ce4863e-d4d3-48b2-b193-6c73d4f58847] Process exited with code 0\n2025-08-01 13:11:23.213 [info] [command][4ce4863e-d4d3-48b2-b193-6c73d4f58847] Socket close event received\n2025-08-01 13:11:23.213 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][152435b3-457d-468f-ba1b-1d3a7e1d8e88] socks connection closed\n2025-08-01 13:11:23.254 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50169 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:12:23.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:12:23.219 [info] [command][862c8915-4ffa-4440-b882-29a6145f8adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""862c8915-4ffa-4440-b882-29a6145f8adc""}\n2025-08-01 13:12:23.219 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f8170f78-6d39-4513-b2f6-493b27d41cc4] received connection request\n2025-08-01 13:12:23.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:12:23.267 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8170f78-6d39-4513-b2f6-493b27d41cc4] socks forwarding established\n2025-08-01 13:12:23.318 [info] [command][862c8915-4ffa-4440-b882-29a6145f8adc] Process exited with code 0\n2025-08-01 13:12:23.318 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f8170f78-6d39-4513-b2f6-493b27d41cc4] socks connection closed\n2025-08-01 13:12:23.318 [info] [command][862c8915-4ffa-4440-b882-29a6145f8adc] Socket close event received\n2025-08-01 13:12:23.358 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50182 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:13:23.320 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:13:23.323 [info] [command][5763de91-fc9d-4f45-b04c-f9fd076d4aea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5763de91-fc9d-4f45-b04c-f9fd076d4aea""}\n2025-08-01 13:13:23.324 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a56a7d47-fd67-40ea-afe0-f7e966346ad0] received connection request\n2025-08-01 13:13:23.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:13:23.368 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a56a7d47-fd67-40ea-afe0-f7e966346ad0] socks forwarding established\n2025-08-01 13:13:23.414 [info] [command][5763de91-fc9d-4f45-b04c-f9fd076d4aea] Process exited with code 0\n2025-08-01 13:13:23.414 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a56a7d47-fd67-40ea-afe0-f7e966346ad0] socks connection closed\n2025-08-01 13:13:23.414 [info] [command][5763de91-fc9d-4f45-b04c-f9fd076d4aea] Socket close event received\n2025-08-01 13:13:23.454 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50196 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:14:23.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:14:23.421 [info] [command][1371af06-df3b-4175-863f-4e6b4e5feda1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1371af06-df3b-4175-863f-4e6b4e5feda1""}\n2025-08-01 13:14:23.422 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6062677d-99af-4778-a366-926ec7086391] received connection request\n2025-08-01 13:14:23.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:14:23.472 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6062677d-99af-4778-a366-926ec7086391] socks forwarding established\n2025-08-01 13:14:23.516 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6062677d-99af-4778-a366-926ec7086391] socks connection closed\n2025-08-01 13:14:23.517 [info] [command][1371af06-df3b-4175-863f-4e6b4e5feda1] Process exited with code 0\n2025-08-01 13:14:23.517 [info] [command][1371af06-df3b-4175-863f-4e6b4e5feda1] Socket close event received\n2025-08-01 13:14:23.557 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50227 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:15:23.521 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:15:23.523 [info] [command][3fdbd86d-d853-493f-98d8-a32cf27ad4df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3fdbd86d-d853-493f-98d8-a32cf27ad4df""}\n2025-08-01 13:15:23.524 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][46e22831-d0c2-4d21-b207-d3884a5899ea] received connection request\n2025-08-01 13:15:23.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:15:23.572 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46e22831-d0c2-4d21-b207-d3884a5899ea] socks forwarding established\n2025-08-01 13:15:23.619 [info] [command][3fdbd86d-d853-493f-98d8-a32cf27ad4df] Process exited with code 0\n2025-08-01 13:15:23.619 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][46e22831-d0c2-4d21-b207-d3884a5899ea] socks connection closed\n2025-08-01 13:15:23.619 [info] [command][3fdbd86d-d853-493f-98d8-a32cf27ad4df] Socket close event received\n2025-08-01 13:15:23.662 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50265 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:16:23.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:16:23.621 [info] [command][74076e09-c922-497c-9dbf-950178c1134a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""74076e09-c922-497c-9dbf-950178c1134a""}\n2025-08-01 13:16:23.621 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a5db65c4-c5f3-45e9-93ad-75d5ba59e707] received connection request\n2025-08-01 13:16:23.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:16:23.671 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5db65c4-c5f3-45e9-93ad-75d5ba59e707] socks forwarding established\n2025-08-01 13:16:23.715 [info] [command][74076e09-c922-497c-9dbf-950178c1134a] Process exited with code 0\n2025-08-01 13:16:23.716 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a5db65c4-c5f3-45e9-93ad-75d5ba59e707] socks connection closed\n2025-08-01 13:16:23.716 [info] [command][74076e09-c922-497c-9dbf-950178c1134a] Socket close event received\n2025-08-01 13:16:23.754 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50279 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:17:23.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:17:23.719 [info] [command][1693ff67-ea7e-4799-8b3a-dc7025c2ac96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1693ff67-ea7e-4799-8b3a-dc7025c2ac96""}\n2025-08-01 13:17:23.720 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8f1f4d62-52c7-4cbb-8776-5a513522eb7f] received connection request\n2025-08-01 13:17:23.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:17:23.765 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f1f4d62-52c7-4cbb-8776-5a513522eb7f] socks forwarding established\n2025-08-01 13:17:23.811 [info] [command][1693ff67-ea7e-4799-8b3a-dc7025c2ac96] Process exited with code 0\n2025-08-01 13:17:23.811 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8f1f4d62-52c7-4cbb-8776-5a513522eb7f] socks connection closed\n2025-08-01 13:17:23.811 [info] [command][1693ff67-ea7e-4799-8b3a-dc7025c2ac96] Socket close event received\n2025-08-01 13:17:23.851 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50292 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:18:23.813 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:18:23.815 [info] [command][ad04fe0d-eaa1-414d-a9e9-ccc448a8885f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ad04fe0d-eaa1-414d-a9e9-ccc448a8885f""}\n2025-08-01 13:18:23.815 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][72a0efe0-faca-41d7-8b8f-676fcaf1db60] received connection request\n2025-08-01 13:18:23.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:18:23.857 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][72a0efe0-faca-41d7-8b8f-676fcaf1db60] socks forwarding established\n2025-08-01 13:18:23.901 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][72a0efe0-faca-41d7-8b8f-676fcaf1db60] socks connection closed\n2025-08-01 13:18:23.902 [info] [command][ad04fe0d-eaa1-414d-a9e9-ccc448a8885f] Process exited with code 0\n2025-08-01 13:18:23.902 [info] [command][ad04fe0d-eaa1-414d-a9e9-ccc448a8885f] Socket close event received\n2025-08-01 13:18:23.942 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50331 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:19:23.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:19:23.902 [info] [command][34d6402c-224b-4cec-8675-0dea73571e58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""34d6402c-224b-4cec-8675-0dea73571e58""}\n2025-08-01 13:19:23.903 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8957cdb8-fd71-420d-b0ed-c9b0295b0d94] received connection request\n2025-08-01 13:19:23.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:19:23.903 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:19:23.944 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8957cdb8-fd71-420d-b0ed-c9b0295b0d94] socks forwarding established\n2025-08-01 13:19:23.988 [info] [command][34d6402c-224b-4cec-8675-0dea73571e58] Process exited with code 0\n2025-08-01 13:19:23.988 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8957cdb8-fd71-420d-b0ed-c9b0295b0d94] socks connection closed\n2025-08-01 13:19:23.988 [info] [command][34d6402c-224b-4cec-8675-0dea73571e58] Socket close event received\n2025-08-01 13:19:24.029 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50373 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:20:23.986 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:20:23.989 [info] [command][cf14a0ac-66d1-4028-89a3-40ba448abd17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cf14a0ac-66d1-4028-89a3-40ba448abd17""}\n2025-08-01 13:20:23.990 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][694ff99c-1118-4b51-8301-2135594cb4b6] received connection request\n2025-08-01 13:20:23.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:20:24.031 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][694ff99c-1118-4b51-8301-2135594cb4b6] socks forwarding established\n2025-08-01 13:20:24.076 [info] [command][cf14a0ac-66d1-4028-89a3-40ba448abd17] Process exited with code 0\n2025-08-01 13:20:24.077 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][694ff99c-1118-4b51-8301-2135594cb4b6] socks connection closed\n2025-08-01 13:20:24.077 [info] [command][cf14a0ac-66d1-4028-89a3-40ba448abd17] Socket close event received\n2025-08-01 13:20:24.117 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50410 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:21:24.078 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:21:24.080 [info] [command][c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3""}\n2025-08-01 13:21:24.080 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2ba8a9b2-9760-4bb5-9996-7c9291c1c5ca] received connection request\n2025-08-01 13:21:24.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:21:24.139 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ba8a9b2-9760-4bb5-9996-7c9291c1c5ca] socks forwarding established\n2025-08-01 13:21:24.184 [info] [command][c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3] Process exited with code 0\n2025-08-01 13:21:24.185 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2ba8a9b2-9760-4bb5-9996-7c9291c1c5ca] socks connection closed\n2025-08-01 13:21:24.185 [info] [command][c6351aea-d917-4a8e-bd2d-b1e8feb3f5a3] Socket close event received\n2025-08-01 13:21:24.226 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50438 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:22:24.186 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:22:24.187 [info] [command][3caf93bd-ec4e-4573-9384-1211479d0a93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""3caf93bd-ec4e-4573-9384-1211479d0a93""}\n2025-08-01 13:22:24.187 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][07ff9e08-947b-4ca0-8431-192f776bc1c5] received connection request\n2025-08-01 13:22:24.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:22:24.227 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07ff9e08-947b-4ca0-8431-192f776bc1c5] socks forwarding established\n2025-08-01 13:22:24.271 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][07ff9e08-947b-4ca0-8431-192f776bc1c5] socks connection closed\n2025-08-01 13:22:24.271 [info] [command][3caf93bd-ec4e-4573-9384-1211479d0a93] Process exited with code 0\n2025-08-01 13:22:24.271 [info] [command][3caf93bd-ec4e-4573-9384-1211479d0a93] Socket close event received\n2025-08-01 13:22:24.310 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50451 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:23:24.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:23:24.282 [info] [command][7581254b-5765-4339-abe4-389bef2bf282] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7581254b-5765-4339-abe4-389bef2bf282""}\n2025-08-01 13:23:24.283 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fb4424d5-439d-4abf-8382-5d2443ca3517] received connection request\n2025-08-01 13:23:24.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:23:24.328 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fb4424d5-439d-4abf-8382-5d2443ca3517] socks forwarding established\n2025-08-01 13:23:24.402 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fb4424d5-439d-4abf-8382-5d2443ca3517] socks connection closed\n2025-08-01 13:23:24.402 [info] [command][7581254b-5765-4339-abe4-389bef2bf282] Process exited with code 0\n2025-08-01 13:23:24.402 [info] [command][7581254b-5765-4339-abe4-389bef2bf282] Socket close event received\n2025-08-01 13:23:24.516 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50477 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:24:24.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:24:24.408 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][a522635f-3f2b-4287-bed5-87ca048a61f6] received connection request\n2025-08-01 13:24:24.409 [info] [command][b5b0f70e-7181-4b11-9df7-2af92c535f70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b5b0f70e-7181-4b11-9df7-2af92c535f70""}\n2025-08-01 13:24:24.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:24:24.450 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a522635f-3f2b-4287-bed5-87ca048a61f6] socks forwarding established\n2025-08-01 13:24:24.499 [info] [command][b5b0f70e-7181-4b11-9df7-2af92c535f70] Process exited with code 0\n2025-08-01 13:24:24.500 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][a522635f-3f2b-4287-bed5-87ca048a61f6] socks connection closed\n2025-08-01 13:24:24.500 [info] [command][b5b0f70e-7181-4b11-9df7-2af92c535f70] Socket close event received\n2025-08-01 13:24:24.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50509 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:25:24.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:25:24.501 [info] [command][4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8""}\n2025-08-01 13:25:24.501 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ee1e3328-ec8b-4103-a2ff-7f7bbbde3b6f] received connection request\n2025-08-01 13:25:24.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:25:24.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ee1e3328-ec8b-4103-a2ff-7f7bbbde3b6f] socks forwarding established\n2025-08-01 13:25:24.608 [info] [command][4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8] Process exited with code 0\n2025-08-01 13:25:24.608 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ee1e3328-ec8b-4103-a2ff-7f7bbbde3b6f] socks connection closed\n2025-08-01 13:25:24.608 [info] [command][4ef25ed4-5164-4c87-a5a5-bde11b1aeaa8] Socket close event received\n2025-08-01 13:25:24.652 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50571 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:26:24.610 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:26:24.612 [info] [command][8cfba377-39bd-456e-a942-f7a1e262b417] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8cfba377-39bd-456e-a942-f7a1e262b417""}\n2025-08-01 13:26:24.612 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][0bc7431a-09bd-4e7d-95bc-43072bd392d8] received connection request\n2025-08-01 13:26:24.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:26:24.653 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0bc7431a-09bd-4e7d-95bc-43072bd392d8] socks forwarding established\n2025-08-01 13:26:24.699 [info] [command][8cfba377-39bd-456e-a942-f7a1e262b417] Process exited with code 0\n2025-08-01 13:26:24.699 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][0bc7431a-09bd-4e7d-95bc-43072bd392d8] socks connection closed\n2025-08-01 13:26:24.699 [info] [command][8cfba377-39bd-456e-a942-f7a1e262b417] Socket close event received\n2025-08-01 13:26:24.740 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50591 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:27:24.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:27:24.703 [info] [command][29994d43-0498-4de8-9496-93c8c6d2607f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""29994d43-0498-4de8-9496-93c8c6d2607f""}\n2025-08-01 13:27:24.704 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8fddde4e-499b-451e-80f3-a915320518c6] received connection request\n2025-08-01 13:27:24.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:27:24.743 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fddde4e-499b-451e-80f3-a915320518c6] socks forwarding established\n2025-08-01 13:27:24.789 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8fddde4e-499b-451e-80f3-a915320518c6] socks connection closed\n2025-08-01 13:27:24.789 [info] [command][29994d43-0498-4de8-9496-93c8c6d2607f] Process exited with code 0\n2025-08-01 13:27:24.789 [info] [command][29994d43-0498-4de8-9496-93c8c6d2607f] Socket close event received\n2025-08-01 13:27:24.831 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50609 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:28:24.792 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:28:24.796 [info] [command][51c5f6db-97b9-436d-80bb-cec352c69198] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""51c5f6db-97b9-436d-80bb-cec352c69198""}\n2025-08-01 13:28:24.797 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b711e067-1ec5-4d0e-8ff2-c1a1f4301e38] received connection request\n2025-08-01 13:28:24.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:28:24.836 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b711e067-1ec5-4d0e-8ff2-c1a1f4301e38] socks forwarding established\n2025-08-01 13:28:24.884 [info] [command][51c5f6db-97b9-436d-80bb-cec352c69198] Process exited with code 0\n2025-08-01 13:28:24.884 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b711e067-1ec5-4d0e-8ff2-c1a1f4301e38] socks connection closed\n2025-08-01 13:28:24.884 [info] [command][51c5f6db-97b9-436d-80bb-cec352c69198] Socket close event received\n2025-08-01 13:28:24.923 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50621 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:29:24.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:29:24.884 [info] [command][a5566ae7-95e6-4902-8623-48928c58ae78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a5566ae7-95e6-4902-8623-48928c58ae78""}\n2025-08-01 13:29:24.885 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][093f6f94-c07e-4de4-ac0a-1e6158385af3] received connection request\n2025-08-01 13:29:24.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:29:24.931 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][093f6f94-c07e-4de4-ac0a-1e6158385af3] socks forwarding established\n2025-08-01 13:29:24.977 [info] [command][a5566ae7-95e6-4902-8623-48928c58ae78] Process exited with code 0\n2025-08-01 13:29:24.977 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][093f6f94-c07e-4de4-ac0a-1e6158385af3] socks connection closed\n2025-08-01 13:29:24.977 [info] [command][a5566ae7-95e6-4902-8623-48928c58ae78] Socket close event received\n2025-08-01 13:29:25.018 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50661 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:30:24.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:30:24.977 [info] [command][a81d4647-9249-4a22-ae14-489410f9edde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a81d4647-9249-4a22-ae14-489410f9edde""}\n2025-08-01 13:30:24.978 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][fe10211c-273c-4455-af37-1fbba606f297] received connection request\n2025-08-01 13:30:24.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:30:25.018 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fe10211c-273c-4455-af37-1fbba606f297] socks forwarding established\n2025-08-01 13:30:25.063 [info] [command][a81d4647-9249-4a22-ae14-489410f9edde] Process exited with code 0\n2025-08-01 13:30:25.063 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][fe10211c-273c-4455-af37-1fbba606f297] socks connection closed\n2025-08-01 13:30:25.063 [info] [command][a81d4647-9249-4a22-ae14-489410f9edde] Socket close event received\n2025-08-01 13:30:25.116 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50692 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:31:25.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:31:25.067 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][8ef3d0e5-8c49-4e4c-86cb-7d03e3699742] received connection request\n2025-08-01 13:31:25.067 [info] [command][90f27595-d34a-4174-8361-299eccaef901] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""90f27595-d34a-4174-8361-299eccaef901""}\n2025-08-01 13:31:25.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:31:25.111 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8ef3d0e5-8c49-4e4c-86cb-7d03e3699742] socks forwarding established\n2025-08-01 13:31:25.161 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][8ef3d0e5-8c49-4e4c-86cb-7d03e3699742] socks connection closed\n2025-08-01 13:31:25.161 [info] [command][90f27595-d34a-4174-8361-299eccaef901] Process exited with code 0\n2025-08-01 13:31:25.161 [info] [command][90f27595-d34a-4174-8361-299eccaef901] Socket close event received\n2025-08-01 13:31:25.201 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50706 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:32:25.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:32:25.166 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9b17ed2b-ac3d-42d5-9988-768dcd4341e9] received connection request\n2025-08-01 13:32:25.166 [info] [command][f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b""}\n2025-08-01 13:32:25.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:32:25.210 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b17ed2b-ac3d-42d5-9988-768dcd4341e9] socks forwarding established\n2025-08-01 13:32:25.258 [info] [command][f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b] Process exited with code 0\n2025-08-01 13:32:25.258 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b17ed2b-ac3d-42d5-9988-768dcd4341e9] socks connection closed\n2025-08-01 13:32:25.258 [info] [command][f4e9cff2-c570-4d2b-a9c2-533a7ebc8e5b] Socket close event received\n2025-08-01 13:32:25.300 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50728 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:33:25.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:33:25.257 [info] [command][d578b8d6-d5b5-4b33-bc5c-4f7316612d27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d578b8d6-d5b5-4b33-bc5c-4f7316612d27""}\n2025-08-01 13:33:25.257 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][cf8eeedb-d84e-4986-b6ae-caa1d334a5f9] received connection request\n2025-08-01 13:33:25.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:33:25.302 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cf8eeedb-d84e-4986-b6ae-caa1d334a5f9] socks forwarding established\n2025-08-01 13:33:25.362 [info] [command][d578b8d6-d5b5-4b33-bc5c-4f7316612d27] Process exited with code 0\n2025-08-01 13:33:25.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][cf8eeedb-d84e-4986-b6ae-caa1d334a5f9] socks connection closed\n2025-08-01 13:33:25.362 [info] [command][d578b8d6-d5b5-4b33-bc5c-4f7316612d27] Socket close event received\n2025-08-01 13:33:25.403 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50742 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:34:25.364 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:34:25.365 [info] [command][37a7f0c1-282d-4159-82b3-232cd9545a6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""37a7f0c1-282d-4159-82b3-232cd9545a6d""}\n2025-08-01 13:34:25.366 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][53d02b97-6077-42ee-82a4-329e8367d740] received connection request\n2025-08-01 13:34:25.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:34:25.411 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d02b97-6077-42ee-82a4-329e8367d740] socks forwarding established\n2025-08-01 13:34:25.455 [info] [command][37a7f0c1-282d-4159-82b3-232cd9545a6d] Process exited with code 0\n2025-08-01 13:34:25.456 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][53d02b97-6077-42ee-82a4-329e8367d740] socks connection closed\n2025-08-01 13:34:25.456 [info] [command][37a7f0c1-282d-4159-82b3-232cd9545a6d] Socket close event received\n2025-08-01 13:34:25.494 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50770 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:35:25.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:35:25.459 [info] [command][cca21eae-9d4b-4838-ac61-62746c23dd4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cca21eae-9d4b-4838-ac61-62746c23dd4a""}\n2025-08-01 13:35:25.460 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][024df540-ff0d-4eb0-8045-a221d724e50e] received connection request\n2025-08-01 13:35:25.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:35:25.504 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][024df540-ff0d-4eb0-8045-a221d724e50e] socks forwarding established\n2025-08-01 13:35:25.550 [info] [command][cca21eae-9d4b-4838-ac61-62746c23dd4a] Process exited with code 0\n2025-08-01 13:35:25.550 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][024df540-ff0d-4eb0-8045-a221d724e50e] socks connection closed\n2025-08-01 13:35:25.551 [info] [command][cca21eae-9d4b-4838-ac61-62746c23dd4a] Socket close event received\n2025-08-01 13:35:25.590 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50807 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:36:25.551 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:36:25.552 [info] [command][4e04b405-922f-40ff-877e-388c1e0966ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""4e04b405-922f-40ff-877e-388c1e0966ec""}\n2025-08-01 13:36:25.552 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c78b15f1-7317-4598-8d99-3218c6182237] received connection request\n2025-08-01 13:36:25.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:36:25.594 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c78b15f1-7317-4598-8d99-3218c6182237] socks forwarding established\n2025-08-01 13:36:25.641 [info] [command][4e04b405-922f-40ff-877e-388c1e0966ec] Process exited with code 0\n2025-08-01 13:36:25.641 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c78b15f1-7317-4598-8d99-3218c6182237] socks connection closed\n2025-08-01 13:36:25.642 [info] [command][4e04b405-922f-40ff-877e-388c1e0966ec] Socket close event received\n2025-08-01 13:36:25.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50827 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:37:25.644 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:37:25.647 [info] [command][311d5325-7379-4529-a699-f420568f0a39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""311d5325-7379-4529-a699-f420568f0a39""}\n2025-08-01 13:37:25.648 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6621c2b6-8bce-4fea-9c12-86914201e341] received connection request\n2025-08-01 13:37:25.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:37:25.698 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6621c2b6-8bce-4fea-9c12-86914201e341] socks forwarding established\n2025-08-01 13:37:25.747 [info] [command][311d5325-7379-4529-a699-f420568f0a39] Process exited with code 0\n2025-08-01 13:37:25.748 [info] [command][311d5325-7379-4529-a699-f420568f0a39] Socket close event received\n2025-08-01 13:37:25.749 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6621c2b6-8bce-4fea-9c12-86914201e341] socks connection closed\n2025-08-01 13:37:25.788 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50872 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:38:25.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:38:25.753 [info] [command][b493b6ee-8e67-41c0-8f93-2bb4a20142bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b493b6ee-8e67-41c0-8f93-2bb4a20142bd""}\n2025-08-01 13:38:25.754 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d4448c51-89e5-4abf-b8a0-08682927390f] received connection request\n2025-08-01 13:38:25.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:38:25.804 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d4448c51-89e5-4abf-b8a0-08682927390f] socks forwarding established\n2025-08-01 13:38:25.850 [info] [command][b493b6ee-8e67-41c0-8f93-2bb4a20142bd] Process exited with code 0\n2025-08-01 13:38:25.850 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d4448c51-89e5-4abf-b8a0-08682927390f] socks connection closed\n2025-08-01 13:38:25.850 [info] [command][b493b6ee-8e67-41c0-8f93-2bb4a20142bd] Socket close event received\n2025-08-01 13:38:25.888 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50895 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:39:25.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:39:25.853 [info] [command][a9e40bbd-cf30-4439-87d8-3e5bf6b30478] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a9e40bbd-cf30-4439-87d8-3e5bf6b30478""}\n2025-08-01 13:39:25.854 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9148e7d0-9603-4e1c-a497-d147535a60a4] received connection request\n2025-08-01 13:39:25.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:39:25.901 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9148e7d0-9603-4e1c-a497-d147535a60a4] socks forwarding established\n2025-08-01 13:39:25.946 [info] [command][a9e40bbd-cf30-4439-87d8-3e5bf6b30478] Process exited with code 0\n2025-08-01 13:39:25.947 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9148e7d0-9603-4e1c-a497-d147535a60a4] socks connection closed\n2025-08-01 13:39:25.947 [info] [command][a9e40bbd-cf30-4439-87d8-3e5bf6b30478] Socket close event received\n2025-08-01 13:39:25.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50924 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:40:25.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:40:25.953 [info] [command][28dd1ada-f4ee-488d-8534-041e9b6e1041] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""28dd1ada-f4ee-488d-8534-041e9b6e1041""}\n2025-08-01 13:40:25.954 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][042aed71-9b81-4145-8948-d55a37a6e194] received connection request\n2025-08-01 13:40:25.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:40:25.955 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:40:26.002 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][042aed71-9b81-4145-8948-d55a37a6e194] socks forwarding established\n2025-08-01 13:40:26.045 [info] [command][28dd1ada-f4ee-488d-8534-041e9b6e1041] Process exited with code 0\n2025-08-01 13:40:26.046 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][042aed71-9b81-4145-8948-d55a37a6e194] socks connection closed\n2025-08-01 13:40:26.046 [info] [command][28dd1ada-f4ee-488d-8534-041e9b6e1041] Socket close event received\n2025-08-01 13:40:26.087 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50956 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:41:26.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:41:26.051 [info] [command][8a1d981e-c914-487d-b13c-d6cb83d40be7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8a1d981e-c914-487d-b13c-d6cb83d40be7""}\n2025-08-01 13:41:26.053 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ea516479-09a0-4f95-ac1b-cb807c143bf8] received connection request\n2025-08-01 13:41:26.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:41:26.101 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ea516479-09a0-4f95-ac1b-cb807c143bf8] socks forwarding established\n2025-08-01 13:41:26.149 [info] [command][8a1d981e-c914-487d-b13c-d6cb83d40be7] Process exited with code 0\n2025-08-01 13:41:26.150 [info] [command][8a1d981e-c914-487d-b13c-d6cb83d40be7] Socket close event received\n2025-08-01 13:41:26.151 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ea516479-09a0-4f95-ac1b-cb807c143bf8] socks connection closed\n2025-08-01 13:41:26.191 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50973 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:42:26.149 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:42:26.151 [info] [command][1e76a17c-ab73-4366-9d97-5246a4ed53e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1e76a17c-ab73-4366-9d97-5246a4ed53e0""}\n2025-08-01 13:42:26.152 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][50bfc4bc-db8f-47b7-bae1-335140443084] received connection request\n2025-08-01 13:42:26.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:42:26.198 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][50bfc4bc-db8f-47b7-bae1-335140443084] socks forwarding established\n2025-08-01 13:42:26.244 [info] [command][1e76a17c-ab73-4366-9d97-5246a4ed53e0] Process exited with code 0\n2025-08-01 13:42:26.245 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][50bfc4bc-db8f-47b7-bae1-335140443084] socks connection closed\n2025-08-01 13:42:26.245 [info] [command][1e76a17c-ab73-4366-9d97-5246a4ed53e0] Socket close event received\n2025-08-01 13:42:26.286 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 50988 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:43:26.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:43:26.250 [info] [command][e14c2222-cc59-4b78-80d3-5f77b068205c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e14c2222-cc59-4b78-80d3-5f77b068205c""}\n2025-08-01 13:43:26.250 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9b32c786-56b2-4613-9aee-c728099d56d8] received connection request\n2025-08-01 13:43:26.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:43:26.296 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b32c786-56b2-4613-9aee-c728099d56d8] socks forwarding established\n2025-08-01 13:43:26.358 [info] [command][e14c2222-cc59-4b78-80d3-5f77b068205c] Process exited with code 0\n2025-08-01 13:43:26.359 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9b32c786-56b2-4613-9aee-c728099d56d8] socks connection closed\n2025-08-01 13:43:26.359 [info] [command][e14c2222-cc59-4b78-80d3-5f77b068205c] Socket close event received\n2025-08-01 13:43:26.398 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51017 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:44:26.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:44:26.362 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ac7217a6-1711-492c-9a08-046b38838172] received connection request\n2025-08-01 13:44:26.362 [info] [command][2cd1afc9-1613-44a3-9b60-1ec4abad52f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2cd1afc9-1613-44a3-9b60-1ec4abad52f4""}\n2025-08-01 13:44:26.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:44:26.363 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:44:26.406 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ac7217a6-1711-492c-9a08-046b38838172] socks forwarding established\n2025-08-01 13:44:26.450 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ac7217a6-1711-492c-9a08-046b38838172] socks connection closed\n2025-08-01 13:44:26.450 [info] [command][2cd1afc9-1613-44a3-9b60-1ec4abad52f4] Process exited with code 0\n2025-08-01 13:44:26.450 [info] [command][2cd1afc9-1613-44a3-9b60-1ec4abad52f4] Socket close event received\n2025-08-01 13:44:26.489 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51059 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:45:26.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:45:26.454 [info] [command][08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc""}\n2025-08-01 13:45:26.454 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][3b50062e-6218-445d-9104-8894335ececc] received connection request\n2025-08-01 13:45:26.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:45:26.496 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3b50062e-6218-445d-9104-8894335ececc] socks forwarding established\n2025-08-01 13:45:26.541 [info] [command][08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc] Process exited with code 0\n2025-08-01 13:45:26.542 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][3b50062e-6218-445d-9104-8894335ececc] socks connection closed\n2025-08-01 13:45:26.542 [info] [command][08ebfb30-d8c9-4c2a-9ee0-aba236e2e2bc] Socket close event received\n2025-08-01 13:45:26.584 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51094 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:46:26.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:46:26.540 [info] [command][d6ab9f5f-d62d-43e0-861e-d5f007a44bd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d6ab9f5f-d62d-43e0-861e-d5f007a44bd2""}\n2025-08-01 13:46:26.541 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ecb3027f-e5ff-4512-82ea-695807b4e50b] received connection request\n2025-08-01 13:46:26.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:46:26.582 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ecb3027f-e5ff-4512-82ea-695807b4e50b] socks forwarding established\n2025-08-01 13:46:26.627 [info] [command][d6ab9f5f-d62d-43e0-861e-d5f007a44bd2] Process exited with code 0\n2025-08-01 13:46:26.628 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ecb3027f-e5ff-4512-82ea-695807b4e50b] socks connection closed\n2025-08-01 13:46:26.628 [info] [command][d6ab9f5f-d62d-43e0-861e-d5f007a44bd2] Socket close event received\n2025-08-01 13:46:26.677 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51114 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:47:26.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:47:26.631 [info] [command][9e5c6446-88ce-4e58-8acd-377990e3a506] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9e5c6446-88ce-4e58-8acd-377990e3a506""}\n2025-08-01 13:47:26.632 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4dd92236-abe8-4989-8a3f-ea4c6563e86d] received connection request\n2025-08-01 13:47:26.633 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:47:26.681 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dd92236-abe8-4989-8a3f-ea4c6563e86d] socks forwarding established\n2025-08-01 13:47:26.726 [info] [command][9e5c6446-88ce-4e58-8acd-377990e3a506] Process exited with code 0\n2025-08-01 13:47:26.728 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dd92236-abe8-4989-8a3f-ea4c6563e86d] socks connection closed\n2025-08-01 13:47:26.728 [info] [command][9e5c6446-88ce-4e58-8acd-377990e3a506] Socket close event received\n2025-08-01 13:47:26.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51160 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:48:26.726 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:48:26.728 [info] [command][8d6db76c-d490-4b70-a321-9fddf2a78246] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8d6db76c-d490-4b70-a321-9fddf2a78246""}\n2025-08-01 13:48:26.728 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6f7df278-ea40-4b67-9eeb-c0c27eb79142] received connection request\n2025-08-01 13:48:26.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:48:26.771 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f7df278-ea40-4b67-9eeb-c0c27eb79142] socks forwarding established\n2025-08-01 13:48:26.819 [info] [command][8d6db76c-d490-4b70-a321-9fddf2a78246] Process exited with code 0\n2025-08-01 13:48:26.819 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6f7df278-ea40-4b67-9eeb-c0c27eb79142] socks connection closed\n2025-08-01 13:48:26.820 [info] [command][8d6db76c-d490-4b70-a321-9fddf2a78246] Socket close event received\n2025-08-01 13:48:26.862 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51182 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:49:26.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:49:26.823 [info] [command][7b534b45-c5e0-4ba9-ad4f-030eb552bb27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""7b534b45-c5e0-4ba9-ad4f-030eb552bb27""}\n2025-08-01 13:49:26.824 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][9e7a2942-7607-49e6-be2a-79866ce2d4b7] received connection request\n2025-08-01 13:49:26.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:49:26.866 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e7a2942-7607-49e6-be2a-79866ce2d4b7] socks forwarding established\n2025-08-01 13:49:26.912 [info] [command][7b534b45-c5e0-4ba9-ad4f-030eb552bb27] Process exited with code 0\n2025-08-01 13:49:26.912 [info] [command][7b534b45-c5e0-4ba9-ad4f-030eb552bb27] Socket close event received\n2025-08-01 13:49:26.913 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][9e7a2942-7607-49e6-be2a-79866ce2d4b7] socks connection closed\n2025-08-01 13:49:26.966 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51211 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:50:26.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:50:26.917 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c13fdf21-0d49-47cd-b8b1-8b74f764d57c] received connection request\n2025-08-01 13:50:26.918 [info] [command][1204b3e7-ab48-4833-b2a0-ccf14f720716] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""1204b3e7-ab48-4833-b2a0-ccf14f720716""}\n2025-08-01 13:50:26.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:50:26.960 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c13fdf21-0d49-47cd-b8b1-8b74f764d57c] socks forwarding established\n2025-08-01 13:50:27.003 [info] [command][1204b3e7-ab48-4833-b2a0-ccf14f720716] Process exited with code 0\n2025-08-01 13:50:27.004 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c13fdf21-0d49-47cd-b8b1-8b74f764d57c] socks connection closed\n2025-08-01 13:50:27.004 [info] [command][1204b3e7-ab48-4833-b2a0-ccf14f720716] Socket close event received\n2025-08-01 13:50:27.044 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51240 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:51:27.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:51:27.004 [info] [command][b5fc0439-d07e-42dd-ac7f-adfa96948db0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""b5fc0439-d07e-42dd-ac7f-adfa96948db0""}\n2025-08-01 13:51:27.005 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][2f5da27f-1dc1-43dd-9786-9f20343c9dbc] received connection request\n2025-08-01 13:51:27.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:51:27.050 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2f5da27f-1dc1-43dd-9786-9f20343c9dbc] socks forwarding established\n2025-08-01 13:51:27.096 [info] [command][b5fc0439-d07e-42dd-ac7f-adfa96948db0] Process exited with code 0\n2025-08-01 13:51:27.097 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][2f5da27f-1dc1-43dd-9786-9f20343c9dbc] socks connection closed\n2025-08-01 13:51:27.097 [info] [command][b5fc0439-d07e-42dd-ac7f-adfa96948db0] Socket close event received\n2025-08-01 13:51:27.140 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51260 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:52:27.096 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:52:27.099 [info] [command][0df282de-1a0e-428c-9986-3d93cc2c0e39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0df282de-1a0e-428c-9986-3d93cc2c0e39""}\n2025-08-01 13:52:27.099 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][1365954c-0cec-4842-86d1-5e0112deb4f3] received connection request\n2025-08-01 13:52:27.100 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:52:27.142 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1365954c-0cec-4842-86d1-5e0112deb4f3] socks forwarding established\n2025-08-01 13:52:27.186 [info] [command][0df282de-1a0e-428c-9986-3d93cc2c0e39] Process exited with code 0\n2025-08-01 13:52:27.187 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][1365954c-0cec-4842-86d1-5e0112deb4f3] socks connection closed\n2025-08-01 13:52:27.187 [info] [command][0df282de-1a0e-428c-9986-3d93cc2c0e39] Socket close event received\n2025-08-01 13:52:27.226 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51274 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:53:27.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:53:27.192 [info] [command][2a77f98a-b2e1-4e89-abe6-d27d63736fc4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2a77f98a-b2e1-4e89-abe6-d27d63736fc4""}\n2025-08-01 13:53:27.192 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][25e63a8b-e9f0-47af-978c-b0244513a7a9] received connection request\n2025-08-01 13:53:27.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:53:27.284 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25e63a8b-e9f0-47af-978c-b0244513a7a9] socks forwarding established\n2025-08-01 13:53:27.445 [info] [command][2a77f98a-b2e1-4e89-abe6-d27d63736fc4] Process exited with code 0\n2025-08-01 13:53:27.445 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][25e63a8b-e9f0-47af-978c-b0244513a7a9] socks connection closed\n2025-08-01 13:53:27.446 [info] [command][2a77f98a-b2e1-4e89-abe6-d27d63736fc4] Socket close event received\n2025-08-01 13:53:27.485 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51292 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:54:27.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:54:27.446 [info] [command][2026cfd0-6fc6-4df2-84cc-68459b937587] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2026cfd0-6fc6-4df2-84cc-68459b937587""}\n2025-08-01 13:54:27.446 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][23a2f956-3ecc-45cd-9332-dcae8f7aac83] received connection request\n2025-08-01 13:54:27.447 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:54:27.492 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23a2f956-3ecc-45cd-9332-dcae8f7aac83] socks forwarding established\n2025-08-01 13:54:27.538 [info] [command][2026cfd0-6fc6-4df2-84cc-68459b937587] Process exited with code 0\n2025-08-01 13:54:27.538 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][23a2f956-3ecc-45cd-9332-dcae8f7aac83] socks connection closed\n2025-08-01 13:54:27.538 [info] [command][2026cfd0-6fc6-4df2-84cc-68459b937587] Socket close event received\n2025-08-01 13:54:27.578 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51321 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:55:27.536 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:55:27.539 [info] [command][0af452e1-bebb-405c-9b89-f730285bee7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""0af452e1-bebb-405c-9b89-f730285bee7c""}\n2025-08-01 13:55:27.540 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][b6751149-a24b-42d4-b52b-5ed739e70a4e] received connection request\n2025-08-01 13:55:27.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:55:27.584 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6751149-a24b-42d4-b52b-5ed739e70a4e] socks forwarding established\n2025-08-01 13:55:27.638 [info] [command][0af452e1-bebb-405c-9b89-f730285bee7c] Process exited with code 0\n2025-08-01 13:55:27.638 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][b6751149-a24b-42d4-b52b-5ed739e70a4e] socks connection closed\n2025-08-01 13:55:27.638 [info] [command][0af452e1-bebb-405c-9b89-f730285bee7c] Socket close event received\n2025-08-01 13:55:27.694 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51366 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:56:27.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:56:27.642 [info] [command][53cf27c9-0de2-41b2-a64a-3046c20cc54f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""53cf27c9-0de2-41b2-a64a-3046c20cc54f""}\n2025-08-01 13:56:27.643 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][37ae4621-f52f-4532-9992-1f687e8b25f6] received connection request\n2025-08-01 13:56:27.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:56:27.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37ae4621-f52f-4532-9992-1f687e8b25f6] socks forwarding established\n2025-08-01 13:56:27.747 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][37ae4621-f52f-4532-9992-1f687e8b25f6] socks connection closed\n2025-08-01 13:56:27.747 [info] [command][53cf27c9-0de2-41b2-a64a-3046c20cc54f] Process exited with code 0\n2025-08-01 13:56:27.747 [info] [command][53cf27c9-0de2-41b2-a64a-3046c20cc54f] Socket close event received\n2025-08-01 13:56:27.788 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51393 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:57:27.748 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:57:27.751 [info] [command][d4856359-ac44-4164-91c0-2c285c443580] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d4856359-ac44-4164-91c0-2c285c443580""}\n2025-08-01 13:57:27.752 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6bb1c270-574f-4756-9dc9-b083161e07a3] received connection request\n2025-08-01 13:57:27.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:57:27.800 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6bb1c270-574f-4756-9dc9-b083161e07a3] socks forwarding established\n2025-08-01 13:57:27.851 [info] [command][d4856359-ac44-4164-91c0-2c285c443580] Process exited with code 0\n2025-08-01 13:57:27.852 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6bb1c270-574f-4756-9dc9-b083161e07a3] socks connection closed\n2025-08-01 13:57:27.852 [info] [command][d4856359-ac44-4164-91c0-2c285c443580] Socket close event received\n2025-08-01 13:57:27.894 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51407 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:58:27.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:58:27.858 [info] [command][49bd8ed9-b6b8-475e-855d-9abff98df326] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""49bd8ed9-b6b8-475e-855d-9abff98df326""}\n2025-08-01 13:58:27.858 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][71bd0c42-bd97-4197-8811-027ffe0a0efd] received connection request\n2025-08-01 13:58:27.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 13:58:27.859 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:58:27.901 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][71bd0c42-bd97-4197-8811-027ffe0a0efd] socks forwarding established\n2025-08-01 13:58:27.945 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][71bd0c42-bd97-4197-8811-027ffe0a0efd] socks connection closed\n2025-08-01 13:58:27.945 [info] [command][49bd8ed9-b6b8-475e-855d-9abff98df326] Process exited with code 0\n2025-08-01 13:58:27.945 [info] [command][49bd8ed9-b6b8-475e-855d-9abff98df326] Socket close event received\n2025-08-01 13:58:27.985 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51427 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 13:59:27.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 13:59:27.946 [info] [command][39e9e191-cfff-499b-9f7d-5c2033a2d04b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""39e9e191-cfff-499b-9f7d-5c2033a2d04b""}\n2025-08-01 13:59:27.947 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7ba8c227-cfe5-4b6f-bb3f-7834aba9ae6e] received connection request\n2025-08-01 13:59:27.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 13:59:27.988 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ba8c227-cfe5-4b6f-bb3f-7834aba9ae6e] socks forwarding established\n2025-08-01 13:59:28.031 [info] [command][39e9e191-cfff-499b-9f7d-5c2033a2d04b] Process exited with code 0\n2025-08-01 13:59:28.032 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7ba8c227-cfe5-4b6f-bb3f-7834aba9ae6e] socks connection closed\n2025-08-01 13:59:28.032 [info] [command][39e9e191-cfff-499b-9f7d-5c2033a2d04b] Socket close event received\n2025-08-01 13:59:28.071 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51463 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:00:28.033 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:00:28.035 [info] [command][cd295e69-2071-45f6-96b4-e9693e9ca500] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""cd295e69-2071-45f6-96b4-e9693e9ca500""}\n2025-08-01 14:00:28.036 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][91a9d419-211b-488b-9cd4-a3a4ed44ad42] received connection request\n2025-08-01 14:00:28.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:00:28.082 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][91a9d419-211b-488b-9cd4-a3a4ed44ad42] socks forwarding established\n2025-08-01 14:00:28.129 [info] [command][cd295e69-2071-45f6-96b4-e9693e9ca500] Process exited with code 0\n2025-08-01 14:00:28.131 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][91a9d419-211b-488b-9cd4-a3a4ed44ad42] socks connection closed\n2025-08-01 14:00:28.132 [info] [command][cd295e69-2071-45f6-96b4-e9693e9ca500] Socket close event received\n2025-08-01 14:00:28.178 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51498 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:01:28.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:01:28.133 [info] [command][2bda6856-b751-4807-ab92-37e9a3481678] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""2bda6856-b751-4807-ab92-37e9a3481678""}\n2025-08-01 14:01:28.134 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f68fe27e-3a05-4b20-a3fa-32593aa5455d] received connection request\n2025-08-01 14:01:28.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:01:28.180 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f68fe27e-3a05-4b20-a3fa-32593aa5455d] socks forwarding established\n2025-08-01 14:01:28.231 [info] [command][2bda6856-b751-4807-ab92-37e9a3481678] Process exited with code 0\n2025-08-01 14:01:28.231 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f68fe27e-3a05-4b20-a3fa-32593aa5455d] socks connection closed\n2025-08-01 14:01:28.231 [info] [command][2bda6856-b751-4807-ab92-37e9a3481678] Socket close event received\n2025-08-01 14:01:28.270 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51529 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:02:28.231 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:02:28.232 [info] [command][413a890e-e70e-4f87-9a86-8ad504389665] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""413a890e-e70e-4f87-9a86-8ad504389665""}\n2025-08-01 14:02:28.233 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][876fba26-ff3d-4ac4-a43e-b07f69c017d6] received connection request\n2025-08-01 14:02:28.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:02:28.277 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][876fba26-ff3d-4ac4-a43e-b07f69c017d6] socks forwarding established\n2025-08-01 14:02:28.325 [info] [command][413a890e-e70e-4f87-9a86-8ad504389665] Process exited with code 0\n2025-08-01 14:02:28.326 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][876fba26-ff3d-4ac4-a43e-b07f69c017d6] socks connection closed\n2025-08-01 14:02:28.326 [info] [command][413a890e-e70e-4f87-9a86-8ad504389665] Socket close event received\n2025-08-01 14:02:28.368 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51541 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:03:28.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:03:28.330 [info] [command][bf898f6b-d972-4294-ab00-75bf5acb7cfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""bf898f6b-d972-4294-ab00-75bf5acb7cfb""}\n2025-08-01 14:03:28.331 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][22db1dcc-5410-4f07-b07d-f505505f3ac1] received connection request\n2025-08-01 14:03:28.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:03:28.373 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][22db1dcc-5410-4f07-b07d-f505505f3ac1] socks forwarding established\n2025-08-01 14:03:28.417 [info] [command][bf898f6b-d972-4294-ab00-75bf5acb7cfb] Process exited with code 0\n2025-08-01 14:03:28.418 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][22db1dcc-5410-4f07-b07d-f505505f3ac1] socks connection closed\n2025-08-01 14:03:28.418 [info] [command][bf898f6b-d972-4294-ab00-75bf5acb7cfb] Socket close event received\n2025-08-01 14:03:28.456 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51559 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:04:28.417 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:04:28.420 [info] [command][8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b""}\n2025-08-01 14:04:28.421 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f6e339cc-2221-4dc6-8dbd-addf1ba85114] received connection request\n2025-08-01 14:04:28.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:04:28.463 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6e339cc-2221-4dc6-8dbd-addf1ba85114] socks forwarding established\n2025-08-01 14:04:28.592 [info] [command][8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b] Process exited with code 0\n2025-08-01 14:04:28.593 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f6e339cc-2221-4dc6-8dbd-addf1ba85114] socks connection closed\n2025-08-01 14:04:28.593 [info] [command][8aa71bd7-f0f5-4b26-a79c-a53b2ad96e0b] Socket close event received\n2025-08-01 14:04:28.637 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51588 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:05:28.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:05:28.599 [info] [command][ad69d65b-5722-42a4-9d48-4eb208d673c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""ad69d65b-5722-42a4-9d48-4eb208d673c6""}\n2025-08-01 14:05:28.600 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c5e0bacf-95c4-4d74-8d60-e308831f220b] received connection request\n2025-08-01 14:05:28.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:05:28.647 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c5e0bacf-95c4-4d74-8d60-e308831f220b] socks forwarding established\n2025-08-01 14:05:28.695 [info] [command][ad69d65b-5722-42a4-9d48-4eb208d673c6] Process exited with code 0\n2025-08-01 14:05:28.695 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c5e0bacf-95c4-4d74-8d60-e308831f220b] socks connection closed\n2025-08-01 14:05:28.695 [info] [command][ad69d65b-5722-42a4-9d48-4eb208d673c6] Socket close event received\n2025-08-01 14:05:28.736 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51621 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:06:28.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:06:28.699 [info] [command][aeffe230-1b32-46d6-90ab-0493b6004f67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""aeffe230-1b32-46d6-90ab-0493b6004f67""}\n2025-08-01 14:06:28.700 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][f342a9b6-fc65-4235-89c1-a909a92146c3] received connection request\n2025-08-01 14:06:28.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\n\n2025-08-01 14:06:28.701 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:06:28.747 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f342a9b6-fc65-4235-89c1-a909a92146c3] socks forwarding established\n2025-08-01 14:06:28.792 [info] [command][aeffe230-1b32-46d6-90ab-0493b6004f67] Process exited with code 0\n2025-08-01 14:06:28.792 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][f342a9b6-fc65-4235-89c1-a909a92146c3] socks connection closed\n2025-08-01 14:06:28.794 [info] [command][aeffe230-1b32-46d6-90ab-0493b6004f67] Socket close event received\n2025-08-01 14:06:28.836 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51637 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:07:27.791 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][560b6b58-61d8-4ec1-82d6-905186807171] received connection request\n2025-08-01 14:07:27.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:07:27.834 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][560b6b58-61d8-4ec1-82d6-905186807171] socks forwarding established\n2025-08-01 14:07:28.788 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:07:28.788 [info] [command][5e477985-5b51-4219-894f-5a6ce98321ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""5e477985-5b51-4219-894f-5a6ce98321ce""}\n2025-08-01 14:07:28.789 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][c7a78e39-659c-458d-b1fc-2e11d9bcf08a] received connection request\n2025-08-01 14:07:28.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:07:28.832 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7a78e39-659c-458d-b1fc-2e11d9bcf08a] socks forwarding established\n2025-08-01 14:07:28.877 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][c7a78e39-659c-458d-b1fc-2e11d9bcf08a] socks connection closed\n2025-08-01 14:07:28.877 [info] [command][5e477985-5b51-4219-894f-5a6ce98321ce] Process exited with code 0\n2025-08-01 14:07:28.877 [info] [command][5e477985-5b51-4219-894f-5a6ce98321ce] Socket close event received\n2025-08-01 14:07:28.917 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51657 to 127.0.0.1 port 60081, nchannels 7\n\n2025-08-01 14:07:33.882 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][560b6b58-61d8-4ec1-82d6-905186807171] socks connection closed\n2025-08-01 14:07:33.928 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 42663, connect from 127.0.0.1 port 51654 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:08:28.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:08:28.877 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][6e7ceca5-0223-4464-b37b-839ef18f757e] received connection request\n2025-08-01 14:08:28.878 [info] [command][e4954ecd-328d-4f38-aa35-a1e9787650fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""e4954ecd-328d-4f38-aa35-a1e9787650fc""}\n2025-08-01 14:08:28.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:08:28.921 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6e7ceca5-0223-4464-b37b-839ef18f757e] socks forwarding established\n2025-08-01 14:08:28.967 [info] [command][e4954ecd-328d-4f38-aa35-a1e9787650fc] Process exited with code 0\n2025-08-01 14:08:28.967 [info] [command][e4954ecd-328d-4f38-aa35-a1e9787650fc] Socket close event received\n2025-08-01 14:08:28.968 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][6e7ceca5-0223-4464-b37b-839ef18f757e] socks connection closed\n2025-08-01 14:08:29.007 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51670 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:09:28.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:09:28.972 [info] [command][033ccb72-41b4-4a58-82dc-b462b7737826] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""033ccb72-41b4-4a58-82dc-b462b7737826""}\n2025-08-01 14:09:28.973 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][55e5a319-92e4-45cb-866d-a37744687cc4] received connection request\n2025-08-01 14:09:28.974 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:09:29.016 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][55e5a319-92e4-45cb-866d-a37744687cc4] socks forwarding established\n2025-08-01 14:09:29.065 [info] [command][033ccb72-41b4-4a58-82dc-b462b7737826] Process exited with code 0\n2025-08-01 14:09:29.066 [info] [command][033ccb72-41b4-4a58-82dc-b462b7737826] Socket close event received\n2025-08-01 14:09:29.067 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][55e5a319-92e4-45cb-866d-a37744687cc4] socks connection closed\n2025-08-01 14:09:29.114 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51708 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:10:29.066 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:10:29.068 [info] [command][a02a9be6-9a17-47e9-9b3c-493cb96db461] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a02a9be6-9a17-47e9-9b3c-493cb96db461""}\n2025-08-01 14:10:29.068 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][d3b3098b-d0d0-4d99-8e94-fc28274a2b10] received connection request\n2025-08-01 14:10:29.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:10:29.116 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3b3098b-d0d0-4d99-8e94-fc28274a2b10] socks forwarding established\n2025-08-01 14:10:29.164 [info] [command][a02a9be6-9a17-47e9-9b3c-493cb96db461] Process exited with code 0\n2025-08-01 14:10:29.167 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][d3b3098b-d0d0-4d99-8e94-fc28274a2b10] socks connection closed\n2025-08-01 14:10:29.167 [info] [command][a02a9be6-9a17-47e9-9b3c-493cb96db461] Socket close event received\n2025-08-01 14:10:29.208 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51751 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:11:29.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:11:29.170 [info] [command][c3f2d2d0-bac1-4604-9de6-f2ca09126ba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""c3f2d2d0-bac1-4604-9de6-f2ca09126ba3""}\n2025-08-01 14:11:29.171 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][42e82c5a-d750-495d-9f28-00c026a54c97] received connection request\n2025-08-01 14:11:29.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:11:29.211 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][42e82c5a-d750-495d-9f28-00c026a54c97] socks forwarding established\n2025-08-01 14:11:29.259 [info] [command][c3f2d2d0-bac1-4604-9de6-f2ca09126ba3] Process exited with code 0\n2025-08-01 14:11:29.260 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][42e82c5a-d750-495d-9f28-00c026a54c97] socks connection closed\n2025-08-01 14:11:29.260 [info] [command][c3f2d2d0-bac1-4604-9de6-f2ca09126ba3] Socket close event received\n2025-08-01 14:11:29.304 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51765 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:12:29.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:12:29.265 [info] [command][a8eb28cb-427f-4ac3-930f-b3a8727072c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""a8eb28cb-427f-4ac3-930f-b3a8727072c7""}\n2025-08-01 14:12:29.266 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][ef774836-adb4-41c9-8434-2f0ed7986965] received connection request\n2025-08-01 14:12:29.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:12:29.314 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ef774836-adb4-41c9-8434-2f0ed7986965] socks forwarding established\n2025-08-01 14:12:29.368 [info] [command][a8eb28cb-427f-4ac3-930f-b3a8727072c7] Process exited with code 0\n2025-08-01 14:12:29.368 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][ef774836-adb4-41c9-8434-2f0ed7986965] socks connection closed\n2025-08-01 14:12:29.369 [info] [command][a8eb28cb-427f-4ac3-930f-b3a8727072c7] Socket close event received\n2025-08-01 14:12:29.407 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51785 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:13:29.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:13:29.372 [info] [command][986154fc-b63a-472c-846c-454eb3763930] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""986154fc-b63a-472c-846c-454eb3763930""}\n2025-08-01 14:13:29.373 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][29fe04ca-a1df-4d01-b133-24a94d42dbe3] received connection request\n2025-08-01 14:13:29.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:13:29.413 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][29fe04ca-a1df-4d01-b133-24a94d42dbe3] socks forwarding established\n2025-08-01 14:13:29.458 [info] [command][986154fc-b63a-472c-846c-454eb3763930] Process exited with code 0\n2025-08-01 14:13:29.458 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][29fe04ca-a1df-4d01-b133-24a94d42dbe3] socks connection closed\n2025-08-01 14:13:29.459 [info] [command][986154fc-b63a-472c-846c-454eb3763930] Socket close event received\n2025-08-01 14:13:29.500 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51800 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:14:29.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:14:29.464 [info] [command][9470ac37-5727-4a55-ae3b-ea1433615b79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""9470ac37-5727-4a55-ae3b-ea1433615b79""}\n2025-08-01 14:14:29.465 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][4dce2fe0-fb79-4c02-8d31-97b53d918f82] received connection request\n2025-08-01 14:14:29.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:14:29.514 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dce2fe0-fb79-4c02-8d31-97b53d918f82] socks forwarding established\n2025-08-01 14:14:29.565 [info] [command][9470ac37-5727-4a55-ae3b-ea1433615b79] Process exited with code 0\n2025-08-01 14:14:29.566 [info] [command][9470ac37-5727-4a55-ae3b-ea1433615b79] Socket close event received\n2025-08-01 14:14:29.567 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][4dce2fe0-fb79-4c02-8d31-97b53d918f82] socks connection closed\n2025-08-01 14:14:29.608 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51830 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:15:29.566 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:15:29.569 [info] [command][6830aa4d-39eb-4380-8dba-3110349f01fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""6830aa4d-39eb-4380-8dba-3110349f01fe""}\n2025-08-01 14:15:29.570 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7edfa653-be6b-464a-9280-009cce990da5] received connection request\n2025-08-01 14:15:29.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:15:29.613 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7edfa653-be6b-464a-9280-009cce990da5] socks forwarding established\n2025-08-01 14:15:29.659 [info] [command][6830aa4d-39eb-4380-8dba-3110349f01fe] Process exited with code 0\n2025-08-01 14:15:29.660 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7edfa653-be6b-464a-9280-009cce990da5] socks connection closed\n2025-08-01 14:15:29.660 [info] [command][6830aa4d-39eb-4380-8dba-3110349f01fe] Socket close event received\n2025-08-01 14:15:29.702 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60081 for 127.0.0.1 port 43445, connect from 127.0.0.1 port 51864 to 127.0.0.1 port 60081, nchannels 6\n\n2025-08-01 14:15:34.502 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 14:15:34.502 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 14:15:34.534 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][58083b58-0294-4f7e-acdf-d407a2296b26] received connection request\n2025-08-01 14:15:34.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:19:31.552 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 14:19:31.553 [error] Failed to connect to Cursor server at http://127.0.0.1:60083, attempt 1 of 3 This operation was aborted\n2025-08-01 14:19:31.554 [error] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][58083b58-0294-4f7e-acdf-d407a2296b26] error while creating socks forwarding Proxy connection timed out\n2025-08-01 14:19:31.554 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60084\n2025-08-01 14:19:31.555 [info] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:43445][7aba7b71-91b0-4b98-98db-2894e2e0d679] received connection request\n2025-08-01 14:19:31.555 [info] [command][d2e0c728-a685-429f-8efe-a23456afcb6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1049ddbe-3284-492e-b7dd-41f38a3105dc"",""id"":""d2e0c728-a685-429f-8efe-a23456afcb6e""}\n2025-08-01 14:19:31.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:19:31.559 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:42663][b20bea1f-e1c2-4d7a-b52c-d24d4d208c02] received connection request\n2025-08-01 14:19:31.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 60081 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 14:19:31.616 [info] Terminating existing SSH process with pid: 7554\n2025-08-01 14:19:31.616 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 14:19:31.617 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 14:19:31.618 [error] [forwarding][multiplex][127.0.0.1:60084 -> 127.0.0.1:60081 -> 127.0.0.1:43445][7aba7b71-91b0-4b98-98db-2894e2e0d679] error while creating socks forwarding Socket closed\n2025-08-01 14:19:31.618 [error] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][b20bea1f-e1c2-4d7a-b52c-d24d4d208c02] error while creating socks forwarding Socket closed\n2025-08-01 14:19:31.618 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][5d621007-57bd-40c3-b036-9652ff6445df] socks connection closed\n2025-08-01 14:19:31.618 [info] [forwarding][code][127.0.0.1:60083 -> 127.0.0.1:60081 -> 127.0.0.1:42663][f05ec0ab-3c52-4a80-b97e-e98e5fa33137] socks connection closed\n2025-08-01 14:19:31.618 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:31.618 [info] [command][d2e0c728-a685-429f-8efe-a23456afcb6e] Socket end event received\n2025-08-01 14:19:31.619 [info] [command][d2e0c728-a685-429f-8efe-a23456afcb6e] Socket close event received\n2025-08-01 14:19:31.623 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63212.sh"" | ssh -v -T -D 51891 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:31.623 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:31.623 [info] Waiting for server to install via process(15536)...\n2025-08-01 14:19:31.632 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:31.632 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:31.634 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:31.634 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:31.634 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:31.636 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:31.636 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:31.637 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:31.637 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:32.555 [error] Failed to connect to Cursor server at http://127.0.0.1:60083, attempt 2 of 3 This operation was aborted\n2025-08-01 14:19:33.560 [error] Failed to connect to Cursor server at http://127.0.0.1:60083, attempt 3 of 3 This operation was aborted\n2025-08-01 14:19:33.560 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 14:19:33.560 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 14:19:36.645 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63212.sh\n2025-08-01 14:19:36.646 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:36.652 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95986.sh"" | ssh -v -T -D 51892 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:36.652 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:36.652 [info] Waiting for server to install via process(15545)...\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:36.674 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:36.676 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:36.677 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:36.677 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:36.677 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:41.678 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95986.sh\n2025-08-01 14:19:41.679 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:41.684 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71802.sh"" | ssh -v -T -D 51914 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:41.685 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:41.685 [info] Waiting for server to install via process(15554)...\n2025-08-01 14:19:41.702 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:41.702 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:41.703 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:41.705 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:41.705 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:41.705 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:41.705 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:46.715 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71802.sh\n2025-08-01 14:19:46.716 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:46.721 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17478.sh"" | ssh -v -T -D 51918 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:46.721 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:46.721 [info] Waiting for server to install via process(15560)...\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:46.738 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:46.739 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:46.741 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:46.741 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:46.742 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:46.742 [info] Retrying connection in 5 seconds...\n2025-08-01 14:19:51.747 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17478.sh\n2025-08-01 14:19:51.749 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:19:51.753 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46625.sh"" | ssh -v -T -D 51919 login.haicore.berlin bash --login -c bash\n2025-08-01 14:19:51.753 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:19:51.753 [info] Waiting for server to install via process(15569)...\n2025-08-01 14:19:51.769 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 14:19:51.769 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 14:19:51.769 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:19:51.770 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:19:51.770 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:19:51.770 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:19:51.772 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:19:51.773 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:19:51.773 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:19:51.773 [info] Retrying connection in 5 seconds...\n2025-08-01 14:28:02.512 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46625.sh\n2025-08-01 14:28:02.514 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ze6kcV/socket.sock\n2025-08-01 14:28:02.517 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70907.sh"" | ssh -v -T -D 51920 login.haicore.berlin bash --login -c bash\n2025-08-01 14:28:02.518 [info] Started installation script. Waiting for it to finish...\n2025-08-01 14:28:02.518 [info] Waiting for server to install via process(15575)...\n2025-08-01 14:28:02.533 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 14:28:02.533 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 14:28:02.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 14:28:02.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 14:28:02.534 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 14:28:02.536 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 14:28:02.537 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 14:28:02.537 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:28:02.537 [error] Failed to connect after 6 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 14:28:02.537 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70907.sh\n2025-08-01 14:28:02.538 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 15:14:00.858 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 15:14:00.866 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Rc1Ot7/socket.sock\n2025-08-01 15:14:00.867 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:14:00.871 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Rc1Ot7/socket.sock\n2025-08-01 15:14:00.874 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7383.sh"" | ssh -v -T -D 52302 login.haicore.berlin bash --login -c bash\n2025-08-01 15:14:00.874 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:14:00.874 [info] Waiting for server to install via process(16243)...\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 15:14:00.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:14:00.883 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:14:00.884 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 15:14:00.885 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 15:14:00.886 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 15:14:00.886 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7383.sh\n2025-08-01 15:14:00.886 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 15:14:13.471 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 15:14:13.477 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O73DN5/socket.sock\n2025-08-01 15:14:13.478 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:14:13.479 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O73DN5/socket.sock\n2025-08-01 15:14:13.482 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17049.sh"" | ssh -v -T -D 52348 login.haicore.berlin bash --login -c bash\n2025-08-01 15:14:13.482 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:14:13.482 [info] Waiting for server to install via process(16268)...\n2025-08-01 15:14:13.489 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 15:14:13.489 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:14:13.489 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:14:13.799 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 15:14:13.800 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 15:14:13.800 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 15:14:13.836 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 15:14:13.840 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 15:14:13.841 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 15:14:13.863 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 15:14:13.864 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 15:14:13.908 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 15:14:13.910 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 15:14:13.910 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 15:14:13.914 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 15:14:13.914 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 15:14:14.027 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 15:14:14.064 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 15:14:14.070 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 15:14:14.070 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:14:14.150 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:14:14.211 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:52348 forwarded to remote address socks:0\n\n2025-08-01 15:14:14.211 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 52348.\n\n2025-08-01 15:14:14.211 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 52348.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 15:14:14.212 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 15:14:14.391 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 15:14:14.392 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 15:14:14.400 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-08-01 15:14:14.400 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 15:14:14.429 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-08-01 15:14:14.429 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-08-01 15:14:14.870 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 15:14:14.878 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 15:14:14.887 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:14:14.901 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 15:14:14.909 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:14:14.917 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 26564bd8-6418-47b1-905f-e3673207b5e6\nMultiplex server started with PID 735412 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:14:14.931 [info] (ssh_tunnel) stdout: Multiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:14:15.425 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 15:14:15.445 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-01 15:14:15.451 [info] (ssh_tunnel) stdout: Code server started with PID 735436 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:14:15.458 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:14:15.960 [info] (ssh_tunnel) stdout: 59e35009a28e943d0624e092: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36921==\nmultiplexConnectionToken==26564bd8-6418-47b1-905f-e3673207b5e6==\n\n2025-08-01 15:14:15.969 [info] (ssh_tunnel) stdout: codeListeningOn==40937==\ncodeConnectionToken==88f8d8f3-0841-40b6-b9a7-b634e9e16335==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n59e35009a28e943d0624e092: end\n\n2025-08-01 15:14:15.971 [info] Server install command exit code: 0\n2025-08-01 15:14:15.971 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17049.sh\n2025-08-01 15:14:15.971 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:14:15.972 [info] [forwarding][code] creating new forwarding server\n2025-08-01 15:14:15.973 [info] [forwarding][code] server listening on 127.0.0.1:52351\n2025-08-01 15:14:15.973 [info] [forwarding][code] Set up server\n2025-08-01 15:14:15.973 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 88f8d8f3-0841-40b6-b9a7-b634e9e16335\n2025-08-01 15:14:15.973 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 15:14:15.973 [info] [forwarding][multiplex] server listening on 127.0.0.1:52352\n2025-08-01 15:14:15.973 [info] [forwarding][multiplex] Set up server\n2025-08-01 15:14:15.975 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 26564bd8-6418-47b1-905f-e3673207b5e6\n2025-08-01 15:14:15.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:14:15.976 [info] [remote-ssh] Resolved exec server. Socks port: 52348\n2025-08-01 15:14:15.976 [info] Setting up 0 default forwarded ports\n2025-08-01 15:14:15.976 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":52351,""connectionToken"":""88f8d8f3-0841-40b6-b9a7-b634e9e16335"",""extensionHostEnv"":{}}. Socks port: 52348\n2025-08-01 15:14:15.978 [info] [command][1654eea3-3625-4c9e-a253-8d5a20dbf64d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1654eea3-3625-4c9e-a253-8d5a20dbf64d""}\n2025-08-01 15:14:15.980 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][c2a292e0-5169-48bf-96d3-bcd14710efb3] received connection request\n2025-08-01 15:14:15.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:16.025 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][23f3ca35-e9d5-4e56-afbf-a27a87634edb] received connection request\n2025-08-01 15:14:16.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:14:16.036 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:16.037 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][c2a292e0-5169-48bf-96d3-bcd14710efb3] socks forwarding established\n2025-08-01 15:14:16.072 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][23f3ca35-e9d5-4e56-afbf-a27a87634edb] socks forwarding established\n2025-08-01 15:14:16.083 [info] [command][1654eea3-3625-4c9e-a253-8d5a20dbf64d] Process exited with code 0\n2025-08-01 15:14:16.083 [info] [command][1654eea3-3625-4c9e-a253-8d5a20dbf64d] Socket close event received\n2025-08-01 15:14:16.093 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][c2a292e0-5169-48bf-96d3-bcd14710efb3] socks connection closed\n2025-08-01 15:14:16.112 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52354 to 127.0.0.1 port 52348, nchannels 5\n\n2025-08-01 15:14:16.135 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][b27e9dfe-acc4-4c7c-80e4-2e1e157ed324] received connection request\n2025-08-01 15:14:16.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:16.169 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][b27e9dfe-acc4-4c7c-80e4-2e1e157ed324] socks forwarding established\n2025-08-01 15:14:16.331 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 15:14:20.954 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][07908b60-6e89-41e5-a6a3-198a66a30d48] received connection request\n2025-08-01 15:14:20.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:14:20.993 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][07908b60-6e89-41e5-a6a3-198a66a30d48] socks forwarding established\n2025-08-01 15:14:27.063 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][07908b60-6e89-41e5-a6a3-198a66a30d48] socks connection closed\n2025-08-01 15:14:27.093 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 40937, connect from 127.0.0.1 port 52410 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:15:16.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:15:16.088 [info] [command][a60f3a66-80f3-44fa-af16-669687dc774d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a60f3a66-80f3-44fa-af16-669687dc774d""}\n2025-08-01 15:15:16.089 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][09c54bbe-c4ec-4f28-be9d-65a77a71552a] received connection request\n2025-08-01 15:15:16.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:15:16.151 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09c54bbe-c4ec-4f28-be9d-65a77a71552a] socks forwarding established\n2025-08-01 15:15:16.238 [info] [command][a60f3a66-80f3-44fa-af16-669687dc774d] Process exited with code 0\n2025-08-01 15:15:16.238 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09c54bbe-c4ec-4f28-be9d-65a77a71552a] socks connection closed\n2025-08-01 15:15:16.238 [info] [command][a60f3a66-80f3-44fa-af16-669687dc774d] Socket close event received\n2025-08-01 15:15:16.286 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52448 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:16:16.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:16:16.240 [info] [command][ca51061d-80b6-49c2-ab51-75c022f0c033] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""ca51061d-80b6-49c2-ab51-75c022f0c033""}\n2025-08-01 15:16:16.241 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][2db4957f-be7c-4093-8252-cde2ae00b31f] received connection request\n2025-08-01 15:16:16.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:16:16.294 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2db4957f-be7c-4093-8252-cde2ae00b31f] socks forwarding established\n2025-08-01 15:16:16.801 [info] [command][ca51061d-80b6-49c2-ab51-75c022f0c033] Process exited with code 0\n2025-08-01 15:16:16.802 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2db4957f-be7c-4093-8252-cde2ae00b31f] socks connection closed\n2025-08-01 15:16:16.802 [info] [command][ca51061d-80b6-49c2-ab51-75c022f0c033] Socket close event received\n2025-08-01 15:16:16.861 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52461 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:17:16.805 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:17:16.807 [info] [command][0d18daf9-5257-405c-8413-182bf102e8bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""0d18daf9-5257-405c-8413-182bf102e8bb""}\n2025-08-01 15:17:16.808 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][61294ead-6296-4902-8a19-5785e3971e59] received connection request\n2025-08-01 15:17:16.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:17:16.849 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][61294ead-6296-4902-8a19-5785e3971e59] socks forwarding established\n2025-08-01 15:17:16.907 [info] [command][0d18daf9-5257-405c-8413-182bf102e8bb] Process exited with code 0\n2025-08-01 15:17:16.908 [info] [command][0d18daf9-5257-405c-8413-182bf102e8bb] Socket close event received\n2025-08-01 15:17:16.919 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][61294ead-6296-4902-8a19-5785e3971e59] socks connection closed\n2025-08-01 15:17:16.945 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52489 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:18:16.909 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:18:16.910 [info] [command][881afc88-a675-4a66-a734-b7391f7cd25f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""881afc88-a675-4a66-a734-b7391f7cd25f""}\n2025-08-01 15:18:16.911 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][959bb6fe-ccc9-4d35-bec6-8031833e811f] received connection request\n2025-08-01 15:18:16.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:18:16.944 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][959bb6fe-ccc9-4d35-bec6-8031833e811f] socks forwarding established\n2025-08-01 15:18:16.981 [info] [command][881afc88-a675-4a66-a734-b7391f7cd25f] Process exited with code 0\n2025-08-01 15:18:16.981 [info] [command][881afc88-a675-4a66-a734-b7391f7cd25f] Socket close event received\n2025-08-01 15:18:16.992 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][959bb6fe-ccc9-4d35-bec6-8031833e811f] socks connection closed\n2025-08-01 15:18:17.018 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52535 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:19:16.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:19:16.986 [info] [command][5ad75213-d69a-4d56-8f9a-0b72cebbd591] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""5ad75213-d69a-4d56-8f9a-0b72cebbd591""}\n2025-08-01 15:19:16.988 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][6933e5fb-831a-4bda-bcce-af3f0984e651] received connection request\n2025-08-01 15:19:16.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:19:17.015 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6933e5fb-831a-4bda-bcce-af3f0984e651] socks forwarding established\n2025-08-01 15:19:17.043 [info] [command][5ad75213-d69a-4d56-8f9a-0b72cebbd591] Process exited with code 0\n2025-08-01 15:19:17.043 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6933e5fb-831a-4bda-bcce-af3f0984e651] socks connection closed\n2025-08-01 15:19:17.043 [info] [command][5ad75213-d69a-4d56-8f9a-0b72cebbd591] Socket close event received\n2025-08-01 15:19:17.068 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52581 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:20:17.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:20:17.047 [info] [command][8d470ff5-639f-40e0-86d6-2af545614a91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""8d470ff5-639f-40e0-86d6-2af545614a91""}\n2025-08-01 15:20:17.048 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][4cc2ce7d-8ec2-4b9e-ba5e-dbee2fc2a914] received connection request\n2025-08-01 15:20:17.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:20:17.090 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][4cc2ce7d-8ec2-4b9e-ba5e-dbee2fc2a914] socks forwarding established\n2025-08-01 15:20:17.144 [info] [command][8d470ff5-639f-40e0-86d6-2af545614a91] Process exited with code 0\n2025-08-01 15:20:17.144 [info] [command][8d470ff5-639f-40e0-86d6-2af545614a91] Socket close event received\n2025-08-01 15:20:17.157 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][4cc2ce7d-8ec2-4b9e-ba5e-dbee2fc2a914] socks connection closed\n2025-08-01 15:20:17.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52608 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:21:17.148 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:21:17.151 [info] [command][2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961""}\n2025-08-01 15:21:17.152 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][508fcc3b-a94f-4a9a-9a99-0e5cf699a54c] received connection request\n2025-08-01 15:21:17.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:21:17.186 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][508fcc3b-a94f-4a9a-9a99-0e5cf699a54c] socks forwarding established\n2025-08-01 15:21:17.232 [info] [command][2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961] Process exited with code 0\n2025-08-01 15:21:17.232 [info] [command][2a4e2e33-1664-4a6d-bb0f-1a5c1fb49961] Socket close event received\n2025-08-01 15:21:17.235 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][508fcc3b-a94f-4a9a-9a99-0e5cf699a54c] socks connection closed\n2025-08-01 15:21:17.274 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52622 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:22:17.234 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:22:17.237 [info] [command][1a2ea8d8-20be-42f1-a4eb-45013b9b098d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1a2ea8d8-20be-42f1-a4eb-45013b9b098d""}\n2025-08-01 15:22:17.238 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][ad87af3a-935b-4c76-8a97-f5877be50093] received connection request\n2025-08-01 15:22:17.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:22:17.263 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ad87af3a-935b-4c76-8a97-f5877be50093] socks forwarding established\n2025-08-01 15:22:17.290 [info] [command][1a2ea8d8-20be-42f1-a4eb-45013b9b098d] Process exited with code 0\n2025-08-01 15:22:17.290 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ad87af3a-935b-4c76-8a97-f5877be50093] socks connection closed\n2025-08-01 15:22:17.291 [info] [command][1a2ea8d8-20be-42f1-a4eb-45013b9b098d] Socket close event received\n2025-08-01 15:22:17.350 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52635 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:23:17.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:23:17.294 [info] [command][831e3f95-51aa-43bd-9607-05d1ef55c0a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""831e3f95-51aa-43bd-9607-05d1ef55c0a4""}\n2025-08-01 15:23:17.295 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][ca1a7464-f849-419f-bec9-b4b74c15033b] received connection request\n2025-08-01 15:23:17.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:23:17.334 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ca1a7464-f849-419f-bec9-b4b74c15033b] socks forwarding established\n2025-08-01 15:23:17.400 [info] [command][831e3f95-51aa-43bd-9607-05d1ef55c0a4] Process exited with code 0\n2025-08-01 15:23:17.400 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ca1a7464-f849-419f-bec9-b4b74c15033b] socks connection closed\n2025-08-01 15:23:17.400 [info] [command][831e3f95-51aa-43bd-9607-05d1ef55c0a4] Socket close event received\n2025-08-01 15:23:17.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52667 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:24:17.398 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:24:17.401 [info] [command][3d75a679-2cb3-4b45-ab32-9d94c4ab447a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""3d75a679-2cb3-4b45-ab32-9d94c4ab447a""}\n2025-08-01 15:24:17.401 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][1c2d7589-fccb-492e-8bc6-271dee1dc18e] received connection request\n2025-08-01 15:24:17.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:24:17.439 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1c2d7589-fccb-492e-8bc6-271dee1dc18e] socks forwarding established\n2025-08-01 15:24:17.482 [info] [command][3d75a679-2cb3-4b45-ab32-9d94c4ab447a] Process exited with code 0\n2025-08-01 15:24:17.483 [info] [command][3d75a679-2cb3-4b45-ab32-9d94c4ab447a] Socket close event received\n2025-08-01 15:24:17.494 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1c2d7589-fccb-492e-8bc6-271dee1dc18e] socks connection closed\n2025-08-01 15:24:17.528 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52703 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:25:17.483 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:25:17.486 [info] [command][6887be25-5357-4381-a32c-db91951b7cb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6887be25-5357-4381-a32c-db91951b7cb9""}\n2025-08-01 15:25:17.487 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][fc064f49-73a6-4d4c-95ee-db06c542fe2d] received connection request\n2025-08-01 15:25:17.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:25:17.540 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][fc064f49-73a6-4d4c-95ee-db06c542fe2d] socks forwarding established\n2025-08-01 15:25:17.589 [info] [command][6887be25-5357-4381-a32c-db91951b7cb9] Process exited with code 0\n2025-08-01 15:25:17.589 [info] [command][6887be25-5357-4381-a32c-db91951b7cb9] Socket close event received\n2025-08-01 15:25:17.606 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][fc064f49-73a6-4d4c-95ee-db06c542fe2d] socks connection closed\n2025-08-01 15:25:17.647 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52718 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:26:17.591 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:26:17.594 [info] [command][1e92fdd4-1e29-4177-915b-884c909dbf7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1e92fdd4-1e29-4177-915b-884c909dbf7d""}\n2025-08-01 15:26:17.595 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][34545bc0-b5f7-4c45-b9a1-092d5cacc8e8] received connection request\n2025-08-01 15:26:17.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:26:17.624 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][34545bc0-b5f7-4c45-b9a1-092d5cacc8e8] socks forwarding established\n2025-08-01 15:26:17.659 [info] [command][1e92fdd4-1e29-4177-915b-884c909dbf7d] Process exited with code 0\n2025-08-01 15:26:17.659 [info] [command][1e92fdd4-1e29-4177-915b-884c909dbf7d] Socket close event received\n2025-08-01 15:26:17.660 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][34545bc0-b5f7-4c45-b9a1-092d5cacc8e8] socks connection closed\n2025-08-01 15:26:17.684 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52734 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:27:17.657 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:27:17.660 [info] [command][5a02ef78-d7e6-4786-a6b5-36a018441555] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""5a02ef78-d7e6-4786-a6b5-36a018441555""}\n2025-08-01 15:27:17.662 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][dcd90848-05d7-4760-aacf-804d10d2b61c] received connection request\n2025-08-01 15:27:17.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:27:17.687 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][dcd90848-05d7-4760-aacf-804d10d2b61c] socks forwarding established\n2025-08-01 15:27:17.741 [info] [command][5a02ef78-d7e6-4786-a6b5-36a018441555] Process exited with code 0\n2025-08-01 15:27:17.741 [info] [command][5a02ef78-d7e6-4786-a6b5-36a018441555] Socket close event received\n2025-08-01 15:27:17.754 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][dcd90848-05d7-4760-aacf-804d10d2b61c] socks connection closed\n2025-08-01 15:27:17.802 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52748 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:28:17.740 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:28:17.743 [info] [command][ec795e71-3dd1-49dc-95e5-a14b4a14cd2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""ec795e71-3dd1-49dc-95e5-a14b4a14cd2a""}\n2025-08-01 15:28:17.744 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][f6718959-080e-45c9-9ad1-5acc5bd1ec85] received connection request\n2025-08-01 15:28:17.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:28:17.768 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f6718959-080e-45c9-9ad1-5acc5bd1ec85] socks forwarding established\n2025-08-01 15:28:17.795 [info] [command][ec795e71-3dd1-49dc-95e5-a14b4a14cd2a] Process exited with code 0\n2025-08-01 15:28:17.795 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f6718959-080e-45c9-9ad1-5acc5bd1ec85] socks connection closed\n2025-08-01 15:28:17.795 [info] [command][ec795e71-3dd1-49dc-95e5-a14b4a14cd2a] Socket close event received\n2025-08-01 15:28:17.818 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52782 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:29:17.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:29:17.798 [info] [command][e3059b8f-4ae8-413e-8b43-889825acebcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e3059b8f-4ae8-413e-8b43-889825acebcd""}\n2025-08-01 15:29:17.798 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][09ffd4fb-269e-40b0-a06c-b143ef7c87de] received connection request\n2025-08-01 15:29:17.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:29:17.799 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:29:17.866 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09ffd4fb-269e-40b0-a06c-b143ef7c87de] socks forwarding established\n2025-08-01 15:29:17.895 [info] [command][e3059b8f-4ae8-413e-8b43-889825acebcd] Process exited with code 0\n2025-08-01 15:29:17.895 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][09ffd4fb-269e-40b0-a06c-b143ef7c87de] socks connection closed\n2025-08-01 15:29:17.895 [info] [command][e3059b8f-4ae8-413e-8b43-889825acebcd] Socket close event received\n2025-08-01 15:29:17.920 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52811 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:30:17.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:30:17.902 [info] [command][35ce4ca0-1cdc-443e-8547-1daa5c6779e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""35ce4ca0-1cdc-443e-8547-1daa5c6779e0""}\n2025-08-01 15:30:17.903 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][d1fe9674-3197-46bc-95fc-f32cd9595280] received connection request\n2025-08-01 15:30:17.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:30:17.903 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:30:17.926 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][d1fe9674-3197-46bc-95fc-f32cd9595280] socks forwarding established\n2025-08-01 15:30:17.952 [info] [command][35ce4ca0-1cdc-443e-8547-1daa5c6779e0] Process exited with code 0\n2025-08-01 15:30:17.952 [info] [command][35ce4ca0-1cdc-443e-8547-1daa5c6779e0] Socket close event received\n2025-08-01 15:30:17.954 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][d1fe9674-3197-46bc-95fc-f32cd9595280] socks connection closed\n2025-08-01 15:30:17.976 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52829 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:31:17.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:31:17.954 [info] [command][dcc3f88d-166e-46ed-87f4-24418bef5b53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""dcc3f88d-166e-46ed-87f4-24418bef5b53""}\n2025-08-01 15:31:17.955 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][00ed9a4e-3453-409b-92ee-c2df0b89385b] received connection request\n2025-08-01 15:31:17.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:31:17.983 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][00ed9a4e-3453-409b-92ee-c2df0b89385b] socks forwarding established\n2025-08-01 15:31:18.013 [info] [command][dcc3f88d-166e-46ed-87f4-24418bef5b53] Process exited with code 0\n2025-08-01 15:31:18.013 [info] [command][dcc3f88d-166e-46ed-87f4-24418bef5b53] Socket close event received\n2025-08-01 15:31:18.014 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][00ed9a4e-3453-409b-92ee-c2df0b89385b] socks connection closed\n2025-08-01 15:31:18.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52846 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:32:18.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:32:18.015 [info] [command][a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7""}\n2025-08-01 15:32:18.015 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][a206d8c3-0e8b-40ec-a9de-2e41f2ed24df] received connection request\n2025-08-01 15:32:18.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:32:18.016 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:32:18.039 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a206d8c3-0e8b-40ec-a9de-2e41f2ed24df] socks forwarding established\n2025-08-01 15:32:18.066 [info] [command][a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7] Process exited with code 0\n2025-08-01 15:32:18.066 [info] [command][a3f01c8f-5ff6-42c1-8a74-18b61bd60ad7] Socket close event received\n2025-08-01 15:32:18.066 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a206d8c3-0e8b-40ec-a9de-2e41f2ed24df] socks connection closed\n2025-08-01 15:32:18.090 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52862 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:33:18.066 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:33:18.067 [info] [command][c7abcb16-82fe-488a-ab3e-a784ec52e855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""c7abcb16-82fe-488a-ab3e-a784ec52e855""}\n2025-08-01 15:33:18.068 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][1f502f7b-c5e5-4c60-8608-ec8484c5d069] received connection request\n2025-08-01 15:33:18.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:33:18.092 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1f502f7b-c5e5-4c60-8608-ec8484c5d069] socks forwarding established\n2025-08-01 15:33:18.119 [info] [command][c7abcb16-82fe-488a-ab3e-a784ec52e855] Process exited with code 0\n2025-08-01 15:33:18.119 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][1f502f7b-c5e5-4c60-8608-ec8484c5d069] socks connection closed\n2025-08-01 15:33:18.119 [info] [command][c7abcb16-82fe-488a-ab3e-a784ec52e855] Socket close event received\n2025-08-01 15:33:18.142 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52889 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:34:18.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:34:18.124 [info] [command][97cacdba-dc09-488b-a624-294c6fb1cc40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""97cacdba-dc09-488b-a624-294c6fb1cc40""}\n2025-08-01 15:34:18.125 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][ff38bfda-ed37-4ee9-bd9d-659821707ff9] received connection request\n2025-08-01 15:34:18.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:34:18.125 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:34:18.149 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ff38bfda-ed37-4ee9-bd9d-659821707ff9] socks forwarding established\n2025-08-01 15:34:18.179 [info] [command][97cacdba-dc09-488b-a624-294c6fb1cc40] Process exited with code 0\n2025-08-01 15:34:18.180 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][ff38bfda-ed37-4ee9-bd9d-659821707ff9] socks connection closed\n2025-08-01 15:34:18.180 [info] [command][97cacdba-dc09-488b-a624-294c6fb1cc40] Socket close event received\n2025-08-01 15:34:18.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52923 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:35:18.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:35:18.185 [info] [command][e79c3fd9-1e88-4864-bd19-053028ce16c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e79c3fd9-1e88-4864-bd19-053028ce16c5""}\n2025-08-01 15:35:18.186 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][9814fd5e-c08d-439d-90b0-8da72a1a7e87] received connection request\n2025-08-01 15:35:18.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:35:18.211 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][9814fd5e-c08d-439d-90b0-8da72a1a7e87] socks forwarding established\n2025-08-01 15:35:18.238 [info] [command][e79c3fd9-1e88-4864-bd19-053028ce16c5] Process exited with code 0\n2025-08-01 15:35:18.238 [info] [command][e79c3fd9-1e88-4864-bd19-053028ce16c5] Socket close event received\n2025-08-01 15:35:18.239 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][9814fd5e-c08d-439d-90b0-8da72a1a7e87] socks connection closed\n2025-08-01 15:35:18.263 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52966 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:36:18.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:36:18.243 [info] [command][9b3d1f8b-de99-4471-b668-00658855ef37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""9b3d1f8b-de99-4471-b668-00658855ef37""}\n2025-08-01 15:36:18.243 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][af6bcacc-9216-4258-acdd-0c4fcc855495] received connection request\n2025-08-01 15:36:18.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:36:18.268 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][af6bcacc-9216-4258-acdd-0c4fcc855495] socks forwarding established\n2025-08-01 15:36:18.296 [info] [command][9b3d1f8b-de99-4471-b668-00658855ef37] Process exited with code 0\n2025-08-01 15:36:18.296 [info] [command][9b3d1f8b-de99-4471-b668-00658855ef37] Socket close event received\n2025-08-01 15:36:18.297 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][af6bcacc-9216-4258-acdd-0c4fcc855495] socks connection closed\n2025-08-01 15:36:18.320 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 52993 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:37:18.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:37:18.302 [info] [command][f65d0b02-cd4d-4666-ba4e-4281d8158e8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""f65d0b02-cd4d-4666-ba4e-4281d8158e8a""}\n2025-08-01 15:37:18.302 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][13c06923-a746-42c4-97e2-3fc9af57ea5b] received connection request\n2025-08-01 15:37:18.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:37:18.327 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][13c06923-a746-42c4-97e2-3fc9af57ea5b] socks forwarding established\n2025-08-01 15:37:18.354 [info] [command][f65d0b02-cd4d-4666-ba4e-4281d8158e8a] Process exited with code 0\n2025-08-01 15:37:18.354 [info] [command][f65d0b02-cd4d-4666-ba4e-4281d8158e8a] Socket close event received\n2025-08-01 15:37:18.355 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][13c06923-a746-42c4-97e2-3fc9af57ea5b] socks connection closed\n2025-08-01 15:37:18.378 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53010 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:38:18.353 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:38:18.355 [info] [command][7456ce66-01eb-475f-8c54-ebe4ea3c304c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""7456ce66-01eb-475f-8c54-ebe4ea3c304c""}\n2025-08-01 15:38:18.356 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][2378823d-8bb4-438f-aad8-9bf0d4bafcbb] received connection request\n2025-08-01 15:38:18.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:38:18.380 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2378823d-8bb4-438f-aad8-9bf0d4bafcbb] socks forwarding established\n2025-08-01 15:38:18.406 [info] [command][7456ce66-01eb-475f-8c54-ebe4ea3c304c] Process exited with code 0\n2025-08-01 15:38:18.406 [info] [command][7456ce66-01eb-475f-8c54-ebe4ea3c304c] Socket close event received\n2025-08-01 15:38:18.406 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2378823d-8bb4-438f-aad8-9bf0d4bafcbb] socks connection closed\n2025-08-01 15:38:18.430 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53038 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:39:18.408 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:39:18.410 [info] [command][cc52e287-0e7b-4fdb-b4ab-32e89464d90e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""cc52e287-0e7b-4fdb-b4ab-32e89464d90e""}\n2025-08-01 15:39:18.410 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][f5d78f44-a84b-46eb-8101-7b437d6a0fb9] received connection request\n2025-08-01 15:39:18.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:39:18.435 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f5d78f44-a84b-46eb-8101-7b437d6a0fb9] socks forwarding established\n2025-08-01 15:39:18.463 [info] [command][cc52e287-0e7b-4fdb-b4ab-32e89464d90e] Process exited with code 0\n2025-08-01 15:39:18.464 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][f5d78f44-a84b-46eb-8101-7b437d6a0fb9] socks connection closed\n2025-08-01 15:39:18.464 [info] [command][cc52e287-0e7b-4fdb-b4ab-32e89464d90e] Socket close event received\n2025-08-01 15:39:18.487 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53074 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:40:18.464 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:40:18.467 [info] [command][b308d6d1-d387-4d28-83ad-a41731b4c6d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""b308d6d1-d387-4d28-83ad-a41731b4c6d2""}\n2025-08-01 15:40:18.467 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][792ecb77-9bca-4aae-829a-0bf3cb60160f] received connection request\n2025-08-01 15:40:18.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:40:18.492 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][792ecb77-9bca-4aae-829a-0bf3cb60160f] socks forwarding established\n2025-08-01 15:40:18.520 [info] [command][b308d6d1-d387-4d28-83ad-a41731b4c6d2] Process exited with code 0\n2025-08-01 15:40:18.520 [info] [command][b308d6d1-d387-4d28-83ad-a41731b4c6d2] Socket close event received\n2025-08-01 15:40:18.520 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][792ecb77-9bca-4aae-829a-0bf3cb60160f] socks connection closed\n2025-08-01 15:40:18.544 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53103 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:41:18.520 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:41:18.523 [info] [command][268537cb-da9e-4d8b-b060-92469ad2b691] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""268537cb-da9e-4d8b-b060-92469ad2b691""}\n2025-08-01 15:41:18.523 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][6203ef06-d60b-40e8-8c4f-d0767a42b781] received connection request\n2025-08-01 15:41:18.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:41:18.548 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6203ef06-d60b-40e8-8c4f-d0767a42b781] socks forwarding established\n2025-08-01 15:41:18.575 [info] [command][268537cb-da9e-4d8b-b060-92469ad2b691] Process exited with code 0\n2025-08-01 15:41:18.575 [info] [command][268537cb-da9e-4d8b-b060-92469ad2b691] Socket close event received\n2025-08-01 15:41:18.576 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6203ef06-d60b-40e8-8c4f-d0767a42b781] socks connection closed\n2025-08-01 15:41:18.599 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53115 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:42:18.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:42:18.577 [info] [command][d9665d60-58e1-47bc-bd36-bfbe4c79ce2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""d9665d60-58e1-47bc-bd36-bfbe4c79ce2b""}\n2025-08-01 15:42:18.578 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][908bf7ba-c334-4dbf-a0be-835d80fe6e87] received connection request\n2025-08-01 15:42:18.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:42:18.603 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][908bf7ba-c334-4dbf-a0be-835d80fe6e87] socks forwarding established\n2025-08-01 15:42:18.631 [info] [command][d9665d60-58e1-47bc-bd36-bfbe4c79ce2b] Process exited with code 0\n2025-08-01 15:42:18.631 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][908bf7ba-c334-4dbf-a0be-835d80fe6e87] socks connection closed\n2025-08-01 15:42:18.632 [info] [command][d9665d60-58e1-47bc-bd36-bfbe4c79ce2b] Socket close event received\n2025-08-01 15:42:18.657 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53126 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:43:18.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:43:18.633 [info] [command][0d7c7ca9-3d06-4dc5-8d46-5734ec18866d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""0d7c7ca9-3d06-4dc5-8d46-5734ec18866d""}\n2025-08-01 15:43:18.634 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][829df445-3ad0-4579-9f44-6d1bb2053cbd] received connection request\n2025-08-01 15:43:18.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:43:18.661 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][829df445-3ad0-4579-9f44-6d1bb2053cbd] socks forwarding established\n2025-08-01 15:43:18.690 [info] [command][0d7c7ca9-3d06-4dc5-8d46-5734ec18866d] Process exited with code 0\n2025-08-01 15:43:18.691 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][829df445-3ad0-4579-9f44-6d1bb2053cbd] socks connection closed\n2025-08-01 15:43:18.691 [info] [command][0d7c7ca9-3d06-4dc5-8d46-5734ec18866d] Socket close event received\n2025-08-01 15:43:18.717 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53162 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:44:18.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:44:18.694 [info] [command][e8d1e133-40d6-4e2e-894f-0d1be29e9544] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e8d1e133-40d6-4e2e-894f-0d1be29e9544""}\n2025-08-01 15:44:18.695 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][8c175b3f-88df-40f1-8e95-d9d21647cae1] received connection request\n2025-08-01 15:44:18.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:44:18.721 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8c175b3f-88df-40f1-8e95-d9d21647cae1] socks forwarding established\n2025-08-01 15:44:18.749 [info] [command][e8d1e133-40d6-4e2e-894f-0d1be29e9544] Process exited with code 0\n2025-08-01 15:44:18.749 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8c175b3f-88df-40f1-8e95-d9d21647cae1] socks connection closed\n2025-08-01 15:44:18.749 [info] [command][e8d1e133-40d6-4e2e-894f-0d1be29e9544] Socket close event received\n2025-08-01 15:44:18.773 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53208 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:45:18.747 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:45:18.750 [info] [command][1bfab2da-a170-4f44-81e4-26360dccc4fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1bfab2da-a170-4f44-81e4-26360dccc4fb""}\n2025-08-01 15:45:18.750 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][cc6608a2-387f-424f-83cb-71a7743420e6] received connection request\n2025-08-01 15:45:18.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:45:18.773 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][cc6608a2-387f-424f-83cb-71a7743420e6] socks forwarding established\n2025-08-01 15:45:18.800 [info] [command][1bfab2da-a170-4f44-81e4-26360dccc4fb] Process exited with code 0\n2025-08-01 15:45:18.801 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][cc6608a2-387f-424f-83cb-71a7743420e6] socks connection closed\n2025-08-01 15:45:18.801 [info] [command][1bfab2da-a170-4f44-81e4-26360dccc4fb] Socket close event received\n2025-08-01 15:45:18.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53224 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:46:18.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:46:18.805 [info] [command][b80ae502-b769-46d8-872b-0866371de605] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""b80ae502-b769-46d8-872b-0866371de605""}\n2025-08-01 15:46:18.806 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][b5bdaa4a-97f4-470b-bb7e-aeb3b5e96925] received connection request\n2025-08-01 15:46:18.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:46:18.831 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][b5bdaa4a-97f4-470b-bb7e-aeb3b5e96925] socks forwarding established\n2025-08-01 15:46:18.864 [info] [command][b80ae502-b769-46d8-872b-0866371de605] Process exited with code 0\n2025-08-01 15:46:18.864 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][b5bdaa4a-97f4-470b-bb7e-aeb3b5e96925] socks connection closed\n2025-08-01 15:46:18.864 [info] [command][b80ae502-b769-46d8-872b-0866371de605] Socket close event received\n2025-08-01 15:46:18.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53237 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:47:18.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:47:18.863 [info] [command][783c964a-65ba-4363-bd85-192955a0cd76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""783c964a-65ba-4363-bd85-192955a0cd76""}\n2025-08-01 15:47:18.863 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][15cc16ad-753a-4983-9e66-9edcad62696b] received connection request\n2025-08-01 15:47:18.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:47:18.888 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][15cc16ad-753a-4983-9e66-9edcad62696b] socks forwarding established\n2025-08-01 15:47:18.918 [info] [command][783c964a-65ba-4363-bd85-192955a0cd76] Process exited with code 0\n2025-08-01 15:47:18.918 [info] [command][783c964a-65ba-4363-bd85-192955a0cd76] Socket close event received\n2025-08-01 15:47:18.919 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][15cc16ad-753a-4983-9e66-9edcad62696b] socks connection closed\n2025-08-01 15:47:18.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53252 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:48:18.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:48:18.920 [info] [command][a2781720-71c9-4133-b24a-f3cfe62e2172] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a2781720-71c9-4133-b24a-f3cfe62e2172""}\n2025-08-01 15:48:18.921 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][a8819910-99d9-41f4-ac76-0f4c47cfc4be] received connection request\n2025-08-01 15:48:18.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:48:18.947 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a8819910-99d9-41f4-ac76-0f4c47cfc4be] socks forwarding established\n2025-08-01 15:48:18.975 [info] [command][a2781720-71c9-4133-b24a-f3cfe62e2172] Process exited with code 0\n2025-08-01 15:48:18.975 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a8819910-99d9-41f4-ac76-0f4c47cfc4be] socks connection closed\n2025-08-01 15:48:18.975 [info] [command][a2781720-71c9-4133-b24a-f3cfe62e2172] Socket close event received\n2025-08-01 15:48:19.002 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53299 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:49:18.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:49:18.976 [info] [command][6ebb273c-dd43-4992-b7cf-cfd219adabbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6ebb273c-dd43-4992-b7cf-cfd219adabbc""}\n2025-08-01 15:49:18.977 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][a87efd62-13ef-4791-af5f-7708252d48c3] received connection request\n2025-08-01 15:49:18.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:49:19.002 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a87efd62-13ef-4791-af5f-7708252d48c3] socks forwarding established\n2025-08-01 15:49:19.029 [info] [command][6ebb273c-dd43-4992-b7cf-cfd219adabbc] Process exited with code 0\n2025-08-01 15:49:19.030 [info] [command][6ebb273c-dd43-4992-b7cf-cfd219adabbc] Socket close event received\n2025-08-01 15:49:19.030 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][a87efd62-13ef-4791-af5f-7708252d48c3] socks connection closed\n2025-08-01 15:49:19.053 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53330 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:50:19.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:50:19.031 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][be792d88-c2ac-4ae1-bccc-34b5751465f5] received connection request\n2025-08-01 15:50:19.031 [info] [command][6db1cbb4-8ae5-4ec4-99df-42e8c0095989] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6db1cbb4-8ae5-4ec4-99df-42e8c0095989""}\n2025-08-01 15:50:19.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:50:19.055 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][be792d88-c2ac-4ae1-bccc-34b5751465f5] socks forwarding established\n2025-08-01 15:50:19.082 [info] [command][6db1cbb4-8ae5-4ec4-99df-42e8c0095989] Process exited with code 0\n2025-08-01 15:50:19.083 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][be792d88-c2ac-4ae1-bccc-34b5751465f5] socks connection closed\n2025-08-01 15:50:19.083 [info] [command][6db1cbb4-8ae5-4ec4-99df-42e8c0095989] Socket close event received\n2025-08-01 15:50:19.106 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53349 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:51:19.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:51:19.081 [info] [command][6e5e0144-40c6-442b-8fc2-4e538e68f096] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""6e5e0144-40c6-442b-8fc2-4e538e68f096""}\n2025-08-01 15:51:19.082 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][6cb7897d-415b-450a-bcab-59dfd094f22d] received connection request\n2025-08-01 15:51:19.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:51:19.108 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6cb7897d-415b-450a-bcab-59dfd094f22d] socks forwarding established\n2025-08-01 15:51:19.141 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][6cb7897d-415b-450a-bcab-59dfd094f22d] socks connection closed\n2025-08-01 15:51:19.141 [info] [command][6e5e0144-40c6-442b-8fc2-4e538e68f096] Process exited with code 0\n2025-08-01 15:51:19.141 [info] [command][6e5e0144-40c6-442b-8fc2-4e538e68f096] Socket close event received\n2025-08-01 15:51:19.165 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53361 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:52:19.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:52:19.143 [info] [command][1296520f-4ebf-4d15-ba48-86de8c3742f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""1296520f-4ebf-4d15-ba48-86de8c3742f7""}\n2025-08-01 15:52:19.143 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][2975c977-1f62-47d1-8033-fbe24c839382] received connection request\n2025-08-01 15:52:19.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:52:19.168 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2975c977-1f62-47d1-8033-fbe24c839382] socks forwarding established\n2025-08-01 15:52:19.195 [info] [command][1296520f-4ebf-4d15-ba48-86de8c3742f7] Process exited with code 0\n2025-08-01 15:52:19.196 [info] [command][1296520f-4ebf-4d15-ba48-86de8c3742f7] Socket close event received\n2025-08-01 15:52:19.196 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][2975c977-1f62-47d1-8033-fbe24c839382] socks connection closed\n2025-08-01 15:52:19.220 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53375 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:53:19.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:53:19.197 [info] [command][a8f04210-e7c7-4140-b893-5da0ce7da3da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""a8f04210-e7c7-4140-b893-5da0ce7da3da""}\n2025-08-01 15:53:19.199 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][914bb57c-9eb3-436b-8d76-b66bca47d861] received connection request\n2025-08-01 15:53:19.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:53:19.223 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][914bb57c-9eb3-436b-8d76-b66bca47d861] socks forwarding established\n2025-08-01 15:53:19.250 [info] [command][a8f04210-e7c7-4140-b893-5da0ce7da3da] Process exited with code 0\n2025-08-01 15:53:19.251 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][914bb57c-9eb3-436b-8d76-b66bca47d861] socks connection closed\n2025-08-01 15:53:19.251 [info] [command][a8f04210-e7c7-4140-b893-5da0ce7da3da] Socket close event received\n2025-08-01 15:53:19.276 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53431 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:54:19.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:54:19.252 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][8fba105e-ec4e-4c32-9c06-607604c1a6fc] received connection request\n2025-08-01 15:54:19.252 [info] [command][d95925f8-514f-44c6-b489-e1eb4ce5b779] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""d95925f8-514f-44c6-b489-e1eb4ce5b779""}\n2025-08-01 15:54:19.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:54:19.277 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8fba105e-ec4e-4c32-9c06-607604c1a6fc] socks forwarding established\n2025-08-01 15:54:19.304 [info] [command][d95925f8-514f-44c6-b489-e1eb4ce5b779] Process exited with code 0\n2025-08-01 15:54:19.305 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][8fba105e-ec4e-4c32-9c06-607604c1a6fc] socks connection closed\n2025-08-01 15:54:19.305 [info] [command][d95925f8-514f-44c6-b489-e1eb4ce5b779] Socket close event received\n2025-08-01 15:54:19.329 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53459 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:55:19.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:55:19.309 [info] [command][f2fb6565-8d95-492c-8191-0413cd0ef3be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""f2fb6565-8d95-492c-8191-0413cd0ef3be""}\n2025-08-01 15:55:19.310 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][85d635ee-76df-4454-98f7-feb35e18e0a0] received connection request\n2025-08-01 15:55:19.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:55:19.334 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][85d635ee-76df-4454-98f7-feb35e18e0a0] socks forwarding established\n2025-08-01 15:55:19.365 [info] [command][f2fb6565-8d95-492c-8191-0413cd0ef3be] Process exited with code 0\n2025-08-01 15:55:19.365 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][85d635ee-76df-4454-98f7-feb35e18e0a0] socks connection closed\n2025-08-01 15:55:19.365 [info] [command][f2fb6565-8d95-492c-8191-0413cd0ef3be] Socket close event received\n2025-08-01 15:55:19.388 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 52348 for 127.0.0.1 port 36921, connect from 127.0.0.1 port 53475 to 127.0.0.1 port 52348, nchannels 6\n\n2025-08-01 15:56:19.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:56:19.371 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][c2d77a53-a88c-447f-ae26-1ca48631ebad] received connection request\n2025-08-01 15:56:19.372 [info] [command][02c01fdc-fbfe-474b-b24c-40e82bb83cbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""02c01fdc-fbfe-474b-b24c-40e82bb83cbe""}\n2025-08-01 15:56:19.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\n\n2025-08-01 15:56:19.373 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:22.514 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 15:56:22.514 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 15:56:22.520 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][f4561b70-74b4-4728-b891-a203cec758e8] received connection request\n2025-08-01 15:56:22.520 [info] (ssh_tunnel) stderr: debug1: Connection to port 52348 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:25.479 [info] (ssh_tunnel) stderr: Read from remote host login.haicore.berlin: Operation timed out\nclient_loop: send disconnect: Broken pipe\n\n2025-08-01 15:56:25.482 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][f4561b70-74b4-4728-b891-a203cec758e8] error while creating socks forwarding Socket closed\n2025-08-01 15:56:25.484 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 15:56:25.484 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][b27e9dfe-acc4-4c7c-80e4-2e1e157ed324] socks connection closed\n2025-08-01 15:56:25.484 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][23f3ca35-e9d5-4e56-afbf-a27a87634edb] socks connection closed\n2025-08-01 15:56:25.484 [error] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][c2d77a53-a88c-447f-ae26-1ca48631ebad] error while creating socks forwarding Socket closed\n2025-08-01 15:56:25.487 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 1 of 3 fetch failed\n2025-08-01 15:56:25.488 [info] [command][02c01fdc-fbfe-474b-b24c-40e82bb83cbe] Socket end event received\n2025-08-01 15:56:25.488 [info] [command][02c01fdc-fbfe-474b-b24c-40e82bb83cbe] Socket close event received\n2025-08-01 15:56:26.497 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][52c77f18-44cb-448c-a517-7408b7b49e5b] received connection request\n2025-08-01 15:56:26.498 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][52c77f18-44cb-448c-a517-7408b7b49e5b] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:26.498 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 2 of 3 fetch failed\n2025-08-01 15:56:27.504 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][2cf59dfa-2905-42ad-ba3d-f79080f86641] received connection request\n2025-08-01 15:56:27.505 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][2cf59dfa-2905-42ad-ba3d-f79080f86641] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:27.505 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 3 of 3 fetch failed\n2025-08-01 15:56:27.506 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 15:56:27.506 [info] [forwarding][code] returning existing forwarding server listening on local port 52351\n2025-08-01 15:56:27.506 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 88f8d8f3-0841-40b6-b9a7-b634e9e16335\n2025-08-01 15:56:27.506 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 52352\n2025-08-01 15:56:27.506 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 26564bd8-6418-47b1-905f-e3673207b5e6\n2025-08-01 15:56:27.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52352\n2025-08-01 15:56:27.509 [info] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:36921][4d159bf3-633d-4b51-b09e-342d8fa6718e] received connection request\n2025-08-01 15:56:27.509 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][ae109517-1aa5-46de-b273-418c8dc0f5e1] received connection request\n2025-08-01 15:56:27.509 [info] [command][e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""26564bd8-6418-47b1-905f-e3673207b5e6"",""id"":""e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6""}\n2025-08-01 15:56:27.510 [error] [forwarding][multiplex][127.0.0.1:52352 -> 127.0.0.1:52348 -> 127.0.0.1:36921][4d159bf3-633d-4b51-b09e-342d8fa6718e] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:27.510 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][ae109517-1aa5-46de-b273-418c8dc0f5e1] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:27.511 [info] [command][e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6] Socket end event received\n2025-08-01 15:56:27.511 [info] [command][e3f0a896-bff8-42d8-8e2c-a2dfec0fc2a6] Socket close event received\n2025-08-01 15:56:27.511 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 1 of 3 fetch failed\n2025-08-01 15:56:28.522 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][efbb2ba8-0735-46f2-b607-8923f469d7b8] received connection request\n2025-08-01 15:56:28.523 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][efbb2ba8-0735-46f2-b607-8923f469d7b8] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:28.523 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 2 of 3 fetch failed\n2025-08-01 15:56:29.530 [info] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:40937][c85b0b84-41da-40f6-a538-80a31877fcdf] received connection request\n2025-08-01 15:56:29.531 [error] [forwarding][code][127.0.0.1:52351 -> 127.0.0.1:52348 -> 127.0.0.1:40937][c85b0b84-41da-40f6-a538-80a31877fcdf] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:52348\n2025-08-01 15:56:29.531 [error] Failed to connect to Cursor server at http://127.0.0.1:52351, attempt 3 of 3 fetch failed\n2025-08-01 15:56:29.531 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 15:56:29.565 [info] Terminating existing SSH process with pid: 16268\n2025-08-01 15:56:29.565 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:56:29.566 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O73DN5/socket.sock\n2025-08-01 15:56:29.569 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88545.sh"" | ssh -v -T -D 53578 login.haicore.berlin bash --login -c bash\n2025-08-01 15:56:29.569 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:56:29.569 [info] Waiting for server to install via process(17462)...\n2025-08-01 15:56:29.575 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 15:56:29.575 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 15:56:29.576 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 15:56:29.576 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:56:29.577 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:56:47.702 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 15:56:47.704 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 15:56:47.704 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 15:56:47.988 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 15:56:47.990 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-01 15:56:47.990 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\ndebug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 15:56:47.991 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 15:56:48.042 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 15:56:48.043 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 15:56:48.043 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: rekey in after 4294967296 blocks\n\n2025-08-01 15:56:48.047 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 15:56:48.141 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 15:56:48.195 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 15:56:48.198 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 15:56:48.198 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:56:48.228 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-01 15:56:48.292 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-01 15:56:48.396 [info] Askpass server received request: POST /\n2025-08-01 15:56:48.397 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-01 15:56:48.397 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-01 15:56:55.289 [error] Password authentication cancelled\n2025-08-01 15:56:55.292 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-01 15:56:57.563 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 15:56:57.567 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 15:56:57.568 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 15:56:57.570 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 15:56:57.572 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29759.sh"" | ssh -v -T -D 53710 login.haicore.berlin bash --login -c bash\n2025-08-01 15:56:57.572 [info] Started installation script. Waiting for it to finish...\n2025-08-01 15:56:57.572 [info] Waiting for server to install via process(17484)...\n2025-08-01 15:56:57.579 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 15:56:57.579 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 15:56:57.579 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 15:56:57.608 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 15:56:57.608 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 15:56:57.608 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 15:56:57.637 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 15:56:57.638 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 15:56:57.638 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 15:56:57.661 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-01 15:56:57.661 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 15:56:57.661 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 15:56:57.686 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 15:56:57.687 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 15:56:57.687 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 15:56:57.690 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-08-01 15:56:57.690 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\n\n2025-08-01 15:56:57.690 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 15:56:57.778 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 15:56:57.803 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 15:56:57.808 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 15:56:57.808 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:56:57.837 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 15:56:57.894 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:53710 forwarded to remote address socks:0\n\n2025-08-01 15:56:57.894 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 53710.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 53710.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 15:56:57.895 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 15:56:57.918 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 15:56:57.918 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 15:56:57.921 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-01 15:56:57.921 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 15:56:57.941 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 15:56:58.409 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 15:56:58.448 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:56:58.453 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-01 15:56:58.453 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-08-01 15:56:58.457 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 15:56:58.466 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:56:58.487 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 15:56:58.491 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:56:58.493 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 15:56:58.496 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 15:56:58.502 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 7e883c40-acec-4a24-b22c-f2688fddfa2b\n\n2025-08-01 15:56:58.503 [info] (ssh_tunnel) stdout: Multiplex server started with PID 496687 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:56:58.503 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-01 15:56:58.505 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 15:56:59.013 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 15:56:59.032 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 311316 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-01 15:56:59.034 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:56:59.041 [info] (ssh_tunnel) stdout: a871a5176acc1e0504a7a985: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==41453==\nmultiplexConnectionToken==7e883c40-acec-4a24-b22c-f2688fddfa2b==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\na871a5176acc1e0504a7a985: end\n\n2025-08-01 15:56:59.041 [info] Server install command exit code: 0\n2025-08-01 15:56:59.041 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29759.sh\n2025-08-01 15:56:59.042 [info] [forwarding][code] creating new forwarding server\n2025-08-01 15:56:59.042 [info] [forwarding][code] server listening on 127.0.0.1:53715\n2025-08-01 15:56:59.042 [info] [forwarding][code] Set up server\n2025-08-01 15:56:59.042 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 15:56:59.042 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 15:56:59.042 [info] [forwarding][multiplex] server listening on 127.0.0.1:53716\n2025-08-01 15:56:59.042 [info] [forwarding][multiplex] Set up server\n2025-08-01 15:56:59.042 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 7e883c40-acec-4a24-b22c-f2688fddfa2b\n2025-08-01 15:56:59.042 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 15:56:59.043 [info] [remote-ssh] Resolved exec server. Socks port: 53710\n2025-08-01 15:56:59.043 [info] Setting up 0 default forwarded ports\n2025-08-01 15:56:59.043 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":53715,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 53710\n2025-08-01 15:56:59.044 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][8e879b92-ca61-4525-84a8-cf5e8dde6983] received connection request\n2025-08-01 15:56:59.044 [info] [command][f127cf43-728d-49fd-9afb-84cad5ca613e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""f127cf43-728d-49fd-9afb-84cad5ca613e""}\n2025-08-01 15:56:59.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:59.048 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 15:56:59.057 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][aab3246b-a325-42a4-ad76-29ce9484a3b7] received connection request\n2025-08-01 15:56:59.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:59.071 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][8e879b92-ca61-4525-84a8-cf5e8dde6983] socks forwarding established\n2025-08-01 15:56:59.080 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][aab3246b-a325-42a4-ad76-29ce9484a3b7] socks forwarding established\n2025-08-01 15:56:59.098 [info] [command][f127cf43-728d-49fd-9afb-84cad5ca613e] Process exited with code 0\n2025-08-01 15:56:59.098 [info] [command][f127cf43-728d-49fd-9afb-84cad5ca613e] Socket close event received\n2025-08-01 15:56:59.099 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][8e879b92-ca61-4525-84a8-cf5e8dde6983] socks connection closed\n2025-08-01 15:56:59.118 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][066876cb-74ab-4857-926b-1e7819886847] received connection request\n2025-08-01 15:56:59.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:56:59.121 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53710 for 127.0.0.1 port 41453, connect from 127.0.0.1 port 53718 to 127.0.0.1 port 53710, nchannels 6\n\n2025-08-01 15:56:59.142 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][066876cb-74ab-4857-926b-1e7819886847] socks forwarding established\n2025-08-01 15:56:59.261 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 15:57:59.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 15:57:59.101 [info] [command][d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd""}\n2025-08-01 15:57:59.101 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][d6ce01ac-23ca-46fe-bf5a-64f5cba2682b] received connection request\n2025-08-01 15:57:59.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:57:59.127 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][d6ce01ac-23ca-46fe-bf5a-64f5cba2682b] socks forwarding established\n2025-08-01 15:57:59.155 [info] [command][d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd] Process exited with code 0\n2025-08-01 15:57:59.155 [info] [command][d435b8b5-cce8-41f0-a6e1-ebe28e1cb9dd] Socket close event received\n2025-08-01 15:57:59.156 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][d6ce01ac-23ca-46fe-bf5a-64f5cba2682b] socks connection closed\n2025-08-01 15:57:59.179 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53710 for 127.0.0.1 port 41453, connect from 127.0.0.1 port 53810 to 127.0.0.1 port 53710, nchannels 6\n\n2025-08-01 15:58:59.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 15:58:59.162 [info] [command][76c39a95-bf60-4ce2-b4ac-2b72201490dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""76c39a95-bf60-4ce2-b4ac-2b72201490dc""}\n2025-08-01 15:58:59.163 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][e3d90060-844c-4d5e-b16d-0aea25aeabeb] received connection request\n2025-08-01 15:58:59.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 15:58:59.189 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][e3d90060-844c-4d5e-b16d-0aea25aeabeb] socks forwarding established\n2025-08-01 15:58:59.219 [info] [command][76c39a95-bf60-4ce2-b4ac-2b72201490dc] Process exited with code 0\n2025-08-01 15:58:59.220 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][e3d90060-844c-4d5e-b16d-0aea25aeabeb] socks connection closed\n2025-08-01 15:58:59.220 [info] [command][76c39a95-bf60-4ce2-b4ac-2b72201490dc] Socket close event received\n2025-08-01 15:58:59.244 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53710 for 127.0.0.1 port 41453, connect from 127.0.0.1 port 53828 to 127.0.0.1 port 53710, nchannels 6\n\n2025-08-01 15:59:19.101 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 15:59:19.102 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 15:59:19.153 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][2fa2b974-e156-4444-987d-ec7fb84bc795] received connection request\n2025-08-01 15:59:19.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\n\n2025-08-01 15:59:19.192 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:12:35.335 [error] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][2fa2b974-e156-4444-987d-ec7fb84bc795] error while creating socks forwarding Proxy connection timed out\n2025-08-01 16:12:35.338 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 16:12:35.338 [error] Failed to connect to Cursor server at http://127.0.0.1:53715, attempt 1 of 3 This operation was aborted\n2025-08-01 16:12:35.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:12:35.342 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41453][99f750e4-b0a3-4290-8be8-d2ad65c4c9f6] received connection request\n2025-08-01 16:12:35.342 [info] [command][d4a91432-826a-4374-be3f-c1e82553feae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7e883c40-acec-4a24-b22c-f2688fddfa2b"",""id"":""d4a91432-826a-4374-be3f-c1e82553feae""}\n2025-08-01 16:12:35.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:12:35.344 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:42663][73657369-c4e3-4559-9b8d-d7d4f70effc2] received connection request\n2025-08-01 16:12:35.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 53710 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:12:35.524 [info] Terminating existing SSH process with pid: 17484\n2025-08-01 16:12:35.525 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:12:35.525 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 16:12:35.526 [error] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53710 -> 127.0.0.1:41453][99f750e4-b0a3-4290-8be8-d2ad65c4c9f6] error while creating socks forwarding Socket closed\n2025-08-01 16:12:35.526 [error] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][73657369-c4e3-4559-9b8d-d7d4f70effc2] error while creating socks forwarding Socket closed\n2025-08-01 16:12:35.526 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53710 -> 127.0.0.1:42663][066876cb-74ab-4857-926b-1e7819886847] socks connection closed\n2025-08-01 16:12:35.526 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:12:35.526 [info] [command][d4a91432-826a-4374-be3f-c1e82553feae] Socket end event received\n2025-08-01 16:12:35.526 [info] [command][d4a91432-826a-4374-be3f-c1e82553feae] Socket close event received\n2025-08-01 16:12:35.528 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77653.sh"" | ssh -v -T -D 53853 login.haicore.berlin bash --login -c bash\n2025-08-01 16:12:35.528 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:12:35.528 [info] Waiting for server to install via process(17585)...\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:12:35.534 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:12:35.535 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:12:35.536 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:12:35.536 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:12:35.536 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:12:35.536 [info] Retrying connection in 5 seconds...\n2025-08-01 16:12:36.348 [error] Failed to connect to Cursor server at http://127.0.0.1:53715, attempt 2 of 3 This operation was aborted\n2025-08-01 16:12:37.355 [error] Failed to connect to Cursor server at http://127.0.0.1:53715, attempt 3 of 3 This operation was aborted\n2025-08-01 16:12:37.356 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 16:12:37.356 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 16:12:40.546 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77653.sh\n2025-08-01 16:12:40.547 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:12:40.550 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88009.sh"" | ssh -v -T -D 53855 login.haicore.berlin bash --login -c bash\n2025-08-01 16:12:40.550 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:12:40.550 [info] Waiting for server to install via process(17590)...\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:12:40.564 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:12:40.566 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:12:40.567 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:12:40.567 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:12:40.567 [info] Retrying connection in 5 seconds...\n2025-08-01 16:12:45.578 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88009.sh\n2025-08-01 16:12:45.579 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:12:45.583 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86898.sh"" | ssh -v -T -D 53856 login.haicore.berlin bash --login -c bash\n2025-08-01 16:12:45.583 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:12:45.583 [info] Waiting for server to install via process(17598)...\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:12:45.590 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:12:45.594 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:12:45.595 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:12:45.595 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:12:45.595 [info] Retrying connection in 5 seconds...\n2025-08-01 16:15:32.813 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86898.sh\n2025-08-01 16:15:32.814 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:15:32.854 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14368.sh"" | ssh -v -T -D 53857 login.haicore.berlin bash --login -c bash\n2025-08-01 16:15:32.854 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:15:32.854 [info] Waiting for server to install via process(17601)...\n2025-08-01 16:15:32.884 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:15:32.885 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:15:32.886 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:15:32.886 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:15:32.942 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:15:32.943 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:15:32.943 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:15:32.943 [info] Retrying connection in 5 seconds...\n2025-08-01 16:15:37.947 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14368.sh\n2025-08-01 16:15:37.949 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:15:37.955 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23226.sh"" | ssh -v -T -D 53881 login.haicore.berlin bash --login -c bash\n2025-08-01 16:15:37.956 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:15:37.956 [info] Waiting for server to install via process(17627)...\n2025-08-01 16:15:37.971 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:15:37.971 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:15:37.971 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:15:37.972 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:15:37.972 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:15:37.972 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:15:37.974 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:15:37.975 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:15:37.975 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:15:37.975 [info] Retrying connection in 5 seconds...\n2025-08-01 16:15:42.976 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23226.sh\n2025-08-01 16:15:42.976 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ByKThw/socket.sock\n2025-08-01 16:15:42.988 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32397.sh"" | ssh -v -T -D 53907 login.haicore.berlin bash --login -c bash\n2025-08-01 16:15:42.988 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:15:42.988 [info] Waiting for server to install via process(17634)...\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:15:43.004 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:15:43.005 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:15:44.262 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:15:44.263 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:15:44.263 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:15:44.292 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:15:44.293 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:15:44.318 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:15:44.319 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:15:44.423 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:15:44.425 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:15:44.427 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 16:15:44.427 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:15:44.521 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:15:44.551 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:15:44.555 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:15:44.555 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:15:44.591 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:15:44.641 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:53907 forwarded to remote address socks:0\n\n2025-08-01 16:15:44.644 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 53907.\n\n2025-08-01 16:15:44.652 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 53907.\n\n2025-08-01 16:15:44.652 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:15:44.745 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:15:44.746 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:15:44.752 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:15:45.244 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:15:45.286 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-01 16:15:45.286 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-08-01 16:15:45.289 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:15:45.303 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:15:45.321 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:15:45.324 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.329 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:15:45.336 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc\n\n2025-08-01 16:15:45.338 [info] (ssh_tunnel) stdout: Multiplex server started with PID 761511 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.341 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.341 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-08-01 16:15:45.342 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:15:45.846 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 16:15:45.868 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 735436 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:15:45.873 [info] (ssh_tunnel) stdout: 47c67c212d773bfbcb728d3c: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==41889==\nmultiplexConnectionToken==1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc==\ncodeListeningOn==40937==\ncodeConnectionToken==88f8d8f3-0841-40b6-b9a7-b634e9e16335==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n47c67c212d773bfbcb728d3c: end\n\n2025-08-01 16:15:45.874 [info] Server install command exit code: 0\n2025-08-01 16:15:45.874 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32397.sh\n2025-08-01 16:15:45.874 [info] [forwarding][code] returning existing forwarding server listening on local port 53715\n2025-08-01 16:15:45.874 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 88f8d8f3-0841-40b6-b9a7-b634e9e16335\n2025-08-01 16:15:45.874 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 53716\n2025-08-01 16:15:45.875 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc\n2025-08-01 16:15:45.875 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:15:45.875 [info] [remote-ssh] Resolved exec server. Socks port: 53907\n2025-08-01 16:15:45.875 [info] Setting up 0 default forwarded ports\n2025-08-01 16:15:45.875 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":53715,""connectionToken"":""88f8d8f3-0841-40b6-b9a7-b634e9e16335"",""extensionHostEnv"":{}}. Socks port: 53907\n2025-08-01 16:15:45.876 [info] [command][cbf10777-8d59-4f8d-86ef-840004338702] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""cbf10777-8d59-4f8d-86ef-840004338702""}\n2025-08-01 16:15:45.877 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][510bff6b-5081-44fb-95ea-fc606a8be226] received connection request\n2025-08-01 16:15:45.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:15:45.895 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:15:45.905 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][510bff6b-5081-44fb-95ea-fc606a8be226] socks forwarding established\n2025-08-01 16:15:45.981 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:40937][7e5597f6-0aea-4e82-9906-dc76950bdfc5] received connection request\n2025-08-01 16:15:45.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:15:46.018 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:15:46.035 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][7e5597f6-0aea-4e82-9906-dc76950bdfc5] socks forwarding established\n2025-08-01 16:15:46.035 [info] [command][cbf10777-8d59-4f8d-86ef-840004338702] Process exited with code 0\n2025-08-01 16:15:46.035 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][510bff6b-5081-44fb-95ea-fc606a8be226] socks connection closed\n2025-08-01 16:15:46.035 [info] [command][cbf10777-8d59-4f8d-86ef-840004338702] Socket close event received\n2025-08-01 16:15:46.062 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 53976 to 127.0.0.1 port 53907, nchannels 5\n\n2025-08-01 16:15:46.117 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:40937][92c45089-296a-4776-ba5b-b01c5b66ffc1] received connection request\n2025-08-01 16:15:46.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\n\n2025-08-01 16:15:46.117 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:15:46.142 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][92c45089-296a-4776-ba5b-b01c5b66ffc1] socks forwarding established\n2025-08-01 16:15:46.167 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][7e5597f6-0aea-4e82-9906-dc76950bdfc5] socks connection closed\n2025-08-01 16:15:46.193 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 40937, connect from 127.0.0.1 port 53978 to 127.0.0.1 port 53907, nchannels 5\n\n2025-08-01 16:15:46.543 [info] [forwarding][code][127.0.0.1:53715 -> 127.0.0.1:53907 -> 127.0.0.1:40937][92c45089-296a-4776-ba5b-b01c5b66ffc1] socks connection closed\n2025-08-01 16:15:46.569 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 40937, connect from 127.0.0.1 port 53980 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:16:46.036 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:16:46.039 [info] [command][2b2f5a80-bcc2-4359-8cce-919549a9582a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""2b2f5a80-bcc2-4359-8cce-919549a9582a""}\n2025-08-01 16:16:46.040 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][d0138f30-0a5c-4a24-9f19-0b8d1b2afc30] received connection request\n2025-08-01 16:16:46.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:16:46.067 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d0138f30-0a5c-4a24-9f19-0b8d1b2afc30] socks forwarding established\n2025-08-01 16:16:46.098 [info] [command][2b2f5a80-bcc2-4359-8cce-919549a9582a] Process exited with code 0\n2025-08-01 16:16:46.099 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d0138f30-0a5c-4a24-9f19-0b8d1b2afc30] socks connection closed\n2025-08-01 16:16:46.099 [info] [command][2b2f5a80-bcc2-4359-8cce-919549a9582a] Socket close event received\n2025-08-01 16:16:46.122 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54054 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:17:46.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:17:46.105 [info] [command][1d28eae0-b19f-4007-a410-16a2ae6e1572] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""1d28eae0-b19f-4007-a410-16a2ae6e1572""}\n2025-08-01 16:17:46.106 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][d63df667-6d81-41f9-b601-d71fa6842042] received connection request\n2025-08-01 16:17:46.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:17:46.144 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d63df667-6d81-41f9-b601-d71fa6842042] socks forwarding established\n2025-08-01 16:17:46.177 [info] [command][1d28eae0-b19f-4007-a410-16a2ae6e1572] Process exited with code 0\n2025-08-01 16:17:46.178 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d63df667-6d81-41f9-b601-d71fa6842042] socks connection closed\n2025-08-01 16:17:46.178 [info] [command][1d28eae0-b19f-4007-a410-16a2ae6e1572] Socket close event received\n2025-08-01 16:17:46.238 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54159 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:18:46.179 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:18:46.182 [info] [command][1bbfc1b2-27e9-4e75-8f85-617bca830c38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""1bbfc1b2-27e9-4e75-8f85-617bca830c38""}\n2025-08-01 16:18:46.183 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][79144ed0-82bc-4ca1-b569-d021b959aa37] received connection request\n2025-08-01 16:18:46.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:18:46.498 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][79144ed0-82bc-4ca1-b569-d021b959aa37] socks forwarding established\n2025-08-01 16:18:46.528 [info] [command][1bbfc1b2-27e9-4e75-8f85-617bca830c38] Process exited with code 0\n2025-08-01 16:18:46.528 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][79144ed0-82bc-4ca1-b569-d021b959aa37] socks connection closed\n2025-08-01 16:18:46.528 [info] [command][1bbfc1b2-27e9-4e75-8f85-617bca830c38] Socket close event received\n2025-08-01 16:18:46.553 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54209 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:19:46.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:19:46.528 [info] [command][93bf9aab-5a0a-45de-8b3a-aec3fbf7d788] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""93bf9aab-5a0a-45de-8b3a-aec3fbf7d788""}\n2025-08-01 16:19:46.528 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][d4ad57ce-4b0c-405d-9cfb-c0086214952f] received connection request\n2025-08-01 16:19:46.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:19:46.556 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d4ad57ce-4b0c-405d-9cfb-c0086214952f] socks forwarding established\n2025-08-01 16:19:46.585 [info] [command][93bf9aab-5a0a-45de-8b3a-aec3fbf7d788] Process exited with code 0\n2025-08-01 16:19:46.586 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][d4ad57ce-4b0c-405d-9cfb-c0086214952f] socks connection closed\n2025-08-01 16:19:46.586 [info] [command][93bf9aab-5a0a-45de-8b3a-aec3fbf7d788] Socket close event received\n2025-08-01 16:19:46.610 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54232 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:20:46.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:20:46.588 [info] [command][5b522d8d-1cdb-412c-81ce-5434c9df2845] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""5b522d8d-1cdb-412c-81ce-5434c9df2845""}\n2025-08-01 16:20:46.589 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][52de1fd7-e42a-454f-897d-cf209a8a6f26] received connection request\n2025-08-01 16:20:46.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:20:46.618 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][52de1fd7-e42a-454f-897d-cf209a8a6f26] socks forwarding established\n2025-08-01 16:20:47.406 [info] [command][5b522d8d-1cdb-412c-81ce-5434c9df2845] Process exited with code 0\n2025-08-01 16:20:47.406 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][52de1fd7-e42a-454f-897d-cf209a8a6f26] socks connection closed\n2025-08-01 16:20:47.407 [info] [command][5b522d8d-1cdb-412c-81ce-5434c9df2845] Socket close event received\n2025-08-01 16:20:47.430 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 53907 for 127.0.0.1 port 41889, connect from 127.0.0.1 port 54246 to 127.0.0.1 port 53907, nchannels 4\n\n2025-08-01 16:22:21.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:53716\n2025-08-01 16:22:21.026 [info] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:41889][1a3ffbb8-3e3a-4979-a23e-7de15bf93293] received connection request\n2025-08-01 16:22:21.026 [info] [command][96c8c8fa-3625-4c9d-bb1b-ec08df35764c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""1c017a4e-2f5d-4dc6-be60-1da8c6e8abfc"",""id"":""96c8c8fa-3625-4c9d-bb1b-ec08df35764c""}\n2025-08-01 16:22:21.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 53907 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:22:51.026 [error] [forwarding][multiplex][127.0.0.1:53716 -> 127.0.0.1:53907 -> 127.0.0.1:41889][1a3ffbb8-3e3a-4979-a23e-7de15bf93293] error while creating socks forwarding Proxy connection timed out\n2025-08-01 16:22:51.027 [info] [command][96c8c8fa-3625-4c9d-bb1b-ec08df35764c] Socket end event received\n2025-08-01 16:22:51.027 [info] [command][96c8c8fa-3625-4c9d-bb1b-ec08df35764c] Socket close event received\n2025-08-01 16:31:12.275 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 16:31:12.282 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:31:12.283 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:31:12.284 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:31:12.287 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74044.sh"" | ssh -v -T -D 54484 login.haicore.berlin bash --login -c bash\n2025-08-01 16:31:12.287 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:31:12.287 [info] Waiting for server to install via process(17990)...\n2025-08-01 16:31:12.293 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:31:12.293 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:31:12.294 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:31:12.294 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:31:12.295 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:31:12.373 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:31:12.374 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:31:12.408 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:31:12.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 16:31:12.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:31:12.441 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:31:12.441 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:31:12.467 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:31:12.467 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 16:31:12.467 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:31:12.470 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 16:31:12.470 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:31:12.603 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:31:12.646 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:31:12.649 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:31:12.650 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:31:12.700 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:54484 forwarded to remote address socks:0\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54484.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54484.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 16:31:12.764 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:31:12.791 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:31:12.794 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:31:12.804 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 16:31:12.818 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:31:13.300 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:31:13.337 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:31:13.340 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 16:31:13.345 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:31:13.353 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:31:13.375 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:31:13.381 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:31:13.382 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 16:31:13.383 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:31:13.390 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 247ee332-86d6-422c-9946-7abcafc4ae16\nMultiplex server started with PID 508609 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:31:13.980 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 311316 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\nb0669cc289337d776ba75708: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40683==\nmultiplexConnectionToken==247ee332-86d6-422c-9946-7abcafc4ae16==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nb0669cc289337d776ba75708: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:31:13.981 [info] Server install command exit code: 0\n2025-08-01 16:31:13.981 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74044.sh\n2025-08-01 16:31:13.982 [info] [forwarding][code] creating new forwarding server\n2025-08-01 16:31:13.982 [info] [forwarding][code] server listening on 127.0.0.1:54493\n2025-08-01 16:31:13.982 [info] [forwarding][code] Set up server\n2025-08-01 16:31:13.982 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 16:31:13.982 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 16:31:13.982 [info] [forwarding][multiplex] server listening on 127.0.0.1:54494\n2025-08-01 16:31:13.982 [info] [forwarding][multiplex] Set up server\n2025-08-01 16:31:13.983 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 247ee332-86d6-422c-9946-7abcafc4ae16\n2025-08-01 16:31:13.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:31:13.984 [info] [remote-ssh] Resolved exec server. Socks port: 54484\n2025-08-01 16:31:13.984 [info] Setting up 0 default forwarded ports\n2025-08-01 16:31:13.984 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54493,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 54484\n2025-08-01 16:31:13.985 [info] [command][88e70899-235a-40d3-b6b2-60694bcc6810] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""247ee332-86d6-422c-9946-7abcafc4ae16"",""id"":""88e70899-235a-40d3-b6b2-60694bcc6810""}\n2025-08-01 16:31:13.986 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:40683][941abf58-0ab4-4efa-844f-6e35625e04b5] received connection request\n2025-08-01 16:31:13.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:31:14.011 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][cc2ec81e-b670-4989-b2d1-9fe4fbd54ac6] received connection request\n2025-08-01 16:31:14.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:31:14.023 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][941abf58-0ab4-4efa-844f-6e35625e04b5] socks forwarding established\n2025-08-01 16:31:14.039 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][cc2ec81e-b670-4989-b2d1-9fe4fbd54ac6] socks forwarding established\n2025-08-01 16:31:14.052 [info] [command][88e70899-235a-40d3-b6b2-60694bcc6810] Process exited with code 0\n2025-08-01 16:31:14.052 [info] [command][88e70899-235a-40d3-b6b2-60694bcc6810] Socket close event received\n2025-08-01 16:31:14.053 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][941abf58-0ab4-4efa-844f-6e35625e04b5] socks connection closed\n2025-08-01 16:31:14.075 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][9b921cfc-f455-4354-8fe0-610886718519] received connection request\n2025-08-01 16:31:14.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:31:14.075 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54484 for 127.0.0.1 port 40683, connect from 127.0.0.1 port 54496 to 127.0.0.1 port 54484, nchannels 6\n\n2025-08-01 16:31:14.101 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][9b921cfc-f455-4354-8fe0-610886718519] socks forwarding established\n2025-08-01 16:31:14.214 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:32:14.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:32:14.056 [info] [command][e9de8e26-97e1-4887-9cb9-c0c5e00b8999] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""247ee332-86d6-422c-9946-7abcafc4ae16"",""id"":""e9de8e26-97e1-4887-9cb9-c0c5e00b8999""}\n2025-08-01 16:32:14.057 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:40683][f8173abb-32ac-4191-b9c4-8efa15ef5df3] received connection request\n2025-08-01 16:32:14.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:32:17.235 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][f8173abb-32ac-4191-b9c4-8efa15ef5df3] socks forwarding established\n2025-08-01 16:32:17.262 [info] [command][e9de8e26-97e1-4887-9cb9-c0c5e00b8999] Process exited with code 0\n2025-08-01 16:32:17.262 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][f8173abb-32ac-4191-b9c4-8efa15ef5df3] socks connection closed\n2025-08-01 16:32:17.262 [info] [command][e9de8e26-97e1-4887-9cb9-c0c5e00b8999] Socket close event received\n2025-08-01 16:32:17.286 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54484 for 127.0.0.1 port 40683, connect from 127.0.0.1 port 54591 to 127.0.0.1 port 54484, nchannels 6\n\n2025-08-01 16:33:17.263 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:33:17.264 [info] [command][37be6d91-8291-4181-9609-72ac23643217] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""247ee332-86d6-422c-9946-7abcafc4ae16"",""id"":""37be6d91-8291-4181-9609-72ac23643217""}\n2025-08-01 16:33:17.265 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:40683][4e3d78b9-e71e-42de-b7b5-13a4cfc07625] received connection request\n2025-08-01 16:33:17.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:17.291 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][4e3d78b9-e71e-42de-b7b5-13a4cfc07625] socks forwarding established\n2025-08-01 16:33:17.401 [info] [command][37be6d91-8291-4181-9609-72ac23643217] Process exited with code 0\n2025-08-01 16:33:17.401 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54484 -> 127.0.0.1:40683][4e3d78b9-e71e-42de-b7b5-13a4cfc07625] socks connection closed\n2025-08-01 16:33:17.402 [info] [command][37be6d91-8291-4181-9609-72ac23643217] Socket close event received\n2025-08-01 16:33:17.427 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54484 for 127.0.0.1 port 40683, connect from 127.0.0.1 port 54659 to 127.0.0.1 port 54484, nchannels 6\n\n2025-08-01 16:33:23.540 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 16:33:23.547 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 16:33:23.559 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][df7b3aaa-1bad-42c7-ab31-da5e341aeeb7] received connection request\n2025-08-01 16:33:23.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:34.910 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 16:33:34.910 [error] Failed to connect to Cursor server at http://127.0.0.1:54493, attempt 1 of 3 This operation was aborted\n2025-08-01 16:33:34.913 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:42663][e47639c4-3d41-4df1-b66a-598dd36274d3] received connection request\n2025-08-01 16:33:34.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 54484 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:35.194 [info] Terminating existing SSH process with pid: 17990\n2025-08-01 16:33:35.194 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:33:35.194 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:33:35.194 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 16:33:35.195 [error] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][df7b3aaa-1bad-42c7-ab31-da5e341aeeb7] error while creating socks forwarding Socket closed\n2025-08-01 16:33:35.195 [error] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][e47639c4-3d41-4df1-b66a-598dd36274d3] error while creating socks forwarding Socket closed\n2025-08-01 16:33:35.195 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][cc2ec81e-b670-4989-b2d1-9fe4fbd54ac6] socks connection closed\n2025-08-01 16:33:35.195 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54484 -> 127.0.0.1:42663][9b921cfc-f455-4354-8fe0-610886718519] socks connection closed\n2025-08-01 16:33:35.199 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11179.sh"" | ssh -v -T -D 54667 login.haicore.berlin bash --login -c bash\n2025-08-01 16:33:35.199 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:33:35.199 [info] Waiting for server to install via process(18088)...\n2025-08-01 16:33:35.217 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:33:35.217 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:33:35.217 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:33:35.218 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:33:35.218 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:33:35.219 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:33:35.222 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:33:35.222 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:33:35.222 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:33:35.222 [info] Retrying connection in 5 seconds...\n2025-08-01 16:33:35.913 [error] Failed to connect to Cursor server at http://127.0.0.1:54493, attempt 2 of 3 This operation was aborted\n2025-08-01 16:33:36.916 [error] Failed to connect to Cursor server at http://127.0.0.1:54493, attempt 3 of 3 This operation was aborted\n2025-08-01 16:33:36.916 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 16:33:36.916 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 16:33:40.227 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11179.sh\n2025-08-01 16:33:40.228 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:33:40.232 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16679.sh"" | ssh -v -T -D 54677 login.haicore.berlin bash --login -c bash\n2025-08-01 16:33:40.233 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:33:40.233 [info] Waiting for server to install via process(18102)...\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:33:40.246 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:33:40.248 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 16:33:40.249 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 16:33:40.249 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 16:33:40.249 [info] Retrying connection in 5 seconds...\n2025-08-01 16:33:45.254 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16679.sh\n2025-08-01 16:33:45.256 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6FO56J/socket.sock\n2025-08-01 16:33:45.262 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43963.sh"" | ssh -v -T -D 54713 login.haicore.berlin bash --login -c bash\n2025-08-01 16:33:45.262 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:33:45.262 [info] Waiting for server to install via process(18107)...\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:33:45.275 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:33:45.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:33:45.276 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:33:46.375 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:33:46.376 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:33:46.376 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:33:46.408 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:33:46.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-01 16:33:46.410 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-01 16:33:46.410 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:33:46.431 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:33:46.431 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:33:46.432 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:33:46.461 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:33:46.463 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:33:46.463 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:33:46.468 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 16:33:46.468 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-01 16:33:46.468 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:33:46.632 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:33:46.662 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:33:46.665 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:33:46.665 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 16:33:46.665 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:33:46.695 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:33:46.839 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:54713 forwarded to remote address socks:0\n\n2025-08-01 16:33:46.839 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54713.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54713.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-01 16:33:46.839 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:33:46.931 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:33:46.932 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:33:46.939 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-01 16:33:46.939 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 16:33:46.956 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\n\n2025-08-01 16:33:46.956 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:33:47.350 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:33:47.373 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:47.375 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 16:33:47.381 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:33:47.390 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:33:47.408 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:33:47.408 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:33:47.414 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:33:47.420 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 834c9b27-3c70-4712-8b8c-daf4c8c80b2e\nMultiplex server started with PID 766586 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:33:47.424 [info] (ssh_tunnel) stdout: Multiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:33:47.930 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 16:33:47.946 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:47.947 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-01 16:33:47.950 [info] (ssh_tunnel) stdout: Code server started with PID 766610 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:47.952 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:48.465 [info] (ssh_tunnel) stdout: 0aee224914045a24d95825aa: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==34681==\nmultiplexConnectionToken==834c9b27-3c70-4712-8b8c-daf4c8c80b2e==\n\n2025-08-01 16:33:48.465 [info] (ssh_tunnel) stdout: codeListeningOn==33539==\ncodeConnectionToken==6c9e1972-0e03-46f8-8256-c6fd5e316962==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n0aee224914045a24d95825aa: end\n\n2025-08-01 16:33:48.466 [info] Server install command exit code: 0\n2025-08-01 16:33:48.466 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43963.sh\n2025-08-01 16:33:48.466 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:33:48.466 [info] [forwarding][code] returning existing forwarding server listening on local port 54493\n2025-08-01 16:33:48.467 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 6c9e1972-0e03-46f8-8256-c6fd5e316962\n2025-08-01 16:33:48.467 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 54494\n2025-08-01 16:33:48.467 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 834c9b27-3c70-4712-8b8c-daf4c8c80b2e\n2025-08-01 16:33:48.467 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:33:48.468 [info] [remote-ssh] Resolved exec server. Socks port: 54713\n2025-08-01 16:33:48.468 [info] Setting up 0 default forwarded ports\n2025-08-01 16:33:48.468 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54493,""connectionToken"":""6c9e1972-0e03-46f8-8256-c6fd5e316962"",""extensionHostEnv"":{}}. Socks port: 54713\n2025-08-01 16:33:48.471 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][552f791b-a508-4a5d-b629-56fe202866dc] received connection request\n2025-08-01 16:33:48.471 [info] [command][3ebadcb1-1c74-49f5-89e5-5605d002e225] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""3ebadcb1-1c74-49f5-89e5-5605d002e225""}\n2025-08-01 16:33:48.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:48.506 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][552f791b-a508-4a5d-b629-56fe202866dc] socks forwarding established\n2025-08-01 16:33:48.537 [info] [command][3ebadcb1-1c74-49f5-89e5-5605d002e225] Process exited with code 0\n2025-08-01 16:33:48.537 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][552f791b-a508-4a5d-b629-56fe202866dc] socks connection closed\n2025-08-01 16:33:48.537 [info] [command][3ebadcb1-1c74-49f5-89e5-5605d002e225] Socket close event received\n2025-08-01 16:33:48.554 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:33539][f10745a7-1f37-404c-ab17-18673b4478bd] received connection request\n2025-08-01 16:33:48.554 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\n\n2025-08-01 16:33:48.554 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:48.566 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54773 to 127.0.0.1 port 54713, nchannels 5\n\n2025-08-01 16:33:48.568 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:33:48.581 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][f10745a7-1f37-404c-ab17-18673b4478bd] socks forwarding established\n2025-08-01 16:33:48.623 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:33539][55402b88-e4f4-4dbe-8ed7-87c753ac0508] received connection request\n2025-08-01 16:33:48.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:33:48.729 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][55402b88-e4f4-4dbe-8ed7-87c753ac0508] socks forwarding established\n2025-08-01 16:33:48.757 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][f10745a7-1f37-404c-ab17-18673b4478bd] socks connection closed\n2025-08-01 16:33:48.782 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 33539, connect from 127.0.0.1 port 54775 to 127.0.0.1 port 54713, nchannels 5\n\n2025-08-01 16:33:49.081 [info] [forwarding][code][127.0.0.1:54493 -> 127.0.0.1:54713 -> 127.0.0.1:33539][55402b88-e4f4-4dbe-8ed7-87c753ac0508] socks connection closed\n2025-08-01 16:33:49.108 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 33539, connect from 127.0.0.1 port 54777 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:34:48.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:34:48.541 [info] [command][725b1d8b-cc96-425f-af4b-7cef44e34732] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""725b1d8b-cc96-425f-af4b-7cef44e34732""}\n2025-08-01 16:34:48.542 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][0cc0382d-2454-4c1b-8982-255b23ccc812] received connection request\n2025-08-01 16:34:48.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:34:48.568 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][0cc0382d-2454-4c1b-8982-255b23ccc812] socks forwarding established\n2025-08-01 16:34:55.284 [info] [command][725b1d8b-cc96-425f-af4b-7cef44e34732] Process exited with code 0\n2025-08-01 16:34:55.284 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][0cc0382d-2454-4c1b-8982-255b23ccc812] socks connection closed\n2025-08-01 16:34:55.284 [info] [command][725b1d8b-cc96-425f-af4b-7cef44e34732] Socket close event received\n2025-08-01 16:34:55.335 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54835 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:35:55.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:35:55.292 [info] [command][1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56""}\n2025-08-01 16:35:55.294 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][e42e17c8-a99d-4bc7-acfa-9f5c1694c13e] received connection request\n2025-08-01 16:35:55.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:35:55.324 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][e42e17c8-a99d-4bc7-acfa-9f5c1694c13e] socks forwarding established\n2025-08-01 16:35:55.353 [info] [command][1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56] Process exited with code 0\n2025-08-01 16:35:55.353 [info] [command][1bceba4c-8d62-4b8b-8a14-a5da7a0c0f56] Socket close event received\n2025-08-01 16:35:55.354 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][e42e17c8-a99d-4bc7-acfa-9f5c1694c13e] socks connection closed\n2025-08-01 16:35:55.379 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54897 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:36:55.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:36:55.361 [info] [command][c5c0fb00-3cf5-4e10-b009-3a34b217a141] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""c5c0fb00-3cf5-4e10-b009-3a34b217a141""}\n2025-08-01 16:36:55.362 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][997c69e7-0bbc-4485-8ce3-2b8c1fe4edc2] received connection request\n2025-08-01 16:36:55.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:36:55.453 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][997c69e7-0bbc-4485-8ce3-2b8c1fe4edc2] socks forwarding established\n2025-08-01 16:36:55.484 [info] [command][c5c0fb00-3cf5-4e10-b009-3a34b217a141] Process exited with code 0\n2025-08-01 16:36:55.485 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][997c69e7-0bbc-4485-8ce3-2b8c1fe4edc2] socks connection closed\n2025-08-01 16:36:55.485 [info] [command][c5c0fb00-3cf5-4e10-b009-3a34b217a141] Socket close event received\n2025-08-01 16:36:55.511 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54930 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:37:55.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:37:55.494 [info] [command][f5975c16-a341-4d5e-b4d7-35dde56a6714] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""f5975c16-a341-4d5e-b4d7-35dde56a6714""}\n2025-08-01 16:37:55.495 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][34fc9bfc-265f-4294-8378-a36dc99c5b1f] received connection request\n2025-08-01 16:37:55.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:37:55.520 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][34fc9bfc-265f-4294-8378-a36dc99c5b1f] socks forwarding established\n2025-08-01 16:37:55.548 [info] [command][f5975c16-a341-4d5e-b4d7-35dde56a6714] Process exited with code 0\n2025-08-01 16:37:55.549 [info] [command][f5975c16-a341-4d5e-b4d7-35dde56a6714] Socket close event received\n2025-08-01 16:37:55.550 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][34fc9bfc-265f-4294-8378-a36dc99c5b1f] socks connection closed\n2025-08-01 16:37:55.575 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54961 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:38:48.865 [info] (ssh_tunnel) stdout: Code server process 766610 died\n\n2025-08-01 16:38:55.554 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:38:55.555 [info] [command][812ee9a0-5f79-45df-b558-ca6bb1975d42] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""812ee9a0-5f79-45df-b558-ca6bb1975d42""}\n2025-08-01 16:38:55.556 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][67966fc9-0552-4203-9017-bd3a9a67bc8a] received connection request\n2025-08-01 16:38:55.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:38:55.584 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][67966fc9-0552-4203-9017-bd3a9a67bc8a] socks forwarding established\n2025-08-01 16:38:55.617 [info] [command][812ee9a0-5f79-45df-b558-ca6bb1975d42] Process exited with code 0\n2025-08-01 16:38:55.617 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][67966fc9-0552-4203-9017-bd3a9a67bc8a] socks connection closed\n2025-08-01 16:38:55.617 [info] [command][812ee9a0-5f79-45df-b558-ca6bb1975d42] Socket close event received\n2025-08-01 16:38:55.642 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54973 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:39:55.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54494\n2025-08-01 16:39:55.628 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:34681][1bb881e7-4efa-4be1-8a4e-9a783a547652] received connection request\n2025-08-01 16:39:55.628 [info] [command][27b934c4-d9cd-437f-bfbd-588fb825cdf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""834c9b27-3c70-4712-8b8c-daf4c8c80b2e"",""id"":""27b934c4-d9cd-437f-bfbd-588fb825cdf0""}\n2025-08-01 16:39:55.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 54713 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:39:55.671 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][1bb881e7-4efa-4be1-8a4e-9a783a547652] socks forwarding established\n2025-08-01 16:39:55.706 [info] [command][27b934c4-d9cd-437f-bfbd-588fb825cdf0] Process exited with code 0\n2025-08-01 16:39:55.707 [info] [forwarding][multiplex][127.0.0.1:54494 -> 127.0.0.1:54713 -> 127.0.0.1:34681][1bb881e7-4efa-4be1-8a4e-9a783a547652] socks connection closed\n2025-08-01 16:39:55.707 [info] [command][27b934c4-d9cd-437f-bfbd-588fb825cdf0] Socket close event received\n2025-08-01 16:39:55.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54713 for 127.0.0.1 port 34681, connect from 127.0.0.1 port 54989 to 127.0.0.1 port 54713, nchannels 4\n\n2025-08-01 16:40:31.800 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 16:40:31.806 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-snhz0p/socket.sock\n2025-08-01 16:40:31.807 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:40:31.810 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-snhz0p/socket.sock\n2025-08-01 16:40:31.813 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_85042.sh"" | ssh -v -T -D 55009 login.haicore.berlin bash --login -c bash\n2025-08-01 16:40:31.813 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:40:31.813 [info] Waiting for server to install via process(18322)...\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 16:40:31.820 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:40:31.821 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:40:31.895 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:40:31.896 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:40:31.896 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:40:31.925 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:40:31.926 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:40:31.926 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:40:31.949 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-01 16:40:31.949 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:40:31.950 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:40:31.976 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:40:31.977 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-01 16:40:31.977 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:40:31.980 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 16:40:31.980 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-01 16:40:31.980 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:40:32.068 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:40:32.101 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:40:32.110 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-01 16:40:32.110 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 16:40:32.113 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:40:32.146 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-01 16:40:32.212 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-01 16:40:32.285 [info] Askpass server received request: POST /\n2025-08-01 16:40:32.285 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-01 16:40:32.285 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-01 16:40:33.544 [error] Password authentication cancelled\n2025-08-01 16:40:33.546 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-01 16:40:35.871 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-01 16:40:35.880 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 16:40:35.880 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 16:40:35.881 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 16:40:35.883 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21233.sh"" | ssh -v -T -D 55014 login.haicore.berlin bash --login -c bash\n2025-08-01 16:40:35.883 [info] Started installation script. Waiting for it to finish...\n2025-08-01 16:40:35.883 [info] Waiting for server to install via process(18333)...\n2025-08-01 16:40:35.889 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 16:40:35.889 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 16:40:35.889 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 16:40:35.914 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-01 16:40:35.914 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-01 16:40:35.914 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-01 16:40:35.947 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-01 16:40:35.948 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:40:35.948 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-01 16:40:35.970 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-08-01 16:40:35.971 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-01 16:40:35.971 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-01 16:40:35.998 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-01 16:40:35.998 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-01 16:40:35.998 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-01 16:40:36.001 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-01 16:40:36.001 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-01 16:40:36.001 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-01 16:40:36.092 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-01 16:40:36.117 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-01 16:40:36.121 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-01 16:40:36.121 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:40:36.148 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-01 16:40:36.205 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55014 forwarded to remote address socks:0\n\n2025-08-01 16:40:36.205 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55014.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55014.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-01 16:40:36.206 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-01 16:40:36.229 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-01 16:40:36.229 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-01 16:40:36.237 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-01 16:40:36.237 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-01 16:40:36.254 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-01 16:40:36.644 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-01 16:40:36.684 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:40:36.686 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-01 16:40:36.692 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-01 16:40:36.699 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:40:36.719 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-01 16:40:36.722 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:40:36.727 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-01 16:40:36.727 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-01 16:40:36.733 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0ab38bd6-aac1-48b4-a82e-3c29bd5e4342\n\n2025-08-01 16:40:36.733 [info] (ssh_tunnel) stdout: Multiplex server started with PID 512932 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-01 16:40:36.735 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-01 16:40:37.242 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-01 16:40:37.262 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 311316 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-01 16:40:37.263 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:40:37.268 [info] (ssh_tunnel) stdout: 17df2b0561f8515c2e0626c4: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\n\n2025-08-01 16:40:37.269 [info] (ssh_tunnel) stdout: errorMessage====\nisFatalError==false==\nmultiplexListeningOn==42525==\nmultiplexConnectionToken==0ab38bd6-aac1-48b4-a82e-3c29bd5e4342==\ncodeListeningOn==42663==\ncodeConnectionToken==541fe3b4-8d0c-4bfb-8c97-da67e297099e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n17df2b0561f8515c2e0626c4: end\n\n2025-08-01 16:40:37.270 [info] Server install command exit code: 0\n2025-08-01 16:40:37.270 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21233.sh\n2025-08-01 16:40:37.271 [info] [forwarding][code] creating new forwarding server\n2025-08-01 16:40:37.271 [info] [forwarding][code] server listening on 127.0.0.1:55017\n2025-08-01 16:40:37.271 [info] [forwarding][code] Set up server\n2025-08-01 16:40:37.271 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 541fe3b4-8d0c-4bfb-8c97-da67e297099e\n2025-08-01 16:40:37.271 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-01 16:40:37.271 [info] [forwarding][multiplex] server listening on 127.0.0.1:55018\n2025-08-01 16:40:37.271 [info] [forwarding][multiplex] Set up server\n2025-08-01 16:40:37.272 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0ab38bd6-aac1-48b4-a82e-3c29bd5e4342\n2025-08-01 16:40:37.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:40:37.273 [info] [remote-ssh] Resolved exec server. Socks port: 55014\n2025-08-01 16:40:37.273 [info] Setting up 0 default forwarded ports\n2025-08-01 16:40:37.273 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55017,""connectionToken"":""541fe3b4-8d0c-4bfb-8c97-da67e297099e"",""extensionHostEnv"":{}}. Socks port: 55014\n2025-08-01 16:40:37.273 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-01 16:40:37.275 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4c42bc58-c713-4ffe-ac8d-226874e0348b] received connection request\n2025-08-01 16:40:37.276 [info] [command][5f04e08c-9f31-4351-a4b1-366e6b9593af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""5f04e08c-9f31-4351-a4b1-366e6b9593af""}\n2025-08-01 16:40:37.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:40:37.289 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][f4699ad3-4fbd-4003-b011-bbd947cc160d] received connection request\n2025-08-01 16:40:37.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:40:37.306 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4c42bc58-c713-4ffe-ac8d-226874e0348b] socks forwarding established\n2025-08-01 16:40:37.313 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][f4699ad3-4fbd-4003-b011-bbd947cc160d] socks forwarding established\n2025-08-01 16:40:37.348 [info] [command][5f04e08c-9f31-4351-a4b1-366e6b9593af] Process exited with code 0\n2025-08-01 16:40:37.348 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4c42bc58-c713-4ffe-ac8d-226874e0348b] socks connection closed\n2025-08-01 16:40:37.348 [info] [command][5f04e08c-9f31-4351-a4b1-366e6b9593af] Socket close event received\n2025-08-01 16:40:37.360 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][c25a3116-bfcf-44fb-ba9e-48710744c503] received connection request\n2025-08-01 16:40:37.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:40:37.382 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55020 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:40:37.384 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][c25a3116-bfcf-44fb-ba9e-48710744c503] socks forwarding established\n2025-08-01 16:40:37.530 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-01 16:41:37.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:41:37.351 [info] [command][55db8467-3e4a-4e4e-b8a2-941221781ab9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""55db8467-3e4a-4e4e-b8a2-941221781ab9""}\n2025-08-01 16:41:37.351 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][44207e22-acfb-46aa-906b-b6c220deae78] received connection request\n2025-08-01 16:41:37.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:41:37.376 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][44207e22-acfb-46aa-906b-b6c220deae78] socks forwarding established\n2025-08-01 16:41:37.472 [info] [command][55db8467-3e4a-4e4e-b8a2-941221781ab9] Process exited with code 0\n2025-08-01 16:41:37.472 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][44207e22-acfb-46aa-906b-b6c220deae78] socks connection closed\n2025-08-01 16:41:37.472 [info] [command][55db8467-3e4a-4e4e-b8a2-941221781ab9] Socket close event received\n2025-08-01 16:41:37.496 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55086 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:42:37.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:42:37.480 [info] [command][85612195-3cfd-4850-8053-c43dcb4e9255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""85612195-3cfd-4850-8053-c43dcb4e9255""}\n2025-08-01 16:42:37.482 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][19a00401-639e-4289-a1a9-2dd46feee5f9] received connection request\n2025-08-01 16:42:37.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:42:37.507 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][19a00401-639e-4289-a1a9-2dd46feee5f9] socks forwarding established\n2025-08-01 16:42:37.533 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][19a00401-639e-4289-a1a9-2dd46feee5f9] socks connection closed\n2025-08-01 16:42:37.533 [info] [command][85612195-3cfd-4850-8053-c43dcb4e9255] Process exited with code 0\n2025-08-01 16:42:37.533 [info] [command][85612195-3cfd-4850-8053-c43dcb4e9255] Socket close event received\n2025-08-01 16:42:37.557 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55116 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:43:37.535 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:43:37.538 [info] [command][ce236959-ae6c-44ca-97ed-b14e1e035e57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""ce236959-ae6c-44ca-97ed-b14e1e035e57""}\n2025-08-01 16:43:37.539 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][31e058f8-1573-433a-b8ac-acef16bb3693] received connection request\n2025-08-01 16:43:37.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:43:37.565 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][31e058f8-1573-433a-b8ac-acef16bb3693] socks forwarding established\n2025-08-01 16:43:37.593 [info] [command][ce236959-ae6c-44ca-97ed-b14e1e035e57] Process exited with code 0\n2025-08-01 16:43:37.594 [info] [command][ce236959-ae6c-44ca-97ed-b14e1e035e57] Socket close event received\n2025-08-01 16:43:37.594 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][31e058f8-1573-433a-b8ac-acef16bb3693] socks connection closed\n2025-08-01 16:43:37.619 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55139 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:44:37.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:44:37.597 [info] [command][80a4e588-7675-480f-a0cf-91775a56ccd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""80a4e588-7675-480f-a0cf-91775a56ccd0""}\n2025-08-01 16:44:37.597 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][8130e041-d4fb-44c2-b94a-3e9ba364a722] received connection request\n2025-08-01 16:44:37.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:44:37.622 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8130e041-d4fb-44c2-b94a-3e9ba364a722] socks forwarding established\n2025-08-01 16:44:37.649 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8130e041-d4fb-44c2-b94a-3e9ba364a722] socks connection closed\n2025-08-01 16:44:37.649 [info] [command][80a4e588-7675-480f-a0cf-91775a56ccd0] Process exited with code 0\n2025-08-01 16:44:37.650 [info] [command][80a4e588-7675-480f-a0cf-91775a56ccd0] Socket close event received\n2025-08-01 16:44:37.750 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55157 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:45:37.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:45:37.656 [info] [command][f665492e-9511-4548-8365-e74b92d432ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""f665492e-9511-4548-8365-e74b92d432ea""}\n2025-08-01 16:45:37.658 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4a16dc01-2143-4491-9e78-f23dddf77740] received connection request\n2025-08-01 16:45:37.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:45:37.692 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4a16dc01-2143-4491-9e78-f23dddf77740] socks forwarding established\n2025-08-01 16:45:37.804 [info] [command][f665492e-9511-4548-8365-e74b92d432ea] Process exited with code 0\n2025-08-01 16:45:37.804 [info] [command][f665492e-9511-4548-8365-e74b92d432ea] Socket close event received\n2025-08-01 16:45:37.805 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4a16dc01-2143-4491-9e78-f23dddf77740] socks connection closed\n2025-08-01 16:45:37.829 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55178 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:46:37.809 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:46:37.812 [info] [command][2ebf83a4-c979-458e-8e2a-7f9abd8cbd40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""2ebf83a4-c979-458e-8e2a-7f9abd8cbd40""}\n2025-08-01 16:46:37.813 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][70c91cf5-e9aa-4c63-9b7f-d3222a63c017] received connection request\n2025-08-01 16:46:37.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:46:37.840 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70c91cf5-e9aa-4c63-9b7f-d3222a63c017] socks forwarding established\n2025-08-01 16:46:37.869 [info] [command][2ebf83a4-c979-458e-8e2a-7f9abd8cbd40] Process exited with code 0\n2025-08-01 16:46:37.869 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70c91cf5-e9aa-4c63-9b7f-d3222a63c017] socks connection closed\n2025-08-01 16:46:37.870 [info] [command][2ebf83a4-c979-458e-8e2a-7f9abd8cbd40] Socket close event received\n2025-08-01 16:46:37.895 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55196 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:47:37.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:47:37.877 [info] [command][707751d2-d77e-46a6-8366-09e970f67edd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""707751d2-d77e-46a6-8366-09e970f67edd""}\n2025-08-01 16:47:37.878 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][c2cf8d4c-a248-4165-9a7e-092ccc727c7f] received connection request\n2025-08-01 16:47:37.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:47:37.905 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c2cf8d4c-a248-4165-9a7e-092ccc727c7f] socks forwarding established\n2025-08-01 16:47:37.935 [info] [command][707751d2-d77e-46a6-8366-09e970f67edd] Process exited with code 0\n2025-08-01 16:47:37.936 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c2cf8d4c-a248-4165-9a7e-092ccc727c7f] socks connection closed\n2025-08-01 16:47:37.936 [info] [command][707751d2-d77e-46a6-8366-09e970f67edd] Socket close event received\n2025-08-01 16:47:37.963 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55231 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:48:37.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:48:37.941 [info] [command][cf094f7c-e4ce-40e4-8ae1-d7b27aace589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cf094f7c-e4ce-40e4-8ae1-d7b27aace589""}\n2025-08-01 16:48:37.941 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][bf4893ac-a0ec-440d-b0f5-e61edf66617e] received connection request\n2025-08-01 16:48:37.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:48:37.972 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bf4893ac-a0ec-440d-b0f5-e61edf66617e] socks forwarding established\n2025-08-01 16:48:38.000 [info] [command][cf094f7c-e4ce-40e4-8ae1-d7b27aace589] Process exited with code 0\n2025-08-01 16:48:38.000 [info] [command][cf094f7c-e4ce-40e4-8ae1-d7b27aace589] Socket close event received\n2025-08-01 16:48:38.001 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bf4893ac-a0ec-440d-b0f5-e61edf66617e] socks connection closed\n2025-08-01 16:48:38.077 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55247 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:49:38.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:49:38.006 [info] [command][ce11fe1f-654c-4e3b-8151-203e636a7e4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""ce11fe1f-654c-4e3b-8151-203e636a7e4d""}\n2025-08-01 16:49:38.006 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][98abd63f-c8fc-4b98-a5fa-258ebc1b74c3] received connection request\n2025-08-01 16:49:38.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:49:38.031 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][98abd63f-c8fc-4b98-a5fa-258ebc1b74c3] socks forwarding established\n2025-08-01 16:49:38.060 [info] [command][ce11fe1f-654c-4e3b-8151-203e636a7e4d] Process exited with code 0\n2025-08-01 16:49:38.060 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][98abd63f-c8fc-4b98-a5fa-258ebc1b74c3] socks connection closed\n2025-08-01 16:49:38.060 [info] [command][ce11fe1f-654c-4e3b-8151-203e636a7e4d] Socket close event received\n2025-08-01 16:49:38.170 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55264 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:50:38.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:50:38.063 [info] [command][e79a63aa-e328-4757-a3e3-b3b50bc74d62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e79a63aa-e328-4757-a3e3-b3b50bc74d62""}\n2025-08-01 16:50:38.064 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][541f202b-6f89-47f6-abd0-d1758d080b54] received connection request\n2025-08-01 16:50:38.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:50:38.088 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][541f202b-6f89-47f6-abd0-d1758d080b54] socks forwarding established\n2025-08-01 16:50:38.116 [info] [command][e79a63aa-e328-4757-a3e3-b3b50bc74d62] Process exited with code 0\n2025-08-01 16:50:38.116 [info] [command][e79a63aa-e328-4757-a3e3-b3b50bc74d62] Socket close event received\n2025-08-01 16:50:38.116 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][541f202b-6f89-47f6-abd0-d1758d080b54] socks connection closed\n2025-08-01 16:50:38.140 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55291 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:51:38.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:51:38.121 [info] [command][aa0e6e87-32f0-4ad8-a61d-b20605dc97cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""aa0e6e87-32f0-4ad8-a61d-b20605dc97cf""}\n2025-08-01 16:51:38.123 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][638410b3-672e-4b2c-9f55-0f02b9fc7b88] received connection request\n2025-08-01 16:51:38.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:51:38.151 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][638410b3-672e-4b2c-9f55-0f02b9fc7b88] socks forwarding established\n2025-08-01 16:51:38.177 [info] [command][aa0e6e87-32f0-4ad8-a61d-b20605dc97cf] Process exited with code 0\n2025-08-01 16:51:38.178 [info] [command][aa0e6e87-32f0-4ad8-a61d-b20605dc97cf] Socket close event received\n2025-08-01 16:51:38.178 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][638410b3-672e-4b2c-9f55-0f02b9fc7b88] socks connection closed\n2025-08-01 16:51:38.203 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55310 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:52:38.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:52:38.184 [info] [command][1de180db-b369-4c4d-aff5-6f1fe4024adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""1de180db-b369-4c4d-aff5-6f1fe4024adc""}\n2025-08-01 16:52:38.185 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4ddfc089-0788-4ff6-8792-0154195f305e] received connection request\n2025-08-01 16:52:38.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 16:52:38.187 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:52:38.212 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4ddfc089-0788-4ff6-8792-0154195f305e] socks forwarding established\n2025-08-01 16:52:38.241 [info] [command][1de180db-b369-4c4d-aff5-6f1fe4024adc] Process exited with code 0\n2025-08-01 16:52:38.241 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4ddfc089-0788-4ff6-8792-0154195f305e] socks connection closed\n2025-08-01 16:52:38.241 [info] [command][1de180db-b369-4c4d-aff5-6f1fe4024adc] Socket close event received\n2025-08-01 16:52:38.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55354 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:53:38.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:53:38.248 [info] [command][e98b904e-376f-4741-b09d-696b8db5fd9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e98b904e-376f-4741-b09d-696b8db5fd9a""}\n2025-08-01 16:53:38.249 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][e9e56105-64e1-4ded-98cf-f5351e75851c] received connection request\n2025-08-01 16:53:38.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:53:38.275 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e9e56105-64e1-4ded-98cf-f5351e75851c] socks forwarding established\n2025-08-01 16:53:38.305 [info] [command][e98b904e-376f-4741-b09d-696b8db5fd9a] Process exited with code 0\n2025-08-01 16:53:38.305 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e9e56105-64e1-4ded-98cf-f5351e75851c] socks connection closed\n2025-08-01 16:53:38.305 [info] [command][e98b904e-376f-4741-b09d-696b8db5fd9a] Socket close event received\n2025-08-01 16:53:38.332 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55368 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:54:38.310 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:54:38.313 [info] [command][84a5d917-10ca-4c3f-a4ef-42372ee08d4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""84a5d917-10ca-4c3f-a4ef-42372ee08d4b""}\n2025-08-01 16:54:38.314 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9fb1b0b7-5e92-4be7-aaa4-15713ae1b98e] received connection request\n2025-08-01 16:54:38.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:54:38.343 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9fb1b0b7-5e92-4be7-aaa4-15713ae1b98e] socks forwarding established\n2025-08-01 16:54:38.373 [info] [command][84a5d917-10ca-4c3f-a4ef-42372ee08d4b] Process exited with code 0\n2025-08-01 16:54:38.374 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9fb1b0b7-5e92-4be7-aaa4-15713ae1b98e] socks connection closed\n2025-08-01 16:54:38.374 [info] [command][84a5d917-10ca-4c3f-a4ef-42372ee08d4b] Socket close event received\n2025-08-01 16:54:38.398 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55383 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:55:38.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:55:38.387 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][322e16d0-1093-4245-9cdd-d95aaf9745ba] received connection request\n2025-08-01 16:55:38.387 [info] [command][211326f0-9902-43f1-ba84-a69385a27d68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""211326f0-9902-43f1-ba84-a69385a27d68""}\n2025-08-01 16:55:38.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:55:38.413 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][322e16d0-1093-4245-9cdd-d95aaf9745ba] socks forwarding established\n2025-08-01 16:55:38.444 [info] [command][211326f0-9902-43f1-ba84-a69385a27d68] Process exited with code 0\n2025-08-01 16:55:38.444 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][322e16d0-1093-4245-9cdd-d95aaf9745ba] socks connection closed\n2025-08-01 16:55:38.444 [info] [command][211326f0-9902-43f1-ba84-a69385a27d68] Socket close event received\n2025-08-01 16:55:38.470 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55413 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:56:38.449 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:56:38.452 [info] [command][45c340eb-f88d-48af-803c-67f9116c671f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""45c340eb-f88d-48af-803c-67f9116c671f""}\n2025-08-01 16:56:38.453 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][8ca893f9-e4f4-4350-8ddd-3aee37505d8e] received connection request\n2025-08-01 16:56:38.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:56:38.479 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8ca893f9-e4f4-4350-8ddd-3aee37505d8e] socks forwarding established\n2025-08-01 16:56:38.511 [info] [command][45c340eb-f88d-48af-803c-67f9116c671f] Process exited with code 0\n2025-08-01 16:56:38.512 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8ca893f9-e4f4-4350-8ddd-3aee37505d8e] socks connection closed\n2025-08-01 16:56:38.512 [info] [command][45c340eb-f88d-48af-803c-67f9116c671f] Socket close event received\n2025-08-01 16:56:38.537 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55428 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:57:38.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:57:38.514 [info] [command][7748502a-2dab-4ee7-b78a-ace5caa5700d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7748502a-2dab-4ee7-b78a-ace5caa5700d""}\n2025-08-01 16:57:38.515 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][abb195ea-bbdc-452c-a564-074ef35656c7] received connection request\n2025-08-01 16:57:38.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:57:38.540 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][abb195ea-bbdc-452c-a564-074ef35656c7] socks forwarding established\n2025-08-01 16:57:38.570 [info] [command][7748502a-2dab-4ee7-b78a-ace5caa5700d] Process exited with code 0\n2025-08-01 16:57:38.571 [info] [command][7748502a-2dab-4ee7-b78a-ace5caa5700d] Socket close event received\n2025-08-01 16:57:38.571 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][abb195ea-bbdc-452c-a564-074ef35656c7] socks connection closed\n2025-08-01 16:57:38.595 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55467 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:58:38.573 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:58:38.575 [info] [command][918fdc1e-e1d8-450a-93ee-b074fc8e25d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""918fdc1e-e1d8-450a-93ee-b074fc8e25d3""}\n2025-08-01 16:58:38.576 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9d04d88c-62f4-4c18-8b36-2a8b58e3f9df] received connection request\n2025-08-01 16:58:38.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:58:38.604 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9d04d88c-62f4-4c18-8b36-2a8b58e3f9df] socks forwarding established\n2025-08-01 16:58:38.711 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9d04d88c-62f4-4c18-8b36-2a8b58e3f9df] socks connection closed\n2025-08-01 16:58:38.711 [info] [command][918fdc1e-e1d8-450a-93ee-b074fc8e25d3] Process exited with code 0\n2025-08-01 16:58:38.711 [info] [command][918fdc1e-e1d8-450a-93ee-b074fc8e25d3] Socket close event received\n2025-08-01 16:58:38.734 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55509 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 16:59:38.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 16:59:38.716 [info] [command][b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c""}\n2025-08-01 16:59:38.718 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][bb4a3815-58f6-47f0-ba28-1244ace8e6e4] received connection request\n2025-08-01 16:59:38.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 16:59:38.742 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bb4a3815-58f6-47f0-ba28-1244ace8e6e4] socks forwarding established\n2025-08-01 16:59:38.770 [info] [command][b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c] Process exited with code 0\n2025-08-01 16:59:38.770 [info] [command][b1b6b008-d7d9-4f3c-bc3a-8fbaec781c3c] Socket close event received\n2025-08-01 16:59:38.770 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bb4a3815-58f6-47f0-ba28-1244ace8e6e4] socks connection closed\n2025-08-01 16:59:38.795 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55525 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:00:38.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:00:38.774 [info] [command][33a00ffc-3f17-41cb-88a1-a9af66672b37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""33a00ffc-3f17-41cb-88a1-a9af66672b37""}\n2025-08-01 17:00:38.774 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][16c73f43-931c-468c-a5c8-2aeb7c101be1] received connection request\n2025-08-01 17:00:38.775 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:00:38.801 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][16c73f43-931c-468c-a5c8-2aeb7c101be1] socks forwarding established\n2025-08-01 17:00:38.830 [info] [command][33a00ffc-3f17-41cb-88a1-a9af66672b37] Process exited with code 0\n2025-08-01 17:00:38.830 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][16c73f43-931c-468c-a5c8-2aeb7c101be1] socks connection closed\n2025-08-01 17:00:38.830 [info] [command][33a00ffc-3f17-41cb-88a1-a9af66672b37] Socket close event received\n2025-08-01 17:00:38.854 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55558 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:01:38.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:01:38.834 [info] [command][8bf31e65-42d7-404c-bd36-df8cb1f47ec1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""8bf31e65-42d7-404c-bd36-df8cb1f47ec1""}\n2025-08-01 17:01:38.835 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][0da502ed-c729-4229-8113-2b805bd204ef] received connection request\n2025-08-01 17:01:38.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:01:38.860 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0da502ed-c729-4229-8113-2b805bd204ef] socks forwarding established\n2025-08-01 17:01:38.888 [info] [command][8bf31e65-42d7-404c-bd36-df8cb1f47ec1] Process exited with code 0\n2025-08-01 17:01:38.888 [info] [command][8bf31e65-42d7-404c-bd36-df8cb1f47ec1] Socket close event received\n2025-08-01 17:01:38.888 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0da502ed-c729-4229-8113-2b805bd204ef] socks connection closed\n2025-08-01 17:01:38.914 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55599 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:02:38.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:02:38.891 [info] [command][003de7cc-1db3-4901-bd91-45750124c3af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""003de7cc-1db3-4901-bd91-45750124c3af""}\n2025-08-01 17:02:38.891 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][e71c310c-cd57-482e-9851-82f6e36b96c0] received connection request\n2025-08-01 17:02:38.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:02:38.917 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e71c310c-cd57-482e-9851-82f6e36b96c0] socks forwarding established\n2025-08-01 17:02:38.945 [info] [command][003de7cc-1db3-4901-bd91-45750124c3af] Process exited with code 0\n2025-08-01 17:02:38.946 [info] [command][003de7cc-1db3-4901-bd91-45750124c3af] Socket close event received\n2025-08-01 17:02:38.946 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e71c310c-cd57-482e-9851-82f6e36b96c0] socks connection closed\n2025-08-01 17:02:38.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55631 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:03:38.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:03:38.951 [info] [command][7a41d98a-8962-4c5c-82e5-82fe62f3b31f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7a41d98a-8962-4c5c-82e5-82fe62f3b31f""}\n2025-08-01 17:03:38.952 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f02123e0-e4f0-4f3b-affe-5d70ba98ed93] received connection request\n2025-08-01 17:03:38.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:03:38.977 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f02123e0-e4f0-4f3b-affe-5d70ba98ed93] socks forwarding established\n2025-08-01 17:03:39.007 [info] [command][7a41d98a-8962-4c5c-82e5-82fe62f3b31f] Process exited with code 0\n2025-08-01 17:03:39.007 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f02123e0-e4f0-4f3b-affe-5d70ba98ed93] socks connection closed\n2025-08-01 17:03:39.008 [info] [command][7a41d98a-8962-4c5c-82e5-82fe62f3b31f] Socket close event received\n2025-08-01 17:03:39.034 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55642 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:04:39.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:04:39.015 [info] [command][084a02ac-38e8-4c24-ac30-d206a5a5c294] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""084a02ac-38e8-4c24-ac30-d206a5a5c294""}\n2025-08-01 17:04:39.015 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][0aaf78f0-2274-461d-8403-f429b0d3e612] received connection request\n2025-08-01 17:04:39.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:04:39.041 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0aaf78f0-2274-461d-8403-f429b0d3e612] socks forwarding established\n2025-08-01 17:04:39.072 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0aaf78f0-2274-461d-8403-f429b0d3e612] socks connection closed\n2025-08-01 17:04:39.072 [info] [command][084a02ac-38e8-4c24-ac30-d206a5a5c294] Process exited with code 0\n2025-08-01 17:04:39.073 [info] [command][084a02ac-38e8-4c24-ac30-d206a5a5c294] Socket close event received\n2025-08-01 17:04:39.153 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55663 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:05:39.078 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:05:39.081 [info] [command][dac3bc3b-8c33-47cf-91cd-bafbe89ed71a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""dac3bc3b-8c33-47cf-91cd-bafbe89ed71a""}\n2025-08-01 17:05:39.082 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9db6e536-3f12-4468-b6fe-492da4bef62d] received connection request\n2025-08-01 17:05:39.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:05:39.108 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9db6e536-3f12-4468-b6fe-492da4bef62d] socks forwarding established\n2025-08-01 17:05:39.136 [info] [command][dac3bc3b-8c33-47cf-91cd-bafbe89ed71a] Process exited with code 0\n2025-08-01 17:05:39.136 [info] [command][dac3bc3b-8c33-47cf-91cd-bafbe89ed71a] Socket close event received\n2025-08-01 17:05:39.137 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9db6e536-3f12-4468-b6fe-492da4bef62d] socks connection closed\n2025-08-01 17:05:39.162 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55690 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:06:39.141 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:06:39.144 [info] [command][65069831-0a6e-4cc7-a740-65164192c239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""65069831-0a6e-4cc7-a740-65164192c239""}\n2025-08-01 17:06:39.144 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][c1a2df1f-f32c-4e5d-ae13-75f61f9f7b29] received connection request\n2025-08-01 17:06:39.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:06:39.170 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c1a2df1f-f32c-4e5d-ae13-75f61f9f7b29] socks forwarding established\n2025-08-01 17:06:39.200 [info] [command][65069831-0a6e-4cc7-a740-65164192c239] Process exited with code 0\n2025-08-01 17:06:39.200 [info] [command][65069831-0a6e-4cc7-a740-65164192c239] Socket close event received\n2025-08-01 17:06:39.201 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c1a2df1f-f32c-4e5d-ae13-75f61f9f7b29] socks connection closed\n2025-08-01 17:06:39.225 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55708 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:07:39.205 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:07:39.208 [info] [command][cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8""}\n2025-08-01 17:07:39.209 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][609b4cc7-1f50-4f80-8535-a380dee50f65] received connection request\n2025-08-01 17:07:39.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:07:39.287 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][609b4cc7-1f50-4f80-8535-a380dee50f65] socks forwarding established\n2025-08-01 17:07:39.316 [info] [command][cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8] Process exited with code 0\n2025-08-01 17:07:39.316 [info] [command][cbb518ca-be5d-47d5-adc7-4f4f3aaf21d8] Socket close event received\n2025-08-01 17:07:39.316 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][609b4cc7-1f50-4f80-8535-a380dee50f65] socks connection closed\n2025-08-01 17:07:39.341 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55740 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:08:39.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:08:39.320 [info] [command][bd5a722a-67c4-4ba5-8173-c22e34bf70fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""bd5a722a-67c4-4ba5-8173-c22e34bf70fa""}\n2025-08-01 17:08:39.321 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][4009488b-5259-4e10-84e5-920d878e7f0a] received connection request\n2025-08-01 17:08:39.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:08:39.347 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4009488b-5259-4e10-84e5-920d878e7f0a] socks forwarding established\n2025-08-01 17:08:39.376 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][4009488b-5259-4e10-84e5-920d878e7f0a] socks connection closed\n2025-08-01 17:08:39.376 [info] [command][bd5a722a-67c4-4ba5-8173-c22e34bf70fa] Process exited with code 0\n2025-08-01 17:08:39.376 [info] [command][bd5a722a-67c4-4ba5-8173-c22e34bf70fa] Socket close event received\n2025-08-01 17:08:39.401 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55778 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:09:39.379 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:09:39.382 [info] [command][99fbd7c9-213a-493e-8882-49d088572b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""99fbd7c9-213a-493e-8882-49d088572b5b""}\n2025-08-01 17:09:39.382 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][1335ec34-6fe0-41f7-9143-325ce101ce06] received connection request\n2025-08-01 17:09:39.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:09:39.409 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1335ec34-6fe0-41f7-9143-325ce101ce06] socks forwarding established\n2025-08-01 17:09:39.437 [info] [command][99fbd7c9-213a-493e-8882-49d088572b5b] Process exited with code 0\n2025-08-01 17:09:39.438 [info] [command][99fbd7c9-213a-493e-8882-49d088572b5b] Socket close event received\n2025-08-01 17:09:39.439 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1335ec34-6fe0-41f7-9143-325ce101ce06] socks connection closed\n2025-08-01 17:09:39.462 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55795 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:10:39.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:10:39.445 [info] [command][99b49370-b04a-4cef-8247-0d12becdae97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""99b49370-b04a-4cef-8247-0d12becdae97""}\n2025-08-01 17:10:39.446 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][255b056f-853f-4d18-a209-eed25b23ac47] received connection request\n2025-08-01 17:10:39.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:10:39.446 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:10:39.510 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][255b056f-853f-4d18-a209-eed25b23ac47] socks forwarding established\n2025-08-01 17:10:39.540 [info] [command][99b49370-b04a-4cef-8247-0d12becdae97] Process exited with code 0\n2025-08-01 17:10:39.540 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][255b056f-853f-4d18-a209-eed25b23ac47] socks connection closed\n2025-08-01 17:10:39.540 [info] [command][99b49370-b04a-4cef-8247-0d12becdae97] Socket close event received\n2025-08-01 17:10:39.565 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55822 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:11:39.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:11:39.548 [info] [command][d288b3e9-f684-4c41-82c1-22816cdb9ccd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d288b3e9-f684-4c41-82c1-22816cdb9ccd""}\n2025-08-01 17:11:39.548 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f040e93f-ada4-4bcc-a213-5758f7e7fb5f] received connection request\n2025-08-01 17:11:39.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:11:39.548 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:11:39.573 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f040e93f-ada4-4bcc-a213-5758f7e7fb5f] socks forwarding established\n2025-08-01 17:11:39.599 [info] [command][d288b3e9-f684-4c41-82c1-22816cdb9ccd] Process exited with code 0\n2025-08-01 17:11:39.599 [info] [command][d288b3e9-f684-4c41-82c1-22816cdb9ccd] Socket close event received\n2025-08-01 17:11:39.600 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f040e93f-ada4-4bcc-a213-5758f7e7fb5f] socks connection closed\n2025-08-01 17:11:39.624 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55838 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:12:39.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:12:39.603 [info] [command][6c6c2d02-053c-4dc5-83fb-56e9220efc5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""6c6c2d02-053c-4dc5-83fb-56e9220efc5a""}\n2025-08-01 17:12:39.604 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][c76b761e-4219-4a90-a8b8-494fa8297a7d] received connection request\n2025-08-01 17:12:39.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:12:39.629 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c76b761e-4219-4a90-a8b8-494fa8297a7d] socks forwarding established\n2025-08-01 17:12:39.661 [info] [command][6c6c2d02-053c-4dc5-83fb-56e9220efc5a] Process exited with code 0\n2025-08-01 17:12:39.661 [info] [command][6c6c2d02-053c-4dc5-83fb-56e9220efc5a] Socket close event received\n2025-08-01 17:12:39.662 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][c76b761e-4219-4a90-a8b8-494fa8297a7d] socks connection closed\n2025-08-01 17:12:39.687 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55869 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:13:39.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:13:39.669 [info] [command][7989306a-9318-43e3-b0a2-898d1732e8d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7989306a-9318-43e3-b0a2-898d1732e8d2""}\n2025-08-01 17:13:39.670 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][55ab41de-39b8-4d1b-b985-c3ddab1c00ef] received connection request\n2025-08-01 17:13:39.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:13:39.698 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][55ab41de-39b8-4d1b-b985-c3ddab1c00ef] socks forwarding established\n2025-08-01 17:13:39.730 [info] [command][7989306a-9318-43e3-b0a2-898d1732e8d2] Process exited with code 0\n2025-08-01 17:13:39.730 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][55ab41de-39b8-4d1b-b985-c3ddab1c00ef] socks connection closed\n2025-08-01 17:13:39.730 [info] [command][7989306a-9318-43e3-b0a2-898d1732e8d2] Socket close event received\n2025-08-01 17:13:39.757 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55885 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:14:39.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:14:39.739 [info] [command][4fceca38-ba81-4e6c-a2f6-f0671aa44349] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""4fceca38-ba81-4e6c-a2f6-f0671aa44349""}\n2025-08-01 17:14:39.739 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][2ad5fa55-1c56-4ce4-ba79-3e5e8a69dc56] received connection request\n2025-08-01 17:14:39.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:14:39.767 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2ad5fa55-1c56-4ce4-ba79-3e5e8a69dc56] socks forwarding established\n2025-08-01 17:14:39.796 [info] [command][4fceca38-ba81-4e6c-a2f6-f0671aa44349] Process exited with code 0\n2025-08-01 17:14:39.796 [info] [command][4fceca38-ba81-4e6c-a2f6-f0671aa44349] Socket close event received\n2025-08-01 17:14:39.797 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2ad5fa55-1c56-4ce4-ba79-3e5e8a69dc56] socks connection closed\n2025-08-01 17:14:39.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55901 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:15:39.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:15:39.803 [info] [command][5fa18d5d-849f-444f-aaa3-3ab1559861b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""5fa18d5d-849f-444f-aaa3-3ab1559861b2""}\n2025-08-01 17:15:39.804 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][2de1afd8-3485-40f9-80a5-fcdb3f295541] received connection request\n2025-08-01 17:15:39.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:15:39.831 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2de1afd8-3485-40f9-80a5-fcdb3f295541] socks forwarding established\n2025-08-01 17:15:39.859 [info] [command][5fa18d5d-849f-444f-aaa3-3ab1559861b2] Process exited with code 0\n2025-08-01 17:15:39.860 [info] [command][5fa18d5d-849f-444f-aaa3-3ab1559861b2] Socket close event received\n2025-08-01 17:15:39.860 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2de1afd8-3485-40f9-80a5-fcdb3f295541] socks connection closed\n2025-08-01 17:15:39.884 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55928 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:16:39.863 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:16:39.864 [info] [command][4f6a0656-cb60-4bf5-ae56-c104eba21df9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""4f6a0656-cb60-4bf5-ae56-c104eba21df9""}\n2025-08-01 17:16:39.865 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][02029b96-013f-4df5-adc8-0b049cfe26ef] received connection request\n2025-08-01 17:16:39.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:16:39.894 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][02029b96-013f-4df5-adc8-0b049cfe26ef] socks forwarding established\n2025-08-01 17:16:39.928 [info] [command][4f6a0656-cb60-4bf5-ae56-c104eba21df9] Process exited with code 0\n2025-08-01 17:16:39.929 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][02029b96-013f-4df5-adc8-0b049cfe26ef] socks connection closed\n2025-08-01 17:16:39.929 [info] [command][4f6a0656-cb60-4bf5-ae56-c104eba21df9] Socket close event received\n2025-08-01 17:16:39.955 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55948 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:17:39.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:17:39.935 [info] [command][786ca766-22d3-4106-b012-c2e3f95d39ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""786ca766-22d3-4106-b012-c2e3f95d39ac""}\n2025-08-01 17:17:39.935 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9708a7a6-a331-4285-afcc-121878ed7189] received connection request\n2025-08-01 17:17:39.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:17:39.962 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9708a7a6-a331-4285-afcc-121878ed7189] socks forwarding established\n2025-08-01 17:17:39.992 [info] [command][786ca766-22d3-4106-b012-c2e3f95d39ac] Process exited with code 0\n2025-08-01 17:17:39.993 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9708a7a6-a331-4285-afcc-121878ed7189] socks connection closed\n2025-08-01 17:17:39.994 [info] [command][786ca766-22d3-4106-b012-c2e3f95d39ac] Socket close event received\n2025-08-01 17:17:40.018 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55981 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:18:39.997 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:18:39.999 [info] [command][a4225983-b0b2-45e2-b2a2-5c5d05f02934] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""a4225983-b0b2-45e2-b2a2-5c5d05f02934""}\n2025-08-01 17:18:39.999 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][65e66d21-0098-41a7-a132-5dedb83195a0] received connection request\n2025-08-01 17:18:39.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:18:40.024 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][65e66d21-0098-41a7-a132-5dedb83195a0] socks forwarding established\n2025-08-01 17:18:40.050 [info] [command][a4225983-b0b2-45e2-b2a2-5c5d05f02934] Process exited with code 0\n2025-08-01 17:18:40.051 [info] [command][a4225983-b0b2-45e2-b2a2-5c5d05f02934] Socket close event received\n2025-08-01 17:18:40.051 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][65e66d21-0098-41a7-a132-5dedb83195a0] socks connection closed\n2025-08-01 17:18:40.074 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 55998 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:19:40.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:19:40.054 [info] [command][abf99cef-bee4-465c-b776-0f314f6beb24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""abf99cef-bee4-465c-b776-0f314f6beb24""}\n2025-08-01 17:19:40.055 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][408fe81e-cb5e-4b71-907d-46eec520181a] received connection request\n2025-08-01 17:19:40.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:19:40.082 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][408fe81e-cb5e-4b71-907d-46eec520181a] socks forwarding established\n2025-08-01 17:19:40.202 [info] [command][abf99cef-bee4-465c-b776-0f314f6beb24] Process exited with code 0\n2025-08-01 17:19:40.203 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][408fe81e-cb5e-4b71-907d-46eec520181a] socks connection closed\n2025-08-01 17:19:40.203 [info] [command][abf99cef-bee4-465c-b776-0f314f6beb24] Socket close event received\n2025-08-01 17:19:40.227 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56018 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:20:40.207 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:20:40.210 [info] [command][d2940a20-89f5-44a4-a455-6e896dd4254c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d2940a20-89f5-44a4-a455-6e896dd4254c""}\n2025-08-01 17:20:40.211 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f6b08391-ef9b-4785-88a5-061a6f23aa48] received connection request\n2025-08-01 17:20:40.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:20:40.296 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f6b08391-ef9b-4785-88a5-061a6f23aa48] socks forwarding established\n2025-08-01 17:20:40.327 [info] [command][d2940a20-89f5-44a4-a455-6e896dd4254c] Process exited with code 0\n2025-08-01 17:20:40.327 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f6b08391-ef9b-4785-88a5-061a6f23aa48] socks connection closed\n2025-08-01 17:20:40.327 [info] [command][d2940a20-89f5-44a4-a455-6e896dd4254c] Socket close event received\n2025-08-01 17:20:40.352 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56062 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:21:40.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:21:40.331 [info] [command][921ab5c8-8ac0-48eb-9583-6395c0b5ce1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""921ab5c8-8ac0-48eb-9583-6395c0b5ce1f""}\n2025-08-01 17:21:40.332 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][d351e216-e1b2-42ad-bbfb-4bd3bd0fa881] received connection request\n2025-08-01 17:21:40.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:21:40.358 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d351e216-e1b2-42ad-bbfb-4bd3bd0fa881] socks forwarding established\n2025-08-01 17:21:40.388 [info] [command][921ab5c8-8ac0-48eb-9583-6395c0b5ce1f] Process exited with code 0\n2025-08-01 17:21:40.388 [info] [command][921ab5c8-8ac0-48eb-9583-6395c0b5ce1f] Socket close event received\n2025-08-01 17:21:40.389 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d351e216-e1b2-42ad-bbfb-4bd3bd0fa881] socks connection closed\n2025-08-01 17:21:40.414 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56105 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:22:40.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:22:40.395 [info] [command][70caffb4-7d5d-4d9c-a666-44dc2cb38d50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""70caffb4-7d5d-4d9c-a666-44dc2cb38d50""}\n2025-08-01 17:22:40.396 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][717e9579-c7f5-4259-9f29-3812a02d12ec] received connection request\n2025-08-01 17:22:40.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:22:40.423 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][717e9579-c7f5-4259-9f29-3812a02d12ec] socks forwarding established\n2025-08-01 17:22:40.456 [info] [command][70caffb4-7d5d-4d9c-a666-44dc2cb38d50] Process exited with code 0\n2025-08-01 17:22:40.457 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][717e9579-c7f5-4259-9f29-3812a02d12ec] socks connection closed\n2025-08-01 17:22:40.458 [info] [command][70caffb4-7d5d-4d9c-a666-44dc2cb38d50] Socket close event received\n2025-08-01 17:22:40.483 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56135 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:23:40.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:23:40.459 [info] [command][619b1f56-fc79-4513-8180-a32df764973a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""619b1f56-fc79-4513-8180-a32df764973a""}\n2025-08-01 17:23:40.460 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f44064ce-19dc-478b-af9b-b494c1214716] received connection request\n2025-08-01 17:23:40.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:23:40.485 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f44064ce-19dc-478b-af9b-b494c1214716] socks forwarding established\n2025-08-01 17:23:40.516 [info] [command][619b1f56-fc79-4513-8180-a32df764973a] Process exited with code 0\n2025-08-01 17:23:40.516 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f44064ce-19dc-478b-af9b-b494c1214716] socks connection closed\n2025-08-01 17:23:40.516 [info] [command][619b1f56-fc79-4513-8180-a32df764973a] Socket close event received\n2025-08-01 17:23:40.542 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56148 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:24:40.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:24:40.525 [info] [command][18aca166-5d6f-47b8-9a7d-10b4f6f8537c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""18aca166-5d6f-47b8-9a7d-10b4f6f8537c""}\n2025-08-01 17:24:40.525 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][6a94b7fe-27dc-4003-9c37-da03b4ff15b3] received connection request\n2025-08-01 17:24:40.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:24:40.551 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6a94b7fe-27dc-4003-9c37-da03b4ff15b3] socks forwarding established\n2025-08-01 17:24:40.579 [info] [command][18aca166-5d6f-47b8-9a7d-10b4f6f8537c] Process exited with code 0\n2025-08-01 17:24:40.580 [info] [command][18aca166-5d6f-47b8-9a7d-10b4f6f8537c] Socket close event received\n2025-08-01 17:24:40.580 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6a94b7fe-27dc-4003-9c37-da03b4ff15b3] socks connection closed\n2025-08-01 17:24:40.605 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56161 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:25:40.581 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:25:40.584 [info] [command][0f94a054-2f92-4187-af6c-dcd1911f464c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""0f94a054-2f92-4187-af6c-dcd1911f464c""}\n2025-08-01 17:25:40.585 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][b213663a-c1af-4907-8da9-680c363de5c5] received connection request\n2025-08-01 17:25:40.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:25:40.610 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b213663a-c1af-4907-8da9-680c363de5c5] socks forwarding established\n2025-08-01 17:25:40.640 [info] [command][0f94a054-2f92-4187-af6c-dcd1911f464c] Process exited with code 0\n2025-08-01 17:25:40.641 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b213663a-c1af-4907-8da9-680c363de5c5] socks connection closed\n2025-08-01 17:25:40.641 [info] [command][0f94a054-2f92-4187-af6c-dcd1911f464c] Socket close event received\n2025-08-01 17:25:40.666 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56189 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:26:40.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:26:40.644 [info] [command][b47edaf9-d61f-4226-b98a-f4343485dc70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b47edaf9-d61f-4226-b98a-f4343485dc70""}\n2025-08-01 17:26:40.645 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9ac45049-28a0-4f94-aaca-c17e946aa456] received connection request\n2025-08-01 17:26:40.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:26:40.672 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9ac45049-28a0-4f94-aaca-c17e946aa456] socks forwarding established\n2025-08-01 17:26:40.703 [info] [command][b47edaf9-d61f-4226-b98a-f4343485dc70] Process exited with code 0\n2025-08-01 17:26:40.704 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9ac45049-28a0-4f94-aaca-c17e946aa456] socks connection closed\n2025-08-01 17:26:40.704 [info] [command][b47edaf9-d61f-4226-b98a-f4343485dc70] Socket close event received\n2025-08-01 17:26:40.728 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56206 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:27:40.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:27:40.706 [info] [command][cc01b70e-fd28-41fa-8bf7-d8d77a882bf3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cc01b70e-fd28-41fa-8bf7-d8d77a882bf3""}\n2025-08-01 17:27:40.706 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][a4df047f-58f0-4dd5-85d9-4a651c84966b] received connection request\n2025-08-01 17:27:40.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:27:40.732 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a4df047f-58f0-4dd5-85d9-4a651c84966b] socks forwarding established\n2025-08-01 17:27:40.759 [info] [command][cc01b70e-fd28-41fa-8bf7-d8d77a882bf3] Process exited with code 0\n2025-08-01 17:27:40.759 [info] [command][cc01b70e-fd28-41fa-8bf7-d8d77a882bf3] Socket close event received\n2025-08-01 17:27:40.761 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a4df047f-58f0-4dd5-85d9-4a651c84966b] socks connection closed\n2025-08-01 17:27:40.784 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56237 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:28:40.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:28:40.768 [info] [command][1140d012-4147-41a2-b4a2-36b32e793e6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""1140d012-4147-41a2-b4a2-36b32e793e6a""}\n2025-08-01 17:28:40.769 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][2d1f5434-0996-4ced-a60e-c59e148e0cbf] received connection request\n2025-08-01 17:28:40.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:28:40.770 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:28:40.795 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2d1f5434-0996-4ced-a60e-c59e148e0cbf] socks forwarding established\n2025-08-01 17:28:40.823 [info] [command][1140d012-4147-41a2-b4a2-36b32e793e6a] Process exited with code 0\n2025-08-01 17:28:40.823 [info] [command][1140d012-4147-41a2-b4a2-36b32e793e6a] Socket close event received\n2025-08-01 17:28:40.823 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][2d1f5434-0996-4ced-a60e-c59e148e0cbf] socks connection closed\n2025-08-01 17:28:40.849 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56254 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:29:40.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:29:40.831 [info] [command][b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc""}\n2025-08-01 17:29:40.831 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][a866c0f7-45b9-4d20-b739-e8101e90c573] received connection request\n2025-08-01 17:29:40.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:29:40.831 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:29:40.937 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a866c0f7-45b9-4d20-b739-e8101e90c573] socks forwarding established\n2025-08-01 17:29:40.964 [info] [command][b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc] Process exited with code 0\n2025-08-01 17:29:40.965 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][a866c0f7-45b9-4d20-b739-e8101e90c573] socks connection closed\n2025-08-01 17:29:40.965 [info] [command][b5bbcc91-1674-48aa-b50c-ccd5a7fe92cc] Socket close event received\n2025-08-01 17:29:40.989 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56282 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:30:40.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:30:40.971 [info] [command][9e7d111d-fe22-4a97-8990-719ad19b4a15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""9e7d111d-fe22-4a97-8990-719ad19b4a15""}\n2025-08-01 17:30:40.972 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][5aa350e5-e698-4bee-af4c-16c2b5ee7e39] received connection request\n2025-08-01 17:30:40.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:30:40.998 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][5aa350e5-e698-4bee-af4c-16c2b5ee7e39] socks forwarding established\n2025-08-01 17:30:41.029 [info] [command][9e7d111d-fe22-4a97-8990-719ad19b4a15] Process exited with code 0\n2025-08-01 17:30:41.029 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][5aa350e5-e698-4bee-af4c-16c2b5ee7e39] socks connection closed\n2025-08-01 17:30:41.029 [info] [command][9e7d111d-fe22-4a97-8990-719ad19b4a15] Socket close event received\n2025-08-01 17:30:41.055 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56324 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:31:41.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:31:41.038 [info] [command][fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96""}\n2025-08-01 17:31:41.039 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][1079fc44-87c3-4017-bef6-2a81a97d720e] received connection request\n2025-08-01 17:31:41.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:31:41.069 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1079fc44-87c3-4017-bef6-2a81a97d720e] socks forwarding established\n2025-08-01 17:31:41.098 [info] [command][fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96] Process exited with code 0\n2025-08-01 17:31:41.098 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][1079fc44-87c3-4017-bef6-2a81a97d720e] socks connection closed\n2025-08-01 17:31:41.098 [info] [command][fe6eeb9a-e1c4-4776-a7b2-6eb4352ffc96] Socket close event received\n2025-08-01 17:31:41.123 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56339 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:32:41.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:32:41.103 [info] [command][5f205405-831e-4cbc-83c1-6d1bba81d54b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""5f205405-831e-4cbc-83c1-6d1bba81d54b""}\n2025-08-01 17:32:41.104 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][8c9d225c-0ce8-4117-8b9d-6bdf453ce73a] received connection request\n2025-08-01 17:32:41.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:32:41.129 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8c9d225c-0ce8-4117-8b9d-6bdf453ce73a] socks forwarding established\n2025-08-01 17:32:41.157 [info] [command][5f205405-831e-4cbc-83c1-6d1bba81d54b] Process exited with code 0\n2025-08-01 17:32:41.157 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][8c9d225c-0ce8-4117-8b9d-6bdf453ce73a] socks connection closed\n2025-08-01 17:32:41.158 [info] [command][5f205405-831e-4cbc-83c1-6d1bba81d54b] Socket close event received\n2025-08-01 17:32:41.181 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56371 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:33:41.163 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:33:41.165 [info] [command][fb746c4f-bdcc-42ed-b784-e0d6ccba18de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fb746c4f-bdcc-42ed-b784-e0d6ccba18de""}\n2025-08-01 17:33:41.166 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][9b5f704f-5da8-48eb-9ca6-cffa2ec6a5ce] received connection request\n2025-08-01 17:33:41.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:33:41.193 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9b5f704f-5da8-48eb-9ca6-cffa2ec6a5ce] socks forwarding established\n2025-08-01 17:33:41.220 [info] [command][fb746c4f-bdcc-42ed-b784-e0d6ccba18de] Process exited with code 0\n2025-08-01 17:33:41.220 [info] [command][fb746c4f-bdcc-42ed-b784-e0d6ccba18de] Socket close event received\n2025-08-01 17:33:41.220 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][9b5f704f-5da8-48eb-9ca6-cffa2ec6a5ce] socks connection closed\n2025-08-01 17:33:41.245 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56391 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:34:41.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:34:41.223 [info] [command][b25aceda-d91a-4f22-91e4-58f6e00afbc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b25aceda-d91a-4f22-91e4-58f6e00afbc5""}\n2025-08-01 17:34:41.224 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][38ae1991-10cc-44e0-bb62-44196e11125f] received connection request\n2025-08-01 17:34:41.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:34:41.224 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:34:41.250 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][38ae1991-10cc-44e0-bb62-44196e11125f] socks forwarding established\n2025-08-01 17:34:41.282 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][38ae1991-10cc-44e0-bb62-44196e11125f] socks connection closed\n2025-08-01 17:34:41.283 [info] [command][b25aceda-d91a-4f22-91e4-58f6e00afbc5] Process exited with code 0\n2025-08-01 17:34:41.283 [info] [command][b25aceda-d91a-4f22-91e4-58f6e00afbc5] Socket close event received\n2025-08-01 17:34:41.308 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56407 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:35:41.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:35:41.286 [info] [command][f0f2dbe3-3139-4050-adeb-ff848d5dae8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""f0f2dbe3-3139-4050-adeb-ff848d5dae8d""}\n2025-08-01 17:35:41.287 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][07a6650f-fb6c-41a5-8ee4-621ddd4a141c] received connection request\n2025-08-01 17:35:41.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:35:41.312 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07a6650f-fb6c-41a5-8ee4-621ddd4a141c] socks forwarding established\n2025-08-01 17:35:41.337 [info] [command][f0f2dbe3-3139-4050-adeb-ff848d5dae8d] Process exited with code 0\n2025-08-01 17:35:41.337 [info] [command][f0f2dbe3-3139-4050-adeb-ff848d5dae8d] Socket close event received\n2025-08-01 17:35:41.338 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07a6650f-fb6c-41a5-8ee4-621ddd4a141c] socks connection closed\n2025-08-01 17:35:41.363 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56433 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:36:41.343 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:36:41.344 [info] [command][145ebc02-cce7-430e-b507-ad8ab3f6e4f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""145ebc02-cce7-430e-b507-ad8ab3f6e4f9""}\n2025-08-01 17:36:41.344 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][109b14bd-fe73-4813-8778-efb7a9b65065] received connection request\n2025-08-01 17:36:41.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:36:41.438 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][109b14bd-fe73-4813-8778-efb7a9b65065] socks forwarding established\n2025-08-01 17:36:41.468 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][109b14bd-fe73-4813-8778-efb7a9b65065] socks connection closed\n2025-08-01 17:36:41.469 [info] [command][145ebc02-cce7-430e-b507-ad8ab3f6e4f9] Process exited with code 0\n2025-08-01 17:36:41.469 [info] [command][145ebc02-cce7-430e-b507-ad8ab3f6e4f9] Socket close event received\n2025-08-01 17:36:41.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56460 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:37:41.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:37:41.474 [info] [command][7104218a-d05f-4075-8667-3ddb05951e6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7104218a-d05f-4075-8667-3ddb05951e6a""}\n2025-08-01 17:37:41.475 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][f349d725-9f94-44b0-824d-95a16532405c] received connection request\n2025-08-01 17:37:41.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:37:41.531 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f349d725-9f94-44b0-824d-95a16532405c] socks forwarding established\n2025-08-01 17:37:41.560 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][f349d725-9f94-44b0-824d-95a16532405c] socks connection closed\n2025-08-01 17:37:41.560 [info] [command][7104218a-d05f-4075-8667-3ddb05951e6a] Process exited with code 0\n2025-08-01 17:37:41.560 [info] [command][7104218a-d05f-4075-8667-3ddb05951e6a] Socket close event received\n2025-08-01 17:37:41.585 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56508 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:38:41.566 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:38:41.568 [info] [command][e230ab08-e0e5-433f-8c17-120fa8af94fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e230ab08-e0e5-433f-8c17-120fa8af94fa""}\n2025-08-01 17:38:41.569 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][bad95ef0-0145-44a2-9439-7f3e9f269cae] received connection request\n2025-08-01 17:38:41.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:38:41.595 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bad95ef0-0145-44a2-9439-7f3e9f269cae] socks forwarding established\n2025-08-01 17:38:41.622 [info] [command][e230ab08-e0e5-433f-8c17-120fa8af94fa] Process exited with code 0\n2025-08-01 17:38:41.623 [info] [command][e230ab08-e0e5-433f-8c17-120fa8af94fa] Socket close event received\n2025-08-01 17:38:41.623 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][bad95ef0-0145-44a2-9439-7f3e9f269cae] socks connection closed\n2025-08-01 17:38:41.647 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56526 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:39:41.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:39:41.629 [info] [command][01ca2a7a-64c4-4835-86a1-578b5208c70b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""01ca2a7a-64c4-4835-86a1-578b5208c70b""}\n2025-08-01 17:39:41.630 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][051fb326-3ee3-4737-9ced-c7a4eda5fe36] received connection request\n2025-08-01 17:39:41.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:39:41.660 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][051fb326-3ee3-4737-9ced-c7a4eda5fe36] socks forwarding established\n2025-08-01 17:39:41.687 [info] [command][01ca2a7a-64c4-4835-86a1-578b5208c70b] Process exited with code 0\n2025-08-01 17:39:41.687 [info] [command][01ca2a7a-64c4-4835-86a1-578b5208c70b] Socket close event received\n2025-08-01 17:39:41.687 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][051fb326-3ee3-4737-9ced-c7a4eda5fe36] socks connection closed\n2025-08-01 17:39:41.712 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56546 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:40:41.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:40:41.691 [info] [command][9c88ac5f-cef7-4a93-bae7-b4d864fd79dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""9c88ac5f-cef7-4a93-bae7-b4d864fd79dd""}\n2025-08-01 17:40:41.691 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][35ccc932-cde3-473e-b684-056dd6d13e24] received connection request\n2025-08-01 17:40:41.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:40:41.691 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:40:41.714 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][35ccc932-cde3-473e-b684-056dd6d13e24] socks forwarding established\n2025-08-01 17:40:41.740 [info] [command][9c88ac5f-cef7-4a93-bae7-b4d864fd79dd] Process exited with code 0\n2025-08-01 17:40:41.740 [info] [command][9c88ac5f-cef7-4a93-bae7-b4d864fd79dd] Socket close event received\n2025-08-01 17:40:41.741 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][35ccc932-cde3-473e-b684-056dd6d13e24] socks connection closed\n2025-08-01 17:40:41.763 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56591 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:41:41.745 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:41:41.748 [info] [command][c22d6293-a68b-4860-a0b8-c538a45a172d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""c22d6293-a68b-4860-a0b8-c538a45a172d""}\n2025-08-01 17:41:41.749 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][94119e1c-4025-4d92-aeff-b4262b599499] received connection request\n2025-08-01 17:41:41.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:41:41.847 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][94119e1c-4025-4d92-aeff-b4262b599499] socks forwarding established\n2025-08-01 17:41:41.878 [info] [command][c22d6293-a68b-4860-a0b8-c538a45a172d] Process exited with code 0\n2025-08-01 17:41:41.878 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][94119e1c-4025-4d92-aeff-b4262b599499] socks connection closed\n2025-08-01 17:41:41.878 [info] [command][c22d6293-a68b-4860-a0b8-c538a45a172d] Socket close event received\n2025-08-01 17:41:41.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56609 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:42:41.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:42:41.884 [info] [command][fc94e60a-0e51-44a8-bb1a-82b48f1b5089] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fc94e60a-0e51-44a8-bb1a-82b48f1b5089""}\n2025-08-01 17:42:41.884 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][82512e9f-328e-423c-a7d9-40569a2983f5] received connection request\n2025-08-01 17:42:41.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:42:41.909 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][82512e9f-328e-423c-a7d9-40569a2983f5] socks forwarding established\n2025-08-01 17:42:41.937 [info] [command][fc94e60a-0e51-44a8-bb1a-82b48f1b5089] Process exited with code 0\n2025-08-01 17:42:41.937 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][82512e9f-328e-423c-a7d9-40569a2983f5] socks connection closed\n2025-08-01 17:42:41.937 [info] [command][fc94e60a-0e51-44a8-bb1a-82b48f1b5089] Socket close event received\n2025-08-01 17:42:41.960 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56646 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:43:41.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:43:41.944 [info] [command][358f3eeb-597f-43f0-af41-1d9247fab429] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""358f3eeb-597f-43f0-af41-1d9247fab429""}\n2025-08-01 17:43:41.944 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][d760a407-9e7b-4f2c-975c-c0d6cb9f6121] received connection request\n2025-08-01 17:43:41.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:43:41.969 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d760a407-9e7b-4f2c-975c-c0d6cb9f6121] socks forwarding established\n2025-08-01 17:43:41.997 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d760a407-9e7b-4f2c-975c-c0d6cb9f6121] socks connection closed\n2025-08-01 17:43:41.997 [info] [command][358f3eeb-597f-43f0-af41-1d9247fab429] Process exited with code 0\n2025-08-01 17:43:41.997 [info] [command][358f3eeb-597f-43f0-af41-1d9247fab429] Socket close event received\n2025-08-01 17:43:42.021 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56669 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:44:42.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:44:42.001 [info] [command][7d22b295-41ff-47ff-b3b6-ccfe95fa6a33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7d22b295-41ff-47ff-b3b6-ccfe95fa6a33""}\n2025-08-01 17:44:42.002 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][7e43834c-897e-4512-b872-74a866c9c7be] received connection request\n2025-08-01 17:44:42.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:44:42.027 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][7e43834c-897e-4512-b872-74a866c9c7be] socks forwarding established\n2025-08-01 17:44:42.056 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][7e43834c-897e-4512-b872-74a866c9c7be] socks connection closed\n2025-08-01 17:44:42.056 [info] [command][7d22b295-41ff-47ff-b3b6-ccfe95fa6a33] Process exited with code 0\n2025-08-01 17:44:42.056 [info] [command][7d22b295-41ff-47ff-b3b6-ccfe95fa6a33] Socket close event received\n2025-08-01 17:44:42.080 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56682 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:45:42.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:45:42.063 [info] [command][17ef3ab1-d35e-4eb6-aa67-10f602b10645] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""17ef3ab1-d35e-4eb6-aa67-10f602b10645""}\n2025-08-01 17:45:42.064 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][d8e79b3b-5b96-480f-99c4-fa507f0868b2] received connection request\n2025-08-01 17:45:42.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:45:42.089 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d8e79b3b-5b96-480f-99c4-fa507f0868b2] socks forwarding established\n2025-08-01 17:45:42.117 [info] [command][17ef3ab1-d35e-4eb6-aa67-10f602b10645] Process exited with code 0\n2025-08-01 17:45:42.117 [info] [command][17ef3ab1-d35e-4eb6-aa67-10f602b10645] Socket close event received\n2025-08-01 17:45:42.118 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][d8e79b3b-5b96-480f-99c4-fa507f0868b2] socks connection closed\n2025-08-01 17:45:42.144 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56708 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:46:42.121 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:46:42.124 [info] [command][668d0a4b-e962-4148-8830-80901af1e0d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""668d0a4b-e962-4148-8830-80901af1e0d5""}\n2025-08-01 17:46:42.125 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][861111ad-6fae-4757-a6d5-e9c2f22a30aa] received connection request\n2025-08-01 17:46:42.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:46:42.150 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][861111ad-6fae-4757-a6d5-e9c2f22a30aa] socks forwarding established\n2025-08-01 17:46:42.177 [info] [command][668d0a4b-e962-4148-8830-80901af1e0d5] Process exited with code 0\n2025-08-01 17:46:42.177 [info] [command][668d0a4b-e962-4148-8830-80901af1e0d5] Socket close event received\n2025-08-01 17:46:42.178 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][861111ad-6fae-4757-a6d5-e9c2f22a30aa] socks connection closed\n2025-08-01 17:46:42.204 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56723 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:47:42.180 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:47:42.181 [info] [command][666d12fa-e293-4e2d-9d79-8bcbf2c1508d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""666d12fa-e293-4e2d-9d79-8bcbf2c1508d""}\n2025-08-01 17:47:42.182 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][0d917c59-3f65-4b37-a7a7-cfb42278eecc] received connection request\n2025-08-01 17:47:42.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 17:47:42.182 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:47:42.207 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0d917c59-3f65-4b37-a7a7-cfb42278eecc] socks forwarding established\n2025-08-01 17:47:42.235 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][0d917c59-3f65-4b37-a7a7-cfb42278eecc] socks connection closed\n2025-08-01 17:47:42.235 [info] [command][666d12fa-e293-4e2d-9d79-8bcbf2c1508d] Process exited with code 0\n2025-08-01 17:47:42.235 [info] [command][666d12fa-e293-4e2d-9d79-8bcbf2c1508d] Socket close event received\n2025-08-01 17:47:42.331 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56810 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:48:42.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:48:42.243 [info] [command][80ed5c95-aa45-4880-b9c6-ceed833cc97b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""80ed5c95-aa45-4880-b9c6-ceed833cc97b""}\n2025-08-01 17:48:42.244 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][058c7ae2-046f-4106-8ce9-b126d7d35565] received connection request\n2025-08-01 17:48:42.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:48:42.273 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][058c7ae2-046f-4106-8ce9-b126d7d35565] socks forwarding established\n2025-08-01 17:48:42.300 [info] [command][80ed5c95-aa45-4880-b9c6-ceed833cc97b] Process exited with code 0\n2025-08-01 17:48:42.300 [info] [command][80ed5c95-aa45-4880-b9c6-ceed833cc97b] Socket close event received\n2025-08-01 17:48:42.301 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][058c7ae2-046f-4106-8ce9-b126d7d35565] socks connection closed\n2025-08-01 17:48:42.325 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56831 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:49:42.305 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:49:42.308 [info] [command][85765afd-81a9-4ae6-a01b-2bfdf08828bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""85765afd-81a9-4ae6-a01b-2bfdf08828bf""}\n2025-08-01 17:49:42.309 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][783a6e09-d14d-4a46-a60b-773a65c2803a] received connection request\n2025-08-01 17:49:42.309 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:49:42.335 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][783a6e09-d14d-4a46-a60b-773a65c2803a] socks forwarding established\n2025-08-01 17:49:42.364 [info] [command][85765afd-81a9-4ae6-a01b-2bfdf08828bf] Process exited with code 0\n2025-08-01 17:49:42.364 [info] [command][85765afd-81a9-4ae6-a01b-2bfdf08828bf] Socket close event received\n2025-08-01 17:49:42.364 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][783a6e09-d14d-4a46-a60b-773a65c2803a] socks connection closed\n2025-08-01 17:49:42.388 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56848 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:50:42.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:50:42.370 [info] [command][c9bf5e97-73c8-4eb8-9f84-1c603ef6000d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""c9bf5e97-73c8-4eb8-9f84-1c603ef6000d""}\n2025-08-01 17:50:42.370 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][76d85779-e75a-42c9-992d-004588dd6f37] received connection request\n2025-08-01 17:50:42.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:50:42.395 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][76d85779-e75a-42c9-992d-004588dd6f37] socks forwarding established\n2025-08-01 17:50:42.424 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][76d85779-e75a-42c9-992d-004588dd6f37] socks connection closed\n2025-08-01 17:50:42.424 [info] [command][c9bf5e97-73c8-4eb8-9f84-1c603ef6000d] Process exited with code 0\n2025-08-01 17:50:42.424 [info] [command][c9bf5e97-73c8-4eb8-9f84-1c603ef6000d] Socket close event received\n2025-08-01 17:50:42.448 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56875 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:51:42.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:51:42.429 [info] [command][d7a6e69a-3603-4e5c-ae32-6124c67fff38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d7a6e69a-3603-4e5c-ae32-6124c67fff38""}\n2025-08-01 17:51:42.430 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][689699cd-a55f-45dd-bec3-8f530355902e] received connection request\n2025-08-01 17:51:42.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:51:42.454 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][689699cd-a55f-45dd-bec3-8f530355902e] socks forwarding established\n2025-08-01 17:51:42.481 [info] [command][d7a6e69a-3603-4e5c-ae32-6124c67fff38] Process exited with code 0\n2025-08-01 17:51:42.481 [info] [command][d7a6e69a-3603-4e5c-ae32-6124c67fff38] Socket close event received\n2025-08-01 17:51:42.482 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][689699cd-a55f-45dd-bec3-8f530355902e] socks connection closed\n2025-08-01 17:51:42.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56890 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:52:42.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:52:42.488 [info] [command][fa95c839-26e7-45c5-9875-2474bf22b9b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""fa95c839-26e7-45c5-9875-2474bf22b9b9""}\n2025-08-01 17:52:42.489 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][6d762794-1124-4c2f-820e-fbc75d5add3b] received connection request\n2025-08-01 17:52:42.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:52:42.515 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6d762794-1124-4c2f-820e-fbc75d5add3b] socks forwarding established\n2025-08-01 17:52:42.545 [info] [command][fa95c839-26e7-45c5-9875-2474bf22b9b9] Process exited with code 0\n2025-08-01 17:52:42.545 [info] [command][fa95c839-26e7-45c5-9875-2474bf22b9b9] Socket close event received\n2025-08-01 17:52:42.546 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][6d762794-1124-4c2f-820e-fbc75d5add3b] socks connection closed\n2025-08-01 17:52:42.572 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56925 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:53:42.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:53:42.551 [info] [command][e1306cf3-9377-40f3-9c5a-367d1cab9e38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e1306cf3-9377-40f3-9c5a-367d1cab9e38""}\n2025-08-01 17:53:42.552 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][e8a6ac27-c9e0-4c67-8119-a1517395f10b] received connection request\n2025-08-01 17:53:42.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:53:42.582 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e8a6ac27-c9e0-4c67-8119-a1517395f10b] socks forwarding established\n2025-08-01 17:53:42.612 [info] [command][e1306cf3-9377-40f3-9c5a-367d1cab9e38] Process exited with code 0\n2025-08-01 17:53:42.613 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][e8a6ac27-c9e0-4c67-8119-a1517395f10b] socks connection closed\n2025-08-01 17:53:42.613 [info] [command][e1306cf3-9377-40f3-9c5a-367d1cab9e38] Socket close event received\n2025-08-01 17:53:42.638 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56944 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:54:42.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:54:42.619 [info] [command][f901ab3b-ebd2-4d25-bef4-b450aab9709c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""f901ab3b-ebd2-4d25-bef4-b450aab9709c""}\n2025-08-01 17:54:42.619 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][b20a250b-f949-4a87-8499-c554084b5d30] received connection request\n2025-08-01 17:54:42.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:54:42.645 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b20a250b-f949-4a87-8499-c554084b5d30] socks forwarding established\n2025-08-01 17:54:42.670 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b20a250b-f949-4a87-8499-c554084b5d30] socks connection closed\n2025-08-01 17:54:42.671 [info] [command][f901ab3b-ebd2-4d25-bef4-b450aab9709c] Process exited with code 0\n2025-08-01 17:54:42.671 [info] [command][f901ab3b-ebd2-4d25-bef4-b450aab9709c] Socket close event received\n2025-08-01 17:54:42.694 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 56964 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:55:42.675 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:55:42.677 [info] [command][51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7""}\n2025-08-01 17:55:42.678 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][36f09e00-b8b5-4070-acf4-f6fef24ae190] received connection request\n2025-08-01 17:55:42.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:55:42.707 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][36f09e00-b8b5-4070-acf4-f6fef24ae190] socks forwarding established\n2025-08-01 17:55:42.735 [info] [command][51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7] Process exited with code 0\n2025-08-01 17:55:42.735 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][36f09e00-b8b5-4070-acf4-f6fef24ae190] socks connection closed\n2025-08-01 17:55:42.736 [info] [command][51b2ef83-4b53-41fe-a9f2-db8d6c6ed2a7] Socket close event received\n2025-08-01 17:55:42.759 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57000 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:56:42.736 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:56:42.738 [info] [command][cbfc624c-4486-457d-8419-fabcf0749eba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cbfc624c-4486-457d-8419-fabcf0749eba""}\n2025-08-01 17:56:42.738 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][00d83e47-88f3-43d6-b354-92feba0de024] received connection request\n2025-08-01 17:56:42.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:56:42.766 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][00d83e47-88f3-43d6-b354-92feba0de024] socks forwarding established\n2025-08-01 17:56:42.797 [info] [command][cbfc624c-4486-457d-8419-fabcf0749eba] Process exited with code 0\n2025-08-01 17:56:42.797 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][00d83e47-88f3-43d6-b354-92feba0de024] socks connection closed\n2025-08-01 17:56:42.797 [info] [command][cbfc624c-4486-457d-8419-fabcf0749eba] Socket close event received\n2025-08-01 17:56:42.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57016 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:57:42.802 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:57:42.803 [info] [command][956f19db-ce55-4fb8-9fc7-3a4816cae495] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""956f19db-ce55-4fb8-9fc7-3a4816cae495""}\n2025-08-01 17:57:42.804 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][048282ca-c4ab-4573-8c41-fe318648f3db] received connection request\n2025-08-01 17:57:42.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:57:42.970 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][048282ca-c4ab-4573-8c41-fe318648f3db] socks forwarding established\n2025-08-01 17:57:42.997 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][048282ca-c4ab-4573-8c41-fe318648f3db] socks connection closed\n2025-08-01 17:57:42.997 [info] [command][956f19db-ce55-4fb8-9fc7-3a4816cae495] Process exited with code 0\n2025-08-01 17:57:42.997 [info] [command][956f19db-ce55-4fb8-9fc7-3a4816cae495] Socket close event received\n2025-08-01 17:57:43.022 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57045 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:58:43.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:58:43.004 [info] [command][d58062b6-68bd-4089-8694-fa6a2491efe9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""d58062b6-68bd-4089-8694-fa6a2491efe9""}\n2025-08-01 17:58:43.004 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][42394294-0d61-4269-8658-597dadf04677] received connection request\n2025-08-01 17:58:43.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:58:43.034 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][42394294-0d61-4269-8658-597dadf04677] socks forwarding established\n2025-08-01 17:58:43.061 [info] [command][d58062b6-68bd-4089-8694-fa6a2491efe9] Process exited with code 0\n2025-08-01 17:58:43.062 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][42394294-0d61-4269-8658-597dadf04677] socks connection closed\n2025-08-01 17:58:43.062 [info] [command][d58062b6-68bd-4089-8694-fa6a2491efe9] Socket close event received\n2025-08-01 17:58:43.085 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57060 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 17:59:43.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 17:59:43.069 [info] [command][48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8""}\n2025-08-01 17:59:43.070 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][07b7b933-c8ca-4dd9-bf04-4049d0c48204] received connection request\n2025-08-01 17:59:43.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 17:59:43.096 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07b7b933-c8ca-4dd9-bf04-4049d0c48204] socks forwarding established\n2025-08-01 17:59:43.124 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][07b7b933-c8ca-4dd9-bf04-4049d0c48204] socks connection closed\n2025-08-01 17:59:43.124 [info] [command][48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8] Process exited with code 0\n2025-08-01 17:59:43.125 [info] [command][48aa373e-f62f-4a3c-8bc7-dbf1a37f31f8] Socket close event received\n2025-08-01 17:59:43.150 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57077 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:00:43.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:00:43.133 [info] [command][cb5f9251-8c25-4a15-a3c7-0c392f2b49c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""cb5f9251-8c25-4a15-a3c7-0c392f2b49c6""}\n2025-08-01 18:00:43.133 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][70908d35-e779-4a71-b721-c66a30165e5e] received connection request\n2025-08-01 18:00:43.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:00:43.158 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70908d35-e779-4a71-b721-c66a30165e5e] socks forwarding established\n2025-08-01 18:00:43.184 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][70908d35-e779-4a71-b721-c66a30165e5e] socks connection closed\n2025-08-01 18:00:43.184 [info] [command][cb5f9251-8c25-4a15-a3c7-0c392f2b49c6] Process exited with code 0\n2025-08-01 18:00:43.184 [info] [command][cb5f9251-8c25-4a15-a3c7-0c392f2b49c6] Socket close event received\n2025-08-01 18:00:43.207 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57102 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:01:43.187 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:01:43.189 [info] [command][91d7553e-33ee-449c-92f1-d8849b06ebb6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""91d7553e-33ee-449c-92f1-d8849b06ebb6""}\n2025-08-01 18:01:43.189 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][72e8525a-cf5e-461b-a7df-e74d1cb1aed1] received connection request\n2025-08-01 18:01:43.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:01:43.213 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][72e8525a-cf5e-461b-a7df-e74d1cb1aed1] socks forwarding established\n2025-08-01 18:01:43.239 [info] [command][91d7553e-33ee-449c-92f1-d8849b06ebb6] Process exited with code 0\n2025-08-01 18:01:43.240 [info] [command][91d7553e-33ee-449c-92f1-d8849b06ebb6] Socket close event received\n2025-08-01 18:01:43.240 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][72e8525a-cf5e-461b-a7df-e74d1cb1aed1] socks connection closed\n2025-08-01 18:01:43.264 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57124 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:02:43.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:02:43.248 [info] [command][2412ef72-3b10-4706-9385-9690666932f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""2412ef72-3b10-4706-9385-9690666932f0""}\n2025-08-01 18:02:43.249 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][707a0932-0427-4019-b51d-f73b75e37670] received connection request\n2025-08-01 18:02:43.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:02:43.280 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][707a0932-0427-4019-b51d-f73b75e37670] socks forwarding established\n2025-08-01 18:02:43.310 [info] [command][2412ef72-3b10-4706-9385-9690666932f0] Process exited with code 0\n2025-08-01 18:02:43.310 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][707a0932-0427-4019-b51d-f73b75e37670] socks connection closed\n2025-08-01 18:02:43.310 [info] [command][2412ef72-3b10-4706-9385-9690666932f0] Socket close event received\n2025-08-01 18:02:43.336 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57154 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:03:43.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:03:43.317 [info] [command][106424c2-f37c-4d3c-8dba-e00034b6bd4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""106424c2-f37c-4d3c-8dba-e00034b6bd4c""}\n2025-08-01 18:03:43.317 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][ae779ee2-37e2-4d2a-a604-142d3b38ecd0] received connection request\n2025-08-01 18:03:43.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:03:43.420 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ae779ee2-37e2-4d2a-a604-142d3b38ecd0] socks forwarding established\n2025-08-01 18:03:43.451 [info] [command][106424c2-f37c-4d3c-8dba-e00034b6bd4c] Process exited with code 0\n2025-08-01 18:03:43.451 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ae779ee2-37e2-4d2a-a604-142d3b38ecd0] socks connection closed\n2025-08-01 18:03:43.451 [info] [command][106424c2-f37c-4d3c-8dba-e00034b6bd4c] Socket close event received\n2025-08-01 18:03:43.477 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57169 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:04:43.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:04:43.459 [info] [command][576b7f8e-187b-425a-8f9f-1ac68a2c1b7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""576b7f8e-187b-425a-8f9f-1ac68a2c1b7a""}\n2025-08-01 18:04:43.459 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][17fc6549-b662-4eb7-8ec7-ea20ca624fc0] received connection request\n2025-08-01 18:04:43.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:04:43.485 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][17fc6549-b662-4eb7-8ec7-ea20ca624fc0] socks forwarding established\n2025-08-01 18:04:43.513 [info] [command][576b7f8e-187b-425a-8f9f-1ac68a2c1b7a] Process exited with code 0\n2025-08-01 18:04:43.514 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][17fc6549-b662-4eb7-8ec7-ea20ca624fc0] socks connection closed\n2025-08-01 18:04:43.514 [info] [command][576b7f8e-187b-425a-8f9f-1ac68a2c1b7a] Socket close event received\n2025-08-01 18:04:43.540 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57183 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:05:43.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:05:43.522 [info] [command][e409b195-e209-4d44-850e-78c62a26f30e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""e409b195-e209-4d44-850e-78c62a26f30e""}\n2025-08-01 18:05:43.523 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][517aa450-4804-41b7-b98f-e0077a168844] received connection request\n2025-08-01 18:05:43.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:05:43.548 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][517aa450-4804-41b7-b98f-e0077a168844] socks forwarding established\n2025-08-01 18:05:43.575 [info] [command][e409b195-e209-4d44-850e-78c62a26f30e] Process exited with code 0\n2025-08-01 18:05:43.575 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][517aa450-4804-41b7-b98f-e0077a168844] socks connection closed\n2025-08-01 18:05:43.575 [info] [command][e409b195-e209-4d44-850e-78c62a26f30e] Socket close event received\n2025-08-01 18:05:43.600 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57214 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:06:43.579 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:06:43.581 [info] [command][73c0c6d5-63db-4118-949b-cfc4696132fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""73c0c6d5-63db-4118-949b-cfc4696132fb""}\n2025-08-01 18:06:43.581 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][451ea44c-044b-4729-b574-ff1b84903b78] received connection request\n2025-08-01 18:06:43.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\n\n2025-08-01 18:06:43.581 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:06:43.607 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][451ea44c-044b-4729-b574-ff1b84903b78] socks forwarding established\n2025-08-01 18:06:43.704 [info] [command][73c0c6d5-63db-4118-949b-cfc4696132fb] Process exited with code 0\n2025-08-01 18:06:43.705 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][451ea44c-044b-4729-b574-ff1b84903b78] socks connection closed\n2025-08-01 18:06:43.705 [info] [command][73c0c6d5-63db-4118-949b-cfc4696132fb] Socket close event received\n2025-08-01 18:06:43.731 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57246 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:07:43.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:07:43.709 [info] [command][21925b3b-6fb9-4624-ac2f-4798ba25c196] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""21925b3b-6fb9-4624-ac2f-4798ba25c196""}\n2025-08-01 18:07:43.710 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][06e26134-690c-4059-88e2-62ea8eaa7c3b] received connection request\n2025-08-01 18:07:43.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:07:43.736 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][06e26134-690c-4059-88e2-62ea8eaa7c3b] socks forwarding established\n2025-08-01 18:07:43.763 [info] [command][21925b3b-6fb9-4624-ac2f-4798ba25c196] Process exited with code 0\n2025-08-01 18:07:43.764 [info] [command][21925b3b-6fb9-4624-ac2f-4798ba25c196] Socket close event received\n2025-08-01 18:07:43.764 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][06e26134-690c-4059-88e2-62ea8eaa7c3b] socks connection closed\n2025-08-01 18:07:43.789 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57276 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:08:43.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:08:43.767 [info] [command][430eaeef-9a87-4e50-8e06-cbd7d37bebbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""430eaeef-9a87-4e50-8e06-cbd7d37bebbb""}\n2025-08-01 18:08:43.767 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][51e77693-a6e3-44fc-813e-bfd2091fc95f] received connection request\n2025-08-01 18:08:43.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:08:43.791 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][51e77693-a6e3-44fc-813e-bfd2091fc95f] socks forwarding established\n2025-08-01 18:08:43.817 [info] [command][430eaeef-9a87-4e50-8e06-cbd7d37bebbb] Process exited with code 0\n2025-08-01 18:08:43.818 [info] [command][430eaeef-9a87-4e50-8e06-cbd7d37bebbb] Socket close event received\n2025-08-01 18:08:43.818 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][51e77693-a6e3-44fc-813e-bfd2091fc95f] socks connection closed\n2025-08-01 18:08:43.842 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57295 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:09:43.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:09:43.824 [info] [command][4012d19b-682a-4765-80f4-f43cdcd80fa1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""4012d19b-682a-4765-80f4-f43cdcd80fa1""}\n2025-08-01 18:09:43.824 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][b44b47de-a5e0-4993-b420-705ebb641821] received connection request\n2025-08-01 18:09:43.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:09:43.852 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b44b47de-a5e0-4993-b420-705ebb641821] socks forwarding established\n2025-08-01 18:09:43.881 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][b44b47de-a5e0-4993-b420-705ebb641821] socks connection closed\n2025-08-01 18:09:43.881 [info] [command][4012d19b-682a-4765-80f4-f43cdcd80fa1] Process exited with code 0\n2025-08-01 18:09:43.881 [info] [command][4012d19b-682a-4765-80f4-f43cdcd80fa1] Socket close event received\n2025-08-01 18:09:43.906 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57312 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:10:43.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:10:43.887 [info] [command][b486b288-946a-4c23-a33d-f761ccb230d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""b486b288-946a-4c23-a33d-f761ccb230d1""}\n2025-08-01 18:10:43.888 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][96fbbe0f-0b28-49fc-bdef-e0d15ea31a41] received connection request\n2025-08-01 18:10:43.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:10:43.917 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][96fbbe0f-0b28-49fc-bdef-e0d15ea31a41] socks forwarding established\n2025-08-01 18:10:43.945 [info] [command][b486b288-946a-4c23-a33d-f761ccb230d1] Process exited with code 0\n2025-08-01 18:10:43.946 [info] [command][b486b288-946a-4c23-a33d-f761ccb230d1] Socket close event received\n2025-08-01 18:10:43.946 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][96fbbe0f-0b28-49fc-bdef-e0d15ea31a41] socks connection closed\n2025-08-01 18:10:43.971 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57340 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:11:43.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:11:43.953 [info] [command][7065136f-29f4-474a-bf7a-92c790d3f454] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""7065136f-29f4-474a-bf7a-92c790d3f454""}\n2025-08-01 18:11:43.954 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][12576fe6-da35-49b6-88b9-90a9591bcdb8] received connection request\n2025-08-01 18:11:43.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:11:43.979 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][12576fe6-da35-49b6-88b9-90a9591bcdb8] socks forwarding established\n2025-08-01 18:11:44.006 [info] [command][7065136f-29f4-474a-bf7a-92c790d3f454] Process exited with code 0\n2025-08-01 18:11:44.007 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][12576fe6-da35-49b6-88b9-90a9591bcdb8] socks connection closed\n2025-08-01 18:11:44.007 [info] [command][7065136f-29f4-474a-bf7a-92c790d3f454] Socket close event received\n2025-08-01 18:11:44.033 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57353 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:12:44.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:12:44.014 [info] [command][2f9155b1-2d2e-4669-8950-59496dbf4913] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""2f9155b1-2d2e-4669-8950-59496dbf4913""}\n2025-08-01 18:12:44.015 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][ee8a2026-6486-4db5-8b53-c40af2f6da45] received connection request\n2025-08-01 18:12:44.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:12:44.127 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ee8a2026-6486-4db5-8b53-c40af2f6da45] socks forwarding established\n2025-08-01 18:12:44.163 [info] [command][2f9155b1-2d2e-4669-8950-59496dbf4913] Process exited with code 0\n2025-08-01 18:12:44.163 [info] [command][2f9155b1-2d2e-4669-8950-59496dbf4913] Socket close event received\n2025-08-01 18:12:44.163 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][ee8a2026-6486-4db5-8b53-c40af2f6da45] socks connection closed\n2025-08-01 18:12:44.189 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55014 for 127.0.0.1 port 42525, connect from 127.0.0.1 port 57384 to 127.0.0.1 port 55014, nchannels 6\n\n2025-08-01 18:13:19.041 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-01 18:13:19.041 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-01 18:13:19.045 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][1fdea403-d914-4c45-8f4f-7700404f38a6] received connection request\n2025-08-01 18:13:19.047 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][0f87d090-87cf-4135-9892-cf29a0996fb8] received connection request\n2025-08-01 18:13:19.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:14:48.449 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-01 18:14:48.449 [error] Failed to connect to Cursor server at http://127.0.0.1:55017, attempt 1 of 3 This operation was aborted\n2025-08-01 18:14:48.450 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55018\n2025-08-01 18:14:48.451 [error] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][1fdea403-d914-4c45-8f4f-7700404f38a6] error while creating socks forwarding Proxy connection timed out\n2025-08-01 18:14:48.451 [error] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][0f87d090-87cf-4135-9892-cf29a0996fb8] error while creating socks forwarding Proxy connection timed out\n2025-08-01 18:14:48.452 [info] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:42525][7593d2ac-9c64-4ac4-8017-e56dddcd3b2e] received connection request\n2025-08-01 18:14:48.453 [info] [command][1fedf0ab-e2f2-4d55-bb88-8512da2dde6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ab38bd6-aac1-48b4-a82e-3c29bd5e4342"",""id"":""1fedf0ab-e2f2-4d55-bb88-8512da2dde6e""}\n2025-08-01 18:14:48.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:14:48.455 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:42663][5651c30a-8b1b-4ce4-bc11-7fb32c3ae687] received connection request\n2025-08-01 18:14:48.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 55014 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-01 18:14:48.522 [info] Terminating existing SSH process with pid: 18333\n2025-08-01 18:14:48.522 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-01 18:14:48.522 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-01 18:14:48.523 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:14:48.523 [error] [forwarding][multiplex][127.0.0.1:55018 -> 127.0.0.1:55014 -> 127.0.0.1:42525][7593d2ac-9c64-4ac4-8017-e56dddcd3b2e] error while creating socks forwarding Socket closed\n2025-08-01 18:14:48.523 [error] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][5651c30a-8b1b-4ce4-bc11-7fb32c3ae687] error while creating socks forwarding Socket closed\n2025-08-01 18:14:48.523 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][f4699ad3-4fbd-4003-b011-bbd947cc160d] socks connection closed\n2025-08-01 18:14:48.523 [info] [forwarding][code][127.0.0.1:55017 -> 127.0.0.1:55014 -> 127.0.0.1:42663][c25a3116-bfcf-44fb-ba9e-48710744c503] socks connection closed\n2025-08-01 18:14:48.523 [info] [command][1fedf0ab-e2f2-4d55-bb88-8512da2dde6e] Socket end event received\n2025-08-01 18:14:48.524 [info] [command][1fedf0ab-e2f2-4d55-bb88-8512da2dde6e] Socket close event received\n2025-08-01 18:14:48.526 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37384.sh"" | ssh -v -T -D 57403 login.haicore.berlin bash --login -c bash\n2025-08-01 18:14:48.527 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:14:48.527 [info] Waiting for server to install via process(20937)...\n2025-08-01 18:14:48.534 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:14:48.535 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:14:48.535 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:14:48.535 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:14:48.536 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:14:48.537 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:14:48.538 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:14:48.538 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:14:48.538 [info] Retrying connection in 5 seconds...\n2025-08-01 18:14:49.451 [error] Failed to connect to Cursor server at http://127.0.0.1:55017, attempt 2 of 3 This operation was aborted\n2025-08-01 18:14:50.460 [error] Failed to connect to Cursor server at http://127.0.0.1:55017, attempt 3 of 3 This operation was aborted\n2025-08-01 18:14:50.460 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-01 18:14:50.460 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-01 18:14:53.549 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37384.sh\n2025-08-01 18:14:53.550 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:14:53.555 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73807.sh"" | ssh -v -T -D 57406 login.haicore.berlin bash --login -c bash\n2025-08-01 18:14:53.555 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:14:53.555 [info] Waiting for server to install via process(20946)...\n2025-08-01 18:14:53.569 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:14:53.570 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:14:53.572 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:14:53.573 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:14:53.573 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:14:53.573 [info] Retrying connection in 5 seconds...\n2025-08-01 18:14:58.581 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73807.sh\n2025-08-01 18:14:58.582 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:14:58.587 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_728.sh"" | ssh -v -T -D 57409 login.haicore.berlin bash --login -c bash\n2025-08-01 18:14:58.587 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:14:58.587 [info] Waiting for server to install via process(20950)...\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:14:58.608 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:14:58.611 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:14:58.611 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:14:58.612 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:14:58.612 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:03.615 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_728.sh\n2025-08-01 18:15:03.616 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:03.621 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3975.sh"" | ssh -v -T -D 57416 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:03.622 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:03.622 [info] Waiting for server to install via process(20957)...\n2025-08-01 18:15:03.640 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:03.641 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:03.643 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:03.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:03.644 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:03.644 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:08.655 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3975.sh\n2025-08-01 18:15:08.655 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:08.658 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79885.sh"" | ssh -v -T -D 57419 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:08.658 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:08.658 [info] Waiting for server to install via process(20962)...\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:08.669 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:08.671 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:08.671 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:08.671 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:08.671 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:31.887 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79885.sh\n2025-08-01 18:15:31.888 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:31.890 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44403.sh"" | ssh -v -T -D 57420 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:31.890 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:31.890 [info] Waiting for server to install via process(20965)...\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:31.904 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:31.906 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:31.907 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:31.907 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:31.907 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:36.918 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44403.sh\n2025-08-01 18:15:36.920 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:36.925 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28259.sh"" | ssh -v -T -D 57425 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:36.925 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:36.925 [info] Waiting for server to install via process(20971)...\n2025-08-01 18:15:36.946 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:36.946 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:36.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:36.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:36.947 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:36.949 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:36.949 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:36.950 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:36.950 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:41.955 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28259.sh\n2025-08-01 18:15:41.956 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:41.960 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76572.sh"" | ssh -v -T -D 57426 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:41.960 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:41.960 [info] Waiting for server to install via process(20977)...\n2025-08-01 18:15:41.984 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:41.984 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:41.984 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:41.985 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:41.985 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:41.985 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:41.992 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:41.993 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:41.993 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:41.993 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:47.001 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76572.sh\n2025-08-01 18:15:47.001 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:47.003 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66890.sh"" | ssh -v -T -D 57427 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:47.004 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:47.004 [info] Waiting for server to install via process(20983)...\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:47.012 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:47.014 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:47.014 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:47.014 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:47.014 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:52.014 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66890.sh\n2025-08-01 18:15:52.014 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:52.017 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64062.sh"" | ssh -v -T -D 57428 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:52.017 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:52.017 [info] Waiting for server to install via process(20989)...\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:52.027 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:52.028 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:52.029 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:52.029 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:52.030 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:52.030 [info] Retrying connection in 5 seconds...\n2025-08-01 18:15:57.030 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64062.sh\n2025-08-01 18:15:57.030 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:15:57.031 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66280.sh"" | ssh -v -T -D 57429 login.haicore.berlin bash --login -c bash\n2025-08-01 18:15:57.032 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:15:57.032 [info] Waiting for server to install via process(20994)...\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:15:57.039 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:15:57.040 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:15:57.041 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:15:57.041 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:15:57.041 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:15:57.041 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:02.046 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66280.sh\n2025-08-01 18:16:02.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:02.048 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_42634.sh"" | ssh -v -T -D 57430 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:02.048 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:02.048 [info] Waiting for server to install via process(20998)...\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:02.056 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:02.057 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:02.058 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:02.058 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:02.058 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:07.068 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_42634.sh\n2025-08-01 18:16:07.069 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:07.070 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97640.sh"" | ssh -v -T -D 57431 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:07.070 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:07.070 [info] Waiting for server to install via process(21003)...\n2025-08-01 18:16:07.077 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:07.077 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:07.077 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:07.078 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:07.078 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:07.078 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:07.079 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:07.080 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:07.080 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:07.080 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:26.380 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97640.sh\n2025-08-01 18:16:26.381 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:26.383 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26785.sh"" | ssh -v -T -D 57434 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:26.383 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:26.383 [info] Waiting for server to install via process(21007)...\n2025-08-01 18:16:26.395 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:26.395 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:26.395 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:26.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:26.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:26.396 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:26.398 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:26.398 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:26.398 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:26.399 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:31.409 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26785.sh\n2025-08-01 18:16:31.410 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:31.414 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60438.sh"" | ssh -v -T -D 57437 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:31.414 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:31.414 [info] Waiting for server to install via process(21014)...\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:31.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:31.431 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:31.433 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:31.434 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:31.434 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:31.434 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:36.435 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60438.sh\n2025-08-01 18:16:36.435 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:36.441 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21118.sh"" | ssh -v -T -D 57438 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:36.441 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:36.441 [info] Waiting for server to install via process(21019)...\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:36.456 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:36.458 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:36.459 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:36.459 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:36.459 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:47.444 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21118.sh\n2025-08-01 18:16:47.444 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:47.522 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28907.sh"" | ssh -v -T -D 57439 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:47.522 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:47.522 [info] Waiting for server to install via process(21022)...\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:47.528 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:47.530 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:47.530 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:47.530 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:47.530 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:52.540 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28907.sh\n2025-08-01 18:16:52.540 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:52.543 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48488.sh"" | ssh -v -T -D 57442 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:52.544 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:52.544 [info] Waiting for server to install via process(21027)...\n2025-08-01 18:16:52.565 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:52.566 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:52.568 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:52.569 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:52.570 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:52.570 [info] Retrying connection in 5 seconds...\n2025-08-01 18:16:57.579 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48488.sh\n2025-08-01 18:16:57.580 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:16:57.587 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68444.sh"" | ssh -v -T -D 57443 login.haicore.berlin bash --login -c bash\n2025-08-01 18:16:57.587 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:16:57.587 [info] Waiting for server to install via process(21032)...\n2025-08-01 18:16:57.610 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:16:57.611 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:16:57.617 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:16:57.617 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:16:57.618 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:16:57.618 [info] Retrying connection in 5 seconds...\n2025-08-01 18:22:53.200 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68444.sh\n2025-08-01 18:22:53.200 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Y6eAsY/socket.sock\n2025-08-01 18:22:53.201 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68384.sh"" | ssh -v -T -D 57444 login.haicore.berlin bash --login -c bash\n2025-08-01 18:22:53.201 [info] Started installation script. Waiting for it to finish...\n2025-08-01 18:22:53.201 [info] Waiting for server to install via process(21038)...\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-01 18:22:53.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-01 18:22:53.217 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-01 18:22:53.219 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-01 18:22:53.219 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-01 18:22:53.219 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:22:53.219 [error] Failed to connect after 20 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-01 18:22:53.219 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68384.sh\n2025-08-01 18:22:53.220 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 06:59:16.195 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 06:59:16.201 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 06:59:16.202 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 06:59:16.204 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 06:59:16.207 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77732.sh"" | ssh -v -T -D 58075 login.haicore.berlin bash --login -c bash\n2025-08-02 06:59:16.207 [info] Started installation script. Waiting for it to finish...\n2025-08-02 06:59:16.207 [info] Waiting for server to install via process(21913)...\n2025-08-02 06:59:16.213 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 06:59:16.213 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 06:59:16.214 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 06:59:17.028 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 06:59:17.029 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 06:59:17.029 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 06:59:17.312 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 06:59:17.314 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 06:59:17.314 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 06:59:17.599 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 06:59:17.600 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 06:59:17.726 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 06:59:17.726 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 06:59:17.726 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 06:59:17.728 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 06:59:17.728 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 06:59:18.102 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 06:59:18.821 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 06:59:18.825 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 06:59:18.825 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 06:59:19.222 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 06:59:19.482 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58075 forwarded to remote address socks:0\n\n2025-08-02 06:59:19.483 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58075.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58075.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 06:59:19.483 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 06:59:19.670 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 06:59:19.671 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 06:59:19.677 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-02 06:59:19.677 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 06:59:19.818 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 06:59:20.940 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 06:59:20.999 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 06:59:20.999 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 06:59:21.004 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 06:59:21.072 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 06:59:21.088 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 06:59:21.104 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 06:59:21.104 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 06:59:21.361 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b5c6d02d-79eb-4470-afd4-e5a81365e36e\nMultiplex server started with PID 801257 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 06:59:21.912 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 06:59:21.925 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 801281 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 06:59:22.077 [info] (ssh_tunnel) stdout: 06b4d827961d4add02d169ed: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45837==\nmultiplexConnectionToken==b5c6d02d-79eb-4470-afd4-e5a81365e36e==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n06b4d827961d4add02d169ed: end\n\n2025-08-02 06:59:22.077 [info] Server install command exit code: 0\n2025-08-02 06:59:22.077 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77732.sh\n2025-08-02 06:59:22.078 [info] [forwarding][code] creating new forwarding server\n2025-08-02 06:59:22.078 [info] [forwarding][code] server listening on 127.0.0.1:58093\n2025-08-02 06:59:22.078 [info] [forwarding][code] Set up server\n2025-08-02 06:59:22.078 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 06:59:22.078 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 06:59:22.078 [info] [forwarding][multiplex] server listening on 127.0.0.1:58094\n2025-08-02 06:59:22.078 [info] [forwarding][multiplex] Set up server\n2025-08-02 06:59:22.079 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b5c6d02d-79eb-4470-afd4-e5a81365e36e\n2025-08-02 06:59:22.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 06:59:22.080 [info] [remote-ssh] Resolved exec server. Socks port: 58075\n2025-08-02 06:59:22.080 [info] Setting up 0 default forwarded ports\n2025-08-02 06:59:22.080 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58093,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 58075\n2025-08-02 06:59:22.080 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 06:59:22.081 [info] [command][5eeb6577-1813-4631-81fc-33daf8a1a7b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""5eeb6577-1813-4631-81fc-33daf8a1a7b9""}\n2025-08-02 06:59:22.082 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][a3ce9411-918c-4226-bc17-b3c8ade14ee3] received connection request\n2025-08-02 06:59:22.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 06:59:22.122 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][89f92b1e-b2f7-4794-8c65-c6bb11d903d3] received connection request\n2025-08-02 06:59:22.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 06:59:22.235 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][a3ce9411-918c-4226-bc17-b3c8ade14ee3] socks forwarding established\n2025-08-02 06:59:22.257 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][89f92b1e-b2f7-4794-8c65-c6bb11d903d3] socks forwarding established\n2025-08-02 06:59:22.385 [info] [command][5eeb6577-1813-4631-81fc-33daf8a1a7b9] Process exited with code 0\n2025-08-02 06:59:22.385 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][a3ce9411-918c-4226-bc17-b3c8ade14ee3] socks connection closed\n2025-08-02 06:59:22.385 [info] [command][5eeb6577-1813-4631-81fc-33daf8a1a7b9] Socket close event received\n2025-08-02 06:59:22.404 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][92a627e9-72d8-4a29-b47d-8a97d37d5fa7] received connection request\n2025-08-02 06:59:22.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 06:59:22.490 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58096 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 06:59:22.510 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][92a627e9-72d8-4a29-b47d-8a97d37d5fa7] socks forwarding established\n2025-08-02 06:59:22.944 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 07:00:22.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:00:22.393 [info] [command][91239556-7237-4b18-81f0-2bf540ca7120] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""91239556-7237-4b18-81f0-2bf540ca7120""}\n2025-08-02 07:00:22.395 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][f43cc582-0dfc-4249-9f19-293560265e4b] received connection request\n2025-08-02 07:00:22.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:00:22.498 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][f43cc582-0dfc-4249-9f19-293560265e4b] socks forwarding established\n2025-08-02 07:00:22.597 [info] [command][91239556-7237-4b18-81f0-2bf540ca7120] Process exited with code 0\n2025-08-02 07:00:22.597 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][f43cc582-0dfc-4249-9f19-293560265e4b] socks connection closed\n2025-08-02 07:00:22.597 [info] [command][91239556-7237-4b18-81f0-2bf540ca7120] Socket close event received\n2025-08-02 07:00:22.752 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58416 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:01:22.599 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:01:22.601 [info] [command][9791784a-139f-4598-8951-2b51ca2d0cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""9791784a-139f-4598-8951-2b51ca2d0cae""}\n2025-08-02 07:01:22.601 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][30ff2853-b4a9-49c3-9062-3540c300f651] received connection request\n2025-08-02 07:01:22.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:01:22.745 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][30ff2853-b4a9-49c3-9062-3540c300f651] socks forwarding established\n2025-08-02 07:01:22.849 [info] [command][9791784a-139f-4598-8951-2b51ca2d0cae] Process exited with code 0\n2025-08-02 07:01:22.849 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][30ff2853-b4a9-49c3-9062-3540c300f651] socks connection closed\n2025-08-02 07:01:22.849 [info] [command][9791784a-139f-4598-8951-2b51ca2d0cae] Socket close event received\n2025-08-02 07:01:22.934 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58440 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:02:22.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:02:22.853 [info] [command][deeb11f6-fbea-4a07-916e-789a6e39fe4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""deeb11f6-fbea-4a07-916e-789a6e39fe4a""}\n2025-08-02 07:02:22.853 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][d7271846-a668-4a17-ae84-74b87fcacb63] received connection request\n2025-08-02 07:02:22.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:02:22.994 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][d7271846-a668-4a17-ae84-74b87fcacb63] socks forwarding established\n2025-08-02 07:02:23.089 [info] [command][deeb11f6-fbea-4a07-916e-789a6e39fe4a] Process exited with code 0\n2025-08-02 07:02:23.089 [info] [command][deeb11f6-fbea-4a07-916e-789a6e39fe4a] Socket close event received\n2025-08-02 07:02:23.090 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][d7271846-a668-4a17-ae84-74b87fcacb63] socks connection closed\n2025-08-02 07:02:23.179 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58479 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:03:23.094 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:03:23.098 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][e4a437a4-87b7-4207-84ab-1b73a50c2ca0] received connection request\n2025-08-02 07:03:23.099 [info] [command][591f28b3-b113-4d96-b37f-0086e8804807] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""591f28b3-b113-4d96-b37f-0086e8804807""}\n2025-08-02 07:03:23.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:03:23.242 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][e4a437a4-87b7-4207-84ab-1b73a50c2ca0] socks forwarding established\n2025-08-02 07:03:23.349 [info] [command][591f28b3-b113-4d96-b37f-0086e8804807] Process exited with code 0\n2025-08-02 07:03:23.349 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][e4a437a4-87b7-4207-84ab-1b73a50c2ca0] socks connection closed\n2025-08-02 07:03:23.349 [info] [command][591f28b3-b113-4d96-b37f-0086e8804807] Socket close event received\n2025-08-02 07:03:23.444 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58540 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:04:23.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:04:23.358 [info] [command][f5ef5fd0-f017-48bc-b4bd-083b0a71c329] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""f5ef5fd0-f017-48bc-b4bd-083b0a71c329""}\n2025-08-02 07:04:23.358 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][abf91011-2c7f-4232-9034-eaddf3e3d4a7] received connection request\n2025-08-02 07:04:23.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:04:23.463 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][abf91011-2c7f-4232-9034-eaddf3e3d4a7] socks forwarding established\n2025-08-02 07:04:23.567 [info] [command][f5ef5fd0-f017-48bc-b4bd-083b0a71c329] Process exited with code 0\n2025-08-02 07:04:23.568 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][abf91011-2c7f-4232-9034-eaddf3e3d4a7] socks connection closed\n2025-08-02 07:04:23.568 [info] [command][f5ef5fd0-f017-48bc-b4bd-083b0a71c329] Socket close event received\n2025-08-02 07:04:23.660 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45837, connect from 127.0.0.1 port 58582 to 127.0.0.1 port 58075, nchannels 6\n\n2025-08-02 07:05:02.194 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 07:05:02.194 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 07:05:02.211 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][563d9e0a-7814-4d21-ad4c-e0b8cf5660f8] received connection request\n2025-08-02 07:05:02.227 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][d1c828c7-e78a-4801-ba1d-c832dfe9a560] received connection request\n2025-08-02 07:05:02.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\n\n2025-08-02 07:05:02.238 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58075 forwarding to socks port 0 requested.\n\n2025-08-02 07:05:02.238 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:05:02.411 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 58075 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 58100 to 127.0.0.1 port 58075, nchannels 7\n\n2025-08-02 07:05:02.412 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][92a627e9-72d8-4a29-b47d-8a97d37d5fa7] socks connection closed\n2025-08-02 07:05:02.416 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][563d9e0a-7814-4d21-ad4c-e0b8cf5660f8] socks forwarding established\n2025-08-02 07:05:02.416 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][d1c828c7-e78a-4801-ba1d-c832dfe9a560] socks forwarding established\n2025-08-02 07:18:07.522 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 07:18:07.523 [error] Failed to connect to Cursor server at http://127.0.0.1:58093, attempt 1 of 3 This operation was aborted\n2025-08-02 07:18:07.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:18:07.546 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:45837][a4a7f4ad-8ae9-46ba-b222-5fdc892c4137] received connection request\n2025-08-02 07:18:07.546 [info] [command][07ade36e-da61-4cc6-8f79-37209cdeabbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5c6d02d-79eb-4470-afd4-e5a81365e36e"",""id"":""07ade36e-da61-4cc6-8f79-37209cdeabbb""}\n2025-08-02 07:18:07.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:07.555 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:45807][6c5ab813-3605-4ff6-b7ca-121bba18373b] received connection request\n2025-08-02 07:18:07.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 58075 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:07.675 [info] Terminating existing SSH process with pid: 21913\n2025-08-02 07:18:07.675 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 07:18:07.675 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 07:18:07.675 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][563d9e0a-7814-4d21-ad4c-e0b8cf5660f8] socks connection closed\n2025-08-02 07:18:07.676 [error] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58075 -> 127.0.0.1:45837][a4a7f4ad-8ae9-46ba-b222-5fdc892c4137] error while creating socks forwarding Socket closed\n2025-08-02 07:18:07.676 [error] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][6c5ab813-3605-4ff6-b7ca-121bba18373b] error while creating socks forwarding Socket closed\n2025-08-02 07:18:07.676 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][89f92b1e-b2f7-4794-8c65-c6bb11d903d3] socks connection closed\n2025-08-02 07:18:07.676 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58075 -> 127.0.0.1:45807][d1c828c7-e78a-4801-ba1d-c832dfe9a560] socks connection closed\n2025-08-02 07:18:07.676 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:07.676 [info] [command][07ade36e-da61-4cc6-8f79-37209cdeabbb] Socket end event received\n2025-08-02 07:18:07.677 [info] [command][07ade36e-da61-4cc6-8f79-37209cdeabbb] Socket close event received\n2025-08-02 07:18:07.679 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23653.sh"" | ssh -v -T -D 58604 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:07.680 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:07.680 [info] Waiting for server to install via process(22216)...\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:07.696 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:07.700 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:07.707 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:07.708 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:07.708 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:07.708 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:08.526 [error] Failed to connect to Cursor server at http://127.0.0.1:58093, attempt 2 of 3 This operation was aborted\n2025-08-02 07:18:09.532 [error] Failed to connect to Cursor server at http://127.0.0.1:58093, attempt 3 of 3 This operation was aborted\n2025-08-02 07:18:09.534 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 07:18:09.534 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 07:18:12.714 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23653.sh\n2025-08-02 07:18:12.715 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:12.720 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64226.sh"" | ssh -v -T -D 58608 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:12.720 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:12.720 [info] Waiting for server to install via process(22237)...\n2025-08-02 07:18:12.731 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:18:12.732 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:12.732 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:12.732 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:12.733 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:12.734 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:12.734 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:17.738 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64226.sh\n2025-08-02 07:18:17.739 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:17.746 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26284.sh"" | ssh -v -T -D 58614 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:17.746 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:17.746 [info] Waiting for server to install via process(22244)...\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:17.760 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:17.761 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:17.762 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:17.762 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:17.762 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:22.767 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26284.sh\n2025-08-02 07:18:22.768 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:22.770 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39886.sh"" | ssh -v -T -D 58619 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:22.771 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:22.771 [info] Waiting for server to install via process(22249)...\n2025-08-02 07:18:22.789 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:22.790 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:22.791 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:22.791 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:22.791 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:27.793 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39886.sh\n2025-08-02 07:18:27.795 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:27.798 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34278.sh"" | ssh -v -T -D 58624 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:27.798 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:27.798 [info] Waiting for server to install via process(22254)...\n2025-08-02 07:18:27.812 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 07:18:27.812 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:27.813 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:27.814 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:27.814 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:27.814 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:32.819 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34278.sh\n2025-08-02 07:18:32.820 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:32.822 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_98222.sh"" | ssh -v -T -D 58635 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:32.822 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:32.822 [info] Waiting for server to install via process(22261)...\n2025-08-02 07:18:32.837 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:18:32.837 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:32.838 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:32.838 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:32.838 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:35.030 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 07:18:35.031 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 07:18:35.031 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 07:18:35.031 [info] Retrying connection in 5 seconds...\n2025-08-02 07:18:40.036 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_98222.sh\n2025-08-02 07:18:40.037 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-VspDIr/socket.sock\n2025-08-02 07:18:40.043 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23433.sh"" | ssh -v -T -D 58716 login.haicore.berlin bash --login -c bash\n2025-08-02 07:18:40.043 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:18:40.043 [info] Waiting for server to install via process(22275)...\n2025-08-02 07:18:40.060 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:18:40.061 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:18:40.267 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 07:18:40.268 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 07:18:40.268 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 07:18:40.378 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 07:18:40.380 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 07:18:40.381 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 07:18:40.463 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 07:18:40.464 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 07:18:40.595 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 07:18:40.596 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 07:18:40.596 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 07:18:40.598 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 07:18:40.858 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 07:18:40.946 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 07:18:40.949 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 07:18:40.949 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:18:41.108 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:18:41.228 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58716 forwarded to remote address socks:0\n\n2025-08-02 07:18:41.229 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58716.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58716.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 07:18:41.229 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 07:18:41.406 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 07:18:41.413 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 07:18:41.420 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 07:18:41.501 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 07:18:41.946 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 07:18:41.986 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:41.991 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 07:18:41.995 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 07:18:42.011 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:18:42.031 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 07:18:42.033 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:18:42.033 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-02 07:18:42.039 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:18:42.051 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 56f061c0-3fb0-40ec-9e29-296c4a2dda21\nMultiplex server started with PID 998223 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:18:42.551 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 07:18:42.569 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:42.571 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 998247 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:42.572 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:43.083 [info] (ssh_tunnel) stdout: e37868ce464d3bd5dd2fd2be: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==33123==\nmultiplexConnectionToken==56f061c0-3fb0-40ec-9e29-296c4a2dda21==\ncodeListeningOn==38705==\ncodeConnectionToken==0beb28a4-df4f-46be-be70-10a9f9eb01bb==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\ne37868ce464d3bd5dd2fd2be: end\n\n2025-08-02 07:18:43.084 [info] Server install command exit code: 0\n2025-08-02 07:18:43.084 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23433.sh\n2025-08-02 07:18:43.085 [info] [forwarding][code] returning existing forwarding server listening on local port 58093\n2025-08-02 07:18:43.085 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 0beb28a4-df4f-46be-be70-10a9f9eb01bb\n2025-08-02 07:18:43.085 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58094\n2025-08-02 07:18:43.085 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 56f061c0-3fb0-40ec-9e29-296c4a2dda21\n2025-08-02 07:18:43.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:18:43.086 [info] [remote-ssh] Resolved exec server. Socks port: 58716\n2025-08-02 07:18:43.086 [info] Setting up 0 default forwarded ports\n2025-08-02 07:18:43.087 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58093,""connectionToken"":""0beb28a4-df4f-46be-be70-10a9f9eb01bb"",""extensionHostEnv"":{}}. Socks port: 58716\n2025-08-02 07:18:43.087 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:18:43.088 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][db2314b3-0cc2-4e2f-9ae5-e453562d8723] received connection request\n2025-08-02 07:18:43.088 [info] [command][8b081f84-5216-40d0-91b3-191504b25add] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""8b081f84-5216-40d0-91b3-191504b25add""}\n2025-08-02 07:18:43.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:43.213 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][db2314b3-0cc2-4e2f-9ae5-e453562d8723] socks forwarding established\n2025-08-02 07:18:43.300 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 07:18:43.303 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:38705][5399f1a7-9dd8-413d-b3a0-5d5101ef8299] received connection request\n2025-08-02 07:18:43.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\n\n2025-08-02 07:18:43.306 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:43.336 [info] [command][8b081f84-5216-40d0-91b3-191504b25add] Process exited with code 0\n2025-08-02 07:18:43.336 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][db2314b3-0cc2-4e2f-9ae5-e453562d8723] socks connection closed\n2025-08-02 07:18:43.336 [info] [command][8b081f84-5216-40d0-91b3-191504b25add] Socket close event received\n2025-08-02 07:18:43.421 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58746 to 127.0.0.1 port 58716, nchannels 5\n\n2025-08-02 07:18:43.421 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][5399f1a7-9dd8-413d-b3a0-5d5101ef8299] socks forwarding established\n2025-08-02 07:18:43.562 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:38705][76f32679-b6ef-4cb7-aa02-69304f565c3b] received connection request\n2025-08-02 07:18:43.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\n\n2025-08-02 07:18:43.562 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:18:43.650 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][76f32679-b6ef-4cb7-aa02-69304f565c3b] socks forwarding established\n2025-08-02 07:18:43.756 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][5399f1a7-9dd8-413d-b3a0-5d5101ef8299] socks connection closed\n2025-08-02 07:18:43.851 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 38705, connect from 127.0.0.1 port 58752 to 127.0.0.1 port 58716, nchannels 5\n\n2025-08-02 07:18:44.175 [info] [forwarding][code][127.0.0.1:58093 -> 127.0.0.1:58716 -> 127.0.0.1:38705][76f32679-b6ef-4cb7-aa02-69304f565c3b] socks connection closed\n2025-08-02 07:18:44.262 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 38705, connect from 127.0.0.1 port 58755 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:19:43.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:19:43.344 [info] [command][f08ff611-8d3f-4492-a872-004d4b154fab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""f08ff611-8d3f-4492-a872-004d4b154fab""}\n2025-08-02 07:19:43.345 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][7f2566e6-341a-4f9f-967e-ec0c0711be23] received connection request\n2025-08-02 07:19:43.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:19:43.452 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][7f2566e6-341a-4f9f-967e-ec0c0711be23] socks forwarding established\n2025-08-02 07:19:43.552 [info] [command][f08ff611-8d3f-4492-a872-004d4b154fab] Process exited with code 0\n2025-08-02 07:19:43.553 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][7f2566e6-341a-4f9f-967e-ec0c0711be23] socks connection closed\n2025-08-02 07:19:43.553 [info] [command][f08ff611-8d3f-4492-a872-004d4b154fab] Socket close event received\n2025-08-02 07:19:43.650 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58837 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:20:43.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:20:43.560 [info] [command][6916e085-4007-47d2-9986-083f4c6b78e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""6916e085-4007-47d2-9986-083f4c6b78e9""}\n2025-08-02 07:20:43.561 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][e4550e21-65a4-46ce-aa26-0621eb048ff4] received connection request\n2025-08-02 07:20:43.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:20:43.671 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][e4550e21-65a4-46ce-aa26-0621eb048ff4] socks forwarding established\n2025-08-02 07:20:43.793 [info] [command][6916e085-4007-47d2-9986-083f4c6b78e9] Process exited with code 0\n2025-08-02 07:20:43.793 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][e4550e21-65a4-46ce-aa26-0621eb048ff4] socks connection closed\n2025-08-02 07:20:43.793 [info] [command][6916e085-4007-47d2-9986-083f4c6b78e9] Socket close event received\n2025-08-02 07:20:43.889 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58894 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:21:43.795 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:21:43.798 [info] [command][4f6c46eb-eab7-4906-b2c8-98cb6806109f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""4f6c46eb-eab7-4906-b2c8-98cb6806109f""}\n2025-08-02 07:21:43.798 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][b0a1a2b7-6729-4183-ac43-1bcdc332851b] received connection request\n2025-08-02 07:21:43.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:21:43.916 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][b0a1a2b7-6729-4183-ac43-1bcdc332851b] socks forwarding established\n2025-08-02 07:21:44.030 [info] [command][4f6c46eb-eab7-4906-b2c8-98cb6806109f] Process exited with code 0\n2025-08-02 07:21:44.031 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][b0a1a2b7-6729-4183-ac43-1bcdc332851b] socks connection closed\n2025-08-02 07:21:44.031 [info] [command][4f6c46eb-eab7-4906-b2c8-98cb6806109f] Socket close event received\n2025-08-02 07:21:44.143 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58917 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:22:44.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:22:44.034 [info] [command][89336f18-1232-47de-b27a-e118da6d2a87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""89336f18-1232-47de-b27a-e118da6d2a87""}\n2025-08-02 07:22:44.035 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][0a8458d0-8ba0-49c9-8f8d-7ffc7e0ed356] received connection request\n2025-08-02 07:22:44.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:22:44.134 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][0a8458d0-8ba0-49c9-8f8d-7ffc7e0ed356] socks forwarding established\n2025-08-02 07:22:44.234 [info] [command][89336f18-1232-47de-b27a-e118da6d2a87] Process exited with code 0\n2025-08-02 07:22:44.234 [info] [command][89336f18-1232-47de-b27a-e118da6d2a87] Socket close event received\n2025-08-02 07:22:44.235 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][0a8458d0-8ba0-49c9-8f8d-7ffc7e0ed356] socks connection closed\n2025-08-02 07:22:44.343 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58948 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:23:43.539 [info] (ssh_tunnel) stdout: Code server process 998247 died\n\n2025-08-02 07:23:44.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:23:44.240 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][dca9283c-6569-48a3-a953-5a0095ae4014] received connection request\n2025-08-02 07:23:44.240 [info] [command][950de0e6-d9e9-4403-a19b-fc19c2c47fc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""950de0e6-d9e9-4403-a19b-fc19c2c47fc7""}\n2025-08-02 07:23:44.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:23:44.342 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][dca9283c-6569-48a3-a953-5a0095ae4014] socks forwarding established\n2025-08-02 07:23:44.444 [info] [command][950de0e6-d9e9-4403-a19b-fc19c2c47fc7] Process exited with code 0\n2025-08-02 07:23:44.445 [info] [command][950de0e6-d9e9-4403-a19b-fc19c2c47fc7] Socket close event received\n2025-08-02 07:23:44.447 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][dca9283c-6569-48a3-a953-5a0095ae4014] socks connection closed\n2025-08-02 07:23:44.552 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58973 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:24:44.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58094\n2025-08-02 07:24:44.448 [info] [command][9edc8ed6-b9d0-438c-b19f-52d0d350f365] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""56f061c0-3fb0-40ec-9e29-296c4a2dda21"",""id"":""9edc8ed6-b9d0-438c-b19f-52d0d350f365""}\n2025-08-02 07:24:44.449 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:33123][eddab5a6-997c-41c0-8712-7820549db022] received connection request\n2025-08-02 07:24:44.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 58716 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:24:44.600 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][eddab5a6-997c-41c0-8712-7820549db022] socks forwarding established\n2025-08-02 07:24:44.708 [info] [command][9edc8ed6-b9d0-438c-b19f-52d0d350f365] Process exited with code 0\n2025-08-02 07:24:44.708 [info] [forwarding][multiplex][127.0.0.1:58094 -> 127.0.0.1:58716 -> 127.0.0.1:33123][eddab5a6-997c-41c0-8712-7820549db022] socks connection closed\n2025-08-02 07:24:44.708 [info] [command][9edc8ed6-b9d0-438c-b19f-52d0d350f365] Socket close event received\n2025-08-02 07:24:44.811 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58716 for 127.0.0.1 port 33123, connect from 127.0.0.1 port 58995 to 127.0.0.1 port 58716, nchannels 4\n\n2025-08-02 07:25:14.675 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 07:25:14.682 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vlnn1Y/socket.sock\n2025-08-02 07:25:14.683 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 07:25:14.684 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vlnn1Y/socket.sock\n2025-08-02 07:25:14.688 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86135.sh"" | ssh -v -T -D 59018 login.haicore.berlin bash --login -c bash\n2025-08-02 07:25:14.688 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:25:14.688 [info] Waiting for server to install via process(22491)...\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:25:14.695 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:25:14.878 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 07:25:14.879 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 07:25:14.879 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 07:25:14.988 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 07:25:14.990 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 07:25:14.990 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 07:25:15.086 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 07:25:15.087 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 07:25:15.217 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 07:25:15.218 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 07:25:15.218 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 07:25:15.224 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 07:25:15.224 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 07:25:15.480 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 07:25:15.624 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 07:25:15.627 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 07:25:15.627 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:25:15.747 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 07:25:15.891 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 07:25:16.012 [info] Askpass server received request: POST /\n2025-08-02 07:25:16.012 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 07:25:16.012 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 07:25:24.569 [error] Password authentication cancelled\n2025-08-02 07:25:24.571 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 07:25:27.402 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 07:25:27.407 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EJO7vy/socket.sock\n2025-08-02 07:25:27.408 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 07:25:27.409 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EJO7vy/socket.sock\n2025-08-02 07:25:27.412 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19988.sh"" | ssh -v -T -D 59024 login.haicore.berlin bash --login -c bash\n2025-08-02 07:25:27.412 [info] Started installation script. Waiting for it to finish...\n2025-08-02 07:25:27.412 [info] Waiting for server to install via process(22509)...\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 07:25:27.418 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 07:25:27.527 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 07:25:27.528 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 07:25:27.528 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 07:25:27.632 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 07:25:27.633 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 07:25:27.633 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 07:25:27.732 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 07:25:27.733 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 07:25:27.830 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 07:25:27.831 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 07:25:27.831 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 07:25:27.835 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-08-02 07:25:27.835 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 07:25:27.835 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 07:25:28.079 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 07:25:28.225 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 07:25:28.228 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 07:25:28.229 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:25:28.331 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 07:25:28.478 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:59024 forwarded to remote address socks:0\n\n2025-08-02 07:25:28.478 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 59024.\n\n2025-08-02 07:25:28.478 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 59024.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 07:25:28.479 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 07:25:28.578 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 07:25:28.579 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 07:25:28.585 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-02 07:25:28.585 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 07:25:28.669 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 07:25:29.151 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 07:25:29.191 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:25:29.197 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 07:25:29.201 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 07:25:29.207 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:25:29.226 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 07:25:29.231 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:25:29.237 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 07:25:29.248 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js fc422ce3-8024-46ca-9121-35769ae8c6f2\nMultiplex server started with PID 810831 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 07:25:29.777 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 07:25:29.781 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n4bece4fae34e32bb89375cdd: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\n\n2025-08-02 07:25:29.783 [info] (ssh_tunnel) stdout: errorMessage====\nisFatalError==false==\nmultiplexListeningOn==33959==\nmultiplexConnectionToken==fc422ce3-8024-46ca-9121-35769ae8c6f2==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n\n2025-08-02 07:25:29.876 [info] (ssh_tunnel) stdout: 4bece4fae34e32bb89375cdd: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 07:25:29.877 [info] Server install command exit code: 0\n2025-08-02 07:25:29.877 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19988.sh\n2025-08-02 07:25:29.878 [info] [forwarding][code] creating new forwarding server\n2025-08-02 07:25:29.878 [info] [forwarding][code] server listening on 127.0.0.1:59029\n2025-08-02 07:25:29.878 [info] [forwarding][code] Set up server\n2025-08-02 07:25:29.878 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 07:25:29.878 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 07:25:29.878 [info] [forwarding][multiplex] server listening on 127.0.0.1:59030\n2025-08-02 07:25:29.878 [info] [forwarding][multiplex] Set up server\n2025-08-02 07:25:29.879 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: fc422ce3-8024-46ca-9121-35769ae8c6f2\n2025-08-02 07:25:29.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:25:29.880 [info] [remote-ssh] Resolved exec server. Socks port: 59024\n2025-08-02 07:25:29.881 [info] Setting up 0 default forwarded ports\n2025-08-02 07:25:29.881 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":59029,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 59024\n2025-08-02 07:25:29.885 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][0b059832-aa5a-4f57-8434-89f19c41f8d9] received connection request\n2025-08-02 07:25:29.887 [info] [command][c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18""}\n2025-08-02 07:25:29.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:25:29.906 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][f33ebf0e-b452-4ac0-84c6-da91bde6085d] received connection request\n2025-08-02 07:25:29.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:25:29.998 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0b059832-aa5a-4f57-8434-89f19c41f8d9] socks forwarding established\n2025-08-02 07:25:30.011 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][f33ebf0e-b452-4ac0-84c6-da91bde6085d] socks forwarding established\n2025-08-02 07:25:30.106 [info] [command][c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18] Process exited with code 0\n2025-08-02 07:25:30.106 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0b059832-aa5a-4f57-8434-89f19c41f8d9] socks connection closed\n2025-08-02 07:25:30.106 [info] [command][c1b59d8b-8eaf-4c70-b4a1-9dae0e944a18] Socket close event received\n2025-08-02 07:25:30.119 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][faf56f77-1227-49d8-b6ea-51d797bcd448] received connection request\n2025-08-02 07:25:30.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:25:30.199 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59032 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:25:30.209 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][faf56f77-1227-49d8-b6ea-51d797bcd448] socks forwarding established\n2025-08-02 07:25:30.603 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 07:26:30.111 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:26:30.114 [info] [command][d843117f-a506-4d85-8258-f9e4a87634c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d843117f-a506-4d85-8258-f9e4a87634c1""}\n2025-08-02 07:26:30.116 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7b21ec7e-2907-4e31-9d58-91d343601bb1] received connection request\n2025-08-02 07:26:30.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:26:30.218 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7b21ec7e-2907-4e31-9d58-91d343601bb1] socks forwarding established\n2025-08-02 07:26:30.334 [info] [command][d843117f-a506-4d85-8258-f9e4a87634c1] Process exited with code 0\n2025-08-02 07:26:30.335 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7b21ec7e-2907-4e31-9d58-91d343601bb1] socks connection closed\n2025-08-02 07:26:30.335 [info] [command][d843117f-a506-4d85-8258-f9e4a87634c1] Socket close event received\n2025-08-02 07:26:30.446 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59109 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:27:30.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:27:30.341 [info] [command][9acdf29d-991e-4761-9e65-29d3b8ffb9dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""9acdf29d-991e-4761-9e65-29d3b8ffb9dc""}\n2025-08-02 07:27:30.342 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][15020d02-8ed7-41fd-83c0-703c8d820839] received connection request\n2025-08-02 07:27:30.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:27:30.440 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][15020d02-8ed7-41fd-83c0-703c8d820839] socks forwarding established\n2025-08-02 07:27:30.558 [info] [command][9acdf29d-991e-4761-9e65-29d3b8ffb9dc] Process exited with code 0\n2025-08-02 07:27:30.558 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][15020d02-8ed7-41fd-83c0-703c8d820839] socks connection closed\n2025-08-02 07:27:30.558 [info] [command][9acdf29d-991e-4761-9e65-29d3b8ffb9dc] Socket close event received\n2025-08-02 07:27:30.668 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59138 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:28:30.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:28:30.563 [info] [command][4789a04f-b90a-47f9-a30d-ac71f1d92b72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4789a04f-b90a-47f9-a30d-ac71f1d92b72""}\n2025-08-02 07:28:30.564 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][049b7617-d347-43cc-979b-7913de51e6cd] received connection request\n2025-08-02 07:28:30.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:28:30.679 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][049b7617-d347-43cc-979b-7913de51e6cd] socks forwarding established\n2025-08-02 07:28:30.797 [info] [command][4789a04f-b90a-47f9-a30d-ac71f1d92b72] Process exited with code 0\n2025-08-02 07:28:30.798 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][049b7617-d347-43cc-979b-7913de51e6cd] socks connection closed\n2025-08-02 07:28:30.798 [info] [command][4789a04f-b90a-47f9-a30d-ac71f1d92b72] Socket close event received\n2025-08-02 07:28:30.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59170 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:29:30.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:29:30.806 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][89394b19-5d2b-43f4-a7aa-6a863acb3bf9] received connection request\n2025-08-02 07:29:30.806 [info] [command][5e19ca7b-39cc-48b1-bdbc-5492e14e84ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5e19ca7b-39cc-48b1-bdbc-5492e14e84ae""}\n2025-08-02 07:29:30.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:29:30.946 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][89394b19-5d2b-43f4-a7aa-6a863acb3bf9] socks forwarding established\n2025-08-02 07:29:31.056 [info] [command][5e19ca7b-39cc-48b1-bdbc-5492e14e84ae] Process exited with code 0\n2025-08-02 07:29:31.057 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][89394b19-5d2b-43f4-a7aa-6a863acb3bf9] socks connection closed\n2025-08-02 07:29:31.057 [info] [command][5e19ca7b-39cc-48b1-bdbc-5492e14e84ae] Socket close event received\n2025-08-02 07:29:31.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59186 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:30:31.061 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:30:31.064 [info] [command][3db8cbc5-bd63-41c7-8767-81b993d8f85a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3db8cbc5-bd63-41c7-8767-81b993d8f85a""}\n2025-08-02 07:30:31.065 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][1daf45f3-0619-4d65-bd91-91988003874d] received connection request\n2025-08-02 07:30:31.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:30:31.185 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1daf45f3-0619-4d65-bd91-91988003874d] socks forwarding established\n2025-08-02 07:30:31.291 [info] [command][3db8cbc5-bd63-41c7-8767-81b993d8f85a] Process exited with code 0\n2025-08-02 07:30:31.292 [info] [command][3db8cbc5-bd63-41c7-8767-81b993d8f85a] Socket close event received\n2025-08-02 07:30:31.294 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1daf45f3-0619-4d65-bd91-91988003874d] socks connection closed\n2025-08-02 07:30:31.380 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59229 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:31:31.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:31:31.300 [info] [command][8f5bef77-51fd-494a-a76d-731195f933a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8f5bef77-51fd-494a-a76d-731195f933a5""}\n2025-08-02 07:31:31.302 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e406aca0-9ddd-4a18-9ac8-36fc94b3f534] received connection request\n2025-08-02 07:31:31.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:31:31.412 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e406aca0-9ddd-4a18-9ac8-36fc94b3f534] socks forwarding established\n2025-08-02 07:31:31.541 [info] [command][8f5bef77-51fd-494a-a76d-731195f933a5] Process exited with code 0\n2025-08-02 07:31:31.542 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e406aca0-9ddd-4a18-9ac8-36fc94b3f534] socks connection closed\n2025-08-02 07:31:31.542 [info] [command][8f5bef77-51fd-494a-a76d-731195f933a5] Socket close event received\n2025-08-02 07:31:31.661 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59252 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:32:31.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:32:31.550 [info] [command][1a8067a1-7cd1-4261-96b3-027f2d49d342] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1a8067a1-7cd1-4261-96b3-027f2d49d342""}\n2025-08-02 07:32:31.552 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5159ef7f-b63b-4b8a-8a47-bb1d152b5e42] received connection request\n2025-08-02 07:32:31.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:32:31.638 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5159ef7f-b63b-4b8a-8a47-bb1d152b5e42] socks forwarding established\n2025-08-02 07:32:31.760 [info] [command][1a8067a1-7cd1-4261-96b3-027f2d49d342] Process exited with code 0\n2025-08-02 07:32:31.760 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5159ef7f-b63b-4b8a-8a47-bb1d152b5e42] socks connection closed\n2025-08-02 07:32:31.760 [info] [command][1a8067a1-7cd1-4261-96b3-027f2d49d342] Socket close event received\n2025-08-02 07:32:31.877 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59275 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:33:31.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:33:31.764 [info] [command][71959598-09a3-46b1-9164-667278a039b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""71959598-09a3-46b1-9164-667278a039b6""}\n2025-08-02 07:33:31.764 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][a4368b16-0595-4650-baaa-ab87c8c358a7] received connection request\n2025-08-02 07:33:31.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:33:31.858 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a4368b16-0595-4650-baaa-ab87c8c358a7] socks forwarding established\n2025-08-02 07:33:31.957 [info] [command][71959598-09a3-46b1-9164-667278a039b6] Process exited with code 0\n2025-08-02 07:33:31.958 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a4368b16-0595-4650-baaa-ab87c8c358a7] socks connection closed\n2025-08-02 07:33:31.958 [info] [command][71959598-09a3-46b1-9164-667278a039b6] Socket close event received\n2025-08-02 07:33:32.058 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59309 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:34:31.959 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:34:31.962 [info] [command][1258c719-5996-4b9b-8bae-395e46b4c701] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1258c719-5996-4b9b-8bae-395e46b4c701""}\n2025-08-02 07:34:31.963 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c63c2f95-114e-491e-9949-f95e5e16a3c0] received connection request\n2025-08-02 07:34:31.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:34:32.070 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c63c2f95-114e-491e-9949-f95e5e16a3c0] socks forwarding established\n2025-08-02 07:34:32.187 [info] [command][1258c719-5996-4b9b-8bae-395e46b4c701] Process exited with code 0\n2025-08-02 07:34:32.187 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c63c2f95-114e-491e-9949-f95e5e16a3c0] socks connection closed\n2025-08-02 07:34:32.188 [info] [command][1258c719-5996-4b9b-8bae-395e46b4c701] Socket close event received\n2025-08-02 07:34:32.288 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59338 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:35:32.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:35:32.196 [info] [command][20a2024e-6404-4685-83e9-df9722f8f54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""20a2024e-6404-4685-83e9-df9722f8f54c""}\n2025-08-02 07:35:32.198 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][0c923e91-5d55-4dcf-853a-ac2d5b4e16e9] received connection request\n2025-08-02 07:35:32.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:35:32.296 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0c923e91-5d55-4dcf-853a-ac2d5b4e16e9] socks forwarding established\n2025-08-02 07:35:32.400 [info] [command][20a2024e-6404-4685-83e9-df9722f8f54c] Process exited with code 0\n2025-08-02 07:35:32.401 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0c923e91-5d55-4dcf-853a-ac2d5b4e16e9] socks connection closed\n2025-08-02 07:35:32.401 [info] [command][20a2024e-6404-4685-83e9-df9722f8f54c] Socket close event received\n2025-08-02 07:35:32.494 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59405 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:36:32.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:36:32.409 [info] [command][c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5""}\n2025-08-02 07:36:32.409 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][6b6f461c-c50b-4bb7-8988-d2c2b596b01f] received connection request\n2025-08-02 07:36:32.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:36:32.502 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6b6f461c-c50b-4bb7-8988-d2c2b596b01f] socks forwarding established\n2025-08-02 07:36:32.605 [info] [command][c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5] Process exited with code 0\n2025-08-02 07:36:32.605 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6b6f461c-c50b-4bb7-8988-d2c2b596b01f] socks connection closed\n2025-08-02 07:36:32.606 [info] [command][c6fc863c-ffdd-44d0-a0bd-0fb107b0d1c5] Socket close event received\n2025-08-02 07:36:32.701 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59426 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:37:32.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:37:32.612 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][90672574-acc4-4a73-a11c-6d89c8ec2918] received connection request\n2025-08-02 07:37:32.612 [info] [command][2aa0774c-6f2c-4753-b916-c8a99595c2d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2aa0774c-6f2c-4753-b916-c8a99595c2d1""}\n2025-08-02 07:37:32.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:37:32.695 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][90672574-acc4-4a73-a11c-6d89c8ec2918] socks forwarding established\n2025-08-02 07:37:32.791 [info] [command][2aa0774c-6f2c-4753-b916-c8a99595c2d1] Process exited with code 0\n2025-08-02 07:37:32.791 [info] [command][2aa0774c-6f2c-4753-b916-c8a99595c2d1] Socket close event received\n2025-08-02 07:37:32.796 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][90672574-acc4-4a73-a11c-6d89c8ec2918] socks connection closed\n2025-08-02 07:37:32.882 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59450 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:37:53.236 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][d598daaa-3a46-4a86-9841-3af2e9ff705b] received connection request\n2025-08-02 07:37:53.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:37:53.528 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][d598daaa-3a46-4a86-9841-3af2e9ff705b] socks forwarding established\n2025-08-02 07:37:57.818 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 59454 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:37:57.818 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][d598daaa-3a46-4a86-9841-3af2e9ff705b] socks connection closed\n2025-08-02 07:38:32.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:38:32.806 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][f7d2c52e-f5c2-4363-8e63-7fd81492a37c] received connection request\n2025-08-02 07:38:32.806 [info] [command][8624eba5-1309-4388-9448-7a932dc12608] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8624eba5-1309-4388-9448-7a932dc12608""}\n2025-08-02 07:38:32.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:38:32.897 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f7d2c52e-f5c2-4363-8e63-7fd81492a37c] socks forwarding established\n2025-08-02 07:38:33.020 [info] [command][8624eba5-1309-4388-9448-7a932dc12608] Process exited with code 0\n2025-08-02 07:38:33.020 [info] [command][8624eba5-1309-4388-9448-7a932dc12608] Socket close event received\n2025-08-02 07:38:33.020 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f7d2c52e-f5c2-4363-8e63-7fd81492a37c] socks connection closed\n2025-08-02 07:38:33.125 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59483 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:39:33.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:39:33.025 [info] [command][365cd5a1-d949-4479-8312-e883978533fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""365cd5a1-d949-4479-8312-e883978533fb""}\n2025-08-02 07:39:33.026 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][9e338f1f-59d5-4e56-b767-c55f985310c7] received connection request\n2025-08-02 07:39:33.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:39:33.122 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9e338f1f-59d5-4e56-b767-c55f985310c7] socks forwarding established\n2025-08-02 07:39:33.221 [info] [command][365cd5a1-d949-4479-8312-e883978533fb] Process exited with code 0\n2025-08-02 07:39:33.221 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9e338f1f-59d5-4e56-b767-c55f985310c7] socks connection closed\n2025-08-02 07:39:33.221 [info] [command][365cd5a1-d949-4479-8312-e883978533fb] Socket close event received\n2025-08-02 07:39:33.334 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59516 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:40:33.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:40:33.225 [info] [command][4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a""}\n2025-08-02 07:40:33.227 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][204936ef-b314-4f2f-9d08-77408327ed7e] received connection request\n2025-08-02 07:40:33.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:40:33.321 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][204936ef-b314-4f2f-9d08-77408327ed7e] socks forwarding established\n2025-08-02 07:40:33.422 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][204936ef-b314-4f2f-9d08-77408327ed7e] socks connection closed\n2025-08-02 07:40:33.422 [info] [command][4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a] Process exited with code 0\n2025-08-02 07:40:33.423 [info] [command][4d3ca5c5-29ce-46d8-af64-0a75b56e2c3a] Socket close event received\n2025-08-02 07:40:33.509 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59590 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:33.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:41:33.425 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e2a00f28-8c14-429b-93ac-d8f434ecb32c] received connection request\n2025-08-02 07:41:33.425 [info] [command][3240bc81-6347-46db-9c20-c8171c0003ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3240bc81-6347-46db-9c20-c8171c0003ca""}\n2025-08-02 07:41:33.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:33.520 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2a00f28-8c14-429b-93ac-d8f434ecb32c] socks forwarding established\n2025-08-02 07:41:33.617 [info] [command][3240bc81-6347-46db-9c20-c8171c0003ca] Process exited with code 0\n2025-08-02 07:41:33.618 [info] [command][3240bc81-6347-46db-9c20-c8171c0003ca] Socket close event received\n2025-08-02 07:41:33.619 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2a00f28-8c14-429b-93ac-d8f434ecb32c] socks connection closed\n2025-08-02 07:41:33.710 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59614 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:53.359 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 07:41:53.359 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 07:41:53.359 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 07:41:58.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.447 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59620 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.449 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][eec843cc-4fbe-43f7-b524-05f33a5b815c] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.535 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59622 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.535 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8ad7e356-a043-4ea3-9a98-181dbd3eac12] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.634 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\n\n2025-08-02 07:41:58.634 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59624 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.635 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9175b0ea-e088-4672-b627-b35234851281] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.733 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59626 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.733 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][20e6ecec-85b7-4116-96c3-0178ef748a22] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.833 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59628 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.834 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][628fef43-2f5f-4b12-960a-0ca5e4dde9e3] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:58.928 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59630 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:58.929 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][652c14a6-39d5-42f1-a58c-728f169e4b5b] error while creating socks forwarding Socket closed\n2025-08-02 07:41:58.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:41:58.931 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.027 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59632 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.028 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][eb0461fa-c640-48cd-925b-c69f368985c1] error while creating socks forwarding Socket closed\n2025-08-02 07:41:59.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.127 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59634 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.128 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][365a608d-9a67-4d26-9b07-5fb8b45f644e] error while creating socks forwarding Socket closed\n2025-08-02 07:41:59.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.226 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59636 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.227 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6892512e-d5ad-4f23-bb26-b8992d7469a8] error while creating socks forwarding Socket closed\n2025-08-02 07:41:59.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:41:59.327 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59638 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:41:59.328 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9f3e6e85-3a12-4dd9-a78c-32a1c05d6192] error while creating socks forwarding Socket closed\n2025-08-02 07:42:08.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:08.807 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59646 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:08.808 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][32d976bf-6dee-41a7-9ffb-54ebad5622a2] error while creating socks forwarding Socket closed\n2025-08-02 07:42:08.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:08.907 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59648 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:08.907 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2f6b7f-ad5e-46a0-827c-55f618e82633] error while creating socks forwarding Socket closed\n2025-08-02 07:42:08.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.016 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59650 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.017 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88ffb360-cf26-4897-8df6-009f7fb9eb5b] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.018 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.114 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59652 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.115 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ce61a2b3-0fb8-4fc1-a353-7ca4e20aa137] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.214 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59654 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.215 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d9cd9f04-27e0-44bd-9e4d-33dc1c3a3df0] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.306 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59656 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.307 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9bdff6bf-f2ed-4aea-8ba0-678df84ae04f] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.406 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59658 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.407 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][20944fbd-aa6a-40ef-a01f-ab86fee19b67] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.511 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59660 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.512 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3a99c5f1-25f0-4809-8750-9686439c104d] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.634 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59662 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.635 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ef0ecbd6-e584-496e-a581-50122d2e761b] error while creating socks forwarding Socket closed\n2025-08-02 07:42:09.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:09.734 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59664 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:09.735 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c12b2b27-e734-4d5c-b2ed-36dbe6c114f0] error while creating socks forwarding Socket closed\n2025-08-02 07:42:11.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:11.856 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59666 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:11.856 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c23e87af-1c69-4b67-80ae-aac67a5d9534] error while creating socks forwarding Socket closed\n2025-08-02 07:42:11.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:11.961 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59668 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:11.962 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][164346f8-ffc4-4a4f-ae5a-27ecf52c0e45] error while creating socks forwarding Socket closed\n2025-08-02 07:42:11.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.058 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59670 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.059 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4a1a5089-4d15-4fe7-80f1-669036c87f88] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.145 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59672 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.149 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d28ce340-bb0f-48fc-98ea-6df2ae19c97a] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.262 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59674 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.264 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][506e6d8f-1149-4e84-9ce3-240f12e26f3a] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.407 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59676 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.408 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][30e6e599-1154-499d-b720-8ae4acd317cf] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.506 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59678 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.507 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cc55f6b8-b11b-46e1-8308-a91df1885ed0] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.615 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59680 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.618 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b382163f-0873-46d0-9f56-e183a8a54732] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.718 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59682 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.719 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f4ef18ad-f6af-4567-b7d3-0db4b2b1e2f1] error while creating socks forwarding Socket closed\n2025-08-02 07:42:12.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:12.817 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59684 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:12.817 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3c3d6196-7851-4ec9-81d9-c309e336c3fb] error while creating socks forwarding Socket closed\n2025-08-02 07:42:23.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:23.856 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59689 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:23.857 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][03b89dd2-b164-4abd-87e3-08e9b14cd6f8] error while creating socks forwarding Socket closed\n2025-08-02 07:42:23.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:23.952 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59691 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:23.953 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c4e61fb6-28a2-4ac6-9bbb-33ca302b99d4] error while creating socks forwarding Socket closed\n2025-08-02 07:42:23.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.044 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59693 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.044 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa141b3-11da-4d69-b1f5-c45aaa13d779] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.047 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:42:24.048 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.139 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59695 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.140 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][524b782e-581f-49a7-b8e9-a37661e42344] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.232 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59697 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.232 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][91d231f1-18b8-4a8a-8ede-fc1e2d3697ce] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.333 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59699 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.334 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3e46bc16-99ca-46c2-b3ab-182a8579bf43] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.424 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59701 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.425 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0718035b-78c7-46d7-a466-1124be0fb0a7] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.517 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59703 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.518 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7cbe9609-73a3-4da9-9745-b465e1730d65] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.609 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59705 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.610 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2e1b7c66-1d11-402c-8709-b4d8ddd2a97a] error while creating socks forwarding Socket closed\n2025-08-02 07:42:24.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:24.702 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59707 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:42:24.703 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5538946c-d457-481c-8e7c-066c0177616b] error while creating socks forwarding Socket closed\n2025-08-02 07:42:33.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:42:33.626 [info] [command][6a7ba214-06ad-47bb-9f9c-adc1fe3e6976] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""6a7ba214-06ad-47bb-9f9c-adc1fe3e6976""}\n2025-08-02 07:42:33.626 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][687af0f7-90c3-416e-9a01-e133b3d863e0] received connection request\n2025-08-02 07:42:33.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:42:33.720 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][687af0f7-90c3-416e-9a01-e133b3d863e0] socks forwarding established\n2025-08-02 07:42:33.820 [info] [command][6a7ba214-06ad-47bb-9f9c-adc1fe3e6976] Process exited with code 0\n2025-08-02 07:42:33.820 [info] [command][6a7ba214-06ad-47bb-9f9c-adc1fe3e6976] Socket close event received\n2025-08-02 07:42:33.825 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][687af0f7-90c3-416e-9a01-e133b3d863e0] socks connection closed\n2025-08-02 07:42:33.919 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59714 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:43:33.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:43:33.827 [info] [command][85db4fc7-9293-413b-8d1b-8f182593782e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""85db4fc7-9293-413b-8d1b-8f182593782e""}\n2025-08-02 07:43:33.828 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][374c8d33-8d28-435f-b8cf-aae8567548b0] received connection request\n2025-08-02 07:43:33.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:43:33.920 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][374c8d33-8d28-435f-b8cf-aae8567548b0] socks forwarding established\n2025-08-02 07:43:34.017 [info] [command][85db4fc7-9293-413b-8d1b-8f182593782e] Process exited with code 0\n2025-08-02 07:43:34.017 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][374c8d33-8d28-435f-b8cf-aae8567548b0] socks connection closed\n2025-08-02 07:43:34.017 [info] [command][85db4fc7-9293-413b-8d1b-8f182593782e] Socket close event received\n2025-08-02 07:43:34.107 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59734 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:44:34.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:44:34.021 [info] [command][0eb9b644-dd04-4456-949e-11dbfec6d240] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0eb9b644-dd04-4456-949e-11dbfec6d240""}\n2025-08-02 07:44:34.022 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][23e12ca1-7218-4f0b-81c0-46a4bf674ac1] received connection request\n2025-08-02 07:44:34.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:44:34.121 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][23e12ca1-7218-4f0b-81c0-46a4bf674ac1] socks forwarding established\n2025-08-02 07:44:34.235 [info] [command][0eb9b644-dd04-4456-949e-11dbfec6d240] Process exited with code 0\n2025-08-02 07:44:34.235 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][23e12ca1-7218-4f0b-81c0-46a4bf674ac1] socks connection closed\n2025-08-02 07:44:34.235 [info] [command][0eb9b644-dd04-4456-949e-11dbfec6d240] Socket close event received\n2025-08-02 07:44:34.350 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59767 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:45:34.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:45:34.242 [info] [command][60adcec3-24eb-4570-8847-b94bf68796e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""60adcec3-24eb-4570-8847-b94bf68796e8""}\n2025-08-02 07:45:34.242 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2d78a0ad-fe57-4b28-9b7e-9c563a5626ad] received connection request\n2025-08-02 07:45:34.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:45:34.343 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2d78a0ad-fe57-4b28-9b7e-9c563a5626ad] socks forwarding established\n2025-08-02 07:45:34.454 [info] [command][60adcec3-24eb-4570-8847-b94bf68796e8] Process exited with code 0\n2025-08-02 07:45:34.454 [info] [command][60adcec3-24eb-4570-8847-b94bf68796e8] Socket close event received\n2025-08-02 07:45:34.458 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2d78a0ad-fe57-4b28-9b7e-9c563a5626ad] socks connection closed\n2025-08-02 07:45:34.550 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59821 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 07:46:21.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] resuming socket\n2025-08-02 07:46:22.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] socks forwarding established\n2025-08-02 07:46:22.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:46:22.286 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.391 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] resuming socket\n2025-08-02 07:46:22.391 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] socks forwarding established\n2025-08-02 07:46:22.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:22.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:46:22.954 [info] (ssh_tunnel) stderr: debug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:23.060 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] resuming socket\n2025-08-02 07:46:23.060 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] socks forwarding established\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] resuming socket\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] socks forwarding established\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] resuming socket\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] socks forwarding established\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] resuming socket\n2025-08-02 07:46:23.062 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] socks forwarding established\n2025-08-02 07:46:26.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:26.821 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][07a98644-e62e-4131-beeb-1bf8ae24959e] resuming socket\n2025-08-02 07:46:26.821 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][07a98644-e62e-4131-beeb-1bf8ae24959e] socks forwarding established\n2025-08-02 07:46:31.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:32.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1cd77097-64ac-422c-add1-2fb2501220d9] resuming socket\n2025-08-02 07:46:32.100 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1cd77097-64ac-422c-add1-2fb2501220d9] socks forwarding established\n2025-08-02 07:46:33.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:33.965 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] resuming socket\n2025-08-02 07:46:33.965 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] socks forwarding established\n2025-08-02 07:46:34.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:46:34.461 [info] [command][3e710818-8354-472f-a5fe-9cda23d3d61d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3e710818-8354-472f-a5fe-9cda23d3d61d""}\n2025-08-02 07:46:34.463 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][26772b70-3c86-4610-974b-75f1dddd6f9d] received connection request\n2025-08-02 07:46:34.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 14: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:34.583 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][26772b70-3c86-4610-974b-75f1dddd6f9d] socks forwarding established\n2025-08-02 07:46:34.676 [info] [command][3e710818-8354-472f-a5fe-9cda23d3d61d] Process exited with code 0\n2025-08-02 07:46:34.676 [info] [command][3e710818-8354-472f-a5fe-9cda23d3d61d] Socket close event received\n2025-08-02 07:46:34.676 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][26772b70-3c86-4610-974b-75f1dddd6f9d] socks connection closed\n2025-08-02 07:46:34.765 [info] (ssh_tunnel) stderr: debug1: channel 14: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59858 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:46:35.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 14: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:35.104 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][858c2f92-67f8-4b5a-af5d-fd426868dd0e] resuming socket\n2025-08-02 07:46:35.104 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][858c2f92-67f8-4b5a-af5d-fd426868dd0e] socks forwarding established\n2025-08-02 07:46:35.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 15: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:35.208 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] socks connection closed\n2025-08-02 07:46:35.208 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][27fa68b1-7b84-4bab-b217-a2e2ebd78637] local connection closed\n2025-08-02 07:46:35.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] resuming socket\n2025-08-02 07:46:35.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] socks forwarding established\n2025-08-02 07:46:35.304 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59856 to 127.0.0.1 port 59024, nchannels 16\n\n2025-08-02 07:46:35.628 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] socks connection closed\n2025-08-02 07:46:35.629 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][11dc98a5-25dc-40e5-80e3-d3cd0ed49dd6] local connection closed\n2025-08-02 07:46:35.720 [info] (ssh_tunnel) stderr: debug1: channel 15: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59862 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:46:37.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:46:37.496 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] resuming socket\n2025-08-02 07:46:37.496 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] socks forwarding established\n2025-08-02 07:46:37.821 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] socks connection closed\n2025-08-02 07:46:37.822 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a8c4482e-b72b-4959-999e-639ba9073274] local connection closed\n2025-08-02 07:46:37.919 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59864 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:47:34.678 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:47:34.679 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][4de18998-d7f5-4345-970b-2b8b842fe183] received connection request\n2025-08-02 07:47:34.680 [info] [command][866159c7-15d3-4276-93bb-5c7b4bf3b38d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""866159c7-15d3-4276-93bb-5c7b4bf3b38d""}\n2025-08-02 07:47:34.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:47:34.833 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4de18998-d7f5-4345-970b-2b8b842fe183] socks forwarding established\n2025-08-02 07:47:34.948 [info] [command][866159c7-15d3-4276-93bb-5c7b4bf3b38d] Process exited with code 0\n2025-08-02 07:47:34.948 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4de18998-d7f5-4345-970b-2b8b842fe183] socks connection closed\n2025-08-02 07:47:34.948 [info] [command][866159c7-15d3-4276-93bb-5c7b4bf3b38d] Socket close event received\n2025-08-02 07:47:35.063 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59914 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 07:48:28.857 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] local connection closed\n2025-08-02 07:48:28.858 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] local connection closed\n2025-08-02 07:48:28.962 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59841 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 07:48:28.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fae3db1f-4fd2-4fe6-b14d-c7fb6803e737] socks connection closed\n2025-08-02 07:48:28.992 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59838 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:48:28.993 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e0bc14e9-7e96-4c14-af44-088efa7ecd0a] socks connection closed\n2025-08-02 07:48:29.862 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] local connection closed\n2025-08-02 07:48:29.964 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59844 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 07:48:29.964 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a831aa26-d66f-46fd-8bf4-7e289f688704] socks connection closed\n2025-08-02 07:48:33.935 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] local connection closed\n2025-08-02 07:48:34.032 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59842 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:48:34.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][84d45fb6-7fcc-4dd7-9e00-ada7eb2bc22e] socks connection closed\n2025-08-02 07:48:34.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:48:34.954 [info] [command][4dc72c8a-35ed-4f09-9b1f-6171678751d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4dc72c8a-35ed-4f09-9b1f-6171678751d4""}\n2025-08-02 07:48:34.955 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][0473c50d-8ea5-4fcd-9a6d-725653232a90] received connection request\n2025-08-02 07:48:34.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:48:35.087 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0473c50d-8ea5-4fcd-9a6d-725653232a90] socks forwarding established\n2025-08-02 07:48:35.204 [info] [command][4dc72c8a-35ed-4f09-9b1f-6171678751d4] Process exited with code 0\n2025-08-02 07:48:35.204 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][0473c50d-8ea5-4fcd-9a6d-725653232a90] socks connection closed\n2025-08-02 07:48:35.204 [info] [command][4dc72c8a-35ed-4f09-9b1f-6171678751d4] Socket close event received\n2025-08-02 07:48:35.317 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 59940 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:49:35.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:49:35.214 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e1018a9a-59ba-4ea1-bc52-32c272ad063f] received connection request\n2025-08-02 07:49:35.214 [info] [command][17978cdf-70b4-4052-a3b2-1e558af3e42f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""17978cdf-70b4-4052-a3b2-1e558af3e42f""}\n2025-08-02 07:49:35.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:49:36.517 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e1018a9a-59ba-4ea1-bc52-32c272ad063f] socks forwarding established\n2025-08-02 07:49:36.682 [info] [command][17978cdf-70b4-4052-a3b2-1e558af3e42f] Process exited with code 0\n2025-08-02 07:49:36.682 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e1018a9a-59ba-4ea1-bc52-32c272ad063f] socks connection closed\n2025-08-02 07:49:36.682 [info] [command][17978cdf-70b4-4052-a3b2-1e558af3e42f] Socket close event received\n2025-08-02 07:49:36.782 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60004 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:50:30.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:50:30.284 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] resuming socket\n2025-08-02 07:50:30.284 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] socks forwarding established\n2025-08-02 07:50:34.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:50:34.564 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:50:34.706 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] resuming socket\n2025-08-02 07:50:34.706 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] socks forwarding established\n2025-08-02 07:50:36.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:50:36.687 [info] [command][de7213cf-599e-4a54-b309-133bb58a0f10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""de7213cf-599e-4a54-b309-133bb58a0f10""}\n2025-08-02 07:50:36.688 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][bdaf5f93-b8b4-4719-ad6a-86af1c3e0196] received connection request\n2025-08-02 07:50:36.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:50:36.788 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bdaf5f93-b8b4-4719-ad6a-86af1c3e0196] socks forwarding established\n2025-08-02 07:50:36.882 [info] [command][de7213cf-599e-4a54-b309-133bb58a0f10] Process exited with code 0\n2025-08-02 07:50:36.882 [info] [command][de7213cf-599e-4a54-b309-133bb58a0f10] Socket close event received\n2025-08-02 07:50:36.889 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bdaf5f93-b8b4-4719-ad6a-86af1c3e0196] socks connection closed\n2025-08-02 07:50:36.978 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60054 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:51:36.885 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:51:36.888 [info] [command][ec63dddd-fdeb-47b2-8f65-358f909dd648] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ec63dddd-fdeb-47b2-8f65-358f909dd648""}\n2025-08-02 07:51:36.888 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][d4bd106f-ca6d-4529-b0a8-d152a7b7ab6d] received connection request\n2025-08-02 07:51:36.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:51:37.004 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][d4bd106f-ca6d-4529-b0a8-d152a7b7ab6d] socks forwarding established\n2025-08-02 07:51:37.110 [info] [command][ec63dddd-fdeb-47b2-8f65-358f909dd648] Process exited with code 0\n2025-08-02 07:51:37.111 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][d4bd106f-ca6d-4529-b0a8-d152a7b7ab6d] socks connection closed\n2025-08-02 07:51:37.111 [info] [command][ec63dddd-fdeb-47b2-8f65-358f909dd648] Socket close event received\n2025-08-02 07:51:37.213 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60098 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:52:30.594 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] local connection closed\n2025-08-02 07:52:33.715 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60052 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 07:52:33.715 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e063373a-5182-434c-abbe-034d4ea2fee6] socks connection closed\n2025-08-02 07:52:37.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:52:37.117 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][25c0f55b-1286-445d-8921-99e815d2b33d] received connection request\n2025-08-02 07:52:37.118 [info] [command][b8c96989-16de-4770-9697-f2b316e0703c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b8c96989-16de-4770-9697-f2b316e0703c""}\n2025-08-02 07:52:37.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:52:38.557 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][25c0f55b-1286-445d-8921-99e815d2b33d] socks forwarding established\n2025-08-02 07:52:39.497 [info] [command][b8c96989-16de-4770-9697-f2b316e0703c] Process exited with code 0\n2025-08-02 07:52:39.497 [info] [command][b8c96989-16de-4770-9697-f2b316e0703c] Socket close event received\n2025-08-02 07:52:39.500 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][25c0f55b-1286-445d-8921-99e815d2b33d] socks connection closed\n2025-08-02 07:52:41.356 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60159 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 07:52:56.271 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] local connection closed\n2025-08-02 07:53:02.618 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60046 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:53:02.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93a9bded-9541-474a-9e59-7acbc9b1f57b] socks connection closed\n2025-08-02 07:53:39.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:53:39.503 [info] [command][e339bbf6-ea31-40a4-b81d-7a07cbc8df1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e339bbf6-ea31-40a4-b81d-7a07cbc8df1b""}\n2025-08-02 07:53:39.504 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][01211ee4-3b90-43c8-bfd1-285740dc2d4d] received connection request\n2025-08-02 07:53:39.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:53:39.637 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][01211ee4-3b90-43c8-bfd1-285740dc2d4d] socks forwarding established\n2025-08-02 07:53:39.766 [info] [command][e339bbf6-ea31-40a4-b81d-7a07cbc8df1b] Process exited with code 0\n2025-08-02 07:53:39.766 [info] [command][e339bbf6-ea31-40a4-b81d-7a07cbc8df1b] Socket close event received\n2025-08-02 07:53:39.769 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][01211ee4-3b90-43c8-bfd1-285740dc2d4d] socks connection closed\n2025-08-02 07:53:39.897 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60418 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 07:53:52.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:53:54.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:53:54.596 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] resuming socket\n2025-08-02 07:53:54.596 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] socks forwarding established\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] resuming socket\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] socks forwarding established\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] resuming socket\n2025-08-02 07:53:54.597 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] socks forwarding established\n2025-08-02 07:54:39.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:54:39.777 [info] [command][965c6ad7-0159-4b9d-8faf-28d61c346859] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""965c6ad7-0159-4b9d-8faf-28d61c346859""}\n2025-08-02 07:54:39.779 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][47786c4f-fa8a-4352-8855-2f0e6d266353] received connection request\n2025-08-02 07:54:39.779 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:54:39.881 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][47786c4f-fa8a-4352-8855-2f0e6d266353] socks forwarding established\n2025-08-02 07:54:40.005 [info] [command][965c6ad7-0159-4b9d-8faf-28d61c346859] Process exited with code 0\n2025-08-02 07:54:40.005 [info] [command][965c6ad7-0159-4b9d-8faf-28d61c346859] Socket close event received\n2025-08-02 07:54:40.005 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][47786c4f-fa8a-4352-8855-2f0e6d266353] socks connection closed\n2025-08-02 07:54:40.115 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60474 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 07:55:40.010 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:55:40.011 [info] [command][cd937d46-dcbb-4d6b-b1ea-2a4276e29151] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""cd937d46-dcbb-4d6b-b1ea-2a4276e29151""}\n2025-08-02 07:55:40.012 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][1a8692b9-e7f8-4984-98b7-886e218465f2] received connection request\n2025-08-02 07:55:40.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:55:40.101 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1a8692b9-e7f8-4984-98b7-886e218465f2] socks forwarding established\n2025-08-02 07:55:40.221 [info] [command][cd937d46-dcbb-4d6b-b1ea-2a4276e29151] Process exited with code 0\n2025-08-02 07:55:40.221 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1a8692b9-e7f8-4984-98b7-886e218465f2] socks connection closed\n2025-08-02 07:55:40.221 [info] [command][cd937d46-dcbb-4d6b-b1ea-2a4276e29151] Socket close event received\n2025-08-02 07:55:40.330 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60526 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 07:56:00.928 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] local connection closed\n2025-08-02 07:56:01.052 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60440 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:56:01.052 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b2bfa95-84ed-4e64-843e-60de046b3f7a] socks connection closed\n2025-08-02 07:56:40.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:56:40.229 [info] [command][4039db18-b7d1-4159-bf0a-14a45275944e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4039db18-b7d1-4159-bf0a-14a45275944e""}\n2025-08-02 07:56:40.229 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3e7e99a4-285f-4a9d-92e8-53c98c02beec] received connection request\n2025-08-02 07:56:40.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:56:40.327 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e7e99a4-285f-4a9d-92e8-53c98c02beec] socks forwarding established\n2025-08-02 07:56:40.429 [info] [command][4039db18-b7d1-4159-bf0a-14a45275944e] Process exited with code 0\n2025-08-02 07:56:40.429 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e7e99a4-285f-4a9d-92e8-53c98c02beec] socks connection closed\n2025-08-02 07:56:40.429 [info] [command][4039db18-b7d1-4159-bf0a-14a45275944e] Socket close event received\n2025-08-02 07:56:40.535 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60553 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:57:40.430 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:57:40.432 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5f505a28-aab4-45dc-92f4-7b2acab1ef2a] received connection request\n2025-08-02 07:57:40.432 [info] [command][44274d14-842e-4280-8b56-8cca149af8c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""44274d14-842e-4280-8b56-8cca149af8c5""}\n2025-08-02 07:57:40.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:57:40.530 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5f505a28-aab4-45dc-92f4-7b2acab1ef2a] socks forwarding established\n2025-08-02 07:57:40.627 [info] [command][44274d14-842e-4280-8b56-8cca149af8c5] Process exited with code 0\n2025-08-02 07:57:40.628 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5f505a28-aab4-45dc-92f4-7b2acab1ef2a] socks connection closed\n2025-08-02 07:57:40.628 [info] [command][44274d14-842e-4280-8b56-8cca149af8c5] Socket close event received\n2025-08-02 07:57:40.734 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60631 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:58:40.633 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:58:40.635 [info] [command][bbf5c865-a710-4262-90eb-ea265a591906] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""bbf5c865-a710-4262-90eb-ea265a591906""}\n2025-08-02 07:58:40.635 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][88b65fb3-c529-47c0-8f64-d07c3bb60991] received connection request\n2025-08-02 07:58:40.635 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 07:58:40.635 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:58:40.734 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][88b65fb3-c529-47c0-8f64-d07c3bb60991] socks forwarding established\n2025-08-02 07:58:40.848 [info] [command][bbf5c865-a710-4262-90eb-ea265a591906] Process exited with code 0\n2025-08-02 07:58:40.848 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][88b65fb3-c529-47c0-8f64-d07c3bb60991] socks connection closed\n2025-08-02 07:58:40.848 [info] [command][bbf5c865-a710-4262-90eb-ea265a591906] Socket close event received\n2025-08-02 07:58:40.977 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60649 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 07:59:40.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 07:59:40.853 [info] [command][220951ab-ea12-4af6-ae98-a919afbbc2bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""220951ab-ea12-4af6-ae98-a919afbbc2bd""}\n2025-08-02 07:59:40.853 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e30c09b3-f15c-43bf-9420-1a7d40d36548] received connection request\n2025-08-02 07:59:40.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 07:59:40.951 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e30c09b3-f15c-43bf-9420-1a7d40d36548] socks forwarding established\n2025-08-02 07:59:41.065 [info] [command][220951ab-ea12-4af6-ae98-a919afbbc2bd] Process exited with code 0\n2025-08-02 07:59:41.065 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e30c09b3-f15c-43bf-9420-1a7d40d36548] socks connection closed\n2025-08-02 07:59:41.066 [info] [command][220951ab-ea12-4af6-ae98-a919afbbc2bd] Socket close event received\n2025-08-02 07:59:41.175 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60665 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 08:00:34.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:00:36.454 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] resuming socket\n2025-08-02 08:00:36.454 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] socks forwarding established\n2025-08-02 08:00:41.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:00:41.067 [info] [command][51085dc7-88ce-4ae8-a26b-45bb839e7cf1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""51085dc7-88ce-4ae8-a26b-45bb839e7cf1""}\n2025-08-02 08:00:41.068 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][beedca6a-bdd2-40c1-970e-0250f86de181] received connection request\n2025-08-02 08:00:41.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:00:46.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:00:52.655 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][beedca6a-bdd2-40c1-970e-0250f86de181] socks forwarding established\n2025-08-02 08:00:52.893 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] resuming socket\n2025-08-02 08:00:52.893 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] socks forwarding established\n2025-08-02 08:00:53.343 [info] [command][51085dc7-88ce-4ae8-a26b-45bb839e7cf1] Process exited with code 0\n2025-08-02 08:00:53.343 [info] [command][51085dc7-88ce-4ae8-a26b-45bb839e7cf1] Socket close event received\n2025-08-02 08:00:53.346 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][beedca6a-bdd2-40c1-970e-0250f86de181] socks connection closed\n2025-08-02 08:00:55.077 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60829 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 08:01:53.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:01:53.356 [info] [command][0531f967-89ed-4e08-b9fa-b92b00435670] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0531f967-89ed-4e08-b9fa-b92b00435670""}\n2025-08-02 08:01:53.357 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5836af0c-89f5-47a4-8d4c-fb1e4f26dfff] received connection request\n2025-08-02 08:01:53.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:01:53.474 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5836af0c-89f5-47a4-8d4c-fb1e4f26dfff] socks forwarding established\n2025-08-02 08:01:53.584 [info] [command][0531f967-89ed-4e08-b9fa-b92b00435670] Process exited with code 0\n2025-08-02 08:01:53.585 [info] [command][0531f967-89ed-4e08-b9fa-b92b00435670] Socket close event received\n2025-08-02 08:01:53.589 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5836af0c-89f5-47a4-8d4c-fb1e4f26dfff] socks connection closed\n2025-08-02 08:01:53.692 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60926 to 127.0.0.1 port 59024, nchannels 15\n\n2025-08-02 08:02:48.861 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] local connection closed\n2025-08-02 08:02:48.863 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] local connection closed\n2025-08-02 08:02:48.957 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60441 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 08:02:48.957 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1e492155-d282-4815-9ae5-c1648b5ee55a] socks connection closed\n2025-08-02 08:02:49.008 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60435 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 08:02:49.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d701cb39-31bf-432a-8ecc-d17105f3a9fb] socks connection closed\n2025-08-02 08:02:50.873 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] local connection closed\n2025-08-02 08:02:50.873 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] local connection closed\n2025-08-02 08:02:50.975 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60811 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 08:02:50.976 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8af862bc-ef91-4d9f-819f-aef24181ffcf] socks connection closed\n2025-08-02 08:02:50.976 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 60844 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:02:50.976 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][055fc41b-5d8c-4b36-9a6b-b28bb6327c18] socks connection closed\n2025-08-02 08:02:53.587 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:02:53.589 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][f1b178b6-ac1d-4da5-ab4e-a384be2532c5] received connection request\n2025-08-02 08:02:53.590 [info] [command][bee35519-d06a-4bd1-a829-0d74bb56e4e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""bee35519-d06a-4bd1-a829-0d74bb56e4e6""}\n2025-08-02 08:02:53.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:02:53.591 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:02:53.705 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f1b178b6-ac1d-4da5-ab4e-a384be2532c5] socks forwarding established\n2025-08-02 08:02:53.824 [info] [command][bee35519-d06a-4bd1-a829-0d74bb56e4e6] Process exited with code 0\n2025-08-02 08:02:53.824 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f1b178b6-ac1d-4da5-ab4e-a384be2532c5] socks connection closed\n2025-08-02 08:02:53.825 [info] [command][bee35519-d06a-4bd1-a829-0d74bb56e4e6] Socket close event received\n2025-08-02 08:02:53.942 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60946 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:03:53.830 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:03:53.831 [info] [command][09237c84-6fd9-4093-a766-21c2097c6fa0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""09237c84-6fd9-4093-a766-21c2097c6fa0""}\n2025-08-02 08:03:53.831 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][b7095a87-c54b-420d-a8d2-5b082b388995] received connection request\n2025-08-02 08:03:53.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:03:53.949 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b7095a87-c54b-420d-a8d2-5b082b388995] socks forwarding established\n2025-08-02 08:03:54.063 [info] [command][09237c84-6fd9-4093-a766-21c2097c6fa0] Process exited with code 0\n2025-08-02 08:03:54.063 [info] [command][09237c84-6fd9-4093-a766-21c2097c6fa0] Socket close event received\n2025-08-02 08:03:54.067 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b7095a87-c54b-420d-a8d2-5b082b388995] socks connection closed\n2025-08-02 08:03:54.249 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60966 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:04:54.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:04:54.073 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][87ac9e91-7ef8-4b14-be78-234ebca05325] received connection request\n2025-08-02 08:04:54.074 [info] [command][3278b378-37df-47f5-8311-954dea4d60f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3278b378-37df-47f5-8311-954dea4d60f6""}\n2025-08-02 08:04:54.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:04:54.075 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:04:54.191 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][87ac9e91-7ef8-4b14-be78-234ebca05325] socks forwarding established\n2025-08-02 08:04:54.457 [info] [command][3278b378-37df-47f5-8311-954dea4d60f6] Process exited with code 0\n2025-08-02 08:04:54.457 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][87ac9e91-7ef8-4b14-be78-234ebca05325] socks connection closed\n2025-08-02 08:04:54.457 [info] [command][3278b378-37df-47f5-8311-954dea4d60f6] Socket close event received\n2025-08-02 08:04:54.612 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 60991 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 08:05:11.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] local connection closed\n2025-08-02 08:05:11.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] local connection closed\n2025-08-02 08:05:11.637 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59836 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 08:05:11.638 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][41212b7b-cb56-40d6-bf27-85b00fc5c75b] socks connection closed\n2025-08-02 08:05:11.684 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59834 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:05:11.684 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e1477-0921-4670-8c69-af7f3aa3c84f] socks connection closed\n2025-08-02 08:05:54.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:05:54.465 [info] [command][1c27ddda-c3b7-4b16-804d-49d734fe7dce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1c27ddda-c3b7-4b16-804d-49d734fe7dce""}\n2025-08-02 08:05:54.465 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][12575761-092a-4cc2-849a-94348c1ab59f] received connection request\n2025-08-02 08:05:54.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:05:54.610 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12575761-092a-4cc2-849a-94348c1ab59f] socks forwarding established\n2025-08-02 08:05:54.723 [info] [command][1c27ddda-c3b7-4b16-804d-49d734fe7dce] Process exited with code 0\n2025-08-02 08:05:54.723 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12575761-092a-4cc2-849a-94348c1ab59f] socks connection closed\n2025-08-02 08:05:54.723 [info] [command][1c27ddda-c3b7-4b16-804d-49d734fe7dce] Socket close event received\n2025-08-02 08:05:54.840 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61113 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:06:54.726 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:06:54.728 [info] [command][5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9""}\n2025-08-02 08:06:54.729 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][189c427c-373c-4142-a5b6-6072bbf5b08c] received connection request\n2025-08-02 08:06:54.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:06:54.729 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:06:54.857 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][189c427c-373c-4142-a5b6-6072bbf5b08c] socks forwarding established\n2025-08-02 08:06:54.980 [info] [command][5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9] Process exited with code 0\n2025-08-02 08:06:54.980 [info] [command][5d0b34b4-5449-4e01-8cc0-d6c1b3eb4db9] Socket close event received\n2025-08-02 08:06:54.980 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][189c427c-373c-4142-a5b6-6072bbf5b08c] socks connection closed\n2025-08-02 08:06:55.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61144 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:07:54.986 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:07:54.988 [info] [command][8c98bc68-3710-4a84-9a46-4a3ab7959c14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8c98bc68-3710-4a84-9a46-4a3ab7959c14""}\n2025-08-02 08:07:54.988 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][6ab00d72-7336-4623-8bc4-733f929d456e] received connection request\n2025-08-02 08:07:54.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:07:55.128 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6ab00d72-7336-4623-8bc4-733f929d456e] socks forwarding established\n2025-08-02 08:07:55.239 [info] [command][8c98bc68-3710-4a84-9a46-4a3ab7959c14] Process exited with code 0\n2025-08-02 08:07:55.239 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][6ab00d72-7336-4623-8bc4-733f929d456e] socks connection closed\n2025-08-02 08:07:55.239 [info] [command][8c98bc68-3710-4a84-9a46-4a3ab7959c14] Socket close event received\n2025-08-02 08:07:55.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61168 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:08:55.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:08:55.245 [info] [command][1666b094-5b03-484c-90ba-c0b15be0f277] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1666b094-5b03-484c-90ba-c0b15be0f277""}\n2025-08-02 08:08:55.245 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][30afbedc-2e90-46f3-97ba-9ddb84518d56] received connection request\n2025-08-02 08:08:55.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:08:55.360 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][30afbedc-2e90-46f3-97ba-9ddb84518d56] socks forwarding established\n2025-08-02 08:08:55.459 [info] [command][1666b094-5b03-484c-90ba-c0b15be0f277] Process exited with code 0\n2025-08-02 08:08:55.459 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][30afbedc-2e90-46f3-97ba-9ddb84518d56] socks connection closed\n2025-08-02 08:08:55.460 [info] [command][1666b094-5b03-484c-90ba-c0b15be0f277] Socket close event received\n2025-08-02 08:08:55.547 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61190 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:09:55.465 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:09:55.468 [info] [command][27233d47-9c52-4443-b62e-8a5732711e1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""27233d47-9c52-4443-b62e-8a5732711e1d""}\n2025-08-02 08:09:55.469 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7c067f5c-2473-4b26-a30a-5eda2401593c] received connection request\n2025-08-02 08:09:55.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:09:55.615 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7c067f5c-2473-4b26-a30a-5eda2401593c] socks forwarding established\n2025-08-02 08:09:55.739 [info] [command][27233d47-9c52-4443-b62e-8a5732711e1d] Process exited with code 0\n2025-08-02 08:09:55.739 [info] [command][27233d47-9c52-4443-b62e-8a5732711e1d] Socket close event received\n2025-08-02 08:09:55.740 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7c067f5c-2473-4b26-a30a-5eda2401593c] socks connection closed\n2025-08-02 08:09:55.849 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61215 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:10:55.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:10:55.745 [info] [command][acdaea19-9f5e-4c29-bbb0-81013273a468] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""acdaea19-9f5e-4c29-bbb0-81013273a468""}\n2025-08-02 08:10:55.746 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][06ae641d-8ee1-4ede-a1a5-29889772b176] received connection request\n2025-08-02 08:10:55.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:10:55.746 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:10:56.252 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][06ae641d-8ee1-4ede-a1a5-29889772b176] socks forwarding established\n2025-08-02 08:10:56.461 [info] [command][acdaea19-9f5e-4c29-bbb0-81013273a468] Process exited with code 0\n2025-08-02 08:10:56.461 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][06ae641d-8ee1-4ede-a1a5-29889772b176] socks connection closed\n2025-08-02 08:10:56.461 [info] [command][acdaea19-9f5e-4c29-bbb0-81013273a468] Socket close event received\n2025-08-02 08:10:57.115 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61368 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:11:56.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:11:56.468 [info] [command][98e002f5-c813-4b4a-9f8d-24050ec4b799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""98e002f5-c813-4b4a-9f8d-24050ec4b799""}\n2025-08-02 08:11:56.468 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][259cc71c-fdf8-4e60-92db-0e1d6f9f1cb4] received connection request\n2025-08-02 08:11:56.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:11:56.468 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:11:56.558 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][259cc71c-fdf8-4e60-92db-0e1d6f9f1cb4] socks forwarding established\n2025-08-02 08:11:56.669 [info] [command][98e002f5-c813-4b4a-9f8d-24050ec4b799] Process exited with code 0\n2025-08-02 08:11:56.670 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][259cc71c-fdf8-4e60-92db-0e1d6f9f1cb4] socks connection closed\n2025-08-02 08:11:56.670 [info] [command][98e002f5-c813-4b4a-9f8d-24050ec4b799] Socket close event received\n2025-08-02 08:11:56.765 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61412 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:12:56.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:12:56.676 [info] [command][3ecae929-e5a9-41a8-a24e-619d133e7800] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3ecae929-e5a9-41a8-a24e-619d133e7800""}\n2025-08-02 08:12:56.676 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2cf5cff7-4ba9-48dd-a812-5d32fd5bfdcc] received connection request\n2025-08-02 08:12:56.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:12:56.790 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2cf5cff7-4ba9-48dd-a812-5d32fd5bfdcc] socks forwarding established\n2025-08-02 08:12:56.904 [info] [command][3ecae929-e5a9-41a8-a24e-619d133e7800] Process exited with code 0\n2025-08-02 08:12:56.905 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2cf5cff7-4ba9-48dd-a812-5d32fd5bfdcc] socks connection closed\n2025-08-02 08:12:56.905 [info] [command][3ecae929-e5a9-41a8-a24e-619d133e7800] Socket close event received\n2025-08-02 08:12:57.008 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61437 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:13:56.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:13:56.909 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c7a52413-23a1-4c7a-8f70-ace31b540725] received connection request\n2025-08-02 08:13:56.909 [info] [command][666c79fa-e001-428a-a689-02954121a533] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""666c79fa-e001-428a-a689-02954121a533""}\n2025-08-02 08:13:56.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:13:57.055 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c7a52413-23a1-4c7a-8f70-ace31b540725] socks forwarding established\n2025-08-02 08:13:57.191 [info] [command][666c79fa-e001-428a-a689-02954121a533] Process exited with code 0\n2025-08-02 08:13:57.192 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c7a52413-23a1-4c7a-8f70-ace31b540725] socks connection closed\n2025-08-02 08:13:57.192 [info] [command][666c79fa-e001-428a-a689-02954121a533] Socket close event received\n2025-08-02 08:13:57.290 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61461 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:14:57.197 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:14:57.202 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2fe99c58-ae10-4a80-8008-ee45d439dd20] received connection request\n2025-08-02 08:14:57.203 [info] [command][e8fb5144-5c87-43ce-a84a-f25ed96572c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e8fb5144-5c87-43ce-a84a-f25ed96572c2""}\n2025-08-02 08:14:57.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:14:57.312 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2fe99c58-ae10-4a80-8008-ee45d439dd20] socks forwarding established\n2025-08-02 08:14:57.429 [info] [command][e8fb5144-5c87-43ce-a84a-f25ed96572c2] Process exited with code 0\n2025-08-02 08:14:57.429 [info] [command][e8fb5144-5c87-43ce-a84a-f25ed96572c2] Socket close event received\n2025-08-02 08:14:57.430 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2fe99c58-ae10-4a80-8008-ee45d439dd20] socks connection closed\n2025-08-02 08:14:57.558 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61519 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:15:57.433 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:15:57.436 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7a4e2e78-129f-4bdf-9938-dbc60e4a9c05] received connection request\n2025-08-02 08:15:57.436 [info] [command][e8275421-a8da-4cfd-ac97-ed8d3eed2b41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e8275421-a8da-4cfd-ac97-ed8d3eed2b41""}\n2025-08-02 08:15:57.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:15:57.565 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7a4e2e78-129f-4bdf-9938-dbc60e4a9c05] socks forwarding established\n2025-08-02 08:15:57.679 [info] [command][e8275421-a8da-4cfd-ac97-ed8d3eed2b41] Process exited with code 0\n2025-08-02 08:15:57.679 [info] [command][e8275421-a8da-4cfd-ac97-ed8d3eed2b41] Socket close event received\n2025-08-02 08:15:57.686 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7a4e2e78-129f-4bdf-9938-dbc60e4a9c05] socks connection closed\n2025-08-02 08:15:57.956 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61568 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:16:57.681 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:16:57.684 [info] [command][64b7b0a7-0c17-4bd9-8a03-b3cf1b102936] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""64b7b0a7-0c17-4bd9-8a03-b3cf1b102936""}\n2025-08-02 08:16:57.684 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][4d46b1e1-4e38-4bf3-92fc-07e39b6171cc] received connection request\n2025-08-02 08:16:57.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:16:57.808 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4d46b1e1-4e38-4bf3-92fc-07e39b6171cc] socks forwarding established\n2025-08-02 08:16:57.935 [info] [command][64b7b0a7-0c17-4bd9-8a03-b3cf1b102936] Process exited with code 0\n2025-08-02 08:16:57.935 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][4d46b1e1-4e38-4bf3-92fc-07e39b6171cc] socks connection closed\n2025-08-02 08:16:57.935 [info] [command][64b7b0a7-0c17-4bd9-8a03-b3cf1b102936] Socket close event received\n2025-08-02 08:16:58.056 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61614 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:17:57.940 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:17:57.941 [info] [command][80ed8146-390f-4ce4-9b3e-e64d5f10e2b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""80ed8146-390f-4ce4-9b3e-e64d5f10e2b1""}\n2025-08-02 08:17:57.942 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e2dc24f9-009b-4b52-bfd6-b70b10e3078b] received connection request\n2025-08-02 08:17:57.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:17:58.054 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2dc24f9-009b-4b52-bfd6-b70b10e3078b] socks forwarding established\n2025-08-02 08:17:58.167 [info] [command][80ed8146-390f-4ce4-9b3e-e64d5f10e2b1] Process exited with code 0\n2025-08-02 08:17:58.167 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2dc24f9-009b-4b52-bfd6-b70b10e3078b] socks connection closed\n2025-08-02 08:17:58.167 [info] [command][80ed8146-390f-4ce4-9b3e-e64d5f10e2b1] Socket close event received\n2025-08-02 08:17:58.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61642 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:18:58.170 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:18:58.173 [info] [command][47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600""}\n2025-08-02 08:18:58.174 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][159e42dc-f5aa-458c-b137-46aefa87ee19] received connection request\n2025-08-02 08:18:58.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:18:58.299 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][159e42dc-f5aa-458c-b137-46aefa87ee19] socks forwarding established\n2025-08-02 08:18:58.401 [info] [command][47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600] Process exited with code 0\n2025-08-02 08:18:58.401 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][159e42dc-f5aa-458c-b137-46aefa87ee19] socks connection closed\n2025-08-02 08:18:58.401 [info] [command][47ed0bf5-52ac-4e2f-b5ee-7b6d467b9600] Socket close event received\n2025-08-02 08:18:58.506 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61676 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:19:43.344 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][858c2f92-67f8-4b5a-af5d-fd426868dd0e] local connection closed\n2025-08-02 08:19:43.347 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1cd77097-64ac-422c-add1-2fb2501220d9] local connection closed\n2025-08-02 08:19:43.349 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][07a98644-e62e-4131-beeb-1bf8ae24959e] local connection closed\n2025-08-02 08:19:43.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:52.282 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59846 to 127.0.0.1 port 59024, nchannels 9\ndebug1: channel 14: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59860 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 08:19:52.283 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 59853 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 08:19:52.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] resuming socket\n2025-08-02 08:19:52.283 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] socks forwarding established\n2025-08-02 08:19:53.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:19:53.158 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:53.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] resuming socket\n2025-08-02 08:19:53.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] socks forwarding established\n2025-08-02 08:19:53.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:53.484 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] resuming socket\n2025-08-02 08:19:53.484 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] socks forwarding established\n2025-08-02 08:19:58.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:19:58.406 [info] [command][215f3315-6b70-43a6-965e-e7a81c58ca8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""215f3315-6b70-43a6-965e-e7a81c58ca8f""}\n2025-08-02 08:19:58.407 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][60271b85-0283-442d-a8b1-c4b7ad2fd913] received connection request\n2025-08-02 08:19:58.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:19:58.516 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][60271b85-0283-442d-a8b1-c4b7ad2fd913] socks forwarding established\n2025-08-02 08:19:58.611 [info] [command][215f3315-6b70-43a6-965e-e7a81c58ca8f] Process exited with code 0\n2025-08-02 08:19:58.611 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][60271b85-0283-442d-a8b1-c4b7ad2fd913] socks connection closed\n2025-08-02 08:19:58.611 [info] [command][215f3315-6b70-43a6-965e-e7a81c58ca8f] Socket close event received\n2025-08-02 08:19:58.713 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61871 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:20:58.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:20:58.618 [info] [command][68f83809-060b-4131-aeae-f654a79c5be4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""68f83809-060b-4131-aeae-f654a79c5be4""}\n2025-08-02 08:20:58.618 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][8c7086b8-71de-42c7-9a24-0ef3d641dde0] received connection request\n2025-08-02 08:20:58.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:20:58.742 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][8c7086b8-71de-42c7-9a24-0ef3d641dde0] socks forwarding established\n2025-08-02 08:20:58.847 [info] [command][68f83809-060b-4131-aeae-f654a79c5be4] Process exited with code 0\n2025-08-02 08:20:58.847 [info] [command][68f83809-060b-4131-aeae-f654a79c5be4] Socket close event received\n2025-08-02 08:20:58.847 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][8c7086b8-71de-42c7-9a24-0ef3d641dde0] socks connection closed\n2025-08-02 08:20:58.959 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61932 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:21:58.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:21:58.854 [info] [command][f541f980-2588-4ec0-9628-f21084ef732e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f541f980-2588-4ec0-9628-f21084ef732e""}\n2025-08-02 08:21:58.855 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][902c90f2-9b8b-4dda-accc-907e848dc8cd] received connection request\n2025-08-02 08:21:58.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:21:58.954 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][902c90f2-9b8b-4dda-accc-907e848dc8cd] socks forwarding established\n2025-08-02 08:21:59.064 [info] [command][f541f980-2588-4ec0-9628-f21084ef732e] Process exited with code 0\n2025-08-02 08:21:59.064 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][902c90f2-9b8b-4dda-accc-907e848dc8cd] socks connection closed\n2025-08-02 08:21:59.064 [info] [command][f541f980-2588-4ec0-9628-f21084ef732e] Socket close event received\n2025-08-02 08:21:59.198 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 61965 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:22:59.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:22:59.070 [info] [command][39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8""}\n2025-08-02 08:22:59.071 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][42ec4e39-2a56-4da6-b978-998db6cfb451] received connection request\n2025-08-02 08:22:59.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:22:59.200 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][42ec4e39-2a56-4da6-b978-998db6cfb451] socks forwarding established\n2025-08-02 08:22:59.336 [info] [command][39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8] Process exited with code 0\n2025-08-02 08:22:59.337 [info] [command][39c1a9de-b2ea-4c40-ad47-09c1c3ac8df8] Socket close event received\n2025-08-02 08:22:59.351 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][42ec4e39-2a56-4da6-b978-998db6cfb451] socks connection closed\n2025-08-02 08:22:59.451 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62189 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:23:59.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:23:59.338 [info] [command][8a6c077f-1d67-4262-9290-5844e0095e1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8a6c077f-1d67-4262-9290-5844e0095e1d""}\n2025-08-02 08:23:59.338 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][96c66c6f-2a36-40ca-998f-91a3deafbdcf] received connection request\n2025-08-02 08:23:59.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:23:59.440 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96c66c6f-2a36-40ca-998f-91a3deafbdcf] socks forwarding established\n2025-08-02 08:23:59.551 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96c66c6f-2a36-40ca-998f-91a3deafbdcf] socks connection closed\n2025-08-02 08:23:59.551 [info] [command][8a6c077f-1d67-4262-9290-5844e0095e1d] Process exited with code 0\n2025-08-02 08:23:59.551 [info] [command][8a6c077f-1d67-4262-9290-5844e0095e1d] Socket close event received\n2025-08-02 08:23:59.647 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62234 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:24:59.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:24:59.561 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c84cf9fe-7260-40e0-84d0-86f4800e3719] received connection request\n2025-08-02 08:24:59.563 [info] [command][c243f380-e35c-4074-8498-d854651915d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c243f380-e35c-4074-8498-d854651915d2""}\n2025-08-02 08:24:59.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:24:59.697 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c84cf9fe-7260-40e0-84d0-86f4800e3719] socks forwarding established\n2025-08-02 08:24:59.813 [info] [command][c243f380-e35c-4074-8498-d854651915d2] Process exited with code 0\n2025-08-02 08:24:59.813 [info] [command][c243f380-e35c-4074-8498-d854651915d2] Socket close event received\n2025-08-02 08:24:59.814 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c84cf9fe-7260-40e0-84d0-86f4800e3719] socks connection closed\n2025-08-02 08:24:59.911 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62277 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:25:59.814 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:25:59.816 [info] [command][076e74b1-cc11-42ea-9195-aa35ea123da9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""076e74b1-cc11-42ea-9195-aa35ea123da9""}\n2025-08-02 08:25:59.817 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][bd6a7957-8b59-4328-8a03-ea420ffc183c] received connection request\n2025-08-02 08:25:59.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:25:59.982 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bd6a7957-8b59-4328-8a03-ea420ffc183c] socks forwarding established\n2025-08-02 08:26:00.138 [info] [command][076e74b1-cc11-42ea-9195-aa35ea123da9] Process exited with code 0\n2025-08-02 08:26:00.138 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][bd6a7957-8b59-4328-8a03-ea420ffc183c] socks connection closed\n2025-08-02 08:26:00.138 [info] [command][076e74b1-cc11-42ea-9195-aa35ea123da9] Socket close event received\n2025-08-02 08:26:00.405 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62377 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:27:00.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:27:00.146 [info] [command][a8cfe225-14eb-4fd3-b072-f2bd279b9d7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""a8cfe225-14eb-4fd3-b072-f2bd279b9d7a""}\n2025-08-02 08:27:00.147 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][68b56832-79bf-4b1d-9b8e-a9062adf3acd] received connection request\n2025-08-02 08:27:00.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:27:00.244 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][68b56832-79bf-4b1d-9b8e-a9062adf3acd] socks forwarding established\n2025-08-02 08:27:00.362 [info] [command][a8cfe225-14eb-4fd3-b072-f2bd279b9d7a] Process exited with code 0\n2025-08-02 08:27:00.362 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][68b56832-79bf-4b1d-9b8e-a9062adf3acd] socks connection closed\n2025-08-02 08:27:00.363 [info] [command][a8cfe225-14eb-4fd3-b072-f2bd279b9d7a] Socket close event received\n2025-08-02 08:27:00.472 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62419 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:28:00.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:28:00.370 [info] [command][40549155-8758-4b03-bae5-9df0c764c666] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""40549155-8758-4b03-bae5-9df0c764c666""}\n2025-08-02 08:28:00.371 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e2e07e2f-12eb-4626-ac5a-896460cedac8] received connection request\n2025-08-02 08:28:00.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:28:00.478 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2e07e2f-12eb-4626-ac5a-896460cedac8] socks forwarding established\n2025-08-02 08:28:00.581 [info] [command][40549155-8758-4b03-bae5-9df0c764c666] Process exited with code 0\n2025-08-02 08:28:00.581 [info] [command][40549155-8758-4b03-bae5-9df0c764c666] Socket close event received\n2025-08-02 08:28:00.587 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e2e07e2f-12eb-4626-ac5a-896460cedac8] socks connection closed\n2025-08-02 08:28:00.672 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62437 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:29:00.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:29:00.588 [info] [command][506b7445-1e70-4ece-824b-ecb118a92abe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""506b7445-1e70-4ece-824b-ecb118a92abe""}\n2025-08-02 08:29:00.588 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3194210c-f864-48ae-8450-8999c1bf51a4] received connection request\n2025-08-02 08:29:00.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:29:00.730 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3194210c-f864-48ae-8450-8999c1bf51a4] socks forwarding established\n2025-08-02 08:29:00.853 [info] [command][506b7445-1e70-4ece-824b-ecb118a92abe] Process exited with code 0\n2025-08-02 08:29:00.853 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3194210c-f864-48ae-8450-8999c1bf51a4] socks connection closed\n2025-08-02 08:29:00.853 [info] [command][506b7445-1e70-4ece-824b-ecb118a92abe] Socket close event received\n2025-08-02 08:29:00.969 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62459 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:30:00.860 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:30:00.862 [info] [command][ebe0dcef-d399-4ae6-9db2-216d60551608] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ebe0dcef-d399-4ae6-9db2-216d60551608""}\n2025-08-02 08:30:00.863 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][fa0c5e07-c7a3-4f16-9f71-1e5ecf85b27f] received connection request\n2025-08-02 08:30:00.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:30:01.164 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][fa0c5e07-c7a3-4f16-9f71-1e5ecf85b27f] socks forwarding established\n2025-08-02 08:30:01.295 [info] [command][ebe0dcef-d399-4ae6-9db2-216d60551608] Process exited with code 0\n2025-08-02 08:30:01.296 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][fa0c5e07-c7a3-4f16-9f71-1e5ecf85b27f] socks connection closed\n2025-08-02 08:30:01.296 [info] [command][ebe0dcef-d399-4ae6-9db2-216d60551608] Socket close event received\n2025-08-02 08:30:01.414 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62498 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:31:01.301 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:31:01.304 [info] [command][77e3b6af-5a15-4ee6-b010-5cf277d90c94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""77e3b6af-5a15-4ee6-b010-5cf277d90c94""}\n2025-08-02 08:31:01.304 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][71688987-5a69-43f3-9802-a24b19133eb2] received connection request\n2025-08-02 08:31:01.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:31:05.275 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][71688987-5a69-43f3-9802-a24b19133eb2] socks forwarding established\n2025-08-02 08:31:12.900 [info] [command][77e3b6af-5a15-4ee6-b010-5cf277d90c94] Process exited with code 0\n2025-08-02 08:31:12.901 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][71688987-5a69-43f3-9802-a24b19133eb2] socks connection closed\n2025-08-02 08:31:12.901 [info] [command][77e3b6af-5a15-4ee6-b010-5cf277d90c94] Socket close event received\n2025-08-02 08:31:33.351 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 62685 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:32:12.907 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:32:12.910 [info] [command][b9f5f83e-8125-4c59-a9c0-af97587de6a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b9f5f83e-8125-4c59-a9c0-af97587de6a6""}\n2025-08-02 08:32:12.911 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][96401c4f-8d0e-4dfa-9439-15cde78b5847] received connection request\n2025-08-02 08:32:12.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:32:13.018 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96401c4f-8d0e-4dfa-9439-15cde78b5847] socks forwarding established\n2025-08-02 08:32:13.128 [info] [command][b9f5f83e-8125-4c59-a9c0-af97587de6a6] Process exited with code 0\n2025-08-02 08:32:13.128 [info] [command][b9f5f83e-8125-4c59-a9c0-af97587de6a6] Socket close event received\n2025-08-02 08:32:13.128 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][96401c4f-8d0e-4dfa-9439-15cde78b5847] socks connection closed\n2025-08-02 08:32:13.234 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63149 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:33:13.129 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:33:13.131 [info] [command][80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f""}\n2025-08-02 08:33:13.132 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][1104f6cb-2223-4390-910a-f8286919ca06] received connection request\n2025-08-02 08:33:13.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:33:13.303 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1104f6cb-2223-4390-910a-f8286919ca06] socks forwarding established\n2025-08-02 08:33:13.409 [info] [command][80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f] Process exited with code 0\n2025-08-02 08:33:13.410 [info] [command][80a80b0b-a92d-4b70-8e45-5fb8d3d0ba9f] Socket close event received\n2025-08-02 08:33:13.413 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][1104f6cb-2223-4390-910a-f8286919ca06] socks connection closed\n2025-08-02 08:33:13.499 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63175 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:34:13.413 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:34:13.415 [info] [command][0a39f2cd-2f17-4a0c-825f-70551f33ac10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0a39f2cd-2f17-4a0c-825f-70551f33ac10""}\n2025-08-02 08:34:13.416 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5a66aa45-5206-44db-8ed3-5d78a615d223] received connection request\n2025-08-02 08:34:13.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:34:13.516 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5a66aa45-5206-44db-8ed3-5d78a615d223] socks forwarding established\n2025-08-02 08:34:13.634 [info] [command][0a39f2cd-2f17-4a0c-825f-70551f33ac10] Process exited with code 0\n2025-08-02 08:34:13.634 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5a66aa45-5206-44db-8ed3-5d78a615d223] socks connection closed\n2025-08-02 08:34:13.634 [info] [command][0a39f2cd-2f17-4a0c-825f-70551f33ac10] Socket close event received\n2025-08-02 08:34:13.742 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63200 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:35:13.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:35:13.640 [info] [command][114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823""}\n2025-08-02 08:35:13.640 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][ea179a67-1d4e-4ca2-a34d-e79d516881d9] received connection request\n2025-08-02 08:35:13.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:35:13.641 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:35:13.760 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ea179a67-1d4e-4ca2-a34d-e79d516881d9] socks forwarding established\n2025-08-02 08:35:13.874 [info] [command][114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823] Process exited with code 0\n2025-08-02 08:35:13.874 [info] [command][114d4b39-b2ba-4a3e-8bd4-9ee2f6d69823] Socket close event received\n2025-08-02 08:35:13.875 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ea179a67-1d4e-4ca2-a34d-e79d516881d9] socks connection closed\n2025-08-02 08:35:13.979 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63247 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:36:13.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:36:13.883 [info] [command][e79fa2ad-5f57-4987-ac06-1b9eb8f898fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e79fa2ad-5f57-4987-ac06-1b9eb8f898fd""}\n2025-08-02 08:36:13.884 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5e10ab5c-d2db-452a-83ba-3360e8a254d5] received connection request\n2025-08-02 08:36:13.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:36:14.007 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e10ab5c-d2db-452a-83ba-3360e8a254d5] socks forwarding established\n2025-08-02 08:36:14.164 [info] [command][e79fa2ad-5f57-4987-ac06-1b9eb8f898fd] Process exited with code 0\n2025-08-02 08:36:14.165 [info] [command][e79fa2ad-5f57-4987-ac06-1b9eb8f898fd] Socket close event received\n2025-08-02 08:36:14.165 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e10ab5c-d2db-452a-83ba-3360e8a254d5] socks connection closed\n2025-08-02 08:36:14.332 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63284 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:37:14.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:37:14.173 [info] [command][c5fcd7b1-86b7-49ed-8af4-77e8e306fd84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c5fcd7b1-86b7-49ed-8af4-77e8e306fd84""}\n2025-08-02 08:37:14.174 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5e747333-a522-4e98-8fa3-2ba38abc3060] received connection request\n2025-08-02 08:37:14.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:37:14.174 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:37:14.284 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e747333-a522-4e98-8fa3-2ba38abc3060] socks forwarding established\n2025-08-02 08:37:14.406 [info] [command][c5fcd7b1-86b7-49ed-8af4-77e8e306fd84] Process exited with code 0\n2025-08-02 08:37:14.406 [info] [command][c5fcd7b1-86b7-49ed-8af4-77e8e306fd84] Socket close event received\n2025-08-02 08:37:14.406 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e747333-a522-4e98-8fa3-2ba38abc3060] socks connection closed\n2025-08-02 08:37:14.526 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63318 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:38:14.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:38:14.413 [info] [command][810688f1-063e-4027-9266-024f01086ee1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""810688f1-063e-4027-9266-024f01086ee1""}\n2025-08-02 08:38:14.414 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][635bb933-9141-465c-b504-2710b6d7fff1] received connection request\n2025-08-02 08:38:14.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:38:14.514 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][635bb933-9141-465c-b504-2710b6d7fff1] socks forwarding established\n2025-08-02 08:38:14.615 [info] [command][810688f1-063e-4027-9266-024f01086ee1] Process exited with code 0\n2025-08-02 08:38:14.615 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][635bb933-9141-465c-b504-2710b6d7fff1] socks connection closed\n2025-08-02 08:38:14.616 [info] [command][810688f1-063e-4027-9266-024f01086ee1] Socket close event received\n2025-08-02 08:38:14.724 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63337 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:39:14.619 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:39:14.623 [info] [command][b7b42893-4908-4a5b-8442-6f9349d41228] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b7b42893-4908-4a5b-8442-6f9349d41228""}\n2025-08-02 08:39:14.623 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3cb3216f-1a5e-4c32-9540-378ff0725507] received connection request\n2025-08-02 08:39:14.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:39:14.728 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3cb3216f-1a5e-4c32-9540-378ff0725507] socks forwarding established\n2025-08-02 08:39:14.829 [info] [command][b7b42893-4908-4a5b-8442-6f9349d41228] Process exited with code 0\n2025-08-02 08:39:14.829 [info] [command][b7b42893-4908-4a5b-8442-6f9349d41228] Socket close event received\n2025-08-02 08:39:14.830 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3cb3216f-1a5e-4c32-9540-378ff0725507] socks connection closed\n2025-08-02 08:39:14.931 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63365 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:40:14.834 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:40:14.839 [info] [command][a84c6923-a8b7-4761-9ef6-ab3864540f00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""a84c6923-a8b7-4761-9ef6-ab3864540f00""}\n2025-08-02 08:40:14.840 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][99a64f5c-441a-40d7-bd22-c2c5b51cb568] received connection request\n2025-08-02 08:40:14.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:40:14.938 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][99a64f5c-441a-40d7-bd22-c2c5b51cb568] socks forwarding established\n2025-08-02 08:40:15.042 [info] [command][a84c6923-a8b7-4761-9ef6-ab3864540f00] Process exited with code 0\n2025-08-02 08:40:15.043 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][99a64f5c-441a-40d7-bd22-c2c5b51cb568] socks connection closed\n2025-08-02 08:40:15.043 [info] [command][a84c6923-a8b7-4761-9ef6-ab3864540f00] Socket close event received\n2025-08-02 08:40:15.161 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63399 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:41:15.043 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:41:15.047 [info] [command][2cc176dd-acaf-4807-b657-924c21dceedd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2cc176dd-acaf-4807-b657-924c21dceedd""}\n2025-08-02 08:41:15.047 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][12e11c3e-dcd3-41b4-9c0e-d312abd44aa2] received connection request\n2025-08-02 08:41:15.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:41:15.147 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12e11c3e-dcd3-41b4-9c0e-d312abd44aa2] socks forwarding established\n2025-08-02 08:41:15.250 [info] [command][2cc176dd-acaf-4807-b657-924c21dceedd] Process exited with code 0\n2025-08-02 08:41:15.250 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][12e11c3e-dcd3-41b4-9c0e-d312abd44aa2] socks connection closed\n2025-08-02 08:41:15.250 [info] [command][2cc176dd-acaf-4807-b657-924c21dceedd] Socket close event received\n2025-08-02 08:41:15.359 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63433 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:42:15.255 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:42:15.258 [info] [command][fb1ce054-2766-4051-9ff2-a47ba8951779] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""fb1ce054-2766-4051-9ff2-a47ba8951779""}\n2025-08-02 08:42:15.258 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][03b5211b-cafc-4d78-88dc-bbaba51031fd] received connection request\n2025-08-02 08:42:15.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:42:15.365 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][03b5211b-cafc-4d78-88dc-bbaba51031fd] socks forwarding established\n2025-08-02 08:42:15.486 [info] [command][fb1ce054-2766-4051-9ff2-a47ba8951779] Process exited with code 0\n2025-08-02 08:42:15.487 [info] [command][fb1ce054-2766-4051-9ff2-a47ba8951779] Socket close event received\n2025-08-02 08:42:15.488 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][03b5211b-cafc-4d78-88dc-bbaba51031fd] socks connection closed\n2025-08-02 08:42:15.602 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63489 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:43:15.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:43:15.494 [info] [command][34875e62-cb4b-4bcf-aecf-90bca034fc7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""34875e62-cb4b-4bcf-aecf-90bca034fc7a""}\n2025-08-02 08:43:15.494 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][9de43f01-3803-4052-81ac-9e8ec410bc66] received connection request\n2025-08-02 08:43:15.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:43:15.495 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:43:15.598 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9de43f01-3803-4052-81ac-9e8ec410bc66] socks forwarding established\n2025-08-02 08:43:15.703 [info] [command][34875e62-cb4b-4bcf-aecf-90bca034fc7a] Process exited with code 0\n2025-08-02 08:43:15.704 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9de43f01-3803-4052-81ac-9e8ec410bc66] socks connection closed\n2025-08-02 08:43:15.704 [info] [command][34875e62-cb4b-4bcf-aecf-90bca034fc7a] Socket close event received\n2025-08-02 08:43:15.882 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63531 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:44:15.708 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:44:15.709 [info] [command][c6a5629b-735c-4b62-951e-060bb67e04de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""c6a5629b-735c-4b62-951e-060bb67e04de""}\n2025-08-02 08:44:15.709 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][a542b568-cb1c-42b5-8ab5-450d35f394b9] received connection request\n2025-08-02 08:44:15.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:44:15.843 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a542b568-cb1c-42b5-8ab5-450d35f394b9] socks forwarding established\n2025-08-02 08:44:15.975 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][a542b568-cb1c-42b5-8ab5-450d35f394b9] socks connection closed\n2025-08-02 08:44:15.976 [info] [command][c6a5629b-735c-4b62-951e-060bb67e04de] Process exited with code 0\n2025-08-02 08:44:15.976 [info] [command][c6a5629b-735c-4b62-951e-060bb67e04de] Socket close event received\n2025-08-02 08:44:16.086 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63564 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:45:15.980 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:45:15.982 [info] [command][d52a4afe-edad-4dfd-91ef-981275bc5150] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d52a4afe-edad-4dfd-91ef-981275bc5150""}\n2025-08-02 08:45:15.982 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][f10c22e7-a66f-432d-bc96-d3553bcdc8c9] received connection request\n2025-08-02 08:45:15.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:45:15.983 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:45:16.093 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f10c22e7-a66f-432d-bc96-d3553bcdc8c9] socks forwarding established\n2025-08-02 08:45:16.207 [info] [command][d52a4afe-edad-4dfd-91ef-981275bc5150] Process exited with code 0\n2025-08-02 08:45:16.207 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][f10c22e7-a66f-432d-bc96-d3553bcdc8c9] socks connection closed\n2025-08-02 08:45:16.207 [info] [command][d52a4afe-edad-4dfd-91ef-981275bc5150] Socket close event received\n2025-08-02 08:45:16.307 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63638 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:46:16.212 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:46:16.214 [info] [command][1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d""}\n2025-08-02 08:46:16.215 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3e962406-acec-4b3e-be1f-834d4f77ba21] received connection request\n2025-08-02 08:46:16.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:46:16.308 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e962406-acec-4b3e-be1f-834d4f77ba21] socks forwarding established\n2025-08-02 08:46:16.423 [info] [command][1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d] Process exited with code 0\n2025-08-02 08:46:16.423 [info] [command][1a05a5da-ef2d-4ce8-a9cb-3bcf1de9386d] Socket close event received\n2025-08-02 08:46:16.424 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3e962406-acec-4b3e-be1f-834d4f77ba21] socks connection closed\n2025-08-02 08:46:16.526 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63678 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:47:16.433 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:47:16.439 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][c78f6a80-adb2-414a-b5d0-137ebaf9243c] received connection request\n2025-08-02 08:47:16.440 [info] [command][3f5ad2a1-64a3-46d3-baaa-eff71f65602e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3f5ad2a1-64a3-46d3-baaa-eff71f65602e""}\n2025-08-02 08:47:16.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:47:16.770 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c78f6a80-adb2-414a-b5d0-137ebaf9243c] socks forwarding established\n2025-08-02 08:47:16.981 [info] [command][3f5ad2a1-64a3-46d3-baaa-eff71f65602e] Process exited with code 0\n2025-08-02 08:47:16.981 [info] [command][3f5ad2a1-64a3-46d3-baaa-eff71f65602e] Socket close event received\n2025-08-02 08:47:16.986 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][c78f6a80-adb2-414a-b5d0-137ebaf9243c] socks connection closed\n2025-08-02 08:47:17.258 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63695 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:48:16.984 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:48:16.987 [info] [command][5be188ff-4f06-4e34-a7fb-f004da462f60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5be188ff-4f06-4e34-a7fb-f004da462f60""}\n2025-08-02 08:48:16.988 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3f0b28e7-ed05-4633-8600-b9b725f123d2] received connection request\n2025-08-02 08:48:16.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:48:17.093 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3f0b28e7-ed05-4633-8600-b9b725f123d2] socks forwarding established\n2025-08-02 08:48:17.203 [info] [command][5be188ff-4f06-4e34-a7fb-f004da462f60] Process exited with code 0\n2025-08-02 08:48:17.204 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3f0b28e7-ed05-4633-8600-b9b725f123d2] socks connection closed\n2025-08-02 08:48:17.204 [info] [command][5be188ff-4f06-4e34-a7fb-f004da462f60] Socket close event received\n2025-08-02 08:48:17.291 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63724 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:49:17.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:49:17.211 [info] [command][0018fcf4-7839-4fa1-b77a-987596af3f9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""0018fcf4-7839-4fa1-b77a-987596af3f9b""}\n2025-08-02 08:49:17.211 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][9c4e0de6-7624-4aab-8479-9155046b15fd] received connection request\n2025-08-02 08:49:17.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 08:49:17.211 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:49:17.325 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9c4e0de6-7624-4aab-8479-9155046b15fd] socks forwarding established\n2025-08-02 08:49:17.436 [info] [command][0018fcf4-7839-4fa1-b77a-987596af3f9b] Process exited with code 0\n2025-08-02 08:49:17.437 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][9c4e0de6-7624-4aab-8479-9155046b15fd] socks connection closed\n2025-08-02 08:49:17.437 [info] [command][0018fcf4-7839-4fa1-b77a-987596af3f9b] Socket close event received\n2025-08-02 08:49:17.534 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63762 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:50:17.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:50:17.439 [info] [command][163aeb13-9487-4171-97c4-1cff5986a80d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""163aeb13-9487-4171-97c4-1cff5986a80d""}\n2025-08-02 08:50:17.440 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][592ca273-dc74-4cdc-96c5-aff631df1638] received connection request\n2025-08-02 08:50:17.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:50:17.570 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][592ca273-dc74-4cdc-96c5-aff631df1638] socks forwarding established\n2025-08-02 08:50:17.691 [info] [command][163aeb13-9487-4171-97c4-1cff5986a80d] Process exited with code 0\n2025-08-02 08:50:17.692 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][592ca273-dc74-4cdc-96c5-aff631df1638] socks connection closed\n2025-08-02 08:50:17.692 [info] [command][163aeb13-9487-4171-97c4-1cff5986a80d] Socket close event received\n2025-08-02 08:50:17.791 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63795 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:51:17.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:51:17.700 [info] [command][5a9ada10-fa1a-4d9a-8c49-6c36da99cd56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5a9ada10-fa1a-4d9a-8c49-6c36da99cd56""}\n2025-08-02 08:51:17.701 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][953cd62c-02db-4740-b8ba-a9d2fed1334d] received connection request\n2025-08-02 08:51:17.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:51:17.900 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][953cd62c-02db-4740-b8ba-a9d2fed1334d] socks forwarding established\n2025-08-02 08:51:18.100 [info] [command][5a9ada10-fa1a-4d9a-8c49-6c36da99cd56] Process exited with code 0\n2025-08-02 08:51:18.100 [info] [command][5a9ada10-fa1a-4d9a-8c49-6c36da99cd56] Socket close event received\n2025-08-02 08:51:18.103 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][953cd62c-02db-4740-b8ba-a9d2fed1334d] socks connection closed\n2025-08-02 08:51:18.319 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63836 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:52:18.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:52:18.106 [info] [command][441ef846-3177-4666-8c79-fa38e343f137] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""441ef846-3177-4666-8c79-fa38e343f137""}\n2025-08-02 08:52:18.106 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3445a9da-9074-4da1-b209-20f1df36ae78] received connection request\n2025-08-02 08:52:18.107 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:52:18.202 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3445a9da-9074-4da1-b209-20f1df36ae78] socks forwarding established\n2025-08-02 08:52:18.320 [info] [command][441ef846-3177-4666-8c79-fa38e343f137] Process exited with code 0\n2025-08-02 08:52:18.320 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3445a9da-9074-4da1-b209-20f1df36ae78] socks connection closed\n2025-08-02 08:52:18.320 [info] [command][441ef846-3177-4666-8c79-fa38e343f137] Socket close event received\n2025-08-02 08:52:18.437 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63862 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:53:18.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:53:18.328 [info] [command][f6aa7b79-d223-49a1-b52c-897b54fac890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f6aa7b79-d223-49a1-b52c-897b54fac890""}\n2025-08-02 08:53:18.330 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3eef0692-57ab-4f7a-adf8-a9c2ba530e2a] received connection request\n2025-08-02 08:53:18.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:53:18.426 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3eef0692-57ab-4f7a-adf8-a9c2ba530e2a] socks forwarding established\n2025-08-02 08:53:18.523 [info] [command][f6aa7b79-d223-49a1-b52c-897b54fac890] Process exited with code 0\n2025-08-02 08:53:18.524 [info] [command][f6aa7b79-d223-49a1-b52c-897b54fac890] Socket close event received\n2025-08-02 08:53:18.524 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3eef0692-57ab-4f7a-adf8-a9c2ba530e2a] socks connection closed\n2025-08-02 08:53:18.621 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63887 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:54:18.530 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:54:18.533 [info] [command][abe87e6f-3cf5-47cb-add0-b64ce11f5b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""abe87e6f-3cf5-47cb-add0-b64ce11f5b2f""}\n2025-08-02 08:54:18.533 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][78a79a91-0397-47c6-9b0e-51c985c67f5b] received connection request\n2025-08-02 08:54:18.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:54:18.652 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][78a79a91-0397-47c6-9b0e-51c985c67f5b] socks forwarding established\n2025-08-02 08:54:18.777 [info] [command][abe87e6f-3cf5-47cb-add0-b64ce11f5b2f] Process exited with code 0\n2025-08-02 08:54:18.778 [info] [command][abe87e6f-3cf5-47cb-add0-b64ce11f5b2f] Socket close event received\n2025-08-02 08:54:18.780 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][78a79a91-0397-47c6-9b0e-51c985c67f5b] socks connection closed\n2025-08-02 08:54:18.882 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63903 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:55:18.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:55:18.782 [info] [command][e725db12-1f9d-4c3b-b71e-179819731fed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e725db12-1f9d-4c3b-b71e-179819731fed""}\n2025-08-02 08:55:18.784 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][2a8e3b20-1fdd-4186-8b19-4952ca8d0828] received connection request\n2025-08-02 08:55:18.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:55:18.915 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2a8e3b20-1fdd-4186-8b19-4952ca8d0828] socks forwarding established\n2025-08-02 08:55:19.039 [info] [command][e725db12-1f9d-4c3b-b71e-179819731fed] Process exited with code 0\n2025-08-02 08:55:19.039 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][2a8e3b20-1fdd-4186-8b19-4952ca8d0828] socks connection closed\n2025-08-02 08:55:19.040 [info] [command][e725db12-1f9d-4c3b-b71e-179819731fed] Socket close event received\n2025-08-02 08:55:19.158 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63935 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:56:19.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:56:19.048 [info] [command][8772c977-1b55-4252-8bba-0b35796523c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8772c977-1b55-4252-8bba-0b35796523c3""}\n2025-08-02 08:56:19.048 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][ef227869-eedc-46e4-967a-bbe8c6e21360] received connection request\n2025-08-02 08:56:19.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:56:19.143 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ef227869-eedc-46e4-967a-bbe8c6e21360] socks forwarding established\n2025-08-02 08:56:19.248 [info] [command][8772c977-1b55-4252-8bba-0b35796523c3] Process exited with code 0\n2025-08-02 08:56:19.249 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][ef227869-eedc-46e4-967a-bbe8c6e21360] socks connection closed\n2025-08-02 08:56:19.249 [info] [command][8772c977-1b55-4252-8bba-0b35796523c3] Socket close event received\n2025-08-02 08:56:19.355 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63975 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:57:19.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:57:19.256 [info] [command][be4bc231-c13e-4801-8350-39abbbf59e34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""be4bc231-c13e-4801-8350-39abbbf59e34""}\n2025-08-02 08:57:19.257 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][dbff72e8-a7a3-4ac9-ac19-e10e93301dee] received connection request\n2025-08-02 08:57:19.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:57:19.348 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][dbff72e8-a7a3-4ac9-ac19-e10e93301dee] socks forwarding established\n2025-08-02 08:57:19.448 [info] [command][be4bc231-c13e-4801-8350-39abbbf59e34] Process exited with code 0\n2025-08-02 08:57:19.449 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][dbff72e8-a7a3-4ac9-ac19-e10e93301dee] socks connection closed\n2025-08-02 08:57:19.449 [info] [command][be4bc231-c13e-4801-8350-39abbbf59e34] Socket close event received\n2025-08-02 08:57:19.552 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 63999 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:58:19.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:58:19.454 [info] [command][05cd0b3c-ec57-45ad-a486-b2a391485a0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""05cd0b3c-ec57-45ad-a486-b2a391485a0f""}\n2025-08-02 08:58:19.455 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5e65d10c-b67d-42fe-8035-b9025e5d9051] received connection request\n2025-08-02 08:58:19.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:58:20.235 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e65d10c-b67d-42fe-8035-b9025e5d9051] socks forwarding established\n2025-08-02 08:58:21.168 [info] [command][05cd0b3c-ec57-45ad-a486-b2a391485a0f] Process exited with code 0\n2025-08-02 08:58:21.168 [info] [command][05cd0b3c-ec57-45ad-a486-b2a391485a0f] Socket close event received\n2025-08-02 08:58:21.174 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5e65d10c-b67d-42fe-8035-b9025e5d9051] socks connection closed\n2025-08-02 08:58:24.357 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64027 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 08:59:21.173 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 08:59:21.176 [info] [command][2b1115e2-7fe1-4de4-a584-6cf07f52040e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2b1115e2-7fe1-4de4-a584-6cf07f52040e""}\n2025-08-02 08:59:21.177 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][29c4d416-4421-48b3-bc70-6c90be10c9d4] received connection request\n2025-08-02 08:59:21.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 08:59:21.338 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][29c4d416-4421-48b3-bc70-6c90be10c9d4] socks forwarding established\n2025-08-02 08:59:21.504 [info] [command][2b1115e2-7fe1-4de4-a584-6cf07f52040e] Process exited with code 0\n2025-08-02 08:59:21.504 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][29c4d416-4421-48b3-bc70-6c90be10c9d4] socks connection closed\n2025-08-02 08:59:21.505 [info] [command][2b1115e2-7fe1-4de4-a584-6cf07f52040e] Socket close event received\n2025-08-02 08:59:21.670 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64093 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:00:21.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:00:21.507 [info] [command][cef1d913-126e-480e-ab5f-82bc932ad219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""cef1d913-126e-480e-ab5f-82bc932ad219""}\n2025-08-02 09:00:21.507 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5545e24b-12a8-444f-8d1c-bd31c920f87e] received connection request\n2025-08-02 09:00:21.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:00:21.645 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5545e24b-12a8-444f-8d1c-bd31c920f87e] socks forwarding established\n2025-08-02 09:00:21.781 [info] [command][cef1d913-126e-480e-ab5f-82bc932ad219] Process exited with code 0\n2025-08-02 09:00:21.781 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5545e24b-12a8-444f-8d1c-bd31c920f87e] socks connection closed\n2025-08-02 09:00:21.781 [info] [command][cef1d913-126e-480e-ab5f-82bc932ad219] Socket close event received\n2025-08-02 09:00:21.899 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64242 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:01:21.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:01:21.784 [info] [command][f75b5bef-fc25-48a1-a3c3-0c329ad1d98a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f75b5bef-fc25-48a1-a3c3-0c329ad1d98a""}\n2025-08-02 09:01:21.784 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][cedd6caa-0b40-4dbb-8eec-2343768d870a] received connection request\n2025-08-02 09:01:21.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:01:21.785 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:01:21.920 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cedd6caa-0b40-4dbb-8eec-2343768d870a] socks forwarding established\n2025-08-02 09:01:22.064 [info] [command][f75b5bef-fc25-48a1-a3c3-0c329ad1d98a] Process exited with code 0\n2025-08-02 09:01:22.064 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cedd6caa-0b40-4dbb-8eec-2343768d870a] socks connection closed\n2025-08-02 09:01:22.064 [info] [command][f75b5bef-fc25-48a1-a3c3-0c329ad1d98a] Socket close event received\n2025-08-02 09:01:22.213 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64282 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:01:25.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] resuming socket\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] socks forwarding established\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] resuming socket\n2025-08-02 09:01:25.889 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] socks forwarding established\n2025-08-02 09:01:46.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:01:46.511 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] resuming socket\n2025-08-02 09:01:46.512 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] socks forwarding established\n2025-08-02 09:02:22.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:02:22.071 [info] [command][2326d27e-9523-4c80-9e52-e70c59298964] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""2326d27e-9523-4c80-9e52-e70c59298964""}\n2025-08-02 09:02:22.071 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][032cf845-c233-4d2d-9221-55dc97efff1d] received connection request\n2025-08-02 09:02:22.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:02:22.179 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][032cf845-c233-4d2d-9221-55dc97efff1d] socks forwarding established\n2025-08-02 09:02:22.311 [info] [command][2326d27e-9523-4c80-9e52-e70c59298964] Process exited with code 0\n2025-08-02 09:02:22.312 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][032cf845-c233-4d2d-9221-55dc97efff1d] socks connection closed\n2025-08-02 09:02:22.312 [info] [command][2326d27e-9523-4c80-9e52-e70c59298964] Socket close event received\n2025-08-02 09:02:22.414 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64305 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 09:03:22.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:03:22.314 [info] [command][4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce""}\n2025-08-02 09:03:22.315 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][abd958b8-69ea-4124-a8eb-1e28de83ac42] received connection request\n2025-08-02 09:03:22.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:03:22.495 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][abd958b8-69ea-4124-a8eb-1e28de83ac42] socks forwarding established\n2025-08-02 09:03:22.939 [info] [command][4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce] Process exited with code 0\n2025-08-02 09:03:22.939 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][abd958b8-69ea-4124-a8eb-1e28de83ac42] socks connection closed\n2025-08-02 09:03:22.939 [info] [command][4d8cedcf-5cde-4e18-bc9f-aec7cc2b23ce] Socket close event received\n2025-08-02 09:03:23.058 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64329 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 09:03:36.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:03:36.615 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] resuming socket\n2025-08-02 09:03:36.615 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] socks forwarding established\n2025-08-02 09:04:11.511 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:04:11.610 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] socks connection closed\n2025-08-02 09:04:11.610 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][df2e0ffd-1318-448d-8fe3-965ee8753bc7] local connection closed\n2025-08-02 09:04:11.626 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] resuming socket\n2025-08-02 09:04:11.626 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] socks forwarding established\n2025-08-02 09:04:11.704 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 61768 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:04:22.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:04:22.946 [info] [command][f0b0f166-705d-44e8-beba-8e9dbaf84ddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""f0b0f166-705d-44e8-beba-8e9dbaf84ddd""}\n2025-08-02 09:04:22.946 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e5e9b82b-37fb-41f6-834c-764cbba4697d] received connection request\n2025-08-02 09:04:22.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:04:22.947 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:04:23.060 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e5e9b82b-37fb-41f6-834c-764cbba4697d] socks forwarding established\n2025-08-02 09:04:23.196 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e5e9b82b-37fb-41f6-834c-764cbba4697d] socks connection closed\n2025-08-02 09:04:23.196 [info] [command][f0b0f166-705d-44e8-beba-8e9dbaf84ddd] Process exited with code 0\n2025-08-02 09:04:23.196 [info] [command][f0b0f166-705d-44e8-beba-8e9dbaf84ddd] Socket close event received\n2025-08-02 09:04:23.319 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64418 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:05:23.197 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:05:23.201 [info] [command][82b206b1-ac0e-4c6f-b59a-3a779347abce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""82b206b1-ac0e-4c6f-b59a-3a779347abce""}\n2025-08-02 09:05:23.202 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][3020a236-d1dd-447f-a1e7-81db5cf707ba] received connection request\n2025-08-02 09:05:23.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:05:24.277 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3020a236-d1dd-447f-a1e7-81db5cf707ba] socks forwarding established\n2025-08-02 09:05:24.436 [info] [command][82b206b1-ac0e-4c6f-b59a-3a779347abce] Process exited with code 0\n2025-08-02 09:05:24.436 [info] [command][82b206b1-ac0e-4c6f-b59a-3a779347abce] Socket close event received\n2025-08-02 09:05:24.438 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][3020a236-d1dd-447f-a1e7-81db5cf707ba] socks connection closed\n2025-08-02 09:05:24.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64451 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:05:59.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:06:02.082 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] resuming socket\n2025-08-02 09:06:02.083 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] socks forwarding established\n2025-08-02 09:06:21.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:06:21.342 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] socks connection closed\n2025-08-02 09:06:21.342 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b42f0e59-548c-445f-9129-0b99284f458d] local connection closed\n2025-08-02 09:06:21.349 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] resuming socket\n2025-08-02 09:06:21.350 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] socks forwarding established\n2025-08-02 09:06:21.446 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64414 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:06:24.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:06:24.437 [info] [command][d3546d29-8cf1-4c1a-9411-8c9dc5060344] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d3546d29-8cf1-4c1a-9411-8c9dc5060344""}\n2025-08-02 09:06:24.437 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][36aad476-d9fb-4c0b-afaf-ff9d30ef332e] received connection request\n2025-08-02 09:06:24.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:06:24.438 [info] (ssh_tunnel) stderr: debug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:06:24.544 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][36aad476-d9fb-4c0b-afaf-ff9d30ef332e] socks forwarding established\n2025-08-02 09:06:24.663 [info] [command][d3546d29-8cf1-4c1a-9411-8c9dc5060344] Process exited with code 0\n2025-08-02 09:06:24.663 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][36aad476-d9fb-4c0b-afaf-ff9d30ef332e] socks connection closed\n2025-08-02 09:06:24.663 [info] [command][d3546d29-8cf1-4c1a-9411-8c9dc5060344] Socket close event received\n2025-08-02 09:06:24.777 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64515 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:07:21.314 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] socks connection closed\n2025-08-02 09:07:21.316 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3b350441-c466-46ab-bfbc-df40db473a15] local connection closed\n2025-08-02 09:07:21.411 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64513 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:07:21.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:07:21.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] resuming socket\n2025-08-02 09:07:21.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] socks forwarding established\n2025-08-02 09:07:24.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:07:24.665 [info] [command][9312f0ef-3552-41e6-9cf3-74a1d76dd6a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""9312f0ef-3552-41e6-9cf3-74a1d76dd6a6""}\n2025-08-02 09:07:24.666 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][722ecc39-efbb-46de-b520-dcbbf586ea6e] received connection request\n2025-08-02 09:07:24.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:07:24.770 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][722ecc39-efbb-46de-b520-dcbbf586ea6e] socks forwarding established\n2025-08-02 09:07:24.888 [info] [command][9312f0ef-3552-41e6-9cf3-74a1d76dd6a6] Process exited with code 0\n2025-08-02 09:07:24.889 [info] [command][9312f0ef-3552-41e6-9cf3-74a1d76dd6a6] Socket close event received\n2025-08-02 09:07:24.891 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][722ecc39-efbb-46de-b520-dcbbf586ea6e] socks connection closed\n2025-08-02 09:07:25.008 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64559 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:08:12.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:08:12.828 [info] (ssh_tunnel) stderr: debug1: channel 13: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:08:12.928 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] socks connection closed\n2025-08-02 09:08:12.928 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5800000d-c344-4643-9bdb-dced88990eb8] local connection closed\n2025-08-02 09:08:12.934 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] resuming socket\n2025-08-02 09:08:12.934 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] socks forwarding established\n2025-08-02 09:08:13.028 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64557 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:08:17.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] local connection closed\n2025-08-02 09:08:17.804 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64494 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:08:17.804 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70b541ee-6d00-4eaa-920b-afad40a51919] socks connection closed\n2025-08-02 09:08:24.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:08:24.894 [info] [command][7affbc16-8abf-4207-9590-d3c08080e2cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""7affbc16-8abf-4207-9590-d3c08080e2cd""}\n2025-08-02 09:08:24.895 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][7fb2ca10-b6d7-42e6-ada4-dec93f31d283] received connection request\n2025-08-02 09:08:24.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:08:26.372 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7fb2ca10-b6d7-42e6-ada4-dec93f31d283] socks forwarding established\n2025-08-02 09:08:29.036 [info] [command][7affbc16-8abf-4207-9590-d3c08080e2cd] Process exited with code 0\n2025-08-02 09:08:29.036 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][7fb2ca10-b6d7-42e6-ada4-dec93f31d283] socks connection closed\n2025-08-02 09:08:29.036 [info] [command][7affbc16-8abf-4207-9590-d3c08080e2cd] Socket close event received\n2025-08-02 09:08:35.477 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64592 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:09:29.039 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:09:29.042 [info] [command][3b2dc2b4-add7-423c-b567-65bd54f76a06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3b2dc2b4-add7-423c-b567-65bd54f76a06""}\n2025-08-02 09:09:29.043 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][5996ee82-1189-45a6-86b8-9e466277eab6] received connection request\n2025-08-02 09:09:29.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:09:30.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:09:32.514 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5996ee82-1189-45a6-86b8-9e466277eab6] socks forwarding established\n2025-08-02 09:09:33.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] resuming socket\n2025-08-02 09:09:33.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] socks forwarding established\n2025-08-02 09:09:34.476 [info] [command][3b2dc2b4-add7-423c-b567-65bd54f76a06] Process exited with code 0\n2025-08-02 09:09:34.476 [info] [command][3b2dc2b4-add7-423c-b567-65bd54f76a06] Socket close event received\n2025-08-02 09:09:34.484 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][5996ee82-1189-45a6-86b8-9e466277eab6] socks connection closed\n2025-08-02 09:09:37.700 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64672 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:10:34.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:10:34.481 [info] [command][ceb335f8-6983-4b9e-af25-470fa3ba8baa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ceb335f8-6983-4b9e-af25-470fa3ba8baa""}\n2025-08-02 09:10:34.482 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e0a49ea9-b060-4c99-82c0-a409f0a1bb3d] received connection request\n2025-08-02 09:10:34.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:10:34.482 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:10:38.959 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e0a49ea9-b060-4c99-82c0-a409f0a1bb3d] socks forwarding established\n2025-08-02 09:10:39.442 [info] [command][ceb335f8-6983-4b9e-af25-470fa3ba8baa] Process exited with code 0\n2025-08-02 09:10:39.442 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e0a49ea9-b060-4c99-82c0-a409f0a1bb3d] socks connection closed\n2025-08-02 09:10:39.442 [info] [command][ceb335f8-6983-4b9e-af25-470fa3ba8baa] Socket close event received\n2025-08-02 09:10:40.474 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 64966 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:11:39.442 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:11:39.445 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][b653ee44-9bd6-4515-94fb-c4fd9d7df674] received connection request\n2025-08-02 09:11:39.445 [info] [command][00c19204-7aed-4d8a-8831-ab5118ccfec8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""00c19204-7aed-4d8a-8831-ab5118ccfec8""}\n2025-08-02 09:11:39.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:11:39.557 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b653ee44-9bd6-4515-94fb-c4fd9d7df674] socks forwarding established\n2025-08-02 09:11:39.684 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b653ee44-9bd6-4515-94fb-c4fd9d7df674] socks connection closed\n2025-08-02 09:11:39.684 [info] [command][00c19204-7aed-4d8a-8831-ab5118ccfec8] Process exited with code 0\n2025-08-02 09:11:39.684 [info] [command][00c19204-7aed-4d8a-8831-ab5118ccfec8] Socket close event received\n2025-08-02 09:11:39.799 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65012 to 127.0.0.1 port 59024, nchannels 14\n\n2025-08-02 09:12:33.300 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] local connection closed\n2025-08-02 09:12:33.497 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64684 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:12:33.497 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9c85588d-3ce4-4ee0-aebe-8586ec090774] socks connection closed\n2025-08-02 09:12:39.685 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:12:39.686 [info] [command][5e894cd0-2e41-4167-8901-5713cfc7a4b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5e894cd0-2e41-4167-8901-5713cfc7a4b7""}\n2025-08-02 09:12:39.686 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][64634d47-986b-4510-8a68-6aeb37462018] received connection request\n2025-08-02 09:12:39.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:12:39.795 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][64634d47-986b-4510-8a68-6aeb37462018] socks forwarding established\n2025-08-02 09:12:39.914 [info] [command][5e894cd0-2e41-4167-8901-5713cfc7a4b7] Process exited with code 0\n2025-08-02 09:12:39.914 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][64634d47-986b-4510-8a68-6aeb37462018] socks connection closed\n2025-08-02 09:12:39.914 [info] [command][5e894cd0-2e41-4167-8901-5713cfc7a4b7] Socket close event received\n2025-08-02 09:12:40.022 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65047 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:13:39.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:13:39.915 [info] [command][5074954e-8424-40e9-a266-3815500bea76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""5074954e-8424-40e9-a266-3815500bea76""}\n2025-08-02 09:13:39.916 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e10bd469-ad74-4f95-9f5e-ee08b0016c35] received connection request\n2025-08-02 09:13:39.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:13:40.026 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e10bd469-ad74-4f95-9f5e-ee08b0016c35] socks forwarding established\n2025-08-02 09:13:40.141 [info] [command][5074954e-8424-40e9-a266-3815500bea76] Process exited with code 0\n2025-08-02 09:13:40.141 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e10bd469-ad74-4f95-9f5e-ee08b0016c35] socks connection closed\n2025-08-02 09:13:40.141 [info] [command][5074954e-8424-40e9-a266-3815500bea76] Socket close event received\n2025-08-02 09:13:40.239 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65067 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:14:05.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:14:05.368 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] resuming socket\n2025-08-02 09:14:05.368 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] socks forwarding established\n2025-08-02 09:14:05.374 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] socks connection closed\n2025-08-02 09:14:05.374 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][290eb3e0-b942-42bc-a375-5731a6ede538] local connection closed\n2025-08-02 09:14:05.500 [info] (ssh_tunnel) stderr: debug1: channel 13: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64575 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:14:40.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:14:40.147 [info] [command][59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6""}\n2025-08-02 09:14:40.148 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][66a0f78b-1efd-4535-83ff-da1fe8829737] received connection request\n2025-08-02 09:14:40.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:14:40.254 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][66a0f78b-1efd-4535-83ff-da1fe8829737] socks forwarding established\n2025-08-02 09:14:40.356 [info] [command][59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6] Process exited with code 0\n2025-08-02 09:14:40.357 [info] [command][59b0f3d6-4ff6-4c83-b41d-1e0e0d14fde6] Socket close event received\n2025-08-02 09:14:40.358 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][66a0f78b-1efd-4535-83ff-da1fe8829737] socks connection closed\n2025-08-02 09:14:40.448 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65091 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:15:05.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:15:05.324 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] socks connection closed\n2025-08-02 09:15:05.324 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8a319dc8-686b-4e7a-ab7b-f3164bc2506f] local connection closed\n2025-08-02 09:15:05.340 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] resuming socket\n2025-08-02 09:15:05.340 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] socks forwarding established\n2025-08-02 09:15:05.426 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65080 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:15:40.362 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:15:40.363 [info] [command][e8fb516a-26c5-48e3-b99c-eba98818f688] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""e8fb516a-26c5-48e3-b99c-eba98818f688""}\n2025-08-02 09:15:40.364 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][e91fafbe-ebce-47ec-9949-ff454cf3edfd] received connection request\n2025-08-02 09:15:40.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:15:40.481 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e91fafbe-ebce-47ec-9949-ff454cf3edfd] socks forwarding established\n2025-08-02 09:15:40.604 [info] [command][e8fb516a-26c5-48e3-b99c-eba98818f688] Process exited with code 0\n2025-08-02 09:15:40.604 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][e91fafbe-ebce-47ec-9949-ff454cf3edfd] socks connection closed\n2025-08-02 09:15:40.604 [info] [command][e8fb516a-26c5-48e3-b99c-eba98818f688] Socket close event received\n2025-08-02 09:15:40.714 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65158 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:19.467 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] socks connection closed\n2025-08-02 09:16:19.469 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] socks connection closed\n2025-08-02 09:16:19.469 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] socks connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] socks connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] socks connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6bbd6ee-0860-414c-9a45-a308a6a53d18] local connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6df2c7f2-4245-45fb-808c-e3f0b1c803c8] local connection closed\n2025-08-02 09:16:19.470 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c37707e9-b3d7-4c52-b96c-4f49a78ec1b3] local connection closed\n2025-08-02 09:16:19.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa88f09-cffc-4d2a-8826-f8d54f9e6822] local connection closed\n2025-08-02 09:16:19.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e583ebb9-48bd-4c5a-b19e-7d9d5e260e19] local connection closed\n2025-08-02 09:16:19.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] socks connection closed\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] socks connection closed\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2ed60b47-f051-40a6-8c5c-4c947a4c4f38] local connection closed\n2025-08-02 09:16:19.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][99660ca0-de2b-4aab-a3c7-92c9bf0fcf52] local connection closed\n2025-08-02 09:16:19.613 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64285 to 127.0.0.1 port 59024, nchannels 13\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64286 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64297 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 64387 to 127.0.0.1 port 59024, nchannels 10\ndebug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65117 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:19.613 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] resuming socket\n2025-08-02 09:16:19.613 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] socks forwarding established\n2025-08-02 09:16:19.615 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 61843 to 127.0.0.1 port 59024, nchannels 8\ndebug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 61848 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:19.615 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] socks connection closed\n2025-08-02 09:16:19.616 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c292ff8a-f80f-4885-bfb8-ce91e3083e7e] local connection closed\n2025-08-02 09:16:19.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:19.619 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.724 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65185 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:19.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.760 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] resuming socket\n2025-08-02 09:16:19.761 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] socks forwarding established\n2025-08-02 09:16:19.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] socks connection closed\n2025-08-02 09:16:19.765 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe8e3ea8-32d6-4b97-b645-0e147d523ed7] local connection closed\n2025-08-02 09:16:19.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.853 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] resuming socket\n2025-08-02 09:16:19.853 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] socks forwarding established\n2025-08-02 09:16:19.866 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] socks connection closed\n2025-08-02 09:16:19.866 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2702a77c-4bca-4ba0-b0c2-201d03e47bb2] local connection closed\n2025-08-02 09:16:19.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.915 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65188 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:19.921 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] resuming socket\n2025-08-02 09:16:19.921 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] socks forwarding established\n2025-08-02 09:16:19.925 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] socks connection closed\n2025-08-02 09:16:19.926 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][da4a39c7-c84b-4f69-9ac8-b8cba8d2efbe] local connection closed\n2025-08-02 09:16:19.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:19.992 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65190 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:19.992 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] resuming socket\n2025-08-02 09:16:19.992 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] socks forwarding established\n2025-08-02 09:16:19.996 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] socks connection closed\n2025-08-02 09:16:19.997 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db7e6b37-c416-464d-968f-dfa598148d69] local connection closed\n2025-08-02 09:16:19.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.047 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65192 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.047 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] resuming socket\n2025-08-02 09:16:20.047 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] socks forwarding established\n2025-08-02 09:16:20.048 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] socks connection closed\n2025-08-02 09:16:20.049 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][93dcafeb-fd28-4c36-b476-95931bdc70b7] local connection closed\n2025-08-02 09:16:20.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:20.050 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.117 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65194 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.117 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] resuming socket\n2025-08-02 09:16:20.117 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] socks forwarding established\n2025-08-02 09:16:20.120 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] socks connection closed\n2025-08-02 09:16:20.124 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1af66a21-eabb-419a-8894-723cc9163a21] local connection closed\n2025-08-02 09:16:20.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:20.125 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.194 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65196 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.205 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] resuming socket\n2025-08-02 09:16:20.205 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] socks forwarding established\n2025-08-02 09:16:20.206 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] socks connection closed\n2025-08-02 09:16:20.207 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70017f68-b488-4953-8fea-07263837ce09] local connection closed\n2025-08-02 09:16:20.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.243 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65199 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.243 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] resuming socket\n2025-08-02 09:16:20.243 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] socks forwarding established\n2025-08-02 09:16:20.247 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] socks connection closed\n2025-08-02 09:16:20.247 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][23eb8c18-7b06-417f-bf11-d046f6e53ee2] local connection closed\n2025-08-02 09:16:20.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.324 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65201 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.325 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] resuming socket\n2025-08-02 09:16:20.325 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] socks forwarding established\n2025-08-02 09:16:20.325 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] socks connection closed\n2025-08-02 09:16:20.328 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b37c34e4-8667-4bac-ae2a-7b998b865f25] local connection closed\n2025-08-02 09:16:20.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.369 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65203 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.370 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] resuming socket\n2025-08-02 09:16:20.370 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] socks forwarding established\n2025-08-02 09:16:20.373 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] socks connection closed\n2025-08-02 09:16:20.374 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0176208-0b1f-4c41-a116-bf2a3d00ee44] local connection closed\n2025-08-02 09:16:20.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.470 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65205 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] resuming socket\n2025-08-02 09:16:20.471 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] socks forwarding established\n2025-08-02 09:16:20.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] socks connection closed\n2025-08-02 09:16:20.473 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6afefd83-9e80-4ae1-9431-1175a684a007] local connection closed\n2025-08-02 09:16:20.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.489 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65207 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.489 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] resuming socket\n2025-08-02 09:16:20.489 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] socks forwarding established\n2025-08-02 09:16:20.489 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] socks connection closed\n2025-08-02 09:16:20.490 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][403c9e92-b38e-43a6-bba2-f61afb749bba] local connection closed\n2025-08-02 09:16:20.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.618 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65209 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.618 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65212 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] resuming socket\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] socks forwarding established\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] resuming socket\n2025-08-02 09:16:20.618 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] socks forwarding established\n2025-08-02 09:16:20.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] socks connection closed\n2025-08-02 09:16:20.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5b2d969f-6c31-4262-bb67-910d5b771bb9] local connection closed\n2025-08-02 09:16:20.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.624 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] socks connection closed\n2025-08-02 09:16:20.625 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][82a48ab1-6d91-4fe0-9bde-d710e85c9e11] local connection closed\n2025-08-02 09:16:20.626 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.796 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65216 to 127.0.0.1 port 59024, nchannels 10\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65214 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] resuming socket\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] socks forwarding established\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] resuming socket\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] socks forwarding established\n2025-08-02 09:16:20.796 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] socks connection closed\n2025-08-02 09:16:20.797 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][48eecb76-0b67-4e1c-937e-332f44662600] local connection closed\n2025-08-02 09:16:20.801 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] socks connection closed\n2025-08-02 09:16:20.801 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7dafbd0a-bfb6-4e76-bda7-3793331c0074] local connection closed\n2025-08-02 09:16:20.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.846 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] resuming socket\n2025-08-02 09:16:20.846 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] socks forwarding established\n2025-08-02 09:16:20.847 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] socks connection closed\n2025-08-02 09:16:20.848 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f705cd14-1004-43ae-a25b-b324756ebc63] local connection closed\n2025-08-02 09:16:20.948 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65218 to 127.0.0.1 port 59024, nchannels 9\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65220 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:20.948 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] resuming socket\n2025-08-02 09:16:20.948 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] socks forwarding established\n2025-08-02 09:16:20.951 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] socks connection closed\n2025-08-02 09:16:20.951 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b19fffc-b292-496d-b152-a1a81db3bfb9] local connection closed\n2025-08-02 09:16:20.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:20.958 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65223 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:21.112 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65225 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:21.112 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] resuming socket\n2025-08-02 09:16:21.112 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] socks forwarding established\n2025-08-02 09:16:21.113 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] socks connection closed\n2025-08-02 09:16:21.113 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5e7ce5fd-51ca-47e0-b43f-a50e9accbb59] local connection closed\n2025-08-02 09:16:21.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:21.264 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65227 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] resuming socket\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] socks forwarding established\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] socks connection closed\n2025-08-02 09:16:21.265 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][752571a2-e2d7-4a00-81a9-996468a39d3b] local connection closed\n2025-08-02 09:16:21.402 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65229 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:22.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.149 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] resuming socket\n2025-08-02 09:16:22.150 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] socks forwarding established\n2025-08-02 09:16:22.154 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] socks connection closed\n2025-08-02 09:16:22.155 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f16f06-bbc7-40a1-97b6-8508206c8037] local connection closed\n2025-08-02 09:16:22.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] resuming socket\n2025-08-02 09:16:22.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] socks forwarding established\n2025-08-02 09:16:22.234 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] socks connection closed\n2025-08-02 09:16:22.235 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3773a15d-37cb-4bf4-97fa-15dd0aa9a0a8] local connection closed\n2025-08-02 09:16:22.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.279 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65233 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:22.364 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65235 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:22.364 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] resuming socket\n2025-08-02 09:16:22.364 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] socks forwarding established\n2025-08-02 09:16:22.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] socks connection closed\n2025-08-02 09:16:22.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b13b4362-1dea-495c-822e-a65411bf8c39] local connection closed\n2025-08-02 09:16:22.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.525 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65237 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:22.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] resuming socket\n2025-08-02 09:16:22.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] socks forwarding established\n2025-08-02 09:16:22.526 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] socks connection closed\n2025-08-02 09:16:22.527 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dca93df1-f10a-4298-b234-b97675ef3a6a] local connection closed\n2025-08-02 09:16:22.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.649 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65239 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:22.649 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] resuming socket\n2025-08-02 09:16:22.649 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] socks forwarding established\n2025-08-02 09:16:22.649 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] socks connection closed\n2025-08-02 09:16:22.650 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4522b64e-88af-4951-b6ef-4fd7313a7aa9] local connection closed\n2025-08-02 09:16:22.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:22.881 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65241 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:22.882 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] resuming socket\n2025-08-02 09:16:22.882 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] socks forwarding established\n2025-08-02 09:16:22.883 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] socks connection closed\n2025-08-02 09:16:22.884 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfc818f8-495e-415a-aed3-b182dff88a00] local connection closed\n2025-08-02 09:16:22.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.018 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] resuming socket\n2025-08-02 09:16:23.018 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] socks forwarding established\n2025-08-02 09:16:23.033 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] socks connection closed\n2025-08-02 09:16:23.033 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][08be4d33-be9f-4f9e-93f3-4e9265af0b18] local connection closed\n2025-08-02 09:16:23.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.095 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65243 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.371 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] resuming socket\n2025-08-02 09:16:23.371 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] socks forwarding established\n2025-08-02 09:16:23.372 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] socks connection closed\n2025-08-02 09:16:23.373 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e37c646-3897-47e7-90b8-9017a74fd280] local connection closed\n2025-08-02 09:16:23.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:23.374 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.563 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65245 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.563 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] resuming socket\n2025-08-02 09:16:23.563 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] socks forwarding established\n2025-08-02 09:16:23.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] socks connection closed\n2025-08-02 09:16:23.567 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][868fa795-9819-4ad0-a2f1-9952970ce567] local connection closed\n2025-08-02 09:16:23.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:23.568 [info] (ssh_tunnel) stderr: debug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.673 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65247 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.673 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] resuming socket\n2025-08-02 09:16:23.673 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] socks forwarding established\n2025-08-02 09:16:23.674 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] socks connection closed\n2025-08-02 09:16:23.674 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][94bb4652-376c-4950-8706-e7e79b9160f0] local connection closed\n2025-08-02 09:16:23.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.763 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65249 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] resuming socket\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] socks forwarding established\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] socks connection closed\n2025-08-02 09:16:23.764 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50979f22-3515-42c0-834f-30d9057f2735] local connection closed\n2025-08-02 09:16:23.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65251 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:23.816 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] resuming socket\n2025-08-02 09:16:23.816 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] socks forwarding established\n2025-08-02 09:16:23.817 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] socks connection closed\n2025-08-02 09:16:23.817 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e2f063b4-a6c5-458a-8fcd-5b60f79308a0] local connection closed\n2025-08-02 09:16:23.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.880 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65253 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:23.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] resuming socket\n2025-08-02 09:16:23.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] socks forwarding established\n2025-08-02 09:16:23.881 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] socks connection closed\n2025-08-02 09:16:23.881 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][88d4b1ff-20d5-4cd0-a5d1-bb997e70546f] local connection closed\n2025-08-02 09:16:23.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:23.959 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65255 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] resuming socket\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] socks forwarding established\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] resuming socket\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] socks forwarding established\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] socks connection closed\n2025-08-02 09:16:23.959 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] socks connection closed\n2025-08-02 09:16:23.960 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][72c73049-bab5-48a4-9011-f7eff233fab9] local connection closed\n2025-08-02 09:16:23.961 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][50be787d-a1ca-490c-98c3-8d37e49612ab] local connection closed\n2025-08-02 09:16:23.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.005 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65257 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:24.006 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] resuming socket\n2025-08-02 09:16:24.006 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] socks forwarding established\n2025-08-02 09:16:24.006 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] socks connection closed\n2025-08-02 09:16:24.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][059d9776-ebbb-4b5f-a68a-82b9d9d3ed1e] local connection closed\n2025-08-02 09:16:24.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.114 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65259 to 127.0.0.1 port 59024, nchannels 10\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65261 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:24.114 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] resuming socket\n2025-08-02 09:16:24.114 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] socks forwarding established\n2025-08-02 09:16:24.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] socks connection closed\n2025-08-02 09:16:24.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5fed2367-661c-459a-a2cb-48809a7829ce] local connection closed\n2025-08-02 09:16:24.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.279 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65263 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.279 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] resuming socket\n2025-08-02 09:16:24.279 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] socks forwarding established\n2025-08-02 09:16:24.280 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] socks connection closed\n2025-08-02 09:16:24.282 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3cc594ed-073f-4291-8062-772be7c8df48] local connection closed\n2025-08-02 09:16:24.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.292 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65265 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.293 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] resuming socket\n2025-08-02 09:16:24.293 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] socks forwarding established\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] resuming socket\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] socks forwarding established\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] resuming socket\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] socks forwarding established\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] socks connection closed\n2025-08-02 09:16:24.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] socks connection closed\n2025-08-02 09:16:24.297 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] socks connection closed\n2025-08-02 09:16:24.297 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9ffe8df-0c55-49ef-80aa-2d7b52f56975] local connection closed\n2025-08-02 09:16:24.297 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a9390a45-e861-4102-94eb-198b1eca181c] local connection closed\n2025-08-02 09:16:24.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.298 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][966932a2-9b26-49de-a23b-3a695ff62d96] local connection closed\n2025-08-02 09:16:24.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.536 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65267 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.536 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] resuming socket\n2025-08-02 09:16:24.536 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] socks forwarding established\n2025-08-02 09:16:24.537 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] socks connection closed\n2025-08-02 09:16:24.537 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1835070a-ce16-4bb8-ae76-f7a9810b9fa8] local connection closed\n2025-08-02 09:16:24.538 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65271 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65272 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65273 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] resuming socket\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] socks forwarding established\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] resuming socket\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] socks forwarding established\n2025-08-02 09:16:24.538 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] resuming socket\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] socks forwarding established\n2025-08-02 09:16:24.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] socks connection closed\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] socks connection closed\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a14e85f7-60fd-42a2-b3f5-5b61feab87ce] local connection closed\n2025-08-02 09:16:24.539 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][963cc207-ddab-424c-8f90-f8f8e35ef919] local connection closed\n2025-08-02 09:16:24.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:24.540 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.541 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] socks connection closed\n2025-08-02 09:16:24.542 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][410e0767-2d39-46f8-bfe4-578af097d076] local connection closed\n2025-08-02 09:16:24.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.650 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65275 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.657 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65278 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65279 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] resuming socket\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] socks forwarding established\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] resuming socket\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] socks forwarding established\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] resuming socket\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] socks forwarding established\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] socks connection closed\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] socks connection closed\n2025-08-02 09:16:24.657 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] socks connection closed\n2025-08-02 09:16:24.658 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8c2da236-0d2e-43f6-a997-b318abc905ad] local connection closed\n2025-08-02 09:16:24.658 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c94708f1-580f-49d7-880a-2c95d2109473] local connection closed\n2025-08-02 09:16:24.658 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][53f7b14a-51ff-4bda-ad3f-372b9e74cb03] local connection closed\n2025-08-02 09:16:24.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.672 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65281 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] resuming socket\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] socks forwarding established\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] socks connection closed\n2025-08-02 09:16:24.672 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1667db3e-4025-4dc8-8794-730f52dc79dc] local connection closed\n2025-08-02 09:16:24.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.771 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65283 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.773 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65286 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65287 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] resuming socket\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] socks forwarding established\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] resuming socket\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] socks forwarding established\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] resuming socket\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] socks forwarding established\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] socks connection closed\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] socks connection closed\n2025-08-02 09:16:24.773 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] socks connection closed\n2025-08-02 09:16:24.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6fef9b84-8c00-4f2d-a7f7-1d0fd5019f6e] local connection closed\n2025-08-02 09:16:24.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2f28bbb5-5f99-4ca2-aabe-30054fb9b5a3] local connection closed\n2025-08-02 09:16:24.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dcf5da90-36dd-4b1d-979b-354168a3c072] local connection closed\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:24.776 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.788 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65289 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.788 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] resuming socket\n2025-08-02 09:16:24.788 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] socks forwarding established\n2025-08-02 09:16:24.792 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] socks connection closed\n2025-08-02 09:16:24.792 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][079e9fd2-2fe5-4f67-9a57-fb784f9d97ea] local connection closed\n2025-08-02 09:16:24.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.876 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65293 to 127.0.0.1 port 59024, nchannels 13\n\n2025-08-02 09:16:24.878 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65294 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65295 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] resuming socket\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] socks forwarding established\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] resuming socket\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] socks forwarding established\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] resuming socket\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] socks forwarding established\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] socks connection closed\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] socks connection closed\n2025-08-02 09:16:24.879 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] socks connection closed\n2025-08-02 09:16:24.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6f39dde-6a78-4e8f-beb2-b415f8c76507] local connection closed\n2025-08-02 09:16:24.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e51414f1-aef9-41bc-aa40-33bc6f587f1a] local connection closed\n2025-08-02 09:16:24.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9b77d2ec-41d7-4508-b4fe-e86355915207] local connection closed\n2025-08-02 09:16:24.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:24.906 [info] (ssh_tunnel) stderr: debug1: channel 12: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65297 to 127.0.0.1 port 59024, nchannels 12\n\n2025-08-02 09:16:24.918 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] resuming socket\n2025-08-02 09:16:24.918 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] socks forwarding established\n2025-08-02 09:16:24.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] socks connection closed\n2025-08-02 09:16:24.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4dbb454c-5714-4c34-bacb-4aa22a4ec2ab] local connection closed\n2025-08-02 09:16:24.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.006 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65301 to 127.0.0.1 port 59024, nchannels 12\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65302 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65303 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] resuming socket\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] socks forwarding established\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] resuming socket\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] socks forwarding established\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] socks connection closed\n2025-08-02 09:16:25.007 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] socks connection closed\n2025-08-02 09:16:25.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1a8f77a2-c2e0-4797-807a-1c946049cc52] local connection closed\n2025-08-02 09:16:25.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7a9436da-20d6-4eae-8e9d-db75d13d1a1b] local connection closed\n2025-08-02 09:16:25.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.009 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.032 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65305 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] resuming socket\n2025-08-02 09:16:25.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] socks forwarding established\n2025-08-02 09:16:25.039 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] socks connection closed\n2025-08-02 09:16:25.040 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][667b7f4f-b93b-44c6-aaee-c2cb0cd435ce] local connection closed\n2025-08-02 09:16:25.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.129 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65308 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65309 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.129 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] resuming socket\n2025-08-02 09:16:25.129 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] socks forwarding established\n2025-08-02 09:16:25.129 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] resuming socket\n2025-08-02 09:16:25.130 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] socks forwarding established\n2025-08-02 09:16:25.135 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] socks connection closed\n2025-08-02 09:16:25.135 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] socks connection closed\n2025-08-02 09:16:25.135 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a3a56dcb-6c0c-4679-8989-dae0913f5db7] local connection closed\n2025-08-02 09:16:25.136 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4935565a-0888-4b5e-8cbc-ca716e5a6782] local connection closed\n2025-08-02 09:16:25.137 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.146 [info] (ssh_tunnel) stderr: debug1: channel 11: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65311 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.157 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] resuming socket\n2025-08-02 09:16:25.157 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] socks forwarding established\n2025-08-02 09:16:25.157 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] socks connection closed\n2025-08-02 09:16:25.158 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][be78896b-5021-456d-afa1-0506db79bb20] local connection closed\n2025-08-02 09:16:25.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.248 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65314 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.255 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65315 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] resuming socket\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] socks forwarding established\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] resuming socket\n2025-08-02 09:16:25.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] socks forwarding established\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] socks connection closed\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] socks connection closed\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfa3386b-083b-4e5a-8fcd-6ae48b6f150e] local connection closed\n2025-08-02 09:16:25.277 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ef97f8b-f2fc-4852-8285-78c8f0d69f6c] local connection closed\n2025-08-02 09:16:25.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.289 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65317 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.289 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] resuming socket\n2025-08-02 09:16:25.289 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] socks forwarding established\n2025-08-02 09:16:25.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] socks connection closed\n2025-08-02 09:16:25.295 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0055f5a6-9c4c-4651-bef0-a28294aeccb9] local connection closed\n2025-08-02 09:16:25.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.404 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65320 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.405 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65321 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] resuming socket\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] socks forwarding established\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] resuming socket\n2025-08-02 09:16:25.405 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] socks forwarding established\n2025-08-02 09:16:25.406 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65323 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:25.406 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] socks connection closed\n2025-08-02 09:16:25.406 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] socks connection closed\n2025-08-02 09:16:25.406 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cbf4c080-4302-42c4-9a7d-7a6932e28e70] local connection closed\n2025-08-02 09:16:25.407 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c74c9396-0a96-4055-9623-e2093063adc2] local connection closed\n2025-08-02 09:16:25.408 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.432 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] resuming socket\n2025-08-02 09:16:25.432 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] socks forwarding established\n2025-08-02 09:16:25.438 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] socks connection closed\n2025-08-02 09:16:25.438 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9d76ebf8-5472-4ea6-8e23-6b1fc4209627] local connection closed\n2025-08-02 09:16:25.438 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:25.521 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65326 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:25.521 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65327 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] resuming socket\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] socks forwarding established\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] resuming socket\n2025-08-02 09:16:25.521 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] socks forwarding established\n2025-08-02 09:16:25.524 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] socks connection closed\n2025-08-02 09:16:25.524 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] socks connection closed\n2025-08-02 09:16:25.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bb694e34-690a-4cac-889d-b08e7fc77622] local connection closed\n2025-08-02 09:16:25.525 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8acfe89a-bafe-46df-afb6-cb5f0027204e] local connection closed\n2025-08-02 09:16:25.546 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65329 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:25.561 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] resuming socket\n2025-08-02 09:16:25.561 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] socks forwarding established\n2025-08-02 09:16:25.565 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] socks connection closed\n2025-08-02 09:16:25.566 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4452aac1-f3d7-4241-b605-363bee2de0c7] local connection closed\n2025-08-02 09:16:25.637 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65332 to 127.0.0.1 port 59024, nchannels 8\ndebug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65333 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:25.684 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65335 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:26.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:26.990 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] resuming socket\n2025-08-02 09:16:26.990 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] socks forwarding established\n2025-08-02 09:16:26.995 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] socks connection closed\n2025-08-02 09:16:26.996 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][7e081983-f7e6-49ec-8357-2d3a9cc7597a] local connection closed\n2025-08-02 09:16:26.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.105 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65337 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.105 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] resuming socket\n2025-08-02 09:16:27.105 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] socks forwarding established\n2025-08-02 09:16:27.110 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] socks connection closed\n2025-08-02 09:16:27.110 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][5ca1b3f4-0d02-4d01-8bf3-53e876e3f496] local connection closed\n2025-08-02 09:16:27.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.215 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65339 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.215 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] resuming socket\n2025-08-02 09:16:27.215 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] socks forwarding established\n2025-08-02 09:16:27.215 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] socks connection closed\n2025-08-02 09:16:27.216 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a4f61edf-07ca-496e-86d3-70ee31db6fb2] local connection closed\n2025-08-02 09:16:27.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.310 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.311 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] resuming socket\n2025-08-02 09:16:27.311 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] socks forwarding established\n2025-08-02 09:16:27.314 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] socks connection closed\n2025-08-02 09:16:27.314 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f6e35a6d-d15b-4594-946e-ccd8408cfe94] local connection closed\n2025-08-02 09:16:27.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.425 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65344 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.426 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] resuming socket\n2025-08-02 09:16:27.426 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] socks forwarding established\n2025-08-02 09:16:27.431 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] socks connection closed\n2025-08-02 09:16:27.431 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][071a5a2e-a812-4c55-8a5f-e86d8513aa42] local connection closed\n2025-08-02 09:16:27.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:27.432 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.542 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65346 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.543 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] resuming socket\n2025-08-02 09:16:27.543 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] socks forwarding established\n2025-08-02 09:16:27.543 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] socks connection closed\n2025-08-02 09:16:27.544 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][dfb34dc9-c3fe-4652-b6f4-721780a39283] local connection closed\n2025-08-02 09:16:27.544 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.659 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65349 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.659 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] resuming socket\n2025-08-02 09:16:27.659 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] socks forwarding established\n2025-08-02 09:16:27.664 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] socks connection closed\n2025-08-02 09:16:27.665 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][18ad750c-037a-4c68-b3c6-6159154eab89] local connection closed\n2025-08-02 09:16:27.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.774 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65351 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] resuming socket\n2025-08-02 09:16:27.774 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] socks forwarding established\n2025-08-02 09:16:27.779 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] socks connection closed\n2025-08-02 09:16:27.779 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][688e0933-5da5-46ad-9e9b-70fc30856630] local connection closed\n2025-08-02 09:16:27.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:27.879 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65353 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:27.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] resuming socket\n2025-08-02 09:16:27.880 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] socks forwarding established\n2025-08-02 09:16:27.885 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] socks connection closed\n2025-08-02 09:16:27.885 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b6ed3dca-b5ec-4fc9-bc7d-6963eb03746d] local connection closed\n2025-08-02 09:16:27.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:28.008 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65355 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] resuming socket\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] socks forwarding established\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] socks connection closed\n2025-08-02 09:16:28.008 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][78f98317-24b3-4c31-9c88-579622d534a8] local connection closed\n2025-08-02 09:16:28.119 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65357 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:28.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:28.991 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] resuming socket\n2025-08-02 09:16:28.991 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] socks forwarding established\n2025-08-02 09:16:28.991 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] socks connection closed\n2025-08-02 09:16:28.992 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6ebc30bd-3e30-409c-9f13-b7dc5a7ca5bc] local connection closed\n2025-08-02 09:16:29.132 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65359 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:29.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:29.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:29.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] resuming socket\n2025-08-02 09:16:29.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] socks forwarding established\n2025-08-02 09:16:29.923 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] socks connection closed\n2025-08-02 09:16:29.924 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][01031460-273f-4fe2-b78e-9a32a8d8d214] local connection closed\n2025-08-02 09:16:29.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:29.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] resuming socket\n2025-08-02 09:16:29.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] socks forwarding established\n2025-08-02 09:16:29.962 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] socks connection closed\n2025-08-02 09:16:29.963 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5a89071-ad72-4dd0-8f20-18c6a66dab13] local connection closed\n2025-08-02 09:16:29.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.039 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65361 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.039 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] resuming socket\n2025-08-02 09:16:30.039 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] socks forwarding established\n2025-08-02 09:16:30.044 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] socks connection closed\n2025-08-02 09:16:30.044 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0f5f9db2-4b6a-4063-a184-f8387c541543] local connection closed\n2025-08-02 09:16:30.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.078 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65363 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.078 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] resuming socket\n2025-08-02 09:16:30.078 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] socks forwarding established\n2025-08-02 09:16:30.082 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] socks connection closed\n2025-08-02 09:16:30.082 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a0dea6d2-fc04-4f1b-b8af-f86875fdd8f6] local connection closed\n2025-08-02 09:16:30.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.109 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] resuming socket\n2025-08-02 09:16:30.109 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] socks forwarding established\n2025-08-02 09:16:30.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] socks connection closed\n2025-08-02 09:16:30.115 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64a1376f-8c8c-4853-9922-d67a0b51ad38] local connection closed\n2025-08-02 09:16:30.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.158 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65365 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.159 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] resuming socket\n2025-08-02 09:16:30.159 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] socks forwarding established\n2025-08-02 09:16:30.162 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] socks connection closed\n2025-08-02 09:16:30.162 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][63568387-c447-4ae3-8c58-d52c9fecbb6f] local connection closed\n2025-08-02 09:16:30.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.178 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65367 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.178 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] resuming socket\n2025-08-02 09:16:30.178 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] socks forwarding established\n2025-08-02 09:16:30.183 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] socks connection closed\n2025-08-02 09:16:30.183 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][257d7f8f-591b-4817-9066-274137e94a2c] local connection closed\n2025-08-02 09:16:30.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.223 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65369 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.223 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] resuming socket\n2025-08-02 09:16:30.223 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] socks forwarding established\n2025-08-02 09:16:30.223 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] socks connection closed\n2025-08-02 09:16:30.224 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][68af83ba-550d-4270-9ff5-7f016c3b84e4] local connection closed\n2025-08-02 09:16:30.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.270 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65371 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.270 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] resuming socket\n2025-08-02 09:16:30.270 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] socks forwarding established\n2025-08-02 09:16:30.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] socks connection closed\n2025-08-02 09:16:30.272 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][56e1f8e9-e409-4032-8458-68fd986c3d09] local connection closed\n2025-08-02 09:16:30.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.288 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65373 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.288 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] resuming socket\n2025-08-02 09:16:30.288 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] socks forwarding established\n2025-08-02 09:16:30.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] socks connection closed\n2025-08-02 09:16:30.290 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ba2be8f2-ec66-4bc2-a31f-bafa1d4926b3] local connection closed\n2025-08-02 09:16:30.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.355 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65375 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.360 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] resuming socket\n2025-08-02 09:16:30.360 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] socks forwarding established\n2025-08-02 09:16:30.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] socks connection closed\n2025-08-02 09:16:30.365 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][ea8da7c3-0f4f-45e9-a873-bf48b51f687b] local connection closed\n2025-08-02 09:16:30.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.370 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65378 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.378 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] resuming socket\n2025-08-02 09:16:30.378 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] socks forwarding established\n2025-08-02 09:16:30.383 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] socks connection closed\n2025-08-02 09:16:30.383 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1f752a19-2239-4af0-b90b-10e03aabdfc2] local connection closed\n2025-08-02 09:16:30.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.396 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65380 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.396 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] resuming socket\n2025-08-02 09:16:30.396 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] socks forwarding established\n2025-08-02 09:16:30.396 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] socks connection closed\n2025-08-02 09:16:30.397 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][a6ac29b6-b44e-4259-b193-9b5099e5e72c] local connection closed\n2025-08-02 09:16:30.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.462 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65382 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.464 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] resuming socket\n2025-08-02 09:16:30.464 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] socks forwarding established\n2025-08-02 09:16:30.465 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] socks connection closed\n2025-08-02 09:16:30.465 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb01c4ae-5855-4059-b270-89162670f9de] local connection closed\n2025-08-02 09:16:30.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.501 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65384 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.501 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] resuming socket\n2025-08-02 09:16:30.501 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] socks forwarding established\n2025-08-02 09:16:30.502 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] socks connection closed\n2025-08-02 09:16:30.502 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b73fc46b-bf9c-4994-821d-ca42b3cb2f0e] local connection closed\n2025-08-02 09:16:30.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.507 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65386 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.507 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] resuming socket\n2025-08-02 09:16:30.507 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] socks forwarding established\n2025-08-02 09:16:30.512 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] socks connection closed\n2025-08-02 09:16:30.513 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][612787bc-b3a8-46b2-abb8-5a1468b06eca] local connection closed\n2025-08-02 09:16:30.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.578 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65388 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.578 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] resuming socket\n2025-08-02 09:16:30.578 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] socks forwarding established\n2025-08-02 09:16:30.578 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] socks connection closed\n2025-08-02 09:16:30.579 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][681d6a06-0fd0-48d7-a596-6a06d9a09a57] local connection closed\n2025-08-02 09:16:30.580 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.619 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65390 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65392 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] resuming socket\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] socks forwarding established\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] resuming socket\n2025-08-02 09:16:30.619 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] socks forwarding established\n2025-08-02 09:16:30.620 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] socks connection closed\n2025-08-02 09:16:30.620 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2bfd46d1-0db6-4264-8a58-9c0ecb3035ac] local connection closed\n2025-08-02 09:16:30.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.622 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] socks connection closed\n2025-08-02 09:16:30.622 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f3ada98e-fd93-4a55-ae07-d3533b47b872] local connection closed\n2025-08-02 09:16:30.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.679 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65394 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.683 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] resuming socket\n2025-08-02 09:16:30.683 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] socks forwarding established\n2025-08-02 09:16:30.683 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] socks connection closed\n2025-08-02 09:16:30.684 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6c36024-fb99-4571-9a20-bda600fdc2e2] local connection closed\n2025-08-02 09:16:30.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:30.685 [info] (ssh_tunnel) stderr: debug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.725 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65396 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.726 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] resuming socket\n2025-08-02 09:16:30.726 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] socks forwarding established\n2025-08-02 09:16:30.730 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65398 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.730 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] socks connection closed\n2025-08-02 09:16:30.731 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][1455ded7-f7e2-4fee-8e43-21ef4d1f159c] local connection closed\n2025-08-02 09:16:30.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.732 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] resuming socket\n2025-08-02 09:16:30.732 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] socks forwarding established\n2025-08-02 09:16:30.732 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] socks connection closed\n2025-08-02 09:16:30.733 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][8bddbfaa-677a-43f2-98c2-984dc370f093] local connection closed\n2025-08-02 09:16:30.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:30.733 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.814 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65400 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.814 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] resuming socket\n2025-08-02 09:16:30.814 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] socks forwarding established\n2025-08-02 09:16:30.815 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] socks connection closed\n2025-08-02 09:16:30.815 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][cf49a7c1-bbc3-4d83-b38a-6ee0453d538e] local connection closed\n2025-08-02 09:16:30.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.834 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65402 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.838 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] resuming socket\n2025-08-02 09:16:30.838 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] socks forwarding established\n2025-08-02 09:16:30.839 [info] (ssh_tunnel) stderr: debug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65404 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] resuming socket\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] socks forwarding established\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] socks connection closed\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] socks connection closed\n2025-08-02 09:16:30.839 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1eb2c20-3faa-4e2f-8bbd-c786fbfc3c55] local connection closed\n2025-08-02 09:16:30.840 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][0680586b-b9f5-4f38-8574-2a7b26aaff8c] local connection closed\n2025-08-02 09:16:30.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:16:30.841 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.918 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65406 to 127.0.0.1 port 59024, nchannels 11\n\n2025-08-02 09:16:30.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] resuming socket\n2025-08-02 09:16:30.919 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] socks forwarding established\n2025-08-02 09:16:30.922 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] socks connection closed\n2025-08-02 09:16:30.923 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][26ca2597-9a5c-4654-b05f-42654c4d6a71] local connection closed\n2025-08-02 09:16:30.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:30.939 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65408 to 127.0.0.1 port 59024, nchannels 11\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65410 to 127.0.0.1 port 59024, nchannels 10\n\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] resuming socket\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] socks forwarding established\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] resuming socket\n2025-08-02 09:16:30.940 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] socks forwarding established\n2025-08-02 09:16:30.944 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] socks connection closed\n2025-08-02 09:16:30.944 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] socks connection closed\n2025-08-02 09:16:30.945 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][e859c7eb-94ed-43d5-b45e-af38699ad3c6] local connection closed\n2025-08-02 09:16:30.945 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][207a29f9-e35a-4e59-b3f0-eee640c832fa] local connection closed\n2025-08-02 09:16:31.031 [info] (ssh_tunnel) stderr: debug1: channel 10: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65412 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:16:31.031 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] resuming socket\n2025-08-02 09:16:31.031 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] socks forwarding established\n2025-08-02 09:16:31.032 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] socks connection closed\n2025-08-02 09:16:31.033 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b656829a-8b5c-4568-955c-5789aa762bad] local connection closed\n2025-08-02 09:16:31.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:31.055 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65415 to 127.0.0.1 port 59024, nchannels 9\ndebug1: channel 8: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65416 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:16:31.131 [info] (ssh_tunnel) stderr: debug1: channel 9: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65418 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:31.132 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] resuming socket\n2025-08-02 09:16:31.132 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] socks forwarding established\n2025-08-02 09:16:31.138 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] socks connection closed\n2025-08-02 09:16:31.138 [info] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][70fe2ee4-f9f1-41b7-9be5-1df0003fc3da] local connection closed\n2025-08-02 09:16:31.240 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65420 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.265 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65425 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.266 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][9f4254be-8494-4ced-9434-2f527c6a2dd6] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.369 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65427 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.370 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][22219a0f-d16b-483d-9d3f-666be52f19fb] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.480 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65429 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.480 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2cfc3fe8-0c13-4537-b5e5-3caa1f99b7a8] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.582 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65431 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.583 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][943997a7-d226-4651-8209-a41c1f55893b] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.704 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65433 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.704 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][32626f0b-d26b-4438-973c-5cfadd0dd1e7] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.809 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65435 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.809 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][db494ee5-ff34-47d6-a53a-e8b66b118422] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:33.911 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65437 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:33.911 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4bbfbacb-961b-476e-9c82-c5fc83525e47] error while creating socks forwarding Socket closed\n2025-08-02 09:16:33.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.038 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65439 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.038 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6b5e17f1-daac-4a5e-96f1-9055e0f866e9] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.129 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65441 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.130 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][64eaea9e-4ccf-4bcb-a37d-109c8e01b77a] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.230 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65443 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:16:34.231 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][76f9682c-b538-4c2a-a3f1-e4e024a07bb8] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.249 [info] (ssh_tunnel) stderr: channel 6: open failed: connect failed: Connection refused\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65445 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.250 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b1d6c2a9-fb42-4ba1-87e7-0ab8a2fd4ea9] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.358 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65447 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.358 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][bba4dc39-2d15-4263-ae81-8df05dea4c4e] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.457 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65449 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.458 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][2debb8d2-db7f-4ef5-80a6-f4436eb6a00f] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.549 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65451 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.550 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][45b1c2c3-9b55-4bff-af8a-4daaf99174db] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.649 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65453 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.649 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][3bc2d111-9a3d-49fd-a837-05f206f13896] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.750 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65455 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.753 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][b4d769bd-6cc1-41b3-86cd-2b41fbe0ce16] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.849 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\nchannel 6: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65457 to 127.0.0.1 port 59024, nchannels 7\ndebug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65459 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.849 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c32e9166-d561-4424-a921-e49a774f0e4a] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.849 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][823587df-bb2a-4269-904c-8249cb1c36fe] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:34.949 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65461 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:34.950 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][4a55b632-b275-44d2-9e58-09290f2b87da] error while creating socks forwarding Socket closed\n2025-08-02 09:16:34.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:35.090 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65463 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:35.090 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][45c3251a-0298-4468-9572-6a5e2c454a23] error while creating socks forwarding Socket closed\n2025-08-02 09:16:35.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:35.200 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65465 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:35.202 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fe0fcf32-0bb1-41a0-848a-a106d32b6519] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.346 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65467 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.347 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][534891b4-4cd6-4e3b-b477-645402d84dc5] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.459 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65469 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.460 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][43b325e1-a740-4e63-88ba-37e6d751ce37] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.561 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65471 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.562 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f0bcd7c0-1d47-4926-94a6-f75260ebb227] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.670 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65473 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.673 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][6a9746d9-02c4-45e1-bf04-29994f93b4e7] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.796 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65475 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.797 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][03554de9-b019-41bc-b0e1-c1e742fe2b2c] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:36.906 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65477 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:36.908 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][daad58b2-bc2b-4f8f-9d00-189d50a1fbfd] error while creating socks forwarding Socket closed\n2025-08-02 09:16:36.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.020 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65479 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.023 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][f5655059-6fd5-4916-88ae-5366cf04837d] error while creating socks forwarding Socket closed\n2025-08-02 09:16:37.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.147 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65481 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.148 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][fb5a10b2-bce2-408e-804a-38fcda802e33] error while creating socks forwarding Socket closed\n2025-08-02 09:16:37.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.263 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65483 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.264 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][abdbcb0d-2d67-4389-a999-58ec94785af5] error while creating socks forwarding Socket closed\n2025-08-02 09:16:37.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:37.380 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65485 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:37.381 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][874400c3-7d4e-4bd3-9c5c-c5cfb94df456] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.605 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65488 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.606 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][de2bbbc7-c04b-4be5-ada1-ea8835c7a068] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.727 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65490 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.728 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][d6b543e5-7faa-4b11-86c1-cb0736ad5b31] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.730 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.835 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65492 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.836 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][de11c716-0541-4b2e-988d-12d1bc777b34] error while creating socks forwarding Socket closed\n2025-08-02 09:16:39.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:39.963 [info] (ssh_tunnel) stderr: channel 3: open failed: connect failed: Connection refused\ndebug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 8888, connect from 127.0.0.1 port 65494 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:16:39.963 [error] [tunnel-forwarding][127.0.0.1:8888 -> 127.0.0.1:59024 -> 127.0.0.1:8888][c1a44d1b-28dd-4752-8705-5ec7038aa87e] error while creating socks forwarding Socket closed\n2025-08-02 09:16:40.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:16:40.612 [info] [command][78b15426-1c7d-4364-ab73-b04eeed5d60b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""78b15426-1c7d-4364-ab73-b04eeed5d60b""}\n2025-08-02 09:16:40.614 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][cfc9f523-bb11-4f35-8820-35c4a65cc2c1] received connection request\n2025-08-02 09:16:40.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:16:40.731 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cfc9f523-bb11-4f35-8820-35c4a65cc2c1] socks forwarding established\n2025-08-02 09:16:40.857 [info] [command][78b15426-1c7d-4364-ab73-b04eeed5d60b] Process exited with code 0\n2025-08-02 09:16:40.857 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][cfc9f523-bb11-4f35-8820-35c4a65cc2c1] socks connection closed\n2025-08-02 09:16:40.857 [info] [command][78b15426-1c7d-4364-ab73-b04eeed5d60b] Socket close event received\n2025-08-02 09:16:40.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 65497 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:17:29.770 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][dcca7f3d-52fb-4518-b69b-9e208bb9d0f0] received connection request\n2025-08-02 09:17:29.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:30.929 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 09:17:30.929 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:17:30.934 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][7da78a3b-291d-40a3-b4c8-647e656f6661] received connection request\n2025-08-02 09:17:30.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:37.488 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][dcca7f3d-52fb-4518-b69b-9e208bb9d0f0] socks forwarding established\n2025-08-02 09:17:37.490 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][7da78a3b-291d-40a3-b4c8-647e656f6661] socks forwarding established\n2025-08-02 09:17:37.765 [info] Successfully connected to Cursor server at http://127.0.0.1:59029/version\n2025-08-02 09:17:37.765 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-08-02 09:17:37.766 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][aa79aa86-bd0b-4f53-85aa-2ddd9187c2b0] received connection request\n2025-08-02 09:17:37.766 [info] [command][aab2d5a9-bfa9-456e-afbc-1eaedc960083] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""aab2d5a9-bfa9-456e-afbc-1eaedc960083""}\n2025-08-02 09:17:37.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:37.874 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][aa79aa86-bd0b-4f53-85aa-2ddd9187c2b0] socks forwarding established\n2025-08-02 09:17:37.978 [info] [command][aab2d5a9-bfa9-456e-afbc-1eaedc960083] Process exited with code 0\n2025-08-02 09:17:37.978 [info] Successfully ran 'echo 1' against the multiplex server\n2025-08-02 09:17:37.979 [info] Reusing existing connection\n2025-08-02 09:17:37.979 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":59029,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 59024\n2025-08-02 09:17:37.980 [info] [command][aab2d5a9-bfa9-456e-afbc-1eaedc960083] Socket close event received\n2025-08-02 09:17:37.980 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][aa79aa86-bd0b-4f53-85aa-2ddd9187c2b0] socks connection closed\n2025-08-02 09:17:37.997 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][11ce6190-3d18-4529-b793-34b9ed44a05d] received connection request\n2025-08-02 09:17:37.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\n\n2025-08-02 09:17:37.998 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:37.999 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][faf56f77-1227-49d8-b6ea-51d797bcd448] socks connection closed\n2025-08-02 09:17:38.083 [info] (ssh_tunnel) stderr: debug1: channel 7: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 49385 to 127.0.0.1 port 59024, nchannels 9\n\n2025-08-02 09:17:38.096 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][11ce6190-3d18-4529-b793-34b9ed44a05d] socks forwarding established\n2025-08-02 09:17:38.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 59036 to 127.0.0.1 port 59024, nchannels 8\n\n2025-08-02 09:17:38.423 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][f33ebf0e-b452-4ac0-84c6-da91bde6085d] socks connection closed\n2025-08-02 09:17:38.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 59034 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:17:40.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:17:40.862 [info] [command][86d672b3-2250-46a8-9d97-340e7cd85e7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""86d672b3-2250-46a8-9d97-340e7cd85e7e""}\n2025-08-02 09:17:40.862 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:33959][b2389c92-ee36-45f8-befa-a80ba943ac3a] received connection request\n2025-08-02 09:17:40.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:17:40.887 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 45807, connect from 127.0.0.1 port 49275 to 127.0.0.1 port 59024, nchannels 7\n\n2025-08-02 09:17:40.887 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][7da78a3b-291d-40a3-b4c8-647e656f6661] socks connection closed\n2025-08-02 09:17:40.970 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b2389c92-ee36-45f8-befa-a80ba943ac3a] socks forwarding established\n2025-08-02 09:17:41.212 [info] [forwarding][multiplex][127.0.0.1:59030 -> 127.0.0.1:59024 -> 127.0.0.1:33959][b2389c92-ee36-45f8-befa-a80ba943ac3a] socks connection closed\n2025-08-02 09:17:41.212 [info] [command][86d672b3-2250-46a8-9d97-340e7cd85e7e] Process exited with code 0\n2025-08-02 09:17:41.212 [info] [command][86d672b3-2250-46a8-9d97-340e7cd85e7e] Socket close event received\n2025-08-02 09:17:41.328 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59024 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 49389 to 127.0.0.1 port 59024, nchannels 6\n\n2025-08-02 09:18:05.974 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #3)\n2025-08-02 09:18:05.975 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:18:05.976 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][babeb890-1ee4-498a-82b3-c82e02665bcd] received connection request\n2025-08-02 09:18:05.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:18:15.987 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 09:18:15.988 [error] Failed to connect to Cursor server at http://127.0.0.1:59029, attempt 1 of 3 This operation was aborted\n2025-08-02 09:18:15.990 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:45807][efeeab8e-fb4b-4fbc-bb2a-5e6282652181] received connection request\n2025-08-02 09:18:15.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 59024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:18:16.047 [info] Terminating existing SSH process with pid: 22509\n2025-08-02 09:18:16.047 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:18:16.047 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EJO7vy/socket.sock\n2025-08-02 09:18:16.048 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 09:18:16.048 [error] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][babeb890-1ee4-498a-82b3-c82e02665bcd] error while creating socks forwarding Socket closed\n2025-08-02 09:18:16.048 [error] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][efeeab8e-fb4b-4fbc-bb2a-5e6282652181] error while creating socks forwarding Socket closed\n2025-08-02 09:18:16.048 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][11ce6190-3d18-4529-b793-34b9ed44a05d] socks connection closed\n2025-08-02 09:18:16.048 [info] [forwarding][code][127.0.0.1:59029 -> 127.0.0.1:59024 -> 127.0.0.1:45807][dcca7f3d-52fb-4518-b69b-9e208bb9d0f0] socks connection closed\n2025-08-02 09:18:16.052 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41504.sh"" | ssh -v -T -D 49499 login.haicore.berlin bash --login -c bash\n2025-08-02 09:18:16.052 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:18:16.052 [info] Waiting for server to install via process(25938)...\n2025-08-02 09:18:16.064 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:18:16.064 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:18:16.066 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:18:16.066 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:18:16.066 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:18:16.992 [error] Failed to connect to Cursor server at http://127.0.0.1:59029, attempt 2 of 3 This operation was aborted\n2025-08-02 09:18:17.999 [error] Failed to connect to Cursor server at http://127.0.0.1:59029, attempt 3 of 3 This operation was aborted\n2025-08-02 09:18:17.999 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 09:18:17.999 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 09:18:37.322 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:18:37.322 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-02 09:18:37.323 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:18:37.323 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:18:37.491 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:18:37.492 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 09:18:37.493 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:18:37.597 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:18:37.820 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:18:37.821 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 09:18:37.821 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-08-02 09:18:37.826 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:18:38.162 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:18:38.399 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:18:38.457 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 09:18:38.457 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:18:38.573 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 09:18:38.738 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 09:18:38.849 [info] Askpass server received request: POST /\n2025-08-02 09:18:38.849 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 09:18:38.849 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 09:18:41.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59030\n2025-08-02 09:18:41.220 [error] [forwarding][multiplex][127.0.0.1:59030 -> unknown}][66768d5a-b54d-4ac9-86f7-49ba2dd39c76] remote server not configured\n2025-08-02 09:18:41.221 [info] [command][ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a""}\n2025-08-02 09:18:41.221 [error] [command][ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a] Socket error: Error: read ECONNRESET\n2025-08-02 09:18:41.221 [info] [command][ea4d8fa5-e393-4e51-a0a2-46dcb5805f0a] Socket close event received\n2025-08-02 09:19:17.092 [error] Password authentication cancelled\n2025-08-02 09:19:17.095 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 09:19:19.555 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-08-02 09:19:19.705 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 09:19:19.794 [info] Askpass server received request: POST /\n2025-08-02 09:19:19.794 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 09:19:19.794 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 09:19:23.186 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 09:19:23.192 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:19:23.193 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:19:23.194 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:19:23.197 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41035.sh"" | ssh -v -T -D 49774 login.haicore.berlin bash --login -c bash\n2025-08-02 09:19:23.197 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:19:23.197 [info] Waiting for server to install via process(25984)...\n2025-08-02 09:19:23.209 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:19:23.209 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:19:23.210 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:19:23.210 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:19:23.210 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:19:23.320 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:19:23.320 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:19:23.320 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:19:23.423 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:19:23.426 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 09:19:23.426 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:19:23.521 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 09:19:23.522 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:19:23.646 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:19:23.647 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 09:19:23.647 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:19:23.653 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:19:23.653 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:19:23.897 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:19:23.995 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:19:23.999 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 09:19:24.002 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 09:19:24.002 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:19:24.111 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:19:24.243 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:49774 forwarded to remote address socks:0\n\n2025-08-02 09:19:24.243 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 49774.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 49774.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-02 09:19:24.243 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 09:19:24.340 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 09:19:24.341 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 09:19:24.348 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-08-02 09:19:24.349 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 09:19:24.431 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 09:19:24.896 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 09:19:24.933 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:19:24.937 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 09:19:24.944 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 09:19:24.952 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 09:19:24.971 [info] (ssh_tunnel) stdout: Running multiplex server: 810831 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js fc422ce3-8024-46ca-9121-35769ae8c6f2\n\n2025-08-02 09:19:24.975 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 810831 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js fc422ce3-8024-46ca-9121-35769ae8c6f2\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-08-02 09:19:24.990 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nChecking for code servers\n\n2025-08-02 09:19:25.000 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 09:19:25.023 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n630b4a86e404f20eacd4c103: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==33959==\nmultiplexConnectionToken==fc422ce3-8024-46ca-9121-35769ae8c6f2==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n630b4a86e404f20eacd4c103: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:19:25.024 [info] Server install command exit code: 0\n2025-08-02 09:19:25.024 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41035.sh\n2025-08-02 09:19:25.025 [info] [forwarding][code] creating new forwarding server\n2025-08-02 09:19:25.025 [info] [forwarding][code] server listening on 127.0.0.1:49779\n2025-08-02 09:19:25.025 [info] [forwarding][code] Set up server\n2025-08-02 09:19:25.025 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 09:19:25.025 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 09:19:25.025 [info] [forwarding][multiplex] server listening on 127.0.0.1:49780\n2025-08-02 09:19:25.025 [info] [forwarding][multiplex] Set up server\n2025-08-02 09:19:25.026 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: fc422ce3-8024-46ca-9121-35769ae8c6f2\n2025-08-02 09:19:25.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:19:25.026 [info] [remote-ssh] Resolved exec server. Socks port: 49774\n2025-08-02 09:19:25.026 [info] Setting up 0 default forwarded ports\n2025-08-02 09:19:25.027 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":49779,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 49774\n2025-08-02 09:19:25.028 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][827b7fa3-f9a6-431a-bd5d-6814c6523ab5] received connection request\n2025-08-02 09:19:25.029 [info] [command][611d319e-748d-4792-8aab-e02ddb751fc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""611d319e-748d-4792-8aab-e02ddb751fc5""}\n2025-08-02 09:19:25.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:19:25.052 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][99117a86-ad93-4d7d-8fc7-433a07c37a9a] received connection request\n2025-08-02 09:19:25.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:19:25.142 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][827b7fa3-f9a6-431a-bd5d-6814c6523ab5] socks forwarding established\n2025-08-02 09:19:25.152 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][99117a86-ad93-4d7d-8fc7-433a07c37a9a] socks forwarding established\n2025-08-02 09:19:25.274 [info] [command][611d319e-748d-4792-8aab-e02ddb751fc5] Process exited with code 0\n2025-08-02 09:19:25.275 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][827b7fa3-f9a6-431a-bd5d-6814c6523ab5] socks connection closed\n2025-08-02 09:19:25.275 [info] [command][611d319e-748d-4792-8aab-e02ddb751fc5] Socket close event received\n2025-08-02 09:19:25.285 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][ba80e572-dac5-4661-871f-e941cc4d46b3] received connection request\n2025-08-02 09:19:25.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:19:25.394 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 49782 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:19:25.395 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][ba80e572-dac5-4661-871f-e941cc4d46b3] socks forwarding established\n2025-08-02 09:19:25.829 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 09:19:28.608 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:19:28.608 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 09:19:28.608 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:20:25.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:20:25.280 [info] [command][de037e44-1178-4493-96d4-6bdc15d45afe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""de037e44-1178-4493-96d4-6bdc15d45afe""}\n2025-08-02 09:20:25.280 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][edb91749-4777-4c6e-a8ba-6ec1d67ed2ed] received connection request\n2025-08-02 09:20:25.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:20:44.917 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][edb91749-4777-4c6e-a8ba-6ec1d67ed2ed] socks forwarding established\n2025-08-02 09:20:56.487 [info] [command][de037e44-1178-4493-96d4-6bdc15d45afe] Process exited with code 0\n2025-08-02 09:20:56.488 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][edb91749-4777-4c6e-a8ba-6ec1d67ed2ed] socks connection closed\n2025-08-02 09:20:56.488 [info] [command][de037e44-1178-4493-96d4-6bdc15d45afe] Socket close event received\n2025-08-02 09:20:59.090 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50051 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:21:56.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:21:56.496 [info] [command][3a914f72-7fed-4823-8a41-3fc7987b000f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""3a914f72-7fed-4823-8a41-3fc7987b000f""}\n2025-08-02 09:21:56.497 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][0cef08d7-55b0-4915-944a-a3d8df22d06d] received connection request\n2025-08-02 09:21:56.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:21:56.608 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0cef08d7-55b0-4915-944a-a3d8df22d06d] socks forwarding established\n2025-08-02 09:21:56.739 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0cef08d7-55b0-4915-944a-a3d8df22d06d] socks connection closed\n2025-08-02 09:21:56.740 [info] [command][3a914f72-7fed-4823-8a41-3fc7987b000f] Process exited with code 0\n2025-08-02 09:21:56.740 [info] [command][3a914f72-7fed-4823-8a41-3fc7987b000f] Socket close event received\n2025-08-02 09:21:57.031 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50395 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:22:56.746 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:22:56.751 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][43ad4ab5-8197-48da-b36c-43f41653bc47] received connection request\n2025-08-02 09:22:56.751 [info] [command][8a1fa454-afa4-4a0e-9c93-bc6feb265ed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""8a1fa454-afa4-4a0e-9c93-bc6feb265ed7""}\n2025-08-02 09:22:56.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:22:58.626 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][43ad4ab5-8197-48da-b36c-43f41653bc47] socks forwarding established\n2025-08-02 09:22:59.119 [info] [command][8a1fa454-afa4-4a0e-9c93-bc6feb265ed7] Process exited with code 0\n2025-08-02 09:22:59.120 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][43ad4ab5-8197-48da-b36c-43f41653bc47] socks connection closed\n2025-08-02 09:22:59.120 [info] [command][8a1fa454-afa4-4a0e-9c93-bc6feb265ed7] Socket close event received\n2025-08-02 09:22:59.273 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50421 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:23:59.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:23:59.127 [info] [command][b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d""}\n2025-08-02 09:23:59.128 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][9a37bbdf-4fa8-443f-a7d5-7a6e3ab30b12] received connection request\n2025-08-02 09:23:59.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:23:59.222 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][9a37bbdf-4fa8-443f-a7d5-7a6e3ab30b12] socks forwarding established\n2025-08-02 09:23:59.321 [info] [command][b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d] Process exited with code 0\n2025-08-02 09:23:59.322 [info] [command][b5fafb93-af20-4f4a-ba9e-bbd7a3227f0d] Socket close event received\n2025-08-02 09:23:59.325 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][9a37bbdf-4fa8-443f-a7d5-7a6e3ab30b12] socks connection closed\n2025-08-02 09:23:59.417 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50497 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:24:59.326 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:24:59.330 [info] [command][96b72da9-43a2-4de9-af54-9fea907d060c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""96b72da9-43a2-4de9-af54-9fea907d060c""}\n2025-08-02 09:24:59.332 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][0dca286a-4870-4d06-8c0c-b28969767863] received connection request\n2025-08-02 09:24:59.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:24:59.761 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0dca286a-4870-4d06-8c0c-b28969767863] socks forwarding established\n2025-08-02 09:24:59.929 [info] [command][96b72da9-43a2-4de9-af54-9fea907d060c] Process exited with code 0\n2025-08-02 09:24:59.930 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][0dca286a-4870-4d06-8c0c-b28969767863] socks connection closed\n2025-08-02 09:24:59.930 [info] [command][96b72da9-43a2-4de9-af54-9fea907d060c] Socket close event received\n2025-08-02 09:25:00.046 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50589 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:25:59.931 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:25:59.933 [info] [command][71034ae4-a51d-43de-be68-5c15ff2d3016] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""71034ae4-a51d-43de-be68-5c15ff2d3016""}\n2025-08-02 09:25:59.934 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][dc5b9516-6071-4b48-8537-d3dd7b833de3] received connection request\n2025-08-02 09:25:59.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:26:00.027 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][dc5b9516-6071-4b48-8537-d3dd7b833de3] socks forwarding established\n2025-08-02 09:26:00.134 [info] [command][71034ae4-a51d-43de-be68-5c15ff2d3016] Process exited with code 0\n2025-08-02 09:26:00.135 [info] [command][71034ae4-a51d-43de-be68-5c15ff2d3016] Socket close event received\n2025-08-02 09:26:00.139 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][dc5b9516-6071-4b48-8537-d3dd7b833de3] socks connection closed\n2025-08-02 09:26:00.254 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50689 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:27:00.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:27:00.143 [info] [command][a6e9fffb-2868-4712-ad1e-cedb14204730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""a6e9fffb-2868-4712-ad1e-cedb14204730""}\n2025-08-02 09:27:00.143 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][91e10851-0d50-4a0b-8659-4a119fdc780e] received connection request\n2025-08-02 09:27:00.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:27:00.258 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][91e10851-0d50-4a0b-8659-4a119fdc780e] socks forwarding established\n2025-08-02 09:27:00.367 [info] [command][a6e9fffb-2868-4712-ad1e-cedb14204730] Process exited with code 0\n2025-08-02 09:27:00.368 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][91e10851-0d50-4a0b-8659-4a119fdc780e] socks connection closed\n2025-08-02 09:27:00.368 [info] [command][a6e9fffb-2868-4712-ad1e-cedb14204730] Socket close event received\n2025-08-02 09:27:00.481 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50720 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:28:00.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:28:00.372 [info] [command][d0ec5e76-3167-4989-b3f6-95c3287e8220] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""d0ec5e76-3167-4989-b3f6-95c3287e8220""}\n2025-08-02 09:28:00.372 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][2d2dbaa2-fa6d-4df9-80aa-c7803f4c30b6] received connection request\n2025-08-02 09:28:00.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\n\n2025-08-02 09:28:00.373 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:28:00.494 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][2d2dbaa2-fa6d-4df9-80aa-c7803f4c30b6] socks forwarding established\n2025-08-02 09:28:00.616 [info] [command][d0ec5e76-3167-4989-b3f6-95c3287e8220] Process exited with code 0\n2025-08-02 09:28:00.617 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][2d2dbaa2-fa6d-4df9-80aa-c7803f4c30b6] socks connection closed\n2025-08-02 09:28:00.617 [info] [command][d0ec5e76-3167-4989-b3f6-95c3287e8220] Socket close event received\n2025-08-02 09:28:00.721 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50734 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:29:00.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:29:00.624 [info] [command][ebf8b798-3149-4e76-afd0-e840d96c1c9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""ebf8b798-3149-4e76-afd0-e840d96c1c9b""}\n2025-08-02 09:29:00.625 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][84230840-2a1f-4201-9739-f312e25e5185] received connection request\n2025-08-02 09:29:00.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:29:03.518 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][84230840-2a1f-4201-9739-f312e25e5185] socks forwarding established\n2025-08-02 09:29:03.627 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][84230840-2a1f-4201-9739-f312e25e5185] socks connection closed\n2025-08-02 09:29:03.627 [info] [command][ebf8b798-3149-4e76-afd0-e840d96c1c9b] Process exited with code 0\n2025-08-02 09:29:03.627 [info] [command][ebf8b798-3149-4e76-afd0-e840d96c1c9b] Socket close event received\n2025-08-02 09:29:03.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49774 for 127.0.0.1 port 33959, connect from 127.0.0.1 port 50770 to 127.0.0.1 port 49774, nchannels 6\n\n2025-08-02 09:30:03.631 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:49780\n2025-08-02 09:30:03.633 [info] [command][7877fdfe-e6ae-4b5a-92ca-1d162a481357] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""fc422ce3-8024-46ca-9121-35769ae8c6f2"",""id"":""7877fdfe-e6ae-4b5a-92ca-1d162a481357""}\n2025-08-02 09:30:03.634 [info] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:33959][56ce4f7f-438d-4278-8ebb-148102a773b1] received connection request\n2025-08-02 09:30:03.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:30:11.157 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][433d1634-8ff5-4813-81b9-749a3698ec30] received connection request\n2025-08-02 09:30:11.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:30:33.640 [error] [forwarding][multiplex][127.0.0.1:49780 -> 127.0.0.1:49774 -> 127.0.0.1:33959][56ce4f7f-438d-4278-8ebb-148102a773b1] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:30:33.641 [info] [command][7877fdfe-e6ae-4b5a-92ca-1d162a481357] Socket end event received\n2025-08-02 09:30:33.641 [info] [command][7877fdfe-e6ae-4b5a-92ca-1d162a481357] Socket close event received\n2025-08-02 09:30:41.162 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][433d1634-8ff5-4813-81b9-749a3698ec30] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:30:46.155 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][d8cf67a5-1b88-4825-87e5-2c216dba0afe] received connection request\n2025-08-02 09:30:46.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:30:58.558 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 09:30:58.558 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:30:58.568 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][7a348106-a113-4bcd-8a44-07a101cabeda] received connection request\n2025-08-02 09:30:58.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:31:08.566 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 09:31:08.567 [error] Failed to connect to Cursor server at http://127.0.0.1:49779, attempt 1 of 3 This operation was aborted\n2025-08-02 09:31:08.568 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:45807][7c26a3d7-1a76-4278-97ef-481ec5a296b2] received connection request\n2025-08-02 09:31:08.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 49774 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:31:08.635 [info] Terminating existing SSH process with pid: 25984\n2025-08-02 09:31:08.635 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:31:08.636 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:31:08.636 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 09:31:08.636 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][99117a86-ad93-4d7d-8fc7-433a07c37a9a] socks connection closed\n2025-08-02 09:31:08.636 [info] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][ba80e572-dac5-4661-871f-e941cc4d46b3] socks connection closed\n2025-08-02 09:31:08.637 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][d8cf67a5-1b88-4825-87e5-2c216dba0afe] error while creating socks forwarding Socket closed\n2025-08-02 09:31:08.637 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][7a348106-a113-4bcd-8a44-07a101cabeda] error while creating socks forwarding Socket closed\n2025-08-02 09:31:08.637 [error] [forwarding][code][127.0.0.1:49779 -> 127.0.0.1:49774 -> 127.0.0.1:45807][7c26a3d7-1a76-4278-97ef-481ec5a296b2] error while creating socks forwarding Socket closed\n2025-08-02 09:31:08.640 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29314.sh"" | ssh -v -T -D 51415 login.haicore.berlin bash --login -c bash\n2025-08-02 09:31:08.640 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:31:08.640 [info] Waiting for server to install via process(26431)...\n2025-08-02 09:31:08.648 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:31:08.649 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:31:08.652 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:31:08.652 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:31:08.652 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:31:09.568 [error] Failed to connect to Cursor server at http://127.0.0.1:49779, attempt 2 of 3 This operation was aborted\n2025-08-02 09:31:10.574 [error] Failed to connect to Cursor server at http://127.0.0.1:49779, attempt 3 of 3 This operation was aborted\n2025-08-02 09:31:10.574 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 09:31:10.574 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 09:34:08.658 [error] Error installing server: Failed to install server within the timeout\n2025-08-02 09:34:08.659 [info] Retrying connection in 5 seconds...\n2025-08-02 09:34:13.660 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29314.sh\n2025-08-02 09:34:13.661 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:34:13.664 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60877.sh"" | ssh -v -T -D 51690 login.haicore.berlin bash --login -c bash\n2025-08-02 09:34:13.664 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:34:13.664 [info] Waiting for server to install via process(26515)...\n2025-08-02 09:34:13.674 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:34:13.674 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:34:13.675 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:34:13.677 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:34:13.678 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:34:13.678 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:35:53.196 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Operation timed out\n\n2025-08-02 09:35:53.197 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Operation timed out\n\n2025-08-02 09:35:53.198 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:35:53.199 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:35:53.199 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:35:53.199 [info] Retrying connection in 5 seconds...\n2025-08-02 09:35:58.203 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60877.sh\n2025-08-02 09:35:58.206 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:35:58.213 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12117.sh"" | ssh -v -T -D 51796 login.haicore.berlin bash --login -c bash\n2025-08-02 09:35:58.214 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:35:58.214 [info] Waiting for server to install via process(26560)...\n2025-08-02 09:35:58.227 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:35:58.228 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:35:58.228 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:35:58.229 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:35:59.049 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 09:35:59.049 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:35:59.049 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:35:59.049 [info] Retrying connection in 5 seconds...\n2025-08-02 09:36:04.052 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12117.sh\n2025-08-02 09:36:04.052 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-TjWKzI/socket.sock\n2025-08-02 09:36:04.055 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27066.sh"" | ssh -v -T -D 51837 login.haicore.berlin bash --login -c bash\n2025-08-02 09:36:04.055 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:36:04.055 [info] Waiting for server to install via process(26575)...\n2025-08-02 09:36:04.067 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:36:04.067 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:36:04.067 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:36:04.068 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:37:22.276 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Operation timed out\n\n2025-08-02 09:37:22.278 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 09:37:22.279 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:37:22.279 [error] Failed to connect after 4 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:37:22.279 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27066.sh\n2025-08-02 09:37:22.280 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 09:38:20.148 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 09:38:20.155 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fI1xzR/socket.sock\n2025-08-02 09:38:20.156 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:38:20.158 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fI1xzR/socket.sock\n2025-08-02 09:38:20.161 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33147.sh"" | ssh -v -T -D 52944 login.haicore.berlin bash --login -c bash\n2025-08-02 09:38:20.161 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:38:20.161 [info] Waiting for server to install via process(26670)...\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:38:20.169 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:38:20.335 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:38:20.337 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:38:20.337 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:38:20.426 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:38:20.428 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 09:38:20.428 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:38:20.501 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 09:38:20.502 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:38:20.596 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:38:20.597 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 09:38:20.598 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:38:20.604 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:38:20.604 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:38:20.797 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:38:20.874 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:38:20.879 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 09:38:20.879 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:38:20.973 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 09:38:21.104 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 09:38:21.204 [info] Askpass server received request: POST /\n2025-08-02 09:38:21.204 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 09:38:21.204 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 09:38:24.670 [error] Password authentication cancelled\n2025-08-02 09:38:24.672 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 09:38:27.168 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 09:38:27.174 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:38:27.175 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:38:27.177 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:38:27.179 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90606.sh"" | ssh -v -T -D 52952 login.haicore.berlin bash --login -c bash\n2025-08-02 09:38:27.180 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:38:27.180 [info] Waiting for server to install via process(26688)...\n2025-08-02 09:38:27.186 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:38:27.186 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:38:27.186 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:38:27.294 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:38:27.295 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:38:27.295 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:38:27.376 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 09:38:27.377 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 09:38:27.378 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 09:38:27.451 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 09:38:27.452 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 09:38:27.559 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 09:38:27.561 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 09:38:27.565 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 09:38:27.565 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 09:38:27.767 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 09:38:27.847 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 09:38:27.850 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 09:38:27.850 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:38:27.937 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 09:38:28.059 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:52952 forwarded to remote address socks:0\n\n2025-08-02 09:38:28.060 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 52952.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\n\n2025-08-02 09:38:28.060 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on 127.0.0.1 port 52952.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 09:38:28.060 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 09:38:28.134 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 09:38:28.135 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 09:38:28.144 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 09:38:28.221 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 09:38:28.684 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 09:38:28.724 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:38:28.729 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-02 09:38:28.730 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-08-02 09:38:28.735 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 09:38:28.741 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 09:38:28.755 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 09:38:28.760 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 09:38:28.766 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-08-02 09:38:28.767 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 09:38:28.778 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 21d14c88-606a-4022-818a-c48dc0616a7d\nMultiplex server started with PID 881070 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 09:38:29.283 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 09:38:29.301 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 09:38:29.302 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:38:29.309 [info] (ssh_tunnel) stdout: c46a529f9e86d85714a068a3: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40333==\nmultiplexConnectionToken==21d14c88-606a-4022-818a-c48dc0616a7d==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nc46a529f9e86d85714a068a3: end\n\n2025-08-02 09:38:29.310 [info] Server install command exit code: 0\n2025-08-02 09:38:29.310 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90606.sh\n2025-08-02 09:38:29.311 [info] [forwarding][code] creating new forwarding server\n2025-08-02 09:38:29.311 [info] [forwarding][code] server listening on 127.0.0.1:52955\n2025-08-02 09:38:29.311 [info] [forwarding][code] Set up server\n2025-08-02 09:38:29.311 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 09:38:29.311 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 09:38:29.311 [info] [forwarding][multiplex] server listening on 127.0.0.1:52956\n2025-08-02 09:38:29.311 [info] [forwarding][multiplex] Set up server\n2025-08-02 09:38:29.312 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 21d14c88-606a-4022-818a-c48dc0616a7d\n2025-08-02 09:38:29.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:38:29.312 [info] [remote-ssh] Resolved exec server. Socks port: 52952\n2025-08-02 09:38:29.312 [info] Setting up 0 default forwarded ports\n2025-08-02 09:38:29.312 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":52955,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 52952\n2025-08-02 09:38:29.313 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 09:38:29.314 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][241fe250-1ec9-43c6-b489-16cebc213dc1] received connection request\n2025-08-02 09:38:29.315 [info] [command][5138c522-3e91-4fda-9fca-67e3c31a4376] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""5138c522-3e91-4fda-9fca-67e3c31a4376""}\n2025-08-02 09:38:29.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:38:29.353 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][d60a3712-931c-4af2-b1a2-020d225367d2] received connection request\n2025-08-02 09:38:29.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\n\n2025-08-02 09:38:29.354 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:38:29.396 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][241fe250-1ec9-43c6-b489-16cebc213dc1] socks forwarding established\n2025-08-02 09:38:29.451 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][d60a3712-931c-4af2-b1a2-020d225367d2] socks forwarding established\n2025-08-02 09:38:29.485 [info] [command][5138c522-3e91-4fda-9fca-67e3c31a4376] Process exited with code 0\n2025-08-02 09:38:29.486 [info] [command][5138c522-3e91-4fda-9fca-67e3c31a4376] Socket close event received\n2025-08-02 09:38:29.486 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][241fe250-1ec9-43c6-b489-16cebc213dc1] socks connection closed\n2025-08-02 09:38:29.556 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][ffddc992-c52a-4d03-8339-132955a947bf] received connection request\n2025-08-02 09:38:29.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:38:29.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 52958 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:38:29.641 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][ffddc992-c52a-4d03-8339-132955a947bf] socks forwarding established\n2025-08-02 09:38:29.938 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 09:38:33.530 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:38:33.530 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 09:38:33.530 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 09:39:29.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:39:29.492 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][c8cf77ac-78ca-41ac-8b08-e301652b099e] received connection request\n2025-08-02 09:39:29.493 [info] [command][aaeba8eb-ca16-42d1-b698-4da52ec703c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""aaeba8eb-ca16-42d1-b698-4da52ec703c9""}\n2025-08-02 09:39:29.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:39:29.593 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][c8cf77ac-78ca-41ac-8b08-e301652b099e] socks forwarding established\n2025-08-02 09:39:29.694 [info] [command][aaeba8eb-ca16-42d1-b698-4da52ec703c9] Process exited with code 0\n2025-08-02 09:39:29.694 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][c8cf77ac-78ca-41ac-8b08-e301652b099e] socks connection closed\n2025-08-02 09:39:29.694 [info] [command][aaeba8eb-ca16-42d1-b698-4da52ec703c9] Socket close event received\n2025-08-02 09:39:29.778 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53069 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:40:29.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:40:29.701 [info] [command][da350e97-cd05-4725-8e8c-f1c0d89c7478] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""da350e97-cd05-4725-8e8c-f1c0d89c7478""}\n2025-08-02 09:40:29.702 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][b6f5156b-8c94-4d4a-9f62-ec42106eaf7d] received connection request\n2025-08-02 09:40:29.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:40:29.783 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][b6f5156b-8c94-4d4a-9f62-ec42106eaf7d] socks forwarding established\n2025-08-02 09:40:29.872 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][b6f5156b-8c94-4d4a-9f62-ec42106eaf7d] socks connection closed\n2025-08-02 09:40:29.872 [info] [command][da350e97-cd05-4725-8e8c-f1c0d89c7478] Process exited with code 0\n2025-08-02 09:40:29.872 [info] [command][da350e97-cd05-4725-8e8c-f1c0d89c7478] Socket close event received\n2025-08-02 09:40:29.958 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53152 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:41:29.878 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:41:29.880 [info] [command][f3e3db2f-1470-4904-91ba-fa5bf14f78c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""f3e3db2f-1470-4904-91ba-fa5bf14f78c7""}\n2025-08-02 09:41:29.884 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][ce8db516-7799-4849-9784-5bdec6a8c651] received connection request\n2025-08-02 09:41:29.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:41:29.967 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][ce8db516-7799-4849-9784-5bdec6a8c651] socks forwarding established\n2025-08-02 09:41:30.062 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][ce8db516-7799-4849-9784-5bdec6a8c651] socks connection closed\n2025-08-02 09:41:30.062 [info] [command][f3e3db2f-1470-4904-91ba-fa5bf14f78c7] Process exited with code 0\n2025-08-02 09:41:30.062 [info] [command][f3e3db2f-1470-4904-91ba-fa5bf14f78c7] Socket close event received\n2025-08-02 09:41:30.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53244 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:42:30.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:42:30.068 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][46f2d251-0c54-43ee-b7d7-02407e1a5c51] received connection request\n2025-08-02 09:42:30.069 [info] [command][483ab72d-4de0-47d6-94ba-2aafd15b2c68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""483ab72d-4de0-47d6-94ba-2aafd15b2c68""}\n2025-08-02 09:42:30.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:42:30.299 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][46f2d251-0c54-43ee-b7d7-02407e1a5c51] socks forwarding established\n2025-08-02 09:42:30.410 [info] [command][483ab72d-4de0-47d6-94ba-2aafd15b2c68] Process exited with code 0\n2025-08-02 09:42:30.410 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][46f2d251-0c54-43ee-b7d7-02407e1a5c51] socks connection closed\n2025-08-02 09:42:30.411 [info] [command][483ab72d-4de0-47d6-94ba-2aafd15b2c68] Socket close event received\n2025-08-02 09:42:30.535 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53329 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:43:30.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:43:30.413 [info] [command][13845c43-64f7-49e9-b515-763840ddea9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""13845c43-64f7-49e9-b515-763840ddea9f""}\n2025-08-02 09:43:30.413 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][2a021ca7-80f0-490d-ad33-0d5d127dae4f] received connection request\n2025-08-02 09:43:30.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:43:30.520 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2a021ca7-80f0-490d-ad33-0d5d127dae4f] socks forwarding established\n2025-08-02 09:43:30.613 [info] [command][13845c43-64f7-49e9-b515-763840ddea9f] Process exited with code 0\n2025-08-02 09:43:30.614 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2a021ca7-80f0-490d-ad33-0d5d127dae4f] socks connection closed\n2025-08-02 09:43:30.614 [info] [command][13845c43-64f7-49e9-b515-763840ddea9f] Socket close event received\n2025-08-02 09:43:30.707 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53403 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:44:30.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:44:30.619 [info] [command][f6984371-d3e8-4bdf-8fe0-7aab22baf165] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""f6984371-d3e8-4bdf-8fe0-7aab22baf165""}\n2025-08-02 09:44:30.620 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][a1f7c4b1-49cd-47c5-be20-c8a330aebcb0] received connection request\n2025-08-02 09:44:30.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\n\n2025-08-02 09:44:30.621 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:44:30.741 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][a1f7c4b1-49cd-47c5-be20-c8a330aebcb0] socks forwarding established\n2025-08-02 09:44:30.832 [info] [command][f6984371-d3e8-4bdf-8fe0-7aab22baf165] Process exited with code 0\n2025-08-02 09:44:30.832 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][a1f7c4b1-49cd-47c5-be20-c8a330aebcb0] socks connection closed\n2025-08-02 09:44:30.832 [info] [command][f6984371-d3e8-4bdf-8fe0-7aab22baf165] Socket close event received\n2025-08-02 09:44:30.913 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53458 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:45:30.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:45:30.840 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][27c9d932-5474-496c-8d14-fd32b801e898] received connection request\n2025-08-02 09:45:30.841 [info] [command][0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5""}\n2025-08-02 09:45:30.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:45:30.929 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][27c9d932-5474-496c-8d14-fd32b801e898] socks forwarding established\n2025-08-02 09:45:31.018 [info] [command][0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5] Process exited with code 0\n2025-08-02 09:45:31.019 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][27c9d932-5474-496c-8d14-fd32b801e898] socks connection closed\n2025-08-02 09:45:31.019 [info] [command][0abc64e1-d3d8-4ab7-8b3c-86abfc1464f5] Socket close event received\n2025-08-02 09:45:31.171 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53545 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:46:31.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:46:31.025 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][f36fa647-12ff-47ca-9701-6e20171a618f] received connection request\n2025-08-02 09:46:31.025 [info] [command][27e57477-d2ce-4d22-bcff-75a22a2ea136] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""27e57477-d2ce-4d22-bcff-75a22a2ea136""}\n2025-08-02 09:46:31.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:46:31.153 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][f36fa647-12ff-47ca-9701-6e20171a618f] socks forwarding established\n2025-08-02 09:46:31.252 [info] [command][27e57477-d2ce-4d22-bcff-75a22a2ea136] Process exited with code 0\n2025-08-02 09:46:31.252 [info] [command][27e57477-d2ce-4d22-bcff-75a22a2ea136] Socket close event received\n2025-08-02 09:46:31.253 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][f36fa647-12ff-47ca-9701-6e20171a618f] socks connection closed\n2025-08-02 09:46:31.337 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53565 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:47:31.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:47:31.254 [info] [command][982aadc4-9f14-4985-80db-32cb7acfa4b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""982aadc4-9f14-4985-80db-32cb7acfa4b0""}\n2025-08-02 09:47:31.254 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][2be6c960-2211-463b-ba80-a19a7e435abc] received connection request\n2025-08-02 09:47:31.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:47:31.346 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2be6c960-2211-463b-ba80-a19a7e435abc] socks forwarding established\n2025-08-02 09:47:31.443 [info] [command][982aadc4-9f14-4985-80db-32cb7acfa4b0] Process exited with code 0\n2025-08-02 09:47:31.443 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][2be6c960-2211-463b-ba80-a19a7e435abc] socks connection closed\n2025-08-02 09:47:31.443 [info] [command][982aadc4-9f14-4985-80db-32cb7acfa4b0] Socket close event received\n2025-08-02 09:47:31.520 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53585 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:48:31.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:48:31.449 [info] [command][6cc84958-caad-4131-9594-a08a7f6aad68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""6cc84958-caad-4131-9594-a08a7f6aad68""}\n2025-08-02 09:48:31.449 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][50659438-744d-49cc-b763-9520b22a24f2] received connection request\n2025-08-02 09:48:31.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:48:31.554 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][50659438-744d-49cc-b763-9520b22a24f2] socks forwarding established\n2025-08-02 09:48:31.650 [info] [command][6cc84958-caad-4131-9594-a08a7f6aad68] Process exited with code 0\n2025-08-02 09:48:31.650 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][50659438-744d-49cc-b763-9520b22a24f2] socks connection closed\n2025-08-02 09:48:31.650 [info] [command][6cc84958-caad-4131-9594-a08a7f6aad68] Socket close event received\n2025-08-02 09:48:31.734 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53623 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:49:31.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:49:31.654 [info] [command][14b4e588-e184-43c4-9844-83330c8a7399] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""14b4e588-e184-43c4-9844-83330c8a7399""}\n2025-08-02 09:49:31.654 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][e897e865-a8c2-4ffc-950c-f367de400428] received connection request\n2025-08-02 09:49:31.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\n\n2025-08-02 09:49:31.654 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:49:31.765 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][e897e865-a8c2-4ffc-950c-f367de400428] socks forwarding established\n2025-08-02 09:49:31.866 [info] [command][14b4e588-e184-43c4-9844-83330c8a7399] Process exited with code 0\n2025-08-02 09:49:31.866 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][e897e865-a8c2-4ffc-950c-f367de400428] socks connection closed\n2025-08-02 09:49:31.866 [info] [command][14b4e588-e184-43c4-9844-83330c8a7399] Socket close event received\n2025-08-02 09:49:31.951 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53700 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:50:31.869 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:50:31.870 [info] [command][7d484a58-9d0c-497f-904a-119c8c059a12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""7d484a58-9d0c-497f-904a-119c8c059a12""}\n2025-08-02 09:50:31.870 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][3dfb78ad-76c5-4feb-a041-6fa2c9f7e2ba] received connection request\n2025-08-02 09:50:31.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:50:31.955 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3dfb78ad-76c5-4feb-a041-6fa2c9f7e2ba] socks forwarding established\n2025-08-02 09:50:32.051 [info] [command][7d484a58-9d0c-497f-904a-119c8c059a12] Process exited with code 0\n2025-08-02 09:50:32.052 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3dfb78ad-76c5-4feb-a041-6fa2c9f7e2ba] socks connection closed\n2025-08-02 09:50:32.052 [info] [command][7d484a58-9d0c-497f-904a-119c8c059a12] Socket close event received\n2025-08-02 09:50:32.133 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53760 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:51:32.057 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:51:32.060 [info] [command][8e61ba6b-d238-4009-b28e-b3d9d3cb1d14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""8e61ba6b-d238-4009-b28e-b3d9d3cb1d14""}\n2025-08-02 09:51:32.060 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][0fb5998c-78ee-4622-a3bc-b4ec138549b1] received connection request\n2025-08-02 09:51:32.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:51:32.143 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0fb5998c-78ee-4622-a3bc-b4ec138549b1] socks forwarding established\n2025-08-02 09:51:32.230 [info] [command][8e61ba6b-d238-4009-b28e-b3d9d3cb1d14] Process exited with code 0\n2025-08-02 09:51:32.230 [info] [command][8e61ba6b-d238-4009-b28e-b3d9d3cb1d14] Socket close event received\n2025-08-02 09:51:32.234 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0fb5998c-78ee-4622-a3bc-b4ec138549b1] socks connection closed\n2025-08-02 09:51:32.307 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53788 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:52:32.235 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:52:32.238 [info] [command][ea686342-60c9-4ae3-899f-bac986495cd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""ea686342-60c9-4ae3-899f-bac986495cd1""}\n2025-08-02 09:52:32.238 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][3566f22b-e4a2-42ee-a1fb-1dab440b4d0c] received connection request\n2025-08-02 09:52:32.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:52:32.319 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3566f22b-e4a2-42ee-a1fb-1dab440b4d0c] socks forwarding established\n2025-08-02 09:52:32.405 [info] [command][ea686342-60c9-4ae3-899f-bac986495cd1] Process exited with code 0\n2025-08-02 09:52:32.405 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][3566f22b-e4a2-42ee-a1fb-1dab440b4d0c] socks connection closed\n2025-08-02 09:52:32.405 [info] [command][ea686342-60c9-4ae3-899f-bac986495cd1] Socket close event received\n2025-08-02 09:52:32.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53819 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:53:32.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:53:32.412 [info] [command][29af7f7f-deb0-4754-938b-e2e6d9bb01ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""29af7f7f-deb0-4754-938b-e2e6d9bb01ef""}\n2025-08-02 09:53:32.413 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][0649bb31-e13e-4b71-921d-0deeb34da4c5] received connection request\n2025-08-02 09:53:32.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:53:32.530 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0649bb31-e13e-4b71-921d-0deeb34da4c5] socks forwarding established\n2025-08-02 09:53:32.620 [info] [command][29af7f7f-deb0-4754-938b-e2e6d9bb01ef] Process exited with code 0\n2025-08-02 09:53:32.620 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][0649bb31-e13e-4b71-921d-0deeb34da4c5] socks connection closed\n2025-08-02 09:53:32.621 [info] [command][29af7f7f-deb0-4754-938b-e2e6d9bb01ef] Socket close event received\n2025-08-02 09:53:32.710 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52952 for 127.0.0.1 port 40333, connect from 127.0.0.1 port 53860 to 127.0.0.1 port 52952, nchannels 6\n\n2025-08-02 09:54:32.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:52956\n2025-08-02 09:54:32.624 [info] [command][fdd13b5d-ea01-495a-9ce9-31a86797eb7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""21d14c88-606a-4022-818a-c48dc0616a7d"",""id"":""fdd13b5d-ea01-495a-9ce9-31a86797eb7d""}\n2025-08-02 09:54:32.625 [info] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:40333][c6a1f43b-16a0-4065-b52a-735a47329a31] received connection request\n2025-08-02 09:54:32.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:54:49.287 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][37015c5e-497a-4cfb-9e97-ac3930eb0ff0] received connection request\n2025-08-02 09:54:49.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:55:02.630 [error] [forwarding][multiplex][127.0.0.1:52956 -> 127.0.0.1:52952 -> 127.0.0.1:40333][c6a1f43b-16a0-4065-b52a-735a47329a31] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:55:02.636 [info] [command][fdd13b5d-ea01-495a-9ce9-31a86797eb7d] Socket end event received\n2025-08-02 09:55:02.637 [info] [command][fdd13b5d-ea01-495a-9ce9-31a86797eb7d] Socket close event received\n2025-08-02 09:55:19.289 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][37015c5e-497a-4cfb-9e97-ac3930eb0ff0] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:55:24.292 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][4758fbef-d707-45c8-82a4-89c0f8a07ed6] received connection request\n2025-08-02 09:55:24.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:55:54.297 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][4758fbef-d707-45c8-82a4-89c0f8a07ed6] error while creating socks forwarding Proxy connection timed out\n2025-08-02 09:55:59.296 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][75f169e6-7f74-42ee-9257-ec5c06cfa84f] received connection request\n2025-08-02 09:55:59.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:56:01.522 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 09:56:01.522 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 09:56:01.529 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][2fcf2bf4-58e1-475f-bf66-ca707e18a0af] received connection request\n2025-08-02 09:56:01.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:56:11.526 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 09:56:11.527 [error] Failed to connect to Cursor server at http://127.0.0.1:52955, attempt 1 of 3 This operation was aborted\n2025-08-02 09:56:11.530 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:45807][34594cd4-6112-4284-999c-4b68c70f0663] received connection request\n2025-08-02 09:56:11.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 52952 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 09:56:11.595 [info] Terminating existing SSH process with pid: 26688\n2025-08-02 09:56:11.595 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 09:56:11.595 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:56:11.595 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 09:56:11.596 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][2fcf2bf4-58e1-475f-bf66-ca707e18a0af] error while creating socks forwarding Socket closed\n2025-08-02 09:56:11.596 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][34594cd4-6112-4284-999c-4b68c70f0663] error while creating socks forwarding Socket closed\n2025-08-02 09:56:11.596 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][d60a3712-931c-4af2-b1a2-020d225367d2] socks connection closed\n2025-08-02 09:56:11.596 [info] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][ffddc992-c52a-4d03-8339-132955a947bf] socks connection closed\n2025-08-02 09:56:11.596 [error] [forwarding][code][127.0.0.1:52955 -> 127.0.0.1:52952 -> 127.0.0.1:45807][75f169e6-7f74-42ee-9257-ec5c06cfa84f] error while creating socks forwarding Socket closed\n2025-08-02 09:56:11.601 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68572.sh"" | ssh -v -T -D 54353 login.haicore.berlin bash --login -c bash\n2025-08-02 09:56:11.601 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:56:11.601 [info] Waiting for server to install via process(27286)...\n2025-08-02 09:56:11.608 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:56:11.608 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:56:11.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:56:11.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:56:11.610 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:56:11.834 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:56:11.835 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 09:56:11.836 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 09:56:12.535 [error] Failed to connect to Cursor server at http://127.0.0.1:52955, attempt 2 of 3 This operation was aborted\n2025-08-02 09:56:13.540 [error] Failed to connect to Cursor server at http://127.0.0.1:52955, attempt 3 of 3 This operation was aborted\n2025-08-02 09:56:13.541 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 09:56:13.541 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 09:59:11.841 [error] Error installing server: Failed to install server within the timeout\n2025-08-02 09:59:11.842 [info] Retrying connection in 5 seconds...\n2025-08-02 09:59:16.847 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68572.sh\n2025-08-02 09:59:16.851 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dbFSvS/socket.sock\n2025-08-02 09:59:16.855 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95641.sh"" | ssh -v -T -D 54681 login.haicore.berlin bash --login -c bash\n2025-08-02 09:59:16.855 [info] Started installation script. Waiting for it to finish...\n2025-08-02 09:59:16.855 [info] Waiting for server to install via process(27394)...\n2025-08-02 09:59:16.872 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 09:59:16.872 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 09:59:16.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 09:59:16.874 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 09:59:17.167 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 09:59:17.169 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-08-02 09:59:17.169 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 10:02:17.170 [error] Error installing server: Failed to install server within the timeout\n2025-08-02 10:02:17.172 [error] Failed to connect after 2 attempts: Failed to install server within the timeout\n2025-08-02 10:02:17.172 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95641.sh\n2025-08-02 10:02:17.173 [error] Error resolving SSH authority Failed to install server within the timeout\n2025-08-02 11:31:43.483 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 11:31:43.490 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:31:43.491 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 11:31:43.493 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:31:43.496 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83141.sh"" | ssh -v -T -D 55564 login.haicore.berlin bash --login -c bash\n2025-08-02 11:31:43.496 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:31:43.496 [info] Waiting for server to install via process(27868)...\n2025-08-02 11:31:43.510 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:31:43.510 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:31:43.511 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:31:43.512 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:31:43.512 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:31:43.619 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 11:31:43.619 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 11:31:43.620 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 11:31:43.669 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 11:31:43.670 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 11:31:43.670 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 11:31:43.710 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 11:31:43.711 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 11:31:43.757 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 11:31:43.758 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 11:31:43.758 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 11:31:43.760 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 11:31:43.760 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 11:31:43.886 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 11:31:43.936 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 11:31:43.938 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 11:31:43.938 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 11:31:44.029 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 11:31:44.099 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55564 forwarded to remote address socks:0\n\n2025-08-02 11:31:44.100 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55564.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55564.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-08-02 11:31:44.100 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 11:31:44.289 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 11:31:44.289 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 11:31:44.295 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-08-02 11:31:44.295 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 11:31:44.329 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 11:31:44.732 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 11:31:44.777 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-08-02 11:31:44.783 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-08-02 11:31:44.795 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 11:31:44.841 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d583c548-4694-4cc1-a238-84aa252d9ad4\nMultiplex server started with PID 1063107 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 11:31:45.336 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 11:31:45.354 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 11:31:45.355 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-08-02 11:31:45.356 [info] (ssh_tunnel) stdout: Code server started with PID 1063131 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 11:31:45.868 [info] (ssh_tunnel) stdout: 850ee27404352cd75f67ce7e: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==35265==\nmultiplexConnectionToken==d583c548-4694-4cc1-a238-84aa252d9ad4==\ncodeListeningOn==42747==\ncodeConnectionToken==def9531d-0f5d-4c67-a1a7-46ab7f06f617==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n850ee27404352cd75f67ce7e: end\n\n2025-08-02 11:31:45.869 [info] Server install command exit code: 0\n2025-08-02 11:31:45.869 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83141.sh\n2025-08-02 11:31:45.870 [info] [forwarding][code] creating new forwarding server\n2025-08-02 11:31:45.871 [info] [forwarding][code] server listening on 127.0.0.1:55570\n2025-08-02 11:31:45.871 [info] [forwarding][code] Set up server\n2025-08-02 11:31:45.871 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: def9531d-0f5d-4c67-a1a7-46ab7f06f617\n2025-08-02 11:31:45.871 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 11:31:45.871 [info] [forwarding][multiplex] server listening on 127.0.0.1:55571\n2025-08-02 11:31:45.871 [info] [forwarding][multiplex] Set up server\n2025-08-02 11:31:45.872 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: d583c548-4694-4cc1-a238-84aa252d9ad4\n2025-08-02 11:31:45.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:31:45.872 [info] [remote-ssh] Resolved exec server. Socks port: 55564\n2025-08-02 11:31:45.872 [info] Setting up 0 default forwarded ports\n2025-08-02 11:31:45.873 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55570,""connectionToken"":""def9531d-0f5d-4c67-a1a7-46ab7f06f617"",""extensionHostEnv"":{}}. Socks port: 55564\n2025-08-02 11:31:45.873 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 11:31:45.874 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][1a2be1e0-de48-4a31-8437-7c5166177229] received connection request\n2025-08-02 11:31:45.874 [info] [command][fb6a8310-4f76-4555-bf96-f8efd1541850] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""fb6a8310-4f76-4555-bf96-f8efd1541850""}\n2025-08-02 11:31:45.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:31:45.953 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][4876262d-5e7e-43e7-acae-be4d45ad242e] received connection request\n2025-08-02 11:31:45.953 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][1a2be1e0-de48-4a31-8437-7c5166177229] socks forwarding established\n2025-08-02 11:31:45.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:31:45.996 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][4876262d-5e7e-43e7-acae-be4d45ad242e] socks forwarding established\n2025-08-02 11:31:46.001 [info] [command][fb6a8310-4f76-4555-bf96-f8efd1541850] Process exited with code 0\n2025-08-02 11:31:46.001 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][1a2be1e0-de48-4a31-8437-7c5166177229] socks connection closed\n2025-08-02 11:31:46.001 [info] [command][fb6a8310-4f76-4555-bf96-f8efd1541850] Socket close event received\n2025-08-02 11:31:46.044 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55573 to 127.0.0.1 port 55564, nchannels 5\n\n2025-08-02 11:31:46.055 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][8761ed02-0c6d-4f13-b091-fcbac112f0b2] received connection request\n2025-08-02 11:31:46.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:31:46.109 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][8761ed02-0c6d-4f13-b091-fcbac112f0b2] socks forwarding established\n2025-08-02 11:31:46.292 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 11:31:48.961 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 11:31:48.961 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 11:31:48.961 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 11:32:46.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:32:46.011 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][a1879a82-15d9-4e0b-a428-65abe8033608] received connection request\n2025-08-02 11:32:46.011 [info] [command][489cde67-2750-485a-a3f8-3684de5d56f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""489cde67-2750-485a-a3f8-3684de5d56f2""}\n2025-08-02 11:32:46.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:32:46.121 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][a1879a82-15d9-4e0b-a428-65abe8033608] socks forwarding established\n2025-08-02 11:32:46.263 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][a1879a82-15d9-4e0b-a428-65abe8033608] socks connection closed\n2025-08-02 11:32:46.264 [info] [command][489cde67-2750-485a-a3f8-3684de5d56f2] Process exited with code 0\n2025-08-02 11:32:46.264 [info] [command][489cde67-2750-485a-a3f8-3684de5d56f2] Socket close event received\n2025-08-02 11:32:46.340 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55780 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:33:46.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:33:46.269 [info] [command][1e6c3093-df54-48e4-a171-cd8fc4f03531] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""1e6c3093-df54-48e4-a171-cd8fc4f03531""}\n2025-08-02 11:33:46.269 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][f94eff01-5851-4456-9923-c938f9539430] received connection request\n2025-08-02 11:33:46.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:33:46.311 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][f94eff01-5851-4456-9923-c938f9539430] socks forwarding established\n2025-08-02 11:33:46.356 [info] [command][1e6c3093-df54-48e4-a171-cd8fc4f03531] Process exited with code 0\n2025-08-02 11:33:46.356 [info] [command][1e6c3093-df54-48e4-a171-cd8fc4f03531] Socket close event received\n2025-08-02 11:33:46.357 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][f94eff01-5851-4456-9923-c938f9539430] socks connection closed\n2025-08-02 11:33:46.399 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55815 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:34:46.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:34:46.361 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][60c5128c-64e2-43b0-89d5-701e72cc6cee] received connection request\n2025-08-02 11:34:46.362 [info] [command][d21cf919-dd8c-4b3e-ba50-81ccfef6de09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""d21cf919-dd8c-4b3e-ba50-81ccfef6de09""}\n2025-08-02 11:34:46.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:34:46.426 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][60c5128c-64e2-43b0-89d5-701e72cc6cee] socks forwarding established\n2025-08-02 11:34:46.496 [info] [command][d21cf919-dd8c-4b3e-ba50-81ccfef6de09] Process exited with code 0\n2025-08-02 11:34:46.497 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][60c5128c-64e2-43b0-89d5-701e72cc6cee] socks connection closed\n2025-08-02 11:34:46.497 [info] [command][d21cf919-dd8c-4b3e-ba50-81ccfef6de09] Socket close event received\n2025-08-02 11:34:46.562 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55845 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:35:46.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:35:46.504 [info] [command][31d69ffb-c1a3-4646-b63c-a2eb5135f98f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""31d69ffb-c1a3-4646-b63c-a2eb5135f98f""}\n2025-08-02 11:35:46.505 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][5819a3e1-edd3-47f3-9790-a84c5d60c22e] received connection request\n2025-08-02 11:35:46.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:35:46.549 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][5819a3e1-edd3-47f3-9790-a84c5d60c22e] socks forwarding established\n2025-08-02 11:35:46.599 [info] [command][31d69ffb-c1a3-4646-b63c-a2eb5135f98f] Process exited with code 0\n2025-08-02 11:35:46.599 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][5819a3e1-edd3-47f3-9790-a84c5d60c22e] socks connection closed\n2025-08-02 11:35:46.599 [info] [command][31d69ffb-c1a3-4646-b63c-a2eb5135f98f] Socket close event received\n2025-08-02 11:35:46.641 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55881 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:36:46.604 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:36:46.607 [info] [command][19c5c77e-5649-44eb-8c52-dd9c5534321b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""19c5c77e-5649-44eb-8c52-dd9c5534321b""}\n2025-08-02 11:36:46.608 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][0a74296f-418b-4b2a-ab5e-fcc6bbd2c69b] received connection request\n2025-08-02 11:36:46.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:36:46.654 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][0a74296f-418b-4b2a-ab5e-fcc6bbd2c69b] socks forwarding established\n2025-08-02 11:36:46.701 [info] [command][19c5c77e-5649-44eb-8c52-dd9c5534321b] Process exited with code 0\n2025-08-02 11:36:46.702 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][0a74296f-418b-4b2a-ab5e-fcc6bbd2c69b] socks connection closed\n2025-08-02 11:36:46.702 [info] [command][19c5c77e-5649-44eb-8c52-dd9c5534321b] Socket close event received\n2025-08-02 11:36:46.746 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55915 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:37:46.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:37:46.705 [info] [command][0390cb4d-9180-4650-b272-aa91930f0696] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""0390cb4d-9180-4650-b272-aa91930f0696""}\n2025-08-02 11:37:46.706 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][969c0fef-5ac1-4c77-af3d-2a958233431e] received connection request\n2025-08-02 11:37:46.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:37:46.751 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][969c0fef-5ac1-4c77-af3d-2a958233431e] socks forwarding established\n2025-08-02 11:37:46.799 [info] [command][0390cb4d-9180-4650-b272-aa91930f0696] Process exited with code 0\n2025-08-02 11:37:46.799 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][969c0fef-5ac1-4c77-af3d-2a958233431e] socks connection closed\n2025-08-02 11:37:46.800 [info] [command][0390cb4d-9180-4650-b272-aa91930f0696] Socket close event received\n2025-08-02 11:37:46.842 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 55974 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:38:46.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:38:46.807 [info] [command][22415e22-3ef1-4968-a4ef-2c91892e31ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""22415e22-3ef1-4968-a4ef-2c91892e31ae""}\n2025-08-02 11:38:46.808 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][2dbbef3b-038d-4c28-955a-1583f678889c] received connection request\n2025-08-02 11:38:46.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:38:46.947 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][2dbbef3b-038d-4c28-955a-1583f678889c] socks forwarding established\n2025-08-02 11:38:47.952 [info] [command][22415e22-3ef1-4968-a4ef-2c91892e31ae] Process exited with code 0\n2025-08-02 11:38:47.953 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][2dbbef3b-038d-4c28-955a-1583f678889c] socks connection closed\n2025-08-02 11:38:47.953 [info] [command][22415e22-3ef1-4968-a4ef-2c91892e31ae] Socket close event received\n2025-08-02 11:38:48.063 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55564 for 127.0.0.1 port 35265, connect from 127.0.0.1 port 56007 to 127.0.0.1 port 55564, nchannels 6\n\n2025-08-02 11:39:22.367 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][17fe42e5-42f9-40d5-adc1-45315cfe9de7] received connection request\n2025-08-02 11:39:22.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:39:47.958 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55571\n2025-08-02 11:39:47.959 [info] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:35265][4e19f37d-4944-4a31-97a7-f4c6a905fa4c] received connection request\n2025-08-02 11:39:47.960 [info] [command][a59b0ab1-3428-409f-a118-93cd6228f822] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d583c548-4694-4cc1-a238-84aa252d9ad4"",""id"":""a59b0ab1-3428-409f-a118-93cd6228f822""}\n2025-08-02 11:39:47.960 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:39:52.370 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][17fe42e5-42f9-40d5-adc1-45315cfe9de7] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:39:57.372 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][08fa961c-bc1d-48b1-8b79-b3d9160ed44c] received connection request\n2025-08-02 11:39:57.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:40:17.964 [error] [forwarding][multiplex][127.0.0.1:55571 -> 127.0.0.1:55564 -> 127.0.0.1:35265][4e19f37d-4944-4a31-97a7-f4c6a905fa4c] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:40:17.966 [info] [command][a59b0ab1-3428-409f-a118-93cd6228f822] Socket end event received\n2025-08-02 11:40:17.966 [info] [command][a59b0ab1-3428-409f-a118-93cd6228f822] Socket close event received\n2025-08-02 11:40:27.374 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][08fa961c-bc1d-48b1-8b79-b3d9160ed44c] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:40:32.379 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][1a9e1b12-e059-450c-8093-0c1c68762160] received connection request\n2025-08-02 11:40:32.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\n\n2025-08-02 11:40:32.380 [info] (ssh_tunnel) stderr: debug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:41:02.386 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][1a9e1b12-e059-450c-8093-0c1c68762160] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:41:12.383 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][6f4b897b-27ee-4529-8088-c154457c9736] received connection request\n2025-08-02 11:41:12.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 9: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:41:42.387 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][6f4b897b-27ee-4529-8088-c154457c9736] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:41:52.390 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][02c9ccdb-73e0-4bbf-b21e-22a688dda2e0] received connection request\n2025-08-02 11:41:52.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 10: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:42:12.447 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-08-02 11:42:12.447 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-08-02 11:42:12.453 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][f276248b-18d9-44c4-9a99-629e54c3452e] received connection request\n2025-08-02 11:42:12.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\n\n2025-08-02 11:42:12.453 [info] (ssh_tunnel) stderr: debug1: channel 11: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:42:22.394 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][02c9ccdb-73e0-4bbf-b21e-22a688dda2e0] error while creating socks forwarding Proxy connection timed out\n2025-08-02 11:42:22.450 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-08-02 11:42:22.450 [error] Failed to connect to Cursor server at http://127.0.0.1:55570, attempt 1 of 3 This operation was aborted\n2025-08-02 11:42:22.453 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:42747][9107e181-3e6a-4228-8da2-a151efa12185] received connection request\n2025-08-02 11:42:22.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 55564 forwarding to socks port 0 requested.\ndebug1: channel 12: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 11:42:22.517 [info] Terminating existing SSH process with pid: 27868\n2025-08-02 11:42:22.518 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 11:42:22.518 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-08-02 11:42:22.518 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:22.518 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][8761ed02-0c6d-4f13-b091-fcbac112f0b2] socks connection closed\n2025-08-02 11:42:22.518 [info] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][4876262d-5e7e-43e7-acae-be4d45ad242e] socks connection closed\n2025-08-02 11:42:22.518 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][f276248b-18d9-44c4-9a99-629e54c3452e] error while creating socks forwarding Socket closed\n2025-08-02 11:42:22.518 [error] [forwarding][code][127.0.0.1:55570 -> 127.0.0.1:55564 -> 127.0.0.1:42747][9107e181-3e6a-4228-8da2-a151efa12185] error while creating socks forwarding Socket closed\n2025-08-02 11:42:22.522 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16762.sh"" | ssh -v -T -D 56214 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:22.522 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:22.522 [info] Waiting for server to install via process(28489)...\n2025-08-02 11:42:22.529 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:22.529 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:22.530 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:22.530 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:22.530 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:23.458 [error] Failed to connect to Cursor server at http://127.0.0.1:55570, attempt 2 of 3 This operation was aborted\n2025-08-02 11:42:24.464 [error] Failed to connect to Cursor server at http://127.0.0.1:55570, attempt 3 of 3 This operation was aborted\n2025-08-02 11:42:24.464 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-08-02 11:42:24.464 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-08-02 11:42:27.429 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:27.431 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:27.431 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:27.431 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:32.434 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16762.sh\n2025-08-02 11:42:32.436 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:32.442 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51664.sh"" | ssh -v -T -D 56218 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:32.443 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:32.443 [info] Waiting for server to install via process(28500)...\n2025-08-02 11:42:32.453 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:32.454 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:32.455 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:32.456 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:32.457 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:32.457 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:32.457 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:37.463 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51664.sh\n2025-08-02 11:42:37.463 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:37.467 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_57375.sh"" | ssh -v -T -D 56219 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:37.468 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:37.468 [info] Waiting for server to install via process(28504)...\n2025-08-02 11:42:37.487 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:37.487 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:37.487 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:37.488 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:37.488 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:37.489 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:37.491 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:37.491 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:37.491 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:42.495 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_57375.sh\n2025-08-02 11:42:42.496 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:42.506 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93344.sh"" | ssh -v -T -D 56220 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:42.507 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:42.507 [info] Waiting for server to install via process(28519)...\n2025-08-02 11:42:42.525 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:42.525 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:42.525 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-08-02 11:42:42.526 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:42.527 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:42.527 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:42.528 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:42.528 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:47.533 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93344.sh\n2025-08-02 11:42:47.534 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:47.542 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7875.sh"" | ssh -v -T -D 56224 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:47.542 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:47.542 [info] Waiting for server to install via process(28524)...\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:47.562 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:42:47.563 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:42:47.564 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:42:47.564 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:42:47.564 [info] Retrying connection in 5 seconds...\n2025-08-02 11:42:52.565 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7875.sh\n2025-08-02 11:42:52.566 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:42:52.571 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_55231.sh"" | ssh -v -T -D 56249 login.haicore.berlin bash --login -c bash\n2025-08-02 11:42:52.571 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:42:52.571 [info] Waiting for server to install via process(28529)...\n2025-08-02 11:42:52.592 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:42:52.592 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:42:52.592 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:42:52.593 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:42:52.593 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:42:52.593 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:03.694 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:03.697 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:03.697 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:03.697 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:08.703 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_55231.sh\n2025-08-02 11:43:08.709 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:08.715 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46245.sh"" | ssh -v -T -D 56253 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:08.715 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:08.715 [info] Waiting for server to install via process(28540)...\n2025-08-02 11:43:08.732 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:08.732 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:08.732 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:08.733 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:43:08.733 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:08.733 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:08.734 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:08.736 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:08.737 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:08.738 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:08.738 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:13.739 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46245.sh\n2025-08-02 11:43:13.741 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:13.744 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83308.sh"" | ssh -v -T -D 56254 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:13.745 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:13.745 [info] Waiting for server to install via process(28544)...\n2025-08-02 11:43:13.764 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:13.764 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:13.765 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:13.765 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:13.765 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:13.766 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:13.767 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:13.767 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:13.767 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:18.772 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83308.sh\n2025-08-02 11:43:18.773 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:18.777 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46444.sh"" | ssh -v -T -D 56257 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:18.777 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:18.777 [info] Waiting for server to install via process(28549)...\n2025-08-02 11:43:18.790 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:18.790 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:18.790 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:18.791 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:18.791 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:18.791 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:18.792 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:18.793 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:18.793 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:18.793 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:23.799 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46444.sh\n2025-08-02 11:43:23.799 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:23.804 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77095.sh"" | ssh -v -T -D 56258 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:23.804 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:23.804 [info] Waiting for server to install via process(28554)...\n2025-08-02 11:43:23.822 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:23.822 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:23.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:23.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:23.823 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:23.824 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:23.825 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:23.825 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:23.825 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:28.829 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77095.sh\n2025-08-02 11:43:28.829 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:28.833 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_91961.sh"" | ssh -v -T -D 56261 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:28.833 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:28.833 [info] Waiting for server to install via process(28558)...\n2025-08-02 11:43:28.849 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:28.849 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:28.850 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:28.850 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:28.850 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:28.851 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:28.852 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:28.852 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:28.852 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:33.853 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_91961.sh\n2025-08-02 11:43:33.853 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:33.862 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69525.sh"" | ssh -v -T -D 56262 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:33.862 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:33.862 [info] Waiting for server to install via process(28563)...\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:33.882 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:33.883 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:33.884 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:33.884 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:33.885 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:38.890 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69525.sh\n2025-08-02 11:43:38.892 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:38.894 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97074.sh"" | ssh -v -T -D 56263 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:38.894 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:38.894 [info] Waiting for server to install via process(28568)...\n2025-08-02 11:43:38.910 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:38.910 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:38.910 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:38.911 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:38.911 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:38.911 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:38.912 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:38.912 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:38.913 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:38.913 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:43.915 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97074.sh\n2025-08-02 11:43:43.916 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:43.919 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24655.sh"" | ssh -v -T -D 56264 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:43.920 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:43.920 [info] Waiting for server to install via process(28573)...\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:43.936 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:43.937 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:43.938 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:43.939 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:43.939 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:43.939 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:48.943 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24655.sh\n2025-08-02 11:43:48.943 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:48.945 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43098.sh"" | ssh -v -T -D 56265 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:48.945 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:48.945 [info] Waiting for server to install via process(28597)...\n2025-08-02 11:43:48.956 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:48.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:48.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:48.957 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:43:48.957 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:48.957 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:48.958 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:48.959 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:48.959 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:48.959 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:53.964 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43098.sh\n2025-08-02 11:43:53.964 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:53.968 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75041.sh"" | ssh -v -T -D 56267 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:53.968 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:53.968 [info] Waiting for server to install via process(28605)...\n2025-08-02 11:43:53.989 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:43:53.989 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:53.989 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:53.990 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:53.990 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:53.991 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:53.991 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:53.992 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:53.992 [info] Retrying connection in 5 seconds...\n2025-08-02 11:43:58.996 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75041.sh\n2025-08-02 11:43:58.996 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:43:58.999 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88721.sh"" | ssh -v -T -D 56270 login.haicore.berlin bash --login -c bash\n2025-08-02 11:43:58.999 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:43:58.999 [info] Waiting for server to install via process(28609)...\n2025-08-02 11:43:59.013 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:43:59.013 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:43:59.013 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:43:59.014 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:43:59.014 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:43:59.014 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:43:59.015 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:43:59.016 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:43:59.016 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:43:59.016 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:04.022 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88721.sh\n2025-08-02 11:44:04.023 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:04.027 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87123.sh"" | ssh -v -T -D 56271 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:04.027 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:04.027 [info] Waiting for server to install via process(28614)...\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:44:04.040 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:04.041 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:04.041 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:04.042 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:04.042 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:04.042 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:09.047 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87123.sh\n2025-08-02 11:44:09.048 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:09.051 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_47397.sh"" | ssh -v -T -D 56272 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:09.051 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:09.051 [info] Waiting for server to install via process(28621)...\n2025-08-02 11:44:09.069 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:09.070 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:09.072 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:09.073 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:09.073 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:09.073 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:14.076 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_47397.sh\n2025-08-02 11:44:14.077 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:14.079 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97841.sh"" | ssh -v -T -D 56273 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:14.079 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:14.079 [info] Waiting for server to install via process(28626)...\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:14.098 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:14.099 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:14.100 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:14.100 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:14.100 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:19.104 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97841.sh\n2025-08-02 11:44:19.106 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:19.109 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25043.sh"" | ssh -v -T -D 56274 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:19.109 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:19.109 [info] Waiting for server to install via process(28630)...\n2025-08-02 11:44:19.124 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:44:19.124 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:19.124 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:19.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:19.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:19.125 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:19.126 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:19.126 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:19.127 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:19.127 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:24.132 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25043.sh\n2025-08-02 11:44:24.132 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:24.135 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51324.sh"" | ssh -v -T -D 56275 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:24.135 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:24.135 [info] Waiting for server to install via process(28636)...\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:24.147 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:24.148 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:24.149 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:24.149 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:24.149 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:29.155 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51324.sh\n2025-08-02 11:44:29.156 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:29.159 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_30105.sh"" | ssh -v -T -D 56276 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:29.159 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:29.159 [info] Waiting for server to install via process(28640)...\n2025-08-02 11:44:29.177 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-08-02 11:44:29.177 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:29.177 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:29.178 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:29.178 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:29.178 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:29.179 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:29.179 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:29.180 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:29.180 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:34.186 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_30105.sh\n2025-08-02 11:44:34.187 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:34.191 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60589.sh"" | ssh -v -T -D 56277 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:34.191 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:34.191 [info] Waiting for server to install via process(28647)...\n2025-08-02 11:44:34.200 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:34.201 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:34.202 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:34.202 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:34.203 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:34.203 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:39.207 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60589.sh\n2025-08-02 11:44:39.208 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:39.212 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14750.sh"" | ssh -v -T -D 56280 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:39.212 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:39.212 [info] Waiting for server to install via process(28651)...\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:39.230 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:39.231 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:39.231 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:39.231 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-08-02 11:44:39.232 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 11:44:39.232 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 11:44:39.232 [info] Retrying connection in 5 seconds...\n2025-08-02 11:44:44.240 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14750.sh\n2025-08-02 11:44:44.242 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-vR9Fbz/socket.sock\n2025-08-02 11:44:44.246 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17175.sh"" | ssh -v -T -D 56382 login.haicore.berlin bash --login -c bash\n2025-08-02 11:44:44.246 [info] Started installation script. Waiting for it to finish...\n2025-08-02 11:44:44.246 [info] Waiting for server to install via process(28659)...\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 11:44:44.261 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 11:44:44.558 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 11:44:44.559 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 11:44:44.559 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 11:44:44.699 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 11:44:44.701 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-08-02 11:44:44.701 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 11:44:44.852 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 11:44:44.858 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 11:44:44.996 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 11:44:44.997 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 11:44:45.011 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 11:44:45.011 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 11:44:45.223 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 11:44:45.349 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 11:44:45.354 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 11:44:45.355 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 11:44:45.455 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 11:44:45.573 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 11:44:45.678 [info] Askpass server received request: POST /\n2025-08-02 11:44:45.679 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 11:44:45.679 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 12:00:33.625 [error] Password authentication cancelled\n2025-08-02 12:00:33.628 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 12:00:33.635 [info] (ssh_tunnel) stderr: Connection closed by 141.80.150.4 port 22\n\n2025-08-02 12:00:33.636 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-08-02 12:00:33.636 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 12:00:33.636 [error] Failed to connect after 26 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 12:00:33.636 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17175.sh\n2025-08-02 12:00:33.637 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-08-02 12:00:37.166 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 12:00:37.174 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wzfVGk/socket.sock\n2025-08-02 12:00:37.176 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 12:00:37.180 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wzfVGk/socket.sock\n2025-08-02 12:00:37.184 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44351.sh"" | ssh -v -T -D 56943 login.haicore.berlin bash --login -c bash\n2025-08-02 12:00:37.184 [info] Started installation script. Waiting for it to finish...\n2025-08-02 12:00:37.184 [info] Waiting for server to install via process(29231)...\n2025-08-02 12:00:37.191 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 12:00:37.192 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 12:00:37.322 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 12:00:37.323 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-08-02 12:00:37.324 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 12:00:37.388 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 12:00:37.389 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 12:00:37.389 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 12:00:37.465 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 12:00:37.466 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 12:00:37.535 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 12:00:37.535 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 12:00:37.536 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 12:00:37.538 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 12:00:37.538 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 12:00:37.708 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 12:00:37.785 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 12:00:37.788 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-08-02 12:00:37.788 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:00:37.860 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-08-02 12:00:37.964 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-08-02 12:00:38.049 [info] Askpass server received request: POST /\n2025-08-02 12:00:38.050 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-08-02 12:00:38.050 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-08-02 12:00:39.470 [error] Password authentication cancelled\n2025-08-02 12:00:39.472 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-08-02 12:00:42.216 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-08-02 12:00:42.222 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nn2keq/socket.sock\n2025-08-02 12:00:42.223 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-08-02 12:00:42.224 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nn2keq/socket.sock\n2025-08-02 12:00:42.227 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65052.sh"" | ssh -v -T -D 56949 login.haicore.berlin bash --login -c bash\n2025-08-02 12:00:42.227 [info] Started installation script. Waiting for it to finish...\n2025-08-02 12:00:42.227 [info] Waiting for server to install via process(29251)...\n2025-08-02 12:00:42.235 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-08-02 12:00:42.235 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-08-02 12:00:42.235 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-08-02 12:00:42.319 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-08-02 12:00:42.319 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-08-02 12:00:42.403 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-08-02 12:00:42.404 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-08-02 12:00:42.404 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-08-02 12:00:42.492 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-08-02 12:00:42.493 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-08-02 12:00:42.570 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-08-02 12:00:42.571 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-08-02 12:00:42.572 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-08-02 12:00:42.575 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-08-02 12:00:42.575 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-08-02 12:00:42.925 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-08-02 12:00:43.024 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-08-02 12:00:43.027 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-08-02 12:00:43.027 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:00:43.149 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-08-02 12:00:43.271 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:56949 forwarded to remote address socks:0\n\n2025-08-02 12:00:43.271 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 56949.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 56949.\n\n2025-08-02 12:00:43.272 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-08-02 12:00:43.350 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-08-02 12:00:43.351 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-08-02 12:00:43.358 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-08-02 12:00:43.714 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-08-02 12:00:44.190 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-08-02 12:00:44.224 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 12:00:44.226 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-08-02 12:00:44.232 [info] (ssh_tunnel) stdout: Checking node executable\nv20.18.2\n\n2025-08-02 12:00:44.242 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-08-02 12:00:44.260 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-08-02 12:00:44.267 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 12:00:44.302 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0f4796e7-cb38-474c-80da-3e82da670ed6\nMultiplex server started with PID 939964 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-08-02 12:00:44.787 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-08-02 12:00:44.807 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 801281 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-08-02 12:00:44.823 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n709e2f9f3bff5a9997c89952: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==38463==\nmultiplexConnectionToken==0f4796e7-cb38-474c-80da-3e82da670ed6==\ncodeListeningOn==45807==\ncodeConnectionToken==e87069e6-51f5-4882-9c1b-c1b4ea569471==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n709e2f9f3bff5a9997c89952: end\n\n2025-08-02 12:00:44.823 [info] Server install command exit code: 0\n2025-08-02 12:00:44.823 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65052.sh\n2025-08-02 12:00:44.824 [info] [forwarding][code] creating new forwarding server\n2025-08-02 12:00:44.824 [info] [forwarding][code] server listening on 127.0.0.1:56952\n2025-08-02 12:00:44.824 [info] [forwarding][code] Set up server\n2025-08-02 12:00:44.824 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: e87069e6-51f5-4882-9c1b-c1b4ea569471\n2025-08-02 12:00:44.824 [info] [forwarding][multiplex] creating new forwarding server\n2025-08-02 12:00:44.824 [info] [forwarding][multiplex] server listening on 127.0.0.1:56953\n2025-08-02 12:00:44.825 [info] [forwarding][multiplex] Set up server\n2025-08-02 12:00:44.825 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0f4796e7-cb38-474c-80da-3e82da670ed6\n2025-08-02 12:00:44.825 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:56953\n2025-08-02 12:00:44.826 [info] [remote-ssh] Resolved exec server. Socks port: 56949\n2025-08-02 12:00:44.826 [info] Setting up 0 default forwarded ports\n2025-08-02 12:00:44.826 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":56952,""connectionToken"":""e87069e6-51f5-4882-9c1b-c1b4ea569471"",""extensionHostEnv"":{}}. Socks port: 56949\n2025-08-02 12:00:44.826 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-08-02 12:00:44.827 [info] [command][b184162a-8cb9-46c5-90fd-2dc93ef46380] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0f4796e7-cb38-474c-80da-3e82da670ed6"",""id"":""b184162a-8cb9-46c5-90fd-2dc93ef46380""}\n2025-08-02 12:00:44.827 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:38463][cf926915-3f79-44ea-a6f3-1ce52b30cc94] received connection request\n2025-08-02 12:00:44.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:00:44.868 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:45807][3e6c6fb5-4a2e-4ecf-83d0-16710f36e563] received connection request\n2025-08-02 12:00:44.868 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:00:44.915 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][cf926915-3f79-44ea-a6f3-1ce52b30cc94] socks forwarding established\n2025-08-02 12:00:44.943 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][3e6c6fb5-4a2e-4ecf-83d0-16710f36e563] socks forwarding established\n2025-08-02 12:00:45.014 [info] [command][b184162a-8cb9-46c5-90fd-2dc93ef46380] Process exited with code 0\n2025-08-02 12:00:45.014 [info] [forwarding][multiplex][127.0.0.1:56953 -> 127.0.0.1:56949 -> 127.0.0.1:38463][cf926915-3f79-44ea-a6f3-1ce52b30cc94] socks connection closed\n2025-08-02 12:00:45.014 [info] [command][b184162a-8cb9-46c5-90fd-2dc93ef46380] Socket close event received\n2025-08-02 12:00:45.039 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:45807][d5a43850-72d8-4546-a3af-99a1c3912e38] received connection request\n2025-08-02 12:00:45.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 56949 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-08-02 12:00:45.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 56949 for 127.0.0.1 port 38463, connect from 127.0.0.1 port 56955 to 127.0.0.1 port 56949, nchannels 6\n\n2025-08-02 12:00:45.123 [info] [forwarding][code][127.0.0.1:56952 -> 127.0.0.1:56949 -> 127.0.0.1:45807][d5a43850-72d8-4546-a3af-99a1c3912e38] socks forwarding established\n2025-08-02 12:00:45.412 [info] Saved platform linux for remote host login.haicore.berlin\n2025-08-02 12:01:30.977 [info] [tunnel-forwarding][localhost:8888 -> 127.0.0.1:8888] server listening\n2025-08-02 12:01:30.978 [info] Cross binding to [::1]:8888. Originally bound to 127.0.0.1:8888\n2025-08-02 12:01:30.978 [info] [tunnel-forwarding][::1:8888 -> 127.0.0.1:8888] server listening\n",log,tab +3,133,"genie.py",0,0,"",python,tab +4,241,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"12:01:32 PM [info] Activating crowd-code\n12:01:32 PM [info] Recording started\n12:01:32 PM [info] Initializing git provider using file system watchers...\n",Log,tab +5,419,"extension-output-pdoom-org.crowd-code-#1-crowd-code",153,0,"12:01:32 PM [info] Git repository found\n12:01:32 PM [info] Git provider initialized successfully\n12:01:32 PM [info] Initial git state: [object Object]\n",Log,content diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-2bb200ce-4bc8-4bc3-9354-29e24db5d38e1752063967983-2025_07_09-14.26.42.463/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-2bb200ce-4bc8-4bc3-9354-29e24db5d38e1752063967983-2025_07_09-14.26.42.463/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..4bd30b78d9645978d4a35d0f4a1ee162f53b929c --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-2bb200ce-4bc8-4bc3-9354-29e24db5d38e1752063967983-2025_07_09-14.26.42.463/source.csv @@ -0,0 +1,2970 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,14,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n os.path.abspath(args.ckpt_dir),\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +2,843,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"2:26:42 PM [info] Activating crowd-code\n2:26:42 PM [info] Recording started\n2:26:42 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,912,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"2:26:42 PM [info] Git repository found\n2:26:42 PM [info] Git provider initialized successfully\n2:26:43 PM [info] Initial git state: [object Object]\n",Log,content +4,34755,"train_tokenizer.py",0,0,"",python,tab +5,46244,"train_tokenizer.py",6931,0,"",python,selection_mouse +6,46247,"train_tokenizer.py",6930,0,"",python,selection_command +7,52087,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n \n # Restore tokenizer using PyTreeCheckpointer with new checkpoint structure\n restored_tokenizer = ocp.PyTreeCheckpointer().restore(args.tokenizer_checkpoint)\n # The new checkpoint format stores model state under ""model_state"" key\n if ""model_state"" in restored_tokenizer:\n restored_tokenizer_params = restored_tokenizer[""model_state""].params[""params""]\n else:\n # Fallback for old format\n restored_tokenizer_params = restored_tokenizer[""model""].params[""params""]\n \n # Convert FrozenDict to regular dict for updating\n current_tokenizer_params = dict(train_state.params[""params""][""tokenizer""])\n restored_tokenizer_params = dict(restored_tokenizer_params)\n current_tokenizer_params.update(restored_tokenizer_params)\n train_state.params[""params""][""tokenizer""] = current_tokenizer_params\n\n if args.lam_checkpoint:\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n \n # Restore LAM using PyTreeCheckpointer with new checkpoint structure\n restored_lam = ocp.PyTreeCheckpointer().restore(args.lam_checkpoint)\n # The new checkpoint format stores model state under ""model_state"" key\n if ""model_state"" in restored_lam:\n restored_lam_params = restored_lam[""model_state""].params[""params""]\n else:\n # Fallback for old format\n restored_lam_params = restored_lam[""model""].params[""params""]\n \n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n \n # Convert FrozenDict to regular dict for updating\n current_lam_params = dict(train_state.params[""params""][""lam""])\n current_lam_params.update(restored_lam_params)\n train_state.params[""params""][""lam""] = current_lam_params\n\n return train_state",python,tab +8,53515,"genie.py",9878,0,"",python,selection_command +9,54463,"genie.py",10638,0,"",python,selection_command +10,60322,"genie.py",9821,0,"",python,selection_mouse +11,62323,"genie.py",10511,0,"",python,selection_command +12,63053,"genie.py",9732,0,"",python,selection_command +13,309800,"genie.py",9869,837," abstract_tokenizer_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_tokenizer_train_state)\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_tokenizer_state),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()",python,content +14,309806,"genie.py",10404,0," lam_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.lam_checkpoint),\n handler_registry=handler_registry,\n )\n",python,content +15,309810,"genie.py",9265,0," handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.tokenizer_checkpoint),\n handler_registry=handler_registry,\n )",python,content +16,309820,"genie.py",11647,496," abstract_lam_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_lam_train_state)\n restored_lam = lam_checkpoint_manager.restore(\n lam_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_lam_state),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]",python,content +17,309822,"genie.py",12549,257," train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()",python,content +18,309844,"Untitled-1",0,0,"",plaintext,tab +19,309853,"Untitled-2",0,0,"",plaintext,tab +20,309859,"Untitled-3",0,0,"",plaintext,tab +21,309872,"Untitled-4",0,0,"",plaintext,tab +22,309881,"Untitled-5",0,0,"",plaintext,tab +23,309887,"Untitled-6",0,0,"",plaintext,tab +24,309893,"Untitled-7",0,0,"",plaintext,tab +25,309909,"Untitled-8",0,0,"",plaintext,tab +26,309912,"Untitled-9",0,0,"",plaintext,tab +27,309920,"Untitled-10",0,0,"",plaintext,tab +28,309925,"Untitled-9",0,0,"",plaintext,tab +29,309931,"Untitled-8",0,0,"",plaintext,tab +30,309937,"Untitled-7",0,0,"",plaintext,tab +31,309942,"Untitled-6",0,0,"",plaintext,tab +32,309948,"Untitled-5",0,0,"",plaintext,tab +33,309952,"Untitled-4",0,0,"",plaintext,tab +34,309958,"Untitled-3",0,0,"",plaintext,tab +35,309962,"Untitled-2",0,0,"",plaintext,tab +36,309966,"Untitled-1",0,0,"",plaintext,tab +37,309971,"genie.py",0,0,"",python,tab +38,325872,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.tokenizer_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_tokenizer_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_tokenizer_train_state)\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_tokenizer_state),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.lam_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_lam_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_lam_train_state)\n restored_lam = lam_checkpoint_manager.restore(\n lam_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_lam_state),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,tab +39,325881,"genie.py",181,0,"",python,selection_command +40,331062,"genie.py",522,0,"",python,selection_command +41,331222,"genie.py",929,0,"",python,selection_command +42,331594,"genie.py",1619,0,"",python,selection_command +43,331804,"genie.py",2360,0,"",python,selection_command +44,332076,"genie.py",3010,0,"",python,selection_command +45,332079,"genie.py",3717,0,"",python,selection_command +46,332083,"genie.py",4489,0,"",python,selection_command +47,332132,"genie.py",5072,0,"",python,selection_command +48,332154,"genie.py",5736,0,"",python,selection_command +49,332289,"genie.py",6423,0,"",python,selection_command +50,332547,"genie.py",6886,0,"",python,selection_command +51,332597,"genie.py",7713,0,"",python,selection_command +52,332629,"genie.py",8653,0,"",python,selection_command +53,332690,"genie.py",9208,0,"",python,selection_command +54,333204,"genie.py",9961,0,"",python,selection_command +55,334038,"genie.py",9340,0,"",python,selection_command +56,334700,"genie.py",8857,0,"",python,selection_command +57,334978,"genie.py",9548,0,"",python,selection_command +58,336250,"genie.py",10122,0,"",python,selection_command +59,336856,"genie.py",10833,0,"",python,selection_command +60,337733,"genie.py",11416,0,"",python,selection_command +61,338449,"genie.py",12390,0,"",python,selection_command +62,338891,"genie.py",12665,0,"",python,selection_command +63,340239,"genie.py",11956,0,"",python,selection_command +64,340241,"genie.py",11252,0,"",python,selection_command +65,340245,"genie.py",10711,0,"",python,selection_command +66,340248,"genie.py",10051,0,"",python,selection_command +67,340251,"genie.py",9269,0,"",python,selection_command +68,340256,"genie.py",8793,0,"",python,selection_command +69,340259,"genie.py",7872,0,"",python,selection_command +70,340262,"genie.py",7010,0,"",python,selection_command +71,340264,"genie.py",6528,0,"",python,selection_command +72,340685,"genie.py",5940,0,"",python,selection_command +73,340689,"genie.py",5178,0,"",python,selection_command +74,340693,"genie.py",4672,0,"",python,selection_command +75,340698,"genie.py",3916,0,"",python,selection_command +76,340701,"genie.py",3097,0,"",python,selection_command +77,340704,"genie.py",2499,0,"",python,selection_command +78,340708,"genie.py",1760,0,"",python,selection_command +79,343392,"genie.py",2499,0,"",python,selection_command +80,344036,"genie.py",3097,0,"",python,selection_command +81,344042,"genie.py",3916,0,"",python,selection_command +82,344064,"genie.py",4672,0,"",python,selection_command +83,344067,"genie.py",5178,0,"",python,selection_command +84,344070,"genie.py",5940,0,"",python,selection_command +85,344073,"genie.py",6528,0,"",python,selection_command +86,344161,"genie.py",7010,0,"",python,selection_command +87,344204,"genie.py",7872,0,"",python,selection_command +88,344319,"genie.py",8793,0,"",python,selection_command +89,344322,"genie.py",9269,0,"",python,selection_command +90,344392,"genie.py",10116,0,"",python,selection_command +91,344395,"genie.py",10925,0,"",python,selection_command +92,344398,"genie.py",11455,0,"",python,selection_command +93,344401,"genie.py",12266,0,"",python,selection_command +94,344405,"genie.py",12665,0,"",python,selection_command +95,344957,"genie.py",11956,0,"",python,selection_command +96,345259,"genie.py",11252,0,"",python,selection_command +97,345276,"genie.py",10711,0,"",python,selection_command +98,345279,"genie.py",10051,0,"",python,selection_command +99,345640,"genie.py",9269,0,"",python,selection_command +100,347155,"genie.py",8793,0,"",python,selection_command +101,347559,"genie.py",7872,0,"",python,selection_command +102,347908,"genie.py",7010,0,"",python,selection_command +103,348326,"genie.py",6528,0,"",python,selection_command +104,348562,"genie.py",5940,0,"",python,selection_command +105,348767,"genie.py",5178,0,"",python,selection_command +106,348920,"genie.py",4672,0,"",python,selection_command +107,348995,"genie.py",3916,0,"",python,selection_command +108,348999,"genie.py",3097,0,"",python,selection_command +109,349165,"genie.py",2499,0,"",python,selection_command +110,349466,"genie.py",1760,0,"",python,selection_command +111,349742,"genie.py",1073,0,"",python,selection_command +112,349747,"genie.py",619,0,"",python,selection_command +113,349751,"genie.py",298,0,"",python,selection_command +114,349755,"genie.py",0,0,"",python,selection_command +115,349846,"genie.py",355,0,"",python,selection_command +116,349927,"genie.py",762,0,"",python,selection_command +117,349929,"genie.py",1330,0,"",python,selection_command +118,349935,"genie.py",1988,0,"",python,selection_command +119,349939,"genie.py",2758,0,"",python,selection_command +120,349942,"genie.py",3306,0,"",python,selection_command +121,349946,"genie.py",4125,0,"",python,selection_command +122,349975,"genie.py",4849,0,"",python,selection_command +123,349977,"genie.py",5473,0,"",python,selection_command +124,349981,"genie.py",6180,0,"",python,selection_command +125,349985,"genie.py",6739,0,"",python,selection_command +126,350005,"genie.py",7278,0,"",python,selection_command +127,350008,"genie.py",8199,0,"",python,selection_command +128,350011,"genie.py",8940,0,"",python,selection_command +129,350032,"genie.py",9678,0,"",python,selection_command +130,358126,"genie.py",0,0,"",python,tab +131,408923,"genie.py",10639,147," \n # Convert FrozenDict to regular dict for updating\n current_tokenizer_params = dict(train_state.params[""params""][""tokenizer""])\n restored_tokenizer_params = dict(restored_tokenizer.params[""params""])\n current_tokenizer_params.update(restored_tokenizer_params)\n train_state.params[""params""][""tokenizer""] = current_tokenizer_params",python,content +132,408923,"genie.py",10501,51," step=tokenizer_checkpoint_manager.latest_step(),",python,content +133,408924,"genie.py",10438,0," # Restore tokenizer using new checkpoint format\n",python,content +134,416865,"genie.py",10696,347," restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)",python,content +135,416866,"genie.py",10553,56," tokenizer_checkpoint_manager.latest_step(),",python,content +136,416866,"genie.py",10438,52,"",python,content +137,416868,"genie.py",0,12683,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.tokenizer_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_tokenizer_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_tokenizer_train_state)\n # Restore tokenizer using new checkpoint format\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_tokenizer_state),\n )[""model_state""]\n \n # Convert FrozenDict to regular dict for updating\n current_tokenizer_params = dict(train_state.params[""params""][""tokenizer""])\n restored_tokenizer_params = dict(restored_tokenizer.params[""params""])\n current_tokenizer_params.update(restored_tokenizer_params)\n train_state.params[""params""][""tokenizer""] = current_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.lam_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_lam_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_lam_train_state)\n restored_lam = lam_checkpoint_manager.restore(\n lam_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_lam_state),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,content +138,418341,"genie.py",12806,71," \n # Convert FrozenDict to regular dict for updating\n current_lam_params = dict(train_state.params[""params""][""lam""])\n current_lam_params.update(restored_lam_params)\n train_state.params[""params""][""lam""] = current_lam_params",python,content +139,418342,"genie.py",12688,51," for k, v in restored_lam.params[""params""].items()",python,content +140,418342,"genie.py",12205,59," ",python,content +141,418342,"genie.py",12067,49," step=lam_checkpoint_manager.latest_step(),",python,content +142,418342,"genie.py",12012,0," # Restore LAM using new checkpoint format\n",python,content +143,418433,"genie.py",12820,257," train_state.params[""params""][""lam""].update(restored_lam_params)",python,content +144,418433,"genie.py",12692,61," for k, v in restored_lam_params.items()",python,content +145,418434,"genie.py",12260,8," restored_lam_params = restored_lam.params[""params""]",python,content +146,418434,"genie.py",12117,54," lam_checkpoint_manager.latest_step(),",python,content +147,418434,"genie.py",12012,50,"",python,content +148,418435,"genie.py",0,12940,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.tokenizer_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_tokenizer_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_tokenizer_train_state)\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_tokenizer_state),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.lam_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_lam_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_lam_train_state)\n restored_lam = lam_checkpoint_manager.restore(\n lam_checkpoint_manager.latest_step(),\n args=ocp.args.StandardRestore(abstract_lam_state),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,content +149,418438,"genie.py",12549,71," \n # Convert FrozenDict to regular dict for updating\n current_lam_params = dict(train_state.params[""params""][""lam""])\n current_lam_params.update(restored_lam_params)\n train_state.params[""params""][""lam""] = current_lam_params",python,content +150,418438,"genie.py",12431,51," for k, v in restored_lam.params[""params""].items()",python,content +151,418438,"genie.py",11948,59," ",python,content +152,418439,"genie.py",11810,49," step=lam_checkpoint_manager.latest_step(),",python,content +153,418439,"genie.py",11755,0," # Restore LAM using new checkpoint format\n",python,content +154,418439,"genie.py",10639,147," \n # Convert FrozenDict to regular dict for updating\n current_tokenizer_params = dict(train_state.params[""params""][""tokenizer""])\n restored_tokenizer_params = dict(restored_tokenizer.params[""params""])\n current_tokenizer_params.update(restored_tokenizer_params)\n train_state.params[""params""][""tokenizer""] = current_tokenizer_params",python,content +155,418439,"genie.py",10501,51," step=tokenizer_checkpoint_manager.latest_step(),",python,content +156,418439,"genie.py",10438,0," # Restore tokenizer using new checkpoint format\n",python,content +157,441495,"genie.py",10353,0,"",python,selection_mouse +158,442262,"genie.py",10469,0,"",python,selection_command +159,442792,"genie.py",10438,52,"",python,content +160,442797,"genie.py",10442,0,"",python,selection_command +161,445267,"genie.py",10505,0,"",python,selection_command +162,445458,"genie.py",10562,0,"",python,selection_command +163,445616,"genie.py",10627,0,"",python,selection_command +164,459308,"genie.py",10644,347," restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)",python,content +165,461110,"genie.py",11387,0,"",python,selection_command +166,461290,"genie.py",12275,0,"",python,selection_command +167,461979,"genie.py",12130,0,"",python,selection_command +168,462192,"genie.py",12025,0,"",python,selection_command +169,462222,"genie.py",12015,0,"",python,selection_command +170,462268,"genie.py",11991,0,"",python,selection_command +171,462425,"genie.py",11928,0,"",python,selection_command +172,462578,"genie.py",11873,0,"",python,selection_command +173,462748,"genie.py",11818,0,"",python,selection_command +174,462875,"genie.py",11768,0,"",python,selection_command +175,463031,"genie.py",11660,0,"",python,selection_command +176,463272,"genie.py",11768,0,"",python,selection_command +177,463771,"genie.py",11760,50,"",python,content +178,463786,"genie.py",11768,0,"",python,selection_command +179,466283,"genie.py",11823,0,"",python,selection_command +180,466430,"genie.py",11878,0,"",python,selection_command +181,466593,"genie.py",11941,0,"",python,selection_command +182,468610,"genie.py",11958,8," restored_lam_params = restored_lam.params[""params""]",python,content +183,471136,"genie.py",11966,0,"",python,selection_command +184,471364,"genie.py",12026,0,"",python,selection_command +185,471399,"genie.py",12131,0,"",python,selection_command +186,471429,"genie.py",12276,0,"",python,selection_command +187,471465,"genie.py",12400,0,"",python,selection_command +188,472205,"genie.py",12441,61," for k, v in restored_lam_params.items()",python,content +189,472461,"genie.py",12432,0,"",python,selection_command +190,472725,"genie.py",12449,0,"",python,selection_command +191,472752,"genie.py",12501,0,"",python,selection_command +192,472934,"genie.py",12557,0,"",python,selection_command +193,475639,"genie.py",12559,257," train_state.params[""params""][""lam""].update(restored_lam_params)",python,content +194,533623,"genie.py",10558,64," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_tokenizer_state),\n ),",python,content +195,537632,"genie.py",10558,119," args=ocp.args.StandardRestore(abstract_tokenizer_state),",python,content +196,537823,"genie.py",11870,62," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_lam_state),\n ),",python,content +197,537823,"genie.py",10558,64," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_tokenizer_state),\n ),",python,content +198,557429,"genie.py",10390,0,"",python,selection_mouse +199,557992,"genie.py",10557,0,"",python,selection_mouse +200,557996,"genie.py",10556,0,"",python,selection_command +201,560541,"genie.py",10589,0,"",python,selection_command +202,560677,"genie.py",10646,0,"",python,selection_command +203,560865,"genie.py",10676,0,"",python,selection_command +204,561291,"genie.py",10646,0,"",python,selection_command +205,562000,"genie.py",10666,0,"",python,selection_command +206,562210,"genie.py",10666,0,"\n ",python,content +207,565495,"genie.py",10679,0,"dataloader_state=ocp.args.CheckpointRestore(train_state.dataloader_state),",python,content +208,565754,"genie.py",10752,0,"",python,selection_command +209,567578,"genie.py",10751,0,"",python,selection_command +210,567772,"genie.py",10735,0,"",python,selection_command +211,567853,"genie.py",10734,0,"",python,selection_command +212,568036,"genie.py",10723,0,"",python,selection_command +213,568184,"genie.py",10722,0,"",python,selection_command +214,569904,"genie.py",10646,0,"",python,selection_command +215,570366,"genie.py",10722,0,"",python,selection_command +216,570524,"genie.py",10723,0,"",python,selection_command +217,571141,"genie.py",10647,0,"",python,selection_command +218,571326,"genie.py",10723,0,"",python,selection_command +219,579507,"train_tokenizer.py",0,0,"",python,tab +220,581660,"train_tokenizer.py",8133,0,"",python,selection_command +221,582955,"genie.py",0,0,"",python,tab +222,588627,"genie.py",10723,11,"",python,content +223,588892,"genie.py",10723,0,"d",python,content +224,588893,"genie.py",10724,0,"",python,selection_keyboard +225,589002,"genie.py",10724,0,"u",python,content +226,589003,"genie.py",10725,0,"",python,selection_keyboard +227,589064,"genie.py",10725,0,"m",python,content +228,589065,"genie.py",10726,0,"",python,selection_keyboard +229,589482,"genie.py",10726,0,"§",python,content +230,589483,"genie.py",10727,0,"",python,selection_keyboard +231,590435,"genie.py",10726,0,"",python,selection_command +232,590576,"genie.py",10727,0,"",python,selection_command +233,590779,"genie.py",10728,0,"",python,selection_command +234,591292,"genie.py",10723,21,"",python,content +235,591919,"genie.py",10723,0,"d",python,content +236,591921,"genie.py",10724,0,"",python,selection_keyboard +237,592007,"genie.py",10724,0,"u",python,content +238,592008,"genie.py",10725,0,"",python,selection_keyboard +239,592083,"genie.py",10725,0,"m",python,content +240,592084,"genie.py",10726,0,"",python,selection_keyboard +241,592247,"genie.py",10726,0,"m",python,content +242,592248,"genie.py",10727,0,"",python,selection_keyboard +243,592444,"genie.py",10727,0,"y",python,content +244,592445,"genie.py",10728,0,"",python,selection_keyboard +245,592891,"genie.py",10728,0,"_",python,content +246,592893,"genie.py",10729,0,"",python,selection_keyboard +247,593108,"genie.py",10729,0,"i",python,content +248,593109,"genie.py",10730,0,"",python,selection_keyboard +249,593287,"genie.py",10730,0,"t",python,content +250,593288,"genie.py",10731,0,"",python,selection_keyboard +251,593325,"genie.py",10731,0,"e",python,content +252,593326,"genie.py",10732,0,"",python,selection_keyboard +253,593525,"genie.py",10732,0,"r",python,content +254,593526,"genie.py",10733,0,"",python,selection_keyboard +255,593638,"genie.py",10733,0,"a",python,content +256,593639,"genie.py",10734,0,"",python,selection_keyboard +257,593837,"genie.py",10734,0,"t",python,content +258,593838,"genie.py",10735,0,"",python,selection_keyboard +259,594047,"genie.py",10735,0,"o",python,content +260,594049,"genie.py",10736,0,"",python,selection_keyboard +261,594104,"genie.py",10736,0,"r",python,content +262,594105,"genie.py",10737,0,"",python,selection_keyboard +263,594406,"genie.py",10736,0,"",python,selection_command +264,599041,"genie.py",11385,0,"",python,selection_command +265,599229,"genie.py",12157,0,"",python,selection_command +266,600019,"genie.py",12132,0,"",python,selection_command +267,600240,"genie.py",12117,0,"",python,selection_command +268,600489,"genie.py",12043,0,"",python,selection_command +269,601104,"genie.py",12043,0,"",python,selection_command +270,617794,"genie.py",12108,0,"",python,selection_command +271,617797,"genie.py",12108,0,"\n ",python,content +272,617811,"genie.py",12125,0,"d",python,content +273,617812,"genie.py",12126,0,"",python,selection_keyboard +274,617816,"genie.py",12126,0,"a",python,content +275,617816,"genie.py",12127,0,"",python,selection_keyboard +276,617822,"genie.py",12127,0,"t",python,content +277,617822,"genie.py",12128,0,"",python,selection_keyboard +278,617825,"genie.py",12128,0,"a",python,content +279,617825,"genie.py",12129,0,"",python,selection_keyboard +280,617833,"genie.py",12129,0,"l",python,content +281,617834,"genie.py",12130,0,"",python,selection_keyboard +282,617839,"genie.py",12130,0,"o",python,content +283,617840,"genie.py",12131,0,"",python,selection_keyboard +284,617842,"genie.py",12131,0,"a",python,content +285,617842,"genie.py",12132,0,"",python,selection_keyboard +286,617854,"genie.py",12132,0,"d",python,content +287,617854,"genie.py",12133,0,"",python,selection_keyboard +288,617856,"genie.py",12133,0,"e",python,content +289,617856,"genie.py",12134,0,"",python,selection_keyboard +290,617858,"genie.py",12134,0,"r",python,content +291,617859,"genie.py",12135,0,"",python,selection_keyboard +292,617862,"genie.py",12135,0,"_",python,content +293,617862,"genie.py",12136,0,"",python,selection_keyboard +294,617870,"genie.py",12136,0,"s",python,content +295,617870,"genie.py",12137,0,"",python,selection_keyboard +296,617872,"genie.py",12137,0,"t",python,content +297,617872,"genie.py",12138,0,"",python,selection_keyboard +298,617873,"genie.py",12138,0,"a",python,content +299,617874,"genie.py",12139,0,"",python,selection_keyboard +300,617875,"genie.py",12139,0,"t",python,content +301,617875,"genie.py",12140,0,"",python,selection_keyboard +302,617877,"genie.py",12140,0,"e",python,content +303,617877,"genie.py",12141,0,"",python,selection_keyboard +304,617879,"genie.py",12141,0,"=",python,content +305,617880,"genie.py",12142,0,"",python,selection_keyboard +306,617881,"genie.py",12141,0,"",python,selection_command +307,617886,"genie.py",12142,0,"",python,selection_command +308,617887,"genie.py",12142,0,"o",python,content +309,617887,"genie.py",12143,0,"",python,selection_keyboard +310,617891,"genie.py",12143,0,"c",python,content +311,617892,"genie.py",12144,0,"",python,selection_keyboard +312,617893,"genie.py",12144,0,"p",python,content +313,617894,"genie.py",12145,0,"",python,selection_keyboard +314,617896,"genie.py",12145,0,".",python,content +315,617896,"genie.py",12146,0,"",python,selection_keyboard +316,617899,"genie.py",12146,0,"a",python,content +317,617899,"genie.py",12147,0,"",python,selection_keyboard +318,617900,"genie.py",12147,0,"r",python,content +319,617900,"genie.py",12148,0,"",python,selection_keyboard +320,617902,"genie.py",12148,0,"g",python,content +321,617902,"genie.py",12149,0,"",python,selection_keyboard +322,617903,"genie.py",12149,0,"s",python,content +323,617903,"genie.py",12150,0,"",python,selection_keyboard +324,617905,"genie.py",12149,1,"",python,content +325,617910,"genie.py",12146,3,"",python,content +326,617913,"genie.py",12145,1,"",python,content +327,617919,"genie.py",12144,1,"",python,content +328,617923,"genie.py",12143,1,"",python,content +329,617926,"genie.py",12142,1,"",python,content +330,617932,"genie.py",12142,0,"g",python,content +331,617933,"genie.py",12143,0,"",python,selection_keyboard +332,617935,"genie.py",12143,0,"r",python,content +333,617936,"genie.py",12144,0,"",python,selection_keyboard +334,617938,"genie.py",12144,0,"a",python,content +335,617938,"genie.py",12145,0,"",python,selection_keyboard +336,617939,"genie.py",12145,0,"i",python,content +337,617939,"genie.py",12146,0,"",python,selection_keyboard +338,617940,"genie.py",12146,0,"n",python,content +339,617940,"genie.py",12147,0,"",python,selection_keyboard +340,617941,"genie.py",12147,0,".",python,content +341,617942,"genie.py",12148,0,"",python,selection_keyboard +342,617943,"genie.py",12148,0,"c",python,content +343,617943,"genie.py",12149,0,"",python,selection_keyboard +344,617946,"genie.py",12149,0,"heckpoint.CheckpointRestore(grain_iterator),",python,content +345,617949,"genie.py",12192,0,"",python,selection_command +346,617950,"genie.py",12191,0,"",python,selection_command +347,617952,"genie.py",12177,0,"",python,selection_command +348,617954,"genie.py",12177,14,"",python,content +349,617955,"genie.py",12177,0,"d",python,content +350,617956,"genie.py",12178,0,"",python,selection_keyboard +351,617957,"genie.py",12178,0,"u",python,content +352,617957,"genie.py",12179,0,"",python,selection_keyboard +353,617958,"genie.py",12179,0,"m",python,content +354,617959,"genie.py",12180,0,"",python,selection_keyboard +355,617960,"genie.py",12180,0,"m",python,content +356,617960,"genie.py",12181,0,"",python,selection_keyboard +357,617961,"genie.py",12181,0,"Y",python,content +358,617962,"genie.py",12182,0,"",python,selection_keyboard +359,617965,"genie.py",12181,1,"",python,content +360,617968,"genie.py",12181,0,"y",python,content +361,617968,"genie.py",12182,0,"",python,selection_keyboard +362,617970,"genie.py",12182,0,"_",python,content +363,617970,"genie.py",12183,0,"",python,selection_keyboard +364,617972,"genie.py",12183,0,"i",python,content +365,617972,"genie.py",12184,0,"",python,selection_keyboard +366,617974,"genie.py",12184,0,"t",python,content +367,617974,"genie.py",12185,0,"",python,selection_keyboard +368,617976,"genie.py",12185,0,"e",python,content +369,617976,"genie.py",12186,0,"",python,selection_keyboard +370,617978,"genie.py",12186,0,"r",python,content +371,617978,"genie.py",12187,0,"",python,selection_keyboard +372,617979,"genie.py",12187,0,"a",python,content +373,617980,"genie.py",12188,0,"",python,selection_keyboard +374,617981,"genie.py",12188,0,"t",python,content +375,617982,"genie.py",12189,0,"",python,selection_keyboard +376,617984,"genie.py",12189,0,"o",python,content +377,617984,"genie.py",12190,0,"",python,selection_keyboard +378,617986,"genie.py",12190,0,"r",python,content +379,617986,"genie.py",12191,0,"",python,selection_keyboard +380,617988,"genie.py",12190,0,"",python,selection_command +381,617998,"genie.py",12107,0,"",python,selection_command +382,617999,"genie.py",12033,0,"",python,selection_command +383,618000,"genie.py",11996,0,"",python,selection_command +384,618002,"genie.py",11941,0,"",python,selection_command +385,618002,"genie.py",11861,0,"",python,selection_command +386,618004,"genie.py",11778,0,"",python,selection_command +387,618006,"genie.py",11768,0,"",python,selection_command +388,618007,"genie.py",11694,0,"",python,selection_command +389,618270,"genie.py",10966,0,"",python,selection_command +390,620841,"genie.py",10723,0,"",python,selection_command +391,622223,"genie.py",10647,0,"",python,selection_command +392,622339,"genie.py",10589,0,"",python,selection_command +393,622501,"genie.py",10556,0,"",python,selection_command +394,622611,"genie.py",10494,0,"",python,selection_command +395,623223,"genie.py",10556,0,"",python,selection_command +396,624112,"genie.py",10589,0,"",python,selection_command +397,624261,"genie.py",10647,0,"",python,selection_command +398,624379,"genie.py",10723,0,"",python,selection_command +399,624596,"genie.py",10722,0,"",python,selection_command +400,624765,"genie.py",10705,0,"",python,selection_command +401,624896,"genie.py",10704,0,"",python,selection_command +402,625073,"genie.py",10700,0,"",python,selection_command +403,625587,"genie.py",10699,0,"",python,selection_command +404,626076,"genie.py",10696,0,"",python,selection_command +405,626470,"genie.py",10696,1,"o",python,selection_command +406,626477,"genie.py",10696,3,"ocp",python,selection_command +407,626656,"genie.py",10696,4,"ocp.",python,selection_command +408,626861,"genie.py",10696,8,"ocp.args",python,selection_command +409,627168,"genie.py",10696,8,"",python,content +410,627407,"genie.py",10696,0,"g",python,content +411,627409,"genie.py",10697,0,"",python,selection_keyboard +412,627547,"genie.py",10697,0,"r",python,content +413,627549,"genie.py",10698,0,"",python,selection_keyboard +414,627594,"genie.py",10698,0,"a",python,content +415,627595,"genie.py",10699,0,"",python,selection_keyboard +416,627675,"genie.py",10699,0,"i",python,content +417,627677,"genie.py",10700,0,"",python,selection_keyboard +418,627720,"genie.py",10700,0,"n",python,content +419,627721,"genie.py",10701,0,"",python,selection_keyboard +420,628068,"genie.py",10701,0,".",python,content +421,628069,"genie.py",10702,0,"",python,selection_keyboard +422,628208,"genie.py",10702,0,"c",python,content +423,628209,"genie.py",10703,0,"",python,selection_keyboard +424,628325,"genie.py",10703,0,"h",python,content +425,628326,"genie.py",10704,0,"",python,selection_keyboard +426,628404,"genie.py",10704,0,"e",python,content +427,628405,"genie.py",10705,0,"",python,selection_keyboard +428,628495,"genie.py",10705,0,"c",python,content +429,628496,"genie.py",10706,0,"",python,selection_keyboard +430,628516,"genie.py",10706,0,"k",python,content +431,628517,"genie.py",10707,0,"",python,selection_keyboard +432,628655,"genie.py",10707,0,"p",python,content +433,628657,"genie.py",10708,0,"",python,selection_keyboard +434,628710,"genie.py",10708,0,"o",python,content +435,628711,"genie.py",10709,0,"",python,selection_keyboard +436,628784,"genie.py",10709,0,"i",python,content +437,628785,"genie.py",10710,0,"",python,selection_keyboard +438,628835,"genie.py",10710,0,"n",python,content +439,628836,"genie.py",10711,0,"",python,selection_keyboard +440,628875,"genie.py",10711,0,"t",python,content +441,628877,"genie.py",10712,0,"",python,selection_keyboard +442,628975,"genie.py",10712,0,"s",python,content +443,628977,"genie.py",10713,0,"",python,selection_keyboard +444,629284,"genie.py",10712,0,"",python,selection_command +445,629724,"genie.py",10712,1,"",python,content +446,631369,"genie.py",10713,0,"",python,selection_command +447,633820,"genie.py",10637,0,"",python,selection_command +448,633984,"genie.py",10589,0,"",python,selection_command +449,634120,"genie.py",10547,0,"",python,selection_command +450,634289,"genie.py",10484,0,"",python,selection_command +451,634565,"genie.py",10547,0,"",python,selection_command +452,635341,"genie.py",11298,0,"",python,selection_command +453,635551,"genie.py",12133,0,"",python,selection_command +454,635946,"genie.py",12059,0,"",python,selection_command +455,636237,"genie.py",12022,0,"",python,selection_command +456,636238,"genie.py",11967,0,"",python,selection_command +457,636400,"genie.py",11912,0,"",python,selection_command +458,640088,"train_tokenizer.py",0,0,"",python,tab +459,641285,"genie.py",0,0,"",python,tab +460,642031,"genie.py",0,0,"",python,selection_command +461,642184,"genie.py",29,0,"",python,selection_command +462,642421,"genie.py",30,0,"",python,selection_command +463,642470,"genie.py",43,0,"",python,selection_command +464,642475,"genie.py",54,0,"",python,selection_command +465,642681,"genie.py",43,0,"",python,selection_command +466,642891,"genie.py",54,0,"",python,selection_command +467,643135,"genie.py",78,0,"",python,selection_command +468,643161,"genie.py",102,0,"",python,selection_command +469,643208,"genie.py",132,0,"",python,selection_command +470,643214,"genie.py",181,0,"",python,selection_command +471,643255,"genie.py",212,0,"",python,selection_command +472,643319,"genie.py",213,0,"",python,selection_command +473,643325,"genie.py",257,0,"",python,selection_command +474,643456,"genie.py",298,0,"",python,selection_command +475,643664,"genie.py",342,0,"",python,selection_command +476,643795,"genie.py",343,0,"",python,selection_command +477,644134,"genie.py",352,0,"\n",python,content +478,644306,"genie.py",353,0,"i",python,content +479,644307,"genie.py",354,0,"",python,selection_keyboard +480,644360,"genie.py",354,0,"m",python,content +481,644361,"genie.py",355,0,"",python,selection_keyboard +482,644441,"genie.py",355,0,"p",python,content +483,644443,"genie.py",356,0,"",python,selection_keyboard +484,644491,"genie.py",356,0,"o",python,content +485,644492,"genie.py",357,0,"",python,selection_keyboard +486,644539,"genie.py",357,0,"r",python,content +487,644541,"genie.py",358,0,"",python,selection_keyboard +488,644607,"genie.py",358,0,"t",python,content +489,644610,"genie.py",359,0,"",python,selection_keyboard +490,644759,"genie.py",359,0," ",python,content +491,644760,"genie.py",360,0,"",python,selection_keyboard +492,644848,"genie.py",360,0,"g",python,content +493,644849,"genie.py",361,0,"",python,selection_keyboard +494,645020,"genie.py",361,0,"r",python,content +495,645021,"genie.py",362,0,"",python,selection_keyboard +496,645065,"genie.py",362,0,"a",python,content +497,645066,"genie.py",363,0,"",python,selection_keyboard +498,645112,"genie.py",363,0,"i",python,content +499,645113,"genie.py",364,0,"",python,selection_keyboard +500,645169,"genie.py",364,0,"n",python,content +501,645170,"genie.py",365,0,"",python,selection_keyboard +502,645303,"genie.py",364,0,"",python,selection_command +503,646228,"genie.py",10709,0,"",python,selection_command +504,651385,"genie.py",10633,0,"",python,selection_command +505,651533,"genie.py",10600,0,"",python,selection_command +506,652259,"genie.py",10543,0,"",python,selection_command +507,652496,"genie.py",10480,0,"",python,selection_command +508,652534,"genie.py",10364,0,"",python,selection_command +509,652675,"genie.py",10333,0,"",python,selection_command +510,652684,"genie.py",10276,0,"",python,selection_command +511,652687,"genie.py",10223,0,"",python,selection_command +512,652690,"genie.py",10160,0,"",python,selection_command +513,652693,"genie.py",10129,0,"",python,selection_command +514,652724,"genie.py",10115,0,"",python,selection_command +515,652746,"genie.py",10084,0,"",python,selection_command +516,652797,"genie.py",10041,0,"",python,selection_command +517,652829,"genie.py",9995,0,"",python,selection_command +518,652873,"genie.py",9959,0,"",python,selection_command +519,652894,"genie.py",9915,0,"",python,selection_command +520,652949,"genie.py",9873,0,"",python,selection_command +521,652952,"genie.py",9835,0,"",python,selection_command +522,652989,"genie.py",9799,0,"",python,selection_command +523,653024,"genie.py",9761,0,"",python,selection_command +524,653122,"genie.py",9730,0,"",python,selection_command +525,653126,"genie.py",9712,0,"",python,selection_command +526,653151,"genie.py",9650,0,"",python,selection_command +527,653166,"genie.py",9592,0,"",python,selection_command +528,653217,"genie.py",9561,0,"",python,selection_command +529,653245,"genie.py",9481,0,"",python,selection_command +530,653330,"genie.py",9378,0,"",python,selection_command +531,653333,"genie.py",9307,0,"",python,selection_command +532,654024,"genie.py",9378,0,"",python,selection_command +533,654183,"genie.py",9481,0,"",python,selection_command +534,654617,"genie.py",9557,0,"\n ",python,content +535,654889,"genie.py",9562,0," ",python,content +536,654890,"genie.py",9563,0,"",python,selection_keyboard +537,655198,"genie.py",9562,1,"",python,content +538,655384,"genie.py",9562,0,"#",python,content +539,655385,"genie.py",9563,0,"",python,selection_keyboard +540,655387,"genie.py",9563,0," ",python,content +541,655388,"genie.py",9564,0,"",python,selection_keyboard +542,655817,"genie.py",9564,0,"F",python,content +543,655818,"genie.py",9565,0,"",python,selection_keyboard +544,655914,"genie.py",9565,0,"I",python,content +545,655915,"genie.py",9566,0,"",python,selection_keyboard +546,655982,"genie.py",9566,0,"X",python,content +547,655983,"genie.py",9567,0,"",python,selection_keyboard +548,656097,"genie.py",9567,0,"M",python,content +549,656098,"genie.py",9568,0,"",python,selection_keyboard +550,656227,"genie.py",9568,0,"E",python,content +551,656228,"genie.py",9569,0,"",python,selection_keyboard +552,656295,"genie.py",9569,0," ",python,content +553,656296,"genie.py",9570,0,"",python,selection_keyboard +554,656486,"genie.py",9570,0,"()",python,content +555,656487,"genie.py",9571,0,"",python,selection_keyboard +556,656856,"genie.py",9571,0,"f",python,content +557,656857,"genie.py",9572,0,"",python,selection_keyboard +558,657348,"genie.py",9572,0,".",python,content +559,657349,"genie.py",9573,0,"",python,selection_keyboard +560,657424,"genie.py",9573,0,"s",python,content +561,657425,"genie.py",9574,0,"",python,selection_keyboard +562,657466,"genie.py",9574,0,"r",python,content +563,657467,"genie.py",9575,0,"",python,selection_keyboard +564,657536,"genie.py",9575,0,"a",python,content +565,657537,"genie.py",9576,0,"",python,selection_keyboard +566,657949,"genie.py",9577,0," This is a hack to get the checkpoint manager to work.",python,content +567,657949,"genie.py",9576,0,"mbical",python,content +568,657952,"genie.py",9637,0,"",python,selection_command +569,658242,"genie.py",9636,0,"",python,selection_command +570,658329,"genie.py",9632,0,"",python,selection_command +571,658436,"genie.py",9629,0,"",python,selection_command +572,658668,"genie.py",9621,0,"",python,selection_command +573,658700,"genie.py",9610,0,"",python,selection_command +574,658745,"genie.py",9606,0,"",python,selection_command +575,658777,"genie.py",9602,0,"",python,selection_command +576,658901,"genie.py",9599,0,"",python,selection_command +577,659074,"genie.py",9594,0,"",python,selection_command +578,659177,"genie.py",9592,0,"",python,selection_command +579,659346,"genie.py",9589,0,"",python,selection_command +580,659465,"genie.py",9584,0,"",python,selection_command +581,659708,"genie.py",9584,53,"",python,content +582,659918,"genie.py",9584,0,"a",python,content +583,659919,"genie.py",9585,0,"",python,selection_keyboard +584,660001,"genie.py",9585,0,"d",python,content +585,660002,"genie.py",9586,0,"",python,selection_keyboard +586,660121,"genie.py",9586,0,"d",python,content +587,660121,"genie.py",9587,0,"",python,selection_keyboard +588,660229,"genie.py",9587,0," ",python,content +589,660230,"genie.py",9588,0,"",python,selection_keyboard +590,660571,"genie.py",9588,0,"r",python,content +591,660571,"genie.py",9589,0,"",python,selection_keyboard +592,660683,"genie.py",9589,0,"e",python,content +593,660684,"genie.py",9590,0,"",python,selection_keyboard +594,660779,"genie.py",9590,0,"g",python,content +595,660780,"genie.py",9591,0,"",python,selection_keyboard +596,660919,"genie.py",9591,0,"i",python,content +597,660920,"genie.py",9592,0,"",python,selection_keyboard +598,660985,"genie.py",9592,0,"s",python,content +599,660986,"genie.py",9593,0,"",python,selection_keyboard +600,661099,"genie.py",9593,0,"t",python,content +601,661100,"genie.py",9594,0,"",python,selection_keyboard +602,661191,"genie.py",9594,0,"e",python,content +603,661192,"genie.py",9595,0,"",python,selection_keyboard +604,661312,"genie.py",9595,0,"r",python,content +605,661312,"genie.py",9596,0,"",python,selection_keyboard +606,661355,"genie.py",9596,0,"s",python,content +607,661355,"genie.py",9597,0,"",python,selection_keyboard +608,661525,"genie.py",9597,0," ",python,content +609,661526,"genie.py",9598,0,"",python,selection_keyboard +610,661694,"genie.py",9598,0,"o",python,content +611,661695,"genie.py",9599,0,"",python,selection_keyboard +612,661756,"genie.py",9599,0,"f",python,content +613,661757,"genie.py",9600,0,"",python,selection_keyboard +614,661833,"genie.py",9600,0," ",python,content +615,661834,"genie.py",9601,0,"",python,selection_keyboard +616,662269,"genie.py",9600,1,"",python,content +617,662404,"genie.py",9599,1,"",python,content +618,662508,"genie.py",9598,1,"",python,content +619,662588,"genie.py",9598,0,"f",python,content +620,662589,"genie.py",9599,0,"",python,selection_keyboard +621,662702,"genie.py",9599,0,"o",python,content +622,662703,"genie.py",9600,0,"",python,selection_keyboard +623,662786,"genie.py",9600,0,"r",python,content +624,662787,"genie.py",9601,0,"",python,selection_keyboard +625,662849,"genie.py",9601,0," ",python,content +626,662849,"genie.py",9602,0,"",python,selection_keyboard +627,663806,"genie.py",9602,0,"dataloader_state",python,content +628,664001,"genie.py",9618,0,"\n ",python,content +629,666519,"genie.py",9623,0,"h",python,content +630,666520,"genie.py",9624,0,"",python,selection_keyboard +631,666594,"genie.py",9624,0,"a",python,content +632,666595,"genie.py",9625,0,"",python,selection_keyboard +633,666705,"genie.py",9625,0,"n",python,content +634,666706,"genie.py",9626,0,"",python,selection_keyboard +635,666914,"genie.py",9626,0,"d",python,content +636,666915,"genie.py",9627,0,"",python,selection_keyboard +637,667034,"genie.py",9627,0,"l",python,content +638,667036,"genie.py",9628,0,"",python,selection_keyboard +639,667144,"genie.py",9628,0,"e",python,content +640,667144,"genie.py",9629,0,"",python,selection_keyboard +641,667204,"genie.py",9629,0,"r",python,content +642,667206,"genie.py",9630,0,"",python,selection_keyboard +643,667423,"genie.py",9630,0,"_",python,content +644,667424,"genie.py",9631,0,"",python,selection_keyboard +645,668124,"genie.py",9631,0,"registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler)",python,content +646,669087,"genie.py",9732,0,"\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)",python,content +647,669424,"genie.py",9848,0,"",python,selection_command +648,670218,"genie.py",9731,0,"",python,selection_command +649,670616,"genie.py",9619,114,"",python,content +650,670685,"genie.py",9623,0,"",python,selection_command +651,671578,"genie.py",9734,0,"",python,selection_command +652,672992,"genie.py",9619,0,"",python,selection_command +653,673307,"genie.py",9558,0,"",python,selection_command +654,673534,"genie.py",9452,0,"",python,selection_command +655,673781,"genie.py",9349,0,"",python,selection_command +656,677049,"genie.py",9398,0,"",python,selection_command +657,677974,"genie.py",9349,103,"",python,content +658,677979,"genie.py",9353,0,"",python,selection_command +659,678271,"genie.py",9459,0,"",python,selection_command +660,678471,"genie.py",9520,0,"",python,selection_command +661,678884,"genie.py",9516,117,"",python,content +662,678903,"genie.py",9519,0,"",python,selection_command +663,678987,"genie.py",9459,0,"",python,selection_command +664,679171,"genie.py",9353,0,"",python,selection_command +665,679408,"genie.py",9454,0,"\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)",python,content +666,679410,"genie.py",9459,0,"",python,selection_command +667,679655,"genie.py",9576,0,"",python,selection_command +668,680104,"genie.py",9572,61,"",python,content +669,680109,"genie.py",9575,0,"",python,selection_command +670,680453,"genie.py",9459,0,"",python,selection_command +671,680578,"genie.py",9353,0,"",python,selection_command +672,681153,"genie.py",9459,0,"",python,selection_command +673,682121,"genie.py",9353,0,"",python,selection_command +674,683577,"genie.py",9453,0,"",python,selection_command +675,684138,"genie.py",9570,0,"",python,selection_command +676,685633,"genie.py",9455,0,"",python,selection_command +677,686752,"genie.py",9570,0,"",python,selection_command +678,687337,"genie.py",9455,0,"",python,selection_command +679,692523,"TERMINAL",0,0,"idle",,terminal_command +680,692573,"TERMINAL",0,0,"]633;E;2025-07-09 14:38:14 idle;7038b43c-4580-4827-bf4b-c556632b02ae]633;C",,terminal_output +681,695152,"TERMINAL",0,0,"queue",,terminal_command +682,695169,"TERMINAL",0,0,"]633;E;2025-07-09 14:38:17 queue;7038b43c-4580-4827-bf4b-c556632b02ae]633;C",,terminal_output +683,695225,"TERMINAL",0,0,"[?1049h(B[?7h hkn1993.localdomain: Wed Jul 9 14:38:17 2025JOBID PARTITION NAME USERST\t TIME NODES NODELIST(REASON)3332386 accelerat interact tum_dbd0R\t 26:124 hkn[0618,0810,0814,0816]3332384 accelerat interact tum_dbd0R\t 26:594 hkn[0802,0804,0806,0808]",,terminal_output +684,696267,"TERMINAL",0,0,"837:00",,terminal_output +685,697388,"TERMINAL",0,0,"941",,terminal_output +686,698330,"TERMINAL",0,0,"2052",,terminal_output +687,699657,"TERMINAL",0,0,"163",,terminal_output +688,700507,"TERMINAL",0,0,"274",,terminal_output +689,701571,"TERMINAL",0,0,"385",,terminal_output +690,701704,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +691,702646,"TERMINAL",0,0,"bash",,terminal_focus +692,705180,"TERMINAL",0,0,"bash",,terminal_focus +693,1424696,"TERMINAL",0,0,"idle",,terminal_command +694,1424825,"TERMINAL",0,0,"]633;E;2025-07-09 14:50:27 idle;f1df7c3b-6b1f-4cdd-9b06-c81f06d8cb59]633;CPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 8 nodes idle\r\nPartition dev_accelerated : 2 nodes idle\r\nPartition accelerated : 0 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +695,1426823,"TERMINAL",0,0,"exit",,terminal_command +696,1426875,"TERMINAL",0,0,"]633;E;2025-07-09 14:50:29 exit;f1df7c3b-6b1f-4cdd-9b06-c81f06d8cb59]633;Cexit\r\n",,terminal_output +697,1427111,"TERMINAL",0,0,"bash",,terminal_focus +698,1434666,"TERMINAL",0,0,"queue",,terminal_command +699,1434764,"TERMINAL",0,0,"]633;E;2025-07-09 14:50:37 queue;99705b40-b010-43b6-995a-ef644f086827]633;C[?1049h(B[?7h hkn1993.localdomain: Wed Jul 9 14:50:37 2025JOBID PARTITION NAME USERST\t TIME NODES NODELIST(REASON)3332386 accelerat interact tum_dbd0R\t 38:324 hkn[0618,0810,0814,0816]3332384 accelerat interact tum_dbd0R\t 39:194 hkn[0802,0804,0806,0808]",,terminal_output +700,1435793,"TERMINAL",0,0,"8320",,terminal_output +701,1436840,"TERMINAL",0,0,"941",,terminal_output +702,1437065,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +703,1438173,"TERMINAL",0,0,"bash",,terminal_focus +704,1439218,"TERMINAL",0,0,"bash",,terminal_focus +705,1440448,"TERMINAL",0,0,"exit",,terminal_command +706,1440511,"TERMINAL",0,0,"]633;E;2025-07-09 14:50:42 exit;99705b40-b010-43b6-995a-ef644f086827]633;Cexit\r\n",,terminal_output +707,1440771,"TERMINAL",0,0,"bash",,terminal_focus +708,1442892,"TERMINAL",0,0,"queue",,terminal_command +709,1442985,"TERMINAL",0,0,"]633;E;2025-07-09 14:50:45 queue;7038b43c-4580-4827-bf4b-c556632b02ae]633;C[?1049h(B[?7hEvery 1.0s: sque... hkn1993.localdomain: Wed Jul 9 14:50:45 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3332386 accelerat interact tum_dbd0 R38:40\r4 hkn[0618,0810,0814,0816]3332384 accelerat interact tum_dbd0 R39:27\r4 hkn[0802,0804,0806,0808]",,terminal_output +710,1444035,"TERMINAL",0,0,"618\t ",,terminal_output +711,1444392,"TERMINAL",0,0,"",,terminal_focus +712,1444600,"TERMINAL",0,0,"Every 1.0s: hkn1993.localdomain: Wed Jul 9 14:50:46 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3332386 accelerat interact tum_dbd0 R38:414 hkn[0618,0810,0814,0816]3332384 accelerat interact tum_dbd0 R39:284 hkn[0802,0804,0806,0808]",,terminal_output +713,1445644,"TERMINAL",0,0," hkn1993.localdomain: Wed Jul 9 14:50:47 2025JOBID PARTITION NAME USERST\t TIME NODES NODELIST(REASON)3332386 accelerat interact tum_dbd0R\t 38:424 hkn[0618,0810,0814,0816]3332384 accelerat interact tum_dbd0R\t 39:294 hkn[0802,0804,0806,0808]",,terminal_output +714,1446867,"TERMINAL",0,0,"8330",,terminal_output +715,1447711,"TERMINAL",0,0,"952",,terminal_output +716,1447821,"TERMINAL",0,0," hkn1993.localdomain: Wed Jul 9 14:50:50 2025JOBID PARTITION NAME USERST\t TIME NODES NODELIST(REASON)3332386 accelerat interact tum_dbd0R\t 38:454 hkn[0618,0810,0814,0816]3332384 accelerat interact tum_dbd0R\t 39:324 hkn[0802,0804,0806,0808]",,terminal_output +717,1448855,"TERMINAL",0,0,"163",,terminal_output +718,1449884,"TERMINAL",0,0,"274",,terminal_output +719,1450935,"TERMINAL",0,0,"385",,terminal_output +720,1451967,"TERMINAL",0,0,"496",,terminal_output +721,1453025,"TERMINAL",0,0,"5507",,terminal_output +722,1454058,"TERMINAL",0,0,"618",,terminal_output +723,1455102,"TERMINAL",0,0,"729",,terminal_output +724,1456163,"TERMINAL",0,0,"8340",,terminal_output +725,1457195,"TERMINAL",0,0,"941",,terminal_output +726,1458261,"TERMINAL",0,0,"1:0052",,terminal_output +727,1459365,"TERMINAL",0,0,"163",,terminal_output +728,1460336,"TERMINAL",0,0,"274",,terminal_output +729,1461389,"TERMINAL",0,0,"385",,terminal_output +730,1461444,"TERMINAL",0,0,"salloc --nodes=4 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=10:00:00 --partition=accelerated --account=hk-project-p0023960",,terminal_command +731,1461523,"TERMINAL",0,0,"]633;E;2025-07-09 14:51:03 salloc --nodes=4 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=10:00:00 --partition=accelerated --account=hk-project-p0023960;316da107-96d9-415f-83a2-e8910b31c584]633;Csalloc: Pending job allocation 3332529\r\nsalloc: job 3332529 queued and waiting for resources\r\n",,terminal_output +732,1462459,"TERMINAL",0,0,"\r43332529 accelerat interact tum_dbd0PD\t 0:004 (Priority)96",,terminal_output +733,1463512,"TERMINAL",0,0,"59:007",,terminal_output +734,1464414,"TERMINAL",0,0,"",,terminal_focus +735,1464548,"TERMINAL",0,0,"618",,terminal_output +736,1465615,"TERMINAL",0,0,"729",,terminal_output +737,1466707,"TERMINAL",0,0,"8350",,terminal_output +738,1467673,"TERMINAL",0,0,"941",,terminal_output +739,1468729,"TERMINAL",0,0,"1063",,terminal_output +740,1469781,"TERMINAL",0,0,"274",,terminal_output +741,1470892,"TERMINAL",0,0,"385",,terminal_output +742,1471895,"TERMINAL",0,0,"496",,terminal_output +743,1472917,"TERMINAL",0,0,"5107",,terminal_output +744,1473939,"TERMINAL",0,0,"618",,terminal_output +745,1474975,"TERMINAL",0,0,"729",,terminal_output +746,1476051,"TERMINAL",0,0,"8Resources)340:00",,terminal_output +747,1477182,"TERMINAL",0,0,"941",,terminal_output +748,1478129,"TERMINAL",0,0,"2052",,terminal_output +749,1478356,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=10:00:00 --partition=accelerated --account=hk-project-p0023960",,terminal_command +750,1478433,"TERMINAL",0,0,"]633;E;2025-07-09 14:51:20 salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=10:00:00 --partition=accelerated --account=hk-project-p0023960;1c8ff709-96a7-4375-9862-e8b0255a7431]633;Csalloc: Pending job allocation 3332530\r\nsalloc: job 3332530 queued and waiting for resources\r\n",,terminal_output +751,1479185,"TERMINAL",0,0,"\r13332530 accelerat interact tum_dbd0PD\t 0:001 (Priority)63",,terminal_output +752,1480063,"TERMINAL",0,0,"watch",,terminal_focus +753,1480202,"TERMINAL",0,0,"274",,terminal_output +754,1481260,"TERMINAL",0,0,"385",,terminal_output +755,1482298,"TERMINAL",0,0,"496",,terminal_output +756,1483554,"TERMINAL",0,0,"5207",,terminal_output +757,1484428,"TERMINAL",0,0,"618",,terminal_output +758,1484699,"TERMINAL",0,0,"",,terminal_focus +759,1485430,"TERMINAL",0,0,"729",,terminal_output +760,1486482,"TERMINAL",0,0,"8310",,terminal_output +761,1487261,"TERMINAL",0,0,"scancel 3332386",,terminal_command +762,1487300,"TERMINAL",0,0,"]633;E;2025-07-09 14:51:29 scancel 3332386;663e42a2-d799-4014-aad1-6e5087ef9589]633;C",,terminal_output +763,1487462,"TERMINAL",0,0,"]0;tum_dbd0378@hkn1993:~/jafar]633;D;0]633;P;Cwd=/home/hk-project-p0023960/tum_dbd0378/jafar",,terminal_output +764,1487525,"TERMINAL",0,0,"93332386 accelerat interact tum_dbd0CG\t 39:244 hkn[0618,0810,0814,0816]1",,terminal_output +765,1488969,"TERMINAL",0,0,"302",,terminal_output +766,1488998,"TERMINAL",0,0,"watch",,terminal_focus +767,1489611,"TERMINAL",0,0,"13",,terminal_output +768,1490669,"TERMINAL",0,0,"24",,terminal_output +769,1491711,"TERMINAL",0,0,"36",,terminal_output +770,1492738,"TERMINAL",0,0,"57",,terminal_output +771,1493787,"TERMINAL",0,0,"68",,terminal_output +772,1494827,"TERMINAL",0,0,"79",,terminal_output +773,1495877,"TERMINAL",0,0,"820",,terminal_output +774,1496118,"TERMINAL",0,0,"bash",,terminal_focus +775,1496929,"TERMINAL",0,0,"91",,terminal_output +776,1498035,"TERMINAL",0,0,"401 hkn06182",,terminal_output +777,1498091,"TERMINAL",0,0,"scancel 3332384",,terminal_command +778,1498128,"TERMINAL",0,0,"]633;E;2025-07-09 14:51:40 scancel 3332384;663e42a2-d799-4014-aad1-6e5087ef9589]633;C",,terminal_output +779,1499119,"TERMINAL",0,0,"13332384 accelerat interact tum_dbd0CG\t 40:224 hkn[0802,0804,0806,0808]",,terminal_output +780,1500145,"TERMINAL",0,0,"2",,terminal_output +781,1501209,"TERMINAL",0,0,"329 4 (Resources)30 1 (Priority)",,terminal_output +782,1506574,"TERMINAL",0,0,"4",,terminal_output +783,1506576,"TERMINAL",0,0,"5",,terminal_output +784,1506576,"TERMINAL",0,0,"6",,terminal_output +785,1506577,"TERMINAL",0,0,"7",,terminal_output +786,1506578,"TERMINAL",0,0,"8",,terminal_output +787,1507531,"TERMINAL",0,0,"9",,terminal_output +788,1508523,"TERMINAL",0,0,"501 hkn0802",,terminal_output +789,1509608,"TERMINAL",0,0,"1",,terminal_output +790,1510659,"TERMINAL",0,0,"2",,terminal_output +791,1511669,"TERMINAL",0,0,"3",,terminal_output +792,1512722,"TERMINAL",0,0,"4",,terminal_output +793,1513771,"TERMINAL",0,0,"6",,terminal_output +794,1514816,"TERMINAL",0,0,"7",,terminal_output +795,1515867,"TERMINAL",0,0,"8",,terminal_output +796,1516903,"TERMINAL",0,0,"9",,terminal_output +797,1518009,"TERMINAL",0,0,"2:00",,terminal_output +798,1519013,"TERMINAL",0,0,"1",,terminal_output +799,1520049,"TERMINAL",0,0,"2",,terminal_output +800,1521117,"TERMINAL",0,0,"3",,terminal_output +801,1522151,"TERMINAL",0,0,"4",,terminal_output +802,1523195,"TERMINAL",0,0,"5",,terminal_output +803,1524230,"TERMINAL",0,0,"6",,terminal_output +804,1525650,"TERMINAL",0,0,"7",,terminal_output +805,1526306,"TERMINAL",0,0,"8",,terminal_output +806,1527371,"TERMINAL",0,0,"9",,terminal_output +807,1528395,"TERMINAL",0,0,"\r10",,terminal_output +808,1529480,"TERMINAL",0,0,"1",,terminal_output +809,1530642,"TERMINAL",0,0,"2",,terminal_output +810,1531671,"TERMINAL",0,0,"3",,terminal_output +811,1532609,"TERMINAL",0,0,"4",,terminal_output +812,1533644,"TERMINAL",0,0,"5",,terminal_output +813,1534704,"TERMINAL",0,0,"6",,terminal_output +814,1535689,"TERMINAL",0,0,"salloc: job 3332529 has been allocated resources\r\nsalloc: Granted job allocation 3332529\r\n",,terminal_output +815,1535690,"TERMINAL",0,0,"salloc: job 3332530 has been allocated resources\r\nsalloc: Granted job allocation 3332530\r\n",,terminal_output +816,1535751,"TERMINAL",0,0,"8\r Rhkn[0804,0806,0808,0810] Rhkn0618",,terminal_output +817,1535814,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +818,1535814,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +819,1536787,"TERMINAL",0,0,"911",,terminal_output +820,1537821,"TERMINAL",0,0,"2022",,terminal_output +821,1538883,"TERMINAL",0,0,"\r133",,terminal_output +822,1539937,"TERMINAL",0,0,"244",,terminal_output +823,1540975,"TERMINAL",0,0,"355",,terminal_output +824,1542031,"TERMINAL",0,0,"466",,terminal_output +825,1543139,"TERMINAL",0,0,"577",,terminal_output +826,1544119,"TERMINAL",0,0,"688",,terminal_output +827,1545161,"TERMINAL",0,0,"799",,terminal_output +828,1546219,"TERMINAL",0,0,"81010",,terminal_output +829,1547256,"TERMINAL",0,0,"911",,terminal_output +830,1548287,"TERMINAL",0,0,"3022",,terminal_output +831,1549377,"TERMINAL",0,0,"133",,terminal_output +832,1550381,"TERMINAL",0,0,"244",,terminal_output +833,1551418,"TERMINAL",0,0,"355",,terminal_output +834,1552479,"TERMINAL",0,0,"466",,terminal_output +835,1553766,"TERMINAL",0,0,"577",,terminal_output +836,1554837,"TERMINAL",0,0,"699",,terminal_output +837,1555783,"TERMINAL",0,0,"82020",,terminal_output +838,1556813,"TERMINAL",0,0,"911",,terminal_output +839,1557875,"TERMINAL",0,0,"4022",,terminal_output +840,1558947,"TERMINAL",0,0,"133",,terminal_output +841,1559999,"TERMINAL",0,0,"244",,terminal_output +842,1561022,"TERMINAL",0,0,"355",,terminal_output +843,1562087,"TERMINAL",0,0,"466",,terminal_output +844,1562873,"TERMINAL",0,0,"salloc: Nodes hkn[0804,0806,0808,0810] are ready for job\r\n",,terminal_output +845,1562874,"TERMINAL",0,0,"salloc: Nodes hkn0618 are ready for job\r\n",,terminal_output +846,1563116,"TERMINAL",0,0,"577",,terminal_output +847,1563624,"TERMINAL",0,0,"]0;tum_dbd0378@hkn0618:~/jafar[?2004h[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +848,1564187,"TERMINAL",0,0,"688",,terminal_output +849,1565237,"TERMINAL",0,0,"799",,terminal_output +850,1565249,"TERMINAL",0,0,"]0;tum_dbd0378@hkn0804:~/jafar[?2004h[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +851,1566273,"TERMINAL",0,0,"83030",,terminal_output +852,1567297,"TERMINAL",0,0,"911",,terminal_output +853,1568290,"TERMINAL",0,0,"srun",,terminal_focus +854,1568363,"TERMINAL",0,0,"5022",,terminal_output +855,1569616,"TERMINAL",0,0,"133",,terminal_output +856,1570463,"TERMINAL",0,0,"244",,terminal_output +857,1570855,"TERMINAL",0,0,"watch",,terminal_focus +858,1571469,"TERMINAL",0,0,"355",,terminal_output +859,1571729,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +860,1572689,"TERMINAL",0,0,"exit",,terminal_command +861,1572733,"TERMINAL",0,0,"]633;E;2025-07-09 14:52:55 exit;7038b43c-4580-4827-bf4b-c556632b02ae]633;Cexit\r\n",,terminal_output +862,1572990,"TERMINAL",0,0,"srun",,terminal_focus +863,1574089,"TERMINAL",0,0,"srun",,terminal_focus +864,1575325,"TERMINAL",0,0,"srun",,terminal_focus +865,1577567,"TERMINAL",0,0,"bash",,terminal_focus +866,1578992,"TERMINAL",0,0,"dle",,terminal_command +867,1579078,"TERMINAL",0,0,"]633;E;2025-07-09 14:53:01 dle;663e42a2-d799-4014-aad1-6e5087ef9589]633;Cbash: dle: command not found...\r\n",,terminal_output +868,1580589,"TERMINAL",0,0,"idle",,terminal_command +869,1580658,"TERMINAL",0,0,"]633;E;2025-07-09 14:53:02 idle;663e42a2-d799-4014-aad1-6e5087ef9589]633;CPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 8 nodes idle\r\nPartition dev_accelerated : 2 nodes idle\r\nPartition accelerated : 3 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +870,1583219,"TERMINAL",0,0,"srun",,terminal_focus +871,1587672,"TERMINAL",0,0,"srun",,terminal_focus +872,1589779,"TERMINAL",0,0,"srun",,terminal_focus +873,1602644,"genie.py",9979,0,"",python,selection_mouse +874,1602647,"genie.py",9978,0,"",python,selection_command +875,1605288,"genie.py",0,0,"",python,tab +876,1605290,"genie.py",353,0,"",python,selection_command +877,1607049,"genie.py",798,0,"",python,selection_command +878,1607452,"genie.py",1493,0,"",python,selection_command +879,1607707,"genie.py",2404,0,"",python,selection_command +880,1607887,"genie.py",3135,0,"",python,selection_command +881,1608089,"genie.py",4108,0,"",python,selection_command +882,1608250,"genie.py",4912,0,"",python,selection_command +883,1608439,"genie.py",5722,0,"",python,selection_command +884,1608597,"genie.py",6521,0,"",python,selection_command +885,1608753,"genie.py",7099,0,"",python,selection_command +886,1608939,"genie.py",8248,0,"",python,selection_command +887,1609114,"genie.py",9052,0,"",python,selection_command +888,1609241,"genie.py",10034,0,"",python,selection_command +889,1609664,"genie.py",9052,0,"",python,selection_command +890,1609881,"genie.py",8248,0,"",python,selection_command +891,1609913,"genie.py",7099,0,"",python,selection_command +892,1609940,"genie.py",6521,0,"",python,selection_command +893,1609979,"genie.py",5722,0,"",python,selection_command +894,1610013,"genie.py",4912,0,"",python,selection_command +895,1610041,"genie.py",4108,0,"",python,selection_command +896,1610078,"genie.py",3135,0,"",python,selection_command +897,1610111,"genie.py",2404,0,"",python,selection_command +898,1610155,"genie.py",1493,0,"",python,selection_command +899,1610175,"genie.py",798,0,"",python,selection_command +900,1610215,"genie.py",353,0,"",python,selection_command +901,1610242,"genie.py",0,0,"",python,selection_command +902,1611241,"genie.py",942,0,"",python,selection_command +903,1611445,"genie.py",2667,0,"",python,selection_command +904,1611624,"genie.py",4403,0,"",python,selection_command +905,1611785,"genie.py",5985,0,"",python,selection_command +906,1611975,"genie.py",7456,0,"",python,selection_command +907,1612688,"genie.py",0,0,"",python,selection_command +908,1631458,"genie.py",942,0,"",python,selection_command +909,1632019,"genie.py",2667,0,"",python,selection_command +910,1632400,"genie.py",4403,0,"",python,selection_command +911,1632570,"genie.py",5985,0,"",python,selection_command +912,1633192,"genie.py",0,0,"",python,selection_command +913,1637946,"genie.py",942,0,"",python,selection_command +914,1638243,"genie.py",2667,0,"",python,selection_command +915,1638415,"genie.py",4403,0,"",python,selection_command +916,1638597,"genie.py",5985,0,"",python,selection_command +917,1638773,"genie.py",7456,0,"",python,selection_command +918,1639200,"genie.py",9282,0,"",python,selection_command +919,1640687,"genie.py",8666,0,"",python,selection_command +920,1641250,"genie.py",8711,0,"",python,selection_command +921,1641492,"genie.py",8720,0,"",python,selection_command +922,1641532,"genie.py",8783,0,"",python,selection_command +923,1641555,"genie.py",8806,0,"",python,selection_command +924,1641671,"genie.py",8815,0,"",python,selection_command +925,1641922,"genie.py",8845,0,"",python,selection_command +926,1641953,"genie.py",8874,0,"",python,selection_command +927,1641984,"genie.py",8903,0,"",python,selection_command +928,1642018,"genie.py",8937,0,"",python,selection_command +929,1642049,"genie.py",8957,0,"",python,selection_command +930,1642083,"genie.py",8960,0,"",python,selection_command +931,1642136,"genie.py",8970,0,"",python,selection_command +932,1642151,"genie.py",9017,0,"",python,selection_command +933,1642189,"genie.py",9047,0,"",python,selection_command +934,1642210,"genie.py",9056,0,"",python,selection_command +935,1642246,"genie.py",9133,0,"",python,selection_command +936,1642283,"genie.py",9161,0,"",python,selection_command +937,1642324,"genie.py",9221,0,"",python,selection_command +938,1642347,"genie.py",9237,0,"",python,selection_command +939,1642442,"genie.py",9253,0,"",python,selection_command +940,1642445,"genie.py",9276,0,"",python,selection_command +941,1642461,"genie.py",9286,0,"",python,selection_command +942,1642495,"genie.py",9357,0,"",python,selection_command +943,1642558,"genie.py",9463,0,"",python,selection_command +944,1642562,"genie.py",9575,0,"",python,selection_command +945,1642595,"genie.py",9585,0,"",python,selection_command +946,1642632,"genie.py",9643,0,"",python,selection_command +947,1642657,"genie.py",9705,0,"",python,selection_command +948,1642701,"genie.py",9744,0,"",python,selection_command +949,1649915,"genie.py",10706,0,"",python,selection_command +950,1654894,"genie.py",10722,0,"",python,selection_command +951,1655123,"genie.py",10723,0,"",python,selection_command +952,1655144,"genie.py",10728,0,"",python,selection_command +953,1655188,"genie.py",10729,0,"",python,selection_command +954,1655209,"genie.py",10739,0,"",python,selection_command +955,1655252,"genie.py",10740,0,"",python,selection_command +956,1655279,"genie.py",10757,0,"",python,selection_command +957,1655672,"genie.py",10758,0,"",python,selection_command +958,1656400,"genie.py",12212,0,"",python,selection_command +959,1657253,"genie.py",10758,0,"",python,selection_command +960,1657608,"genie.py",12212,0,"",python,selection_command +961,1657958,"genie.py",10758,0,"",python,selection_command +962,1658835,"genie.py",9705,0,"",python,selection_command +963,1659625,"genie.py",9744,0,"",python,selection_command +964,1659839,"genie.py",9754,0,"",python,selection_command +965,1659859,"genie.py",9792,0,"",python,selection_command +966,1659885,"genie.py",9828,0,"",python,selection_command +967,1659923,"genie.py",9866,0,"",python,selection_command +968,1659955,"genie.py",9908,0,"",python,selection_command +969,1659981,"genie.py",9952,0,"",python,selection_command +970,1660023,"genie.py",9988,0,"",python,selection_command +971,1660061,"genie.py",10034,0,"",python,selection_command +972,1660097,"genie.py",10078,0,"",python,selection_command +973,1660129,"genie.py",10108,0,"",python,selection_command +974,1660159,"genie.py",10143,0,"",python,selection_command +975,1660226,"genie.py",10108,0,"",python,selection_command +976,1660507,"genie.py",10078,0,"",python,selection_command +977,1660510,"genie.py",10034,0,"",python,selection_command +978,1660538,"genie.py",9988,0,"",python,selection_command +979,1660569,"genie.py",9952,0,"",python,selection_command +980,1660609,"genie.py",9908,0,"",python,selection_command +981,1660645,"genie.py",9866,0,"",python,selection_command +982,1660674,"genie.py",9828,0,"",python,selection_command +983,1660707,"genie.py",9792,0,"",python,selection_command +984,1660767,"genie.py",9754,0,"",python,selection_command +985,1660775,"genie.py",9744,0,"",python,selection_command +986,1660807,"genie.py",9705,0,"",python,selection_command +987,1660841,"genie.py",9643,0,"",python,selection_command +988,1660878,"genie.py",9585,0,"",python,selection_command +989,1660933,"genie.py",9575,0,"",python,selection_command +990,1660950,"genie.py",9463,0,"",python,selection_command +991,1660989,"genie.py",9357,0,"",python,selection_command +992,1661009,"genie.py",9286,0,"",python,selection_command +993,1661047,"genie.py",9276,0,"",python,selection_command +994,1661080,"genie.py",9253,0,"",python,selection_command +995,1661202,"genie.py",9237,0,"",python,selection_command +996,1661205,"genie.py",9221,0,"",python,selection_command +997,1661275,"genie.py",9237,0,"",python,selection_command +998,1661545,"genie.py",9253,0,"",python,selection_command +999,1661586,"genie.py",9276,0,"",python,selection_command +1000,1661600,"genie.py",9286,0,"",python,selection_command +1001,1661763,"genie.py",9276,0,"",python,selection_command +1002,1662025,"genie.py",9253,0,"",python,selection_command +1003,1662052,"genie.py",9237,0,"",python,selection_command +1004,1662078,"genie.py",9221,0,"",python,selection_command +1005,1662117,"genie.py",9161,0,"",python,selection_command +1006,1662155,"genie.py",9133,0,"",python,selection_command +1007,1662189,"genie.py",9056,0,"",python,selection_command +1008,1662217,"genie.py",9047,0,"",python,selection_command +1009,1662251,"genie.py",9017,0,"",python,selection_command +1010,1662287,"genie.py",8970,0,"",python,selection_command +1011,1662315,"genie.py",8960,0,"",python,selection_command +1012,1662349,"genie.py",8957,0,"",python,selection_command +1013,1662385,"genie.py",8937,0,"",python,selection_command +1014,1662421,"genie.py",8903,0,"",python,selection_command +1015,1662445,"genie.py",8874,0,"",python,selection_command +1016,1662593,"genie.py",8903,0,"",python,selection_command +1017,1662859,"genie.py",8937,0,"",python,selection_command +1018,1662886,"genie.py",8957,0,"",python,selection_command +1019,1662929,"genie.py",8960,0,"",python,selection_command +1020,1662953,"genie.py",8970,0,"",python,selection_command +1021,1662993,"genie.py",9017,0,"",python,selection_command +1022,1663008,"genie.py",9047,0,"",python,selection_command +1023,1663045,"genie.py",9056,0,"",python,selection_command +1024,1663067,"genie.py",9133,0,"",python,selection_command +1025,1663102,"genie.py",9161,0,"",python,selection_command +1026,1663353,"genie.py",9221,0,"",python,selection_command +1027,1663571,"genie.py",9237,0,"",python,selection_command +1028,1664157,"genie.py",9253,0,"",python,selection_command +1029,1664401,"genie.py",9276,0,"",python,selection_command +1030,1664501,"genie.py",9286,0,"",python,selection_command +1031,1665356,"genie.py",9357,0,"",python,selection_command +1032,1665617,"genie.py",9286,0,"",python,selection_command +1033,1666051,"genie.py",9276,0,"",python,selection_command +1034,1667168,"genie.py",9277,0,"\n ",python,content +1035,1667778,"genie.py",9282,0,"d",python,content +1036,1667779,"genie.py",9283,0,"",python,selection_keyboard +1037,1668025,"genie.py",9283,0,"u",python,content +1038,1668027,"genie.py",9284,0,"",python,selection_keyboard +1039,1668092,"genie.py",9284,0,"m",python,content +1040,1668093,"genie.py",9285,0,"",python,selection_keyboard +1041,1668237,"genie.py",9285,0,"m",python,content +1042,1668238,"genie.py",9286,0,"",python,selection_keyboard +1043,1668429,"genie.py",9286,0,"y",python,content +1044,1668431,"genie.py",9287,0,"",python,selection_keyboard +1045,1668645,"genie.py",9287,0,"_",python,content +1046,1668647,"genie.py",9288,0,"",python,selection_keyboard +1047,1668829,"genie.py",9288,0,"i",python,content +1048,1668830,"genie.py",9289,0,"",python,selection_keyboard +1049,1668917,"genie.py",9289,0,"t",python,content +1050,1668919,"genie.py",9290,0,"",python,selection_keyboard +1051,1669011,"genie.py",9290,0,"e",python,content +1052,1669012,"genie.py",9291,0,"",python,selection_keyboard +1053,1669159,"genie.py",9291,0,"r",python,content +1054,1669161,"genie.py",9292,0,"",python,selection_keyboard +1055,1669169,"genie.py",9292,0,"a",python,content +1056,1669171,"genie.py",9293,0,"",python,selection_keyboard +1057,1669433,"genie.py",9293,0,"t",python,content +1058,1669434,"genie.py",9294,0,"",python,selection_keyboard +1059,1669519,"genie.py",9294,0,"o",python,content +1060,1669520,"genie.py",9295,0,"",python,selection_keyboard +1061,1669605,"genie.py",9295,0,"r",python,content +1062,1669607,"genie.py",9296,0,"",python,selection_keyboard +1063,1670196,"genie.py",9296,0," ",python,content +1064,1670197,"genie.py",9297,0,"",python,selection_keyboard +1065,1670505,"genie.py",9297,0,"=",python,content +1066,1670506,"genie.py",9298,0,"",python,selection_keyboard +1067,1670593,"genie.py",9298,0," ",python,content +1068,1670594,"genie.py",9299,0,"",python,selection_keyboard +1069,1672047,"genie.py",9299,0,"grain.data.DummyIterator(",python,content +1070,1674829,"genie.py",9323,1,"",python,content +1071,1675075,"genie.py",9322,1,"",python,content +1072,1675107,"genie.py",9321,1,"",python,content +1073,1675149,"genie.py",9320,1,"",python,content +1074,1675161,"genie.py",9319,1,"",python,content +1075,1675213,"genie.py",9318,1,"",python,content +1076,1675237,"genie.py",9317,1,"",python,content +1077,1675271,"genie.py",9316,1,"",python,content +1078,1675297,"genie.py",9315,1,"",python,content +1079,1675340,"genie.py",9314,1,"",python,content +1080,1675363,"genie.py",9313,1,"",python,content +1081,1675415,"genie.py",9312,1,"",python,content +1082,1675452,"genie.py",9311,1,"",python,content +1083,1675471,"genie.py",9310,1,"",python,content +1084,1675499,"genie.py",9309,1,"",python,content +1085,1675710,"genie.py",9308,1,"",python,content +1086,1675978,"genie.py",9307,1,"",python,content +1087,1675987,"genie.py",9306,1,"",python,content +1088,1676001,"genie.py",9305,1,"",python,content +1089,1676050,"genie.py",9304,1,"",python,content +1090,1676105,"genie.py",9303,1,"",python,content +1091,1676113,"genie.py",9302,1,"",python,content +1092,1676160,"genie.py",9301,1,"",python,content +1093,1676283,"genie.py",9300,1,"",python,content +1094,1676459,"genie.py",9299,1,"",python,content +1095,1676559,"genie.py",9298,0,"",python,selection_command +1096,1678939,"train_tokenizer.py",0,0,"",python,tab +1097,1684457,"train_tokenizer.py",8057,0,"",python,selection_command +1098,1684463,"train_tokenizer.py",8005,0,"",python,selection_command +1099,1684464,"train_tokenizer.py",7968,0,"",python,selection_command +1100,1684465,"train_tokenizer.py",7922,0,"",python,selection_command +1101,1684466,"train_tokenizer.py",7827,0,"",python,selection_command +1102,1684467,"train_tokenizer.py",7775,0,"",python,selection_command +1103,1684469,"train_tokenizer.py",7749,0,"",python,selection_command +1104,1684470,"train_tokenizer.py",7716,0,"",python,selection_command +1105,1684471,"train_tokenizer.py",7684,0,"",python,selection_command +1106,1684472,"train_tokenizer.py",7623,0,"",python,selection_command +1107,1684474,"train_tokenizer.py",7684,0,"",python,selection_command +1108,1684475,"train_tokenizer.py",7680,0,"",python,selection_command +1109,1684477,"train_tokenizer.py",7679,0,"",python,selection_command +1110,1684478,"train_tokenizer.py",7661,0,"",python,selection_command +1111,1687053,"train_tokenizer.py",7679,0,"",python,selection_command +1112,1687232,"train_tokenizer.py",7680,0,"",python,selection_command +1113,1693913,"genie.py",0,0,"",python,tab +1114,1694824,"genie.py",9299,0,"",python,selection_command +1115,1696645,"genie.py",9299,0,"grain.DataLoaderIterator(grain.get_dataloader(",python,content +1116,1698290,"genie.py",9345,0,"\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n ))",python,content +1117,1700826,"genie.py",9651,0,"",python,selection_command +1118,1702273,"genie.py",9627,0,"",python,selection_command +1119,1702499,"genie.py",9595,0,"",python,selection_command +1120,1702550,"genie.py",9572,0,"",python,selection_command +1121,1702557,"genie.py",9550,0,"",python,selection_command +1122,1702591,"genie.py",9525,0,"",python,selection_command +1123,1702630,"genie.py",9460,0,"",python,selection_command +1124,1702792,"genie.py",9401,0,"",python,selection_command +1125,1702940,"genie.py",9379,0,"",python,selection_command +1126,1703123,"genie.py",9351,0,"",python,selection_command +1127,1703276,"genie.py",9354,0,"",python,selection_command +1128,1704302,"genie.py",9382,0,"",python,selection_command +1129,1704548,"genie.py",9404,0,"",python,selection_command +1130,1704598,"genie.py",9463,0,"",python,selection_command +1131,1704600,"genie.py",9528,0,"",python,selection_command +1132,1704641,"genie.py",9553,0,"",python,selection_command +1133,1704669,"genie.py",9575,0,"",python,selection_command +1134,1704706,"genie.py",9598,0,"",python,selection_command +1135,1704977,"genie.py",9630,0,"",python,selection_command +1136,1705286,"genie.py",9651,0,"",python,selection_command +1137,1706123,"genie.py",9630,0,"",python,selection_command +1138,1706411,"genie.py",9598,0,"",python,selection_command +1139,1706414,"genie.py",9575,0,"",python,selection_command +1140,1706433,"genie.py",9553,0,"",python,selection_command +1141,1706462,"genie.py",9528,0,"",python,selection_command +1142,1706492,"genie.py",9463,0,"",python,selection_command +1143,1706538,"genie.py",9404,0,"",python,selection_command +1144,1706729,"genie.py",9382,0,"",python,selection_command +1145,1706934,"genie.py",9354,0,"",python,selection_command +1146,1707066,"genie.py",9286,0,"",python,selection_command +1147,1707208,"genie.py",9297,0,"",python,selection_command +1148,1707464,"genie.py",9299,0,"",python,selection_command +1149,1707489,"genie.py",9304,0,"",python,selection_command +1150,1707521,"genie.py",9305,0,"",python,selection_command +1151,1707555,"genie.py",9323,0,"",python,selection_command +1152,1707592,"genie.py",9324,0,"",python,selection_command +1153,1707618,"genie.py",9329,0,"",python,selection_command +1154,1707659,"genie.py",9330,0,"",python,selection_command +1155,1709173,"train_tokenizer.py",0,0,"",python,tab +1156,1711186,"genie.py",0,0,"",python,tab +1157,1711364,"genie.py",9329,0,"",python,selection_command +1158,1711485,"genie.py",9324,0,"",python,selection_command +1159,1711875,"genie.py",9324,1,"g",python,selection_command +1160,1711939,"genie.py",9324,5,"grain",python,selection_command +1161,1712098,"genie.py",9324,6,"grain.",python,selection_command +1162,1712513,"genie.py",9324,6,"",python,content +1163,1713288,"genie.py",9366,0,"",python,selection_command +1164,1713550,"genie.py",9324,0,"",python,selection_command +1165,1716034,"train_tokenizer.py",0,0,"",python,tab +1166,1717370,"train_tokenizer.py",7619,0,"",python,selection_command +1167,1717625,"train_tokenizer.py",7571,0,"",python,selection_command +1168,1717646,"train_tokenizer.py",7565,0,"",python,selection_command +1169,1717668,"train_tokenizer.py",7541,0,"",python,selection_command +1170,1717705,"train_tokenizer.py",7509,0,"",python,selection_command +1171,1717735,"train_tokenizer.py",7486,0,"",python,selection_command +1172,1717785,"train_tokenizer.py",7464,0,"",python,selection_command +1173,1717802,"train_tokenizer.py",7422,0,"",python,selection_command +1174,1717842,"train_tokenizer.py",7363,0,"",python,selection_command +1175,1717874,"train_tokenizer.py",7315,0,"",python,selection_command +1176,1717979,"train_tokenizer.py",7293,0,"",python,selection_command +1177,1718156,"train_tokenizer.py",7265,0,"",python,selection_command +1178,1718524,"train_tokenizer.py",7251,0,"",python,selection_command +1179,1718888,"train_tokenizer.py",503,0,"",python,selection_command +1180,1720565,"train_tokenizer.py",7251,0,"",python,selection_command +1181,1721370,"genie.py",0,0,"",python,tab +1182,1722072,"genie.py",0,0,"",python,selection_command +1183,1722477,"genie.py",29,0,"",python,selection_command +1184,1722734,"genie.py",30,0,"",python,selection_command +1185,1722765,"genie.py",43,0,"",python,selection_command +1186,1722779,"genie.py",54,0,"",python,selection_command +1187,1722811,"genie.py",78,0,"",python,selection_command +1188,1722849,"genie.py",102,0,"",python,selection_command +1189,1722885,"genie.py",132,0,"",python,selection_command +1190,1722920,"genie.py",181,0,"",python,selection_command +1191,1722948,"genie.py",212,0,"",python,selection_command +1192,1723006,"genie.py",213,0,"",python,selection_command +1193,1723020,"genie.py",257,0,"",python,selection_command +1194,1723069,"genie.py",298,0,"",python,selection_command +1195,1724968,"genie.py",212,0,"\nfrom data.dataloader import get_dataloader",python,content +1196,1725899,"genie.py",300,0,"",python,selection_command +1197,1726136,"genie.py",256,0,"",python,selection_command +1198,1726180,"genie.py",213,0,"",python,selection_command +1199,1726190,"genie.py",212,0,"",python,selection_command +1200,1726534,"genie.py",213,0,"",python,selection_command +1201,1726720,"genie.py",218,0,"",python,selection_command +1202,1727211,"genie.py",218,4,"",python,content +1203,1727403,"genie.py",218,0,"u",python,content +1204,1727404,"genie.py",219,0,"",python,selection_keyboard +1205,1727482,"genie.py",219,0,"t",python,content +1206,1727483,"genie.py",220,0,"",python,selection_keyboard +1207,1727594,"genie.py",220,0,"i",python,content +1208,1727595,"genie.py",221,0,"",python,selection_keyboard +1209,1727673,"genie.py",221,0,"l",python,content +1210,1727674,"genie.py",222,0,"",python,selection_keyboard +1211,1727710,"genie.py",222,0,"s",python,content +1212,1727711,"genie.py",223,0,"",python,selection_keyboard +1213,1727986,"genie.py",222,0,"",python,selection_command +1214,1730294,"genie.py",223,0,"",python,selection_command +1215,1730457,"genie.py",224,0,"",python,selection_command +1216,1730608,"genie.py",235,0,"",python,selection_command +1217,1730767,"genie.py",242,0,"",python,selection_command +1218,1731305,"genie.py",9368,0,"",python,selection_command +1219,1732265,"genie.py",9410,0,"",python,selection_command +1220,1732492,"genie.py",9368,0,"",python,selection_command +1221,1735220,"genie.py",9410,0,"",python,selection_command +1222,1735567,"genie.py",9432,0,"",python,selection_command +1223,1735576,"genie.py",9480,0,"",python,selection_command +1224,1735580,"genie.py",9539,0,"",python,selection_command +1225,1735583,"genie.py",9581,0,"",python,selection_command +1226,1735598,"genie.py",9603,0,"",python,selection_command +1227,1735798,"genie.py",9626,0,"",python,selection_command +1228,1735900,"genie.py",9658,0,"",python,selection_command +1229,1736051,"genie.py",9682,0,"",python,selection_command +1230,1736427,"genie.py",9689,0,"",python,selection_command +1231,1737083,"genie.py",9689,0,",",python,content +1232,1737084,"genie.py",9690,0,"",python,selection_keyboard +1233,1737189,"genie.py",9690,0," ",python,content +1234,1737190,"genie.py",9691,0,"",python,selection_keyboard +1235,1740201,"genie.py",9691,0,"grain.DataLoaderIterator.create_initial_state()",python,content +1236,1740501,"genie.py",9737,0,"",python,selection_command +1237,1741885,"train_tokenizer.py",0,0,"",python,tab +1238,1742810,"train_tokenizer.py",7290,0,"",python,selection_command +1239,1743051,"train_tokenizer.py",7315,0,"",python,selection_command +1240,1743083,"train_tokenizer.py",7340,0,"",python,selection_command +1241,1743112,"train_tokenizer.py",7399,0,"",python,selection_command +1242,1743143,"train_tokenizer.py",7464,0,"",python,selection_command +1243,1743184,"train_tokenizer.py",7486,0,"",python,selection_command +1244,1743210,"train_tokenizer.py",7509,0,"",python,selection_command +1245,1743254,"train_tokenizer.py",7534,0,"",python,selection_command +1246,1743273,"train_tokenizer.py",7565,0,"",python,selection_command +1247,1743319,"train_tokenizer.py",7571,0,"",python,selection_command +1248,1743557,"train_tokenizer.py",7596,0,"",python,selection_command +1249,1743689,"train_tokenizer.py",7609,0,"",python,selection_command +1250,1744540,"train_tokenizer.py",7593,0,"",python,selection_command +1251,1745367,"genie.py",0,0,"",python,tab +1252,1746546,"genie.py",9682,0,"",python,selection_command +1253,1746798,"genie.py",9658,0,"",python,selection_command +1254,1746823,"genie.py",9626,0,"",python,selection_command +1255,1746861,"genie.py",9603,0,"",python,selection_command +1256,1746887,"genie.py",9581,0,"",python,selection_command +1257,1746921,"genie.py",9546,0,"",python,selection_command +1258,1746960,"genie.py",9487,0,"",python,selection_command +1259,1746992,"genie.py",9432,0,"",python,selection_command +1260,1747172,"genie.py",9410,0,"",python,selection_command +1261,1747347,"genie.py",9375,0,"",python,selection_command +1262,1747517,"genie.py",9320,0,"",python,selection_command +1263,1747811,"genie.py",9375,0,"",python,selection_command +1264,1749045,"genie.py",9321,0,"\n ",python,content +1265,1751388,"genie.py",9326,0,"d",python,content +1266,1751419,"genie.py",9327,0,"u",python,content +1267,1751420,"genie.py",9328,0,"",python,selection_keyboard +1268,1751600,"genie.py",9328,0,"m",python,content +1269,1751604,"genie.py",9329,0,"",python,selection_keyboard +1270,1751725,"genie.py",9329,0,"m",python,content +1271,1751727,"genie.py",9330,0,"",python,selection_keyboard +1272,1751888,"genie.py",9330,0,"y",python,content +1273,1751889,"genie.py",9331,0,"",python,selection_keyboard +1274,1752144,"genie.py",9331,0,"_",python,content +1275,1752145,"genie.py",9332,0,"",python,selection_keyboard +1276,1752413,"genie.py",9332,0,"d",python,content +1277,1752413,"genie.py",9333,0,"",python,selection_keyboard +1278,1752467,"genie.py",9333,0,"a",python,content +1279,1752467,"genie.py",9334,0,"",python,selection_keyboard +1280,1752499,"genie.py",9334,0,"t",python,content +1281,1752499,"genie.py",9335,0,"",python,selection_keyboard +1282,1752589,"genie.py",9335,0,"a",python,content +1283,1752591,"genie.py",9336,0,"",python,selection_keyboard +1284,1752715,"genie.py",9336,0,"l",python,content +1285,1752716,"genie.py",9337,0,"",python,selection_keyboard +1286,1753312,"genie.py",9337,0,"o",python,content +1287,1753313,"genie.py",9338,0,"",python,selection_keyboard +1288,1753373,"genie.py",9338,0,"a",python,content +1289,1753374,"genie.py",9339,0,"",python,selection_keyboard +1290,1753495,"genie.py",9339,0,"d",python,content +1291,1753497,"genie.py",9340,0,"",python,selection_keyboard +1292,1753649,"genie.py",9340,0,"e",python,content +1293,1753650,"genie.py",9341,0,"",python,selection_keyboard +1294,1753725,"genie.py",9341,0,"r",python,content +1295,1753726,"genie.py",9342,0,"",python,selection_keyboard +1296,1753867,"genie.py",9342,0," ",python,content +1297,1753868,"genie.py",9343,0,"",python,selection_keyboard +1298,1754001,"genie.py",9343,0,"=",python,content +1299,1754002,"genie.py",9344,0,"",python,selection_keyboard +1300,1754104,"genie.py",9344,0," ",python,content +1301,1754105,"genie.py",9345,0,"",python,selection_keyboard +1302,1754265,"genie.py",9344,0,"",python,selection_command +1303,1754387,"genie.py",9368,0,"",python,selection_command +1304,1754559,"genie.py",9372,0,"",python,selection_command +1305,1754721,"genie.py",9373,0,"",python,selection_command +1306,1754883,"genie.py",9391,0,"",python,selection_command +1307,1755047,"genie.py",9392,0,"",python,selection_command +1308,1755206,"genie.py",9406,0,"",python,selection_command +1309,1755717,"genie.py",9405,0,"",python,selection_command +1310,1755959,"genie.py",9392,0,"",python,selection_command +1311,1758083,"genie.py",9392,1,"g",python,selection_command +1312,1758133,"genie.py",9392,14,"get_dataloader",python,selection_command +1313,1758387,"genie.py",9392,15,"get_dataloader(",python,selection_command +1314,1758417,"genie.py",9392,42,"get_dataloader(\n array_record_files",python,selection_command +1315,1758452,"genie.py",9392,43,"get_dataloader(\n array_record_files,",python,selection_command +1316,1758487,"genie.py",9392,56,"get_dataloader(\n array_record_files,\n args",python,selection_command +1317,1758515,"genie.py",9392,57,"get_dataloader(\n array_record_files,\n args.",python,selection_command +1318,1758543,"genie.py",9392,64,"get_dataloader(\n array_record_files,\n args.seq_len",python,selection_command +1319,1758632,"genie.py",9392,65,"get_dataloader(\n array_record_files,\n args.seq_len,",python,selection_command +1320,1758635,"genie.py",9392,75,"get_dataloader(\n array_record_files,\n args.seq_len,\n #",python,selection_command +1321,1758658,"genie.py",9392,80,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE",python,selection_command +1322,1758691,"genie.py",9392,81,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE:",python,selection_command +1323,1758713,"genie.py",9392,84,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We",python,selection_command +1324,1758760,"genie.py",9392,97,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately",python,selection_command +1325,1758781,"genie.py",9392,102,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass",python,selection_command +1326,1758814,"genie.py",9392,106,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the",python,selection_command +1327,1758853,"genie.py",9392,113,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global",python,selection_command +1328,1758879,"genie.py",9392,119,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch",python,selection_command +1329,1758911,"genie.py",9392,124,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size",python,selection_command +1330,1758949,"genie.py",9392,134,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n #",python,selection_command +1331,1758983,"genie.py",9392,138,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The",python,selection_command +1332,1759016,"genie.py",9392,149,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader",python,selection_command +1333,1759053,"genie.py",9392,156,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards",python,selection_command +1334,1759078,"genie.py",9392,160,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the",python,selection_command +1335,1759113,"genie.py",9392,168,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset",python,selection_command +1336,1759151,"genie.py",9392,175,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across",python,selection_command +1337,1759178,"genie.py",9392,179,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all",python,selection_command +1338,1759210,"genie.py",9392,189,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes",python,selection_command +1339,1759243,"genie.py",9392,202,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args",python,selection_command +1340,1759287,"genie.py",9392,203,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.",python,selection_command +1341,1759314,"genie.py",9392,213,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size",python,selection_command +1342,1759349,"genie.py",9392,214,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,",python,selection_command +1343,1759381,"genie.py",9392,224,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *",python,selection_command +1344,1759413,"genie.py",9392,235,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape",python,selection_command +1345,1759467,"genie.py",9392,236,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,",python,selection_command +1346,1759481,"genie.py",9392,256,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers",python,selection_command +1347,1759519,"genie.py",9392,257,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=",python,selection_command +1348,1759558,"genie.py",9392,258,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8",python,selection_command +1349,1759599,"genie.py",9392,259,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,",python,selection_command +1350,1759621,"genie.py",9392,288,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size",python,selection_command +1351,1759653,"genie.py",9392,289,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=",python,selection_command +1352,1759698,"genie.py",9392,290,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1",python,selection_command +1353,1759729,"genie.py",9392,291,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,",python,selection_command +1354,1759764,"genie.py",9392,304,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed",python,selection_command +1355,1760086,"genie.py",9392,305,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=",python,selection_command +1356,1760539,"genie.py",9392,315,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,",python,selection_command +1357,1761690,"genie.py",9392,339,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n ), grain.DataLoader",python,selection_command +1358,1762425,"genie.py",9392,321,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )",python,selection_command +1359,1762809,"genie.py",9392,321,"",python,content +1360,1763191,"genie.py",9344,0,"",python,selection_command +1361,1763369,"genie.py",9320,0,"",python,selection_command +1362,1763871,"genie.py",9344,0,"",python,selection_command +1363,1764204,"genie.py",9345,0,"get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )",python,content +1364,1764217,"genie.py",9345,0,"",python,selection_command +1365,1764843,"genie.py",9384,0,"",python,selection_command +1366,1765087,"genie.py",9409,0,"",python,selection_command +1367,1765117,"genie.py",9434,0,"",python,selection_command +1368,1765150,"genie.py",9493,0,"",python,selection_command +1369,1765183,"genie.py",9558,0,"",python,selection_command +1370,1765211,"genie.py",9580,0,"",python,selection_command +1371,1765268,"genie.py",9603,0,"",python,selection_command +1372,1765313,"genie.py",9628,0,"",python,selection_command +1373,1765316,"genie.py",9659,0,"",python,selection_command +1374,1765615,"genie.py",9665,0,"",python,selection_command +1375,1765901,"genie.py",9659,0,"",python,selection_command +1376,1766119,"genie.py",9628,0,"",python,selection_command +1377,1766151,"genie.py",9603,0,"",python,selection_command +1378,1766177,"genie.py",9580,0,"",python,selection_command +1379,1766215,"genie.py",9558,0,"",python,selection_command +1380,1766265,"genie.py",9493,0,"",python,selection_command +1381,1766282,"genie.py",9434,0,"",python,selection_command +1382,1766323,"genie.py",9409,0,"",python,selection_command +1383,1766384,"genie.py",9434,0,"",python,selection_command +1384,1766659,"genie.py",9493,0,"",python,selection_command +1385,1766687,"genie.py",9558,0,"",python,selection_command +1386,1766722,"genie.py",9580,0,"",python,selection_command +1387,1766741,"genie.py",9603,0,"",python,selection_command +1388,1766786,"genie.py",9628,0,"",python,selection_command +1389,1766809,"genie.py",9659,0,"",python,selection_command +1390,1766847,"genie.py",9665,0,"",python,selection_command +1391,1766873,"genie.py",9690,0,"",python,selection_command +1392,1767016,"genie.py",9787,0,"",python,selection_command +1393,1767255,"genie.py",9690,0,"",python,selection_command +1394,1768267,"genie.py",9693,0,"",python,selection_command +1395,1768437,"genie.py",9694,0,"",python,selection_command +1396,1768597,"genie.py",9712,0,"",python,selection_command +1397,1768760,"genie.py",9715,0,"",python,selection_command +1398,1769312,"genie.py",9714,0,"",python,selection_command +1399,1769459,"genie.py",9713,0,"",python,selection_command +1400,1771136,"genie.py",9713,0,"\n ",python,content +1401,1773052,"genie.py",9722,0,"d",python,content +1402,1773053,"genie.py",9723,0,"",python,selection_keyboard +1403,1773128,"genie.py",9723,0,"u",python,content +1404,1773129,"genie.py",9724,0,"",python,selection_keyboard +1405,1773193,"genie.py",9724,0,"m",python,content +1406,1773195,"genie.py",9725,0,"",python,selection_keyboard +1407,1773299,"genie.py",9725,0,"m",python,content +1408,1773301,"genie.py",9726,0,"",python,selection_keyboard +1409,1773493,"genie.py",9726,0,"y",python,content +1410,1773494,"genie.py",9727,0,"",python,selection_keyboard +1411,1773741,"genie.py",9727,0,"_",python,content +1412,1773742,"genie.py",9728,0,"",python,selection_keyboard +1413,1773939,"genie.py",9728,0,"d",python,content +1414,1773940,"genie.py",9729,0,"",python,selection_keyboard +1415,1774166,"genie.py",9729,0,"a",python,content +1416,1774167,"genie.py",9730,0,"",python,selection_keyboard +1417,1774247,"genie.py",9730,0,"t",python,content +1418,1774249,"genie.py",9731,0,"",python,selection_keyboard +1419,1774309,"genie.py",9731,0,"a",python,content +1420,1774311,"genie.py",9732,0,"",python,selection_keyboard +1421,1774421,"genie.py",9732,0,"l",python,content +1422,1774422,"genie.py",9733,0,"",python,selection_keyboard +1423,1774621,"genie.py",9733,0,"o",python,content +1424,1774622,"genie.py",9734,0,"",python,selection_keyboard +1425,1774661,"genie.py",9734,0,"a",python,content +1426,1774663,"genie.py",9735,0,"",python,selection_keyboard +1427,1774785,"genie.py",9735,0,"d",python,content +1428,1774786,"genie.py",9736,0,"",python,selection_keyboard +1429,1774956,"genie.py",9736,0,"e",python,content +1430,1774957,"genie.py",9737,0,"",python,selection_keyboard +1431,1775008,"genie.py",9737,0,"r",python,content +1432,1775009,"genie.py",9738,0,"",python,selection_keyboard +1433,1775404,"genie.py",9737,0,"",python,selection_command +1434,1775595,"genie.py",9738,0,"",python,selection_command +1435,1775741,"genie.py",9739,0,"",python,selection_command +1436,1776121,"genie.py",9739,0,"\n ",python,content +1437,1776422,"genie.py",9747,0,"",python,selection_command +1438,1776981,"genie.py",9748,0,"",python,selection_command +1439,1777075,"genie.py",9748,1,"",python,content +1440,1777579,"genie.py",9753,0,"",python,selection_command +1441,1777771,"genie.py",9754,0,"",python,selection_command +1442,1778189,"genie.py",9753,0,"",python,selection_command +1443,1778429,"genie.py",9753,1,".",python,selection_command +1444,1778552,"genie.py",9748,6,"grain.",python,selection_command +1445,1779033,"genie.py",9748,0,"",python,selection_command +1446,1779698,"genie.py",9748,1,"g",python,selection_command +1447,1779760,"genie.py",9748,5,"grain",python,selection_command +1448,1779894,"genie.py",9748,6,"grain.",python,selection_command +1449,1780254,"genie.py",9748,24,"grain.DataLoaderIterator",python,selection_command +1450,1780477,"genie.py",9748,25,"grain.DataLoaderIterator.",python,selection_command +1451,1780813,"genie.py",9748,24,"grain.DataLoaderIterator",python,selection_command +1452,1781033,"genie.py",9748,24,"",python,content +1453,1781310,"genie.py",9748,0,"d",python,content +1454,1781311,"genie.py",9749,0,"",python,selection_keyboard +1455,1781691,"genie.py",9749,0,"u",python,content +1456,1781692,"genie.py",9750,0,"",python,selection_keyboard +1457,1781779,"genie.py",9750,0,"m",python,content +1458,1781780,"genie.py",9751,0,"",python,selection_keyboard +1459,1781926,"genie.py",9751,0,"m",python,content +1460,1781927,"genie.py",9752,0,"",python,selection_keyboard +1461,1782105,"genie.py",9752,0,"y",python,content +1462,1782107,"genie.py",9753,0,"",python,selection_keyboard +1463,1782357,"genie.py",9753,0,"_",python,content +1464,1782357,"genie.py",9754,0,"",python,selection_keyboard +1465,1782579,"genie.py",9754,0,"d",python,content +1466,1782580,"genie.py",9755,0,"",python,selection_keyboard +1467,1782763,"genie.py",9755,0,"t",python,content +1468,1782764,"genie.py",9756,0,"",python,selection_keyboard +1469,1782839,"genie.py",9756,0,"a",python,content +1470,1782840,"genie.py",9757,0,"",python,selection_keyboard +1471,1783024,"genie.py",9757,0,"l",python,content +1472,1783026,"genie.py",9758,0,"",python,selection_keyboard +1473,1783191,"genie.py",9758,0,"o",python,content +1474,1783193,"genie.py",9759,0,"",python,selection_keyboard +1475,1783431,"genie.py",9758,1,"",python,content +1476,1783561,"genie.py",9757,1,"",python,content +1477,1783732,"genie.py",9756,1,"",python,content +1478,1783853,"genie.py",9755,1,"",python,content +1479,1783902,"genie.py",9755,0,"a",python,content +1480,1783903,"genie.py",9756,0,"",python,selection_keyboard +1481,1783990,"genie.py",9756,0,"t",python,content +1482,1783992,"genie.py",9757,0,"",python,selection_keyboard +1483,1784073,"genie.py",9757,0,"a",python,content +1484,1784075,"genie.py",9758,0,"",python,selection_keyboard +1485,1784227,"genie.py",9758,0,"l",python,content +1486,1784228,"genie.py",9759,0,"",python,selection_keyboard +1487,1784343,"genie.py",9759,0,"o",python,content +1488,1784344,"genie.py",9760,0,"",python,selection_keyboard +1489,1784422,"genie.py",9760,0,"a",python,content +1490,1784423,"genie.py",9761,0,"",python,selection_keyboard +1491,1784526,"genie.py",9761,0,"d",python,content +1492,1784528,"genie.py",9762,0,"",python,selection_keyboard +1493,1784671,"genie.py",9762,0,"e",python,content +1494,1784672,"genie.py",9763,0,"",python,selection_keyboard +1495,1784755,"genie.py",9763,0,"r",python,content +1496,1784756,"genie.py",9764,0,"",python,selection_keyboard +1497,1785021,"genie.py",9763,0,"",python,selection_command +1498,1786485,"train_tokenizer.py",0,0,"",python,tab +1499,1787690,"train_tokenizer.py",7609,0,"",python,selection_command +1500,1788567,"genie.py",0,0,"",python,tab +1501,1789451,"genie.py",9764,0,"",python,selection_command +1502,1789497,"genie.py",9765,0,"",python,selection_command +1503,1789726,"genie.py",9765,0,"_",python,content +1504,1789727,"genie.py",9766,0,"",python,selection_keyboard +1505,1790007,"genie.py",9765,0,"",python,selection_command +1506,1791192,"train_tokenizer.py",0,0,"",python,tab +1507,1792283,"genie.py",0,0,"",python,tab +1508,1793327,"genie.py",9738,0,"",python,selection_command +1509,1793572,"genie.py",9692,0,"",python,selection_command +1510,1793607,"genie.py",9665,0,"",python,selection_command +1511,1793633,"genie.py",9659,0,"",python,selection_command +1512,1793663,"genie.py",9630,0,"",python,selection_command +1513,1793701,"genie.py",9603,0,"",python,selection_command +1514,1793743,"genie.py",9580,0,"",python,selection_command +1515,1793797,"genie.py",9558,0,"",python,selection_command +1516,1793818,"genie.py",9495,0,"",python,selection_command +1517,1793837,"genie.py",9436,0,"",python,selection_command +1518,1793874,"genie.py",9409,0,"",python,selection_command +1519,1793905,"genie.py",9386,0,"",python,selection_command +1520,1794037,"genie.py",9347,0,"",python,selection_command +1521,1796663,"genie.py",9320,0,"",python,selection_command +1522,1797975,"genie.py",9347,0,"",python,selection_command +1523,1798139,"genie.py",9386,0,"",python,selection_command +1524,1799525,"genie.py",9369,0,"",python,selection_command +1525,1799718,"genie.py",9369,18,"",python,content +1526,1799817,"genie.py",9369,0,"[]",python,content +1527,1799818,"genie.py",9370,0,"",python,selection_keyboard +1528,1799981,"genie.py",9370,1,"]",python,content +1529,1799982,"genie.py",9371,0,"",python,selection_keyboard +1530,1800102,"genie.py",9370,0,"",python,selection_command +1531,1806562,"genie.py",9382,0,"",python,selection_command +1532,1806564,"genie.py",9404,0,"",python,selection_command +1533,1806567,"genie.py",9395,59,"",python,content +1534,1806570,"genie.py",9403,0,"",python,selection_command +1535,1806574,"genie.py",9395,65,"",python,content +1536,1806577,"genie.py",9403,0,"",python,selection_command +1537,1806583,"genie.py",9428,0,"",python,selection_command +1538,1806585,"genie.py",9429,0,"",python,selection_command +1539,1806586,"genie.py",9429,0,"a",python,content +1540,1806587,"genie.py",9430,0,"",python,selection_keyboard +1541,1806863,"genie.py",9430,0,"r",python,content +1542,1806864,"genie.py",9431,0,"",python,selection_keyboard +1543,1807082,"genie.py",9431,0,"g",python,content +1544,1807083,"genie.py",9432,0,"",python,selection_keyboard +1545,1807100,"genie.py",9432,0,"s",python,content +1546,1807101,"genie.py",9433,0,"",python,selection_keyboard +1547,1807526,"genie.py",9432,0,"",python,selection_command +1548,1808249,"genie.py",9433,0,"",python,selection_command +1549,1808368,"genie.py",9433,0,".",python,content +1550,1808369,"genie.py",9434,0,"",python,selection_keyboard +1551,1808509,"genie.py",9433,0,"",python,selection_command +1552,1809513,"genie.py",9460,0,"",python,selection_command +1553,1809675,"genie.py",9483,0,"",python,selection_command +1554,1809905,"genie.py",9460,0,"",python,selection_command +1555,1810079,"genie.py",9433,0,"",python,selection_command +1556,1810743,"genie.py",9434,0,"",python,selection_command +1557,1810895,"genie.py",9435,0,"",python,selection_command +1558,1815361,"train_tokenizer.py",0,0,"",python,tab +1559,1816709,"train_tokenizer.py",0,0,"",python,selection_command +1560,1820546,"train_tokenizer.py",4524,0,"",python,selection_command +1561,1820790,"genie.py",0,0,"",python,tab +1562,1821231,"genie.py",9410,0,"",python,selection_command +1563,1821383,"genie.py",9388,0,"",python,selection_command +1564,1821407,"genie.py",9371,0,"",python,selection_command +1565,1821441,"genie.py",9337,0,"",python,selection_command +1566,1821479,"genie.py",9320,0,"",python,selection_command +1567,1821671,"genie.py",9337,0,"",python,selection_command +1568,1822002,"genie.py",9320,0,"",python,selection_command +1569,1822199,"genie.py",9321,0,"\n image_shape = (args.image_height, args.image_width, args.image_channels)",python,content +1570,1822202,"genie.py",9326,0,"",python,selection_command +1571,1822913,"genie.py",9403,0,"",python,selection_command +1572,1823035,"genie.py",9442,0,"",python,selection_command +1573,1823268,"genie.py",9454,0,"",python,selection_command +1574,1823308,"genie.py",9476,0,"",python,selection_command +1575,1823349,"genie.py",9501,0,"",python,selection_command +1576,1823483,"genie.py",9528,0,"",python,selection_command +1577,1823670,"genie.py",9501,0,"",python,selection_command +1578,1823749,"genie.py",9502,0,"",python,selection_command +1579,1823878,"genie.py",9505,0,"",python,selection_command +1580,1824401,"genie.py",9505,1,"*",python,selection_command +1581,1824446,"genie.py",9505,5,"*args",python,selection_command +1582,1824673,"genie.py",9505,6,"*args.",python,selection_command +1583,1825154,"genie.py",9505,6,"",python,content +1584,1826327,"genie.py",9526,0,"",python,selection_command +1585,1826565,"genie.py",9505,0,"",python,selection_command +1586,1827799,"genie.py",9526,0,"",python,selection_command +1587,1828236,"genie.py",9505,0,"",python,selection_command +1588,1828654,"genie.py",9505,0,"*",python,content +1589,1828655,"genie.py",9506,0,"",python,selection_keyboard +1590,1828838,"genie.py",9505,0,"",python,selection_command +1591,1829673,"genie.py",9527,0,"",python,selection_command +1592,1833252,"genie.py",9538,0,"",python,selection_command +1593,1833456,"genie.py",9539,0,"",python,selection_command +1594,1835436,"genie.py",9539,1,"1",python,content +1595,1835588,"genie.py",9562,0,"",python,selection_command +1596,1835731,"genie.py",9570,0,"",python,selection_command +1597,1835965,"genie.py",9571,0,"",python,selection_command +1598,1838107,"genie.py",9540,0,"",python,selection_command +1599,1838236,"genie.py",9571,0,"",python,selection_command +1600,1838429,"genie.py",9596,0,"",python,selection_command +1601,1839340,"genie.py",9592,0,"",python,selection_command +1602,1839517,"genie.py",9591,0,"",python,selection_command +1603,1839807,"genie.py",9587,0,"",python,selection_command +1604,1840383,"genie.py",9602,0,"",python,selection_command +1605,1840686,"genie.py",9598,0,"",python,selection_command +1606,1840977,"genie.py",9574,0,"",python,selection_command +1607,1841224,"genie.py",9542,0,"",python,selection_command +1608,1841274,"genie.py",9519,0,"",python,selection_command +1609,1841281,"genie.py",9497,0,"",python,selection_command +1610,1841321,"genie.py",9472,0,"",python,selection_command +1611,1841357,"genie.py",9450,0,"",python,selection_command +1612,1841386,"genie.py",9438,0,"",python,selection_command +1613,1841420,"genie.py",9399,0,"",python,selection_command +1614,1842124,"genie.py",9403,0,"",python,selection_command +1615,1842349,"genie.py",9420,0,"",python,selection_command +1616,1843426,"genie.py",9448,0,"",python,selection_command +1617,1844721,"genie.py",9420,0,"",python,selection_command +1618,1845203,"genie.py",9448,0,"",python,selection_command +1619,1845462,"genie.py",9470,0,"",python,selection_command +1620,1845487,"genie.py",9493,0,"",python,selection_command +1621,1845520,"genie.py",9517,0,"",python,selection_command +1622,1845570,"genie.py",9540,0,"",python,selection_command +1623,1845588,"genie.py",9563,0,"",python,selection_command +1624,1845628,"genie.py",9595,0,"",python,selection_command +1625,1845844,"genie.py",9602,0,"",python,selection_command +1626,1845975,"genie.py",9625,0,"",python,selection_command +1627,1846220,"genie.py",9623,0,"",python,selection_command +1628,1846386,"genie.py",9608,0,"",python,selection_command +1629,1859914,"genie.py",10592,0,"",python,selection_command +1630,1869232,"genie.py",9010,0,"",python,selection_command +1631,1869906,"genie.py",9403,0,"",python,selection_keyboard +1632,1873818,"genie.py",9326,0,"",python,selection_command +1633,1874067,"genie.py",9320,0,"",python,selection_command +1634,1874105,"genie.py",9293,0,"",python,selection_command +1635,1874143,"genie.py",9277,0,"",python,selection_command +1636,1874169,"genie.py",9261,0,"",python,selection_command +1637,1874189,"genie.py",9201,0,"",python,selection_command +1638,1874223,"genie.py",9173,0,"",python,selection_command +1639,1874257,"genie.py",9096,0,"",python,selection_command +1640,1874285,"genie.py",9091,0,"",python,selection_command +1641,1874327,"genie.py",9057,0,"",python,selection_command +1642,1874349,"genie.py",9010,0,"",python,selection_command +1643,1874404,"genie.py",9004,0,"",python,selection_command +1644,1874429,"genie.py",8997,0,"",python,selection_command +1645,1874673,"genie.py",8977,0,"",python,selection_command +1646,1874855,"genie.py",8943,0,"",python,selection_command +1647,1875021,"genie.py",8914,0,"",python,selection_command +1648,1875172,"genie.py",8885,0,"",python,selection_command +1649,1876237,"genie.py",8914,0,"",python,selection_command +1650,1876429,"genie.py",8943,0,"",python,selection_command +1651,1877307,"genie.py",8914,0,"",python,selection_command +1652,1877473,"genie.py",8885,0,"",python,selection_command +1653,1878035,"genie.py",8914,0,"",python,selection_command +1654,1881675,"genie.py",8910,29,"",python,content +1655,1881690,"genie.py",8914,0,"",python,selection_command +1656,1886264,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n os.path.abspath(args.ckpt_dir),\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +1657,1887304,"genie.py",0,0,"",python,tab +1658,1893234,"train_dynamics.py",0,0,"",python,tab +1659,1894311,"train_dynamics.py",8106,0,"",python,selection_command +1660,1894927,"train_dynamics.py",8141,0,"",python,selection_command +1661,1895187,"train_dynamics.py",8165,0,"",python,selection_command +1662,1895371,"train_dynamics.py",8301,0,"",python,selection_command +1663,1895759,"train_dynamics.py",8331,0,"",python,selection_command +1664,1895939,"train_dynamics.py",8468,0,"",python,selection_command +1665,1896155,"train_dynamics.py",8559,0,"",python,selection_command +1666,1896411,"train_dynamics.py",8630,0,"",python,selection_command +1667,1896818,"train_dynamics.py",8679,0,"",python,selection_command +1668,1897089,"train_dynamics.py",8777,0,"",python,selection_command +1669,1897435,"train_dynamics.py",8852,0,"",python,selection_command +1670,1897792,"train_dynamics.py",8919,0,"",python,selection_command +1671,1898339,"train_dynamics.py",8967,0,"",python,selection_command +1672,1899485,"train_dynamics.py",8968,0,"",python,selection_command +1673,1899799,"train_dynamics.py",8970,21,"",python,content +1674,1901228,"genie.py",0,0,"",python,tab +1675,1905105,"genie.py",8948,0,"",python,selection_command +1676,1905253,"genie.py",8968,0,"",python,selection_command +1677,1905551,"genie.py",8975,0,"",python,selection_command +1678,1905817,"genie.py",8981,0,"",python,selection_command +1679,1905834,"genie.py",9028,0,"",python,selection_command +1680,1905865,"genie.py",9062,0,"",python,selection_command +1681,1905908,"genie.py",9067,0,"",python,selection_command +1682,1905933,"genie.py",9144,0,"",python,selection_command +1683,1905971,"genie.py",9172,0,"",python,selection_command +1684,1906001,"genie.py",9232,0,"",python,selection_command +1685,1906235,"genie.py",9248,0,"",python,selection_command +1686,1906448,"genie.py",9264,0,"",python,selection_command +1687,1906567,"genie.py",9291,0,"",python,selection_command +1688,1906713,"genie.py",9297,0,"",python,selection_command +1689,1907039,"genie.py",9374,0,"",python,selection_command +1690,1908088,"genie.py",9413,0,"",python,selection_command +1691,1908339,"genie.py",9425,0,"",python,selection_command +1692,1908365,"genie.py",9447,0,"",python,selection_command +1693,1908402,"genie.py",9472,0,"",python,selection_command +1694,1908442,"genie.py",9494,0,"",python,selection_command +1695,1908487,"genie.py",9517,0,"",python,selection_command +1696,1908517,"genie.py",9549,0,"",python,selection_command +1697,1908557,"genie.py",9573,0,"",python,selection_command +1698,1908569,"genie.py",9579,0,"",python,selection_command +1699,1908609,"genie.py",9626,0,"",python,selection_command +1700,1908648,"genie.py",9652,0,"",python,selection_command +1701,1908851,"genie.py",9702,0,"",python,selection_command +1702,1909133,"genie.py",9773,0,"",python,selection_command +1703,1909498,"genie.py",9879,0,"",python,selection_command +1704,1909737,"genie.py",9995,0,"",python,selection_command +1705,1909770,"genie.py",10001,0,"",python,selection_command +1706,1909799,"genie.py",10059,0,"",python,selection_command +1707,1909836,"genie.py",10121,0,"",python,selection_command +1708,1909870,"genie.py",10164,0,"",python,selection_command +1709,1909913,"genie.py",10170,0,"",python,selection_command +1710,1909941,"genie.py",10208,0,"",python,selection_command +1711,1909984,"genie.py",10244,0,"",python,selection_command +1712,1910020,"genie.py",10282,0,"",python,selection_command +1713,1910061,"genie.py",10324,0,"",python,selection_command +1714,1910064,"genie.py",10368,0,"",python,selection_command +1715,1910214,"genie.py",10324,0,"",python,selection_command +1716,1910450,"genie.py",10282,0,"",python,selection_command +1717,1910488,"genie.py",10244,0,"",python,selection_command +1718,1910507,"genie.py",10208,0,"",python,selection_command +1719,1910579,"genie.py",10170,0,"",python,selection_command +1720,1910593,"genie.py",10164,0,"",python,selection_command +1721,1910616,"genie.py",10121,0,"",python,selection_command +1722,1910643,"genie.py",10059,0,"",python,selection_command +1723,1910675,"genie.py",10001,0,"",python,selection_command +1724,1910709,"genie.py",9995,0,"",python,selection_command +1725,1910741,"genie.py",9879,0,"",python,selection_command +1726,1910785,"genie.py",9773,0,"",python,selection_command +1727,1910820,"genie.py",9702,0,"",python,selection_command +1728,1910850,"genie.py",9652,0,"",python,selection_command +1729,1910880,"genie.py",9626,0,"",python,selection_command +1730,1910999,"genie.py",9579,0,"",python,selection_command +1731,1911004,"genie.py",9573,0,"",python,selection_command +1732,1911008,"genie.py",9549,0,"",python,selection_command +1733,1911010,"genie.py",9517,0,"",python,selection_command +1734,1911046,"genie.py",9494,0,"",python,selection_command +1735,1911076,"genie.py",9472,0,"",python,selection_command +1736,1911112,"genie.py",9447,0,"",python,selection_command +1737,1911155,"genie.py",9425,0,"",python,selection_command +1738,1911216,"genie.py",9413,0,"",python,selection_command +1739,1911230,"genie.py",9374,0,"",python,selection_command +1740,1911748,"genie.py",9297,0,"",python,selection_command +1741,1911967,"genie.py",9291,0,"",python,selection_command +1742,1911992,"genie.py",9264,0,"",python,selection_command +1743,1912027,"genie.py",9248,0,"",python,selection_command +1744,1912079,"genie.py",9232,0,"",python,selection_command +1745,1912194,"genie.py",9172,0,"",python,selection_command +1746,1912197,"genie.py",9144,0,"",python,selection_command +1747,1912200,"genie.py",9067,0,"",python,selection_command +1748,1912205,"genie.py",9062,0,"",python,selection_command +1749,1912233,"genie.py",9028,0,"",python,selection_command +1750,1912267,"genie.py",8981,0,"",python,selection_command +1751,1912297,"genie.py",8975,0,"",python,selection_command +1752,1912336,"genie.py",8968,0,"",python,selection_command +1753,1912387,"genie.py",8948,0,"",python,selection_command +1754,1912407,"genie.py",8914,0,"",python,selection_command +1755,1912437,"genie.py",8885,0,"",python,selection_command +1756,1912491,"genie.py",8855,0,"",python,selection_command +1757,1912633,"genie.py",8885,0,"",python,selection_command +1758,1912889,"genie.py",8855,0,"",python,selection_command +1759,1913192,"genie.py",8885,0,"",python,selection_command +1760,1913390,"genie.py",8914,0,"",python,selection_command +1761,1913627,"genie.py",8885,0,"",python,selection_command +1762,1913879,"genie.py",8855,0,"",python,selection_command +1763,1914420,"genie.py",8850,0,"",python,selection_command +1764,1914619,"genie.py",8855,0,"",python,selection_command +1765,1914802,"genie.py",8885,0,"",python,selection_command +1766,1915022,"genie.py",8855,0,"",python,selection_command +1767,1915264,"genie.py",8850,0,"",python,selection_command +1768,1915300,"genie.py",8823,0,"",python,selection_command +1769,1915323,"genie.py",8760,0,"",python,selection_command +1770,1915360,"genie.py",8755,0,"",python,selection_command +1771,1915400,"genie.py",8706,0,"",python,selection_command +1772,1915431,"genie.py",8755,0,"",python,selection_command +1773,1915703,"genie.py",8760,0,"",python,selection_command +1774,1915720,"genie.py",8823,0,"",python,selection_command +1775,1915743,"genie.py",8850,0,"",python,selection_command +1776,1915780,"genie.py",8855,0,"",python,selection_command +1777,1916276,"genie.py",8885,0,"",python,selection_command +1778,1917866,"train_dynamics.py",0,0,"",python,tab +1779,1919920,"genie.py",0,0,"",python,tab +1780,1921520,"genie.py",8909,0,"",python,selection_command +1781,1921557,"genie.py",8909,0,"\n ",python,content +1782,1922233,"genie.py",8914,0,"d",python,content +1783,1922234,"genie.py",8915,0,"",python,selection_keyboard +1784,1922439,"genie.py",8915,0,"a",python,content +1785,1922441,"genie.py",8916,0,"",python,selection_keyboard +1786,1922678,"genie.py",8916,0,"t",python,content +1787,1922679,"genie.py",8917,0,"",python,selection_keyboard +1788,1922684,"genie.py",8917,0,"a",python,content +1789,1922685,"genie.py",8918,0,"",python,selection_keyboard +1790,1923877,"genie.py",8918,0,"l",python,content +1791,1923878,"genie.py",8919,0,"",python,selection_keyboard +1792,1924046,"genie.py",8919,0,"o",python,content +1793,1924047,"genie.py",8920,0,"",python,selection_keyboard +1794,1924102,"genie.py",8920,0,"a",python,content +1795,1924102,"genie.py",8921,0,"",python,selection_keyboard +1796,1924171,"genie.py",8921,0,"d",python,content +1797,1924172,"genie.py",8922,0,"",python,selection_keyboard +1798,1924364,"genie.py",8922,0,"e",python,content +1799,1924365,"genie.py",8923,0,"",python,selection_keyboard +1800,1924461,"genie.py",8923,0,"r",python,content +1801,1924462,"genie.py",8924,0,"",python,selection_keyboard +1802,1925645,"genie.py",8923,0,"",python,selection_command +1803,1927055,"train_tokenizer.py",0,0,"",python,tab +1804,1933667,"train_tokenizer.py",5606,0,"",python,selection_command +1805,1933872,"train_tokenizer.py",5687,0,"",python,selection_command +1806,1934071,"train_tokenizer.py",7611,0,"",python,selection_command +1807,1936392,"train_tokenizer.py",7610,0,"",python,selection_command +1808,1936581,"train_tokenizer.py",7609,0,"",python,selection_command +1809,1936878,"train_tokenizer.py",7593,0,"",python,selection_command +1810,1940641,"genie.py",0,0,"",python,tab +1811,1941607,"genie.py",8914,0,"",python,selection_command +1812,1942307,"genie.py",8914,10,"",python,content +1813,1942740,"genie.py",8914,0,"g",python,content +1814,1942741,"genie.py",8915,0,"",python,selection_keyboard +1815,1942887,"genie.py",8915,0,"r",python,content +1816,1942889,"genie.py",8916,0,"",python,selection_keyboard +1817,1942942,"genie.py",8916,0,"a",python,content +1818,1942943,"genie.py",8917,0,"",python,selection_keyboard +1819,1943005,"genie.py",8917,0,"i",python,content +1820,1943006,"genie.py",8918,0,"",python,selection_keyboard +1821,1943089,"genie.py",8918,0,"n",python,content +1822,1943091,"genie.py",8919,0,"",python,selection_keyboard +1823,1943536,"genie.py",8919,0,"_",python,content +1824,1943537,"genie.py",8920,0,"",python,selection_keyboard +1825,1943759,"genie.py",8920,0,"d",python,content +1826,1943761,"genie.py",8921,0,"",python,selection_keyboard +1827,1943821,"genie.py",8921,0,"a",python,content +1828,1943822,"genie.py",8922,0,"",python,selection_keyboard +1829,1943903,"genie.py",8922,0,"t",python,content +1830,1943904,"genie.py",8923,0,"",python,selection_keyboard +1831,1944021,"genie.py",8923,0,"a",python,content +1832,1944022,"genie.py",8924,0,"",python,selection_keyboard +1833,1944206,"genie.py",8924,0,"l",python,content +1834,1944207,"genie.py",8925,0,"",python,selection_keyboard +1835,1944366,"genie.py",8925,0,"o",python,content +1836,1944367,"genie.py",8926,0,"",python,selection_keyboard +1837,1944399,"genie.py",8926,0,"a",python,content +1838,1944400,"genie.py",8927,0,"",python,selection_keyboard +1839,1944483,"genie.py",8927,0,"d",python,content +1840,1944484,"genie.py",8928,0,"",python,selection_keyboard +1841,1944623,"genie.py",8928,0,"e",python,content +1842,1944624,"genie.py",8929,0,"",python,selection_keyboard +1843,1944699,"genie.py",8929,0,"r",python,content +1844,1944700,"genie.py",8930,0,"",python,selection_keyboard +1845,1946099,"genie.py",8930,0,":",python,content +1846,1946102,"genie.py",8931,0,"",python,selection_keyboard +1847,1946201,"genie.py",8931,0," ",python,content +1848,1946201,"genie.py",8932,0,"",python,selection_keyboard +1849,1946427,"genie.py",8932,0,"grain.DataLoaderIterator,",python,content +1850,1946777,"genie.py",8956,0,"",python,selection_command +1851,1946988,"genie.py",8938,0,"",python,selection_command +1852,1947168,"genie.py",8937,0,"",python,selection_command +1853,1947542,"genie.py",8938,0,"",python,selection_command +1854,1948195,"genie.py",8939,0,"",python,selection_command +1855,1948425,"genie.py",8940,0,"",python,selection_command +1856,1948452,"genie.py",8941,0,"",python,selection_command +1857,1948495,"genie.py",8942,0,"",python,selection_command +1858,1948533,"genie.py",8943,0,"",python,selection_command +1859,1948555,"genie.py",8944,0,"",python,selection_command +1860,1948579,"genie.py",8945,0,"",python,selection_command +1861,1948619,"genie.py",8946,0,"",python,selection_command +1862,1948673,"genie.py",8947,0,"",python,selection_command +1863,1948683,"genie.py",8948,0,"",python,selection_command +1864,1949106,"genie.py",8948,8,"",python,content +1865,1949764,"genie.py",8982,0,"",python,selection_command +1866,1950200,"genie.py",8948,0,"",python,selection_command +1867,1950436,"genie.py",8910,0,"",python,selection_command +1868,1950954,"genie.py",8914,0,"",python,selection_command +1869,1951203,"genie.py",8954,0,"",python,selection_command +1870,1951441,"genie.py",8914,0,"",python,selection_command +1871,1953506,"train_dynamics.py",0,0,"",python,tab +1872,1955428,"train_dynamics.py",8970,0,"grain_dataloader, ",python,content +1873,1955429,"train_dynamics.py",8988,0,"",python,selection_command +1874,1956370,"train_dynamics.py",8986,0,"",python,selection_command +1875,1956497,"train_dynamics.py",8970,0,"",python,selection_command +1876,1956967,"train_dynamics.py",8058,0,"",python,selection_command +1877,1958152,"train_dynamics.py",7971,0,"",python,selection_command +1878,1958995,"train_dynamics.py",7610,0,"",python,selection_command +1879,1959938,"train_dynamics.py",7971,0,"",python,selection_command +1880,1960083,"train_dynamics.py",8058,0,"",python,selection_command +1881,1960445,"train_dynamics.py",8970,0,"",python,selection_command +1882,1961614,"train_dynamics.py",8970,16,"",python,content +1883,1961783,"train_dynamics.py",8970,0,"g",python,content +1884,1961784,"train_dynamics.py",8971,0,"",python,selection_keyboard +1885,1961963,"train_dynamics.py",8971,0,"r",python,content +1886,1961964,"train_dynamics.py",8972,0,"",python,selection_keyboard +1887,1962024,"train_dynamics.py",8972,0,"a",python,content +1888,1962025,"train_dynamics.py",8973,0,"",python,selection_keyboard +1889,1962092,"train_dynamics.py",8973,0,"i",python,content +1890,1962093,"train_dynamics.py",8974,0,"",python,selection_keyboard +1891,1962105,"train_dynamics.py",8974,0,"n",python,content +1892,1962106,"train_dynamics.py",8975,0,"",python,selection_keyboard +1893,1962329,"train_dynamics.py",8975,0,"_",python,content +1894,1962330,"train_dynamics.py",8976,0,"",python,selection_keyboard +1895,1962492,"train_dynamics.py",8976,0,"i",python,content +1896,1962496,"train_dynamics.py",8977,0,"",python,selection_keyboard +1897,1962555,"train_dynamics.py",8977,0,"t",python,content +1898,1962556,"train_dynamics.py",8978,0,"",python,selection_keyboard +1899,1962614,"train_dynamics.py",8978,0,"e",python,content +1900,1962615,"train_dynamics.py",8979,0,"",python,selection_keyboard +1901,1962708,"train_dynamics.py",8979,0,"r",python,content +1902,1962709,"train_dynamics.py",8980,0,"",python,selection_keyboard +1903,1962755,"train_dynamics.py",8980,0,"a",python,content +1904,1962756,"train_dynamics.py",8981,0,"",python,selection_keyboard +1905,1962954,"train_dynamics.py",8981,0,"t",python,content +1906,1962955,"train_dynamics.py",8982,0,"",python,selection_keyboard +1907,1962993,"train_dynamics.py",8982,0,"o",python,content +1908,1962994,"train_dynamics.py",8983,0,"",python,selection_keyboard +1909,1963101,"train_dynamics.py",8983,0,"r",python,content +1910,1963102,"train_dynamics.py",8984,0,"",python,selection_keyboard +1911,1963286,"train_dynamics.py",8983,0,"",python,selection_command +1912,1964931,"genie.py",0,0,"",python,tab +1913,1966000,"genie.py",8915,0,"",python,selection_command +1914,1966245,"genie.py",8916,0,"",python,selection_command +1915,1966280,"genie.py",8917,0,"",python,selection_command +1916,1966299,"genie.py",8918,0,"",python,selection_command +1917,1966453,"genie.py",8919,0,"",python,selection_command +1918,1966645,"genie.py",8920,0,"",python,selection_command +1919,1966900,"genie.py",8920,10,"",python,content +1920,1966988,"genie.py",8920,0,"i",python,content +1921,1966989,"genie.py",8921,0,"",python,selection_keyboard +1922,1967117,"genie.py",8921,0,"t",python,content +1923,1967118,"genie.py",8922,0,"",python,selection_keyboard +1924,1967194,"genie.py",8922,0,"e",python,content +1925,1967195,"genie.py",8923,0,"",python,selection_keyboard +1926,1967282,"genie.py",8923,0,"r",python,content +1927,1967283,"genie.py",8924,0,"",python,selection_keyboard +1928,1967358,"genie.py",8924,0,"a",python,content +1929,1967359,"genie.py",8925,0,"",python,selection_keyboard +1930,1967498,"genie.py",8925,0,"t",python,content +1931,1967499,"genie.py",8926,0,"",python,selection_keyboard +1932,1967677,"genie.py",8926,0,"r",python,content +1933,1967678,"genie.py",8927,0,"",python,selection_keyboard +1934,1968110,"genie.py",8926,1,"",python,content +1935,1968203,"genie.py",8926,0,"o",python,content +1936,1968205,"genie.py",8927,0,"",python,selection_keyboard +1937,1968250,"genie.py",8927,0,"r",python,content +1938,1968251,"genie.py",8928,0,"",python,selection_keyboard +1939,1968485,"genie.py",8927,0,"",python,selection_command +1940,1969853,"genie.py",8946,0,"Iterator",python,content +1941,1969854,"genie.py",8954,0,"",python,selection_command +1942,1970355,"genie.py",8910,0,"",python,selection_command +1943,1970552,"genie.py",8956,0,"",python,selection_command +1944,1970872,"genie.py",8910,0,"",python,selection_command +1945,1970979,"genie.py",8914,0,"",python,selection_command +1946,1972509,"genie.py",8960,0,"",python,selection_command +1947,1972737,"genie.py",8994,0,"",python,selection_command +1948,1972789,"genie.py",9014,0,"",python,selection_command +1949,1972814,"genie.py",9021,0,"",python,selection_command +1950,1972854,"genie.py",9027,0,"",python,selection_command +1951,1972876,"genie.py",9074,0,"",python,selection_command +1952,1972925,"genie.py",9108,0,"",python,selection_command +1953,1972941,"genie.py",9113,0,"",python,selection_command +1954,1972977,"genie.py",9190,0,"",python,selection_command +1955,1973017,"genie.py",9218,0,"",python,selection_command +1956,1973045,"genie.py",9278,0,"",python,selection_command +1957,1973073,"genie.py",9294,0,"",python,selection_command +1958,1973118,"genie.py",9310,0,"",python,selection_command +1959,1973135,"genie.py",9337,0,"",python,selection_command +1960,1973179,"genie.py",9343,0,"",python,selection_command +1961,1973209,"genie.py",9420,0,"",python,selection_command +1962,1973249,"genie.py",9459,0,"",python,selection_command +1963,1973273,"genie.py",9471,0,"",python,selection_command +1964,1973315,"genie.py",9493,0,"",python,selection_command +1965,1973345,"genie.py",9518,0,"",python,selection_command +1966,1973377,"genie.py",9540,0,"",python,selection_command +1967,1973411,"genie.py",9563,0,"",python,selection_command +1968,1973443,"genie.py",9595,0,"",python,selection_command +1969,1973471,"genie.py",9619,0,"",python,selection_command +1970,1973503,"genie.py",9625,0,"",python,selection_command +1971,1973677,"genie.py",9672,0,"",python,selection_command +1972,1974039,"genie.py",9698,0,"",python,selection_command +1973,1976341,"genie.py",9694,49," dummy_dataloader._create_initial_state())",python,selection_command +1974,1976547,"genie.py",9668,75," dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1975,1976722,"genie.py",9621,122," dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1976,1977350,"genie.py",9615,128," )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1977,1977590,"genie.py",9591,152," seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1978,1977617,"genie.py",9559,184," prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1979,1977635,"genie.py",9536,207," num_workers=1,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1980,1977684,"genie.py",9514,229," *image_shape,\n num_workers=1,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1981,1977715,"genie.py",9489,254," args.batch_size,\n *image_shape,\n num_workers=1,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1982,1977745,"genie.py",9467,276," args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=1,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1983,1977786,"genie.py",9455,288," [],\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=1,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1984,1978028,"genie.py",9416,327," dummy_dataloader = get_dataloader(\n [],\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=1,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1985,1978549,"genie.py",9339,404," image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_dataloader = get_dataloader(\n [],\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=1,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dummy_iterator = grain.DataLoaderIterator(\n dummy_dataloader,\n dummy_dataloader._create_initial_state())",python,selection_command +1986,1978756,"genie.py",9339,405,"",python,content +1987,1978769,"genie.py",9343,0,"",python,selection_command +1988,1979758,"genie.py",9414,0,"",python,selection_command +1989,1979853,"genie.py",9520,0,"",python,selection_command +1990,1980019,"genie.py",9636,0,"",python,selection_command +1991,1980392,"genie.py",9642,0,"",python,selection_command +1992,1980535,"genie.py",9700,0,"",python,selection_command +1993,1982978,"genie.py",10691,0,"",python,selection_command +1994,1983961,"genie.py",10767,0,"",python,selection_command +1995,1984060,"genie.py",10783,0,"",python,selection_command +1996,1984470,"genie.py",10824,0,"grain",python,content +1997,1984471,"genie.py",10819,5,"",python,content +1998,1985961,"genie.py",11684,0,"",python,selection_command +1999,1986614,"genie.py",12939,0,"",python,selection_command +2000,1987156,"genie.py",12929,0,"",python,selection_command +2001,1987424,"genie.py",12873,0,"",python,selection_command +2002,1987433,"genie.py",12821,0,"",python,selection_command +2003,1987475,"genie.py",12804,0,"",python,selection_command +2004,1987493,"genie.py",12772,0,"",python,selection_command +2005,1987535,"genie.py",12648,0,"",python,selection_command +2006,1987576,"genie.py",12503,0,"",python,selection_command +2007,1987601,"genie.py",12398,0,"",python,selection_command +2008,1987643,"genie.py",12338,0,"",python,selection_command +2009,1988285,"genie.py",12313,0,"",python,selection_command +2010,1988540,"genie.py",12298,0,"",python,selection_command +2011,1988913,"genie.py",12213,0,"",python,selection_command +2012,1989367,"genie.py",12278,0,"grain",python,content +2013,1989367,"genie.py",12273,5,"",python,content +2014,1999812,"genie.py",13047,0,"",python,selection_command +2015,2002860,"genie.py",13042,0,"",python,selection_command +2016,2003127,"genie.py",13007,0,"",python,selection_command +2017,2003138,"genie.py",12935,0,"",python,selection_command +2018,2003181,"genie.py",12925,0,"",python,selection_command +2019,2003197,"genie.py",12869,0,"",python,selection_command +2020,2003230,"genie.py",12817,0,"",python,selection_command +2021,2003260,"genie.py",12800,0,"",python,selection_command +2022,2003298,"genie.py",12768,0,"",python,selection_command +2023,2003339,"genie.py",12644,0,"",python,selection_command +2024,2003359,"genie.py",12499,0,"",python,selection_command +2025,2003398,"genie.py",12394,0,"",python,selection_command +2026,2003433,"genie.py",12334,0,"",python,selection_command +2027,2003461,"genie.py",12309,0,"",python,selection_command +2028,2003493,"genie.py",12294,0,"",python,selection_command +2029,2003522,"genie.py",12209,0,"",python,selection_command +2030,2003571,"genie.py",12135,0,"",python,selection_command +2031,2003597,"genie.py",12098,0,"",python,selection_command +2032,2003629,"genie.py",12043,0,"",python,selection_command +2033,2003955,"genie.py",11988,0,"",python,selection_command +2034,2004100,"genie.py",11992,0,"",python,selection_command +2035,2006473,"genie.py",12047,0,"",python,selection_command +2036,2006616,"genie.py",12102,0,"",python,selection_command +2037,2007006,"genie.py",11214,0,"",python,selection_command +2038,2007149,"genie.py",10139,0,"",python,selection_command +2039,2007277,"genie.py",9190,0,"",python,selection_command +2040,2007421,"genie.py",8353,0,"",python,selection_command +2041,2007535,"genie.py",7216,0,"",python,selection_command +2042,2007699,"genie.py",6585,0,"",python,selection_command +2043,2007835,"genie.py",5793,0,"",python,selection_command +2044,2008822,"train_dynamics.py",0,0,"",python,tab +2045,2010679,"train_dynamics.py",0,0,"",python,tab +2046,2010680,"train_dynamics.py",8945,0,"",python,selection_command +2047,2033471,"tests/test_checkpointer.py",0,0,"import unittest\nimport tempfile\nimport os\nimport jax\nimport jax.numpy as jnp\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom pathlib import Path\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom flax.training.train_state import TrainState\nimport optax\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\n\nclass DistributedCheckpointerTest(unittest.TestCase):\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.checkpoint_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n # FIXME (f.srambical): If the tests pass, we should use the default model config instead\n self.model_kwargs = dict(\n in_dim=3,\n model_dim=8,\n latent_dim=4,\n num_latents=16,\n patch_size=2,\n num_blocks=1,\n num_heads=1,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.image_shape = (8, 8, 3)\n self.seq_len = 2\n self.batch_size = 2\n self.seed = 0\n\n def test_distributed_checkpointing(self):\n jax.distributed.initialize()\n num_devices = jax.device_count()\n self.assertGreater(num_devices, 0)\n\n model = TokenizerVQVAE(**self.model_kwargs)\n rng = jax.random.PRNGKey(self.seed)\n dummy_inputs = dict(\n videos=jnp.zeros((self.batch_size, self.seq_len, *self.image_shape), dtype=jnp.float32)\n )\n params = model.init(rng, dummy_inputs)\n\n tx = optax.adam(1e-3)\n state = TrainState.create(apply_fn=model.apply, params=params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n state = jax.device_put(state, replicated_sharding)\n\n ckpt = {""model"": state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n ckpt_path = str(self.checkpoint_dir / ""test_ckpt"")\n orbax_checkpointer.save(ckpt_path, ckpt, save_args=save_args)\n self.assertTrue(os.path.exists(ckpt_path))\n\n restore_target = {""model"": state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n restored = orbax_checkpointer.restore(ckpt_path, item=restore_target, restore_args=restore_args)\n for k in state.params.keys():\n self.assertTrue(jax.tree_util.tree_all(jnp.allclose(state.params[k], restored[""model""].params[k])))\n\nif __name__ == ""__main__"":\n unittest.main()\n",python,tab +2048,2034412,"genie.py",0,0,"",python,tab +2049,2034415,"genie.py",213,0,"",python,selection_command +2050,2036648,"genie.py",246,0,"",python,selection_mouse +2051,2037497,"genie.py",213,44,"",python,content +2052,2039778,"genie.py",120,0,"",python,selection_mouse +2053,2040190,"genie.py",102,30,"",python,content +2054,2065365,"genie.py",11631,0,"",python,selection_mouse +2055,2065996,"genie.py",11611,0,"",python,selection_mouse +2056,2066000,"genie.py",11610,0,"",python,selection_command +2057,2066313,"train_dynamics.py",0,0,"",python,tab +2058,2078415,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2059,2198150,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2060,2207443,"experiments/tokenizer_openai_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\n\ndata_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90'\nckpt_dir='checkpoints/tokenizer_openai_grain_checkpointing'\n\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +2061,2207765,"experiments/tokenizer_openai_grain_checkpointing.sh",0,585,"#!/usr/bin/env bash\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\n\ndata_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90'\nckpt_dir='checkpoints/tokenizer_openai_grain_checkpointing'\n\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,selection_command +2062,2207947,"experiments/tokenizer_openai_grain_checkpointing.sh",579,0,"",shellscript,selection_command +2063,2208577,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2064,2209061,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"#!/usr/bin/env bash\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\n\ndata_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90'\nckpt_dir='checkpoints/tokenizer_openai_grain_checkpointing'\n\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,content +2065,2209227,"experiments/dynamics_openai_grain_tok_lam_restore.sh",584,0,"",shellscript,selection_command +2066,2209660,"experiments/dynamics_openai_grain_tok_lam_restore.sh",559,0,"",shellscript,selection_command +2067,2209906,"experiments/dynamics_openai_grain_tok_lam_restore.sh",534,0,"",shellscript,selection_command +2068,2209933,"experiments/dynamics_openai_grain_tok_lam_restore.sh",509,0,"",shellscript,selection_command +2069,2209966,"experiments/dynamics_openai_grain_tok_lam_restore.sh",492,0,"",shellscript,selection_command +2070,2209999,"experiments/dynamics_openai_grain_tok_lam_restore.sh",467,0,"",shellscript,selection_command +2071,2210047,"experiments/dynamics_openai_grain_tok_lam_restore.sh",440,0,"",shellscript,selection_command +2072,2210070,"experiments/dynamics_openai_grain_tok_lam_restore.sh",406,0,"",shellscript,selection_command +2073,2210098,"experiments/dynamics_openai_grain_tok_lam_restore.sh",381,0,"",shellscript,selection_command +2074,2210227,"experiments/dynamics_openai_grain_tok_lam_restore.sh",363,0,"",shellscript,selection_command +2075,2210383,"experiments/dynamics_openai_grain_tok_lam_restore.sh",342,0,"",shellscript,selection_command +2076,2210525,"experiments/dynamics_openai_grain_tok_lam_restore.sh",312,0,"",shellscript,selection_command +2077,2211201,"experiments/dynamics_openai_grain_tok_lam_restore.sh",288,0,"",shellscript,selection_command +2078,2211361,"experiments/dynamics_openai_grain_tok_lam_restore.sh",251,0,"",shellscript,selection_command +2079,2212819,"experiments/dynamics_openai_grain_tok_lam_restore.sh",228,0,"",shellscript,selection_command +2080,2217910,"experiments/dynamics_openai_grain_tok_lam_restore.sh",229,0,"",shellscript,selection_command +2081,2218141,"experiments/dynamics_openai_grain_tok_lam_restore.sh",230,0,"",shellscript,selection_command +2082,2218167,"experiments/dynamics_openai_grain_tok_lam_restore.sh",231,0,"",shellscript,selection_command +2083,2218203,"experiments/dynamics_openai_grain_tok_lam_restore.sh",232,0,"",shellscript,selection_command +2084,2218239,"experiments/dynamics_openai_grain_tok_lam_restore.sh",233,0,"",shellscript,selection_command +2085,2218273,"experiments/dynamics_openai_grain_tok_lam_restore.sh",234,0,"",shellscript,selection_command +2086,2218298,"experiments/dynamics_openai_grain_tok_lam_restore.sh",235,0,"",shellscript,selection_command +2087,2218341,"experiments/dynamics_openai_grain_tok_lam_restore.sh",236,0,"",shellscript,selection_command +2088,2218375,"experiments/dynamics_openai_grain_tok_lam_restore.sh",237,0,"",shellscript,selection_command +2089,2218423,"experiments/dynamics_openai_grain_tok_lam_restore.sh",238,0,"",shellscript,selection_command +2090,2218465,"experiments/dynamics_openai_grain_tok_lam_restore.sh",239,0,"",shellscript,selection_command +2091,2218469,"experiments/dynamics_openai_grain_tok_lam_restore.sh",240,0,"",shellscript,selection_command +2092,2218732,"experiments/dynamics_openai_grain_tok_lam_restore.sh",286,0,"ore",shellscript,content +2093,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",283,3,"",shellscript,content +2094,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",282,0,"s",shellscript,content +2095,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",276,6,"",shellscript,content +2096,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",275,0,"tok_lam_r",shellscript,content +2097,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",273,2,"",shellscript,content +2098,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",259,0,"cs",shellscript,content +2099,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",256,3,"",shellscript,content +2100,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",255,0,"am",shellscript,content +2101,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",254,0,"dy",shellscript,content +2102,2218733,"experiments/dynamics_openai_grain_tok_lam_restore.sh",250,4,"",shellscript,content +2103,2219551,"experiments/dynamics_openai_grain_tok_lam_restore.sh",249,0,"",shellscript,selection_command +2104,2219725,"experiments/dynamics_openai_grain_tok_lam_restore.sh",250,0,"",shellscript,selection_command +2105,2219991,"experiments/dynamics_openai_grain_tok_lam_restore.sh",287,0,"",shellscript,selection_command +2106,2220017,"experiments/dynamics_openai_grain_tok_lam_restore.sh",289,0,"",shellscript,selection_command +2107,2220045,"experiments/dynamics_openai_grain_tok_lam_restore.sh",290,0,"",shellscript,selection_command +2108,2220085,"experiments/dynamics_openai_grain_tok_lam_restore.sh",295,0,"",shellscript,selection_command +2109,2221134,"experiments/dynamics_openai_grain_tok_lam_restore.sh",290,0,"",shellscript,selection_command +2110,2221142,"experiments/dynamics_openai_grain_tok_lam_restore.sh",289,0,"",shellscript,selection_command +2111,2221145,"experiments/dynamics_openai_grain_tok_lam_restore.sh",228,0,"",shellscript,selection_command +2112,2222019,"experiments/dynamics_openai_grain_tok_lam_restore.sh",108,0,"",shellscript,selection_command +2113,2222052,"experiments/dynamics_openai_grain_tok_lam_restore.sh",107,0,"",shellscript,selection_command +2114,2222054,"experiments/dynamics_openai_grain_tok_lam_restore.sh",108,0,"",shellscript,selection_command +2115,2222057,"experiments/dynamics_openai_grain_tok_lam_restore.sh",228,0,"",shellscript,selection_command +2116,2222059,"experiments/dynamics_openai_grain_tok_lam_restore.sh",289,0,"",shellscript,selection_command +2117,2222061,"experiments/dynamics_openai_grain_tok_lam_restore.sh",290,0,"",shellscript,selection_command +2118,2222408,"experiments/dynamics_openai_grain_tok_lam_restore.sh",323,0,"",shellscript,selection_command +2119,2223211,"experiments/dynamics_openai_grain_tok_lam_restore.sh",327,0,"",shellscript,selection_command +2120,2223367,"experiments/dynamics_openai_grain_tok_lam_restore.sh",329,0,"",shellscript,selection_command +2121,2223509,"experiments/dynamics_openai_grain_tok_lam_restore.sh",340,0,"",shellscript,selection_command +2122,2223670,"experiments/dynamics_openai_grain_tok_lam_restore.sh",343,0,"",shellscript,selection_command +2123,2224265,"experiments/dynamics_openai_grain_tok_lam_restore.sh",340,0,"",shellscript,selection_command +2124,2226855,"experiments/dynamics_openai_grain_tok_lam_restore.sh",340,2,"",shellscript,content +2125,2227517,"experiments/dynamics_openai_grain_tok_lam_restore.sh",340,0,"4",shellscript,content +2126,2227518,"experiments/dynamics_openai_grain_tok_lam_restore.sh",341,0,"",shellscript,selection_keyboard +2127,2227665,"experiments/dynamics_openai_grain_tok_lam_restore.sh",341,0,"8",shellscript,content +2128,2227666,"experiments/dynamics_openai_grain_tok_lam_restore.sh",342,0,"",shellscript,selection_keyboard +2129,2227829,"experiments/dynamics_openai_grain_tok_lam_restore.sh",341,0,"",shellscript,selection_command +2130,2228071,"experiments/dynamics_openai_grain_tok_lam_restore.sh",323,0,"",shellscript,selection_command +2131,2230853,"experiments/dynamics_openai_grain_tok_lam_restore.sh",327,0,"",shellscript,selection_command +2132,2230993,"experiments/dynamics_openai_grain_tok_lam_restore.sh",329,0,"",shellscript,selection_command +2133,2231157,"experiments/dynamics_openai_grain_tok_lam_restore.sh",340,0,"",shellscript,selection_command +2134,2231311,"experiments/dynamics_openai_grain_tok_lam_restore.sh",343,0,"",shellscript,selection_command +2135,2231933,"experiments/dynamics_openai_grain_tok_lam_restore.sh",340,0,"",shellscript,selection_command +2136,2232916,"experiments/dynamics_openai_grain_tok_lam_restore.sh",307,0,"",shellscript,selection_command +2137,2233470,"experiments/dynamics_openai_grain_tok_lam_restore.sh",308,0,"",shellscript,selection_command +2138,2234019,"experiments/dynamics_openai_grain_tok_lam_restore.sh",317,0,"cs",shellscript,content +2139,2234019,"experiments/dynamics_openai_grain_tok_lam_restore.sh",314,3,"",shellscript,content +2140,2234020,"experiments/dynamics_openai_grain_tok_lam_restore.sh",313,0,"am",shellscript,content +2141,2234020,"experiments/dynamics_openai_grain_tok_lam_restore.sh",312,0,"dy",shellscript,content +2142,2234020,"experiments/dynamics_openai_grain_tok_lam_restore.sh",308,4,"",shellscript,content +2143,2235883,"experiments/dynamics_openai_grain_tok_lam_restore.sh",340,0,"",shellscript,selection_command +2144,2236116,"experiments/dynamics_openai_grain_tok_lam_restore.sh",362,0,"",shellscript,selection_command +2145,2237191,"experiments/dynamics_openai_grain_tok_lam_restore.sh",381,0,"",shellscript,selection_command +2146,2237353,"experiments/dynamics_openai_grain_tok_lam_restore.sh",401,0,"",shellscript,selection_command +2147,2237637,"experiments/dynamics_openai_grain_tok_lam_restore.sh",381,0,"",shellscript,selection_command +2148,2241765,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"",shellscript,selection_command +2149,2244594,"experiments/dynamics_openai_grain_tok_lam_restore.sh",344,21,"",shellscript,content +2150,2244607,"experiments/dynamics_openai_grain_tok_lam_restore.sh",348,0,"",shellscript,selection_command +2151,2245540,"experiments/dynamics_openai_grain_tok_lam_restore.sh",326,0,"",shellscript,selection_command +2152,2246342,"experiments/dynamics_openai_grain_tok_lam_restore.sh",343,0,"\n ",shellscript,content +2153,2246526,"experiments/dynamics_openai_grain_tok_lam_restore.sh",348,0,"-",shellscript,content +2154,2246527,"experiments/dynamics_openai_grain_tok_lam_restore.sh",349,0,"",shellscript,selection_keyboard +2155,2246692,"experiments/dynamics_openai_grain_tok_lam_restore.sh",349,0,"-",shellscript,content +2156,2246693,"experiments/dynamics_openai_grain_tok_lam_restore.sh",350,0,"",shellscript,selection_keyboard +2157,2247323,"experiments/dynamics_openai_grain_tok_lam_restore.sh",349,0,"",shellscript,selection_command +2158,2250690,"train_dynamics.py",0,0,"",python,tab +2159,2253232,"train_dynamics.py",0,0,"",python,selection_command +2160,2263875,"train_dynamics.py",542,0,"",python,selection_command +2161,2269542,"train_dynamics.py",1098,0,"",python,selection_keyboard +2162,2273117,"train_dynamics.py",1131,0,"",python,selection_command +2163,2273371,"train_dynamics.py",1166,0,"",python,selection_command +2164,2273398,"train_dynamics.py",1176,0,"",python,selection_command +2165,2273434,"train_dynamics.py",1199,0,"",python,selection_command +2166,2273462,"train_dynamics.py",1231,0,"",python,selection_command +2167,2273497,"train_dynamics.py",1263,0,"",python,selection_command +2168,2273530,"train_dynamics.py",1292,0,"",python,selection_command +2169,2273840,"train_dynamics.py",1263,0,"",python,selection_command +2170,2274006,"train_dynamics.py",1231,0,"",python,selection_command +2171,2274138,"train_dynamics.py",1263,0,"",python,selection_command +2172,2274261,"train_dynamics.py",1292,0,"",python,selection_command +2173,2274621,"train_dynamics.py",1320,0,"",python,selection_command +2174,2274799,"train_dynamics.py",1347,0,"",python,selection_command +2175,2275050,"train_dynamics.py",1376,0,"",python,selection_command +2176,2275091,"train_dynamics.py",1391,0,"",python,selection_command +2177,2275114,"train_dynamics.py",1415,0,"",python,selection_command +2178,2275143,"train_dynamics.py",1445,0,"",python,selection_command +2179,2275181,"train_dynamics.py",1473,0,"",python,selection_command +2180,2275213,"train_dynamics.py",1498,0,"",python,selection_command +2181,2275238,"train_dynamics.py",1526,0,"",python,selection_command +2182,2275270,"train_dynamics.py",1540,0,"",python,selection_command +2183,2275310,"train_dynamics.py",1562,0,"",python,selection_command +2184,2275350,"train_dynamics.py",1583,0,"",python,selection_command +2185,2275394,"train_dynamics.py",1605,0,"",python,selection_command +2186,2275408,"train_dynamics.py",1638,0,"",python,selection_command +2187,2275445,"train_dynamics.py",1704,0,"",python,selection_command +2188,2275807,"train_dynamics.py",1730,0,"",python,selection_command +2189,2276061,"train_dynamics.py",1764,0,"",python,selection_command +2190,2276080,"train_dynamics.py",1787,0,"",python,selection_command +2191,2276109,"train_dynamics.py",1828,0,"",python,selection_command +2192,2276144,"train_dynamics.py",1856,0,"",python,selection_command +2193,2276521,"train_dynamics.py",1828,0,"",python,selection_command +2194,2276789,"train_dynamics.py",1787,0,"",python,selection_command +2195,2276791,"train_dynamics.py",1764,0,"",python,selection_command +2196,2276830,"train_dynamics.py",1730,0,"",python,selection_command +2197,2276866,"train_dynamics.py",1704,0,"",python,selection_command +2198,2276890,"train_dynamics.py",1638,0,"",python,selection_command +2199,2276938,"train_dynamics.py",1605,0,"",python,selection_command +2200,2277005,"train_dynamics.py",1583,0,"",python,selection_command +2201,2277006,"train_dynamics.py",1562,0,"",python,selection_command +2202,2277049,"train_dynamics.py",1540,0,"",python,selection_command +2203,2277094,"train_dynamics.py",1526,0,"",python,selection_command +2204,2277104,"train_dynamics.py",1498,0,"",python,selection_command +2205,2277130,"train_dynamics.py",1473,0,"",python,selection_command +2206,2277160,"train_dynamics.py",1445,0,"",python,selection_command +2207,2277201,"train_dynamics.py",1415,0,"",python,selection_command +2208,2277231,"train_dynamics.py",1391,0,"",python,selection_command +2209,2277268,"train_dynamics.py",1376,0,"",python,selection_command +2210,2277300,"train_dynamics.py",1347,0,"",python,selection_command +2211,2277329,"train_dynamics.py",1320,0,"",python,selection_command +2212,2277368,"train_dynamics.py",1292,0,"",python,selection_command +2213,2277406,"train_dynamics.py",1263,0,"",python,selection_command +2214,2277432,"train_dynamics.py",1231,0,"",python,selection_command +2215,2279679,"train_dynamics.py",1199,0,"",python,selection_command +2216,2279934,"train_dynamics.py",1176,0,"",python,selection_command +2217,2279949,"train_dynamics.py",1166,0,"",python,selection_command +2218,2279970,"train_dynamics.py",1131,0,"",python,selection_command +2219,2280001,"train_dynamics.py",1098,0,"",python,selection_command +2220,2280042,"train_dynamics.py",1064,0,"",python,selection_command +2221,2280381,"train_dynamics.py",531,0,"",python,selection_command +2222,2285389,"train_dynamics.py",777,0,"",python,selection_keyboard +2223,2293676,"train_dynamics.py",808,0,"",python,selection_command +2224,2293937,"train_dynamics.py",827,0,"",python,selection_command +2225,2293951,"train_dynamics.py",852,0,"",python,selection_command +2226,2293999,"train_dynamics.py",876,0,"",python,selection_command +2227,2294014,"train_dynamics.py",901,0,"",python,selection_command +2228,2294171,"train_dynamics.py",930,0,"",python,selection_command +2229,2294701,"train_dynamics.py",946,0,"",python,selection_command +2230,2294989,"train_dynamics.py",975,0,"",python,selection_command +2231,2294999,"train_dynamics.py",1006,0,"",python,selection_command +2232,2295003,"train_dynamics.py",1040,0,"",python,selection_command +2233,2295027,"train_dynamics.py",1064,0,"",python,selection_command +2234,2295059,"train_dynamics.py",1098,0,"",python,selection_command +2235,2295109,"train_dynamics.py",1131,0,"",python,selection_command +2236,2295137,"train_dynamics.py",1166,0,"",python,selection_command +2237,2304455,"train_dynamics.py",1131,0,"",python,selection_command +2238,2304717,"train_dynamics.py",1098,0,"",python,selection_command +2239,2304738,"train_dynamics.py",1064,0,"",python,selection_command +2240,2304781,"train_dynamics.py",1040,0,"",python,selection_command +2241,2304796,"train_dynamics.py",1006,0,"",python,selection_command +2242,2304827,"train_dynamics.py",975,0,"",python,selection_command +2243,2304862,"train_dynamics.py",946,0,"",python,selection_command +2244,2304902,"train_dynamics.py",930,0,"",python,selection_command +2245,2304925,"train_dynamics.py",901,0,"",python,selection_command +2246,2304961,"train_dynamics.py",876,0,"",python,selection_command +2247,2304994,"train_dynamics.py",852,0,"",python,selection_command +2248,2305034,"train_dynamics.py",827,0,"",python,selection_command +2249,2305057,"train_dynamics.py",808,0,"",python,selection_command +2250,2305087,"train_dynamics.py",777,0,"",python,selection_command +2251,2305126,"train_dynamics.py",749,0,"",python,selection_command +2252,2305160,"train_dynamics.py",726,0,"",python,selection_command +2253,2305207,"train_dynamics.py",699,0,"",python,selection_command +2254,2305231,"train_dynamics.py",672,0,"",python,selection_command +2255,2305267,"train_dynamics.py",644,0,"",python,selection_command +2256,2305297,"train_dynamics.py",622,0,"",python,selection_command +2257,2305329,"train_dynamics.py",604,0,"",python,selection_command +2258,2305358,"train_dynamics.py",575,0,"",python,selection_command +2259,2305393,"train_dynamics.py",558,0,"",python,selection_command +2260,2305433,"train_dynamics.py",546,0,"",python,selection_command +2261,2308244,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2262,2309185,"train_dynamics.py",0,0,"",python,tab +2263,2310001,"train_dynamics.py",558,0,"",python,selection_command +2264,2310262,"train_dynamics.py",575,0,"",python,selection_command +2265,2310281,"train_dynamics.py",604,0,"",python,selection_command +2266,2310314,"train_dynamics.py",622,0,"",python,selection_command +2267,2310339,"train_dynamics.py",644,0,"",python,selection_command +2268,2310397,"train_dynamics.py",672,0,"",python,selection_command +2269,2310413,"train_dynamics.py",699,0,"",python,selection_command +2270,2310449,"train_dynamics.py",726,0,"",python,selection_command +2271,2310475,"train_dynamics.py",749,0,"",python,selection_command +2272,2310513,"train_dynamics.py",777,0,"",python,selection_command +2273,2310662,"train_dynamics.py",808,0,"",python,selection_command +2274,2310922,"train_dynamics.py",827,0,"",python,selection_command +2275,2310955,"train_dynamics.py",852,0,"",python,selection_command +2276,2310980,"train_dynamics.py",876,0,"",python,selection_command +2277,2311012,"train_dynamics.py",901,0,"",python,selection_command +2278,2311042,"train_dynamics.py",930,0,"",python,selection_command +2279,2311095,"train_dynamics.py",946,0,"",python,selection_command +2280,2311117,"train_dynamics.py",975,0,"",python,selection_command +2281,2311150,"train_dynamics.py",1006,0,"",python,selection_command +2282,2311169,"train_dynamics.py",1040,0,"",python,selection_command +2283,2311203,"train_dynamics.py",1064,0,"",python,selection_command +2284,2311240,"train_dynamics.py",1098,0,"",python,selection_command +2285,2311270,"train_dynamics.py",1131,0,"",python,selection_command +2286,2311303,"train_dynamics.py",1166,0,"",python,selection_command +2287,2311454,"train_dynamics.py",1176,0,"",python,selection_command +2288,2311614,"train_dynamics.py",1199,0,"",python,selection_command +2289,2312188,"train_dynamics.py",1176,0,"",python,selection_command +2290,2312427,"train_dynamics.py",1166,0,"",python,selection_command +2291,2312463,"train_dynamics.py",1131,0,"",python,selection_command +2292,2312497,"train_dynamics.py",1098,0,"",python,selection_command +2293,2312550,"train_dynamics.py",1064,0,"",python,selection_command +2294,2312573,"train_dynamics.py",1040,0,"",python,selection_command +2295,2312605,"train_dynamics.py",1006,0,"",python,selection_command +2296,2312621,"train_dynamics.py",975,0,"",python,selection_command +2297,2312655,"train_dynamics.py",946,0,"",python,selection_command +2298,2312691,"train_dynamics.py",930,0,"",python,selection_command +2299,2312725,"train_dynamics.py",901,0,"",python,selection_command +2300,2312759,"train_dynamics.py",876,0,"",python,selection_command +2301,2312810,"train_dynamics.py",852,0,"",python,selection_command +2302,2312828,"train_dynamics.py",827,0,"",python,selection_command +2303,2312858,"train_dynamics.py",808,0,"",python,selection_command +2304,2312897,"train_dynamics.py",777,0,"",python,selection_command +2305,2313062,"train_dynamics.py",808,0,"",python,selection_command +2306,2313271,"train_dynamics.py",777,0,"",python,selection_command +2307,2313508,"train_dynamics.py",749,0,"",python,selection_command +2308,2313543,"train_dynamics.py",726,0,"",python,selection_command +2309,2313575,"train_dynamics.py",699,0,"",python,selection_command +2310,2313607,"train_dynamics.py",672,0,"",python,selection_command +2311,2313638,"train_dynamics.py",644,0,"",python,selection_command +2312,2313670,"train_dynamics.py",622,0,"",python,selection_command +2313,2313741,"train_dynamics.py",644,0,"",python,selection_command +2314,2314029,"train_dynamics.py",672,0,"",python,selection_command +2315,2314037,"train_dynamics.py",699,0,"",python,selection_command +2316,2314049,"train_dynamics.py",726,0,"",python,selection_command +2317,2314087,"train_dynamics.py",749,0,"",python,selection_command +2318,2314140,"train_dynamics.py",777,0,"",python,selection_command +2319,2314169,"train_dynamics.py",808,0,"",python,selection_command +2320,2314191,"train_dynamics.py",827,0,"",python,selection_command +2321,2314249,"train_dynamics.py",852,0,"",python,selection_command +2322,2314265,"train_dynamics.py",876,0,"",python,selection_command +2323,2314318,"train_dynamics.py",901,0,"",python,selection_command +2324,2314359,"train_dynamics.py",930,0,"",python,selection_command +2325,2314399,"train_dynamics.py",946,0,"",python,selection_command +2326,2314404,"train_dynamics.py",975,0,"",python,selection_command +2327,2314423,"train_dynamics.py",1006,0,"",python,selection_command +2328,2314487,"train_dynamics.py",1040,0,"",python,selection_command +2329,2314512,"train_dynamics.py",1064,0,"",python,selection_command +2330,2314579,"train_dynamics.py",1098,0,"",python,selection_command +2331,2314582,"train_dynamics.py",1131,0,"",python,selection_command +2332,2314633,"train_dynamics.py",1166,0,"",python,selection_command +2333,2314637,"train_dynamics.py",1176,0,"",python,selection_command +2334,2314663,"train_dynamics.py",1199,0,"",python,selection_command +2335,2314722,"train_dynamics.py",1231,0,"",python,selection_command +2336,2314752,"train_dynamics.py",1263,0,"",python,selection_command +2337,2314760,"train_dynamics.py",1292,0,"",python,selection_command +2338,2314812,"train_dynamics.py",1320,0,"",python,selection_command +2339,2314820,"train_dynamics.py",1347,0,"",python,selection_command +2340,2314872,"train_dynamics.py",1376,0,"",python,selection_command +2341,2314905,"train_dynamics.py",1391,0,"",python,selection_command +2342,2314941,"train_dynamics.py",1415,0,"",python,selection_command +2343,2314992,"train_dynamics.py",1445,0,"",python,selection_command +2344,2314997,"train_dynamics.py",1473,0,"",python,selection_command +2345,2315025,"train_dynamics.py",1498,0,"",python,selection_command +2346,2315085,"train_dynamics.py",1526,0,"",python,selection_command +2347,2315114,"train_dynamics.py",1540,0,"",python,selection_command +2348,2315149,"train_dynamics.py",1562,0,"",python,selection_command +2349,2315191,"train_dynamics.py",1583,0,"",python,selection_command +2350,2315206,"train_dynamics.py",1605,0,"",python,selection_command +2351,2315231,"train_dynamics.py",1638,0,"",python,selection_command +2352,2315266,"train_dynamics.py",1704,0,"",python,selection_command +2353,2315898,"train_dynamics.py",1730,0,"",python,selection_command +2354,2316077,"train_dynamics.py",1764,0,"",python,selection_command +2355,2316571,"train_dynamics.py",1730,0,"",python,selection_command +2356,2316988,"train_dynamics.py",1764,0,"",python,selection_command +2357,2317337,"train_dynamics.py",1787,0,"",python,selection_command +2358,2318162,"train_dynamics.py",1764,0,"",python,selection_command +2359,2318270,"train_dynamics.py",1730,0,"",python,selection_command +2360,2321721,"train_dynamics.py",1764,0,"",python,selection_command +2361,2323006,"train_dynamics.py",1730,0,"",python,selection_command +2362,2323252,"train_dynamics.py",1704,0,"",python,selection_command +2363,2323283,"train_dynamics.py",1638,0,"",python,selection_command +2364,2323315,"train_dynamics.py",1605,0,"",python,selection_command +2365,2323352,"train_dynamics.py",1583,0,"",python,selection_command +2366,2323405,"train_dynamics.py",1562,0,"",python,selection_command +2367,2323421,"train_dynamics.py",1540,0,"",python,selection_command +2368,2323453,"train_dynamics.py",1526,0,"",python,selection_command +2369,2323484,"train_dynamics.py",1498,0,"",python,selection_command +2370,2323649,"train_dynamics.py",1473,0,"",python,selection_command +2371,2323924,"train_dynamics.py",1445,0,"",python,selection_command +2372,2324133,"train_dynamics.py",1415,0,"",python,selection_command +2373,2324390,"train_dynamics.py",1391,0,"",python,selection_command +2374,2324414,"train_dynamics.py",1376,0,"",python,selection_command +2375,2324449,"train_dynamics.py",1347,0,"",python,selection_command +2376,2324661,"train_dynamics.py",1320,0,"",python,selection_command +2377,2324908,"train_dynamics.py",1292,0,"",python,selection_command +2378,2325123,"train_dynamics.py",1320,0,"",python,selection_command +2379,2325265,"train_dynamics.py",1347,0,"",python,selection_command +2380,2325495,"train_dynamics.py",1320,0,"",python,selection_command +2381,2325735,"train_dynamics.py",1292,0,"",python,selection_command +2382,2325767,"train_dynamics.py",1263,0,"",python,selection_command +2383,2325811,"train_dynamics.py",1231,0,"",python,selection_command +2384,2325847,"train_dynamics.py",1199,0,"",python,selection_command +2385,2325885,"train_dynamics.py",1176,0,"",python,selection_command +2386,2326025,"train_dynamics.py",1166,0,"",python,selection_command +2387,2326166,"train_dynamics.py",1131,0,"",python,selection_command +2388,2326955,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2389,2327701,"experiments/dynamics_openai_grain_tok_lam_restore.sh",350,0,"",shellscript,selection_command +2390,2327987,"experiments/dynamics_openai_grain_tok_lam_restore.sh",350,0,"t",shellscript,content +2391,2327988,"experiments/dynamics_openai_grain_tok_lam_restore.sh",351,0,"",shellscript,selection_keyboard +2392,2328004,"experiments/dynamics_openai_grain_tok_lam_restore.sh",351,0,"o",shellscript,content +2393,2328005,"experiments/dynamics_openai_grain_tok_lam_restore.sh",352,0,"",shellscript,selection_keyboard +2394,2328049,"experiments/dynamics_openai_grain_tok_lam_restore.sh",352,0,"k",shellscript,content +2395,2328050,"experiments/dynamics_openai_grain_tok_lam_restore.sh",353,0,"",shellscript,selection_keyboard +2396,2328157,"experiments/dynamics_openai_grain_tok_lam_restore.sh",353,0,"e",shellscript,content +2397,2328158,"experiments/dynamics_openai_grain_tok_lam_restore.sh",354,0,"",shellscript,selection_keyboard +2398,2328219,"experiments/dynamics_openai_grain_tok_lam_restore.sh",354,0,"n",shellscript,content +2399,2328219,"experiments/dynamics_openai_grain_tok_lam_restore.sh",355,0,"",shellscript,selection_keyboard +2400,2328253,"experiments/dynamics_openai_grain_tok_lam_restore.sh",355,0,"i",shellscript,content +2401,2328253,"experiments/dynamics_openai_grain_tok_lam_restore.sh",356,0,"",shellscript,selection_keyboard +2402,2328363,"experiments/dynamics_openai_grain_tok_lam_restore.sh",356,0,"z",shellscript,content +2403,2328364,"experiments/dynamics_openai_grain_tok_lam_restore.sh",357,0,"",shellscript,selection_keyboard +2404,2328455,"experiments/dynamics_openai_grain_tok_lam_restore.sh",357,0,"e",shellscript,content +2405,2328455,"experiments/dynamics_openai_grain_tok_lam_restore.sh",358,0,"",shellscript,selection_keyboard +2406,2328507,"experiments/dynamics_openai_grain_tok_lam_restore.sh",358,0,"r",shellscript,content +2407,2328507,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,0,"",shellscript,selection_keyboard +2408,2328695,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,0,"_",shellscript,content +2409,2328696,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"",shellscript,selection_keyboard +2410,2329532,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"checkpoint $ckpt_dir/tokenizer \",shellscript,content +2411,2329834,"experiments/dynamics_openai_grain_tok_lam_restore.sh",391,0,"",shellscript,selection_command +2412,2332483,"train_dynamics.py",0,0,"",python,tab +2413,2333862,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2414,2334119,"experiments/dynamics_openai_grain_tok_lam_restore.sh",381,0,"",shellscript,selection_command +2415,2334431,"experiments/dynamics_openai_grain_tok_lam_restore.sh",380,0,"",shellscript,selection_command +2416,2334476,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,0,"",shellscript,selection_command +2417,2334566,"experiments/dynamics_openai_grain_tok_lam_restore.sh",371,0,"",shellscript,selection_command +2418,2335536,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,0,"",shellscript,selection_command +2419,2337206,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,1,"c",shellscript,selection_command +2420,2337278,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,8,"ckpt_dir",shellscript,selection_command +2421,2337472,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,9,"ckpt_dir/",shellscript,selection_command +2422,2337816,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,18,"ckpt_dir/tokenizer",shellscript,selection_command +2423,2338450,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,18,"",shellscript,content +2424,2338852,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,0,"t",shellscript,content +2425,2338852,"experiments/dynamics_openai_grain_tok_lam_restore.sh",373,0,"",shellscript,selection_keyboard +2426,2338968,"experiments/dynamics_openai_grain_tok_lam_restore.sh",373,0,"o",shellscript,content +2427,2338969,"experiments/dynamics_openai_grain_tok_lam_restore.sh",374,0,"",shellscript,selection_keyboard +2428,2339029,"experiments/dynamics_openai_grain_tok_lam_restore.sh",374,0,"k",shellscript,content +2429,2339030,"experiments/dynamics_openai_grain_tok_lam_restore.sh",375,0,"",shellscript,selection_keyboard +2430,2339102,"experiments/dynamics_openai_grain_tok_lam_restore.sh",375,0,"e",shellscript,content +2431,2339103,"experiments/dynamics_openai_grain_tok_lam_restore.sh",376,0,"",shellscript,selection_keyboard +2432,2339182,"experiments/dynamics_openai_grain_tok_lam_restore.sh",376,0,"n",shellscript,content +2433,2339182,"experiments/dynamics_openai_grain_tok_lam_restore.sh",377,0,"",shellscript,selection_keyboard +2434,2339228,"experiments/dynamics_openai_grain_tok_lam_restore.sh",377,0,"i",shellscript,content +2435,2339229,"experiments/dynamics_openai_grain_tok_lam_restore.sh",378,0,"",shellscript,selection_keyboard +2436,2339269,"experiments/dynamics_openai_grain_tok_lam_restore.sh",378,0,"z",shellscript,content +2437,2339270,"experiments/dynamics_openai_grain_tok_lam_restore.sh",379,0,"",shellscript,selection_keyboard +2438,2339357,"experiments/dynamics_openai_grain_tok_lam_restore.sh",379,0,"e",shellscript,content +2439,2339358,"experiments/dynamics_openai_grain_tok_lam_restore.sh",380,0,"",shellscript,selection_keyboard +2440,2339926,"experiments/dynamics_openai_grain_tok_lam_restore.sh",380,0,"r",shellscript,content +2441,2339926,"experiments/dynamics_openai_grain_tok_lam_restore.sh",381,0,"",shellscript,selection_keyboard +2442,2340254,"experiments/dynamics_openai_grain_tok_lam_restore.sh",381,0,"_",shellscript,content +2443,2340255,"experiments/dynamics_openai_grain_tok_lam_restore.sh",382,0,"",shellscript,selection_keyboard +2444,2340503,"experiments/dynamics_openai_grain_tok_lam_restore.sh",382,0,"c",shellscript,content +2445,2340504,"experiments/dynamics_openai_grain_tok_lam_restore.sh",383,0,"",shellscript,selection_keyboard +2446,2340513,"experiments/dynamics_openai_grain_tok_lam_restore.sh",383,0,"k",shellscript,content +2447,2340514,"experiments/dynamics_openai_grain_tok_lam_restore.sh",384,0,"",shellscript,selection_keyboard +2448,2340555,"experiments/dynamics_openai_grain_tok_lam_restore.sh",384,0,"p",shellscript,content +2449,2340556,"experiments/dynamics_openai_grain_tok_lam_restore.sh",385,0,"",shellscript,selection_keyboard +2450,2340680,"experiments/dynamics_openai_grain_tok_lam_restore.sh",385,0,"t",shellscript,content +2451,2340680,"experiments/dynamics_openai_grain_tok_lam_restore.sh",386,0,"",shellscript,selection_keyboard +2452,2340885,"experiments/dynamics_openai_grain_tok_lam_restore.sh",386,0,"_",shellscript,content +2453,2340885,"experiments/dynamics_openai_grain_tok_lam_restore.sh",387,0,"",shellscript,selection_keyboard +2454,2341085,"experiments/dynamics_openai_grain_tok_lam_restore.sh",387,0,"d",shellscript,content +2455,2341086,"experiments/dynamics_openai_grain_tok_lam_restore.sh",388,0,"",shellscript,selection_keyboard +2456,2341160,"experiments/dynamics_openai_grain_tok_lam_restore.sh",388,0,"i",shellscript,content +2457,2341160,"experiments/dynamics_openai_grain_tok_lam_restore.sh",389,0,"",shellscript,selection_keyboard +2458,2341299,"experiments/dynamics_openai_grain_tok_lam_restore.sh",389,0,"r",shellscript,content +2459,2341299,"experiments/dynamics_openai_grain_tok_lam_restore.sh",390,0,"",shellscript,selection_keyboard +2460,2341577,"experiments/dynamics_openai_grain_tok_lam_restore.sh",389,0,"",shellscript,selection_command +2461,2342065,"experiments/dynamics_openai_grain_tok_lam_restore.sh",342,0,"",shellscript,selection_command +2462,2342231,"experiments/dynamics_openai_grain_tok_lam_restore.sh",320,0,"",shellscript,selection_command +2463,2342349,"experiments/dynamics_openai_grain_tok_lam_restore.sh",289,0,"",shellscript,selection_command +2464,2342479,"experiments/dynamics_openai_grain_tok_lam_restore.sh",273,0,"",shellscript,selection_command +2465,2342750,"experiments/dynamics_openai_grain_tok_lam_restore.sh",288,0,"\n",shellscript,content +2466,2343622,"experiments/dynamics_openai_grain_tok_lam_restore.sh",289,0,"tokenizer_ckpt_dir='checkpoints/tokenizer_openai_grain_checkpointing'\nlam_ckpt_dir='checkpoints/lam_openai_grain_checkpointing'",shellscript,content +2467,2343941,"experiments/dynamics_openai_grain_tok_lam_restore.sh",415,0,"",shellscript,selection_command +2468,2344344,"experiments/dynamics_openai_grain_tok_lam_restore.sh",345,0,"",shellscript,selection_command +2469,2346401,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"",shellscript,selection_command +2470,2346510,"experiments/dynamics_openai_grain_tok_lam_restore.sh",320,0,"",shellscript,selection_command +2471,2346877,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"",shellscript,selection_command +2472,2347626,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,37,"",shellscript,content +2473,2347900,"experiments/dynamics_openai_grain_tok_lam_restore.sh",320,0,"",shellscript,selection_command +2474,2348005,"experiments/dynamics_openai_grain_tok_lam_restore.sh",353,0,"",shellscript,selection_command +2475,2348167,"experiments/dynamics_openai_grain_tok_lam_restore.sh",348,0,"",shellscript,selection_command +2476,2348403,"experiments/dynamics_openai_grain_tok_lam_restore.sh",348,31,"",shellscript,content +2477,2348633,"experiments/dynamics_openai_grain_tok_lam_restore.sh",347,0,"",shellscript,selection_command +2478,2348713,"experiments/dynamics_openai_grain_tok_lam_restore.sh",314,0,"",shellscript,selection_command +2479,2348779,"experiments/dynamics_openai_grain_tok_lam_restore.sh",315,0,"",shellscript,selection_command +2480,2349367,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"",shellscript,selection_command +2481,2349681,"experiments/dynamics_openai_grain_tok_lam_restore.sh",320,0,"",shellscript,selection_command +2482,2349941,"experiments/dynamics_openai_grain_tok_lam_restore.sh",347,0,"",shellscript,selection_command +2483,2350629,"experiments/dynamics_openai_grain_tok_lam_restore.sh",320,0,"",shellscript,selection_command +2484,2351334,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"",shellscript,selection_command +2485,2351536,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"'",shellscript,content +2486,2351537,"experiments/dynamics_openai_grain_tok_lam_restore.sh",322,0,"",shellscript,selection_keyboard +2487,2351656,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"",shellscript,selection_command +2488,2351892,"experiments/dynamics_openai_grain_tok_lam_restore.sh",348,0,"",shellscript,selection_command +2489,2352611,"experiments/dynamics_openai_grain_tok_lam_restore.sh",347,0,"",shellscript,selection_command +2490,2352674,"experiments/dynamics_openai_grain_tok_lam_restore.sh",348,0,"",shellscript,selection_command +2491,2352796,"experiments/dynamics_openai_grain_tok_lam_restore.sh",349,0,"",shellscript,selection_command +2492,2353056,"experiments/dynamics_openai_grain_tok_lam_restore.sh",348,0,"",shellscript,selection_command +2493,2353467,"experiments/dynamics_openai_grain_tok_lam_restore.sh",349,0,"",shellscript,selection_command +2494,2353565,"experiments/dynamics_openai_grain_tok_lam_restore.sh",349,0,"'",shellscript,content +2495,2353566,"experiments/dynamics_openai_grain_tok_lam_restore.sh",350,0,"",shellscript,selection_keyboard +2496,2353715,"experiments/dynamics_openai_grain_tok_lam_restore.sh",349,0,"",shellscript,selection_command +2497,2353818,"experiments/dynamics_openai_grain_tok_lam_restore.sh",315,0,"",shellscript,selection_command +2498,2353972,"experiments/dynamics_openai_grain_tok_lam_restore.sh",316,0,"",shellscript,selection_command +2499,2354168,"experiments/dynamics_openai_grain_tok_lam_restore.sh",319,0,"",shellscript,selection_command +2500,2354500,"experiments/dynamics_openai_grain_tok_lam_restore.sh",320,0,"",shellscript,selection_command +2501,2354701,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"",shellscript,selection_command +2502,2355083,"experiments/dynamics_openai_grain_tok_lam_restore.sh",320,0,"",shellscript,selection_command +2503,2362308,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"",shellscript,selection_mouse +2504,2365767,"experiments/dynamics_openai_grain_tok_lam_restore.sh",321,0,"t",shellscript,content +2505,2365768,"experiments/dynamics_openai_grain_tok_lam_restore.sh",322,0,"",shellscript,selection_keyboard +2506,2365931,"experiments/dynamics_openai_grain_tok_lam_restore.sh",322,0,"o",shellscript,content +2507,2365932,"experiments/dynamics_openai_grain_tok_lam_restore.sh",323,0,"",shellscript,selection_keyboard +2508,2365933,"experiments/dynamics_openai_grain_tok_lam_restore.sh",323,0,"k",shellscript,content +2509,2365933,"experiments/dynamics_openai_grain_tok_lam_restore.sh",324,0,"",shellscript,selection_keyboard +2510,2366011,"experiments/dynamics_openai_grain_tok_lam_restore.sh",324,0,"e",shellscript,content +2511,2366012,"experiments/dynamics_openai_grain_tok_lam_restore.sh",325,0,"",shellscript,selection_keyboard +2512,2366076,"experiments/dynamics_openai_grain_tok_lam_restore.sh",325,0,"n",shellscript,content +2513,2366077,"experiments/dynamics_openai_grain_tok_lam_restore.sh",326,0,"",shellscript,selection_keyboard +2514,2366127,"experiments/dynamics_openai_grain_tok_lam_restore.sh",326,0,"i",shellscript,content +2515,2366128,"experiments/dynamics_openai_grain_tok_lam_restore.sh",327,0,"",shellscript,selection_keyboard +2516,2366213,"experiments/dynamics_openai_grain_tok_lam_restore.sh",327,0,"z",shellscript,content +2517,2366213,"experiments/dynamics_openai_grain_tok_lam_restore.sh",328,0,"",shellscript,selection_keyboard +2518,2366317,"experiments/dynamics_openai_grain_tok_lam_restore.sh",328,0,"e",shellscript,content +2519,2366317,"experiments/dynamics_openai_grain_tok_lam_restore.sh",329,0,"",shellscript,selection_keyboard +2520,2366397,"experiments/dynamics_openai_grain_tok_lam_restore.sh",329,0,"r",shellscript,content +2521,2366398,"experiments/dynamics_openai_grain_tok_lam_restore.sh",330,0,"",shellscript,selection_keyboard +2522,2366637,"experiments/dynamics_openai_grain_tok_lam_restore.sh",330,0,"_",shellscript,content +2523,2366637,"experiments/dynamics_openai_grain_tok_lam_restore.sh",331,0,"",shellscript,selection_keyboard +2524,2367117,"experiments/dynamics_openai_grain_tok_lam_restore.sh",331,0,"o",shellscript,content +2525,2367117,"experiments/dynamics_openai_grain_tok_lam_restore.sh",332,0,"",shellscript,selection_keyboard +2526,2367150,"experiments/dynamics_openai_grain_tok_lam_restore.sh",332,0,"p",shellscript,content +2527,2367150,"experiments/dynamics_openai_grain_tok_lam_restore.sh",333,0,"",shellscript,selection_keyboard +2528,2367211,"experiments/dynamics_openai_grain_tok_lam_restore.sh",333,0,"e",shellscript,content +2529,2367211,"experiments/dynamics_openai_grain_tok_lam_restore.sh",334,0,"",shellscript,selection_keyboard +2530,2367471,"experiments/dynamics_openai_grain_tok_lam_restore.sh",334,0,"nai_grain_checkpointing",shellscript,content +2531,2367738,"experiments/dynamics_openai_grain_tok_lam_restore.sh",356,0,"",shellscript,selection_command +2532,2369561,"experiments/dynamics_openai_grain_tok_lam_restore.sh",289,0,"",shellscript,selection_command +2533,2370025,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,0,"",shellscript,selection_command +2534,2370555,"experiments/dynamics_openai_grain_tok_lam_restore.sh",386,0,"",shellscript,selection_command +2535,2370829,"experiments/dynamics_openai_grain_tok_lam_restore.sh",385,0,"",shellscript,selection_command +2536,2371133,"experiments/dynamics_openai_grain_tok_lam_restore.sh",384,0,"",shellscript,selection_command +2537,2371303,"experiments/dynamics_openai_grain_tok_lam_restore.sh",383,0,"",shellscript,selection_command +2538,2372676,"experiments/dynamics_openai_grain_tok_lam_restore.sh",373,12,"",shellscript,content +2539,2373146,"experiments/dynamics_openai_grain_tok_lam_restore.sh",372,0,"",shellscript,selection_command +2540,2374605,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,0,"",shellscript,selection_command +2541,2375907,"experiments/dynamics_openai_grain_tok_lam_restore.sh",375,0,"",shellscript,selection_command +2542,2376053,"experiments/dynamics_openai_grain_tok_lam_restore.sh",376,0,"",shellscript,selection_command +2543,2376196,"experiments/dynamics_openai_grain_tok_lam_restore.sh",408,0,"",shellscript,selection_command +2544,2376349,"experiments/dynamics_openai_grain_tok_lam_restore.sh",430,0,"",shellscript,selection_command +2545,2377510,"experiments/dynamics_openai_grain_tok_lam_restore.sh",478,0,"\n ",shellscript,content +2546,2377832,"experiments/dynamics_openai_grain_tok_lam_restore.sh",483,0,"-",shellscript,content +2547,2377833,"experiments/dynamics_openai_grain_tok_lam_restore.sh",484,0,"",shellscript,selection_keyboard +2548,2377947,"experiments/dynamics_openai_grain_tok_lam_restore.sh",484,0,"-",shellscript,content +2549,2377948,"experiments/dynamics_openai_grain_tok_lam_restore.sh",485,0,"",shellscript,selection_keyboard +2550,2378600,"experiments/dynamics_openai_grain_tok_lam_restore.sh",485,0,"lam_checkpoint $lam_ckpt_dir \",shellscript,content +2551,2378856,"experiments/dynamics_openai_grain_tok_lam_restore.sh",514,0,"",shellscript,selection_command +2552,2384721,"TERMINAL",0,0,"[?25lbas[?25h[?25la[?25h",,terminal_output +2553,2384785,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2554,2384891,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +2555,2385011,"TERMINAL",0,0," ",,terminal_output +2556,2385341,"TERMINAL",0,0,"e",,terminal_output +2557,2385464,"TERMINAL",0,0,"x",,terminal_output +2558,2385555,"TERMINAL",0,0,"p",,terminal_output +2559,2385693,"TERMINAL",0,0,"e",,terminal_output +2560,2385773,"TERMINAL",0,0,"ri",,terminal_output +2561,2385831,"TERMINAL",0,0,"m",,terminal_output +2562,2385973,"TERMINAL",0,0,"ents/",,terminal_output +2563,2386356,"TERMINAL",0,0,"[?25ld \r[?25h",,terminal_output +2564,2386517,"TERMINAL",0,0,"[?25lyn[?25h[?25ln[?25h",,terminal_output +2565,2386616,"TERMINAL",0,0,"amics_",,terminal_output +2566,2386741,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +2567,2386799,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2568,2387071,"TERMINAL",0,0,"",,terminal_output +2569,2388404,"TERMINAL",0,0,"",,terminal_output +2570,2389145,"TERMINAL",0,0,"_",,terminal_output +2571,2389883,"TERMINAL",0,0,"[?25lo[?25h[?25lp[?25h",,terminal_output +2572,2389987,"TERMINAL",0,0,"enai_grain_tok_lam_restore.sh ",,terminal_output +2573,2392466,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +2574,2392764,"TERMINAL",0,0,"GpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\n",,terminal_output +2575,2485341,"TERMINAL",0,0,"bash",,terminal_focus +2576,2486819,"TERMINAL",0,0,"idle",,terminal_command +2577,2486857,"TERMINAL",0,0,"]633;E;2025-07-09 15:08:09 idle;663e42a2-d799-4014-aad1-6e5087ef9589]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 5 nodes idle\r\nPartition dev_accelerated : 2 nodes idle\r\nPartition accelerated : 0 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0]633;P;Cwd=/home/hk-project-p0023960/tum_dbd0378/jafar",,terminal_output +2578,2491271,"TERMINAL",0,0,"srun",,terminal_focus +2579,2494873,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=3332529.0 tasks 0-15: running\r\n",,terminal_output +2580,2495011,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=3332529.0\r\n",,terminal_output +2581,2495259,"TERMINAL",0,0,"srun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 3332529.0 ON hkn0804 CANCELLED AT 2025-07-09T15:08:17 ***\r\n",,terminal_output +2582,2496143,"TERMINAL",0,0,"^C",,terminal_output +2583,2499115,"TERMINAL",0,0,"^C",,terminal_output +2584,2526718,"TERMINAL",0,0,"srun: error: Timed out waiting for job step to complete\r\n]0;tum_dbd0378@hkn0804:~/jafar[?2004h[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2585,2558827,"TERMINAL",0,0,"[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2586,2558894,"TERMINAL",0,0,"bash experiments/dynamics_openai_grain_tok_lam_restore.sh ",,terminal_output +2587,2559230,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +2588,2560813,"TERMINAL",0,0,"srun",,terminal_focus +2589,2561949,"TERMINAL",0,0,"bash",,terminal_focus +2590,2563204,"TERMINAL",0,0,"idle",,terminal_command +2591,2563253,"TERMINAL",0,0,"]633;E;2025-07-09 15:09:25 idle;663e42a2-d799-4014-aad1-6e5087ef9589]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 5 nodes idle\r\nPartition dev_accelerated : 2 nodes idle\r\nPartition accelerated : 0 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +2592,2564753,"TERMINAL",0,0,"srun: Step created for StepId=3332529.1\r\n",,terminal_output +2593,2564851,"TERMINAL",0,0,"srun",,terminal_focus +2594,2564882,"TERMINAL",0,0,"GpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\n",,terminal_output +2595,2639023,"TERMINAL",0,0,"╭─ Parsing error ─────────────────────────────────╮\r\n│ Argument --lam-checkpoint: expected 1 argument │\r\n│ ─────────────────────────────────────────────── │\r\n│ For full helptext, run train_dynamics.py --help │\r\n╰─────────────────────────────────────────────────╯\r\n╭─ Parsing error ─────────────────────────────────╮\r\n│ Argument --lam-checkpoint: expected 1 argument │\r\n│ ─────────────────────────────────────────────── │\r\n│ For full helptext, run train_dynamics.py --help │\r\n╰─────────────────────────────────────────────────╯\r\n╭─ Parsing error ─────────────────────────────────╮\r\n│ Argument --lam-checkpoint: expected 1 argument │\r\n│ ─────────────────────────────────────────────── │\r\n│ For full helptext, run train_dynamics.py --help │\r\n╰─────────────────────────────────────────────────╯\r\n╭─ Parsing error ─────────────────────────────────╮\r\n│ Argument --lam-checkpoint: expected 1 argument │\r\n│ ─────────────────────────────────────────────── │\r\n│ For full helptext, run train_dynamics.py --help │\r\n╰─────────────────────────────────────────────────╯\r\n",,terminal_output +2596,2639358,"TERMINAL",0,0,"srun: error: hkn0806: tasks 4-7: Exited with exit code 2\r\n",,terminal_output +2597,2655628,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=3332529.1 tasks 0-3,8-15: running\r\nsrun: StepId=3332529.1 tasks 4-7: exited abnormally\r\n",,terminal_output +2598,2655788,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=3332529.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 3332529.1 ON hkn0804 CANCELLED AT 2025-07-09T15:10:58 ***\r\n",,terminal_output +2599,2656999,"experiments/dynamics_openai_grain_tok_lam_restore.sh",465,0,"",shellscript,selection_command +2600,2657254,"experiments/dynamics_openai_grain_tok_lam_restore.sh",428,0,"",shellscript,selection_command +2601,2657280,"experiments/dynamics_openai_grain_tok_lam_restore.sh",406,0,"",shellscript,selection_command +2602,2657314,"experiments/dynamics_openai_grain_tok_lam_restore.sh",375,0,"",shellscript,selection_command +2603,2657633,"experiments/dynamics_openai_grain_tok_lam_restore.sh",373,0,"",shellscript,selection_command +2604,2657982,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,16,"",shellscript,content +2605,2658163,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"",shellscript,selection_command +2606,2658420,"experiments/dynamics_openai_grain_tok_lam_restore.sh",392,0,"",shellscript,selection_command +2607,2658448,"experiments/dynamics_openai_grain_tok_lam_restore.sh",414,0,"",shellscript,selection_command +2608,2658480,"experiments/dynamics_openai_grain_tok_lam_restore.sh",463,0,"",shellscript,selection_command +2609,2658514,"experiments/dynamics_openai_grain_tok_lam_restore.sh",500,0,"",shellscript,selection_command +2610,2658548,"experiments/dynamics_openai_grain_tok_lam_restore.sh",518,0,"",shellscript,selection_command +2611,2658798,"experiments/dynamics_openai_grain_tok_lam_restore.sh",500,0,"",shellscript,selection_command +2612,2658964,"experiments/dynamics_openai_grain_tok_lam_restore.sh",463,0,"",shellscript,selection_command +2613,2659859,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,0,"lam_ckpt_dir=''\n",shellscript,content +2614,2659864,"experiments/dynamics_openai_grain_tok_lam_restore.sh",373,0,"",shellscript,selection_command +2615,2660773,"experiments/dynamics_openai_grain_tok_lam_restore.sh",371,0,"",shellscript,selection_command +2616,2661571,"experiments/dynamics_openai_grain_tok_lam_restore.sh",301,0,"",shellscript,selection_command +2617,2662067,"experiments/dynamics_openai_grain_tok_lam_restore.sh",300,0,"",shellscript,selection_command +2618,2664523,"experiments/dynamics_openai_grain_tok_lam_restore.sh",370,0,"",shellscript,selection_command +2619,2667644,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,16,"",shellscript,content +2620,2667783,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"",shellscript,selection_command +2621,2667932,"experiments/dynamics_openai_grain_tok_lam_restore.sh",392,0,"",shellscript,selection_command +2622,2668085,"experiments/dynamics_openai_grain_tok_lam_restore.sh",414,0,"",shellscript,selection_command +2623,2668197,"experiments/dynamics_openai_grain_tok_lam_restore.sh",463,0,"",shellscript,selection_command +2624,2668575,"experiments/dynamics_openai_grain_tok_lam_restore.sh",463,37,"",shellscript,content +2625,2668584,"experiments/dynamics_openai_grain_tok_lam_restore.sh",467,0,"",shellscript,selection_command +2626,2670885,"TERMINAL",0,0,"^C",,terminal_output +2627,2671445,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=3332529.1\r\nsrun: job abort in progress\r\n",,terminal_output +2628,2671716,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=3332529.1\r\nsrun: job abort in progress\r\n",,terminal_output +2629,2672355,"TERMINAL",0,0,"^C",,terminal_output +2630,2682820,"train_dynamics.py",0,0,"",python,tab +2631,2685719,"TERMINAL",0,0,"^C",,terminal_output +2632,2685817,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=3332529.1\r\nsrun: job abort in progress\r\n",,terminal_output +2633,2686051,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=3332529.1\r\n",,terminal_output +2634,2686148,"TERMINAL",0,0,"^L",,terminal_output +2635,2686306,"TERMINAL",0,0,"^P",,terminal_output +2636,2686820,"TERMINAL",0,0,"^C",,terminal_output +2637,2687010,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=3332529.1\r\n",,terminal_output +2638,2687103,"TERMINAL",0,0,"srun: job abort in progress\r\n^L^P",,terminal_output +2639,2687721,"TERMINAL",0,0,"srun: error: Timed out waiting for job step to complete\r\n]0;tum_dbd0378@hkn0804:~/jafar[?2004h[tum_dbd0378@hkn0804 jafar]$ [tum_dbd0378@hkn0804 jafar]$ bash experiments/dynamics_openai_grain_tok_lam_restore.sh ",,terminal_output +2640,2688056,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;tum_dbd0378@hkn0804:~/jafar[?2004h[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2641,2688579,"TERMINAL",0,0,"[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2642,2688644,"TERMINAL",0,0,"bash experiments/dynamics_openai_grain_tok_lam_restore.sh ",,terminal_output +2643,2689294,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +2644,2693641,"train_dynamics.py",1347,0,"",python,selection_command +2645,2694071,"train_dynamics.py",4533,0,"",python,selection_command +2646,2697057,"train_dynamics.py",4491,0,"",python,selection_command +2647,2697301,"train_dynamics.py",4447,0,"",python,selection_command +2648,2697331,"train_dynamics.py",4403,0,"",python,selection_command +2649,2697365,"train_dynamics.py",4351,0,"",python,selection_command +2650,2697398,"train_dynamics.py",4301,0,"",python,selection_command +2651,2697492,"train_dynamics.py",4269,0,"",python,selection_command +2652,2697493,"train_dynamics.py",4239,0,"",python,selection_command +2653,2697499,"train_dynamics.py",4203,0,"",python,selection_command +2654,2697532,"train_dynamics.py",4147,0,"",python,selection_command +2655,2697565,"train_dynamics.py",4111,0,"",python,selection_command +2656,2697682,"train_dynamics.py",4061,0,"",python,selection_command +2657,2697684,"train_dynamics.py",4013,0,"",python,selection_command +2658,2697692,"train_dynamics.py",3971,0,"",python,selection_command +2659,2697704,"train_dynamics.py",3935,0,"",python,selection_command +2660,2697740,"train_dynamics.py",3903,0,"",python,selection_command +2661,2697861,"train_dynamics.py",3883,0,"",python,selection_command +2662,2698207,"train_dynamics.py",3878,0,"",python,selection_command +2663,2698459,"genie.py",0,0,"",python,tab +2664,2699611,"train_dynamics.py",0,0,"",python,tab +2665,2706620,"train_dynamics.py",6686,0,"",python,selection_command +2666,2706624,"train_dynamics.py",3878,0,"",python,selection_command +2667,2706763,"genie.py",0,0,"",python,tab +2668,2731109,"TERMINAL",0,0,"srun: Step created for StepId=3332529.2\r\n",,terminal_output +2669,2731192,"TERMINAL",0,0,"GpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\n",,terminal_output +2670,2922501,"TERMINAL",0,0,"srun",,terminal_focus +2671,2923320,"TERMINAL",0,0,"l",,terminal_output +2672,2923433,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2673,2923776,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +2674,2923901,"TERMINAL",0,0,"checkpoints\r\nconvert_knoms_to_arrayrecords.py\r\ndata\r\nexperiments\r\ngenerate_arrayrecord_dataset.py\r\ngenerate_dataset.py\r\ngeneration_1748184309.645324.gif\r\ngeneration_1748185033.7382364.gif\r\ngeneration_1748187094.2946353.gif\r\ngeneration_1748616502.4403996.gif\r\ngenie.py\r\ninteractive_generation.gif\r\nLICENSE\r\nmodels\r\noutputs\r\n__pycache__\r\nREADME.md\r\nreprocess_knoms_to_optimized_arrayrecord_layout.py\r\nrequirements.txt\r\nsample.py\r\nslurm-3315732.out\r\nslurm-3316722.out\r\nslurm-3321195.out\r\ntemp.out\r\ntests\r\ntrain_dynamics.py\r\ntrain_lam.py\r\ntrain_tokenizer.py\r\nutils\r\nvs-code-recorder\r\nwandb\r\n]0;tum_dbd0378@hkn0618:~/jafar[?2004h[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2675,2924662,"TERMINAL",0,0,"[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2676,2925583,"TERMINAL",0,0,"srun",,terminal_focus +2677,2967068,"TERMINAL",0,0,"srun",,terminal_focus +2678,2967937,"TERMINAL",0,0,"srun",,terminal_focus +2679,2971183,"TERMINAL",0,0,"srun",,terminal_focus +2680,2971820,"TERMINAL",0,0,"bash experiments/dynamics_openai_grain_tok_lam_restore.sh",,terminal_output +2681,2972318,"TERMINAL",0,0,"bash experiments/dynamics_openai_grain_tok_lam_restore.sh\r\n[?2004l\r",,terminal_output +2682,2972631,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +2683,2992221,"TERMINAL",0,0,"srun",,terminal_focus +2684,2992867,"TERMINAL",0,0,"srun",,terminal_focus +2685,2993326,"TERMINAL",0,0,"bash",,terminal_focus +2686,2994119,"TERMINAL",0,0,"srun",,terminal_focus +2687,2994835,"TERMINAL",0,0,"srun",,terminal_focus +2688,2995455,"TERMINAL",0,0,"srun",,terminal_focus +2689,2995939,"TERMINAL",0,0,"bash",,terminal_focus +2690,2996642,"TERMINAL",0,0,"srun",,terminal_focus +2691,2997053,"TERMINAL",0,0,"srun",,terminal_focus +2692,2997444,"TERMINAL",0,0,"srun",,terminal_focus +2693,2998020,"TERMINAL",0,0,"bash",,terminal_focus +2694,2998955,"TERMINAL",0,0,"srun",,terminal_focus +2695,3038133,"TERMINAL",0,0,"2025-07-09 15:17:20.499107: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:17:20.504349: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +2696,3038215,"TERMINAL",0,0,"2025-07-09 15:17:20.569039: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:17:20.583131: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +2697,3038341,"TERMINAL",0,0,"srun: error: hkn0806: tasks 4-7: Aborted (core dumped)\r\n",,terminal_output +2698,3163504,"TERMINAL",0,0,"srun",,terminal_focus +2699,3224914,"TERMINAL",0,0,"2025-07-09 15:20:27.277224: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:20:27.277425: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:20:27.277583: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:20:27.277566: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +2700,3225107,"TERMINAL",0,0,"srun: error: hkn0810: tasks 12-15: Aborted (core dumped)\r\n",,terminal_output +2701,3226515,"TERMINAL",0,0,"2025-07-09 15:20:28.871944: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1730] Use error polling to propagate the following error to all tasks: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further. [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 15:20:28.872470: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 15:20:28.872453: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 15:20:28.872598: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 15:20:28.872608: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 15:20:28.872781: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 15:20:28.872781: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 15:20:28.873010: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 15:20:28.873015: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n",,terminal_output +2702,3249430,"TERMINAL",0,0,"2025-07-09 15:20:51.788868: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:20:51.789276: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:20:51.789379: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:20:51.789374: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +2703,3249611,"TERMINAL",0,0,"srun: error: hkn0804: tasks 0-3: Aborted (core dumped)\r\n",,terminal_output +2704,3283527,"TERMINAL",0,0,"srun: error: hkn0618: tasks 0-3: Aborted (core dumped)\r\n]0;tum_dbd0378@hkn0618:~/jafar[?2004h[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2705,3429857,"TERMINAL",0,0,"2025-07-09 15:23:52.139034: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:23:52.139005: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:23:52.138997: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-09 15:23:52.139165: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +2706,3429979,"TERMINAL",0,0,"srun: error: hkn0808: tasks 8-11: Aborted (core dumped)\r\n]0;tum_dbd0378@hkn0804:~/jafar[?2004h[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2707,3441649,"TERMINAL",0,0,"srun",,terminal_focus +2708,3445395,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2709,3445396,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2710,3445607,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2711,3445607,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2712,3818770,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2713,3818770,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2714,3820628,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2715,3820628,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2716,3820725,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2717,3820725,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2718,3820957,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2719,3820958,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2720,3821358,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ \r[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2721,3821359,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ \r[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2722,3861165,"TERMINAL",0,0,"bash experiments/dynamics_openai_grain_tok_lam_restore.sh",,terminal_output +2723,3864514,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2724,3864991,"experiments/dynamics_openai_grain_tok_lam_restore.sh",418,0,"",shellscript,selection_command +2725,3865160,"experiments/dynamics_openai_grain_tok_lam_restore.sh",396,0,"",shellscript,selection_command +2726,3865288,"experiments/dynamics_openai_grain_tok_lam_restore.sh",364,0,"",shellscript,selection_command +2727,3865468,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"",shellscript,selection_command +2728,3865565,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,5,"",shellscript,content +2729,3867480,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2730,3895896,"train_dynamics.py",0,0,"",python,tab +2731,3896308,"train_dynamics.py",0,11493,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n os.path.abspath(args.ckpt_dir),\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +2732,3897181,"train_dynamics.py",11475,0,"",python,selection_command +2733,4032096,"TERMINAL",0,0,"bash",,terminal_focus +2734,4034006,"TERMINAL",0,0,"idle",,terminal_command +2735,4034050,"TERMINAL",0,0,"]633;E;2025-07-09 15:33:56 idle;663e42a2-d799-4014-aad1-6e5087ef9589]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 78 nodes idle\r\nPartition dev_accelerated : 2 nodes idle\r\nPartition accelerated : 0 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +2736,4037634,"TERMINAL",0,0,"srun",,terminal_focus +2737,4039580,"TERMINAL",0,0,"srun",,terminal_focus +2738,4040783,"TERMINAL",0,0,"srun",,terminal_focus +2739,4174691,"TERMINAL",0,0,"2025-07-09 15:36:16.906955: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\nexperiments/dynamics_openai_grain_tok_lam_restore.sh: line 22: 2751895 Aborted (core dumped) python train_dynamics.py --batch_size 48 --tokenizer_checkpoint $tokenizer_ckpt_dir --save_ckpt --log_checkpoint_interval 5 --ckpt_dir $ckpt_dir --num_steps 300000 --warmup_steps 10000 --seed 0 --min_lr=0.0000866 --max_lr=0.0000866 --data_dir $data_dir\r\n]0;tum_dbd0378@hkn0618:~/jafar[?2004h[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2740,4736126,"TERMINAL",0,0,"",,terminal_focus +2741,4738094,"TERMINAL",0,0,"idle",,terminal_command +2742,4738101,"TERMINAL",0,0,"]633;E;2025-07-09 15:45:40 idle;69f18fcc-291e-4c76-a4cc-9e50cbccd748]633;CPartition dev_cpuonly : 8 nodes idle\r\nPartition cpuonly : 43 nodes idle\r\nPartition dev_accelerated : 2 nodes idle\r\nPartition accelerated : 1 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +2743,4743510,"TERMINAL",0,0,"srun",,terminal_focus +2744,4744473,"TERMINAL",0,0,"srun",,terminal_focus +2745,4744988,"TERMINAL",0,0,"srun",,terminal_focus +2746,5133308,"TERMINAL",0,0,"[tum_dbd0378@hkn0618 jafar]$ ",,terminal_output +2747,5133408,"TERMINAL",0,0,"bash experiments/dynamics_openai_grain_tok_lam_restore.sh",,terminal_output +2748,5133679,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +2749,5146069,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2750,5153549,"TERMINAL",0,0,"srun",,terminal_focus +2751,5155389,"TERMINAL",0,0,"srun",,terminal_focus +2752,5188294,"experiments/dynamics_openai_grain_tok_lam_restore.sh",678,0,"",shellscript,selection_mouse +2753,5188297,"experiments/dynamics_openai_grain_tok_lam_restore.sh",677,0,"",shellscript,selection_command +2754,5191744,"train_tokenizer.py",0,0,"",python,tab +2755,5192911,"train_tokenizer.py",0,11036,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n os.path.abspath(args.ckpt_dir),\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +2756,5192912,"train_tokenizer.py",11026,0,"",python,selection_command +2757,5349717,"TERMINAL",0,0,"",,terminal_focus +2758,5355038,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=8 --time=10:00:00 --partition=accelerated --account=hk-project-p0023960",,terminal_command +2759,5355136,"TERMINAL",0,0,"]633;E;2025-07-09 15:55:57 salloc --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=8 --time=10:00:00 --partition=accelerated --account=hk-project-p0023960;ecb16e27-1de7-4e27-9d75-66b7c8d304c6]633;Csalloc: Pending job allocation 3332804\r\nsalloc: job 3332804 queued and waiting for resources\r\n",,terminal_output +2760,5360157,"TERMINAL",0,0,"",,terminal_focus +2761,5361936,"TERMINAL",0,0,"idle",,terminal_command +2762,5361967,"TERMINAL",0,0,"]633;E;2025-07-09 15:56:04 idle;8048fa16-d548-4b64-8036-90cb0764f018]633;CPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 15 nodes idle\r\nPartition dev_accelerated : 2 nodes idle\r\nPartition accelerated : 0 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +2763,5365223,"TERMINAL",0,0,"salloc: job 3332804 has been allocated resources\r\nsalloc: Granted job allocation 3332804\r\n",,terminal_output +2764,5365386,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +2765,5368728,"TERMINAL",0,0,"salloc",,terminal_focus +2766,5369588,"TERMINAL",0,0,"^Csalloc: Job allocation 3332804 has been revoked.\r\n",,terminal_output +2767,5377365,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=8 --time=1:00:00 --partition=dev_accelerated-h100 --account=hk-project-p0023960",,terminal_command +2768,5377446,"TERMINAL",0,0,"]633;E;2025-07-09 15:56:19 salloc --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=8 --time=1:00:00 --partition=dev_accelerated-h100 --account=hk-project-p0023960;ecb16e27-1de7-4e27-9d75-66b7c8d304c6]633;Csalloc: Required node not available (down, drained or reserved)\r\nsalloc: Pending job allocation 3332805\r\nsalloc: job 3332805 queued and waiting for resources\r\n",,terminal_output +2769,5385685,"TERMINAL",0,0,"",,terminal_focus +2770,5387590,"TERMINAL",0,0,"idle",,terminal_command +2771,5387619,"TERMINAL",0,0,"]633;E;2025-07-09 15:56:29 idle;474a9aa6-73b8-4073-ab0c-394beba97005]633;CPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 15 nodes idle\r\nPartition dev_accelerated : 3 nodes idle\r\nPartition accelerated : 1 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +2772,5390313,"TERMINAL",0,0,"srun",,terminal_focus +2773,5391523,"TERMINAL",0,0,"salloc",,terminal_focus +2774,5392104,"TERMINAL",0,0,"^Csalloc: Job allocation 3332805 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;1",,terminal_output +2775,5392281,"TERMINAL",0,0,"^C",,terminal_command +2776,5392285,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;ecb16e27-1de7-4e27-9d75-66b7c8d304c6]633;C]0;tum_dbd0378@hkn1993:~/jafar]633;D",,terminal_output +2777,5395738,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=8 --time=1:00:00 --partition=dev_accelerated --account=hk-project-p0023960",,terminal_command +2778,5395814,"TERMINAL",0,0,"]633;E;2025-07-09 15:56:38 salloc --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=8 --time=1:00:00 --partition=dev_accelerated --account=hk-project-p0023960;ecb16e27-1de7-4e27-9d75-66b7c8d304c6]633;Csalloc: Granted job allocation 3332806\r\n",,terminal_output +2779,5395929,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +2780,5399429,"TERMINAL",0,0,"^Csalloc: Job allocation 3332806 has been revoked.\r\n",,terminal_output +2781,5399588,"TERMINAL",0,0,"^C",,terminal_command +2782,5399599,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;ecb16e27-1de7-4e27-9d75-66b7c8d304c6]633;C]0;tum_dbd0378@hkn1993:~/jafar]633;D",,terminal_output +2783,5407717,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=1:00:00 --partition=dev_accelerated --account=hk-project-p0023960",,terminal_command +2784,5407718,"TERMINAL",0,0,"]633;E;2025-07-09 15:56:47 salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=1:00:00 --partition=dev_accelerated --account=hk-project-p0023960;ecb16e27-1de7-4e27-9d75-66b7c8d304c6]633;Csalloc: Granted job allocation 3332807\r\n",,terminal_output +2785,5407719,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +2786,5415873,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2787,5416499,"experiments/dynamics_openai_grain_tok_lam_restore.sh",652,0,"",shellscript,selection_command +2788,5416749,"experiments/dynamics_openai_grain_tok_lam_restore.sh",627,0,"",shellscript,selection_command +2789,5416780,"experiments/dynamics_openai_grain_tok_lam_restore.sh",602,0,"",shellscript,selection_command +2790,5416807,"experiments/dynamics_openai_grain_tok_lam_restore.sh",585,0,"",shellscript,selection_command +2791,5416841,"experiments/dynamics_openai_grain_tok_lam_restore.sh",560,0,"",shellscript,selection_command +2792,5416873,"experiments/dynamics_openai_grain_tok_lam_restore.sh",533,0,"",shellscript,selection_command +2793,5416906,"experiments/dynamics_openai_grain_tok_lam_restore.sh",499,0,"",shellscript,selection_command +2794,5416940,"experiments/dynamics_openai_grain_tok_lam_restore.sh",474,0,"",shellscript,selection_command +2795,5416973,"experiments/dynamics_openai_grain_tok_lam_restore.sh",432,0,"",shellscript,selection_command +2796,5417005,"experiments/dynamics_openai_grain_tok_lam_restore.sh",407,0,"",shellscript,selection_command +2797,5417039,"experiments/dynamics_openai_grain_tok_lam_restore.sh",383,0,"",shellscript,selection_command +2798,5417164,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,0,"",shellscript,selection_command +2799,5417486,"experiments/dynamics_openai_grain_tok_lam_restore.sh",383,0,"",shellscript,selection_command +2800,5417746,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"",shellscript,selection_command +2801,5417976,"experiments/dynamics_openai_grain_tok_lam_restore.sh",360,0,"s",shellscript,content +2802,5417977,"experiments/dynamics_openai_grain_tok_lam_restore.sh",361,0,"",shellscript,selection_keyboard +2803,5418052,"experiments/dynamics_openai_grain_tok_lam_restore.sh",361,0,"r",shellscript,content +2804,5418053,"experiments/dynamics_openai_grain_tok_lam_restore.sh",362,0,"",shellscript,selection_keyboard +2805,5418097,"experiments/dynamics_openai_grain_tok_lam_restore.sh",362,0,"u",shellscript,content +2806,5418098,"experiments/dynamics_openai_grain_tok_lam_restore.sh",363,0,"",shellscript,selection_keyboard +2807,5418150,"experiments/dynamics_openai_grain_tok_lam_restore.sh",363,0,"n",shellscript,content +2808,5418150,"experiments/dynamics_openai_grain_tok_lam_restore.sh",364,0,"",shellscript,selection_keyboard +2809,5418237,"experiments/dynamics_openai_grain_tok_lam_restore.sh",364,0," ",shellscript,content +2810,5418238,"experiments/dynamics_openai_grain_tok_lam_restore.sh",365,0,"",shellscript,selection_keyboard +2811,5418365,"experiments/dynamics_openai_grain_tok_lam_restore.sh",364,0,"",shellscript,selection_command +2812,5422207,"TERMINAL",0,0,"srun",,terminal_focus +2813,5425075,"TERMINAL",0,0,"salloc",,terminal_focus +2814,5432370,"TERMINAL",0,0,"salloc: Nodes hkn0403 are ready for job\r\n",,terminal_output +2815,5432968,"TERMINAL",0,0,"]0;tum_dbd0378@hkn0403:~/jafar[?2004h[tum_dbd0378@hkn0403 jafar]$ ",,terminal_output +2816,5434942,"experiments/dynamics_openai_grain_tok_lam_restore.sh",359,0,"",shellscript,selection_mouse +2817,5439131,"train_dynamics.py",0,0,"",python,tab +2818,5440485,"train_dynamics.py",0,0,"",python,selection_command +2819,5442044,"train_dynamics.py",3350,0,"",python,selection_command +2820,5442988,"train_dynamics.py",3362,0,"\n ",python,content +2821,5443626,"train_dynamics.py",3367,0,"p",python,content +2822,5443627,"train_dynamics.py",3368,0,"",python,selection_keyboard +2823,5443736,"train_dynamics.py",3368,0,"r",python,content +2824,5443737,"train_dynamics.py",3369,0,"",python,selection_keyboard +2825,5443845,"train_dynamics.py",3369,0,"i",python,content +2826,5443846,"train_dynamics.py",3370,0,"",python,selection_keyboard +2827,5443858,"train_dynamics.py",3370,0,"n",python,content +2828,5443859,"train_dynamics.py",3371,0,"",python,selection_keyboard +2829,5443915,"train_dynamics.py",3371,0,"t",python,content +2830,5443917,"train_dynamics.py",3372,0,"",python,selection_keyboard +2831,5444172,"train_dynamics.py",3372,0,"()",python,content +2832,5444174,"train_dynamics.py",3373,0,"",python,selection_keyboard +2833,5444559,"train_dynamics.py",3373,0,"""""",python,content +2834,5444560,"train_dynamics.py",3374,0,"",python,selection_keyboard +2835,5445476,"train_dynamics.py",3374,0,"I",python,content +2836,5445477,"train_dynamics.py",3375,0,"",python,selection_keyboard +2837,5445636,"train_dynamics.py",3375,0,"n",python,content +2838,5445637,"train_dynamics.py",3376,0,"",python,selection_keyboard +2839,5445751,"train_dynamics.py",3376,0,"i",python,content +2840,5445752,"train_dynamics.py",3377,0,"",python,selection_keyboard +2841,5446993,"train_dynamics.py",3377,0,"tializing JAX devices...",python,content +2842,5447185,"train_dynamics.py",3400,0,"",python,selection_command +2843,5449282,"train_dynamics.py",3398,0,"",python,selection_command +2844,5449432,"train_dynamics.py",3391,0,"",python,selection_command +2845,5449618,"train_dynamics.py",3387,0,"",python,selection_command +2846,5450141,"train_dynamics.py",3391,0,"",python,selection_command +2847,5450450,"train_dynamics.py",3398,0,"",python,selection_command +2848,5450854,"train_dynamics.py",3398,1,".",python,selection_command +2849,5450945,"train_dynamics.py",3398,2,"..",python,selection_command +2850,5451083,"train_dynamics.py",3398,3,"...",python,selection_command +2851,5451201,"train_dynamics.py",3398,3,"",python,content +2852,5451420,"train_dynamics.py",3398,0," ",python,content +2853,5451421,"train_dynamics.py",3399,0,"",python,selection_keyboard +2854,5451553,"train_dynamics.py",3399,0,"d",python,content +2855,5451554,"train_dynamics.py",3400,0,"",python,selection_keyboard +2856,5451712,"train_dynamics.py",3400,0,"o",python,content +2857,5451713,"train_dynamics.py",3401,0,"",python,selection_keyboard +2858,5451716,"train_dynamics.py",3401,0,"n",python,content +2859,5451718,"train_dynamics.py",3402,0,"",python,selection_keyboard +2860,5452104,"train_dynamics.py",3402,0,"e",python,content +2861,5452105,"train_dynamics.py",3403,0,"",python,selection_keyboard +2862,5452320,"train_dynamics.py",3402,0,"",python,selection_command +2863,5454196,"TERMINAL",0,0,"b",,terminal_output +2864,5454336,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2865,5454732,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2866,5455052,"TERMINAL",0,0,"[?25lh[?25h[?25l [?25h[?25le[?25h",,terminal_output +2867,5455276,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +2868,5456231,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2869,5456434,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +2870,5456498,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +2871,5456623,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2872,5456724,"TERMINAL",0,0,"[?25lri[?25h[?25lm[?25h",,terminal_output +2873,5456955,"TERMINAL",0,0,"ents/",,terminal_output +2874,5458882,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +2875,5459055,"TERMINAL",0,0,"[?25ly[?25h",,terminal_output +2876,5459115,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +2877,5459375,"TERMINAL",0,0,"amics_",,terminal_output +2878,5459577,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2879,5459683,"TERMINAL",0,0,"[?25lp[?25henai_grain_tok_lam_restore.sh ",,terminal_output +2880,5460161,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +2881,5460366,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +2882,5523289,"TERMINAL",0,0,"srun",,terminal_focus +2883,5524390,"TERMINAL",0,0,"srun",,terminal_focus +2884,5528677,"TERMINAL",0,0,"srun",,terminal_focus +2885,5529970,"TERMINAL",0,0,"bash",,terminal_focus +2886,5531168,"TERMINAL",0,0,"srun",,terminal_focus +2887,5911651,"TERMINAL",0,0,"Initializing JAX devices done\r\nInitializing JAX devices done\r\nInitializing JAX devices done\r\nInitializing JAX devices done\r\n",,terminal_output +2888,6238649,"TERMINAL",0,0,"2025-07-09 16:10:40.939858: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1730] Use error polling to propagate the following error to all tasks: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further. [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 16:10:40.940075: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 16:10:40.940060: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 16:10:40.940076: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 16:10:40.940162: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-09 16:10:40.941309: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 16:10:40.941314: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 16:10:40.941424: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-09 16:10:40.941437: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: UNAVAILABLE: The following tasks are unhealthy (stopped sending heartbeats):\r\n/job:jax_worker/replica:0/task:0\r\n/job:jax_worker/replica:0/task:1\r\n/job:jax_worker/replica:0/task:2\r\n/job:jax_worker/replica:0/task:3\r\nThe tasks have crashed. Check the task logs for an earlier error, or scheduler events (e.g. preemption, eviction) to debug further.\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n",,terminal_output +2889,6238794,"TERMINAL",0,0,"srun: error: hkn0403: tasks 0-3: Aborted (core dumped)\r\n]0;tum_dbd0378@hkn0403:~/jafar[?2004h[tum_dbd0378@hkn0403 jafar]$ ",,terminal_output +2890,6789515,"TERMINAL",0,0,"bash",,terminal_focus +2891,6790732,"TERMINAL",0,0,"idle",,terminal_command +2892,6790825,"TERMINAL",0,0,"]633;E;2025-07-09 16:19:53 idle;474a9aa6-73b8-4073-ab0c-394beba97005]633;C",,terminal_output +2893,6790847,"TERMINAL",0,0,"Partition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 27 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 1 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 6 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +2894,6793448,"TERMINAL",0,0,"srun",,terminal_focus +2895,8534171,"TERMINAL",0,0,"srun",,terminal_focus +2896,8535270,"TERMINAL",0,0,"e",,terminal_output +2897,8535546,"TERMINAL",0,0,"xi",,terminal_output +2898,8535779,"TERMINAL",0,0,"\r\n[?2004l\rbash: exi: command not found...\r\n",,terminal_output +2899,8536589,"TERMINAL",0,0,"^C\r\n]0;tum_dbd0378@hkn0804:~/jafar[?2004h[tum_dbd0378@hkn0804 jafar]$ ",,terminal_output +2900,8537013,"TERMINAL",0,0,"e",,terminal_output +2901,8537203,"TERMINAL",0,0,"x",,terminal_output +2902,8537334,"TERMINAL",0,0,"it",,terminal_output +2903,8537443,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\n",,terminal_output +2904,8537557,"TERMINAL",0,0,"srun: error: hkn0804: task 0: Exited with exit code 130\r\nsalloc: Relinquishing job allocation 3332529\r\nsalloc: Job allocation 3332529 has been revoked.\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;130",,terminal_output +2905,8538850,"TERMINAL",0,0,"srun",,terminal_focus +2906,8539505,"TERMINAL",0,0,"e",,terminal_output +2907,8539728,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +2908,8540253,"TERMINAL",0,0,"^C",,terminal_output +2909,8540442,"TERMINAL",0,0,"^C",,terminal_output +2910,8540683,"TERMINAL",0,0,"^C",,terminal_output +2911,8541043,"TERMINAL",0,0,"^C",,terminal_output +2912,8541275,"TERMINAL",0,0,"^C",,terminal_output +2913,8541399,"TERMINAL",0,0,"^C",,terminal_output +2914,8541513,"TERMINAL",0,0,"^C",,terminal_output +2915,8542885,"TERMINAL",0,0,"srun",,terminal_focus +2916,8544710,"TERMINAL",0,0,"e",,terminal_output +2917,8544970,"TERMINAL",0,0,"[?25lx[?25h[?25li[?25h",,terminal_output +2918,8545057,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2919,8545171,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\n",,terminal_output +2920,8545233,"TERMINAL",0,0,"srun: error: hkn0403: task 0: Exited with exit code 134\r\nsalloc: Relinquishing job allocation 3332807\r\n",,terminal_output +2921,8547824,"TERMINAL",0,0,"bash",,terminal_focus +2922,8549497,"TERMINAL",0,0,"queue",,terminal_command +2923,8549549,"TERMINAL",0,0,"]633;E;2025-07-09 16:49:11 queue;474a9aa6-73b8-4073-ab0c-394beba97005]633;C",,terminal_output +2924,8549718,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --me hkn1993.localdomain: Wed Jul 9 16:49:11 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3332530 accelerat interact tum_dbd0 CG 1:56:47\t 1 hkn06183332807 dev_accel interact tum_dbd0 CG52:20\t 1 hkn0403",,terminal_output +2925,8550613,"TERMINAL",0,0,"2",,terminal_output +2926,8551651,"TERMINAL",0,0,"3",,terminal_output +2927,8552685,"TERMINAL",0,0,"5",,terminal_output +2928,8553421,"TERMINAL",0,0,"^C",,terminal_command +2929,8553431,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;474a9aa6-73b8-4073-ab0c-394beba97005]633;C",,terminal_output +2930,8556838,"train_dynamics.py",1880,0,"",python,selection_command +2931,8557214,"train_dynamics.py",726,0,"",python,selection_command +2932,8557742,"train_dynamics.py",0,0,"",python,selection_command +2933,8560845,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2934,8560970,"train_tokenizer.py",0,0,"",python,tab +2935,8561607,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2936,8561983,"train_tokenizer.py",0,0,"",python,tab +2937,8562112,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2938,8562698,"train_dynamics.py",0,0,"",python,tab +2939,8566968,"train_dynamics.py",0,0,"",python,tab +2940,8566969,"train_dynamics.py",3363,0,"",python,selection_command +2941,8569015,"train_dynamics.py",3394,0,"",python,selection_mouse +2942,8570418,"train_dynamics.py",3363,43,"",python,content +2943,8570436,"train_dynamics.py",3367,0,"",python,selection_command +2944,8572855,"train_dynamics.py",0,0,"",python,tab +2945,8575681,"genie.py",0,0,"",python,tab +2946,8575682,"genie.py",102,0,"",python,selection_command +2947,8577779,"train_dynamics.py",0,0,"",python,tab +2948,8580925,"train_dynamics.py",0,11493,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n os.path.abspath(args.ckpt_dir),\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +2949,8581117,"train_dynamics.py",11492,0,"",python,selection_command +2950,8586493,"genie.py",0,0,"",python,tab +2951,8586779,"genie.py",0,12991,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.tokenizer_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_tokenizer_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_tokenizer_train_state)\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=os.path.abspath(args.lam_checkpoint),\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_lam_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, dummy_lam_train_state)\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,selection_command +2952,8587780,"genie.py",12975,0,"",python,selection_command +2953,8646439,"experiments/tokenizer_openai_grain_checkpointing.sh",0,0,"",shellscript,tab +2954,8659950,"experiments/tokenizer_openai_grain_checkpointing.sh",307,0,"",shellscript,selection_mouse +2955,8660235,"experiments/tokenizer_openai_grain_checkpointing.sh",0,585,"#!/usr/bin/env bash\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\n\ndata_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90'\nckpt_dir='checkpoints/tokenizer_openai_grain_checkpointing'\n\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,selection_command +2956,8660466,"experiments/tokenizer_openai_grain_checkpointing.sh",579,0,"",shellscript,selection_command +2957,8692430,"experiments/tokenizer_openai_grain_checkpointing.sh",0,585,"#!/usr/bin/env bash\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\n\ndata_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90'\nckpt_dir='checkpoints/tokenizer_openai_grain_checkpointing'\n\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,selection_command +2958,8692628,"experiments/tokenizer_openai_grain_checkpointing.sh",579,0,"",shellscript,selection_command +2959,8696579,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,0,"",shellscript,tab +2960,8696828,"experiments/dynamics_openai_grain_tok_lam_restore.sh",0,683,"#!/usr/bin/env bash\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\n\ndata_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90'\nckpt_dir='checkpoints/dynamics_openai_grain_tok_lam_restore'\ntokenizer_ckpt_dir='checkpoints/tokenizer_openai_grain_checkpointing'\n\nsrun python train_dynamics.py \\n --batch_size 48 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,selection_command +2961,8697099,"experiments/dynamics_openai_grain_tok_lam_restore.sh",659,0,"",shellscript,selection_command +2962,9306228,"generate_arrayrecord_dataset.py",0,0,"#!/usr/bin/env python3\n""""""\nGenerate ArrayRecord dataset compatible with train_tokenizer.py\n\nThis script creates synthetic video data and saves it in ArrayRecord format\nthat can be used by the tokenizer training script.\n""""""\n\nimport os\nimport pickle\nimport numpy as np\nimport grain\nfrom array_record.python.array_record_module import ArrayRecordWriter\nimport argparse\nimport multiprocessing as mp\nfrom functools import partial\nimport time\n\n\ndef generate_synthetic_video(\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3\n) -> np.ndarray:\n """"""\n Generate synthetic video data with random frames for training.\n \n Args:\n seq_len: Number of frames in the video sequence\n height: Height of each frame\n width: Width of each frame\n channels: Number of color channels\n \n Returns:\n Video array of shape (seq_len, height, width, channels)\n """"""\n video = np.random.rand(seq_len, height, width, channels).astype(np.float32)\n \n return video\n\n\ndef create_single_arrayrecord_file(\n file_info: tuple,\n output_dir: str,\n seq_len: int,\n height: int,\n width: int,\n channels: int,\n records_per_file: int,\n seed: int\n) -> tuple:\n """"""\n Create a single ArrayRecord file with synthetic video data.\n \n Args:\n file_info: Tuple of (file_idx, start_idx, end_idx)\n output_dir: Directory to save ArrayRecord files\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n \n Returns:\n Tuple of (file_path, num_videos_created, success)\n """"""\n file_idx, start_idx, end_idx = file_info\n videos_in_file = end_idx - start_idx\n \n # Set seed for this process (add file_idx to make each file different)\n np.random.seed(seed + file_idx)\n \n file_path = os.path.join(output_dir, f""videos_{file_idx:04d}.array_record"")\n \n try:\n writer = ArrayRecordWriter(file_path, ""group_size:1"")\n \n for video_idx in range(videos_in_file):\n video = generate_synthetic_video(seq_len, height, width, channels)\n \n # Convert to uint8 format as expected by the dataloader\n video_uint8 = (video * 255).astype(np.uint8)\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": video_uint8.tobytes(),\n ""sequence_length"": seq_len\n }\n \n writer.write(pickle.dumps(record))\n \n writer.close()\n return (file_path, videos_in_file, True)\n \n except Exception as e:\n print(f""Error creating file {file_path}: {e}"")\n return (file_path, 0, False)\n\n\ndef create_arrayrecord_dataset(\n output_dir: str,\n num_videos: int = 1000,\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3,\n records_per_file: int = 100,\n seed: int = 42,\n num_processes: int | None = None\n):\n """"""\n Create ArrayRecord dataset with synthetic video data using multiprocessing.\n \n Args:\n output_dir: Directory to save ArrayRecord files\n num_videos: Total number of videos to generate\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n num_processes: Number of processes to use (None for auto-detect)\n """"""\n os.makedirs(output_dir, exist_ok=True)\n \n num_files = (num_videos + records_per_file - 1) // records_per_file\n \n print(f""Generating {num_videos} videos across {num_files} ArrayRecord files..."")\n print(f""Each file will contain up to {records_per_file} videos"")\n print(f""Video dimensions: {seq_len} frames × {height}×{width}×{channels}"")\n \n # Prepare file information for each worker\n file_infos = []\n for file_idx in range(num_files):\n start_idx = file_idx * records_per_file\n end_idx = min((file_idx + 1) * records_per_file, num_videos)\n file_infos.append((file_idx, start_idx, end_idx))\n \n # Set number of processes (use CPU count if not specified)\n if num_processes is None:\n num_processes = min(mp.cpu_count(), num_files)\n \n print(f""Using {num_processes} processes for parallel generation..."")\n \n start_time = time.time()\n \n # Create partial function with fixed arguments\n worker_func = partial(\n create_single_arrayrecord_file,\n output_dir=output_dir,\n seq_len=seq_len,\n height=height,\n width=width,\n channels=channels,\n records_per_file=records_per_file,\n seed=seed\n )\n \n # Use multiprocessing to create files in parallel\n with mp.Pool(processes=num_processes) as pool:\n results = pool.map(worker_func, file_infos)\n \n end_time = time.time()\n \n # Process results\n total_records = 0\n successful_files = 0\n \n for file_path, num_videos_created, success in results:\n if success:\n print(f""✓ Created {file_path} with {num_videos_created} videos"")\n total_records += num_videos_created\n successful_files += 1\n else:\n print(f""✗ Failed to create {file_path}"")\n \n print(f""\nDataset generation complete!"")\n print(f""Total videos generated: {total_records}"")\n print(f""Successful files: {successful_files}/{num_files}"")\n print(f""Files created in: {output_dir}"")\n print(f""Generation time: {end_time - start_time:.2f} seconds"")\n\n\ndef verify_dataset(output_dir: str, num_samples: int = 5):\n """"""\n Verify the generated dataset using Grain's ArrayRecordDataSource.\n \n Args:\n output_dir: Directory containing ArrayRecord files\n num_samples: Number of samples to verify\n """"""\n print(f""\nVerifying dataset in {output_dir}..."")\n \n # Find all ArrayRecord files\n array_record_files = [\n os.path.join(output_dir, f) \n for f in os.listdir(output_dir) \n if f.endswith('.array_record')\n ]\n \n if not array_record_files:\n print(""No ArrayRecord files found!"")\n return\n \n print(f""Found {len(array_record_files)} ArrayRecord files"")\n \n # Use Grain's ArrayRecordDataSource as shown in the documentation\n try:\n data_source = grain.sources.ArrayRecordDataSource(array_record_files[0])\n print(f""Number of records in first file: {len(data_source)}"")\n \n # Load and verify a few samples\n for i in range(min(num_samples, len(data_source))):\n record_bytes = data_source[i]\n record = pickle.loads(record_bytes)\n \n # Reconstruct video from raw_video bytes\n video_shape = (record[""sequence_length""], 90, 160, 3) # Hardcoded for now\n video = np.frombuffer(record[""raw_video""], dtype=np.uint8).reshape(video_shape)\n \n print(f"" Record {i}: video shape = {video.shape}, dtype = {video.dtype}"")\n print(f"" Value range: [{video.min()}, {video.max()}]"")\n print(f"" Mean: {video.mean():.1f}"")\n print(f"" Sequence length: {record['sequence_length']}"")\n \n except Exception as e:\n print(f""Error reading ArrayRecord file: {e}"")\n print(""This might indicate a file format issue."")\n\n\ndef main():\n parser = argparse.ArgumentParser(description=""Generate ArrayRecord dataset for tokenizer training"")\n parser.add_argument(""--output_dir"", type=str, default=""data_arrayrecord/dummy"",\n help=""Output directory for ArrayRecord files"")\n parser.add_argument(""--num_videos"", type=int, default=1000,\n help=""Total number of videos to generate"")\n parser.add_argument(""--seq_len"", type=int, default=16,\n help=""Number of frames per video"")\n parser.add_argument(""--height"", type=int, default=90,\n help=""Frame height"")\n parser.add_argument(""--width"", type=int, default=160,\n help=""Frame width"")\n parser.add_argument(""--channels"", type=int, default=3,\n help=""Number of color channels"")\n parser.add_argument(""--records_per_file"", type=int, default=100,\n help=""Number of records per ArrayRecord file"")\n parser.add_argument(""--seed"", type=int, default=42,\n help=""Random seed for reproducibility"")\n parser.add_argument(""--num_processes"", type=int, default=None,\n help=""Number of processes to use (default: auto-detect)"")\n parser.add_argument(""--verify"", action=""store_true"",\n help=""Verify the generated dataset"")\n \n args = parser.parse_args()\n \n create_arrayrecord_dataset(\n output_dir=args.output_dir,\n num_videos=args.num_videos,\n seq_len=args.seq_len,\n height=args.height,\n width=args.width,\n channels=args.channels,\n records_per_file=args.records_per_file,\n seed=args.seed,\n num_processes=args.num_processes\n )\n \n # Verify if requested\n if args.verify:\n verify_dataset(args.output_dir)\n \nif __name__ == ""__main__"":\n main()\n",python,tab +2963,9306247,"generate_arrayrecord_dataset.py",7617,0,"",python,selection_mouse +2964,9306249,"generate_arrayrecord_dataset.py",7616,0,"",python,selection_command +2965,9306251,"generate_arrayrecord_dataset.py",0,0,"",python,selection_command +2966,9306373,"generate_arrayrecord_dataset.py",0,9478,"#!/usr/bin/env python3\n""""""\nGenerate ArrayRecord dataset compatible with train_tokenizer.py\n\nThis script creates synthetic video data and saves it in ArrayRecord format\nthat can be used by the tokenizer training script.\n""""""\n\nimport os\nimport pickle\nimport numpy as np\nimport grain\nfrom array_record.python.array_record_module import ArrayRecordWriter\nimport argparse\nimport multiprocessing as mp\nfrom functools import partial\nimport time\n\n\ndef generate_synthetic_video(\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3\n) -> np.ndarray:\n """"""\n Generate synthetic video data with random frames for training.\n \n Args:\n seq_len: Number of frames in the video sequence\n height: Height of each frame\n width: Width of each frame\n channels: Number of color channels\n \n Returns:\n Video array of shape (seq_len, height, width, channels)\n """"""\n video = np.random.rand(seq_len, height, width, channels).astype(np.float32)\n \n return video\n\n\ndef create_single_arrayrecord_file(\n file_info: tuple,\n output_dir: str,\n seq_len: int,\n height: int,\n width: int,\n channels: int,\n records_per_file: int,\n seed: int\n) -> tuple:\n """"""\n Create a single ArrayRecord file with synthetic video data.\n \n Args:\n file_info: Tuple of (file_idx, start_idx, end_idx)\n output_dir: Directory to save ArrayRecord files\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n \n Returns:\n Tuple of (file_path, num_videos_created, success)\n """"""\n file_idx, start_idx, end_idx = file_info\n videos_in_file = end_idx - start_idx\n \n # Set seed for this process (add file_idx to make each file different)\n np.random.seed(seed + file_idx)\n \n file_path = os.path.join(output_dir, f""videos_{file_idx:04d}.array_record"")\n \n try:\n writer = ArrayRecordWriter(file_path, ""group_size:1"")\n \n for video_idx in range(videos_in_file):\n video = generate_synthetic_video(seq_len, height, width, channels)\n \n # Convert to uint8 format as expected by the dataloader\n video_uint8 = (video * 255).astype(np.uint8)\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": video_uint8.tobytes(),\n ""sequence_length"": seq_len\n }\n \n writer.write(pickle.dumps(record))\n \n writer.close()\n return (file_path, videos_in_file, True)\n \n except Exception as e:\n print(f""Error creating file {file_path}: {e}"")\n return (file_path, 0, False)\n\n\ndef create_arrayrecord_dataset(\n output_dir: str,\n num_videos: int = 1000,\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3,\n records_per_file: int = 100,\n seed: int = 42,\n num_processes: int | None = None\n):\n """"""\n Create ArrayRecord dataset with synthetic video data using multiprocessing.\n \n Args:\n output_dir: Directory to save ArrayRecord files\n num_videos: Total number of videos to generate\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n num_processes: Number of processes to use (None for auto-detect)\n """"""\n os.makedirs(output_dir, exist_ok=True)\n \n num_files = (num_videos + records_per_file - 1) // records_per_file\n \n print(f""Generating {num_videos} videos across {num_files} ArrayRecord files..."")\n print(f""Each file will contain up to {records_per_file} videos"")\n print(f""Video dimensions: {seq_len} frames × {height}×{width}×{channels}"")\n \n # Prepare file information for each worker\n file_infos = []\n for file_idx in range(num_files):\n start_idx = file_idx * records_per_file\n end_idx = min((file_idx + 1) * records_per_file, num_videos)\n file_infos.append((file_idx, start_idx, end_idx))\n \n # Set number of processes (use CPU count if not specified)\n if num_processes is None:\n num_processes = min(mp.cpu_count(), num_files)\n \n print(f""Using {num_processes} processes for parallel generation..."")\n \n start_time = time.time()\n \n # Create partial function with fixed arguments\n worker_func = partial(\n create_single_arrayrecord_file,\n output_dir=output_dir,\n seq_len=seq_len,\n height=height,\n width=width,\n channels=channels,\n records_per_file=records_per_file,\n seed=seed\n )\n \n # Use multiprocessing to create files in parallel\n with mp.Pool(processes=num_processes) as pool:\n results = pool.map(worker_func, file_infos)\n \n end_time = time.time()\n \n # Process results\n total_records = 0\n successful_files = 0\n \n for file_path, num_videos_created, success in results:\n if success:\n print(f""✓ Created {file_path} with {num_videos_created} videos"")\n total_records += num_videos_created\n successful_files += 1\n else:\n print(f""✗ Failed to create {file_path}"")\n \n print(f""\nDataset generation complete!"")\n print(f""Total videos generated: {total_records}"")\n print(f""Successful files: {successful_files}/{num_files}"")\n print(f""Files created in: {output_dir}"")\n print(f""Generation time: {end_time - start_time:.2f} seconds"")\n\n\ndef verify_dataset(output_dir: str, num_samples: int = 5):\n """"""\n Verify the generated dataset using Grain's ArrayRecordDataSource.\n \n Args:\n output_dir: Directory containing ArrayRecord files\n num_samples: Number of samples to verify\n """"""\n print(f""\nVerifying dataset in {output_dir}..."")\n \n # Find all ArrayRecord files\n array_record_files = [\n os.path.join(output_dir, f) \n for f in os.listdir(output_dir) \n if f.endswith('.array_record')\n ]\n \n if not array_record_files:\n print(""No ArrayRecord files found!"")\n return\n \n print(f""Found {len(array_record_files)} ArrayRecord files"")\n \n # Use Grain's ArrayRecordDataSource as shown in the documentation\n try:\n data_source = grain.sources.ArrayRecordDataSource(array_record_files[0])\n print(f""Number of records in first file: {len(data_source)}"")\n \n # Load and verify a few samples\n for i in range(min(num_samples, len(data_source))):\n record_bytes = data_source[i]\n record = pickle.loads(record_bytes)\n \n # Reconstruct video from raw_video bytes\n video_shape = (record[""sequence_length""], 90, 160, 3) # Hardcoded for now\n video = np.frombuffer(record[""raw_video""], dtype=np.uint8).reshape(video_shape)\n \n print(f"" Record {i}: video shape = {video.shape}, dtype = {video.dtype}"")\n print(f"" Value range: [{video.min()}, {video.max()}]"")\n print(f"" Mean: {video.mean():.1f}"")\n print(f"" Sequence length: {record['sequence_length']}"")\n \n except Exception as e:\n print(f""Error reading ArrayRecord file: {e}"")\n print(""This might indicate a file format issue."")\n\n\ndef main():\n parser = argparse.ArgumentParser(description=""Generate ArrayRecord dataset for tokenizer training"")\n parser.add_argument(""--output_dir"", type=str, default=""data_arrayrecord/dummy"",\n help=""Output directory for ArrayRecord files"")\n parser.add_argument(""--num_videos"", type=int, default=1000,\n help=""Total number of videos to generate"")\n parser.add_argument(""--seq_len"", type=int, default=16,\n help=""Number of frames per video"")\n parser.add_argument(""--height"", type=int, default=90,\n help=""Frame height"")\n parser.add_argument(""--width"", type=int, default=160,\n help=""Frame width"")\n parser.add_argument(""--channels"", type=int, default=3,\n help=""Number of color channels"")\n parser.add_argument(""--records_per_file"", type=int, default=100,\n help=""Number of records per ArrayRecord file"")\n parser.add_argument(""--seed"", type=int, default=42,\n help=""Random seed for reproducibility"")\n parser.add_argument(""--num_processes"", type=int, default=None,\n help=""Number of processes to use (default: auto-detect)"")\n parser.add_argument(""--verify"", action=""store_true"",\n help=""Verify the generated dataset"")\n \n args = parser.parse_args()\n \n create_arrayrecord_dataset(\n output_dir=args.output_dir,\n num_videos=args.num_videos,\n seq_len=args.seq_len,\n height=args.height,\n width=args.width,\n channels=args.channels,\n records_per_file=args.records_per_file,\n seed=args.seed,\n num_processes=args.num_processes\n )\n \n # Verify if requested\n if args.verify:\n verify_dataset(args.output_dir)\n \nif __name__ == ""__main__"":\n main()\n",python,selection_command +2967,9306601,"generate_arrayrecord_dataset.py",9478,0,"",python,selection_command +2968,9327844,"generate_arrayrecord_dataset.py",0,9478,"#!/usr/bin/env python3\n""""""\nGenerate ArrayRecord dataset compatible with train_tokenizer.py\n\nThis script creates synthetic video data and saves it in ArrayRecord format\nthat can be used by the tokenizer training script.\n""""""\n\nimport os\nimport pickle\nimport numpy as np\nimport grain\nfrom array_record.python.array_record_module import ArrayRecordWriter\nimport argparse\nimport multiprocessing as mp\nfrom functools import partial\nimport time\n\n\ndef generate_synthetic_video(\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3\n) -> np.ndarray:\n """"""\n Generate synthetic video data with random frames for training.\n \n Args:\n seq_len: Number of frames in the video sequence\n height: Height of each frame\n width: Width of each frame\n channels: Number of color channels\n \n Returns:\n Video array of shape (seq_len, height, width, channels)\n """"""\n video = np.random.rand(seq_len, height, width, channels).astype(np.float32)\n \n return video\n\n\ndef create_single_arrayrecord_file(\n file_info: tuple,\n output_dir: str,\n seq_len: int,\n height: int,\n width: int,\n channels: int,\n records_per_file: int,\n seed: int\n) -> tuple:\n """"""\n Create a single ArrayRecord file with synthetic video data.\n \n Args:\n file_info: Tuple of (file_idx, start_idx, end_idx)\n output_dir: Directory to save ArrayRecord files\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n \n Returns:\n Tuple of (file_path, num_videos_created, success)\n """"""\n file_idx, start_idx, end_idx = file_info\n videos_in_file = end_idx - start_idx\n \n # Set seed for this process (add file_idx to make each file different)\n np.random.seed(seed + file_idx)\n \n file_path = os.path.join(output_dir, f""videos_{file_idx:04d}.array_record"")\n \n try:\n writer = ArrayRecordWriter(file_path, ""group_size:1"")\n \n for video_idx in range(videos_in_file):\n video = generate_synthetic_video(seq_len, height, width, channels)\n \n # Convert to uint8 format as expected by the dataloader\n video_uint8 = (video * 255).astype(np.uint8)\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": video_uint8.tobytes(),\n ""sequence_length"": seq_len\n }\n \n writer.write(pickle.dumps(record))\n \n writer.close()\n return (file_path, videos_in_file, True)\n \n except Exception as e:\n print(f""Error creating file {file_path}: {e}"")\n return (file_path, 0, False)\n\n\ndef create_arrayrecord_dataset(\n output_dir: str,\n num_videos: int = 1000,\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3,\n records_per_file: int = 100,\n seed: int = 42,\n num_processes: int | None = None\n):\n """"""\n Create ArrayRecord dataset with synthetic video data using multiprocessing.\n \n Args:\n output_dir: Directory to save ArrayRecord files\n num_videos: Total number of videos to generate\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n num_processes: Number of processes to use (None for auto-detect)\n """"""\n os.makedirs(output_dir, exist_ok=True)\n \n num_files = (num_videos + records_per_file - 1) // records_per_file\n \n print(f""Generating {num_videos} videos across {num_files} ArrayRecord files..."")\n print(f""Each file will contain up to {records_per_file} videos"")\n print(f""Video dimensions: {seq_len} frames × {height}×{width}×{channels}"")\n \n # Prepare file information for each worker\n file_infos = []\n for file_idx in range(num_files):\n start_idx = file_idx * records_per_file\n end_idx = min((file_idx + 1) * records_per_file, num_videos)\n file_infos.append((file_idx, start_idx, end_idx))\n \n # Set number of processes (use CPU count if not specified)\n if num_processes is None:\n num_processes = min(mp.cpu_count(), num_files)\n \n print(f""Using {num_processes} processes for parallel generation..."")\n \n start_time = time.time()\n \n # Create partial function with fixed arguments\n worker_func = partial(\n create_single_arrayrecord_file,\n output_dir=output_dir,\n seq_len=seq_len,\n height=height,\n width=width,\n channels=channels,\n records_per_file=records_per_file,\n seed=seed\n )\n \n # Use multiprocessing to create files in parallel\n with mp.Pool(processes=num_processes) as pool:\n results = pool.map(worker_func, file_infos)\n \n end_time = time.time()\n \n # Process results\n total_records = 0\n successful_files = 0\n \n for file_path, num_videos_created, success in results:\n if success:\n print(f""✓ Created {file_path} with {num_videos_created} videos"")\n total_records += num_videos_created\n successful_files += 1\n else:\n print(f""✗ Failed to create {file_path}"")\n \n print(f""\nDataset generation complete!"")\n print(f""Total videos generated: {total_records}"")\n print(f""Successful files: {successful_files}/{num_files}"")\n print(f""Files created in: {output_dir}"")\n print(f""Generation time: {end_time - start_time:.2f} seconds"")\n\n\ndef verify_dataset(output_dir: str, num_samples: int = 5):\n """"""\n Verify the generated dataset using Grain's ArrayRecordDataSource.\n \n Args:\n output_dir: Directory containing ArrayRecord files\n num_samples: Number of samples to verify\n """"""\n print(f""\nVerifying dataset in {output_dir}..."")\n \n # Find all ArrayRecord files\n array_record_files = [\n os.path.join(output_dir, f) \n for f in os.listdir(output_dir) \n if f.endswith('.array_record')\n ]\n \n if not array_record_files:\n print(""No ArrayRecord files found!"")\n return\n \n print(f""Found {len(array_record_files)} ArrayRecord files"")\n \n # Use Grain's ArrayRecordDataSource as shown in the documentation\n try:\n data_source = grain.sources.ArrayRecordDataSource(array_record_files[0])\n print(f""Number of records in first file: {len(data_source)}"")\n \n # Load and verify a few samples\n for i in range(min(num_samples, len(data_source))):\n record_bytes = data_source[i]\n record = pickle.loads(record_bytes)\n \n # Reconstruct video from raw_video bytes\n video_shape = (record[""sequence_length""], 90, 160, 3) # Hardcoded for now\n video = np.frombuffer(record[""raw_video""], dtype=np.uint8).reshape(video_shape)\n \n print(f"" Record {i}: video shape = {video.shape}, dtype = {video.dtype}"")\n print(f"" Value range: [{video.min()}, {video.max()}]"")\n print(f"" Mean: {video.mean():.1f}"")\n print(f"" Sequence length: {record['sequence_length']}"")\n \n except Exception as e:\n print(f""Error reading ArrayRecord file: {e}"")\n print(""This might indicate a file format issue."")\n\n\ndef main():\n parser = argparse.ArgumentParser(description=""Generate ArrayRecord dataset for tokenizer training"")\n parser.add_argument(""--output_dir"", type=str, default=""data_arrayrecord/dummy"",\n help=""Output directory for ArrayRecord files"")\n parser.add_argument(""--num_videos"", type=int, default=1000,\n help=""Total number of videos to generate"")\n parser.add_argument(""--seq_len"", type=int, default=16,\n help=""Number of frames per video"")\n parser.add_argument(""--height"", type=int, default=90,\n help=""Frame height"")\n parser.add_argument(""--width"", type=int, default=160,\n help=""Frame width"")\n parser.add_argument(""--channels"", type=int, default=3,\n help=""Number of color channels"")\n parser.add_argument(""--records_per_file"", type=int, default=100,\n help=""Number of records per ArrayRecord file"")\n parser.add_argument(""--seed"", type=int, default=42,\n help=""Random seed for reproducibility"")\n parser.add_argument(""--num_processes"", type=int, default=None,\n help=""Number of processes to use (default: auto-detect)"")\n parser.add_argument(""--verify"", action=""store_true"",\n help=""Verify the generated dataset"")\n \n args = parser.parse_args()\n \n create_arrayrecord_dataset(\n output_dir=args.output_dir,\n num_videos=args.num_videos,\n seq_len=args.seq_len,\n height=args.height,\n width=args.width,\n channels=args.channels,\n records_per_file=args.records_per_file,\n seed=args.seed,\n num_processes=args.num_processes\n )\n \n # Verify if requested\n if args.verify:\n verify_dataset(args.output_dir)\n \nif __name__ == ""__main__"":\n main()\n",python,selection_command +2969,9328338,"generate_arrayrecord_dataset.py",9478,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-2f484e29-43ea-48d0-8c50-df135d6c967a1753171043773-2025_07_22-09.57.31.372/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-2f484e29-43ea-48d0-8c50-df135d6c967a1753171043773-2025_07_22-09.57.31.372/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..3356e38fb3c165b1d7e4b61dba2cc8e7d01f22c4 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-2f484e29-43ea-48d0-8c50-df135d6c967a1753171043773-2025_07_22-09.57.31.372/source.csv @@ -0,0 +1,73 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,7,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom flax.core import unfreeze, freeze\nfrom models.dynamics import DynamicsMaskGIT, DynamicsAutoregressive\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n use_maskgit: bool\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n is_training: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n if self.use_maskgit:\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n ) \n else:\n self.dynamics = DynamicsAutoregressive(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n is_training=self.is_training,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n\n def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1.0,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples with a KV cache, resetting the spatial cache each frame.\n """"""\n assert self.decode, ""This sampling method requires the model to be in decode mode.""\n\n # --- 1. Initial Setup ---\n # Get the initial token context\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n context_tokens = tokenizer_out[""indices""] # (B, T, N)\n B, T_context, N = context_tokens.shape\n\n # Get latent actions for the full generation sequence\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, D)\n \n # The full token sequence we will fill up\n generated_tokens = jnp.zeros((B, seq_len, N), dtype=context_tokens.dtype)\n generated_tokens = generated_tokens.at[:, :T_context].set(context_tokens)\n\n # --- 2. Define the Body of the Per-Frame Generation Loop ---\n \n # This function generates one full frame `t`\n def generate_frame_body(carry, t):\n # Unpack the carry\n current_tokens, variables, rng = carry\n \n # --- a. Reset the spatial cache ---\n # Create a fresh, zero-initialized cache for just the spatial layers\n # We do this by filtering the original initialized cache from `model.init()`\n \n # This is a bit of a hack: we rely on having access to the initial variables\n # We'll pass `initial_variables` into the scan via closure.\n fresh_spatial_cache = jax.tree_util.tree_map_with_path(\n lambda path, x: x if 'spatial_attn' in str(path) else jnp.array([]), \n initial_variables['cache']\n )\n # Filter out the empty arrays\n fresh_spatial_cache = {k:v for k,v in jax.tree_util.tree_leaves_with_path(fresh_spatial_cache) if v.size > 0}\n fresh_spatial_cache = jax.tree_util.tree_unflatten(jax.tree_util.tree_structure(initial_variables['cache']), fresh_spatial_cache.values())\n \n # Merge the fresh spatial cache into our current cache\n # This overwrites the old spatial cache from the previous frame\n # while keeping the temporal cache intact.\n mutable_vars = unfreeze(variables)\n mutable_vars['cache'] = jax.tree_util.tree_map(\n lambda old, new: new if new.size > 0 else old,\n mutable_vars['cache'], fresh_spatial_cache\n )\n variables = freeze(mutable_vars)\n \n # Get the input for the dynamics model: the *last* generated frame\n prev_frame_tokens = current_tokens[:, t - 1 : t, :] # (B, 1, N)\n current_action = action_tokens[:, t - 1 : t, :]\n\n # --- b. Inner loop for patches ---\n new_frame_tokens = jnp.zeros((B, N), dtype=current_tokens.dtype)\n \n for n in range(N):\n # Prepare input for this patch step: previous frame + patches so far\n # NOTE: This part is inefficient, a patch-level cache would be better,\n # but let's stick to frame-level for now to fix the main issue.\n # A better approach would be to have a single loop over all tokens. Let's pivot to that.\n pass # This approach is too complex, let's simplify.\n \n # The hierarchical reset is tricky. Let's try a simpler, more direct approach.\n # New Strategy: One loop for all tokens, but we pass the cache in and out.\n # We will manually reset the cache index for spatial layers.\n \n return carry, generated_tokens\n\n # Let's restart with a better, single-loop strategy.\n # This is the most efficient and correct way.\n \n # --- 2. Initialize Cache with Context ---\n # The first call populates the cache for both spatial and temporal layers\n # for all context frames.\n dyna_inputs = {\n ""video_tokens"": context_tokens,\n ""latent_actions"": action_tokens[:, :T_context-1]\n }\n # The variables dict must be passed in from the outside.\n # Let's assume `variables` is available in this scope.\n logits, updated_vars = self.dynamics.apply(\n variables, dyna_inputs, training=False, mutable=['cache']\n )\n # We need the logits for the very last token of the context\n next_token_logits = logits[""token_logits""][:, T_context-1, N-1, :]\n \n \n # --- 3. Single Autoregressive Generation Loop (over all tokens) ---\n \n # This function generates one token and updates the state\n def generate_token_body(carry, step_idx):\n # Unpack carry\n tokens, variables, rng = carry\n \n # Figure out which frame (t) and patch (n) we are generating\n t = (T_context * N + step_idx) // N\n n = (T_context * N + step_idx) % N\n \n # --- Reset spatial cache index at the start of a new frame ---\n def reset_spatial_cache_index(leaf):\n # This is a bit brittle, relies on the variable path containing 'cache_index'\n return jnp.array(0, dtype=jnp.int32)\n \n def no_op(leaf):\n return leaf\n\n is_first_patch = (n == 0)\n \n # Conditionally reset the spatial cache's `cache_index` to 0\n mutable_vars = unfreeze(variables)\n mutable_vars['cache'] = jax.tree_util.tree_map_with_path(\n lambda path, leaf: jax.lax.cond(is_first_patch, reset_spatial_cache_index, no_op, leaf)\n if 'spatial_attn' in str(path) and 'cache_index' in str(path)\n else leaf,\n mutable_vars['cache']\n )\n variables = freeze(mutable_vars)\n \n # Sample the token\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(step_rng, next_token_logits / temperature)\n \n # Update the token sequence\n tokens = tokens.at[:, t, n].set(next_token)\n \n # Prepare input for the next step: just the token we generated\n # The model will use its cache for all previous tokens.\n next_input_token = next_token[:, None, None] # Reshape to (B, 1, 1)\n \n # Get the action for the current frame\n current_action = action_tokens[:, t - 1 : t, :]\n\n next_dyna_inputs = {""video_tokens"": next_input_token, ""latent_actions"": current_action}\n\n # This call uses and updates the cache, and is very fast!\n next_logits, updated_vars = self.dynamics.apply(\n variables, next_dyna_inputs, training=False, mutable=['cache']\n )\n next_token_logits = next_logits[""token_logits""][:, 0, 0, :]\n \n new_carry = (tokens, updated_vars, rng)\n return new_carry, next_token_logits # We don't need to return anything here\n \n # This is where the initial variables must be passed in.\n # The `apply` method requires the full `variables` dict.\n # This is the main change needed in the calling script.\n variables = self.scope.variables # This won't work directly, needs to be passed in.\n initial_carry = (generated_tokens, variables, rng)\n \n # Run the generation loop\n num_steps_to_generate = (seq_len - T_context) * N\n final_carry, _ = jax.lax.scan(\n generate_token_body, initial_carry, jnp.arange(num_steps_to_generate)\n )\n \n final_tokens = final_carry[0]\n \n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_tokens, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n\n @nn.compact\n def sample_maskgit(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) \n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +2,97,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-15 16:25:19.283 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-15 16:25:19.293 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ZyKUP5/socket.sock\n2025-07-15 16:25:19.294 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:19.296 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ZyKUP5/socket.sock\n2025-07-15 16:25:19.298 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70811.sh"" | ssh -v -T -D 58069 login.haicore.berlin bash --login -c bash\n2025-07-15 16:25:19.298 [info] Started installation script. Waiting for it to finish...\n2025-07-15 16:25:19.298 [info] Waiting for server to install via process(51201)...\n2025-07-15 16:25:19.303 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 16:25:19.303 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-15 16:25:19.442 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-15 16:25:19.444 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-15 16:25:19.444 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-15 16:25:19.467 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-15 16:25:19.467 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-15 16:25:19.468 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-15 16:25:19.498 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-07-15 16:25:19.498 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-15 16:25:19.499 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-15 16:25:19.499 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-15 16:25:19.596 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-15 16:25:19.634 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-15 16:25:19.638 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-15 16:25:19.638 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:19.703 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-15 16:25:19.770 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-15 16:25:19.850 [info] Askpass server received request: POST /\n2025-07-15 16:25:19.850 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-15 16:25:19.850 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-15 16:25:27.995 [error] Password authentication cancelled\n2025-07-15 16:25:27.998 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-15 16:25:30.345 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-15 16:25:30.355 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 16:25:30.356 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:30.358 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 16:25:30.360 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36628.sh"" | ssh -v -T -D 58080 login.haicore.berlin bash --login -c bash\n2025-07-15 16:25:30.360 [info] Started installation script. Waiting for it to finish...\n2025-07-15 16:25:30.360 [info] Waiting for server to install via process(51223)...\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-15 16:25:30.533 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-15 16:25:30.534 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-15 16:25:30.534 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-15 16:25:30.558 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-15 16:25:30.558 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-15 16:25:30.559 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-15 16:25:30.608 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-15 16:25:30.609 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-15 16:25:30.610 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-15 16:25:30.848 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-15 16:25:30.913 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-15 16:25:30.920 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-15 16:25:30.920 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:30.996 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58080 forwarded to remote address socks:0\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58080.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58080.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-15 16:25:31.070 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-15 16:25:31.251 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-15 16:25:31.252 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-15 16:25:31.261 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-15 16:25:31.261 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-15 16:25:31.273 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-07-15 16:25:31.274 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-07-15 16:25:31.673 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-15 16:25:31.709 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:31.712 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-15 16:25:31.713 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-15 16:25:31.718 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-15 16:25:31.721 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 16:25:31.740 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-15 16:25:31.741 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 16:25:31.744 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-15 16:25:31.746 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 16:25:31.758 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 9c7afd2b-b7f2-421b-8a62-3e0f8de9f546\n\n2025-07-15 16:25:31.758 [info] (ssh_tunnel) stdout: Multiplex server started with PID 667915 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 16:25:32.262 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-15 16:25:32.278 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.279 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-15 16:25:32.280 [info] (ssh_tunnel) stdout: Code server started with PID 667941 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.281 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.797 [info] (ssh_tunnel) stdout: 8aa66e9a064ed2b82f742096: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==37279==\nmultiplexConnectionToken==9c7afd2b-b7f2-421b-8a62-3e0f8de9f546==\ncodeListeningOn==33373==\ncodeConnectionToken==2bbfa45f-fd71-45de-9de1-d8d14af645d1==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n8aa66e9a064ed2b82f742096: end\n\n2025-07-15 16:25:32.799 [info] Server install command exit code: 0\n2025-07-15 16:25:32.800 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36628.sh\n2025-07-15 16:25:32.802 [info] [forwarding][code] creating new forwarding server\n2025-07-15 16:25:32.803 [info] [forwarding][code] server listening on 58082\n2025-07-15 16:25:32.803 [info] [forwarding][code] Set up server\n2025-07-15 16:25:32.804 [info] [remote-ssh] codeListeningOn (remote=33373; local=58082) codeConnectionToken: 2bbfa45f-fd71-45de-9de1-d8d14af645d1\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] server listening on 58083\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] Set up server\n2025-07-15 16:25:32.806 [info] [remote-ssh] multiplexListeningOn (remote=37279; local=58083) multiplexConnectionToken: 9c7afd2b-b7f2-421b-8a62-3e0f8de9f546\n2025-07-15 16:25:32.806 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:25:32.810 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.812 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""40336851-30e3-431c-bed0-b4c403b53e8b""}\n2025-07-15 16:25:32.813 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] received connection request\n2025-07-15 16:25:32.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.824 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] received connection request\n2025-07-15 16:25:32.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.839 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] socks forwarding established\n2025-07-15 16:25:32.847 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] socks forwarding established\n2025-07-15 16:25:32.867 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Process exited with code 0\n2025-07-15 16:25:32.867 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Socket close event received\n2025-07-15 16:25:32.868 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] socks connection closed\n2025-07-15 16:25:32.890 [info] Successfully connected to Cursor server at http://127.0.0.1:58082/version\n2025-07-15 16:25:32.890 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-15 16:25:32.890 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b0107133-66ce-4053-997a-af0eb21ff1f8""}\n2025-07-15 16:25:32.890 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] received connection request\n2025-07-15 16:25:32.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.895 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58085 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:25:32.914 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] socks forwarding established\n2025-07-15 16:25:32.945 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Process exited with code 0\n2025-07-15 16:25:32.945 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-15 16:25:32.945 [info] [remote-ssh] Resolved exec server. Socks port: 58080\n2025-07-15 16:25:32.945 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58082,""connectionToken"":""2bbfa45f-fd71-45de-9de1-d8d14af645d1"",""extensionHostEnv"":{}}. Socks port: 58080\n2025-07-15 16:25:32.945 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] socks connection closed\n2025-07-15 16:25:32.945 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Socket close event received\n2025-07-15 16:25:32.969 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58089 to 127.0.0.1 port 58080, nchannels 5\n\n2025-07-15 16:25:32.970 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] received connection request\n2025-07-15 16:25:32.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.993 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] socks forwarding established\n2025-07-15 16:25:33.030 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] received connection request\n2025-07-15 16:25:33.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:33.055 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] socks forwarding established\n2025-07-15 16:25:33.150 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:35.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 33373, connect from 127.0.0.1 port 58087 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:25:35.919 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] socks connection closed\n2025-07-15 16:26:32.872 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:26:32.874 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""359b5356-be39-4e9d-b5a9-30393cb990c0""}\n2025-07-15 16:26:32.876 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] received connection request\n2025-07-15 16:26:32.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:26:32.929 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] socks forwarding established\n2025-07-15 16:26:32.971 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Process exited with code 0\n2025-07-15 16:26:32.971 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] socks connection closed\n2025-07-15 16:26:32.971 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Socket close event received\n2025-07-15 16:26:33.078 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58183 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:27:32.974 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:27:32.977 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0d3aefd2-8a22-4ef9-8d61-3f86c810952f""}\n2025-07-15 16:27:32.978 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] received connection request\n2025-07-15 16:27:32.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:27:33.046 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] socks forwarding established\n2025-07-15 16:27:33.205 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Process exited with code 0\n2025-07-15 16:27:33.206 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] socks connection closed\n2025-07-15 16:27:33.207 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Socket close event received\n2025-07-15 16:27:33.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58208 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:28:33.209 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:28:33.211 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""02fc6e92-c38b-46b0-972d-59dc9d75ee6e""}\n2025-07-15 16:28:33.212 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] received connection request\n2025-07-15 16:28:33.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:28:33.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] socks forwarding established\n2025-07-15 16:28:33.276 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Process exited with code 0\n2025-07-15 16:28:33.276 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Socket close event received\n2025-07-15 16:28:33.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] socks connection closed\n2025-07-15 16:28:33.302 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58229 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:29:33.281 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:29:33.282 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7d9177d3-56dd-4c81-a59e-a3afc936d531""}\n2025-07-15 16:29:33.282 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] received connection request\n2025-07-15 16:29:33.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:29:33.378 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] socks forwarding established\n2025-07-15 16:29:33.407 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Process exited with code 0\n2025-07-15 16:29:33.408 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] socks connection closed\n2025-07-15 16:29:33.408 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Socket close event received\n2025-07-15 16:29:33.554 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58269 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:30:33.413 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:30:33.415 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""55a29428-325f-4a0a-a032-99a1cfd7e844""}\n2025-07-15 16:30:33.416 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] received connection request\n2025-07-15 16:30:33.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:30:33.475 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] socks forwarding established\n2025-07-15 16:30:33.645 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Process exited with code 0\n2025-07-15 16:30:33.645 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] socks connection closed\n2025-07-15 16:30:33.646 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Socket close event received\n2025-07-15 16:30:33.829 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58302 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:31:33.648 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:31:33.651 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""78b779d3-ecef-497d-9af8-4c02c1ce8203""}\n2025-07-15 16:31:33.652 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] received connection request\n2025-07-15 16:31:33.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:31:33.702 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] socks forwarding established\n2025-07-15 16:31:33.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] socks connection closed\n2025-07-15 16:31:33.863 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Process exited with code 0\n2025-07-15 16:31:33.864 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Socket close event received\n2025-07-15 16:31:33.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58365 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:32:33.869 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:32:33.871 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1""}\n2025-07-15 16:32:33.871 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] received connection request\n2025-07-15 16:32:33.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:32:33.872 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:32:33.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] socks forwarding established\n2025-07-15 16:32:33.933 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Process exited with code 0\n2025-07-15 16:32:33.933 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] socks connection closed\n2025-07-15 16:32:33.934 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Socket close event received\n2025-07-15 16:32:33.967 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58394 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:33:33.934 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:33:33.936 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""06c52913-a7fb-4be3-b77c-996e4f179635""}\n2025-07-15 16:33:33.937 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] received connection request\n2025-07-15 16:33:33.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:33:33.939 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:33:33.985 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] socks forwarding established\n2025-07-15 16:33:34.014 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Process exited with code 0\n2025-07-15 16:33:34.014 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Socket close event received\n2025-07-15 16:33:34.018 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] socks connection closed\n2025-07-15 16:33:34.143 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58426 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:34:34.020 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:34:34.022 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a3eedbe3-8f09-40de-af3b-b0efa33fe2b4""}\n2025-07-15 16:34:34.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] received connection request\n2025-07-15 16:34:34.023 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:34:34.049 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] socks forwarding established\n2025-07-15 16:34:34.081 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] socks connection closed\n2025-07-15 16:34:34.082 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Process exited with code 0\n2025-07-15 16:34:34.082 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Socket close event received\n2025-07-15 16:34:34.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58467 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:35:34.085 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:35:34.087 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""eafd68e8-52eb-447e-af13-47a5a474a0f9""}\n2025-07-15 16:35:34.088 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] received connection request\n2025-07-15 16:35:34.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:35:34.212 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] socks forwarding established\n2025-07-15 16:35:34.245 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Process exited with code 0\n2025-07-15 16:35:34.245 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] socks connection closed\n2025-07-15 16:35:34.245 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Socket close event received\n2025-07-15 16:35:34.278 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58516 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:36:34.247 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:36:34.249 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ea44767-9381-4f45-8ce3-f0746dc4bc08""}\n2025-07-15 16:36:34.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] received connection request\n2025-07-15 16:36:34.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:36:34.363 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] socks forwarding established\n2025-07-15 16:36:34.392 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Process exited with code 0\n2025-07-15 16:36:34.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] socks connection closed\n2025-07-15 16:36:34.393 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Socket close event received\n2025-07-15 16:36:34.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58564 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:37:34.394 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:37:34.395 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9bc13d98-a758-458c-ad8c-87225f11b462""}\n2025-07-15 16:37:34.396 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] received connection request\n2025-07-15 16:37:34.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:37:34.396 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:37:34.424 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] socks forwarding established\n2025-07-15 16:37:34.449 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] socks connection closed\n2025-07-15 16:37:34.450 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Process exited with code 0\n2025-07-15 16:37:34.450 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Socket close event received\n2025-07-15 16:37:34.472 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:38:34.451 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:38:34.453 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2e692ed9-f404-4216-b262-67081747a07d""}\n2025-07-15 16:38:34.453 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] received connection request\n2025-07-15 16:38:34.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:38:34.482 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] socks forwarding established\n2025-07-15 16:38:34.509 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Process exited with code 0\n2025-07-15 16:38:34.509 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] socks connection closed\n2025-07-15 16:38:34.509 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Socket close event received\n2025-07-15 16:38:34.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58628 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:39:34.514 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:39:34.516 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1abfa48-6b1d-4e36-bed8-bed155b79624""}\n2025-07-15 16:39:34.517 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] received connection request\n2025-07-15 16:39:34.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:39:34.517 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:39:34.624 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] socks forwarding established\n2025-07-15 16:39:34.685 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Process exited with code 0\n2025-07-15 16:39:34.685 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Socket close event received\n2025-07-15 16:39:34.685 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] socks connection closed\n2025-07-15 16:39:34.842 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58663 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:40:34.687 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:40:34.689 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""56c318f8-3a76-4ed2-a361-50aa865e0181""}\n2025-07-15 16:40:34.689 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] received connection request\n2025-07-15 16:40:34.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:40:34.689 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:40:34.723 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] socks forwarding established\n2025-07-15 16:40:34.749 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Process exited with code 0\n2025-07-15 16:40:34.749 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Socket close event received\n2025-07-15 16:40:34.749 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] socks connection closed\n2025-07-15 16:40:34.776 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58707 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:41:34.754 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:41:34.756 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""443863c7-77c8-4ae1-a492-48df0f0aae07""}\n2025-07-15 16:41:34.757 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] received connection request\n2025-07-15 16:41:34.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:41:34.757 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:41:34.783 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] socks forwarding established\n2025-07-15 16:41:34.815 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Process exited with code 0\n2025-07-15 16:41:34.815 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Socket close event received\n2025-07-15 16:41:34.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] socks connection closed\n2025-07-15 16:41:34.844 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58753 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:42:34.821 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:42:34.823 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""62e14d4d-e659-4c52-804c-9c43a0d1a954""}\n2025-07-15 16:42:34.823 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] received connection request\n2025-07-15 16:42:34.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:42:34.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] socks forwarding established\n2025-07-15 16:42:34.921 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Process exited with code 0\n2025-07-15 16:42:34.922 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] socks connection closed\n2025-07-15 16:42:34.922 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Socket close event received\n2025-07-15 16:42:35.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58789 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:43:34.925 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:43:34.927 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c855aa5-d80d-4148-9b0b-dbf5b443f5c9""}\n2025-07-15 16:43:34.928 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] received connection request\n2025-07-15 16:43:34.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:43:34.956 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] socks forwarding established\n2025-07-15 16:43:34.983 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Process exited with code 0\n2025-07-15 16:43:34.984 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] socks connection closed\n2025-07-15 16:43:34.984 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Socket close event received\n2025-07-15 16:43:35.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58814 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:44:34.988 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:44:34.990 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2f5c557c-f60b-4726-8279-bac3965c1c61""}\n2025-07-15 16:44:34.991 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] received connection request\n2025-07-15 16:44:34.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:44:35.026 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] socks forwarding established\n2025-07-15 16:44:35.065 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Process exited with code 0\n2025-07-15 16:44:35.065 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Socket close event received\n2025-07-15 16:44:35.068 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] socks connection closed\n2025-07-15 16:44:35.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58851 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:45:35.066 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:45:35.068 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c251e208-288a-4e30-80ba-7002ac255568""}\n2025-07-15 16:45:35.069 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] received connection request\n2025-07-15 16:45:35.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:45:35.139 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] socks forwarding established\n2025-07-15 16:45:35.251 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Process exited with code 0\n2025-07-15 16:45:35.252 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] socks connection closed\n2025-07-15 16:45:35.252 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Socket close event received\n2025-07-15 16:45:35.276 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58902 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:46:35.256 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:46:35.257 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""df355300-9b38-4f4c-8432-25fa44d97d64""}\n2025-07-15 16:46:35.258 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] received connection request\n2025-07-15 16:46:35.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:46:35.330 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] socks forwarding established\n2025-07-15 16:46:35.491 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Process exited with code 0\n2025-07-15 16:46:35.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] socks connection closed\n2025-07-15 16:46:35.492 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Socket close event received\n2025-07-15 16:46:35.520 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58967 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:47:35.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:47:35.500 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] received connection request\n2025-07-15 16:47:35.500 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c79700e5-5f62-4687-91c4-6e1e098a2739""}\n2025-07-15 16:47:35.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:47:35.618 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] socks forwarding established\n2025-07-15 16:47:35.686 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Process exited with code 0\n2025-07-15 16:47:35.686 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] socks connection closed\n2025-07-15 16:47:35.687 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Socket close event received\n2025-07-15 16:47:35.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59005 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:48:35.688 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:48:35.690 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""17e7aff4-5da0-4c6c-bc95-fdad47041291""}\n2025-07-15 16:48:35.690 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] received connection request\n2025-07-15 16:48:35.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:48:35.731 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] socks forwarding established\n2025-07-15 16:48:35.787 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Process exited with code 0\n2025-07-15 16:48:35.787 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] socks connection closed\n2025-07-15 16:48:35.787 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Socket close event received\n2025-07-15 16:48:35.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59035 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:49:35.788 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:49:35.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] received connection request\n2025-07-15 16:49:35.789 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ade612a4-4428-456c-b719-2d8853a1ab35""}\n2025-07-15 16:49:35.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:49:35.818 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] socks forwarding established\n2025-07-15 16:49:35.868 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Process exited with code 0\n2025-07-15 16:49:35.868 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] socks connection closed\n2025-07-15 16:49:35.868 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Socket close event received\n2025-07-15 16:49:35.892 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59091 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:50:35.870 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:50:35.872 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2bd2cd02-55cc-4510-b6d4-d6509fdc227b""}\n2025-07-15 16:50:35.873 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] received connection request\n2025-07-15 16:50:35.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:50:35.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] socks forwarding established\n2025-07-15 16:50:35.931 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Process exited with code 0\n2025-07-15 16:50:35.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] socks connection closed\n2025-07-15 16:50:35.934 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Socket close event received\n2025-07-15 16:50:35.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59136 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:51:35.935 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:51:35.938 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6cffe04a-839e-4aa1-957b-2a65ea3e0663""}\n2025-07-15 16:51:35.938 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] received connection request\n2025-07-15 16:51:35.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:51:35.938 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:51:35.964 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] socks forwarding established\n2025-07-15 16:51:35.990 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] socks connection closed\n2025-07-15 16:51:35.990 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Process exited with code 0\n2025-07-15 16:51:35.990 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Socket close event received\n2025-07-15 16:51:36.014 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59183 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:52:35.994 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:52:35.997 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3250eb48-9cdd-4484-bdb8-aa495cd38e9c""}\n2025-07-15 16:52:35.997 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] received connection request\n2025-07-15 16:52:35.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:52:35.997 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:52:36.027 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] socks forwarding established\n2025-07-15 16:52:36.071 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Process exited with code 0\n2025-07-15 16:52:36.071 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Socket close event received\n2025-07-15 16:52:36.072 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] socks connection closed\n2025-07-15 16:52:36.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59232 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:53:36.077 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:53:36.079 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""96322d48-7358-47c9-9dec-b36e029199cb""}\n2025-07-15 16:53:36.080 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] received connection request\n2025-07-15 16:53:36.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:53:36.107 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] socks forwarding established\n2025-07-15 16:53:36.135 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Process exited with code 0\n2025-07-15 16:53:36.135 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] socks connection closed\n2025-07-15 16:53:36.135 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Socket close event received\n2025-07-15 16:53:36.244 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59293 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:54:36.140 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:54:36.142 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""96c0cea2-4344-4123-b710-daf658aae92c""}\n2025-07-15 16:54:36.143 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] received connection request\n2025-07-15 16:54:36.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:54:36.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] socks forwarding established\n2025-07-15 16:54:36.205 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Process exited with code 0\n2025-07-15 16:54:36.205 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Socket close event received\n2025-07-15 16:54:36.205 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] socks connection closed\n2025-07-15 16:54:36.233 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59344 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:55:36.211 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:55:36.213 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fa6118dc-221c-43a6-9d92-355a2027b219""}\n2025-07-15 16:55:36.214 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] received connection request\n2025-07-15 16:55:36.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:55:36.240 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] socks forwarding established\n2025-07-15 16:55:36.268 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Process exited with code 0\n2025-07-15 16:55:36.268 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Socket close event received\n2025-07-15 16:55:36.269 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] socks connection closed\n2025-07-15 16:55:36.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59383 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:56:36.270 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:56:36.272 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd""}\n2025-07-15 16:56:36.273 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] received connection request\n2025-07-15 16:56:36.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:56:36.364 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] socks forwarding established\n2025-07-15 16:56:36.391 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Process exited with code 0\n2025-07-15 16:56:36.391 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Socket close event received\n2025-07-15 16:56:36.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] socks connection closed\n2025-07-15 16:56:36.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59445 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:57:36.396 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:57:36.398 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fac65925-9bf1-4e9f-b78e-3f17284423fd""}\n2025-07-15 16:57:36.398 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] received connection request\n2025-07-15 16:57:36.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:57:36.423 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] socks forwarding established\n2025-07-15 16:57:36.450 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Process exited with code 0\n2025-07-15 16:57:36.450 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] socks connection closed\n2025-07-15 16:57:36.450 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Socket close event received\n2025-07-15 16:57:36.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59488 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:58:36.455 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:58:36.457 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7ab881ba-2384-4589-bc31-3ecffde0756a""}\n2025-07-15 16:58:36.457 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] received connection request\n2025-07-15 16:58:36.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:58:36.458 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:58:36.485 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] socks forwarding established\n2025-07-15 16:58:36.514 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] socks connection closed\n2025-07-15 16:58:36.514 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Process exited with code 0\n2025-07-15 16:58:36.514 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Socket close event received\n2025-07-15 16:58:36.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59545 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:59:36.516 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:59:36.518 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0e5f51b2-5bce-476c-98c7-4af3a7526749""}\n2025-07-15 16:59:36.518 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] received connection request\n2025-07-15 16:59:36.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:59:36.518 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:59:36.541 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] socks forwarding established\n2025-07-15 16:59:36.570 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] socks connection closed\n2025-07-15 16:59:36.571 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Process exited with code 0\n2025-07-15 16:59:36.571 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Socket close event received\n2025-07-15 16:59:36.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59597 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:00:36.576 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:00:36.578 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5ca68d99-725a-45e2-8dca-ca4eca238364""}\n2025-07-15 17:00:36.578 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] received connection request\n2025-07-15 17:00:36.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:00:36.606 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] socks forwarding established\n2025-07-15 17:00:36.633 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Process exited with code 0\n2025-07-15 17:00:36.633 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] socks connection closed\n2025-07-15 17:00:36.633 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Socket close event received\n2025-07-15 17:00:36.657 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59648 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:01:36.634 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:01:36.636 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""85c390c5-ec2a-44e1-aad3-571e665fb657""}\n2025-07-15 17:01:36.636 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] received connection request\n2025-07-15 17:01:36.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:01:36.660 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] socks forwarding established\n2025-07-15 17:01:36.686 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] socks connection closed\n2025-07-15 17:01:36.686 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Process exited with code 0\n2025-07-15 17:01:36.686 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Socket close event received\n2025-07-15 17:01:36.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59712 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:02:36.690 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:02:36.692 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""028bc1d7-a053-4a6f-a8d2-03e3be5a0562""}\n2025-07-15 17:02:36.692 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] received connection request\n2025-07-15 17:02:36.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:02:36.717 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] socks forwarding established\n2025-07-15 17:02:36.750 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Process exited with code 0\n2025-07-15 17:02:36.751 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] socks connection closed\n2025-07-15 17:02:36.751 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Socket close event received\n2025-07-15 17:02:36.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59775 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:03:36.751 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:03:36.754 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6ae3df07-f22e-49e5-8806-6cacd3f73799""}\n2025-07-15 17:03:36.755 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] received connection request\n2025-07-15 17:03:36.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:03:36.854 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] socks forwarding established\n2025-07-15 17:03:36.963 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Process exited with code 0\n2025-07-15 17:03:36.964 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] socks connection closed\n2025-07-15 17:03:36.964 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Socket close event received\n2025-07-15 17:03:36.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59810 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:04:36.965 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:04:36.968 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5214c74c-b518-4118-94a3-cd2b4e5da8f0""}\n2025-07-15 17:04:36.968 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] received connection request\n2025-07-15 17:04:36.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:04:36.993 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] socks forwarding established\n2025-07-15 17:04:37.019 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Process exited with code 0\n2025-07-15 17:04:37.019 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Socket close event received\n2025-07-15 17:04:37.020 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] socks connection closed\n2025-07-15 17:04:37.047 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59849 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:05:37.022 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:05:37.025 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a61c1f32-48c6-4d89-add8-f0f78386075f""}\n2025-07-15 17:05:37.026 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] received connection request\n2025-07-15 17:05:37.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:05:37.055 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] socks forwarding established\n2025-07-15 17:05:37.081 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Process exited with code 0\n2025-07-15 17:05:37.081 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Socket close event received\n2025-07-15 17:05:37.081 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] socks connection closed\n2025-07-15 17:05:37.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59898 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:06:37.087 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:06:37.089 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""4128371d-5237-4d69-9997-5d2688f509ef""}\n2025-07-15 17:06:37.090 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] received connection request\n2025-07-15 17:06:37.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:06:37.116 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] socks forwarding established\n2025-07-15 17:06:37.143 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Process exited with code 0\n2025-07-15 17:06:37.144 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] socks connection closed\n2025-07-15 17:06:37.144 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Socket close event received\n2025-07-15 17:06:37.168 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59937 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:07:37.149 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:07:37.151 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ff911148-c57a-4d8c-b9c1-d0cd7809e227""}\n2025-07-15 17:07:37.152 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] received connection request\n2025-07-15 17:07:37.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:07:37.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] socks forwarding established\n2025-07-15 17:07:37.205 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Process exited with code 0\n2025-07-15 17:07:37.205 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] socks connection closed\n2025-07-15 17:07:37.206 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Socket close event received\n2025-07-15 17:07:37.229 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59960 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:08:37.210 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:08:37.211 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e05dd0f9-812e-4729-9893-f870cd17bcae""}\n2025-07-15 17:08:37.211 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] received connection request\n2025-07-15 17:08:37.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:08:37.212 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:08:37.235 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] socks forwarding established\n2025-07-15 17:08:37.261 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] socks connection closed\n2025-07-15 17:08:37.261 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Process exited with code 0\n2025-07-15 17:08:37.261 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Socket close event received\n2025-07-15 17:08:37.285 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59985 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:09:37.266 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:09:37.270 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf""}\n2025-07-15 17:09:37.271 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] received connection request\n2025-07-15 17:09:37.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:09:37.298 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] socks forwarding established\n2025-07-15 17:09:37.325 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Process exited with code 0\n2025-07-15 17:09:37.326 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Socket close event received\n2025-07-15 17:09:37.329 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] socks connection closed\n2025-07-15 17:09:37.359 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60022 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:10:37.330 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:10:37.332 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ebd2122-3833-4282-b379-09414f3d806d""}\n2025-07-15 17:10:37.332 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] received connection request\n2025-07-15 17:10:37.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:10:37.332 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:10:37.356 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] socks forwarding established\n2025-07-15 17:10:37.382 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Process exited with code 0\n2025-07-15 17:10:37.382 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Socket close event received\n2025-07-15 17:10:37.382 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] socks connection closed\n2025-07-15 17:10:37.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60066 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:11:37.384 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:11:37.386 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""21a4c17b-12a5-49e3-973a-96222cc9ed4c""}\n2025-07-15 17:11:37.387 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] received connection request\n2025-07-15 17:11:37.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:11:37.412 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] socks forwarding established\n2025-07-15 17:11:37.439 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Process exited with code 0\n2025-07-15 17:11:37.440 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] socks connection closed\n2025-07-15 17:11:37.440 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Socket close event received\n2025-07-15 17:11:37.463 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60127 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:12:37.444 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:12:37.446 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a16fe95e-23a6-44eb-a9a8-074dcba1bf43""}\n2025-07-15 17:12:37.447 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] received connection request\n2025-07-15 17:12:37.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:12:37.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] socks forwarding established\n2025-07-15 17:12:37.609 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Process exited with code 0\n2025-07-15 17:12:37.609 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] socks connection closed\n2025-07-15 17:12:37.609 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Socket close event received\n2025-07-15 17:12:37.633 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60158 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:13:37.614 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:13:37.617 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d299a7ed-1456-4801-a602-29c5fba78411""}\n2025-07-15 17:13:37.618 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] received connection request\n2025-07-15 17:13:37.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:13:37.643 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] socks forwarding established\n2025-07-15 17:13:37.670 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Process exited with code 0\n2025-07-15 17:13:37.670 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Socket close event received\n2025-07-15 17:13:37.671 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] socks connection closed\n2025-07-15 17:13:37.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60190 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:14:37.672 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:14:37.675 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b6f66f6a-5c1a-4541-89c3-c688d7bc58f7""}\n2025-07-15 17:14:37.675 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] received connection request\n2025-07-15 17:14:37.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:14:37.782 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] socks forwarding established\n2025-07-15 17:14:37.810 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Process exited with code 0\n2025-07-15 17:14:37.810 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] socks connection closed\n2025-07-15 17:14:37.810 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Socket close event received\n2025-07-15 17:14:37.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60239 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:15:37.811 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:15:37.813 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c""}\n2025-07-15 17:15:37.814 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] received connection request\n2025-07-15 17:15:37.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:15:37.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] socks forwarding established\n2025-07-15 17:15:37.870 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Process exited with code 0\n2025-07-15 17:15:37.871 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] socks connection closed\n2025-07-15 17:15:37.871 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Socket close event received\n2025-07-15 17:15:37.895 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60284 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:16:37.871 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:16:37.873 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ce615636-a104-4842-803a-e20d628016ce""}\n2025-07-15 17:16:37.873 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] received connection request\n2025-07-15 17:16:37.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:16:37.898 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] socks forwarding established\n2025-07-15 17:16:37.925 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Process exited with code 0\n2025-07-15 17:16:37.925 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] socks connection closed\n2025-07-15 17:16:37.925 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Socket close event received\n2025-07-15 17:16:37.951 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60322 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:17:37.930 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:17:37.932 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c330a6d-8fc3-4598-ae37-082602e3b688""}\n2025-07-15 17:17:37.933 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] received connection request\n2025-07-15 17:17:37.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:17:38.003 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] socks forwarding established\n2025-07-15 17:17:38.037 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Process exited with code 0\n2025-07-15 17:17:38.037 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] socks connection closed\n2025-07-15 17:17:38.037 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Socket close event received\n2025-07-15 17:17:38.066 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60342 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:18:38.043 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:18:38.044 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""73d62b6a-149f-406f-9b66-d38602e8374e""}\n2025-07-15 17:18:38.045 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] received connection request\n2025-07-15 17:18:38.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:18:38.140 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] socks forwarding established\n2025-07-15 17:18:38.244 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Process exited with code 0\n2025-07-15 17:18:38.244 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] socks connection closed\n2025-07-15 17:18:38.244 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Socket close event received\n2025-07-15 17:18:38.269 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60367 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:19:38.246 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:19:38.248 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e1a5c6e5-74dd-42fe-b5be-c430f446bb6f""}\n2025-07-15 17:19:38.248 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] received connection request\n2025-07-15 17:19:38.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:19:39.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] socks forwarding established\n2025-07-15 17:19:39.056 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Process exited with code 0\n2025-07-15 17:19:39.056 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] socks connection closed\n2025-07-15 17:19:39.056 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Socket close event received\n2025-07-15 17:19:39.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60407 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:20:39.061 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:20:39.064 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5bc5c606-6628-44d1-861f-0a8d184a3a2f""}\n2025-07-15 17:20:39.065 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] received connection request\n2025-07-15 17:20:39.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:20:39.090 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] socks forwarding established\n2025-07-15 17:20:39.117 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Process exited with code 0\n2025-07-15 17:20:39.118 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Socket close event received\n2025-07-15 17:20:39.119 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] socks connection closed\n2025-07-15 17:20:39.143 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60455 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:21:39.122 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:21:39.125 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0d4cc294-b673-403f-beef-0655b0644e56""}\n2025-07-15 17:21:39.125 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] received connection request\n2025-07-15 17:21:39.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:21:39.127 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:21:39.156 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] socks forwarding established\n2025-07-15 17:21:39.273 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] socks connection closed\n2025-07-15 17:21:39.273 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Process exited with code 0\n2025-07-15 17:21:39.273 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Socket close event received\n2025-07-15 17:21:39.299 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60526 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:22:39.274 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:22:39.276 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f1e0a670-7ed7-46b6-b387-0c1e06552bb2""}\n2025-07-15 17:22:39.276 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] received connection request\n2025-07-15 17:22:39.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:22:39.277 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:22:39.388 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] socks forwarding established\n2025-07-15 17:22:39.418 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Process exited with code 0\n2025-07-15 17:22:39.419 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Socket close event received\n2025-07-15 17:22:39.425 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] socks connection closed\n2025-07-15 17:22:39.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60551 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:23:39.423 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:23:39.427 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] received connection request\n2025-07-15 17:23:39.428 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""62fd0a1e-0d22-472a-8ad4-db2827f98797""}\n2025-07-15 17:23:39.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:23:39.463 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] socks forwarding established\n2025-07-15 17:23:39.503 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Process exited with code 0\n2025-07-15 17:23:39.503 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] socks connection closed\n2025-07-15 17:23:39.503 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Socket close event received\n2025-07-15 17:23:39.545 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60590 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:24:39.507 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:24:39.508 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2096bcaf-45b6-49b0-ae10-81ef2ebeb363""}\n2025-07-15 17:24:39.509 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] received connection request\n2025-07-15 17:24:39.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:24:39.561 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] socks forwarding established\n2025-07-15 17:24:39.722 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Process exited with code 0\n2025-07-15 17:24:39.722 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] socks connection closed\n2025-07-15 17:24:39.722 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Socket close event received\n2025-07-15 17:24:39.750 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60675 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:25:39.724 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:25:39.726 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b6143009-95e2-4efb-ac03-1394dba8ace5""}\n2025-07-15 17:25:39.727 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] received connection request\n2025-07-15 17:25:39.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:25:39.728 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:25:39.758 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] socks forwarding established\n2025-07-15 17:25:39.787 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Process exited with code 0\n2025-07-15 17:25:39.787 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Socket close event received\n2025-07-15 17:25:39.809 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] socks connection closed\n2025-07-15 17:25:39.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60712 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:26:39.787 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:26:39.788 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc""}\n2025-07-15 17:26:39.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] received connection request\n2025-07-15 17:26:39.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:26:39.813 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] socks forwarding established\n2025-07-15 17:26:39.842 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Process exited with code 0\n2025-07-15 17:26:39.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] socks connection closed\n2025-07-15 17:26:39.842 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Socket close event received\n2025-07-15 17:26:39.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60768 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:27:39.847 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:27:39.849 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""905f7693-ef1f-4246-9c18-2caae7277592""}\n2025-07-15 17:27:39.850 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] received connection request\n2025-07-15 17:27:39.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:27:39.953 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] socks forwarding established\n2025-07-15 17:27:40.101 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Process exited with code 0\n2025-07-15 17:27:40.101 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] socks connection closed\n2025-07-15 17:27:40.101 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Socket close event received\n2025-07-15 17:27:40.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60790 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:28:40.102 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:28:40.105 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5e2e4675-506c-46c7-bf5b-a48b1fa81d99""}\n2025-07-15 17:28:40.105 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] received connection request\n2025-07-15 17:28:40.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:28:40.145 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] socks forwarding established\n2025-07-15 17:28:40.173 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Process exited with code 0\n2025-07-15 17:28:40.173 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] socks connection closed\n2025-07-15 17:28:40.173 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Socket close event received\n2025-07-15 17:28:40.201 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60824 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:29:40.179 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:29:40.181 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""aea09ecb-2696-4264-9aca-d0ed39bc6217""}\n2025-07-15 17:29:40.182 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] received connection request\n2025-07-15 17:29:40.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:29:40.245 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] socks forwarding established\n2025-07-15 17:29:40.338 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Process exited with code 0\n2025-07-15 17:29:40.338 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] socks connection closed\n2025-07-15 17:29:40.338 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Socket close event received\n2025-07-15 17:29:40.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60865 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:30:40.343 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:30:40.345 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""76d16aed-d6db-4e4d-8c9c-097a74d186e6""}\n2025-07-15 17:30:40.346 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] received connection request\n2025-07-15 17:30:40.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:30:40.346 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:30:40.490 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] socks forwarding established\n2025-07-15 17:30:40.667 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Process exited with code 0\n2025-07-15 17:30:40.668 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] socks connection closed\n2025-07-15 17:30:40.668 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Socket close event received\n2025-07-15 17:30:40.692 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60906 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:31:40.668 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:31:40.669 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""26e646f7-0d03-4fe3-a31b-f3663d4e32d2""}\n2025-07-15 17:31:40.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] received connection request\n2025-07-15 17:31:40.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:31:40.693 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] socks forwarding established\n2025-07-15 17:31:40.718 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Process exited with code 0\n2025-07-15 17:31:40.718 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Socket close event received\n2025-07-15 17:31:40.741 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] socks connection closed\n2025-07-15 17:31:40.743 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60947 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:32:40.719 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:32:40.722 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fe6f9683-52bd-4677-a1b8-76bd5ddbc50e""}\n2025-07-15 17:32:40.723 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] received connection request\n2025-07-15 17:32:40.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:32:40.806 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] socks forwarding established\n2025-07-15 17:32:40.847 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Process exited with code 0\n2025-07-15 17:32:40.847 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Socket close event received\n2025-07-15 17:32:40.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] socks connection closed\n2025-07-15 17:32:40.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60973 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:33:40.848 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:33:40.851 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""49af796d-fb3f-4ebf-ab80-01661b790ae0""}\n2025-07-15 17:33:40.852 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] received connection request\n2025-07-15 17:33:40.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:33:40.938 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] socks forwarding established\n2025-07-15 17:33:41.101 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Process exited with code 0\n2025-07-15 17:33:41.102 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] socks connection closed\n2025-07-15 17:33:41.102 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Socket close event received\n2025-07-15 17:33:41.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61004 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:34:41.107 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:34:41.110 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1409be99-1caa-4bd5-a77b-b6d3b8e4df3f""}\n2025-07-15 17:34:41.111 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] received connection request\n2025-07-15 17:34:41.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:34:41.137 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] socks forwarding established\n2025-07-15 17:34:41.165 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Process exited with code 0\n2025-07-15 17:34:41.165 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Socket close event received\n2025-07-15 17:34:41.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61039 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:34:41.190 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] socks connection closed\n2025-07-15 17:35:41.167 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:35:41.169 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3689c4ad-9694-4bce-ba6c-2229e50068d3""}\n2025-07-15 17:35:41.170 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] received connection request\n2025-07-15 17:35:41.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:35:41.195 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] socks forwarding established\n2025-07-15 17:35:41.223 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Process exited with code 0\n2025-07-15 17:35:41.223 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Socket close event received\n2025-07-15 17:35:41.246 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] socks connection closed\n2025-07-15 17:35:41.248 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61085 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:36:41.226 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:36:41.229 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""bd5d6a70-e4ed-4335-b230-1e70d31e4a60""}\n2025-07-15 17:36:41.230 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] received connection request\n2025-07-15 17:36:41.231 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:36:41.259 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] socks forwarding established\n2025-07-15 17:36:41.311 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Process exited with code 0\n2025-07-15 17:36:41.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] socks connection closed\n2025-07-15 17:36:41.311 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Socket close event received\n2025-07-15 17:36:41.472 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61126 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:37:41.312 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:37:41.315 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""806cee54-a94c-4121-a2a0-050e4396f3bd""}\n2025-07-15 17:37:41.316 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] received connection request\n2025-07-15 17:37:41.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:37:41.341 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] socks forwarding established\n2025-07-15 17:37:41.372 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Process exited with code 0\n2025-07-15 17:37:41.372 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] socks connection closed\n2025-07-15 17:37:41.373 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Socket close event received\n2025-07-15 17:37:41.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61146 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:38:41.378 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:38:41.379 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fa215e29-7601-4b4c-9207-fd4f8c39bba0""}\n2025-07-15 17:38:41.380 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] received connection request\n2025-07-15 17:38:41.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:38:41.405 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] socks forwarding established\n2025-07-15 17:38:41.431 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Process exited with code 0\n2025-07-15 17:38:41.431 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Socket close event received\n2025-07-15 17:38:41.432 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] socks connection closed\n2025-07-15 17:38:41.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61180 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:39:41.436 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:39:41.438 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0efcffe1-3e48-43b4-a41b-c2f2764a9158""}\n2025-07-15 17:39:41.439 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] received connection request\n2025-07-15 17:39:41.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:39:41.512 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] socks forwarding established\n2025-07-15 17:39:41.542 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Process exited with code 0\n2025-07-15 17:39:41.542 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] socks connection closed\n2025-07-15 17:39:41.542 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Socket close event received\n2025-07-15 17:39:41.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61217 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:40:41.544 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:40:41.547 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19d1b17a-6dc3-4cc0-a62e-1e088f6bac43""}\n2025-07-15 17:40:41.548 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] received connection request\n2025-07-15 17:40:41.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:40:41.573 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] socks forwarding established\n2025-07-15 17:40:41.606 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Process exited with code 0\n2025-07-15 17:40:41.606 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Socket close event received\n2025-07-15 17:40:41.630 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] socks connection closed\n2025-07-15 17:40:41.631 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61261 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:41:41.607 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:41:41.609 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1bce189a-cca1-451a-a05c-6032b57cf700""}\n2025-07-15 17:41:41.609 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] received connection request\n2025-07-15 17:41:41.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:41:41.634 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] socks forwarding established\n2025-07-15 17:41:41.662 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Process exited with code 0\n2025-07-15 17:41:41.662 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] socks connection closed\n2025-07-15 17:41:41.662 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Socket close event received\n2025-07-15 17:41:41.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61309 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:42:41.666 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:42:41.668 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""996ba202-9520-4b60-9f30-86c04d825634""}\n2025-07-15 17:42:41.669 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] received connection request\n2025-07-15 17:42:41.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:42:41.775 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] socks forwarding established\n2025-07-15 17:42:41.931 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Process exited with code 0\n2025-07-15 17:42:41.931 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] socks connection closed\n2025-07-15 17:42:41.931 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Socket close event received\n2025-07-15 17:42:41.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61350 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:43:41.934 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:43:41.940 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] received connection request\n2025-07-15 17:43:41.940 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ca15602e-b5b1-4020-996a-72ea887058ec""}\n2025-07-15 17:43:41.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:43:41.941 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:43:41.965 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] socks forwarding established\n2025-07-15 17:43:41.992 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] socks connection closed\n2025-07-15 17:43:41.993 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Process exited with code 0\n2025-07-15 17:43:41.993 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Socket close event received\n2025-07-15 17:43:42.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61411 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:44:41.996 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:44:41.999 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3356f12a-057b-41a6-a6bd-929ed3ed597d""}\n2025-07-15 17:44:42.000 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] received connection request\n2025-07-15 17:44:42.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:44:42.031 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] socks forwarding established\n2025-07-15 17:44:42.059 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Process exited with code 0\n2025-07-15 17:44:42.059 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Socket close event received\n2025-07-15 17:44:42.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61439 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:44:42.085 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] socks connection closed\n2025-07-15 17:45:42.064 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:45:42.064 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4""}\n2025-07-15 17:45:42.065 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] received connection request\n2025-07-15 17:45:42.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:45:42.089 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] socks forwarding established\n2025-07-15 17:45:42.115 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Process exited with code 0\n2025-07-15 17:45:42.115 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Socket close event received\n2025-07-15 17:45:42.139 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] socks connection closed\n2025-07-15 17:45:42.140 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61481 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:46:42.120 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:46:42.122 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""348a7664-a33b-48a4-85ea-697b8ae81770""}\n2025-07-15 17:46:42.123 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] received connection request\n2025-07-15 17:46:42.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:46:42.152 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] socks forwarding established\n2025-07-15 17:46:42.180 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Process exited with code 0\n2025-07-15 17:46:42.180 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Socket close event received\n2025-07-15 17:46:42.204 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61521 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:46:42.204 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] socks connection closed\n2025-07-15 17:47:42.183 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:47:42.185 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""94653d41-f66a-4243-abe4-e605c9c77803""}\n2025-07-15 17:47:42.186 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] received connection request\n2025-07-15 17:47:42.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:47:42.215 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] socks forwarding established\n2025-07-15 17:47:42.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] socks connection closed\n2025-07-15 17:47:42.312 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Process exited with code 0\n2025-07-15 17:47:42.312 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Socket close event received\n2025-07-15 17:47:42.335 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61546 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:48:42.312 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:48:42.315 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19b6e1fd-0d5e-4098-9e0e-74942529278e""}\n2025-07-15 17:48:42.316 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] received connection request\n2025-07-15 17:48:42.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:48:42.342 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] socks forwarding established\n2025-07-15 17:48:42.371 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Process exited with code 0\n2025-07-15 17:48:42.372 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] socks connection closed\n2025-07-15 17:48:42.372 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Socket close event received\n2025-07-15 17:48:42.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:49:42.377 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:49:42.379 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""12a6ea89-94c9-4e21-8913-14b45f3b143c""}\n2025-07-15 17:49:42.379 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] received connection request\n2025-07-15 17:49:42.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:49:42.379 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:49:42.403 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] socks forwarding established\n2025-07-15 17:49:42.430 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] socks connection closed\n2025-07-15 17:49:42.430 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Process exited with code 0\n2025-07-15 17:49:42.431 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Socket close event received\n2025-07-15 17:49:42.453 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:50:42.433 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:50:42.434 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e4283ba7-cfc7-4a23-b69c-aa1240eb719b""}\n2025-07-15 17:50:42.434 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] received connection request\n2025-07-15 17:50:42.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:50:42.435 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:50:42.458 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] socks forwarding established\n2025-07-15 17:50:42.494 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] socks connection closed\n2025-07-15 17:50:42.494 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Process exited with code 0\n2025-07-15 17:50:42.494 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Socket close event received\n2025-07-15 17:50:42.517 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61650 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:51:42.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:51:42.499 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b4ac886f-361d-4724-93ae-91fd63f15d85""}\n2025-07-15 17:51:42.500 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] received connection request\n2025-07-15 17:51:42.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:51:42.602 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] socks forwarding established\n2025-07-15 17:51:42.629 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] socks connection closed\n2025-07-15 17:51:42.629 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Process exited with code 0\n2025-07-15 17:51:42.629 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Socket close event received\n2025-07-15 17:51:42.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61728 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:52:42.634 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:52:42.637 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""43a72bd3-caed-48b5-8c96-e549f4c773cb""}\n2025-07-15 17:52:42.638 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] received connection request\n2025-07-15 17:52:42.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:52:42.765 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] socks forwarding established\n2025-07-15 17:52:42.797 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Process exited with code 0\n2025-07-15 17:52:42.798 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] socks connection closed\n2025-07-15 17:52:42.798 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Socket close event received\n2025-07-15 17:52:42.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61755 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:53:42.800 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:53:42.803 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""643719ef-6ebe-4f8b-9fa3-52c221ba597e""}\n2025-07-15 17:53:42.804 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] received connection request\n2025-07-15 17:53:42.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:53:42.828 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] socks forwarding established\n2025-07-15 17:53:42.856 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Process exited with code 0\n2025-07-15 17:53:42.856 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] socks connection closed\n2025-07-15 17:53:42.857 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Socket close event received\n2025-07-15 17:53:42.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61791 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:54:42.858 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:54:42.859 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""846eddb9-6dc2-4c67-931f-ee2e4092d2ad""}\n2025-07-15 17:54:42.860 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] received connection request\n2025-07-15 17:54:42.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:54:42.885 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] socks forwarding established\n2025-07-15 17:54:42.911 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Process exited with code 0\n2025-07-15 17:54:42.912 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Socket close event received\n2025-07-15 17:54:42.912 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] socks connection closed\n2025-07-15 17:54:42.935 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61814 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:55:42.917 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:55:42.919 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7672d4dd-e8bd-4431-a7f4-46e064bd2bad""}\n2025-07-15 17:55:42.920 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] received connection request\n2025-07-15 17:55:42.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:55:43.012 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] socks forwarding established\n2025-07-15 17:55:43.167 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Process exited with code 0\n2025-07-15 17:55:43.168 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] socks connection closed\n2025-07-15 17:55:43.168 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Socket close event received\n2025-07-15 17:55:43.200 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61851 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:56:43.172 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:56:43.174 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fe266c1f-88a7-48ed-b9fd-72a4a448e300""}\n2025-07-15 17:56:43.175 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] received connection request\n2025-07-15 17:56:43.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:56:43.200 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] socks forwarding established\n2025-07-15 17:56:43.227 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Process exited with code 0\n2025-07-15 17:56:43.227 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Socket close event received\n2025-07-15 17:56:43.228 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] socks connection closed\n2025-07-15 17:56:43.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61898 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:57:43.230 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:57:43.233 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8dd51766-7d90-4731-9f87-f371c52c65e6""}\n2025-07-15 17:57:43.234 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] received connection request\n2025-07-15 17:57:43.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:57:43.259 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] socks forwarding established\n2025-07-15 17:57:43.285 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Process exited with code 0\n2025-07-15 17:57:43.286 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] socks connection closed\n2025-07-15 17:57:43.286 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Socket close event received\n2025-07-15 17:57:43.315 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61922 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:58:43.293 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:58:43.295 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5db0da48-3a27-41c6-8f20-95e69814eae1""}\n2025-07-15 17:58:43.295 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] received connection request\n2025-07-15 17:58:43.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:58:43.321 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] socks forwarding established\n2025-07-15 17:58:43.350 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Process exited with code 0\n2025-07-15 17:58:43.350 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Socket close event received\n2025-07-15 17:58:43.351 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] socks connection closed\n2025-07-15 17:58:43.378 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61958 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:59:43.352 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:59:43.353 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""27104cc1-9a42-4295-b082-806e5c78a9c3""}\n2025-07-15 17:59:43.354 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] received connection request\n2025-07-15 17:59:43.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:59:43.498 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] socks forwarding established\n2025-07-15 17:59:43.529 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Process exited with code 0\n2025-07-15 17:59:43.529 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] socks connection closed\n2025-07-15 17:59:43.529 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Socket close event received\n2025-07-15 17:59:43.630 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61980 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:00:43.535 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:00:43.537 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""44fee38f-fe6a-46f4-8793-02baf37bbb89""}\n2025-07-15 18:00:43.538 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] received connection request\n2025-07-15 18:00:43.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:00:43.563 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] socks forwarding established\n2025-07-15 18:00:43.591 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Process exited with code 0\n2025-07-15 18:00:43.591 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] socks connection closed\n2025-07-15 18:00:43.591 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Socket close event received\n2025-07-15 18:00:43.614 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62017 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:01:43.594 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:01:43.596 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c97dd73c-5374-4bfb-90d3-7cbddd2c0467""}\n2025-07-15 18:01:43.597 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] received connection request\n2025-07-15 18:01:43.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:01:43.655 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] socks forwarding established\n2025-07-15 18:01:43.683 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Process exited with code 0\n2025-07-15 18:01:43.683 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] socks connection closed\n2025-07-15 18:01:43.683 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Socket close event received\n2025-07-15 18:01:43.707 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62063 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:02:43.687 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:02:43.688 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e607832a-2541-4ca6-b997-d7281413629f""}\n2025-07-15 18:02:43.688 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] received connection request\n2025-07-15 18:02:43.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:02:43.713 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] socks forwarding established\n2025-07-15 18:02:43.741 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Process exited with code 0\n2025-07-15 18:02:43.741 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] socks connection closed\n2025-07-15 18:02:43.741 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Socket close event received\n2025-07-15 18:02:43.766 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62089 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:03:43.742 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:03:43.744 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e20fe0e2-8031-4a28-bfdb-c20c144c9bfb""}\n2025-07-15 18:03:43.745 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] received connection request\n2025-07-15 18:03:43.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:03:43.771 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] socks forwarding established\n2025-07-15 18:03:43.801 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Process exited with code 0\n2025-07-15 18:03:43.801 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Socket close event received\n2025-07-15 18:03:43.802 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] socks connection closed\n2025-07-15 18:03:43.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62129 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:04:43.806 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:04:43.808 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106""}\n2025-07-15 18:04:43.809 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] received connection request\n2025-07-15 18:04:43.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:04:43.834 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] socks forwarding established\n2025-07-15 18:04:43.862 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] socks connection closed\n2025-07-15 18:04:43.863 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Process exited with code 0\n2025-07-15 18:04:43.863 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Socket close event received\n2025-07-15 18:04:43.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62161 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:05:43.863 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:05:43.865 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ccacced-8514-4d8c-9585-b171bc358e2a""}\n2025-07-15 18:05:43.866 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] received connection request\n2025-07-15 18:05:43.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:05:43.895 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] socks forwarding established\n2025-07-15 18:05:43.932 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Process exited with code 0\n2025-07-15 18:05:43.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] socks connection closed\n2025-07-15 18:05:43.932 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Socket close event received\n2025-07-15 18:05:43.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62225 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:06:43.933 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:06:43.936 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5d124c0c-361c-4441-8069-f09aac7e2927""}\n2025-07-15 18:06:43.936 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] received connection request\n2025-07-15 18:06:43.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:06:44.039 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] socks forwarding established\n2025-07-15 18:06:44.070 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Process exited with code 0\n2025-07-15 18:06:44.070 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Socket close event received\n2025-07-15 18:06:44.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62289 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:06:44.189 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] socks connection closed\n2025-07-15 18:07:44.071 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:07:44.072 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""24758bd5-377c-4a28-bddc-3f143f56ebe8""}\n2025-07-15 18:07:44.073 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] received connection request\n2025-07-15 18:07:44.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:07:44.097 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] socks forwarding established\n2025-07-15 18:07:44.126 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Process exited with code 0\n2025-07-15 18:07:44.126 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] socks connection closed\n2025-07-15 18:07:44.126 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Socket close event received\n2025-07-15 18:07:44.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62362 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:08:44.131 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:08:44.133 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2c9e8c4a-2b16-4c96-91ba-a7467a86d987""}\n2025-07-15 18:08:44.133 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] received connection request\n2025-07-15 18:08:44.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:08:44.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] socks forwarding established\n2025-07-15 18:08:44.437 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Process exited with code 0\n2025-07-15 18:08:44.438 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] socks connection closed\n2025-07-15 18:08:44.438 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Socket close event received\n2025-07-15 18:08:44.467 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62403 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:09:44.438 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:09:44.439 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] received connection request\n2025-07-15 18:09:44.440 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8e5d5949-d3e9-43b3-9e95-06c2494690a0""}\n2025-07-15 18:09:44.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:09:44.496 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] socks forwarding established\n2025-07-15 18:09:44.654 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Process exited with code 0\n2025-07-15 18:09:44.655 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] socks connection closed\n2025-07-15 18:09:44.655 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Socket close event received\n2025-07-15 18:09:44.681 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62428 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:10:44.660 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:10:44.661 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""baa18f5c-8261-41a2-a1a9-557d15c3729b""}\n2025-07-15 18:10:44.662 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] received connection request\n2025-07-15 18:10:44.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:10:44.729 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] socks forwarding established\n2025-07-15 18:10:44.889 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Process exited with code 0\n2025-07-15 18:10:44.890 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] socks connection closed\n2025-07-15 18:10:44.890 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Socket close event received\n2025-07-15 18:10:44.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62500 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:11:44.892 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:11:44.894 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19dee159-b05f-4d9b-88a3-82330b30369f""}\n2025-07-15 18:11:44.894 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] received connection request\n2025-07-15 18:11:44.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:11:44.894 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:11:44.918 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] socks forwarding established\n2025-07-15 18:11:45.060 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] socks connection closed\n2025-07-15 18:11:45.060 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Process exited with code 0\n2025-07-15 18:11:45.060 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Socket close event received\n2025-07-15 18:11:45.089 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62541 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:12:45.065 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:12:45.066 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""acca514d-395b-4d6b-b092-1228a44e026b""}\n2025-07-15 18:12:45.066 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] received connection request\n2025-07-15 18:12:45.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:12:45.167 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] socks forwarding established\n2025-07-15 18:12:45.356 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Process exited with code 0\n2025-07-15 18:12:45.357 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Socket close event received\n2025-07-15 18:12:45.362 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] socks connection closed\n2025-07-15 18:12:45.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:13:45.358 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:13:45.359 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3""}\n2025-07-15 18:13:45.360 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] received connection request\n2025-07-15 18:13:45.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:13:45.423 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] socks forwarding established\n2025-07-15 18:13:45.461 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] socks connection closed\n2025-07-15 18:13:45.461 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Process exited with code 0\n2025-07-15 18:13:45.461 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Socket close event received\n2025-07-15 18:13:45.567 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62615 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:14:45.466 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:14:45.468 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3c9108ee-abfe-4052-8a35-91b3ff6e2971""}\n2025-07-15 18:14:45.468 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] received connection request\n2025-07-15 18:14:45.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:14:45.493 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] socks forwarding established\n2025-07-15 18:14:45.519 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Process exited with code 0\n2025-07-15 18:14:45.519 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] socks connection closed\n2025-07-15 18:14:45.519 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Socket close event received\n2025-07-15 18:14:45.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62640 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:15:45.524 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:15:45.526 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""559301e5-05f9-4643-977f-7d5c3c7df3ab""}\n2025-07-15 18:15:45.527 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] received connection request\n2025-07-15 18:15:45.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:15:45.588 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] socks forwarding established\n2025-07-15 18:15:45.666 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Process exited with code 0\n2025-07-15 18:15:45.666 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] socks connection closed\n2025-07-15 18:15:45.666 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Socket close event received\n2025-07-15 18:15:45.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62682 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:16:45.668 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:16:45.669 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c8ecd6b-e692-48a9-bb17-9df14d731080""}\n2025-07-15 18:16:45.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] received connection request\n2025-07-15 18:16:45.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:16:45.780 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] socks forwarding established\n2025-07-15 18:16:45.811 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Process exited with code 0\n2025-07-15 18:16:45.812 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Socket close event received\n2025-07-15 18:16:45.825 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] socks connection closed\n2025-07-15 18:16:45.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62732 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:17:45.813 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:17:45.816 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""32a903fe-f635-4153-932f-cbb86d8dfa83""}\n2025-07-15 18:17:45.816 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] received connection request\n2025-07-15 18:17:45.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:17:45.846 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] socks forwarding established\n2025-07-15 18:17:45.873 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Process exited with code 0\n2025-07-15 18:17:45.874 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Socket close event received\n2025-07-15 18:17:45.874 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] socks connection closed\n2025-07-15 18:17:45.898 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62772 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:18:45.878 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:18:45.879 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ea1944a1-93a4-4168-aaba-7b88eb9eb3dc""}\n2025-07-15 18:18:45.880 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] received connection request\n2025-07-15 18:18:45.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:18:45.905 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] socks forwarding established\n2025-07-15 18:18:45.931 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Process exited with code 0\n2025-07-15 18:18:45.931 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Socket close event received\n2025-07-15 18:18:45.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] socks connection closed\n2025-07-15 18:18:45.964 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62807 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:19:45.933 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:19:45.935 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4""}\n2025-07-15 18:19:45.935 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] received connection request\n2025-07-15 18:19:45.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:19:46.040 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] socks forwarding established\n2025-07-15 18:19:46.069 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Process exited with code 0\n2025-07-15 18:19:46.069 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] socks connection closed\n2025-07-15 18:19:46.070 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Socket close event received\n2025-07-15 18:19:46.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62839 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:20:46.071 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:20:46.074 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8f729e17-92cd-4ff2-854c-190bc5f4c7dc""}\n2025-07-15 18:20:46.074 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] received connection request\n2025-07-15 18:20:46.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:20:46.100 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] socks forwarding established\n2025-07-15 18:20:46.126 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Process exited with code 0\n2025-07-15 18:20:46.127 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] socks connection closed\n2025-07-15 18:20:46.127 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Socket close event received\n2025-07-15 18:20:46.150 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62889 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:21:46.130 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:21:46.132 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f685f2cc-437e-4027-a771-27c5db4a6b8e""}\n2025-07-15 18:21:46.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] received connection request\n2025-07-15 18:21:46.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:21:46.160 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] socks forwarding established\n2025-07-15 18:21:46.193 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Process exited with code 0\n2025-07-15 18:21:46.194 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] socks connection closed\n2025-07-15 18:21:46.194 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Socket close event received\n2025-07-15 18:21:46.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62942 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:22:46.198 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:22:46.199 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""52cb05eb-564c-4106-ae80-e5ac975f3f71""}\n2025-07-15 18:22:46.200 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] received connection request\n2025-07-15 18:22:46.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:22:46.200 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:22:46.223 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] socks forwarding established\n2025-07-15 18:22:46.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] socks connection closed\n2025-07-15 18:22:46.251 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Process exited with code 0\n2025-07-15 18:22:46.251 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Socket close event received\n2025-07-15 18:22:46.273 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62966 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:23:46.254 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:23:46.256 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""dfcd48aa-6874-436c-92ba-7d6983b0f89a""}\n2025-07-15 18:23:46.256 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] received connection request\n2025-07-15 18:23:46.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:23:46.356 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] socks forwarding established\n2025-07-15 18:23:46.384 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Process exited with code 0\n2025-07-15 18:23:46.385 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] socks connection closed\n2025-07-15 18:23:46.385 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Socket close event received\n2025-07-15 18:23:46.454 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63013 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:24:46.390 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:24:46.392 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ca150766-b654-40d6-91af-99f88f53b64f""}\n2025-07-15 18:24:46.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] received connection request\n2025-07-15 18:24:46.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:24:46.420 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] socks forwarding established\n2025-07-15 18:24:46.457 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Process exited with code 0\n2025-07-15 18:24:46.457 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] socks connection closed\n2025-07-15 18:24:46.458 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Socket close event received\n2025-07-15 18:24:46.484 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63037 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:25:46.463 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:25:46.465 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""06e8a926-bb0f-4b65-992d-03e0bc5ae884""}\n2025-07-15 18:25:46.467 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] received connection request\n2025-07-15 18:25:46.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:25:46.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] socks forwarding established\n2025-07-15 18:25:46.521 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Process exited with code 0\n2025-07-15 18:25:46.522 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Socket close event received\n2025-07-15 18:25:46.522 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] socks connection closed\n2025-07-15 18:25:46.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63110 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:26:46.527 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:26:46.530 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983""}\n2025-07-15 18:26:46.531 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] received connection request\n2025-07-15 18:26:46.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:26:46.737 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] socks forwarding established\n2025-07-15 18:26:46.764 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Process exited with code 0\n2025-07-15 18:26:46.764 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Socket close event received\n2025-07-15 18:26:46.864 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63157 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:26:46.865 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] socks connection closed\n2025-07-15 18:27:46.769 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:27:46.771 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664""}\n2025-07-15 18:27:46.772 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] received connection request\n2025-07-15 18:27:46.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:27:46.797 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] socks forwarding established\n2025-07-15 18:27:46.825 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Process exited with code 0\n2025-07-15 18:27:46.826 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] socks connection closed\n2025-07-15 18:27:46.826 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Socket close event received\n2025-07-15 18:27:46.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63190 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:28:46.830 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:28:46.833 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ce64e8e3-5095-47e4-bf70-9935112ddc2e""}\n2025-07-15 18:28:46.834 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] received connection request\n2025-07-15 18:28:46.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:28:46.860 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] socks forwarding established\n2025-07-15 18:28:46.893 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Process exited with code 0\n2025-07-15 18:28:46.894 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] socks connection closed\n2025-07-15 18:28:46.894 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Socket close event received\n2025-07-15 18:28:46.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63235 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:29:46.896 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:29:46.897 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d24cc33e-01d6-49aa-b4ba-63a6b5d4f762""}\n2025-07-15 18:29:46.897 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] received connection request\n2025-07-15 18:29:46.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:29:46.897 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:29:47.021 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] socks forwarding established\n2025-07-15 18:29:47.078 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Process exited with code 0\n2025-07-15 18:29:47.079 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] socks connection closed\n2025-07-15 18:29:47.079 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Socket close event received\n2025-07-15 18:29:47.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63264 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:30:47.081 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:30:47.083 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1e00b76c-fc59-4b68-842b-3148188bf191""}\n2025-07-15 18:30:47.083 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] received connection request\n2025-07-15 18:30:47.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:30:47.084 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:30:47.126 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] socks forwarding established\n2025-07-15 18:30:47.257 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Process exited with code 0\n2025-07-15 18:30:47.258 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] socks connection closed\n2025-07-15 18:30:47.258 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Socket close event received\n2025-07-15 18:30:47.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63302 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:31:47.263 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:31:47.265 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e2853dbb-5dd3-47e6-b18e-32f4ed97e416""}\n2025-07-15 18:31:47.266 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] received connection request\n2025-07-15 18:31:47.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:31:47.347 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] socks forwarding established\n2025-07-15 18:31:47.393 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Process exited with code 0\n2025-07-15 18:31:47.393 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Socket close event received\n2025-07-15 18:31:47.424 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] socks connection closed\n2025-07-15 18:31:47.429 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63360 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:32:47.398 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:32:47.400 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d7404e05-ada1-4a10-980d-e2c8f64c13ff""}\n2025-07-15 18:32:47.401 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] received connection request\n2025-07-15 18:32:47.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:32:47.445 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] socks forwarding established\n2025-07-15 18:32:47.492 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Process exited with code 0\n2025-07-15 18:32:47.492 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Socket close event received\n2025-07-15 18:32:47.498 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] socks connection closed\n2025-07-15 18:32:47.641 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63397 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:33:47.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:33:47.499 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b5948153-e19f-461e-935f-3f4149fb2fca""}\n2025-07-15 18:33:47.499 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] received connection request\n2025-07-15 18:33:47.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:33:47.537 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] socks forwarding established\n2025-07-15 18:33:47.568 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Process exited with code 0\n2025-07-15 18:33:47.568 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Socket close event received\n2025-07-15 18:33:47.575 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] socks connection closed\n2025-07-15 18:33:47.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63435 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:34:47.572 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:34:47.574 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""508ff2b3-9714-47e1-8023-abd3aa6be0c7""}\n2025-07-15 18:34:47.575 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] received connection request\n2025-07-15 18:34:47.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:34:47.622 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] socks forwarding established\n2025-07-15 18:34:47.655 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Process exited with code 0\n2025-07-15 18:34:47.655 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Socket close event received\n2025-07-15 18:34:47.685 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] socks connection closed\n2025-07-15 18:34:47.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63472 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:35:47.660 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:35:47.662 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2a5c14a8-c15a-4852-9a83-82769b547707""}\n2025-07-15 18:35:47.663 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] received connection request\n2025-07-15 18:35:47.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:35:47.703 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] socks forwarding established\n2025-07-15 18:35:47.741 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Process exited with code 0\n2025-07-15 18:35:47.741 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Socket close event received\n2025-07-15 18:35:47.744 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] socks connection closed\n2025-07-15 18:35:47.770 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63514 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:36:47.746 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:36:47.747 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a8ce98ad-6018-4173-9c8e-7f7fa99ccfca""}\n2025-07-15 18:36:47.747 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] received connection request\n2025-07-15 18:36:47.747 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:36:47.777 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] socks forwarding established\n2025-07-15 18:36:47.811 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Process exited with code 0\n2025-07-15 18:36:47.811 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Socket close event received\n2025-07-15 18:36:47.811 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] socks connection closed\n2025-07-15 18:36:47.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63554 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:37:47.816 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:37:47.818 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8057c881-3f61-4b76-945c-62b33bbe2b73""}\n2025-07-15 18:37:47.819 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] received connection request\n2025-07-15 18:37:47.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:37:47.935 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] socks forwarding established\n2025-07-15 18:37:48.039 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Process exited with code 0\n2025-07-15 18:37:48.039 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Socket close event received\n2025-07-15 18:37:48.040 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] socks connection closed\n2025-07-15 18:37:48.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:38:48.044 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:38:48.045 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""69ff7554-a3b2-4dc4-9354-862517b3a20f""}\n2025-07-15 18:38:48.045 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] received connection request\n2025-07-15 18:38:48.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:38:48.095 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] socks forwarding established\n2025-07-15 18:38:48.250 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Process exited with code 0\n2025-07-15 18:38:48.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] socks connection closed\n2025-07-15 18:38:48.251 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Socket close event received\n2025-07-15 18:38:48.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63620 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:39:48.253 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:39:48.256 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] received connection request\n2025-07-15 18:39:48.256 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""66706987-7352-44c2-a20d-25a481841e8b""}\n2025-07-15 18:39:48.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:39:48.300 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] socks forwarding established\n2025-07-15 18:39:48.331 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Process exited with code 0\n2025-07-15 18:39:48.332 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] socks connection closed\n2025-07-15 18:39:48.332 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Socket close event received\n2025-07-15 18:39:48.358 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63657 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:40:48.337 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:40:48.339 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e6c05dd5-6042-4c71-a503-052432db54a4""}\n2025-07-15 18:40:48.339 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] received connection request\n2025-07-15 18:40:48.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:40:48.449 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] socks forwarding established\n2025-07-15 18:40:48.607 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Process exited with code 0\n2025-07-15 18:40:48.607 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] socks connection closed\n2025-07-15 18:40:48.607 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Socket close event received\n2025-07-15 18:40:48.631 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63701 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:41:48.609 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:41:48.611 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""277da42a-1df3-457c-b9af-7129c101e5ae""}\n2025-07-15 18:41:48.612 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] received connection request\n2025-07-15 18:41:48.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:41:48.716 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] socks forwarding established\n2025-07-15 18:41:48.831 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Process exited with code 0\n2025-07-15 18:41:48.831 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] socks connection closed\n2025-07-15 18:41:48.831 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Socket close event received\n2025-07-15 18:41:48.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63753 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:42:48.833 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:42:48.836 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] received connection request\n2025-07-15 18:42:48.837 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7db6bebb-1c9b-4f30-9c5d-f87218db975f""}\n2025-07-15 18:42:48.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:42:48.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] socks forwarding established\n2025-07-15 18:42:48.930 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Process exited with code 0\n2025-07-15 18:42:48.930 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Socket close event received\n2025-07-15 18:42:48.930 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] socks connection closed\n2025-07-15 18:42:49.002 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63785 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:43:48.930 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:43:48.931 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""da2c35ca-2bdc-488c-b625-2a7a39b7f7df""}\n2025-07-15 18:43:48.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] received connection request\n2025-07-15 18:43:48.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:43:48.957 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] socks forwarding established\n2025-07-15 18:43:48.987 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Process exited with code 0\n2025-07-15 18:43:48.987 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] socks connection closed\n2025-07-15 18:43:48.987 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Socket close event received\n2025-07-15 18:43:49.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63832 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:44:48.992 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:44:48.994 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ed257bfe-10b8-49f2-ae53-9832ce7fdfbe""}\n2025-07-15 18:44:48.996 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] received connection request\n2025-07-15 18:44:48.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:44:49.078 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] socks forwarding established\n2025-07-15 18:44:49.164 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Process exited with code 0\n2025-07-15 18:44:49.164 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] socks connection closed\n2025-07-15 18:44:49.164 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Socket close event received\n2025-07-15 18:44:49.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63861 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:45:49.167 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:45:49.168 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2da25318-257a-47d6-a335-dd3dd520c673""}\n2025-07-15 18:45:49.169 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] received connection request\n2025-07-15 18:45:49.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:45:49.192 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] socks forwarding established\n2025-07-15 18:45:49.219 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Process exited with code 0\n2025-07-15 18:45:49.219 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Socket close event received\n2025-07-15 18:45:49.219 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] socks connection closed\n2025-07-15 18:45:49.244 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63912 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:46:49.222 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:46:49.224 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""4e842c8d-4a67-49a9-90da-9af81a35da48""}\n2025-07-15 18:46:49.224 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] received connection request\n2025-07-15 18:46:49.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:46:49.286 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] socks forwarding established\n2025-07-15 18:46:49.397 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] socks connection closed\n2025-07-15 18:46:49.397 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Process exited with code 0\n2025-07-15 18:46:49.397 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Socket close event received\n2025-07-15 18:46:49.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63953 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:47:49.401 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:47:49.403 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1cc8010-6d4c-45af-83ef-ea4919f89ae4""}\n2025-07-15 18:47:49.403 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] received connection request\n2025-07-15 18:47:49.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:47:49.435 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] socks forwarding established\n2025-07-15 18:47:49.463 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Process exited with code 0\n2025-07-15 18:47:49.463 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Socket close event received\n2025-07-15 18:47:49.463 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] socks connection closed\n2025-07-15 18:47:49.487 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63980 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:48:49.466 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:48:49.469 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""82c47244-b173-4cac-9d83-8d016ccadce9""}\n2025-07-15 18:48:49.470 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] received connection request\n2025-07-15 18:48:49.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:48:49.495 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] socks forwarding established\n2025-07-15 18:48:49.522 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Process exited with code 0\n2025-07-15 18:48:49.523 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Socket close event received\n2025-07-15 18:48:49.523 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] socks connection closed\n2025-07-15 18:48:49.547 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64017 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:49:49.527 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:49:49.530 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f3671420-c14f-429a-b2df-887276b7edf2""}\n2025-07-15 18:49:49.531 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] received connection request\n2025-07-15 18:49:49.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:49:49.638 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] socks forwarding established\n2025-07-15 18:49:49.673 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Process exited with code 0\n2025-07-15 18:49:49.674 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] socks connection closed\n2025-07-15 18:49:49.674 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Socket close event received\n2025-07-15 18:49:49.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64055 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:50:49.675 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:50:49.677 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44""}\n2025-07-15 18:50:49.678 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] received connection request\n2025-07-15 18:50:49.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:50:49.703 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] socks forwarding established\n2025-07-15 18:50:49.729 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Process exited with code 0\n2025-07-15 18:50:49.729 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Socket close event received\n2025-07-15 18:50:49.729 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] socks connection closed\n2025-07-15 18:50:49.753 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64094 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:51:49.734 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:51:49.735 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a""}\n2025-07-15 18:51:49.736 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] received connection request\n2025-07-15 18:51:49.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:51:49.761 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] socks forwarding established\n2025-07-15 18:51:49.788 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Process exited with code 0\n2025-07-15 18:51:49.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] socks connection closed\n2025-07-15 18:51:49.789 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Socket close event received\n2025-07-15 18:51:49.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64134 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:52:49.793 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:52:49.796 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""69d2c48b-908d-4a6e-9687-b25fd57f7b71""}\n2025-07-15 18:52:49.797 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] received connection request\n2025-07-15 18:52:49.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:52:49.961 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] socks forwarding established\n2025-07-15 18:52:50.132 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Process exited with code 0\n2025-07-15 18:52:50.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] socks connection closed\n2025-07-15 18:52:50.132 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Socket close event received\n2025-07-15 18:52:50.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64165 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:53:50.138 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:53:50.140 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9016053b-9e39-45b4-9af0-c61f32ebafbc""}\n2025-07-15 18:53:50.141 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] received connection request\n2025-07-15 18:53:50.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:53:50.224 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] socks forwarding established\n2025-07-15 18:53:50.384 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Process exited with code 0\n2025-07-15 18:53:50.385 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] socks connection closed\n2025-07-15 18:53:50.385 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Socket close event received\n2025-07-15 18:53:50.410 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64201 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:54:50.388 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:54:50.391 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""15170b53-dd36-49bb-a79f-b0ae0adc678a""}\n2025-07-15 18:54:50.391 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] received connection request\n2025-07-15 18:54:50.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:54:50.550 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] socks forwarding established\n2025-07-15 18:54:50.582 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Process exited with code 0\n2025-07-15 18:54:50.582 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Socket close event received\n2025-07-15 18:54:50.727 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64227 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:54:50.728 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] socks connection closed\n2025-07-15 18:55:50.585 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:55:50.588 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""abb936be-6561-41ae-9f35-2b8f779d7e36""}\n2025-07-15 18:55:50.589 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] received connection request\n2025-07-15 18:55:50.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:55:50.634 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] socks forwarding established\n2025-07-15 18:55:50.796 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Process exited with code 0\n2025-07-15 18:55:50.796 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] socks connection closed\n2025-07-15 18:55:50.796 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Socket close event received\n2025-07-15 18:55:50.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64267 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:56:50.796 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:56:50.798 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""08fb5453-7b73-4f61-b02f-f8bc873e9d91""}\n2025-07-15 18:56:50.799 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] received connection request\n2025-07-15 18:56:50.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:56:50.854 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] socks forwarding established\n2025-07-15 18:56:50.968 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Process exited with code 0\n2025-07-15 18:56:50.969 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] socks connection closed\n2025-07-15 18:56:50.969 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Socket close event received\n2025-07-15 18:56:50.992 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64309 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:57:50.973 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:57:50.975 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1b140e5a-f8cc-4358-9c54-2eddb5438a21""}\n2025-07-15 18:57:50.975 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] received connection request\n2025-07-15 18:57:50.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:57:51.123 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] socks forwarding established\n2025-07-15 18:57:51.278 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Process exited with code 0\n2025-07-15 18:57:51.278 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] socks connection closed\n2025-07-15 18:57:51.278 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Socket close event received\n2025-07-15 18:57:51.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64346 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:58:51.284 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:58:51.287 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""70cf9d23-1473-4aa6-925e-29cb627a2db7""}\n2025-07-15 18:58:51.287 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] received connection request\n2025-07-15 18:58:51.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:58:51.313 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] socks forwarding established\n2025-07-15 18:58:51.473 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Process exited with code 0\n2025-07-15 18:58:51.473 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] socks connection closed\n2025-07-15 18:58:51.473 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Socket close event received\n2025-07-15 18:58:51.497 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64382 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:59:51.475 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:59:51.477 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a4da8ead-f2cd-415d-89ec-c61305e68adc""}\n2025-07-15 18:59:51.478 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] received connection request\n2025-07-15 18:59:51.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:59:51.520 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] socks forwarding established\n2025-07-15 18:59:51.597 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Process exited with code 0\n2025-07-15 18:59:51.597 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] socks connection closed\n2025-07-15 18:59:51.598 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Socket close event received\n2025-07-15 18:59:51.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64409 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:00:51.603 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:00:51.606 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""18a586a0-39fd-4a3b-af0d-d387ec42a216""}\n2025-07-15 19:00:51.606 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] received connection request\n2025-07-15 19:00:51.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:00:51.687 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] socks forwarding established\n2025-07-15 19:00:51.840 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Process exited with code 0\n2025-07-15 19:00:51.840 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] socks connection closed\n2025-07-15 19:00:51.840 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Socket close event received\n2025-07-15 19:00:51.864 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64446 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:01:51.845 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:01:51.849 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1967140-5cea-462d-8757-5c241da992e1""}\n2025-07-15 19:01:51.850 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] received connection request\n2025-07-15 19:01:51.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:01:51.875 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] socks forwarding established\n2025-07-15 19:01:51.905 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Process exited with code 0\n2025-07-15 19:01:51.905 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] socks connection closed\n2025-07-15 19:01:51.905 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Socket close event received\n2025-07-15 19:01:51.929 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64489 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:02:51.907 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:02:51.909 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] received connection request\n2025-07-15 19:02:51.909 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d19bb3c2-9856-417d-b249-be1ac67d6cfc""}\n2025-07-15 19:02:51.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:02:51.934 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] socks forwarding established\n2025-07-15 19:02:51.963 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Process exited with code 0\n2025-07-15 19:02:51.963 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] socks connection closed\n2025-07-15 19:02:51.963 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Socket close event received\n2025-07-15 19:02:51.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64531 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:03:51.968 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:03:51.969 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3580d530-ac16-47a6-a528-7414f7df3300""}\n2025-07-15 19:03:51.970 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] received connection request\n2025-07-15 19:03:51.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:03:51.997 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] socks forwarding established\n2025-07-15 19:03:52.023 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Process exited with code 0\n2025-07-15 19:03:52.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] socks connection closed\n2025-07-15 19:03:52.023 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Socket close event received\n2025-07-15 19:03:52.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64571 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:04:52.028 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:04:52.030 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""99515d7c-e8cf-4806-884d-be6e600bd431""}\n2025-07-15 19:04:52.031 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] received connection request\n2025-07-15 19:04:52.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:04:52.082 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] socks forwarding established\n2025-07-15 19:04:52.111 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Process exited with code 0\n2025-07-15 19:04:52.112 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Socket close event received\n2025-07-15 19:04:52.112 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] socks connection closed\n2025-07-15 19:04:52.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64608 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:05:52.113 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:05:52.115 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a1c1286a-8569-4e52-8746-ae314152501b""}\n2025-07-15 19:05:52.116 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] received connection request\n2025-07-15 19:05:52.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:05:52.142 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] socks forwarding established\n2025-07-15 19:05:52.170 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Process exited with code 0\n2025-07-15 19:05:52.170 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] socks connection closed\n2025-07-15 19:05:52.170 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Socket close event received\n2025-07-15 19:05:52.197 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64653 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:06:52.175 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:06:52.177 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0065735c-9292-4b67-8ca3-7ad9e10350c7""}\n2025-07-15 19:06:52.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] received connection request\n2025-07-15 19:06:52.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:06:52.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] socks forwarding established\n2025-07-15 19:06:52.305 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Process exited with code 0\n2025-07-15 19:06:52.305 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] socks connection closed\n2025-07-15 19:06:52.305 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Socket close event received\n2025-07-15 19:06:52.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64717 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:07:52.310 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:07:52.310 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e8e848f8-407e-4267-ba6c-bda8457ae00d""}\n2025-07-15 19:07:52.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] received connection request\n2025-07-15 19:07:52.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:07:52.334 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] socks forwarding established\n2025-07-15 19:07:52.360 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Process exited with code 0\n2025-07-15 19:07:52.360 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Socket close event received\n2025-07-15 19:07:52.360 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] socks connection closed\n2025-07-15 19:07:52.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64747 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:08:52.362 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:08:52.362 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7c08ae9f-e8e7-4ace-8ad6-77cec95e2245""}\n2025-07-15 19:08:52.363 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] received connection request\n2025-07-15 19:08:52.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:08:52.414 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] socks forwarding established\n2025-07-15 19:08:52.443 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Process exited with code 0\n2025-07-15 19:08:52.443 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] socks connection closed\n2025-07-15 19:08:52.443 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Socket close event received\n2025-07-15 19:08:52.468 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64782 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:09:52.444 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:09:52.447 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1""}\n2025-07-15 19:09:52.448 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] received connection request\n2025-07-15 19:09:52.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:09:52.510 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] socks forwarding established\n2025-07-15 19:09:52.670 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Process exited with code 0\n2025-07-15 19:09:52.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] socks connection closed\n2025-07-15 19:09:52.671 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Socket close event received\n2025-07-15 19:09:52.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64804 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:10:52.676 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:10:52.679 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6b26140a-f89d-4688-b4ab-53d79b56c65c""}\n2025-07-15 19:10:52.679 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] received connection request\n2025-07-15 19:10:52.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:10:52.811 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] socks forwarding established\n2025-07-15 19:10:52.839 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Process exited with code 0\n2025-07-15 19:10:52.839 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] socks connection closed\n2025-07-15 19:10:52.839 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Socket close event received\n2025-07-15 19:10:52.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64840 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:11:52.845 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:11:52.848 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3d991ea6-1a29-437e-97b3-471b2c7c50c9""}\n2025-07-15 19:11:52.849 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] received connection request\n2025-07-15 19:11:52.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:11:52.943 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] socks forwarding established\n2025-07-15 19:11:53.012 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Process exited with code 0\n2025-07-15 19:11:53.012 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] socks connection closed\n2025-07-15 19:11:53.012 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Socket close event received\n2025-07-15 19:11:53.082 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64901 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:12:53.016 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:12:53.018 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""11647f75-7c95-4951-9e5c-a8a178f6a927""}\n2025-07-15 19:12:53.019 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] received connection request\n2025-07-15 19:12:53.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:12:53.094 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] socks forwarding established\n2025-07-15 19:12:53.122 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Process exited with code 0\n2025-07-15 19:12:53.122 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] socks connection closed\n2025-07-15 19:12:53.122 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Socket close event received\n2025-07-15 19:12:53.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64957 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:13:53.128 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:13:53.131 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ec53ed45-21fc-48a3-8508-552ddf02274e""}\n2025-07-15 19:13:53.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] received connection request\n2025-07-15 19:13:53.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:13:53.156 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] socks forwarding established\n2025-07-15 19:13:53.183 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Process exited with code 0\n2025-07-15 19:13:53.183 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Socket close event received\n2025-07-15 19:13:53.184 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] socks connection closed\n2025-07-15 19:13:53.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 65000 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:13:57.573 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-15 19:13:57.573 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-15 19:13:57.746 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][4f65fccf-3612-4ccf-b0ff-f9b2a58693db] received connection request\n2025-07-15 19:13:57.851 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][7ddb875e-e89e-4377-becf-13dd51ffec58] received connection request\n2025-07-15 19:13:57.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 19:13:57.851 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.580 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-15 19:14:00.581 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 1 of 3 This operation was aborted\n2025-07-15 19:14:00.584 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][c2246823-ad1f-4c04-b1e4-90e08afac9a0] received connection request\n2025-07-15 19:14:00.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.687 [info] Terminating existing SSH process with pid: 51223\n2025-07-15 19:14:00.687 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 19:14:00.688 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][4f65fccf-3612-4ccf-b0ff-f9b2a58693db] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][7ddb875e-e89e-4377-becf-13dd51ffec58] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][c2246823-ad1f-4c04-b1e4-90e08afac9a0] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] socks connection closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] socks connection closed\n2025-07-15 19:14:00.689 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:00.692 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69360.sh"" | ssh -v -T -D 65015 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:00.692 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:00.692 [info] Waiting for server to install via process(56270)...\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:00.700 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:00.701 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:00.704 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:00.704 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:01.586 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 2 of 3 This operation was aborted\n2025-07-15 19:14:02.594 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 3 of 3 This operation was aborted\n2025-07-15 19:14:02.595 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-15 19:14:02.595 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-15 19:14:21.570 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69360.sh\n2025-07-15 19:14:21.577 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:21.584 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75339.sh"" | ssh -v -T -D 65016 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:21.584 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:21.584 [info] Waiting for server to install via process(56279)...\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:21.605 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:21.607 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:21.608 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:21.608 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:21.608 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:26.612 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75339.sh\n2025-07-15 19:14:26.613 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:26.619 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3133.sh"" | ssh -v -T -D 65018 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:26.620 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:26.620 [info] Waiting for server to install via process(56287)...\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:26.643 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:26.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:26.644 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:26.644 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:31.650 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3133.sh\n2025-07-15 19:14:31.653 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:31.656 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82005.sh"" | ssh -v -T -D 65021 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:31.657 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:31.657 [info] Waiting for server to install via process(56296)...\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:31.686 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:31.686 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:39.401 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82005.sh\n2025-07-15 19:14:39.402 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:39.407 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43308.sh"" | ssh -v -T -D 65023 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:39.407 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:39.407 [info] Waiting for server to install via process(56303)...\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:39.431 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:39.433 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:39.434 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:39.434 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:39.434 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:44.444 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43308.sh\n2025-07-15 19:14:44.446 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:44.453 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69322.sh"" | ssh -v -T -D 65028 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:44.453 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:44.453 [info] Waiting for server to install via process(56311)...\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:44.472 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:44.473 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:44.473 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:44.473 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:49.483 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69322.sh\n2025-07-15 19:14:49.488 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:49.492 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44608.sh"" | ssh -v -T -D 65030 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:49.492 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:49.492 [info] Waiting for server to install via process(56318)...\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:49.508 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:49.509 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:49.510 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:49.510 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:49.510 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:37.922 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:15:37.922 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44608.sh\n2025-07-15 19:15:37.923 [error] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:undefined][e987a2a7-ca35-49e0-b9a2-3c8a68fc4b7b] remote server not configured\n2025-07-15 19:15:37.923 [info] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc""}\n2025-07-15 19:15:37.926 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:15:37.927 [error] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Socket error: Error: read ECONNRESET\n2025-07-15 19:15:37.927 [info] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Socket close event received\n2025-07-15 19:15:37.931 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59894.sh"" | ssh -v -T -D 65034 login.haicore.berlin bash --login -c bash\n2025-07-15 19:15:37.931 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:37.931 [info] Waiting for server to install via process(56328)...\n2025-07-15 19:15:37.941 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:15:37.941 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:37.947 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:37.947 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:42.957 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59894.sh\n2025-07-15 19:15:42.961 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:15:42.971 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94948.sh"" | ssh -v -T -D 65035 login.haicore.berlin bash --login -c bash\n2025-07-15 19:15:42.971 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:42.971 [info] Waiting for server to install via process(56336)...\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:15:42.984 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:15:42.985 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:42.985 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:42.985 [info] Retrying connection in 5 seconds...\n2025-07-15 19:25:48.696 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94948.sh\n2025-07-15 19:25:48.697 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:25:48.699 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96651.sh"" | ssh -v -T -D 65038 login.haicore.berlin bash --login -c bash\n2025-07-15 19:25:48.699 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:25:48.699 [info] Waiting for server to install via process(56349)...\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:25:48.709 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:25:48.709 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:25:48.710 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:48.710 [error] Failed to connect after 10 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:48.710 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96651.sh\n2025-07-15 19:25:48.710 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 12:13:59.201 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-16 12:13:59.211 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-POjzgS/socket.sock\n2025-07-16 12:13:59.212 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 12:13:59.214 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-POjzgS/socket.sock\n2025-07-16 12:13:59.216 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59363.sh"" | ssh -v -T -D 57955 login.haicore.berlin bash --login -c bash\n2025-07-16 12:13:59.216 [info] Started installation script. Waiting for it to finish...\n2025-07-16 12:13:59.216 [info] Waiting for server to install via process(61892)...\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 12:13:59.222 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 12:13:59.276 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-16 12:13:59.276 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:13:59.277 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 12:13:59.324 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-16 12:13:59.325 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-16 12:13:59.325 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 12:13:59.416 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 12:13:59.481 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 12:13:59.484 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 12:13:59.485 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:13:59.521 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-16 12:13:59.588 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:02.724 [info] Askpass server received request: POST /\n2025-07-16 12:14:02.725 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:02.725 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:13.637 [error] Password authentication cancelled\n2025-07-16 12:14:13.640 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:15.799 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-07-16 12:14:15.862 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:15.945 [info] Askpass server received request: POST /\n2025-07-16 12:14:15.946 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:15.946 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:21.275 [error] Password authentication cancelled\n2025-07-16 12:14:21.279 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:23.556 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-07-16 12:14:23.612 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:23.704 [info] Askpass server received request: POST /\n2025-07-16 12:14:23.704 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:23.704 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:24.805 [error] Password authentication cancelled\n2025-07-16 12:14:24.807 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:26.907 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-16 12:14:26.918 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 12:14:26.919 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 12:14:26.919 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 12:14:26.922 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51705.sh"" | ssh -v -T -D 57974 login.haicore.berlin bash --login -c bash\n2025-07-16 12:14:26.922 [info] Started installation script. Waiting for it to finish...\n2025-07-16 12:14:26.922 [info] Waiting for server to install via process(61926)...\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 12:14:26.989 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 12:14:26.989 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 12:14:27.065 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-16 12:14:27.066 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:14:27.066 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 12:14:27.089 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:14:27.089 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 12:14:27.115 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-16 12:14:27.116 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:14:27.116 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-16 12:14:27.119 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-16 12:14:27.119 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 12:14:27.208 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 12:14:27.239 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 12:14:27.244 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 12:14:27.244 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:14:27.283 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:57974 forwarded to remote address socks:0\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 57974.\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 57974.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-16 12:14:27.527 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-16 12:14:27.529 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-16 12:14:27.537 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-16 12:14:27.538 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-16 12:14:27.551 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-16 12:14:27.944 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-16 12:14:27.981 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:27.985 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-16 12:14:28.131 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-16 12:14:28.135 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 12:14:28.153 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-16 12:14:28.155 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 12:14:28.157 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-16 12:14:28.158 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 12:14:28.164 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js de7d54cc-97ec-4acb-a7dc-909a8230ad14\n\n2025-07-16 12:14:28.165 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3478950 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-16 12:14:28.167 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 12:14:28.673 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-16 12:14:28.691 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:28.692 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-16 12:14:28.694 [info] (ssh_tunnel) stdout: Code server started with PID 3478974 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:28.695 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:29.206 [info] (ssh_tunnel) stdout: 6688dccd9f7fdc775c19767c: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==37309==\n\n2025-07-16 12:14:29.207 [info] (ssh_tunnel) stdout: multiplexConnectionToken==de7d54cc-97ec-4acb-a7dc-909a8230ad14==\ncodeListeningOn==46727==\ncodeConnectionToken==5538bc56-13b0-4367-ac8c-e67bd8713128==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n6688dccd9f7fdc775c19767c: end\n\n2025-07-16 12:14:29.209 [info] Server install command exit code: 0\n2025-07-16 12:14:29.209 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51705.sh\n2025-07-16 12:14:29.215 [info] [forwarding][code] creating new forwarding server\n2025-07-16 12:14:29.216 [info] [forwarding][code] server listening on 57977\n2025-07-16 12:14:29.216 [info] [forwarding][code] Set up server\n2025-07-16 12:14:29.217 [info] [remote-ssh] codeListeningOn (remote=46727; local=57977) codeConnectionToken: 5538bc56-13b0-4367-ac8c-e67bd8713128\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] server listening on 57978\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] Set up server\n2025-07-16 12:14:29.219 [info] [remote-ssh] multiplexListeningOn (remote=37309; local=57978) multiplexConnectionToken: de7d54cc-97ec-4acb-a7dc-909a8230ad14\n2025-07-16 12:14:29.219 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:14:29.222 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:29.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] received connection request\n2025-07-16 12:14:29.223 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""61b2187a-411a-4844-b411-0ed72df546d8""}\n2025-07-16 12:14:29.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.232 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] received connection request\n2025-07-16 12:14:29.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] socks forwarding established\n2025-07-16 12:14:29.318 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] socks forwarding established\n2025-07-16 12:14:29.318 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Process exited with code 0\n2025-07-16 12:14:29.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] socks connection closed\n2025-07-16 12:14:29.319 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Socket close event received\n2025-07-16 12:14:29.342 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57980 to 127.0.0.1 port 57974, nchannels 5\n\n2025-07-16 12:14:29.356 [info] Successfully connected to Cursor server at http://127.0.0.1:57977/version\n2025-07-16 12:14:29.356 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-16 12:14:29.357 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] received connection request\n2025-07-16 12:14:29.357 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1158e9ce-e250-4068-9b7f-a3ade39b29f7""}\n2025-07-16 12:14:29.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] socks forwarding established\n2025-07-16 12:14:29.410 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] socks connection closed\n2025-07-16 12:14:29.410 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Process exited with code 0\n2025-07-16 12:14:29.410 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-16 12:14:29.411 [info] [remote-ssh] Resolved exec server. Socks port: 57974\n2025-07-16 12:14:29.411 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":57977,""connectionToken"":""5538bc56-13b0-4367-ac8c-e67bd8713128"",""extensionHostEnv"":{}}. Socks port: 57974\n2025-07-16 12:14:29.411 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Socket close event received\n2025-07-16 12:14:29.427 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] received connection request\n2025-07-16 12:14:29.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 12:14:29.427 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.434 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57984 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:14:29.453 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] socks forwarding established\n2025-07-16 12:14:29.492 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] received connection request\n2025-07-16 12:14:29.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.516 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] socks forwarding established\n2025-07-16 12:14:29.613 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-16 12:14:32.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 46727, connect from 127.0.0.1 port 57982 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:14:32.381 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] socks connection closed\n2025-07-16 12:15:29.321 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:15:29.322 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1f58e9ed-ed33-4da2-88d6-26887959b514""}\n2025-07-16 12:15:29.322 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] received connection request\n2025-07-16 12:15:29.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:15:29.347 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] socks forwarding established\n2025-07-16 12:15:29.379 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Process exited with code 0\n2025-07-16 12:15:29.379 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] socks connection closed\n2025-07-16 12:15:29.379 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Socket close event received\n2025-07-16 12:15:29.403 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58071 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:16:29.384 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:16:29.384 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1cc02a7b-d7f3-4578-a437-b612456078c2""}\n2025-07-16 12:16:29.385 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] received connection request\n2025-07-16 12:16:29.385 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:16:29.409 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] socks forwarding established\n2025-07-16 12:16:29.435 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Process exited with code 0\n2025-07-16 12:16:29.435 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Socket close event received\n2025-07-16 12:16:29.435 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] socks connection closed\n2025-07-16 12:16:29.458 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58104 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:17:29.440 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:17:29.441 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae""}\n2025-07-16 12:17:29.442 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] received connection request\n2025-07-16 12:17:29.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:17:29.466 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] socks forwarding established\n2025-07-16 12:17:29.493 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Process exited with code 0\n2025-07-16 12:17:29.493 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Socket close event received\n2025-07-16 12:17:29.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] socks connection closed\n2025-07-16 12:17:29.518 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58162 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:18:29.498 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:18:29.500 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b""}\n2025-07-16 12:18:29.500 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] received connection request\n2025-07-16 12:18:29.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:18:29.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] socks forwarding established\n2025-07-16 12:18:29.558 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Process exited with code 0\n2025-07-16 12:18:29.558 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] socks connection closed\n2025-07-16 12:18:29.558 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Socket close event received\n2025-07-16 12:18:29.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58192 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:19:29.562 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:19:29.564 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f""}\n2025-07-16 12:19:29.565 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] received connection request\n2025-07-16 12:19:29.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:19:29.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] socks forwarding established\n2025-07-16 12:19:29.623 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Process exited with code 0\n2025-07-16 12:19:29.624 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Socket close event received\n2025-07-16 12:19:29.624 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] socks connection closed\n2025-07-16 12:19:29.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58241 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:20:29.627 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:20:29.628 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca37be40-18a4-4b3a-b501-a1b7b94f1b5a""}\n2025-07-16 12:20:29.629 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] received connection request\n2025-07-16 12:20:29.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:20:29.658 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] socks forwarding established\n2025-07-16 12:20:29.686 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Process exited with code 0\n2025-07-16 12:20:29.686 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Socket close event received\n2025-07-16 12:20:29.687 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] socks connection closed\n2025-07-16 12:20:29.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58272 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:21:29.688 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:21:29.690 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d910d192-cb90-4c7e-a1a9-a8dc992e7ec9""}\n2025-07-16 12:21:29.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] received connection request\n2025-07-16 12:21:29.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:21:29.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] socks forwarding established\n2025-07-16 12:21:29.745 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Process exited with code 0\n2025-07-16 12:21:29.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] socks connection closed\n2025-07-16 12:21:29.746 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Socket close event received\n2025-07-16 12:21:29.772 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58295 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:22:29.747 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:22:29.749 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f77ae0d1-bfc4-4815-8b29-18073a8f33ab""}\n2025-07-16 12:22:29.749 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] received connection request\n2025-07-16 12:22:29.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:22:29.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] socks forwarding established\n2025-07-16 12:22:29.804 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Process exited with code 0\n2025-07-16 12:22:29.805 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Socket close event received\n2025-07-16 12:22:29.805 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] socks connection closed\n2025-07-16 12:22:29.830 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58343 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:23:29.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:23:29.812 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b""}\n2025-07-16 12:23:29.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] received connection request\n2025-07-16 12:23:29.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:23:29.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] socks forwarding established\n2025-07-16 12:23:29.867 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Process exited with code 0\n2025-07-16 12:23:29.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] socks connection closed\n2025-07-16 12:23:29.867 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Socket close event received\n2025-07-16 12:23:29.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58367 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:24:29.870 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:24:29.871 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""32e85efb-aded-4caa-8583-fdfaabfa5bd3""}\n2025-07-16 12:24:29.872 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] received connection request\n2025-07-16 12:24:29.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:24:29.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] socks forwarding established\n2025-07-16 12:24:29.928 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Process exited with code 0\n2025-07-16 12:24:29.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] socks connection closed\n2025-07-16 12:24:29.928 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Socket close event received\n2025-07-16 12:24:29.952 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58405 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:25:29.929 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:25:29.930 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""461724b3-d880-4e48-8ee5-7b9524e3c5c8""}\n2025-07-16 12:25:29.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] received connection request\n2025-07-16 12:25:29.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:25:29.955 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] socks forwarding established\n2025-07-16 12:25:29.980 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Process exited with code 0\n2025-07-16 12:25:29.980 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] socks connection closed\n2025-07-16 12:25:29.980 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Socket close event received\n2025-07-16 12:25:30.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58429 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:26:29.986 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:26:29.988 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca7a7e42-b095-4bbc-80e2-15d0ac687b38""}\n2025-07-16 12:26:29.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] received connection request\n2025-07-16 12:26:29.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:26:30.018 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] socks forwarding established\n2025-07-16 12:26:30.045 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Process exited with code 0\n2025-07-16 12:26:30.045 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] socks connection closed\n2025-07-16 12:26:30.045 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Socket close event received\n2025-07-16 12:26:30.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58454 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:27:30.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:27:30.052 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e3b8c7cb-2ced-4494-ab61-f44780ae714a""}\n2025-07-16 12:27:30.053 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] received connection request\n2025-07-16 12:27:30.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:27:30.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] socks forwarding established\n2025-07-16 12:27:30.227 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Process exited with code 0\n2025-07-16 12:27:30.228 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] socks connection closed\n2025-07-16 12:27:30.228 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Socket close event received\n2025-07-16 12:27:30.250 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58508 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:28:30.232 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:28:30.234 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1fbf5ced-1413-4e34-be8f-4605d96a4c8d""}\n2025-07-16 12:28:30.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] received connection request\n2025-07-16 12:28:30.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:28:30.337 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] socks forwarding established\n2025-07-16 12:28:30.484 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Process exited with code 0\n2025-07-16 12:28:30.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] socks connection closed\n2025-07-16 12:28:30.485 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Socket close event received\n2025-07-16 12:28:30.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58537 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:29:30.490 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:29:30.492 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""532dfdcd-03a1-4281-9b6e-24010fcdd709""}\n2025-07-16 12:29:30.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] received connection request\n2025-07-16 12:29:30.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:29:30.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] socks forwarding established\n2025-07-16 12:29:30.547 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Process exited with code 0\n2025-07-16 12:29:30.547 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Socket close event received\n2025-07-16 12:29:30.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] socks connection closed\n2025-07-16 12:29:30.572 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58574 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:30:30.549 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:30:30.551 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""80e63837-9416-49a3-9660-75a3ff5d3885""}\n2025-07-16 12:30:30.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] received connection request\n2025-07-16 12:30:30.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:30:30.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] socks forwarding established\n2025-07-16 12:30:30.602 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Process exited with code 0\n2025-07-16 12:30:30.602 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Socket close event received\n2025-07-16 12:30:30.624 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] socks connection closed\n2025-07-16 12:30:30.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:31:30.610 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:31:30.611 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c82d4336-c1ea-4ad5-9135-b37f773c4b86""}\n2025-07-16 12:31:30.612 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] received connection request\n2025-07-16 12:31:30.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:31:30.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] socks forwarding established\n2025-07-16 12:31:30.665 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Process exited with code 0\n2025-07-16 12:31:30.666 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Socket close event received\n2025-07-16 12:31:30.666 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] socks connection closed\n2025-07-16 12:31:30.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58633 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:32:30.676 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:32:30.678 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fff9ec53-64c2-4c0e-9362-ceef4d737526""}\n2025-07-16 12:32:30.679 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] received connection request\n2025-07-16 12:32:30.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:32:30.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] socks forwarding established\n2025-07-16 12:32:30.731 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Process exited with code 0\n2025-07-16 12:32:30.731 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Socket close event received\n2025-07-16 12:32:30.732 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] socks connection closed\n2025-07-16 12:32:30.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58695 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:33:30.741 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:33:30.742 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4aa6e22d-e776-444e-8ac5-5fae70149fe6""}\n2025-07-16 12:33:30.743 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] received connection request\n2025-07-16 12:33:30.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:33:30.769 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] socks forwarding established\n2025-07-16 12:33:30.797 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Process exited with code 0\n2025-07-16 12:33:30.798 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Socket close event received\n2025-07-16 12:33:30.821 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] socks connection closed\n2025-07-16 12:33:30.822 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58726 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:34:30.809 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:34:30.811 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6996e2cd-3784-42d2-939d-fb88d9705ed0""}\n2025-07-16 12:34:30.811 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] received connection request\n2025-07-16 12:34:30.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:34:30.836 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] socks forwarding established\n2025-07-16 12:34:30.863 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Process exited with code 0\n2025-07-16 12:34:30.863 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] socks connection closed\n2025-07-16 12:34:30.863 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Socket close event received\n2025-07-16 12:34:30.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:35:30.873 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:35:30.875 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1434aef7-5736-46eb-b877-159673308af5""}\n2025-07-16 12:35:30.876 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] received connection request\n2025-07-16 12:35:30.877 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:35:30.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] socks forwarding established\n2025-07-16 12:35:30.931 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Process exited with code 0\n2025-07-16 12:35:30.931 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] socks connection closed\n2025-07-16 12:35:30.931 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Socket close event received\n2025-07-16 12:35:30.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58793 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:36:30.941 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:36:30.943 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1f60fcc-2b00-450b-9f63-a910349695fc""}\n2025-07-16 12:36:30.944 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] received connection request\n2025-07-16 12:36:30.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:36:30.972 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] socks forwarding established\n2025-07-16 12:36:30.998 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Process exited with code 0\n2025-07-16 12:36:30.998 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Socket close event received\n2025-07-16 12:36:30.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] socks connection closed\n2025-07-16 12:36:31.024 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:37:31.009 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:37:31.010 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a557a91b-8bab-48a6-a8db-c58d925ba4a1""}\n2025-07-16 12:37:31.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] received connection request\n2025-07-16 12:37:31.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:37:31.036 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] socks forwarding established\n2025-07-16 12:37:31.063 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Process exited with code 0\n2025-07-16 12:37:31.064 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Socket close event received\n2025-07-16 12:37:31.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] socks connection closed\n2025-07-16 12:37:31.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58834 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:38:31.071 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:38:31.073 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""16be1c0f-c28b-4b7a-8ef4-e0d915813fbe""}\n2025-07-16 12:38:31.074 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] received connection request\n2025-07-16 12:38:31.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:38:31.100 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] socks forwarding established\n2025-07-16 12:38:31.129 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Process exited with code 0\n2025-07-16 12:38:31.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] socks connection closed\n2025-07-16 12:38:31.130 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Socket close event received\n2025-07-16 12:38:31.154 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58890 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:39:31.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:39:31.132 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""df8c6fca-5e8b-446c-af6e-5aca8d397eba""}\n2025-07-16 12:39:31.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] received connection request\n2025-07-16 12:39:31.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:39:31.182 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] socks forwarding established\n2025-07-16 12:39:31.210 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Process exited with code 0\n2025-07-16 12:39:31.210 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Socket close event received\n2025-07-16 12:39:31.211 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] socks connection closed\n2025-07-16 12:39:31.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58915 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:40:31.221 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:40:31.222 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33c758b7-b6c8-4875-8efa-78c353e6d409""}\n2025-07-16 12:40:31.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] received connection request\n2025-07-16 12:40:31.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:40:31.248 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] socks forwarding established\n2025-07-16 12:40:31.391 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Process exited with code 0\n2025-07-16 12:40:31.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] socks connection closed\n2025-07-16 12:40:31.392 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Socket close event received\n2025-07-16 12:40:31.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:41:31.400 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:41:31.401 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""987bd5bb-9bd0-4be8-8346-8f4089ab6b33""}\n2025-07-16 12:41:31.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] received connection request\n2025-07-16 12:41:31.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:41:31.429 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] socks forwarding established\n2025-07-16 12:41:31.459 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Process exited with code 0\n2025-07-16 12:41:31.459 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Socket close event received\n2025-07-16 12:41:31.460 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] socks connection closed\n2025-07-16 12:41:31.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58978 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:42:31.468 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:42:31.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] received connection request\n2025-07-16 12:42:31.472 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""75a4bd47-17c0-4e13-89fd-e01b5368c63b""}\n2025-07-16 12:42:31.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:42:31.499 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] socks forwarding established\n2025-07-16 12:42:31.527 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Process exited with code 0\n2025-07-16 12:42:31.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] socks connection closed\n2025-07-16 12:42:31.528 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Socket close event received\n2025-07-16 12:42:31.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59001 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:43:31.538 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:43:31.539 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec9c3e89-1bf5-4122-8a45-bea08b5cabc5""}\n2025-07-16 12:43:31.541 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] received connection request\n2025-07-16 12:43:31.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 12:43:31.542 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:43:31.567 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] socks forwarding established\n2025-07-16 12:43:31.596 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Process exited with code 0\n2025-07-16 12:43:31.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] socks connection closed\n2025-07-16 12:43:31.596 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Socket close event received\n2025-07-16 12:43:31.621 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59053 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:44:31.606 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:44:31.607 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ea747e35-07a4-4008-bb9b-4b9c9243f4fb""}\n2025-07-16 12:44:31.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] received connection request\n2025-07-16 12:44:31.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:44:31.633 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] socks forwarding established\n2025-07-16 12:44:31.661 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Process exited with code 0\n2025-07-16 12:44:31.661 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Socket close event received\n2025-07-16 12:44:31.662 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] socks connection closed\n2025-07-16 12:44:31.779 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59082 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:45:31.671 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:45:31.672 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4fda897e-5a65-4642-be29-31ded4f4e59e""}\n2025-07-16 12:45:31.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] received connection request\n2025-07-16 12:45:31.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:45:31.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] socks forwarding established\n2025-07-16 12:45:31.727 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Process exited with code 0\n2025-07-16 12:45:31.727 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Socket close event received\n2025-07-16 12:45:31.727 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] socks connection closed\n2025-07-16 12:45:31.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59117 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:46:31.736 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:46:31.738 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b8ef114d-45e1-4955-affe-b4c6e183e072""}\n2025-07-16 12:46:31.739 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] received connection request\n2025-07-16 12:46:31.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:46:31.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] socks forwarding established\n2025-07-16 12:46:31.793 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Process exited with code 0\n2025-07-16 12:46:31.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] socks connection closed\n2025-07-16 12:46:31.794 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Socket close event received\n2025-07-16 12:46:31.820 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59140 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:47:31.797 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:47:31.799 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d9971c9-0285-408d-acd8-94df01746f9d""}\n2025-07-16 12:47:31.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] received connection request\n2025-07-16 12:47:31.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:47:31.828 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] socks forwarding established\n2025-07-16 12:47:31.856 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Process exited with code 0\n2025-07-16 12:47:31.857 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] socks connection closed\n2025-07-16 12:47:31.857 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Socket close event received\n2025-07-16 12:47:31.883 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59165 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:48:31.867 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:48:31.869 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5fd8dd84-64d1-40f9-a20b-d2537d44a92c""}\n2025-07-16 12:48:31.870 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] received connection request\n2025-07-16 12:48:31.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:48:31.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] socks forwarding established\n2025-07-16 12:48:31.928 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Process exited with code 0\n2025-07-16 12:48:31.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] socks connection closed\n2025-07-16 12:48:31.928 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Socket close event received\n2025-07-16 12:48:31.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59214 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:49:31.935 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:49:31.937 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] received connection request\n2025-07-16 12:49:31.937 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""deb87e10-7870-497b-9d32-306fb8775ebb""}\n2025-07-16 12:49:31.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:49:31.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] socks forwarding established\n2025-07-16 12:49:31.995 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Process exited with code 0\n2025-07-16 12:49:31.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] socks connection closed\n2025-07-16 12:49:31.995 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Socket close event received\n2025-07-16 12:49:32.021 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59246 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:50:31.998 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:50:32.000 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2999a297-0dca-482b-a2a9-1f520c35f287""}\n2025-07-16 12:50:32.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] received connection request\n2025-07-16 12:50:32.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:50:32.031 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] socks forwarding established\n2025-07-16 12:50:32.059 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Process exited with code 0\n2025-07-16 12:50:32.059 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Socket close event received\n2025-07-16 12:50:32.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] socks connection closed\n2025-07-16 12:50:32.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59281 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:51:32.061 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:51:32.063 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""22d98a51-5a6e-410c-9948-fd68a21420b6""}\n2025-07-16 12:51:32.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] received connection request\n2025-07-16 12:51:32.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:51:32.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] socks forwarding established\n2025-07-16 12:51:32.118 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Process exited with code 0\n2025-07-16 12:51:32.118 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Socket close event received\n2025-07-16 12:51:32.121 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] socks connection closed\n2025-07-16 12:51:32.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59305 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:52:32.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:52:32.131 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d02f7489-ee26-4992-ad12-be6183cec190""}\n2025-07-16 12:52:32.132 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] received connection request\n2025-07-16 12:52:32.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:52:32.167 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] socks forwarding established\n2025-07-16 12:52:32.294 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Process exited with code 0\n2025-07-16 12:52:32.294 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] socks connection closed\n2025-07-16 12:52:32.294 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Socket close event received\n2025-07-16 12:52:32.319 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:53:32.296 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:53:32.299 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d45f31d4-17ae-4ad4-8537-c722a688b902""}\n2025-07-16 12:53:32.300 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] received connection request\n2025-07-16 12:53:32.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:53:32.339 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] socks forwarding established\n2025-07-16 12:53:32.497 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Process exited with code 0\n2025-07-16 12:53:32.498 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] socks connection closed\n2025-07-16 12:53:32.498 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Socket close event received\n2025-07-16 12:53:32.523 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59383 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:54:32.499 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:54:32.500 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d94f114d-1ee6-4167-b720-04c3e2dd0ffe""}\n2025-07-16 12:54:32.501 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] received connection request\n2025-07-16 12:54:32.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:54:32.610 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] socks forwarding established\n2025-07-16 12:54:32.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] socks connection closed\n2025-07-16 12:54:32.687 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Process exited with code 0\n2025-07-16 12:54:32.687 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Socket close event received\n2025-07-16 12:54:32.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59409 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:55:32.697 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:55:32.700 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6145e914-c99d-489a-8613-e0b22a9b4bf9""}\n2025-07-16 12:55:32.701 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] received connection request\n2025-07-16 12:55:32.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:55:32.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] socks forwarding established\n2025-07-16 12:55:32.910 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Process exited with code 0\n2025-07-16 12:55:32.911 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] socks connection closed\n2025-07-16 12:55:32.911 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Socket close event received\n2025-07-16 12:55:32.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59448 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:56:32.919 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:56:32.921 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""76dfee9c-947a-495a-9d6f-0a12436c36cb""}\n2025-07-16 12:56:32.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] received connection request\n2025-07-16 12:56:32.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:56:32.952 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] socks forwarding established\n2025-07-16 12:56:33.057 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Process exited with code 0\n2025-07-16 12:56:33.058 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] socks connection closed\n2025-07-16 12:56:33.058 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Socket close event received\n2025-07-16 12:56:33.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59470 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:57:33.068 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:57:33.069 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""18f18d8c-7356-4452-9f13-c44c017debfc""}\n2025-07-16 12:57:33.070 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] received connection request\n2025-07-16 12:57:33.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:57:33.095 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] socks forwarding established\n2025-07-16 12:57:33.122 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Process exited with code 0\n2025-07-16 12:57:33.123 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] socks connection closed\n2025-07-16 12:57:33.123 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Socket close event received\n2025-07-16 12:57:33.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59497 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:58:33.128 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:58:33.132 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""95927c70-2abb-4e75-9169-bf2005efa570""}\n2025-07-16 12:58:33.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] received connection request\n2025-07-16 12:58:33.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:58:33.160 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] socks forwarding established\n2025-07-16 12:58:33.188 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Process exited with code 0\n2025-07-16 12:58:33.188 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Socket close event received\n2025-07-16 12:58:33.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] socks connection closed\n2025-07-16 12:58:33.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59559 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:59:33.189 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:59:33.190 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""de1477f6-f784-4408-bc8d-641583126303""}\n2025-07-16 12:59:33.191 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] received connection request\n2025-07-16 12:59:33.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:59:33.217 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] socks forwarding established\n2025-07-16 12:59:33.244 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Process exited with code 0\n2025-07-16 12:59:33.245 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Socket close event received\n2025-07-16 12:59:33.245 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] socks connection closed\n2025-07-16 12:59:33.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59592 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:00:33.249 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:00:33.250 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6035553b-9962-4df3-9530-9a1e29c5de35""}\n2025-07-16 13:00:33.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] received connection request\n2025-07-16 13:00:33.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:00:33.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] socks forwarding established\n2025-07-16 13:00:33.305 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Process exited with code 0\n2025-07-16 13:00:33.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] socks connection closed\n2025-07-16 13:00:33.306 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Socket close event received\n2025-07-16 13:00:33.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59638 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:01:33.311 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:01:33.313 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3c49114f-b031-4301-bc82-6b8c8027ab12""}\n2025-07-16 13:01:33.314 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] received connection request\n2025-07-16 13:01:33.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:01:33.340 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] socks forwarding established\n2025-07-16 13:01:33.367 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Process exited with code 0\n2025-07-16 13:01:33.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] socks connection closed\n2025-07-16 13:01:33.367 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Socket close event received\n2025-07-16 13:01:33.393 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59659 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:02:33.373 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:02:33.374 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d84d4349-4fc8-46b9-935a-9f5da5eb8c06""}\n2025-07-16 13:02:33.375 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] received connection request\n2025-07-16 13:02:33.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:02:33.400 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] socks forwarding established\n2025-07-16 13:02:33.427 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Process exited with code 0\n2025-07-16 13:02:33.428 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] socks connection closed\n2025-07-16 13:02:33.428 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Socket close event received\n2025-07-16 13:02:33.451 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59716 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:03:33.433 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:03:33.434 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3f2f106e-53c2-436c-a98e-d9d14f77455c""}\n2025-07-16 13:03:33.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] received connection request\n2025-07-16 13:03:33.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:03:33.458 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] socks forwarding established\n2025-07-16 13:03:33.486 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Process exited with code 0\n2025-07-16 13:03:33.486 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] socks connection closed\n2025-07-16 13:03:33.486 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Socket close event received\n2025-07-16 13:03:33.512 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59743 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:04:33.492 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:04:33.494 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8""}\n2025-07-16 13:04:33.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] received connection request\n2025-07-16 13:04:33.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:04:33.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] socks forwarding established\n2025-07-16 13:04:33.545 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Process exited with code 0\n2025-07-16 13:04:33.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] socks connection closed\n2025-07-16 13:04:33.545 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Socket close event received\n2025-07-16 13:04:33.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:05:33.549 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:05:33.552 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eab28431-2239-4ab0-a592-5daee580a544""}\n2025-07-16 13:05:33.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] received connection request\n2025-07-16 13:05:33.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:05:33.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] socks forwarding established\n2025-07-16 13:05:33.604 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Process exited with code 0\n2025-07-16 13:05:33.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] socks connection closed\n2025-07-16 13:05:33.604 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Socket close event received\n2025-07-16 13:05:33.628 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:06:33.607 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:06:33.610 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b1ffd431-62d2-4c1a-8b46-8473d11269ef""}\n2025-07-16 13:06:33.610 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] received connection request\n2025-07-16 13:06:33.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:06:33.635 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] socks forwarding established\n2025-07-16 13:06:33.664 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Process exited with code 0\n2025-07-16 13:06:33.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] socks connection closed\n2025-07-16 13:06:33.666 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Socket close event received\n2025-07-16 13:06:33.689 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59840 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:07:33.671 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:07:33.672 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""79190c08-bc6f-4fc3-a399-a20dc6ddc49c""}\n2025-07-16 13:07:33.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] received connection request\n2025-07-16 13:07:33.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:07:33.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] socks forwarding established\n2025-07-16 13:07:33.727 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Process exited with code 0\n2025-07-16 13:07:33.728 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] socks connection closed\n2025-07-16 13:07:33.728 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Socket close event received\n2025-07-16 13:07:33.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59895 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:08:33.733 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:08:33.735 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f95d653d-428c-4c7b-988c-66ca7755f2aa""}\n2025-07-16 13:08:33.736 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] received connection request\n2025-07-16 13:08:33.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:08:33.761 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] socks forwarding established\n2025-07-16 13:08:33.787 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Process exited with code 0\n2025-07-16 13:08:33.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] socks connection closed\n2025-07-16 13:08:33.787 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Socket close event received\n2025-07-16 13:08:33.848 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59920 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:09:33.792 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:09:33.794 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f5858c91-2b19-4d89-a3bf-0b06fd568b88""}\n2025-07-16 13:09:33.795 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] received connection request\n2025-07-16 13:09:33.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:09:33.820 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] socks forwarding established\n2025-07-16 13:09:33.846 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Process exited with code 0\n2025-07-16 13:09:33.846 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Socket close event received\n2025-07-16 13:09:33.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] socks connection closed\n2025-07-16 13:09:33.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59993 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:10:33.853 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:10:33.855 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e0545a7c-ed0e-4b38-a979-81977828c9df""}\n2025-07-16 13:10:33.856 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] received connection request\n2025-07-16 13:10:33.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:10:33.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] socks forwarding established\n2025-07-16 13:10:33.995 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Process exited with code 0\n2025-07-16 13:10:33.996 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] socks connection closed\n2025-07-16 13:10:33.996 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Socket close event received\n2025-07-16 13:10:34.025 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60020 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:11:33.999 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:11:34.001 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8189c103-9d6f-42d3-bbf8-105038609ba1""}\n2025-07-16 13:11:34.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] received connection request\n2025-07-16 13:11:34.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:11:34.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] socks forwarding established\n2025-07-16 13:11:34.050 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Process exited with code 0\n2025-07-16 13:11:34.051 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Socket close event received\n2025-07-16 13:11:34.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] socks connection closed\n2025-07-16 13:11:34.074 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60079 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:12:34.056 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:12:34.057 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88bbf688-d9dd-4dfe-822e-21bd74bad14f""}\n2025-07-16 13:12:34.057 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] received connection request\n2025-07-16 13:12:34.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:12:34.081 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] socks forwarding established\n2025-07-16 13:12:34.106 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Process exited with code 0\n2025-07-16 13:12:34.107 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Socket close event received\n2025-07-16 13:12:34.107 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] socks connection closed\n2025-07-16 13:12:34.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60133 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:13:34.109 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:13:34.111 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6285fe4f-db60-4e8d-b216-300bd4f0778e""}\n2025-07-16 13:13:34.112 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] received connection request\n2025-07-16 13:13:34.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:13:34.136 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] socks forwarding established\n2025-07-16 13:13:34.163 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Process exited with code 0\n2025-07-16 13:13:34.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] socks connection closed\n2025-07-16 13:13:34.164 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Socket close event received\n2025-07-16 13:13:34.186 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60161 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:14:34.168 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:14:34.171 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e6bc87bf-5a7f-444d-9851-e0c5ac8995cf""}\n2025-07-16 13:14:34.171 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] received connection request\n2025-07-16 13:14:34.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:14:34.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] socks forwarding established\n2025-07-16 13:14:34.222 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Process exited with code 0\n2025-07-16 13:14:34.223 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Socket close event received\n2025-07-16 13:14:34.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] socks connection closed\n2025-07-16 13:14:34.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60208 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:15:34.225 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:15:34.227 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8dcd6bf7-e644-4bf7-9141-5c36e75797e3""}\n2025-07-16 13:15:34.228 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] received connection request\n2025-07-16 13:15:34.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:15:34.257 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] socks forwarding established\n2025-07-16 13:15:34.285 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Process exited with code 0\n2025-07-16 13:15:34.285 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] socks connection closed\n2025-07-16 13:15:34.285 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Socket close event received\n2025-07-16 13:15:34.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60233 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:16:34.286 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:16:34.288 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a3138fbe-a391-466a-9873-3e844bd8142f""}\n2025-07-16 13:16:34.289 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] received connection request\n2025-07-16 13:16:34.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:16:34.340 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] socks forwarding established\n2025-07-16 13:16:34.368 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Process exited with code 0\n2025-07-16 13:16:34.368 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] socks connection closed\n2025-07-16 13:16:34.368 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Socket close event received\n2025-07-16 13:16:34.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60259 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:17:34.369 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:17:34.371 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fc00b4a0-e493-4aa2-bce6-0e5779aab6e0""}\n2025-07-16 13:17:34.372 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] received connection request\n2025-07-16 13:17:34.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:17:34.396 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] socks forwarding established\n2025-07-16 13:17:34.422 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Process exited with code 0\n2025-07-16 13:17:34.422 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Socket close event received\n2025-07-16 13:17:34.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] socks connection closed\n2025-07-16 13:17:34.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60323 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:18:34.423 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:18:34.425 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""04e90238-88a0-401f-99c1-2d9353190296""}\n2025-07-16 13:18:34.425 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] received connection request\n2025-07-16 13:18:34.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:18:34.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] socks forwarding established\n2025-07-16 13:18:34.519 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Process exited with code 0\n2025-07-16 13:18:34.519 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Socket close event received\n2025-07-16 13:18:34.520 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] socks connection closed\n2025-07-16 13:18:34.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60369 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:19:34.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:19:34.525 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec""}\n2025-07-16 13:19:34.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] received connection request\n2025-07-16 13:19:34.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:19:34.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] socks forwarding established\n2025-07-16 13:19:34.580 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Process exited with code 0\n2025-07-16 13:19:34.581 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] socks connection closed\n2025-07-16 13:19:34.581 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Socket close event received\n2025-07-16 13:19:34.607 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60413 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:20:34.586 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:20:34.587 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""944634f9-6f7f-4380-a1b3-f9c50953069a""}\n2025-07-16 13:20:34.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] received connection request\n2025-07-16 13:20:34.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:20:34.612 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] socks forwarding established\n2025-07-16 13:20:34.644 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Process exited with code 0\n2025-07-16 13:20:34.644 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Socket close event received\n2025-07-16 13:20:34.662 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] socks connection closed\n2025-07-16 13:20:34.668 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60442 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:21:34.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:21:34.649 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1720030d-59e0-445d-9007-a9e45293e03a""}\n2025-07-16 13:21:34.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] received connection request\n2025-07-16 13:21:34.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:21:34.675 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] socks forwarding established\n2025-07-16 13:21:34.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] socks connection closed\n2025-07-16 13:21:34.704 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Process exited with code 0\n2025-07-16 13:21:34.704 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Socket close event received\n2025-07-16 13:21:34.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60480 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:22:34.710 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:22:34.711 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a657cc4d-b0e3-4c92-8615-21d77ce8f5f7""}\n2025-07-16 13:22:34.712 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] received connection request\n2025-07-16 13:22:34.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:22:34.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] socks forwarding established\n2025-07-16 13:22:34.782 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Process exited with code 0\n2025-07-16 13:22:34.782 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] socks connection closed\n2025-07-16 13:22:34.782 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Socket close event received\n2025-07-16 13:22:34.805 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60537 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:23:34.787 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:23:34.788 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3228515f-0adb-4fc5-b12b-96c30d8bbb77""}\n2025-07-16 13:23:34.789 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] received connection request\n2025-07-16 13:23:34.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:23:34.819 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] socks forwarding established\n2025-07-16 13:23:34.846 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Process exited with code 0\n2025-07-16 13:23:34.846 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Socket close event received\n2025-07-16 13:23:34.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] socks connection closed\n2025-07-16 13:23:34.869 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60560 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:24:34.849 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:24:34.850 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c393b76f-9864-4de6-b471-5ff5f0ff31c3""}\n2025-07-16 13:24:34.850 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] received connection request\n2025-07-16 13:24:34.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:24:34.874 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] socks forwarding established\n2025-07-16 13:24:34.900 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Process exited with code 0\n2025-07-16 13:24:34.900 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Socket close event received\n2025-07-16 13:24:34.918 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] socks connection closed\n2025-07-16 13:24:34.923 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60604 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:25:34.902 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:25:34.904 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7a90bb8-4e97-4213-9446-fea554701c16""}\n2025-07-16 13:25:34.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] received connection request\n2025-07-16 13:25:34.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:25:34.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] socks forwarding established\n2025-07-16 13:25:34.956 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Process exited with code 0\n2025-07-16 13:25:34.956 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Socket close event received\n2025-07-16 13:25:34.957 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] socks connection closed\n2025-07-16 13:25:34.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60642 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:26:34.957 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:26:34.959 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f2202e26-1c51-46f2-85d1-c163afaf4e41""}\n2025-07-16 13:26:34.960 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] received connection request\n2025-07-16 13:26:34.960 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:26:34.984 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] socks forwarding established\n2025-07-16 13:26:35.015 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Process exited with code 0\n2025-07-16 13:26:35.015 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Socket close event received\n2025-07-16 13:26:35.016 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] socks connection closed\n2025-07-16 13:26:35.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60668 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:27:35.021 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:27:35.022 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3217f505-0c0f-41f2-a0c1-5da64c95407c""}\n2025-07-16 13:27:35.023 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] received connection request\n2025-07-16 13:27:35.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:27:35.047 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] socks forwarding established\n2025-07-16 13:27:35.075 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Process exited with code 0\n2025-07-16 13:27:35.075 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] socks connection closed\n2025-07-16 13:27:35.075 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Socket close event received\n2025-07-16 13:27:35.098 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60737 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:28:35.080 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:28:35.081 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d584e9c9-6cc3-46fa-9ee9-4c41b693be41""}\n2025-07-16 13:28:35.082 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] received connection request\n2025-07-16 13:28:35.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:28:35.184 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] socks forwarding established\n2025-07-16 13:28:35.213 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Process exited with code 0\n2025-07-16 13:28:35.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] socks connection closed\n2025-07-16 13:28:35.213 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Socket close event received\n2025-07-16 13:28:35.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60766 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:29:35.216 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:29:35.219 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1e4eaf48-acd7-4565-be37-a132171224a6""}\n2025-07-16 13:29:35.219 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] received connection request\n2025-07-16 13:29:35.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:29:35.245 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] socks forwarding established\n2025-07-16 13:29:35.270 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Process exited with code 0\n2025-07-16 13:29:35.270 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Socket close event received\n2025-07-16 13:29:35.271 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] socks connection closed\n2025-07-16 13:29:35.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:30:35.273 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:30:35.275 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c646d89-d06a-49be-b157-2e0b05c8b4a8""}\n2025-07-16 13:30:35.276 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] received connection request\n2025-07-16 13:30:35.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:30:35.300 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] socks forwarding established\n2025-07-16 13:30:35.328 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Process exited with code 0\n2025-07-16 13:30:35.328 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] socks connection closed\n2025-07-16 13:30:35.328 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Socket close event received\n2025-07-16 13:30:35.353 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60854 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:31:35.330 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:31:35.331 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b5640771-eeed-4b9a-9d72-5865ee180731""}\n2025-07-16 13:31:35.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] received connection request\n2025-07-16 13:31:35.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:31:35.356 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] socks forwarding established\n2025-07-16 13:31:35.383 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Process exited with code 0\n2025-07-16 13:31:35.383 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Socket close event received\n2025-07-16 13:31:35.384 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] socks connection closed\n2025-07-16 13:31:35.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60877 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:32:35.391 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:32:35.393 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3a0ed10d-17cf-4379-b3d8-15f80b389fd5""}\n2025-07-16 13:32:35.394 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] received connection request\n2025-07-16 13:32:35.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:32:35.418 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] socks forwarding established\n2025-07-16 13:32:35.445 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Process exited with code 0\n2025-07-16 13:32:35.446 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] socks connection closed\n2025-07-16 13:32:35.446 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Socket close event received\n2025-07-16 13:32:35.468 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60938 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:33:35.451 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:33:35.453 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c78a4b9-9e99-4b90-b67d-4fda378665ba""}\n2025-07-16 13:33:35.454 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] received connection request\n2025-07-16 13:33:35.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:33:35.479 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] socks forwarding established\n2025-07-16 13:33:35.506 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Process exited with code 0\n2025-07-16 13:33:35.506 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Socket close event received\n2025-07-16 13:33:35.507 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] socks connection closed\n2025-07-16 13:33:35.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60978 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:34:35.512 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:34:35.513 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d767930-5c6c-4676-baa0-4ff541bc07db""}\n2025-07-16 13:34:35.513 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] received connection request\n2025-07-16 13:34:35.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 13:34:35.513 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:34:35.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] socks forwarding established\n2025-07-16 13:34:35.561 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Process exited with code 0\n2025-07-16 13:34:35.561 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Socket close event received\n2025-07-16 13:34:35.562 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] socks connection closed\n2025-07-16 13:34:35.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61018 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:35:35.567 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:35:35.569 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58e0dc55-18e3-4cff-a167-06a677323c00""}\n2025-07-16 13:35:35.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] received connection request\n2025-07-16 13:35:35.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:35:35.594 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] socks forwarding established\n2025-07-16 13:35:35.621 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Process exited with code 0\n2025-07-16 13:35:35.622 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Socket close event received\n2025-07-16 13:35:35.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] socks connection closed\n2025-07-16 13:35:35.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61047 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:36:35.626 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:36:35.627 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3cb50b9f-3989-465e-ab36-e4f850f7cdca""}\n2025-07-16 13:36:35.628 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] received connection request\n2025-07-16 13:36:35.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:36:35.652 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] socks forwarding established\n2025-07-16 13:36:35.680 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Process exited with code 0\n2025-07-16 13:36:35.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] socks connection closed\n2025-07-16 13:36:35.681 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Socket close event received\n2025-07-16 13:36:35.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61072 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:37:35.686 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:37:35.687 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f08c1615-942a-4b9a-9be0-c4e71878b665""}\n2025-07-16 13:37:35.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] received connection request\n2025-07-16 13:37:35.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:37:35.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] socks forwarding established\n2025-07-16 13:37:35.744 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Process exited with code 0\n2025-07-16 13:37:35.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] socks connection closed\n2025-07-16 13:37:35.745 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Socket close event received\n2025-07-16 13:37:35.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61135 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:38:35.750 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:38:35.751 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""60550068-1a77-463e-98c4-8346598976bc""}\n2025-07-16 13:38:35.752 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] received connection request\n2025-07-16 13:38:35.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:38:35.916 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] socks forwarding established\n2025-07-16 13:38:35.942 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Process exited with code 0\n2025-07-16 13:38:35.942 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] socks connection closed\n2025-07-16 13:38:35.942 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Socket close event received\n2025-07-16 13:38:36.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61163 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:39:35.947 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:39:35.949 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9739260c-513f-4e4b-a29a-c9a78289cbab""}\n2025-07-16 13:39:35.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] received connection request\n2025-07-16 13:39:35.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:39:35.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] socks forwarding established\n2025-07-16 13:39:36.000 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Process exited with code 0\n2025-07-16 13:39:36.001 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Socket close event received\n2025-07-16 13:39:36.001 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] socks connection closed\n2025-07-16 13:39:36.024 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61205 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:40:36.005 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:40:36.006 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3ee3d5ac-92b2-4e66-8ad4-19cc504efe28""}\n2025-07-16 13:40:36.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] received connection request\n2025-07-16 13:40:36.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:40:36.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] socks forwarding established\n2025-07-16 13:40:36.059 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Process exited with code 0\n2025-07-16 13:40:36.059 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Socket close event received\n2025-07-16 13:40:36.059 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] socks connection closed\n2025-07-16 13:40:36.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61228 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:41:36.065 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:41:36.068 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec0b23c9-0ba0-4470-b794-b50397fbba35""}\n2025-07-16 13:41:36.068 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] received connection request\n2025-07-16 13:41:36.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:41:36.092 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] socks forwarding established\n2025-07-16 13:41:36.119 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Process exited with code 0\n2025-07-16 13:41:36.119 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] socks connection closed\n2025-07-16 13:41:36.119 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Socket close event received\n2025-07-16 13:41:36.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61247 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:42:36.122 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:42:36.124 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f061ec45-e96c-478e-a84e-9640611ab7da""}\n2025-07-16 13:42:36.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] received connection request\n2025-07-16 13:42:36.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:42:36.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] socks forwarding established\n2025-07-16 13:42:36.386 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Process exited with code 0\n2025-07-16 13:42:36.387 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] socks connection closed\n2025-07-16 13:42:36.387 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Socket close event received\n2025-07-16 13:42:36.701 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61283 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:43:36.392 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:43:36.395 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ee0e27e0-ef87-4e42-8f53-066551568498""}\n2025-07-16 13:43:36.396 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] received connection request\n2025-07-16 13:43:36.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:43:36.421 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] socks forwarding established\n2025-07-16 13:43:36.452 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Process exited with code 0\n2025-07-16 13:43:36.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] socks connection closed\n2025-07-16 13:43:36.453 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Socket close event received\n2025-07-16 13:43:36.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61327 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:44:36.458 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:44:36.459 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f99b2ff-0b71-4866-bb78-33c9f7b96f22""}\n2025-07-16 13:44:36.461 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] received connection request\n2025-07-16 13:44:36.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:44:36.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] socks forwarding established\n2025-07-16 13:44:36.512 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Process exited with code 0\n2025-07-16 13:44:36.512 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] socks connection closed\n2025-07-16 13:44:36.512 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Socket close event received\n2025-07-16 13:44:36.536 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61368 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:45:36.513 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:45:36.514 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""36be5c96-f307-4cf2-9d00-07071614a14b""}\n2025-07-16 13:45:36.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] received connection request\n2025-07-16 13:45:36.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:45:36.538 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] socks forwarding established\n2025-07-16 13:45:36.564 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Process exited with code 0\n2025-07-16 13:45:36.564 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] socks connection closed\n2025-07-16 13:45:36.564 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Socket close event received\n2025-07-16 13:45:36.588 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61393 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:46:36.574 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:46:36.575 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d71ca4a3-d2d0-443a-86d4-3aa18fd897d8""}\n2025-07-16 13:46:36.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] received connection request\n2025-07-16 13:46:36.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:46:36.642 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] socks forwarding established\n2025-07-16 13:46:36.677 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Process exited with code 0\n2025-07-16 13:46:36.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] socks connection closed\n2025-07-16 13:46:36.677 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Socket close event received\n2025-07-16 13:46:36.704 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61411 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:47:36.687 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:47:36.688 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c7e2316e-82f1-4840-a29a-d48cc31d5abd""}\n2025-07-16 13:47:36.689 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] received connection request\n2025-07-16 13:47:36.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:47:36.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] socks forwarding established\n2025-07-16 13:47:36.829 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Process exited with code 0\n2025-07-16 13:47:36.829 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] socks connection closed\n2025-07-16 13:47:36.829 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Socket close event received\n2025-07-16 13:47:36.852 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61434 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:48:36.839 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:48:36.840 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0""}\n2025-07-16 13:48:36.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] received connection request\n2025-07-16 13:48:36.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:48:36.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] socks forwarding established\n2025-07-16 13:48:36.894 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Process exited with code 0\n2025-07-16 13:48:36.894 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] socks connection closed\n2025-07-16 13:48:36.894 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Socket close event received\n2025-07-16 13:48:36.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61482 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:49:36.896 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:49:36.898 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfedf650-bf2e-46d0-8371-ba444ab2de7d""}\n2025-07-16 13:49:36.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] received connection request\n2025-07-16 13:49:36.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:49:36.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] socks forwarding established\n2025-07-16 13:49:36.950 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Process exited with code 0\n2025-07-16 13:49:36.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] socks connection closed\n2025-07-16 13:49:36.950 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Socket close event received\n2025-07-16 13:49:37.050 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61558 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:50:36.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:50:36.956 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570""}\n2025-07-16 13:50:36.957 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] received connection request\n2025-07-16 13:50:36.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:50:37.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] socks forwarding established\n2025-07-16 13:50:37.311 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Process exited with code 0\n2025-07-16 13:50:37.365 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] socks connection closed\n2025-07-16 13:50:37.365 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Socket close event received\n2025-07-16 13:50:37.413 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:51:37.315 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:51:37.315 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8""}\n2025-07-16 13:51:37.316 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] received connection request\n2025-07-16 13:51:37.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:51:37.433 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] socks forwarding established\n2025-07-16 13:51:37.592 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Process exited with code 0\n2025-07-16 13:51:37.593 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] socks connection closed\n2025-07-16 13:51:37.593 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Socket close event received\n2025-07-16 13:51:37.617 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:52:37.598 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:52:37.600 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2dfbc471-43b4-48c8-bff4-eb56bfc723b1""}\n2025-07-16 13:52:37.601 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] received connection request\n2025-07-16 13:52:37.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:52:37.626 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] socks forwarding established\n2025-07-16 13:52:37.660 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Process exited with code 0\n2025-07-16 13:52:37.660 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Socket close event received\n2025-07-16 13:52:37.684 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] socks connection closed\n2025-07-16 13:52:37.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61724 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:53:37.664 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:53:37.666 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1574107b-e667-4280-98ee-6c023add1f97""}\n2025-07-16 13:53:37.667 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] received connection request\n2025-07-16 13:53:37.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:53:37.693 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] socks forwarding established\n2025-07-16 13:53:37.721 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Process exited with code 0\n2025-07-16 13:53:37.722 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] socks connection closed\n2025-07-16 13:53:37.722 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Socket close event received\n2025-07-16 13:53:37.746 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61754 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:54:37.724 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:54:37.728 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] received connection request\n2025-07-16 13:54:37.728 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7aae6dd4-44c6-402e-803b-65c5ce508890""}\n2025-07-16 13:54:37.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:54:37.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] socks forwarding established\n2025-07-16 13:54:37.780 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Process exited with code 0\n2025-07-16 13:54:37.780 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Socket close event received\n2025-07-16 13:54:37.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] socks connection closed\n2025-07-16 13:54:37.804 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:55:37.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:55:37.785 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8c37f24f-6a76-4438-95a3-31db96ce2268""}\n2025-07-16 13:55:37.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] received connection request\n2025-07-16 13:55:37.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 13:55:37.786 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:55:37.810 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] socks forwarding established\n2025-07-16 13:55:37.837 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Process exited with code 0\n2025-07-16 13:55:37.837 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] socks connection closed\n2025-07-16 13:55:37.837 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Socket close event received\n2025-07-16 13:55:37.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61832 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:56:37.842 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:56:37.844 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb2c17e1-34ca-490f-8fc2-3e0a99179529""}\n2025-07-16 13:56:37.844 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] received connection request\n2025-07-16 13:56:37.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:56:37.871 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] socks forwarding established\n2025-07-16 13:56:37.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] socks connection closed\n2025-07-16 13:56:37.897 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Process exited with code 0\n2025-07-16 13:56:37.897 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Socket close event received\n2025-07-16 13:56:37.920 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:57:37.898 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:57:37.901 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2d075e48-1869-459a-9c98-9eb2a8d6b2f2""}\n2025-07-16 13:57:37.902 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] received connection request\n2025-07-16 13:57:37.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:57:37.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] socks forwarding established\n2025-07-16 13:57:37.956 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] socks connection closed\n2025-07-16 13:57:37.956 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Process exited with code 0\n2025-07-16 13:57:37.956 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Socket close event received\n2025-07-16 13:57:37.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61919 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:58:37.962 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:58:37.964 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064""}\n2025-07-16 13:58:37.964 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] received connection request\n2025-07-16 13:58:37.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:58:37.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] socks forwarding established\n2025-07-16 13:58:38.034 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Process exited with code 0\n2025-07-16 13:58:38.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] socks connection closed\n2025-07-16 13:58:38.035 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Socket close event received\n2025-07-16 13:58:38.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61946 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:59:38.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:59:38.037 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e5678c61-411c-4aa5-b79d-905745355b40""}\n2025-07-16 13:59:38.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] received connection request\n2025-07-16 13:59:38.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:59:38.061 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] socks forwarding established\n2025-07-16 13:59:38.088 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Process exited with code 0\n2025-07-16 13:59:38.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] socks connection closed\n2025-07-16 13:59:38.088 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Socket close event received\n2025-07-16 13:59:38.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61985 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:00:38.091 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:00:38.092 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9dd5d459-c6b8-4632-ac00-62a61bbe7dfb""}\n2025-07-16 14:00:38.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] received connection request\n2025-07-16 14:00:38.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:00:38.093 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:00:38.117 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] socks forwarding established\n2025-07-16 14:00:38.146 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Process exited with code 0\n2025-07-16 14:00:38.147 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] socks connection closed\n2025-07-16 14:00:38.147 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Socket close event received\n2025-07-16 14:00:38.172 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62033 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:01:38.152 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:01:38.154 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""db530381-80a8-4005-ace8-a38e97222fde""}\n2025-07-16 14:01:38.155 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] received connection request\n2025-07-16 14:01:38.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:01:38.180 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] socks forwarding established\n2025-07-16 14:01:38.230 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] socks connection closed\n2025-07-16 14:01:38.230 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Process exited with code 0\n2025-07-16 14:01:38.230 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Socket close event received\n2025-07-16 14:01:38.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62081 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:02:38.233 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:02:38.234 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f8821792-4e26-4287-8503-4f7b47d91ca8""}\n2025-07-16 14:02:38.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] received connection request\n2025-07-16 14:02:38.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:02:38.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] socks forwarding established\n2025-07-16 14:02:38.285 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Process exited with code 0\n2025-07-16 14:02:38.285 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Socket close event received\n2025-07-16 14:02:38.307 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] socks connection closed\n2025-07-16 14:02:38.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62138 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:03:38.291 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:03:38.293 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fc6566e-80ec-42e7-aab1-a0cdb9da1389""}\n2025-07-16 14:03:38.293 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] received connection request\n2025-07-16 14:03:38.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:03:38.395 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] socks forwarding established\n2025-07-16 14:03:38.422 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Process exited with code 0\n2025-07-16 14:03:38.422 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Socket close event received\n2025-07-16 14:03:38.445 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] socks connection closed\n2025-07-16 14:03:38.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62162 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:04:38.424 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:04:38.425 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""65b51377-733a-43dd-85d3-f854f07d93fd""}\n2025-07-16 14:04:38.426 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] received connection request\n2025-07-16 14:04:38.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:04:38.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] socks forwarding established\n2025-07-16 14:04:38.480 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Process exited with code 0\n2025-07-16 14:04:38.480 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] socks connection closed\n2025-07-16 14:04:38.481 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Socket close event received\n2025-07-16 14:04:38.505 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62200 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:05:38.483 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:05:38.484 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cc447e93-8cde-457f-b163-7e18da6e7cae""}\n2025-07-16 14:05:38.484 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] received connection request\n2025-07-16 14:05:38.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:05:38.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] socks forwarding established\n2025-07-16 14:05:38.543 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Process exited with code 0\n2025-07-16 14:05:38.543 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] socks connection closed\n2025-07-16 14:05:38.543 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Socket close event received\n2025-07-16 14:05:38.567 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62227 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:06:38.545 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:06:38.547 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""228d54e1-39c8-46d5-87a0-c346208de626""}\n2025-07-16 14:06:38.548 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] received connection request\n2025-07-16 14:06:38.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:06:38.549 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:06:38.584 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] socks forwarding established\n2025-07-16 14:06:38.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] socks connection closed\n2025-07-16 14:06:38.616 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Process exited with code 0\n2025-07-16 14:06:38.616 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Socket close event received\n2025-07-16 14:06:38.640 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62259 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:07:38.620 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:07:38.622 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bee981db-4a64-4f53-913e-c0a7d285410f""}\n2025-07-16 14:07:38.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] received connection request\n2025-07-16 14:07:38.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:07:38.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] socks forwarding established\n2025-07-16 14:07:38.773 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] socks connection closed\n2025-07-16 14:07:38.773 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Process exited with code 0\n2025-07-16 14:07:38.773 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Socket close event received\n2025-07-16 14:07:38.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62320 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:08:38.776 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:08:38.778 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec240878-d005-419f-b541-f1c6fcfa4a27""}\n2025-07-16 14:08:38.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] received connection request\n2025-07-16 14:08:38.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:08:38.821 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] socks forwarding established\n2025-07-16 14:08:38.981 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Process exited with code 0\n2025-07-16 14:08:38.982 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] socks connection closed\n2025-07-16 14:08:38.982 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Socket close event received\n2025-07-16 14:08:39.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62364 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:09:38.984 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:09:38.986 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7648cea8-98cc-4518-9bde-81404468d26f""}\n2025-07-16 14:09:38.986 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] received connection request\n2025-07-16 14:09:38.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:09:38.987 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:09:39.022 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] socks forwarding established\n2025-07-16 14:09:39.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] socks connection closed\n2025-07-16 14:09:39.060 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Process exited with code 0\n2025-07-16 14:09:39.060 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Socket close event received\n2025-07-16 14:09:39.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62432 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:10:39.061 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:10:39.063 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""717f03f4-55bb-491b-b913-315d2772c5ad""}\n2025-07-16 14:10:39.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] received connection request\n2025-07-16 14:10:39.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:10:39.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] socks forwarding established\n2025-07-16 14:10:39.241 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Process exited with code 0\n2025-07-16 14:10:39.241 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] socks connection closed\n2025-07-16 14:10:39.242 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Socket close event received\n2025-07-16 14:10:39.265 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62461 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:11:39.247 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:11:39.249 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""23299e42-5887-4920-8264-560a361dbb1b""}\n2025-07-16 14:11:39.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] received connection request\n2025-07-16 14:11:39.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:11:39.278 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] socks forwarding established\n2025-07-16 14:11:39.344 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Process exited with code 0\n2025-07-16 14:11:39.344 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Socket close event received\n2025-07-16 14:11:39.345 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] socks connection closed\n2025-07-16 14:11:39.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62486 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:12:39.347 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:12:39.349 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""413cab2f-4f16-414a-a90c-c93d49251350""}\n2025-07-16 14:12:39.350 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] received connection request\n2025-07-16 14:12:39.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:12:39.391 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] socks forwarding established\n2025-07-16 14:12:39.419 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Process exited with code 0\n2025-07-16 14:12:39.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] socks connection closed\n2025-07-16 14:12:39.419 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Socket close event received\n2025-07-16 14:12:39.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62552 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:13:39.422 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:13:39.423 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88773b61-e2c0-4ca8-8e5d-1b8c23a4b419""}\n2025-07-16 14:13:39.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] received connection request\n2025-07-16 14:13:39.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:13:39.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] socks forwarding established\n2025-07-16 14:13:39.700 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Process exited with code 0\n2025-07-16 14:13:39.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] socks connection closed\n2025-07-16 14:13:39.700 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Socket close event received\n2025-07-16 14:13:39.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62580 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:14:39.701 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:14:39.701 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ab641dde-694d-4d04-8ec1-80deb35b7391""}\n2025-07-16 14:14:39.702 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] received connection request\n2025-07-16 14:14:39.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:14:39.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] socks forwarding established\n2025-07-16 14:14:39.778 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Process exited with code 0\n2025-07-16 14:14:39.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] socks connection closed\n2025-07-16 14:14:39.778 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Socket close event received\n2025-07-16 14:14:39.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62628 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:15:39.782 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:15:39.783 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dac8e508-0c00-4265-b202-3a5f3814b89b""}\n2025-07-16 14:15:39.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] received connection request\n2025-07-16 14:15:39.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:15:39.807 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] socks forwarding established\n2025-07-16 14:15:39.835 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] socks connection closed\n2025-07-16 14:15:39.836 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Process exited with code 0\n2025-07-16 14:15:39.836 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Socket close event received\n2025-07-16 14:15:39.860 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62657 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:16:39.840 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:16:39.842 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7593e30-ca2d-47f0-b4f8-8c339329eb1d""}\n2025-07-16 14:16:39.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] received connection request\n2025-07-16 14:16:39.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:16:39.842 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:16:39.866 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] socks forwarding established\n2025-07-16 14:16:39.910 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Process exited with code 0\n2025-07-16 14:16:39.910 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] socks connection closed\n2025-07-16 14:16:39.910 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Socket close event received\n2025-07-16 14:16:39.934 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62704 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:17:39.911 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:17:39.913 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""302b6a21-cc18-417c-b21c-ebfacbe9d12c""}\n2025-07-16 14:17:39.914 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] received connection request\n2025-07-16 14:17:39.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:17:39.939 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] socks forwarding established\n2025-07-16 14:17:39.966 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Process exited with code 0\n2025-07-16 14:17:39.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] socks connection closed\n2025-07-16 14:17:39.966 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Socket close event received\n2025-07-16 14:17:39.990 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62764 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:18:39.968 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:18:39.970 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""167422f0-5cd8-4bef-8b9a-31787eeac319""}\n2025-07-16 14:18:39.971 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] received connection request\n2025-07-16 14:18:39.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:18:40.004 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] socks forwarding established\n2025-07-16 14:18:40.058 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Process exited with code 0\n2025-07-16 14:18:40.058 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] socks connection closed\n2025-07-16 14:18:40.058 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Socket close event received\n2025-07-16 14:18:40.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62793 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:19:40.062 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:19:40.064 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a868e9ae-094e-42e6-8e31-d32f8f7c1aca""}\n2025-07-16 14:19:40.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] received connection request\n2025-07-16 14:19:40.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:19:40.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] socks forwarding established\n2025-07-16 14:19:40.115 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Process exited with code 0\n2025-07-16 14:19:40.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] socks connection closed\n2025-07-16 14:19:40.115 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Socket close event received\n2025-07-16 14:19:40.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62832 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:20:40.120 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:20:40.121 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eeab18f7-fbef-4f30-a43d-c84381e5dee5""}\n2025-07-16 14:20:40.121 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] received connection request\n2025-07-16 14:20:40.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:20:40.148 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] socks forwarding established\n2025-07-16 14:20:40.173 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Process exited with code 0\n2025-07-16 14:20:40.173 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Socket close event received\n2025-07-16 14:20:40.173 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] socks connection closed\n2025-07-16 14:20:40.198 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62861 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:21:40.175 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:21:40.175 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db""}\n2025-07-16 14:21:40.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] received connection request\n2025-07-16 14:21:40.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:21:40.200 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] socks forwarding established\n2025-07-16 14:21:40.299 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Process exited with code 0\n2025-07-16 14:21:40.299 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] socks connection closed\n2025-07-16 14:21:40.299 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Socket close event received\n2025-07-16 14:21:40.324 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62889 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:22:40.304 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:22:40.307 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c8b7bf4-30ed-4a08-b70f-e7f048a577eb""}\n2025-07-16 14:22:40.308 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] received connection request\n2025-07-16 14:22:40.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:22:40.373 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] socks forwarding established\n2025-07-16 14:22:40.532 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Process exited with code 0\n2025-07-16 14:22:40.533 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] socks connection closed\n2025-07-16 14:22:40.533 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Socket close event received\n2025-07-16 14:22:40.558 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62949 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:23:40.534 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:23:40.536 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""66fe7358-1685-41bf-bc5c-290e8a107071""}\n2025-07-16 14:23:40.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] received connection request\n2025-07-16 14:23:40.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:23:40.559 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] socks forwarding established\n2025-07-16 14:23:40.585 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Process exited with code 0\n2025-07-16 14:23:40.585 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Socket close event received\n2025-07-16 14:23:40.586 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] socks connection closed\n2025-07-16 14:23:40.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62971 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:24:40.590 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:24:40.592 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6a057e7e-b88f-436c-8c3d-3b57e123af6b""}\n2025-07-16 14:24:40.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] received connection request\n2025-07-16 14:24:40.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:24:40.620 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] socks forwarding established\n2025-07-16 14:24:40.649 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Process exited with code 0\n2025-07-16 14:24:40.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] socks connection closed\n2025-07-16 14:24:40.650 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Socket close event received\n2025-07-16 14:24:40.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63033 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:25:40.651 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:25:40.654 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] received connection request\n2025-07-16 14:25:40.654 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e5765723-0277-4ebb-ae0a-71beefcfb578""}\n2025-07-16 14:25:40.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:25:40.773 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] socks forwarding established\n2025-07-16 14:25:40.931 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Process exited with code 0\n2025-07-16 14:25:40.932 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] socks connection closed\n2025-07-16 14:25:40.932 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Socket close event received\n2025-07-16 14:25:40.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63066 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:26:40.932 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:26:40.933 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2dde2eb3-b6b1-4d8b-ad92-8255f25fd609""}\n2025-07-16 14:26:40.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] received connection request\n2025-07-16 14:26:40.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:26:41.041 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] socks forwarding established\n2025-07-16 14:26:41.200 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Process exited with code 0\n2025-07-16 14:26:41.200 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Socket close event received\n2025-07-16 14:26:41.204 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] socks connection closed\n2025-07-16 14:26:41.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63101 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:27:41.205 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:27:41.208 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] received connection request\n2025-07-16 14:27:41.209 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02f67242-5afd-46ce-bbb8-2d62df963a62""}\n2025-07-16 14:27:41.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:27:41.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] socks forwarding established\n2025-07-16 14:27:41.263 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Process exited with code 0\n2025-07-16 14:27:41.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] socks connection closed\n2025-07-16 14:27:41.263 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Socket close event received\n2025-07-16 14:27:41.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63159 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:28:41.265 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:28:41.266 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f3ed456-208f-43f1-943e-8ffd5acc467c""}\n2025-07-16 14:28:41.267 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] received connection request\n2025-07-16 14:28:41.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:28:41.327 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] socks forwarding established\n2025-07-16 14:28:41.352 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Process exited with code 0\n2025-07-16 14:28:41.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] socks connection closed\n2025-07-16 14:28:41.353 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Socket close event received\n2025-07-16 14:28:41.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63187 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:29:41.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:29:41.359 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8fdf3200-aeb0-44a9-a72f-d0d91a80eb49""}\n2025-07-16 14:29:41.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] received connection request\n2025-07-16 14:29:41.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:29:41.428 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] socks forwarding established\n2025-07-16 14:29:41.540 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Process exited with code 0\n2025-07-16 14:29:41.540 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] socks connection closed\n2025-07-16 14:29:41.540 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Socket close event received\n2025-07-16 14:29:41.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63235 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:30:41.542 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:30:41.543 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c05af8b5-70c0-49b1-b263-9eda157582ff""}\n2025-07-16 14:30:41.543 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] received connection request\n2025-07-16 14:30:41.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:30:41.569 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] socks forwarding established\n2025-07-16 14:30:41.595 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Process exited with code 0\n2025-07-16 14:30:41.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] socks connection closed\n2025-07-16 14:30:41.595 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Socket close event received\n2025-07-16 14:30:41.620 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63277 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:31:41.597 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:31:41.599 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7195b6d5-94da-49fd-a4b8-bd00f77c3e74""}\n2025-07-16 14:31:41.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] received connection request\n2025-07-16 14:31:41.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:31:41.629 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] socks forwarding established\n2025-07-16 14:31:41.656 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Process exited with code 0\n2025-07-16 14:31:41.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] socks connection closed\n2025-07-16 14:31:41.656 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Socket close event received\n2025-07-16 14:31:41.679 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63313 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:32:41.661 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:32:41.663 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2""}\n2025-07-16 14:32:41.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] received connection request\n2025-07-16 14:32:41.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:32:41.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] socks forwarding established\n2025-07-16 14:32:41.718 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Process exited with code 0\n2025-07-16 14:32:41.718 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] socks connection closed\n2025-07-16 14:32:41.718 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Socket close event received\n2025-07-16 14:32:41.742 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63373 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:33:41.722 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:33:41.725 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ad63e8b-43a7-44d5-9cfa-7140d58fca27""}\n2025-07-16 14:33:41.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] received connection request\n2025-07-16 14:33:41.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:33:41.752 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] socks forwarding established\n2025-07-16 14:33:41.780 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Process exited with code 0\n2025-07-16 14:33:41.780 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Socket close event received\n2025-07-16 14:33:41.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] socks connection closed\n2025-07-16 14:33:41.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63395 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:34:41.785 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:34:41.786 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9fe8113-802c-447b-af58-118ad4424d83""}\n2025-07-16 14:34:41.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] received connection request\n2025-07-16 14:34:41.788 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:34:41.814 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] socks forwarding established\n2025-07-16 14:34:41.841 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Process exited with code 0\n2025-07-16 14:34:41.842 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Socket close event received\n2025-07-16 14:34:41.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] socks connection closed\n2025-07-16 14:34:41.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:35:41.848 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:35:41.850 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88e608ed-cfdc-4022-ad1f-b1c771269269""}\n2025-07-16 14:35:41.850 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] received connection request\n2025-07-16 14:35:41.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:35:41.875 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] socks forwarding established\n2025-07-16 14:35:41.904 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Process exited with code 0\n2025-07-16 14:35:41.904 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Socket close event received\n2025-07-16 14:35:41.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] socks connection closed\n2025-07-16 14:35:41.930 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63491 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:36:41.907 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:36:41.908 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""983158c4-53a0-4ff1-b075-33522424a90b""}\n2025-07-16 14:36:41.909 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] received connection request\n2025-07-16 14:36:41.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:36:41.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] socks forwarding established\n2025-07-16 14:36:41.963 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Process exited with code 0\n2025-07-16 14:36:41.963 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] socks connection closed\n2025-07-16 14:36:41.963 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Socket close event received\n2025-07-16 14:36:41.989 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63546 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:37:41.964 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:37:41.966 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e8916afc-fa82-441b-b4ad-6d92cc7cb897""}\n2025-07-16 14:37:41.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] received connection request\n2025-07-16 14:37:41.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:37:41.991 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] socks forwarding established\n2025-07-16 14:37:42.019 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Process exited with code 0\n2025-07-16 14:37:42.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] socks connection closed\n2025-07-16 14:37:42.019 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Socket close event received\n2025-07-16 14:37:42.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63599 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:38:42.024 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:38:42.026 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a115a098-8307-4787-a1f9-b62dfd6c564a""}\n2025-07-16 14:38:42.026 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] received connection request\n2025-07-16 14:38:42.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:38:42.050 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] socks forwarding established\n2025-07-16 14:38:42.076 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Process exited with code 0\n2025-07-16 14:38:42.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] socks connection closed\n2025-07-16 14:38:42.076 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Socket close event received\n2025-07-16 14:38:42.099 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63621 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:39:42.076 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:39:42.078 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a0032c69-790a-48a9-a097-8c49cef9ad60""}\n2025-07-16 14:39:42.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] received connection request\n2025-07-16 14:39:42.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:39:42.103 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] socks forwarding established\n2025-07-16 14:39:42.130 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Process exited with code 0\n2025-07-16 14:39:42.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] socks connection closed\n2025-07-16 14:39:42.130 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Socket close event received\n2025-07-16 14:39:42.153 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63661 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:40:42.132 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:40:42.134 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9""}\n2025-07-16 14:40:42.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] received connection request\n2025-07-16 14:40:42.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:40:42.162 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] socks forwarding established\n2025-07-16 14:40:42.189 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Process exited with code 0\n2025-07-16 14:40:42.190 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] socks connection closed\n2025-07-16 14:40:42.190 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Socket close event received\n2025-07-16 14:40:42.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63694 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:41:42.198 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:41:42.200 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48d84b18-e390-475f-b988-be2bd1948ab3""}\n2025-07-16 14:41:42.200 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] received connection request\n2025-07-16 14:41:42.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:41:42.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] socks forwarding established\n2025-07-16 14:41:42.248 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Process exited with code 0\n2025-07-16 14:41:42.249 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] socks connection closed\n2025-07-16 14:41:42.249 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Socket close event received\n2025-07-16 14:41:42.271 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63716 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:42:42.254 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:42:42.257 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""90e2ea48-087e-4946-85f1-c7620b49992f""}\n2025-07-16 14:42:42.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] received connection request\n2025-07-16 14:42:42.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:42:42.283 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] socks forwarding established\n2025-07-16 14:42:42.312 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Process exited with code 0\n2025-07-16 14:42:42.313 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] socks connection closed\n2025-07-16 14:42:42.313 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Socket close event received\n2025-07-16 14:42:42.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:43:42.315 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:43:42.317 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2""}\n2025-07-16 14:43:42.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] received connection request\n2025-07-16 14:43:42.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:43:42.342 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] socks forwarding established\n2025-07-16 14:43:42.368 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Process exited with code 0\n2025-07-16 14:43:42.369 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] socks connection closed\n2025-07-16 14:43:42.369 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Socket close event received\n2025-07-16 14:43:42.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63795 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:44:42.370 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:44:42.373 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e222430a-33ed-4120-b242-6b4194847b12""}\n2025-07-16 14:44:42.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] received connection request\n2025-07-16 14:44:42.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:44:42.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] socks forwarding established\n2025-07-16 14:44:42.426 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Process exited with code 0\n2025-07-16 14:44:42.426 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] socks connection closed\n2025-07-16 14:44:42.426 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Socket close event received\n2025-07-16 14:44:42.450 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63861 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:45:42.427 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:45:42.428 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""39892df0-8a06-412c-8f8b-9b0415eedfa0""}\n2025-07-16 14:45:42.429 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] received connection request\n2025-07-16 14:45:42.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:45:42.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] socks forwarding established\n2025-07-16 14:45:42.485 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Process exited with code 0\n2025-07-16 14:45:42.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] socks connection closed\n2025-07-16 14:45:42.485 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Socket close event received\n2025-07-16 14:45:42.510 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63915 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:46:42.491 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:46:42.494 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""44ff7dee-1620-434c-968f-2740274f73e9""}\n2025-07-16 14:46:42.495 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] received connection request\n2025-07-16 14:46:42.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:46:42.519 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] socks forwarding established\n2025-07-16 14:46:42.545 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Process exited with code 0\n2025-07-16 14:46:42.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] socks connection closed\n2025-07-16 14:46:42.546 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Socket close event received\n2025-07-16 14:46:42.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63943 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:47:42.551 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:47:42.554 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7681e54c-182e-479d-95e2-4e964ad2feb3""}\n2025-07-16 14:47:42.555 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] received connection request\n2025-07-16 14:47:42.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:47:42.583 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] socks forwarding established\n2025-07-16 14:47:42.632 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] socks connection closed\n2025-07-16 14:47:42.633 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Process exited with code 0\n2025-07-16 14:47:42.633 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Socket close event received\n2025-07-16 14:47:42.656 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64041 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:48:42.635 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:48:42.637 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1bffb54-bca5-4231-9926-3d772b18d384""}\n2025-07-16 14:48:42.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] received connection request\n2025-07-16 14:48:42.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:48:42.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] socks forwarding established\n2025-07-16 14:48:42.691 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Process exited with code 0\n2025-07-16 14:48:42.691 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Socket close event received\n2025-07-16 14:48:42.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] socks connection closed\n2025-07-16 14:48:42.715 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:49:42.697 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:49:42.700 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7d8c7df6-6268-4a32-a583-9e0a8ce6377f""}\n2025-07-16 14:49:42.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] received connection request\n2025-07-16 14:49:42.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:49:42.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] socks forwarding established\n2025-07-16 14:49:42.777 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Process exited with code 0\n2025-07-16 14:49:42.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] socks connection closed\n2025-07-16 14:49:42.778 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Socket close event received\n2025-07-16 14:49:42.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64114 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:50:42.782 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:50:42.784 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f""}\n2025-07-16 14:50:42.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] received connection request\n2025-07-16 14:50:42.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:50:42.809 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] socks forwarding established\n2025-07-16 14:50:42.836 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Process exited with code 0\n2025-07-16 14:50:42.837 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Socket close event received\n2025-07-16 14:50:42.860 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] socks connection closed\n2025-07-16 14:50:42.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64153 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:51:42.838 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:51:42.840 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6082211e-f890-453e-9f08-a2308f84292c""}\n2025-07-16 14:51:42.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] received connection request\n2025-07-16 14:51:42.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:51:42.865 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] socks forwarding established\n2025-07-16 14:51:42.891 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Process exited with code 0\n2025-07-16 14:51:42.891 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] socks connection closed\n2025-07-16 14:51:42.891 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Socket close event received\n2025-07-16 14:51:42.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64184 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:52:42.893 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:52:42.895 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674""}\n2025-07-16 14:52:42.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] received connection request\n2025-07-16 14:52:42.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:52:42.921 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] socks forwarding established\n2025-07-16 14:52:42.950 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Process exited with code 0\n2025-07-16 14:52:42.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] socks connection closed\n2025-07-16 14:52:42.950 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Socket close event received\n2025-07-16 14:52:42.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64262 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:53:42.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:53:42.955 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""afa826e4-5241-479d-bed3-24690ca091ef""}\n2025-07-16 14:53:42.955 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] received connection request\n2025-07-16 14:53:42.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:53:42.980 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] socks forwarding established\n2025-07-16 14:53:43.010 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Process exited with code 0\n2025-07-16 14:53:43.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] socks connection closed\n2025-07-16 14:53:43.011 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Socket close event received\n2025-07-16 14:53:43.033 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64285 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:54:43.016 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:54:43.018 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2""}\n2025-07-16 14:54:43.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] received connection request\n2025-07-16 14:54:43.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:54:43.044 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] socks forwarding established\n2025-07-16 14:54:43.070 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Process exited with code 0\n2025-07-16 14:54:43.071 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Socket close event received\n2025-07-16 14:54:43.081 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] socks connection closed\n2025-07-16 14:54:43.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64341 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:55:43.075 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:55:43.077 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33081359-e5b3-4e2f-8033-7a47802e1918""}\n2025-07-16 14:55:43.077 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] received connection request\n2025-07-16 14:55:43.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:55:43.101 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] socks forwarding established\n2025-07-16 14:55:43.127 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Process exited with code 0\n2025-07-16 14:55:43.128 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] socks connection closed\n2025-07-16 14:55:43.128 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Socket close event received\n2025-07-16 14:55:43.150 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64371 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:56:43.133 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:56:43.135 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""561c4ec2-1dd7-4cc2-b874-27693044ac44""}\n2025-07-16 14:56:43.136 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] received connection request\n2025-07-16 14:56:43.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:56:43.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] socks forwarding established\n2025-07-16 14:56:43.187 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Process exited with code 0\n2025-07-16 14:56:43.187 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] socks connection closed\n2025-07-16 14:56:43.187 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Socket close event received\n2025-07-16 14:56:43.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64397 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:57:43.188 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:57:43.191 [info] [command][91754617-262f-415c-8230-0c3a71536824] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""91754617-262f-415c-8230-0c3a71536824""}\n2025-07-16 14:57:43.192 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] received connection request\n2025-07-16 14:57:43.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:57:43.216 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] socks forwarding established\n2025-07-16 14:57:43.262 [info] [command][91754617-262f-415c-8230-0c3a71536824] Process exited with code 0\n2025-07-16 14:57:43.262 [info] [command][91754617-262f-415c-8230-0c3a71536824] Socket close event received\n2025-07-16 14:57:43.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] socks connection closed\n2025-07-16 14:57:43.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64464 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:58:43.267 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:58:43.269 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4116dfb0-415c-4d79-ad5c-601cb3391c9f""}\n2025-07-16 14:58:43.270 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] received connection request\n2025-07-16 14:58:43.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:58:43.297 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] socks forwarding established\n2025-07-16 14:58:43.324 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Process exited with code 0\n2025-07-16 14:58:43.324 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Socket close event received\n2025-07-16 14:58:43.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] socks connection closed\n2025-07-16 14:58:43.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64490 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:59:43.328 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:59:43.330 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""050af5d8-6619-42c5-abe8-4a0729635534""}\n2025-07-16 14:59:43.331 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] received connection request\n2025-07-16 14:59:43.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:59:43.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] socks forwarding established\n2025-07-16 14:59:43.383 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Process exited with code 0\n2025-07-16 14:59:43.384 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] socks connection closed\n2025-07-16 14:59:43.384 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Socket close event received\n2025-07-16 14:59:43.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64533 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:00:43.386 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:00:43.388 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] received connection request\n2025-07-16 15:00:43.388 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fbd883c-e0eb-4306-9568-f15498a3adab""}\n2025-07-16 15:00:43.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:00:43.413 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] socks forwarding established\n2025-07-16 15:00:43.439 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Process exited with code 0\n2025-07-16 15:00:43.439 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Socket close event received\n2025-07-16 15:00:43.440 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] socks connection closed\n2025-07-16 15:00:43.462 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64563 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:01:43.443 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:01:43.445 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""be1f1e9f-c2a9-4434-a23c-9d05118131de""}\n2025-07-16 15:01:43.446 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] received connection request\n2025-07-16 15:01:43.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:01:43.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] socks forwarding established\n2025-07-16 15:01:43.498 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Process exited with code 0\n2025-07-16 15:01:43.498 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] socks connection closed\n2025-07-16 15:01:43.498 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Socket close event received\n2025-07-16 15:01:43.521 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64589 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:02:43.503 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:02:43.504 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0f829029-977f-4ca0-ba22-7fb1050b49ba""}\n2025-07-16 15:02:43.504 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] received connection request\n2025-07-16 15:02:43.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:02:43.529 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] socks forwarding established\n2025-07-16 15:02:43.558 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Process exited with code 0\n2025-07-16 15:02:43.558 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Socket close event received\n2025-07-16 15:02:43.558 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] socks connection closed\n2025-07-16 15:02:43.583 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64634 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:03:43.568 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:03:43.570 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a918f860-4058-482c-aee4-79d626361a2b""}\n2025-07-16 15:03:43.571 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] received connection request\n2025-07-16 15:03:43.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:03:43.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] socks forwarding established\n2025-07-16 15:03:43.621 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Process exited with code 0\n2025-07-16 15:03:43.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] socks connection closed\n2025-07-16 15:03:43.622 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Socket close event received\n2025-07-16 15:03:43.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64654 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:04:43.631 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:04:43.633 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfd765d6-719c-4031-96e6-1c34e0c92322""}\n2025-07-16 15:04:43.634 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] received connection request\n2025-07-16 15:04:43.635 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:04:43.658 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] socks forwarding established\n2025-07-16 15:04:43.684 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Process exited with code 0\n2025-07-16 15:04:43.684 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Socket close event received\n2025-07-16 15:04:43.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] socks connection closed\n2025-07-16 15:04:43.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64694 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:05:43.689 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:05:43.691 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c965247c-26f0-414d-8ef4-1a795d0149ab""}\n2025-07-16 15:05:43.692 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] received connection request\n2025-07-16 15:05:43.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:05:43.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] socks forwarding established\n2025-07-16 15:05:43.745 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Process exited with code 0\n2025-07-16 15:05:43.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] socks connection closed\n2025-07-16 15:05:43.745 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Socket close event received\n2025-07-16 15:05:43.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64718 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:06:43.748 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:06:43.749 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""34a60619-43ab-4786-a844-0dcbbd0485e7""}\n2025-07-16 15:06:43.750 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] received connection request\n2025-07-16 15:06:43.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:06:43.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] socks forwarding established\n2025-07-16 15:06:43.804 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Process exited with code 0\n2025-07-16 15:06:43.804 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] socks connection closed\n2025-07-16 15:06:43.804 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Socket close event received\n2025-07-16 15:06:43.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64742 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:07:43.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:07:43.812 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""364f738a-08ae-444a-88d2-48bd03dd658f""}\n2025-07-16 15:07:43.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] received connection request\n2025-07-16 15:07:43.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:07:43.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] socks forwarding established\n2025-07-16 15:07:43.867 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Process exited with code 0\n2025-07-16 15:07:43.868 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] socks connection closed\n2025-07-16 15:07:43.868 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Socket close event received\n2025-07-16 15:07:43.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:08:43.873 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:08:43.874 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""64ecb394-4ba5-46f8-9871-2f1a55fd557d""}\n2025-07-16 15:08:43.875 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] received connection request\n2025-07-16 15:08:43.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:08:43.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] socks forwarding established\n2025-07-16 15:08:43.925 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Process exited with code 0\n2025-07-16 15:08:43.925 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] socks connection closed\n2025-07-16 15:08:43.925 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Socket close event received\n2025-07-16 15:08:43.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64837 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:09:43.925 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:09:43.926 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d2c723a-66e2-4ab0-88de-3298dff68cdb""}\n2025-07-16 15:09:43.927 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] received connection request\n2025-07-16 15:09:43.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:09:43.956 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] socks forwarding established\n2025-07-16 15:09:44.007 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Process exited with code 0\n2025-07-16 15:09:44.008 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] socks connection closed\n2025-07-16 15:09:44.008 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Socket close event received\n2025-07-16 15:09:44.081 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64892 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:10:44.013 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:10:44.015 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""223d6b4f-2463-49f8-959c-d56c5ea17126""}\n2025-07-16 15:10:44.016 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] received connection request\n2025-07-16 15:10:44.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:10:44.042 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] socks forwarding established\n2025-07-16 15:10:44.070 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Process exited with code 0\n2025-07-16 15:10:44.070 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Socket close event received\n2025-07-16 15:10:44.070 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] socks connection closed\n2025-07-16 15:10:44.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64925 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:11:44.075 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:11:44.077 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d428a1d1-b70a-44ce-9484-99d04921af2f""}\n2025-07-16 15:11:44.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] received connection request\n2025-07-16 15:11:44.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:11:44.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] socks forwarding established\n2025-07-16 15:11:44.129 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Process exited with code 0\n2025-07-16 15:11:44.129 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Socket close event received\n2025-07-16 15:11:44.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] socks connection closed\n2025-07-16 15:11:44.153 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64961 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:12:44.133 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:12:44.134 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8197be9b-523e-47f2-b0c6-3bc782c1bc36""}\n2025-07-16 15:12:44.134 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] received connection request\n2025-07-16 15:12:44.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:12:44.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] socks forwarding established\n2025-07-16 15:12:44.187 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Process exited with code 0\n2025-07-16 15:12:44.187 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] socks connection closed\n2025-07-16 15:12:44.187 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Socket close event received\n2025-07-16 15:12:44.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65013 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:13:44.192 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:13:44.194 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""81b21a05-15c5-484a-ba75-6aa1c07599fe""}\n2025-07-16 15:13:44.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] received connection request\n2025-07-16 15:13:44.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:13:44.220 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] socks forwarding established\n2025-07-16 15:13:44.246 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Process exited with code 0\n2025-07-16 15:13:44.246 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Socket close event received\n2025-07-16 15:13:44.246 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] socks connection closed\n2025-07-16 15:13:44.269 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65043 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:14:44.249 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:14:44.251 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bb21d218-4e8b-4b33-a5ea-7eb18352f69d""}\n2025-07-16 15:14:44.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] received connection request\n2025-07-16 15:14:44.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:14:44.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] socks forwarding established\n2025-07-16 15:14:44.305 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Process exited with code 0\n2025-07-16 15:14:44.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] socks connection closed\n2025-07-16 15:14:44.306 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Socket close event received\n2025-07-16 15:14:44.330 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65101 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:15:44.312 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:15:44.314 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ba3cc04-c82c-4f68-8505-c29a3ea28175""}\n2025-07-16 15:15:44.314 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] received connection request\n2025-07-16 15:15:44.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:15:44.339 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] socks forwarding established\n2025-07-16 15:15:44.389 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Process exited with code 0\n2025-07-16 15:15:44.390 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] socks connection closed\n2025-07-16 15:15:44.390 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Socket close event received\n2025-07-16 15:15:44.413 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65135 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:16:44.395 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:16:44.396 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d1f99d27-28ae-4ad6-b34f-c25474e33782""}\n2025-07-16 15:16:44.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] received connection request\n2025-07-16 15:16:44.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:16:44.422 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] socks forwarding established\n2025-07-16 15:16:44.448 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Process exited with code 0\n2025-07-16 15:16:44.448 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Socket close event received\n2025-07-16 15:16:44.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] socks connection closed\n2025-07-16 15:16:44.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65160 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:17:44.454 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:17:44.455 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10d117a1-62be-4b70-a906-7b416d60b147""}\n2025-07-16 15:17:44.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] received connection request\n2025-07-16 15:17:44.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:17:44.483 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] socks forwarding established\n2025-07-16 15:17:44.510 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Process exited with code 0\n2025-07-16 15:17:44.510 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Socket close event received\n2025-07-16 15:17:44.532 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] socks connection closed\n2025-07-16 15:17:44.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65213 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:18:44.513 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:18:44.515 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b785f20f-23d3-45b4-b660-3e480041f8d8""}\n2025-07-16 15:18:44.516 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] received connection request\n2025-07-16 15:18:44.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:18:44.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] socks forwarding established\n2025-07-16 15:18:44.570 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Process exited with code 0\n2025-07-16 15:18:44.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] socks connection closed\n2025-07-16 15:18:44.570 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Socket close event received\n2025-07-16 15:18:44.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65239 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:19:44.575 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:19:44.577 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6a7078c3-cd6c-4839-8cdf-17cd68e1cf47""}\n2025-07-16 15:19:44.578 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] received connection request\n2025-07-16 15:19:44.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:19:44.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] socks forwarding established\n2025-07-16 15:19:44.632 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Process exited with code 0\n2025-07-16 15:19:44.632 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] socks connection closed\n2025-07-16 15:19:44.633 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Socket close event received\n2025-07-16 15:19:44.656 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:20:44.638 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:20:44.640 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e32f401-e19f-43f3-84b5-598352891cdb""}\n2025-07-16 15:20:44.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] received connection request\n2025-07-16 15:20:44.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:20:44.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] socks forwarding established\n2025-07-16 15:20:44.690 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Process exited with code 0\n2025-07-16 15:20:44.691 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] socks connection closed\n2025-07-16 15:20:44.691 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Socket close event received\n2025-07-16 15:20:44.714 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:21:44.693 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:21:44.696 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""758c59bd-4f3f-46bc-bae9-443af17a137d""}\n2025-07-16 15:21:44.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] received connection request\n2025-07-16 15:21:44.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:21:44.721 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] socks forwarding established\n2025-07-16 15:21:44.750 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] socks connection closed\n2025-07-16 15:21:44.750 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Process exited with code 0\n2025-07-16 15:21:44.751 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Socket close event received\n2025-07-16 15:21:44.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65367 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:22:44.755 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:22:44.757 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b16c568f-07a1-4fab-a3a2-928b1927b6f3""}\n2025-07-16 15:22:44.757 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] received connection request\n2025-07-16 15:22:44.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:22:44.782 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] socks forwarding established\n2025-07-16 15:22:44.808 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Process exited with code 0\n2025-07-16 15:22:44.808 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Socket close event received\n2025-07-16 15:22:44.808 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] socks connection closed\n2025-07-16 15:22:44.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65427 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:23:44.814 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:23:44.816 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""09847975-c15a-4686-af4a-d6cc8b53c154""}\n2025-07-16 15:23:44.816 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] received connection request\n2025-07-16 15:23:44.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:23:44.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] socks forwarding established\n2025-07-16 15:23:44.869 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Process exited with code 0\n2025-07-16 15:23:44.869 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] socks connection closed\n2025-07-16 15:23:44.870 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Socket close event received\n2025-07-16 15:23:44.893 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65456 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:24:44.874 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:24:44.877 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dae8c3ac-3c2f-40eb-af52-caae128e9c9e""}\n2025-07-16 15:24:44.877 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] received connection request\n2025-07-16 15:24:44.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:24:44.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] socks forwarding established\n2025-07-16 15:24:44.933 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Process exited with code 0\n2025-07-16 15:24:44.933 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] socks connection closed\n2025-07-16 15:24:44.933 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Socket close event received\n2025-07-16 15:24:44.957 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65529 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:25:44.936 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:25:44.938 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164""}\n2025-07-16 15:25:44.939 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] received connection request\n2025-07-16 15:25:44.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:25:44.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] socks forwarding established\n2025-07-16 15:25:44.993 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Process exited with code 0\n2025-07-16 15:25:44.993 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] socks connection closed\n2025-07-16 15:25:44.993 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Socket close event received\n2025-07-16 15:25:45.019 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49176 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:26:44.998 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:26:45.000 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9a0d2cdd-8f4a-4075-a2fe-b79d4411668f""}\n2025-07-16 15:26:45.001 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] received connection request\n2025-07-16 15:26:45.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:26:45.024 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] socks forwarding established\n2025-07-16 15:26:45.051 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Process exited with code 0\n2025-07-16 15:26:45.051 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Socket close event received\n2025-07-16 15:26:45.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] socks connection closed\n2025-07-16 15:26:45.073 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49222 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:27:45.057 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:27:45.059 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fa7fe5a7-bf3b-4c69-bc1f-2584fc593638""}\n2025-07-16 15:27:45.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] received connection request\n2025-07-16 15:27:45.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:27:45.085 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] socks forwarding established\n2025-07-16 15:27:45.114 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Process exited with code 0\n2025-07-16 15:27:45.114 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Socket close event received\n2025-07-16 15:27:45.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] socks connection closed\n2025-07-16 15:27:45.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49289 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:28:45.119 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:28:45.122 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2f0ac320-00b2-4f0f-916e-dbf5e3e5f110""}\n2025-07-16 15:28:45.122 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] received connection request\n2025-07-16 15:28:45.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:28:45.150 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] socks forwarding established\n2025-07-16 15:28:45.176 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Process exited with code 0\n2025-07-16 15:28:45.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] socks connection closed\n2025-07-16 15:28:45.177 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Socket close event received\n2025-07-16 15:28:45.200 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49320 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:29:45.177 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:29:45.179 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0f84d409-87d4-40ba-a3fb-e9f7966ec000""}\n2025-07-16 15:29:45.179 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] received connection request\n2025-07-16 15:29:45.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:29:45.180 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:29:45.203 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] socks forwarding established\n2025-07-16 15:29:45.230 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Process exited with code 0\n2025-07-16 15:29:45.230 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Socket close event received\n2025-07-16 15:29:45.230 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] socks connection closed\n2025-07-16 15:29:45.252 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49386 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:30:45.231 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:30:45.234 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aee93ea2-f099-47ef-826d-5659be4cb53d""}\n2025-07-16 15:30:45.235 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] received connection request\n2025-07-16 15:30:45.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:30:45.260 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] socks forwarding established\n2025-07-16 15:30:45.290 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Process exited with code 0\n2025-07-16 15:30:45.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] socks connection closed\n2025-07-16 15:30:45.290 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Socket close event received\n2025-07-16 15:30:45.314 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49432 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:31:45.292 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:31:45.294 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ec1c270-4f35-46d9-9843-d9af94f2142a""}\n2025-07-16 15:31:45.295 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] received connection request\n2025-07-16 15:31:45.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:31:45.320 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] socks forwarding established\n2025-07-16 15:31:45.348 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Process exited with code 0\n2025-07-16 15:31:45.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] socks connection closed\n2025-07-16 15:31:45.348 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Socket close event received\n2025-07-16 15:31:45.374 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49474 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:32:45.353 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:32:45.353 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e8f5ff0-01d9-49fa-a647-927381de81e7""}\n2025-07-16 15:32:45.354 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] received connection request\n2025-07-16 15:32:45.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:32:45.377 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] socks forwarding established\n2025-07-16 15:32:45.402 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Process exited with code 0\n2025-07-16 15:32:45.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] socks connection closed\n2025-07-16 15:32:45.402 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Socket close event received\n2025-07-16 15:32:45.425 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49553 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:33:45.405 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:33:45.406 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""17581265-9ee2-4394-bf3c-25b3c8729ec2""}\n2025-07-16 15:33:45.408 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] received connection request\n2025-07-16 15:33:45.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:33:45.410 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:33:45.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] socks forwarding established\n2025-07-16 15:33:45.462 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Process exited with code 0\n2025-07-16 15:33:45.462 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] socks connection closed\n2025-07-16 15:33:45.462 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Socket close event received\n2025-07-16 15:33:45.485 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49584 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:34:45.468 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:34:45.470 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dd43c762-d8b6-4db2-88d6-defd2fa624aa""}\n2025-07-16 15:34:45.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] received connection request\n2025-07-16 15:34:45.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:34:45.496 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] socks forwarding established\n2025-07-16 15:34:45.522 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Process exited with code 0\n2025-07-16 15:34:45.522 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] socks connection closed\n2025-07-16 15:34:45.522 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Socket close event received\n2025-07-16 15:34:45.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49634 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:35:45.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:35:45.525 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d""}\n2025-07-16 15:35:45.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] received connection request\n2025-07-16 15:35:45.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:35:45.526 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:35:45.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] socks forwarding established\n2025-07-16 15:35:45.574 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] socks connection closed\n2025-07-16 15:35:45.574 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Process exited with code 0\n2025-07-16 15:35:45.574 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Socket close event received\n2025-07-16 15:35:45.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:36:45.579 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:36:45.581 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ff0f096f-4b4a-41f5-b765-4826edd3fce2""}\n2025-07-16 15:36:45.582 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] received connection request\n2025-07-16 15:36:45.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:36:45.607 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] socks forwarding established\n2025-07-16 15:36:45.635 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Process exited with code 0\n2025-07-16 15:36:45.635 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] socks connection closed\n2025-07-16 15:36:45.635 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Socket close event received\n2025-07-16 15:36:45.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49724 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:37:45.636 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:37:45.638 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9cc766d6-b35f-4127-b13b-23afe4310b09""}\n2025-07-16 15:37:45.639 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] received connection request\n2025-07-16 15:37:45.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:37:45.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] socks forwarding established\n2025-07-16 15:37:45.690 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Process exited with code 0\n2025-07-16 15:37:45.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] socks connection closed\n2025-07-16 15:37:45.690 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Socket close event received\n2025-07-16 15:37:45.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49775 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:38:45.693 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:38:45.695 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58d617e1-09cf-4b8a-bb47-4d2855b28035""}\n2025-07-16 15:38:45.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] received connection request\n2025-07-16 15:38:45.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:38:45.720 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] socks forwarding established\n2025-07-16 15:38:45.746 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Process exited with code 0\n2025-07-16 15:38:45.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] socks connection closed\n2025-07-16 15:38:45.746 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Socket close event received\n2025-07-16 15:38:45.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:39:45.753 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:39:45.754 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c0db0a81-7694-49d2-9cce-759c42a3ab8b""}\n2025-07-16 15:39:45.755 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] received connection request\n2025-07-16 15:39:45.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:39:45.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] socks forwarding established\n2025-07-16 15:39:45.808 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Process exited with code 0\n2025-07-16 15:39:45.809 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] socks connection closed\n2025-07-16 15:39:45.809 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Socket close event received\n2025-07-16 15:39:45.831 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49875 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:40:45.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:40:45.812 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aa686890-192c-4d3e-8c3e-3545ee549a43""}\n2025-07-16 15:40:45.812 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] received connection request\n2025-07-16 15:40:45.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:40:45.839 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] socks forwarding established\n2025-07-16 15:40:45.867 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Process exited with code 0\n2025-07-16 15:40:45.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] socks connection closed\n2025-07-16 15:40:45.867 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Socket close event received\n2025-07-16 15:40:45.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49912 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:41:45.872 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:41:45.874 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ed1406ac-d8e8-41f0-b162-625f4599d070""}\n2025-07-16 15:41:45.874 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] received connection request\n2025-07-16 15:41:45.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:41:45.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] socks forwarding established\n2025-07-16 15:41:45.926 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Process exited with code 0\n2025-07-16 15:41:45.926 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] socks connection closed\n2025-07-16 15:41:45.926 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Socket close event received\n2025-07-16 15:41:45.949 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49938 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:42:45.931 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:42:45.934 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""20f739b9-c360-4d89-a90c-fb1c8b554050""}\n2025-07-16 15:42:45.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] received connection request\n2025-07-16 15:42:45.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:42:45.958 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] socks forwarding established\n2025-07-16 15:42:45.984 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Process exited with code 0\n2025-07-16 15:42:45.985 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] socks connection closed\n2025-07-16 15:42:45.985 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Socket close event received\n2025-07-16 15:42:46.008 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49990 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:43:45.990 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:43:45.994 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""815521e9-2dc9-4748-9374-8049f1c4ce0b""}\n2025-07-16 15:43:45.994 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] received connection request\n2025-07-16 15:43:45.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:43:46.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] socks forwarding established\n2025-07-16 15:43:46.046 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Process exited with code 0\n2025-07-16 15:43:46.047 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] socks connection closed\n2025-07-16 15:43:46.047 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Socket close event received\n2025-07-16 15:43:46.070 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50014 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:44:46.048 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:44:46.050 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5d830812-4fe5-4d22-9337-9395b3b3a9f2""}\n2025-07-16 15:44:46.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] received connection request\n2025-07-16 15:44:46.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:44:46.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] socks forwarding established\n2025-07-16 15:44:46.102 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Process exited with code 0\n2025-07-16 15:44:46.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] socks connection closed\n2025-07-16 15:44:46.102 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Socket close event received\n2025-07-16 15:44:46.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50058 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:45:46.106 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:45:46.107 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d46646da-2ef1-465b-952e-0522ff036ba3""}\n2025-07-16 15:45:46.108 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] received connection request\n2025-07-16 15:45:46.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:45:46.132 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] socks forwarding established\n2025-07-16 15:45:46.157 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Process exited with code 0\n2025-07-16 15:45:46.158 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] socks connection closed\n2025-07-16 15:45:46.158 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Socket close event received\n2025-07-16 15:45:46.182 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50099 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:46:46.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:46:46.163 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1f1c75cb-cd38-4adf-b106-5dcd22ffebba""}\n2025-07-16 15:46:46.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] received connection request\n2025-07-16 15:46:46.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:46:46.190 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] socks forwarding established\n2025-07-16 15:46:46.243 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Process exited with code 0\n2025-07-16 15:46:46.243 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] socks connection closed\n2025-07-16 15:46:46.244 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Socket close event received\n2025-07-16 15:46:46.267 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50136 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:47:46.246 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:47:46.249 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae6dbe30-3665-43d0-9bf6-4172591a524f""}\n2025-07-16 15:47:46.249 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] received connection request\n2025-07-16 15:47:46.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:47:46.274 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] socks forwarding established\n2025-07-16 15:47:46.300 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Process exited with code 0\n2025-07-16 15:47:46.301 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Socket close event received\n2025-07-16 15:47:46.324 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] socks connection closed\n2025-07-16 15:47:46.325 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50186 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:48:46.306 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:48:46.308 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c3d6b345-2267-4a32-8bfb-1c00cddc9b5f""}\n2025-07-16 15:48:46.308 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] received connection request\n2025-07-16 15:48:46.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:48:46.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] socks forwarding established\n2025-07-16 15:48:46.358 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Process exited with code 0\n2025-07-16 15:48:46.358 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Socket close event received\n2025-07-16 15:48:46.380 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] socks connection closed\n2025-07-16 15:48:46.382 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50215 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:49:46.359 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:49:46.361 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a62772a-11f8-495e-b233-9e6af9c8223d""}\n2025-07-16 15:49:46.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] received connection request\n2025-07-16 15:49:46.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:49:46.386 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] socks forwarding established\n2025-07-16 15:49:46.412 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Process exited with code 0\n2025-07-16 15:49:46.412 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Socket close event received\n2025-07-16 15:49:46.413 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] socks connection closed\n2025-07-16 15:49:46.437 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50262 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:50:46.415 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:50:46.418 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1a2b3ce3-a073-4a12-99e6-15470db36dcb""}\n2025-07-16 15:50:46.418 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] received connection request\n2025-07-16 15:50:46.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:50:46.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] socks forwarding established\n2025-07-16 15:50:46.737 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Process exited with code 0\n2025-07-16 15:50:46.737 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] socks connection closed\n2025-07-16 15:50:46.738 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Socket close event received\n2025-07-16 15:50:46.763 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50309 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:51:46.742 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:51:46.744 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6""}\n2025-07-16 15:51:46.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] received connection request\n2025-07-16 15:51:46.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:51:46.792 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] socks forwarding established\n2025-07-16 15:51:46.902 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Process exited with code 0\n2025-07-16 15:51:46.903 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] socks connection closed\n2025-07-16 15:51:46.903 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Socket close event received\n2025-07-16 15:51:46.932 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50343 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:52:46.906 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:52:46.908 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d80c5aba-bff1-4c7c-901c-ae9864e86c29""}\n2025-07-16 15:52:46.908 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] received connection request\n2025-07-16 15:52:46.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:52:46.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] socks forwarding established\n2025-07-16 15:52:47.086 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Process exited with code 0\n2025-07-16 15:52:47.086 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] socks connection closed\n2025-07-16 15:52:47.087 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Socket close event received\n2025-07-16 15:52:47.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50395 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:53:47.087 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:53:47.089 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c""}\n2025-07-16 15:53:47.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] received connection request\n2025-07-16 15:53:47.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:53:47.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] socks forwarding established\n2025-07-16 15:53:47.142 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Process exited with code 0\n2025-07-16 15:53:47.143 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Socket close event received\n2025-07-16 15:53:47.143 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] socks connection closed\n2025-07-16 15:53:47.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50421 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:54:47.150 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:54:47.152 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50cb9db7-b4b0-4154-9514-773e8e4c4494""}\n2025-07-16 15:54:47.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] received connection request\n2025-07-16 15:54:47.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:54:47.296 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] socks forwarding established\n2025-07-16 15:54:47.330 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Process exited with code 0\n2025-07-16 15:54:47.330 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] socks connection closed\n2025-07-16 15:54:47.330 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Socket close event received\n2025-07-16 15:54:47.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50471 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:55:47.331 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:55:47.334 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cf92ecb2-f60d-41ed-be47-7f25ebc50211""}\n2025-07-16 15:55:47.335 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] received connection request\n2025-07-16 15:55:47.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:55:47.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] socks forwarding established\n2025-07-16 15:55:47.392 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Process exited with code 0\n2025-07-16 15:55:47.392 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Socket close event received\n2025-07-16 15:55:47.419 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50502 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:55:47.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] socks connection closed\n2025-07-16 15:56:47.396 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:56:47.399 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6fb35a12-b462-46e1-9711-463dd0d472dc""}\n2025-07-16 15:56:47.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] received connection request\n2025-07-16 15:56:47.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:56:47.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] socks forwarding established\n2025-07-16 15:56:47.449 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Process exited with code 0\n2025-07-16 15:56:47.449 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] socks connection closed\n2025-07-16 15:56:47.449 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Socket close event received\n2025-07-16 15:56:47.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50528 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:57:47.451 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:57:47.453 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa""}\n2025-07-16 15:57:47.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] received connection request\n2025-07-16 15:57:47.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:57:47.478 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] socks forwarding established\n2025-07-16 15:57:47.503 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Process exited with code 0\n2025-07-16 15:57:47.503 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Socket close event received\n2025-07-16 15:57:47.504 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] socks connection closed\n2025-07-16 15:57:47.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50585 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:58:47.506 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:58:47.509 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8dbda32-e939-4c18-9496-8375a0d01723""}\n2025-07-16 15:58:47.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] received connection request\n2025-07-16 15:58:47.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:58:47.537 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] socks forwarding established\n2025-07-16 15:58:47.564 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Process exited with code 0\n2025-07-16 15:58:47.565 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Socket close event received\n2025-07-16 15:58:47.565 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] socks connection closed\n2025-07-16 15:58:47.587 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50607 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:59:47.568 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:59:47.571 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9ef7340-7723-41d0-948f-fba209361cd0""}\n2025-07-16 15:59:47.572 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] received connection request\n2025-07-16 15:59:47.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:59:47.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] socks forwarding established\n2025-07-16 15:59:47.648 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Process exited with code 0\n2025-07-16 15:59:47.648 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] socks connection closed\n2025-07-16 15:59:47.649 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Socket close event received\n2025-07-16 15:59:47.673 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:00:47.654 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:00:47.655 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9dac38a7-391c-4250-9de1-392db9384ddb""}\n2025-07-16 16:00:47.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] received connection request\n2025-07-16 16:00:47.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:00:47.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] socks forwarding established\n2025-07-16 16:00:47.777 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Process exited with code 0\n2025-07-16 16:00:47.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] socks connection closed\n2025-07-16 16:00:47.778 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Socket close event received\n2025-07-16 16:00:47.851 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50686 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:01:47.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:01:47.785 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6acafaa2-41d4-40cf-a997-e2b4ef7f2591""}\n2025-07-16 16:01:47.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] received connection request\n2025-07-16 16:01:47.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:01:47.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] socks forwarding established\n2025-07-16 16:01:47.986 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Process exited with code 0\n2025-07-16 16:01:47.986 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Socket close event received\n2025-07-16 16:01:48.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50717 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:01:48.139 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] socks connection closed\n2025-07-16 16:02:47.992 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:02:47.994 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7ba2744-31c8-46f7-8c1b-c6162d702de3""}\n2025-07-16 16:02:47.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] received connection request\n2025-07-16 16:02:47.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:02:48.018 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] socks forwarding established\n2025-07-16 16:02:48.046 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Process exited with code 0\n2025-07-16 16:02:48.046 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Socket close event received\n2025-07-16 16:02:48.067 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] socks connection closed\n2025-07-16 16:02:48.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50772 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:03:48.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:03:48.054 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02a36eea-be18-40b0-b5b0-48d2b8927824""}\n2025-07-16 16:03:48.055 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] received connection request\n2025-07-16 16:03:48.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:03:48.236 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] socks forwarding established\n2025-07-16 16:03:48.313 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Process exited with code 0\n2025-07-16 16:03:48.313 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] socks connection closed\n2025-07-16 16:03:48.313 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Socket close event received\n2025-07-16 16:03:48.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50797 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:04:48.316 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:04:48.317 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b8dab3df-082c-4885-9288-e4cb7aad67d0""}\n2025-07-16 16:04:48.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] received connection request\n2025-07-16 16:04:48.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:04:48.342 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] socks forwarding established\n2025-07-16 16:04:48.493 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Process exited with code 0\n2025-07-16 16:04:48.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] socks connection closed\n2025-07-16 16:04:48.493 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Socket close event received\n2025-07-16 16:04:48.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50864 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:05:48.498 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:05:48.500 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c8d61d67-82d4-47f8-bdb2-bfc57dea2130""}\n2025-07-16 16:05:48.501 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] received connection request\n2025-07-16 16:05:48.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:05:48.547 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] socks forwarding established\n2025-07-16 16:05:48.706 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Process exited with code 0\n2025-07-16 16:05:48.706 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] socks connection closed\n2025-07-16 16:05:48.706 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Socket close event received\n2025-07-16 16:05:48.729 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50888 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:06:48.708 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:06:48.710 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f1aefe46-7470-4d8f-91f0-7e75938f4659""}\n2025-07-16 16:06:48.711 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] received connection request\n2025-07-16 16:06:48.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:06:48.736 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] socks forwarding established\n2025-07-16 16:06:48.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] socks connection closed\n2025-07-16 16:06:48.764 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Process exited with code 0\n2025-07-16 16:06:48.764 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Socket close event received\n2025-07-16 16:06:48.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50927 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:07:48.769 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:07:48.772 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ee888d8-300d-4a65-b316-20a10b072c2e""}\n2025-07-16 16:07:48.772 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] received connection request\n2025-07-16 16:07:48.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:07:48.796 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] socks forwarding established\n2025-07-16 16:07:48.823 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Process exited with code 0\n2025-07-16 16:07:48.824 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] socks connection closed\n2025-07-16 16:07:48.824 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Socket close event received\n2025-07-16 16:07:48.846 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50997 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:08:48.826 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:08:48.829 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] received connection request\n2025-07-16 16:08:48.830 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b6061ae9-4f41-4598-8168-8deb6b63dd5f""}\n2025-07-16 16:08:48.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:08:48.830 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:08:48.857 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] socks forwarding established\n2025-07-16 16:08:48.982 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Process exited with code 0\n2025-07-16 16:08:48.982 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] socks connection closed\n2025-07-16 16:08:48.982 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Socket close event received\n2025-07-16 16:08:49.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51045 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:09:48.983 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:09:48.985 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6d252782-eabc-488c-8903-8bf59410a41b""}\n2025-07-16 16:09:48.986 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] received connection request\n2025-07-16 16:09:48.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:09:49.010 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] socks forwarding established\n2025-07-16 16:09:49.152 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Process exited with code 0\n2025-07-16 16:09:49.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] socks connection closed\n2025-07-16 16:09:49.153 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Socket close event received\n2025-07-16 16:09:49.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51123 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:10:49.158 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:10:49.161 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] received connection request\n2025-07-16 16:10:49.161 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a""}\n2025-07-16 16:10:49.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:10:49.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] socks forwarding established\n2025-07-16 16:10:49.218 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Process exited with code 0\n2025-07-16 16:10:49.218 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] socks connection closed\n2025-07-16 16:10:49.219 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Socket close event received\n2025-07-16 16:10:49.363 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51157 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:11:49.220 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:11:49.222 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ced5c857-79f4-4a02-8c0c-4e0e67ab2c70""}\n2025-07-16 16:11:49.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] received connection request\n2025-07-16 16:11:49.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:11:49.247 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] socks forwarding established\n2025-07-16 16:11:49.276 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Process exited with code 0\n2025-07-16 16:11:49.276 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] socks connection closed\n2025-07-16 16:11:49.276 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Socket close event received\n2025-07-16 16:11:49.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51185 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:12:49.277 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:12:49.279 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""117521b3-32b9-4b72-9d8e-42007f3be017""}\n2025-07-16 16:12:49.280 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] received connection request\n2025-07-16 16:12:49.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:12:49.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] socks forwarding established\n2025-07-16 16:12:49.333 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Process exited with code 0\n2025-07-16 16:12:49.333 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Socket close event received\n2025-07-16 16:12:49.334 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] socks connection closed\n2025-07-16 16:12:49.357 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51261 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:13:49.335 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:13:49.337 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""07227f46-b433-49d8-8a8a-e2bd692fc345""}\n2025-07-16 16:13:49.338 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] received connection request\n2025-07-16 16:13:49.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:13:49.363 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] socks forwarding established\n2025-07-16 16:13:49.392 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Process exited with code 0\n2025-07-16 16:13:49.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] socks connection closed\n2025-07-16 16:13:49.392 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Socket close event received\n2025-07-16 16:13:49.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51312 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:14:49.398 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:14:49.400 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""90fd7736-b5e2-465d-a6a6-e586ca035499""}\n2025-07-16 16:14:49.400 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] received connection request\n2025-07-16 16:14:49.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:14:49.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] socks forwarding established\n2025-07-16 16:14:49.451 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Process exited with code 0\n2025-07-16 16:14:49.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] socks connection closed\n2025-07-16 16:14:49.451 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Socket close event received\n2025-07-16 16:14:49.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51378 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:15:49.456 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:15:49.457 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c319a4df-c058-4c8f-8c83-629aa3fb7d52""}\n2025-07-16 16:15:49.458 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] received connection request\n2025-07-16 16:15:49.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:15:49.482 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] socks forwarding established\n2025-07-16 16:15:49.508 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Process exited with code 0\n2025-07-16 16:15:49.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] socks connection closed\n2025-07-16 16:15:49.509 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Socket close event received\n2025-07-16 16:15:49.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51408 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:16:49.509 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:16:49.511 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9a3784f9-42cf-4132-9688-e4bbb8bf7915""}\n2025-07-16 16:16:49.512 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] received connection request\n2025-07-16 16:16:49.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:16:49.537 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] socks forwarding established\n2025-07-16 16:16:49.566 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Process exited with code 0\n2025-07-16 16:16:49.566 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] socks connection closed\n2025-07-16 16:16:49.567 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Socket close event received\n2025-07-16 16:16:49.591 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:17:49.571 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:17:49.573 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""91603ba9-411c-4f9d-b8c6-d71b88fe4ea9""}\n2025-07-16 16:17:49.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] received connection request\n2025-07-16 16:17:49.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:17:49.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] socks forwarding established\n2025-07-16 16:17:49.623 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Process exited with code 0\n2025-07-16 16:17:49.623 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Socket close event received\n2025-07-16 16:17:49.645 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] socks connection closed\n2025-07-16 16:17:49.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51524 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:18:49.623 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:18:49.624 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae400f3e-59a7-4fb6-a90c-e2db99441a30""}\n2025-07-16 16:18:49.625 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] received connection request\n2025-07-16 16:18:49.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:18:49.648 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] socks forwarding established\n2025-07-16 16:18:49.696 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Process exited with code 0\n2025-07-16 16:18:49.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] socks connection closed\n2025-07-16 16:18:49.696 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Socket close event received\n2025-07-16 16:18:49.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51582 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:19:49.703 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:19:49.703 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3d0f38c0-9e97-451c-be03-ea59775a5c1f""}\n2025-07-16 16:19:49.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] received connection request\n2025-07-16 16:19:49.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:19:49.730 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] socks forwarding established\n2025-07-16 16:19:49.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] socks connection closed\n2025-07-16 16:19:49.781 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Process exited with code 0\n2025-07-16 16:19:49.781 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Socket close event received\n2025-07-16 16:19:49.807 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51626 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:20:49.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:20:49.785 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""880c0236-c546-4dbf-86f0-e110919ec118""}\n2025-07-16 16:20:49.786 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] received connection request\n2025-07-16 16:20:49.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:20:49.810 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] socks forwarding established\n2025-07-16 16:20:49.960 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Process exited with code 0\n2025-07-16 16:20:49.961 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] socks connection closed\n2025-07-16 16:20:49.961 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Socket close event received\n2025-07-16 16:20:49.983 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51654 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:21:49.965 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:21:49.967 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1480aa2-885e-4067-a3b5-668a41f2f81b""}\n2025-07-16 16:21:49.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] received connection request\n2025-07-16 16:21:49.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:21:50.107 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] socks forwarding established\n2025-07-16 16:21:50.250 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Process exited with code 0\n2025-07-16 16:21:50.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] socks connection closed\n2025-07-16 16:21:50.251 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Socket close event received\n2025-07-16 16:21:50.274 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:22:50.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:22:50.258 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e26498e8-cf69-4c8a-90a2-afe49cef4f0e""}\n2025-07-16 16:22:50.259 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] received connection request\n2025-07-16 16:22:50.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:22:50.307 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] socks forwarding established\n2025-07-16 16:22:50.468 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Process exited with code 0\n2025-07-16 16:22:50.470 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Socket close event received\n2025-07-16 16:22:50.474 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] socks connection closed\n2025-07-16 16:22:50.494 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51742 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:23:50.474 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:23:50.477 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5cbcbf54-3afc-4cc6-a821-ed44961b751d""}\n2025-07-16 16:23:50.478 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] received connection request\n2025-07-16 16:23:50.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:23:50.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] socks forwarding established\n2025-07-16 16:23:50.562 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Process exited with code 0\n2025-07-16 16:23:50.562 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Socket close event received\n2025-07-16 16:23:50.562 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] socks connection closed\n2025-07-16 16:23:50.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51765 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:24:50.565 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:24:50.567 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7""}\n2025-07-16 16:24:50.567 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] received connection request\n2025-07-16 16:24:50.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:24:50.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] socks forwarding established\n2025-07-16 16:24:50.753 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Process exited with code 0\n2025-07-16 16:24:50.753 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Socket close event received\n2025-07-16 16:24:50.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] socks connection closed\n2025-07-16 16:24:50.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:25:50.758 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:25:50.760 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9e705f5b-37c8-46f8-b838-32c0f25fa244""}\n2025-07-16 16:25:50.762 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] received connection request\n2025-07-16 16:25:50.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:25:50.866 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] socks forwarding established\n2025-07-16 16:25:51.025 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Process exited with code 0\n2025-07-16 16:25:51.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] socks connection closed\n2025-07-16 16:25:51.025 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Socket close event received\n2025-07-16 16:25:51.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51835 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:26:51.026 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:26:51.028 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""574ef925-23b6-4563-9e2d-52f38e3624dc""}\n2025-07-16 16:26:51.029 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] received connection request\n2025-07-16 16:26:51.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:26:51.057 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] socks forwarding established\n2025-07-16 16:26:51.085 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Process exited with code 0\n2025-07-16 16:26:51.085 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Socket close event received\n2025-07-16 16:26:51.107 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51862 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:26:51.108 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] socks connection closed\n2025-07-16 16:27:51.091 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:27:51.093 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5""}\n2025-07-16 16:27:51.094 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] received connection request\n2025-07-16 16:27:51.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:27:51.118 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] socks forwarding established\n2025-07-16 16:27:51.144 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Process exited with code 0\n2025-07-16 16:27:51.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] socks connection closed\n2025-07-16 16:27:51.144 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Socket close event received\n2025-07-16 16:27:51.167 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51917 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:28:51.150 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:28:51.152 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d898eb0-3385-4069-b0e4-496d81da1c90""}\n2025-07-16 16:28:51.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] received connection request\n2025-07-16 16:28:51.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:28:51.181 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] socks forwarding established\n2025-07-16 16:28:51.208 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Process exited with code 0\n2025-07-16 16:28:51.208 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] socks connection closed\n2025-07-16 16:28:51.208 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Socket close event received\n2025-07-16 16:28:51.230 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51946 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:29:51.210 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:29:51.212 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c27cdbc9-f9af-4274-befb-f94da455347c""}\n2025-07-16 16:29:51.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] received connection request\n2025-07-16 16:29:51.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:29:51.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] socks forwarding established\n2025-07-16 16:29:51.353 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Process exited with code 0\n2025-07-16 16:29:51.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] socks connection closed\n2025-07-16 16:29:51.353 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Socket close event received\n2025-07-16 16:29:51.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52002 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:30:51.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:30:51.360 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""684ea35b-3bb6-40d4-9b5f-4b7008986a4b""}\n2025-07-16 16:30:51.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] received connection request\n2025-07-16 16:30:51.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:30:51.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] socks forwarding established\n2025-07-16 16:30:51.562 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Process exited with code 0\n2025-07-16 16:30:51.563 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] socks connection closed\n2025-07-16 16:30:51.563 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Socket close event received\n2025-07-16 16:30:51.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52032 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:31:51.573 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:31:51.576 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""191263aa-1381-4f0b-8f95-8572df8e5e3e""}\n2025-07-16 16:31:51.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] received connection request\n2025-07-16 16:31:51.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:31:52.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] socks forwarding established\n2025-07-16 16:31:52.124 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Process exited with code 0\n2025-07-16 16:31:52.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] socks connection closed\n2025-07-16 16:31:52.124 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Socket close event received\n2025-07-16 16:31:52.174 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:32:52.131 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:32:52.132 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e6f6cb42-4f46-4b54-b07f-9de987c3cb3e""}\n2025-07-16 16:32:52.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] received connection request\n2025-07-16 16:32:52.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:32:52.157 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] socks forwarding established\n2025-07-16 16:32:52.183 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Process exited with code 0\n2025-07-16 16:32:52.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] socks connection closed\n2025-07-16 16:32:52.183 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Socket close event received\n2025-07-16 16:32:52.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52132 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:33:52.193 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:33:52.195 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3694cbb2-287f-4a47-a41e-b3190a2f869d""}\n2025-07-16 16:33:52.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] received connection request\n2025-07-16 16:33:52.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:33:52.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] socks forwarding established\n2025-07-16 16:33:52.249 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Process exited with code 0\n2025-07-16 16:33:52.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] socks connection closed\n2025-07-16 16:33:52.250 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Socket close event received\n2025-07-16 16:33:52.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52154 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:34:52.259 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:34:52.261 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""beb9d9d5-6892-4046-9338-0a72ded7cc49""}\n2025-07-16 16:34:52.261 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] received connection request\n2025-07-16 16:34:52.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:34:52.286 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] socks forwarding established\n2025-07-16 16:34:52.314 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Process exited with code 0\n2025-07-16 16:34:52.315 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] socks connection closed\n2025-07-16 16:34:52.315 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Socket close event received\n2025-07-16 16:34:52.340 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52203 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:35:52.317 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:35:52.319 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48e030f7-e6ec-46a5-882a-2793d347a739""}\n2025-07-16 16:35:52.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] received connection request\n2025-07-16 16:35:52.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:35:52.343 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] socks forwarding established\n2025-07-16 16:35:52.369 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Process exited with code 0\n2025-07-16 16:35:52.370 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] socks connection closed\n2025-07-16 16:35:52.370 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Socket close event received\n2025-07-16 16:35:52.392 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52226 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:36:52.380 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:36:52.382 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""32a82262-0610-4ee9-9ed9-1d648cc57524""}\n2025-07-16 16:36:52.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] received connection request\n2025-07-16 16:36:52.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:36:52.408 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] socks forwarding established\n2025-07-16 16:36:52.434 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Process exited with code 0\n2025-07-16 16:36:52.435 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] socks connection closed\n2025-07-16 16:36:52.435 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Socket close event received\n2025-07-16 16:36:52.460 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52251 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:37:52.442 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:37:52.444 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e37b1005-8dda-4d36-9122-542a2f8e965e""}\n2025-07-16 16:37:52.444 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] received connection request\n2025-07-16 16:37:52.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:37:52.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] socks forwarding established\n2025-07-16 16:37:52.495 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Process exited with code 0\n2025-07-16 16:37:52.496 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Socket close event received\n2025-07-16 16:37:52.496 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] socks connection closed\n2025-07-16 16:37:52.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52301 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:38:52.506 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:38:52.508 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""884e28e5-2b04-4f8b-8099-363335c734c1""}\n2025-07-16 16:38:52.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] received connection request\n2025-07-16 16:38:52.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:38:52.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] socks forwarding established\n2025-07-16 16:38:52.561 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Process exited with code 0\n2025-07-16 16:38:52.561 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Socket close event received\n2025-07-16 16:38:52.561 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] socks connection closed\n2025-07-16 16:38:52.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52323 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:39:52.561 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:39:52.563 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50f15996-9f95-4fbc-b0d0-adff996ebc6a""}\n2025-07-16 16:39:52.563 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] received connection request\n2025-07-16 16:39:52.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:39:52.589 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] socks forwarding established\n2025-07-16 16:39:52.639 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Process exited with code 0\n2025-07-16 16:39:52.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] socks connection closed\n2025-07-16 16:39:52.640 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Socket close event received\n2025-07-16 16:39:52.665 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52387 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:40:52.645 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:40:52.646 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""57a9c22c-2cf8-476f-96da-7e36d502a46a""}\n2025-07-16 16:40:52.646 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] received connection request\n2025-07-16 16:40:52.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:40:52.647 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:40:52.706 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] socks forwarding established\n2025-07-16 16:40:52.733 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Process exited with code 0\n2025-07-16 16:40:52.733 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Socket close event received\n2025-07-16 16:40:52.756 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:40:52.756 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] socks connection closed\n2025-07-16 16:41:52.738 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:41:52.740 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dddff7ab-8e38-4af4-8a34-9c3a89c2df29""}\n2025-07-16 16:41:52.740 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] received connection request\n2025-07-16 16:41:52.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:41:52.741 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:41:52.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] socks forwarding established\n2025-07-16 16:41:52.790 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Process exited with code 0\n2025-07-16 16:41:52.790 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Socket close event received\n2025-07-16 16:41:52.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] socks connection closed\n2025-07-16 16:41:52.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52503 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:42:52.795 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:42:52.797 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c9455f15-3fb6-46cb-a1e0-d04cbd8735c5""}\n2025-07-16 16:42:52.798 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] received connection request\n2025-07-16 16:42:52.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:42:52.798 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:42:52.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] socks forwarding established\n2025-07-16 16:42:52.853 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Process exited with code 0\n2025-07-16 16:42:52.854 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] socks connection closed\n2025-07-16 16:42:52.854 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Socket close event received\n2025-07-16 16:42:52.880 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52591 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:43:52.859 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:43:52.862 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cc5fc2b1-4752-4662-945c-6cd853597ffa""}\n2025-07-16 16:43:52.862 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] received connection request\n2025-07-16 16:43:52.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:43:52.890 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] socks forwarding established\n2025-07-16 16:43:52.918 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Process exited with code 0\n2025-07-16 16:43:52.919 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] socks connection closed\n2025-07-16 16:43:52.919 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Socket close event received\n2025-07-16 16:43:52.945 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52626 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:44:52.922 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:44:52.924 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ede5655a-c412-4e81-a79f-882b164dcba9""}\n2025-07-16 16:44:52.924 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] received connection request\n2025-07-16 16:44:52.924 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:44:52.948 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] socks forwarding established\n2025-07-16 16:44:52.974 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Process exited with code 0\n2025-07-16 16:44:52.974 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] socks connection closed\n2025-07-16 16:44:52.974 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Socket close event received\n2025-07-16 16:44:52.998 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52681 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:45:52.975 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:45:52.977 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""69721142-b860-4c67-a03c-902719a0cf34""}\n2025-07-16 16:45:52.977 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] received connection request\n2025-07-16 16:45:52.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:45:53.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] socks forwarding established\n2025-07-16 16:45:53.036 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Process exited with code 0\n2025-07-16 16:45:53.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] socks connection closed\n2025-07-16 16:45:53.037 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Socket close event received\n2025-07-16 16:45:53.060 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52734 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:46:53.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:46:53.038 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50938034-25f9-42e7-a0a9-31967c67d54c""}\n2025-07-16 16:46:53.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] received connection request\n2025-07-16 16:46:53.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:46:53.063 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] socks forwarding established\n2025-07-16 16:46:53.155 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Process exited with code 0\n2025-07-16 16:46:53.155 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] socks connection closed\n2025-07-16 16:46:53.155 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Socket close event received\n2025-07-16 16:46:53.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52779 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:47:53.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:47:53.163 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""24bdfdd9-38ad-4e20-b8f0-4fabc59dd404""}\n2025-07-16 16:47:53.163 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] received connection request\n2025-07-16 16:47:53.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:47:53.163 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:47:53.253 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] socks forwarding established\n2025-07-16 16:47:53.411 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Process exited with code 0\n2025-07-16 16:47:53.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] socks connection closed\n2025-07-16 16:47:53.412 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Socket close event received\n2025-07-16 16:47:53.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52855 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:48:53.417 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:48:53.418 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5e195185-191b-4c3d-99b9-422f6a652844""}\n2025-07-16 16:48:53.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] received connection request\n2025-07-16 16:48:53.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:48:53.457 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] socks forwarding established\n2025-07-16 16:48:53.599 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Process exited with code 0\n2025-07-16 16:48:53.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] socks connection closed\n2025-07-16 16:48:53.600 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Socket close event received\n2025-07-16 16:48:53.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52880 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:49:53.603 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:49:53.604 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9796ec67-b8bc-4f7c-b5d4-2970beac7b2f""}\n2025-07-16 16:49:53.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] received connection request\n2025-07-16 16:49:53.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:49:53.604 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:49:53.802 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] socks forwarding established\n2025-07-16 16:49:53.831 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Process exited with code 0\n2025-07-16 16:49:53.832 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] socks connection closed\n2025-07-16 16:49:53.832 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Socket close event received\n2025-07-16 16:49:53.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52922 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:50:53.836 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:50:53.838 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d6470dc0-593c-49d9-b2a4-70ddfde4412a""}\n2025-07-16 16:50:53.839 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] received connection request\n2025-07-16 16:50:53.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:50:53.892 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] socks forwarding established\n2025-07-16 16:50:54.022 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Process exited with code 0\n2025-07-16 16:50:54.023 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] socks connection closed\n2025-07-16 16:50:54.023 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Socket close event received\n2025-07-16 16:50:54.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52998 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:51:54.029 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:51:54.031 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""35611e03-e2a6-4e23-a095-708c835f1f65""}\n2025-07-16 16:51:54.032 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] received connection request\n2025-07-16 16:51:54.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:51:54.122 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] socks forwarding established\n2025-07-16 16:51:54.327 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Process exited with code 0\n2025-07-16 16:51:54.327 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] socks connection closed\n2025-07-16 16:51:54.327 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Socket close event received\n2025-07-16 16:51:54.354 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:52:54.332 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:52:54.334 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fdd264fe-2d5b-4ddd-9551-ad63d582b45a""}\n2025-07-16 16:52:54.335 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] received connection request\n2025-07-16 16:52:54.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:52:54.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] socks forwarding established\n2025-07-16 16:52:54.388 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Process exited with code 0\n2025-07-16 16:52:54.389 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] socks connection closed\n2025-07-16 16:52:54.389 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Socket close event received\n2025-07-16 16:52:54.414 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53121 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:53:54.391 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:53:54.392 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7701284-fc87-4fb0-ac4b-050a364d788d""}\n2025-07-16 16:53:54.393 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] received connection request\n2025-07-16 16:53:54.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:53:54.417 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] socks forwarding established\n2025-07-16 16:53:54.817 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Process exited with code 0\n2025-07-16 16:53:54.817 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] socks connection closed\n2025-07-16 16:53:54.817 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Socket close event received\n2025-07-16 16:53:54.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53182 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:54:54.822 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:54:54.825 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b948853c-68f3-47ca-97e9-be2d6dab739d""}\n2025-07-16 16:54:54.826 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] received connection request\n2025-07-16 16:54:54.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:54:54.852 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] socks forwarding established\n2025-07-16 16:54:54.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] socks connection closed\n2025-07-16 16:54:54.979 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Process exited with code 0\n2025-07-16 16:54:54.980 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Socket close event received\n2025-07-16 16:54:55.053 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53271 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:55:54.985 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:55:54.987 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c312051d-025c-408b-b12d-cde6423cdfd3""}\n2025-07-16 16:55:54.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] received connection request\n2025-07-16 16:55:54.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:55:55.015 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] socks forwarding established\n2025-07-16 16:55:55.045 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Process exited with code 0\n2025-07-16 16:55:55.045 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Socket close event received\n2025-07-16 16:55:55.179 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] socks connection closed\n2025-07-16 16:55:55.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:56:55.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:56:55.053 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""997bffd6-760a-4ef2-9be3-a97937dd580a""}\n2025-07-16 16:56:55.054 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] received connection request\n2025-07-16 16:56:55.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:56:55.094 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] socks forwarding established\n2025-07-16 16:56:55.252 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Process exited with code 0\n2025-07-16 16:56:55.252 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] socks connection closed\n2025-07-16 16:56:55.252 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Socket close event received\n2025-07-16 16:56:55.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53364 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:57:55.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:57:55.257 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""297b1098-fc4f-4c4c-851d-093a50842757""}\n2025-07-16 16:57:55.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] received connection request\n2025-07-16 16:57:55.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:57:55.284 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] socks forwarding established\n2025-07-16 16:57:55.325 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Process exited with code 0\n2025-07-16 16:57:55.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] socks connection closed\n2025-07-16 16:57:55.325 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Socket close event received\n2025-07-16 16:57:55.350 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53460 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:58:55.330 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:58:55.331 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfa33280-730e-4356-843d-ba2085fb588c""}\n2025-07-16 16:58:55.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] received connection request\n2025-07-16 16:58:55.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:58:55.415 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] socks forwarding established\n2025-07-16 16:58:55.564 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Process exited with code 0\n2025-07-16 16:58:55.564 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Socket close event received\n2025-07-16 16:58:55.588 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53523 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:58:55.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] socks connection closed\n2025-07-16 16:59:55.569 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:59:55.572 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""964c9510-94f9-484b-92a0-da3f98ba08f3""}\n2025-07-16 16:59:55.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] received connection request\n2025-07-16 16:59:55.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:59:55.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] socks forwarding established\n2025-07-16 16:59:55.659 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Process exited with code 0\n2025-07-16 16:59:55.659 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] socks connection closed\n2025-07-16 16:59:55.659 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Socket close event received\n2025-07-16 16:59:55.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53597 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:00:55.665 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:00:55.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] received connection request\n2025-07-16 17:00:55.669 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad5f86a6-4e50-4d69-8e64-005fa53a8f18""}\n2025-07-16 17:00:55.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:00:55.708 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] socks forwarding established\n2025-07-16 17:00:55.740 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Process exited with code 0\n2025-07-16 17:00:55.741 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] socks connection closed\n2025-07-16 17:00:55.741 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Socket close event received\n2025-07-16 17:00:55.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:01:55.743 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:01:55.744 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6ce8495d-4cfa-4ba2-9975-f4446ad0a702""}\n2025-07-16 17:01:55.744 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] received connection request\n2025-07-16 17:01:55.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:01:55.880 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] socks forwarding established\n2025-07-16 17:01:56.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] socks connection closed\n2025-07-16 17:01:56.038 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Process exited with code 0\n2025-07-16 17:01:56.038 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Socket close event received\n2025-07-16 17:01:56.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53744 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:02:56.044 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:02:56.045 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d931048-9550-4288-a87f-c19709414b30""}\n2025-07-16 17:02:56.046 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] received connection request\n2025-07-16 17:02:56.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:02:56.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] socks forwarding established\n2025-07-16 17:02:56.283 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Process exited with code 0\n2025-07-16 17:02:56.283 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] socks connection closed\n2025-07-16 17:02:56.284 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Socket close event received\n2025-07-16 17:02:56.307 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53830 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:03:56.289 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:03:56.291 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""47b50ee3-82f8-4c0b-aa87-781c4899535f""}\n2025-07-16 17:03:56.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] received connection request\n2025-07-16 17:03:56.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:03:56.326 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] socks forwarding established\n2025-07-16 17:03:56.353 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Process exited with code 0\n2025-07-16 17:03:56.353 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Socket close event received\n2025-07-16 17:03:56.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] socks connection closed\n2025-07-16 17:03:56.378 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53856 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:04:56.359 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:04:56.360 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e53cd641-0d95-40c3-bf30-395c4fd12c93""}\n2025-07-16 17:04:56.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] received connection request\n2025-07-16 17:04:56.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:04:56.411 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] socks forwarding established\n2025-07-16 17:04:56.486 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Process exited with code 0\n2025-07-16 17:04:56.486 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] socks connection closed\n2025-07-16 17:04:56.486 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Socket close event received\n2025-07-16 17:04:56.511 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53923 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:05:56.487 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:05:56.489 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d290ce3-134f-4680-b0f9-cd92a382dc6b""}\n2025-07-16 17:05:56.489 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] received connection request\n2025-07-16 17:05:56.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:05:56.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] socks forwarding established\n2025-07-16 17:05:56.542 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Process exited with code 0\n2025-07-16 17:05:56.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] socks connection closed\n2025-07-16 17:05:56.542 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Socket close event received\n2025-07-16 17:05:56.574 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53975 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:06:56.548 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:06:56.551 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d915bc7d-4b62-4b8c-9b68-4994d467b9f4""}\n2025-07-16 17:06:56.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] received connection request\n2025-07-16 17:06:56.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:06:56.582 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] socks forwarding established\n2025-07-16 17:06:56.665 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Process exited with code 0\n2025-07-16 17:06:56.665 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] socks connection closed\n2025-07-16 17:06:56.665 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Socket close event received\n2025-07-16 17:06:56.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54013 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:07:56.670 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:07:56.673 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602""}\n2025-07-16 17:07:56.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] received connection request\n2025-07-16 17:07:56.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:07:56.698 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] socks forwarding established\n2025-07-16 17:07:56.724 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Process exited with code 0\n2025-07-16 17:07:56.724 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Socket close event received\n2025-07-16 17:07:56.725 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] socks connection closed\n2025-07-16 17:07:56.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54052 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:08:56.730 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:08:56.732 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""205ef38d-31c4-4a7f-aad2-b4acd0b19425""}\n2025-07-16 17:08:56.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] received connection request\n2025-07-16 17:08:56.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:08:56.759 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] socks forwarding established\n2025-07-16 17:08:56.786 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Process exited with code 0\n2025-07-16 17:08:56.786 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Socket close event received\n2025-07-16 17:08:56.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] socks connection closed\n2025-07-16 17:08:56.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54082 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:09:56.792 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:09:56.794 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d6f50049-8488-463d-b573-6e6519f796bb""}\n2025-07-16 17:09:56.795 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] received connection request\n2025-07-16 17:09:56.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:09:56.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] socks forwarding established\n2025-07-16 17:09:56.853 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Process exited with code 0\n2025-07-16 17:09:56.854 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] socks connection closed\n2025-07-16 17:09:56.854 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Socket close event received\n2025-07-16 17:09:56.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54122 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:10:56.856 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:10:56.858 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756""}\n2025-07-16 17:10:56.859 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] received connection request\n2025-07-16 17:10:56.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:10:56.883 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] socks forwarding established\n2025-07-16 17:10:57.025 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Process exited with code 0\n2025-07-16 17:10:57.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] socks connection closed\n2025-07-16 17:10:57.025 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Socket close event received\n2025-07-16 17:10:57.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54156 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:11:57.026 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:11:57.029 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9cb54f11-6c09-4931-a5b8-8eb9e7a18602""}\n2025-07-16 17:11:57.029 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] received connection request\n2025-07-16 17:11:57.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:11:57.083 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] socks forwarding established\n2025-07-16 17:11:57.257 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Process exited with code 0\n2025-07-16 17:11:57.257 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Socket close event received\n2025-07-16 17:11:57.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] socks connection closed\n2025-07-16 17:11:57.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54195 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:12:57.262 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:12:57.265 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b3d32834-2942-4677-8962-43405446dab6""}\n2025-07-16 17:12:57.265 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] received connection request\n2025-07-16 17:12:57.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:12:57.373 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] socks forwarding established\n2025-07-16 17:12:57.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] socks connection closed\n2025-07-16 17:12:57.402 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Process exited with code 0\n2025-07-16 17:12:57.403 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Socket close event received\n2025-07-16 17:12:57.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54245 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:13:57.407 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:13:57.409 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8625194-ca95-4578-b83f-cb33dd1ad7d0""}\n2025-07-16 17:13:57.410 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] received connection request\n2025-07-16 17:13:57.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:13:57.437 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] socks forwarding established\n2025-07-16 17:13:57.595 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Process exited with code 0\n2025-07-16 17:13:57.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] socks connection closed\n2025-07-16 17:13:57.596 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Socket close event received\n2025-07-16 17:13:57.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54271 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:14:57.600 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:14:57.602 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9e715260-a8a9-4d85-9bd4-e81109c4bb47""}\n2025-07-16 17:14:57.603 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] received connection request\n2025-07-16 17:14:57.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:14:57.633 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] socks forwarding established\n2025-07-16 17:14:57.659 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Process exited with code 0\n2025-07-16 17:14:57.659 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] socks connection closed\n2025-07-16 17:14:57.659 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Socket close event received\n2025-07-16 17:14:57.683 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54316 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:15:57.663 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:15:57.665 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b15ab25a-1a9c-4d85-88cb-458fdc4330f0""}\n2025-07-16 17:15:57.665 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] received connection request\n2025-07-16 17:15:57.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:15:57.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] socks forwarding established\n2025-07-16 17:15:57.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] socks connection closed\n2025-07-16 17:15:57.733 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Process exited with code 0\n2025-07-16 17:15:57.733 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Socket close event received\n2025-07-16 17:15:57.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:16:57.735 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:16:57.737 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8c92783-8c9c-4205-a94b-0381a8680b63""}\n2025-07-16 17:16:57.738 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] received connection request\n2025-07-16 17:16:57.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:16:57.765 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] socks forwarding established\n2025-07-16 17:16:57.923 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Process exited with code 0\n2025-07-16 17:16:57.923 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] socks connection closed\n2025-07-16 17:16:57.923 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Socket close event received\n2025-07-16 17:16:57.946 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54382 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:17:57.927 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:17:57.929 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1c8c1615-5e3b-4471-99b8-c09952575c2f""}\n2025-07-16 17:17:57.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] received connection request\n2025-07-16 17:17:57.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:17:57.996 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] socks forwarding established\n2025-07-16 17:17:58.156 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Process exited with code 0\n2025-07-16 17:17:58.156 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] socks connection closed\n2025-07-16 17:17:58.157 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Socket close event received\n2025-07-16 17:17:58.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54428 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:18:58.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:18:58.164 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""82a5a51d-dbd9-4b1e-8986-503c502b080e""}\n2025-07-16 17:18:58.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] received connection request\n2025-07-16 17:18:58.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:18:58.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] socks forwarding established\n2025-07-16 17:18:58.304 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Process exited with code 0\n2025-07-16 17:18:58.305 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] socks connection closed\n2025-07-16 17:18:58.305 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Socket close event received\n2025-07-16 17:18:58.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54451 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:19:58.308 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:19:58.310 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] received connection request\n2025-07-16 17:19:58.310 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""924c97c4-791b-41a3-b5e4-15a2bbadad5f""}\n2025-07-16 17:19:58.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:19:58.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] socks forwarding established\n2025-07-16 17:19:58.586 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Process exited with code 0\n2025-07-16 17:19:58.587 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] socks connection closed\n2025-07-16 17:19:58.587 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Socket close event received\n2025-07-16 17:19:58.703 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54488 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:20:58.590 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:20:58.591 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] received connection request\n2025-07-16 17:20:58.592 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""94c09aac-1783-4c40-83b8-87f8e5681efe""}\n2025-07-16 17:20:58.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:20:58.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] socks forwarding established\n2025-07-16 17:20:58.764 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Process exited with code 0\n2025-07-16 17:20:58.764 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Socket close event received\n2025-07-16 17:20:58.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] socks connection closed\n2025-07-16 17:20:58.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54515 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:21:58.767 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:21:58.770 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d5092d3b-1c57-449a-92d4-3ba5149b289e""}\n2025-07-16 17:21:58.771 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] received connection request\n2025-07-16 17:21:58.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:21:58.799 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] socks forwarding established\n2025-07-16 17:21:58.829 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Process exited with code 0\n2025-07-16 17:21:58.830 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] socks connection closed\n2025-07-16 17:21:58.830 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Socket close event received\n2025-07-16 17:21:58.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54563 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:22:58.834 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:22:58.835 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6""}\n2025-07-16 17:22:58.836 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] received connection request\n2025-07-16 17:22:58.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:22:58.862 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] socks forwarding established\n2025-07-16 17:22:58.887 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Process exited with code 0\n2025-07-16 17:22:58.888 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Socket close event received\n2025-07-16 17:22:58.888 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] socks connection closed\n2025-07-16 17:22:58.925 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54598 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:23:58.893 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:23:58.895 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9106596-9b29-4aaa-9ed0-947b4635666c""}\n2025-07-16 17:23:58.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] received connection request\n2025-07-16 17:23:58.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:23:58.921 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] socks forwarding established\n2025-07-16 17:23:58.948 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Process exited with code 0\n2025-07-16 17:23:58.948 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Socket close event received\n2025-07-16 17:23:58.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] socks connection closed\n2025-07-16 17:23:58.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54622 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:24:58.950 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:24:58.951 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""55780904-22b1-4273-8677-fa5a51102d11""}\n2025-07-16 17:24:58.952 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] received connection request\n2025-07-16 17:24:58.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:24:58.977 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] socks forwarding established\n2025-07-16 17:24:59.006 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Process exited with code 0\n2025-07-16 17:24:59.006 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] socks connection closed\n2025-07-16 17:24:59.006 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Socket close event received\n2025-07-16 17:24:59.030 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54673 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:25:59.011 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:25:59.012 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5db6896b-947a-441a-bfa7-39e2e1001406""}\n2025-07-16 17:25:59.013 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] received connection request\n2025-07-16 17:25:59.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:25:59.042 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] socks forwarding established\n2025-07-16 17:25:59.069 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Process exited with code 0\n2025-07-16 17:25:59.069 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Socket close event received\n2025-07-16 17:25:59.083 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] socks connection closed\n2025-07-16 17:25:59.095 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54735 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:26:59.072 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:26:59.073 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121""}\n2025-07-16 17:26:59.074 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] received connection request\n2025-07-16 17:26:59.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:26:59.099 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] socks forwarding established\n2025-07-16 17:26:59.125 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Process exited with code 0\n2025-07-16 17:26:59.125 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Socket close event received\n2025-07-16 17:26:59.125 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] socks connection closed\n2025-07-16 17:26:59.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54804 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:27:59.127 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:27:59.129 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b289b0d3-76b4-43d7-8c07-55e68d923593""}\n2025-07-16 17:27:59.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] received connection request\n2025-07-16 17:27:59.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:27:59.154 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] socks forwarding established\n2025-07-16 17:27:59.182 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Process exited with code 0\n2025-07-16 17:27:59.182 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] socks connection closed\n2025-07-16 17:27:59.182 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Socket close event received\n2025-07-16 17:27:59.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:28:59.188 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:28:59.189 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb869105-2ccb-4f2b-9738-6bf45f7d89d7""}\n2025-07-16 17:28:59.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] received connection request\n2025-07-16 17:28:59.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:28:59.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] socks forwarding established\n2025-07-16 17:28:59.238 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Process exited with code 0\n2025-07-16 17:28:59.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] socks connection closed\n2025-07-16 17:28:59.239 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Socket close event received\n2025-07-16 17:28:59.263 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:29:59.241 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:29:59.243 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8bed8e09-6765-48be-8712-bb1af006a694""}\n2025-07-16 17:29:59.244 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] received connection request\n2025-07-16 17:29:59.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:29:59.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] socks forwarding established\n2025-07-16 17:29:59.354 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Process exited with code 0\n2025-07-16 17:29:59.354 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] socks connection closed\n2025-07-16 17:29:59.354 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Socket close event received\n2025-07-16 17:29:59.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54941 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:30:59.356 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:30:59.358 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""52a9dc7b-a247-4749-adf2-36e1acf3797e""}\n2025-07-16 17:30:59.358 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] received connection request\n2025-07-16 17:30:59.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:30:59.382 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] socks forwarding established\n2025-07-16 17:30:59.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] socks connection closed\n2025-07-16 17:30:59.413 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Process exited with code 0\n2025-07-16 17:30:59.413 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Socket close event received\n2025-07-16 17:30:59.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54979 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:31:59.416 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:31:59.418 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c485cc6b-7841-40da-a510-9538e08b94bb""}\n2025-07-16 17:31:59.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] received connection request\n2025-07-16 17:31:59.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:31:59.443 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] socks forwarding established\n2025-07-16 17:31:59.471 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Process exited with code 0\n2025-07-16 17:31:59.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] socks connection closed\n2025-07-16 17:31:59.471 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Socket close event received\n2025-07-16 17:31:59.496 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55045 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:32:59.472 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:32:59.474 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7dc65128-f43d-4fa2-984b-6ac252bf782e""}\n2025-07-16 17:32:59.475 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] received connection request\n2025-07-16 17:32:59.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:32:59.500 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] socks forwarding established\n2025-07-16 17:32:59.527 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Process exited with code 0\n2025-07-16 17:32:59.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] socks connection closed\n2025-07-16 17:32:59.528 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Socket close event received\n2025-07-16 17:32:59.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55102 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:33:59.532 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:33:59.533 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aa2e0796-cb42-4cd6-aea1-a044fea05ed8""}\n2025-07-16 17:33:59.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] received connection request\n2025-07-16 17:33:59.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:33:59.560 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] socks forwarding established\n2025-07-16 17:33:59.588 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Process exited with code 0\n2025-07-16 17:33:59.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] socks connection closed\n2025-07-16 17:33:59.588 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Socket close event received\n2025-07-16 17:33:59.612 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55130 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:34:59.593 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:34:59.595 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a68b897-86b8-4c06-8f1d-67fc34a662e9""}\n2025-07-16 17:34:59.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] received connection request\n2025-07-16 17:34:59.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:34:59.621 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] socks forwarding established\n2025-07-16 17:34:59.647 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Process exited with code 0\n2025-07-16 17:34:59.647 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] socks connection closed\n2025-07-16 17:34:59.647 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Socket close event received\n2025-07-16 17:34:59.671 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55173 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:35:59.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:35:59.651 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f8664e7c-42b1-400d-ad16-a2c72f15625d""}\n2025-07-16 17:35:59.652 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] received connection request\n2025-07-16 17:35:59.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:35:59.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] socks forwarding established\n2025-07-16 17:35:59.716 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Process exited with code 0\n2025-07-16 17:35:59.716 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] socks connection closed\n2025-07-16 17:35:59.717 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Socket close event received\n2025-07-16 17:35:59.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55203 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:36:59.720 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:36:59.721 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fd07de6-d8b7-4a51-8bd1-357ce1351ad3""}\n2025-07-16 17:36:59.721 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] received connection request\n2025-07-16 17:36:59.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:36:59.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] socks forwarding established\n2025-07-16 17:36:59.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] socks connection closed\n2025-07-16 17:36:59.794 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Process exited with code 0\n2025-07-16 17:36:59.794 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Socket close event received\n2025-07-16 17:36:59.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55258 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:37:59.799 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:37:59.802 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f89df9c-3aa9-4033-9877-e4f8083b2408""}\n2025-07-16 17:37:59.802 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] received connection request\n2025-07-16 17:37:59.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:37:59.851 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] socks forwarding established\n2025-07-16 17:37:59.877 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Process exited with code 0\n2025-07-16 17:37:59.878 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] socks connection closed\n2025-07-16 17:37:59.878 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Socket close event received\n2025-07-16 17:37:59.901 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55302 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:38:59.880 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:38:59.883 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7c3cfd4f-4366-47f0-999d-3e6ef22be9c3""}\n2025-07-16 17:38:59.883 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] received connection request\n2025-07-16 17:38:59.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:38:59.908 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] socks forwarding established\n2025-07-16 17:38:59.959 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Process exited with code 0\n2025-07-16 17:38:59.959 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] socks connection closed\n2025-07-16 17:38:59.960 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Socket close event received\n2025-07-16 17:38:59.984 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55340 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:39:59.965 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:39:59.967 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ac2d4b05-77d4-4571-b576-8efee7efab29""}\n2025-07-16 17:39:59.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] received connection request\n2025-07-16 17:39:59.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:39:59.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] socks forwarding established\n2025-07-16 17:40:00.039 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Process exited with code 0\n2025-07-16 17:40:00.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] socks connection closed\n2025-07-16 17:40:00.039 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Socket close event received\n2025-07-16 17:40:00.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55401 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:41:00.045 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:41:00.046 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""391a5c25-5ef8-4874-867c-365d53f20cae""}\n2025-07-16 17:41:00.046 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] received connection request\n2025-07-16 17:41:00.047 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:41:00.071 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] socks forwarding established\n2025-07-16 17:41:00.096 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Process exited with code 0\n2025-07-16 17:41:00.097 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] socks connection closed\n2025-07-16 17:41:00.097 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Socket close event received\n2025-07-16 17:41:00.122 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55426 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:42:00.100 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:42:00.102 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1c59febb-cd79-4f1f-9a93-be8d2276812e""}\n2025-07-16 17:42:00.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] received connection request\n2025-07-16 17:42:00.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:42:00.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] socks forwarding established\n2025-07-16 17:42:00.175 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Process exited with code 0\n2025-07-16 17:42:00.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] socks connection closed\n2025-07-16 17:42:00.176 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Socket close event received\n2025-07-16 17:42:00.199 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55465 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:43:00.179 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:43:00.182 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c""}\n2025-07-16 17:43:00.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] received connection request\n2025-07-16 17:43:00.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:43:00.281 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] socks forwarding established\n2025-07-16 17:43:00.310 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Process exited with code 0\n2025-07-16 17:43:00.311 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] socks connection closed\n2025-07-16 17:43:00.312 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Socket close event received\n2025-07-16 17:43:00.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55505 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:44:00.316 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:44:00.317 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88ae8cdc-b48d-4987-a121-e373898b8b67""}\n2025-07-16 17:44:00.317 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] received connection request\n2025-07-16 17:44:00.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:44:00.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] socks forwarding established\n2025-07-16 17:44:00.416 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Process exited with code 0\n2025-07-16 17:44:00.416 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] socks connection closed\n2025-07-16 17:44:00.416 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Socket close event received\n2025-07-16 17:44:00.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55547 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:45:00.422 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:45:00.424 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b""}\n2025-07-16 17:45:00.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] received connection request\n2025-07-16 17:45:00.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:45:00.467 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] socks forwarding established\n2025-07-16 17:45:00.494 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Process exited with code 0\n2025-07-16 17:45:00.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] socks connection closed\n2025-07-16 17:45:00.494 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Socket close event received\n2025-07-16 17:45:00.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55597 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:46:00.500 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:46:00.501 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""914c9265-d1d3-4342-93fe-c248957347d4""}\n2025-07-16 17:46:00.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] received connection request\n2025-07-16 17:46:00.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:46:00.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] socks forwarding established\n2025-07-16 17:46:00.578 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Process exited with code 0\n2025-07-16 17:46:00.578 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] socks connection closed\n2025-07-16 17:46:00.579 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Socket close event received\n2025-07-16 17:46:00.604 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55628 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:47:00.584 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:47:00.586 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c1e38575-3b6b-4ecd-a67f-f4a07aaa139b""}\n2025-07-16 17:47:00.587 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] received connection request\n2025-07-16 17:47:00.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:47:00.613 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] socks forwarding established\n2025-07-16 17:47:00.640 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Process exited with code 0\n2025-07-16 17:47:00.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] socks connection closed\n2025-07-16 17:47:00.641 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Socket close event received\n2025-07-16 17:47:00.663 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:48:00.645 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:48:00.646 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb2cdff4-a037-448a-8324-29fcc499b3aa""}\n2025-07-16 17:48:00.647 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] received connection request\n2025-07-16 17:48:00.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:48:00.672 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] socks forwarding established\n2025-07-16 17:48:00.698 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Process exited with code 0\n2025-07-16 17:48:00.698 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Socket close event received\n2025-07-16 17:48:00.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] socks connection closed\n2025-07-16 17:48:00.723 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55713 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:49:00.704 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:49:00.705 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3bce143c-bb77-4f9e-a912-3ceefae06896""}\n2025-07-16 17:49:00.705 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] received connection request\n2025-07-16 17:49:00.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:49:00.706 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:49:00.729 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] socks forwarding established\n2025-07-16 17:49:00.757 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Process exited with code 0\n2025-07-16 17:49:00.757 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Socket close event received\n2025-07-16 17:49:00.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55739 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:49:00.780 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] socks connection closed\n2025-07-16 17:50:00.758 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:50:00.759 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6665650e-601e-41cc-9981-85a47fa23486""}\n2025-07-16 17:50:00.760 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] received connection request\n2025-07-16 17:50:00.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:50:00.760 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:50:00.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] socks forwarding established\n2025-07-16 17:50:00.833 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Process exited with code 0\n2025-07-16 17:50:00.833 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] socks connection closed\n2025-07-16 17:50:00.833 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Socket close event received\n2025-07-16 17:50:00.857 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55783 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:51:00.838 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:51:00.840 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d379ceea-6702-4ade-8e98-8e9e7b5dff33""}\n2025-07-16 17:51:00.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] received connection request\n2025-07-16 17:51:00.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:51:00.869 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] socks forwarding established\n2025-07-16 17:51:00.918 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Process exited with code 0\n2025-07-16 17:51:00.918 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] socks connection closed\n2025-07-16 17:51:00.919 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Socket close event received\n2025-07-16 17:51:00.943 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:52:00.921 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:52:00.922 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""68b1e2f5-7b04-42f4-9434-9735c229f42e""}\n2025-07-16 17:52:00.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] received connection request\n2025-07-16 17:52:00.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:52:00.947 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] socks forwarding established\n2025-07-16 17:52:00.995 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Process exited with code 0\n2025-07-16 17:52:00.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] socks connection closed\n2025-07-16 17:52:00.996 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Socket close event received\n2025-07-16 17:52:01.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55855 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:53:01.001 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:53:01.003 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51716921-f06e-4fed-9894-0228a3e05928""}\n2025-07-16 17:53:01.004 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] received connection request\n2025-07-16 17:53:01.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:53:01.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] socks forwarding established\n2025-07-16 17:53:01.196 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Process exited with code 0\n2025-07-16 17:53:01.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] socks connection closed\n2025-07-16 17:53:01.197 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Socket close event received\n2025-07-16 17:53:01.220 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55920 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:54:01.211 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:54:01.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] received connection request\n2025-07-16 17:54:01.213 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5724c853-d459-4c42-a018-aa3d772c745a""}\n2025-07-16 17:54:01.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:54:01.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] socks forwarding established\n2025-07-16 17:54:01.285 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Process exited with code 0\n2025-07-16 17:54:01.285 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] socks connection closed\n2025-07-16 17:54:01.285 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Socket close event received\n2025-07-16 17:54:01.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:55:01.287 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:55:01.290 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""04db1326-a442-4b12-adfe-01c3dab3e9dc""}\n2025-07-16 17:55:01.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] received connection request\n2025-07-16 17:55:01.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:55:01.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] socks forwarding established\n2025-07-16 17:55:01.463 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Process exited with code 0\n2025-07-16 17:55:01.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] socks connection closed\n2025-07-16 17:55:01.463 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Socket close event received\n2025-07-16 17:55:01.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55998 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:56:01.469 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:56:01.472 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad5e654e-9269-4bc2-88dc-9fb84d586e4c""}\n2025-07-16 17:56:01.473 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] received connection request\n2025-07-16 17:56:01.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:56:01.499 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] socks forwarding established\n2025-07-16 17:56:01.659 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Process exited with code 0\n2025-07-16 17:56:01.659 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Socket close event received\n2025-07-16 17:56:01.660 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] socks connection closed\n2025-07-16 17:56:01.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56030 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:57:01.665 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:57:01.666 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a345a99a-67de-4bbd-8df3-b152b847d792""}\n2025-07-16 17:57:01.667 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] received connection request\n2025-07-16 17:57:01.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:57:01.709 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] socks forwarding established\n2025-07-16 17:57:01.870 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Process exited with code 0\n2025-07-16 17:57:01.870 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] socks connection closed\n2025-07-16 17:57:01.871 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Socket close event received\n2025-07-16 17:57:01.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56068 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:58:01.876 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:58:01.877 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a22f99bd-3061-44fe-9b59-4c5ab3526c82""}\n2025-07-16 17:58:01.877 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] received connection request\n2025-07-16 17:58:01.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:58:01.878 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:58:01.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] socks forwarding established\n2025-07-16 17:58:02.025 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Process exited with code 0\n2025-07-16 17:58:02.026 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] socks connection closed\n2025-07-16 17:58:02.026 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Socket close event received\n2025-07-16 17:58:02.051 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56116 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:59:02.031 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:59:02.033 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d7d50712-ecdb-47db-b861-827812ca23fb""}\n2025-07-16 17:59:02.034 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] received connection request\n2025-07-16 17:59:02.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:59:02.061 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] socks forwarding established\n2025-07-16 17:59:02.087 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Process exited with code 0\n2025-07-16 17:59:02.088 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Socket close event received\n2025-07-16 17:59:02.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] socks connection closed\n2025-07-16 17:59:02.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56148 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:00:02.092 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:00:02.094 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4953be61-156c-419b-a949-d0736a258fb0""}\n2025-07-16 18:00:02.095 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] received connection request\n2025-07-16 18:00:02.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:00:02.143 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] socks forwarding established\n2025-07-16 18:00:02.303 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Process exited with code 0\n2025-07-16 18:00:02.304 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] socks connection closed\n2025-07-16 18:00:02.304 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Socket close event received\n2025-07-16 18:00:02.326 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56198 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:01:02.309 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:01:02.311 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec77c1da-7a15-4a2d-bd26-cd70c2a0a754""}\n2025-07-16 18:01:02.312 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] received connection request\n2025-07-16 18:01:02.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:01:02.337 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] socks forwarding established\n2025-07-16 18:01:02.366 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Process exited with code 0\n2025-07-16 18:01:02.366 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Socket close event received\n2025-07-16 18:01:02.366 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] socks connection closed\n2025-07-16 18:01:02.389 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56254 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:02:02.369 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:02:02.371 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""605b6d04-bb87-4c4d-a3d6-9e3843234c47""}\n2025-07-16 18:02:02.371 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] received connection request\n2025-07-16 18:02:02.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:02:02.371 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:02:02.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] socks forwarding established\n2025-07-16 18:02:02.423 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Process exited with code 0\n2025-07-16 18:02:02.423 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Socket close event received\n2025-07-16 18:02:02.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] socks connection closed\n2025-07-16 18:02:02.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:03:02.424 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:03:02.427 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2f305572-87eb-4f80-a4f4-74b3d89114a7""}\n2025-07-16 18:03:02.427 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] received connection request\n2025-07-16 18:03:02.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:03:02.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] socks forwarding established\n2025-07-16 18:03:02.588 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Process exited with code 0\n2025-07-16 18:03:02.589 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] socks connection closed\n2025-07-16 18:03:02.589 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Socket close event received\n2025-07-16 18:03:02.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56397 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:04:02.589 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:04:02.591 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""af46dfb0-4292-4c2f-bbff-d38233abe64b""}\n2025-07-16 18:04:02.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] received connection request\n2025-07-16 18:04:02.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:04:02.618 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] socks forwarding established\n2025-07-16 18:04:02.645 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Process exited with code 0\n2025-07-16 18:04:02.646 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] socks connection closed\n2025-07-16 18:04:02.646 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Socket close event received\n2025-07-16 18:04:02.668 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56427 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:05:02.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:05:02.650 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8d170b7d-92f8-4c90-a978-d32c486d5852""}\n2025-07-16 18:05:02.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] received connection request\n2025-07-16 18:05:02.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:05:02.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] socks forwarding established\n2025-07-16 18:05:02.707 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Process exited with code 0\n2025-07-16 18:05:02.707 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] socks connection closed\n2025-07-16 18:05:02.707 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Socket close event received\n2025-07-16 18:05:02.732 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56474 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:06:02.711 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:06:02.713 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0218de3e-ca49-4a48-bdad-605cf766876d""}\n2025-07-16 18:06:02.713 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] received connection request\n2025-07-16 18:06:02.714 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:06:02.742 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] socks forwarding established\n2025-07-16 18:06:02.775 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Process exited with code 0\n2025-07-16 18:06:02.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] socks connection closed\n2025-07-16 18:06:02.775 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Socket close event received\n2025-07-16 18:06:02.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56501 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:07:02.780 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:07:02.783 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7bf7b272-84d3-4008-996d-5f02df4e680e""}\n2025-07-16 18:07:02.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] received connection request\n2025-07-16 18:07:02.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:07:02.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] socks forwarding established\n2025-07-16 18:07:02.840 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Process exited with code 0\n2025-07-16 18:07:02.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] socks connection closed\n2025-07-16 18:07:02.841 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Socket close event received\n2025-07-16 18:07:02.863 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56543 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:08:02.845 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:08:02.845 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9f87c3d-1baf-4ea3-9108-acc316f11c06""}\n2025-07-16 18:08:02.846 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] received connection request\n2025-07-16 18:08:02.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:08:02.871 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] socks forwarding established\n2025-07-16 18:08:02.900 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Process exited with code 0\n2025-07-16 18:08:02.901 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] socks connection closed\n2025-07-16 18:08:02.901 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Socket close event received\n2025-07-16 18:08:02.925 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56584 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:09:02.902 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:09:02.904 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10e016bd-e5ee-4d3a-9e97-4068bbd95c80""}\n2025-07-16 18:09:02.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] received connection request\n2025-07-16 18:09:02.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:09:05.603 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] socks forwarding established\n2025-07-16 18:09:05.662 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Process exited with code 0\n2025-07-16 18:09:05.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] socks connection closed\n2025-07-16 18:09:05.663 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Socket close event received\n2025-07-16 18:09:05.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56619 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:10:05.668 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:10:05.669 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c88ecf13-2f4c-49db-a22d-daba723d35b3""}\n2025-07-16 18:10:05.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] received connection request\n2025-07-16 18:10:05.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:10:06.075 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] socks forwarding established\n2025-07-16 18:10:06.129 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Process exited with code 0\n2025-07-16 18:10:06.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] socks connection closed\n2025-07-16 18:10:06.129 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Socket close event received\n2025-07-16 18:10:06.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:11:06.132 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:11:06.134 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1b28b273-31d5-4b95-a05e-1da61ef63ff7""}\n2025-07-16 18:11:06.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] received connection request\n2025-07-16 18:11:06.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:11:06.161 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] socks forwarding established\n2025-07-16 18:11:06.189 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Process exited with code 0\n2025-07-16 18:11:06.189 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Socket close event received\n2025-07-16 18:11:06.212 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] socks connection closed\n2025-07-16 18:11:06.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56699 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:12:06.194 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:12:06.196 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51abe081-4f28-4019-8729-0ff7b3764735""}\n2025-07-16 18:12:06.196 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] received connection request\n2025-07-16 18:12:06.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:12:06.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] socks forwarding established\n2025-07-16 18:12:06.251 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Process exited with code 0\n2025-07-16 18:12:06.251 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Socket close event received\n2025-07-16 18:12:06.273 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] socks connection closed\n2025-07-16 18:12:06.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56749 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:13:06.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:13:06.259 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51db9fd9-0d06-4e02-a4c7-ee128dfca8c4""}\n2025-07-16 18:13:06.260 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] received connection request\n2025-07-16 18:13:06.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:13:06.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] socks forwarding established\n2025-07-16 18:13:06.324 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Process exited with code 0\n2025-07-16 18:13:06.325 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Socket close event received\n2025-07-16 18:13:06.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] socks connection closed\n2025-07-16 18:13:06.349 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56786 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:14:06.329 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:14:06.331 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ceb1b83-52b9-438f-baee-be4a39cd36b9""}\n2025-07-16 18:14:06.331 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] received connection request\n2025-07-16 18:14:06.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:14:06.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] socks forwarding established\n2025-07-16 18:14:06.383 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Process exited with code 0\n2025-07-16 18:14:06.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] socks connection closed\n2025-07-16 18:14:06.383 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Socket close event received\n2025-07-16 18:14:06.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56811 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:15:06.389 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:15:06.391 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa""}\n2025-07-16 18:15:06.391 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] received connection request\n2025-07-16 18:15:06.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:15:06.416 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] socks forwarding established\n2025-07-16 18:15:06.441 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Process exited with code 0\n2025-07-16 18:15:06.441 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Socket close event received\n2025-07-16 18:15:06.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] socks connection closed\n2025-07-16 18:15:06.465 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56868 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:16:06.445 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:16:06.448 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""920f779d-4dd8-4039-aff2-6c699a2014c4""}\n2025-07-16 18:16:06.449 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] received connection request\n2025-07-16 18:16:06.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:16:06.473 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] socks forwarding established\n2025-07-16 18:16:06.502 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Process exited with code 0\n2025-07-16 18:16:06.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] socks connection closed\n2025-07-16 18:16:06.502 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Socket close event received\n2025-07-16 18:16:06.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:17:06.508 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:17:06.510 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f510301-59f8-40dc-9465-5e4dd8eff8b2""}\n2025-07-16 18:17:06.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] received connection request\n2025-07-16 18:17:06.511 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:17:06.538 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] socks forwarding established\n2025-07-16 18:17:06.566 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Process exited with code 0\n2025-07-16 18:17:06.566 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] socks connection closed\n2025-07-16 18:17:06.567 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Socket close event received\n2025-07-16 18:17:06.590 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:18:06.571 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:18:06.572 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""18383533-4f93-47af-b2c9-897dc49e1855""}\n2025-07-16 18:18:06.572 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] received connection request\n2025-07-16 18:18:06.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:18:06.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] socks forwarding established\n2025-07-16 18:18:06.620 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Process exited with code 0\n2025-07-16 18:18:06.620 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Socket close event received\n2025-07-16 18:18:06.620 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] socks connection closed\n2025-07-16 18:18:06.644 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57003 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:19:06.625 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:19:06.627 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""880a641b-c54c-4b0a-8973-c71dae81813b""}\n2025-07-16 18:19:06.628 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] received connection request\n2025-07-16 18:19:06.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:19:06.653 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] socks forwarding established\n2025-07-16 18:19:06.679 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Process exited with code 0\n2025-07-16 18:19:06.680 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Socket close event received\n2025-07-16 18:19:06.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] socks connection closed\n2025-07-16 18:19:06.703 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57049 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:20:06.685 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:20:06.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] received connection request\n2025-07-16 18:20:06.688 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb""}\n2025-07-16 18:20:06.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:20:06.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] socks forwarding established\n2025-07-16 18:20:06.742 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Process exited with code 0\n2025-07-16 18:20:06.742 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Socket close event received\n2025-07-16 18:20:06.743 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] socks connection closed\n2025-07-16 18:20:06.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57114 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:21:06.748 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:21:06.751 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9b6a5090-11fb-43fa-b0f4-398a748b6a81""}\n2025-07-16 18:21:06.751 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] received connection request\n2025-07-16 18:21:06.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:21:06.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] socks forwarding established\n2025-07-16 18:21:07.005 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Process exited with code 0\n2025-07-16 18:21:07.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] socks connection closed\n2025-07-16 18:21:07.006 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Socket close event received\n2025-07-16 18:21:07.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57145 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:22:07.009 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:22:07.010 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3aff3c68-b592-4a89-9cb0-b737d7e16e53""}\n2025-07-16 18:22:07.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] received connection request\n2025-07-16 18:22:07.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:22:07.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] socks forwarding established\n2025-07-16 18:22:07.190 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Process exited with code 0\n2025-07-16 18:22:07.190 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Socket close event received\n2025-07-16 18:22:07.191 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] socks connection closed\n2025-07-16 18:22:07.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57191 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:23:07.194 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:23:07.196 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a595a24-f984-4d54-8849-3887766893a6""}\n2025-07-16 18:23:07.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] received connection request\n2025-07-16 18:23:07.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:23:07.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] socks forwarding established\n2025-07-16 18:23:07.355 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Process exited with code 0\n2025-07-16 18:23:07.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] socks connection closed\n2025-07-16 18:23:07.355 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Socket close event received\n2025-07-16 18:23:07.379 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57226 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:24:07.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:24:07.360 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b7001eef-f2a4-4460-a602-923fb33d4e04""}\n2025-07-16 18:24:07.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] received connection request\n2025-07-16 18:24:07.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:24:07.414 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] socks forwarding established\n2025-07-16 18:24:07.502 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Process exited with code 0\n2025-07-16 18:24:07.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] socks connection closed\n2025-07-16 18:24:07.502 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Socket close event received\n2025-07-16 18:24:07.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57263 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:25:07.507 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:25:07.508 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fa6f01d5-35bc-4368-a212-168d03690bae""}\n2025-07-16 18:25:07.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] received connection request\n2025-07-16 18:25:07.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:25:07.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] socks forwarding established\n2025-07-16 18:25:07.695 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Process exited with code 0\n2025-07-16 18:25:07.695 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Socket close event received\n2025-07-16 18:25:07.845 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] socks connection closed\n2025-07-16 18:25:07.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:26:07.696 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:26:07.698 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d""}\n2025-07-16 18:26:07.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] received connection request\n2025-07-16 18:26:07.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:26:07.831 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] socks forwarding established\n2025-07-16 18:26:07.991 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Process exited with code 0\n2025-07-16 18:26:07.991 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] socks connection closed\n2025-07-16 18:26:07.992 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Socket close event received\n2025-07-16 18:26:08.017 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57351 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:27:07.997 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:27:07.999 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7515a7c-73bf-4d3b-9559-e6e78abecd89""}\n2025-07-16 18:27:07.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] received connection request\n2025-07-16 18:27:07.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:27:07.999 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:27:08.024 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] socks forwarding established\n2025-07-16 18:27:08.050 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] socks connection closed\n2025-07-16 18:27:08.050 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Process exited with code 0\n2025-07-16 18:27:08.050 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Socket close event received\n2025-07-16 18:27:08.075 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57409 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:28:08.053 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:28:08.056 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bfd4e9fc-f508-461b-bd3b-c37b66ccfb50""}\n2025-07-16 18:28:08.056 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] received connection request\n2025-07-16 18:28:08.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:28:08.080 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] socks forwarding established\n2025-07-16 18:28:08.109 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Process exited with code 0\n2025-07-16 18:28:08.109 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] socks connection closed\n2025-07-16 18:28:08.109 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Socket close event received\n2025-07-16 18:28:08.134 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57462 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:29:08.110 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:29:08.112 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""debfdf1c-f542-43c4-b156-dd1dc5aa15f3""}\n2025-07-16 18:29:08.112 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] received connection request\n2025-07-16 18:29:08.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:29:08.137 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] socks forwarding established\n2025-07-16 18:29:08.165 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Process exited with code 0\n2025-07-16 18:29:08.165 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Socket close event received\n2025-07-16 18:29:08.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57487 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:29:08.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] socks connection closed\n2025-07-16 18:30:08.167 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:30:08.169 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ce838c67-08da-4f13-8540-123172d58f3b""}\n2025-07-16 18:30:08.169 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] received connection request\n2025-07-16 18:30:08.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:30:08.194 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] socks forwarding established\n2025-07-16 18:30:08.338 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Process exited with code 0\n2025-07-16 18:30:08.338 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] socks connection closed\n2025-07-16 18:30:08.338 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Socket close event received\n2025-07-16 18:30:08.361 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57522 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:31:08.344 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:31:08.347 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bf6011b9-bc6f-4ed8-b73b-c21caf74a26a""}\n2025-07-16 18:31:08.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] received connection request\n2025-07-16 18:31:08.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:31:08.377 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] socks forwarding established\n2025-07-16 18:31:08.419 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Process exited with code 0\n2025-07-16 18:31:08.420 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] socks connection closed\n2025-07-16 18:31:08.420 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Socket close event received\n2025-07-16 18:31:08.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57578 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:32:08.421 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:32:08.423 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""045de876-173c-423a-a516-ccf574ddfc0f""}\n2025-07-16 18:32:08.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] received connection request\n2025-07-16 18:32:08.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:32:08.455 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] socks forwarding established\n2025-07-16 18:32:08.483 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Process exited with code 0\n2025-07-16 18:32:08.483 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] socks connection closed\n2025-07-16 18:32:08.483 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Socket close event received\n2025-07-16 18:32:08.507 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57618 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:33:08.486 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:33:08.488 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb20d259-d3f9-44f5-8d2b-63cc90c40144""}\n2025-07-16 18:33:08.488 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] received connection request\n2025-07-16 18:33:08.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:33:08.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] socks forwarding established\n2025-07-16 18:33:08.542 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Process exited with code 0\n2025-07-16 18:33:08.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] socks connection closed\n2025-07-16 18:33:08.542 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Socket close event received\n2025-07-16 18:33:08.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:34:08.545 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:34:08.548 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""250e232c-e716-4a43-ac88-13dea2997513""}\n2025-07-16 18:34:08.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] received connection request\n2025-07-16 18:34:08.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:34:08.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] socks forwarding established\n2025-07-16 18:34:08.600 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Process exited with code 0\n2025-07-16 18:34:08.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] socks connection closed\n2025-07-16 18:34:08.600 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Socket close event received\n2025-07-16 18:34:08.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57681 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:35:08.601 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:35:08.603 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e45a35c3-63a5-44fd-9f2b-4070afa8b1e3""}\n2025-07-16 18:35:08.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] received connection request\n2025-07-16 18:35:08.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:35:08.630 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] socks forwarding established\n2025-07-16 18:35:08.657 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Process exited with code 0\n2025-07-16 18:35:08.657 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Socket close event received\n2025-07-16 18:35:08.657 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] socks connection closed\n2025-07-16 18:35:08.680 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57730 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:36:08.658 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:36:08.661 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""883d9cc1-0daa-429d-a28e-257887dd705e""}\n2025-07-16 18:36:08.661 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] received connection request\n2025-07-16 18:36:08.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:36:08.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] socks forwarding established\n2025-07-16 18:36:08.716 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Process exited with code 0\n2025-07-16 18:36:08.716 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] socks connection closed\n2025-07-16 18:36:08.716 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Socket close event received\n2025-07-16 18:36:08.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57755 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:37:08.721 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:37:08.722 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8aa87846-648c-4930-a8e4-1e69564c517f""}\n2025-07-16 18:37:08.723 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] received connection request\n2025-07-16 18:37:08.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:37:08.748 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] socks forwarding established\n2025-07-16 18:37:08.775 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Process exited with code 0\n2025-07-16 18:37:08.775 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Socket close event received\n2025-07-16 18:37:08.776 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] socks connection closed\n2025-07-16 18:37:08.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:38:08.777 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:38:08.780 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""215aee5b-d857-447e-a5f2-98aa0b8378da""}\n2025-07-16 18:38:08.780 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] received connection request\n2025-07-16 18:38:08.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:38:08.805 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] socks forwarding established\n2025-07-16 18:38:08.832 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Process exited with code 0\n2025-07-16 18:38:08.832 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Socket close event received\n2025-07-16 18:38:08.856 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57848 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:38:08.856 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] socks connection closed\n2025-07-16 18:39:08.836 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:39:08.837 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2""}\n2025-07-16 18:39:08.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] received connection request\n2025-07-16 18:39:08.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:39:08.863 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] socks forwarding established\n2025-07-16 18:39:08.888 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Process exited with code 0\n2025-07-16 18:39:08.888 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Socket close event received\n2025-07-16 18:39:08.889 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] socks connection closed\n2025-07-16 18:39:08.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57894 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:40:08.894 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:40:08.896 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9f6ca6a2-8e68-468e-ada3-d4a43bc56306""}\n2025-07-16 18:40:08.897 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] received connection request\n2025-07-16 18:40:08.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:40:08.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] socks forwarding established\n2025-07-16 18:40:08.949 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Process exited with code 0\n2025-07-16 18:40:08.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] socks connection closed\n2025-07-16 18:40:08.949 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Socket close event received\n2025-07-16 18:40:08.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57941 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:41:08.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:41:08.954 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fcbd64b5-5c73-4d48-820a-eb4f80d47076""}\n2025-07-16 18:41:08.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] received connection request\n2025-07-16 18:41:08.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:41:08.955 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:41:08.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] socks forwarding established\n2025-07-16 18:41:09.004 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Process exited with code 0\n2025-07-16 18:41:09.004 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Socket close event received\n2025-07-16 18:41:09.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] socks connection closed\n2025-07-16 18:41:09.026 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57973 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:42:09.010 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:42:09.011 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""064d2347-f40a-4bf8-a388-b5cd92932b87""}\n2025-07-16 18:42:09.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] received connection request\n2025-07-16 18:42:09.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:42:09.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] socks forwarding established\n2025-07-16 18:42:09.060 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Process exited with code 0\n2025-07-16 18:42:09.060 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Socket close event received\n2025-07-16 18:42:09.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] socks connection closed\n2025-07-16 18:42:09.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58037 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:43:09.060 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:43:09.061 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad8d5bd8-64b5-49ed-b315-95d9fc99e047""}\n2025-07-16 18:43:09.062 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] received connection request\n2025-07-16 18:43:09.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:43:09.085 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] socks forwarding established\n2025-07-16 18:43:09.194 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Process exited with code 0\n2025-07-16 18:43:09.194 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] socks connection closed\n2025-07-16 18:43:09.194 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Socket close event received\n2025-07-16 18:43:09.218 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58087 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:44:09.200 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:44:09.201 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""331bb60a-b8a8-4e72-8ede-956578ac46c0""}\n2025-07-16 18:44:09.202 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] received connection request\n2025-07-16 18:44:09.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:44:09.273 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] socks forwarding established\n2025-07-16 18:44:09.431 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Process exited with code 0\n2025-07-16 18:44:09.432 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] socks connection closed\n2025-07-16 18:44:09.432 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Socket close event received\n2025-07-16 18:44:09.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58118 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:45:09.437 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:45:09.439 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7fb44d7b-fbd6-4e88-9642-d620989f1f83""}\n2025-07-16 18:45:09.439 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] received connection request\n2025-07-16 18:45:09.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:45:09.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] socks forwarding established\n2025-07-16 18:45:09.491 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Process exited with code 0\n2025-07-16 18:45:09.491 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Socket close event received\n2025-07-16 18:45:09.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] socks connection closed\n2025-07-16 18:45:09.522 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58172 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:46:09.491 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:46:09.493 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7b91046-9202-49fa-916b-0755b5e2cd9c""}\n2025-07-16 18:46:09.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] received connection request\n2025-07-16 18:46:09.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:46:09.521 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] socks forwarding established\n2025-07-16 18:46:09.549 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Process exited with code 0\n2025-07-16 18:46:09.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] socks connection closed\n2025-07-16 18:46:09.549 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Socket close event received\n2025-07-16 18:46:09.573 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58209 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:47:09.551 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:47:09.553 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""56eb7aaa-9a6d-409d-b14c-0c2c04f604ad""}\n2025-07-16 18:47:09.553 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] received connection request\n2025-07-16 18:47:09.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:47:09.579 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] socks forwarding established\n2025-07-16 18:47:09.607 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Process exited with code 0\n2025-07-16 18:47:09.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] socks connection closed\n2025-07-16 18:47:09.608 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Socket close event received\n2025-07-16 18:47:09.634 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:48:09.614 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:48:09.617 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f190bceb-328a-419c-bf03-51347a7c5dff""}\n2025-07-16 18:48:09.617 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] received connection request\n2025-07-16 18:48:09.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:48:09.643 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] socks forwarding established\n2025-07-16 18:48:09.668 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Process exited with code 0\n2025-07-16 18:48:09.668 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Socket close event received\n2025-07-16 18:48:09.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] socks connection closed\n2025-07-16 18:48:09.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58363 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:49:09.673 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:49:09.676 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ffde3f8-8268-4962-bbf2-d72b3976655c""}\n2025-07-16 18:49:09.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] received connection request\n2025-07-16 18:49:09.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:49:09.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] socks forwarding established\n2025-07-16 18:49:09.733 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Process exited with code 0\n2025-07-16 18:49:09.734 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] socks connection closed\n2025-07-16 18:49:09.734 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Socket close event received\n2025-07-16 18:49:09.759 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58403 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:50:09.742 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:50:09.745 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f42eca7a-7d92-4851-872b-fbf409d78d63""}\n2025-07-16 18:50:09.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] received connection request\n2025-07-16 18:50:09.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:50:09.774 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] socks forwarding established\n2025-07-16 18:50:09.799 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Process exited with code 0\n2025-07-16 18:50:09.800 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Socket close event received\n2025-07-16 18:50:09.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] socks connection closed\n2025-07-16 18:50:09.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58457 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:51:09.804 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:51:09.808 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] received connection request\n2025-07-16 18:51:09.808 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5368156d-79a1-4aa4-b298-a2be2ab35e23""}\n2025-07-16 18:51:09.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:51:09.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] socks forwarding established\n2025-07-16 18:51:09.876 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Process exited with code 0\n2025-07-16 18:51:09.876 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] socks connection closed\n2025-07-16 18:51:09.876 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Socket close event received\n2025-07-16 18:51:09.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58493 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:52:09.882 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:52:09.885 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b0ef90b0-30c8-4d1d-91da-944cb779fbe0""}\n2025-07-16 18:52:09.886 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] received connection request\n2025-07-16 18:52:09.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:52:09.916 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] socks forwarding established\n2025-07-16 18:52:09.943 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Process exited with code 0\n2025-07-16 18:52:09.943 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Socket close event received\n2025-07-16 18:52:09.944 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] socks connection closed\n2025-07-16 18:52:09.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58570 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:53:09.946 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:53:09.948 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""97d61bf5-7859-4ecf-8f92-4438d9c39c8c""}\n2025-07-16 18:53:09.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] received connection request\n2025-07-16 18:53:09.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:53:09.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] socks forwarding established\n2025-07-16 18:53:10.007 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Process exited with code 0\n2025-07-16 18:53:10.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] socks connection closed\n2025-07-16 18:53:10.007 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Socket close event received\n2025-07-16 18:53:10.032 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58611 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:54:10.012 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:54:10.013 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e15a0105-256f-4139-b362-65e0b1c18a2a""}\n2025-07-16 18:54:10.014 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] received connection request\n2025-07-16 18:54:10.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:54:10.040 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] socks forwarding established\n2025-07-16 18:54:10.068 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Process exited with code 0\n2025-07-16 18:54:10.068 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] socks connection closed\n2025-07-16 18:54:10.068 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Socket close event received\n2025-07-16 18:54:10.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58646 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:55:10.073 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:55:10.075 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2394dfb0-c41e-4f64-8296-c5241d899c2f""}\n2025-07-16 18:55:10.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] received connection request\n2025-07-16 18:55:10.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:55:10.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] socks forwarding established\n2025-07-16 18:55:10.129 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Process exited with code 0\n2025-07-16 18:55:10.130 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Socket close event received\n2025-07-16 18:55:10.131 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] socks connection closed\n2025-07-16 18:55:10.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58689 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:56:10.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:56:10.132 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5fd8ad8a-3023-4823-b13d-f84ee83d98b7""}\n2025-07-16 18:56:10.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] received connection request\n2025-07-16 18:56:10.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:56:10.158 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] socks forwarding established\n2025-07-16 18:56:10.185 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Process exited with code 0\n2025-07-16 18:56:10.185 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Socket close event received\n2025-07-16 18:56:10.186 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] socks connection closed\n2025-07-16 18:56:10.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58727 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:57:10.191 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:57:10.194 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fbb92fd-1198-4b4e-b24f-465f1c307b7c""}\n2025-07-16 18:57:10.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] received connection request\n2025-07-16 18:57:10.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:57:10.225 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] socks forwarding established\n2025-07-16 18:57:10.252 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Process exited with code 0\n2025-07-16 18:57:10.253 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Socket close event received\n2025-07-16 18:57:10.253 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] socks connection closed\n2025-07-16 18:57:10.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58765 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:58:10.259 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:58:10.261 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""63ae2a12-b760-4113-a579-5cc03b1140e8""}\n2025-07-16 18:58:10.262 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] received connection request\n2025-07-16 18:58:10.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:58:10.286 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] socks forwarding established\n2025-07-16 18:58:10.316 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Process exited with code 0\n2025-07-16 18:58:10.316 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] socks connection closed\n2025-07-16 18:58:10.317 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Socket close event received\n2025-07-16 18:58:10.341 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58833 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:59:10.317 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:59:10.318 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f466365-7724-4f9e-a419-e988721ebc5a""}\n2025-07-16 18:59:10.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] received connection request\n2025-07-16 18:59:10.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:59:10.318 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:59:10.341 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] socks forwarding established\n2025-07-16 18:59:10.366 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] socks connection closed\n2025-07-16 18:59:10.366 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Process exited with code 0\n2025-07-16 18:59:10.366 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Socket close event received\n2025-07-16 18:59:10.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58859 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:00:10.371 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:00:10.373 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d3163aac-0183-478d-9683-9d2d559fb704""}\n2025-07-16 19:00:10.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] received connection request\n2025-07-16 19:00:10.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:00:10.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] socks forwarding established\n2025-07-16 19:00:10.451 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Process exited with code 0\n2025-07-16 19:00:10.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] socks connection closed\n2025-07-16 19:00:10.451 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Socket close event received\n2025-07-16 19:00:10.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58901 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:01:10.454 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:01:10.455 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""64f823b1-9cf3-41b5-9d61-a33fb01efde6""}\n2025-07-16 19:01:10.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] received connection request\n2025-07-16 19:01:10.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:01:10.481 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] socks forwarding established\n2025-07-16 19:01:10.527 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Process exited with code 0\n2025-07-16 19:01:10.527 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] socks connection closed\n2025-07-16 19:01:10.527 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Socket close event received\n2025-07-16 19:01:10.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58934 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:02:10.528 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:02:10.530 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3bdb46e8-10be-4544-9abc-dc461f7d7336""}\n2025-07-16 19:02:10.532 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] received connection request\n2025-07-16 19:02:10.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:02:10.557 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] socks forwarding established\n2025-07-16 19:02:10.591 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Process exited with code 0\n2025-07-16 19:02:10.591 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Socket close event received\n2025-07-16 19:02:10.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] socks connection closed\n2025-07-16 19:02:10.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58969 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:03:10.597 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:03:10.599 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""df9da95f-bd5b-415c-a7cc-335f09bdba95""}\n2025-07-16 19:03:10.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] received connection request\n2025-07-16 19:03:10.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:03:10.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] socks forwarding established\n2025-07-16 19:03:10.770 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Process exited with code 0\n2025-07-16 19:03:10.770 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Socket close event received\n2025-07-16 19:03:10.793 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] socks connection closed\n2025-07-16 19:03:10.795 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59005 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:04:10.776 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:04:10.778 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""80243d8a-2277-49a1-94b5-5aaff788654e""}\n2025-07-16 19:04:10.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] received connection request\n2025-07-16 19:04:10.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:04:10.801 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] socks forwarding established\n2025-07-16 19:04:10.830 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] socks connection closed\n2025-07-16 19:04:10.830 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Process exited with code 0\n2025-07-16 19:04:10.830 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Socket close event received\n2025-07-16 19:04:10.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59032 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:05:10.837 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:05:10.841 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6dcb44d8-91e7-453e-82f8-8474bc286ee7""}\n2025-07-16 19:05:10.843 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] received connection request\n2025-07-16 19:05:10.844 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:05:11.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] socks forwarding established\n2025-07-16 19:05:11.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] socks connection closed\n2025-07-16 19:05:11.031 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Process exited with code 0\n2025-07-16 19:05:11.031 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Socket close event received\n2025-07-16 19:05:11.169 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59091 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:06:11.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:06:11.038 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""548b35d4-e9ad-436b-b39f-835e39fb36bb""}\n2025-07-16 19:06:11.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] received connection request\n2025-07-16 19:06:11.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:06:11.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] socks forwarding established\n2025-07-16 19:06:11.353 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Process exited with code 0\n2025-07-16 19:06:11.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] socks connection closed\n2025-07-16 19:06:11.353 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Socket close event received\n2025-07-16 19:06:11.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59158 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:07:11.353 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:07:11.355 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6b9093cc-88bd-4aa6-9046-2f464485f606""}\n2025-07-16 19:07:11.356 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] received connection request\n2025-07-16 19:07:11.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:07:11.382 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] socks forwarding established\n2025-07-16 19:07:11.432 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Process exited with code 0\n2025-07-16 19:07:11.432 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] socks connection closed\n2025-07-16 19:07:11.432 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Socket close event received\n2025-07-16 19:07:11.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59225 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:08:11.438 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:08:11.440 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""435fe038-b091-44ea-9f63-cf48c9c429ba""}\n2025-07-16 19:08:11.440 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] received connection request\n2025-07-16 19:08:11.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:08:11.465 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] socks forwarding established\n2025-07-16 19:08:11.615 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Process exited with code 0\n2025-07-16 19:08:11.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] socks connection closed\n2025-07-16 19:08:11.615 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Socket close event received\n2025-07-16 19:08:11.638 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59257 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:09:11.618 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:09:11.621 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e""}\n2025-07-16 19:09:11.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] received connection request\n2025-07-16 19:09:11.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:09:11.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] socks forwarding established\n2025-07-16 19:09:11.753 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Process exited with code 0\n2025-07-16 19:09:11.754 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Socket close event received\n2025-07-16 19:09:11.903 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59288 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:09:11.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] socks connection closed\n2025-07-16 19:10:11.759 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:10:11.761 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""57c76224-d2c0-4129-9a7c-01d7d3ff2500""}\n2025-07-16 19:10:11.762 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] received connection request\n2025-07-16 19:10:11.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:10:11.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] socks forwarding established\n2025-07-16 19:10:11.945 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Process exited with code 0\n2025-07-16 19:10:11.945 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Socket close event received\n2025-07-16 19:10:11.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] socks connection closed\n2025-07-16 19:10:11.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:11:11.947 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:11:11.949 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""94c60058-e54f-4b11-bee4-9b7377cee210""}\n2025-07-16 19:11:11.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] received connection request\n2025-07-16 19:11:11.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:11:12.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] socks forwarding established\n2025-07-16 19:11:12.274 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Process exited with code 0\n2025-07-16 19:11:12.274 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] socks connection closed\n2025-07-16 19:11:12.274 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Socket close event received\n2025-07-16 19:11:12.308 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59355 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:12:12.276 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:12:12.279 [info] [command][34792f3f-859e-4559-8470-937902022141] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""34792f3f-859e-4559-8470-937902022141""}\n2025-07-16 19:12:12.279 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] received connection request\n2025-07-16 19:12:12.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:12:12.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] socks forwarding established\n2025-07-16 19:12:12.362 [info] [command][34792f3f-859e-4559-8470-937902022141] Process exited with code 0\n2025-07-16 19:12:12.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] socks connection closed\n2025-07-16 19:12:12.363 [info] [command][34792f3f-859e-4559-8470-937902022141] Socket close event received\n2025-07-16 19:12:12.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59404 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:13:12.365 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:13:12.367 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0af62315-6b88-4212-a797-1779ebaafcae""}\n2025-07-16 19:13:12.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] received connection request\n2025-07-16 19:13:12.368 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:13:12.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] socks forwarding established\n2025-07-16 19:13:12.448 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Process exited with code 0\n2025-07-16 19:13:12.448 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] socks connection closed\n2025-07-16 19:13:12.449 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Socket close event received\n2025-07-16 19:13:12.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59480 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:14:12.452 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:14:12.453 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ffdbb7af-b2d6-4358-b99c-906c7373ff57""}\n2025-07-16 19:14:12.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] received connection request\n2025-07-16 19:14:12.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:14:12.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] socks forwarding established\n2025-07-16 19:14:12.686 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Process exited with code 0\n2025-07-16 19:14:12.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] socks connection closed\n2025-07-16 19:14:12.686 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Socket close event received\n2025-07-16 19:14:12.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59510 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:15:12.690 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:15:12.692 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a880044-8010-4c73-9fac-2829b0bba5a3""}\n2025-07-16 19:15:12.693 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] received connection request\n2025-07-16 19:15:12.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:15:12.851 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] socks forwarding established\n2025-07-16 19:15:12.878 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Process exited with code 0\n2025-07-16 19:15:12.879 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] socks connection closed\n2025-07-16 19:15:12.879 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Socket close event received\n2025-07-16 19:15:13.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59554 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:16:12.884 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:16:12.886 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""461003d5-b711-49bf-a30d-461bf38ff3f8""}\n2025-07-16 19:16:12.887 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] received connection request\n2025-07-16 19:16:12.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:16:12.915 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] socks forwarding established\n2025-07-16 19:16:12.946 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Process exited with code 0\n2025-07-16 19:16:12.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] socks connection closed\n2025-07-16 19:16:12.946 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Socket close event received\n2025-07-16 19:16:12.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59580 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:17:12.951 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:17:12.953 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cae4ab4b-fd6f-4642-88ff-19f3c5f30630""}\n2025-07-16 19:17:12.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] received connection request\n2025-07-16 19:17:12.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:17:12.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] socks forwarding established\n2025-07-16 19:17:13.039 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Process exited with code 0\n2025-07-16 19:17:13.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] socks connection closed\n2025-07-16 19:17:13.039 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Socket close event received\n2025-07-16 19:17:13.063 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:18:13.047 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:18:13.050 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7f07b651-d511-40c3-ada6-e1a2b95d5f1b""}\n2025-07-16 19:18:13.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] received connection request\n2025-07-16 19:18:13.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:18:13.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] socks forwarding established\n2025-07-16 19:18:13.105 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Process exited with code 0\n2025-07-16 19:18:13.105 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] socks connection closed\n2025-07-16 19:18:13.105 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Socket close event received\n2025-07-16 19:18:13.128 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59693 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:19:13.110 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:19:13.113 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0879559e-c3f7-4633-94b6-cfc5cf5173bc""}\n2025-07-16 19:19:13.113 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] received connection request\n2025-07-16 19:19:13.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:19:13.140 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] socks forwarding established\n2025-07-16 19:19:13.169 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Process exited with code 0\n2025-07-16 19:19:13.169 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] socks connection closed\n2025-07-16 19:19:13.169 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Socket close event received\n2025-07-16 19:19:13.194 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59721 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:20:13.172 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:20:13.175 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bd7a3f41-6445-48a8-8244-db82643f4f93""}\n2025-07-16 19:20:13.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] received connection request\n2025-07-16 19:20:13.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:20:13.203 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] socks forwarding established\n2025-07-16 19:20:13.231 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Process exited with code 0\n2025-07-16 19:20:13.231 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] socks connection closed\n2025-07-16 19:20:13.231 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Socket close event received\n2025-07-16 19:20:13.256 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59767 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:21:13.235 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:21:13.237 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""86d760c3-4106-410b-ad15-5e1403d0e84b""}\n2025-07-16 19:21:13.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] received connection request\n2025-07-16 19:21:13.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:21:13.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] socks forwarding established\n2025-07-16 19:21:13.357 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Process exited with code 0\n2025-07-16 19:21:13.358 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Socket close event received\n2025-07-16 19:21:13.359 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] socks connection closed\n2025-07-16 19:21:13.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:22:13.357 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:22:13.359 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de""}\n2025-07-16 19:22:13.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] received connection request\n2025-07-16 19:22:13.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:22:13.385 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] socks forwarding established\n2025-07-16 19:22:13.411 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Process exited with code 0\n2025-07-16 19:22:13.412 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Socket close event received\n2025-07-16 19:22:13.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] socks connection closed\n2025-07-16 19:22:13.436 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:23:13.416 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:23:13.418 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10d58eb6-3d07-4e3c-95c4-edb337b5cb7e""}\n2025-07-16 19:23:13.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] received connection request\n2025-07-16 19:23:13.420 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:23:13.444 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] socks forwarding established\n2025-07-16 19:23:13.468 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Process exited with code 0\n2025-07-16 19:23:13.469 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Socket close event received\n2025-07-16 19:23:13.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59887 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:23:13.492 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] socks connection closed\n2025-07-16 19:24:13.471 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:24:13.472 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""775a29d9-42a3-4547-bd03-a5041c39ad5d""}\n2025-07-16 19:24:13.472 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] received connection request\n2025-07-16 19:24:13.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:24:13.472 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:24:13.495 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] socks forwarding established\n2025-07-16 19:24:13.521 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] socks connection closed\n2025-07-16 19:24:13.521 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Process exited with code 0\n2025-07-16 19:24:13.521 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Socket close event received\n2025-07-16 19:24:13.544 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59918 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:25:13.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:25:13.526 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a6432284-07e9-4e86-9c05-564cf3d4a412""}\n2025-07-16 19:25:13.527 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] received connection request\n2025-07-16 19:25:13.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:25:13.528 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:25:13.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] socks forwarding established\n2025-07-16 19:25:13.673 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Process exited with code 0\n2025-07-16 19:25:13.674 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] socks connection closed\n2025-07-16 19:25:13.674 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Socket close event received\n2025-07-16 19:25:13.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59964 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:26:13.679 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:26:13.681 [info] [command][329425ab-2637-4329-9708-de263ae41585] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""329425ab-2637-4329-9708-de263ae41585""}\n2025-07-16 19:26:13.682 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] received connection request\n2025-07-16 19:26:13.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:26:13.707 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] socks forwarding established\n2025-07-16 19:26:13.733 [info] [command][329425ab-2637-4329-9708-de263ae41585] Process exited with code 0\n2025-07-16 19:26:13.733 [info] [command][329425ab-2637-4329-9708-de263ae41585] Socket close event received\n2025-07-16 19:26:13.734 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] socks connection closed\n2025-07-16 19:26:13.758 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59995 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:27:13.738 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:27:13.740 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7e15cff7-3a26-4542-98dc-940443a356fc""}\n2025-07-16 19:27:13.740 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] received connection request\n2025-07-16 19:27:13.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:27:13.767 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] socks forwarding established\n2025-07-16 19:27:13.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] socks connection closed\n2025-07-16 19:27:13.794 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Process exited with code 0\n2025-07-16 19:27:13.794 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Socket close event received\n2025-07-16 19:27:13.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60056 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:28:13.797 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:28:13.799 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4e518bce-c91a-4026-b6ab-833bb4f06a58""}\n2025-07-16 19:28:13.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] received connection request\n2025-07-16 19:28:13.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:28:13.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] socks forwarding established\n2025-07-16 19:28:13.853 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Process exited with code 0\n2025-07-16 19:28:13.853 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] socks connection closed\n2025-07-16 19:28:13.853 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Socket close event received\n2025-07-16 19:28:13.876 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60095 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:29:13.857 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:29:13.859 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""da1daaa9-e07f-4256-b224-225100ea4309""}\n2025-07-16 19:29:13.860 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] received connection request\n2025-07-16 19:29:13.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:29:13.887 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] socks forwarding established\n2025-07-16 19:29:13.914 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Process exited with code 0\n2025-07-16 19:29:13.914 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Socket close event received\n2025-07-16 19:29:13.915 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] socks connection closed\n2025-07-16 19:29:13.940 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60158 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:30:13.916 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:30:13.918 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9c71857-1ff9-4ecb-ae28-1cafddfbcecf""}\n2025-07-16 19:30:13.919 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] received connection request\n2025-07-16 19:30:13.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:30:13.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] socks forwarding established\n2025-07-16 19:30:13.972 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Process exited with code 0\n2025-07-16 19:30:13.972 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Socket close event received\n2025-07-16 19:30:13.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] socks connection closed\n2025-07-16 19:30:13.996 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60199 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:31:13.978 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:31:13.980 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""08b60b8a-ac01-4ece-bf93-8d65359bb7b8""}\n2025-07-16 19:31:13.981 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] received connection request\n2025-07-16 19:31:13.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:31:14.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] socks forwarding established\n2025-07-16 19:31:14.034 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Process exited with code 0\n2025-07-16 19:31:14.034 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Socket close event received\n2025-07-16 19:31:14.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] socks connection closed\n2025-07-16 19:31:14.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60229 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:32:14.035 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:32:14.037 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f496a7a6-f3a2-404d-b8ef-0ba83152e6f3""}\n2025-07-16 19:32:14.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] received connection request\n2025-07-16 19:32:14.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:32:14.063 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] socks forwarding established\n2025-07-16 19:32:14.091 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Process exited with code 0\n2025-07-16 19:32:14.091 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] socks connection closed\n2025-07-16 19:32:14.091 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Socket close event received\n2025-07-16 19:32:14.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:33:14.095 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:33:14.096 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b1386132-8c77-475b-b5db-45a76a99b3e4""}\n2025-07-16 19:33:14.096 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] received connection request\n2025-07-16 19:33:14.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:33:14.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] socks forwarding established\n2025-07-16 19:33:14.150 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Process exited with code 0\n2025-07-16 19:33:14.150 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Socket close event received\n2025-07-16 19:33:14.151 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] socks connection closed\n2025-07-16 19:33:14.175 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60335 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:34:14.156 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:34:14.158 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""13fda8da-9513-46db-bac1-917a993e3d34""}\n2025-07-16 19:34:14.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] received connection request\n2025-07-16 19:34:14.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:34:14.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] socks forwarding established\n2025-07-16 19:34:14.209 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Process exited with code 0\n2025-07-16 19:34:14.209 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Socket close event received\n2025-07-16 19:34:14.209 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] socks connection closed\n2025-07-16 19:34:14.232 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60371 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:35:14.211 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:35:14.214 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] received connection request\n2025-07-16 19:35:14.214 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""db21db25-53e5-4ece-a6b5-999bf7aaca1f""}\n2025-07-16 19:35:14.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:35:14.240 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] socks forwarding established\n2025-07-16 19:35:14.274 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Process exited with code 0\n2025-07-16 19:35:14.274 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Socket close event received\n2025-07-16 19:35:14.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] socks connection closed\n2025-07-16 19:35:14.303 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60422 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:36:14.280 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:36:14.282 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5366db9b-cea0-4fa7-b8a6-dc88075e0cd6""}\n2025-07-16 19:36:14.282 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] received connection request\n2025-07-16 19:36:14.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:36:14.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] socks forwarding established\n2025-07-16 19:36:14.358 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Process exited with code 0\n2025-07-16 19:36:14.358 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] socks connection closed\n2025-07-16 19:36:14.359 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Socket close event received\n2025-07-16 19:36:14.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60452 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:37:14.360 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:37:14.362 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""344163d4-1022-4b73-9b20-4b412734cf94""}\n2025-07-16 19:37:14.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] received connection request\n2025-07-16 19:37:14.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:37:14.420 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] socks forwarding established\n2025-07-16 19:37:14.449 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Process exited with code 0\n2025-07-16 19:37:14.449 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Socket close event received\n2025-07-16 19:37:14.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] socks connection closed\n2025-07-16 19:37:14.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60536 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:38:14.450 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:38:14.451 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e36a8880-1a15-40a0-94f9-e31e6c5da5cf""}\n2025-07-16 19:38:14.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] received connection request\n2025-07-16 19:38:14.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:38:14.476 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] socks forwarding established\n2025-07-16 19:38:14.502 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Process exited with code 0\n2025-07-16 19:38:14.502 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Socket close event received\n2025-07-16 19:38:14.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] socks connection closed\n2025-07-16 19:38:14.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60564 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:39:14.507 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:39:14.510 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7991d014-54ed-43e2-b1e0-154261d1f54e""}\n2025-07-16 19:39:14.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] received connection request\n2025-07-16 19:39:14.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:39:14.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] socks forwarding established\n2025-07-16 19:39:14.715 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Process exited with code 0\n2025-07-16 19:39:14.715 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Socket close event received\n2025-07-16 19:39:14.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] socks connection closed\n2025-07-16 19:39:14.821 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60592 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:40:14.720 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:40:14.723 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""22d25dd6-87d1-4412-98f0-b7b226fb930a""}\n2025-07-16 19:40:14.723 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] received connection request\n2025-07-16 19:40:14.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:40:14.791 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] socks forwarding established\n2025-07-16 19:40:14.954 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Process exited with code 0\n2025-07-16 19:40:14.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] socks connection closed\n2025-07-16 19:40:14.955 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Socket close event received\n2025-07-16 19:40:14.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60631 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:41:14.960 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:41:14.962 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9a837eb-303f-48f0-8b43-d77bd28fe483""}\n2025-07-16 19:41:14.962 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] received connection request\n2025-07-16 19:41:14.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:41:14.990 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] socks forwarding established\n2025-07-16 19:41:15.015 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Process exited with code 0\n2025-07-16 19:41:15.015 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Socket close event received\n2025-07-16 19:41:15.015 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] socks connection closed\n2025-07-16 19:41:15.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60660 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:42:15.018 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:42:15.020 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c459cd24-328a-481d-b0ad-cb98bb95e43d""}\n2025-07-16 19:42:15.021 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] received connection request\n2025-07-16 19:42:15.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:42:15.045 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] socks forwarding established\n2025-07-16 19:42:15.071 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Process exited with code 0\n2025-07-16 19:42:15.071 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Socket close event received\n2025-07-16 19:42:15.071 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] socks connection closed\n2025-07-16 19:42:15.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60715 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:43:15.077 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:43:15.079 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec0a1817-9581-4330-a711-9e01921fd734""}\n2025-07-16 19:43:15.079 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] received connection request\n2025-07-16 19:43:15.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:43:15.080 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:43:15.105 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] socks forwarding established\n2025-07-16 19:43:15.135 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Process exited with code 0\n2025-07-16 19:43:15.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] socks connection closed\n2025-07-16 19:43:15.135 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Socket close event received\n2025-07-16 19:43:15.160 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60743 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:44:15.140 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:44:15.143 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f2c543e-7261-4d96-ad0c-3d1849a3c385""}\n2025-07-16 19:44:15.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] received connection request\n2025-07-16 19:44:15.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:44:15.171 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] socks forwarding established\n2025-07-16 19:44:15.199 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Process exited with code 0\n2025-07-16 19:44:15.199 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] socks connection closed\n2025-07-16 19:44:15.199 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Socket close event received\n2025-07-16 19:44:15.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60774 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:45:15.205 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:45:15.207 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d5b5f214-a142-4630-9335-8439f5c7bbcd""}\n2025-07-16 19:45:15.207 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] received connection request\n2025-07-16 19:45:15.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:45:15.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] socks forwarding established\n2025-07-16 19:45:15.398 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Process exited with code 0\n2025-07-16 19:45:15.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] socks connection closed\n2025-07-16 19:45:15.399 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Socket close event received\n2025-07-16 19:45:15.425 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60817 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:46:15.403 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:46:15.404 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""567940e4-fde4-4d0f-b55e-99c8ee4e2feb""}\n2025-07-16 19:46:15.404 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] received connection request\n2025-07-16 19:46:15.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:46:15.404 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:46:15.515 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] socks forwarding established\n2025-07-16 19:46:15.542 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Process exited with code 0\n2025-07-16 19:46:15.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] socks connection closed\n2025-07-16 19:46:15.542 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Socket close event received\n2025-07-16 19:46:15.639 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60840 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:47:15.548 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:47:15.549 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a55f01a8-7c3c-44cc-b59c-5f2ffeff7346""}\n2025-07-16 19:47:15.550 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] received connection request\n2025-07-16 19:47:15.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:47:15.550 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:47:15.574 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] socks forwarding established\n2025-07-16 19:47:15.602 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Process exited with code 0\n2025-07-16 19:47:15.602 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] socks connection closed\n2025-07-16 19:47:15.602 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Socket close event received\n2025-07-16 19:47:15.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:48:15.603 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:48:15.606 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c72c8736-b1b0-4617-87dd-a2c2df8aae8d""}\n2025-07-16 19:48:15.606 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] received connection request\n2025-07-16 19:48:15.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:48:15.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] socks forwarding established\n2025-07-16 19:48:15.847 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Process exited with code 0\n2025-07-16 19:48:15.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] socks connection closed\n2025-07-16 19:48:15.848 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Socket close event received\n2025-07-16 19:48:15.873 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60922 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:49:15.853 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:49:15.854 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7c0c3acd-e1fa-456e-a260-bfe75eef4368""}\n2025-07-16 19:49:15.855 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] received connection request\n2025-07-16 19:49:15.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:49:15.884 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] socks forwarding established\n2025-07-16 19:49:15.914 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Process exited with code 0\n2025-07-16 19:49:15.914 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] socks connection closed\n2025-07-16 19:49:15.915 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Socket close event received\n2025-07-16 19:49:15.938 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60948 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:50:15.918 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:50:15.919 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""49d68fe5-e128-408a-920c-0fae3c3aaf46""}\n2025-07-16 19:50:15.920 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] received connection request\n2025-07-16 19:50:15.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:50:15.947 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] socks forwarding established\n2025-07-16 19:50:15.973 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Process exited with code 0\n2025-07-16 19:50:15.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] socks connection closed\n2025-07-16 19:50:15.974 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Socket close event received\n2025-07-16 19:50:15.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60990 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:51:15.979 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:51:15.981 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02e2b5fe-ede7-4594-82c9-ccc94cfadb13""}\n2025-07-16 19:51:15.981 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] received connection request\n2025-07-16 19:51:15.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:51:15.982 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:51:16.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] socks forwarding established\n2025-07-16 19:51:16.032 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Process exited with code 0\n2025-07-16 19:51:16.032 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] socks connection closed\n2025-07-16 19:51:16.032 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Socket close event received\n2025-07-16 19:51:16.056 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61015 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:52:16.039 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:52:16.041 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""08b00750-6b7c-4f3d-ac78-32521e43e8d9""}\n2025-07-16 19:52:16.041 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] received connection request\n2025-07-16 19:52:16.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:52:16.069 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] socks forwarding established\n2025-07-16 19:52:16.143 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Process exited with code 0\n2025-07-16 19:52:16.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] socks connection closed\n2025-07-16 19:52:16.144 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Socket close event received\n2025-07-16 19:52:16.229 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61068 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:53:16.146 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:53:16.148 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c3ceb4e5-1549-461b-a876-6983de6ce902""}\n2025-07-16 19:53:16.148 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] received connection request\n2025-07-16 19:53:16.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:53:16.302 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] socks forwarding established\n2025-07-16 19:53:16.352 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Process exited with code 0\n2025-07-16 19:53:16.352 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] socks connection closed\n2025-07-16 19:53:16.353 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Socket close event received\n2025-07-16 19:53:16.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61091 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:54:16.357 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:54:16.359 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58129aef-84d5-4404-ad2e-be579bb59505""}\n2025-07-16 19:54:16.359 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] received connection request\n2025-07-16 19:54:16.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:54:16.450 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] socks forwarding established\n2025-07-16 19:54:16.508 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Process exited with code 0\n2025-07-16 19:54:16.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] socks connection closed\n2025-07-16 19:54:16.509 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Socket close event received\n2025-07-16 19:54:16.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61111 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:55:16.514 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:55:16.517 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3d7d1704-c577-41d3-9e1b-9845a9956838""}\n2025-07-16 19:55:16.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] received connection request\n2025-07-16 19:55:16.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:55:16.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] socks forwarding established\n2025-07-16 19:55:16.574 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Process exited with code 0\n2025-07-16 19:55:16.575 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] socks connection closed\n2025-07-16 19:55:16.575 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Socket close event received\n2025-07-16 19:55:16.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61180 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:56:16.580 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:56:16.582 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""40a8876e-4fc2-40e4-b830-6681ec7d39f1""}\n2025-07-16 19:56:16.583 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] received connection request\n2025-07-16 19:56:16.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:56:16.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] socks forwarding established\n2025-07-16 19:56:16.635 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Process exited with code 0\n2025-07-16 19:56:16.636 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] socks connection closed\n2025-07-16 19:56:16.636 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Socket close event received\n2025-07-16 19:56:16.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61208 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:57:16.639 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:57:16.641 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88b16899-1a83-4b72-93c3-85bf956a9db8""}\n2025-07-16 19:57:16.642 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] received connection request\n2025-07-16 19:57:16.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:57:16.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] socks forwarding established\n2025-07-16 19:57:16.695 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] socks connection closed\n2025-07-16 19:57:16.695 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Process exited with code 0\n2025-07-16 19:57:16.696 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Socket close event received\n2025-07-16 19:57:16.720 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61267 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:58:16.702 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:58:16.704 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""be5f7923-dec9-4689-ba95-15aba9d60ef8""}\n2025-07-16 19:58:16.705 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] received connection request\n2025-07-16 19:58:16.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:58:16.730 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] socks forwarding established\n2025-07-16 19:58:16.757 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Process exited with code 0\n2025-07-16 19:58:16.758 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] socks connection closed\n2025-07-16 19:58:16.758 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Socket close event received\n2025-07-16 19:58:16.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:59:16.762 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:59:16.765 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3fb60b60-1175-484e-8233-bbce50802f81""}\n2025-07-16 19:59:16.766 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] received connection request\n2025-07-16 19:59:16.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:59:16.799 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] socks forwarding established\n2025-07-16 19:59:16.827 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Process exited with code 0\n2025-07-16 19:59:16.828 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] socks connection closed\n2025-07-16 19:59:16.828 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Socket close event received\n2025-07-16 19:59:16.853 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61327 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 20:00:13.754 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][787c5bb5-3ec2-4f82-823d-c95b982b88d7] received connection request\n2025-07-16 20:00:13.777 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-16 20:00:13.778 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-16 20:00:13.820 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][9aa459fb-8800-482f-a7a8-424fe28a6017] received connection request\n2025-07-16 20:00:13.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 20:00:13.834 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.793 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-16 20:00:16.793 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 1 of 3 This operation was aborted\n2025-07-16 20:00:16.797 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][7efa7db7-d562-4801-9c94-a1cc25823840] received connection request\n2025-07-16 20:00:16.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.847 [info] Terminating existing SSH process with pid: 61926\n2025-07-16 20:00:16.848 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 20:00:16.848 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 20:00:16.848 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:00:16.848 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-16 20:00:16.849 [info] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""609060a4-f66a-45da-bd5b-104bc72d4a49""}\n2025-07-16 20:00:16.849 [error] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:undefined][7a3c1df4-4709-439c-869d-bd95fb707655] remote server not configured\n2025-07-16 20:00:16.849 [error] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Socket error: Error: read ECONNRESET\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][787c5bb5-3ec2-4f82-823d-c95b982b88d7] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9aa459fb-8800-482f-a7a8-424fe28a6017] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][7efa7db7-d562-4801-9c94-a1cc25823840] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [info] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Socket close event received\n2025-07-16 20:00:16.850 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] socks connection closed\n2025-07-16 20:00:16.850 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] socks connection closed\n2025-07-16 20:00:16.853 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77644.sh"" | ssh -v -T -D 61381 login.haicore.berlin bash --login -c bash\n2025-07-16 20:00:16.853 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:00:16.853 [info] Waiting for server to install via process(75807)...\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:00:16.860 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:00:16.860 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:00:16.861 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:00:16.862 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:00:16.862 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:00:16.862 [info] Retrying connection in 5 seconds...\n2025-07-16 20:00:17.800 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 2 of 3 This operation was aborted\n2025-07-16 20:00:18.812 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 3 of 3 This operation was aborted\n2025-07-16 20:00:18.813 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-16 20:00:18.813 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-16 20:03:24.415 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77644.sh\n2025-07-16 20:03:24.416 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:24.417 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6723.sh"" | ssh -v -T -D 61386 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:24.417 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:24.417 [info] Waiting for server to install via process(75830)...\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:24.424 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:24.424 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:24.425 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:24.425 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:29.430 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6723.sh\n2025-07-16 20:03:29.431 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:29.435 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97558.sh"" | ssh -v -T -D 61388 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:29.436 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:29.436 [info] Waiting for server to install via process(75837)...\n2025-07-16 20:03:29.450 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:29.450 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:29.453 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:29.453 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:29.453 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:29.453 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:34.468 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97558.sh\n2025-07-16 20:03:34.471 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:34.559 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73177.sh"" | ssh -v -T -D 61390 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:34.559 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:34.560 [info] Waiting for server to install via process(75848)...\n2025-07-16 20:03:34.652 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:34.655 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:35.650 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:35.662 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:35.665 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:35.665 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:40.669 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73177.sh\n2025-07-16 20:03:40.670 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:40.679 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34233.sh"" | ssh -v -T -D 61394 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:40.679 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:40.679 [info] Waiting for server to install via process(75855)...\n2025-07-16 20:03:41.103 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:41.106 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:41.107 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:41.120 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:41.122 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:41.123 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:41.123 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:21.975 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34233.sh\n2025-07-16 20:04:21.976 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:21.978 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87157.sh"" | ssh -v -T -D 61397 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:21.978 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:21.978 [info] Waiting for server to install via process(75869)...\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:22.002 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:22.002 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:22.002 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:22.002 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:27.013 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87157.sh\n2025-07-16 20:04:27.014 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:27.017 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17896.sh"" | ssh -v -T -D 61400 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:27.017 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:27.017 [info] Waiting for server to install via process(75880)...\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:27.035 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:27.036 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:27.036 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:27.036 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:32.045 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17896.sh\n2025-07-16 20:04:32.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:32.050 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1651.sh"" | ssh -v -T -D 61402 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:32.050 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:32.050 [info] Waiting for server to install via process(75888)...\n2025-07-16 20:04:32.072 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:04:32.072 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:32.078 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:32.080 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:32.081 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:32.081 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:37.091 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1651.sh\n2025-07-16 20:04:37.092 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:37.094 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70117.sh"" | ssh -v -T -D 61404 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:37.094 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:37.094 [info] Waiting for server to install via process(75895)...\n2025-07-16 20:04:37.103 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:37.105 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:37.106 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:37.106 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:37.106 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:42.110 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70117.sh\n2025-07-16 20:04:42.110 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:42.113 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78179.sh"" | ssh -v -T -D 61407 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:42.113 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:42.113 [info] Waiting for server to install via process(75903)...\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:42.124 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:42.124 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:42.125 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:42.125 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:47.126 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78179.sh\n2025-07-16 20:04:47.126 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:47.128 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69707.sh"" | ssh -v -T -D 61409 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:47.128 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:47.128 [info] Waiting for server to install via process(75910)...\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:47.137 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:47.138 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:47.138 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:47.138 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:47.138 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:52.140 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69707.sh\n2025-07-16 20:04:52.140 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:52.142 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67641.sh"" | ssh -v -T -D 61411 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:52.142 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:52.142 [info] Waiting for server to install via process(75919)...\n2025-07-16 20:04:52.149 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:52.151 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:52.152 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:52.152 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:52.152 [info] Retrying connection in 5 seconds...\n2025-07-16 20:11:57.479 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67641.sh\n2025-07-16 20:11:57.480 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:11:57.485 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63169.sh"" | ssh -v -T -D 61413 login.haicore.berlin bash --login -c bash\n2025-07-16 20:11:57.485 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:11:57.485 [info] Waiting for server to install via process(75926)...\n2025-07-16 20:11:57.526 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:11:57.526 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:11:57.529 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:11:57.576 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:11:57.579 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:11:57.579 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.579 [error] Failed to connect after 13 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.579 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63169.sh\n2025-07-16 20:11:57.580 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 14:40:55.819 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-20 14:40:55.831 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 14:40:55.831 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-20 14:40:55.833 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 14:40:55.836 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63299.sh"" | ssh -v -T -D 65277 login.haicore.berlin bash --login -c bash\n2025-07-20 14:40:55.836 [info] Started installation script. Waiting for it to finish...\n2025-07-20 14:40:55.836 [info] Waiting for server to install via process(63787)...\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 14:40:55.842 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 14:40:55.842 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 14:40:55.872 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-20 14:40:55.873 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-20 14:40:55.873 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-20 14:40:55.903 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-20 14:40:55.904 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-20 14:40:55.904 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-20 14:40:55.928 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-20 14:40:55.928 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-20 14:40:55.929 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-20 14:40:55.956 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-20 14:40:55.957 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-20 14:40:55.957 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-20 14:40:55.960 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-20 14:40:55.960 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-20 14:40:56.054 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-20 14:40:56.171 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-20 14:40:56.173 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-20 14:40:56.174 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-20 14:40:56.220 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-20 14:40:56.364 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:65277 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 65277.\n\n2025-07-20 14:40:56.364 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 65277.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-20 14:40:56.365 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-20 14:40:56.480 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-20 14:40:56.481 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-20 14:40:56.493 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-20 14:40:56.493 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-20 14:40:56.507 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-20 14:40:56.933 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-20 14:40:56.972 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:56.974 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-20 14:40:56.975 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-20 14:40:58.006 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-20 14:40:58.014 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-20 14:40:58.030 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-20 14:40:58.031 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.050 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b95d4e43-7bf1-49d3-8caa-4997bd952c30\nMultiplex server started with PID 3045651 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-20 14:40:58.087 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.555 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-20 14:40:58.573 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-20 14:40:58.575 [info] (ssh_tunnel) stdout: Code server started with PID 3045675 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:58.575 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:59.089 [info] (ssh_tunnel) stdout: 1d494f06d5774a057e35d73a: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40717==\nmultiplexConnectionToken==b95d4e43-7bf1-49d3-8caa-4997bd952c30==\ncodeListeningOn==40083==\ncodeConnectionToken==bfffc766-6ca3-4cf3-b9c4-891f3dd218bd==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n1d494f06d5774a057e35d73a: end\n\n2025-07-20 14:40:59.091 [info] Server install command exit code: 0\n2025-07-20 14:40:59.091 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63299.sh\n2025-07-20 14:40:59.094 [info] [forwarding][code] creating new forwarding server\n2025-07-20 14:40:59.095 [info] [forwarding][code] server listening on 127.0.0.1:65285\n2025-07-20 14:40:59.095 [info] [forwarding][code] Set up server\n2025-07-20 14:40:59.096 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: bfffc766-6ca3-4cf3-b9c4-891f3dd218bd\n2025-07-20 14:40:59.096 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-20 14:40:59.096 [info] [forwarding][multiplex] server listening on 127.0.0.1:65286\n2025-07-20 14:40:59.097 [info] [forwarding][multiplex] Set up server\n2025-07-20 14:40:59.099 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b95d4e43-7bf1-49d3-8caa-4997bd952c30\n2025-07-20 14:40:59.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:40:59.106 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] received connection request\n2025-07-20 14:40:59.107 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a683bd7a-4edd-4533-a886-db52d2572438""}\n2025-07-20 14:40:59.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.108 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:59.122 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] received connection request\n2025-07-20 14:40:59.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.144 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] socks forwarding established\n2025-07-20 14:40:59.149 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] socks forwarding established\n2025-07-20 14:40:59.201 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Process exited with code 0\n2025-07-20 14:40:59.201 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] socks connection closed\n2025-07-20 14:40:59.201 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Socket close event received\n2025-07-20 14:40:59.333 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65288 to 127.0.0.1 port 65277, nchannels 5\n\n2025-07-20 14:40:59.442 [info] Successfully connected to Cursor server at http://127.0.0.1:65285/version\n2025-07-20 14:40:59.442 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-20 14:40:59.442 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c0630173-f98c-4f45-950f-e08c7206da58""}\n2025-07-20 14:40:59.443 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] received connection request\n2025-07-20 14:40:59.443 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.470 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] socks forwarding established\n2025-07-20 14:40:59.638 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Process exited with code 0\n2025-07-20 14:40:59.638 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-20 14:40:59.639 [info] [remote-ssh] Resolved exec server. Socks port: 65277\n2025-07-20 14:40:59.639 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":65285,""connectionToken"":""bfffc766-6ca3-4cf3-b9c4-891f3dd218bd"",""extensionHostEnv"":{}}. Socks port: 65277\n2025-07-20 14:40:59.639 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Socket close event received\n2025-07-20 14:40:59.640 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] socks connection closed\n2025-07-20 14:40:59.672 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65293 to 127.0.0.1 port 65277, nchannels 5\n\n2025-07-20 14:40:59.673 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] received connection request\n2025-07-20 14:40:59.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.700 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] socks forwarding established\n2025-07-20 14:40:59.738 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] received connection request\n2025-07-20 14:40:59.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.846 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] socks forwarding established\n2025-07-20 14:41:00.005 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-20 14:41:03.636 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40083, connect from 127.0.0.1 port 65290 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:41:03.636 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] socks connection closed\n2025-07-20 14:41:59.206 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:41:59.209 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b1dae6af-828c-41db-9e4e-eb20f84ba30c""}\n2025-07-20 14:41:59.210 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] received connection request\n2025-07-20 14:41:59.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:41:59.238 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] socks forwarding established\n2025-07-20 14:41:59.269 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Process exited with code 0\n2025-07-20 14:41:59.269 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Socket close event received\n2025-07-20 14:41:59.272 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] socks connection closed\n2025-07-20 14:41:59.295 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65471 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:42:59.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:42:59.276 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1836d787-8779-4f0b-945e-467befdd4a2f""}\n2025-07-20 14:42:59.277 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] received connection request\n2025-07-20 14:42:59.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:42:59.337 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] socks forwarding established\n2025-07-20 14:42:59.447 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Process exited with code 0\n2025-07-20 14:42:59.448 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] socks connection closed\n2025-07-20 14:42:59.448 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Socket close event received\n2025-07-20 14:42:59.471 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49167 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:43:59.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:43:59.453 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e62d324d-1b66-4f5e-8669-f32abc2e9e2c""}\n2025-07-20 14:43:59.453 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] received connection request\n2025-07-20 14:43:59.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:43:59.480 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] socks forwarding established\n2025-07-20 14:43:59.506 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Process exited with code 0\n2025-07-20 14:43:59.506 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Socket close event received\n2025-07-20 14:43:59.507 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] socks connection closed\n2025-07-20 14:43:59.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49229 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:44:59.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:44:59.510 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""abf9e8da-488f-4b74-b81d-c46e56a16e7b""}\n2025-07-20 14:44:59.510 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] received connection request\n2025-07-20 14:44:59.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:44:59.535 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] socks forwarding established\n2025-07-20 14:44:59.564 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Process exited with code 0\n2025-07-20 14:44:59.565 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Socket close event received\n2025-07-20 14:44:59.567 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] socks connection closed\n2025-07-20 14:44:59.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49278 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:45:59.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:45:59.571 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""844c587a-9713-4d4a-a98b-e06bca6c02dc""}\n2025-07-20 14:45:59.572 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] received connection request\n2025-07-20 14:45:59.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:45:59.597 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] socks forwarding established\n2025-07-20 14:45:59.628 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Process exited with code 0\n2025-07-20 14:45:59.628 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] socks connection closed\n2025-07-20 14:45:59.628 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Socket close event received\n2025-07-20 14:45:59.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49346 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:46:59.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:46:59.630 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d67fb63-e58b-401f-9372-fa818671e1fb""}\n2025-07-20 14:46:59.631 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] received connection request\n2025-07-20 14:46:59.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:46:59.631 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:46:59.678 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] socks forwarding established\n2025-07-20 14:46:59.706 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] socks connection closed\n2025-07-20 14:46:59.706 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Process exited with code 0\n2025-07-20 14:46:59.706 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Socket close event received\n2025-07-20 14:46:59.730 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49447 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:47:59.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:47:59.714 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a""}\n2025-07-20 14:47:59.714 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] received connection request\n2025-07-20 14:47:59.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:47:59.715 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:47:59.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] socks forwarding established\n2025-07-20 14:47:59.835 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Process exited with code 0\n2025-07-20 14:47:59.835 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] socks connection closed\n2025-07-20 14:47:59.835 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Socket close event received\n2025-07-20 14:47:59.859 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49541 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:48:59.840 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:48:59.841 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""faf6da9a-311c-4339-84e8-a9e800904aab""}\n2025-07-20 14:48:59.841 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] received connection request\n2025-07-20 14:48:59.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:48:59.917 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] socks forwarding established\n2025-07-20 14:48:59.949 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Process exited with code 0\n2025-07-20 14:48:59.950 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] socks connection closed\n2025-07-20 14:48:59.950 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Socket close event received\n2025-07-20 14:48:59.973 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49597 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:49:59.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:49:59.953 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] received connection request\n2025-07-20 14:49:59.954 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b763b703-f3ad-4051-8d1d-e3af8501bfce""}\n2025-07-20 14:49:59.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:49:59.982 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] socks forwarding established\n2025-07-20 14:50:00.016 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Process exited with code 0\n2025-07-20 14:50:00.016 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] socks connection closed\n2025-07-20 14:50:00.016 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Socket close event received\n2025-07-20 14:50:00.041 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49640 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:51:00.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:51:00.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] received connection request\n2025-07-20 14:51:00.020 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7399b20a-8493-4362-918d-58e1a3a4faf7""}\n2025-07-20 14:51:00.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:51:00.073 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] socks forwarding established\n2025-07-20 14:51:00.118 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Process exited with code 0\n2025-07-20 14:51:00.118 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] socks connection closed\n2025-07-20 14:51:00.118 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Socket close event received\n2025-07-20 14:51:00.141 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49740 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:52:00.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:52:00.123 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4dcbf440-857e-42ee-8cb3-76bdef227789""}\n2025-07-20 14:52:00.124 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] received connection request\n2025-07-20 14:52:00.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:52:00.150 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] socks forwarding established\n2025-07-20 14:52:00.180 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Process exited with code 0\n2025-07-20 14:52:00.181 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] socks connection closed\n2025-07-20 14:52:00.181 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Socket close event received\n2025-07-20 14:52:00.281 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49805 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:53:00.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:53:00.185 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""160dd685-9230-4e60-9b1b-d9402d0a4250""}\n2025-07-20 14:53:00.186 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] received connection request\n2025-07-20 14:53:00.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:53:00.409 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] socks forwarding established\n2025-07-20 14:53:00.467 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Process exited with code 0\n2025-07-20 14:53:00.467 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Socket close event received\n2025-07-20 14:53:00.582 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] socks connection closed\n2025-07-20 14:53:00.589 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49880 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:54:00.467 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:54:00.468 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c0890aa4-fd22-45b8-aa60-b82ffcb24837""}\n2025-07-20 14:54:00.469 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] received connection request\n2025-07-20 14:54:00.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:54:00.494 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] socks forwarding established\n2025-07-20 14:54:00.524 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Process exited with code 0\n2025-07-20 14:54:00.525 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] socks connection closed\n2025-07-20 14:54:00.525 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Socket close event received\n2025-07-20 14:54:00.553 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49938 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:55:00.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:55:00.526 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1f339480-460a-4d3a-b347-c0de75895fdb""}\n2025-07-20 14:55:00.527 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] received connection request\n2025-07-20 14:55:00.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:55:00.527 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:55:00.663 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] socks forwarding established\n2025-07-20 14:55:00.763 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Process exited with code 0\n2025-07-20 14:55:00.763 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] socks connection closed\n2025-07-20 14:55:00.764 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Socket close event received\n2025-07-20 14:55:00.788 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49981 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:56:00.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:56:00.770 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f2198a8-acba-4646-85fa-45d3dd31cfec""}\n2025-07-20 14:56:00.770 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] received connection request\n2025-07-20 14:56:00.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:56:00.797 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] socks forwarding established\n2025-07-20 14:56:00.825 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Process exited with code 0\n2025-07-20 14:56:00.825 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Socket close event received\n2025-07-20 14:56:00.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] socks connection closed\n2025-07-20 14:56:00.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50064 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:57:00.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:57:00.828 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d69e35eb-0b39-42d8-a8c7-3c0de49ee572""}\n2025-07-20 14:57:00.828 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] received connection request\n2025-07-20 14:57:00.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:57:01.001 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] socks forwarding established\n2025-07-20 14:57:01.076 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] socks connection closed\n2025-07-20 14:57:01.076 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Process exited with code 0\n2025-07-20 14:57:01.076 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Socket close event received\n2025-07-20 14:57:01.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50130 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:58:01.080 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:58:01.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] received connection request\n2025-07-20 14:58:01.084 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""94a90411-47b2-4429-9b2b-8dfd2badf521""}\n2025-07-20 14:58:01.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:58:01.217 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] socks forwarding established\n2025-07-20 14:58:01.246 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Process exited with code 0\n2025-07-20 14:58:01.246 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Socket close event received\n2025-07-20 14:58:01.247 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] socks connection closed\n2025-07-20 14:58:01.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50206 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:58:50.120 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] received connection request\n2025-07-20 14:58:50.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:58:50.124 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:58:50.269 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] socks forwarding established\n2025-07-20 14:58:56.304 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] socks connection closed\n2025-07-20 14:58:56.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40083, connect from 127.0.0.1 port 50252 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:59:01.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:59:01.262 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] received connection request\n2025-07-20 14:59:01.263 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c5b54ce3-0439-4899-9da4-c5b75d62608e""}\n2025-07-20 14:59:01.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:59:01.295 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] socks forwarding established\n2025-07-20 14:59:01.324 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Process exited with code 0\n2025-07-20 14:59:01.324 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] socks connection closed\n2025-07-20 14:59:01.324 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Socket close event received\n2025-07-20 14:59:01.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50262 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:00:01.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:00:01.330 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585""}\n2025-07-20 15:00:01.331 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] received connection request\n2025-07-20 15:00:01.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:00:01.355 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] socks forwarding established\n2025-07-20 15:00:01.384 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Process exited with code 0\n2025-07-20 15:00:01.384 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] socks connection closed\n2025-07-20 15:00:01.384 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Socket close event received\n2025-07-20 15:00:01.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50313 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:01:01.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:01:01.387 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""aebdb29d-f814-46ec-af04-d175c2a06255""}\n2025-07-20 15:01:01.387 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] received connection request\n2025-07-20 15:01:01.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:01:01.476 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] socks forwarding established\n2025-07-20 15:01:01.507 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Process exited with code 0\n2025-07-20 15:01:01.507 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] socks connection closed\n2025-07-20 15:01:01.507 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Socket close event received\n2025-07-20 15:01:01.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50384 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:02:01.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:02:01.509 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4939efb3-0856-4630-a745-d8b8883fcf4f""}\n2025-07-20 15:02:01.510 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] received connection request\n2025-07-20 15:02:01.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:02:01.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] socks forwarding established\n2025-07-20 15:02:01.668 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Process exited with code 0\n2025-07-20 15:02:01.669 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] socks connection closed\n2025-07-20 15:02:01.669 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Socket close event received\n2025-07-20 15:02:01.783 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50450 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:03:01.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:03:01.677 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6382aa79-4a9e-4411-987d-815bc366c127""}\n2025-07-20 15:03:01.678 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] received connection request\n2025-07-20 15:03:01.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:03:01.744 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] socks forwarding established\n2025-07-20 15:03:01.783 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Process exited with code 0\n2025-07-20 15:03:01.783 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] socks connection closed\n2025-07-20 15:03:01.784 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Socket close event received\n2025-07-20 15:03:01.816 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50540 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:04:01.785 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:04:01.788 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2d430e8b-8422-46c7-a0b9-03e7b3429adf""}\n2025-07-20 15:04:01.789 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] received connection request\n2025-07-20 15:04:01.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:04:01.878 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] socks forwarding established\n2025-07-20 15:04:01.910 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Process exited with code 0\n2025-07-20 15:04:01.911 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] socks connection closed\n2025-07-20 15:04:01.911 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Socket close event received\n2025-07-20 15:04:01.981 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50586 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:05:01.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:05:01.915 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e3d7f4bc-04e0-4828-b8d4-e76be4428e74""}\n2025-07-20 15:05:01.915 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] received connection request\n2025-07-20 15:05:01.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:05:01.966 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] socks forwarding established\n2025-07-20 15:05:02.141 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Process exited with code 0\n2025-07-20 15:05:02.141 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Socket close event received\n2025-07-20 15:05:02.166 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] socks connection closed\n2025-07-20 15:05:02.205 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50640 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:06:02.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:06:02.150 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2a9be4f5-4b41-42df-96fa-83d2a2ac15c6""}\n2025-07-20 15:06:02.152 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] received connection request\n2025-07-20 15:06:02.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:06:02.198 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] socks forwarding established\n2025-07-20 15:06:02.246 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Process exited with code 0\n2025-07-20 15:06:02.246 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Socket close event received\n2025-07-20 15:06:02.260 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] socks connection closed\n2025-07-20 15:06:02.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50710 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:07:02.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:07:02.249 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4379faf2-73ad-4e22-af48-bdef9914faeb""}\n2025-07-20 15:07:02.249 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] received connection request\n2025-07-20 15:07:02.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:07:02.301 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] socks forwarding established\n2025-07-20 15:07:02.357 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Process exited with code 0\n2025-07-20 15:07:02.357 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] socks connection closed\n2025-07-20 15:07:02.357 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Socket close event received\n2025-07-20 15:07:02.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50803 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:08:02.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:08:02.363 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d45200b-4654-493a-a9b7-aa579130ae7c""}\n2025-07-20 15:08:02.364 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] received connection request\n2025-07-20 15:08:02.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:08:02.412 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] socks forwarding established\n2025-07-20 15:08:02.455 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Process exited with code 0\n2025-07-20 15:08:02.456 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Socket close event received\n2025-07-20 15:08:02.490 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] socks connection closed\n2025-07-20 15:08:02.496 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50911 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:09:02.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:09:02.461 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7f402860-6e37-4b91-b294-ff1348afb639""}\n2025-07-20 15:09:02.462 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] received connection request\n2025-07-20 15:09:02.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:09:02.516 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] socks forwarding established\n2025-07-20 15:09:02.552 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Process exited with code 0\n2025-07-20 15:09:02.552 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Socket close event received\n2025-07-20 15:09:02.586 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] socks connection closed\n2025-07-20 15:09:02.606 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50946 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:10:02.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:10:02.559 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] received connection request\n2025-07-20 15:10:02.560 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5490a807-f85c-4a48-a383-3b33df532876""}\n2025-07-20 15:10:02.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:10:02.624 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] socks forwarding established\n2025-07-20 15:10:02.659 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Process exited with code 0\n2025-07-20 15:10:02.659 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] socks connection closed\n2025-07-20 15:10:02.660 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Socket close event received\n2025-07-20 15:10:02.800 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50993 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:11:02.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:11:02.665 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a2882461-9b0a-4495-9c37-0550d7ba272d""}\n2025-07-20 15:11:02.665 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] received connection request\n2025-07-20 15:11:02.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:11:02.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] socks forwarding established\n2025-07-20 15:11:02.737 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Process exited with code 0\n2025-07-20 15:11:02.737 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Socket close event received\n2025-07-20 15:11:02.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] socks connection closed\n2025-07-20 15:11:02.819 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51059 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:12:02.737 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:12:02.740 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a43eaf6e-4914-4efe-90c2-739c4c2f3b09""}\n2025-07-20 15:12:02.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] received connection request\n2025-07-20 15:12:02.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:12:02.860 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] socks forwarding established\n2025-07-20 15:12:02.890 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] socks connection closed\n2025-07-20 15:12:02.891 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Process exited with code 0\n2025-07-20 15:12:02.891 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Socket close event received\n2025-07-20 15:12:02.915 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51148 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:13:02.895 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:13:02.898 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f8bd53f5-d50b-4b05-a045-265d218313e8""}\n2025-07-20 15:13:02.899 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] received connection request\n2025-07-20 15:13:02.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:13:03.019 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] socks forwarding established\n2025-07-20 15:13:03.057 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Process exited with code 0\n2025-07-20 15:13:03.057 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Socket close event received\n2025-07-20 15:13:03.062 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] socks connection closed\n2025-07-20 15:13:03.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51214 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:14:03.061 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:14:03.063 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""35a03ec9-df3b-48a3-a26a-6d709f9f8575""}\n2025-07-20 15:14:03.064 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] received connection request\n2025-07-20 15:14:03.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:14:03.088 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] socks forwarding established\n2025-07-20 15:14:03.120 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Process exited with code 0\n2025-07-20 15:14:03.120 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] socks connection closed\n2025-07-20 15:14:03.120 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Socket close event received\n2025-07-20 15:14:03.148 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51264 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:15:03.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:15:03.126 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0f051c14-3d62-406c-8631-8be3af9f6239""}\n2025-07-20 15:15:03.127 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] received connection request\n2025-07-20 15:15:03.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:15:03.127 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:15:04.103 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] socks forwarding established\n2025-07-20 15:15:04.137 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] socks connection closed\n2025-07-20 15:15:04.137 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Process exited with code 0\n2025-07-20 15:15:04.137 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Socket close event received\n2025-07-20 15:15:04.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51325 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:16:04.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:16:04.146 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ad52f80e-6cd3-4927-86d1-2627f32c263a""}\n2025-07-20 15:16:04.147 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] received connection request\n2025-07-20 15:16:04.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:16:04.185 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] socks forwarding established\n2025-07-20 15:16:04.217 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Process exited with code 0\n2025-07-20 15:16:04.217 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Socket close event received\n2025-07-20 15:16:04.218 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] socks connection closed\n2025-07-20 15:16:04.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51381 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:17:04.220 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:17:04.222 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c9b877ef-e27e-4352-98ea-d568aae24b66""}\n2025-07-20 15:17:04.223 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] received connection request\n2025-07-20 15:17:04.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:17:04.250 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] socks forwarding established\n2025-07-20 15:17:04.281 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Process exited with code 0\n2025-07-20 15:17:04.281 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] socks connection closed\n2025-07-20 15:17:04.281 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Socket close event received\n2025-07-20 15:17:04.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51449 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:18:04.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:18:04.288 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d14f1e80-c70c-44cf-9bd1-6d6a274726d1""}\n2025-07-20 15:18:04.289 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] received connection request\n2025-07-20 15:18:04.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:18:04.314 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] socks forwarding established\n2025-07-20 15:18:04.344 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Process exited with code 0\n2025-07-20 15:18:04.344 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] socks connection closed\n2025-07-20 15:18:04.345 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Socket close event received\n2025-07-20 15:18:04.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51514 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:19:04.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:19:04.349 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""38e4333b-e51c-4341-a9ae-39f152dd9d2d""}\n2025-07-20 15:19:04.350 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] received connection request\n2025-07-20 15:19:04.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:19:04.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] socks forwarding established\n2025-07-20 15:19:04.504 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] socks connection closed\n2025-07-20 15:19:04.504 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Process exited with code 0\n2025-07-20 15:19:04.504 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Socket close event received\n2025-07-20 15:19:04.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51555 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:20:04.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:20:04.511 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] received connection request\n2025-07-20 15:20:04.511 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d0ebe693-c67a-4dec-a7ff-8a41fd1ff282""}\n2025-07-20 15:20:04.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:20:04.539 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] socks forwarding established\n2025-07-20 15:20:04.567 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Process exited with code 0\n2025-07-20 15:20:04.567 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] socks connection closed\n2025-07-20 15:20:04.567 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Socket close event received\n2025-07-20 15:20:04.601 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51625 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:21:04.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:21:04.574 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9035b739-47f2-42b7-934c-23b310fb086f""}\n2025-07-20 15:21:04.575 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] received connection request\n2025-07-20 15:21:04.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:21:04.615 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] socks forwarding established\n2025-07-20 15:21:04.648 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Process exited with code 0\n2025-07-20 15:21:04.649 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] socks connection closed\n2025-07-20 15:21:04.649 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Socket close event received\n2025-07-20 15:21:04.677 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51681 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:22:04.654 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:22:04.657 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] received connection request\n2025-07-20 15:22:04.658 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d2855afd-7a4f-47b7-ba9f-ee192ffd415b""}\n2025-07-20 15:22:04.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:22:04.759 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] socks forwarding established\n2025-07-20 15:22:04.790 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Process exited with code 0\n2025-07-20 15:22:04.791 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] socks connection closed\n2025-07-20 15:22:04.791 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Socket close event received\n2025-07-20 15:22:04.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51747 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:23:04.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:23:04.800 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1ea9b73b-c9e0-4e2e-8328-86b0724f0360""}\n2025-07-20 15:23:04.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] received connection request\n2025-07-20 15:23:04.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:23:06.112 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] socks forwarding established\n2025-07-20 15:23:06.214 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Process exited with code 0\n2025-07-20 15:23:06.214 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Socket close event received\n2025-07-20 15:23:06.297 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] socks connection closed\n2025-07-20 15:23:06.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51828 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:24:06.219 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:24:06.223 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca99bc50-9aaa-4a81-8f0a-b15049c05d7e""}\n2025-07-20 15:24:06.224 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] received connection request\n2025-07-20 15:24:06.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:24:06.274 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] socks forwarding established\n2025-07-20 15:24:06.341 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Process exited with code 0\n2025-07-20 15:24:06.341 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] socks connection closed\n2025-07-20 15:24:06.341 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Socket close event received\n2025-07-20 15:24:06.380 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51886 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:25:06.344 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:25:06.346 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9119a276-4cc2-4e44-8821-dec76ece0f0d""}\n2025-07-20 15:25:06.347 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] received connection request\n2025-07-20 15:25:06.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:25:06.482 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] socks forwarding established\n2025-07-20 15:25:06.522 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Process exited with code 0\n2025-07-20 15:25:06.522 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Socket close event received\n2025-07-20 15:25:06.542 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] socks connection closed\n2025-07-20 15:25:06.549 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51934 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:26:06.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:26:06.529 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8dc652d-9dee-4c39-9bf2-c65c78d09dbf""}\n2025-07-20 15:26:06.530 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] received connection request\n2025-07-20 15:26:06.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:26:06.602 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] socks forwarding established\n2025-07-20 15:26:06.635 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] socks connection closed\n2025-07-20 15:26:06.635 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Process exited with code 0\n2025-07-20 15:26:06.635 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Socket close event received\n2025-07-20 15:26:06.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51993 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:27:06.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:27:06.642 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f3f2d34f-a1d5-48ab-b174-99391475f59f""}\n2025-07-20 15:27:06.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] received connection request\n2025-07-20 15:27:06.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:27:06.644 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:27:06.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] socks forwarding established\n2025-07-20 15:27:06.702 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Process exited with code 0\n2025-07-20 15:27:06.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] socks connection closed\n2025-07-20 15:27:06.703 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Socket close event received\n2025-07-20 15:27:06.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52054 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:28:06.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:28:06.705 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8b726fb2-34e0-4e74-90eb-c6dde0ac5803""}\n2025-07-20 15:28:06.705 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] received connection request\n2025-07-20 15:28:06.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:28:06.706 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:28:06.731 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] socks forwarding established\n2025-07-20 15:28:06.857 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Process exited with code 0\n2025-07-20 15:28:06.858 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] socks connection closed\n2025-07-20 15:28:06.858 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Socket close event received\n2025-07-20 15:28:06.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52116 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:29:06.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:29:06.863 [info] [command][0470a458-8524-4049-af98-008729add335] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0470a458-8524-4049-af98-008729add335""}\n2025-07-20 15:29:06.864 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] received connection request\n2025-07-20 15:29:06.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:29:06.892 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] socks forwarding established\n2025-07-20 15:29:06.924 [info] [command][0470a458-8524-4049-af98-008729add335] Process exited with code 0\n2025-07-20 15:29:06.924 [info] [command][0470a458-8524-4049-af98-008729add335] Socket close event received\n2025-07-20 15:29:06.948 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] socks connection closed\n2025-07-20 15:29:06.948 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52167 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:30:06.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:30:06.931 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""918dd0de-ae2d-49eb-b62a-fe108b07f08f""}\n2025-07-20 15:30:06.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] received connection request\n2025-07-20 15:30:06.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:30:07.047 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] socks forwarding established\n2025-07-20 15:30:07.083 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Process exited with code 0\n2025-07-20 15:30:07.083 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Socket close event received\n2025-07-20 15:30:07.108 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] socks connection closed\n2025-07-20 15:30:07.126 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52234 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:31:07.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:31:07.090 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b24143e-b93b-403a-b2f3-d840df4174fc""}\n2025-07-20 15:31:07.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] received connection request\n2025-07-20 15:31:07.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:31:07.206 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] socks forwarding established\n2025-07-20 15:31:07.270 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Process exited with code 0\n2025-07-20 15:31:07.271 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] socks connection closed\n2025-07-20 15:31:07.271 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Socket close event received\n2025-07-20 15:31:07.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52300 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:32:07.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:32:07.278 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6eaf5ed4-151a-4845-8e42-6a18aba60987""}\n2025-07-20 15:32:07.279 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] received connection request\n2025-07-20 15:32:07.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:32:07.305 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] socks forwarding established\n2025-07-20 15:32:07.350 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Process exited with code 0\n2025-07-20 15:32:07.350 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Socket close event received\n2025-07-20 15:32:07.372 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] socks connection closed\n2025-07-20 15:32:07.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52360 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:33:07.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:33:07.354 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9a59b826-0ae2-4d82-97f8-4036e7c57a1e""}\n2025-07-20 15:33:07.354 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] received connection request\n2025-07-20 15:33:07.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:33:07.384 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] socks forwarding established\n2025-07-20 15:33:07.414 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Process exited with code 0\n2025-07-20 15:33:07.414 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Socket close event received\n2025-07-20 15:33:07.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52426 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:33:07.439 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] socks connection closed\n2025-07-20 15:34:07.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:34:07.417 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5144b8c7-f1fa-4816-8dcd-e7b248686d0c""}\n2025-07-20 15:34:07.417 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] received connection request\n2025-07-20 15:34:07.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:34:07.445 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] socks forwarding established\n2025-07-20 15:34:07.564 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Process exited with code 0\n2025-07-20 15:34:07.565 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] socks connection closed\n2025-07-20 15:34:07.566 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Socket close event received\n2025-07-20 15:34:07.593 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52485 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:35:07.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:35:07.572 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6837432a-7413-4ffe-bb2c-88bb2505408c""}\n2025-07-20 15:35:07.572 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] received connection request\n2025-07-20 15:35:07.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:35:07.603 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] socks forwarding established\n2025-07-20 15:35:07.636 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Process exited with code 0\n2025-07-20 15:35:07.636 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Socket close event received\n2025-07-20 15:35:07.660 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] socks connection closed\n2025-07-20 15:35:07.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52550 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:36:07.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:36:07.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] received connection request\n2025-07-20 15:36:07.638 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9ba3e0aa-18d6-42eb-9de5-58697d5e4632""}\n2025-07-20 15:36:07.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:36:07.639 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:36:07.666 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] socks forwarding established\n2025-07-20 15:36:07.709 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Process exited with code 0\n2025-07-20 15:36:07.709 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Socket close event received\n2025-07-20 15:36:07.725 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] socks connection closed\n2025-07-20 15:36:07.736 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52612 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:37:07.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:37:07.712 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2e0d4bcf-e412-4d85-9cfc-a583e767b9ff""}\n2025-07-20 15:37:07.712 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] received connection request\n2025-07-20 15:37:07.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:37:07.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] socks forwarding established\n2025-07-20 15:37:07.774 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Process exited with code 0\n2025-07-20 15:37:07.775 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] socks connection closed\n2025-07-20 15:37:07.775 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Socket close event received\n2025-07-20 15:37:07.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52682 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:38:07.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:38:07.781 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d6965fe9-08f2-4fd1-b0e3-4b5e3358087d""}\n2025-07-20 15:38:07.782 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] received connection request\n2025-07-20 15:38:07.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:38:07.849 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] socks forwarding established\n2025-07-20 15:38:07.881 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Process exited with code 0\n2025-07-20 15:38:07.881 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] socks connection closed\n2025-07-20 15:38:07.881 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Socket close event received\n2025-07-20 15:38:07.917 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52745 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:39:07.886 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:39:07.888 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7dfbcefd-ce56-4a1d-a30a-59bfce9681ca""}\n2025-07-20 15:39:07.888 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] received connection request\n2025-07-20 15:39:07.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:39:07.888 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:39:08.014 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] socks forwarding established\n2025-07-20 15:39:08.051 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] socks connection closed\n2025-07-20 15:39:08.051 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Process exited with code 0\n2025-07-20 15:39:08.052 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Socket close event received\n2025-07-20 15:39:08.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52790 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:40:08.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:40:08.056 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""841014ab-b07e-4a84-8951-344d07a7fd7d""}\n2025-07-20 15:40:08.057 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] received connection request\n2025-07-20 15:40:08.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:40:08.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] socks forwarding established\n2025-07-20 15:40:08.115 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Process exited with code 0\n2025-07-20 15:40:08.115 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Socket close event received\n2025-07-20 15:40:08.117 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] socks connection closed\n2025-07-20 15:40:08.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52849 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:41:08.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:41:08.119 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cce7082c-6f69-4444-95f0-94e5634a1686""}\n2025-07-20 15:41:08.120 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] received connection request\n2025-07-20 15:41:08.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:41:08.146 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] socks forwarding established\n2025-07-20 15:41:08.177 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Process exited with code 0\n2025-07-20 15:41:08.177 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] socks connection closed\n2025-07-20 15:41:08.177 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Socket close event received\n2025-07-20 15:41:08.202 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52907 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:42:08.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:42:08.186 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a162c783-922d-4170-ba09-b45f34100c01""}\n2025-07-20 15:42:08.186 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] received connection request\n2025-07-20 15:42:08.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:42:08.214 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] socks forwarding established\n2025-07-20 15:42:08.247 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Process exited with code 0\n2025-07-20 15:42:08.247 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Socket close event received\n2025-07-20 15:42:08.267 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] socks connection closed\n2025-07-20 15:42:08.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52971 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:43:08.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:43:08.251 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8be6a08-80d0-431b-9c7a-b624157a8f90""}\n2025-07-20 15:43:08.252 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] received connection request\n2025-07-20 15:43:08.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:43:08.286 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] socks forwarding established\n2025-07-20 15:43:08.316 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Process exited with code 0\n2025-07-20 15:43:08.317 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Socket close event received\n2025-07-20 15:43:08.338 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] socks connection closed\n2025-07-20 15:43:08.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53021 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:44:08.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:44:08.322 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3""}\n2025-07-20 15:44:08.322 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] received connection request\n2025-07-20 15:44:08.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:44:08.324 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:44:08.352 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] socks forwarding established\n2025-07-20 15:44:08.382 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Process exited with code 0\n2025-07-20 15:44:08.382 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Socket close event received\n2025-07-20 15:44:08.401 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] socks connection closed\n2025-07-20 15:44:08.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53072 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:45:08.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:45:08.387 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7823c057-4a56-4aa6-8c85-28b517f35dda""}\n2025-07-20 15:45:08.387 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] received connection request\n2025-07-20 15:45:08.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:45:08.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] socks forwarding established\n2025-07-20 15:45:08.458 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Process exited with code 0\n2025-07-20 15:45:08.458 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] socks connection closed\n2025-07-20 15:45:08.458 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Socket close event received\n2025-07-20 15:45:08.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53122 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:46:08.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:46:08.464 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""de2992b4-5ce2-4edd-9c27-13be5953d8c7""}\n2025-07-20 15:46:08.465 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] received connection request\n2025-07-20 15:46:08.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:46:08.491 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] socks forwarding established\n2025-07-20 15:46:08.524 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Process exited with code 0\n2025-07-20 15:46:08.524 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Socket close event received\n2025-07-20 15:46:08.524 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] socks connection closed\n2025-07-20 15:46:08.550 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53193 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:47:08.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:47:08.532 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] received connection request\n2025-07-20 15:47:08.532 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ed8f7598-6e10-4760-9642-b9adf29e1c4b""}\n2025-07-20 15:47:08.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:47:08.570 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] socks forwarding established\n2025-07-20 15:47:08.603 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Process exited with code 0\n2025-07-20 15:47:08.603 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] socks connection closed\n2025-07-20 15:47:08.603 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Socket close event received\n2025-07-20 15:47:08.627 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53265 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:48:08.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:48:08.610 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1""}\n2025-07-20 15:48:08.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] received connection request\n2025-07-20 15:48:08.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:48:08.636 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] socks forwarding established\n2025-07-20 15:48:08.664 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Process exited with code 0\n2025-07-20 15:48:08.664 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Socket close event received\n2025-07-20 15:48:08.665 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] socks connection closed\n2025-07-20 15:48:08.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53315 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:49:08.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:49:08.671 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""170486f8-6567-41c2-9d44-a2747a095fc1""}\n2025-07-20 15:49:08.671 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] received connection request\n2025-07-20 15:49:08.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:49:08.699 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] socks forwarding established\n2025-07-20 15:49:08.731 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Process exited with code 0\n2025-07-20 15:49:08.731 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] socks connection closed\n2025-07-20 15:49:08.731 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Socket close event received\n2025-07-20 15:49:08.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53362 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:50:08.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:50:08.740 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7ae519ab-d02c-42b1-8ef5-63a759f01319""}\n2025-07-20 15:50:08.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] received connection request\n2025-07-20 15:50:08.742 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:50:08.768 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] socks forwarding established\n2025-07-20 15:50:08.802 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Process exited with code 0\n2025-07-20 15:50:08.802 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] socks connection closed\n2025-07-20 15:50:08.803 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Socket close event received\n2025-07-20 15:50:08.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53399 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:51:08.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:51:08.807 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5cb3d970-449e-4896-a61f-269c53f4623a""}\n2025-07-20 15:51:08.807 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] received connection request\n2025-07-20 15:51:08.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:51:08.856 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] socks forwarding established\n2025-07-20 15:51:08.890 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] socks connection closed\n2025-07-20 15:51:08.891 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Process exited with code 0\n2025-07-20 15:51:08.891 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Socket close event received\n2025-07-20 15:51:08.926 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:52:08.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:52:08.895 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d73e82eb-4c96-49af-9bf6-950b87dd5d9e""}\n2025-07-20 15:52:08.895 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] received connection request\n2025-07-20 15:52:08.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:52:08.927 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] socks forwarding established\n2025-07-20 15:52:08.954 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Process exited with code 0\n2025-07-20 15:52:08.954 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Socket close event received\n2025-07-20 15:52:08.954 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] socks connection closed\n2025-07-20 15:52:08.977 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53548 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:53:08.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:53:08.953 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f63716b1-3a0c-4f77-aafd-11eeeb43caad""}\n2025-07-20 15:53:08.954 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] received connection request\n2025-07-20 15:53:08.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:53:09.000 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] socks forwarding established\n2025-07-20 15:53:09.085 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Process exited with code 0\n2025-07-20 15:53:09.086 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Socket close event received\n2025-07-20 15:53:09.102 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] socks connection closed\n2025-07-20 15:53:09.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53615 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:54:09.090 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:54:09.093 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5e17de68-4f6b-4d6b-af4e-ceca3b1126fe""}\n2025-07-20 15:54:09.093 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] received connection request\n2025-07-20 15:54:09.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:54:09.128 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] socks forwarding established\n2025-07-20 15:54:09.217 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Process exited with code 0\n2025-07-20 15:54:09.217 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Socket close event received\n2025-07-20 15:54:09.272 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] socks connection closed\n2025-07-20 15:54:09.284 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53677 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:55:09.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:55:09.220 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""797083c0-0fe3-4c78-9282-4f46b7047711""}\n2025-07-20 15:55:09.221 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] received connection request\n2025-07-20 15:55:09.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:55:09.245 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] socks forwarding established\n2025-07-20 15:55:09.354 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Process exited with code 0\n2025-07-20 15:55:09.354 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Socket close event received\n2025-07-20 15:55:09.356 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] socks connection closed\n2025-07-20 15:55:09.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53725 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:56:09.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:56:09.356 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e8cf9692-85ae-4ad1-b0ff-cd9e1a497294""}\n2025-07-20 15:56:09.357 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] received connection request\n2025-07-20 15:56:09.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:56:09.382 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] socks forwarding established\n2025-07-20 15:56:09.431 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Process exited with code 0\n2025-07-20 15:56:09.431 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] socks connection closed\n2025-07-20 15:56:09.431 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Socket close event received\n2025-07-20 15:56:09.459 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53788 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:57:09.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:57:09.438 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9cbd48b8-dedb-465d-b640-77100c6c66db""}\n2025-07-20 15:57:09.439 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] received connection request\n2025-07-20 15:57:09.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:57:09.476 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] socks forwarding established\n2025-07-20 15:57:09.505 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Process exited with code 0\n2025-07-20 15:57:09.506 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] socks connection closed\n2025-07-20 15:57:09.506 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Socket close event received\n2025-07-20 15:57:09.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53855 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:58:09.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:58:09.511 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""302b88ef-75de-46c9-9a2e-5adf1cd17633""}\n2025-07-20 15:58:09.512 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] received connection request\n2025-07-20 15:58:09.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:58:09.543 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] socks forwarding established\n2025-07-20 15:58:09.576 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Process exited with code 0\n2025-07-20 15:58:09.576 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] socks connection closed\n2025-07-20 15:58:09.577 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Socket close event received\n2025-07-20 15:58:09.602 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53934 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:59:09.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:59:09.582 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8acb2744-eb80-49f6-8d7c-f9087133bf87""}\n2025-07-20 15:59:09.583 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] received connection request\n2025-07-20 15:59:09.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:59:09.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] socks forwarding established\n2025-07-20 15:59:09.640 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Process exited with code 0\n2025-07-20 15:59:09.640 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] socks connection closed\n2025-07-20 15:59:09.640 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Socket close event received\n2025-07-20 15:59:09.666 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53978 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:00:09.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:00:09.643 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""fbc264ce-cae0-4525-ad2b-55172487ed2b""}\n2025-07-20 16:00:09.644 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] received connection request\n2025-07-20 16:00:09.645 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:00:09.676 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] socks forwarding established\n2025-07-20 16:00:09.710 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Process exited with code 0\n2025-07-20 16:00:09.710 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] socks connection closed\n2025-07-20 16:00:09.711 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Socket close event received\n2025-07-20 16:00:09.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54028 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:01:09.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:01:09.711 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""041d8b6e-67ad-4b73-a678-ee9e8353079f""}\n2025-07-20 16:01:09.712 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] received connection request\n2025-07-20 16:01:09.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:01:09.752 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] socks forwarding established\n2025-07-20 16:01:09.788 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Process exited with code 0\n2025-07-20 16:01:09.788 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] socks connection closed\n2025-07-20 16:01:09.788 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Socket close event received\n2025-07-20 16:01:09.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54108 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:02:09.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:02:09.793 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""88372daa-a060-453a-b845-6f72c80b466d""}\n2025-07-20 16:02:09.793 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] received connection request\n2025-07-20 16:02:09.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:02:09.818 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] socks forwarding established\n2025-07-20 16:02:09.846 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Process exited with code 0\n2025-07-20 16:02:09.847 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] socks connection closed\n2025-07-20 16:02:09.847 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Socket close event received\n2025-07-20 16:02:09.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54182 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:03:09.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:03:09.851 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""140bcdd8-9995-4473-86c0-afbc9e842b6a""}\n2025-07-20 16:03:09.852 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] received connection request\n2025-07-20 16:03:09.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:03:09.878 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] socks forwarding established\n2025-07-20 16:03:09.908 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Process exited with code 0\n2025-07-20 16:03:09.908 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Socket close event received\n2025-07-20 16:03:09.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] socks connection closed\n2025-07-20 16:03:09.933 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54260 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:04:09.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:04:09.915 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""12dc4470-b1e4-4803-8751-aa9337975e26""}\n2025-07-20 16:04:09.915 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] received connection request\n2025-07-20 16:04:09.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:04:09.941 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] socks forwarding established\n2025-07-20 16:04:09.969 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Process exited with code 0\n2025-07-20 16:04:09.969 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Socket close event received\n2025-07-20 16:04:10.100 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] socks connection closed\n2025-07-20 16:04:10.100 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54297 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:05:09.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:05:09.973 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] received connection request\n2025-07-20 16:05:09.973 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""bf6379ea-af92-45ba-9d7a-64b934cf3597""}\n2025-07-20 16:05:09.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:05:09.998 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] socks forwarding established\n2025-07-20 16:05:10.029 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Process exited with code 0\n2025-07-20 16:05:10.029 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Socket close event received\n2025-07-20 16:05:10.051 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] socks connection closed\n2025-07-20 16:05:10.054 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:06:10.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:06:10.036 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9cf1d9a9-d478-422f-b4ac-e6af4d9044f5""}\n2025-07-20 16:06:10.036 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] received connection request\n2025-07-20 16:06:10.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:06:10.062 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] socks forwarding established\n2025-07-20 16:06:10.117 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Process exited with code 0\n2025-07-20 16:06:10.117 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] socks connection closed\n2025-07-20 16:06:10.117 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Socket close event received\n2025-07-20 16:06:10.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54426 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:07:10.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:07:10.122 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""42b12a41-8324-4c21-9872-39580301f670""}\n2025-07-20 16:07:10.123 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] received connection request\n2025-07-20 16:07:10.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:07:10.240 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] socks forwarding established\n2025-07-20 16:07:10.270 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Process exited with code 0\n2025-07-20 16:07:10.270 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Socket close event received\n2025-07-20 16:07:10.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54489 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:07:10.294 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] socks connection closed\n2025-07-20 16:08:10.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:08:10.277 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""32344b4f-fdd5-4543-96d4-d6f546ff90b5""}\n2025-07-20 16:08:10.278 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] received connection request\n2025-07-20 16:08:10.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:08:10.304 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] socks forwarding established\n2025-07-20 16:08:10.372 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Process exited with code 0\n2025-07-20 16:08:10.372 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] socks connection closed\n2025-07-20 16:08:10.372 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Socket close event received\n2025-07-20 16:08:10.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54551 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:09:10.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:09:10.380 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""004828b5-92a3-41c0-ade7-735e7c79f372""}\n2025-07-20 16:09:10.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] received connection request\n2025-07-20 16:09:10.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:09:10.497 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] socks forwarding established\n2025-07-20 16:09:10.527 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Process exited with code 0\n2025-07-20 16:09:10.527 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Socket close event received\n2025-07-20 16:09:10.573 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] socks connection closed\n2025-07-20 16:09:10.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54590 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:10:10.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:10:10.529 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""399a4474-2761-41fb-a3de-8fd307e88f76""}\n2025-07-20 16:10:10.529 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] received connection request\n2025-07-20 16:10:10.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:10:10.609 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] socks forwarding established\n2025-07-20 16:10:10.637 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Process exited with code 0\n2025-07-20 16:10:10.637 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] socks connection closed\n2025-07-20 16:10:10.637 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Socket close event received\n2025-07-20 16:10:10.669 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54644 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:11:10.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:11:10.643 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b89570a8-28b2-4155-ae2b-2ddc08f43a21""}\n2025-07-20 16:11:10.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] received connection request\n2025-07-20 16:11:10.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:11:10.644 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:11:10.677 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] socks forwarding established\n2025-07-20 16:11:10.707 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Process exited with code 0\n2025-07-20 16:11:10.707 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] socks connection closed\n2025-07-20 16:11:10.707 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Socket close event received\n2025-07-20 16:11:10.733 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54708 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:12:10.712 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:12:10.713 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""372e4b9a-1493-43df-998b-85c55df2ba61""}\n2025-07-20 16:12:10.714 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] received connection request\n2025-07-20 16:12:10.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:12:10.740 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] socks forwarding established\n2025-07-20 16:12:10.846 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Process exited with code 0\n2025-07-20 16:12:10.846 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] socks connection closed\n2025-07-20 16:12:10.846 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Socket close event received\n2025-07-20 16:12:10.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54769 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:13:10.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:13:10.852 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""15cbaaf5-1f54-46ce-92f8-8cd862431827""}\n2025-07-20 16:13:10.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] received connection request\n2025-07-20 16:13:10.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:13:10.968 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] socks forwarding established\n2025-07-20 16:13:10.997 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Process exited with code 0\n2025-07-20 16:13:10.998 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] socks connection closed\n2025-07-20 16:13:10.998 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Socket close event received\n2025-07-20 16:13:11.045 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54826 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:14:11.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:14:11.003 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] received connection request\n2025-07-20 16:14:11.004 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e""}\n2025-07-20 16:14:11.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:14:11.135 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] socks forwarding established\n2025-07-20 16:14:11.241 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Process exited with code 0\n2025-07-20 16:14:11.241 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] socks connection closed\n2025-07-20 16:14:11.241 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Socket close event received\n2025-07-20 16:14:11.357 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54868 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:15:11.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:15:11.247 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e5160ab9-7df1-4b42-80db-f66aa0e09afe""}\n2025-07-20 16:15:11.248 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] received connection request\n2025-07-20 16:15:11.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:15:11.273 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] socks forwarding established\n2025-07-20 16:15:11.304 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Process exited with code 0\n2025-07-20 16:15:11.304 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] socks connection closed\n2025-07-20 16:15:11.304 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Socket close event received\n2025-07-20 16:15:11.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54916 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:16:11.303 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:16:11.306 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""496d3fc0-5074-4eae-91a5-9a126d6d438c""}\n2025-07-20 16:16:11.307 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] received connection request\n2025-07-20 16:16:11.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:16:11.343 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] socks forwarding established\n2025-07-20 16:16:11.373 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Process exited with code 0\n2025-07-20 16:16:11.374 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] socks connection closed\n2025-07-20 16:16:11.374 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Socket close event received\n2025-07-20 16:16:11.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54964 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:17:11.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:17:11.380 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""230a17f1-2bf9-4a00-a780-b9dd7ce33259""}\n2025-07-20 16:17:11.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] received connection request\n2025-07-20 16:17:11.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:17:11.605 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] socks forwarding established\n2025-07-20 16:17:11.637 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Process exited with code 0\n2025-07-20 16:17:11.637 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Socket close event received\n2025-07-20 16:17:11.642 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] socks connection closed\n2025-07-20 16:17:11.792 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55019 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:18:11.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:18:11.643 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4a2129c8-e00e-4f88-9f6b-bc4d8c88b018""}\n2025-07-20 16:18:11.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] received connection request\n2025-07-20 16:18:11.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:18:11.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] socks forwarding established\n2025-07-20 16:18:11.699 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Process exited with code 0\n2025-07-20 16:18:11.699 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Socket close event received\n2025-07-20 16:18:11.700 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] socks connection closed\n2025-07-20 16:18:11.725 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55074 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:19:11.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:19:11.702 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""3d5f009d-0f6f-4e1a-b669-f8930dce1757""}\n2025-07-20 16:19:11.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] received connection request\n2025-07-20 16:19:11.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:19:11.728 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] socks forwarding established\n2025-07-20 16:19:11.759 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Process exited with code 0\n2025-07-20 16:19:11.759 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Socket close event received\n2025-07-20 16:19:11.759 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] socks connection closed\n2025-07-20 16:19:11.784 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55123 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:20:11.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:20:11.764 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] received connection request\n2025-07-20 16:20:11.765 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c4e22154-e41f-4d59-b15d-375340ebc46a""}\n2025-07-20 16:20:11.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:20:11.794 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] socks forwarding established\n2025-07-20 16:20:11.824 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Process exited with code 0\n2025-07-20 16:20:11.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] socks connection closed\n2025-07-20 16:20:11.825 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Socket close event received\n2025-07-20 16:20:11.950 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55173 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:21:11.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:21:11.831 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""15304322-61e7-4ccc-8e6a-16dcb600f38d""}\n2025-07-20 16:21:11.832 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] received connection request\n2025-07-20 16:21:11.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:21:11.940 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] socks forwarding established\n2025-07-20 16:21:11.976 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Process exited with code 0\n2025-07-20 16:21:11.976 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Socket close event received\n2025-07-20 16:21:11.979 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] socks connection closed\n2025-07-20 16:21:12.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55227 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:22:11.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:22:11.981 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2fa9c209-d007-413f-ab12-1c64f9457646""}\n2025-07-20 16:22:11.981 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] received connection request\n2025-07-20 16:22:11.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:22:12.041 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] socks forwarding established\n2025-07-20 16:22:12.086 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Process exited with code 0\n2025-07-20 16:22:12.086 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Socket close event received\n2025-07-20 16:22:12.100 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] socks connection closed\n2025-07-20 16:22:12.113 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55284 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:23:12.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:23:12.090 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8a81bf8-2e85-4def-8530-e54054133bb7""}\n2025-07-20 16:23:12.091 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] received connection request\n2025-07-20 16:23:12.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:23:12.116 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] socks forwarding established\n2025-07-20 16:23:12.147 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Process exited with code 0\n2025-07-20 16:23:12.147 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] socks connection closed\n2025-07-20 16:23:12.147 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Socket close event received\n2025-07-20 16:23:12.173 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55339 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:24:12.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:24:12.154 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] received connection request\n2025-07-20 16:24:12.154 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""384adbc8-091b-4b44-a88b-3deddf37cfe0""}\n2025-07-20 16:24:12.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:24:12.178 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] socks forwarding established\n2025-07-20 16:24:12.275 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Process exited with code 0\n2025-07-20 16:24:12.276 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] socks connection closed\n2025-07-20 16:24:12.276 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Socket close event received\n2025-07-20 16:24:12.298 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55381 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:25:12.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:25:12.281 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""65afbc5a-d326-4ee8-8841-8bc35117431b""}\n2025-07-20 16:25:12.281 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] received connection request\n2025-07-20 16:25:12.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:25:12.306 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] socks forwarding established\n2025-07-20 16:25:12.333 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Process exited with code 0\n2025-07-20 16:25:12.333 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Socket close event received\n2025-07-20 16:25:12.333 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] socks connection closed\n2025-07-20 16:25:12.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55428 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:26:12.334 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:26:12.336 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8826de55-877d-44bb-9dac-ae053cf1bce1""}\n2025-07-20 16:26:12.336 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] received connection request\n2025-07-20 16:26:12.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:26:12.362 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] socks forwarding established\n2025-07-20 16:26:12.391 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Process exited with code 0\n2025-07-20 16:26:12.391 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] socks connection closed\n2025-07-20 16:26:12.391 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Socket close event received\n2025-07-20 16:26:12.415 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55474 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:27:12.396 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:27:12.398 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8cd852aa-9c81-4945-a962-85c2810e04c4""}\n2025-07-20 16:27:12.398 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] received connection request\n2025-07-20 16:27:12.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:27:12.424 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] socks forwarding established\n2025-07-20 16:27:12.455 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Process exited with code 0\n2025-07-20 16:27:12.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] socks connection closed\n2025-07-20 16:27:12.455 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Socket close event received\n2025-07-20 16:27:12.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55534 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:28:12.462 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:28:12.468 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] received connection request\n2025-07-20 16:28:12.468 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b1893cd5-d96e-4dac-8b09-c0f54d7e9d22""}\n2025-07-20 16:28:12.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:28:12.471 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:28:12.542 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] socks forwarding established\n2025-07-20 16:28:12.740 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Process exited with code 0\n2025-07-20 16:28:12.740 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] socks connection closed\n2025-07-20 16:28:12.740 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Socket close event received\n2025-07-20 16:28:12.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55582 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:29:12.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:29:12.746 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9aea0aa8-1b2b-402d-8d79-c0d1336509fd""}\n2025-07-20 16:29:12.746 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] received connection request\n2025-07-20 16:29:12.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:29:12.770 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] socks forwarding established\n2025-07-20 16:29:12.798 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Process exited with code 0\n2025-07-20 16:29:12.798 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Socket close event received\n2025-07-20 16:29:12.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] socks connection closed\n2025-07-20 16:29:12.824 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55610 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:30:12.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:30:12.802 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c9fedde2-e237-4f07-a56f-8d77d8da8313""}\n2025-07-20 16:30:12.802 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] received connection request\n2025-07-20 16:30:12.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:30:12.826 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] socks forwarding established\n2025-07-20 16:30:12.853 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Process exited with code 0\n2025-07-20 16:30:12.853 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Socket close event received\n2025-07-20 16:30:12.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] socks connection closed\n2025-07-20 16:30:12.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55645 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:31:12.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:31:12.856 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0b74a5ee-0fba-49ac-a95e-67740f5d4a3c""}\n2025-07-20 16:31:12.857 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] received connection request\n2025-07-20 16:31:12.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:31:12.957 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] socks forwarding established\n2025-07-20 16:31:12.988 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Process exited with code 0\n2025-07-20 16:31:12.988 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] socks connection closed\n2025-07-20 16:31:12.988 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Socket close event received\n2025-07-20 16:31:13.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55706 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:32:12.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:32:12.992 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""77865a04-4a4f-4078-8966-f80c11f79c98""}\n2025-07-20 16:32:12.992 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] received connection request\n2025-07-20 16:32:12.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:32:13.040 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] socks forwarding established\n2025-07-20 16:32:13.082 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Process exited with code 0\n2025-07-20 16:32:13.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] socks connection closed\n2025-07-20 16:32:13.083 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Socket close event received\n2025-07-20 16:32:13.107 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55789 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:33:13.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:33:13.089 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""46e0cbbe-faae-4497-80e2-266f8cbbb1ba""}\n2025-07-20 16:33:13.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] received connection request\n2025-07-20 16:33:13.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:33:13.115 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] socks forwarding established\n2025-07-20 16:33:13.143 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Process exited with code 0\n2025-07-20 16:33:13.143 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] socks connection closed\n2025-07-20 16:33:13.143 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Socket close event received\n2025-07-20 16:33:13.169 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55842 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:34:13.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:34:13.150 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] received connection request\n2025-07-20 16:34:13.151 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""72942e89-fafc-41ba-98b1-c1b5816a9ddd""}\n2025-07-20 16:34:13.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:34:13.191 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] socks forwarding established\n2025-07-20 16:34:13.218 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Process exited with code 0\n2025-07-20 16:34:13.218 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Socket close event received\n2025-07-20 16:34:13.240 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] socks connection closed\n2025-07-20 16:34:13.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55899 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:35:13.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:35:13.224 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""64a85f97-4ac2-4a0a-9aa7-87ba14498a0c""}\n2025-07-20 16:35:13.225 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] received connection request\n2025-07-20 16:35:13.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:35:13.270 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] socks forwarding established\n2025-07-20 16:35:13.384 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Process exited with code 0\n2025-07-20 16:35:13.385 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] socks connection closed\n2025-07-20 16:35:13.385 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Socket close event received\n2025-07-20 16:35:13.411 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55931 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:36:13.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:36:13.389 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d72c8380-8779-43bb-bed4-d0a818128af5""}\n2025-07-20 16:36:13.390 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] received connection request\n2025-07-20 16:36:13.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:36:13.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] socks forwarding established\n2025-07-20 16:36:13.450 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Process exited with code 0\n2025-07-20 16:36:13.450 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] socks connection closed\n2025-07-20 16:36:13.450 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Socket close event received\n2025-07-20 16:36:13.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55978 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:37:13.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:37:13.457 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1843ed7a-7e36-49ac-9ff7-08e005b7ba26""}\n2025-07-20 16:37:13.457 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] received connection request\n2025-07-20 16:37:13.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:37:13.483 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] socks forwarding established\n2025-07-20 16:37:13.512 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Process exited with code 0\n2025-07-20 16:37:13.513 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] socks connection closed\n2025-07-20 16:37:13.513 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Socket close event received\n2025-07-20 16:37:13.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56038 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:38:13.516 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:38:13.517 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""243ed5e1-0926-46d9-a3ab-70da9509df3c""}\n2025-07-20 16:38:13.517 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] received connection request\n2025-07-20 16:38:13.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:38:13.541 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] socks forwarding established\n2025-07-20 16:38:13.569 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Process exited with code 0\n2025-07-20 16:38:13.569 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] socks connection closed\n2025-07-20 16:38:13.569 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Socket close event received\n2025-07-20 16:38:13.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56088 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:39:13.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:39:13.576 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d7b541c2-092d-473c-8384-a62319eb7f0a""}\n2025-07-20 16:39:13.576 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] received connection request\n2025-07-20 16:39:13.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:39:13.576 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:39:13.599 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] socks forwarding established\n2025-07-20 16:39:13.708 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Process exited with code 0\n2025-07-20 16:39:13.708 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] socks connection closed\n2025-07-20 16:39:13.710 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Socket close event received\n2025-07-20 16:39:13.742 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56129 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:40:13.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:40:13.716 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""149212aa-b87b-4077-ae9a-45054aee039f""}\n2025-07-20 16:40:13.717 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] received connection request\n2025-07-20 16:40:13.717 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:40:13.756 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] socks forwarding established\n2025-07-20 16:40:13.785 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Process exited with code 0\n2025-07-20 16:40:13.785 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] socks connection closed\n2025-07-20 16:40:13.785 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Socket close event received\n2025-07-20 16:40:13.809 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56177 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:41:13.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:41:13.793 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a37da50f-9724-40ab-94b5-3de9ed98d0c5""}\n2025-07-20 16:41:13.793 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] received connection request\n2025-07-20 16:41:13.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:41:13.819 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] socks forwarding established\n2025-07-20 16:41:13.846 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Process exited with code 0\n2025-07-20 16:41:13.846 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Socket close event received\n2025-07-20 16:41:13.847 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] socks connection closed\n2025-07-20 16:41:13.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56217 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:42:13.847 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:42:13.849 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8c19b34e-5ec4-4d87-9aa8-4445396fc37b""}\n2025-07-20 16:42:13.850 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] received connection request\n2025-07-20 16:42:13.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:42:13.874 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] socks forwarding established\n2025-07-20 16:42:13.900 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Process exited with code 0\n2025-07-20 16:42:13.901 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Socket close event received\n2025-07-20 16:42:13.901 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] socks connection closed\n2025-07-20 16:42:13.924 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56274 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:43:13.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:43:13.903 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f03e7d64-260b-4e0e-9eb0-5472d35ab895""}\n2025-07-20 16:43:13.904 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] received connection request\n2025-07-20 16:43:13.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:43:13.929 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] socks forwarding established\n2025-07-20 16:43:13.959 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Process exited with code 0\n2025-07-20 16:43:13.959 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] socks connection closed\n2025-07-20 16:43:13.959 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Socket close event received\n2025-07-20 16:43:13.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56341 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:44:13.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:44:13.965 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""74804a89-2faf-4c7e-9f6b-e27345d8fa51""}\n2025-07-20 16:44:13.966 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] received connection request\n2025-07-20 16:44:13.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:44:13.993 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] socks forwarding established\n2025-07-20 16:44:14.020 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Process exited with code 0\n2025-07-20 16:44:14.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] socks connection closed\n2025-07-20 16:44:14.021 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Socket close event received\n2025-07-20 16:44:14.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56385 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:45:14.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:45:14.022 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0""}\n2025-07-20 16:45:14.022 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] received connection request\n2025-07-20 16:45:14.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:45:14.072 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] socks forwarding established\n2025-07-20 16:45:14.128 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Process exited with code 0\n2025-07-20 16:45:14.128 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] socks connection closed\n2025-07-20 16:45:14.129 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Socket close event received\n2025-07-20 16:45:14.152 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56418 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:46:14.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:46:14.130 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c162b5d9-3dfa-4b51-a429-52d9cc1e73b9""}\n2025-07-20 16:46:14.130 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] received connection request\n2025-07-20 16:46:14.130 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:46:14.130 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:46:14.161 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] socks forwarding established\n2025-07-20 16:46:14.193 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Process exited with code 0\n2025-07-20 16:46:14.193 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Socket close event received\n2025-07-20 16:46:14.218 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] socks connection closed\n2025-07-20 16:46:14.224 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56469 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:47:14.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:47:14.196 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2d04055a-7581-455b-b6d9-d8e12643ef56""}\n2025-07-20 16:47:14.196 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] received connection request\n2025-07-20 16:47:14.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:47:14.196 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:47:14.306 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] socks forwarding established\n2025-07-20 16:47:14.335 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] socks connection closed\n2025-07-20 16:47:14.335 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Process exited with code 0\n2025-07-20 16:47:14.335 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Socket close event received\n2025-07-20 16:47:14.360 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56528 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:48:14.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:48:14.337 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""19f8a753-c099-4c19-8e97-c0091c4ef731""}\n2025-07-20 16:48:14.337 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] received connection request\n2025-07-20 16:48:14.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:48:14.337 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:48:14.364 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] socks forwarding established\n2025-07-20 16:48:14.394 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] socks connection closed\n2025-07-20 16:48:14.394 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Process exited with code 0\n2025-07-20 16:48:14.394 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Socket close event received\n2025-07-20 16:48:14.418 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56572 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:49:14.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:49:14.398 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""46c2e328-d70f-4280-990e-44a3bfdcc597""}\n2025-07-20 16:49:14.398 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] received connection request\n2025-07-20 16:49:14.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:49:14.425 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] socks forwarding established\n2025-07-20 16:49:14.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] socks connection closed\n2025-07-20 16:49:14.456 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Process exited with code 0\n2025-07-20 16:49:14.456 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Socket close event received\n2025-07-20 16:49:14.556 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56613 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:50:14.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:50:14.457 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4b210389-9d01-4628-a001-3e02e5d9bc2d""}\n2025-07-20 16:50:14.457 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] received connection request\n2025-07-20 16:50:14.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:50:14.482 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] socks forwarding established\n2025-07-20 16:50:14.521 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] socks connection closed\n2025-07-20 16:50:14.521 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Process exited with code 0\n2025-07-20 16:50:14.521 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Socket close event received\n2025-07-20 16:50:14.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56645 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:51:14.526 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:51:14.528 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e1849c83-eacb-431a-b328-90e9ccc7851a""}\n2025-07-20 16:51:14.528 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] received connection request\n2025-07-20 16:51:14.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:51:14.552 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] socks forwarding established\n2025-07-20 16:51:14.580 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Process exited with code 0\n2025-07-20 16:51:14.580 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Socket close event received\n2025-07-20 16:51:14.581 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] socks connection closed\n2025-07-20 16:51:14.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56701 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:52:14.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:52:14.581 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d1311a4-8854-48bc-9594-e2a0a6f1a147""}\n2025-07-20 16:52:14.581 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] received connection request\n2025-07-20 16:52:14.582 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:52:14.607 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] socks forwarding established\n2025-07-20 16:52:14.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] socks connection closed\n2025-07-20 16:52:14.638 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Process exited with code 0\n2025-07-20 16:52:14.639 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Socket close event received\n2025-07-20 16:52:14.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56775 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:53:14.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:53:14.641 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""43ce2b76-803d-448b-bc7e-7fa2827fb36c""}\n2025-07-20 16:53:14.641 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] received connection request\n2025-07-20 16:53:14.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:53:14.641 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:53:14.666 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] socks forwarding established\n2025-07-20 16:53:14.710 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Process exited with code 0\n2025-07-20 16:53:14.710 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] socks connection closed\n2025-07-20 16:53:14.710 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Socket close event received\n2025-07-20 16:53:14.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56830 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:54:14.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:54:14.715 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""69fa2249-b69e-4f25-97fd-049a3ccd3d22""}\n2025-07-20 16:54:14.715 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] received connection request\n2025-07-20 16:54:14.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:54:14.749 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] socks forwarding established\n2025-07-20 16:54:14.778 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Process exited with code 0\n2025-07-20 16:54:14.778 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] socks connection closed\n2025-07-20 16:54:14.778 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Socket close event received\n2025-07-20 16:54:14.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56871 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:55:14.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:55:14.780 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c6ae4da6-39b5-4778-9aeb-a954d432e2df""}\n2025-07-20 16:55:14.781 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] received connection request\n2025-07-20 16:55:14.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:55:14.806 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] socks forwarding established\n2025-07-20 16:55:14.833 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Process exited with code 0\n2025-07-20 16:55:14.833 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Socket close event received\n2025-07-20 16:55:14.834 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] socks connection closed\n2025-07-20 16:55:14.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56920 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:56:14.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:56:14.837 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f1c6a45-87dd-4da8-aec0-bda1d5188522""}\n2025-07-20 16:56:14.838 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] received connection request\n2025-07-20 16:56:14.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:56:14.957 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] socks forwarding established\n2025-07-20 16:56:14.990 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Process exited with code 0\n2025-07-20 16:56:14.990 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Socket close event received\n2025-07-20 16:56:14.991 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] socks connection closed\n2025-07-20 16:56:15.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56984 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:57:14.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:57:14.996 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0165d3f2-b2c2-4e50-a087-7f5bdfd18a95""}\n2025-07-20 16:57:14.997 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] received connection request\n2025-07-20 16:57:14.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:57:15.022 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] socks forwarding established\n2025-07-20 16:57:15.049 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Process exited with code 0\n2025-07-20 16:57:15.049 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] socks connection closed\n2025-07-20 16:57:15.049 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Socket close event received\n2025-07-20 16:57:15.073 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57053 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:58:15.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:58:15.056 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""87147407-9233-4d59-a4c6-ecb8bdcde081""}\n2025-07-20 16:58:15.057 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] received connection request\n2025-07-20 16:58:15.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:58:15.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] socks forwarding established\n2025-07-20 16:58:15.118 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Process exited with code 0\n2025-07-20 16:58:15.119 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Socket close event received\n2025-07-20 16:58:15.119 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] socks connection closed\n2025-07-20 16:58:15.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57110 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:59:15.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:59:15.126 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f1d0af75-d4ee-4170-8ce3-c58917de04d1""}\n2025-07-20 16:59:15.127 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] received connection request\n2025-07-20 16:59:15.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:59:15.152 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] socks forwarding established\n2025-07-20 16:59:15.182 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Process exited with code 0\n2025-07-20 16:59:15.183 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Socket close event received\n2025-07-20 16:59:15.183 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] socks connection closed\n2025-07-20 16:59:15.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57143 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:00:15.185 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:00:15.187 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""acfdbad1-2dca-4eeb-beb8-f78661a6987d""}\n2025-07-20 17:00:15.188 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] received connection request\n2025-07-20 17:00:15.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:00:15.213 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] socks forwarding established\n2025-07-20 17:00:15.243 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Process exited with code 0\n2025-07-20 17:00:15.243 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] socks connection closed\n2025-07-20 17:00:15.243 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Socket close event received\n2025-07-20 17:00:15.268 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57183 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:01:15.244 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:01:15.246 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""3c6eb969-447e-4456-9570-054b0431dcc2""}\n2025-07-20 17:01:15.247 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] received connection request\n2025-07-20 17:01:15.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:01:15.344 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] socks forwarding established\n2025-07-20 17:01:15.374 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Process exited with code 0\n2025-07-20 17:01:15.375 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] socks connection closed\n2025-07-20 17:01:15.375 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Socket close event received\n2025-07-20 17:01:15.399 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57225 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:02:15.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:02:15.381 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""30302e6d-8130-4c77-acfe-06552cf394aa""}\n2025-07-20 17:02:15.382 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] received connection request\n2025-07-20 17:02:15.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:02:15.464 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] socks forwarding established\n2025-07-20 17:02:15.491 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Process exited with code 0\n2025-07-20 17:02:15.491 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Socket close event received\n2025-07-20 17:02:15.492 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] socks connection closed\n2025-07-20 17:02:15.516 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57301 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:03:15.496 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:03:15.498 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c6a553e0-9496-4720-8e6f-6d5c375dfc2a""}\n2025-07-20 17:03:15.500 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] received connection request\n2025-07-20 17:03:15.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:03:15.528 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] socks forwarding established\n2025-07-20 17:03:15.582 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Process exited with code 0\n2025-07-20 17:03:15.583 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] socks connection closed\n2025-07-20 17:03:15.583 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Socket close event received\n2025-07-20 17:03:15.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57344 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:04:15.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:04:15.591 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1a311bee-2e94-4514-9e46-98c01329166e""}\n2025-07-20 17:04:15.592 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] received connection request\n2025-07-20 17:04:15.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:04:15.621 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] socks forwarding established\n2025-07-20 17:04:15.650 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Process exited with code 0\n2025-07-20 17:04:15.650 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Socket close event received\n2025-07-20 17:04:15.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57375 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:04:15.674 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] socks connection closed\n2025-07-20 17:05:15.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:05:15.659 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""30576d83-65ec-449b-8905-b254364fbcc5""}\n2025-07-20 17:05:15.660 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] received connection request\n2025-07-20 17:05:15.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:05:15.686 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] socks forwarding established\n2025-07-20 17:05:15.715 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Process exited with code 0\n2025-07-20 17:05:15.715 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Socket close event received\n2025-07-20 17:05:15.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] socks connection closed\n2025-07-20 17:05:15.739 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57406 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:06:15.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:06:15.719 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b691979-fed6-4c42-bd15-1300d907505a""}\n2025-07-20 17:06:15.720 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] received connection request\n2025-07-20 17:06:15.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:06:15.788 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] socks forwarding established\n2025-07-20 17:06:15.818 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Process exited with code 0\n2025-07-20 17:06:15.819 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] socks connection closed\n2025-07-20 17:06:15.819 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Socket close event received\n2025-07-20 17:06:15.846 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57459 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:07:15.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:07:15.824 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""731766eb-8a42-497a-ac9a-2c5f5bbbf6a1""}\n2025-07-20 17:07:15.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] received connection request\n2025-07-20 17:07:15.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:07:15.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] socks forwarding established\n2025-07-20 17:07:15.879 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Process exited with code 0\n2025-07-20 17:07:15.880 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Socket close event received\n2025-07-20 17:07:15.880 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] socks connection closed\n2025-07-20 17:07:15.904 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57518 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:08:15.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:08:15.883 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""42eaf288-c684-49a1-9223-ffce356018df""}\n2025-07-20 17:08:15.883 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] received connection request\n2025-07-20 17:08:15.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:08:15.908 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] socks forwarding established\n2025-07-20 17:08:15.934 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Process exited with code 0\n2025-07-20 17:08:15.934 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Socket close event received\n2025-07-20 17:08:15.936 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] socks connection closed\n2025-07-20 17:08:15.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57559 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:09:15.935 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:09:15.936 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1""}\n2025-07-20 17:09:15.936 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] received connection request\n2025-07-20 17:09:15.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:09:15.965 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] socks forwarding established\n2025-07-20 17:09:15.995 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] socks connection closed\n2025-07-20 17:09:15.995 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Process exited with code 0\n2025-07-20 17:09:15.995 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Socket close event received\n2025-07-20 17:09:16.019 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57627 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:10:16.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:10:16.001 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""95fe3571-c769-4a07-90af-ca6893cafc52""}\n2025-07-20 17:10:16.002 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] received connection request\n2025-07-20 17:10:16.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:10:16.029 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] socks forwarding established\n2025-07-20 17:10:16.058 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Process exited with code 0\n2025-07-20 17:10:16.058 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Socket close event received\n2025-07-20 17:10:16.059 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] socks connection closed\n2025-07-20 17:10:16.084 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57665 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:11:16.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:11:16.066 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f65a291b-d334-4be1-8180-5293aa2aa0c4""}\n2025-07-20 17:11:16.066 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] received connection request\n2025-07-20 17:11:16.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:11:16.092 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] socks forwarding established\n2025-07-20 17:11:16.123 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Process exited with code 0\n2025-07-20 17:11:16.124 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Socket close event received\n2025-07-20 17:11:16.124 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] socks connection closed\n2025-07-20 17:11:16.151 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57739 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:12:16.128 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:12:16.129 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c3e9affb-57e8-4a43-97b8-d44ca4edbec5""}\n2025-07-20 17:12:16.129 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] received connection request\n2025-07-20 17:12:16.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 17:12:16.129 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:12:16.159 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] socks forwarding established\n2025-07-20 17:12:16.191 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Process exited with code 0\n2025-07-20 17:12:16.191 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] socks connection closed\n2025-07-20 17:12:16.191 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Socket close event received\n2025-07-20 17:12:16.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57815 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:13:16.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:13:16.199 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e30e42e1-e34b-4cd9-88ea-f370fc9b1195""}\n2025-07-20 17:13:16.199 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] received connection request\n2025-07-20 17:13:16.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:13:16.298 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] socks forwarding established\n2025-07-20 17:13:16.352 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Process exited with code 0\n2025-07-20 17:13:16.352 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] socks connection closed\n2025-07-20 17:13:16.352 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Socket close event received\n2025-07-20 17:13:16.377 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57895 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:14:16.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:14:16.356 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7ea8aee6-550b-43de-8f14-f8d2c76e0331""}\n2025-07-20 17:14:16.356 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] received connection request\n2025-07-20 17:14:16.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:14:16.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] socks forwarding established\n2025-07-20 17:14:16.408 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] socks connection closed\n2025-07-20 17:14:16.408 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Process exited with code 0\n2025-07-20 17:14:16.409 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Socket close event received\n2025-07-20 17:14:16.433 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57968 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:15:16.412 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:15:16.415 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""496dd24b-355e-4785-aca1-a2a3a75f1e4d""}\n2025-07-20 17:15:16.415 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] received connection request\n2025-07-20 17:15:16.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:15:16.441 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] socks forwarding established\n2025-07-20 17:15:16.468 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Process exited with code 0\n2025-07-20 17:15:16.469 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] socks connection closed\n2025-07-20 17:15:16.469 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Socket close event received\n2025-07-20 17:15:16.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58013 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:16:16.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:16:16.471 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a0978791-2454-46ca-9dfb-9eba79fc8a78""}\n2025-07-20 17:16:16.472 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] received connection request\n2025-07-20 17:16:16.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:16:16.496 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] socks forwarding established\n2025-07-20 17:16:16.526 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Process exited with code 0\n2025-07-20 17:16:16.527 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] socks connection closed\n2025-07-20 17:16:16.527 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Socket close event received\n2025-07-20 17:16:16.648 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58067 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:17:16.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:17:16.529 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f7e7775c-c77c-4b4c-be17-314be8f1e2ba""}\n2025-07-20 17:17:16.530 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] received connection request\n2025-07-20 17:17:16.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:17:16.556 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] socks forwarding established\n2025-07-20 17:17:16.586 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Process exited with code 0\n2025-07-20 17:17:16.587 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Socket close event received\n2025-07-20 17:17:16.606 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] socks connection closed\n2025-07-20 17:17:16.611 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58153 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:18:16.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:18:16.594 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2""}\n2025-07-20 17:18:16.595 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] received connection request\n2025-07-20 17:18:16.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:18:17.163 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] socks forwarding established\n2025-07-20 17:18:17.202 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Process exited with code 0\n2025-07-20 17:18:17.203 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] socks connection closed\n2025-07-20 17:18:17.203 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Socket close event received\n2025-07-20 17:18:17.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58195 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:19:17.207 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:19:17.210 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b1fcca1-9f16-40ba-8b92-02aa23de4bd7""}\n2025-07-20 17:19:17.211 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] received connection request\n2025-07-20 17:19:17.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:19:17.316 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] socks forwarding established\n2025-07-20 17:19:17.346 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Process exited with code 0\n2025-07-20 17:19:17.347 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] socks connection closed\n2025-07-20 17:19:17.347 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Socket close event received\n2025-07-20 17:19:17.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58231 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:20:17.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:20:17.353 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cca43128-5427-4c83-8654-8254b49a7fe3""}\n2025-07-20 17:20:17.354 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] received connection request\n2025-07-20 17:20:17.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:20:17.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] socks forwarding established\n2025-07-20 17:20:17.409 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Process exited with code 0\n2025-07-20 17:20:17.410 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] socks connection closed\n2025-07-20 17:20:17.410 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Socket close event received\n2025-07-20 17:20:17.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58278 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:21:17.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:21:17.416 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca299cd2-6a25-4343-b35d-113ee4c8b400""}\n2025-07-20 17:21:17.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] received connection request\n2025-07-20 17:21:17.417 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:21:17.447 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] socks forwarding established\n2025-07-20 17:21:17.479 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Process exited with code 0\n2025-07-20 17:21:17.479 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] socks connection closed\n2025-07-20 17:21:17.479 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Socket close event received\n2025-07-20 17:21:17.506 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58333 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:22:17.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:22:17.486 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8bccf506-6bf9-4a49-a840-87493d9c1fbf""}\n2025-07-20 17:22:17.487 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] received connection request\n2025-07-20 17:22:17.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:22:17.512 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] socks forwarding established\n2025-07-20 17:22:17.543 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Process exited with code 0\n2025-07-20 17:22:17.544 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] socks connection closed\n2025-07-20 17:22:17.544 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Socket close event received\n2025-07-20 17:22:17.570 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58392 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:23:17.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:23:17.549 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f69d6be8-852f-49fb-9be6-3cf4ae9920bd""}\n2025-07-20 17:23:17.550 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] received connection request\n2025-07-20 17:23:17.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:23:17.579 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] socks forwarding established\n2025-07-20 17:23:17.610 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Process exited with code 0\n2025-07-20 17:23:17.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] socks connection closed\n2025-07-20 17:23:17.611 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Socket close event received\n2025-07-20 17:23:17.635 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58428 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:24:17.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:24:17.617 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""dd97008f-51f6-485f-9a7b-b48664f1ea6c""}\n2025-07-20 17:24:17.618 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] received connection request\n2025-07-20 17:24:17.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:24:17.642 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] socks forwarding established\n2025-07-20 17:24:17.669 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Process exited with code 0\n2025-07-20 17:24:17.669 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Socket close event received\n2025-07-20 17:24:17.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] socks connection closed\n2025-07-20 17:24:17.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58463 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:25:17.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:25:17.676 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7e303d22-1aea-486c-b2ff-277f94011a54""}\n2025-07-20 17:25:17.677 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] received connection request\n2025-07-20 17:25:17.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:25:17.706 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] socks forwarding established\n2025-07-20 17:25:17.737 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Process exited with code 0\n2025-07-20 17:25:17.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] socks connection closed\n2025-07-20 17:25:17.737 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Socket close event received\n2025-07-20 17:25:17.761 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58491 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:26:17.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:26:17.744 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d834942b-1fcd-4c2a-9075-bf2e17ca1ea6""}\n2025-07-20 17:26:17.745 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] received connection request\n2025-07-20 17:26:17.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:26:17.774 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] socks forwarding established\n2025-07-20 17:26:17.802 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Process exited with code 0\n2025-07-20 17:26:17.802 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Socket close event received\n2025-07-20 17:26:17.803 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] socks connection closed\n2025-07-20 17:26:17.826 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58541 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:27:17.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:27:17.809 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""92ae035a-7caf-4cbc-8a32-6dfa26a501ed""}\n2025-07-20 17:27:17.810 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] received connection request\n2025-07-20 17:27:17.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:27:17.834 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] socks forwarding established\n2025-07-20 17:27:17.864 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Process exited with code 0\n2025-07-20 17:27:17.865 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] socks connection closed\n2025-07-20 17:27:17.865 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Socket close event received\n2025-07-20 17:27:17.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58605 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:28:17.868 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:28:17.869 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""59f085ba-7016-4e18-9ea0-8647e9cf4684""}\n2025-07-20 17:28:17.870 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] received connection request\n2025-07-20 17:28:17.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:28:17.897 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] socks forwarding established\n2025-07-20 17:28:17.923 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Process exited with code 0\n2025-07-20 17:28:17.923 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Socket close event received\n2025-07-20 17:28:17.924 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] socks connection closed\n2025-07-20 17:28:17.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58635 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:29:17.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:29:17.931 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8""}\n2025-07-20 17:29:17.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] received connection request\n2025-07-20 17:29:17.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:29:17.960 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] socks forwarding established\n2025-07-20 17:29:17.990 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Process exited with code 0\n2025-07-20 17:29:17.990 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Socket close event received\n2025-07-20 17:29:17.991 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] socks connection closed\n2025-07-20 17:29:18.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58667 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:30:17.991 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:30:17.994 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a3a444f5-da82-40a1-8925-69e882225ba2""}\n2025-07-20 17:30:17.994 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] received connection request\n2025-07-20 17:30:17.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:30:18.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] socks forwarding established\n2025-07-20 17:30:18.050 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Process exited with code 0\n2025-07-20 17:30:18.050 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] socks connection closed\n2025-07-20 17:30:18.051 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Socket close event received\n2025-07-20 17:30:18.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58711 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:31:18.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:31:18.053 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f31ca900-8b4e-4897-ba34-d10c558ed1e6""}\n2025-07-20 17:31:18.054 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] received connection request\n2025-07-20 17:31:18.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:31:18.079 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] socks forwarding established\n2025-07-20 17:31:18.110 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Process exited with code 0\n2025-07-20 17:31:18.110 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] socks connection closed\n2025-07-20 17:31:18.110 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Socket close event received\n2025-07-20 17:31:18.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58756 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:32:18.110 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:32:18.112 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f18a64ed-d873-4053-985d-e5941cc1ede1""}\n2025-07-20 17:32:18.113 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] received connection request\n2025-07-20 17:32:18.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:32:18.224 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] socks forwarding established\n2025-07-20 17:32:18.262 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Process exited with code 0\n2025-07-20 17:32:18.262 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Socket close event received\n2025-07-20 17:32:18.274 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] socks connection closed\n2025-07-20 17:32:18.290 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58822 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:33:13.375 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][fd18a6a9-edcc-4367-87b6-197879e60bad] received connection request\n2025-07-20 17:33:13.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:13.384 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-20 17:33:13.384 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-20 17:33:13.390 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][7199485d-5ef2-44fc-b661-b1b1aaa020d1] received connection request\n2025-07-20 17:33:13.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:16.397 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-20 17:33:16.397 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 1 of 3 This operation was aborted\n2025-07-20 17:33:16.398 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][ebb347e4-30e9-4a55-b82f-c988775e97a8] received connection request\n2025-07-20 17:33:16.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:16.472 [info] Terminating existing SSH process with pid: 63787\n2025-07-20 17:33:16.472 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-20 17:33:16.473 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-20 17:33:16.473 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:33:16.473 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][fd18a6a9-edcc-4367-87b6-197879e60bad] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.473 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][7199485d-5ef2-44fc-b661-b1b1aaa020d1] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.474 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][ebb347e4-30e9-4a55-b82f-c988775e97a8] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.474 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] socks connection closed\n2025-07-20 17:33:16.474 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] socks connection closed\n2025-07-20 17:33:16.478 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11114.sh"" | ssh -v -T -D 58866 login.haicore.berlin bash --login -c bash\n2025-07-20 17:33:16.478 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:33:16.478 [info] Waiting for server to install via process(68833)...\n2025-07-20 17:33:16.492 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:33:16.492 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:33:16.496 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:33:16.496 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:33:16.496 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:33:16.496 [info] Retrying connection in 5 seconds...\n2025-07-20 17:33:17.407 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 2 of 3 This operation was aborted\n2025-07-20 17:33:18.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:33:18.268 [info] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""dc36b6a7-835d-477f-ace2-8f15def3e7f9""}\n2025-07-20 17:33:18.268 [error] [forwarding][multiplex][127.0.0.1:65286 -> unknown}][8aa098a2-fb53-441d-9d1a-1dcdc5cf85da] remote server not configured\n2025-07-20 17:33:18.269 [error] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Socket error: Error: read ECONNRESET\n2025-07-20 17:33:18.269 [info] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Socket close event received\n2025-07-20 17:33:18.418 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 3 of 3 This operation was aborted\n2025-07-20 17:33:18.418 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-20 17:33:18.418 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-20 17:34:47.947 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11114.sh\n2025-07-20 17:34:47.966 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:47.981 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18597.sh"" | ssh -v -T -D 58869 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:47.982 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:47.982 [info] Waiting for server to install via process(68844)...\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:47.993 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:47.994 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:47.994 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:47.994 [info] Retrying connection in 5 seconds...\n2025-07-20 17:34:53.002 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18597.sh\n2025-07-20 17:34:53.002 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:53.005 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28706.sh"" | ssh -v -T -D 58872 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:53.005 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:53.005 [info] Waiting for server to install via process(68859)...\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:53.019 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:53.020 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:53.020 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:53.020 [info] Retrying connection in 5 seconds...\n2025-07-20 17:34:58.023 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28706.sh\n2025-07-20 17:34:58.025 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:58.051 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44158.sh"" | ssh -v -T -D 58875 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:58.051 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:58.051 [info] Waiting for server to install via process(68866)...\n2025-07-20 17:34:58.101 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:58.103 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-20 17:34:58.105 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:58.119 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:58.120 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:58.121 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:58.121 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:17.601 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44158.sh\n2025-07-20 17:35:17.602 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:17.673 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79917.sh"" | ssh -v -T -D 58878 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:17.673 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:17.673 [info] Waiting for server to install via process(68875)...\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:17.683 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:17.684 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:17.684 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:17.684 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:22.692 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79917.sh\n2025-07-20 17:35:22.692 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:22.694 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56829.sh"" | ssh -v -T -D 58882 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:22.695 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:22.695 [info] Waiting for server to install via process(68886)...\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:22.718 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:22.722 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:22.722 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:22.722 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:27.723 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56829.sh\n2025-07-20 17:35:27.724 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:27.726 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13029.sh"" | ssh -v -T -D 58883 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:27.726 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:27.726 [info] Waiting for server to install via process(68894)...\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:27.740 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:27.741 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:27.741 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:27.741 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:12.308 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13029.sh\n2025-07-20 17:36:12.309 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:12.317 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90893.sh"" | ssh -v -T -D 58885 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:12.317 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:12.317 [info] Waiting for server to install via process(68900)...\n2025-07-20 17:36:12.328 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:12.328 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:12.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:12.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:12.330 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:12.334 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:12.335 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:12.335 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:12.335 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:17.338 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90893.sh\n2025-07-20 17:36:17.338 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:17.340 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5731.sh"" | ssh -v -T -D 58888 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:17.340 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:17.340 [info] Waiting for server to install via process(68911)...\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:17.350 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:17.351 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:17.352 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:17.352 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:17.352 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:22.361 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5731.sh\n2025-07-20 17:36:22.362 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:22.364 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48374.sh"" | ssh -v -T -D 58891 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:22.364 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:22.364 [info] Waiting for server to install via process(68919)...\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:22.373 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:22.374 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:22.375 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:22.375 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:22.375 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:27.406 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48374.sh\n2025-07-20 17:36:27.410 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:27.413 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71943.sh"" | ssh -v -T -D 58893 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:27.413 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:27.413 [info] Waiting for server to install via process(68927)...\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:27.422 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:27.422 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:27.422 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:27.422 [info] Retrying connection in 5 seconds...\n2025-07-20 17:52:17.539 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71943.sh\n2025-07-20 17:52:17.542 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:52:17.547 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73838.sh"" | ssh -v -T -D 58894 login.haicore.berlin bash --login -c bash\n2025-07-20 17:52:17.547 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:52:17.547 [info] Waiting for server to install via process(68934)...\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:52:17.559 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:52:17.560 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:52:17.561 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:52:17.561 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:52:17.561 [error] Failed to connect after 12 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:52:17.561 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73838.sh\n2025-07-20 17:52:17.562 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 18:09:34.231 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 18:09:34.246 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 18:09:34.247 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 18:09:34.249 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 18:09:34.251 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87982.sh"" | ssh -v -T -D 51850 login.haicore.berlin bash --login -c bash\n2025-07-21 18:09:34.251 [info] Started installation script. Waiting for it to finish...\n2025-07-21 18:09:34.251 [info] Waiting for server to install via process(91396)...\n2025-07-21 18:09:34.257 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 18:09:34.258 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 18:09:34.258 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 18:09:34.260 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 18:09:34.260 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 18:09:34.261 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-21 18:09:34.261 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 18:09:34.530 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 18:09:34.532 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 18:09:34.532 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 18:09:34.561 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 18:09:34.562 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-21 18:09:34.562 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 18:09:34.583 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-21 18:09:34.583 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 18:09:34.584 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 18:09:34.612 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 18:09:34.614 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\n\n2025-07-21 18:09:34.614 [info] (ssh_tunnel) stderr: debug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 18:09:34.708 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 18:09:34.737 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 18:09:34.740 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 18:09:34.740 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 18:09:34.811 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 18:09:34.878 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:51850 forwarded to remote address socks:0\n\n2025-07-21 18:09:34.879 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 51850.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 51850.\n\n2025-07-21 18:09:34.879 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 18:09:35.078 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 18:09:35.079 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 18:09:35.090 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 18:09:35.101 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 18:09:35.489 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-21 18:09:35.528 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:35.529 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-21 18:09:35.535 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-21 18:09:35.548 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 18:09:35.565 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-21 18:09:35.565 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 18:09:35.569 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-21 18:09:35.572 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 18:09:35.577 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b5322cab-ea7d-4ba2-9953-741fbc1d862f\n\n2025-07-21 18:09:35.580 [info] (ssh_tunnel) stdout: Multiplex server started with PID 1608886 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 18:09:36.090 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-21 18:09:36.106 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.108 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-21 18:09:36.110 [info] (ssh_tunnel) stdout: Code server started with PID 1608910 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.111 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.680 [info] (ssh_tunnel) stdout: 52930ed763def12b0badc48b: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==38723==\nmultiplexConnectionToken==b5322cab-ea7d-4ba2-9953-741fbc1d862f==\ncodeListeningOn==34715==\ncodeConnectionToken==d56c0086-b507-48dc-bbeb-73bed3240052==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n52930ed763def12b0badc48b: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.680 [info] Server install command exit code: 0\n2025-07-21 18:09:36.680 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87982.sh\n2025-07-21 18:09:36.682 [info] [forwarding][code] creating new forwarding server\n2025-07-21 18:09:36.682 [info] [forwarding][code] server listening on 127.0.0.1:51858\n2025-07-21 18:09:36.682 [info] [forwarding][code] Set up server\n2025-07-21 18:09:36.682 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: d56c0086-b507-48dc-bbeb-73bed3240052\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] server listening on 127.0.0.1:51859\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] Set up server\n2025-07-21 18:09:36.683 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b5322cab-ea7d-4ba2-9953-741fbc1d862f\n2025-07-21 18:09:36.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:09:36.686 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6ad07db1-6133-4fc8-905c-9a9f389f3d8e""}\n2025-07-21 18:09:36.687 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] received connection request\n2025-07-21 18:09:36.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.693 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] received connection request\n2025-07-21 18:09:36.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.718 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] socks forwarding established\n2025-07-21 18:09:36.718 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] socks forwarding established\n2025-07-21 18:09:36.749 [info] Successfully connected to Cursor server at http://127.0.0.1:51858/version\n2025-07-21 18:09:36.749 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 18:09:36.749 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] received connection request\n2025-07-21 18:09:36.749 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""cd419a86-f3a4-4ec2-9aec-b30631b4f4f8""}\n2025-07-21 18:09:36.750 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Process exited with code 0\n2025-07-21 18:09:36.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.750 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] socks connection closed\n2025-07-21 18:09:36.750 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Socket close event received\n2025-07-21 18:09:36.773 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51861 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:36.774 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] socks forwarding established\n2025-07-21 18:09:36.800 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Process exited with code 0\n2025-07-21 18:09:36.800 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 18:09:36.801 [info] [remote-ssh] Resolved exec server. Socks port: 51850\n2025-07-21 18:09:36.801 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":51858,""connectionToken"":""d56c0086-b507-48dc-bbeb-73bed3240052"",""extensionHostEnv"":{}}. Socks port: 51850\n2025-07-21 18:09:36.801 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] socks connection closed\n2025-07-21 18:09:36.801 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Socket close event received\n2025-07-21 18:09:36.818 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] received connection request\n2025-07-21 18:09:36.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51865 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:36.842 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] socks forwarding established\n2025-07-21 18:09:36.883 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] received connection request\n2025-07-21 18:09:36.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.906 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] socks forwarding established\n2025-07-21 18:09:39.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 51863 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:39.781 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] socks connection closed\n2025-07-21 18:09:43.081 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 18:10:36.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:10:36.756 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8977e160-5ea6-42f5-a7ca-32ec6adce47d""}\n2025-07-21 18:10:36.756 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] received connection request\n2025-07-21 18:10:36.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:10:36.780 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] socks forwarding established\n2025-07-21 18:10:36.810 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] socks connection closed\n2025-07-21 18:10:36.810 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Process exited with code 0\n2025-07-21 18:10:36.810 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Socket close event received\n2025-07-21 18:10:36.834 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51976 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:11:36.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:11:36.813 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""ca7e79aa-1984-4ab2-9ddd-353e1824578b""}\n2025-07-21 18:11:36.814 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] received connection request\n2025-07-21 18:11:36.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:11:36.839 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] socks forwarding established\n2025-07-21 18:11:36.865 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Process exited with code 0\n2025-07-21 18:11:36.865 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Socket close event received\n2025-07-21 18:11:36.866 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] socks connection closed\n2025-07-21 18:11:36.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52025 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:12:36.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:12:36.872 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""49cd1a30-532d-4fa4-beb6-7afc0f0ba674""}\n2025-07-21 18:12:36.873 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] received connection request\n2025-07-21 18:12:36.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:12:36.897 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] socks forwarding established\n2025-07-21 18:12:36.922 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Process exited with code 0\n2025-07-21 18:12:36.923 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] socks connection closed\n2025-07-21 18:12:36.923 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Socket close event received\n2025-07-21 18:12:36.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52062 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:13:36.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:13:36.930 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""108189a1-b696-43d9-b2d8-acee1b965680""}\n2025-07-21 18:13:36.930 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] received connection request\n2025-07-21 18:13:36.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:13:36.931 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:13:36.956 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] socks forwarding established\n2025-07-21 18:13:36.985 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Process exited with code 0\n2025-07-21 18:13:36.985 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] socks connection closed\n2025-07-21 18:13:36.985 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Socket close event received\n2025-07-21 18:13:37.009 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52086 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:14:36.990 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:14:36.993 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9c570fcd-9e71-4174-ad59-c9ae8bd818e2""}\n2025-07-21 18:14:36.994 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] received connection request\n2025-07-21 18:14:36.994 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:14:37.019 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] socks forwarding established\n2025-07-21 18:14:37.048 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Process exited with code 0\n2025-07-21 18:14:37.048 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] socks connection closed\n2025-07-21 18:14:37.049 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Socket close event received\n2025-07-21 18:14:37.072 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52137 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:15:37.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:15:37.055 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b46c7f91-0856-4594-ac70-e477092b686f""}\n2025-07-21 18:15:37.055 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] received connection request\n2025-07-21 18:15:37.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:15:37.080 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] socks forwarding established\n2025-07-21 18:15:37.107 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Process exited with code 0\n2025-07-21 18:15:37.107 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] socks connection closed\n2025-07-21 18:15:37.107 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Socket close event received\n2025-07-21 18:15:37.131 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52168 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:16:37.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:16:37.115 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""2db5dc0d-eb42-455d-bc12-ca95d2b27656""}\n2025-07-21 18:16:37.116 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] received connection request\n2025-07-21 18:16:37.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:16:37.141 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] socks forwarding established\n2025-07-21 18:16:37.171 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Process exited with code 0\n2025-07-21 18:16:37.172 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] socks connection closed\n2025-07-21 18:16:37.172 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Socket close event received\n2025-07-21 18:16:37.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52222 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:17:37.177 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:17:37.180 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""48b56721-c4d8-47a6-a27a-d53709fb0a7a""}\n2025-07-21 18:17:37.180 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] received connection request\n2025-07-21 18:17:37.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:17:37.206 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] socks forwarding established\n2025-07-21 18:17:37.233 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Process exited with code 0\n2025-07-21 18:17:37.234 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Socket close event received\n2025-07-21 18:17:37.234 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] socks connection closed\n2025-07-21 18:17:37.258 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52244 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:18:37.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:18:37.242 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""bbbf12bf-f0d3-40c6-991a-f07bb87a226f""}\n2025-07-21 18:18:37.243 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] received connection request\n2025-07-21 18:18:37.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:18:37.266 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] socks forwarding established\n2025-07-21 18:18:37.293 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Process exited with code 0\n2025-07-21 18:18:37.293 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] socks connection closed\n2025-07-21 18:18:37.293 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Socket close event received\n2025-07-21 18:18:37.317 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52265 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:19:37.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:19:37.301 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b9dabf6f-05c2-4777-90f6-cd432360b9b8""}\n2025-07-21 18:19:37.302 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] received connection request\n2025-07-21 18:19:37.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:19:37.327 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] socks forwarding established\n2025-07-21 18:19:37.355 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Process exited with code 0\n2025-07-21 18:19:37.356 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] socks connection closed\n2025-07-21 18:19:37.356 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Socket close event received\n2025-07-21 18:19:37.379 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52316 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:20:37.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:20:37.361 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""271a8a28-0879-4c6f-a6c6-c09fbe8b7f49""}\n2025-07-21 18:20:37.362 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] received connection request\n2025-07-21 18:20:37.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:20:37.385 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] socks forwarding established\n2025-07-21 18:20:37.411 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Process exited with code 0\n2025-07-21 18:20:37.411 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] socks connection closed\n2025-07-21 18:20:37.411 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Socket close event received\n2025-07-21 18:20:37.434 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52341 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:21:37.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:21:37.419 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""e213db02-3b52-418a-8dae-3b9229851e01""}\n2025-07-21 18:21:37.420 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] received connection request\n2025-07-21 18:21:37.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:21:37.448 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] socks forwarding established\n2025-07-21 18:21:37.474 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Process exited with code 0\n2025-07-21 18:21:37.474 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] socks connection closed\n2025-07-21 18:21:37.475 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Socket close event received\n2025-07-21 18:21:37.498 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52381 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:22:37.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:22:37.482 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9b63881d-61d1-419c-9be5-546563e588d1""}\n2025-07-21 18:22:37.483 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] received connection request\n2025-07-21 18:22:37.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:22:37.508 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] socks forwarding established\n2025-07-21 18:22:37.537 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Process exited with code 0\n2025-07-21 18:22:37.538 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] socks connection closed\n2025-07-21 18:22:37.538 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Socket close event received\n2025-07-21 18:22:37.562 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52417 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:23:37.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:23:37.541 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] received connection request\n2025-07-21 18:23:37.542 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c78b7feb-98a4-483a-9feb-47b03d7a1ebe""}\n2025-07-21 18:23:37.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:23:37.567 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] socks forwarding established\n2025-07-21 18:23:37.594 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Process exited with code 0\n2025-07-21 18:23:37.594 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Socket close event received\n2025-07-21 18:23:37.594 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] socks connection closed\n2025-07-21 18:23:37.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52442 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:24:37.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:24:37.596 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d401959b-d3b2-4fb4-990a-f80a037106d9""}\n2025-07-21 18:24:37.596 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] received connection request\n2025-07-21 18:24:37.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:24:37.623 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] socks forwarding established\n2025-07-21 18:24:37.649 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] socks connection closed\n2025-07-21 18:24:37.649 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Process exited with code 0\n2025-07-21 18:24:37.649 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Socket close event received\n2025-07-21 18:24:37.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52499 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:25:37.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:25:37.655 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8ce7d359-3b65-4fa9-98f7-dacd15bbc299""}\n2025-07-21 18:25:37.656 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] received connection request\n2025-07-21 18:25:37.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:25:37.682 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] socks forwarding established\n2025-07-21 18:25:37.711 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Process exited with code 0\n2025-07-21 18:25:37.712 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] socks connection closed\n2025-07-21 18:25:37.712 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Socket close event received\n2025-07-21 18:25:37.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52525 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:26:37.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:26:37.718 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f""}\n2025-07-21 18:26:37.718 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] received connection request\n2025-07-21 18:26:37.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:26:37.741 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] socks forwarding established\n2025-07-21 18:26:37.767 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] socks connection closed\n2025-07-21 18:26:37.767 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Process exited with code 0\n2025-07-21 18:26:37.767 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Socket close event received\n2025-07-21 18:26:37.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52567 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:27:37.773 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:27:37.775 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""00be2e95-a94a-43bf-9707-b43c6b462366""}\n2025-07-21 18:27:37.776 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] received connection request\n2025-07-21 18:27:37.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:27:37.802 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] socks forwarding established\n2025-07-21 18:27:37.831 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Process exited with code 0\n2025-07-21 18:27:37.831 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] socks connection closed\n2025-07-21 18:27:37.831 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Socket close event received\n2025-07-21 18:27:37.855 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52590 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:28:37.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:28:37.837 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""be2c9349-5be7-4a46-8b0c-79c685f99cc7""}\n2025-07-21 18:28:37.837 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] received connection request\n2025-07-21 18:28:37.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:28:37.837 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:28:37.865 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] socks forwarding established\n2025-07-21 18:28:37.891 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] socks connection closed\n2025-07-21 18:28:37.891 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Process exited with code 0\n2025-07-21 18:28:37.891 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Socket close event received\n2025-07-21 18:28:37.915 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52635 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:29:37.894 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:29:37.896 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b04ab700-e608-4a39-be8b-468cf4b20ad4""}\n2025-07-21 18:29:37.897 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] received connection request\n2025-07-21 18:29:37.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:29:37.926 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] socks forwarding established\n2025-07-21 18:29:37.952 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Process exited with code 0\n2025-07-21 18:29:37.952 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] socks connection closed\n2025-07-21 18:29:37.952 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Socket close event received\n2025-07-21 18:29:37.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52689 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:30:37.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:30:37.958 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""4d040278-a01a-46fa-88a7-b824b74435aa""}\n2025-07-21 18:30:37.959 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] received connection request\n2025-07-21 18:30:37.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:30:38.057 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] socks forwarding established\n2025-07-21 18:30:38.085 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Process exited with code 0\n2025-07-21 18:30:38.085 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] socks connection closed\n2025-07-21 18:30:38.085 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Socket close event received\n2025-07-21 18:30:38.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52720 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:31:38.089 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:31:38.091 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""38d83b89-344f-415c-a030-a393b0e4f5e7""}\n2025-07-21 18:31:38.092 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] received connection request\n2025-07-21 18:31:38.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:31:38.116 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] socks forwarding established\n2025-07-21 18:31:38.142 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Process exited with code 0\n2025-07-21 18:31:38.142 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] socks connection closed\n2025-07-21 18:31:38.142 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Socket close event received\n2025-07-21 18:31:38.166 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52770 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:32:38.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:32:38.149 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""0c9f5f00-103d-4421-be0e-f1e5cb677fd0""}\n2025-07-21 18:32:38.150 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] received connection request\n2025-07-21 18:32:38.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:32:38.176 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] socks forwarding established\n2025-07-21 18:32:38.202 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Process exited with code 0\n2025-07-21 18:32:38.202 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Socket close event received\n2025-07-21 18:32:38.203 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] socks connection closed\n2025-07-21 18:32:38.226 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52797 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:33:38.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:33:38.206 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""81f25ca4-85a6-4429-ae60-460efa787f31""}\n2025-07-21 18:33:38.207 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] received connection request\n2025-07-21 18:33:38.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:33:38.232 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] socks forwarding established\n2025-07-21 18:33:38.256 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Process exited with code 0\n2025-07-21 18:33:38.257 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Socket close event received\n2025-07-21 18:33:38.257 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] socks connection closed\n2025-07-21 18:33:38.279 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52821 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:34:38.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:34:38.259 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9e665ff9-55f1-4885-be75-e5a0d0f17998""}\n2025-07-21 18:34:38.260 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] received connection request\n2025-07-21 18:34:38.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:34:38.285 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] socks forwarding established\n2025-07-21 18:34:38.313 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Process exited with code 0\n2025-07-21 18:34:38.313 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Socket close event received\n2025-07-21 18:34:38.314 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] socks connection closed\n2025-07-21 18:34:38.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52884 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:35:38.314 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:35:38.316 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c964a3de-0949-4cf8-94e8-33f0117810e1""}\n2025-07-21 18:35:38.318 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] received connection request\n2025-07-21 18:35:38.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:35:38.342 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] socks forwarding established\n2025-07-21 18:35:38.369 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Process exited with code 0\n2025-07-21 18:35:38.369 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Socket close event received\n2025-07-21 18:35:38.370 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] socks connection closed\n2025-07-21 18:35:38.393 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52915 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:36:38.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:36:38.373 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78""}\n2025-07-21 18:36:38.374 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] received connection request\n2025-07-21 18:36:38.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:36:38.401 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] socks forwarding established\n2025-07-21 18:36:38.431 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Process exited with code 0\n2025-07-21 18:36:38.431 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] socks connection closed\n2025-07-21 18:36:38.431 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Socket close event received\n2025-07-21 18:36:38.457 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52961 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:37:38.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:37:38.438 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22""}\n2025-07-21 18:37:38.439 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] received connection request\n2025-07-21 18:37:38.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:37:38.465 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] socks forwarding established\n2025-07-21 18:37:38.494 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Process exited with code 0\n2025-07-21 18:37:38.495 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Socket close event received\n2025-07-21 18:37:38.495 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] socks connection closed\n2025-07-21 18:37:38.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53005 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:38:38.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:38:38.505 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] received connection request\n2025-07-21 18:38:38.506 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""052c3025-9aa4-4037-8f2d-9cf0ec5800f4""}\n2025-07-21 18:38:38.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:38:38.510 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:38:38.554 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] socks forwarding established\n2025-07-21 18:38:38.584 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Process exited with code 0\n2025-07-21 18:38:38.584 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Socket close event received\n2025-07-21 18:38:38.585 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] socks connection closed\n2025-07-21 18:38:38.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53033 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:39:38.588 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:39:38.589 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""7b9cd19a-8022-4f97-8bbe-4fcaade84f1d""}\n2025-07-21 18:39:38.590 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] received connection request\n2025-07-21 18:39:38.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:39:38.615 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] socks forwarding established\n2025-07-21 18:39:38.640 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Process exited with code 0\n2025-07-21 18:39:38.641 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Socket close event received\n2025-07-21 18:39:38.641 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] socks connection closed\n2025-07-21 18:39:38.664 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53083 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:40:38.643 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:40:38.646 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""a9e47790-c6a2-4d11-bbfd-e9cd743749ab""}\n2025-07-21 18:40:38.646 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] received connection request\n2025-07-21 18:40:38.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:40:38.672 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] socks forwarding established\n2025-07-21 18:40:38.700 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Process exited with code 0\n2025-07-21 18:40:38.700 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] socks connection closed\n2025-07-21 18:40:38.700 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Socket close event received\n2025-07-21 18:40:38.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53112 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:41:38.702 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:41:38.704 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d0df61f8-01b0-479f-ba54-35472ea591c8""}\n2025-07-21 18:41:38.705 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] received connection request\n2025-07-21 18:41:38.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:41:38.730 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] socks forwarding established\n2025-07-21 18:41:38.760 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Process exited with code 0\n2025-07-21 18:41:38.760 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] socks connection closed\n2025-07-21 18:41:38.761 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Socket close event received\n2025-07-21 18:41:38.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53152 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:42:38.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:42:38.764 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""40b9e2f0-f91f-4200-9440-9fba164766ff""}\n2025-07-21 18:42:38.765 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] received connection request\n2025-07-21 18:42:38.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:42:38.790 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] socks forwarding established\n2025-07-21 18:42:38.816 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Process exited with code 0\n2025-07-21 18:42:38.817 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Socket close event received\n2025-07-21 18:42:38.817 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] socks connection closed\n2025-07-21 18:42:38.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53172 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:43:38.819 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:43:38.820 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73""}\n2025-07-21 18:43:38.820 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] received connection request\n2025-07-21 18:43:38.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:43:38.845 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] socks forwarding established\n2025-07-21 18:43:38.872 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] socks connection closed\n2025-07-21 18:43:38.872 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Process exited with code 0\n2025-07-21 18:43:38.873 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Socket close event received\n2025-07-21 18:43:38.897 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53203 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:44:38.875 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:44:38.877 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""71dd3482-49e7-49da-846d-9766566eecf8""}\n2025-07-21 18:44:38.878 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] received connection request\n2025-07-21 18:44:38.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:44:38.905 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] socks forwarding established\n2025-07-21 18:44:38.931 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Process exited with code 0\n2025-07-21 18:44:38.931 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Socket close event received\n2025-07-21 18:44:38.932 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] socks connection closed\n2025-07-21 18:44:38.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53258 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:45:38.936 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:45:38.939 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""70185b83-a713-4562-a47d-8493090a4c45""}\n2025-07-21 18:45:38.939 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] received connection request\n2025-07-21 18:45:38.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:45:38.965 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] socks forwarding established\n2025-07-21 18:45:38.991 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Process exited with code 0\n2025-07-21 18:45:38.991 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Socket close event received\n2025-07-21 18:45:38.992 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] socks connection closed\n2025-07-21 18:45:39.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53310 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:46:38.993 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:46:38.995 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c2d599ab-14ef-4efa-8d86-c3cc69c12e2a""}\n2025-07-21 18:46:38.995 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] received connection request\n2025-07-21 18:46:38.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:46:39.018 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] socks forwarding established\n2025-07-21 18:46:39.045 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Process exited with code 0\n2025-07-21 18:46:39.045 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] socks connection closed\n2025-07-21 18:46:39.045 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Socket close event received\n2025-07-21 18:46:39.070 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53349 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:47:39.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:47:39.053 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""e95c0b61-dfc8-4b66-b9af-7611c11cdbea""}\n2025-07-21 18:47:39.054 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] received connection request\n2025-07-21 18:47:39.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:47:39.080 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] socks forwarding established\n2025-07-21 18:47:39.109 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Process exited with code 0\n2025-07-21 18:47:39.109 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] socks connection closed\n2025-07-21 18:47:39.109 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Socket close event received\n2025-07-21 18:47:39.133 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53370 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:48:39.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:48:39.114 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b830a10d-5014-43f6-9c9d-fa77062bf689""}\n2025-07-21 18:48:39.115 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] received connection request\n2025-07-21 18:48:39.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:48:39.139 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] socks forwarding established\n2025-07-21 18:48:39.165 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Process exited with code 0\n2025-07-21 18:48:39.166 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] socks connection closed\n2025-07-21 18:48:39.166 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Socket close event received\n2025-07-21 18:48:39.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53398 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:49:39.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:49:39.173 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""bd3a5cb3-d363-4038-928d-934407ed3f3d""}\n2025-07-21 18:49:39.174 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] received connection request\n2025-07-21 18:49:39.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:49:39.198 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] socks forwarding established\n2025-07-21 18:49:39.225 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Process exited with code 0\n2025-07-21 18:49:39.225 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Socket close event received\n2025-07-21 18:49:39.226 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] socks connection closed\n2025-07-21 18:49:39.249 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:50:39.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:50:39.231 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""36f5f854-d1b7-4405-9038-c3ea7382aa14""}\n2025-07-21 18:50:39.232 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] received connection request\n2025-07-21 18:50:39.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:50:39.260 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] socks forwarding established\n2025-07-21 18:50:39.289 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Process exited with code 0\n2025-07-21 18:50:39.289 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] socks connection closed\n2025-07-21 18:50:39.289 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Socket close event received\n2025-07-21 18:50:39.313 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53476 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:51:39.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:51:39.294 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""485b464a-fe99-45f6-b41c-26a5ddec739e""}\n2025-07-21 18:51:39.295 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] received connection request\n2025-07-21 18:51:39.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:51:39.325 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] socks forwarding established\n2025-07-21 18:51:39.352 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Process exited with code 0\n2025-07-21 18:51:39.353 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] socks connection closed\n2025-07-21 18:51:39.353 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Socket close event received\n2025-07-21 18:51:39.376 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53520 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:52:39.357 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:52:39.360 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""7ff50ee7-a184-4001-8ce6-fd8db3a300b9""}\n2025-07-21 18:52:39.360 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] received connection request\n2025-07-21 18:52:39.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:52:39.389 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] socks forwarding established\n2025-07-21 18:52:39.416 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Process exited with code 0\n2025-07-21 18:52:39.416 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] socks connection closed\n2025-07-21 18:52:39.416 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Socket close event received\n2025-07-21 18:52:39.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53565 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:53:39.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:53:39.420 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6dbb6950-f7f7-4598-ba8c-69d04e60d2ff""}\n2025-07-21 18:53:39.421 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] received connection request\n2025-07-21 18:53:39.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:53:39.447 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] socks forwarding established\n2025-07-21 18:53:39.476 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Process exited with code 0\n2025-07-21 18:53:39.476 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] socks connection closed\n2025-07-21 18:53:39.476 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Socket close event received\n2025-07-21 18:53:39.501 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53588 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:54:39.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:54:39.484 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""5d8a8330-c6f5-4cc7-bdf5-6bd49197b655""}\n2025-07-21 18:54:39.485 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] received connection request\n2025-07-21 18:54:39.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:54:39.514 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] socks forwarding established\n2025-07-21 18:54:39.542 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Process exited with code 0\n2025-07-21 18:54:39.543 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] socks connection closed\n2025-07-21 18:54:39.543 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Socket close event received\n2025-07-21 18:54:39.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53639 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:55:39.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:55:39.549 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""177b9a74-f2a6-4174-b6dd-264871832962""}\n2025-07-21 18:55:39.549 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] received connection request\n2025-07-21 18:55:39.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:55:39.573 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] socks forwarding established\n2025-07-21 18:55:39.600 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Process exited with code 0\n2025-07-21 18:55:39.600 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Socket close event received\n2025-07-21 18:55:39.601 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] socks connection closed\n2025-07-21 18:55:39.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53689 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:56:39.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:56:39.607 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""42acc039-f772-4d7e-a7e3-23bc0096be54""}\n2025-07-21 18:56:39.608 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] received connection request\n2025-07-21 18:56:39.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:56:39.633 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] socks forwarding established\n2025-07-21 18:56:39.662 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Process exited with code 0\n2025-07-21 18:56:39.662 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] socks connection closed\n2025-07-21 18:56:39.662 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Socket close event received\n2025-07-21 18:56:39.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53746 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:57:39.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:57:39.670 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""de835a75-9ffe-4f9b-a01f-a2b8c1fa812c""}\n2025-07-21 18:57:39.670 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] received connection request\n2025-07-21 18:57:39.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:57:39.695 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] socks forwarding established\n2025-07-21 18:57:39.721 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Process exited with code 0\n2025-07-21 18:57:39.722 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Socket close event received\n2025-07-21 18:57:39.722 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] socks connection closed\n2025-07-21 18:57:39.747 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53780 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:58:39.725 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:58:39.728 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""ebc9b897-db2b-4fc9-be2c-6352abf68b86""}\n2025-07-21 18:58:39.728 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] received connection request\n2025-07-21 18:58:39.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:58:39.754 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] socks forwarding established\n2025-07-21 18:58:39.783 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Process exited with code 0\n2025-07-21 18:58:39.783 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Socket close event received\n2025-07-21 18:58:39.784 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] socks connection closed\n2025-07-21 18:58:39.808 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53805 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:59:39.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:59:39.788 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""38445a8e-5d39-484c-9f01-2aa788e850a4""}\n2025-07-21 18:59:39.789 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] received connection request\n2025-07-21 18:59:39.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:59:39.814 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] socks forwarding established\n2025-07-21 18:59:39.844 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Process exited with code 0\n2025-07-21 18:59:39.844 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] socks connection closed\n2025-07-21 18:59:39.845 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Socket close event received\n2025-07-21 18:59:39.869 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53859 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:00:39.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:00:39.849 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""f3792944-32c0-4575-a3a8-28f037d38417""}\n2025-07-21 19:00:39.849 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] received connection request\n2025-07-21 19:00:39.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:00:39.872 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] socks forwarding established\n2025-07-21 19:00:39.898 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Process exited with code 0\n2025-07-21 19:00:39.898 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Socket close event received\n2025-07-21 19:00:39.899 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] socks connection closed\n2025-07-21 19:00:39.921 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53883 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:01:39.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:01:39.906 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""14f7ab07-1e4e-4558-a7fb-fbf138c83a78""}\n2025-07-21 19:01:39.907 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] received connection request\n2025-07-21 19:01:39.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:01:39.931 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] socks forwarding established\n2025-07-21 19:01:39.958 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Process exited with code 0\n2025-07-21 19:01:39.958 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Socket close event received\n2025-07-21 19:01:39.959 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] socks connection closed\n2025-07-21 19:01:39.982 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53928 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:02:39.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:02:39.965 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""75589afd-c9e7-4e6d-9121-8364dec620fa""}\n2025-07-21 19:02:39.966 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] received connection request\n2025-07-21 19:02:39.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:02:39.991 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] socks forwarding established\n2025-07-21 19:02:40.020 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Process exited with code 0\n2025-07-21 19:02:40.021 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] socks connection closed\n2025-07-21 19:02:40.021 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Socket close event received\n2025-07-21 19:02:40.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53951 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:03:40.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:03:40.028 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b6a36eb4-1af1-4165-9176-cc1f6cf1d29b""}\n2025-07-21 19:03:40.029 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] received connection request\n2025-07-21 19:03:40.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:03:40.054 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] socks forwarding established\n2025-07-21 19:03:40.080 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Process exited with code 0\n2025-07-21 19:03:40.080 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Socket close event received\n2025-07-21 19:03:40.081 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] socks connection closed\n2025-07-21 19:03:40.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53974 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:04:40.086 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:04:40.089 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""736b53ea-60f9-4229-90ef-ee23df272589""}\n2025-07-21 19:04:40.090 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] received connection request\n2025-07-21 19:04:40.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:04:40.113 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] socks forwarding established\n2025-07-21 19:04:40.140 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Process exited with code 0\n2025-07-21 19:04:40.141 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] socks connection closed\n2025-07-21 19:04:40.141 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Socket close event received\n2025-07-21 19:04:40.164 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54027 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:05:40.145 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:05:40.148 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""0fdb1cab-659a-4e79-9d0b-d99eb982d5c1""}\n2025-07-21 19:05:40.148 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] received connection request\n2025-07-21 19:05:40.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:05:40.173 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] socks forwarding established\n2025-07-21 19:05:40.202 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Process exited with code 0\n2025-07-21 19:05:40.203 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] socks connection closed\n2025-07-21 19:05:40.203 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Socket close event received\n2025-07-21 19:05:40.227 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54050 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:06:40.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:06:40.210 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c3fcce5b-628c-49d9-af71-dfef8aabc381""}\n2025-07-21 19:06:40.211 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] received connection request\n2025-07-21 19:06:40.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:06:40.239 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] socks forwarding established\n2025-07-21 19:06:40.265 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Process exited with code 0\n2025-07-21 19:06:40.265 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Socket close event received\n2025-07-21 19:06:40.266 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] socks connection closed\n2025-07-21 19:06:40.288 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54091 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:07:40.271 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:07:40.272 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""fadf5015-353f-4c61-9c61-1c9bb6134252""}\n2025-07-21 19:07:40.273 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] received connection request\n2025-07-21 19:07:40.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:07:40.298 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] socks forwarding established\n2025-07-21 19:07:40.327 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Process exited with code 0\n2025-07-21 19:07:40.328 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] socks connection closed\n2025-07-21 19:07:40.328 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Socket close event received\n2025-07-21 19:07:40.353 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54119 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:08:40.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:08:40.330 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""40205226-9b5f-4f66-8f71-0504bd875095""}\n2025-07-21 19:08:40.331 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] received connection request\n2025-07-21 19:08:40.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:08:40.358 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] socks forwarding established\n2025-07-21 19:08:40.388 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Process exited with code 0\n2025-07-21 19:08:40.388 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] socks connection closed\n2025-07-21 19:08:40.388 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Socket close event received\n2025-07-21 19:08:40.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54149 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:09:40.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:09:40.395 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""a4733820-5ce2-475d-bf88-599840d2e873""}\n2025-07-21 19:09:40.396 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] received connection request\n2025-07-21 19:09:40.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:09:40.423 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] socks forwarding established\n2025-07-21 19:09:40.450 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Process exited with code 0\n2025-07-21 19:09:40.450 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] socks connection closed\n2025-07-21 19:09:40.450 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Socket close event received\n2025-07-21 19:09:40.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54203 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:10:40.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:10:40.459 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] received connection request\n2025-07-21 19:10:40.459 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""1dcb83e9-a7d9-4ba9-82c5-934049edf46b""}\n2025-07-21 19:10:40.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:10:40.484 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] socks forwarding established\n2025-07-21 19:10:40.513 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Process exited with code 0\n2025-07-21 19:10:40.513 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] socks connection closed\n2025-07-21 19:10:40.513 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Socket close event received\n2025-07-21 19:10:40.539 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54231 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:11:26.808 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-21 19:11:26.808 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-21 19:11:26.848 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][271640d9-11e7-4d80-b6a9-de2c93b90aea] received connection request\n2025-07-21 19:11:26.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:11:26.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 51870 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:11:26.944 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] socks connection closed\n2025-07-21 19:11:29.822 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-21 19:11:29.822 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 1 of 3 This operation was aborted\n2025-07-21 19:11:29.825 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][e7ee0db0-e158-4154-956e-d976ebfb2aa1] received connection request\n2025-07-21 19:11:29.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:11:29.932 [info] Terminating existing SSH process with pid: 91396\n2025-07-21 19:11:29.932 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 19:11:29.933 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:11:29.946 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-21 19:11:29.947 [error] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][271640d9-11e7-4d80-b6a9-de2c93b90aea] error while creating socks forwarding Socket closed\n2025-07-21 19:11:29.947 [error] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e7ee0db0-e158-4154-956e-d976ebfb2aa1] error while creating socks forwarding Socket closed\n2025-07-21 19:11:29.947 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] socks connection closed\n2025-07-21 19:11:29.950 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76170.sh"" | ssh -v -T -D 54279 login.haicore.berlin bash --login -c bash\n2025-07-21 19:11:29.950 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:11:29.950 [info] Waiting for server to install via process(93153)...\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:11:29.957 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:11:29.958 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:11:29.958 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:11:29.958 [info] Retrying connection in 5 seconds...\n2025-07-21 19:11:30.831 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 2 of 3 This operation was aborted\n2025-07-21 19:11:31.836 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 3 of 3 This operation was aborted\n2025-07-21 19:11:31.836 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-21 19:11:31.836 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-21 19:15:33.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:15:33.016 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76170.sh\n2025-07-21 19:15:33.022 [error] [forwarding][multiplex][127.0.0.1:51859 -> unknown}][4f18d06c-e5ea-4eeb-ab90-9c9963f8e8d7] remote server not configured\n2025-07-21 19:15:33.023 [info] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d93cf5e1-bbb9-4b93-83fe-5a43aefda107""}\n2025-07-21 19:15:33.024 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:33.024 [error] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Socket error: Error: read ECONNRESET\n2025-07-21 19:15:33.024 [info] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Socket close event received\n2025-07-21 19:15:33.032 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2845.sh"" | ssh -v -T -D 54283 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:33.032 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:33.032 [info] Waiting for server to install via process(93159)...\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:33.056 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:33.058 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:33.059 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:33.060 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:33.060 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:38.061 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2845.sh\n2025-07-21 19:15:38.062 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:38.065 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19206.sh"" | ssh -v -T -D 54285 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:38.065 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:38.065 [info] Waiting for server to install via process(93168)...\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:38.081 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:38.082 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:38.082 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:38.082 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:43.083 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19206.sh\n2025-07-21 19:15:43.084 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:43.088 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29809.sh"" | ssh -v -T -D 54288 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:43.088 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:43.089 [info] Waiting for server to install via process(93176)...\n2025-07-21 19:15:43.124 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:15:43.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:43.126 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:43.132 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:43.135 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:43.135 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:43.135 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:48.144 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29809.sh\n2025-07-21 19:15:48.145 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:48.149 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8833.sh"" | ssh -v -T -D 54290 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:48.149 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:48.149 [info] Waiting for server to install via process(93183)...\n2025-07-21 19:15:48.191 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 19:15:48.191 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:48.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:48.192 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:48.193 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:48.194 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:48.194 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:48.194 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:53.208 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8833.sh\n2025-07-21 19:15:53.218 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:53.267 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29959.sh"" | ssh -v -T -D 54294 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:53.268 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:53.268 [info] Waiting for server to install via process(93196)...\n2025-07-21 19:15:53.384 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:53.385 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:53.388 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:53.409 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:53.421 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:53.422 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:53.422 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:15.162 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29959.sh\n2025-07-21 19:16:15.164 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:15.177 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2702.sh"" | ssh -v -T -D 54296 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:15.178 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:15.178 [info] Waiting for server to install via process(93209)...\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:15.217 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:15.218 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:15.218 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:15.218 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:20.226 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2702.sh\n2025-07-21 19:16:20.227 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:20.231 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41306.sh"" | ssh -v -T -D 54298 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:20.231 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:20.231 [info] Waiting for server to install via process(93218)...\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:20.243 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:20.244 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:20.245 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:20.245 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:20.245 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:25.254 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41306.sh\n2025-07-21 19:16:25.255 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:25.260 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4792.sh"" | ssh -v -T -D 54300 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:25.260 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:25.261 [info] Waiting for server to install via process(93228)...\n2025-07-21 19:16:25.275 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:16:25.275 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:25.278 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:25.279 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:25.279 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:25.279 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:30.288 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4792.sh\n2025-07-21 19:16:30.289 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:30.290 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20924.sh"" | ssh -v -T -D 54303 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:30.290 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:30.290 [info] Waiting for server to install via process(93236)...\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:30.298 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:30.299 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:30.299 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:30.299 [error] Failed to connect after 10 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:30.299 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20924.sh\n2025-07-21 19:16:30.299 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:29:27.687 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 19:29:27.703 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 19:29:27.704 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 19:29:27.706 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 19:29:27.708 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82390.sh"" | ssh -v -T -D 55024 login.haicore.berlin bash --login -c bash\n2025-07-21 19:29:27.708 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:29:27.708 [info] Waiting for server to install via process(93437)...\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:29:27.926 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 19:29:27.927 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 19:29:27.927 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 19:29:28.064 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 19:29:28.065 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 19:29:28.065 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 19:29:28.170 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 19:29:28.171 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 19:29:28.289 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 19:29:28.290 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 19:29:28.290 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 19:29:28.552 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 19:29:28.655 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 19:29:28.660 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 19:29:28.660 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 19:29:28.788 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55024 forwarded to remote address socks:0\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55024.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55024.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 19:29:29.091 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 19:29:29.092 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 19:29:29.095 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 19:29:29.194 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 19:29:29.661 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-21 19:29:29.700 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:29.711 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-21 19:29:29.715 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-21 19:29:29.718 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 19:29:29.736 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-21 19:29:29.740 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 19:29:29.740 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-21 19:29:29.747 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 19:29:29.766 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 07bc5132-c661-4376-9ce0-90133aaa97fa\nMultiplex server started with PID 3568075 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 19:29:30.279 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-21 19:29:30.318 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 3568099 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.323 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.806 [info] (ssh_tunnel) stdout: 83d89d581064c1883974e752: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==42953==\nmultiplexConnectionToken==07bc5132-c661-4376-9ce0-90133aaa97fa==\ncodeListeningOn==33437==\ncodeConnectionToken==c9e111c6-ce55-491e-bda3-4c28c96cbecd==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n83d89d581064c1883974e752: end\n\n2025-07-21 19:29:30.808 [info] Server install command exit code: 0\n2025-07-21 19:29:30.808 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82390.sh\n2025-07-21 19:29:30.810 [info] [forwarding][code] creating new forwarding server\n2025-07-21 19:29:30.810 [info] [forwarding][code] server listening on 127.0.0.1:55038\n2025-07-21 19:29:30.810 [info] [forwarding][code] Set up server\n2025-07-21 19:29:30.810 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: c9e111c6-ce55-491e-bda3-4c28c96cbecd\n2025-07-21 19:29:30.810 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 19:29:30.810 [info] [forwarding][multiplex] server listening on 127.0.0.1:55039\n2025-07-21 19:29:30.811 [info] [forwarding][multiplex] Set up server\n2025-07-21 19:29:30.812 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 07bc5132-c661-4376-9ce0-90133aaa97fa\n2025-07-21 19:29:30.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:29:30.816 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.817 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] received connection request\n2025-07-21 19:29:30.818 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""77587c05-0678-45b4-b7bd-f7c3461e8418""}\n2025-07-21 19:29:30.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:30.841 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] received connection request\n2025-07-21 19:29:30.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:30.929 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] socks forwarding established\n2025-07-21 19:29:30.993 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] socks forwarding established\n2025-07-21 19:29:31.055 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] socks connection closed\n2025-07-21 19:29:31.055 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Process exited with code 0\n2025-07-21 19:29:31.056 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Socket close event received\n2025-07-21 19:29:31.110 [info] Successfully connected to Cursor server at http://127.0.0.1:55038/version\n2025-07-21 19:29:31.110 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 19:29:31.110 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""7b118bc6-859c-475c-b902-50c31a108e96""}\n2025-07-21 19:29:31.111 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] received connection request\n2025-07-21 19:29:31.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.175 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55041 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:31.207 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] socks forwarding established\n2025-07-21 19:29:31.337 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] socks connection closed\n2025-07-21 19:29:31.337 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Process exited with code 0\n2025-07-21 19:29:31.337 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 19:29:31.338 [info] [remote-ssh] Resolved exec server. Socks port: 55024\n2025-07-21 19:29:31.338 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55038,""connectionToken"":""c9e111c6-ce55-491e-bda3-4c28c96cbecd"",""extensionHostEnv"":{}}. Socks port: 55024\n2025-07-21 19:29:31.338 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Socket close event received\n2025-07-21 19:29:31.360 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] received connection request\n2025-07-21 19:29:31.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:29:31.361 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.478 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55045 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:31.478 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] socks forwarding established\n2025-07-21 19:29:31.596 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] received connection request\n2025-07-21 19:29:31.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.695 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] socks forwarding established\n2025-07-21 19:29:32.128 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 19:29:34.306 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 33437, connect from 127.0.0.1 port 55043 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:34.306 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] socks connection closed\n2025-07-21 19:30:31.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:30:31.061 [info] [command][6974b253-f0e7-4d20-92d6-5c0d338756dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""6974b253-f0e7-4d20-92d6-5c0d338756dc""}\n2025-07-21 19:30:31.061 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][274f9434-b729-488e-994a-fde2a3bc054b] received connection request\n2025-07-21 19:30:31.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:30:31.441 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][274f9434-b729-488e-994a-fde2a3bc054b] socks forwarding established\n2025-07-21 19:30:32.899 [info] [command][6974b253-f0e7-4d20-92d6-5c0d338756dc] Process exited with code 0\n2025-07-21 19:30:32.900 [info] [command][6974b253-f0e7-4d20-92d6-5c0d338756dc] Socket close event received\n2025-07-21 19:30:32.900 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][274f9434-b729-488e-994a-fde2a3bc054b] socks connection closed\n2025-07-21 19:30:36.373 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55202 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:31:32.905 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:31:32.907 [info] [command][f5144a0b-b134-49bf-a452-af2b01067322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""f5144a0b-b134-49bf-a452-af2b01067322""}\n2025-07-21 19:31:32.908 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][67e60301-40a1-48f1-a70f-d4127f4de05d] received connection request\n2025-07-21 19:31:32.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:31:33.041 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][67e60301-40a1-48f1-a70f-d4127f4de05d] socks forwarding established\n2025-07-21 19:31:33.344 [info] [command][f5144a0b-b134-49bf-a452-af2b01067322] Process exited with code 0\n2025-07-21 19:31:33.344 [info] [command][f5144a0b-b134-49bf-a452-af2b01067322] Socket close event received\n2025-07-21 19:31:33.345 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][67e60301-40a1-48f1-a70f-d4127f4de05d] socks connection closed\n2025-07-21 19:31:33.715 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55291 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:32:33.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:32:33.348 [info] [command][036faed3-4618-4626-b82a-11a36bd6de4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""036faed3-4618-4626-b82a-11a36bd6de4b""}\n2025-07-21 19:32:33.349 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][98738cdc-680b-4add-9a65-7a4acf4957f9] received connection request\n2025-07-21 19:32:33.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:32:37.964 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][98738cdc-680b-4add-9a65-7a4acf4957f9] socks forwarding established\n2025-07-21 19:32:40.642 [info] [command][036faed3-4618-4626-b82a-11a36bd6de4b] Process exited with code 0\n2025-07-21 19:32:40.642 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][98738cdc-680b-4add-9a65-7a4acf4957f9] socks connection closed\n2025-07-21 19:32:40.643 [info] [command][036faed3-4618-4626-b82a-11a36bd6de4b] Socket close event received\n2025-07-21 19:32:45.822 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55340 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:33:40.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:33:40.647 [info] [command][050fdb73-5287-454a-9f0a-b3efa8f7daa7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""050fdb73-5287-454a-9f0a-b3efa8f7daa7""}\n2025-07-21 19:33:40.648 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][1e445c12-f3c7-4c07-a46d-e572cce02b0b] received connection request\n2025-07-21 19:33:40.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:33:40.770 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][1e445c12-f3c7-4c07-a46d-e572cce02b0b] socks forwarding established\n2025-07-21 19:33:40.906 [info] [command][050fdb73-5287-454a-9f0a-b3efa8f7daa7] Process exited with code 0\n2025-07-21 19:33:40.907 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][1e445c12-f3c7-4c07-a46d-e572cce02b0b] socks connection closed\n2025-07-21 19:33:40.907 [info] [command][050fdb73-5287-454a-9f0a-b3efa8f7daa7] Socket close event received\n2025-07-21 19:33:41.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55442 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:34:40.911 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:34:40.912 [info] [command][ec89bc5f-af4c-4d88-b26d-88f2b7f47e61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""ec89bc5f-af4c-4d88-b26d-88f2b7f47e61""}\n2025-07-21 19:34:40.914 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][0d1327e0-c714-4bf7-bc28-7b21c88c5620] received connection request\n2025-07-21 19:34:40.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:34:41.051 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0d1327e0-c714-4bf7-bc28-7b21c88c5620] socks forwarding established\n2025-07-21 19:34:41.249 [info] [command][ec89bc5f-af4c-4d88-b26d-88f2b7f47e61] Process exited with code 0\n2025-07-21 19:34:41.249 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0d1327e0-c714-4bf7-bc28-7b21c88c5620] socks connection closed\n2025-07-21 19:34:41.249 [info] [command][ec89bc5f-af4c-4d88-b26d-88f2b7f47e61] Socket close event received\n2025-07-21 19:34:41.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55566 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:35:41.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:35:41.250 [info] [command][44c86ce9-8168-4982-9784-8d911376128e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""44c86ce9-8168-4982-9784-8d911376128e""}\n2025-07-21 19:35:41.251 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][bb99016b-9ce1-47af-b15b-2a8738a3280c] received connection request\n2025-07-21 19:35:41.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:35:44.747 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][bb99016b-9ce1-47af-b15b-2a8738a3280c] socks forwarding established\n2025-07-21 19:35:44.850 [info] [command][44c86ce9-8168-4982-9784-8d911376128e] Process exited with code 0\n2025-07-21 19:35:44.850 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][bb99016b-9ce1-47af-b15b-2a8738a3280c] socks connection closed\n2025-07-21 19:35:44.850 [info] [command][44c86ce9-8168-4982-9784-8d911376128e] Socket close event received\n2025-07-21 19:35:44.953 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55671 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:36:44.855 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:36:44.857 [info] [command][1f008990-819e-4b58-91f6-063fc89288b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""1f008990-819e-4b58-91f6-063fc89288b5""}\n2025-07-21 19:36:44.858 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][37f121da-8120-4a50-8162-489c6313fea9] received connection request\n2025-07-21 19:36:44.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:36:44.975 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][37f121da-8120-4a50-8162-489c6313fea9] socks forwarding established\n2025-07-21 19:36:45.080 [info] [command][1f008990-819e-4b58-91f6-063fc89288b5] Process exited with code 0\n2025-07-21 19:36:45.080 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][37f121da-8120-4a50-8162-489c6313fea9] socks connection closed\n2025-07-21 19:36:45.081 [info] [command][1f008990-819e-4b58-91f6-063fc89288b5] Socket close event received\n2025-07-21 19:36:45.185 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55782 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:37:45.084 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:37:45.085 [info] [command][42f9ff5c-7814-4070-bf67-ebe298d92bf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""42f9ff5c-7814-4070-bf67-ebe298d92bf5""}\n2025-07-21 19:37:45.085 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][d0bd64c7-9d43-476b-8671-99e9e2ea195e] received connection request\n2025-07-21 19:37:45.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:37:45.186 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d0bd64c7-9d43-476b-8671-99e9e2ea195e] socks forwarding established\n2025-07-21 19:37:45.310 [info] [command][42f9ff5c-7814-4070-bf67-ebe298d92bf5] Process exited with code 0\n2025-07-21 19:37:45.310 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d0bd64c7-9d43-476b-8671-99e9e2ea195e] socks connection closed\n2025-07-21 19:37:45.310 [info] [command][42f9ff5c-7814-4070-bf67-ebe298d92bf5] Socket close event received\n2025-07-21 19:37:45.442 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55833 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:38:45.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:38:45.313 [info] [command][2dabc3d4-251a-4cb5-99c5-d2c035a34461] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2dabc3d4-251a-4cb5-99c5-d2c035a34461""}\n2025-07-21 19:38:45.314 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][f7542eff-8872-435e-981c-e1e308ddf64e] received connection request\n2025-07-21 19:38:45.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:38:45.458 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f7542eff-8872-435e-981c-e1e308ddf64e] socks forwarding established\n2025-07-21 19:38:45.611 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f7542eff-8872-435e-981c-e1e308ddf64e] socks connection closed\n2025-07-21 19:38:45.611 [info] [command][2dabc3d4-251a-4cb5-99c5-d2c035a34461] Process exited with code 0\n2025-07-21 19:38:45.611 [info] [command][2dabc3d4-251a-4cb5-99c5-d2c035a34461] Socket close event received\n2025-07-21 19:38:45.860 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55908 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:39:45.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:39:45.618 [info] [command][21ce5145-57fc-49d2-8388-713132e65a92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""21ce5145-57fc-49d2-8388-713132e65a92""}\n2025-07-21 19:39:45.618 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][70d992ff-3a45-4c55-8eb8-55a9b21fe0df] received connection request\n2025-07-21 19:39:45.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:39:45.711 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][70d992ff-3a45-4c55-8eb8-55a9b21fe0df] socks forwarding established\n2025-07-21 19:39:45.801 [info] [command][21ce5145-57fc-49d2-8388-713132e65a92] Process exited with code 0\n2025-07-21 19:39:45.801 [info] [command][21ce5145-57fc-49d2-8388-713132e65a92] Socket close event received\n2025-07-21 19:39:45.806 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][70d992ff-3a45-4c55-8eb8-55a9b21fe0df] socks connection closed\n2025-07-21 19:39:45.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55950 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:40:45.806 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:40:45.809 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][731a4131-c2df-496b-9f81-09be09962581] received connection request\n2025-07-21 19:40:45.809 [info] [command][4877b5eb-72a2-40a9-b56c-02a77b5f9ebf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4877b5eb-72a2-40a9-b56c-02a77b5f9ebf""}\n2025-07-21 19:40:45.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:40:45.902 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][731a4131-c2df-496b-9f81-09be09962581] socks forwarding established\n2025-07-21 19:40:46.002 [info] [command][4877b5eb-72a2-40a9-b56c-02a77b5f9ebf] Process exited with code 0\n2025-07-21 19:40:46.002 [info] [command][4877b5eb-72a2-40a9-b56c-02a77b5f9ebf] Socket close event received\n2025-07-21 19:40:46.003 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][731a4131-c2df-496b-9f81-09be09962581] socks connection closed\n2025-07-21 19:40:46.114 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55984 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:41:46.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:41:46.009 [info] [command][987b7563-a801-4bc7-87b2-d51874052701] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""987b7563-a801-4bc7-87b2-d51874052701""}\n2025-07-21 19:41:46.010 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e52f7f7f-553d-4a07-a0e7-cbadb40ff62f] received connection request\n2025-07-21 19:41:46.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:41:46.119 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e52f7f7f-553d-4a07-a0e7-cbadb40ff62f] socks forwarding established\n2025-07-21 19:41:46.242 [info] [command][987b7563-a801-4bc7-87b2-d51874052701] Process exited with code 0\n2025-07-21 19:41:46.243 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e52f7f7f-553d-4a07-a0e7-cbadb40ff62f] socks connection closed\n2025-07-21 19:41:46.243 [info] [command][987b7563-a801-4bc7-87b2-d51874052701] Socket close event received\n2025-07-21 19:41:46.341 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56028 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:42:46.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:42:46.250 [info] [command][b4442ea8-c149-4e4b-bc0b-53b33079c3eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""b4442ea8-c149-4e4b-bc0b-53b33079c3eb""}\n2025-07-21 19:42:46.251 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][02f76853-6e69-4837-b449-17211a132175] received connection request\n2025-07-21 19:42:46.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:42:46.380 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][02f76853-6e69-4837-b449-17211a132175] socks forwarding established\n2025-07-21 19:42:46.515 [info] [command][b4442ea8-c149-4e4b-bc0b-53b33079c3eb] Process exited with code 0\n2025-07-21 19:42:46.515 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][02f76853-6e69-4837-b449-17211a132175] socks connection closed\n2025-07-21 19:42:46.515 [info] [command][b4442ea8-c149-4e4b-bc0b-53b33079c3eb] Socket close event received\n2025-07-21 19:42:46.638 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56054 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:43:46.517 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:43:46.519 [info] [command][d0fa1481-32d5-4513-9a72-3ab04835807b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""d0fa1481-32d5-4513-9a72-3ab04835807b""}\n2025-07-21 19:43:46.519 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][69afcb52-5c7d-41b2-9e66-e05d9e267d34] received connection request\n2025-07-21 19:43:46.520 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:43:46.619 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][69afcb52-5c7d-41b2-9e66-e05d9e267d34] socks forwarding established\n2025-07-21 19:43:46.729 [info] [command][d0fa1481-32d5-4513-9a72-3ab04835807b] Process exited with code 0\n2025-07-21 19:43:46.730 [info] [command][d0fa1481-32d5-4513-9a72-3ab04835807b] Socket close event received\n2025-07-21 19:43:46.730 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][69afcb52-5c7d-41b2-9e66-e05d9e267d34] socks connection closed\n2025-07-21 19:43:46.837 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56086 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:44:46.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:44:46.737 [info] [command][eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a""}\n2025-07-21 19:44:46.738 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][964b38e1-c6a4-4908-be9c-96c0a394030b] received connection request\n2025-07-21 19:44:46.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:44:46.852 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][964b38e1-c6a4-4908-be9c-96c0a394030b] socks forwarding established\n2025-07-21 19:44:46.973 [info] [command][eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a] Process exited with code 0\n2025-07-21 19:44:46.976 [info] [command][eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a] Socket close event received\n2025-07-21 19:44:46.979 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][964b38e1-c6a4-4908-be9c-96c0a394030b] socks connection closed\n2025-07-21 19:44:47.075 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56137 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:45:46.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:45:46.978 [info] [command][55eb6197-4c98-407f-8902-28a37f1df293] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""55eb6197-4c98-407f-8902-28a37f1df293""}\n2025-07-21 19:45:46.978 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][4f4dbc27-0280-413a-b8eb-82c2664c06a3] received connection request\n2025-07-21 19:45:46.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:45:47.101 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4f4dbc27-0280-413a-b8eb-82c2664c06a3] socks forwarding established\n2025-07-21 19:45:47.203 [info] [command][55eb6197-4c98-407f-8902-28a37f1df293] Process exited with code 0\n2025-07-21 19:45:47.203 [info] [command][55eb6197-4c98-407f-8902-28a37f1df293] Socket close event received\n2025-07-21 19:45:47.209 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4f4dbc27-0280-413a-b8eb-82c2664c06a3] socks connection closed\n2025-07-21 19:45:47.318 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56219 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:46:47.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:46:47.210 [info] [command][4a5aa864-4015-4eb4-9da6-3bb25b998b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4a5aa864-4015-4eb4-9da6-3bb25b998b5b""}\n2025-07-21 19:46:47.211 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8dba324b-e7ae-4250-a33b-73aa34550107] received connection request\n2025-07-21 19:46:47.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:46:47.313 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8dba324b-e7ae-4250-a33b-73aa34550107] socks forwarding established\n2025-07-21 19:46:47.426 [info] [command][4a5aa864-4015-4eb4-9da6-3bb25b998b5b] Process exited with code 0\n2025-07-21 19:46:47.426 [info] [command][4a5aa864-4015-4eb4-9da6-3bb25b998b5b] Socket close event received\n2025-07-21 19:46:47.431 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8dba324b-e7ae-4250-a33b-73aa34550107] socks connection closed\n2025-07-21 19:46:47.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56242 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:47:47.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:47:47.434 [info] [command][65a0f4ab-25f9-459b-b4ea-691281e43c51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""65a0f4ab-25f9-459b-b4ea-691281e43c51""}\n2025-07-21 19:47:47.435 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e151e469-7334-4a60-abd1-01d33da745ef] received connection request\n2025-07-21 19:47:47.435 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:47:50.251 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e151e469-7334-4a60-abd1-01d33da745ef] socks forwarding established\n2025-07-21 19:47:52.634 [info] [command][65a0f4ab-25f9-459b-b4ea-691281e43c51] Process exited with code 0\n2025-07-21 19:47:52.634 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e151e469-7334-4a60-abd1-01d33da745ef] socks connection closed\n2025-07-21 19:47:52.635 [info] [command][65a0f4ab-25f9-459b-b4ea-691281e43c51] Socket close event received\n2025-07-21 19:47:53.316 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56361 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:48:52.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:48:52.642 [info] [command][33944755-97a6-4e88-9b6a-3e66c9237b97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""33944755-97a6-4e88-9b6a-3e66c9237b97""}\n2025-07-21 19:48:52.643 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][107a56b0-7aa2-46e6-be74-74760ea39a4c] received connection request\n2025-07-21 19:48:52.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:48:52.750 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][107a56b0-7aa2-46e6-be74-74760ea39a4c] socks forwarding established\n2025-07-21 19:48:52.885 [info] [command][33944755-97a6-4e88-9b6a-3e66c9237b97] Process exited with code 0\n2025-07-21 19:48:52.885 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][107a56b0-7aa2-46e6-be74-74760ea39a4c] socks connection closed\n2025-07-21 19:48:52.885 [info] [command][33944755-97a6-4e88-9b6a-3e66c9237b97] Socket close event received\n2025-07-21 19:48:52.990 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56485 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:49:52.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:49:52.892 [info] [command][8a1589ee-43b5-438c-82d4-888fe90d53f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""8a1589ee-43b5-438c-82d4-888fe90d53f0""}\n2025-07-21 19:49:52.892 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8b80cac9-62b9-4539-9fe0-3e8b6b847a43] received connection request\n2025-07-21 19:49:52.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:49:53.000 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8b80cac9-62b9-4539-9fe0-3e8b6b847a43] socks forwarding established\n2025-07-21 19:49:53.100 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8b80cac9-62b9-4539-9fe0-3e8b6b847a43] socks connection closed\n2025-07-21 19:49:53.100 [info] [command][8a1589ee-43b5-438c-82d4-888fe90d53f0] Process exited with code 0\n2025-07-21 19:49:53.101 [info] [command][8a1589ee-43b5-438c-82d4-888fe90d53f0] Socket close event received\n2025-07-21 19:49:53.245 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56559 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:50:53.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:50:53.108 [info] [command][536b3a1f-601a-47d9-bc25-29cb20501bf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""536b3a1f-601a-47d9-bc25-29cb20501bf2""}\n2025-07-21 19:50:53.109 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][5b531fe2-f4e2-47b1-9d6d-211964de268a] received connection request\n2025-07-21 19:50:53.109 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:50:53.215 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5b531fe2-f4e2-47b1-9d6d-211964de268a] socks forwarding established\n2025-07-21 19:50:53.318 [info] [command][536b3a1f-601a-47d9-bc25-29cb20501bf2] Process exited with code 0\n2025-07-21 19:50:53.318 [info] [command][536b3a1f-601a-47d9-bc25-29cb20501bf2] Socket close event received\n2025-07-21 19:50:53.321 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5b531fe2-f4e2-47b1-9d6d-211964de268a] socks connection closed\n2025-07-21 19:50:53.415 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56608 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:51:53.324 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:51:53.325 [info] [command][41adbeae-da55-408e-8557-e5c78209ac6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""41adbeae-da55-408e-8557-e5c78209ac6b""}\n2025-07-21 19:51:53.325 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][62bfe2f3-791f-4027-80ad-88d46d24f3c1] received connection request\n2025-07-21 19:51:53.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:51:53.325 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:51:53.434 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][62bfe2f3-791f-4027-80ad-88d46d24f3c1] socks forwarding established\n2025-07-21 19:51:53.561 [info] [command][41adbeae-da55-408e-8557-e5c78209ac6b] Process exited with code 0\n2025-07-21 19:51:53.561 [info] [command][41adbeae-da55-408e-8557-e5c78209ac6b] Socket close event received\n2025-07-21 19:51:53.566 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][62bfe2f3-791f-4027-80ad-88d46d24f3c1] socks connection closed\n2025-07-21 19:51:53.700 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56706 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:52:53.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:52:53.566 [info] [command][accfc714-461e-40b1-889e-72290fb7dd19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""accfc714-461e-40b1-889e-72290fb7dd19""}\n2025-07-21 19:52:53.566 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][eccbc1f4-18fa-4221-8fc5-7ec9ce9e2cd9] received connection request\n2025-07-21 19:52:53.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:53:04.797 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][eccbc1f4-18fa-4221-8fc5-7ec9ce9e2cd9] socks forwarding established\n2025-07-21 19:53:05.214 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][eccbc1f4-18fa-4221-8fc5-7ec9ce9e2cd9] socks connection closed\n2025-07-21 19:53:05.214 [info] [command][accfc714-461e-40b1-889e-72290fb7dd19] Process exited with code 0\n2025-07-21 19:53:05.214 [info] [command][accfc714-461e-40b1-889e-72290fb7dd19] Socket close event received\n2025-07-21 19:53:05.310 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56762 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:54:05.219 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:54:05.223 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][c962194c-bf77-4b90-9b30-03ff56f486c9] received connection request\n2025-07-21 19:54:05.223 [info] [command][f821de85-4c87-4959-a14b-639bec51ed8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""f821de85-4c87-4959-a14b-639bec51ed8f""}\n2025-07-21 19:54:05.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:54:05.318 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c962194c-bf77-4b90-9b30-03ff56f486c9] socks forwarding established\n2025-07-21 19:54:05.422 [info] [command][f821de85-4c87-4959-a14b-639bec51ed8f] Process exited with code 0\n2025-07-21 19:54:05.422 [info] [command][f821de85-4c87-4959-a14b-639bec51ed8f] Socket close event received\n2025-07-21 19:54:05.433 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c962194c-bf77-4b90-9b30-03ff56f486c9] socks connection closed\n2025-07-21 19:54:05.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56903 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:55:05.428 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:55:05.430 [info] [command][4c754454-062e-44dd-9afc-144f04f9f104] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4c754454-062e-44dd-9afc-144f04f9f104""}\n2025-07-21 19:55:05.430 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][44fc5f9f-80e8-4da6-a475-65c2af9e2dec] received connection request\n2025-07-21 19:55:05.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:55:05.531 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][44fc5f9f-80e8-4da6-a475-65c2af9e2dec] socks forwarding established\n2025-07-21 19:55:05.651 [info] [command][4c754454-062e-44dd-9afc-144f04f9f104] Process exited with code 0\n2025-07-21 19:55:05.651 [info] [command][4c754454-062e-44dd-9afc-144f04f9f104] Socket close event received\n2025-07-21 19:55:05.657 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][44fc5f9f-80e8-4da6-a475-65c2af9e2dec] socks connection closed\n2025-07-21 19:55:05.741 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56956 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:56:05.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:56:05.656 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][0c13d068-da03-4cb3-aa2f-2fc8809d80df] received connection request\n2025-07-21 19:56:05.656 [info] [command][4656a160-d87c-48e1-83e9-5e575aef8877] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4656a160-d87c-48e1-83e9-5e575aef8877""}\n2025-07-21 19:56:05.656 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:56:05.750 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0c13d068-da03-4cb3-aa2f-2fc8809d80df] socks forwarding established\n2025-07-21 19:56:05.861 [info] [command][4656a160-d87c-48e1-83e9-5e575aef8877] Process exited with code 0\n2025-07-21 19:56:05.861 [info] [command][4656a160-d87c-48e1-83e9-5e575aef8877] Socket close event received\n2025-07-21 19:56:05.861 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0c13d068-da03-4cb3-aa2f-2fc8809d80df] socks connection closed\n2025-07-21 19:56:05.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57060 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:57:05.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:57:05.863 [info] [command][531a4657-3e06-4963-84d3-60af6baef61e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""531a4657-3e06-4963-84d3-60af6baef61e""}\n2025-07-21 19:57:05.864 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][605c8e80-36d8-46a7-af0b-77a5e1d6d477] received connection request\n2025-07-21 19:57:05.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:57:05.864 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:57:05.991 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][605c8e80-36d8-46a7-af0b-77a5e1d6d477] socks forwarding established\n2025-07-21 19:57:06.098 [info] [command][531a4657-3e06-4963-84d3-60af6baef61e] Process exited with code 0\n2025-07-21 19:57:06.098 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][605c8e80-36d8-46a7-af0b-77a5e1d6d477] socks connection closed\n2025-07-21 19:57:06.098 [info] [command][531a4657-3e06-4963-84d3-60af6baef61e] Socket close event received\n2025-07-21 19:57:06.208 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57083 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:58:06.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:58:06.105 [info] [command][4aa2ec30-8b77-4b3d-82a0-528bd40b36fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4aa2ec30-8b77-4b3d-82a0-528bd40b36fb""}\n2025-07-21 19:58:06.106 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][fea06060-d3cc-4447-aacd-4933ffad4b3f] received connection request\n2025-07-21 19:58:06.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:58:06.108 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:58:06.211 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][fea06060-d3cc-4447-aacd-4933ffad4b3f] socks forwarding established\n2025-07-21 19:58:06.339 [info] [command][4aa2ec30-8b77-4b3d-82a0-528bd40b36fb] Process exited with code 0\n2025-07-21 19:58:06.339 [info] [command][4aa2ec30-8b77-4b3d-82a0-528bd40b36fb] Socket close event received\n2025-07-21 19:58:06.342 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][fea06060-d3cc-4447-aacd-4933ffad4b3f] socks connection closed\n2025-07-21 19:58:06.454 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57104 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:59:06.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:59:06.348 [info] [command][cf318154-50f4-41cc-ac3c-1233f863a18a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""cf318154-50f4-41cc-ac3c-1233f863a18a""}\n2025-07-21 19:59:06.348 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][aefbce35-e685-4a44-82e5-3a984f837977] received connection request\n2025-07-21 19:59:06.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:59:06.349 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:59:06.462 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][aefbce35-e685-4a44-82e5-3a984f837977] socks forwarding established\n2025-07-21 19:59:06.560 [info] [command][cf318154-50f4-41cc-ac3c-1233f863a18a] Process exited with code 0\n2025-07-21 19:59:06.560 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][aefbce35-e685-4a44-82e5-3a984f837977] socks connection closed\n2025-07-21 19:59:06.561 [info] [command][cf318154-50f4-41cc-ac3c-1233f863a18a] Socket close event received\n2025-07-21 19:59:06.678 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57192 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:00:06.565 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:00:06.567 [info] [command][32433d4e-5ad6-48e1-8f4d-b42ed820f803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""32433d4e-5ad6-48e1-8f4d-b42ed820f803""}\n2025-07-21 20:00:06.568 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][cab8810c-27c4-4ffd-927a-5672b6a91141] received connection request\n2025-07-21 20:00:06.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:00:06.674 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][cab8810c-27c4-4ffd-927a-5672b6a91141] socks forwarding established\n2025-07-21 20:00:06.774 [info] [command][32433d4e-5ad6-48e1-8f4d-b42ed820f803] Process exited with code 0\n2025-07-21 20:00:06.775 [info] [command][32433d4e-5ad6-48e1-8f4d-b42ed820f803] Socket close event received\n2025-07-21 20:00:06.777 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][cab8810c-27c4-4ffd-927a-5672b6a91141] socks connection closed\n2025-07-21 20:00:06.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57227 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:01:06.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:01:06.782 [info] [command][163408c5-55c0-4fc5-961b-a11c0eb02d91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""163408c5-55c0-4fc5-961b-a11c0eb02d91""}\n2025-07-21 20:01:06.783 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][4d7d9873-65d9-4885-8ec0-cd076804c891] received connection request\n2025-07-21 20:01:06.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:01:06.899 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4d7d9873-65d9-4885-8ec0-cd076804c891] socks forwarding established\n2025-07-21 20:01:07.026 [info] [command][163408c5-55c0-4fc5-961b-a11c0eb02d91] Process exited with code 0\n2025-07-21 20:01:07.027 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4d7d9873-65d9-4885-8ec0-cd076804c891] socks connection closed\n2025-07-21 20:01:07.027 [info] [command][163408c5-55c0-4fc5-961b-a11c0eb02d91] Socket close event received\n2025-07-21 20:01:07.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57261 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:02:07.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:02:07.035 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e319d02d-0955-4ca6-8508-dfa024eb9465] received connection request\n2025-07-21 20:02:07.036 [info] [command][8d9564c9-a26e-4d52-a1e9-2d986ea52975] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""8d9564c9-a26e-4d52-a1e9-2d986ea52975""}\n2025-07-21 20:02:07.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:02:07.159 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e319d02d-0955-4ca6-8508-dfa024eb9465] socks forwarding established\n2025-07-21 20:02:07.276 [info] [command][8d9564c9-a26e-4d52-a1e9-2d986ea52975] Process exited with code 0\n2025-07-21 20:02:07.276 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e319d02d-0955-4ca6-8508-dfa024eb9465] socks connection closed\n2025-07-21 20:02:07.276 [info] [command][8d9564c9-a26e-4d52-a1e9-2d986ea52975] Socket close event received\n2025-07-21 20:02:07.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57283 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:03:07.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:03:07.285 [info] [command][2664874c-fe0e-4b24-af81-314b8682d753] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2664874c-fe0e-4b24-af81-314b8682d753""}\n2025-07-21 20:03:07.286 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][ab732074-4e49-4009-b7d9-0ef6f75dd0dc] received connection request\n2025-07-21 20:03:07.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:03:07.390 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][ab732074-4e49-4009-b7d9-0ef6f75dd0dc] socks forwarding established\n2025-07-21 20:03:07.495 [info] [command][2664874c-fe0e-4b24-af81-314b8682d753] Process exited with code 0\n2025-07-21 20:03:07.496 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][ab732074-4e49-4009-b7d9-0ef6f75dd0dc] socks connection closed\n2025-07-21 20:03:07.496 [info] [command][2664874c-fe0e-4b24-af81-314b8682d753] Socket close event received\n2025-07-21 20:03:07.598 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57313 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:04:07.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:04:07.503 [info] [command][317b5b94-58ad-4a0f-9b66-18394c1b5b82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""317b5b94-58ad-4a0f-9b66-18394c1b5b82""}\n2025-07-21 20:04:07.504 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][2d12eddd-30a2-45c9-8a2b-536af0d77c27] received connection request\n2025-07-21 20:04:07.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:04:07.620 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2d12eddd-30a2-45c9-8a2b-536af0d77c27] socks forwarding established\n2025-07-21 20:04:07.715 [info] [command][317b5b94-58ad-4a0f-9b66-18394c1b5b82] Process exited with code 0\n2025-07-21 20:04:07.715 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2d12eddd-30a2-45c9-8a2b-536af0d77c27] socks connection closed\n2025-07-21 20:04:07.716 [info] [command][317b5b94-58ad-4a0f-9b66-18394c1b5b82] Socket close event received\n2025-07-21 20:04:07.818 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57354 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:05:07.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:05:07.719 [info] [command][2a4a821c-78b5-4bdd-a958-f34a6aa82a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2a4a821c-78b5-4bdd-a958-f34a6aa82a2f""}\n2025-07-21 20:05:07.720 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][7fa2421d-40b4-4105-af3c-750e09bc615a] received connection request\n2025-07-21 20:05:07.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:05:07.860 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][7fa2421d-40b4-4105-af3c-750e09bc615a] socks forwarding established\n2025-07-21 20:05:07.971 [info] [command][2a4a821c-78b5-4bdd-a958-f34a6aa82a2f] Process exited with code 0\n2025-07-21 20:05:07.971 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][7fa2421d-40b4-4105-af3c-750e09bc615a] socks connection closed\n2025-07-21 20:05:07.971 [info] [command][2a4a821c-78b5-4bdd-a958-f34a6aa82a2f] Socket close event received\n2025-07-21 20:05:08.071 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57393 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:06:07.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:06:07.976 [info] [command][4039f721-0cf5-4d80-a34d-3538c4718f7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4039f721-0cf5-4d80-a34d-3538c4718f7f""}\n2025-07-21 20:06:07.976 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][3df94dee-61e7-4793-a96e-3d14d46315d0] received connection request\n2025-07-21 20:06:07.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:06:08.078 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][3df94dee-61e7-4793-a96e-3d14d46315d0] socks forwarding established\n2025-07-21 20:06:08.195 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][3df94dee-61e7-4793-a96e-3d14d46315d0] socks connection closed\n2025-07-21 20:06:08.195 [info] [command][4039f721-0cf5-4d80-a34d-3538c4718f7f] Process exited with code 0\n2025-07-21 20:06:08.195 [info] [command][4039f721-0cf5-4d80-a34d-3538c4718f7f] Socket close event received\n2025-07-21 20:06:08.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57434 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:07:08.200 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:07:08.202 [info] [command][b1dba7f6-76fb-4a58-80d2-a43e7a4a439c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""b1dba7f6-76fb-4a58-80d2-a43e7a4a439c""}\n2025-07-21 20:07:08.203 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][5cfd86ca-b0f3-4fc7-a145-ee1dfe5edd9d] received connection request\n2025-07-21 20:07:08.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:07:08.292 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5cfd86ca-b0f3-4fc7-a145-ee1dfe5edd9d] socks forwarding established\n2025-07-21 20:07:08.393 [info] [command][b1dba7f6-76fb-4a58-80d2-a43e7a4a439c] Process exited with code 0\n2025-07-21 20:07:08.394 [info] [command][b1dba7f6-76fb-4a58-80d2-a43e7a4a439c] Socket close event received\n2025-07-21 20:07:08.397 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5cfd86ca-b0f3-4fc7-a145-ee1dfe5edd9d] socks connection closed\n2025-07-21 20:07:08.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57462 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:08:08.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:08:08.396 [info] [command][814d030e-6065-4c07-a3f4-c6b9e73ac9ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""814d030e-6065-4c07-a3f4-c6b9e73ac9ac""}\n2025-07-21 20:08:08.397 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][74712c4d-e1eb-409c-b2d1-71d84bb36bee] received connection request\n2025-07-21 20:08:08.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:08:08.397 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:08:08.500 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][74712c4d-e1eb-409c-b2d1-71d84bb36bee] socks forwarding established\n2025-07-21 20:08:08.618 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][74712c4d-e1eb-409c-b2d1-71d84bb36bee] socks connection closed\n2025-07-21 20:08:08.618 [info] [command][814d030e-6065-4c07-a3f4-c6b9e73ac9ac] Process exited with code 0\n2025-07-21 20:08:08.618 [info] [command][814d030e-6065-4c07-a3f4-c6b9e73ac9ac] Socket close event received\n2025-07-21 20:08:08.723 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57497 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:09:08.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:09:08.622 [info] [command][7ee2aa59-061d-4fbe-98ac-d7707f24383d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""7ee2aa59-061d-4fbe-98ac-d7707f24383d""}\n2025-07-21 20:09:08.623 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][231d97f1-89fb-4a1e-a46e-819f05dc8ee9] received connection request\n2025-07-21 20:09:08.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:09:08.720 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][231d97f1-89fb-4a1e-a46e-819f05dc8ee9] socks forwarding established\n2025-07-21 20:09:08.844 [info] [command][7ee2aa59-061d-4fbe-98ac-d7707f24383d] Process exited with code 0\n2025-07-21 20:09:08.844 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][231d97f1-89fb-4a1e-a46e-819f05dc8ee9] socks connection closed\n2025-07-21 20:09:08.844 [info] [command][7ee2aa59-061d-4fbe-98ac-d7707f24383d] Socket close event received\n2025-07-21 20:09:08.961 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57543 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:10:08.847 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:10:08.851 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][5c8f4a1e-412e-49cb-8349-dbb71104ebe5] received connection request\n2025-07-21 20:10:08.851 [info] [command][294c132d-1240-47bf-aa63-cbe4313139ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""294c132d-1240-47bf-aa63-cbe4313139ca""}\n2025-07-21 20:10:08.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:10:08.852 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:10:08.938 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5c8f4a1e-412e-49cb-8349-dbb71104ebe5] socks forwarding established\n2025-07-21 20:10:09.043 [info] [command][294c132d-1240-47bf-aa63-cbe4313139ca] Process exited with code 0\n2025-07-21 20:10:09.043 [info] [command][294c132d-1240-47bf-aa63-cbe4313139ca] Socket close event received\n2025-07-21 20:10:09.045 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5c8f4a1e-412e-49cb-8349-dbb71104ebe5] socks connection closed\n2025-07-21 20:10:09.186 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57608 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:11:09.049 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:11:09.051 [info] [command][a149742d-2969-4dc9-8411-6e0afedb0e3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""a149742d-2969-4dc9-8411-6e0afedb0e3d""}\n2025-07-21 20:11:09.052 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][30024dba-9203-4872-ac40-59a2c0bc1ea7] received connection request\n2025-07-21 20:11:09.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:11:09.157 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][30024dba-9203-4872-ac40-59a2c0bc1ea7] socks forwarding established\n2025-07-21 20:11:09.274 [info] [command][a149742d-2969-4dc9-8411-6e0afedb0e3d] Process exited with code 0\n2025-07-21 20:11:09.274 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][30024dba-9203-4872-ac40-59a2c0bc1ea7] socks connection closed\n2025-07-21 20:11:09.274 [info] [command][a149742d-2969-4dc9-8411-6e0afedb0e3d] Socket close event received\n2025-07-21 20:11:09.376 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57664 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:12:09.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:12:09.277 [info] [command][e97ae439-cce4-4fea-82b6-5a85dcb132ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""e97ae439-cce4-4fea-82b6-5a85dcb132ce""}\n2025-07-21 20:12:09.277 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8a613b40-fee5-4043-b8ad-297171d7b16e] received connection request\n2025-07-21 20:12:09.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:12:09.383 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8a613b40-fee5-4043-b8ad-297171d7b16e] socks forwarding established\n2025-07-21 20:12:09.482 [info] [command][e97ae439-cce4-4fea-82b6-5a85dcb132ce] Process exited with code 0\n2025-07-21 20:12:09.482 [info] [command][e97ae439-cce4-4fea-82b6-5a85dcb132ce] Socket close event received\n2025-07-21 20:12:09.484 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8a613b40-fee5-4043-b8ad-297171d7b16e] socks connection closed\n2025-07-21 20:12:09.577 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57692 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:13:09.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:13:09.488 [info] [command][04dfceb0-3427-4143-8ccf-6f8309d78db7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""04dfceb0-3427-4143-8ccf-6f8309d78db7""}\n2025-07-21 20:13:09.488 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][6dfda0b9-490d-4b39-8ca8-7ce523130697] received connection request\n2025-07-21 20:13:09.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:13:09.488 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:13:09.591 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6dfda0b9-490d-4b39-8ca8-7ce523130697] socks forwarding established\n2025-07-21 20:13:09.690 [info] [command][04dfceb0-3427-4143-8ccf-6f8309d78db7] Process exited with code 0\n2025-07-21 20:13:09.690 [info] [command][04dfceb0-3427-4143-8ccf-6f8309d78db7] Socket close event received\n2025-07-21 20:13:09.697 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6dfda0b9-490d-4b39-8ca8-7ce523130697] socks connection closed\n2025-07-21 20:13:09.798 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57718 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:14:09.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:14:09.697 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][4bbf487f-9886-4eea-a3ad-a65365c4df27] received connection request\n2025-07-21 20:14:09.698 [info] [command][495db9b6-6925-4418-8545-d1a16eaebcc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""495db9b6-6925-4418-8545-d1a16eaebcc7""}\n2025-07-21 20:14:09.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:14:09.801 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4bbf487f-9886-4eea-a3ad-a65365c4df27] socks forwarding established\n2025-07-21 20:14:09.908 [info] [command][495db9b6-6925-4418-8545-d1a16eaebcc7] Process exited with code 0\n2025-07-21 20:14:09.908 [info] [command][495db9b6-6925-4418-8545-d1a16eaebcc7] Socket close event received\n2025-07-21 20:14:09.914 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4bbf487f-9886-4eea-a3ad-a65365c4df27] socks connection closed\n2025-07-21 20:14:09.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57774 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:15:09.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:15:09.917 [info] [command][ec61192c-c1ad-4982-859f-4fe4c793c506] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""ec61192c-c1ad-4982-859f-4fe4c793c506""}\n2025-07-21 20:15:09.917 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][debfba46-e410-4a98-baa6-a295b2ef84c7] received connection request\n2025-07-21 20:15:09.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:15:10.014 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][debfba46-e410-4a98-baa6-a295b2ef84c7] socks forwarding established\n2025-07-21 20:15:10.122 [info] [command][ec61192c-c1ad-4982-859f-4fe4c793c506] Process exited with code 0\n2025-07-21 20:15:10.122 [info] [command][ec61192c-c1ad-4982-859f-4fe4c793c506] Socket close event received\n2025-07-21 20:15:10.128 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][debfba46-e410-4a98-baa6-a295b2ef84c7] socks connection closed\n2025-07-21 20:15:10.214 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57822 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:16:10.123 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:16:10.126 [info] [command][f7b87f50-e263-4547-a125-376377aa65d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""f7b87f50-e263-4547-a125-376377aa65d6""}\n2025-07-21 20:16:10.126 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][2db85107-8ca2-4602-a2e9-df8fbce1a32f] received connection request\n2025-07-21 20:16:10.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:16:10.224 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2db85107-8ca2-4602-a2e9-df8fbce1a32f] socks forwarding established\n2025-07-21 20:16:10.339 [info] [command][f7b87f50-e263-4547-a125-376377aa65d6] Process exited with code 0\n2025-07-21 20:16:10.340 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2db85107-8ca2-4602-a2e9-df8fbce1a32f] socks connection closed\n2025-07-21 20:16:10.340 [info] [command][f7b87f50-e263-4547-a125-376377aa65d6] Socket close event received\n2025-07-21 20:16:10.440 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57870 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:17:10.347 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:17:10.349 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e54540b8-cc52-471b-8c55-d7b7b224c91f] received connection request\n2025-07-21 20:17:10.350 [info] [command][360c40df-2ff0-4255-b1c7-cce9eccf7b06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""360c40df-2ff0-4255-b1c7-cce9eccf7b06""}\n2025-07-21 20:17:10.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:17:10.454 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e54540b8-cc52-471b-8c55-d7b7b224c91f] socks forwarding established\n2025-07-21 20:17:10.550 [info] [command][360c40df-2ff0-4255-b1c7-cce9eccf7b06] Process exited with code 0\n2025-07-21 20:17:10.550 [info] [command][360c40df-2ff0-4255-b1c7-cce9eccf7b06] Socket close event received\n2025-07-21 20:17:10.550 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e54540b8-cc52-471b-8c55-d7b7b224c91f] socks connection closed\n2025-07-21 20:17:10.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57887 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:18:10.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:18:10.558 [info] [command][49e808bd-06c6-4069-b166-65b989a0f592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""49e808bd-06c6-4069-b166-65b989a0f592""}\n2025-07-21 20:18:10.559 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][6845df49-ad8d-4bdb-aa2b-8202d140b039] received connection request\n2025-07-21 20:18:10.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:18:10.652 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6845df49-ad8d-4bdb-aa2b-8202d140b039] socks forwarding established\n2025-07-21 20:18:10.769 [info] [command][49e808bd-06c6-4069-b166-65b989a0f592] Process exited with code 0\n2025-07-21 20:18:10.769 [info] [command][49e808bd-06c6-4069-b166-65b989a0f592] Socket close event received\n2025-07-21 20:18:10.770 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6845df49-ad8d-4bdb-aa2b-8202d140b039] socks connection closed\n2025-07-21 20:18:10.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57912 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:19:10.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:19:10.771 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8f3d3a48-9680-40dd-911e-3bbcbf9d4573] received connection request\n2025-07-21 20:19:10.771 [info] [command][212dc51e-1eb7-403a-9e87-780c7bde1950] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""212dc51e-1eb7-403a-9e87-780c7bde1950""}\n2025-07-21 20:19:10.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:19:10.893 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8f3d3a48-9680-40dd-911e-3bbcbf9d4573] socks forwarding established\n2025-07-21 20:19:11.011 [info] [command][212dc51e-1eb7-403a-9e87-780c7bde1950] Process exited with code 0\n2025-07-21 20:19:11.011 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8f3d3a48-9680-40dd-911e-3bbcbf9d4573] socks connection closed\n2025-07-21 20:19:11.011 [info] [command][212dc51e-1eb7-403a-9e87-780c7bde1950] Socket close event received\n2025-07-21 20:19:11.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57963 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:20:11.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:20:11.014 [info] [command][2304a4bd-24a2-4f9d-939e-0e230247386a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2304a4bd-24a2-4f9d-939e-0e230247386a""}\n2025-07-21 20:20:11.014 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][d4590bd1-c507-4d81-8d09-3c9de813f0cb] received connection request\n2025-07-21 20:20:11.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:20:11.014 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:20:11.103 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d4590bd1-c507-4d81-8d09-3c9de813f0cb] socks forwarding established\n2025-07-21 20:20:11.249 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d4590bd1-c507-4d81-8d09-3c9de813f0cb] socks connection closed\n2025-07-21 20:20:11.249 [info] [command][2304a4bd-24a2-4f9d-939e-0e230247386a] Process exited with code 0\n2025-07-21 20:20:11.249 [info] [command][2304a4bd-24a2-4f9d-939e-0e230247386a] Socket close event received\n2025-07-21 20:20:11.341 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 58022 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:21:11.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:21:11.253 [info] [command][0e38ede0-2b08-4afe-8fda-8fb522528b67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""0e38ede0-2b08-4afe-8fda-8fb522528b67""}\n2025-07-21 20:21:11.254 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][f8063f8a-db57-4bdd-8a45-497c0c2cf1bb] received connection request\n2025-07-21 20:21:11.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:11.342 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f8063f8a-db57-4bdd-8a45-497c0c2cf1bb] socks forwarding established\n2025-07-21 20:21:11.435 [info] [command][0e38ede0-2b08-4afe-8fda-8fb522528b67] Process exited with code 0\n2025-07-21 20:21:11.435 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f8063f8a-db57-4bdd-8a45-497c0c2cf1bb] socks connection closed\n2025-07-21 20:21:11.435 [info] [command][0e38ede0-2b08-4afe-8fda-8fb522528b67] Socket close event received\n2025-07-21 20:21:11.524 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 58056 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:21:35.221 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][e9c14141-d65e-4a92-9b97-f8715bbedf72] received connection request\n2025-07-21 20:21:35.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:35.223 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-21 20:21:35.223 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-21 20:21:35.232 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][2a96a86f-de78-4dfa-8337-ab3f112f2072] received connection request\n2025-07-21 20:21:35.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:38.229 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-21 20:21:38.229 [error] Failed to connect to Cursor server at http://127.0.0.1:55038, attempt 1 of 3 This operation was aborted\n2025-07-21 20:21:38.230 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][d2b45ca6-99cd-4d3c-84cb-ea5652d1ceea] received connection request\n2025-07-21 20:21:38.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:38.306 [info] Terminating existing SSH process with pid: 93437\n2025-07-21 20:21:38.306 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 20:21:38.306 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 20:21:38.307 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-21 20:21:38.307 [error] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][e9c14141-d65e-4a92-9b97-f8715bbedf72] error while creating socks forwarding Socket closed\n2025-07-21 20:21:38.307 [error] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][2a96a86f-de78-4dfa-8337-ab3f112f2072] error while creating socks forwarding Socket closed\n2025-07-21 20:21:38.307 [error] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][d2b45ca6-99cd-4d3c-84cb-ea5652d1ceea] error while creating socks forwarding Socket closed\n2025-07-21 20:21:38.307 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] socks connection closed\n2025-07-21 20:21:38.307 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] socks connection closed\n2025-07-21 20:21:38.309 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19145.sh"" | ssh -v -T -D 58074 login.haicore.berlin bash --login -c bash\n2025-07-21 20:21:38.310 [info] Started installation script. Waiting for it to finish...\n2025-07-21 20:21:38.310 [info] Waiting for server to install via process(94940)...\n2025-07-21 20:21:38.332 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 20:21:38.332 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 20:21:38.333 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 20:21:38.333 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 20:21:38.334 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 20:21:38.335 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 20:21:38.336 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 20:21:38.336 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 20:21:38.336 [info] Retrying connection in 5 seconds...\n2025-07-21 20:21:39.239 [error] Failed to connect to Cursor server at http://127.0.0.1:55038, attempt 2 of 3 This operation was aborted\n2025-07-21 20:21:40.250 [error] Failed to connect to Cursor server at http://127.0.0.1:55038, attempt 3 of 3 This operation was aborted\n2025-07-21 20:21:40.250 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-21 20:21:40.250 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-21 20:37:22.654 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19145.sh\n2025-07-21 20:37:22.655 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:37:22.656 [error] [forwarding][multiplex][127.0.0.1:55039 -> unknown}][b2ab37d0-fb38-4fb9-afc9-1f6d4e2abad4] remote server not configured\n2025-07-21 20:37:22.656 [info] [command][76daa7dc-5d1d-449a-b91d-86a0331d71d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""76daa7dc-5d1d-449a-b91d-86a0331d71d4""}\n2025-07-21 20:37:22.656 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 20:37:22.657 [error] [command][76daa7dc-5d1d-449a-b91d-86a0331d71d4] Socket error: Error: read ECONNRESET\n2025-07-21 20:37:22.657 [info] [command][76daa7dc-5d1d-449a-b91d-86a0331d71d4] Socket close event received\n2025-07-21 20:37:22.727 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99084.sh"" | ssh -v -T -D 58076 login.haicore.berlin bash --login -c bash\n2025-07-21 20:37:22.733 [info] Started installation script. Waiting for it to finish...\n2025-07-21 20:37:22.733 [info] Waiting for server to install via process(94948)...\n2025-07-21 20:37:22.738 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 20:37:22.741 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 20:37:22.745 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 20:37:22.745 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 20:37:22.746 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 20:37:22.746 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 20:37:22.746 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99084.sh\n2025-07-21 20:37:22.746 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 22:03:24.352 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 22:03:24.365 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-5fNZW2/socket.sock\n2025-07-21 22:03:24.366 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 22:03:24.368 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-5fNZW2/socket.sock\n2025-07-21 22:03:24.370 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76620.sh"" | ssh -v -T -D 58451 login.haicore.berlin bash --login -c bash\n2025-07-21 22:03:24.370 [info] Started installation script. Waiting for it to finish...\n2025-07-21 22:03:24.370 [info] Waiting for server to install via process(95154)...\n2025-07-21 22:03:24.376 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 22:03:24.376 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 22:03:24.377 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 22:03:24.377 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 22:03:24.377 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 22:03:24.511 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 22:03:24.511 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 22:03:24.511 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 22:03:24.561 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 22:03:24.562 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:24.562 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 22:03:24.603 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\n\n2025-07-21 22:03:24.603 [info] (ssh_tunnel) stderr: debug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 22:03:24.604 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 22:03:24.660 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 22:03:24.660 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:24.660 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 22:03:24.662 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 22:03:24.662 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 22:03:24.662 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 22:03:24.995 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 22:03:25.065 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 22:03:25.070 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 22:03:25.071 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 22:03:25.127 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-21 22:03:25.263 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-21 22:03:25.648 [info] Askpass server received request: POST /\n2025-07-21 22:03:25.648 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-21 22:03:25.648 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-21 22:03:30.142 [error] Password authentication cancelled\n2025-07-21 22:03:30.150 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-21 22:03:32.809 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 22:03:32.819 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QgRGHx/socket.sock\n2025-07-21 22:03:32.820 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 22:03:32.822 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QgRGHx/socket.sock\n2025-07-21 22:03:32.825 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13803.sh"" | ssh -v -T -D 58475 login.haicore.berlin bash --login -c bash\n2025-07-21 22:03:32.825 [info] Started installation script. Waiting for it to finish...\n2025-07-21 22:03:32.825 [info] Waiting for server to install via process(95179)...\n2025-07-21 22:03:32.834 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 22:03:32.883 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 22:03:32.883 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 22:03:32.883 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 22:03:32.946 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 22:03:32.946 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:32.946 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 22:03:32.988 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 22:03:32.988 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 22:03:33.057 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 22:03:33.057 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:33.057 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 22:03:33.059 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-07-21 22:03:33.059 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 22:03:33.059 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 22:03:33.396 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 22:03:33.454 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 22:03:33.456 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 22:03:33.457 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 22:03:33.514 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 22:03:33.592 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\n\n2025-07-21 22:03:33.592 [info] (ssh_tunnel) stderr: debug1: Local connections to LOCALHOST:58475 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 58475.\n\n2025-07-21 22:03:33.592 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58475.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 22:03:33.593 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 22:03:33.660 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 22:03:33.662 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 22:03:33.673 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 22:03:33.839 [info] (ssh_tunnel) stderr: debug1: Sending environment.\n\n2025-07-21 22:03:33.839 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 22:03:34.362 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nRunning multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 22:03:34.412 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 11b30778-0571-4c98-9c78-895aa2e4f200\nMultiplex server started with PID 1699749 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 22:03:34.888 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 1608910 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\nd82a941ee1490ccd6082ee76: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45441==\nmultiplexConnectionToken==11b30778-0571-4c98-9c78-895aa2e4f200==\ncodeListeningOn==34715==\ncodeConnectionToken==d56c0086-b507-48dc-bbeb-73bed3240052==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nd82a941ee1490ccd6082ee76: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 22:03:34.891 [info] Server install command exit code: 0\n2025-07-21 22:03:34.891 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13803.sh\n2025-07-21 22:03:34.893 [info] [forwarding][code] creating new forwarding server\n2025-07-21 22:03:34.893 [info] [forwarding][code] server listening on 127.0.0.1:58479\n2025-07-21 22:03:34.893 [info] [forwarding][code] Set up server\n2025-07-21 22:03:34.894 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: d56c0086-b507-48dc-bbeb-73bed3240052\n2025-07-21 22:03:34.894 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 22:03:34.895 [info] [forwarding][multiplex] server listening on 127.0.0.1:58480\n2025-07-21 22:03:34.895 [info] [forwarding][multiplex] Set up server\n2025-07-21 22:03:34.898 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 11b30778-0571-4c98-9c78-895aa2e4f200\n2025-07-21 22:03:34.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:03:34.902 [info] [command][ed808478-286a-43df-b4b3-f8dcd46b6faa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""ed808478-286a-43df-b4b3-f8dcd46b6faa""}\n2025-07-21 22:03:34.904 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][ebda891d-0f5d-49b7-9e27-b094c2d5ce18] received connection request\n2025-07-21 22:03:34.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:34.919 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][ab09c3f9-4700-43f8-a28e-737aadc98cb9] received connection request\n2025-07-21 22:03:34.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:34.949 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ebda891d-0f5d-49b7-9e27-b094c2d5ce18] socks forwarding established\n2025-07-21 22:03:34.977 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][ab09c3f9-4700-43f8-a28e-737aadc98cb9] socks forwarding established\n2025-07-21 22:03:34.999 [info] [command][ed808478-286a-43df-b4b3-f8dcd46b6faa] Process exited with code 0\n2025-07-21 22:03:34.999 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ebda891d-0f5d-49b7-9e27-b094c2d5ce18] socks connection closed\n2025-07-21 22:03:34.999 [info] [command][ed808478-286a-43df-b4b3-f8dcd46b6faa] Socket close event received\n2025-07-21 22:03:35.159 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58482 to 127.0.0.1 port 58475, nchannels 5\n\n2025-07-21 22:03:35.162 [info] Successfully connected to Cursor server at http://127.0.0.1:58479/version\n2025-07-21 22:03:35.162 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 22:03:35.163 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][f006c83e-1c37-4fe6-92fb-b70b8f701f94] received connection request\n2025-07-21 22:03:35.163 [info] [command][36942475-88e4-4c4f-8ea7-b444a73dde7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""36942475-88e4-4c4f-8ea7-b444a73dde7e""}\n2025-07-21 22:03:35.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:35.227 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f006c83e-1c37-4fe6-92fb-b70b8f701f94] socks forwarding established\n2025-07-21 22:03:35.276 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f006c83e-1c37-4fe6-92fb-b70b8f701f94] socks connection closed\n2025-07-21 22:03:35.276 [info] [command][36942475-88e4-4c4f-8ea7-b444a73dde7e] Process exited with code 0\n2025-07-21 22:03:35.276 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 22:03:35.277 [info] [remote-ssh] Resolved exec server. Socks port: 58475\n2025-07-21 22:03:35.277 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58479,""connectionToken"":""d56c0086-b507-48dc-bbeb-73bed3240052"",""extensionHostEnv"":{}}. Socks port: 58475\n2025-07-21 22:03:35.277 [info] [command][36942475-88e4-4c4f-8ea7-b444a73dde7e] Socket close event received\n2025-07-21 22:03:35.300 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][eecdefd3-4775-432d-9e64-7cd34c881553] received connection request\n2025-07-21 22:03:35.300 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:35.319 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58486 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:03:35.340 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][eecdefd3-4775-432d-9e64-7cd34c881553] socks forwarding established\n2025-07-21 22:03:35.395 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][56554075-115e-42c0-a609-13941726c2c1] received connection request\n2025-07-21 22:03:35.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:35.436 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][56554075-115e-42c0-a609-13941726c2c1] socks forwarding established\n2025-07-21 22:03:35.588 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 22:03:38.205 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 58484 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:03:38.205 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][ab09c3f9-4700-43f8-a28e-737aadc98cb9] socks connection closed\n2025-07-21 22:04:35.002 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:04:35.004 [info] [command][dd8b30df-e69f-4d65-a860-3b85f87b9579] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""dd8b30df-e69f-4d65-a860-3b85f87b9579""}\n2025-07-21 22:04:35.005 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][236873a5-3a07-4fbd-919b-42db032d2139] received connection request\n2025-07-21 22:04:35.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:04:35.087 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][236873a5-3a07-4fbd-919b-42db032d2139] socks forwarding established\n2025-07-21 22:04:35.137 [info] [command][dd8b30df-e69f-4d65-a860-3b85f87b9579] Process exited with code 0\n2025-07-21 22:04:35.137 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][236873a5-3a07-4fbd-919b-42db032d2139] socks connection closed\n2025-07-21 22:04:35.137 [info] [command][dd8b30df-e69f-4d65-a860-3b85f87b9579] Socket close event received\n2025-07-21 22:04:35.245 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:05:35.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:05:35.139 [info] [command][5e7eb406-d192-428b-8760-4ab74bd27328] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""5e7eb406-d192-428b-8760-4ab74bd27328""}\n2025-07-21 22:05:35.139 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][d577793a-f27b-4c09-8cb9-33ae084cad1e] received connection request\n2025-07-21 22:05:35.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:05:35.180 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d577793a-f27b-4c09-8cb9-33ae084cad1e] socks forwarding established\n2025-07-21 22:05:35.225 [info] [command][5e7eb406-d192-428b-8760-4ab74bd27328] Process exited with code 0\n2025-07-21 22:05:35.225 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d577793a-f27b-4c09-8cb9-33ae084cad1e] socks connection closed\n2025-07-21 22:05:35.225 [info] [command][5e7eb406-d192-428b-8760-4ab74bd27328] Socket close event received\n2025-07-21 22:05:35.281 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58638 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:06:35.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:06:35.232 [info] [command][8e0ead95-26f8-4101-a0af-bb9d578331a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""8e0ead95-26f8-4101-a0af-bb9d578331a4""}\n2025-07-21 22:06:35.233 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][421b0c68-cbab-4bce-a101-e679fb17c0b4] received connection request\n2025-07-21 22:06:35.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:06:35.278 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][421b0c68-cbab-4bce-a101-e679fb17c0b4] socks forwarding established\n2025-07-21 22:06:35.333 [info] [command][8e0ead95-26f8-4101-a0af-bb9d578331a4] Process exited with code 0\n2025-07-21 22:06:35.333 [info] [command][8e0ead95-26f8-4101-a0af-bb9d578331a4] Socket close event received\n2025-07-21 22:06:35.335 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][421b0c68-cbab-4bce-a101-e679fb17c0b4] socks connection closed\n2025-07-21 22:06:35.376 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58687 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:07:35.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:07:35.342 [info] [command][eb2d025e-c00f-4d50-9be3-7b5640a8c65c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""eb2d025e-c00f-4d50-9be3-7b5640a8c65c""}\n2025-07-21 22:07:35.343 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][9074b77a-5e8d-421a-b288-a41c16024fc5] received connection request\n2025-07-21 22:07:35.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:07:35.388 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9074b77a-5e8d-421a-b288-a41c16024fc5] socks forwarding established\n2025-07-21 22:07:35.435 [info] [command][eb2d025e-c00f-4d50-9be3-7b5640a8c65c] Process exited with code 0\n2025-07-21 22:07:35.435 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9074b77a-5e8d-421a-b288-a41c16024fc5] socks connection closed\n2025-07-21 22:07:35.435 [info] [command][eb2d025e-c00f-4d50-9be3-7b5640a8c65c] Socket close event received\n2025-07-21 22:07:35.477 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58706 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:08:35.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:08:35.436 [info] [command][9f83a634-b146-48e5-8f91-b0667c54435b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""9f83a634-b146-48e5-8f91-b0667c54435b""}\n2025-07-21 22:08:35.436 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][afc4c8a3-9141-4111-b227-20b6c35fbca0] received connection request\n2025-07-21 22:08:35.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 22:08:35.437 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:08:35.477 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][afc4c8a3-9141-4111-b227-20b6c35fbca0] socks forwarding established\n2025-07-21 22:08:35.521 [info] [command][9f83a634-b146-48e5-8f91-b0667c54435b] Process exited with code 0\n2025-07-21 22:08:35.521 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][afc4c8a3-9141-4111-b227-20b6c35fbca0] socks connection closed\n2025-07-21 22:08:35.521 [info] [command][9f83a634-b146-48e5-8f91-b0667c54435b] Socket close event received\n2025-07-21 22:08:35.561 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58742 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:09:35.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:09:35.530 [info] [command][814ddef3-a7db-405b-b119-ec16e62340a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""814ddef3-a7db-405b-b119-ec16e62340a7""}\n2025-07-21 22:09:35.530 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][cd640200-ca23-4372-b3d1-0face3ef35e9] received connection request\n2025-07-21 22:09:35.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:09:35.577 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][cd640200-ca23-4372-b3d1-0face3ef35e9] socks forwarding established\n2025-07-21 22:09:35.625 [info] [command][814ddef3-a7db-405b-b119-ec16e62340a7] Process exited with code 0\n2025-07-21 22:09:35.626 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][cd640200-ca23-4372-b3d1-0face3ef35e9] socks connection closed\n2025-07-21 22:09:35.626 [info] [command][814ddef3-a7db-405b-b119-ec16e62340a7] Socket close event received\n2025-07-21 22:09:35.666 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58780 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:10:35.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:10:35.627 [info] [command][fa7eaee9-9922-49d4-8b87-41d58a203dab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""fa7eaee9-9922-49d4-8b87-41d58a203dab""}\n2025-07-21 22:10:35.627 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][8f9f7dd5-21a2-489f-9345-9e1bfb3da9a1] received connection request\n2025-07-21 22:10:35.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:10:35.671 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][8f9f7dd5-21a2-489f-9345-9e1bfb3da9a1] socks forwarding established\n2025-07-21 22:10:35.725 [info] [command][fa7eaee9-9922-49d4-8b87-41d58a203dab] Process exited with code 0\n2025-07-21 22:10:35.725 [info] [command][fa7eaee9-9922-49d4-8b87-41d58a203dab] Socket close event received\n2025-07-21 22:10:35.726 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][8f9f7dd5-21a2-489f-9345-9e1bfb3da9a1] socks connection closed\n2025-07-21 22:10:35.789 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58824 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:11:35.728 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:11:35.730 [info] [command][f6ecf7ef-9c96-4842-b04a-f0ec10fbea1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""f6ecf7ef-9c96-4842-b04a-f0ec10fbea1a""}\n2025-07-21 22:11:35.731 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][0cf679db-ae49-4586-8885-808ede06cd61] received connection request\n2025-07-21 22:11:35.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:11:35.776 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][0cf679db-ae49-4586-8885-808ede06cd61] socks forwarding established\n2025-07-21 22:11:35.820 [info] [command][f6ecf7ef-9c96-4842-b04a-f0ec10fbea1a] Process exited with code 0\n2025-07-21 22:11:35.820 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][0cf679db-ae49-4586-8885-808ede06cd61] socks connection closed\n2025-07-21 22:11:35.821 [info] [command][f6ecf7ef-9c96-4842-b04a-f0ec10fbea1a] Socket close event received\n2025-07-21 22:11:35.860 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58860 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:12:35.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:12:35.829 [info] [command][651d9ca4-6b3b-4b69-bc3b-e4dc4273c33e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""651d9ca4-6b3b-4b69-bc3b-e4dc4273c33e""}\n2025-07-21 22:12:35.830 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][97aaa622-3342-4c2e-ba26-b770c0dd9c91] received connection request\n2025-07-21 22:12:35.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:12:35.880 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][97aaa622-3342-4c2e-ba26-b770c0dd9c91] socks forwarding established\n2025-07-21 22:12:35.926 [info] [command][651d9ca4-6b3b-4b69-bc3b-e4dc4273c33e] Process exited with code 0\n2025-07-21 22:12:35.926 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][97aaa622-3342-4c2e-ba26-b770c0dd9c91] socks connection closed\n2025-07-21 22:12:35.927 [info] [command][651d9ca4-6b3b-4b69-bc3b-e4dc4273c33e] Socket close event received\n2025-07-21 22:12:35.968 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58887 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:13:35.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:13:35.935 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][fd41587c-b51b-4031-8a27-32e0e41cf3ed] received connection request\n2025-07-21 22:13:35.935 [info] [command][519d7ed8-954e-4b80-a6b0-0862843e6aba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""519d7ed8-954e-4b80-a6b0-0862843e6aba""}\n2025-07-21 22:13:35.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:13:35.976 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][fd41587c-b51b-4031-8a27-32e0e41cf3ed] socks forwarding established\n2025-07-21 22:13:36.020 [info] [command][519d7ed8-954e-4b80-a6b0-0862843e6aba] Process exited with code 0\n2025-07-21 22:13:36.020 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][fd41587c-b51b-4031-8a27-32e0e41cf3ed] socks connection closed\n2025-07-21 22:13:36.020 [info] [command][519d7ed8-954e-4b80-a6b0-0862843e6aba] Socket close event received\n2025-07-21 22:13:36.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58925 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:14:36.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:14:36.026 [info] [command][79e8e596-c83c-412f-af3e-10f67e9d56a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""79e8e596-c83c-412f-af3e-10f67e9d56a5""}\n2025-07-21 22:14:36.026 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][11b5dfed-0192-4467-be55-b00abe2adab7] received connection request\n2025-07-21 22:14:36.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:14:36.068 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][11b5dfed-0192-4467-be55-b00abe2adab7] socks forwarding established\n2025-07-21 22:14:36.158 [info] [command][79e8e596-c83c-412f-af3e-10f67e9d56a5] Process exited with code 0\n2025-07-21 22:14:36.159 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][11b5dfed-0192-4467-be55-b00abe2adab7] socks connection closed\n2025-07-21 22:14:36.159 [info] [command][79e8e596-c83c-412f-af3e-10f67e9d56a5] Socket close event received\n2025-07-21 22:14:36.201 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58966 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:15:36.163 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:15:36.164 [info] [command][3d9f42ce-64d7-470c-8a22-25892af84bd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""3d9f42ce-64d7-470c-8a22-25892af84bd9""}\n2025-07-21 22:15:36.164 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][5e9caca7-d20e-450a-9d20-520f1947869d] received connection request\n2025-07-21 22:15:36.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:15:36.204 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5e9caca7-d20e-450a-9d20-520f1947869d] socks forwarding established\n2025-07-21 22:15:36.250 [info] [command][3d9f42ce-64d7-470c-8a22-25892af84bd9] Process exited with code 0\n2025-07-21 22:15:36.250 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5e9caca7-d20e-450a-9d20-520f1947869d] socks connection closed\n2025-07-21 22:15:36.251 [info] [command][3d9f42ce-64d7-470c-8a22-25892af84bd9] Socket close event received\n2025-07-21 22:15:36.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58995 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:16:36.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:16:36.254 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][d6ebb0bb-33e1-476b-a7cd-de0a4ef3e26e] received connection request\n2025-07-21 22:16:36.255 [info] [command][b0e45b37-a1e6-4837-afc1-65b23f600208] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""b0e45b37-a1e6-4837-afc1-65b23f600208""}\n2025-07-21 22:16:36.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:16:36.299 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d6ebb0bb-33e1-476b-a7cd-de0a4ef3e26e] socks forwarding established\n2025-07-21 22:16:36.347 [info] [command][b0e45b37-a1e6-4837-afc1-65b23f600208] Process exited with code 0\n2025-07-21 22:16:36.347 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d6ebb0bb-33e1-476b-a7cd-de0a4ef3e26e] socks connection closed\n2025-07-21 22:16:36.347 [info] [command][b0e45b37-a1e6-4837-afc1-65b23f600208] Socket close event received\n2025-07-21 22:16:36.386 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59038 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:17:36.352 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:17:36.353 [info] [command][bde48c67-1231-40a5-a779-b6b2f8d581a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""bde48c67-1231-40a5-a779-b6b2f8d581a1""}\n2025-07-21 22:17:36.353 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][db80e3ff-0521-4782-9740-5e09d2c50bc1] received connection request\n2025-07-21 22:17:36.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:17:36.393 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][db80e3ff-0521-4782-9740-5e09d2c50bc1] socks forwarding established\n2025-07-21 22:17:36.440 [info] [command][bde48c67-1231-40a5-a779-b6b2f8d581a1] Process exited with code 0\n2025-07-21 22:17:36.441 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][db80e3ff-0521-4782-9740-5e09d2c50bc1] socks connection closed\n2025-07-21 22:17:36.441 [info] [command][bde48c67-1231-40a5-a779-b6b2f8d581a1] Socket close event received\n2025-07-21 22:17:36.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59058 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:18:36.441 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:18:36.444 [info] [command][59162fe0-0260-43b8-b1d8-80b5fd3e911d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""59162fe0-0260-43b8-b1d8-80b5fd3e911d""}\n2025-07-21 22:18:36.445 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][c06363de-d986-469d-9362-84faafe22ab8] received connection request\n2025-07-21 22:18:36.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:18:36.490 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c06363de-d986-469d-9362-84faafe22ab8] socks forwarding established\n2025-07-21 22:18:36.536 [info] [command][59162fe0-0260-43b8-b1d8-80b5fd3e911d] Process exited with code 0\n2025-07-21 22:18:36.537 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c06363de-d986-469d-9362-84faafe22ab8] socks connection closed\n2025-07-21 22:18:36.537 [info] [command][59162fe0-0260-43b8-b1d8-80b5fd3e911d] Socket close event received\n2025-07-21 22:18:36.577 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59089 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:19:36.542 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:19:36.544 [info] [command][4929ad82-2997-4ba5-badf-8efdca6504a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""4929ad82-2997-4ba5-badf-8efdca6504a5""}\n2025-07-21 22:19:36.544 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][9dc615cb-f204-4164-98a0-a6ba07b4880a] received connection request\n2025-07-21 22:19:36.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 22:19:36.545 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:19:36.600 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9dc615cb-f204-4164-98a0-a6ba07b4880a] socks forwarding established\n2025-07-21 22:19:36.691 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9dc615cb-f204-4164-98a0-a6ba07b4880a] socks connection closed\n2025-07-21 22:19:36.691 [info] [command][4929ad82-2997-4ba5-badf-8efdca6504a5] Process exited with code 0\n2025-07-21 22:19:36.692 [info] [command][4929ad82-2997-4ba5-badf-8efdca6504a5] Socket close event received\n2025-07-21 22:19:36.731 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59133 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:20:36.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:20:36.697 [info] [command][22ebf559-4b79-4682-8a66-2be5a84cd937] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""22ebf559-4b79-4682-8a66-2be5a84cd937""}\n2025-07-21 22:20:36.698 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][4794c06f-2cf0-47a8-a727-e73a52d88827] received connection request\n2025-07-21 22:20:36.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:20:36.740 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][4794c06f-2cf0-47a8-a727-e73a52d88827] socks forwarding established\n2025-07-21 22:20:36.785 [info] [command][22ebf559-4b79-4682-8a66-2be5a84cd937] Process exited with code 0\n2025-07-21 22:20:36.786 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][4794c06f-2cf0-47a8-a727-e73a52d88827] socks connection closed\n2025-07-21 22:20:36.786 [info] [command][22ebf559-4b79-4682-8a66-2be5a84cd937] Socket close event received\n2025-07-21 22:20:36.825 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59159 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:21:36.791 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:21:36.794 [info] [command][4b97b731-7bcc-437f-8276-891e93b4069a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""4b97b731-7bcc-437f-8276-891e93b4069a""}\n2025-07-21 22:21:36.795 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][a9fbf5ce-bdf6-4a19-9076-5c8033d1b4a5] received connection request\n2025-07-21 22:21:36.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:21:36.838 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][a9fbf5ce-bdf6-4a19-9076-5c8033d1b4a5] socks forwarding established\n2025-07-21 22:21:36.884 [info] [command][4b97b731-7bcc-437f-8276-891e93b4069a] Process exited with code 0\n2025-07-21 22:21:36.884 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][a9fbf5ce-bdf6-4a19-9076-5c8033d1b4a5] socks connection closed\n2025-07-21 22:21:36.885 [info] [command][4b97b731-7bcc-437f-8276-891e93b4069a] Socket close event received\n2025-07-21 22:21:36.931 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59187 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:22:36.887 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:22:36.888 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][7d46e7aa-9024-4ecd-935b-f61d1cbe1910] received connection request\n2025-07-21 22:22:36.889 [info] [command][e4e030b0-9130-477a-8db2-f244325eaab1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""e4e030b0-9130-477a-8db2-f244325eaab1""}\n2025-07-21 22:22:36.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:22:36.927 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7d46e7aa-9024-4ecd-935b-f61d1cbe1910] socks forwarding established\n2025-07-21 22:22:36.972 [info] [command][e4e030b0-9130-477a-8db2-f244325eaab1] Process exited with code 0\n2025-07-21 22:22:36.972 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7d46e7aa-9024-4ecd-935b-f61d1cbe1910] socks connection closed\n2025-07-21 22:22:36.972 [info] [command][e4e030b0-9130-477a-8db2-f244325eaab1] Socket close event received\n2025-07-21 22:22:37.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59205 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:23:36.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:23:36.981 [info] [command][b7d8ebee-be50-43aa-a2c3-bf402665c9ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""b7d8ebee-be50-43aa-a2c3-bf402665c9ef""}\n2025-07-21 22:23:36.982 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][50ca58b6-5507-4e4b-9ac5-1c411525ddaf] received connection request\n2025-07-21 22:23:36.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:23:37.041 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][50ca58b6-5507-4e4b-9ac5-1c411525ddaf] socks forwarding established\n2025-07-21 22:23:37.088 [info] [command][b7d8ebee-be50-43aa-a2c3-bf402665c9ef] Process exited with code 0\n2025-07-21 22:23:37.088 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][50ca58b6-5507-4e4b-9ac5-1c411525ddaf] socks connection closed\n2025-07-21 22:23:37.088 [info] [command][b7d8ebee-be50-43aa-a2c3-bf402665c9ef] Socket close event received\n2025-07-21 22:23:37.153 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59257 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:24:37.089 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:24:37.092 [info] [command][77d4e333-c90c-44d6-b1ba-3541ed31a94f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""77d4e333-c90c-44d6-b1ba-3541ed31a94f""}\n2025-07-21 22:24:37.092 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][60456275-dfb5-4c3f-9269-7995a82a794d] received connection request\n2025-07-21 22:24:37.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:24:37.138 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][60456275-dfb5-4c3f-9269-7995a82a794d] socks forwarding established\n2025-07-21 22:24:37.181 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][60456275-dfb5-4c3f-9269-7995a82a794d] socks connection closed\n2025-07-21 22:24:37.181 [info] [command][77d4e333-c90c-44d6-b1ba-3541ed31a94f] Process exited with code 0\n2025-07-21 22:24:37.182 [info] [command][77d4e333-c90c-44d6-b1ba-3541ed31a94f] Socket close event received\n2025-07-21 22:24:37.221 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59289 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:25:37.187 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:25:37.189 [info] [command][f3e7f75c-db35-4665-9635-8661a927b359] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""f3e7f75c-db35-4665-9635-8661a927b359""}\n2025-07-21 22:25:37.190 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][a38b27b0-000a-4022-b32a-5775cba0300c] received connection request\n2025-07-21 22:25:37.191 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:25:37.233 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][a38b27b0-000a-4022-b32a-5775cba0300c] socks forwarding established\n2025-07-21 22:25:37.280 [info] [command][f3e7f75c-db35-4665-9635-8661a927b359] Process exited with code 0\n2025-07-21 22:25:37.280 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][a38b27b0-000a-4022-b32a-5775cba0300c] socks connection closed\n2025-07-21 22:25:37.280 [info] [command][f3e7f75c-db35-4665-9635-8661a927b359] Socket close event received\n2025-07-21 22:25:37.320 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59315 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:26:37.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:26:37.284 [info] [command][038968a0-2f64-47dc-aa5f-21c3dad24ac2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""038968a0-2f64-47dc-aa5f-21c3dad24ac2""}\n2025-07-21 22:26:37.285 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][092b7d68-c227-4395-a376-073b8e607795] received connection request\n2025-07-21 22:26:37.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:26:37.333 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][092b7d68-c227-4395-a376-073b8e607795] socks forwarding established\n2025-07-21 22:26:37.379 [info] [command][038968a0-2f64-47dc-aa5f-21c3dad24ac2] Process exited with code 0\n2025-07-21 22:26:37.380 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][092b7d68-c227-4395-a376-073b8e607795] socks connection closed\n2025-07-21 22:26:37.380 [info] [command][038968a0-2f64-47dc-aa5f-21c3dad24ac2] Socket close event received\n2025-07-21 22:26:37.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59370 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:27:37.384 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:27:37.386 [info] [command][3ed07387-acd2-4d40-aaf4-09bc16c822e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""3ed07387-acd2-4d40-aaf4-09bc16c822e8""}\n2025-07-21 22:27:37.386 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][91311ef3-18af-4477-b1a0-309482f5f0d2] received connection request\n2025-07-21 22:27:37.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:27:37.428 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][91311ef3-18af-4477-b1a0-309482f5f0d2] socks forwarding established\n2025-07-21 22:27:37.471 [info] [command][3ed07387-acd2-4d40-aaf4-09bc16c822e8] Process exited with code 0\n2025-07-21 22:27:37.471 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][91311ef3-18af-4477-b1a0-309482f5f0d2] socks connection closed\n2025-07-21 22:27:37.471 [info] [command][3ed07387-acd2-4d40-aaf4-09bc16c822e8] Socket close event received\n2025-07-21 22:27:37.510 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59393 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:28:37.474 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:28:37.476 [info] [command][c6e1d41a-64f2-4b46-9b4b-98fefdee2441] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""c6e1d41a-64f2-4b46-9b4b-98fefdee2441""}\n2025-07-21 22:28:37.478 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][b6bb7cb0-a7d9-4649-b915-dd5d6193bfbf] received connection request\n2025-07-21 22:28:37.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:28:37.522 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][b6bb7cb0-a7d9-4649-b915-dd5d6193bfbf] socks forwarding established\n2025-07-21 22:28:37.565 [info] [command][c6e1d41a-64f2-4b46-9b4b-98fefdee2441] Process exited with code 0\n2025-07-21 22:28:37.565 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][b6bb7cb0-a7d9-4649-b915-dd5d6193bfbf] socks connection closed\n2025-07-21 22:28:37.565 [info] [command][c6e1d41a-64f2-4b46-9b4b-98fefdee2441] Socket close event received\n2025-07-21 22:28:37.607 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59428 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:29:37.568 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:29:37.571 [info] [command][7ae4f7d7-bd54-4931-ad6d-6ee3a8bb0923] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""7ae4f7d7-bd54-4931-ad6d-6ee3a8bb0923""}\n2025-07-21 22:29:37.572 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][e0539b55-6580-4c62-a395-c3cd128c57c8] received connection request\n2025-07-21 22:29:37.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:29:37.646 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][e0539b55-6580-4c62-a395-c3cd128c57c8] socks forwarding established\n2025-07-21 22:29:37.705 [info] [command][7ae4f7d7-bd54-4931-ad6d-6ee3a8bb0923] Process exited with code 0\n2025-07-21 22:29:37.705 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][e0539b55-6580-4c62-a395-c3cd128c57c8] socks connection closed\n2025-07-21 22:29:37.705 [info] [command][7ae4f7d7-bd54-4931-ad6d-6ee3a8bb0923] Socket close event received\n2025-07-21 22:29:37.753 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59485 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:30:37.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:30:37.709 [info] [command][980a0841-3d35-4b68-99e6-706270a73703] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""980a0841-3d35-4b68-99e6-706270a73703""}\n2025-07-21 22:30:37.710 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][7430a80a-e4f6-4832-a97a-c940e38f490e] received connection request\n2025-07-21 22:30:37.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:30:37.753 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7430a80a-e4f6-4832-a97a-c940e38f490e] socks forwarding established\n2025-07-21 22:30:37.797 [info] [command][980a0841-3d35-4b68-99e6-706270a73703] Process exited with code 0\n2025-07-21 22:30:37.797 [info] [command][980a0841-3d35-4b68-99e6-706270a73703] Socket close event received\n2025-07-21 22:30:37.797 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7430a80a-e4f6-4832-a97a-c940e38f490e] socks connection closed\n2025-07-21 22:30:37.836 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59505 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:31:37.801 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:31:37.804 [info] [command][200c96b1-43a0-4495-9c2f-0ef96926d041] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""200c96b1-43a0-4495-9c2f-0ef96926d041""}\n2025-07-21 22:31:37.805 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][f76c1eb8-2c48-4ea7-bf6a-45fbf0c98b85] received connection request\n2025-07-21 22:31:37.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:31:37.847 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f76c1eb8-2c48-4ea7-bf6a-45fbf0c98b85] socks forwarding established\n2025-07-21 22:31:37.891 [info] [command][200c96b1-43a0-4495-9c2f-0ef96926d041] Process exited with code 0\n2025-07-21 22:31:37.892 [info] [command][200c96b1-43a0-4495-9c2f-0ef96926d041] Socket close event received\n2025-07-21 22:31:37.893 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f76c1eb8-2c48-4ea7-bf6a-45fbf0c98b85] socks connection closed\n2025-07-21 22:31:37.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59536 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:32:37.897 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:32:37.899 [info] [command][f81631b5-96d9-42e3-b653-53d95c6de1a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""f81631b5-96d9-42e3-b653-53d95c6de1a2""}\n2025-07-21 22:32:37.899 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][019bd8c0-cbfe-46d7-8f51-f4baa51832ee] received connection request\n2025-07-21 22:32:37.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:32:37.943 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][019bd8c0-cbfe-46d7-8f51-f4baa51832ee] socks forwarding established\n2025-07-21 22:32:37.986 [info] [command][f81631b5-96d9-42e3-b653-53d95c6de1a2] Process exited with code 0\n2025-07-21 22:32:37.986 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][019bd8c0-cbfe-46d7-8f51-f4baa51832ee] socks connection closed\n2025-07-21 22:32:37.986 [info] [command][f81631b5-96d9-42e3-b653-53d95c6de1a2] Socket close event received\n2025-07-21 22:32:38.025 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59595 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:33:37.991 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:33:37.993 [info] [command][db2a7889-5f5b-40b0-a3cd-46b4e302c9f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""db2a7889-5f5b-40b0-a3cd-46b4e302c9f8""}\n2025-07-21 22:33:37.994 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][d12495f6-1f48-43aa-8553-73991c5f7690] received connection request\n2025-07-21 22:33:37.994 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:33:38.034 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d12495f6-1f48-43aa-8553-73991c5f7690] socks forwarding established\n2025-07-21 22:33:38.079 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d12495f6-1f48-43aa-8553-73991c5f7690] socks connection closed\n2025-07-21 22:33:38.079 [info] [command][db2a7889-5f5b-40b0-a3cd-46b4e302c9f8] Process exited with code 0\n2025-07-21 22:33:38.080 [info] [command][db2a7889-5f5b-40b0-a3cd-46b4e302c9f8] Socket close event received\n2025-07-21 22:33:38.119 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59630 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:34:38.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:34:38.087 [info] [command][625cd312-0358-4ebb-a5a0-f35b7cf10225] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""625cd312-0358-4ebb-a5a0-f35b7cf10225""}\n2025-07-21 22:34:38.087 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][9055637f-60d0-454c-95d9-59569a4ed0cc] received connection request\n2025-07-21 22:34:38.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 22:34:38.088 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:34:38.151 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9055637f-60d0-454c-95d9-59569a4ed0cc] socks forwarding established\n2025-07-21 22:34:38.277 [info] [command][625cd312-0358-4ebb-a5a0-f35b7cf10225] Process exited with code 0\n2025-07-21 22:34:38.277 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9055637f-60d0-454c-95d9-59569a4ed0cc] socks connection closed\n2025-07-21 22:34:38.277 [info] [command][625cd312-0358-4ebb-a5a0-f35b7cf10225] Socket close event received\n2025-07-21 22:34:38.320 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59663 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:35:38.277 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:35:38.279 [info] [command][7587e01f-fb80-44a6-bc1d-51efbee8c8a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""7587e01f-fb80-44a6-bc1d-51efbee8c8a1""}\n2025-07-21 22:35:38.280 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][98394fd9-b096-4e10-b08c-cd4b97bb435f] received connection request\n2025-07-21 22:35:38.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:35:38.323 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][98394fd9-b096-4e10-b08c-cd4b97bb435f] socks forwarding established\n2025-07-21 22:35:38.370 [info] [command][7587e01f-fb80-44a6-bc1d-51efbee8c8a1] Process exited with code 0\n2025-07-21 22:35:38.370 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][98394fd9-b096-4e10-b08c-cd4b97bb435f] socks connection closed\n2025-07-21 22:35:38.371 [info] [command][7587e01f-fb80-44a6-bc1d-51efbee8c8a1] Socket close event received\n2025-07-21 22:35:38.409 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59693 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:36:38.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:36:38.377 [info] [command][f8bdaf23-f3ae-4976-bf57-9ffc55027e3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""f8bdaf23-f3ae-4976-bf57-9ffc55027e3b""}\n2025-07-21 22:36:38.378 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][5f5a7046-aa23-4444-b6a5-68e02d52b086] received connection request\n2025-07-21 22:36:38.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:36:38.418 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5f5a7046-aa23-4444-b6a5-68e02d52b086] socks forwarding established\n2025-07-21 22:36:38.463 [info] [command][f8bdaf23-f3ae-4976-bf57-9ffc55027e3b] Process exited with code 0\n2025-07-21 22:36:38.463 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5f5a7046-aa23-4444-b6a5-68e02d52b086] socks connection closed\n2025-07-21 22:36:38.463 [info] [command][f8bdaf23-f3ae-4976-bf57-9ffc55027e3b] Socket close event received\n2025-07-21 22:36:38.504 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59728 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:37:38.468 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:37:38.471 [info] [command][a5431c24-7e15-46a2-bca5-9ad3355fcf9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""a5431c24-7e15-46a2-bca5-9ad3355fcf9a""}\n2025-07-21 22:37:38.472 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][425965f5-5908-45cf-a055-a1ddbc271429] received connection request\n2025-07-21 22:37:38.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:37:38.514 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][425965f5-5908-45cf-a055-a1ddbc271429] socks forwarding established\n2025-07-21 22:37:38.559 [info] [command][a5431c24-7e15-46a2-bca5-9ad3355fcf9a] Process exited with code 0\n2025-07-21 22:37:38.560 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][425965f5-5908-45cf-a055-a1ddbc271429] socks connection closed\n2025-07-21 22:37:38.560 [info] [command][a5431c24-7e15-46a2-bca5-9ad3355fcf9a] Socket close event received\n2025-07-21 22:37:38.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59745 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:38:38.562 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:38:38.564 [info] [command][dde39eec-6ea5-4a91-b369-a2a5bbf43f1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""dde39eec-6ea5-4a91-b369-a2a5bbf43f1b""}\n2025-07-21 22:38:38.564 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][34eb66ed-01b9-49fe-9d97-80ca4286350c] received connection request\n2025-07-21 22:38:38.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:38:38.605 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][34eb66ed-01b9-49fe-9d97-80ca4286350c] socks forwarding established\n2025-07-21 22:38:38.653 [info] [command][dde39eec-6ea5-4a91-b369-a2a5bbf43f1b] Process exited with code 0\n2025-07-21 22:38:38.653 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][34eb66ed-01b9-49fe-9d97-80ca4286350c] socks connection closed\n2025-07-21 22:38:38.654 [info] [command][dde39eec-6ea5-4a91-b369-a2a5bbf43f1b] Socket close event received\n2025-07-21 22:38:38.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59776 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:39:38.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:39:38.662 [info] [command][33f9090c-c72b-4db9-914e-08792a3bf4e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""33f9090c-c72b-4db9-914e-08792a3bf4e7""}\n2025-07-21 22:39:38.662 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][d9723abd-d98a-4032-a1b5-396c09812e88] received connection request\n2025-07-21 22:39:38.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:39:38.750 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d9723abd-d98a-4032-a1b5-396c09812e88] socks forwarding established\n2025-07-21 22:39:38.854 [info] [command][33f9090c-c72b-4db9-914e-08792a3bf4e7] Process exited with code 0\n2025-07-21 22:39:38.854 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d9723abd-d98a-4032-a1b5-396c09812e88] socks connection closed\n2025-07-21 22:39:38.855 [info] [command][33f9090c-c72b-4db9-914e-08792a3bf4e7] Socket close event received\n2025-07-21 22:39:38.896 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59814 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:40:38.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:40:38.858 [info] [command][37b353b2-7fd0-491a-8505-1f72ef5e25fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""37b353b2-7fd0-491a-8505-1f72ef5e25fa""}\n2025-07-21 22:40:38.859 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][17c5ce32-549a-4ef8-97b4-0cf6cd9ab47d] received connection request\n2025-07-21 22:40:38.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:40:38.976 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][17c5ce32-549a-4ef8-97b4-0cf6cd9ab47d] socks forwarding established\n2025-07-21 22:40:39.023 [info] [command][37b353b2-7fd0-491a-8505-1f72ef5e25fa] Process exited with code 0\n2025-07-21 22:40:39.023 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][17c5ce32-549a-4ef8-97b4-0cf6cd9ab47d] socks connection closed\n2025-07-21 22:40:39.024 [info] [command][37b353b2-7fd0-491a-8505-1f72ef5e25fa] Socket close event received\n2025-07-21 22:40:39.064 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59838 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:41:39.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:41:39.027 [info] [command][ed0b4e78-8481-4355-821d-c280e50dc7fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""ed0b4e78-8481-4355-821d-c280e50dc7fc""}\n2025-07-21 22:41:39.028 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][9c393fa1-a55a-4a5b-9a96-94a99f06129b] received connection request\n2025-07-21 22:41:39.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 22:41:39.028 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:41:39.128 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9c393fa1-a55a-4a5b-9a96-94a99f06129b] socks forwarding established\n2025-07-21 22:41:39.302 [info] [command][ed0b4e78-8481-4355-821d-c280e50dc7fc] Process exited with code 0\n2025-07-21 22:41:39.303 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9c393fa1-a55a-4a5b-9a96-94a99f06129b] socks connection closed\n2025-07-21 22:41:39.303 [info] [command][ed0b4e78-8481-4355-821d-c280e50dc7fc] Socket close event received\n2025-07-21 22:41:39.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59884 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:42:39.307 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:42:39.308 [info] [command][41d6568e-6b89-4752-87f8-9798e1a808a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""41d6568e-6b89-4752-87f8-9798e1a808a5""}\n2025-07-21 22:42:39.308 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][00b0e0ec-f070-47e3-ad58-630368df1799] received connection request\n2025-07-21 22:42:39.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:42:39.354 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][00b0e0ec-f070-47e3-ad58-630368df1799] socks forwarding established\n2025-07-21 22:42:39.400 [info] [command][41d6568e-6b89-4752-87f8-9798e1a808a5] Process exited with code 0\n2025-07-21 22:42:39.400 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][00b0e0ec-f070-47e3-ad58-630368df1799] socks connection closed\n2025-07-21 22:42:39.400 [info] [command][41d6568e-6b89-4752-87f8-9798e1a808a5] Socket close event received\n2025-07-21 22:42:39.440 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59912 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:43:39.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:43:39.406 [info] [command][e1ba7ee0-ae06-4d73-881b-9ce06a72ced8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""e1ba7ee0-ae06-4d73-881b-9ce06a72ced8""}\n2025-07-21 22:43:39.407 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][e337e342-244e-487a-8032-67694fac2915] received connection request\n2025-07-21 22:43:39.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:43:39.447 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][e337e342-244e-487a-8032-67694fac2915] socks forwarding established\n2025-07-21 22:43:39.505 [info] [command][e1ba7ee0-ae06-4d73-881b-9ce06a72ced8] Process exited with code 0\n2025-07-21 22:43:39.505 [info] [command][e1ba7ee0-ae06-4d73-881b-9ce06a72ced8] Socket close event received\n2025-07-21 22:43:39.506 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][e337e342-244e-487a-8032-67694fac2915] socks connection closed\n2025-07-21 22:43:39.545 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 59970 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:44:39.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:44:39.509 [info] [command][68935e1d-63af-46fd-89e4-0c75f23948a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""68935e1d-63af-46fd-89e4-0c75f23948a6""}\n2025-07-21 22:44:39.509 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][752b2f1c-bfd3-4d62-8fd8-f51e05cbcbea] received connection request\n2025-07-21 22:44:39.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:44:39.551 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][752b2f1c-bfd3-4d62-8fd8-f51e05cbcbea] socks forwarding established\n2025-07-21 22:44:39.598 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][752b2f1c-bfd3-4d62-8fd8-f51e05cbcbea] socks connection closed\n2025-07-21 22:44:39.599 [info] [command][68935e1d-63af-46fd-89e4-0c75f23948a6] Process exited with code 0\n2025-07-21 22:44:39.599 [info] [command][68935e1d-63af-46fd-89e4-0c75f23948a6] Socket close event received\n2025-07-21 22:44:39.639 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60010 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:45:39.601 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:45:39.604 [info] [command][783a1152-e9a0-462e-a6ad-204289eccf30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""783a1152-e9a0-462e-a6ad-204289eccf30""}\n2025-07-21 22:45:39.605 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][6d0ec7ad-4bce-40b7-981d-b31eca49684c] received connection request\n2025-07-21 22:45:39.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:45:39.646 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][6d0ec7ad-4bce-40b7-981d-b31eca49684c] socks forwarding established\n2025-07-21 22:45:39.689 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][6d0ec7ad-4bce-40b7-981d-b31eca49684c] socks connection closed\n2025-07-21 22:45:39.689 [info] [command][783a1152-e9a0-462e-a6ad-204289eccf30] Process exited with code 0\n2025-07-21 22:45:39.690 [info] [command][783a1152-e9a0-462e-a6ad-204289eccf30] Socket close event received\n2025-07-21 22:45:39.728 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60039 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:46:39.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:46:39.692 [info] [command][f7fc3ec6-ec2b-4ede-8b14-223f06534128] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""f7fc3ec6-ec2b-4ede-8b14-223f06534128""}\n2025-07-21 22:46:39.693 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][0d36403d-c254-4888-a738-6a3d03594807] received connection request\n2025-07-21 22:46:39.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 22:46:39.694 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:46:39.746 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][0d36403d-c254-4888-a738-6a3d03594807] socks forwarding established\n2025-07-21 22:46:39.804 [info] [command][f7fc3ec6-ec2b-4ede-8b14-223f06534128] Process exited with code 0\n2025-07-21 22:46:39.804 [info] [command][f7fc3ec6-ec2b-4ede-8b14-223f06534128] Socket close event received\n2025-07-21 22:46:39.859 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][0d36403d-c254-4888-a738-6a3d03594807] socks connection closed\n2025-07-21 22:46:39.863 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60098 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:47:39.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:47:39.809 [info] [command][60ceda2e-ac21-486c-8aab-1026fa1fdf05] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""60ceda2e-ac21-486c-8aab-1026fa1fdf05""}\n2025-07-21 22:47:39.809 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][3249b077-86bd-4c9f-8d8a-c76b85447ac4] received connection request\n2025-07-21 22:47:39.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:47:39.849 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][3249b077-86bd-4c9f-8d8a-c76b85447ac4] socks forwarding established\n2025-07-21 22:47:39.893 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][3249b077-86bd-4c9f-8d8a-c76b85447ac4] socks connection closed\n2025-07-21 22:47:39.893 [info] [command][60ceda2e-ac21-486c-8aab-1026fa1fdf05] Process exited with code 0\n2025-07-21 22:47:39.893 [info] [command][60ceda2e-ac21-486c-8aab-1026fa1fdf05] Socket close event received\n2025-07-21 22:47:39.932 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60138 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:48:39.894 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:48:39.896 [info] [command][8160f0e0-2e18-4652-ba67-5f7e758f492b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""8160f0e0-2e18-4652-ba67-5f7e758f492b""}\n2025-07-21 22:48:39.897 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][39140dac-d52d-45f6-8e3b-fa55ae7e862f] received connection request\n2025-07-21 22:48:39.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:48:40.035 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][39140dac-d52d-45f6-8e3b-fa55ae7e862f] socks forwarding established\n2025-07-21 22:48:40.083 [info] [command][8160f0e0-2e18-4652-ba67-5f7e758f492b] Process exited with code 0\n2025-07-21 22:48:40.084 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][39140dac-d52d-45f6-8e3b-fa55ae7e862f] socks connection closed\n2025-07-21 22:48:40.084 [info] [command][8160f0e0-2e18-4652-ba67-5f7e758f492b] Socket close event received\n2025-07-21 22:48:40.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60179 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:49:40.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:49:40.089 [info] [command][5772a8c1-0858-4cae-9072-b9e9cb6524ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""5772a8c1-0858-4cae-9072-b9e9cb6524ea""}\n2025-07-21 22:49:40.090 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][49c44d27-7e8b-452c-bee1-fc8fbbe71ba2] received connection request\n2025-07-21 22:49:40.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:49:40.133 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][49c44d27-7e8b-452c-bee1-fc8fbbe71ba2] socks forwarding established\n2025-07-21 22:49:40.179 [info] [command][5772a8c1-0858-4cae-9072-b9e9cb6524ea] Process exited with code 0\n2025-07-21 22:49:40.180 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][49c44d27-7e8b-452c-bee1-fc8fbbe71ba2] socks connection closed\n2025-07-21 22:49:40.180 [info] [command][5772a8c1-0858-4cae-9072-b9e9cb6524ea] Socket close event received\n2025-07-21 22:49:40.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60219 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:50:40.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:50:40.184 [info] [command][3b6307bb-5f1b-43c5-991d-8a26f60469ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""3b6307bb-5f1b-43c5-991d-8a26f60469ab""}\n2025-07-21 22:50:40.185 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][2ba8142b-aa7c-4837-a070-f74990ce5011] received connection request\n2025-07-21 22:50:40.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:50:40.230 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2ba8142b-aa7c-4837-a070-f74990ce5011] socks forwarding established\n2025-07-21 22:50:40.274 [info] [command][3b6307bb-5f1b-43c5-991d-8a26f60469ab] Process exited with code 0\n2025-07-21 22:50:40.275 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2ba8142b-aa7c-4837-a070-f74990ce5011] socks connection closed\n2025-07-21 22:50:40.275 [info] [command][3b6307bb-5f1b-43c5-991d-8a26f60469ab] Socket close event received\n2025-07-21 22:50:40.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60238 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:51:40.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:51:40.279 [info] [command][aa2a426b-f056-4c8f-8701-8ee65a969a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""aa2a426b-f056-4c8f-8701-8ee65a969a30""}\n2025-07-21 22:51:40.280 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][858fd38a-c16f-451a-83f0-5008538ff988] received connection request\n2025-07-21 22:51:40.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:51:40.326 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][858fd38a-c16f-451a-83f0-5008538ff988] socks forwarding established\n2025-07-21 22:51:40.371 [info] [command][aa2a426b-f056-4c8f-8701-8ee65a969a30] Process exited with code 0\n2025-07-21 22:51:40.371 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][858fd38a-c16f-451a-83f0-5008538ff988] socks connection closed\n2025-07-21 22:51:40.372 [info] [command][aa2a426b-f056-4c8f-8701-8ee65a969a30] Socket close event received\n2025-07-21 22:51:40.410 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60294 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:52:40.374 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:52:40.375 [info] [command][d6f957f4-9641-43ad-80e4-af3983ba9596] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""d6f957f4-9641-43ad-80e4-af3983ba9596""}\n2025-07-21 22:52:40.376 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][88c0d4f7-a45f-44db-a2fc-ec627d404e54] received connection request\n2025-07-21 22:52:40.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 22:52:40.376 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:52:40.418 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][88c0d4f7-a45f-44db-a2fc-ec627d404e54] socks forwarding established\n2025-07-21 22:52:40.465 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][88c0d4f7-a45f-44db-a2fc-ec627d404e54] socks connection closed\n2025-07-21 22:52:40.465 [info] [command][d6f957f4-9641-43ad-80e4-af3983ba9596] Process exited with code 0\n2025-07-21 22:52:40.465 [info] [command][d6f957f4-9641-43ad-80e4-af3983ba9596] Socket close event received\n2025-07-21 22:52:40.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60326 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:53:40.467 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:53:40.469 [info] [command][ba30fdd4-10b5-427c-9b81-fd58a7ebc251] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""ba30fdd4-10b5-427c-9b81-fd58a7ebc251""}\n2025-07-21 22:53:40.469 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][91073ae0-f955-4e8c-9355-0d720053f0eb] received connection request\n2025-07-21 22:53:40.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:53:40.544 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][91073ae0-f955-4e8c-9355-0d720053f0eb] socks forwarding established\n2025-07-21 22:53:40.590 [info] [command][ba30fdd4-10b5-427c-9b81-fd58a7ebc251] Process exited with code 0\n2025-07-21 22:53:40.590 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][91073ae0-f955-4e8c-9355-0d720053f0eb] socks connection closed\n2025-07-21 22:53:40.590 [info] [command][ba30fdd4-10b5-427c-9b81-fd58a7ebc251] Socket close event received\n2025-07-21 22:53:40.634 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60371 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:54:40.591 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:54:40.594 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][20443249-dd44-4d4d-8a80-1bf7b61ca532] received connection request\n2025-07-21 22:54:40.594 [info] [command][e99a56c6-4d99-47e3-acb7-8ca4ea6f35ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""e99a56c6-4d99-47e3-acb7-8ca4ea6f35ea""}\n2025-07-21 22:54:40.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:54:40.637 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][20443249-dd44-4d4d-8a80-1bf7b61ca532] socks forwarding established\n2025-07-21 22:54:40.683 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][20443249-dd44-4d4d-8a80-1bf7b61ca532] socks connection closed\n2025-07-21 22:54:40.683 [info] [command][e99a56c6-4d99-47e3-acb7-8ca4ea6f35ea] Process exited with code 0\n2025-07-21 22:54:40.683 [info] [command][e99a56c6-4d99-47e3-acb7-8ca4ea6f35ea] Socket close event received\n2025-07-21 22:54:40.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60413 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:55:40.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:55:40.685 [info] [command][04c14ade-cdbb-474d-a017-154df40d2ef6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""04c14ade-cdbb-474d-a017-154df40d2ef6""}\n2025-07-21 22:55:40.685 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][c6d791c2-ebf7-4542-91b5-8d8abbc81da9] received connection request\n2025-07-21 22:55:40.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:55:40.725 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c6d791c2-ebf7-4542-91b5-8d8abbc81da9] socks forwarding established\n2025-07-21 22:55:40.770 [info] [command][04c14ade-cdbb-474d-a017-154df40d2ef6] Process exited with code 0\n2025-07-21 22:55:40.771 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c6d791c2-ebf7-4542-91b5-8d8abbc81da9] socks connection closed\n2025-07-21 22:55:40.771 [info] [command][04c14ade-cdbb-474d-a017-154df40d2ef6] Socket close event received\n2025-07-21 22:55:40.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60438 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:56:40.776 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:56:40.778 [info] [command][a7b34794-f730-4cc1-a110-a0fba710869e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""a7b34794-f730-4cc1-a110-a0fba710869e""}\n2025-07-21 22:56:40.779 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][357e65dc-f421-45b0-9ad5-2be6bac2f097] received connection request\n2025-07-21 22:56:40.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:56:40.822 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][357e65dc-f421-45b0-9ad5-2be6bac2f097] socks forwarding established\n2025-07-21 22:56:40.866 [info] [command][a7b34794-f730-4cc1-a110-a0fba710869e] Process exited with code 0\n2025-07-21 22:56:40.867 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][357e65dc-f421-45b0-9ad5-2be6bac2f097] socks connection closed\n2025-07-21 22:56:40.867 [info] [command][a7b34794-f730-4cc1-a110-a0fba710869e] Socket close event received\n2025-07-21 22:56:40.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60471 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:57:40.868 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:57:40.868 [info] [command][331b20b3-c474-49e4-80fb-6661eb65e038] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""331b20b3-c474-49e4-80fb-6661eb65e038""}\n2025-07-21 22:57:40.869 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][ad5a7c3f-8281-4af4-906b-73a7474ea58a] received connection request\n2025-07-21 22:57:40.869 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:57:40.911 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ad5a7c3f-8281-4af4-906b-73a7474ea58a] socks forwarding established\n2025-07-21 22:57:40.961 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ad5a7c3f-8281-4af4-906b-73a7474ea58a] socks connection closed\n2025-07-21 22:57:40.961 [info] [command][331b20b3-c474-49e4-80fb-6661eb65e038] Process exited with code 0\n2025-07-21 22:57:40.961 [info] [command][331b20b3-c474-49e4-80fb-6661eb65e038] Socket close event received\n2025-07-21 22:57:41.000 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60495 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:58:40.964 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:58:40.965 [info] [command][6aafff89-4bf5-4b4b-83ad-f83063e192e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""6aafff89-4bf5-4b4b-83ad-f83063e192e6""}\n2025-07-21 22:58:40.965 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][48754c5b-a35e-491c-aaf5-0cd479a6adcc] received connection request\n2025-07-21 22:58:40.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:58:41.009 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][48754c5b-a35e-491c-aaf5-0cd479a6adcc] socks forwarding established\n2025-07-21 22:58:41.054 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][48754c5b-a35e-491c-aaf5-0cd479a6adcc] socks connection closed\n2025-07-21 22:58:41.054 [info] [command][6aafff89-4bf5-4b4b-83ad-f83063e192e6] Process exited with code 0\n2025-07-21 22:58:41.054 [info] [command][6aafff89-4bf5-4b4b-83ad-f83063e192e6] Socket close event received\n2025-07-21 22:58:41.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60545 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:59:41.058 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:59:41.060 [info] [command][01b349f2-be2f-4de4-b08e-0b62c5ddbadc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""01b349f2-be2f-4de4-b08e-0b62c5ddbadc""}\n2025-07-21 22:59:41.061 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][9d1bd392-c576-469c-8d2f-b11d1db57d21] received connection request\n2025-07-21 22:59:41.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:59:41.106 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9d1bd392-c576-469c-8d2f-b11d1db57d21] socks forwarding established\n2025-07-21 22:59:41.155 [info] [command][01b349f2-be2f-4de4-b08e-0b62c5ddbadc] Process exited with code 0\n2025-07-21 22:59:41.155 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][9d1bd392-c576-469c-8d2f-b11d1db57d21] socks connection closed\n2025-07-21 22:59:41.155 [info] [command][01b349f2-be2f-4de4-b08e-0b62c5ddbadc] Socket close event received\n2025-07-21 22:59:41.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60584 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:00:41.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:00:41.157 [info] [command][331681b5-4957-4469-9f0d-aae90cf6e2aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""331681b5-4957-4469-9f0d-aae90cf6e2aa""}\n2025-07-21 23:00:41.158 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][649fc46c-99bf-4ba2-ad9e-c86f7576851d] received connection request\n2025-07-21 23:00:41.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:00:41.200 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][649fc46c-99bf-4ba2-ad9e-c86f7576851d] socks forwarding established\n2025-07-21 23:00:41.245 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][649fc46c-99bf-4ba2-ad9e-c86f7576851d] socks connection closed\n2025-07-21 23:00:41.245 [info] [command][331681b5-4957-4469-9f0d-aae90cf6e2aa] Process exited with code 0\n2025-07-21 23:00:41.245 [info] [command][331681b5-4957-4469-9f0d-aae90cf6e2aa] Socket close event received\n2025-07-21 23:00:41.286 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60622 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:01:41.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:01:41.251 [info] [command][95af36bb-2e35-4745-9495-51fa24759a0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""95af36bb-2e35-4745-9495-51fa24759a0e""}\n2025-07-21 23:01:41.252 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][13949e31-ccaf-4f5d-a516-3eb337c22568] received connection request\n2025-07-21 23:01:41.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:01:41.297 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][13949e31-ccaf-4f5d-a516-3eb337c22568] socks forwarding established\n2025-07-21 23:01:41.342 [info] [command][95af36bb-2e35-4745-9495-51fa24759a0e] Process exited with code 0\n2025-07-21 23:01:41.342 [info] [command][95af36bb-2e35-4745-9495-51fa24759a0e] Socket close event received\n2025-07-21 23:01:41.343 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][13949e31-ccaf-4f5d-a516-3eb337c22568] socks connection closed\n2025-07-21 23:01:41.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60665 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:02:41.344 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:02:41.347 [info] [command][40c3fc54-cdbe-4da2-9a7a-b74d1ec17328] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""40c3fc54-cdbe-4da2-9a7a-b74d1ec17328""}\n2025-07-21 23:02:41.348 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][c188be3f-1786-47fc-a579-82e0666a78f7] received connection request\n2025-07-21 23:02:41.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:02:41.394 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c188be3f-1786-47fc-a579-82e0666a78f7] socks forwarding established\n2025-07-21 23:02:41.440 [info] [command][40c3fc54-cdbe-4da2-9a7a-b74d1ec17328] Process exited with code 0\n2025-07-21 23:02:41.440 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c188be3f-1786-47fc-a579-82e0666a78f7] socks connection closed\n2025-07-21 23:02:41.440 [info] [command][40c3fc54-cdbe-4da2-9a7a-b74d1ec17328] Socket close event received\n2025-07-21 23:02:41.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60687 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:03:41.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:03:41.443 [info] [command][8ec55ffa-a592-4920-b4da-b81faddcf8b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""8ec55ffa-a592-4920-b4da-b81faddcf8b5""}\n2025-07-21 23:03:41.443 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][f1610480-fb80-48a9-9cee-23c4089f059b] received connection request\n2025-07-21 23:03:41.444 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 23:03:41.444 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:03:41.489 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f1610480-fb80-48a9-9cee-23c4089f059b] socks forwarding established\n2025-07-21 23:03:41.540 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f1610480-fb80-48a9-9cee-23c4089f059b] socks connection closed\n2025-07-21 23:03:41.540 [info] [command][8ec55ffa-a592-4920-b4da-b81faddcf8b5] Process exited with code 0\n2025-07-21 23:03:41.540 [info] [command][8ec55ffa-a592-4920-b4da-b81faddcf8b5] Socket close event received\n2025-07-21 23:03:41.581 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60733 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:04:41.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:04:41.547 [info] [command][f476ef6c-713f-46a2-baa3-61c8a6ccb21e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""f476ef6c-713f-46a2-baa3-61c8a6ccb21e""}\n2025-07-21 23:04:41.548 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][825d256e-002a-488f-ba00-9243d5264d43] received connection request\n2025-07-21 23:04:41.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:04:41.597 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][825d256e-002a-488f-ba00-9243d5264d43] socks forwarding established\n2025-07-21 23:04:41.642 [info] [command][f476ef6c-713f-46a2-baa3-61c8a6ccb21e] Process exited with code 0\n2025-07-21 23:04:41.643 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][825d256e-002a-488f-ba00-9243d5264d43] socks connection closed\n2025-07-21 23:04:41.643 [info] [command][f476ef6c-713f-46a2-baa3-61c8a6ccb21e] Socket close event received\n2025-07-21 23:04:41.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60770 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:05:41.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:05:41.648 [info] [command][bdb414cb-6fac-450b-aab1-b15bfc160be7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""bdb414cb-6fac-450b-aab1-b15bfc160be7""}\n2025-07-21 23:05:41.649 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][581de44f-f8f6-4d65-ae3a-2b7375d68c9e] received connection request\n2025-07-21 23:05:41.650 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:05:41.696 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][581de44f-f8f6-4d65-ae3a-2b7375d68c9e] socks forwarding established\n2025-07-21 23:05:41.744 [info] [command][bdb414cb-6fac-450b-aab1-b15bfc160be7] Process exited with code 0\n2025-07-21 23:05:41.744 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][581de44f-f8f6-4d65-ae3a-2b7375d68c9e] socks connection closed\n2025-07-21 23:05:41.745 [info] [command][bdb414cb-6fac-450b-aab1-b15bfc160be7] Socket close event received\n2025-07-21 23:05:41.785 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60795 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:06:41.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:06:41.751 [info] [command][b44ef12f-ffa3-4ced-8ff1-46e96876b194] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""b44ef12f-ffa3-4ced-8ff1-46e96876b194""}\n2025-07-21 23:06:41.751 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][70ca0657-6e01-413d-a448-da4bee6f888e] received connection request\n2025-07-21 23:06:41.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:06:41.793 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][70ca0657-6e01-413d-a448-da4bee6f888e] socks forwarding established\n2025-07-21 23:06:41.846 [info] [command][b44ef12f-ffa3-4ced-8ff1-46e96876b194] Process exited with code 0\n2025-07-21 23:06:41.846 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][70ca0657-6e01-413d-a448-da4bee6f888e] socks connection closed\n2025-07-21 23:06:41.846 [info] [command][b44ef12f-ffa3-4ced-8ff1-46e96876b194] Socket close event received\n2025-07-21 23:06:41.886 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60828 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:07:41.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:07:41.852 [info] [command][5dca1553-4411-4fc9-a776-e5c369a22e56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""5dca1553-4411-4fc9-a776-e5c369a22e56""}\n2025-07-21 23:07:41.853 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][35881347-4146-439b-b398-f96a70ba6b29] received connection request\n2025-07-21 23:07:41.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:07:41.894 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][35881347-4146-439b-b398-f96a70ba6b29] socks forwarding established\n2025-07-21 23:07:41.939 [info] [command][5dca1553-4411-4fc9-a776-e5c369a22e56] Process exited with code 0\n2025-07-21 23:07:41.940 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][35881347-4146-439b-b398-f96a70ba6b29] socks connection closed\n2025-07-21 23:07:41.940 [info] [command][5dca1553-4411-4fc9-a776-e5c369a22e56] Socket close event received\n2025-07-21 23:07:41.981 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60852 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:08:41.946 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:08:41.948 [info] [command][bec1e971-1610-4c05-9400-3b0dec89bfd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""bec1e971-1610-4c05-9400-3b0dec89bfd9""}\n2025-07-21 23:08:41.949 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][5a0edb6e-ebe5-473b-851c-861c3cdb374f] received connection request\n2025-07-21 23:08:41.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:08:41.992 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5a0edb6e-ebe5-473b-851c-861c3cdb374f] socks forwarding established\n2025-07-21 23:08:42.039 [info] [command][bec1e971-1610-4c05-9400-3b0dec89bfd9] Process exited with code 0\n2025-07-21 23:08:42.040 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5a0edb6e-ebe5-473b-851c-861c3cdb374f] socks connection closed\n2025-07-21 23:08:42.040 [info] [command][bec1e971-1610-4c05-9400-3b0dec89bfd9] Socket close event received\n2025-07-21 23:08:42.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60905 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:09:42.042 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:09:42.045 [info] [command][84400ab1-54e2-4dbd-aa70-e5a7fc47f04f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""84400ab1-54e2-4dbd-aa70-e5a7fc47f04f""}\n2025-07-21 23:09:42.045 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][28a519d5-ff29-4679-8608-32c7c2f54b7c] received connection request\n2025-07-21 23:09:42.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:09:42.087 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][28a519d5-ff29-4679-8608-32c7c2f54b7c] socks forwarding established\n2025-07-21 23:09:42.136 [info] [command][84400ab1-54e2-4dbd-aa70-e5a7fc47f04f] Process exited with code 0\n2025-07-21 23:09:42.136 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][28a519d5-ff29-4679-8608-32c7c2f54b7c] socks connection closed\n2025-07-21 23:09:42.136 [info] [command][84400ab1-54e2-4dbd-aa70-e5a7fc47f04f] Socket close event received\n2025-07-21 23:09:42.175 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60952 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:10:42.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:10:42.141 [info] [command][e36e3958-618c-49ef-b032-f9db461ba3de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""e36e3958-618c-49ef-b032-f9db461ba3de""}\n2025-07-21 23:10:42.142 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][02857902-9481-4cc9-87fb-469a168c5c4f] received connection request\n2025-07-21 23:10:42.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:10:42.186 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][02857902-9481-4cc9-87fb-469a168c5c4f] socks forwarding established\n2025-07-21 23:10:42.232 [info] [command][e36e3958-618c-49ef-b032-f9db461ba3de] Process exited with code 0\n2025-07-21 23:10:42.232 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][02857902-9481-4cc9-87fb-469a168c5c4f] socks connection closed\n2025-07-21 23:10:42.232 [info] [command][e36e3958-618c-49ef-b032-f9db461ba3de] Socket close event received\n2025-07-21 23:10:42.273 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 60970 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:11:42.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:11:42.239 [info] [command][63f84369-0e83-4798-8aaf-ad7d3f40b85e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""63f84369-0e83-4798-8aaf-ad7d3f40b85e""}\n2025-07-21 23:11:42.240 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][5141537f-7bc9-4fdc-85ef-0c8eac053750] received connection request\n2025-07-21 23:11:42.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:11:42.291 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5141537f-7bc9-4fdc-85ef-0c8eac053750] socks forwarding established\n2025-07-21 23:11:42.339 [info] [command][63f84369-0e83-4798-8aaf-ad7d3f40b85e] Process exited with code 0\n2025-07-21 23:11:42.339 [info] [command][63f84369-0e83-4798-8aaf-ad7d3f40b85e] Socket close event received\n2025-07-21 23:11:42.340 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][5141537f-7bc9-4fdc-85ef-0c8eac053750] socks connection closed\n2025-07-21 23:11:42.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61001 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:12:42.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:12:42.345 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][1509f281-72b8-4193-b4bf-204db7380f69] received connection request\n2025-07-21 23:12:42.346 [info] [command][d3098d2a-a4c0-4f08-ba0c-4099d2cf8713] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""d3098d2a-a4c0-4f08-ba0c-4099d2cf8713""}\n2025-07-21 23:12:42.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:12:42.394 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][1509f281-72b8-4193-b4bf-204db7380f69] socks forwarding established\n2025-07-21 23:12:42.444 [info] [command][d3098d2a-a4c0-4f08-ba0c-4099d2cf8713] Process exited with code 0\n2025-07-21 23:12:42.444 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][1509f281-72b8-4193-b4bf-204db7380f69] socks connection closed\n2025-07-21 23:12:42.444 [info] [command][d3098d2a-a4c0-4f08-ba0c-4099d2cf8713] Socket close event received\n2025-07-21 23:12:42.484 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61031 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:13:42.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:13:42.449 [info] [command][5e48240c-af45-4141-aa27-81b15830a844] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""5e48240c-af45-4141-aa27-81b15830a844""}\n2025-07-21 23:13:42.450 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][2d353515-9ab2-433a-b36f-8f640d942ee4] received connection request\n2025-07-21 23:13:42.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:13:42.499 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2d353515-9ab2-433a-b36f-8f640d942ee4] socks forwarding established\n2025-07-21 23:13:42.543 [info] [command][5e48240c-af45-4141-aa27-81b15830a844] Process exited with code 0\n2025-07-21 23:13:42.544 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2d353515-9ab2-433a-b36f-8f640d942ee4] socks connection closed\n2025-07-21 23:13:42.544 [info] [command][5e48240c-af45-4141-aa27-81b15830a844] Socket close event received\n2025-07-21 23:13:42.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61091 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:14:42.546 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:14:42.548 [info] [command][3d7abf00-c8c0-4b6b-9f6d-a5bff6eb201f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""3d7abf00-c8c0-4b6b-9f6d-a5bff6eb201f""}\n2025-07-21 23:14:42.548 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][63189b5d-db51-42ed-a47f-363b06e7b8e2] received connection request\n2025-07-21 23:14:42.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:14:42.589 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][63189b5d-db51-42ed-a47f-363b06e7b8e2] socks forwarding established\n2025-07-21 23:14:42.641 [info] [command][3d7abf00-c8c0-4b6b-9f6d-a5bff6eb201f] Process exited with code 0\n2025-07-21 23:14:42.641 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][63189b5d-db51-42ed-a47f-363b06e7b8e2] socks connection closed\n2025-07-21 23:14:42.642 [info] [command][3d7abf00-c8c0-4b6b-9f6d-a5bff6eb201f] Socket close event received\n2025-07-21 23:14:42.684 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61132 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:15:42.645 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:15:42.647 [info] [command][bd58801d-1312-428f-a0db-fa50aa483f22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""bd58801d-1312-428f-a0db-fa50aa483f22""}\n2025-07-21 23:15:42.647 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][f4c5f518-71fc-4a91-9d10-13fc32915811] received connection request\n2025-07-21 23:15:42.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:15:42.690 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f4c5f518-71fc-4a91-9d10-13fc32915811] socks forwarding established\n2025-07-21 23:15:42.734 [info] [command][bd58801d-1312-428f-a0db-fa50aa483f22] Process exited with code 0\n2025-07-21 23:15:42.734 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f4c5f518-71fc-4a91-9d10-13fc32915811] socks connection closed\n2025-07-21 23:15:42.734 [info] [command][bd58801d-1312-428f-a0db-fa50aa483f22] Socket close event received\n2025-07-21 23:15:42.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61154 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:16:42.737 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:16:42.738 [info] [command][52f765e1-4ff5-4deb-aa93-ea7800c7c9b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""52f765e1-4ff5-4deb-aa93-ea7800c7c9b1""}\n2025-07-21 23:16:42.739 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][42b833f0-bceb-4382-bb84-ffb6d8e94a23] received connection request\n2025-07-21 23:16:42.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 23:16:42.739 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:16:42.778 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][42b833f0-bceb-4382-bb84-ffb6d8e94a23] socks forwarding established\n2025-07-21 23:16:42.821 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][42b833f0-bceb-4382-bb84-ffb6d8e94a23] socks connection closed\n2025-07-21 23:16:42.821 [info] [command][52f765e1-4ff5-4deb-aa93-ea7800c7c9b1] Process exited with code 0\n2025-07-21 23:16:42.821 [info] [command][52f765e1-4ff5-4deb-aa93-ea7800c7c9b1] Socket close event received\n2025-07-21 23:16:42.863 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61195 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:17:42.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:17:42.830 [info] [command][0e507d45-a1ee-4904-ad02-3ad45ad02863] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""0e507d45-a1ee-4904-ad02-3ad45ad02863""}\n2025-07-21 23:17:42.831 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][7a42c3a4-8d08-4c8e-bb48-473383d8b568] received connection request\n2025-07-21 23:17:42.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:17:42.873 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7a42c3a4-8d08-4c8e-bb48-473383d8b568] socks forwarding established\n2025-07-21 23:17:42.920 [info] [command][0e507d45-a1ee-4904-ad02-3ad45ad02863] Process exited with code 0\n2025-07-21 23:17:42.920 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7a42c3a4-8d08-4c8e-bb48-473383d8b568] socks connection closed\n2025-07-21 23:17:42.921 [info] [command][0e507d45-a1ee-4904-ad02-3ad45ad02863] Socket close event received\n2025-07-21 23:17:42.999 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61222 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:18:42.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:18:42.924 [info] [command][dc1a06e2-5e8a-43f1-9937-e7616b7e4a7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""dc1a06e2-5e8a-43f1-9937-e7616b7e4a7f""}\n2025-07-21 23:18:42.924 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][7632f3dc-de87-4a95-bdb4-c914ae4eb6c6] received connection request\n2025-07-21 23:18:42.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:18:42.979 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7632f3dc-de87-4a95-bdb4-c914ae4eb6c6] socks forwarding established\n2025-07-21 23:18:43.024 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7632f3dc-de87-4a95-bdb4-c914ae4eb6c6] socks connection closed\n2025-07-21 23:18:43.025 [info] [command][dc1a06e2-5e8a-43f1-9937-e7616b7e4a7f] Process exited with code 0\n2025-07-21 23:18:43.025 [info] [command][dc1a06e2-5e8a-43f1-9937-e7616b7e4a7f] Socket close event received\n2025-07-21 23:18:43.109 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61260 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:19:43.027 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:19:43.029 [info] [command][2d2db683-bb8b-4927-85d3-c834de0dd2fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""2d2db683-bb8b-4927-85d3-c834de0dd2fd""}\n2025-07-21 23:19:43.030 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][21c8a728-66b1-4ff1-a6e4-0b7e1d340e3a] received connection request\n2025-07-21 23:19:43.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:19:43.074 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][21c8a728-66b1-4ff1-a6e4-0b7e1d340e3a] socks forwarding established\n2025-07-21 23:19:43.120 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][21c8a728-66b1-4ff1-a6e4-0b7e1d340e3a] socks connection closed\n2025-07-21 23:19:43.120 [info] [command][2d2db683-bb8b-4927-85d3-c834de0dd2fd] Process exited with code 0\n2025-07-21 23:19:43.121 [info] [command][2d2db683-bb8b-4927-85d3-c834de0dd2fd] Socket close event received\n2025-07-21 23:19:43.161 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61318 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:20:43.126 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:20:43.127 [info] [command][d9bc358a-80f7-4e60-a6ca-a4e676add6f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""d9bc358a-80f7-4e60-a6ca-a4e676add6f5""}\n2025-07-21 23:20:43.128 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][af7dc421-4b51-42ee-84cf-17624f973e8e] received connection request\n2025-07-21 23:20:43.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 23:20:43.128 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:20:43.169 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][af7dc421-4b51-42ee-84cf-17624f973e8e] socks forwarding established\n2025-07-21 23:20:43.215 [info] [command][d9bc358a-80f7-4e60-a6ca-a4e676add6f5] Process exited with code 0\n2025-07-21 23:20:43.215 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][af7dc421-4b51-42ee-84cf-17624f973e8e] socks connection closed\n2025-07-21 23:20:43.215 [info] [command][d9bc358a-80f7-4e60-a6ca-a4e676add6f5] Socket close event received\n2025-07-21 23:20:43.255 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61340 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:21:43.220 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:21:43.223 [info] [command][dbad3500-a69e-42a5-b666-f4144c4a1761] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""dbad3500-a69e-42a5-b666-f4144c4a1761""}\n2025-07-21 23:21:43.223 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][27be7d44-8b10-4954-b443-e5d1f65de181] received connection request\n2025-07-21 23:21:43.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:21:43.359 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][27be7d44-8b10-4954-b443-e5d1f65de181] socks forwarding established\n2025-07-21 23:21:43.406 [info] [command][dbad3500-a69e-42a5-b666-f4144c4a1761] Process exited with code 0\n2025-07-21 23:21:43.406 [info] [command][dbad3500-a69e-42a5-b666-f4144c4a1761] Socket close event received\n2025-07-21 23:21:43.406 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][27be7d44-8b10-4954-b443-e5d1f65de181] socks connection closed\n2025-07-21 23:21:43.448 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61372 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:22:43.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:22:43.413 [info] [command][24c7731f-0c50-4087-9ba4-f9f3bfadfd72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""24c7731f-0c50-4087-9ba4-f9f3bfadfd72""}\n2025-07-21 23:22:43.413 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][afe218b6-4615-432e-899f-7a05ff879dfb] received connection request\n2025-07-21 23:22:43.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:22:43.459 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][afe218b6-4615-432e-899f-7a05ff879dfb] socks forwarding established\n2025-07-21 23:22:43.503 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][afe218b6-4615-432e-899f-7a05ff879dfb] socks connection closed\n2025-07-21 23:22:43.503 [info] [command][24c7731f-0c50-4087-9ba4-f9f3bfadfd72] Process exited with code 0\n2025-07-21 23:22:43.503 [info] [command][24c7731f-0c50-4087-9ba4-f9f3bfadfd72] Socket close event received\n2025-07-21 23:22:43.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61390 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:23:43.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:23:43.511 [info] [command][d367ce8e-0742-4c9c-817b-33badce59faa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""d367ce8e-0742-4c9c-817b-33badce59faa""}\n2025-07-21 23:23:43.512 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][387525bb-0603-4a7e-ba01-ef75795384c4] received connection request\n2025-07-21 23:23:43.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:23:43.553 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][387525bb-0603-4a7e-ba01-ef75795384c4] socks forwarding established\n2025-07-21 23:23:43.600 [info] [command][d367ce8e-0742-4c9c-817b-33badce59faa] Process exited with code 0\n2025-07-21 23:23:43.600 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][387525bb-0603-4a7e-ba01-ef75795384c4] socks connection closed\n2025-07-21 23:23:43.600 [info] [command][d367ce8e-0742-4c9c-817b-33badce59faa] Socket close event received\n2025-07-21 23:23:43.640 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61450 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:24:43.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:24:43.607 [info] [command][3006bd19-3675-4225-97d9-80ebf5829467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""3006bd19-3675-4225-97d9-80ebf5829467""}\n2025-07-21 23:24:43.608 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][dbd53de5-859d-449f-9e87-fbd96190202f] received connection request\n2025-07-21 23:24:43.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:24:43.654 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][dbd53de5-859d-449f-9e87-fbd96190202f] socks forwarding established\n2025-07-21 23:24:43.698 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][dbd53de5-859d-449f-9e87-fbd96190202f] socks connection closed\n2025-07-21 23:24:43.698 [info] [command][3006bd19-3675-4225-97d9-80ebf5829467] Process exited with code 0\n2025-07-21 23:24:43.698 [info] [command][3006bd19-3675-4225-97d9-80ebf5829467] Socket close event received\n2025-07-21 23:24:43.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61491 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:25:43.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:25:43.701 [info] [command][4e87755f-78bf-4a9d-9317-bb82c988505c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""4e87755f-78bf-4a9d-9317-bb82c988505c""}\n2025-07-21 23:25:43.701 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][f7a714e8-97b9-4bd0-9ee0-6dca50914959] received connection request\n2025-07-21 23:25:43.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:25:43.742 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f7a714e8-97b9-4bd0-9ee0-6dca50914959] socks forwarding established\n2025-07-21 23:25:43.785 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f7a714e8-97b9-4bd0-9ee0-6dca50914959] socks connection closed\n2025-07-21 23:25:43.785 [info] [command][4e87755f-78bf-4a9d-9317-bb82c988505c] Process exited with code 0\n2025-07-21 23:25:43.785 [info] [command][4e87755f-78bf-4a9d-9317-bb82c988505c] Socket close event received\n2025-07-21 23:25:43.825 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61511 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:26:43.792 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:26:43.794 [info] [command][5b969c26-8ccb-49bb-bc4e-8ad30637fe0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""5b969c26-8ccb-49bb-bc4e-8ad30637fe0d""}\n2025-07-21 23:26:43.795 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][309edbfc-2d3c-40fd-a507-f3f77fc576b9] received connection request\n2025-07-21 23:26:43.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:26:43.846 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][309edbfc-2d3c-40fd-a507-f3f77fc576b9] socks forwarding established\n2025-07-21 23:26:43.889 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][309edbfc-2d3c-40fd-a507-f3f77fc576b9] socks connection closed\n2025-07-21 23:26:43.889 [info] [command][5b969c26-8ccb-49bb-bc4e-8ad30637fe0d] Process exited with code 0\n2025-07-21 23:26:43.889 [info] [command][5b969c26-8ccb-49bb-bc4e-8ad30637fe0d] Socket close event received\n2025-07-21 23:26:43.928 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61562 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:27:43.895 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:27:43.898 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][d2b8498c-71eb-413c-b60f-50042e2a2336] received connection request\n2025-07-21 23:27:43.898 [info] [command][5c985c3a-b233-46b2-a14d-0cd9c1360821] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""5c985c3a-b233-46b2-a14d-0cd9c1360821""}\n2025-07-21 23:27:43.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:27:43.943 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d2b8498c-71eb-413c-b60f-50042e2a2336] socks forwarding established\n2025-07-21 23:27:43.990 [info] [command][5c985c3a-b233-46b2-a14d-0cd9c1360821] Process exited with code 0\n2025-07-21 23:27:43.990 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d2b8498c-71eb-413c-b60f-50042e2a2336] socks connection closed\n2025-07-21 23:27:43.991 [info] [command][5c985c3a-b233-46b2-a14d-0cd9c1360821] Socket close event received\n2025-07-21 23:27:44.030 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61602 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:28:43.995 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:28:43.998 [info] [command][c4c63bbc-9fab-4a03-8cb1-b1bec15b026c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""c4c63bbc-9fab-4a03-8cb1-b1bec15b026c""}\n2025-07-21 23:28:43.999 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][01f63e8c-47c7-4a17-bdc0-e8f65e09db54] received connection request\n2025-07-21 23:28:43.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:28:44.046 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][01f63e8c-47c7-4a17-bdc0-e8f65e09db54] socks forwarding established\n2025-07-21 23:28:44.093 [info] [command][c4c63bbc-9fab-4a03-8cb1-b1bec15b026c] Process exited with code 0\n2025-07-21 23:28:44.093 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][01f63e8c-47c7-4a17-bdc0-e8f65e09db54] socks connection closed\n2025-07-21 23:28:44.094 [info] [command][c4c63bbc-9fab-4a03-8cb1-b1bec15b026c] Socket close event received\n2025-07-21 23:28:44.132 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61649 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:29:44.096 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:29:44.098 [info] [command][487a4576-3200-4efc-b8a9-249250fe54fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""487a4576-3200-4efc-b8a9-249250fe54fd""}\n2025-07-21 23:29:44.099 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][ca55e356-0a4e-4d6d-ba67-7824112682b3] received connection request\n2025-07-21 23:29:44.099 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:29:44.148 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ca55e356-0a4e-4d6d-ba67-7824112682b3] socks forwarding established\n2025-07-21 23:29:44.194 [info] [command][487a4576-3200-4efc-b8a9-249250fe54fd] Process exited with code 0\n2025-07-21 23:29:44.194 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ca55e356-0a4e-4d6d-ba67-7824112682b3] socks connection closed\n2025-07-21 23:29:44.194 [info] [command][487a4576-3200-4efc-b8a9-249250fe54fd] Socket close event received\n2025-07-21 23:29:44.235 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61696 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:30:44.199 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:30:44.202 [info] [command][6e6ddb4a-951b-4a50-9ab1-879dcf37f826] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""6e6ddb4a-951b-4a50-9ab1-879dcf37f826""}\n2025-07-21 23:30:44.202 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][043595ff-ab66-48d5-bbf9-a9f7b919885d] received connection request\n2025-07-21 23:30:44.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 23:30:44.203 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:30:44.258 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][043595ff-ab66-48d5-bbf9-a9f7b919885d] socks forwarding established\n2025-07-21 23:30:44.331 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][043595ff-ab66-48d5-bbf9-a9f7b919885d] socks connection closed\n2025-07-21 23:30:44.331 [info] [command][6e6ddb4a-951b-4a50-9ab1-879dcf37f826] Process exited with code 0\n2025-07-21 23:30:44.331 [info] [command][6e6ddb4a-951b-4a50-9ab1-879dcf37f826] Socket close event received\n2025-07-21 23:30:44.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61714 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:31:44.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:31:44.339 [info] [command][41a52059-729f-4b85-8218-6bdca6960736] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""41a52059-729f-4b85-8218-6bdca6960736""}\n2025-07-21 23:31:44.340 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][35c2bc74-3796-45c3-9613-94b116467422] received connection request\n2025-07-21 23:31:44.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:31:44.387 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][35c2bc74-3796-45c3-9613-94b116467422] socks forwarding established\n2025-07-21 23:31:44.434 [info] [command][41a52059-729f-4b85-8218-6bdca6960736] Process exited with code 0\n2025-07-21 23:31:44.435 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][35c2bc74-3796-45c3-9613-94b116467422] socks connection closed\n2025-07-21 23:31:44.435 [info] [command][41a52059-729f-4b85-8218-6bdca6960736] Socket close event received\n2025-07-21 23:31:44.476 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61748 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:32:44.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:32:44.439 [info] [command][8bda3dd1-4f8d-47af-a909-049013cc2eb1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""8bda3dd1-4f8d-47af-a909-049013cc2eb1""}\n2025-07-21 23:32:44.440 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][aff5f740-0852-46e2-b2b7-379b5bca530f] received connection request\n2025-07-21 23:32:44.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:32:44.481 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][aff5f740-0852-46e2-b2b7-379b5bca530f] socks forwarding established\n2025-07-21 23:32:44.537 [info] [command][8bda3dd1-4f8d-47af-a909-049013cc2eb1] Process exited with code 0\n2025-07-21 23:32:44.537 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][aff5f740-0852-46e2-b2b7-379b5bca530f] socks connection closed\n2025-07-21 23:32:44.538 [info] [command][8bda3dd1-4f8d-47af-a909-049013cc2eb1] Socket close event received\n2025-07-21 23:32:44.577 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61772 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:33:44.544 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:33:44.588 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][2a51f3d8-9ca3-4012-966b-aa6bfee76679] received connection request\n2025-07-21 23:33:44.589 [info] [command][4f61d123-94fd-447a-9207-4a20b5c5a4a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""4f61d123-94fd-447a-9207-4a20b5c5a4a5""}\n2025-07-21 23:33:44.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:33:44.881 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2a51f3d8-9ca3-4012-966b-aa6bfee76679] socks forwarding established\n2025-07-21 23:33:45.103 [info] [command][4f61d123-94fd-447a-9207-4a20b5c5a4a5] Process exited with code 0\n2025-07-21 23:33:45.103 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2a51f3d8-9ca3-4012-966b-aa6bfee76679] socks connection closed\n2025-07-21 23:33:45.104 [info] [command][4f61d123-94fd-447a-9207-4a20b5c5a4a5] Socket close event received\n2025-07-21 23:33:45.480 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61811 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:34:45.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:34:45.111 [info] [command][fae2026a-e485-470c-b0ed-1b5cf4bd0a10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""fae2026a-e485-470c-b0ed-1b5cf4bd0a10""}\n2025-07-21 23:34:45.112 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][4d3d264e-c24b-49be-ad67-b183adb0156f] received connection request\n2025-07-21 23:34:45.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:34:45.154 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][4d3d264e-c24b-49be-ad67-b183adb0156f] socks forwarding established\n2025-07-21 23:34:45.198 [info] [command][fae2026a-e485-470c-b0ed-1b5cf4bd0a10] Process exited with code 0\n2025-07-21 23:34:45.198 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][4d3d264e-c24b-49be-ad67-b183adb0156f] socks connection closed\n2025-07-21 23:34:45.198 [info] [command][fae2026a-e485-470c-b0ed-1b5cf4bd0a10] Socket close event received\n2025-07-21 23:34:45.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61891 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:35:45.204 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:35:45.206 [info] [command][b8831d4e-5c8d-47d8-8747-c6583db69ac6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""b8831d4e-5c8d-47d8-8747-c6583db69ac6""}\n2025-07-21 23:35:45.207 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][ddee3996-2317-423e-acf6-81e254afbc23] received connection request\n2025-07-21 23:35:45.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:35:45.248 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ddee3996-2317-423e-acf6-81e254afbc23] socks forwarding established\n2025-07-21 23:35:45.295 [info] [command][b8831d4e-5c8d-47d8-8747-c6583db69ac6] Process exited with code 0\n2025-07-21 23:35:45.296 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ddee3996-2317-423e-acf6-81e254afbc23] socks connection closed\n2025-07-21 23:35:45.296 [info] [command][b8831d4e-5c8d-47d8-8747-c6583db69ac6] Socket close event received\n2025-07-21 23:35:45.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61948 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:36:45.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:36:45.301 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][905939be-53e8-4467-a97f-add9cbf90156] received connection request\n2025-07-21 23:36:45.301 [info] [command][1ad14053-bf47-4e20-91ca-088e37b05102] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""1ad14053-bf47-4e20-91ca-088e37b05102""}\n2025-07-21 23:36:45.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:36:45.569 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][905939be-53e8-4467-a97f-add9cbf90156] socks forwarding established\n2025-07-21 23:36:45.613 [info] [command][1ad14053-bf47-4e20-91ca-088e37b05102] Process exited with code 0\n2025-07-21 23:36:45.613 [info] [command][1ad14053-bf47-4e20-91ca-088e37b05102] Socket close event received\n2025-07-21 23:36:45.614 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][905939be-53e8-4467-a97f-add9cbf90156] socks connection closed\n2025-07-21 23:36:45.655 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 61980 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:37:45.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:37:45.617 [info] [command][66a78bb2-bbfc-450f-8690-258836a79e54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""66a78bb2-bbfc-450f-8690-258836a79e54""}\n2025-07-21 23:37:45.619 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][c02b9d5a-4a8d-49a0-9ca9-b4c3f6c1437b] received connection request\n2025-07-21 23:37:45.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:37:45.660 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c02b9d5a-4a8d-49a0-9ca9-b4c3f6c1437b] socks forwarding established\n2025-07-21 23:37:45.706 [info] [command][66a78bb2-bbfc-450f-8690-258836a79e54] Process exited with code 0\n2025-07-21 23:37:45.706 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][c02b9d5a-4a8d-49a0-9ca9-b4c3f6c1437b] socks connection closed\n2025-07-21 23:37:45.706 [info] [command][66a78bb2-bbfc-450f-8690-258836a79e54] Socket close event received\n2025-07-21 23:37:45.747 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62007 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:38:45.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:38:45.708 [info] [command][dd087616-42f8-4879-a007-379fe8d681ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""dd087616-42f8-4879-a007-379fe8d681ac""}\n2025-07-21 23:38:45.708 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][267b8b57-ff90-41a0-824d-f2588a5ac9e9] received connection request\n2025-07-21 23:38:45.708 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:38:45.748 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][267b8b57-ff90-41a0-824d-f2588a5ac9e9] socks forwarding established\n2025-07-21 23:38:45.845 [info] [command][dd087616-42f8-4879-a007-379fe8d681ac] Process exited with code 0\n2025-07-21 23:38:45.845 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][267b8b57-ff90-41a0-824d-f2588a5ac9e9] socks connection closed\n2025-07-21 23:38:45.845 [info] [command][dd087616-42f8-4879-a007-379fe8d681ac] Socket close event received\n2025-07-21 23:38:45.884 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62042 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:39:45.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:39:45.849 [info] [command][0f6f4aeb-455b-46e8-ba50-623edcda2d74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""0f6f4aeb-455b-46e8-ba50-623edcda2d74""}\n2025-07-21 23:39:45.850 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][78e38c57-5a59-44be-b71a-41d687b8c6d1] received connection request\n2025-07-21 23:39:45.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:39:45.892 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][78e38c57-5a59-44be-b71a-41d687b8c6d1] socks forwarding established\n2025-07-21 23:39:45.937 [info] [command][0f6f4aeb-455b-46e8-ba50-623edcda2d74] Process exited with code 0\n2025-07-21 23:39:45.937 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][78e38c57-5a59-44be-b71a-41d687b8c6d1] socks connection closed\n2025-07-21 23:39:45.937 [info] [command][0f6f4aeb-455b-46e8-ba50-623edcda2d74] Socket close event received\n2025-07-21 23:39:45.975 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62084 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:40:45.939 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:40:45.940 [info] [command][cd40b669-2614-417c-b03d-3b4693a5f097] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""cd40b669-2614-417c-b03d-3b4693a5f097""}\n2025-07-21 23:40:45.941 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][471478d6-7780-4060-a0e0-66f791a0a785] received connection request\n2025-07-21 23:40:45.941 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:40:45.981 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][471478d6-7780-4060-a0e0-66f791a0a785] socks forwarding established\n2025-07-21 23:40:46.026 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][471478d6-7780-4060-a0e0-66f791a0a785] socks connection closed\n2025-07-21 23:40:46.026 [info] [command][cd40b669-2614-417c-b03d-3b4693a5f097] Process exited with code 0\n2025-07-21 23:40:46.026 [info] [command][cd40b669-2614-417c-b03d-3b4693a5f097] Socket close event received\n2025-07-21 23:40:46.067 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62119 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:41:46.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:41:46.035 [info] [command][08cdbc3e-e19c-4962-ba86-0755c54be30e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""08cdbc3e-e19c-4962-ba86-0755c54be30e""}\n2025-07-21 23:41:46.035 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][d5a756d1-c0a9-4b3b-9197-0d570aeb16ad] received connection request\n2025-07-21 23:41:46.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:41:46.077 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d5a756d1-c0a9-4b3b-9197-0d570aeb16ad] socks forwarding established\n2025-07-21 23:41:46.122 [info] [command][08cdbc3e-e19c-4962-ba86-0755c54be30e] Process exited with code 0\n2025-07-21 23:41:46.122 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d5a756d1-c0a9-4b3b-9197-0d570aeb16ad] socks connection closed\n2025-07-21 23:41:46.123 [info] [command][08cdbc3e-e19c-4962-ba86-0755c54be30e] Socket close event received\n2025-07-21 23:41:46.163 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62150 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:42:46.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:42:46.126 [info] [command][6565dca7-5565-430e-aafa-ad1cc1c01727] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""6565dca7-5565-430e-aafa-ad1cc1c01727""}\n2025-07-21 23:42:46.127 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][8d5bc62c-1a57-488a-90ff-4d26ac69bec5] received connection request\n2025-07-21 23:42:46.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:42:46.169 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][8d5bc62c-1a57-488a-90ff-4d26ac69bec5] socks forwarding established\n2025-07-21 23:42:46.214 [info] [command][6565dca7-5565-430e-aafa-ad1cc1c01727] Process exited with code 0\n2025-07-21 23:42:46.215 [info] [command][6565dca7-5565-430e-aafa-ad1cc1c01727] Socket close event received\n2025-07-21 23:42:46.215 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][8d5bc62c-1a57-488a-90ff-4d26ac69bec5] socks connection closed\n2025-07-21 23:42:46.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62170 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:43:46.219 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:43:46.221 [info] [command][60831768-7c18-49ef-9fa1-57b3ac395256] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""60831768-7c18-49ef-9fa1-57b3ac395256""}\n2025-07-21 23:43:46.222 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][2043c435-9a6a-45a7-84b2-5ee1bf44ec49] received connection request\n2025-07-21 23:43:46.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:43:46.267 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2043c435-9a6a-45a7-84b2-5ee1bf44ec49] socks forwarding established\n2025-07-21 23:43:46.309 [info] [command][60831768-7c18-49ef-9fa1-57b3ac395256] Process exited with code 0\n2025-07-21 23:43:46.309 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][2043c435-9a6a-45a7-84b2-5ee1bf44ec49] socks connection closed\n2025-07-21 23:43:46.310 [info] [command][60831768-7c18-49ef-9fa1-57b3ac395256] Socket close event received\n2025-07-21 23:43:46.349 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62206 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:44:46.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:44:46.313 [info] [command][e3f42781-de76-4514-ab7d-fc16e80e6b92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""e3f42781-de76-4514-ab7d-fc16e80e6b92""}\n2025-07-21 23:44:46.314 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][7dde3547-0793-45a3-b8d1-86f8f5b9fa30] received connection request\n2025-07-21 23:44:46.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:44:46.359 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7dde3547-0793-45a3-b8d1-86f8f5b9fa30] socks forwarding established\n2025-07-21 23:44:46.405 [info] [command][e3f42781-de76-4514-ab7d-fc16e80e6b92] Process exited with code 0\n2025-07-21 23:44:46.405 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][7dde3547-0793-45a3-b8d1-86f8f5b9fa30] socks connection closed\n2025-07-21 23:44:46.405 [info] [command][e3f42781-de76-4514-ab7d-fc16e80e6b92] Socket close event received\n2025-07-21 23:44:46.444 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62242 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:45:46.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:45:46.413 [info] [command][df2e850a-4256-41e7-805e-280f157b76cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""df2e850a-4256-41e7-805e-280f157b76cc""}\n2025-07-21 23:45:46.413 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][03079df7-1ec5-4804-90bb-887a6b9f60e4] received connection request\n2025-07-21 23:45:46.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:45:46.454 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][03079df7-1ec5-4804-90bb-887a6b9f60e4] socks forwarding established\n2025-07-21 23:45:46.498 [info] [command][df2e850a-4256-41e7-805e-280f157b76cc] Process exited with code 0\n2025-07-21 23:45:46.498 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][03079df7-1ec5-4804-90bb-887a6b9f60e4] socks connection closed\n2025-07-21 23:45:46.498 [info] [command][df2e850a-4256-41e7-805e-280f157b76cc] Socket close event received\n2025-07-21 23:45:46.536 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62280 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:46:46.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:46:46.501 [info] [command][76d53aaf-dbb0-4a05-bb6d-c0fb6b06848d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""76d53aaf-dbb0-4a05-bb6d-c0fb6b06848d""}\n2025-07-21 23:46:46.501 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][3577aea2-1325-4c8f-b116-9dd506d37bb4] received connection request\n2025-07-21 23:46:46.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:46:46.543 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][3577aea2-1325-4c8f-b116-9dd506d37bb4] socks forwarding established\n2025-07-21 23:46:46.586 [info] [command][76d53aaf-dbb0-4a05-bb6d-c0fb6b06848d] Process exited with code 0\n2025-07-21 23:46:46.586 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][3577aea2-1325-4c8f-b116-9dd506d37bb4] socks connection closed\n2025-07-21 23:46:46.586 [info] [command][76d53aaf-dbb0-4a05-bb6d-c0fb6b06848d] Socket close event received\n2025-07-21 23:46:46.627 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62297 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:47:46.588 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:47:46.590 [info] [command][29de1da7-4a08-48ea-802e-cffc305ff549] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""29de1da7-4a08-48ea-802e-cffc305ff549""}\n2025-07-21 23:47:46.590 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][ebe29b1b-a121-473c-bcd8-f5645dc3702f] received connection request\n2025-07-21 23:47:46.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:47:46.631 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ebe29b1b-a121-473c-bcd8-f5645dc3702f] socks forwarding established\n2025-07-21 23:47:46.676 [info] [command][29de1da7-4a08-48ea-802e-cffc305ff549] Process exited with code 0\n2025-07-21 23:47:46.676 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ebe29b1b-a121-473c-bcd8-f5645dc3702f] socks connection closed\n2025-07-21 23:47:46.676 [info] [command][29de1da7-4a08-48ea-802e-cffc305ff549] Socket close event received\n2025-07-21 23:47:46.715 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62314 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:48:46.677 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:48:46.679 [info] [command][54efb673-2ce2-4337-b323-cdcbb5fc3229] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""54efb673-2ce2-4337-b323-cdcbb5fc3229""}\n2025-07-21 23:48:46.680 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][4608a060-2131-4c7b-969a-df78cd9c71c2] received connection request\n2025-07-21 23:48:46.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:48:46.927 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][4608a060-2131-4c7b-969a-df78cd9c71c2] socks forwarding established\n2025-07-21 23:48:46.978 [info] [command][54efb673-2ce2-4337-b323-cdcbb5fc3229] Process exited with code 0\n2025-07-21 23:48:46.978 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][4608a060-2131-4c7b-969a-df78cd9c71c2] socks connection closed\n2025-07-21 23:48:46.978 [info] [command][54efb673-2ce2-4337-b323-cdcbb5fc3229] Socket close event received\n2025-07-21 23:48:59.033 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62429 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:49:46.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:49:46.984 [info] [command][effc3c7c-6364-48bb-bfc5-396ab362a6c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""effc3c7c-6364-48bb-bfc5-396ab362a6c8""}\n2025-07-21 23:49:46.984 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][641bf46d-a7d7-48f0-8433-f1e70ad36f1b] received connection request\n2025-07-21 23:49:46.985 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:49:47.027 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][641bf46d-a7d7-48f0-8433-f1e70ad36f1b] socks forwarding established\n2025-07-21 23:49:47.110 [info] [command][effc3c7c-6364-48bb-bfc5-396ab362a6c8] Process exited with code 0\n2025-07-21 23:49:47.110 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][641bf46d-a7d7-48f0-8433-f1e70ad36f1b] socks connection closed\n2025-07-21 23:49:47.110 [info] [command][effc3c7c-6364-48bb-bfc5-396ab362a6c8] Socket close event received\n2025-07-21 23:49:47.151 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62466 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:50:47.110 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:50:47.113 [info] [command][5fc11b1a-cb94-4f81-a8cc-e86861b0f3fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""5fc11b1a-cb94-4f81-a8cc-e86861b0f3fe""}\n2025-07-21 23:50:47.113 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][ac013ee2-7d65-480e-ac4c-36561cf0d9a4] received connection request\n2025-07-21 23:50:47.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:50:47.155 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ac013ee2-7d65-480e-ac4c-36561cf0d9a4] socks forwarding established\n2025-07-21 23:50:47.200 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ac013ee2-7d65-480e-ac4c-36561cf0d9a4] socks connection closed\n2025-07-21 23:50:47.200 [info] [command][5fc11b1a-cb94-4f81-a8cc-e86861b0f3fe] Process exited with code 0\n2025-07-21 23:50:47.200 [info] [command][5fc11b1a-cb94-4f81-a8cc-e86861b0f3fe] Socket close event received\n2025-07-21 23:50:47.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62503 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:51:47.201 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:51:47.204 [info] [command][270165a0-ed4e-492c-b3e2-8c88b2e8e299] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""270165a0-ed4e-492c-b3e2-8c88b2e8e299""}\n2025-07-21 23:51:47.205 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][d8e104c1-3ea8-4525-9db2-6f8d97816103] received connection request\n2025-07-21 23:51:47.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:51:47.247 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d8e104c1-3ea8-4525-9db2-6f8d97816103] socks forwarding established\n2025-07-21 23:51:47.292 [info] [command][270165a0-ed4e-492c-b3e2-8c88b2e8e299] Process exited with code 0\n2025-07-21 23:51:47.292 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][d8e104c1-3ea8-4525-9db2-6f8d97816103] socks connection closed\n2025-07-21 23:51:47.293 [info] [command][270165a0-ed4e-492c-b3e2-8c88b2e8e299] Socket close event received\n2025-07-21 23:51:47.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62528 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:52:47.293 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:52:47.294 [info] [command][7da7a024-324d-44e9-aea0-d4eb806cfaa9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""7da7a024-324d-44e9-aea0-d4eb806cfaa9""}\n2025-07-21 23:52:47.294 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][e66aa531-b79f-4ad7-9a72-554ebcc553e3] received connection request\n2025-07-21 23:52:47.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\n\n2025-07-21 23:52:47.295 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:52:47.334 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][e66aa531-b79f-4ad7-9a72-554ebcc553e3] socks forwarding established\n2025-07-21 23:52:47.378 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][e66aa531-b79f-4ad7-9a72-554ebcc553e3] socks connection closed\n2025-07-21 23:52:47.378 [info] [command][7da7a024-324d-44e9-aea0-d4eb806cfaa9] Process exited with code 0\n2025-07-21 23:52:47.378 [info] [command][7da7a024-324d-44e9-aea0-d4eb806cfaa9] Socket close event received\n2025-07-21 23:52:47.422 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 62552 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 23:53:43.671 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-21 23:53:43.672 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-21 23:53:43.676 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][0b43d7c8-625f-498f-887c-ea61660c9dd1] received connection request\n2025-07-21 23:53:43.677 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][8210c6f5-9130-4b57-bfc4-2a594ebd47f8] received connection request\n2025-07-21 23:53:43.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:53:46.685 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-21 23:53:46.686 [error] Failed to connect to Cursor server at http://127.0.0.1:58479, attempt 1 of 3 This operation was aborted\n2025-07-21 23:53:46.688 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][6396faaa-4b9c-48c7-b5f8-9c8e556e0b55] received connection request\n2025-07-21 23:53:46.688 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 23:53:46.869 [info] Terminating existing SSH process with pid: 95179\n2025-07-21 23:53:46.869 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 23:53:46.869 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-21 23:53:46.870 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QgRGHx/socket.sock\n2025-07-21 23:53:46.870 [error] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][8210c6f5-9130-4b57-bfc4-2a594ebd47f8] error while creating socks forwarding Socket closed\n2025-07-21 23:53:46.870 [error] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][6396faaa-4b9c-48c7-b5f8-9c8e556e0b55] error while creating socks forwarding Socket closed\n2025-07-21 23:53:46.871 [error] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][0b43d7c8-625f-498f-887c-ea61660c9dd1] error while creating socks forwarding Socket closed\n2025-07-21 23:53:46.871 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][56554075-115e-42c0-a609-13941726c2c1] socks connection closed\n2025-07-21 23:53:46.871 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][eecdefd3-4775-432d-9e64-7cd34c881553] socks connection closed\n2025-07-21 23:53:46.874 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23746.sh"" | ssh -v -T -D 62594 login.haicore.berlin bash --login -c bash\n2025-07-21 23:53:46.874 [info] Started installation script. Waiting for it to finish...\n2025-07-21 23:53:46.874 [info] Waiting for server to install via process(98250)...\n2025-07-21 23:53:46.897 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 23:53:46.897 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 23:53:46.899 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 23:53:46.899 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 23:53:46.899 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 23:53:46.901 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 23:53:46.901 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 23:53:46.901 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 23:53:46.901 [info] Retrying connection in 5 seconds...\n2025-07-21 23:53:47.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 23:53:47.391 [info] [command][b6d2a508-5c8d-4540-922f-39d41feaf125] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""b6d2a508-5c8d-4540-922f-39d41feaf125""}\n2025-07-21 23:53:47.391 [error] [forwarding][multiplex][127.0.0.1:58480 -> unknown}][c5194af0-9828-407a-9ed9-ff01d5cf27f5] remote server not configured\n2025-07-21 23:53:47.392 [error] [command][b6d2a508-5c8d-4540-922f-39d41feaf125] Socket error: Error: read ECONNRESET\n2025-07-21 23:53:47.392 [info] [command][b6d2a508-5c8d-4540-922f-39d41feaf125] Socket close event received\n2025-07-21 23:53:47.689 [error] Failed to connect to Cursor server at http://127.0.0.1:58479, attempt 2 of 3 This operation was aborted\n2025-07-21 23:53:48.696 [error] Failed to connect to Cursor server at http://127.0.0.1:58479, attempt 3 of 3 This operation was aborted\n2025-07-21 23:53:48.697 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-21 23:53:48.697 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-22 00:11:26.699 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23746.sh\n2025-07-22 00:11:26.715 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QgRGHx/socket.sock\n2025-07-22 00:11:26.718 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22532.sh"" | ssh -v -T -D 62596 login.haicore.berlin bash --login -c bash\n2025-07-22 00:11:26.718 [info] Started installation script. Waiting for it to finish...\n2025-07-22 00:11:26.718 [info] Waiting for server to install via process(98264)...\n2025-07-22 00:11:26.739 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-22 00:11:26.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-22 00:11:26.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-22 00:11:26.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-22 00:11:26.740 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-22 00:11:26.743 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-22 00:11:26.744 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-22 00:11:26.744 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-22 00:11:26.744 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-22 00:11:26.744 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22532.sh\n2025-07-22 00:11:26.744 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-22 09:57:24.542 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-22 09:57:24.555 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dYGTqO/socket.sock\n2025-07-22 09:57:24.556 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-22 09:57:24.558 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dYGTqO/socket.sock\n2025-07-22 09:57:24.561 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78467.sh"" | ssh -v -T -D 63058 login.haicore.berlin bash --login -c bash\n2025-07-22 09:57:24.561 [info] Started installation script. Waiting for it to finish...\n2025-07-22 09:57:24.561 [info] Waiting for server to install via process(98814)...\n2025-07-22 09:57:24.566 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-22 09:57:24.566 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-22 09:57:24.567 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-22 09:57:24.567 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-22 09:57:24.567 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-22 09:57:24.683 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-22 09:57:24.683 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-22 09:57:24.683 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-22 09:57:24.730 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-22 09:57:24.731 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-22 09:57:24.731 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-22 09:57:24.770 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-22 09:57:24.770 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-22 09:57:24.771 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-22 09:57:24.812 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-22 09:57:24.813 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-22 09:57:24.813 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-22 09:57:24.817 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-22 09:57:24.817 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-22 09:57:24.817 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-22 09:57:24.939 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-22 09:57:24.985 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-22 09:57:24.988 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-22 09:57:24.988 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-22 09:57:25.076 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-22 09:57:25.149 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:63058 forwarded to remote address socks:0\n\n2025-07-22 09:57:25.149 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 63058.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 63058.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-22 09:57:25.150 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-22 09:57:25.440 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-22 09:57:25.446 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-22 09:57:25.454 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\n\n2025-07-22 09:57:25.454 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-22 09:57:25.485 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-07-22 09:57:25.485 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-07-22 09:57:25.895 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-22 09:57:25.938 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-22 09:57:25.939 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-22 09:57:25.950 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-22 09:57:25.967 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-22 09:57:25.975 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-22 09:57:25.980 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d17c917f-337c-43cb-a3b0-18a478ae951f\n\n2025-07-22 09:57:25.980 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3822229 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-22 09:57:26.488 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-22 09:57:26.507 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-22 09:57:26.508 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-22 09:57:26.509 [info] (ssh_tunnel) stdout: Code server started with PID 3822253 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-22 09:57:26.512 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-22 09:57:27.021 [info] (ssh_tunnel) stdout: feeaefe465fd190b2f132f5b: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45429==\nmultiplexConnectionToken==d17c917f-337c-43cb-a3b0-18a478ae951f==\ncodeListeningOn==40351==\ncodeConnectionToken==0d2b66f0-67c9-4e8f-b104-fbfadfb70807==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nfeeaefe465fd190b2f132f5b: end\n\n2025-07-22 09:57:27.022 [info] Server install command exit code: 0\n2025-07-22 09:57:27.022 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78467.sh\n2025-07-22 09:57:27.023 [info] [forwarding][code] creating new forwarding server\n2025-07-22 09:57:27.024 [info] [forwarding][code] server listening on 127.0.0.1:63093\n2025-07-22 09:57:27.024 [info] [forwarding][code] Set up server\n2025-07-22 09:57:27.024 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 0d2b66f0-67c9-4e8f-b104-fbfadfb70807\n2025-07-22 09:57:27.024 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-22 09:57:27.024 [info] [forwarding][multiplex] server listening on 127.0.0.1:63094\n2025-07-22 09:57:27.024 [info] [forwarding][multiplex] Set up server\n2025-07-22 09:57:27.025 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: d17c917f-337c-43cb-a3b0-18a478ae951f\n2025-07-22 09:57:27.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63094\n2025-07-22 09:57:27.027 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-22 09:57:27.028 [info] [forwarding][multiplex][127.0.0.1:63094 -> 127.0.0.1:45429][b8607e6e-0410-47f0-9049-bc9e3f29919d] received connection request\n2025-07-22 09:57:27.029 [info] [command][2ca47e1f-bf5b-4b53-b668-ca32731dae27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d17c917f-337c-43cb-a3b0-18a478ae951f"",""id"":""2ca47e1f-bf5b-4b53-b668-ca32731dae27""}\n2025-07-22 09:57:27.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 63058 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-22 09:57:27.047 [info] [forwarding][code][127.0.0.1:63093 -> 127.0.0.1:40351][fc74c494-125c-4b3d-9cd9-39bb3c7ce9d6] received connection request\n2025-07-22 09:57:27.047 [info] (ssh_tunnel) stderr: debug1: Connection to port 63058 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-22 09:57:27.070 [info] [forwarding][multiplex][127.0.0.1:63094 -> 127.0.0.1:63058 -> 127.0.0.1:45429][b8607e6e-0410-47f0-9049-bc9e3f29919d] socks forwarding established\n2025-07-22 09:57:27.087 [info] [forwarding][code][127.0.0.1:63093 -> 127.0.0.1:63058 -> 127.0.0.1:40351][fc74c494-125c-4b3d-9cd9-39bb3c7ce9d6] socks forwarding established\n2025-07-22 09:57:27.116 [info] [command][2ca47e1f-bf5b-4b53-b668-ca32731dae27] Process exited with code 0\n2025-07-22 09:57:27.117 [info] [forwarding][multiplex][127.0.0.1:63094 -> 127.0.0.1:63058 -> 127.0.0.1:45429][b8607e6e-0410-47f0-9049-bc9e3f29919d] socks connection closed\n2025-07-22 09:57:27.117 [info] [command][2ca47e1f-bf5b-4b53-b668-ca32731dae27] Socket close event received\n2025-07-22 09:57:27.132 [info] Successfully connected to Cursor server at http://127.0.0.1:63093/version\n2025-07-22 09:57:27.132 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-22 09:57:27.132 [info] [command][d50858f6-4699-495e-a747-1c6b21787b4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d17c917f-337c-43cb-a3b0-18a478ae951f"",""id"":""d50858f6-4699-495e-a747-1c6b21787b4a""}\n2025-07-22 09:57:27.133 [info] [forwarding][multiplex][127.0.0.1:63094 -> 127.0.0.1:45429][f5b96e34-d65c-4843-9e44-b64d7af63631] received connection request\n2025-07-22 09:57:27.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 63058 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-22 09:57:27.155 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63058 for 127.0.0.1 port 45429, connect from 127.0.0.1 port 63096 to 127.0.0.1 port 63058, nchannels 6\n\n2025-07-22 09:57:27.174 [info] [forwarding][multiplex][127.0.0.1:63094 -> 127.0.0.1:63058 -> 127.0.0.1:45429][f5b96e34-d65c-4843-9e44-b64d7af63631] socks forwarding established\n2025-07-22 09:57:27.216 [info] [forwarding][multiplex][127.0.0.1:63094 -> 127.0.0.1:63058 -> 127.0.0.1:45429][f5b96e34-d65c-4843-9e44-b64d7af63631] socks connection closed\n2025-07-22 09:57:27.217 [info] [command][d50858f6-4699-495e-a747-1c6b21787b4a] Process exited with code 0\n2025-07-22 09:57:27.217 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-22 09:57:27.217 [info] [remote-ssh] Resolved exec server. Socks port: 63058\n2025-07-22 09:57:27.217 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63093,""connectionToken"":""0d2b66f0-67c9-4e8f-b104-fbfadfb70807"",""extensionHostEnv"":{}}. Socks port: 63058\n2025-07-22 09:57:27.217 [info] [command][d50858f6-4699-495e-a747-1c6b21787b4a] Socket close event received\n2025-07-22 09:57:27.246 [info] [forwarding][code][127.0.0.1:63093 -> 127.0.0.1:40351][c3576e06-d74f-4c4f-9bb9-3964c4e30a0c] received connection request\n2025-07-22 09:57:27.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 63058 forwarding to socks port 0 requested.\n\n2025-07-22 09:57:27.247 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-22 09:57:27.282 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 63058 for 127.0.0.1 port 45429, connect from 127.0.0.1 port 63100 to 127.0.0.1 port 63058, nchannels 6\n\n2025-07-22 09:57:27.302 [info] [forwarding][code][127.0.0.1:63093 -> 127.0.0.1:63058 -> 127.0.0.1:40351][c3576e06-d74f-4c4f-9bb9-3964c4e30a0c] socks forwarding established\n2025-07-22 09:57:27.357 [info] [forwarding][code][127.0.0.1:63093 -> 127.0.0.1:40351][10fc6817-186a-45da-a694-872ffac53246] received connection request\n2025-07-22 09:57:27.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 63058 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-22 09:57:27.401 [info] [forwarding][code][127.0.0.1:63093 -> 127.0.0.1:63058 -> 127.0.0.1:40351][10fc6817-186a-45da-a694-872ffac53246] socks forwarding established\n2025-07-22 09:57:27.548 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-22 09:57:30.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63058 for 127.0.0.1 port 40351, connect from 127.0.0.1 port 63098 to 127.0.0.1 port 63058, nchannels 6\n\n2025-07-22 09:57:30.176 [info] [forwarding][code][127.0.0.1:63093 -> 127.0.0.1:63058 -> 127.0.0.1:40351][fc74c494-125c-4b3d-9cd9-39bb3c7ce9d6] socks connection closed\n",log,tab +3,104,"genie.py",0,0,"",python,tab +4,216,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"9:57:31 AM [info] Activating crowd-code\n9:57:31 AM [info] Recording started\n9:57:31 AM [info] Initializing git provider using file system watchers...\n",Log,tab +5,234,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"9:57:31 AM [info] Git repository found\n9:57:31 AM [info] Git provider initialized successfully\n9:57:31 AM [info] Initial git state: [object Object]\n",Log,content +6,1232608,"genie.py",0,0,"",python,tab +7,1238121,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n# class STBlock2(nn.Module):\n # dim: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.remat\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # --- Spatial attention ---\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n\n # # --- Temporal attention ---\n # x = x.swapaxes(1, 2)\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n # x = x.swapaxes(1, 2)\n\n # # --- Feedforward ---\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n # z = nn.Dense(\n # self.dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # z = nn.gelu(z)\n # x = x + z\n\n # return x\n\n# class CausalTransformer(nn.Module):\n # model_dim: int\n # out_dim: int\n # num_blocks: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # Input projection and normalization\n # x = nn.Sequential(\n # [\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.Dense(self.model_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # ]\n # )(x)\n # # Causal transformer blocks\n # for _ in range(self.num_blocks):\n # x = STBlock2(\n # dim=self.model_dim,\n # num_heads=self.num_heads,\n # dropout=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n\n # # Output projection\n # x = nn.Dense(\n # self.out_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # return x # (B, T, E)\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.use_kv_cache,\n name=""spatial_attn"",\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=self.use_kv_cache,\n name=""temporal_attn"",\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n spatial_bert=self.spatial_bert,\n use_flash_attention=self.use_flash_attention,\n use_kv_cache=self.use_kv_cache,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +8,1242080,"utils/nn.py",6468,0,"",python,selection_command +9,1243450,"utils/nn.py",6500,0,"",python,selection_command +10,1243697,"utils/nn.py",6519,0,"",python,selection_command +11,1243726,"utils/nn.py",6536,0,"",python,selection_command +12,1243750,"utils/nn.py",6556,0,"",python,selection_command +13,1243783,"utils/nn.py",6575,0,"",python,selection_command +14,1243817,"utils/nn.py",6594,0,"",python,selection_command +15,1243851,"utils/nn.py",6621,0,"",python,selection_command +16,1243889,"utils/nn.py",6642,0,"",python,selection_command +17,1243922,"utils/nn.py",6672,0,"",python,selection_command +18,1243956,"utils/nn.py",6695,0,"",python,selection_command +19,1244003,"utils/nn.py",6717,0,"",python,selection_command +20,1244029,"utils/nn.py",6726,0,"",python,selection_command +21,1244059,"utils/nn.py",6742,0,"",python,selection_command +22,1244093,"utils/nn.py",6793,0,"",python,selection_command +23,1244126,"utils/nn.py",6820,0,"",python,selection_command +24,1244155,"utils/nn.py",6834,0,"",python,selection_command +25,1244185,"utils/nn.py",6864,0,"",python,selection_command +26,1244220,"utils/nn.py",6914,0,"",python,selection_command +27,1244260,"utils/nn.py",6952,0,"",python,selection_command +28,1244285,"utils/nn.py",6971,0,"",python,selection_command +29,1244323,"utils/nn.py",7012,0,"",python,selection_command +30,1244354,"utils/nn.py",7058,0,"",python,selection_command +31,1244388,"utils/nn.py",7092,0,"",python,selection_command +32,1244421,"utils/nn.py",7111,0,"",python,selection_command +33,1244455,"utils/nn.py",7141,0,"",python,selection_command +34,1244487,"utils/nn.py",7191,0,"",python,selection_command +35,1244521,"utils/nn.py",7229,0,"",python,selection_command +36,1244555,"utils/nn.py",7248,0,"",python,selection_command +37,1244588,"utils/nn.py",7262,0,"",python,selection_command +38,1244623,"utils/nn.py",7275,0,"",python,selection_command +39,1244759,"utils/nn.py",7316,0,"",python,selection_command +40,1245113,"utils/nn.py",7320,0,"",python,selection_command +41,1245267,"utils/nn.py",7322,0,"",python,selection_command +42,1245581,"utils/nn.py",7324,0,"",python,selection_command +43,1249732,"utils/nn.py",4269,0,"",python,selection_command +44,1250519,"utils/nn.py",4295,0,"",python,selection_command +45,1250773,"utils/nn.py",4308,0,"",python,selection_command +46,1250798,"utils/nn.py",4327,0,"",python,selection_command +47,1250829,"utils/nn.py",4346,0,"",python,selection_command +48,1250864,"utils/nn.py",4373,0,"",python,selection_command +49,1250895,"utils/nn.py",4394,0,"",python,selection_command +50,1250931,"utils/nn.py",4424,0,"",python,selection_command +51,1250965,"utils/nn.py",4447,0,"",python,selection_command +52,1251147,"utils/nn.py",4471,0,"",python,selection_command +53,1251267,"utils/nn.py",4478,0,"",python,selection_command +54,1251395,"utils/nn.py",4471,0,"",python,selection_command +55,1251654,"utils/nn.py",4447,0,"",python,selection_command +56,1251679,"utils/nn.py",4424,0,"",python,selection_command +57,1251710,"utils/nn.py",4394,0,"",python,selection_command +58,1251744,"utils/nn.py",4373,0,"",python,selection_command +59,1251777,"utils/nn.py",4346,0,"",python,selection_command +60,1251810,"utils/nn.py",4327,0,"",python,selection_command +61,1251846,"utils/nn.py",4308,0,"",python,selection_command +62,1251961,"utils/nn.py",4295,0,"",python,selection_command +63,1252123,"utils/nn.py",4269,0,"",python,selection_command +64,1252430,"utils/nn.py",4263,25,"class STBlock(nn.Module):",python,selection_command +65,1252519,"utils/nn.py",4263,208,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n",python,selection_command +66,1252904,"utils/nn.py",4263,914,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.use_kv_cache,\n name=""spatial_attn"",\n )(z)\n x = x + z\n",python,selection_command +67,1253240,"utils/nn.py",4263,1725,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.use_kv_cache,\n name=""spatial_attn"",\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=self.use_kv_cache,\n name=""temporal_attn"",\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n",python,selection_command +68,1253402,"utils/nn.py",4263,2177,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.use_kv_cache,\n name=""spatial_attn"",\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=self.use_kv_cache,\n name=""temporal_attn"",\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n",python,selection_command +69,1254140,"utils/nn.py",4263,2194,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.use_kv_cache,\n name=""spatial_attn"",\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=self.use_kv_cache,\n name=""temporal_attn"",\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x",python,selection_command +70,1254282,"utils/nn.py",4263,2195,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.use_kv_cache,\n name=""spatial_attn"",\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=self.use_kv_cache,\n name=""temporal_attn"",\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n",python,selection_command +71,1254749,"utils/nn.py",4263,2194,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n use_kv_cache: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.use_kv_cache,\n name=""spatial_attn"",\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=self.use_kv_cache,\n name=""temporal_attn"",\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x",python,selection_command +72,1255041,"utils/nn.py",6441,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-3acc90e9-90ce-4c91-8dc5-7fa36ee6eae81754056616784-2025_08_01-15.57.02.654/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-3acc90e9-90ce-4c91-8dc5-7fa36ee6eae81754056616784-2025_08_01-15.57.02.654/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..c9e754dc7cfd57f1bdca6ce094de4befbef011c1 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-3acc90e9-90ce-4c91-8dc5-7fa36ee6eae81754056616784-2025_08_01-15.57.02.654/source.csv @@ -0,0 +1,8 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,2,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\n\nexport PYTHONUNBUFFERED=1\nsrun ipython --pdb sample.py -- \\n --dyna_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +2,589,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"3:57:02 PM [info] Activating crowd-code\n3:57:02 PM [info] Recording started\n3:57:02 PM [info] Initializing git provider using file system watchers...\n3:57:02 PM [info] Git repository found\n3:57:02 PM [info] Git provider initialized successfully\n3:57:02 PM [info] Initial git state: [object Object]\n",Log,tab +3,750,"TERMINAL",0,0,"",,terminal_focus +4,910,"experiments/sample.sh",0,0,"",shellscript,tab +5,8633,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable, List\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n # --- Spatial attention ---\n B, T, N, M = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n if self.decode:\n assert pos_index is not None\n z_FM = z_FNM[:, pos_index[1]]\n z_F1M = jnp.reshape(z_FM, (B * T, 1, M))\n z_F1M = self.spatial_attention(z_F1M)\n z_FM = jnp.reshape(z_F1M, (B * T, M))\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_FM)\n else:\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n if self.decode:\n assert pos_index is not None\n z_PM = z_PTM[:, pos_index[0]]\n z_P1M = jnp.reshape(z_PM, (B * N, 1, M))\n z_P1M = self.temporal_attention(z_P1M)\n z_PM = jnp.reshape(z_P1M, (B * N, M))\n z_PTM = z_PTM.at[:, pos_index[0], :].set(z_PM)\n else:\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: List[TransformerBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM, pos_index)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n flax.nnx.MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim),\n but jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim). We reshape to\n ensure compatibility. cuDNN's flash attention additionally requires a sequence length that\n is a multiple of 4. We pad the sequence length to the nearest multiple of 4 and mask\n accordingly. Note that cuDNN requires the mask to be broadcast before calling the attention\n function due to strict shape checking.\n """"""\n\n # FIXME (f.srambical): keys and values could have different dimensionalities\n def attention_fn(query_BSHD, key_BSHD, value_BSHD, bias=None, mask_B111=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _merge_batch_dims(x):\n return einops.rearrange(x, ""... l h k -> (...) l h k"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query_BSHD.shape\n original_seq_len = query_BSHD.shape[-3]\n\n # Pad to nearest multiple of 4\n T = ((original_seq_len + 3) // 4) * 4\n pad_size = T - original_seq_len\n\n query_BTHD = _pad(_merge_batch_dims(query_BSHD))\n key_BTHD = _pad(_merge_batch_dims(key_BSHD))\n value_BTHD = _pad(_merge_batch_dims(value_BSHD))\n B = query_BTHD.shape[0]\n\n attention_mask = jnp.ones((T, T), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask_B111 is not None:\n mask_B111 = _merge_batch_dims(mask_B111)\n # We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_B1QK = einops.repeat(mask_B111, ""... 1 1 -> ... t s"", t=T, s=T)\n mask_B1QK = mask_B111.astype(jnp.bool)\n else:\n mask_11QK = attention_mask[jnp.newaxis, jnp.newaxis, :, :]\n mask_B1QK = jnp.broadcast_to(mask_11QK, (B, 1, T, T))\n\n bias_4d = _pad(_merge_batch_dims(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_BTHD,\n key=key_BTHD,\n value=value_BTHD,\n bias=bias_4d,\n mask=mask_B1QK,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +6,12453,"utils/nn.py",14603,0,"",python,selection_mouse +7,12683,"utils/nn.py",0,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-3f2b1a99-0d75-466c-970c-4deff62cba851753462933379-2025_07_25-19.02.23.245/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-3f2b1a99-0d75-466c-970c-4deff62cba851753462933379-2025_07_25-19.02.23.245/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..d0e49e46d666da4213bc9780f0c3b66a0dcdd10b --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-3f2b1a99-0d75-466c-970c-4deff62cba851753462933379-2025_07_25-19.02.23.245/source.csv @@ -0,0 +1,94 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # Define the inner MaskGIT loop using nnx.scan\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_scan_fn(module, carry, x):\n new_carry, _ = module(carry, x)\n return new_carry, None\n\n MaskGITLoop = nnx.scan(\n maskgit_scan_fn,\n in_axes=(None, nnx.Carry, 0), # (module, carry, x)\n out_axes=(nnx.Carry, None), # (new_carry, None)\n )\n\n # Define the outer autoregressive loop's body function\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = MaskGITLoop(\n maskgit_step, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +2,357,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"7:02:23 PM [info] Activating crowd-code\n7:02:23 PM [info] Recording started\n7:02:23 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,587,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"7:02:23 PM [info] Git repository found\n7:02:23 PM [info] Git provider initialized successfully\n7:02:23 PM [info] Initial git state: [object Object]\n",Log,content +4,2898,"genie.py",0,0,"",python,tab +5,3378,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +6,5988,"genie.py",0,0,"",python,tab +7,19218,"genie.py",0,0,"",python,tab +8,19298,"genie.py",6670,0,"",python,selection_command +9,56549,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n # @nnx.jit\n # @jax.jit\n def _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n # --- Define autoregressive sampling loop ---\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = genie.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n return generated_vid\n\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n video_batch = next(iter(dataloader))\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\n action_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n # FIXME (f.srambical): investigate why this is needed\n gt = gt.astype(jnp.float32)\n ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n # true_videos = (video_batch * 255).astype(np.uint8)\n # pred_videos = (vid * 255).astype(np.uint8)\n # video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n # video_comparison[0] = true_videos[:, : args.seq_len]\n # video_comparison[1] = pred_videos\n # frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # # --- Save video ---\n # imgs = [Image.fromarray(img) for img in frames]\n # # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n # for t, img in enumerate(imgs[1:]):\n # d = ImageDraw.Draw(img)\n # for row in range(action_batch.shape[0]):\n # action = action_batch[row, t, 0]\n # y_offset = row * video_batch.shape[2] + 2\n # d.text((2, y_offset), f""{action}"", fill=255)\n # imgs[0].save(\n # f""generation_{time.time()}.gif"",\n # save_all=True,\n # append_images=imgs[1:],\n # duration=250,\n # loop=0,\n # )\n",python,tab +10,56549,"/fast/home/franz.srambical/jafar/sample.py",5611,0,"",python,selection_command +11,58027,"/fast/home/franz.srambical/jafar/sample.py",4644,0,"",python,selection_command +12,59949,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # Define the inner MaskGIT loop using nnx.scan\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_scan_fn(module, carry, x):\n new_carry, _ = module(carry, x)\n return new_carry, None\n\n MaskGITLoop = nnx.scan(\n maskgit_scan_fn,\n in_axes=(None, nnx.Carry, 0), # (module, carry, x)\n out_axes=(nnx.Carry, None), # (new_carry, None)\n )\n\n # Define the outer autoregressive loop's body function\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(bool) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = MaskGITLoop(\n maskgit_step, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +13,59950,"/fast/home/franz.srambical/jafar/genie.py",7076,0,"",python,selection_command +14,77428,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +15,79472,"genie.py",0,0,"",python,tab +16,96262,"genie.py",7213,0,"",python,selection_command +17,97679,"genie.py",7201,63," out_axes=(nnx.Carry, 0), # (new_carry, None)\n",python,content +18,113555,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +19,113557,"/fast/home/franz.srambical/jafar/genie.py",7201,0,"",python,selection_command +20,116189,"genie.py",0,0,"",python,tab +21,117566,"genie.py",7258,0,"",python,selection_mouse +22,155903,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +23,157626,"/fast/home/franz.srambical/jafar/genie.py",7201,62," out_axes=(nnx.Carry, None), # (new_carry, None)",python,content +24,159605,"genie.py",0,0,"",python,tab +25,179385,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +26,179385,"/fast/home/franz.srambical/jafar/genie.py",7979,0,"",python,selection_command +27,213168,"/fast/home/franz.srambical/jafar/genie.py",7979,117," final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)",python,content +28,213169,"/fast/home/franz.srambical/jafar/genie.py",7076,199,"",python,content +29,213169,"/fast/home/franz.srambical/jafar/genie.py",6949,90," new_carry = (rng, token_idxs, new_mask, action_tokens)",python,content +30,213169,"/fast/home/franz.srambical/jafar/genie.py",6670,277," # Define the inner MaskGIT loop function\n def maskgit_step_fn(carry, step):\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)",python,content +31,223860,"/fast/home/franz.srambical/jafar/genie.py",9430,121," final_carry_maskgit, _ = MaskGITLoop(\n maskgit_step, init_carry_maskgit, jnp.arange(steps)",python,content +32,223860,"/fast/home/franz.srambical/jafar/genie.py",8726,0," MaskGITLoop = nnx.scan(\n maskgit_scan_fn,\n in_axes=(None, nnx.Carry, 0), # (module, carry, x)\n out_axes=(nnx.Carry, None), # (new_carry, None)\n )\n\n",python,content +33,223860,"/fast/home/franz.srambical/jafar/genie.py",8623,66," def maskgit_scan_fn(module, carry, x):\n new_carry, _ = module(carry, x)",python,content +34,223860,"/fast/home/franz.srambical/jafar/genie.py",6670,1951," # Define the inner MaskGIT loop using nnx.scan\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )",python,content +35,224039,"/fast/home/franz.srambical/jafar/genie.py",11216,94,"",python,content +36,224039,"/fast/home/franz.srambical/jafar/genie.py",9013,2202,"",python,content +37,224039,"/fast/home/franz.srambical/jafar/genie.py",7979,117," final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)",python,content +38,224039,"/fast/home/franz.srambical/jafar/genie.py",7076,197," # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None",python,content +39,224039,"/fast/home/franz.srambical/jafar/genie.py",6949,125," # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)",python,content +40,224039,"/fast/home/franz.srambical/jafar/genie.py",6670,277," # Define the inner MaskGIT loop function\n def maskgit_step_fn(carry, step):\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]",python,content +41,272905,"/fast/home/franz.srambical/jafar/genie.py",6670,0,"",python,selection_command +42,380998,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n # @nnx.jit\n # @jax.jit\n def _sampling_fn(model, batch):\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n\n # --- Define autoregressive sampling loop ---\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = genie.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n return generated_vid\n\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n video_batch = next(iter(dataloader))\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False) # type: ignore[arg-type]\n action_batch = jnp.asarray(action_batch).reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n # FIXME (f.srambical): investigate why this is needed\n gt = gt.astype(jnp.float32)\n ssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n # true_videos = (video_batch * 255).astype(np.uint8)\n # pred_videos = (vid * 255).astype(np.uint8)\n # video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n # video_comparison[0] = true_videos[:, : args.seq_len]\n # video_comparison[1] = pred_videos\n # frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # # --- Save video ---\n # imgs = [Image.fromarray(img) for img in frames]\n # # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n # for t, img in enumerate(imgs[1:]):\n # d = ImageDraw.Draw(img)\n # for row in range(action_batch.shape[0]):\n # action = action_batch[row, t, 0]\n # y_offset = row * video_batch.shape[2] + 2\n # d.text((2, y_offset), f""{action}"", fill=255)\n # imgs[0].save(\n # f""generation_{time.time()}.gif"",\n # save_all=True,\n # append_images=imgs[1:],\n # duration=250,\n # loop=0,\n # )\n",python,tab +43,382134,"sample.py",7041,0,"",python,selection_command +44,382137,"sample.py",7023,0,"",python,selection_command +45,382152,"sample.py",6999,0,"",python,selection_command +46,382225,"sample.py",6965,0,"",python,selection_command +47,382231,"sample.py",6940,0,"",python,selection_command +48,382323,"sample.py",6897,0,"",python,selection_command +49,382340,"sample.py",6877,0,"",python,selection_command +50,382345,"sample.py",6818,0,"",python,selection_command +51,382381,"sample.py",6762,0,"",python,selection_command +52,382416,"sample.py",6715,0,"",python,selection_command +53,382427,"sample.py",6664,0,"",python,selection_command +54,382469,"sample.py",6630,0,"",python,selection_command +55,382583,"sample.py",6589,0,"",python,selection_command +56,382584,"sample.py",6489,0,"",python,selection_command +57,382658,"sample.py",6435,0,"",python,selection_command +58,382658,"sample.py",6408,0,"",python,selection_command +59,382659,"sample.py",6407,0,"",python,selection_command +60,382692,"sample.py",6323,0,"",python,selection_command +61,382707,"sample.py",6283,0,"",python,selection_command +62,382729,"sample.py",6224,0,"",python,selection_command +63,382778,"sample.py",6157,0,"",python,selection_command +64,382822,"sample.py",6108,0,"",python,selection_command +65,382836,"sample.py",6051,0,"",python,selection_command +66,383110,"sample.py",6021,0,"",python,selection_command +67,409372,"sample.py",0,0,"",python,tab +68,423163,"sample.py",6020,0,"",python,selection_command +69,423280,"sample.py",5993,0,"",python,selection_command +70,456144,"genie.py",0,0,"",python,tab +71,456145,"genie.py",6670,0,"",python,selection_command +72,461257,"sample.py",0,0,"",python,tab +73,464425,"sample.py",6969,0,"",python,selection_command +74,464665,"sample.py",7049,0,"",python,selection_command +75,465095,"sample.py",6228,0,"",python,selection_command +76,465860,"sample.py",5207,0,"",python,selection_command +77,466191,"sample.py",4424,0,"",python,selection_command +78,466192,"sample.py",3753,0,"",python,selection_command +79,466193,"sample.py",2998,0,"",python,selection_command +80,466194,"sample.py",2219,0,"",python,selection_command +81,466211,"sample.py",1453,0,"",python,selection_command +82,466211,"sample.py",917,0,"",python,selection_command +83,466304,"sample.py",351,0,"",python,selection_command +84,466305,"sample.py",917,0,"",python,selection_command +85,466306,"sample.py",1453,0,"",python,selection_command +86,466306,"sample.py",2219,0,"",python,selection_command +87,466542,"sample.py",2998,0,"",python,selection_command +88,468353,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +89,470581,"/fast/home/franz.srambical/jafar/genie.py",7766,0,"",python,selection_command +90,470693,"/fast/home/franz.srambical/jafar/genie.py",8930,0,"",python,selection_command +91,470894,"/fast/home/franz.srambical/jafar/genie.py",9838,0,"",python,selection_command +92,471054,"/fast/home/franz.srambical/jafar/genie.py",10437,0,"",python,selection_command +93,475752,"sample.py",0,0,"",python,tab diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-42977cf0-50f0-4dc9-b77f-2db2b88a939d1753960254266-2025_07_31-13.11.02.905/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-42977cf0-50f0-4dc9-b77f-2db2b88a939d1753960254266-2025_07_31-13.11.02.905/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..e166ae9f3bda28b8a210be83c7d535d236a3e4f5 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-42977cf0-50f0-4dc9-b77f-2db2b88a939d1753960254266-2025_07_31-13.11.02.905/source.csv @@ -0,0 +1,3211 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n vid_embed_BSNM += jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n # FIXME (f.srambical): implement this\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, action_))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +2,316,"genie.py",14679,0,"e",python,content +3,317,"genie.py",14680,0,"",python,selection_keyboard +4,363,"genie.py",14680,0,"m",python,content +5,368,"genie.py",14681,0,"b",python,content +6,368,"genie.py",14682,0,"",python,selection_keyboard +7,371,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"1:11:02 PM [info] Activating crowd-code\n1:11:02 PM [info] Recording started\n1:11:02 PM [info] Initializing git provider using file system watchers...\n",Log,tab +8,515,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"1:11:03 PM [info] Git repository found\n1:11:03 PM [info] Git provider initialized successfully\n1:11:03 PM [info] Initial git state: [object Object]\n",Log,content +9,1237,"genie.py",0,0,"",python,tab +10,2333,"genie.py",14681,0,"",python,selection_command +11,4709,"genie.py",14683,0,"",python,selection_command +12,5032,"genie.py",14684,0,"",python,selection_command +13,5554,"genie.py",14683,0,"",python,selection_command +14,6282,"genie.py",14682,0,"",python,selection_command +15,7211,"genie.py",14682,0,"_",python,content +16,7211,"genie.py",14683,0,"",python,selection_keyboard +17,9101,"genie.py",14683,0,"B",python,content +18,9101,"genie.py",14684,0,"",python,selection_keyboard +19,10014,"genie.py",14684,0,"S",python,content +20,10015,"genie.py",14685,0,"",python,selection_keyboard +21,10480,"genie.py",14685,0,"M",python,content +22,10480,"genie.py",14686,0,"",python,selection_keyboard +23,11944,"genie.py",14686,0,"l",python,content +24,11948,"genie.py",14687,0,".",python,content +25,11948,"genie.py",14688,0,"",python,selection_keyboard +26,12360,"genie.py",14687,1,"",python,content +27,12575,"genie.py",14686,1,"",python,content +28,12773,"genie.py",14686,0,".",python,content +29,12773,"genie.py",14687,0,"",python,selection_keyboard +30,12953,"genie.py",14687,0,"s",python,content +31,12953,"genie.py",14688,0,"",python,selection_keyboard +32,13002,"genie.py",14688,0,"h",python,content +33,13003,"genie.py",14689,0,"",python,selection_keyboard +34,13143,"genie.py",14689,0,"a",python,content +35,13143,"genie.py",14690,0,"",python,selection_keyboard +36,13175,"genie.py",14690,0,"p",python,content +37,13176,"genie.py",14691,0,"",python,selection_keyboard +38,13296,"genie.py",14691,0,"e",python,content +39,13297,"genie.py",14692,0,"",python,selection_keyboard +40,14149,"genie.py",14692,0,"[-1]",python,content +41,14510,"genie.py",14695,0,"",python,selection_command +42,15819,"genie.py",14694,0,"",python,selection_command +43,15966,"genie.py",14692,0,"",python,selection_command +44,16105,"genie.py",14687,0,"",python,selection_command +45,16254,"genie.py",14686,0,"",python,selection_command +46,16444,"genie.py",14672,0,"",python,selection_command +47,20257,"genie.py",14673,0,"",python,selection_command +48,20506,"genie.py",14674,0,"",python,selection_command +49,20546,"genie.py",14675,0,"",python,selection_command +50,20635,"genie.py",14676,0,"",python,selection_command +51,20635,"genie.py",14677,0,"",python,selection_command +52,20635,"genie.py",14678,0,"",python,selection_command +53,20668,"genie.py",14679,0,"",python,selection_command +54,20704,"genie.py",14680,0,"",python,selection_command +55,20735,"genie.py",14681,0,"",python,selection_command +56,20769,"genie.py",14682,0,"",python,selection_command +57,22249,"genie.py",14682,0,"e",python,content +58,22249,"genie.py",14683,0,"",python,selection_keyboard +59,22537,"genie.py",14683,0,"d",python,content +60,22538,"genie.py",14684,0,"",python,selection_keyboard +61,22734,"genie.py",14683,0,"",python,selection_command +62,23399,"genie.py",14682,0,"",python,selection_command +63,23641,"genie.py",14681,0,"",python,selection_command +64,23676,"genie.py",14680,0,"",python,selection_command +65,23779,"genie.py",14679,0,"",python,selection_command +66,23826,"genie.py",14678,0,"",python,selection_command +67,23984,"genie.py",14677,0,"",python,selection_command +68,24105,"genie.py",14676,0,"",python,selection_command +69,24649,"genie.py",14675,0,"",python,selection_command +70,24827,"genie.py",14675,1,"",python,content +71,24953,"genie.py",14675,1,"",python,content +72,25156,"genie.py",14675,1,"",python,content +73,27531,"genie.py",14606,0,"",python,selection_command +74,29187,"genie.py",14698,0,"",python,selection_command +75,29638,"genie.py",14710,0,"",python,selection_command +76,29889,"genie.py",14727,0,"",python,selection_command +77,29920,"genie.py",14729,0,"",python,selection_command +78,29951,"genie.py",14732,0,"",python,selection_command +79,29979,"genie.py",14733,0,"",python,selection_command +80,30019,"genie.py",14744,0,"",python,selection_command +81,30051,"genie.py",14746,0,"",python,selection_command +82,30083,"genie.py",14760,0,"",python,selection_command +83,30119,"genie.py",14762,0,"",python,selection_command +84,30152,"genie.py",14776,0,"",python,selection_command +85,30178,"genie.py",14779,0,"",python,selection_command +86,30212,"genie.py",14783,0,"",python,selection_command +87,30725,"genie.py",14779,0,"",python,selection_command +88,30972,"genie.py",14776,0,"",python,selection_command +89,31004,"genie.py",14762,0,"",python,selection_command +90,31033,"genie.py",14760,0,"",python,selection_command +91,31068,"genie.py",14746,0,"",python,selection_command +92,31103,"genie.py",14744,0,"",python,selection_command +93,31246,"genie.py",14733,0,"",python,selection_command +94,31246,"genie.py",14732,0,"",python,selection_command +95,31247,"genie.py",14729,0,"",python,selection_command +96,31536,"genie.py",14727,0,"",python,selection_command +97,31793,"genie.py",14710,0,"",python,selection_command +98,31823,"genie.py",14694,0,"",python,selection_command +99,31849,"genie.py",14693,0,"",python,selection_command +100,31882,"genie.py",14691,0,"",python,selection_command +101,31916,"genie.py",14686,0,"",python,selection_command +102,32235,"genie.py",14691,0,"",python,selection_command +103,32489,"genie.py",14693,0,"",python,selection_command +104,32519,"genie.py",14694,0,"",python,selection_command +105,32545,"genie.py",14710,0,"",python,selection_command +106,32576,"genie.py",14727,0,"",python,selection_command +107,32610,"genie.py",14729,0,"",python,selection_command +108,32643,"genie.py",14732,0,"",python,selection_command +109,32677,"genie.py",14733,0,"",python,selection_command +110,32722,"genie.py",14744,0,"",python,selection_command +111,36186,"genie.py",14733,0,"",python,selection_command +112,36350,"genie.py",14732,0,"",python,selection_command +113,36485,"genie.py",14729,0,"",python,selection_command +114,36653,"genie.py",14727,0,"",python,selection_command +115,37154,"genie.py",14710,0,"",python,selection_command +116,444175,"genie.py",14799,0,"",python,selection_command +117,445397,"genie.py",14787,72,"",python,content +118,445400,"genie.py",14799,0,"",python,selection_command +119,452017,"genie.py",14799,0,"unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n ",python,content +120,452019,"genie.py",14799,0,"",python,selection_command +121,480877,"genie.py",14834,0,"",python,selection_mouse +122,482682,"genie.py",14809,0,"",python,selection_mouse +123,536582,"genie.py",14787,72,"",python,content +124,536587,"genie.py",14799,0,"",python,selection_command +125,536956,"genie.py",14787,61,"",python,content +126,536970,"genie.py",14799,0,"",python,selection_command +127,539654,"genie.py",14817,0,"",python,selection_command +128,539873,"genie.py",14819,0,"",python,selection_command +129,540071,"genie.py",14823,0,"",python,selection_command +130,540085,"genie.py",14824,0,"",python,selection_command +131,540122,"genie.py",14832,0,"",python,selection_command +132,540165,"genie.py",14833,0,"",python,selection_command +133,540189,"genie.py",14844,0,"",python,selection_command +134,540399,"genie.py",14845,0,"",python,selection_command +135,540595,"genie.py",14859,0,"",python,selection_command +136,540787,"genie.py",14861,0,"",python,selection_command +137,541287,"genie.py",14859,0,"",python,selection_command +138,541971,"genie.py",14861,0,"",python,selection_command +139,542077,"genie.py",14863,0,"",python,selection_command +140,544270,"genie.py",14863,9,"",python,content +141,544382,"genie.py",14863,0,"t",python,content +142,544382,"genie.py",14864,0,"",python,selection_keyboard +143,544425,"genie.py",14864,0,"e",python,content +144,544426,"genie.py",14865,0,"",python,selection_keyboard +145,544601,"genie.py",14865,0,"m",python,content +146,544602,"genie.py",14866,0,"",python,selection_keyboard +147,544602,"genie.py",14866,0,"p",python,content +148,544603,"genie.py",14867,0,"",python,selection_keyboard +149,544848,"genie.py",14866,0,"",python,selection_command +150,557532,"genie.py",14868,0,"",python,selection_command +151,563731,"genie.py",14863,0,"step_",python,content +152,563744,"genie.py",14863,0,"",python,selection_command +153,563934,"genie.py",14799,0,"step_temp = temperature * (1.0 - unmasked_ratio)\n ",python,content +154,563944,"genie.py",14799,0,"",python,selection_command +155,564218,"genie.py",14799,0,"unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n ",python,content +156,564221,"genie.py",14809,0,"",python,selection_command +157,599861,"genie.py",14799,72,"",python,content +158,599871,"genie.py",14809,0,"",python,selection_command +159,600027,"genie.py",14799,61,"",python,content +160,600160,"genie.py",14863,5,"",python,content +161,600164,"genie.py",14863,0,"",python,selection_command +162,601554,"genie.py",14867,0,"",python,selection_command +163,601860,"genie.py",14867,0,"e",python,content +164,601860,"genie.py",14868,0,"",python,selection_keyboard +165,601977,"genie.py",14868,0,"r",python,content +166,601978,"genie.py",14869,0,"",python,selection_keyboard +167,602172,"genie.py",14869,0,"a",python,content +168,602173,"genie.py",14870,0,"",python,selection_keyboard +169,602183,"genie.py",14870,0,"t",python,content +170,602183,"genie.py",14871,0,"",python,selection_keyboard +171,602348,"genie.py",14871,0,"r",python,content +172,602348,"genie.py",14872,0,"",python,selection_keyboard +173,602403,"genie.py",14872,0,"u",python,content +174,602403,"genie.py",14873,0,"",python,selection_keyboard +175,602509,"genie.py",14873,0,"r",python,content +176,602509,"genie.py",14874,0,"",python,selection_keyboard +177,602590,"genie.py",14874,0,"e",python,content +178,602590,"genie.py",14875,0,"",python,selection_keyboard +179,602971,"genie.py",14874,1,"",python,content +180,603136,"genie.py",14873,1,"",python,content +181,603285,"genie.py",14872,1,"",python,content +182,603401,"genie.py",14871,1,"",python,content +183,603405,"genie.py",14871,0,"u",python,content +184,603405,"genie.py",14872,0,"",python,selection_keyboard +185,603711,"genie.py",14872,0,"r",python,content +186,603712,"genie.py",14873,0,"",python,selection_keyboard +187,603754,"genie.py",14873,0,"e",python,content +188,603754,"genie.py",14874,0,"",python,selection_keyboard +189,604018,"genie.py",14873,0,"",python,selection_command +190,606001,"genie.py",14863,0,"",python,selection_command +191,606162,"genie.py",14861,0,"",python,selection_command +192,606341,"genie.py",14859,0,"",python,selection_command +193,607088,"genie.py",14845,0,"",python,selection_command +194,607356,"genie.py",14858,0,"",python,selection_command +195,607540,"genie.py",14859,0,"",python,selection_command +196,609663,"genie.py",14858,1,"",python,content +197,610898,"genie.py",14858,0,"p1M",python,content +198,611157,"genie.py",14860,0,"",python,selection_command +199,612130,"genie.py",14845,0,"",python,selection_command +200,612384,"genie.py",14844,0,"",python,selection_command +201,612408,"genie.py",14833,0,"",python,selection_command +202,612440,"genie.py",14832,0,"",python,selection_command +203,612469,"genie.py",14824,0,"",python,selection_command +204,612642,"genie.py",14823,0,"",python,selection_command +205,612824,"genie.py",14819,0,"",python,selection_command +206,612968,"genie.py",14817,0,"",python,selection_command +207,613161,"genie.py",14799,0,"",python,selection_command +208,613706,"genie.py",14800,0,"",python,selection_command +209,613997,"genie.py",14815,0,"",python,selection_command +210,615304,"genie.py",14815,0,"p",python,content +211,615304,"genie.py",14816,0,"",python,selection_keyboard +212,616599,"genie.py",14816,0,"1",python,content +213,616600,"genie.py",14817,0,"",python,selection_keyboard +214,616936,"genie.py",14816,0,"",python,selection_command +215,617688,"genie.py",14878,0,"\n ",python,content +216,618147,"genie.py",14891,0,"f",python,content +217,618148,"genie.py",14892,0,"",python,selection_keyboard +218,618150,"genie.py",14892,0,"i",python,content +219,618150,"genie.py",14893,0,"",python,selection_keyboard +220,618194,"genie.py",14893,0,"n",python,content +221,618194,"genie.py",14894,0,"",python,selection_keyboard +222,618389,"genie.py",14894,0,"a",python,content +223,618390,"genie.py",14895,0,"",python,selection_keyboard +224,618477,"genie.py",14895,0,"l",python,content +225,618478,"genie.py",14896,0,"",python,selection_keyboard +226,618759,"genie.py",14896,0,"_",python,content +227,618759,"genie.py",14897,0,"",python,selection_keyboard +228,619289,"genie.py",14897,0,"logits_BSNV = final_logits_BSNp1V[..., :N]",python,content +229,619542,"genie.py",14938,0,"",python,selection_command +230,620156,"genie.py",14940,0,"",python,selection_command +231,622276,"genie.py",14879,0,"",python,selection_command +232,622444,"genie.py",14891,0,"",python,selection_command +233,623176,"genie.py",14940,0,"",python,selection_command +234,624415,"genie.py",14891,0,"",python,selection_command +235,624679,"genie.py",14909,0,"",python,selection_command +236,624874,"genie.py",14911,0,"",python,selection_command +237,624899,"genie.py",14930,0,"",python,selection_command +238,624927,"genie.py",14936,0,"",python,selection_command +239,624959,"genie.py",14937,0,"",python,selection_command +240,624993,"genie.py",14938,0,"",python,selection_command +241,625027,"genie.py",14940,0,"",python,selection_command +242,625060,"genie.py",14953,0,"",python,selection_command +243,625096,"genie.py",14955,0,"",python,selection_command +244,625527,"genie.py",14953,0,"",python,selection_command +245,625727,"genie.py",14940,0,"",python,selection_command +246,625930,"genie.py",14938,0,"",python,selection_command +247,634117,"genie.py",14937,0,"",python,selection_command +248,635283,"genie.py",14937,1,"t",python,content +249,636757,"genie.py",14937,1,"0",python,content +250,637302,"genie.py",14938,0,"",python,selection_command +251,637923,"genie.py",14937,1,"",python,content +252,638286,"genie.py",14937,0,"0",python,content +253,638286,"genie.py",14938,0,"",python,selection_keyboard +254,638782,"genie.py",14937,1,"",python,content +255,639133,"genie.py",14937,0,"-",python,content +256,639134,"genie.py",14938,0,"",python,selection_keyboard +257,639794,"genie.py",14938,0,"1",python,content +258,639795,"genie.py",14939,0,"",python,selection_keyboard +259,640085,"genie.py",14938,0,"",python,selection_command +260,640955,"genie.py",14941,0,"",python,selection_command +261,642189,"genie.py",14879,0,"",python,selection_command +262,642503,"genie.py",14891,0,"",python,selection_command +263,652854,"genie.py",14909,0,"",python,selection_command +264,653030,"genie.py",14911,0,"",python,selection_command +265,653194,"genie.py",14930,0,"",python,selection_command +266,653342,"genie.py",14936,0,"",python,selection_command +267,653534,"genie.py",14938,0,"",python,selection_command +268,653902,"genie.py",14936,0,"",python,selection_command +269,654062,"genie.py",14930,0,"",python,selection_command +270,654344,"genie.py",14934,0,"",python,selection_command +271,654614,"genie.py",14937,0,"",python,selection_command +272,654805,"genie.py",14938,0,"",python,selection_command +273,655324,"genie.py",14939,0,"",python,selection_command +274,657978,"genie.py",14939,0,",",python,content +275,657978,"genie.py",14940,0,"",python,selection_keyboard +276,658133,"genie.py",14940,0," ",python,content +277,658134,"genie.py",14941,0,"",python,selection_keyboard +278,658377,"genie.py",14941,0,":",python,content +279,658378,"genie.py",14942,0,"",python,selection_keyboard +280,658718,"genie.py",14941,0,"",python,selection_command +281,659806,"genie.py",14944,0,"",python,selection_command +282,684975,"genie.py",14939,3,"",python,content +283,684988,"genie.py",14939,0,"",python,selection_command +284,685121,"genie.py",14937,2,"0",python,content +285,685264,"genie.py",14937,1,"t",python,content +286,685268,"genie.py",14937,0,"",python,selection_command +287,685405,"genie.py",14937,1,"N",python,content +288,685553,"genie.py",14879,61,"",python,content +289,685555,"genie.py",14816,0,"",python,selection_command +290,685704,"genie.py",14815,2,"",python,content +291,686021,"genie.py",14858,2,"",python,content +292,686021,"genie.py",14859,0,"",python,selection_command +293,686321,"genie.py",14867,7,"",python,content +294,686322,"genie.py",14866,0,"",python,selection_command +295,686621,"genie.py",14863,0,"step_",python,content +296,686625,"genie.py",14863,0,"",python,selection_command +297,686789,"genie.py",14799,0,"step_temp = temperature * (1.0 - unmasked_ratio)\n ",python,content +298,686791,"genie.py",14799,0,"",python,selection_command +299,686959,"genie.py",14799,0,"unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n ",python,content +300,686961,"genie.py",14809,0,"",python,selection_command +301,734699,"genie.py",14799,72,"",python,content +302,734708,"genie.py",14809,0,"",python,selection_command +303,734930,"genie.py",14799,61,"",python,content +304,734960,"genie.py",14863,5,"",python,content +305,734961,"genie.py",14863,0,"",python,selection_command +306,734989,"genie.py",14867,0,"erature",python,content +307,734991,"genie.py",14867,0,"",python,selection_command +308,735028,"genie.py",14858,0,"p1",python,content +309,735030,"genie.py",14859,0,"",python,selection_command +310,735065,"genie.py",14815,0,"p1",python,content +311,735067,"genie.py",14815,0,"",python,selection_command +312,735088,"genie.py",14879,0," final_logits_BSNV = final_logits_BSNp1V[..., :N]\n",python,content +313,735089,"genie.py",14816,0,"",python,selection_command +314,735121,"genie.py",14937,1,"t",python,content +315,735122,"genie.py",14937,0,"",python,selection_command +316,735154,"genie.py",14937,1,"0",python,content +317,735188,"genie.py",14937,1,"-1",python,content +318,735189,"genie.py",14938,0,"",python,selection_command +319,735221,"genie.py",14939,0,", :",python,content +320,735222,"genie.py",14939,0,"",python,selection_command +321,736794,"genie.py",14944,0,"",python,selection_command +322,752066,"genie.py",14939,0,"",python,selection_command +323,752189,"genie.py",14847,0,"",python,selection_command +324,752335,"genie.py",14758,0,"",python,selection_command +325,752994,"genie.py",14786,0,"\n ",python,content +326,758162,"genie.py",14799,0,"#",python,content +327,758163,"genie.py",14800,0,"",python,selection_keyboard +328,758800,"genie.py",14800,0," ",python,content +329,758801,"genie.py",14801,0,"",python,selection_keyboard +330,759401,"genie.py",14801,0,"F",python,content +331,759401,"genie.py",14802,0,"",python,selection_keyboard +332,760493,"genie.py",14801,1,"",python,content +333,761278,"genie.py",14801,0,"F",python,content +334,761278,"genie.py",14802,0,"",python,selection_keyboard +335,761307,"genie.py",14802,0,"I",python,content +336,761307,"genie.py",14803,0,"",python,selection_keyboard +337,761380,"genie.py",14803,0,"X",python,content +338,761381,"genie.py",14804,0,"",python,selection_keyboard +339,762191,"genie.py",14804,0,"ME (f.srambical): this is not correct, we need to use the mask",python,content +340,762395,"genie.py",14865,0,"",python,selection_command +341,762582,"genie.py",14862,0,"",python,selection_command +342,762836,"genie.py",14858,0,"",python,selection_command +343,762864,"genie.py",14854,0,"",python,selection_command +344,762900,"genie.py",14851,0,"",python,selection_command +345,762931,"genie.py",14846,0,"",python,selection_command +346,762964,"genie.py",14843,0,"",python,selection_command +347,762999,"genie.py",14841,0,"",python,selection_command +348,763032,"genie.py",14834,0,"",python,selection_command +349,763192,"genie.py",14830,0,"",python,selection_command +350,763353,"genie.py",14827,0,"",python,selection_command +351,763488,"genie.py",14822,0,"",python,selection_command +352,763921,"genie.py",14822,44,"",python,content +353,764190,"genie.py",14822,0,"o",python,content +354,764190,"genie.py",14823,0,"",python,selection_keyboard +355,764289,"genie.py",14823,0,"n",python,content +356,764290,"genie.py",14824,0,"",python,selection_keyboard +357,764524,"genie.py",14824,0,"l",python,content +358,764524,"genie.py",14825,0,"",python,selection_keyboard +359,764552,"genie.py",14825,0,"y",python,content +360,764552,"genie.py",14826,0,"",python,selection_keyboard +361,764740,"genie.py",14826,0," ",python,content +362,764740,"genie.py",14827,0,"",python,selection_keyboard +363,764749,"genie.py",14827,0,"i",python,content +364,764750,"genie.py",14828,0,"",python,selection_keyboard +365,764780,"genie.py",14828,0,"n",python,content +366,764781,"genie.py",14829,0,"",python,selection_keyboard +367,764951,"genie.py",14829,0,"p",python,content +368,764951,"genie.py",14830,0,"",python,selection_keyboard +369,765021,"genie.py",14830,0,"u",python,content +370,765022,"genie.py",14831,0,"",python,selection_keyboard +371,765085,"genie.py",14831,0,"t",python,content +372,765086,"genie.py",14832,0,"",python,selection_keyboard +373,765252,"genie.py",14832,0," ",python,content +374,765252,"genie.py",14833,0,"",python,selection_keyboard +375,765403,"genie.py",14833,0,"l",python,content +376,765403,"genie.py",14834,0,"",python,selection_keyboard +377,765468,"genie.py",14834,0,"a",python,content +378,765468,"genie.py",14835,0,"",python,selection_keyboard +379,765510,"genie.py",14835,0,"s",python,content +380,765511,"genie.py",14836,0,"",python,selection_keyboard +381,765520,"genie.py",14836,0,"t",python,content +382,765520,"genie.py",14837,0,"",python,selection_keyboard +383,765736,"genie.py",14837,0," ",python,content +384,765736,"genie.py",14838,0,"",python,selection_keyboard +385,765739,"genie.py",14838,0,"t",python,content +386,765739,"genie.py",14839,0,"",python,selection_keyboard +387,765818,"genie.py",14839,0,"o",python,content +388,765819,"genie.py",14840,0,"",python,selection_keyboard +389,765950,"genie.py",14840,0,"k",python,content +390,765950,"genie.py",14841,0,"",python,selection_keyboard +391,765958,"genie.py",14841,0,"e",python,content +392,765959,"genie.py",14842,0,"",python,selection_keyboard +393,766041,"genie.py",14842,0,"n",python,content +394,766041,"genie.py",14843,0,"",python,selection_keyboard +395,766257,"genie.py",14842,0,"",python,selection_command +396,830610,"genie.py",14843,0,"\n # FIXME (f.srambical): only input last token",python,content +397,830624,"genie.py",14856,0,"",python,selection_command +398,831214,"genie.py",14799,0,"",python,selection_command +399,831487,"genie.py",14801,0,"",python,selection_command +400,831739,"genie.py",14807,0,"",python,selection_command +401,831764,"genie.py",14808,0,"",python,selection_command +402,831793,"genie.py",14809,0,"",python,selection_command +403,831845,"genie.py",14810,0,"",python,selection_command +404,831862,"genie.py",14819,0,"",python,selection_command +405,831893,"genie.py",14822,0,"",python,selection_command +406,832060,"genie.py",14827,0,"",python,selection_command +407,832230,"genie.py",14833,0,"",python,selection_command +408,832854,"genie.py",14833,10,"",python,content +409,833045,"genie.py",14833,0,"u",python,content +410,833045,"genie.py",14834,0,"",python,selection_keyboard +411,833208,"genie.py",14834,0,"n",python,content +412,833209,"genie.py",14835,0,"",python,selection_keyboard +413,833294,"genie.py",14835,0,"t",python,content +414,833295,"genie.py",14836,0,"",python,selection_keyboard +415,833371,"genie.py",14836,0,"i",python,content +416,833371,"genie.py",14837,0,"",python,selection_keyboard +417,833543,"genie.py",14837,0,"l",python,content +418,833543,"genie.py",14838,0,"",python,selection_keyboard +419,833636,"genie.py",14838,0," ",python,content +420,833637,"genie.py",14839,0,"",python,selection_keyboard +421,833894,"genie.py",14839,0,"c",python,content +422,833894,"genie.py",14840,0,"",python,selection_keyboard +423,834010,"genie.py",14840,0,"u",python,content +424,834010,"genie.py",14841,0,"",python,selection_keyboard +425,834092,"genie.py",14841,0,"r",python,content +426,834092,"genie.py",14842,0,"",python,selection_keyboard +427,834241,"genie.py",14842,0,"r",python,content +428,834241,"genie.py",14843,0,"",python,selection_keyboard +429,834330,"genie.py",14843,0,"e",python,content +430,834331,"genie.py",14844,0,"",python,selection_keyboard +431,834457,"genie.py",14844,0,"n",python,content +432,834458,"genie.py",14845,0,"",python,selection_keyboard +433,834523,"genie.py",14845,0,"t",python,content +434,834523,"genie.py",14846,0,"",python,selection_keyboard +435,834718,"genie.py",14846,0," ",python,content +436,834718,"genie.py",14847,0,"",python,selection_keyboard +437,835364,"genie.py",14839,8,"",python,content +438,837157,"genie.py",14839,0,"c",python,content +439,837158,"genie.py",14840,0,"",python,selection_keyboard +440,837219,"genie.py",14840,0,"u",python,content +441,837220,"genie.py",14841,0,"",python,selection_keyboard +442,837356,"genie.py",14841,0,"r",python,content +443,837356,"genie.py",14842,0,"",python,selection_keyboard +444,837504,"genie.py",14842,0,"r",python,content +445,837504,"genie.py",14843,0,"",python,selection_keyboard +446,837543,"genie.py",14843,0,"e",python,content +447,837543,"genie.py",14844,0,"",python,selection_keyboard +448,837632,"genie.py",14844,0,"n",python,content +449,837633,"genie.py",14845,0,"",python,selection_keyboard +450,837777,"genie.py",14845,0,"t",python,content +451,837777,"genie.py",14846,0,"",python,selection_keyboard +452,947932,"genie.py",14846,0," ",python,content +453,947932,"genie.py",14847,0,"",python,selection_keyboard +454,948085,"genie.py",14847,0,"f",python,content +455,948085,"genie.py",14848,0,"",python,selection_keyboard +456,948087,"genie.py",14848,0,"r",python,content +457,948088,"genie.py",14849,0,"",python,selection_keyboard +458,948188,"genie.py",14849,0,"r",python,content +459,948188,"genie.py",14850,0,"",python,selection_keyboard +460,948384,"genie.py",14850,0,"a",python,content +461,948384,"genie.py",14851,0,"",python,selection_keyboard +462,948385,"genie.py",14851,0,"m",python,content +463,948385,"genie.py",14852,0,"",python,selection_keyboard +464,948436,"genie.py",14852,0,"e",python,content +465,948436,"genie.py",14853,0,"",python,selection_keyboard +466,948913,"genie.py",14852,1,"",python,content +467,949208,"genie.py",14851,1,"",python,content +468,949375,"genie.py",14850,1,"",python,content +469,949603,"genie.py",14849,1,"",python,content +470,949694,"genie.py",14849,0,"a",python,content +471,949695,"genie.py",14850,0,"",python,selection_keyboard +472,949737,"genie.py",14850,0,"m",python,content +473,949738,"genie.py",14851,0,"",python,selection_keyboard +474,949803,"genie.py",14851,0,"e",python,content +475,949803,"genie.py",14852,0,"",python,selection_keyboard +476,950021,"genie.py",14851,0,"",python,selection_command +477,951137,"genie.py",14908,0,"",python,selection_command +478,951244,"genie.py",14974,0,"",python,selection_command +479,951388,"genie.py",15065,0,"",python,selection_command +480,951544,"genie.py",15067,0,"",python,selection_command +481,951775,"genie.py",15065,0,"",python,selection_command +482,952277,"genie.py",15064,0,"",python,selection_command +483,952407,"genie.py",15062,0,"",python,selection_command +484,952555,"genie.py",15061,0,"",python,selection_command +485,952751,"genie.py",15059,0,"",python,selection_command +486,952934,"genie.py",15053,0,"",python,selection_command +487,953149,"genie.py",15034,0,"",python,selection_command +488,953419,"genie.py",15053,0,"",python,selection_command +489,953612,"genie.py",15059,0,"",python,selection_command +490,953764,"genie.py",15061,0,"",python,selection_command +491,954094,"genie.py",15060,0,"",python,selection_command +492,954257,"genie.py",15059,0,"",python,selection_command +493,954376,"genie.py",15059,1,"",python,content +494,955123,"genie.py",15058,0,"",python,selection_command +495,956135,"genie.py",15066,0,"",python,selection_command +496,984207,"genie.py",15002,0,"",python,selection_command +497,984754,"genie.py",15014,0,"",python,selection_command +498,984915,"genie.py",15032,0,"",python,selection_command +499,985783,"genie.py",15031,0,"",python,selection_command +500,985794,"genie.py",15030,0,"",python,selection_command +501,985928,"genie.py",15029,0,"",python,selection_command +502,988575,"genie.py",15028,0,"",python,selection_command +503,988701,"genie.py",15028,1,"",python,content +504,996940,"genie.py",15028,0,"S",python,content +505,996944,"genie.py",15028,0,"",python,selection_command +506,1021430,"genie.py",15028,1,"",python,content +507,1021606,"genie.py",15028,1,"",python,content +508,1029454,"genie.py",15030,0,"",python,selection_command +509,1029711,"genie.py",15032,0,"",python,selection_command +510,1029734,"genie.py",15051,0,"",python,selection_command +511,1029762,"genie.py",15057,0,"",python,selection_command +512,1029800,"genie.py",15058,0,"",python,selection_command +513,1030474,"genie.py",15057,0,"",python,selection_command +514,1033095,"genie.py",15057,0,",",python,content +515,1033095,"genie.py",15058,0,"",python,selection_keyboard +516,1033264,"genie.py",15058,0," ",python,content +517,1033264,"genie.py",15059,0,"",python,selection_keyboard +518,1033475,"genie.py",15058,0,"",python,selection_command +519,1033692,"genie.py",15057,0,"",python,selection_command +520,1033836,"genie.py",15056,0,"",python,selection_command +521,1034284,"genie.py",15057,0,"",python,selection_command +522,1035962,"genie.py",15056,0,"",python,selection_command +523,1036107,"genie.py",15055,0,"",python,selection_command +524,1036261,"genie.py",15054,0,"",python,selection_command +525,1036406,"genie.py",15053,0,"",python,selection_command +526,1036547,"genie.py",15052,0,"",python,selection_command +527,1036825,"genie.py",15052,1,"",python,content +528,1036971,"genie.py",15052,1,"",python,content +529,1037133,"genie.py",15052,1,"",python,content +530,1037952,"genie.py",15052,0,":",python,content +531,1037953,"genie.py",15053,0,"",python,selection_keyboard +532,1038203,"genie.py",15052,0,"",python,selection_command +533,1038813,"genie.py",15053,0,"",python,selection_command +534,1038842,"genie.py",15053,0," ",python,content +535,1038842,"genie.py",15054,0,"",python,selection_keyboard +536,1039164,"genie.py",15053,0,"",python,selection_command +537,1039880,"genie.py",15052,0,"",python,selection_command +538,1041084,"genie.py",15053,0,"",python,selection_command +539,1041655,"genie.py",15053,1,"",python,content +540,1042083,"genie.py",14961,0,"",python,selection_command +541,1042270,"genie.py",14904,0,"",python,selection_command +542,1042701,"genie.py",14961,0,"",python,selection_command +543,1042899,"genie.py",15053,0,"",python,selection_command +544,1043150,"genie.py",15054,0,"",python,selection_command +545,1043303,"genie.py",15055,0,"",python,selection_command +546,1051166,"genie.py",15056,0,"",python,selection_command +547,1051229,"genie.py",15057,0,"",python,selection_command +548,1051687,"genie.py",15058,0,"",python,selection_command +549,1051837,"genie.py",15059,0,"",python,selection_command +550,1052213,"genie.py",15058,1,"",python,content +551,1052385,"genie.py",15057,1,"",python,content +552,1052742,"genie.py",15057,0,"s",python,content +553,1052742,"genie.py",15058,0,"",python,selection_keyboard +554,1052747,"genie.py",15058,0,"t",python,content +555,1052747,"genie.py",15059,0,"",python,selection_keyboard +556,1052754,"genie.py",15059,0,"e",python,content +557,1052754,"genie.py",15060,0,"",python,selection_keyboard +558,1052812,"genie.py",15060,0,"p",python,content +559,1052812,"genie.py",15061,0,"",python,selection_keyboard +560,1053052,"genie.py",15060,0,"",python,selection_command +561,1053649,"genie.py",15059,0,"",python,selection_command +562,1053765,"genie.py",15058,0,"",python,selection_command +563,1053867,"genie.py",15057,0,"",python,selection_command +564,1054092,"genie.py",15056,0,"",python,selection_command +565,1054154,"genie.py",15055,0,"",python,selection_command +566,1086701,"genie.py",14963,0,"",python,selection_command +567,1087196,"genie.py",14906,0,"",python,selection_command +568,1088531,"genie.py",14853,57,"",python,content +569,1088543,"genie.py",14865,0,"",python,selection_command +570,1090560,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # FIXME (f.srambical): this is exactly the same as STBlock (except for the positional encoding)\n # --- Spatial attention ---\n _, T, N, _ = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +571,1092058,"utils/nn.py",15740,0,"",python,selection_command +572,1092678,"utils/nn.py",13899,0,"",python,selection_command +573,1093092,"utils/nn.py",12379,0,"",python,selection_command +574,1095537,"utils/nn.py",10945,0,"",python,selection_command +575,1096324,"utils/nn.py",9403,0,"",python,selection_keyboard +576,1096343,"utils/nn.py",9391,82," out_features=self.model_dim, param_dtype=self.param_dtype,",python,content +577,1096346,"utils/nn.py",9431,0,"",python,selection_command +578,1097126,"utils/nn.py",9431,0,"\n ",python,content +579,1097128,"utils/nn.py",9403,0,"",python,selection_command +580,1101562,"genie.py",0,0,"",python,tab +581,1101967,"genie.py",14865,0,"# FIXME (f.srambical): only input last token\n ",python,content +582,1101970,"genie.py",14906,0,"",python,selection_command +583,1103387,"genie.py",14853,57,"",python,content +584,1103408,"genie.py",14865,0,"",python,selection_command +585,1104488,"utils/nn.py",0,0,"",python,tab +586,1105184,"utils/nn.py",9444,0,"",python,selection_command +587,1105433,"utils/nn.py",9486,0,"",python,selection_command +588,1105463,"utils/nn.py",9516,0,"",python,selection_command +589,1105494,"utils/nn.py",9535,0,"",python,selection_command +590,1105531,"utils/nn.py",9537,0,"",python,selection_command +591,1105561,"utils/nn.py",9550,0,"",python,selection_command +592,1105586,"utils/nn.py",9565,0,"",python,selection_command +593,1105631,"utils/nn.py",9621,0,"",python,selection_command +594,1105660,"utils/nn.py",9725,0,"",python,selection_command +595,1105685,"utils/nn.py",9761,0,"",python,selection_command +596,1105718,"utils/nn.py",9795,0,"",python,selection_command +597,1105751,"utils/nn.py",9860,0,"",python,selection_command +598,1105785,"utils/nn.py",9901,0,"",python,selection_command +599,1105936,"utils/nn.py",9947,0,"",python,selection_command +600,1106114,"utils/nn.py",10017,0,"",python,selection_command +601,1106218,"utils/nn.py",9947,0,"",python,selection_command +602,1106382,"utils/nn.py",9901,0,"",python,selection_command +603,1106532,"utils/nn.py",9860,0,"",python,selection_command +604,1106679,"utils/nn.py",9795,0,"",python,selection_command +605,1106891,"utils/nn.py",9860,0,"",python,selection_command +606,1107146,"utils/nn.py",9901,0,"",python,selection_command +607,1107167,"utils/nn.py",9947,0,"",python,selection_command +608,1107357,"utils/nn.py",9901,0,"",python,selection_command +609,1107583,"utils/nn.py",9860,0,"",python,selection_command +610,1107908,"utils/nn.py",9888,0,"\n # FIXME (f.srambical): only input last token",python,content +611,1107920,"utils/nn.py",9901,0,"",python,selection_command +612,1108313,"utils/nn.py",9958,0,"",python,selection_command +613,1108617,"utils/nn.py",9901,0,"",python,selection_command +614,1109122,"utils/nn.py",9917,0,"",python,selection_command +615,1109306,"utils/nn.py",9916,0,"",python,selection_command +616,1110169,"utils/nn.py",9901,0,"",python,selection_command +617,1110577,"utils/nn.py",9897,4,"",python,content +618,1110623,"utils/nn.py",9896,0,"",python,selection_command +619,1111042,"utils/nn.py",9949,0,"",python,selection_command +620,1111307,"utils/nn.py",9995,0,"",python,selection_command +621,1111331,"utils/nn.py",10065,0,"",python,selection_command +622,1111357,"utils/nn.py",10098,0,"",python,selection_command +623,1111468,"utils/nn.py",10135,0,"",python,selection_command +624,1111629,"utils/nn.py",10200,0,"",python,selection_command +625,1112439,"utils/nn.py",10234,0,"\n # FIXME (f.srambical): only input last token",python,content +626,1112449,"utils/nn.py",10247,0,"",python,selection_command +627,1113824,"utils/nn.py",10243,4,"",python,content +628,1113921,"utils/nn.py",10242,0,"",python,selection_command +629,1127467,"genie.py",0,0,"",python,tab +630,1142785,"genie.py",14799,0,"",python,selection_command +631,1144695,"genie.py",14852,0,"\n ",python,content +632,1144968,"genie.py",14865,0,"v",python,content +633,1144969,"genie.py",14866,0,"",python,selection_keyboard +634,1145072,"genie.py",14866,0,"i",python,content +635,1145072,"genie.py",14867,0,"",python,selection_keyboard +636,1145299,"genie.py",14867,0,"c",python,content +637,1145300,"genie.py",14868,0,"",python,selection_keyboard +638,1145598,"genie.py",14868,0,"d",python,content +639,1145598,"genie.py",14869,0,"",python,selection_keyboard +640,1145808,"genie.py",14868,1,"",python,content +641,1145949,"genie.py",14867,1,"",python,content +642,1146028,"genie.py",14867,0,"d",python,content +643,1146029,"genie.py",14868,0,"",python,selection_keyboard +644,1146270,"genie.py",14868,0,"_",python,content +645,1146270,"genie.py",14869,0,"",python,selection_keyboard +646,1146668,"genie.py",14869,0,"e",python,content +647,1146668,"genie.py",14870,0,"",python,selection_keyboard +648,1146865,"genie.py",14870,0,"m",python,content +649,1146865,"genie.py",14871,0,"",python,selection_keyboard +650,1146972,"genie.py",14871,0,"b",python,content +651,1146973,"genie.py",14872,0,"",python,selection_keyboard +652,1147047,"genie.py",14872,0,"e",python,content +653,1147048,"genie.py",14873,0,"",python,selection_keyboard +654,1147342,"genie.py",14873,0,"d",python,content +655,1147342,"genie.py",14874,0,"",python,selection_keyboard +656,1147694,"genie.py",14874,0,"_",python,content +657,1147694,"genie.py",14875,0,"",python,selection_keyboard +658,1148063,"genie.py",14875,0,"B",python,content +659,1148063,"genie.py",14876,0,"",python,selection_keyboard +660,1148363,"genie.py",14876,0,"T",python,content +661,1148363,"genie.py",14877,0,"",python,selection_keyboard +662,1148898,"genie.py",14877,0,"N",python,content +663,1148899,"genie.py",14878,0,"",python,selection_keyboard +664,1149268,"genie.py",14878,0,"p",python,content +665,1149268,"genie.py",14879,0,"",python,selection_keyboard +666,1149702,"genie.py",14879,0,"1",python,content +667,1149702,"genie.py",14880,0,"",python,selection_keyboard +668,1150223,"genie.py",14880,0,"M",python,content +669,1150224,"genie.py",14881,0,"",python,selection_keyboard +670,1153462,"genie.py",14881,0," = vid_embed_BTNp1M[:, :, step, :]",python,content +671,1154136,"genie.py",14914,0,"",python,selection_command +672,1154510,"genie.py",14913,0,"",python,selection_command +673,1154662,"genie.py",14911,0,"",python,selection_command +674,1154838,"genie.py",14907,0,"",python,selection_command +675,1155034,"genie.py",14904,0,"",python,selection_command +676,1155125,"genie.py",14900,0,"",python,selection_command +677,1155559,"genie.py",14904,0,"",python,selection_command +678,1155955,"genie.py",14907,0,"",python,selection_command +679,1156156,"genie.py",14911,0,"",python,selection_command +680,1156606,"genie.py",14907,0,"",python,selection_command +681,1158182,"genie.py",14907,4,"",python,content +682,1159789,"genie.py",14907,0,":",python,content +683,1160408,"genie.py",14907,0,"",python,selection_command +684,1160603,"genie.py",14904,0,"",python,selection_command +685,1162376,"genie.py",14903,0,"",python,selection_command +686,1162606,"genie.py",14902,0,"",python,selection_command +687,1162702,"genie.py",14901,0,"",python,selection_command +688,1162702,"genie.py",14900,0,"",python,selection_command +689,1162702,"genie.py",14899,0,"",python,selection_command +690,1162726,"genie.py",14898,0,"",python,selection_command +691,1162757,"genie.py",14897,0,"",python,selection_command +692,1162923,"genie.py",14896,0,"",python,selection_command +693,1163075,"genie.py",14895,0,"",python,selection_command +694,1163641,"genie.py",14894,0,"",python,selection_command +695,1163946,"genie.py",14893,0,"",python,selection_command +696,1163947,"genie.py",14892,0,"",python,selection_command +697,1163947,"genie.py",14891,0,"",python,selection_command +698,1163979,"genie.py",14890,0,"",python,selection_command +699,1164012,"genie.py",14889,0,"",python,selection_command +700,1164047,"genie.py",14888,0,"",python,selection_command +701,1164169,"genie.py",14889,0,"",python,selection_command +702,1164473,"genie.py",14890,0,"",python,selection_command +703,1164474,"genie.py",14891,0,"",python,selection_command +704,1164476,"genie.py",14892,0,"",python,selection_command +705,1164509,"genie.py",14893,0,"",python,selection_command +706,1164544,"genie.py",14894,0,"",python,selection_command +707,1164864,"genie.py",14895,0,"",python,selection_command +708,1165521,"genie.py",14895,1,"S",python,content +709,1165846,"genie.py",14900,0,"",python,selection_command +710,1166568,"genie.py",14901,0,"",python,selection_command +711,1166589,"genie.py",14902,0,"",python,selection_command +712,1166744,"genie.py",14903,0,"",python,selection_command +713,1166895,"genie.py",14904,0,"",python,selection_command +714,1168840,"genie.py",14905,0,"",python,selection_command +715,1173359,"genie.py",14905,0,"c",python,content +716,1173360,"genie.py",14906,0,"",python,selection_keyboard +717,1173479,"genie.py",14906,0,"u",python,content +718,1173479,"genie.py",14907,0,"",python,selection_keyboard +719,1173874,"genie.py",14907,0,"r",python,content +720,1173875,"genie.py",14908,0,"",python,selection_keyboard +721,1173998,"genie.py",14908,0,"r",python,content +722,1173998,"genie.py",14909,0,"",python,selection_keyboard +723,1174054,"genie.py",14909,0,"e",python,content +724,1174054,"genie.py",14910,0,"",python,selection_keyboard +725,1174133,"genie.py",14910,0,"n",python,content +726,1174133,"genie.py",14911,0,"",python,selection_keyboard +727,1174239,"genie.py",14911,0,"t",python,content +728,1174240,"genie.py",14912,0,"",python,selection_keyboard +729,1174677,"genie.py",14912,0,"_",python,content +730,1174678,"genie.py",14913,0,"",python,selection_keyboard +731,1175023,"genie.py",14913,0,"f",python,content +732,1175023,"genie.py",14914,0,"",python,selection_keyboard +733,1175094,"genie.py",14914,0,"r",python,content +734,1175095,"genie.py",14915,0,"",python,selection_keyboard +735,1175261,"genie.py",14915,0,"a",python,content +736,1175261,"genie.py",14916,0,"",python,selection_keyboard +737,1175271,"genie.py",14916,0,"m",python,content +738,1175271,"genie.py",14917,0,"",python,selection_keyboard +739,1175314,"genie.py",14917,0,"e",python,content +740,1175314,"genie.py",14918,0,"",python,selection_keyboard +741,1175559,"genie.py",14917,0,"",python,selection_command +742,1181329,"genie.py",14990,0,"",python,selection_command +743,1181431,"genie.py",15080,0,"",python,selection_command +744,1181749,"genie.py",15079,0,"",python,selection_command +745,1181874,"genie.py",15077,0,"",python,selection_command +746,1182178,"genie.py",15073,0,"",python,selection_command +747,1182469,"genie.py",15071,0,"",python,selection_command +748,1182889,"genie.py",15071,0,"c",python,content +749,1182889,"genie.py",15072,0,"",python,selection_keyboard +750,1182995,"genie.py",15072,0,"u",python,content +751,1182996,"genie.py",15073,0,"",python,selection_keyboard +752,1183072,"genie.py",15073,0,"r",python,content +753,1183072,"genie.py",15074,0,"",python,selection_keyboard +754,1183217,"genie.py",15074,0,"r",python,content +755,1183218,"genie.py",15075,0,"",python,selection_keyboard +756,1183264,"genie.py",15075,0,"e",python,content +757,1183264,"genie.py",15076,0,"",python,selection_keyboard +758,1183385,"genie.py",15076,0,"n",python,content +759,1183386,"genie.py",15077,0,"",python,selection_keyboard +760,1183458,"genie.py",15077,0,"t",python,content +761,1183459,"genie.py",15078,0,"",python,selection_keyboard +762,1183816,"genie.py",15078,0,"_",python,content +763,1183817,"genie.py",15079,0,"",python,selection_keyboard +764,1184015,"genie.py",15079,0,"f",python,content +765,1184016,"genie.py",15080,0,"",python,selection_keyboard +766,1184110,"genie.py",15080,0,"r",python,content +767,1184111,"genie.py",15081,0,"",python,selection_keyboard +768,1184247,"genie.py",15081,0,"a",python,content +769,1184248,"genie.py",15082,0,"",python,selection_keyboard +770,1184250,"genie.py",15082,0,"m",python,content +771,1184251,"genie.py",15083,0,"",python,selection_keyboard +772,1184295,"genie.py",15083,0,"e",python,content +773,1184295,"genie.py",15084,0,"",python,selection_keyboard +774,1184530,"genie.py",15083,0,"",python,selection_command +775,1185488,"genie.py",15095,0,"",python,selection_command +776,1186006,"genie.py",15083,0,"",python,selection_command +777,1187075,"genie.py",14991,0,"",python,selection_command +778,1187214,"genie.py",14918,0,"",python,selection_command +779,1194971,"genie.py",17365,0,"",python,selection_mouse +780,1195894,"genie.py",16455,0,"",python,selection_mouse +781,1198243,"genie.py",16809,0,"",python,selection_mouse +782,1198244,"genie.py",16808,0,"",python,selection_command +783,1206324,"genie.py",16809,0,"\n ",python,content +784,1206559,"genie.py",16826,0,"s",python,content +785,1206560,"genie.py",16827,0,"",python,selection_keyboard +786,1206673,"genie.py",16827,0,"t",python,content +787,1206674,"genie.py",16828,0,"",python,selection_keyboard +788,1206735,"genie.py",16828,0,"e",python,content +789,1206735,"genie.py",16829,0,"",python,selection_keyboard +790,1206816,"genie.py",16829,0,"p",python,content +791,1206816,"genie.py",16830,0,"",python,selection_keyboard +792,1207325,"genie.py",16830,0,"_",python,content +793,1207326,"genie.py",16831,0,"",python,selection_keyboard +794,1207764,"genie.py",16831,0,"t",python,content +795,1207764,"genie.py",16832,0,"",python,selection_keyboard +796,1207957,"genie.py",16832,0,",",python,content +797,1207957,"genie.py",16833,0,"",python,selection_keyboard +798,1208101,"genie.py",16832,0,"",python,selection_command +799,1212650,"genie.py",13973,0,"",python,selection_mouse +800,1213975,"genie.py",13974,0,", jax.Array",python,content +801,1213975,"genie.py",13985,0,"",python,selection_command +802,1214660,"genie.py",14119,0,", step_t",python,content +803,1214660,"genie.py",14060,0,", jax.Array",python,content +804,1215710,"genie.py",14071,0,"",python,selection_command +805,1215741,"genie.py",14145,0,"",python,selection_command +806,1216124,"genie.py",14141,0,"",python,selection_command +807,1216258,"genie.py",14139,0,"",python,selection_command +808,1216419,"genie.py",14132,0,"",python,selection_command +809,1221497,"genie.py",14132,6,"",python,content +810,1223347,"genie.py",14132,0,"current_frame",python,content +811,1223623,"genie.py",14144,0,"",python,selection_command +812,1231524,"genie.py",14132,0,"",python,selection_command +813,1232613,"genie.py",14132,13,"",python,content +814,1233840,"genie.py",14132,0,"s",python,content +815,1233841,"genie.py",14133,0,"",python,selection_keyboard +816,1233842,"genie.py",14133,0,"t",python,content +817,1233843,"genie.py",14134,0,"",python,selection_keyboard +818,1233862,"genie.py",14134,0,"e",python,content +819,1233862,"genie.py",14135,0,"",python,selection_keyboard +820,1234009,"genie.py",14135,0,"p",python,content +821,1234009,"genie.py",14136,0,"",python,selection_keyboard +822,1234351,"genie.py",14136,0,"_",python,content +823,1234351,"genie.py",14137,0,"",python,selection_keyboard +824,1234858,"genie.py",14137,0,"t",python,content +825,1234858,"genie.py",14138,0,"",python,selection_keyboard +826,1235172,"genie.py",14137,0,"",python,selection_command +827,1235382,"genie.py",14138,0,"",python,selection_command +828,1236128,"genie.py",14189,0,"",python,selection_command +829,1236434,"genie.py",14232,0,"",python,selection_command +830,1236435,"genie.py",14234,0,"",python,selection_command +831,1236435,"genie.py",14280,0,"",python,selection_command +832,1236460,"genie.py",14339,0,"",python,selection_command +833,1236491,"genie.py",14353,0,"",python,selection_command +834,1236525,"genie.py",14393,0,"",python,selection_command +835,1236631,"genie.py",14452,0,"",python,selection_command +836,1236631,"genie.py",14531,0,"",python,selection_command +837,1236632,"genie.py",14606,0,"",python,selection_command +838,1236660,"genie.py",14693,0,"",python,selection_command +839,1236695,"genie.py",14785,0,"",python,selection_command +840,1236728,"genie.py",14874,0,"",python,selection_command +841,1236760,"genie.py",14940,0,"",python,selection_command +842,1236794,"genie.py",15013,0,"",python,selection_command +843,1237035,"genie.py",14940,0,"",python,selection_command +844,1238530,"genie.py",14935,0,"",python,selection_command +845,1239252,"genie.py",14935,13,"",python,content +846,1239662,"genie.py",14935,0,"s",python,content +847,1239662,"genie.py",14936,0,"",python,selection_keyboard +848,1239664,"genie.py",14936,0,"t",python,content +849,1239664,"genie.py",14937,0,"",python,selection_keyboard +850,1239782,"genie.py",14937,0,"e",python,content +851,1239782,"genie.py",14938,0,"",python,selection_keyboard +852,1239785,"genie.py",14938,0,"p",python,content +853,1239785,"genie.py",14939,0,"",python,selection_keyboard +854,1240111,"genie.py",14939,0,"_",python,content +855,1240112,"genie.py",14940,0,"",python,selection_keyboard +856,1240471,"genie.py",14940,0,"t",python,content +857,1240471,"genie.py",14941,0,"",python,selection_keyboard +858,1240700,"genie.py",14940,0,"",python,selection_command +859,1241064,"genie.py",15006,0,"",python,selection_command +860,1241153,"genie.py",15098,0,"",python,selection_command +861,1241445,"genie.py",15094,0,"",python,selection_command +862,1241701,"genie.py",15094,13,"",python,content +863,1242305,"genie.py",15094,0,"s",python,content +864,1242305,"genie.py",15095,0,"",python,selection_keyboard +865,1242400,"genie.py",15095,0,"d",python,content +866,1242401,"genie.py",15096,0,"",python,selection_keyboard +867,1242401,"genie.py",15096,0,"t",python,content +868,1242401,"genie.py",15097,0,"",python,selection_keyboard +869,1242402,"genie.py",15097,0,"e",python,content +870,1242402,"genie.py",15098,0,"",python,selection_keyboard +871,1242403,"genie.py",15098,0,"p",python,content +872,1242403,"genie.py",15099,0,"",python,selection_keyboard +873,1243120,"genie.py",15098,1,"",python,content +874,1243272,"genie.py",15097,1,"",python,content +875,1243447,"genie.py",15096,1,"",python,content +876,1243549,"genie.py",15095,1,"",python,content +877,1243683,"genie.py",15095,0,"t",python,content +878,1243684,"genie.py",15096,0,"",python,selection_keyboard +879,1243776,"genie.py",15096,0,"e",python,content +880,1243776,"genie.py",15097,0,"",python,selection_keyboard +881,1243777,"genie.py",15097,0,"p",python,content +882,1243777,"genie.py",15098,0,"",python,selection_keyboard +883,1244157,"genie.py",15098,0,"_",python,content +884,1244157,"genie.py",15099,0,"",python,selection_keyboard +885,1244625,"genie.py",15099,0,"t",python,content +886,1244625,"genie.py",15100,0,"",python,selection_keyboard +887,1244825,"genie.py",15099,0,"",python,selection_command +888,1245722,"genie.py",15100,0,"",python,selection_command +889,1245873,"genie.py",15102,0,"",python,selection_command +890,1248190,"genie.py",15010,0,"",python,selection_command +891,1248404,"genie.py",14944,0,"",python,selection_command +892,1248492,"genie.py",14878,0,"",python,selection_command +893,1248492,"genie.py",14789,0,"",python,selection_command +894,1248689,"genie.py",14878,0,"",python,selection_command +895,1248856,"genie.py",14944,0,"",python,selection_command +896,1248884,"genie.py",14878,0,"",python,selection_command +897,1249218,"genie.py",14944,0,"",python,selection_command +898,1249396,"genie.py",15010,0,"",python,selection_command +899,1249404,"genie.py",15102,0,"",python,selection_command +900,1249445,"genie.py",15111,0,"",python,selection_command +901,1249451,"genie.py",15102,0,"",python,selection_command +902,1249737,"genie.py",15010,0,"",python,selection_command +903,1249738,"genie.py",14944,0,"",python,selection_command +904,1249784,"genie.py",14878,0,"",python,selection_command +905,1249817,"genie.py",14789,0,"",python,selection_command +906,1249838,"genie.py",14697,0,"",python,selection_command +907,1249867,"genie.py",14610,0,"",python,selection_command +908,1249901,"genie.py",14535,0,"",python,selection_command +909,1249934,"genie.py",14456,0,"",python,selection_command +910,1249970,"genie.py",14393,0,"",python,selection_command +911,1250067,"genie.py",14353,0,"",python,selection_command +912,1250067,"genie.py",14343,0,"",python,selection_command +913,1250072,"genie.py",14280,0,"",python,selection_command +914,1250106,"genie.py",14234,0,"",python,selection_command +915,1250139,"genie.py",14232,0,"",python,selection_command +916,1250172,"genie.py",14189,0,"",python,selection_command +917,1250264,"genie.py",14142,0,"",python,selection_command +918,1250298,"genie.py",14065,0,"",python,selection_command +919,1250474,"genie.py",13979,0,"",python,selection_command +920,1250817,"genie.py",13984,0,"",python,selection_command +921,1250973,"genie.py",13986,0,"",python,selection_command +922,1251159,"genie.py",13991,0,"",python,selection_command +923,1251640,"genie.py",13992,0,"",python,selection_command +924,1251859,"genie.py",13992,0,"_",python,content +925,1251860,"genie.py",13993,0,"",python,selection_keyboard +926,1252165,"genie.py",13993,0,"n",python,content +927,1252165,"genie.py",13994,0,"",python,selection_keyboard +928,1252360,"genie.py",13993,0,"",python,selection_command +929,1252715,"genie.py",14081,0,"",python,selection_command +930,1252958,"genie.py",14147,0,"",python,selection_command +931,1252992,"genie.py",14191,0,"",python,selection_command +932,1253022,"genie.py",14234,0,"",python,selection_command +933,1253050,"genie.py",14236,0,"",python,selection_command +934,1253084,"genie.py",14282,0,"",python,selection_command +935,1253114,"genie.py",14353,0,"",python,selection_command +936,1253213,"genie.py",14355,0,"",python,selection_command +937,1253214,"genie.py",14395,0,"",python,selection_command +938,1253214,"genie.py",14472,0,"",python,selection_command +939,1253244,"genie.py",14549,0,"",python,selection_command +940,1253278,"genie.py",14626,0,"",python,selection_command +941,1253308,"genie.py",14713,0,"",python,selection_command +942,1253409,"genie.py",14805,0,"",python,selection_command +943,1253409,"genie.py",14883,0,"",python,selection_command +944,1253410,"genie.py",14949,0,"",python,selection_command +945,1253444,"genie.py",15026,0,"",python,selection_command +946,1253476,"genie.py",15111,0,"",python,selection_command +947,1253508,"genie.py",15113,0,"",python,selection_command +948,1253932,"genie.py",15111,0,"",python,selection_command +949,1254261,"genie.py",15110,0,"",python,selection_command +950,1254289,"genie.py",15108,0,"",python,selection_command +951,1254461,"genie.py",15104,0,"",python,selection_command +952,1254995,"genie.py",15107,0,"",python,selection_command +953,1255310,"genie.py",15108,0,"",python,selection_command +954,1255560,"genie.py",15108,0,"_",python,content +955,1255560,"genie.py",15109,0,"",python,selection_keyboard +956,1255877,"genie.py",15109,0,"n",python,content +957,1255877,"genie.py",15110,0,"",python,selection_keyboard +958,1256039,"genie.py",15109,0,"",python,selection_command +959,1256910,"genie.py",15115,0,"",python,selection_command +960,1271176,"genie.py",13906,0,"",python,selection_mouse +961,1276207,"genie.py",16975,0,"",python,selection_mouse +962,1282363,"genie.py",13991,0,"",python,selection_mouse +963,1284482,"genie.py",15108,0,"",python,selection_mouse +964,1288678,"genie.py",15115,0,"",python,selection_mouse +965,1295841,"genie.py",14909,0,"",python,selection_mouse +966,1302048,"genie.py",15022,0,"",python,selection_mouse +967,1304845,"genie.py",15022,1,"T",python,content +968,1305467,"genie.py",15021,0,"",python,selection_command +969,1305723,"genie.py",15020,0,"",python,selection_command +970,1305743,"genie.py",15019,0,"",python,selection_command +971,1305777,"genie.py",15018,0,"",python,selection_command +972,1305810,"genie.py",15017,0,"",python,selection_command +973,1305846,"genie.py",15016,0,"",python,selection_command +974,1305880,"genie.py",15015,0,"",python,selection_command +975,1305909,"genie.py",15014,0,"",python,selection_command +976,1305946,"genie.py",15013,0,"",python,selection_command +977,1305979,"genie.py",15012,0,"",python,selection_command +978,1306011,"genie.py",15011,0,"",python,selection_command +979,1306047,"genie.py",15010,0,"",python,selection_command +980,1306079,"genie.py",15009,0,"",python,selection_command +981,1306115,"genie.py",15008,0,"",python,selection_command +982,1306145,"genie.py",15007,0,"",python,selection_command +983,1306180,"genie.py",15006,0,"",python,selection_command +984,1306212,"genie.py",15005,0,"",python,selection_command +985,1306248,"genie.py",15004,0,"",python,selection_command +986,1306282,"genie.py",15003,0,"",python,selection_command +987,1306318,"genie.py",15002,0,"",python,selection_command +988,1306352,"genie.py",15001,0,"",python,selection_command +989,1306383,"genie.py",15000,0,"",python,selection_command +990,1306421,"genie.py",14999,0,"",python,selection_command +991,1306453,"genie.py",14998,0,"",python,selection_command +992,1306486,"genie.py",14997,0,"",python,selection_command +993,1306519,"genie.py",14996,0,"",python,selection_command +994,1306553,"genie.py",14995,0,"",python,selection_command +995,1306586,"genie.py",14994,0,"",python,selection_command +996,1306618,"genie.py",14993,0,"",python,selection_command +997,1306649,"genie.py",14992,0,"",python,selection_command +998,1306685,"genie.py",14991,0,"",python,selection_command +999,1306725,"genie.py",14990,0,"",python,selection_command +1000,1306754,"genie.py",14989,0,"",python,selection_command +1001,1306784,"genie.py",14988,0,"",python,selection_command +1002,1306816,"genie.py",14987,0,"",python,selection_command +1003,1306851,"genie.py",14986,0,"",python,selection_command +1004,1306886,"genie.py",14985,0,"",python,selection_command +1005,1306918,"genie.py",14984,0,"",python,selection_command +1006,1306952,"genie.py",14983,0,"",python,selection_command +1007,1306986,"genie.py",14982,0,"",python,selection_command +1008,1307020,"genie.py",14981,0,"",python,selection_command +1009,1307054,"genie.py",14980,0,"",python,selection_command +1010,1307199,"genie.py",14979,0,"",python,selection_command +1011,1307363,"genie.py",14978,0,"",python,selection_command +1012,1307504,"genie.py",14977,0,"",python,selection_command +1013,1308439,"genie.py",14976,0,"",python,selection_command +1014,1309272,"genie.py",14977,0,"",python,selection_command +1015,1309831,"genie.py",14977,1,"T",python,content +1016,1310950,"genie.py",15069,0,"",python,selection_command +1017,1311213,"genie.py",15071,0,"",python,selection_command +1018,1311719,"genie.py",15072,0,"",python,selection_command +1019,1311967,"genie.py",15073,0,"",python,selection_command +1020,1311989,"genie.py",15074,0,"",python,selection_command +1021,1312019,"genie.py",15075,0,"",python,selection_command +1022,1312050,"genie.py",15076,0,"",python,selection_command +1023,1312085,"genie.py",15077,0,"",python,selection_command +1024,1312122,"genie.py",15078,0,"",python,selection_command +1025,1312155,"genie.py",15079,0,"",python,selection_command +1026,1312186,"genie.py",15080,0,"",python,selection_command +1027,1312220,"genie.py",15081,0,"",python,selection_command +1028,1312253,"genie.py",15082,0,"",python,selection_command +1029,1312290,"genie.py",15083,0,"",python,selection_command +1030,1312323,"genie.py",15084,0,"",python,selection_command +1031,1312357,"genie.py",15085,0,"",python,selection_command +1032,1312391,"genie.py",15086,0,"",python,selection_command +1033,1312507,"genie.py",15087,0,"",python,selection_command +1034,1313139,"genie.py",15087,1,"T",python,content +1035,1313756,"genie.py",15115,0,"",python,selection_command +1036,1357611,"genie.py",15268,0,"",python,selection_mouse +1037,1359635,"genie.py",15268,1,"",python,content +1038,1359810,"genie.py",15268,1,"",python,content +1039,1361381,"genie.py",15296,0,"",python,selection_command +1040,1363236,"genie.py",15238,0,"",python,selection_mouse +1041,1365331,"genie.py",15268,0,"N",python,content +1042,1365337,"genie.py",15268,0,"",python,selection_command +1043,1365774,"genie.py",15268,0,"S",python,content +1044,1365777,"genie.py",15268,0,"",python,selection_command +1045,1367211,"genie.py",15268,1,"",python,content +1046,1367348,"genie.py",15268,1,"",python,content +1047,1367554,"genie.py",15254,0,"",python,selection_command +1048,1367872,"genie.py",15253,0,"",python,selection_command +1049,1367872,"genie.py",15247,0,"",python,selection_command +1050,1367873,"genie.py",15246,0,"",python,selection_command +1051,1368581,"genie.py",15245,0,"",python,selection_command +1052,1368613,"genie.py",15244,0,"",python,selection_command +1053,1368801,"genie.py",15243,0,"",python,selection_command +1054,1368921,"genie.py",15242,0,"",python,selection_command +1055,1369034,"genie.py",15241,0,"",python,selection_command +1056,1369247,"genie.py",15240,0,"",python,selection_command +1057,1369302,"genie.py",15239,0,"",python,selection_command +1058,1369454,"genie.py",15238,0,"",python,selection_command +1059,1369659,"genie.py",15238,1,"",python,content +1060,1369807,"genie.py",15238,1,"",python,content +1061,1370820,"genie.py",15294,0,"",python,selection_command +1062,1370870,"genie.py",15332,0,"",python,selection_command +1063,1371017,"genie.py",15382,0,"",python,selection_command +1064,1371360,"genie.py",15382,1,"",python,content +1065,1371541,"genie.py",15382,1,"",python,content +1066,1371882,"genie.py",15383,0,"",python,selection_command +1067,1372123,"genie.py",15384,0,"",python,selection_command +1068,1372157,"genie.py",15385,0,"",python,selection_command +1069,1372188,"genie.py",15386,0,"",python,selection_command +1070,1372224,"genie.py",15387,0,"",python,selection_command +1071,1372258,"genie.py",15388,0,"",python,selection_command +1072,1372291,"genie.py",15389,0,"",python,selection_command +1073,1372394,"genie.py",15390,0,"",python,selection_command +1074,1372394,"genie.py",15391,0,"",python,selection_command +1075,1372403,"genie.py",15392,0,"",python,selection_command +1076,1372434,"genie.py",15393,0,"",python,selection_command +1077,1372465,"genie.py",15394,0,"",python,selection_command +1078,1372498,"genie.py",15395,0,"",python,selection_command +1079,1372591,"genie.py",15396,0,"",python,selection_command +1080,1372592,"genie.py",15397,0,"",python,selection_command +1081,1372592,"genie.py",15398,0,"",python,selection_command +1082,1372624,"genie.py",15399,0,"",python,selection_command +1083,1372657,"genie.py",15400,0,"",python,selection_command +1084,1372691,"genie.py",15401,0,"",python,selection_command +1085,1372725,"genie.py",15402,0,"",python,selection_command +1086,1372755,"genie.py",15403,0,"",python,selection_command +1087,1372790,"genie.py",15404,0,"",python,selection_command +1088,1372824,"genie.py",15405,0,"",python,selection_command +1089,1372920,"genie.py",15406,0,"",python,selection_command +1090,1372921,"genie.py",15407,0,"",python,selection_command +1091,1372924,"genie.py",15408,0,"",python,selection_command +1092,1372958,"genie.py",15409,0,"",python,selection_command +1093,1372990,"genie.py",15410,0,"",python,selection_command +1094,1373029,"genie.py",15411,0,"",python,selection_command +1095,1373115,"genie.py",15412,0,"",python,selection_command +1096,1373116,"genie.py",15413,0,"",python,selection_command +1097,1373125,"genie.py",15414,0,"",python,selection_command +1098,1373160,"genie.py",15415,0,"",python,selection_command +1099,1373192,"genie.py",15416,0,"",python,selection_command +1100,1373227,"genie.py",15417,0,"",python,selection_command +1101,1373261,"genie.py",15418,0,"",python,selection_command +1102,1373292,"genie.py",15419,0,"",python,selection_command +1103,1373328,"genie.py",15420,0,"",python,selection_command +1104,1373455,"genie.py",15421,0,"",python,selection_command +1105,1373456,"genie.py",15422,0,"",python,selection_command +1106,1373456,"genie.py",15423,0,"",python,selection_command +1107,1373458,"genie.py",15424,0,"",python,selection_command +1108,1373491,"genie.py",15425,0,"",python,selection_command +1109,1373524,"genie.py",15426,0,"",python,selection_command +1110,1373660,"genie.py",15427,0,"",python,selection_command +1111,1373812,"genie.py",15428,0,"",python,selection_command +1112,1373966,"genie.py",15429,0,"",python,selection_command +1113,1374220,"genie.py",15429,1,"",python,content +1114,1374400,"genie.py",15429,1,"",python,content +1115,1374772,"genie.py",15429,0,"V",python,content +1116,1374774,"genie.py",15429,0,"",python,selection_command +1117,1375324,"genie.py",15428,0,"",python,selection_command +1118,1375385,"genie.py",15428,1,"",python,content +1119,1376785,"genie.py",15501,0,"",python,selection_command +1120,1379473,"genie.py",15534,0,"",python,selection_mouse +1121,1381024,"genie.py",15534,1,"",python,content +1122,1381192,"genie.py",15534,1,"",python,content +1123,1382225,"genie.py",15593,0,"",python,selection_mouse +1124,1382432,"genie.py",15593,1,"",python,content +1125,1382608,"genie.py",15593,1,"",python,content +1126,1383929,"genie.py",15617,0,"",python,selection_mouse +1127,1384051,"genie.py",15617,1,"",python,content +1128,1384186,"genie.py",15617,1,"",python,content +1129,1384187,"genie.py",15616,0,"",python,selection_command +1130,1387060,"genie.py",15660,0,"",python,selection_mouse +1131,1427687,"genie.py",15632,47,"",python,content +1132,1427700,"genie.py",15644,0,"",python,selection_command +1133,1429235,"genie.py",15646,0,"",python,selection_command +1134,1429413,"genie.py",15653,0,"",python,selection_command +1135,1431277,"genie.py",15653,1,"m",python,selection_command +1136,1431335,"genie.py",15653,6,"masked",python,selection_command +1137,1431558,"genie.py",15653,13,"masked tokens",python,selection_command +1138,1431841,"genie.py",15653,13,"",python,content +1139,1432069,"genie.py",15653,0,"n",python,content +1140,1432070,"genie.py",15654,0,"",python,selection_keyboard +1141,1432100,"genie.py",15654,0,"e",python,content +1142,1432101,"genie.py",15655,0,"",python,selection_keyboard +1143,1432299,"genie.py",15655,0,"x",python,content +1144,1432299,"genie.py",15656,0,"",python,selection_keyboard +1145,1432448,"genie.py",15656,0,"t",python,content +1146,1432449,"genie.py",15657,0,"",python,selection_keyboard +1147,1432618,"genie.py",15657,0," ",python,content +1148,1432618,"genie.py",15658,0,"",python,selection_keyboard +1149,1432637,"genie.py",15658,0,"t",python,content +1150,1432638,"genie.py",15659,0,"",python,selection_keyboard +1151,1432715,"genie.py",15659,0,"o",python,content +1152,1432715,"genie.py",15660,0,"",python,selection_keyboard +1153,1432816,"genie.py",15660,0,"k",python,content +1154,1432816,"genie.py",15661,0,"",python,selection_keyboard +1155,1432835,"genie.py",15661,0,"e",python,content +1156,1432835,"genie.py",15662,0,"",python,selection_keyboard +1157,1432964,"genie.py",15662,0,"n",python,content +1158,1432964,"genie.py",15663,0,"",python,selection_keyboard +1159,1433098,"genie.py",15662,0,"",python,selection_command +1160,1433654,"genie.py",15699,0,"",python,selection_command +1161,1433954,"genie.py",15701,0,"",python,selection_command +1162,1434142,"genie.py",15702,0,"",python,selection_command +1163,1434323,"genie.py",15707,0,"",python,selection_command +1164,1435326,"genie.py",15702,0,"",python,selection_command +1165,1435513,"genie.py",15701,0,"",python,selection_command +1166,1435703,"genie.py",15698,0,"",python,selection_command +1167,1453122,"genie.py",15698,59,"",python,content +1168,1453435,"genie.py",15698,0,"t",python,content +1169,1453436,"genie.py",15699,0,"",python,selection_keyboard +1170,1453507,"genie.py",15699,0,"o",python,content +1171,1453507,"genie.py",15700,0,"",python,selection_keyboard +1172,1453633,"genie.py",15700,0,"k",python,content +1173,1453633,"genie.py",15701,0,"",python,selection_keyboard +1174,1453635,"genie.py",15701,0,"e",python,content +1175,1453635,"genie.py",15702,0,"",python,selection_keyboard +1176,1453742,"genie.py",15702,0,"n",python,content +1177,1453742,"genie.py",15703,0,"",python,selection_keyboard +1178,1455461,"genie.py",15703,0,"_idxs_BSN.at[step_t, step_n].set(sampled_token_idxs_B)",python,content +1179,1455857,"genie.py",15756,0,"",python,selection_command +1180,1456224,"genie.py",15736,0,"",python,selection_command +1181,1456461,"genie.py",15735,0,"",python,selection_command +1182,1456486,"genie.py",15732,0,"",python,selection_command +1183,1456521,"genie.py",15730,0,"",python,selection_command +1184,1456550,"genie.py",15724,0,"",python,selection_command +1185,1456693,"genie.py",15722,0,"",python,selection_command +1186,1456856,"genie.py",15716,0,"",python,selection_command +1187,1457014,"genie.py",15715,0,"",python,selection_command +1188,1458039,"genie.py",15716,0,"",python,selection_command +1189,1462698,"genie.py",15716,0,":",python,content +1190,1462699,"genie.py",15717,0,"",python,selection_keyboard +1191,1462872,"genie.py",15717,0,",",python,content +1192,1462873,"genie.py",15718,0,"",python,selection_keyboard +1193,1462883,"genie.py",15718,0,",",python,content +1194,1462883,"genie.py",15719,0,"",python,selection_keyboard +1195,1463649,"genie.py",15718,1,"",python,content +1196,1463695,"genie.py",15718,0," ",python,content +1197,1463696,"genie.py",15719,0,"",python,selection_keyboard +1198,1463992,"genie.py",15718,0,"",python,selection_command +1199,1464701,"genie.py",15719,0,"",python,selection_command +1200,1464863,"genie.py",15725,0,"",python,selection_command +1201,1465035,"genie.py",15727,0,"",python,selection_command +1202,1465231,"genie.py",15733,0,"",python,selection_command +1203,1465442,"genie.py",15735,0,"",python,selection_command +1204,1465568,"genie.py",15737,0,"",python,selection_command +1205,1465794,"genie.py",15738,0,"",python,selection_command +1206,1466487,"genie.py",15739,0,"",python,selection_command +1207,1467835,"genie.py",15738,0,"",python,selection_command +1208,1468852,"genie.py",15735,0,"",python,selection_command +1209,1468983,"genie.py",15733,0,"",python,selection_command +1210,1469239,"genie.py",15727,0,"",python,selection_command +1211,1469262,"genie.py",15725,0,"",python,selection_command +1212,1469298,"genie.py",15719,0,"",python,selection_command +1213,1469325,"genie.py",15715,0,"",python,selection_command +1214,1469359,"genie.py",15713,0,"",python,selection_command +1215,1469392,"genie.py",15712,0,"",python,selection_command +1216,1469426,"genie.py",15698,0,"",python,selection_command +1217,1469459,"genie.py",15696,0,"",python,selection_command +1218,1469493,"genie.py",15681,0,"",python,selection_command +1219,1469759,"genie.py",15696,0,"",python,selection_command +1220,1469949,"genie.py",15698,0,"",python,selection_command +1221,1470117,"genie.py",15712,0,"",python,selection_command +1222,1470254,"genie.py",15713,0,"",python,selection_command +1223,1598856,"genie.py",15715,0,"",python,selection_command +1224,1599046,"genie.py",15719,0,"",python,selection_command +1225,1599243,"genie.py",15725,0,"",python,selection_command +1226,1599404,"genie.py",15727,0,"",python,selection_command +1227,1599575,"genie.py",15733,0,"",python,selection_command +1228,1599746,"genie.py",15735,0,"",python,selection_command +1229,1599925,"genie.py",15738,0,"",python,selection_command +1230,1600429,"genie.py",15739,0,"",python,selection_command +1231,1603575,"genie.py",15669,91," token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)",python,selection_command +1232,1657020,"genie.py",15761,0,"",python,selection_mouse +1233,1660632,"genie.py",15661,0,"",python,selection_mouse +1234,1662540,"genie.py",15662,0,"",python,selection_mouse +1235,1664598,"genie.py",15761,0,"",python,selection_command +1236,1665470,"genie.py",15669,0,"",python,selection_command +1237,1665542,"genie.py",15632,0,"",python,selection_command +1238,1665657,"genie.py",15644,0,"",python,selection_command +1239,1666118,"genie.py",15653,0,"",python,selection_command +1240,1668228,"genie.py",15654,0,"",python,selection_command +1241,1668562,"genie.py",15655,0,"",python,selection_command +1242,1669232,"genie.py",15656,0,"",python,selection_command +1243,1669433,"genie.py",15662,0,"",python,selection_command +1244,1669664,"genie.py",15667,0,"",python,selection_command +1245,1670334,"genie.py",15664,0,"",python,selection_command +1246,1670465,"genie.py",15658,0,"",python,selection_command +1247,1670707,"genie.py",15662,0,"",python,selection_command +1248,1671004,"genie.py",15663,0,"",python,selection_command +1249,1671236,"genie.py",15663,0,"s",python,content +1250,1671236,"genie.py",15664,0,"",python,selection_keyboard +1251,1671513,"genie.py",15663,0,"",python,selection_command +1252,1672491,"genie.py",15701,0,"",python,selection_command +1253,1672620,"genie.py",15762,0,"",python,selection_command +1254,1672762,"genie.py",15794,0,"",python,selection_command +1255,1674913,"genie.py",15826,0,"",python,selection_mouse +1256,1676612,"genie.py",15797,84,"",python,content +1257,1676628,"genie.py",15809,0,"",python,selection_command +1258,1676933,"genie.py",15797,91,"",python,content +1259,1676942,"genie.py",15809,0,"",python,selection_command +1260,1677272,"genie.py",15797,91,"",python,content +1261,1677274,"genie.py",15809,0,"",python,selection_command +1262,1677587,"genie.py",15797,84,"",python,content +1263,1677593,"genie.py",15809,0,"",python,selection_command +1264,1678305,"genie.py",15797,69,"",python,content +1265,1680128,"genie.py",15844,0,"",python,selection_mouse +1266,1680305,"genie.py",15844,1,"n",python,selection_command +1267,1680353,"genie.py",15844,12,"new_mask_BSN",python,selection_command +1268,1680550,"genie.py",15844,13,"new_mask_BSN,",python,selection_command +1269,1681216,"genie.py",15844,13,"",python,content +1270,1681617,"genie.py",15844,1,"",python,content +1271,1681972,"genie.py",15859,0,"",python,selection_command +1272,1682680,"genie.py",15860,0,"",python,selection_command +1273,1683461,"genie.py",15860,0,", step_t",python,content +1274,1683746,"genie.py",15867,0,"",python,selection_command +1275,1686639,"genie.py",15797,0,"",python,selection_command +1276,1686701,"genie.py",15795,0,"",python,selection_command +1277,1687196,"genie.py",15763,34,"",python,content +1278,1691427,"genie.py",15763,0,"\n",python,content +1279,1691998,"genie.py",15764,0,"_",python,content +1280,1691998,"genie.py",15765,0,"",python,selection_keyboard +1281,1692696,"genie.py",15764,1,"",python,content +1282,1693173,"genie.py",15764,0," ",python,content +1283,1693271,"genie.py",15768,0," ",python,content +1284,1693500,"genie.py",15772,0," ",python,content +1285,1693700,"genie.py",15776,0," ",python,content +1286,1694975,"genie.py",15776,4,"",python,content +1287,1695348,"genie.py",15776,0,"s",python,content +1288,1695348,"genie.py",15777,0,"",python,selection_keyboard +1289,1695369,"genie.py",15777,0,"t",python,content +1290,1695369,"genie.py",15778,0,"",python,selection_keyboard +1291,1695433,"genie.py",15778,0,"e",python,content +1292,1695434,"genie.py",15779,0,"",python,selection_keyboard +1293,1695596,"genie.py",15779,0,"p",python,content +1294,1695596,"genie.py",15780,0,"",python,selection_keyboard +1295,1695856,"genie.py",15780,0,"_",python,content +1296,1695857,"genie.py",15781,0,"",python,selection_keyboard +1297,1696317,"genie.py",15781,0,"t += 1",python,content +1298,1696500,"genie.py",15786,0,"",python,selection_command +1299,1697174,"genie.py",15763,0,"",python,selection_command +1300,1697567,"genie.py",15763,1,"",python,content +1301,1697570,"genie.py",15775,0,"",python,selection_command +1302,1697899,"genie.py",15786,0,"\n ",python,content +1303,1698071,"genie.py",15787,12,"",python,content +1304,1699840,"genie.py",15763,0,"",python,selection_command +1305,1699895,"genie.py",15762,0,"",python,selection_command +1306,1700393,"genie.py",15762,1,"",python,content +1307,1700394,"genie.py",15774,0,"",python,selection_command +1308,1701626,"genie.py",15786,0,"",python,selection_command +1309,1702115,"genie.py",15786,1,"",python,content +1310,1702133,"genie.py",15798,0,"",python,selection_command +1311,1705108,"genie.py",15892,0,"",python,selection_mouse +1312,1705110,"genie.py",15891,0,"",python,selection_command +1313,1705433,"genie.py",15893,0,"",python,selection_mouse +1314,1706494,"genie.py",15785,0,"",python,selection_mouse +1315,1706494,"genie.py",15784,0,"",python,selection_command +1316,1707654,"genie.py",15785,0,"\n ",python,content +1317,1708066,"genie.py",15786,12,"",python,content +1318,1710478,"genie.py",15894,0,"",python,selection_mouse +1319,1776881,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_dynamics.py \\n --dyna_type 'causal' \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +1320,1787808,"genie.py",0,0,"",python,tab +1321,1793924,"genie.py",13341,0,"",python,selection_command +1322,1794038,"genie.py",11491,0,"",python,selection_command +1323,1794562,"genie.py",9183,0,"",python,selection_command +1324,1794645,"genie.py",6737,0,"",python,selection_command +1325,1795610,"genie.py",6433,0,"",python,selection_keyboard +1326,1796138,"genie.py",6396,0,"",python,selection_command +1327,1796171,"genie.py",6364,0,"",python,selection_command +1328,1796330,"genie.py",6339,0,"",python,selection_command +1329,1796443,"genie.py",6317,0,"",python,selection_command +1330,1796671,"genie.py",6280,0,"",python,selection_command +1331,1796711,"genie.py",6266,0,"",python,selection_command +1332,1797022,"genie.py",6250,0,"",python,selection_command +1333,1797421,"genie.py",6254,0,"",python,selection_command +1334,1797557,"genie.py",6260,0,"",python,selection_command +1335,1798082,"genie.py",6254,0,"",python,selection_command +1336,1799037,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=""maskgit"",\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video = recon_video.astype(jnp.float32)\n gt = gt_video[:, : recon_video.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video.clip(0, 1).reshape(-1, *recon_video.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_E.shape[0]):\n action = action_batch_E[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +1337,1799038,"sample.py",4436,0,"",python,selection_command +1338,1804522,"sample.py",4414,0,"\n ",python,content +1339,1804871,"sample.py",4423,0,"i",python,content +1340,1804871,"sample.py",4424,0,"",python,selection_keyboard +1341,1805065,"sample.py",4424,0,"f",python,content +1342,1805066,"sample.py",4425,0,"",python,selection_keyboard +1343,1805112,"sample.py",4425,0," ",python,content +1344,1805112,"sample.py",4426,0,"",python,selection_keyboard +1345,1806095,"sample.py",4426,0,"args.dyna_type == ""maskgit"":",python,content +1346,1806633,"sample.py",4453,0,"",python,selection_command +1347,1807463,"sample.py",4482,0,"",python,selection_command +1348,1807815,"sample.py",4482,1,"(",python,selection_command +1349,1808357,"sample.py",4482,0,"",python,selection_command +1350,1808716,"sample.py",4455,28," return model.sample(",python,selection_command +1351,1808979,"sample.py",4455,47," return model.sample(\n batch,",python,selection_command +1352,1809047,"sample.py",4455,73," return model.sample(\n batch,\n args.seq_len,",python,selection_command +1353,1809240,"sample.py",4455,105," return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,",python,selection_command +1354,1809316,"sample.py",4455,135," return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,",python,selection_command +1355,1809452,"sample.py",4455,167," return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,",python,selection_command +1356,1809585,"sample.py",4455,177," return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )",python,selection_command +1357,1809985,"sample.py",4623,8," ",python,content +1358,1809985,"sample.py",4591,12," ",python,content +1359,1809985,"sample.py",4561,12," ",python,content +1360,1809985,"sample.py",4529,12," ",python,content +1361,1809985,"sample.py",4503,12," ",python,content +1362,1809985,"sample.py",4484,12," ",python,content +1363,1809985,"sample.py",4455,8," ",python,content +1364,1809988,"sample.py",4467,0,"",python,selection_command +1365,1810549,"sample.py",4500,0,"",python,selection_command +1366,1810560,"sample.py",4523,0,"",python,selection_command +1367,1810705,"sample.py",4553,0,"",python,selection_command +1368,1810836,"sample.py",4589,0,"",python,selection_command +1369,1810980,"sample.py",4623,0,"",python,selection_command +1370,1811417,"sample.py",4659,0,"",python,selection_command +1371,1811654,"sample.py",4660,0,"\n ",python,content +1372,1812187,"sample.py",4673,0,"\n ",python,content +1373,1812187,"sample.py",4661,12,"",python,content +1374,1812913,"sample.py",4670,4,"",python,content +1375,1813001,"sample.py",4666,4,"",python,content +1376,1813287,"sample.py",4662,4,"",python,content +1377,1813454,"sample.py",4661,1,"",python,content +1378,1814311,"sample.py",4661,0," ",python,content +1379,1814957,"sample.py",4665,0," ",python,content +1380,1815321,"sample.py",4669,0,"e",python,content +1381,1815321,"sample.py",4670,0,"",python,selection_keyboard +1382,1815626,"sample.py",4670,0,"l",python,content +1383,1815627,"sample.py",4671,0,"",python,selection_keyboard +1384,1815710,"sample.py",4671,0,"s",python,content +1385,1815710,"sample.py",4672,0,"",python,selection_keyboard +1386,1815711,"sample.py",4672,0,"e",python,content +1387,1815711,"sample.py",4673,0,"",python,selection_keyboard +1388,1816122,"sample.py",4672,1,"",python,content +1389,1816264,"sample.py",4671,1,"",python,content +1390,1816335,"sample.py",4671,0,"i",python,content +1391,1816335,"sample.py",4672,0,"",python,selection_keyboard +1392,1816582,"sample.py",4672,0,"f",python,content +1393,1816583,"sample.py",4673,0,"",python,selection_keyboard +1394,1816842,"sample.py",4672,1,"",python,content +1395,1816993,"sample.py",4671,1,"",python,content +1396,1817218,"sample.py",4671,0,"i",python,content +1397,1817219,"sample.py",4672,0,"",python,selection_keyboard +1398,1817384,"sample.py",4672,0,"f",python,content +1399,1817385,"sample.py",4673,0,"",python,selection_keyboard +1400,1817816,"sample.py",4673,0," args.dyna_type == ""causal"":",python,content +1401,1818784,"sample.py",4701,0,"\n ",python,content +1402,1819209,"sample.py",4714,0,"return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )",python,content +1403,1819952,"sample.py",4877,1,"",python,content +1404,1821224,"sample.py",4865,12," )",python,content +1405,1821224,"sample.py",4878,0,"",python,selection_keyboard +1406,1821900,"sample.py",4877,1,"",python,content +1407,1822489,"sample.py",4865,12," )",python,content +1408,1822489,"sample.py",4878,0,"",python,selection_keyboard +1409,1822866,"sample.py",4878,0,"\n ",python,content +1410,1823414,"sample.py",4887,4,"",python,content +1411,1823978,"sample.py",4887,0,"e",python,content +1412,1823979,"sample.py",4888,0,"",python,selection_keyboard +1413,1824142,"sample.py",4888,0,"l",python,content +1414,1824142,"sample.py",4889,0,"",python,selection_keyboard +1415,1824288,"sample.py",4889,0,"s",python,content +1416,1824288,"sample.py",4890,0,"",python,selection_keyboard +1417,1824293,"sample.py",4890,0,"e",python,content +1418,1824293,"sample.py",4891,0,"",python,selection_keyboard +1419,1824545,"sample.py",4891,0,":",python,content +1420,1825043,"sample.py",4892,0,"\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")",python,content +1421,1825359,"sample.py",4964,0,"",python,selection_command +1422,1826112,"sample.py",4966,0,"",python,selection_command +1423,1826334,"sample.py",4962,0,"",python,selection_command +1424,1826466,"sample.py",4953,0,"",python,selection_command +1425,1830093,"sample.py",3269,0,"",python,selection_command +1426,1830488,"sample.py",1626,0,"",python,selection_command +1427,1832929,"sample.py",1587,0,"",python,selection_command +1428,1833176,"sample.py",1538,0,"",python,selection_command +1429,1833198,"sample.py",1516,0,"",python,selection_command +1430,1833228,"sample.py",1496,0,"",python,selection_command +1431,1833262,"sample.py",1486,0,"",python,selection_command +1432,1833297,"sample.py",1461,0,"",python,selection_command +1433,1833331,"sample.py",1452,0,"",python,selection_command +1434,1833365,"sample.py",1438,0,"",python,selection_command +1435,1833400,"sample.py",1429,0,"",python,selection_command +1436,1833433,"sample.py",1428,0,"",python,selection_command +1437,1833466,"sample.py",1399,0,"",python,selection_command +1438,1833499,"sample.py",1374,0,"",python,selection_command +1439,1833537,"sample.py",1344,0,"",python,selection_command +1440,1833569,"sample.py",1316,0,"",python,selection_command +1441,1833602,"sample.py",1287,0,"",python,selection_command +1442,1833759,"sample.py",1258,0,"",python,selection_command +1443,1833911,"sample.py",1234,0,"",python,selection_command +1444,1834053,"sample.py",1208,0,"",python,selection_command +1445,1834273,"sample.py",1225,0,"\n ",python,content +1446,1835103,"sample.py",1230,0,"dyna_type: str = ""maskgit""",python,content +1447,1835317,"sample.py",1255,0,"",python,selection_command +1448,1837380,"sample.py",1279,0,"",python,selection_command +1449,1837625,"sample.py",1308,0,"",python,selection_command +1450,1837653,"sample.py",1337,0,"",python,selection_command +1451,1837680,"sample.py",1365,0,"",python,selection_command +1452,1837723,"sample.py",1395,0,"",python,selection_command +1453,1837748,"sample.py",1420,0,"",python,selection_command +1454,1837784,"sample.py",1451,0,"",python,selection_command +1455,1837817,"sample.py",1459,0,"",python,selection_command +1456,1837849,"sample.py",1460,0,"",python,selection_command +1457,1837882,"sample.py",1481,0,"",python,selection_command +1458,1837916,"sample.py",1483,0,"",python,selection_command +1459,1837952,"sample.py",1509,0,"",python,selection_command +1460,1837984,"sample.py",1517,0,"",python,selection_command +1461,1838019,"sample.py",1537,0,"",python,selection_command +1462,1838052,"sample.py",1559,0,"",python,selection_command +1463,1838087,"sample.py",1590,0,"",python,selection_command +1464,1838121,"sample.py",1639,0,"",python,selection_command +1465,1838155,"sample.py",1674,0,"",python,selection_command +1466,1838189,"sample.py",1692,0,"",python,selection_command +1467,1838223,"sample.py",1709,0,"",python,selection_command +1468,1838257,"sample.py",1730,0,"",python,selection_command +1469,1838290,"sample.py",1753,0,"",python,selection_command +1470,1838323,"sample.py",1761,0,"",python,selection_command +1471,1838358,"sample.py",1792,0,"",python,selection_command +1472,1838398,"sample.py",1796,0,"",python,selection_command +1473,1838451,"sample.py",1826,0,"",python,selection_command +1474,1838462,"sample.py",1833,0,"",python,selection_command +1475,1838489,"sample.py",1863,0,"",python,selection_command +1476,1838523,"sample.py",1893,0,"",python,selection_command +1477,1838555,"sample.py",1912,0,"",python,selection_command +1478,1838592,"sample.py",1932,0,"",python,selection_command +1479,1838623,"sample.py",1963,0,"",python,selection_command +1480,1838657,"sample.py",1999,0,"",python,selection_command +1481,1838689,"sample.py",2041,0,"",python,selection_command +1482,1838723,"sample.py",2091,0,"",python,selection_command +1483,1838775,"sample.py",2139,0,"",python,selection_command +1484,1838792,"sample.py",2189,0,"",python,selection_command +1485,1838824,"sample.py",2225,0,"",python,selection_command +1486,1838855,"sample.py",2281,0,"",python,selection_command +1487,1838890,"sample.py",2318,0,"",python,selection_command +1488,1838923,"sample.py",2348,0,"",python,selection_command +1489,1838957,"sample.py",2379,0,"",python,selection_command +1490,1838991,"sample.py",2417,0,"",python,selection_command +1491,1839023,"sample.py",2467,0,"",python,selection_command +1492,1839057,"sample.py",2519,0,"",python,selection_command +1493,1839092,"sample.py",2563,0,"",python,selection_command +1494,1839125,"sample.py",2607,0,"",python,selection_command +1495,1839161,"sample.py",2646,0,"",python,selection_command +1496,1839310,"sample.py",2665,0,"",python,selection_command +1497,1839471,"sample.py",2694,0,"",python,selection_command +1498,1840489,"sample.py",2694,0,"ype",python,content +1499,1840489,"sample.py",2693,1,"",python,content +1500,1840489,"sample.py",2692,0,".dyna_",python,content +1501,1840489,"sample.py",2689,3,"",python,content +1502,1840489,"sample.py",2688,0,"rg",python,content +1503,1840489,"sample.py",2685,2,"",python,content +1504,1844033,"sample.py",4381,0,"",python,selection_command +1505,1845108,"sample.py",6153,0,"",python,selection_command +1506,1847144,"sample.py",4381,0,"",python,selection_command +1507,1848076,"sample.py",4459,0,"",python,selection_command +1508,1848331,"sample.py",4499,0,"",python,selection_command +1509,1848361,"sample.py",4532,0,"",python,selection_command +1510,1848390,"sample.py",4555,0,"",python,selection_command +1511,1848425,"sample.py",4585,0,"",python,selection_command +1512,1848461,"sample.py",4621,0,"",python,selection_command +1513,1848491,"sample.py",4655,0,"",python,selection_command +1514,1848622,"sample.py",4691,0,"",python,selection_command +1515,1848799,"sample.py",4705,0,"",python,selection_command +1516,1848956,"sample.py",4746,0,"",python,selection_command +1517,1849263,"sample.py",4750,0,"",python,selection_command +1518,1849396,"sample.py",4757,0,"",python,selection_command +1519,1849556,"sample.py",4762,0,"",python,selection_command +1520,1849709,"sample.py",4763,0,"",python,selection_command +1521,1850185,"genie.py",0,0,"",python,tab +1522,1850185,"genie.py",12098,0,"",python,selection_command +1523,1852173,"sample.py",0,0,"",python,tab +1524,1852173,"sample.py",4763,0,"",python,selection_command +1525,1853632,"genie.py",0,0,"",python,tab +1526,1853632,"genie.py",12098,0,"",python,selection_command +1527,1855821,"sample.py",0,0,"",python,tab +1528,1855821,"sample.py",4763,0,"",python,selection_command +1529,1856556,"genie.py",0,0,"",python,tab +1530,1856556,"genie.py",12098,0,"",python,selection_command +1531,1857133,"sample.py",0,0,"",python,tab +1532,1857133,"sample.py",4763,0,"",python,selection_command +1533,1858456,"genie.py",0,0,"",python,tab +1534,1858456,"genie.py",12098,0,"",python,selection_command +1535,1860086,"genie.py",12121,0,"",python,selection_command +1536,1860334,"genie.py",12139,0,"",python,selection_command +1537,1860356,"genie.py",12180,0,"",python,selection_command +1538,1860446,"genie.py",12206,0,"",python,selection_command +1539,1860608,"genie.py",12242,0,"",python,selection_command +1540,1860760,"genie.py",12283,0,"",python,selection_command +1541,1860886,"genie.py",12307,0,"",python,selection_command +1542,1861427,"genie.py",12299,46,"",python,content +1543,1861432,"genie.py",12307,0,"",python,selection_command +1544,1862403,"sample.py",0,0,"",python,tab +1545,1862403,"sample.py",4763,0,"",python,selection_command +1546,1863575,"sample.py",4794,0,"",python,selection_command +1547,1863591,"sample.py",4795,0,"",python,selection_command +1548,1863680,"sample.py",4795,0,"w",python,content +1549,1863681,"sample.py",4796,0,"",python,selection_keyboard +1550,1863827,"sample.py",4796,0,"\n ",python,content +1551,1864422,"sample.py",4812,0,"",python,selection_command +1552,1864458,"sample.py",4795,18,"",python,content +1553,1867571,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_restore""\n\nexport XLA_FLAGS='--xla_gpu_autotune_level=0'\n #--dynamics_type ""causal"" \\nsrun python sample.py \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +1554,1869569,"experiments/sample.sh",183,0,"",shellscript,selection_command +1555,1869830,"experiments/sample.sh",187,0,"",shellscript,selection_command +1556,1870139,"experiments/sample.sh",187,1,"",shellscript,content +1557,1871594,"experiments/sample.sh",183,31,"",shellscript,content +1558,1871864,"experiments/sample.sh",207,0,"",shellscript,selection_command +1559,1872197,"experiments/sample.sh",183,0,"",shellscript,selection_command +1560,1872265,"experiments/sample.sh",206,0,"\n --dynamics_type ""causal"" \",shellscript,content +1561,1872281,"experiments/sample.sh",211,0,"",shellscript,selection_command +1562,1875007,"sample.py",0,0,"",python,tab +1563,1877990,"experiments/sample.sh",0,0,"",shellscript,tab +1564,1879056,"experiments/sample.sh",213,0,"",shellscript,selection_command +1565,1879434,"experiments/sample.sh",213,13,"",shellscript,content +1566,1879744,"experiments/sample.sh",213,0,"d",shellscript,content +1567,1879745,"experiments/sample.sh",214,0,"",shellscript,selection_keyboard +1568,1879754,"experiments/sample.sh",214,0,"y",shellscript,content +1569,1879754,"experiments/sample.sh",215,0,"",shellscript,selection_keyboard +1570,1879890,"experiments/sample.sh",215,0,"n",shellscript,content +1571,1879890,"experiments/sample.sh",216,0,"",shellscript,selection_keyboard +1572,1880087,"experiments/sample.sh",216,0,"a",shellscript,content +1573,1880088,"experiments/sample.sh",217,0,"",shellscript,selection_keyboard +1574,1880307,"experiments/sample.sh",217,0,"_",shellscript,content +1575,1880307,"experiments/sample.sh",218,0,"",shellscript,selection_keyboard +1576,1880612,"experiments/sample.sh",218,0,"t",shellscript,content +1577,1880612,"experiments/sample.sh",219,0,"",shellscript,selection_keyboard +1578,1880612,"experiments/sample.sh",219,0,"y",shellscript,content +1579,1880612,"experiments/sample.sh",220,0,"",shellscript,selection_keyboard +1580,1880639,"experiments/sample.sh",220,0,"p",shellscript,content +1581,1880639,"experiments/sample.sh",221,0,"",shellscript,selection_keyboard +1582,1880686,"experiments/sample.sh",221,0,"e",shellscript,content +1583,1880687,"experiments/sample.sh",222,0,"",shellscript,selection_keyboard +1584,1880991,"experiments/sample.sh",221,0,"",shellscript,selection_command +1585,1883870,"experiments/sample.sh",238,0,"",shellscript,selection_command +1586,1883872,"experiments/sample.sh",239,0,"",shellscript,selection_command +1587,1884086,"experiments/sample.sh",239,0,"\n ",shellscript,content +1588,1884806,"experiments/sample.sh",243,0,"",shellscript,selection_command +1589,1884988,"experiments/sample.sh",239,5,"",shellscript,content +1590,1893859,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1591,1894951,"experiments/dynamics_grain_tok_restore.sh",457,0,"",shellscript,selection_command +1592,1895096,"experiments/dynamics_grain_tok_restore.sh",431,0,"",shellscript,selection_command +1593,1895294,"experiments/dynamics_grain_tok_restore.sh",387,0,"",shellscript,selection_command +1594,1895294,"experiments/dynamics_grain_tok_restore.sh",370,0,"",shellscript,selection_command +1595,1895423,"experiments/dynamics_grain_tok_restore.sh",311,0,"",shellscript,selection_command +1596,1896669,"experiments/dynamics_grain_tok_restore.sh",241,0,"",shellscript,selection_command +1597,1897611,"experiments/sample.sh",0,0,"",shellscript,tab +1598,1898121,"experiments/sample.sh",212,0,"",shellscript,selection_command +1599,1898251,"experiments/sample.sh",188,0,"",shellscript,selection_command +1600,1898439,"experiments/sample.sh",142,0,"",shellscript,selection_command +1601,1898525,"experiments/sample.sh",136,0,"",shellscript,selection_command +1602,1899089,"experiments/sample.sh",71,0,"",shellscript,selection_command +1603,1899561,"experiments/sample.sh",66,69,"ckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_restore""",shellscript,selection_command +1604,1899819,"experiments/sample.sh",66,69,"ckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_restore""",shellscript,content +1605,1899825,"experiments/sample.sh",66,0,"",shellscript,selection_command +1606,1901583,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +1607,1903251,"experiments/sample.sh",0,0,"",shellscript,tab +1608,1903253,"TERMINAL",0,0,"",,terminal_focus +1609,1904234,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +1610,1908484,"TERMINAL",0,0,"scancel --me",,terminal_command +1611,1908506,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +1612,1912552,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00",,terminal_command +1613,1912619,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14454\r\n",,terminal_output +1614,1912714,"TERMINAL",0,0,"salloc: Nodes hai001 are ready for job\r\n",,terminal_output +1615,1913089,"TERMINAL",0,0,"Running inside SLURM, Job ID 14454.\r\n",,terminal_output +1616,1913160,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1617,1937001,"TERMINAL",0,0,"b",,terminal_output +1618,1937283,"TERMINAL",0,0,"a",,terminal_output +1619,1937588,"TERMINAL",0,0,"s",,terminal_output +1620,1937660,"TERMINAL",0,0,"h",,terminal_output +1621,1937916,"TERMINAL",0,0," ",,terminal_output +1622,1939066,"TERMINAL",0,0,"e",,terminal_output +1623,1939279,"TERMINAL",0,0,"xc",,terminal_output +1624,1939366,"TERMINAL",0,0,"p",,terminal_output +1625,1940004,"TERMINAL",0,0,"",,terminal_output +1626,1940160,"TERMINAL",0,0,"",,terminal_output +1627,1940237,"TERMINAL",0,0,"p",,terminal_output +1628,1940399,"TERMINAL",0,0,"eriments/",,terminal_output +1629,1940877,"TERMINAL",0,0,"s",,terminal_output +1630,1940946,"TERMINAL",0,0,"am",,terminal_output +1631,1941148,"TERMINAL",0,0,"ple.sh ",,terminal_output +1632,1941876,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1633,1949759,"experiments/sample.sh",64,0,"",shellscript,selection_command +1634,1952060,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14454.0 task 0: running\r\n",,terminal_output +1635,1952136,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T13:43:34.937] error: *** STEP 14454.0 ON hai001 CANCELLED AT 2025-07-31T13:43:34 DUE to SIGNAL Killed ***\r\n",,terminal_output +1636,1952257,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.0\r\nsrun: job abort in progress\r\n",,terminal_output +1637,1952453,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1638,1952936,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +1639,1954048,"experiments/sample.sh",103,0,"",shellscript,selection_command +1640,1954135,"experiments/sample.sh",136,0,"",shellscript,selection_command +1641,1954277,"experiments/sample.sh",174,0,"",shellscript,selection_command +1642,1954681,"experiments/sample.sh",182,0,"\n",shellscript,content +1643,1954936,"experiments/sample.sh",183,0,"x",shellscript,content +1644,1954936,"experiments/sample.sh",184,0,"",shellscript,selection_keyboard +1645,1955059,"experiments/sample.sh",184,0,"p",shellscript,content +1646,1955059,"experiments/sample.sh",185,0,"",shellscript,selection_keyboard +1647,1955294,"experiments/sample.sh",185,0,"r",shellscript,content +1648,1955294,"experiments/sample.sh",186,0,"",shellscript,selection_keyboard +1649,1955467,"experiments/sample.sh",185,1,"",shellscript,content +1650,1955637,"experiments/sample.sh",184,1,"",shellscript,content +1651,1955664,"experiments/sample.sh",184,0,"e",shellscript,content +1652,1955664,"experiments/sample.sh",185,0,"",shellscript,selection_keyboard +1653,1955816,"experiments/sample.sh",184,1,"",shellscript,content +1654,1955883,"experiments/sample.sh",184,0,"e",shellscript,content +1655,1955883,"experiments/sample.sh",185,0,"",shellscript,selection_keyboard +1656,1956175,"experiments/sample.sh",184,1,"",shellscript,content +1657,1956324,"experiments/sample.sh",183,1,"",shellscript,content +1658,1956333,"experiments/sample.sh",183,0,"e",shellscript,content +1659,1956333,"experiments/sample.sh",184,0,"",shellscript,selection_keyboard +1660,1956521,"experiments/sample.sh",184,0,"x",shellscript,content +1661,1956521,"experiments/sample.sh",185,0,"",shellscript,selection_keyboard +1662,1956551,"experiments/sample.sh",185,0,"p",shellscript,content +1663,1956551,"experiments/sample.sh",186,0,"",shellscript,selection_keyboard +1664,1956668,"experiments/sample.sh",186,0,"o",shellscript,content +1665,1956668,"experiments/sample.sh",187,0,"",shellscript,selection_keyboard +1666,1957467,"experiments/sample.sh",187,0,"rt PYTHONUNBUFFERED=1",shellscript,content +1667,1957627,"experiments/sample.sh",207,0,"",shellscript,selection_command +1668,1960585,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1669,1971380,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 142, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 792, in restore\r\n raise ValueError(\r\nValueError: User-provided restore item and on-disk value metadata tree structures do not match: {'model': {'dynamics': {'transformer': {'pos_enc': Diff(lhs={'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, rhs=None)}, 'mask_token': Diff(lhs=None, rhs={'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1, 1, 1, 512))})}}, 'opt_state': {'0': {'mu': {'dynamics': {'mask_token': Diff(lhs=None, rhs={'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1, 1, 1, 512))})}}, 'nu': {'dynamics': {'mask_token': Diff(lhs=None, rhs={'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1, 1, 1, 512))})}}}}}\r\n",,terminal_output +1670,1972000,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1671,2020141,"genie.py",0,0,"",python,tab +1672,2022755,"sample.py",0,0,"",python,tab +1673,2024062,"sample.py",4755,0,"",python,selection_command +1674,2024316,"sample.py",4714,0,"",python,selection_command +1675,2024338,"sample.py",4695,0,"",python,selection_command +1676,2024370,"sample.py",4664,0,"",python,selection_command +1677,2024396,"sample.py",4630,0,"",python,selection_command +1678,2024427,"sample.py",4594,0,"",python,selection_command +1679,2024459,"sample.py",4564,0,"",python,selection_command +1680,2024492,"sample.py",4541,0,"",python,selection_command +1681,2024526,"sample.py",4508,0,"",python,selection_command +1682,2024560,"sample.py",4468,0,"",python,selection_command +1683,2024593,"sample.py",4390,0,"",python,selection_command +1684,2024626,"sample.py",4328,0,"",python,selection_command +1685,2025108,"sample.py",3311,0,"",python,selection_command +1686,2025497,"sample.py",2204,0,"",python,selection_command +1687,2027578,"sample.py",2168,0,"",python,selection_command +1688,2027830,"sample.py",2118,0,"",python,selection_command +1689,2027865,"sample.py",2070,0,"",python,selection_command +1690,2027889,"sample.py",2020,0,"",python,selection_command +1691,2028056,"sample.py",1978,0,"",python,selection_command +1692,2028305,"sample.py",1942,0,"",python,selection_command +1693,2028514,"sample.py",1978,0,"",python,selection_command +1694,2028660,"sample.py",2020,0,"",python,selection_command +1695,2028913,"sample.py",2070,0,"",python,selection_command +1696,2028931,"sample.py",2118,0,"",python,selection_command +1697,2028964,"sample.py",2168,0,"",python,selection_command +1698,2029002,"sample.py",2204,0,"",python,selection_command +1699,2029027,"sample.py",2260,0,"",python,selection_command +1700,2029064,"sample.py",2314,0,"",python,selection_command +1701,2029095,"sample.py",2328,0,"",python,selection_command +1702,2029129,"sample.py",2358,0,"",python,selection_command +1703,2029166,"sample.py",2396,0,"",python,selection_command +1704,2029196,"sample.py",2446,0,"",python,selection_command +1705,2029229,"sample.py",2498,0,"",python,selection_command +1706,2029267,"sample.py",2542,0,"",python,selection_command +1707,2029303,"sample.py",2586,0,"",python,selection_command +1708,2029329,"sample.py",2628,0,"",python,selection_command +1709,2029364,"sample.py",2656,0,"",python,selection_command +1710,2029450,"sample.py",2675,0,"",python,selection_command +1711,2029886,"sample.py",2656,0,"",python,selection_command +1712,2030128,"sample.py",2628,0,"",python,selection_command +1713,2030166,"sample.py",2586,0,"",python,selection_command +1714,2030188,"sample.py",2542,0,"",python,selection_command +1715,2030222,"sample.py",2498,0,"",python,selection_command +1716,2030255,"sample.py",2446,0,"",python,selection_command +1717,2030290,"sample.py",2396,0,"",python,selection_command +1718,2030326,"sample.py",2358,0,"",python,selection_command +1719,2030357,"sample.py",2328,0,"",python,selection_command +1720,2030391,"sample.py",2314,0,"",python,selection_command +1721,2030427,"sample.py",2260,0,"",python,selection_command +1722,2030460,"sample.py",2204,0,"",python,selection_command +1723,2030490,"sample.py",2168,0,"",python,selection_command +1724,2030525,"sample.py",2118,0,"",python,selection_command +1725,2030614,"sample.py",2070,0,"",python,selection_command +1726,2030765,"sample.py",2020,0,"",python,selection_command +1727,2030914,"sample.py",1978,0,"",python,selection_command +1728,2031048,"sample.py",1942,0,"",python,selection_command +1729,2031188,"sample.py",1922,0,"",python,selection_command +1730,2031373,"sample.py",1903,0,"",python,selection_command +1731,2031670,"sample.py",1905,0,"",python,selection_command +1732,2031835,"sample.py",1907,0,"",python,selection_command +1733,2032239,"genie.py",0,0,"",python,tab +1734,2032240,"genie.py",281,0,"",python,selection_command +1735,2032758,"genie.py",1078,0,"",python,selection_command +1736,2033033,"genie.py",2267,0,"",python,selection_command +1737,2033647,"genie.py",3381,0,"",python,selection_command +1738,2334752,"genie.py",3531,0,"",python,selection_mouse +1739,2334758,"genie.py",3530,0,"",python,selection_command +1740,2338509,"genie.py",4234,0,"",python,selection_mouse +1741,2338822,"genie.py",4245,0,"",python,selection_mouse +1742,2340396,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport einops\n\nfrom utils.nn import STTransformer, Transformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""\n MaskGIT dynamics model\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n V: vocabulary size (number of latents)\n """"""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n if training:\n batch_size = vid_embed_BTNM.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed_BTNM.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed_BTNM = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed_BTNM\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n padded_act_embed_BTNM = jnp.broadcast_to(padded_act_embed_BT1M, vid_embed_BTNM.shape)\n vid_embed_BTNM += padded_act_embed_BTNM\n logits_BTNV = self.transformer(vid_embed_BTNM)\n return logits_BTNV, mask\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = Transformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # FIXME (f.srambical): this is exactly the same as STTransformer, just without the masking\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n # FIXME (f.srambical): do we need to embed the action padding?\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed_BTNp1M = jnp.concatenate([padded_act_embed_BT1M, vid_embed_BTNM], axis=2)\n\n logits_BTNp1V = self.transformer(vid_embed_BTNp1M)\n logits_BTNV = logits_BTNp1V[:, :, :-1]\n\n return logits_BTNV, jnp.ones_like(video_tokens_BTN)\n",python,tab +1743,2340396,"models/dynamics.py",3512,0,"",python,selection_command +1744,2347375,"models/dynamics.py",4308,0,"",python,selection_mouse +1745,2350584,"models/dynamics.py",4328,0,"",python,selection_mouse +1746,2351929,"models/dynamics.py",4340,0,"",python,selection_mouse +1747,2352355,"utils/nn.py",0,0,"",python,tab +1748,2352356,"utils/nn.py",10689,0,"",python,selection_command +1749,2359720,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1750,2371516,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1751,2374025,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1752,2375976,"TERMINAL",0,0,"b",,terminal_output +1753,2376280,"TERMINAL",0,0,"ash",,terminal_output +1754,2376368,"TERMINAL",0,0,"e",,terminal_output +1755,2376518,"TERMINAL",0,0," ",,terminal_output +1756,2376572,"TERMINAL",0,0,"e",,terminal_output +1757,2376947,"TERMINAL",0,0,"",,terminal_output +1758,2377097,"TERMINAL",0,0,"",,terminal_output +1759,2377250,"TERMINAL",0,0,"",,terminal_output +1760,2377476,"TERMINAL",0,0," e",,terminal_output +1761,2377846,"TERMINAL",0,0,"x",,terminal_output +1762,2378142,"TERMINAL",0,0,"periments/",,terminal_output +1763,2379722,"TERMINAL",0,0,"dy",,terminal_output +1764,2379952,"TERMINAL",0,0,"namics_grain_",,terminal_output +1765,2381079,"TERMINAL",0,0,"t",,terminal_output +1766,2381339,"TERMINAL",0,0,"ok_",,terminal_output +1767,2381562,"TERMINAL",0,0,"r",,terminal_output +1768,2382072,"TERMINAL",0,0,"estore.sh ",,terminal_output +1769,2384162,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1770,2389509,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +1771,2390043,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14454.2 task 0: running\r\n^Csrun: sending Ctrl-C to StepId=14454.2\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T13:50:52.851] error: *** STEP 14454.2 ON hai001 CANCELLED AT 2025-07-31T13:50:52 DUE to SIGNAL Killed ***\r\n",,terminal_output +1772,2390213,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.2\r\nsrun: job abort in progress\r\n",,terminal_output +1773,2390344,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1774,2391967,"experiments/dynamics_grain_tok_restore.sh",202,0,"",shellscript,selection_command +1775,2392274,"experiments/dynamics_grain_tok_restore.sh",241,0,"",shellscript,selection_command +1776,2392481,"experiments/dynamics_grain_tok_restore.sh",251,0,"",shellscript,selection_command +1777,2392666,"experiments/dynamics_grain_tok_restore.sh",252,0,"",shellscript,selection_command +1778,2395636,"experiments/dynamics_grain_tok_restore.sh",252,1,"m",shellscript,selection_command +1779,2396175,"experiments/dynamics_grain_tok_restore.sh",252,2,"ma",shellscript,selection_command +1780,2396252,"experiments/dynamics_grain_tok_restore.sh",252,3,"mas",shellscript,selection_command +1781,2396414,"experiments/dynamics_grain_tok_restore.sh",252,4,"mask",shellscript,selection_command +1782,2396560,"experiments/dynamics_grain_tok_restore.sh",252,5,"maskg",shellscript,selection_command +1783,2396714,"experiments/dynamics_grain_tok_restore.sh",252,6,"maskgi",shellscript,selection_command +1784,2396870,"experiments/dynamics_grain_tok_restore.sh",252,7,"maskgit",shellscript,selection_command +1785,2397212,"experiments/dynamics_grain_tok_restore.sh",252,8,"maskgit_",shellscript,selection_command +1786,2397941,"experiments/dynamics_grain_tok_restore.sh",252,7,"maskgit",shellscript,selection_command +1787,2398438,"experiments/dynamics_grain_tok_restore.sh",252,7,"",shellscript,content +1788,2398700,"experiments/dynamics_grain_tok_restore.sh",252,0,"c",shellscript,content +1789,2398700,"experiments/dynamics_grain_tok_restore.sh",253,0,"",shellscript,selection_keyboard +1790,2398869,"experiments/dynamics_grain_tok_restore.sh",253,0,"c",shellscript,content +1791,2398869,"experiments/dynamics_grain_tok_restore.sh",254,0,"",shellscript,selection_keyboard +1792,2399287,"experiments/dynamics_grain_tok_restore.sh",253,1,"",shellscript,content +1793,2399468,"experiments/dynamics_grain_tok_restore.sh",253,0,"a",shellscript,content +1794,2399468,"experiments/dynamics_grain_tok_restore.sh",254,0,"",shellscript,selection_keyboard +1795,2399481,"experiments/dynamics_grain_tok_restore.sh",254,0,"u",shellscript,content +1796,2399481,"experiments/dynamics_grain_tok_restore.sh",255,0,"",shellscript,selection_keyboard +1797,2399652,"experiments/dynamics_grain_tok_restore.sh",255,0,"s",shellscript,content +1798,2399653,"experiments/dynamics_grain_tok_restore.sh",256,0,"",shellscript,selection_keyboard +1799,2399715,"experiments/dynamics_grain_tok_restore.sh",256,0,"a",shellscript,content +1800,2399716,"experiments/dynamics_grain_tok_restore.sh",257,0,"",shellscript,selection_keyboard +1801,2399833,"experiments/dynamics_grain_tok_restore.sh",257,0,"l",shellscript,content +1802,2399833,"experiments/dynamics_grain_tok_restore.sh",258,0,"",shellscript,selection_keyboard +1803,2399925,"experiments/dynamics_grain_tok_restore.sh",257,0,"",shellscript,selection_command +1804,2401533,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1805,2401772,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1806,2405865,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +1807,2411929,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1808,2414308,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1809,2416215,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +1810,2437364,"TERMINAL",0,0,"2025-07-31 13:51:40.102231: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 13:51:40.102983: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 13:51:40.104247: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 13:51:40.104273: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1811,2459700,"TERMINAL",0,0,"Step 0, loss: 16.7960147857666\r\n",,terminal_output +1812,2491306,"TERMINAL",0,0,"Step 1, loss: 1.9300518035888672\r\n",,terminal_output +1813,2492364,"TERMINAL",0,0,"Step 2, loss: 2.3423683643341064\r\n",,terminal_output +1814,2493365,"TERMINAL",0,0,"Step 3, loss: 2.199364185333252\r\n",,terminal_output +1815,2494395,"TERMINAL",0,0,"Step 4, loss: 1.6084355115890503\r\n",,terminal_output +1816,2495599,"TERMINAL",0,0,"Saved checkpoint at step 5\r\n",,terminal_output +1817,2496706,"TERMINAL",0,0,"Step 5, loss: 1.0009500980377197\r\n",,terminal_output +1818,2498170,"TERMINAL",0,0,"Step 6, loss: 0.42609506845474243\r\n",,terminal_output +1819,2499568,"TERMINAL",0,0,"Step 7, loss: 5.184782028198242\r\n",,terminal_output +1820,2500702,"TERMINAL",0,0,"Step 8, loss: 0.44082924723625183\r\n",,terminal_output +1821,2501678,"TERMINAL",0,0,"Step 9, loss: 0.8897686004638672\r\n",,terminal_output +1822,2503442,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +1823,2504511,"TERMINAL",0,0,"Step 10, loss: 1.4465599060058594\r\n",,terminal_output +1824,2506148,"TERMINAL",0,0,"Step 11, loss: 1.9773063659667969\r\n",,terminal_output +1825,2506765,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14454.3 task 0: running\r\n",,terminal_output +1826,2506942,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.3\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T13:52:49.729] error: *** STEP 14454.3 ON hai001 CANCELLED AT 2025-07-31T13:52:49 DUE to SIGNAL Killed ***\r\n",,terminal_output +1827,2507083,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.3\r\nsrun: job abort in progress\r\n",,terminal_output +1828,2507550,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1829,2511406,"experiments/sample.sh",0,0,"",shellscript,tab +1830,2511910,"experiments/sample.sh",161,0,"",shellscript,selection_command +1831,2512043,"experiments/sample.sh",136,0,"",shellscript,selection_command +1832,2512209,"experiments/sample.sh",90,0,"",shellscript,selection_command +1833,2512383,"experiments/sample.sh",136,0,"",shellscript,selection_command +1834,2512591,"experiments/sample.sh",90,0,"",shellscript,selection_command +1835,2513029,"experiments/sample.sh",66,69,"ckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_restore""",shellscript,selection_command +1836,2513510,"experiments/sample.sh",66,69,"ckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""",shellscript,content +1837,2513512,"experiments/sample.sh",66,0,"",shellscript,selection_command +1838,2515862,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh sampl",,terminal_output +1839,2516706,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1840,2522999,"utils/nn.py",0,0,"",python,tab +1841,2527901,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1842,2530922,"utils/nn.py",11468,0,"",python,selection_command +1843,2531560,"utils/nn.py",12415,0,"",python,selection_command +1844,2535183,"utils/nn.py",12440,0,"",python,selection_command +1845,2535462,"utils/nn.py",12481,0,"",python,selection_command +1846,2535463,"utils/nn.py",12513,0,"",python,selection_command +1847,2535489,"utils/nn.py",12547,0,"",python,selection_command +1848,2535519,"utils/nn.py",12593,0,"",python,selection_command +1849,2535548,"utils/nn.py",12635,0,"",python,selection_command +1850,2535584,"utils/nn.py",12681,0,"",python,selection_command +1851,2535616,"utils/nn.py",12723,0,"",python,selection_command +1852,2535651,"utils/nn.py",12773,0,"",python,selection_command +1853,2535685,"utils/nn.py",12811,0,"",python,selection_command +1854,2535717,"utils/nn.py",12877,0,"",python,selection_command +1855,2535752,"utils/nn.py",12912,0,"",python,selection_command +1856,2535785,"utils/nn.py",12943,0,"",python,selection_command +1857,2535909,"utils/nn.py",12961,0,"",python,selection_command +1858,2535910,"utils/nn.py",12975,0,"",python,selection_command +1859,2535910,"utils/nn.py",13015,0,"",python,selection_command +1860,2535924,"utils/nn.py",13055,0,"",python,selection_command +1861,2535958,"utils/nn.py",13094,0,"",python,selection_command +1862,2535996,"utils/nn.py",13136,0,"",python,selection_command +1863,2536025,"utils/nn.py",13166,0,"",python,selection_command +1864,2536058,"utils/nn.py",13189,0,"",python,selection_command +1865,2536089,"utils/nn.py",13191,0,"",python,selection_command +1866,2536122,"utils/nn.py",13200,0,"",python,selection_command +1867,2536123,"TERMINAL",0,0,"2025-07-31 13:53:18.929046: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1868,2536156,"utils/nn.py",13256,0,"",python,selection_command +1869,2536437,"utils/nn.py",13200,0,"",python,selection_command +1870,2537108,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 406, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 396, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 358, in causal_step_fn\r\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 4352, in pad\r\n pad_width = _broadcast_to_pairs(pad_width, np.ndim(array), ""pad_width"")\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3937, in _broadcast_to_pairs\r\n raise ValueError(f""jnp.pad: {name} with {nd=} has unsupported shape {nvals.shape}. ""\r\nValueError: jnp.pad: pad_width with nd=3 has unsupported shape (4, 2). Valid shapes are (3, 2), (1, 2), (2,), (1,), or ().\r\n",,terminal_output +1871,2538005,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +1872,2544393,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video = recon_video.astype(jnp.float32)\n gt = gt_video[:, : recon_video.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video.clip(0, 1).reshape(-1, *recon_video.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_E.shape[0]):\n action = action_batch_E[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +1873,2544393,"/fast/home/franz.srambical/jafar/sample.py",5334,0,"",python,selection_command +1874,2546435,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n vid_embed_BSNM += jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n # FIXME (f.srambical): only input until current frame\n vid_embed_BTNp1M = vid_embed_BSNp1M[:, :step_t, :, :]\n final_logits_BTNp1V = self.dynamics.transformer(vid_embed_BTNp1M) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_B = gather_fn(\n jax.nn.softmax(final_logits_BV), sampled_token_idxs_B\n )\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +1875,2546435,"/fast/home/franz.srambical/jafar/genie.py",16326,0,"",python,selection_command +1876,2547735,"/fast/home/franz.srambical/jafar/genie.py",14505,0,"",python,selection_command +1877,2550960,"/fast/home/franz.srambical/jafar/genie.py",14544,0,"",python,selection_mouse +1878,2608579,"/fast/home/franz.srambical/jafar/genie.py",14469,0,"",python,selection_command +1879,2612941,"/fast/home/franz.srambical/jafar/genie.py",13124,0,"",python,selection_command +1880,2613663,"/fast/home/franz.srambical/jafar/genie.py",11954,0,"",python,selection_command +1881,2615555,"/fast/home/franz.srambical/jafar/genie.py",10775,0,"",python,selection_command +1882,2615757,"/fast/home/franz.srambical/jafar/genie.py",9239,0,"",python,selection_command +1883,2616102,"/fast/home/franz.srambical/jafar/genie.py",7591,0,"",python,selection_command +1884,2616804,"/fast/home/franz.srambical/jafar/genie.py",6368,0,"",python,selection_command +1885,2617328,"/fast/home/franz.srambical/jafar/genie.py",5130,0,"",python,selection_command +1886,2619105,"/fast/home/franz.srambical/jafar/genie.py",6368,0,"",python,selection_command +1887,2619754,"/fast/home/franz.srambical/jafar/genie.py",7591,0,"",python,selection_command +1888,2622209,"/fast/home/franz.srambical/jafar/genie.py",7670,0,"",python,selection_command +1889,2622450,"/fast/home/franz.srambical/jafar/genie.py",7720,0,"",python,selection_command +1890,2622481,"/fast/home/franz.srambical/jafar/genie.py",7759,0,"",python,selection_command +1891,2622569,"/fast/home/franz.srambical/jafar/genie.py",7799,0,"",python,selection_command +1892,2622570,"/fast/home/franz.srambical/jafar/genie.py",7862,0,"",python,selection_command +1893,2622580,"/fast/home/franz.srambical/jafar/genie.py",7934,0,"",python,selection_command +1894,2622616,"/fast/home/franz.srambical/jafar/genie.py",7993,0,"",python,selection_command +1895,2622650,"/fast/home/franz.srambical/jafar/genie.py",8002,0,"",python,selection_command +1896,2622682,"/fast/home/franz.srambical/jafar/genie.py",8031,0,"",python,selection_command +1897,2622714,"/fast/home/franz.srambical/jafar/genie.py",8117,0,"",python,selection_command +1898,2622749,"/fast/home/franz.srambical/jafar/genie.py",8194,0,"",python,selection_command +1899,2622784,"/fast/home/franz.srambical/jafar/genie.py",8262,0,"",python,selection_command +1900,2622900,"/fast/home/franz.srambical/jafar/genie.py",8306,0,"",python,selection_command +1901,2622901,"/fast/home/franz.srambical/jafar/genie.py",8341,0,"",python,selection_command +1902,2622901,"/fast/home/franz.srambical/jafar/genie.py",8350,0,"",python,selection_command +1903,2623285,"/fast/home/franz.srambical/jafar/genie.py",8397,0,"",python,selection_command +1904,2623448,"/fast/home/franz.srambical/jafar/genie.py",8468,0,"",python,selection_command +1905,2623619,"/fast/home/franz.srambical/jafar/genie.py",8529,0,"",python,selection_command +1906,2623761,"/fast/home/franz.srambical/jafar/genie.py",8582,0,"",python,selection_command +1907,2628141,"/fast/home/franz.srambical/jafar/genie.py",8666,0,"",python,selection_command +1908,2628338,"/fast/home/franz.srambical/jafar/genie.py",8675,0,"",python,selection_command +1909,2628413,"/fast/home/franz.srambical/jafar/genie.py",8716,0,"",python,selection_command +1910,2628562,"/fast/home/franz.srambical/jafar/genie.py",8795,0,"",python,selection_command +1911,2628921,"/fast/home/franz.srambical/jafar/genie.py",8799,0,"",python,selection_command +1912,2643344,"/fast/home/franz.srambical/jafar/genie.py",8861,0,"\n ",python,content +1913,2643872,"/fast/home/franz.srambical/jafar/genie.py",8874,0,"c",python,content +1914,2643872,"/fast/home/franz.srambical/jafar/genie.py",8875,0,"",python,selection_keyboard +1915,2644155,"/fast/home/franz.srambical/jafar/genie.py",8875,0,"t",python,content +1916,2644155,"/fast/home/franz.srambical/jafar/genie.py",8876,0,"",python,selection_keyboard +1917,2644467,"/fast/home/franz.srambical/jafar/genie.py",8875,1,"",python,content +1918,2644641,"/fast/home/franz.srambical/jafar/genie.py",8874,1,"",python,content +1919,2644717,"/fast/home/franz.srambical/jafar/genie.py",8874,0,"a",python,content +1920,2644717,"/fast/home/franz.srambical/jafar/genie.py",8875,0,"",python,selection_keyboard +1921,2644718,"/fast/home/franz.srambical/jafar/genie.py",8875,0,"c",python,content +1922,2644718,"/fast/home/franz.srambical/jafar/genie.py",8876,0,"",python,selection_keyboard +1923,2644929,"/fast/home/franz.srambical/jafar/genie.py",8876,0,"t",python,content +1924,2644930,"/fast/home/franz.srambical/jafar/genie.py",8877,0,"",python,selection_keyboard +1925,2645691,"/fast/home/franz.srambical/jafar/genie.py",8877,0,"_",python,content +1926,2645691,"/fast/home/franz.srambical/jafar/genie.py",8878,0,"",python,selection_keyboard +1927,2645968,"/fast/home/franz.srambical/jafar/genie.py",8878,0,"e",python,content +1928,2645968,"/fast/home/franz.srambical/jafar/genie.py",8879,0,"",python,selection_keyboard +1929,2646053,"/fast/home/franz.srambical/jafar/genie.py",8879,0,"m",python,content +1930,2646054,"/fast/home/franz.srambical/jafar/genie.py",8880,0,"",python,selection_keyboard +1931,2646099,"/fast/home/franz.srambical/jafar/genie.py",8880,0,"b",python,content +1932,2646100,"/fast/home/franz.srambical/jafar/genie.py",8881,0,"",python,selection_keyboard +1933,2646240,"/fast/home/franz.srambical/jafar/genie.py",8881,0,"e",python,content +1934,2646240,"/fast/home/franz.srambical/jafar/genie.py",8882,0,"",python,selection_keyboard +1935,2646502,"/fast/home/franz.srambical/jafar/genie.py",8882,0,"d",python,content +1936,2646503,"/fast/home/franz.srambical/jafar/genie.py",8883,0,"",python,selection_keyboard +1937,2646757,"/fast/home/franz.srambical/jafar/genie.py",8883,0,"_",python,content +1938,2646757,"/fast/home/franz.srambical/jafar/genie.py",8884,0,"",python,selection_keyboard +1939,2647303,"/fast/home/franz.srambical/jafar/genie.py",8884,0,"\",python,content +1940,2647304,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"",python,selection_keyboard +1941,2648063,"/fast/home/franz.srambical/jafar/genie.py",8884,1,"",python,content +1942,2648404,"/fast/home/franz.srambical/jafar/genie.py",8884,0,"B",python,content +1943,2648404,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"",python,selection_keyboard +1944,2649465,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"S",python,content +1945,2649466,"/fast/home/franz.srambical/jafar/genie.py",8886,0,"",python,selection_keyboard +1946,2653865,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"",python,selection_command +1947,2655201,"/fast/home/franz.srambical/jafar/genie.py",8862,25,"",python,content +1948,2655210,"/fast/home/franz.srambical/jafar/genie.py",8874,0,"",python,selection_command +1949,2660857,"/fast/home/franz.srambical/jafar/genie.py",8861,0,"\n ",python,content +1950,2661269,"/fast/home/franz.srambical/jafar/genie.py",8874,0,"a",python,content +1951,2661269,"/fast/home/franz.srambical/jafar/genie.py",8875,0,"",python,selection_keyboard +1952,2661297,"/fast/home/franz.srambical/jafar/genie.py",8875,0,"d",python,content +1953,2661297,"/fast/home/franz.srambical/jafar/genie.py",8876,0,"",python,selection_keyboard +1954,2661301,"/fast/home/franz.srambical/jafar/genie.py",8876,0,"c",python,content +1955,2661301,"/fast/home/franz.srambical/jafar/genie.py",8877,0,"",python,selection_keyboard +1956,2661773,"/fast/home/franz.srambical/jafar/genie.py",8876,1,"",python,content +1957,2661911,"/fast/home/franz.srambical/jafar/genie.py",8875,1,"",python,content +1958,2661913,"/fast/home/franz.srambical/jafar/genie.py",8875,0,"c",python,content +1959,2661913,"/fast/home/franz.srambical/jafar/genie.py",8876,0,"",python,selection_keyboard +1960,2662065,"/fast/home/franz.srambical/jafar/genie.py",8876,0,"t",python,content +1961,2662065,"/fast/home/franz.srambical/jafar/genie.py",8877,0,"",python,selection_keyboard +1962,2662230,"/fast/home/franz.srambical/jafar/genie.py",8877,0,"i",python,content +1963,2662230,"/fast/home/franz.srambical/jafar/genie.py",8878,0,"",python,selection_keyboard +1964,2662873,"/fast/home/franz.srambical/jafar/genie.py",8877,1,"",python,content +1965,2663366,"/fast/home/franz.srambical/jafar/genie.py",8877,0,"_",python,content +1966,2663366,"/fast/home/franz.srambical/jafar/genie.py",8878,0,"",python,selection_keyboard +1967,2663618,"/fast/home/franz.srambical/jafar/genie.py",8878,0,"e",python,content +1968,2663618,"/fast/home/franz.srambical/jafar/genie.py",8879,0,"",python,selection_keyboard +1969,2663794,"/fast/home/franz.srambical/jafar/genie.py",8879,0,"b",python,content +1970,2663794,"/fast/home/franz.srambical/jafar/genie.py",8880,0,"",python,selection_keyboard +1971,2663865,"/fast/home/franz.srambical/jafar/genie.py",8880,0,"m",python,content +1972,2663865,"/fast/home/franz.srambical/jafar/genie.py",8881,0,"",python,selection_keyboard +1973,2663964,"/fast/home/franz.srambical/jafar/genie.py",8881,0,"e",python,content +1974,2663965,"/fast/home/franz.srambical/jafar/genie.py",8882,0,"",python,selection_keyboard +1975,2664228,"/fast/home/franz.srambical/jafar/genie.py",8882,0,"d",python,content +1976,2664228,"/fast/home/franz.srambical/jafar/genie.py",8883,0,"",python,selection_keyboard +1977,2664454,"/fast/home/franz.srambical/jafar/genie.py",8883,0,"_",python,content +1978,2664454,"/fast/home/franz.srambical/jafar/genie.py",8884,0,"",python,selection_keyboard +1979,2664737,"/fast/home/franz.srambical/jafar/genie.py",8884,0,"V",python,content +1980,2664737,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"",python,selection_keyboard +1981,2664953,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"S",python,content +1982,2664954,"/fast/home/franz.srambical/jafar/genie.py",8886,0,"",python,selection_keyboard +1983,2665415,"/fast/home/franz.srambical/jafar/genie.py",8885,1,"",python,content +1984,2665541,"/fast/home/franz.srambical/jafar/genie.py",8884,1,"",python,content +1985,2665892,"/fast/home/franz.srambical/jafar/genie.py",8884,0,"B",python,content +1986,2665893,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"",python,selection_keyboard +1987,2665949,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"S",python,content +1988,2665949,"/fast/home/franz.srambical/jafar/genie.py",8886,0,"",python,selection_keyboard +1989,2668245,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"",python,selection_command +1990,2669119,"/fast/home/franz.srambical/jafar/genie.py",8886,0,"",python,selection_command +1991,2671271,"/fast/home/franz.srambical/jafar/genie.py",8886,0,"M",python,content +1992,2671272,"/fast/home/franz.srambical/jafar/genie.py",8887,0,"",python,selection_keyboard +1993,2671730,"/fast/home/franz.srambical/jafar/genie.py",8887,0," ",python,content +1994,2671730,"/fast/home/franz.srambical/jafar/genie.py",8888,0,"",python,selection_keyboard +1995,2672094,"/fast/home/franz.srambical/jafar/genie.py",8888,0,"=",python,content +1996,2672094,"/fast/home/franz.srambical/jafar/genie.py",8889,0,"",python,selection_keyboard +1997,2672873,"/fast/home/franz.srambical/jafar/genie.py",8889,0," ",python,content +1998,2672874,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"",python,selection_keyboard +1999,2673231,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"w",python,content +2000,2673231,"/fast/home/franz.srambical/jafar/genie.py",8891,0,"",python,selection_keyboard +2001,2673931,"/fast/home/franz.srambical/jafar/genie.py",8890,1,"",python,content +2002,2674284,"/fast/home/franz.srambical/jafar/genie.py",8889,0,"",python,selection_command +2003,2674605,"/fast/home/franz.srambical/jafar/genie.py",8918,0,"",python,selection_command +2004,2674957,"/fast/home/franz.srambical/jafar/genie.py",8921,0,"",python,selection_command +2005,2675126,"/fast/home/franz.srambical/jafar/genie.py",8924,0,"",python,selection_command +2006,2675329,"/fast/home/franz.srambical/jafar/genie.py",8925,0,"",python,selection_command +2007,2675413,"/fast/home/franz.srambical/jafar/genie.py",8928,0,"",python,selection_command +2008,2675554,"/fast/home/franz.srambical/jafar/genie.py",8929,0,"",python,selection_command +2009,2675974,"/fast/home/franz.srambical/jafar/genie.py",8929,0,"d",python,content +2010,2675974,"/fast/home/franz.srambical/jafar/genie.py",8930,0,"",python,selection_keyboard +2011,2676237,"/fast/home/franz.srambical/jafar/genie.py",8930,0,"(",python,content +2012,2676237,"/fast/home/franz.srambical/jafar/genie.py",8931,0,"",python,selection_keyboard +2013,2676778,"/fast/home/franz.srambical/jafar/genie.py",8930,0,"",python,selection_command +2014,2677057,"/fast/home/franz.srambical/jafar/genie.py",8929,2,"",python,content +2015,2677953,"/fast/home/franz.srambical/jafar/genie.py",8929,49,"",python,content +2016,2678495,"/fast/home/franz.srambical/jafar/genie.py",8889,0,"",python,selection_command +2017,2678716,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0))",python,content +2018,2678716,"/fast/home/franz.srambical/jafar/genie.py",8938,0,"",python,selection_command +2019,2679711,"/fast/home/franz.srambical/jafar/genie.py",8937,0,"",python,selection_command +2020,2680047,"/fast/home/franz.srambical/jafar/genie.py",8936,0,"",python,selection_command +2021,2680047,"/fast/home/franz.srambical/jafar/genie.py",8934,0,"",python,selection_command +2022,2680047,"/fast/home/franz.srambical/jafar/genie.py",8933,0,"",python,selection_command +2023,2680051,"/fast/home/franz.srambical/jafar/genie.py",8932,0,"",python,selection_command +2024,2680084,"/fast/home/franz.srambical/jafar/genie.py",8929,0,"",python,selection_command +2025,2680117,"/fast/home/franz.srambical/jafar/genie.py",8928,0,"",python,selection_command +2026,2680315,"/fast/home/franz.srambical/jafar/genie.py",8926,0,"",python,selection_command +2027,2680572,"/fast/home/franz.srambical/jafar/genie.py",8925,0,"",python,selection_command +2028,2680593,"/fast/home/franz.srambical/jafar/genie.py",8924,0,"",python,selection_command +2029,2680629,"/fast/home/franz.srambical/jafar/genie.py",8921,0,"",python,selection_command +2030,2680659,"/fast/home/franz.srambical/jafar/genie.py",8920,0,"",python,selection_command +2031,2680687,"/fast/home/franz.srambical/jafar/genie.py",8918,0,"",python,selection_command +2032,2680718,"/fast/home/franz.srambical/jafar/genie.py",8917,0,"",python,selection_command +2033,2680751,"/fast/home/franz.srambical/jafar/genie.py",8916,0,"",python,selection_command +2034,2680940,"/fast/home/franz.srambical/jafar/genie.py",8913,0,"",python,selection_command +2035,2681200,"/fast/home/franz.srambical/jafar/genie.py",8912,0,"",python,selection_command +2036,2681214,"/fast/home/franz.srambical/jafar/genie.py",8910,0,"",python,selection_command +2037,2681246,"/fast/home/franz.srambical/jafar/genie.py",8909,0,"",python,selection_command +2038,2681282,"/fast/home/franz.srambical/jafar/genie.py",8907,0,"",python,selection_command +2039,2681315,"/fast/home/franz.srambical/jafar/genie.py",8905,0,"",python,selection_command +2040,2681349,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"",python,selection_command +2041,2681622,"/fast/home/franz.srambical/jafar/genie.py",8888,0,"",python,selection_command +2042,2681715,"/fast/home/franz.srambical/jafar/genie.py",8874,0,"",python,selection_command +2043,2682426,"/fast/home/franz.srambical/jafar/genie.py",8888,0,"",python,selection_command +2044,2682966,"/fast/home/franz.srambical/jafar/genie.py",8966,0,"",python,selection_command +2045,2683387,"/fast/home/franz.srambical/jafar/genie.py",8967,0,"",python,selection_command +2046,2683581,"/fast/home/franz.srambical/jafar/genie.py",8970,0,"",python,selection_command +2047,2683852,"/fast/home/franz.srambical/jafar/genie.py",8973,0,"",python,selection_command +2048,2685054,"/fast/home/franz.srambical/jafar/genie.py",8979,0,"_BSM",python,content +2049,2685054,"/fast/home/franz.srambical/jafar/genie.py",8977,2,"",python,content +2050,2685054,"/fast/home/franz.srambical/jafar/genie.py",8976,0,"ct_ebme",python,content +2051,2685054,"/fast/home/franz.srambical/jafar/genie.py",8970,5,"",python,content +2052,2685054,"/fast/home/franz.srambical/jafar/genie.py",8939,0,")",python,content +2053,2685054,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"jnp.pad(",python,content +2054,2687921,"/fast/home/franz.srambical/jafar/genie.py",8892,0,"",python,selection_command +2055,2688498,"/fast/home/franz.srambical/jafar/genie.py",8961,0,"",python,selection_command +2056,2688498,"/fast/home/franz.srambical/jafar/genie.py",8962,0,"",python,selection_command +2057,2688579,"/fast/home/franz.srambical/jafar/genie.py",8962,0,"w",python,content +2058,2688579,"/fast/home/franz.srambical/jafar/genie.py",8963,0,"",python,selection_keyboard +2059,2688733,"/fast/home/franz.srambical/jafar/genie.py",8963,0,"\n ",python,content +2060,2689254,"/fast/home/franz.srambical/jafar/genie.py",8975,0,"",python,selection_command +2061,2689338,"/fast/home/franz.srambical/jafar/genie.py",8962,14,"",python,content +2062,2689341,"/fast/home/franz.srambical/jafar/genie.py",8979,13,"jnp.pad()",python,content +2063,2689342,"/fast/home/franz.srambical/jafar/genie.py",8947,1,"",python,content +2064,2689342,"/fast/home/franz.srambical/jafar/genie.py",8890,8,"",python,content +2065,2689342,"/fast/home/franz.srambical/jafar/genie.py",8970,0,"",python,selection_command +2066,2690654,"/fast/home/franz.srambical/jafar/genie.py",8892,0,"",python,selection_command +2067,2690946,"/fast/home/franz.srambical/jafar/genie.py",8939,0,"\n ",python,content +2068,2692386,"/fast/home/franz.srambical/jafar/genie.py",8952,0,"a",python,content +2069,2692386,"/fast/home/franz.srambical/jafar/genie.py",8953,0,"",python,selection_keyboard +2070,2692387,"/fast/home/franz.srambical/jafar/genie.py",8953,0,"c",python,content +2071,2692387,"/fast/home/franz.srambical/jafar/genie.py",8954,0,"",python,selection_keyboard +2072,2692666,"/fast/home/franz.srambical/jafar/genie.py",8954,0,"t",python,content +2073,2692667,"/fast/home/franz.srambical/jafar/genie.py",8955,0,"",python,selection_keyboard +2074,2693389,"/fast/home/franz.srambical/jafar/genie.py",8954,0,"",python,selection_command +2075,2694206,"/fast/home/franz.srambical/jafar/genie.py",8970,0,"",python,selection_command +2076,2694468,"/fast/home/franz.srambical/jafar/genie.py",8983,0,"",python,selection_command +2077,2694626,"/fast/home/franz.srambical/jafar/genie.py",8986,0,"",python,selection_command +2078,2694761,"/fast/home/franz.srambical/jafar/genie.py",8989,0,"",python,selection_command +2079,2695283,"/fast/home/franz.srambical/jafar/genie.py",8986,0,"",python,selection_command +2080,2695618,"/fast/home/franz.srambical/jafar/genie.py",8986,9,"",python,content +2081,2696616,"/fast/home/franz.srambical/jafar/genie.py",8986,0,"a",python,content +2082,2696616,"/fast/home/franz.srambical/jafar/genie.py",8987,0,"",python,selection_keyboard +2083,2696617,"/fast/home/franz.srambical/jafar/genie.py",8987,0,"c",python,content +2084,2696617,"/fast/home/franz.srambical/jafar/genie.py",8988,0,"",python,selection_keyboard +2085,2697241,"/fast/home/franz.srambical/jafar/genie.py",8987,0,"",python,selection_command +2086,2697571,"/fast/home/franz.srambical/jafar/genie.py",8954,0,"",python,selection_command +2087,2697587,"/fast/home/franz.srambical/jafar/genie.py",8893,0,"",python,selection_command +2088,2697896,"/fast/home/franz.srambical/jafar/genie.py",8892,0,"",python,selection_command +2089,2698079,"/fast/home/franz.srambical/jafar/genie.py",8891,0,"",python,selection_command +2090,2698111,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"",python,selection_command +2091,2698149,"/fast/home/franz.srambical/jafar/genie.py",8889,0,"",python,selection_command +2092,2698172,"/fast/home/franz.srambical/jafar/genie.py",8888,0,"",python,selection_command +2093,2698200,"/fast/home/franz.srambical/jafar/genie.py",8887,0,"",python,selection_command +2094,2698236,"/fast/home/franz.srambical/jafar/genie.py",8886,0,"",python,selection_command +2095,2698273,"/fast/home/franz.srambical/jafar/genie.py",8885,0,"",python,selection_command +2096,2698302,"/fast/home/franz.srambical/jafar/genie.py",8884,0,"",python,selection_command +2097,2698408,"/fast/home/franz.srambical/jafar/genie.py",8883,0,"",python,selection_command +2098,2698408,"/fast/home/franz.srambical/jafar/genie.py",8882,0,"",python,selection_command +2099,2698409,"/fast/home/franz.srambical/jafar/genie.py",8881,0,"",python,selection_command +2100,2698446,"/fast/home/franz.srambical/jafar/genie.py",8880,0,"",python,selection_command +2101,2698752,"/fast/home/franz.srambical/jafar/genie.py",8879,0,"",python,selection_command +2102,2699121,"/fast/home/franz.srambical/jafar/genie.py",8879,1,"",python,content +2103,2699122,"/fast/home/franz.srambical/jafar/genie.py",8880,0,"b",python,content +2104,2699122,"/fast/home/franz.srambical/jafar/genie.py",8880,0,"",python,selection_command +2105,2699789,"/fast/home/franz.srambical/jafar/genie.py",8954,0,"",python,selection_command +2106,2699994,"/fast/home/franz.srambical/jafar/genie.py",8974,0,"",python,selection_command +2107,2700503,"/fast/home/franz.srambical/jafar/genie.py",8988,0,"",python,selection_command +2108,2700793,"/fast/home/franz.srambical/jafar/genie.py",8988,0,"t",python,content +2109,2700793,"/fast/home/franz.srambical/jafar/genie.py",8989,0,"",python,selection_keyboard +2110,2701216,"/fast/home/franz.srambical/jafar/genie.py",8989,0,"_",python,content +2111,2701217,"/fast/home/franz.srambical/jafar/genie.py",8990,0,"",python,selection_keyboard +2112,2701630,"/fast/home/franz.srambical/jafar/genie.py",8990,0,"e",python,content +2113,2701630,"/fast/home/franz.srambical/jafar/genie.py",8991,0,"",python,selection_keyboard +2114,2701748,"/fast/home/franz.srambical/jafar/genie.py",8991,0,"m",python,content +2115,2701748,"/fast/home/franz.srambical/jafar/genie.py",8992,0,"",python,selection_keyboard +2116,2701829,"/fast/home/franz.srambical/jafar/genie.py",8992,0,"b",python,content +2117,2701829,"/fast/home/franz.srambical/jafar/genie.py",8993,0,"",python,selection_keyboard +2118,2701960,"/fast/home/franz.srambical/jafar/genie.py",8993,0,"e",python,content +2119,2701961,"/fast/home/franz.srambical/jafar/genie.py",8994,0,"",python,selection_keyboard +2120,2702264,"/fast/home/franz.srambical/jafar/genie.py",8994,0,"d",python,content +2121,2702265,"/fast/home/franz.srambical/jafar/genie.py",8995,0,"",python,selection_keyboard +2122,2702592,"/fast/home/franz.srambical/jafar/genie.py",8995,0,"_",python,content +2123,2702593,"/fast/home/franz.srambical/jafar/genie.py",8996,0,"",python,selection_keyboard +2124,2703311,"/fast/home/franz.srambical/jafar/genie.py",8996,0,"B",python,content +2125,2703312,"/fast/home/franz.srambical/jafar/genie.py",8997,0,"",python,selection_keyboard +2126,2703862,"/fast/home/franz.srambical/jafar/genie.py",8997,0,"S",python,content +2127,2703862,"/fast/home/franz.srambical/jafar/genie.py",8998,0,"",python,selection_keyboard +2128,2704255,"/fast/home/franz.srambical/jafar/genie.py",8998,0,"M",python,content +2129,2704255,"/fast/home/franz.srambical/jafar/genie.py",8999,0,"",python,selection_keyboard +2130,2704600,"/fast/home/franz.srambical/jafar/genie.py",8998,0,"",python,selection_command +2131,2705215,"/fast/home/franz.srambical/jafar/genie.py",8954,0,"",python,selection_command +2132,2705617,"/fast/home/franz.srambical/jafar/genie.py",8955,0,"",python,selection_command +2133,2706271,"/fast/home/franz.srambical/jafar/genie.py",8955,0,"_",python,content +2134,2706272,"/fast/home/franz.srambical/jafar/genie.py",8956,0,"",python,selection_keyboard +2135,2706459,"/fast/home/franz.srambical/jafar/genie.py",8956,0,"E",python,content +2136,2706459,"/fast/home/franz.srambical/jafar/genie.py",8957,0,"",python,selection_keyboard +2137,2706830,"/fast/home/franz.srambical/jafar/genie.py",8956,1,"",python,content +2138,2706850,"/fast/home/franz.srambical/jafar/genie.py",8956,0,"e",python,content +2139,2706851,"/fast/home/franz.srambical/jafar/genie.py",8957,0,"",python,selection_keyboard +2140,2706984,"/fast/home/franz.srambical/jafar/genie.py",8957,0,"m",python,content +2141,2706985,"/fast/home/franz.srambical/jafar/genie.py",8958,0,"",python,selection_keyboard +2142,2707028,"/fast/home/franz.srambical/jafar/genie.py",8958,0,"b",python,content +2143,2707029,"/fast/home/franz.srambical/jafar/genie.py",8959,0,"",python,selection_keyboard +2144,2707187,"/fast/home/franz.srambical/jafar/genie.py",8959,0,"e",python,content +2145,2707187,"/fast/home/franz.srambical/jafar/genie.py",8960,0,"",python,selection_keyboard +2146,2707403,"/fast/home/franz.srambical/jafar/genie.py",8960,0,"d",python,content +2147,2707404,"/fast/home/franz.srambical/jafar/genie.py",8961,0,"",python,selection_keyboard +2148,2707662,"/fast/home/franz.srambical/jafar/genie.py",8961,0,"_",python,content +2149,2707662,"/fast/home/franz.srambical/jafar/genie.py",8962,0,"",python,selection_keyboard +2150,2708258,"/fast/home/franz.srambical/jafar/genie.py",8962,0,"B",python,content +2151,2708258,"/fast/home/franz.srambical/jafar/genie.py",8963,0,"",python,selection_keyboard +2152,2708561,"/fast/home/franz.srambical/jafar/genie.py",8963,0,"S",python,content +2153,2708561,"/fast/home/franz.srambical/jafar/genie.py",8964,0,"",python,selection_keyboard +2154,2709493,"/fast/home/franz.srambical/jafar/genie.py",8964,0,"1",python,content +2155,2709493,"/fast/home/franz.srambical/jafar/genie.py",8965,0,"",python,selection_keyboard +2156,2710372,"/fast/home/franz.srambical/jafar/genie.py",8965,0,"M",python,content +2157,2710372,"/fast/home/franz.srambical/jafar/genie.py",8966,0,"",python,selection_keyboard +2158,2711755,"/fast/home/franz.srambical/jafar/genie.py",8966,0," = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))",python,content +2159,2711756,"/fast/home/franz.srambical/jafar/genie.py",8939,0,")",python,content +2160,2711756,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"jnp.pad(",python,content +2161,2712228,"/fast/home/franz.srambical/jafar/genie.py",9039,0,"",python,selection_command +2162,2714533,"/fast/home/franz.srambical/jafar/genie.py",9083,0,"",python,selection_command +2163,2715700,"/fast/home/franz.srambical/jafar/genie.py",9083,0,"1",python,content +2164,2731605,"/fast/home/franz.srambical/jafar/genie.py",10188,0,"",python,selection_command +2165,2732696,"/fast/home/franz.srambical/jafar/genie.py",9028,0,"",python,selection_command +2166,2733000,"/fast/home/franz.srambical/jafar/genie.py",10188,0,"",python,selection_command +2167,2733163,"/fast/home/franz.srambical/jafar/genie.py",12069,0,"",python,selection_command +2168,2734150,"/fast/home/franz.srambical/jafar/genie.py",12863,0,"",python,selection_command +2169,2734574,"/fast/home/franz.srambical/jafar/genie.py",13729,0,"",python,selection_command +2170,2736146,"/fast/home/franz.srambical/jafar/genie.py",12863,0,"",python,selection_command +2171,2736147,"/fast/home/franz.srambical/jafar/genie.py",12069,0,"",python,selection_command +2172,2736306,"/fast/home/franz.srambical/jafar/genie.py",10188,0,"",python,selection_command +2173,2737094,"/fast/home/franz.srambical/jafar/genie.py",9028,0,"",python,selection_command +2174,2739603,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2175,2749912,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2176,2751874,"/fast/home/franz.srambical/jafar/genie.py",8949,0,"",python,selection_command +2177,2752923,"/fast/home/franz.srambical/jafar/genie.py",10589,0,"",python,selection_command +2178,2753464,"/fast/home/franz.srambical/jafar/genie.py",11835,0,"",python,selection_command +2179,2754195,"/fast/home/franz.srambical/jafar/genie.py",12954,0,"",python,selection_command +2180,2759745,"/fast/home/franz.srambical/jafar/genie.py",13010,0,"",python,selection_command +2181,2759745,"/fast/home/franz.srambical/jafar/genie.py",13011,0,"",python,selection_command +2182,2759866,"/fast/home/franz.srambical/jafar/genie.py",13011,0,"w",python,content +2183,2759867,"/fast/home/franz.srambical/jafar/genie.py",13012,0,"",python,selection_keyboard +2184,2760048,"/fast/home/franz.srambical/jafar/genie.py",13012,0,"\n ",python,content +2185,2760477,"/fast/home/franz.srambical/jafar/genie.py",13024,0,"",python,selection_command +2186,2760602,"/fast/home/franz.srambical/jafar/genie.py",13011,14,"",python,content +2187,2762254,"/fast/home/franz.srambical/jafar/genie.py",14325,0,"",python,selection_command +2188,2763531,"/fast/home/franz.srambical/jafar/genie.py",14326,0,"",python,selection_command +2189,2763778,"/fast/home/franz.srambical/jafar/genie.py",14373,0,"",python,selection_command +2190,2763801,"/fast/home/franz.srambical/jafar/genie.py",14444,0,"",python,selection_command +2191,2763834,"/fast/home/franz.srambical/jafar/genie.py",14445,0,"",python,selection_command +2192,2763939,"/fast/home/franz.srambical/jafar/genie.py",14486,0,"",python,selection_command +2193,2763939,"/fast/home/franz.srambical/jafar/genie.py",14565,0,"",python,selection_command +2194,2766449,"/fast/home/franz.srambical/jafar/genie.py",14640,0,"",python,selection_command +2195,2766616,"/fast/home/franz.srambical/jafar/genie.py",14727,0,"",python,selection_command +2196,2766929,"/fast/home/franz.srambical/jafar/genie.py",14640,0,"",python,selection_command +2197,2771811,"/fast/home/franz.srambical/jafar/genie.py",14727,0,"",python,selection_command +2198,2786557,"/fast/home/franz.srambical/jafar/genie.py",14486,0,"",python,selection_command +2199,2809722,"/fast/home/franz.srambical/jafar/genie.py",14487,0,"",python,selection_command +2200,2813217,"/fast/home/franz.srambical/jafar/genie.py",14851,0,"",python,selection_mouse +2201,2814052,"/fast/home/franz.srambical/jafar/genie.py",14850,0,"",python,selection_command +2202,2815994,"/fast/home/franz.srambical/jafar/genie.py",14758,0,"",python,selection_command +2203,2832796,"/fast/home/franz.srambical/jafar/genie.py",14716,0,"",python,selection_mouse +2204,2832891,"/fast/home/franz.srambical/jafar/genie.py",14716,1,",",python,selection_mouse +2205,2833000,"/fast/home/franz.srambical/jafar/genie.py",14716,2,", ",python,selection_mouse +2206,2833000,"/fast/home/franz.srambical/jafar/genie.py",14716,3,", (",python,selection_mouse +2207,2833000,"/fast/home/franz.srambical/jafar/genie.py",14716,4,", (0",python,selection_mouse +2208,2833000,"/fast/home/franz.srambical/jafar/genie.py",14716,91,", (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.",python,selection_mouse +2209,2833000,"/fast/home/franz.srambical/jafar/genie.py",14716,92,", (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.s",python,selection_mouse +2210,2833020,"/fast/home/franz.srambical/jafar/genie.py",14716,93,", (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.sh",python,selection_mouse +2211,2833239,"/fast/home/franz.srambical/jafar/genie.py",14716,94,", (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.sha",python,selection_mouse +2212,2833307,"/fast/home/franz.srambical/jafar/genie.py",14716,95,", (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shap",python,selection_mouse +2213,2833522,"/fast/home/franz.srambical/jafar/genie.py",14716,8,", (0, 0)",python,selection_mouse +2214,2836673,"/fast/home/franz.srambical/jafar/genie.py",14716,8,"",python,content +2215,2841388,"/fast/home/franz.srambical/jafar/genie.py",13302,0,"",python,selection_command +2216,2841484,"/fast/home/franz.srambical/jafar/genie.py",12139,0,"",python,selection_command +2217,2841916,"/fast/home/franz.srambical/jafar/genie.py",10961,0,"",python,selection_command +2218,2842015,"/fast/home/franz.srambical/jafar/genie.py",9408,0,"",python,selection_command +2219,2842204,"/fast/home/franz.srambical/jafar/genie.py",7759,0,"",python,selection_command +2220,2843334,"/fast/home/franz.srambical/jafar/genie.py",7799,0,"",python,selection_command +2221,2843592,"/fast/home/franz.srambical/jafar/genie.py",7862,0,"",python,selection_command +2222,2843613,"/fast/home/franz.srambical/jafar/genie.py",7934,0,"",python,selection_command +2223,2843645,"/fast/home/franz.srambical/jafar/genie.py",7993,0,"",python,selection_command +2224,2843675,"/fast/home/franz.srambical/jafar/genie.py",8002,0,"",python,selection_command +2225,2843708,"/fast/home/franz.srambical/jafar/genie.py",8031,0,"",python,selection_command +2226,2843742,"/fast/home/franz.srambical/jafar/genie.py",8117,0,"",python,selection_command +2227,2843776,"/fast/home/franz.srambical/jafar/genie.py",8194,0,"",python,selection_command +2228,2843809,"/fast/home/franz.srambical/jafar/genie.py",8262,0,"",python,selection_command +2229,2843844,"/fast/home/franz.srambical/jafar/genie.py",8306,0,"",python,selection_command +2230,2843878,"/fast/home/franz.srambical/jafar/genie.py",8341,0,"",python,selection_command +2231,2843911,"/fast/home/franz.srambical/jafar/genie.py",8350,0,"",python,selection_command +2232,2844009,"/fast/home/franz.srambical/jafar/genie.py",8397,0,"",python,selection_command +2233,2844009,"/fast/home/franz.srambical/jafar/genie.py",8468,0,"",python,selection_command +2234,2844009,"/fast/home/franz.srambical/jafar/genie.py",8529,0,"",python,selection_command +2235,2844044,"/fast/home/franz.srambical/jafar/genie.py",8582,0,"",python,selection_command +2236,2844077,"/fast/home/franz.srambical/jafar/genie.py",8666,0,"",python,selection_command +2237,2844110,"/fast/home/franz.srambical/jafar/genie.py",8675,0,"",python,selection_command +2238,2844143,"/fast/home/franz.srambical/jafar/genie.py",8716,0,"",python,selection_command +2239,2844176,"/fast/home/franz.srambical/jafar/genie.py",8795,0,"",python,selection_command +2240,2844534,"/fast/home/franz.srambical/jafar/genie.py",8870,0,"",python,selection_command +2241,2844784,"/fast/home/franz.srambical/jafar/genie.py",8874,0,"",python,selection_command +2242,2845057,"/fast/home/franz.srambical/jafar/genie.py",8888,0,"",python,selection_command +2243,2845064,"/fast/home/franz.srambical/jafar/genie.py",8890,0,"",python,selection_command +2244,2845601,"/fast/home/franz.srambical/jafar/genie.py",8938,8,"",python,content +2245,2848427,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2246,2848593,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2247,2859850,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2248,2867946,"TERMINAL",0,0,"2025-07-31 13:58:50.749059: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2249,2868876,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 408, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 398, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 364, in causal_step_fn\r\n vid_embed_BTNp1M = vid_embed_BSNp1M[:, :step_t, :, :]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 1083, in op\r\n return getattr(self.aval, f""_{name}"")(self, *args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 657, in _getitem\r\n return indexing.rewriting_take(self, item)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 653, in rewriting_take\r\n return internal_gather(arr, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 662, in _gather\r\n indexer = index_to_gather(np.shape(arr), idx) # shared with _scatter_update\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 929, in index_to_gather\r\n raise IndexError(msg)\r\nIndexError: Array slice indices must have static start/stop/step to be used with NumPy indexing syntax. Found slice(None, Tracedwith, None). To index a statically sized array at a dynamic position, try lax.dynamic_slice/dynamic_update_slice (JAX does not support dynamically sized arrays within JIT compiled functions).\r\n",,terminal_output +2250,2869770,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2251,2878892,"/fast/home/franz.srambical/jafar/genie.py",14958,0,"",python,selection_command +2252,2881672,"/fast/home/franz.srambical/jafar/genie.py",14970,0,"",python,selection_command +2253,2911429,"/fast/home/franz.srambical/jafar/genie.py",14904,0,"",python,selection_command +2254,2912003,"/fast/home/franz.srambical/jafar/genie.py",14892,66,"",python,content +2255,2912015,"/fast/home/franz.srambical/jafar/genie.py",14904,0,"",python,selection_command +2256,2912307,"/fast/home/franz.srambical/jafar/genie.py",14892,66,"",python,content +2257,2912320,"/fast/home/franz.srambical/jafar/genie.py",14904,0,"",python,selection_command +2258,2914395,"/fast/home/franz.srambical/jafar/genie.py",14922,0,"",python,selection_command +2259,2914530,"/fast/home/franz.srambical/jafar/genie.py",14924,0,"",python,selection_command +2260,2914693,"/fast/home/franz.srambical/jafar/genie.py",14929,0,"",python,selection_command +2261,2914857,"/fast/home/franz.srambical/jafar/genie.py",14930,0,"",python,selection_command +2262,2915008,"/fast/home/franz.srambical/jafar/genie.py",14938,0,"",python,selection_command +2263,2915142,"/fast/home/franz.srambical/jafar/genie.py",14939,0,"",python,selection_command +2264,2915293,"/fast/home/franz.srambical/jafar/genie.py",14950,0,"",python,selection_command +2265,2915442,"/fast/home/franz.srambical/jafar/genie.py",14951,0,"",python,selection_command +2266,2915685,"/fast/home/franz.srambical/jafar/genie.py",14967,0,"",python,selection_command +2267,2916210,"/fast/home/franz.srambical/jafar/genie.py",14952,0,"",python,selection_command +2268,2917637,"/fast/home/franz.srambical/jafar/genie.py",14953,0,"",python,selection_command +2269,2917879,"/fast/home/franz.srambical/jafar/genie.py",14954,0,"",python,selection_command +2270,2917910,"/fast/home/franz.srambical/jafar/genie.py",14955,0,"",python,selection_command +2271,2917948,"/fast/home/franz.srambical/jafar/genie.py",14956,0,"",python,selection_command +2272,2917981,"/fast/home/franz.srambical/jafar/genie.py",14957,0,"",python,selection_command +2273,2918012,"/fast/home/franz.srambical/jafar/genie.py",14958,0,"",python,selection_command +2274,2918045,"/fast/home/franz.srambical/jafar/genie.py",14959,0,"",python,selection_command +2275,2918078,"/fast/home/franz.srambical/jafar/genie.py",14960,0,"",python,selection_command +2276,2918261,"/fast/home/franz.srambical/jafar/genie.py",14961,0,"",python,selection_command +2277,2918429,"/fast/home/franz.srambical/jafar/genie.py",14962,0,"",python,selection_command +2278,2918577,"/fast/home/franz.srambical/jafar/genie.py",14963,0,"",python,selection_command +2279,2919112,"/fast/home/franz.srambical/jafar/genie.py",14963,1,"S",python,content +2280,2919577,"/fast/home/franz.srambical/jafar/genie.py",14996,0,"",python,selection_command +2281,2919590,"/fast/home/franz.srambical/jafar/genie.py",14997,0,"",python,selection_command +2282,2919639,"/fast/home/franz.srambical/jafar/genie.py",14997,0,"w",python,content +2283,2919639,"/fast/home/franz.srambical/jafar/genie.py",14998,0,"",python,selection_keyboard +2284,2919761,"/fast/home/franz.srambical/jafar/genie.py",14998,0,"\n ",python,content +2285,2920363,"/fast/home/franz.srambical/jafar/genie.py",15010,0,"",python,selection_command +2286,2920524,"/fast/home/franz.srambical/jafar/genie.py",14997,14,"",python,content +2287,2922285,"TERMINAL",0,0,"dp",,terminal_output +2288,2922428,"TERMINAL",0,0,"\r\n[?2004l\rbash: dp: command not found\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2289,2923337,"TERMINAL",0,0,"dp",,terminal_output +2290,2923567,"TERMINAL",0,0,"\r\n[?2004l\rbash: dp: command not found\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2291,2924329,"TERMINAL",0,0,"dp",,terminal_output +2292,2924551,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2293,2925904,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2294,2936264,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # FIXME (f.srambical): this is exactly the same as STBlock (except for the positional encoding)\n # --- Spatial attention ---\n _, T, N, _ = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +2295,2936329,"utils/nn.py",4094,0,"",python,selection_command +2296,2937163,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2297,2938379,"utils/nn.py",4094,9348," z_BTNF = self.ffn_dense1(z_BTNM)\n z_BTNF = jax.nn.gelu(z_BTNF)\n z_BTNM = self.ffn_dense2(z_BTNF)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n F: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n",python,content +2298,2945227,"TERMINAL",0,0,"2025-07-31 14:00:08.028662: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2299,2946306,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api.py"", line 1175, in _get_axis_size\r\n return shape[axis]\r\nIndexError: tuple index out of range\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 208, in \r\n recon_video = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 178, in _autoreg_sample\r\n generated_vid = _sampling_fn(genie, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 163, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 406, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 396, in generation_step_fn\r\n final_carry_causal, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 373, in causal_step_fn\r\n final_token_probs_B = gather_fn(\r\nValueError: vmap was requested to map its argument along axis 0, which implies that its rank should be at least 1, but is only 0 (its shape is ())\r\n",,terminal_output +2300,2947229,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2301,2952644,"genie.py",0,0,"",python,tab +2302,2952644,"genie.py",128,0,"",python,selection_command +2303,3055583,"genie.py",0,0,"Switched from branch 'main' to 'fix-reshape-typo-2'",python,git_branch_checkout +2304,3068378,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2305,3068946,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2306,3069031,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2307,3069590,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2308,3070422,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2309,3071508,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = self.dynamics.transformer(vid_embed_BSNp1M) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_B = gather_fn(\n jax.nn.softmax(final_logits_BV), sampled_token_idxs_B\n )\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +2310,3112302,"/fast/home/franz.srambical/jafar/genie.py",15056,0,"",python,selection_mouse +2311,3118967,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video = recon_video.astype(jnp.float32)\n gt = gt_video[:, : recon_video.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video.clip(0, 1).reshape(-1, *recon_video.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_E.shape[0]):\n action = action_batch_E[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +2312,3118967,"/fast/home/franz.srambical/jafar/sample.py",5334,0,"",python,selection_command +2313,3120535,"/fast/home/franz.srambical/jafar/sample.py",4738,0,"",python,selection_command +2314,3121612,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +2315,3121612,"/fast/home/franz.srambical/jafar/genie.py",16760,0,"",python,selection_command +2316,3122690,"/fast/home/franz.srambical/jafar/genie.py",16313,0,"",python,selection_command +2317,3123985,"/fast/home/franz.srambical/jafar/genie.py",15444,0,"",python,selection_command +2318,3416655,"/fast/home/franz.srambical/jafar/genie.py",15403,0,"",python,selection_mouse +2319,3417151,"/fast/home/franz.srambical/jafar/genie.py",15409,0,"",python,selection_mouse +2320,3417655,"/fast/home/franz.srambical/jafar/genie.py",15418,0,"",python,selection_mouse +2321,3418577,"/fast/home/franz.srambical/jafar/genie.py",15438,0,"",python,selection_mouse +2322,3420030,"/fast/home/franz.srambical/jafar/genie.py",15385,0,"",python,selection_mouse +2323,3428983,"/fast/home/franz.srambical/jafar/genie.py",15394,0,"",python,selection_command +2324,3429147,"/fast/home/franz.srambical/jafar/genie.py",15396,0,"",python,selection_command +2325,3429374,"/fast/home/franz.srambical/jafar/genie.py",15399,0,"",python,selection_command +2326,3429464,"/fast/home/franz.srambical/jafar/genie.py",15400,0,"",python,selection_command +2327,3429630,"/fast/home/franz.srambical/jafar/genie.py",15404,0,"",python,selection_command +2328,3430077,"/fast/home/franz.srambical/jafar/genie.py",15404,1,"(",python,selection_command +2329,3430216,"/fast/home/franz.srambical/jafar/genie.py",15404,4,"(jax",python,selection_command +2330,3430483,"/fast/home/franz.srambical/jafar/genie.py",15404,5,"(jax.",python,selection_command +2331,3430646,"/fast/home/franz.srambical/jafar/genie.py",15404,9,"(jax.vmap",python,selection_command +2332,3430774,"/fast/home/franz.srambical/jafar/genie.py",15404,10,"(jax.vmap(",python,selection_command +2333,3431015,"/fast/home/franz.srambical/jafar/genie.py",15404,13,"(jax.vmap(jax",python,selection_command +2334,3431186,"/fast/home/franz.srambical/jafar/genie.py",15404,14,"(jax.vmap(jax.",python,selection_command +2335,3431499,"/fast/home/franz.srambical/jafar/genie.py",15404,18,"(jax.vmap(jax.vmap",python,selection_command +2336,3432023,"/fast/home/franz.srambical/jafar/genie.py",15404,18,"",python,content +2337,3433882,"/fast/home/franz.srambical/jafar/genie.py",15425,0,"",python,selection_command +2338,3434406,"/fast/home/franz.srambical/jafar/genie.py",15424,1,"",python,content +2339,3434619,"/fast/home/franz.srambical/jafar/genie.py",15423,1,"",python,content +2340,3434836,"/fast/home/franz.srambical/jafar/genie.py",15422,0,"",python,selection_command +2341,3436883,"/fast/home/franz.srambical/jafar/genie.py",15467,0,"",python,selection_command +2342,3437558,"/fast/home/franz.srambical/jafar/genie.py",15458,0,"",python,selection_command +2343,3437706,"/fast/home/franz.srambical/jafar/genie.py",15456,0,"",python,selection_command +2344,3437860,"/fast/home/franz.srambical/jafar/genie.py",15436,0,"",python,selection_command +2345,3437994,"/fast/home/franz.srambical/jafar/genie.py",15421,0,"",python,selection_command +2346,3438371,"/fast/home/franz.srambical/jafar/genie.py",15436,0,"",python,selection_command +2347,3449853,"/fast/home/franz.srambical/jafar/genie.py",9849,0,"",python,selection_mouse +2348,3455004,"/fast/home/franz.srambical/jafar/genie.py",10141,0,"",python,selection_mouse +2349,3461100,"/fast/home/franz.srambical/jafar/genie.py",9857,0,"",python,selection_mouse +2350,3497674,"/fast/home/franz.srambical/jafar/genie.py",10237,0,"",python,selection_mouse +2351,3500925,"/fast/home/franz.srambical/jafar/genie.py",10424,0,"",python,selection_mouse +2352,3503931,"/fast/home/franz.srambical/jafar/genie.py",10389,68," new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)",python,selection_command +2353,3504396,"/fast/home/franz.srambical/jafar/genie.py",10305,152," mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)",python,selection_command +2354,3504447,"/fast/home/franz.srambical/jafar/genie.py",10214,243," sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)",python,selection_command +2355,3504610,"/fast/home/franz.srambical/jafar/genie.py",10123,334," idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)",python,selection_command +2356,3504749,"/fast/home/franz.srambical/jafar/genie.py",10039,418," num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)",python,selection_command +2357,3505846,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2358,3550936,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2359,3551989,"/fast/home/franz.srambical/jafar/genie.py",10458,0,"",python,selection_mouse +2360,3611246,"/fast/home/franz.srambical/jafar/genie.py",9096,0,"",python,selection_mouse +2361,3666555,"/fast/home/franz.srambical/jafar/genie.py",10679,0,"",python,selection_command +2362,3666935,"/fast/home/franz.srambical/jafar/genie.py",11931,0,"",python,selection_command +2363,3668448,"/fast/home/franz.srambical/jafar/genie.py",13064,0,"",python,selection_command +2364,3668529,"/fast/home/franz.srambical/jafar/genie.py",14330,0,"",python,selection_command +2365,3669981,"/fast/home/franz.srambical/jafar/genie.py",14815,0,"",python,selection_keyboard +2366,3671028,"/fast/home/franz.srambical/jafar/genie.py",14904,0,"",python,selection_command +2367,3671283,"/fast/home/franz.srambical/jafar/genie.py",14996,0,"",python,selection_command +2368,3671317,"/fast/home/franz.srambical/jafar/genie.py",15056,0,"",python,selection_command +2369,3671347,"/fast/home/franz.srambical/jafar/genie.py",15069,0,"",python,selection_command +2370,3671379,"/fast/home/franz.srambical/jafar/genie.py",15125,0,"",python,selection_command +2371,3671511,"/fast/home/franz.srambical/jafar/genie.py",15155,0,"",python,selection_command +2372,3671687,"/fast/home/franz.srambical/jafar/genie.py",15231,0,"",python,selection_command +2373,3671854,"/fast/home/franz.srambical/jafar/genie.py",15249,0,"",python,selection_command +2374,3671997,"/fast/home/franz.srambical/jafar/genie.py",15299,0,"",python,selection_command +2375,3672145,"/fast/home/franz.srambical/jafar/genie.py",15384,0,"",python,selection_command +2376,3672282,"/fast/home/franz.srambical/jafar/genie.py",15436,0,"",python,selection_command +2377,3672870,"/fast/home/franz.srambical/jafar/genie.py",15424,44," final_token_probs_B = gather_fn(",python,selection_command +2378,3673216,"/fast/home/franz.srambical/jafar/genie.py",15424,114," final_token_probs_B = gather_fn(\n jax.nn.softmax(final_logits_BV), sampled_token_idxs_B",python,selection_command +2379,3673329,"/fast/home/franz.srambical/jafar/genie.py",15424,128," final_token_probs_B = gather_fn(\n jax.nn.softmax(final_logits_BV), sampled_token_idxs_B\n )",python,selection_command +2380,3673561,"/fast/home/franz.srambical/jafar/genie.py",15424,129,"",python,content +2381,3673572,"/fast/home/franz.srambical/jafar/genie.py",15436,0,"",python,selection_command +2382,3674515,"/fast/home/franz.srambical/jafar/genie.py",15384,0,"",python,selection_command +2383,3674850,"/fast/home/franz.srambical/jafar/genie.py",15372,52,"",python,content +2384,3674861,"/fast/home/franz.srambical/jafar/genie.py",15384,0,"",python,selection_command +2385,3676463,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2386,3676663,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2387,3687988,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2388,3696076,"TERMINAL",0,0,"2025-07-31 14:12:38.815769: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2389,3699915,"TERMINAL",0,0,"2025-07-31 14:12:42.713829: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:12:42.714366: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:12:42.714389: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2390,3703525,"TERMINAL",0,0,"SSIM: 0.009795557707548141\r\n",,terminal_output +2391,3703651,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 231, in \r\n action = action_batch_E[row, t, 0]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 382, in __getitem__\r\n return indexing.rewriting_take(self, idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 653, in rewriting_take\r\n return internal_gather(arr, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 662, in _gather\r\n indexer = index_to_gather(np.shape(arr), idx) # shared with _scatter_update\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 799, in index_to_gather\r\n idx = _canonicalize_tuple_index(len(x_shape), idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 1118, in _canonicalize_tuple_index\r\n raise IndexError(\r\nIndexError: Too many indices: 1-dimensional array indexed with 3 regular indices.\r\n",,terminal_output +2392,3704683,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2393,3712126,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +2394,3712127,"/fast/home/franz.srambical/jafar/sample.py",7512,0,"",python,selection_command +2395,3732351,"/fast/home/franz.srambical/jafar/sample.py",7549,0,"",python,selection_mouse +2396,3733134,"/fast/home/franz.srambical/jafar/sample.py",7558,0,"",python,selection_mouse +2397,3733135,"/fast/home/franz.srambical/jafar/sample.py",7557,0,"",python,selection_command +2398,3734841,"/fast/home/franz.srambical/jafar/sample.py",7537,0,"",python,selection_mouse +2399,3761487,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2400,3762535,"TERMINAL",0,0,"[franz.srambical@hai001.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +2401,3762924,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2402,3774095,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2403,3782114,"TERMINAL",0,0,"2025-07-31 14:14:04.913410: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2404,3785918,"TERMINAL",0,0,"2025-07-31 14:14:08.715746: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:14:08.716266: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:14:08.716288: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2405,3789524,"TERMINAL",0,0,"SSIM: 0.009795557707548141\r\n",,terminal_output +2406,3789643,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 231, in \r\n action = action_batch_E[row, t, 0]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 382, in __getitem__\r\n return indexing.rewriting_take(self, idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 653, in rewriting_take\r\n return internal_gather(arr, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 662, in _gather\r\n indexer = index_to_gather(np.shape(arr), idx) # shared with _scatter_update\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 799, in index_to_gather\r\n idx = _canonicalize_tuple_index(len(x_shape), idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 1118, in _canonicalize_tuple_index\r\n raise IndexError(\r\nIndexError: Too many indices: 1-dimensional array indexed with 3 regular indices.\r\n",,terminal_output +2407,3790725,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2408,3793431,"TERMINAL",0,0,"d",,terminal_output +2409,3794057,"TERMINAL",0,0,"",,terminal_output +2410,3794198,"TERMINAL",0,0,"",,terminal_output +2411,3820257,"/fast/home/franz.srambical/jafar/sample.py",6080,0,"",python,selection_command +2412,3820381,"/fast/home/franz.srambical/jafar/sample.py",5002,0,"",python,selection_command +2413,3820573,"/fast/home/franz.srambical/jafar/sample.py",3876,0,"",python,selection_command +2414,3820977,"/fast/home/franz.srambical/jafar/sample.py",2935,0,"",python,selection_command +2415,3821121,"/fast/home/franz.srambical/jafar/sample.py",1833,0,"",python,selection_command +2416,3821260,"/fast/home/franz.srambical/jafar/sample.py",1149,0,"",python,selection_command +2417,3821403,"/fast/home/franz.srambical/jafar/sample.py",351,0,"",python,selection_command +2418,3822348,"/fast/home/franz.srambical/jafar/sample.py",1149,0,"",python,selection_command +2419,3827046,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\n\nexport XLA_FLAGS='--xla_gpu_autotune_level=0'\nexport PYTHONUNBUFFERED=1\nsrun python sample.py \\n --dyna_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +2420,3827730,"experiments/sample.sh",135,0,"",shellscript,selection_command +2421,3827772,"experiments/sample.sh",136,0,"",shellscript,selection_command +2422,3828028,"experiments/sample.sh",182,0,"",shellscript,selection_command +2423,3828060,"experiments/sample.sh",208,0,"",shellscript,selection_command +2424,3828088,"experiments/sample.sh",232,0,"",shellscript,selection_command +2425,3828229,"experiments/sample.sh",259,0,"",shellscript,selection_command +2426,3828377,"experiments/sample.sh",280,0,"",shellscript,selection_command +2427,3828566,"experiments/sample.sh",285,0,"",shellscript,selection_command +2428,3828729,"experiments/sample.sh",292,0,"",shellscript,selection_command +2429,3828879,"experiments/sample.sh",294,0,"",shellscript,selection_command +2430,3830065,"experiments/sample.sh",294,1,"3",shellscript,content +2431,3830684,"experiments/sample.sh",302,0,"",shellscript,selection_command +2432,3830736,"experiments/sample.sh",303,0,"",shellscript,selection_command +2433,3830783,"experiments/sample.sh",303,0,"w",shellscript,content +2434,3830783,"experiments/sample.sh",304,0,"",shellscript,selection_keyboard +2435,3830903,"experiments/sample.sh",304,0,"\n ",shellscript,content +2436,3831455,"experiments/sample.sh",308,0,"",shellscript,selection_command +2437,3831520,"experiments/sample.sh",303,6,"",shellscript,content +2438,3834662,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2439,3834858,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2440,3835186,"TERMINAL",0,0,"a\t",,terminal_output +2441,3836006,"TERMINAL",0,0,"",,terminal_output +2442,3836232,"TERMINAL",0,0," ",,terminal_output +2443,3838031,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14454.9 task 0: running\r\n^Csrun: sending Ctrl-C to StepId=14454.9\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T14:15:00.840] error: *** STEP 14454.9 ON hai001 CANCELLED AT 2025-07-31T14:15:00 DUE to SIGNAL Killed ***\r\n",,terminal_output +2444,3838135,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2445,3838529,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2446,3838819,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2447,3849593,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2448,3857726,"TERMINAL",0,0,"2025-07-31 14:15:20.526553: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2449,3863292,"TERMINAL",0,0,"2025-07-31 14:15:26.094384: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:15:26.094925: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:15:26.094950: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2450,3869690,"TERMINAL",0,0,"a",,terminal_output +2451,3873957,"TERMINAL",0,0,"SSIM: 0.00590125098824501\r\n",,terminal_output +2452,3874077,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 231, in \r\n action = action_batch_E[row, t, 0]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 382, in __getitem__\r\n return indexing.rewriting_take(self, idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 653, in rewriting_take\r\n return internal_gather(arr, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 662, in _gather\r\n indexer = index_to_gather(np.shape(arr), idx) # shared with _scatter_update\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 799, in index_to_gather\r\n idx = _canonicalize_tuple_index(len(x_shape), idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 1118, in _canonicalize_tuple_index\r\n raise IndexError(\r\nIndexError: Too many indices: 1-dimensional array indexed with 3 regular indices.\r\n",,terminal_output +2453,3875189,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ a",,terminal_output +2454,3879003,"TERMINAL",0,0,"",,terminal_output +2455,3879165,"TERMINAL",0,0,"",,terminal_output +2456,3879316,"TERMINAL",0,0,"",,terminal_output +2457,3879448,"TERMINAL",0,0,"",,terminal_output +2458,3923266,"experiments/sample.sh",285,0,"",shellscript,selection_command +2459,3923310,"experiments/sample.sh",292,0,"",shellscript,selection_command +2460,3923661,"experiments/sample.sh",294,0,"",shellscript,selection_command +2461,3924082,"experiments/sample.sh",294,1,"",shellscript,content +2462,3924486,"experiments/sample.sh",294,0,"1",shellscript,content +2463,3924486,"experiments/sample.sh",295,0,"",shellscript,selection_keyboard +2464,3924644,"experiments/sample.sh",295,0,"6",shellscript,content +2465,3924645,"experiments/sample.sh",296,0,"",shellscript,selection_keyboard +2466,3925215,"experiments/sample.sh",295,0,"",shellscript,selection_command +2467,3929002,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2468,3929146,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2469,3940534,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2470,3958780,"TERMINAL",0,0,"2025-07-31 14:17:01.579647: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:17:01.580206: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:17:01.580235: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2471,4189613,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14454.11 task 0: running\r\n",,terminal_output +2472,4189687,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.11\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T14:20:52.491] error: *** STEP 14454.11 ON hai001 CANCELLED AT 2025-07-31T14:20:52 DUE to SIGNAL Killed ***\r\n",,terminal_output +2473,4189911,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.11\r\nsrun: job abort in progress\r\n",,terminal_output +2474,4190015,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.11\r\n",,terminal_output +2475,4190143,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2476,4190824,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2477,4195683,"experiments/sample.sh",294,0,"",shellscript,selection_command +2478,4196101,"experiments/sample.sh",294,2,"",shellscript,content +2479,4196927,"experiments/sample.sh",294,0,"6",shellscript,content +2480,4196927,"experiments/sample.sh",295,0,"",shellscript,selection_keyboard +2481,4197561,"experiments/sample.sh",294,1,"",shellscript,content +2482,4199351,"experiments/sample.sh",294,0,"5",shellscript,content +2483,4199351,"experiments/sample.sh",295,0,"",shellscript,selection_keyboard +2484,4199878,"experiments/sample.sh",294,1,"",shellscript,content +2485,4200119,"experiments/sample.sh",294,0,"3",shellscript,content +2486,4200120,"experiments/sample.sh",295,0,"",shellscript,selection_keyboard +2487,4200478,"experiments/sample.sh",294,0,"",shellscript,selection_command +2488,4202272,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +2489,4202694,"TERMINAL",0,0,"dp",,terminal_output +2490,4203084,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2491,4203547,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2492,4214723,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2493,4222789,"TERMINAL",0,0,"2025-07-31 14:21:25.584995: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2494,4228139,"TERMINAL",0,0,"2025-07-31 14:21:30.939460: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:21:30.939998: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:21:30.940022: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2495,4238804,"TERMINAL",0,0,"SSIM: 0.00590125098824501\r\n",,terminal_output +2496,4238921,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 231, in \r\n action = action_batch_E[row, t, 0]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 382, in __getitem__\r\n return indexing.rewriting_take(self, idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 653, in rewriting_take\r\n return internal_gather(arr, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 662, in _gather\r\n indexer = index_to_gather(np.shape(arr), idx) # shared with _scatter_update\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 799, in index_to_gather\r\n idx = _canonicalize_tuple_index(len(x_shape), idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 1118, in _canonicalize_tuple_index\r\n raise IndexError(\r\nIndexError: Too many indices: 1-dimensional array indexed with 3 regular indices.\r\n",,terminal_output +2497,4240033,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2498,4256684,"experiments/sample.sh",294,1,"f",shellscript,content +2499,4258699,"experiments/sample.sh",294,1,"6",shellscript,content +2500,4262991,"experiments/sample.sh",294,1,"5",shellscript,content +2501,4266715,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +2502,4266995,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2503,4278157,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2504,4321001,"TERMINAL",0,0,"2025-07-31 14:23:03.801720: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2505,4326438,"TERMINAL",0,0,"2025-07-31 14:23:09.239545: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:23:09.240093: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:23:09.240121: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2506,4351339,"TERMINAL",0,0,"SSIM: 0.006550051271915436\r\n",,terminal_output +2507,4351402,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 231, in \r\n action = action_batch_E[row, t, 0]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 382, in __getitem__\r\n return indexing.rewriting_take(self, idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 653, in rewriting_take\r\n return internal_gather(arr, dynamic_idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 662, in _gather\r\n indexer = index_to_gather(np.shape(arr), idx) # shared with _scatter_update\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 799, in index_to_gather\r\n idx = _canonicalize_tuple_index(len(x_shape), idx)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/indexing.py"", line 1118, in _canonicalize_tuple_index\r\n raise IndexError(\r\nIndexError: Too many indices: 1-dimensional array indexed with 3 regular indices.\r\n",,terminal_output +2508,4352723,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2509,4410828,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +2510,4410828,"/fast/home/franz.srambical/jafar/sample.py",7512,0,"",python,selection_command +2511,4416988,"/fast/home/franz.srambical/jafar/sample.py",6331,0,"",python,selection_mouse +2512,4422457,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2513,4422524,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +2514,4434736,"/fast/home/franz.srambical/jafar/sample.py",5633,0,"",python,selection_mouse +2515,4435237,"/fast/home/franz.srambical/jafar/sample.py",5619,0,"",python,selection_mouse +2516,4436544,"/fast/home/franz.srambical/jafar/sample.py",6052,0,"",python,selection_mouse +2517,4439366,"/fast/home/franz.srambical/jafar/sample.py",6309,0,"",python,selection_mouse +2518,4440741,"/fast/home/franz.srambical/jafar/sample.py",6429,0,"",python,selection_mouse +2519,4441178,"/fast/home/franz.srambical/jafar/sample.py",5074,0,"",python,selection_command +2520,4445829,"/fast/home/franz.srambical/jafar/sample.py",5363,0,"",python,selection_mouse +2521,4446294,"/fast/home/franz.srambical/jafar/sample.py",4319,0,"",python,selection_command +2522,4448319,"/fast/home/franz.srambical/jafar/sample.py",4765,0,"",python,selection_mouse +2523,4448933,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = self.dynamics.transformer(vid_embed_BSNp1M) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +2524,4448933,"genie.py",12225,0,"",python,selection_command +2525,4452327,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +2526,4452327,"/fast/home/franz.srambical/jafar/sample.py",4765,0,"",python,selection_command +2527,4454910,"/fast/home/franz.srambical/jafar/sample.py",4325,0,"",python,selection_mouse +2528,4456384,"/fast/home/franz.srambical/jafar/sample.py",5352,0,"",python,selection_mouse +2529,4460397,"/fast/home/franz.srambical/jafar/sample.py",4766,0,"",python,selection_mouse +2530,4460942,"genie.py",0,0,"",python,tab +2531,4460943,"genie.py",12225,0,"",python,selection_command +2532,4469296,"genie.py",14436,0,"",python,selection_mouse +2533,4470906,"genie.py",15056,0,"",python,selection_mouse +2534,4475680,"genie.py",15005,0,"",python,selection_mouse +2535,4476900,"genie.py",15171,0,"",python,selection_mouse +2536,4479057,"genie.py",15430,0,"",python,selection_mouse +2537,4480249,"genie.py",15525,0,"",python,selection_mouse +2538,4480251,"genie.py",15524,0,"",python,selection_command +2539,4480283,"genie.py",15524,1,"1",python,selection_mouse +2540,4480284,"genie.py",15525,0,"",python,selection_command +2541,4481027,"genie.py",15526,0,"",python,selection_mouse +2542,4482125,"genie.py",13988,0,"",python,selection_mouse +2543,4483980,"genie.py",16135,0,"",python,selection_mouse +2544,4494247,"genie.py",16267,0,"",python,selection_mouse +2545,4501681,"genie.py",16270,0,"",python,selection_command +2546,4502706,"genie.py",16271,0,"",python,selection_command +2547,4503042,"genie.py",16271,0,"_",python,content +2548,4503042,"genie.py",16272,0,"",python,selection_keyboard +2549,4503603,"genie.py",16272,0,"B",python,content +2550,4503603,"genie.py",16273,0,"",python,selection_keyboard +2551,4504438,"genie.py",16273,0,"N",python,content +2552,4504438,"genie.py",16274,0,"",python,selection_keyboard +2553,4505039,"genie.py",16273,1,"",python,content +2554,4505505,"genie.py",16273,0,"S",python,content +2555,4505506,"genie.py",16274,0,"",python,selection_keyboard +2556,4505871,"genie.py",16274,0,"N",python,content +2557,4505872,"genie.py",16275,0,"",python,selection_keyboard +2558,4506174,"genie.py",16274,0,"",python,selection_command +2559,4506666,"genie.py",16333,0,"",python,selection_command +2560,4506829,"genie.py",16347,0,"",python,selection_command +2561,4507069,"genie.py",16348,0,"",python,selection_command +2562,4507811,"genie.py",16348,0,"_BSN",python,content +2563,4508061,"genie.py",16351,0,"",python,selection_command +2564,4513236,"genie.py",16292,0,"",python,selection_command +2565,4513484,"genie.py",16239,0,"",python,selection_command +2566,4513503,"genie.py",16213,0,"",python,selection_command +2567,4513540,"genie.py",16160,0,"",python,selection_command +2568,4513570,"genie.py",16110,0,"",python,selection_command +2569,4513602,"genie.py",16096,0,"",python,selection_command +2570,4513636,"genie.py",16072,0,"",python,selection_command +2571,4513669,"genie.py",16038,0,"",python,selection_command +2572,4513705,"genie.py",15998,0,"",python,selection_command +2573,4513738,"genie.py",15972,0,"",python,selection_command +2574,4513771,"genie.py",15938,0,"",python,selection_command +2575,4513804,"genie.py",15886,0,"",python,selection_command +2576,4513931,"genie.py",15884,0,"",python,selection_command +2577,4514097,"genie.py",15834,0,"",python,selection_command +2578,4514384,"genie.py",15830,0,"",python,selection_command +2579,4514540,"genie.py",15828,0,"",python,selection_command +2580,4514719,"genie.py",15805,0,"",python,selection_command +2581,4527710,"genie.py",16648,0,"",python,selection_mouse +2582,4535381,"genie.py",16584,0,"",python,selection_mouse +2583,4536502,"genie.py",16699,0,"",python,selection_mouse +2584,4537897,"genie.py",16704,0,"",python,selection_command +2585,4538329,"genie.py",16705,0,"",python,selection_command +2586,4539052,"genie.py",16705,0,"_",python,content +2587,4539052,"genie.py",16706,0,"",python,selection_keyboard +2588,4541001,"genie.py",16706,0,"B",python,content +2589,4541001,"genie.py",16707,0,"",python,selection_keyboard +2590,4541171,"genie.py",16707,0,"S",python,content +2591,4541172,"genie.py",16708,0,"",python,selection_keyboard +2592,4541649,"genie.py",16708,0,"N",python,content +2593,4541650,"genie.py",16709,0,"",python,selection_keyboard +2594,4541999,"genie.py",16708,0,"",python,selection_command +2595,4542523,"genie.py",16727,0,"",python,selection_command +2596,4542593,"genie.py",16755,0,"",python,selection_command +2597,4542752,"genie.py",16810,0,"",python,selection_command +2598,4542886,"genie.py",16852,0,"",python,selection_command +2599,4543265,"genie.py",16898,0,"",python,selection_command +2600,4544101,"genie.py",16899,0,"",python,selection_command +2601,4544353,"genie.py",16899,0,"_BSN",python,content +2602,4544622,"genie.py",16902,0,"",python,selection_command +2603,4547314,"genie.py",16972,0,"",python,selection_mouse +2604,4549586,"genie.py",16891,0,"",python,selection_mouse +2605,4552816,"genie.py",16865,0,"",python,selection_mouse +2606,4554360,"models/tokenizer.py",0,0,"from typing import Dict, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\nimport jax\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""\n ST-ViVit VQ-VAE\n\n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n D: B * T * N\n H: height\n W: width\n C: number of channels\n P: patch token dimension (patch_size^2 * C)\n """"""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.latent_dim,\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n H, W = batch[""videos""].shape[2:4]\n videos_BTHWC = batch[""videos""]\n outputs = self.vq_encode(videos_BTHWC, training)\n z_q_BTNL = outputs[""z_q""]\n recon_BTHWC = self.decoder(z_q_BTNL)\n recon_BTHWC = recon_BTHWC.astype(jnp.float32)\n recon_BTHWC = nnx.sigmoid(recon_BTHWC)\n recon_BTHWC = recon_BTHWC.astype(self.dtype)\n recon_BTHWC = unpatchify(recon_BTHWC, self.patch_size, H, W)\n outputs[""recon""] = recon_BTHWC\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n patch_BTNP = patchify(videos, self.patch_size)\n N = patch_BTNP.shape[2]\n x_BTNL = self.encoder(patch_BTNP)\n\n # --- Vector quantize ---\n x_DL = x_BTNL.reshape(B * T * N, self.latent_dim)\n z_q_DL, z_DL, emb_DL, indices_D = self.vq(x_DL, training)\n z_q_BTNL = z_q_DL.reshape(B, T, N, self.latent_dim)\n indices_BTN = indices_D.reshape(B, T, N)\n return dict(z_q=z_q_BTNL, z=z_DL, emb=emb_DL, indices=indices_BTN)\n\n def decode(self, indices_BTN: jax.Array, video_hw: Tuple[int, int]) -> jax.Array:\n z_BTNL = self.vq.codebook[indices_BTN]\n recon_BTNP = self.decoder(z_BTNL)\n recon_BTNP = recon_BTNP.astype(jnp.float32)\n recon_BTNP = nnx.sigmoid(recon_BTNP)\n recon_BTNP = recon_BTNP.astype(self.dtype)\n return unpatchify(recon_BTNP, self.patch_size, *video_hw)\n",python,tab +2607,4554361,"models/tokenizer.py",3690,0,"",python,selection_command +2608,4559381,"genie.py",0,0,"",python,tab +2609,4559381,"genie.py",16865,0,"",python,selection_command +2610,4564888,"genie.py",16965,0,"",python,selection_mouse +2611,4565772,"genie.py",16844,0,"",python,selection_mouse +2612,4567091,"genie.py",16845,0,"",python,selection_command +2613,4567405,"genie.py",16845,0,"_",python,content +2614,4567406,"genie.py",16846,0,"",python,selection_keyboard +2615,4571891,"genie.py",16846,0,"B",python,content +2616,4571891,"genie.py",16847,0,"",python,selection_keyboard +2617,4572083,"genie.py",16847,0,"S",python,content +2618,4572084,"genie.py",16848,0,"",python,selection_keyboard +2619,4573703,"genie.py",16848,0,"H",python,content +2620,4573703,"genie.py",16849,0,"",python,selection_keyboard +2621,4574144,"genie.py",16849,0,"W",python,content +2622,4574145,"genie.py",16850,0,"",python,selection_keyboard +2623,4574413,"genie.py",16850,0,"C",python,content +2624,4574414,"genie.py",16851,0,"",python,selection_keyboard +2625,4575689,"genie.py",16977,0,"_BSHWC",python,content +2626,4575690,"genie.py",16983,0,"",python,selection_command +2627,4575929,"genie.py",16982,0,"",python,selection_command +2628,4586871,"genie.py",11465,0,"",python,selection_mouse +2629,4592733,"genie.py",11528,0,"",python,selection_mouse +2630,4594336,"genie.py",11604,0,"_BSN",python,content +2631,4594336,"genie.py",11530,0,"_BSN",python,content +2632,4596585,"genie.py",11965,0,"_BSN",python,content +2633,4596585,"genie.py",11969,0,"",python,selection_command +2634,4600676,"genie.py",12227,0,"_BSHWC",python,content +2635,4600676,"genie.py",12159,0,"_BSN",python,content +2636,4600676,"genie.py",12105,0,"_BSHWC",python,content +2637,4608288,"genie.py",15650,0,"",python,selection_mouse +2638,4736550,"genie.py",15596,0,"",python,selection_mouse +2639,4737626,"genie.py",14019,0,"",python,selection_mouse +2640,4740118,"genie.py",16169,0,"",python,selection_mouse +2641,4740733,"genie.py",16301,0,"",python,selection_mouse +2642,4743162,"genie.py",15683,0,"",python,selection_mouse +2643,4745010,"genie.py",16611,0,"",python,selection_mouse +2644,4745662,"genie.py",16733,0,"",python,selection_mouse +2645,4747594,"genie.py",16875,0,"",python,selection_mouse +2646,4770057,"genie.py",12260,0,"",python,selection_mouse +2647,4775033,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video = recon_video.astype(jnp.float32)\n gt = gt_video[:, : recon_video.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video.clip(0, 1).reshape(-1, *recon_video.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_E.shape[0]):\n action = action_batch_E[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +2648,4775033,"sample.py",4763,13,"sample_causal",python,selection_command +2649,4775760,"sample.py",4775,0,"",python,selection_command +2650,4780449,"sample.py",4325,0,"",python,selection_mouse +2651,4781931,"sample.py",5364,0,"",python,selection_mouse +2652,4782483,"sample.py",5379,0,"",python,selection_mouse +2653,4782964,"sample.py",5350,0,"",python,selection_mouse +2654,4789282,"sample.py",5412,0,"",python,selection_mouse +2655,4790010,"sample.py",5083,0,"",python,selection_mouse +2656,4791385,"sample.py",5354,0,"",python,selection_mouse +2657,4793177,"sample.py",5355,0,"",python,selection_command +2658,4793445,"sample.py",5355,0,"_",python,content +2659,4793446,"sample.py",5356,0,"",python,selection_keyboard +2660,4794105,"sample.py",5356,0,"B",python,content +2661,4794105,"sample.py",5357,0,"",python,selection_keyboard +2662,4794398,"sample.py",5357,0,"S",python,content +2663,4794398,"sample.py",5358,0,"",python,selection_keyboard +2664,4795161,"sample.py",5358,0,"H",python,content +2665,4795162,"sample.py",5359,0,"",python,selection_keyboard +2666,4795535,"sample.py",5359,0,"W",python,content +2667,4795536,"sample.py",5360,0,"",python,selection_keyboard +2668,4795682,"sample.py",5360,0,"C",python,content +2669,4795683,"sample.py",5361,0,"",python,selection_keyboard +2670,4796240,"sample.py",5360,0,"",python,selection_command +2671,4796698,"sample.py",5417,0,"",python,selection_command +2672,4797381,"sample.py",5419,0,"_BSHWC",python,content +2673,4797381,"sample.py",5425,0,"",python,selection_command +2674,4798045,"sample.py",5424,0,"",python,selection_command +2675,4806888,"sample.py",5083,0,"",python,selection_mouse +2676,4809240,"sample.py",6422,0,"",python,selection_mouse +2677,4812621,"sample.py",6423,0,"",python,selection_command +2678,4812819,"sample.py",6423,0,"_",python,content +2679,4812820,"sample.py",6424,0,"",python,selection_keyboard +2680,4825232,"sample.py",6681,0,"_BSHWC",python,content +2681,4825232,"sample.py",6645,0,"_BSHWC",python,content +2682,4825232,"sample.py",6567,0,"_BSHWC",python,content +2683,4825232,"sample.py",6512,0,"_BSHWC",python,content +2684,4825232,"sample.py",6498,0,"_BSHWC",python,content +2685,4825232,"sample.py",6424,0,"BSHWC",python,content +2686,4826079,"sample.py",6428,0,"",python,selection_command +2687,4831644,"sample.py",6922,0,"",python,selection_mouse +2688,4832021,"sample.py",6925,0,"",python,selection_mouse +2689,4839583,"sample.py",7060,0,"_BSHWC",python,content +2690,4839583,"sample.py",6987,0,"_BSHWC",python,content +2691,4848957,"sample.py",7199,0,"",python,selection_mouse +2692,4849953,"sample.py",7233,0,"",python,selection_mouse +2693,4873993,"sample.py",7130,0,"",python,selection_mouse +2694,4877145,"sample.py",7145,0,"",python,selection_mouse +2695,4877900,"sample.py",7109,0,"",python,selection_mouse +2696,4878313,"sample.py",7165,0,"",python,selection_mouse +2697,4878703,"sample.py",7181,0,"",python,selection_mouse +2698,4879399,"sample.py",7229,0,"",python,selection_mouse +2699,4885361,"sample.py",7256,0,"",python,selection_mouse +2700,4886088,"sample.py",7259,0,"",python,selection_mouse +2701,4886483,"sample.py",7261,0,"",python,selection_mouse +2702,4888292,"sample.py",7198,0,"",python,selection_mouse +2703,4910929,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +2704,4910929,"/fast/home/franz.srambical/jafar/sample.py",7512,0,"",python,selection_command +2705,4911069,"/fast/home/franz.srambical/jafar/sample.py",5334,1703," generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n",python,content +2706,4917181,"/fast/home/franz.srambical/jafar/sample.py",7601,0,"",python,selection_mouse +2707,5103503,"/fast/home/franz.srambical/jafar/sample.py",7550,0,"",python,selection_command +2708,5103750,"/fast/home/franz.srambical/jafar/sample.py",7518,0,"",python,selection_command +2709,5103782,"/fast/home/franz.srambical/jafar/sample.py",7479,0,"",python,selection_command +2710,5103809,"/fast/home/franz.srambical/jafar/sample.py",7381,0,"",python,selection_command +2711,5103838,"/fast/home/franz.srambical/jafar/sample.py",7329,0,"",python,selection_command +2712,5103869,"/fast/home/franz.srambical/jafar/sample.py",7298,0,"",python,selection_command +2713,5103904,"/fast/home/franz.srambical/jafar/sample.py",7274,0,"",python,selection_command +2714,5103933,"/fast/home/franz.srambical/jafar/sample.py",7221,0,"",python,selection_command +2715,5103968,"/fast/home/franz.srambical/jafar/sample.py",7183,0,"",python,selection_command +2716,5104003,"/fast/home/franz.srambical/jafar/sample.py",7126,0,"",python,selection_command +2717,5104034,"/fast/home/franz.srambical/jafar/sample.py",7047,0,"",python,selection_command +2718,5104139,"/fast/home/franz.srambical/jafar/sample.py",6986,0,"",python,selection_command +2719,5104140,"/fast/home/franz.srambical/jafar/sample.py",6934,0,"",python,selection_command +2720,5104141,"/fast/home/franz.srambical/jafar/sample.py",6903,0,"",python,selection_command +2721,5104176,"/fast/home/franz.srambical/jafar/sample.py",6874,0,"",python,selection_command +2722,5104211,"/fast/home/franz.srambical/jafar/sample.py",6872,0,"",python,selection_command +2723,5104249,"/fast/home/franz.srambical/jafar/sample.py",6845,0,"",python,selection_command +2724,5104281,"/fast/home/franz.srambical/jafar/sample.py",6781,0,"",python,selection_command +2725,5104308,"/fast/home/franz.srambical/jafar/sample.py",6750,0,"",python,selection_command +2726,5104342,"/fast/home/franz.srambical/jafar/sample.py",6674,0,"",python,selection_command +2727,5104375,"/fast/home/franz.srambical/jafar/sample.py",6579,0,"",python,selection_command +2728,5104407,"/fast/home/franz.srambical/jafar/sample.py",6517,0,"",python,selection_command +2729,5104442,"/fast/home/franz.srambical/jafar/sample.py",6437,0,"",python,selection_command +2730,5104476,"/fast/home/franz.srambical/jafar/sample.py",6399,0,"",python,selection_command +2731,5104509,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"",python,selection_command +2732,5104542,"/fast/home/franz.srambical/jafar/sample.py",6338,0,"",python,selection_command +2733,5105775,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"\n ",python,content +2734,5106392,"/fast/home/franz.srambical/jafar/sample.py",6373,0,"a",python,content +2735,5106392,"/fast/home/franz.srambical/jafar/sample.py",6374,0,"",python,selection_keyboard +2736,5106420,"/fast/home/franz.srambical/jafar/sample.py",6374,0,"c",python,content +2737,5106420,"/fast/home/franz.srambical/jafar/sample.py",6375,0,"",python,selection_keyboard +2738,5106650,"/fast/home/franz.srambical/jafar/sample.py",6375,0,"t",python,content +2739,5106651,"/fast/home/franz.srambical/jafar/sample.py",6376,0,"",python,selection_keyboard +2740,5106664,"/fast/home/franz.srambical/jafar/sample.py",6376,0,"i",python,content +2741,5106664,"/fast/home/franz.srambical/jafar/sample.py",6377,0,"",python,selection_keyboard +2742,5106759,"/fast/home/franz.srambical/jafar/sample.py",6377,0,"o",python,content +2743,5106760,"/fast/home/franz.srambical/jafar/sample.py",6378,0,"",python,selection_keyboard +2744,5106794,"/fast/home/franz.srambical/jafar/sample.py",6378,0,"n",python,content +2745,5106795,"/fast/home/franz.srambical/jafar/sample.py",6379,0,"",python,selection_keyboard +2746,5106811,"/fast/home/franz.srambical/jafar/sample.py",6379,0,"m",python,content +2747,5106811,"/fast/home/franz.srambical/jafar/sample.py",6380,0,"",python,selection_keyboard +2748,5107377,"/fast/home/franz.srambical/jafar/sample.py",6379,1,"",python,content +2749,5107884,"/fast/home/franz.srambical/jafar/sample.py",6379,0,"_",python,content +2750,5107884,"/fast/home/franz.srambical/jafar/sample.py",6380,0,"",python,selection_keyboard +2751,5108333,"/fast/home/franz.srambical/jafar/sample.py",6380,0,"b",python,content +2752,5108334,"/fast/home/franz.srambical/jafar/sample.py",6381,0,"",python,selection_keyboard +2753,5108571,"/fast/home/franz.srambical/jafar/sample.py",6381,0,"a",python,content +2754,5108572,"/fast/home/franz.srambical/jafar/sample.py",6382,0,"",python,selection_keyboard +2755,5108587,"/fast/home/franz.srambical/jafar/sample.py",6382,0,"t",python,content +2756,5108588,"/fast/home/franz.srambical/jafar/sample.py",6383,0,"",python,selection_keyboard +2757,5108745,"/fast/home/franz.srambical/jafar/sample.py",6383,0,"c",python,content +2758,5108745,"/fast/home/franz.srambical/jafar/sample.py",6384,0,"",python,selection_keyboard +2759,5108859,"/fast/home/franz.srambical/jafar/sample.py",6384,0,"h",python,content +2760,5108860,"/fast/home/franz.srambical/jafar/sample.py",6385,0,"",python,selection_keyboard +2761,5109168,"/fast/home/franz.srambical/jafar/sample.py",6385,0,"_",python,content +2762,5109168,"/fast/home/franz.srambical/jafar/sample.py",6386,0,"",python,selection_keyboard +2763,5110704,"/fast/home/franz.srambical/jafar/sample.py",6386,0,"B",python,content +2764,5110705,"/fast/home/franz.srambical/jafar/sample.py",6387,0,"",python,selection_keyboard +2765,5113845,"/fast/home/franz.srambical/jafar/sample.py",6387,0,"S",python,content +2766,5113845,"/fast/home/franz.srambical/jafar/sample.py",6388,0,"",python,selection_keyboard +2767,5114345,"/fast/home/franz.srambical/jafar/sample.py",6388,0,"1",python,content +2768,5114345,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"",python,selection_keyboard +2769,5122507,"/fast/home/franz.srambical/jafar/sample.py",6389,0," ",python,content +2770,5122507,"/fast/home/franz.srambical/jafar/sample.py",6390,0,"",python,selection_keyboard +2771,5123168,"/fast/home/franz.srambical/jafar/sample.py",6390,0,"=",python,content +2772,5123168,"/fast/home/franz.srambical/jafar/sample.py",6391,0,"",python,selection_keyboard +2773,5123792,"/fast/home/franz.srambical/jafar/sample.py",6391,0," jnp.reshape(action_batch_E, (args.batch_size, args.seq_len, 1, action_batch_E.shape[-1]))",python,content +2774,5124067,"/fast/home/franz.srambical/jafar/sample.py",6480,0,"",python,selection_command +2775,5124459,"/fast/home/franz.srambical/jafar/sample.py",6478,0,"",python,selection_command +2776,5124705,"/fast/home/franz.srambical/jafar/sample.py",6477,0,"",python,selection_command +2777,5124727,"/fast/home/franz.srambical/jafar/sample.py",6475,0,"",python,selection_command +2778,5124760,"/fast/home/franz.srambical/jafar/sample.py",6470,0,"",python,selection_command +2779,5124793,"/fast/home/franz.srambical/jafar/sample.py",6469,0,"",python,selection_command +2780,5124828,"/fast/home/franz.srambical/jafar/sample.py",6455,0,"",python,selection_command +2781,5124861,"/fast/home/franz.srambical/jafar/sample.py",6453,0,"",python,selection_command +2782,5124896,"/fast/home/franz.srambical/jafar/sample.py",6452,0,"",python,selection_command +2783,5124930,"/fast/home/franz.srambical/jafar/sample.py",6450,0,"",python,selection_command +2784,5124964,"/fast/home/franz.srambical/jafar/sample.py",6443,0,"",python,selection_command +2785,5125002,"/fast/home/franz.srambical/jafar/sample.py",6442,0,"",python,selection_command +2786,5125108,"/fast/home/franz.srambical/jafar/sample.py",6438,0,"",python,selection_command +2787,5125109,"/fast/home/franz.srambical/jafar/sample.py",6436,0,"",python,selection_command +2788,5125110,"/fast/home/franz.srambical/jafar/sample.py",6426,0,"",python,selection_command +2789,5125132,"/fast/home/franz.srambical/jafar/sample.py",6425,0,"",python,selection_command +2790,5125167,"/fast/home/franz.srambical/jafar/sample.py",6421,0,"",python,selection_command +2791,5125482,"/fast/home/franz.srambical/jafar/sample.py",6420,0,"",python,selection_command +2792,5125765,"/fast/home/franz.srambical/jafar/sample.py",6418,0,"",python,selection_command +2793,5126158,"/fast/home/franz.srambical/jafar/sample.py",6420,0,"",python,selection_command +2794,5126335,"/fast/home/franz.srambical/jafar/sample.py",6421,0,"",python,selection_command +2795,5135462,"/fast/home/franz.srambical/jafar/sample.py",6424,0,"",python,selection_command +2796,5135640,"/fast/home/franz.srambical/jafar/sample.py",6425,0,"",python,selection_command +2797,5135803,"/fast/home/franz.srambical/jafar/sample.py",6435,0,"",python,selection_command +2798,5135936,"/fast/home/franz.srambical/jafar/sample.py",6436,0,"",python,selection_command +2799,5136117,"/fast/home/franz.srambical/jafar/sample.py",6441,0,"",python,selection_command +2800,5136291,"/fast/home/franz.srambical/jafar/sample.py",6442,0,"",python,selection_command +2801,5136428,"/fast/home/franz.srambical/jafar/sample.py",6449,0,"",python,selection_command +2802,5136863,"/fast/home/franz.srambical/jafar/sample.py",6450,0,"",python,selection_command +2803,5137154,"/fast/home/franz.srambical/jafar/sample.py",6450,0,"0",python,content +2804,5137154,"/fast/home/franz.srambical/jafar/sample.py",6451,0,"",python,selection_keyboard +2805,5137854,"/fast/home/franz.srambical/jafar/sample.py",6450,1,"",python,content +2806,5138190,"/fast/home/franz.srambical/jafar/sample.py",6450,0,"-",python,content +2807,5138191,"/fast/home/franz.srambical/jafar/sample.py",6451,0,"",python,selection_keyboard +2808,5138907,"/fast/home/franz.srambical/jafar/sample.py",6451,0,"1",python,content +2809,5138907,"/fast/home/franz.srambical/jafar/sample.py",6452,0,"",python,selection_keyboard +2810,5139509,"/fast/home/franz.srambical/jafar/sample.py",6451,0,"",python,selection_command +2811,5140239,"/fast/home/franz.srambical/jafar/sample.py",6450,0,"",python,selection_command +2812,5140491,"/fast/home/franz.srambical/jafar/sample.py",6443,0,"",python,selection_command +2813,5140520,"/fast/home/franz.srambical/jafar/sample.py",6442,0,"",python,selection_command +2814,5140546,"/fast/home/franz.srambical/jafar/sample.py",6438,0,"",python,selection_command +2815,5140583,"/fast/home/franz.srambical/jafar/sample.py",6436,0,"",python,selection_command +2816,5140687,"/fast/home/franz.srambical/jafar/sample.py",6426,0,"",python,selection_command +2817,5140688,"/fast/home/franz.srambical/jafar/sample.py",6425,0,"",python,selection_command +2818,5140688,"/fast/home/franz.srambical/jafar/sample.py",6421,0,"",python,selection_command +2819,5140727,"/fast/home/franz.srambical/jafar/sample.py",6420,0,"",python,selection_command +2820,5140783,"/fast/home/franz.srambical/jafar/sample.py",6418,0,"",python,selection_command +2821,5140787,"/fast/home/franz.srambical/jafar/sample.py",6404,0,"",python,selection_command +2822,5140860,"/fast/home/franz.srambical/jafar/sample.py",6403,0,"",python,selection_command +2823,5140861,"/fast/home/franz.srambical/jafar/sample.py",6396,0,"",python,selection_command +2824,5140909,"/fast/home/franz.srambical/jafar/sample.py",6395,0,"",python,selection_command +2825,5140920,"/fast/home/franz.srambical/jafar/sample.py",6392,0,"",python,selection_command +2826,5140954,"/fast/home/franz.srambical/jafar/sample.py",6390,0,"",python,selection_command +2827,5140992,"/fast/home/franz.srambical/jafar/sample.py",6373,0,"",python,selection_command +2828,5141055,"/fast/home/franz.srambical/jafar/sample.py",6367,0,"",python,selection_command +2829,5141348,"/fast/home/franz.srambical/jafar/sample.py",6373,0,"",python,selection_command +2830,5141561,"/fast/home/franz.srambical/jafar/sample.py",6390,0,"",python,selection_command +2831,5142471,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"",python,selection_command +2832,5142563,"/fast/home/franz.srambical/jafar/sample.py",6388,0,"",python,selection_command +2833,5142805,"/fast/home/franz.srambical/jafar/sample.py",6387,0,"",python,selection_command +2834,5142856,"/fast/home/franz.srambical/jafar/sample.py",6386,0,"",python,selection_command +2835,5143347,"/fast/home/franz.srambical/jafar/sample.py",6387,0,"",python,selection_command +2836,5143711,"/fast/home/franz.srambical/jafar/sample.py",6388,0,"",python,selection_command +2837,5143827,"/fast/home/franz.srambical/jafar/sample.py",6388,0,"m",python,content +2838,5143827,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"",python,selection_keyboard +2839,5144272,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"1",python,content +2840,5144272,"/fast/home/franz.srambical/jafar/sample.py",6390,0,"",python,selection_keyboard +2841,5144522,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"",python,selection_command +2842,5145032,"/fast/home/franz.srambical/jafar/sample.py",6329,0,"",python,selection_command +2843,5145221,"/fast/home/franz.srambical/jafar/sample.py",6328,0,"",python,selection_command +2844,5145364,"/fast/home/franz.srambical/jafar/sample.py",6327,0,"",python,selection_command +2845,5145509,"/fast/home/franz.srambical/jafar/sample.py",6326,0,"",python,selection_command +2846,5147241,"/fast/home/franz.srambical/jafar/sample.py",5139,0,"",python,selection_command +2847,5148055,"/fast/home/franz.srambical/jafar/sample.py",4063,0,"",python,selection_command +2848,5148788,"/fast/home/franz.srambical/jafar/sample.py",3011,0,"",python,selection_command +2849,5149123,"/fast/home/franz.srambical/jafar/sample.py",1922,0,"",python,selection_command +2850,5150734,"/fast/home/franz.srambical/jafar/sample.py",1903,0,"",python,selection_command +2851,5150979,"/fast/home/franz.srambical/jafar/sample.py",1878,0,"",python,selection_command +2852,5150999,"/fast/home/franz.srambical/jafar/sample.py",1842,0,"",python,selection_command +2853,5151031,"/fast/home/franz.srambical/jafar/sample.py",1833,0,"",python,selection_command +2854,5151065,"/fast/home/franz.srambical/jafar/sample.py",1805,0,"",python,selection_command +2855,5151101,"/fast/home/franz.srambical/jafar/sample.py",1796,0,"",python,selection_command +2856,5151133,"/fast/home/franz.srambical/jafar/sample.py",1771,0,"",python,selection_command +2857,5151166,"/fast/home/franz.srambical/jafar/sample.py",1761,0,"",python,selection_command +2858,5151199,"/fast/home/franz.srambical/jafar/sample.py",1740,0,"",python,selection_command +2859,5151236,"/fast/home/franz.srambical/jafar/sample.py",1719,0,"",python,selection_command +2860,5151534,"/fast/home/franz.srambical/jafar/sample.py",1740,0,"",python,selection_command +2861,5151845,"/fast/home/franz.srambical/jafar/sample.py",1741,0,"",python,selection_command +2862,5151954,"/fast/home/franz.srambical/jafar/sample.py",1743,0,"",python,selection_command +2863,5152156,"/fast/home/franz.srambical/jafar/sample.py",1745,0,"",python,selection_command +2864,5152371,"/fast/home/franz.srambical/jafar/sample.py",1747,0,"",python,selection_command +2865,5152719,"/fast/home/franz.srambical/jafar/sample.py",1748,0,"",python,selection_command +2866,5153418,"/fast/home/franz.srambical/jafar/sample.py",1748,1,"S",python,content +2867,5156040,"/fast/home/franz.srambical/jafar/sample.py",2658,0,"",python,selection_command +2868,5156146,"/fast/home/franz.srambical/jafar/sample.py",3043,0,"",python,selection_command +2869,5156317,"/fast/home/franz.srambical/jafar/sample.py",4282,0,"",python,selection_command +2870,5156958,"/fast/home/franz.srambical/jafar/sample.py",5013,0,"",python,selection_command +2871,5157125,"/fast/home/franz.srambical/jafar/sample.py",7623,0,"",python,selection_command +2872,5157692,"/fast/home/franz.srambical/jafar/sample.py",7628,0,"",python,selection_command +2873,5158862,"/fast/home/franz.srambical/jafar/sample.py",7623,0,"",python,selection_command +2874,5158863,"/fast/home/franz.srambical/jafar/sample.py",5013,0,"",python,selection_command +2875,5158945,"/fast/home/franz.srambical/jafar/sample.py",4282,0,"",python,selection_command +2876,5159189,"/fast/home/franz.srambical/jafar/sample.py",3043,0,"",python,selection_command +2877,5159215,"/fast/home/franz.srambical/jafar/sample.py",2658,0,"",python,selection_command +2878,5159577,"/fast/home/franz.srambical/jafar/sample.py",1719,0,"",python,selection_command +2879,5160023,"/fast/home/franz.srambical/jafar/sample.py",1523,0,"",python,selection_command +2880,5160957,"/fast/home/franz.srambical/jafar/sample.py",1543,0,"",python,selection_command +2881,5161154,"/fast/home/franz.srambical/jafar/sample.py",1565,0,"",python,selection_command +2882,5161179,"/fast/home/franz.srambical/jafar/sample.py",1614,0,"",python,selection_command +2883,5161284,"/fast/home/franz.srambical/jafar/sample.py",1653,0,"",python,selection_command +2884,5161284,"/fast/home/franz.srambical/jafar/sample.py",1680,0,"",python,selection_command +2885,5161479,"/fast/home/franz.srambical/jafar/sample.py",1698,0,"",python,selection_command +2886,5161556,"/fast/home/franz.srambical/jafar/sample.py",1715,0,"",python,selection_command +2887,5162031,"/fast/home/franz.srambical/jafar/sample.py",1711,21,"",python,content +2888,5162039,"/fast/home/franz.srambical/jafar/sample.py",1719,0,"",python,selection_command +2889,5163223,"/fast/home/franz.srambical/jafar/sample.py",2720,0,"",python,selection_command +2890,5163733,"/fast/home/franz.srambical/jafar/sample.py",3705,0,"",python,selection_command +2891,5164790,"/fast/home/franz.srambical/jafar/sample.py",4826,0,"",python,selection_command +2892,5165753,"/fast/home/franz.srambical/jafar/sample.py",4860,0,"",python,selection_command +2893,5166002,"/fast/home/franz.srambical/jafar/sample.py",4892,0,"",python,selection_command +2894,5166031,"/fast/home/franz.srambical/jafar/sample.py",4906,0,"",python,selection_command +2895,5166221,"/fast/home/franz.srambical/jafar/sample.py",4924,0,"",python,selection_command +2896,5166527,"/fast/home/franz.srambical/jafar/sample.py",4981,0,"",python,selection_command +2897,5166527,"/fast/home/franz.srambical/jafar/sample.py",4998,0,"",python,selection_command +2898,5166544,"/fast/home/franz.srambical/jafar/sample.py",5043,0,"",python,selection_command +2899,5166577,"/fast/home/franz.srambical/jafar/sample.py",5061,0,"",python,selection_command +2900,5166600,"/fast/home/franz.srambical/jafar/sample.py",5126,0,"",python,selection_command +2901,5166723,"/fast/home/franz.srambical/jafar/sample.py",5199,0,"",python,selection_command +2902,5166723,"/fast/home/franz.srambical/jafar/sample.py",5241,0,"",python,selection_command +2903,5166724,"/fast/home/franz.srambical/jafar/sample.py",5329,0,"",python,selection_command +2904,5166733,"/fast/home/franz.srambical/jafar/sample.py",5386,0,"",python,selection_command +2905,5166767,"/fast/home/franz.srambical/jafar/sample.py",5405,0,"",python,selection_command +2906,5166802,"/fast/home/franz.srambical/jafar/sample.py",5422,0,"",python,selection_command +2907,5166844,"/fast/home/franz.srambical/jafar/sample.py",5463,0,"",python,selection_command +2908,5166876,"/fast/home/franz.srambical/jafar/sample.py",5490,0,"",python,selection_command +2909,5166901,"/fast/home/franz.srambical/jafar/sample.py",5529,0,"",python,selection_command +2910,5166934,"/fast/home/franz.srambical/jafar/sample.py",5572,0,"",python,selection_command +2911,5167051,"/fast/home/franz.srambical/jafar/sample.py",5599,0,"",python,selection_command +2912,5167052,"/fast/home/franz.srambical/jafar/sample.py",5617,0,"",python,selection_command +2913,5167052,"/fast/home/franz.srambical/jafar/sample.py",5650,0,"",python,selection_command +2914,5167246,"/fast/home/franz.srambical/jafar/sample.py",5678,0,"",python,selection_command +2915,5167425,"/fast/home/franz.srambical/jafar/sample.py",5700,0,"",python,selection_command +2916,5167455,"/fast/home/franz.srambical/jafar/sample.py",5725,0,"",python,selection_command +2917,5167576,"/fast/home/franz.srambical/jafar/sample.py",5752,0,"",python,selection_command +2918,5167576,"/fast/home/franz.srambical/jafar/sample.py",5778,0,"",python,selection_command +2919,5167576,"/fast/home/franz.srambical/jafar/sample.py",5807,0,"",python,selection_command +2920,5167592,"/fast/home/franz.srambical/jafar/sample.py",5923,0,"",python,selection_command +2921,5167628,"/fast/home/franz.srambical/jafar/sample.py",5946,0,"",python,selection_command +2922,5167660,"/fast/home/franz.srambical/jafar/sample.py",5978,0,"",python,selection_command +2923,5167695,"/fast/home/franz.srambical/jafar/sample.py",5990,0,"",python,selection_command +2924,5167731,"/fast/home/franz.srambical/jafar/sample.py",6008,0,"",python,selection_command +2925,5167763,"/fast/home/franz.srambical/jafar/sample.py",6042,0,"",python,selection_command +2926,5167919,"/fast/home/franz.srambical/jafar/sample.py",6083,0,"",python,selection_command +2927,5168169,"/fast/home/franz.srambical/jafar/sample.py",6156,0,"",python,selection_command +2928,5168201,"/fast/home/franz.srambical/jafar/sample.py",6208,0,"",python,selection_command +2929,5168227,"/fast/home/franz.srambical/jafar/sample.py",6261,0,"",python,selection_command +2930,5168261,"/fast/home/franz.srambical/jafar/sample.py",6304,0,"",python,selection_command +2931,5168428,"/fast/home/franz.srambical/jafar/sample.py",6364,0,"",python,selection_command +2932,5170038,"/fast/home/franz.srambical/jafar/sample.py",6371,0,"",python,selection_command +2933,5170289,"/fast/home/franz.srambical/jafar/sample.py",6373,0,"",python,selection_command +2934,5170315,"/fast/home/franz.srambical/jafar/sample.py",6376,0,"",python,selection_command +2935,5170348,"/fast/home/franz.srambical/jafar/sample.py",6377,0,"",python,selection_command +2936,5170383,"/fast/home/franz.srambical/jafar/sample.py",6384,0,"",python,selection_command +2937,5170416,"/fast/home/franz.srambical/jafar/sample.py",6385,0,"",python,selection_command +2938,5170450,"/fast/home/franz.srambical/jafar/sample.py",6399,0,"",python,selection_command +2939,5170484,"/fast/home/franz.srambical/jafar/sample.py",6401,0,"",python,selection_command +2940,5170518,"/fast/home/franz.srambical/jafar/sample.py",6402,0,"",python,selection_command +2941,5171676,"/fast/home/franz.srambical/jafar/sample.py",6401,0,"",python,selection_command +2942,5172053,"/fast/home/franz.srambical/jafar/sample.py",6402,0,"",python,selection_command +2943,5172301,"/fast/home/franz.srambical/jafar/sample.py",6406,0,"",python,selection_command +2944,5172325,"/fast/home/franz.srambical/jafar/sample.py",6407,0,"",python,selection_command +2945,5172358,"/fast/home/franz.srambical/jafar/sample.py",6417,0,"",python,selection_command +2946,5172393,"/fast/home/franz.srambical/jafar/sample.py",6419,0,"",python,selection_command +2947,5172425,"/fast/home/franz.srambical/jafar/sample.py",6423,0,"",python,selection_command +2948,5172459,"/fast/home/franz.srambical/jafar/sample.py",6424,0,"",python,selection_command +2949,5172766,"/fast/home/franz.srambical/jafar/sample.py",6431,0,"",python,selection_command +2950,5173236,"/fast/home/franz.srambical/jafar/sample.py",6424,0,"",python,selection_command +2951,5173493,"/fast/home/franz.srambical/jafar/sample.py",6423,0,"",python,selection_command +2952,5173516,"/fast/home/franz.srambical/jafar/sample.py",6419,0,"",python,selection_command +2953,5173548,"/fast/home/franz.srambical/jafar/sample.py",6417,0,"",python,selection_command +2954,5173581,"/fast/home/franz.srambical/jafar/sample.py",6407,0,"",python,selection_command +2955,5173614,"/fast/home/franz.srambical/jafar/sample.py",6406,0,"",python,selection_command +2956,5173647,"/fast/home/franz.srambical/jafar/sample.py",6402,0,"",python,selection_command +2957,5173680,"/fast/home/franz.srambical/jafar/sample.py",6401,0,"",python,selection_command +2958,5173952,"/fast/home/franz.srambical/jafar/sample.py",6399,0,"",python,selection_command +2959,5174169,"/fast/home/franz.srambical/jafar/sample.py",6385,0,"",python,selection_command +2960,5174797,"/fast/home/franz.srambical/jafar/sample.py",6398,0,"",python,selection_command +2961,5190416,"/fast/home/franz.srambical/jafar/sample.py",6399,0,"",python,selection_command +2962,5190674,"/fast/home/franz.srambical/jafar/sample.py",6401,0,"",python,selection_command +2963,5190698,"/fast/home/franz.srambical/jafar/sample.py",6405,0,"",python,selection_command +2964,5190730,"/fast/home/franz.srambical/jafar/sample.py",6406,0,"",python,selection_command +2965,5190760,"/fast/home/franz.srambical/jafar/sample.py",6416,0,"",python,selection_command +2966,5190795,"/fast/home/franz.srambical/jafar/sample.py",6417,0,"",python,selection_command +2967,5190831,"/fast/home/franz.srambical/jafar/sample.py",6422,0,"",python,selection_command +2968,5190862,"/fast/home/franz.srambical/jafar/sample.py",6423,0,"",python,selection_command +2969,5190895,"/fast/home/franz.srambical/jafar/sample.py",6430,0,"",python,selection_command +2970,5190930,"/fast/home/franz.srambical/jafar/sample.py",6431,0,"",python,selection_command +2971,5190963,"/fast/home/franz.srambical/jafar/sample.py",6432,0,"",python,selection_command +2972,5190997,"/fast/home/franz.srambical/jafar/sample.py",6433,0,"",python,selection_command +2973,5191574,"/fast/home/franz.srambical/jafar/sample.py",6435,0,"",python,selection_command +2974,5191796,"/fast/home/franz.srambical/jafar/sample.py",6436,0,"",python,selection_command +2975,5192107,"/fast/home/franz.srambical/jafar/sample.py",6438,0,"",python,selection_command +2976,5196919,"/fast/home/franz.srambical/jafar/sample.py",6438,1,"a",python,selection_command +2977,5197006,"/fast/home/franz.srambical/jafar/sample.py",6438,14,"action_batch_E",python,selection_command +2978,5197209,"/fast/home/franz.srambical/jafar/sample.py",6438,15,"action_batch_E.",python,selection_command +2979,5197393,"/fast/home/franz.srambical/jafar/sample.py",6438,20,"action_batch_E.shape",python,selection_command +2980,5197575,"/fast/home/franz.srambical/jafar/sample.py",6438,22,"action_batch_E.shape[-",python,selection_command +2981,5198770,"/fast/home/franz.srambical/jafar/sample.py",6438,23,"action_batch_E.shape[-1",python,selection_command +2982,5198933,"/fast/home/franz.srambical/jafar/sample.py",6438,24,"action_batch_E.shape[-1]",python,selection_command +2983,5199455,"/fast/home/franz.srambical/jafar/sample.py",6438,24,"",python,content +2984,5200913,"/fast/home/franz.srambical/jafar/sample.py",6439,0,"",python,selection_command +2985,5204752,"/fast/home/franz.srambical/jafar/sample.py",6438,0,"",python,selection_command +2986,5204848,"/fast/home/franz.srambical/jafar/sample.py",6438,1,"",python,content +2987,5205317,"/fast/home/franz.srambical/jafar/sample.py",6439,0,")",python,content +2988,5206550,"/fast/home/franz.srambical/jafar/sample.py",6438,0,"action_batch_E.shape[-1]",python,content +2989,5206553,"/fast/home/franz.srambical/jafar/sample.py",6438,0,"",python,selection_command +2990,5207341,"/fast/home/franz.srambical/jafar/sample.py",6438,24,"",python,content +2991,5207595,"/fast/home/franz.srambical/jafar/sample.py",6437,0,"",python,selection_command +2992,5207743,"/fast/home/franz.srambical/jafar/sample.py",6437,1,"",python,content +2993,5209418,"/fast/home/franz.srambical/jafar/sample.py",6436,0,"",python,selection_command +2994,5209804,"/fast/home/franz.srambical/jafar/sample.py",6436,1,"",python,content +2995,5210287,"/fast/home/franz.srambical/jafar/sample.py",6439,0,"",python,selection_command +2996,5210353,"/fast/home/franz.srambical/jafar/sample.py",6439,0,"w",python,content +2997,5210353,"/fast/home/franz.srambical/jafar/sample.py",6440,0,"",python,selection_keyboard +2998,5210510,"/fast/home/franz.srambical/jafar/sample.py",6440,0,"\n",python,content +2999,5211218,"/fast/home/franz.srambical/jafar/sample.py",6439,2,"",python,content +3000,5212455,"/fast/home/franz.srambical/jafar/sample.py",6348,0,"",python,selection_command +3001,5212654,"/fast/home/franz.srambical/jafar/sample.py",6352,0,"",python,selection_command +3002,5212800,"/fast/home/franz.srambical/jafar/sample.py",6371,0,"",python,selection_command +3003,5213058,"/fast/home/franz.srambical/jafar/sample.py",6373,0,"",python,selection_command +3004,5213087,"/fast/home/franz.srambical/jafar/sample.py",6376,0,"",python,selection_command +3005,5213117,"/fast/home/franz.srambical/jafar/sample.py",6377,0,"",python,selection_command +3006,5213460,"/fast/home/franz.srambical/jafar/sample.py",6384,0,"",python,selection_command +3007,5213680,"/fast/home/franz.srambical/jafar/sample.py",6385,0,"",python,selection_command +3008,5227362,"/fast/home/franz.srambical/jafar/sample.py",6347,0,"\n ",python,content +3009,5228394,"/fast/home/franz.srambical/jafar/sample.py",6352,0,"B",python,content +3010,5228394,"/fast/home/franz.srambical/jafar/sample.py",6353,0,"",python,selection_keyboard +3011,5228645,"/fast/home/franz.srambical/jafar/sample.py",6353,0,",",python,content +3012,5228646,"/fast/home/franz.srambical/jafar/sample.py",6354,0,"",python,selection_keyboard +3013,5228920,"/fast/home/franz.srambical/jafar/sample.py",6354,0," ",python,content +3014,5228921,"/fast/home/franz.srambical/jafar/sample.py",6355,0,"",python,selection_keyboard +3015,5233328,"/fast/home/franz.srambical/jafar/sample.py",6355,0,"S",python,content +3016,5233328,"/fast/home/franz.srambical/jafar/sample.py",6356,0,"",python,selection_keyboard +3017,5233866,"/fast/home/franz.srambical/jafar/sample.py",6356,0," ",python,content +3018,5233867,"/fast/home/franz.srambical/jafar/sample.py",6357,0,"",python,selection_keyboard +3019,5235733,"/fast/home/franz.srambical/jafar/sample.py",6357,0,"_",python,content +3020,5235734,"/fast/home/franz.srambical/jafar/sample.py",6358,0,"",python,selection_keyboard +3021,5236094,"/fast/home/franz.srambical/jafar/sample.py",6358,0,",",python,content +3022,5236094,"/fast/home/franz.srambical/jafar/sample.py",6359,0,"",python,selection_keyboard +3023,5237013,"/fast/home/franz.srambical/jafar/sample.py",6359,0," ",python,content +3024,5237014,"/fast/home/franz.srambical/jafar/sample.py",6360,0,"",python,selection_keyboard +3025,5237341,"/fast/home/franz.srambical/jafar/sample.py",6360,0,"_",python,content +3026,5237341,"/fast/home/franz.srambical/jafar/sample.py",6361,0,"",python,selection_keyboard +3027,5237596,"/fast/home/franz.srambical/jafar/sample.py",6361,0,",",python,content +3028,5237596,"/fast/home/franz.srambical/jafar/sample.py",6362,0,"",python,selection_keyboard +3029,5237875,"/fast/home/franz.srambical/jafar/sample.py",6362,0," ",python,content +3030,5237875,"/fast/home/franz.srambical/jafar/sample.py",6363,0,"",python,selection_keyboard +3031,5242023,"/fast/home/franz.srambical/jafar/sample.py",6363,0,"_",python,content +3032,5242023,"/fast/home/franz.srambical/jafar/sample.py",6364,0,"",python,selection_keyboard +3033,5242638,"/fast/home/franz.srambical/jafar/sample.py",6364,0,",",python,content +3034,5242639,"/fast/home/franz.srambical/jafar/sample.py",6365,0,"",python,selection_keyboard +3035,5243303,"/fast/home/franz.srambical/jafar/sample.py",6365,0," ",python,content +3036,5243303,"/fast/home/franz.srambical/jafar/sample.py",6366,0,"",python,selection_keyboard +3037,5243597,"/fast/home/franz.srambical/jafar/sample.py",6366,0,"_",python,content +3038,5243597,"/fast/home/franz.srambical/jafar/sample.py",6367,0,"",python,selection_keyboard +3039,5244645,"/fast/home/franz.srambical/jafar/sample.py",6367,0," ",python,content +3040,5244645,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"",python,selection_keyboard +3041,5244913,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"+",python,content +3042,5244913,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"",python,selection_keyboard +3043,5245171,"/fast/home/franz.srambical/jafar/sample.py",6369,0," ",python,content +3044,5245171,"/fast/home/franz.srambical/jafar/sample.py",6370,0,"",python,selection_keyboard +3045,5245604,"/fast/home/franz.srambical/jafar/sample.py",6369,1,"",python,content +3046,5245741,"/fast/home/franz.srambical/jafar/sample.py",6368,1,"",python,content +3047,5246080,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"6",python,content +3048,5246080,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"",python,selection_keyboard +3049,5246504,"/fast/home/franz.srambical/jafar/sample.py",6368,1,"",python,content +3050,5246778,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"=",python,content +3051,5246778,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"",python,selection_keyboard +3052,5247605,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"",python,selection_command +3053,5247950,"/fast/home/franz.srambical/jafar/sample.py",6366,0,"",python,selection_command +3054,5248085,"/fast/home/franz.srambical/jafar/sample.py",6364,0,"",python,selection_command +3055,5248239,"/fast/home/franz.srambical/jafar/sample.py",6363,0,"",python,selection_command +3056,5248391,"/fast/home/franz.srambical/jafar/sample.py",6361,0,"",python,selection_command +3057,5248562,"/fast/home/franz.srambical/jafar/sample.py",6360,0,"",python,selection_command +3058,5248733,"/fast/home/franz.srambical/jafar/sample.py",6358,0,"",python,selection_command +3059,5249118,"/fast/home/franz.srambical/jafar/sample.py",6357,0,"",python,selection_command +3060,5249477,"/fast/home/franz.srambical/jafar/sample.py",6358,0,"",python,selection_command +3061,5249689,"/fast/home/franz.srambical/jafar/sample.py",6360,0,"",python,selection_command +3062,5249872,"/fast/home/franz.srambical/jafar/sample.py",6361,0,"",python,selection_command +3063,5250056,"/fast/home/franz.srambical/jafar/sample.py",6363,0,"",python,selection_command +3064,5250259,"/fast/home/franz.srambical/jafar/sample.py",6364,0,"",python,selection_command +3065,5250684,"/fast/home/franz.srambical/jafar/sample.py",6364,1,"",python,content +3066,5250844,"/fast/home/franz.srambical/jafar/sample.py",6364,1,"",python,content +3067,5251030,"/fast/home/franz.srambical/jafar/sample.py",6364,1,"",python,content +3068,5251782,"/fast/home/franz.srambical/jafar/sample.py",6366,0,"",python,selection_command +3069,5252429,"/fast/home/franz.srambical/jafar/sample.py",6366,0," ",python,content +3070,5252429,"/fast/home/franz.srambical/jafar/sample.py",6367,0,"",python,selection_keyboard +3071,5254301,"/fast/home/franz.srambical/jafar/sample.py",6367,0,"v",python,content +3072,5254301,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"",python,selection_keyboard +3073,5254539,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"d",python,content +3074,5254540,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"",python,selection_keyboard +3075,5254553,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"i",python,content +3076,5254554,"/fast/home/franz.srambical/jafar/sample.py",6370,0,"",python,selection_keyboard +3077,5254665,"/fast/home/franz.srambical/jafar/sample.py",6370,0,"e",python,content +3078,5254665,"/fast/home/franz.srambical/jafar/sample.py",6371,0,"",python,selection_keyboard +3079,5255103,"/fast/home/franz.srambical/jafar/sample.py",6370,1,"",python,content +3080,5255260,"/fast/home/franz.srambical/jafar/sample.py",6369,1,"",python,content +3081,5255407,"/fast/home/franz.srambical/jafar/sample.py",6368,1,"",python,content +3082,5255438,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"i",python,content +3083,5255439,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"",python,selection_keyboard +3084,5255577,"/fast/home/franz.srambical/jafar/sample.py",6369,0,"d",python,content +3085,5255577,"/fast/home/franz.srambical/jafar/sample.py",6370,0,"",python,selection_keyboard +3086,5255652,"/fast/home/franz.srambical/jafar/sample.py",6370,0,"e",python,content +3087,5255652,"/fast/home/franz.srambical/jafar/sample.py",6371,0,"",python,selection_keyboard +3088,5255723,"/fast/home/franz.srambical/jafar/sample.py",6371,0,"o",python,content +3089,5255724,"/fast/home/franz.srambical/jafar/sample.py",6372,0,"",python,selection_keyboard +3090,5257380,"/fast/home/franz.srambical/jafar/sample.py",6367,5,"video_batch_BSHWC",python,content +3091,5257779,"/fast/home/franz.srambical/jafar/sample.py",6384,0,".",python,content +3092,5257779,"/fast/home/franz.srambical/jafar/sample.py",6385,0,"",python,selection_keyboard +3093,5258006,"/fast/home/franz.srambical/jafar/sample.py",6385,0,"s",python,content +3094,5258006,"/fast/home/franz.srambical/jafar/sample.py",6386,0,"",python,selection_keyboard +3095,5258012,"/fast/home/franz.srambical/jafar/sample.py",6386,0,"h",python,content +3096,5258012,"/fast/home/franz.srambical/jafar/sample.py",6387,0,"",python,selection_keyboard +3097,5258192,"/fast/home/franz.srambical/jafar/sample.py",6387,0,"a",python,content +3098,5258192,"/fast/home/franz.srambical/jafar/sample.py",6388,0,"",python,selection_keyboard +3099,5258196,"/fast/home/franz.srambical/jafar/sample.py",6388,0,"p",python,content +3100,5258196,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"",python,selection_keyboard +3101,5258273,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"e",python,content +3102,5258274,"/fast/home/franz.srambical/jafar/sample.py",6390,0,"",python,selection_keyboard +3103,5258460,"/fast/home/franz.srambical/jafar/sample.py",6389,0,"",python,selection_command +3104,5259960,"/fast/home/franz.srambical/jafar/sample.py",6432,0,"",python,selection_command +3105,5260062,"/fast/home/franz.srambical/jafar/sample.py",6442,0,"",python,selection_command +3106,5260242,"/fast/home/franz.srambical/jafar/sample.py",6444,0,"",python,selection_command +3107,5260679,"/fast/home/franz.srambical/jafar/sample.py",6445,0,"",python,selection_command +3108,5261595,"/fast/home/franz.srambical/jafar/sample.py",6474,0,"S",python,content +3109,5261595,"/fast/home/franz.srambical/jafar/sample.py",6462,12,"",python,content +3110,5261595,"/fast/home/franz.srambical/jafar/sample.py",6460,0,"B",python,content +3111,5261595,"/fast/home/franz.srambical/jafar/sample.py",6445,15,"",python,content +3112,5261595,"/fast/home/franz.srambical/jafar/sample.py",6356,0,",",python,content +3113,5263967,"/fast/home/franz.srambical/jafar/sample.py",6390,0,"",python,selection_command +3114,5271052,"/fast/home/franz.srambical/jafar/sample.py",5191,0,"",python,selection_command +3115,5273209,"/fast/home/franz.srambical/jafar/sample.py",6352,0,"",python,selection_command +3116,5277112,"/fast/home/franz.srambical/jafar/sample.py",6353,0,"",python,selection_command +3117,5277345,"/fast/home/franz.srambical/jafar/sample.py",6355,0,"",python,selection_command +3118,5277374,"/fast/home/franz.srambical/jafar/sample.py",6356,0,"",python,selection_command +3119,5277407,"/fast/home/franz.srambical/jafar/sample.py",6358,0,"",python,selection_command +3120,5277442,"/fast/home/franz.srambical/jafar/sample.py",6359,0,"",python,selection_command +3121,5277479,"/fast/home/franz.srambical/jafar/sample.py",6361,0,"",python,selection_command +3122,5277925,"/fast/home/franz.srambical/jafar/sample.py",6362,0,"",python,selection_command +3123,5278111,"/fast/home/franz.srambical/jafar/sample.py",6364,0,"",python,selection_command +3124,5278291,"/fast/home/franz.srambical/jafar/sample.py",6366,0,"",python,selection_command +3125,5278456,"/fast/home/franz.srambical/jafar/sample.py",6368,0,"",python,selection_command +3126,5279003,"/fast/home/franz.srambical/jafar/sample.py",6412,0,"",python,selection_command +3127,5285941,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +3128,5286037,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +3129,5286415,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +3130,5289981,"experiments/sample.sh",0,0,"",shellscript,tab +3131,5291362,"experiments/sample.sh",294,1,"2",shellscript,content +3132,5293025,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +3133,5294341,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3134,5294524,"TERMINAL",0,0,"\r\n",,terminal_output +3135,5305807,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14454.14 task 0: running\r\n^Csrun: sending Ctrl-C to StepId=14454.14\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-31T14:39:28.605] error: *** STEP 14454.14 ON hai001 CANCELLED AT 2025-07-31T14:39:28 DUE to SIGNAL Killed ***\r\n",,terminal_output +3136,5305991,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14454.14\r\nsrun: job abort in progress\r\n",,terminal_output +3137,5306185,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +3138,5306247,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +3139,5307954,"/fast/home/franz.srambical/jafar/sample.py",7695,0,"",python,selection_mouse +3140,5309702,"/fast/home/franz.srambical/jafar/sample.py",7642,0,"",python,selection_mouse +3141,5313328,"/fast/home/franz.srambical/jafar/sample.py",7696,0,"BSm11",python,content +3142,5313328,"/fast/home/franz.srambical/jafar/sample.py",7695,1,"",python,content +3143,5313328,"/fast/home/franz.srambical/jafar/sample.py",7649,0,"BSm11",python,content +3144,5313328,"/fast/home/franz.srambical/jafar/sample.py",7648,1,"",python,content +3145,5316056,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +3146,5316252,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3147,5327026,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3148,5327300,"/fast/home/franz.srambical/jafar/sample.py",6299,0,"",python,selection_mouse +3149,5329592,"/fast/home/franz.srambical/jafar/sample.py",6401,0,"",python,selection_mouse +3150,5333521,"/fast/home/franz.srambical/jafar/sample.py",6357,0,"",python,selection_command +3151,5334075,"/fast/home/franz.srambical/jafar/sample.py",6348,43," B, S, _, _, _ = video_batch_BSHWC.shape",python,selection_command +3152,5334520,"/fast/home/franz.srambical/jafar/sample.py",6348,109," B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))",python,selection_command +3153,5334860,"/fast/home/franz.srambical/jafar/sample.py",6348,110,"",python,content +3154,5335023,"TERMINAL",0,0,"2025-07-31 14:39:57.829242: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3155,5335729,"/fast/home/franz.srambical/jafar/sample.py",6349,0,"",python,selection_command +3156,5335977,"/fast/home/franz.srambical/jafar/sample.py",6387,0,"",python,selection_command +3157,5336013,"/fast/home/franz.srambical/jafar/sample.py",6467,0,"",python,selection_command +3158,5336040,"/fast/home/franz.srambical/jafar/sample.py",6529,0,"",python,selection_command +3159,5336075,"/fast/home/franz.srambical/jafar/sample.py",6624,0,"",python,selection_command +3160,5336122,"/fast/home/franz.srambical/jafar/sample.py",6707,0,"",python,selection_command +3161,5336151,"/fast/home/franz.srambical/jafar/sample.py",6731,0,"",python,selection_command +3162,5336176,"/fast/home/franz.srambical/jafar/sample.py",6813,0,"",python,selection_command +3163,5336220,"/fast/home/franz.srambical/jafar/sample.py",6826,0,"",python,selection_command +3164,5336251,"/fast/home/franz.srambical/jafar/sample.py",6853,0,"",python,selection_command +3165,5336278,"/fast/home/franz.srambical/jafar/sample.py",6854,0,"",python,selection_command +3166,5336399,"/fast/home/franz.srambical/jafar/sample.py",6884,0,"",python,selection_command +3167,5336399,"/fast/home/franz.srambical/jafar/sample.py",6936,0,"",python,selection_command +3168,5336399,"/fast/home/franz.srambical/jafar/sample.py",6997,0,"",python,selection_command +3169,5336412,"/fast/home/franz.srambical/jafar/sample.py",7076,0,"",python,selection_command +3170,5336445,"/fast/home/franz.srambical/jafar/sample.py",7133,0,"",python,selection_command +3171,5336479,"/fast/home/franz.srambical/jafar/sample.py",7171,0,"",python,selection_command +3172,5336516,"/fast/home/franz.srambical/jafar/sample.py",7253,0,"",python,selection_command +3173,5336550,"/fast/home/franz.srambical/jafar/sample.py",7254,0,"",python,selection_command +3174,5336583,"/fast/home/franz.srambical/jafar/sample.py",7279,0,"",python,selection_command +3175,5336792,"/fast/home/franz.srambical/jafar/sample.py",7331,0,"",python,selection_command +3176,5338271,"/fast/home/franz.srambical/jafar/sample.py",7428,0,"\n ",python,content +3177,5338485,"/fast/home/franz.srambical/jafar/sample.py",7429,4,"",python,content +3178,5338587,"/fast/home/franz.srambical/jafar/sample.py",7429,0,"\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))",python,content +3179,5338589,"/fast/home/franz.srambical/jafar/sample.py",7434,0,"",python,selection_command +3180,5338753,"TERMINAL",0,0,"2025-07-31 14:40:01.557447: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:40:01.557961: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-31 14:40:01.557982: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3181,5339810,"/fast/home/franz.srambical/jafar/sample.py",7429,0,"",python,selection_command +3182,5340322,"/fast/home/franz.srambical/jafar/sample.py",7429,1,"",python,content +3183,5340328,"/fast/home/franz.srambical/jafar/sample.py",7433,0,"",python,selection_command +3184,5342363,"TERMINAL",0,0,"SSIM: 0.009795557707548141\r\n",,terminal_output +3185,5342581,"/fast/home/franz.srambical/jafar/sample.py",7434,0,"",python,selection_command +3186,5343751,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +3187,5343944,"/fast/home/franz.srambical/jafar/sample.py",7478,0,"",python,selection_command +3188,5344198,"/fast/home/franz.srambical/jafar/sample.py",7434,0,"",python,selection_command +3189,5344434,"/fast/home/franz.srambical/jafar/sample.py",7433,0,"",python,selection_command +3190,5345265,"/fast/home/franz.srambical/jafar/sample.py",7432,0,"",python,selection_command +3191,5390879,"TERMINAL",0,0,"\r[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +3192,5394037,"genie.py",0,0,"",python,tab +3193,5394038,"genie.py",128,0,"",python,selection_command +3194,5411553,"sample.py",0,0,"",python,tab +3195,5411553,"sample.py",1226,0,"",python,selection_command +3196,5429056,"genie.py",0,0,"",python,tab +3197,5429461,"genie.py",0,0,"",python,selection_command +3198,5430128,"genie.py",714,0,"",python,selection_command +3199,5430277,"genie.py",1744,0,"",python,selection_command +3200,5430427,"genie.py",2920,0,"",python,selection_command +3201,5430718,"genie.py",4085,0,"",python,selection_command +3202,5431010,"genie.py",5348,0,"",python,selection_command +3203,5431321,"genie.py",6469,0,"",python,selection_command +3204,5433644,"sample.py",0,0,"",python,tab +3205,5486459,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_BSm11.shape[0]):\n action = action_batch_BSm11[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +3206,5486459,"sample.py",1680,0,"",python,selection_command +3207,5537069,"sample.py",6768,0,"",python,selection_mouse +3208,5537621,"sample.py",6815,0,"",python,selection_mouse +3209,5555749,"sample.py",0,0,"Switched from branch 'fix-reshape-typo-2' to 'missing-reshape-sample-py'",python,git_branch_checkout +3210,5567769,"sample.py",6415,0,"",python,selection_mouse diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-5342e4d6-3c20-40cb-9bcb-64bf1931df6e1753973941916-2025_07_31-16.59.20.943/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-5342e4d6-3c20-40cb-9bcb-64bf1931df6e1753973941916-2025_07_31-16.59.20.943/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..044c61be7cd91aa82ef9ec060f4c1849a5187124 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-5342e4d6-3c20-40cb-9bcb-64bf1931df6e1753973941916-2025_07_31-16.59.20.943/source.csv @@ -0,0 +1,5 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # FIXME (f.srambical): this is exactly the same as STBlock (except for the positional encoding)\n # --- Spatial attention ---\n _, T, N, _ = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n # FIXME (f.srambical): only input last token\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n # FIXME (f.srambical): only input last token\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +2,408,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"4:59:20 PM [info] Activating crowd-code\n4:59:20 PM [info] Recording started\n4:59:20 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,558,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"4:59:21 PM [info] Git repository found\n4:59:21 PM [info] Git provider initialized successfully\n4:59:21 PM [info] Initial git state: [object Object]\n",Log,content +4,6295,"utils/nn.py",0,0,"",python,tab diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-59175e55-ecae-446f-be12-8861032d4f481751613426266-2025_07_04-09.17.44.620/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-59175e55-ecae-446f-be12-8861032d4f481751613426266-2025_07_04-09.17.44.620/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..da9fba7d4954b0ef5d56bb7295264232e22eab1e --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-59175e55-ecae-446f-be12-8861032d4f481751613426266-2025_07_04-09.17.44.620/source.csv @@ -0,0 +1,16 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,5,"tests/test_checkpointer.py",0,0,"import unittest\nimport tempfile\nimport os\nimport jax\nimport jax.numpy as jnp\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom pathlib import Path\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom flax.training.train_state import TrainState\nimport optax\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\n\nclass DistributedCheckpointerTest(unittest.TestCase):\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.checkpoint_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n # FIXME (f.srambical): If the tests pass, we should use the default model config instead\n self.model_kwargs = dict(\n in_dim=3,\n model_dim=8,\n latent_dim=4,\n num_latents=16,\n patch_size=2,\n num_blocks=1,\n num_heads=1,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.image_shape = (8, 8, 3)\n self.seq_len = 2\n self.batch_size = 2\n self.seed = 0\n\n def test_distributed_checkpointing(self):\n jax.distributed.initialize()\n num_devices = jax.device_count()\n self.assertGreater(num_devices, 0)\n\n model = TokenizerVQVAE(**self.model_kwargs)\n rng = jax.random.PRNGKey(self.seed)\n dummy_inputs = dict(\n videos=jnp.zeros((self.batch_size, self.seq_len, *self.image_shape), dtype=jnp.float32)\n )\n params = model.init(rng, dummy_inputs)\n\n tx = optax.adam(1e-3)\n state = TrainState.create(apply_fn=model.apply, params=params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n state = jax.device_put(state, replicated_sharding)\n\n ckpt = {""model"": state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n ckpt_path = str(self.checkpoint_dir / ""test_ckpt"")\n orbax_checkpointer.save(ckpt_path, ckpt, save_args=save_args)\n self.assertTrue(os.path.exists(ckpt_path))\n\n restore_target = {""model"": state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n restored = orbax_checkpointer.restore(ckpt_path, item=restore_target, restore_args=restore_args)\n # Compare parameters recursively, handling nested structure\n def compare_params(original, restored):\n if isinstance(original, dict):\n for k in original.keys():\n compare_params(original[k], restored[k])\n else:\n self.assertTrue(jnp.allclose(original, restored))\n \n compare_params(state.params, restored[""model""].params)\n\nif __name__ == ""__main__"":\n unittest.main()\n",python,tab +2,568,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"9:17:43 AM [info] Activating crowd-code\n9:17:44 AM [info] Recording started\n9:17:44 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,1547,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"9:17:45 AM [info] Git repository found\n9:17:45 AM [info] Git provider initialized successfully\n9:17:45 AM [info] Initial git state: [object Object]\n",Log,content +4,1648,"tests/test_checkpointer.py",0,0,"",python,tab +5,3081,"TERMINAL",0,0,"/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +6,3095,"TERMINAL",0,0,"]633;E;/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;b730ba2f-be2c-4b6f-9f0d-d578d409e7ab]633;C]0;franz.srambical@hpc-submit01:/ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0]633;P;Cwd=/ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash",,terminal_output +7,13336,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu16 --cpus-per-task=8",,terminal_command +8,13419,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu16 --cpus-per-task=8;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;Csalloc: Required node not available (down, drained or reserved)\r\nsalloc: Pending job allocation 26666565\r\nsalloc: job 26666565 queued and waiting for resources\r\n",,terminal_output +9,79296,"TERMINAL",0,0,"^Csalloc: Job allocation 26666565 has been revoked.\r\nsalloc: Job aborted due to signal\r\n",,terminal_output +10,82221,"TERMINAL",0,0,"sinfo supergpu16",,terminal_command +11,82252,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;sinfo supergpu16;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;CPARTITION AVAIL TIMELIMIT NODES STATE NODELIST\r\ninteractive_cpu_p up 12:00:00 1 down* cpusrv54\r\ninteractive_cpu_p up 12:00:00 1 mix cpusrv75\r\ninteractive_cpu_p up 12:00:00 4 idle cpusrv[51-53,55]\r\ncpu_p up 3-00:00:00 1 down* supercpu02\r\ncpu_p up 3-00:00:00 2 drain cpusrv[57,74]\r\ncpu_p up 3-00:00:00 84 mix cpusrv[02,05-27,31-33,35-39,41-47,49-50,56,58,61-65,72-73,75,77,79,82-83,89,92,94,96-104,106-108,110,112-113,115-117,119,121-122,124-127],supercpu01\r\ncpu_p up 3-00:00:00 19 alloc cpusrv[28,59-60,78,80-81,84-88,90-91,93,109,111,114,118,123]\r\ncpu_p up 3-00:00:00 8 idle cpusrv[30,40,48,69-71,95,105]\r\ninteractive_gpu_p up 12:00:00 1 inval gpusrv25\r\ninteractive_gpu_p up 12:00:00 3 idle gpusrv[22-24]\r\ngpu_p up 2-00:00:00 3 mix- supergpu[14,17,19]\r\ngpu_p up 2-00:00:00 2 down* gpusrv34,supergpu07\r\ngpu_p up 2-00:00:00 1 drain supergpu16\r\ngpu_p up 2-00:00:00 2 resv supergpu[05,18]\r\ngpu_p up 2-00:00:00 52 mix gpusrv[11-12,15,18,26-33,38-40,42-46,50-55,57-77],supergpu[02-03,08-09,15]\r\ngpu_p up 2-00:00:00 11 idle gpusrv[09-10,13-14,16-17,35,41,47-49]\r\ncemp_gpu_p up 5-00:00:00 1 down* supercpu02\r\ncemp_gpu_p up 5-00:00:00 3 mix supercpu01,supergpu[06,10]\r\ncemp_gpu_p up 5-00:00:00 3 idle supergpu[11-13]\r\nbcf_p up 14-00:00:0 1 mix cpusrv29\r\nbcf_p up 14-00:00:0 1 idle cpusrv128\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;0",,terminal_output +12,144962,"TERMINAL",0,0,"scontrol show node supergpu16~",,terminal_command +13,144987,"TERMINAL",0,0,"]633;E;scontrol show node supergpu16~;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;C",,terminal_output +14,147337,"TERMINAL",0,0,"scontrol show node supergpu16",,terminal_command +15,147379,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;scontrol show node supergpu16;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;C",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-59cfa53e-375d-426f-b7b4-1efe57f39c131751644504215-2025_07_04-17.55.46.972/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-59cfa53e-375d-426f-b7b4-1efe57f39c131751644504215-2025_07_04-17.55.46.972/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..5454c5de96f8ff86c68fd3a221ad136c666dbbe5 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-59cfa53e-375d-426f-b7b4-1efe57f39c131751644504215-2025_07_04-17.55.46.972/source.csv @@ -0,0 +1,350 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,4,"tests/test_checkpointer.py",0,0,"import unittest\nimport tempfile\nimport os\nimport jax\nimport jax.numpy as jnp\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom pathlib import Path\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom flax.training.train_state import TrainState\nimport optax\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\n\nclass DistributedCheckpointerTest(unittest.TestCase):\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.checkpoint_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n # FIXME (f.srambical): If the tests pass, we should use the default model config instead\n self.model_kwargs = dict(\n in_dim=3,\n model_dim=8,\n latent_dim=4,\n num_latents=16,\n patch_size=2,\n num_blocks=1,\n num_heads=1,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.image_shape = (8, 8, 3)\n self.seq_len = 2\n self.batch_size = 2\n self.seed = 0\n\n def test_distributed_checkpointing(self):\n jax.distributed.initialize()\n num_devices = jax.device_count()\n self.assertGreater(num_devices, 0)\n\n model = TokenizerVQVAE(**self.model_kwargs)\n rng = jax.random.PRNGKey(self.seed)\n dummy_inputs = dict(\n videos=jnp.zeros((self.batch_size, self.seq_len, *self.image_shape), dtype=jnp.float32)\n )\n params = model.init(rng, dummy_inputs)\n\n tx = optax.adam(1e-3)\n state = TrainState.create(apply_fn=model.apply, params=params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n state = jax.device_put(state, replicated_sharding)\n\n ckpt = {""model"": state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n ckpt_path = str(self.checkpoint_dir / ""test_ckpt"")\n orbax_checkpointer.save(ckpt_path, ckpt, save_args=save_args)\n self.assertTrue(os.path.exists(ckpt_path))\n\n restore_target = {""model"": state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n restored = orbax_checkpointer.restore(ckpt_path, item=restore_target, restore_args=restore_args)\n # Compare parameters recursively, handling nested structure\n def compare_params(original, restored):\n if isinstance(original, dict):\n for k in original.keys():\n compare_params(original[k], restored[k])\n else:\n self.assertTrue(jnp.allclose(original, restored))\n \n compare_params(state.params, restored[""model""].params)\n\nif __name__ == ""__main__"":\n unittest.main()\n",python,tab +2,484,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"5:55:46 PM [info] Activating crowd-code\n5:55:46 PM [info] Recording started\n5:55:46 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,1080,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"5:55:47 PM [info] Git repository found\n5:55:47 PM [info] Git provider initialized successfully\n5:55:47 PM [info] Initial git state: [object Object]\n",Log,content +4,1876,"tests/test_checkpointer.py",0,0,"",python,tab +5,9957,"TERMINAL",0,0,"/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +6,10085,"TERMINAL",0,0,"]633;E;/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;370b7d0d-a465-437d-bd47-b2756eb300b8]633;C",,terminal_output +7,10132,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0",,terminal_output +8,76114,"TERMINAL",0,0,"bash",,terminal_focus +9,413944,"TERMINAL",0,0,"squeue",,terminal_command +10,413993,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;squeue;d83d794d-068d-45a7-86c8-da2446d84194]633;C",,terminal_output +11,414054,"TERMINAL",0,0," JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)\r\n 26702155 bcf_p RSTDIO alena.bo R 3:14:15 1 cpusrv29\r\n 26673287 bcf_p JPTR simone.r R 7:41:00 1 cpusrv29\r\n26606201_[10-18%4] cemp_gpu_ pytom_TM thomas.d PD 0:00 1 (JobArrayTaskLimit)\r\n 26723793 cemp_gpu_ TM_PyTom christin PD 0:00 1 (Resources)\r\n 26723861 cemp_gpu_ TM_PyTom christin PD 0:00 1 (Resources)\r\n 26606201_9 cemp_gpu_ pytom_TM thomas.d R 46:55 1 supergpu10\r\n 26606201_4 cemp_gpu_ pytom_TM thomas.d R 1-10:26:38 1 supergpu06\r\n 26606201_5 cemp_gpu_ pytom_TM thomas.d R 1-10:26:38 1 supergpu06\r\n 26606201_6 cemp_gpu_ pytom_TM thomas.d R 1-10:26:38 1 supergpu06\r\n 26715883 cemp_gpu_ cs_P31_J stefan.b R 59:31 1 supergpu12\r\n 26715884 cemp_gpu_ cs_P31_J stefan.b R 59:31 1 supergpu12\r\n 26715885 cemp_gpu_ cs_P31_J stefan.b R 59:31 1 supergpu12\r\n 26707228 cemp_gpu_ cs_P31_J stefan.b R 1:54:17 1 supergpu13\r\n 26691356 cemp_gpu_ cs_P31_J stefan.b R 4:47:21 1 supergpu13\r\n 26600624 cemp_gpu_ cs_P31_J stefan.b R 2-09:13:44 1 supergpu10\r\n 26585545 cemp_gpu_ cs_P31_J stefan.b R 3-09:08:45 1 supergpu06\r\n 26723777 cemp_gpu_ TM_PyTom christin R 10:15 1 supergpu11\r\n 26723779 cemp_gpu_ TM_PyTom christin R 10:15 1 supergpu11\r\n 26723780 cemp_gpu_ TM_PyTom christin R 10:15 1 supergpu13\r\n 26723696 cemp_gpu_ TM_PyTom christin R 10:36 1 supergpu10\r\n 26723697 cemp_gpu_ TM_PyTom christin R 10:36 1 supergpu11\r\n 26702277 cemp_gpu_ TM_PyTom christin R 2:41:32 1 supergpu12\r\n 26700102 cemp_gpu_ TM_PyTom christin R 3:35:40 1 supergpu10\r\n 26695655 cemp_gpu_ TM_PyTom christin R 4:00:58 1 supergpu13\r\n 26549079 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549078 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549077 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549076 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549075 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549074 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549073 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549072 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549071 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549070 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549069 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549068 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549067 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549066 cpu_p orca filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549113 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549115 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549114 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549117 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549116 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549118 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549126 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549125 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549124 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549123 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549122 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549121 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549132 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549131 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549130 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549129 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549128 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549127 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549320 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549321 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549323 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549322 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549325 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549326 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549327 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549328 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26549329 cpu_p Pcharges filipe.m PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26554131 cpu_p j_dialog zeynep.k PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26665931 cpu_p LaunchPA thomas.l PD 0:00 1 (Resources)\r\n26705559_[145-248] cpu_p ase_asj_ furkan.b PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26720783 cpu_p s03_vmat heidrun. PD 0:00 1 (Priority)\r\n 26721943 cpu_p s04_pars heidrun. PD 0:00 1 (Priority)\r\n 26722031 cpu_p s04_pars heidrun. PD 0:00 1 (Priority)\r\n 26722045 cpu_p s04_pars heidrun. PD 0:00 1 (Priority)\r\n 26722322 cpu_p s04_pars heidrun. PD 0:00 1 (Priority)\r\n 26722483 cpu_p s03_vmat heidrun. PD 0:00 1 (Priority)\r\n 26722657 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26722658 cpu_p s03_vmat heidrun. PD 0:00 1 (Priority)\r\n 26722890 cpu_p s03_vmat heidrun. PD 0:00 1 (Priority)\r\n 26722972 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26722985 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26723307 cpu_p s03_vmat heidrun. PD 0:00 1 (Priority)\r\n 26723375 cpu_p s04_pars heidrun. PD 0:00 1 (Priority)\r\n 26723778 cpu_p s04_pars heidrun. PD 0:00 1 (Priority)\r\n 26724103 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26724186 cpu_p s03_vmat heidrun. PD 0:00 1 (Priority)\r\n 26724282 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26724511 cpu_p s03_vmat heidrun. PD 0:00 1 (Priority)\r\n 26724512 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26724604 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26724915 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26725398 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n 26725399 cpu_p s02_vmat heidrun. PD 0:00 1 (Priority)\r\n26702280_[4080-694 cpu_p phacts_p erfan.kh PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n26568452_[558-566, cpu_p ad_5 jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26666243 cpu_p eval_hem helena.f PD 0:00 1 (Resources)\r\n 26666306_[0-8] cpu_p eval_hte helena.f PD 0:00 1 (Priority)\r\n 26692101 cpu_p launch_p lorenzo. PD 0:00 1 (Priority)\r\n 26702144 cpu_p launch_p lorenzo. PD 0:00 1 (Priority)\r\n 26702146 cpu_p launch_p lorenzo. PD 0:00 1 (Priority)\r\n26705302_[413-414, cpu_p sceptre_ jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n26706446_[420,422, cpu_p sceptre_ jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n26707227_[315,322- cpu_p sceptre_ jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26707482_[449] cpu_p sceptre_ jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n26708018_[462-465, cpu_p sceptre_ jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n26708748_[493-496, cpu_p sceptre_ jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n26710010_[546-566, cpu_p wilcoxon jiaqi.lu PD 0:00 1 (QOSMaxMemoryPerUser)\r\n 26605532 cpu_p RStudio- safalraj R 2-03:47:42 1 cpusrv85\r\n 26664811 cpu_p rstudiot peter.we R 20:22:32 1 cpusrv89\r\n 26721424 cpu_p projecti doris.ka R 24:47 1 cpusrv56\r\n 26718983 cpu_p projecti doris.ka R 40:14 1 cpusrv36\r\n 26643165 cpu_p interact tamas.sc R 1-03:57:23 1 cpusrv27\r\n 26691088 cpu_p gwas peizhen. R 5:04:58 1 cpusrv90\r\n 26673190 cpu_p interact elizabet R 7:41:47 1 cpusrv73\r\n 26549065 cpu_p orca filipe.m R 6:47 1 cpusrv28\r\n 26549064 cpu_p orca filipe.m R 19:50 1 cpusrv99\r\n 26676512 cpu_p run tamas.sc R 7:18:08 1 cpusrv58\r\n 26549063 cpu_p orca filipe.m R 36:47 1 cpusrv28\r\n 26549062 cpu_p orca filipe.m R 45:08 1 cpusrv91\r\n 26549061 cpu_p orca filipe.m R 1:27:49 1 cpusrv61\r\n 26549060 cpu_p orca filipe.m R 1:46:40 1 cpusrv87\r\n 26549059 cpu_p orca filipe.m R 1:52:59 1 cpusrv115\r\n 26549058 cpu_p orca filipe.m R 2:10:33 1 cpusrv79\r\n 26549057 cpu_p orca filipe.m R 2:35:13 1 cpusrv121\r\n 26549056 cpu_p orca filipe.m R 3:36:31 1 cpusrv70\r\n 26549055 cpu_p orca filipe.m R 3:48:29 1 cpusrv73\r\n 26549054 cpu_p orca filipe.m R 3:50:57 1 cpusrv09\r\n 26549053 cpu_p orca filipe.m R 3:56:17 1 cpusrv73\r\n 26549052 cpu_p orca filipe.m R 4:24:05 1 cpusrv121\r\n 26549051 cpu_p orca filipe.m R 4:26:48 1 cpusrv56\r\n 26549050 cpu_p orca filipe.m R 4:42:28 1 cpusrv81\r\n 26549049 cpu_p orca filipe.m R 5:39:52 1 cpusrv84\r\n 26549048 cpu_p orca filipe.m R 6:03:29 1 cpusrv28\r\n 26549047 cpu_p orca filipe.m R 6:07:45 1 cpusrv37\r\n 26549046 cpu_p orca filipe.m R 6:15:19 1 cpusrv85\r\n 26549045 cpu_p orca filipe.m R 6:50:09 1 cpusrv81\r\n 26549044 cpu_p orca filipe.m R 6:50:44 1 cpusrv36\r\n 26549043 cpu_p orca filipe.m R 6:55:49 1 cpusrv27\r\n 26549042 cpu_p orca filipe.m R 7:05:37 1 cpusrv90\r\n 26549041 cpu_p orca filipe.m R 7:08:33 1 cpusrv79\r\n 26549040 cpu_p orca filipe.m R 8:06:55 1 cpusrv113\r\n 26549039 cpu_p orca filipe.m R 8:32:37 1 cpusrv78\r\n 26549037 cpu_p orca filipe.m R 9:38:39 1 cpusrv58\r\n 26549035 cpu_p orca filipe.m R 10:24:30 1 cpusrv77\r\n 26549034 cpu_p orca filipe.m R 10:45:47 1 cpusrv82\r\n 26549033 cpu_p orca filipe.m R 10:49:27 1 cpusrv82\r\n 26549032 cpu_p orca filipe.m R 11:49:42 1 cpusrv79\r\n 26549031 cpu_p orca filipe.m R 11:51:16 1 cpusrv36\r\n 26549030 cpu_p orca filipe.m R 11:51:22 1 cpusrv78\r\n 26549029 cpu_p orca filipe.m R 11:53:17 1 cpusrv37\r\n 26549028 cpu_p orca filipe.m R 12:08:17 1 cpusrv121\r\n 26549027 cpu_p orca filipe.m R 12:32:28 1 cpusrv80\r\n 26549026 cpu_p orca filipe.m R 12:48:31 1 cpusrv78\r\n 26549025 cpu_p orca filipe.m R 12:50:59 1 cpusrv78\r\n 26549024 cpu_p orca filipe.m R 13:54:55 1 cpusrv109\r\n 26549020 cpu_p orca filipe.m R 14:36:45 1 cpusrv121\r\n 26549019 cpu_p orca filipe.m R 14:38:23 1 cpusrv85\r\n 26549018 cpu_p orca filipe.m R 14:42:02 1 cpusrv121\r\n 26549012 cpu_p orca filipe.m R 16:20:17 1 cpusrv83\r\n 26549000 cpu_p orca filipe.m R 18:45:53 1 cpusrv123\r\n 26603729 cpu_p JUPYTER pamela.n R 2-05:21:18 1 cpusrv27\r\n 26548991 cpu_p orca filipe.m R 23:21:54 1 cpusrv61\r\n 26548990 cpu_p orca filipe.m R 23:25:10 1 cpusrv61\r\n 26548984 cpu_p orca filipe.m R 1-00:30:59 1 cpusrv112\r\n 26548974 cpu_p orca filipe.m R 1-03:23:34 1 cpusrv121\r\n 26548947 cpu_p orca filipe.m R 1-11:33:45 1 cpusrv78\r\n 26463281 cpu_p bash jianlong R 8-17:41:25 1 cpusrv77\r\n 26548936 cpu_p orca filipe.m R 1-17:28:29 1 cpusrv80\r\n 26702460 cpu_p interact elizabet R 2:33:28 1 cpusrv62\r\n 26696008 cpu_p smk-bins tamas.sc R 3:58:54 1 cpusrv92\r\n 26696009 cpu_p smk-bins tamas.sc R 3:58:54 1 cpusrv92\r\n 26695995 cpu_p smk-bins tamas.sc R 3:58:56 1 cpusrv09\r\n 26695997 cpu_p smk-bins tamas.sc R 3:58:56 1 cpusrv73\r\n 26695999 cpu_p smk-bins tamas.sc R 3:58:56 1 cpusrv56\r\n 26696003 cpu_p smk-bins tamas.sc R 3:58:56 1 cpusrv91\r\n 26696005 cpu_p smk-bins tamas.sc R 3:58:56 1 cpusrv90\r\n 26695934 cpu_p smk-bins tamas.sc R 3:58:57 1 cpusrv36\r\n 26695936 cpu_p smk-bins tamas.sc R 3:58:57 1 cpusrv87\r\n 26675948 cpu_p RNASeqPi hugo.mar R 7:22:29 1 cpusrv108\r\n 26624779 cpu_p RSTDIO sophie.w R 1-09:23:38 1 cpusrv81\r\n 26593576 cpu_p rw_shap lisa.bar R 2-23:49:00 1 cpusrv93\r\n 26678494 cpu_p JPTR anja.mic R 7:03:09 1 cpusrv109\r\n 26425428 cpu_p pananno thomas.l R 9-08:11:48 1 cpusrv38\r\n 26642310 cpu_p j_mofa2 safouane R 1-04:25:55 1 cpusrv05\r\n 26707765 cpu_p rw_fgc8 lisa.bar R 1:50:00 1 cpusrv98\r\n 26707846 cpu_p rw_fgc9 lisa.bar R 1:49:29 1 cpusrv105\r\n 26707848 cpu_p rw_fgc10 lisa.bar R 1:49:29 1 cpusrv106\r\n 26707764 cpu_p rw_fgc7 lisa.bar R 1:50:17 1 cpusrv97\r\n 26707679 cpu_p rw_fgc5 lisa.bar R 1:50:30 1 cpusrv48\r\n 26707683 cpu_p rw_fgc6 lisa.bar R 1:50:30 1 cpusrv48\r\n 26707598 cpu_p rw_fgc4 lisa.bar R 1:51:00 1 cpusrv26\r\n 26707597 cpu_p rw_fgc3 lisa.bar R 1:51:15 1 cpusrv16\r\n 26707516 cpu_p rw_fgc2 lisa.bar R 1:51:30 1 cpusrv15\r\n 26604926 cpu_p JPTR archit.s R 2-04:17:27 1 cpusrv39\r\n 26602238 cpu_p JPTR_MUL mauro.tu R 2-06:32:23 1 cpusrv07\r\n 26602317 cpu_p singular mauro.tu R 2-06:28:36 1 cpusrv78\r\n 26602926 cpu_p FT_prote zhengyua R 2-06:00:11 1 cpusrv07\r\n 26602808 cpu_p cr zhengyua R 2-06:05:10 1 cpusrv25\r\n 26710332 cpu_p stochast birgit.k R 1:33:48 1 cpusrv02\r\n 26710333 cpu_p stochast birgit.k R 1:33:48 1 cpusrv06\r\n 26714349 cpu_p stochast birgit.k R 1:09:15 1 cpusrv28\r\n 26714351 cpu_p stochast birgit.k R 1:09:15 1 cpusrv43\r\n 26644291 cpu_p LaunchPA thomas.l R 14:42:53 1 cpusrv33\r\n 26655835 cpu_p 2 constanz R 23:35:04 1 cpusrv02\r\n 26664728 cpu_p 6 constanz R 21:05:29 1 cpusrv46\r\n 26664691 cpu_p 3 constanz R 21:08:29 1 cpusrv14\r\n 26639796 cpu_p B2T6 itir.gey R 1-05:23:36 1 cpusrv08\r\n 26664766 cpu_p 8 constanz R 20:37:52 1 cpusrv43\r\n 26664765 cpu_p 7 constanz R 20:38:22 1 cpusrv47\r\n 26664774 cpu_p 12 constanz R 13:56:36 1 cpusrv64\r\n 26664767 cpu_p 9 constanz R 19:07:02 1 cpusrv17\r\n 26492341 cpu_p bash srsridat R 7-08:47:44 1 cpusrv122\r\n 26601194 cpu_p chow_859 rami.alm R 2-07:16:10 1 cpusrv19\r\n 26623842 cpu_p bash jianlong R 1-20:54:44 1 cpusrv110\r\n 26600603 cpu_p RSTDIO jianlong R 2-09:25:55 1 cpusrv12\r\n 26647278 cpu_p JPTR georgia. R 1-02:21:39 1 cpusrv22\r\n 26593750 cpu_p bash georgia. R 2-23:38:19 1 cpusrv17\r\n 26681977 cpu_p SNAKE aleksand R 6:26:21 1 cpusrv95\r\n 26674929 cpu_p RSTDIO paula.ro R 7:28:53 1 cpusrv25\r\n 26668199 cpu_p JPTR paula.ro R 8:15:49 1 cpusrv13\r\n 26679342 cpu_p JPTR archit.s R 6:51:32 1 cpusrv104\r\n 26699228 cpu_p singular peter.kr R 3:40:26 1 cpusrv05\r\n 26691514 cpu_p singular peter.kr R 4:39:25 1 cpusrv09\r\n 26691408 cpu_p snakejob barbara. R 3:33:38 1 cpusrv49\r\n 26688544 cpu_p bash konstant R 5:36:49 1 cpusrv18\r\n 26702145 cpu_p BD_Marie barbara. R 3:19:30 1 cpusrv22\r\n 26724269 cpu_p snakejob barbara. R 7:15 1 cpusrv64\r\n 26705559_143 cpu_p ase_asj_ furkan.b R 0:31 1 cpusrv107\r\n 26705559_144 cpu_p ase_asj_ furkan.b R 0:31 1 cpusrv14\r\n 26705559_142 cpu_p ase_asj_ furkan.b R 1:18 1 cpusrv99\r\n 26705559_141 cpu_p ase_asj_ furkan.b R 3:27 1 cpusrv92\r\n 26705559_140 cpu_p ase_asj_ furkan.b R 4:15 1 cpusrv22\r\n 26705559_139 cpu_p ase_asj_ furkan.b R 4:53 1 cpusrv65\r\n 26705559_138 cpu_p ase_asj_ furkan.b R 5:03 1 cpusrv15\r\n 26705559_137 cpu_p ase_asj_ furkan.b R 5:34 1 cpusrv27\r\n 26705559_136 cpu_p ase_asj_ furkan.b R 6:45 1 cpusrv26\r\n 26705559_135 cpu_p ase_asj_ furkan.b R 8:16 1 cpusrv94\r\n 26705559_133 cpu_p ase_asj_ furkan.b R 8:35 1 cpusrv28\r\n 26705559_134 cpu_p ase_asj_ furkan.b R 8:35 1 cpusrv108\r\n 26705559_132 cpu_p ase_asj_ furkan.b R 9:05 1 cpusrv23\r\n 26705559_131 cpu_p ase_asj_ furkan.b R 9:16 1 cpusrv80\r\n 26705559_130 cpu_p ase_asj_ furkan.b R 9:35 1 cpusrv31\r\n 26705559_129 cpu_p ase_asj_ furkan.b R 11:36 1 cpusrv11\r\n 26705559_128 cpu_p ase_asj_ furkan.b R 12:15 1 cpusrv11\r\n 26705559_127 cpu_p ase_asj_ furkan.b R 12:37 1 cpusrv27\r\n 26705559_126 cpu_p ase_asj_ furkan.b R 13:16 1 cpusrv30\r\n 26705559_125 cpu_p ase_asj_ furkan.b R 13:37 1 cpusrv42\r\n 26705559_123 cpu_p ase_asj_ furkan.b R 16:15 1 cpusrv111\r\n 26705559_114 cpu_p ase_asj_ furkan.b R 26:44 1 cpusrv101\r\n 26705559_113 cpu_p ase_asj_ furkan.b R 27:16 1 cpusrv19\r\n 26705559_110 cpu_p ase_asj_ furkan.b R 30:16 1 cpusrv23\r\n 26705559_79 cpu_p ase_asj_ furkan.b R 59:31 1 cpusrv43\r\n 26554107 cpu_p j_dialog zeynep.k R 4-05:34:26 1 cpusrv56\r\n 26636022 cpu_p Bioc yiran.zh R 1-06:43:11 1 cpusrv24\r\n 26631523 cpu_p JPTR yiran.zh R 1-07:00:53 1 cpusrv44\r\n 26425516 cpu_p LaunchPA thomas.l R 9-08:09:08 1 cpusrv124\r\n 26425494 cpu_p LaunchPA thomas.l R 9-08:09:43 1 cpusrv124\r\n 26425486 cpu_p LaunchPA thomas.l R 9-08:10:05 1 cpusrv38\r\n 26425470 cpu_p LaunchPA thomas.l R 9-08:10:16 1 cpusrv33\r\n 26425478 cpu_p LaunchPA thomas.l R 9-08:10:16 1 cpusrv35\r\n 26641706 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv18\r\n 26641715 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv61\r\n 26641717 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv62\r\n 26641721 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv64\r\n 26641723 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv63\r\n 26641724 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv63\r\n 26641725 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv58\r\n 26641726 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv58\r\n 26641727 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv59\r\n 26641728 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv59\r\n 26641729 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv59\r\n 26641730 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv60\r\n 26641731 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv60\r\n 26641732 cpu_p blob_cou izabela. R 1-04:41:35 1 cpusrv60\r\n 26641695 cpu_p blob_cou izabela. R 1-04:42:02 1 cpusrv19\r\n 26641696 cpu_p blob_cou izabela. R 1-04:42:02 1 cpusrv18\r\n 26671680 cpu_p JupyterN naeimeh. R 7:53:22 1 cpusrv16\r\n 26702233 cpu_p rcl yazheng. R 2:52:37 1 cpusrv05\r\n 26702234 cpu_p rcl yazheng. R 2:52:37 1 cpusrv39\r\n 26702236 cpu_p rcl yazheng. R 2:52:37 1 cpusrv70\r\n 26702238 cpu_p rcl yazheng. R 2:52:37 1 cpusrv101\r\n 26702239 cpu_p rcl yazheng. R 2:52:37 1 cpusrv103\r\n 26702240 cpu_p rcl yazheng. R 2:52:37 1 cpusrv109\r\n 26702241 cpu_p rcl yazheng. R 2:52:37 1 cpusrv116\r\n 26702242 cpu_p rcl yazheng. R 2:52:37 1 cpusrv118\r\n 26702243 cpu_p rcl yazheng. R 2:52:37 1 cpusrv61\r\n 26702244 cpu_p rcl yazheng. R 2:52:37 1 cpusrv62\r\n 26595498 cpu_p Bioc yiran.zh R 2-22:20:03 1 cpusrv06\r\n 26427277 cpu_p LaunchPA thomas.l R 9-05:38:46 1 cpusrv35\r\n 26644348 cpu_p pytorch_ izabela. R 1-03:07:03 1 cpusrv16\r\n 26591610 cpu_p Bioc yiran.zh R 3-01:05:31 1 cpusrv65\r\n 26694166 cpu_p s04_pars heidrun. R 2:48:36 1 cpusrv35\r\n 26694372 cpu_p s04_pars heidrun. R 2:46:34 1 cpusrv125\r\n 26693842 cpu_p s04_pars heidrun. R 2:52:37 1 cpusrv126\r\n 26684387 cpu_p s04_pars heidrun. R 4:49:51 1 cpusrv124\r\n 26694041 cpu_p s04_pars heidrun. R 2:50:06 1 cpusrv126\r\n 26683671 cpu_p s04_pars heidrun. R 4:54:23 1 cpusrv124\r\n 26694860 cpu_p s04_pars heidrun. R 2:45:34 1 cpusrv124\r\n 26683132 cpu_p s04_pars heidrun. R 4:58:55 1 cpusrv125\r\n 26679289 cpu_p s04_pars heidrun. R 5:38:50 1 cpusrv33\r\n 26679290 cpu_p s04_pars heidrun. R 5:38:50 1 cpusrv126\r\n 26683917 cpu_p s04_pars heidrun. R 4:53:22 1 cpusrv127\r\n 26695656 cpu_p s04_pars heidrun. R 2:41:02 1 cpusrv125\r\n 26696280 cpu_p s04_pars heidrun. R 2:39:32 1 cpusrv127\r\n 26682367 cpu_p s04_pars heidrun. R 5:05:34 1 cpusrv127\r\n 26679339 cpu_p s04_pars heidrun. R 5:35:18 1 cpusrv127\r\n 26693785 cpu_p s04_pars heidrun. R 3:04:42 1 cpusrv127\r\n 26681976 cpu_p s04_pars heidrun. R 5:10:36 1 cpusrv125\r\n 26693840 cpu_p s04_pars heidrun. R 3:01:10 1 cpusrv126\r\n 26678956 cpu_p s04_pars heidrun. R 5:48:26 1 cpusrv33\r\n 26680409 cpu_p s04_pars heidrun. R 5:28:46 1 cpusrv125\r\n 26702136 cpu_p s04_pars heidrun. R 2:13:42 1 cpusrv33\r\n 26691937 cpu_p s04_pars heidrun. R 3:22:02 1 cpusrv126\r\n 26691665 cpu_p s04_pars heidrun. R 3:29:36 1 cpusrv127\r\n 26693380 cpu_p s04_pars heidrun. R 3:14:15 1 cpusrv38\r\n 26693450 cpu_p s04_pars heidrun. R 3:10:14 1 cpusrv35\r\n 26691419 cpu_p s04_pars heidrun. R 3:38:11 1 cpusrv127\r\n 26680325 cpu_p s04_pars heidrun. R 5:30:47 1 cpusrv127\r\n 26691696 cpu_p s04_pars heidrun. R 3:27:34 1 cpusrv124\r\n 26689483 cpu_p s04_pars heidrun. R 4:22:41 1 cpusrv38\r\n 26691706 cpu_p s04_pars heidrun. R 3:27:34 1 cpusrv127\r\n 26691534 cpu_p s04_pars heidrun. R 3:30:36 1 cpusrv35\r\n 26701641 cpu_p s04_pars heidrun. R 2:22:23 1 cpusrv35\r\n 26701640 cpu_p s04_pars heidrun. R 2:24:55 1 cpusrv38\r\n 26693058 cpu_p s04_pars heidrun. R 3:17:58 1 cpusrv35\r\n 26681975 cpu_p s04_pars heidrun. R 5:20:42 1 cpusrv38\r\n 26691492 cpu_p s04_pars heidrun. R 3:37:41 1 cpusrv38\r\n 26690416 cpu_p s04_pars heidrun. R 4:17:37 1 cpusrv38\r\n 26691493 cpu_p s04_pars heidrun. R 3:36:10 1 cpusrv33\r\n 26689317 cpu_p s04_pars heidrun. R 4:27:13 1 cpusrv125\r\n 26699229 cpu_p s04_pars heidrun. R 2:39:32 1 cpusrv126\r\n 26693320 cpu_p s04_pars heidrun. R 3:15:27 1 cpusrv33\r\n 26688780 cpu_p s04_pars heidrun. R 4:33:46 1 cpusrv127\r\n 26689944 cpu_p s04_pars heidrun. R 4:20:09 1 cpusrv38\r\n 26678954 cpu_p s04_pars heidrun. R 5:59:01 1 cpusrv124\r\n 26687599 cpu_p s04_pars heidrun. R 4:40:49 1 cpusrv125\r\n 26688299 cpu_p s04_pars heidrun. R 4:38:18 1 cpusrv124\r\n 26690127 cpu_p s04_pars heidrun. R 4:20:09 1 cpusrv125\r\n 26691355 cpu_p s04_pars heidrun. R 3:47:51 1 cpusrv126\r\n 26675195 cpu_p s04_pars heidrun. R 6:26:16 1 cpusrv125\r\n 26700101 cpu_p s04_pars heidrun. R 2:38:32 1 cpusrv124\r\n 26689316 cpu_p s04_pars heidrun. R 4:31:15 1 cpusrv35\r\n 26701255 cpu_p s04_pars heidrun. R 2:34:30 1 cpusrv126\r\n 26676328 cpu_p s04_pars heidrun. R 6:24:45 1 cpusrv126\r\n 26712039 cpu_p s04_pars heidrun. R 29:45 1 cpusrv127\r\n 26666304 cpu_p s04_pars heidrun. R 8:09:14 1 cpusrv125\r\n 26702254 cpu_p s04_pars heidrun. R 1:52:01 1 cpusrv126\r\n 26678564 cpu_p s04_pars heidrun. R 6:09:37 1 cpusrv126\r\n 26691200 cpu_p s04_pars heidrun. R 4:01:29 1 cpusrv125\r\n 26678758 cpu_p s04_pars heidrun. R 6:06:35 1 cpusrv126\r\n 26666308 cpu_p s04_pars heidrun. R 8:09:14 1 cpusrv126\r\n 26691075 cpu_p s04_pars heidrun. R 4:14:35 1 cpusrv126\r\n 26702258 cpu_p s04_pars heidrun. R 1:51:31 1 cpusrv126\r\n 26701063 cpu_p s04_pars heidrun. R 2:37:00 1 cpusrv127\r\n 26666311 cpu_p s04_pars heidrun. R 8:08:44 1 cpusrv125\r\n 26691312 cpu_p s04_pars heidrun. R 3:55:56 1 cpusrv127\r\n 26702303 cpu_p s04_pars heidrun. R 1:46:27 1 cpusrv33\r\n 26702302 cpu_p s04_pars heidrun. R 1:48:28 1 cpusrv38\r\n 26702204 cpu_p s04_pars heidrun. R 2:11:11 1 cpusrv127\r\n 26691237 cpu_p s04_pars heidrun. R 4:01:29 1 cpusrv126\r\n 26674844 cpu_p s04_pars heidrun. R 6:38:21 1 cpusrv127\r\n 26672220 cpu_p s04_pars heidrun. R 7:00:05 1 cpusrv127\r\n 26691174 cpu_p s04_pars heidrun. R 4:08:02 1 cpusrv126\r\n 26666299 cpu_p s04_pars heidrun. R 8:13:45 1 cpusrv125\r\n 26712930 cpu_p s04_pars heidrun. R 26:44 1 cpusrv38\r\n 26691131 cpu_p s04_pars heidrun. R 4:14:04 1 cpusrv126\r\n 26672466 cpu_p s04_pars heidrun. R 6:59:35 1 cpusrv125\r\n 26702985 cpu_p s04_pars heidrun. R 1:33:48 1 cpusrv35\r\n 26702349 cpu_p s04_pars heidrun. R 1:46:27 1 cpusrv38\r\n 26666293 cpu_p s04_pars heidrun. R 8:16:20 1 cpusrv127\r\n 26709115 cpu_p s04_pars heidrun. R 54:58 1 cpusrv38\r\n 26708424 cpu_p s04_pars heidrun. R 58:00 1 cpusrv124\r\n 26708423 cpu_p s04_pars heidrun. R 58:30 1 cpusrv125\r\n 26691155 cpu_p s04_pars heidrun. R 4:12:03 1 cpusrv125\r\n 26691073 cpu_p s04_pars heidrun. R 4:16:07 1 cpusrv126\r\n 26702732 cpu_p s04_pars heidrun. R 1:38:51 1 cpusrv126\r\n 26709525 cpu_p s04_pars heidrun. R 52:27 1 cpusrv38\r\n 26711952 cpu_p s04_pars heidrun. R 36:49 1 cpusrv38\r\n 26709526 cpu_p s04_pars heidrun. R 51:27 1 cpusrv126\r\n 26708099 cpu_p s04_pars heidrun. R 1:03:02 1 cpusrv127\r\n 26673018 cpu_p s04_pars heidrun. R 6:56:34 1 cpusrv127\r\n 26711460 cpu_p s04_pars heidrun. R 42:22 1 cpusrv38\r\n 26711788 cpu_p s04_pars heidrun. R 41:22 1 cpusrv127\r\n 26716047 cpu_p s04_pars heidrun. R 19:11 1 cpusrv38\r\n 26708017 cpu_p s04_pars heidrun. R 1:08:35 1 cpusrv127\r\n 26704277 cpu_p s04_pars heidrun. R 1:32:17 1 cpusrv125\r\n 26671014 cpu_p s04_pars heidrun. R 7:17:20 1 cpusrv127\r\n 26670342 cpu_p s04_pars heidrun. R 7:22:51 1 cpusrv126\r\n 26718580 cpu_p s04_pars heidrun. R 5:03 1 cpusrv126\r\n 26704610 cpu_p s04_pars heidrun. R 1:32:17 1 cpusrv125\r\n 26718266 cpu_p s04_pars heidrun. R 5:34 1 cpusrv125\r\n 26707934 cpu_p s04_pars heidrun. R 1:11:37 1 cpusrv127\r\n 26669401 cpu_p s04_pars heidrun. R 7:31:24 1 cpusrv125\r\n 26707515 cpu_p s04_pars heidrun. R 1:17:41 1 cpusrv125\r\n 26717137 cpu_p s04_pars heidrun. R 15:38 1 cpusrv38\r\n 26720448 cpu_p s03_vmat heidrun. R 0:01 1 cpusrv125\r\n 26720614 cpu_p s04_pars heidrun. R 0:01 1 cpusrv126\r\n 26707229 cpu_p s04_pars heidrun. R 1:24:44 1 cpusrv125\r\n 26707330 cpu_p s04_pars heidrun. R 1:24:13 1 cpusrv126\r\n 26706710 cpu_p s04_pars heidrun. R 1:25:44 1 cpusrv33\r\n 26707513 cpu_p s04_pars heidrun. R 1:23:13 1 cpusrv35\r\n 26666943 cpu_p s04_pars heidrun. R 7:58:10 1 cpusrv127\r\n 26666945 cpu_p s04_pars heidrun. R 7:57:40 1 cpusrv125\r\n 26650069 cpu_p mmtaxa jinlong. R 1-00:57:30 1 cpusrv10\r\n 26722337 cpu_p s02_vmat heidrun. R 7:34 1 cpusrv35\r\n 26721770 cpu_p s02_vmat heidrun. R 13:07 1 cpusrv33\r\n 26722643 cpu_p s02_vmat heidrun. R 5:34 1 cpusrv125\r\n 26721090 cpu_p s02_vmat heidrun. R 17:10 1 cpusrv33\r\n 26721089 cpu_p s02_vmat heidrun. R 18:10 1 cpusrv127\r\n 26719550 cpu_p s02_vmat heidrun. R 29:15 1 cpusrv127\r\n 26718740 cpu_p s02_vmat heidrun. R 31:16 1 cpusrv127\r\n 26718107 cpu_p s02_vmat heidrun. R 38:50 1 cpusrv124\r\n 26721683 cpu_p s02_vmat heidrun. R 16:08 1 cpusrv127\r\n 26715322 cpu_p s02_vmat heidrun. R 58:30 1 cpusrv33\r\n 26717056 cpu_p s02_vmat heidrun. R 48:55 1 cpusrv125\r\n 26717218 cpu_p s02_vmat heidrun. R 46:55 1 cpusrv126\r\n 26717781 cpu_p s02_vmat heidrun. R 45:54 1 cpusrv33\r\n 26717537 cpu_p s02_vmat heidrun. R 46:24 1 cpusrv125\r\n 26716702 cpu_p s02_vmat heidrun. R 51:27 1 cpusrv125\r\n 26625667 cpu_p RSTDIO torben.s R 1-07:53:37 1 cpusrv02\r\n 26605081 cpu_p lisa_map alejandr R 2-04:10:14 1 cpusrv39\r\n 26665709_0 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv81\r\n 26665709_1 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv73\r\n 26665709_2 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv73\r\n 26665709_3 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv73\r\n 26665709_4 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv75\r\n 26665709_5 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv75\r\n 26665709_6 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv75\r\n 26665709_7 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv75\r\n 26665709_8 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv56\r\n 26665709_9 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv56\r\n 26665709_10 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv56\r\n 26665709_11 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv56\r\n 26665709_12 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv56\r\n 26665709_13 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv110\r\n 26665709_14 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv110\r\n 26665709_15 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv109\r\n 26665709_16 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv109\r\n 26665709_18 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv83\r\n 26665709_19 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv83\r\n 26665709_20 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv83\r\n 26665709_24 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv88\r\n 26665709_25 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv88\r\n 26665709_26 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_27 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_28 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_29 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_30 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_31 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_32 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_33 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_34 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_35 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_36 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv123\r\n 26665709_41 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv91\r\n 26665709_42 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv93\r\n 26665709_43 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv93\r\n 26665709_44 cpu_p replidec erfan.kh R 16:57:47 1 cpusrv93\r\n 26695829_1 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv79\r\n 26695829_2 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv56\r\n 26695829_3 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv56\r\n 26695829_4 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv86\r\n 26695829_5 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv87\r\n 26695829_6 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv37\r\n 26695829_7 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv37\r\n 26695829_8 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv119\r\n 26695829_9 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv119\r\n 26695829_10 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv119\r\n 26695829_11 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv82\r\n 26695829_12 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv82\r\n 26695829_13 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv82\r\n 26695829_14 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv82\r\n 26695829_15 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv90\r\n 26695829_16 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv91\r\n 26695829_17 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv92\r\n 26695829_18 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv92\r\n 26695829_19 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv09\r\n 26695829_20 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv08\r\n 26695829_21 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv08\r\n 26695829_22 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv114\r\n 26695829_23 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv115\r\n 26695829_24 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv115\r\n 26695829_25 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv116\r\n 26695829_26 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv116\r\n 26695829_27 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv116\r\n 26695829_28 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv117\r\n 26695829_29 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv117\r\n 26695829_30 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv117\r\n 26695829_31 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv117\r\n 26695829_32 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv117\r\n 26695829_33 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv117\r\n 26695829_34 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv117\r\n 26695829_35 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_36 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_37 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_38 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_39 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_40 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_41 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_42 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_43 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv40\r\n 26695829_44 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv41\r\n 26695829_45 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv41\r\n 26695829_46 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv41\r\n 26695829_47 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv41\r\n 26695829_48 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv41\r\n 26695829_49 cpu_p replidec erfan.kh R 3:59:27 1 cpusrv41\r\n 26695829_0 cpu_p replidec erfan.kh R 3:59:28 1 cpusrv58\r\n 26702280_4067 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv56\r\n 26702280_4068 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv73\r\n 26702280_4069 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv89\r\n 26702280_4070 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv89\r\n 26702280_4071 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv36\r\n 26702280_4072 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv37\r\n 26702280_4073 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv37\r\n 26702280_4074 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv86\r\n 26702280_4075 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv85\r\n 26702280_4076 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv85\r\n 26702280_4077 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv85\r\n 26702280_4078 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv85\r\n 26702280_4079 cpu_p phacts_p erfan.kh R 0:01 1 cpusrv87\r\n 26552619 cpu_p JupyterN sandra.w R 4-06:56:30 1 cpusrv84\r\n 26676969 cpu_p JPTR laurent. R 7:14:44 1 cpusrv112\r\n 26715642 cpu_p 977_ds_z philip.r R 1:01:01 1 cpusrv64\r\n 26698540 cpu_p jp_lab_l sara.jim R 3:43:48 1 cpusrv37\r\n 26550237 cpu_p jupyter debora.p R 4-08:11:24 1 cpusrv32\r\n 26600786 cpu_p sp_18 gizem.me R 2-08:03:41 1 cpusrv28\r\n 26600787 cpu_p sp19 gizem.me R 2-08:03:41 1 cpusrv11\r\n 26600788 cpu_p sp20 gizem.me R 2-08:03:41 1 cpusrv96\r\n 26600780 cpu_p sp13 gizem.me R 2-08:04:12 1 cpusrv45\r\n 26600781 cpu_p sp14 gizem.me R 2-08:04:12 1 cpusrv08\r\n 26600782 cpu_p sp15 gizem.me R 2-08:04:12 1 cpusrv09\r\n 26600783 cpu_p sp16 gizem.me R 2-08:04:12 1 cpusrv09\r\n 26600784 cpu_p sp17 gizem.me R 2-08:04:12 1 cpusrv10\r\n 26600775 cpu_p sp11 gizem.me R 2-08:04:41 1 cpusrv37\r\n 26600776 cpu_p sp12 gizem.me R 2-08:04:41 1 cpusrv44\r\n 26600772 cpu_p sp_9 gizem.me R 2-08:05:41 1 cpusrv36\r\n 26600773 cpu_p sp10 gizem.me R 2-08:05:41 1 cpusrv37\r\n 26600769 cpu_p sp6 gizem.me R 2-08:06:12 1 cpusrv16\r\n 26600770 cpu_p sp_7 gizem.me R 2-08:06:12 1 cpusrv15\r\n 26600771 cpu_p sp8 gizem.me R 2-08:06:12 1 cpusrv36\r\n 26600764 cpu_p sp_3 gizem.me R 2-08:06:42 1 cpusrv13\r\n 26600716 cpu_p sp_1 gizem.me R 2-08:28:54 1 cpusrv91\r\n 26601040 cpu_p sp_5 gizem.me R 2-07:24:45 1 cpusrv50\r\n 26601006 cpu_p sp_2 gizem.me R 2-07:25:11 1 cpusrv100\r\n 26601034 cpu_p sp_4 gizem.me R 2-07:25:11 1 cpusrv102\r\n 26701740 cpu_p jp_lab_l sara.jim R 3:27:04 1 cpusrv20\r\n 26605946 cpu_p jupyter antonio. R 2-03:26:09 1 cpusrv23\r\n 26705731 cpu_p bash shubham. R 2:04:25 1 cpusrv90\r\n 26669234 cpu_p bash ilaria.l R 8:09:58 1 cpusrv69\r\n 26679338 cpu_p jupyter liubov.s R 6:52:03 1 cpusrv20\r\n 26637940 cpu_p KIRC-LEI christia R 1-06:26:33 1 cpusrv94\r\n 26679738 cpu_p bash elena.pe R 6:43:23 1 cpusrv58\r\n 26665262 cpu_p jupyter_ shubham. R 19:08:04 1 cpusrv119\r\n 26605079 cpu_p bash jenni.li R 2-04:10:36 1 cpusrv81\r\n 26723212 cpu_p bash niklas.s R 13:59 1 cpusrv121\r\n 26640947 cpu_p JPTR michael. R 1-05:01:10 1 cpusrv63\r\n 26640353 cpu_p JPTR michael. R 1-05:11:15 1 cpusrv20\r\n 26680522 cpu_p code vaidehi. R 6:37:20 1 cpusrv114\r\n 26679366 cpu_p JPTR furkan.d R 6:49:28 1 cpusrv08\r\n 26568452_557 cpu_p ad_5 jiaqi.lu R 7:34 1 cpusrv41\r\n 26568452_556 cpu_p ad_5 jiaqi.lu R 34:48 1 cpusrv50\r\n 26568452_555 cpu_p ad_5 jiaqi.lu R 39:51 1 cpusrv30\r\n 26568452_554 cpu_p ad_5 jiaqi.lu R 57:16 1 cpusrv31\r\n 26568452_553 cpu_p ad_5 jiaqi.lu R 2:12:41 1 cpusrv40\r\n 26568452_552 cpu_p ad_5 jiaqi.lu R 2:20:19 1 cpusrv21\r\n 26568452_551 cpu_p ad_5 jiaqi.lu R 2:23:23 1 cpusrv111\r\n 26568452_547 cpu_p ad_5 jiaqi.lu R 3:12:17 1 cpusrv118\r\n 26568452_546 cpu_p ad_5 jiaqi.lu R 3:12:44 1 cpusrv107\r\n 26709277 cpu_p run_jupy francesc R 1:40:23 1 cpusrv84\r\n 26706375 cpu_p JPTR michael. R 2:00:04 1 cpusrv112\r\n 26608971 cpu_p chipmod_ daniele. R 2-01:10:43 1 cpusrv88\r\n 26670422 cpu_p run_mofa matthias R 8:02:22 1 cpusrv18\r\n 26674371 cpu_p drvi_ent amirali. R 7:32:25 1 cpusrv86\r\n 26679521 cpu_p JPTR xiaotong R 6:45:26 1 cpusrv21\r\n 26665201 cpu_p moran_si silvia.m R 19:36:51 1 cpusrv62\r\n 26666208 cpu_p bash zihe.zhe R 9:56:21 1 cpusrv113\r\n 26665222 cpu_p JPTR silvia.m R 19:26:28 1 cpusrv42\r\n 26648167 cpu_p train_fl mariia.m R 1-01:54:49 1 cpusrv07\r\n 26713821 cpu_p bash mojtaba. R 1:12:31 1 cpusrv72\r\n 26705463 cpu_p bash mojtaba. R 2:05:55 1 cpusrv45\r\n 26650165 cpu_p bash daniel.s R 1-01:05:31 1 cpusrv103\r\n 26665649 cpu_p eval_hem helena.f R 17:36:38 1 supercpu01\r\n 26665639 cpu_p eval_hem helena.f R 17:45:47 1 supercpu01\r\n 26643470 cpu_p bash yuge.ji R 1-03:43:25 1 cpusrv65\r\n 26675819 cpu_p bash daniel.s R 7:23:21 1 cpusrv121\r\n 26666329 cpu_p bash daniel.s R 8:48:36 1 cpusrv36\r\n 26625384 cpu_p bash lea.zimm R 1-08:09:03 1 cpusrv122\r\n 26425326 cpu_p JPTR odysseas R 9-08:26:11 1 cpusrv12\r\n 26709688 cpu_p zsh ghaith.m R 1:35:19 1 cpusrv61\r\n 26705302_412 cpu_p sceptre_ jiaqi.lu R 26:14 1 cpusrv05\r\n 26705302_401 cpu_p sceptre_ jiaqi.lu R 39:20 1 cpusrv41\r\n 26705302_402 cpu_p sceptre_ jiaqi.lu R 39:20 1 cpusrv58\r\n 26705302_403 cpu_p sceptre_ jiaqi.lu R 39:20 1 cpusrv96\r\n 26705302_405 cpu_p sceptre_ jiaqi.lu R 39:20 1 cpusrv100\r\n 26705302_410 cpu_p sceptre_ jiaqi.lu R 39:20 1 cpusrv102\r\n 26702148 gpu_p residual giulia.c PD 0:00 1 (Resources)\r\n 26702149 gpu_p residual giulia.c PD 0:00 1 (Priority)\r\n 26702152 gpu_p residual giulia.c PD 0:00 1 (Priority)\r\n 26666791 gpu_p dor_53 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666790 gpu_p dor_171 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666789 gpu_p dor_184 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666788 gpu_p dor_147 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666787 gpu_p dor_48 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666786 gpu_p dor_21 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666785 gpu_p dor_1 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666784 gpu_p dor_78 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666783 gpu_p dor_131 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666782 gpu_p dor_176 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666781 gpu_p dor_101 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666780 gpu_p dor_158 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666779 gpu_p dor_91 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666778 gpu_p dor_70 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666777 gpu_p dor_79 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666776 gpu_p dor_20 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666775 gpu_p dor_162 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666774 gpu_p dor_49 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666773 gpu_p dor_39 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666772 gpu_p dor_138 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666771 gpu_p dor_119 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666770 gpu_p dor_27 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666769 gpu_p dor_7 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666768 gpu_p dor_126 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666767 gpu_p dor_212 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666766 gpu_p dor_217 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666765 gpu_p dor_124 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666764 gpu_p dor_225 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666763 gpu_p dor_193 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666762 gpu_p dor_43 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666761 gpu_p dor_161 alena.bo PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26027892 gpu_p gpu_long kemal.in PD 0:00 1 (QOSMaxWallDurationPerJobLimit)\r\n26702699_[4515-694 gpu_p phacts_p erfan.kh PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n26702983_[6852-693 gpu_p phacts_p erfan.kh PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26674461 gpu_p int-xonl k.voudou PD 0:00 1 (Priority)\r\n 26674507 gpu_p int-xonl k.voudou PD 0:00 1 (Priority)\r\n 26675353 gpu_p interact k.voudou PD 0:00 1 (Priority)\r\n 26429955 gpu_p train_fm till.ric PD 0:00 1 (Priority)\r\n 26550825 gpu_p GPU_JPTR mostafa. PD 0:00 1 (Priority)\r\n 26607826 gpu_p train_fm till.ric PD 0:00 1 (Priority)\r\n 26665154 gpu_p poc lion.gle PD 0:00 1 (Priority)\r\n26648740_[38-59%10 gpu_p train_fl mariia.m PD 0:00 1 (JobArrayTaskLimit)\r\n 26707483 gpu_p fem2gpt helena.f PD 0:00 1 (Priority)\r\n 26709527 gpu_p old_gpt helena.f PD 0:00 1 (Priority)\r\n 26710171 gpu_p zsh ghaith.m PD 0:00 1 (Priority)\r\n 26713252 gpu_p morphecs ghaith.m PD 0:00 1 (Priority)\r\n 26711951_[1-4%5] gpu_p train_sp daniel.s PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26711955_[0-4%5] gpu_p train_sp daniel.s PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26711954_[0-4%5] gpu_p train_sp daniel.s PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26711953_[0-4%5] gpu_p train_sp daniel.s PD 0:00 1 (QOSMaxJobsPerUserLimit)\r\n 26666760 gpu_p dor_16 alena.bo R 12:06 1 supergpu03\r\n 26666759 gpu_p dor_42 alena.bo R 13:07 1 supergpu02\r\n 26666758 gpu_p dor_80 alena.bo R 16:08 1 gpusrv31\r\n 26666757 gpu_p dor_179 alena.bo R 23:12 1 supergpu03\r\n 26666756 gpu_p dor_102 alena.bo R 24:13 1 supergpu03\r\n 26666755 gpu_p dor_63 alena.bo R 30:46 1 supergpu03\r\n 26666754 gpu_p dor_65 alena.bo R 32:17 1 supergpu02\r\n 26666753 gpu_p dor_166 alena.bo R 34:48 1 supergpu02\r\n 26666752 gpu_p dor_50 alena.bo R 36:18 1 gpusrv12\r\n 26666750 gpu_p dor_47 alena.bo R 37:49 1 supergpu03\r\n 26666749 gpu_p dor_17 alena.bo R 39:21 1 supergpu02\r\n 26666748 gpu_p dor_15 alena.bo R 39:51 1 supergpu02\r\n 26666747 gpu_p dor_33 alena.bo R 41:52 1 supergpu03\r\n 26666746 gpu_p dor_84 alena.bo R 44:54 1 supergpu02\r\n 26666743 gpu_p dor_178 alena.bo R 47:25 1 supergpu15\r\n 26666708 gpu_p dor_96 alena.bo R 2:30:28 1 supergpu17\r\n 26664624 gpu_p GLP1R_4 reid.ald R 21:43:30 1 gpusrv75\r\n 26664622 gpu_p GLP1R_3 reid.ald R 21:43:39 1 gpusrv27\r\n 26664621 gpu_p GLP1R_2 reid.ald R 21:44:09 1 gpusrv26\r\n 26664620 gpu_p GLP1R_1 reid.ald R 21:44:28 1 supergpu19\r\n 26665612 gpu_p GPR158_4 reid.ald R 17:56:52 1 supergpu15\r\n 26665627 gpu_p GPR158_5 reid.ald R 17:53:51 1 gpusrv68\r\n 26665611 gpu_p GPR158_3 reid.ald R 18:01:27 1 gpusrv55\r\n 26725314 gpu_p seed_0_i sarah.fr R 0:31 1 gpusrv53\r\n 26691266 gpu_p seed_0 sarah.fr R 4:52:22 1 supergpu02\r\n 26683259 gpu_p specular david.go R 5:35:20 1 gpusrv68\r\n 26698152 gpu_p mobiusf- david.go R 3:45:49 1 gpusrv13\r\n 26690243 gpu_p mobiusf- david.go R 5:22:20 1 gpusrv61\r\n 26725397 gpu_p seed_11_ sarah.fr R 0:01 1 gpusrv77\r\n 26725315 gpu_p seed_9_i sarah.fr R 0:31 1 supergpu15\r\n 26724916 gpu_p seed_4_i sarah.fr R 3:02 1 gpusrv66\r\n 26724675 gpu_p seed_1_i sarah.fr R 4:33 1 gpusrv52\r\n 26724431 gpu_p seed_10_ sarah.fr R 6:04 1 gpusrv53\r\n 26723469 gpu_p seed_5_i sarah.fr R 12:06 1 supergpu02\r\n 26723293 gpu_p seed_3_i sarah.fr R 13:07 1 gpusrv45\r\n 26722892 gpu_p seed_8_i sarah.fr R 15:38 1 gpusrv45\r\n 26722201 gpu_p seed_1 sarah.fr R 20:11 1 gpusrv31\r\n 26720872 gpu_p seed_2_i sarah.fr R 28:15 1 gpusrv52\r\n 26720698 gpu_p seed_7 sarah.fr R 29:15 1 supergpu02\r\n 26717024 gpu_p seed_7_i sarah.fr R 52:27 1 gpusrv44\r\n 26715323 gpu_p seed_6_i sarah.fr R 1:03:02 1 gpusrv38\r\n 26712537 gpu_p seed_3 sarah.fr R 1:20:12 1 supergpu02\r\n 26710418 gpu_p seed_5 sarah.fr R 1:33:18 1 gpusrv42\r\n 26706628 gpu_p seed_11 sarah.fr R 1:58:03 1 gpusrv29\r\n 26702819 gpu_p seed_8 sarah.fr R 2:22:53 1 gpusrv38\r\n 26702461 gpu_p seed_9 sarah.fr R 2:32:59 1 gpusrv44\r\n 26702177 gpu_p seed_2 sarah.fr R 3:09:44 1 supergpu02\r\n 26695535 gpu_p seed_10 sarah.fr R 4:02:19 1 supergpu02\r\n 26692541 gpu_p seed_6 sarah.fr R 4:26:18 1 supergpu03\r\n 26692543 gpu_p seed_4 sarah.fr R 4:26:18 1 supergpu03\r\n 26642266 gpu_p r_new4.4 safouane R 1-04:27:27 1 gpusrv45\r\n 26594011_413 gpu_p person-c leander. R 2:05:38 1 gpusrv73\r\n 26594011_412 gpu_p person-c leander. R 2:51:37 1 gpusrv72\r\n 26594011_411 gpu_p person-c leander. R 2:56:08 1 gpusrv61\r\n 26594011_409 gpu_p person-c leander. R 2:57:08 1 gpusrv71\r\n 26594011_410 gpu_p person-c leander. R 2:57:08 1 gpusrv62\r\n 26672122 gpu_p cad01 marta.ha R 7:42:00 1 supergpu03\r\n 26671596 gpu_p other marta.ha R 7:53:57 1 supergpu09\r\n 26670916 gpu_p bt_lvef marta.ha R 7:58:49 1 supergpu09\r\n 26670709 gpu_p simsiam marta.ha R 8:00:38 1 supergpu09\r\n 26670190 gpu_p myo_byol marta.ha R 8:03:56 1 supergpu09\r\n 26672918_4 gpu_p seed_exp stefan.f R 7:43:22 1 gpusrv71\r\n 26672918_1 gpu_p seed_exp stefan.f R 7:43:31 1 gpusrv47\r\n 26672918_2 gpu_p seed_exp stefan.f R 7:43:31 1 gpusrv48\r\n 26672918_3 gpu_p seed_exp stefan.f R 7:43:31 1 gpusrv49\r\n 26671323_0 gpu_p seed_exp stefan.f R 7:55:39 1 gpusrv51\r\n 26594011_408 gpu_p person-c leander. R 4:39:48 1 gpusrv55\r\n 26594011_407 gpu_p person-c leander. R 5:13:20 1 gpusrv54\r\n 26594011_406 gpu_p person-c leander. R 7:01:36 1 gpusrv54\r\n 26594011_405 gpu_p person-c leander. R 10:38:30 1 gpusrv60\r\n 26594011_404 gpu_p person-c leander. R 12:17:24 1 gpusrv59\r\n 26648896 gpu_p bash sameer.a R 1-01:41:08 1 supergpu09\r\n 26658509_0 gpu_p seed_exp stefan.f R 23:26:56 1 gpusrv28\r\n 26658509_1 gpu_p seed_exp stefan.f R 23:26:56 1 gpusrv29\r\n 26658509_2 gpu_p seed_exp stefan.f R 23:26:56 1 gpusrv30\r\n 26658509_3 gpu_p seed_exp stefan.f R 23:26:56 1 gpusrv31\r\n 26658509_4 gpu_p seed_exp stefan.f R 23:26:56 1 gpusrv32\r\n 26665192 gpu_p test_grp muhammad R 5:44:54 1 supergpu14\r\n 26665191 gpu_p eureka_t muhammad R 8:33:00 1 supergpu17\r\n 26601004 gpu_p JPTR_MUL georgia. R 2-07:25:18 1 supergpu02\r\n 26638094 gpu_p bash sameer.a R 1-06:19:36 1 supergpu09\r\n 26647275 gpu_p JPTR_MUL georgia. R 1-02:21:37 1 gpusrv51\r\n 26665013 gpu_p 977_P18_ philip.r R 20:13:12 1 gpusrv42\r\n 26665016 gpu_p 977_P21_ philip.r R 20:13:12 1 gpusrv45\r\n 26605300 gpu_p lisa_map alejandr R 2-00:10:13 1 gpusrv67\r\n 26647611 gpu_p alphafol torben.s R 1-02:12:02 1 gpusrv12\r\n 26702256 gpu_p JPTR dinesh.h R 2:47:05 1 gpusrv47\r\n 26702699_4499 gpu_p phacts_p erfan.kh R 0:01 1 supergpu03\r\n 26702699_4500 gpu_p phacts_p erfan.kh R 0:01 1 supergpu03\r\n 26702699_4501 gpu_p phacts_p erfan.kh R 0:01 1 supergpu03\r\n 26702699_4502 gpu_p phacts_p erfan.kh R 0:01 1 supergpu02\r\n 26702699_4503 gpu_p phacts_p erfan.kh R 0:01 1 supergpu02\r\n 26702699_4504 gpu_p phacts_p erfan.kh R 0:01 1 supergpu02\r\n 26702699_4505 gpu_p phacts_p erfan.kh R 0:01 1 supergpu02\r\n 26702699_4506 gpu_p phacts_p erfan.kh R 0:01 1 supergpu02\r\n 26702699_4507 gpu_p phacts_p erfan.kh R 0:01 1 gpusrv33\r\n 26702699_4508 gpu_p phacts_p erfan.kh R 0:01 1 gpusrv33\r\n 26702699_4509 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702699_4510 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702699_4511 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702699_4512 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702699_4513 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702699_4514 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6802 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6803 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6804 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6805 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6806 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6807 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6808 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6809 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6810 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6811 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6812 gpu_p phacts_p erfan.kh R 0:01 1 supergpu19\r\n 26702983_6813 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6814 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6815 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6816 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6817 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6818 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6819 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6820 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6821 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6822 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6823 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6824 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6825 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6826 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6827 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6828 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6829 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6830 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6831 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6832 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6833 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6834 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6835 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6836 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6837 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6838 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6839 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6840 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6841 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6842 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6843 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6844 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6845 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6846 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6847 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6848 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6849 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6850 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26702983_6851 gpu_p phacts_p erfan.kh R 0:01 1 supergpu17\r\n 26691485 gpu_p nnUNet_t laurent. R 4:40:49 1 supergpu17\r\n 26691487 gpu_p nnUNet_t laurent. R 4:40:49 1 supergpu17\r\n 26691488 gpu_p nnUNet_t laurent. R 4:40:49 1 supergpu19\r\n 26691489 gpu_p nnUNet_t laurent. R 4:40:49 1 supergpu19\r\n 26691491 gpu_p nnUNet_t laurent. R 4:40:49 1 supergpu19\r\n 26714836 gpu_p bash benjamin R 1:06:04 1 gpusrv42\r\n 26700486 gpu_p JPTR yifan.ch R 3:22:43 1 gpusrv76\r\n 26693780 gpu_p seml-jup alessand R 4:16:53 1 gpusrv35\r\n 26702223 gpu_p bash jiaqi.lu R 2:57:08 1 gpusrv29\r\n 26688069 gpu_p LISA_gpu lisa.sik R 5:40:52 1 supergpu02\r\n 26718025 gpu_p PRETRAIN mohammed R 45:54 1 supergpu19\r\n 26682234 gpu_p .jupyter manuel.l R 6:24:15 1 gpusrv43\r\n 26682422 gpu_p JPTR michael. R 6:22:42 1 gpusrv43\r\n 26666561 gpu_p interact artem.ba R 8:45:34 1 supergpu03\r\n 26666560 gpu_p interact artem.ba R 8:45:35 1 supergpu03\r\n 26662964 gpu_p dropbear lucas.ar R 22:57:32 1 gpusrv33\r\n 26666310 gpu_p train_fl lorenzo. R 9:00:38 1 gpusrv43\r\n 26673322 gpu_p JPTR quim.bae R 7:40:28 1 gpusrv39\r\n 26672326 gpu_p JPTR quim.bae R 7:48:03 1 gpusrv32\r\n 26697569 gpu_p sweep_fl lorenzo. R 3:43:14 1 supergpu19\r\n 26699902_0 gpu_p train_fl lorenzo. R 3:36:40 1 gpusrv27\r\n 26699902_1 gpu_p train_fl lorenzo. R 3:36:40 1 gpusrv38\r\n 26699902_2 gpu_p train_fl lorenzo. R 3:36:40 1 gpusrv45\r\n 26699902_3 gpu_p train_fl lorenzo. R 3:36:40 1 gpusrv40\r\n 26699902_4 gpu_p train_fl lorenzo. R 3:36:40 1 gpusrv41\r\n 26699902_5 gpu_p train_fl lorenzo. R 3:36:40 1 gpusrv41\r\n 26699902_6 gpu_p train_fl lorenzo. R 3:36:40 1 gpusrv11\r\n 26691367 gpu_p train_fl lorenzo. R 4:46:50 1 gpusrv60\r\n 26691368 gpu_p train_fl lorenzo. R 4:46:50 1 gpusrv66\r\n 26690882 gpu_p train_fl lorenzo. R 5:17:08 1 supergpu19\r\n 26680523_0 gpu_p jenni_ta jenni.li R 6:37:19 1 gpusrv35\r\n 26680523_1 gpu_p jenni_ta jenni.li R 6:37:19 1 gpusrv32\r\n 26680523_2 gpu_p jenni_ta jenni.li R 6:37:19 1 gpusrv33\r\n 26702215_1 gpu_p PRISM2_l jenni.li R 3:00:39 1 gpusrv46\r\n 26702215_2 gpu_p PRISM2_l jenni.li R 3:00:39 1 gpusrv47\r\n 26702215_0 gpu_p PRISM2_l jenni.li R 3:00:40 1 gpusrv41\r\n 26604863 gpu_p jupyter weixu.wa R 1-18:46:37 1 gpusrv57\r\n 26651145 gpu_p JPTR dominik. R 1-00:48:13 1 gpusrv52\r\n 26648740_37 gpu_p train_fl mariia.m R 7:04 1 gpusrv64\r\n 26617700 gpu_p jupyter weixu.wa R 1-23:24:16 1 supergpu03\r\n 26648740_36 gpu_p train_fl mariia.m R 4:37:18 1 gpusrv35\r\n 26648740_35 gpu_p train_fl mariia.m R 5:21:12 1 gpusrv30\r\n 26648740_34 gpu_p train_fl mariia.m R 6:01:33 1 gpusrv26\r\n 26648740_33 gpu_p train_fl mariia.m R 6:22:42 1 gpusrv44\r\n 26648740_32 gpu_p train_fl mariia.m R 6:35:49 1 gpusrv65\r\n 26648740_31 gpu_p train_fl mariia.m R 6:39:51 1 gpusrv28\r\n 26648740_30 gpu_p train_fl mariia.m R 6:41:52 1 gpusrv33\r\n 26648740_29 gpu_p train_fl mariia.m R 7:00:35 1 gpusrv30\r\n 26648740_25 gpu_p train_fl mariia.m R 11:49:06 1 supergpu03\r\n 26664242 gpu_p young_gp helena.f R 10:17:23 1 supergpu08\r\n 26585577 gpu_p f9-singl helena.f R 2-09:59:39 1 gpusrv63\r\n 26585575 gpu_p a9-singl helena.f R 2-10:56:09 1 gpusrv67\r\n 26644304 gpu_p old_gpt helena.f R 23:08:38 1 supergpu14\r\n 26691021 gpu_p pretrain helena.f R 10:05 1 supergpu15\r\n 26702143 gpu_p jupyter tobias.b R 3:19:30 1 gpusrv35\r\n 26621209 gpu_p gpu_sub raphael. R 1-22:49:29 1 gpusrv42\r\n 26670041 gpu_p fem-0.2p helena.f R 8:04:42 1 supergpu08\r\n 26666153 gpu_p jupyter_ mojtaba. R 10:46:04 1 gpusrv72\r\n 26585573 gpu_p A20-sing helena.f R 2-23:30:11 1 supergpu15\r\n 26711883_4 gpu_p train_sp daniel.s R 52:27 1 supergpu19\r\n 26711951_0 gpu_p train_sp daniel.s R 52:57 1 gpusrv75\r\n 26711883_3 gpu_p train_sp daniel.s R 1:14:09 1 gpusrv58\r\n 26711883_2 gpu_p train_sp daniel.s R 1:14:39 1 gpusrv15\r\n 26711883_0 gpu_p train_sp daniel.s R 1:23:43 1 gpusrv57\r\n 26711883_1 gpu_p train_sp daniel.s R 1:23:43 1 gpusrv77\r\n 26711881_0 gpu_p train_sp daniel.s R 1:24:13 1 supergpu17\r\n 26711882_0 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv13\r\n 26711881_1 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv73\r\n 26711881_2 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv74\r\n 26711881_3 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv74\r\n 26711881_4 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv10\r\n 26711882_1 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv14\r\n 26711882_2 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv16\r\n 26711882_3 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv17\r\n 26711882_4 gpu_p train_sp daniel.s R 1:24:13 1 gpusrv18\r\n 26691117 gpu_p notebook egor.ant R 5:02:30 1 gpusrv46\r\n 26600792 gpu_p GPU_JPTR mostafa. R 2-08:01:41 1 gpusrv38\r\n 26625395 gpu_p JPTR_gpu ghaith.m R 1-08:05:02 1 gpusrv46\r\n 26594456 gpu_p JPTR_gpu alioguz. R 2-23:04:30 1 gpusrv44\r\n 26702134 gpu_p JPTR_gpu ghaith.m R 3:22:01 1 gpusrv26\r\n 26724268 gpu_p 10 andreina R 7:04 1 gpusrv76\r\n 26724187 gpu_p 10 andreina R 7:34 1 gpusrv62\r\n 26724104 gpu_p 10 andreina R 8:05 1 gpusrv52\r\n 26666824 interacti interact david.vo R 8:33:57 1 cpusrv75\r\n 26691261 interacti JPTR daria.ro R 4:52:52 1 cpusrv55\r\n 26672382 interacti interact marta.ha R 7:47:44 1 gpusrv22\r\n",,terminal_output +12,415198,"TERMINAL",0,0,"^C",,terminal_command +13,415231,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;d83d794d-068d-45a7-86c8-da2446d84194]633;C]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +14,417960,"TERMINAL",0,0,"squeue --me",,terminal_command +15,418006,"TERMINAL",0,0,"\r]633;Ajafar[franz.srambical@hpc-submit01 jafar]$ ]633;Bsqueue --me\r\n[?2004l\r]633;E;squeue --me;d83d794d-068d-45a7-86c8-da2446d84194]633;C JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;0",,terminal_output +16,437515,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18 --cpus-per-task=1 --ntasks-per-node=4",,terminal_command +17,437564,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:4 -w supergpu18 --cpus-per-task=1 --ntasks-per-node=4;d83d794d-068d-45a7-86c8-da2446d84194]633;C",,terminal_output +18,438853,"TERMINAL",0,0,"salloc: Granted job allocation 26725480\r\n",,terminal_output +19,438954,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +20,439958,"TERMINAL",0,0,"salloc: Nodes supergpu18 are ready for job\r\n",,terminal_output +21,440353,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@supergpu18 jafar]$ ",,terminal_output +22,441972,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +23,442420,"TERMINAL",0,0,"s': python -m unittest tests.test_checkpointer -v",,terminal_output +24,442505,"TERMINAL",0,0,"\ro': . ""/ictstr01/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +25,442710,"TERMINAL",0,0,"\ru': source .venv/bin/activate\r\n\r\r\n\r[1@r': sour",,terminal_output +26,442832,"TERMINAL",0,0,"[1@c': sourc[1@e': source",,terminal_output +27,443127,"TERMINAL",0,0,"\r[8@[franz.srambical@supergpu18 jafar]$ source",,terminal_output +28,443211,"TERMINAL",0,0,"",,terminal_output +29,445762,"tests/test_checkpointer.py",1943,0,"",python,selection_mouse +30,445765,"tests/test_checkpointer.py",1942,0,"",python,selection_command +31,517378,"experiments/dynamics_checkpoint_loading_test.sh",0,0,"",shellscript,tab +32,521850,"experiments/dynamics_checkpoint_loading_test.sh",0,0,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\nsrun python train_dynamics.py \\n --tokenizer_checkpoint /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000 \\n --batch_size=4 \\n --num_steps=50000 \\n --warmup_steps=1250 \\n",shellscript,content +33,522233,"experiments/dynamics_checkpoint_loading_test.sh",296,0,"",shellscript,selection_command +34,522365,"experiments/dynamics_checkpoint_loading_test.sh",272,0,"",shellscript,selection_command +35,522469,"experiments/dynamics_checkpoint_loading_test.sh",276,0,"",shellscript,selection_command +36,522548,"experiments/dynamics_checkpoint_loading_test.sh",255,0,"",shellscript,selection_command +37,522753,"experiments/dynamics_checkpoint_loading_test.sh",123,0,"",shellscript,selection_command +38,522801,"experiments/dynamics_checkpoint_loading_test.sh",125,0,"",shellscript,selection_command +39,522970,"experiments/dynamics_checkpoint_loading_test.sh",146,0,"",shellscript,selection_command +40,523145,"experiments/dynamics_checkpoint_loading_test.sh",147,0,"",shellscript,selection_command +41,523477,"experiments/dynamics_checkpoint_loading_test.sh",146,0,"",shellscript,selection_command +42,530243,"experiments/dynamics_checkpoint_loading_test.sh",146,1,"/",shellscript,selection_command +43,530275,"experiments/dynamics_checkpoint_loading_test.sh",146,5,"/hkfs",shellscript,selection_command +44,530457,"experiments/dynamics_checkpoint_loading_test.sh",146,6,"/hkfs/",shellscript,selection_command +45,530845,"experiments/dynamics_checkpoint_loading_test.sh",146,7,"/hkfs/w",shellscript,selection_command +46,531098,"experiments/dynamics_checkpoint_loading_test.sh",146,8,"/hkfs/wo",shellscript,selection_command +47,531121,"experiments/dynamics_checkpoint_loading_test.sh",146,9,"/hkfs/wor",shellscript,selection_command +48,531150,"experiments/dynamics_checkpoint_loading_test.sh",146,10,"/hkfs/work",shellscript,selection_command +49,531183,"experiments/dynamics_checkpoint_loading_test.sh",146,11,"/hkfs/work/",shellscript,selection_command +50,531216,"experiments/dynamics_checkpoint_loading_test.sh",146,12,"/hkfs/work/w",shellscript,selection_command +51,531251,"experiments/dynamics_checkpoint_loading_test.sh",146,13,"/hkfs/work/wo",shellscript,selection_command +52,531285,"experiments/dynamics_checkpoint_loading_test.sh",146,14,"/hkfs/work/wor",shellscript,selection_command +53,531318,"experiments/dynamics_checkpoint_loading_test.sh",146,15,"/hkfs/work/work",shellscript,selection_command +54,531354,"experiments/dynamics_checkpoint_loading_test.sh",146,16,"/hkfs/work/works",shellscript,selection_command +55,531387,"experiments/dynamics_checkpoint_loading_test.sh",146,17,"/hkfs/work/worksp",shellscript,selection_command +56,531421,"experiments/dynamics_checkpoint_loading_test.sh",146,18,"/hkfs/work/workspa",shellscript,selection_command +57,531454,"experiments/dynamics_checkpoint_loading_test.sh",146,19,"/hkfs/work/workspac",shellscript,selection_command +58,531488,"experiments/dynamics_checkpoint_loading_test.sh",146,20,"/hkfs/work/workspace",shellscript,selection_command +59,531522,"experiments/dynamics_checkpoint_loading_test.sh",146,21,"/hkfs/work/workspace/",shellscript,selection_command +60,531555,"experiments/dynamics_checkpoint_loading_test.sh",146,22,"/hkfs/work/workspace/s",shellscript,selection_command +61,531589,"experiments/dynamics_checkpoint_loading_test.sh",146,23,"/hkfs/work/workspace/sc",shellscript,selection_command +62,531623,"experiments/dynamics_checkpoint_loading_test.sh",146,24,"/hkfs/work/workspace/scr",shellscript,selection_command +63,531655,"experiments/dynamics_checkpoint_loading_test.sh",146,25,"/hkfs/work/workspace/scra",shellscript,selection_command +64,531688,"experiments/dynamics_checkpoint_loading_test.sh",146,26,"/hkfs/work/workspace/scrat",shellscript,selection_command +65,531722,"experiments/dynamics_checkpoint_loading_test.sh",146,27,"/hkfs/work/workspace/scratc",shellscript,selection_command +66,531770,"experiments/dynamics_checkpoint_loading_test.sh",146,28,"/hkfs/work/workspace/scratch",shellscript,selection_command +67,531789,"experiments/dynamics_checkpoint_loading_test.sh",146,29,"/hkfs/work/workspace/scratch/",shellscript,selection_command +68,531822,"experiments/dynamics_checkpoint_loading_test.sh",146,30,"/hkfs/work/workspace/scratch/t",shellscript,selection_command +69,531856,"experiments/dynamics_checkpoint_loading_test.sh",146,31,"/hkfs/work/workspace/scratch/tu",shellscript,selection_command +70,531888,"experiments/dynamics_checkpoint_loading_test.sh",146,32,"/hkfs/work/workspace/scratch/tum",shellscript,selection_command +71,531922,"experiments/dynamics_checkpoint_loading_test.sh",146,33,"/hkfs/work/workspace/scratch/tum_",shellscript,selection_command +72,531955,"experiments/dynamics_checkpoint_loading_test.sh",146,34,"/hkfs/work/workspace/scratch/tum_i",shellscript,selection_command +73,531996,"experiments/dynamics_checkpoint_loading_test.sh",146,35,"/hkfs/work/workspace/scratch/tum_in",shellscript,selection_command +74,532022,"experiments/dynamics_checkpoint_loading_test.sh",146,36,"/hkfs/work/workspace/scratch/tum_ind",shellscript,selection_command +75,532061,"experiments/dynamics_checkpoint_loading_test.sh",146,37,"/hkfs/work/workspace/scratch/tum_ind3",shellscript,selection_command +76,532088,"experiments/dynamics_checkpoint_loading_test.sh",146,38,"/hkfs/work/workspace/scratch/tum_ind36",shellscript,selection_command +77,532122,"experiments/dynamics_checkpoint_loading_test.sh",146,39,"/hkfs/work/workspace/scratch/tum_ind369",shellscript,selection_command +78,532156,"experiments/dynamics_checkpoint_loading_test.sh",146,40,"/hkfs/work/workspace/scratch/tum_ind3695",shellscript,selection_command +79,532192,"experiments/dynamics_checkpoint_loading_test.sh",146,41,"/hkfs/work/workspace/scratch/tum_ind3695-",shellscript,selection_command +80,532222,"experiments/dynamics_checkpoint_loading_test.sh",146,42,"/hkfs/work/workspace/scratch/tum_ind3695-j",shellscript,selection_command +81,532256,"experiments/dynamics_checkpoint_loading_test.sh",146,43,"/hkfs/work/workspace/scratch/tum_ind3695-ja",shellscript,selection_command +82,532289,"experiments/dynamics_checkpoint_loading_test.sh",146,44,"/hkfs/work/workspace/scratch/tum_ind3695-jaf",shellscript,selection_command +83,532323,"experiments/dynamics_checkpoint_loading_test.sh",146,45,"/hkfs/work/workspace/scratch/tum_ind3695-jafa",shellscript,selection_command +84,532356,"experiments/dynamics_checkpoint_loading_test.sh",146,46,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_",shellscript,selection_command +85,532389,"experiments/dynamics_checkpoint_loading_test.sh",146,47,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_w",shellscript,selection_command +86,532663,"experiments/dynamics_checkpoint_loading_test.sh",146,46,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_",shellscript,selection_command +87,532860,"experiments/dynamics_checkpoint_loading_test.sh",146,45,"/hkfs/work/workspace/scratch/tum_ind3695-jafa",shellscript,selection_command +88,533050,"experiments/dynamics_checkpoint_loading_test.sh",146,46,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_",shellscript,selection_command +89,533304,"experiments/dynamics_checkpoint_loading_test.sh",146,47,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_w",shellscript,selection_command +90,533322,"experiments/dynamics_checkpoint_loading_test.sh",146,48,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws",shellscript,selection_command +91,533356,"experiments/dynamics_checkpoint_loading_test.sh",146,49,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_",shellscript,selection_command +92,533390,"experiments/dynamics_checkpoint_loading_test.sh",146,50,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_s",shellscript,selection_command +93,533424,"experiments/dynamics_checkpoint_loading_test.sh",146,51,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_sh",shellscript,selection_command +94,533457,"experiments/dynamics_checkpoint_loading_test.sh",146,52,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_sha",shellscript,selection_command +95,533490,"experiments/dynamics_checkpoint_loading_test.sh",146,53,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shar",shellscript,selection_command +96,533523,"experiments/dynamics_checkpoint_loading_test.sh",146,54,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_share",shellscript,selection_command +97,533557,"experiments/dynamics_checkpoint_loading_test.sh",146,55,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +98,533594,"experiments/dynamics_checkpoint_loading_test.sh",146,56,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/",shellscript,selection_command +99,533623,"experiments/dynamics_checkpoint_loading_test.sh",146,57,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/c",shellscript,selection_command +100,533656,"experiments/dynamics_checkpoint_loading_test.sh",146,58,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/ch",shellscript,selection_command +101,533689,"experiments/dynamics_checkpoint_loading_test.sh",146,59,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/che",shellscript,selection_command +102,533723,"experiments/dynamics_checkpoint_loading_test.sh",146,60,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/chec",shellscript,selection_command +103,533757,"experiments/dynamics_checkpoint_loading_test.sh",146,61,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/check",shellscript,selection_command +104,533790,"experiments/dynamics_checkpoint_loading_test.sh",146,62,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkp",shellscript,selection_command +105,533823,"experiments/dynamics_checkpoint_loading_test.sh",146,63,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpo",shellscript,selection_command +106,533857,"experiments/dynamics_checkpoint_loading_test.sh",146,64,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoi",shellscript,selection_command +107,533890,"experiments/dynamics_checkpoint_loading_test.sh",146,65,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoin",shellscript,selection_command +108,533924,"experiments/dynamics_checkpoint_loading_test.sh",146,66,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoint",shellscript,selection_command +109,534234,"experiments/dynamics_checkpoint_loading_test.sh",146,65,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoin",shellscript,selection_command +110,534491,"experiments/dynamics_checkpoint_loading_test.sh",146,64,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoi",shellscript,selection_command +111,534510,"experiments/dynamics_checkpoint_loading_test.sh",146,63,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpo",shellscript,selection_command +112,534544,"experiments/dynamics_checkpoint_loading_test.sh",146,62,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkp",shellscript,selection_command +113,534579,"experiments/dynamics_checkpoint_loading_test.sh",146,61,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/check",shellscript,selection_command +114,534612,"experiments/dynamics_checkpoint_loading_test.sh",146,60,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/chec",shellscript,selection_command +115,534645,"experiments/dynamics_checkpoint_loading_test.sh",146,59,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/che",shellscript,selection_command +116,534678,"experiments/dynamics_checkpoint_loading_test.sh",146,58,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/ch",shellscript,selection_command +117,534712,"experiments/dynamics_checkpoint_loading_test.sh",146,57,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/c",shellscript,selection_command +118,534745,"experiments/dynamics_checkpoint_loading_test.sh",146,56,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/",shellscript,selection_command +119,534778,"experiments/dynamics_checkpoint_loading_test.sh",146,55,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +120,534812,"experiments/dynamics_checkpoint_loading_test.sh",146,54,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_share",shellscript,selection_command +121,534848,"experiments/dynamics_checkpoint_loading_test.sh",146,53,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shar",shellscript,selection_command +122,534889,"experiments/dynamics_checkpoint_loading_test.sh",146,52,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_sha",shellscript,selection_command +123,534911,"experiments/dynamics_checkpoint_loading_test.sh",146,51,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_sh",shellscript,selection_command +124,539021,"experiments/dynamics_checkpoint_loading_test.sh",201,0,"",shellscript,selection_mouse +125,542944,"experiments/dynamics_checkpoint_loading_test.sh",200,0,"",shellscript,selection_command +126,543478,"experiments/dynamics_checkpoint_loading_test.sh",200,1,"d",shellscript,selection_command +127,544035,"experiments/dynamics_checkpoint_loading_test.sh",187,14,"jafa_ws_shared",shellscript,selection_command +128,544210,"experiments/dynamics_checkpoint_loading_test.sh",186,15,"-jafa_ws_shared",shellscript,selection_command +129,544358,"experiments/dynamics_checkpoint_loading_test.sh",175,26,"tum_ind3695-jafa_ws_shared",shellscript,selection_command +130,544500,"experiments/dynamics_checkpoint_loading_test.sh",174,27,"/tum_ind3695-jafa_ws_shared",shellscript,selection_command +131,544642,"experiments/dynamics_checkpoint_loading_test.sh",167,34,"scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +132,544775,"experiments/dynamics_checkpoint_loading_test.sh",166,35,"/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +133,544923,"experiments/dynamics_checkpoint_loading_test.sh",157,44,"workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +134,545076,"experiments/dynamics_checkpoint_loading_test.sh",156,45,"/workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +135,545228,"experiments/dynamics_checkpoint_loading_test.sh",152,49,"work/workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +136,545374,"experiments/dynamics_checkpoint_loading_test.sh",151,50,"/work/workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +137,545623,"experiments/dynamics_checkpoint_loading_test.sh",147,54,"hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +138,546010,"experiments/dynamics_checkpoint_loading_test.sh",146,55,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared",shellscript,selection_command +139,546156,"experiments/dynamics_checkpoint_loading_test.sh",146,55,"",shellscript,content +140,547265,"experiments/dynamics_checkpoint_loading_test.sh",147,0,"",shellscript,selection_command +141,548373,"experiments/dynamics_checkpoint_loading_test.sh",148,0,"",shellscript,selection_command +142,548614,"experiments/dynamics_checkpoint_loading_test.sh",149,0,"",shellscript,selection_command +143,548640,"experiments/dynamics_checkpoint_loading_test.sh",150,0,"",shellscript,selection_command +144,548674,"experiments/dynamics_checkpoint_loading_test.sh",151,0,"",shellscript,selection_command +145,548705,"experiments/dynamics_checkpoint_loading_test.sh",152,0,"",shellscript,selection_command +146,548746,"experiments/dynamics_checkpoint_loading_test.sh",153,0,"",shellscript,selection_command +147,548773,"experiments/dynamics_checkpoint_loading_test.sh",154,0,"",shellscript,selection_command +148,548806,"experiments/dynamics_checkpoint_loading_test.sh",155,0,"",shellscript,selection_command +149,548840,"experiments/dynamics_checkpoint_loading_test.sh",156,0,"",shellscript,selection_command +150,548873,"experiments/dynamics_checkpoint_loading_test.sh",157,0,"",shellscript,selection_command +151,549034,"experiments/dynamics_checkpoint_loading_test.sh",158,0,"",shellscript,selection_command +152,549467,"experiments/dynamics_checkpoint_loading_test.sh",157,0,"",shellscript,selection_command +153,549703,"experiments/dynamics_checkpoint_loading_test.sh",157,1,"",shellscript,content +154,551070,"experiments/dynamics_checkpoint_loading_test.sh",157,0,"s",shellscript,content +155,551071,"experiments/dynamics_checkpoint_loading_test.sh",158,0,"",shellscript,selection_keyboard +156,551455,"experiments/dynamics_checkpoint_loading_test.sh",158,0,"/",shellscript,content +157,551456,"experiments/dynamics_checkpoint_loading_test.sh",159,0,"",shellscript,selection_keyboard +158,551699,"experiments/dynamics_checkpoint_loading_test.sh",159,0,"c",shellscript,content +159,551701,"experiments/dynamics_checkpoint_loading_test.sh",160,0,"",shellscript,selection_keyboard +160,551741,"experiments/dynamics_checkpoint_loading_test.sh",160,0,"h",shellscript,content +161,551742,"experiments/dynamics_checkpoint_loading_test.sh",161,0,"",shellscript,selection_keyboard +162,551862,"experiments/dynamics_checkpoint_loading_test.sh",161,0,"e",shellscript,content +163,551863,"experiments/dynamics_checkpoint_loading_test.sh",162,0,"",shellscript,selection_keyboard +164,551950,"experiments/dynamics_checkpoint_loading_test.sh",162,0,"c",shellscript,content +165,551951,"experiments/dynamics_checkpoint_loading_test.sh",163,0,"",shellscript,selection_keyboard +166,551971,"experiments/dynamics_checkpoint_loading_test.sh",163,0,"k",shellscript,content +167,551971,"experiments/dynamics_checkpoint_loading_test.sh",164,0,"",shellscript,selection_keyboard +168,552396,"experiments/dynamics_checkpoint_loading_test.sh",164,0,"p",shellscript,content +169,552397,"experiments/dynamics_checkpoint_loading_test.sh",165,0,"",shellscript,selection_keyboard +170,552452,"experiments/dynamics_checkpoint_loading_test.sh",165,0,"o",shellscript,content +171,552453,"experiments/dynamics_checkpoint_loading_test.sh",166,0,"",shellscript,selection_keyboard +172,552509,"experiments/dynamics_checkpoint_loading_test.sh",166,0,"i",shellscript,content +173,552510,"experiments/dynamics_checkpoint_loading_test.sh",167,0,"",shellscript,selection_keyboard +174,552655,"experiments/dynamics_checkpoint_loading_test.sh",167,0,"t",shellscript,content +175,552656,"experiments/dynamics_checkpoint_loading_test.sh",168,0,"",shellscript,selection_keyboard +176,553311,"experiments/dynamics_checkpoint_loading_test.sh",167,1,"",shellscript,content +177,553436,"experiments/dynamics_checkpoint_loading_test.sh",166,1,"",shellscript,content +178,553714,"experiments/dynamics_checkpoint_loading_test.sh",166,0,"i",shellscript,content +179,553715,"experiments/dynamics_checkpoint_loading_test.sh",167,0,"",shellscript,selection_keyboard +180,553800,"experiments/dynamics_checkpoint_loading_test.sh",167,0,"n",shellscript,content +181,553801,"experiments/dynamics_checkpoint_loading_test.sh",168,0,"",shellscript,selection_keyboard +182,553817,"experiments/dynamics_checkpoint_loading_test.sh",168,0,"t",shellscript,content +183,553818,"experiments/dynamics_checkpoint_loading_test.sh",169,0,"",shellscript,selection_keyboard +184,554024,"experiments/dynamics_checkpoint_loading_test.sh",168,0,"",shellscript,selection_command +185,554142,"experiments/dynamics_checkpoint_loading_test.sh",159,0,"",shellscript,selection_command +186,554283,"experiments/dynamics_checkpoint_loading_test.sh",158,0,"",shellscript,selection_command +187,554503,"experiments/dynamics_checkpoint_loading_test.sh",147,0,"",shellscript,selection_command +188,554664,"experiments/dynamics_checkpoint_loading_test.sh",146,0,"",shellscript,selection_command +189,555190,"experiments/dynamics_checkpoint_loading_test.sh",146,0,"P",shellscript,content +190,555191,"experiments/dynamics_checkpoint_loading_test.sh",147,0,"",shellscript,selection_keyboard +191,555230,"experiments/dynamics_checkpoint_loading_test.sh",147,0,"W",shellscript,content +192,555231,"experiments/dynamics_checkpoint_loading_test.sh",148,0,"",shellscript,selection_keyboard +193,555818,"experiments/dynamics_checkpoint_loading_test.sh",148,0,"D",shellscript,content +194,555818,"experiments/dynamics_checkpoint_loading_test.sh",149,0,"",shellscript,selection_keyboard +195,556295,"experiments/dynamics_checkpoint_loading_test.sh",148,0,"",shellscript,selection_command +196,559805,"TERMINAL",0,0,"bas",,terminal_output +197,560053,"TERMINAL",0,0,"h e",,terminal_output +198,560238,"TERMINAL",0,0,"x",,terminal_output +199,560435,"TERMINAL",0,0,"per",,terminal_output +200,560504,"TERMINAL",0,0,"im",,terminal_output +201,560562,"TERMINAL",0,0,"ents/",,terminal_output +202,561810,"TERMINAL",0,0,"t",,terminal_output +203,562006,"TERMINAL",0,0,"r",,terminal_output +204,562102,"TERMINAL",0,0,"ain",,terminal_output +205,562213,"TERMINAL",0,0,"",,terminal_output +206,563126,"TERMINAL",0,0,"_",,terminal_output +207,565371,"TERMINAL",0,0,"",,terminal_output +208,565548,"TERMINAL",0,0,"",,terminal_output +209,565638,"TERMINAL",0,0,"",,terminal_output +210,565769,"TERMINAL",0,0,"",,terminal_output +211,565908,"TERMINAL",0,0,"",,terminal_output +212,566075,"TERMINAL",0,0,"",,terminal_output +213,566329,"TERMINAL",0,0,"d",,terminal_output +214,566429,"TERMINAL",0,0,"y",,terminal_output +215,566528,"TERMINAL",0,0,"n",,terminal_output +216,566654,"TERMINAL",0,0,"amics_checkpoint_loading_test.sh ",,terminal_output +217,567911,"experiments/dynamics_checkpoint_loading_test.sh",116,0,"",shellscript,selection_command +218,568101,"experiments/dynamics_checkpoint_loading_test.sh",86,0,"",shellscript,selection_command +219,568193,"experiments/dynamics_checkpoint_loading_test.sh",84,0,"",shellscript,selection_command +220,568440,"experiments/dynamics_checkpoint_loading_test.sh",86,0,"",shellscript,selection_command +221,568824,"experiments/dynamics_checkpoint_loading_test.sh",60,26,"source .venv/bin/activate\n",shellscript,selection_command +222,568994,"experiments/dynamics_checkpoint_loading_test.sh",30,56,"module unload devel/cuda/12.4\nsource .venv/bin/activate\n",shellscript,selection_command +223,569150,"experiments/dynamics_checkpoint_loading_test.sh",0,86,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n",shellscript,selection_command +224,569532,"experiments/dynamics_checkpoint_loading_test.sh",0,0,"",shellscript,selection_command +225,569843,"experiments/dynamics_checkpoint_loading_test.sh",0,29,"module unload mpi/openmpi/5.0",shellscript,selection_command +226,569958,"experiments/dynamics_checkpoint_loading_test.sh",0,59,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4",shellscript,selection_command +227,570078,"experiments/dynamics_checkpoint_loading_test.sh",0,60,"",shellscript,content +228,571839,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +229,605564,"TERMINAL",0,0,"bash",,terminal_focus +230,617502,"TERMINAL",0,0,"squeue -w supergpu16,supergpu18,gpusrv[69,70],supergpu14",,terminal_command +231,617563,"TERMINAL",0,0,"]633;E;squeue -w supergpu16,supergpu18,gpusrv[69,70],supergpu14;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;C JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)\r\n 26665192 gpu_p test_grp muhammad R 5:48:18 1 supergpu14\r\n 26725480 gpu_p interact franz.sr R 3:00 1 supergpu18\r\n 26644304 gpu_p old_gpt helena.f R 23:12:02 1 supergpu14\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;0",,terminal_output +232,629039,"TERMINAL",0,0,"squeue -w supergpu*",,terminal_command +233,629069,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;squeue -w supergpu*;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;Csqueue: error: Invalid node name supergpu*\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +234,647455,"TERMINAL",0,0,"srun",,terminal_focus +235,649241,"TERMINAL",0,0,"bash",,terminal_focus +236,652664,"TERMINAL",0,0,"srun",,terminal_focus +237,653173,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=26725480.0 tasks 0-3: running\r\n",,terminal_output +238,653332,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=26725480.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 26725480.0 ON supergpu18 CANCELLED AT 2025-07-04T18:06:40 ***\r\n",,terminal_output +239,653633,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@supergpu18 jafar]$ ",,terminal_output +240,654065,"experiments/dynamics_checkpoint_loading_test.sh",85,0,"",shellscript,selection_mouse +241,654885,"experiments/dynamics_checkpoint_loading_test.sh",86,0,"",shellscript,selection_command +242,655205,"experiments/dynamics_checkpoint_loading_test.sh",86,0,"#",shellscript,content +243,655207,"experiments/dynamics_checkpoint_loading_test.sh",87,0,"",shellscript,selection_keyboard +244,655411,"experiments/dynamics_checkpoint_loading_test.sh",86,0,"",shellscript,selection_command +245,656894,"experiments/dynamics_checkpoint_loading_test.sh",86,1,"$",shellscript,content +246,658886,"TERMINAL",0,0,"[franz.srambical@supergpu18 jafar]$ ",,terminal_output +247,658954,"TERMINAL",0,0,"bash experiments/dynamics_checkpoint_loading_test.sh ",,terminal_output +248,659202,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +249,660251,"TERMINAL",0,0,"bash",,terminal_focus +250,682813,"TERMINAL",0,0,"sinfo",,terminal_command +251,682860,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;sinfo;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;CPARTITION AVAIL TIMELIMIT NODES STATE NODELIST\r\ninteractive_cpu_p up 12:00:00 1 down* cpusrv54\r\ninteractive_cpu_p up 12:00:00 2 mix cpusrv[55,75]\r\ninteractive_cpu_p up 12:00:00 3 idle cpusrv[51-53]\r\ncpu_p up 3-00:00:00 1 drain* cpusrv71\r\ncpu_p up 3-00:00:00 1 down* supercpu02\r\ncpu_p up 3-00:00:00 2 drain cpusrv[57,74]\r\ncpu_p up 3-00:00:00 100 mix cpusrv[02,05-28,30-33,35-39,41-50,56,61-63,65,69-70,72-73,75,77-87,89-92,94-115,118-119,121-122,124-127],supercpu01\r\ncpu_p up 3-00:00:00 10 alloc cpusrv[40,58-60,64,88,93,116-117,123]\r\ninteractive_gpu_p up 12:00:00 2 inval gpusrv[23,25]\r\ninteractive_gpu_p up 12:00:00 1 mix gpusrv22\r\ninteractive_gpu_p up 12:00:00 1 idle gpusrv24\r\ngpu_p up 2-00:00:00 2 mix- supergpu[14,17]\r\ngpu_p up 2-00:00:00 3 down* gpusrv[09,34],supergpu07\r\ngpu_p up 2-00:00:00 4 resv gpusrv[69-70],supergpu[05,16]\r\ngpu_p up 2-00:00:00 61 mix gpusrv[10-18,26-33,35,38-49,51-55,57-68,71-77],supergpu[02-03,08-09,15,18-19]\r\ngpu_p up 2-00:00:00 1 idle gpusrv50\r\ncemp_gpu_p up 5-00:00:00 1 down* supercpu02\r\ncemp_gpu_p up 5-00:00:00 6 mix supercpu01,supergpu[06,10-13]\r\nbcf_p up 14-00:00:0 1 mix cpusrv29\r\nbcf_p up 14-00:00:0 1 idle cpusrv128\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;0",,terminal_output +252,716315,"TERMINAL",0,0,"2025-07-04 18:07:43.142403: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 18:07:43.142397: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 18:07:43.142430: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 18:07:43.142435: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +253,717134,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751645263.925762 479860 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751645263.925766 479861 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751645263.925828 479859 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751645263.925827 479862 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\n",,terminal_output +254,718062,"TERMINAL",0,0,"E0000 00:00:1751645264.965550 479859 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751645264.965544 479860 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751645264.965583 479861 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751645264.965585 479862 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +255,720098,"TERMINAL",0,0,"W0000 00:00:1751645266.975677 479859 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975699 479859 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975703 479859 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975705 479859 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975687 479862 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975715 479862 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975718 479862 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975719 479862 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975740 479860 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975758 479860 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975760 479860 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975761 479860 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975737 479861 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975763 479861 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975766 479861 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751645266.975768 479861 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +256,814126,"TERMINAL",0,0,"W0000 00:00:1751645360.960661 479860 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751645360.960674 479861 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751645360.960982 479862 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751645360.961000 479859 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +257,826161,"TERMINAL",0,0,"squeue -w supergpu14,supergpu17,supergpu05,supergpu02,supergpu03,supergpu08,supergpu09,supergpu15,supergpu19,supergpu06,supergpu10,supergpu11,supergpu12,supergpu13",,terminal_command +258,826210,"TERMINAL",0,0,"]633;E;squeue -w supergpu14,supergpu17,supergpu05,supergpu02,supergpu03,supergpu08,supergpu09,supergpu15,supergpu19,supergpu06,supergpu10,supergpu11,supergpu12,supergpu13;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;C JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)\r\n 26606201_9 cemp_gpu_ pytom_TM thomas.d R 53:48 1 supergpu10\r\n 26606201_4 cemp_gpu_ pytom_TM thomas.d R 1-10:33:31 1 supergpu06\r\n 26606201_5 cemp_gpu_ pytom_TM thomas.d R 1-10:33:31 1 supergpu06\r\n 26606201_6 cemp_gpu_ pytom_TM thomas.d R 1-10:33:31 1 supergpu06\r\n 26715883 cemp_gpu_ cs_P31_J stefan.b R 1:06:24 1 supergpu12\r\n 26715884 cemp_gpu_ cs_P31_J stefan.b R 1:06:24 1 supergpu12\r\n 26715885 cemp_gpu_ cs_P31_J stefan.b R 1:06:24 1 supergpu12\r\n 26707228 cemp_gpu_ cs_P31_J stefan.b R 2:01:10 1 supergpu13\r\n 26691356 cemp_gpu_ cs_P31_J stefan.b R 4:54:14 1 supergpu13\r\n 26600624 cemp_gpu_ cs_P31_J stefan.b R 2-09:20:37 1 supergpu10\r\n 26585545 cemp_gpu_ cs_P31_J stefan.b R 3-09:15:38 1 supergpu06\r\n 26723777 cemp_gpu_ TM_PyTom christin R 17:08 1 supergpu11\r\n 26723779 cemp_gpu_ TM_PyTom christin R 17:08 1 supergpu11\r\n 26723780 cemp_gpu_ TM_PyTom christin R 17:08 1 supergpu13\r\n 26723696 cemp_gpu_ TM_PyTom christin R 17:29 1 supergpu10\r\n 26723697 cemp_gpu_ TM_PyTom christin R 17:29 1 supergpu11\r\n 26702277 cemp_gpu_ TM_PyTom christin R 2:48:25 1 supergpu12\r\n 26700102 cemp_gpu_ TM_PyTom christin R 3:42:33 1 supergpu10\r\n 26695655 cemp_gpu_ TM_PyTom christin R 4:07:51 1 supergpu13\r\n 26666763 gpu_p dor_193 alena.bo R 0:51 1 supergpu02\r\n 26666764 gpu_p dor_225 alena.bo R 0:51 1 supergpu02\r\n 26666762 gpu_p dor_43 alena.bo R 2:52 1 supergpu03\r\n 26666761 gpu_p dor_161 alena.bo R 4:52 1 supergpu02\r\n 26666760 gpu_p dor_16 alena.bo R 18:59 1 supergpu03\r\n 26666759 gpu_p dor_42 alena.bo R 20:00 1 supergpu02\r\n 26666757 gpu_p dor_179 alena.bo R 30:05 1 supergpu03\r\n 26666756 gpu_p dor_102 alena.bo R 31:06 1 supergpu03\r\n 26666755 gpu_p dor_63 alena.bo R 37:39 1 supergpu03\r\n 26666754 gpu_p dor_65 alena.bo R 39:10 1 supergpu02\r\n 26666753 gpu_p dor_166 alena.bo R 41:41 1 supergpu02\r\n 26666750 gpu_p dor_47 alena.bo R 44:42 1 supergpu03\r\n 26666743 gpu_p dor_178 alena.bo R 54:18 1 supergpu15\r\n 26666708 gpu_p dor_96 alena.bo R 2:37:21 1 supergpu17\r\n 26664620 gpu_p GLP1R_1 reid.ald R 21:51:21 1 supergpu19\r\n 26665612 gpu_p GPR158_4 reid.ald R 18:03:45 1 supergpu15\r\n 26691266 gpu_p seed_0 sarah.fr R 4:59:15 1 supergpu02\r\n 26725315 gpu_p seed_9_i sarah.fr R 7:24 1 supergpu15\r\n 26723469 gpu_p seed_5_i sarah.fr R 18:59 1 supergpu02\r\n 26720698 gpu_p seed_7 sarah.fr R 36:08 1 supergpu02\r\n 26712537 gpu_p seed_3 sarah.fr R 1:27:05 1 supergpu02\r\n 26702177 gpu_p seed_2 sarah.fr R 3:16:37 1 supergpu02\r\n 26695535 gpu_p seed_10 sarah.fr R 4:09:12 1 supergpu02\r\n 26692541 gpu_p seed_6 sarah.fr R 4:33:11 1 supergpu03\r\n 26692543 gpu_p seed_4 sarah.fr R 4:33:11 1 supergpu03\r\n 26671596 gpu_p other marta.ha R 8:00:50 1 supergpu09\r\n 26670916 gpu_p bt_lvef marta.ha R 8:05:42 1 supergpu09\r\n 26670709 gpu_p simsiam marta.ha R 8:07:31 1 supergpu09\r\n 26670190 gpu_p myo_byol marta.ha R 8:10:49 1 supergpu09\r\n 26648896 gpu_p bash sameer.a R 1-01:48:01 1 supergpu09\r\n 26665192 gpu_p test_grp muhammad R 5:51:47 1 supergpu14\r\n 26665191 gpu_p eureka_t muhammad R 8:39:53 1 supergpu17\r\n 26601004 gpu_p JPTR_MUL georgia. R 2-07:32:11 1 supergpu02\r\n 26725872 gpu_p cad01 marta.ha R 1:21 1 supergpu03\r\n 26638094 gpu_p bash sameer.a R 1-06:26:29 1 supergpu09\r\n 26702699_4710 gpu_p phacts_p erfan.kh R 0:21 1 supergpu02\r\n 26702699_4711 gpu_p phacts_p erfan.kh R 0:21 1 supergpu02\r\n 26702699_4712 gpu_p phacts_p erfan.kh R 0:21 1 supergpu02\r\n 26702699_4713 gpu_p phacts_p erfan.kh R 0:21 1 supergpu02\r\n 26702699_4714 gpu_p phacts_p erfan.kh R 0:21 1 supergpu02\r\n 26691485 gpu_p nnUNet_t laurent. R 4:47:42 1 supergpu17\r\n 26691487 gpu_p nnUNet_t laurent. R 4:47:42 1 supergpu17\r\n 26691488 gpu_p nnUNet_t laurent. R 4:47:42 1 supergpu19\r\n 26691489 gpu_p nnUNet_t laurent. R 4:47:42 1 supergpu19\r\n 26691491 gpu_p nnUNet_t laurent. R 4:47:42 1 supergpu19\r\n 26688069 gpu_p LISA_gpu lisa.sik R 5:47:45 1 supergpu02\r\n 26718025 gpu_p PRETRAIN mohammed R 52:47 1 supergpu19\r\n 26666561 gpu_p interact artem.ba R 8:52:27 1 supergpu03\r\n 26666560 gpu_p interact artem.ba R 8:52:28 1 supergpu03\r\n 26697569 gpu_p sweep_fl lorenzo. R 3:50:07 1 supergpu19\r\n 26690882 gpu_p train_fl lorenzo. R 5:24:01 1 supergpu19\r\n 26617700 gpu_p jupyter weixu.wa R 1-23:31:09 1 supergpu03\r\n 26648740_25 gpu_p train_fl mariia.m R 11:55:59 1 supergpu03\r\n 26664242 gpu_p young_gp helena.f R 10:24:16 1 supergpu08\r\n 26644304 gpu_p old_gpt helena.f R 23:15:31 1 supergpu14\r\n 26691021 gpu_p pretrain helena.f R 16:58 1 supergpu15\r\n 26670041 gpu_p fem-0.2p helena.f R 8:11:35 1 supergpu08\r\n 26585573 gpu_p A20-sing helena.f R 2-23:37:04 1 supergpu15\r\n 26711883_4 gpu_p train_sp daniel.s R 59:20 1 supergpu19\r\n 26711881_0 gpu_p train_sp daniel.s R 1:31:06 1 supergpu17\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;0",,terminal_output +259,842823,"TERMINAL",0,0,"srun",,terminal_focus +260,860201,"TERMINAL",0,0,"2025-07-04 18:10:07.088557: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:10:07.088560: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:10:07.088657: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:10:07.088653: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:10:07.095831: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:07.095835: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:07.095980: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:07.095980: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +261,874764,"TERMINAL",0,0,"bash",,terminal_focus +262,877902,"TERMINAL",0,0,"2025-07-04 18:10:24.798563: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:24.799597: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:24.802925: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:24.806862: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +263,884367,"TERMINAL",0,0,"2025-07-04 18:10:31.265392: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:31.265416: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:31.271374: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:31.274595: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +264,885810,"TERMINAL",0,0,"2025-07-04 18:10:32.707054: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 13 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:32.709110: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 13 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:32.712633: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 13 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:32.717294: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 13 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +265,893448,"TERMINAL",0,0,"2025-07-04 18:10:40.345139: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:40.348994: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:40.350340: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:40.352756: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +266,899320,"TERMINAL",0,0,"2025-07-04 18:10:46.217422: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:46.220204: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:46.223418: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:46.223785: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +267,903833,"TERMINAL",0,0,"2025-07-04 18:10:50.722077: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:50.722167: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:50.728011: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:50.729486: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +268,905215,"TERMINAL",0,0,"2025-07-04 18:10:52.111760: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:52.112311: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:52.115911: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:10:52.116281: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +269,905593,"TERMINAL",0,0,"2025-07-04 18:10:52.491085: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:52.492811: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:52.498936: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:52.499617: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +270,910097,"TERMINAL",0,0,"2025-07-04 18:10:56.997520: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:56.998726: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:57.002932: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:10:57.005828: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +271,916568,"TERMINAL",0,0,"2025-07-04 18:11:03.422299: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:03.429814: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:03.451209: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:03.460952: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +272,921486,"TERMINAL",0,0,"2025-07-04 18:11:08.216829: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:08.216854: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot.3 on a single thread.\r\n2025-07-04 18:11:08.223095: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:08.223120: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot.3 on a single thread.\r\n2025-07-04 18:11:08.228703: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:08.228736: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot.3 on a single thread.\r\n2025-07-04 18:11:08.233345: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:08.233370: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot.3 on a single thread.\r\n",,terminal_output +273,931530,"TERMINAL",0,0,"2025-07-04 18:11:18.421752: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:18.423421: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:18.426776: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:18.430722: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +274,934688,"TERMINAL",0,0,"2025-07-04 18:11:21.579662: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:21.590610: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:21.591826: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:21.595850: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +275,936484,"TERMINAL",0,0,"2025-07-04 18:11:23.312386: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:23.312489: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:23.315789: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:23.318749: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +276,937529,"TERMINAL",0,0,"2025-07-04 18:11:24.398338: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:24.398996: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:24.404412: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:24.404727: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +277,938284,"TERMINAL",0,0,"2025-07-04 18:11:25.183050: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:25.185031: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:25.189892: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:25.192563: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +278,940912,"TERMINAL",0,0,"2025-07-04 18:11:27.799832: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:27.811678: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:27.812405: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:27.817278: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +279,942636,"TERMINAL",0,0,"2025-07-04 18:11:29.531309: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:29.535758: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:29.537548: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:29.540891: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +280,943674,"TERMINAL",0,0,"2025-07-04 18:11:30.571006: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:30.572334: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:30.579896: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:11:30.579975: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +281,944362,"TERMINAL",0,0,"2025-07-04 18:11:31.153807: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:31.155464: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:31.163680: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:31.164674: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +282,946296,"TERMINAL",0,0,"2025-07-04 18:11:33.191598: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:33.192552: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:33.200517: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:33.204999: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +283,949388,"TERMINAL",0,0,"2025-07-04 18:11:36.252427: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:36.258241: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:36.268484: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:36.292150: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +284,951090,"TERMINAL",0,0,"2025-07-04 18:11:37.975912: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.3 on a single thread.\r\n2025-07-04 18:11:37.986571: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.3 on a single thread.\r\n2025-07-04 18:11:37.988665: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.3 on a single thread.\r\n2025-07-04 18:11:37.994460: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.3 on a single thread.\r\n",,terminal_output +285,954637,"TERMINAL",0,0,"2025-07-04 18:11:41.530450: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:41.532674: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:41.535062: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:41.542633: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +286,958308,"TERMINAL",0,0,"2025-07-04 18:11:45.138185: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:45.145101: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:45.177905: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:45.211228: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +287,963589,"TERMINAL",0,0,"2025-07-04 18:11:50.480060: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:50.480087: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:50.486333: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:50.486357: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +288,963675,"TERMINAL",0,0,"2025-07-04 18:11:50.573094: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:50.573120: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:50.576755: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 18:11:50.576780: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 36 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +289,972409,"TERMINAL",0,0,"2025-07-04 18:11:59.287379: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:59.295795: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +290,972469,"TERMINAL",0,0,"2025-07-04 18:11:59.366620: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:11:59.373541: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 9 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +291,988716,"experiments/dynamics_checkpoint_loading_test.sh",222,0,"",shellscript,selection_mouse +292,995990,"TERMINAL",0,0,"2025-07-04 18:12:22.888907: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:22.894323: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +293,996149,"TERMINAL",0,0,"2025-07-04 18:12:22.988919: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:23.051677: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 5 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +294,998441,"TERMINAL",0,0,"2025-07-04 18:12:25.338775: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:25.344940: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +295,998524,"TERMINAL",0,0,"2025-07-04 18:12:25.424778: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +296,998683,"TERMINAL",0,0,"2025-07-04 18:12:25.500370: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +297,1001167,"TERMINAL",0,0,"2025-07-04 18:12:28.066750: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:28.072537: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +298,1001303,"TERMINAL",0,0,"2025-07-04 18:12:28.151502: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +299,1001362,"TERMINAL",0,0,"2025-07-04 18:12:28.220462: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +300,1002972,"TERMINAL",0,0,"2025-07-04 18:12:29.785257: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:29.792271: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:29.860753: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +301,1003072,"TERMINAL",0,0,"2025-07-04 18:12:29.930119: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +302,1003925,"TERMINAL",0,0,"2025-07-04 18:12:30.760145: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:30.766856: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +303,1003987,"TERMINAL",0,0,"2025-07-04 18:12:30.801908: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:30.883140: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 2 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +304,1004531,"TERMINAL",0,0,"2025-07-04 18:12:31.328729: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:31.332031: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:31.367194: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:31.433819: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +305,1007471,"TERMINAL",0,0,"2025-07-04 18:12:34.367760: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:34.369891: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:34.375265: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +306,1007594,"TERMINAL",0,0,"2025-07-04 18:12:34.452410: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +307,1009363,"TERMINAL",0,0,"2025-07-04 18:12:36.094025: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:36.098754: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:36.101437: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:36.179966: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 3 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +308,1010034,"TERMINAL",0,0,"salloc -p gpu_p --time=00:30:00 --nodes=4 --gres=gpu:4 --constraint=h100_80gb --cpus-per-task=8 ",,terminal_command +309,1010053,"TERMINAL",0,0,"]633;E;salloc -p gpu_p --time=00:30:00 --nodes=4 --gres=gpu:4 --constraint=h100_80gb --cpus-per-task=8;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;Csalloc: error: Job submit/allocate failed: Invalid qos specification\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1",,terminal_output +310,1010413,"TERMINAL",0,0,"2025-07-04 18:12:37.206785: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:37.250592: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:37.257762: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n2025-07-04 18:12:37.284016: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot.2 on a single thread.\r\n",,terminal_output +311,1011077,"TERMINAL",0,0,"2025-07-04 18:12:37.876272: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:37.923842: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:37.930621: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:37.975384: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 4 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +312,1014935,"TERMINAL",0,0,"2025-07-04 18:12:41.761372: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 6 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:41.762974: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 6 configs for gemm_fusion_dot on a single thread.\r\n2025-07-04 18:12:41.768006: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 6 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +313,1014997,"TERMINAL",0,0,"2025-07-04 18:12:41.851431: W external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1154] Compiling 6 configs for gemm_fusion_dot on a single thread.\r\n",,terminal_output +314,1018362,"TERMINAL",0,0,"Running on 4 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_dynamics.py"", line 204, in \r\nRunning on 4 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_dynamics.py"", line 204, in \r\n train_state = restore_genie_components(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/genie.py"", line 281, in restore_genie_components\r\n train_state = restore_genie_components(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/genie.py"", line 281, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\n PyTreeCheckpointer()\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\nRunning on 4 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_dynamics.py"", line 204, in \r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /lustre/groups/haicu/workspace/franz.srambical/jafar/checkpoints/checkpoint/3316022/tokenizer_1751594834_19000 not found.\r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /lustre/groups/haicu/workspace/franz.srambical/jafar/checkpoints/checkpoint/3316022/tokenizer_1751594834_19000 not found.\r\n train_state = restore_genie_components(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/genie.py"", line 281, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /lustre/groups/haicu/workspace/franz.srambical/jafar/checkpoints/checkpoint/3316022/tokenizer_1751594834_19000 not found.\r\nRunning on 4 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/train_dynamics.py"", line 204, in \r\n train_state = restore_genie_components(\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/genie.py"", line 281, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /lustre/groups/haicu/workspace/franz.srambical/jafar/checkpoints/checkpoint/3316022/tokenizer_1751594834_19000 not found.\r\n",,terminal_output +315,1021967,"TERMINAL",0,0,"salloc -p gpu_p --time=00:30:00 --nodes=4 --gres=gpu:4 --constraint=h100_80gb --cpus-per-task=8 --qos=gpu_normal",,terminal_command +316,1021989,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;salloc -p gpu_p --time=00:30:00 --nodes=4 --gres=gpu:4 --constraint=h100_80gb --cpus-per-task=8 --qos=gpu_normal;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;C",,terminal_output +317,1028597,"TERMINAL",0,0,"salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=h100_80gb --cpus-per-task=8 --qos=gpu_normal",,terminal_command +318,1028663,"TERMINAL",0,0,"]633;E;salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=h100_80gb --cpus-per-task=8 --qos=gpu_normal;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;Csalloc: Pending job allocation 26726229\r\nsalloc: job 26726229 queued and waiting for resources\r\n",,terminal_output +319,1037788,"TERMINAL",0,0,"srun: error: supergpu18: tasks 0-1: Exited with exit code 1\r\n",,terminal_output +320,1038169,"TERMINAL",0,0,"srun: error: supergpu18: tasks 2-3: Exited with exit code 1\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@supergpu18 jafar]$ ",,terminal_output +321,1039261,"TERMINAL",0,0,"srun",,terminal_focus +322,1041574,"TERMINAL",0,0,"bash experiments/dynamics_checkpoint_loading_test.sh ",,terminal_output +323,1043705,"TERMINAL",0,0,"\r\n\r",,terminal_output +324,1044311,"TERMINAL",0,0,"e",,terminal_output +325,1044454,"TERMINAL",0,0,"x",,terminal_output +326,1044526,"TERMINAL",0,0,"i",,terminal_output +327,1044641,"TERMINAL",0,0,"t",,terminal_output +328,1044736,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\n",,terminal_output +329,1044933,"TERMINAL",0,0,"srun: error: supergpu18: task 0: Exited with exit code 1\r\nsalloc: Relinquishing job allocation 26725480\r\nsalloc: Job allocation 26725480 has been revoked.\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h",,terminal_output +330,1046587,"TERMINAL",0,0,"salloc",,terminal_focus +331,1048928,"TERMINAL",0,0,"",,terminal_focus +332,1050419,"TERMINAL",0,0,"idle",,terminal_command +333,1050435,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;idle;bca8d9c2-a4f1-4b9d-a85c-bd130351f75f]633;Cbash: idle: command not found\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;127",,terminal_output +334,1053592,"TERMINAL",0,0,"salloc",,terminal_focus +335,1200821,"TERMINAL",0,0,"bash",,terminal_focus +336,1353135,"TERMINAL",0,0,"salloc",,terminal_focus +337,1356838,"TERMINAL",0,0,"^Csalloc: Job aborted due to signal\r\nsalloc: Job allocation 26726229 has been revoked.\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +338,1363032,"TERMINAL",0,0,"salloc -p gpu_p --time=00:30:00 --nodes=4 --gres=gpu:4 --constraint=a100_40gb --cpus-per-task=8 --qos=gpu_normal",,terminal_command +339,1363123,"TERMINAL",0,0,"]633;E;salloc -p gpu_p --time=00:30:00 --nodes=4 --gres=gpu:4 --constraint=a100_40gb --cpus-per-task=8 --qos=gpu_normal;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;C",,terminal_output +340,1363226,"TERMINAL",0,0,"salloc: error: QOSMaxCpuPerJobLimit\r\nsalloc: error: Job submit/allocate failed: Job violates accounting/QOS policy (job submit limit, user's size and/or time limits)\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +341,1371647,"TERMINAL",0,0,"salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=a100_40gb --cpus-per-task=8 --qos=gpu_normal",,terminal_command +342,1371725,"TERMINAL",0,0,"]633;E;salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=a100_40gb --cpus-per-task=8 --qos=gpu_normal;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;Csalloc: Required node not available (down, drained or reserved)\r\nsalloc: Pending job allocation 26726658\r\nsalloc: job 26726658 queued and waiting for resources\r\n",,terminal_output +343,1437650,"TERMINAL",0,0,"^Csalloc: Job allocation 26726658 has been revoked.\r\nsalloc: Job aborted due to signal\r\n",,terminal_output +344,1437773,"TERMINAL",0,0,"^C",,terminal_command +345,1437776,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;C]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D",,terminal_output +346,1441968,"TERMINAL",0,0,"salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=a100 --cpus-per-task=8 --qos=gpu_normal",,terminal_command +347,1441979,"TERMINAL",0,0,"]633;E;salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=a100 --cpus-per-task=8 --qos=gpu_normal;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;Csalloc: error: Job submit/allocate failed: Invalid feature specification\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1",,terminal_output +348,1446304,"TERMINAL",0,0,"salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=a100_80gb --cpus-per-task=8 --qos=gpu_normal",,terminal_command +349,1446326,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;salloc -p gpu_p --time=00:30:00 --nodes=2 --gres=gpu:4 --constraint=a100_80gb --cpus-per-task=8 --qos=gpu_normal;a8707c05-ae9b-4a50-91c9-fa9c06501dad]633;Csalloc: error: Job submit/allocate failed: Requested node configuration is not available\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-623c548f-e16f-46a4-9ee1-6577a82e63e51754054052755-2025_08_01-15.14.20.520/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-623c548f-e16f-46a4-9ee1-6577a82e63e51754054052755-2025_08_01-15.14.20.520/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..b310a491981d6d408e03e52247647fc8079309c2 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-623c548f-e16f-46a4-9ee1-6577a82e63e51754054052755-2025_08_01-15.14.20.520/source.csv @@ -0,0 +1,35 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,354,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"3:14:20 PM [info] Activating crowd-code\n3:14:20 PM [info] Recording started\n3:14:20 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,1073,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"3:14:20 PM [info] Git repository found\n3:14:20 PM [info] Git provider initialized successfully\n3:14:20 PM [info] Initial git state: [object Object]\n",Log,content +4,703122,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\n\nexport PYTHONUNBUFFERED=1\nsrun ipython --pdb sample.py -- \\n --dyna_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +5,703816,"experiments/sample.sh",283,0,"",shellscript,selection_mouse +6,703816,"experiments/sample.sh",282,0,"",shellscript,selection_command +7,704348,"experiments/sample.sh",337,0,"",shellscript,selection_mouse +8,704352,"experiments/sample.sh",336,0,"",shellscript,selection_command +9,705452,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +10,710934,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +11,711936,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +12,720157,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +13,721337,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +14,722480,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +15,723451,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +16,724245,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +17,725680,"experiments/sample.sh",337,0,"",shellscript,selection_mouse +18,725686,"experiments/sample.sh",336,0,"",shellscript,selection_command +19,860776,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +20,861676,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +21,863663,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +22,864281,"experiments/sample.sh",337,0,"",shellscript,selection_mouse +23,864282,"experiments/sample.sh",336,0,"",shellscript,selection_command +24,865295,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +25,865896,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +26,867495,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +27,1826628,"experiments/sample.sh",337,0,"",shellscript,selection_mouse +28,1826635,"experiments/sample.sh",336,0,"",shellscript,selection_command +29,1827817,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +30,1828589,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +31,1830307,"experiments/sample.sh",135,0,"",shellscript,selection_mouse +32,1831392,"experiments/sample.sh",337,0,"",shellscript,selection_mouse +33,1831396,"experiments/sample.sh",336,0,"",shellscript,selection_command +34,1832055,"experiments/sample.sh",26,0,"",shellscript,selection_mouse +35,1832824,"experiments/sample.sh",135,0,"",shellscript,selection_mouse diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-6eacf655-5590-4c9d-ad09-856f09c6e0121751568373129-2025_07_03-20.47.02.778/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-6eacf655-5590-4c9d-ad09-856f09c6e0121751568373129-2025_07_03-20.47.02.778/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..38e98e4dc40bd760914aaf61fce4a352c626ef69 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-6eacf655-5590-4c9d-ad09-856f09c6e0121751568373129-2025_07_03-20.47.02.778/source.csv @@ -0,0 +1,282 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"#!/usr/bin/env bash\nsource .venv/bin/activate\n\n\ndata_dir='data_tfrecords'\n\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --ckpt_dir checkpoints/tokenizer_cross_node_checkpointing_test \\n --log_checkpoint_interval 10 \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +2,1240,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:47:01 PM [info] Activating crowd-code\n8:47:02 PM [info] Recording started\n8:47:02 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,1339,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"8:47:03 PM [info] Git repository found\n8:47:03 PM [info] Git provider initialized successfully\n8:47:03 PM [info] Initial git state: [object Object]\n",Log,content +4,10285,"TERMINAL",0,0,"/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +5,10288,"TERMINAL",0,0,"]633;E;/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;c8ce12b3-1a75-4b36-97e0-87d6c697054a]633;C",,terminal_output +6,10354,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0",,terminal_output +7,65030,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"",shellscript,tab +8,72724,"tests/test_checkpointer.py",0,0,"",python,tab +9,75785,"tests/test_checkpointer.py",0,0,"import unittest\nimport tempfile\nimport os\nimport jax\nimport jax.numpy as jnp\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom pathlib import Path\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom flax.training.train_state import TrainState\nimport optax\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\n\nclass DistributedCheckpointerTest(unittest.TestCase):\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.checkpoint_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n # FIXME (f.srambical): If the tests pass, we should use the default model config instead\n self.model_kwargs = dict(\n in_dim=3,\n model_dim=8,\n latent_dim=4,\n num_latents=16,\n patch_size=2,\n num_blocks=1,\n num_heads=1,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.image_shape = (8, 8, 3)\n self.seq_len = 2\n self.batch_size = 2\n self.seed = 0\n\n def test_distributed_checkpointing(self):\n jax.distributed.initialize()\n num_devices = jax.device_count()\n self.assertGreater(num_devices, 0)\n\n model = TokenizerVQVAE(**self.model_kwargs)\n rng = jax.random.PRNGKey(self.seed)\n dummy_inputs = dict(\n videos=jnp.zeros((self.batch_size, self.seq_len, *self.image_shape), dtype=jnp.float32)\n )\n params = model.init(rng, dummy_inputs)\n\n tx = optax.adam(1e-3)\n state = TrainState.create(apply_fn=model.apply, params=params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n state = jax.device_put(state, replicated_sharding)\n\n ckpt = {""model"": state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n ckpt_path = str(self.checkpoint_dir / ""test_ckpt"")\n orbax_checkpointer.save(ckpt_path, ckpt, save_args=save_args)\n self.assertTrue(os.path.exists(ckpt_path))\n\n restore_target = {""model"": state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n restored = orbax_checkpointer.restore(ckpt_path, item=restore_target, restore_args=restore_args)\n for k in state.params.keys():\n self.assertTrue(jax.tree_util.tree_all(jnp.allclose(state.params[k], restored[""model""].params[k])))\n\nif __name__ == ""__main__"":\n unittest.main()\n",python,content +10,76559,"tests/test_checkpointer.py",0,0,"",python,selection_command +11,116750,"tests/test_checkpointer.py",697,0,"",python,selection_mouse +12,118887,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +13,119017,"train_tokenizer.py",0,9533,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_command +14,119294,"train_tokenizer.py",9533,0,"",python,selection_command +15,610807,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +16,610830,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;C",,terminal_output +17,759508,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 --gpu-bind=single:1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +18,759658,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 --gpu-bind=single:1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;Csalloc: Granted job allocation 26664731\r\n",,terminal_output +19,759723,"TERMINAL",0,0,"salloc: Nodes gpusrv[69-70] are ready for job\r\n",,terminal_output +20,760047,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +21,761817,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +22,761915,"TERMINAL",0,0,"s': python -m unittest tests.test_tokenizer_reproducibility.TokenizerReproducibilityTest -v",,terminal_output +23,761971,"TERMINAL",0,0,"r': srun echo $CUDA_VISIBLE_DEVICES\r\n\r",,terminal_output +24,762166,"TERMINAL",0,0,"[1@u': sru[1@n': srun",,terminal_output +25,762797,"TERMINAL",0,0,"\r[8@[franz.srambical@gpusrv69 jafar]$ srun",,terminal_output +26,762903,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +27,763132,"TERMINAL",0,0,"0,1\r\n0,1\r\n",,terminal_output +28,763232,"TERMINAL",0,0,"0,1\r\n0,1\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +29,952005,"TERMINAL",0,0,"e",,terminal_output +30,952401,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +31,952402,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +32,952403,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +33,952404,"TERMINAL",0,0,"[?25l[?2004l\rexit\r\n[?25h",,terminal_output +34,952452,"TERMINAL",0,0,"salloc: Relinquishing job allocation 26664731\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +35,980297,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +36,980308,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;C",,terminal_output +37,992032,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +38,992121,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;C",,terminal_output +39,992138,"TERMINAL",0,0,"salloc: error: Failed to validate job spec. --gpus-per-task or --tres-per-task used without either --gpus or -n/--ntasks is not allowed.\r\nsalloc: error: Invalid generic resource (gres) specification\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1",,terminal_output +40,1283900,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +41,1283922,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;Csalloc: error: Failed to validate job spec. --gpus-per-task or --tres-per-task used without either --gpus or -n/--ntasks is not allowed.\r\nsalloc: error: Invalid generic resource (gres) specification\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;1",,terminal_output +42,1299071,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +43,1299086,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;C",,terminal_output +44,1390358,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2 --ntasks=4",,terminal_command +45,1390513,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2 --ntasks=4;d193c799-eb50-4b87-89db-ea172d98a654]633;Csalloc: Granted job allocation 26664743\r\n",,terminal_output +46,1390578,"TERMINAL",0,0,"salloc: Nodes gpusrv[69-70] are ready for job\r\n",,terminal_output +47,1390938,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +48,1392447,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +49,1392695,"TERMINAL",0,0,"s': srun echo $CUDA_VISIBLE_DEVICES\r",,terminal_output +50,1392808,"TERMINAL",0,0,"[?25lsu': squeue -w supergpu16,supergpu18,gpusrv[69,70],supergpu14[?25h",,terminal_output +51,1392897,"TERMINAL",0,0,"[?25ls\rfailed reverse-i-search)`sun': squeue -w supergpu16,supergpu18,gpusrv[69,70],supergpu14[?25h",,terminal_output +52,1394909,"TERMINAL",0,0,"\r[2@[franz.srambical@gpusrv69 jafar]$",,terminal_output +53,1395027,"TERMINAL",0,0,"\r-me",,terminal_output +54,1395757,"TERMINAL",0,0,"alloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69,gpusrv70 --cpus-per-task=8/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txtsource .venv/bin/activate\r\n\r\r\n\r\r\n\rbash experiments/tokenizer_cross_node_checkpointing_test.sh nvidia-smi \r\n\rsrun test.shecho $CUDA_VISIBLE_DEVICESexitsrun echo $CUDA_VISIBLE_DEVICESidlequeuesqueue --mepython -m unittest tests.test_tokenizer_reproducibility.TokenizerReproducibilityTest -v",,terminal_output +55,1396281,"TERMINAL",0,0,"exit\r\n\rsrun echo $CUDA_VISIBLE_DEVICESexit",,terminal_output +56,1396806,"TERMINAL",0,0,"",,terminal_output +57,1397150,"TERMINAL",0,0,"",,terminal_output +58,1397331,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +59,1397492,"TERMINAL",0,0,"s': srun echo $CUDA_VISIBLE_DEVICES\r",,terminal_output +60,1397562,"TERMINAL",0,0,"[?25ls[1@r': sr[?25h",,terminal_output +61,1397610,"TERMINAL",0,0,"[?25ls[1@u': sru[?25h",,terminal_output +62,1397679,"TERMINAL",0,0,"[?25ls[1@n': srun[?25h",,terminal_output +63,1398229,"TERMINAL",0,0,"\r[8@[franz.srambical@gpusrv69 jafar]$ srun",,terminal_output +64,1398465,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +65,1398669,"TERMINAL",0,0,"0,1\r\n0,1\r\n0,1\r\n0,1\r\n",,terminal_output +66,1398805,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +67,1533571,"TERMINAL",0,0,"srun printenv | grep CUDA_VISIBLE_DEVICES",,terminal_output +68,1534010,"TERMINAL",0,0,"[?25l\rsrun printenv | grep CUDA_VISIBLE_DEVICES\r\n[?2004l\r[?25h",,terminal_output +69,1534199,"TERMINAL",0,0,"CUDA_VISIBLE_DEVICES=0\r\nCUDA_VISIBLE_DEVICES=0\r\nCUDA_VISIBLE_DEVICES=0\r\nCUDA_VISIBLE_DEVICES=0\r\n",,terminal_output +70,1534330,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +71,1692595,"TERMINAL",0,0," \r\n\rsrun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'\r\n\r\n\r ",,terminal_output +72,1693091,"TERMINAL",0,0," \r\n\rsrun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'\r\n\r\n\r ",,terminal_output +73,1693793,"TERMINAL",0,0,"\r\n\r\n\r\n\r",,terminal_output +74,1694392,"TERMINAL",0,0,"",,terminal_output +75,1694563,"TERMINAL",0,0,"",,terminal_output +76,1694818,"TERMINAL",0,0,"",,terminal_output +77,1694913,"TERMINAL",0,0,"\r",,terminal_output +78,1695172,"TERMINAL",0,0,"",,terminal_output +79,1695517,"TERMINAL",0,0,"",,terminal_output +80,1695977,"TERMINAL",0,0,"\r",,terminal_output +81,1696813,"TERMINAL",0,0,"",,terminal_output +82,1697756,"TERMINAL",0,0,"\r\n\r",,terminal_output +83,1698019,"TERMINAL",0,0,"\r",,terminal_output +84,1698512,"TERMINAL",0,0,"\r\n\r",,terminal_output +85,1699085,"TERMINAL",0,0,"\r",,terminal_output +86,1699359,"TERMINAL",0,0,"",,terminal_output +87,1700194,"TERMINAL",0,0,"",,terminal_output +88,1700941,"TERMINAL",0,0,"\r\n\r",,terminal_output +89,1701893,"TERMINAL",0,0,"[?25l\r[?25h",,terminal_output +90,1702455,"TERMINAL",0,0,"srun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +91,1703242,"TERMINAL",0,0,"srun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid -format=csv,noheader'srun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'srun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'srun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'srun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'srun --ntasks=4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'",,terminal_output +92,1703948,"TERMINAL",0,0,"",,terminal_output +93,1704421,"TERMINAL",0,0,"[?25l4 bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +94,1704858,"TERMINAL",0,0,"[?25ls= bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h[?25ls bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h[?25lk bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h[?25ls bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h[?25la bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25ln bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +95,1704997,"TERMINAL",0,0,"[?25l- bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +96,1705183,"TERMINAL",0,0,"[?25l- bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +97,1705521,"TERMINAL",0,0,"[?25l bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'[?25h",,terminal_output +98,1706097,"TERMINAL",0,0,"\r\n\r",,terminal_output +99,1706287,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +100,1706540,"TERMINAL",0,0,"GPU-f3062939-2421-5673-6abc-1eb76d971cd6\r\nGPU-3e808c85-2952-72e2-8da6-6beec88de390\r\nGPU-e3008a0f-dcb9-f740-edf8-3364a398e339\r\nGPU-1bb263c4-21ed-4863-da84-ca4f36c17637\r\n",,terminal_output +101,1706652,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +102,2239299,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"",shellscript,tab +103,2241491,"experiments/tokenizer_cross_node_checkpointing_test.sh",274,0,"",shellscript,selection_mouse +104,2242979,"experiments/tokenizer_cross_node_checkpointing_test.sh",249,0,"",shellscript,selection_command +105,2243137,"experiments/tokenizer_cross_node_checkpointing_test.sh",214,0,"",shellscript,selection_command +106,2243294,"experiments/tokenizer_cross_node_checkpointing_test.sh",145,0,"",shellscript,selection_command +107,2244746,"experiments/tokenizer_cross_node_checkpointing_test.sh",146,0,"",shellscript,selection_command +108,2244853,"experiments/tokenizer_cross_node_checkpointing_test.sh",156,0,"",shellscript,selection_command +109,2245129,"experiments/tokenizer_cross_node_checkpointing_test.sh",128,0,"",shellscript,selection_command +110,2245985,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"",shellscript,selection_command +111,2252860,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,2,"",shellscript,content +112,2253835,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"8",shellscript,content +113,2253836,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_keyboard +114,2254161,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,1,"",shellscript,content +115,2254258,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"3",shellscript,content +116,2254259,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_keyboard +117,2254381,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"8",shellscript,content +118,2254382,"experiments/tokenizer_cross_node_checkpointing_test.sh",127,0,"",shellscript,selection_keyboard +119,2254771,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,1,"",shellscript,content +120,2254881,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,1,"",shellscript,content +121,2254983,"experiments/tokenizer_cross_node_checkpointing_test.sh",125,0,"4",shellscript,content +122,2254984,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_keyboard +123,2255096,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"8",shellscript,content +124,2255097,"experiments/tokenizer_cross_node_checkpointing_test.sh",127,0,"",shellscript,selection_keyboard +125,2255383,"experiments/tokenizer_cross_node_checkpointing_test.sh",126,0,"",shellscript,selection_command +126,2255979,"experiments/tokenizer_cross_node_checkpointing_test.sh",148,0,"",shellscript,selection_command +127,2263053,"TERMINAL",0,0,"b",,terminal_output +128,2263217,"TERMINAL",0,0,"[?25la[?25h[?25ls[?25h",,terminal_output +129,2263349,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +130,2263715,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +131,2263945,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +132,2264024,"TERMINAL",0,0,"[?25lo[?25h[?25lk[?25h",,terminal_output +133,2264159,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +134,2264232,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +135,2264356,"TERMINAL",0,0,"",,terminal_output +136,2265077,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +137,2265131,"TERMINAL",0,0,"",,terminal_output +138,2265996,"TERMINAL",0,0,"",,terminal_output +139,2266129,"TERMINAL",0,0,"",,terminal_output +140,2267228,"TERMINAL",0,0,"",,terminal_output +141,2267477,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +142,2267861,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +143,2267966,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +144,2268137,"TERMINAL",0,0,"[?25le[?25h[?25lr[?25h",,terminal_output +145,2268204,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +146,2268274,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +147,2268361,"TERMINAL",0,0,"ents/",,terminal_output +148,2268557,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +149,2268663,"TERMINAL",0,0,"[?25lo[?25h[?25lk[?25h",,terminal_output +150,2268761,"TERMINAL",0,0,"enizer_",,terminal_output +151,2270197,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +152,2270355,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +153,2270438,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +154,2270578,"TERMINAL",0,0,"ss_node_checkpointing_test.sh ",,terminal_output +155,2270712,"TERMINAL",0,0,"",,terminal_output +156,2290521,"experiments/tokenizer_cross_node_checkpointing_test.sh",130,69,"",shellscript,content +157,2290535,"experiments/tokenizer_cross_node_checkpointing_test.sh",134,0,"",shellscript,selection_command +158,2292564,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +159,2302589,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=26664743.3 tasks 0-3: running\r\n",,terminal_output +160,2302695,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=26664743.3\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 26664743.3 ON gpusrv69 CANCELLED AT 2025-07-03T21:25:25 ***\r\n",,terminal_output +161,2302843,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +162,2304357,"experiments/tokenizer_cross_node_checkpointing_test.sh",306,0,"",shellscript,selection_mouse +163,2304360,"experiments/tokenizer_cross_node_checkpointing_test.sh",305,0,"",shellscript,selection_command +164,2305257,"experiments/tokenizer_cross_node_checkpointing_test.sh",136,0,"ckpt_dir checkpoints/tokenizer_cross_node_checkpointing_test \\n --",shellscript,content +165,2305267,"experiments/tokenizer_cross_node_checkpointing_test.sh",148,0,"",shellscript,selection_command +166,2306283,"experiments/tokenizer_cross_node_checkpointing_test.sh",130,68," --ckpt_dir checkpoints/tokenizer_cross_node_checkpointing_test \",shellscript,selection_command +167,2306459,"experiments/tokenizer_cross_node_checkpointing_test.sh",130,103," --ckpt_dir checkpoints/tokenizer_cross_node_checkpointing_test \\n --log_checkpoint_interval 10 \",shellscript,selection_command +168,2306883,"experiments/tokenizer_cross_node_checkpointing_test.sh",130,104,"",shellscript,content +169,2306888,"experiments/tokenizer_cross_node_checkpointing_test.sh",134,0,"",shellscript,selection_command +170,2309491,"TERMINAL",0,0,"bash experiments/tokenizer_cross_node_checkpointing_test.sh ",,terminal_output +171,2309846,"TERMINAL",0,0,"[franz.srambical@gpusrv69 jafar]$ bash experiments/tokenizer_cross_node_checkpointing_test.sh ",,terminal_output +172,2310154,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +173,2368708,"experiments/tokenizer_cross_node_checkpointing_test.sh",74,0,"",shellscript,selection_mouse +174,2370127,"experiments/tokenizer_cross_node_checkpointing_test.sh",48,0,"",shellscript,selection_command +175,2370314,"experiments/tokenizer_cross_node_checkpointing_test.sh",47,0,"",shellscript,selection_command +176,2370628,"experiments/tokenizer_cross_node_checkpointing_test.sh",46,0,"",shellscript,selection_command +177,2409878,"experiments/tokenizer_cross_node_checkpointing_test.sh",47,0,"",shellscript,selection_command +178,2412239,"experiments/tokenizer_cross_node_checkpointing_test.sh",48,0,"",shellscript,selection_command +179,2412495,"experiments/tokenizer_cross_node_checkpointing_test.sh",56,0,"",shellscript,selection_command +180,2412522,"experiments/tokenizer_cross_node_checkpointing_test.sh",58,0,"",shellscript,selection_command +181,2412554,"experiments/tokenizer_cross_node_checkpointing_test.sh",72,0,"",shellscript,selection_command +182,2412581,"experiments/tokenizer_cross_node_checkpointing_test.sh",74,0,"",shellscript,selection_command +183,2412616,"experiments/tokenizer_cross_node_checkpointing_test.sh",75,0,"",shellscript,selection_command +184,2412652,"experiments/tokenizer_cross_node_checkpointing_test.sh",80,0,"",shellscript,selection_command +185,2413532,"experiments/tokenizer_cross_node_checkpointing_test.sh",87,0,"",shellscript,selection_command +186,2415112,"experiments/tokenizer_cross_node_checkpointing_test.sh",102,0,"",shellscript,selection_command +187,2415352,"experiments/tokenizer_cross_node_checkpointing_test.sh",103,0,"",shellscript,selection_command +188,2461686,"TERMINAL",0,0,"2025-07-03 21:28:04.344578: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 21:28:04.344619: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 21:28:04.344695: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 21:28:04.344729: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +189,2462333,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751570885.025387 2463513 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751570885.025374 2463514 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751570885.026820 2459674 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751570885.026835 2459675 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\n",,terminal_output +190,2462775,"TERMINAL",0,0,"E0000 00:00:1751570885.469961 2463514 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751570885.469988 2463513 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751570885.470054 2459674 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751570885.470059 2459675 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +191,2464525,"TERMINAL",0,0,"W0000 00:00:1751570887.196521 2463513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.196573 2463513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.196580 2463513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.196584 2463513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.196532 2463514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.196572 2463514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.196576 2463514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.196579 2463514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218392 2459674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218432 2459674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218438 2459674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218441 2459674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218429 2459675 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218491 2459675 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218497 2459675 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751570887.218501 2459675 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +192,2619154,"TERMINAL",0,0,"W0000 00:00:1751571041.843067 2463513 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751571041.843086 2459674 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751571041.843105 2463514 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751571041.843055 2459675 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +193,2925218,"TERMINAL",0,0,"2025-07-03 21:35:47.896755: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-03 21:35:47.896778: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-03 21:35:47.897076: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-03 21:35:47.897090: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +194,2925910,"TERMINAL",0,0,"srun: error: gpusrv70: tasks 2-3: Aborted (core dumped)\r\nsrun: error: gpusrv69: tasks 0-1: Aborted (core dumped)\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +195,3136855,"TERMINAL",0,0,"e",,terminal_output +196,3137164,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +197,3137217,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +198,3137489,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +199,3139183,"TERMINAL",0,0,"",,terminal_output +200,3211564,"TERMINAL",0,0,"bash experiments/tokenizer_cross_node_checkpointing_test.sh ",,terminal_output +201,3212608,"TERMINAL",0,0,"\r\n\r",,terminal_output +202,3213418,"TERMINAL",0,0,"e",,terminal_output +203,3213649,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +204,3213848,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +205,3214091,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +206,3214616,"TERMINAL",0,0,"[?25l[?2004l\rexit\r\n[?25h",,terminal_output +207,3214833,"TERMINAL",0,0,"srun: error: gpusrv69: task 0: Exited with exit code 134\r\nsalloc: Relinquishing job allocation 26664743\r\nsalloc: Job allocation 26664743 has been revoked.\r\n",,terminal_output +208,3223824,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +209,3223846,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;C",,terminal_output +210,3239955,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +211,3240035,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2;d193c799-eb50-4b87-89db-ea172d98a654]633;Csalloc: Granted job allocation 26664812\r\n",,terminal_output +212,3240143,"TERMINAL",0,0,"salloc: Nodes gpusrv[69-70] are ready for job\r\n",,terminal_output +213,3240527,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +214,3242400,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +215,3242669,"TERMINAL",0,0,"[61@s': bash experiments/tokenizer_cross_node_checkpointing_test.sh",,terminal_output +216,3243226,"TERMINAL",0,0,"[?25ls\ro': source .venv/bin/activate[?25h",,terminal_output +217,3243536,"TERMINAL",0,0,"[?25ls[1@u': sou[?25h",,terminal_output +218,3244078,"TERMINAL",0,0,"\r[9@[franz.srambical@gpusrv69 jafar]$ sou\r\n[?2004l\r]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h(jafar) [franz.srambical@gpusrv69 jafar]$ ",,terminal_output +219,3247297,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +220,3247926,"TERMINAL",0,0,"b': source .venv/bin/activate",,terminal_output +221,3248048,"TERMINAL",0,0,"[?25lba': bash experiments/tokenizer_cross_node_checkpointing_test.sh \r[?25h",,terminal_output +222,3248131,"TERMINAL",0,0,"[?25lb[1@s': bas[?25h",,terminal_output +223,3248236,"TERMINAL",0,0,"[?25lb[1@h': bash[?25h",,terminal_output +224,3249224,"TERMINAL",0,0,"\rjafar) [franz.srambical@gpusrv69 jafar]$ bash experiments/tokenizer_cross_node_checkpointing_test.sh \r\n\r",,terminal_output +225,3250054,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +226,3321398,"TERMINAL",0,0,"2025-07-03 21:42:24.064048: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 21:42:24.064041: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 21:42:24.065689: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 21:42:24.065698: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +227,3322051,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751571744.633994 2466893 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751571744.633988 2466892 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751571744.649136 2462879 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751571744.649129 2462880 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\n",,terminal_output +228,3322173,"TERMINAL",0,0,"E0000 00:00:1751571744.801568 2462879 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751571744.801616 2462880 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751571744.808444 2466892 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751571744.808457 2466893 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +229,3323053,"TERMINAL",0,0,"W0000 00:00:1751571745.740866 2466892 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.740902 2466892 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.740906 2466892 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.740909 2466892 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.740936 2466893 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.740978 2466893 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.740983 2466893 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.740987 2466893 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +230,3323146,"TERMINAL",0,0,"W0000 00:00:1751571745.837265 2462879 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.837303 2462879 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.837309 2462879 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.837312 2462879 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.837301 2462880 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.837335 2462880 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.837340 2462880 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751571745.837343 2462880 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +231,3381108,"TERMINAL",0,0,"W0000 00:00:1751571803.740339 2466892 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751571803.740352 2466893 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751571803.741264 2462879 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751571803.741275 2462880 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +232,3542883,"experiments/tokenizer_cross_node_checkpointing_test.sh",74,0,"",shellscript,selection_mouse +233,3686476,"TERMINAL",0,0,"2025-07-03 21:48:28.957747: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-03 21:48:28.958290: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-03 21:48:28.958282: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n2025-07-03 21:48:29.017875: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +234,3686728,"TERMINAL",0,0,"srun: error: gpusrv70: task 3: Aborted (core dumped)\r\n",,terminal_output +235,3686862,"TERMINAL",0,0,"srun: error: gpusrv69: task 1: Aborted (core dumped)\r\nsrun: error: gpusrv70: task 2: Aborted (core dumped)\r\n",,terminal_output +236,3686921,"TERMINAL",0,0,"srun: error: gpusrv69: task 0: Aborted (core dumped)\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h(jafar) [franz.srambical@gpusrv69 jafar]$ ",,terminal_output +237,3728405,"TERMINAL",0,0,"e",,terminal_output +238,3728562,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +239,3728660,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +240,3728750,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +241,3728877,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\n",,terminal_output +242,3729136,"TERMINAL",0,0,"srun: error: gpusrv69: task 0: Exited with exit code 134\r\nsalloc: Relinquishing job allocation 26664812\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;134]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +243,3738642,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69 --cpus-per-task=4 --ntasks-per-node=2",,terminal_command +244,3738713,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 26665017\r\n",,terminal_output +245,3738818,"TERMINAL",0,0,"salloc: Nodes gpusrv69 are ready for job\r\n",,terminal_output +246,3739191,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +247,3739821,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +248,3739991,"TERMINAL",0,0,"[61@b': bash experiments/tokenizer_cross_node_checkpointing_test.sh\r",,terminal_output +249,3740106,"TERMINAL",0,0,"[?25lb[1@a': ba[?25h[?25lb[1@s': bas[?25h",,terminal_output +250,3740183,"TERMINAL",0,0,"[?25lb[1@h': bash[?25h",,terminal_output +251,3740502,"TERMINAL",0,0,"\r[franz.srambical@gpusrv69 jafar]$ bash experiments/tokenizer_cross_node_checkpointing_test.sh \r\n\r\r\n[?2004l\r",,terminal_output +252,3801051,"TERMINAL",0,0,"2025-07-03 21:50:23.641855: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 21:50:23.641891: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +253,3801794,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751572224.474692 2468770 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751572224.474696 2468771 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751572224.487252 2468770 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751572224.487243 2468771 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +254,3802101,"TERMINAL",0,0,"W0000 00:00:1751572224.791692 2468770 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751572224.791712 2468770 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751572224.791715 2468770 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751572224.791717 2468770 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751572224.791699 2468771 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751572224.791714 2468771 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751572224.791717 2468771 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751572224.791719 2468771 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +255,3823224,"TERMINAL",0,0,"W0000 00:00:1751572245.915941 2468770 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751572245.915950 2468771 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +256,4421348,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=26665017.0 tasks 0-1: running\r\n",,terminal_output +257,4646245,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=26665017.0 tasks 0-1: running\r\n",,terminal_output +258,4646426,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=26665017.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 26665017.0 ON gpusrv69 CANCELLED AT 2025-07-03T22:04:29 ***\r\n",,terminal_output +259,4646687,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=26665017.0\r\nsrun: job abort in progress\r\n",,terminal_output +260,4647398,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +261,4649272,"TERMINAL",0,0,"bash experiments/tokenizer_cross_node_checkpointing_test.sh ",,terminal_output +262,4650031,"TERMINAL",0,0,"exit\r\n\r",,terminal_output +263,4650375,"TERMINAL",0,0,"bash experiments/tokenizer_cross_node_checkpointing_test.sh ",,terminal_output +264,4650565,"TERMINAL",0,0,"\r\n\r",,terminal_output +265,4650903,"TERMINAL",0,0,"e",,terminal_output +266,4651044,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +267,4651130,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +268,4651246,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +269,4651351,"TERMINAL",0,0,"[?25l[?2004l\rexit\r\n[?25h",,terminal_output +270,4651593,"TERMINAL",0,0,"srun: error: gpusrv69: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 26665017\r\nsalloc: Job allocation 26665017 has been revoked.\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;137]633;P;Cwd=/lustre/groups/haicu/workspace/franz.srambical/jafar",,terminal_output +271,4754894,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2 --ntasks=4",,terminal_command +272,4754971,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gpu-bind=single:1 --gpus-per-task=1 -w gpusrv69,gpusrv70 --cpus-per-task=4 --ntasks-per-node=2 --ntasks=4;d193c799-eb50-4b87-89db-ea172d98a654]633;Csalloc: Granted job allocation 26665156\r\n",,terminal_output +273,4755072,"TERMINAL",0,0,"salloc: Nodes gpusrv[69-70] are ready for job\r\n",,terminal_output +274,4755423,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +275,4756071,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +276,4756309,"TERMINAL",0,0,"[61@s': bash experiments/tokenizer_cross_node_checkpointing_test.sh",,terminal_output +277,4756404,"TERMINAL",0,0,"[?25ls\rr': srun bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'\r[?25h",,terminal_output +278,4756503,"TERMINAL",0,0,"[?25lrs[1@u': sru[?25h[1@n': srun",,terminal_output +279,4757633,"TERMINAL",0,0,"\r[franz.srambical@gpusrv69 jafar]$ srun bash -c 'nvidia-smi --query-gpu=uuid --format=csv,noheader'\r\n\r\r\n[?2004l\r",,terminal_output +280,4757857,"TERMINAL",0,0,"GPU-3e808c85-2952-72e2-8da6-6beec88de390\r\nGPU-e3008a0f-dcb9-f740-edf8-3364a398e339\r\nGPU-f3062939-2421-5673-6abc-1eb76d971cd6\r\nGPU-1bb263c4-21ed-4863-da84-ca4f36c17637\r\n",,terminal_output +281,4757973,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-76073275-4388-463f-8e12-ce34ee46fad51752495312029-2025_07_14-14.15.14.704/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-76073275-4388-463f-8e12-ce34ee46fad51752495312029-2025_07_14-14.15.14.704/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..ab2baedf437443b248fcbbe1e6fef2d3f7e6f9e3 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-76073275-4388-463f-8e12-ce34ee46fad51752495312029-2025_07_14-14.15.14.704/source.csv @@ -0,0 +1,15108 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,2,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n # FIXME (f.srambical): do we need to add param_dtype and dtype to e.g. STTransformer as well, or will it be inferred from the 'parent module'?\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(self.model_dim)\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +2,101,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"2:15:14 PM [info] Activating crowd-code\n2:15:14 PM [info] Recording started\n2:15:14 PM [info] Initializing git provider using file system watchers...\n2:15:14 PM [info] Git repository found\n2:15:14 PM [info] Git provider initialized successfully\n",Log,tab +3,160,"extension-output-pdoom-org.crowd-code-#1-crowd-code",245,0,"2:15:14 PM [info] Initial git state: [object Object]\n",Log,content +4,3655,"TERMINAL",0,0,"/usr/bin/python3 /Users/franzsrambical/.cursor/extensions/ms-python.python-2025.6.1-darwin-arm64/python_files/printEnvVariablesToFile.py /Users/franzsrambical/.cursor/extensions/ms-python.python-2025.6.1-darwin-arm64/python_files/deactivate/zsh/envVars.txt",,terminal_command +5,3687,"TERMINAL",0,0,"]633;C% \r \r",,terminal_output +6,16771,"extension-output-pdoom-org.crowd-code-#1-crowd-code",149,0,"",Log,selection_mouse +7,18466,"models/dynamics.py",0,0,"",python,tab +8,434198,"models/dynamics.py",0,0,"",python,tab +9,434256,"models/dynamics.py",315,0,"",python,selection_command +10,5735810,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): cast in8 to bf16 instead?\n # FIXME (f.srambical): or, can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): if the tokenizer is the reason for the dynamics model being memory-bound, should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=jnp.bfloat16)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +11,5735833,"train_tokenizer.py",1231,0,"",python,selection_command +12,5737399,"train_tokenizer.py",1252,0,"",python,selection_mouse +13,7316188,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=jnp.bfloat16)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +14,7316209,"train_lam.py",1248,0,"",python,selection_command +15,7316453,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=jnp.bfloat16)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +16,7316467,"train_dynamics.py",1522,0,"",python,selection_command +17,7316857,"train_tokenizer.py",0,0,"",python,tab +18,7316870,"train_tokenizer.py",1231,0,"",python,selection_command +19,7318259,"train_tokenizer.py",1307,0,"",python,selection_mouse +20,7320258,"train_tokenizer.py",1345,0,"",python,selection_mouse +21,7326546,"train_tokenizer.py",1354,0,"",python,selection_command +22,7327228,"train_tokenizer.py",5089,0,"",python,selection_command +23,7329283,"train_tokenizer.py",5051,0,"",python,selection_command +24,7329536,"train_tokenizer.py",5003,0,"",python,selection_command +25,7329561,"train_tokenizer.py",4973,0,"",python,selection_command +26,7329592,"train_tokenizer.py",4939,0,"",python,selection_command +27,7329626,"train_tokenizer.py",4903,0,"",python,selection_command +28,7329659,"train_tokenizer.py",4867,0,"",python,selection_command +29,7329692,"train_tokenizer.py",4829,0,"",python,selection_command +30,7329839,"train_tokenizer.py",4793,0,"",python,selection_command +31,7330006,"train_tokenizer.py",4759,0,"",python,selection_command +32,7330164,"train_tokenizer.py",4723,0,"",python,selection_command +33,7330297,"train_tokenizer.py",4691,0,"",python,selection_command +34,7330534,"train_tokenizer.py",4660,0,"",python,selection_command +35,7330696,"train_tokenizer.py",4691,0,"",python,selection_command +36,7330767,"train_tokenizer.py",4697,0,"",python,selection_command +37,7330935,"train_tokenizer.py",4699,0,"",python,selection_command +38,7331318,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = nn.sigmoid(recon)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = nn.sigmoid(recon)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +39,7331326,"models/tokenizer.py",196,0,"",python,selection_command +40,7332321,"models/tokenizer.py",229,0,"",python,selection_command +41,7332576,"models/tokenizer.py",249,0,"",python,selection_command +42,7332597,"models/tokenizer.py",256,0,"",python,selection_command +43,7332632,"models/tokenizer.py",272,0,"",python,selection_command +44,7332665,"models/tokenizer.py",291,0,"",python,selection_command +45,7332699,"models/tokenizer.py",311,0,"",python,selection_command +46,7332733,"models/tokenizer.py",332,0,"",python,selection_command +47,7332767,"models/tokenizer.py",352,0,"",python,selection_command +48,7332800,"models/tokenizer.py",372,0,"",python,selection_command +49,7332833,"models/tokenizer.py",391,0,"",python,selection_command +50,7332867,"models/tokenizer.py",410,0,"",python,selection_command +51,7333133,"models/tokenizer.py",438,0,"",python,selection_command +52,7333267,"models/tokenizer.py",546,0,"",python,selection_command +53,7335094,"models/tokenizer.py",544,0,"",python,selection_command +54,7335606,"models/tokenizer.py",571,0,"",python,selection_command +55,7335874,"models/tokenizer.py",582,0,"",python,selection_command +56,7336580,"models/tokenizer.py",561,0,"",python,selection_command +57,7337044,"models/tokenizer.py",571,0,"",python,selection_command +58,7339145,"models/tokenizer.py",588,0,"",python,selection_command +59,7339395,"models/tokenizer.py",593,0,"",python,selection_command +60,7339416,"models/tokenizer.py",614,0,"",python,selection_command +61,7339449,"models/tokenizer.py",652,0,"",python,selection_command +62,7339574,"models/tokenizer.py",680,0,"",python,selection_command +63,7339752,"models/tokenizer.py",709,0,"",python,selection_command +64,7339906,"models/tokenizer.py",738,0,"",python,selection_command +65,7340038,"models/tokenizer.py",766,0,"",python,selection_command +66,7341838,"models/tokenizer.py",787,0,"\n ",python,content +67,7342073,"models/tokenizer.py",800,0,"s",python,content +68,7342076,"models/tokenizer.py",801,0,"",python,selection_keyboard +69,7342111,"models/tokenizer.py",801,0,"e",python,content +70,7342113,"models/tokenizer.py",802,0,"",python,selection_keyboard +71,7342222,"models/tokenizer.py",802,0,"l",python,content +72,7342223,"models/tokenizer.py",803,0,"",python,selection_keyboard +73,7342314,"models/tokenizer.py",803,0,"f",python,content +74,7342316,"models/tokenizer.py",804,0,"",python,selection_keyboard +75,7342425,"models/tokenizer.py",804,0,".",python,content +76,7342427,"models/tokenizer.py",805,0,"",python,selection_keyboard +77,7343836,"models/tokenizer.py",805,0,"param_dtype,",python,content +78,7344826,"models/tokenizer.py",817,0,"\n ",python,content +79,7344950,"models/tokenizer.py",830,0,"self.dtype,",python,content +80,7345343,"models/tokenizer.py",840,0,"",python,selection_command +81,7345939,"models/tokenizer.py",850,0,"",python,selection_command +82,7346189,"models/tokenizer.py",874,0,"",python,selection_command +83,7346222,"models/tokenizer.py",909,0,"",python,selection_command +84,7346253,"models/tokenizer.py",938,0,"",python,selection_command +85,7346596,"models/tokenizer.py",968,0,"",python,selection_command +86,7346793,"models/tokenizer.py",980,0,"\n ",python,content +87,7347606,"models/tokenizer.py",993,0,"self.param_dtype,",python,content +88,7347862,"models/tokenizer.py",1010,0,"\n ",python,content +89,7348158,"models/tokenizer.py",1023,0,"self.dtype,",python,content +90,7348625,"models/tokenizer.py",1033,0,"",python,selection_command +91,7348912,"models/tokenizer.py",1043,0,"",python,selection_command +92,7349162,"models/tokenizer.py",1067,0,"",python,selection_command +93,7349193,"models/tokenizer.py",1123,0,"",python,selection_command +94,7349228,"models/tokenizer.py",1161,0,"",python,selection_command +95,7349261,"models/tokenizer.py",1189,0,"",python,selection_command +96,7349295,"models/tokenizer.py",1215,0,"",python,selection_command +97,7349329,"models/tokenizer.py",1244,0,"",python,selection_command +98,7349363,"models/tokenizer.py",1272,0,"",python,selection_command +99,7349693,"models/tokenizer.py",1275,0,"\n ",python,content +100,7350088,"models/tokenizer.py",1288,0,"self.param_dtype,\n self.dtype,",python,content +101,7350628,"models/tokenizer.py",1328,0,"",python,selection_command +102,7356042,"models/tokenizer.py",1298,0,"",python,selection_command +103,7356297,"models/tokenizer.py",1272,0,"",python,selection_command +104,7356318,"models/tokenizer.py",1244,0,"",python,selection_command +105,7356351,"models/tokenizer.py",1215,0,"",python,selection_command +106,7356385,"models/tokenizer.py",1189,0,"",python,selection_command +107,7356419,"models/tokenizer.py",1161,0,"",python,selection_command +108,7356452,"models/tokenizer.py",1123,0,"",python,selection_command +109,7356486,"models/tokenizer.py",1067,0,"",python,selection_command +110,7356520,"models/tokenizer.py",1043,0,"",python,selection_command +111,7356553,"models/tokenizer.py",1033,0,"",python,selection_command +112,7356586,"models/tokenizer.py",1003,0,"",python,selection_command +113,7356621,"models/tokenizer.py",968,0,"",python,selection_command +114,7356658,"models/tokenizer.py",938,0,"",python,selection_command +115,7356692,"models/tokenizer.py",909,0,"",python,selection_command +116,7356725,"models/tokenizer.py",874,0,"",python,selection_command +117,7356760,"models/tokenizer.py",850,0,"",python,selection_command +118,7356793,"models/tokenizer.py",840,0,"",python,selection_command +119,7356825,"models/tokenizer.py",810,0,"",python,selection_command +120,7356859,"models/tokenizer.py",784,0,"",python,selection_command +121,7356892,"models/tokenizer.py",756,0,"",python,selection_command +122,7356923,"models/tokenizer.py",727,0,"",python,selection_command +123,7356958,"models/tokenizer.py",698,0,"",python,selection_command +124,7356991,"models/tokenizer.py",670,0,"",python,selection_command +125,7357271,"models/tokenizer.py",632,0,"",python,selection_command +126,7357959,"models/tokenizer.py",633,0,"",python,selection_command +127,7358198,"utils/nn.py",0,0,"import math\nfrom typing import Dict, Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(),\n nn.Dense(self.model_dim),\n nn.LayerNorm(),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n )(x)\n x = nn.Dense(self.out_dim)(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n",python,tab +128,7358208,"utils/nn.py",2161,0,"",python,selection_command +129,7360621,"utils/nn.py",2280,0,"\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,content +130,7420101,"utils/nn.py",2308,0,"",python,selection_command +131,7420219,"utils/nn.py",2281,0,"",python,selection_command +132,7420302,"utils/nn.py",2285,0,"",python,selection_command +133,7425343,"utils/nn.py",2312,0,"",python,selection_command +134,7425581,"utils/nn.py",2329,0,"",python,selection_command +135,7425604,"utils/nn.py",2334,0,"",python,selection_command +136,7425634,"utils/nn.py",2350,0,"",python,selection_command +137,7425663,"utils/nn.py",2401,0,"",python,selection_command +138,7425697,"utils/nn.py",2428,0,"",python,selection_command +139,7425731,"utils/nn.py",2442,0,"",python,selection_command +140,7425958,"utils/nn.py",2474,0,"",python,selection_command +141,7426108,"utils/nn.py",2487,0,"",python,selection_command +142,7426279,"utils/nn.py",2488,0,"",python,selection_command +143,7426462,"utils/nn.py",2493,0,"",python,selection_command +144,7426676,"utils/nn.py",2494,0,"",python,selection_command +145,7459515,"utils/nn.py",2489,0,"",python,selection_command +146,7459739,".venv/lib/python3.10/site-packages/flax/linen/linear.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Linear modules.""""""\n\nfrom collections.abc import Iterable, Sequence\nfrom typing import Any, Protocol\n\nfrom flax.core import meta\nfrom flax.linen import initializers\nfrom flax.linen import module\nfrom flax.linen.dtypes import promote_dtype\nfrom flax.linen.module import Module, compact\nfrom flax.typing import (\n Array,\n ConvGeneralDilatedT,\n DotGeneralT,\n Dtype,\n Initializer,\n LaxPadding,\n PRNGKey as PRNGKey,\n PaddingLike,\n PrecisionLike,\n Shape as Shape,\n)\nimport jax\nfrom jax import eval_shape, lax\nfrom jax.core import ShapedArray\nimport jax.numpy as jnp\nimport numpy as np\nimport opt_einsum\n\nclass PromoteDtypeFn(Protocol):\n def __call__(\n self, *args: jax.Array | None, dtype: Any = None, inexact: bool = True\n ) -> list[jax.Array | None]: ...\n\ndefault_kernel_init = initializers.lecun_normal()\n\n\ndef _normalize_axes(axes: tuple[int, ...], ndim: int) -> tuple[int, ...]:\n # A tuple by convention. len(axes_tuple) then also gives the rank efficiently.\n return tuple(sorted(ax if ax >= 0 else ndim + ax for ax in axes))\n\n\ndef _canonicalize_tuple(x: Sequence[int] | int) -> tuple[int, ...]:\n if isinstance(x, Iterable):\n return tuple(x)\n else:\n return (x,)\n\n\nclass DenseGeneral(Module):\n """"""A linear transformation with flexible axes.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> # equivalent to `nn.Dense(features=4)`\n >>> layer = nn.DenseGeneral(features=4)\n >>> # output features (4, 5)\n >>> layer = nn.DenseGeneral(features=(4, 5))\n >>> params = layer.init(jax.random.key(0), jnp.ones((1, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, params)\n {'params': {'bias': (4, 5), 'kernel': (3, 4, 5)}}\n >>> # apply transformation on the the second and last axes\n >>> layer = nn.DenseGeneral(features=(4, 5), axis=(1, -1))\n >>> params = layer.init(jax.random.key(0), jnp.ones((1, 3, 6, 7)))\n >>> jax.tree_util.tree_map(jnp.shape, params)\n {'params': {'bias': (4, 5), 'kernel': (3, 7, 4, 5)}}\n\n Attributes:\n features: int or tuple with number of output features.\n axis: int or tuple with axes to apply the transformation on. For instance,\n (-2, -1) will apply the transformation to the last two axes.\n batch_dims: tuple with batch axes.\n use_bias: whether to add a bias to the output (default: True).\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n kernel_init: initializer function for the weight matrix.\n bias_init: initializer function for the bias.\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n """"""\n\n features: int | Sequence[int]\n axis: int | Sequence[int] = -1\n batch_dims: Sequence[int] = ()\n use_bias: bool = True\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n kernel_init: Initializer = default_kernel_init\n bias_init: Initializer = initializers.zeros_init()\n precision: PrecisionLike = None\n promote_dtype: PromoteDtypeFn = promote_dtype\n # Deprecated. Will be removed.\n dot_general: DotGeneralT | None = None\n dot_general_cls: Any = None\n\n @compact\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a linear transformation to the inputs along multiple dimensions.\n\n Args:\n inputs: The nd-array to be transformed.\n\n Returns:\n The transformed input.\n """"""\n features = _canonicalize_tuple(self.features)\n axis = _canonicalize_tuple(self.axis)\n batch_dims = _canonicalize_tuple(self.batch_dims)\n if batch_dims:\n max_dim = np.max(batch_dims)\n if set(batch_dims) != set(range(max_dim + 1)):\n raise ValueError(\n 'batch_dims %s must be consecutive leading '\n 'dimensions starting from 0.' % str(batch_dims)\n )\n\n ndim = inputs.ndim\n n_batch_dims = len(batch_dims)\n axis = _normalize_axes(axis, ndim)\n batch_dims = _normalize_axes(batch_dims, ndim)\n n_axis, n_features = len(axis), len(features)\n\n def kernel_init_wrap(rng, shape, dtype=jnp.float32):\n flat_shape = (\n np.prod(shape[:n_batch_dims])\n * np.prod(shape[n_batch_dims : n_axis + n_batch_dims]),\n np.prod(shape[-n_features:]),\n )\n flat_shape = jax.tree_util.tree_map(int, flat_shape)\n kernel = self.kernel_init(rng, flat_shape, dtype)\n if isinstance(kernel, meta.AxisMetadata):\n return meta.replace_boxed(kernel, jnp.reshape(kernel.unbox(), shape))\n return jnp.reshape(kernel, shape)\n\n batch_shape = tuple(inputs.shape[ax] for ax in batch_dims)\n # batch and non-contracting dims of input with 1s for batch dims.\n expanded_batch_shape = tuple(\n inputs.shape[ax] if ax in batch_dims else 1\n for ax in range(inputs.ndim)\n if ax not in axis\n )\n kernel_shape = tuple(inputs.shape[ax] for ax in axis) + features\n kernel = self.param(\n 'kernel', kernel_init_wrap, batch_shape + kernel_shape, self.param_dtype\n )\n\n batch_ind = tuple(range(n_batch_dims))\n contract_ind = tuple(range(n_batch_dims, n_axis + n_batch_dims))\n\n if self.use_bias:\n\n def bias_init_wrap(rng, shape, dtype=jnp.float32):\n flat_shape = (\n np.prod(shape[:n_batch_dims]) * np.prod(shape[-n_features:]),\n )\n flat_shape = jax.tree_util.tree_map(int, flat_shape)\n bias = self.bias_init(rng, flat_shape, dtype)\n if isinstance(bias, meta.AxisMetadata):\n return meta.replace_boxed(bias, jnp.reshape(bias.unbox(), shape))\n return jnp.reshape(bias, shape)\n\n bias = self.param(\n 'bias', bias_init_wrap, batch_shape + features, self.param_dtype\n )\n else:\n bias = None\n\n inputs, kernel, bias = self.promote_dtype(\n inputs, kernel, bias, dtype=self.dtype\n )\n\n if self.dot_general_cls is not None:\n dot_general = self.dot_general_cls()\n elif self.dot_general is not None:\n dot_general = self.dot_general\n else:\n dot_general = lax.dot_general\n out = dot_general(\n inputs,\n kernel,\n ((axis, contract_ind), (batch_dims, batch_ind)),\n precision=self.precision,\n )\n # dot_general output has shape [batch_dims/group_dims] + [feature_dims]\n if self.use_bias:\n # expand bias shape to broadcast bias over batch dims.\n bias = jnp.reshape(bias, expanded_batch_shape + features)\n out += bias\n return out\n\n\nclass Dense(Module):\n """"""A linear transformation applied over the last dimension of the input.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> layer = nn.Dense(features=4)\n >>> params = layer.init(jax.random.key(0), jnp.ones((1, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, params)\n {'params': {'bias': (4,), 'kernel': (3, 4)}}\n\n Attributes:\n features: the number of output features.\n use_bias: whether to add a bias to the output (default: True).\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer function for the weight matrix.\n bias_init: initializer function for the bias.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n """"""\n\n features: int\n use_bias: bool = True\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n bias_init: Initializer = initializers.zeros_init()\n promote_dtype: PromoteDtypeFn = promote_dtype\n # Deprecated. Will be removed.\n dot_general: DotGeneralT | None = None\n dot_general_cls: Any = None\n\n @compact\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a linear transformation to the inputs along the last dimension.\n\n Args:\n inputs: The nd-array to be transformed.\n\n Returns:\n The transformed input.\n """"""\n kernel = self.param(\n 'kernel',\n self.kernel_init,\n (jnp.shape(inputs)[-1], self.features),\n self.param_dtype,\n )\n if self.use_bias:\n bias = self.param(\n 'bias', self.bias_init, (self.features,), self.param_dtype\n )\n else:\n bias = None\n inputs, kernel, bias = self.promote_dtype(\n inputs, kernel, bias, dtype=self.dtype\n )\n assert inputs is not None\n assert kernel is not None\n\n if self.dot_general_cls is not None:\n dot_general = self.dot_general_cls()\n elif self.dot_general is not None:\n dot_general = self.dot_general\n else:\n dot_general = lax.dot_general\n y = dot_general(\n inputs,\n kernel,\n (((inputs.ndim - 1,), (0,)), ((), ())),\n precision=self.precision,\n )\n if bias is not None:\n y += jnp.reshape(bias, (1,) * (y.ndim - 1) + (-1,))\n return y\n\n\nclass Einsum(Module):\n """"""An einsum transformation with learnable kernel and bias.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> layer = nn.Einsum((5, 6, 7), 'abc,cde->abde')\n >>> variables = layer.init(jax.random.key(0), jnp.ones((3, 4, 5)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'bias': (6, 7), 'kernel': (5, 6, 7)}}\n\n Attributes:\n shape: the shape of the kernel.\n einsum_str: a string to denote the einsum equation. The equation must\n have exactly two operands, the lhs being the input passed in, and\n the rhs being the learnable kernel. Exactly one of ``einsum_str``\n in the constructor argument and call argument must be not None,\n while the other must be None.\n use_bias: whether to add a bias to the output (default: True).\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer function for the weight matrix.\n bias_init: initializer function for the bias.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n """"""\n\n shape: Shape\n einsum_str: str | None = None\n use_bias: bool = True\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n bias_init: Initializer = initializers.zeros_init()\n promote_dtype: PromoteDtypeFn = promote_dtype\n\n @compact\n def __call__(self, inputs: Array, einsum_str: str | None = None) -> Array:\n """"""Applies a linear transformation to the inputs along the last dimension.\n\n Args:\n inputs: The nd-array to be transformed.\n einsum_str: a string to denote the einsum equation. The equation must\n have exactly two operands, the lhs being the input passed in, and\n the rhs being the learnable kernel. The ``einsum_str`` passed into\n the call method will take precedence over the ``einsum_str`` passed\n into the constructor.\n\n Returns:\n The transformed input.\n """"""\n einsum_str = module.merge_param('einsum_str', self.einsum_str, einsum_str)\n\n einsum_str = einsum_str.replace(' ', '')\n if '->' not in einsum_str:\n raise ValueError(\n '`einsum_str` equation must be explicit and include ""->"".'\n )\n if einsum_str.count(',') != 1:\n raise ValueError(\n '`einsum_str` equation must have exactly two operands and '\n 'therefore, exactly one comma character, instead of '\n f'{einsum_str.count("","")}'\n )\n\n kernel = self.param(\n 'kernel',\n self.kernel_init,\n self.shape,\n self.param_dtype,\n )\n\n if self.use_bias:\n bias_shape, broadcasted_bias_shape = self._get_bias_shape(\n einsum_str, inputs, kernel\n )\n bias = self.param('bias', self.bias_init, bias_shape, self.param_dtype)\n else:\n bias = None\n\n inputs, kernel, bias = self.promote_dtype(\n inputs, kernel, bias, dtype=self.dtype\n )\n\n y = jnp.einsum(einsum_str, inputs, kernel, precision=self.precision)\n\n if bias is not None:\n y += jnp.reshape(bias, broadcasted_bias_shape)\n return y\n\n def _get_bias_shape(self, einsum_str: str, lhs: Array, rhs: Array):\n """"""Infer the bias shape and broadcasted bias shape given the ``einsum_str``,\n ``lhs`` and ``rhs`` arrays. This is needed for instantiating the bias\n parameter and adding the bias to the output during forward inference.\n\n This function first replaces all ellipses with actual letter characters,\n then computes the bias shape by checking to see which axes in the rhs\n array remain in the resulting array after einsumming. These axes are the\n embedding/feature dimensions, and all other axes in rhs are reduction axes.\n """"""\n # More details on the parsing function: https://github.com/dgasmith/opt_einsum/blob/c826bb7df16f470a69f7bf90598fc27586209d11/opt_einsum/parser.py#L246\n # returns the einsum string representation of the operands and result, with\n # ellipsis replaced by actual letter characters\n operands_str, result_str, _ = opt_einsum.parser.parse_einsum_input(\n (einsum_str, lhs, rhs)\n )\n\n # rhs_dict is a dict{character:index} mapping that maps every character in\n # the rhs einsum string representation to its corresponding index position in the string\n rhs_dict = {c: i for i, c in enumerate(operands_str.split(',')[1])}\n assert len(rhs_dict) == len(self.shape)\n\n broadcasted_bias_shape = [1] * len(result_str)\n bias_shape = []\n for i, c in enumerate(result_str):\n if c in rhs_dict:\n broadcasted_bias_shape[i] = self.shape[rhs_dict[c]]\n bias_shape.append(self.shape[rhs_dict[c]])\n\n return bias_shape, broadcasted_bias_shape\n\n\ndef _conv_dimension_numbers(input_shape):\n """"""Computes the dimension numbers based on the input shape.""""""\n ndim = len(input_shape)\n lhs_spec = (0, ndim - 1) + tuple(range(1, ndim - 1))\n rhs_spec = (ndim - 1, ndim - 2) + tuple(range(0, ndim - 2))\n out_spec = lhs_spec\n return lax.ConvDimensionNumbers(lhs_spec, rhs_spec, out_spec)\n\n\ndef canonicalize_padding(padding: PaddingLike, rank: int) -> LaxPadding:\n """""" ""Canonicalizes conv padding to a jax.lax supported format.""""""\n if isinstance(padding, str):\n return padding\n if isinstance(padding, int):\n return [(padding, padding)] * rank\n if isinstance(padding, Sequence) and len(padding) == rank:\n new_pad = []\n for p in padding:\n if isinstance(p, int):\n new_pad.append((p, p))\n elif isinstance(p, tuple) and len(p) == 2:\n new_pad.append(p)\n else:\n break\n if len(new_pad) == rank:\n return new_pad\n raise ValueError(\n f'Invalid padding format: {padding}, should be str, int,'\n f' or a sequence of len {rank} where each element is an'\n ' int or pair of ints.'\n )\n\n\nclass _Conv(Module):\n """"""Convolution Module wrapping ``lax.conv_general_dilated``.\n\n Attributes:\n features: number of convolution filters.\n kernel_size: shape of the convolutional kernel. An integer will be\n interpreted as a tuple of the single integer.\n strides: an integer or a sequence of `n` integers, representing the\n inter-window strides (default: 1).\n padding: either the string ``'SAME'``, the string ``'VALID'``, the string\n ``'CIRCULAR'`` (periodic boundary conditions), the string `'REFLECT'`\n (reflection across the padding boundary), or a sequence of ``n`` ``(low,\n high)`` integer pairs that give the padding to apply before and after each\n spatial dimension. A single int is interpreted as applying the same padding\n in all dims and assign a single int in a sequence causes the same padding\n to be used on both sides. ``'CAUSAL'`` padding for a 1D convolution will\n left-pad the convolution axis, resulting in same-sized output.\n input_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of ``inputs``\n (default: 1). Convolution with input dilation ``d`` is equivalent to\n transposed convolution with stride ``d``.\n kernel_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of the convolution\n kernel (default: 1). Convolution with kernel dilation\n is also known as 'atrous convolution'.\n feature_group_count: integer, default 1. If specified divides the input\n features into groups.\n use_bias: whether to add a bias to the output (default: True).\n mask: Optional mask for the weights during masked convolution. The mask must\n be the same shape as the convolution weight matrix.\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the convolutional kernel.\n bias_init: initializer for the bias.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n """"""\n\n features: int\n kernel_size: int | Sequence[int]\n strides: None | int | Sequence[int] = 1\n padding: PaddingLike = 'SAME'\n input_dilation: None | int | Sequence[int] = 1\n kernel_dilation: None | int | Sequence[int] = 1\n feature_group_count: int = 1\n use_bias: bool = True\n mask: Array | None = None\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n bias_init: Initializer = initializers.zeros_init()\n promote_dtype: PromoteDtypeFn = promote_dtype\n # Deprecated. Will be removed.\n conv_general_dilated: ConvGeneralDilatedT | None = None\n conv_general_dilated_cls: Any = None\n\n @property\n def shared_weights(self) -> bool: # type: ignore\n """"""Defines whether weights are shared or not between different pixels.\n\n Returns:\n ``True`` to use shared weights in convolution (regular convolution).\n ``False`` to use different weights at different pixels, a.k.a.\n ""locally connected layer"", ""unshared convolution"", or ""local convolution"".\n\n """"""\n ...\n\n @compact\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a (potentially unshared) convolution to the inputs.\n\n Args:\n inputs: input data with dimensions ``(*batch_dims, spatial_dims..., features)``.\n This is the channels-last convention, i.e. NHWC for a 2d convolution and\n NDHWC for a 3D convolution. Note: this is different from the input convention\n used by ``lax.conv_general_dilated``, which puts the spatial dimensions last.\n Note: If the input has more than 1 batch dimension, all batch dimensions\n are flattened into a single dimension for the convolution and restored\n before returning. In some cases directly vmap'ing the layer may yield\n better performance than this default flattening approach. If the input\n lacks a batch dimension it will be added for the convolution and removed\n n return, an allowance made to enable writing single-example code.\n\n Returns:\n The convolved data.\n """"""\n\n kernel_size: Sequence[int]\n if isinstance(self.kernel_size, int):\n kernel_size = (self.kernel_size,)\n else:\n kernel_size = tuple(self.kernel_size)\n\n def maybe_broadcast(\n x: int | Sequence[int] | None,\n ) -> tuple[int, ...]:\n if x is None:\n # backward compatibility with using None as sentinel for\n # broadcast 1\n x = 1\n if isinstance(x, int):\n return (x,) * len(kernel_size)\n return tuple(x)\n\n # Combine all input batch dimensions into a single leading batch axis.\n num_batch_dimensions = inputs.ndim - (len(kernel_size) + 1)\n if num_batch_dimensions != 1:\n input_batch_shape = inputs.shape[:num_batch_dimensions]\n total_batch_size = int(np.prod(input_batch_shape))\n flat_input_shape = (total_batch_size,) + inputs.shape[\n num_batch_dimensions:\n ]\n inputs = jnp.reshape(inputs, flat_input_shape)\n\n # self.strides or (1,) * (inputs.ndim - 2)\n strides = maybe_broadcast(self.strides)\n input_dilation = maybe_broadcast(self.input_dilation)\n kernel_dilation = maybe_broadcast(self.kernel_dilation)\n\n padding_lax = canonicalize_padding(self.padding, len(kernel_size))\n if padding_lax in ('CIRCULAR', 'REFLECT'):\n assert isinstance(padding_lax, str)\n kernel_size_dilated = [\n (k - 1) * d + 1 for k, d in zip(kernel_size, kernel_dilation)\n ]\n zero_pad: list[tuple[int, int]] = [(0, 0)]\n pads = (\n zero_pad\n + [((k - 1) // 2, k // 2) for k in kernel_size_dilated]\n + [(0, 0)]\n )\n padding_mode = {'CIRCULAR': 'wrap', 'REFLECT': 'reflect'}[padding_lax]\n inputs = jnp.pad(inputs, pads, mode=padding_mode)\n padding_lax = 'VALID'\n elif padding_lax == 'CAUSAL':\n if len(kernel_size) != 1:\n raise ValueError(\n 'Causal padding is only implemented for 1D convolutions.'\n )\n left_pad = kernel_dilation[0] * (kernel_size[0] - 1)\n pads = [(0, 0), (left_pad, 0), (0, 0)]\n inputs = jnp.pad(inputs, pads)\n padding_lax = 'VALID'\n\n dimension_numbers = _conv_dimension_numbers(inputs.shape)\n in_features = jnp.shape(inputs)[-1]\n\n if self.shared_weights:\n # One shared convolutional kernel for all pixels in the output.\n assert in_features % self.feature_group_count == 0\n kernel_shape = kernel_size + (\n in_features // self.feature_group_count,\n self.features,\n )\n\n else:\n if self.feature_group_count != 1:\n raise NotImplementedError(\n '`lax.conv_general_dilated_local` does not support '\n f'`feature_group_count != 1`, got `{self.feature_group_count}`.'\n )\n\n # Need to know the spatial output shape of a standard convolution to\n # create the unshared convolution kernel.\n if self.conv_general_dilated_cls is not None:\n conv_general_dilated = self.conv_general_dilated_cls()\n elif self.conv_general_dilated is not None:\n conv_general_dilated = self.conv_general_dilated\n else:\n conv_general_dilated = lax.conv_general_dilated\n conv_output_shape = eval_shape(\n lambda lhs, rhs: conv_general_dilated( # pylint: disable=g-long-lambda\n lhs=lhs,\n rhs=rhs,\n window_strides=strides,\n padding=padding_lax,\n dimension_numbers=dimension_numbers,\n lhs_dilation=input_dilation,\n rhs_dilation=kernel_dilation,\n ),\n inputs,\n ShapedArray(kernel_size + (in_features, self.features), inputs.dtype),\n ).shape\n\n # One (unshared) convolutional kernel per each pixel in the output.\n kernel_shape = conv_output_shape[1:-1] + (\n np.prod(kernel_size) * in_features,\n self.features,\n )\n\n if self.mask is not None and self.mask.shape != kernel_shape:\n raise ValueError(\n 'Mask needs to have the same shape as weights. '\n f'Shapes are: {self.mask.shape}, {kernel_shape}'\n )\n\n kernel = self.param(\n 'kernel', self.kernel_init, kernel_shape, self.param_dtype\n )\n\n if self.mask is not None:\n kernel *= self.mask\n\n if self.use_bias:\n if self.shared_weights:\n # One bias weight per output channel, shared between pixels.\n bias_shape = (self.features,)\n else:\n # One bias weight per output entry, unshared betwen pixels.\n bias_shape = conv_output_shape[1:]\n\n bias = self.param('bias', self.bias_init, bias_shape, self.param_dtype)\n else:\n bias = None\n\n inputs, kernel, bias = self.promote_dtype(\n inputs, kernel, bias, dtype=self.dtype\n )\n assert inputs is not None\n assert kernel is not None\n\n if self.shared_weights:\n if self.conv_general_dilated_cls is not None:\n conv_general_dilated = self.conv_general_dilated_cls()\n elif self.conv_general_dilated is not None:\n conv_general_dilated = self.conv_general_dilated\n else:\n conv_general_dilated = lax.conv_general_dilated\n y = conv_general_dilated(\n inputs,\n kernel,\n strides,\n padding_lax,\n lhs_dilation=input_dilation,\n rhs_dilation=kernel_dilation,\n dimension_numbers=dimension_numbers,\n feature_group_count=self.feature_group_count,\n precision=self.precision,\n )\n else:\n y = lax.conv_general_dilated_local(\n lhs=inputs,\n rhs=kernel,\n window_strides=strides,\n padding=padding_lax,\n filter_shape=kernel_size,\n lhs_dilation=input_dilation,\n rhs_dilation=kernel_dilation,\n dimension_numbers=dimension_numbers,\n precision=self.precision,\n )\n\n if self.use_bias:\n bias = bias.reshape((1,) * (y.ndim - bias.ndim) + bias.shape) # type: ignore\n y += bias\n\n if num_batch_dimensions != 1:\n output_shape = input_batch_shape + y.shape[1:]\n y = jnp.reshape(y, output_shape)\n return y\n\n\nclass Conv(_Conv):\n """"""Convolution Module wrapping ``lax.conv_general_dilated``.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> # valid padding\n >>> layer = nn.Conv(features=4, kernel_size=(3,), padding='VALID')\n >>> out, variables = layer.init_with_output(jax.random.key(0), jnp.ones((1, 8, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'bias': (4,), 'kernel': (3, 3, 4)}}\n >>> out.shape\n (1, 6, 4)\n >>> # circular padding with stride 2\n >>> layer = nn.Conv(features=4, kernel_size=(3, 3), strides=2, padding='CIRCULAR')\n >>> out, variables = layer.init_with_output(jax.random.key(0), jnp.ones((1, 8, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'bias': (4,), 'kernel': (3, 3, 3, 4)}}\n >>> out.shape\n (1, 4, 4)\n >>> # apply lower triangle mask\n >>> mask = jnp.tril(jnp.ones((3, 3, 4)))\n >>> layer = nn.Conv(features=4, kernel_size=(3,), mask=mask, padding='VALID')\n >>> variables = layer.init(jax.random.key(0), jnp.ones((1, 8, 3)))\n\n Attributes:\n features: number of convolution filters.\n kernel_size: shape of the convolutional kernel. An integer will be\n interpreted as a tuple of the single integer.\n strides: an integer or a sequence of `n` integers, representing the\n inter-window strides (default: 1).\n padding: either the string ``'SAME'``, the string ``'VALID'``, the string\n ``'CIRCULAR'`` (periodic boundary conditions), or a sequence of ``n``\n ``(low, high)`` integer pairs that give the padding to apply before and\n after each spatial dimension. A single int is interpreted as applying the\n same padding in all dims and assign a single int in a sequence causes the\n same padding to be used on both sides. ``'CAUSAL'`` padding for a 1D\n convolution will left-pad the convolution axis, resulting in same-sized\n output.\n input_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of ``inputs`` (default:\n 1). Convolution with input dilation ``d`` is equivalent to transposed\n convolution with stride ``d``.\n kernel_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of the convolution\n kernel (default: 1). Convolution with kernel dilation is also known as\n 'atrous convolution'.\n feature_group_count: integer, default 1. If specified divides the input\n features into groups.\n use_bias: whether to add a bias to the output (default: True).\n mask: Optional mask for the weights during masked convolution. The mask must\n be the same shape as the convolution weight matrix.\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision`\n for details.\n kernel_init: initializer for the convolutional kernel.\n bias_init: initializer for the bias.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n """"""\n\n @property\n def shared_weights(self) -> bool:\n return True\n\n\nclass ConvLocal(_Conv):\n """"""Local convolution Module wrapping ``lax.conv_general_dilated_local``.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> # valid padding\n >>> layer = nn.ConvLocal(features=4, kernel_size=(3,), padding='VALID')\n >>> out, variables = layer.init_with_output(jax.random.key(0), jnp.ones((1, 8, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'bias': (6, 4), 'kernel': (6, 9, 4)}}\n >>> out.shape\n (1, 6, 4)\n >>> # circular padding with stride 2\n >>> layer = nn.ConvLocal(features=4, kernel_size=(3, 3), strides=2, padding='CIRCULAR')\n >>> out, variables = layer.init_with_output(jax.random.key(0), jnp.ones((1, 8, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'bias': (1, 4, 4), 'kernel': (1, 4, 27, 4)}}\n >>> out.shape\n (1, 4, 4)\n >>> # apply lower triangle mask\n >>> mask = jnp.tril(jnp.ones((6, 9, 4)))\n >>> layer = nn.ConvLocal(features=4, kernel_size=(3,), mask=mask, padding='VALID')\n >>> variables = layer.init(jax.random.key(0), jnp.ones((1, 8, 3)))\n\n Attributes:\n features: number of convolution filters.\n kernel_size: shape of the convolutional kernel. An integer will be\n interpreted as a tuple of the single integer.\n strides: an integer or a sequence of `n` integers, representing the\n inter-window strides (default: 1).\n padding: either the string ``'SAME'``, the string ``'VALID'``, the string\n ``'CIRCULAR'`` (periodic boundary conditions), or a sequence of ``n``\n ``(low, high)`` integer pairs that give the padding to apply before and\n after each spatial dimension. A single int is interpreted as applying the\n same padding in all dims and assign a single int in a sequence causes the\n same padding to be used on both sides. ``'CAUSAL'`` padding for a 1D\n convolution will left-pad the convolution axis, resulting in same-sized\n output.\n input_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of ``inputs`` (default:\n 1). Convolution with input dilation ``d`` is equivalent to transposed\n convolution with stride ``d``.\n kernel_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of the convolution\n kernel (default: 1). Convolution with kernel dilation is also known as\n 'atrous convolution'.\n feature_group_count: integer, default 1. If specified divides the input\n features into groups.\n use_bias: whether to add a bias to the output (default: True).\n mask: Optional mask for the weights during masked convolution. The mask must\n be the same shape as the convolution weight matrix.\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the convolutional kernel.\n bias_init: initializer for the bias.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n """"""\n\n @property\n def shared_weights(self) -> bool:\n return False\n\n\nclass ConvTranspose(Module):\n """"""Convolution Module wrapping ``lax.conv_transpose``.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> # valid padding\n >>> layer = nn.ConvTranspose(features=4, kernel_size=(3,), padding='VALID')\n >>> out, variables = layer.init_with_output(jax.random.key(0), jnp.ones((1, 8, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'bias': (4,), 'kernel': (3, 3, 4)}}\n >>> out.shape\n (1, 10, 4)\n >>> # circular padding with stride 2\n >>> layer = nn.ConvTranspose(features=4, kernel_size=(6, 6), strides=(2, 2), padding='CIRCULAR', transpose_kernel=True)\n >>> out, variables = layer.init_with_output(jax.random.key(0), jnp.ones((1, 15, 15, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'bias': (4,), 'kernel': (6, 6, 4, 3)}}\n >>> out.shape\n (1, 30, 30, 4)\n >>> # apply lower triangle mask\n >>> mask = jnp.tril(jnp.ones((3, 3, 4)))\n >>> layer = nn.ConvTranspose(features=4, kernel_size=(3,), mask=mask, padding='VALID')\n >>> variables = layer.init(jax.random.key(0), jnp.ones((1, 8, 3)))\n\n Attributes:\n features: number of convolution filters.\n kernel_size: shape of the convolutional kernel. For 1D convolution, the\n kernel size can be passed as an integer, which will be interpreted as a\n tuple of the single integer. For all other cases, it must be a sequence of\n integers.\n strides: an integer or a sequence of `n` integers, representing the\n inter-window strides.\n padding: either the string `'SAME'`, the string `'VALID'`, the string\n `'CIRCULAR'` (periodic boundary conditions), or a sequence of `n` `(low,\n high)` integer pairs that give the padding to apply before and after each\n spatial dimension. A single int is interpreted as applying the same\n padding in all dims and assign a single int in a sequence causes the same\n padding to be used on both sides.\n kernel_dilation: ``None``, or an integer or a sequence of ``n`` integers,\n giving the dilation factor to apply in each spatial dimension of the convolution\n kernel. Convolution with kernel dilation is also known as 'atrous\n convolution'.\n use_bias: whether to add a bias to the output (default: True).\n mask: Optional mask for the weights during masked convolution. The mask must\n be the same shape as the convolution weight matrix.\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the convolutional kernel.\n bias_init: initializer for the bias.\n transpose_kernel: if ``True`` flips spatial axes and swaps the input/output\n channel axes of the kernel.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n """"""\n\n features: int\n kernel_size: int | Sequence[int]\n strides: Sequence[int] | None = None\n padding: PaddingLike = 'SAME'\n kernel_dilation: Sequence[int] | None = None\n use_bias: bool = True\n mask: Array | None = None\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n bias_init: Initializer = initializers.zeros_init()\n transpose_kernel: bool = False\n promote_dtype: PromoteDtypeFn = promote_dtype\n\n @compact\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a transposed convolution to the inputs.\n\n Behaviour mirrors of ``jax.lax.conv_transpose``.\n\n Args:\n inputs: input data with dimensions ``(*batch_dims, spatial_dims..., features).``\n This is the channels-last convention, i.e. NHWC for a 2d convolution and NDHWC\n for a 3D convolution. Note: this is different from the input convention used by\n ``lax.conv_general_dilated``, which puts the spatial dimensions last.\n Note: If the input has more than 1 batch dimension, all batch dimensions\n are flattened into a single dimension for the convolution and restored\n before returning. In some cases directly vmap'ing the layer may yield\n better performance than this default flattening approach. If the input\n lacks a batch dimension it will be added for the convolution and removed\n n return, an allowance made to enable writing single-example code.\n\n Returns:\n The convolved data.\n """"""\n kernel_size: tuple[int, ...]\n if isinstance(self.kernel_size, int):\n kernel_size = (self.kernel_size,)\n else:\n kernel_size = tuple(self.kernel_size)\n\n def maybe_broadcast(\n x: int | Sequence[int] | None,\n ) -> tuple[int, ...]:\n if x is None:\n # backward compatibility with using None as sentinel for\n # broadcast 1\n x = 1\n if isinstance(x, int):\n return (x,) * len(kernel_size)\n return tuple(x)\n\n # Combine all input batch dimensions into a single leading batch axis.\n num_batch_dimensions = inputs.ndim - (len(kernel_size) + 1)\n if num_batch_dimensions != 1:\n input_batch_shape = inputs.shape[:num_batch_dimensions]\n total_batch_size = int(np.prod(input_batch_shape))\n flat_input_shape = (total_batch_size,) + inputs.shape[\n num_batch_dimensions:\n ]\n inputs = jnp.reshape(inputs, flat_input_shape)\n\n strides = maybe_broadcast(self.strides)\n kernel_dilation = maybe_broadcast(self.kernel_dilation)\n\n in_features = jnp.shape(inputs)[-1]\n if self.transpose_kernel:\n kernel_shape = kernel_size + (self.features, in_features)\n else:\n kernel_shape = kernel_size + (in_features, self.features)\n\n if self.mask is not None and self.mask.shape != kernel_shape:\n raise ValueError(\n 'Mask needs to have the same shape as weights. '\n f'Shapes are: {self.mask.shape}, {kernel_shape}'\n )\n\n kernel = self.param(\n 'kernel', self.kernel_init, kernel_shape, self.param_dtype\n )\n\n if self.mask is not None:\n kernel *= self.mask\n\n padding_lax = canonicalize_padding(self.padding, len(kernel_size))\n if padding_lax == 'CIRCULAR':\n padding_lax = 'VALID'\n\n if self.use_bias:\n bias = self.param(\n 'bias', self.bias_init, (self.features,), self.param_dtype\n )\n else:\n bias = None\n\n inputs, kernel, bias = self.promote_dtype(\n inputs, kernel, bias, dtype=self.dtype\n )\n assert inputs is not None\n assert kernel is not None\n\n y = lax.conv_transpose(\n inputs,\n kernel,\n strides,\n padding_lax,\n rhs_dilation=kernel_dilation,\n transpose_kernel=self.transpose_kernel,\n precision=self.precision,\n )\n\n if self.padding == 'CIRCULAR':\n # For circular padding, we need to identify the size of the final output\n # (""period"") along each spatial dimension, pad each dimension to an\n # integer number of periods, and wrap the array periodically around each\n # dimension. Padding should be done in such a way that the start of the\n # original input data inside the padded array is located at integer\n # number of periods - otherwise the result would be circularly shifted.\n\n # Compute period along each spatial dimension - it's input size scaled\n # by the stride.\n scaled_x_dims = [\n x_dim * stride\n for x_dim, stride in zip(jnp.shape(inputs)[1:-1], strides)\n ]\n # Compute difference between the current size of y and the final output\n # size, and complement this difference to 2 * period - that gives how\n # much we need to pad.\n size_diffs = [\n -(y_dim - x_dim) % (2 * x_dim)\n for y_dim, x_dim in zip(y.shape[1:-1], scaled_x_dims)\n ]\n if self.transpose_kernel:\n # If the kernel is transposed, the ""+1"" is put on the right to\n # mirror the regular convolution. If the same kernel parameters are used\n # as for Conv, this layer then computes the proper transpose convolution.\n total_pad = [\n (size_diff // 2, (size_diff + 1) // 2) for size_diff in size_diffs\n ]\n else:\n # Divide the padding equally between left and right. The choice to put\n # ""+1"" on the left (and not on the right) represents a convention for\n # aligning even-sized kernels.\n total_pad = [\n ((size_diff + 1) // 2, size_diff // 2) for size_diff in size_diffs\n ]\n y = jnp.pad(y, [(0, 0)] + total_pad + [(0, 0)])\n # Wrap the result periodically around each spatial dimension,\n # one by one.\n for i in range(1, y.ndim - 1):\n y = y.reshape(\n y.shape[:i] + (-1, scaled_x_dims[i - 1]) + y.shape[i + 1 :]\n )\n y = y.sum(axis=i)\n\n if self.use_bias:\n y += jnp.reshape(bias, (1,) * (y.ndim - 1) + (-1,)) # type: ignore\n\n if num_batch_dimensions != 1:\n output_shape = input_batch_shape + y.shape[1:]\n y = jnp.reshape(y, output_shape)\n\n return y\n\n\ndefault_embed_init = initializers.variance_scaling(\n 1.0, 'fan_in', 'normal', out_axis=0\n)\n\n\nclass Embed(Module):\n """"""Embedding Module.\n\n A parameterized function from integers [0, ``num_embeddings``) to\n ``features``-dimensional vectors. This ``Module`` will create an ``embedding``\n matrix with shape ``(num_embeddings, features)``. When calling this layer,\n the input values will be used to 0-index into the ``embedding`` matrix.\n Indexing on a value greater than or equal to ``num_embeddings`` will result\n in ``nan`` values. When ``num_embeddings`` equals to 1, it will\n broadcast the ``embedding`` matrix to input shape with ``features``\n dimension appended.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> layer = nn.Embed(num_embeddings=5, features=3)\n >>> indices_input = jnp.array([[0, 1, 2], [-1, -2, -3]])\n >>> variables = layer.init(jax.random.key(0), indices_input)\n >>> variables\n {'params': {'embedding': Array([[ 0.04396089, -0.9328513 , -0.97328115],\n [ 0.41147125, 0.66334754, 0.49469155],\n [ 0.09719624, 0.49861377, 0.49519277],\n [-0.13316602, 0.6697022 , 0.3710195 ],\n [-0.5039532 , 0.287319 , 1.4369922 ]], dtype=float32)}}\n >>> # get the first three and last three embeddings\n >>> layer.apply(variables, indices_input)\n Array([[[ 0.04396089, -0.9328513 , -0.97328115],\n [ 0.41147125, 0.66334754, 0.49469155],\n [ 0.09719624, 0.49861377, 0.49519277]],\n \n [[-0.5039532 , 0.287319 , 1.4369922 ],\n [-0.13316602, 0.6697022 , 0.3710195 ],\n [ 0.09719624, 0.49861377, 0.49519277]]], dtype=float32)\n\n Attributes:\n num_embeddings: number of embeddings / vocab size.\n features: number of feature dimensions for each embedding.\n dtype: the dtype of the embedding vectors (default: same as embedding).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n embedding_init: embedding initializer.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(embedding,)`` during ``__call__``\n or ``(query, embedding)`` during ``attend``, and a ``dtype`` keyword argument,\n and return a tuple of arrays with the promoted dtype.\n """"""\n\n num_embeddings: int\n features: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n embedding_init: Initializer = default_embed_init\n promote_dtype: PromoteDtypeFn = promote_dtype\n\n def setup(self):\n self.embedding = self.param(\n 'embedding',\n self.embedding_init,\n (self.num_embeddings, self.features),\n self.param_dtype,\n )\n\n def __call__(self, inputs: Array) -> Array:\n """"""Embeds the inputs along the last dimension.\n\n Args:\n inputs: input data, all dimensions are considered batch dimensions.\n Values in the input array must be integers.\n\n Returns:\n Output which is embedded input data. The output shape follows the input,\n with an additional ``features`` dimension appended.\n """"""\n if not jnp.issubdtype(inputs.dtype, jnp.integer):\n raise ValueError('Input type must be an integer or unsigned integer.')\n # Use take because fancy indexing numpy arrays with JAX indices does not\n # work correctly.\n (embedding,) = self.promote_dtype(\n self.embedding, dtype=self.dtype, inexact=False\n )\n assert embedding is not None\n if self.num_embeddings == 1:\n return jnp.broadcast_to(embedding, inputs.shape + (self.features,))\n return jnp.take(embedding, inputs, axis=0)\n\n def attend(self, query: Array) -> Array:\n """"""Attend over the embedding using a query array.\n\n Args:\n query: array with last dimension equal the feature depth ``features`` of the\n embedding.\n\n Returns:\n An array with final dim ``num_embeddings`` corresponding to the batched\n inner-product of the array of query vectors against each embedding.\n Commonly used for weight-sharing between embeddings and logit transform\n in NLP models.\n """"""\n embedding: Array\n query, embedding = self.promote_dtype(\n query, self.embedding, dtype=self.dtype\n )\n assert query is not None\n assert embedding is not None\n return jnp.dot(query, embedding.T)\n",python,tab +147,7459746,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7282,0,"",python,selection_command +148,7460990,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7303,0,"",python,selection_command +149,7461251,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7372,0,"",python,selection_command +150,7461271,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7379,0,"",python,selection_command +151,7461307,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7391,0,"",python,selection_command +152,7461335,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7398,0,"",python,selection_command +153,7461368,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7430,0,"",python,selection_command +154,7461402,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7461,0,"",python,selection_command +155,7461435,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7468,0,"",python,selection_command +156,7461468,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7505,0,"",python,selection_command +157,7461502,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7570,0,"",python,selection_command +158,7461535,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7620,0,"",python,selection_command +159,7461568,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7663,0,"",python,selection_command +160,7463038,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7670,0,"",python,selection_command +161,7463288,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7684,0,"",python,selection_command +162,7463309,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7729,0,"",python,selection_command +163,7483246,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7796,0,"",python,selection_command +164,7489435,"utils/nn.py",0,0,"",python,tab +165,7489440,"utils/nn.py",2489,0,"",python,selection_command +166,7490740,"utils/nn.py",2493,0,"",python,selection_command +167,7490915,"utils/nn.py",2494,0,"",python,selection_command +168,7491103,"utils/nn.py",2498,0,"",python,selection_command +169,7491267,"utils/nn.py",2499,0,"",python,selection_command +170,7491502,"utils/nn.py",2508,0,"",python,selection_command +171,7779664,"utils/nn.py",2509,0,"",python,selection_command +172,7779698,"utils/nn.py",2509,0,",",python,content +173,7779701,"utils/nn.py",2510,0,"",python,selection_keyboard +174,7779940,"utils/nn.py",2510,0,"\n ",python,content +175,7799717,"utils/nn.py",2527,0,"p",python,content +176,7799723,"utils/nn.py",2528,0,"",python,selection_keyboard +177,7799881,"utils/nn.py",2528,0,"a",python,content +178,7799883,"utils/nn.py",2529,0,"",python,selection_keyboard +179,7799961,"utils/nn.py",2529,0,"r",python,content +180,7799964,"utils/nn.py",2530,0,"",python,selection_keyboard +181,7800075,"utils/nn.py",2530,0,"a",python,content +182,7800076,"utils/nn.py",2531,0,"",python,selection_keyboard +183,7800263,"utils/nn.py",2531,0,"m",python,content +184,7800266,"utils/nn.py",2532,0,"",python,selection_keyboard +185,7801059,"utils/nn.py",2532,0,"_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +186,7802008,"utils/nn.py",2606,0,"",python,selection_command +187,7802658,"utils/nn.py",2572,0,"",python,selection_command +188,7803144,"utils/nn.py",2526,0,"",python,selection_command +189,7803300,"utils/nn.py",2485,0,"",python,selection_command +190,7805824,"utils/nn.py",2486,0,"",python,selection_command +191,7805981,"utils/nn.py",2488,0,"",python,selection_command +192,7806143,"utils/nn.py",2489,0,"",python,selection_command +193,7806566,".venv/lib/python3.10/site-packages/flax/linen/linear.py",0,0,"",python,tab +194,7806570,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7282,0,"",python,selection_command +195,8152297,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7794,0,"",python,selection_command +196,8166943,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7727,0,"",python,selection_command +197,8167192,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7682,0,"",python,selection_command +198,8167214,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7668,0,"",python,selection_command +199,8167247,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7663,0,"",python,selection_command +200,8167279,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7618,0,"",python,selection_command +201,8167313,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7568,0,"",python,selection_command +202,8167347,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7503,0,"",python,selection_command +203,8167381,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7466,0,"",python,selection_command +204,8167417,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7461,0,"",python,selection_command +205,8167450,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7428,0,"",python,selection_command +206,8167606,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7396,0,"",python,selection_command +207,8167773,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7391,0,"",python,selection_command +208,8167922,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7377,0,"",python,selection_command +209,8168052,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7372,0,"",python,selection_command +210,8168191,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7301,0,"",python,selection_command +211,8168226,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7372,0,"",python,selection_command +212,8168487,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7377,0,"",python,selection_command +213,8168509,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7391,0,"",python,selection_command +214,8168540,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7396,0,"",python,selection_command +215,8168573,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7428,0,"",python,selection_command +216,8168608,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7461,0,"",python,selection_command +217,8168641,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7466,0,"",python,selection_command +218,8219459,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7282,0,"",python,selection_command +219,8219968,"utils/nn.py",0,0,"",python,tab +220,8219972,"utils/nn.py",2489,0,"",python,selection_command +221,8221193,"utils/nn.py",2530,0,"",python,selection_command +222,8221342,"utils/nn.py",2576,0,"",python,selection_command +223,8222104,"utils/nn.py",2608,0,"",python,selection_command +224,8222268,"utils/nn.py",2629,0,"",python,selection_command +225,8223271,"utils/nn.py",2608,0,"",python,selection_command +226,8223519,"utils/nn.py",2576,0,"",python,selection_command +227,8223542,"utils/nn.py",2530,0,"",python,selection_command +228,8223577,"utils/nn.py",2489,0,"",python,selection_command +229,8223692,"utils/nn.py",2457,0,"",python,selection_command +230,8224069,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Normalization modules for Flax.""""""\n\nimport dataclasses\nimport functools\nfrom typing import Any\nfrom collections.abc import Iterable\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax\nfrom jax.nn import initializers\n\nfrom flax.linen import dtypes, module, transforms\nfrom flax.typing import (\n Array,\n PRNGKey as PRNGKey,\n Dtype,\n Shape as Shape,\n Initializer,\n Axes,\n)\n\nfield = dataclasses.field\ncanonicalize_dtype = dtypes.canonicalize_dtype\ncompact = module.compact\nModule = module.Module\nmerge_param = module.merge_param\nmap_variables = transforms.map_variables\n\n\ndef _canonicalize_axes(rank: int, axes: Axes) -> tuple[int, ...]:\n """"""Returns a tuple of deduplicated, sorted, and positive axes.""""""\n if not isinstance(axes, Iterable):\n axes = (axes,)\n return tuple({rank + axis if axis < 0 else axis for axis in axes})\n\n\ndef _abs_sq(x):\n """"""Computes the elementwise square of the absolute value |x|^2.""""""\n if jnp.iscomplexobj(x):\n return lax.square(lax.real(x)) + lax.square(lax.imag(x))\n else:\n return lax.square(x)\n\n\ndef _compute_stats(\n x: Array,\n axes: Axes,\n dtype: Dtype | None,\n axis_name: str | None = None,\n axis_index_groups: Any = None,\n use_mean: bool = True,\n use_fast_variance: bool = True,\n mask: Array | None = None,\n force_float32_reductions=True,\n):\n """"""Computes mean and variance statistics.\n\n This implementation takes care of a few important details:\n - By default, computes in float32 precision for stability\n in half precision training.\n - If `use_fast_variance` is `True`, mean and variance are computed using\n Var = E[|x|^2] - |E[x]|^2, instead of Var = E[|x - E[x]|^2]), in a single\n XLA fusion.\n - Clips negative variances to zero which can happen due to\n roundoff errors. This avoids downstream NaNs.\n - Supports averaging across a parallel axis and subgroups of a parallel axis\n with a single `lax.pmean` call to avoid latency.\n\n Arguments:\n x: Input array.\n axes: The axes in ``x`` to compute mean and variance statistics for.\n dtype: Optional dtype specifying the minimal precision. Statistics are\n always at least float32 for stability (default: dtype of x).\n axis_name: Optional name for the pmapped axis to compute mean over. Note,\n this is only used for pmap and shard map. For SPMD jit, you do not need to\n manually synchronize. Just make sure that the axes are correctly annotated\n and XLA:SPMD will insert the necessary collectives.\n axis_index_groups: Optional axis indices.\n use_mean: If true, calculate the mean from the input and use it when\n computing the variance. If false, set the mean to zero and compute the\n variance without subtracting the mean.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n mask: Binary array of shape broadcastable to `inputs` tensor, indicating the\n positions for which the mean and variance should be computed.\n force_float32_reductions: If false, this will skip float32 promotion and use\n the input dtype or inherited dtype from ``x``.\n\n Returns:\n A pair ``(mean, var)``.\n """"""\n if dtype is None:\n dtype = jnp.result_type(x)\n # promote x to at least float32, this avoids half precision computation\n # but preserves double or complex floating points\n if force_float32_reductions:\n dtype = jnp.promote_types(dtype, jnp.float32)\n x = jnp.asarray(x, dtype)\n axes = _canonicalize_axes(x.ndim, axes)\n\n def maybe_distributed_mean(*xs, mask=None):\n mus = tuple(x.mean(axes, where=mask) for x in xs)\n if axis_name is None:\n return mus if len(xs) > 1 else mus[0]\n else:\n # In the distributed case we stack multiple arrays to speed comms.\n if len(xs) > 1:\n reduced_mus = lax.pmean(\n jnp.stack(mus, axis=0),\n axis_name,\n axis_index_groups=axis_index_groups,\n )\n return tuple(reduced_mus[i] for i in range(len(xs)))\n else:\n return lax.pmean(mus[0], axis_name, axis_index_groups=axis_index_groups)\n\n if use_mean:\n if use_fast_variance:\n mu, mu2 = maybe_distributed_mean(x, _abs_sq(x), mask=mask)\n # mean2 - _abs_sq(mean) is not guaranteed to be non-negative due\n # to floating point round-off errors.\n var = jnp.maximum(0.0, mu2 - _abs_sq(mu))\n else:\n mu = maybe_distributed_mean(x, mask=mask)\n var = maybe_distributed_mean(\n _abs_sq(x - jnp.expand_dims(mu, axes)), mask=mask\n )\n else:\n var = maybe_distributed_mean(_abs_sq(x), mask=mask)\n mu = jnp.zeros_like(var)\n return mu, var\n\n\ndef _normalize(\n mdl: Module,\n x: Array,\n mean: Array,\n var: Array,\n reduction_axes: Axes,\n feature_axes: Axes,\n dtype: Dtype | None,\n param_dtype: Dtype,\n epsilon: float,\n use_bias: bool,\n use_scale: bool,\n bias_init: Initializer,\n scale_init: Initializer,\n force_float32_reductions: bool = True\n):\n """"""Normalizes the input of a normalization layer and optionally applies a learned scale and bias.\n\n Arguments:\n mdl: Module to apply the normalization in (normalization params will reside\n in this module).\n x: The input.\n mean: Mean to use for normalization.\n var: Variance to use for normalization.\n reduction_axes: The axes in ``x`` to reduce.\n feature_axes: Axes containing features. A separate bias and scale is learned\n for each specified feature.\n dtype: The dtype of the result (default: infer from input and params).\n param_dtype: The dtype of the parameters.\n epsilon: Normalization epsilon.\n use_bias: If true, add a bias term to the output.\n use_scale: If true, scale the output.\n bias_init: Initialization function for the bias term.\n scale_init: Initialization function for the scaling function.\n force_float32_reductions: If false, the scale and bias parameters use the\n param_dtype. Otherwise, they will have at least float32 precision due to\n the mean and var being promoted to float32.\n\n Returns:\n The normalized input.\n """"""\n reduction_axes = _canonicalize_axes(x.ndim, reduction_axes)\n feature_axes = _canonicalize_axes(x.ndim, feature_axes)\n feature_shape = [1] * x.ndim\n reduced_feature_shape = []\n for ax in feature_axes:\n feature_shape[ax] = x.shape[ax]\n reduced_feature_shape.append(x.shape[ax])\n\n mean = jnp.expand_dims(mean, reduction_axes)\n var = jnp.expand_dims(var, reduction_axes)\n y = x - mean\n mul = lax.rsqrt(var + epsilon)\n args = [x]\n if use_scale:\n scale = mdl.param(\n 'scale', scale_init, reduced_feature_shape, param_dtype\n ).reshape(feature_shape)\n if not force_float32_reductions:\n scale = jnp.asarray(scale, param_dtype)\n mul *= scale\n args.append(scale)\n y *= mul\n if use_bias:\n bias = mdl.param(\n 'bias', bias_init, reduced_feature_shape, param_dtype\n ).reshape(feature_shape)\n if not force_float32_reductions:\n bias = jnp.asarray(bias, param_dtype)\n y += bias\n args.append(bias)\n dtype = dtypes.canonicalize_dtype(*args, dtype=dtype)\n return jnp.asarray(y, dtype)\n\n\ndef _l2_normalize(x, axis=None, eps=1e-12):\n """"""Normalizes along dimension `axis` using an L2 norm.\n\n This specialized function exists for numerical stability reasons.\n\n Args:\n x: An input ndarray.\n axis: Dimension along which to normalize, e.g. `1` to separately normalize\n vectors in a batch. Passing `None` views `t` as a flattened vector when\n calculating the norm (equivalent to Frobenius norm).\n eps: Epsilon to avoid dividing by zero.\n\n Returns:\n An array of the same shape as 'x' L2-normalized along 'axis'.\n """"""\n return x * jax.lax.rsqrt((x * x).sum(axis=axis, keepdims=True) + eps)\n\n\nclass BatchNorm(Module):\n """"""BatchNorm Module.\n\n Usage Note:\n If we define a model with BatchNorm, for example::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> BN = nn.BatchNorm(momentum=0.9, epsilon=1e-5, dtype=jnp.float32)\n\n The initialized variables dict will contain, in addition to a 'params'\n collection, a separate 'batch_stats' collection that will contain all the\n running statistics for all the BatchNorm layers in a model::\n\n >>> x = jax.random.normal(jax.random.key(0), (5, 6))\n >>> variables = BN.init(jax.random.key(1), x, use_running_average=False)\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'batch_stats': {'mean': (6,), 'var': (6,)}, 'params': {'bias': (6,), 'scale': (6,)}}\n\n We then update the batch_stats during training by specifying that the\n ``batch_stats`` collection is mutable in the ``apply`` method for our\n module.::\n\n >>> y, new_batch_stats = BN.apply(variables, x, mutable=['batch_stats'], use_running_average=False)\n\n During eval we would define BN with ``use_running_average=True`` and use the\n batch_stats collection from training to set the statistics. In this case\n we are not mutating the batch statistics collection, and needn't mark it\n mutable::\n\n >>> y = BN.apply(variables, x, mutable=['batch_stats'], use_running_average=True)\n\n Attributes:\n use_running_average: if True, the statistics stored in batch_stats will be\n used instead of computing the batch statistics on the input.\n axis: the feature or non-batch axis of the input.\n momentum: decay rate for the exponential moving average of the batch\n statistics.\n epsilon: a small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: if True, bias (beta) is added.\n use_scale: if True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: initializer for bias, by default, zero.\n scale_init: initializer for scale, by default, one.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n Note, this is only used for pmap and shard map. For SPMD jit, you do not\n need to manually synchronize. Just make sure that the axes are correctly\n annotated and XLA:SPMD will insert the necessary collectives.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over the\n examples on the first two and last two devices. See ``jax.lax.psum`` for\n more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n """"""\n\n use_running_average: bool | None = None\n axis: int = -1\n momentum: float = 0.99\n epsilon: float = 1e-5\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n use_bias: bool = True\n use_scale: bool = True\n bias_init: Initializer = initializers.zeros\n scale_init: Initializer = initializers.ones\n axis_name: str | None = None\n axis_index_groups: Any = None\n use_fast_variance: bool = True\n force_float32_reductions: bool = True\n\n @compact\n def __call__(\n self,\n x,\n use_running_average: bool | None = None,\n *,\n mask: jax.Array | None = None,\n ):\n """"""Normalizes the input using batch statistics.\n\n .. note::\n During initialization (when ``self.is_initializing()`` is ``True``) the running\n average of the batch statistics will not be updated. Therefore, the inputs\n fed during initialization don't need to match that of the actual input\n distribution and the reduction axis (set with ``axis_name``) does not have\n to exist.\n\n Args:\n x: the input to be normalized.\n use_running_average: if true, the statistics stored in batch_stats will be\n used instead of computing the batch statistics on the input.\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n\n use_running_average = module.merge_param(\n 'use_running_average', self.use_running_average, use_running_average\n )\n feature_axes = _canonicalize_axes(x.ndim, self.axis)\n reduction_axes = tuple(i for i in range(x.ndim) if i not in feature_axes)\n feature_shape = [x.shape[ax] for ax in feature_axes]\n\n ra_mean = self.variable(\n 'batch_stats',\n 'mean',\n lambda s: jnp.zeros(\n s,\n jnp.float32 if self.force_float32_reductions else self.param_dtype,\n ),\n feature_shape,\n )\n ra_var = self.variable(\n 'batch_stats',\n 'var',\n lambda s: jnp.ones(\n s,\n jnp.float32 if self.force_float32_reductions else self.param_dtype,\n ),\n feature_shape,\n )\n\n if use_running_average:\n mean = (\n ra_mean.value\n if self.force_float32_reductions\n else jnp.asarray(ra_mean.value, self.param_dtype)\n )\n var = (\n ra_var.value\n if self.force_float32_reductions\n else jnp.asarray(ra_var.value, self.param_dtype)\n )\n else:\n mean, var = _compute_stats(\n x,\n reduction_axes,\n dtype=self.dtype,\n axis_name=self.axis_name if not self.is_initializing() else None,\n axis_index_groups=self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n force_float32_reductions=self.force_float32_reductions,\n )\n\n if not self.is_initializing():\n ra_mean.value = (\n self.momentum * ra_mean.value + (1 - self.momentum) * mean\n )\n ra_var.value = self.momentum * ra_var.value + (1 - self.momentum) * var\n\n return _normalize(\n self,\n x,\n mean,\n var,\n reduction_axes,\n feature_axes,\n self.dtype,\n self.param_dtype,\n self.epsilon,\n self.use_bias,\n self.use_scale,\n self.bias_init,\n self.scale_init,\n self.force_float32_reductions,\n )\n\n\nclass LayerNorm(Module):\n """"""Layer normalization (https://arxiv.org/abs/1607.06450).\n\n LayerNorm normalizes the activations of the layer for each given example in a\n batch independently, rather than across a batch like Batch Normalization.\n i.e. applies a transformation that maintains the mean activation within\n each example close to 0 and the activation standard deviation close to 1.\n\n .. note::\n This normalization operation is identical to InstanceNorm and GroupNorm;\n the difference is simply which axes are reduced and the shape of the feature\n axes (i.e. the shape of the learnable scale and bias parameters).\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n >>> import numpy as np\n\n >>> x = jax.random.normal(jax.random.key(0), (3, 4, 5, 6))\n >>> layer = nn.LayerNorm()\n >>> variables = layer.init(jax.random.key(1), x)\n >>> variables\n {'params': {'scale': Array([1., 1., 1., 1., 1., 1.], dtype=float32), 'bias': Array([0., 0., 0., 0., 0., 0.], dtype=float32)}}\n >>> y = layer.apply(variables, x)\n\n >>> y = nn.LayerNorm(reduction_axes=(1, 2, 3)).apply(variables, x)\n >>> y2 = nn.GroupNorm(num_groups=1).apply(variables, x)\n >>> np.testing.assert_allclose(y, y2)\n\n >>> y = nn.LayerNorm(reduction_axes=(1, 2), feature_axes=-1).apply(variables, x)\n >>> y2 = nn.InstanceNorm(feature_axes=-1).apply(variables, x)\n >>> np.testing.assert_allclose(y, y2)\n\n Attributes:\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: If True, bias (beta) is added.\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: Initializer for bias, by default, zero.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: Axes for computing normalization statistics.\n feature_axes: Feature axes for learned bias and scaling.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap or shard\n map. For SPMD jit, you do not need to manually synchronize. Just make sure\n that the axes are correctly annotated and XLA:SPMD will insert the\n necessary collectives.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over the\n examples on the first two and last two devices. See ``jax.lax.psum`` for\n more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n """"""\n\n epsilon: float = 1e-6\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n use_bias: bool = True\n use_scale: bool = True\n bias_init: Initializer = initializers.zeros\n scale_init: Initializer = initializers.ones\n reduction_axes: Axes = -1\n feature_axes: Axes = -1\n axis_name: str | None = None\n axis_index_groups: Any = None\n use_fast_variance: bool = True\n force_float32_reductions: bool = True\n\n @compact\n def __call__(self, x, *, mask: jax.Array | None = None):\n """"""Applies layer normalization on the input.\n\n Args:\n x: the inputs\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n mean, var = _compute_stats(\n x,\n self.reduction_axes,\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n force_float32_reductions=self.force_float32_reductions,\n )\n\n return _normalize(\n self,\n x,\n mean,\n var,\n self.reduction_axes,\n self.feature_axes,\n self.dtype,\n self.param_dtype,\n self.epsilon,\n self.use_bias,\n self.use_scale,\n self.bias_init,\n self.scale_init,\n self.force_float32_reductions,\n )\n\n\nclass RMSNorm(Module):\n """"""RMS Layer normalization (https://arxiv.org/abs/1910.07467).\n\n RMSNorm normalizes the activations of the layer for each given example in a\n batch independently, rather than across a batch like Batch Normalization.\n Unlike LayerNorm which re-centers the mean to be 0 and normalizes by the\n standard deviation of the activations, RMSNorm does not re-center at all\n and instead normalizes by the root mean square of the activations.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> x = jax.random.normal(jax.random.key(0), (5, 6))\n >>> layer = nn.RMSNorm()\n >>> variables = layer.init(jax.random.key(1), x)\n >>> variables\n {'params': {'scale': Array([1., 1., 1., 1., 1., 1.], dtype=float32)}}\n >>> y = layer.apply(variables, x)\n\n Attributes:\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: Axes for computing normalization statistics.\n feature_axes: Feature axes for learned bias and scaling.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap or shard\n map. For SPMD jit, you do not need to manually synchronize. Just make sure\n that the axes are correctly annotated and XLA:SPMD will insert the\n necessary collectives.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over the\n examples on the first two and last two devices. See ``jax.lax.psum`` for\n more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n """"""\n\n epsilon: float = 1e-6\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n use_scale: bool = True\n scale_init: Initializer = initializers.ones\n reduction_axes: Axes = -1\n feature_axes: Axes = -1\n axis_name: str | None = None\n axis_index_groups: Any = None\n use_fast_variance: bool = True\n force_float32_reductions: bool = True\n\n @compact\n def __call__(self, x, *, mask: jax.Array | None = None):\n """"""Applies RMS layer normalization on the input.\n\n Args:\n x: the inputs\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n mean, var = _compute_stats(\n x,\n self.reduction_axes,\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_mean=False,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n force_float32_reductions=self.force_float32_reductions,\n )\n\n return _normalize(\n self,\n x,\n mean,\n var,\n self.reduction_axes,\n self.feature_axes,\n self.dtype,\n self.param_dtype,\n self.epsilon,\n False,\n self.use_scale,\n initializers.zeros,\n self.scale_init,\n self.force_float32_reductions,\n )\n\n\nclass GroupNorm(Module):\n """"""Group normalization (arxiv.org/abs/1803.08494).\n\n This op is similar to batch normalization, but statistics are shared across\n equally-sized groups of channels and not shared across batch dimension.\n Thus, group normalization does not depend on the batch composition and does\n not require maintaining internal state for storing statistics.\n The user should either specify the total number of channel groups or the\n number of channels per group.\n\n .. note::\n LayerNorm is a special case of GroupNorm where ``num_groups=1``, and\n InstanceNorm is a special case of GroupNorm where ``group_size=1``.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n >>> import numpy as np\n\n >>> x = jax.random.normal(jax.random.key(0), (3, 4, 5, 6))\n >>> layer = nn.GroupNorm(num_groups=3)\n >>> variables = layer.init(jax.random.key(1), x)\n >>> variables\n {'params': {'scale': Array([1., 1., 1., 1., 1., 1.], dtype=float32), 'bias': Array([0., 0., 0., 0., 0., 0.], dtype=float32)}}\n >>> y = layer.apply(variables, x)\n\n >>> y = nn.GroupNorm(num_groups=1).apply(variables, x)\n >>> y2 = nn.LayerNorm(reduction_axes=(1, 2, 3)).apply(variables, x)\n >>> np.testing.assert_allclose(y, y2)\n\n >>> y = nn.GroupNorm(num_groups=None, group_size=1).apply(variables, x)\n >>> y2 = nn.InstanceNorm(feature_axes=-1).apply(variables, x)\n >>> np.testing.assert_allclose(y, y2)\n\n Attributes:\n num_groups: the total number of channel groups. The default value of 32 is\n proposed by the original group normalization paper.\n group_size: the number of channels in a group.\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: If True, bias (beta) is added.\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: Initializer for bias, by default, zero.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: List of axes used for computing normalization statistics.\n This list must include the final dimension, which is assumed to be the\n feature axis. Furthermore, if the input used at call time has additional\n leading axes compared to the data used for initialisation, for example due\n to batching, then the reduction axes need to be defined explicitly.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap or shard\n map. For SPMD jit, you do not need to manually synchronize. Just make sure\n that the axes are correctly annotated and XLA:SPMD will insert the\n necessary collectives.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over the\n examples on the first two and last two devices. See ``jax.lax.psum`` for\n more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n """"""\n\n num_groups: int | None = 32\n group_size: int | None = None\n epsilon: float = 1e-6\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n use_bias: bool = True\n use_scale: bool = True\n bias_init: Initializer = initializers.zeros\n scale_init: Initializer = initializers.ones\n reduction_axes: Axes | None = None\n axis_name: str | None = None\n axis_index_groups: Any = None\n use_fast_variance: bool = True\n force_float32_reductions: bool = True\n\n @compact\n def __call__(self, x, *, mask: jax.Array | None = None):\n """"""Applies group normalization to the input (arxiv.org/abs/1803.08494).\n\n Args:\n x: the input of shape ``...C`` where ``C`` is a channels dimension and ``...``\n represents an arbitrary number of extra dimensions that can be used to\n accumulate statistics over. If no reduction axes have been specified\n then all additional dimensions ``...`` will be used to accumulate\n statistics apart from the leading dimension which is assumed to\n represent the batch.\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n if self.reduction_axes is not None:\n reduction_axes = self.reduction_axes\n else:\n reduction_axes = list(range(1, x.ndim - 1)) + [-1]\n feature_axis = -1\n\n reduction_axes = _canonicalize_axes(x.ndim, reduction_axes)\n\n if reduction_axes[-1] != (feature_axis % x.ndim):\n raise ValueError(\n 'The reduction axes must include the final dimension '\n 'as this is assumed to be the feature axis.'\n )\n\n if (self.num_groups is None and self.group_size is None) or (\n self.num_groups is not None and self.group_size is not None\n ):\n raise ValueError(\n 'Either `num_groups` or `group_size` should be '\n 'specified. If `group_size` is to be specified, '\n 'pass `num_groups=None` as argument to override '\n 'the default `num_groups` value of 32.'\n )\n\n channels = x.shape[-1]\n if self.group_size is not None:\n if channels % self.group_size != 0:\n raise ValueError(\n 'Number of channels ({}) is not multiple of the '\n 'group size ({}).'.format(channels, self.group_size)\n )\n num_groups = channels // self.group_size\n else:\n num_groups = self.num_groups\n assert isinstance(num_groups, int)\n\n if num_groups <= 0 or channels % num_groups != 0:\n raise ValueError(\n 'Number of groups ({}) does not divide the number'\n ' of channels ({}).'.format(num_groups, channels)\n )\n\n group_size = x.shape[-1] // num_groups\n group_shape = x.shape[:-1] + (num_groups, group_size)\n\n if mask is not None:\n mask = mask.reshape(mask.shape[:-1] + (num_groups, group_size))\n\n mean, var = _compute_stats(\n x.reshape(group_shape),\n list(reduction_axes[:-1]) + [-1],\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n force_float32_reductions=self.force_float32_reductions,\n )\n mean = jnp.repeat(mean, group_size, axis=-1)\n var = jnp.repeat(var, group_size, axis=-1)\n\n return _normalize(\n self,\n x,\n mean,\n var,\n reduction_axes[:-1],\n (feature_axis,),\n self.dtype,\n self.param_dtype,\n self.epsilon,\n self.use_bias,\n self.use_scale,\n self.bias_init,\n self.scale_init,\n self.force_float32_reductions,\n )\n\n\nclass InstanceNorm(Module):\n """"""Instance normalization (https://arxiv.org/abs/1607.08022v3).\n\n InstanceNorm normalizes the activations of the layer for each channel (rather\n than across all channels like Layer Normalization), and for each given example\n in a batch independently (rather than across an entire batch like Batch\n Normalization). i.e. applies a transformation that maintains the mean activation\n within each channel within each example close to 0 and the activation standard\n deviation close to 1.\n\n .. note::\n This normalization operation is identical to LayerNorm and GroupNorm; the\n difference is simply which axes are reduced and the shape of the feature axes\n (i.e. the shape of the learnable scale and bias parameters).\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n >>> import numpy as np\n\n >>> # dimensions: (batch, height, width, channel)\n >>> x = jax.random.normal(jax.random.key(0), (2, 3, 4, 5))\n >>> layer = nn.InstanceNorm()\n >>> variables = layer.init(jax.random.key(1), x)\n >>> variables\n {'params': {'scale': Array([1., 1., 1., 1., 1.], dtype=float32), 'bias': Array([0., 0., 0., 0., 0.], dtype=float32)}}\n >>> y = layer.apply(variables, x)\n\n >>> # having a channel_axis of -1 in InstanceNorm is identical to reducing all non-batch,\n >>> # non-channel axes and using the feature_axes as the feature_axes in LayerNorm\n >>> y2 = nn.LayerNorm(reduction_axes=[1, 2], feature_axes=-1).apply(variables, x)\n >>> np.testing.assert_allclose(y, y2, atol=1e-7)\n >>> y3 = nn.GroupNorm(num_groups=x.shape[-1]).apply(variables, x)\n >>> np.testing.assert_allclose(y, y3, atol=1e-7)\n\n Attributes:\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: If True, bias (beta) is added.\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: Initializer for bias, by default, zero.\n scale_init: Initializer for scale, by default, one.\n feature_axes: Axes for features. The learned bias and scaling parameters will\n be in the shape defined by the feature axes. All other axes except the batch\n axes (which is assumed to be the leading axis) will be reduced.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap or shard\n map. For SPMD jit, you do not need to manually synchronize. Just make sure\n that the axes are correctly annotated and XLA:SPMD will insert the\n necessary collectives.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over the\n examples on the first two and last two devices. See ``jax.lax.psum`` for\n more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n """"""\n\n epsilon: float = 1e-6\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n use_bias: bool = True\n use_scale: bool = True\n bias_init: Initializer = initializers.zeros\n scale_init: Initializer = initializers.ones\n feature_axes: Axes = -1\n axis_name: str | None = None\n axis_index_groups: Any = None\n use_fast_variance: bool = True\n force_float32_reductions: bool = True\n\n @compact\n def __call__(self, x, *, mask: jax.Array | None = None):\n """"""Applies instance normalization on the input.\n\n Args:\n x: the inputs\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n feature_axes = _canonicalize_axes(x.ndim, self.feature_axes)\n if 0 in feature_axes:\n raise ValueError('The channel axes cannot include the leading dimension '\n 'as this is assumed to be the batch axis.')\n reduction_axes = [i for i in range(1, x.ndim) if i not in feature_axes]\n\n mean, var = _compute_stats(\n x,\n reduction_axes,\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n force_float32_reductions=self.force_float32_reductions,\n )\n\n return _normalize(\n self,\n x,\n mean,\n var,\n reduction_axes,\n feature_axes,\n self.dtype,\n self.param_dtype,\n self.epsilon,\n self.use_bias,\n self.use_scale,\n self.bias_init,\n self.scale_init,\n self.force_float32_reductions,\n )\n\n\nclass SpectralNorm(Module):\n """"""Spectral normalization.\n\n See:\n\n - https://arxiv.org/abs/1802.05957\n - https://arxiv.org/abs/1805.08318\n - https://arxiv.org/abs/1809.11096\n\n Spectral normalization normalizes the weight params so that the spectral\n norm of the matrix is equal to 1. This is implemented as a layer wrapper\n where each wrapped layer will have its params spectral normalized before\n computing its ``__call__`` output.\n\n .. note::\n The initialized variables dict will contain, in addition to a 'params'\n collection, a separate 'batch_stats' collection that will contain a\n ``u`` vector and ``sigma`` value, which are intermediate values used\n when performing spectral normalization. During training, we pass in\n ``update_stats=True`` and ``mutable=['batch_stats']`` so that ``u``\n and ``sigma`` are updated with the most recently computed values using\n power iteration. This will help the power iteration method approximate\n the true singular value more accurately over time. During eval, we pass\n in ``update_stats=False`` to ensure we get deterministic behavior from\n the model.\n\n Example usage::\n\n >>> import flax, flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x, train):\n ... x = nn.Dense(3)(x)\n ... # only spectral normalize the params of the second Dense layer\n ... x = nn.SpectralNorm(nn.Dense(4))(x, update_stats=train)\n ... x = nn.Dense(5)(x)\n ... return x\n\n >>> # init\n >>> x = jnp.ones((1, 2))\n >>> y = jnp.ones((1, 5))\n >>> model = Foo()\n >>> variables = model.init(jax.random.PRNGKey(0), x, train=False)\n >>> flax.core.freeze(jax.tree_util.tree_map(jnp.shape, variables))\n FrozenDict({\n batch_stats: {\n SpectralNorm_0: {\n Dense_1/kernel/sigma: (),\n Dense_1/kernel/u: (1, 4),\n },\n },\n params: {\n Dense_0: {\n bias: (3,),\n kernel: (2, 3),\n },\n Dense_1: {\n bias: (4,),\n kernel: (3, 4),\n },\n Dense_2: {\n bias: (5,),\n kernel: (4, 5),\n },\n },\n })\n\n >>> # train\n >>> def train_step(variables, x, y):\n ... def loss_fn(params):\n ... logits, updates = model.apply(\n ... {'params': params, 'batch_stats': variables['batch_stats']},\n ... x,\n ... train=True,\n ... mutable=['batch_stats'],\n ... )\n ... loss = jnp.mean(optax.l2_loss(predictions=logits, targets=y))\n ... return loss, updates\n ...\n ... (loss, updates), grads = jax.value_and_grad(loss_fn, has_aux=True)(\n ... variables['params']\n ... )\n ... return {\n ... 'params': jax.tree_util.tree_map(\n ... lambda p, g: p - 0.1 * g, variables['params'], grads\n ... ),\n ... 'batch_stats': updates['batch_stats'],\n ... }, loss\n >>> for _ in range(10):\n ... variables, loss = train_step(variables, x, y)\n\n >>> # inference / eval\n >>> out = model.apply(variables, x, train=False)\n\n Attributes:\n layer_instance: Module instance that is wrapped with SpectralNorm\n n_steps: How many steps of power iteration to perform to approximate the\n singular value of the weight params.\n epsilon: A small float added to l2-normalization to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n error_on_non_matrix: Spectral normalization is only defined on matrices. By\n default, this module will return scalars unchanged and flatten\n higher-order tensors in their leading dimensions. Setting this flag to\n True will instead throw an error if a weight tensor with dimension greater\n than 2 is used by the layer.\n collection_name: Name of the collection to store intermediate values used\n when performing spectral normalization.\n """"""\n\n layer_instance: Module\n n_steps: int = 1\n epsilon: float = 1e-12\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n error_on_non_matrix: bool = False\n collection_name: str = 'batch_stats'\n\n @compact\n def __call__(self, *args, update_stats: bool, **kwargs):\n """"""Compute the largest singular value of the weights in ``self.layer_instance``\n using power iteration and normalize the weights using this value before\n computing the ``__call__`` output.\n\n Args:\n *args: positional arguments to be passed into the call method of the\n underlying layer instance in ``self.layer_instance``.\n update_stats: if True, update the internal ``u`` vector and ``sigma``\n value after computing their updated values using power iteration. This\n will help the power iteration method approximate the true singular value\n more accurately over time.\n **kwargs: keyword arguments to be passed into the call method of the\n underlying layer instance in ``self.layer_instance``.\n\n Returns:\n Output of the layer using spectral normalized weights.\n """"""\n\n def layer_forward(layer_instance):\n return layer_instance(*args, **kwargs)\n\n return transforms.map_variables(\n layer_forward,\n trans_in_fn=lambda vs: jax.tree_util.tree_map_with_path(\n functools.partial(\n self._spectral_normalize,\n update_stats=update_stats,\n ),\n vs,\n ),\n init=self.is_initializing(),\n mutable=True,\n )(self.layer_instance)\n\n def _spectral_normalize(self, path, vs, update_stats):\n """"""Compute the largest singular value using power iteration and normalize\n the variables ``vs`` using this value. This is intended to be a helper\n function used in this Module's ``__call__`` method in conjunction with\n ``nn.transforms.map_variables`` and ``jax.tree_util.tree_map_with_path``.\n\n Args:\n path: dict key path, used for naming the ``u`` and ``sigma`` variables\n vs: variables to be spectral normalized\n update_stats: if True, update the ``u`` vector and ``sigma`` variables\n after computing their updated values using power iteration. This will\n help the power iteration method approximate the true singular value\n more accurately over time.\n """"""\n value = jnp.asarray(vs)\n value_shape = value.shape\n\n # Skip and return value if input is scalar, vector or if number of power\n # iterations is less than 1\n if value.ndim <= 1 or self.n_steps < 1:\n return value\n # Handle higher-order tensors.\n elif value.ndim > 2:\n if self.error_on_non_matrix:\n raise ValueError(\n f'Input is {value.ndim}D but error_on_non_matrix is True'\n )\n else:\n value = jnp.reshape(value, (-1, value.shape[-1]))\n\n u_var_name = (\n self.layer_instance.name\n + '/'\n + '/'.join(dict_key.key for dict_key in path[1:])\n + '/u'\n )\n u_var = self.variable(\n self.collection_name,\n u_var_name,\n jax.random.normal,\n self.make_rng('params')\n if not self.has_variable(self.collection_name, u_var_name)\n else None,\n (1, value.shape[-1]),\n self.param_dtype,\n )\n u0 = u_var.value\n sigma_var_name = (\n self.layer_instance.name\n + '/'\n + '/'.join(dict_key.key for dict_key in path[1:])\n + '/sigma'\n )\n sigma_var = self.variable(\n self.collection_name, sigma_var_name, jnp.ones, (), self.param_dtype\n )\n\n # Power iteration for the weight's singular value.\n for _ in range(self.n_steps):\n v0 = _l2_normalize(\n jnp.matmul(u0, value.transpose([1, 0])), eps=self.epsilon\n )\n u0 = _l2_normalize(jnp.matmul(v0, value), eps=self.epsilon)\n\n u0 = jax.lax.stop_gradient(u0)\n v0 = jax.lax.stop_gradient(v0)\n\n sigma = jnp.matmul(jnp.matmul(v0, value), jnp.transpose(u0))[0, 0]\n\n value /= jnp.where(sigma != 0, sigma, 1)\n value_bar = value.reshape(value_shape)\n\n if update_stats:\n u_var.value = u0\n sigma_var.value = sigma\n\n dtype = dtypes.canonicalize_dtype(vs, u0, v0, sigma, dtype=self.dtype)\n return jnp.asarray(value_bar, dtype)\n\n\nclass WeightNorm(Module):\n """"""L2 weight normalization (https://arxiv.org/abs/1602.07868).\n\n Weight normalization normalizes the weight params so that the l2-norm of\n the matrix is equal to 1. This is implemented as a layer wrapper where\n each wrapped layer will have its params l2-normalized before computing\n its ``__call__`` output.\n\n Example usage::\n\n >>> import flax, flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class Baz(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... return nn.Dense(2)(x)\n\n >>> class Bar(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = Baz()(x)\n ... x = nn.Dense(3)(x)\n ... x = Baz()(x)\n ... x = nn.Dense(3)(x)\n ... return x\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(3)(x)\n ... # l2-normalize all params of the second Dense layer\n ... x = nn.WeightNorm(nn.Dense(4), variable_filter=None)(x)\n ... x = nn.Dense(5)(x)\n ... # l2-normalize all kernels in the Bar submodule and all params in\n ... # the Baz submodule\n ... x = nn.WeightNorm(Bar(), variable_filter={'kernel', 'Baz'})(x)\n ... return x\n\n >>> # init\n >>> x = jnp.ones((1, 2))\n >>> model = Foo()\n >>> variables = model.init(jax.random.key(0), x)\n >>> flax.core.freeze(jax.tree_util.tree_map(jnp.shape, variables))\n FrozenDict({\n params: {\n Bar_0: {\n Baz_0: {\n Dense_0: {\n bias: (2,),\n kernel: (5, 2),\n },\n },\n Baz_1: {\n Dense_0: {\n bias: (2,),\n kernel: (3, 2),\n },\n },\n Dense_0: {\n bias: (3,),\n kernel: (2, 3),\n },\n Dense_1: {\n bias: (3,),\n kernel: (2, 3),\n },\n },\n Dense_0: {\n bias: (3,),\n kernel: (2, 3),\n },\n Dense_1: {\n bias: (4,),\n kernel: (3, 4),\n },\n Dense_2: {\n bias: (5,),\n kernel: (4, 5),\n },\n WeightNorm_0: {\n Dense_1/bias/scale: (4,),\n Dense_1/kernel/scale: (4,),\n },\n WeightNorm_1: {\n Bar_0/Baz_0/Dense_0/bias/scale: (2,),\n Bar_0/Baz_0/Dense_0/kernel/scale: (2,),\n Bar_0/Baz_1/Dense_0/bias/scale: (2,),\n Bar_0/Baz_1/Dense_0/kernel/scale: (2,),\n Bar_0/Dense_0/kernel/scale: (3,),\n Bar_0/Dense_1/kernel/scale: (3,),\n },\n },\n })\n\n Attributes:\n layer_instance: Module instance that is wrapped with WeightNorm\n epsilon: A small float added to l2-normalization to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_scale: If True, creates a learnable variable ``scale`` that is\n multiplied to the ``layer_instance`` variables after l2-normalization.\n scale_init: Initialization function for the scaling function.\n feature_axes: The feature axes dimension(s). The l2-norm is calculated by\n reducing the ``layer_instance`` variables over the remaining (non-feature)\n axes. Therefore a separate l2-norm value is calculated and a separate\n scale (if ``use_scale=True``) is learned for each specified feature. By\n default, the trailing dimension is treated as the feature axis.\n variable_filter: An optional iterable that contains string items. The\n WeightNorm layer will selectively apply l2-normalization to the\n ``layer_instance`` variables whose key path (delimited by '/') has a match\n with ``variable_filter``. For example, ``variable_filter={'kernel'}`` will\n only apply l2-normalization to variables whose key path contains 'kernel'.\n By default, ``variable_filter={'kernel'}``.\n """"""\n\n layer_instance: Module\n epsilon: float = 1e-12\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n use_scale: bool = True\n scale_init: Initializer = initializers.ones\n feature_axes: Axes | None = -1\n variable_filter: Iterable | None = dataclasses.field(\n default_factory=lambda: {'kernel'}\n )\n\n @compact\n def __call__(self, *args, **kwargs):\n """"""Compute the l2-norm of the weights in ``self.layer_instance``\n and normalize the weights using this value before computing the\n ``__call__`` output.\n\n Args:\n *args: positional arguments to be passed into the call method of the\n underlying layer instance in ``self.layer_instance``.\n **kwargs: keyword arguments to be passed into the call method of the\n underlying layer instance in ``self.layer_instance``.\n\n Returns:\n Output of the layer using l2-normalized weights.\n """"""\n\n def layer_forward(layer_instance):\n return layer_instance(*args, **kwargs)\n\n return transforms.map_variables(\n layer_forward,\n trans_in_fn=lambda vs: jax.tree_util.tree_map_with_path(\n self._l2_normalize,\n vs,\n ),\n init=self.is_initializing(),\n )(self.layer_instance)\n\n def _l2_normalize(self, path, vs):\n """"""Compute the l2-norm and normalize the variables ``vs`` using this\n value. This is intended to be a helper function used in this Module's\n ``__call__`` method in conjunction with ``nn.transforms.map_variables``\n and ``jax.tree_util.tree_map_with_path``.\n\n Args:\n path: dict key path, used for naming the ``scale`` variable\n vs: variables to be l2-normalized\n """"""\n value = jnp.asarray(vs)\n str_path = (\n self.layer_instance.name\n + '/'\n + '/'.join(dict_key.key for dict_key in path[1:])\n )\n if self.variable_filter:\n for variable_name in self.variable_filter:\n if variable_name in str_path:\n break\n else:\n return value\n\n if self.feature_axes is None:\n feature_axes = ()\n reduction_axes = tuple(i for i in range(value.ndim))\n else:\n feature_axes = _canonicalize_axes(value.ndim, self.feature_axes)\n reduction_axes = tuple(\n i for i in range(value.ndim) if i not in feature_axes\n )\n\n feature_shape = [1] * value.ndim\n reduced_feature_shape = []\n for ax in feature_axes:\n feature_shape[ax] = value.shape[ax]\n reduced_feature_shape.append(value.shape[ax])\n\n value_bar = _l2_normalize(value, axis=reduction_axes, eps=self.epsilon)\n\n args = [vs]\n if self.use_scale:\n scale = self.param(\n str_path + '/scale',\n self.scale_init,\n reduced_feature_shape,\n self.param_dtype,\n ).reshape(feature_shape)\n value_bar *= scale\n args.append(scale)\n\n dtype = dtypes.canonicalize_dtype(*args, dtype=self.dtype)\n return jnp.asarray(value_bar, dtype)\n",python,tab +231,8224073,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",14776,0,"",python,selection_command +232,8233569,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16370,0,"",python,selection_command +233,8238100,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16376,0,"",python,selection_command +234,8239068,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16306,0,"",python,selection_command +235,8240403,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16302,0,"",python,selection_command +236,8240726,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16300,0,"",python,selection_command +237,8241581,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16376,0,"",python,selection_command +238,8242011,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",14776,0,"",python,selection_command +239,8242959,"utils/nn.py",0,0,"",python,tab +240,8242962,"utils/nn.py",2457,0,"",python,selection_command +241,8314684,"utils/nn.py",2489,0,"",python,selection_command +242,8315165,"utils/nn.py",2530,0,"",python,selection_command +243,8315562,"utils/nn.py",2527,0,"",python,selection_command +244,8330918,"utils/nn.py",2486,0,"",python,selection_command +245,8331054,"utils/nn.py",2454,0,"",python,selection_command +246,8331309,"utils/nn.py",2486,0,"",python,selection_command +247,8331382,"utils/nn.py",2488,0,"",python,selection_command +248,8331521,"utils/nn.py",2456,0,"",python,selection_command +249,8331735,"utils/nn.py",2457,0,"",python,selection_command +250,8331928,"utils/nn.py",2466,0,"",python,selection_command +251,8332113,"utils/nn.py",2486,0,"",python,selection_command +252,8332552,"utils/nn.py",2466,0,"",python,selection_command +253,8333162,"utils/nn.py",2467,0,"",python,selection_command +254,8334612,"utils/nn.py",2467,0,"\n \n ",python,content +255,8335602,"utils/nn.py",2488,0,"p",python,content +256,8335605,"utils/nn.py",2489,0,"",python,selection_keyboard +257,8335717,"utils/nn.py",2489,0,"a",python,content +258,8335719,"utils/nn.py",2490,0,"",python,selection_keyboard +259,8335785,"utils/nn.py",2490,0,"r",python,content +260,8335787,"utils/nn.py",2491,0,"",python,selection_keyboard +261,8335884,"utils/nn.py",2491,0,"a",python,content +262,8335886,"utils/nn.py",2492,0,"",python,selection_keyboard +263,8336000,"utils/nn.py",2492,0,"m",python,content +264,8336003,"utils/nn.py",2493,0,"",python,selection_keyboard +265,8336270,"utils/nn.py",2493,0,"_dtype=self.param_dtype,",python,content +266,8336718,"utils/nn.py",2517,0,"\n ",python,content +267,8337073,"utils/nn.py",2538,0,"dtype=self.dtype,",python,content +268,8337314,"utils/nn.py",2554,0,"",python,selection_command +269,8338192,"utils/nn.py",2573,0,"",python,selection_command +270,8338448,"utils/nn.py",2611,0,"",python,selection_command +271,8338481,"utils/nn.py",2652,0,"",python,selection_command +272,8338509,"utils/nn.py",2694,0,"",python,selection_command +273,8338543,"utils/nn.py",2713,0,"",python,selection_command +274,8338575,"utils/nn.py",2745,0,"",python,selection_command +275,8339111,"utils/nn.py",2744,0,"",python,selection_command +276,8340049,"utils/nn.py",2744,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +277,8340428,"utils/nn.py",2848,0,"",python,selection_command +278,8344311,"utils/nn.py",3111,0,",\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +279,8344312,"utils/nn.py",3099,0,"\n ",python,content +280,8348263,"utils/nn.py",3035,0,"",python,selection_command +281,8349508,"utils/nn.py",3060,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,content +282,8350987,"utils/nn.py",3073,0,"",python,selection_command +283,8351188,"utils/nn.py",3119,0,"",python,selection_command +284,8351431,"utils/nn.py",3073,0,"",python,selection_command +285,8351559,"utils/nn.py",3077,0,"",python,selection_command +286,8351746,"utils/nn.py",3088,0,"",python,selection_command +287,8355213,"utils/nn.py",3050,0,"",python,selection_command +288,8355467,"utils/nn.py",3008,0,"",python,selection_command +289,8355485,"utils/nn.py",2972,0,"",python,selection_command +290,8357504,"utils/nn.py",2943,0,"",python,selection_command +291,8358402,"utils/nn.py",2936,0,"",python,selection_command +292,8359492,"utils/nn.py",1010,0,"",python,selection_command +293,8360583,"utils/nn.py",1036,0,"",python,selection_command +294,8360693,"utils/nn.py",1049,0,"",python,selection_command +295,8361164,"utils/nn.py",1068,0,"",python,selection_command +296,8362032,"utils/nn.py",1080,0,"\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,content +297,8364909,"utils/nn.py",1255,0,"",python,selection_command +298,8365071,"utils/nn.py",1257,0,"",python,selection_command +299,8365482,"utils/nn.py",1259,0,"",python,selection_command +300,8365890,"utils/nn.py",116,0,"",python,selection_command +301,8368449,"utils/nn.py",153,0,"",python,selection_command +302,8368703,"utils/nn.py",274,0,"",python,selection_command +303,8368730,"utils/nn.py",281,0,"",python,selection_command +304,8375950,"utils/nn.py",1303,0,"",python,selection_command +305,8376607,"utils/nn.py",1305,0,"",python,selection_command +306,8377430,"utils/nn.py",1316,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +307,8378253,"utils/nn.py",1331,0,"",python,selection_command +308,8378511,"utils/nn.py",1373,0,"",python,selection_command +309,8379414,"utils/nn.py",1400,0,"",python,selection_command +310,8380362,"utils/nn.py",1413,0,"",python,selection_command +311,8380920,"utils/nn.py",1414,0,"",python,selection_command +312,8381139,"utils/nn.py",1416,0,"",python,selection_command +313,8381597,"utils/nn.py",1417,0,"",python,selection_command +314,8382241,"utils/nn.py",1452,0,"",python,selection_command +315,8382408,"utils/nn.py",1490,0,"",python,selection_command +316,8382545,"utils/nn.py",1525,0,"",python,selection_command +317,8384565,"utils/nn.py",1548,0,"\n ",python,content +318,8385588,"utils/nn.py",1561,0,"param_dtype=self.param_dtype,",python,content +319,8386112,"utils/nn.py",1590,0,"\n ",python,content +320,8386280,"utils/nn.py",1603,0,"dtype=self.dtype,",python,content +321,8386650,"utils/nn.py",1619,0,"",python,selection_command +322,8386869,"utils/nn.py",1577,0,"",python,selection_command +323,8387114,"utils/nn.py",1538,0,"",python,selection_command +324,8387144,"utils/nn.py",1503,0,"",python,selection_command +325,8387178,"utils/nn.py",1465,0,"",python,selection_command +326,8387407,"utils/nn.py",1430,0,"",python,selection_command +327,8387729,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\nfrom __future__ import annotations\n\nimport functools\nimport inspect\nimport warnings\nfrom typing import Any, overload\nfrom collections.abc import Callable\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax.linen import initializers\nfrom flax.linen.dtypes import promote_dtype\nfrom flax.linen.linear import (\n DenseGeneral,\n default_kernel_init,\n)\nfrom flax.linen.module import Module, compact, merge_param\nfrom flax.linen.normalization import LayerNorm\nfrom flax.typing import (\n Array,\n PRNGKey,\n Dtype,\n Shape as Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in einsum.\n einsum: If unspecified, default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and `einsum` are\n specified.\n\n Returns:\n Output of shape ``[batch..., num_heads, q_length, kv_length]``.\n """"""\n if (precision or einsum_dot_general) and einsum:\n raise ValueError(\n 'precision/einsum_dot_general and einsum are mutually exclusive. Please'\n ' specify only one of them.'\n )\n if not einsum:\n einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n\n query, key = promote_dtype(query, key, dtype=dtype)\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = einsum('...qhd,...khd->...hqk', query, key)\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n if force_fp32_for_softmax and dtype != jnp.float32:\n attn_weights = jax.nn.softmax(attn_weights.astype(jnp.float32))\n else:\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow('intermediates', 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n qk_attn_weights_einsum: Callable[..., Array] | None = None,\n attn_weights_value_einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see ``jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in `jnp.einsum`.\n qk_attn_weights_einsum: the einsum for computing the attention weights. When\n unspecified, the default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n attn_weights_value_einsum: the einsum for computing the product of the\n attention weights and the values. When unspecified, the default\n `jnp.einsum` will be used. This argument is mutually exclusive with\n `precision` and `einsum_dot_general`.\n\n Returns:\n Output of shape ``[batch..., q_length, num_heads, v_depth_per_head]``.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and\n `qk_attn_weights_einsum`/`attn_weights_value_einsum` are\n specified.\n """"""\n if (qk_attn_weights_einsum and not attn_weights_value_einsum) or (\n not qk_attn_weights_einsum and attn_weights_value_einsum\n ):\n raise ValueError(\n 'qk_attn_weights_einsum and attn_weights_value_einsum must be specified'\n ' together.'\n )\n if (precision or einsum_dot_general) and (\n qk_attn_weights_einsum or attn_weights_value_einsum\n ):\n raise ValueError(\n 'precision/einsum_dot_general and'\n ' qk_attn_weights_einsum/attn_weights_value_einsum are mutually'\n ' exclusive. Please specify only one of them.'\n )\n\n query, key, value = promote_dtype(query, key, value, dtype=dtype)\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n force_fp32_for_softmax,\n einsum_dot_general=einsum_dot_general,\n einsum=qk_attn_weights_einsum,\n )\n if not attn_weights_value_einsum:\n attn_weights_value_einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n # return weighted sum over values for each query position\n return attn_weights_value_einsum(\n '...hqk,...khd->...qhd',\n attn_weights,\n value,\n )\n\n\nclass MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n\n **NOTE**: ``MultiHeadAttention`` is a wrapper of ``MultiHeadDotProductAttention``,\n and so their implementations are identical. However ``MultiHeadAttention`` layers\n will, by default, be named ``MultiHeadAttention_{index}``, whereas ``MultiHeadDotProductAttention``\n will be named ``MultiHeadDotProductAttention_{index}``. Therefore, this could affect\n checkpointing, param collection names and RNG threading (since the layer name is\n used when generating new RNG's) within the module.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n bias_init: initializer for the bias of the Dense layers.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n """"""\n\n\nclass SelfAttention(MultiHeadDotProductAttention):\n """"""Self-attention special case of multi-head dot-product attention.\n This layer is deprecated in favor of ``MultiHeadDotProductAttention``.\n\n Example usage::\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> variables = layer.init(jax.random.key(0), jnp.ones((4, 3, 2, 5)))\n """"""\n\n @compact\n def __call__( # type: ignore\n self,\n inputs_q: Array,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product self-attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n warnings.warn(\n 'SelfAttention will be deprecated soon. Use '\n '`MultiHeadDotProductAttention.__call__(inputs_q)` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n return super().__call__(\n inputs_q,\n mask=mask,\n deterministic=deterministic,\n dropout_rng=dropout_rng,\n sow_weights=sow_weights,\n )\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., ``[batch..., len_q]``, ``[batch..., len_kv]``, the\n attention weights will be ``[batch..., heads, len_q, len_kv]`` and this\n function will produce ``[batch..., 1, len_q, len_kv]``.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len_q, len_kv]`` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., ``[batch..., len]``, the self-attention weights\n will be ``[batch..., heads, len, len]`` and this function will produce a\n causal mask of shape ``[batch..., 1, len, len]``.\n\n Args:\n x: input array of shape ``[batch..., len]``\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len, len]`` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +328,8387736,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +329,8389559,".venv/lib/python3.10/site-packages/flax/linen/attention.py",30223,0,"",python,selection_command +330,8392445,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +331,8393059,"utils/nn.py",0,0,"",python,tab +332,8393064,"utils/nn.py",1430,0,"",python,selection_command +333,8398289,"utils/nn.py",1465,0,"",python,selection_command +334,8398543,"utils/nn.py",1503,0,"",python,selection_command +335,8398573,"utils/nn.py",1538,0,"",python,selection_command +336,8398599,"utils/nn.py",1577,0,"",python,selection_command +337,8398633,"utils/nn.py",1619,0,"",python,selection_command +338,8398667,"utils/nn.py",1632,0,"",python,selection_command +339,8398701,"utils/nn.py",1650,0,"",python,selection_command +340,8398734,"utils/nn.py",1652,0,"",python,selection_command +341,8398771,"utils/nn.py",1681,0,"",python,selection_command +342,8398805,"utils/nn.py",1717,0,"",python,selection_command +343,8398838,"utils/nn.py",1747,0,"",python,selection_command +344,8399501,"utils/nn.py",1791,0,"",python,selection_command +345,8400127,"utils/nn.py",1788,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +346,8401338,"utils/nn.py",1885,0,"",python,selection_command +347,8402075,"utils/nn.py",1894,0,"",python,selection_command +348,8402314,"utils/nn.py",1937,0,"",python,selection_command +349,8402792,"utils/nn.py",1972,0,"",python,selection_command +350,8403045,"utils/nn.py",2010,0,"",python,selection_command +351,8403065,"utils/nn.py",2045,0,"",python,selection_command +352,8403097,"utils/nn.py",2084,0,"",python,selection_command +353,8404251,"utils/nn.py",2063,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,content +354,8406382,"utils/nn.py",2443,0,",\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +355,8406382,"utils/nn.py",2435,0,"\n ",python,content +356,8406382,"utils/nn.py",2270,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +357,8408580,"utils/nn.py",2279,0,"",python,selection_command +358,8408840,"utils/nn.py",2321,0,"",python,selection_command +359,8408866,"utils/nn.py",2351,0,"",python,selection_command +360,8408893,"utils/nn.py",2364,0,"",python,selection_command +361,8408929,"utils/nn.py",2503,0,"",python,selection_command +362,8408960,"utils/nn.py",2525,0,"",python,selection_command +363,8408996,"utils/nn.py",2547,0,"",python,selection_command +364,8409244,"utils/nn.py",2589,0,"",python,selection_command +365,8414551,"utils/nn.py",2547,0,"",python,selection_command +366,8414716,"utils/nn.py",2525,0,"",python,selection_command +367,8414922,"utils/nn.py",2503,0,"",python,selection_command +368,8415181,"utils/nn.py",2364,0,"",python,selection_command +369,8415741,"utils/nn.py",2494,0,"",python,selection_command +370,8416203,"utils/nn.py",2488,6,"",python,content +371,8416332,"utils/nn.py",2483,5,"",python,content +372,8416587,"utils/nn.py",2483,0,"4",python,content +373,8416589,"utils/nn.py",2484,0,"",python,selection_keyboard +374,8416836,"utils/nn.py",2484,0,"x",python,content +375,8416837,"utils/nn.py",2485,0,"",python,selection_keyboard +376,8416939,"utils/nn.py",2485,0," ",python,content +377,8416941,"utils/nn.py",2486,0,"",python,selection_keyboard +378,8417099,"utils/nn.py",2486,0,"m",python,content +379,8417101,"utils/nn.py",2487,0,"",python,selection_keyboard +380,8417228,"utils/nn.py",2487,0,"d",python,content +381,8417229,"utils/nn.py",2488,0,"",python,selection_keyboard +382,8417291,"utils/nn.py",2488,0,"e",python,content +383,8417293,"utils/nn.py",2489,0,"",python,selection_keyboard +384,8417599,"utils/nn.py",2488,1,"",python,content +385,8417733,"utils/nn.py",2487,1,"",python,content +386,8417898,"utils/nn.py",2487,0,"o",python,content +387,8417899,"utils/nn.py",2488,0,"",python,selection_keyboard +388,8417939,"utils/nn.py",2488,0,"d",python,content +389,8417941,"utils/nn.py",2489,0,"",python,selection_keyboard +390,8418005,"utils/nn.py",2489,0,"e",python,content +391,8418006,"utils/nn.py",2490,0,"",python,selection_keyboard +392,8418092,"utils/nn.py",2490,0,"l",python,content +393,8418094,"utils/nn.py",2491,0,"",python,selection_keyboard +394,8418317,"utils/nn.py",2491,0,"_",python,content +395,8418319,"utils/nn.py",2492,0,"",python,selection_keyboard +396,8418477,"utils/nn.py",2492,0,"d",python,content +397,8418478,"utils/nn.py",2493,0,"",python,selection_keyboard +398,8418558,"utils/nn.py",2493,0,"i",python,content +399,8418560,"utils/nn.py",2494,0,"",python,selection_keyboard +400,8418600,"utils/nn.py",2494,0,"m",python,content +401,8418602,"utils/nn.py",2495,0,"",python,selection_keyboard +402,8418742,"utils/nn.py",2494,0,"",python,selection_command +403,8419022,"utils/nn.py",2356,0,"",python,selection_command +404,8421995,"utils/nn.py",2496,0,"",python,selection_command +405,8422245,"utils/nn.py",2518,0,"",python,selection_command +406,8422274,"utils/nn.py",2540,0,"",python,selection_command +407,8422303,"utils/nn.py",2582,0,"",python,selection_command +408,8422540,"utils/nn.py",2612,0,"",python,selection_command +409,8422706,"utils/nn.py",2625,0,"",python,selection_command +410,8422894,"utils/nn.py",2633,0,"",python,selection_command +411,8423061,"utils/nn.py",2635,0,"",python,selection_command +412,8423233,"utils/nn.py",2637,0,"",python,selection_command +413,8423422,"utils/nn.py",2639,0,"",python,selection_command +414,8423633,"utils/nn.py",2640,0,"",python,selection_command +415,8423982,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"# Copyright 2019 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Shared neural network activations and other functions.""""""\n\nfrom __future__ import annotations\n\nfrom collections.abc import Sequence\nfrom functools import partial\nimport operator\nimport math\nimport numpy as np\nfrom typing import Any, List, Literal\nimport warnings\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import custom_jvp\nfrom jax import lax\nfrom jax._src import config\nfrom jax._src import core\nfrom jax._src import deprecations\nfrom jax._src import dtypes\nfrom jax._src import util\nfrom jax._src.core import AxisName\nfrom jax._src.sharding_impls import NamedSharding, PartitionSpec as P\nfrom jax._src.cudnn.fused_attention_stablehlo import (\n dot_product_attention as cudnn_dot_product_attention, MaskType)\nfrom jax._src.cudnn.scaled_matmul_stablehlo import (\n scaled_matmul_wrapper as cudnn_scaled_matmul,\n scaled_dot_general_wrapper as cudnn_scaled_dot_general,\n BlockScaleConfig)\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.numpy import util as numpy_util\nfrom jax._src.typing import Array, ArrayLike, DType, DTypeLike\nfrom jax._src.ops.special import logsumexp as _logsumexp\n\n\n# activations\n@jax.jit\ndef identity(x: ArrayLike) -> Array:\n r""""""Identity activation function.\n\n Returns the argument unmodified.\n\n Args:\n x : input array\n\n Returns:\n The argument `x` unmodified.\n\n Examples:\n >>> jax.nn.identity(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([-2. , -1. , -0.5, 0. , 0.5, 1. , 2. ], dtype=float32)\n\n """"""\n numpy_util.check_arraylike(""identity"", x)\n return jnp.asarray(x)\n\n@custom_jvp\n@jax.jit\ndef relu(x: ArrayLike) -> Array:\n r""""""Rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{relu}(x) = \max(x, 0)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n For more information see\n `Numerical influence of ReLU’(0) on backpropagation\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n Examples:\n >>> jax.nn.relu(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([0. , 0. , 0. , 0. , 0.5, 1. , 2. ], dtype=float32)\n\n See also:\n :func:`relu6`\n\n """"""\n return jnp.maximum(x, 0)\n# For behavior at 0, see https://dl.acm.org/doi/10.5555/3540261.3540297\nrelu.defjvps(lambda g, ans, x: lax.select(x > 0, g, lax.full_like(g, 0)))\n\n@jax.jit\ndef squareplus(x: ArrayLike, b: ArrayLike = 4) -> Array:\n r""""""Squareplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{squareplus}(x) = \frac{x + \sqrt{x^2 + b}}{2}\n\n as described in https://arxiv.org/abs/2112.11687.\n\n Args:\n x : input array\n b : smoothness parameter\n """"""\n numpy_util.check_arraylike(""squareplus"", x)\n numpy_util.check_arraylike(""squareplus"", b)\n x = jnp.asarray(x)\n b = jnp.asarray(b)\n y = x + jnp.sqrt(jnp.square(x) + b)\n return y / 2\n\n@jax.jit\ndef softplus(x: ArrayLike) -> Array:\n r""""""Softplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{softplus}(x) = \log(1 + e^x)\n\n Args:\n x : input array\n """"""\n return jnp.logaddexp(x, 0)\n\n@jax.jit\ndef sparse_plus(x: ArrayLike) -> Array:\n r""""""Sparse plus function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_plus}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{4}(x+1)^2, & -1 < x < 1 \\\n x, & 1 \leq x\n \end{cases}\n\n This is the twin function of the softplus activation ensuring a zero output\n for inputs less than -1 and a linear output for inputs greater than 1,\n while remaining smooth, convex, monotonic by an adequate definition between\n -1 and 1.\n\n Args:\n x: input (float)\n """"""\n numpy_util.check_arraylike(""sparse_plus"", x)\n x = jnp.asarray(x)\n return jnp.where(x <= -1.0, 0.0, jnp.where(x >= 1.0, x, (x + 1.0)**2/4))\n\n@jax.jit\ndef soft_sign(x: ArrayLike) -> Array:\n r""""""Soft-sign activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{soft\_sign}(x) = \frac{x}{|x| + 1}\n\n Args:\n x : input array\n """"""\n numpy_util.check_arraylike(""soft_sign"", x)\n x_arr = jnp.asarray(x)\n return x_arr / (jnp.abs(x_arr) + 1)\n\n@partial(jax.jit, inline=True)\ndef sigmoid(x: ArrayLike) -> Array:\n r""""""Sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{sigmoid}(x) = \frac{1}{1 + e^{-x}}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`log_sigmoid`\n\n """"""\n return lax.logistic(x)\n\n@jax.jit\ndef sparse_sigmoid(x: ArrayLike) -> Array:\n r""""""Sparse sigmoid activation function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_sigmoid}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{2}(x+1), & -1 < x < 1 \\\n 1, & 1 \leq x\n \end{cases}\n\n This is the twin function of the ``sigmoid`` activation ensuring a zero output\n for inputs less than -1, a 1 output for inputs greater than 1, and a linear\n output for inputs between -1 and 1. It is the derivative of ``sparse_plus``.\n\n For more information, see `Learning with Fenchel-Young Losses (section 6.2)\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n return 0.5 * jnp.clip(x + 1.0, 0.0, 2.0)\n\n@jax.jit\ndef silu(x: ArrayLike) -> Array:\n r""""""SiLU (aka swish) activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{silu}(x) = x \cdot \mathrm{sigmoid}(x) = \frac{x}{1 + e^{-x}}\n\n :func:`swish` and :func:`silu` are both aliases for the same function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * sigmoid(x_arr)\n\nswish = silu\n\n@jax.jit\ndef mish(x: ArrayLike) -> Array:\n r""""""Mish activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{mish}(x) = x \cdot \mathrm{tanh}(\mathrm{softplus}(x))\n\n For more information, see\n `Mish: A Self Regularized Non-Monotonic Activation Function\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""mish"", x)\n x_arr = jnp.asarray(x)\n return x_arr * jnp.tanh(softplus(x_arr))\n\n@jax.jit\ndef log_sigmoid(x: ArrayLike) -> Array:\n r""""""Log-sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{log\_sigmoid}(x) = \log(\mathrm{sigmoid}(x)) = -\log(1 + e^{-x})\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""log_sigmoid"", x)\n x_arr = jnp.asarray(x)\n return -softplus(-x_arr)\n\n@jax.jit\ndef elu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Exponential linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{elu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(x) - 1\right), & x \le 0\n \end{cases}\n\n Args:\n x : input array\n alpha : scalar or array of alpha values (default: 1.0)\n\n Returns:\n An array.\n\n See also:\n :func:`selu`\n """"""\n numpy_util.check_arraylike(""elu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 0,\n x_arr,\n alpha * jnp.expm1(jnp.where(x_arr > 0, 0., x_arr)))\n\n@jax.jit\ndef leaky_relu(x: ArrayLike, negative_slope: ArrayLike = 1e-2) -> Array:\n r""""""Leaky rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{leaky\_relu}(x) = \begin{cases}\n x, & x \ge 0\\\n \alpha x, & x < 0\n \end{cases}\n\n where :math:`\alpha` = :code:`negative_slope`.\n\n Args:\n x : input array\n negative_slope : array or scalar specifying the negative slope (default: 0.01)\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n numpy_util.check_arraylike(""leaky_relu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr >= 0, x_arr, negative_slope * x_arr)\n\n@jax.jit\ndef hard_tanh(x: ArrayLike) -> Array:\n r""""""Hard :math:`\mathrm{tanh}` activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{hard\_tanh}(x) = \begin{cases}\n -1, & x < -1\\\n x, & -1 \le x \le 1\\\n 1, & 1 < x\n \end{cases}\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""hard_tanh"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 1, 1, jnp.where(x_arr < -1, -1, x_arr))\n\n@jax.jit\ndef celu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Continuously-differentiable exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{celu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(\frac{x}{\alpha}) - 1\right), & x \le 0\n \end{cases}\n\n For more information, see\n `Continuously Differentiable Exponential Linear Units\n `_.\n\n Args:\n x : input array\n alpha : array or scalar (default: 1.0)\n\n Returns:\n An array.\n """"""\n return jnp.maximum(x, 0.0) + alpha * jnp.expm1(jnp.minimum(x, 0.0) / alpha)\n\n@jax.jit\ndef selu(x: ArrayLike) -> Array:\n r""""""Scaled exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{selu}(x) = \lambda \begin{cases}\n x, & x > 0\\\n \alpha e^x - \alpha, & x \le 0\n \end{cases}\n\n where :math:`\lambda = 1.0507009873554804934193349852946` and\n :math:`\alpha = 1.6732632423543772848170429916717`.\n\n For more information, see\n `Self-Normalizing Neural Networks\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`elu`\n """"""\n alpha = 1.6732632423543772848170429916717\n scale = 1.0507009873554804934193349852946\n return scale * elu(x, alpha)\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""approximate"",))\ndef gelu(x: ArrayLike, approximate: bool = True) -> Array:\n r""""""Gaussian error linear unit activation function.\n\n If ``approximate=False``, computes the element-wise function:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(\mathrm{erfc} \left(\n \frac{-x}{\sqrt{2}} \right) \right)\n\n If ``approximate=True``, uses the approximate formulation of GELU:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(1 + \mathrm{tanh} \left(\n \sqrt{\frac{2}{\pi}} \left(x + 0.044715 x^3 \right) \right) \right)\n\n For more information, see `Gaussian Error Linear Units (GELUs)\n `_, section 2.\n\n Args:\n x: input array\n approximate: whether to use the approximate or exact formulation.\n """"""\n [x_arr] = numpy_util.promote_args_inexact(""gelu"", x)\n\n if approximate:\n sqrt_2_over_pi = np.sqrt(2 / np.pi).astype(x_arr.dtype)\n cdf = 0.5 * (1.0 + jnp.tanh(sqrt_2_over_pi * (x_arr + 0.044715 * (x_arr ** 3))))\n return x_arr * cdf\n else:\n sqrt_half = np.sqrt(0.5).astype(x_arr.dtype)\n return jnp.array(\n 0.5 * x_arr * (lax.erfc(-x_arr * sqrt_half)), dtype=x_arr.dtype\n )\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef glu(x: ArrayLike, axis: int = -1) -> Array:\n r""""""Gated linear unit activation function.\n\n Computes the function:\n\n .. math::\n \mathrm{glu}(x) = x\left[\ldots, 0:\frac{n}{2}, \ldots\right] \cdot\n \mathrm{sigmoid} \left( x\left[\ldots, \frac{n}{2}:n, \ldots\right]\n \right)\n\n where the array is split into two along ``axis``. The size of the ``axis``\n dimension must be divisible by two.\n\n Args:\n x : input array\n axis: the axis along which the split should be computed (default: -1)\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""glu"", x)\n x_arr = jnp.asarray(x)\n size = x_arr.shape[axis]\n assert size % 2 == 0, ""axis size must be divisible by 2""\n x1, x2 = jnp.split(x_arr, 2, axis)\n return x1 * sigmoid(x2)\n\n# other functions\n\nlogsumexp = _logsumexp\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef log_softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Log-Softmax function.\n\n Computes the logarithm of the :code:`softmax` function, which rescales\n elements to the range :math:`[-\infty, 0)`.\n\n .. math ::\n \mathrm{log\_softmax}(x)_i = \log \left( \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n \right)\n\n Args:\n x : input array\n axis: the axis or axes along which the :code:`log_softmax` should be\n computed. Either an integer or a tuple of integers.\n where: Elements to include in the :code:`log_softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`softmax`\n """"""\n numpy_util.check_arraylike(""log_softmax"", x)\n x_arr = jnp.asarray(x)\n x_max = jnp.max(x_arr, axis, where=where, initial=-jnp.inf, keepdims=True)\n x_safe = x_arr if where is None else jnp.where(where, x_arr, -jnp.inf)\n shifted = x_safe - lax.stop_gradient(x_max)\n shifted_logsumexp = jnp.log(\n jnp.sum(jnp.exp(shifted), axis, where=where, keepdims=True))\n result = shifted - shifted_logsumexp\n if where is not None:\n return jnp.where(where, result, -jnp.inf)\n return result\n\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""axis"",))\ndef softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Softmax function.\n\n Computes the function which rescales elements to the range :math:`[0, 1]`\n such that the elements along :code:`axis` sum to :math:`1`.\n\n .. math ::\n \mathrm{softmax}(x) = \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n\n Args:\n x : input array\n axis: the axis or axes along which the softmax should be computed. The\n softmax output summed across these dimensions should sum to :math:`1`.\n Either an integer or a tuple of integers.\n where: Elements to include in the :code:`softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`log_softmax`\n """"""\n if config.softmax_custom_jvp.value:\n # mypy is confused by the `functools.partial` application in the definition\n # of `_softmax` and incorrectly concludes that `_softmax` returns\n # `ReturnValue` -- the unsubstituted type parameter of `custom_jvp`.\n return _softmax(x, axis, where)\n else:\n return _softmax_deprecated(x, axis, where)\n\n# TODO(mattjj): replace softmax with _softmax when deprecation flag is removed\n@partial(jax.custom_jvp, nondiff_argnums=(1,))\ndef _softmax(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - x_max)\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n@_softmax.defjvp\ndef _softmax_jvp(axis, primals, tangents):\n (x, where, initial), (x_dot, _, _) = primals, tangents\n y = _softmax(x, axis, where, initial)\n return y, y * (x_dot - (y * x_dot).sum(axis, where=where, keepdims=True))\n\ndef _softmax_deprecated(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - lax.stop_gradient(x_max))\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef standardize(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n mean: ArrayLike | None = None,\n variance: ArrayLike | None = None,\n epsilon: ArrayLike = 1e-5,\n where: ArrayLike | None = None) -> Array:\n r""""""Normalizes an array by subtracting ``mean`` and dividing by :math:`\sqrt{\mathrm{variance}}`.""""""\n numpy_util.check_arraylike(""standardize"", x)\n numpy_util.check_arraylike_or_none(""standardize"", mean, variance, where)\n if mean is None:\n mean = jnp.mean(x, axis, keepdims=True, where=where)\n if variance is None:\n # this definition is traditionally seen as less accurate than jnp.var's\n # mean((x - mean(x))**2) but may be faster and even, given typical\n # activation distributions and low-precision arithmetic, more accurate\n # when used in neural network normalization layers\n variance = jnp.mean(\n jnp.square(x), axis, keepdims=True, where=where) - jnp.square(mean)\n return jnp.subtract(x, jnp.asarray(mean)) * lax.rsqrt(jnp.asarray(variance) + epsilon)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\n@partial(jax.jit, static_argnames=(""num_classes"", ""dtype"", ""axis""))\ndef _one_hot(x: Array, num_classes: int, *,\n dtype: Any, axis: int | AxisName) -> Array:\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n dtype = dtypes.canonicalize_dtype(dtype)\n try:\n output_pos_axis = util.canonicalize_axis(axis, x.ndim + 1) # type: ignore[arg-type]\n except TypeError:\n axis_size = lax.axis_size(axis)\n if num_classes != axis_size:\n raise ValueError(f""Expected num_classes to match the size of axis {axis}, ""\n f""but {num_classes} != {axis_size}"") from None\n axis_idx = lax.axis_index(axis)\n return jnp.asarray(_dot_product_attention_xla == axis_idx, dtype=dtype)\n axis = operator.index(axis) # type: ignore[arg-type]\n lhs = lax.expand_dims(x, (axis,))\n rhs_shape = [1] * x.ndim\n rhs_shape.insert(output_pos_axis, num_classes)\n # TODO(yashkatariya): Maybe expose `out_sharding` on `one_hot` too?\n rhs_sharding = NamedSharding(x.aval.sharding.mesh, P(*[None] * len(rhs_shape))) # pytype: disable=attribute-error\n rhs = lax.broadcasted_iota(x.dtype, rhs_shape, output_pos_axis,\n out_sharding=rhs_sharding)\n return (lhs == rhs).astype(dtype)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\ndef one_hot(x: Any, num_classes: int, *,\n dtype: Any = jnp.float_, axis: int | AxisName = -1) -> Array:\n """"""One-hot encodes the given indices.\n\n Each index in the input ``x`` is encoded as a vector of zeros of length\n ``num_classes`` with the element at ``index`` set to one::\n\n >>> jax.nn.one_hot(jnp.array([0, 1, 2]), 3)\n Array([[1., 0., 0.],\n [0., 1., 0.],\n [0., 0., 1.]], dtype=float32)\n\n Indices outside the range [0, num_classes) will be encoded as zeros::\n\n >>> jax.nn.one_hot(jnp.array([-1, 3]), 3)\n Array([[0., 0., 0.],\n [0., 0., 0.]], dtype=float32)\n\n Args:\n x: A tensor of indices.\n num_classes: Number of classes in the one-hot dimension.\n dtype: optional, a float dtype for the returned values (default :obj:`jnp.float_`).\n axis: the axis or axes along which the function should be\n computed.\n """"""\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n x_arr = jnp.asarray(x)\n if not jnp.isdtype(x_arr.dtype, ""integral""):\n # Deprecated 2024-12-18\n deprecations.warn(\n 'jax-nn-one-hot-float-input',\n f""jax.nn.one_hot input should be integer-typed; got dtype={x_arr.dtype}"",\n stacklevel=1)\n return _one_hot(x_arr, num_classes, dtype=dtype, axis=axis)\n\n\n@jax.custom_jvp\n@jax.jit\ndef relu6(x: ArrayLike) -> Array:\n r""""""Rectified Linear Unit 6 activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{relu6}(x) = \min(\max(x, 0), 6)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n and\n\n .. math::\n \nabla \mathrm{relu}(6) = 0\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n return jnp.minimum(jnp.maximum(x, 0), 6.)\nrelu6.defjvps(lambda g, ans, x:\n lax.select((x > 0) & (x < 6), g, lax.full_like(g, 0)))\n\n@jax.jit\ndef hard_sigmoid(x: ArrayLike) -> Array:\n r""""""Hard Sigmoid activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_sigmoid}(x) = \frac{\mathrm{relu6}(x + 3)}{6}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu6`\n """"""\n return relu6(x + 3.) / 6.\n\n@jax.jit\ndef hard_silu(x: ArrayLike) -> Array:\n r""""""Hard SiLU (swish) activation function\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_silu}(x) = x \cdot \mathrm{hard\_sigmoid}(x)\n\n Both :func:`hard_silu` and :func:`hard_swish` are aliases for the same\n function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`hard_sigmoid`\n """"""\n numpy_util.check_arraylike(""hard_silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * hard_sigmoid(x_arr)\n\nhard_swish = hard_silu\n\ndef _get_large_negative(dtype):\n dtype_max = jnp.finfo(dtype).max\n return jnp.asarray(-0.7 * dtype_max, dtype=dtype)\n\ndef _get_causal_mask(T, S):\n mask = jnp.tril(jnp.ones((T, S), dtype=jnp.bool_))\n return mask[None, None, :, :]\n\ndef _get_window_mask(T: int, S: int, local_window_size: tuple[int, int]):\n query_pos = jnp.array(range(T))\n key_pos = jnp.array(range(S))\n left_window, right_window = local_window_size\n left_mask = query_pos[..., None] <= key_pos[..., None, :] + left_window\n right_mask = query_pos[..., None] >= key_pos[..., None, :] - right_window\n return jnp.logical_and(right_mask, left_mask)[None, None, :, :]\n\ndef _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen):\n q_mask = True\n kv_mask = True\n if q_seqlen is not None:\n q_indices = jnp.arange(0, T)[None, :, None]\n q_mask = q_indices < q_seqlen[:, None, None]\n if kv_seqlen is not None:\n kv_indices = jnp.arange(0, S)[None, None, :]\n kv_mask = kv_indices < kv_seqlen[:, None, None]\n mask = jnp.logical_and(q_mask, kv_mask)\n return mask[:, None, :, :]\n\ndef _get_padding_mask_encoded(T, q_seqlen):\n q_indices = jnp.arange(0, T)[None, :]\n mask = q_indices < q_seqlen[:, None]\n return mask[:, :, None, None]\n\ndef _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size):\n if mask is None and not is_causal and q_seqlen is None and kv_seqlen is None:\n return logits\n\n combined_mask = jnp.ones_like(logits, dtype=jnp.bool_)\n if mask is not None:\n assert mask.dtype == jnp.bool_\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n T, S = logits.shape[2], logits.shape[3]\n\n if is_causal:\n mask = _get_causal_mask(T, S)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if local_window_size is not None:\n mask = _get_window_mask(T, S, local_window_size)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if q_seqlen is not None or kv_seqlen is not None:\n mask = _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n large_negative_number = _get_large_negative(logits.dtype)\n padded_logits = jnp.where(combined_mask, logits, large_negative_number)\n return padded_logits\n\ndef _dot_product_attention_core(query, key, value, bias, mask, is_causal,\n scale, q_seqlen, kv_seqlen, local_window_size):\n logits_dtype = jnp.promote_types(query.dtype, jnp.float32)\n\n # If the query and logits dtypes are different, then the default precision\n # can use inconsistent types in the backwards pass\n # (see https://github.com/jax-ml/jax/issues/24047).\n if query.dtype == jnp.bfloat16:\n precision = jax.lax.DotAlgorithmPreset.BF16_BF16_F32\n elif query.dtype == jnp.float16:\n precision = jax.lax.DotAlgorithmPreset.F16_F16_F32\n # TODO(sbodenstein): Implement this fix for all dtypes.\n else:\n precision = None\n\n # Explicit precision will fail on platforms that don't support it. For example,\n # some GPUs do not support BF16_BF16_F32, and TPU does not support F16_F16_F32.\n # Use the default precision as a fallback in these cases.\n try:\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=precision,\n preferred_element_type=logits_dtype,\n )\n except: # pylint: disable=bare-except\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=None,\n preferred_element_type=logits_dtype,\n )\n\n logits *= jnp.array(scale, dtype=logits.dtype)\n\n if bias is not None:\n logits = (logits + bias).astype(logits.dtype)\n\n padded_logits = _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size)\n\n # Softmax and it is always carried out in fp32.\n padded_logits = padded_logits.astype(jnp.float32)\n probs = jax.nn.softmax(padded_logits, axis=-1).astype(key.dtype)\n\n encoded = jnp.einsum('BNTS,BSNH->BTNH', probs, value)\n if q_seqlen is not None and kv_seqlen is not None:\n mask = _get_padding_mask_encoded(encoded.shape[1], q_seqlen)\n encoded *= mask.astype(encoded.dtype)\n return encoded\n\ndef _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be intepreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n\n out = cudnn_dot_product_attention(\n query_arr, key_arr, value_arr, bias, mask, query_seq_lengths,\n key_value_seq_lengths, scale=scale_val, mask_type=mask_type,\n sliding_window_length=sliding_window,\n )\n case None:\n # TODO(kaixih@nvidia) Defaults to XLA for now. Will automatically select\n # best backend.\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case _:\n raise ValueError(f""Unsupported implementation option: {implementation}"")\n\n return jnp.reshape(out, output_shape)\n\ndef scaled_matmul(\n lhs: Array,\n rhs: Array,\n lhs_scales: Array,\n rhs_scales: Array,\n preferred_element_type: DTypeLike = jnp.float32,\n) -> Array:\n r""""""Scaled matrix multiplication function.\n\n Performs block-scaled matmul of `a` and `b` using `a_scales` and `b_scales`.\n The last dim is the contracting dim, and block size is inferred.\n\n Mathematically, this operation is equivalent to::\n\n a_block_size = a.shape[-1] // a_scales.shape[-1]\n b_block_size = b.shape[-1] // b_scales.shape[-1]\n a_scaled = a * jnp.repeat(a_scales, a_block_size, axis=-1)\n b_scaled = b * jnp.repeat(b_scales, b_block_size, axis=-1)\n jnp.einsum('BMK,BNK->BMN', a_scaled, b_scaled)\n\n Args:\n lhs (Array): Operand a, shape (B, M, K).\n rhs (Array): Operand b, shape (B, N, K).\n lhs_scales (Array): Shape (B, M, K_a), where `K % K_a == 0`.\n rhs_scales (Array): Shape (B, N, K_b), where `K % K_b == 0`.\n preferred_element_type (DTypeLike, optional): Defaults to `jnp.float32`.\n\n Returns:\n Array of shape (B, M, N).\n\n Notes:\n - We currently do not support user-defined `precision` for customizing the\n compute data type. It is fixed to `jnp.float32`.\n - Block size is inferred as `K // K_a` for `a` and `K // K_b` for `b`.\n - To use cuDNN with Nvidia Blackwell GPUs, inputs must match::\n\n # mxfp8\n a, b: jnp.float8_e4m3fn | jnp.float8_e5m2\n a_scales, b_scales: jnp.float8_e8m0fnu\n block_size: 32\n # nvfp4\n a, b: jnp.float4_e2m1fn\n a_scales, b_scales: jnp.float8_e4m3fn\n block_size: 16\n\n Examples:\n\n Basic case:\n\n >>> a = jnp.array([1, 2, 3]).reshape((1, 1, 3))\n >>> b = jnp.array([4, 5, 6]).reshape((1, 1, 3))\n >>> a_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> b_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n Array([[[8.]]], dtype=float32)\n\n Using fused cuDNN call on Blackwell GPUs:\n\n >>> dtype = jnp.float8_e4m3fn\n >>> a = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64), dtype=dtype)\n >>> b = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64), dtype=dtype)\n >>> a_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> b_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n """"""\n a, b, a_scales, b_scales = lhs, rhs, lhs_scales, rhs_scales\n if not all(x.ndim == 3 for x in (a, b, a_scales, b_scales)):\n raise ValueError(\n ""scaled_matmul requires all inputs to be 3-dimensional arrays""\n )\n\n B_a, M_a, K_a = a.shape\n B_b, N_b, K_b = b.shape\n if K_a != K_b or B_a != B_b:\n raise ValueError(\n ""scaled_matmul requires inputs a and b to have matching batch (B) ""\n f""and contract (K) dimensions, but got shapes {a.shape} and ""\n f""{b.shape}""\n )\n\n B_as, M_as, K_as = a_scales.shape\n B_bs, N_bs, K_bs = b_scales.shape\n if K_as != K_bs or B_as != B_bs:\n raise ValueError(\n ""scaled_matmul requires scales to have matching batch (B) and ""\n f""contract (K) dimensions, but got shapes {a_scales.shape} and ""\n f""{b_scales.shape}""\n )\n\n if M_as != M_a or N_bs != N_b:\n raise ValueError(\n ""scaled_matmul requires scales to match non-contract dimensions of ""\n f""inputs, but got shapes a: {a.shape}, b: {b.shape}, a_scales: ""\n f""{a_scales.shape}, b_scales: {b_scales.shape}""\n )\n\n preferred_element_type = dtypes.canonicalize_dtype(\n np.dtype(preferred_element_type)\n )\n out = cudnn_scaled_matmul(\n a,\n b,\n a_scales,\n b_scales,\n preferred_element_type=preferred_element_type,\n )\n return out\n\ndef get_scaled_dot_general_config(mode: Literal['nvfp4', 'mxfp8'],\n global_scale: Array | None = None):\n r""""""Get quantization configs for scaled_dot_general.\n\n Create quantization configs for the `jax.nn.scaled_dot_general`.\n\n See Also:\n - :func:`jax.nn.scaled_dot_general`: Scaled dot general function.\n """"""\n\n if mode == 'nvfp4':\n one = jnp.ones((1,), dtype=jnp.float32)\n return BlockScaleConfig(\n mode='nvfp4',\n block_size=16,\n data_type=jnp.float4_e2m1fn,\n scale_type=jnp.float8_e4m3fn,\n global_scale=one if global_scale is None else global_scale,\n infer_only=False\n )\n elif mode == 'mxfp8':\n return BlockScaleConfig(\n mode='mxfp8',\n block_size=32,\n data_type=jnp.float8_e4m3fn,\n scale_type=jnp.float8_e8m0fnu,\n global_scale=None,\n infer_only=False\n )\n else:\n raise ValueError(f""Unsupported mode: {mode}"")\n\ndef scaled_dot_general(\n lhs, rhs,\n dimension_numbers,\n preferred_element_type=jnp.float32,\n configs: List[BlockScaleConfig] | None = None,\n implementation: Literal['cudnn'] | None = None,\n ):\n r""""""Scaled dot general operation.\n\n Performs a generalized dot product with block-scaled quantization on the\n lhs and rhs inputs. This operation extends `lax.dot_general` to support\n user-defined scaling configurations.\n\n Essentially, the operation follows::\n\n a, a_scales = quantize(lhs, configs[0])\n b, b_scales = quantize(rhs, configs[1])\n c = jax.nn.scaled_matmul(a, b, a_scales, b_scales)\n\n Args:\n lhs (ArrayLike): Input array.\n rhs (ArrayLike): Input array.\n dimension_numbers (DotDimensionNumbers): A tuple of two tuples specifying\n the contraction and batch dimensions:\n `((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims, rhs_batch_dims))`.\n preferred_element_type (DTypeLike, optional): Output data type of the dot\n product. Defaults to `jnp.float32`. Other valid types include\n `jnp.bfloat16` and `jnp.float16`.\n configs (list of BlockScaleConfig, optional): Scaling configurations for\n lhs, rhs, and gradients. Users can obtain valid configurations via\n `jax.nn.get_scaled_dot_general_config`. Currently, `nvfp4` and `mxfp8`\n are supported. If `None`, falls back to `lax.dot_general`.\n implementation: str\n (Deprecated) Backend selector, now ignored. The system chooses the backend\n automatically. Scheduled for removal in future releases.\n\n Returns:\n Array: The resulting tensor, with batch dimensions first, followed by\n non-contracting/non-batch dimensions of lhs, and then those of rhs.\n\n See Also:\n - :func:`jax.nn.scaled_matmul`: Scaled matmul function.\n - :func:`jax.lax.dot_general`: General dot product operator.\n\n Notes:\n - Unlike `nn.scaled_matmul`, which assumes quantized low-precision\n inputs with explicit scaling factors, this operator takes high-precision\n inputs, applies quantization internally, and handles the backward pass.\n\n Examples:\n\n Creating config for mxfp8:\n\n >>> configs = [jax.nn.get_scaled_dot_general_config('mxfp8')] * 3\n\n Creating config for nvfp4:\n\n >>> global_scale = jnp.array([0.5], jnp.float32)\n >>> configs = [jax.nn.get_scaled_dot_general_config('nvfp4', global_scale)] * 3\n\n Using scaled_dot_general with the configs:\n\n >>> import functools\n >>> scaled_dot_general_fn = functools.partial(jax.nn.scaled_dot_general, configs=configs)\n >>> lhs = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64))\n >>> rhs = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64))\n >>> out = scaled_dot_general_fn(lhs, rhs, (((2,), (2,)), ((0,), (0,)))) # doctest: +SKIP\n """"""\n if implementation is not None:\n warnings.warn(""Backend selector, now ignored. The system chooses the ""\n ""backend automatically."", DeprecationWarning)\n\n if configs is None:\n return lax.dot_general(lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type)\n\n out = cudnn_scaled_dot_general(\n lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type,\n configs=configs\n )\n\n return out\n",python,tab +416,8423987,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",10486,0,"",python,selection_command +417,8439574,"utils/nn.py",0,0,"",python,tab +418,8439579,"utils/nn.py",2640,0,"",python,selection_command +419,8440568,"utils/nn.py",2663,0,"",python,selection_command +420,8440725,"utils/nn.py",2666,0,"",python,selection_command +421,8440910,"utils/nn.py",2682,0,"",python,selection_command +422,8441916,"utils/nn.py",1603,0,"",python,selection_command +423,8442587,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +424,8442594,".venv/lib/python3.10/site-packages/flax/linen/attention.py",30223,0,"",python,selection_command +425,8443414,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +426,8443638,"utils/nn.py",0,0,"",python,tab +427,8443642,"utils/nn.py",1430,0,"",python,selection_command +428,8443755,"utils/nn.py",281,0,"",python,selection_command +429,8445374,"utils/nn.py",1259,0,"",python,selection_command +430,8445557,"utils/nn.py",3262,0,"",python,selection_command +431,8446023,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",0,0,"",python,tab +432,8446029,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16300,0,"",python,selection_command +433,8446594,"utils/nn.py",0,0,"",python,tab +434,8446597,"utils/nn.py",3262,0,"",python,selection_command +435,8448399,"utils/nn.py",3292,0,"",python,selection_command +436,8448642,"utils/nn.py",3342,0,"",python,selection_command +437,8448669,"utils/nn.py",3380,0,"",python,selection_command +438,8448700,"utils/nn.py",3395,0,"",python,selection_command +439,8448734,"utils/nn.py",3408,0,"",python,selection_command +440,8448768,"utils/nn.py",3426,0,"",python,selection_command +441,8448803,"utils/nn.py",3467,0,"",python,selection_command +442,8448836,"utils/nn.py",3492,0,"",python,selection_command +443,8448870,"utils/nn.py",3528,0,"",python,selection_command +444,8448903,"utils/nn.py",3570,0,"",python,selection_command +445,8448937,"utils/nn.py",3608,0,"",python,selection_command +446,8448973,"utils/nn.py",3654,0,"",python,selection_command +447,8449007,"utils/nn.py",3687,0,"",python,selection_command +448,8449037,"utils/nn.py",3705,0,"",python,selection_command +449,8449071,"utils/nn.py",3727,0,"",python,selection_command +450,8449104,"utils/nn.py",3753,0,"",python,selection_command +451,8449318,"utils/nn.py",3795,0,"",python,selection_command +452,8449836,"utils/nn.py",3820,0,"",python,selection_command +453,8450012,"utils/nn.py",3838,0,"",python,selection_command +454,8450195,"utils/nn.py",3852,0,"",python,selection_command +455,8450490,"utils/nn.py",3838,0,"",python,selection_command +456,8453272,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",0,0,"",python,tab +457,8453276,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16300,0,"",python,selection_command +458,8453850,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",16376,0,"",python,selection_command +459,8454023,".venv/lib/python3.10/site-packages/flax/linen/normalization.py",14776,0,"",python,selection_command +460,8454233,"utils/nn.py",0,0,"",python,tab +461,8454237,"utils/nn.py",2831,0,"",python,selection_command +462,8454861,".venv/lib/python3.10/site-packages/flax/linen/linear.py",0,0,"",python,tab +463,8454868,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7466,0,"",python,selection_command +464,8455405,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7282,0,"",python,selection_command +465,8455725,"utils/nn.py",0,0,"",python,tab +466,8455729,"utils/nn.py",2896,0,"",python,selection_command +467,8456449,".venv/lib/python3.10/site-packages/flax/linen/linear.py",0,0,"",python,tab +468,8456453,".venv/lib/python3.10/site-packages/flax/linen/linear.py",7796,0,"",python,selection_command +469,8456627,"models/tokenizer.py",0,0,"",python,tab +470,8456631,"models/tokenizer.py",633,0,"",python,selection_command +471,8459535,"models/tokenizer.py",671,0,"",python,selection_command +472,8459787,"models/tokenizer.py",699,0,"",python,selection_command +473,8459807,"models/tokenizer.py",728,0,"",python,selection_command +474,8459841,"models/tokenizer.py",757,0,"",python,selection_command +475,8459873,"models/tokenizer.py",785,0,"",python,selection_command +476,8459911,"models/tokenizer.py",811,0,"",python,selection_command +477,8459941,"models/tokenizer.py",840,0,"",python,selection_command +478,8459972,"models/tokenizer.py",850,0,"",python,selection_command +479,8460006,"models/tokenizer.py",875,0,"",python,selection_command +480,8460203,"models/tokenizer.py",910,0,"",python,selection_command +481,8460603,"models/tokenizer.py",875,0,"",python,selection_command +482,8462903,"utils/nn.py",0,0,"",python,tab +483,8462907,"utils/nn.py",3954,0,"",python,selection_command +484,8464597,"utils/nn.py",4041,0,"\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,content +485,8473842,"utils/nn.py",4260,0,"",python,selection_command +486,8473984,"utils/nn.py",4211,0,"",python,selection_command +487,8474148,"utils/nn.py",4183,0,"",python,selection_command +488,8474447,"utils/nn.py",4163,0,"",python,selection_command +489,8474620,"utils/nn.py",4164,0,"",python,selection_command +490,8485759,"utils/nn.py",4188,0,"",python,selection_command +491,8486009,"utils/nn.py",4216,0,"",python,selection_command +492,8486028,"utils/nn.py",4265,0,"",python,selection_command +493,8486062,"utils/nn.py",4313,0,"",python,selection_command +494,8486090,"utils/nn.py",4323,0,"",python,selection_command +495,8486441,"utils/nn.py",4342,0,"",python,selection_command +496,8488470,"utils/nn.py",4391,0,"",python,selection_command +497,8488722,"utils/nn.py",4408,0,"",python,selection_command +498,8489039,"utils/nn.py",4391,0,"",python,selection_command +499,8489573,"utils/nn.py",4342,0,"",python,selection_command +500,8490119,"utils/nn.py",4338,0,"",python,selection_command +501,8490412,"utils/nn.py",4391,0,"",python,selection_command +502,8490657,"utils/nn.py",4405,0,"",python,selection_command +503,8490686,"utils/nn.py",4423,0,"",python,selection_command +504,8490717,"utils/nn.py",4466,0,"",python,selection_command +505,8490751,"utils/nn.py",4526,0,"",python,selection_command +506,8490785,"utils/nn.py",4562,0,"",python,selection_command +507,8490983,"utils/nn.py",4587,0,"",python,selection_command +508,8491841,"utils/nn.py",4562,0,"",python,selection_command +509,8492806,"utils/nn.py",3858,0,"",python,selection_command +510,8506015,"utils/nn.py",4562,0,"",python,selection_command +511,8508850,"utils/nn.py",4587,0,"",python,selection_command +512,8509368,"utils/nn.py",4631,0,"",python,selection_command +513,8509890,"utils/nn.py",4635,0,"",python,selection_command +514,8510068,"utils/nn.py",4637,0,"",python,selection_command +515,8510240,"utils/nn.py",4638,0,"",python,selection_command +516,8510378,"utils/nn.py",4641,0,"",python,selection_command +517,8510688,"utils/nn.py",4642,0,"",python,selection_command +518,8511133,".venv/lib/python3.10/site-packages/jax/_src/numpy/tensor_contractions.py",0,0,"# Copyright 2025 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n""""""\nTensor contraction operations for the jax.numpy namespace.\n""""""\n\nfrom collections.abc import Sequence\nfrom functools import partial\n\nimport numpy as np\n\nimport jax\nfrom jax import lax\nfrom jax._src import core\nfrom jax._src import dtypes\nfrom jax._src.api import jit\nfrom jax._src.lax import lax as lax_internal\nfrom jax._src.lax.lax import PrecisionLike\nfrom jax._src.numpy import ufuncs\nfrom jax._src.numpy import util\nfrom jax._src.numpy.vectorize import vectorize\nfrom jax._src.typing import Array, ArrayLike, DTypeLike\nfrom jax._src.util import canonicalize_axis, set_module\n\nexport = set_module('jax.numpy')\n\n@export\n@partial(jit, static_argnames=('precision', 'preferred_element_type', 'out_sharding'),\n inline=True)\ndef dot(a: ArrayLike, b: ArrayLike, *,\n precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None,\n out_sharding=None) -> Array:\n """"""Compute the dot product of two arrays.\n\n JAX implementation of :func:`numpy.dot`.\n\n This differs from :func:`jax.numpy.matmul` in two respects:\n\n - if either ``a`` or ``b`` is a scalar, the result of ``dot`` is equivalent to\n :func:`jax.numpy.multiply`, while the result of ``matmul`` is an error.\n - if ``a`` and ``b`` have more than 2 dimensions, the batch indices are\n stacked rather than broadcast.\n\n Args:\n a: first input array, of shape ``(..., N)``.\n b: second input array. Must have shape ``(N,)`` or ``(..., N, M)``.\n In the multi-dimensional case, leading dimensions must be broadcast-compatible\n with the leading dimensions of ``a``.\n precision: either ``None`` (default), which means the default precision for\n the backend, a :class:`~jax.lax.Precision` enum value (``Precision.DEFAULT``,\n ``Precision.HIGH`` or ``Precision.HIGHEST``) or a tuple of two\n such values indicating precision of ``a`` and ``b``.\n preferred_element_type: either ``None`` (default), which means the default\n accumulation type for the input types, or a datatype, indicating to\n accumulate results to and return a result with that datatype.\n\n Returns:\n array containing the dot product of the inputs, with batch dimensions of\n ``a`` and ``b`` stacked rather than broadcast.\n\n See also:\n - :func:`jax.numpy.matmul`: broadcasted batched matmul.\n - :func:`jax.lax.dot_general`: general batched matrix multiplication.\n\n Examples:\n For scalar inputs, ``dot`` computes the element-wise product:\n\n >>> x = jnp.array([1, 2, 3])\n >>> jnp.dot(x, 2)\n Array([2, 4, 6], dtype=int32)\n\n For vector or matrix inputs, ``dot`` computes the vector or matrix product:\n\n >>> M = jnp.array([[2, 3, 4],\n ... [5, 6, 7],\n ... [8, 9, 0]])\n >>> jnp.dot(M, x)\n Array([20, 38, 26], dtype=int32)\n >>> jnp.dot(M, M)\n Array([[ 51, 60, 29],\n [ 96, 114, 62],\n [ 61, 78, 95]], dtype=int32)\n\n For higher-dimensional matrix products, batch dimensions are stacked, whereas\n in :func:`~jax.numpy.matmul` they are broadcast. For example:\n\n >>> a = jnp.zeros((3, 2, 4))\n >>> b = jnp.zeros((3, 4, 1))\n >>> jnp.dot(a, b).shape\n (3, 2, 3, 1)\n >>> jnp.matmul(a, b).shape\n (3, 2, 1)\n """"""\n a, b = util.ensure_arraylike(""dot"", a, b)\n dtypes.check_user_dtype_supported(preferred_element_type, ""dot"")\n if preferred_element_type is None:\n preferred_element_type, output_weak_type = dtypes.result_type(a, b, return_weak_type_flag=True)\n else:\n output_weak_type = False\n\n batch_dims = ((), ())\n a_ndim, b_ndim = np.ndim(a), np.ndim(b)\n if a_ndim == 0 or b_ndim == 0:\n contract_dims: tuple[tuple[int, ...], tuple[int, ...]] = ((), ())\n else:\n if b_ndim == 1:\n contract_dims = ((a_ndim - 1,), (0,))\n else:\n contract_dims = ((a_ndim - 1,), (b_ndim - 2,))\n result = lax.dot_general(a, b, dimension_numbers=(contract_dims, batch_dims),\n precision=precision,\n preferred_element_type=preferred_element_type,\n out_sharding=out_sharding)\n return lax_internal._convert_element_type(result, preferred_element_type,\n output_weak_type)\n\n\n@export\n@partial(jit, static_argnames=('precision', 'preferred_element_type'), inline=True)\ndef matmul(a: ArrayLike, b: ArrayLike, *,\n precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None,\n ) -> Array:\n """"""Perform a matrix multiplication.\n\n JAX implementation of :func:`numpy.matmul`.\n\n Args:\n a: first input array, of shape ``(N,)`` or ``(..., K, N)``.\n b: second input array. Must have shape ``(N,)`` or ``(..., N, M)``.\n In the multi-dimensional case, leading dimensions must be broadcast-compatible\n with the leading dimensions of ``a``.\n precision: either ``None`` (default), which means the default precision for\n the backend, a :class:`~jax.lax.Precision` enum value (``Precision.DEFAULT``,\n ``Precision.HIGH`` or ``Precision.HIGHEST``) or a tuple of two\n such values indicating precision of ``a`` and ``b``.\n preferred_element_type: either ``None`` (default), which means the default\n accumulation type for the input types, or a datatype, indicating to\n accumulate results to and return a result with that datatype.\n\n Returns:\n array containing the matrix product of the inputs. Shape is ``a.shape[:-1]``\n if ``b.ndim == 1``, otherwise the shape is ``(..., K, M)``, where leading\n dimensions of ``a`` and ``b`` are broadcast together.\n\n See Also:\n - :func:`jax.numpy.linalg.vecdot`: batched vector product.\n - :func:`jax.numpy.linalg.tensordot`: batched tensor product.\n - :func:`jax.lax.dot_general`: general N-dimensional batched dot product.\n\n Examples:\n Vector dot products:\n\n >>> a = jnp.array([1, 2, 3])\n >>> b = jnp.array([4, 5, 6])\n >>> jnp.matmul(a, b)\n Array(32, dtype=int32)\n\n Matrix dot product:\n\n >>> a = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> b = jnp.array([[1, 2],\n ... [3, 4],\n ... [5, 6]])\n >>> jnp.matmul(a, b)\n Array([[22, 28],\n [49, 64]], dtype=int32)\n\n For convenience, in all cases you can do the same computation using\n the ``@`` operator:\n\n >>> a @ b\n Array([[22, 28],\n [49, 64]], dtype=int32)\n """"""\n a, b = util.ensure_arraylike(""matmul"", a, b)\n dtypes.check_user_dtype_supported(preferred_element_type, ""matmul"")\n for i, x in enumerate((a, b)):\n if np.ndim(x) < 1:\n msg = (f""matmul input operand {i} must have ndim at least 1, ""\n f""but it has ndim {np.ndim(x)}"")\n raise ValueError(msg)\n if preferred_element_type is None:\n preferred_element_type, output_weak_type = dtypes.result_type(a, b, return_weak_type_flag=True)\n else:\n output_weak_type = False\n\n a_is_mat, b_is_mat = (np.ndim(a) > 1), (np.ndim(b) > 1)\n a_batch_dims: tuple[int | None, ...] = np.shape(a)[:-2] if a_is_mat else ()\n b_batch_dims: tuple[int | None, ...] = np.shape(b)[:-2] if b_is_mat else ()\n num_batch_dims = max(len(a_batch_dims), len(b_batch_dims))\n a_batch_dims = (None,) * (num_batch_dims - len(a_batch_dims)) + a_batch_dims\n b_batch_dims = (None,) * (num_batch_dims - len(b_batch_dims)) + b_batch_dims\n\n # Dimensions to squeeze from the inputs.\n a_squeeze: list[int] = []\n b_squeeze: list[int] = []\n\n # Positions of batch dimensions in squeezed inputs.\n a_batch = []\n b_batch = []\n\n # Desired index in final output of each kind of dimension, in the order that\n # lax.dot_general will emit them.\n idx_batch: list[int] = []\n idx_a_other: list[int] = [] # other = non-batch, non-contracting.\n idx_b_other: list[int] = []\n for i, (ba, bb) in enumerate(zip(a_batch_dims, b_batch_dims)):\n if ba is None:\n idx_b_other.append(i)\n elif bb is None:\n idx_a_other.append(i)\n elif core.definitely_equal(ba, 1):\n idx_b_other.append(i)\n a_squeeze.append(len(idx_batch) + len(idx_a_other) + len(a_squeeze))\n elif core.definitely_equal(bb, 1):\n idx_a_other.append(i)\n b_squeeze.append(len(idx_batch) + len(idx_b_other) + len(b_squeeze))\n elif core.definitely_equal(ba, bb):\n a_batch.append(len(idx_batch) + len(idx_a_other))\n b_batch.append(len(idx_batch) + len(idx_b_other))\n idx_batch.append(i)\n else:\n raise ValueError(""Incompatible shapes for matmul arguments: {} and {}""\n .format(np.shape(a), np.shape(b)))\n\n if a_is_mat: idx_a_other.append(num_batch_dims)\n if b_is_mat: idx_b_other.append(num_batch_dims + a_is_mat)\n perm = np.argsort(np.concatenate([idx_batch, idx_a_other, idx_b_other]))\n\n a = lax.squeeze(a, tuple(a_squeeze))\n b = lax.squeeze(b, tuple(b_squeeze))\n out = lax.dot_general(\n a, b, (((np.ndim(a) - 1,), (np.ndim(b) - 1 - b_is_mat,)), (a_batch, b_batch)),\n precision=precision, preferred_element_type=preferred_element_type)\n result = lax.transpose(out, perm)\n return lax_internal._convert_element_type(result, preferred_element_type, output_weak_type)\n\n\n@export\n@jit\ndef matvec(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Batched matrix-vector product.\n\n JAX implementation of :func:`numpy.matvec`.\n\n Args:\n x1: array of shape ``(..., M, N)``\n x2: array of shape ``(..., N)``. Leading dimensions must be broadcast-compatible\n with leading dimensions of ``x1``.\n\n Returns:\n An array of shape ``(..., M)`` containing the batched matrix-vector product.\n\n See also:\n - :func:`jax.numpy.linalg.vecdot`: batched vector product.\n - :func:`jax.numpy.vecmat`: vector-matrix product.\n - :func:`jax.numpy.matmul`: general matrix multiplication.\n\n Examples:\n Simple matrix-vector product:\n\n >>> x1 = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> x2 = jnp.array([7, 8, 9])\n >>> jnp.matvec(x1, x2)\n Array([ 50, 122], dtype=int32)\n\n Batched matrix-vector product:\n\n >>> x2 = jnp.array([[7, 8, 9],\n ... [5, 6, 7]])\n >>> jnp.matvec(x1, x2)\n Array([[ 50, 122],\n [ 38, 92]], dtype=int32)\n """"""\n x1, x2 = util.ensure_arraylike(""matvec"", x1, x2)\n return vectorize(matmul, signature=""(n,m),(m)->(n)"")(x1, x2)\n\n\n@export\n@jit\ndef vecmat(x1: ArrayLike, x2: ArrayLike, /) -> Array:\n """"""Batched conjugate vector-matrix product.\n\n JAX implementation of :func:`numpy.vecmat`.\n\n Args:\n x1: array of shape ``(..., M)``.\n x2: array of shape ``(..., M, N)``. Leading dimensions must be broadcast-compatible\n with leading dimensions of ``x1``.\n\n Returns:\n An array of shape ``(..., N)`` containing the batched conjugate vector-matrix product.\n\n See also:\n - :func:`jax.numpy.linalg.vecdot`: batched vector product.\n - :func:`jax.numpy.matvec`: matrix-vector product.\n - :func:`jax.numpy.matmul`: general matrix multiplication.\n\n Examples:\n Simple vector-matrix product:\n\n >>> x1 = jnp.array([[1, 2, 3]])\n >>> x2 = jnp.array([[4, 5],\n ... [6, 7],\n ... [8, 9]])\n >>> jnp.vecmat(x1, x2)\n Array([[40, 46]], dtype=int32)\n\n Batched vector-matrix product:\n\n >>> x1 = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> jnp.vecmat(x1, x2)\n Array([[ 40, 46],\n [ 94, 109]], dtype=int32)\n """"""\n x1, x2 = util.ensure_arraylike(""matvec"", x1, x2)\n return vectorize(matmul, signature=""(n),(n,m)->(m)"")(ufuncs.conj(x1), x2)\n\n\n@export\n@partial(jit, static_argnames=('precision', 'preferred_element_type'), inline=True)\ndef vdot(\n a: ArrayLike, b: ArrayLike, *,\n precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None,\n) -> Array:\n """"""Perform a conjugate multiplication of two 1D vectors.\n\n JAX implementation of :func:`numpy.vdot`.\n\n Args:\n a: first input array, if not 1D it will be flattened.\n b: second input array, if not 1D it will be flattened. Must have ``a.size == b.size``.\n precision: either ``None`` (default), which means the default precision for\n the backend, a :class:`~jax.lax.Precision` enum value (``Precision.DEFAULT``,\n ``Precision.HIGH`` or ``Precision.HIGHEST``) or a tuple of two\n such values indicating precision of ``a`` and ``b``.\n preferred_element_type: either ``None`` (default), which means the default\n accumulation type for the input types, or a datatype, indicating to\n accumulate results to and return a result with that datatype.\n\n Returns:\n Scalar array (shape ``()``) containing the conjugate vector product of the inputs.\n\n See Also:\n - :func:`jax.numpy.vecdot`: batched vector product.\n - :func:`jax.numpy.matmul`: general matrix multiplication.\n - :func:`jax.lax.dot_general`: general N-dimensional batched dot product.\n\n Examples:\n >>> x = jnp.array([1j, 2j, 3j])\n >>> y = jnp.array([1., 2., 3.])\n >>> jnp.vdot(x, y)\n Array(0.-14.j, dtype=complex64)\n\n Note the difference between this and :func:`~jax.numpy.dot`, which does not\n conjugate the first input when complex:\n\n >>> jnp.dot(x, y)\n Array(0.+14.j, dtype=complex64)\n """"""\n a, b = util.ensure_arraylike(""vdot"", a, b)\n if dtypes.issubdtype(dtypes.dtype(a, canonicalize=True), np.complexfloating):\n a = ufuncs.conj(a)\n return dot(jax.numpy.ravel(a), jax.numpy.ravel(b), precision=precision,\n preferred_element_type=preferred_element_type)\n\n\n@export\ndef vecdot(x1: ArrayLike, x2: ArrayLike, /, *, axis: int = -1,\n precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None) -> Array:\n """"""Perform a conjugate multiplication of two batched vectors.\n\n JAX implementation of :func:`numpy.vecdot`.\n\n Args:\n a: left-hand side array.\n b: right-hand side array. Size of ``b[axis]`` must match size of ``a[axis]``,\n and remaining dimensions must be broadcast-compatible.\n axis: axis along which to compute the dot product (default: -1)\n precision: either ``None`` (default), which means the default precision for\n the backend, a :class:`~jax.lax.Precision` enum value (``Precision.DEFAULT``,\n ``Precision.HIGH`` or ``Precision.HIGHEST``) or a tuple of two\n such values indicating precision of ``a`` and ``b``.\n preferred_element_type: either ``None`` (default), which means the default\n accumulation type for the input types, or a datatype, indicating to\n accumulate results to and return a result with that datatype.\n\n Returns:\n array containing the conjugate dot product of ``a`` and ``b`` along ``axis``.\n The non-contracted dimensions are broadcast together.\n\n See Also:\n - :func:`jax.numpy.vdot`: flattened vector product.\n - :func:`jax.numpy.vecmat`: vector-matrix product.\n - :func:`jax.numpy.matmul`: general matrix multiplication.\n - :func:`jax.lax.dot_general`: general N-dimensional batched dot product.\n\n Examples:\n Vector conjugate-dot product of two 1D arrays:\n\n >>> a = jnp.array([1j, 2j, 3j])\n >>> b = jnp.array([4., 5., 6.])\n >>> jnp.linalg.vecdot(a, b)\n Array(0.-32.j, dtype=complex64)\n\n Batched vector dot product of two 2D arrays:\n\n >>> a = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> b = jnp.array([[2, 3, 4]])\n >>> jnp.linalg.vecdot(a, b, axis=-1)\n Array([20, 47], dtype=int32)\n """"""\n x1_arr, x2_arr = util.ensure_arraylike(""jnp.vecdot"", x1, x2)\n if x1_arr.shape[axis] != x2_arr.shape[axis]:\n raise ValueError(f""axes must match; got shapes {x1_arr.shape} and {x2_arr.shape} with {axis=}"")\n x1_arr = jax.numpy.moveaxis(x1_arr, axis, -1)\n x2_arr = jax.numpy.moveaxis(x2_arr, axis, -1)\n return vectorize(partial(vdot, precision=precision, preferred_element_type=preferred_element_type),\n signature=""(n),(n)->()"")(x1_arr, x2_arr)\n\n\n@export\ndef tensordot(a: ArrayLike, b: ArrayLike,\n axes: int | Sequence[int] | Sequence[Sequence[int]] = 2,\n *, precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None) -> Array:\n """"""Compute the tensor dot product of two N-dimensional arrays.\n\n JAX implementation of :func:`numpy.linalg.tensordot`.\n\n Args:\n a: N-dimensional array\n b: M-dimensional array\n axes: integer or tuple of sequences of integers. If an integer `k`, then\n sum over the last `k` axes of ``a`` and the first `k` axes of ``b``,\n in order. If a tuple, then ``axes[0]`` specifies the axes of ``a`` and\n ``axes[1]`` specifies the axes of ``b``.\n precision: either ``None`` (default), which means the default precision for\n the backend, a :class:`~jax.lax.Precision` enum value (``Precision.DEFAULT``,\n ``Precision.HIGH`` or ``Precision.HIGHEST``) or a tuple of two\n such values indicating precision of ``a`` and ``b``.\n preferred_element_type: either ``None`` (default), which means the default\n accumulation type for the input types, or a datatype, indicating to\n accumulate results to and return a result with that datatype.\n\n Returns:\n array containing the tensor dot product of the inputs\n\n See also:\n - :func:`jax.numpy.einsum`: NumPy API for more general tensor contractions.\n - :func:`jax.lax.dot_general`: XLA API for more general tensor contractions.\n\n Examples:\n >>> x1 = jnp.arange(24.).reshape(2, 3, 4)\n >>> x2 = jnp.ones((3, 4, 5))\n >>> jnp.tensordot(x1, x2)\n Array([[ 66., 66., 66., 66., 66.],\n [210., 210., 210., 210., 210.]], dtype=float32)\n\n Equivalent result when specifying the axes as explicit sequences:\n\n >>> jnp.tensordot(x1, x2, axes=([1, 2], [0, 1]))\n Array([[ 66., 66., 66., 66., 66.],\n [210., 210., 210., 210., 210.]], dtype=float32)\n\n Equivalent result via :func:`~jax.numpy.einsum`:\n\n >>> jnp.einsum('ijk,jkm->im', x1, x2)\n Array([[ 66., 66., 66., 66., 66.],\n [210., 210., 210., 210., 210.]], dtype=float32)\n\n Setting ``axes=1`` for two-dimensional inputs is equivalent to a matrix\n multiplication:\n\n >>> x1 = jnp.array([[1, 2],\n ... [3, 4]])\n >>> x2 = jnp.array([[1, 2, 3],\n ... [4, 5, 6]])\n >>> jnp.linalg.tensordot(x1, x2, axes=1)\n Array([[ 9, 12, 15],\n [19, 26, 33]], dtype=int32)\n >>> x1 @ x2\n Array([[ 9, 12, 15],\n [19, 26, 33]], dtype=int32)\n\n Setting ``axes=0`` for one-dimensional inputs is equivalent to\n :func:`~jax.numpy.outer`:\n\n >>> x1 = jnp.array([1, 2])\n >>> x2 = jnp.array([1, 2, 3])\n >>> jnp.linalg.tensordot(x1, x2, axes=0)\n Array([[1, 2, 3],\n [2, 4, 6]], dtype=int32)\n >>> jnp.outer(x1, x2)\n Array([[1, 2, 3],\n [2, 4, 6]], dtype=int32)\n """"""\n a, b = util.ensure_arraylike(""tensordot"", a, b)\n dtypes.check_user_dtype_supported(preferred_element_type, ""tensordot"")\n a_ndim = np.ndim(a)\n b_ndim = np.ndim(b)\n\n if preferred_element_type is None:\n preferred_element_type, output_weak_type = dtypes.result_type(a, b, return_weak_type_flag=True)\n else:\n output_weak_type = False\n\n if type(axes) is int:\n if axes > min(a_ndim, b_ndim):\n msg = ""Number of tensordot axes (axes {}) exceeds input ranks ({} and {})""\n raise TypeError(msg.format(axes, a.shape, b.shape))\n contracting_dims = tuple(range(a_ndim - axes, a_ndim)), tuple(range(axes))\n elif isinstance(axes, (tuple, list)) and len(axes) == 2:\n ax1, ax2 = axes\n if type(ax1) == type(ax2) == int:\n contracting_dims = ((canonicalize_axis(ax1, a_ndim),),\n (canonicalize_axis(ax2, b_ndim),))\n elif isinstance(ax1, (tuple, list)) and isinstance(ax2, (tuple, list)):\n if len(ax1) != len(ax2):\n msg = ""tensordot requires axes lists to have equal length, got {} and {}.""\n raise TypeError(msg.format(ax1, ax2))\n contracting_dims = (tuple(canonicalize_axis(i, a_ndim) for i in ax1),\n tuple(canonicalize_axis(i, b_ndim) for i in ax2))\n else:\n msg = (""tensordot requires both axes lists to be either ints, tuples or ""\n ""lists, got {} and {}"")\n raise TypeError(msg.format(ax1, ax2))\n else:\n msg = (""tensordot axes argument must be an int, a pair of ints, or a pair ""\n ""of lists/tuples of ints."")\n raise TypeError(msg)\n result = lax.dot_general(a, b, (contracting_dims, ((), ())),\n precision=precision, preferred_element_type=preferred_element_type)\n return lax_internal._convert_element_type(result, preferred_element_type, output_weak_type)\n\n\n\n@export\n@partial(jit, static_argnames=('precision', 'preferred_element_type'), inline=True)\ndef inner(\n a: ArrayLike, b: ArrayLike, *, precision: PrecisionLike = None,\n preferred_element_type: DTypeLike | None = None,\n) -> Array:\n """"""Compute the inner product of two arrays.\n\n JAX implementation of :func:`numpy.inner`.\n\n Unlike :func:`jax.numpy.matmul` or :func:`jax.numpy.dot`, this always performs\n a contraction along the last dimension of each input.\n\n Args:\n a: array of shape ``(..., N)``\n b: array of shape ``(..., N)``\n precision: either ``None`` (default), which means the default precision for\n the backend, a :class:`~jax.lax.Precision` enum value (``Precision.DEFAULT``,\n ``Precision.HIGH`` or ``Precision.HIGHEST``) or a tuple of two\n such values indicating precision of ``a`` and ``b``.\n preferred_element_type: either ``None`` (default), which means the default\n accumulation type for the input types, or a datatype, indicating to\n accumulate results to and return a result with that datatype.\n\n Returns:\n array of shape ``(*a.shape[:-1], *b.shape[:-1])`` containing the batched vector\n product of the inputs.\n\n See also:\n - :func:`jax.numpy.vecdot`: conjugate multiplication along a specified axis.\n - :func:`jax.numpy.tensordot`: general tensor multiplication.\n - :func:`jax.numpy.matmul`: general batched matrix & vector multiplication.\n\n Examples:\n For 1D inputs, this implements standard (non-conjugate) vector multiplication:\n\n >>> a = jnp.array([1j, 3j, 4j])\n >>> b = jnp.array([4., 2., 5.])\n >>> jnp.inner(a, b)\n Array(0.+30.j, dtype=complex64)\n\n For multi-dimensional inputs, batch dimensions are stacked rather than broadcast:\n\n >>> a = jnp.ones((2, 3))\n >>> b = jnp.ones((5, 3))\n >>> jnp.inner(a, b).shape\n (2, 5)\n """"""\n a, b = util.ensure_arraylike(""inner"", a, b)\n if np.ndim(a) == 0 or np.ndim(b) == 0:\n a = jax.numpy.asarray(a, dtype=preferred_element_type)\n b = jax.numpy.asarray(b, dtype=preferred_element_type)\n return a * b\n return tensordot(a, b, (-1, -1), precision=precision,\n preferred_element_type=preferred_element_type)\n\n\n@export\n@partial(jit, inline=True)\ndef outer(a: ArrayLike, b: ArrayLike, out: None = None) -> Array:\n """"""Compute the outer product of two arrays.\n\n JAX implementation of :func:`numpy.outer`.\n\n Args:\n a: first input array, if not 1D it will be flattened.\n b: second input array, if not 1D it will be flattened.\n out: unsupported by JAX.\n\n Returns:\n The outer product of the inputs ``a`` and ``b``. Returned array\n will be of shape ``(a.size, b.size)``.\n\n See also:\n - :func:`jax.numpy.inner`: compute the inner product of two arrays.\n - :func:`jax.numpy.einsum`: Einstein summation.\n\n Examples:\n >>> a = jnp.array([1, 2, 3])\n >>> b = jnp.array([4, 5, 6])\n >>> jnp.outer(a, b)\n Array([[ 4, 5, 6],\n [ 8, 10, 12],\n [12, 15, 18]], dtype=int32)\n """"""\n if out is not None:\n raise NotImplementedError(""The 'out' argument to jnp.outer is not supported."")\n a, b = util.ensure_arraylike(""outer"", a, b)\n a, b = util.promote_dtypes(a, b)\n return jax.numpy.ravel(a)[:, None] * jax.numpy.ravel(b)[None, :]\n",python,tab +519,8511138,".venv/lib/python3.10/site-packages/jax/_src/numpy/tensor_contractions.py",4894,0,"",python,selection_command +520,8529496,"utils/nn.py",0,0,"",python,tab +521,8529501,"utils/nn.py",4642,0,"",python,selection_command +522,8535008,"utils/nn.py",4683,0,"",python,selection_command +523,8535171,"utils/nn.py",4709,0,"",python,selection_command +524,8535331,"utils/nn.py",4760,0,"",python,selection_command +525,8535503,"utils/nn.py",4796,0,"",python,selection_command +526,8535652,"utils/nn.py",4821,0,"",python,selection_command +527,8535883,"utils/nn.py",4866,0,"",python,selection_command +528,8536082,"utils/nn.py",4914,0,"",python,selection_command +529,8536333,"utils/nn.py",4925,0,"",python,selection_command +530,8536352,"utils/nn.py",4950,0,"",python,selection_command +531,8536504,"utils/nn.py",4995,0,"",python,selection_command +532,8536704,"utils/nn.py",5042,0,"",python,selection_command +533,8537223,"utils/nn.py",5052,0,"",python,selection_command +534,8537390,"utils/nn.py",5077,0,"",python,selection_command +535,8538941,".venv/lib/python3.10/site-packages/jax/_src/numpy/tensor_contractions.py",0,0,"",python,tab +536,8540432,"utils/nn.py",0,0,"",python,tab +537,8540440,"utils/nn.py",5077,0,"",python,selection_command +538,8542133,"models/tokenizer.py",0,0,"",python,tab +539,8545222,"train_tokenizer.py",0,0,"",python,tab +540,8546458,"train_tokenizer.py",0,0,"",python,selection_command +541,8547423,"train_tokenizer.py",442,0,"",python,selection_command +542,8548527,"train_tokenizer.py",459,0,"",python,selection_command +543,8548776,"train_tokenizer.py",1012,0,"",python,selection_command +544,8548796,"train_tokenizer.py",1477,0,"",python,selection_command +545,8548832,"train_tokenizer.py",1542,0,"",python,selection_command +546,8548865,"train_tokenizer.py",1785,0,"",python,selection_command +547,8548897,"train_tokenizer.py",2042,0,"",python,selection_command +548,8548930,"train_tokenizer.py",2138,0,"",python,selection_command +549,8548962,"train_tokenizer.py",3513,0,"",python,selection_command +550,8549534,"train_tokenizer.py",2138,0,"",python,selection_command +551,8550162,"train_tokenizer.py",3513,0,"",python,selection_command +552,8550527,"train_tokenizer.py",2138,0,"",python,selection_command +553,8552815,"train_tokenizer.py",0,0,"",python,selection_command +554,8552984,"train_tokenizer.py",442,0,"",python,selection_command +555,8553393,"train_tokenizer.py",459,0,"",python,selection_command +556,8553744,"train_tokenizer.py",1012,0,"",python,selection_command +557,8554018,"train_tokenizer.py",1477,0,"",python,selection_command +558,8554193,"train_tokenizer.py",1542,0,"",python,selection_command +559,8554337,"train_tokenizer.py",1785,0,"",python,selection_command +560,8554469,"train_tokenizer.py",2042,0,"",python,selection_command +561,8554729,"train_tokenizer.py",2138,0,"",python,selection_command +562,8554757,"train_tokenizer.py",3513,0,"",python,selection_command +563,8554788,"train_tokenizer.py",4687,0,"",python,selection_command +564,8554818,"train_tokenizer.py",4699,0,"",python,selection_command +565,8554851,"train_tokenizer.py",5413,0,"",python,selection_command +566,8555820,"train_tokenizer.py",4699,0,"",python,selection_command +567,8556414,"models/tokenizer.py",0,0,"",python,tab +568,8556417,"models/tokenizer.py",196,0,"",python,selection_command +569,8557065,"models/tokenizer.py",229,0,"",python,selection_command +570,8557320,"models/tokenizer.py",249,0,"",python,selection_command +571,8557344,"models/tokenizer.py",256,0,"",python,selection_command +572,8557376,"models/tokenizer.py",272,0,"",python,selection_command +573,8557409,"models/tokenizer.py",291,0,"",python,selection_command +574,8557443,"models/tokenizer.py",311,0,"",python,selection_command +575,8557477,"models/tokenizer.py",332,0,"",python,selection_command +576,8557511,"models/tokenizer.py",352,0,"",python,selection_command +577,8557544,"models/tokenizer.py",372,0,"",python,selection_command +578,8557584,"models/tokenizer.py",391,0,"",python,selection_command +579,8557621,"models/tokenizer.py",410,0,"",python,selection_command +580,8557650,"models/tokenizer.py",438,0,"",python,selection_command +581,8557683,"models/tokenizer.py",546,0,"",python,selection_command +582,8557712,"models/tokenizer.py",573,0,"",python,selection_command +583,8557746,"models/tokenizer.py",588,0,"",python,selection_command +584,8557779,"models/tokenizer.py",595,0,"",python,selection_command +585,8557812,"models/tokenizer.py",616,0,"",python,selection_command +586,8557849,"models/tokenizer.py",654,0,"",python,selection_command +587,8557883,"models/tokenizer.py",682,0,"",python,selection_command +588,8557916,"models/tokenizer.py",711,0,"",python,selection_command +589,8557949,"models/tokenizer.py",740,0,"",python,selection_command +590,8557983,"models/tokenizer.py",768,0,"",python,selection_command +591,8558016,"models/tokenizer.py",794,0,"",python,selection_command +592,8558049,"models/tokenizer.py",824,0,"",python,selection_command +593,8558082,"models/tokenizer.py",848,0,"",python,selection_command +594,8558116,"models/tokenizer.py",858,0,"",python,selection_command +595,8558148,"models/tokenizer.py",893,0,"",python,selection_command +596,8558180,"models/tokenizer.py",922,0,"",python,selection_command +597,8558479,"models/tokenizer.py",952,0,"",python,selection_command +598,8558670,"models/tokenizer.py",987,0,"",python,selection_command +599,8558973,"models/tokenizer.py",981,29," self.param_dtype,",python,selection_command +600,8559082,"models/tokenizer.py",981,53," self.param_dtype,\n self.dtype,",python,selection_command +601,8559183,"models/tokenizer.py",981,54,"",python,content +602,8559208,"models/tokenizer.py",989,0,"",python,selection_command +603,8559410,"models/tokenizer.py",954,0,"",python,selection_command +604,8559650,"models/tokenizer.py",924,0,"",python,selection_command +605,8559686,"models/tokenizer.py",895,0,"",python,selection_command +606,8559826,"models/tokenizer.py",860,0,"",python,selection_command +607,8560227,"models/tokenizer.py",865,0,"",python,selection_command +608,8560394,"models/tokenizer.py",868,0,"",python,selection_command +609,8560610,"models/tokenizer.py",870,0,"",python,selection_command +610,8560908,"utils/nn.py",0,0,"",python,tab +611,8560915,"utils/nn.py",3954,0,"",python,selection_command +612,8561312,"utils/nn.py",3988,0,"",python,selection_command +613,8561447,"utils/nn.py",4008,0,"",python,selection_command +614,8561627,"utils/nn.py",4029,0,"",python,selection_command +615,8561758,"utils/nn.py",4048,0,"",python,selection_command +616,8561955,"utils/nn.py",4042,26," param_dtype: jnp.dtype",python,selection_command +617,8562056,"utils/nn.py",4042,47," param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +618,8562177,"utils/nn.py",4042,48,"",python,content +619,8564164,"models/tokenizer.py",0,0,"",python,tab +620,8564168,"models/tokenizer.py",870,0,"",python,selection_command +621,8565623,"models/tokenizer.py",905,0,"",python,selection_command +622,8565877,"models/tokenizer.py",934,0,"",python,selection_command +623,8565898,"models/tokenizer.py",964,0,"",python,selection_command +624,8565931,"models/tokenizer.py",989,0,"",python,selection_command +625,8566943,"models/tokenizer.py",981,0,"",python,selection_command +626,8567137,"models/tokenizer.py",991,0,"",python,selection_command +627,8567384,"models/tokenizer.py",1047,0,"",python,selection_command +628,8567406,"models/tokenizer.py",1085,0,"",python,selection_command +629,8567441,"models/tokenizer.py",1113,0,"",python,selection_command +630,8567473,"models/tokenizer.py",1139,0,"",python,selection_command +631,8567507,"models/tokenizer.py",1168,0,"",python,selection_command +632,8567539,"models/tokenizer.py",1196,0,"",python,selection_command +633,8567574,"models/tokenizer.py",1222,0,"",python,selection_command +634,8567607,"models/tokenizer.py",1252,0,"",python,selection_command +635,8568022,"models/tokenizer.py",1276,0,"",python,selection_command +636,8568739,"models/tokenizer.py",1252,0,"",python,selection_command +637,8569001,"models/tokenizer.py",1276,0,"",python,selection_command +638,8569461,"models/tokenizer.py",1286,0,"",python,selection_command +639,8569632,"models/tokenizer.py",1287,0,"",python,selection_command +640,8606396,"models/tokenizer.py",1375,0,"",python,selection_command +641,8606485,"models/tokenizer.py",1417,0,"",python,selection_command +642,8606861,"models/tokenizer.py",1425,0,"",python,selection_command +643,8607031,"models/tokenizer.py",1433,0,"",python,selection_command +644,8607216,"models/tokenizer.py",1435,0,"",python,selection_command +645,8607381,"models/tokenizer.py",1439,0,"",python,selection_command +646,8607528,"models/tokenizer.py",1440,0,"",python,selection_command +647,8608343,"models/tokenizer.py",1686,0,"",python,selection_command +648,8612025,"models/tokenizer.py",1765,0,"",python,selection_command +649,8612207,"models/tokenizer.py",1803,0,"",python,selection_command +650,8612362,"models/tokenizer.py",1835,0,"",python,selection_command +651,8612572,"models/tokenizer.py",1837,0,"",python,selection_command +652,8612898,"models/tokenizer.py",1839,0,"",python,selection_command +653,8614422,"utils/preprocess.py",0,0,"import dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\n\n\ndef patchify(videos: jax.Array, size: int) -> jax.Array:\n B, T, H, W, C = videos.shape\n x = jnp.pad(videos, ((0, 0), (0, 0), (0, -H % size), (0, -W % size), (0, 0)))\n return einops.rearrange(\n x, ""b t (hn hp) (wn wp) c -> b t (hn wn) (hp wp c)"", hp=size, wp=size\n )\n\n\ndef unpatchify(patches: jax.Array, size: int, h_out: int, w_out: int) -> jax.Array:\n h_pad = -h_out % size\n hn = (h_out + h_pad) // size\n x = einops.rearrange(\n patches,\n ""b t (hn wn) (hp wp c) -> b t (hn hp) (wn wp) c"",\n hp=size,\n wp=size,\n hn=hn,\n )\n return x[:, :, :h_out, :w_out]\n",python,tab +654,8614427,"utils/preprocess.py",76,0,"",python,selection_command +655,8626259,"models/tokenizer.py",0,0,"",python,tab +656,8626262,"models/tokenizer.py",1839,0,"",python,selection_command +657,8627511,"models/tokenizer.py",1885,0,"",python,selection_command +658,8627672,"models/tokenizer.py",1908,0,"",python,selection_command +659,8628218,"models/tokenizer.py",1912,0,"",python,selection_command +660,8628393,"models/tokenizer.py",1913,0,"",python,selection_command +661,8628703,"models/tokenizer.py",1920,0,"",python,selection_command +662,8629038,"models/tokenizer.py",1913,0,"",python,selection_command +663,8629477,"models/tokenizer.py",623,0,"",python,selection_command +664,8631472,"models/tokenizer.py",631,0,"",python,selection_command +665,8631628,"models/tokenizer.py",633,0,"",python,selection_command +666,8631954,"utils/nn.py",0,0,"",python,tab +667,8631958,"utils/nn.py",2692,0,"",python,selection_command +668,8637081,"utils/nn.py",2724,0,"",python,selection_command +669,8637329,"utils/nn.py",2743,0,"",python,selection_command +670,8637355,"utils/nn.py",2760,0,"",python,selection_command +671,8637390,"utils/nn.py",2780,0,"",python,selection_command +672,8637420,"utils/nn.py",2799,0,"",python,selection_command +673,8637454,"utils/nn.py",2818,0,"",python,selection_command +674,8637488,"utils/nn.py",2845,0,"",python,selection_command +675,8637520,"utils/nn.py",2860,0,"",python,selection_command +676,8637553,"utils/nn.py",2867,0,"",python,selection_command +677,8637586,"utils/nn.py",2883,0,"",python,selection_command +678,8637620,"utils/nn.py",2934,0,"",python,selection_command +679,8637653,"utils/nn.py",2961,0,"",python,selection_command +680,8637687,"utils/nn.py",2975,0,"",python,selection_command +681,8637720,"utils/nn.py",3005,0,"",python,selection_command +682,8637753,"utils/nn.py",3055,0,"",python,selection_command +683,8637786,"utils/nn.py",3093,0,"",python,selection_command +684,8637820,"utils/nn.py",3112,0,"",python,selection_command +685,8637853,"utils/nn.py",3153,0,"",python,selection_command +686,8637886,"utils/nn.py",3199,0,"",python,selection_command +687,8637920,"utils/nn.py",3233,0,"",python,selection_command +688,8637953,"utils/nn.py",3252,0,"",python,selection_command +689,8637987,"utils/nn.py",3282,0,"",python,selection_command +690,8638020,"utils/nn.py",3332,0,"",python,selection_command +691,8638054,"utils/nn.py",3370,0,"",python,selection_command +692,8638087,"utils/nn.py",3389,0,"",python,selection_command +693,8638120,"utils/nn.py",3403,0,"",python,selection_command +694,8638154,"utils/nn.py",3416,0,"",python,selection_command +695,8638325,"utils/nn.py",3457,0,"",python,selection_command +696,8638489,"utils/nn.py",3463,0,"",python,selection_command +697,8638672,"utils/nn.py",3465,0,"",python,selection_command +698,8638844,"utils/nn.py",3467,0,"",python,selection_command +699,8639130,"utils/nn.py",1010,0,"",python,selection_command +700,8643432,"utils/nn.py",3467,0,"",python,selection_command +701,8643694,"models/tokenizer.py",0,0,"",python,tab +702,8643697,"models/tokenizer.py",633,0,"",python,selection_command +703,8644613,"models/tokenizer.py",1913,0,"",python,selection_command +704,8646738,"models/tokenizer.py",1940,0,"",python,selection_command +705,8646998,"models/tokenizer.py",1958,0,"",python,selection_command +706,8647025,"models/tokenizer.py",1992,0,"",python,selection_command +707,8647522,"models/tokenizer.py",2042,0,"",python,selection_command +708,8647790,"models/tokenizer.py",2094,0,"",python,selection_command +709,8648006,"models/tokenizer.py",2146,0,"",python,selection_command +710,8648174,"models/tokenizer.py",2189,0,"",python,selection_command +711,8648576,"models/tokenizer.py",2232,0,"",python,selection_command +712,8648838,"models/tokenizer.py",2250,0,"",python,selection_command +713,8649675,"models/tokenizer.py",2232,0,"",python,selection_command +714,8649925,"models/tokenizer.py",2189,0,"",python,selection_command +715,8649954,"models/tokenizer.py",2146,0,"",python,selection_command +716,8649987,"models/tokenizer.py",2094,0,"",python,selection_command +717,8650019,"models/tokenizer.py",2042,0,"",python,selection_command +718,8650053,"models/tokenizer.py",1992,0,"",python,selection_command +719,8650087,"models/tokenizer.py",1958,0,"",python,selection_command +720,8650121,"models/tokenizer.py",1940,0,"",python,selection_command +721,8650155,"models/tokenizer.py",1913,0,"",python,selection_command +722,8650188,"models/tokenizer.py",1890,0,"",python,selection_command +723,8650222,"models/tokenizer.py",1844,0,"",python,selection_command +724,8650255,"models/tokenizer.py",1812,0,"",python,selection_command +725,8650289,"models/tokenizer.py",1774,0,"",python,selection_command +726,8650322,"models/tokenizer.py",1695,0,"",python,selection_command +727,8650356,"models/tokenizer.py",1677,0,"",python,selection_command +728,8650395,"models/tokenizer.py",1671,0,"",python,selection_command +729,8650427,"models/tokenizer.py",1603,0,"",python,selection_command +730,8650461,"models/tokenizer.py",1569,0,"",python,selection_command +731,8650753,"models/tokenizer.py",1494,0,"",python,selection_command +732,8650942,"models/tokenizer.py",1434,0,"",python,selection_command +733,8651905,"models/tokenizer.py",1425,0,"",python,selection_command +734,8652424,"models/tokenizer.py",1485,0,"",python,selection_command +735,8652638,"models/tokenizer.py",1491,0,"",python,selection_command +736,8652829,"models/tokenizer.py",1493,0,"",python,selection_command +737,8653008,"models/tokenizer.py",1497,0,"",python,selection_command +738,8653179,"models/tokenizer.py",1498,0,"",python,selection_command +739,8658037,"models/tokenizer.py",1573,0,"",python,selection_command +740,8658422,"models/tokenizer.py",1552,33," recon = nn.sigmoid(recon)",python,selection_command +741,8659395,"models/tokenizer.py",1573,0,"",python,selection_command +742,8659677,"models/tokenizer.py",1498,0,"",python,selection_command +743,8659867,"models/tokenizer.py",1438,0,"",python,selection_command +744,8660120,"models/tokenizer.py",1498,0,"",python,selection_command +745,8664429,"models/tokenizer.py",2355,0,"",python,selection_command +746,8671714,"models/tokenizer.py",1498,0,"",python,selection_command +747,8687088,"models/tokenizer.py",1060,0,"",python,selection_command +748,8687872,"models/tokenizer.py",1068,0,"",python,selection_command +749,8688035,"models/tokenizer.py",1070,0,"",python,selection_command +750,8693396,"models/tokenizer.py",1108,0,"",python,selection_command +751,8693652,"models/tokenizer.py",1136,0,"",python,selection_command +752,8693671,"models/tokenizer.py",1162,0,"",python,selection_command +753,8693705,"models/tokenizer.py",1191,0,"",python,selection_command +754,8693736,"models/tokenizer.py",1219,0,"",python,selection_command +755,8693770,"models/tokenizer.py",1245,0,"",python,selection_command +756,8693804,"models/tokenizer.py",1274,0,"",python,selection_command +757,8693840,"models/tokenizer.py",1284,0,"",python,selection_command +758,8693873,"models/tokenizer.py",1286,0,"",python,selection_command +759,8693907,"models/tokenizer.py",1310,0,"",python,selection_command +760,8693940,"models/tokenizer.py",1398,0,"",python,selection_command +761,8693973,"models/tokenizer.py",1440,0,"",python,selection_command +762,8694008,"models/tokenizer.py",1500,0,"",python,selection_command +763,8694040,"models/tokenizer.py",1575,0,"",python,selection_command +764,8694073,"models/tokenizer.py",1609,0,"",python,selection_command +765,8694108,"models/tokenizer.py",1675,0,"",python,selection_command +766,8694140,"models/tokenizer.py",1677,0,"",python,selection_command +767,8694174,"models/tokenizer.py",1701,0,"",python,selection_command +768,8694207,"models/tokenizer.py",1780,0,"",python,selection_command +769,8694240,"models/tokenizer.py",1818,0,"",python,selection_command +770,8694279,"models/tokenizer.py",1850,0,"",python,selection_command +771,8694308,"models/tokenizer.py",1894,0,"",python,selection_command +772,8694340,"models/tokenizer.py",1919,0,"",python,selection_command +773,8694368,"models/tokenizer.py",1894,0,"",python,selection_command +774,8694635,"models/tokenizer.py",1850,0,"",python,selection_command +775,8694658,"models/tokenizer.py",1818,0,"",python,selection_command +776,8694692,"models/tokenizer.py",1780,0,"",python,selection_command +777,8694730,"models/tokenizer.py",1701,0,"",python,selection_command +778,8694755,"models/tokenizer.py",1677,0,"",python,selection_command +779,8694790,"models/tokenizer.py",1675,0,"",python,selection_command +780,8694823,"models/tokenizer.py",1609,0,"",python,selection_command +781,8694856,"models/tokenizer.py",1575,0,"",python,selection_command +782,8694890,"models/tokenizer.py",1500,0,"",python,selection_command +783,8694923,"models/tokenizer.py",1440,0,"",python,selection_command +784,8694957,"models/tokenizer.py",1398,0,"",python,selection_command +785,8694990,"models/tokenizer.py",1310,0,"",python,selection_command +786,8695023,"models/tokenizer.py",1286,0,"",python,selection_command +787,8695057,"models/tokenizer.py",1284,0,"",python,selection_command +788,8695092,"models/tokenizer.py",1274,0,"",python,selection_command +789,8695123,"models/tokenizer.py",1245,0,"",python,selection_command +790,8695157,"models/tokenizer.py",1219,0,"",python,selection_command +791,8695190,"models/tokenizer.py",1191,0,"",python,selection_command +792,8695223,"models/tokenizer.py",1162,0,"",python,selection_command +793,8695257,"models/tokenizer.py",1136,0,"",python,selection_command +794,8695290,"models/tokenizer.py",1108,0,"",python,selection_command +795,8695556,"models/tokenizer.py",1070,0,"",python,selection_command +796,8695864,"utils/nn.py",0,0,"",python,tab +797,8695868,"utils/nn.py",2692,0,"",python,selection_command +798,8697534,"models/tokenizer.py",0,0,"",python,tab +799,8697537,"models/tokenizer.py",1070,0,"",python,selection_command +800,8697841,"models/tokenizer.py",1108,0,"",python,selection_command +801,8698094,"models/tokenizer.py",1136,0,"",python,selection_command +802,8698126,"models/tokenizer.py",1162,0,"",python,selection_command +803,8698159,"models/tokenizer.py",1191,0,"",python,selection_command +804,8698194,"models/tokenizer.py",1219,0,"",python,selection_command +805,8698228,"models/tokenizer.py",1245,0,"",python,selection_command +806,8698266,"models/tokenizer.py",1274,0,"",python,selection_command +807,8698435,"models/tokenizer.py",2461,0,"",python,selection_command +808,8699501,"models/tokenizer.py",2400,0,"",python,selection_command +809,8699663,"models/tokenizer.py",2366,0,"",python,selection_command +810,8702997,"train_tokenizer.py",0,0,"",python,tab +811,8706818,"train_tokenizer.py",4687,0,"",python,selection_command +812,8707154,"train_tokenizer.py",5413,0,"",python,selection_command +813,8708303,"train_tokenizer.py",6192,0,"",python,selection_command +814,8710582,"train_tokenizer.py",442,0,"",python,selection_command +815,8711087,"train_tokenizer.py",6192,0,"",python,selection_command +816,8711547,"train_tokenizer.py",6151,0,"",python,selection_command +817,8711904,"train_tokenizer.py",6610,0,"",python,selection_command +818,8713555,"train_tokenizer.py",6639,0,"",python,selection_command +819,8713834,"train_tokenizer.py",8554,0,"",python,selection_command +820,8715530,"train_tokenizer.py",8890,0,"",python,selection_command +821,8716545,"train_tokenizer.py",9560,0,"",python,selection_command +822,8717632,"train_tokenizer.py",9607,0,"",python,selection_command +823,8718619,"train_tokenizer.py",9606,0,"",python,selection_command +824,8718783,"train_tokenizer.py",9596,0,"",python,selection_command +825,8719016,"train_tokenizer.py",3453,0,"",python,selection_command +826,8720201,"train_tokenizer.py",3484,0,"",python,selection_command +827,8720369,"train_tokenizer.py",3566,0,"",python,selection_command +828,8721455,"train_tokenizer.py",3641,0,"",python,selection_command +829,8740955,"train_tokenizer.py",3566,0,"",python,selection_command +830,8741083,"train_tokenizer.py",3484,0,"",python,selection_command +831,8741277,"train_tokenizer.py",3492,0,"",python,selection_command +832,8741541,"train_tokenizer.py",3494,0,"",python,selection_command +833,8741563,"train_tokenizer.py",3497,0,"",python,selection_command +834,8741595,"train_tokenizer.py",3498,0,"",python,selection_command +835,8741629,"train_tokenizer.py",3512,0,"",python,selection_command +836,8741661,"train_tokenizer.py",3513,0,"",python,selection_command +837,8741856,"train_tokenizer.py",3530,0,"",python,selection_command +838,8742119,"train_tokenizer.py",3513,0,"",python,selection_command +839,8742313,"train_tokenizer.py",1785,0,"",python,selection_command +840,8744425,"train_tokenizer.py",1831,0,"",python,selection_command +841,8744620,"train_tokenizer.py",1858,0,"",python,selection_command +842,8744744,"train_tokenizer.py",1911,0,"",python,selection_command +843,8745074,"train_tokenizer.py",1858,0,"",python,selection_command +844,8746067,"train_tokenizer.py",1911,0,"",python,selection_command +845,8746255,"train_tokenizer.py",2012,0,"",python,selection_command +846,8746431,"train_tokenizer.py",2170,0,"",python,selection_command +847,8746609,"train_tokenizer.py",2237,0,"",python,selection_command +848,8746772,"train_tokenizer.py",2170,0,"",python,selection_command +849,8746942,"train_tokenizer.py",2176,0,"",python,selection_command +850,8747191,"train_tokenizer.py",2178,0,"",python,selection_command +851,8747214,"train_tokenizer.py",2184,0,"",python,selection_command +852,8747251,"train_tokenizer.py",2187,0,"",python,selection_command +853,8747279,"train_tokenizer.py",2189,0,"",python,selection_command +854,8747312,"train_tokenizer.py",2195,0,"",python,selection_command +855,8747345,"train_tokenizer.py",2197,0,"",python,selection_command +856,8747378,"train_tokenizer.py",2203,0,"",python,selection_command +857,8747412,"train_tokenizer.py",2206,0,"",python,selection_command +858,8747445,"train_tokenizer.py",2212,0,"",python,selection_command +859,8747628,"train_tokenizer.py",2213,0,"",python,selection_command +860,8750500,"train_tokenizer.py",2261,0,"",python,selection_command +861,8751046,"train_tokenizer.py",2213,0,"",python,selection_command +862,8751773,"train_tokenizer.py",2213,0,"j",python,content +863,8751778,"train_tokenizer.py",2214,0,"",python,selection_keyboard +864,8751846,"train_tokenizer.py",2213,0,"",python,selection_command +865,8799496,"train_tokenizer.py",2213,1,"J",python,content +866,8799504,"train_tokenizer.py",2214,0,"",python,selection_command +867,8801644,"train_tokenizer.py",2213,1,"j",python,content +868,8801648,"train_tokenizer.py",2213,0,"",python,selection_command +869,8807293,"train_tokenizer.py",2216,0,"",python,selection_command +870,8807503,"train_tokenizer.py",2217,0,"",python,selection_command +871,8808694,"train_tokenizer.py",2217,7,"",python,content +872,8809003,"train_tokenizer.py",2217,0,"b",python,content +873,8809005,"train_tokenizer.py",2218,0,"",python,selection_keyboard +874,8809115,"train_tokenizer.py",2218,0,"f",python,content +875,8809117,"train_tokenizer.py",2219,0,"",python,selection_keyboard +876,8809247,"train_tokenizer.py",2219,0,"l",python,content +877,8809248,"train_tokenizer.py",2220,0,"",python,selection_keyboard +878,8809448,"train_tokenizer.py",2220,0,"o",python,content +879,8809451,"train_tokenizer.py",2221,0,"",python,selection_keyboard +880,8809494,"train_tokenizer.py",2221,0,"a",python,content +881,8809498,"train_tokenizer.py",2222,0,"",python,selection_keyboard +882,8809595,"train_tokenizer.py",2222,0,"t",python,content +883,8809599,"train_tokenizer.py",2223,0,"",python,selection_keyboard +884,8810271,"train_tokenizer.py",2223,0,"1",python,content +885,8810278,"train_tokenizer.py",2224,0,"",python,selection_keyboard +886,8810382,"train_tokenizer.py",2224,0,"6",python,content +887,8810385,"train_tokenizer.py",2225,0,"",python,selection_keyboard +888,8810524,"train_tokenizer.py",2224,0,"",python,selection_command +889,8812485,"train_tokenizer.py",2217,0,"",python,selection_command +890,8812656,"train_tokenizer.py",2216,0,"",python,selection_command +891,8812838,"train_tokenizer.py",2213,0,"",python,selection_command +892,8813746,"train_tokenizer.py",2213,1,"j",python,selection_command +893,8813808,"train_tokenizer.py",2213,3,"jnp",python,selection_command +894,8814013,"train_tokenizer.py",2213,4,"jnp.",python,selection_command +895,8814229,"train_tokenizer.py",2213,12,"jnp.bfloat16",python,selection_command +896,8815667,"train_tokenizer.py",2213,12,"",python,content +897,8815836,"train_tokenizer.py",2213,0,"d",python,content +898,8815838,"train_tokenizer.py",2214,0,"",python,selection_keyboard +899,8815997,"train_tokenizer.py",2214,0,"t",python,content +900,8815998,"train_tokenizer.py",2215,0,"",python,selection_keyboard +901,8816087,"train_tokenizer.py",2215,0,"y",python,content +902,8816088,"train_tokenizer.py",2216,0,"",python,selection_keyboard +903,8816142,"train_tokenizer.py",2216,0,"p",python,content +904,8816143,"train_tokenizer.py",2217,0,"",python,selection_keyboard +905,8816265,"train_tokenizer.py",2217,0,"e",python,content +906,8816266,"train_tokenizer.py",2218,0,"",python,selection_keyboard +907,8816507,"train_tokenizer.py",2217,0,"",python,selection_command +908,8818551,"train_tokenizer.py",2213,0,"",python,selection_command +909,8819067,"train_tokenizer.py",2213,0,"s",python,content +910,8819073,"train_tokenizer.py",2214,0,"",python,selection_keyboard +911,8819136,"train_tokenizer.py",2214,0,"e",python,content +912,8819138,"train_tokenizer.py",2215,0,"",python,selection_keyboard +913,8819219,"train_tokenizer.py",2215,0,"l",python,content +914,8819220,"train_tokenizer.py",2216,0,"",python,selection_keyboard +915,8819324,"train_tokenizer.py",2216,0,"f",python,content +916,8819325,"train_tokenizer.py",2217,0,"",python,selection_keyboard +917,8819438,"train_tokenizer.py",2217,0,".",python,content +918,8819439,"train_tokenizer.py",2218,0,"",python,selection_keyboard +919,8819561,"train_tokenizer.py",2217,0,"",python,selection_command +920,8823029,"train_tokenizer.py",2213,0,"",python,selection_command +921,8823266,"train_tokenizer.py",2213,4,"",python,content +922,8823389,"train_tokenizer.py",2213,0,"a",python,content +923,8823391,"train_tokenizer.py",2214,0,"",python,selection_keyboard +924,8823458,"train_tokenizer.py",2214,0,"r",python,content +925,8823461,"train_tokenizer.py",2215,0,"",python,selection_keyboard +926,8823615,"train_tokenizer.py",2215,0,"g",python,content +927,8823616,"train_tokenizer.py",2216,0,"",python,selection_keyboard +928,8823679,"train_tokenizer.py",2216,0,"s",python,content +929,8823680,"train_tokenizer.py",2217,0,"",python,selection_keyboard +930,8823932,"train_tokenizer.py",2216,0,"",python,selection_command +931,8824742,"train_tokenizer.py",2166,0,"",python,selection_command +932,8837105,"train_tokenizer.py",2233,0,"",python,selection_command +933,8837935,"train_tokenizer.py",2263,0,"",python,selection_command +934,8847299,"train_tokenizer.py",2233,0,"",python,selection_command +935,8847460,"train_tokenizer.py",2166,0,"",python,selection_command +936,8847650,"train_tokenizer.py",2170,0,"",python,selection_command +937,8847910,"train_tokenizer.py",2176,0,"",python,selection_command +938,8847930,"train_tokenizer.py",2178,0,"",python,selection_command +939,8847968,"train_tokenizer.py",2184,0,"",python,selection_command +940,8847998,"train_tokenizer.py",2187,0,"",python,selection_command +941,8848030,"train_tokenizer.py",2189,0,"",python,selection_command +942,8848060,"train_tokenizer.py",2195,0,"",python,selection_command +943,8848092,"train_tokenizer.py",2197,0,"",python,selection_command +944,8848298,"train_tokenizer.py",2203,0,"",python,selection_command +945,8848470,"train_tokenizer.py",2206,0,"",python,selection_command +946,8848640,"train_tokenizer.py",2212,0,"",python,selection_command +947,8849006,"train_tokenizer.py",2206,0,"",python,selection_command +948,8905188,"train_tokenizer.py",2166,66," inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0",python,selection_command +949,8961901,"train_tokenizer.py",2278,0,"",python,selection_mouse +950,8961905,"train_tokenizer.py",2277,0,"",python,selection_command +951,8962299,"train_tokenizer.py",2218,0,"",python,selection_mouse +952,8970113,"train_tokenizer.py",2060,0,"",python,selection_command +953,8970364,"train_tokenizer.py",1959,0,"",python,selection_command +954,8970389,"train_tokenizer.py",1905,0,"",python,selection_command +955,8970422,"train_tokenizer.py",1852,0,"",python,selection_command +956,8970456,"train_tokenizer.py",1825,0,"",python,selection_command +957,8970496,"train_tokenizer.py",1780,0,"",python,selection_command +958,8970528,"train_tokenizer.py",1779,0,"",python,selection_command +959,8970558,"train_tokenizer.py",1777,0,"",python,selection_command +960,8970591,"train_tokenizer.py",1756,0,"",python,selection_command +961,8970627,"train_tokenizer.py",1755,0,"",python,selection_command +962,8970660,"train_tokenizer.py",1753,0,"",python,selection_command +963,8970691,"train_tokenizer.py",1721,0,"",python,selection_command +964,8970725,"train_tokenizer.py",1677,0,"",python,selection_command +965,8970760,"train_tokenizer.py",1636,0,"",python,selection_command +966,8970793,"train_tokenizer.py",1613,0,"",python,selection_command +967,8970827,"train_tokenizer.py",1579,0,"",python,selection_command +968,8970860,"train_tokenizer.py",1540,0,"",python,selection_command +969,8970893,"train_tokenizer.py",1486,0,"",python,selection_command +970,8970927,"train_tokenizer.py",1452,0,"",python,selection_command +971,8970963,"train_tokenizer.py",1430,0,"",python,selection_command +972,8971114,"train_tokenizer.py",1409,0,"",python,selection_command +973,8971308,"train_tokenizer.py",1387,0,"",python,selection_command +974,8971606,"train_tokenizer.py",1373,0,"",python,selection_command +975,8971868,"train_tokenizer.py",1366,0,"",python,selection_command +976,8972096,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",0,0,"# Copyright 2025 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n\n\n# At present JAX doesn't have a reason to distinguish between scalars and arrays\n# in its object system. Further, we want JAX scalars to have the same type\n# promotion behaviors as JAX arrays. Rather than introducing a new type of JAX\n# scalar object with JAX promotion behaviors, instead we make the JAX scalar\n# types return JAX arrays when instantiated.\n\nfrom typing import Any\n\nimport jax\nfrom jax._src.typing import Array\nfrom jax._src import core\nfrom jax._src import dtypes\nimport numpy as np\n\n\n# Some objects below rewrite their __module__ attribute to this name.\n_PUBLIC_MODULE_NAME = ""jax.numpy""\n\n\nclass _ScalarMeta(type):\n dtype: np.dtype\n\n def __hash__(self) -> int:\n return hash(self.dtype.type)\n\n def __eq__(self, other: Any) -> bool:\n return self is other or self.dtype.type == other\n\n def __ne__(self, other: Any) -> bool:\n return not (self == other)\n\n def __call__(self, x: Any) -> Array:\n return jax.numpy.asarray(x, dtype=self.dtype)\n\n def __instancecheck__(self, instance: Any) -> bool:\n return isinstance(instance, self.dtype.type)\n\ndef _abstractify_scalar_meta(x):\n raise TypeError(f""JAX scalar type {x} cannot be interpreted as a JAX array."")\ncore.pytype_aval_mappings[_ScalarMeta] = _abstractify_scalar_meta\n\ndef _make_scalar_type(np_scalar_type: type) -> _ScalarMeta:\n meta = _ScalarMeta(np_scalar_type.__name__, (object,),\n {""dtype"": np.dtype(np_scalar_type)})\n meta.__module__ = _PUBLIC_MODULE_NAME\n meta.__doc__ =\\n f""""""A JAX scalar constructor of type {np_scalar_type.__name__}.\n\n While NumPy defines scalar types for each data type, JAX represents\n scalars as zero-dimensional arrays.\n """"""\n return meta\n\nbool_ = _make_scalar_type(np.bool_)\nuint2 = _make_scalar_type(dtypes.uint2)\nuint4 = _make_scalar_type(dtypes.uint4)\nuint8 = _make_scalar_type(np.uint8)\nuint16 = _make_scalar_type(np.uint16)\nuint32 = _make_scalar_type(np.uint32)\nuint64 = _make_scalar_type(np.uint64)\nint2 = _make_scalar_type(dtypes.int2)\nint4 = _make_scalar_type(dtypes.int4)\nint8 = _make_scalar_type(np.int8)\nint16 = _make_scalar_type(np.int16)\nint32 = _make_scalar_type(np.int32)\nint64 = _make_scalar_type(np.int64)\nfloat4_e2m1fn = _make_scalar_type(dtypes.float4_e2m1fn)\nfloat8_e3m4 = _make_scalar_type(dtypes.float8_e3m4)\nfloat8_e4m3 = _make_scalar_type(dtypes.float8_e4m3)\nfloat8_e8m0fnu = _make_scalar_type(dtypes.float8_e8m0fnu)\nfloat8_e4m3fn = _make_scalar_type(dtypes.float8_e4m3fn)\nfloat8_e4m3fnuz = _make_scalar_type(dtypes.float8_e4m3fnuz)\nfloat8_e5m2 = _make_scalar_type(dtypes.float8_e5m2)\nfloat8_e5m2fnuz = _make_scalar_type(dtypes.float8_e5m2fnuz)\nfloat8_e4m3b11fnuz = _make_scalar_type(dtypes.float8_e4m3b11fnuz)\nbfloat16 = _make_scalar_type(dtypes.bfloat16)\nfloat16 = _make_scalar_type(np.float16)\nfloat32 = single = _make_scalar_type(np.float32)\nfloat64 = double = _make_scalar_type(np.float64)\ncomplex64 = csingle = _make_scalar_type(np.complex64)\ncomplex128 = cdouble = _make_scalar_type(np.complex128)\n\nint_ = int32 if dtypes.int_ == np.int32 else int64\nuint = uint32 if dtypes.uint == np.uint32 else uint64\nfloat_: Any = float32 if dtypes.float_ == np.float32 else float64\ncomplex_ = complex64 if dtypes.complex_ == np.complex64 else complex128\n",python,tab +977,8972103,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",3264,0,"",python,selection_command +978,8973432,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",3273,0,"",python,selection_command +979,8973605,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",3275,0,"",python,selection_command +980,8975594,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",1843,0,"",python,selection_command +981,8978771,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",1860,0,"",python,selection_command +982,8979603,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",1920,0,"",python,selection_command +983,8980223,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",1919,0,"",python,selection_command +984,8981948,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",1908,0,"",python,selection_command +985,8983446,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",1198,0,"",python,selection_command +986,8986405,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",1908,0,"",python,selection_command +987,8986578,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",3275,0,"",python,selection_command +988,8987252,"train_tokenizer.py",0,0,"",python,tab +989,8987257,"train_tokenizer.py",1366,0,"",python,selection_command +990,8990355,"train_tokenizer.py",1343,0,"",python,selection_command +991,8990767,"train_tokenizer.py",1354,0,"",python,selection_command +992,8991452,"train_tokenizer.py",2218,0,"",python,selection_command +993,9232496,"train_tokenizer.py",2239,0,"",python,selection_mouse +994,9370985,"train_tokenizer.py",2438,0,"",python,selection_command +995,9371216,"train_tokenizer.py",2402,0,"",python,selection_command +996,9376638,"train_tokenizer.py",2467,0,"",python,selection_command +997,9377161,"train_tokenizer.py",2552,0,"",python,selection_command +998,9377801,"train_tokenizer.py",2467,0,"",python,selection_command +999,9377972,"train_tokenizer.py",2402,0,"",python,selection_command +1000,9378234,"train_tokenizer.py",2396,0,"",python,selection_command +1001,9378400,"train_tokenizer.py",2322,0,"",python,selection_command +1002,9378660,"train_tokenizer.py",2299,0,"",python,selection_command +1003,9378693,"train_tokenizer.py",2283,0,"",python,selection_command +1004,9378716,"train_tokenizer.py",2267,0,"",python,selection_command +1005,9378751,"train_tokenizer.py",2237,0,"",python,selection_command +1006,9379477,"train_tokenizer.py",2267,0,"",python,selection_command +1007,9379723,"train_tokenizer.py",2283,0,"",python,selection_command +1008,9379748,"train_tokenizer.py",2299,0,"",python,selection_command +1009,9379780,"train_tokenizer.py",2322,0,"",python,selection_command +1010,9379812,"train_tokenizer.py",2396,0,"",python,selection_command +1011,9380151,"train_tokenizer.py",2402,0,"",python,selection_command +1012,9380467,"train_tokenizer.py",2467,0,"",python,selection_command +1013,9381093,"train_tokenizer.py",2402,0,"",python,selection_command +1014,9381335,"train_tokenizer.py",2396,0,"",python,selection_command +1015,9381361,"train_tokenizer.py",2322,0,"",python,selection_command +1016,9381399,"train_tokenizer.py",2299,0,"",python,selection_command +1017,9381428,"train_tokenizer.py",2283,0,"",python,selection_command +1018,9381460,"train_tokenizer.py",2267,0,"",python,selection_command +1019,9381493,"train_tokenizer.py",2237,0,"",python,selection_command +1020,9381526,"train_tokenizer.py",2170,0,"",python,selection_command +1021,9381559,"train_tokenizer.py",2012,0,"",python,selection_command +1022,9381593,"train_tokenizer.py",1911,0,"",python,selection_command +1023,9381709,"train_tokenizer.py",2012,0,"",python,selection_command +1024,9381968,"train_tokenizer.py",2170,0,"",python,selection_command +1025,9381997,"train_tokenizer.py",2237,0,"",python,selection_command +1026,9382021,"train_tokenizer.py",2267,0,"",python,selection_command +1027,9382407,"train_tokenizer.py",2283,0,"",python,selection_command +1028,9382656,"train_tokenizer.py",2299,0,"",python,selection_command +1029,9382680,"train_tokenizer.py",2322,0,"",python,selection_command +1030,9382709,"train_tokenizer.py",2396,0,"",python,selection_command +1031,9382925,"train_tokenizer.py",2402,0,"",python,selection_command +1032,9383102,"train_tokenizer.py",2467,0,"",python,selection_command +1033,9384924,"models/tokenizer.py",0,0,"",python,tab +1034,9386329,"models/tokenizer.py",2334,0,"",python,selection_command +1035,9386568,"models/tokenizer.py",2296,0,"",python,selection_command +1036,9386602,"models/tokenizer.py",2233,0,"",python,selection_command +1037,9386631,"models/tokenizer.py",2232,0,"",python,selection_command +1038,9386664,"models/tokenizer.py",2172,0,"",python,selection_command +1039,9386698,"models/tokenizer.py",2129,0,"",python,selection_command +1040,9386730,"models/tokenizer.py",2077,0,"",python,selection_command +1041,9386764,"models/tokenizer.py",2025,0,"",python,selection_command +1042,9386798,"models/tokenizer.py",1975,0,"",python,selection_command +1043,9386831,"models/tokenizer.py",1941,0,"",python,selection_command +1044,9386864,"models/tokenizer.py",1940,0,"",python,selection_command +1045,9386900,"models/tokenizer.py",1896,0,"",python,selection_command +1046,9386931,"models/tokenizer.py",1873,0,"",python,selection_command +1047,9386964,"models/tokenizer.py",1827,0,"",python,selection_command +1048,9386998,"models/tokenizer.py",1795,0,"",python,selection_command +1049,9387031,"models/tokenizer.py",1757,0,"",python,selection_command +1050,9387064,"models/tokenizer.py",1678,0,"",python,selection_command +1051,9387098,"models/tokenizer.py",1677,0,"",python,selection_command +1052,9387132,"models/tokenizer.py",1654,0,"",python,selection_command +1053,9387166,"models/tokenizer.py",1586,0,"",python,selection_command +1054,9387200,"models/tokenizer.py",1552,0,"",python,selection_command +1055,9387234,"models/tokenizer.py",1477,0,"",python,selection_command +1056,9387444,"models/tokenizer.py",1552,0,"",python,selection_command +1057,9387615,"models/tokenizer.py",1586,0,"",python,selection_command +1058,9389209,"models/tokenizer.py",1594,0,"",python,selection_command +1059,9389454,"models/tokenizer.py",1601,0,"",python,selection_command +1060,9389483,"models/tokenizer.py",1603,0,"",python,selection_command +1061,9389517,"models/tokenizer.py",1608,0,"",python,selection_command +1062,9389550,"models/tokenizer.py",1611,0,"",python,selection_command +1063,9389580,"models/tokenizer.py",1613,0,"",python,selection_command +1064,9389609,"models/tokenizer.py",1623,0,"",python,selection_command +1065,9389643,"models/tokenizer.py",1624,0,"",python,selection_command +1066,9390391,"models/tokenizer.py",1603,0,"",python,selection_command +1067,9390925,"models/tokenizer.py",1579,0,"",python,selection_command +1068,9391366,"models/tokenizer.py",1560,0,"",python,selection_command +1069,9393352,"models/tokenizer.py",1552,33," recon = nn.sigmoid(recon)",python,selection_command +1070,9396949,"models/tokenizer.py",1560,0,"",python,selection_command +1071,9397480,"models/tokenizer.py",1552,33," recon = nn.sigmoid(recon)",python,selection_command +1072,9750198,"models/tokenizer.py",1560,0,"",python,selection_command +1073,9825515,"models/tokenizer.py",1579,0,"",python,selection_mouse +1074,9827866,"models/tokenizer.py",1551,0,"\n ",python,content +1075,9828061,"models/tokenizer.py",1560,0,"r",python,content +1076,9828063,"models/tokenizer.py",1561,0,"",python,selection_keyboard +1077,9828146,"models/tokenizer.py",1561,0,"e",python,content +1078,9828148,"models/tokenizer.py",1562,0,"",python,selection_keyboard +1079,9828318,"models/tokenizer.py",1562,0,"c",python,content +1080,9828320,"models/tokenizer.py",1563,0,"",python,selection_keyboard +1081,9828414,"models/tokenizer.py",1563,0,"o",python,content +1082,9828415,"models/tokenizer.py",1564,0,"",python,selection_keyboard +1083,9828463,"models/tokenizer.py",1564,0,"n",python,content +1084,9828464,"models/tokenizer.py",1565,0,"",python,selection_keyboard +1085,9828570,"models/tokenizer.py",1565,0," ",python,content +1086,9828573,"models/tokenizer.py",1566,0,"",python,selection_keyboard +1087,9828718,"models/tokenizer.py",1566,0,"=",python,content +1088,9828721,"models/tokenizer.py",1567,0,"",python,selection_keyboard +1089,9828797,"models/tokenizer.py",1567,0," ",python,content +1090,9828799,"models/tokenizer.py",1568,0,"",python,selection_keyboard +1091,9829475,"models/tokenizer.py",1568,0,"recon.astype(self.dtype)",python,content +1092,9830005,"models/tokenizer.py",1591,0,"",python,selection_command +1093,9830199,"models/tokenizer.py",1586,0,"",python,selection_command +1094,9830345,"models/tokenizer.py",1585,0,"",python,selection_command +1095,9830516,"models/tokenizer.py",1581,0,"",python,selection_command +1096,9831081,"models/tokenizer.py",1585,0,"",python,selection_command +1097,9831377,"models/tokenizer.py",1581,0,"",python,selection_command +1098,9831526,"models/tokenizer.py",1581,1,"s",python,selection_command +1099,9831615,"models/tokenizer.py",1581,4,"self",python,selection_command +1100,9831814,"models/tokenizer.py",1581,5,"self.",python,selection_command +1101,9832113,"models/tokenizer.py",1581,10,"self.dtype",python,selection_command +1102,9833505,"models/tokenizer.py",1581,10,"",python,content +1103,9833659,"models/tokenizer.py",1581,0,"j",python,content +1104,9833661,"models/tokenizer.py",1582,0,"",python,selection_keyboard +1105,9833803,"models/tokenizer.py",1582,0,"n",python,content +1106,9833805,"models/tokenizer.py",1583,0,"",python,selection_keyboard +1107,9833858,"models/tokenizer.py",1583,0,"p",python,content +1108,9833860,"models/tokenizer.py",1584,0,"",python,selection_keyboard +1109,9834058,"models/tokenizer.py",1584,0,".",python,content +1110,9834062,"models/tokenizer.py",1585,0,"",python,selection_keyboard +1111,9834145,"models/tokenizer.py",1585,0,"f",python,content +1112,9834147,"models/tokenizer.py",1586,0,"",python,selection_keyboard +1113,9834275,"models/tokenizer.py",1586,0,"l",python,content +1114,9834277,"models/tokenizer.py",1587,0,"",python,selection_keyboard +1115,9834422,"models/tokenizer.py",1587,0,"o",python,content +1116,9834427,"models/tokenizer.py",1588,0,"",python,selection_keyboard +1117,9834473,"models/tokenizer.py",1588,0,"a",python,content +1118,9834477,"models/tokenizer.py",1589,0,"",python,selection_keyboard +1119,9834573,"models/tokenizer.py",1589,0,"t",python,content +1120,9834578,"models/tokenizer.py",1590,0,"",python,selection_keyboard +1121,9834822,"models/tokenizer.py",1590,0,"3",python,content +1122,9834830,"models/tokenizer.py",1591,0,"",python,selection_keyboard +1123,9834891,"models/tokenizer.py",1591,0,"2",python,content +1124,9834894,"models/tokenizer.py",1592,0,"",python,selection_keyboard +1125,9835093,"models/tokenizer.py",1591,0,"",python,selection_command +1126,9835590,"models/tokenizer.py",1626,0,"",python,selection_command +1127,9836360,"models/tokenizer.py",1627,0,"\n ",python,content +1128,9836475,"models/tokenizer.py",1636,0,"r",python,content +1129,9836477,"models/tokenizer.py",1637,0,"",python,selection_keyboard +1130,9836536,"models/tokenizer.py",1637,0,"e",python,content +1131,9836539,"models/tokenizer.py",1638,0,"",python,selection_keyboard +1132,9836686,"models/tokenizer.py",1638,0,"c",python,content +1133,9836687,"models/tokenizer.py",1639,0,"",python,selection_keyboard +1134,9836777,"models/tokenizer.py",1639,0,"o",python,content +1135,9836779,"models/tokenizer.py",1640,0,"",python,selection_keyboard +1136,9836854,"models/tokenizer.py",1640,0,"n",python,content +1137,9836856,"models/tokenizer.py",1641,0,"",python,selection_keyboard +1138,9837195,"models/tokenizer.py",1641,0," ",python,content +1139,9837199,"models/tokenizer.py",1642,0,"",python,selection_keyboard +1140,9837392,"models/tokenizer.py",1642,0,"=",python,content +1141,9837395,"models/tokenizer.py",1643,0,"",python,selection_keyboard +1142,9837483,"models/tokenizer.py",1643,0," ",python,content +1143,9837486,"models/tokenizer.py",1644,0,"",python,selection_keyboard +1144,9837753,"models/tokenizer.py",1644,0,"recon.astype(self.dtype)",python,content +1145,9838113,"models/tokenizer.py",1667,0,"",python,selection_command +1146,9839380,"models/tokenizer.py",1628,0,"",python,selection_command +1147,9845712,"models/tokenizer.py",1594,0,"",python,selection_command +1148,9845839,"models/tokenizer.py",1552,0,"",python,selection_command +1149,9846124,"models/tokenizer.py",1551,0,"\n ",python,content +1150,9846260,"models/tokenizer.py",1560,0,"#",python,content +1151,9846262,"models/tokenizer.py",1561,0,"",python,selection_keyboard +1152,9846272,"models/tokenizer.py",1561,0," ",python,content +1153,9846273,"models/tokenizer.py",1562,0,"",python,selection_keyboard +1154,9846572,"models/tokenizer.py",1562,0,"F",python,content +1155,9846575,"models/tokenizer.py",1563,0,"",python,selection_keyboard +1156,9846698,"models/tokenizer.py",1563,0,"I",python,content +1157,9846701,"models/tokenizer.py",1564,0,"",python,selection_keyboard +1158,9846758,"models/tokenizer.py",1564,0,"X",python,content +1159,9846760,"models/tokenizer.py",1565,0,"",python,selection_keyboard +1160,9846887,"models/tokenizer.py",1565,0,"M",python,content +1161,9846890,"models/tokenizer.py",1566,0,"",python,selection_keyboard +1162,9846983,"models/tokenizer.py",1566,0,"E",python,content +1163,9846986,"models/tokenizer.py",1567,0,"",python,selection_keyboard +1164,9847071,"models/tokenizer.py",1567,0,":",python,content +1165,9847074,"models/tokenizer.py",1568,0,"",python,selection_keyboard +1166,9847209,"models/tokenizer.py",1568,0," ",python,content +1167,9847211,"models/tokenizer.py",1569,0,"",python,selection_keyboard +1168,9847517,"models/tokenizer.py",1568,1,"",python,content +1169,9847645,"models/tokenizer.py",1567,1,"",python,content +1170,9847726,"models/tokenizer.py",1567,0," ",python,content +1171,9847727,"models/tokenizer.py",1568,0,"",python,selection_keyboard +1172,9848201,"models/tokenizer.py",1568,0,"()",python,content +1173,9848205,"models/tokenizer.py",1569,0,"",python,selection_keyboard +1174,9848430,"models/tokenizer.py",1569,0,"f",python,content +1175,9848435,"models/tokenizer.py",1570,0,"",python,selection_keyboard +1176,9848536,"models/tokenizer.py",1570,0,".",python,content +1177,9848540,"models/tokenizer.py",1571,0,"",python,selection_keyboard +1178,9848647,"models/tokenizer.py",1571,0,"s",python,content +1179,9848650,"models/tokenizer.py",1572,0,"",python,selection_keyboard +1180,9848711,"models/tokenizer.py",1572,0,"r",python,content +1181,9848715,"models/tokenizer.py",1573,0,"",python,selection_keyboard +1182,9848799,"models/tokenizer.py",1573,0,"a",python,content +1183,9848800,"models/tokenizer.py",1574,0,"",python,selection_keyboard +1184,9848836,"models/tokenizer.py",1574,0,"m",python,content +1185,9848838,"models/tokenizer.py",1575,0,"",python,selection_keyboard +1186,9849056,"models/tokenizer.py",1575,0,"b",python,content +1187,9849059,"models/tokenizer.py",1576,0,"",python,selection_keyboard +1188,9849085,"models/tokenizer.py",1576,0,"i",python,content +1189,9849088,"models/tokenizer.py",1577,0,"",python,selection_keyboard +1190,9849143,"models/tokenizer.py",1577,0,"c",python,content +1191,9849146,"models/tokenizer.py",1578,0,"",python,selection_keyboard +1192,9849200,"models/tokenizer.py",1578,0,"a",python,content +1193,9849202,"models/tokenizer.py",1579,0,"",python,selection_keyboard +1194,9849333,"models/tokenizer.py",1579,0,"l",python,content +1195,9849336,"models/tokenizer.py",1580,0,"",python,selection_keyboard +1196,9849571,"models/tokenizer.py",1580,1,")",python,content +1197,9849574,"models/tokenizer.py",1581,0,"",python,selection_keyboard +1198,9849703,"models/tokenizer.py",1581,0,")",python,content +1199,9849706,"models/tokenizer.py",1582,0,"",python,selection_keyboard +1200,9849765,"models/tokenizer.py",1582,0,":",python,content +1201,9849767,"models/tokenizer.py",1583,0,"",python,selection_keyboard +1202,9849866,"models/tokenizer.py",1583,0," ",python,content +1203,9849868,"models/tokenizer.py",1584,0,"",python,selection_keyboard +1204,9850258,"models/tokenizer.py",1583,1,"",python,content +1205,9850421,"models/tokenizer.py",1582,1,"",python,content +1206,9850608,"models/tokenizer.py",1581,1,"",python,content +1207,9850943,"models/tokenizer.py",1581,0,":",python,content +1208,9850945,"models/tokenizer.py",1582,0,"",python,selection_keyboard +1209,9851023,"models/tokenizer.py",1582,0," ",python,content +1210,9851026,"models/tokenizer.py",1583,0,"",python,selection_keyboard +1211,9851232,"models/tokenizer.py",1583,0,"c",python,content +1212,9851235,"models/tokenizer.py",1584,0,"",python,selection_keyboard +1213,9851307,"models/tokenizer.py",1584,0,"h",python,content +1214,9851308,"models/tokenizer.py",1585,0,"",python,selection_keyboard +1215,9851383,"models/tokenizer.py",1585,0,"e",python,content +1216,9851384,"models/tokenizer.py",1586,0,"",python,selection_keyboard +1217,9851468,"models/tokenizer.py",1586,0,"c",python,content +1218,9851469,"models/tokenizer.py",1587,0,"",python,selection_keyboard +1219,9851557,"models/tokenizer.py",1587,0,"k",python,content +1220,9851559,"models/tokenizer.py",1588,0,"",python,selection_keyboard +1221,9851643,"models/tokenizer.py",1588,0," ",python,content +1222,9851646,"models/tokenizer.py",1589,0,"",python,selection_keyboard +1223,9852058,"models/tokenizer.py",1589,0,"w",python,content +1224,9852061,"models/tokenizer.py",1590,0,"",python,selection_keyboard +1225,9852180,"models/tokenizer.py",1590,0,"h",python,content +1226,9852181,"models/tokenizer.py",1591,0,"",python,selection_keyboard +1227,9852260,"models/tokenizer.py",1591,0,"e",python,content +1228,9852260,"models/tokenizer.py",1592,0,"",python,selection_keyboard +1229,9852318,"models/tokenizer.py",1592,0,"t",python,content +1230,9852320,"models/tokenizer.py",1593,0,"",python,selection_keyboard +1231,9852484,"models/tokenizer.py",1593,0,"h",python,content +1232,9852486,"models/tokenizer.py",1594,0,"",python,selection_keyboard +1233,9852524,"models/tokenizer.py",1594,0,"e",python,content +1234,9852526,"models/tokenizer.py",1595,0,"",python,selection_keyboard +1235,9852586,"models/tokenizer.py",1595,0,"r",python,content +1236,9852589,"models/tokenizer.py",1596,0,"",python,selection_keyboard +1237,9852685,"models/tokenizer.py",1596,0," ",python,content +1238,9852688,"models/tokenizer.py",1597,0,"",python,selection_keyboard +1239,9852814,"models/tokenizer.py",1597,0,"t",python,content +1240,9852816,"models/tokenizer.py",1598,0,"",python,selection_keyboard +1241,9853126,"models/tokenizer.py",1597,1,"",python,content +1242,9853207,"models/tokenizer.py",1597,0,"w",python,content +1243,9853209,"models/tokenizer.py",1598,0,"",python,selection_keyboard +1244,9853240,"models/tokenizer.py",1598,0,"e",python,content +1245,9853242,"models/tokenizer.py",1599,0,"",python,selection_keyboard +1246,9853276,"models/tokenizer.py",1599,0," ",python,content +1247,9853278,"models/tokenizer.py",1600,0,"",python,selection_keyboard +1248,9853481,"models/tokenizer.py",1600,0,"n",python,content +1249,9853485,"models/tokenizer.py",1601,0,"",python,selection_keyboard +1250,9853514,"models/tokenizer.py",1601,0,"e",python,content +1251,9853515,"models/tokenizer.py",1602,0,"",python,selection_keyboard +1252,9853665,"models/tokenizer.py",1602,0,"e",python,content +1253,9853666,"models/tokenizer.py",1603,0,"",python,selection_keyboard +1254,9853720,"models/tokenizer.py",1603,0,"d",python,content +1255,9853723,"models/tokenizer.py",1604,0,"",python,selection_keyboard +1256,9853788,"models/tokenizer.py",1604,0," ",python,content +1257,9853790,"models/tokenizer.py",1605,0,"",python,selection_keyboard +1258,9853941,"models/tokenizer.py",1605,0,"t",python,content +1259,9853945,"models/tokenizer.py",1606,0,"",python,selection_keyboard +1260,9854007,"models/tokenizer.py",1606,0,"o",python,content +1261,9854008,"models/tokenizer.py",1607,0,"",python,selection_keyboard +1262,9854103,"models/tokenizer.py",1607,0," ",python,content +1263,9854107,"models/tokenizer.py",1608,0,"",python,selection_keyboard +1264,9856857,"models/tokenizer.py",1608,0,"c",python,content +1265,9856863,"models/tokenizer.py",1609,0,"",python,selection_keyboard +1266,9856941,"models/tokenizer.py",1609,0,"a",python,content +1267,9856944,"models/tokenizer.py",1610,0,"",python,selection_keyboard +1268,9856986,"models/tokenizer.py",1610,0,"s",python,content +1269,9856988,"models/tokenizer.py",1611,0,"",python,selection_keyboard +1270,9857119,"models/tokenizer.py",1611,0,"t",python,content +1271,9857122,"models/tokenizer.py",1612,0,"",python,selection_keyboard +1272,9857174,"models/tokenizer.py",1612,0," ",python,content +1273,9857177,"models/tokenizer.py",1613,0,"",python,selection_keyboard +1274,9857348,"models/tokenizer.py",1613,0,"t",python,content +1275,9857351,"models/tokenizer.py",1614,0,"",python,selection_keyboard +1276,9857526,"models/tokenizer.py",1614,0,"o",python,content +1277,9857529,"models/tokenizer.py",1615,0,"",python,selection_keyboard +1278,9857598,"models/tokenizer.py",1615,0," ",python,content +1279,9857601,"models/tokenizer.py",1616,0,"",python,selection_keyboard +1280,9858422,"models/tokenizer.py",1616,0,"f",python,content +1281,9858425,"models/tokenizer.py",1617,0,"",python,selection_keyboard +1282,9858639,"models/tokenizer.py",1617,0,"p",python,content +1283,9858642,"models/tokenizer.py",1618,0,"",python,selection_keyboard +1284,9858904,"models/tokenizer.py",1617,1,"",python,content +1285,9859071,"models/tokenizer.py",1617,0,"u",python,content +1286,9859072,"models/tokenizer.py",1618,0,"",python,selection_keyboard +1287,9859144,"models/tokenizer.py",1618,0,"l",python,content +1288,9859146,"models/tokenizer.py",1619,0,"",python,selection_keyboard +1289,9859328,"models/tokenizer.py",1619,0,"l",python,content +1290,9859329,"models/tokenizer.py",1620,0,"",python,selection_keyboard +1291,9859478,"models/tokenizer.py",1620,0," ",python,content +1292,9859481,"models/tokenizer.py",1621,0,"",python,selection_keyboard +1293,9859528,"models/tokenizer.py",1621,0,"p",python,content +1294,9859531,"models/tokenizer.py",1622,0,"",python,selection_keyboard +1295,9859657,"models/tokenizer.py",1622,0,"r",python,content +1296,9859659,"models/tokenizer.py",1623,0,"",python,selection_keyboard +1297,9859696,"models/tokenizer.py",1623,0,"e",python,content +1298,9859698,"models/tokenizer.py",1624,0,"",python,selection_keyboard +1299,9859855,"models/tokenizer.py",1624,0,"c",python,content +1300,9859857,"models/tokenizer.py",1625,0,"",python,selection_keyboard +1301,9859898,"models/tokenizer.py",1625,0,"i",python,content +1302,9859900,"models/tokenizer.py",1626,0,"",python,selection_keyboard +1303,9859987,"models/tokenizer.py",1626,0,"s",python,content +1304,9859989,"models/tokenizer.py",1627,0,"",python,selection_keyboard +1305,9860076,"models/tokenizer.py",1627,0,"i",python,content +1306,9860078,"models/tokenizer.py",1628,0,"",python,selection_keyboard +1307,9860147,"models/tokenizer.py",1628,0,"o",python,content +1308,9860149,"models/tokenizer.py",1629,0,"",python,selection_keyboard +1309,9860228,"models/tokenizer.py",1629,0,"n",python,content +1310,9860230,"models/tokenizer.py",1630,0,"",python,selection_keyboard +1311,9860313,"models/tokenizer.py",1630,0," ",python,content +1312,9860316,"models/tokenizer.py",1631,0,"",python,selection_keyboard +1313,9860859,"models/tokenizer.py",1631,0,"f",python,content +1314,9860865,"models/tokenizer.py",1632,0,"",python,selection_keyboard +1315,9861064,"models/tokenizer.py",1632,0,"o",python,content +1316,9861066,"models/tokenizer.py",1633,0,"",python,selection_keyboard +1317,9861101,"models/tokenizer.py",1633,0,"r",python,content +1318,9861103,"models/tokenizer.py",1634,0,"",python,selection_keyboard +1319,9861181,"models/tokenizer.py",1634,0," ",python,content +1320,9861184,"models/tokenizer.py",1635,0,"",python,selection_keyboard +1321,9861312,"models/tokenizer.py",1635,0,"s",python,content +1322,9861315,"models/tokenizer.py",1636,0,"",python,selection_keyboard +1323,9861426,"models/tokenizer.py",1636,0,"i",python,content +1324,9861428,"models/tokenizer.py",1637,0,"",python,selection_keyboard +1325,9861507,"models/tokenizer.py",1637,0,"g",python,content +1326,9861509,"models/tokenizer.py",1638,0,"",python,selection_keyboard +1327,9861629,"models/tokenizer.py",1638,0,"m",python,content +1328,9861631,"models/tokenizer.py",1639,0,"",python,selection_keyboard +1329,9861687,"models/tokenizer.py",1639,0,"o",python,content +1330,9861690,"models/tokenizer.py",1640,0,"",python,selection_keyboard +1331,9861768,"models/tokenizer.py",1640,0,"i",python,content +1332,9861770,"models/tokenizer.py",1641,0,"",python,selection_keyboard +1333,9861980,"models/tokenizer.py",1640,0,"",python,selection_command +1334,9862476,"models/tokenizer.py",1641,0,"",python,selection_command +1335,9862631,"models/tokenizer.py",1641,0,"d",python,content +1336,9862633,"models/tokenizer.py",1642,0,"",python,selection_keyboard +1337,9862829,"models/tokenizer.py",1641,0,"",python,selection_command +1338,10094126,"models/tokenizer.py",1827,0,"",python,selection_mouse +1339,10094142,"models/tokenizer.py",1826,0,"",python,selection_command +1340,10101821,"models/tokenizer.py",1851,0,"",python,selection_mouse +1341,10102851,"models/tokenizer.py",1846,0,"",python,selection_mouse +1342,10103249,"models/tokenizer.py",1707,0,"",python,selection_mouse +1343,10103650,"models/tokenizer.py",1668,0,"",python,selection_mouse +1344,10104009,"models/tokenizer.py",1709,0,"",python,selection_mouse +1345,10104327,"models/tokenizer.py",1668,0,"",python,selection_mouse +1346,10104707,"models/tokenizer.py",1588,0,"",python,selection_mouse +1347,10107267,"train_tokenizer.py",0,0,"",python,tab +1348,10110277,"train_tokenizer.py",2403,0,"",python,selection_mouse +1349,10110810,"train_tokenizer.py",2469,0,"",python,selection_mouse +1350,10111263,"train_tokenizer.py",2554,0,"",python,selection_mouse +1351,10112606,"train_tokenizer.py",2661,0,"",python,selection_mouse +1352,10118132,"train_tokenizer.py",2760,0,"",python,selection_mouse +1353,10118600,"train_tokenizer.py",2838,0,"",python,selection_mouse +1354,10119049,"train_tokenizer.py",2919,0,"",python,selection_mouse +1355,10119385,"train_tokenizer.py",2972,0,"",python,selection_mouse +1356,10126138,"train_tokenizer.py",2713,0,"",python,selection_mouse +1357,10133578,"TERMINAL",0,0,"",,terminal_focus +1358,10137706,"train_tokenizer.py",1755,0,"",python,selection_mouse +1359,10140253,"train_tokenizer.py",0,0,"",python,tab +1360,10140265,"train_tokenizer.py",1231,0,"",python,selection_command +1361,10141281,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +1362,10141294,"genie.py",854,0,"",python,selection_command +1363,10143702,"train_tokenizer.py",0,0,"",python,tab +1364,10156118,"train_tokenizer.py",1323,0,"",python,selection_mouse +1365,10156447,"train_tokenizer.py",1257,0,"",python,selection_mouse +1366,10156854,"train_tokenizer.py",1231,67,"",python,content +1367,10156884,"train_tokenizer.py",1235,0,"",python,selection_command +1368,10179001,"train_tokenizer.py",5992,0,"",python,selection_mouse +1369,10179945,".venv/lib/python3.10/site-packages/optax/_src/alias.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Aliases for popular optimizers.""""""\n\nfrom collections.abc import Callable\nimport functools\nfrom typing import Any, Optional, Union\nimport warnings\n\nimport jax\nimport jax.numpy as jnp\nfrom optax._src import base\nfrom optax._src import clipping\nfrom optax._src import combine\nfrom optax._src import factorized\nfrom optax._src import linesearch as _linesearch\nfrom optax._src import transform\nfrom optax._src import utils\nfrom optax._src import wrappers\n\n\nMaskOrFn = Optional[Union[Any, Callable[[base.Params], Any]]]\n\n\ndef adabelief(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-16,\n eps_root: float = 1e-16,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""The AdaBelief optimizer.\n\n AdaBelief is an adaptive learning rate optimizer that focuses on fast\n convergence, generalization, and stability. It adapts the step size depending\n on its ""belief"" in the gradient direction — the optimizer adaptively scales\n the step size by the difference between the predicted and observed gradients.\n AdaBelief is a modified version of :func:`optax.adam` and contains the same\n number of parameters.\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, s_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n s_t &\leftarrow \beta_2 \cdot s_{t-1} + (1-\beta_2) \cdot (g_t - m_t)^2\n + \bar{\varepsilon} \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{s}_t &\leftarrow s_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left(\sqrt{\hat{s}_t}\n + \varepsilon \right) \\\n S_t &\leftarrow (m_t, s_t).\n \end{align*}\n\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adabelief(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Zhuang, `AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed\n Gradients `_, 2020\n\n .. note::\n The default epsilon values in the paper are ``eps=1e-8``, ``eps_root=0.``.\n """"""\n return combine.chain(\n transform.scale_by_belief(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adadelta(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n rho: float = 0.9,\n eps: float = 1e-6,\n weight_decay: float = 0.0,\n weight_decay_mask: MaskOrFn = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Adadelta optimizer.\n\n Adadelta is a stochastic gradient descent method that adapts learning rates\n based on a moving window of gradient updates. Adadelta is a modification of\n Adagrad.\n It addresses the diminishing learning rates problem in Adagrad by maintaining running averages of squared\n gradients.\n\n The weight update :math:`\Delta w_t` for this optimizer is given as follows:\n\n .. math::\n \begin{align*}\n\n &E[g^2]_t = \rho \cdot E[g^2]_{t-1} + (1-\rho) \cdot g_t^2 \\\n &\Delta w_t = -\frac{\sqrt{E[\Delta w^2]_{t-1} + \epsilon}}{\sqrt{E[g^2]_t + \epsilon}} \cdot g_t\n\n \end{align*}\n\n\n\n where:\n - :math:`g_t` is the gradient at time step :math:`t`,\n - :math:`E[g^2]_t` is the running average of squared gradients,\n - :math:`E[\Delta w^2]_t` is the running average of squared parameter updates,\n - :math:`\rho` is the decay rate (typically 0.9),\n - :math:`\epsilon` is a small constant for numerical stability.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n rho: A coefficient used for computing a running average of squared\n gradients.\n eps: Term added to the denominator to improve numerical stability.\n weight_decay: Optional rate at which to decay weights.\n weight_decay_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> f = lambda x: jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adadelta(learning_rate=10.)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.36E+01\n Objective function: 1.32E+01\n Objective function: 1.29E+01\n Objective function: 1.25E+01\n Objective function: 1.21E+01\n\n References:\n Zeiler, `Adadelta: An Adaptive Learning Rate Optimizer\n `_, 2012\n """"""\n return combine.chain(\n transform.add_decayed_weights(weight_decay, mask=weight_decay_mask),\n transform.scale_by_adadelta(rho=rho, eps=eps),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adafactor(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n min_dim_size_to_factor: int = 128,\n decay_rate: float = 0.8,\n decay_offset: int = 0,\n multiply_by_parameter_scale: float = True,\n clipping_threshold: Optional[float] = 1.0,\n momentum: Optional[float] = None,\n dtype_momentum: Any = jnp.float32,\n weight_decay_rate: Optional[float] = None,\n eps: float = 1e-30,\n factored: bool = True,\n weight_decay_mask: MaskOrFn = None,\n) -> base.GradientTransformationExtraArgs:\n """"""The Adafactor optimizer.\n\n Adafactor is an adaptive learning rate optimizer that focuses on fast\n training of large scale neural networks. It saves memory by using a factored\n estimate of the second order moments used to scale gradients.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n Note that the natural scale for Adafactor's LR is markedly different\n from Adam, one doesn't use the 1/sqrt(hidden) correction for this optim\n with attention-based models.\n min_dim_size_to_factor: Only factor the statistics if two array dimensions\n have at least this size.\n decay_rate: Controls second-moment exponential decay schedule.\n decay_offset: For fine-tuning, one may set this to the starting step\n number of the fine-tuning phase.\n multiply_by_parameter_scale: If True, then scale learning_rate by\n parameter norm. If False, provided learning_rate is absolute step size.\n clipping_threshold: Optional clipping threshold. Must be >= 1. If None,\n clipping is disabled.\n momentum: Optional value between 0 and 1, enables momentum and uses extra\n memory if non-None! None by default.\n dtype_momentum: Data type of momentum buffers.\n weight_decay_rate: Optional rate at which to decay weights.\n eps: Regularization constant for root mean squared gradient.\n factored: Whether to use factored second-moment estimates.\n weight_decay_mask: A tree with same structure as (or a prefix of) the\n params PyTree, or a Callable that returns such a pytree given the\n params/updates. The leaves should be booleans, `True` for\n leaves/subtrees you want to apply the transformation to, and `False` for\n those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adafactor(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Shazeer et al, `Adafactor: Adaptive Learning Rates with Sublinear Memory\n Cost `_, 2018\n """"""\n # The core of the algorithm is a procedure for rescaling gradients\n # by a factored estimate of the root mean squared gradients.\n # This reduces memory compared to algorithms such as Adam or RmsProp,\n # by not having to hold a separate estimate for each weight.\n tx = [\n factorized.scale_by_factored_rms(\n factored, decay_rate, decay_offset, min_dim_size_to_factor, eps\n )\n ]\n # This basic rescaling is typically combined with one or more of the following\n # transformation (all can be disabled via adafactor's constructor args).\n if clipping_threshold is not None:\n tx.append(clipping.clip_by_block_rms(clipping_threshold))\n if learning_rate is not None:\n tx.append(transform.scale_by_learning_rate(learning_rate, flip_sign=False))\n if multiply_by_parameter_scale:\n tx.append(transform.scale_by_param_block_rms())\n if momentum is not None:\n tx.append(\n transform.ema(momentum, debias=False, accumulator_dtype=dtype_momentum)\n )\n if weight_decay_rate is not None:\n tx.append(\n transform.add_decayed_weights(weight_decay_rate, mask=weight_decay_mask)\n )\n # In gradient ""descent"" we follow the negative gradient.\n tx.append(transform.scale(-1))\n return combine.chain(*tx)\n\n\ndef adagrad(\n learning_rate: base.ScalarOrSchedule,\n initial_accumulator_value: float = 0.1,\n eps: float = 1e-7,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Adagrad optimizer.\n\n AdaGrad is a sub-gradient algorithm for stochastic optimization that adapts\n the learning rate individually for each feature based on its gradient history.\n\n The updated parameters adopt the form:\n\n .. math::\n\n w_{t+1}^{(i)} = w_{t}^{(i)} - \eta \frac{g_{t}^{(i)}}\n {\sqrt{\sum_{\tau=1}^{t} (g_{\tau}^{(i)})^2 + \epsilon}}\n\n where:\n - :math:`w_t^{(i)}` is the parameter :math:`i` at time step :math:`t`,\n - :math:`\eta` is the learning rate,\n - :math:`g_t^{(i)}` is the gradient of parameter :math:`i` at time step\n :math:`t`,\n - :math:`\epsilon` is a small constant to ensure numerical stability.\n\n Defining :math:`G = \sum_{t=1}^\tau g_t g_t^\top`, the update can be\n written as\n\n .. math::\n\n w_{t+1} = w_{t} - \eta \cdot \text{diag}(G + \epsilon I)^{-1/2}\n \cdot g_t\n\n where :math:`\text{diag} (G) = (G_{ii})_{i=1}^p` is the vector of diagonal\n entries of :math:`G \in \mathbb{R}^p` and :math:`I` is the identity matrix\n in :math:`\mathbb{R}^p`.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n initial_accumulator_value: Initial value for the accumulator.\n eps: A small constant applied to denominator inside of the square root (as\n in RMSProp) to avoid dividing by zero when rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adagrad(learning_rate=1.0)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 5.01E+00\n Objective function: 2.40E+00\n Objective function: 1.25E+00\n Objective function: 6.86E-01\n Objective function: 3.85E-01\n\n References:\n Duchi et al, `Adaptive Subgradient Methods for Online Learning and\n Stochastic Optimization `_,\n 2011\n\n .. warning::\n Adagrad's main limit is the monotonic accumulation of squared\n gradients in the denominator: since all terms are >0, the sum keeps growing\n during training and the learning rate eventually becomes vanishingly small.\n """"""\n return combine.chain(\n transform.scale_by_rss(\n initial_accumulator_value=initial_accumulator_value, eps=eps\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adam(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Adam optimizer.\n\n Adam is an SGD variant with gradient scaling adaptation. The scaling\n used for each parameter is computed from estimates of first and second-order\n moments of the gradients (using suitable exponential moving averages).\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n example when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum. The solver with\n nesterov=True is equivalent to the :func:`optax.nadam` optimizer, and\n described in [Dozat 2016].\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Kingma et al, `Adam: A Method for Stochastic Optimization\n `_, 2014\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. warning::\n PyTorch and optax's implementation follow Algorithm 1 of [Kingma et al.\n 2014]. Note that TensorFlow used instead the formulation just before Section\n 2.1 of the paper. See https://github.com/deepmind/optax/issues/571 for more\n detail.\n\n .. seealso:: :func:`optax.nadam`, :func:`optax.adamw`.\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\nnadam = functools.partial(adam, nesterov=True)\nnadam.__doc__ = r""""""The NAdam optimizer.\n\n Nadam is a variant of :func:`optax.adam` with Nesterov's momentum. The update\n rule of this solver is as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}\\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n example when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.nadam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso:: :func:`optax.adam`, :func:`optax.nadamw`.\n\n .. versionadded:: 0.1.9\n""""""\n\n\ndef adamw(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n weight_decay: float = 1e-4,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""Adam with weight decay regularization.\n\n AdamW uses weight decay to regularize learning towards small weights, as\n this leads to better generalization. In SGD you can also use L2 regularization\n to implement this as an additive loss term, however L2 regularization\n does not behave as intended for adaptive gradient algorithms such as Adam,\n see [Loshchilov et al, 2019].\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function. Let :math:`\lambda` be the weight decay and\n :math:`\theta_t` the parameter vector at time :math:`t`.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t`, the optimizer state :math:`S_t`\n and the parameters :math:`\theta_t` and computes updates :math:`u_t` and\n new state :math:`S_{t+1}`. Thus, for :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \left( \hat{m}_t / \left({\sqrt{\hat{v}_t\n + \bar{\varepsilon}} + \varepsilon} \right) + \lambda \theta_{t} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n This implementation can incorporate a momentum a la Nesterov introduced by\n [Dozat 2016]. The resulting optimizer is then often referred as NAdamW.\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent\n with other frameworks such as PyTorch, but different from\n (Loshchilov et al, 2019) where the weight decay is only multiplied with\n the ""schedule multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip. Note\n that the Adam gradient transformations are applied to all parameters.\n nesterov: Whether to use Nesterov momentum. The solver with\n nesterov=True is equivalent to the :func:`optax.nadamw` optimizer. This\n modification is described in [Dozat 2016].\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, `Decoupled Weight Decay\n Regularization `_, 2019\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso::\n See the related functions :func:`optax.adam`, :func:`optax.nadamw`, as well\n as the example :doc:`../_collections/examples/nanolm` for a use case.\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\nnadamw = functools.partial(adamw, nesterov=True)\nnadamw.__doc__ = (\n r""""""NAdamW optimizer, implemented as part of the AdamW optimizer.\n\n NadamW is variant of :func:`optax.adamw` with Nesterov's momentum. Compared\n to AdamW, this optimizer replaces the assignment\n\n .. math::\n\n \hat{m}_t \leftarrow m_t / {(1-\beta_1^t)}\n\n with\n\n .. math::\n\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent\n with other frameworks such as PyTorch, but different from\n (Loshchilov et al, 2019) where the weight decay is only multiplied with\n the ""schedule multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip. Note\n that the Adam gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.nadamw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, `Decoupled Weight Decay\n Regularization `_, 2019\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamw`.\n\n .. versionadded:: 0.1.9\n""""""\n)\n\n\ndef adan(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.98,\n b2: float = 0.92,\n b3: float = 0.99,\n eps: float = 1e-8,\n eps_root: float = 1e-8,\n weight_decay: float = 0.0,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""The ADAptive Nesterov momentum algorithm (Adan).\n\n Adan first reformulates the vanilla Nesterov acceleration to develop a new\n Nesterov momentum estimation (NME) method, which avoids the extra overhead of\n computing gradient at the extrapolation point. Then Adan adopts NME to\n estimate the gradient's first- and second-order moments in adaptive gradient\n algorithms for convergence acceleration.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`\eta > 0`: the step size.\n - :math:`\beta_1 \in [0, 1]`: the decay rate for the exponentially weighted\n average of gradients.\n - :math:`\beta_2 \in [0, 1]`: the decay rate for the exponentially weighted\n average of differences of gradients.\n - :math:`\beta_3 \in [0, 1]`: the decay rate for the exponentially weighted\n average of the squared term.\n - :math:`\varepsilon > 0`: a small constant for numerical stability.\n - :math:`\lambda > 0`: a weight decay.\n\n Second, we define the following variables:\n\n - :math:`\theta_t`: the parameters.\n - :math:`g_t`: the incoming stochastic gradient.\n - :math:`m_t`: the exponentially weighted average of gradients.\n - :math:`v_t`: the exponentially weighted average of differences of gradients.\n - :math:`n_t`: the exponentially weighted average of the squared term.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the saved state of the optimizer.\n\n Third, we initialize these variables as follows:\n\n - :math:`m_0 = g_0`\n - :math:`v_0 = 0`\n - :math:`v_1 = g_1 - g_0`\n - :math:`n_0 = g_0^2`\n\n Finally, on each iteration, we update the variables as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\gets (1 - \beta_1) m_{t-1} + \beta_1 g_t \\\n v_t &\gets (1 - \beta_2) v_{t-1} + \beta_2 (g_t - g_{t-1}) \\\n n_t &\gets (1 - \beta_3) n_{t-1} + \beta_3 (g_t + (1 - \beta_2)\n (g_t - g_{t-1}))^2 \\\n \eta_t &\gets \eta / ({\sqrt{n_t + \bar{\varepsilon}} + \varepsilon}) \\\n u_t &\gets (\theta_t - \eta_t \circ (m_t + (1 - \beta_2) v_t))\n / (1 + \lambda \eta) \\\n S_t &\leftarrow (m_t, v_t, n_t).\n \end{align*}\n\n Args:\n learning_rate: this is a fixed global scaling factor.\n b1: Decay rate for the EWMA of gradients.\n b2: Decay rate for the EWMA of differences of gradients.\n b3: Decay rate for the EMWA of the algorithm's squared term.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the denominator inside the square-root to improve\n numerical stability when backpropagating gradients through the rescaling.\n weight_decay: Strength of the weight decay regularization.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip.\n\n Returns:\n the corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> f = lambda x: x @ x # simple quadratic function\n >>> solver = optax.adan(learning_rate=1e-1)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.28E+01\n Objective function: 1.17E+01\n Objective function: 1.07E+01\n Objective function: 9.68E+00\n Objective function: 8.76E+00\n\n References:\n Xie et al, `Adan: Adaptive Nesterov Momentum Algorithm for Faster Optimizing\n Deep Models\n `_, 2022\n """"""\n return combine.chain(\n transform.scale_by_adan(\n b1=b1,\n b2=b2,\n b3=b3,\n eps=eps,\n eps_root=eps_root,\n ),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef lion(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.99,\n mu_dtype: Optional[Any] = None,\n weight_decay: float = 1e-3,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Lion optimizer.\n\n Lion is discovered by symbolic program search. Unlike most adaptive optimizers\n such as AdamW, Lion only tracks momentum, making it more memory-efficient.\n The update of Lion is produced through the sign operation, resulting in a\n larger norm compared to updates produced by other optimizers such as SGD and\n AdamW. A suitable learning rate for Lion is typically 3-10x smaller than that\n for AdamW, the weight decay for Lion should be in turn 3-10x larger than that\n for AdamW to maintain a similar strength (lr * wd).\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n represent the arguments ``b1`` and ``b2`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function. Let :math:`\lambda` be the weight decay and\n :math:`\theta_t` the parameter vector at time :math:`t`.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0) = (0)`, representing the intial estimate for the\n first moment. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t`, the optimizer state :math:`S_t`\n and the parameters :math:`\theta_t` and computes updates :math:`u_t` and\n new state :math:`S_{t+1}`. Thus, for :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n c_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n u_t &\leftarrow -\alpha_t \cdot \left( sign \left( c_t \right) +\n \lambda \theta_{t} \right)\\\n m_t &\leftarrow \beta_2 \cdot m_{t-1} + (1-\beta_2) \cdot g_t \\\n S_t &\leftarrow (m_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Rate to combine the momentum and the current gradient.\n b2: Exponential decay rate to track the momentum of past gradients.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent with\n other frameworks such as PyTorch, but different from (Loshchilov et al,\n 2019) where the weight decay is only multiplied with the ""schedule\n multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n weight decay to, and `False` for those you want to skip. Note that the\n Adam gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lion(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Chen et al, `Symbolic Discovery of Optimization Algorithms\n `_, 2023\n """"""\n return combine.chain(\n transform.scale_by_lion(b1=b1, b2=b2, mu_dtype=mu_dtype),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef amsgrad(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n) -> base.GradientTransformationExtraArgs:\n """"""The AMSGrad optimizer.\n\n The original Adam can fail to converge to the optimal solution in some cases.\n AMSGrad guarantees convergence by using a long-term memory of past gradients.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.amsgrad(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Reddi et al, `On the Convergence of Adam and Beyond\n `_, 2023\n """"""\n return combine.chain(\n transform.scale_by_amsgrad(\n b1=b1, b2=b2, eps=eps, eps_root=eps_root, mu_dtype=mu_dtype\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef fromage(\n learning_rate: float, min_norm: float = 1e-6\n) -> base.GradientTransformationExtraArgs:\n """"""The Frobenius matched gradient descent (Fromage) optimizer.\n\n Fromage is a learning algorithm that does not require learning rate tuning.\n The optimizer is based on modeling neural network gradients via deep relative\n trust (a distance function on deep neural networks). Fromage is similar to the\n LARS optimizer and can work on a range of standard neural network benchmarks,\n such as natural language Transformers and generative adversarial networks.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n min_norm: A minimum value that the norm of the gradient updates and the norm\n of the layer parameters can be clipped to to avoid dividing by zero when\n computing the trust ratio (as in the LARS paper).\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.fromage(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Bernstein et al, `On the distance between two neural networks and the\n stability of learning `_, 2020\n """"""\n mult = 1 / jnp.sqrt(1 + learning_rate**2)\n return combine.chain(\n transform.scale_by_trust_ratio(min_norm),\n transform.scale_by_learning_rate(learning_rate * mult),\n transform.add_decayed_weights((mult - 1)),\n )\n\n\ndef lars(\n learning_rate: base.ScalarOrSchedule,\n weight_decay: float = 0.0,\n weight_decay_mask: MaskOrFn = True,\n trust_coefficient: float = 0.001,\n eps: float = 0.0,\n trust_ratio_mask: MaskOrFn = True,\n momentum: float = 0.9,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n """"""The LARS optimizer.\n\n LARS is a layer-wise adaptive optimizer introduced to help scale SGD to\n larger batch sizes. LARS later inspired the LAMB optimizer.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n weight_decay: Strength of the weight decay regularization.\n weight_decay_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n trust_coefficient: A multiplier for the trust ratio.\n eps: Optional additive constant in the trust ratio denominator.\n trust_ratio_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n momentum: Decay rate for momentum.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lars(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n\n References:\n You et al, `Large Batch Training of Convolutional Networks\n `_, 2017\n """"""\n return combine.chain(\n transform.add_decayed_weights(weight_decay, mask=weight_decay_mask),\n wrappers.masked(\n inner=transform.scale_by_trust_ratio(\n trust_coefficient=trust_coefficient, eps=eps\n ),\n mask=trust_ratio_mask,\n ),\n transform.scale_by_learning_rate(learning_rate),\n transform.trace(decay=momentum, nesterov=nesterov),\n )\n\n\ndef lamb(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-6,\n eps_root: float = 0.0,\n weight_decay: float = 0.0,\n mask: MaskOrFn = None,\n) -> base.GradientTransformationExtraArgs:\n """"""The LAMB optimizer.\n\n LAMB is a general purpose layer-wise adaptive large batch optimizer designed\n to provide consistent training performance across a wide range of tasks,\n including those that use attention-based models (such as Transformers) and\n ResNet-50. The optimizer is able to work with small and large batch sizes.\n LAMB was inspired by the LARS learning algorithm.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n weight_decay: Strength of the weight decay regularization.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n transformation to, and `False` for those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lamb(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n You et al, `Large Batch Optimization for Deep Learning: Training BERT in 76\n minutes `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_adam(b1=b1, b2=b2, eps=eps, eps_root=eps_root),\n transform.add_decayed_weights(weight_decay=weight_decay, mask=mask),\n transform.scale_by_trust_ratio(),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef noisy_sgd(\n learning_rate: base.ScalarOrSchedule,\n eta: float = 0.01,\n gamma: float = 0.55,\n key: jax.Array | int | None = None,\n *,\n seed: int | None = None, # deprecated\n) -> base.GradientTransformationExtraArgs:\n r""""""A variant of SGD with added noise.\n\n Noisy SGD is a variant of :func:`optax.sgd` that incorporates Gaussian noise\n into the updates. It has been found that adding noise to the gradients can\n improve both the training error and the generalization error in very deep\n networks.\n\n The update :math:`u_t` is modified to include this noise as follows:\n\n .. math::\n u_t \leftarrow -\alpha_t (g_t + N(0, \sigma_t^2)),\n\n where :math:`N(0, \sigma_t^2)` represents Gaussian noise with zero mean and a\n variance of :math:`\sigma_t^2`.\n\n The variance of this noise decays over time according to the formula\n\n .. math::\n \sigma_t^2 = \frac{\eta}{(1+t)^\gamma},\n\n where :math:`\gamma` is the decay rate parameter ``gamma`` and :math:`\eta`\n represents the initial variance ``eta``.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n eta: Initial variance for the Gaussian noise added to gradients.\n gamma: A parameter controlling the annealing of noise over time ``t``, the\n variance decays according to ``(1+t)**(-gamma)``.\n key: random generator key for noise generation.\n seed: deprecated, use key instead.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.noisy_sgd(learning_rate=0.003, key=0)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Neelakantan et al, `Adding Gradient Noise Improves Learning for Very Deep\n Networks `_, 2015\n """"""\n if seed is not None:\n warnings.warn(\n '""seed"" is deprecated and will be removed in optax 0.3.0, use ""key"".',\n DeprecationWarning,\n )\n if key is not None:\n raise ValueError('Only one of seed or key can be specified.')\n key = jax.random.key(seed)\n if key is None:\n warnings.warn('Specifying a key will be required in optax 0.3.0.')\n key = jax.random.key(0)\n key = utils.canonicalize_key(key)\n\n return combine.chain(\n transform.add_noise(eta, gamma, key),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef sign_sgd(\n learning_rate: base.ScalarOrSchedule,\n) -> base.GradientTransformationExtraArgs:\n r""""""A variant of SGD using only the signs of the gradient components.\n\n SignSGD is a variant of SGD that uses the signs of the gradient components in\n the update, not their actual values. The update :math:`u_t` is modified as\n follows:\n\n .. math::\n u_t \leftarrow -\alpha_t\, \text{sign}\,(g_t),\n\n for :math:`\alpha_t` a given learning rate at iteration :math:`t`, and\n :math:`\text{sign}\,(g_t)` the sign of each component of the gradient\n :math:`g_t`.\n\n SGD variants that use only the signs of the gradient update have historically\n been used since RProp, with modern forms including RMSProp, Adam, and Lion.\n SignSGD uses only the signs of the gradient update. SignSGD enables\n significant gradient compression, substantially reducing the bottleneck\n imposed by communicating gradients when distributing learning across multiple\n workers.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sign_sgd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Bernstein et al., `signSGD: Compressed optimization for Non-Convex Problems\n `_, 2018\n\n Balles et al., `The Geometry of Sign Gradient Descent\n `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_sign(),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef novograd(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.25,\n eps: float = 1e-6,\n eps_root: float = 0.0,\n weight_decay: float = 0.0,\n) -> base.GradientTransformationExtraArgs:\n """"""NovoGrad optimizer.\n\n NovoGrad is more robust to the initial learning rate and\n weight initialization than other methods. For example,\n NovoGrad works well without LR warm-up, while other methods require it.\n NovoGrad performs exceptionally well for large batch training, e.g. it\n outperforms other methods for ResNet-50 for all batches up to 32K.\n In addition, NovoGrad requires half the memory compared to Adam.\n It was introduced together with Jasper ASR model.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: An exponential decay rate to track the first moment of past gradients.\n b2: An exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n weight_decay: Strength of the weight decay regularization.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.novograd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n\n References:\n Ginsburg et al, `Stochastic Gradient Methods with Layer-wise Adaptive\n Moments for Training of Deep Networks `_,\n 2019\n\n Li et al, `Jasper: An End-to-End Convolutional Neural Acoustic Model\n `_, 2019\n """"""\n return combine.chain(\n transform.scale_by_novograd(\n b1=b1, b2=b2, eps=eps, eps_root=eps_root, weight_decay=weight_decay\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef optimistic_gradient_descent(\n learning_rate: base.ScalarOrSchedule,\n alpha: base.ScalarOrSchedule = 1.0,\n beta: base.ScalarOrSchedule = 1.0,\n) -> base.GradientTransformationExtraArgs:\n """"""An Optimistic Gradient Descent optimizer.\n\n Optimistic gradient descent is an approximation of extra-gradient methods\n which require multiple gradient calls to compute the next update. It has\n strong formal guarantees for last-iterate convergence in min-max games, for\n which standard gradient descent can oscillate or even diverge.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n alpha: Coefficient for generalized OGD.\n beta: Coefficient for generalized OGD negative momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.optimistic_gradient_descent(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Mokhtari et al, `A Unified Analysis of Extra-gradient and\n Optimistic Gradient Methods for Saddle Point Problems: Proximal\n Point Approach `_, 2019\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n return combine.chain(\n transform.scale_by_optimistic_gradient(alpha=alpha, beta=beta),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef optimistic_adam(\n learning_rate: float,\n optimism: Optional[float] = None,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-08,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n *,\n nesterov: bool = True,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Optimistic Adam optimizer.\n\n This is an optimistic version of the Adam optimizer. It addresses the issue\n of limit cycling behavior in training Generative Adversarial Networks and\n other saddle-point min-max problems.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`\alpha`: the learning rate.\n - :math:`o` the optimism rate.\n - :math:`\beta_1` the exponential decay rate for the first moment estimate.\n - :math:`\beta_2` the exponential decay rate for the second moment estimate.\n\n Second, we define the following variables:\n\n - :math:`g_t`: the incoming gradient.\n - :math:`m_t`: the biased first moment estimate.\n - :math:`v_t`: the biased second raw moment estimate.\n - :math:`\hat{m}_t`: the bias-corrected first moment estimate.\n - :math:`\hat{v}_t`: the bias-corrected second raw moment estimate.\n - :math:`r_t`: the signal-to-noise ratio (SNR) vector.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the state of the optimizer.\n\n Finally, on each iteration, the variables are updated as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t - 1} + (1 - \beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t - 1} + (1 - \beta_2) \cdot g_t^2 \\\n \hat{m}_t &\leftarrow m_t / {(1 - \beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1 - \beta_2^t)} \\\n r_t &\leftarrow \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right) \\\n u_t &\leftarrow -\alpha r_t - o (r_t - r_{t - 1}) \\\n S_t &\leftarrow (m_t, v_t, r_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n optimism: The amount of optimism to be applied. If None, defaults to\n learning_rate, as in the paper.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> from jax import numpy as jnp, lax\n >>> def f(x, y):\n ... return x * y # simple bilinear function\n >>> opt = optax.optimistic_adam(1e-2, 1.0)\n >>> def step(state, _):\n ... params, opt_state = state\n ... distance = jnp.hypot(*params)\n ... grads = jax.grad(f, argnums=(0, 1))(*params)\n ... grads = grads[0], -grads[1]\n ... updates, opt_state = opt.update(grads, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... return (params, opt_state), distance\n >>> params = 1.0, 2.0\n >>> opt_state = opt.init(params)\n >>> _, distances = lax.scan(step, (params, opt_state), length=1025)\n >>> for i in range(6):\n ... print(f""{distances[4**i]:.3f}"")\n 2.243\n 2.195\n 2.161\n 2.055\n 0.796\n 0.001\n\n References:\n Daskalakis et al, `Training GANs with Optimism\n `_, 2017\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n warnings.warn('`optimistic_adam` is deprecated, please use'\n ' `optimistic_adam_new` instead.', category=DeprecationWarning)\n if callable(learning_rate):\n raise ValueError('This version of `optimistic_adam` does not support'\n ' learning rate schedules but `optimistic_adam_v2` does.')\n if optimism is None:\n optimism = learning_rate\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_optimistic_gradient(alpha=learning_rate,\n beta=optimism),\n transform.scale_by_learning_rate(1.0), # flips the sign\n )\n\n\ndef optimistic_adam_v2(\n learning_rate: base.ScalarOrSchedule,\n *,\n alpha: float = 1.0,\n beta: float = 1.0,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-08,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n nesterov: bool = True,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Optimistic Adam optimizer.\n\n This is an optimistic version of the Adam optimizer. It addresses the issue\n of limit cycling behavior in training Generative Adversarial Networks and\n other saddle-point min-max problems.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`learning_rate`: the learning rate.\n - :math:`\alpha`: the alpha rate in optimistic gradient descent.\n - :math:`\beta`: the beta rate in optimistic gradient descent.\n - :math:`\beta_1` the exponential decay rate for the first moment estimate.\n - :math:`\beta_2` the exponential decay rate for the second moment estimate.\n\n Second, we define the following variables:\n\n - :math:`g_t`: the incoming gradient.\n - :math:`m_t`: the biased first moment estimate.\n - :math:`v_t`: the biased second raw moment estimate.\n - :math:`\hat{m}_t`: the bias-corrected first moment estimate.\n - :math:`\hat{v}_t`: the bias-corrected second raw moment estimate.\n - :math:`r_t`: the signal-to-noise ratio (SNR) vector.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the state of the optimizer.\n\n Finally, on each iteration, the variables are updated as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t - 1} + (1 - \beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t - 1} + (1 - \beta_2) \cdot g_t^2 \\\n \hat{m}_t &\leftarrow m_t / {(1 - \beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1 - \beta_2^t)} \\\n r_t &\leftarrow \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right) \\\n u_t &\leftarrow -\alpha_t r_t - o_t (r_t - r_{t - 1}) \\\n S_t &\leftarrow (m_t, v_t, r_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n alpha: One of two scalar optimism parameters in optimistic gradient descent.\n beta: One of two scalar optimism parameters in optimistic gradient descent.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> from jax import numpy as jnp, lax\n >>> def f(x, y):\n ... return x * y # simple bilinear function\n >>> opt = optax.optimistic_adam_new(1e-2, 1.0)\n >>> def step(state, _):\n ... params, opt_state = state\n ... distance = jnp.hypot(*params)\n ... grads = jax.grad(f, argnums=(0, 1))(*params)\n ... grads = grads[0], -grads[1]\n ... updates, opt_state = opt.update(grads, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... return (params, opt_state), distance\n >>> params = 1.0, 2.0\n >>> opt_state = opt.init(params)\n >>> _, distances = lax.scan(step, (params, opt_state), length=1025)\n >>> for i in range(6):\n ... print(f""{distances[4**i]:.3f}"")\n 2.243\n 2.195\n 2.161\n 2.055\n 0.796\n 0.001\n\n References:\n Daskalakis et al, `Training GANs with Optimism\n `_, 2017\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_optimistic_gradient(alpha=alpha, beta=beta),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef radam(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n threshold: float = 5.0,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n """"""The Rectified Adam optimizer.\n\n The adaptive learning rate in Adam has undesirably large variance in early\n stages of training, due to the limited number of training samples used to\n estimate the optimizer's statistics. Rectified Adam addresses this issue\n by analytically reducing the large variance.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n threshold: Threshold for variance tractability.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.radam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Liu et al, 2020: `On the Variance of the Adaptive Learning Rate and Beyond\n `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_radam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n threshold=threshold,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef rmsprop(\n learning_rate: base.ScalarOrSchedule,\n decay: float = 0.9,\n eps: float = 1e-8,\n initial_scale: float = 0.0,\n eps_in_sqrt: bool = True,\n centered: bool = False,\n momentum: Optional[float] = None,\n nesterov: bool = False,\n bias_correction: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""A flexible RMSProp optimizer.\n\n RMSProp is an SGD variant with learning rate adaptation. The `learning_rate`\n used for each weight is scaled by a suitable estimate of the magnitude of the\n gradients on previous steps. Several variants of RMSProp can be found\n in the literature. This alias provides an easy to configure RMSProp\n optimizer that can be used to switch between several of these variants.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n decay: Decay used to track the magnitude of previous gradients.\n eps: A small numerical constant to avoid dividing by zero when rescaling.\n initial_scale: Initial value of accumulators tracking the magnitude of\n previous updates. PyTorch uses `0`, TF1 uses `1`. When reproducing results\n from a paper, verify the value used by the authors.\n eps_in_sqrt: Whether to add ``eps`` in the square root of the denominator or\n outside the square root.\n centered: Whether the second moment or the variance of the past gradients is\n used to rescale the latest gradients.\n momentum: Decay rate used by the momentum term, when it is set to `None`,\n then momentum is not used at all.\n nesterov: Whether Nesterov momentum is used.\n bias_correction: Whether to apply bias correction to the estimates of the\n second moments (and first moment if ``centered=True``).\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.rmsprop(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Hinton, `Overview of mini-batch gradient descent`\n `_, 2012\n\n Graves, `Generating Sequences With Recurrent Neural Networks\n `_, 2014\n\n Ziyin, `LaProp: Separating Momentum and Adaptivity in Adam`\n `_, 2021\n\n .. warning::\n Default behavior of optax's RMSprop (``eps_in_sqrt=True``) differs from\n Pytorch's implementation and could impact performance.\n If ``eps_in_sqrt=True``, in the denominator, optax uses\n :math:`\sqrt{v + \epsilon}` in the denominator whereas PyTorch uses\n :math:`\sqrt{v} + \epsilon`.\n Using ``eps_in_sqrt=False`` in optax will match PyTorch's behavior.\n See\n https://github.com/google-deepmind/optax/issues/532 for more detail.\n """"""\n if centered:\n return combine.chain(\n transform.scale_by_stddev(\n decay=decay,\n eps=eps,\n initial_scale=initial_scale,\n eps_in_sqrt=eps_in_sqrt,\n bias_correction=bias_correction,\n ),\n transform.scale_by_learning_rate(learning_rate),\n (\n transform.trace(decay=momentum, nesterov=nesterov)\n if momentum is not None\n else base.identity()\n ),\n )\n return combine.chain(\n transform.scale_by_rms(\n decay=decay,\n eps=eps,\n initial_scale=initial_scale,\n eps_in_sqrt=eps_in_sqrt,\n bias_correction=bias_correction,\n ),\n transform.scale_by_learning_rate(learning_rate),\n (\n transform.trace(decay=momentum, nesterov=nesterov)\n if momentum is not None\n else base.identity()\n ),\n )\n\n\ndef sgd(\n learning_rate: base.ScalarOrSchedule,\n momentum: Optional[float] = None,\n nesterov: bool = False,\n accumulator_dtype: Optional[Any] = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""A canonical Stochastic Gradient Descent optimizer.\n\n This implements stochastic gradient descent. It also includes support for\n momentum, and Nesterov acceleration, as these are standard practice when\n using stochastic gradient descent to train deep neural networks.\n\n\n The canonical stochastic gradient descent returns an update\n :math:`u_t` of the form\n\n .. math::\n u_t \leftarrow -\alpha_t g_t,\n\n where :math:`g_t` is the gradient of the objective (potentially preprocessed\n by other transformations) and :math:`\alpha_t` is the ``learning_rate`` at\n time :math:`t` (constant or selected by an :class:`optax.Schedule`).\n\n Stochastic gradient descent with momentum takes two possible forms.\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow g_t + \mu m_{t-1} \\\n u_t &\leftarrow \begin{cases}\n -\alpha_t m_t & \text{ if } \texttt{nesterov = False} \\\n -\alpha_t (g_t + \mu m_t) & \text{ if } \texttt{nesterov = True}\n \end{cases} \\\n S_t &\leftarrow m_t,\n \end{align*}\n\n where :math:`\mu` is the ``momentum`` parameter and :math:`S_t` is the state\n of the optimizer.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n momentum: Decay rate used by the momentum term, when it is set to ``None``,\n then momentum is not used at all.\n nesterov: Whether Nesterov momentum is used.\n accumulator_dtype: Optional ``dtype`` to be used for the accumulator; if\n ``None`` then the ``dtype`` is inferred from ``params`` and ``updates``.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sgd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Sutskever et al, `On the importance of initialization and momentum in deep\n learning `_, 2013\n """"""\n if momentum is not None:\n opt = transform.trace(\n decay=momentum,\n nesterov=nesterov,\n accumulator_dtype=accumulator_dtype,\n )\n else:\n opt = base.identity()\n return combine.chain(\n opt,\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef sm3(\n learning_rate: float, momentum: float = 0.9\n) -> base.GradientTransformationExtraArgs:\n r""""""The SM3 optimizer.\n\n SM3 (Square-root of Minima of Sums of Maxima of Squared-gradients Method) is a\n memory-efficient adaptive optimizer designed to decrease memory overhead when\n training very large models, such as the Transformer for machine translation,\n BERT for language modeling, and AmoebaNet-D for image classification. SM3: 1)\n applies to tensors of arbitrary dimensions and any predefined cover of the\n parameters; 2) adapts the learning rates in an adaptive and data-driven manner\n (like Adagrad and unlike Adafactor); and 3) comes with rigorous convergence\n guarantees in stochastic convex optimization settings.\n\n The init function of this optimizer initializes an internal state\n :math:`S_0 := \{\mu_0, w_1\} = \{0, 0\}`, representing initial estimates for\n the cumulative squared gradients and the weights. These values are stored as\n pytrees containing all zeros, with the same shape as the model updates. At\n step :math:`t`, the update function of this optimizer takes as arguments\n the incoming gradients :math:`g_t` and optimizer state :math:`S_t` and\n computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have:\n\n SM3-I Algorithm\n\n .. math::\n\n \begin{array}{l}\n \text{parameters: learning rate } \eta \\\n \text{initialize } w_1 = 0; \forall r \in [k]: \mu_0(r) = 0 \\\n \text{for } t = 1, \ldots, T \text{ do} \\\n \quad \text{receive gradient } g_t = \nabla \ell_t(w_t) \\\n \quad \text{for } r = 1, \ldots, k \text{ do} \\\n \quad \quad \mu_t(r) \leftarrow \mu_{t-1}(r) +\n \max_{j \in S_r} g_t^2(j) \\\n \quad \text{for } i = 1, \ldots, d \text{ do} \\\n \quad \quad \nu_t(i) \leftarrow \min_{r:S_r \ni i} \mu_t(r) \\\n \quad \quad w_{t+1}(i) \leftarrow w_t(i) -\n \eta \frac{g_t(i)}{\sqrt{\nu_t(i)}} \\\n \quad \quad \text{with the convention that } 0/0 = 0\n \end{array}\n\n SM3-II Algorithm\n\n The SM3-II optimizer initializes with parameters like the learning rate\n :math:\eta and weight :math:w_1. It updates weights iteratively using\n gradients :math:g_t, adjusting each component with minimum accumulated\n values :math:\nu'_t(i) and maintaining cumulative maximums :math:\mu'_t(r)\n for subsets :math:S_r. SM3-II starts with an initial state\n :math:S_0 := (m_0, s_0) set to zero, storing estimates for first and second\n moments as pytrees matching model updates' shape\n\n .. math::\n\n \begin{array}{l}\n \text{parameters: learning rate } \eta \\\n \text{initialize } w_1 = 0; \forall r \in [k]: \mu'_0(r) = 0 \\\n \text{for } t = 1, \ldots, T \text{ do} \\\n \quad \text{receive gradient } g_t = \nabla \ell_t(w_t) \\\n \quad \text{initialize } \mu'_t(r) = 0 \text{ for all } r \in [k] \\\n \quad \text{for } i = 1, \ldots, d \text{ do} \\\n \quad \quad \nu'_t(i) \leftarrow \min_{r:S_r \ni i}\n \mu'_{t-1}(r) + g_t^2(i) \\\n \quad \quad w_{t+1}(i) \leftarrow w_t(i) -\n \eta \frac{g_t(i)}{\sqrt{\nu'_t(i)}} \\\n \quad \quad \text{with the convention that } 0/0 = 0 \\\n \quad \text{for all } r : S_r \ni i \text{ do} \\\n \quad \quad \mu'_t(r) \leftarrow \max\{\mu'_t(r), \nu'_t(i)\}\n \end{array}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n momentum: Decay rate used by the momentum term (when it is not set to\n `None`, then momentum is not used at all).\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sm3(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n\n References:\n Anil et al, `Memory-Efficient Adaptive Optimization\n `_, 2019\n """"""\n return combine.chain(\n transform.scale_by_sm3(momentum),\n transform.scale(-learning_rate),\n )\n\n\ndef yogi(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-3,\n) -> base.GradientTransformationExtraArgs:\n # pylint: disable=line-too-long\n """"""The Yogi optimizer.\n\n Yogi is an adaptive optimizer, which provides control in tuning the effective\n learning rate to prevent it from increasing. By doing so, it focuses on\n addressing the issues of convergence and generalization in exponential moving\n average-based adaptive methods (such as Adam and RMSprop). Yogi is a\n modification of Adam and uses the same parameters.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.yogi(learning_rate=0.002)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n\n References:\n Zaheer et al, `Adaptive Methods for Nonconvex Optimization\n `_,\n 2018\n """"""\n # pylint: enable=line-too-long\n return combine.chain(\n transform.scale_by_yogi(b1=b1, b2=b2, eps=eps),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adamax(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n) -> base.GradientTransformationExtraArgs:\n r""""""A variant of the Adam optimizer that uses the infinity norm.\n\n AdaMax is a variant of the :func:`optax.adam` optimizer. By generalizing\n Adam's :math:`L^2` norm to an :math:`L^p` norm and taking the limit as\n :math:`p \rightarrow \infty`, we obtain a simple and stable update rule.\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon` represent the arguments\n ``b1``, ``b2`` and ``eps`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \max(\left| g_t \right| + \varepsilon, \beta_2 \cdot\n v_{t-1}) \\\n \hat{m}_t &\leftarrow m_t / (1-\beta_1^t) \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / v_t \\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the maximum of past gradients.\n eps: A small constant applied to denominator to avoid dividing by zero when\n rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamax(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Kingma et al, 2014: https://arxiv.org/abs/1412.6980\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamaxw`.\n """"""\n return combine.chain(\n transform.scale_by_adamax(\n b1=b1,\n b2=b2,\n eps=eps,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adamaxw(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n weight_decay: float = 1e-4,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformationExtraArgs:\n """"""Adamax with weight decay regularization.\n\n AdamaxW uses weight decay to regularize learning towards small weights, as\n this leads to better generalization. In SGD you can also use L2 regularization\n to implement this as an additive loss term, however L2 regularization\n does not behave as intended for adaptive gradient algorithms such as Adam.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the maximum of past gradients.\n eps: A small constant applied to denominator to avoid dividing by zero when\n rescaling.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent with\n other frameworks such as PyTorch, but different from (Loshchilov et al,\n 2019) where the weight decay is only multiplied with the ""schedule\n multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n weight decay to, and `False` for those you want to skip. Note that the\n Adamax gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamaxw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, 2019: https://arxiv.org/abs/1711.05101\n\n .. warning::\n Sometimes you may want to skip weight decay for BatchNorm scale\n or for the bias parameters. You can use `optax.masked` to make your own\n AdamaxW variant where `additive_weight_decay` is applied only to a subset of\n `params`.\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamax`.\n """"""\n return combine.chain(\n transform.scale_by_adamax(b1=b1, b2=b2, eps=eps),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef rprop(\n learning_rate: float,\n eta_minus: float = 0.5,\n eta_plus: float = 1.2,\n min_step_size: float = 1e-6,\n max_step_size: float = 50.0,\n) -> base.GradientTransformationExtraArgs:\n """"""The Rprop optimizer.\n\n Rprop, short for resillient backpropogation, is a first order variant of\n gradient descent. It responds only to the sign of the gradient by increasing\n or decreasing the step size selected per parameter exponentially to speed up\n convergence and avoid oscillations.\n\n Args:\n learning_rate: The initial step size.\n eta_minus: Multiplicative factor for decreasing step size. This is applied\n when the gradient changes sign from one step to the next.\n eta_plus: Multiplicative factor for increasing step size. This is applied\n when the gradient has the same sign from one step to the next.\n min_step_size: Minimum allowed step size. Smaller steps will be clipped to\n this value.\n max_step_size: Maximum allowed step size. Larger steps will be clipped to\n this value.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.rprop(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Riedmiller et al. `A direct adaptive method for faster backpropagation\n learning: the RPROP algorithm\n `_, 1993\n\n Igel et al. `Empirical evaluation of the improved Rprop learning\n algorithms\n `_,\n 2003\n """"""\n return combine.chain(\n transform.scale_by_rprop(\n learning_rate=learning_rate,\n eta_minus=eta_minus,\n eta_plus=eta_plus,\n min_step_size=min_step_size,\n max_step_size=max_step_size,\n ),\n transform.scale(-1.0),\n )\n\n\ndef polyak_sgd(\n max_learning_rate: float = 1.0,\n scaling: base.ScalarOrSchedule = 1.0,\n f_min: float = 0.0,\n eps: float = 0.0,\n variant: str = 'sps',\n) -> base.GradientTransformationExtraArgs:\n r""""""SGD with Polyak step-size.\n\n This solver implements the SGD with Polyak step size of (Loizou et al. 2021).\n It sets the step-size as\n\n .. math::\n s \min\left\{\frac{f(x) - f^\star}{\|\nabla f(x)\|^2 + \epsilon},\n \gamma_{\max}\right\}\,,\n\n where :math:`f` is the function from which a gradient is computed,\n :math:`\gamma_{\max}` is a maximal acceptable learning rate set by\n ``max_learning_rate``, :math:`\epsilon` is a constant preventing division by\n zero set with ``eps``, :math:`s` scales the formula by ``scaling``, and\n :math:`f^\star` is a guess of the minimum value of the function set with\n ``f_min``.\n\n Setting ``variant=""sps+""`` (Garrigos et al. 2023) uses only the non-negative\n part of the suboptimality gap. That is, it replaces :math:`f(x) - f^\star`\n with :math:`(f(x) - f^\star)_+`, where :math:`a_+ = \max \{x, 0\}`.\n\n Args:\n max_learning_rate: a maximum step size to use (defaults to 1).\n scaling: A global scaling factor, either fixed or evolving along iterations\n with a scheduler (defaults to 1).\n f_min: a lower bound on the objective function (defaults to 0). Corresponds\n to :math:`f^\star` in the formula above.\n eps: a value to add in the denominator of the update (defaults to 0).\n variant: either ``'sps'`` or ``'sps+'`` (defaults to ``'sps'``).\n\n Returns:\n A :class:`optax.GradientTransformationExtraArgs`, where the ``update``\n functiontakes an additional keyword argument ``value`` containing the\n current value of the objective function.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.polyak_sgd()\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... value, grad = jax.value_and_grad(f)(params)\n ... params, opt_state = solver.update(grad, opt_state, params, value=value)\n ... print('Objective function: ', f(params))\n Objective function: 3.5\n Objective function: 0.875\n Objective function: 0.21875\n Objective function: 0.0546875\n Objective function: 0.013671875\n\n References:\n Loizou et al. `Stochastic polyak step-size for SGD: An adaptive learning\n rate for fast convergence `_, 2021\n\n Berrada et al., `Training neural networks for and by interpolation\n `_, 2020\n\n Garrigos et al., `Function value learning: Adaptive learning rates based on\n the Polyak stepsize and function splitting in ERM\n `_, 2023\n\n .. warning::\n This method requires knowledge of an approximate value of the of the\n objective function minimum, passed through the ``f_min`` argument.\n For models that interpolate the data, this can be set to 0 (default\n value).\n Failing to set an appropriate value for ``f_min`` can lead to\n divergence or convergence to a suboptimal solution.\n """"""\n return combine.chain(\n sgd(learning_rate=scaling),\n transform.scale_by_polyak(\n max_learning_rate=max_learning_rate,\n f_min=f_min,\n eps=eps,\n variant=variant,\n ),\n )\n\n\ndef lbfgs(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n memory_size: int = 10,\n scale_init_precond: bool = True,\n linesearch: Optional[\n Union[base.GradientTransformationExtraArgs, base.GradientTransformation]\n ] = _linesearch.scale_by_zoom_linesearch(\n max_linesearch_steps=20, initial_guess_strategy='one'\n ),\n) -> base.GradientTransformationExtraArgs:\n r""""""L-BFGS optimizer.\n\n L-BFGS is a quasi-Newton method that multiplies the update (gradient)\n with an approximation of the inverse Hessian. This algorithm does not need\n access to the Hessian, as this approximation is constructed from the gradient\n evaluations seen during optimization. L-BFGS is a limited-memory variant of\n the Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm. The BFGS algorithm\n requires storing a matrix of size :math:`p \times p` with :math:`p` the\n dimension of the parameters.\n The limited variant circuments this issue by computing the approximation of\n the inverse using only :math:`m` (``memory_size``) past differences of\n parameters/gradients. Namely, the approximation of the Hessian inverse is\n denoted :math:`P_k = P_{k, k}`, where\n\n .. math::\n\n \begin{align*}\n P_{k, j+1} & = V_j^\top P_{k, j} V_j + \rho_j \delta w_j \delta w_j^\top\n \quad \text{for} \ j \in \{k-m, \ldots, k-1\}\\\n P_{k, k-m} & = \gamma_k I \\\n V_k & = I - \rho_k \delta u_k \delta w_k^\top \\\n \rho_k & = 1/(\delta u_k^\top \delta w_k) \\\n \delta w_k & = w_{k+1} - w_k \\\n \delta u_k & = u_{k+1} - u_k \\\n \gamma_k & =\n \begin{cases}\n (\delta w_{k-1}^\top \delta u_{k-1}) /\n (\delta u_{k-1}^\top \delta u_{k-1})\n & \text{if} \ \texttt{scale\_init\_hess} \\\n 1 & \text{otherwise}\n \end{cases},\n \end{align*}\n\n for\n :math:`u_k` the gradients/updates at iteration :math:`k`,\n :math:`w_k` the parameters at iteration :math:`k`.\n\n The formula for updating :math:`P_k` is obtained by computing the optimal\n preconditioning matrix subject to some secant condition, see references\n for more details. Computing :math:`P_k u_k` can be done by a sequence of\n vector operations using past differences of parameters and gradients stored in\n a memory bufffer.\n\n The present function just outputs the LBFGS direction :math:`P_k u_k`.\n It can be chained with a linesearch ensuring sufficient decrease and low\n curvature, such as a zoom linesearch. The linesearch computes a stepsize\n :math:`\eta_k`, such that the updated parameters\n (using :func:`optax.apply_updates`) take the form\n :math:`w_{k+1} = w_k - \eta_k P_k u_k`.\n\n Args:\n learning_rate: optional global scaling factor, either fixed or evolving\n along iterations with a scheduler, see\n :func:`optax.scale_by_learning_rate`. By default the learning rate is\n handled by a linesearch.\n memory_size: number of past updates to keep in memory to approximate the\n Hessian inverse.\n scale_init_precond: whether to use a scaled identity as the initial\n preconditioner, see formula of :math:`\gamma_k` above.\n linesearch: an instance of :class:`optax.GradientTransformationExtraArgs`\n such as :func:`optax.scale_by_zoom_linesearch` that computes a\n learning rate, a.k.a. stepsize, to satisfy some criterion such as a\n sufficient decrease of the objective by additional calls to the objective.\n\n Returns:\n A :class:`optax.GradientTransformationExtraArgs` object.\n\n Example:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2)\n >>> solver = optax.lbfgs()\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> value_and_grad = optax.value_and_grad_from_state(f)\n >>> for _ in range(2):\n ... value, grad = value_and_grad(params, state=opt_state)\n ... updates, opt_state = solver.update(\n ... grad, opt_state, params, value=value, grad=grad, value_fn=f\n ... )\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 7.52E+00\n Objective function: 7.46E-14\n\n References:\n Algorithms 7.4, 7.5 (page 199) of Nocedal et al, `Numerical Optimization\n `_\n , 1999\n\n Liu et al., `On the limited memory BFGS method for large scale optimization\n `_\n , 1989.\n\n .. warning::\n This optimizer is memory intensive and best used for small to medium\n scale problems.\n\n .. warning::\n This optimizer works best with a linesearch (current default is a\n zoom linesearch). See example above for best use in a non-stochastic\n setting, where we can recycle gradients computed by the linesearch using\n :func:`optax.value_and_grad_from_state`.\n\n .. note::\n We initialize the scaling of the identity as a capped reciprocal of the\n gradient norm. This avoids wasting linesearch iterations for the first step\n by taking into account the magnitude of the gradients. In other words, we\n constrain the trust-region of the first step to an Euclidean ball of radius\n 1 at the first iteration. The choice of :math:`\gamma_0` is not detailed in\n the references above, so this is a heuristic choice.\n\n .. note:: The algorithm can support complex inputs.\n """"""\n if learning_rate is None:\n base_scaling = transform.scale(-1.0)\n else:\n base_scaling = transform.scale_by_learning_rate(learning_rate)\n if linesearch is None:\n linesearch = base.identity()\n return combine.chain(\n transform.scale_by_lbfgs(\n memory_size=memory_size, scale_init_precond=scale_init_precond\n ),\n base_scaling,\n linesearch,\n )\n",python,tab +1370,10179951,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23786,0,"",python,selection_command +1371,10180971,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23797,0,"",python,selection_command +1372,10181218,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23839,0,"",python,selection_command +1373,10181242,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23860,0,"",python,selection_command +1374,10181273,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23883,0,"",python,selection_command +1375,10181307,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23906,0,"",python,selection_command +1376,10181340,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23933,0,"",python,selection_command +1377,10181375,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23969,0,"",python,selection_command +1378,10181715,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23933,0,"",python,selection_command +1379,10183013,".venv/lib/python3.10/site-packages/optax/_src/alias.py",27123,0,"",python,selection_command +1380,10189179,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23933,0,"",python,selection_command +1381,10189751,"train_tokenizer.py",0,0,"",python,tab +1382,10189756,"train_tokenizer.py",5992,0,"",python,selection_command +1383,12523130,"train_tokenizer.py",0,0,"",python,tab +1384,12523142,"train_tokenizer.py",1231,0,"",python,selection_command +1385,12524912,"train_lam.py",0,0,"",python,tab +1386,12524925,"train_lam.py",1248,0,"",python,selection_command +1387,12526516,"train_lam.py",1323,0,"",python,selection_mouse +1388,12527659,"train_lam.py",5005,0,"",python,selection_command +1389,12529761,"train_lam.py",1319,0,"",python,selection_command +1390,12530083,"train_lam.py",1360,0,"",python,selection_command +1391,12530338,"train_lam.py",1371,0,"",python,selection_command +1392,12531170,"train_lam.py",5043,0,"",python,selection_command +1393,12532592,"train_tokenizer.py",0,0,"",python,tab +1394,12533788,"train_tokenizer.py",0,0,"",python,tab +1395,12534743,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(self.model_dim)\n self.action_up = nn.Dense(self.model_dim)\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = nn.sigmoid(video_recon)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +1396,12536889,"train_lam.py",0,0,"",python,tab +1397,12537511,"train_lam.py",4949,0,"",python,selection_command +1398,12537677,"train_lam.py",4997,0,"",python,selection_command +1399,12537856,"train_lam.py",5005,0,"",python,selection_command +1400,12538266,"train_lam.py",5022,0,"",python,selection_command +1401,12538709,"train_lam.py",1319,0,"",python,selection_command +1402,12541570,"train_lam.py",5005,0,"",python,selection_command +1403,12542721,"train_lam.py",4957,0,"",python,selection_command +1404,12542963,"train_lam.py",4927,0,"",python,selection_command +1405,12542996,"train_lam.py",4893,0,"",python,selection_command +1406,12543025,"train_lam.py",4857,0,"",python,selection_command +1407,12543058,"train_lam.py",4821,0,"",python,selection_command +1408,12543090,"train_lam.py",4783,0,"",python,selection_command +1409,12543126,"train_lam.py",4747,0,"",python,selection_command +1410,12543157,"train_lam.py",4713,0,"",python,selection_command +1411,12543191,"train_lam.py",4677,0,"",python,selection_command +1412,12543338,"train_lam.py",4648,0,"",python,selection_command +1413,12543739,"train_lam.py",4650,0,"",python,selection_command +1414,12544005,"models/lam.py",0,0,"",python,tab +1415,12544009,"models/lam.py",189,0,"",python,selection_command +1416,12544801,"models/lam.py",225,0,"",python,selection_command +1417,12545049,"models/lam.py",259,0,"",python,selection_command +1418,12545082,"models/lam.py",266,0,"",python,selection_command +1419,12545110,"models/lam.py",282,0,"",python,selection_command +1420,12545144,"models/lam.py",301,0,"",python,selection_command +1421,12545175,"models/lam.py",321,0,"",python,selection_command +1422,12545209,"models/lam.py",342,0,"",python,selection_command +1423,12545242,"models/lam.py",362,0,"",python,selection_command +1424,12545277,"models/lam.py",382,0,"",python,selection_command +1425,12545309,"models/lam.py",401,0,"",python,selection_command +1426,12545342,"models/lam.py",420,0,"",python,selection_command +1427,12545512,"models/lam.py",448,0,"",python,selection_command +1428,12545677,"models/lam.py",556,0,"",python,selection_command +1429,12546305,"models/lam.py",554,0,"",python,selection_command +1430,12547688,"models/lam.py",581,0,"",python,selection_command +1431,12547905,"models/lam.py",592,0,"",python,selection_command +1432,12548621,"models/lam.py",571,0,"",python,selection_command +1433,12548922,"models/lam.py",581,0,"",python,selection_command +1434,12550373,"models/lam.py",598,0,"",python,selection_command +1435,12550524,"models/lam.py",603,0,"",python,selection_command +1436,12550693,"models/lam.py",624,0,"",python,selection_command +1437,12550857,"models/lam.py",688,0,"",python,selection_command +1438,12551079,"models/lam.py",726,0,"",python,selection_command +1439,12551334,"models/lam.py",754,0,"",python,selection_command +1440,12551352,"models/lam.py",783,0,"",python,selection_command +1441,12551386,"models/lam.py",812,0,"",python,selection_command +1442,12551521,"models/lam.py",840,0,"",python,selection_command +1443,12551869,"models/lam.py",861,0,"\n ",python,content +1444,12553062,"models/lam.py",874,0,"self.param_dtype,",python,content +1445,12553780,"models/lam.py",891,0,"\n self.dtype,",python,content +1446,12554037,"models/lam.py",914,0,"",python,selection_command +1447,12555913,"models/lam.py",1508,0,"\n self.param_dtype,\n self.dtype,",python,content +1448,12560898,"models/lam.py",1547,0,"",python,selection_command +1449,12561144,"models/lam.py",1517,0,"",python,selection_command +1450,12561169,"models/lam.py",1491,0,"",python,selection_command +1451,12561202,"models/lam.py",1463,0,"",python,selection_command +1452,12561235,"models/lam.py",1434,0,"",python,selection_command +1453,12561268,"models/lam.py",1400,0,"",python,selection_command +1454,12561302,"models/lam.py",1372,0,"",python,selection_command +1455,12561337,"models/lam.py",1334,0,"",python,selection_command +1456,12561371,"models/lam.py",1284,0,"",python,selection_command +1457,12561404,"models/lam.py",1235,0,"",python,selection_command +1458,12561442,"models/lam.py",1225,0,"",python,selection_command +1459,12561475,"models/lam.py",1190,0,"",python,selection_command +1460,12561508,"models/lam.py",1160,0,"",python,selection_command +1461,12561539,"models/lam.py",1131,0,"",python,selection_command +1462,12561573,"models/lam.py",1096,0,"",python,selection_command +1463,12561606,"models/lam.py",1086,0,"",python,selection_command +1464,12561639,"models/lam.py",1041,0,"",python,selection_command +1465,12561673,"models/lam.py",996,0,"",python,selection_command +1466,12561707,"models/lam.py",971,0,"",python,selection_command +1467,12561740,"models/lam.py",934,0,"",python,selection_command +1468,12561949,"models/lam.py",971,0,"",python,selection_command +1469,12562200,"models/lam.py",996,0,"",python,selection_command +1470,12562225,"models/lam.py",1041,0,"",python,selection_command +1471,12562255,"models/lam.py",1086,0,"",python,selection_command +1472,12562287,"models/lam.py",1096,0,"",python,selection_command +1473,12562319,"models/lam.py",1131,0,"",python,selection_command +1474,12562354,"models/lam.py",1160,0,"",python,selection_command +1475,12562387,"models/lam.py",1190,0,"",python,selection_command +1476,12562422,"models/lam.py",1225,0,"",python,selection_command +1477,12562458,"models/lam.py",1235,0,"",python,selection_command +1478,12562491,"models/lam.py",1284,0,"",python,selection_command +1479,12562526,"models/lam.py",1334,0,"",python,selection_command +1480,12562560,"models/lam.py",1372,0,"",python,selection_command +1481,12562593,"models/lam.py",1400,0,"",python,selection_command +1482,12562623,"models/lam.py",1434,0,"",python,selection_command +1483,12562657,"models/lam.py",1463,0,"",python,selection_command +1484,12562690,"models/lam.py",1491,0,"",python,selection_command +1485,12562724,"models/lam.py",1517,0,"",python,selection_command +1486,12562757,"models/lam.py",1547,0,"",python,selection_command +1487,12562791,"models/lam.py",1571,0,"",python,selection_command +1488,12562999,"models/lam.py",1547,0,"",python,selection_command +1489,12563254,"models/lam.py",1517,0,"",python,selection_command +1490,12563277,"models/lam.py",1491,0,"",python,selection_command +1491,12563310,"models/lam.py",1463,0,"",python,selection_command +1492,12563338,"models/lam.py",1434,0,"",python,selection_command +1493,12563374,"models/lam.py",1400,0,"",python,selection_command +1494,12563406,"models/lam.py",1372,0,"",python,selection_command +1495,12563442,"models/lam.py",1334,0,"",python,selection_command +1496,12563476,"models/lam.py",1284,0,"",python,selection_command +1497,12563508,"models/lam.py",1235,0,"",python,selection_command +1498,12563541,"models/lam.py",1225,0,"",python,selection_command +1499,12563862,"models/lam.py",1235,0,"",python,selection_command +1500,12564543,"models/lam.py",1324,0,",\n ",python,content +1501,12564543,"models/lam.py",1310,0,"\n ",python,content +1502,12564543,"models/lam.py",1274,0,",\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +1503,12564543,"models/lam.py",1260,0,"\n ",python,content +1504,12566897,"models/lam.py",1443,0,"\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )",python,content +1505,12568431,"models/lam.py",1432,155,"",python,content +1506,12568438,"models/lam.py",1405,13,"",python,content +1507,12568439,"models/lam.py",1287,82,"",python,content +1508,12568441,"models/lam.py",1260,13,"",python,content +1509,12568443,"models/lam.py",1670,0,"",python,selection_command +1510,12570995,"models/lam.py",1582,0,"",python,selection_command +1511,12571239,"models/lam.py",1573,0,"",python,selection_command +1512,12571272,"models/lam.py",1571,0,"",python,selection_command +1513,12571306,"models/lam.py",1547,0,"",python,selection_command +1514,12571339,"models/lam.py",1517,0,"",python,selection_command +1515,12571373,"models/lam.py",1491,0,"",python,selection_command +1516,12571406,"models/lam.py",1463,0,"",python,selection_command +1517,12571441,"models/lam.py",1434,0,"",python,selection_command +1518,12571477,"models/lam.py",1400,0,"",python,selection_command +1519,12571509,"models/lam.py",1372,0,"",python,selection_command +1520,12571543,"models/lam.py",1334,0,"",python,selection_command +1521,12571577,"models/lam.py",1284,0,"",python,selection_command +1522,12571610,"models/lam.py",1235,0,"",python,selection_command +1523,12571642,"models/lam.py",1225,0,"",python,selection_command +1524,12571971,"models/lam.py",1235,0,"",python,selection_command +1525,12573653,"models/lam.py",1239,0,"",python,selection_command +1526,12573868,"models/lam.py",1240,0,"",python,selection_command +1527,12574124,"models/lam.py",1249,0,"",python,selection_command +1528,12574142,"models/lam.py",1251,0,"",python,selection_command +1529,12574175,"models/lam.py",1253,0,"",python,selection_command +1530,12574208,"models/lam.py",1254,0,"",python,selection_command +1531,12574242,"models/lam.py",1259,0,"",python,selection_command +1532,12574682,"models/lam.py",1263,0,"",python,selection_command +1533,12574848,"models/lam.py",1264,0,"",python,selection_command +1534,12575036,"models/lam.py",1273,0,"",python,selection_command +1535,12575557,"models/lam.py",1274,0,"",python,selection_command +1536,12575888,"models/lam.py",1273,0,"",python,selection_command +1537,12575987,"models/lam.py",1274,0,"",python,selection_command +1538,12576362,"models/lam.py",1274,0,"\n ",python,content +1539,12577396,"models/lam.py",1282,0,"",python,selection_command +1540,12577571,"models/lam.py",1234,0,"",python,selection_command +1541,12577701,"models/lam.py",1274,0,"",python,selection_command +1542,12577827,"models/lam.py",1274,0,",",python,content +1543,12577828,"models/lam.py",1275,0,"",python,selection_keyboard +1544,12578203,"models/lam.py",1274,0,"",python,selection_command +1545,12578421,"models/lam.py",1284,0,"",python,selection_command +1546,12578841,"models/lam.py",1280,4,"",python,content +1547,12579017,"models/lam.py",1276,4,"",python,content +1548,12579338,"models/lam.py",1275,1,"",python,content +1549,12579476,"models/lam.py",1275,0,"\n ",python,content +1550,12581353,"models/lam.py",1283,0,"",python,selection_command +1551,12581512,"models/lam.py",1234,0,"",python,selection_command +1552,12581649,"models/lam.py",1235,0,"",python,selection_command +1553,12581834,"models/lam.py",1239,0,"",python,selection_command +1554,12582006,"models/lam.py",1240,0,"",python,selection_command +1555,12582439,"models/lam.py",1259,0,"",python,selection_command +1556,12582972,"models/lam.py",1260,0,"",python,selection_command +1557,12583097,"models/lam.py",1260,0,"\n ",python,content +1558,12583414,"models/lam.py",1272,0,"",python,selection_command +1559,12585117,"models/lam.py",1347,0,",\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +1560,12585117,"models/lam.py",1333,0,"\n ",python,content +1561,12585117,"models/lam.py",1297,0," param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +1562,12588047,"models/lam.py",1300,0,"",python,selection_command +1563,12588298,"models/lam.py",1342,0,"",python,selection_command +1564,12588332,"models/lam.py",1369,0,"",python,selection_command +1565,12588365,"models/lam.py",1382,0,"",python,selection_command +1566,12588395,"models/lam.py",1417,0,"",python,selection_command +1567,12588429,"models/lam.py",1445,0,"",python,selection_command +1568,12588462,"models/lam.py",1487,0,"",python,selection_command +1569,12590453,"models/lam.py",1476,0,"",python,selection_command +1570,12591065,"models/lam.py",1434,0,"",python,selection_command +1571,12591301,"models/lam.py",1406,0,"",python,selection_command +1572,12591334,"models/lam.py",1371,0,"",python,selection_command +1573,12591369,"models/lam.py",1361,0,"",python,selection_command +1574,12591402,"models/lam.py",1331,0,"",python,selection_command +1575,12591436,"models/lam.py",1289,0,"",python,selection_command +1576,12591469,"models/lam.py",1261,0,"",python,selection_command +1577,12591502,"models/lam.py",1227,0,"",python,selection_command +1578,12591652,"models/lam.py",1261,0,"",python,selection_command +1579,12591911,"models/lam.py",1289,0,"",python,selection_command +1580,12591932,"models/lam.py",1331,0,"",python,selection_command +1581,12591966,"models/lam.py",1361,0,"",python,selection_command +1582,12591999,"models/lam.py",1371,0,"",python,selection_command +1583,12592032,"models/lam.py",1406,0,"",python,selection_command +1584,12592065,"models/lam.py",1434,0,"",python,selection_command +1585,12592099,"models/lam.py",1476,0,"",python,selection_command +1586,12592132,"models/lam.py",1506,0,"",python,selection_command +1587,12592165,"models/lam.py",1516,0,"",python,selection_command +1588,12592200,"models/lam.py",1554,0,"",python,selection_command +1589,12592233,"models/lam.py",1582,0,"",python,selection_command +1590,12592267,"models/lam.py",1616,0,"",python,selection_command +1591,12592387,"models/lam.py",1582,0,"",python,selection_command +1592,12592634,"models/lam.py",1554,0,"",python,selection_command +1593,12592665,"models/lam.py",1516,0,"",python,selection_command +1594,12592699,"models/lam.py",1506,0,"",python,selection_command +1595,12592732,"models/lam.py",1476,0,"",python,selection_command +1596,12592766,"models/lam.py",1434,0,"",python,selection_command +1597,12592799,"models/lam.py",1406,0,"",python,selection_command +1598,12592832,"models/lam.py",1371,0,"",python,selection_command +1599,12592865,"models/lam.py",1361,0,"",python,selection_command +1600,12592899,"models/lam.py",1331,0,"",python,selection_command +1601,12592932,"models/lam.py",1289,0,"",python,selection_command +1602,12592965,"models/lam.py",1261,0,"",python,selection_command +1603,12592999,"models/lam.py",1227,0,"",python,selection_command +1604,12593033,"models/lam.py",1217,0,"",python,selection_command +1605,12593154,"models/lam.py",1227,0,"",python,selection_command +1606,12593378,"models/lam.py",1217,0,"",python,selection_command +1607,12609640,"models/lam.py",1227,0,"",python,selection_command +1608,12609846,"models/lam.py",1261,0,"",python,selection_command +1609,12609971,"models/lam.py",1227,0,"",python,selection_command +1610,12610123,"models/lam.py",1235,0,"",python,selection_command +1611,12610287,"models/lam.py",1239,0,"",python,selection_command +1612,12610426,"models/lam.py",1240,0,"",python,selection_command +1613,12614620,"models/lam.py",1274,0,"",python,selection_command +1614,12614878,"models/lam.py",1302,0,"",python,selection_command +1615,12614901,"models/lam.py",1344,0,"",python,selection_command +1616,12614931,"models/lam.py",1369,0,"",python,selection_command +1617,12614965,"models/lam.py",1384,0,"",python,selection_command +1618,12614999,"models/lam.py",1419,0,"",python,selection_command +1619,12615035,"models/lam.py",1447,0,"",python,selection_command +1620,12615068,"models/lam.py",1489,0,"",python,selection_command +1621,12615100,"models/lam.py",1514,0,"",python,selection_command +1622,12615134,"models/lam.py",1529,0,"",python,selection_command +1623,12615168,"models/lam.py",1567,0,"",python,selection_command +1624,12615201,"models/lam.py",1595,0,"",python,selection_command +1625,12615235,"models/lam.py",1629,0,"",python,selection_command +1626,12615268,"models/lam.py",1658,0,"",python,selection_command +1627,12615301,"models/lam.py",1686,0,"",python,selection_command +1628,12615335,"models/lam.py",1712,0,"",python,selection_command +1629,12615370,"models/lam.py",1742,0,"",python,selection_command +1630,12615401,"models/lam.py",1761,0,"",python,selection_command +1631,12615435,"models/lam.py",1763,0,"",python,selection_command +1632,12615468,"models/lam.py",1777,0,"",python,selection_command +1633,12615643,"models/lam.py",1865,0,"",python,selection_command +1634,12615825,"models/lam.py",1895,0,"",python,selection_command +1635,12615988,"models/lam.py",1937,0,"",python,selection_command +1636,12616260,"models/lam.py",1940,0,"",python,selection_command +1637,12616393,"models/lam.py",1942,0,"",python,selection_command +1638,12616560,"models/lam.py",1946,0,"",python,selection_command +1639,12616730,"models/lam.py",1947,0,"",python,selection_command +1640,12618015,"models/lam.py",2378,0,"",python,selection_command +1641,12619696,"models/lam.py",2457,0,"",python,selection_command +1642,12619853,"models/lam.py",2493,0,"",python,selection_command +1643,12620110,"models/lam.py",2525,0,"",python,selection_command +1644,12620142,"models/lam.py",2577,0,"",python,selection_command +1645,12620251,"models/lam.py",2664,0,"",python,selection_command +1646,12620991,"models/lam.py",2728,0,"",python,selection_command +1647,12621177,"models/lam.py",2737,0,"",python,selection_command +1648,12621368,"models/lam.py",2762,0,"",python,selection_command +1649,12621662,"models/lam.py",2764,0,"",python,selection_command +1650,12621830,"models/lam.py",2766,0,"",python,selection_command +1651,12621962,"models/lam.py",2770,0,"",python,selection_command +1652,12622169,"models/lam.py",2771,0,"",python,selection_command +1653,12623416,"models/lam.py",697,0,"",python,selection_command +1654,12625088,"models/lam.py",2771,0,"",python,selection_command +1655,12627758,"models/lam.py",2828,0,"",python,selection_command +1656,12628008,"models/lam.py",2878,0,"",python,selection_command +1657,12628029,"models/lam.py",2900,0,"",python,selection_command +1658,12628064,"models/lam.py",2918,0,"",python,selection_command +1659,12628097,"models/lam.py",2952,0,"",python,selection_command +1660,12628130,"models/lam.py",3004,0,"",python,selection_command +1661,12628162,"models/lam.py",3056,0,"",python,selection_command +1662,12628314,"models/lam.py",3112,0,"",python,selection_command +1663,12629179,"models/lam.py",3056,0,"",python,selection_command +1664,12629331,"models/lam.py",3057,0,"",python,selection_command +1665,12629731,"models/lam.py",3005,0,"",python,selection_command +1666,12629903,"models/lam.py",3006,0,"",python,selection_command +1667,12630095,"models/lam.py",3058,0,"",python,selection_command +1668,12630285,"models/lam.py",3114,0,"",python,selection_command +1669,12631332,"models/lam.py",2143,0,"",python,selection_command +1670,12632427,"models/lam.py",2112,0,"",python,selection_command +1671,12632595,"models/lam.py",2102,0,"",python,selection_command +1672,12632781,"models/lam.py",2063,0,"",python,selection_command +1673,12632982,"models/lam.py",1984,0,"",python,selection_command +1674,12633127,"models/lam.py",1924,0,"",python,selection_command +1675,12633244,"models/lam.py",1932,0,"",python,selection_command +1676,12634309,"models/lam.py",2030,0,"",python,selection_command +1677,12635926,"models/lam.py",2029,0,"",python,selection_command +1678,12636085,"models/lam.py",2020,0,"",python,selection_command +1679,12639187,"models/lam.py",2099,0,"",python,selection_command +1680,12639438,"models/lam.py",2110,0,"",python,selection_command +1681,12639461,"models/lam.py",2141,0,"",python,selection_command +1682,12639489,"models/lam.py",2143,0,"",python,selection_command +1683,12639650,"models/lam.py",2167,0,"",python,selection_command +1684,12639822,"models/lam.py",2205,0,"",python,selection_command +1685,12650461,"models/lam.py",1529,0,"",python,selection_command +1686,12650975,"models/lam.py",2196,0,"",python,selection_command +1687,12652085,"models/lam.py",2253,0,"",python,selection_command +1688,12652580,"models/lam.py",2196,0,"",python,selection_command +1689,12652753,"models/lam.py",2225,0,"\n ",python,content +1690,12654335,"models/lam.py",2234,0,"video_recon = video_recon.astype(jnp.float32)",python,content +1691,12656712,"models/lam.py",2325,0,"\n video_recon = video_recon.astype(self.dtype)",python,content +1692,12657619,"models/lam.py",2278,0,"",python,selection_command +1693,12658567,"models/lam.py",2226,0,"",python,selection_command +1694,12658751,"models/lam.py",2234,0,"",python,selection_command +1695,12659999,"models/lam.py",2226,0,"",python,selection_command +1696,12660273,"models/lam.py",2280,0,"",python,selection_command +1697,12660473,"models/lam.py",2326,0,"",python,selection_command +1698,12673538,"models/tokenizer.py",0,0,"",python,tab +1699,12677063,"models/lam.py",0,0,"",python,tab +1700,12679495,"train_dynamics.py",0,0,"",python,tab +1701,12680243,"train_dynamics.py",0,0,"",python,selection_command +1702,12682421,"train_lam.py",0,0,"",python,tab +1703,12683013,"train_lam.py",0,0,"",python,selection_command +1704,12685257,"train_lam.py",1254,0,"",python,selection_command +1705,12685923,"train_lam.py",1248,67,"",python,content +1706,12685941,"train_lam.py",1252,0,"",python,selection_command +1707,12687059,"train_lam.py",4938,0,"",python,selection_command +1708,12688690,"train_lam.py",4890,0,"",python,selection_command +1709,12688946,"train_lam.py",4860,0,"",python,selection_command +1710,12688967,"train_lam.py",4826,0,"",python,selection_command +1711,12688994,"train_lam.py",4790,0,"",python,selection_command +1712,12689027,"train_lam.py",4754,0,"",python,selection_command +1713,12689061,"train_lam.py",4716,0,"",python,selection_command +1714,12689097,"train_lam.py",4680,0,"",python,selection_command +1715,12689131,"train_lam.py",4646,0,"",python,selection_command +1716,12689164,"train_lam.py",4610,0,"",python,selection_command +1717,12689196,"train_lam.py",4581,0,"",python,selection_command +1718,12689459,"train_lam.py",4583,0,"",python,selection_command +1719,12689721,"models/lam.py",0,0,"",python,tab +1720,12689724,"models/lam.py",189,0,"",python,selection_command +1721,12690274,"models/lam.py",225,0,"",python,selection_command +1722,12690525,"models/lam.py",259,0,"",python,selection_command +1723,12690552,"models/lam.py",266,0,"",python,selection_command +1724,12690584,"models/lam.py",282,0,"",python,selection_command +1725,12690615,"models/lam.py",301,0,"",python,selection_command +1726,12690648,"models/lam.py",321,0,"",python,selection_command +1727,12690682,"models/lam.py",342,0,"",python,selection_command +1728,12690715,"models/lam.py",362,0,"",python,selection_command +1729,12690749,"models/lam.py",382,0,"",python,selection_command +1730,12690782,"models/lam.py",401,0,"",python,selection_command +1731,12690815,"models/lam.py",420,0,"",python,selection_command +1732,12691043,"models/lam.py",448,0,"",python,selection_command +1733,12691402,"models/lam.py",442,108,"",python,content +1734,12691432,"models/lam.py",446,0,"",python,selection_command +1735,12694018,"models/lam.py",473,0,"",python,selection_command +1736,12695193,"models/lam.py",484,0,"",python,selection_command +1737,12695884,"models/lam.py",801,0,"",python,selection_command +1738,12696322,"models/lam.py",1235,0,"",python,selection_command +1739,12697388,"models/lam.py",1246,0,"",python,selection_command +1740,12697721,"models/lam.py",1380,0,"",python,selection_command +1741,12697994,"models/lam.py",1391,0,"",python,selection_command +1742,12698210,"models/lam.py",1638,0,"",python,selection_command +1743,12698411,"models/lam.py",2264,0,"",python,selection_command +1744,12699007,"models/lam.py",1638,0,"",python,selection_command +1745,12702796,"train_dynamics.py",0,0,"",python,tab +1746,12704575,"train_dynamics.py",41,0,"",python,selection_command +1747,12704815,"train_dynamics.py",51,0,"",python,selection_command +1748,12704841,"train_dynamics.py",52,0,"",python,selection_command +1749,12704877,"train_dynamics.py",66,0,"",python,selection_command +1750,12704912,"train_dynamics.py",115,0,"",python,selection_command +1751,12704942,"train_dynamics.py",175,0,"",python,selection_command +1752,12704976,"train_dynamics.py",234,0,"",python,selection_command +1753,12705010,"train_dynamics.py",247,0,"",python,selection_command +1754,12705043,"train_dynamics.py",278,0,"",python,selection_command +1755,12705076,"train_dynamics.py",297,0,"",python,selection_command +1756,12705110,"train_dynamics.py",308,0,"",python,selection_command +1757,12705143,"train_dynamics.py",332,0,"",python,selection_command +1758,12705176,"train_dynamics.py",344,0,"",python,selection_command +1759,12705210,"train_dynamics.py",357,0,"",python,selection_command +1760,12705243,"train_dynamics.py",370,0,"",python,selection_command +1761,12705276,"train_dynamics.py",371,0,"",python,selection_command +1762,12705318,"train_dynamics.py",421,0,"",python,selection_command +1763,12705343,"train_dynamics.py",465,0,"",python,selection_command +1764,12705376,"train_dynamics.py",529,0,"",python,selection_command +1765,12705410,"train_dynamics.py",530,0,"",python,selection_command +1766,12705443,"train_dynamics.py",531,0,"",python,selection_command +1767,12706338,"train_dynamics.py",1599,0,"",python,selection_command +1768,12707116,"train_dynamics.py",1610,0,"",python,selection_command +1769,12707502,"train_dynamics.py",1634,0,"",python,selection_command +1770,12707717,"train_dynamics.py",1645,0,"",python,selection_command +1771,12708221,"train_dynamics.py",1634,0,"",python,selection_command +1772,12708589,"train_dynamics.py",1645,0,"",python,selection_command +1773,12709021,"train_dynamics.py",4990,0,"",python,selection_command +1774,12709252,"train_dynamics.py",5001,0,"",python,selection_command +1775,12709874,"train_dynamics.py",4990,0,"",python,selection_command +1776,12714852,"train_dynamics.py",4952,0,"",python,selection_command +1777,12715100,"train_dynamics.py",4916,0,"",python,selection_command +1778,12715120,"train_dynamics.py",4886,0,"",python,selection_command +1779,12715153,"train_dynamics.py",4842,0,"",python,selection_command +1780,12715185,"train_dynamics.py",4796,0,"",python,selection_command +1781,12715218,"train_dynamics.py",4764,0,"",python,selection_command +1782,12715251,"train_dynamics.py",4745,0,"",python,selection_command +1783,12715285,"train_dynamics.py",4699,0,"",python,selection_command +1784,12715318,"train_dynamics.py",4657,0,"",python,selection_command +1785,12715352,"train_dynamics.py",4613,0,"",python,selection_command +1786,12715385,"train_dynamics.py",4569,0,"",python,selection_command +1787,12715418,"train_dynamics.py",4517,0,"",python,selection_command +1788,12715452,"train_dynamics.py",4467,0,"",python,selection_command +1789,12715485,"train_dynamics.py",4437,0,"",python,selection_command +1790,12715520,"train_dynamics.py",4423,0,"",python,selection_command +1791,12715555,"train_dynamics.py",4369,0,"",python,selection_command +1792,12715585,"train_dynamics.py",4313,0,"",python,selection_command +1793,12715618,"train_dynamics.py",4277,0,"",python,selection_command +1794,12715652,"train_dynamics.py",4227,0,"",python,selection_command +1795,12715685,"train_dynamics.py",4179,0,"",python,selection_command +1796,12715719,"train_dynamics.py",4137,0,"",python,selection_command +1797,12715752,"train_dynamics.py",4101,0,"",python,selection_command +1798,12715785,"train_dynamics.py",4081,0,"",python,selection_command +1799,12715819,"train_dynamics.py",4062,0,"",python,selection_command +1800,12716485,"train_dynamics.py",4064,0,"",python,selection_command +1801,12716650,"train_dynamics.py",4066,0,"",python,selection_command +1802,12718141,"genie.py",0,0,"",python,tab +1803,12718144,"genie.py",344,0,"",python,selection_command +1804,12719319,"genie.py",368,0,"",python,selection_command +1805,12719569,"genie.py",384,0,"",python,selection_command +1806,12719592,"genie.py",391,0,"",python,selection_command +1807,12719622,"genie.py",415,0,"",python,selection_command +1808,12719655,"genie.py",431,0,"",python,selection_command +1809,12719689,"genie.py",454,0,"",python,selection_command +1810,12719722,"genie.py",480,0,"",python,selection_command +1811,12719755,"genie.py",507,0,"",python,selection_command +1812,12719789,"genie.py",527,0,"",python,selection_command +1813,12719822,"genie.py",557,0,"",python,selection_command +1814,12719856,"genie.py",586,0,"",python,selection_command +1815,12719889,"genie.py",604,0,"",python,selection_command +1816,12719922,"genie.py",621,0,"",python,selection_command +1817,12719956,"genie.py",648,0,"",python,selection_command +1818,12719989,"genie.py",676,0,"",python,selection_command +1819,12720022,"genie.py",700,0,"",python,selection_command +1820,12720056,"genie.py",724,0,"",python,selection_command +1821,12720089,"genie.py",747,0,"",python,selection_command +1822,12720123,"genie.py",770,0,"",python,selection_command +1823,12720157,"genie.py",793,0,"",python,selection_command +1824,12720189,"genie.py",811,0,"",python,selection_command +1825,12720222,"genie.py",836,0,"",python,selection_command +1826,12720256,"genie.py",860,0,"",python,selection_command +1827,12720289,"genie.py",968,0,"",python,selection_command +1828,12720322,"genie.py",995,0,"",python,selection_command +1829,12720664,"genie.py",968,0,"",python,selection_command +1830,12720852,"genie.py",860,0,"",python,selection_command +1831,12721026,"genie.py",968,0,"",python,selection_command +1832,12721228,"genie.py",995,0,"",python,selection_command +1833,12722187,"genie.py",1004,0,"",python,selection_command +1834,12722722,"genie.py",1545,0,"",python,selection_command +1835,12725202,"genie.py",1550,0,"",python,selection_command +1836,12725590,"genie.py",1508,0,"",python,selection_command +1837,12725846,"genie.py",1474,0,"",python,selection_command +1838,12725867,"genie.py",1449,0,"",python,selection_command +1839,12725898,"genie.py",1401,0,"",python,selection_command +1840,12725932,"genie.py",1351,0,"",python,selection_command +1841,12725965,"genie.py",1311,0,"",python,selection_command +1842,12725999,"genie.py",1263,0,"",python,selection_command +1843,12726033,"genie.py",1217,0,"",python,selection_command +1844,12726178,"genie.py",1175,0,"",python,selection_command +1845,12726367,"genie.py",1143,0,"",python,selection_command +1846,12726512,"genie.py",1102,0,"",python,selection_command +1847,12726581,"genie.py",1108,0,"",python,selection_command +1848,12726774,"genie.py",1110,0,"",python,selection_command +1849,12727079,"models/tokenizer.py",0,0,"",python,tab +1850,12727083,"models/tokenizer.py",196,0,"",python,selection_command +1851,12728613,"models/tokenizer.py",229,0,"",python,selection_command +1852,12728862,"models/tokenizer.py",249,0,"",python,selection_command +1853,12728886,"models/tokenizer.py",256,0,"",python,selection_command +1854,12728919,"models/tokenizer.py",272,0,"",python,selection_command +1855,12728954,"models/tokenizer.py",291,0,"",python,selection_command +1856,12728989,"models/tokenizer.py",311,0,"",python,selection_command +1857,12729021,"models/tokenizer.py",332,0,"",python,selection_command +1858,12729056,"models/tokenizer.py",352,0,"",python,selection_command +1859,12729089,"models/tokenizer.py",372,0,"",python,selection_command +1860,12729122,"models/tokenizer.py",391,0,"",python,selection_command +1861,12729400,"models/tokenizer.py",410,0,"",python,selection_command +1862,12729570,"models/tokenizer.py",438,0,"",python,selection_command +1863,12731230,"models/tokenizer.py",546,0,"",python,selection_command +1864,12731397,"models/tokenizer.py",438,0,"",python,selection_command +1865,12731759,"models/tokenizer.py",432,108,"",python,content +1866,12731781,"models/tokenizer.py",436,0,"",python,selection_command +1867,12735646,"genie.py",0,0,"",python,tab +1868,12736835,"genie.py",1151,0,"",python,selection_command +1869,12737090,"genie.py",1183,0,"",python,selection_command +1870,12737110,"genie.py",1225,0,"",python,selection_command +1871,12737143,"genie.py",1271,0,"",python,selection_command +1872,12737177,"genie.py",1319,0,"",python,selection_command +1873,12737210,"genie.py",1359,0,"",python,selection_command +1874,12737244,"genie.py",1409,0,"",python,selection_command +1875,12737278,"genie.py",1455,0,"",python,selection_command +1876,12737313,"genie.py",1482,0,"",python,selection_command +1877,12737346,"genie.py",1516,0,"",python,selection_command +1878,12737379,"genie.py",1558,0,"",python,selection_command +1879,12737572,"genie.py",1571,0,"",python,selection_command +1880,12737722,"genie.py",1598,0,"",python,selection_command +1881,12738319,"models/lam.py",0,0,"",python,tab +1882,12738322,"models/lam.py",189,0,"",python,selection_command +1883,12742343,"genie.py",0,0,"",python,tab +1884,12742347,"genie.py",1598,0,"",python,selection_command +1885,12743235,"genie.py",1636,0,"",python,selection_command +1886,12743487,"genie.py",1668,0,"",python,selection_command +1887,12743508,"genie.py",1704,0,"",python,selection_command +1888,12743539,"genie.py",1750,0,"",python,selection_command +1889,12743573,"genie.py",1799,0,"",python,selection_command +1890,12743607,"genie.py",1843,0,"",python,selection_command +1891,12743642,"genie.py",1887,0,"",python,selection_command +1892,12743671,"genie.py",1927,0,"",python,selection_command +1893,12743705,"genie.py",1954,0,"",python,selection_command +1894,12743753,"genie.py",1988,0,"",python,selection_command +1895,12743781,"genie.py",2030,0,"",python,selection_command +1896,12743999,"genie.py",2043,0,"",python,selection_command +1897,12744180,"genie.py",2070,0,"",python,selection_command +1898,12744657,"models/dynamics.py",0,0,"",python,tab +1899,12744661,"models/dynamics.py",133,0,"",python,selection_command +1900,12745688,"models/dynamics.py",167,0,"",python,selection_command +1901,12745942,"models/dynamics.py",194,0,"",python,selection_command +1902,12745964,"models/dynamics.py",201,0,"",python,selection_command +1903,12745996,"models/dynamics.py",220,0,"",python,selection_command +1904,12746027,"models/dynamics.py",241,0,"",python,selection_command +1905,12746199,"models/dynamics.py",261,0,"",python,selection_command +1906,12746455,"models/dynamics.py",280,0,"",python,selection_command +1907,12746546,"models/dynamics.py",299,0,"",python,selection_command +1908,12746747,"models/dynamics.py",321,0,"",python,selection_command +1909,12746913,"models/dynamics.py",429,0,"",python,selection_command +1910,12747119,"models/dynamics.py",456,0,"",python,selection_command +1911,12748331,"models/dynamics.py",471,0,"",python,selection_command +1912,12748573,"models/dynamics.py",478,0,"",python,selection_command +1913,12748596,"models/dynamics.py",499,0,"",python,selection_command +1914,12748630,"models/dynamics.py",650,0,"",python,selection_command +1915,12748663,"models/dynamics.py",689,0,"",python,selection_command +1916,12748696,"models/dynamics.py",717,0,"",python,selection_command +1917,12748730,"models/dynamics.py",747,0,"",python,selection_command +1918,12748763,"models/dynamics.py",776,0,"",python,selection_command +1919,12749059,"models/dynamics.py",804,0,"",python,selection_command +1920,12749420,"models/dynamics.py",823,0,"\n ",python,content +1921,12750375,"models/dynamics.py",836,0,"self.param_dtype,",python,content +1922,12751226,"models/dynamics.py",853,0,"\n self.dtype,",python,content +1923,12751710,"models/dynamics.py",876,0,"",python,selection_command +1924,12754697,"models/dynamics.py",1164,0,",\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ",python,content +1925,12754698,"models/dynamics.py",1150,0,"\n ",python,content +1926,12759731,"models/dynamics.py",1114,0,"",python,selection_command +1927,12759990,"models/dynamics.py",1075,0,"",python,selection_command +1928,12760009,"models/dynamics.py",1030,0,"",python,selection_command +1929,12760045,"models/dynamics.py",1004,0,"",python,selection_command +1930,12760077,"models/dynamics.py",966,0,"",python,selection_command +1931,12760111,"models/dynamics.py",896,0,"",python,selection_command +1932,12760145,"models/dynamics.py",886,0,"",python,selection_command +1933,12760179,"models/dynamics.py",862,0,"",python,selection_command +1934,12760213,"models/dynamics.py",832,0,"",python,selection_command +1935,12760247,"models/dynamics.py",806,0,"",python,selection_command +1936,12760281,"models/dynamics.py",778,0,"",python,selection_command +1937,12760314,"models/dynamics.py",749,0,"",python,selection_command +1938,12760348,"models/dynamics.py",719,0,"",python,selection_command +1939,12760381,"models/dynamics.py",691,0,"",python,selection_command +1940,12760415,"models/dynamics.py",652,0,"",python,selection_command +1941,12760448,"models/dynamics.py",501,0,"",python,selection_command +1942,12760481,"models/dynamics.py",480,0,"",python,selection_command +1943,12760514,"models/dynamics.py",471,0,"",python,selection_command +1944,12760551,"models/dynamics.py",458,0,"",python,selection_command +1945,12760585,"models/dynamics.py",431,0,"",python,selection_command +1946,12760931,"models/dynamics.py",323,0,"",python,selection_command +1947,12761471,"models/dynamics.py",315,108,"",python,content +1948,12761492,"models/dynamics.py",319,0,"",python,selection_command +1949,12761787,"models/dynamics.py",346,0,"",python,selection_command +1950,12761997,"models/dynamics.py",363,0,"",python,selection_command +1951,12762150,"models/dynamics.py",368,0,"",python,selection_command +1952,12762310,"models/dynamics.py",389,0,"",python,selection_command +1953,12763899,"models/dynamics.py",385,151,"",python,content +1954,12763910,"models/dynamics.py",393,0,"",python,selection_command +1955,12765295,"genie.py",0,0,"",python,tab +1956,12768515,"models/dynamics.py",0,0,"",python,tab +1957,12773165,"models/dynamics.py",432,0,"",python,selection_command +1958,12773405,"models/dynamics.py",460,0,"",python,selection_command +1959,12773437,"models/dynamics.py",490,0,"",python,selection_command +1960,12773468,"models/dynamics.py",519,0,"",python,selection_command +1961,12773500,"models/dynamics.py",547,0,"",python,selection_command +1962,12773534,"models/dynamics.py",573,0,"",python,selection_command +1963,12773567,"models/dynamics.py",603,0,"",python,selection_command +1964,12773600,"models/dynamics.py",627,0,"",python,selection_command +1965,12773634,"models/dynamics.py",637,0,"",python,selection_command +1966,12773667,"models/dynamics.py",707,0,"",python,selection_command +1967,12773700,"models/dynamics.py",745,0,"",python,selection_command +1968,12773734,"models/dynamics.py",771,0,"",python,selection_command +1969,12773767,"models/dynamics.py",816,0,"",python,selection_command +1970,12773801,"models/dynamics.py",855,0,"",python,selection_command +1971,12773834,"models/dynamics.py",865,0,"",python,selection_command +1972,12773869,"models/dynamics.py",900,0,"",python,selection_command +1973,12773901,"models/dynamics.py",928,0,"",python,selection_command +1974,12773934,"models/dynamics.py",970,0,"",python,selection_command +1975,12773967,"models/dynamics.py",1000,0,"",python,selection_command +1976,12774001,"models/dynamics.py",1002,0,"",python,selection_command +1977,12774034,"models/dynamics.py",1011,0,"",python,selection_command +1978,12774067,"models/dynamics.py",1099,0,"",python,selection_command +1979,12774101,"models/dynamics.py",1129,0,"",python,selection_command +1980,12774134,"models/dynamics.py",1189,0,"",python,selection_command +1981,12774167,"models/dynamics.py",1210,0,"",python,selection_command +1982,12774201,"models/dynamics.py",1271,0,"",python,selection_command +1983,12774582,"models/dynamics.py",1344,0,"",python,selection_command +1984,12774957,"models/dynamics.py",1423,0,"",python,selection_command +1985,12775528,"models/dynamics.py",1467,0,"",python,selection_command +1986,12776090,"models/dynamics.py",1556,0,"",python,selection_command +1987,12777536,"models/dynamics.py",1570,0,"",python,selection_command +1988,12777734,"models/dynamics.py",1586,0,"",python,selection_command +1989,12777916,"models/dynamics.py",1595,0,"",python,selection_command +1990,12778098,"models/dynamics.py",1632,0,"",python,selection_command +1991,12778296,"models/dynamics.py",1692,0,"",python,selection_command +1992,12778737,"models/dynamics.py",1766,0,"",python,selection_command +1993,12781481,"models/dynamics.py",1773,0,"",python,selection_command +1994,12781644,"models/dynamics.py",1775,0,"",python,selection_command +1995,12781814,"models/dynamics.py",1779,0,"",python,selection_command +1996,12781980,"models/dynamics.py",1780,0,"",python,selection_command +1997,12782474,"models/dynamics.py",398,0,"",python,selection_command +1998,12783288,"models/dynamics.py",1780,0,"",python,selection_command +1999,12783937,"genie.py",0,0,"",python,tab +2000,12799170,"genie.py",2111,0,"",python,selection_command +2001,12799421,"genie.py",2148,0,"",python,selection_command +2002,12799437,"genie.py",2196,0,"",python,selection_command +2003,12799470,"genie.py",2241,0,"",python,selection_command +2004,12799501,"genie.py",2284,0,"",python,selection_command +2005,12799535,"genie.py",2318,0,"",python,selection_command +2006,12799569,"genie.py",2358,0,"",python,selection_command +2007,12799599,"genie.py",2400,0,"",python,selection_command +2008,12799633,"genie.py",2413,0,"",python,selection_command +2009,12799667,"genie.py",2415,0,"",python,selection_command +2010,12799802,"genie.py",2441,0,"",python,selection_command +2011,12800093,"genie.py",2529,0,"",python,selection_command +2012,12800230,"genie.py",2530,0,"",python,selection_command +2013,12800395,"genie.py",2532,0,"",python,selection_command +2014,12800567,"genie.py",2536,0,"",python,selection_command +2015,12800741,"genie.py",2537,0,"",python,selection_command +2016,12800862,"genie.py",2546,0,"",python,selection_command +2017,12801006,"genie.py",2547,0,"",python,selection_command +2018,12801386,"models/tokenizer.py",0,0,"",python,tab +2019,12801389,"models/tokenizer.py",1752,0,"",python,selection_command +2020,12804688,"genie.py",0,0,"",python,tab +2021,12804692,"genie.py",2547,0,"",python,selection_command +2022,12806402,"genie.py",2633,0,"",python,selection_command +2023,12806653,"genie.py",2631,0,"",python,selection_command +2024,12806834,"genie.py",2630,0,"",python,selection_command +2025,12807686,"genie.py",2621,0,"",python,selection_command +2026,12807820,"models/lam.py",0,0,"",python,tab +2027,12807823,"models/lam.py",2377,0,"",python,selection_command +2028,12811283,"genie.py",0,0,"",python,tab +2029,12811287,"genie.py",2621,0,"",python,selection_command +2030,12812807,"genie.py",2695,0,"",python,selection_command +2031,12813122,"genie.py",2672,0,"",python,selection_command +2032,12813731,"genie.py",2711,0,"",python,selection_command +2033,12813974,"genie.py",2742,0,"",python,selection_command +2034,12814001,"genie.py",2782,0,"",python,selection_command +2035,12814035,"genie.py",2844,0,"",python,selection_command +2036,12814068,"genie.py",2854,0,"",python,selection_command +2037,12815115,"genie.py",3009,0,"",python,selection_command +2038,12815933,"genie.py",3086,0,"",python,selection_command +2039,12816387,"genie.py",3085,0,"",python,selection_command +2040,12816548,"genie.py",3077,0,"",python,selection_command +2041,12816864,"genie.py",2058,0,"",python,selection_command +2042,12818432,"genie.py",2067,0,"",python,selection_command +2043,12818592,"genie.py",2069,0,"",python,selection_command +2044,12818897,"models/dynamics.py",0,0,"",python,tab +2045,12818900,"models/dynamics.py",133,0,"",python,selection_command +2046,12826533,"genie.py",0,0,"",python,tab +2047,12826537,"genie.py",2069,0,"",python,selection_command +2048,12828503,"genie.py",3077,0,"",python,selection_command +2049,12830009,"genie.py",3133,0,"",python,selection_command +2050,12830258,"genie.py",3113,0,"",python,selection_command +2051,12835815,"genie.py",3150,0,"",python,selection_command +2052,12835985,"genie.py",3217,0,"",python,selection_command +2053,12836295,"genie.py",3224,0,"",python,selection_command +2054,12836551,"genie.py",3226,0,"",python,selection_command +2055,12836567,"genie.py",3231,0,"",python,selection_command +2056,12836606,"genie.py",3234,0,"",python,selection_command +2057,12836632,"genie.py",3236,0,"",python,selection_command +2058,12836665,"genie.py",3240,0,"",python,selection_command +2059,12836698,"genie.py",3241,0,"",python,selection_command +2060,12836899,"genie.py",3250,0,"",python,selection_command +2061,12837080,"genie.py",3251,0,"",python,selection_command +2062,12837500,"models/tokenizer.py",0,0,"",python,tab +2063,12837503,"models/tokenizer.py",2307,0,"",python,selection_command +2064,12840300,"models/tokenizer.py",2370,0,"",python,selection_command +2065,12840451,"models/tokenizer.py",2408,0,"",python,selection_command +2066,12840594,"models/tokenizer.py",2440,0,"",python,selection_command +2067,12840954,"models/tokenizer.py",2431,0,"\n ",python,content +2068,12842491,"models/tokenizer.py",2440,0,"recon = recon.astype(jnp.float32)",python,content +2069,12843294,"models/tokenizer.py",2507,0,"\n recon = recon.astype(self.dtype)",python,content +2070,12843853,"models/tokenizer.py",2472,0,"",python,selection_command +2071,12844291,"models/tokenizer.py",2506,0,"",python,selection_command +2072,12844433,"models/tokenizer.py",2547,0,"",python,selection_command +2073,12848719,"genie.py",0,0,"",python,tab +2074,12854233,"train_dynamics.py",0,0,"",python,tab +2075,12855703,"train_dynamics.py",4058,0,"",python,selection_command +2076,12856027,"train_dynamics.py",4066,0,"",python,selection_command +2077,12857505,"train_dynamics.py",5496,0,"",python,selection_command +2078,12858555,"train_dynamics.py",6277,0,"",python,selection_command +2079,12859811,"train_dynamics.py",6236,0,"",python,selection_command +2080,12860256,"train_dynamics.py",6609,0,"",python,selection_command +2081,12860974,"train_dynamics.py",6638,0,"",python,selection_command +2082,12861917,"train_dynamics.py",8591,0,"",python,selection_command +2083,12862787,"train_dynamics.py",8927,0,"",python,selection_command +2084,12863266,"train_dynamics.py",9216,0,"",python,selection_command +2085,12864010,"train_dynamics.py",8927,0,"",python,selection_command +2086,12864373,"train_dynamics.py",9216,0,"",python,selection_command +2087,12864610,"train_dynamics.py",9268,0,"",python,selection_command +2088,12864796,"train_dynamics.py",9864,0,"",python,selection_command +2089,12865302,"train_dynamics.py",9911,0,"",python,selection_command +2090,12866405,"train_dynamics.py",9910,0,"",python,selection_command +2091,12866576,"train_dynamics.py",9900,0,"",python,selection_command +2092,12866952,"train_dynamics.py",3031,0,"",python,selection_command +2093,12889894,"train_dynamics.py",3062,0,"",python,selection_command +2094,12890020,"train_dynamics.py",3105,0,"",python,selection_command +2095,12890180,"train_dynamics.py",3113,0,"",python,selection_command +2096,12890434,"train_dynamics.py",3115,0,"",python,selection_command +2097,12890456,"train_dynamics.py",3118,0,"",python,selection_command +2098,12890489,"train_dynamics.py",3119,0,"",python,selection_command +2099,12890751,"train_dynamics.py",3133,0,"",python,selection_command +2100,12891001,"train_dynamics.py",3134,0,"",python,selection_command +2101,12891021,"train_dynamics.py",3150,0,"",python,selection_command +2102,12891053,"train_dynamics.py",3152,0,"",python,selection_command +2103,12891470,"train_dynamics.py",3150,0,"",python,selection_command +2104,12891685,"train_dynamics.py",3134,0,"",python,selection_command +2105,12891977,"train_dynamics.py",2074,0,"",python,selection_command +2106,12893116,"train_dynamics.py",2119,0,"",python,selection_command +2107,12893676,"train_dynamics.py",2158,0,"",python,selection_command +2108,12896390,"train_dynamics.py",2188,0,"",python,selection_command +2109,12896635,"train_dynamics.py",2204,0,"",python,selection_command +2110,12896660,"train_dynamics.py",2220,0,"",python,selection_command +2111,12896694,"train_dynamics.py",2243,0,"",python,selection_command +2112,12896727,"train_dynamics.py",2317,0,"",python,selection_command +2113,12896761,"train_dynamics.py",2323,0,"",python,selection_command +2114,12896918,"train_dynamics.py",2350,0,"",python,selection_command +2115,12898984,"train_dynamics.py",2345,0,"\n ",python,content +2116,12902295,"train_dynamics.py",2346,4,"",python,content +2117,12903066,"train_dynamics.py",2346,1,"",python,content +2118,12903084,"train_dynamics.py",2350,0,"",python,selection_command +2119,12903617,"train_dynamics.py",2413,0,"",python,selection_command +2120,12904575,"train_dynamics.py",2350,0,"",python,selection_command +2121,12904809,"train_dynamics.py",2413,0,"",python,selection_command +2122,12904895,"train_dynamics.py",2417,0,"",python,selection_command +2123,12905374,"train_dynamics.py",2354,0,"",python,selection_command +2124,12910458,"train_dynamics.py",2345,0,"\n ",python,content +2125,12910746,"train_dynamics.py",2350,0,"o",python,content +2126,12910747,"train_dynamics.py",2351,0,"",python,selection_keyboard +2127,12910849,"train_dynamics.py",2351,0,"u",python,content +2128,12910850,"train_dynamics.py",2352,0,"",python,selection_keyboard +2129,12910993,"train_dynamics.py",2352,0,"t",python,content +2130,12910994,"train_dynamics.py",2353,0,"",python,selection_keyboard +2131,12912008,"train_dynamics.py",2353,0,"puts[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)",python,content +2132,12923964,"train_dynamics.py",2418,0,"",python,selection_command +2133,12924711,"train_dynamics.py",2346,74,"",python,content +2134,12924737,"train_dynamics.py",2350,0,"",python,selection_command +2135,12924929,"train_dynamics.py",2413,0,"",python,selection_command +2136,12925162,"train_dynamics.py",2350,0,"",python,selection_command +2137,12925880,"train_dynamics.py",2358,0,"",python,selection_command +2138,12926054,"train_dynamics.py",2360,0,"",python,selection_command +2139,12926205,"train_dynamics.py",2365,0,"",python,selection_command +2140,12926366,"train_dynamics.py",2366,0,"",python,selection_command +2141,12926664,".venv/lib/python3.10/site-packages/optax/__init__.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Optax: composable gradient processing and optimization, in JAX.""""""\n\n# pylint: disable=wrong-import-position\n# pylint: disable=g-importing-member\n\nimport typing as _typing\n\nfrom optax import assignment\nfrom optax import contrib\nfrom optax import losses\nfrom optax import monte_carlo\nfrom optax import perturbations\nfrom optax import projections\nfrom optax import schedules\nfrom optax import second_order\nfrom optax import transforms\nfrom optax import tree\nfrom optax import tree_utils\nfrom optax._src.alias import adabelief\nfrom optax._src.alias import adadelta\nfrom optax._src.alias import adafactor\nfrom optax._src.alias import adagrad\nfrom optax._src.alias import adam\nfrom optax._src.alias import adamax\nfrom optax._src.alias import adamaxw\nfrom optax._src.alias import adamw\nfrom optax._src.alias import adan\nfrom optax._src.alias import amsgrad\nfrom optax._src.alias import fromage\nfrom optax._src.alias import lamb\nfrom optax._src.alias import lars\nfrom optax._src.alias import lbfgs\nfrom optax._src.alias import lion\nfrom optax._src.alias import MaskOrFn\nfrom optax._src.alias import nadam\nfrom optax._src.alias import nadamw\nfrom optax._src.alias import noisy_sgd\nfrom optax._src.alias import novograd\nfrom optax._src.alias import optimistic_adam\nfrom optax._src.alias import optimistic_gradient_descent\nfrom optax._src.alias import polyak_sgd\nfrom optax._src.alias import radam\nfrom optax._src.alias import rmsprop\nfrom optax._src.alias import rprop\nfrom optax._src.alias import sgd\nfrom optax._src.alias import sign_sgd\nfrom optax._src.alias import sm3\nfrom optax._src.alias import yogi\nfrom optax._src.base import EmptyState\nfrom optax._src.base import GradientTransformation\nfrom optax._src.base import GradientTransformationExtraArgs\nfrom optax._src.base import identity\nfrom optax._src.base import OptState\nfrom optax._src.base import Params\nfrom optax._src.base import ScalarOrSchedule\nfrom optax._src.base import Schedule\nfrom optax._src.base import set_to_zero\nfrom optax._src.base import stateless\nfrom optax._src.base import stateless_with_tree_map\nfrom optax._src.base import TransformInitFn\nfrom optax._src.base import TransformUpdateExtraArgsFn\nfrom optax._src.base import TransformUpdateFn\nfrom optax._src.base import Updates\nfrom optax._src.base import with_extra_args_support\nfrom optax._src.factorized import FactoredState\nfrom optax._src.factorized import scale_by_factored_rms\nfrom optax._src.linear_algebra import global_norm\nfrom optax._src.linear_algebra import matrix_inverse_pth_root\nfrom optax._src.linear_algebra import nnls\nfrom optax._src.linear_algebra import power_iteration\nfrom optax._src.linesearch import scale_by_backtracking_linesearch\nfrom optax._src.linesearch import scale_by_zoom_linesearch\nfrom optax._src.linesearch import ScaleByBacktrackingLinesearchState\nfrom optax._src.linesearch import ScaleByZoomLinesearchState\nfrom optax._src.linesearch import ZoomLinesearchInfo\nfrom optax._src.lookahead import lookahead\nfrom optax._src.lookahead import LookaheadParams\nfrom optax._src.lookahead import LookaheadState\nfrom optax._src.numerics import safe_increment\nfrom optax._src.numerics import safe_int32_increment\nfrom optax._src.numerics import safe_norm\nfrom optax._src.numerics import safe_root_mean_squares\nfrom optax._src.transform import apply_every\nfrom optax._src.transform import ApplyEvery\nfrom optax._src.transform import centralize\nfrom optax._src.transform import normalize_by_update_norm\nfrom optax._src.transform import scale\nfrom optax._src.transform import scale_by_adadelta\nfrom optax._src.transform import scale_by_adam\nfrom optax._src.transform import scale_by_adamax\nfrom optax._src.transform import scale_by_adan\nfrom optax._src.transform import scale_by_amsgrad\nfrom optax._src.transform import scale_by_belief\nfrom optax._src.transform import scale_by_distance_over_gradients\nfrom optax._src.transform import scale_by_lbfgs\nfrom optax._src.transform import scale_by_learning_rate\nfrom optax._src.transform import scale_by_lion\nfrom optax._src.transform import scale_by_novograd\nfrom optax._src.transform import scale_by_optimistic_gradient\nfrom optax._src.transform import scale_by_param_block_norm\nfrom optax._src.transform import scale_by_param_block_rms\nfrom optax._src.transform import scale_by_polyak\nfrom optax._src.transform import scale_by_radam\nfrom optax._src.transform import scale_by_rms\nfrom optax._src.transform import scale_by_rprop\nfrom optax._src.transform import scale_by_rss\nfrom optax._src.transform import scale_by_schedule\nfrom optax._src.transform import scale_by_sign\nfrom optax._src.transform import scale_by_sm3\nfrom optax._src.transform import scale_by_stddev\nfrom optax._src.transform import scale_by_trust_ratio\nfrom optax._src.transform import scale_by_yogi\nfrom optax._src.transform import ScaleByAdaDeltaState\nfrom optax._src.transform import ScaleByAdamState\nfrom optax._src.transform import ScaleByAdanState\nfrom optax._src.transform import ScaleByAmsgradState\nfrom optax._src.transform import ScaleByBeliefState\nfrom optax._src.transform import ScaleByLBFGSState\nfrom optax._src.transform import ScaleByLionState\nfrom optax._src.transform import ScaleByNovogradState\nfrom optax._src.transform import ScaleByRmsState\nfrom optax._src.transform import ScaleByRpropState\nfrom optax._src.transform import ScaleByRssState\nfrom optax._src.transform import ScaleByRStdDevState\nfrom optax._src.transform import ScaleByScheduleState\nfrom optax._src.transform import ScaleBySM3State\nfrom optax._src.update import apply_updates\nfrom optax._src.update import incremental_update\nfrom optax._src.update import periodic_update\nfrom optax._src.utils import multi_normal\nfrom optax._src.utils import scale_gradient\nfrom optax._src.utils import value_and_grad_from_state\n\n# TODO(mtthss): remove contrib aliases from flat namespace once users updated.\n# Deprecated modules\nfrom optax.contrib import differentially_private_aggregate as _deprecated_differentially_private_aggregate\nfrom optax.contrib import DifferentiallyPrivateAggregateState as _deprecated_DifferentiallyPrivateAggregateState\nfrom optax.contrib import dpsgd as _deprecated_dpsgd\n\n\n# TODO(mtthss): remove aliases after updates.\nadaptive_grad_clip = transforms.adaptive_grad_clip\nAdaptiveGradClipState = EmptyState\nclip = transforms.clip\nclip_by_block_rms = transforms.clip_by_block_rms\nclip_by_global_norm = transforms.clip_by_global_norm\nClipByGlobalNormState = EmptyState\nClipState = EmptyState\nper_example_global_norm_clip = transforms.per_example_global_norm_clip\nper_example_layer_norm_clip = transforms.per_example_layer_norm_clip\nkeep_params_nonnegative = transforms.keep_params_nonnegative\nNonNegativeParamsState = transforms.NonNegativeParamsState\nzero_nans = transforms.zero_nans\nZeroNansState = transforms.ZeroNansState\nchain = transforms.chain\npartition = transforms.partition\nPartitionState = transforms.PartitionState\nmulti_transform = transforms.partition # for backwards compatibility\nMultiTransformState = transforms.PartitionState # for backwards compatibility\nnamed_chain = transforms.named_chain\ntrace = transforms.trace\nTraceState = transforms.TraceState\nema = transforms.ema\nEmaState = transforms.EmaState\nadd_noise = transforms.add_noise\nAddNoiseState = transforms.AddNoiseState\nadd_decayed_weights = transforms.add_decayed_weights\nAddDecayedWeightsState = EmptyState\nScaleByTrustRatioState = EmptyState\nScaleState = EmptyState\napply_if_finite = transforms.apply_if_finite\nApplyIfFiniteState = transforms.ApplyIfFiniteState\nconditionally_mask = transforms.conditionally_mask\nconditionally_transform = transforms.conditionally_transform\nConditionallyMaskState = transforms.ConditionallyMaskState\nConditionallyTransformState = transforms.ConditionallyTransformState\nflatten = transforms.flatten\nmasked = transforms.masked\nMaskedNode = transforms.MaskedNode\nMaskedState = transforms.MaskedState\nMultiSteps = transforms.MultiSteps\nMultiStepsState = transforms.MultiStepsState\nShouldSkipUpdateFunction = transforms.ShouldSkipUpdateFunction\nskip_large_updates = transforms.skip_large_updates\nskip_not_finite = transforms.skip_not_finite\n\n# TODO(mtthss): remove tree_utils aliases after updates.\ntree_map_params = tree_utils.tree_map_params\nbias_correction = tree_utils.tree_bias_correction\nupdate_infinity_moment = tree_utils.tree_update_infinity_moment\nupdate_moment = tree_utils.tree_update_moment\nupdate_moment_per_elem_norm = tree_utils.tree_update_moment_per_elem_norm\n\n# TODO(mtthss): remove schedules aliases from flat namespaces after user updates\nconstant_schedule = schedules.constant_schedule\ncosine_decay_schedule = schedules.cosine_decay_schedule\ncosine_onecycle_schedule = schedules.cosine_onecycle_schedule\nexponential_decay = schedules.exponential_decay\ninject_hyperparams = schedules.inject_hyperparams\nInjectHyperparamsState = schedules.InjectHyperparamsState\njoin_schedules = schedules.join_schedules\nlinear_onecycle_schedule = schedules.linear_onecycle_schedule\nlinear_schedule = schedules.linear_schedule\npiecewise_constant_schedule = schedules.piecewise_constant_schedule\npiecewise_interpolate_schedule = schedules.piecewise_interpolate_schedule\npolynomial_schedule = schedules.polynomial_schedule\nsgdr_schedule = schedules.sgdr_schedule\nwarmup_constant_schedule = schedules.warmup_constant_schedule\nwarmup_cosine_decay_schedule = schedules.warmup_cosine_decay_schedule\nwarmup_exponential_decay_schedule = schedules.warmup_exponential_decay_schedule\ninject_stateful_hyperparams = schedules.inject_stateful_hyperparams\nInjectStatefulHyperparamsState = schedules.InjectStatefulHyperparamsState\nWrappedSchedule = schedules.WrappedSchedule\n\n# TODO(mtthss): remove loss aliases from flat namespace once users have updated.\nconvex_kl_divergence = losses.convex_kl_divergence\ncosine_distance = losses.cosine_distance\ncosine_similarity = losses.cosine_similarity\nctc_loss = losses.ctc_loss\nctc_loss_with_forward_probs = losses.ctc_loss_with_forward_probs\nhinge_loss = losses.hinge_loss\nhuber_loss = losses.huber_loss\nkl_divergence = losses.kl_divergence\nl2_loss = losses.l2_loss\nlog_cosh = losses.log_cosh\nntxent = losses.ntxent\nsigmoid_binary_cross_entropy = losses.sigmoid_binary_cross_entropy\nsmooth_labels = losses.smooth_labels\nsafe_softmax_cross_entropy = losses.safe_softmax_cross_entropy\nsoftmax_cross_entropy = losses.softmax_cross_entropy\nsoftmax_cross_entropy_with_integer_labels = (\n losses.softmax_cross_entropy_with_integer_labels\n)\nsquared_error = losses.squared_error\nsigmoid_focal_loss = losses.sigmoid_focal_loss\n\n_deprecations = {\n # Added Apr 2024\n ""differentially_private_aggregate"": (\n (\n ""optax.differentially_private_aggregate is deprecated: use""\n "" optax.contrib.differentially_private_aggregate (optax v0.1.8 or""\n "" newer).""\n ),\n _deprecated_differentially_private_aggregate,\n ),\n ""DifferentiallyPrivateAggregateState"": (\n (\n ""optax.DifferentiallyPrivateAggregateState is deprecated: use""\n "" optax.contrib.DifferentiallyPrivateAggregateState (optax v0.1.8""\n "" or newer).""\n ),\n _deprecated_DifferentiallyPrivateAggregateState,\n ),\n ""dpsgd"": (\n (\n ""optax.dpsgd is deprecated: use optax.contrib.dpsgd (optax v0.1.8""\n "" or newer).""\n ),\n _deprecated_dpsgd,\n ),\n}\n# pylint: disable=g-import-not-at-top\n# pylint: disable=g-bad-import-order\nif _typing.TYPE_CHECKING:\n # pylint: disable=reimported\n from optax.contrib import differentially_private_aggregate\n from optax.contrib import DifferentiallyPrivateAggregateState\n from optax.contrib import dpsgd\n # pylint: enable=reimported\n\nelse:\n from optax._src.deprecations import deprecation_getattr as _deprecation_getattr\n\n __getattr__ = _deprecation_getattr(__name__, _deprecations)\n del _deprecation_getattr\ndel _typing\n# pylint: enable=g-bad-import-order\n# pylint: enable=g-import-not-at-top\n# pylint: enable=g-importing-member\n\n\n__version__ = ""0.2.5""\n\n__all__ = (\n ""adabelief"",\n ""adadelta"",\n ""adafactor"",\n ""adagrad"",\n ""adam"",\n ""adamax"",\n ""adamaxw"",\n ""adamw"",\n ""adan"",\n ""adaptive_grad_clip"",\n ""AdaptiveGradClipState"",\n ""add_decayed_weights"",\n ""add_noise"",\n ""AddDecayedWeightsState"",\n ""AddNoiseState"",\n ""amsgrad"",\n ""apply_every"",\n ""apply_if_finite"",\n ""apply_updates"",\n ""ApplyEvery"",\n ""ApplyIfFiniteState"",\n ""assignment"",\n ""centralize"",\n ""chain"",\n ""clip_by_block_rms"",\n ""clip_by_global_norm"",\n ""clip"",\n ""ClipByGlobalNormState"",\n ""ClipState"",\n ""conditionally_mask"",\n ""ConditionallyMaskState"",\n ""conditionally_transform"",\n ""ConditionallyTransformState"",\n ""constant_schedule"",\n ""ctc_loss"",\n ""ctc_loss_with_forward_probs"",\n ""convex_kl_divergence"",\n ""cosine_decay_schedule"",\n ""cosine_distance"",\n ""cosine_onecycle_schedule"",\n ""cosine_similarity"",\n ""differentially_private_aggregate"",\n ""DifferentiallyPrivateAggregateState"",\n ""dpsgd"",\n ""ema"",\n ""EmaState"",\n ""EmptyState"",\n ""exponential_decay"",\n ""FactoredState"",\n ""flatten"",\n ""fromage"",\n ""global_norm"",\n ""GradientTransformation"",\n ""GradientTransformationExtraArgs"",\n ""hinge_loss"",\n ""huber_loss"",\n ""identity"",\n ""incremental_update"",\n ""inject_hyperparams"",\n ""InjectHyperparamsState"",\n ""join_schedules"",\n ""keep_params_nonnegative"",\n ""kl_divergence"",\n ""l2_loss"",\n ""lamb"",\n ""lars"",\n ""lbfgs"",\n ""lion"",\n ""linear_onecycle_schedule"",\n ""linear_schedule"",\n ""log_cosh"",\n ""lookahead"",\n ""LookaheadParams"",\n ""LookaheadState"",\n ""masked"",\n ""MaskOrFn"",\n ""MaskedState"",\n ""matrix_inverse_pth_root"",\n ""multi_normal"",\n ""multi_transform"", # for backwards compatibility\n ""MultiSteps"",\n ""MultiStepsState"",\n ""MultiTransformState"", # for backwards compatibility\n ""nadam"",\n ""nadamw"",\n ""nnls"",\n ""noisy_sgd"",\n ""novograd"",\n ""NonNegativeParamsState"",\n ""ntxent"",\n ""OptState"",\n ""Params"",\n ""partition"",\n ""PartitionState"",\n ""periodic_update"",\n ""per_example_global_norm_clip"",\n ""per_example_layer_norm_clip"",\n ""piecewise_constant_schedule"",\n ""piecewise_interpolate_schedule"",\n ""polynomial_schedule"",\n ""power_iteration"",\n ""polyak_sgd"",\n ""radam"",\n ""rmsprop"",\n ""rprop"",\n ""safe_increment"",\n ""safe_int32_increment"",\n ""safe_norm"",\n ""safe_root_mean_squares"",\n ""ScalarOrSchedule"",\n ""scale_by_adadelta"",\n ""scale_by_adam"",\n ""scale_by_adamax"",\n ""scale_by_adan"",\n ""scale_by_amsgrad"",\n ""scale_by_backtracking_linesearch"",\n ""scale_by_belief"",\n ""scale_by_lbfgs"",\n ""scale_by_lion"",\n ""scale_by_factored_rms"",\n ""scale_by_novograd"",\n ""scale_by_param_block_norm"",\n ""scale_by_param_block_rms"",\n ""scale_by_polyak"",\n ""scale_by_radam"",\n ""scale_by_rms"",\n ""scale_by_rprop"",\n ""scale_by_rss"",\n ""scale_by_schedule"",\n ""scale_by_sign"",\n ""scale_by_sm3"",\n ""scale_by_stddev"",\n ""scale_by_trust_ratio"",\n ""scale_by_yogi"",\n ""scale_by_zoom_linesearch"",\n ""scale_gradient"",\n ""scale"",\n ""ScaleByAdaDeltaState"",\n ""ScaleByAdamState"",\n ""ScaleByAdanState"",\n ""ScaleByAmsgradState"",\n ""ScaleByBacktrackingLinesearchState"",\n ""ScaleByBeliefState"",\n ""ScaleByLBFGSState"",\n ""ScaleByLionState"",\n ""ScaleByNovogradState"",\n ""ScaleByRmsState"",\n ""ScaleByRpropState"",\n ""ScaleByRssState"",\n ""ScaleByRStdDevState"",\n ""ScaleByScheduleState"",\n ""ScaleBySM3State"",\n ""ScaleByTrustRatioState"",\n ""ScaleByZoomLinesearchState"",\n ""ScaleState"",\n ""Schedule"",\n ""set_to_zero"",\n ""sgd"",\n ""sgdr_schedule"",\n ""ShouldSkipUpdateFunction"",\n ""sigmoid_binary_cross_entropy"",\n ""sign_sgd"",\n ""skip_large_updates"",\n ""skip_not_finite"",\n ""sm3"",\n ""smooth_labels"",\n ""softmax_cross_entropy"",\n ""softmax_cross_entropy_with_integer_labels"",\n ""stateless"",\n ""stateless_with_tree_map"",\n ""trace"",\n ""TraceState"",\n ""TransformInitFn"",\n ""TransformUpdateFn"",\n ""TransformUpdateExtraArgsFn"",\n ""Updates"",\n ""value_and_grad_from_state"",\n ""warmup_cosine_decay_schedule"",\n ""warmup_exponential_decay_schedule"",\n ""yogi"",\n ""zero_nans"",\n ""ZeroNansState"",\n ""ZoomLinesearchInfo"",\n)\n\n# _________________________________________\n# / Please don't use symbols in `_src` they \\n# \ are not part of the Optax public API. /\n# -----------------------------------------\n# \ ^__^\n# \ (oo)\_______\n# (__)\ )\/\\n# ||----w |\n# || ||\n#\n",python,tab +2142,12926669,".venv/lib/python3.10/site-packages/optax/__init__.py",11035,0,"",python,selection_command +2143,12928764,".venv/lib/python3.10/site-packages/optax/__init__.py",11081,0,"",python,selection_command +2144,12928880,".venv/lib/python3.10/site-packages/optax/__init__.py",11085,0,"",python,selection_command +2145,12929049,".venv/lib/python3.10/site-packages/optax/__init__.py",11091,0,"",python,selection_command +2146,12929210,".venv/lib/python3.10/site-packages/optax/__init__.py",11092,0,"",python,selection_command +2147,12929760,".venv/lib/python3.10/site-packages/optax/losses/_classification.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Classification losses.""""""\n\nimport functools\nimport operator\nfrom typing import Optional, Union\n\nimport chex\nimport jax\nimport jax.numpy as jnp\nfrom optax import projections\n\n\ndef canonicalize_axis(axis, ndim):\n """"""Vendored version of :func:`numpy.lib.array_utils.normalize_axis_index`.\n """"""\n if 0 <= (axis := operator.index(axis)) < ndim:\n return axis\n elif -ndim <= axis < 0:\n return axis + ndim\n else:\n raise ValueError(f'axis {axis} is out of bounds for array of '\n f'dimension {ndim}')\n\n\ndef canonicalize_axes(axes, ndim) -> tuple[int, ...]:\n """"""Vendored version of :func:`numpy.lib.array_utils.normalize_axis_tuple`.\n """"""\n return tuple(canonicalize_axis(x, ndim) for x in axes)\n\n\ndef sigmoid_binary_cross_entropy(\n logits,\n labels,\n):\n """"""Computes element-wise sigmoid cross entropy given logits and labels.\n\n This function can be used for binary or multiclass classification (where each\n class is an independent binary prediction and different classes are not\n mutually exclusive e.g. predicting that an image contains both a cat\n and a dog.)\n\n Because this function is overloaded, please ensure your `logits` and `labels`\n are compatible with each other. If you're passing in binary `labels` (values\n in {0, 1}), ensure your `logits` correspond to class 1 only. If you're\n passing in per-class target probabilities or one-hot `labels`, please ensure\n your `logits` are also multiclass. Be particularly careful if you're relying\n on implicit broadcasting to reshape `logits` or `labels`.\n\n Args:\n logits: Each element is the unnormalized log probability of a binary\n prediction. See note about compatibility with `labels` above.\n labels: Binary labels whose values are {0,1} or multi-class target\n probabilities. See note about compatibility with `logits` above.\n\n Returns:\n cross entropy for each binary prediction, same shape as `logits`.\n\n References:\n Goodfellow et al, `Deep Learning\n `_, 2016\n """"""\n chex.assert_type([logits], float)\n labels = jnp.astype(labels, logits.dtype)\n log_p = jax.nn.log_sigmoid(logits)\n # log(1 - sigmoid(x)) = log_sigmoid(-x), the latter more numerically stable\n log_not_p = jax.nn.log_sigmoid(-logits)\n return -labels * log_p - (1.0 - labels) * log_not_p\n\n\n@functools.partial(\n chex.warn_deprecated_function, replacement='sigmoid_binary_cross_entropy'\n)\ndef binary_logistic_loss(logits, labels):\n return sigmoid_binary_cross_entropy(logits, labels)\n\n\ndef hinge_loss(\n predictor_outputs: chex.Array, targets: chex.Array\n) -> chex.Array:\n """"""Computes the hinge loss for binary classification.\n\n Args:\n predictor_outputs: Outputs of the decision function.\n targets: Target values. Target values should be strictly in the set {-1, 1}.\n\n Returns:\n loss value.\n """"""\n return jnp.maximum(0, 1 - predictor_outputs * targets)\n\n\ndef perceptron_loss(\n predictor_outputs: chex.Numeric, targets: chex.Numeric\n) -> chex.Numeric:\n """"""Binary perceptron loss.\n\n Args:\n predictor_outputs: score produced by the model (float).\n targets: Target values. Target values should be strictly in the set {-1, 1}.\n\n Returns:\n loss value.\n\n References:\n `Perceptron `_, Wikipedia\n """"""\n chex.assert_equal_shape([predictor_outputs, targets])\n return jnp.maximum(0, -predictor_outputs * targets)\n\n\ndef sparsemax_loss(\n logits: chex.Array,\n labels: chex.Array,\n) -> chex.Array:\n """"""Binary sparsemax loss.\n\n This loss is zero if and only if `jax.nn.sparse_sigmoid(logits) == labels`.\n\n Args:\n logits: score produced by the model (float).\n labels: ground-truth integer label (0 or 1).\n\n Returns:\n loss value\n\n References:\n Learning with Fenchel-Young Losses. Mathieu Blondel, André F. T. Martins,\n Vlad Niculae. JMLR 2020. (Sec. 4.4)\n\n .. versionadded:: 0.2.3\n """"""\n return jax.nn.sparse_plus(jnp.where(labels, -logits, logits))\n\n\n@functools.partial(chex.warn_deprecated_function, replacement='sparsemax_loss')\ndef binary_sparsemax_loss(logits, labels):\n return sparsemax_loss(logits, labels)\n\n\n@jax.custom_jvp\ndef weighted_logsoftmax(x: chex.Array, weights: chex.Array) -> chex.Array:\n r""""""Weighted logsoftmax.\n\n Computes\n .. math::\n (w_i \log(\exp x_i /(\sum_i \exp x_i )) )_{i=1}^n\n\n for :math:`x` the input ``x``, :math:`w` the ``weights``.\n For :math:`w_i = 0`, :math:`x_i=-\infty`, this implementation ensures that the\n output is 0 and not nan at the ith entry following the convention that\n :math:`0 \log 0 = 0`.\n\n Args:\n x: input array.\n weights: weights.\n\n Returns:\n logsoftmax of x multiplied elementwise by weights\n """"""\n logsoftmax_x = jax.nn.log_softmax(x, axis=-1)\n return jnp.where(\n weights != 0.0, weights * logsoftmax_x, jnp.zeros_like(logsoftmax_x)\n )\n\n\ndef _weighted_logsoftmax_jvp(primals, tangents):\n """"""Custom JVP of weighted logsoftmax.""""""\n (x, weights) = primals\n (x_dot, weights_dot) = tangents\n logsoftmax_x = jax.nn.log_softmax(x, axis=-1)\n result = jnp.where(\n weights != 0.0, weights * logsoftmax_x, jnp.zeros_like(logsoftmax_x)\n )\n out_tangents = (\n weights * x_dot\n - weights\n * jnp.sum(x_dot * jax.nn.softmax(x, axis=-1), axis=-1, keepdims=True)\n + weights_dot * logsoftmax_x\n )\n return result, out_tangents\n\n\nweighted_logsoftmax.defjvp(_weighted_logsoftmax_jvp)\n\n\ndef safe_softmax_cross_entropy(\n logits: chex.Array,\n labels: chex.Array,\n) -> chex.Array:\n """"""Computes the softmax cross entropy between sets of logits and labels.\n\n Contrarily to :func:`optax.softmax_cross_entropy` this function handles\n ``labels*logsoftmax(logits)`` as ``0`` when ``logits=-inf`` and ``labels=0``,\n following the convention that ``0 log 0 = 0``.\n\n Args:\n logits: Unnormalized log probabilities, with shape `[..., num_classes]`.\n labels: Valid probability distributions (non-negative, sum to 1), e.g a one\n hot encoding specifying the correct class for each input; must have a\n shape broadcastable to `[..., num_classes]`.\n\n Returns:\n cross entropy between each prediction and the corresponding target\n distributions, with shape `[...]`.\n """"""\n chex.assert_type([logits], float)\n return -jnp.sum(weighted_logsoftmax(logits, labels), axis=-1)\n\n\ndef softmax_cross_entropy(\n logits: chex.Array,\n labels: chex.Array,\n axis: Union[int, tuple[int, ...], None] = -1,\n where: Union[chex.Array, None] = None,\n) -> chex.Array:\n r""""""Computes the softmax cross entropy between sets of logits and labels.\n\n This loss function is commonly used for multi-class classification tasks. It\n measures the dissimilarity between the predicted probability distribution\n (obtained by applying the softmax function to the logits) and the true\n probability distribution (represented by the one-hot encoded labels).\n This loss is also known as categorical cross entropy.\n\n Let :math:`x` denote the ``logits`` array of size ``[batch_size,\n num_classes]`` and :math:`y` denote the ``labels`` array of size\n ``[batch_size, num_classes]``. Then this function returns a vector\n :math:`\sigma` of size ``[batch_size]`` defined as:\n\n .. math::\n \sigma_i =\n - \sum_j y_{i j} \log\left(\frac{\exp(x_{i j})}{\sum_k\n \exp(x_{i k})}\right) \,.\n\n Args:\n logits: Unnormalized log probabilities, with shape ``[batch_size,\n num_classes]``.\n labels: One-hot encoded labels, with shape `[batch_size, num_classes]`. Each\n row represents the true class distribution for a single example.\n axis: Axis or axes along which to compute.\n where: Elements to include in the computation.\n\n Returns:\n Cross-entropy between each prediction and the corresponding target\n distributions, with shape ``[batch_size]``.\n\n Examples:\n >>> import optax\n >>> import jax.numpy as jnp\n >>> jnp.set_printoptions(precision=4)\n >>> # example: batch_size = 2, num_classes = 3\n >>> logits = jnp.array([[1.2, -0.8, -0.5], [0.9, -1.2, 1.1]])\n >>> labels = jnp.array([[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]])\n >>> print(optax.softmax_cross_entropy(logits, labels))\n [0.2761 2.9518]\n\n References:\n `Cross-entropy Loss `_,\n Wikipedia\n\n `Multinomial Logistic Regression\n `_, Wikipedia\n\n .. seealso::\n This function is similar to\n :func:`optax.losses.softmax_cross_entropy_with_integer_labels`,\n but accepts one-hot labels instead of integer labels.\n\n :func:`optax.losses.safe_softmax_cross_entropy` provides an alternative\n implementation that differs on how ``logits=-inf`` are handled.\n\n .. versionchanged:: 0.2.4\n Added ``axis`` and ``where`` arguments.\n """"""\n chex.assert_type([logits], float)\n log_probs = jax.nn.log_softmax(logits, axis, where)\n return -(labels * log_probs).sum(axis, where=where)\n\n\ndef softmax_cross_entropy_with_integer_labels(\n logits: chex.Array,\n labels: chex.Array,\n axis: Union[int, tuple[int, ...]] = -1,\n where: Union[chex.Array, None] = None,\n) -> chex.Array:\n r""""""Computes softmax cross entropy between the logits and integer labels.\n\n This loss is useful for classification problems with integer labels that are\n not one-hot encoded. This loss is also known as categorical cross entropy.\n\n Let :math:`x` denote the ``logits`` array of size ``[batch_size,\n num_classes]`` and :math:`y` denote the ``labels`` array of size\n ``[batch_size]``. Then this function returns a vector\n :math:`\sigma` of size ``[batch_size]`` defined as:\n\n .. math::\n \sigma_i =\n \log\left(\frac{\exp(x_{i y_i})}{\sum_j\n \exp(x_{i j})}\right)\,.\n\n Args:\n logits: Unnormalized log probabilities, with shape ``[batch_size,\n num_classes]``.\n labels: Integers specifying the correct class for each input, with shape\n ``[batch_size]``. Class labels are assumed to be between 0 and\n ``num_classes - 1`` inclusive.\n axis: Axis or axes along which to compute. If a tuple of axes is passed\n then ``num_classes`` must match the total number of elements in ``axis``\n dimensions and a label is interpreted as a flat index in a ``logits``\n slice of shape ``logits[axis]``.\n where: Elements to include in the computation.\n\n Returns:\n Cross-entropy between each prediction and the corresponding target\n distributions, with shape ``[batch_size]``.\n\n Examples:\n >>> import optax\n >>> import jax.numpy as jnp\n >>> jnp.set_printoptions(precision=4)\n >>> # example: batch_size = 2, num_classes = 3\n >>> logits = jnp.array([[1.2, -0.8, -0.5], [0.9, -1.2, 1.1]])\n >>> labels = jnp.array([0, 1])\n >>> print(optax.softmax_cross_entropy_with_integer_labels(logits, labels))\n [0.2761 2.9518]\n\n >>> import jax.numpy as jnp\n >>> import numpy as np\n >>> import optax\n >>> jnp.set_printoptions(precision=4)\n >>> # example: batch_size = (1, 2), num_classes = 12 (i.e. 3 * 4)\n >>> shape = (1, 2, 3, 4)\n >>> logits = jnp.arange(np.prod(shape), dtype=jnp.float32).reshape(shape)\n >>> # elements indices in slice of shape (3, 4)\n >>> ix = jnp.array([[1, 2]])\n >>> jx = jnp.array([[1, 3]])\n >>> labels = jnp.ravel_multi_index((ix, jx), shape[2:])\n >>> cross_entropy = optax.softmax_cross_entropy_with_integer_labels(\n ... logits, labels, axis=(2, 3))\n >>> print(cross_entropy)\n [[6.4587 0.4587]]\n\n References:\n `Cross-entropy Loss `_,\n Wikipedia\n\n `Multinomial Logistic Regression\n `_, Wikipedia\n\n .. seealso:: This function is similar to\n :func:`optax.losses.softmax_cross_entropy`, but accepts integer labels\n instead of one-hot labels.\n\n .. versionchanged:: 0.2.4\n Added ``axis`` and ``where`` arguments.\n """"""\n chex.assert_type([logits], float)\n chex.assert_type([labels], int)\n if isinstance(axis, int):\n axis = canonicalize_axis(axis, logits.ndim)\n elif isinstance(axis, tuple):\n # Move all ""feature"" dimensions to the end preserving axis ordering and\n # subsequent flattening ""feature"" dimensions to a single one.\n logit_axis = canonicalize_axes(axis, logits.ndim)\n batch_axis = tuple(x for x in range(logits.ndim) if x not in logit_axis)\n axis = len(batch_axis)\n logits = logits.transpose(batch_axis + logit_axis)\n logits = logits.reshape(logits.shape[:len(batch_axis)] + (-1,))\n if where is not None:\n where = where.transpose(batch_axis + logit_axis)\n where = where.reshape(where.shape[:len(batch_axis)] + (-1,))\n else:\n raise ValueError('Keyword argument \'axis\' must be of type \'int\' or '\n f'\'tuple[int, ...]\' but actual type is {type(axis)}.')\n # This is like jnp.take_along_axis(jax.nn.log_softmax(...), ...) except that\n # we avoid subtracting the normalizer from all values, just from the values\n # for the correct labels.\n logits_max = jnp.max(\n logits, axis, keepdims=True, where=where, initial=-jnp.inf\n )\n logits -= jax.lax.stop_gradient(logits_max)\n label_logits = jnp.take_along_axis(\n logits, jnp.expand_dims(labels, axis), axis=axis\n ).take(0, axis=axis)\n log_normalizers = jnp.log(jnp.sum(jnp.exp(logits), axis=axis, where=where))\n return log_normalizers - label_logits\n\n\n@functools.partial(\n chex.warn_deprecated_function,\n replacement='softmax_cross_entropy_with_integer_labels',\n)\ndef multiclass_logistic_loss(logits, labels):\n return softmax_cross_entropy_with_integer_labels(logits, labels)\n\n\n_dot_last_dim = jnp.vectorize(jnp.dot, signature='(n),(n)->()')\n\n\ndef multiclass_hinge_loss(\n scores: chex.Array,\n labels: chex.Array,\n) -> chex.Array:\n """"""Multiclass hinge loss.\n\n Args:\n scores: scores produced by the model (floats).\n labels: ground-truth integer labels.\n\n Returns:\n loss values\n\n References:\n `Hinge loss `_, Wikipedia\n\n .. versionadded:: 0.2.3\n """"""\n one_hot_labels = jax.nn.one_hot(labels, scores.shape[-1])\n return jnp.max(scores + 1.0 - one_hot_labels, axis=-1) - _dot_last_dim(\n scores, one_hot_labels\n )\n\n\ndef multiclass_perceptron_loss(\n scores: chex.Array,\n labels: chex.Array,\n) -> chex.Array:\n """"""Multiclass perceptron loss.\n\n Args:\n scores: scores produced by the model.\n labels: ground-truth integer labels.\n\n Returns:\n loss values.\n\n References:\n Michael Collins. Discriminative training methods for Hidden Markov Models:\n Theory and experiments with perceptron algorithms. EMNLP 2002\n\n .. versionadded:: 0.2.2\n """"""\n one_hot_labels = jax.nn.one_hot(labels, scores.shape[-1])\n return jnp.max(scores, axis=-1) - _dot_last_dim(scores, one_hot_labels)\n\n\n@functools.partial(chex.warn_only_n_pos_args_in_future, n=2)\ndef poly_loss_cross_entropy(\n logits: chex.Array,\n labels: chex.Array,\n epsilon: float = 2.0,\n axis: Union[int, tuple[int, ...], None] = -1,\n where: Union[chex.Array, None] = None,\n) -> chex.Array:\n r""""""Computes PolyLoss between logits and labels.\n\n The PolyLoss is a loss function that decomposes commonly\n used classification loss functions into a series of weighted\n polynomial bases. It is inspired by the Taylor expansion of\n cross-entropy loss and focal loss in the bases of :math:`(1 - P_t)^j`.\n\n .. math::\n L_{Poly} = \sum_1^\infty \alpha_j \cdot (1 - P_t)^j \\\n L_{Poly-N} = (\epsilon_1 + 1) \cdot (1 - P_t) + \ldots + \\\n (\epsilon_N + \frac{1}{N}) \cdot (1 - P_t)^N +\n \frac{1}{N + 1} \cdot (1 - P_t)^{N + 1} + \ldots = \\\n - \log(P_t) + \sum_{j = 1}^N \epsilon_j \cdot (1 - P_t)^j\n\n This function provides a simplified version of :math:`L_{Poly-N}`\n with only the coefficient of the first polynomial term being changed.\n\n Args:\n logits: Unnormalized log probabilities, with shape `[..., num_classes]`.\n labels: Valid probability distributions (non-negative, sum to 1), e.g. a\n one hot encoding specifying the correct class for each input;\n must have a shape broadcastable to `[..., num_classes]`.\n epsilon: The coefficient of the first polynomial term.\n According to the paper, the following values are recommended:\n - For the ImageNet 2d image classification, epsilon = 2.0.\n - For the 2d Instance Segmentation and object detection, epsilon = -1.0.\n - It is also recommended to adjust this value based on the task, e.g. by\n using grid search.\n axis: Axis or axes along which to compute.\n where: Elements to include in the computation.\n\n Returns:\n Poly loss between each prediction and the corresponding target\n distributions, with shape `[...]`.\n\n References:\n Leng et al, `PolyLoss: A Polynomial Expansion Perspective of Classification\n Loss Functions `_, 2022\n\n .. versionchanged:: 0.2.4\n Added ``axis`` and ``where`` arguments.\n """"""\n chex.assert_type([logits, labels], float)\n p = jax.nn.softmax(logits, axis=axis, where=where)\n one_minus_pt = jnp.sum(labels * (1 - p), axis=axis, where=where)\n cross_entropy = softmax_cross_entropy(\n logits=logits, labels=labels, axis=axis, where=where\n )\n return cross_entropy + epsilon * one_minus_pt\n\n\ndef kl_divergence(\n log_predictions: chex.Array,\n targets: chex.Array,\n axis: Union[int, tuple[int, ...], None] = -1,\n where: Union[chex.Array, None] = None,\n) -> chex.Array:\n """"""Computes the Kullback-Leibler divergence (relative entropy) loss.\n\n Measures the information gain achieved if target probability distribution\n would be used instead of predicted probability distribution.\n\n Args:\n log_predictions: Probabilities of predicted distribution with shape [...,\n dim]. Expected to be in the log-space to avoid underflow.\n targets: Probabilities of target distribution with shape [..., dim].\n Expected to be strictly positive.\n axis: Axis or axes along which to compute.\n where: Elements to include in the computation.\n\n Returns:\n Kullback-Leibler divergence of predicted distribution from target\n distribution with shape [...].\n\n References:\n Kullback and Leibler, `On Information and Sufficiency\n `_, 1951\n\n .. versionchanged:: 0.2.4\n Added ``axis`` and ``where`` arguments.\n """"""\n chex.assert_type([log_predictions, targets], float)\n loss = targets * (\n jnp.where(targets == 0, 0, jnp.log(targets)) - log_predictions\n )\n return jnp.sum(loss, axis=axis, where=where)\n\n\ndef kl_divergence_with_log_targets(\n log_predictions: chex.Array,\n log_targets: chex.Array,\n axis: Union[int, tuple[int, ...], None] = -1,\n where: Union[chex.Array, None] = None,\n) -> chex.Array:\n """"""Computes the Kullback-Leibler divergence (relative entropy) loss.\n\n Version of kl_div_loss where targets are given in log-space.\n\n Args:\n log_predictions: Probabilities of predicted distribution with shape [...,\n dim]. Expected to be in the log-space to avoid underflow.\n log_targets: Probabilities of target distribution with shape [..., dim].\n Expected to be in the log-space.\n axis: Axis or axes along which to compute.\n where: Elements to include in the computation.\n\n Returns:\n Kullback-Leibler divergence of predicted distribution from target\n distribution with shape [...].\n\n .. versionchanged:: 0.2.4\n Added ``axis`` and ``where`` arguments.\n """"""\n chex.assert_type([log_predictions, log_targets], float)\n loss = jnp.exp(log_targets) * (log_targets - log_predictions)\n return jnp.sum(loss, axis=axis, where=where)\n\n\ndef convex_kl_divergence(\n log_predictions: chex.Array,\n targets: chex.Array,\n axis: Union[int, tuple[int, ...], None] = -1,\n where: Union[chex.Array, None] = None,\n) -> chex.Array:\n """"""Computes a convex version of the Kullback-Leibler divergence loss.\n\n Measures the information gain achieved if target probability distribution\n would be used instead of predicted probability distribution.\n This version is jointly convex in p (targets) and q (log_predictions).\n\n Args:\n log_predictions: Probabilities of predicted distribution with shape [...,\n dim]. Expected to be in the log-space to avoid underflow.\n targets: Probabilities of target distribution with shape [..., dim].\n Expected to be strictly positive.\n axis: Axis or axes along which to compute.\n where: Elements to include in the computation.\n\n Returns:\n Kullback-Leibler divergence of predicted distribution from target\n distribution with shape [...].\n\n References:\n Kullback and Leibler, `On Information and Sufficiency\n `_, 1951\n\n .. versionchanged:: 0.2.4\n Added ``axis`` and ``where`` arguments.\n """"""\n x = kl_divergence(log_predictions, targets, axis=axis, where=where)\n y = jnp.sum(jnp.exp(log_predictions) - targets, axis=axis, where=where)\n return x + y\n\n\n@functools.partial(chex.warn_only_n_pos_args_in_future, n=4)\ndef ctc_loss_with_forward_probs(\n logits: chex.Array,\n logit_paddings: chex.Array,\n labels: chex.Array,\n label_paddings: chex.Array,\n blank_id: int = 0,\n log_epsilon: float = -1e5,\n) -> tuple[chex.Array, chex.Array, chex.Array]:\n r""""""Computes CTC loss and CTC forward-probabilities.\n\n The CTC loss is a loss function based on log-likelihoods of the model that\n introduces a special blank symbol :math:`\phi` to represent variable-length\n output sequences.\n\n Forward probabilities returned by this function, as auxiliary results, are\n grouped into two part: blank alpha-probability and non-blank alpha\n probability. Those are defined as follows:\n\n .. math::\n \alpha_{\mathrm{BLANK}}(t, n) =\n \sum_{\pi_{1:t-1}} p(\pi_t = \phi | \pi_{1:t-1}, y_{1:n-1}, \cdots), \\\n \alpha_{\mathrm{LABEL}}(t, n) =\n \sum_{\pi_{1:t-1}} p(\pi_t = y_n | \pi_{1:t-1}, y_{1:n-1}, \cdots).\n\n Here, :math:`\pi` denotes the alignment sequence in the reference\n [Graves et al, 2006] that is blank-inserted representations of ``labels``.\n The return values are the logarithms of the above probabilities.\n\n Args:\n logits: (B, T, K)-array containing logits of each class where B denotes\n the batch size, T denotes the max time frames in ``logits``, and K\n denotes the number of classes including a class for blanks.\n logit_paddings: (B, T)-array. Padding indicators for ``logits``. Each\n element must be either 1.0 or 0.0, and ``logitpaddings[b, t] == 1.0``\n denotes that ``logits[b, t, :]`` are padded values.\n labels: (B, N)-array containing reference integer labels where N denotes\n the max time frames in the label sequence.\n label_paddings: (B, N)-array. Padding indicators for ``labels``. Each\n element must be either 1.0 or 0.0, and ``labelpaddings[b, n] == 1.0``\n denotes that ``labels[b, n]`` is a padded label. In the current\n implementation, ``labels`` must be right-padded, i.e. each row\n ``labelpaddings[b, :]`` must be repetition of zeroes, followed by\n repetition of ones.\n blank_id: Id for blank token. ``logits[b, :, blank_id]`` are used as\n probabilities of blank symbols.\n log_epsilon: Numerically-stable approximation of log(+0).\n\n Returns:\n A tuple ``(loss_value, logalpha_blank, logalpha_nonblank)``. Here,\n ``loss_value`` is a (B,)-array containing the loss values for each sequence\n in the batch, ``logalpha_blank`` and ``logalpha_nonblank`` are\n (T, B, N+1)-arrays where the (t, b, n)-th element denotes\n \log \alpha_B(t, n) and \log \alpha_L(t, n), respectively, for ``b``-th\n sequence in the batch.\n\n References:\n Graves et al, `Connectionist temporal classification: labelling unsegmented\n sequence data with recurrent neural networks\n `_, 2006\n """"""\n\n chex.assert_rank(logits, 3)\n chex.assert_rank(labels, 2)\n batchsize, unused_maxinputlen, num_classes = logits.shape\n batchsize_of_labels, maxlabellen = labels.shape\n chex.assert_equal(batchsize, batchsize_of_labels)\n chex.assert_equal(labels.shape, label_paddings.shape)\n chex.assert_equal(logits.shape[:2], logit_paddings.shape)\n\n logprobs = jax.nn.log_softmax(logits)\n labellens = maxlabellen - jnp.sum(label_paddings, axis=1).astype(jnp.int32)\n\n # repeat[b, n] == 1.0 when label[b, n] == label[b, n+1].\n repeat = (labels[:, :-1] == labels[:, 1:]).astype(jnp.float32)\n repeat = jnp.pad(repeat, ((0, 0), (0, 1)))\n\n logprobs_phi = logprobs[:, :, blank_id : blank_id + 1] # [B, T, 1]\n logprobs_phi = jnp.transpose(logprobs_phi, (1, 0, 2)) # [T, B, 1]\n\n one_hot = jax.nn.one_hot(labels, num_classes=num_classes) # [B, N, K]\n logprobs_emit = jnp.einsum('btk,bnk->btn', logprobs, one_hot)\n logprobs_emit = jnp.transpose(logprobs_emit, (1, 0, 2)) # [T, B, N]\n\n logalpha_phi_init = (\n jnp.ones((batchsize, maxlabellen + 1)) * log_epsilon\n ) # [B, N]\n logalpha_phi_init = logalpha_phi_init.at[:, 0].set(0.0)\n logalpha_emit_init = jnp.ones((batchsize, maxlabellen)) * log_epsilon\n\n def update_phi_score(phi, added_score):\n # Update `phi[:, 1:]`` with adding `added_score` in log space.\n return jnp.concatenate(\n [phi[:, :1], jnp.logaddexp(phi[:, 1:], added_score)], axis=-1\n )\n\n def loop_body(prev, x):\n prev_phi, prev_emit = prev\n # emit-to-phi epsilon transition, except if the next label is repetition\n prev_phi_orig = prev_phi\n prev_phi = update_phi_score(prev_phi, prev_emit + log_epsilon * repeat)\n\n logprob_emit, logprob_phi, pad = x\n\n # phi-to-emit transition\n next_emit = jnp.logaddexp(\n prev_phi[:, :-1] + logprob_emit, prev_emit + logprob_emit\n )\n # self-loop transition\n next_phi = prev_phi + logprob_phi\n # emit-to-phi blank transition only when the next label is repetition\n next_phi = update_phi_score(\n next_phi, prev_emit + logprob_phi + log_epsilon * (1.0 - repeat)\n )\n\n pad = pad.reshape((batchsize, 1))\n next_emit = pad * prev_emit + (1.0 - pad) * next_emit\n next_phi = pad * prev_phi_orig + (1.0 - pad) * next_phi\n\n return (next_phi, next_emit), (next_phi, next_emit)\n\n xs = (logprobs_emit, logprobs_phi, logit_paddings.transpose((1, 0)))\n _, (logalpha_phi, logalpha_emit) = jax.lax.scan(\n loop_body, (logalpha_phi_init, logalpha_emit_init), xs\n )\n\n # last row needs to be updated with the last epsilon transition\n logalpha_phi_last = update_phi_score(logalpha_phi[-1], logalpha_emit[-1])\n logalpha_phi = logalpha_phi.at[-1].set(logalpha_phi_last)\n\n # extract per_seq_loss\n one_hot = jax.nn.one_hot(labellens, num_classes=maxlabellen + 1) # [B, N+1]\n per_seq_loss = -jnp.einsum('bn,bn->b', logalpha_phi_last, one_hot) # pylint:disable=invalid-unary-operand-type\n\n return per_seq_loss, logalpha_phi, logalpha_emit\n\n\n@functools.partial(chex.warn_only_n_pos_args_in_future, n=4)\ndef ctc_loss(\n logits: chex.Array,\n logit_paddings: chex.Array,\n labels: chex.Array,\n label_paddings: chex.Array,\n blank_id: int = 0,\n log_epsilon: float = -1e5,\n) -> chex.Array:\n """"""Computes CTC loss.\n\n See docstring for ``ctc_loss_with_forward_probs`` for details.\n\n Args:\n logits: (B, T, K)-array containing logits of each class where B denotes the\n batch size, T denotes the max time frames in ``logits``, and K denotes the\n number of classes including a class for blanks.\n logit_paddings: (B, T)-array. Padding indicators for ``logits``. Each\n element must be either 1.0 or 0.0, and ``logitpaddings[b, t] == 1.0``\n denotes that ``logits[b, t, :]`` are padded values.\n labels: (B, N)-array containing reference integer labels where N denotes the\n max time frames in the label sequence.\n label_paddings: (B, N)-array. Padding indicators for ``labels``. Each\n element must be either 1.0 or 0.0, and ``labelpaddings[b, n] == 1.0``\n denotes that ``labels[b, n]`` is a padded label. In the current\n implementation, ``labels`` must be right-padded, i.e. each row\n ``labelpaddings[b, :]`` must be repetition of zeroes, followed by\n repetition of ones.\n blank_id: Id for blank token. ``logits[b, :, blank_id]`` are used as\n probabilities of blank symbols.\n log_epsilon: Numerically-stable approximation of log(+0).\n\n Returns:\n (B,)-array containing loss values for each sequence in the batch.\n """"""\n per_seq_loss, _, _ = ctc_loss_with_forward_probs(\n logits,\n logit_paddings,\n labels,\n label_paddings,\n blank_id=blank_id,\n log_epsilon=log_epsilon,\n )\n return per_seq_loss\n\n\n@functools.partial(chex.warn_only_n_pos_args_in_future, n=2)\ndef sigmoid_focal_loss(\n logits: chex.Array,\n labels: chex.Array,\n alpha: Optional[float] = None,\n gamma: float = 2.0,\n) -> chex.Array:\n """"""Sigmoid focal loss.\n\n The focal loss is a re-weighted cross entropy for unbalanced problems.\n Use this loss function if classes are not mutually exclusive.\n See `sigmoid_binary_cross_entropy` for more information.\n\n Args:\n logits: Array of floats. The predictions for each example. The predictions\n for each example.\n labels: Array of floats. Labels and logits must have the same shape. The\n label array must contain the binary classification labels for each element\n in the data set (0 for the out-of-class and 1 for in-class).\n alpha: (optional) Weighting factor in range (0,1) to balance positive vs\n negative examples. Default None (no weighting).\n gamma: Exponent of the modulating factor (1 - p_t). Balances easy vs hard\n examples.\n\n Returns:\n A loss value array with a shape identical to the logits and target\n arrays.\n\n References:\n Lin et al. `Focal Loss for Dense Object Detection\n `_, 2017\n """"""\n alpha = -1 if alpha is None else alpha\n\n chex.assert_type([logits], float)\n labels = jnp.astype(labels, logits.dtype)\n # see also the original paper's implementation at:\n # https://github.com/facebookresearch/fvcore/blob/main/fvcore/nn/focal_loss.py\n p = jax.nn.sigmoid(logits)\n ce_loss = sigmoid_binary_cross_entropy(logits, labels)\n p_t = p * labels + (1 - p) * (1 - labels)\n loss = ce_loss * ((1 - p_t) ** gamma)\n\n weighted = (alpha * labels + (1 - alpha) * (1 - labels)) * loss\n\n loss = jnp.where(alpha >= 0, weighted, loss)\n\n return loss\n\n\ndef _multiclass_sparsemax_loss(\n scores: chex.Array, label: chex.Array\n) -> chex.Array:\n scores = jnp.asarray(scores)\n proba = projections.projection_simplex(scores)\n # Fenchel conjugate of the Gini negentropy, defined by:\n # cumulant = jnp.dot(proba, scores) + 0.5 * jnp.dot(proba, (1 - proba)).\n scores = (scores - scores[label]).at[label].set(0.0)\n return jnp.dot(proba, jnp.where(proba, scores, 0.0)) + 0.5 * (\n 1.0 - jnp.dot(proba, proba)\n )\n\n\ndef multiclass_sparsemax_loss(\n scores: chex.Array,\n labels: chex.Array,\n) -> chex.Array:\n """"""Multiclass sparsemax loss.\n\n Args:\n scores: scores produced by the model.\n labels: ground-truth integer labels.\n\n Returns:\n loss values\n\n References:\n Martins et al, `From Softmax to Sparsemax: A Sparse Model of Attention and\n Multi-Label Classification `, 2016.\n """"""\n return jax.vmap(_multiclass_sparsemax_loss)(scores, labels)\n",python,tab +2148,12929765,".venv/lib/python3.10/site-packages/optax/losses/_classification.py",9629,0,"",python,selection_command +2149,12934803,".venv/lib/python3.10/site-packages/optax/__init__.py",0,0,"",python,tab +2150,12934806,".venv/lib/python3.10/site-packages/optax/__init__.py",11092,0,"",python,selection_command +2151,12934913,"train_dynamics.py",0,0,"",python,tab +2152,12934916,"train_dynamics.py",2366,0,"",python,selection_command +2153,12944867,"train_dynamics.py",2345,0,"\n ",python,content +2154,12945599,"train_dynamics.py",2350,0,"o",python,content +2155,12945604,"train_dynamics.py",2351,0,"",python,selection_keyboard +2156,12945641,"train_dynamics.py",2351,0,"u",python,content +2157,12945643,"train_dynamics.py",2352,0,"",python,selection_keyboard +2158,12945728,"train_dynamics.py",2352,0,"t",python,content +2159,12945729,"train_dynamics.py",2353,0,"",python,selection_keyboard +2160,12945843,"train_dynamics.py",2353,0,"p",python,content +2161,12945845,"train_dynamics.py",2354,0,"",python,selection_keyboard +2162,12945918,"train_dynamics.py",2354,0,"u",python,content +2163,12945919,"train_dynamics.py",2355,0,"",python,selection_keyboard +2164,12945996,"train_dynamics.py",2355,0,"t",python,content +2165,12945997,"train_dynamics.py",2356,0,"",python,selection_keyboard +2166,12946644,"train_dynamics.py",2356,0,"s",python,content +2167,12946647,"train_dynamics.py",2357,0,"",python,selection_keyboard +2168,12947836,"train_dynamics.py",2357,0,"[]",python,content +2169,12947845,"train_dynamics.py",2358,0,"",python,selection_keyboard +2170,12948867,"train_dynamics.py",2357,0,"",python,selection_command +2171,12949362,"train_dynamics.py",2346,13," ",python,content +2172,12950323,"train_dynamics.py",2346,4,"",python,content +2173,12950671,"train_dynamics.py",2345,1,"",python,content +2174,12951163,"train_dynamics.py",2345,0,"\n ",python,content +2175,12952227,"train_dynamics.py",2350,0,"o",python,content +2176,12952232,"train_dynamics.py",2351,0,"",python,selection_keyboard +2177,12952279,"train_dynamics.py",2351,0,"u",python,content +2178,12952282,"train_dynamics.py",2352,0,"",python,selection_keyboard +2179,12952333,"train_dynamics.py",2352,0,"t",python,content +2180,12952334,"train_dynamics.py",2353,0,"",python,selection_keyboard +2181,12952496,"train_dynamics.py",2353,0,"p",python,content +2182,12952497,"train_dynamics.py",2354,0,"",python,selection_keyboard +2183,12952568,"train_dynamics.py",2354,0,"u",python,content +2184,12952569,"train_dynamics.py",2355,0,"",python,selection_keyboard +2185,12952645,"train_dynamics.py",2355,0,"t",python,content +2186,12952646,"train_dynamics.py",2356,0,"",python,selection_keyboard +2187,12952730,"train_dynamics.py",2356,0,"s",python,content +2188,12952731,"train_dynamics.py",2357,0,"",python,selection_keyboard +2189,12953420,"train_dynamics.py",2357,0,"[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)",python,content +2190,12954496,"train_dynamics.py",2418,0,"",python,selection_command +2191,12955460,"train_dynamics.py",2481,0,"",python,selection_command +2192,12955642,"train_dynamics.py",2538,0,"",python,selection_command +2193,12956239,"train_dynamics.py",2544,0,"",python,selection_command +2194,12960880,"train_dynamics.py",2538,0,"",python,selection_command +2195,12961072,"train_dynamics.py",2481,0,"",python,selection_command +2196,12961239,"train_dynamics.py",2418,0,"",python,selection_command +2197,12961934,"train_dynamics.py",2350,0,"",python,selection_command +2198,12986691,"train_dynamics.py",2424,0,"",python,selection_command +2199,12986852,"train_dynamics.py",2487,0,"",python,selection_command +2200,12986982,"train_dynamics.py",2544,0,"",python,selection_command +2201,12987205,"train_dynamics.py",2545,0,"\n ",python,content +2202,12988876,"train_dynamics.py",2550,0,"o",python,content +2203,12988881,"train_dynamics.py",2551,0,"",python,selection_keyboard +2204,12988941,"train_dynamics.py",2551,0,"u",python,content +2205,12988943,"train_dynamics.py",2552,0,"",python,selection_keyboard +2206,12989203,"train_dynamics.py",2552,0,"t",python,content +2207,12989204,"train_dynamics.py",2553,0,"",python,selection_keyboard +2208,12989995,"train_dynamics.py",2553,0,"puts[""token_logits""] = outputs[""token_logits""].astype(args.dtype)",python,content +2209,12990551,"train_dynamics.py",2617,0,"",python,selection_command +2210,12992098,"train_dynamics.py",2546,0,"",python,selection_command +2211,12992484,"train_dynamics.py",2550,0,"",python,selection_command +2212,12994168,"train_dynamics.py",2623,0,"",python,selection_command +2213,12997983,"train_dynamics.py",2673,0,"",python,selection_command +2214,13006583,"train_dynamics.py",2623,0,"",python,selection_command +2215,13007077,"train_dynamics.py",2550,0,"",python,selection_command +2216,13007606,"train_dynamics.py",2546,73,"",python,content +2217,13007623,"train_dynamics.py",2550,0,"",python,selection_command +2218,13007970,"train_dynamics.py",2544,0,"",python,selection_command +2219,13008128,"train_dynamics.py",2487,0,"",python,selection_command +2220,13008332,"train_dynamics.py",2424,0,"",python,selection_command +2221,13008689,"train_dynamics.py",2350,0,"",python,selection_command +2222,13014048,"train_dynamics.py",2424,0,"",python,selection_command +2223,13014306,"train_dynamics.py",2487,0,"",python,selection_command +2224,13014325,"train_dynamics.py",2544,0,"",python,selection_command +2225,13014359,"train_dynamics.py",2550,0,"",python,selection_command +2226,13014391,"train_dynamics.py",2600,0,"",python,selection_command +2227,13014425,"train_dynamics.py",2672,0,"",python,selection_command +2228,13014763,"train_dynamics.py",2714,0,"",python,selection_command +2229,13014926,"train_dynamics.py",2773,0,"",python,selection_command +2230,13015060,"train_dynamics.py",2793,0,"",python,selection_command +2231,13015935,"train_dynamics.py",2773,0,"",python,selection_command +2232,13016203,"train_dynamics.py",2714,0,"",python,selection_command +2233,13016218,"train_dynamics.py",2672,0,"",python,selection_command +2234,13016250,"train_dynamics.py",2600,0,"",python,selection_command +2235,13016289,"train_dynamics.py",2550,0,"",python,selection_command +2236,13016316,"train_dynamics.py",2544,0,"",python,selection_command +2237,13016348,"train_dynamics.py",2487,0,"",python,selection_command +2238,13016382,"train_dynamics.py",2424,0,"",python,selection_command +2239,13016416,"train_dynamics.py",2350,0,"",python,selection_command +2240,13016450,"train_dynamics.py",2323,0,"",python,selection_command +2241,13016487,"train_dynamics.py",2317,0,"",python,selection_command +2242,13016519,"train_dynamics.py",2243,0,"",python,selection_command +2243,13018100,"train_lam.py",0,0,"",python,tab +2244,13020571,"train_lam.py",4577,0,"",python,selection_command +2245,13020795,"train_lam.py",5455,0,"",python,selection_command +2246,13021787,"train_lam.py",6228,0,"",python,selection_command +2247,13023733,"train_lam.py",6187,0,"",python,selection_command +2248,13024014,"train_lam.py",6640,0,"",python,selection_command +2249,13024898,"train_lam.py",6669,0,"",python,selection_command +2250,13025064,"train_lam.py",8665,0,"",python,selection_command +2251,13026086,"train_lam.py",9001,0,"",python,selection_command +2252,13026272,"train_lam.py",9628,0,"",python,selection_command +2253,13026494,"train_lam.py",9712,0,"",python,selection_command +2254,13027394,"train_lam.py",9694,0,"",python,selection_command +2255,13027536,"train_lam.py",9684,0,"",python,selection_command +2256,13027926,"train_lam.py",2944,0,"",python,selection_command +2257,13029494,"train_lam.py",2995,0,"",python,selection_command +2258,13029733,"train_lam.py",3022,0,"",python,selection_command +2259,13030662,"train_lam.py",3079,0,"",python,selection_command +2260,13030914,"train_lam.py",3155,0,"",python,selection_command +2261,13030934,"train_lam.py",3242,0,"",python,selection_command +2262,13030969,"train_lam.py",3285,0,"",python,selection_command +2263,13032770,"train_lam.py",3290,0,"",python,selection_command +2264,13033068,"train_lam.py",3334,0,"",python,selection_command +2265,13033308,"train_lam.py",3390,0,"",python,selection_command +2266,13034113,"train_lam.py",3334,0,"",python,selection_command +2267,13034659,"train_lam.py",3390,0,"",python,selection_command +2268,13035295,"train_lam.py",3420,0,"",python,selection_command +2269,13035527,"train_lam.py",3457,0,"",python,selection_command +2270,13036045,"train_lam.py",3533,0,"",python,selection_command +2271,13036284,"train_lam.py",3580,0,"",python,selection_command +2272,13036743,"train_lam.py",3661,0,"",python,selection_command +2273,13037019,"train_lam.py",3719,0,"",python,selection_command +2274,13037520,"train_lam.py",3749,0,"",python,selection_command +2275,13037745,"train_lam.py",3819,0,"",python,selection_command +2276,13037918,"train_lam.py",3825,0,"",python,selection_command +2277,13038119,"train_lam.py",3885,0,"",python,selection_command +2278,13038256,"train_lam.py",3953,0,"",python,selection_command +2279,13039534,"train_lam.py",3885,0,"",python,selection_command +2280,13039785,"train_lam.py",3825,0,"",python,selection_command +2281,13039807,"train_lam.py",3819,0,"",python,selection_command +2282,13039839,"train_lam.py",3749,0,"",python,selection_command +2283,13039874,"train_lam.py",3719,0,"",python,selection_command +2284,13039907,"train_lam.py",3661,0,"",python,selection_command +2285,13039940,"train_lam.py",3580,0,"",python,selection_command +2286,13039974,"train_lam.py",3533,0,"",python,selection_command +2287,13040007,"train_lam.py",3457,0,"",python,selection_command +2288,13040040,"train_lam.py",3420,0,"",python,selection_command +2289,13040074,"train_lam.py",3390,0,"",python,selection_command +2290,13040107,"train_lam.py",3334,0,"",python,selection_command +2291,13040140,"train_lam.py",3290,0,"",python,selection_command +2292,13040174,"train_lam.py",3285,0,"",python,selection_command +2293,13040207,"train_lam.py",3242,0,"",python,selection_command +2294,13040385,"train_lam.py",3155,0,"",python,selection_command +2295,13040547,"train_lam.py",3079,0,"",python,selection_command +2296,13040701,"train_lam.py",3087,0,"",python,selection_command +2297,13040950,"train_lam.py",3089,0,"",python,selection_command +2298,13040980,"train_lam.py",3092,0,"",python,selection_command +2299,13041012,"train_lam.py",3093,0,"",python,selection_command +2300,13041043,"train_lam.py",3107,0,"",python,selection_command +2301,13041074,"train_lam.py",3108,0,"",python,selection_command +2302,13041109,"train_lam.py",3119,0,"",python,selection_command +2303,13041534,"train_lam.py",3108,0,"",python,selection_command +2304,13041724,"train_lam.py",1691,0,"",python,selection_command +2305,13055913,"train_lam.py",1731,0,"",python,selection_command +2306,13056169,"train_lam.py",1758,0,"",python,selection_command +2307,13057984,"train_lam.py",1788,0,"",python,selection_command +2308,13058232,"train_lam.py",1859,0,"",python,selection_command +2309,13058813,"train_lam.py",1865,0,"",python,selection_command +2310,13059906,"train_lam.py",1758,0,"",python,selection_command +2311,13130031,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\nclass EpisodeLengthFilter(grain.transforms.Filter):\n """"""\n A Grain Filter that keeps only episodes with sufficient length.\n """"""\n \n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the filter with sequence length requirements.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n \n def filter(self, element: Any) -> bool:\n """"""\n Filters episodes based on length.\n \n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n \n Returns:\n True if the episode has sufficient length, False otherwise.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n \n current_episode_len = element[""sequence_length""]\n if current_episode_len < self.seq_len:\n print(f""Filtering out episode with length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}."")\n return False\n \n return True\n\n\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n \n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(f""Episode length {current_episode_len} is shorter than ""\n f""requested sequence length {self.seq_len}. This should ""\n f""have been filtered out."")\n \n max_start_idx = current_episode_len - self.seq_len\n \n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n\n return seq\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n \n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=None,\n seed=seed,\n )\n\n operations = [\n EpisodeLengthFilter(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n ProcessEpisodeAndSlice(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n )\n\n return dataloader\n\n",python,tab +2312,13134378,"train_dynamics.py",0,0,"",python,tab +2313,13138320,"train_dynamics.py",2220,0,"",python,selection_command +2314,13138569,"train_dynamics.py",2204,0,"",python,selection_command +2315,13138589,"train_dynamics.py",2188,0,"",python,selection_command +2316,13138619,"train_dynamics.py",2158,0,"",python,selection_command +2317,13138653,"train_dynamics.py",2119,0,"",python,selection_command +2318,13141840,"models/dynamics.py",0,0,"",python,tab +2319,13141851,"models/dynamics.py",315,0,"",python,selection_command +2320,13143889,"utils/dataloader.py",0,0,"",python,tab +2321,13143897,"utils/dataloader.py",3238,0,"",python,selection_command +2322,13154211,"train_tokenizer.py",0,0,"",python,tab +2323,13154214,"train_tokenizer.py",2160,5,"255.0",python,selection_command +2324,13157002,"train_tokenizer.py",2130,0,"",python,selection_mouse +2325,13158365,"train_tokenizer.py",2136,0,"",python,selection_command +2326,13158617,"train_tokenizer.py",2139,0,"",python,selection_command +2327,13158644,"train_tokenizer.py",2145,0,"",python,selection_command +2328,13162411,"train_lam.py",0,0,"",python,tab +2329,13163602,"train_lam.py",1754,0," inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n",python,content +2330,13163622,"train_lam.py",1758,0,"",python,selection_command +2331,13166209,"train_dynamics.py",0,0,"",python,tab +2332,13167698,"train_dynamics.py",2188,0,"",python,selection_command +2333,13167914,"train_dynamics.py",2158,0,"",python,selection_command +2334,13168098,"train_dynamics.py",2154,0," inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n",python,content +2335,13168108,"train_dynamics.py",2158,0,"",python,selection_command +2336,13170467,"train_lam.py",0,0,"",python,tab +2337,13171841,"train_dynamics.py",0,0,"",python,tab +2338,13179964,"train_lam.py",0,0,"",python,tab +2339,13183203,"models/lam.py",0,0,"",python,tab +2340,13184199,"models/lam.py",2368,0,"",python,selection_command +2341,13184447,"models/lam.py",2353,0,"",python,selection_command +2342,13184474,"models/lam.py",2279,0,"",python,selection_command +2343,13184501,"models/lam.py",2226,0,"",python,selection_command +2344,13184535,"models/lam.py",2180,0,"",python,selection_command +2345,13184573,"models/lam.py",2126,0,"",python,selection_command +2346,13184607,"models/lam.py",2069,0,"",python,selection_command +2347,13184645,"models/lam.py",2044,0,"",python,selection_command +2348,13184688,"models/lam.py",2035,0,"",python,selection_command +2349,13184709,"models/lam.py",2012,0,"",python,selection_command +2350,13184740,"models/lam.py",2002,0,"",python,selection_command +2351,13184770,"models/lam.py",1963,0,"",python,selection_command +2352,13184952,"models/lam.py",1884,0,"",python,selection_command +2353,13185131,"models/lam.py",1824,0,"",python,selection_command +2354,13185287,"models/lam.py",1782,0,"",python,selection_command +2355,13185813,"train_lam.py",0,0,"",python,tab +2356,13188504,"models/dynamics.py",0,0,"",python,tab +2357,13190027,"models/dynamics.py",167,0,"",python,selection_command +2358,13190269,"models/dynamics.py",194,0,"",python,selection_command +2359,13190302,"models/dynamics.py",201,0,"",python,selection_command +2360,13190331,"models/dynamics.py",220,0,"",python,selection_command +2361,13190363,"models/dynamics.py",241,0,"",python,selection_command +2362,13190395,"models/dynamics.py",261,0,"",python,selection_command +2363,13190429,"models/dynamics.py",280,0,"",python,selection_command +2364,13190463,"models/dynamics.py",299,0,"",python,selection_command +2365,13190497,"models/dynamics.py",321,0,"",python,selection_command +2366,13190531,"models/dynamics.py",348,0,"",python,selection_command +2367,13190566,"models/dynamics.py",363,0,"",python,selection_command +2368,13190600,"models/dynamics.py",370,0,"",python,selection_command +2369,13190634,"models/dynamics.py",391,0,"",python,selection_command +2370,13190667,"models/dynamics.py",430,0,"",python,selection_command +2371,13190700,"models/dynamics.py",458,0,"",python,selection_command +2372,13190844,"models/dynamics.py",488,0,"",python,selection_command +2373,13191103,"models/dynamics.py",517,0,"",python,selection_command +2374,13191125,"models/dynamics.py",545,0,"",python,selection_command +2375,13191157,"models/dynamics.py",571,0,"",python,selection_command +2376,13191191,"models/dynamics.py",601,0,"",python,selection_command +2377,13191224,"models/dynamics.py",625,0,"",python,selection_command +2378,13191262,"models/dynamics.py",635,0,"",python,selection_command +2379,13191295,"models/dynamics.py",705,0,"",python,selection_command +2380,13191329,"models/dynamics.py",743,0,"",python,selection_command +2381,13191364,"models/dynamics.py",769,0,"",python,selection_command +2382,13191398,"models/dynamics.py",814,0,"",python,selection_command +2383,13191428,"models/dynamics.py",853,0,"",python,selection_command +2384,13191462,"models/dynamics.py",863,0,"",python,selection_command +2385,13191496,"models/dynamics.py",898,0,"",python,selection_command +2386,13191526,"models/dynamics.py",926,0,"",python,selection_command +2387,13191560,"models/dynamics.py",968,0,"",python,selection_command +2388,13191594,"models/dynamics.py",998,0,"",python,selection_command +2389,13191628,"models/dynamics.py",1002,0,"",python,selection_command +2390,13191662,"models/dynamics.py",1009,0,"",python,selection_command +2391,13191696,"models/dynamics.py",1097,0,"",python,selection_command +2392,13192065,"models/dynamics.py",1127,0,"",python,selection_command +2393,13193093,"models/dynamics.py",1129,0,"",python,selection_command +2394,13193347,"models/dynamics.py",1139,0,"",python,selection_command +2395,13193369,"models/dynamics.py",1141,0,"",python,selection_command +2396,13193405,"models/dynamics.py",1145,0,"",python,selection_command +2397,13193436,"models/dynamics.py",1146,0,"",python,selection_command +2398,13193469,"models/dynamics.py",1157,0,"",python,selection_command +2399,13193502,"models/dynamics.py",1158,0,"",python,selection_command +2400,13193535,"models/dynamics.py",1163,0,"",python,selection_command +2401,13193568,"models/dynamics.py",1165,0,"",python,selection_command +2402,13193602,"models/dynamics.py",1177,0,"",python,selection_command +2403,13193990,"models/dynamics.py",1165,0,"",python,selection_command +2404,13194152,"models/dynamics.py",1163,0,"",python,selection_command +2405,13194344,"models/dynamics.py",1158,0,"",python,selection_command +2406,13199920,"genie.py",0,0,"",python,tab +2407,13201517,"genie.py",3184,0,"",python,selection_command +2408,13201765,"genie.py",3140,0,"",python,selection_command +2409,13201791,"genie.py",3091,0,"",python,selection_command +2410,13201824,"genie.py",3043,0,"",python,selection_command +2411,13201856,"genie.py",2999,0,"",python,selection_command +2412,13201890,"genie.py",2989,0,"",python,selection_command +2413,13201923,"genie.py",2912,0,"",python,selection_command +2414,13201957,"genie.py",2868,0,"",python,selection_command +2415,13201992,"genie.py",2844,0,"",python,selection_command +2416,13202029,"genie.py",2816,0,"",python,selection_command +2417,13202059,"genie.py",2772,0,"",python,selection_command +2418,13202093,"genie.py",2732,0,"",python,selection_command +2419,13202240,"genie.py",2701,0,"",python,selection_command +2420,13202407,"genie.py",2632,0,"",python,selection_command +2421,13202828,"genie.py",2546,0,"",python,selection_command +2422,13209275,"train_dynamics.py",0,0,"",python,tab +2423,13219032,"utils/nn.py",0,0,"",python,tab +2424,13219046,"utils/nn.py",1081,0,"",python,selection_command +2425,13226575,"utils/dataloader.py",0,0,"",python,tab +2426,13226584,"utils/dataloader.py",3238,0,"",python,selection_command +2427,13228978,"utils/nn.py",0,0,"",python,tab +2428,13228989,"utils/nn.py",1081,0,"",python,selection_command +2429,13230558,"utils/dataloader.py",0,0,"",python,tab +2430,13230568,"utils/dataloader.py",3238,0,"",python,selection_command +2431,13232607,"models/tokenizer.py",0,0,"",python,tab +2432,13232621,"models/tokenizer.py",61,0,"",python,selection_command +2433,13246806,"models/lam.py",0,0,"",python,tab +2434,13246820,"models/lam.py",442,0,"",python,selection_command +2435,13253347,"models/dynamics.py",0,0,"",python,tab +2436,13253360,"models/dynamics.py",315,0,"",python,selection_command +2437,13258532,"train_tokenizer.py",0,0,"",python,tab +2438,13258543,"train_tokenizer.py",1231,0,"",python,selection_command +2439,13270055,"train_tokenizer.py",5810,0,"",python,selection_mouse +2440,13272785,"train_lam.py",0,0,"",python,tab +2441,13274349,"train_lam.py",6148,0,"",python,selection_command +2442,13274773,"train_lam.py",6249,0,"",python,selection_command +2443,13275156,"train_lam.py",6248,0,"",python,selection_command +2444,13276808,"train_lam.py",6240,0,"",python,selection_command +2445,13276950,"train_lam.py",6239,0,"",python,selection_command +2446,13277101,"train_lam.py",6236,0,"",python,selection_command +2447,13277277,"train_lam.py",6235,0,"",python,selection_command +2448,13277604,"train_lam.py",6236,0,"",python,selection_command +2449,13277800,"train_lam.py",6236,1,"j",python,selection_command +2450,13277850,"train_lam.py",6236,3,"jnp",python,selection_command +2451,13278035,"train_lam.py",6236,4,"jnp.",python,selection_command +2452,13278253,"train_lam.py",6236,12,"jnp.bfloat16",python,selection_command +2453,13279218,"train_lam.py",6236,12,"",python,content +2454,13279404,"train_lam.py",6236,0,"a",python,content +2455,13279405,"train_lam.py",6237,0,"",python,selection_keyboard +2456,13279471,"train_lam.py",6237,0,"r",python,content +2457,13279473,"train_lam.py",6238,0,"",python,selection_keyboard +2458,13279648,"train_lam.py",6238,0,"g",python,content +2459,13279649,"train_lam.py",6239,0,"",python,selection_keyboard +2460,13279705,"train_lam.py",6239,0,"s",python,content +2461,13279707,"train_lam.py",6240,0,"",python,selection_keyboard +2462,13279836,"train_lam.py",6240,0,".",python,content +2463,13279837,"train_lam.py",6241,0,"",python,selection_keyboard +2464,13280813,"train_lam.py",6241,0,"dtype",python,content +2465,13281211,"train_lam.py",6245,0,"",python,selection_command +2466,13282695,"train_lam.py",1293,0,"",python,selection_command +2467,13283723,"train_lam.py",6245,0,"",python,selection_command +2468,13285009,"train_tokenizer.py",0,0,"",python,tab +2469,13287670,"train_tokenizer.py",6065,0,"",python,selection_mouse +2470,13288286,"train_tokenizer.py",6066,0,"",python,selection_command +2471,13288494,"train_tokenizer.py",6066,1,"j",python,selection_command +2472,13288538,"train_tokenizer.py",6066,3,"jnp",python,selection_command +2473,13288759,"train_tokenizer.py",6066,4,"jnp.",python,selection_command +2474,13289360,"train_tokenizer.py",6069,0,"",python,selection_command +2475,13289996,"train_tokenizer.py",6066,0,"",python,selection_command +2476,13290136,"train_tokenizer.py",6066,1,"j",python,selection_command +2477,13290194,"train_tokenizer.py",6066,3,"jnp",python,selection_command +2478,13290388,"train_tokenizer.py",6066,4,"jnp.",python,selection_command +2479,13290552,"train_tokenizer.py",6066,12,"jnp.bfloat16",python,selection_command +2480,13290730,"train_tokenizer.py",6066,12,"",python,content +2481,13290894,"train_tokenizer.py",6066,0,"a",python,content +2482,13290895,"train_tokenizer.py",6067,0,"",python,selection_keyboard +2483,13290955,"train_tokenizer.py",6067,0,"r",python,content +2484,13290957,"train_tokenizer.py",6068,0,"",python,selection_keyboard +2485,13291094,"train_tokenizer.py",6068,0,"g",python,content +2486,13291095,"train_tokenizer.py",6069,0,"",python,selection_keyboard +2487,13291148,"train_tokenizer.py",6069,0,"s",python,content +2488,13291150,"train_tokenizer.py",6070,0,"",python,selection_keyboard +2489,13291271,"train_tokenizer.py",6070,0,".",python,content +2490,13291275,"train_tokenizer.py",6071,0,"",python,selection_keyboard +2491,13291344,"train_tokenizer.py",6071,0,"d",python,content +2492,13291347,"train_tokenizer.py",6072,0,"",python,selection_keyboard +2493,13291562,"train_tokenizer.py",6072,0,"t",python,content +2494,13291564,"train_tokenizer.py",6073,0,"",python,selection_keyboard +2495,13291684,"train_tokenizer.py",6073,0,"y",python,content +2496,13291686,"train_tokenizer.py",6074,0,"",python,selection_keyboard +2497,13291722,"train_tokenizer.py",6074,0,"p",python,content +2498,13291724,"train_tokenizer.py",6075,0,"",python,selection_keyboard +2499,13291818,"train_tokenizer.py",6075,0,"e",python,content +2500,13291820,"train_tokenizer.py",6076,0,"",python,selection_keyboard +2501,13292038,"train_tokenizer.py",6075,0,"",python,selection_command +2502,13295468,"train_dynamics.py",0,0,"",python,tab +2503,13296805,"train_dynamics.py",6271,0,"",python,selection_command +2504,13298170,"train_dynamics.py",6371,0,"ype",python,content +2505,13298170,"train_dynamics.py",6369,2,"",python,content +2506,13298170,"train_dynamics.py",6368,0,"rgs.d",python,content +2507,13298170,"train_dynamics.py",6359,8,"",python,content +2508,13304322,"train_tokenizer.py",0,0,"",python,tab +2509,13304334,"train_tokenizer.py",1231,0,"",python,selection_command +2510,13314171,"train_lam.py",0,0,"",python,tab +2511,13314183,"train_lam.py",1248,0,"",python,selection_command +2512,13322349,"train_dynamics.py",0,0,"",python,tab +2513,13322363,"train_dynamics.py",1522,0,"",python,selection_command +2514,13333731,"genie.py",0,0,"",python,tab +2515,13333742,"genie.py",854,0,"",python,selection_command +2516,13343024,"genie.py",10656,0,"",python,selection_mouse +2517,13343041,"genie.py",10655,0,"",python,selection_command +2518,13344377,"genie.py",10656,0,"\n ",python,content +2519,13345735,"genie.py",10665,0,"param_dtype=args.param_dtype,",python,content +2520,13346326,"genie.py",10694,0,"\n dtype=args.dtype,",python,content +2521,13346650,"genie.py",10719,0,"",python,selection_command +2522,13347951,"genie.py",10725,0,"",python,selection_command +2523,13348188,"genie.py",10751,0,"",python,selection_command +2524,13348221,"genie.py",10814,0,"",python,selection_command +2525,13348250,"genie.py",10867,0,"",python,selection_command +2526,13348283,"genie.py",10929,0,"",python,selection_command +2527,13348317,"genie.py",10955,0,"",python,selection_command +2528,13348349,"genie.py",11027,0,"",python,selection_command +2529,13348385,"genie.py",11053,0,"",python,selection_command +2530,13348417,"genie.py",11079,0,"",python,selection_command +2531,13348449,"genie.py",11142,0,"",python,selection_command +2532,13348483,"genie.py",11199,0,"",python,selection_command +2533,13348518,"genie.py",11232,0,"",python,selection_command +2534,13348551,"genie.py",11316,0,"",python,selection_command +2535,13348591,"genie.py",11382,0,"",python,selection_command +2536,13348619,"genie.py",11403,0,"",python,selection_command +2537,13348649,"genie.py",11429,0,"",python,selection_command +2538,13348683,"genie.py",11497,0,"",python,selection_command +2539,13348717,"genie.py",11577,0,"",python,selection_command +2540,13348749,"genie.py",11594,0,"",python,selection_command +2541,13348783,"genie.py",11619,0,"",python,selection_command +2542,13348817,"genie.py",11647,0,"",python,selection_command +2543,13348849,"genie.py",11703,0,"",python,selection_command +2544,13348883,"genie.py",11746,0,"",python,selection_command +2545,13348918,"genie.py",11786,0,"",python,selection_command +2546,13348951,"genie.py",11817,0,"",python,selection_command +2547,13348985,"genie.py",11843,0,"",python,selection_command +2548,13349019,"genie.py",11882,0,"",python,selection_command +2549,13349053,"genie.py",11922,0,"",python,selection_command +2550,13349087,"genie.py",11958,0,"",python,selection_command +2551,13349119,"genie.py",12004,0,"",python,selection_command +2552,13349153,"genie.py",12053,0,"",python,selection_command +2553,13349186,"genie.py",12097,0,"",python,selection_command +2554,13349219,"genie.py",12141,0,"",python,selection_command +2555,13349253,"genie.py",12183,0,"",python,selection_command +2556,13349286,"genie.py",12217,0,"",python,selection_command +2557,13349319,"genie.py",12244,0,"",python,selection_command +2558,13349352,"genie.py",12270,0,"",python,selection_command +2559,13349385,"genie.py",12325,0,"",python,selection_command +2560,13349419,"genie.py",12376,0,"",python,selection_command +2561,13349699,"genie.py",12325,0,"",python,selection_command +2562,13349861,"genie.py",12270,0,"",python,selection_command +2563,13350056,"genie.py",12244,0,"",python,selection_command +2564,13350618,"genie.py",12235,0,"\n ",python,content +2565,13351040,"genie.py",12248,0,"param_dtype=args.param_dtype,\n dtype=args.dtype,",python,content +2566,13351463,"genie.py",12306,0,"",python,selection_command +2567,13352445,"genie.py",14049,0,"",python,selection_command +2568,13352919,"genie.py",14162,0,"",python,selection_command +2569,13354062,"genie.py",12590,0,"",python,selection_command +2570,13354317,"genie.py",11053,0,"",python,selection_command +2571,13354362,"genie.py",9622,0,"",python,selection_command +2572,13354406,"genie.py",8077,0,"",python,selection_command +2573,13354417,"genie.py",6808,0,"",python,selection_command +2574,13354445,"genie.py",5429,0,"",python,selection_command +2575,13354487,"genie.py",4129,0,"",python,selection_command +2576,13354520,"genie.py",2746,0,"",python,selection_command +2577,13354549,"genie.py",1346,0,"",python,selection_command +2578,13354586,"genie.py",338,0,"",python,selection_command +2579,13354619,"genie.py",0,0,"",python,selection_command +2580,13357181,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +2581,13358555,"genie.py",0,0,"",python,tab +2582,13382242,"train_lam.py",0,0,"",python,tab +2583,13382247,"train_lam.py",3739,42,"action_last_active >= args.vq_reset_thresh",python,selection_command +2584,13386945,"train_lam.py",3996,18,"action_last_active",python,selection_command +2585,13403840,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +2586,13404934,"train_lam.py",0,0,"",python,tab +2587,13406937,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +2588,13407609,"sample.py",777,0,"",python,selection_command +2589,13407868,"sample.py",1821,0,"",python,selection_command +2590,13408252,"sample.py",777,0,"",python,selection_command +2591,13408789,"sample.py",808,0,"",python,selection_command +2592,13409047,"sample.py",842,0,"",python,selection_command +2593,13409069,"sample.py",866,0,"",python,selection_command +2594,13409105,"sample.py",900,0,"",python,selection_command +2595,13409136,"sample.py",933,0,"",python,selection_command +2596,13409170,"sample.py",954,0,"",python,selection_command +2597,13409203,"sample.py",977,0,"",python,selection_command +2598,13409237,"sample.py",1009,0,"",python,selection_command +2599,13409272,"sample.py",1041,0,"",python,selection_command +2600,13409304,"sample.py",1070,0,"",python,selection_command +2601,13409337,"sample.py",1098,0,"",python,selection_command +2602,13409370,"sample.py",1125,0,"",python,selection_command +2603,13409403,"sample.py",1151,0,"",python,selection_command +2604,13409436,"sample.py",1175,0,"",python,selection_command +2605,13409470,"sample.py",1205,0,"",python,selection_command +2606,13409503,"sample.py",1229,0,"",python,selection_command +2607,13409536,"sample.py",1230,0,"",python,selection_command +2608,13409570,"sample.py",1235,0,"",python,selection_command +2609,13409603,"sample.py",1257,0,"",python,selection_command +2610,13409637,"sample.py",1289,0,"",python,selection_command +2611,13409670,"sample.py",1294,0,"",python,selection_command +2612,13409704,"sample.py",1326,0,"",python,selection_command +2613,13409737,"sample.py",1341,0,"",python,selection_command +2614,13409770,"sample.py",1357,0,"",python,selection_command +2615,13409803,"sample.py",1389,0,"",python,selection_command +2616,13409837,"sample.py",1427,0,"",python,selection_command +2617,13409870,"sample.py",1471,0,"",python,selection_command +2618,13409903,"sample.py",1517,0,"",python,selection_command +2619,13409937,"sample.py",1549,0,"",python,selection_command +2620,13409970,"sample.py",1601,0,"",python,selection_command +2621,13410003,"sample.py",1651,0,"",python,selection_command +2622,13410037,"sample.py",1661,0,"",python,selection_command +2623,13410070,"sample.py",1687,0,"",python,selection_command +2624,13410103,"sample.py",1733,0,"",python,selection_command +2625,13410137,"sample.py",1781,0,"",python,selection_command +2626,13410170,"sample.py",1821,0,"",python,selection_command +2627,13410207,"sample.py",1861,0,"",python,selection_command +2628,13410248,"sample.py",1899,0,"",python,selection_command +2629,13410270,"sample.py",1914,0,"",python,selection_command +2630,13410454,"sample.py",1942,0,"",python,selection_command +2631,13410608,"sample.py",1984,0,"",python,selection_command +2632,13410828,"sample.py",2019,0,"\n ",python,content +2633,13411223,"sample.py",2024,0," ",python,content +2634,13411807,"sample.py",2024,4,"",python,content +2635,13412840,"sample.py",2024,0,"param_dtype=args.param_dtype,",python,content +2636,13413312,"sample.py",2053,0,"\n dtype=args.dtype,",python,content +2637,13413569,"sample.py",2074,0,"",python,selection_command +2638,13416889,"sample.py",2040,0,"",python,selection_command +2639,13417129,"sample.py",2000,0,"",python,selection_command +2640,13417158,"sample.py",1958,0,"",python,selection_command +2641,13417191,"sample.py",1930,0,"",python,selection_command +2642,13417219,"sample.py",1908,0,"",python,selection_command +2643,13417250,"sample.py",1877,0,"",python,selection_command +2644,13417281,"sample.py",1837,0,"",python,selection_command +2645,13417315,"sample.py",1797,0,"",python,selection_command +2646,13417348,"sample.py",1749,0,"",python,selection_command +2647,13417381,"sample.py",1703,0,"",python,selection_command +2648,13417415,"sample.py",1677,0,"",python,selection_command +2649,13417450,"sample.py",1655,0,"",python,selection_command +2650,13417487,"sample.py",1617,0,"",python,selection_command +2651,13417515,"sample.py",1565,0,"",python,selection_command +2652,13417548,"sample.py",1533,0,"",python,selection_command +2653,13417582,"sample.py",1487,0,"",python,selection_command +2654,13417616,"sample.py",1443,0,"",python,selection_command +2655,13417652,"sample.py",1405,0,"",python,selection_command +2656,13417685,"sample.py",1373,0,"",python,selection_command +2657,13417720,"sample.py",1351,0,"",python,selection_command +2658,13417753,"sample.py",1335,0,"",python,selection_command +2659,13417791,"sample.py",1310,0,"",python,selection_command +2660,13417821,"sample.py",1289,0,"",python,selection_command +2661,13417852,"sample.py",1273,0,"",python,selection_command +2662,13417887,"sample.py",1251,0,"",python,selection_command +2663,13417921,"sample.py",1230,0,"",python,selection_command +2664,13417954,"sample.py",1229,0,"",python,selection_command +2665,13417988,"sample.py",1221,0,"",python,selection_command +2666,13421989,"sample.py",1228,0,"\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +2667,13422676,"sample.py",1249,0,"",python,selection_command +2668,13424026,"sample.py",1290,0,"",python,selection_command +2669,13424273,"sample.py",1306,0,"",python,selection_command +2670,13424302,"sample.py",1307,0,"",python,selection_command +2671,13424330,"sample.py",1328,0,"",python,selection_command +2672,13424362,"sample.py",1350,0,"",python,selection_command +2673,13424396,"sample.py",1366,0,"",python,selection_command +2674,13424430,"sample.py",1387,0,"",python,selection_command +2675,13424465,"sample.py",1412,0,"",python,selection_command +2676,13424497,"sample.py",1428,0,"",python,selection_command +2677,13424535,"sample.py",1450,0,"",python,selection_command +2678,13424995,"sample.py",1482,0,"",python,selection_command +2679,13425232,"sample.py",1520,0,"",python,selection_command +2680,13425267,"sample.py",1564,0,"",python,selection_command +2681,13425296,"sample.py",1610,0,"",python,selection_command +2682,13425329,"sample.py",1642,0,"",python,selection_command +2683,13425363,"sample.py",1694,0,"",python,selection_command +2684,13425396,"sample.py",1732,0,"",python,selection_command +2685,13425430,"sample.py",1754,0,"",python,selection_command +2686,13425463,"sample.py",1780,0,"",python,selection_command +2687,13425496,"sample.py",1826,0,"",python,selection_command +2688,13425530,"sample.py",1874,0,"",python,selection_command +2689,13425563,"sample.py",1914,0,"",python,selection_command +2690,13425596,"sample.py",1954,0,"",python,selection_command +2691,13425630,"sample.py",1985,0,"",python,selection_command +2692,13425663,"sample.py",2007,0,"",python,selection_command +2693,13425696,"sample.py",2035,0,"",python,selection_command +2694,13425730,"sample.py",2077,0,"",python,selection_command +2695,13425979,"sample.py",2117,0,"",python,selection_command +2696,13426111,"sample.py",2151,0,"",python,selection_command +2697,13432968,"sample.py",2117,0,"",python,selection_command +2698,13433220,"sample.py",2077,0,"",python,selection_command +2699,13433240,"sample.py",2035,0,"",python,selection_command +2700,13433272,"sample.py",2007,0,"",python,selection_command +2701,13433307,"sample.py",1985,0,"",python,selection_command +2702,13433336,"sample.py",1954,0,"",python,selection_command +2703,13433370,"sample.py",1914,0,"",python,selection_command +2704,13433403,"sample.py",1874,0,"",python,selection_command +2705,13433437,"sample.py",1826,0,"",python,selection_command +2706,13433470,"sample.py",1780,0,"",python,selection_command +2707,13433503,"sample.py",1754,0,"",python,selection_command +2708,13433537,"sample.py",1732,0,"",python,selection_command +2709,13433571,"sample.py",1694,0,"",python,selection_command +2710,13433604,"sample.py",1642,0,"",python,selection_command +2711,13433637,"sample.py",1610,0,"",python,selection_command +2712,13433670,"sample.py",1564,0,"",python,selection_command +2713,13433788,"sample.py",1520,0,"",python,selection_command +2714,13433970,"sample.py",1482,0,"",python,selection_command +2715,13434117,"sample.py",1450,0,"",python,selection_command +2716,13434245,"sample.py",1428,0,"",python,selection_command +2717,13434439,"sample.py",1412,0,"",python,selection_command +2718,13434693,"sample.py",1407,0,"",python,selection_command +2719,13434878,"genie.py",0,0,"",python,tab +2720,13434881,"genie.py",344,0,"",python,selection_command +2721,13438890,"sample.py",0,0,"",python,tab +2722,13438894,"sample.py",1407,0,"",python,selection_command +2723,13441018,"genie.py",0,0,"",python,tab +2724,13441022,"genie.py",344,0,"",python,selection_command +2725,13443280,"sample.py",0,0,"",python,tab +2726,13443285,"sample.py",1407,0,"",python,selection_command +2727,13443909,"sample.py",1422,0,"",python,selection_command +2728,13445842,"sample.py",1407,0,"",python,selection_command +2729,13446201,"sample.py",1422,0,"",python,selection_command +2730,13446449,"sample.py",1438,0,"",python,selection_command +2731,13446471,"sample.py",1470,0,"",python,selection_command +2732,13446510,"sample.py",1508,0,"",python,selection_command +2733,13446540,"sample.py",1552,0,"",python,selection_command +2734,13447556,"sample.py",1598,0,"",python,selection_command +2735,13447803,"sample.py",1630,0,"",python,selection_command +2736,13447833,"sample.py",1682,0,"",python,selection_command +2737,13447861,"sample.py",1732,0,"",python,selection_command +2738,13447894,"sample.py",1742,0,"",python,selection_command +2739,13447927,"sample.py",1768,0,"",python,selection_command +2740,13447962,"sample.py",1814,0,"",python,selection_command +2741,13448286,"sample.py",1862,0,"",python,selection_command +2742,13448442,"sample.py",1902,0,"",python,selection_command +2743,13448911,"sample.py",1942,0,"",python,selection_command +2744,13450223,"sample.py",1971,0,"\n lam_co_train=False,",python,content +2745,13451083,"sample.py",1980,0,"",python,selection_command +2746,13451325,"sample.py",1988,0,"",python,selection_command +2747,13451550,"sample.py",1989,0,"",python,selection_command +2748,13455850,"train_dynamics.py",0,0,"",python,tab +2749,13458484,"train_dynamics.py",4840,0,"",python,selection_command +2750,13459140,"sample.py",0,0,"",python,tab +2751,13460300,"sample.py",1989,5,"",python,content +2752,13460496,"sample.py",1989,0,"n",python,content +2753,13460498,"sample.py",1990,0,"",python,selection_keyboard +2754,13460547,"sample.py",1990,0,"o",python,content +2755,13460549,"sample.py",1991,0,"",python,selection_keyboard +2756,13460670,"sample.py",1991,0,"t",python,content +2757,13460672,"sample.py",1992,0,"",python,selection_keyboard +2758,13460773,"sample.py",1992,0," ",python,content +2759,13460774,"sample.py",1993,0,"",python,selection_keyboard +2760,13462005,"sample.py",1993,0,"args.lam_checkpoint",python,content +2761,13462247,"sample.py",2011,0,"",python,selection_command +2762,13466126,"sample.py",1998,0,"",python,selection_command +2763,13468247,"sample.py",1960,0,"",python,selection_command +2764,13468493,"sample.py",1920,0,"",python,selection_command +2765,13468516,"sample.py",1880,0,"",python,selection_command +2766,13468545,"sample.py",1832,0,"",python,selection_command +2767,13468580,"sample.py",1786,0,"",python,selection_command +2768,13468613,"sample.py",1758,0,"",python,selection_command +2769,13468647,"sample.py",1732,0,"",python,selection_command +2770,13468683,"sample.py",1700,0,"",python,selection_command +2771,13468718,"sample.py",1648,0,"",python,selection_command +2772,13468751,"sample.py",1616,0,"",python,selection_command +2773,13468783,"sample.py",1570,0,"",python,selection_command +2774,13468816,"sample.py",1526,0,"",python,selection_command +2775,13468849,"sample.py",1488,0,"",python,selection_command +2776,13468883,"sample.py",1456,0,"",python,selection_command +2777,13468916,"sample.py",1428,0,"",python,selection_command +2778,13468949,"sample.py",1412,0,"",python,selection_command +2779,13468983,"sample.py",1393,0,"",python,selection_command +2780,13469016,"sample.py",1366,0,"",python,selection_command +2781,13469052,"sample.py",1356,0,"",python,selection_command +2782,13469082,"sample.py",1328,0,"",python,selection_command +2783,13469117,"sample.py",1307,0,"",python,selection_command +2784,13469150,"sample.py",1306,0,"",python,selection_command +2785,13469183,"sample.py",1296,0,"",python,selection_command +2786,13469216,"sample.py",1255,0,"",python,selection_command +2787,13469250,"sample.py",1227,0,"",python,selection_command +2788,13469283,"sample.py",1197,0,"",python,selection_command +2789,13469316,"sample.py",1169,0,"",python,selection_command +2790,13469351,"sample.py",1145,0,"",python,selection_command +2791,13469383,"sample.py",1119,0,"",python,selection_command +2792,13469417,"sample.py",1092,0,"",python,selection_command +2793,13469450,"sample.py",1063,0,"",python,selection_command +2794,13469483,"sample.py",1031,0,"",python,selection_command +2795,13469517,"sample.py",999,0,"",python,selection_command +2796,13469550,"sample.py",971,0,"",python,selection_command +2797,13469583,"sample.py",948,0,"",python,selection_command +2798,13469617,"sample.py",922,0,"",python,selection_command +2799,13469650,"sample.py",888,0,"",python,selection_command +2800,13469683,"sample.py",860,0,"",python,selection_command +2801,13469717,"sample.py",830,0,"",python,selection_command +2802,13469750,"sample.py",799,0,"",python,selection_command +2803,13469784,"sample.py",770,0,"",python,selection_command +2804,13469817,"sample.py",742,0,"",python,selection_command +2805,13469850,"sample.py",715,0,"",python,selection_command +2806,13469883,"sample.py",687,0,"",python,selection_command +2807,13469917,"sample.py",658,0,"",python,selection_command +2808,13469950,"sample.py",630,0,"",python,selection_command +2809,13469984,"sample.py",602,0,"",python,selection_command +2810,13470030,"sample.py",578,0,"",python,selection_command +2811,13470052,"sample.py",563,0,"",python,selection_command +2812,13470084,"sample.py",522,0,"",python,selection_command +2813,13470118,"sample.py",494,0,"",python,selection_command +2814,13470151,"sample.py",467,0,"",python,selection_command +2815,13470185,"sample.py",440,0,"",python,selection_command +2816,13470218,"sample.py",412,0,"",python,selection_command +2817,13470251,"sample.py",390,0,"",python,selection_command +2818,13470285,"sample.py",372,0,"",python,selection_command +2819,13470318,"sample.py",355,0,"",python,selection_command +2820,13470352,"sample.py",343,0,"",python,selection_command +2821,13470758,"sample.py",355,0,"",python,selection_command +2822,13471004,"sample.py",372,0,"",python,selection_command +2823,13471026,"sample.py",390,0,"",python,selection_command +2824,13471065,"sample.py",412,0,"",python,selection_command +2825,13471097,"sample.py",440,0,"",python,selection_command +2826,13471328,"sample.py",467,0,"",python,selection_command +2827,13471726,"sample.py",494,0,"",python,selection_command +2828,13471980,"sample.py",522,0,"",python,selection_command +2829,13472008,"sample.py",563,0,"",python,selection_command +2830,13472033,"sample.py",578,0,"",python,selection_command +2831,13472246,"sample.py",563,0,"",python,selection_command +2832,13472503,"sample.py",522,0,"",python,selection_command +2833,13472527,"sample.py",494,0,"",python,selection_command +2834,13472543,"sample.py",522,0,"",python,selection_command +2835,13474421,"sample.py",578,0,"",python,selection_command +2836,13475086,"sample.py",602,0,"",python,selection_command +2837,13475383,"sample.py",630,0,"",python,selection_command +2838,13476149,"sample.py",658,0,"",python,selection_command +2839,13476313,"sample.py",687,0,"",python,selection_command +2840,13476500,"sample.py",715,0,"",python,selection_command +2841,13476897,"sample.py",770,0,"",python,selection_command +2842,13477631,"sample.py",742,0,"",python,selection_command +2843,13477871,"sample.py",770,0,"",python,selection_command +2844,13478873,"sample.py",799,0,"",python,selection_command +2845,13479123,"sample.py",830,0,"",python,selection_command +2846,13479147,"sample.py",860,0,"",python,selection_command +2847,13479171,"sample.py",888,0,"",python,selection_command +2848,13479345,"sample.py",922,0,"",python,selection_command +2849,13480497,"sample.py",922,0,"",python,selection_command +2850,13480772,"sample.py",971,0,"",python,selection_command +2851,13480802,"sample.py",999,0,"",python,selection_command +2852,13480838,"sample.py",1031,0,"",python,selection_command +2853,13480868,"sample.py",1063,0,"",python,selection_command +2854,13480902,"sample.py",1092,0,"",python,selection_command +2855,13481165,"sample.py",1119,0,"",python,selection_command +2856,13481617,"sample.py",1063,0,"",python,selection_command +2857,13481895,"sample.py",999,0,"",python,selection_command +2858,13481925,"sample.py",971,0,"",python,selection_command +2859,13481959,"sample.py",948,0,"",python,selection_command +2860,13481995,"sample.py",922,0,"",python,selection_command +2861,13482028,"sample.py",888,0,"",python,selection_command +2862,13482061,"sample.py",860,0,"",python,selection_command +2863,13482095,"sample.py",830,0,"",python,selection_command +2864,13482127,"sample.py",799,0,"",python,selection_command +2865,13482161,"sample.py",770,0,"",python,selection_command +2866,13482194,"sample.py",742,0,"",python,selection_command +2867,13482227,"sample.py",715,0,"",python,selection_command +2868,13482261,"sample.py",687,0,"",python,selection_command +2869,13482294,"sample.py",658,0,"",python,selection_command +2870,13482327,"sample.py",630,0,"",python,selection_command +2871,13482360,"sample.py",602,0,"",python,selection_command +2872,13482394,"sample.py",578,0,"",python,selection_command +2873,13482427,"sample.py",563,0,"",python,selection_command +2874,13482461,"sample.py",522,0,"",python,selection_command +2875,13482629,"sample.py",563,0,"",python,selection_command +2876,13482882,"sample.py",522,0,"",python,selection_command +2877,13487192,"sample.py",544,0,"",python,selection_command +2878,13500410,"sample.py",569,0,"",python,selection_command +2879,13500445,"sample.py",584,0,"",python,selection_command +2880,13500476,"sample.py",608,0,"",python,selection_command +2881,13500509,"sample.py",636,0,"",python,selection_command +2882,13502084,"sample.py",665,0,"",python,selection_command +2883,13502330,"sample.py",696,0,"",python,selection_command +2884,13502362,"sample.py",721,0,"",python,selection_command +2885,13502396,"sample.py",748,0,"",python,selection_command +2886,13502430,"sample.py",777,0,"",python,selection_command +2887,13502465,"sample.py",808,0,"",python,selection_command +2888,13502499,"sample.py",842,0,"",python,selection_command +2889,13502532,"sample.py",866,0,"",python,selection_command +2890,13503807,"sample.py",1938,0,"",python,selection_keyboard +2891,13504152,"sample.py",1976,0,"",python,selection_command +2892,13504361,"sample.py",2018,0,"",python,selection_command +2893,13504545,"sample.py",1976,0,"",python,selection_command +2894,13504722,"sample.py",1988,0,"",python,selection_command +2895,13504924,"sample.py",1989,0,"",python,selection_command +2896,13505364,"sample.py",1989,1,"n",python,selection_command +2897,13505403,"sample.py",1989,3,"not",python,selection_command +2898,13505611,"sample.py",1989,8,"not args",python,selection_command +2899,13505796,"sample.py",1989,9,"not args.",python,selection_command +2900,13506000,"sample.py",1989,23,"not args.lam_checkpoint",python,selection_command +2901,13506666,"sample.py",1989,23,"",python,content +2902,13506975,"sample.py",1989,0,"F",python,content +2903,13506978,"sample.py",1990,0,"",python,selection_keyboard +2904,13507151,"sample.py",1990,0,"a",python,content +2905,13507152,"sample.py",1991,0,"",python,selection_keyboard +2906,13507388,"sample.py",1991,0,"s",python,content +2907,13507389,"sample.py",1992,0,"",python,selection_keyboard +2908,13507732,"sample.py",1991,1,"",python,content +2909,13507919,"sample.py",1991,0,"l",python,content +2910,13507920,"sample.py",1992,0,"",python,selection_keyboard +2911,13507991,"sample.py",1992,0,"s",python,content +2912,13507992,"sample.py",1993,0,"",python,selection_keyboard +2913,13508049,"sample.py",1993,0,"e",python,content +2914,13508051,"sample.py",1994,0,"",python,selection_keyboard +2915,13508267,"sample.py",1993,0,"",python,selection_command +2916,13508409,"sample.py",1972,0,"",python,selection_command +2917,13510320,"sample.py",3196,0,"",python,selection_command +2918,13510537,"sample.py",4512,0,"",python,selection_command +2919,13510792,"sample.py",5059,0,"",python,selection_command +2920,13511401,"sample.py",3753,0,"",python,selection_command +2921,13521572,"sample.py",2602,0,"",python,selection_mouse +2922,13521725,"train_dynamics.py",0,0,"",python,tab +2923,13604986,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +2924,13608131,"train_dynamics.py",2413,66,"",python,content +2925,13608136,"train_dynamics.py",0,11964,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2926,13609039,"train_dynamics.py",5529,77," (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency",python,content +2927,13609039,"train_dynamics.py",5461,30," dtype=args.dtype, # Use training dtype for consistency",python,content +2928,13609072,"train_dynamics.py",5566,114," (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32",python,content +2929,13609072,"train_dynamics.py",5461,67," dtype=jnp.float32,",python,content +2930,13609077,"train_dynamics.py",0,12030,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2931,13609084,"train_dynamics.py",5463,77," (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency",python,content +2932,13609084,"train_dynamics.py",5395,30," dtype=args.dtype, # Use training dtype for consistency",python,content +2933,13609084,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +2934,13612213,"train_dynamics.py",5566,114," (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32",python,content +2935,13612213,"train_dynamics.py",5461,67," dtype=jnp.float32,",python,content +2936,13612213,"train_dynamics.py",2413,66,"",python,content +2937,13612222,"train_dynamics.py",0,11964,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype, # Use training dtype for consistency\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2938,13613229,"train_dynamics.py",6087,24," config=vars(args), # Convert dataclass to dict",python,content +2939,13613251,"train_dynamics.py",6087,59," config=args,",python,content +2940,13613255,"train_dynamics.py",0,12104,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2941,13613262,"train_dynamics.py",5947,24," config=vars(args), # Convert dataclass to dict",python,content +2942,13613262,"train_dynamics.py",5463,77," (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency",python,content +2943,13613262,"train_dynamics.py",5395,30," dtype=args.dtype, # Use training dtype for consistency",python,content +2944,13613262,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +2945,13617451,"train_dynamics.py",6087,59," config=args,",python,content +2946,13617451,"train_dynamics.py",5566,114," (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32",python,content +2947,13617451,"train_dynamics.py",5461,67," dtype=jnp.float32,",python,content +2948,13617451,"train_dynamics.py",2413,66,"",python,content +2949,13617462,"train_dynamics.py",0,11964,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype, # Use training dtype for consistency\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=vars(args), # Convert dataclass to dict\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2950,13619072,"train_dynamics.py",9011,197," items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,",python,content +2951,13619086,"train_dynamics.py",9011,122," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,content +2952,13619092,"train_dynamics.py",0,12139,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2953,13619100,"train_dynamics.py",8836,197," items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,",python,content +2954,13619100,"train_dynamics.py",5947,24," config=vars(args), # Convert dataclass to dict",python,content +2955,13619100,"train_dynamics.py",5463,77," (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency",python,content +2956,13619100,"train_dynamics.py",5395,30," dtype=args.dtype, # Use training dtype for consistency",python,content +2957,13619100,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +2958,13622018,"train_dynamics.py",9011,122," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,content +2959,13622018,"train_dynamics.py",6087,59," config=args,",python,content +2960,13622018,"train_dynamics.py",5566,114," (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32",python,content +2961,13622018,"train_dynamics.py",5461,67," dtype=jnp.float32,",python,content +2962,13622018,"train_dynamics.py",2413,66,"",python,content +2963,13622030,"train_dynamics.py",0,11964,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype, # Use training dtype for consistency\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=vars(args), # Convert dataclass to dict\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2964,13622762,"train_dynamics.py",11667,206," items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,",python,content +2965,13622776,"train_dynamics.py",11667,137," args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),",python,content +2966,13622781,"train_dynamics.py",0,12064,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2967,13622787,"train_dynamics.py",11567,206," items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,",python,content +2968,13622788,"train_dynamics.py",8836,197," items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,",python,content +2969,13622788,"train_dynamics.py",5947,24," config=vars(args), # Convert dataclass to dict",python,content +2970,13622788,"train_dynamics.py",5463,77," (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency",python,content +2971,13622788,"train_dynamics.py",5395,30," dtype=args.dtype, # Use training dtype for consistency",python,content +2972,13622788,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +2973,13626990,"train_dynamics.py",11667,137," args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),",python,content +2974,13626990,"train_dynamics.py",9011,122," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,content +2975,13626990,"train_dynamics.py",6087,59," config=args,",python,content +2976,13626990,"train_dynamics.py",5566,114," (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32",python,content +2977,13626991,"train_dynamics.py",5461,67," dtype=jnp.float32,",python,content +2978,13626991,"train_dynamics.py",2413,66,"",python,content +2979,13627005,"train_dynamics.py",0,11964,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype, # Use training dtype for consistency\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=vars(args), # Convert dataclass to dict\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2980,13627905,"train_dynamics.py",1522,143," # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16",python,content +2981,13628069,"train_dynamics.py",1522,186," # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +2982,13628072,"train_dynamics.py",0,11995,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +2983,13628078,"train_dynamics.py",11567,206," items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,",python,content +2984,13628078,"train_dynamics.py",8836,197," items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,",python,content +2985,13628078,"train_dynamics.py",5947,24," config=vars(args), # Convert dataclass to dict",python,content +2986,13628078,"train_dynamics.py",5463,77," (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype # Use training dtype for consistency",python,content +2987,13628078,"train_dynamics.py",5395,30," dtype=args.dtype, # Use training dtype for consistency",python,content +2988,13628078,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +2989,13628078,"train_dynamics.py",1522,143," # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16",python,content +2990,13640972,"train_dynamics.py",5231,0,"",python,selection_mouse +2991,13640996,"train_dynamics.py",5230,0,"",python,selection_command +2992,13643763,"train_dynamics.py",5533,0,"",python,selection_mouse +2993,13647072,"train_dynamics.py",5459,0,"",python,selection_command +2994,13647419,"train_dynamics.py",5533,0,"",python,selection_command +2995,13647672,"train_dynamics.py",5459,0,"",python,selection_command +2996,13649978,"train_dynamics.py",5533,0,"",python,selection_command +2997,13650582,"train_dynamics.py",5533,38,"",python,content +2998,13650616,"train_dynamics.py",5532,0,"",python,selection_command +2999,13651432,"train_dynamics.py",5459,0,"",python,selection_command +3000,13652090,"train_dynamics.py",5532,0,"",python,selection_command +3001,13652227,"train_dynamics.py",5543,0,"",python,selection_command +3002,13652405,"train_dynamics.py",5569,0,"",python,selection_command +3003,13652578,"train_dynamics.py",5600,0,"",python,selection_command +3004,13652803,"train_dynamics.py",5614,0,"",python,selection_command +3005,13653060,"train_dynamics.py",5616,0,"",python,selection_command +3006,13653094,"train_dynamics.py",5620,0,"",python,selection_command +3007,13653120,"train_dynamics.py",5621,0,"",python,selection_command +3008,13653156,"train_dynamics.py",5628,0,"",python,selection_command +3009,13653190,"train_dynamics.py",5631,0,"",python,selection_command +3010,13653224,"train_dynamics.py",5636,0,"",python,selection_command +3011,13653258,"train_dynamics.py",5637,0,"",python,selection_command +3012,13653476,"train_dynamics.py",5641,0,"",python,selection_command +3013,13653660,"train_dynamics.py",5642,0,"",python,selection_command +3014,13653830,"train_dynamics.py",5649,0,"",python,selection_command +3015,13654247,"train_dynamics.py",5648,0,"",python,selection_command +3016,13654401,"train_dynamics.py",5647,0,"",python,selection_command +3017,13654760,"train_dynamics.py",5647,38,"",python,content +3018,13654780,"train_dynamics.py",5646,0,"",python,selection_command +3019,13654944,"train_dynamics.py",5569,0,"",python,selection_command +3020,13659096,"train_dynamics.py",11634,137," args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),",python,content +3021,13659096,"train_dynamics.py",8978,122," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,content +3022,13659096,"train_dynamics.py",6054,59," config=args,",python,content +3023,13659096,"train_dynamics.py",2456,66,"",python,content +3024,13659096,"train_dynamics.py",1522,186," # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +3025,13659112,"train_dynamics.py",0,11962,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=vars(args), # Convert dataclass to dict\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +3026,13659234,"train_dynamics.py",5532,0,"",python,selection_command +3027,13659482,"train_dynamics.py",5543,0,"",python,selection_command +3028,13659518,"train_dynamics.py",5569,0,"",python,selection_command +3029,13659564,"train_dynamics.py",5601,0,"",python,selection_command +3030,13659587,"train_dynamics.py",5657,0,"",python,selection_command +3031,13659615,"train_dynamics.py",5680,0,"",python,selection_command +3032,13659649,"train_dynamics.py",5686,0,"",python,selection_command +3033,13660317,"train_dynamics.py",8978,0," args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n",python,content +3034,13660325,"train_dynamics.py",9190,137,"",python,content +3035,13660338,"train_dynamics.py",8978,197," items=dict(\n model_state=abstract_train_state,\n dataloader_state=grain_iterator,",python,content +3036,13660343,"train_dynamics.py",0,11962,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +3037,13660350,"train_dynamics.py",11565,206," items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,",python,content +3038,13660350,"train_dynamics.py",5945,24," config=vars(args), # Convert dataclass to dict",python,content +3039,13660350,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +3040,13660350,"train_dynamics.py",1522,143," # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16",python,content +3041,13661041,"train_dynamics.py",5838,0,"",python,selection_command +3042,13661282,"train_dynamics.py",5858,0,"",python,selection_command +3043,13661316,"train_dynamics.py",5903,0,"",python,selection_command +3044,13661348,"train_dynamics.py",5924,0,"",python,selection_command +3045,13661380,"train_dynamics.py",5956,0,"",python,selection_command +3046,13661658,"train_dynamics.py",5990,0,"",python,selection_command +3047,13661852,"train_dynamics.py",6018,0,"",python,selection_command +3048,13662019,"train_dynamics.py",6046,0,"",python,selection_command +3049,13664366,"train_dynamics.py",11709,137," args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),",python,content +3050,13664366,"train_dynamics.py",6054,59," config=args,",python,content +3051,13664366,"train_dynamics.py",2456,66,"",python,content +3052,13664366,"train_dynamics.py",1522,186," # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +3053,13664381,"train_dynamics.py",0,11962,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=vars(args), # Convert dataclass to dict\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +3054,13665527,"train_dynamics.py",11709,0," args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n",python,content +3055,13665534,"train_dynamics.py",11938,160,"",python,content +3056,13665548,"train_dynamics.py",11709,206," items=dict(\n model_state=train_state,\n dataloader_state=grain_iterator,",python,content +3057,13665554,"train_dynamics.py",0,12037,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +3058,13665560,"train_dynamics.py",5945,24," config=vars(args), # Convert dataclass to dict",python,content +3059,13665560,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +3060,13665560,"train_dynamics.py",1522,143," # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16",python,content +3061,13669428,"train_dynamics.py",6054,59," config=args,",python,content +3062,13669428,"train_dynamics.py",2456,66,"",python,content +3063,13669428,"train_dynamics.py",1522,186," # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +3064,13669438,"train_dynamics.py",0,11962,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n # Cast to float32 for numerical stability in loss computation\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=vars(args), # Convert dataclass to dict\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +3065,13670234,"train_dynamics.py",0,12106,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,content +3066,13670242,"train_dynamics.py",5945,24," config=vars(args), # Convert dataclass to dict",python,content +3067,13670242,"train_dynamics.py",2413,0," # Cast to float32 for numerical stability in loss computation\n",python,content +3068,13670242,"train_dynamics.py",1522,143," # Mixed precision training configuration\n param_dtype: jnp.dtype = jnp.float32 # Parameters stored in float32\n dtype: jnp.dtype = jnp.bfloat16 # Forward pass in bfloat16",python,content +3069,13671991,"train_dynamics.py",6026,0,"",python,selection_mouse +3070,13672009,"train_dynamics.py",6025,0,"",python,selection_command +3071,13672805,"train_dynamics.py",6054,59," config=args,",python,content +3072,13673240,"train_dynamics.py",7666,0,"",python,selection_command +3073,13674294,"train_dynamics.py",8909,0,"",python,selection_command +3074,13674528,"train_dynamics.py",10403,0,"",python,selection_command +3075,13674786,"train_dynamics.py",12045,0,"",python,selection_command +3076,13675647,"train_dynamics.py",10510,0,"",python,selection_command +3077,13675863,"train_dynamics.py",9072,0,"",python,selection_command +3078,13676274,"train_dynamics.py",7789,0,"",python,selection_command +3079,13676426,"train_dynamics.py",6087,0,"",python,selection_command +3080,13676846,"train_dynamics.py",4907,0,"",python,selection_command +3081,13677677,"train_dynamics.py",3704,0,"",python,selection_command +3082,13679700,"train_dynamics.py",3694,0,"",python,selection_command +3083,13679968,"train_dynamics.py",3635,0,"",python,selection_command +3084,13679987,"train_dynamics.py",3585,0,"",python,selection_command +3085,13680017,"train_dynamics.py",3558,0,"",python,selection_command +3086,13680047,"train_dynamics.py",3511,0,"",python,selection_command +3087,13680073,"train_dynamics.py",3436,0,"",python,selection_command +3088,13680104,"train_dynamics.py",3355,0,"",python,selection_command +3089,13680136,"train_dynamics.py",3312,0,"",python,selection_command +3090,13680170,"train_dynamics.py",3281,0,"",python,selection_command +3091,13680204,"train_dynamics.py",3272,0,"",python,selection_command +3092,13680237,"train_dynamics.py",3267,0,"",python,selection_command +3093,13680271,"train_dynamics.py",3266,0,"",python,selection_command +3094,13680305,"train_dynamics.py",3222,0,"",python,selection_command +3095,13680339,"train_dynamics.py",3216,0,"",python,selection_command +3096,13680374,"train_dynamics.py",3147,0,"",python,selection_command +3097,13680407,"train_dynamics.py",3101,0,"",python,selection_command +3098,13680441,"train_dynamics.py",3040,0,"",python,selection_command +3099,13680474,"train_dynamics.py",3005,0,"",python,selection_command +3100,13680508,"train_dynamics.py",2969,0,"",python,selection_command +3101,13680545,"train_dynamics.py",2949,0,"",python,selection_command +3102,13680579,"train_dynamics.py",2890,0,"",python,selection_command +3103,13680613,"train_dynamics.py",2848,0,"",python,selection_command +3104,13680643,"train_dynamics.py",2776,0,"",python,selection_command +3105,13680677,"train_dynamics.py",2726,0,"",python,selection_command +3106,13680710,"train_dynamics.py",2720,0,"",python,selection_command +3107,13680744,"train_dynamics.py",2663,0,"",python,selection_command +3108,13680777,"train_dynamics.py",2600,0,"",python,selection_command +3109,13680811,"train_dynamics.py",2526,0,"",python,selection_command +3110,13681002,"train_dynamics.py",2460,0,"",python,selection_command +3111,13681211,"train_dynamics.py",2433,0,"",python,selection_command +3112,13681397,"train_dynamics.py",2460,0,"",python,selection_command +3113,13681598,"train_dynamics.py",2526,0,"",python,selection_command +3114,13681852,"train_dynamics.py",2460,0,"",python,selection_command +3115,13682025,"train_dynamics.py",2433,0,"",python,selection_command +3116,13682369,"train_dynamics.py",2456,66,"",python,content +3117,13683445,"train_dynamics.py",1391,0,"",python,selection_command +3118,13683785,"train_dynamics.py",531,0,"",python,selection_command +3119,13683984,"train_dynamics.py",0,0,"",python,selection_command +3120,13684315,"train_dynamics.py",827,0,"",python,selection_command +3121,13684927,"train_dynamics.py",1825,0,"",python,selection_keyboard +3122,13685291,"train_dynamics.py",1792,0,"",python,selection_command +3123,13685539,"train_dynamics.py",1770,0,"",python,selection_command +3124,13685568,"train_dynamics.py",1749,0,"",python,selection_command +3125,13685598,"train_dynamics.py",1727,0,"",python,selection_command +3126,13685632,"train_dynamics.py",1713,0,"",python,selection_command +3127,13685665,"train_dynamics.py",1644,0,"",python,selection_command +3128,13685699,"train_dynamics.py",1571,0,"",python,selection_command +3129,13685943,"train_dynamics.py",1526,0,"",python,selection_command +3130,13686142,"train_dynamics.py",1498,0,"",python,selection_command +3131,13686286,"train_dynamics.py",1473,0,"",python,selection_command +3132,13688872,"train_dynamics.py",1522,186," # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +3133,13693340,"models/tokenizer.py",0,0,"",python,tab +3134,13693368,"models/tokenizer.py",1444,0,"",python,selection_command +3135,13694926,"models/tokenizer.py",1368,0,"",python,selection_mouse +3136,13694930,"models/tokenizer.py",1367,0,"",python,selection_command +3137,13700371,"models/tokenizer.py",0,0,"",python,selection_command +3138,13702425,"models/tokenizer.py",2427,0,"",python,selection_mouse +3139,13702443,"models/tokenizer.py",2426,0,"",python,selection_command +3140,13704787,"models/tokenizer.py",2458,0,"",python,selection_command +3141,13704966,"models/tokenizer.py",2545,0,"",python,selection_command +3142,13705426,"models/tokenizer.py",2587,0,"",python,selection_command +3143,13705610,"models/tokenizer.py",2621,0,"",python,selection_command +3144,13706813,"models/tokenizer.py",2587,0,"",python,selection_command +3145,13707061,"models/tokenizer.py",2545,0,"",python,selection_command +3146,13707090,"models/tokenizer.py",2458,0,"",python,selection_command +3147,13707113,"models/tokenizer.py",2426,0,"",python,selection_command +3148,13707146,"models/tokenizer.py",2388,0,"",python,selection_command +3149,13707181,"models/tokenizer.py",2325,0,"",python,selection_command +3150,13707218,"models/tokenizer.py",2294,0,"",python,selection_command +3151,13707251,"models/tokenizer.py",2264,0,"",python,selection_command +3152,13707283,"models/tokenizer.py",2221,0,"",python,selection_command +3153,13707316,"models/tokenizer.py",2169,0,"",python,selection_command +3154,13707349,"models/tokenizer.py",2117,0,"",python,selection_command +3155,13707383,"models/tokenizer.py",2067,0,"",python,selection_command +3156,13707416,"models/tokenizer.py",2033,0,"",python,selection_command +3157,13707450,"models/tokenizer.py",2002,0,"",python,selection_command +3158,13707484,"models/tokenizer.py",1988,0,"",python,selection_command +3159,13707518,"models/tokenizer.py",1956,0,"",python,selection_command +3160,13707558,"models/tokenizer.py",1919,0,"",python,selection_command +3161,13707583,"models/tokenizer.py",1887,0,"",python,selection_command +3162,13707616,"models/tokenizer.py",1849,0,"",python,selection_command +3163,13707650,"models/tokenizer.py",1770,0,"",python,selection_command +3164,13707683,"models/tokenizer.py",1739,0,"",python,selection_command +3165,13707716,"models/tokenizer.py",1737,0,"",python,selection_command +3166,13707750,"models/tokenizer.py",1678,0,"",python,selection_command +3167,13707783,"models/tokenizer.py",1637,0,"",python,selection_command +3168,13708323,"models/tokenizer.py",1607,40," recon = recon.astype(self.dtype)",python,selection_command +3169,13770682,"models/tokenizer.py",1739,0,"",python,selection_mouse +3170,13787915,"models/tokenizer.py",1716,0,"",python,selection_command +3171,13788163,"models/tokenizer.py",1648,0,"",python,selection_command +3172,13788185,"models/tokenizer.py",1607,0,"",python,selection_command +3173,13788213,"models/tokenizer.py",1573,0,"",python,selection_command +3174,13788348,"models/tokenizer.py",1531,0,"",python,selection_command +3175,13788534,"models/tokenizer.py",1444,0,"",python,selection_command +3176,13788709,"models/tokenizer.py",1369,0,"",python,selection_command +3177,13789103,"models/tokenizer.py",1444,86," # FIXME (f.srambical): check whether we need to cast to full precision for sigmoid",python,content +3178,13789492,"models/tokenizer.py",1444,0,"",python,selection_command +3179,13789843,"models/tokenizer.py",1444,91,"",python,content +3180,13789878,"models/tokenizer.py",1452,0,"",python,selection_command +3181,13790954,"models/tokenizer.py",1377,0,"",python,selection_command +3182,13792301,"models/tokenizer.py",1452,0,"",python,selection_command +3183,13792555,"models/tokenizer.py",1494,0,"",python,selection_command +3184,13792581,"models/tokenizer.py",1528,0,"",python,selection_command +3185,13792610,"models/tokenizer.py",1569,0,"",python,selection_command +3186,13792644,"models/tokenizer.py",1637,0,"",python,selection_command +3187,13792675,"models/tokenizer.py",1652,0,"",python,selection_command +3188,13792708,"models/tokenizer.py",1661,0,"",python,selection_command +3189,13792741,"models/tokenizer.py",1740,0,"",python,selection_command +3190,13792775,"models/tokenizer.py",1778,0,"",python,selection_command +3191,13792808,"models/tokenizer.py",1810,0,"",python,selection_command +3192,13792841,"models/tokenizer.py",1856,0,"",python,selection_command +3193,13792875,"models/tokenizer.py",1879,0,"",python,selection_command +3194,13792908,"models/tokenizer.py",1915,0,"",python,selection_command +3195,13792942,"models/tokenizer.py",1924,0,"",python,selection_command +3196,13792975,"models/tokenizer.py",1958,0,"",python,selection_command +3197,13793008,"models/tokenizer.py",2008,0,"",python,selection_command +3198,13793042,"models/tokenizer.py",2060,0,"",python,selection_command +3199,13793075,"models/tokenizer.py",2112,0,"",python,selection_command +3200,13793108,"models/tokenizer.py",2155,0,"",python,selection_command +3201,13793142,"models/tokenizer.py",2207,0,"",python,selection_command +3202,13793175,"models/tokenizer.py",2216,0,"",python,selection_command +3203,13793208,"models/tokenizer.py",2279,0,"",python,selection_command +3204,13793570,"models/tokenizer.py",2341,87,"",python,content +3205,13795969,"models/lam.py",0,0,"",python,tab +3206,13795995,"models/lam.py",2118,0,"",python,selection_command +3207,13797382,"models/lam.py",2104,0,"",python,selection_mouse +3208,13798911,"models/lam.py",2118,87,"",python,content +3209,13803629,"genie.py",0,0,"",python,tab +3210,13803652,"genie.py",854,0,"",python,selection_command +3211,13804995,"genie.py",853,0,"",python,selection_mouse +3212,13805013,"genie.py",852,0,"",python,selection_command +3213,13808119,"genie.py",854,100," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16",python,content +3214,13809419,"genie.py",876,0,"",python,selection_command +3215,13809704,"genie.py",854,108,"",python,content +3216,13809715,"genie.py",858,0,"",python,selection_command +3217,13810430,"genie.py",2120,0,"",python,selection_command +3218,13810639,"genie.py",3434,0,"",python,selection_command +3219,13810809,"genie.py",5027,0,"",python,selection_command +3220,13811058,"genie.py",6282,0,"",python,selection_command +3221,13811092,"genie.py",7333,0,"",python,selection_command +3222,13811131,"genie.py",9104,0,"",python,selection_command +3223,13811168,"genie.py",10444,0,"",python,selection_command +3224,13811202,"genie.py",11977,0,"",python,selection_command +3225,13811236,"genie.py",13688,0,"",python,selection_command +3226,13811267,"genie.py",14054,0,"",python,selection_command +3227,13812112,"genie.py",12482,0,"",python,selection_command +3228,13812354,"genie.py",10945,0,"",python,selection_command +3229,13812387,"genie.py",9514,0,"",python,selection_command +3230,13812419,"genie.py",7969,0,"",python,selection_command +3231,13812451,"genie.py",6700,0,"",python,selection_command +3232,13812488,"genie.py",5321,0,"",python,selection_command +3233,13812521,"genie.py",4021,0,"",python,selection_command +3234,13812551,"genie.py",2638,0,"",python,selection_command +3235,13812585,"genie.py",1238,0,"",python,selection_command +3236,13812621,"genie.py",337,0,"",python,selection_command +3237,13815226,"models/tokenizer.py",0,0,"",python,tab +3238,13815240,"models/tokenizer.py",1444,0,"",python,selection_command +3239,13818663,"train_dynamics.py",0,0,"",python,tab +3240,13818680,"train_dynamics.py",5395,0,"",python,selection_command +3241,13826612,"train_tokenizer.py",0,0,"",python,tab +3242,13827912,"train_dynamics.py",0,0,"",python,tab +3243,13829380,"train_tokenizer.py",0,0,"",python,tab +3244,13834171,"train_tokenizer.py",3382,0,"",python,selection_command +3245,13835167,"train_dynamics.py",0,0,"",python,tab +3246,13839762,"train_tokenizer.py",0,0,"",python,tab +3247,13841733,"train_lam.py",0,0,"",python,tab +3248,13841933,"train_lam.py",3996,17,"action_last_activ",python,selection_command +3249,13842991,"train_lam.py",3996,18,"action_last_active",python,selection_command +3250,13843473,"train_lam.py",4013,0,"",python,selection_command +3251,13844408,"train_lam.py",4073,0,"",python,selection_command +3252,13844657,"train_lam.py",4075,0,"",python,selection_command +3253,13844685,"train_lam.py",4076,0,"",python,selection_command +3254,13844709,"train_lam.py",4102,0,"",python,selection_command +3255,13844744,"train_lam.py",4135,0,"",python,selection_command +3256,13844777,"train_lam.py",4172,0,"",python,selection_command +3257,13844807,"train_lam.py",4197,0,"",python,selection_command +3258,13844840,"train_lam.py",4247,0,"",python,selection_command +3259,13844874,"train_lam.py",4295,0,"",python,selection_command +3260,13844907,"train_lam.py",4297,0,"",python,selection_command +3261,13844941,"train_lam.py",4339,0,"",python,selection_command +3262,13844985,"train_lam.py",4365,0,"",python,selection_command +3263,13845024,"train_lam.py",4432,0,"",python,selection_command +3264,13845044,"train_lam.py",4486,0,"",python,selection_command +3265,13845075,"train_lam.py",4496,0,"",python,selection_command +3266,13845111,"train_lam.py",4498,0,"",python,selection_command +3267,13845144,"train_lam.py",4564,0,"",python,selection_command +3268,13845177,"train_lam.py",4567,0,"",python,selection_command +3269,13845211,"train_lam.py",4606,0,"",python,selection_command +3270,13845245,"train_lam.py",4608,0,"",python,selection_command +3271,13845278,"train_lam.py",4638,0,"",python,selection_command +3272,13845313,"train_lam.py",4667,0,"",python,selection_command +3273,13845344,"train_lam.py",4703,0,"",python,selection_command +3274,13845374,"train_lam.py",4737,0,"",python,selection_command +3275,13845408,"train_lam.py",4773,0,"",python,selection_command +3276,13845442,"train_lam.py",4811,0,"",python,selection_command +3277,13845476,"train_lam.py",4847,0,"",python,selection_command +3278,13845510,"train_lam.py",4883,0,"",python,selection_command +3279,13845544,"train_lam.py",4917,0,"",python,selection_command +3280,13845577,"train_lam.py",4947,0,"",python,selection_command +3281,13845611,"train_lam.py",4995,0,"",python,selection_command +3282,13845646,"train_lam.py",5033,0,"",python,selection_command +3283,13845678,"train_lam.py",5059,0,"",python,selection_command +3284,13845712,"train_lam.py",5065,0,"",python,selection_command +3285,13845746,"train_lam.py",5111,0,"",python,selection_command +3286,13845784,"train_lam.py",5164,0,"",python,selection_command +3287,13845817,"train_lam.py",5231,0,"",python,selection_command +3288,13845848,"train_lam.py",5279,0,"",python,selection_command +3289,13845882,"train_lam.py",5298,0,"",python,selection_command +3290,13846231,"train_lam.py",5324,0,"",python,selection_command +3291,13846478,"train_lam.py",5391,0,"",python,selection_command +3292,13846504,"train_lam.py",5429,0,"",python,selection_command +3293,13846536,"train_lam.py",5440,0,"",python,selection_command +3294,13846571,"train_lam.py",5458,0,"",python,selection_command +3295,13846605,"train_lam.py",5464,0,"",python,selection_command +3296,13846650,"train_lam.py",5502,0,"",python,selection_command +3297,13846669,"train_lam.py",5543,0,"",python,selection_command +3298,13846843,"train_lam.py",5502,0,"",python,selection_command +3299,13847103,"train_lam.py",5464,0,"",python,selection_command +3300,13847128,"train_lam.py",5458,0,"",python,selection_command +3301,13847153,"train_lam.py",5440,0,"",python,selection_command +3302,13847187,"train_lam.py",5429,0,"",python,selection_command +3303,13847221,"train_lam.py",5391,0,"",python,selection_command +3304,13847254,"train_lam.py",5324,0,"",python,selection_command +3305,13847306,"train_lam.py",5391,0,"",python,selection_command +3306,13847571,"train_lam.py",5429,0,"",python,selection_command +3307,13847594,"train_lam.py",5440,0,"",python,selection_command +3308,13847621,"train_lam.py",5458,0,"",python,selection_command +3309,13847655,"train_lam.py",5464,0,"",python,selection_command +3310,13847687,"train_lam.py",5502,0,"",python,selection_command +3311,13847723,"train_lam.py",5543,0,"",python,selection_command +3312,13847756,"train_lam.py",5545,0,"",python,selection_command +3313,13847789,"train_lam.py",5606,0,"",python,selection_command +3314,13847822,"train_lam.py",5608,0,"",python,selection_command +3315,13847856,"train_lam.py",5653,0,"",python,selection_command +3316,13847889,"train_lam.py",5673,0,"",python,selection_command +3317,13847924,"train_lam.py",5705,0,"",python,selection_command +3318,13847957,"train_lam.py",5739,0,"",python,selection_command +3319,13847996,"train_lam.py",5767,0,"",python,selection_command +3320,13848031,"train_lam.py",5795,0,"",python,selection_command +3321,13848063,"train_lam.py",5822,0,"",python,selection_command +3322,13848097,"train_lam.py",5847,0,"",python,selection_command +3323,13848129,"train_lam.py",5857,0,"",python,selection_command +3324,13848162,"train_lam.py",5922,0,"",python,selection_command +3325,13848180,"train_lam.py",5857,0,"",python,selection_command +3326,13848449,"train_lam.py",5847,0,"",python,selection_command +3327,13848470,"train_lam.py",5822,0,"",python,selection_command +3328,13848498,"train_lam.py",5795,0,"",python,selection_command +3329,13848531,"train_lam.py",5767,0,"",python,selection_command +3330,13848564,"train_lam.py",5739,0,"",python,selection_command +3331,13848594,"train_lam.py",5705,0,"",python,selection_command +3332,13848627,"train_lam.py",5673,0,"",python,selection_command +3333,13848669,"train_lam.py",5653,0,"",python,selection_command +3334,13848697,"train_lam.py",5608,0,"",python,selection_command +3335,13848731,"train_lam.py",5606,0,"",python,selection_command +3336,13848760,"train_lam.py",5545,0,"",python,selection_command +3337,13848794,"train_lam.py",5543,0,"",python,selection_command +3338,13848827,"train_lam.py",5502,0,"",python,selection_command +3339,13848860,"train_lam.py",5464,0,"",python,selection_command +3340,13848897,"train_lam.py",5458,0,"",python,selection_command +3341,13848931,"train_lam.py",5440,0,"",python,selection_command +3342,13849327,"train_lam.py",5429,0,"",python,selection_command +3343,13849534,"train_lam.py",5440,0,"",python,selection_command +3344,13849680,"train_lam.py",5458,0,"",python,selection_command +3345,13849817,"train_lam.py",5464,0,"",python,selection_command +3346,13849987,"train_lam.py",5502,0,"",python,selection_command +3347,13850103,"train_lam.py",5543,0,"",python,selection_command +3348,13850496,"train_lam.py",5545,0,"",python,selection_command +3349,13851140,"train_lam.py",5543,0,"",python,selection_command +3350,13851783,"train_lam.py",5502,0,"",python,selection_command +3351,13851928,"train_lam.py",5464,0,"",python,selection_command +3352,13852083,"train_lam.py",5458,0,"",python,selection_command +3353,13852259,"train_lam.py",5440,0,"",python,selection_command +3354,13852428,"train_lam.py",5429,0,"",python,selection_command +3355,13855034,"train_tokenizer.py",0,0,"",python,tab +3356,13856416,"train_tokenizer.py",3404,0,"",python,selection_command +3357,13856747,"train_tokenizer.py",3562,0,"",python,selection_command +3358,13857217,"train_tokenizer.py",5165,0,"",python,selection_command +3359,13858382,"train_tokenizer.py",5184,0,"",python,selection_command +3360,13858517,"train_tokenizer.py",5210,0,"",python,selection_command +3361,13858646,"train_tokenizer.py",5284,0,"",python,selection_command +3362,13860824,"train_tokenizer.py",5309,0,"ype",python,content +3363,13860825,"train_tokenizer.py",5307,2,"",python,content +3364,13860825,"train_tokenizer.py",5306,0,"d",python,content +3365,13860825,"train_tokenizer.py",5302,4,"",python,content +3366,13860825,"train_tokenizer.py",5301,0,"args",python,content +3367,13860825,"train_tokenizer.py",5298,3,"",python,content +3368,13877474,"train_lam.py",0,0,"",python,tab +3369,13878931,"train_lam.py",5537,0,"",python,selection_command +3370,13881268,"train_lam.py",5440,0,"",python,selection_command +3371,13881448,"train_lam.py",5412,0,"",python,selection_command +3372,13882508,"train_lam.py",5417,0,"",python,selection_command +3373,13882677,"train_lam.py",5418,0,"",python,selection_command +3374,13883062,"train_lam.py",5420,0,"",python,selection_command +3375,13883537,"train_lam.py",5418,0,"",python,selection_command +3376,13883595,"train_lam.py",5418,1,"j",python,selection_command +3377,13883659,"train_lam.py",5418,3,"jnp",python,selection_command +3378,13883822,"train_lam.py",5418,4,"jnp.",python,selection_command +3379,13883979,"train_lam.py",5418,11,"jnp.float32",python,selection_command +3380,13884250,"train_lam.py",5418,11,"",python,content +3381,13884450,"train_lam.py",5418,0,"a",python,content +3382,13884452,"train_lam.py",5419,0,"",python,selection_keyboard +3383,13884512,"train_lam.py",5419,0,"r",python,content +3384,13884514,"train_lam.py",5420,0,"",python,selection_keyboard +3385,13884664,"train_lam.py",5420,0,"g",python,content +3386,13884666,"train_lam.py",5421,0,"",python,selection_keyboard +3387,13884733,"train_lam.py",5421,0,"s",python,content +3388,13884735,"train_lam.py",5422,0,"",python,selection_keyboard +3389,13884866,"train_lam.py",5422,0,".",python,content +3390,13884867,"train_lam.py",5423,0,"",python,selection_keyboard +3391,13885223,"train_lam.py",5423,0,"d",python,content +3392,13885225,"train_lam.py",5424,0,"",python,selection_keyboard +3393,13885348,"train_lam.py",5424,0,"t",python,content +3394,13885350,"train_lam.py",5425,0,"",python,selection_keyboard +3395,13885463,"train_lam.py",5425,0,"y",python,content +3396,13885466,"train_lam.py",5426,0,"",python,selection_keyboard +3397,13885493,"train_lam.py",5426,0,"p",python,content +3398,13885495,"train_lam.py",5427,0,"",python,selection_keyboard +3399,13885576,"train_lam.py",5427,0,"e",python,content +3400,13885578,"train_lam.py",5428,0,"",python,selection_keyboard +3401,13885775,"train_lam.py",5427,0,"",python,selection_command +3402,13885968,"train_lam.py",5400,0,"",python,selection_command +3403,13896726,"train_lam.py",5430,0,"",python,selection_command +3404,13896759,"train_lam.py",5441,0,"",python,selection_command +3405,13896792,"train_lam.py",5459,0,"",python,selection_command +3406,13896825,"train_lam.py",5465,0,"",python,selection_command +3407,13896859,"train_lam.py",5503,0,"",python,selection_command +3408,13896893,"train_lam.py",5544,0,"",python,selection_command +3409,13896926,"train_lam.py",5545,0,"",python,selection_command +3410,13896959,"train_lam.py",5607,0,"",python,selection_command +3411,13896993,"train_lam.py",5608,0,"",python,selection_command +3412,13897026,"train_lam.py",5654,0,"",python,selection_command +3413,13897060,"train_lam.py",5674,0,"",python,selection_command +3414,13897093,"train_lam.py",5706,0,"",python,selection_command +3415,13897125,"train_lam.py",5740,0,"",python,selection_command +3416,13897160,"train_lam.py",5768,0,"",python,selection_command +3417,13897195,"train_lam.py",5796,0,"",python,selection_command +3418,13897228,"train_lam.py",5823,0,"",python,selection_command +3419,13897263,"train_lam.py",5848,0,"",python,selection_command +3420,13897293,"train_lam.py",5858,0,"",python,selection_command +3421,13899781,"train_lam.py",5923,0,"",python,selection_command +3422,13900029,"train_lam.py",5924,0,"",python,selection_command +3423,13900062,"train_lam.py",5955,0,"",python,selection_command +3424,13900092,"train_lam.py",5979,0,"",python,selection_command +3425,13900124,"train_lam.py",5980,0,"",python,selection_command +3426,13900157,"train_lam.py",6015,0,"",python,selection_command +3427,13900189,"train_lam.py",6069,0,"",python,selection_command +3428,13900223,"train_lam.py",6137,0,"",python,selection_command +3429,13900255,"train_lam.py",6143,0,"",python,selection_command +3430,13900290,"train_lam.py",6247,0,"",python,selection_command +3431,13900323,"train_lam.py",6330,0,"",python,selection_command +3432,13900357,"train_lam.py",6331,0,"",python,selection_command +3433,13900390,"train_lam.py",6413,0,"",python,selection_command +3434,13900424,"train_lam.py",6470,0,"",python,selection_command +3435,13900457,"train_lam.py",6533,0,"",python,selection_command +3436,13900490,"train_lam.py",6534,0,"",python,selection_command +3437,13900524,"train_lam.py",6597,0,"",python,selection_command +3438,13900558,"train_lam.py",6634,0,"",python,selection_command +3439,13900594,"train_lam.py",6694,0,"",python,selection_command +3440,13900630,"train_lam.py",6700,0,"",python,selection_command +3441,13900659,"train_lam.py",6767,0,"",python,selection_command +3442,13901322,"train_lam.py",6848,0,"",python,selection_command +3443,13901568,"train_lam.py",6849,0,"",python,selection_command +3444,13901587,"train_lam.py",6893,0,"",python,selection_command +3445,13901619,"train_lam.py",6906,0,"",python,selection_command +3446,13901652,"train_lam.py",6977,0,"",python,selection_command +3447,13901693,"train_lam.py",7080,0,"",python,selection_command +3448,13901723,"train_lam.py",7186,0,"",python,selection_command +3449,13901758,"train_lam.py",7315,0,"",python,selection_command +3450,13901791,"train_lam.py",7447,0,"",python,selection_command +3451,13904084,"train_dynamics.py",0,0,"",python,tab +3452,13905490,"train_dynamics.py",2106,0,"",python,selection_command +3453,13906474,"train_dynamics.py",2158,0,"",python,selection_command +3454,13906629,"train_dynamics.py",2177,0,"",python,selection_command +3455,13907417,"train_dynamics.py",2275,0,"",python,selection_command +3456,13907627,"train_dynamics.py",2330,0,"",python,selection_command +3457,13908105,"train_dynamics.py",2356,0,"",python,selection_command +3458,13908395,"train_dynamics.py",3190,0,"",python,selection_command +3459,13909551,"train_dynamics.py",3390,0,"",python,selection_command +3460,13909857,"train_dynamics.py",5280,0,"",python,selection_command +3461,13912696,"train_dynamics.py",5658,0,"",python,selection_command +3462,13913188,"train_dynamics.py",9461,0,"",python,selection_command +3463,13913686,"train_dynamics.py",5658,0,"",python,selection_command +3464,13913847,"train_dynamics.py",5280,0,"",python,selection_command +3465,13918440,"train_dynamics.py",5658,0,"",python,selection_command +3466,13918810,"train_dynamics.py",9461,0,"",python,selection_command +3467,13922332,"train_dynamics.py",9825,0,"",python,selection_command +3468,13934559,"train_dynamics.py",9852,0,"",python,selection_command +3469,13934610,"train_dynamics.py",9856,0,"",python,selection_command +3470,13934794,"train_dynamics.py",9862,0,"",python,selection_command +3471,13935030,"train_dynamics.py",9863,0,"",python,selection_command +3472,13935824,"train_dynamics.py",9856,0,"",python,selection_command +3473,13936405,"train_dynamics.py",9683,0,"",python,selection_command +3474,13937143,"train_dynamics.py",9690,0,"",python,selection_command +3475,13937335,"train_dynamics.py",9693,0,"",python,selection_command +3476,13947599,"train_dynamics.py",9455,0,"",python,selection_command +3477,13947812,"train_dynamics.py",5652,0,"",python,selection_command +3478,13948704,"train_dynamics.py",5274,0,"",python,selection_command +3479,13950375,"train_dynamics.py",5287,0,"",python,selection_command +3480,13950550,"train_dynamics.py",5289,0,"",python,selection_command +3481,13951286,"train_dynamics.py",5314,0,"",python,selection_command +3482,13951453,"train_dynamics.py",5340,0,"",python,selection_command +3483,13951598,"train_dynamics.py",5414,0,"",python,selection_command +3484,13951738,"train_dynamics.py",5434,0,"",python,selection_command +3485,13952016,"train_dynamics.py",5414,0,"",python,selection_command +3486,13952191,"train_dynamics.py",5340,0,"",python,selection_command +3487,13952329,"train_dynamics.py",5314,0,"",python,selection_command +3488,13952462,"train_dynamics.py",5289,0,"",python,selection_command +3489,13952699,"train_dynamics.py",5212,0,"",python,selection_command +3490,13952884,"train_dynamics.py",5289,0,"",python,selection_command +3491,13953108,"train_dynamics.py",5270,0,"",python,selection_command +3492,13958292,"genie.py",0,0,"",python,tab +3493,13958305,"genie.py",854,0,"",python,selection_command +3494,13961289,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +3495,13961294,"genie.py",1034,0,"",python,selection_mouse +3496,13961315,"genie.py",1033,0,"",python,selection_command +3497,13961525,"genie.py",0,0,"",python,tab +3498,13961549,"train_dynamics.py",0,0,"",python,tab +3499,13995609,"train_dynamics.py",0,0,"Switched from branch 'main' to 'mixed-precision-training'",python,git_branch_checkout +3500,74111995,"train_dynamics.py",0,11962,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +3501,74112130,"train_dynamics.py",11932,0,"",python,selection_command +3502,74168868,"train_dynamics.py",0,11962,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +3503,74169016,"train_dynamics.py",11932,0,"",python,selection_command +3504,74175531,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +3505,74175983,"genie.py",0,14108,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,selection_command +3506,74176098,"genie.py",14050,0,"",python,selection_command +3507,74180276,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +3508,74180540,"models/dynamics.py",0,1852,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,selection_command +3509,74180639,"models/dynamics.py",1852,0,"",python,selection_command +3510,74183802,"utils/nn.py",0,0,"import math\nfrom typing import Dict, Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n",python,tab +3511,74184045,"utils/nn.py",0,5088,"import math\nfrom typing import Dict, Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n",python,selection_command +3512,74184210,"utils/nn.py",5088,0,"",python,selection_command +3513,74942719,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +3514,74942723,"train_dynamics.py",1528,5,"FIXME",python,selection_command +3515,74944145,"train_dynamics.py",1543,0,"",python,selection_mouse +3516,74945427,"train_dynamics.py",1522,67,"",python,content +3517,74945450,"train_dynamics.py",1526,0,"",python,selection_command +3518,74948149,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): cast in8 to bf16 instead?\n # FIXME (f.srambical): or, can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): if the tokenizer is the reason for the dynamics model being memory-bound, should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +3519,74948155,"train_tokenizer.py",1793,5,"FIXME",python,selection_command +3520,74950787,"train_tokenizer.py",1819,0,"",python,selection_mouse +3521,74953093,"train_tokenizer.py",1787,53,"",python,content +3522,74953106,"train_tokenizer.py",1791,0,"",python,selection_command +3523,74956911,"train_tokenizer.py",1793,0,"",python,selection_command +3524,74957126,"train_tokenizer.py",1799,0,"",python,selection_command +3525,74957299,"train_tokenizer.py",1800,0,"",python,selection_command +3526,74957469,"train_tokenizer.py",1801,0,"",python,selection_command +3527,74957633,"train_tokenizer.py",1802,0,"",python,selection_command +3528,74957806,"train_tokenizer.py",1811,0,"",python,selection_command +3529,74958008,"train_tokenizer.py",1814,0,"",python,selection_command +3530,74958160,"train_tokenizer.py",1816,0,"",python,selection_command +3531,74958712,"train_tokenizer.py",1815,0,"",python,selection_command +3532,74958853,"train_tokenizer.py",1814,0,"",python,selection_command +3533,74958989,"train_tokenizer.py",1813,0,"",python,selection_command +3534,74959264,"train_tokenizer.py",1814,0,"",python,selection_command +3535,74959401,"train_tokenizer.py",1814,1,"o",python,selection_command +3536,74959507,"train_tokenizer.py",1814,2,"or",python,selection_command +3537,74959657,"train_tokenizer.py",1814,3,"or,",python,selection_command +3538,74959798,"train_tokenizer.py",1814,4,"or, ",python,selection_command +3539,74959939,"train_tokenizer.py",1814,5,"or, c",python,selection_command +3540,74960926,"train_tokenizer.py",1787,100,"",python,content +3541,74961696,"train_tokenizer.py",1787,0," # FIXME (f.srambical): or, can we even do native int8 training without casting the video at all?",python,content +3542,74961701,"train_tokenizer.py",1814,0,"",python,selection_command +3543,74962169,"train_tokenizer.py",1814,1,"o",python,selection_command +3544,74962273,"train_tokenizer.py",1814,2,"or",python,selection_command +3545,74962417,"train_tokenizer.py",1814,3,"or,",python,selection_command +3546,74962594,"train_tokenizer.py",1814,4,"or, ",python,selection_command +3547,74962927,"train_tokenizer.py",1814,5,"or, c",python,selection_command +3548,74963071,"train_tokenizer.py",1814,5,"",python,content +3549,74963408,"train_tokenizer.py",1814,0,"C",python,content +3550,74963409,"train_tokenizer.py",1815,0,"",python,selection_keyboard +3551,74963657,"train_tokenizer.py",1814,0,"",python,selection_command +3552,74966007,"train_tokenizer.py",1911,0,"",python,selection_command +3553,74966568,"train_tokenizer.py",2040,0,"",python,selection_command +3554,74968227,"train_tokenizer.py",2036,0,"",python,selection_command +3555,74968893,"train_tokenizer.py",2040,0,"",python,selection_command +3556,74969490,"train_tokenizer.py",1884,0,"",python,selection_command +3557,74970065,"train_tokenizer.py",1888,0,"",python,selection_command +3558,74970244,"train_tokenizer.py",1890,0,"",python,selection_command +3559,74970413,"train_tokenizer.py",1896,0,"",python,selection_command +3560,74970594,"train_tokenizer.py",1897,0,"",python,selection_command +3561,74970782,"train_tokenizer.py",1898,0,"",python,selection_command +3562,74971008,"train_tokenizer.py",1899,0,"",python,selection_command +3563,74971143,"train_tokenizer.py",1908,0,"",python,selection_command +3564,74971301,"train_tokenizer.py",1911,0,"",python,selection_command +3565,74971413,"train_tokenizer.py",1914,0,"",python,selection_command +3566,74971758,"train_tokenizer.py",1911,0,"",python,selection_command +3567,74972343,"train_tokenizer.py",1911,1,"I",python,content +3568,74972646,"train_tokenizer.py",1914,0,"",python,selection_command +3569,74972871,"train_tokenizer.py",1916,0,"",python,selection_command +3570,74973122,"train_tokenizer.py",1926,0,"",python,selection_command +3571,74973156,"train_tokenizer.py",1929,0,"",python,selection_command +3572,74973185,"train_tokenizer.py",1933,0,"",python,selection_command +3573,74973217,"train_tokenizer.py",1940,0,"",python,selection_command +3574,74973251,"train_tokenizer.py",1944,0,"",python,selection_command +3575,74973285,"train_tokenizer.py",1948,0,"",python,selection_command +3576,74973324,"train_tokenizer.py",1957,0,"",python,selection_command +3577,74973355,"train_tokenizer.py",1963,0,"",python,selection_command +3578,74973589,"train_tokenizer.py",1969,0,"",python,selection_command +3579,74973786,"train_tokenizer.py",1976,0,"",python,selection_command +3580,74973974,"train_tokenizer.py",1977,0,"",python,selection_command +3581,74974240,"train_tokenizer.py",1982,0,"",python,selection_command +3582,74974626,"train_tokenizer.py",1983,0,"",python,selection_command +3583,74974827,"train_tokenizer.py",1984,0,"",python,selection_command +3584,74974946,"train_tokenizer.py",1985,0,"",python,selection_command +3585,74975125,"train_tokenizer.py",1984,1,"",python,content +3586,74975241,"train_tokenizer.py",1984,0,"\n # ",python,content +3587,74976338,"train_tokenizer.py",1990,0,"",python,selection_command +3588,74993765,"train_tokenizer.py",0,0,"",python,tab +3589,74993784,"train_tokenizer.py",1787,0,"",python,selection_command +3590,74995301,"train_dynamics.py",0,0,"",python,tab +3591,74995313,"train_dynamics.py",1522,0,"",python,selection_command +3592,75187783,"train_tokenizer.py",0,0,"",python,tab +3593,75188656,"train_tokenizer.py",0,0,"",python,tab +3594,75195370,"utils/nn.py",0,0,"",python,tab +3595,75197082,"utils/nn.py",2692,0,"",python,selection_command +3596,75198156,"utils/nn.py",2724,0,"",python,selection_command +3597,75198407,"utils/nn.py",2743,0,"",python,selection_command +3598,75198437,"utils/nn.py",2760,0,"",python,selection_command +3599,75198470,"utils/nn.py",2780,0,"",python,selection_command +3600,75198503,"utils/nn.py",2799,0,"",python,selection_command +3601,75198536,"utils/nn.py",2818,0,"",python,selection_command +3602,75198569,"utils/nn.py",2845,0,"",python,selection_command +3603,75198603,"utils/nn.py",2860,0,"",python,selection_command +3604,75198637,"utils/nn.py",2867,0,"",python,selection_command +3605,75198937,"utils/nn.py",2883,0,"",python,selection_command +3606,75199576,"utils/nn.py",2934,0,"",python,selection_command +3607,75199923,"utils/nn.py",2961,0,"",python,selection_command +3608,75200087,"utils/nn.py",2975,0,"",python,selection_command +3609,75201041,"utils/nn.py",3005,0,"",python,selection_command +3610,75201289,"utils/nn.py",3055,0,"",python,selection_command +3611,75201321,"utils/nn.py",3093,0,"",python,selection_command +3612,75201353,"utils/nn.py",3112,0,"",python,selection_command +3613,75201387,"utils/nn.py",3153,0,"",python,selection_command +3614,75201818,"utils/nn.py",3112,0,"",python,selection_command +3615,75202839,"utils/nn.py",3153,0,"",python,selection_command +3616,75203092,"utils/nn.py",3199,0,"",python,selection_command +3617,75203121,"utils/nn.py",3233,0,"",python,selection_command +3618,75203148,"utils/nn.py",3252,0,"",python,selection_command +3619,75203181,"utils/nn.py",3282,0,"",python,selection_command +3620,75203611,"utils/nn.py",3332,0,"",python,selection_command +3621,75203861,"utils/nn.py",3370,0,"",python,selection_command +3622,75203889,"utils/nn.py",3389,0,"",python,selection_command +3623,75203920,"utils/nn.py",3403,0,"",python,selection_command +3624,75203954,"utils/nn.py",3416,0,"",python,selection_command +3625,75203987,"utils/nn.py",3457,0,"",python,selection_command +3626,75209642,"utils/nn.py",3463,0,"",python,selection_command +3627,75209854,"utils/nn.py",3465,0,"",python,selection_command +3628,75210078,"utils/nn.py",3467,0,"",python,selection_command +3629,75210674,"utils/nn.py",1010,0,"",python,selection_command +3630,75211730,"utils/nn.py",1036,0,"",python,selection_command +3631,75211978,"utils/nn.py",1049,0,"",python,selection_command +3632,75212009,"utils/nn.py",1068,0,"",python,selection_command +3633,75212042,"utils/nn.py",1087,0,"",python,selection_command +3634,75212076,"utils/nn.py",1114,0,"",python,selection_command +3635,75212109,"utils/nn.py",1129,0,"",python,selection_command +3636,75212145,"utils/nn.py",1136,0,"",python,selection_command +3637,75212179,"utils/nn.py",1150,0,"",python,selection_command +3638,75212212,"utils/nn.py",1166,0,"",python,selection_command +3639,75212487,"utils/nn.py",1217,0,"",python,selection_command +3640,75212656,"utils/nn.py",1253,0,"",python,selection_command +3641,75213345,"utils/nn.py",1255,0,"",python,selection_command +3642,75213510,"utils/nn.py",1257,0,"",python,selection_command +3643,75213648,"utils/nn.py",1259,0,"",python,selection_command +3644,75213944,"utils/nn.py",116,0,"",python,selection_command +3645,75216277,"utils/nn.py",153,0,"",python,selection_command +3646,75216526,"utils/nn.py",274,0,"",python,selection_command +3647,75217061,"utils/nn.py",281,0,"",python,selection_command +3648,75218294,"utils/nn.py",275,0,"",python,selection_command +3649,75220742,"utils/nn.py",331,0,"",python,selection_command +3650,75222360,"utils/nn.py",398,0,"",python,selection_command +3651,75222543,"utils/nn.py",399,0,"",python,selection_command +3652,75222697,"utils/nn.py",420,0,"",python,selection_command +3653,75224977,"utils/nn.py",523,0,"",python,selection_command +3654,94547659,"benchmark_batch_sizes_tokenizer.py",0,0,"",python,tab +3655,94548592,"benchmark_batch_sizes_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\nimport json\nfrom typing import List, Dict, Any, Optional\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\ndef create_mock_dataloader(batch_size: int, seq_len: int, image_height: int, image_width: int, image_channels: int, num_devices: int):\n """"""\n Create a mock dataloader that generates instant dummy data.\n This eliminates IO bottlenecks to test if you're memory-bound.\n """"""\n per_device_batch_size = batch_size // num_devices\n \n def mock_dataloader():\n """"""Generator that yields dummy video data instantly.""""""\n while True:\n # Generate random dummy data with the correct shape\n # Using jax.random for consistency with JAX\n dummy_videos = jax.random.randint(\n jax.random.PRNGKey(0), # Fixed key for deterministic but random data\n (per_device_batch_size, seq_len, image_height, image_width, image_channels),\n minval=0,\n maxval=255,\n dtype=jnp.uint8\n )\n yield dummy_videos\n \n return mock_dataloader()\n\n\n@dataclass\nclass BenchmarkArgs:\n # Model parameters (same as train_tokenizer.py)\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90""\n \n # Tokenizer parameters\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n dtype: jnp.dtype = jnp.bfloat16\n param_dtype: jnp.dtype = jnp.float32\n use_flash_attention: bool = True\n \n # Benchmark parameters\n batch_sizes: List[int] = field(default_factory=lambda: [8*8, 9*8, 10*8, 11*8, 12*8, 13*8, 14*8, 15*8])\n warmup_steps: int = 10 # Steps to warm up before measuring\n measure_steps: int = 30 # Steps to measure\n num_iterations: int = 10 # Number of iterations to average over\n output_file: str = ""batch_size_benchmark_tokenizer_mixed_precision.json""\n use_mock_dataloader: bool = False # Use mock dataloader instead of real one\n \n # VQ parameters\n vq_beta: float = 0.25\n\n\nargs = tyro.cli(BenchmarkArgs)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n return loss, outputs[""recon""]\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, recon), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n return state, loss, recon\n\n\ndef benchmark_batch_size(batch_size: int, tokenizer, train_state, mesh, videos_sharding) -> Optional[Dict[str, Any]]:\n """"""Benchmark a specific batch size and return throughput metrics.""""""\n print(f""\nBenchmarking batch size: {batch_size}"")\n \n num_devices = jax.device_count()\n per_device_batch_size = batch_size // num_devices\n \n # Create dataloader for this batch size\n if args.use_mock_dataloader:\n print("" Using mock dataloader (instant dummy data)"")\n image_shape = (args.image_height, args.image_width, args.image_channels)\n mock_dataloader = create_mock_dataloader(\n batch_size, args.seq_len, args.image_height, args.image_width, args.image_channels, num_devices\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, np.array(elem)) for elem in mock_dataloader)\n else:\n print("" Using real dataloader"")\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n image_shape = (args.image_height, args.image_width, args.image_channels)\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator)\n \n rng = jax.random.PRNGKey(args.seed)\n step_times = []\n \n # Warmup phase\n print(f"" Warming up for {args.warmup_steps} steps..."")\n for step in range(args.warmup_steps):\n try:\n videos = next(dataloader)\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon = train_step(train_state, inputs)\n jax.block_until_ready(train_state)\n except StopIteration:\n print(f"" Warning: Dataloader exhausted during warmup at step {step}"")\n break\n \n # Measurement phase\n print(f"" Measuring for {args.measure_steps} steps..."")\n start_time = time.time()\n for step in range(args.measure_steps):\n try:\n videos = next(dataloader)\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon = train_step(train_state, inputs)\n jax.block_until_ready(train_state)\n \n if step > 0: # Skip first step as it might include compilation time\n step_times.append(time.time() - start_time)\n start_time = time.time()\n \n except StopIteration:\n print(f"" Warning: Dataloader exhausted during measurement at step {step}"")\n break\n \n if len(step_times) < 5:\n print(f"" Warning: Only {len(step_times)} step times measured, results may be unreliable"")\n return None\n \n # Calculate metrics\n avg_step_time = np.mean(step_times)\n std_step_time = np.std(step_times)\n throughput = batch_size / avg_step_time\n \n print(f"" Results: avg_step_time={avg_step_time:.4f}s ± {std_step_time:.4f}s, throughput={throughput:.2f} samples/s"")\n \n return {\n ""batch_size"": batch_size,\n ""avg_step_time"": avg_step_time,\n ""std_step_time"": std_step_time,\n ""throughput"": throughput,\n ""num_measurements"": len(step_times),\n ""dataloader_type"": ""mock"" if args.use_mock_dataloader else ""real""\n }\n\n\ndef main():\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n # Check if all batch sizes are divisible by number of devices\n for batch_size in args.batch_sizes:\n if batch_size % num_devices != 0:\n raise ValueError(\n f""Batch size {batch_size} must be divisible by number of devices {num_devices}.""\n )\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n \n # Initialize with smallest batch size for model setup\n min_batch_size = min(args.batch_sizes)\n per_device_batch_size_for_init = min_batch_size // num_devices\n \n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(0.0, 3e-4, 1000, 10000)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # Setup sharding\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # Run benchmarks\n results = []\n for batch_size in args.batch_sizes:\n result = benchmark_batch_size(batch_size, tokenizer, train_state, mesh, videos_sharding)\n if result is not None:\n results.append(result)\n \n # Save results\n benchmark_data = {\n ""args"": vars(args),\n ""num_devices"": num_devices,\n ""param_counts"": param_counts,\n ""results"": results\n }\n \n with open(args.output_file, 'w') as f:\n json.dump(benchmark_data, f, indent=2)\n \n print(f""\nBenchmark results saved to {args.output_file}"")\n \n # Print summary\n print(""\nBatch Size vs Throughput Summary:"")\n print(""Batch Size | Avg Step Time (s) | Throughput (samples/s)"")\n print(""-"" * 55)\n for result in results:\n print(f""{result['batch_size']:9d} | {result['avg_step_time']:15.4f} | {result['throughput']:20.2f}"")\n\n\nif __name__ == ""__main__"":\n main() ",python,content +3656,94548931,"benchmark_batch_sizes_tokenizer.py",10889,0,"",python,selection_command +3657,94549324,"benchmark_batch_sizes_tokenizer.py",0,0,"",python,selection_command +3658,94551747,"benchmark_batch_sizes_tokenizer.py",1603,0,"",python,selection_mouse +3659,94555219,"benchmark_batch_sizes_tokenizer.py",1604,0,"",python,selection_command +3660,94555464,"benchmark_batch_sizes_tokenizer.py",1605,0,"",python,selection_command +3661,94555487,"benchmark_batch_sizes_tokenizer.py",1616,0,"",python,selection_command +3662,94555518,"benchmark_batch_sizes_tokenizer.py",1637,0,"",python,selection_command +3663,94555553,"benchmark_batch_sizes_tokenizer.py",1689,0,"",python,selection_command +3664,94555586,"benchmark_batch_sizes_tokenizer.py",1707,0,"",python,selection_command +3665,94555710,"benchmark_batch_sizes_tokenizer.py",1729,0,"",python,selection_command +3666,94555868,"benchmark_batch_sizes_tokenizer.py",1757,0,"",python,selection_command +3667,94555998,"benchmark_batch_sizes_tokenizer.py",1784,0,"",python,selection_command +3668,94556156,"benchmark_batch_sizes_tokenizer.py",1811,0,"",python,selection_command +3669,94556270,"benchmark_batch_sizes_tokenizer.py",1815,0,"",python,selection_command +3670,94556450,"benchmark_batch_sizes_tokenizer.py",1823,0,"",python,selection_command +3671,94556590,"benchmark_batch_sizes_tokenizer.py",1825,0,"",python,selection_command +3672,94556749,"benchmark_batch_sizes_tokenizer.py",1829,0,"",python,selection_command +3673,94556938,"benchmark_batch_sizes_tokenizer.py",1831,0,"",python,selection_command +3674,94591476,"TERMINAL",0,0,"ls",,terminal_command +3675,94591487,"TERMINAL",0,0,"]633;Cbenchmark_batch_sizes_tokenizer.py\tsample.py\r\ncrowd-code\t\t\t\ttests\r\ngenerate_dataset.py\t\t\ttrain_dynamics.py\r\ngenie.py\t\t\t\ttrain_lam.py\r\nLICENSE\t\t\t\t\ttrain_tokenizer.py\r\nmodels\t\t\t\t\tutils\r\nREADME.md\t\t\t\tvs-code-recorder\r\nrequirements.txt\r\n% \r \r",,terminal_output +3676,94592797,"TERMINAL",0,0,"pwd",,terminal_command +3677,94592797,"TERMINAL",0,0,"]633;C/Users/franzsrambical/Documents/pdoom/jafar\r\n% \r \r",,terminal_output +3678,94611837,"utils/nn.py",0,0,"",python,tab +3679,156458794,"train_dynamics.py",0,0,"",python,tab +3680,156459390,"train_dynamics.py",0,11895,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +3681,156459563,"train_dynamics.py",11869,0,"",python,selection_command +3682,156475681,"genie.py",0,0,"",python,tab +3683,156475889,"genie.py",0,14108,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,selection_command +3684,156476087,"genie.py",14050,0,"",python,selection_command +3685,156479510,"models/dynamics.py",0,0,"",python,tab +3686,156479742,"models/dynamics.py",0,1852,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,selection_command +3687,156479867,"models/dynamics.py",1852,0,"",python,selection_command +3688,156484005,"utils/nn.py",0,0,"",python,tab +3689,156484588,"utils/nn.py",0,5088,"import math\nfrom typing import Dict, Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n",python,selection_command +3690,156484872,"utils/nn.py",5088,0,"",python,selection_command +3691,156487652,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +3692,156487884,"models/tokenizer.py",0,2519,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,selection_command +3693,156488049,"models/tokenizer.py",2519,0,"",python,selection_command +3694,156494261,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +3695,156494439,"models/lam.py",0,3171,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,selection_command +3696,156494637,"models/lam.py",3171,0,"",python,selection_command +3697,156729237,"models/lam.py",3171,0,"or, c",python,content +3698,156729245,"models/lam.py",3175,0,"",python,selection_command +3699,156730366,"models/lam.py",3171,5,"",python,content +3700,156730369,"models/lam.py",2104,0,"",python,selection_command +3701,156731514,"models/lam.py",3171,0,"or, c",python,content +3702,156732073,"models/lam.py",3171,5,"",python,content +3703,156736115,"train_dynamics.py",0,0,"",python,tab +3704,156736744,"train_dynamics.py",0,0,"",python,selection_command +3705,156744518,"train_dynamics.py",41,0,"",python,selection_command +3706,156744767,"train_dynamics.py",51,0,"",python,selection_command +3707,156744798,"train_dynamics.py",52,0,"",python,selection_command +3708,156744831,"train_dynamics.py",66,0,"",python,selection_command +3709,156744864,"train_dynamics.py",115,0,"",python,selection_command +3710,156744898,"train_dynamics.py",175,0,"",python,selection_command +3711,156744932,"train_dynamics.py",234,0,"",python,selection_command +3712,156744964,"train_dynamics.py",247,0,"",python,selection_command +3713,156744998,"train_dynamics.py",278,0,"",python,selection_command +3714,156745031,"train_dynamics.py",297,0,"",python,selection_command +3715,156745065,"train_dynamics.py",308,0,"",python,selection_command +3716,156745098,"train_dynamics.py",332,0,"",python,selection_command +3717,156745131,"train_dynamics.py",344,0,"",python,selection_command +3718,156745165,"train_dynamics.py",357,0,"",python,selection_command +3719,156745199,"train_dynamics.py",370,0,"",python,selection_command +3720,156745232,"train_dynamics.py",371,0,"",python,selection_command +3721,156745265,"train_dynamics.py",421,0,"",python,selection_command +3722,156745298,"train_dynamics.py",465,0,"",python,selection_command +3723,156745331,"train_dynamics.py",529,0,"",python,selection_command +3724,156745364,"train_dynamics.py",530,0,"",python,selection_command +3725,156745398,"train_dynamics.py",531,0,"",python,selection_command +3726,156745431,"train_dynamics.py",542,0,"",python,selection_command +3727,156745465,"train_dynamics.py",554,0,"",python,selection_command +3728,156745498,"train_dynamics.py",571,0,"",python,selection_command +3729,156745531,"train_dynamics.py",600,0,"",python,selection_command +3730,156745565,"train_dynamics.py",618,0,"",python,selection_command +3731,156745598,"train_dynamics.py",640,0,"",python,selection_command +3732,156745632,"train_dynamics.py",668,0,"",python,selection_command +3733,156745665,"train_dynamics.py",695,0,"",python,selection_command +3734,156745699,"train_dynamics.py",722,0,"",python,selection_command +3735,156745733,"train_dynamics.py",745,0,"",python,selection_command +3736,156745767,"train_dynamics.py",773,0,"",python,selection_command +3737,156745798,"train_dynamics.py",804,0,"",python,selection_command +3738,156745831,"train_dynamics.py",823,0,"",python,selection_command +3739,156745865,"train_dynamics.py",848,0,"",python,selection_command +3740,156745897,"train_dynamics.py",872,0,"",python,selection_command +3741,156745931,"train_dynamics.py",897,0,"",python,selection_command +3742,156745964,"train_dynamics.py",926,0,"",python,selection_command +3743,156745997,"train_dynamics.py",942,0,"",python,selection_command +3744,156746031,"train_dynamics.py",971,0,"",python,selection_command +3745,156746065,"train_dynamics.py",1002,0,"",python,selection_command +3746,156746098,"train_dynamics.py",1036,0,"",python,selection_command +3747,156746132,"train_dynamics.py",1060,0,"",python,selection_command +3748,156746165,"train_dynamics.py",1094,0,"",python,selection_command +3749,156746399,"train_dynamics.py",1060,0,"",python,selection_command +3750,156746573,"train_dynamics.py",1036,0,"",python,selection_command +3751,156746716,"train_dynamics.py",1002,0,"",python,selection_command +3752,161270804,"train_dynamics.py",1396,0,"",python,selection_mouse +3753,161271765,"train_dynamics.py",1420,0,"",python,selection_mouse +3754,161277932,"train_dynamics.py",4891,0,"",python,selection_command +3755,161280803,"train_dynamics.py",4190,0,"",python,selection_command +3756,161281453,"train_dynamics.py",4140,0,"",python,selection_command +3757,161282062,"genie.py",0,0,"",python,tab +3758,161282066,"genie.py",344,0,"",python,selection_command +3759,161286224,"genie.py",535,0,"",python,selection_command +3760,161286455,"genie.py",702,0,"",python,selection_command +3761,161286608,"genie.py",814,0,"",python,selection_command +3762,161286785,"genie.py",1238,0,"",python,selection_command +3763,161287253,"genie.py",814,0,"",python,selection_command +3764,161288165,"genie.py",2091,0,"",python,selection_command +3765,161290318,"genie.py",2043,0,"",python,selection_command +3766,161290472,"genie.py",2006,0,"",python,selection_command +3767,161290601,"genie.py",1965,0,"",python,selection_command +3768,161290772,"models/dynamics.py",0,0,"",python,tab +3769,161290774,"models/dynamics.py",133,0,"",python,selection_command +3770,161294937,"models/dynamics.py",239,0,"",python,selection_command +3771,161295239,"models/dynamics.py",499,0,"",python,selection_command +3772,161297651,"models/dynamics.py",409,0,"",python,selection_command +3773,161297986,"utils/nn.py",0,0,"",python,tab +3774,161297989,"utils/nn.py",2692,0,"",python,selection_command +3775,161300155,"utils/nn.py",2758,0,"",python,selection_command +3776,161300708,"utils/nn.py",3438,0,"",python,selection_command +3777,194985076,"utils/nn.py",1081,2741,"\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(),\n nn.Dense(self.model_dim),\n nn.LayerNorm(),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n )(x)\n x = nn.Dense(self.out_dim)(x)\n",python,content +3778,194987665,"utils/nn.py",0,0,"Switched from branch 'mixed-precision-training' to 'main'",python,git_branch_checkout +3779,194988768,"utils/nn.py",1081,1540," param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n",python,content +3780,194998890,"utils/nn.py",12,5076,"from typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,content +3781,195002473,"utils/nn.py",3235,0,"",python,selection_mouse +3782,195002486,"utils/nn.py",3234,0,"",python,selection_command +3783,195002674,"utils/nn.py",0,0,"Switched from branch 'main' to 'cudnn-flash-attn-mixed-precision-4'",python,git_branch_checkout +3784,195004904,"utils/nn.py",3831,0,"",python,selection_mouse +3785,195005144,"utils/nn.py",1018,0,"",python,selection_command +3786,195005756,"utils/nn.py",2504,0,"",python,selection_command +3787,195008248,"utils/nn.py",2522,0,"",python,selection_command +3788,195008492,"utils/nn.py",2543,0,"",python,selection_command +3789,195008527,"utils/nn.py",2552,0,"",python,selection_command +3790,195008556,"utils/nn.py",2582,0,"",python,selection_command +3791,195008590,"utils/nn.py",2608,0,"",python,selection_command +3792,195008622,"utils/nn.py",2650,0,"",python,selection_command +3793,195008752,"utils/nn.py",2680,0,"",python,selection_command +3794,195008895,"utils/nn.py",2693,0,"",python,selection_command +3795,195009029,"utils/nn.py",2833,0,"",python,selection_command +3796,195009164,"utils/nn.py",2855,0,"",python,selection_command +3797,195009322,"utils/nn.py",2859,0,"",python,selection_command +3798,195009472,"utils/nn.py",2863,0,"",python,selection_command +3799,195009559,"utils/nn.py",2864,0,"",python,selection_command +3800,195009945,"utils/nn.py",2864,3,"",python,content +3801,195010088,"utils/nn.py",2864,0,"f",python,content +3802,195010089,"utils/nn.py",2865,0,"",python,selection_keyboard +3803,195010225,"utils/nn.py",2865,0,"f",python,content +3804,195010226,"utils/nn.py",2866,0,"",python,selection_keyboard +3805,195010327,"utils/nn.py",2866,0,"n",python,content +3806,195010329,"utils/nn.py",2867,0,"",python,selection_keyboard +3807,195010517,"utils/nn.py",2867,0,"_",python,content +3808,195010519,"utils/nn.py",2868,0,"",python,selection_keyboard +3809,195010640,"utils/nn.py",2868,0,"d",python,content +3810,195010641,"utils/nn.py",2869,0,"",python,selection_keyboard +3811,195010710,"utils/nn.py",2869,0,"i",python,content +3812,195010712,"utils/nn.py",2870,0,"",python,selection_keyboard +3813,195010773,"utils/nn.py",2870,0,"m",python,content +3814,195010775,"utils/nn.py",2871,0,"",python,selection_keyboard +3815,195010888,"utils/nn.py",2870,0,"",python,selection_command +3816,195012991,"utils/nn.py",2896,0,"",python,selection_command +3817,195013137,"utils/nn.py",2938,0,"",python,selection_command +3818,195013270,"utils/nn.py",2956,0,"",python,selection_command +3819,195013403,"utils/nn.py",2979,0,"",python,selection_command +3820,195015148,"utils/nn.py",2980,0,"\n ",python,content +3821,195016012,"utils/nn.py",2981,8,"",python,content +3822,195016153,"utils/nn.py",2958,0,"",python,selection_command +3823,195016294,"utils/nn.py",2945,0,"",python,selection_command +3824,195016521,"utils/nn.py",2945,12," )(z)",python,selection_command +3825,195016691,"utils/nn.py",2915,42," dtype=self.dtype,\n )(z)",python,selection_command +3826,195016842,"utils/nn.py",2873,84," param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)",python,selection_command +3827,195016993,"utils/nn.py",2847,110," self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)",python,selection_command +3828,195017477,"utils/nn.py",2825,132," z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)",python,selection_command +3829,195017978,"utils/nn.py",2825,0,"",python,selection_command +3830,195018212,"utils/nn.py",2847,0,"",python,selection_command +3831,195018349,"utils/nn.py",2873,0,"",python,selection_command +3832,195018473,"utils/nn.py",2915,0,"",python,selection_command +3833,195018602,"utils/nn.py",2945,0,"",python,selection_command +3834,195018758,"utils/nn.py",2958,0,"",python,selection_command +3835,195018898,"utils/nn.py",2981,0,"",python,selection_command +3836,195019045,"utils/nn.py",2981,0,"\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)",python,content +3837,195019054,"utils/nn.py",2990,0,"",python,selection_command +3838,195019454,"utils/nn.py",2981,0,"",python,selection_command +3839,195019729,"utils/nn.py",2981,1,"",python,content +3840,195019740,"utils/nn.py",2989,0,"",python,selection_command +3841,195019847,"utils/nn.py",3011,0,"",python,selection_command +3842,195019968,"utils/nn.py",3015,0,"",python,selection_command +3843,195020141,"utils/nn.py",3019,0,"",python,selection_command +3844,195020374,"utils/nn.py",3020,0,"",python,selection_command +3845,195020792,"utils/nn.py",3020,7,"",python,content +3846,195020958,"utils/nn.py",3020,0,"d",python,content +3847,195020960,"utils/nn.py",3021,0,"",python,selection_keyboard +3848,195021036,"utils/nn.py",3021,0,"i",python,content +3849,195021039,"utils/nn.py",3022,0,"",python,selection_keyboard +3850,195021108,"utils/nn.py",3022,0,"m",python,content +3851,195021109,"utils/nn.py",3023,0,"",python,selection_keyboard +3852,195021223,"utils/nn.py",3022,0,"",python,selection_command +3853,195022325,"utils/nn.py",3000,0,"",python,selection_command +3854,195022576,"utils/nn.py",2977,0,"",python,selection_command +3855,195022608,"utils/nn.py",2956,0,"",python,selection_command +3856,195022640,"utils/nn.py",2934,0,"",python,selection_command +3857,195022673,"utils/nn.py",2892,0,"",python,selection_command +3858,195022707,"utils/nn.py",2866,0,"",python,selection_command +3859,195022817,"utils/nn.py",2844,0,"",python,selection_command +3860,195023061,"utils/nn.py",2866,0,"",python,selection_command +3861,195024108,"utils/nn.py",1977,0,"",python,selection_command +3862,195024237,"utils/nn.py",1202,0,"",python,selection_command +3863,195025202,"utils/nn.py",1186,0,"",python,selection_command +3864,195025447,"utils/nn.py",1172,0,"",python,selection_command +3865,195025477,"utils/nn.py",1167,0,"",python,selection_command +3866,195025510,"utils/nn.py",1141,0,"",python,selection_command +3867,195025546,"utils/nn.py",1120,0,"",python,selection_command +3868,195026025,"utils/nn.py",1074,0,"",python,selection_command +3869,195026160,"utils/nn.py",1055,0,"",python,selection_command +3870,195026306,"utils/nn.py",1042,0,"",python,selection_command +3871,195026466,"utils/nn.py",1050,0,"\n ",python,content +3872,195026646,"utils/nn.py",1055,0,"s",python,content +3873,195026647,"utils/nn.py",1056,0,"",python,selection_keyboard +3874,195026738,"utils/nn.py",1056,0,"e",python,content +3875,195026739,"utils/nn.py",1057,0,"",python,selection_keyboard +3876,195027034,"utils/nn.py",1056,1,"",python,content +3877,195027473,"utils/nn.py",1055,1,"",python,content +3878,195027667,"utils/nn.py",1055,0,"f",python,content +3879,195027668,"utils/nn.py",1056,0,"",python,selection_keyboard +3880,195027794,"utils/nn.py",1056,0,"f",python,content +3881,195027795,"utils/nn.py",1057,0,"",python,selection_keyboard +3882,195027877,"utils/nn.py",1057,0,"n",python,content +3883,195027880,"utils/nn.py",1058,0,"",python,selection_keyboard +3884,195028090,"utils/nn.py",1058,0,"_",python,content +3885,195028092,"utils/nn.py",1059,0,"",python,selection_keyboard +3886,195028254,"utils/nn.py",1059,0,"i",python,content +3887,195028255,"utils/nn.py",1060,0,"",python,selection_keyboard +3888,195028288,"utils/nn.py",1060,0,"d",python,content +3889,195028289,"utils/nn.py",1061,0,"",python,selection_keyboard +3890,195028357,"utils/nn.py",1061,0,"m",python,content +3891,195028359,"utils/nn.py",1062,0,"",python,selection_keyboard +3892,195028740,"utils/nn.py",1061,1,"",python,content +3893,195028868,"utils/nn.py",1060,1,"",python,content +3894,195029001,"utils/nn.py",1059,1,"",python,content +3895,195029083,"utils/nn.py",1059,0,"d",python,content +3896,195029085,"utils/nn.py",1060,0,"",python,selection_keyboard +3897,195029171,"utils/nn.py",1060,0,"i",python,content +3898,195029174,"utils/nn.py",1061,0,"",python,selection_keyboard +3899,195029211,"utils/nn.py",1061,0,"m",python,content +3900,195029212,"utils/nn.py",1062,0,"",python,selection_keyboard +3901,195029401,"utils/nn.py",1062,0,":",python,content +3902,195029403,"utils/nn.py",1063,0,"",python,selection_keyboard +3903,195029492,"utils/nn.py",1063,0," ",python,content +3904,195029494,"utils/nn.py",1064,0,"",python,selection_keyboard +3905,195029618,"utils/nn.py",1064,0,"i",python,content +3906,195029620,"utils/nn.py",1065,0,"",python,selection_keyboard +3907,195029686,"utils/nn.py",1065,0,"n",python,content +3908,195029688,"utils/nn.py",1066,0,"",python,selection_keyboard +3909,195029752,"utils/nn.py",1066,0,"t",python,content +3910,195029753,"utils/nn.py",1067,0,"",python,selection_keyboard +3911,195029906,"utils/nn.py",1066,0,"",python,selection_command +3912,195030580,"utils/nn.py",1049,0,"",python,selection_command +3913,195030717,"utils/nn.py",1027,0,"",python,selection_command +3914,195030922,"utils/nn.py",1026,0,"",python,selection_command +3915,195031123,"utils/nn.py",1025,0,"",python,selection_command +3916,195031278,"utils/nn.py",1018,0,"",python,selection_command +3917,195031671,"utils/nn.py",3976,0,"",python,selection_command +3918,195032945,"utils/nn.py",4079,0,"",python,selection_command +3919,195033210,"utils/nn.py",4037,0,"",python,selection_command +3920,195033356,"utils/nn.py",4001,0,"",python,selection_command +3921,195033492,"utils/nn.py",3976,0,"",python,selection_command +3922,195033874,"utils/nn.py",4020,0,"\n ",python,content +3923,195034474,"utils/nn.py",4037,0,"ffn_dim=self.ffn_dim,",python,content +3924,195034728,"utils/nn.py",4057,0,"",python,selection_command +3925,195035229,"utils/nn.py",4019,0,"",python,selection_command +3926,195035508,"utils/nn.py",4057,0,"",python,selection_command +3927,195036193,"utils/nn.py",4050,0,"",python,selection_command +3928,195036341,"utils/nn.py",4049,0,"",python,selection_command +3929,195036475,"utils/nn.py",4045,0,"",python,selection_command +3930,195036728,"utils/nn.py",3403,0,"",python,selection_command +3931,195038686,"utils/nn.py",4045,0,"",python,selection_command +3932,195039381,"utils/nn.py",3403,0,"",python,selection_command +3933,195039956,"utils/nn.py",3384,0,"",python,selection_command +3934,195040198,"utils/nn.py",3369,0,"",python,selection_command +3935,195040229,"utils/nn.py",3356,0,"",python,selection_command +3936,195040263,"utils/nn.py",3335,0,"",python,selection_command +3937,195040296,"utils/nn.py",3308,0,"",python,selection_command +3938,195040328,"utils/nn.py",3289,0,"",python,selection_command +3939,195043466,"utils/nn.py",3270,0,"",python,selection_command +3940,195043606,"utils/nn.py",3250,0,"",python,selection_command +3941,195043740,"utils/nn.py",3231,0,"",python,selection_command +3942,195043986,"utils/nn.py",3182,0,"",python,selection_command +3943,195045086,"utils/nn.py",3215,0,"\n ffn_dim: int",python,content +3944,195046107,"utils/nn.py",3231,0,"",python,selection_command +3945,195047288,"utils/nn.py",3214,0,"",python,selection_command +3946,195047568,"utils/nn.py",3182,0,"",python,selection_command +3947,195052015,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +3948,195052017,"models/tokenizer.py",555,13,"STTransformer",python,selection_command +3949,195053089,"models/tokenizer.py",555,16,"STTransformer(\n ",python,selection_command +3950,195053864,"models/tokenizer.py",570,0,"",python,selection_command +3951,195054535,"models/tokenizer.py",597,0,"\n ",python,content +3952,195056191,"models/tokenizer.py",610,0,"s",python,content +3953,195056195,"models/tokenizer.py",611,0,"",python,selection_keyboard +3954,195056234,"models/tokenizer.py",611,0,"e",python,content +3955,195056238,"models/tokenizer.py",612,0,"",python,selection_keyboard +3956,195056352,"models/tokenizer.py",612,0,"l",python,content +3957,195056355,"models/tokenizer.py",613,0,"",python,selection_keyboard +3958,195056473,"models/tokenizer.py",613,0,"f",python,content +3959,195056475,"models/tokenizer.py",614,0,"",python,selection_keyboard +3960,195056567,"models/tokenizer.py",614,0,".",python,content +3961,195056569,"models/tokenizer.py",615,0,"",python,selection_keyboard +3962,195056784,"models/tokenizer.py",615,0,"f",python,content +3963,195056785,"models/tokenizer.py",616,0,"",python,selection_keyboard +3964,195056924,"models/tokenizer.py",616,0,"f",python,content +3965,195056927,"models/tokenizer.py",617,0,"",python,selection_keyboard +3966,195057000,"models/tokenizer.py",617,0,"n",python,content +3967,195057001,"models/tokenizer.py",618,0,"",python,selection_keyboard +3968,195057208,"models/tokenizer.py",618,0,"_",python,content +3969,195057213,"models/tokenizer.py",619,0,"",python,selection_keyboard +3970,195057365,"models/tokenizer.py",619,0,"d",python,content +3971,195057369,"models/tokenizer.py",620,0,"",python,selection_keyboard +3972,195057446,"models/tokenizer.py",620,0,"i",python,content +3973,195057448,"models/tokenizer.py",621,0,"",python,selection_keyboard +3974,195057484,"models/tokenizer.py",621,0,"m",python,content +3975,195057488,"models/tokenizer.py",622,0,"",python,selection_keyboard +3976,195057662,"models/tokenizer.py",622,0,",",python,content +3977,195057665,"models/tokenizer.py",623,0,"",python,selection_keyboard +3978,195057752,"models/tokenizer.py",622,0,"",python,selection_command +3979,195058425,"models/tokenizer.py",648,0,"",python,selection_command +3980,195058674,"models/tokenizer.py",677,0,"",python,selection_command +3981,195058704,"models/tokenizer.py",706,0,"",python,selection_command +3982,195058734,"models/tokenizer.py",734,0,"",python,selection_command +3983,195058767,"models/tokenizer.py",760,0,"",python,selection_command +3984,195058800,"models/tokenizer.py",788,0,"",python,selection_command +3985,195058832,"models/tokenizer.py",814,0,"",python,selection_command +3986,195058867,"models/tokenizer.py",856,0,"",python,selection_command +3987,195058900,"models/tokenizer.py",882,0,"",python,selection_command +3988,195058933,"models/tokenizer.py",917,0,"",python,selection_command +3989,195058966,"models/tokenizer.py",946,0,"",python,selection_command +3990,195059001,"models/tokenizer.py",976,0,"",python,selection_command +3991,195059033,"models/tokenizer.py",995,0,"",python,selection_command +3992,195059067,"models/tokenizer.py",1021,0,"",python,selection_command +3993,195059099,"models/tokenizer.py",1077,0,"",python,selection_command +3994,195059133,"models/tokenizer.py",1115,0,"",python,selection_command +3995,195059795,"models/tokenizer.py",1118,0,"\n ",python,content +3996,195059922,"models/tokenizer.py",1131,0,"s",python,content +3997,195059924,"models/tokenizer.py",1132,0,"",python,selection_keyboard +3998,195059989,"models/tokenizer.py",1132,0,"e",python,content +3999,195059992,"models/tokenizer.py",1133,0,"",python,selection_keyboard +4000,195060102,"models/tokenizer.py",1133,0,"l",python,content +4001,195060104,"models/tokenizer.py",1134,0,"",python,selection_keyboard +4002,195060176,"models/tokenizer.py",1134,0,"f",python,content +4003,195060177,"models/tokenizer.py",1135,0,"",python,selection_keyboard +4004,195060275,"models/tokenizer.py",1135,0,".",python,content +4005,195060277,"models/tokenizer.py",1136,0,"",python,selection_keyboard +4006,195060585,"models/tokenizer.py",1136,0,"f",python,content +4007,195060589,"models/tokenizer.py",1137,0,"",python,selection_keyboard +4008,195060739,"models/tokenizer.py",1137,0,"f",python,content +4009,195060742,"models/tokenizer.py",1138,0,"",python,selection_keyboard +4010,195060843,"models/tokenizer.py",1138,0,"n",python,content +4011,195060845,"models/tokenizer.py",1139,0,"",python,selection_keyboard +4012,195061039,"models/tokenizer.py",1139,0,"_",python,content +4013,195061043,"models/tokenizer.py",1140,0,"",python,selection_keyboard +4014,195061228,"models/tokenizer.py",1140,0,"d",python,content +4015,195061234,"models/tokenizer.py",1141,0,"",python,selection_keyboard +4016,195061312,"models/tokenizer.py",1141,0,"i",python,content +4017,195061315,"models/tokenizer.py",1142,0,"",python,selection_keyboard +4018,195061362,"models/tokenizer.py",1142,0,"m",python,content +4019,195061366,"models/tokenizer.py",1143,0,"",python,selection_keyboard +4020,195061543,"models/tokenizer.py",1143,0,",",python,content +4021,195061546,"models/tokenizer.py",1144,0,"",python,selection_keyboard +4022,195061595,"models/tokenizer.py",1143,0,"",python,selection_command +4023,195062435,"models/tokenizer.py",1115,0,"",python,selection_command +4024,195062678,"models/tokenizer.py",1077,0,"",python,selection_command +4025,195062712,"models/tokenizer.py",1021,0,"",python,selection_command +4026,195062745,"models/tokenizer.py",995,0,"",python,selection_command +4027,195062779,"models/tokenizer.py",976,0,"",python,selection_command +4028,195062816,"models/tokenizer.py",946,0,"",python,selection_command +4029,195062850,"models/tokenizer.py",917,0,"",python,selection_command +4030,195062883,"models/tokenizer.py",882,0,"",python,selection_command +4031,195062917,"models/tokenizer.py",856,0,"",python,selection_command +4032,195062949,"models/tokenizer.py",814,0,"",python,selection_command +4033,195062983,"models/tokenizer.py",788,0,"",python,selection_command +4034,195063016,"models/tokenizer.py",760,0,"",python,selection_command +4035,195063049,"models/tokenizer.py",734,0,"",python,selection_command +4036,195063083,"models/tokenizer.py",706,0,"",python,selection_command +4037,195063248,"models/tokenizer.py",677,0,"",python,selection_command +4038,195063370,"models/tokenizer.py",648,0,"",python,selection_command +4039,195063514,"models/tokenizer.py",622,0,"",python,selection_command +4040,195065742,"models/tokenizer.py",284,0,"\n ffn_dim: int",python,content +4041,195066785,"models/tokenizer.py",254,0,"",python,selection_command +4042,195066885,"models/tokenizer.py",249,0,"",python,selection_command +4043,195067320,"models/tokenizer.py",227,0,"",python,selection_command +4044,195067536,"models/tokenizer.py",194,0,"",python,selection_command +4045,195067896,"models/tokenizer.py",196,0,"",python,selection_command +4046,195071665,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +4047,195071668,"train_tokenizer.py",4875,14,"TokenizerVQVAE",python,selection_command +4048,195072031,"train_tokenizer.py",4888,0,"",python,selection_command +4049,195072311,"train_tokenizer.py",4896,0,"",python,selection_command +4050,195072992,"train_tokenizer.py",4932,0,"",python,selection_command +4051,195073240,"train_tokenizer.py",4960,0,"\n ",python,content +4052,195074530,"train_tokenizer.py",4969,0,"ffn_dim=args.ffn_dim,",python,content +4053,195074736,"train_tokenizer.py",4989,0,"",python,selection_command +4054,195076000,"train_tokenizer.py",4955,0,"",python,selection_command +4055,195076278,"train_tokenizer.py",1258,0,"",python,selection_command +4056,195077565,"train_tokenizer.py",1278,0,"\n ffn_dim: int = 2048",python,content +4057,195078744,"train_tokenizer.py",1283,0,"",python,selection_command +4058,195078849,"train_tokenizer.py",1290,0,"",python,selection_command +4059,195079042,"train_tokenizer.py",1292,0,"",python,selection_command +4060,195079212,"train_tokenizer.py",1296,0,"",python,selection_command +4061,195079582,"train_tokenizer.py",1298,0,"",python,selection_command +4062,195097781,"models/tokenizer.py",0,0,"",python,tab +4063,195100925,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +4064,195100929,"genie.py",1022,14,"TokenizerVQVAE",python,selection_command +4065,195101378,"genie.py",1035,0,"",python,selection_command +4066,195101681,"genie.py",1066,0,"",python,selection_command +4067,195101841,"genie.py",1098,0,"",python,selection_command +4068,195103085,"genie.py",1111,0,"\n ffn_dim=self.tokenizer_ffn_dim,",python,content +4069,195105483,"models/tokenizer.py",0,0,"",python,tab +4070,195113907,"genie.py",0,0,"",python,tab +4071,195113911,"genie.py",10472,14,"TokenizerVQVAE",python,selection_command +4072,195114190,"genie.py",10485,0,"",python,selection_command +4073,195115162,"genie.py",10516,0,"",python,selection_command +4074,195115290,"genie.py",10552,0,"",python,selection_command +4075,195116265,"genie.py",10561,0,"\n ffn_dim=args.tokenizer_ffn_dim,",python,content +4076,195117133,"genie.py",10590,0,"",python,selection_command +4077,195118864,"genie.py",10552,0,"",python,selection_command +4078,195118971,"genie.py",10516,0,"",python,selection_command +4079,195119274,"genie.py",10552,0,"",python,selection_command +4080,195120901,"models/tokenizer.py",0,0,"",python,tab +4081,195131470,"models/tokenizer.py",229,0,"",python,selection_command +4082,195131720,"models/tokenizer.py",249,0,"",python,selection_command +4083,195131752,"models/tokenizer.py",256,0,"",python,selection_command +4084,195131783,"models/tokenizer.py",272,0,"",python,selection_command +4085,195131816,"models/tokenizer.py",291,0,"",python,selection_command +4086,195131862,"models/tokenizer.py",308,0,"",python,selection_command +4087,195131883,"models/tokenizer.py",328,0,"",python,selection_command +4088,195131914,"models/tokenizer.py",349,0,"",python,selection_command +4089,195131948,"models/tokenizer.py",369,0,"",python,selection_command +4090,195131982,"models/tokenizer.py",389,0,"",python,selection_command +4091,195132016,"models/tokenizer.py",408,0,"",python,selection_command +4092,195132050,"models/tokenizer.py",427,0,"",python,selection_command +4093,195132082,"models/tokenizer.py",455,0,"",python,selection_command +4094,195132115,"models/tokenizer.py",482,0,"",python,selection_command +4095,195132148,"models/tokenizer.py",503,0,"",python,selection_command +4096,195132289,"models/tokenizer.py",527,0,"",python,selection_command +4097,195132433,"models/tokenizer.py",534,0,"",python,selection_command +4098,195132607,"models/tokenizer.py",555,0,"",python,selection_command +4099,195132739,"models/tokenizer.py",557,0,"",python,selection_command +4100,195132890,"models/tokenizer.py",561,0,"",python,selection_command +4101,195133023,"models/tokenizer.py",562,0,"",python,selection_command +4102,195133176,"models/tokenizer.py",570,0,"",python,selection_command +4103,195133467,"models/tokenizer.py",572,0,"",python,selection_command +4104,195133737,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +4105,195133741,"utils/nn.py",3171,0,"",python,selection_command +4106,195143014,"models/tokenizer.py",0,0,"",python,tab +4107,195143018,"models/tokenizer.py",157,13,"STTransformer",python,selection_command +4108,195143225,"models/tokenizer.py",169,0,"",python,selection_command +4109,195143644,"models/tokenizer.py",188,0,"",python,selection_command +4110,195143824,"models/tokenizer.py",189,0,"",python,selection_command +4111,195143974,"models/tokenizer.py",213,0,"",python,selection_command +4112,195144239,"models/tokenizer.py",211,0,"",python,selection_command +4113,195144526,"models/tokenizer.py",210,0,"",python,selection_command +4114,195144841,"models/tokenizer.py",196,0,"",python,selection_command +4115,195148634,"utils/nn.py",0,0,"",python,tab +4116,195148639,"utils/nn.py",3171,0,"",python,selection_command +4117,195152170,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +4118,195152173,"models/lam.py",629,13,"STTransformer",python,selection_command +4119,195152494,"models/lam.py",641,0,"",python,selection_command +4120,195152874,"models/lam.py",670,0,"",python,selection_command +4121,195153273,"models/lam.py",671,0,"\n ",python,content +4122,195153506,"models/lam.py",684,0,"s",python,content +4123,195153508,"models/lam.py",685,0,"",python,selection_keyboard +4124,195153541,"models/lam.py",685,0,"e",python,content +4125,195153544,"models/lam.py",686,0,"",python,selection_keyboard +4126,195153671,"models/lam.py",686,0,"l",python,content +4127,195153673,"models/lam.py",687,0,"",python,selection_keyboard +4128,195153750,"models/lam.py",687,0,"f",python,content +4129,195153751,"models/lam.py",688,0,"",python,selection_keyboard +4130,195153874,"models/lam.py",688,0,".",python,content +4131,195153875,"models/lam.py",689,0,"",python,selection_keyboard +4132,195155224,"models/lam.py",689,0,"f",python,content +4133,195155227,"models/lam.py",690,0,"",python,selection_keyboard +4134,195155335,"models/lam.py",690,0,"f",python,content +4135,195155337,"models/lam.py",691,0,"",python,selection_keyboard +4136,195155394,"models/lam.py",691,0,"n",python,content +4137,195155395,"models/lam.py",692,0,"",python,selection_keyboard +4138,195155608,"models/lam.py",692,0,"_",python,content +4139,195155611,"models/lam.py",693,0,"",python,selection_keyboard +4140,195155784,"models/lam.py",693,0,"d",python,content +4141,195155786,"models/lam.py",694,0,"",python,selection_keyboard +4142,195155861,"models/lam.py",694,0,"i",python,content +4143,195155863,"models/lam.py",695,0,"",python,selection_keyboard +4144,195155908,"models/lam.py",695,0,"m",python,content +4145,195155910,"models/lam.py",696,0,"",python,selection_keyboard +4146,195156127,"models/lam.py",695,0,"",python,selection_command +4147,195156658,"models/lam.py",696,0,"",python,selection_command +4148,195156824,"models/lam.py",696,0,",",python,content +4149,195156827,"models/lam.py",697,0,"",python,selection_keyboard +4150,195156960,"models/lam.py",696,0,"",python,selection_command +4151,195157306,"models/lam.py",722,0,"",python,selection_command +4152,195157551,"models/lam.py",751,0,"",python,selection_command +4153,195157584,"models/lam.py",780,0,"",python,selection_command +4154,195157616,"models/lam.py",808,0,"",python,selection_command +4155,195157650,"models/lam.py",834,0,"",python,selection_command +4156,195157683,"models/lam.py",862,0,"",python,selection_command +4157,195157716,"models/lam.py",888,0,"",python,selection_command +4158,195157749,"models/lam.py",930,0,"",python,selection_command +4159,195157782,"models/lam.py",956,0,"",python,selection_command +4160,195157815,"models/lam.py",992,0,"",python,selection_command +4161,195158125,"models/lam.py",1018,0,"",python,selection_command +4162,195158378,"models/lam.py",1063,0,"",python,selection_command +4163,195158418,"models/lam.py",1092,0,"",python,selection_command +4164,195159053,"models/lam.py",1118,0,"",python,selection_command +4165,195159305,"models/lam.py",1153,0,"",python,selection_command +4166,195159339,"models/lam.py",1182,0,"",python,selection_command +4167,195159372,"models/lam.py",1212,0,"",python,selection_command +4168,195159405,"models/lam.py",1231,0,"",python,selection_command +4169,195159440,"models/lam.py",1257,0,"",python,selection_command +4170,195159473,"models/lam.py",1291,0,"",python,selection_command +4171,195159506,"models/lam.py",1319,0,"",python,selection_command +4172,195159538,"models/lam.py",1361,0,"",python,selection_command +4173,195159572,"models/lam.py",1375,0,"",python,selection_command +4174,195159605,"models/lam.py",1401,0,"",python,selection_command +4175,195159639,"models/lam.py",1436,0,"",python,selection_command +4176,195159672,"models/lam.py",1464,0,"",python,selection_command +4177,195160154,"models/lam.py",1506,0,"",python,selection_command +4178,195160407,"models/lam.py",1520,0,"",python,selection_command +4179,195160437,"models/lam.py",1546,0,"",python,selection_command +4180,195160473,"models/lam.py",1584,0,"",python,selection_command +4181,195160517,"models/lam.py",1612,0,"",python,selection_command +4182,195161229,"models/lam.py",1584,0,"",python,selection_command +4183,195161424,"models/lam.py",1587,0,"\n ",python,content +4184,195161623,"models/lam.py",1600,0,"s",python,content +4185,195161627,"models/lam.py",1601,0,"",python,selection_keyboard +4186,195161692,"models/lam.py",1601,0,"e",python,content +4187,195161698,"models/lam.py",1602,0,"",python,selection_keyboard +4188,195161819,"models/lam.py",1602,0,"l",python,content +4189,195161820,"models/lam.py",1603,0,"",python,selection_keyboard +4190,195161904,"models/lam.py",1603,0,"f",python,content +4191,195161905,"models/lam.py",1604,0,"",python,selection_keyboard +4192,195162016,"models/lam.py",1604,0,".",python,content +4193,195162017,"models/lam.py",1605,0,"",python,selection_keyboard +4194,195162357,"models/lam.py",1605,0,"f",python,content +4195,195162359,"models/lam.py",1606,0,"",python,selection_keyboard +4196,195162473,"models/lam.py",1606,0,"f",python,content +4197,195162474,"models/lam.py",1607,0,"",python,selection_keyboard +4198,195162819,"models/lam.py",1607,0,"n",python,content +4199,195162821,"models/lam.py",1608,0,"",python,selection_keyboard +4200,195163022,"models/lam.py",1608,0,"_",python,content +4201,195163025,"models/lam.py",1609,0,"",python,selection_keyboard +4202,195163218,"models/lam.py",1609,0,"d",python,content +4203,195163221,"models/lam.py",1610,0,"",python,selection_keyboard +4204,195163274,"models/lam.py",1610,0,"i",python,content +4205,195163276,"models/lam.py",1611,0,"",python,selection_keyboard +4206,195163317,"models/lam.py",1611,0,"m",python,content +4207,195163320,"models/lam.py",1612,0,"",python,selection_keyboard +4208,195163511,"models/lam.py",1612,0,",",python,content +4209,195163513,"models/lam.py",1613,0,"",python,selection_keyboard +4210,195163659,"models/lam.py",1612,0,"",python,selection_command +4211,195166926,"models/lam.py",1584,0,"",python,selection_command +4212,195167162,"models/lam.py",280,0,"",python,selection_command +4213,195167856,"models/lam.py",294,0,"\n ",python,content +4214,195168003,"models/lam.py",299,0,"s",python,content +4215,195168005,"models/lam.py",300,0,"",python,selection_keyboard +4216,195168071,"models/lam.py",300,0,"e",python,content +4217,195168072,"models/lam.py",301,0,"",python,selection_keyboard +4218,195168172,"models/lam.py",301,0,"l",python,content +4219,195168173,"models/lam.py",302,0,"",python,selection_keyboard +4220,195168293,"models/lam.py",302,0,"f",python,content +4221,195168298,"models/lam.py",303,0,"",python,selection_keyboard +4222,195168507,"models/lam.py",302,1,"",python,content +4223,195168668,"models/lam.py",301,1,"",python,content +4224,195168807,"models/lam.py",300,1,"",python,content +4225,195168955,"models/lam.py",299,1,"",python,content +4226,195169036,"models/lam.py",299,0,"f",python,content +4227,195169038,"models/lam.py",300,0,"",python,selection_keyboard +4228,195169185,"models/lam.py",300,0,"f",python,content +4229,195169186,"models/lam.py",301,0,"",python,selection_keyboard +4230,195169269,"models/lam.py",301,0,"n",python,content +4231,195169271,"models/lam.py",302,0,"",python,selection_keyboard +4232,195169637,"models/lam.py",302,0,"_",python,content +4233,195169638,"models/lam.py",303,0,"",python,selection_keyboard +4234,195169838,"models/lam.py",303,0,"d",python,content +4235,195169840,"models/lam.py",304,0,"",python,selection_keyboard +4236,195169903,"models/lam.py",304,0,"i",python,content +4237,195169907,"models/lam.py",305,0,"",python,selection_keyboard +4238,195169939,"models/lam.py",305,0,"m",python,content +4239,195169940,"models/lam.py",306,0,"",python,selection_keyboard +4240,195170272,"models/lam.py",306,0,":",python,content +4241,195170275,"models/lam.py",307,0,"",python,selection_keyboard +4242,195170372,"models/lam.py",307,0," ",python,content +4243,195170373,"models/lam.py",308,0,"",python,selection_keyboard +4244,195170603,"models/lam.py",308,0,"i",python,content +4245,195170604,"models/lam.py",309,0,"",python,selection_keyboard +4246,195170659,"models/lam.py",309,0,"n",python,content +4247,195170660,"models/lam.py",310,0,"",python,selection_keyboard +4248,195170739,"models/lam.py",310,0,"t",python,content +4249,195170741,"models/lam.py",311,0,"",python,selection_keyboard +4250,195170894,"models/lam.py",310,0,"",python,selection_command +4251,195171608,"models/lam.py",291,0,"",python,selection_command +4252,195171757,"models/lam.py",274,0,"",python,selection_command +4253,195171895,"models/lam.py",259,0,"",python,selection_command +4254,195172039,"models/lam.py",234,0,"",python,selection_command +4255,195172192,"models/lam.py",198,0,"",python,selection_command +4256,195174618,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +4257,195174621,"train_lam.py",4944,17,"LatentActionModel",python,selection_command +4258,195174832,"train_lam.py",4960,0,"",python,selection_command +4259,195175181,"train_lam.py",4963,0,"",python,selection_command +4260,195175556,"train_lam.py",4999,0,"",python,selection_command +4261,195175825,"train_lam.py",5033,0,"",python,selection_command +4262,195176073,"train_lam.py",4999,0,"",python,selection_command +4263,195176247,"train_lam.py",5032,0,"\n ",python,content +4264,195176840,"train_lam.py",5041,0,"f",python,content +4265,195176842,"train_lam.py",5042,0,"",python,selection_keyboard +4266,195176926,"train_lam.py",5042,0,"f",python,content +4267,195176927,"train_lam.py",5043,0,"",python,selection_keyboard +4268,195177007,"train_lam.py",5043,0,"n",python,content +4269,195177008,"train_lam.py",5044,0,"",python,selection_keyboard +4270,195177320,"train_lam.py",5044,0,"_",python,content +4271,195177322,"train_lam.py",5045,0,"",python,selection_keyboard +4272,195177500,"train_lam.py",5045,0,"d",python,content +4273,195177502,"train_lam.py",5046,0,"",python,selection_keyboard +4274,195177623,"train_lam.py",5046,0,"i",python,content +4275,195177624,"train_lam.py",5047,0,"",python,selection_keyboard +4276,195177654,"train_lam.py",5047,0,"m",python,content +4277,195177655,"train_lam.py",5048,0,"",python,selection_keyboard +4278,195177990,"train_lam.py",5048,0,"=",python,content +4279,195177992,"train_lam.py",5049,0,"",python,selection_keyboard +4280,195178218,"train_lam.py",5049,0,"s",python,content +4281,195178219,"train_lam.py",5050,0,"",python,selection_keyboard +4282,195178267,"train_lam.py",5050,0,"e",python,content +4283,195178268,"train_lam.py",5051,0,"",python,selection_keyboard +4284,195178350,"train_lam.py",5051,0,"l",python,content +4285,195178351,"train_lam.py",5052,0,"",python,selection_keyboard +4286,195178435,"train_lam.py",5052,0,"f",python,content +4287,195178436,"train_lam.py",5053,0,"",python,selection_keyboard +4288,195178551,"train_lam.py",5053,0,".",python,content +4289,195178552,"train_lam.py",5054,0,"",python,selection_keyboard +4290,195178864,"train_lam.py",5053,1,"",python,content +4291,195179008,"train_lam.py",5052,1,"",python,content +4292,195179139,"train_lam.py",5051,1,"",python,content +4293,195179276,"train_lam.py",5050,1,"",python,content +4294,195179405,"train_lam.py",5049,1,"",python,content +4295,195179467,"train_lam.py",5049,0,"a",python,content +4296,195179468,"train_lam.py",5050,0,"",python,selection_keyboard +4297,195179493,"train_lam.py",5050,0,"r",python,content +4298,195179494,"train_lam.py",5051,0,"",python,selection_keyboard +4299,195179655,"train_lam.py",5051,0,"g",python,content +4300,195179656,"train_lam.py",5052,0,"",python,selection_keyboard +4301,195179691,"train_lam.py",5052,0,"s",python,content +4302,195179692,"train_lam.py",5053,0,"",python,selection_keyboard +4303,195179784,"train_lam.py",5053,0,".",python,content +4304,195179785,"train_lam.py",5054,0,"",python,selection_keyboard +4305,195180344,"train_lam.py",5054,0,"f",python,content +4306,195180345,"train_lam.py",5055,0,"",python,selection_keyboard +4307,195180511,"train_lam.py",5055,0,"f",python,content +4308,195180513,"train_lam.py",5056,0,"",python,selection_keyboard +4309,195180640,"train_lam.py",5056,0,"n",python,content +4310,195180641,"train_lam.py",5057,0,"",python,selection_keyboard +4311,195180841,"train_lam.py",5057,0,"_",python,content +4312,195180843,"train_lam.py",5058,0,"",python,selection_keyboard +4313,195181051,"train_lam.py",5058,0,"d",python,content +4314,195181053,"train_lam.py",5059,0,"",python,selection_keyboard +4315,195181118,"train_lam.py",5059,0,"i",python,content +4316,195181120,"train_lam.py",5060,0,"",python,selection_keyboard +4317,195181167,"train_lam.py",5060,0,"m",python,content +4318,195181169,"train_lam.py",5061,0,"",python,selection_keyboard +4319,195181404,"train_lam.py",5061,0,",",python,content +4320,195181406,"train_lam.py",5062,0,"",python,selection_keyboard +4321,195181534,"train_lam.py",5061,0,"",python,selection_command +4322,195181743,"train_lam.py",5027,0,"",python,selection_command +4323,195182180,"train_lam.py",1278,0,"",python,selection_command +4324,195182954,"train_lam.py",5027,0,"",python,selection_command +4325,195184357,"train_lam.py",1278,0,"",python,selection_command +4326,195185063,"train_lam.py",1298,0,"\n ",python,content +4327,195185178,"train_lam.py",1303,0,"f",python,content +4328,195185179,"train_lam.py",1304,0,"",python,selection_keyboard +4329,195185301,"train_lam.py",1304,0,"f",python,content +4330,195185302,"train_lam.py",1305,0,"",python,selection_keyboard +4331,195185392,"train_lam.py",1305,0,"n",python,content +4332,195185393,"train_lam.py",1306,0,"",python,selection_keyboard +4333,195185584,"train_lam.py",1306,0,"_",python,content +4334,195185586,"train_lam.py",1307,0,"",python,selection_keyboard +4335,195185752,"train_lam.py",1307,0,"d",python,content +4336,195185753,"train_lam.py",1308,0,"",python,selection_keyboard +4337,195185811,"train_lam.py",1308,0,"i",python,content +4338,195185812,"train_lam.py",1309,0,"",python,selection_keyboard +4339,195185866,"train_lam.py",1309,0,"m",python,content +4340,195185869,"train_lam.py",1310,0,"",python,selection_keyboard +4341,195186589,"train_lam.py",1310,0,":",python,content +4342,195186592,"train_lam.py",1311,0,"",python,selection_keyboard +4343,195186688,"train_lam.py",1311,0," ",python,content +4344,195186689,"train_lam.py",1312,0,"",python,selection_keyboard +4345,195186843,"train_lam.py",1312,0,"i",python,content +4346,195186844,"train_lam.py",1313,0,"",python,selection_keyboard +4347,195186902,"train_lam.py",1313,0,"n",python,content +4348,195186903,"train_lam.py",1314,0,"",python,selection_keyboard +4349,195186973,"train_lam.py",1314,0,"t",python,content +4350,195186974,"train_lam.py",1315,0,"",python,selection_keyboard +4351,195187049,"train_lam.py",1315,0," ",python,content +4352,195187051,"train_lam.py",1316,0,"",python,selection_keyboard +4353,195187293,"train_lam.py",1316,0,"=",python,content +4354,195187294,"train_lam.py",1317,0,"",python,selection_keyboard +4355,195187390,"train_lam.py",1317,0," ",python,content +4356,195187391,"train_lam.py",1318,0,"",python,selection_keyboard +4357,195187735,"train_lam.py",1317,0,"",python,selection_command +4358,195190106,"train_lam.py",1318,0,"",python,selection_command +4359,195190716,"train_lam.py",1318,0,"2",python,content +4360,195190721,"train_lam.py",1319,0,"",python,selection_keyboard +4361,195190787,"train_lam.py",1319,0,"0",python,content +4362,195190789,"train_lam.py",1320,0,"",python,selection_keyboard +4363,195191101,"train_lam.py",1320,0,"4",python,content +4364,195191104,"train_lam.py",1321,0,"",python,selection_keyboard +4365,195191222,"train_lam.py",1321,0,"8",python,content +4366,195191224,"train_lam.py",1322,0,"",python,selection_keyboard +4367,195191371,"train_lam.py",1321,0,"",python,selection_command +4368,195193806,"train_tokenizer.py",0,0,"",python,tab +4369,195195829,"train_tokenizer.py",1283,0,"",python,selection_command +4370,195196091,"train_tokenizer.py",4993,0,"",python,selection_command +4371,195198372,"train_tokenizer.py",1283,0,"",python,selection_command +4372,195198527,"train_lam.py",0,0,"",python,tab +4373,195198531,"train_lam.py",1321,0,"",python,selection_command +4374,195199605,"train_lam.py",5051,0,"",python,selection_command +4375,195200472,"train_lam.py",1278,0,"",python,selection_command +4376,195202080,"models/lam.py",0,0,"",python,tab +4377,195202082,"models/lam.py",198,0,"",python,selection_command +4378,195207763,"genie.py",0,0,"",python,tab +4379,195207766,"genie.py",1606,17,"LatentActionModel",python,selection_command +4380,195208118,"genie.py",1622,0,"",python,selection_command +4381,195208477,"genie.py",1653,0,"",python,selection_command +4382,195208618,"genie.py",1685,0,"",python,selection_command +4383,195209128,"genie.py",1692,0,"\n ",python,content +4384,195209561,"genie.py",1705,0,"f",python,content +4385,195209563,"genie.py",1706,0,"",python,selection_keyboard +4386,195209708,"genie.py",1706,0,"f",python,content +4387,195209710,"genie.py",1707,0,"",python,selection_keyboard +4388,195209758,"genie.py",1707,0,"n",python,content +4389,195209760,"genie.py",1708,0,"",python,selection_keyboard +4390,195210001,"genie.py",1708,0,"_",python,content +4391,195210003,"genie.py",1709,0,"",python,selection_keyboard +4392,195210338,"genie.py",1709,0,"d",python,content +4393,195210342,"genie.py",1710,0,"",python,selection_keyboard +4394,195210417,"genie.py",1710,0,"i",python,content +4395,195210422,"genie.py",1711,0,"",python,selection_keyboard +4396,195210477,"genie.py",1711,0,"m",python,content +4397,195210481,"genie.py",1712,0,"",python,selection_keyboard +4398,195210557,"genie.py",1712,0," ",python,content +4399,195210560,"genie.py",1713,0,"",python,selection_keyboard +4400,195210941,"genie.py",1712,1,"",python,content +4401,195211122,"genie.py",1712,0,"=",python,content +4402,195211123,"genie.py",1713,0,"",python,selection_keyboard +4403,195211325,"genie.py",1713,0,"s",python,content +4404,195211327,"genie.py",1714,0,"",python,selection_keyboard +4405,195211393,"genie.py",1714,0,"e",python,content +4406,195211395,"genie.py",1715,0,"",python,selection_keyboard +4407,195211508,"genie.py",1715,0,"l",python,content +4408,195211510,"genie.py",1716,0,"",python,selection_keyboard +4409,195211584,"genie.py",1716,0,"f",python,content +4410,195211586,"genie.py",1717,0,"",python,selection_keyboard +4411,195211955,"genie.py",1717,0,".",python,content +4412,195211958,"genie.py",1718,0,"",python,selection_keyboard +4413,195212963,"genie.py",1718,0,"f",python,content +4414,195212968,"genie.py",1719,0,"",python,selection_keyboard +4415,195213090,"genie.py",1719,0,"f",python,content +4416,195213092,"genie.py",1720,0,"",python,selection_keyboard +4417,195213275,"genie.py",1720,0,"_",python,content +4418,195213276,"genie.py",1721,0,"",python,selection_keyboard +4419,195213471,"genie.py",1721,0,"d",python,content +4420,195213472,"genie.py",1722,0,"",python,selection_keyboard +4421,195213527,"genie.py",1722,0,"i",python,content +4422,195213530,"genie.py",1723,0,"",python,selection_keyboard +4423,195213559,"genie.py",1723,0,"m",python,content +4424,195213561,"genie.py",1724,0,"",python,selection_keyboard +4425,195213738,"genie.py",1724,0,",",python,content +4426,195213740,"genie.py",1725,0,"",python,selection_keyboard +4427,195213802,"genie.py",1724,0,"",python,selection_command +4428,195216355,"genie.py",1688,0,"",python,selection_command +4429,195216494,"genie.py",1655,0,"",python,selection_command +4430,195216636,"genie.py",1618,0,"",python,selection_command +4431,195217011,"genie.py",1655,0,"",python,selection_command +4432,195217157,"genie.py",1688,0,"",python,selection_command +4433,195217296,"genie.py",1724,0,"",python,selection_command +4434,195218794,"genie.py",1723,0,"",python,selection_command +4435,195218941,"genie.py",1722,0,"",python,selection_command +4436,195219063,"genie.py",1721,0,"",python,selection_command +4437,195219190,"genie.py",1720,0,"",python,selection_command +4438,195219390,"genie.py",1720,0,"n",python,content +4439,195219398,"genie.py",1721,0,"",python,selection_keyboard +4440,195219492,"genie.py",1720,0,"",python,selection_command +4441,195219642,"genie.py",1684,0,"",python,selection_command +4442,195219769,"genie.py",1685,0,"",python,selection_command +4443,195220040,"genie.py",1721,0,"",python,selection_command +4444,195220757,"genie.py",1685,0,"",python,selection_command +4445,195221428,"genie.py",592,0,"",python,selection_command +4446,195224737,"genie.py",604,0,"\n lam_ffn_dim: int",python,content +4447,195230803,"genie.py",574,0,"",python,selection_command +4448,195231048,"genie.py",545,0,"",python,selection_command +4449,195231080,"genie.py",515,0,"",python,selection_command +4450,195231111,"genie.py",495,0,"",python,selection_command +4451,195231148,"genie.py",468,0,"",python,selection_command +4452,195231182,"genie.py",442,0,"",python,selection_command +4453,195231215,"genie.py",419,0,"",python,selection_command +4454,195232334,"genie.py",437,0,"\n tokenizer_ffn_dim: int",python,content +4455,195233275,"genie.py",442,0,"",python,selection_command +4456,195233457,"genie.py",419,0,"",python,selection_command +4457,195233690,"genie.py",1145,0,"",python,selection_command +4458,195235662,"genie.py",1187,0,"",python,selection_command +4459,195241457,"genie.py",1231,0,"",python,selection_command +4460,195241705,"genie.py",1277,0,"",python,selection_command +4461,195241735,"genie.py",1325,0,"",python,selection_command +4462,195241769,"genie.py",1365,0,"",python,selection_command +4463,195241803,"genie.py",1415,0,"",python,selection_command +4464,195241838,"genie.py",1459,0,"",python,selection_command +4465,195241871,"genie.py",1488,0,"",python,selection_command +4466,195241905,"genie.py",1522,0,"",python,selection_command +4467,195241938,"genie.py",1564,0,"",python,selection_command +4468,195241971,"genie.py",1594,0,"",python,selection_command +4469,195242005,"genie.py",1633,0,"",python,selection_command +4470,195242037,"genie.py",1662,0,"",python,selection_command +4471,195242071,"genie.py",1700,0,"",python,selection_command +4472,195242105,"genie.py",1732,0,"",python,selection_command +4473,195242138,"genie.py",1768,0,"",python,selection_command +4474,195242272,"genie.py",1802,0,"",python,selection_command +4475,195242612,"genie.py",1768,0,"",python,selection_command +4476,195242776,"genie.py",1766,0,"",python,selection_command +4477,195243174,"genie.py",1766,0,"l",python,content +4478,195243182,"genie.py",1767,0,"",python,selection_keyboard +4479,195243262,"genie.py",1767,0,"a",python,content +4480,195243265,"genie.py",1768,0,"",python,selection_keyboard +4481,195243372,"genie.py",1768,0,"m",python,content +4482,195243374,"genie.py",1769,0,"",python,selection_keyboard +4483,195243678,"genie.py",1769,0,"_",python,content +4484,195243681,"genie.py",1770,0,"",python,selection_keyboard +4485,195243906,"genie.py",1769,0,"",python,selection_command +4486,195246095,"genie.py",419,0,"",python,selection_command +4487,195246990,"genie.py",1733,0,"",python,selection_command +4488,195247474,"models/lam.py",0,0,"",python,tab +4489,195247477,"models/lam.py",198,0,"",python,selection_command +4490,195255314,"genie.py",0,0,"",python,tab +4491,195255320,"genie.py",12205,17,"LatentActionModel",python,selection_command +4492,195255721,"genie.py",12221,0,"",python,selection_command +4493,195256708,"genie.py",12252,0,"",python,selection_command +4494,195256846,"genie.py",12292,0,"",python,selection_command +4495,195257141,"genie.py",12299,0,"\n ",python,content +4496,195258296,"genie.py",12312,0,"ffn_dim=args.lam_ffn_dim,",python,content +4497,195258516,"genie.py",12336,0,"",python,selection_command +4498,195261828,"genie.py",11377,0,"",python,selection_command +4499,195264293,"genie.py",11305,0,"",python,selection_command +4500,195264543,"genie.py",11295,0,"",python,selection_command +4501,195264573,"genie.py",11217,0,"",python,selection_command +4502,195264607,"genie.py",11164,0,"",python,selection_command +4503,195264640,"genie.py",11101,0,"",python,selection_command +4504,195264671,"genie.py",11091,0,"",python,selection_command +4505,195264705,"genie.py",11041,0,"",python,selection_command +4506,195264737,"genie.py",11015,0,"",python,selection_command +4507,195264771,"genie.py",10977,0,"",python,selection_command +4508,195264804,"genie.py",10938,0,"",python,selection_command +4509,195264837,"genie.py",10908,0,"",python,selection_command +4510,195264871,"genie.py",10864,0,"",python,selection_command +4511,195264904,"genie.py",10818,0,"",python,selection_command +4512,195264938,"genie.py",10782,0,"",python,selection_command +4513,195264971,"genie.py",10738,0,"",python,selection_command +4514,195265004,"genie.py",10696,0,"",python,selection_command +4515,195265038,"genie.py",10656,0,"",python,selection_command +4516,195265573,"genie.py",10618,0,"",python,selection_command +4517,195265797,"genie.py",10656,0,"",python,selection_command +4518,195265968,"genie.py",10696,0,"",python,selection_command +4519,195266218,"genie.py",10656,0,"",python,selection_command +4520,195267068,"genie.py",9802,0,"",python,selection_command +4521,195272067,"models/lam.py",0,0,"",python,tab +4522,195272071,"models/lam.py",198,0,"",python,selection_command +4523,195272200,"genie.py",0,0,"",python,tab +4524,195272203,"genie.py",1769,0,"",python,selection_command +4525,195272692,"genie.py",419,0,"",python,selection_command +4526,195273222,"genie.py",1733,0,"",python,selection_command +4527,195273561,"train_tokenizer.py",0,0,"",python,tab +4528,195273565,"train_tokenizer.py",4993,0,"",python,selection_command +4529,195273793,"train_tokenizer.py",1283,0,"",python,selection_command +4530,195274069,"train_lam.py",0,0,"",python,tab +4531,195274072,"train_lam.py",1321,0,"",python,selection_command +4532,195274274,"train_lam.py",5051,0,"",python,selection_command +4533,195274785,"train_lam.py",1321,0,"",python,selection_command +4534,195275803,"train_tokenizer.py",0,0,"",python,tab +4535,195275808,"train_tokenizer.py",1283,0,"",python,selection_command +4536,195278808,"models/lam.py",0,0,"",python,tab +4537,195286874,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"2:15:14 PM [info] Activating crowd-code\n2:15:14 PM [info] Recording started\n2:15:14 PM [info] Initializing git provider using file system watchers...\n2:15:14 PM [info] Git repository found\n2:15:14 PM [info] Git provider initialized successfully\n2:15:14 PM [info] Initial git state: [object Object]\n6:08:30 PM [info] Branch checkout detected: main -> mixed-precision-training\n6:08:30 PM [info] Recording git checkout: Switched from branch 'main' to 'mixed-precision-training'\n6:08:30 PM [info] Resetting file cache due to branch checkout\n8:25:02 PM [info] Branch checkout detected: mixed-precision-training -> main\n8:25:02 PM [info] Recording git checkout: Switched from branch 'mixed-precision-training' to 'main'\n8:25:02 PM [info] Resetting file cache due to branch checkout\n8:25:17 PM [info] Branch checkout detected: main -> cudnn-flash-attn-mixed-precision-4\n8:25:17 PM [info] Recording git checkout: Switched from branch 'main' to 'cudnn-flash-attn-mixed-precision-4'\n8:25:17 PM [info] Resetting file cache due to branch checkout\n",Log,tab +4538,195288515,"models/lam.py",0,0,"",python,tab +4539,195294428,"genie.py",0,0,"",python,tab +4540,195294433,"genie.py",10209,34,"grain.checkpoint.CheckpointHandler",python,selection_command +4541,195296217,"genie.py",11586,11,"model_state",python,selection_command +4542,195297173,"genie.py",10209,34,"grain.checkpoint.CheckpointHandler",python,selection_command +4543,195298327,"genie.py",11586,11,"model_state",python,selection_command +4544,195298847,"genie.py",11623,32,"abstract_sharded_tokenizer_state",python,selection_command +4545,195299045,"genie.py",11670,16,"dataloader_state",python,selection_command +4546,195299324,"genie.py",11722,14,"grain_iterator",python,selection_command +4547,195299523,"genie.py",11885,6,"update",python,selection_command +4548,195300091,"genie.py",13257,11,"model_state",python,selection_command +4549,195300631,"genie.py",11885,6,"update",python,selection_command +4550,195300976,"genie.py",13257,11,"model_state",python,selection_command +4551,195301152,"genie.py",13294,26,"abstract_sharded_lam_state",python,selection_command +4552,195301333,"genie.py",13339,16,"dataloader_state",python,selection_command +4553,195301495,"genie.py",13391,14,"grain_iterator",python,selection_command +4554,195301833,"genie.py",14093,6,"update",python,selection_command +4555,195303431,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +4556,195303437,"models/dynamics.py",439,277,"STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +4557,195307071,"models/dynamics.py",623,0,"",python,selection_mouse +4558,195308423,"models/dynamics.py",593,0,"",python,selection_command +4559,195308699,"models/dynamics.py",567,0,"",python,selection_command +4560,195308844,"models/dynamics.py",539,0,"",python,selection_command +4561,195309002,"models/dynamics.py",510,0,"",python,selection_command +4562,195309139,"models/dynamics.py",480,0,"",python,selection_command +4563,195309379,"models/dynamics.py",481,0,"\n ",python,content +4564,195311016,"models/dynamics.py",494,0,"self.ffn_dim,",python,content +4565,195312510,"models/dynamics.py",506,0,"",python,selection_command +4566,195314722,"models/dynamics.py",1213,0,"",python,selection_command +4567,195315036,"models/dynamics.py",1966,0,"",python,selection_command +4568,195315489,"models/dynamics.py",1088,0,"",python,selection_command +4569,195315641,"models/dynamics.py",393,0,"",python,selection_command +4570,195316442,"models/dynamics.py",363,0,"",python,selection_command +4571,195316692,"models/dynamics.py",342,0,"",python,selection_command +4572,195316721,"models/dynamics.py",315,0,"",python,selection_command +4573,195316754,"models/dynamics.py",293,0,"",python,selection_command +4574,195316788,"models/dynamics.py",274,0,"",python,selection_command +4575,195316820,"models/dynamics.py",255,0,"",python,selection_command +4576,195316854,"models/dynamics.py",235,0,"",python,selection_command +4577,195316887,"models/dynamics.py",214,0,"",python,selection_command +4578,195317036,"models/dynamics.py",195,0,"",python,selection_command +4579,195317285,"models/dynamics.py",213,0,"\n ",python,content +4580,195317891,"models/dynamics.py",218,0,"ffn_dim: int",python,content +4581,195318135,"models/dynamics.py",229,0,"",python,selection_command +4582,195318833,"models/dynamics.py",210,0,"",python,selection_command +4583,195318958,"models/dynamics.py",194,0,"",python,selection_command +4584,195319103,"models/dynamics.py",176,0,"",python,selection_command +4585,195319240,"models/dynamics.py",142,0,"",python,selection_command +4586,195321378,"genie.py",0,0,"",python,tab +4587,195321381,"genie.py",2227,15,"DynamicsMaskGIT",python,selection_command +4588,195321602,"genie.py",2241,0,"",python,selection_command +4589,195321990,"genie.py",2272,0,"",python,selection_command +4590,195322937,"genie.py",2280,0,"\n ",python,content +4591,195323613,"genie.py",2293,0,"ffn_dim=self.dyna_ffn_dim,",python,content +4592,195323817,"genie.py",2318,0,"",python,selection_command +4593,195325020,"genie.py",2306,0,"",python,selection_command +4594,195328049,"genie.py",0,0,"",python,selection_command +4595,195328288,"genie.py",29,0,"",python,selection_command +4596,195328538,"genie.py",30,0,"",python,selection_command +4597,195328568,"genie.py",43,0,"",python,selection_command +4598,195328598,"genie.py",54,0,"",python,selection_command +4599,195328632,"genie.py",78,0,"",python,selection_command +4600,195328665,"genie.py",102,0,"",python,selection_command +4601,195328699,"genie.py",151,0,"",python,selection_command +4602,195328732,"genie.py",182,0,"",python,selection_command +4603,195328764,"genie.py",183,0,"",python,selection_command +4604,195328797,"genie.py",227,0,"",python,selection_command +4605,195328831,"genie.py",268,0,"",python,selection_command +4606,195328864,"genie.py",312,0,"",python,selection_command +4607,195328898,"genie.py",313,0,"",python,selection_command +4608,195328932,"genie.py",326,0,"",python,selection_command +4609,195328966,"genie.py",327,0,"",python,selection_command +4610,195328999,"genie.py",328,0,"",python,selection_command +4611,195329031,"genie.py",352,0,"",python,selection_command +4612,195329066,"genie.py",374,0,"",python,selection_command +4613,195329098,"genie.py",375,0,"",python,selection_command +4614,195329131,"genie.py",399,0,"",python,selection_command +4615,195329165,"genie.py",415,0,"",python,selection_command +4616,195329199,"genie.py",438,0,"",python,selection_command +4617,195329233,"genie.py",465,0,"",python,selection_command +4618,195329936,"genie.py",438,0,"",python,selection_command +4619,195330246,"genie.py",442,0,"",python,selection_command +4620,195331252,"genie.py",469,0,"",python,selection_command +4621,195331497,"genie.py",495,0,"",python,selection_command +4622,195331528,"genie.py",522,0,"",python,selection_command +4623,195331564,"genie.py",542,0,"",python,selection_command +4624,195331598,"genie.py",572,0,"",python,selection_command +4625,195331631,"genie.py",601,0,"",python,selection_command +4626,195331664,"genie.py",619,0,"",python,selection_command +4627,195331698,"genie.py",636,0,"",python,selection_command +4628,195331731,"genie.py",657,0,"",python,selection_command +4629,195332006,"genie.py",636,0,"",python,selection_command +4630,195332142,"genie.py",647,0,"",python,selection_command +4631,195332665,"genie.py",636,0,"",python,selection_command +4632,195332889,"genie.py",657,0,"",python,selection_command +4633,195333140,"genie.py",684,0,"",python,selection_command +4634,195333172,"genie.py",712,0,"",python,selection_command +4635,195333205,"genie.py",736,0,"",python,selection_command +4636,195333237,"genie.py",760,0,"",python,selection_command +4637,195333271,"genie.py",783,0,"",python,selection_command +4638,195333304,"genie.py",806,0,"",python,selection_command +4639,195333338,"genie.py",829,0,"",python,selection_command +4640,195333373,"genie.py",847,0,"",python,selection_command +4641,195333408,"genie.py",872,0,"",python,selection_command +4642,195333790,"genie.py",847,0,"",python,selection_command +4643,195334139,"genie.py",842,0,"\n ",python,content +4644,195334559,"genie.py",847,0,"dyna_ffn_dim: int",python,content +4645,195334749,"genie.py",863,0,"",python,selection_command +4646,195337805,"genie.py",841,0,"",python,selection_command +4647,195338055,"genie.py",822,0,"",python,selection_command +4648,195338086,"genie.py",799,0,"",python,selection_command +4649,195338116,"genie.py",776,0,"",python,selection_command +4650,195338148,"genie.py",752,0,"",python,selection_command +4651,195338182,"genie.py",728,0,"",python,selection_command +4652,195338215,"genie.py",700,0,"",python,selection_command +4653,195338248,"genie.py",673,0,"",python,selection_command +4654,195338281,"genie.py",651,0,"",python,selection_command +4655,195338314,"genie.py",630,0,"",python,selection_command +4656,195338347,"genie.py",613,0,"",python,selection_command +4657,195338382,"genie.py",588,0,"",python,selection_command +4658,195338415,"genie.py",558,0,"",python,selection_command +4659,195338448,"genie.py",536,0,"",python,selection_command +4660,195338481,"genie.py",511,0,"",python,selection_command +4661,195338514,"genie.py",485,0,"",python,selection_command +4662,195338548,"genie.py",458,0,"",python,selection_command +4663,195338580,"genie.py",435,0,"",python,selection_command +4664,195338614,"genie.py",413,0,"",python,selection_command +4665,195338649,"genie.py",395,0,"",python,selection_command +4666,195338793,"genie.py",374,0,"",python,selection_command +4667,195338934,"genie.py",372,0,"",python,selection_command +4668,195339067,"genie.py",348,0,"",python,selection_command +4669,195339256,"genie.py",343,0,"",python,selection_command +4670,195339393,"genie.py",342,0,"",python,selection_command +4671,195339523,"genie.py",340,0,"",python,selection_command +4672,195339656,"genie.py",339,0,"",python,selection_command +4673,195339887,"genie.py",334,0,"",python,selection_command +4674,195345161,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +4675,195345165,"train_dynamics.py",5265,5,"Genie",python,selection_command +4676,195345644,"train_dynamics.py",5269,0,"",python,selection_command +4677,195345880,"train_dynamics.py",5284,0,"",python,selection_command +4678,195346193,"train_dynamics.py",5304,0,"",python,selection_command +4679,195350951,"train_dynamics.py",5340,0,"",python,selection_command +4680,195351331,"train_dynamics.py",5369,0,"\n ",python,content +4681,195352597,"train_dynamics.py",5378,0,"tokenizer_ffn_dim=args.tokenizer_ffn_dim,",python,content +4682,195352817,"train_dynamics.py",5418,0,"",python,selection_command +4683,195353936,"train_dynamics.py",5466,0,"",python,selection_command +4684,195354189,"train_dynamics.py",5516,0,"",python,selection_command +4685,195354223,"train_dynamics.py",5552,0,"",python,selection_command +4686,195354263,"train_dynamics.py",5602,0,"",python,selection_command +4687,195354300,"train_dynamics.py",5658,0,"",python,selection_command +4688,195354321,"train_dynamics.py",5676,0,"",python,selection_command +4689,195354486,"train_dynamics.py",5706,0,"",python,selection_command +4690,195355182,"train_dynamics.py",5707,0,"\n ",python,content +4691,195356350,"train_dynamics.py",5716,0,"lam_ffn_dim=args.lam_ffn_dim,",python,content +4692,195357045,"train_dynamics.py",5744,0,"",python,selection_command +4693,195357828,"train_dynamics.py",5782,0,"",python,selection_command +4694,195358074,"train_dynamics.py",5832,0,"",python,selection_command +4695,195358107,"train_dynamics.py",5884,0,"",python,selection_command +4696,195358137,"train_dynamics.py",5928,0,"",python,selection_command +4697,195358170,"train_dynamics.py",5972,0,"",python,selection_command +4698,195358204,"train_dynamics.py",6014,0,"",python,selection_command +4699,195358238,"train_dynamics.py",6041,0,"",python,selection_command +4700,195358271,"train_dynamics.py",6073,0,"",python,selection_command +4701,195359017,"train_dynamics.py",6074,0,"\n ",python,content +4702,195359175,"train_dynamics.py",6075,8,"",python,content +4703,195360061,"train_dynamics.py",6074,1,"",python,content +4704,195360471,"train_dynamics.py",6074,0,"\n ",python,content +4705,195361237,"train_dynamics.py",6083,0,"dyna_ffn_dim=args.dyna_ffn_dim,",python,content +4706,195361421,"train_dynamics.py",6113,0,"",python,selection_command +4707,195363311,"train_dynamics.py",0,0,"",python,selection_command +4708,195363924,"train_dynamics.py",41,0,"",python,selection_command +4709,195364169,"train_dynamics.py",51,0,"",python,selection_command +4710,195364202,"train_dynamics.py",52,0,"",python,selection_command +4711,195364234,"train_dynamics.py",66,0,"",python,selection_command +4712,195364265,"train_dynamics.py",115,0,"",python,selection_command +4713,195364298,"train_dynamics.py",175,0,"",python,selection_command +4714,195364331,"train_dynamics.py",234,0,"",python,selection_command +4715,195364365,"train_dynamics.py",247,0,"",python,selection_command +4716,195364398,"train_dynamics.py",278,0,"",python,selection_command +4717,195364431,"train_dynamics.py",297,0,"",python,selection_command +4718,195364464,"train_dynamics.py",318,0,"",python,selection_command +4719,195364497,"train_dynamics.py",329,0,"",python,selection_command +4720,195364535,"train_dynamics.py",353,0,"",python,selection_command +4721,195364565,"train_dynamics.py",365,0,"",python,selection_command +4722,195364600,"train_dynamics.py",378,0,"",python,selection_command +4723,195364637,"train_dynamics.py",391,0,"",python,selection_command +4724,195364667,"train_dynamics.py",392,0,"",python,selection_command +4725,195364700,"train_dynamics.py",442,0,"",python,selection_command +4726,195364734,"train_dynamics.py",486,0,"",python,selection_command +4727,195364768,"train_dynamics.py",529,0,"",python,selection_command +4728,195364803,"train_dynamics.py",593,0,"",python,selection_command +4729,195364838,"train_dynamics.py",594,0,"",python,selection_command +4730,195364870,"train_dynamics.py",605,0,"",python,selection_command +4731,195364903,"train_dynamics.py",617,0,"",python,selection_command +4732,195364937,"train_dynamics.py",634,0,"",python,selection_command +4733,195364970,"train_dynamics.py",663,0,"",python,selection_command +4734,195365158,"train_dynamics.py",1350,0,"",python,selection_command +4735,195365707,"train_dynamics.py",1316,0,"",python,selection_command +4736,195365953,"train_dynamics.py",1292,0,"",python,selection_command +4737,195366369,"train_dynamics.py",1227,0,"",python,selection_command +4738,195366507,"train_dynamics.py",1198,0,"",python,selection_command +4739,195367236,"train_dynamics.py",1222,0,"\n tokenizer_ffn_dim: int = 2048",python,content +4740,195368620,"train_dynamics.py",1480,0,"\n lam_ffn_dim: int = 2048",python,content +4741,195372161,"train_dynamics.py",1724,0,"\n dyna_ffn_dim: int = 2048",python,content +4742,195375141,"train_dynamics.py",6204,0,"",python,selection_command +4743,195375303,"genie.py",0,0,"",python,tab +4744,195375305,"genie.py",334,0,"",python,selection_command +4745,195375416,"genie.py",2328,0,"",python,selection_command +4746,195377238,"genie.py",334,0,"",python,selection_command +4747,195441649,"train_dynamics.py",0,0,"",python,tab +4748,195441652,"train_dynamics.py",5356,5,"Genie",python,selection_command +4749,195442678,"train_dynamics.py",5360,0,"",python,selection_command +4750,195445320,"genie.py",0,0,"",python,tab +4751,195445322,"genie.py",334,0,"",python,selection_command +4752,195445958,"train_dynamics.py",0,0,"",python,tab +4753,195445960,"train_dynamics.py",1758,0,"",python,selection_command +4754,195446315,"genie.py",0,0,"",python,tab +4755,195446317,"genie.py",334,0,"",python,selection_command +4756,195454528,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +4757,195454536,"sample.py",1444,5,"Genie",python,selection_command +4758,195455465,"sample.py",1448,0,"",python,selection_command +4759,195455741,"sample.py",1451,0,"",python,selection_command +4760,195455895,"sample.py",1467,0,"",python,selection_command +4761,195457573,"sample.py",1499,0,"",python,selection_command +4762,195457978,"sample.py",1536,0,"\n ",python,content +4763,195459185,"sample.py",1541,0,"t",python,content +4764,195459187,"sample.py",1542,0,"",python,selection_keyboard +4765,195459242,"sample.py",1542,0,"o",python,content +4766,195459245,"sample.py",1543,0,"",python,selection_keyboard +4767,195459266,"sample.py",1543,0,"k",python,content +4768,195459266,"sample.py",1544,0,"",python,selection_keyboard +4769,195459342,"sample.py",1544,0,"e",python,content +4770,195459344,"sample.py",1545,0,"",python,selection_keyboard +4771,195459441,"sample.py",1545,0,"n",python,content +4772,195459444,"sample.py",1546,0,"",python,selection_keyboard +4773,195459485,"sample.py",1546,0,"i",python,content +4774,195459486,"sample.py",1547,0,"",python,selection_keyboard +4775,195459563,"sample.py",1547,0,"z",python,content +4776,195459564,"sample.py",1548,0,"",python,selection_keyboard +4777,195459613,"sample.py",1548,0,"e",python,content +4778,195459614,"sample.py",1549,0,"",python,selection_keyboard +4779,195459685,"sample.py",1549,0,"r",python,content +4780,195459690,"sample.py",1550,0,"",python,selection_keyboard +4781,195459875,"sample.py",1550,0,"_",python,content +4782,195459876,"sample.py",1551,0,"",python,selection_keyboard +4783,195460034,"sample.py",1551,0,"f",python,content +4784,195460035,"sample.py",1552,0,"",python,selection_keyboard +4785,195460164,"sample.py",1552,0,"f",python,content +4786,195460166,"sample.py",1553,0,"",python,selection_keyboard +4787,195460247,"sample.py",1553,0,"n",python,content +4788,195460249,"sample.py",1554,0,"",python,selection_keyboard +4789,195460417,"sample.py",1554,0,"_",python,content +4790,195460419,"sample.py",1555,0,"",python,selection_keyboard +4791,195460556,"sample.py",1555,0,"d",python,content +4792,195460564,"sample.py",1556,0,"",python,selection_keyboard +4793,195460614,"sample.py",1556,0,"i",python,content +4794,195460616,"sample.py",1557,0,"",python,selection_keyboard +4795,195460666,"sample.py",1557,0,"m",python,content +4796,195460667,"sample.py",1558,0,"",python,selection_keyboard +4797,195461035,"sample.py",1558,0,"=",python,content +4798,195461036,"sample.py",1559,0,"",python,selection_keyboard +4799,195461737,"sample.py",1559,0,"a",python,content +4800,195461738,"sample.py",1560,0,"",python,selection_keyboard +4801,195461777,"sample.py",1560,0,"r",python,content +4802,195461779,"sample.py",1561,0,"",python,selection_keyboard +4803,195461952,"sample.py",1561,0,"g",python,content +4804,195461953,"sample.py",1562,0,"",python,selection_keyboard +4805,195462000,"sample.py",1562,0,"s",python,content +4806,195462005,"sample.py",1563,0,"",python,selection_keyboard +4807,195462067,"sample.py",1563,0,".",python,content +4808,195462069,"sample.py",1564,0,"",python,selection_keyboard +4809,195462242,"sample.py",1564,0,"t",python,content +4810,195462243,"sample.py",1565,0,"",python,selection_keyboard +4811,195462298,"sample.py",1565,0,"o",python,content +4812,195462299,"sample.py",1566,0,"",python,selection_keyboard +4813,195462330,"sample.py",1566,0,"k",python,content +4814,195462332,"sample.py",1567,0,"",python,selection_keyboard +4815,195462421,"sample.py",1567,0,"e",python,content +4816,195462426,"sample.py",1568,0,"",python,selection_keyboard +4817,195462518,"sample.py",1568,0,"n",python,content +4818,195462520,"sample.py",1569,0,"",python,selection_keyboard +4819,195462574,"sample.py",1569,0,"i",python,content +4820,195462576,"sample.py",1570,0,"",python,selection_keyboard +4821,195462634,"sample.py",1570,0,"z",python,content +4822,195462636,"sample.py",1571,0,"",python,selection_keyboard +4823,195462748,"sample.py",1571,0,"e",python,content +4824,195462750,"sample.py",1572,0,"",python,selection_keyboard +4825,195462795,"sample.py",1572,0,"r",python,content +4826,195462798,"sample.py",1573,0,"",python,selection_keyboard +4827,195463014,"sample.py",1573,0,"_",python,content +4828,195463016,"sample.py",1574,0,"",python,selection_keyboard +4829,195463148,"sample.py",1574,0,"f",python,content +4830,195463150,"sample.py",1575,0,"",python,selection_keyboard +4831,195463301,"sample.py",1575,0,"f",python,content +4832,195463304,"sample.py",1576,0,"",python,selection_keyboard +4833,195463343,"sample.py",1576,0,"n",python,content +4834,195463346,"sample.py",1577,0,"",python,selection_keyboard +4835,195463501,"sample.py",1577,0,"_",python,content +4836,195463502,"sample.py",1578,0,"",python,selection_keyboard +4837,195463634,"sample.py",1578,0,"d",python,content +4838,195463636,"sample.py",1579,0,"",python,selection_keyboard +4839,195463681,"sample.py",1579,0,"i",python,content +4840,195463684,"sample.py",1580,0,"",python,selection_keyboard +4841,195463754,"sample.py",1580,0,"m",python,content +4842,195463755,"sample.py",1581,0,"",python,selection_keyboard +4843,195463868,"sample.py",1580,0,"",python,selection_command +4844,195464292,"sample.py",1581,0,"",python,selection_command +4845,195464434,"sample.py",1581,0,",",python,content +4846,195464436,"sample.py",1582,0,"",python,selection_keyboard +4847,195464547,"sample.py",1581,0,"",python,selection_command +4848,195466183,"sample.py",1625,0,"",python,selection_command +4849,195466430,"sample.py",1671,0,"",python,selection_command +4850,195466464,"sample.py",1703,0,"",python,selection_command +4851,195466497,"sample.py",1749,0,"",python,selection_command +4852,195466531,"sample.py",1801,0,"",python,selection_command +4853,195466668,"sample.py",1815,0,"",python,selection_command +4854,195466813,"sample.py",1841,0,"",python,selection_command +4855,195467036,"sample.py",1887,0,"",python,selection_command +4856,195467546,"sample.py",1888,0,"\n ",python,content +4857,195467863,"sample.py",1893,0,"k",python,content +4858,195467865,"sample.py",1894,0,"",python,selection_keyboard +4859,195468214,"sample.py",1893,1,"",python,content +4860,195468348,"sample.py",1893,0,"t",python,content +4861,195468349,"sample.py",1894,0,"",python,selection_keyboard +4862,195468417,"sample.py",1894,0,"o",python,content +4863,195468419,"sample.py",1895,0,"",python,selection_keyboard +4864,195468450,"sample.py",1895,0,"k",python,content +4865,195468452,"sample.py",1896,0,"",python,selection_keyboard +4866,195468584,"sample.py",1896,0,"n",python,content +4867,195468585,"sample.py",1897,0,"",python,selection_keyboard +4868,195468645,"sample.py",1897,0,"i",python,content +4869,195468647,"sample.py",1898,0,"",python,selection_keyboard +4870,195468683,"sample.py",1898,0,"z",python,content +4871,195468685,"sample.py",1899,0,"",python,selection_keyboard +4872,195468732,"sample.py",1899,0,"e",python,content +4873,195468733,"sample.py",1900,0,"",python,selection_keyboard +4874,195469264,"sample.py",1899,1,"",python,content +4875,195469683,"sample.py",1898,1,"",python,content +4876,195469892,"sample.py",1897,0,"",python,selection_command +4877,195473777,"sample.py",1889,10,"",python,content +4878,195473789,"sample.py",1893,0,"",python,selection_command +4879,195473918,"sample.py",1847,0,"",python,selection_command +4880,195474051,"sample.py",1821,0,"",python,selection_command +4881,195474331,"sample.py",1842,0,"\n ",python,content +4882,195476850,"sample.py",1847,0,"l",python,content +4883,195476851,"sample.py",1848,0,"",python,selection_keyboard +4884,195476944,"sample.py",1848,0,"a",python,content +4885,195476945,"sample.py",1849,0,"",python,selection_keyboard +4886,195477025,"sample.py",1849,0,"m",python,content +4887,195477028,"sample.py",1850,0,"",python,selection_keyboard +4888,195477830,"sample.py",1850,0,"_",python,content +4889,195477831,"sample.py",1851,0,"",python,selection_keyboard +4890,195478017,"sample.py",1851,0,"f",python,content +4891,195478018,"sample.py",1852,0,"",python,selection_keyboard +4892,195478166,"sample.py",1852,0,"f",python,content +4893,195478168,"sample.py",1853,0,"",python,selection_keyboard +4894,195478275,"sample.py",1853,0,"n",python,content +4895,195478277,"sample.py",1854,0,"",python,selection_keyboard +4896,195478484,"sample.py",1854,0,"_",python,content +4897,195478486,"sample.py",1855,0,"",python,selection_keyboard +4898,195479377,"sample.py",1855,0,"d",python,content +4899,195479380,"sample.py",1856,0,"",python,selection_keyboard +4900,195479478,"sample.py",1856,0,"i",python,content +4901,195479481,"sample.py",1857,0,"",python,selection_keyboard +4902,195479515,"sample.py",1857,0,"m",python,content +4903,195479518,"sample.py",1858,0,"",python,selection_keyboard +4904,195479893,"sample.py",1858,0,"=",python,content +4905,195479895,"sample.py",1859,0,"",python,selection_keyboard +4906,195480483,"sample.py",1859,0,"a",python,content +4907,195480488,"sample.py",1860,0,"",python,selection_keyboard +4908,195480524,"sample.py",1860,0,"r",python,content +4909,195480531,"sample.py",1861,0,"",python,selection_keyboard +4910,195480692,"sample.py",1861,0,"g",python,content +4911,195480695,"sample.py",1862,0,"",python,selection_keyboard +4912,195480725,"sample.py",1862,0,"s",python,content +4913,195480727,"sample.py",1863,0,"",python,selection_keyboard +4914,195480826,"sample.py",1863,0,".",python,content +4915,195480829,"sample.py",1864,0,"",python,selection_keyboard +4916,195481814,"sample.py",1864,0,"l",python,content +4917,195481816,"sample.py",1865,0,"",python,selection_keyboard +4918,195481911,"sample.py",1865,0,"a",python,content +4919,195481912,"sample.py",1866,0,"",python,selection_keyboard +4920,195482014,"sample.py",1866,0,"m",python,content +4921,195482016,"sample.py",1867,0,"",python,selection_keyboard +4922,195482193,"sample.py",1867,0,"_",python,content +4923,195482196,"sample.py",1868,0,"",python,selection_keyboard +4924,195483103,"sample.py",1868,0,"f",python,content +4925,195483105,"sample.py",1869,0,"",python,selection_keyboard +4926,195483214,"sample.py",1869,0,"f",python,content +4927,195483216,"sample.py",1870,0,"",python,selection_keyboard +4928,195483275,"sample.py",1870,0,"n",python,content +4929,195483277,"sample.py",1871,0,"",python,selection_keyboard +4930,195483465,"sample.py",1871,0,"_",python,content +4931,195483467,"sample.py",1872,0,"",python,selection_keyboard +4932,195483603,"sample.py",1872,0,"d",python,content +4933,195483605,"sample.py",1873,0,"",python,selection_keyboard +4934,195483675,"sample.py",1873,0,"i",python,content +4935,195483676,"sample.py",1874,0,"",python,selection_keyboard +4936,195483727,"sample.py",1874,0,"m",python,content +4937,195483729,"sample.py",1875,0,"",python,selection_keyboard +4938,195483875,"sample.py",1875,0,",",python,content +4939,195483878,"sample.py",1876,0,"",python,selection_keyboard +4940,195483932,"sample.py",1875,0,"",python,selection_command +4941,195489085,"sample.py",1909,0,"",python,selection_command +4942,195489335,"sample.py",1955,0,"",python,selection_command +4943,195489368,"sample.py",2003,0,"",python,selection_command +4944,195489401,"sample.py",2043,0,"",python,selection_command +4945,195489435,"sample.py",2083,0,"",python,selection_command +4946,195489473,"sample.py",2111,0,"",python,selection_command +4947,195489634,"sample.py",2126,0,"",python,selection_command +4948,195489785,"sample.py",2154,0,"",python,selection_command +4949,195489945,"sample.py",2188,0,"",python,selection_command +4950,195490194,"sample.py",2154,0,"",python,selection_command +4951,195491875,"sample.py",2155,0,"\n ",python,content +4952,195493859,"sample.py",2160,0,"d",python,content +4953,195493862,"sample.py",2161,0,"",python,selection_keyboard +4954,195493925,"sample.py",2161,0,"y",python,content +4955,195493927,"sample.py",2162,0,"",python,selection_keyboard +4956,195493992,"sample.py",2162,0,"n",python,content +4957,195493996,"sample.py",2163,0,"",python,selection_keyboard +4958,195494761,"sample.py",2162,0,"",python,selection_command +4959,195495587,"sample.py",2163,0,"",python,selection_command +4960,195495755,"sample.py",2163,0,"a",python,content +4961,195495758,"sample.py",2164,0,"",python,selection_keyboard +4962,195496009,"sample.py",2164,0,"_",python,content +4963,195496010,"sample.py",2165,0,"",python,selection_keyboard +4964,195496462,"sample.py",2165,0,"f",python,content +4965,195496466,"sample.py",2166,0,"",python,selection_keyboard +4966,195496576,"sample.py",2166,0,"n",python,content +4967,195496580,"sample.py",2167,0,"",python,selection_keyboard +4968,195496599,"sample.py",2167,0,"f",python,content +4969,195496601,"sample.py",2168,0,"",python,selection_keyboard +4970,195496979,"sample.py",2167,1,"",python,content +4971,195497096,"sample.py",2166,1,"",python,content +4972,195497141,"sample.py",2166,0,"f",python,content +4973,195497144,"sample.py",2167,0,"",python,selection_keyboard +4974,195497278,"sample.py",2167,0,"n",python,content +4975,195497280,"sample.py",2168,0,"",python,selection_keyboard +4976,195497448,"sample.py",2168,0,"_",python,content +4977,195497450,"sample.py",2169,0,"",python,selection_keyboard +4978,195497579,"sample.py",2169,0,"d",python,content +4979,195497582,"sample.py",2170,0,"",python,selection_keyboard +4980,195497677,"sample.py",2170,0,"i",python,content +4981,195497678,"sample.py",2171,0,"",python,selection_keyboard +4982,195497710,"sample.py",2171,0,"m",python,content +4983,195497712,"sample.py",2172,0,"",python,selection_keyboard +4984,195497852,"sample.py",2172,0,"=",python,content +4985,195497853,"sample.py",2173,0,"",python,selection_keyboard +4986,195498091,"sample.py",2173,0,"a",python,content +4987,195498092,"sample.py",2174,0,"",python,selection_keyboard +4988,195498136,"sample.py",2174,0,"r",python,content +4989,195498137,"sample.py",2175,0,"",python,selection_keyboard +4990,195498292,"sample.py",2175,0,"g",python,content +4991,195498293,"sample.py",2176,0,"",python,selection_keyboard +4992,195498346,"sample.py",2176,0,"s",python,content +4993,195498348,"sample.py",2177,0,"",python,selection_keyboard +4994,195498431,"sample.py",2177,0,".",python,content +4995,195498433,"sample.py",2178,0,"",python,selection_keyboard +4996,195498962,"sample.py",2178,0,"d",python,content +4997,195498964,"sample.py",2179,0,"",python,selection_keyboard +4998,195499181,"sample.py",2179,0,"y",python,content +4999,195499182,"sample.py",2180,0,"",python,selection_keyboard +5000,195499218,"sample.py",2180,0,"n",python,content +5001,195499230,"sample.py",2181,0,"",python,selection_keyboard +5002,195499309,"sample.py",2181,0,"a",python,content +5003,195499311,"sample.py",2182,0,"",python,selection_keyboard +5004,195499577,"sample.py",2182,0,"_",python,content +5005,195499580,"sample.py",2183,0,"",python,selection_keyboard +5006,195499777,"sample.py",2183,0,"f",python,content +5007,195499779,"sample.py",2184,0,"",python,selection_keyboard +5008,195499910,"sample.py",2184,0,"f",python,content +5009,195499912,"sample.py",2185,0,"",python,selection_keyboard +5010,195500009,"sample.py",2185,0,"n",python,content +5011,195500011,"sample.py",2186,0,"",python,selection_keyboard +5012,195500146,"sample.py",2186,0,"_",python,content +5013,195500148,"sample.py",2187,0,"",python,selection_keyboard +5014,195500309,"sample.py",2187,0,"d",python,content +5015,195500311,"sample.py",2188,0,"",python,selection_keyboard +5016,195500410,"sample.py",2188,0,"u",python,content +5017,195500412,"sample.py",2189,0,"",python,selection_keyboard +5018,195501051,"sample.py",2188,1,"",python,content +5019,195501267,"sample.py",2188,0,"i",python,content +5020,195501268,"sample.py",2189,0,"",python,selection_keyboard +5021,195501461,"sample.py",2189,0,",",python,content +5022,195501463,"sample.py",2190,0,"",python,selection_keyboard +5023,195502008,"sample.py",2189,1,"",python,content +5024,195502167,"sample.py",2189,0,"m",python,content +5025,195502168,"sample.py",2190,0,"",python,selection_keyboard +5026,195502283,"sample.py",2190,0,",",python,content +5027,195502284,"sample.py",2191,0,"",python,selection_keyboard +5028,195502365,"sample.py",2190,0,"",python,selection_command +5029,195507011,"sample.py",2154,0,"",python,selection_command +5030,195507261,"sample.py",2126,0,"",python,selection_command +5031,195507291,"sample.py",2111,0,"",python,selection_command +5032,195507325,"sample.py",2085,0,"",python,selection_command +5033,195507359,"sample.py",2045,0,"",python,selection_command +5034,195507393,"sample.py",2005,0,"",python,selection_command +5035,195507429,"sample.py",1957,0,"",python,selection_command +5036,195507463,"sample.py",1911,0,"",python,selection_command +5037,195507496,"sample.py",1875,0,"",python,selection_command +5038,195507530,"sample.py",1841,0,"",python,selection_command +5039,195507562,"sample.py",1815,0,"",python,selection_command +5040,195507596,"sample.py",1791,0,"",python,selection_command +5041,195507629,"sample.py",1739,0,"",python,selection_command +5042,195507662,"sample.py",1703,0,"",python,selection_command +5043,195507696,"sample.py",1661,0,"",python,selection_command +5044,195507729,"sample.py",1617,0,"",python,selection_command +5045,195507762,"sample.py",1571,0,"",python,selection_command +5046,195507797,"sample.py",1533,0,"",python,selection_command +5047,195507832,"sample.py",1497,0,"",python,selection_command +5048,195507942,"sample.py",1465,0,"",python,selection_command +5049,195508114,"sample.py",1497,0,"",python,selection_command +5050,195508305,"sample.py",1533,0,"",python,selection_command +5051,195508551,"sample.py",748,0,"",python,selection_command +5052,195509422,"sample.py",772,0,"\n ",python,content +5053,195510193,"sample.py",777,0,"t",python,content +5054,195510195,"sample.py",778,0,"",python,selection_keyboard +5055,195510246,"sample.py",778,0,"o",python,content +5056,195510249,"sample.py",779,0,"",python,selection_keyboard +5057,195510284,"sample.py",779,0,"k",python,content +5058,195510285,"sample.py",780,0,"",python,selection_keyboard +5059,195510393,"sample.py",780,0,"n",python,content +5060,195510395,"sample.py",781,0,"",python,selection_keyboard +5061,195510469,"sample.py",781,0,"i",python,content +5062,195510470,"sample.py",782,0,"",python,selection_keyboard +5063,195510527,"sample.py",782,0,"z",python,content +5064,195510530,"sample.py",783,0,"",python,selection_keyboard +5065,195510582,"sample.py",783,0,"e",python,content +5066,195510583,"sample.py",784,0,"",python,selection_keyboard +5067,195510678,"sample.py",784,0,"r",python,content +5068,195510680,"sample.py",785,0,"",python,selection_keyboard +5069,195510883,"sample.py",785,0,"_",python,content +5070,195510884,"sample.py",786,0,"",python,selection_keyboard +5071,195511075,"sample.py",786,0,"f",python,content +5072,195511077,"sample.py",787,0,"",python,selection_keyboard +5073,195511202,"sample.py",787,0,"f",python,content +5074,195511203,"sample.py",788,0,"",python,selection_keyboard +5075,195511279,"sample.py",788,0,"n",python,content +5076,195511280,"sample.py",789,0,"",python,selection_keyboard +5077,195512458,"sample.py",789,0,"_",python,content +5078,195512460,"sample.py",790,0,"",python,selection_keyboard +5079,195512601,"sample.py",790,0,"d",python,content +5080,195512603,"sample.py",791,0,"",python,selection_keyboard +5081,195512682,"sample.py",791,0,"i",python,content +5082,195512684,"sample.py",792,0,"",python,selection_keyboard +5083,195512723,"sample.py",792,0,"m",python,content +5084,195512725,"sample.py",793,0,"",python,selection_keyboard +5085,195513245,"sample.py",793,0,":",python,content +5086,195513250,"sample.py",794,0,"",python,selection_keyboard +5087,195513343,"sample.py",794,0," ",python,content +5088,195513344,"sample.py",795,0,"",python,selection_keyboard +5089,195513435,"sample.py",795,0,"i",python,content +5090,195513436,"sample.py",796,0,"",python,selection_keyboard +5091,195513515,"sample.py",796,0,"n",python,content +5092,195513516,"sample.py",797,0,"",python,selection_keyboard +5093,195513600,"sample.py",797,0,"t",python,content +5094,195513601,"sample.py",798,0,"",python,selection_keyboard +5095,195513812,"sample.py",798,0,"=",python,content +5096,195513814,"sample.py",799,0,"",python,selection_keyboard +5097,195514125,"sample.py",798,1,"",python,content +5098,195514248,"sample.py",798,0," ",python,content +5099,195514250,"sample.py",799,0,"",python,selection_keyboard +5100,195514333,"sample.py",799,0,"=",python,content +5101,195514334,"sample.py",800,0,"",python,selection_keyboard +5102,195514417,"sample.py",800,0," ",python,content +5103,195514418,"sample.py",801,0,"",python,selection_keyboard +5104,195514758,"sample.py",801,0,"0",python,content +5105,195514759,"sample.py",802,0,"",python,selection_keyboard +5106,195514818,"sample.py",802,0,"2",python,content +5107,195514819,"sample.py",803,0,"",python,selection_keyboard +5108,195515102,"sample.py",802,1,"",python,content +5109,195515244,"sample.py",801,1,"",python,content +5110,195515323,"sample.py",801,0,"2",python,content +5111,195515324,"sample.py",802,0,"",python,selection_keyboard +5112,195515426,"sample.py",802,0,"0",python,content +5113,195515427,"sample.py",803,0,"",python,selection_keyboard +5114,195515544,"sample.py",803,0,"5",python,content +5115,195515545,"sample.py",804,0,"",python,selection_keyboard +5116,195516133,"sample.py",803,1,"",python,content +5117,195516301,"sample.py",803,0,"4",python,content +5118,195516302,"sample.py",804,0,"",python,selection_keyboard +5119,195516425,"sample.py",804,0,"8",python,content +5120,195516427,"sample.py",805,0,"",python,selection_keyboard +5121,195516534,"sample.py",804,0,"",python,selection_command +5122,195518445,"sample.py",835,0,"",python,selection_command +5123,195518698,"sample.py",868,0,"",python,selection_command +5124,195518723,"sample.py",893,0,"",python,selection_command +5125,195518756,"sample.py",926,0,"",python,selection_command +5126,195518789,"sample.py",960,0,"",python,selection_command +5127,195518823,"sample.py",981,0,"",python,selection_command +5128,195518959,"sample.py",1004,0,"",python,selection_command +5129,195519312,"sample.py",1005,0,"\n ",python,content +5130,195519882,"sample.py",1010,0,"l",python,content +5131,195519884,"sample.py",1011,0,"",python,selection_keyboard +5132,195519960,"sample.py",1011,0,"a",python,content +5133,195519964,"sample.py",1012,0,"",python,selection_keyboard +5134,195520032,"sample.py",1012,0,"m",python,content +5135,195520033,"sample.py",1013,0,"",python,selection_keyboard +5136,195520326,"sample.py",1013,0,"_",python,content +5137,195520330,"sample.py",1014,0,"",python,selection_keyboard +5138,195522150,"sample.py",1014,0,"f",python,content +5139,195522153,"sample.py",1015,0,"",python,selection_keyboard +5140,195522258,"sample.py",1015,0,"f",python,content +5141,195522261,"sample.py",1016,0,"",python,selection_keyboard +5142,195522323,"sample.py",1016,0,"n",python,content +5143,195522324,"sample.py",1017,0,"",python,selection_keyboard +5144,195522475,"sample.py",1017,0,"_",python,content +5145,195522477,"sample.py",1018,0,"",python,selection_keyboard +5146,195522634,"sample.py",1018,0,"d",python,content +5147,195522637,"sample.py",1019,0,"",python,selection_keyboard +5148,195522692,"sample.py",1019,0,"i",python,content +5149,195522696,"sample.py",1020,0,"",python,selection_keyboard +5150,195522731,"sample.py",1020,0,"m",python,content +5151,195522733,"sample.py",1021,0,"",python,selection_keyboard +5152,195523445,"sample.py",1021,0,":",python,content +5153,195523447,"sample.py",1022,0,"",python,selection_keyboard +5154,195523535,"sample.py",1022,0," ",python,content +5155,195523536,"sample.py",1023,0,"",python,selection_keyboard +5156,195523741,"sample.py",1023,0,"i",python,content +5157,195523742,"sample.py",1024,0,"",python,selection_keyboard +5158,195523815,"sample.py",1024,0,"n",python,content +5159,195523816,"sample.py",1025,0,"",python,selection_keyboard +5160,195523926,"sample.py",1025,0,"t",python,content +5161,195523928,"sample.py",1026,0,"",python,selection_keyboard +5162,195523978,"sample.py",1026,0," ",python,content +5163,195523980,"sample.py",1027,0,"",python,selection_keyboard +5164,195524195,"sample.py",1027,0,"=",python,content +5165,195524197,"sample.py",1028,0,"",python,selection_keyboard +5166,195524326,"sample.py",1028,0," ",python,content +5167,195524328,"sample.py",1029,0,"",python,selection_keyboard +5168,195524700,"sample.py",1029,0,"2",python,content +5169,195524701,"sample.py",1030,0,"",python,selection_keyboard +5170,195524799,"sample.py",1030,0,"0",python,content +5171,195524800,"sample.py",1031,0,"",python,selection_keyboard +5172,195524978,"sample.py",1031,0,"4",python,content +5173,195524979,"sample.py",1032,0,"",python,selection_keyboard +5174,195525232,"sample.py",1032,0,"8",python,content +5175,195525234,"sample.py",1033,0,"",python,selection_keyboard +5176,195525342,"sample.py",1032,0,"",python,selection_command +5177,195526130,"sample.py",1060,0,"",python,selection_command +5178,195526377,"sample.py",1092,0,"",python,selection_command +5179,195526406,"sample.py",1124,0,"",python,selection_command +5180,195526440,"sample.py",1153,0,"",python,selection_command +5181,195526474,"sample.py",1180,0,"",python,selection_command +5182,195526508,"sample.py",1206,0,"",python,selection_command +5183,195526542,"sample.py",1230,0,"",python,selection_command +5184,195526901,"sample.py",1231,0,"\n ",python,content +5185,195527035,"sample.py",1236,0,"d",python,content +5186,195527036,"sample.py",1237,0,"",python,selection_keyboard +5187,195527159,"sample.py",1237,0,"y",python,content +5188,195527161,"sample.py",1238,0,"",python,selection_keyboard +5189,195527207,"sample.py",1238,0,"n",python,content +5190,195527208,"sample.py",1239,0,"",python,selection_keyboard +5191,195527532,"sample.py",1239,0,"a",python,content +5192,195527533,"sample.py",1240,0,"",python,selection_keyboard +5193,195527763,"sample.py",1240,0,"_",python,content +5194,195527764,"sample.py",1241,0,"",python,selection_keyboard +5195,195528271,"sample.py",1241,0,"f",python,content +5196,195528272,"sample.py",1242,0,"",python,selection_keyboard +5197,195528394,"sample.py",1242,0,"f",python,content +5198,195528400,"sample.py",1243,0,"",python,selection_keyboard +5199,195528446,"sample.py",1243,0,"n",python,content +5200,195528447,"sample.py",1244,0,"",python,selection_keyboard +5201,195528644,"sample.py",1244,0,"_",python,content +5202,195528646,"sample.py",1245,0,"",python,selection_keyboard +5203,195528782,"sample.py",1245,0,"d",python,content +5204,195528784,"sample.py",1246,0,"",python,selection_keyboard +5205,195528857,"sample.py",1246,0,"i",python,content +5206,195528858,"sample.py",1247,0,"",python,selection_keyboard +5207,195528914,"sample.py",1247,0,"m",python,content +5208,195528916,"sample.py",1248,0,"",python,selection_keyboard +5209,195529135,"sample.py",1248,0,":",python,content +5210,195529141,"sample.py",1249,0,"",python,selection_keyboard +5211,195529241,"sample.py",1249,0," ",python,content +5212,195529243,"sample.py",1250,0,"",python,selection_keyboard +5213,195529565,"sample.py",1250,0,"i",python,content +5214,195529566,"sample.py",1251,0,"",python,selection_keyboard +5215,195529641,"sample.py",1251,0,"n",python,content +5216,195529646,"sample.py",1252,0,"",python,selection_keyboard +5217,195529669,"sample.py",1252,0,"t",python,content +5218,195529670,"sample.py",1253,0,"",python,selection_keyboard +5219,195529733,"sample.py",1253,0," ",python,content +5220,195529735,"sample.py",1254,0,"",python,selection_keyboard +5221,195530330,"sample.py",1254,0,"=",python,content +5222,195530332,"sample.py",1255,0,"",python,selection_keyboard +5223,195530459,"sample.py",1255,0," ",python,content +5224,195530461,"sample.py",1256,0,"",python,selection_keyboard +5225,195530865,"sample.py",1256,0,"2",python,content +5226,195530866,"sample.py",1257,0,"",python,selection_keyboard +5227,195530932,"sample.py",1257,0,"0",python,content +5228,195530933,"sample.py",1258,0,"",python,selection_keyboard +5229,195531024,"sample.py",1258,0,"2",python,content +5230,195531024,"sample.py",1259,0,"",python,selection_keyboard +5231,195531082,"sample.py",1259,0,"4",python,content +5232,195531084,"sample.py",1260,0,"",python,selection_keyboard +5233,195531465,"sample.py",1259,1,"",python,content +5234,195531624,"sample.py",1258,1,"",python,content +5235,195531711,"sample.py",1258,0,"4",python,content +5236,195531714,"sample.py",1259,0,"",python,selection_keyboard +5237,195531808,"sample.py",1259,0,"8",python,content +5238,195531810,"sample.py",1260,0,"",python,selection_keyboard +5239,195531897,"sample.py",1259,0,"",python,selection_command +5240,195533963,"sample.py",1236,0,"",python,selection_command +5241,195534280,"sample.py",2250,0,"",python,selection_command +5242,195539529,"sample.py",1236,0,"",python,selection_command +5243,195541377,"sample.py",1212,0,"",python,selection_command +5244,195541628,"sample.py",1186,0,"",python,selection_command +5245,195541656,"sample.py",1159,0,"",python,selection_command +5246,195541692,"sample.py",1131,0,"",python,selection_command +5247,195541724,"sample.py",1102,0,"",python,selection_command +5248,195541757,"sample.py",1070,0,"",python,selection_command +5249,195541791,"sample.py",1038,0,"",python,selection_command +5250,195541825,"sample.py",1010,0,"",python,selection_command +5251,195541862,"sample.py",987,0,"",python,selection_command +5252,195541908,"sample.py",966,0,"",python,selection_command +5253,195541928,"sample.py",933,0,"",python,selection_command +5254,195541962,"sample.py",899,0,"",python,selection_command +5255,195541996,"sample.py",875,0,"",python,selection_command +5256,195542127,"sample.py",841,0,"",python,selection_command +5257,195542280,"sample.py",810,0,"",python,selection_command +5258,195542418,"sample.py",777,0,"",python,selection_command +5259,195542519,"sample.py",778,0,"",python,selection_command +5260,195542708,"sample.py",779,0,"",python,selection_command +5261,195542864,"sample.py",780,0,"",python,selection_command +5262,195543290,"sample.py",780,0,"e",python,content +5263,195543293,"sample.py",781,0,"",python,selection_keyboard +5264,195543777,"sample.py",780,0,"",python,selection_command +5265,195544499,"sample.py",1632,0,"",python,selection_command +5266,195547940,"genie.py",0,0,"",python,tab +5267,195593641,"genie.py",10270,34,"grain.checkpoint.CheckpointHandler",python,selection_command +5268,195594426,"genie.py",11647,11,"model_state",python,selection_command +5269,195595470,"genie.py",11684,32,"abstract_sharded_tokenizer_state",python,selection_command +5270,195595595,"genie.py",11731,16,"dataloader_state",python,selection_command +5271,195595795,"genie.py",11783,14,"grain_iterator",python,selection_command +5272,195595960,"genie.py",11946,6,"update",python,selection_command +5273,195596066,"genie.py",13318,11,"model_state",python,selection_command +5274,195596187,"genie.py",13355,26,"abstract_sharded_lam_state",python,selection_command +5275,195596322,"genie.py",13400,16,"dataloader_state",python,selection_command +5276,195596454,"genie.py",13452,14,"grain_iterator",python,selection_command +5277,195596646,"genie.py",14154,6,"update",python,selection_command +5278,195598087,"sample.py",0,0,"",python,tab +5279,195598089,"sample.py",223,3,"PIL",python,selection_command +5280,195598325,"sample.py",2883,6,"update",python,selection_command +5281,195598667,"sample.py",4075,7,"reshape",python,selection_command +5282,195598902,"sample.py",4430,4,"mean",python,selection_command +5283,195600510,"sample.py",4075,7,"reshape",python,selection_command +5284,195600725,"sample.py",4430,4,"mean",python,selection_command +5285,195601190,"train_dynamics.py",0,0,"",python,tab +5286,195601192,"train_dynamics.py",10742,11,"model_state",python,selection_command +5287,195601913,"train_dynamics.py",10779,20,"abstract_train_state",python,selection_command +5288,195602044,"train_dynamics.py",10818,16,"dataloader_state",python,selection_command +5289,195602196,"train_dynamics.py",10870,14,"grain_iterator",python,selection_command +5290,195602327,"train_dynamics.py",13537,11,"model_state",python,selection_command +5291,195602456,"train_dynamics.py",13571,11,"train_state",python,selection_command +5292,195602612,"train_dynamics.py",13609,16,"dataloader_state",python,selection_command +5293,195603046,"train_dynamics.py",13687,14,"grain_iterator",python,selection_command +5294,195603337,"train_lam.py",0,0,"",python,tab +5295,195603340,"train_lam.py",4057,42,"action_last_active >= args.vq_reset_thresh",python,selection_command +5296,195606893,"train_lam.py",4291,42,"jnp.where(do_reset, 0, action_last_active)",python,selection_command +5297,195607626,".venv/lib/python3.10/site-packages/jax/numpy/__init__.pyi",0,0,"from __future__ import annotations\n\n\nimport builtins\nfrom collections.abc import Callable, Sequence\nimport os\nfrom typing import Any, IO, Literal, NamedTuple, Protocol, TypeVar, Union, overload\n\nfrom jax._src import core as _core\nfrom jax._src import dtypes as _dtypes\nfrom jax._src.lax.lax import PrecisionLike\nfrom jax._src.lax.slicing import GatherScatterMode\nfrom jax._src.lib import Device\nfrom jax._src.numpy.index_tricks import _Mgrid, _Ogrid, CClass as _CClass, RClass as _RClass\nfrom jax._src.numpy.array_api_metadata import ArrayNamespaceInfo\nfrom jax._src.typing import (\n Array, ArrayLike, DType, DTypeLike, DeprecatedArg,\n DimSize, DuckTypedArray, Shape, StaticScalar, SupportsNdim, SupportsShape, SupportsSize,\n)\nfrom jax._src.sharding_impls import NamedSharding, PartitionSpec as P\nfrom jax.numpy import fft as fft, linalg as linalg\nfrom jax.sharding import Sharding as _Sharding\nimport numpy as _np\n\n_T = TypeVar('_T')\n\n_Axis = Union[None, int, Sequence[int]]\n\n_Device = Device\n\nComplexWarning: type\n\nclass ufunc:\n def __init__(self, func: Callable[..., Any], /,\n nin: int, nout: int, *,\n name: str | None = None,\n nargs: int | None = None,\n identity: Any = None,\n call: Callable[..., Any] | None = None,\n reduce: Callable[..., Any] | None = None,\n accumulate: Callable[..., Any] | None = None,\n at: Callable[..., Any] | None = None,\n reduceat: Callable[..., Any] | None = None,\n ): ...\n @property\n def nin(self) -> int: ...\n @property\n def nout(self) -> int: ...\n @property\n def nargs(self) -> int: ...\n @property\n def identity(self) -> builtins.bool | int | float: ...\n def __call__(self, *args: ArrayLike) -> Any: ...\n def reduce(self, a: ArrayLike, /, *,\n axis: int | None = 0,\n dtype: DTypeLike | None = None,\n out: None = None,\n keepdims: builtins.bool = False,\n initial: ArrayLike | None = None,\n where: ArrayLike | None = None) -> Array: ...\n def accumulate(self, a: ArrayLike, /, *,\n axis: int = 0,\n dtype: DTypeLike | None = None,\n out: None = None) -> Array: ...\n def at(self, a: ArrayLike, indices: Any, b: ArrayLike | None = None, /, *,\n inplace: builtins.bool = True) -> Array: ...\n def reduceat(self, a: ArrayLike, indices: Any, *,\n axis: int = 0,\n dtype: DTypeLike | None = None,\n out: None = None) -> Array: ...\n def outer(self, a: ArrayLike, b: ArrayLike, /) -> Array: ...\n\nclass BinaryUfunc(Protocol):\n @property\n def nin(self) -> int: ...\n @property\n def nout(self) -> int: ...\n @property\n def nargs(self) -> int: ...\n @property\n def identity(self) -> builtins.bool | int | float: ...\n def __call__(self, x: ArrayLike, y: ArrayLike, /) -> Array: ...\n def reduce(self, a: ArrayLike, /, *,\n axis: int | None = 0,\n dtype: DTypeLike | None = None,\n out: None = None,\n keepdims: builtins.bool = False,\n initial: ArrayLike | None = None,\n where: ArrayLike | None = None) -> Array: ...\n def accumulate(self, a: ArrayLike, /, *,\n axis: int = 0,\n dtype: DTypeLike | None = None,\n out: None = None) -> Array: ...\n def at(self, a: ArrayLike, indices: Any, b: ArrayLike | None = None, /, *,\n inplace: builtins.bool = True) -> Array: ...\n def reduceat(self, a: ArrayLike, indices: Any, *,\n axis: int = 0,\n dtype: DTypeLike | None = None,\n out: None = None) -> Array: ...\n def outer(self, a: ArrayLike, b: ArrayLike, /) -> Array: ...\n\n__array_api_version__: str\ndef __array_namespace_info__() -> ArrayNamespaceInfo: ...\n\n_deprecations: dict[str, tuple[str, Any]]\ndef abs(x: ArrayLike, /) -> Array: ...\ndef absolute(x: ArrayLike, /) -> Array: ...\ndef acos(x: ArrayLike, /) -> Array: ...\ndef acosh(x: ArrayLike, /) -> Array: ...\nadd: BinaryUfunc\ndef amax(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef amin(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef all(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., *, where: ArrayLike | None = ...) -> Array: ...\ndef allclose(a: ArrayLike, b: ArrayLike, rtol: ArrayLike = ...,\n atol: ArrayLike = ..., equal_nan: builtins.bool = ...) -> Array: ...\ndef angle(z: ArrayLike, deg: builtins.bool = ...) -> Array: ...\ndef any(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., *, where: ArrayLike | None = ...) -> Array: ...\ndef append(\n arr: ArrayLike, values: ArrayLike, axis: int | None = ...\n) -> Array: ...\ndef apply_along_axis(func1d: Callable, axis: int, arr: ArrayLike, *args,\n **kwargs) -> Array: ...\ndef apply_over_axes(\n func: Callable, a: ArrayLike, axes: Sequence[int]\n) -> Array: ...\ndef arange(\n start: ArrayLike | DimSize,\n stop: ArrayLike | DimSize | None = ...,\n step: ArrayLike | None = ...,\n dtype: DTypeLike | None = ..., *,\n device: _Device | _Sharding | None = ...,\n) -> Array: ...\ndef arccos(x: ArrayLike, /) -> Array: ...\ndef arccosh(x: ArrayLike, /) -> Array: ...\ndef arcsin(x: ArrayLike, /) -> Array: ...\ndef arcsinh(x: ArrayLike, /) -> Array: ...\ndef arctan(x: ArrayLike, /) -> Array: ...\ndef arctan2(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef arctanh(x: ArrayLike, /) -> Array: ...\ndef argmax(\n a: ArrayLike,\n axis: int | None = ...,\n out: None = ...,\n keepdims: builtins.bool | None = ...,\n) -> Array: ...\ndef argmin(\n a: ArrayLike,\n axis: int | None = ...,\n out: None = ...,\n keepdims: builtins.bool | None = ...,\n) -> Array: ...\ndef argpartition(a: ArrayLike, kth: int, axis: int = ...) -> Array: ...\ndef argsort(\n a: ArrayLike,\n axis: int | None = ...,\n *,\n stable: builtins.bool = ...,\n descending: builtins.bool = ...,\n kind: str | None = ...,\n order: None = ...,\n) -> Array: ...\ndef argwhere(\n a: ArrayLike,\n *,\n size: int | None = ...,\n fill_value: ArrayLike | None = ...,\n) -> Array: ...\ndef around(a: ArrayLike, decimals: int = ..., out: None = ...) -> Array: ...\ndef array(object: Any, dtype: DTypeLike | None = ..., copy: builtins.bool = True,\n order: str | None = ..., ndmin: int = ..., *,\n device: _Device | _Sharding | None = None) -> Array: ...\ndef array_equal(\n a1: ArrayLike, a2: ArrayLike, equal_nan: builtins.bool = ...\n) -> Array: ...\ndef array_equiv(a1: ArrayLike, a2: ArrayLike) -> Array: ...\narray_repr = _np.array_repr\ndef array_split(\n ary: ArrayLike,\n indices_or_sections: int | Sequence[int] | ArrayLike,\n axis: int = ...,\n) -> list[Array]: ...\narray_str = _np.array_str\ndef asarray(\n a: Any, dtype: DTypeLike | None = ..., order: str | None = ...,\n *, copy: builtins.bool | None = ...,\n device: _Device | _Sharding | None = ...,\n) -> Array: ...\ndef asin(x: ArrayLike, /) -> Array: ...\ndef asinh(x: ArrayLike, /) -> Array: ...\ndef astype(a: ArrayLike, dtype: DTypeLike | None, /, *, copy: builtins.bool = ..., device: _Device | _Sharding | None = ...) -> Array: ...\ndef atan(x: ArrayLike, /) -> Array: ...\ndef atan2(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef atanh(x: ArrayLike, /) -> Array: ...\n@overload\ndef atleast_1d() -> list[Array]: ...\n@overload\ndef atleast_1d(x: ArrayLike, /) -> Array: ...\n@overload\ndef atleast_1d(x: ArrayLike, y: ArrayLike, /, *arys: ArrayLike) -> list[Array]: ...\n\n@overload\ndef atleast_2d() -> list[Array]: ...\n@overload\ndef atleast_2d(x: ArrayLike, /) -> Array: ...\n@overload\ndef atleast_2d(x: ArrayLike, y: ArrayLike, /, *arys: ArrayLike) -> list[Array]: ...\n\n@overload\ndef atleast_3d() -> list[Array]: ...\n@overload\ndef atleast_3d(x: ArrayLike, /) -> Array: ...\n@overload\ndef atleast_3d(x: ArrayLike, y: ArrayLike, /, *arys: ArrayLike) -> list[Array]: ...\n\n@overload\ndef average(a: ArrayLike, axis: _Axis = ..., weights: ArrayLike | None = ...,\n returned: Literal[False] = False, keepdims: builtins.bool = False) -> Array: ...\n@overload\ndef average(a: ArrayLike, axis: _Axis = ..., weights: ArrayLike | None = ..., *,\n returned: Literal[True], keepdims: builtins.bool = False) -> tuple[Array, Array]: ...\n@overload\ndef average(a: ArrayLike, axis: _Axis = ..., weights: ArrayLike | None = ...,\n returned: builtins.bool = False, keepdims: builtins.bool = False) -> Array | tuple[Array, Array]: ...\n\ndef bartlett(M: int) -> Array: ...\nbfloat16: Any\ndef bincount(x: ArrayLike, weights: ArrayLike | None = ...,\n minlength: int = ..., *, length: int | None = ...) -> Array: ...\nbitwise_and: BinaryUfunc\ndef bitwise_count(x: ArrayLike, /) -> Array: ...\ndef bitwise_invert(x: ArrayLike, /) -> Array: ...\ndef bitwise_left_shift(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef bitwise_not(x: ArrayLike, /) -> Array: ...\nbitwise_or: BinaryUfunc\ndef bitwise_right_shift(x: ArrayLike, y: ArrayLike, /) -> Array: ...\nbitwise_xor: BinaryUfunc\ndef blackman(M: int) -> Array: ...\ndef block(arrays: ArrayLike | Sequence[ArrayLike] | Sequence[Sequence[ArrayLike]]) -> Array: ...\nbool: Any\nbool_: Any\ndef broadcast_arrays(*args: ArrayLike) -> list[Array]: ...\n\n@overload\ndef broadcast_shapes(*shapes: Sequence[int]) -> tuple[int, ...]: ...\n\n@overload\ndef broadcast_shapes(*shapes: Sequence[int | _core.Tracer]\n ) -> tuple[int | _core.Tracer, ...]: ...\n\ndef broadcast_to(array: ArrayLike, shape: DimSize | Shape, *,\n out_sharding: NamedSharding | P | None = None) -> Array: ...\nc_: _CClass\ncan_cast = _np.can_cast\ndef cbrt(x: ArrayLike, /) -> Array: ...\ncdouble: Any\ndef ceil(x: ArrayLike, /) -> Array: ...\ncharacter = _np.character\ndef choose(a: ArrayLike, choices: Array | _np.ndarray | Sequence[ArrayLike],\n out: None = ..., mode: str = ...) -> Array: ...\ndef clip(\n x: ArrayLike | None = ...,\n /,\n min: ArrayLike | None = ...,\n max: ArrayLike | None = ...,\n *,\n a: ArrayLike | DeprecatedArg | None = ...,\n a_min: ArrayLike | DeprecatedArg | None = ...,\n a_max: ArrayLike | DeprecatedArg | None = ...\n) -> Array: ...\ndef column_stack(\n tup: _np.ndarray | Array | Sequence[ArrayLike]\n) -> Array: ...\ncomplex128: Any\ncomplex64: Any\ncomplex_: Any\ncomplexfloating = _np.complexfloating\ndef compress(condition: ArrayLike, a: ArrayLike, axis: int | None = ..., *,\n size: int | None = ..., fill_value: ArrayLike = ..., out: None = ...) -> Array: ...\ndef concat(arrays: Sequence[ArrayLike], /, *, axis: int | None = 0) -> Array: ...\ndef concatenate(\n arrays: _np.ndarray | Array | Sequence[ArrayLike],\n axis: int | None = ...,\n dtype: DTypeLike | None = ...,\n) -> Array: ...\ndef conjugate(x: ArrayLike, /) -> Array: ...\ndef conj(x: ArrayLike, /) -> Array: ...\ndef convolve(a: ArrayLike, v: ArrayLike, mode: str = ..., *,\n precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...) -> Array: ...\ndef copy(a: ArrayLike, order: str | None = ...) -> Array: ...\ndef copysign(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef corrcoef(x: ArrayLike, y: ArrayLike | None = ..., rowvar: builtins.bool = ...) -> Array: ...\ndef correlate(a: ArrayLike, v: ArrayLike, mode: str = ..., *,\n precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...) -> Array: ...\ndef cos(x: ArrayLike, /) -> Array: ...\ndef cosh(x: ArrayLike, /) -> Array: ...\ndef count_nonzero(a: ArrayLike, axis: _Axis = ...,\n keepdims: builtins.bool = ...) -> Array: ...\ndef cov(m: ArrayLike, y: ArrayLike | None = ..., rowvar: builtins.bool = ...,\n bias: builtins.bool = ..., ddof: int | None = ...,\n fweights: ArrayLike | None = ...,\n aweights: ArrayLike | None = ...) -> Array: ...\ndef cross(\n a: ArrayLike,\n b: ArrayLike,\n axisa: int = -1,\n axisb: int = -1,\n axisc: int = -1,\n axis: int | None = ...,\n) -> Array: ...\ncsingle: Any\ndef cumprod(a: ArrayLike, axis: int | None = ..., dtype: DTypeLike | None = ...,\n out: None = ...) -> Array: ...\ndef cumsum(a: ArrayLike, axis: int | None = ..., dtype: DTypeLike | None = ...,\n out: None = ...) -> Array: ...\ndef cumulative_prod(x: ArrayLike, /, *, axis: int | None = ...,\n dtype: DTypeLike | None = ...,\n include_initial: builtins.bool = ...) -> Array: ...\ndef cumulative_sum(x: ArrayLike, /, *, axis: int | None = ...,\n dtype: DTypeLike | None = ...,\n include_initial: builtins.bool = ...) -> Array: ...\n\ndef deg2rad(x: ArrayLike, /) -> Array: ...\ndef degrees(x: ArrayLike, /) -> Array: ...\ndef delete(\n arr: ArrayLike,\n obj: ArrayLike | slice,\n axis: int | None = ...,\n *,\n assume_unique_indices: builtins.bool = ...,\n) -> Array: ...\ndef diag(v: ArrayLike, k: int = 0) -> Array: ...\ndef diag_indices(n: int, ndim: int = ...) -> tuple[Array, ...]: ...\ndef diag_indices_from(arr: ArrayLike) -> tuple[Array, ...]: ...\ndef diagflat(v: ArrayLike, k: int = 0) -> Array: ...\ndef diagonal(\n a: ArrayLike, offset: ArrayLike = ..., axis1: int = ..., axis2: int = ...\n): ...\ndef diff(a: ArrayLike, n: int = ..., axis: int = ...,\n prepend: ArrayLike | None = ...,\n append: ArrayLike | None = ...) -> Array: ...\ndef digitize(x: ArrayLike, bins: ArrayLike, right: builtins.bool = ..., *,\n method: str | None = ...) -> Array: ...\ndef divide(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef divmod(x: ArrayLike, y: ArrayLike, /) -> tuple[Array, Array]: ...\ndef dot(\n a: ArrayLike, b: ArrayLike, *, precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...,\n out_sharding: NamedSharding | P | None = ...) -> Array: ...\ndouble: Any\ndef dsplit(\n ary: ArrayLike, indices_or_sections: int | ArrayLike\n) -> list[Array]: ...\n\ndef dstack(tup: _np.ndarray | Array | Sequence[ArrayLike],\n dtype: DTypeLike | None = ...) -> Array: ...\ndtype = _np.dtype\ne: float\ndef ediff1d(ary: ArrayLike, to_end: ArrayLike | None = ...,\n to_begin: ArrayLike | None = ...) -> Array: ...\n@overload\ndef einsum(\n subscript: str, /,\n *operands: ArrayLike,\n out: None = ...,\n optimize: str | builtins.bool | list[tuple[int, ...]] = ...,\n precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...,\n _dot_general: Callable[..., Array] = ...,\n out_sharding: NamedSharding | P | None = ...,\n) -> Array: ...\n\n@overload\ndef einsum(\n arr: ArrayLike,\n axes: Sequence[Any], /,\n *operands: ArrayLike | Sequence[Any],\n out: None = ...,\n optimize: str | builtins.bool | list[tuple[int, ...]] = ...,\n precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...,\n _dot_general: Callable[..., Array] = ...,\n out_sharding: NamedSharding | P | None = ...,\n) -> Array: ...\n@overload\ndef einsum(\n subscripts, /,\n *operands,\n out: None = ...,\n optimize: str | builtins.bool | list[tuple[int, ...]] = ...,\n precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...,\n _dot_general: Callable[..., Array] = ...,\n out_sharding: NamedSharding | P | None = ...,\n) -> Array: ...\n\n@overload\ndef einsum_path(\n subscripts: str, /,\n *operands: ArrayLike,\n optimize: str | builtins.bool | list[tuple[int, ...]] = ...,\n) -> tuple[list[tuple[int, ...]], Any]: ...\n@overload\ndef einsum_path(\n arr: ArrayLike,\n axes: Sequence[Any], /,\n *operands: ArrayLike | Sequence[Any],\n optimize: str | builtins.bool | list[tuple[int, ...]] = ...,\n) -> tuple[list[tuple[int, ...]], Any]: ...\n@overload\ndef einsum_path(\n subscripts, /,\n *operands: ArrayLike,\n optimize: str | builtins.bool | list[tuple[int, ...]] = ...,\n) -> tuple[list[tuple[int, ...]], Any]: ...\n\ndef empty(shape: Any, dtype: DTypeLike | None = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef empty_like(prototype: ArrayLike | DuckTypedArray,\n dtype: DTypeLike | None = ...,\n shape: Any = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef equal(x: ArrayLike, y: ArrayLike, /) -> Array: ...\neuler_gamma: float\ndef exp(x: ArrayLike, /) -> Array: ...\ndef exp2(x: ArrayLike, /) -> Array: ...\ndef expand_dims(a: ArrayLike, axis: int | Sequence[int]) -> Array: ...\ndef expm1(x: ArrayLike, /) -> Array: ...\ndef extract(condition: ArrayLike, arr: ArrayLike, *,\n size: int | None = None, fill_value: ArrayLike = 0) -> Array: ...\ndef eye(N: DimSize, M: DimSize | None = ..., k: int | ArrayLike = ...,\n dtype: DTypeLike | None = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef fabs(x: ArrayLike, /) -> Array: ...\nfinfo = _dtypes.finfo\ndef fix(x: ArrayLike, out: None = ...) -> Array: ...\ndef flatnonzero(\n a: ArrayLike,\n *,\n size: int | None = ...,\n fill_value: None | ArrayLike | tuple[ArrayLike] = ...,\n) -> Array: ...\nflexible = _np.flexible\ndef flip(\n m: ArrayLike, axis: int | Sequence[int] | None = ...\n) -> Array: ...\n\ndef fliplr(m: ArrayLike) -> Array: ...\ndef flipud(m: ArrayLike) -> Array: ...\nfloat16: Any\nfloat32: Any\nfloat64: Any\nfloat8_e4m3b11fnuz: Any\nfloat8_e4m3fn: Any\nfloat8_e4m3fnuz: Any\nfloat8_e5m2: Any\nfloat8_e5m2fnuz: Any\nfloat_: Any\ndef float_power(x: ArrayLike, y: ArrayLike, /) -> Array: ...\nfloating = _np.floating\ndef floor(x: ArrayLike, /) -> Array: ...\ndef floor_divide(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef fmax(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef fmin(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef fmod(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef frexp(x: ArrayLike, /) -> tuple[Array, Array]: ...\ndef from_dlpack(x: Any, /, *, device: _Device | _Sharding | None = None,\n copy: builtins.bool | None = None) -> Array: ...\ndef frombuffer(buffer: bytes | Any, dtype: DTypeLike = ...,\n count: int = ..., offset: int = ...) -> Array: ...\ndef fromfile(*args, **kwargs): ...\ndef fromfunction(function: Callable[..., Array], shape: Any,\n *, dtype: DTypeLike = ..., **kwargs) -> Array: ...\ndef fromiter(*args, **kwargs): ...\ndef frompyfunc(func: Callable[..., Any], /, nin: int, nout: int,\n *, identity: Any = None) -> ufunc: ...\ndef fromstring(\n string: str, dtype: DTypeLike = ..., count: int = ..., *, sep: str\n) -> Array: ...\ndef full(shape: Any, fill_value: ArrayLike,\n dtype: DTypeLike | None = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef full_like(a: ArrayLike | DuckTypedArray,\n fill_value: ArrayLike, dtype: DTypeLike | None = ...,\n shape: Any = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef gcd(x1: ArrayLike, x2: ArrayLike) -> Array: ...\ngeneric = _np.generic\ndef geomspace(\n start: ArrayLike,\n stop: ArrayLike,\n num: int = ...,\n endpoint: builtins.bool = ...,\n dtype: DTypeLike | None = ...,\n axis: int = ...,\n) -> Array: ...\nget_printoptions = _np.get_printoptions\ndef gradient(f: ArrayLike, *varargs: ArrayLike,\n axis: int | Sequence[int] | None = ...,\n edge_order: int | None = ...) -> Array | list[Array]: ...\ndef greater(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef greater_equal(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef hamming(M: int) -> Array: ...\ndef hanning(M: int) -> Array: ...\ndef heaviside(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef histogram(a: ArrayLike, bins: ArrayLike = ...,\n range: Sequence[ArrayLike] | None = ...,\n weights: ArrayLike | None = ...,\n density: builtins.bool | None = ...) -> tuple[Array, Array]: ...\ndef histogram2d(\n x: ArrayLike,\n y: ArrayLike,\n bins: ArrayLike | Sequence[ArrayLike] = ...,\n range: Sequence[None | Array | Sequence[ArrayLike]] | None = ...,\n weights: ArrayLike | None = ...,\n density: builtins.bool | None = ...,\n) -> tuple[Array, Array, Array]: ...\ndef histogram_bin_edges(a: ArrayLike, bins: ArrayLike = ...,\n range: None | Array | Sequence[ArrayLike] = ...,\n weights: ArrayLike | None = ...) -> Array: ...\ndef histogramdd(\n sample: ArrayLike,\n bins: ArrayLike | Sequence[ArrayLike] = ...,\n range: Sequence[None | Array | Sequence[ArrayLike]] | None = ...,\n weights: ArrayLike | None = ...,\n density: builtins.bool | None = ...,\n) -> tuple[Array, list[Array]]: ...\ndef hsplit(\n ary: ArrayLike, indices_or_sections: int | ArrayLike\n) -> list[Array]: ...\ndef hstack(tup: _np.ndarray | Array | Sequence[ArrayLike],\n dtype: DTypeLike | None = ...) -> Array: ...\ndef hypot(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef i0(x: ArrayLike) -> Array: ...\ndef identity(n: DimSize, dtype: DTypeLike | None = ...) -> Array: ...\niinfo = _dtypes.iinfo\ndef imag(x: ArrayLike, /) -> Array: ...\nindex_exp = _np.index_exp\n\n@overload\ndef indices(dimensions: Sequence[int], dtype: DTypeLike | None = None,\n sparse: Literal[False] = False) -> Array: ...\n@overload\ndef indices(dimensions: Sequence[int], dtype: DTypeLike | None = None,\n *, sparse: Literal[True]) -> tuple[Array, ...]: ...\n@overload\ndef indices(dimensions: Sequence[int], dtype: DTypeLike | None = None,\n sparse: builtins.bool = False) -> Array | tuple[Array, ...]: ...\n\ninexact = _np.inexact\ninf: float\ndef inner(\n a: ArrayLike, b: ArrayLike, *, precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...) -> Array: ...\ndef insert(arr: ArrayLike, obj: ArrayLike | slice, values: ArrayLike,\n axis: int | None = ...) -> Array: ...\nint16: Any\nint32: Any\nint4: Any\nint64: Any\nint8: Any\nint_: Any\ninteger = _np.integer\ndef interp(x: ArrayLike, xp: ArrayLike, fp: ArrayLike,\n left: ArrayLike | str | None = ...,\n right: ArrayLike | str | None = ...,\n period: ArrayLike | None = ...) -> Array: ...\ndef intersect1d(ar1: ArrayLike, ar2: ArrayLike, assume_unique: builtins.bool = ...,\n return_indices: builtins.bool = ..., *, size: int | None = ...,\n fill_value: ArrayLike | None = ...) -> Array | tuple[Array, Array, Array]: ...\ndef invert(x: ArrayLike, /) -> Array: ...\ndef isclose(a: ArrayLike, b: ArrayLike, rtol: ArrayLike = ...,\n atol: ArrayLike = ..., equal_nan: builtins.bool = ...) -> Array: ...\ndef iscomplex(x: ArrayLike) -> Array: ...\ndef iscomplexobj(x: Any) -> builtins.bool: ...\ndef isdtype(dtype: DTypeLike, kind: DType | str | tuple[DType | str, ...]) -> builtins.bool: ...\ndef isfinite(x: ArrayLike, /) -> Array: ...\ndef isin(element: ArrayLike, test_elements: ArrayLike, assume_unique: builtins.bool = ...,\n invert: builtins.bool = ..., *, method: str = ...) -> Array: ...\ndef isinf(x: ArrayLike, /) -> Array: ...\ndef isnan(x: ArrayLike, /) -> Array: ...\ndef isneginf(x: ArrayLike, /) -> Array: ...\ndef isposinf(x: ArrayLike, /) -> Array: ...\ndef isreal(x: ArrayLike) -> Array: ...\ndef isrealobj(x: Any) -> builtins.bool: ...\ndef isscalar(element: Any) -> builtins.bool: ...\ndef issubdtype(arg1: DTypeLike, arg2: DTypeLike) -> builtins.bool: ...\niterable = _np.iterable\ndef ix_(*args: ArrayLike) -> tuple[Array, ...]: ...\ndef kaiser(M: int, beta: ArrayLike) -> Array: ...\ndef kron(a: ArrayLike, b: ArrayLike) -> Array: ...\ndef lcm(x1: ArrayLike, x2: ArrayLike) -> Array: ...\ndef ldexp(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef left_shift(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef less(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef less_equal(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef lexsort(keys: Array | _np.ndarray | Sequence[ArrayLike], axis: int = ...) -> Array: ...\n\n@overload\ndef linspace(start: ArrayLike, stop: ArrayLike, num: int = 50,\n endpoint: builtins.bool = True, retstep: Literal[False] = False,\n dtype: DTypeLike | None = ...,\n axis: int = 0,\n *, device: _Device | _Sharding | None = ...) -> Array: ...\n@overload\ndef linspace(start: ArrayLike, stop: ArrayLike, num: int,\n endpoint: builtins.bool, retstep: Literal[True],\n dtype: DTypeLike | None = ...,\n axis: int = 0,\n *, device: _Device | _Sharding | None = ...) -> tuple[Array, Array]: ...\n@overload\ndef linspace(start: ArrayLike, stop: ArrayLike, num: int = 50,\n endpoint: builtins.bool = True, *, retstep: Literal[True],\n dtype: DTypeLike | None = ...,\n axis: int = 0,\n device: _Device | _Sharding | None = ...) -> tuple[Array, Array]: ...\n@overload\ndef linspace(start: ArrayLike, stop: ArrayLike, num: int = 50,\n endpoint: builtins.bool = True, retstep: builtins.bool = False,\n dtype: DTypeLike | None = ...,\n axis: int = 0,\n *, device: _Device | _Sharding | None = ...) -> Union[Array, tuple[Array, Array]]: ...\n\ndef load(file: IO[bytes] | str | os.PathLike[Any], *args: Any, **kwargs: Any) -> Array: ...\ndef log(x: ArrayLike, /) -> Array: ...\ndef log10(x: ArrayLike, /) -> Array: ...\ndef log1p(x: ArrayLike, /) -> Array: ...\ndef log2(x: ArrayLike, /) -> Array: ...\nlogaddexp: BinaryUfunc\nlogaddexp2: BinaryUfunc\nlogical_and: BinaryUfunc\ndef logical_not(x: ArrayLike, /) -> Array: ...\nlogical_or: BinaryUfunc\nlogical_xor: BinaryUfunc\ndef logspace(start: ArrayLike, stop: ArrayLike, num: int = ...,\n endpoint: builtins.bool = ..., base: ArrayLike = ...,\n dtype: DTypeLike | None = ..., axis: int = ...) -> Array: ...\ndef mask_indices(\n n: int, mask_func: Callable, k: int = ..., *, size: int | None = ...\n) -> tuple[Array, ...]: ...\ndef matmul(\n a: ArrayLike, b: ArrayLike, *, precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...) -> Array: ...\ndef matrix_transpose(x: ArrayLike, /) -> Array: ...\ndef matvec(x1: ArrayLike, x2: ArrayLike, /) -> Array: ...\ndef max(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef maximum(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef mean(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ..., keepdims: builtins.bool = ..., *,\n where: ArrayLike | None = ...) -> Array: ...\ndef median(a: ArrayLike, axis: int | tuple[int, ...] | None = ...,\n out: None = ..., overwrite_input: builtins.bool = ...,\n keepdims: builtins.bool = ...) -> Array: ...\ndef meshgrid(*xi: ArrayLike, copy: builtins.bool = ..., sparse: builtins.bool = ...,\n indexing: str = ...) -> list[Array]: ...\nmgrid: _Mgrid\ndef min(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef minimum(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef mod(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef modf(x: ArrayLike, /, out=None) -> tuple[Array, Array]: ...\ndef moveaxis(a: ArrayLike, source: int | Sequence[int],\n destination: int | Sequence[int]) -> Array: ...\nmultiply: BinaryUfunc\nnan: float\ndef nan_to_num(x: ArrayLike, copy: builtins.bool = ..., nan: ArrayLike = ...,\n posinf: ArrayLike | None = ...,\n neginf: ArrayLike | None = ...) -> Array: ...\ndef nanargmax(\n a: ArrayLike,\n axis: int | None = ...,\n out: None = ...,\n keepdims: builtins.bool | None = ...,\n) -> Array: ...\ndef nanargmin(\n a: ArrayLike,\n axis: int | None = ...,\n out: None = ...,\n keepdims: builtins.bool | None = ...,\n) -> Array: ...\ndef nancumprod(a: ArrayLike, axis: int | None = ..., dtype: DTypeLike | None = ...,\n out: None = ...) -> Array: ...\ndef nancumsum(a: ArrayLike, axis: int | None = ..., dtype: DTypeLike | None = ...,\n out: None = ...) -> Array: ...\ndef nanmax(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef nanmean(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ...,\n keepdims: builtins.bool = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef nanmedian(a: ArrayLike, axis: int | tuple[int, ...] | None = ...,\n out: None = ..., overwrite_input: builtins.bool = ...,\n keepdims: builtins.bool = ...) -> Array: ...\ndef nanmin(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ..., initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef nanpercentile(a: ArrayLike, q: ArrayLike,\n axis: int | tuple[int, ...] | None = ...,\n out: None = ..., overwrite_input: builtins.bool = ..., method: str = ...,\n keepdims: builtins.bool = ..., *, interpolation: DeprecatedArg | str = ...) -> Array: ...\ndef nanprod(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ...,\n keepdims: builtins.bool = ..., initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef nanquantile(a: ArrayLike, q: ArrayLike, axis: int | tuple[int, ...] | None = ...,\n out: None = ..., overwrite_input: builtins.bool = ..., method: str = ...,\n keepdims: builtins.bool = ..., *, interpolation: DeprecatedArg | str = ...) -> Array: ...\ndef nanstd(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ..., ddof: int = ..., keepdims: builtins.bool = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef nansum(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ..., keepdims: builtins.bool = ...,\n initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...) -> Array: ...\ndef nanvar(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ...,\n ddof: int = 0, keepdims: builtins.bool = False,\n where: ArrayLike | None = ...) -> Array: ...\nndarray = Array\ndef ndim(a: ArrayLike | SupportsNdim) -> int: ...\ndef negative(x: ArrayLike, /) -> Array: ...\nnewaxis = None\ndef nextafter(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef nonzero(a: ArrayLike, *, size: int | None = ...,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = ...\n ) -> tuple[Array, ...]: ...\ndef not_equal(x: ArrayLike, y: ArrayLike, /) -> Array: ...\nnumber = _np.number\nobject_ = _np.object_\nogrid: _Ogrid\ndef ones(shape: Any, dtype: DTypeLike | None = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef ones_like(a: ArrayLike | DuckTypedArray,\n dtype: DTypeLike | None = ...,\n shape: Any = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef outer(a: ArrayLike, b: Array, out: None = ...) -> Array: ...\ndef packbits(\n a: ArrayLike, axis: int | None = ..., bitorder: str = ...\n) -> Array: ...\n\nPadValueLike = Union[_T, Sequence[_T], Sequence[Sequence[_T]]]\ndef pad(array: ArrayLike, pad_width: PadValueLike[int | Array | _np.ndarray],\n mode: str | Callable[..., Any] = ..., **kwargs) -> Array: ...\n\ndef partition(a: ArrayLike, kth: int, axis: int = ...) -> Array: ...\ndef percentile(a: ArrayLike, q: ArrayLike,\n axis: int | tuple[int, ...] | None = ...,\n out: None = ..., overwrite_input: builtins.bool = ..., method: str = ...,\n keepdims: builtins.bool = ..., *, interpolation: DeprecatedArg | str = ...) -> Array: ...\ndef permute_dims(x: ArrayLike, /, axes: tuple[int, ...]) -> Array: ...\npi: float\ndef piecewise(x: ArrayLike, condlist: Array | Sequence[ArrayLike],\n funclist: Sequence[ArrayLike | Callable[..., Array]],\n *args, **kw) -> Array: ...\ndef place(arr: ArrayLike, mask: ArrayLike, vals: ArrayLike, *,\n inplace: builtins.bool = ...) -> Array: ...\ndef poly(seq_of_zeros: ArrayLike) -> Array: ...\ndef polyadd(a1: ArrayLike, a2: ArrayLike) -> Array: ...\ndef polyder(p: ArrayLike, m: int = ...) -> Array: ...\ndef polydiv(u: ArrayLike, v: ArrayLike, *, trim_leading_zeros: builtins.bool = ...) -> tuple[Array, Array]: ...\ndef polyfit(x: ArrayLike, y: ArrayLike, deg: int, rcond: float | None = ...,\n full: builtins.bool = ..., w: ArrayLike | None = ..., cov: builtins.bool = ...\n ) -> Array | tuple[Array, ...]: ...\ndef polyint(p: ArrayLike, m: int = ..., k: int | ArrayLike | None = ...) -> Array: ...\ndef polymul(a1: ArrayLike, a2: ArrayLike, *, trim_leading_zeros: builtins.bool = ...) -> Array: ...\ndef polysub(a1: ArrayLike, a2: ArrayLike) -> Array: ...\ndef polyval(p: ArrayLike, x: ArrayLike, *, unroll: int = ...) -> Array: ...\ndef positive(x: ArrayLike, /) -> Array: ...\ndef pow(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef power(x: ArrayLike, y: ArrayLike, /) -> Array: ...\nprintoptions = _np.printoptions\ndef prod(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ..., keepdims: builtins.bool = ...,\n initial: ArrayLike | None = ..., where: ArrayLike | None = ...,\n promote_integers: builtins.bool = ...) -> Array: ...\npromote_types = _np.promote_types\ndef ptp(a: ArrayLike, axis: _Axis = ..., out: None = ...,\n keepdims: builtins.bool = ...) -> Array: ...\ndef put(a: ArrayLike, ind: ArrayLike, v: ArrayLike,\n mode: str | None = ..., *, inplace: builtins.bool = ...) -> Array: ...\ndef put_along_axis(arr: ArrayLike, indices: ArrayLike, values: ArrayLike,\n axis: int | None, inplace: bool = True, *, mode: str | None = None) -> Array: ...\ndef quantile(a: ArrayLike, q: ArrayLike, axis: int | tuple[int, ...] | None = ...,\n out: None = ..., overwrite_input: builtins.bool = ..., method: str = ...,\n keepdims: builtins.bool = ..., *, interpolation: DeprecatedArg | str = ...) -> Array: ...\nr_: _RClass\ndef rad2deg(x: ArrayLike, /) -> Array: ...\ndef radians(x: ArrayLike, /) -> Array: ...\ndef ravel(a: ArrayLike, order: str = ..., *,\n out_sharding: NamedSharding | P | None = ...) -> Array: ...\ndef ravel_multi_index(multi_index: Sequence[ArrayLike], dims: Sequence[int],\n mode: str = ..., order: str = ...) -> Array: ...\ndef real(x: ArrayLike, /) -> Array: ...\ndef reciprocal(x: ArrayLike, /) -> Array: ...\ndef remainder(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef repeat(a: ArrayLike, repeats: ArrayLike, axis: int | None = ..., *,\n total_repeat_length: int | None = ...,\n out_sharding: NamedSharding | P | None = None) -> Array: ...\ndef reshape(\n a: ArrayLike, shape: DimSize | Shape, order: str = ..., *, copy: bool | None = ...,\n out_sharding: NamedSharding | P | None = ...,\n) -> Array: ...\n\ndef resize(a: ArrayLike, new_shape: Shape) -> Array: ...\ndef result_type(*args: Any) -> DType: ...\ndef right_shift(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef rint(x: ArrayLike, /) -> Array: ...\ndef roll(a: ArrayLike, shift: ArrayLike | Sequence[int],\n axis: int | Sequence[int] | None = ...) -> Array: ...\ndef rollaxis(a: ArrayLike, axis: int, start: int = 0) -> Array: ...\ndef roots(p: ArrayLike, *, strip_zeros: builtins.bool = ...) -> Array: ...\ndef rot90(m: ArrayLike, k: int = ..., axes: tuple[int, int] = ...) -> Array: ...\ndef round(a: ArrayLike, decimals: int = ..., out: None = ...) -> Array: ...\ns_ = _np.s_\nsave = _np.save\nsavez = _np.savez\ndef searchsorted(a: ArrayLike, v: ArrayLike, side: str = ...,\n sorter: ArrayLike | None = ..., *, method: str = ...) -> Array: ...\ndef select(\n condlist: Sequence[ArrayLike],\n choicelist: Sequence[ArrayLike],\n default: ArrayLike = ...,\n) -> Array: ...\nset_printoptions = _np.set_printoptions\ndef setdiff1d(\n ar1: ArrayLike,\n ar2: ArrayLike,\n assume_unique: builtins.bool = ...,\n *,\n size: int | None = ...,\n fill_value: ArrayLike | None = ...,\n) -> Array: ...\ndef setxor1d(ar1: ArrayLike, ar2: ArrayLike, assume_unique: builtins.bool = ..., *,\n size: int | None = ..., fill_value: ArrayLike | None = ...) -> Array: ...\ndef shape(a: ArrayLike | SupportsShape) -> tuple[int, ...]: ...\ndef sign(x: ArrayLike, /) -> Array: ...\ndef signbit(x: ArrayLike, /) -> Array: ...\nsignedinteger = _np.signedinteger\ndef sin(x: ArrayLike, /) -> Array: ...\ndef sinc(x: ArrayLike, /) -> Array: ...\nsingle: Any\ndef sinh(x: ArrayLike, /) -> Array: ...\ndef size(a: ArrayLike | SupportsSize, axis: int | None = None) -> int: ...\ndef sort(\n a: ArrayLike,\n axis: int | None = ...,\n *,\n stable: builtins.bool = ...,\n descending: builtins.bool = ...,\n kind: str | None = ...,\n order: None = ...,\n) -> Array: ...\ndef sort_complex(a: ArrayLike) -> Array: ...\ndef spacing(x: ArrayLike, /) -> Array: ...\ndef split(\n ary: ArrayLike,\n indices_or_sections: int | Sequence[int] | ArrayLike,\n axis: int = ...,\n) -> list[Array]: ...\n\ndef sqrt(x: ArrayLike, /) -> Array: ...\ndef square(x: ArrayLike, /) -> Array: ...\ndef squeeze(\n a: ArrayLike, axis: int | Sequence[int] | None = ...\n) -> Array: ...\ndef stack(\n arrays: _np.ndarray | Array | Sequence[ArrayLike],\n axis: int = ...,\n out: None = ...,\n dtype: DTypeLike | None = ...,\n) -> Array: ...\ndef std(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ..., ddof: int = ..., keepdims: builtins.bool = ..., *,\n where: ArrayLike | None = ..., correction: int | float | None = ...) -> Array: ...\nsubtract: BinaryUfunc\ndef sum(\n a: ArrayLike,\n axis: _Axis = ...,\n dtype: DTypeLike | None = ...,\n out: None = ...,\n keepdims: builtins.bool = ...,\n initial: ArrayLike | None = ...,\n where: ArrayLike | None = ...,\n promote_integers: builtins.bool = ...,\n) -> Array: ...\ndef swapaxes(a: ArrayLike, axis1: int, axis2: int) -> Array: ...\ndef take(\n a: ArrayLike,\n indices: ArrayLike,\n axis: int | None = ...,\n out: None = ...,\n mode: str | None = ...,\n unique_indices: builtins.bool = ...,\n indices_are_sorted: builtins.bool = ...,\n fill_value: StaticScalar | None = ...,\n) -> Array: ...\ndef take_along_axis(\n arr: ArrayLike,\n indices: ArrayLike,\n axis: int | None,\n mode: str | GatherScatterMode | None = ...,\n fill_value: StaticScalar | None = None,\n) -> Array: ...\ndef tan(x: ArrayLike, /) -> Array: ...\ndef tanh(x: ArrayLike, /) -> Array: ...\ndef tensordot(a: ArrayLike, b: ArrayLike,\n axes: int | Sequence[int] | Sequence[Sequence[int]] = ...,\n *, precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...) -> Array: ...\ndef tile(A: ArrayLike, reps: DimSize | Sequence[DimSize]) -> Array: ...\ndef trace(a: ArrayLike, offset: int | ArrayLike = ..., axis1: int = ..., axis2: int = ...,\n dtype: DTypeLike | None = ..., out: None = ...) -> Array: ...\ndef transpose(a: ArrayLike, axes: Sequence[int] | None = ...) -> Array: ...\ndef trapezoid(y: ArrayLike, x: ArrayLike | None = None, dx: ArrayLike = ...,\n axis: int = ...) -> Array: ...\ndef tri(\n N: int, M: int | None = ..., k: int = ..., dtype: DTypeLike | None = ...\n) -> Array: ...\ndef tril(m: ArrayLike, k: int = ...) -> Array: ...\ndef tril_indices(\n n: int, k: int = ..., m: int | None = ...\n) -> tuple[Array, Array]: ...\ndef tril_indices_from(arr: ArrayLike | SupportsShape, k: int = ...) -> tuple[Array, Array]: ...\ndef fill_diagonal(a: ArrayLike, val: ArrayLike, wrap: builtins.bool = ..., *, inplace: builtins.bool = ...) -> Array: ...\ndef trim_zeros(filt: ArrayLike, trim: str = ...) -> Array: ...\ndef triu(m: ArrayLike, k: int = ...) -> Array: ...\ndef triu_indices(\n n: int, k: int = ..., m: int | None = ...\n) -> tuple[Array, Array]: ...\ndef triu_indices_from(arr: ArrayLike | SupportsShape, k: int = ...) -> tuple[Array, Array]: ...\ndef true_divide(x: ArrayLike, y: ArrayLike, /) -> Array: ...\ndef trunc(x: ArrayLike, /) -> Array: ...\nuint: Any\nuint16: Any\nuint32: Any\nuint4: Any\nuint64: Any\nuint8: Any\ndef union1d(\n ar1: ArrayLike,\n ar2: ArrayLike,\n *,\n size: int | None = ...,\n fill_value: ArrayLike | None = ...,\n) -> Array: ...\nclass _UniqueAllResult(NamedTuple):\n values: Array\n indices: Array\n inverse_indices: Array\n counts: Array\nclass _UniqueCountsResult(NamedTuple):\n values: Array\n counts: Array\nclass _UniqueInverseResult(NamedTuple):\n values: Array\n inverse_indices: Array\ndef unique(ar: ArrayLike, return_index: builtins.bool = ..., return_inverse: builtins.bool = ...,\n return_counts: builtins.bool = ..., axis: int | None = ...,\n *, equal_nan: builtins.bool = ..., size: int | None = ...,\n fill_value: ArrayLike | None = ..., sorted: bool = ...,\n): ...\ndef unique_all(x: ArrayLike, /, *, size: int | None = ...,\n fill_value: ArrayLike | None = ...) -> _UniqueAllResult: ...\ndef unique_counts(x: ArrayLike, /, *, size: int | None = ...,\n fill_value: ArrayLike | None = ...) -> _UniqueCountsResult: ...\ndef unique_inverse(x: ArrayLike, /, *, size: int | None = ...,\n fill_value: ArrayLike | None = ...) -> _UniqueInverseResult: ...\ndef unique_values(x: ArrayLike, /, *, size: int | None = ...,\n fill_value: ArrayLike | None = ...) -> Array: ...\ndef unpackbits(\n a: ArrayLike,\n axis: int | None = ...,\n count: ArrayLike | None = ...,\n bitorder: str = ...,\n) -> Array: ...\ndef unravel_index(indices: ArrayLike, shape: Shape) -> tuple[Array, ...]: ...\nunsignedinteger = _np.unsignedinteger\ndef unstack(x: ArrayLike , /, *, axis: int = ...) -> tuple[Array, ...]: ...\ndef unwrap(p: ArrayLike, discont: ArrayLike | None = ...,\n axis: int = ..., period: ArrayLike = ...) -> Array: ...\ndef vander(\n x: ArrayLike, N: int | None = ..., increasing: builtins.bool = ...\n) -> Array: ...\ndef var(a: ArrayLike, axis: _Axis = ..., dtype: DTypeLike | None = ...,\n out: None = ..., ddof: int = ..., keepdims: builtins.bool = ..., *,\n where: ArrayLike | None = ..., correction: int | float | None = ...) -> Array: ...\ndef vdot(\n a: ArrayLike, b: ArrayLike, *, precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...) -> Array: ...\ndef vecdot(x1: ArrayLike, x2: ArrayLike, /, *, axis: int = ...,\n precision: PrecisionLike = ...,\n preferred_element_type: DTypeLike | None = ...) -> Array: ...\ndef vecmat(x1: ArrayLike, x2: ArrayLike, /) -> Array: ...\ndef vsplit(\n ary: ArrayLike, indices_or_sections: int | ArrayLike\n) -> list[Array]: ...\n\ndef vstack(tup: _np.ndarray | Array | Sequence[ArrayLike],\n dtype: DTypeLike | None = ...) -> Array: ...\n\n@overload\ndef where(condition: ArrayLike, x: Literal[None] = ..., y: Literal[None] = ...,\n /, *, size: int | None = ...,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = ...\n ) -> tuple[Array, ...]: ...\n\n@overload\ndef where(condition: ArrayLike, x: ArrayLike, y: ArrayLike, /, *,\n size: int | None = ...,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = ...\n ) -> Array: ...\n\n@overload\ndef where(condition: ArrayLike, x: ArrayLike | None = ...,\n y: ArrayLike | None = ..., /, *, size: int | None = ...,\n fill_value: None | ArrayLike | tuple[ArrayLike, ...] = ...\n ) -> Array | tuple[Array, ...]: ...\n\ndef zeros(shape: Any, dtype: DTypeLike | None = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\ndef zeros_like(a: ArrayLike | DuckTypedArray,\n dtype: DTypeLike | None = ...,\n shape: Any = ..., *,\n device: _Device | _Sharding | None = ...) -> Array: ...\n\ndef vectorize(pyfunc, *, excluded = ..., signature = ...) -> Callable: ...\n",python,tab +5298,195607631,".venv/lib/python3.10/site-packages/jax/numpy/__init__.pyi",43647,5,"where",python,selection_command +5299,195608265,"train_lam.py",0,0,"",python,tab +5300,195608267,"train_lam.py",4314,18,"action_last_active",python,selection_command +5301,195608760,".venv/lib/python3.10/site-packages/jax/numpy/__init__.pyi",0,0,"",python,tab +5302,195608763,".venv/lib/python3.10/site-packages/jax/numpy/__init__.pyi",43647,5,"where",python,selection_command +5303,195609253,"train_lam.py",0,0,"",python,tab +5304,195609256,"train_lam.py",4314,18,"action_last_active",python,selection_command +5305,195610515,"train_lam.py",9814,11,"model_state",python,selection_command +5306,195611272,"train_lam.py",9851,20,"abstract_train_state",python,selection_command +5307,195612289,"train_lam.py",9890,16,"dataloader_state",python,selection_command +5308,195612674,"train_lam.py",9942,14,"grain_iterator",python,selection_command +5309,195613147,"train_lam.py",9890,16,"dataloader_state",python,selection_command +5310,195613442,"train_lam.py",9942,14,"grain_iterator",python,selection_command +5311,195613610,"train_lam.py",12343,11,"model_state",python,selection_command +5312,195613767,"train_lam.py",12377,11,"train_state",python,selection_command +5313,195614120,"train_lam.py",12415,16,"dataloader_state",python,selection_command +5314,195614274,"train_lam.py",12493,14,"grain_iterator",python,selection_command +5315,195614556,"train_tokenizer.py",0,0,"",python,tab +5316,195614558,"train_tokenizer.py",9518,11,"model_state",python,selection_command +5317,195617096,"train_tokenizer.py",9555,20,"abstract_train_state",python,selection_command +5318,195617244,"train_tokenizer.py",9594,16,"dataloader_state",python,selection_command +5319,195617388,"train_tokenizer.py",9646,14,"grain_iterator",python,selection_command +5320,195617517,"train_tokenizer.py",12251,11,"model_state",python,selection_command +5321,195617658,"train_tokenizer.py",12285,11,"train_state",python,selection_command +5322,195618015,"train_tokenizer.py",12323,16,"dataloader_state",python,selection_command +5323,195618162,"train_tokenizer.py",12401,14,"grain_iterator",python,selection_command +5324,195631508,"utils/nn.py",0,0,"",python,tab +5325,195631518,"utils/nn.py",1051,0,"",python,selection_command +5326,195719775,"utils/nn.py",0,0,"Switched from branch 'cudnn-flash-attn-mixed-precision-4' to 'distinct-ffn-dim'",python,git_branch_checkout +5327,195727356,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +5328,195727367,"train_tokenizer.py",1279,0,"",python,selection_command +5329,195732666,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n ffn_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +5330,195732678,"models/tokenizer.py",285,0,"",python,selection_command +5331,195734646,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n tokenizer_ffn_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n lam_ffn_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_ffn_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +5332,195734657,"genie.py",438,0,"",python,selection_command +5333,195739535,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +5334,195739549,"utils/nn.py",1051,0,"",python,selection_command +5335,195740100,"models/tokenizer.py",0,0,"",python,tab +5336,195740113,"models/tokenizer.py",285,0,"",python,selection_command +5337,195740603,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n ffn_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +5338,195740614,"models/lam.py",295,0,"",python,selection_command +5339,195741413,"genie.py",0,0,"",python,tab +5340,195741423,"genie.py",438,0,"",python,selection_command +5341,195764323,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +5342,195764334,"sample.py",773,0,"",python,selection_command +5343,195777307,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +5344,195777321,"train_dynamics.py",1223,0,"",python,selection_command +5345,195783458,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +5346,195783469,"train_lam.py",1299,0,"",python,selection_command +5347,195786507,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +5348,195786518,"train_tokenizer.py",1279,0,"",python,selection_command +5349,195788966,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n ffn_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +5350,195788977,"models/dynamics.py",214,0,"",python,selection_command +5351,195793135,"models/lam.py",0,0,"",python,tab +5352,195793146,"models/lam.py",295,0,"",python,selection_command +5353,195796000,"models/tokenizer.py",0,0,"",python,tab +5354,195796012,"models/tokenizer.py",285,0,"",python,selection_command +5355,195799719,"genie.py",0,0,"",python,tab +5356,195799732,"genie.py",438,0,"",python,selection_command +5357,195826377,"genie.py",373,0,"",python,selection_mouse +5358,195826389,"genie.py",372,0,"",python,selection_command +5359,195831160,"sample.py",0,0,"",python,tab +5360,195831177,"sample.py",773,0,"",python,selection_command +5361,195833344,"sample.py",832,0,"",python,selection_mouse +5362,195834541,"sample.py",895,0,"",python,selection_mouse +5363,195834547,"sample.py",894,0,"",python,selection_command +5364,195843457,"sample.py",1279,0,"",python,selection_mouse +5365,195845077,"sample.py",895,0,"",python,selection_mouse +5366,195845082,"sample.py",894,0,"",python,selection_command +5367,195845948,"sample.py",0,0,"",python,selection_command +5368,195847945,"sample.py",910,0,"",python,selection_command +5369,195849229,"sample.py",920,0,"",python,selection_command +5370,195849395,"sample.py",922,0,"",python,selection_command +5371,195849569,"sample.py",926,0,"",python,selection_command +5372,195849768,"sample.py",928,0,"",python,selection_command +5373,195851899,"sample.py",961,0,"",python,selection_command +5374,195852162,"sample.py",928,0,"",python,selection_command +5375,195852727,"train_tokenizer.py",0,0,"",python,tab +5376,195855602,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +5377,195856507,"sample.py",4433,0,"",python,selection_command +5378,195856817,"sample.py",0,0,"",python,selection_command +5379,195859162,"sample.py",914,0,"",python,selection_command +5380,195859859,"sample.py",929,0,"",python,selection_command +5381,195860005,"sample.py",928,1,"",python,content +5382,195860647,"sample.py",928,0,"4",python,content +5383,195860648,"sample.py",929,0,"",python,selection_keyboard +5384,195860860,"sample.py",928,0,"",python,selection_command +5385,195861967,"sample.py",1140,0,"",python,selection_command +5386,195862396,"sample.py",1155,0,"",python,selection_command +5387,195862594,"sample.py",1154,1,"",python,content +5388,195862872,"sample.py",1154,0,"3",python,content +5389,195862875,"sample.py",1155,0,"",python,selection_keyboard +5390,195863222,"sample.py",1154,1,"",python,content +5391,195863278,"sample.py",1154,0,"4",python,content +5392,195863280,"sample.py",1155,0,"",python,selection_keyboard +5393,195863456,"sample.py",1154,0,"",python,selection_command +5394,195863679,"sample.py",1275,0,"",python,selection_command +5395,195864059,"sample.py",1291,0,"",python,selection_command +5396,195867277,"sample.py",1290,1,"",python,content +5397,195867396,"sample.py",1289,1,"",python,content +5398,195867527,"sample.py",1289,0,"6",python,content +5399,195867528,"sample.py",1290,0,"",python,selection_keyboard +5400,195867743,"sample.py",1289,0,"",python,selection_command +5401,195916371,"genie.py",0,0,"",python,tab +5402,195916382,"genie.py",438,0,"",python,selection_command +5403,195917170,"sample.py",0,0,"",python,tab +5404,195917183,"sample.py",773,0,"",python,selection_command +5405,195950372,"sample.py",0,0,"",python,tab +5406,195953324,"sample.py",0,0,"",python,tab +5407,195953335,"sample.py",896,0,"",python,selection_command +5408,195963363,"train_dynamics.py",0,0,"",python,tab +5409,195963377,"train_dynamics.py",1223,0,"",python,selection_command +5410,195968346,"train_tokenizer.py",0,0,"",python,tab +5411,195969379,"train_tokenizer.py",1279,0,"",python,selection_command +5412,195969731,"train_tokenizer.py",0,0,"",python,selection_command +5413,195970494,"train_tokenizer.py",625,0,"",python,selection_command +5414,195971067,"train_tokenizer.py",626,0,"",python,selection_command +5415,195971316,"train_tokenizer.py",627,0,"",python,selection_command +5416,195971347,"train_tokenizer.py",638,0,"",python,selection_command +5417,195971380,"train_tokenizer.py",650,0,"",python,selection_command +5418,195971414,"train_tokenizer.py",667,0,"",python,selection_command +5419,195971448,"train_tokenizer.py",696,0,"",python,selection_command +5420,195971482,"train_tokenizer.py",714,0,"",python,selection_command +5421,195971516,"train_tokenizer.py",736,0,"",python,selection_command +5422,195971549,"train_tokenizer.py",764,0,"",python,selection_command +5423,195971588,"train_tokenizer.py",791,0,"",python,selection_command +5424,195971636,"train_tokenizer.py",818,0,"",python,selection_command +5425,195971658,"train_tokenizer.py",841,0,"",python,selection_command +5426,195971688,"train_tokenizer.py",869,0,"",python,selection_command +5427,195971721,"train_tokenizer.py",900,0,"",python,selection_command +5428,195971755,"train_tokenizer.py",919,0,"",python,selection_command +5429,195971788,"train_tokenizer.py",945,0,"",python,selection_command +5430,195971822,"train_tokenizer.py",970,0,"",python,selection_command +5431,195971946,"train_tokenizer.py",995,0,"",python,selection_command +5432,195972231,"train_tokenizer.py",970,0,"",python,selection_command +5433,195972482,"train_tokenizer.py",945,0,"",python,selection_command +5434,195972513,"train_tokenizer.py",919,0,"",python,selection_command +5435,195972580,"train_tokenizer.py",900,0,"",python,selection_command +5436,195972746,"train_tokenizer.py",919,0,"",python,selection_command +5437,195972993,"train_tokenizer.py",945,0,"",python,selection_command +5438,195973025,"train_tokenizer.py",970,0,"",python,selection_command +5439,195973055,"train_tokenizer.py",995,0,"",python,selection_command +5440,195973089,"train_tokenizer.py",1020,0,"",python,selection_command +5441,195973123,"train_tokenizer.py",1047,0,"",python,selection_command +5442,195973156,"train_tokenizer.py",1148,0,"",python,selection_command +5443,195973194,"train_tokenizer.py",1208,0,"",python,selection_command +5444,195973225,"train_tokenizer.py",1238,0,"",python,selection_command +5445,195973261,"train_tokenizer.py",1254,0,"",python,selection_command +5446,195973407,"train_tokenizer.py",1279,0,"",python,selection_command +5447,195973663,"train_tokenizer.py",1303,0,"",python,selection_command +5448,195973689,"train_tokenizer.py",1328,0,"",python,selection_command +5449,195973721,"train_tokenizer.py",1356,0,"",python,selection_command +5450,195973755,"train_tokenizer.py",1380,0,"",python,selection_command +5451,195973788,"train_tokenizer.py",1404,0,"",python,selection_command +5452,195974451,"train_tokenizer.py",1380,0,"",python,selection_command +5453,195978426,"train_tokenizer.py",1388,0,"",python,selection_command +5454,195979078,"train_tokenizer.py",1403,0,"",python,selection_command +5455,195979765,"train_tokenizer.py",1402,1,"",python,content +5456,195979841,"train_tokenizer.py",1402,0,"4",python,content +5457,195979843,"train_tokenizer.py",1403,0,"",python,selection_keyboard +5458,195980011,"train_tokenizer.py",1402,0,"",python,selection_command +5459,195980310,"train_tokenizer.py",5137,0,"",python,selection_command +5460,195981385,"train_tokenizer.py",1388,0,"",python,selection_command +5461,195987322,"train_lam.py",0,0,"",python,tab +5462,195987333,"train_lam.py",1299,0,"",python,selection_command +5463,195988079,"train_tokenizer.py",0,0,"",python,tab +5464,195989564,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +5465,195990007,"train_lam.py",12506,0,"",python,selection_command +5466,195990393,"train_lam.py",0,0,"",python,selection_command +5467,195993033,"train_lam.py",1406,0,"",python,selection_command +5468,195993782,"train_lam.py",1421,0,"",python,selection_command +5469,195994043,"train_lam.py",1420,1,"",python,content +5470,195994108,"train_lam.py",1420,0,"4",python,content +5471,195994110,"train_lam.py",1421,0,"",python,selection_keyboard +5472,195994305,"train_lam.py",1420,0,"",python,selection_command +5473,195997296,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +5474,195997798,"train_dynamics.py",13700,0,"",python,selection_command +5475,195998193,"train_dynamics.py",0,0,"",python,selection_command +5476,196001114,"train_dynamics.py",1364,0,"",python,selection_command +5477,196001842,"train_dynamics.py",1379,0,"",python,selection_command +5478,196002209,"train_dynamics.py",1378,1,"",python,content +5479,196002262,"train_dynamics.py",1378,0,"4",python,content +5480,196002264,"train_dynamics.py",1379,0,"",python,selection_keyboard +5481,196002924,"train_dynamics.py",1378,0,"",python,selection_command +5482,196003910,"train_dynamics.py",1378,1,"8",python,content +5483,196006036,"train_dynamics.py",1379,0,"",python,selection_command +5484,196006324,"train_dynamics.py",1378,1,"",python,content +5485,196006376,"train_dynamics.py",1378,0,"4",python,content +5486,196006378,"train_dynamics.py",1379,0,"",python,selection_keyboard +5487,196006630,"train_dynamics.py",1378,0,"",python,selection_command +5488,196006750,"train_dynamics.py",1614,0,"",python,selection_command +5489,196007298,"train_dynamics.py",1629,0,"",python,selection_command +5490,196007474,"train_dynamics.py",1628,1,"",python,content +5491,196007794,"train_dynamics.py",1628,0,"4",python,content +5492,196007796,"train_dynamics.py",1629,0,"",python,selection_keyboard +5493,196007996,"train_dynamics.py",1628,0,"",python,selection_command +5494,196008149,"train_dynamics.py",1767,0,"",python,selection_command +5495,196008515,"train_dynamics.py",1783,0,"",python,selection_command +5496,196009526,"train_dynamics.py",1782,1,"",python,content +5497,196009600,"train_dynamics.py",1782,0,"6",python,content +5498,196009602,"train_dynamics.py",1783,0,"",python,selection_keyboard +5499,196009931,"train_dynamics.py",1782,1,"",python,content +5500,196010075,"train_dynamics.py",1781,1,"",python,content +5501,196010121,"train_dynamics.py",1781,0,"6",python,content +5502,196010123,"train_dynamics.py",1782,0,"",python,selection_keyboard +5503,196010340,"train_dynamics.py",1781,0,"",python,selection_command +5504,196023441,"sample.py",0,0,"",python,tab +5505,196023452,"sample.py",773,0,"",python,selection_command +5506,196023980,"genie.py",0,0,"",python,tab +5507,196023990,"genie.py",438,0,"",python,selection_command +5508,196054233,"train_dynamics.py",0,0,"",python,tab +5509,196086048,"train_dynamics.py",885,0,"",python,selection_mouse +5510,196086057,"train_dynamics.py",884,0,"",python,selection_command +5511,329459387,"TERMINAL",0,0,"git checkout 5dd9d6554289f9ba50402eac6562309e34de46f3",,terminal_command +5512,329459402,"TERMINAL",0,0,"]633;CM\t.gitignore\r\nNote: switching to '5dd9d6554289f9ba50402eac6562309e34de46f3'.\r\n\r\nYou are in 'detached HEAD' state. You can look around, make experimental\r\nchanges and commit them, and you can discard any commits you make in this\r\nstate without impacting any branches by switching back to a branch.\r\n\r\nIf you want to create a new branch to retain commits you create, you may\r\ndo so (now or later) by using -c with the switch command. Example:\r\n\r\n git switch -c \r\n\r\nOr undo this operation with:\r\n\r\n git switch -\r\n\r\nTurn off this advice by setting config variable advice.detachedHead to false\r\n\r\nHEAD is now at 5dd9d65 chore: remove fixme\r\n% \r \r",,terminal_output +5513,329468223,"TERMINAL",0,0,"git log",,terminal_command +5514,329468274,"TERMINAL",0,0,"]633;C",,terminal_output +5515,329468375,"TERMINAL",0,0,"[?1h=\rcommit 5dd9d6554289f9ba50402eac6562309e34de46f3 (HEAD, origin/distinct-ffn-dim)\r\nAuthor: Franz Srambical \r\nDate: Thu Jul 17 13:49:08 2025 +0200\r\n\r\n chore: remove fixme\r\n\r\ncommit 2948479c896d4d093f3e7f5dc4ec60ff23524b30 (distinct-ffn-dim)\r\nAuthor: Franz Srambical \r\nDate: Wed Jul 16 20:43:06 2025 +0200\r\n\r\n feat: use ffn_dim=4x model_dim for increased arithmetic intensity\r\n\r\ncommit f08eeb49cb4f466d5e21a587bae5486aa754efe5 (origin/cudnn-flash-attn-mixed-precision-4,  cudnn-flash-attn-mixed-precision-4)\r\nAuthor: Franz Srambical \r\nDate: Wed Jul 16 19:47:09 2025 +0200\r\n\r\n chore: refactor attention_fn\r\n\r\ncommit 6cb379ab006c3218d21e96761a4a87b0496f2737\r\nAuthor: Franz Srambical \r\nDate: Wed Jul 16 19:04:35 2025 +0200\r\n\r\n feat: pad seq_len to multiple of 4 as per cudnn FA requirement\r\n\r\ncommit ae5ad0056a888152817e0540a4f8ef64a94deb32\r\nAuthor: Franz Srambical \r\nDate: Wed Jul 16 12:12:28 2025 +0200\r\n\r\n chore: bump required jax version due to upstream bugfix\r\n\r\ncommit c7724bb4ad22269dfe0f2ad88c6b87121e1511b1\r\nAuthor: Franz Srambical \r\nDate: Tue Jul 15 18:40:04 2025 +0200\r\n\r\n fix: rearrange qkv for jax.nn.dot_product_attention\r\n\r\ncommit 3f2f9fa3f18889e9eae441f9e20a2f3c60d7232a\r\nAuthor: Franz Srambical \r\nDate: Tue Jul 15 13:56:48 2025 +0200\r\n\r\n feat: use flash attention\r\n\r\ncommit 86041a35c2a11d366fbf464286b5565c5036f418\r\nAuthor: Franz Srambical <79149449+emergenz@users.noreply.github.com>\r\nDate: Wed Jul 16 11:42:54 2025 +0200\r\n\r\n feat: bf16 mixed precision training (#78)\r\n\r\ncommit cbc2a99acb57bcddcafa6985dacb6876cf890c10\r\nAuthor: mihir <78321484+maharajamihir@users.noreply.github.com>\r\nDate: Wed Jul 16 09:18:55 2025 +0200\r\n\r\n feat: add wsd and const lr schedule; logging lr during training (#80)\r\n \r\n Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\r\n ---------\r\n:",,terminal_output +5516,329530595,"TERMINAL",0,0,"\r[?1l>% \r \r",,terminal_output +5517,329541672,"TERMINAL",0,0,"queue",,terminal_command +5518,329541682,"TERMINAL",0,0,"]633;Czsh: command not found: queue\r\n% \r \r",,terminal_output +5519,338808150,"train_dynamics.py",1223,11286," latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n",python,content +5520,338811974,"train_dynamics.py",0,0,"Switched from branch 'distinct-ffn-dim' to 'main'",python,git_branch_checkout +5521,338829197,"train_dynamics.py",1851,4319," use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n",python,content +5522,338852063,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +5523,338855073,"train_lam.py",3006,0,"",python,selection_command +5524,338855404,"train_lam.py",3672,0,"",python,selection_command +5525,338856238,"train_lam.py",4944,0,"",python,selection_command +5526,338857327,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +5527,338857333,"models/lam.py",189,0,"",python,selection_command +5528,338858604,"models/lam.py",225,0,"",python,selection_command +5529,338858854,"models/lam.py",259,0,"",python,selection_command +5530,338858885,"models/lam.py",266,0,"",python,selection_command +5531,338858918,"models/lam.py",282,0,"",python,selection_command +5532,338858952,"models/lam.py",301,0,"",python,selection_command +5533,338858985,"models/lam.py",321,0,"",python,selection_command +5534,338859019,"models/lam.py",342,0,"",python,selection_command +5535,338859053,"models/lam.py",362,0,"",python,selection_command +5536,338859087,"models/lam.py",382,0,"",python,selection_command +5537,338859120,"models/lam.py",401,0,"",python,selection_command +5538,338859154,"models/lam.py",420,0,"",python,selection_command +5539,338859188,"models/lam.py",448,0,"",python,selection_command +5540,338859222,"models/lam.py",475,0,"",python,selection_command +5541,338859255,"models/lam.py",496,0,"",python,selection_command +5542,338859290,"models/lam.py",520,0,"",python,selection_command +5543,338859327,"models/lam.py",527,0,"",python,selection_command +5544,338859499,"models/lam.py",1215,0,"",python,selection_command +5545,338860179,"models/lam.py",1898,0,"",python,selection_command +5546,338863114,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +5547,338863875,"genie.py",14164,0,"",python,selection_command +5548,338864286,"genie.py",0,0,"",python,selection_command +5549,338865305,"genie.py",250,0,"",python,selection_command +5550,338865594,"genie.py",442,0,"",python,selection_command +5551,338865801,"genie.py",478,0,"",python,selection_command +5552,338866032,"genie.py",609,0,"",python,selection_command +5553,338866265,"genie.py",640,0,"",python,selection_command +5554,338866451,"genie.py",1124,0,"",python,selection_command +5555,338866671,"genie.py",1140,0,"",python,selection_command +5556,338867901,"genie.py",1174,0,"",python,selection_command +5557,338868267,"genie.py",1197,0,"",python,selection_command +5558,338868436,"genie.py",1562,0,"",python,selection_command +5559,338870102,"genie.py",1551,0,"",python,selection_command +5560,338870321,"genie.py",1555,0,"",python,selection_command +5561,338870487,"genie.py",1556,0,"",python,selection_command +5562,338870824,"genie.py",2703,0,"",python,selection_command +5563,338873380,"models/lam.py",0,0,"",python,tab +5564,338875801,"models/lam.py",2873,0,"",python,selection_command +5565,338876268,"models/lam.py",3317,0,"",python,selection_command +5566,338878912,"genie.py",0,0,"",python,tab +5567,338879514,"models/lam.py",0,0,"",python,tab +5568,338880391,"models/lam.py",2425,0,"",python,selection_command +5569,338881406,"models/lam.py",2372,0,"",python,selection_command +5570,338881654,"models/lam.py",2326,0,"",python,selection_command +5571,338881685,"models/lam.py",2272,0,"",python,selection_command +5572,338881720,"models/lam.py",2215,0,"",python,selection_command +5573,338881753,"models/lam.py",2190,0,"",python,selection_command +5574,338881787,"models/lam.py",2181,0,"",python,selection_command +5575,338881821,"models/lam.py",2158,0,"",python,selection_command +5576,338882015,"models/lam.py",2148,0,"",python,selection_command +5577,338882188,"models/lam.py",2109,0,"",python,selection_command +5578,338882351,"models/lam.py",2030,0,"",python,selection_command +5579,338882502,"models/lam.py",1970,0,"",python,selection_command +5580,338892759,"models/lam.py",2907,0,"",python,selection_command +5581,338895453,"models/lam.py",3317,0,"",python,selection_command +5582,338899920,"models/lam.py",3240,0,"",python,selection_command +5583,338900168,"models/lam.py",3184,0,"",python,selection_command +5584,338900200,"models/lam.py",3132,0,"",python,selection_command +5585,338900232,"models/lam.py",3080,0,"",python,selection_command +5586,338900266,"models/lam.py",3046,0,"",python,selection_command +5587,338900298,"models/lam.py",3045,0,"",python,selection_command +5588,338900332,"models/lam.py",3006,0,"",python,selection_command +5589,338900365,"models/lam.py",2956,0,"",python,selection_command +5590,338900398,"models/lam.py",2899,0,"",python,selection_command +5591,338900605,"models/lam.py",2113,0,"",python,selection_command +5592,338900804,"models/lam.py",1349,0,"",python,selection_command +5593,338918886,"models/lam.py",2113,0,"",python,selection_command +5594,338919251,"models/lam.py",3014,0,"",python,selection_command +5595,338919918,"models/lam.py",2113,0,"",python,selection_command +5596,338920267,"models/lam.py",1349,0,"",python,selection_command +5597,338922915,"models/lam.py",2113,0,"",python,selection_command +5598,338972741,"genie.py",0,0,"",python,tab +5599,338974303,"genie.py",2684,0,"",python,selection_command +5600,338984868,"models/lam.py",0,0,"",python,tab +5601,338988222,"genie.py",0,0,"",python,tab +5602,338989050,"genie.py",2758,0,"",python,selection_command +5603,338990218,"genie.py",3046,0,"",python,selection_command +5604,338991348,"genie.py",3061,0,"",python,selection_command +5605,339276094,"genie.py",3085,0,"",python,selection_command +5606,339276229,"genie.py",3114,0,"",python,selection_command +5607,339276377,"genie.py",3162,0,"",python,selection_command +5608,339276495,"genie.py",3163,0,"",python,selection_command +5609,339277647,"genie.py",2086,0,"",python,selection_command +5610,339278410,"genie.py",2095,0,"",python,selection_command +5611,339278566,"genie.py",2097,0,"",python,selection_command +5612,339278898,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +5613,339278903,"models/dynamics.py",133,0,"",python,selection_command +5614,339279794,"genie.py",0,0,"",python,tab +5615,339279799,"genie.py",2097,0,"",python,selection_command +5616,339280058,"genie.py",3163,0,"",python,selection_command +5617,339308041,"genie.py",2097,0,"",python,selection_command +5618,339308221,"models/dynamics.py",0,0,"",python,tab +5619,339308225,"models/dynamics.py",133,0,"",python,selection_command +5620,339309664,"genie.py",0,0,"",python,tab +5621,339309668,"genie.py",2097,0,"",python,selection_command +5622,339310615,"models/dynamics.py",0,0,"",python,tab +5623,339310618,"models/dynamics.py",133,0,"",python,selection_command +5624,339461332,"models/dynamics.py",167,0,"",python,selection_command +5625,339468333,"models/dynamics.py",1644,0,"",python,selection_command +5626,339468766,"models/dynamics.py",165,0,"",python,selection_command +5627,339484516,"models/dynamics.py",194,0,"",python,selection_command +5628,339484768,"models/dynamics.py",199,0,"",python,selection_command +5629,339484798,"models/dynamics.py",218,0,"",python,selection_command +5630,339484828,"models/dynamics.py",239,0,"",python,selection_command +5631,339484862,"models/dynamics.py",259,0,"",python,selection_command +5632,339484893,"models/dynamics.py",278,0,"",python,selection_command +5633,339484926,"models/dynamics.py",297,0,"",python,selection_command +5634,339484959,"models/dynamics.py",319,0,"",python,selection_command +5635,339484994,"models/dynamics.py",346,0,"",python,selection_command +5636,339485026,"models/dynamics.py",367,0,"",python,selection_command +5637,339485059,"models/dynamics.py",393,0,"",python,selection_command +5638,339485093,"models/dynamics.py",398,0,"",python,selection_command +5639,339485126,"models/dynamics.py",419,0,"",python,selection_command +5640,339485159,"models/dynamics.py",458,0,"",python,selection_command +5641,339485193,"models/dynamics.py",486,0,"",python,selection_command +5642,339485226,"models/dynamics.py",516,0,"",python,selection_command +5643,339485260,"models/dynamics.py",545,0,"",python,selection_command +5644,339485293,"models/dynamics.py",573,0,"",python,selection_command +5645,339485327,"models/dynamics.py",599,0,"",python,selection_command +5646,339485360,"models/dynamics.py",629,0,"",python,selection_command +5647,339485393,"models/dynamics.py",653,0,"",python,selection_command +5648,339485426,"models/dynamics.py",711,0,"",python,selection_command +5649,339485460,"models/dynamics.py",721,0,"",python,selection_command +5650,339485536,"models/dynamics.py",725,0,"",python,selection_command +5651,339485856,"models/dynamics.py",729,0,"",python,selection_command +5652,339486035,"models/dynamics.py",730,0,"",python,selection_command +5653,339486401,"models/dynamics.py",1234,0,"",python,selection_command +5654,339496536,"models/dynamics.py",1217,0,"",python,selection_command +5655,339516038,"models/dynamics.py",1277,0,"",python,selection_command +5656,339516152,"models/dynamics.py",1280,0,"",python,selection_command +5657,339516517,"models/dynamics.py",1301,0,"",python,selection_command +5658,339516901,"models/dynamics.py",1302,0,"",python,selection_command +5659,339516920,"models/dynamics.py",1306,0,"",python,selection_command +5660,339517667,"models/dynamics.py",1302,0,"",python,selection_command +5661,339517900,"models/dynamics.py",1288,0,"",python,selection_command +5662,339518636,"models/dynamics.py",1309,0,"",python,selection_command +5663,339518785,"models/dynamics.py",1290,0,"",python,selection_command +5664,339518915,"models/dynamics.py",1302,0,"",python,selection_command +5665,339559433,"models/dynamics.py",1306,0,"",python,selection_command +5666,339559584,"models/dynamics.py",1308,0,"",python,selection_command +5667,339561624,"models/dynamics.py",1313,0,"",python,selection_command +5668,339561871,"models/dynamics.py",1315,0,"",python,selection_command +5669,339561902,"models/dynamics.py",1318,0,"",python,selection_command +5670,339562064,"models/dynamics.py",1319,0,"",python,selection_command +5671,339562215,"models/dynamics.py",1325,0,"",python,selection_command +5672,339562399,"models/dynamics.py",1326,0,"",python,selection_command +5673,339574137,"models/dynamics.py",1302,0,"",python,selection_command +5674,339599338,"models/dynamics.py",1306,0,"",python,selection_command +5675,339599520,"models/dynamics.py",1308,0,"",python,selection_command +5676,339602298,"models/dynamics.py",1302,0,"",python,selection_command +5677,339610607,"models/dynamics.py",1363,0,"",python,selection_command +5678,339618444,"models/dynamics.py",1436,0,"",python,selection_command +5679,339636861,"models/dynamics.py",1515,0,"",python,selection_command +5680,339637029,"models/dynamics.py",1559,0,"",python,selection_command +5681,339638414,"models/dynamics.py",1515,0,"",python,selection_command +5682,339638662,"models/dynamics.py",1436,0,"",python,selection_command +5683,339638691,"models/dynamics.py",1363,0,"",python,selection_command +5684,339638722,"models/dynamics.py",1302,0,"",python,selection_command +5685,339638755,"models/dynamics.py",1281,0,"",python,selection_command +5686,339638789,"models/dynamics.py",1221,0,"",python,selection_command +5687,339639662,"models/dynamics.py",1481,0,"",python,selection_command +5688,339639980,"models/dynamics.py",1559,0,"",python,selection_command +5689,339640201,"models/dynamics.py",1625,0,"",python,selection_command +5690,339640547,"models/dynamics.py",1780,0,"",python,selection_command +5691,339644131,"models/dynamics.py",1720,0,"",python,selection_command +5692,339644235,"models/dynamics.py",1730,0,"",python,selection_command +5693,339644410,"models/dynamics.py",1732,0,"",python,selection_command +5694,339644580,"models/dynamics.py",1736,0,"",python,selection_command +5695,339644746,"models/dynamics.py",1737,0,"",python,selection_command +5696,339645601,"models/dynamics.py",958,0,"",python,selection_command +5697,339646512,"models/dynamics.py",1737,0,"",python,selection_command +5698,339658122,"models/dynamics.py",1720,0,"",python,selection_command +5699,339683762,"models/dynamics.py",1780,0,"",python,selection_command +5700,339683979,"models/dynamics.py",1790,0,"",python,selection_command +5701,339684183,"models/dynamics.py",1864,0,"",python,selection_command +5702,339684311,"models/dynamics.py",1867,0,"",python,selection_command +5703,339684599,"models/dynamics.py",1868,0,"",python,selection_command +5704,339685027,"models/dynamics.py",428,0,"",python,selection_command +5705,339685984,"models/dynamics.py",1868,0,"",python,selection_command +5706,339690762,"models/dynamics.py",428,0,"",python,selection_command +5707,339768489,"models/dynamics.py",1868,0,"",python,selection_command +5708,339778035,"models/lam.py",0,0,"",python,tab +5709,339806010,"models/lam.py",3014,0,"",python,selection_command +5710,339806184,"models/lam.py",3317,0,"",python,selection_command +5711,339808804,"models/lam.py",3240,0,"",python,selection_command +5712,339811945,"models/lam.py",3277,0,"",python,selection_command +5713,339812666,"models/lam.py",3198,0,"",python,selection_command +5714,339813184,"models/lam.py",3192,0,"",python,selection_command +5715,339813499,"models/lam.py",3140,0,"",python,selection_command +5716,339814580,"models/lam.py",3143,0,"",python,selection_command +5717,339814820,"models/lam.py",3145,0,"",python,selection_command +5718,339814854,"models/lam.py",3146,0,"",python,selection_command +5719,339814886,"models/lam.py",3148,0,"",python,selection_command +5720,339814920,"models/lam.py",3151,0,"",python,selection_command +5721,339814954,"models/lam.py",3153,0,"",python,selection_command +5722,339814987,"models/lam.py",3161,0,"",python,selection_command +5723,339815025,"models/lam.py",3163,0,"",python,selection_command +5724,339815060,"models/lam.py",3167,0,"",python,selection_command +5725,339815278,"models/lam.py",3168,0,"",python,selection_command +5726,339815911,"models/lam.py",1081,0,"",python,selection_command +5727,339818170,"models/lam.py",1084,0,"",python,selection_command +5728,339818340,"models/lam.py",1086,0,"",python,selection_command +5729,339818773,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +5730,339818781,"utils/nn.py",4405,0,"",python,selection_command +5731,339825915,"models/lam.py",0,0,"",python,tab +5732,339825919,"models/lam.py",1086,0,"",python,selection_command +5733,339826448,"models/lam.py",3168,0,"",python,selection_command +5734,339925357,"models/lam.py",3116,0,"",python,selection_command +5735,339925609,"models/lam.py",3078,0,"",python,selection_command +5736,339925646,"models/lam.py",3045,0,"",python,selection_command +5737,339925674,"models/lam.py",3042,0,"",python,selection_command +5738,339925707,"models/lam.py",2992,0,"",python,selection_command +5739,339925739,"models/lam.py",2935,0,"",python,selection_command +5740,339925772,"models/lam.py",2897,0,"",python,selection_command +5741,339925901,"models/lam.py",2873,0,"",python,selection_command +5742,339926066,"models/lam.py",2837,0,"",python,selection_command +5743,339926201,"models/lam.py",2750,0,"",python,selection_command +5744,339926486,"models/lam.py",2714,86," action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))",python,selection_command +5745,339947492,"models/lam.py",2750,0,"",python,selection_command +5746,339975808,"models/lam.py",2751,0,"",python,selection_command +5747,340198475,"models/lam.py",2838,0,"",python,selection_command +5748,340198725,"models/lam.py",2873,0,"",python,selection_command +5749,340198754,"models/lam.py",2897,0,"",python,selection_command +5750,340198786,"models/lam.py",2936,0,"",python,selection_command +5751,340198822,"models/lam.py",2993,0,"",python,selection_command +5752,340198855,"models/lam.py",3043,0,"",python,selection_command +5753,340198891,"models/lam.py",3045,0,"",python,selection_command +5754,340198925,"models/lam.py",3078,0,"",python,selection_command +5755,340199261,"models/lam.py",3117,0,"",python,selection_command +5756,340199400,"models/lam.py",3169,0,"",python,selection_command +5757,340201324,"models/lam.py",2916,0,"",python,selection_command +5758,340201827,"models/lam.py",619,0,"",python,selection_command +5759,340202470,"models/lam.py",2916,0,"",python,selection_command +5760,340365774,"models/lam.py",2891,0,"",python,selection_command +5761,340366019,"models/lam.py",2873,0,"",python,selection_command +5762,340366226,"models/lam.py",2818,0,"",python,selection_command +5763,340367272,"models/lam.py",2801,71," padded_patches = jnp.concatenate((action_pad, patches), axis=2)",python,selection_command +5764,340367905,"models/lam.py",2818,0,"",python,selection_command +5765,340650027,"models/lam.py",2873,0,"",python,selection_command +5766,340650185,"models/lam.py",2891,0,"",python,selection_command +5767,340650320,"models/lam.py",2916,0,"",python,selection_command +5768,340650457,"models/lam.py",2973,0,"",python,selection_command +5769,340650603,"models/lam.py",3023,0,"",python,selection_command +5770,340650850,"models/lam.py",3006,38," z = z[:, 1:, 0] # (B, T-1, E)",python,selection_command +5771,340671983,"models/lam.py",3023,0,"",python,selection_command +5772,340742302,"models/lam.py",3006,38," z = z[:, 1:, 0] # (B, T-1, E)",python,selection_command +5773,340742666,"models/lam.py",3023,0,"",python,selection_command +5774,340828689,"models/lam.py",3006,0,"",python,selection_command +5775,340829206,"models/lam.py",3045,0,"",python,selection_command +5776,341094704,"models/lamap.py",0,0,"",python,tab +5777,341100014,"models/lam.py",0,0,"",python,tab +5778,341100561,"models/lam.py",0,0,"",python,selection_command +5779,341106095,"models/lamap.py",0,0,"",python,tab +5780,341108610,"models/lam.py",0,0,"",python,tab +5781,341109045,"models/lam.py",29,0,"",python,selection_command +5782,341109201,"models/lam.py",30,0,"",python,selection_command +5783,341109585,"models/lam.py",30,23,"import jax.numpy as jnp",python,selection_command +5784,341109755,"models/lam.py",30,47,"import jax.numpy as jnp\nimport flax.linen as nn",python,selection_command +5785,341110870,"models/lam.py",30,0,"",python,selection_command +5786,341111482,"models/lamap.py",0,0,"",python,tab +5787,341111763,"models/lamap.py",0,0,"\nimport jax.numpy as jnp\nimport flax.linen as nn",python,content +5788,341111771,"models/lamap.py",1,0,"",python,selection_command +5789,341112330,"models/lamap.py",0,0,"",python,selection_command +5790,341112662,"models/lamap.py",0,1,"",python,content +5791,341112782,"models/lamap.py",24,0,"",python,selection_command +5792,341113066,"models/lamap.py",47,0,"\n",python,content +5793,341113340,"models/lamap.py",48,0,"\n",python,content +5794,341113697,"models/lamap.py",49,0,"c",python,content +5795,341113698,"models/lamap.py",50,0,"",python,selection_keyboard +5796,341113843,"models/lamap.py",50,0,"l",python,content +5797,341113845,"models/lamap.py",51,0,"",python,selection_keyboard +5798,341113930,"models/lamap.py",51,0,"a",python,content +5799,341113932,"models/lamap.py",52,0,"",python,selection_keyboard +5800,341113993,"models/lamap.py",52,0,"s",python,content +5801,341113996,"models/lamap.py",53,0,"",python,selection_keyboard +5802,341114224,"models/lamap.py",53,0," ",python,content +5803,341114225,"models/lamap.py",54,0,"",python,selection_keyboard +5804,341114651,"models/lamap.py",53,1,"",python,content +5805,341114700,"models/lamap.py",53,0,"s",python,content +5806,341114701,"models/lamap.py",54,0,"",python,selection_keyboard +5807,341114797,"models/lamap.py",54,0," ",python,content +5808,341114798,"models/lamap.py",55,0,"",python,selection_keyboard +5809,341114992,"models/lamap.py",54,0,"",python,selection_command +5810,341115450,"models/lam.py",0,0,"",python,tab +5811,341116460,"models/lamap.py",0,0,"",python,tab +5812,341116899,"models/lamap.py",55,0,"",python,selection_command +5813,341117599,"models/lamap.py",55,0,"L",python,content +5814,341117602,"models/lamap.py",56,0,"",python,selection_keyboard +5815,341117830,"models/lamap.py",56,0,"a",python,content +5816,341117835,"models/lamap.py",57,0,"",python,selection_keyboard +5817,341117949,"models/lamap.py",57,0,"t",python,content +5818,341117955,"models/lamap.py",58,0,"",python,selection_keyboard +5819,341118113,"models/lamap.py",58,0,"e",python,content +5820,341118119,"models/lamap.py",59,0,"",python,selection_keyboard +5821,341118284,"models/lamap.py",59,0,"n",python,content +5822,341118289,"models/lamap.py",60,0,"",python,selection_keyboard +5823,341118346,"models/lamap.py",60,0,"t",python,content +5824,341118351,"models/lamap.py",61,0,"",python,selection_keyboard +5825,341118675,"models/lamap.py",61,0,"A",python,content +5826,341118681,"models/lamap.py",62,0,"",python,selection_keyboard +5827,341118876,"models/lamap.py",62,0,"c",python,content +5828,341118882,"models/lamap.py",63,0,"",python,selection_keyboard +5829,341119066,"models/lamap.py",63,0,"t",python,content +5830,341119073,"models/lamap.py",64,0,"",python,selection_keyboard +5831,341119150,"models/lamap.py",64,0,"i",python,content +5832,341119155,"models/lamap.py",65,0,"",python,selection_keyboard +5833,341119174,"models/lamap.py",65,0,"o",python,content +5834,341119178,"models/lamap.py",66,0,"",python,selection_keyboard +5835,341119291,"models/lamap.py",66,0,"n",python,content +5836,341119297,"models/lamap.py",67,0,"",python,selection_keyboard +5837,341119887,"models/lamap.py",67,0,"M",python,content +5838,341119895,"models/lamap.py",68,0,"",python,selection_keyboard +5839,341120072,"models/lamap.py",68,0,"a",python,content +5840,341120077,"models/lamap.py",69,0,"",python,selection_keyboard +5841,341120171,"models/lamap.py",69,0,"p",python,content +5842,341120172,"models/lamap.py",70,0,"",python,selection_keyboard +5843,341120300,"models/lamap.py",70,0,"p",python,content +5844,341120302,"models/lamap.py",71,0,"",python,selection_keyboard +5845,341120380,"models/lamap.py",71,0,"e",python,content +5846,341120381,"models/lamap.py",72,0,"",python,selection_keyboard +5847,341120463,"models/lamap.py",72,0,"r",python,content +5848,341120464,"models/lamap.py",73,0,"",python,selection_keyboard +5849,341122217,"models/lamap.py",73,0,"()",python,content +5850,341122222,"models/lamap.py",74,0,"",python,selection_keyboard +5851,341122431,"models/lamap.py",74,0,"n",python,content +5852,341122433,"models/lamap.py",75,0,"",python,selection_keyboard +5853,341122566,"models/lamap.py",75,0,"n",python,content +5854,341122568,"models/lamap.py",76,0,"",python,selection_keyboard +5855,341122719,"models/lamap.py",76,0,".",python,content +5856,341122721,"models/lamap.py",77,0,"",python,selection_keyboard +5857,341123015,"models/lamap.py",77,0,"M",python,content +5858,341123019,"models/lamap.py",78,0,"",python,selection_keyboard +5859,341123084,"models/lamap.py",78,0,"o",python,content +5860,341123086,"models/lamap.py",79,0,"",python,selection_keyboard +5861,341123173,"models/lamap.py",79,0,"d",python,content +5862,341123177,"models/lamap.py",80,0,"",python,selection_keyboard +5863,341123234,"models/lamap.py",80,0,"e",python,content +5864,341123240,"models/lamap.py",81,0,"",python,selection_keyboard +5865,341123319,"models/lamap.py",81,0,"u",python,content +5866,341123324,"models/lamap.py",82,0,"",python,selection_keyboard +5867,341123731,"models/lamap.py",81,1,"",python,content +5868,341123865,"models/lamap.py",80,1,"",python,content +5869,341124301,"models/lamap.py",80,0,"u",python,content +5870,341124308,"models/lamap.py",81,0,"",python,selection_keyboard +5871,341124325,"models/lamap.py",81,0,"l",python,content +5872,341124329,"models/lamap.py",82,0,"",python,selection_keyboard +5873,341124500,"models/lamap.py",82,0,"e",python,content +5874,341124505,"models/lamap.py",83,0,"",python,selection_keyboard +5875,341124737,"models/lamap.py",82,0,"",python,selection_command +5876,341125000,"models/lamap.py",84,0,"",python,selection_command +5877,341125116,"models/lamap.py",84,0,":",python,content +5878,341125119,"models/lamap.py",85,0,"",python,selection_keyboard +5879,341125546,"models/lamap.py",85,0,"\n ",python,content +5880,341126183,"models/lamap.py",86,4,"",python,content +5881,341126700,"models/lam.py",0,0,"",python,tab +5882,341127830,"models/lamap.py",0,0,"",python,tab +5883,341128452,"models/lamap.py",85,1,"",python,content +5884,341128780,"models/lamap.py",85,0,"\n ",python,content +5885,341129036,"models/lamap.py",90,0,"""""",python,content +5886,341129038,"models/lamap.py",91,0,"",python,selection_keyboard +5887,341129182,"models/lamap.py",91,1,"""",python,content +5888,341129185,"models/lamap.py",92,0,"",python,selection_keyboard +5889,341129615,"models/lamap.py",92,0,"""",python,content +5890,341129617,"models/lamap.py",93,0,"",python,selection_keyboard +5891,341130567,"models/lamap.py",93,0,"Latent Action Mapper""""""",python,content +5892,341130882,"models/lamap.py",115,0,"",python,selection_command +5893,341132020,"models/lam.py",0,0,"",python,tab +5894,341137332,"models/lamap.py",0,0,"",python,tab +5895,341141400,"models/lamap.py",116,0,"",python,selection_command +5896,341141521,"models/lamap.py",116,0,"\n ",python,content +5897,341144796,"models/lamap.py",121,0,"def setup(self):\n self.encoder = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )",python,content +5898,341144797,"models/lamap.py",117,0,"\n",python,content +5899,341148965,"models/lamap.py",280,0,"",python,selection_command +5900,341149357,"models/lamap.py",280,1,")",python,selection_command +5901,341149444,"models/lamap.py",250,31," dtype=self.dtype,\n )",python,selection_command +5902,341149588,"models/lamap.py",208,73," param_dtype=self.param_dtype,\n dtype=self.dtype,\n )",python,selection_command +5903,341149731,"models/lamap.py",180,101," self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )",python,selection_command +5904,341149884,"models/lamap.py",147,134,"self.encoder = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )",python,selection_command +5905,341151963,"models/lam.py",0,0,"",python,tab +5906,341153314,"models/lamap.py",0,0,"",python,tab +5907,341153885,"models/lamap.py",147,134,"",python,content +5908,341154500,"models/lamap.py",147,0,"s",python,content +5909,341154504,"models/lamap.py",148,0,"",python,selection_keyboard +5910,341154539,"models/lamap.py",148,0,"e",python,content +5911,341154542,"models/lamap.py",149,0,"",python,selection_keyboard +5912,341154669,"models/lamap.py",149,0,"l",python,content +5913,341154671,"models/lamap.py",150,0,"",python,selection_keyboard +5914,341154793,"models/lamap.py",150,0,"f",python,content +5915,341154796,"models/lamap.py",151,0,"",python,selection_keyboard +5916,341155847,"models/lamap.py",151,0,".",python,content +5917,341155853,"models/lamap.py",152,0,"",python,selection_keyboard +5918,341156031,"models/lamap.py",152,0,"l",python,content +5919,341156034,"models/lamap.py",153,0,"",python,selection_keyboard +5920,341156147,"models/lamap.py",153,0,"a",python,content +5921,341156148,"models/lamap.py",154,0,"",python,selection_keyboard +5922,341156213,"models/lamap.py",154,0,"m",python,content +5923,341156215,"models/lamap.py",155,0,"",python,selection_keyboard +5924,341156443,"models/lamap.py",155,0," ",python,content +5925,341156447,"models/lamap.py",156,0,"",python,selection_keyboard +5926,341156538,"models/lamap.py",156,0,"=",python,content +5927,341156541,"models/lamap.py",157,0,"",python,selection_keyboard +5928,341156697,"models/lamap.py",157,0," ",python,content +5929,341156700,"models/lamap.py",158,0,"",python,selection_keyboard +5930,341157220,"models/lamap.py",158,0,"LatentActionModel()",python,content +5931,341158035,"models/lamap.py",176,0,"",python,selection_command +5932,341159936,"models/lam.py",0,0,"",python,tab +5933,341162319,"models/lamap.py",0,0,"",python,tab +5934,341163224,"genie.py",0,0,"",python,tab +5935,341164151,"genie.py",2071,0,"",python,selection_command +5936,341164399,"genie.py",2029,0,"",python,selection_command +5937,341165001,"genie.py",2071,0,"",python,selection_command +5938,341165174,"genie.py",2063,9," )",python,selection_command +5939,341165275,"genie.py",2005,67," use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5940,341165535,"genie.py",1975,97," dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5941,341165571,"genie.py",1933,139," param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5942,341165599,"genie.py",1899,173," codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5943,341165647,"genie.py",1874,198," dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5944,341165660,"genie.py",1832,240," num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5945,341165694,"genie.py",1788,284," num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5946,341165728,"genie.py",1744,328," patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5947,341165762,"genie.py",1695,377," num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5948,341165797,"genie.py",1649,423," latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5949,341165832,"genie.py",1613,459," model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5950,341165865,"genie.py",1581,491," in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5951,341165898,"genie.py",1543,529," self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5952,341166039,"genie.py",1533,539," )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5953,341166253,"genie.py",1543,529," self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +5954,341166501,"genie.py",1543,0,"",python,selection_command +5955,341167003,"models/lamap.py",0,0,"",python,tab +5956,341167602,"models/lamap.py",139,38," self.lam = LatentActionModel()",python,selection_command +5957,341167838,"models/lamap.py",139,38," self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,content +5958,341167843,"models/lamap.py",147,0,"",python,selection_command +5959,341169843,"genie.py",0,0,"",python,tab +5960,341170562,"models/lamap.py",0,0,"",python,tab +5961,341170848,"models/lamap.py",126,0,"",python,selection_command +5962,341171099,"models/lamap.py",117,0,"",python,selection_command +5963,341171126,"models/lamap.py",94,0,"",python,selection_command +5964,341171160,"models/lamap.py",57,0,"",python,selection_command +5965,341171193,"models/lamap.py",48,0,"",python,selection_command +5966,341171225,"models/lamap.py",32,0,"",python,selection_command +5967,341171632,"models/lamap.py",47,0,"\n",python,content +5968,341172837,"models/lamap.py",49,0,"from models.lam import LatentActionModel\n\n",python,content +5969,341173099,"models/lamap.py",88,0,"",python,selection_command +5970,341173735,"models/lamap.py",90,0,"",python,selection_command +5971,341173985,"models/lamap.py",91,0,"",python,selection_command +5972,341174033,"models/lamap.py",127,0,"",python,selection_command +5973,341174059,"models/lamap.py",158,0,"",python,selection_command +5974,341174085,"models/lamap.py",160,0,"",python,selection_command +5975,341174118,"models/lamap.py",180,0,"",python,selection_command +5976,341174151,"models/lamap.py",218,0,"",python,selection_command +5977,341174185,"models/lamap.py",250,0,"",python,selection_command +5978,341174219,"models/lamap.py",286,0,"",python,selection_command +5979,341174564,"models/lamap.py",250,0,"",python,selection_command +5980,341175034,"models/lamap.py",218,0,"",python,selection_command +5981,341176362,"models/lamap.py",160,0,"\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n",python,content +5982,341178600,"models/lamap.py",441,0,"",python,selection_command +5983,341178765,"models/lamap.py",421,0,"",python,selection_command +5984,341181197,"genie.py",0,0,"",python,tab +5985,341181635,"genie.py",0,0,"",python,selection_command +5986,341183049,"genie.py",442,0,"",python,selection_command +5987,341183905,"models/lamap.py",0,0,"",python,tab +5988,341184642,"models/lamap.py",391,0,"",python,selection_command +5989,341185367,"models/lamap.py",370,0,"",python,selection_command +5990,341185617,"models/lamap.py",343,0,"",python,selection_command +5991,341185646,"models/lamap.py",315,0,"",python,selection_command +5992,341185680,"models/lamap.py",296,0,"",python,selection_command +5993,341185714,"models/lamap.py",277,0,"",python,selection_command +5994,341185746,"models/lamap.py",257,0,"",python,selection_command +5995,341185780,"models/lamap.py",237,0,"",python,selection_command +5996,341185925,"models/lamap.py",216,0,"",python,selection_command +5997,341186092,"models/lamap.py",196,0,"",python,selection_command +5998,341186235,"models/lamap.py",177,0,"",python,selection_command +5999,341186383,"models/lamap.py",161,0,"",python,selection_command +6000,341187366,"models/lamap.py",160,0,"\n",python,content +6001,341187377,"models/lamap.py",161,0," ",python,content +6002,341188512,"models/lamap.py",165,0,"# --- Tokenizer ---",python,content +6003,341189200,"models/lamap.py",183,0,"",python,selection_command +6004,341189401,"models/lamap.py",181,0,"",python,selection_command +6005,341189552,"models/lamap.py",171,0,"",python,selection_command +6006,341189750,"models/lamap.py",167,0,"",python,selection_command +6007,341190051,"models/lamap.py",171,0,"",python,selection_command +6008,341190303,"models/lamap.py",171,9,"",python,content +6009,341190547,"models/lamap.py",171,0,"L",python,content +6010,341190549,"models/lamap.py",172,0,"",python,selection_keyboard +6011,341190694,"models/lamap.py",172,0,"A",python,content +6012,341190696,"models/lamap.py",173,0,"",python,selection_keyboard +6013,341190812,"models/lamap.py",173,0,"M",python,content +6014,341190813,"models/lamap.py",174,0,"",python,selection_keyboard +6015,341190977,"models/lamap.py",173,0,"",python,selection_command +6016,341191118,"models/lamap.py",191,0,"",python,selection_command +6017,341191370,"models/lamap.py",207,0,"",python,selection_command +6018,341191401,"models/lamap.py",226,0,"",python,selection_command +6019,341191433,"models/lamap.py",246,0,"",python,selection_command +6020,341191468,"models/lamap.py",267,0,"",python,selection_command +6021,341191502,"models/lamap.py",287,0,"",python,selection_command +6022,341191535,"models/lamap.py",307,0,"",python,selection_command +6023,341191573,"models/lamap.py",326,0,"",python,selection_command +6024,341191606,"models/lamap.py",345,0,"",python,selection_command +6025,341191652,"models/lamap.py",373,0,"",python,selection_command +6026,341191758,"models/lamap.py",400,0,"",python,selection_command +6027,341191926,"models/lamap.py",421,0,"",python,selection_command +6028,341192786,"models/lamap.py",438,0,"\n ",python,content +6029,341193048,"models/lamap.py",443,0,"\n ",python,content +6030,341193049,"models/lamap.py",439,4,"",python,content +6031,341194386,"models/lamap.py",444,0,"# --- Dynamics ---",python,content +6032,341194586,"models/lamap.py",461,0,"",python,selection_command +6033,341194751,"models/lamap.py",459,0,"",python,selection_command +6034,341195021,"models/lamap.py",450,0,"",python,selection_command +6035,341195148,"models/lamap.py",446,0,"",python,selection_command +6036,341195434,"models/lamap.py",450,0,"",python,selection_command +6037,341195685,"models/lamap.py",450,8,"",python,content +6038,341196881,"models/lamap.py",450,0,"M",python,content +6039,341196883,"models/lamap.py",451,0,"",python,selection_keyboard +6040,341197018,"models/lamap.py",451,0,"a",python,content +6041,341197020,"models/lamap.py",452,0,"",python,selection_keyboard +6042,341197093,"models/lamap.py",452,0,"p",python,content +6043,341197094,"models/lamap.py",453,0,"",python,selection_keyboard +6044,341197213,"models/lamap.py",453,0,"p",python,content +6045,341197214,"models/lamap.py",454,0,"",python,selection_keyboard +6046,341197296,"models/lamap.py",454,0,"e",python,content +6047,341197297,"models/lamap.py",455,0,"",python,selection_keyboard +6048,341197361,"models/lamap.py",455,0,"r",python,content +6049,341197363,"models/lamap.py",456,0,"",python,selection_keyboard +6050,341197558,"models/lamap.py",455,0,"",python,selection_command +6051,341198435,"models/lamap.py",461,0,"",python,selection_command +6052,341199017,"models/lamap.py",477,0,"",python,selection_command +6053,341199266,"models/lamap.py",498,0,"",python,selection_command +6054,341199297,"models/lamap.py",536,0,"",python,selection_command +6055,341199330,"models/lamap.py",568,0,"",python,selection_command +6056,341199363,"models/lamap.py",604,0,"",python,selection_command +6057,341199396,"models/lamap.py",650,0,"",python,selection_command +6058,341199430,"models/lamap.py",699,0,"",python,selection_command +6059,341199463,"models/lamap.py",743,0,"",python,selection_command +6060,341199501,"models/lamap.py",787,0,"",python,selection_command +6061,341199530,"models/lamap.py",829,0,"",python,selection_command +6062,341199563,"models/lamap.py",854,0,"",python,selection_command +6063,341199597,"models/lamap.py",888,0,"",python,selection_command +6064,341199631,"models/lamap.py",930,0,"",python,selection_command +6065,341199665,"models/lamap.py",960,0,"",python,selection_command +6066,341199698,"models/lamap.py",1011,0,"",python,selection_command +6067,341201278,"models/lamap.py",960,0,"",python,selection_command +6068,341201499,"models/lamap.py",1011,0,"",python,selection_command +6069,341203932,"models/lamap.py",1012,0,"\n ",python,content +6070,341204165,"models/lamap.py",1021,0,"\n ",python,content +6071,341204165,"models/lamap.py",1013,8,"",python,content +6072,341204397,"models/lamap.py",1022,0,"s",python,content +6073,341204399,"models/lamap.py",1023,0,"",python,selection_keyboard +6074,341204447,"models/lamap.py",1023,0,"e",python,content +6075,341204449,"models/lamap.py",1024,0,"",python,selection_keyboard +6076,341204536,"models/lamap.py",1024,0,"l",python,content +6077,341204538,"models/lamap.py",1025,0,"",python,selection_keyboard +6078,341204653,"models/lamap.py",1025,0,"f",python,content +6079,341204654,"models/lamap.py",1026,0,"",python,selection_keyboard +6080,341204775,"models/lamap.py",1026,0,".",python,content +6081,341204777,"models/lamap.py",1027,0,"",python,selection_keyboard +6082,341206704,"models/lamap.py",1026,0,"",python,selection_command +6083,341207416,"genie.py",0,0,"",python,tab +6084,341209296,"models/lamap.py",0,0,"",python,tab +6085,341217264,"models/lamap.py",1027,0,"",python,selection_command +6086,341217534,"models/lamap.py",1027,0,"a",python,content +6087,341217537,"models/lamap.py",1028,0,"",python,selection_keyboard +6088,341217915,"models/lamap.py",1028,0,"c",python,content +6089,341217919,"models/lamap.py",1029,0,"",python,selection_keyboard +6090,341218103,"models/lamap.py",1029,0,"t",python,content +6091,341218107,"models/lamap.py",1030,0,"",python,selection_keyboard +6092,341218169,"models/lamap.py",1030,0,"i",python,content +6093,341218171,"models/lamap.py",1031,0,"",python,selection_keyboard +6094,341218275,"models/lamap.py",1031,0,"n",python,content +6095,341218280,"models/lamap.py",1032,0,"",python,selection_keyboard +6096,341218946,"models/lamap.py",1031,1,"",python,content +6097,341219119,"models/lamap.py",1031,0,"o",python,content +6098,341219125,"models/lamap.py",1032,0,"",python,selection_keyboard +6099,341219232,"models/lamap.py",1032,0,"n",python,content +6100,341219236,"models/lamap.py",1033,0,"",python,selection_keyboard +6101,341219582,"models/lamap.py",1033,0,"_",python,content +6102,341219589,"models/lamap.py",1034,0,"",python,selection_keyboard +6103,341219800,"models/lamap.py",1034,0,"m",python,content +6104,341219805,"models/lamap.py",1035,0,"",python,selection_keyboard +6105,341219926,"models/lamap.py",1035,0,"a",python,content +6106,341219929,"models/lamap.py",1036,0,"",python,selection_keyboard +6107,341219994,"models/lamap.py",1036,0,"p",python,content +6108,341219998,"models/lamap.py",1037,0,"",python,selection_keyboard +6109,341220192,"models/lamap.py",1037,0," ",python,content +6110,341220195,"models/lamap.py",1038,0,"",python,selection_keyboard +6111,341220494,"models/lamap.py",1038,0,"=",python,content +6112,341220603,"models/lamap.py",1039,0," ",python,content +6113,341220604,"models/lamap.py",1040,0,"",python,selection_keyboard +6114,341221747,"models/lamap.py",1040,0,"nn.Dense(",python,content +6115,341224355,"models/lamap.py",1049,0,"\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n pass",python,content +6116,341224764,"models/lamap.py",1260,0,"",python,selection_command +6117,341225052,"models/lamap.py",1172,0,"",python,selection_command +6118,341225300,"models/lamap.py",1160,0,"",python,selection_command +6119,341225332,"models/lamap.py",1158,0,"",python,selection_command +6120,341225365,"models/lamap.py",1131,0,"",python,selection_command +6121,341225525,"models/lamap.py",1089,0,"",python,selection_command +6122,341225695,"models/lamap.py",1061,0,"",python,selection_command +6123,341225939,"models/lamap.py",1089,0,"",python,selection_command +6124,341226124,"models/lamap.py",1090,0,"",python,selection_command +6125,341226272,"models/lamap.py",1062,0,"",python,selection_command +6126,341226431,"models/lamap.py",1066,0,"",python,selection_command +6127,341226615,"models/lamap.py",1067,0,"",python,selection_command +6128,341227738,"models/lamap.py",491,0,"",python,selection_command +6129,341229036,"models/lamap.py",470,0,"",python,selection_command +6130,341229284,"models/lamap.py",461,0,"",python,selection_command +6131,341229315,"models/lamap.py",448,0,"",python,selection_command +6132,341229347,"models/lamap.py",439,0,"",python,selection_command +6133,341229380,"models/lamap.py",417,0,"",python,selection_command +6134,341229412,"models/lamap.py",396,0,"",python,selection_command +6135,341229447,"models/lamap.py",369,0,"",python,selection_command +6136,341229835,"models/lamap.py",341,0,"",python,selection_command +6137,341232267,"models/lamap.py",369,0,"",python,selection_command +6138,341233235,"models/lamap.py",365,0,"",python,selection_command +6139,341233479,"models/lamap.py",365,0,"l",python,content +6140,341233481,"models/lamap.py",366,0,"",python,selection_keyboard +6141,341233610,"models/lamap.py",366,0,"a",python,content +6142,341233612,"models/lamap.py",367,0,"",python,selection_keyboard +6143,341233718,"models/lamap.py",367,0,"m",python,content +6144,341233719,"models/lamap.py",368,0,"",python,selection_keyboard +6145,341234092,"models/lamap.py",368,0,"_",python,content +6146,341234095,"models/lamap.py",369,0,"",python,selection_keyboard +6147,341234401,"models/lamap.py",368,0,"",python,selection_command +6148,341235363,"models/lamap.py",368,1,"_",python,selection_command +6149,341235493,"models/lamap.py",367,2,"m_",python,selection_command +6150,341235743,"models/lamap.py",366,3,"am_",python,selection_command +6151,341235920,"models/lamap.py",365,4,"lam_",python,selection_command +6152,341236099,"models/lamap.py",365,4,"",python,content +6153,341237103,"models/lamap.py",361,26," param_dtype: jnp.dtype",python,selection_command +6154,341237303,"models/lamap.py",361,47," param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +6155,341237451,"models/lamap.py",361,77," param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool",python,selection_command +6156,341238266,"models/lamap.py",361,78,"",python,content +6157,341238449,"models/lamap.py",333,0,"",python,selection_command +6158,341238692,"models/lamap.py",314,0,"",python,selection_command +6159,341238724,"models/lamap.py",295,0,"",python,selection_command +6160,341238763,"models/lamap.py",275,0,"",python,selection_command +6161,341238796,"models/lamap.py",255,0,"",python,selection_command +6162,341238852,"models/lamap.py",234,0,"",python,selection_command +6163,341238861,"models/lamap.py",214,0,"",python,selection_command +6164,341238896,"models/lamap.py",195,0,"",python,selection_command +6165,341238929,"models/lamap.py",179,0,"",python,selection_command +6166,341239077,"models/lamap.py",161,0,"",python,selection_command +6167,341239233,"models/lamap.py",160,0,"",python,selection_command +6168,341239416,"models/lamap.py",160,0,"\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool",python,content +6169,341239423,"models/lamap.py",165,0,"",python,selection_command +6170,341240416,"models/lamap.py",192,0,"",python,selection_command +6171,341240667,"models/lamap.py",213,0,"",python,selection_command +6172,341240699,"models/lamap.py",243,0,"",python,selection_command +6173,341240729,"models/lamap.py",261,0,"",python,selection_command +6174,341240762,"models/lamap.py",277,0,"",python,selection_command +6175,341240796,"models/lamap.py",296,0,"",python,selection_command +6176,341240830,"models/lamap.py",316,0,"",python,selection_command +6177,341240874,"models/lamap.py",337,0,"",python,selection_command +6178,341240897,"models/lamap.py",357,0,"",python,selection_command +6179,341240930,"models/lamap.py",377,0,"",python,selection_command +6180,341240963,"models/lamap.py",396,0,"",python,selection_command +6181,341241076,"models/lamap.py",415,0,"",python,selection_command +6182,341241328,"models/lamap.py",439,0,"",python,selection_command +6183,341241471,"models/lamap.py",444,0,"",python,selection_command +6184,341241699,"models/lamap.py",461,0,"",python,selection_command +6185,341244539,"models/lamap.py",460,0,"\n mapper_dim: int",python,content +6186,341249051,"models/lamap.py",1152,0,"",python,selection_command +6187,341249957,"models/lamap.py",1277,0,"",python,selection_command +6188,341250517,"models/lamap.py",1189,0,"",python,selection_command +6189,341253574,"genie.py",0,0,"",python,tab +6190,341254133,"models/lamap.py",0,0,"",python,tab +6191,341257603,"models/lamap.py",1181,87," def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:",python,selection_command +6192,341258093,"models/lamap.py",1189,0,"",python,selection_command +6193,341258297,"models/lamap.py",1190,0,"",python,selection_command +6194,341258434,"models/lamap.py",1191,0,"",python,selection_command +6195,341258684,"models/lamap.py",1192,0,"",python,selection_command +6196,341258716,"models/lamap.py",1193,0,"",python,selection_command +6197,341258749,"models/lamap.py",1194,0,"",python,selection_command +6198,341258784,"models/lamap.py",1195,0,"",python,selection_command +6199,341258818,"models/lamap.py",1196,0,"",python,selection_command +6200,341258981,"models/lamap.py",1197,0,"",python,selection_command +6201,341259267,"models/lamap.py",1197,71,"",python,content +6202,341260065,"models/lamap.py",1197,0,"()",python,content +6203,341260071,"models/lamap.py",1198,0,"",python,selection_keyboard +6204,341260559,"models/lamap.py",1197,0,"",python,selection_command +6205,341261132,"models/lamap.py",1198,0,"",python,selection_command +6206,341261321,"models/lamap.py",1198,0,"s",python,content +6207,341261324,"models/lamap.py",1199,0,"",python,selection_keyboard +6208,341261382,"models/lamap.py",1199,0,"e",python,content +6209,341261386,"models/lamap.py",1200,0,"",python,selection_keyboard +6210,341261496,"models/lamap.py",1200,0,"l",python,content +6211,341261500,"models/lamap.py",1201,0,"",python,selection_keyboard +6212,341261615,"models/lamap.py",1201,0,"f",python,content +6213,341261619,"models/lamap.py",1202,0,"",python,selection_keyboard +6214,341261691,"models/lamap.py",1202,0,",",python,content +6215,341261693,"models/lamap.py",1203,0,"",python,selection_keyboard +6216,341261825,"models/lamap.py",1203,0," ",python,content +6217,341261830,"models/lamap.py",1204,0,"",python,selection_keyboard +6218,341261996,"models/lamap.py",1203,0,"",python,selection_command +6219,341262486,"genie.py",0,0,"",python,tab +6220,341264439,"models/lamap.py",0,0,"",python,tab +6221,341265513,"models/lam.py",0,0,"",python,tab +6222,341266145,"models/lam.py",520,0,"",python,selection_command +6223,341266286,"models/lam.py",1205,0,"",python,selection_command +6224,341267322,"models/lam.py",1215,0,"",python,selection_command +6225,341267567,"models/lam.py",1249,0,"",python,selection_command +6226,341267601,"models/lam.py",1277,0,"",python,selection_command +6227,341267634,"models/lam.py",1319,0,"",python,selection_command +6228,341267668,"models/lam.py",1349,0,"",python,selection_command +6229,341267701,"models/lam.py",1359,0,"",python,selection_command +6230,341267735,"models/lam.py",1394,0,"",python,selection_command +6231,341267773,"models/lam.py",1422,0,"",python,selection_command +6232,341267807,"models/lam.py",1464,0,"",python,selection_command +6233,341267841,"models/lam.py",1494,0,"",python,selection_command +6234,341267874,"models/lam.py",1504,0,"",python,selection_command +6235,341267908,"models/lam.py",1542,0,"",python,selection_command +6236,341267941,"models/lam.py",1570,0,"",python,selection_command +6237,341267974,"models/lam.py",1604,0,"",python,selection_command +6238,341268007,"models/lam.py",1633,0,"",python,selection_command +6239,341268041,"models/lam.py",1661,0,"",python,selection_command +6240,341268074,"models/lam.py",1687,0,"",python,selection_command +6241,341268107,"models/lam.py",1717,0,"",python,selection_command +6242,341268141,"models/lam.py",1741,0,"",python,selection_command +6243,341268174,"models/lam.py",1799,0,"",python,selection_command +6244,341268377,"models/lam.py",1801,0,"",python,selection_command +6245,341268652,"models/lam.py",1810,0,"",python,selection_command +6246,341269974,"models/lamap.py",0,0,"",python,tab +6247,341270666,"models/lamap.py",1181,24," def __call__(self, )",python,selection_command +6248,341270803,"models/lamap.py",1181,24," def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:",python,content +6249,341270812,"models/lamap.py",1185,0,"",python,selection_command +6250,341273985,"models/lamap.py",0,0,"",python,selection_command +6251,341274782,"models/lamap.py",0,0,"\n",python,content +6252,341275383,"models/lamap.py",0,0,"\n",python,content +6253,341276605,"models/lamap.py",0,0,"from typing import Dict, Any",python,content +6254,341276874,"models/lamap.py",27,0,"",python,selection_command +6255,341277733,"models/lamap.py",1307,0,"",python,selection_command +6256,341288721,"models/lamap.py",0,0,"",python,selection_command +6257,341303077,"models/lamap.py",1307,0,"",python,selection_command +6258,341308297,"models/lamap.py",1219,0,"",python,selection_command +6259,341308418,"models/lamap.py",1227,0,"",python,selection_command +6260,341308590,"models/lamap.py",1228,0,"",python,selection_command +6261,341308847,"models/lamap.py",1232,0,"",python,selection_command +6262,341308875,"models/lamap.py",1234,0,"",python,selection_command +6263,341308907,"models/lamap.py",1239,0,"",python,selection_command +6264,341308941,"models/lamap.py",1241,0,"",python,selection_command +6265,341308974,"models/lamap.py",1245,0,"",python,selection_command +6266,341309008,"models/lamap.py",1246,0,"",python,selection_command +6267,341314380,"models/lamap.py",1310,0,"",python,selection_command +6268,341315034,"models/lamap.py",1299,12," ",python,content +6269,341317568,"genie.py",0,0,"",python,tab +6270,341319998,"genie.py",580,0,"",python,selection_command +6271,341320333,"genie.py",592,0,"",python,selection_command +6272,341320489,"genie.py",664,0,"",python,selection_command +6273,341320633,"genie.py",688,0,"",python,selection_command +6274,341320884,"genie.py",712,0,"",python,selection_command +6275,341320982,"genie.py",735,0,"",python,selection_command +6276,341321332,"genie.py",1556,0,"",python,selection_command +6277,341322494,"genie.py",1640,0,"",python,selection_command +6278,341323424,"genie.py",1556,0,"",python,selection_command +6279,341323769,"genie.py",2703,0,"",python,selection_command +6280,341327016,"genie.py",2617,0,"",python,selection_command +6281,341327810,"genie.py",2590,85," tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)",python,selection_command +6282,341332633,"genie.py",2590,159," tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)",python,selection_command +6283,341332950,"genie.py",2590,0,"",python,selection_command +6284,341333482,"models/lamap.py",0,0,"",python,tab +6285,341334212,"models/lamap.py",1306,0,"",python,selection_command +6286,341334298,"models/lamap.py",1307,0,"\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)",python,content +6287,341334302,"models/lamap.py",1316,0,"",python,selection_command +6288,341334820,"models/lamap.py",1306,0,"",python,selection_command +6289,341335070,"models/lamap.py",1299,9,"",python,content +6290,341335078,"models/lamap.py",1307,0,"",python,selection_command +6291,341340760,"models/lamap.py",1219,0,"",python,selection_command +6292,341341011,"models/lamap.py",1210,0,"",python,selection_command +6293,341341041,"models/lamap.py",1208,0,"",python,selection_command +6294,341341074,"models/lamap.py",1178,0,"",python,selection_command +6295,341341107,"models/lamap.py",1136,0,"",python,selection_command +6296,341341141,"models/lamap.py",1108,0,"",python,selection_command +6297,341341179,"models/lamap.py",1072,0,"",python,selection_command +6298,341341241,"models/lamap.py",1061,0,"",python,selection_command +6299,341341274,"models/lamap.py",1003,0,"",python,selection_command +6300,341341306,"models/lamap.py",973,0,"",python,selection_command +6301,341341339,"models/lamap.py",931,0,"",python,selection_command +6302,341341373,"models/lamap.py",897,0,"",python,selection_command +6303,341341406,"models/lamap.py",872,0,"",python,selection_command +6304,341341440,"models/lamap.py",830,0,"",python,selection_command +6305,341341473,"models/lamap.py",786,0,"",python,selection_command +6306,341341506,"models/lamap.py",742,0,"",python,selection_command +6307,341341540,"models/lamap.py",693,0,"",python,selection_command +6308,341341573,"models/lamap.py",647,0,"",python,selection_command +6309,341341606,"models/lamap.py",611,0,"",python,selection_command +6310,341341640,"models/lamap.py",579,0,"",python,selection_command +6311,341341673,"models/lamap.py",541,0,"",python,selection_command +6312,341341982,"models/lamap.py",520,0,"",python,selection_command +6313,341342251,"models/lamap.py",532,0,"\n ",python,content +6314,341346256,"models/lamap.py",533,8,"",python,content +6315,341347780,"genie.py",0,0,"",python,tab +6316,341349862,"models/lamap.py",0,0,"",python,tab +6317,341350180,"models/lamap.py",534,0,"",python,selection_command +6318,341350428,"models/lamap.py",572,0,"",python,selection_command +6319,341350460,"models/lamap.py",604,0,"",python,selection_command +6320,341350492,"models/lamap.py",640,0,"",python,selection_command +6321,341350526,"models/lamap.py",686,0,"",python,selection_command +6322,341350560,"models/lamap.py",735,0,"",python,selection_command +6323,341350600,"models/lamap.py",779,0,"",python,selection_command +6324,341350631,"models/lamap.py",823,0,"",python,selection_command +6325,341350671,"models/lamap.py",865,0,"",python,selection_command +6326,341350697,"models/lamap.py",890,0,"",python,selection_command +6327,341350729,"models/lamap.py",924,0,"",python,selection_command +6328,341350763,"models/lamap.py",966,0,"",python,selection_command +6329,341350796,"models/lamap.py",996,0,"",python,selection_command +6330,341350830,"models/lamap.py",1054,0,"",python,selection_command +6331,341350863,"models/lamap.py",1064,0,"",python,selection_command +6332,341351014,"models/lamap.py",1065,0,"",python,selection_command +6333,341351228,"models/lamap.py",1064,0,"",python,selection_command +6334,341351565,"models/lamap.py",1064,1,"",python,content +6335,341351570,"models/lamap.py",1072,0,"",python,selection_command +6336,341351698,"models/lamap.py",1062,0,"",python,selection_command +6337,341351947,"models/lamap.py",1004,0,"",python,selection_command +6338,341351979,"models/lamap.py",974,0,"",python,selection_command +6339,341352013,"models/lamap.py",932,0,"",python,selection_command +6340,341352046,"models/lamap.py",898,0,"",python,selection_command +6341,341352078,"models/lamap.py",873,0,"",python,selection_command +6342,341352113,"models/lamap.py",831,0,"",python,selection_command +6343,341352148,"models/lamap.py",787,0,"",python,selection_command +6344,341352179,"models/lamap.py",743,0,"",python,selection_command +6345,341352213,"models/lamap.py",694,0,"",python,selection_command +6346,341352246,"models/lamap.py",648,0,"",python,selection_command +6347,341352280,"models/lamap.py",612,0,"",python,selection_command +6348,341352312,"models/lamap.py",580,0,"",python,selection_command +6349,341352346,"models/lamap.py",542,0,"",python,selection_command +6350,341352380,"models/lamap.py",533,0,"",python,selection_command +6351,341353361,"models/lamap.py",532,1,"",python,content +6352,341353461,"models/lamap.py",532,0,"\n ",python,content +6353,341353919,"models/lamap.py",541,0,"s",python,content +6354,341353922,"models/lamap.py",542,0,"",python,selection_keyboard +6355,341353984,"models/lamap.py",542,0,"e",python,content +6356,341353987,"models/lamap.py",543,0,"",python,selection_keyboard +6357,341354040,"models/lamap.py",543,0,"l",python,content +6358,341354043,"models/lamap.py",544,0,"",python,selection_keyboard +6359,341354197,"models/lamap.py",544,0,"f",python,content +6360,341354199,"models/lamap.py",545,0,"",python,selection_keyboard +6361,341354492,"models/lamap.py",545,0,".",python,content +6362,341354494,"models/lamap.py",546,0,"",python,selection_keyboard +6363,341354665,"models/lamap.py",546,0,"t",python,content +6364,341354668,"models/lamap.py",547,0,"",python,selection_keyboard +6365,341354757,"models/lamap.py",547,0,"o",python,content +6366,341354759,"models/lamap.py",548,0,"",python,selection_keyboard +6367,341354809,"models/lamap.py",548,0,"k",python,content +6368,341354814,"models/lamap.py",549,0,"",python,selection_keyboard +6369,341354967,"models/lamap.py",549,0,"e",python,content +6370,341354971,"models/lamap.py",550,0,"",python,selection_keyboard +6371,341355116,"models/lamap.py",550,0,"n",python,content +6372,341355120,"models/lamap.py",551,0,"",python,selection_keyboard +6373,341355231,"models/lamap.py",551,0,"izer = Tokenizer(",python,content +6374,341356926,"models/lamap.py",567,0,"",python,selection_command +6375,341358673,"genie.py",0,0,"",python,tab +6376,341359513,"genie.py",1756,0,"",python,selection_command +6377,341360148,"genie.py",951,0,"",python,selection_command +6378,341360595,"genie.py",975,0,"",python,selection_command +6379,341360801,"genie.py",980,0,"",python,selection_command +6380,341360958,"genie.py",1001,0,"",python,selection_command +6381,341361214,"genie.py",997,40," self.tokenizer = TokenizerVQVAE(",python,selection_command +6382,341361364,"genie.py",997,72," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,",python,selection_command +6383,341361618,"genie.py",997,114," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,",python,selection_command +6384,341361647,"genie.py",997,160," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,",python,selection_command +6385,341361676,"genie.py",997,208," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,",python,selection_command +6386,341361709,"genie.py",997,248," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,",python,selection_command +6387,341361743,"genie.py",997,298," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,",python,selection_command +6388,341361779,"genie.py",997,346," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,",python,selection_command +6389,341361813,"genie.py",997,371," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,",python,selection_command +6390,341361847,"genie.py",997,405," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,",python,selection_command +6391,341361879,"genie.py",997,447," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,",python,selection_command +6392,341361912,"genie.py",997,477," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,selection_command +6393,341362047,"genie.py",997,535," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,",python,selection_command +6394,341362226,"genie.py",997,545," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +6395,341362893,"genie.py",997,0,"",python,selection_command +6396,341363411,"models/lamap.py",0,0,"",python,tab +6397,341364221,"models/lamap.py",533,35," self.tokenizer = Tokenizer(",python,selection_command +6398,341364400,"models/lamap.py",533,35," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,content +6399,341364411,"models/lamap.py",541,0,"",python,selection_command +6400,341365698,"models/lamap.py",545,0,"",python,selection_command +6401,341366065,"models/lamap.py",0,0,"",python,selection_command +6402,341366518,"models/lamap.py",29,0,"",python,selection_command +6403,341366761,"models/lamap.py",30,0,"",python,selection_command +6404,341366793,"models/lamap.py",54,0,"",python,selection_command +6405,341366824,"models/lamap.py",78,0,"",python,selection_command +6406,341367143,"models/lamap.py",79,0,"",python,selection_command +6407,341368137,"models/lamap.py",119,0,"\nfrom models.tokenizer import TokenizerVQVAE",python,content +6408,341369365,"models/lamap.py",539,0,"",python,selection_command +6409,341370181,"models/lamap.py",560,0,"",python,selection_command +6410,341370548,"models/lamap.py",581,0,"",python,selection_command +6411,341370829,"models/lamap.py",622,0,"",python,selection_command +6412,341371015,"models/lamap.py",654,0,"",python,selection_command +6413,341371214,"models/lamap.py",696,0,"",python,selection_command +6414,341371465,"models/lamap.py",742,0,"",python,selection_command +6415,341371492,"models/lamap.py",790,0,"",python,selection_command +6416,341371529,"models/lamap.py",830,0,"",python,selection_command +6417,341371558,"models/lamap.py",880,0,"",python,selection_command +6418,341371748,"models/lamap.py",928,0,"",python,selection_command +6419,341371939,"models/lamap.py",953,0,"",python,selection_command +6420,341372114,"models/lamap.py",987,0,"",python,selection_command +6421,341372237,"models/lamap.py",1029,0,"",python,selection_command +6422,341372435,"models/lamap.py",1059,0,"",python,selection_command +6423,341372602,"models/lamap.py",1067,0,"",python,selection_command +6424,341373216,"models/lamap.py",1037,0,"",python,selection_command +6425,341373381,"models/lamap.py",995,0,"",python,selection_command +6426,341373567,"models/lamap.py",961,0,"",python,selection_command +6427,341373901,"models/lamap.py",936,0,"",python,selection_command +6428,341374097,"models/lamap.py",888,0,"",python,selection_command +6429,341374223,"models/lamap.py",838,0,"",python,selection_command +6430,341374479,"models/lamap.py",798,0,"",python,selection_command +6431,341374512,"models/lamap.py",750,0,"",python,selection_command +6432,341374541,"models/lamap.py",704,0,"",python,selection_command +6433,341374663,"models/lamap.py",662,0,"",python,selection_command +6434,341377357,"models/lamap.py",630,0,"",python,selection_command +6435,341377610,"models/lamap.py",589,0,"",python,selection_command +6436,341377640,"models/lamap.py",568,0,"",python,selection_command +6437,341377673,"models/lamap.py",555,0,"",python,selection_command +6438,341377708,"models/lamap.py",547,0,"",python,selection_command +6439,341377739,"models/lamap.py",526,0,"",python,selection_command +6440,341377773,"models/lamap.py",513,0,"",python,selection_command +6441,341377807,"models/lamap.py",497,0,"",python,selection_command +6442,341377845,"models/lamap.py",478,0,"",python,selection_command +6443,341377877,"models/lamap.py",459,0,"",python,selection_command +6444,341377908,"models/lamap.py",439,0,"",python,selection_command +6445,341377940,"models/lamap.py",419,0,"",python,selection_command +6446,341377974,"models/lamap.py",398,0,"",python,selection_command +6447,341378040,"models/lamap.py",378,0,"",python,selection_command +6448,341378050,"models/lamap.py",359,0,"",python,selection_command +6449,341378073,"models/lamap.py",343,0,"",python,selection_command +6450,341378105,"models/lamap.py",325,0,"",python,selection_command +6451,341378138,"models/lamap.py",295,0,"",python,selection_command +6452,341378933,"models/lamap.py",312,0,"\n ",python,content +6453,341379482,"models/lamap.py",317,0,"\n ",python,content +6454,341379483,"models/lamap.py",313,4,"",python,content +6455,341380716,"models/lamap.py",318,0,"# --- Tokenizer ---",python,content +6456,341381195,"models/lamap.py",337,0,"\n ",python,content +6457,341381985,"models/lamap.py",342,0,"tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int",python,content +6458,341382326,"models/lamap.py",491,0,"",python,selection_command +6459,341384830,"models/lamap.py",509,0,"",python,selection_command +6460,341385082,"models/lamap.py",525,0,"",python,selection_command +6461,341385112,"models/lamap.py",544,0,"",python,selection_command +6462,341385141,"models/lamap.py",564,0,"",python,selection_command +6463,341385176,"models/lamap.py",585,0,"",python,selection_command +6464,341385212,"models/lamap.py",605,0,"",python,selection_command +6465,341385245,"models/lamap.py",625,0,"",python,selection_command +6466,341385279,"models/lamap.py",644,0,"",python,selection_command +6467,341385312,"models/lamap.py",663,0,"",python,selection_command +6468,341385345,"models/lamap.py",691,0,"",python,selection_command +6469,341385378,"models/lamap.py",693,0,"",python,selection_command +6470,341385412,"models/lamap.py",713,0,"",python,selection_command +6471,341385446,"models/lamap.py",733,0,"",python,selection_command +6472,341385480,"models/lamap.py",735,0,"",python,selection_command +6473,341385512,"models/lamap.py",755,0,"",python,selection_command +6474,341385546,"models/lamap.py",784,0,"",python,selection_command +6475,341385578,"models/lamap.py",825,0,"",python,selection_command +6476,341385615,"models/lamap.py",857,0,"",python,selection_command +6477,341385646,"models/lamap.py",899,0,"",python,selection_command +6478,341385683,"models/lamap.py",945,0,"",python,selection_command +6479,341385713,"models/lamap.py",993,0,"",python,selection_command +6480,341385746,"models/lamap.py",1033,0,"",python,selection_command +6481,341385778,"models/lamap.py",1083,0,"",python,selection_command +6482,341385813,"models/lamap.py",1127,0,"",python,selection_command +6483,341385845,"models/lamap.py",1156,0,"",python,selection_command +6484,341385879,"models/lamap.py",1190,0,"",python,selection_command +6485,341385913,"models/lamap.py",1232,0,"",python,selection_command +6486,341385946,"models/lamap.py",1262,0,"",python,selection_command +6487,341385978,"models/lamap.py",1301,0,"",python,selection_command +6488,341386279,"models/lamap.py",1330,0,"",python,selection_command +6489,341386465,"models/lamap.py",1368,0,"",python,selection_command +6490,341390085,"models/lamap.py",1330,0,"",python,selection_command +6491,341390331,"models/lamap.py",1301,0,"",python,selection_command +6492,341390362,"models/lamap.py",1262,0,"",python,selection_command +6493,341390395,"models/lamap.py",1232,0,"",python,selection_command +6494,341390428,"models/lamap.py",1190,0,"",python,selection_command +6495,341390461,"models/lamap.py",1156,0,"",python,selection_command +6496,341390496,"models/lamap.py",1127,0,"",python,selection_command +6497,341390528,"models/lamap.py",1083,0,"",python,selection_command +6498,341390563,"models/lamap.py",1033,0,"",python,selection_command +6499,341390595,"models/lamap.py",993,0,"",python,selection_command +6500,341390629,"models/lamap.py",945,0,"",python,selection_command +6501,341390662,"models/lamap.py",899,0,"",python,selection_command +6502,341390696,"models/lamap.py",857,0,"",python,selection_command +6503,341390730,"models/lamap.py",825,0,"",python,selection_command +6504,341390763,"models/lamap.py",784,0,"",python,selection_command +6505,341391256,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +6506,341391261,"models/tokenizer.py",196,0,"",python,selection_command +6507,341392961,"models/lamap.py",0,0,"",python,tab +6508,341392964,"models/lamap.py",784,0,"",python,selection_command +6509,341393548,"models/lamap.py",825,0,"",python,selection_command +6510,341396186,"models/lamap.py",0,0,"",python,selection_command +6511,341396481,"models/lamap.py",29,0,"",python,selection_command +6512,341396732,"models/lamap.py",30,0,"",python,selection_command +6513,341396760,"models/lamap.py",54,0,"",python,selection_command +6514,341396793,"models/lamap.py",78,0,"",python,selection_command +6515,341396826,"models/lamap.py",79,0,"",python,selection_command +6516,341396860,"models/lamap.py",120,0,"",python,selection_command +6517,341396896,"models/lamap.py",164,0,"",python,selection_command +6518,341396929,"models/lamap.py",165,0,"",python,selection_command +6519,341396962,"models/lamap.py",166,0,"",python,selection_command +6520,341396995,"models/lamap.py",203,0,"",python,selection_command +6521,341397029,"models/lamap.py",234,0,"",python,selection_command +6522,341397062,"models/lamap.py",235,0,"",python,selection_command +6523,341397096,"models/lamap.py",262,0,"",python,selection_command +6524,341397130,"models/lamap.py",283,0,"",python,selection_command +6525,341397162,"models/lamap.py",313,0,"",python,selection_command +6526,341397196,"models/lamap.py",314,0,"",python,selection_command +6527,341397359,"models/lamap.py",338,0,"",python,selection_command +6528,341397701,"models/lamap.py",314,0,"",python,selection_command +6529,341398696,"genie.py",0,0,"",python,tab +6530,341399313,"genie.py",976,0,"",python,selection_command +6531,341399565,"genie.py",975,0,"",python,selection_command +6532,341399592,"genie.py",947,0,"",python,selection_command +6533,341399623,"genie.py",922,0,"",python,selection_command +6534,341399656,"genie.py",892,0,"",python,selection_command +6535,341399689,"genie.py",871,0,"",python,selection_command +6536,341399723,"genie.py",844,0,"",python,selection_command +6537,341399756,"genie.py",820,0,"",python,selection_command +6538,341399789,"genie.py",795,0,"",python,selection_command +6539,341399822,"genie.py",777,0,"",python,selection_command +6540,341399856,"genie.py",754,0,"",python,selection_command +6541,341399889,"genie.py",731,0,"",python,selection_command +6542,341400201,"genie.py",708,0,"",python,selection_command +6543,341400426,"genie.py",731,0,"",python,selection_command +6544,341400670,"genie.py",731,22," lam_co_train: bool",python,selection_command +6545,341401101,"genie.py",708,45," lam_num_heads: int\n lam_co_train: bool",python,selection_command +6546,341401352,"genie.py",684,69," lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6547,341401381,"genie.py",660,93," lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6548,341401414,"genie.py",632,121," num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6549,341401446,"genie.py",605,148," latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6550,341401479,"genie.py",588,165," lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6551,341401514,"genie.py",570,183," # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6552,341401547,"genie.py",541,212," tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6553,341401581,"genie.py",511,242," tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6554,341401613,"genie.py",491,262," patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6555,341401647,"genie.py",464,289," num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6556,341401680,"genie.py",438,315," latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6557,341401714,"genie.py",415,338," tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6558,341401747,"genie.py",399,354," in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6559,341401781,"genie.py",375,378," # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6560,341401814,"genie.py",374,379,"\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6561,341401846,"genie.py",352,401," """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6562,341401880,"genie.py",328,425,"class Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6563,341402186,"genie.py",352,401," """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6564,341402384,"genie.py",374,379,"\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6565,341402740,"genie.py",375,378," # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,selection_command +6566,341403068,"genie.py",375,0,"",python,selection_command +6567,341403686,"models/lamap.py",0,0,"",python,tab +6568,341404401,"models/lamap.py",314,23," # --- Tokenizer ---",python,selection_command +6569,341404611,"models/lamap.py",314,46," # --- Tokenizer ---\n tokenizer_dim: int",python,selection_command +6570,341404864,"models/lamap.py",314,72," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int",python,selection_command +6571,341404893,"models/lamap.py",314,99," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int",python,selection_command +6572,341404924,"models/lamap.py",314,119," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int",python,selection_command +6573,341404957,"models/lamap.py",314,149," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int",python,selection_command +6574,341404989,"models/lamap.py",314,178," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int",python,selection_command +6575,341405024,"models/lamap.py",314,196," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---",python,selection_command +6576,341405056,"models/lamap.py",314,212," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int",python,selection_command +6577,341405090,"models/lamap.py",314,231," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int",python,selection_command +6578,341405123,"models/lamap.py",314,251," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int",python,selection_command +6579,341405157,"models/lamap.py",314,272," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int",python,selection_command +6580,341405190,"models/lamap.py",314,292," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int",python,selection_command +6581,341405222,"models/lamap.py",314,312," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int",python,selection_command +6582,341405400,"models/lamap.py",314,331," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int",python,selection_command +6583,341405555,"models/lamap.py",314,350," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float",python,selection_command +6584,341405715,"models/lamap.py",314,378," # --- Tokenizer ---\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float",python,selection_command +6585,341405957,"models/lamap.py",314,378," # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool",python,content +6586,341405976,"models/lamap.py",318,0,"",python,selection_command +6587,341407052,"models/lamap.py",342,0,"",python,selection_command +6588,341412609,"genie.py",0,0,"",python,tab +6589,341413348,"genie.py",399,0,"",python,selection_command +6590,341413530,"genie.py",403,0,"",python,selection_command +6591,341413836,"genie.py",1050,0,"",python,selection_command +6592,341414126,"genie.py",1062,0,"",python,selection_command +6593,341414435,"genie.py",1593,0,"",python,selection_command +6594,341415254,"genie.py",1605,0,"",python,selection_command +6595,341415533,"genie.py",1593,0,"",python,selection_command +6596,341415700,"genie.py",1062,0,"",python,selection_command +6597,341415887,"genie.py",1050,0,"",python,selection_command +6598,341416125,"genie.py",403,0,"",python,selection_command +6599,341417151,"models/lamap.py",0,0,"",python,tab +6600,341418755,"models/lamap.py",358,0,"",python,selection_command +6601,341418999,"models/lamap.py",381,0,"",python,selection_command +6602,341419032,"models/lamap.py",407,0,"",python,selection_command +6603,341419064,"models/lamap.py",434,0,"",python,selection_command +6604,341419098,"models/lamap.py",454,0,"",python,selection_command +6605,341419381,"models/lamap.py",484,0,"",python,selection_command +6606,341419631,"models/lamap.py",513,0,"",python,selection_command +6607,341419663,"models/lamap.py",531,0,"",python,selection_command +6608,341419695,"models/lamap.py",548,0,"",python,selection_command +6609,341419733,"models/lamap.py",575,0,"",python,selection_command +6610,341419998,"models/lamap.py",548,0,"",python,selection_command +6611,341420185,"models/lamap.py",531,0,"",python,selection_command +6612,341420616,"models/lamap.py",513,0,"",python,selection_command +6613,341420885,"models/lamap.py",531,0,"",python,selection_command +6614,341421133,"models/lamap.py",548,0,"",python,selection_command +6615,341421166,"models/lamap.py",575,0,"",python,selection_command +6616,341421198,"models/lamap.py",603,0,"",python,selection_command +6617,341421232,"models/lamap.py",627,0,"",python,selection_command +6618,341421266,"models/lamap.py",651,0,"",python,selection_command +6619,341421299,"models/lamap.py",674,0,"",python,selection_command +6620,341421334,"models/lamap.py",693,0,"",python,selection_command +6621,341421368,"models/lamap.py",698,0,"",python,selection_command +6622,341421402,"models/lamap.py",719,0,"",python,selection_command +6623,341421439,"models/lamap.py",735,0,"",python,selection_command +6624,341421473,"models/lamap.py",740,0,"",python,selection_command +6625,341421507,"models/lamap.py",761,0,"",python,selection_command +6626,341421540,"models/lamap.py",802,0,"",python,selection_command +6627,341421573,"models/lamap.py",834,0,"",python,selection_command +6628,341421923,"models/lamap.py",842,0,"",python,selection_command +6629,341422081,"models/lamap.py",851,0,"",python,selection_command +6630,341422332,"models/lamap.py",852,0,"",python,selection_command +6631,341422532,"models/lamap.py",856,0,"",python,selection_command +6632,341422766,"models/lamap.py",857,0,"",python,selection_command +6633,341423246,"models/lamap.py",899,0,"",python,selection_command +6634,341423496,"models/lamap.py",945,0,"",python,selection_command +6635,341423525,"models/lamap.py",993,0,"",python,selection_command +6636,341423617,"models/lamap.py",1033,0,"",python,selection_command +6637,341425357,"models/lamap.py",1083,0,"",python,selection_command +6638,341425533,"models/lamap.py",1127,0,"",python,selection_command +6639,341425863,"models/lamap.py",1104,0,"",python,selection_command +6640,341427199,"models/lamap.py",1056,0,"",python,selection_command +6641,341427448,"models/lamap.py",1006,0,"",python,selection_command +6642,341427480,"models/lamap.py",966,0,"",python,selection_command +6643,341427513,"models/lamap.py",918,0,"",python,selection_command +6644,341427546,"models/lamap.py",872,0,"",python,selection_command +6645,341427679,"models/lamap.py",918,0,"",python,selection_command +6646,341427932,"models/lamap.py",966,0,"",python,selection_command +6647,341427959,"models/lamap.py",1006,0,"",python,selection_command +6648,341427995,"models/lamap.py",1056,0,"",python,selection_command +6649,341428030,"models/lamap.py",1104,0,"",python,selection_command +6650,341428071,"models/lamap.py",1129,0,"",python,selection_command +6651,341428095,"models/lamap.py",1163,0,"",python,selection_command +6652,341428129,"models/lamap.py",1205,0,"",python,selection_command +6653,341428162,"models/lamap.py",1235,0,"",python,selection_command +6654,341428195,"models/lamap.py",1293,0,"",python,selection_command +6655,341428229,"models/lamap.py",1303,0,"",python,selection_command +6656,341428263,"models/lamap.py",1341,0,"",python,selection_command +6657,341428296,"models/lamap.py",1373,0,"",python,selection_command +6658,341428329,"models/lamap.py",1409,0,"",python,selection_command +6659,341428362,"models/lamap.py",1455,0,"",python,selection_command +6660,341428396,"models/lamap.py",1504,0,"",python,selection_command +6661,341428429,"models/lamap.py",1548,0,"",python,selection_command +6662,341428463,"models/lamap.py",1592,0,"",python,selection_command +6663,341428496,"models/lamap.py",1634,0,"",python,selection_command +6664,341428529,"models/lamap.py",1659,0,"",python,selection_command +6665,341428563,"models/lamap.py",1693,0,"",python,selection_command +6666,341428596,"models/lamap.py",1735,0,"",python,selection_command +6667,341428629,"models/lamap.py",1765,0,"",python,selection_command +6668,341428662,"models/lamap.py",1823,0,"",python,selection_command +6669,341428696,"models/lamap.py",1833,0,"",python,selection_command +6670,341428729,"models/lamap.py",1869,0,"",python,selection_command +6671,341428763,"models/lamap.py",1897,0,"",python,selection_command +6672,341428796,"models/lamap.py",1939,0,"",python,selection_command +6673,341428830,"models/lamap.py",1969,0,"",python,selection_command +6674,341428863,"models/lamap.py",1979,0,"",python,selection_command +6675,341428896,"models/lamap.py",1980,0,"",python,selection_command +6676,341428997,"models/lamap.py",1979,0,"",python,selection_command +6677,341429249,"models/lamap.py",1969,0,"",python,selection_command +6678,341429280,"models/lamap.py",1939,0,"",python,selection_command +6679,341429313,"models/lamap.py",1897,0,"",python,selection_command +6680,341429346,"models/lamap.py",1869,0,"",python,selection_command +6681,341429379,"models/lamap.py",1833,0,"",python,selection_command +6682,341429415,"models/lamap.py",1823,0,"",python,selection_command +6683,341429450,"models/lamap.py",1765,0,"",python,selection_command +6684,341429480,"models/lamap.py",1735,0,"",python,selection_command +6685,341429517,"models/lamap.py",1693,0,"",python,selection_command +6686,341429549,"models/lamap.py",1659,0,"",python,selection_command +6687,341434081,"models/lamap.py",1693,0,"",python,selection_command +6688,341434332,"models/lamap.py",1735,0,"",python,selection_command +6689,341434364,"models/lamap.py",1765,0,"",python,selection_command +6690,341434396,"models/lamap.py",1823,0,"",python,selection_command +6691,341434429,"models/lamap.py",1833,0,"",python,selection_command +6692,341434463,"models/lamap.py",1869,0,"",python,selection_command +6693,341434496,"models/lamap.py",1897,0,"",python,selection_command +6694,341434529,"models/lamap.py",1939,0,"",python,selection_command +6695,341434682,"models/lamap.py",1969,0,"",python,selection_command +6696,341434865,"models/lamap.py",1979,0,"",python,selection_command +6697,341435026,"models/lamap.py",1980,0,"",python,selection_command +6698,341435170,"models/lamap.py",2068,0,"",python,selection_command +6699,341435348,"models/lamap.py",2076,0,"",python,selection_command +6700,341440125,"models/lamap.py",2162,0,"",python,selection_command +6701,341441328,"genie.py",0,0,"",python,tab +6702,341442403,"genie.py",926,0,"",python,selection_command +6703,341443085,"genie.py",1707,0,"",python,selection_command +6704,341443813,"genie.py",2506,0,"",python,selection_command +6705,341444767,"genie.py",2594,0,"",python,selection_command +6706,341444929,"genie.py",2680,0,"",python,selection_command +6707,341445214,"genie.py",2754,0,"",python,selection_command +6708,341449027,"models/lamap.py",0,0,"",python,tab +6709,341449835,"models/lamap.py",2227,0,"\n ",python,content +6710,341450104,"models/lamap.py",2236,0,"l",python,content +6711,341450107,"models/lamap.py",2237,0,"",python,selection_keyboard +6712,341450209,"models/lamap.py",2237,0,"a",python,content +6713,341450212,"models/lamap.py",2238,0,"",python,selection_keyboard +6714,341450311,"models/lamap.py",2238,0,"t",python,content +6715,341450313,"models/lamap.py",2239,0,"",python,selection_keyboard +6716,341450423,"models/lamap.py",2239,0,"e",python,content +6717,341450425,"models/lamap.py",2240,0,"",python,selection_keyboard +6718,341450543,"models/lamap.py",2240,0,"n",python,content +6719,341450546,"models/lamap.py",2241,0,"",python,selection_keyboard +6720,341450624,"models/lamap.py",2241,0,"t",python,content +6721,341450625,"models/lamap.py",2242,0,"",python,selection_keyboard +6722,341450863,"models/lamap.py",2242,0,"_",python,content +6723,341450866,"models/lamap.py",2243,0,"",python,selection_keyboard +6724,341451024,"models/lamap.py",2243,0,"a",python,content +6725,341451028,"models/lamap.py",2244,0,"",python,selection_keyboard +6726,341451074,"models/lamap.py",2244,0,"c",python,content +6727,341451079,"models/lamap.py",2245,0,"",python,selection_keyboard +6728,341451314,"models/lamap.py",2245,0,"t",python,content +6729,341451319,"models/lamap.py",2246,0,"",python,selection_keyboard +6730,341451344,"models/lamap.py",2246,0,"i",python,content +6731,341451348,"models/lamap.py",2247,0,"",python,selection_keyboard +6732,341451418,"models/lamap.py",2247,0,"o",python,content +6733,341451422,"models/lamap.py",2248,0,"",python,selection_keyboard +6734,341451503,"models/lamap.py",2248,0,"n",python,content +6735,341451507,"models/lamap.py",2249,0,"",python,selection_keyboard +6736,341451549,"models/lamap.py",2249,0,"s",python,content +6737,341451554,"models/lamap.py",2250,0,"",python,selection_keyboard +6738,341451747,"models/lamap.py",2250,0," ",python,content +6739,341451752,"models/lamap.py",2251,0,"",python,selection_keyboard +6740,341452052,"models/lamap.py",2251,0,"= self.action_map(lam_outputs[""z_q""])",python,content +6741,341452282,"models/lamap.py",2287,0,"",python,selection_command +6742,341454616,"models/lamap.py",2285,0,"",python,selection_command +6743,341454864,"models/lamap.py",2282,0,"",python,selection_command +6744,341454896,"models/lamap.py",2280,0,"",python,selection_command +6745,341454929,"models/lamap.py",2269,0,"",python,selection_command +6746,341455147,"models/lamap.py",2268,0,"",python,selection_command +6747,341455614,"models/lamap.py",2268,1,"(",python,selection_command +6748,341455686,"models/lamap.py",2258,11,"action_map(",python,selection_command +6749,341455854,"models/lamap.py",2257,12,".action_map(",python,selection_command +6750,341456115,"models/lamap.py",2253,16,"self.action_map(",python,selection_command +6751,341456430,"models/lamap.py",2253,16,"",python,content +6752,341456764,"models/lamap.py",2272,0,"",python,selection_command +6753,341456991,"models/lamap.py",2271,1,"",python,content +6754,341457133,"models/lamap.py",2270,0,"",python,selection_command +6755,341460498,"models/lamap.py",2196,0,"",python,selection_command +6756,341460647,"models/lamap.py",2110,0,"",python,selection_command +6757,341461204,"genie.py",0,0,"",python,tab +6758,341462703,"genie.py",2680,0,"",python,selection_command +6759,341462854,"genie.py",2594,0,"",python,selection_command +6760,341467446,"genie.py",2598,0,"",python,selection_command +6761,341469870,"genie.py",3003,0,"",python,selection_command +6762,341470168,"genie.py",2598,0,"",python,selection_command +6763,341470702,"genie.py",3003,0,"",python,selection_command +6764,341471364,"genie.py",2598,0,"",python,selection_command +6765,341472019,"models/lamap.py",0,0,"",python,tab +6766,341472983,"models/lamap.py",2068,86,"",python,content +6767,341472995,"models/lamap.py",2076,0,"",python,selection_command +6768,341473346,"models/lamap.py",1988,0,"",python,selection_command +6769,341473600,"models/lamap.py",1979,0,"",python,selection_command +6770,341473631,"models/lamap.py",1977,0,"",python,selection_command +6771,341473665,"models/lamap.py",1947,0,"",python,selection_command +6772,341473698,"models/lamap.py",1905,0,"",python,selection_command +6773,341473732,"models/lamap.py",1877,0,"",python,selection_command +6774,341473766,"models/lamap.py",1841,0,"",python,selection_command +6775,341473800,"models/lamap.py",1831,0,"",python,selection_command +6776,341473834,"models/lamap.py",1773,0,"",python,selection_command +6777,341473868,"models/lamap.py",1743,0,"",python,selection_command +6778,341473905,"models/lamap.py",1701,0,"",python,selection_command +6779,341473938,"models/lamap.py",1667,0,"",python,selection_command +6780,341473972,"models/lamap.py",1642,0,"",python,selection_command +6781,341474005,"models/lamap.py",1600,0,"",python,selection_command +6782,341474072,"models/lamap.py",1512,0,"",python,selection_command +6783,341474106,"models/lamap.py",1463,0,"",python,selection_command +6784,341474138,"models/lamap.py",1417,0,"",python,selection_command +6785,341474173,"models/lamap.py",1381,0,"",python,selection_command +6786,341474207,"models/lamap.py",1349,0,"",python,selection_command +6787,341474239,"models/lamap.py",1311,0,"",python,selection_command +6788,341474272,"models/lamap.py",1301,0,"",python,selection_command +6789,341474306,"models/lamap.py",1243,0,"",python,selection_command +6790,341474340,"models/lamap.py",1213,0,"",python,selection_command +6791,341474372,"models/lamap.py",1171,0,"",python,selection_command +6792,341474413,"models/lamap.py",1137,0,"",python,selection_command +6793,341474443,"models/lamap.py",1112,0,"",python,selection_command +6794,341474480,"models/lamap.py",1064,0,"",python,selection_command +6795,341474794,"models/lamap.py",1112,0,"",python,selection_command +6796,341474975,"models/lamap.py",1137,0,"",python,selection_command +6797,341475130,"models/lamap.py",1171,0,"",python,selection_command +6798,341475270,"models/lamap.py",1213,0,"",python,selection_command +6799,341475416,"models/lamap.py",1243,0,"",python,selection_command +6800,341475676,"models/lamap.py",1235,57," use_flash_attention=self.use_flash_attention,",python,selection_command +6801,341476172,"models/lamap.py",1243,0,"",python,selection_command +6802,341476402,"models/lamap.py",1301,0,"",python,selection_command +6803,341476532,"models/lamap.py",1293,9," )",python,selection_command +6804,341476882,"models/lamap.py",735,567,"\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +6805,341477196,"models/lamap.py",736,566," def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +6806,341477632,"models/lamap.py",757,545," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +6807,341477818,"models/lamap.py",798,504," in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +6808,341478027,"models/lamap.py",757,545," self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )",python,selection_command +6809,341478166,"models/lamap.py",757,546,"",python,content +6810,341478175,"models/lamap.py",765,0,"",python,selection_command +6811,341479804,"models/lamap.py",803,0,"",python,selection_command +6812,341480608,"models/lamap.py",807,0,"",python,selection_command +6813,341481047,"models/lamap.py",0,0,"",python,selection_command +6814,341481316,"models/lamap.py",29,0,"",python,selection_command +6815,341481566,"models/lamap.py",30,0,"",python,selection_command +6816,341481597,"models/lamap.py",54,0,"",python,selection_command +6817,341481630,"models/lamap.py",78,0,"",python,selection_command +6818,341481665,"models/lamap.py",79,0,"",python,selection_command +6819,341481706,"models/lamap.py",120,0,"",python,selection_command +6820,341481730,"models/lamap.py",164,0,"",python,selection_command +6821,341481761,"models/lamap.py",165,0,"",python,selection_command +6822,341481795,"models/lamap.py",166,0,"",python,selection_command +6823,341481829,"models/lamap.py",203,0,"",python,selection_command +6824,341481862,"models/lamap.py",234,0,"",python,selection_command +6825,341481895,"models/lamap.py",235,0,"",python,selection_command +6826,341481929,"models/lamap.py",262,0,"",python,selection_command +6827,341481962,"models/lamap.py",283,0,"",python,selection_command +6828,341481995,"models/lamap.py",313,0,"",python,selection_command +6829,341482029,"models/lamap.py",314,0,"",python,selection_command +6830,341482426,"models/lamap.py",338,0,"",python,selection_command +6831,341482738,"models/lamap.py",338,16,"",python,content +6832,341482755,"models/lamap.py",342,0,"",python,selection_command +6833,341482931,"models/lamap.py",365,0,"",python,selection_command +6834,341483182,"models/lamap.py",391,0,"",python,selection_command +6835,341483213,"models/lamap.py",418,0,"",python,selection_command +6836,341483245,"models/lamap.py",438,0,"",python,selection_command +6837,341483280,"models/lamap.py",468,0,"",python,selection_command +6838,341483312,"models/lamap.py",497,0,"",python,selection_command +6839,341483910,"models/lamap.py",510,0,"\n in_dim: int",python,content +6840,341483924,"models/lamap.py",515,0,"",python,selection_command +6841,341484097,"models/lamap.py",497,0,"",python,selection_command +6842,341485881,"models/lamap.py",468,0,"",python,selection_command +6843,341487364,"models/lamap.py",314,179,"",python,content +6844,341487375,"models/lamap.py",318,0,"",python,selection_command +6845,341490017,"models/lamap.py",921,0,"",python,selection_command +6846,341490987,"models/lamap.py",879,0,"",python,selection_command +6847,341491132,"models/lamap.py",835,0,"",python,selection_command +6848,341491299,"models/lamap.py",791,0,"",python,selection_command +6849,341491534,"models/lamap.py",742,0,"",python,selection_command +6850,341491565,"models/lamap.py",696,0,"",python,selection_command +6851,341491598,"models/lamap.py",660,0,"",python,selection_command +6852,341491631,"models/lamap.py",628,0,"",python,selection_command +6853,341492207,"models/lamap.py",590,0,"",python,selection_command +6854,341492457,"models/lamap.py",569,0,"",python,selection_command +6855,341492485,"models/lamap.py",556,0,"",python,selection_command +6856,341492524,"models/lamap.py",548,0,"",python,selection_command +6857,341492555,"models/lamap.py",527,0,"",python,selection_command +6858,341492589,"models/lamap.py",514,0,"",python,selection_command +6859,341492622,"models/lamap.py",503,0,"",python,selection_command +6860,341492656,"models/lamap.py",480,0,"",python,selection_command +6861,341492689,"models/lamap.py",456,0,"",python,selection_command +6862,341492722,"models/lamap.py",432,0,"",python,selection_command +6863,341493059,"models/lamap.py",404,0,"",python,selection_command +6864,341493300,"models/lamap.py",377,0,"",python,selection_command +6865,341497069,"models/lamap.py",360,0,"",python,selection_command +6866,341497219,"models/lamap.py",364,0,"\n ",python,content +6867,341498143,"models/lamap.py",369,0,"latent_patch_dim: int",python,content +6868,341498369,"models/lamap.py",389,0,"",python,selection_command +6869,341500648,"models/lamap.py",365,0,"",python,selection_command +6870,341501461,"models/lamap.py",1006,0,"",python,selection_command +6871,341501833,"models/lamap.py",1451,0,"",python,selection_command +6872,341506698,"models/lamap.py",1486,0,"\n ",python,content +6873,341509271,"models/lamap.py",1495,0,"a",python,content +6874,341509273,"models/lamap.py",1496,0,"",python,selection_keyboard +6875,341510281,"models/lamap.py",1495,1,"",python,content +6876,341510546,"models/lamap.py",1495,0,"r",python,content +6877,341510548,"models/lamap.py",1496,0,"",python,selection_keyboard +6878,341510569,"models/lamap.py",1496,0,"e",python,content +6879,341510570,"models/lamap.py",1497,0,"",python,selection_keyboard +6880,341511033,"models/lamap.py",1496,1,"",python,content +6881,341511213,"models/lamap.py",1495,1,"",python,content +6882,341511408,"models/lamap.py",1495,0,"r",python,content +6883,341511410,"models/lamap.py",1496,0,"",python,selection_keyboard +6884,341511450,"models/lamap.py",1496,0,"e",python,content +6885,341511454,"models/lamap.py",1497,0,"",python,selection_keyboard +6886,341511530,"models/lamap.py",1497,0,"a",python,content +6887,341511531,"models/lamap.py",1498,0,"",python,selection_keyboard +6888,341511601,"models/lamap.py",1498,0,"l",python,content +6889,341511603,"models/lamap.py",1499,0,"",python,selection_keyboard +6890,341512273,"models/lamap.py",1499,0,"_",python,content +6891,341512280,"models/lamap.py",1500,0,"",python,selection_keyboard +6892,341512713,"models/lamap.py",1500,0,"a",python,content +6893,341512720,"models/lamap.py",1501,0,"",python,selection_keyboard +6894,341512797,"models/lamap.py",1501,0,"c",python,content +6895,341512804,"models/lamap.py",1502,0,"",python,selection_keyboard +6896,341512986,"models/lamap.py",1502,0,"t",python,content +6897,341512994,"models/lamap.py",1503,0,"",python,selection_keyboard +6898,341513048,"models/lamap.py",1503,0,"i",python,content +6899,341513052,"models/lamap.py",1504,0,"",python,selection_keyboard +6900,341513108,"models/lamap.py",1504,0,"o",python,content +6901,341513112,"models/lamap.py",1505,0,"",python,selection_keyboard +6902,341513155,"models/lamap.py",1505,0,"n",python,content +6903,341513159,"models/lamap.py",1506,0,"",python,selection_keyboard +6904,341513197,"models/lamap.py",1506,0,"s",python,content +6905,341513201,"models/lamap.py",1507,0,"",python,selection_keyboard +6906,341513333,"models/lamap.py",1507,0," ",python,content +6907,341513337,"models/lamap.py",1508,0,"",python,selection_keyboard +6908,341513483,"models/lamap.py",1508,0,"=",python,content +6909,341513485,"models/lamap.py",1509,0,"",python,selection_keyboard +6910,341513602,"models/lamap.py",1509,0," ",python,content +6911,341513605,"models/lamap.py",1510,0,"",python,selection_keyboard +6912,341513728,"models/lamap.py",1510,0,"self.action_map(latent_actions)",python,content +6913,341513936,"models/lamap.py",1540,0,"",python,selection_command +6914,341515680,"models/lamap.py",1485,0,"",python,selection_command +6915,341515926,"models/lamap.py",1422,0,"",python,selection_command +6916,341515957,"models/lamap.py",1334,0,"",python,selection_command +6917,341515990,"models/lamap.py",1280,0,"",python,selection_command +6918,341516268,"models/lamap.py",1278,0,"",python,selection_command +6919,341517380,"models/lamap.py",1238,0,"",python,selection_command +6920,341517554,"models/lamap.py",1196,0,"",python,selection_command +6921,341517716,"models/lamap.py",1168,0,"",python,selection_command +6922,341517988,"models/lamap.py",1196,0,"",python,selection_command +6923,341520056,"models/lamap.py",1192,0,"r",python,content +6924,341520056,"models/lamap.py",1191,1,"",python,content +6925,341520056,"models/lamap.py",1190,0,"app",python,content +6926,341520056,"models/lamap.py",1188,2,"",python,content +6927,341520850,"models/lamap.py",1226,0,"",python,selection_command +6928,341521029,"models/lamap.py",1197,0,"",python,selection_command +6929,341521247,"models/lamap.py",1170,0,"",python,selection_command +6930,341534134,"models/lamap.py",1134,0,"",python,selection_command +6931,341534298,"models/lamap.py",1124,0,"",python,selection_command +6932,341534548,"models/lamap.py",1134,0,"",python,selection_command +6933,341542564,"models/lamap.py",1142,0,"",python,selection_command +6934,341542749,"models/lamap.py",1146,0,"",python,selection_command +6935,341542967,"models/lamap.py",1147,0,"",python,selection_command +6936,341543654,"models/lamap.py",1148,0,"",python,selection_command +6937,341543905,"models/lamap.py",1149,0,"",python,selection_command +6938,341543934,"models/lamap.py",1150,0,"",python,selection_command +6939,341543967,"models/lamap.py",1151,0,"",python,selection_command +6940,341544213,"models/lamap.py",1152,0,"",python,selection_command +6941,341544378,"models/lamap.py",1153,0,"",python,selection_command +6942,341544547,"models/lamap.py",1154,0,"",python,selection_command +6943,341546616,"models/lamap.py",1154,3,"",python,content +6944,341546723,"models/lamap.py",1154,0,"u",python,content +6945,341546725,"models/lamap.py",1155,0,"",python,selection_keyboard +6946,341546783,"models/lamap.py",1155,0,"p",python,content +6947,341546787,"models/lamap.py",1156,0,"",python,selection_keyboard +6948,341546924,"models/lamap.py",1155,0,"",python,selection_command +6949,341547490,"models/lamap.py",1190,0,"",python,selection_command +6950,341547663,"models/lamap.py",1219,0,"",python,selection_command +6951,341547813,"models/lamap.py",1261,0,"",python,selection_command +6952,341548172,"models/lamap.py",1278,0,"",python,selection_command +6953,341554514,"models/lamap.py",1280,0,"",python,selection_command +6954,341554711,"models/lamap.py",1302,0,"",python,selection_command +6955,341554850,"models/lamap.py",1390,0,"",python,selection_command +6956,341555003,"models/lamap.py",1464,0,"",python,selection_command +6957,341555114,"models/lamap.py",1508,0,"",python,selection_command +6958,341555533,"models/lamap.py",1464,0,"",python,selection_command +6959,341555766,"models/lamap.py",1508,0,"",python,selection_command +6960,341556359,"genie.py",0,0,"",python,tab +6961,341566757,"genie.py",0,0,"",python,selection_command +6962,341568701,"genie.py",29,0,"",python,selection_command +6963,341569466,"genie.py",30,0,"",python,selection_command +6964,341569708,"genie.py",43,0,"",python,selection_command +6965,341569754,"genie.py",54,0,"",python,selection_command +6966,341569774,"genie.py",78,0,"",python,selection_command +6967,341569807,"genie.py",102,0,"",python,selection_command +6968,341569840,"genie.py",151,0,"",python,selection_command +6969,341569875,"genie.py",182,0,"",python,selection_command +6970,341569907,"genie.py",183,0,"",python,selection_command +6971,341569941,"genie.py",227,0,"",python,selection_command +6972,341569976,"genie.py",268,0,"",python,selection_command +6973,341570012,"genie.py",312,0,"",python,selection_command +6974,341570046,"genie.py",313,0,"",python,selection_command +6975,341570079,"genie.py",326,0,"",python,selection_command +6976,341570113,"genie.py",327,0,"",python,selection_command +6977,341570146,"genie.py",328,0,"",python,selection_command +6978,341573486,"genie.py",764,0,"",python,selection_command +6979,341573664,"genie.py",2086,0,"",python,selection_command +6980,341574613,"genie.py",2095,0,"",python,selection_command +6981,341574970,"genie.py",2097,0,"",python,selection_command +6982,341575357,"models/dynamics.py",0,0,"",python,tab +6983,341575362,"models/dynamics.py",133,0,"",python,selection_command +6984,341577564,"models/dynamics.py",439,0,"",python,selection_command +6985,341578194,"utils/nn.py",0,0,"",python,tab +6986,341578197,"utils/nn.py",3051,0,"",python,selection_command +6987,341580265,"utils/nn.py",3856,0,"",python,selection_command +6988,341584269,"models/dynamics.py",0,0,"",python,tab +6989,341586911,"utils/nn.py",0,0,"",python,tab +6990,341588314,"models/lamap.py",0,0,"",python,tab +6991,341591804,"models/lamap.py",1510,0,"",python,selection_command +6992,341592718,"models/lamap.py",1466,0,"",python,selection_command +6993,341592965,"models/lamap.py",1392,0,"",python,selection_command +6994,341592997,"models/lamap.py",1304,0,"",python,selection_command +6995,341593098,"models/lamap.py",1280,0,"",python,selection_command +6996,341593262,"models/lamap.py",1278,0,"",python,selection_command +6997,341593411,"models/lamap.py",1263,0,"",python,selection_command +6998,341593560,"models/lamap.py",1221,0,"",python,selection_command +6999,341593764,"models/lamap.py",1192,0,"",python,selection_command +7000,341593953,"models/lamap.py",1157,0,"",python,selection_command +7001,341594065,"models/lamap.py",1159,0,"",python,selection_command +7002,341596334,"models/lamap.py",1159,0,"n",python,content +7003,341596336,"models/lamap.py",1160,0,"",python,selection_keyboard +7004,341596461,"models/lamap.py",1160,0,"n",python,content +7005,341596462,"models/lamap.py",1161,0,"",python,selection_keyboard +7006,341596611,"models/lamap.py",1161,0,".",python,content +7007,341596612,"models/lamap.py",1162,0,"",python,selection_keyboard +7008,341596842,"models/lamap.py",1162,0,"s",python,content +7009,341596844,"models/lamap.py",1163,0,"",python,selection_keyboard +7010,341597328,"models/lamap.py",1163,0,"e",python,content +7011,341597333,"models/lamap.py",1164,0,"",python,selection_keyboard +7012,341597634,"models/lamap.py",1164,0,"q",python,content +7013,341597638,"models/lamap.py",1165,0,"",python,selection_keyboard +7014,341597749,"models/lamap.py",1165,0,"u",python,content +7015,341597751,"models/lamap.py",1166,0,"",python,selection_keyboard +7016,341597847,"models/lamap.py",1166,0,"e",python,content +7017,341597850,"models/lamap.py",1167,0,"",python,selection_keyboard +7018,341597942,"models/lamap.py",1167,0,"n",python,content +7019,341597945,"models/lamap.py",1168,0,"",python,selection_keyboard +7020,341598074,"models/lamap.py",1168,0,"t",python,content +7021,341598076,"models/lamap.py",1169,0,"",python,selection_keyboard +7022,341598134,"models/lamap.py",1169,0,"i",python,content +7023,341598137,"models/lamap.py",1170,0,"",python,selection_keyboard +7024,341598266,"models/lamap.py",1170,0,"a",python,content +7025,341598268,"models/lamap.py",1171,0,"",python,selection_keyboard +7026,341598324,"models/lamap.py",1171,0,"l",python,content +7027,341598326,"models/lamap.py",1172,0,"",python,selection_keyboard +7028,341598974,"models/lamap.py",1162,10,"Sequential",python,content +7029,341600269,"models/lamap.py",1172,0,"(",python,content +7030,341600272,"models/lamap.py",1173,0,"",python,selection_keyboard +7031,341600569,"models/lamap.py",1173,0,"\n ",python,content +7032,341601085,"models/lamap.py",1185,0,"",python,selection_command +7033,341601685,"models/lamap.py",1145,0,"",python,selection_command +7034,341602126,"models/lamap.py",1146,0,"",python,selection_command +7035,341603127,"models/lamap.py",1173,0,"",python,selection_command +7036,341603417,"models/lamap.py",1173,0,"[]",python,content +7037,341603420,"models/lamap.py",1174,0,"",python,selection_keyboard +7038,341603585,"models/lamap.py",1173,0,"",python,selection_command +7039,341604100,"models/lamap.py",1174,0,"",python,selection_command +7040,341604164,"models/lamap.py",1174,1,"",python,content +7041,341604172,"models/lamap.py",1173,0,"",python,selection_command +7042,341604315,"models/lamap.py",1195,0,"",python,selection_command +7043,341604557,"models/lamap.py",1224,0,"",python,selection_command +7044,341604590,"models/lamap.py",1266,0,"",python,selection_command +7045,341604624,"models/lamap.py",1296,0,"",python,selection_command +7046,341605136,"models/lamap.py",1306,0,"",python,selection_command +7047,341605399,"models/lamap.py",1305,0,"",python,selection_command +7048,341605785,"models/lamap.py",1306,0,"",python,selection_command +7049,341605997,"models/lamap.py",1307,0,"]",python,content +7050,341606002,"models/lamap.py",1307,0,"",python,selection_command +7051,341607172,"models/lamap.py",1308,0,"",python,selection_command +7052,341607266,"models/lamap.py",1308,0,")",python,content +7053,341607268,"models/lamap.py",1309,0,"",python,selection_keyboard +7054,341607569,"models/lamap.py",1308,0,"",python,selection_command +7055,341610298,"utils/nn.py",0,0,"",python,tab +7056,341612478,"models/lamap.py",0,0,"",python,tab +7057,341613353,"models/lamap.py",1278,0,"",python,selection_command +7058,341613603,"models/lamap.py",1236,0,"",python,selection_command +7059,341613631,"models/lamap.py",1207,0,"",python,selection_command +7060,341613665,"models/lamap.py",1185,0,"",python,selection_command +7061,341613813,"models/lamap.py",1144,0,"",python,selection_command +7062,341613995,"models/lamap.py",1146,0,"",python,selection_command +7063,341614349,"models/lamap.py",1174,0,"",python,selection_command +7064,341614641,"models/lamap.py",1173,0,"",python,selection_command +7065,341614951,"models/lamap.py",1173,0,"\n ",python,content +7066,341615663,"models/lamap.py",1185,0,"",python,selection_command +7067,341616333,"utils/nn.py",0,0,"",python,tab +7068,341617452,"models/lamap.py",0,0,"",python,tab +7069,341617830,"models/lamap.py",1199,0,"",python,selection_command +7070,341618081,"models/lamap.py",1221,0,"",python,selection_command +7071,341618113,"models/lamap.py",1250,0,"",python,selection_command +7072,341618146,"models/lamap.py",1292,0,"",python,selection_command +7073,341618180,"models/lamap.py",1321,0,"",python,selection_command +7074,341618291,"models/lamap.py",1323,0,"",python,selection_command +7075,341618716,"models/lamap.py",1321,0,"",python,selection_command +7076,341620581,"models/lamap.py",1321,0,"\n ",python,content +7077,341621751,"models/lamap.py",1329,0,"",python,selection_command +7078,341621864,"models/lamap.py",1318,0,"",python,selection_command +7079,341621898,"models/lamap.py",1319,0,"",python,selection_command +7080,341622264,"models/lamap.py",1320,0,"",python,selection_command +7081,341622347,"models/lamap.py",1320,0,"\n ",python,content +7082,341623055,"models/lamap.py",1339,0,"])(latent_actions",python,content +7083,341623055,"models/lamap.py",1330,0," nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),",python,content +7084,341623055,"models/lamap.py",1329,1,"",python,content +7085,341623055,"models/lamap.py",1320,0,",",python,content +7086,341623055,"models/lamap.py",1319,0," ",python,content +7087,341623617,"models/lamap.py",1333,0,"",python,selection_command +7088,341626721,"models/lamap.py",1318,0,"",python,selection_command +7089,341626819,"models/lamap.py",1288,0,"",python,selection_command +7090,341626998,"models/lamap.py",1246,0,"",python,selection_command +7091,341627152,"models/lamap.py",1217,0,"",python,selection_command +7092,341627304,"models/lamap.py",1195,0,"",python,selection_command +7093,341627458,"models/lamap.py",1181,0,"",python,selection_command +7094,341627647,"models/lamap.py",1195,0,"",python,selection_command +7095,341627896,"models/lamap.py",1217,0,"",python,selection_command +7096,341627926,"models/lamap.py",1246,0,"",python,selection_command +7097,341627958,"models/lamap.py",1288,0,"",python,selection_command +7098,341628079,"models/lamap.py",1318,0,"",python,selection_command +7099,341628263,"models/lamap.py",1333,0,"",python,selection_command +7100,341629501,"utils/nn.py",0,0,"",python,tab +7101,341632459,"utils/nn.py",1048,0,"",python,selection_command +7102,341634358,"utils/nn.py",1074,0,"",python,selection_command +7103,341634390,"utils/nn.py",1087,0,"",python,selection_command +7104,341646096,"utils/nn.py",1793,0,"",python,selection_command +7105,341656559,"utils/nn.py",3856,0,"",python,selection_command +7106,341663105,"models/lamap.py",0,0,"",python,tab +7107,341663974,"utils/nn.py",0,0,"",python,tab +7108,341665738,"models/lamap.py",0,0,"",python,tab +7109,341667932,"models/lamap.py",1338,0,"",python,selection_command +7110,341668165,"models/lamap.py",1340,0,"",python,selection_command +7111,341668773,"models/lamap.py",1341,0,"",python,selection_command +7112,341670030,"models/lamap.py",1341,9,"",python,content +7113,341670498,"models/lamap.py",1341,0,"g",python,content +7114,341670501,"models/lamap.py",1342,0,"",python,selection_keyboard +7115,341670573,"models/lamap.py",1342,0,"e",python,content +7116,341670575,"models/lamap.py",1343,0,"",python,selection_keyboard +7117,341670675,"models/lamap.py",1343,0,"l",python,content +7118,341670679,"models/lamap.py",1344,0,"",python,selection_keyboard +7119,341670775,"models/lamap.py",1344,0,"u",python,content +7120,341670779,"models/lamap.py",1345,0,"",python,selection_keyboard +7121,341671470,"models/lamap.py",1344,0,"",python,selection_command +7122,341672816,"models/lamap.py",1345,0,"",python,selection_command +7123,341673383,"models/lamap.py",1366,0,"",python,selection_command +7124,341674216,"models/lamap.py",1347,79,"",python,content +7125,341676175,"models/lamap.py",1346,1,"",python,content +7126,341676635,"models/lamap.py",1345,0,"",python,selection_command +7127,341676796,"models/lamap.py",1360,0,"",python,selection_command +7128,341677198,"models/lamap.py",1359,0,"",python,selection_command +7129,341677481,"models/lamap.py",1355,4,"",python,content +7130,341677643,"models/lamap.py",1351,4,"",python,content +7131,341677844,"models/lamap.py",1347,4,"",python,content +7132,341678112,"models/lamap.py",1346,1,"",python,content +7133,341678265,"models/lamap.py",1345,0,"",python,selection_command +7134,341678778,"models/lamap.py",1341,0,"",python,selection_command +7135,341685721,"models/lamap.py",1364,0,"",python,selection_command +7136,341686105,"models/lamap.py",1360,0,"",python,selection_command +7137,341686734,"models/lamap.py",1359,0,"",python,selection_command +7138,341687097,"models/lamap.py",1359,16,"",python,content +7139,341687109,"models/lamap.py",1358,0,"",python,selection_command +7140,341691251,"models/lamap.py",1336,0,"",python,selection_command +7141,341691401,"models/lamap.py",1338,0,"",python,selection_command +7142,341691589,"models/lamap.py",1340,0,"",python,selection_command +7143,341691686,"models/lamap.py",1341,0,"",python,selection_command +7144,341692763,"utils/nn.py",0,0,"",python,tab +7145,341693868,"utils/nn.py",1048,0,"",python,selection_command +7146,341695104,"utils/nn.py",2534,0,"",python,selection_command +7147,341710614,"models/lamap.py",0,0,"",python,tab +7148,341713066,"models/lamap.py",1326,23,"",python,content +7149,341713079,"models/lamap.py",1334,0,"",python,selection_command +7150,341714633,"models/lamap.py",1326,11,"",python,content +7151,341714816,"models/lamap.py",1311,0,"",python,selection_command +7152,341715067,"models/lamap.py",1281,0,"",python,selection_command +7153,341715133,"models/lamap.py",1210,0,"",python,selection_command +7154,341715166,"models/lamap.py",1188,0,"",python,selection_command +7155,341715201,"models/lamap.py",1174,0,"",python,selection_command +7156,341715412,"models/lamap.py",1134,0,"",python,selection_command +7157,341715615,"models/lamap.py",1174,0,"",python,selection_command +7158,341716031,"models/lamap.py",1174,14,"",python,content +7159,341716040,"models/lamap.py",1186,0,"",python,selection_command +7160,341716248,"models/lamap.py",1146,0,"",python,selection_command +7161,341716325,"models/lamap.py",1147,0,"",python,selection_command +7162,341716493,"models/lamap.py",1157,0,"",python,selection_command +7163,341716660,"models/lamap.py",1159,0,"",python,selection_command +7164,341717044,"models/lamap.py",1159,14,"",python,content +7165,341717053,"models/lamap.py",1158,0,"",python,selection_command +7166,341717369,"models/lamap.py",1180,0,"",python,selection_command +7167,341717932,"models/lamap.py",1172,0,"",python,selection_command +7168,341718159,"models/lamap.py",1168,4,"",python,content +7169,341718311,"models/lamap.py",1164,4,"",python,content +7170,341718466,"models/lamap.py",1160,4,"",python,content +7171,341718648,"models/lamap.py",1159,1,"",python,content +7172,341719182,"models/lamap.py",1158,0,"",python,selection_command +7173,341719435,"models/lamap.py",1193,0,"",python,selection_command +7174,341719862,"models/lamap.py",1222,0,"",python,selection_command +7175,341720030,"models/lamap.py",1264,0,"",python,selection_command +7176,341720166,"models/lamap.py",1283,0,"",python,selection_command +7177,341720516,"models/lamap.py",1283,1,"",python,content +7178,341720528,"models/lamap.py",1282,0,"",python,selection_command +7179,341720763,"models/lamap.py",1270,0,"",python,selection_command +7180,341722484,"models/lamap.py",1240,0,"",python,selection_command +7181,341722642,"models/lamap.py",1198,0,"",python,selection_command +7182,341722775,"models/lamap.py",1169,0,"",python,selection_command +7183,341722915,"models/lamap.py",1134,0,"",python,selection_command +7184,341723035,"models/lamap.py",1142,0,"",python,selection_command +7185,341723197,"models/lamap.py",1146,0,"",python,selection_command +7186,341723365,"models/lamap.py",1147,0,"",python,selection_command +7187,341723717,"models/lamap.py",1148,0,"",python,selection_command +7188,341723967,"models/lamap.py",1149,0,"",python,selection_command +7189,341723997,"models/lamap.py",1150,0,"",python,selection_command +7190,341724031,"models/lamap.py",1151,0,"",python,selection_command +7191,341724063,"models/lamap.py",1152,0,"",python,selection_command +7192,341724200,"models/lamap.py",1153,0,"",python,selection_command +7193,341724380,"models/lamap.py",1154,0,"",python,selection_command +7194,341724603,"models/lamap.py",1154,2,"",python,content +7195,341724724,"models/lamap.py",1154,0,"m",python,content +7196,341724726,"models/lamap.py",1155,0,"",python,selection_keyboard +7197,341724845,"models/lamap.py",1155,0,"a",python,content +7198,341724847,"models/lamap.py",1156,0,"",python,selection_keyboard +7199,341724929,"models/lamap.py",1156,0,"p",python,content +7200,341724930,"models/lamap.py",1157,0,"",python,selection_keyboard +7201,341725096,"models/lamap.py",1156,0,"",python,selection_command +7202,341727381,"models/lamap.py",1520,0,"",python,selection_command +7203,341728018,"models/lamap.py",1492,0,"",python,selection_command +7204,341731952,"models/lamap.py",1448,0,"",python,selection_command +7205,341732199,"models/lamap.py",1374,0,"",python,selection_command +7206,341732229,"models/lamap.py",1286,0,"",python,selection_command +7207,341732262,"models/lamap.py",1285,0,"",python,selection_command +7208,341732295,"models/lamap.py",1271,0,"",python,selection_command +7209,341732443,"models/lamap.py",1199,0,"",python,selection_command +7210,341732596,"models/lamap.py",1170,0,"",python,selection_command +7211,341732730,"models/lamap.py",1182,0,"",python,selection_command +7212,341732914,"models/lamap.py",1186,0,"",python,selection_command +7213,341733134,"models/lamap.py",1187,0,"",python,selection_command +7214,341734856,"models/lamap.py",1187,1,"m",python,selection_command +7215,341734952,"models/lamap.py",1187,2,"ma",python,selection_command +7216,341735207,"models/lamap.py",1187,3,"map",python,selection_command +7217,341735237,"models/lamap.py",1187,4,"mapp",python,selection_command +7218,341735268,"models/lamap.py",1187,5,"mappe",python,selection_command +7219,341735432,"models/lamap.py",1187,6,"mapper",python,selection_command +7220,341735669,"models/lamap.py",1187,6,"",python,content +7221,341735820,"models/lamap.py",1187,0,"a",python,content +7222,341735821,"models/lamap.py",1188,0,"",python,selection_keyboard +7223,341735925,"models/lamap.py",1188,0,"t",python,content +7224,341735927,"models/lamap.py",1189,0,"",python,selection_keyboard +7225,341736028,"models/lamap.py",1189,0,"i",python,content +7226,341736029,"models/lamap.py",1190,0,"",python,selection_keyboard +7227,341736083,"models/lamap.py",1190,0,"o",python,content +7228,341736089,"models/lamap.py",1191,0,"",python,selection_keyboard +7229,341736146,"models/lamap.py",1191,0,"n",python,content +7230,341736151,"models/lamap.py",1192,0,"",python,selection_keyboard +7231,341736249,"models/lamap.py",1191,0,"",python,selection_command +7232,341736974,"models/lamap.py",1190,0,"",python,selection_command +7233,341737115,"models/lamap.py",1189,0,"",python,selection_command +7234,341737281,"models/lamap.py",1188,0,"",python,selection_command +7235,341737484,"models/lamap.py",1188,0,"c",python,content +7236,341737488,"models/lamap.py",1189,0,"",python,selection_keyboard +7237,341737726,"models/lamap.py",1188,0,"",python,selection_command +7238,341738031,"models/lamap.py",1152,0,"",python,selection_command +7239,341738280,"models/lamap.py",1132,0,"",python,selection_command +7240,341738308,"models/lamap.py",1084,0,"",python,selection_command +7241,341738342,"models/lamap.py",1054,0,"",python,selection_command +7242,341738376,"models/lamap.py",1012,0,"",python,selection_command +7243,341738408,"models/lamap.py",978,0,"",python,selection_command +7244,341738443,"models/lamap.py",953,0,"",python,selection_command +7245,341738476,"models/lamap.py",911,0,"",python,selection_command +7246,341738511,"models/lamap.py",867,0,"",python,selection_command +7247,341738543,"models/lamap.py",823,0,"",python,selection_command +7248,341738582,"models/lamap.py",774,0,"",python,selection_command +7249,341738616,"models/lamap.py",728,0,"",python,selection_command +7250,341738647,"models/lamap.py",692,0,"",python,selection_command +7251,341738678,"models/lamap.py",660,0,"",python,selection_command +7252,341738711,"models/lamap.py",622,0,"",python,selection_command +7253,341738745,"models/lamap.py",601,0,"",python,selection_command +7254,341738778,"models/lamap.py",582,0,"",python,selection_command +7255,341738948,"models/lamap.py",580,0,"",python,selection_command +7256,341739800,"models/lamap.py",572,0,"ction",python,content +7257,341739800,"models/lamap.py",568,4,"",python,content +7258,341739800,"models/lamap.py",566,1,"",python,content +7259,341742214,"models/lamap.py",559,0,"",python,selection_command +7260,341742460,"models/lamap.py",540,0,"",python,selection_command +7261,341742492,"models/lamap.py",535,0,"",python,selection_command +7262,341742528,"models/lamap.py",512,0,"",python,selection_command +7263,341742563,"models/lamap.py",488,0,"",python,selection_command +7264,341742596,"models/lamap.py",464,0,"",python,selection_command +7265,341742626,"models/lamap.py",436,0,"",python,selection_command +7266,341742829,"models/lamap.py",409,0,"",python,selection_command +7267,341742993,"models/lamap.py",383,0,"",python,selection_command +7268,341743483,"models/lamap.py",409,0,"",python,selection_command +7269,341744097,"models/lamap.py",391,0,"",python,selection_command +7270,341744288,"models/lamap.py",418,0,"",python,selection_command +7271,341744698,"models/lamap.py",391,0,"",python,selection_command +7272,341744914,"models/lamap.py",395,0,"",python,selection_command +7273,341746198,"models/lamap.py",1048,0,"",python,selection_command +7274,341746394,"models/lamap.py",1500,0,"",python,selection_command +7275,341752805,"models/lamap.py",1546,0,"\n ",python,content +7276,341752927,"models/lamap.py",1555,0,"r",python,content +7277,341752929,"models/lamap.py",1556,0,"",python,selection_keyboard +7278,341752982,"models/lamap.py",1556,0,"e",python,content +7279,341752984,"models/lamap.py",1557,0,"",python,selection_keyboard +7280,341753173,"models/lamap.py",1557,0,"t",python,content +7281,341753177,"models/lamap.py",1558,0,"",python,selection_keyboard +7282,341753266,"models/lamap.py",1558,0,"u",python,content +7283,341753268,"models/lamap.py",1559,0,"",python,selection_keyboard +7284,341753356,"models/lamap.py",1559,0,"r",python,content +7285,341753358,"models/lamap.py",1560,0,"",python,selection_keyboard +7286,341753442,"models/lamap.py",1560,0,"n",python,content +7287,341753445,"models/lamap.py",1561,0,"",python,selection_keyboard +7288,341753558,"models/lamap.py",1561,0," ",python,content +7289,341753561,"models/lamap.py",1562,0,"",python,selection_keyboard +7290,341753964,"models/lamap.py",1562,0,"real_actions",python,content +7291,341754162,"models/lamap.py",1573,0,"",python,selection_command +7292,341754426,"models/lamap.py",1547,0,"",python,selection_command +7293,341757083,"models/lamap.py",1555,0,"",python,selection_command +7294,341757268,"models/lamap.py",1562,0,"",python,selection_command +7295,341757446,"models/lamap.py",1573,0,"",python,selection_command +7296,341757872,"models/lamap.py",1562,0,"",python,selection_command +7297,341758915,"models/lamap.py",1507,0,"",python,selection_command +7298,341760053,"models/lamap.py",1500,0,"",python,selection_command +7299,341761381,"models/lamap.py",1500,0,"o",python,content +7300,341761387,"models/lamap.py",1501,0,"",python,selection_keyboard +7301,341761430,"models/lamap.py",1501,0,"u",python,content +7302,341761432,"models/lamap.py",1502,0,"",python,selection_keyboard +7303,341761511,"models/lamap.py",1502,0,"t",python,content +7304,341761513,"models/lamap.py",1503,0,"",python,selection_keyboard +7305,341761624,"models/lamap.py",1503,0,"p",python,content +7306,341761626,"models/lamap.py",1504,0,"",python,selection_keyboard +7307,341761708,"models/lamap.py",1504,0,"u",python,content +7308,341761709,"models/lamap.py",1505,0,"",python,selection_keyboard +7309,341761781,"models/lamap.py",1505,0,"t",python,content +7310,341761783,"models/lamap.py",1506,0,"",python,selection_keyboard +7311,341761900,"models/lamap.py",1506,0,"s",python,content +7312,341761902,"models/lamap.py",1507,0,"",python,selection_keyboard +7313,341762709,"models/lamap.py",1507,0,"[",python,content +7314,341762715,"models/lamap.py",1508,0,"",python,selection_keyboard +7315,341763198,"models/lamap.py",1508,0,"""",python,content +7316,341763201,"models/lamap.py",1509,0,"",python,selection_keyboard +7317,341763549,"models/lamap.py",1508,0,"",python,selection_command +7318,341763687,"models/lamap.py",1509,0,"",python,selection_command +7319,341763779,"models/lamap.py",1520,0,"",python,selection_command +7320,341764150,"models/lamap.py",1521,0,"",python,selection_command +7321,341764415,"models/lamap.py",1521,0,"""",python,content +7322,341764417,"models/lamap.py",1522,0,"",python,selection_keyboard +7323,341764730,"models/lamap.py",1522,0,"]",python,content +7324,341764733,"models/lamap.py",1523,0,"",python,selection_keyboard +7325,341764840,"models/lamap.py",1522,0,"",python,selection_command +7326,341764996,"models/lamap.py",1584,0,"",python,selection_command +7327,341765242,"models/lamap.py",1573,0,"",python,selection_command +7328,341765811,"models/lamap.py",1573,0,"r",python,content +7329,341765816,"models/lamap.py",1574,0,"",python,selection_keyboard +7330,341765881,"models/lamap.py",1574,0,"e",python,content +7331,341765884,"models/lamap.py",1575,0,"",python,selection_keyboard +7332,341765991,"models/lamap.py",1575,0,"t",python,content +7333,341765994,"models/lamap.py",1576,0,"",python,selection_keyboard +7334,341766107,"models/lamap.py",1576,0,"u",python,content +7335,341766110,"models/lamap.py",1577,0,"",python,selection_keyboard +7336,341766141,"models/lamap.py",1577,0,"r",python,content +7337,341766143,"models/lamap.py",1578,0,"",python,selection_keyboard +7338,341766267,"models/lamap.py",1578,0,"n",python,content +7339,341766268,"models/lamap.py",1579,0,"",python,selection_keyboard +7340,341766363,"models/lamap.py",1579,0," ",python,content +7341,341766364,"models/lamap.py",1580,0,"",python,selection_keyboard +7342,341766562,"models/lamap.py",1579,0,"",python,selection_command +7343,341766745,"models/lamap.py",1580,0,"",python,selection_command +7344,341766913,"models/lamap.py",1580,12,"",python,content +7345,341767228,"models/lamap.py",1580,0,"o",python,content +7346,341767230,"models/lamap.py",1581,0,"",python,selection_keyboard +7347,341767294,"models/lamap.py",1581,0,"u",python,content +7348,341767297,"models/lamap.py",1582,0,"",python,selection_keyboard +7349,341767373,"models/lamap.py",1582,0,"t",python,content +7350,341767375,"models/lamap.py",1583,0,"",python,selection_keyboard +7351,341767455,"models/lamap.py",1583,0,"p",python,content +7352,341767456,"models/lamap.py",1584,0,"",python,selection_keyboard +7353,341767540,"models/lamap.py",1584,0,"u",python,content +7354,341767542,"models/lamap.py",1585,0,"",python,selection_keyboard +7355,341767615,"models/lamap.py",1585,0,"t",python,content +7356,341767618,"models/lamap.py",1586,0,"",python,selection_keyboard +7357,341767661,"models/lamap.py",1586,0,"s",python,content +7358,341767662,"models/lamap.py",1587,0,"",python,selection_keyboard +7359,341767885,"models/lamap.py",1586,0,"",python,selection_command +7360,341768111,"models/lamap.py",1580,0,"",python,selection_command +7361,341768279,"models/lamap.py",1573,0,"",python,selection_command +7362,341768430,"models/lamap.py",1573,7,"",python,content +7363,341769034,"models/lamap.py",1558,0,"",python,selection_command +7364,341770136,"models/lamap.py",1492,0,"",python,selection_command +7365,341770214,"models/lamap.py",1500,0,"",python,selection_command +7366,341772921,"models/lamap.py",1566,0,"",python,selection_command +7367,341775334,"models/lamap.py",1500,0,"",python,selection_command +7368,341778947,"genie.py",0,0,"",python,tab +7369,341779831,"genie.py",3046,0,"",python,selection_command +7370,341780851,"genie.py",3085,0,"",python,selection_command +7371,341781202,"genie.py",3099,0,"",python,selection_command +7372,341783856,"models/lamap.py",0,0,"",python,tab +7373,341784951,"models/lamap.py",1507,0,"",python,selection_command +7374,341786181,"models/lamap.py",1491,0,"\n ",python,content +7375,341786700,"models/lamap.py",1500,0,"o",python,content +7376,341786705,"models/lamap.py",1501,0,"",python,selection_keyboard +7377,341786781,"models/lamap.py",1501,0,"u",python,content +7378,341786784,"models/lamap.py",1502,0,"",python,selection_keyboard +7379,341787214,"models/lamap.py",1502,0,"t",python,content +7380,341787216,"models/lamap.py",1503,0,"",python,selection_keyboard +7381,341787324,"models/lamap.py",1503,0,"p",python,content +7382,341787330,"models/lamap.py",1504,0,"",python,selection_keyboard +7383,341787394,"models/lamap.py",1504,0,"u",python,content +7384,341787399,"models/lamap.py",1505,0,"",python,selection_keyboard +7385,341787430,"models/lamap.py",1505,0,"t",python,content +7386,341787435,"models/lamap.py",1506,0,"",python,selection_keyboard +7387,341787506,"models/lamap.py",1506,0,"s",python,content +7388,341787511,"models/lamap.py",1507,0,"",python,selection_keyboard +7389,341787608,"models/lamap.py",1507,0," ",python,content +7390,341787612,"models/lamap.py",1508,0,"",python,selection_keyboard +7391,341787808,"models/lamap.py",1508,0,"=",python,content +7392,341787811,"models/lamap.py",1509,0,"",python,selection_keyboard +7393,341787900,"models/lamap.py",1509,0," ",python,content +7394,341787902,"models/lamap.py",1510,0,"",python,selection_keyboard +7395,341788085,"models/lamap.py",1510,0,"d",python,content +7396,341788088,"models/lamap.py",1511,0,"",python,selection_keyboard +7397,341788267,"models/lamap.py",1511,0,"i",python,content +7398,341788269,"models/lamap.py",1512,0,"",python,selection_keyboard +7399,341788290,"models/lamap.py",1512,0,"c",python,content +7400,341788291,"models/lamap.py",1513,0,"",python,selection_keyboard +7401,341788473,"models/lamap.py",1513,0,"t",python,content +7402,341788474,"models/lamap.py",1514,0,"",python,selection_keyboard +7403,341788678,"models/lamap.py",1514,0,"()",python,content +7404,341788680,"models/lamap.py",1515,0,"",python,selection_keyboard +7405,341791595,"genie.py",0,0,"",python,tab +7406,341793213,"models/lamap.py",0,0,"",python,tab +7407,341793748,"models/lamap.py",1515,0,"\n \n ",python,content +7408,341795165,"models/lamap.py",1528,0,"r",python,content +7409,341795169,"models/lamap.py",1529,0,"",python,selection_keyboard +7410,341795255,"models/lamap.py",1529,0,"e",python,content +7411,341795257,"models/lamap.py",1530,0,"",python,selection_keyboard +7412,341795316,"models/lamap.py",1530,0,"a",python,content +7413,341795319,"models/lamap.py",1531,0,"",python,selection_keyboard +7414,341795430,"models/lamap.py",1531,0,"l",python,content +7415,341795432,"models/lamap.py",1532,0,"",python,selection_keyboard +7416,341795784,"models/lamap.py",1532,0,"_",python,content +7417,341795786,"models/lamap.py",1533,0,"",python,selection_keyboard +7418,341796030,"models/lamap.py",1533,0,"a",python,content +7419,341796036,"models/lamap.py",1534,0,"",python,selection_keyboard +7420,341796556,"models/lamap.py",1534,0,"ctions=self.action_map(latent_actions),",python,content +7421,341796807,"models/lamap.py",1572,0,"",python,selection_command +7422,341797462,"models/lamap.py",1582,0,"",python,selection_command +7423,341797636,"models/lamap.py",1640,0,"",python,selection_command +7424,341798015,"models/lamap.py",1584,66,"",python,content +7425,341798025,"models/lamap.py",1592,0,"",python,selection_command +7426,341798697,"models/lamap.py",1582,0,"",python,selection_command +7427,341800144,"models/lamap.py",1592,0,"",python,selection_command +7428,341800348,"models/lamap.py",1584,0,"",python,selection_command +7429,341803248,"models/lamap.py",1574,0,"",python,selection_command +7430,341803393,"models/lamap.py",1516,0,"",python,selection_command +7431,341803563,"models/lamap.py",1528,0,"",python,selection_command +7432,341803891,"models/lamap.py",1540,0,"",python,selection_command +7433,341804100,"models/lamap.py",1541,0,"",python,selection_command +7434,341804263,"models/lamap.py",1545,0,"",python,selection_command +7435,341804348,"models/lamap.py",1546,0,"",python,selection_command +7436,341804464,"models/lamap.py",1556,0,"",python,selection_command +7437,341804636,"models/lamap.py",1557,0,"",python,selection_command +7438,341806719,"models/lamap.py",1516,0,"",python,selection_command +7439,341808132,"models/lamap.py",1574,0,"",python,selection_command +7440,341808280,"models/lamap.py",1584,0,"",python,selection_command +7441,341808740,"models/lamap.py",1574,0,"",python,selection_command +7442,341808990,"models/lamap.py",1516,0,"",python,selection_command +7443,341809026,"models/lamap.py",1492,0,"",python,selection_command +7444,341809062,"models/lamap.py",1448,0,"",python,selection_command +7445,341809089,"models/lamap.py",1374,0,"",python,selection_command +7446,341809122,"models/lamap.py",1286,0,"",python,selection_command +7447,341809344,"models/lamap.py",1285,0,"",python,selection_command +7448,341814574,"models/lamap.py",1286,0,"",python,selection_command +7449,341814828,"models/lamap.py",1374,0,"",python,selection_command +7450,341814857,"models/lamap.py",1448,0,"",python,selection_command +7451,341816672,"models/lamap.py",1374,0,"",python,selection_command +7452,341816792,"models/lamap.py",1286,0,"",python,selection_command +7453,341816980,"models/lamap.py",1285,0,"",python,selection_command +7454,341818287,"models/lamap.py",861,0,"",python,selection_command +7455,341819029,"models/lamap.py",352,0,"",python,selection_command +7456,341819696,"models/lamap.py",0,0,"",python,selection_command +7457,341821229,"models/lamap.py",29,0,"",python,selection_command +7458,341821481,"models/lamap.py",30,0,"",python,selection_command +7459,341821511,"models/lamap.py",54,0,"",python,selection_command +7460,341821545,"models/lamap.py",78,0,"",python,selection_command +7461,341821579,"models/lamap.py",79,0,"",python,selection_command +7462,341821612,"models/lamap.py",120,0,"",python,selection_command +7463,341821724,"models/lamap.py",164,0,"",python,selection_command +7464,341822001,"models/lamap.py",120,0,"",python,selection_command +7465,341822304,"models/lamap.py",120,44,"",python,content +7466,341823327,"models/lamap.py",538,0,"",python,selection_command +7467,341823914,"models/lamap.py",1246,0,"",python,selection_command +7468,341824174,"models/lamap.py",1548,0,"",python,selection_command +7469,341830125,"models/lamap.py",1540,0,"",python,selection_command +7470,341836336,"genie.py",0,0,"",python,tab +7471,341837799,"genie.py",3085,0,"",python,selection_command +7472,341837947,"genie.py",3046,0,"",python,selection_command +7473,341838078,"genie.py",2968,0,"",python,selection_command +7474,341838864,"genie.py",2980,0,"",python,selection_command +7475,341839017,"genie.py",2981,0,"",python,selection_command +7476,341839347,"genie.py",2981,1,"j",python,selection_command +7477,341839416,"genie.py",2981,3,"jax",python,selection_command +7478,341839817,"genie.py",2981,53,"jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n",python,selection_command +7479,341840782,"genie.py",3032,0,"",python,selection_command +7480,341841397,"genie.py",2954,0,"",python,selection_command +7481,341841559,"genie.py",2930,0,"",python,selection_command +7482,341841711,"genie.py",2920,0,"",python,selection_command +7483,341846384,"genie.py",2920,1,")",python,selection_command +7484,341846456,"genie.py",2918,3,"""])",python,selection_command +7485,341846600,"genie.py",2915,6,"z_q""])",python,selection_command +7486,341846730,"genie.py",2913,8,"[""z_q""])",python,selection_command +7487,341846860,"genie.py",2902,19,"lam_outputs[""z_q""])",python,selection_command +7488,341846986,"genie.py",2901,20,"(lam_outputs[""z_q""])",python,selection_command +7489,341847088,"genie.py",2888,33,"stop_gradient(lam_outputs[""z_q""])",python,selection_command +7490,341847264,"genie.py",2887,34,".stop_gradient(lam_outputs[""z_q""])",python,selection_command +7491,341847423,"genie.py",2884,37,"lax.stop_gradient(lam_outputs[""z_q""])",python,selection_command +7492,341847738,"genie.py",2883,38,".lax.stop_gradient(lam_outputs[""z_q""])",python,selection_command +7493,341848207,"genie.py",2880,41,"jax.lax.stop_gradient(lam_outputs[""z_q""])",python,selection_command +7494,341848614,"genie.py",2880,0,"",python,selection_command +7495,341849193,"models/lamap.py",0,0,"",python,tab +7496,341850490,"models/lamap.py",1530,0,"",python,selection_command +7497,341850651,"models/lamap.py",1472,0,"",python,selection_command +7498,341850867,"models/lamap.py",1484,0,"",python,selection_command +7499,341850950,"models/lamap.py",1460,0,"",python,selection_command +7500,341851179,"models/lamap.py",1464,0,"",python,selection_command +7501,341851412,"models/lamap.py",1420,0,"",python,selection_command +7502,341851586,"models/lamap.py",1427,0,"",python,selection_command +7503,341851762,"models/lamap.py",1429,0,"",python,selection_command +7504,341852019,"models/lamap.py",1429,1,"l",python,selection_command +7505,341852367,"models/lamap.py",1429,19,"lam_outputs[""z_q""]\n",python,selection_command +7506,341852596,"models/lamap.py",1429,18,"lam_outputs[""z_q""]",python,selection_command +7507,341852730,"models/lamap.py",1429,18,"\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n",python,content +7508,341852754,"models/lamap.py",1442,0,"",python,selection_command +7509,341854029,"models/lamap.py",1505,3,"",python,content +7510,341854044,"models/lamap.py",1496,7,"z_q",python,content +7511,341854045,"models/lamap.py",1461,25,"m",python,content +7512,341854046,"models/lamap.py",1429,30,"",python,content +7513,341854524,"models/lamap.py",1429,1,"l",python,selection_command +7514,341854608,"models/lamap.py",1429,11,"lam_outputs",python,selection_command +7515,341854916,"models/lamap.py",1429,19,"lam_outputs[""z_q""]\n",python,selection_command +7516,341855271,"models/lamap.py",1429,18,"lam_outputs[""z_q""]",python,selection_command +7517,341855447,"models/lamap.py",1429,18,"jax.lax.stop_gradient(lam_outputs[""z_q""])",python,content +7518,341855449,"models/lamap.py",1470,0,"",python,selection_keyboard +7519,341856011,"models/lamap.py",1446,0,"",python,selection_command +7520,341856167,"models/lamap.py",1404,0,"",python,selection_command +7521,341857580,"models/lamap.py",0,0,"",python,selection_command +7522,341858688,"models/lamap.py",29,0,"\nimport jax",python,content +7523,341859453,"models/lamap.py",29,0,"",python,selection_command +7524,341859598,"models/lamap.py",30,0,"",python,selection_command +7525,341859675,"models/lamap.py",37,0,"",python,selection_command +7526,341860115,"models/lamap.py",48,0,"",python,selection_command +7527,341860462,"models/lamap.py",1440,0,"",python,selection_command +7528,341861546,"models/lamap.py",1415,0,"",python,selection_command +7529,341879737,"models/lamap.py",0,0,"",python,selection_command +7530,341935793,"models/lamap.py",279,0,"",python,selection_mouse +7531,341935805,"models/lamap.py",278,0,"",python,selection_command +7532,341936235,"models/lamap.py",250,30,"",python,content +7533,341936411,"models/lamap.py",251,0,"",python,selection_command +7534,341936660,"models/lamap.py",269,0,"",python,selection_command +7535,341936694,"models/lamap.py",285,0,"",python,selection_command +7536,341936728,"models/lamap.py",302,0,"",python,selection_command +7537,341936763,"models/lamap.py",328,0,"",python,selection_command +7538,341936799,"models/lamap.py",355,0,"",python,selection_command +7539,341936844,"models/lamap.py",383,0,"",python,selection_command +7540,341936861,"models/lamap.py",407,0,"",python,selection_command +7541,341936893,"models/lamap.py",431,0,"",python,selection_command +7542,341937031,"models/lamap.py",454,0,"",python,selection_command +7543,341937346,"models/lamap.py",476,0,"\n use_flash_attention: bool",python,content +7544,341937351,"models/lamap.py",481,0,"",python,selection_command +7545,341938179,"models/lamap.py",477,0,"",python,selection_command +7546,341939430,"models/lamap.py",1178,0,"",python,selection_command +7547,341940936,"models/lamap.py",1166,0,"",python,selection_command +7548,341941231,"models/lamap.py",1208,0,"",python,selection_command +7549,341941478,"models/lamap.py",1238,0,"",python,selection_command +7550,341941506,"models/lamap.py",1252,0,"",python,selection_command +7551,341941539,"models/lamap.py",1253,0,"",python,selection_command +7552,341941573,"models/lamap.py",1341,0,"",python,selection_command +7553,341941606,"models/lamap.py",1415,0,"",python,selection_command +7554,341941640,"models/lamap.py",1482,0,"",python,selection_command +7555,341941675,"models/lamap.py",1506,0,"",python,selection_command +7556,341941707,"models/lamap.py",1564,0,"",python,selection_command +7557,341941741,"models/lamap.py",1574,0,"",python,selection_command +7558,341942113,"models/lamap.py",1564,0,"",python,selection_command +7559,341942365,"models/lamap.py",1506,0,"",python,selection_command +7560,341942396,"models/lamap.py",1482,0,"",python,selection_command +7561,341942428,"models/lamap.py",1415,0,"",python,selection_command +7562,341942462,"models/lamap.py",1341,0,"",python,selection_command +7563,341942495,"models/lamap.py",1253,0,"",python,selection_command +7564,341942528,"models/lamap.py",1252,0,"",python,selection_command +7565,341942565,"models/lamap.py",1238,0,"",python,selection_command +7566,341942598,"models/lamap.py",1208,0,"",python,selection_command +7567,341942712,"models/lamap.py",1166,0,"",python,selection_command +7568,341942877,"models/lamap.py",1137,0,"",python,selection_command +7569,341943044,"models/lamap.py",1101,0,"",python,selection_command +7570,341943182,"models/lamap.py",1109,0,"",python,selection_command +7571,341943301,"models/lamap.py",1113,0,"",python,selection_command +7572,341943645,"models/lamap.py",1114,0,"",python,selection_command +7573,341943812,"models/lamap.py",1125,0,"",python,selection_command +7574,341944014,"models/lamap.py",1127,0,"",python,selection_command +7575,341944181,"models/lamap.py",1129,0,"",python,selection_command +7576,341944335,"models/lamap.py",1130,0,"",python,selection_command +7577,341951806,"models/lamap.py",1164,0,"",python,selection_command +7578,341951970,"models/lamap.py",1165,0,"\n ",python,content +7579,341952399,"models/lamap.py",1178,0,"u",python,content +7580,341952401,"models/lamap.py",1179,0,"",python,selection_keyboard +7581,341952502,"models/lamap.py",1179,0,"s",python,content +7582,341952503,"models/lamap.py",1180,0,"",python,selection_keyboard +7583,341952574,"models/lamap.py",1180,0,"e",python,content +7584,341952577,"models/lamap.py",1181,0,"",python,selection_keyboard +7585,341953575,"models/lamap.py",1181,0,"_bias=False,",python,content +7586,341953758,"models/lamap.py",1192,0,"",python,selection_command +7587,341954583,"models/lamap.py",1163,0,"",python,selection_command +7588,341954727,"models/lamap.py",1127,0,"",python,selection_command +7589,341954878,"models/lamap.py",1099,0,"",python,selection_command +7590,341955003,"models/lamap.py",1127,0,"",python,selection_command +7591,341955180,"models/lamap.py",1163,0,"",python,selection_command +7592,341955353,"models/lamap.py",1192,0,"",python,selection_command +7593,341955586,"models/lamap.py",1166,27," use_bias=False,",python,selection_command +7594,341987153,"models/lamap.py",1192,0,"",python,selection_command +7595,342454373,"models/lam.py",0,0,"",python,tab +7596,342454632,"models/lam.py",0,3317,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,selection_command +7597,342454738,"models/lam.py",3317,0,"",python,selection_command +7598,342458157,"train_lam.py",0,0,"",python,tab +7599,342458341,"train_lam.py",0,12701,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_command +7600,342458443,"train_lam.py",12701,0,"",python,selection_command +7601,342523057,"models/lamap.py",0,0,"",python,tab +7602,342524817,"models/lamap.py",0,1624,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom models.lam import LatentActionModel\n\n\nclass LatentActionMapper(nn.Module):\n """"""Latent Action Mapper""""""\n\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n # --- LAM ---\n in_dim: int\n lam_dim: int\n latent_patch_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n use_flash_attention: bool\n\n # --- Mapper ---\n action_dim: int\n\n def setup(self):\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_map = nn.Dense(\n self.action_dim,\n use_bias=False,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.stop_gradient(lam_outputs[""z_q""])\n outputs = dict(\n real_actions=self.action_map(latent_actions),\n )\n return outputs",python,selection_command +7603,342525020,"models/lamap.py",1623,0,"",python,selection_command +7604,342595320,"models/lamap.py",1600,0,"",python,selection_command +7605,342595495,"models/lamap.py",1555,0,"",python,selection_command +7606,342595635,"models/lamap.py",1531,0,"",python,selection_command +7607,342595920,"models/lamap.py",1464,0,"",python,selection_command +7608,342598047,"models/lamap.py",1451,0,"",python,selection_command +7609,342599873,"models/lamap.py",1377,0,"",python,selection_command +7610,343583668,"models/lamap.py",1369,0,"",python,selection_command +7611,343583841,"models/lamap.py",1281,0,"",python,selection_command +7612,343584088,"models/lamap.py",1280,0,"",python,selection_command +7613,343599358,"train_lamap.py",0,0,"",python,tab +7614,343602503,"models/lamap.py",0,0,"",python,tab +7615,343606025,"models/lamap.py",1610,0,"",python,selection_command +7616,343606359,"models/lamap.py",872,0,"",python,selection_command +7617,343606507,"models/lamap.py",273,0,"",python,selection_command +7618,343606658,"models/lamap.py",0,0,"",python,selection_command +7619,343607860,"models/lamap.py",411,0,"",python,selection_command +7620,343608105,"models/lamap.py",1099,0,"",python,selection_command +7621,343608138,"models/lamap.py",1610,0,"",python,selection_command +7622,343610187,"train_lamap.py",0,0,"",python,tab +7623,343614501,"train_lam.py",0,0,"",python,tab +7624,343614970,"train_lam.py",0,0,"",python,selection_command +7625,343615776,"train_lam.py",0,40,"from dataclasses import dataclass, field",python,selection_command +7626,343616210,"train_lam.py",0,51,"from dataclasses import dataclass, field\nimport os\n",python,selection_command +7627,343616382,"train_lam.py",0,429,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n",python,selection_command +7628,343616558,"train_lam.py",0,622,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n",python,selection_command +7629,343616738,"train_lam.py",0,1953,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n",python,selection_command +7630,343616942,"train_lam.py",0,1977,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n",python,selection_command +7631,343617863,"train_lam.py",1977,0,"",python,selection_command +7632,343618426,"train_lamap.py",0,0,"",python,tab +7633,343619458,"train_lamap.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n",python,content +7634,343620324,"train_lamap.py",0,0,"",python,selection_command +7635,343620985,"train_lamap.py",1977,0,"",python,selection_command +7636,343621377,"train_lamap.py",1977,0,"\n",python,content +7637,343621610,"train_lamap.py",1978,0,"\n",python,content +7638,343622063,"train_lamap.py",1978,1,"",python,content +7639,343623383,"train_lam.py",0,0,"",python,tab +7640,343624064,"train_lam.py",1978,0,"",python,selection_command +7641,343624228,"train_lam.py",1979,0,"",python,selection_command +7642,343625291,"train_lamap.py",0,0,"",python,tab +7643,343625760,"train_lamap.py",1978,0,"i",python,content +7644,343625766,"train_lamap.py",1979,0,"",python,selection_keyboard +7645,343626102,"train_lamap.py",1978,1,"",python,content +7646,343626220,"train_lamap.py",1978,0,"d",python,content +7647,343626222,"train_lamap.py",1979,0,"",python,selection_keyboard +7648,343626386,"train_lamap.py",1979,0,"e",python,content +7649,343626393,"train_lamap.py",1980,0,"",python,selection_keyboard +7650,343626460,"train_lamap.py",1980,0,"f",python,content +7651,343626461,"train_lamap.py",1981,0,"",python,selection_keyboard +7652,343626495,"train_lamap.py",1981,0," ",python,content +7653,343626496,"train_lamap.py",1982,0,"",python,selection_keyboard +7654,343626635,"train_lamap.py",1982,0,"l",python,content +7655,343626637,"train_lamap.py",1983,0,"",python,selection_keyboard +7656,343626705,"train_lamap.py",1983,0,"a",python,content +7657,343626708,"train_lamap.py",1984,0,"",python,selection_keyboard +7658,343626805,"train_lamap.py",1984,0,"m",python,content +7659,343626807,"train_lamap.py",1985,0,"",python,selection_keyboard +7660,343626919,"train_lamap.py",1985,0,"a",python,content +7661,343626925,"train_lamap.py",1986,0,"",python,selection_keyboard +7662,343627024,"train_lamap.py",1986,0,"p",python,content +7663,343627029,"train_lamap.py",1987,0,"",python,selection_keyboard +7664,343627289,"train_lamap.py",1987,0,"_",python,content +7665,343627293,"train_lamap.py",1988,0,"",python,selection_keyboard +7666,343627541,"train_lamap.py",1988,0,"l",python,content +7667,343627546,"train_lamap.py",1989,0,"",python,selection_keyboard +7668,343627692,"train_lamap.py",1989,0,"o",python,content +7669,343627695,"train_lamap.py",1990,0,"",python,selection_keyboard +7670,343627858,"train_lamap.py",1990,0,"s",python,content +7671,343627860,"train_lamap.py",1991,0,"",python,selection_keyboard +7672,343628759,"train_lamap.py",1991,0,"s",python,content +7673,343628764,"train_lamap.py",1992,0,"",python,selection_keyboard +7674,343629029,"train_lamap.py",1991,0,"",python,selection_command +7675,343629544,"train_lam.py",0,0,"",python,tab +7676,343630994,"train_lamap.py",0,0,"",python,tab +7677,343631210,"train_lamap.py",1992,0,"",python,selection_command +7678,343631642,"train_lamap.py",1992,0,"_",python,content +7679,343631646,"train_lamap.py",1993,0,"",python,selection_keyboard +7680,343631959,"train_lamap.py",1993,0,"f",python,content +7681,343631961,"train_lamap.py",1994,0,"",python,selection_keyboard +7682,343632105,"train_lamap.py",1994,0,"n",python,content +7683,343632107,"train_lamap.py",1995,0,"",python,selection_keyboard +7684,343632444,"train_lamap.py",1995,0,"(params, state, inputs):",python,content +7685,343632725,"train_lamap.py",2018,0,"",python,selection_command +7686,343633532,"train_lam.py",0,0,"",python,tab +7687,343641908,"train_lamap.py",0,0,"",python,tab +7688,343642562,"train_lamap.py",2019,0,"\n ",python,content +7689,343643827,"train_lamap.py",2024,0,"#",python,content +7690,343643833,"train_lamap.py",2025,0,"",python,selection_keyboard +7691,343644811,"train_lamap.py",2025,0," --- Compute loss ---",python,content +7692,343645099,"train_lamap.py",2046,0,"\n ",python,content +7693,343654456,"train_lamap.py",2051,0,"inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()",python,content +7694,343654739,"train_lamap.py",2524,0,"",python,selection_command +7695,343654906,"train_lamap.py",2463,0,"",python,selection_command +7696,343655162,"train_lamap.py",2429,0,"",python,selection_command +7697,343655188,"train_lamap.py",2344,0,"",python,selection_command +7698,343655225,"train_lamap.py",2279,0,"",python,selection_command +7699,343655256,"train_lamap.py",2232,0,"",python,selection_command +7700,343655306,"train_lamap.py",2219,0,"",python,selection_command +7701,343655324,"train_lamap.py",2155,0,"",python,selection_command +7702,343655357,"train_lamap.py",2125,0,"",python,selection_command +7703,343655391,"train_lamap.py",2058,0,"",python,selection_command +7704,343657391,"train_lam.py",0,0,"",python,tab +7705,343658077,"train_lam.py",2019,0,"",python,selection_command +7706,343658227,"train_lam.py",2046,0,"",python,selection_command +7707,343658376,"train_lam.py",2113,0,"",python,selection_command +7708,343658697,"train_lam.py",2117,0,"",python,selection_command +7709,343659596,"train_lamap.py",0,0,"",python,tab +7710,343664728,"train_lamap.py",2155,0,"",python,selection_command +7711,343665096,"train_lamap.py",2158,0,"",python,selection_command +7712,343665312,"train_lamap.py",2160,0,"",python,selection_command +7713,343665502,"train_lamap.py",2166,0,"",python,selection_command +7714,343665759,"train_lamap.py",2168,0,"",python,selection_command +7715,343665790,"train_lamap.py",2176,0,"",python,selection_command +7716,343665819,"train_lamap.py",2177,0,"",python,selection_command +7717,343667034,"train_lamap.py",2181,0,"",python,selection_command +7718,343667280,"train_lamap.py",2183,0,"",python,selection_command +7719,343667312,"train_lamap.py",2187,0,"",python,selection_command +7720,343667345,"train_lamap.py",2190,0,"",python,selection_command +7721,343667379,"train_lamap.py",2197,0,"",python,selection_command +7722,343667915,"train_lamap.py",2200,0,"",python,selection_command +7723,343668114,"train_lamap.py",2206,0,"",python,selection_command +7724,343668338,"train_lamap.py",2208,0,"",python,selection_command +7725,343668626,"train_lamap.py",2144,0,"",python,selection_command +7726,343669222,"train_lamap.py",2215,0,"",python,selection_command +7727,343671277,"train_lamap.py",2221,0,"",python,selection_command +7728,343676329,"train_lamap.py",2221,46," gt_future_frames = inputs[""videos""][:, 1:]",python,selection_command +7729,343676597,"train_lamap.py",2221,111," gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()",python,selection_command +7730,343676766,"train_lamap.py",2221,196," gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()",python,selection_command +7731,343676881,"train_lamap.py",2221,230," gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(",python,selection_command +7732,343677024,"train_lamap.py",2221,291," gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])",python,selection_command +7733,343677162,"train_lamap.py",2221,304," gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()",python,selection_command +7734,343677309,"train_lamap.py",2220,305,"",python,content +7735,343677317,"train_lamap.py",2219,0,"",python,selection_command +7736,343688608,"train_lam.py",0,0,"",python,tab +7737,343690718,"train_lamap.py",0,0,"",python,tab +7738,343691643,"train_lam.py",0,0,"",python,tab +7739,343695380,"train_lamap.py",0,0,"",python,tab +7740,343697301,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +7741,343699748,"train_dynamics.py",2760,0,"",python,selection_command +7742,343703245,"train_dynamics.py",2752,0,"",python,selection_command +7743,343703395,"train_dynamics.py",2751,0,"",python,selection_command +7744,343703552,"train_dynamics.py",2746,0,"",python,selection_command +7745,343703799,".venv/lib/python3.10/site-packages/optax/__init__.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Optax: composable gradient processing and optimization, in JAX.""""""\n\n# pylint: disable=wrong-import-position\n# pylint: disable=g-importing-member\n\nimport typing as _typing\n\nfrom optax import assignment\nfrom optax import contrib\nfrom optax import losses\nfrom optax import monte_carlo\nfrom optax import perturbations\nfrom optax import projections\nfrom optax import schedules\nfrom optax import second_order\nfrom optax import transforms\nfrom optax import tree\nfrom optax import tree_utils\nfrom optax._src.alias import adabelief\nfrom optax._src.alias import adadelta\nfrom optax._src.alias import adafactor\nfrom optax._src.alias import adagrad\nfrom optax._src.alias import adam\nfrom optax._src.alias import adamax\nfrom optax._src.alias import adamaxw\nfrom optax._src.alias import adamw\nfrom optax._src.alias import adan\nfrom optax._src.alias import amsgrad\nfrom optax._src.alias import fromage\nfrom optax._src.alias import lamb\nfrom optax._src.alias import lars\nfrom optax._src.alias import lbfgs\nfrom optax._src.alias import lion\nfrom optax._src.alias import MaskOrFn\nfrom optax._src.alias import nadam\nfrom optax._src.alias import nadamw\nfrom optax._src.alias import noisy_sgd\nfrom optax._src.alias import novograd\nfrom optax._src.alias import optimistic_adam\nfrom optax._src.alias import optimistic_gradient_descent\nfrom optax._src.alias import polyak_sgd\nfrom optax._src.alias import radam\nfrom optax._src.alias import rmsprop\nfrom optax._src.alias import rprop\nfrom optax._src.alias import sgd\nfrom optax._src.alias import sign_sgd\nfrom optax._src.alias import sm3\nfrom optax._src.alias import yogi\nfrom optax._src.base import EmptyState\nfrom optax._src.base import GradientTransformation\nfrom optax._src.base import GradientTransformationExtraArgs\nfrom optax._src.base import identity\nfrom optax._src.base import OptState\nfrom optax._src.base import Params\nfrom optax._src.base import ScalarOrSchedule\nfrom optax._src.base import Schedule\nfrom optax._src.base import set_to_zero\nfrom optax._src.base import stateless\nfrom optax._src.base import stateless_with_tree_map\nfrom optax._src.base import TransformInitFn\nfrom optax._src.base import TransformUpdateExtraArgsFn\nfrom optax._src.base import TransformUpdateFn\nfrom optax._src.base import Updates\nfrom optax._src.base import with_extra_args_support\nfrom optax._src.factorized import FactoredState\nfrom optax._src.factorized import scale_by_factored_rms\nfrom optax._src.linear_algebra import global_norm\nfrom optax._src.linear_algebra import matrix_inverse_pth_root\nfrom optax._src.linear_algebra import nnls\nfrom optax._src.linear_algebra import power_iteration\nfrom optax._src.linesearch import scale_by_backtracking_linesearch\nfrom optax._src.linesearch import scale_by_zoom_linesearch\nfrom optax._src.linesearch import ScaleByBacktrackingLinesearchState\nfrom optax._src.linesearch import ScaleByZoomLinesearchState\nfrom optax._src.linesearch import ZoomLinesearchInfo\nfrom optax._src.lookahead import lookahead\nfrom optax._src.lookahead import LookaheadParams\nfrom optax._src.lookahead import LookaheadState\nfrom optax._src.numerics import safe_increment\nfrom optax._src.numerics import safe_int32_increment\nfrom optax._src.numerics import safe_norm\nfrom optax._src.numerics import safe_root_mean_squares\nfrom optax._src.transform import apply_every\nfrom optax._src.transform import ApplyEvery\nfrom optax._src.transform import centralize\nfrom optax._src.transform import normalize_by_update_norm\nfrom optax._src.transform import scale\nfrom optax._src.transform import scale_by_adadelta\nfrom optax._src.transform import scale_by_adam\nfrom optax._src.transform import scale_by_adamax\nfrom optax._src.transform import scale_by_adan\nfrom optax._src.transform import scale_by_amsgrad\nfrom optax._src.transform import scale_by_belief\nfrom optax._src.transform import scale_by_distance_over_gradients\nfrom optax._src.transform import scale_by_lbfgs\nfrom optax._src.transform import scale_by_learning_rate\nfrom optax._src.transform import scale_by_lion\nfrom optax._src.transform import scale_by_novograd\nfrom optax._src.transform import scale_by_optimistic_gradient\nfrom optax._src.transform import scale_by_param_block_norm\nfrom optax._src.transform import scale_by_param_block_rms\nfrom optax._src.transform import scale_by_polyak\nfrom optax._src.transform import scale_by_radam\nfrom optax._src.transform import scale_by_rms\nfrom optax._src.transform import scale_by_rprop\nfrom optax._src.transform import scale_by_rss\nfrom optax._src.transform import scale_by_schedule\nfrom optax._src.transform import scale_by_sign\nfrom optax._src.transform import scale_by_sm3\nfrom optax._src.transform import scale_by_stddev\nfrom optax._src.transform import scale_by_trust_ratio\nfrom optax._src.transform import scale_by_yogi\nfrom optax._src.transform import ScaleByAdaDeltaState\nfrom optax._src.transform import ScaleByAdamState\nfrom optax._src.transform import ScaleByAdanState\nfrom optax._src.transform import ScaleByAmsgradState\nfrom optax._src.transform import ScaleByBeliefState\nfrom optax._src.transform import ScaleByLBFGSState\nfrom optax._src.transform import ScaleByLionState\nfrom optax._src.transform import ScaleByNovogradState\nfrom optax._src.transform import ScaleByRmsState\nfrom optax._src.transform import ScaleByRpropState\nfrom optax._src.transform import ScaleByRssState\nfrom optax._src.transform import ScaleByRStdDevState\nfrom optax._src.transform import ScaleByScheduleState\nfrom optax._src.transform import ScaleBySM3State\nfrom optax._src.update import apply_updates\nfrom optax._src.update import incremental_update\nfrom optax._src.update import periodic_update\nfrom optax._src.utils import multi_normal\nfrom optax._src.utils import scale_gradient\nfrom optax._src.utils import value_and_grad_from_state\n\n# TODO(mtthss): remove contrib aliases from flat namespace once users updated.\n# Deprecated modules\nfrom optax.contrib import differentially_private_aggregate as _deprecated_differentially_private_aggregate\nfrom optax.contrib import DifferentiallyPrivateAggregateState as _deprecated_DifferentiallyPrivateAggregateState\nfrom optax.contrib import dpsgd as _deprecated_dpsgd\n\n\n# TODO(mtthss): remove aliases after updates.\nadaptive_grad_clip = transforms.adaptive_grad_clip\nAdaptiveGradClipState = EmptyState\nclip = transforms.clip\nclip_by_block_rms = transforms.clip_by_block_rms\nclip_by_global_norm = transforms.clip_by_global_norm\nClipByGlobalNormState = EmptyState\nClipState = EmptyState\nper_example_global_norm_clip = transforms.per_example_global_norm_clip\nper_example_layer_norm_clip = transforms.per_example_layer_norm_clip\nkeep_params_nonnegative = transforms.keep_params_nonnegative\nNonNegativeParamsState = transforms.NonNegativeParamsState\nzero_nans = transforms.zero_nans\nZeroNansState = transforms.ZeroNansState\nchain = transforms.chain\npartition = transforms.partition\nPartitionState = transforms.PartitionState\nmulti_transform = transforms.partition # for backwards compatibility\nMultiTransformState = transforms.PartitionState # for backwards compatibility\nnamed_chain = transforms.named_chain\ntrace = transforms.trace\nTraceState = transforms.TraceState\nema = transforms.ema\nEmaState = transforms.EmaState\nadd_noise = transforms.add_noise\nAddNoiseState = transforms.AddNoiseState\nadd_decayed_weights = transforms.add_decayed_weights\nAddDecayedWeightsState = EmptyState\nScaleByTrustRatioState = EmptyState\nScaleState = EmptyState\napply_if_finite = transforms.apply_if_finite\nApplyIfFiniteState = transforms.ApplyIfFiniteState\nconditionally_mask = transforms.conditionally_mask\nconditionally_transform = transforms.conditionally_transform\nConditionallyMaskState = transforms.ConditionallyMaskState\nConditionallyTransformState = transforms.ConditionallyTransformState\nflatten = transforms.flatten\nmasked = transforms.masked\nMaskedNode = transforms.MaskedNode\nMaskedState = transforms.MaskedState\nMultiSteps = transforms.MultiSteps\nMultiStepsState = transforms.MultiStepsState\nShouldSkipUpdateFunction = transforms.ShouldSkipUpdateFunction\nskip_large_updates = transforms.skip_large_updates\nskip_not_finite = transforms.skip_not_finite\n\n# TODO(mtthss): remove tree_utils aliases after updates.\ntree_map_params = tree_utils.tree_map_params\nbias_correction = tree_utils.tree_bias_correction\nupdate_infinity_moment = tree_utils.tree_update_infinity_moment\nupdate_moment = tree_utils.tree_update_moment\nupdate_moment_per_elem_norm = tree_utils.tree_update_moment_per_elem_norm\n\n# TODO(mtthss): remove schedules aliases from flat namespaces after user updates\nconstant_schedule = schedules.constant_schedule\ncosine_decay_schedule = schedules.cosine_decay_schedule\ncosine_onecycle_schedule = schedules.cosine_onecycle_schedule\nexponential_decay = schedules.exponential_decay\ninject_hyperparams = schedules.inject_hyperparams\nInjectHyperparamsState = schedules.InjectHyperparamsState\njoin_schedules = schedules.join_schedules\nlinear_onecycle_schedule = schedules.linear_onecycle_schedule\nlinear_schedule = schedules.linear_schedule\npiecewise_constant_schedule = schedules.piecewise_constant_schedule\npiecewise_interpolate_schedule = schedules.piecewise_interpolate_schedule\npolynomial_schedule = schedules.polynomial_schedule\nsgdr_schedule = schedules.sgdr_schedule\nwarmup_constant_schedule = schedules.warmup_constant_schedule\nwarmup_cosine_decay_schedule = schedules.warmup_cosine_decay_schedule\nwarmup_exponential_decay_schedule = schedules.warmup_exponential_decay_schedule\ninject_stateful_hyperparams = schedules.inject_stateful_hyperparams\nInjectStatefulHyperparamsState = schedules.InjectStatefulHyperparamsState\nWrappedSchedule = schedules.WrappedSchedule\n\n# TODO(mtthss): remove loss aliases from flat namespace once users have updated.\nconvex_kl_divergence = losses.convex_kl_divergence\ncosine_distance = losses.cosine_distance\ncosine_similarity = losses.cosine_similarity\nctc_loss = losses.ctc_loss\nctc_loss_with_forward_probs = losses.ctc_loss_with_forward_probs\nhinge_loss = losses.hinge_loss\nhuber_loss = losses.huber_loss\nkl_divergence = losses.kl_divergence\nl2_loss = losses.l2_loss\nlog_cosh = losses.log_cosh\nntxent = losses.ntxent\nsigmoid_binary_cross_entropy = losses.sigmoid_binary_cross_entropy\nsmooth_labels = losses.smooth_labels\nsafe_softmax_cross_entropy = losses.safe_softmax_cross_entropy\nsoftmax_cross_entropy = losses.softmax_cross_entropy\nsoftmax_cross_entropy_with_integer_labels = (\n losses.softmax_cross_entropy_with_integer_labels\n)\nsquared_error = losses.squared_error\nsigmoid_focal_loss = losses.sigmoid_focal_loss\n\n_deprecations = {\n # Added Apr 2024\n ""differentially_private_aggregate"": (\n (\n ""optax.differentially_private_aggregate is deprecated: use""\n "" optax.contrib.differentially_private_aggregate (optax v0.1.8 or""\n "" newer).""\n ),\n _deprecated_differentially_private_aggregate,\n ),\n ""DifferentiallyPrivateAggregateState"": (\n (\n ""optax.DifferentiallyPrivateAggregateState is deprecated: use""\n "" optax.contrib.DifferentiallyPrivateAggregateState (optax v0.1.8""\n "" or newer).""\n ),\n _deprecated_DifferentiallyPrivateAggregateState,\n ),\n ""dpsgd"": (\n (\n ""optax.dpsgd is deprecated: use optax.contrib.dpsgd (optax v0.1.8""\n "" or newer).""\n ),\n _deprecated_dpsgd,\n ),\n}\n# pylint: disable=g-import-not-at-top\n# pylint: disable=g-bad-import-order\nif _typing.TYPE_CHECKING:\n # pylint: disable=reimported\n from optax.contrib import differentially_private_aggregate\n from optax.contrib import DifferentiallyPrivateAggregateState\n from optax.contrib import dpsgd\n # pylint: enable=reimported\n\nelse:\n from optax._src.deprecations import deprecation_getattr as _deprecation_getattr\n\n __getattr__ = _deprecation_getattr(__name__, _deprecations)\n del _deprecation_getattr\ndel _typing\n# pylint: enable=g-bad-import-order\n# pylint: enable=g-import-not-at-top\n# pylint: enable=g-importing-member\n\n\n__version__ = ""0.2.5""\n\n__all__ = (\n ""adabelief"",\n ""adadelta"",\n ""adafactor"",\n ""adagrad"",\n ""adam"",\n ""adamax"",\n ""adamaxw"",\n ""adamw"",\n ""adan"",\n ""adaptive_grad_clip"",\n ""AdaptiveGradClipState"",\n ""add_decayed_weights"",\n ""add_noise"",\n ""AddDecayedWeightsState"",\n ""AddNoiseState"",\n ""amsgrad"",\n ""apply_every"",\n ""apply_if_finite"",\n ""apply_updates"",\n ""ApplyEvery"",\n ""ApplyIfFiniteState"",\n ""assignment"",\n ""centralize"",\n ""chain"",\n ""clip_by_block_rms"",\n ""clip_by_global_norm"",\n ""clip"",\n ""ClipByGlobalNormState"",\n ""ClipState"",\n ""conditionally_mask"",\n ""ConditionallyMaskState"",\n ""conditionally_transform"",\n ""ConditionallyTransformState"",\n ""constant_schedule"",\n ""ctc_loss"",\n ""ctc_loss_with_forward_probs"",\n ""convex_kl_divergence"",\n ""cosine_decay_schedule"",\n ""cosine_distance"",\n ""cosine_onecycle_schedule"",\n ""cosine_similarity"",\n ""differentially_private_aggregate"",\n ""DifferentiallyPrivateAggregateState"",\n ""dpsgd"",\n ""ema"",\n ""EmaState"",\n ""EmptyState"",\n ""exponential_decay"",\n ""FactoredState"",\n ""flatten"",\n ""fromage"",\n ""global_norm"",\n ""GradientTransformation"",\n ""GradientTransformationExtraArgs"",\n ""hinge_loss"",\n ""huber_loss"",\n ""identity"",\n ""incremental_update"",\n ""inject_hyperparams"",\n ""InjectHyperparamsState"",\n ""join_schedules"",\n ""keep_params_nonnegative"",\n ""kl_divergence"",\n ""l2_loss"",\n ""lamb"",\n ""lars"",\n ""lbfgs"",\n ""lion"",\n ""linear_onecycle_schedule"",\n ""linear_schedule"",\n ""log_cosh"",\n ""lookahead"",\n ""LookaheadParams"",\n ""LookaheadState"",\n ""masked"",\n ""MaskOrFn"",\n ""MaskedState"",\n ""matrix_inverse_pth_root"",\n ""multi_normal"",\n ""multi_transform"", # for backwards compatibility\n ""MultiSteps"",\n ""MultiStepsState"",\n ""MultiTransformState"", # for backwards compatibility\n ""nadam"",\n ""nadamw"",\n ""nnls"",\n ""noisy_sgd"",\n ""novograd"",\n ""NonNegativeParamsState"",\n ""ntxent"",\n ""OptState"",\n ""Params"",\n ""partition"",\n ""PartitionState"",\n ""periodic_update"",\n ""per_example_global_norm_clip"",\n ""per_example_layer_norm_clip"",\n ""piecewise_constant_schedule"",\n ""piecewise_interpolate_schedule"",\n ""polynomial_schedule"",\n ""power_iteration"",\n ""polyak_sgd"",\n ""radam"",\n ""rmsprop"",\n ""rprop"",\n ""safe_increment"",\n ""safe_int32_increment"",\n ""safe_norm"",\n ""safe_root_mean_squares"",\n ""ScalarOrSchedule"",\n ""scale_by_adadelta"",\n ""scale_by_adam"",\n ""scale_by_adamax"",\n ""scale_by_adan"",\n ""scale_by_amsgrad"",\n ""scale_by_backtracking_linesearch"",\n ""scale_by_belief"",\n ""scale_by_lbfgs"",\n ""scale_by_lion"",\n ""scale_by_factored_rms"",\n ""scale_by_novograd"",\n ""scale_by_param_block_norm"",\n ""scale_by_param_block_rms"",\n ""scale_by_polyak"",\n ""scale_by_radam"",\n ""scale_by_rms"",\n ""scale_by_rprop"",\n ""scale_by_rss"",\n ""scale_by_schedule"",\n ""scale_by_sign"",\n ""scale_by_sm3"",\n ""scale_by_stddev"",\n ""scale_by_trust_ratio"",\n ""scale_by_yogi"",\n ""scale_by_zoom_linesearch"",\n ""scale_gradient"",\n ""scale"",\n ""ScaleByAdaDeltaState"",\n ""ScaleByAdamState"",\n ""ScaleByAdanState"",\n ""ScaleByAmsgradState"",\n ""ScaleByBacktrackingLinesearchState"",\n ""ScaleByBeliefState"",\n ""ScaleByLBFGSState"",\n ""ScaleByLionState"",\n ""ScaleByNovogradState"",\n ""ScaleByRmsState"",\n ""ScaleByRpropState"",\n ""ScaleByRssState"",\n ""ScaleByRStdDevState"",\n ""ScaleByScheduleState"",\n ""ScaleBySM3State"",\n ""ScaleByTrustRatioState"",\n ""ScaleByZoomLinesearchState"",\n ""ScaleState"",\n ""Schedule"",\n ""set_to_zero"",\n ""sgd"",\n ""sgdr_schedule"",\n ""ShouldSkipUpdateFunction"",\n ""sigmoid_binary_cross_entropy"",\n ""sign_sgd"",\n ""skip_large_updates"",\n ""skip_not_finite"",\n ""sm3"",\n ""smooth_labels"",\n ""softmax_cross_entropy"",\n ""softmax_cross_entropy_with_integer_labels"",\n ""stateless"",\n ""stateless_with_tree_map"",\n ""trace"",\n ""TraceState"",\n ""TransformInitFn"",\n ""TransformUpdateFn"",\n ""TransformUpdateExtraArgsFn"",\n ""Updates"",\n ""value_and_grad_from_state"",\n ""warmup_cosine_decay_schedule"",\n ""warmup_exponential_decay_schedule"",\n ""yogi"",\n ""zero_nans"",\n ""ZeroNansState"",\n ""ZoomLinesearchInfo"",\n)\n\n# _________________________________________\n# / Please don't use symbols in `_src` they \\n# \ are not part of the Optax public API. /\n# -----------------------------------------\n# \ ^__^\n# \ (oo)\_______\n# (__)\ )\/\\n# ||----w |\n# || ||\n#\n",python,tab +7746,343704322,".venv/lib/python3.10/site-packages/optax/__init__.py",11092,0,"",python,selection_command +7747,343708276,".venv/lib/python3.10/site-packages/optax/__init__.py",11100,0,"",python,selection_command +7748,343713042,"train_dynamics.py",0,0,"",python,tab +7749,343724669,".venv/lib/python3.10/site-packages/optax/__init__.py",0,0,"",python,tab +7750,343726971,".venv/lib/python3.10/site-packages/optax/__init__.py",11054,0,"",python,selection_command +7751,343727127,".venv/lib/python3.10/site-packages/optax/__init__.py",11001,0,"",python,selection_command +7752,343732405,".venv/lib/python3.10/site-packages/optax/__init__.py",11054,0,"",python,selection_command +7753,343734788,".venv/lib/python3.10/site-packages/optax/__init__.py",11001,0,"",python,selection_command +7754,343740828,".venv/lib/python3.10/site-packages/optax/__init__.py",11054,0,"",python,selection_command +7755,343741378,"train_dynamics.py",0,0,"",python,tab +7756,343743424,"train_lamap.py",0,0,"",python,tab +7757,343745011,"train_lamap.py",2220,0,"\n ",python,content +7758,343745184,"train_lamap.py",2225,0,"l",python,content +7759,343745186,"train_lamap.py",2226,0,"",python,selection_keyboard +7760,343745338,"train_lamap.py",2226,0,"o",python,content +7761,343745341,"train_lamap.py",2227,0,"",python,selection_keyboard +7762,343745524,"train_lamap.py",2227,0,"s",python,content +7763,343745525,"train_lamap.py",2228,0,"",python,selection_keyboard +7764,343745675,"train_lamap.py",2228,0,"s",python,content +7765,343745677,"train_lamap.py",2229,0,"",python,selection_keyboard +7766,343745778,"train_lamap.py",2229,0," ",python,content +7767,343745780,"train_lamap.py",2230,0,"",python,selection_keyboard +7768,343745870,"train_lamap.py",2230,0,"=",python,content +7769,343745872,"train_lamap.py",2231,0,"",python,selection_keyboard +7770,343745991,"train_lamap.py",2231,0," ",python,content +7771,343745992,"train_lamap.py",2232,0,"",python,selection_keyboard +7772,343746778,"train_lamap.py",2232,0,"o",python,content +7773,343746782,"train_lamap.py",2233,0,"",python,selection_keyboard +7774,343747161,"train_lamap.py",2233,0,"p",python,content +7775,343747162,"train_lamap.py",2234,0,"",python,selection_keyboard +7776,343747294,"train_lamap.py",2234,0,"t",python,content +7777,343747295,"train_lamap.py",2235,0,"",python,selection_keyboard +7778,343747437,"train_lamap.py",2235,0,"a",python,content +7779,343747440,"train_lamap.py",2236,0,"",python,selection_keyboard +7780,343747590,"train_lamap.py",2236,0,"x",python,content +7781,343747595,"train_lamap.py",2237,0,"",python,selection_keyboard +7782,343747681,"train_lamap.py",2237,0,".",python,content +7783,343747685,"train_lamap.py",2238,0,"",python,selection_keyboard +7784,343747878,"train_lamap.py",2238,0,"s",python,content +7785,343747881,"train_lamap.py",2239,0,"",python,selection_keyboard +7786,343747959,"train_lamap.py",2239,0,"o",python,content +7787,343747960,"train_lamap.py",2240,0,"",python,selection_keyboard +7788,343748074,"train_lamap.py",2240,0,"f",python,content +7789,343748078,"train_lamap.py",2241,0,"",python,selection_keyboard +7790,343748239,"train_lamap.py",2241,0,"t",python,content +7791,343748244,"train_lamap.py",2242,0,"",python,selection_keyboard +7792,343748568,"train_lamap.py",2242,0,"m",python,content +7793,343748574,"train_lamap.py",2243,0,"",python,selection_keyboard +7794,343748657,"train_lamap.py",2243,0,"a",python,content +7795,343748661,"train_lamap.py",2244,0,"",python,selection_keyboard +7796,343748791,"train_lamap.py",2244,0,"x",python,content +7797,343748796,"train_lamap.py",2245,0,"",python,selection_keyboard +7798,343749325,"train_lamap.py",2245,0,"_cross_entropy(outputs[""real_actions""], inputs[""actions""]).mean()",python,content +7799,343749867,"train_lamap.py",2309,0,"",python,selection_command +7800,343751136,"train_lamap.py",2308,0,"",python,selection_command +7801,343751392,"train_lamap.py",2304,0,"",python,selection_command +7802,343751416,"train_lamap.py",2300,0,"",python,selection_command +7803,343751453,"train_lamap.py",2293,0,"",python,selection_command +7804,343751485,"train_lamap.py",2291,0,"",python,selection_command +7805,343751519,"train_lamap.py",2285,0,"",python,selection_command +7806,343751554,"train_lamap.py",2281,0,"",python,selection_command +7807,343751745,"train_lamap.py",2269,0,"",python,selection_command +7808,343751915,"train_lamap.py",2267,0,"",python,selection_command +7809,343752092,"train_lamap.py",2260,0,"",python,selection_command +7810,343760032,"models/lamap.py",0,0,"",python,tab +7811,343761128,"models/lamap.py",1600,0,"",python,selection_command +7812,343761262,"models/lamap.py",1542,0,"",python,selection_command +7813,343761494,"models/lamap.py",1546,0,"",python,selection_command +7814,343761711,"models/lamap.py",1558,0,"",python,selection_command +7815,343762228,"models/lamap.py",1546,0,"",python,selection_command +7816,343762368,"models/lamap.py",1546,12,"",python,content +7817,343762681,"models/lamap.py",1546,0,"a",python,content +7818,343762683,"models/lamap.py",1547,0,"",python,selection_keyboard +7819,343762762,"models/lamap.py",1547,0,"c",python,content +7820,343762764,"models/lamap.py",1548,0,"",python,selection_keyboard +7821,343762910,"models/lamap.py",1548,0,"t",python,content +7822,343762913,"models/lamap.py",1549,0,"",python,selection_keyboard +7823,343762993,"models/lamap.py",1549,0,"i",python,content +7824,343762995,"models/lamap.py",1550,0,"",python,selection_keyboard +7825,343763052,"models/lamap.py",1550,0,"o",python,content +7826,343763054,"models/lamap.py",1551,0,"",python,selection_keyboard +7827,343763112,"models/lamap.py",1551,0,"n",python,content +7828,343763114,"models/lamap.py",1552,0,"",python,selection_keyboard +7829,343763470,"models/lamap.py",1552,0,"_",python,content +7830,343763471,"models/lamap.py",1553,0,"",python,selection_keyboard +7831,343763657,"models/lamap.py",1553,0,"p",python,content +7832,343763658,"models/lamap.py",1554,0,"",python,selection_keyboard +7833,343763737,"models/lamap.py",1554,0,"r",python,content +7834,343763741,"models/lamap.py",1555,0,"",python,selection_keyboard +7835,343763808,"models/lamap.py",1555,0,"e",python,content +7836,343763811,"models/lamap.py",1556,0,"",python,selection_keyboard +7837,343763971,"models/lamap.py",1556,0,"d",python,content +7838,343763974,"models/lamap.py",1557,0,"",python,selection_keyboard +7839,343764074,"models/lamap.py",1557,0,"i",python,content +7840,343764078,"models/lamap.py",1558,0,"",python,selection_keyboard +7841,343764258,"models/lamap.py",1558,0,"c",python,content +7842,343764261,"models/lamap.py",1559,0,"",python,selection_keyboard +7843,343764521,"models/lamap.py",1559,0,"t",python,content +7844,343764525,"models/lamap.py",1560,0,"",python,selection_keyboard +7845,343764612,"models/lamap.py",1560,0,"t",python,content +7846,343764615,"models/lamap.py",1561,0,"",python,selection_keyboard +7847,343764913,"models/lamap.py",1561,0,"i",python,content +7848,343764914,"models/lamap.py",1562,0,"",python,selection_keyboard +7849,343765263,"models/lamap.py",1561,1,"",python,content +7850,343765457,"models/lamap.py",1560,1,"",python,content +7851,343765670,"models/lamap.py",1560,0,"i",python,content +7852,343765672,"models/lamap.py",1561,0,"",python,selection_keyboard +7853,343765712,"models/lamap.py",1561,0,"o",python,content +7854,343765714,"models/lamap.py",1562,0,"",python,selection_keyboard +7855,343765792,"models/lamap.py",1562,0,"n",python,content +7856,343765793,"models/lamap.py",1563,0,"",python,selection_keyboard +7857,343765858,"models/lamap.py",1563,0,"s",python,content +7858,343765860,"models/lamap.py",1564,0,"",python,selection_keyboard +7859,343766130,"models/lamap.py",1563,0,"",python,selection_command +7860,343768110,"train_lamap.py",0,0,"",python,tab +7861,343769365,"train_lamap.py",2310,0,"\n return loss, outputs",python,content +7862,343769365,"train_lamap.py",2275,0,"predi",python,content +7863,343769365,"train_lamap.py",2274,1,"",python,content +7864,343769365,"train_lamap.py",2273,0,"ction",python,content +7865,343769366,"train_lamap.py",2272,1,"",python,content +7866,343769366,"train_lamap.py",2269,2,"",python,content +7867,343772729,"train_lamap.py",2267,0,"",python,selection_command +7868,343772977,"train_lamap.py",2269,0,"",python,selection_command +7869,343773009,"train_lamap.py",2287,0,"",python,selection_command +7870,343773038,"train_lamap.py",2291,0,"",python,selection_command +7871,343773070,"train_lamap.py",2297,0,"",python,selection_command +7872,343773104,"train_lamap.py",2299,0,"",python,selection_command +7873,343773444,"train_lamap.py",2297,0,"",python,selection_command +7874,343773592,"train_lamap.py",2291,0,"",python,selection_command +7875,343774800,"train_lamap.py",2200,0,"",python,selection_command +7876,343774983,"train_lamap.py",2160,0,"",python,selection_command +7877,343775280,"train_lamap.py",2070,0,"",python,selection_command +7878,343775834,"train_lamap.py",2051,0,"",python,selection_command +7879,343777212,"train_lamap.py",2118,0,"",python,selection_command +7880,343777459,"train_lamap.py",2148,0,"",python,selection_command +7881,343777776,"train_lamap.py",2219,0,"",python,selection_command +7882,343777933,"train_lamap.py",2225,0,"",python,selection_command +7883,343778077,"train_lamap.py",2321,0,"",python,selection_command +7884,343786651,"train_lam.py",0,0,"",python,tab +7885,343794223,"train_lamap.py",0,0,"",python,tab +7886,343795059,"train_lam.py",0,0,"",python,tab +7887,343797384,"train_lamap.py",0,0,"",python,tab +7888,343798546,"train_lamap.py",2328,0,"",python,selection_command +7889,343798696,"train_lamap.py",2332,0,"",python,selection_command +7890,343799194,"train_lamap.py",2332,9,"",python,content +7891,343799205,"train_lamap.py",2331,0,"",python,selection_command +7892,343801090,"train_lamap.py",2317,0,"",python,selection_command +7893,343802245,"train_lam.py",0,0,"",python,tab +7894,343803166,"train_lam.py",2147,0,"",python,selection_command +7895,343803419,"train_lam.py",2218,0,"",python,selection_command +7896,343803454,"train_lam.py",2224,0,"",python,selection_command +7897,343803486,"train_lam.py",2271,0,"",python,selection_command +7898,343803519,"train_lam.py",2336,0,"",python,selection_command +7899,343803552,"train_lam.py",2421,0,"",python,selection_command +7900,343803586,"train_lam.py",2455,0,"",python,selection_command +7901,343803619,"train_lam.py",2516,0,"",python,selection_command +7902,343803652,"train_lam.py",2529,0,"",python,selection_command +7903,343803685,"train_lam.py",2582,0,"",python,selection_command +7904,343803719,"train_lam.py",2587,0,"",python,selection_command +7905,343803754,"train_lam.py",2628,0,"",python,selection_command +7906,343803786,"train_lam.py",2706,0,"",python,selection_command +7907,343803819,"train_lam.py",2787,0,"",python,selection_command +7908,343803853,"train_lam.py",2841,0,"",python,selection_command +7909,343803886,"train_lam.py",2895,0,"",python,selection_command +7910,343803919,"train_lam.py",2962,0,"",python,selection_command +7911,343803952,"train_lam.py",3020,0,"",python,selection_command +7912,343803986,"train_lam.py",3040,0,"",python,selection_command +7913,343804018,"train_lam.py",3059,0,"",python,selection_command +7914,343804052,"train_lam.py",3076,0,"",python,selection_command +7915,343804085,"train_lam.py",3099,0,"",python,selection_command +7916,343804118,"train_lam.py",3140,0,"",python,selection_command +7917,343804153,"train_lam.py",3159,0,"",python,selection_command +7918,343804186,"train_lam.py",3178,0,"",python,selection_command +7919,343804220,"train_lam.py",3229,0,"",python,selection_command +7920,343804253,"train_lam.py",3235,0,"",python,selection_command +7921,343804286,"train_lam.py",3290,0,"",python,selection_command +7922,343804325,"train_lam.py",3291,0,"",python,selection_command +7923,343804358,"train_lam.py",3296,0,"",python,selection_command +7924,343804513,"train_lam.py",3305,0,"",python,selection_command +7925,343806100,"train_lamap.py",0,0,"",python,tab +7926,343806847,"train_lamap.py",2332,0,"\n ",python,content +7927,343807119,"train_lamap.py",2337,0,"\n ",python,content +7928,343807119,"train_lamap.py",2333,4,"",python,content +7929,343807324,"train_lamap.py",2334,4,"",python,content +7930,343807725,"train_lamap.py",2334,0,"@",python,content +7931,343807726,"train_lamap.py",2335,0,"",python,selection_keyboard +7932,343808194,"train_lamap.py",2335,0,"j",python,content +7933,343808197,"train_lamap.py",2336,0,"",python,selection_keyboard +7934,343808271,"train_lamap.py",2336,0,"a",python,content +7935,343808274,"train_lamap.py",2337,0,"",python,selection_keyboard +7936,343808387,"train_lamap.py",2337,0,"x",python,content +7937,343808389,"train_lamap.py",2338,0,"",python,selection_keyboard +7938,343808463,"train_lamap.py",2338,0,".",python,content +7939,343808466,"train_lamap.py",2339,0,"",python,selection_keyboard +7940,343808630,"train_lamap.py",2339,0,"j",python,content +7941,343808633,"train_lamap.py",2340,0,"",python,selection_keyboard +7942,343808696,"train_lamap.py",2340,0,"i",python,content +7943,343808698,"train_lamap.py",2341,0,"",python,selection_keyboard +7944,343808771,"train_lamap.py",2341,0,"t",python,content +7945,343808775,"train_lamap.py",2342,0,"",python,selection_keyboard +7946,343808930,"train_lamap.py",2339,3,"jit",python,content +7947,343809414,"train_lamap.py",2342,0,"\n",python,content +7948,343809744,"train_lamap.py",2343,0,"d",python,content +7949,343809745,"train_lamap.py",2344,0,"",python,selection_keyboard +7950,343810044,"train_lamap.py",2343,1,"",python,content +7951,343810239,"train_lamap.py",2343,0,"d",python,content +7952,343810240,"train_lamap.py",2344,0,"",python,selection_keyboard +7953,343810393,"train_lamap.py",2344,0,"e",python,content +7954,343810394,"train_lamap.py",2345,0,"",python,selection_keyboard +7955,343810476,"train_lamap.py",2345,0,"f",python,content +7956,343810477,"train_lamap.py",2346,0,"",python,selection_keyboard +7957,343810542,"train_lamap.py",2346,0," ",python,content +7958,343810543,"train_lamap.py",2347,0,"",python,selection_keyboard +7959,343810765,"train_lamap.py",2347,0,"t",python,content +7960,343810768,"train_lamap.py",2348,0,"",python,selection_keyboard +7961,343810922,"train_lamap.py",2348,0,"r",python,content +7962,343810927,"train_lamap.py",2349,0,"",python,selection_keyboard +7963,343810978,"train_lamap.py",2349,0,"a",python,content +7964,343810982,"train_lamap.py",2350,0,"",python,selection_keyboard +7965,343811025,"train_lamap.py",2350,0,"i",python,content +7966,343811030,"train_lamap.py",2351,0,"",python,selection_keyboard +7967,343811097,"train_lamap.py",2351,0,"n",python,content +7968,343811102,"train_lamap.py",2352,0,"",python,selection_keyboard +7969,343811276,"train_lamap.py",2352,0,"_",python,content +7970,343811281,"train_lamap.py",2353,0,"",python,selection_keyboard +7971,343811482,"train_lamap.py",2353,0,"step(state, inputs):",python,content +7972,343812062,"train_lamap.py",2373,0,"\n ",python,content +7973,343816072,"train_lamap.py",2378,0,"grad_fn = jax.value_and_grad(lamap_loss_fn, has_aux=True, allow_int=True)\n (loss, outputs), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n return state, loss, outputs\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()",python,content +7974,343816660,"train_lamap.py",2657,0,"",python,selection_command +7975,343817028,"train_lamap.py",2624,0,"",python,selection_command +7976,343817276,"train_lamap.py",2598,0,"",python,selection_command +7977,343817306,"train_lamap.py",2597,0,"",python,selection_command +7978,343817337,"train_lamap.py",2595,0,"",python,selection_command +7979,343817371,"train_lamap.py",2549,0,"",python,selection_command +7980,343817664,"train_lamap.py",2483,0,"",python,selection_command +7981,343819941,"train_lamap.py",2406,0,"",python,selection_command +7982,343820466,"train_lamap.py",2407,0,"",python,selection_command +7983,343820714,"train_lamap.py",2420,0,"",python,selection_command +7984,343820745,"train_lamap.py",2422,0,"",python,selection_command +7985,343820778,"train_lamap.py",2429,0,"",python,selection_command +7986,343820812,"train_lamap.py",2430,0,"",python,selection_command +7987,343822062,"train_lamap.py",2372,0,"",python,selection_command +7988,343822215,"train_lamap.py",2341,0,"",python,selection_command +7989,343822370,"train_lamap.py",2333,0,"",python,selection_command +7990,343822742,"train_lamap.py",2331,0,"",python,selection_command +7991,343822960,"train_lamap.py",2332,0,"",python,selection_command +7992,343823124,"train_lamap.py",2332,0,",",python,content +7993,343823126,"train_lamap.py",2333,0,"",python,selection_keyboard +7994,343823246,"train_lamap.py",2333,0," ",python,content +7995,343823247,"train_lamap.py",2334,0,"",python,selection_keyboard +7996,343823416,"train_lamap.py",2334,0,"_",python,content +7997,343823417,"train_lamap.py",2335,0,"",python,selection_keyboard +7998,343823677,"train_lamap.py",2334,0,"",python,selection_command +7999,343824809,"train_lamap.py",2336,0,"",python,selection_command +8000,343825229,"train_lamap.py",2334,0,"",python,selection_command +8001,343826930,"train_lamap.py",2334,1,"",python,content +8002,343828165,"train_lamap.py",2334,0,"outputs",python,content +8003,343828345,"train_lamap.py",2340,0,"",python,selection_command +8004,343828793,"train_lamap.py",2342,0,"",python,selection_command +8005,343829046,"train_lamap.py",2350,0,"",python,selection_command +8006,343829077,"train_lamap.py",2375,0,"",python,selection_command +8007,343829109,"train_lamap.py",2406,0,"",python,selection_command +8008,343829142,"train_lamap.py",2484,0,"",python,selection_command +8009,343830075,"train_lamap.py",2550,0,"",python,selection_command +8010,343830947,"train_lamap.py",2484,0,"",python,selection_command +8011,343831384,"train_lamap.py",2482,0,"",python,selection_command +8012,343831560,"train_lamap.py",2479,0,"",python,selection_command +8013,343831704,"train_lamap.py",2472,0,"",python,selection_command +8014,343832692,"train_lamap.py",2394,0,"",python,selection_command +8015,343833023,"train_lamap.py",2363,0,"",python,selection_command +8016,343833173,"train_lamap.py",2350,0,"",python,selection_command +8017,343833331,"train_lamap.py",2342,0,"",python,selection_command +8018,343833495,"train_lamap.py",2328,0,"",python,selection_command +8019,343833647,"train_lamap.py",2342,0,"",python,selection_command +8020,343833898,"train_lamap.py",2350,0,"",python,selection_command +8021,343833927,"train_lamap.py",2363,0,"",python,selection_command +8022,343834078,"train_lamap.py",2394,0,"",python,selection_command +8023,343834247,"train_lamap.py",2472,0,"",python,selection_command +8024,343834610,"train_lamap.py",2394,0,"",python,selection_command +8025,343840629,"train_lamap.py",2395,0,"",python,selection_command +8026,343840785,"train_lamap.py",2364,0,"",python,selection_command +8027,343840948,"train_lamap.py",2350,0,"",python,selection_command +8028,343841110,"train_lamap.py",2342,0,"",python,selection_command +8029,343841220,"train_lamap.py",2343,0,"",python,selection_command +8030,343841461,"train_lamap.py",2342,0,"",python,selection_command +8031,343841621,"train_lamap.py",2317,0,"",python,selection_command +8032,343841745,"train_lamap.py",2321,0,"",python,selection_command +8033,343842030,"train_lamap.py",2328,0,"",python,selection_command +8034,343842191,"train_lamap.py",2332,0,"",python,selection_command +8035,343842384,"train_lamap.py",2334,0,"",python,selection_command +8036,343842663,"train_lamap.py",2332,0,"",python,selection_command +8037,343845194,"train_lamap.py",2332,9,"",python,content +8038,343845204,"train_lamap.py",2331,0,"",python,selection_command +8039,343845445,"train_lamap.py",2333,0,"",python,selection_command +8040,343845548,"train_lamap.py",2341,0,"",python,selection_command +8041,343845804,"train_lamap.py",2358,0,"",python,selection_command +8042,343845927,"train_lamap.py",2389,0,"",python,selection_command +8043,343846079,"train_lamap.py",2467,0,"",python,selection_command +8044,343846361,"train_lamap.py",2463,0,"",python,selection_command +8045,343846526,"train_lamap.py",2461,0,"",python,selection_command +8046,343846864,"train_lamap.py",2461,1,",",python,selection_command +8047,343846929,"train_lamap.py",2461,9,", outputs",python,selection_command +8048,343847065,"train_lamap.py",2461,11,", outputs),",python,selection_command +8049,343847486,"train_lamap.py",2461,10,", outputs)",python,selection_command +8050,343847899,"train_lamap.py",2461,9,", outputs",python,selection_command +8051,343848264,"train_lamap.py",2461,10,", outputs)",python,selection_command +8052,343848463,"train_lamap.py",2461,10,"",python,content +8053,343848678,"train_lamap.py",2457,0,"",python,selection_command +8054,343849249,"train_lamap.py",2456,0,"",python,selection_command +8055,343849562,"train_lamap.py",2456,1,"",python,content +8056,343849693,"train_lamap.py",2511,0,"",python,selection_command +8057,343849842,"train_lamap.py",2558,0,"",python,selection_command +8058,343849991,"train_lamap.py",2586,0,"",python,selection_command +8059,343850279,"train_lamap.py",2558,0,"",python,selection_command +8060,343850445,"train_lamap.py",2585,0,"",python,selection_command +8061,343850669,"train_lamap.py",2584,0,"",python,selection_command +8062,343850761,"train_lamap.py",2578,0,"",python,selection_command +8063,343850979,"train_lamap.py",2576,0,"",python,selection_command +8064,343851200,"train_lamap.py",2575,0,"",python,selection_command +8065,343851478,"train_lamap.py",2576,0,"",python,selection_command +8066,343851652,"train_lamap.py",2576,9,"",python,content +8067,343851657,"train_lamap.py",2575,0,"",python,selection_command +8068,343852484,"train_lamap.py",2554,0,"",python,selection_command +8069,343857685,"train_lamap.py",2422,14,"",python,content +8070,343859033,"train_lamap.py",2442,0,"",python,selection_command +8071,343860144,"train_lamap.py",2378,0,"",python,selection_command +8072,343860466,"train_lamap.py",2374,0,"",python,selection_command +8073,343861619,"train_lamap.py",2378,0,"",python,selection_command +8074,343863220,"train_lam.py",0,0,"",python,tab +8075,343867609,"train_lamap.py",0,0,"",python,tab +8076,343869146,"train_lamap.py",2442,0,"",python,selection_command +8077,343869327,"train_lamap.py",2497,0,"",python,selection_command +8078,343870012,"train_lamap.py",2544,0,"",python,selection_command +8079,343870195,"train_lamap.py",2563,0,"",python,selection_command +8080,343871279,"train_lamap.py",2564,0,"",python,selection_command +8081,343871444,"train_lamap.py",2569,0,"",python,selection_command +8082,343871594,"train_lamap.py",2596,0,"",python,selection_command +8083,343873139,"train_lam.py",0,0,"",python,tab +8084,343874245,"train_lam.py",3356,0,"",python,selection_command +8085,343874491,"train_lam.py",3383,0,"",python,selection_command +8086,343874523,"train_lam.py",3440,0,"",python,selection_command +8087,343874553,"train_lam.py",3516,0,"",python,selection_command +8088,343874587,"train_lam.py",3603,0,"",python,selection_command +8089,343874619,"train_lam.py",3646,0,"",python,selection_command +8090,343874653,"train_lam.py",3651,0,"",python,selection_command +8091,343874690,"train_lam.py",3695,0,"",python,selection_command +8092,343874720,"train_lam.py",3751,0,"",python,selection_command +8093,343874757,"train_lam.py",3781,0,"",python,selection_command +8094,343874787,"train_lam.py",3818,0,"",python,selection_command +8095,343874820,"train_lam.py",3894,0,"",python,selection_command +8096,343874852,"train_lam.py",3941,0,"",python,selection_command +8097,343874886,"train_lam.py",4022,0,"",python,selection_command +8098,343874919,"train_lam.py",4080,0,"",python,selection_command +8099,343874953,"train_lam.py",4110,0,"",python,selection_command +8100,343874986,"train_lam.py",4180,0,"",python,selection_command +8101,343875019,"train_lam.py",4186,0,"",python,selection_command +8102,343875052,"train_lam.py",4246,0,"",python,selection_command +8103,343875086,"train_lam.py",4314,0,"",python,selection_command +8104,343875119,"train_lam.py",4369,0,"",python,selection_command +8105,343875153,"train_lam.py",4370,0,"",python,selection_command +8106,343875186,"train_lam.py",4375,0,"",python,selection_command +8107,343875219,"train_lam.py",4402,0,"",python,selection_command +8108,343876685,"train_lam.py",4435,0,"",python,selection_command +8109,343877847,"train_lam.py",4431,36," num_devices = jax.device_count()",python,selection_command +8110,343878091,"train_lam.py",4431,61," num_devices = jax.device_count()\n if num_devices == 0:",python,selection_command +8111,343878345,"train_lam.py",4431,111," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")",python,selection_command +8112,343878381,"train_lam.py",4431,159," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")",python,selection_command +8113,343878409,"train_lam.py",4431,160," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n",python,selection_command +8114,343878440,"train_lam.py",4431,203," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:",python,selection_command +8115,343878485,"train_lam.py",4431,229," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(",python,selection_command +8116,343878505,"train_lam.py",4431,302," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by """,python,selection_command +8117,343878537,"train_lam.py",4431,350," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""",python,selection_command +8118,343878570,"train_lam.py",4431,360," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )",python,selection_command +8119,343878603,"train_lam.py",4431,361," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n",python,selection_command +8120,343878636,"train_lam.py",4431,429," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices",python,selection_command +8121,343878671,"train_lam.py",4431,430," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n",python,selection_command +8122,343878703,"train_lam.py",4431,470," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)",python,selection_command +8123,343878736,"train_lam.py",4431,471," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n",python,selection_command +8124,343879379,"train_lam.py",4431,502," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---",python,selection_command +8125,343879630,"train_lam.py",4431,531," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(",python,selection_command +8126,343879660,"train_lam.py",4431,567," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,",python,selection_command +8127,343879692,"train_lam.py",4431,601," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,",python,selection_command +8128,343879726,"train_lam.py",4431,637," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,",python,selection_command +8129,343879759,"train_lam.py",4431,675," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,",python,selection_command +8130,343879792,"train_lam.py",4431,711," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,",python,selection_command +8131,343879826,"train_lam.py",4431,747," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,",python,selection_command +8132,343879860,"train_lam.py",4431,781," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,",python,selection_command +8133,343879892,"train_lam.py",4431,811," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,",python,selection_command +8134,343879926,"train_lam.py",4431,859," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,",python,selection_command +8135,343879960,"train_lam.py",4431,897," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,",python,selection_command +8136,343879994,"train_lam.py",4431,923," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,",python,selection_command +8137,343880166,"train_lam.py",4431,977," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8138,343880332,"train_lam.py",4431,983," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )",python,selection_command +8139,343880696,"train_lam.py",5413,0,"",python,selection_command +8140,343881235,"train_lamap.py",0,0,"",python,tab +8141,343881977,"train_lamap.py",2624,0,"\n ",python,content +8142,343882154,"train_lamap.py",2629,0," num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )",python,content +8143,343882547,"train_lamap.py",3611,0,"",python,selection_command +8144,343883045,"train_lamap.py",3557,0,"",python,selection_command +8145,343883294,"train_lamap.py",3531,0,"",python,selection_command +8146,343883325,"train_lamap.py",3493,0,"",python,selection_command +8147,343883358,"train_lamap.py",3445,0,"",python,selection_command +8148,343883389,"train_lamap.py",3415,0,"",python,selection_command +8149,343883425,"train_lamap.py",3381,0,"",python,selection_command +8150,343883459,"train_lamap.py",3345,0,"",python,selection_command +8151,343883492,"train_lamap.py",3309,0,"",python,selection_command +8152,343883526,"train_lamap.py",3271,0,"",python,selection_command +8153,343883560,"train_lamap.py",3235,0,"",python,selection_command +8154,343883593,"train_lamap.py",3201,0,"",python,selection_command +8155,343883627,"train_lamap.py",3165,0,"",python,selection_command +8156,343883660,"train_lamap.py",3136,0,"",python,selection_command +8157,343883702,"train_lamap.py",3105,0,"",python,selection_command +8158,343883725,"train_lamap.py",3100,0,"",python,selection_command +8159,343883759,"train_lamap.py",3064,0,"",python,selection_command +8160,343883793,"train_lamap.py",3059,0,"",python,selection_command +8161,343883826,"train_lamap.py",2995,0,"",python,selection_command +8162,343883859,"train_lamap.py",2990,0,"",python,selection_command +8163,343883893,"train_lamap.py",2984,0,"",python,selection_command +8164,343883926,"train_lamap.py",2936,0,"",python,selection_command +8165,343883959,"train_lamap.py",2863,0,"",python,selection_command +8166,343883992,"train_lamap.py",2837,0,"",python,selection_command +8167,343884026,"train_lamap.py",2794,0,"",python,selection_command +8168,343884060,"train_lamap.py",2789,0,"",python,selection_command +8169,343884093,"train_lamap.py",2745,0,"",python,selection_command +8170,343884126,"train_lamap.py",2695,0,"",python,selection_command +8171,343884278,"train_lamap.py",2670,0,"",python,selection_command +8172,343884428,"train_lamap.py",2629,0,"",python,selection_command +8173,343884939,"train_lam.py",0,0,"",python,tab +8174,343895595,"train_lamap.py",0,0,"",python,tab +8175,343896262,"train_lamap.py",2633,0,"",python,selection_command +8176,343896426,"train_lamap.py",2629,4,"",python,content +8177,343896519,"train_lamap.py",2628,0,"",python,selection_command +8178,343899067,"train_lamap.py",3155,0,"r",python,content +8179,343899067,"train_lamap.py",3154,1,"",python,content +8180,343899067,"train_lamap.py",3153,0,"app",python,content +8181,343899067,"train_lamap.py",3151,2,"",python,content +8182,343899067,"train_lamap.py",3135,0,"ap",python,content +8183,343900289,"train_lamap.py",3138,0,"",python,selection_command +8184,343900431,"train_lamap.py",3140,0,"",python,selection_command +8185,343901647,"train_lamap.py",0,0,"",python,selection_command +8186,343903429,"train_lamap.py",470,0,"r",python,content +8187,343903429,"train_lamap.py",469,1,"",python,content +8188,343903429,"train_lamap.py",468,0,"app",python,content +8189,343903429,"train_lamap.py",466,2,"",python,content +8190,343903429,"train_lamap.py",445,0,"ap",python,content +8191,343904577,"train_lamap.py",435,0,"",python,selection_command +8192,343904721,"train_lamap.py",441,0,"",python,selection_command +8193,343904928,"train_lamap.py",442,0,"",python,selection_command +8194,343905110,"train_lamap.py",448,0,"",python,selection_command +8195,343905313,"train_lamap.py",455,0,"",python,selection_command +8196,343905708,"train_lamap.py",499,0,"",python,selection_command +8197,343906534,"train_lamap.py",455,0,"",python,selection_command +8198,343907261,"train_lamap.py",3143,0,"",python,selection_command +8199,343909331,"models/lamap.py",0,0,"",python,tab +8200,343909335,"models/lamap.py",139,0,"",python,selection_command +8201,343911802,"train_lamap.py",0,0,"",python,tab +8202,343913179,"train_lamap.py",3315,0,"lam_",python,content +8203,343913179,"train_lamap.py",3287,0,"_action",python,content +8204,343913179,"train_lamap.py",3264,0,"action_",python,content +8205,343913179,"train_lamap.py",3247,0,"_action",python,content +8206,343913179,"train_lamap.py",3227,0,"nt",python,content +8207,343913179,"train_lamap.py",3226,1,"",python,content +8208,343913179,"train_lamap.py",3225,0,"lat",python,content +8209,343913179,"train_lamap.py",3222,3,"",python,content +8210,343913179,"train_lamap.py",3216,0,",\n latent_patch_dim",python,content +8211,343913179,"train_lamap.py",3207,0,"lam_dim=args.",python,content +8212,343916851,"train_lamap.py",3542,12,"",python,content +8213,343916851,"train_lamap.py",3537,4,"",python,content +8214,343916851,"train_lamap.py",3536,0,"l",python,content +8215,343916851,"train_lamap.py",3534,2,"",python,content +8216,343916851,"train_lamap.py",3533,0,"F",python,content +8217,343916851,"train_lamap.py",3532,0,"ain",python,content +8218,343916851,"train_lamap.py",3527,5,"",python,content +8219,343916851,"train_lamap.py",3526,0,"t",python,content +8220,343916851,"train_lamap.py",3525,1,"",python,content +8221,343916851,"train_lamap.py",3518,6,"",python,content +8222,343916851,"train_lamap.py",3516,0,"m_",python,content +8223,343916851,"train_lamap.py",3495,21,"",python,content +8224,343916851,"train_lamap.py",3494,0,"l",python,content +8225,343916852,"train_lamap.py",3486,8,"",python,content +8226,343916852,"train_lamap.py",3452,0,"lam_",python,content +8227,343916852,"train_lamap.py",3416,0,"lam_",python,content +8228,343918963,"train_lamap.py",3380,0,"",python,selection_command +8229,343919212,"train_lamap.py",3335,0,"",python,selection_command +8230,343919244,"train_lamap.py",3285,0,"",python,selection_command +8231,343919275,"train_lamap.py",3243,0,"",python,selection_command +8232,343919309,"train_lamap.py",3211,0,"",python,selection_command +8233,343919442,"train_lamap.py",3175,0,"",python,selection_command +8234,343919589,"train_lamap.py",3143,0,"",python,selection_command +8235,343921095,"train_lamap.py",0,0,"",python,selection_command +8236,343922212,"train_lamap.py",41,0,"",python,selection_command +8237,343922462,"train_lamap.py",51,0,"",python,selection_command +8238,343922490,"train_lamap.py",52,0,"",python,selection_command +8239,343922522,"train_lamap.py",66,0,"",python,selection_command +8240,343922555,"train_lamap.py",104,0,"",python,selection_command +8241,343922589,"train_lamap.py",153,0,"",python,selection_command +8242,343922626,"train_lamap.py",213,0,"",python,selection_command +8243,343922660,"train_lamap.py",272,0,"",python,selection_command +8244,343922694,"train_lamap.py",285,0,"",python,selection_command +8245,343922732,"train_lamap.py",316,0,"",python,selection_command +8246,343922759,"train_lamap.py",335,0,"",python,selection_command +8247,343922792,"train_lamap.py",356,0,"",python,selection_command +8248,343922826,"train_lamap.py",367,0,"",python,selection_command +8249,343922860,"train_lamap.py",391,0,"",python,selection_command +8250,343922894,"train_lamap.py",403,0,"",python,selection_command +8251,343922928,"train_lamap.py",416,0,"",python,selection_command +8252,343922963,"train_lamap.py",429,0,"",python,selection_command +8253,343922997,"train_lamap.py",430,0,"",python,selection_command +8254,343923030,"train_lamap.py",474,0,"",python,selection_command +8255,343923064,"train_lamap.py",518,0,"",python,selection_command +8256,343923099,"train_lamap.py",561,0,"",python,selection_command +8257,343923136,"train_lamap.py",625,0,"",python,selection_command +8258,343923169,"train_lamap.py",626,0,"",python,selection_command +8259,343923203,"train_lamap.py",627,0,"",python,selection_command +8260,343923236,"train_lamap.py",638,0,"",python,selection_command +8261,343923269,"train_lamap.py",650,0,"",python,selection_command +8262,343923303,"train_lamap.py",667,0,"",python,selection_command +8263,343923336,"train_lamap.py",696,0,"",python,selection_command +8264,343923369,"train_lamap.py",714,0,"",python,selection_command +8265,343923403,"train_lamap.py",736,0,"",python,selection_command +8266,343923436,"train_lamap.py",764,0,"",python,selection_command +8267,343923469,"train_lamap.py",791,0,"",python,selection_command +8268,343923503,"train_lamap.py",818,0,"",python,selection_command +8269,343923536,"train_lamap.py",841,0,"",python,selection_command +8270,343923570,"train_lamap.py",869,0,"",python,selection_command +8271,343923603,"train_lamap.py",900,0,"",python,selection_command +8272,343923637,"train_lamap.py",919,0,"",python,selection_command +8273,343923670,"train_lamap.py",944,0,"",python,selection_command +8274,343923703,"train_lamap.py",970,0,"",python,selection_command +8275,343923736,"train_lamap.py",995,0,"",python,selection_command +8276,343923770,"train_lamap.py",1020,0,"",python,selection_command +8277,343923803,"train_lamap.py",1047,0,"",python,selection_command +8278,343923837,"train_lamap.py",1148,0,"",python,selection_command +8279,343923875,"train_lamap.py",1177,0,"",python,selection_command +8280,343923904,"train_lamap.py",1237,0,"",python,selection_command +8281,343923941,"train_lamap.py",1267,0,"",python,selection_command +8282,343923970,"train_lamap.py",1277,0,"",python,selection_command +8283,343924004,"train_lamap.py",1302,0,"",python,selection_command +8284,343924037,"train_lamap.py",1327,0,"",python,selection_command +8285,343924069,"train_lamap.py",1352,0,"",python,selection_command +8286,343924103,"train_lamap.py",1377,0,"",python,selection_command +8287,343924136,"train_lamap.py",1401,0,"",python,selection_command +8288,343924170,"train_lamap.py",1424,0,"",python,selection_command +8289,343924203,"train_lamap.py",1449,0,"",python,selection_command +8290,343924236,"train_lamap.py",1483,0,"",python,selection_command +8291,343924270,"train_lamap.py",1524,0,"",python,selection_command +8292,343924303,"train_lamap.py",1560,0,"",python,selection_command +8293,343924337,"train_lamap.py",1574,0,"",python,selection_command +8294,343924372,"train_lamap.py",1596,0,"",python,selection_command +8295,343924403,"train_lamap.py",1617,0,"",python,selection_command +8296,343924436,"train_lamap.py",1639,0,"",python,selection_command +8297,343924479,"train_lamap.py",1617,0,"",python,selection_command +8298,343924733,"train_lamap.py",1596,0,"",python,selection_command +8299,343924763,"train_lamap.py",1574,0,"",python,selection_command +8300,343924807,"train_lamap.py",1596,0,"",python,selection_command +8301,343925065,"train_lamap.py",1617,0,"",python,selection_command +8302,343925095,"train_lamap.py",1639,0,"",python,selection_command +8303,343925127,"train_lamap.py",1667,0,"",python,selection_command +8304,343925160,"train_lamap.py",1728,0,"",python,selection_command +8305,343925192,"train_lamap.py",1754,0,"",python,selection_command +8306,343925226,"train_lamap.py",1788,0,"",python,selection_command +8307,343925260,"train_lamap.py",1811,0,"",python,selection_command +8308,343925347,"train_lamap.py",1788,0,"",python,selection_command +8309,343925603,"train_lamap.py",1754,0,"",python,selection_command +8310,343925631,"train_lamap.py",1728,0,"",python,selection_command +8311,343925664,"train_lamap.py",1667,0,"",python,selection_command +8312,343925697,"train_lamap.py",1639,0,"",python,selection_command +8313,343925732,"train_lamap.py",1617,0,"",python,selection_command +8314,343925765,"train_lamap.py",1596,0,"",python,selection_command +8315,343925802,"train_lamap.py",1574,0,"",python,selection_command +8316,343925836,"train_lamap.py",1560,0,"",python,selection_command +8317,343925870,"train_lamap.py",1524,0,"",python,selection_command +8318,343925903,"train_lamap.py",1483,0,"",python,selection_command +8319,343925937,"train_lamap.py",1449,0,"",python,selection_command +8320,343925970,"train_lamap.py",1424,0,"",python,selection_command +8321,343926003,"train_lamap.py",1401,0,"",python,selection_command +8322,343926038,"train_lamap.py",1377,0,"",python,selection_command +8323,343926071,"train_lamap.py",1352,0,"",python,selection_command +8324,343926104,"train_lamap.py",1327,0,"",python,selection_command +8325,343926136,"train_lamap.py",1302,0,"",python,selection_command +8326,343926170,"train_lamap.py",1277,0,"",python,selection_command +8327,343926203,"train_lamap.py",1267,0,"",python,selection_command +8328,343926236,"train_lamap.py",1237,0,"",python,selection_command +8329,343926270,"train_lamap.py",1177,0,"",python,selection_command +8330,343926303,"train_lamap.py",1148,0,"",python,selection_command +8331,343926336,"train_lamap.py",1047,0,"",python,selection_command +8332,343926370,"train_lamap.py",1020,0,"",python,selection_command +8333,343926403,"train_lamap.py",995,0,"",python,selection_command +8334,343926437,"train_lamap.py",970,0,"",python,selection_command +8335,343926470,"train_lamap.py",944,0,"",python,selection_command +8336,343926503,"train_lamap.py",919,0,"",python,selection_command +8337,343926537,"train_lamap.py",900,0,"",python,selection_command +8338,343928130,"train_lamap.py",919,0,"",python,selection_command +8339,343928864,"train_lamap.py",943,26,"",python,content +8340,343930948,"train_lamap.py",1210,30,"",python,content +8341,343932834,"train_lamap.py",1210,0,"\n vq_reset_thresh: int = 50",python,content +8342,343932852,"train_lamap.py",948,0,"vq_beta: float = 0.25\n ",python,content +8343,343932858,"train_lamap.py",1175,0,"",python,selection_command +8344,343933141,"train_lamap.py",3494,18,"dropout=args.dropout,\n codebook_dropout=args.codebook_dropout",python,content +8345,343933143,"train_lamap.py",3456,4,"",python,content +8346,343933145,"train_lamap.py",3416,4,"",python,content +8347,343933146,"train_lamap.py",3376,4,"",python,content +8348,343933148,"train_lamap.py",3341,7,"",python,content +8349,343933149,"train_lamap.py",3311,7,"",python,content +8350,343933151,"train_lamap.py",3288,7,"",python,content +8351,343933152,"train_lamap.py",3262,5,"",python,content +8352,343933152,"train_lamap.py",3261,0,"mode",python,content +8353,343933154,"train_lamap.py",3229,26,"",python,content +8354,343933156,"train_lamap.py",3207,13,"",python,content +8355,343933158,"train_lamap.py",3391,0,"",python,selection_command +8356,343933778,"train_lamap.py",3207,0,"lam_dim=args.",python,content +8357,343933791,"train_lamap.py",3229,0,",\n latent_patch_dim",python,content +8358,343933799,"train_lamap.py",3261,4,"",python,content +8359,343933801,"train_lamap.py",3262,0,"atent",python,content +8360,343933802,"train_lamap.py",3288,0,"action_",python,content +8361,343933803,"train_lamap.py",3311,0,"action_",python,content +8362,343933804,"train_lamap.py",3341,0,"_action",python,content +8363,343933804,"train_lamap.py",3376,0,"lam_",python,content +8364,343933805,"train_lamap.py",3416,0,"lam_",python,content +8365,343933806,"train_lamap.py",3456,0,"lam_",python,content +8366,343933812,"train_lamap.py",3494,68,"lam_co_train=False",python,content +8367,343933816,"train_lamap.py",3420,0,"",python,selection_command +8368,343934308,"train_lamap.py",948,26,"",python,content +8369,343934322,"train_lamap.py",1210,30,"",python,content +8370,343934332,"train_lamap.py",3442,0,"",python,selection_command +8371,343936803,"train_lamap.py",0,0,"",python,selection_command +8372,343937196,"train_lamap.py",625,0,"",python,selection_command +8373,343937861,"train_lamap.py",1210,0,"\n vq_reset_thresh: int = 50",python,content +8374,343937867,"train_lamap.py",948,0,"vq_beta: float = 0.25\n ",python,content +8375,343937870,"train_lamap.py",1175,0,"",python,selection_command +8376,343938728,"train_lamap.py",3494,18,"dropout=args.dropout,\n codebook_dropout=args.codebook_dropout",python,content +8377,343938732,"train_lamap.py",3456,4,"",python,content +8378,343938735,"train_lamap.py",3416,4,"",python,content +8379,343938737,"train_lamap.py",3376,4,"",python,content +8380,343938739,"train_lamap.py",3341,7,"",python,content +8381,343938740,"train_lamap.py",3311,7,"",python,content +8382,343938749,"train_lamap.py",3288,7,"",python,content +8383,343938750,"train_lamap.py",3262,5,"",python,content +8384,343938751,"train_lamap.py",3261,0,"mode",python,content +8385,343938752,"train_lamap.py",3229,26,"",python,content +8386,343938754,"train_lamap.py",3207,13,"",python,content +8387,343938756,"train_lamap.py",3391,0,"",python,selection_command +8388,343939842,"train_lamap.py",3207,0,"lam_dim=args.",python,content +8389,343939853,"train_lamap.py",3229,0,",\n latent_patch_dim",python,content +8390,343939857,"train_lamap.py",3261,4,"",python,content +8391,343939864,"train_lamap.py",3262,0,"atent",python,content +8392,343939867,"train_lamap.py",3288,0,"action_",python,content +8393,343939868,"train_lamap.py",3311,0,"action_",python,content +8394,343939869,"train_lamap.py",3341,0,"_action",python,content +8395,343939870,"train_lamap.py",3376,0,"lam_",python,content +8396,343939871,"train_lamap.py",3416,0,"lam_",python,content +8397,343939872,"train_lamap.py",3456,0,"lam_",python,content +8398,343939873,"train_lamap.py",3494,68,"lam_co_train=False",python,content +8399,343939882,"train_lamap.py",3420,0,"",python,selection_command +8400,343942230,"train_lamap.py",0,0,"",python,selection_command +8401,343942610,"train_lamap.py",625,0,"",python,selection_command +8402,343943194,"train_lamap.py",626,0,"",python,selection_command +8403,343943445,"train_lamap.py",627,0,"",python,selection_command +8404,343943473,"train_lamap.py",638,0,"",python,selection_command +8405,343943505,"train_lamap.py",650,0,"",python,selection_command +8406,343943537,"train_lamap.py",667,0,"",python,selection_command +8407,343943663,"train_lamap.py",696,0,"",python,selection_command +8408,343943912,"train_lamap.py",714,0,"",python,selection_command +8409,343943945,"train_lamap.py",736,0,"",python,selection_command +8410,343943979,"train_lamap.py",764,0,"",python,selection_command +8411,343944013,"train_lamap.py",791,0,"",python,selection_command +8412,343944047,"train_lamap.py",818,0,"",python,selection_command +8413,343944081,"train_lamap.py",841,0,"",python,selection_command +8414,343944115,"train_lamap.py",869,0,"",python,selection_command +8415,343944149,"train_lamap.py",900,0,"",python,selection_command +8416,343944188,"train_lamap.py",919,0,"",python,selection_command +8417,343944221,"train_lamap.py",944,0,"",python,selection_command +8418,343944378,"train_lamap.py",970,0,"",python,selection_command +8419,343944628,"train_lamap.py",995,0,"",python,selection_command +8420,343944659,"train_lamap.py",1020,0,"",python,selection_command +8421,343944693,"train_lamap.py",1047,0,"",python,selection_command +8422,343944726,"train_lamap.py",1148,0,"",python,selection_command +8423,343944759,"train_lamap.py",1177,0,"",python,selection_command +8424,343944902,"train_lamap.py",1237,0,"",python,selection_command +8425,343945415,"train_lamap.py",1177,0,"",python,selection_command +8426,343945666,"train_lamap.py",1148,0,"",python,selection_command +8427,343945697,"train_lamap.py",1047,0,"",python,selection_command +8428,343945730,"train_lamap.py",1020,0,"",python,selection_command +8429,343945764,"train_lamap.py",995,0,"",python,selection_command +8430,343945798,"train_lamap.py",970,0,"",python,selection_command +8431,343945832,"train_lamap.py",944,0,"",python,selection_command +8432,343945869,"train_lamap.py",919,0,"",python,selection_command +8433,343945903,"train_lamap.py",900,0,"",python,selection_command +8434,343945936,"train_lamap.py",869,0,"",python,selection_command +8435,343945970,"train_lamap.py",841,0,"",python,selection_command +8436,343946003,"train_lamap.py",818,0,"",python,selection_command +8437,343946038,"train_lamap.py",791,0,"",python,selection_command +8438,343946070,"train_lamap.py",764,0,"",python,selection_command +8439,343946103,"train_lamap.py",736,0,"",python,selection_command +8440,343946136,"train_lamap.py",714,0,"",python,selection_command +8441,343946372,"train_lamap.py",736,0,"",python,selection_command +8442,343946546,"train_lamap.py",764,0,"",python,selection_command +8443,343946665,"train_lamap.py",791,0,"",python,selection_command +8444,343946877,"train_lamap.py",818,0,"",python,selection_command +8445,343947029,"train_lamap.py",841,0,"",python,selection_command +8446,343947196,"train_lamap.py",869,0,"",python,selection_command +8447,343947347,"train_lamap.py",900,0,"",python,selection_command +8448,343947509,"train_lamap.py",919,0,"",python,selection_command +8449,343947661,"train_lamap.py",944,0,"",python,selection_command +8450,343948611,"train_lamap.py",948,0,"",python,selection_command +8451,343955578,"models/lamap.py",0,0,"",python,tab +8452,343956682,"models/lamap.py",1400,0,"",python,selection_command +8453,343958784,"models/lam.py",0,0,"",python,tab +8454,343958788,"models/lam.py",2523,0,"",python,selection_command +8455,343959483,"models/lam.py",2602,0,"",python,selection_command +8456,343959630,"models/lam.py",2638,0,"",python,selection_command +8457,343960088,"models/lam.py",3168,0,"",python,selection_command +8458,343960737,"models/lam.py",1081,0,"",python,selection_command +8459,343961905,"models/lam.py",1116,0,"",python,selection_command +8460,343962064,"models/lam.py",1145,0,"",python,selection_command +8461,343962173,"models/lam.py",1175,0,"",python,selection_command +8462,343963068,"models/lam.py",0,0,"",python,selection_command +8463,343963617,"models/lamap.py",0,0,"",python,tab +8464,343967096,"models/lamap.py",0,0,"",python,selection_command +8465,343967397,"models/lamap.py",29,0,"",python,selection_command +8466,343967643,"models/lamap.py",30,0,"",python,selection_command +8467,343967673,"models/lamap.py",41,0,"",python,selection_command +8468,343967706,"models/lamap.py",65,0,"",python,selection_command +8469,343967743,"models/lamap.py",89,0,"",python,selection_command +8470,343967776,"models/lamap.py",90,0,"",python,selection_command +8471,343967809,"models/lamap.py",131,0,"",python,selection_command +8472,343967842,"models/lamap.py",132,0,"",python,selection_command +8473,343967876,"models/lamap.py",133,0,"",python,selection_command +8474,343967909,"models/lamap.py",170,0,"",python,selection_command +8475,343967943,"models/lamap.py",201,0,"",python,selection_command +8476,343967977,"models/lamap.py",202,0,"",python,selection_command +8477,343968010,"models/lamap.py",229,0,"",python,selection_command +8478,343968042,"models/lamap.py",250,0,"",python,selection_command +8479,343968077,"models/lamap.py",251,0,"",python,selection_command +8480,343968803,"models/lamap.py",269,0,"",python,selection_command +8481,343968958,"models/lamap.py",285,0,"",python,selection_command +8482,343970129,"train_lamap.py",0,0,"",python,tab +8483,343973139,"train_lamap.py",944,26,"",python,content +8484,343973165,"train_lamap.py",948,0,"",python,selection_command +8485,343973700,"train_lamap.py",973,0,"",python,selection_command +8486,343973862,"train_lamap.py",998,0,"",python,selection_command +8487,343974020,"train_lamap.py",1025,0,"",python,selection_command +8488,343974429,"train_lamap.py",1126,0,"",python,selection_command +8489,343974581,"train_lamap.py",1155,0,"",python,selection_command +8490,343974764,"train_lamap.py",1215,0,"",python,selection_command +8491,343975383,"train_lamap.py",1211,30,"",python,content +8492,343975390,"train_lamap.py",1215,0,"",python,selection_command +8493,343975926,"train_lamap.py",1225,0,"",python,selection_command +8494,343978532,"train_lamap.py",3164,0,"",python,selection_command +8495,343980298,"train_lamap.py",1225,0,"",python,selection_command +8496,343981575,"train_lamap.py",1250,0,"",python,selection_command +8497,343981867,"train_lamap.py",3205,0,"",python,selection_command +8498,343982550,"train_lamap.py",1250,0,"",python,selection_command +8499,343982957,"train_lamap.py",1275,0,"",python,selection_command +8500,343983196,"train_lamap.py",3299,0,"",python,selection_command +8501,343984193,"train_lamap.py",3344,0,"",python,selection_command +8502,343985063,"train_lamap.py",1300,0,"",python,selection_command +8503,343985627,"train_lamap.py",3340,0,"",python,selection_command +8504,343986279,"train_lamap.py",3380,0,"",python,selection_command +8505,343986647,"train_lamap.py",1325,0,"",python,selection_command +8506,343987898,"train_lamap.py",3380,0,"",python,selection_command +8507,343988381,"train_lamap.py",3420,0,"",python,selection_command +8508,343989007,"train_lamap.py",1349,0,"",python,selection_command +8509,343990180,"train_lamap.py",1372,0,"",python,selection_command +8510,343990484,"train_lamap.py",2137,0,"",python,selection_command +8511,343992040,"train_lamap.py",1372,0,"",python,selection_command +8512,343992586,"train_lamap.py",2137,0,"",python,selection_command +8513,343992847,"train_lamap.py",1372,0,"",python,selection_command +8514,343995238,"train_lamap.py",1368,25,"",python,content +8515,343995257,"train_lamap.py",1372,0,"",python,selection_command +8516,343996906,"train_lamap.py",3555,0,"",python,selection_command +8517,343997356,"train_lamap.py",3501,0,"",python,selection_command +8518,343997515,"train_lamap.py",3475,0,"",python,selection_command +8519,343997652,"train_lamap.py",3437,0,"",python,selection_command +8520,343997811,"train_lamap.py",3409,0,"",python,selection_command +8521,343998850,"models/lamap.py",0,0,"",python,tab +8522,344002588,"models/lamap.py",302,0,"",python,selection_command +8523,344002833,"models/lamap.py",328,0,"",python,selection_command +8524,344002863,"models/lamap.py",355,0,"",python,selection_command +8525,344002897,"models/lamap.py",383,0,"",python,selection_command +8526,344002931,"models/lamap.py",407,0,"",python,selection_command +8527,344002965,"models/lamap.py",431,0,"",python,selection_command +8528,344002999,"models/lamap.py",454,0,"",python,selection_command +8529,344003036,"models/lamap.py",477,0,"",python,selection_command +8530,344003070,"models/lamap.py",507,0,"",python,selection_command +8531,344003103,"models/lamap.py",508,0,"",python,selection_command +8532,344003136,"models/lamap.py",529,0,"",python,selection_command +8533,344003170,"models/lamap.py",549,0,"",python,selection_command +8534,344003204,"models/lamap.py",550,0,"",python,selection_command +8535,344003237,"models/lamap.py",571,0,"",python,selection_command +8536,344003270,"models/lamap.py",609,0,"",python,selection_command +8537,344003304,"models/lamap.py",641,0,"",python,selection_command +8538,344003337,"models/lamap.py",677,0,"",python,selection_command +8539,344003370,"models/lamap.py",723,0,"",python,selection_command +8540,344003403,"models/lamap.py",772,0,"",python,selection_command +8541,344003437,"models/lamap.py",816,0,"",python,selection_command +8542,344003537,"models/lamap.py",860,0,"",python,selection_command +8543,344003722,"models/lamap.py",902,0,"",python,selection_command +8544,344003911,"models/lamap.py",914,0,"",python,selection_command +8545,344004076,"models/lamap.py",921,0,"",python,selection_command +8546,344004243,"models/lamap.py",922,0,"",python,selection_command +8547,344004964,"models/lamap.py",922,4,"",python,content +8548,344006516,"models/lamap.py",922,0,"self.lam_dropout,",python,content +8549,344006736,"models/lamap.py",938,0,"",python,selection_command +8550,344007604,"models/lamap.py",972,0,"",python,selection_command +8551,344008603,"models/lamap.py",971,0,"",python,selection_command +8552,344009446,"models/lamap.py",972,0,"lam_codebook_dropout",python,content +8553,344009446,"models/lamap.py",971,1,"",python,content +8554,344009446,"models/lamap.py",970,0,"self",python,content +8555,344009446,"models/lamap.py",969,1,"",python,content +8556,344011069,"models/lamap.py",453,0,"\n lam_dropout: float\n lam_codebook_dropout: float",python,content +8557,344051054,"train_lamap.py",0,0,"",python,tab +8558,344052852,"models/lamap.py",0,0,"",python,tab +8559,344058694,"train_lamap.py",0,0,"",python,tab +8560,344064760,"models/lamap.py",0,0,"",python,tab +8561,344065410,"train_lamap.py",0,0,"",python,tab +8562,344074310,"models/lamap.py",0,0,"",python,tab +8563,344077008,"models/lamap.py",1239,0,"",python,selection_command +8564,344078843,"models/lamap.py",513,0,"",python,selection_command +8565,344079337,"models/lamap.py",536,0,"",python,selection_command +8566,344079496,"models/lamap.py",562,0,"",python,selection_command +8567,344079647,"models/lamap.py",567,0,"",python,selection_command +8568,344079793,"models/lamap.py",588,0,"",python,selection_command +8569,344081905,"models/lamap.py",1368,0,"",python,selection_command +8570,344082094,"models/lamap.py",1706,0,"",python,selection_command +8571,344083896,"models/lamap.py",0,0,"",python,selection_command +8572,344084213,"models/lamap.py",29,0,"",python,selection_command +8573,344084462,"models/lamap.py",30,0,"",python,selection_command +8574,344084495,"models/lamap.py",41,0,"",python,selection_command +8575,344084528,"models/lamap.py",65,0,"",python,selection_command +8576,344084559,"models/lamap.py",89,0,"",python,selection_command +8577,344084593,"models/lamap.py",90,0,"",python,selection_command +8578,344084627,"models/lamap.py",131,0,"",python,selection_command +8579,344084659,"models/lamap.py",132,0,"",python,selection_command +8580,344084694,"models/lamap.py",133,0,"",python,selection_command +8581,344084726,"models/lamap.py",170,0,"",python,selection_command +8582,344085093,"train_lamap.py",0,0,"",python,tab +8583,344087569,"train_lam.py",0,0,"",python,tab +8584,344088440,"train_lam.py",5359,0,"",python,selection_command +8585,344088612,"train_lam.py",5413,0,"",python,selection_command +8586,344088891,"train_lam.py",5359,0,"",python,selection_command +8587,344089138,"train_lam.py",5355,53," use_flash_attention=args.use_flash_attention,",python,selection_command +8588,344089380,"train_lam.py",5329,79," dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8589,344089625,"train_lam.py",5291,117," param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8590,344089661,"train_lam.py",5243,165," codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8591,344089694,"train_lam.py",5213,195," dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8592,344089727,"train_lam.py",5179,229," num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8593,344089762,"train_lam.py",5143,265," num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8594,344089794,"train_lam.py",5107,301," patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8595,344089827,"train_lam.py",5069,339," num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8596,344089861,"train_lam.py",5033,375," latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8597,344089894,"train_lam.py",4999,409," model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8598,344089928,"train_lam.py",4963,445," in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8599,344090373,"train_lam.py",4963,0,"",python,selection_command +8600,344090894,"train_lamap.py",0,0,"",python,tab +8601,344091401,"train_lamap.py",3437,0,"",python,selection_command +8602,344091546,"train_lamap.py",3475,0,"",python,selection_command +8603,344091705,"train_lamap.py",3501,0,"",python,selection_command +8604,344091905,"train_lamap.py",3497,53," use_flash_attention=args.use_flash_attention,",python,selection_command +8605,344092013,"train_lamap.py",3471,79," dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8606,344092264,"train_lamap.py",3433,117," param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8607,344092296,"train_lamap.py",3405,145," lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8608,344092328,"train_lamap.py",3367,183," lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8609,344092361,"train_lamap.py",3327,223," lam_num_blocks=args.num_blocks,\n lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8610,344092395,"train_lamap.py",3287,263," lam_patch_size=args.patch_size,\n lam_num_blocks=args.num_blocks,\n lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8611,344092428,"train_lamap.py",3242,308," num_latent_actions=args.num_latents,\n lam_patch_size=args.patch_size,\n lam_num_blocks=args.num_blocks,\n lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8612,344092462,"train_lamap.py",3192,358," latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latents,\n lam_patch_size=args.patch_size,\n lam_num_blocks=args.num_blocks,\n lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8613,344092495,"train_lamap.py",3150,400," latent_patch_dim=args.latent_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latents,\n lam_patch_size=args.patch_size,\n lam_num_blocks=args.num_blocks,\n lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8614,344092630,"train_lamap.py",3118,432," lam_dim=args.model_dim,\n latent_patch_dim=args.latent_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latents,\n lam_patch_size=args.patch_size,\n lam_num_blocks=args.num_blocks,\n lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8615,344092813,"train_lamap.py",3082,468," in_dim=args.image_channels,\n lam_dim=args.model_dim,\n latent_patch_dim=args.latent_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latents,\n lam_patch_size=args.patch_size,\n lam_num_blocks=args.num_blocks,\n lam_num_heads=args.num_heads,\n lam_co_train=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,selection_command +8616,344093097,"train_lamap.py",3082,468," in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,",python,content +8617,344093102,"train_lamap.py",3090,0,"",python,selection_command +8618,344097612,"train_lamap.py",3126,0,"",python,selection_command +8619,344097864,"train_lamap.py",3160,0,"",python,selection_command +8620,344097897,"train_lamap.py",3196,0,"",python,selection_command +8621,344097927,"train_lamap.py",3234,0,"",python,selection_command +8622,344097960,"train_lamap.py",3270,0,"",python,selection_command +8623,344097993,"train_lamap.py",3306,0,"",python,selection_command +8624,344098026,"train_lamap.py",3340,0,"",python,selection_command +8625,344098061,"train_lamap.py",3370,0,"",python,selection_command +8626,344098094,"train_lamap.py",3418,0,"",python,selection_command +8627,344098126,"train_lamap.py",3456,0,"",python,selection_command +8628,344098340,"train_lamap.py",3482,0,"",python,selection_command +8629,344098682,"train_lamap.py",3456,0,"",python,selection_command +8630,344098981,"train_lamap.py",3418,0,"",python,selection_command +8631,344100763,"train_lamap.py",3370,0,"",python,selection_command +8632,344101135,"train_lamap.py",3340,0,"",python,selection_command +8633,344101821,"train_lam.py",0,0,"",python,tab +8634,344102484,"train_lamap.py",0,0,"",python,tab +8635,344102797,"train_lamap.py",3347,0,"",python,selection_command +8636,344102999,"train_lamap.py",3348,0,"",python,selection_command +8637,344103432,"train_lamap.py",0,0,"",python,selection_command +8638,344103796,"train_lamap.py",41,0,"",python,selection_command +8639,344104044,"train_lamap.py",51,0,"",python,selection_command +8640,344104080,"train_lamap.py",52,0,"",python,selection_command +8641,344104106,"train_lamap.py",66,0,"",python,selection_command +8642,344104140,"train_lamap.py",104,0,"",python,selection_command +8643,344104183,"train_lamap.py",153,0,"",python,selection_command +8644,344104205,"train_lamap.py",213,0,"",python,selection_command +8645,344104238,"train_lamap.py",272,0,"",python,selection_command +8646,344104272,"train_lamap.py",285,0,"",python,selection_command +8647,344104306,"train_lamap.py",316,0,"",python,selection_command +8648,344104460,"train_lamap.py",795,0,"",python,selection_command +8649,344105079,"train_lamap.py",822,0,"",python,selection_command +8650,344105328,"train_lamap.py",845,0,"",python,selection_command +8651,344105360,"train_lamap.py",873,0,"",python,selection_command +8652,344105393,"train_lamap.py",904,0,"",python,selection_command +8653,344105423,"train_lamap.py",923,0,"",python,selection_command +8654,344105457,"train_lamap.py",948,0,"",python,selection_command +8655,344105493,"train_lamap.py",973,0,"",python,selection_command +8656,344105525,"train_lamap.py",998,0,"",python,selection_command +8657,344105561,"train_lamap.py",1025,0,"",python,selection_command +8658,344105594,"train_lamap.py",1126,0,"",python,selection_command +8659,344105628,"train_lamap.py",1155,0,"",python,selection_command +8660,344105660,"train_lamap.py",1215,0,"",python,selection_command +8661,344105694,"train_lamap.py",1225,0,"",python,selection_command +8662,344105727,"train_lamap.py",1250,0,"",python,selection_command +8663,344105760,"train_lamap.py",1275,0,"",python,selection_command +8664,344105794,"train_lamap.py",1300,0,"",python,selection_command +8665,344105827,"train_lamap.py",1325,0,"",python,selection_command +8666,344105861,"train_lamap.py",1349,0,"",python,selection_command +8667,344105893,"train_lamap.py",1372,0,"",python,selection_command +8668,344107804,"train_lamap.py",1367,0,"\n lam_dropout: float = 0.0\n lam_codebook_dropout: float = 0.0",python,content +8669,344108541,"train_lamap.py",1401,0,"",python,selection_command +8670,344108697,"train_lamap.py",1372,0,"",python,selection_command +8671,344112355,"genie.py",0,0,"",python,tab +8672,344113043,"genie.py",0,0,"",python,selection_command +8673,344114590,"genie.py",926,0,"",python,selection_command +8674,344116649,"train_lamap.py",0,0,"",python,tab +8675,344120113,"genie.py",0,0,"",python,tab +8676,344121620,"train_lamap.py",0,0,"",python,tab +8677,344123565,"train_lamap.py",1372,1,"l",python,selection_command +8678,344123660,"train_lamap.py",1372,2,"la",python,selection_command +8679,344123811,"train_lamap.py",1372,3,"lam",python,selection_command +8680,344124012,"train_lamap.py",1372,4,"lam_",python,selection_command +8681,344124523,"train_lamap.py",1372,4,"lam_",python,selection_command +8682,344124688,"train_lamap.py",1401,4,"",python,content +8683,344124689,"train_lamap.py",1372,4,"",python,content +8684,344124705,"train_lamap.py",1372,0,"",python,selection_command +8685,344131812,"train_lamap.py",1406,0,"",python,selection_command +8686,344132030,"train_lamap.py",1440,0,"",python,selection_command +8687,344132946,"train_lamap.py",1406,0,"",python,selection_command +8688,344133287,"train_lamap.py",1440,0,"",python,selection_command +8689,344133465,"train_lamap.py",2171,0,"",python,selection_command +8690,344134607,"train_lamap.py",3399,0,"",python,selection_command +8691,344137274,"train_lamap.py",3412,0,"",python,selection_command +8692,344137479,"train_lamap.py",3438,0,"",python,selection_command +8693,344138164,"train_lamap.py",3439,0,"",python,selection_command +8694,344138361,"train_lamap.py",3440,0,"",python,selection_command +8695,344138383,"train_lamap.py",3445,0,"",python,selection_command +8696,344138511,"train_lamap.py",3415,0,"",python,selection_command +8697,344139247,"train_lamap.py",3399,0,"",python,selection_command +8698,344139734,"train_lamap.py",2171,0,"",python,selection_command +8699,344140984,"train_lamap.py",3399,0,"",python,selection_command +8700,344141114,"train_lamap.py",3412,0,"",python,selection_command +8701,344141430,"train_lamap.py",3419,0,"",python,selection_command +8702,344141748,"train_lamap.py",3412,0,"",python,selection_command +8703,344141901,"train_lamap.py",1372,0,"",python,selection_command +8704,344142921,"train_lamap.py",1397,0,"",python,selection_command +8705,344144514,"train_lamap.py",1431,0,"",python,selection_command +8706,344144914,"train_lamap.py",1397,0,"",python,selection_command +8707,344145213,"train_lamap.py",1393,34,"",python,content +8708,344145238,"train_lamap.py",1397,0,"",python,selection_command +8709,344145807,"train_lamap.py",3395,0,"",python,selection_command +8710,344147997,"train_lamap.py",3459,0,"",python,selection_command +8711,344149339,"train_lamap.py",3411,0,"",python,selection_command +8712,344150351,"train_lamap.py",3434,0,"\n ",python,content +8713,344150534,"train_lamap.py",3443,0,"l",python,content +8714,344150536,"train_lamap.py",3444,0,"",python,selection_keyboard +8715,344150650,"train_lamap.py",3444,0,"a",python,content +8716,344150652,"train_lamap.py",3445,0,"",python,selection_keyboard +8717,344150790,"train_lamap.py",3445,0,"m",python,content +8718,344150793,"train_lamap.py",3446,0,"",python,selection_keyboard +8719,344150998,"train_lamap.py",3446,0,"_",python,content +8720,344151000,"train_lamap.py",3447,0,"",python,selection_keyboard +8721,344151384,"train_lamap.py",3447,0,"co_train=False,",python,content +8722,344151704,"train_lamap.py",3461,0,"",python,selection_command +8723,344152382,"train_lamap.py",3456,0,"",python,selection_command +8724,344152530,"train_lamap.py",3455,0,"",python,selection_command +8725,344152698,"train_lamap.py",3443,0,"",python,selection_command +8726,344154635,"train_lam.py",0,0,"",python,tab +8727,344156817,"train_lam.py",5251,0,"",python,selection_command +8728,344157952,"train_lam.py",5221,0,"",python,selection_command +8729,344158199,"train_lam.py",5187,0,"",python,selection_command +8730,344158231,"train_lam.py",5151,0,"",python,selection_command +8731,344158264,"train_lam.py",5115,0,"",python,selection_command +8732,344158308,"train_lam.py",5077,0,"",python,selection_command +8733,344160933,"train_lam.py",5041,0,"",python,selection_command +8734,344161263,"train_lam.py",5007,0,"",python,selection_command +8735,344161412,"train_lam.py",4971,0,"",python,selection_command +8736,344161565,"train_lam.py",4942,0,"",python,selection_command +8737,344161695,"train_lam.py",4944,0,"",python,selection_command +8738,344162092,"models/lam.py",0,0,"",python,tab +8739,344162095,"models/lam.py",189,0,"",python,selection_command +8740,344164708,"train_lam.py",0,0,"",python,tab +8741,344167595,"train_lamap.py",0,0,"",python,tab +8742,344168581,"train_lamap.py",3435,28,"",python,content +8743,344168592,"train_lamap.py",3443,0,"",python,selection_command +8744,344170694,"train_lamap.py",3395,0,"",python,selection_command +8745,344170955,"train_lamap.py",3443,0,"",python,selection_command +8746,344171139,"train_lamap.py",3481,0,"",python,selection_command +8747,344171285,"train_lamap.py",3507,0,"",python,selection_command +8748,344171638,"train_lamap.py",3481,0,"",python,selection_command +8749,344171831,"train_lamap.py",3443,0,"",python,selection_command +8750,344171986,"train_lamap.py",3395,0,"",python,selection_command +8751,344172181,"train_lamap.py",3365,0,"",python,selection_command +8752,344172416,"train_lamap.py",3331,0,"",python,selection_command +8753,344172611,"train_lamap.py",3295,0,"",python,selection_command +8754,344172759,"train_lamap.py",3259,0,"",python,selection_command +8755,344172915,"train_lamap.py",3221,0,"",python,selection_command +8756,344173079,"train_lamap.py",3185,0,"",python,selection_command +8757,344179096,"models/lam.py",0,0,"",python,tab +8758,344180051,"models/lam.py",225,0,"",python,selection_command +8759,344180297,"models/lam.py",259,0,"",python,selection_command +8760,344180328,"models/lam.py",266,0,"",python,selection_command +8761,344180361,"models/lam.py",282,0,"",python,selection_command +8762,344180514,"models/lam.py",301,0,"",python,selection_command +8763,344180696,"models/lam.py",321,0,"",python,selection_command +8764,344182549,"models/lam.py",301,0,"",python,selection_command +8765,344185853,"train_lamap.py",0,0,"",python,tab +8766,344186726,"train_lamap.py",3195,0,"",python,selection_command +8767,344192645,"models/lamap.py",0,0,"",python,tab +8768,344193868,"models/lamap.py",201,0,"",python,selection_command +8769,344194116,"models/lamap.py",202,0,"",python,selection_command +8770,344194146,"models/lamap.py",229,0,"",python,selection_command +8771,344194179,"models/lamap.py",250,0,"",python,selection_command +8772,344194212,"models/lamap.py",251,0,"",python,selection_command +8773,344194246,"models/lamap.py",269,0,"",python,selection_command +8774,344194279,"models/lamap.py",285,0,"",python,selection_command +8775,344194313,"models/lamap.py",302,0,"",python,selection_command +8776,344196152,"models/lamap.py",285,0,"",python,selection_command +8777,344196636,"models/lamap.py",289,0,"",python,selection_command +8778,344198319,"models/lamap.py",306,0,"",python,selection_command +8779,344198443,"models/lamap.py",332,0,"",python,selection_command +8780,344202467,"models/lamap.py",359,0,"",python,selection_command +8781,344202696,"models/lamap.py",332,0,"",python,selection_command +8782,344204372,"models/lamap.py",328,27,"",python,content +8783,344204396,"models/lamap.py",332,0,"",python,selection_command +8784,344204929,"models/lamap.py",306,0,"",python,selection_command +8785,344211937,"models/lamap.py",289,0,"",python,selection_command +8786,344213087,"models/lamap.py",306,0,"",python,selection_command +8787,344214399,"train_lamap.py",0,0,"",python,tab +8788,344215079,"models/lamap.py",0,0,"",python,tab +8789,344216969,"models/lamap.py",307,0,"",python,selection_command +8790,344217223,"models/lamap.py",308,0,"",python,selection_command +8791,344217249,"models/lamap.py",309,0,"",python,selection_command +8792,344217283,"models/lamap.py",310,0,"",python,selection_command +8793,344217316,"models/lamap.py",311,0,"",python,selection_command +8794,344217350,"models/lamap.py",312,0,"",python,selection_command +8795,344217384,"models/lamap.py",313,0,"",python,selection_command +8796,344217880,"models/lamap.py",313,1,"p",python,selection_command +8797,344217947,"models/lamap.py",313,2,"pa",python,selection_command +8798,344218099,"models/lamap.py",313,3,"pat",python,selection_command +8799,344218247,"models/lamap.py",313,4,"patc",python,selection_command +8800,344218702,"models/lamap.py",313,5,"patch",python,selection_command +8801,344218819,"models/lamap.py",313,5,"",python,content +8802,344219033,"models/lamap.py",313,0,"a",python,content +8803,344219035,"models/lamap.py",314,0,"",python,selection_keyboard +8804,344219156,"models/lamap.py",314,0,"t",python,content +8805,344219157,"models/lamap.py",315,0,"",python,selection_keyboard +8806,344219407,"models/lamap.py",314,1,"",python,content +8807,344219508,"models/lamap.py",314,0,"c",python,content +8808,344219510,"models/lamap.py",315,0,"",python,selection_keyboard +8809,344219696,"models/lamap.py",315,0,"t",python,content +8810,344219698,"models/lamap.py",316,0,"",python,selection_keyboard +8811,344219756,"models/lamap.py",316,0,"i",python,content +8812,344219760,"models/lamap.py",317,0,"",python,selection_keyboard +8813,344219814,"models/lamap.py",317,0,"o",python,content +8814,344219816,"models/lamap.py",318,0,"",python,selection_keyboard +8815,344219869,"models/lamap.py",318,0,"n",python,content +8816,344219871,"models/lamap.py",319,0,"",python,selection_keyboard +8817,344220134,"models/lamap.py",318,0,"",python,selection_command +8818,344220298,"models/lamap.py",345,0,"",python,selection_command +8819,344220646,"models/lamap.py",373,0,"",python,selection_command +8820,344221608,"models/lamap.py",746,0,"ion",python,content +8821,344221608,"models/lamap.py",744,2,"",python,content +8822,344221608,"models/lamap.py",743,0,"c",python,content +8823,344221608,"models/lamap.py",741,1,"",python,content +8824,344223926,"models/lam.py",0,0,"",python,tab +8825,344226496,"models/lamap.py",0,0,"",python,tab +8826,344227997,"models/lamap.py",728,0,"",python,selection_command +8827,344228149,"models/lamap.py",729,0,"",python,selection_command +8828,344228329,"models/lamap.py",733,0,"",python,selection_command +8829,344228530,"models/lamap.py",734,0,"",python,selection_command +8830,344229735,"models/lamap.py",306,0,"",python,selection_command +8831,344232167,"train_lamap.py",0,0,"",python,tab +8832,344235733,"train_lamap.py",3196,0,"",python,selection_command +8833,344236201,"train_lamap.py",3197,0,"",python,selection_command +8834,344236450,"train_lamap.py",3198,0,"",python,selection_command +8835,344236481,"train_lamap.py",3199,0,"",python,selection_command +8836,344236512,"train_lamap.py",3200,0,"",python,selection_command +8837,344236548,"train_lamap.py",3201,0,"",python,selection_command +8838,344236582,"train_lamap.py",3202,0,"",python,selection_command +8839,344236612,"train_lamap.py",3203,0,"",python,selection_command +8840,344236644,"train_lamap.py",3204,0,"",python,selection_command +8841,344236679,"train_lamap.py",3205,0,"",python,selection_command +8842,344236712,"train_lamap.py",3206,0,"",python,selection_command +8843,344236746,"train_lamap.py",3207,0,"",python,selection_command +8844,344236896,"train_lamap.py",3208,0,"",python,selection_command +8845,344237264,"train_lamap.py",3208,0,"a",python,content +8846,344237270,"train_lamap.py",3209,0,"",python,selection_keyboard +8847,344237323,"train_lamap.py",3209,0,"c",python,content +8848,344237327,"train_lamap.py",3210,0,"",python,selection_keyboard +8849,344237491,"train_lamap.py",3210,0,"t",python,content +8850,344237492,"train_lamap.py",3211,0,"",python,selection_keyboard +8851,344237548,"train_lamap.py",3211,0,"i",python,content +8852,344237549,"train_lamap.py",3212,0,"",python,selection_keyboard +8853,344237596,"train_lamap.py",3212,0,"o",python,content +8854,344237598,"train_lamap.py",3213,0,"",python,selection_keyboard +8855,344237640,"train_lamap.py",3213,0,"n",python,content +8856,344237645,"train_lamap.py",3214,0,"",python,selection_keyboard +8857,344237846,"train_lamap.py",3214,0,"_",python,content +8858,344237850,"train_lamap.py",3215,0,"",python,selection_keyboard +8859,344238058,"train_lamap.py",3214,0,"",python,selection_command +8860,344239116,"train_lamap.py",3201,0,"",python,selection_command +8861,344240239,"train_lamap.py",0,0,"",python,selection_command +8862,344241636,"train_lamap.py",3201,0,"",python,selection_command +8863,344242472,"train_lamap.py",3200,0,"",python,selection_command +8864,344242942,"train_lamap.py",3192,0,"action_",python,content +8865,344242948,"train_lamap.py",3199,0,"",python,selection_command +8866,344245440,"train_lamap.py",3202,0,"",python,selection_command +8867,344245605,"train_lamap.py",3203,0,"",python,selection_command +8868,344245763,"train_lamap.py",3207,0,"",python,selection_command +8869,344245962,"train_lamap.py",3208,0,"",python,selection_command +8870,344247599,"train_lamap.py",0,0,"",python,selection_command +8871,344248340,"train_lamap.py",625,0,"",python,selection_command +8872,344249009,"train_lamap.py",626,0,"",python,selection_command +8873,344249260,"train_lamap.py",627,0,"",python,selection_command +8874,344249290,"train_lamap.py",638,0,"",python,selection_command +8875,344249325,"train_lamap.py",650,0,"",python,selection_command +8876,344249355,"train_lamap.py",667,0,"",python,selection_command +8877,344249388,"train_lamap.py",696,0,"",python,selection_command +8878,344249422,"train_lamap.py",714,0,"",python,selection_command +8879,344249455,"train_lamap.py",736,0,"",python,selection_command +8880,344249488,"train_lamap.py",764,0,"",python,selection_command +8881,344249522,"train_lamap.py",791,0,"",python,selection_command +8882,344249555,"train_lamap.py",818,0,"",python,selection_command +8883,344249588,"train_lamap.py",841,0,"",python,selection_command +8884,344249622,"train_lamap.py",869,0,"",python,selection_command +8885,344249655,"train_lamap.py",900,0,"",python,selection_command +8886,344249689,"train_lamap.py",919,0,"",python,selection_command +8887,344249722,"train_lamap.py",944,0,"",python,selection_command +8888,344249755,"train_lamap.py",969,0,"",python,selection_command +8889,344249793,"train_lamap.py",994,0,"",python,selection_command +8890,344249827,"train_lamap.py",1021,0,"",python,selection_command +8891,344249859,"train_lamap.py",1122,0,"",python,selection_command +8892,344249888,"train_lamap.py",1151,0,"",python,selection_command +8893,344249921,"train_lamap.py",1211,0,"",python,selection_command +8894,344249955,"train_lamap.py",1221,0,"",python,selection_command +8895,344250092,"train_lamap.py",1246,0,"",python,selection_command +8896,344250255,"train_lamap.py",1271,0,"",python,selection_command +8897,344250500,"train_lamap.py",1246,0,"",python,selection_command +8898,344251248,"train_lamap.py",1250,0,"",python,selection_command +8899,344251435,"train_lamap.py",1260,0,"",python,selection_command +8900,344251659,"train_lamap.py",1262,0,"",python,selection_command +8901,344251971,"train_lamap.py",1260,0,"",python,selection_command +8902,344252399,"train_lamap.py",1259,0,"",python,selection_command +8903,344252534,"train_lamap.py",1258,0,"",python,selection_command +8904,344252980,"train_lamap.py",1257,0,"",python,selection_command +8905,344253795,"train_lamap.py",1256,0,"",python,selection_command +8906,344254698,"train_lamap.py",1250,0,"",python,selection_command +8907,344257913,"train_lamap.py",3185,0,"",python,selection_command +8908,344258332,"train_lamap.py",3186,0,"",python,selection_command +8909,344258586,"train_lamap.py",3187,0,"",python,selection_command +8910,344258617,"train_lamap.py",3188,0,"",python,selection_command +8911,344258650,"train_lamap.py",3189,0,"",python,selection_command +8912,344258684,"train_lamap.py",3190,0,"",python,selection_command +8913,344258719,"train_lamap.py",3191,0,"",python,selection_command +8914,344258755,"train_lamap.py",3192,0,"",python,selection_command +8915,344258994,"train_lamap.py",3193,0,"",python,selection_command +8916,344259317,"train_lamap.py",3192,0,"",python,selection_command +8917,344259387,"train_lamap.py",3192,1,"a",python,selection_command +8918,344259469,"train_lamap.py",3192,2,"ac",python,selection_command +8919,344259728,"train_lamap.py",3192,3,"act",python,selection_command +8920,344259752,"train_lamap.py",3192,4,"acti",python,selection_command +8921,344259785,"train_lamap.py",3192,5,"actio",python,selection_command +8922,344259984,"train_lamap.py",3192,6,"action",python,selection_command +8923,344260183,"train_lamap.py",3192,6,"",python,content +8924,344260745,"train_lamap.py",3192,1,"",python,content +8925,344260983,"train_lamap.py",3195,0,"",python,selection_command +8926,344261309,"train_lamap.py",3196,0,"",python,selection_command +8927,344261603,"train_lamap.py",3200,0,"",python,selection_command +8928,344261762,"train_lamap.py",3201,0,"",python,selection_command +8929,344262299,"train_lamap.py",3207,0,"",python,selection_command +8930,344262743,"train_lamap.py",3207,1,"_",python,selection_command +8931,344262798,"train_lamap.py",3207,2,"_a",python,selection_command +8932,344263052,"train_lamap.py",3207,3,"_ac",python,selection_command +8933,344263081,"train_lamap.py",3207,4,"_act",python,selection_command +8934,344263113,"train_lamap.py",3207,5,"_acti",python,selection_command +8935,344263332,"train_lamap.py",3207,6,"_actio",python,selection_command +8936,344263500,"train_lamap.py",3207,7,"_action",python,selection_command +8937,344263611,"train_lamap.py",3207,7,"",python,content +8938,344265183,"models/lamap.py",0,0,"",python,tab +8939,344265914,"models/lamap.py",307,0,"",python,selection_command +8940,344266165,"models/lamap.py",308,0,"",python,selection_command +8941,344266197,"models/lamap.py",309,0,"",python,selection_command +8942,344266228,"models/lamap.py",310,0,"",python,selection_command +8943,344266262,"models/lamap.py",311,0,"",python,selection_command +8944,344266413,"models/lamap.py",312,0,"",python,selection_command +8945,344266602,"models/lamap.py",313,0,"",python,selection_command +8946,344266713,"models/lamap.py",313,1,"a",python,selection_command +8947,344266801,"models/lamap.py",313,2,"ac",python,selection_command +8948,344267057,"models/lamap.py",313,3,"act",python,selection_command +8949,344267085,"models/lamap.py",313,4,"acti",python,selection_command +8950,344267119,"models/lamap.py",313,5,"actio",python,selection_command +8951,344267273,"models/lamap.py",313,6,"action",python,selection_command +8952,344267467,"models/lamap.py",313,7,"action_",python,selection_command +8953,344267562,"models/lamap.py",313,7,"",python,content +8954,344269109,"models/lamap.py",337,0,"",python,selection_command +8955,344269632,"models/lamap.py",555,0,"",python,selection_command +8956,344269998,"models/lamap.py",618,0,"",python,selection_command +8957,344270377,"models/lamap.py",734,0,"",python,selection_command +8958,344271032,"models/lamap.py",734,1,"a",python,selection_command +8959,344271065,"models/lamap.py",734,2,"ac",python,selection_command +8960,344271325,"models/lamap.py",734,3,"act",python,selection_command +8961,344271352,"models/lamap.py",734,4,"acti",python,selection_command +8962,344271384,"models/lamap.py",734,5,"actio",python,selection_command +8963,344271531,"models/lamap.py",734,6,"action",python,selection_command +8964,344271766,"models/lamap.py",734,7,"action_",python,selection_command +8965,344271864,"models/lamap.py",734,7,"",python,content +8966,344272662,"models/lamap.py",699,0,"",python,selection_command +8967,344273981,"train_lamap.py",0,0,"",python,tab +8968,344277124,"models/lamap.py",0,0,"",python,tab +8969,344281965,"models/lam.py",0,0,"",python,tab +8970,344283286,"models/lamap.py",0,0,"",python,tab +8971,344283600,"models/lamap.py",663,0,"",python,selection_command +8972,344283852,"models/lamap.py",631,0,"",python,selection_command +8973,344283886,"models/lamap.py",593,0,"",python,selection_command +8974,344283917,"models/lamap.py",572,0,"",python,selection_command +8975,344283951,"models/lamap.py",571,0,"",python,selection_command +8976,344283988,"models/lamap.py",551,0,"",python,selection_command +8977,344284022,"models/lamap.py",530,0,"",python,selection_command +8978,344284056,"models/lamap.py",529,0,"",python,selection_command +8979,344284089,"models/lamap.py",499,0,"",python,selection_command +8980,344284122,"models/lamap.py",476,0,"",python,selection_command +8981,344284156,"models/lamap.py",444,0,"",python,selection_command +8982,344284189,"models/lamap.py",421,0,"",python,selection_command +8983,344284222,"models/lamap.py",398,0,"",python,selection_command +8984,344284256,"models/lamap.py",374,0,"",python,selection_command +8985,344284289,"models/lamap.py",350,0,"",python,selection_command +8986,344284481,"models/lamap.py",322,0,"",python,selection_command +8987,344284715,"models/lamap.py",323,0,"",python,selection_command +8988,344284966,"models/lamap.py",324,0,"",python,selection_command +8989,344284996,"models/lamap.py",325,0,"",python,selection_command +8990,344285030,"models/lamap.py",326,0,"",python,selection_command +8991,344285063,"models/lamap.py",327,0,"",python,selection_command +8992,344285097,"models/lamap.py",328,0,"",python,selection_command +8993,344285131,"models/lamap.py",329,0,"",python,selection_command +8994,344285165,"models/lamap.py",330,0,"",python,selection_command +8995,344285199,"models/lamap.py",331,0,"",python,selection_command +8996,344285233,"models/lamap.py",332,0,"",python,selection_command +8997,344285271,"models/lamap.py",333,0,"",python,selection_command +8998,344285304,"models/lamap.py",334,0,"",python,selection_command +8999,344285339,"models/lamap.py",335,0,"",python,selection_command +9000,344285480,"models/lamap.py",336,0,"",python,selection_command +9001,344285769,"models/lamap.py",336,8,"",python,content +9002,344285896,"models/lamap.py",336,0,"s",python,content +9003,344285898,"models/lamap.py",337,0,"",python,selection_keyboard +9004,344286091,"models/lamap.py",336,0,"",python,selection_command +9005,344287827,"models/lamap.py",771,7,"",python,content +9006,344291020,"train_lamap.py",0,0,"",python,tab +9007,344294898,"train_lamap.py",3243,0,"",python,selection_command +9008,344295315,"train_lamap.py",3221,0,"",python,selection_command +9009,344295854,"train_lamap.py",1275,0,"",python,selection_command +9010,344297586,"train_lamap.py",3221,0,"",python,selection_command +9011,344297736,"train_lamap.py",3238,0,"",python,selection_command +9012,344300652,"train_lamap.py",3202,0,"",python,selection_command +9013,344300799,"train_lamap.py",3168,0,"",python,selection_command +9014,344300933,"train_lamap.py",3132,0,"",python,selection_command +9015,344301085,"train_lamap.py",3100,0,"",python,selection_command +9016,344503417,"train_lamap.py",3132,0,"",python,selection_command +9017,344503574,"train_lamap.py",3168,0,"",python,selection_command +9018,344503983,"train_lamap.py",3167,0,"",python,selection_command +9019,344504231,"train_lamap.py",3166,0,"",python,selection_command +9020,344504262,"train_lamap.py",3165,0,"",python,selection_command +9021,344504298,"train_lamap.py",3164,0,"",python,selection_command +9022,344504330,"train_lamap.py",3163,0,"",python,selection_command +9023,344504363,"train_lamap.py",3162,0,"",python,selection_command +9024,344504396,"train_lamap.py",3161,0,"",python,selection_command +9025,344504430,"train_lamap.py",3160,0,"",python,selection_command +9026,344504463,"train_lamap.py",3159,0,"",python,selection_command +9027,344504497,"train_lamap.py",3158,0,"",python,selection_command +9028,344504530,"train_lamap.py",3157,0,"",python,selection_command +9029,344504563,"train_lamap.py",3156,0,"",python,selection_command +9030,344504719,"train_lamap.py",3155,0,"",python,selection_command +9031,344504898,"train_lamap.py",3155,1,"l",python,selection_command +9032,344504967,"train_lamap.py",3154,2,"el",python,selection_command +9033,344505116,"train_lamap.py",3153,3,"del",python,selection_command +9034,344505251,"train_lamap.py",3152,4,"odel",python,selection_command +9035,344505386,"train_lamap.py",3151,5,"model",python,selection_command +9036,344505468,"train_lamap.py",3151,5,"",python,content +9037,344505634,"train_lamap.py",3151,0,"l",python,content +9038,344505636,"train_lamap.py",3152,0,"",python,selection_keyboard +9039,344505730,"train_lamap.py",3152,0,"a",python,content +9040,344505732,"train_lamap.py",3153,0,"",python,selection_keyboard +9041,344505813,"train_lamap.py",3153,0,"m",python,content +9042,344505815,"train_lamap.py",3154,0,"",python,selection_keyboard +9043,344505886,"train_lamap.py",3154,0,"s",python,content +9044,344505888,"train_lamap.py",3155,0,"",python,selection_keyboard +9045,344506317,"train_lamap.py",3154,1,"",python,content +9046,344506377,"train_lamap.py",3153,0,"",python,selection_command +9047,344508285,"train_lamap.py",3158,0,"",python,selection_command +9048,344508596,"train_lamap.py",3159,0,"",python,selection_command +9049,344508757,"train_lamap.py",3163,0,"",python,selection_command +9050,344508934,"train_lamap.py",3164,0,"",python,selection_command +9051,344509333,"train_lamap.py",3164,1,"m",python,selection_command +9052,344509398,"train_lamap.py",3164,2,"mo",python,selection_command +9053,344509586,"train_lamap.py",3164,3,"mod",python,selection_command +9054,344509815,"train_lamap.py",3166,0,"",python,selection_command +9055,344520197,"models/lamap.py",0,0,"",python,tab +9056,344521752,"models/lamap.py",704,0,"",python,selection_command +9057,344521898,"models/lamap.py",668,0,"",python,selection_command +9058,344523388,"models/lamap.py",677,0,"",python,selection_command +9059,344523554,"models/lamap.py",678,0,"",python,selection_command +9060,344523697,"models/lamap.py",682,0,"",python,selection_command +9061,344523849,"models/lamap.py",683,0,"",python,selection_command +9062,344524452,"models/lamap.py",289,0,"",python,selection_command +9063,344525092,"models/lamap.py",289,1,"l",python,selection_command +9064,344525302,"models/lamap.py",289,2,"la",python,selection_command +9065,344525463,"models/lamap.py",289,3,"lam",python,selection_command +9066,344525614,"models/lamap.py",289,3,"",python,content +9067,344526672,"models/lamap.py",289,0,"l",python,content +9068,344526678,"models/lamap.py",290,0,"",python,selection_keyboard +9069,344526754,"models/lamap.py",290,0,"a",python,content +9070,344526757,"models/lamap.py",291,0,"",python,selection_keyboard +9071,344527078,"models/lamap.py",291,0,"m",python,content +9072,344527079,"models/lamap.py",292,0,"",python,selection_keyboard +9073,344527241,"models/lamap.py",291,0,"",python,selection_command +9074,344531191,"models/lamap.py",285,0,"",python,selection_command +9075,344532139,"models/lamap.py",269,0,"",python,selection_command +9076,344532348,"models/lamap.py",270,0,"",python,selection_command +9077,344532534,"models/lamap.py",286,0,"",python,selection_command +9078,344532833,"models/lamap.py",287,0,"",python,selection_command +9079,344533014,"models/lamap.py",288,0,"",python,selection_command +9080,344533248,"models/lamap.py",289,0,"",python,selection_command +9081,344533389,"models/lamap.py",289,1,"l",python,selection_command +9082,344533499,"models/lamap.py",289,2,"la",python,selection_command +9083,344533661,"models/lamap.py",289,3,"lam",python,selection_command +9084,344533877,"models/lamap.py",289,3,"",python,content +9085,344533995,"models/lamap.py",289,0,"m",python,content +9086,344533996,"models/lamap.py",290,0,"",python,selection_keyboard +9087,344534185,"models/lamap.py",290,0,"o",python,content +9088,344534187,"models/lamap.py",291,0,"",python,selection_keyboard +9089,344534282,"models/lamap.py",291,0,"d",python,content +9090,344534284,"models/lamap.py",292,0,"",python,selection_keyboard +9091,344534317,"models/lamap.py",292,0,"e",python,content +9092,344534319,"models/lamap.py",293,0,"",python,selection_keyboard +9093,344534409,"models/lamap.py",293,0,"l",python,content +9094,344534411,"models/lamap.py",294,0,"",python,selection_keyboard +9095,344534560,"models/lamap.py",293,0,"",python,selection_command +9096,344535418,"models/lamap.py",312,0,"",python,selection_command +9097,344535575,"models/lamap.py",332,0,"",python,selection_command +9098,344535735,"models/lamap.py",353,0,"",python,selection_command +9099,344535932,"models/lamap.py",352,0,"",python,selection_command +9100,344536215,"models/lamap.py",352,1,"_",python,selection_command +9101,344536416,"models/lamap.py",351,2,"m_",python,selection_command +9102,344536567,"models/lamap.py",350,3,"am_",python,selection_command +9103,344536736,"models/lamap.py",349,4,"lam_",python,selection_command +9104,344538002,"models/lamap.py",349,4,"lam_",python,selection_command +9105,344538549,"models/lamap.py",349,4,"lam_",python,selection_command +9106,344539181,"models/lamap.py",349,4,"lam_",python,selection_command +9107,344540153,"models/lamap.py",349,4,"lam_",python,selection_command +9108,344540335,"models/lamap.py",349,4,"lam_",python,selection_command +9109,344541457,"models/lamap.py",475,4,"",python,content +9110,344541457,"models/lamap.py",443,4,"",python,content +9111,344541457,"models/lamap.py",420,4,"",python,content +9112,344541457,"models/lamap.py",397,4,"",python,content +9113,344541458,"models/lamap.py",373,4,"",python,content +9114,344541458,"models/lamap.py",349,4,"",python,content +9115,344541476,"models/lamap.py",349,0,"",python,selection_command +9116,344541853,"models/lamap.py",369,0,"",python,selection_command +9117,344542115,"models/lamap.py",389,0,"",python,selection_command +9118,344542144,"models/lamap.py",408,0,"",python,selection_command +9119,344542176,"models/lamap.py",427,0,"",python,selection_command +9120,344542207,"models/lamap.py",455,0,"",python,selection_command +9121,344542368,"models/lamap.py",474,0,"",python,selection_command +9122,344542606,"models/lamap.py",455,0,"",python,selection_command +9123,344543544,"models/lamap.py",451,19,"",python,content +9124,344543567,"models/lamap.py",455,0,"",python,selection_command +9125,344545574,"train_lamap.py",0,0,"",python,tab +9126,344548036,"train_lamap.py",3165,0,"",python,selection_command +9127,344549604,"train_lamap.py",3143,0,"",python,selection_command +9128,344549959,"train_lamap.py",3144,0,"",python,selection_command +9129,344550206,"train_lamap.py",3145,0,"",python,selection_command +9130,344550237,"train_lamap.py",3146,0,"",python,selection_command +9131,344550318,"train_lamap.py",3151,0,"",python,selection_command +9132,344550490,"train_lamap.py",3152,0,"",python,selection_command +9133,344550889,"train_lamap.py",3151,0,"",python,selection_command +9134,344551033,"train_lamap.py",3152,0,"",python,selection_command +9135,344551402,"train_lamap.py",3151,0,"",python,selection_command +9136,344551486,"train_lamap.py",3151,1,"l",python,selection_command +9137,344551531,"train_lamap.py",3151,2,"la",python,selection_command +9138,344551701,"train_lamap.py",3151,3,"lam",python,selection_command +9139,344551870,"train_lamap.py",3151,3,"",python,content +9140,344551983,"train_lamap.py",3151,0,"m",python,content +9141,344551984,"train_lamap.py",3152,0,"",python,selection_keyboard +9142,344552058,"train_lamap.py",3152,0,"o",python,content +9143,344552059,"train_lamap.py",3153,0,"",python,selection_keyboard +9144,344552125,"train_lamap.py",3153,0,"d",python,content +9145,344552127,"train_lamap.py",3154,0,"",python,selection_keyboard +9146,344552184,"train_lamap.py",3154,0,"e",python,content +9147,344552186,"train_lamap.py",3155,0,"",python,selection_keyboard +9148,344552264,"train_lamap.py",3155,0,"l",python,content +9149,344552266,"train_lamap.py",3156,0,"",python,selection_keyboard +9150,344552409,"train_lamap.py",3155,0,"",python,selection_command +9151,344557087,"train_lamap.py",3189,0,"",python,selection_command +9152,344557353,"train_lamap.py",3212,0,"\n ",python,content +9153,344557646,"train_lamap.py",3221,0,"a",python,content +9154,344557648,"train_lamap.py",3222,0,"",python,selection_keyboard +9155,344557724,"train_lamap.py",3222,0,"c",python,content +9156,344557725,"train_lamap.py",3223,0,"",python,selection_keyboard +9157,344557965,"train_lamap.py",3223,0,"i",python,content +9158,344557967,"train_lamap.py",3224,0,"",python,selection_keyboard +9159,344558000,"train_lamap.py",3224,0,"o",python,content +9160,344558001,"train_lamap.py",3225,0,"",python,selection_keyboard +9161,344558065,"train_lamap.py",3225,0,"n",python,content +9162,344558066,"train_lamap.py",3226,0,"",python,selection_keyboard +9163,344558343,"train_lamap.py",3225,1,"",python,content +9164,344558481,"train_lamap.py",3224,1,"",python,content +9165,344558651,"train_lamap.py",3224,0,"t",python,content +9166,344558652,"train_lamap.py",3225,0,"",python,selection_keyboard +9167,344558845,"train_lamap.py",3224,1,"",python,content +9168,344558979,"train_lamap.py",3223,1,"",python,content +9169,344559092,"train_lamap.py",3223,0,"t",python,content +9170,344559094,"train_lamap.py",3224,0,"",python,selection_keyboard +9171,344559193,"train_lamap.py",3224,0,"o",python,content +9172,344559195,"train_lamap.py",3225,0,"",python,selection_keyboard +9173,344559199,"train_lamap.py",3225,0,"i",python,content +9174,344559199,"train_lamap.py",3226,0,"",python,selection_keyboard +9175,344559314,"train_lamap.py",3226,0,"n",python,content +9176,344559316,"train_lamap.py",3227,0,"",python,selection_keyboard +9177,344559892,"train_lamap.py",3226,1,"",python,content +9178,344560033,"train_lamap.py",3225,1,"",python,content +9179,344560412,"train_lamap.py",3224,1,"",python,content +9180,344560667,"train_lamap.py",3224,0,"i",python,content +9181,344560668,"train_lamap.py",3225,0,"",python,selection_keyboard +9182,344560751,"train_lamap.py",3225,0,"o",python,content +9183,344560753,"train_lamap.py",3226,0,"",python,selection_keyboard +9184,344560804,"train_lamap.py",3226,0,"n",python,content +9185,344560806,"train_lamap.py",3227,0,"",python,selection_keyboard +9186,344561075,"train_lamap.py",3227,0,"_",python,content +9187,344561080,"train_lamap.py",3228,0,"",python,selection_keyboard +9188,344561282,"train_lamap.py",3228,0,"d",python,content +9189,344561289,"train_lamap.py",3229,0,"",python,selection_keyboard +9190,344561335,"train_lamap.py",3229,0,"i",python,content +9191,344561344,"train_lamap.py",3230,0,"",python,selection_keyboard +9192,344561402,"train_lamap.py",3230,0,"m",python,content +9193,344561408,"train_lamap.py",3231,0,"",python,selection_keyboard +9194,344561651,"train_lamap.py",3231,0,"=args.action_dim,",python,content +9195,344561908,"train_lamap.py",3247,0,"",python,selection_command +9196,344563166,"train_lamap.py",3237,0,"",python,selection_command +9197,344564258,"train_lamap.py",0,0,"",python,selection_command +9198,344564516,"train_lamap.py",41,0,"",python,selection_command +9199,344564765,"train_lamap.py",51,0,"",python,selection_command +9200,344564798,"train_lamap.py",52,0,"",python,selection_command +9201,344564828,"train_lamap.py",66,0,"",python,selection_command +9202,344564864,"train_lamap.py",104,0,"",python,selection_command +9203,344564898,"train_lamap.py",153,0,"",python,selection_command +9204,344564935,"train_lamap.py",213,0,"",python,selection_command +9205,344564964,"train_lamap.py",272,0,"",python,selection_command +9206,344564997,"train_lamap.py",285,0,"",python,selection_command +9207,344565170,"train_lamap.py",768,0,"",python,selection_command +9208,344565797,"train_lamap.py",1431,0,"",python,selection_command +9209,344566489,"train_lamap.py",1397,0,"",python,selection_command +9210,344566738,"train_lamap.py",1372,0,"",python,selection_command +9211,344566775,"train_lamap.py",1349,0,"",python,selection_command +9212,344566807,"train_lamap.py",1325,0,"",python,selection_command +9213,344566841,"train_lamap.py",1300,0,"",python,selection_command +9214,344566874,"train_lamap.py",1275,0,"",python,selection_command +9215,344566907,"train_lamap.py",1250,0,"",python,selection_command +9216,344566941,"train_lamap.py",1225,0,"",python,selection_command +9217,344566974,"train_lamap.py",1215,0,"",python,selection_command +9218,344567007,"train_lamap.py",1155,0,"",python,selection_command +9219,344567041,"train_lamap.py",1126,0,"",python,selection_command +9220,344567074,"train_lamap.py",1025,0,"",python,selection_command +9221,344567109,"train_lamap.py",998,0,"",python,selection_command +9222,344567141,"train_lamap.py",973,0,"",python,selection_command +9223,344567174,"train_lamap.py",948,0,"",python,selection_command +9224,344567207,"train_lamap.py",923,0,"",python,selection_command +9225,344567241,"train_lamap.py",904,0,"",python,selection_command +9226,344567274,"train_lamap.py",873,0,"",python,selection_command +9227,344567307,"train_lamap.py",845,0,"",python,selection_command +9228,344567341,"train_lamap.py",822,0,"",python,selection_command +9229,344568300,"train_lamap.py",845,0,"",python,selection_command +9230,344568343,"train_lamap.py",822,0,"",python,selection_command +9231,344568594,"train_lamap.py",795,0,"",python,selection_command +9232,344568624,"train_lamap.py",768,0,"",python,selection_command +9233,344568657,"train_lamap.py",740,0,"",python,selection_command +9234,344568690,"train_lamap.py",718,0,"",python,selection_command +9235,344568724,"train_lamap.py",700,0,"",python,selection_command +9236,344568758,"train_lamap.py",671,0,"",python,selection_command +9237,344568791,"train_lamap.py",654,0,"",python,selection_command +9238,344568843,"train_lamap.py",642,0,"",python,selection_command +9239,344568876,"train_lamap.py",654,0,"",python,selection_command +9240,344569115,"train_lamap.py",671,0,"",python,selection_command +9241,344569148,"train_lamap.py",700,0,"",python,selection_command +9242,344569182,"train_lamap.py",718,0,"",python,selection_command +9243,344569216,"train_lamap.py",740,0,"",python,selection_command +9244,344569247,"train_lamap.py",768,0,"",python,selection_command +9245,344569280,"train_lamap.py",795,0,"",python,selection_command +9246,344569313,"train_lamap.py",822,0,"",python,selection_command +9247,344569346,"train_lamap.py",845,0,"",python,selection_command +9248,344569380,"train_lamap.py",873,0,"",python,selection_command +9249,344569413,"train_lamap.py",904,0,"",python,selection_command +9250,344569446,"train_lamap.py",923,0,"",python,selection_command +9251,344569480,"train_lamap.py",948,0,"",python,selection_command +9252,344569513,"train_lamap.py",973,0,"",python,selection_command +9253,344569546,"train_lamap.py",998,0,"",python,selection_command +9254,344569580,"train_lamap.py",1025,0,"",python,selection_command +9255,344569613,"train_lamap.py",1126,0,"",python,selection_command +9256,344569647,"train_lamap.py",1155,0,"",python,selection_command +9257,344569680,"train_lamap.py",1215,0,"",python,selection_command +9258,344569715,"train_lamap.py",1225,0,"",python,selection_command +9259,344569752,"train_lamap.py",1250,0,"",python,selection_command +9260,344569792,"train_lamap.py",1275,0,"",python,selection_command +9261,344569814,"train_lamap.py",1300,0,"",python,selection_command +9262,344569847,"train_lamap.py",1325,0,"",python,selection_command +9263,344569879,"train_lamap.py",1349,0,"",python,selection_command +9264,344569914,"train_lamap.py",1372,0,"",python,selection_command +9265,344569946,"train_lamap.py",1397,0,"",python,selection_command +9266,344570094,"train_lamap.py",1431,0,"",python,selection_command +9267,344570252,"train_lamap.py",1472,0,"",python,selection_command +9268,344570448,"train_lamap.py",1503,0,"\n ",python,content +9269,344570684,"train_lamap.py",1508,0,"#",python,content +9270,344570686,"train_lamap.py",1509,0,"",python,selection_keyboard +9271,344571381,"train_lamap.py",1509,0," ",python,content +9272,344571383,"train_lamap.py",1510,0,"",python,selection_keyboard +9273,344575064,"train_lamap.py",1510,0,"A",python,content +9274,344575066,"train_lamap.py",1511,0,"",python,selection_keyboard +9275,344576198,"train_lamap.py",1510,1,"",python,content +9276,344576394,"train_lamap.py",1510,0,"L",python,content +9277,344576396,"train_lamap.py",1511,0,"",python,selection_keyboard +9278,344576535,"train_lamap.py",1511,0,"A",python,content +9279,344576536,"train_lamap.py",1512,0,"",python,selection_keyboard +9280,344576663,"train_lamap.py",1512,0,"M",python,content +9281,344576665,"train_lamap.py",1513,0,"",python,selection_keyboard +9282,344576751,"train_lamap.py",1513,0,"A",python,content +9283,344576752,"train_lamap.py",1514,0,"",python,selection_keyboard +9284,344576819,"train_lamap.py",1514,0,"P",python,content +9285,344576821,"train_lamap.py",1515,0,"",python,selection_keyboard +9286,344577119,"train_lamap.py",1515,0,"\n ",python,content +9287,344577901,"train_lamap.py",1520,0,"a",python,content +9288,344577904,"train_lamap.py",1521,0,"",python,selection_keyboard +9289,344578002,"train_lamap.py",1521,0,"c",python,content +9290,344578003,"train_lamap.py",1522,0,"",python,selection_keyboard +9291,344578208,"train_lamap.py",1522,0,"t",python,content +9292,344578211,"train_lamap.py",1523,0,"",python,selection_keyboard +9293,344578263,"train_lamap.py",1523,0,"i",python,content +9294,344578265,"train_lamap.py",1524,0,"",python,selection_keyboard +9295,344578305,"train_lamap.py",1524,0,"o",python,content +9296,344578307,"train_lamap.py",1525,0,"",python,selection_keyboard +9297,344578340,"train_lamap.py",1525,0,"n",python,content +9298,344578341,"train_lamap.py",1526,0,"",python,selection_keyboard +9299,344579081,"train_lamap.py",1526,0,"_",python,content +9300,344579088,"train_lamap.py",1527,0,"",python,selection_keyboard +9301,344579300,"train_lamap.py",1527,0,"d",python,content +9302,344579304,"train_lamap.py",1528,0,"",python,selection_keyboard +9303,344579367,"train_lamap.py",1528,0,"i",python,content +9304,344579371,"train_lamap.py",1529,0,"",python,selection_keyboard +9305,344579440,"train_lamap.py",1529,0,"m",python,content +9306,344579441,"train_lamap.py",1530,0,"",python,selection_keyboard +9307,344579600,"train_lamap.py",1530,0,":",python,content +9308,344579602,"train_lamap.py",1531,0,"",python,selection_keyboard +9309,344579710,"train_lamap.py",1531,0," ",python,content +9310,344579711,"train_lamap.py",1532,0,"",python,selection_keyboard +9311,344579999,"train_lamap.py",1532,0,"i",python,content +9312,344580000,"train_lamap.py",1533,0,"",python,selection_keyboard +9313,344580069,"train_lamap.py",1533,0,"n",python,content +9314,344580071,"train_lamap.py",1534,0,"",python,selection_keyboard +9315,344580125,"train_lamap.py",1534,0,"t",python,content +9316,344580127,"train_lamap.py",1535,0,"",python,selection_keyboard +9317,344580326,"train_lamap.py",1535,0," ",python,content +9318,344580328,"train_lamap.py",1536,0,"",python,selection_keyboard +9319,344580442,"train_lamap.py",1536,0,"=",python,content +9320,344580443,"train_lamap.py",1537,0,"",python,selection_keyboard +9321,344580541,"train_lamap.py",1537,0," ",python,content +9322,344580542,"train_lamap.py",1538,0,"",python,selection_keyboard +9323,344581154,"train_lamap.py",1538,0,"1",python,content +9324,344581156,"train_lamap.py",1539,0,"",python,selection_keyboard +9325,344581459,"train_lamap.py",1538,1,"",python,content +9326,344581499,"train_lamap.py",1538,0,"5",python,content +9327,344581500,"train_lamap.py",1539,0,"",python,selection_keyboard +9328,344581596,"train_lamap.py",1539,0,"1",python,content +9329,344581597,"train_lamap.py",1540,0,"",python,selection_keyboard +9330,344581677,"train_lamap.py",1540,0,"2",python,content +9331,344581679,"train_lamap.py",1541,0,"",python,selection_keyboard +9332,344581911,"train_lamap.py",1540,0,"",python,selection_command +9333,344583622,"train_lamap.py",1538,0,"",python,selection_command +9334,344583825,"train_lamap.py",1538,3,"",python,content +9335,344584118,"train_lamap.py",1538,0,"3",python,content +9336,344584120,"train_lamap.py",1539,0,"",python,selection_keyboard +9337,344584135,"train_lamap.py",1539,0,"2",python,content +9338,344584136,"train_lamap.py",1540,0,"",python,selection_keyboard +9339,344584459,"train_lamap.py",1539,0,"",python,selection_command +9340,344585049,"train_lamap.py",1516,0,"",python,selection_command +9341,344585749,"train_lamap.py",1520,0,"",python,selection_command +9342,344591717,"train_lamap.py",1516,0,"",python,selection_command +9343,344593901,"train_lamap.py",1520,0,"",python,selection_command +9344,344602020,"train_lamap.py",1515,0,"\n ",python,content +9345,344602110,"train_lamap.py",1520,0,"#",python,content +9346,344602112,"train_lamap.py",1521,0,"",python,selection_keyboard +9347,344602226,"train_lamap.py",1521,0," ",python,content +9348,344602227,"train_lamap.py",1522,0,"",python,selection_keyboard +9349,344602353,"train_lamap.py",1522,0,"F",python,content +9350,344602355,"train_lamap.py",1523,0,"",python,selection_keyboard +9351,344602416,"train_lamap.py",1523,0,"I",python,content +9352,344602419,"train_lamap.py",1524,0,"",python,selection_keyboard +9353,344602509,"train_lamap.py",1524,0,"X",python,content +9354,344602510,"train_lamap.py",1525,0,"",python,selection_keyboard +9355,344602598,"train_lamap.py",1525,0,"M",python,content +9356,344602599,"train_lamap.py",1526,0,"",python,selection_keyboard +9357,344602882,"train_lamap.py",1526,0,"E",python,content +9358,344602886,"train_lamap.py",1527,0,"",python,selection_keyboard +9359,344603045,"train_lamap.py",1527,0,":",python,content +9360,344603047,"train_lamap.py",1528,0,"",python,selection_keyboard +9361,344603254,"train_lamap.py",1528,0," ",python,content +9362,344603255,"train_lamap.py",1529,0,"",python,selection_keyboard +9363,344603575,"train_lamap.py",1528,1,"",python,content +9364,344603707,"train_lamap.py",1527,1,"",python,content +9365,344603784,"train_lamap.py",1527,0," ",python,content +9366,344603786,"train_lamap.py",1528,0,"",python,selection_keyboard +9367,344603886,"train_lamap.py",1528,0,"()",python,content +9368,344603888,"train_lamap.py",1529,0,"",python,selection_keyboard +9369,344604216,"train_lamap.py",1529,0,"f",python,content +9370,344604219,"train_lamap.py",1530,0,"",python,selection_keyboard +9371,344604361,"train_lamap.py",1530,0,".",python,content +9372,344604363,"train_lamap.py",1531,0,"",python,selection_keyboard +9373,344604432,"train_lamap.py",1531,0,"s",python,content +9374,344604434,"train_lamap.py",1532,0,"",python,selection_keyboard +9375,344604566,"train_lamap.py",1532,0,"r",python,content +9376,344604567,"train_lamap.py",1533,0,"",python,selection_keyboard +9377,344604608,"train_lamap.py",1533,0,"a",python,content +9378,344604609,"train_lamap.py",1534,0,"",python,selection_keyboard +9379,344604680,"train_lamap.py",1534,0,"m",python,content +9380,344604681,"train_lamap.py",1535,0,"",python,selection_keyboard +9381,344604836,"train_lamap.py",1535,0,"b",python,content +9382,344604837,"train_lamap.py",1536,0,"",python,selection_keyboard +9383,344604902,"train_lamap.py",1536,0,"i",python,content +9384,344604903,"train_lamap.py",1537,0,"",python,selection_keyboard +9385,344604991,"train_lamap.py",1537,0,"c",python,content +9386,344604992,"train_lamap.py",1538,0,"",python,selection_keyboard +9387,344605041,"train_lamap.py",1538,0,"a",python,content +9388,344605042,"train_lamap.py",1539,0,"",python,selection_keyboard +9389,344605165,"train_lamap.py",1539,0,"l",python,content +9390,344605166,"train_lamap.py",1540,0,"",python,selection_keyboard +9391,344605348,"train_lamap.py",1540,1,")",python,content +9392,344605351,"train_lamap.py",1541,0,"",python,selection_keyboard +9393,344605513,"train_lamap.py",1541,0,":",python,content +9394,344605515,"train_lamap.py",1542,0,"",python,selection_keyboard +9395,344605617,"train_lamap.py",1542,0," ",python,content +9396,344605618,"train_lamap.py",1543,0,"",python,selection_keyboard +9397,344605901,"train_lamap.py",1543,0,"t",python,content +9398,344605905,"train_lamap.py",1544,0,"",python,selection_keyboard +9399,344605975,"train_lamap.py",1544,0,"h",python,content +9400,344605977,"train_lamap.py",1545,0,"",python,selection_keyboard +9401,344606025,"train_lamap.py",1545,0,"i",python,content +9402,344606027,"train_lamap.py",1546,0,"",python,selection_keyboard +9403,344606059,"train_lamap.py",1546,0,"s",python,content +9404,344606063,"train_lamap.py",1547,0,"",python,selection_keyboard +9405,344606132,"train_lamap.py",1547,0," ",python,content +9406,344606135,"train_lamap.py",1548,0,"",python,selection_keyboard +9407,344606309,"train_lamap.py",1548,0,"a",python,content +9408,344606312,"train_lamap.py",1549,0,"",python,selection_keyboard +9409,344606381,"train_lamap.py",1549,0,"s",python,content +9410,344606383,"train_lamap.py",1550,0,"",python,selection_keyboard +9411,344606548,"train_lamap.py",1550,0,"s",python,content +9412,344606550,"train_lamap.py",1551,0,"",python,selection_keyboard +9413,344606620,"train_lamap.py",1551,0,"u",python,content +9414,344606621,"train_lamap.py",1552,0,"",python,selection_keyboard +9415,344606680,"train_lamap.py",1552,0,"m",python,content +9416,344606682,"train_lamap.py",1553,0,"",python,selection_keyboard +9417,344606774,"train_lamap.py",1553,0,"e",python,content +9418,344606775,"train_lamap.py",1554,0,"",python,selection_keyboard +9419,344606840,"train_lamap.py",1554,0,"s",python,content +9420,344606841,"train_lamap.py",1555,0,"",python,selection_keyboard +9421,344606903,"train_lamap.py",1555,0," ",python,content +9422,344606904,"train_lamap.py",1556,0,"",python,selection_keyboard +9423,344607031,"train_lamap.py",1556,0,"t",python,content +9424,344607032,"train_lamap.py",1557,0,"",python,selection_keyboard +9425,344607115,"train_lamap.py",1557,0,"h",python,content +9426,344607118,"train_lamap.py",1558,0,"",python,selection_keyboard +9427,344607183,"train_lamap.py",1558,0,"a",python,content +9428,344607185,"train_lamap.py",1559,0,"",python,selection_keyboard +9429,344607243,"train_lamap.py",1559,0,"t",python,content +9430,344607246,"train_lamap.py",1560,0,"",python,selection_keyboard +9431,344607288,"train_lamap.py",1560,0," ",python,content +9432,344607294,"train_lamap.py",1561,0,"",python,selection_keyboard +9433,344607741,"train_lamap.py",1561,0,"t",python,content +9434,344607747,"train_lamap.py",1562,0,"",python,selection_keyboard +9435,344608253,"train_lamap.py",1562,0,"h",python,content +9436,344608258,"train_lamap.py",1563,0,"",python,selection_keyboard +9437,344608325,"train_lamap.py",1563,0,"e",python,content +9438,344608328,"train_lamap.py",1564,0,"",python,selection_keyboard +9439,344608393,"train_lamap.py",1564,0," ",python,content +9440,344608396,"train_lamap.py",1565,0,"",python,selection_keyboard +9441,344608699,"train_lamap.py",1565,0,"a",python,content +9442,344608703,"train_lamap.py",1566,0,"",python,selection_keyboard +9443,344608780,"train_lamap.py",1566,0,"c",python,content +9444,344608783,"train_lamap.py",1567,0,"",python,selection_keyboard +9445,344609378,"train_lamap.py",1566,1,"",python,content +9446,344609546,"train_lamap.py",1565,1,"",python,content +9447,344609815,"train_lamap.py",1565,0,"n",python,content +9448,344609816,"train_lamap.py",1566,0,"",python,selection_keyboard +9449,344609859,"train_lamap.py",1566,0,"u",python,content +9450,344609861,"train_lamap.py",1567,0,"",python,selection_keyboard +9451,344609995,"train_lamap.py",1567,0,"m",python,content +9452,344609997,"train_lamap.py",1568,0,"",python,selection_keyboard +9453,344611788,"train_lamap.py",1568,0,"ber of actions is the same as the number of latent actions",python,content +9454,344612013,"train_lamap.py",1625,0,"",python,selection_command +9455,344612561,"train_lamap.py",1516,0,"",python,selection_command +9456,344614523,"train_lamap.py",2213,0,"",python,selection_command +9457,344614928,"train_lamap.py",2932,0,"",python,selection_command +9458,344615800,"train_lamap.py",2213,0,"",python,selection_command +9459,344616088,"train_lamap.py",2932,0,"",python,selection_command +9460,344616263,"train_lamap.py",3665,0,"",python,selection_command +9461,344616446,"train_lamap.py",3741,0,"",python,selection_command +9462,344621464,"train_lam.py",0,0,"",python,tab +9463,344622184,"train_lam.py",4973,0,"",python,selection_command +9464,344622432,"train_lam.py",5009,0,"",python,selection_command +9465,344622464,"train_lam.py",5043,0,"",python,selection_command +9466,344622497,"train_lam.py",5079,0,"",python,selection_command +9467,344622531,"train_lam.py",5117,0,"",python,selection_command +9468,344622564,"train_lam.py",5153,0,"",python,selection_command +9469,344622598,"train_lam.py",5189,0,"",python,selection_command +9470,344622630,"train_lam.py",5223,0,"",python,selection_command +9471,344622664,"train_lam.py",5253,0,"",python,selection_command +9472,344622697,"train_lam.py",5301,0,"",python,selection_command +9473,344622731,"train_lam.py",5339,0,"",python,selection_command +9474,344622764,"train_lam.py",5365,0,"",python,selection_command +9475,344622798,"train_lam.py",5413,0,"",python,selection_command +9476,344622832,"train_lam.py",5425,0,"",python,selection_command +9477,344622866,"train_lam.py",5471,0,"",python,selection_command +9478,344622900,"train_lam.py",5524,0,"",python,selection_command +9479,344622935,"train_lam.py",5601,0,"",python,selection_command +9480,344622968,"train_lam.py",5639,0,"",python,selection_command +9481,344623003,"train_lam.py",5658,0,"",python,selection_command +9482,344623041,"train_lam.py",5684,0,"",python,selection_command +9483,344623077,"train_lam.py",5758,0,"",python,selection_command +9484,344623116,"train_lam.py",5787,0,"",python,selection_command +9485,344623141,"train_lam.py",5799,0,"",python,selection_command +9486,344623174,"train_lam.py",5811,0,"",python,selection_command +9487,344623207,"train_lam.py",5823,0,"",python,selection_command +9488,344623240,"train_lam.py",5861,0,"",python,selection_command +9489,344623274,"train_lam.py",5892,0,"",python,selection_command +9490,344623307,"train_lam.py",5903,0,"",python,selection_command +9491,344623680,"train_lam.py",5955,0,"",python,selection_command +9492,344623928,"train_lam.py",5966,0,"",python,selection_command +9493,344623961,"train_lam.py",6012,0,"",python,selection_command +9494,344623996,"train_lam.py",6042,0,"",python,selection_command +9495,344624028,"train_lam.py",6077,0,"",python,selection_command +9496,344624142,"train_lam.py",6042,0,"",python,selection_command +9497,344624401,"train_lam.py",6012,0,"",python,selection_command +9498,344624431,"train_lam.py",5966,0,"",python,selection_command +9499,344624458,"train_lam.py",5955,0,"",python,selection_command +9500,344624491,"train_lam.py",5903,0,"",python,selection_command +9501,344624525,"train_lam.py",5892,0,"",python,selection_command +9502,344624562,"train_lam.py",5861,0,"",python,selection_command +9503,344624702,"train_lam.py",5823,0,"",python,selection_command +9504,344626274,"train_lam.py",5813,0,"",python,selection_command +9505,344626772,"train_lam.py",5817,0,"",python,selection_command +9506,344627467,"train_lam.py",5813,37," rng, _rng = jax.random.split(rng)",python,selection_command +9507,344627660,"train_lam.py",5813,78," rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)",python,selection_command +9508,344627837,"train_lam.py",5813,0,"",python,selection_command +9509,344630161,"train_lam.py",5807,0,"",python,selection_command +9510,344630397,"train_lam.py",5789,0,"",python,selection_command +9511,344630426,"train_lam.py",5778,0,"",python,selection_command +9512,344630459,"train_lam.py",5748,0,"",python,selection_command +9513,344630494,"train_lam.py",5674,0,"",python,selection_command +9514,344630527,"train_lam.py",5648,0,"",python,selection_command +9515,344630561,"train_lam.py",5629,0,"",python,selection_command +9516,344630953,"train_lam.py",5629,18," inputs = dict(",python,selection_command +9517,344639806,"train_lam.py",5629,0,"",python,selection_command +9518,344639979,"train_lam.py",5591,0,"",python,selection_command +9519,344640114,"train_lam.py",5595,0,"",python,selection_command +9520,344640799,"train_lam.py",5598,0,"",python,selection_command +9521,344641099,"train_lam.py",5600,0,"",python,selection_command +9522,344642817,"train_lam.py",5591,0,"",python,selection_command +9523,344642903,"train_lam.py",5595,0,"",python,selection_command +9524,344643472,"train_lam.py",5591,37," rng, _rng = jax.random.split(rng)",python,selection_command +9525,344647731,"train_lam.py",5595,0,"",python,selection_command +9526,344648002,"train_lam.py",5518,0,"",python,selection_command +9527,344648618,"train_lam.py",5514,76," image_shape = (args.image_height, args.image_width, args.image_channels)",python,selection_command +9528,344648842,"train_lam.py",5514,114," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)",python,selection_command +9529,344649098,"train_lam.py",5514,133," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(",python,selection_command +9530,344649127,"train_lam.py",5514,159," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(",python,selection_command +9531,344649167,"train_lam.py",5514,233," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),",python,selection_command +9532,344649200,"train_lam.py",5514,263," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,",python,selection_command +9533,344649232,"train_lam.py",5514,274," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),",python,selection_command +9534,344649264,"train_lam.py",5514,292," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,",python,selection_command +9535,344649294,"train_lam.py",5514,298," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )",python,selection_command +9536,344649326,"train_lam.py",5514,336," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)",python,selection_command +9537,344649360,"train_lam.py",5514,377," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)",python,selection_command +9538,344650921,"train_lam.py",5514,378," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n",python,selection_command +9539,344651134,"train_lam.py",5514,440," image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)",python,selection_command +9540,344654007,"train_lam.py",5514,0,"",python,selection_command +9541,344654539,"train_lamap.py",0,0,"",python,tab +9542,344655318,"train_lamap.py",3742,0,"\n ",python,content +9543,344655426,"train_lamap.py",3743,4,"",python,content +9544,344655581,"train_lamap.py",3743,0,"\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)",python,content +9545,344655585,"train_lamap.py",3748,0,"",python,selection_command +9546,344657350,"train_lamap.py",3825,0,"",python,selection_command +9547,344657599,"train_lamap.py",3863,0,"",python,selection_command +9548,344657629,"train_lamap.py",3882,0,"",python,selection_command +9549,344657660,"train_lamap.py",3908,0,"",python,selection_command +9550,344657692,"train_lamap.py",3982,0,"",python,selection_command +9551,344657725,"train_lamap.py",4012,0,"",python,selection_command +9552,344657765,"train_lamap.py",4023,0,"",python,selection_command +9553,344657795,"train_lamap.py",4041,0,"",python,selection_command +9554,344657937,"train_lamap.py",4047,0,"",python,selection_command +9555,344658161,"train_lamap.py",4085,0,"",python,selection_command +9556,344658261,"train_lamap.py",4097,0,"",python,selection_command +9557,344658432,"train_lamap.py",4099,0,"",python,selection_command +9558,344658883,"train_lamap.py",4101,0,"",python,selection_command +9559,344659000,"train_lamap.py",4102,0,"",python,selection_command +9560,344659519,"train_lamap.py",4102,0,"a",python,content +9561,344659524,"train_lamap.py",4103,0,"",python,selection_keyboard +9562,344659638,"train_lamap.py",4103,0,"p",python,content +9563,344659640,"train_lamap.py",4104,0,"",python,selection_keyboard +9564,344659780,"train_lamap.py",4103,0,"",python,selection_command +9565,344660254,"train_lamap.py",4081,0,"",python,selection_command +9566,344662879,"train_lam.py",0,0,"",python,tab +9567,344664001,"train_lam.py",5591,0,"",python,selection_command +9568,344664249,"train_lam.py",5629,0,"",python,selection_command +9569,344664283,"train_lam.py",5648,0,"",python,selection_command +9570,344664314,"train_lam.py",5674,0,"",python,selection_command +9571,344664349,"train_lam.py",5748,0,"",python,selection_command +9572,344664384,"train_lam.py",5778,0,"",python,selection_command +9573,344664413,"train_lam.py",5789,0,"",python,selection_command +9574,344664447,"train_lam.py",5807,0,"",python,selection_command +9575,344664480,"train_lam.py",5813,0,"",python,selection_command +9576,344664514,"train_lam.py",5851,0,"",python,selection_command +9577,344667455,"train_lam.py",5892,0,"",python,selection_command +9578,344667604,"train_lam.py",5893,0,"",python,selection_command +9579,344667803,"train_lam.py",5955,0,"",python,selection_command +9580,344668049,"train_lam.py",5956,0,"",python,selection_command +9581,344673406,"train_lam.py",5956,45," if args.log and jax.process_index() == 0:",python,selection_command +9582,344673650,"train_lam.py",5956,75," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {",python,selection_command +9583,344673900,"train_lam.py",5956,110," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,",python,selection_command +9584,344673932,"train_lam.py",5956,147," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,",python,selection_command +9585,344673959,"train_lam.py",5956,178," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,",python,selection_command +9586,344673993,"train_lam.py",5956,209," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,",python,selection_command +9587,344674028,"train_lam.py",5956,239," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",",python,selection_command +9588,344674070,"train_lam.py",5956,267," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,",python,selection_command +9589,344674092,"train_lam.py",5956,277," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }",python,selection_command +9590,344674125,"train_lam.py",5956,278," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n",python,selection_command +9591,344674159,"train_lam.py",5956,304," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:",python,selection_command +9592,344674193,"train_lam.py",5956,342," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(",python,selection_command +9593,344674225,"train_lam.py",5956,360," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {",python,selection_command +9594,344674258,"train_lam.py",5956,401," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,",python,selection_command +9595,344674291,"train_lam.py",5956,440," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",",python,selection_command +9596,344674325,"train_lam.py",5956,458," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }",python,selection_command +9597,344674358,"train_lam.py",5956,472," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )",python,selection_command +9598,344674393,"train_lam.py",5956,512," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)",python,selection_command +9599,344674426,"train_lam.py",5956,513," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n",python,selection_command +9600,344674624,"train_lam.py",5956,578," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})",python,selection_command +9601,344674799,"train_lam.py",5956,579," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n",python,selection_command +9602,344674942,"train_lam.py",5956,610," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")",python,selection_command +9603,344675151,"train_lam.py",5956,634," if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)",python,selection_command +9604,344675638,"train_lam.py",5956,0,"",python,selection_command +9605,344679717,"train_lamap.py",0,0,"",python,tab +9606,344680333,"train_lamap.py",4124,0,"",python,selection_command +9607,344680581,"train_lamap.py",4125,0,"",python,selection_command +9608,344680874,"train_lamap.py",4186,0,"\n ",python,content +9609,344681334,"train_lamap.py",4191,0,"\n ",python,content +9610,344681335,"train_lamap.py",4187,4,"",python,content +9611,344681551,"train_lamap.py",4188,4,"",python,content +9612,344681715,"train_lamap.py",4188,0,"\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)",python,content +9613,344681719,"train_lamap.py",4193,0,"",python,selection_command +9614,344682185,"train_lamap.py",4188,0,"",python,selection_command +9615,344682466,"train_lamap.py",4188,1,"",python,content +9616,344682469,"train_lamap.py",4192,0,"",python,selection_command +9617,344687007,"train_lam.py",0,0,"",python,tab +9618,344687594,"train_lam.py",6002,0,"",python,selection_command +9619,344687850,"train_lam.py",6032,0,"",python,selection_command +9620,344687882,"train_lam.py",6067,0,"",python,selection_command +9621,344687910,"train_lam.py",6104,0,"",python,selection_command +9622,344687944,"train_lam.py",6135,0,"",python,selection_command +9623,344687978,"train_lam.py",6166,0,"",python,selection_command +9624,344688014,"train_lam.py",6196,0,"",python,selection_command +9625,344688047,"train_lam.py",6224,0,"",python,selection_command +9626,344688081,"train_lam.py",6234,0,"",python,selection_command +9627,344688115,"train_lam.py",6235,0,"",python,selection_command +9628,344688148,"train_lam.py",6261,0,"",python,selection_command +9629,344688181,"train_lam.py",6299,0,"",python,selection_command +9630,344688215,"train_lam.py",6317,0,"",python,selection_command +9631,344688248,"train_lam.py",6358,0,"",python,selection_command +9632,344688281,"train_lam.py",6397,0,"",python,selection_command +9633,344688315,"train_lam.py",6415,0,"",python,selection_command +9634,344688350,"train_lam.py",6429,0,"",python,selection_command +9635,344688383,"train_lam.py",6469,0,"",python,selection_command +9636,344688426,"train_lam.py",6470,0,"",python,selection_command +9637,344688449,"train_lam.py",6535,0,"",python,selection_command +9638,344688481,"train_lam.py",6536,0,"",python,selection_command +9639,344688515,"train_lam.py",6567,0,"",python,selection_command +9640,344688548,"train_lam.py",6591,0,"",python,selection_command +9641,344688581,"train_lam.py",6592,0,"",python,selection_command +9642,344688614,"train_lam.py",6627,0,"",python,selection_command +9643,344688648,"train_lam.py",6680,0,"",python,selection_command +9644,344689620,"train_lam.py",6627,0,"",python,selection_command +9645,344689951,"train_lam.py",6592,0,"",python,selection_command +9646,344690938,"train_lam.py",6592,34," # --- Initialize optimizer ---",python,selection_command +9647,344692970,"train_lam.py",6592,87," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, ",python,selection_command +9648,344693216,"train_lam.py",6592,136," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, ",python,selection_command +9649,344693249,"train_lam.py",6592,184," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, ",python,selection_command +9650,344693628,"train_lam.py",6592,235," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, ",python,selection_command +9651,344693874,"train_lam.py",6592,286," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, ",python,selection_command +9652,344693909,"train_lam.py",6592,340," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, ",python,selection_command +9653,344694046,"train_lam.py",6592,396," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)",python,selection_command +9654,344694283,"train_lam.py",6592,500," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)",python,selection_command +9655,344694458,"train_lam.py",6592,583," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)",python,selection_command +9656,344694714,"train_lam.py",6592,584," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n",python,selection_command +9657,344694737,"train_lam.py",6592,666," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes",python,selection_command +9658,344694908,"train_lam.py",6592,723," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))",python,selection_command +9659,344695162,"train_lam.py",6592,786," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))",python,selection_command +9660,344696034,"train_lam.py",6592,787," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n",python,selection_command +9661,344696240,"train_lam.py",6592,850," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())",python,selection_command +9662,344696417,"train_lam.py",6592,939," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))",python,selection_command +9663,344696566,"train_lam.py",6592,1006," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)",python,selection_command +9664,344696709,"train_lam.py",6592,1087," # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)",python,selection_command +9665,344697392,"train_lam.py",6592,0,"",python,selection_command +9666,344699072,"train_lamap.py",0,0,"",python,tab +9667,344699916,"train_lamap.py",4822,0,"\n ",python,content +9668,344700139,"train_lamap.py",4827,0,"\n ",python,content +9669,344700139,"train_lamap.py",4823,4,"",python,content +9670,344700376,"train_lamap.py",4824,4,"",python,content +9671,344700511,"train_lamap.py",4824,0,"\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)",python,content +9672,344700524,"train_lamap.py",4829,0,"",python,selection_command +9673,344700848,"train_lamap.py",4824,0,"",python,selection_command +9674,344701101,"train_lamap.py",4824,1,"",python,content +9675,344701105,"train_lamap.py",4828,0,"",python,selection_command +9676,344702593,"train_lamap.py",4863,0,"",python,selection_command +9677,344702837,"train_lamap.py",4916,0,"",python,selection_command +9678,344702868,"train_lamap.py",4965,0,"",python,selection_command +9679,344702902,"train_lamap.py",5013,0,"",python,selection_command +9680,344702936,"train_lamap.py",5064,0,"",python,selection_command +9681,344702970,"train_lamap.py",5115,0,"",python,selection_command +9682,344703101,"train_lamap.py",5169,0,"",python,selection_command +9683,344703266,"train_lamap.py",5225,0,"",python,selection_command +9684,344703437,"train_lamap.py",5329,0,"",python,selection_command +9685,344704222,"train_lamap.py",5373,0,"ap",python,content +9686,344704233,"train_lamap.py",5375,0,"",python,selection_command +9687,344707812,"train_lamap.py",5832,81,"",python,content +9688,344707834,"train_lamap.py",5770,0,"",python,selection_command +9689,344709379,"train_lamap.py",5681,0,"",python,selection_command +9690,344709633,"train_lamap.py",5618,0,"",python,selection_command +9691,344709660,"train_lamap.py",5613,0,"",python,selection_command +9692,344709695,"train_lamap.py",5554,0,"",python,selection_command +9693,344709726,"train_lamap.py",5497,0,"",python,selection_command +9694,344709759,"train_lamap.py",5415,0,"",python,selection_command +9695,344709793,"train_lamap.py",5410,0,"",python,selection_command +9696,344709826,"train_lamap.py",5329,0,"",python,selection_command +9697,344709859,"train_lamap.py",5225,0,"",python,selection_command +9698,344709956,"train_lamap.py",5329,0,"",python,selection_command +9699,344710131,"train_lamap.py",5410,0,"",python,selection_command +9700,344710283,"train_lamap.py",5415,0,"",python,selection_command +9701,344710696,"train_lamap.py",5497,0,"",python,selection_command +9702,344710862,"train_lamap.py",5554,0,"",python,selection_command +9703,344710999,"train_lamap.py",5613,0,"",python,selection_command +9704,344711243,"train_lamap.py",5618,0,"",python,selection_command +9705,344711631,"train_lamap.py",5681,0,"",python,selection_command +9706,344711784,"train_lamap.py",5770,0,"",python,selection_command +9707,344713656,"train_lam.py",0,0,"",python,tab +9708,344714475,"train_lam.py",6627,0,"",python,selection_command +9709,344714720,"train_lam.py",6680,0,"",python,selection_command +9710,344714750,"train_lam.py",6729,0,"",python,selection_command +9711,344714785,"train_lam.py",6777,0,"",python,selection_command +9712,344714819,"train_lam.py",6828,0,"",python,selection_command +9713,344714854,"train_lam.py",6879,0,"",python,selection_command +9714,344714885,"train_lam.py",6933,0,"",python,selection_command +9715,344714919,"train_lam.py",6989,0,"",python,selection_command +9716,344714952,"train_lam.py",7093,0,"",python,selection_command +9717,344714987,"train_lam.py",7176,0,"",python,selection_command +9718,344715024,"train_lam.py",7177,0,"",python,selection_command +9719,344715059,"train_lam.py",7259,0,"",python,selection_command +9720,344715091,"train_lam.py",7316,0,"",python,selection_command +9721,344715124,"train_lam.py",7379,0,"",python,selection_command +9722,344715158,"train_lam.py",7380,0,"",python,selection_command +9723,344715191,"train_lam.py",7443,0,"",python,selection_command +9724,344715225,"train_lam.py",7532,0,"",python,selection_command +9725,344715258,"train_lam.py",7599,0,"",python,selection_command +9726,344715389,"train_lam.py",7680,0,"",python,selection_command +9727,344715550,"train_lam.py",7681,0,"",python,selection_command +9728,344731622,"train_lam.py",7681,43," # --- Initialize checkpoint manager ---",python,selection_command +9729,344737603,"train_lam.py",7681,56," # --- Initialize checkpoint manager ---\n step = 0",python,selection_command +9730,344737854,"train_lam.py",7681,127," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()",python,selection_command +9731,344737883,"train_lam.py",7681,153," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(",python,selection_command +9732,344737915,"train_lam.py",7681,238," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler",python,selection_command +9733,344737950,"train_lam.py",7681,244," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )",python,selection_command +9734,344737983,"train_lam.py",7681,270," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(",python,selection_command +9735,344738015,"train_lam.py",7681,358," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler",python,selection_command +9736,344738049,"train_lam.py",7681,364," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )",python,selection_command +9737,344738082,"train_lam.py",7681,494," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore",python,selection_command +9738,344738115,"train_lam.py",7681,627," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore",python,selection_command +9739,344738148,"train_lam.py",7681,628," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n",python,selection_command +9740,344738182,"train_lam.py",7681,683," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(",python,selection_command +9741,344738215,"train_lam.py",7681,741," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,",python,selection_command +9742,344738248,"train_lam.py",7681,764," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,",python,selection_command +9743,344738281,"train_lam.py",7681,817," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,",python,selection_command +9744,344738315,"train_lam.py",7681,853," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,",python,selection_command +9745,344738350,"train_lam.py",7681,891," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,",python,selection_command +9746,344738384,"train_lam.py",7681,897," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )",python,selection_command +9747,344738431,"train_lam.py",7681,898," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n",python,selection_command +9748,344738565,"train_lam.py",7681,946," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(",python,selection_command +9749,344738820,"train_lam.py",7681,969," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,",python,selection_command +9750,344738850,"train_lam.py",7681,1005," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,",python,selection_command +9751,344738881,"train_lam.py",7681,1048," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,",python,selection_command +9752,344739227,"train_lam.py",7681,1054," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )",python,selection_command +9753,344739467,"train_lam.py",7681,1048," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,",python,selection_command +9754,344739700,"train_lam.py",7681,1054," # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )",python,selection_command +9755,344740087,"train_lam.py",7681,0,"",python,selection_command +9756,344740653,"train_lamap.py",0,0,"",python,tab +9757,344741209,"train_lamap.py",5832,0,"\n ",python,content +9758,344741460,"train_lamap.py",5833,4,"",python,content +9759,344741597,"train_lamap.py",5833,0,"\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )",python,content +9760,344741600,"train_lamap.py",5838,0,"",python,selection_command +9761,344742874,"train_lamap.py",6887,0,"",python,selection_command +9762,344744099,"train_lam.py",0,0,"",python,tab +9763,344745303,"train_lam.py",8543,0,"",python,selection_keyboard +9764,344745581,"train_lam.py",8577,0,"",python,selection_command +9765,344745835,"train_lam.py",8579,0,"",python,selection_command +9766,344745865,"train_lam.py",8588,0,"",python,selection_command +9767,344745898,"train_lam.py",8636,0,"",python,selection_command +9768,344745932,"train_lam.py",8659,0,"",python,selection_command +9769,344745964,"train_lam.py",8695,0,"",python,selection_command +9770,344745998,"train_lam.py",8734,0,"",python,selection_command +9771,344746031,"train_lam.py",8736,0,"",python,selection_command +9772,344746169,"train_lam.py",8745,0,"",python,selection_command +9773,344747335,"train_lam.py",8737,55," # --- Create DataLoaderIterator from dataloader ---",python,selection_command +9774,344747406,"train_lam.py",8745,0,"",python,selection_command +9775,344748304,"train_lam.py",8737,55," # --- Create DataLoaderIterator from dataloader ---",python,selection_command +9776,344748636,"train_lam.py",8737,82," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [",python,selection_command +9777,344748888,"train_lam.py",8737,121," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)",python,selection_command +9778,344748915,"train_lam.py",8737,164," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)",python,selection_command +9779,344748948,"train_lam.py",8737,203," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")",python,selection_command +9780,344748983,"train_lam.py",8737,209," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]",python,selection_command +9781,344749016,"train_lam.py",8737,248," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(",python,selection_command +9782,344749049,"train_lam.py",8737,276," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,",python,selection_command +9783,344749083,"train_lam.py",8737,298," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,",python,selection_command +9784,344749114,"train_lam.py",8737,357," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size",python,selection_command +9785,344749148,"train_lam.py",8737,422," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes",python,selection_command +9786,344749183,"train_lam.py",8737,447," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,",python,selection_command +9787,344749215,"train_lam.py",8737,469," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,",python,selection_command +9788,344749249,"train_lam.py",8737,492," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,",python,selection_command +9789,344749387,"train_lam.py",8737,524," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,",python,selection_command +9790,344749640,"train_lam.py",8737,548," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,",python,selection_command +9791,344749670,"train_lam.py",8737,554," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )",python,selection_command +9792,344749703,"train_lam.py",8737,615," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()",python,selection_command +9793,344749739,"train_lam.py",8737,694," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)",python,selection_command +9794,344749785,"train_lam.py",8737,695," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n",python,selection_command +9795,344749805,"train_lam.py",8737,728," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---",python,selection_command +9796,344749841,"train_lam.py",8737,754," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:",python,selection_command +9797,344749891,"train_lam.py",8737,809," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(",python,selection_command +9798,344749911,"train_lam.py",8737,866," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state",python,selection_command +9799,344749949,"train_lam.py",8737,876," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )",python,selection_command +9800,344749975,"train_lam.py",8737,923," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(",python,selection_command +9801,344750007,"train_lam.py",8737,969," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),",python,selection_command +9802,344750041,"train_lam.py",8737,1006," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(",python,selection_command +9803,344750075,"train_lam.py",8737,1082," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),",python,selection_command +9804,344750107,"train_lam.py",8737,1167," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,selection_command +9805,344750141,"train_lam.py",8737,1182," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),",python,selection_command +9806,344750175,"train_lam.py",8737,1192," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )",python,selection_command +9807,344750208,"train_lam.py",8737,1238," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]",python,selection_command +9808,344750242,"train_lam.py",8737,1292," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]",python,selection_command +9809,344750471,"train_lam.py",8737,1345," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0",python,selection_command +9810,344750633,"train_lam.py",8737,1416," # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")",python,selection_command +9811,344750961,"train_lam.py",8737,0,"",python,selection_command +9812,344751509,"train_lamap.py",0,0,"",python,tab +9813,344752487,"train_lamap.py",6888,0,"\n ",python,content +9814,344752575,"train_lamap.py",6889,4,"",python,content +9815,344752672,"train_lamap.py",6889,0,"\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")",python,content +9816,344752679,"train_lamap.py",6894,0,"",python,selection_command +9817,344757558,"train_lamap.py",6950,0,"",python,selection_command +9818,344757805,"train_lamap.py",6977,0,"",python,selection_command +9819,344757837,"train_lamap.py",7016,0,"",python,selection_command +9820,344757874,"train_lamap.py",7059,0,"",python,selection_command +9821,344757908,"train_lamap.py",7098,0,"",python,selection_command +9822,344757946,"train_lamap.py",7104,0,"",python,selection_command +9823,344757976,"train_lamap.py",7143,0,"",python,selection_command +9824,344758008,"train_lamap.py",7171,0,"",python,selection_command +9825,344758041,"train_lamap.py",7193,0,"",python,selection_command +9826,344758075,"train_lamap.py",7252,0,"",python,selection_command +9827,344758108,"train_lamap.py",7317,0,"",python,selection_command +9828,344758142,"train_lamap.py",7342,0,"",python,selection_command +9829,344758176,"train_lamap.py",7364,0,"",python,selection_command +9830,344758209,"train_lamap.py",7387,0,"",python,selection_command +9831,344758242,"train_lamap.py",7419,0,"",python,selection_command +9832,344758415,"train_lamap.py",7443,0,"",python,selection_command +9833,344758667,"train_lamap.py",7449,0,"",python,selection_command +9834,344758698,"train_lamap.py",7510,0,"",python,selection_command +9835,344758728,"train_lamap.py",7585,0,"",python,selection_command +9836,344758762,"train_lamap.py",7590,0,"",python,selection_command +9837,344758799,"train_lamap.py",7623,0,"",python,selection_command +9838,344759065,"train_lamap.py",7649,0,"",python,selection_command +9839,344759317,"train_lamap.py",7704,0,"",python,selection_command +9840,344761636,"train_lamap.py",8244,0,"",python,selection_command +9841,344762668,"train_lamap.py",8306,0,"\n ",python,content +9842,344763129,"train_lamap.py",8315,0,"\n ",python,content +9843,344763129,"train_lamap.py",8307,8,"",python,content +9844,344763334,"train_lamap.py",8316,0,"\n ",python,content +9845,344763334,"train_lamap.py",8308,8,"",python,content +9846,344763680,"train_lamap.py",8313,4,"",python,content +9847,344764077,"train_lamap.py",8309,4,"",python,content +9848,344764397,"train_lamap.py",8308,1,"",python,content +9849,344765047,"train_lamap.py",8307,1,"",python,content +9850,344765319,"train_lamap.py",8307,0,"\n",python,content +9851,344765665,"train_lamap.py",8308,0," ",python,content +9852,344766542,"train_lam.py",0,0,"",python,tab +9853,344768103,"train_lam.py",10308,0,"",python,selection_command +9854,344769254,"train_lam.py",10184,0,"",python,selection_command +9855,344769433,"train_lam.py",10159,0,"",python,selection_command +9856,344771201,"train_lamap.py",0,0,"",python,tab +9857,344772005,"train_lam.py",0,0,"",python,tab +9858,344774068,"train_lam.py",10155,24," # --- TRAIN LOOP ---",python,selection_command +9859,344776179,"train_lam.py",10155,148," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore",python,selection_command +9860,344776432,"train_lam.py",10155,200," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")",python,selection_command +9861,344776460,"train_lam.py",10155,233," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:",python,selection_command +9862,344776494,"train_lam.py",10155,267," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:",python,selection_command +9863,344776527,"train_lam.py",10155,300," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---",python,selection_command +9864,344776561,"train_lam.py",10155,346," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)",python,selection_command +9865,344776755,"train_lam.py",10155,347," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n",python,selection_command +9866,344777013,"train_lam.py",10155,398," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)",python,selection_command +9867,344777042,"train_lam.py",10155,478," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(",python,selection_command +9868,344777071,"train_lam.py",10155,534," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active",python,selection_command +9869,344777110,"train_lam.py",10155,548," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )",python,selection_command +9870,344777143,"train_lam.py",10155,594," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)",python,selection_command +9871,344777177,"train_lam.py",10155,642," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")",python,selection_command +9872,344777315,"train_lam.py",10155,664," # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1",python,selection_command +9873,344777748,"train_lam.py",10155,0,"",python,selection_command +9874,344778313,"train_lamap.py",0,0,"",python,tab +9875,344779044,"train_lamap.py",8308,4,"",python,content +9876,344779168,"train_lamap.py",8308,0,"\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1",python,content +9877,344779171,"train_lamap.py",8313,0,"",python,selection_command +9878,344779621,"train_lamap.py",8308,0,"",python,selection_command +9879,344779909,"train_lamap.py",8308,1,"",python,content +9880,344779922,"train_lamap.py",8312,0,"",python,selection_command +9881,344782156,"train_lamap.py",8337,0,"",python,selection_command +9882,344782396,"train_lamap.py",8461,0,"",python,selection_command +9883,344782426,"train_lamap.py",8513,0,"",python,selection_command +9884,344782460,"train_lamap.py",8546,0,"",python,selection_command +9885,344782494,"train_lamap.py",8580,0,"",python,selection_command +9886,344782525,"train_lamap.py",8613,0,"",python,selection_command +9887,344782559,"train_lamap.py",8655,0,"",python,selection_command +9888,344782592,"train_lamap.py",8660,0,"",python,selection_command +9889,344782626,"train_lamap.py",8711,0,"",python,selection_command +9890,344782660,"train_lamap.py",8791,0,"",python,selection_command +9891,344782784,"train_lamap.py",8847,0,"",python,selection_command +9892,344783018,"train_lamap.py",8855,0,"",python,selection_command +9893,344783200,"train_lamap.py",8799,0,"",python,selection_command +9894,344783385,"train_lamap.py",8803,0,"",python,selection_command +9895,344783622,"train_lamap.py",8814,0,"",python,selection_command +9896,344783802,"train_lamap.py",8816,0,"",python,selection_command +9897,344783999,"train_lamap.py",8822,0,"",python,selection_command +9898,344785352,"train_lamap.py",8822,20,"",python,content +9899,344785365,"train_lamap.py",8821,0,"",python,selection_command +9900,344785698,"train_lamap.py",8742,0,"",python,selection_command +9901,344785916,"train_lamap.py",8738,0,"",python,selection_command +9902,344786117,"train_lamap.py",8736,0,"",python,selection_command +9903,344786687,"train_lamap.py",8738,27,"",python,content +9904,344787988,"train_lamap.py",8738,0,"",python,selection_command +9905,344788172,"train_lamap.py",8746,0,"",python,selection_command +9906,344788433,"train_lamap.py",8748,0,"",python,selection_command +9907,344788872,"train_lamap.py",2442,0,"",python,selection_command +9908,344792474,"train_lamap.py",8748,0,"",python,selection_command +9909,344793079,"train_lamap.py",8746,0,"",python,selection_command +9910,344793248,"train_lamap.py",8738,0,"",python,selection_command +9911,344793399,"train_lamap.py",8736,0,"",python,selection_command +9912,344793770,"train_lamap.py",8736,1,",",python,selection_command +9913,344793819,"train_lamap.py",8736,9,", metrics",python,selection_command +9914,344794156,"train_lamap.py",8736,9,"",python,content +9915,344798451,"train_lamap.py",8736,0,", metrics",python,content +9916,344798470,"train_lamap.py",8736,0,"",python,selection_command +9917,344806090,"train_lamap.py",8736,1,",",python,selection_command +9918,344806137,"train_lamap.py",8736,9,", metrics",python,selection_command +9919,344806421,"train_lamap.py",8736,9,"",python,content +9920,344807469,"train_lamap.py",8780,0,"",python,selection_command +9921,344807750,"train_lamap.py",8799,0,"",python,selection_command +9922,344807909,"train_lamap.py",8830,0,"",python,selection_command +9923,344808369,"train_lamap.py",8813,0,"",python,selection_command +9924,344808635,"train_lamap.py",8813,1,"m",python,selection_command +9925,344808704,"train_lamap.py",8813,7,"metrics",python,selection_command +9926,344808880,"train_lamap.py",8813,9,"metrics[""",python,selection_command +9927,344809068,"train_lamap.py",8813,11,"metrics[""lr",python,selection_command +9928,344809422,"train_lamap.py",8813,13,"metrics[""lr""]",python,selection_command +9929,344809855,"train_lamap.py",8813,13,"",python,content +9930,344810165,"train_lamap.py",8813,0,"l",python,content +9931,344810167,"train_lamap.py",8814,0,"",python,selection_keyboard +9932,344810510,"train_lamap.py",8814,0,"r",python,content +9933,344810512,"train_lamap.py",8815,0,"",python,selection_keyboard +9934,344810744,"train_lamap.py",8814,0,"",python,selection_command +9935,344812092,"train_lamap.py",8849,0,"",python,selection_command +9936,344812220,"train_lamap.py",8897,0,"",python,selection_command +9937,344812917,"train_lam.py",0,0,"",python,tab +9938,344813632,"train_lam.py",10180,0,"",python,selection_command +9939,344813884,"train_lam.py",10304,0,"",python,selection_command +9940,344813919,"train_lam.py",10356,0,"",python,selection_command +9941,344813953,"train_lam.py",10389,0,"",python,selection_command +9942,344813991,"train_lam.py",10423,0,"",python,selection_command +9943,344814018,"train_lam.py",10456,0,"",python,selection_command +9944,344814052,"train_lam.py",10502,0,"",python,selection_command +9945,344814086,"train_lam.py",10503,0,"",python,selection_command +9946,344814120,"train_lam.py",10554,0,"",python,selection_command +9947,344814159,"train_lam.py",10634,0,"",python,selection_command +9948,344814193,"train_lam.py",10690,0,"",python,selection_command +9949,344814226,"train_lam.py",10704,0,"",python,selection_command +9950,344814260,"train_lam.py",10750,0,"",python,selection_command +9951,344814293,"train_lam.py",10798,0,"",python,selection_command +9952,344814450,"train_lam.py",10820,0,"",python,selection_command +9953,344814601,"train_lam.py",10821,0,"",python,selection_command +9954,344818653,"train_lam.py",10821,29," # --- Logging ---",python,selection_command +9955,344819653,"train_lam.py",10821,1848," # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n",python,selection_command +9956,344819849,"train_lam.py",10821,1880," # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_command +9957,344821152,"train_lam.py",12701,0,"",python,selection_command +9958,344821775,"train_lamap.py",0,0,"",python,tab +9959,344822606,"train_lamap.py",8905,0,"\n ",python,content +9960,344822817,"train_lamap.py",8918,0,"\n ",python,content +9961,344822817,"train_lamap.py",8906,12,"",python,content +9962,344823195,"train_lamap.py",8915,4,"",python,content +9963,344823370,"train_lamap.py",8911,4,"",python,content +9964,344823662,"train_lamap.py",8911,0," # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +9965,344824516,"train_lamap.py",10012,0,"",python,selection_command +9966,344825016,"train_lamap.py",8923,0,"",python,selection_command +9967,344826679,"train_lamap.py",10012,0,"",python,selection_command +9968,344833120,"train_lamap.py",9957,0,"",python,selection_command +9969,344833367,"train_lamap.py",9884,0,"",python,selection_command +9970,344833400,"train_lamap.py",9814,0,"",python,selection_command +9971,344833432,"train_lamap.py",9771,0,"",python,selection_command +9972,344833465,"train_lamap.py",9722,0,"",python,selection_command +9973,344833498,"train_lamap.py",9688,0,"",python,selection_command +9974,344833533,"train_lamap.py",9631,0,"",python,selection_command +9975,344833565,"train_lamap.py",9576,0,"",python,selection_command +9976,344833598,"train_lamap.py",9494,0,"",python,selection_command +9977,344833632,"train_lamap.py",9442,0,"",python,selection_command +9978,344833664,"train_lamap.py",9361,0,"",python,selection_command +9979,344833699,"train_lamap.py",9305,0,"",python,selection_command +9980,344833732,"train_lamap.py",9271,0,"",python,selection_command +9981,344833766,"train_lamap.py",9249,0,"",python,selection_command +9982,344833805,"train_lamap.py",9218,0,"",python,selection_command +9983,344833841,"train_lamap.py",9176,0,"",python,selection_command +9984,344833866,"train_lamap.py",9134,0,"",python,selection_command +9985,344833898,"train_lamap.py",9100,0,"",python,selection_command +9986,344833931,"train_lamap.py",9074,0,"",python,selection_command +9987,344833965,"train_lamap.py",8998,0,"",python,selection_command +9988,344834135,"train_lamap.py",8964,0,"",python,selection_command +9989,344834350,"train_lamap.py",8939,0,"",python,selection_command +9990,344834602,"train_lamap.py",8923,0,"",python,selection_command +9991,344834780,"train_lamap.py",8919,4,"",python,content +9992,344834996,"train_lamap.py",8918,0,"",python,selection_command +9993,344835802,"train_lamap.py",10008,0,"",python,selection_command +9994,344836033,"train_lamap.py",10787,0,"",python,selection_command +9995,344836890,"train_lamap.py",10008,0,"",python,selection_command +9996,344837627,"train_lamap.py",8919,0,"",python,selection_command +9997,344837983,"train_lamap.py",10008,0,"",python,selection_command +9998,344838234,"train_lamap.py",10787,0,"",python,selection_command +9999,344838953,"train_lam.py",0,0,"",python,tab +10000,344839844,"train_lamap.py",0,0,"",python,tab +10001,344840096,"train_lamap.py",10008,0,"",python,selection_command +10002,344840824,"train_lamap.py",8919,0,"",python,selection_command +10003,344841233,"train_lamap.py",10008,0,"",python,selection_command +10004,344841821,"train_lamap.py",9953,0,"",python,selection_command +10005,344842068,"train_lamap.py",9880,0,"",python,selection_command +10006,344842104,"train_lamap.py",9810,0,"",python,selection_command +10007,344842133,"train_lamap.py",9767,0,"",python,selection_command +10008,344842184,"train_lamap.py",9718,0,"",python,selection_command +10009,344842201,"train_lamap.py",9684,0,"",python,selection_command +10010,344842232,"train_lamap.py",9627,0,"",python,selection_command +10011,344842265,"train_lamap.py",9572,0,"",python,selection_command +10012,344842297,"train_lamap.py",9490,0,"",python,selection_command +10013,344842332,"train_lamap.py",9438,0,"",python,selection_command +10014,344842365,"train_lamap.py",9357,0,"",python,selection_command +10015,344842399,"train_lamap.py",9301,0,"",python,selection_command +10016,344842432,"train_lamap.py",9267,0,"",python,selection_command +10017,344842466,"train_lamap.py",9245,0,"",python,selection_command +10018,344842499,"train_lamap.py",9214,0,"",python,selection_command +10019,344842721,"train_lamap.py",9172,0,"",python,selection_command +10020,344843083,"train_lamap.py",9214,0,"",python,selection_command +10021,344844775,"train_lamap.py",9216,3,"",python,content +10022,344844775,"train_lamap.py",9215,0,"""lr"": l",python,content +10023,344844775,"train_lamap.py",9210,5,"",python,content +10024,344858532,"train_lamap.py",9268,55," if step % args.log_image_interval == 0:",python,selection_command +10025,344858987,"train_lamap.py",9268,136," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0",python,selection_command +10026,344859238,"train_lamap.py",9268,188," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)",python,selection_command +10027,344859268,"train_lamap.py",9268,270," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)",python,selection_command +10028,344859299,"train_lamap.py",9268,325," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(",python,selection_command +10029,344859334,"train_lamap.py",9268,394," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""",python,selection_command +10030,344859366,"train_lamap.py",9268,416," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )",python,selection_command +10031,344859400,"train_lamap.py",9268,465," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:",python,selection_command +10032,344859433,"train_lamap.py",9268,508," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(",python,selection_command +10033,344859467,"train_lamap.py",9268,578," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),",python,selection_command +10034,344859499,"train_lamap.py",9268,651," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),",python,selection_command +10035,344859534,"train_lamap.py",9268,706," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(",python,selection_command +10036,344859567,"train_lamap.py",9268,782," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))",python,selection_command +10037,344859600,"train_lamap.py",9268,813," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),",python,selection_command +10038,344859633,"train_lamap.py",9268,839," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_command +10039,344859946,"train_lamap.py",9268,885," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)",python,selection_command +10040,344860940,"train_lamap.py",9268,886,"",python,content +10041,344860972,"train_lamap.py",9280,0,"",python,selection_command +10042,344863935,"train_lamap.py",9900,0,"",python,selection_command +10043,344865634,"train_lamap.py",9210,0,"",python,selection_command +10044,344866832,"train_lamap.py",8337,0,"",python,selection_command +10045,344867488,"train_lamap.py",7443,0,"",python,selection_command +10046,344868146,"train_lamap.py",6737,0,"",python,selection_command +10047,344868569,"train_lamap.py",5770,0,"",python,selection_command +10048,344868986,"train_lamap.py",4710,0,"",python,selection_command +10049,344869390,"train_lamap.py",4124,0,"",python,selection_command +10050,344869567,"train_lamap.py",3405,0,"",python,selection_command +10051,344869734,"train_lamap.py",2691,0,"",python,selection_command +10052,344869895,"train_lamap.py",2048,0,"",python,selection_command +10053,344870035,"train_lamap.py",1325,0,"",python,selection_command +10054,344870198,"train_lamap.py",671,0,"",python,selection_command +10055,344870296,"train_lamap.py",104,0,"",python,selection_command +10056,344870536,"train_lamap.py",0,0,"",python,selection_command +10057,344871323,"train_lamap.py",41,0,"",python,selection_command +10058,344871569,"train_lamap.py",51,0,"",python,selection_command +10059,344871601,"train_lamap.py",52,0,"",python,selection_command +10060,344871636,"train_lamap.py",66,0,"",python,selection_command +10061,344872403,"train_lamap.py",52,0,"",python,selection_command +10062,344872727,"train_lamap.py",52,14,"",python,content +10063,344873068,"train_lamap.py",52,38,"",python,content +10064,344876987,"train_lamap.py",101,0,"",python,selection_command +10065,344877231,"train_lamap.py",161,0,"",python,selection_command +10066,344877261,"train_lamap.py",220,0,"",python,selection_command +10067,344877294,"train_lamap.py",233,0,"",python,selection_command +10068,344877327,"train_lamap.py",264,0,"",python,selection_command +10069,344877499,"train_lamap.py",283,0,"",python,selection_command +10070,344877764,"train_lamap.py",264,0,"",python,selection_command +10071,344878024,"train_lamap.py",264,19,"",python,content +10072,344878391,"train_lamap.py",264,21,"",python,content +10073,344879381,"train_lamap.py",753,0,"",python,selection_command +10074,344879580,"train_lamap.py",1428,0,"",python,selection_command +10075,344879789,"train_lamap.py",2121,0,"",python,selection_command +10076,344880046,"train_lamap.py",2840,0,"",python,selection_command +10077,344880077,"train_lamap.py",3573,0,"",python,selection_command +10078,344880111,"train_lamap.py",4256,0,"",python,selection_command +10079,344880145,"train_lamap.py",4854,0,"",python,selection_command +10080,344880176,"train_lamap.py",5985,0,"",python,selection_command +10081,344880209,"train_lamap.py",6858,0,"",python,selection_command +10082,344880244,"train_lamap.py",7620,0,"",python,selection_command +10083,344880277,"train_lamap.py",8576,0,"",python,selection_command +10084,344880311,"train_lamap.py",9375,0,"",python,selection_command +10085,344880342,"train_lamap.py",9808,0,"",python,selection_command +10086,344880968,"train_lamap.py",0,0,"",python,selection_command +10087,344881374,"train_lamap.py",41,0,"",python,selection_command +10088,344881623,"train_lamap.py",51,0,"",python,selection_command +10089,344881654,"train_lamap.py",52,0,"",python,selection_command +10090,344881687,"train_lamap.py",101,0,"",python,selection_command +10091,344881719,"train_lamap.py",161,0,"",python,selection_command +10092,344881753,"train_lamap.py",220,0,"",python,selection_command +10093,344881787,"train_lamap.py",233,0,"",python,selection_command +10094,344881820,"train_lamap.py",264,0,"",python,selection_command +10095,344881857,"train_lamap.py",275,0,"",python,selection_command +10096,344882152,"train_lamap.py",1539,0,"",python,selection_command +10097,344885126,"train_lamap.py",1724,0,"ap",python,content +10098,344885126,"train_lamap.py",1665,0,"ap",python,content +10099,344887470,"train_lamap.py",1673,0,"",python,selection_command +10100,344888006,"train_lamap.py",1669,0,"",python,selection_command +10101,344889468,"train_lamap.py",1757,34,"",python,content +10102,344930712,"train_lamap.py",0,0,"Switched from branch 'main' to 'action-mapper'",python,git_branch_checkout +10103,344946933,"train_lamap.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lamap import LatentActionMapper\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # LAMAP\n # FIXME (f.srambical): this assumes that the number of actions is the same as the number of latent actions\n action_dim: int = 32\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lamap""\n tags: list[str] = field(default_factory=lambda: [""lamap""])\n log_interval: int = 5\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\ndef lamap_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n loss = optax.softmax_cross_entropy(outputs[""action_predictions""], inputs[""actions""]).mean()\n return loss\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(lamap_loss_fn, allow_int=True)\n loss, grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n return state, loss\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lamap = LatentActionMapper(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n action_dim=args.action_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lamap.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lamap.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss = train_step(\n train_state, inputs\n )\n lr = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""lr"": lr,\n }\n )\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +10104,344947562,"models/lamap.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom models.lam import LatentActionModel\n\n\nclass LatentActionMapper(nn.Module):\n """"""Latent Action Mapper""""""\n\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n use_flash_attention: bool\n\n # --- Mapper ---\n action_dim: int\n\n def setup(self):\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_dim,\n num_latents=self.num_latents,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=self.lam_dropout,\n codebook_dropout=self.lam_codebook_dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_map = nn.Dense(\n self.action_dim,\n use_bias=False,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.stop_gradient(lam_outputs[""z_q""])\n outputs = dict(\n action_predictions=self.action_map(latent_actions),\n )\n return outputs",python,tab +10105,344953251,"models/lamap.py",403,0,"",python,selection_mouse +10106,344953265,"models/lamap.py",402,0,"",python,selection_command +10107,344954447,"models/lamap.py",938,0,"",python,selection_mouse +10108,344957367,"train_lamap.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lamap import LatentActionMapper\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # LAMAP\n # FIXME (f.srambical): this assumes that the number of actions is the same as the number of latent actions\n action_dim: int = 32\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lamap""\n tags: list[str] = field(default_factory=lambda: [""lamap""])\n log_interval: int = 5\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\ndef lamap_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n loss = optax.softmax_cross_entropy(outputs[""action_predictions""], inputs[""actions""]).mean()\n return loss\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(lamap_loss_fn, allow_int=True)\n loss, grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n return state, loss\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lamap = LatentActionMapper(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n action_dim=args.action_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lamap.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lamap.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss = train_step(\n train_state, inputs\n )\n lr = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""lr"": lr,\n }\n )\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +10109,344958642,"train_lamap.py",1984,0,"",python,selection_command +10110,344960932,"models/lamap.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom models.lam import LatentActionModel\n\n\nclass LatentActionMapper(nn.Module):\n """"""Latent Action Mapper""""""\n\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n # --- LAM ---\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n use_flash_attention: bool\n\n # --- Mapper ---\n action_dim: int\n\n def setup(self):\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_dim,\n num_latents=self.num_latents,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=self.lam_dropout,\n codebook_dropout=self.lam_codebook_dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_map = nn.Dense(\n self.action_dim,\n use_bias=False,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.stop_gradient(lam_outputs[""z_q""])\n outputs = dict(\n action_predictions=self.action_map(latent_actions),\n )\n return outputs",python,tab +10111,344961836,"models/lamap.py",1174,0,"",python,selection_command +10112,344962418,"models/lamap.py",1612,0,"",python,selection_command +10113,344963057,"models/lamap.py",1602,0,"",python,selection_command +10114,344963222,"models/lamap.py",1538,0,"",python,selection_command +10115,344963560,"models/lamap.py",1514,0,"",python,selection_command +10116,344963737,"models/lamap.py",1447,0,"",python,selection_command +10117,344963885,"models/lamap.py",1373,0,"",python,selection_command +10118,344965285,"train_lamap.py",0,0,"",python,tab +10119,344967977,"train_lamap.py",1951,0,"",python,selection_command +10120,344968184,"train_lamap.py",1955,0,"",python,selection_command +10121,344968349,"train_lamap.py",1968,0,"",python,selection_command +10122,344969238,"train_lamap.py",1951,0,"",python,selection_command +10123,344969652,"train_lamap.py",1993,0,"",python,selection_command +10124,344969902,"train_lamap.py",2020,0,"",python,selection_command +10125,344969933,"train_lamap.py",2087,0,"",python,selection_command +10126,344969963,"train_lamap.py",2117,0,"",python,selection_command +10127,344970107,"train_lamap.py",2188,0,"",python,selection_command +10128,344970455,"train_lamap.py",2194,0,"",python,selection_command +10129,344973096,"train_lamap.py",2188,0,"",python,selection_command +10130,344973342,"train_lamap.py",2117,0,"",python,selection_command +10131,344973373,"train_lamap.py",2087,0,"",python,selection_command +10132,344973520,"train_lamap.py",2020,0,"",python,selection_command +10133,344973671,"train_lamap.py",1993,0,"",python,selection_command +10134,344973798,"train_lamap.py",1951,0,"",python,selection_command +10135,344974206,"train_lamap.py",1955,0,"",python,selection_command +10136,344974671,"train_lamap.py",2380,0,"",python,selection_command +10137,344976219,"train_lamap.py",2444,0,"",python,selection_command +10138,344976389,"train_lamap.py",2449,0,"",python,selection_command +10139,344976551,"train_lamap.py",2451,0,"",python,selection_command +10140,344976700,"train_lamap.py",2456,0,"",python,selection_command +10141,344976860,"train_lamap.py",2458,0,"",python,selection_command +10142,344977194,"train_lamap.py",2338,0,"",python,selection_command +10143,344977736,"train_lamap.py",2336,0,"",python,selection_command +10144,344977859,"train_lamap.py",2331,0,"",python,selection_command +10145,344977989,"train_lamap.py",2330,0,"",python,selection_command +10146,344978133,"train_lamap.py",2320,0,"",python,selection_command +10147,344978453,"train_lamap.py",8617,0,"",python,selection_command +10148,344979317,"train_lamap.py",8661,0,"",python,selection_command +10149,344981392,"train_lamap.py",8617,0,"",python,selection_command +10150,344981639,"train_lamap.py",8566,0,"",python,selection_command +10151,344981668,"train_lamap.py",8533,0,"",python,selection_command +10152,344982084,"train_lamap.py",8566,0,"",python,selection_command +10153,344982262,"train_lamap.py",8572,0,"",python,selection_command +10154,344982434,"train_lamap.py",8573,0,"",python,selection_command +10155,344984229,"train_lamap.py",8567,0,"",python,selection_command +10156,344984368,"train_lamap.py",8566,0,"",python,selection_command +10157,344984500,"train_lamap.py",8560,0,"",python,selection_command +10158,344985181,"train_lamap.py",8559,1,"",python,content +10159,344985781,"train_lamap.py",8559,0,"(",python,content +10160,344985783,"train_lamap.py",8560,0,"",python,selection_keyboard +10161,344986170,"train_lamap.py",8560,0,"\n ",python,content +10162,344986791,"train_lamap.py",8576,0,"",python,selection_command +10163,344987019,"train_lamap.py",8582,0,"",python,selection_command +10164,344987168,"train_lamap.py",8583,0,"",python,selection_command +10165,344987335,"train_lamap.py",8589,0,"",python,selection_command +10166,344987517,"train_lamap.py",8590,0,"",python,selection_command +10167,344987869,"train_lamap.py",8591,0,"",python,selection_command +10168,344987990,"train_lamap.py",8592,0,"",python,selection_command +10169,344988109,"train_lamap.py",8591,1,"",python,content +10170,344988282,"train_lamap.py",8591,0,"\n ",python,content +10171,344988972,"train_lamap.py",8607,0,"",python,selection_command +10172,344989103,"train_lamap.py",8576,0,"",python,selection_command +10173,344989271,"train_lamap.py",8591,0,"\n ",python,content +10174,344989627,"train_lamap.py",8608,0,"a",python,content +10175,344989628,"train_lamap.py",8609,0,"",python,selection_keyboard +10176,344989711,"train_lamap.py",8609,0,"c",python,content +10177,344989713,"train_lamap.py",8610,0,"",python,selection_keyboard +10178,344989888,"train_lamap.py",8610,0,"t",python,content +10179,344989889,"train_lamap.py",8611,0,"",python,selection_keyboard +10180,344989982,"train_lamap.py",8611,0,"i",python,content +10181,344989983,"train_lamap.py",8612,0,"",python,selection_keyboard +10182,344990016,"train_lamap.py",8612,0,"o",python,content +10183,344990018,"train_lamap.py",8613,0,"",python,selection_keyboard +10184,344990083,"train_lamap.py",8613,0,"n",python,content +10185,344990084,"train_lamap.py",8614,0,"",python,selection_keyboard +10186,344990546,"train_lamap.py",8613,0,"",python,selection_command +10187,344990666,"train_lamap.py",8636,0,"",python,selection_command +10188,344990750,"train_lamap.py",8613,0,"",python,selection_command +10189,344991156,"train_lamap.py",8637,0,"",python,selection_command +10190,344991351,"train_lamap.py",8638,0,"",python,selection_command +10191,344991685,"train_lamap.py",8639,0,"",python,selection_command +10192,344991834,"train_lamap.py",8639,0,"\n ",python,content +10193,344992119,"train_lamap.py",8655,0,"",python,selection_command +10194,344992805,"train_lamap.py",8630,0,"",python,selection_command +10195,344992965,"train_lamap.py",8607,0,"",python,selection_command +10196,344993122,"train_lamap.py",8614,0,"",python,selection_command +10197,344993556,"train_lamap.py",8614,0,"s",python,content +10198,344993562,"train_lamap.py",8615,0,"",python,selection_keyboard +10199,344994401,"train_lamap.py",8615,0,"=",python,content +10200,344994406,"train_lamap.py",8616,0,"",python,selection_keyboard +10201,344997041,"train_lamap.py",8616,0,"a",python,content +10202,344997048,"train_lamap.py",8617,0,"",python,selection_keyboard +10203,344997113,"train_lamap.py",8617,0,"c",python,content +10204,344997115,"train_lamap.py",8618,0,"",python,selection_keyboard +10205,344997319,"train_lamap.py",8618,0,"t",python,content +10206,344997321,"train_lamap.py",8619,0,"",python,selection_keyboard +10207,344997378,"train_lamap.py",8619,0,"i",python,content +10208,344997380,"train_lamap.py",8620,0,"",python,selection_keyboard +10209,344997451,"train_lamap.py",8620,0,"o",python,content +10210,344997454,"train_lamap.py",8621,0,"",python,selection_keyboard +10211,344997471,"train_lamap.py",8621,0,"n",python,content +10212,344997473,"train_lamap.py",8622,0,"",python,selection_keyboard +10213,344997571,"train_lamap.py",8622,0,"s",python,content +10214,344997573,"train_lamap.py",8623,0,"",python,selection_keyboard +10215,344997711,"train_lamap.py",8623,0,",",python,content +10216,344997714,"train_lamap.py",8624,0,"",python,selection_keyboard +10217,344997825,"train_lamap.py",8623,0,"",python,selection_command +10218,344999386,"train_lamap.py",8590,0,"",python,selection_command +10219,344999551,"train_lamap.py",8559,0,"",python,selection_command +10220,344999712,"train_lamap.py",8533,0,"",python,selection_command +10221,345009522,"train_lamap.py",8533,0,"\n",python,content +10222,345009734,"train_lamap.py",8534,0,"a",python,content +10223,345009735,"train_lamap.py",8535,0,"",python,selection_keyboard +10224,345009798,"train_lamap.py",8535,0,"c",python,content +10225,345009801,"train_lamap.py",8536,0,"",python,selection_keyboard +10226,345010254,"train_lamap.py",8535,1,"",python,content +10227,345010395,"train_lamap.py",8534,1,"",python,content +10228,345010477,"train_lamap.py",8534,0," ",python,content +10229,345010649,"train_lamap.py",8538,0," ",python,content +10230,345011004,"train_lamap.py",8542,0," ",python,content +10231,345011344,"train_lamap.py",8546,0,"a",python,content +10232,345011346,"train_lamap.py",8547,0,"",python,selection_keyboard +10233,345011455,"train_lamap.py",8547,0,"c",python,content +10234,345011456,"train_lamap.py",8548,0,"",python,selection_keyboard +10235,345011618,"train_lamap.py",8548,0,"i",python,content +10236,345011620,"train_lamap.py",8549,0,"",python,selection_keyboard +10237,345011678,"train_lamap.py",8549,0,"o",python,content +10238,345011681,"train_lamap.py",8550,0,"",python,selection_keyboard +10239,345011972,"train_lamap.py",8549,1,"",python,content +10240,345012099,"train_lamap.py",8548,1,"",python,content +10241,345012168,"train_lamap.py",8548,0,"t",python,content +10242,345012169,"train_lamap.py",8549,0,"",python,selection_keyboard +10243,345012282,"train_lamap.py",8549,0,"i",python,content +10244,345012283,"train_lamap.py",8550,0,"",python,selection_keyboard +10245,345012302,"train_lamap.py",8550,0,"o",python,content +10246,345012303,"train_lamap.py",8551,0,"",python,selection_keyboard +10247,345012397,"train_lamap.py",8551,0,"n",python,content +10248,345012398,"train_lamap.py",8552,0,"",python,selection_keyboard +10249,345012518,"train_lamap.py",8552,0," ",python,content +10250,345012519,"train_lamap.py",8553,0,"",python,selection_keyboard +10251,345012886,"train_lamap.py",8552,1,"",python,content +10252,345012980,"train_lamap.py",8552,0,"s",python,content +10253,345012983,"train_lamap.py",8553,0,"",python,selection_keyboard +10254,345013039,"train_lamap.py",8553,0," ",python,content +10255,345013041,"train_lamap.py",8554,0,"",python,selection_keyboard +10256,345013102,"train_lamap.py",8554,0,"=",python,content +10257,345013104,"train_lamap.py",8555,0,"",python,selection_keyboard +10258,345013231,"train_lamap.py",8555,0," ",python,content +10259,345013232,"train_lamap.py",8556,0,"",python,selection_keyboard +10260,345014103,"train_lamap.py",8555,0,"",python,selection_command +10261,345015484,"train_lamap.py",8534,22," ",python,content +10262,345015962,"train_lamap.py",8546,0,"#",python,content +10263,345015964,"train_lamap.py",8547,0,"",python,selection_keyboard +10264,345016030,"train_lamap.py",8547,0," ",python,content +10265,345016032,"train_lamap.py",8548,0,"",python,selection_keyboard +10266,345017702,"train_lamap.py",8548,0,"u",python,content +10267,345017704,"train_lamap.py",8549,0,"",python,selection_keyboard +10268,345017767,"train_lamap.py",8549,0,"s",python,content +10269,345017769,"train_lamap.py",8550,0,"",python,selection_keyboard +10270,345017822,"train_lamap.py",8550,0,"e",python,content +10271,345017823,"train_lamap.py",8551,0,"",python,selection_keyboard +10272,345017882,"train_lamap.py",8551,0," ",python,content +10273,345017885,"train_lamap.py",8552,0,"",python,selection_keyboard +10274,345018059,"train_lamap.py",8552,0,"m",python,content +10275,345018060,"train_lamap.py",8553,0,"",python,selection_keyboard +10276,345018217,"train_lamap.py",8553,0,"o",python,content +10277,345018218,"train_lamap.py",8554,0,"",python,selection_keyboard +10278,345018301,"train_lamap.py",8554,0,"c",python,content +10279,345018302,"train_lamap.py",8555,0,"",python,selection_keyboard +10280,345018397,"train_lamap.py",8555,0,"k",python,content +10281,345018398,"train_lamap.py",8556,0,"",python,selection_keyboard +10282,345018474,"train_lamap.py",8556,0," ",python,content +10283,345018476,"train_lamap.py",8557,0,"",python,selection_keyboard +10284,345018598,"train_lamap.py",8557,0,"a",python,content +10285,345018599,"train_lamap.py",8558,0,"",python,selection_keyboard +10286,345018689,"train_lamap.py",8558,0,"c",python,content +10287,345018690,"train_lamap.py",8559,0,"",python,selection_keyboard +10288,345018860,"train_lamap.py",8559,0,"t",python,content +10289,345018861,"train_lamap.py",8560,0,"",python,selection_keyboard +10290,345018936,"train_lamap.py",8560,0,"i",python,content +10291,345018937,"train_lamap.py",8561,0,"",python,selection_keyboard +10292,345018988,"train_lamap.py",8561,0,"o",python,content +10293,345018990,"train_lamap.py",8562,0,"",python,selection_keyboard +10294,345019037,"train_lamap.py",8562,0,"n",python,content +10295,345019038,"train_lamap.py",8563,0,"",python,selection_keyboard +10296,345019073,"train_lamap.py",8563,0,"s",python,content +10297,345019075,"train_lamap.py",8564,0,"",python,selection_keyboard +10298,345019149,"train_lamap.py",8564,0," ",python,content +10299,345019150,"train_lamap.py",8565,0,"",python,selection_keyboard +10300,345019220,"train_lamap.py",8565,0,"f",python,content +10301,345019221,"train_lamap.py",8566,0,"",python,selection_keyboard +10302,345019336,"train_lamap.py",8566,0,"o",python,content +10303,345019337,"train_lamap.py",8567,0,"",python,selection_keyboard +10304,345019404,"train_lamap.py",8567,0,"r",python,content +10305,345019405,"train_lamap.py",8568,0,"",python,selection_keyboard +10306,345019465,"train_lamap.py",8568,0," ",python,content +10307,345019467,"train_lamap.py",8569,0,"",python,selection_keyboard +10308,345019580,"train_lamap.py",8569,0,"n",python,content +10309,345019581,"train_lamap.py",8570,0,"",python,selection_keyboard +10310,345019605,"train_lamap.py",8570,0,"o",python,content +10311,345019606,"train_lamap.py",8571,0,"",python,selection_keyboard +10312,345019745,"train_lamap.py",8571,0,"w",python,content +10313,345019746,"train_lamap.py",8572,0,"",python,selection_keyboard +10314,345019826,"train_lamap.py",8572,0," ",python,content +10315,345019827,"train_lamap.py",8573,0,"",python,selection_keyboard +10316,345020132,"train_lamap.py",8572,1,"",python,content +10317,345020199,"train_lamap.py",8572,0,"\n ",python,content +10318,345021368,"train_lamap.py",8585,0,"a",python,content +10319,345021371,"train_lamap.py",8586,0,"",python,selection_keyboard +10320,345021429,"train_lamap.py",8586,0,"c",python,content +10321,345021432,"train_lamap.py",8587,0,"",python,selection_keyboard +10322,345021650,"train_lamap.py",8587,0,"i",python,content +10323,345021652,"train_lamap.py",8588,0,"",python,selection_keyboard +10324,345021683,"train_lamap.py",8588,0,"o",python,content +10325,345021685,"train_lamap.py",8589,0,"",python,selection_keyboard +10326,345021727,"train_lamap.py",8589,0,"n",python,content +10327,345021728,"train_lamap.py",8590,0,"",python,selection_keyboard +10328,345022036,"train_lamap.py",8589,1,"",python,content +10329,345022190,"train_lamap.py",8588,1,"",python,content +10330,345022329,"train_lamap.py",8587,1,"",python,content +10331,345022478,"train_lamap.py",8587,0,"t",python,content +10332,345022480,"train_lamap.py",8588,0,"",python,selection_keyboard +10333,345022589,"train_lamap.py",8588,0,"i",python,content +10334,345022590,"train_lamap.py",8589,0,"",python,selection_keyboard +10335,345022621,"train_lamap.py",8589,0,"o",python,content +10336,345022622,"train_lamap.py",8590,0,"",python,selection_keyboard +10337,345022713,"train_lamap.py",8590,0,"n",python,content +10338,345022715,"train_lamap.py",8591,0,"",python,selection_keyboard +10339,345022738,"train_lamap.py",8591,0,"s",python,content +10340,345022739,"train_lamap.py",8592,0,"",python,selection_keyboard +10341,345022845,"train_lamap.py",8592,0," ",python,content +10342,345022846,"train_lamap.py",8593,0,"",python,selection_keyboard +10343,345022982,"train_lamap.py",8593,0,"=",python,content +10344,345022983,"train_lamap.py",8594,0,"",python,selection_keyboard +10345,345023050,"train_lamap.py",8594,0," ",python,content +10346,345023052,"train_lamap.py",8595,0,"",python,selection_keyboard +10347,345027024,"train_lamap.py",8595,0,"j",python,content +10348,345027027,"train_lamap.py",8596,0,"",python,selection_keyboard +10349,345027148,"train_lamap.py",8596,0,"n",python,content +10350,345027150,"train_lamap.py",8597,0,"",python,selection_keyboard +10351,345027203,"train_lamap.py",8597,0,"p",python,content +10352,345027205,"train_lamap.py",8598,0,"",python,selection_keyboard +10353,345028390,"train_lamap.py",8598,0,".",python,content +10354,345028402,"train_lamap.py",8599,0,"",python,selection_keyboard +10355,345031069,"train_lamap.py",8598,0,"",python,selection_command +10356,345031451,"train_lamap.py",8599,0,"",python,selection_command +10357,345031839,"train_lamap.py",8599,0,"r",python,content +10358,345031840,"train_lamap.py",8600,0,"",python,selection_keyboard +10359,345031949,"train_lamap.py",8600,0,"a",python,content +10360,345031950,"train_lamap.py",8601,0,"",python,selection_keyboard +10361,345032071,"train_lamap.py",8601,0,"n",python,content +10362,345032073,"train_lamap.py",8602,0,"",python,selection_keyboard +10363,345032553,"train_lamap.py",8601,1,"",python,content +10364,345032737,"train_lamap.py",8600,1,"",python,content +10365,345032880,"train_lamap.py",8599,1,"",python,content +10366,345033435,"train_lamap.py",8599,0,"r",python,content +10367,345033437,"train_lamap.py",8600,0,"",python,selection_keyboard +10368,345033513,"train_lamap.py",8600,0,"a",python,content +10369,345033514,"train_lamap.py",8601,0,"",python,selection_keyboard +10370,345033615,"train_lamap.py",8601,0,"n",python,content +10371,345033617,"train_lamap.py",8602,0,"",python,selection_keyboard +10372,345033734,"train_lamap.py",8602,0,"d",python,content +10373,345033735,"train_lamap.py",8603,0,"",python,selection_keyboard +10374,345034871,"train_lamap.py",8602,1,"",python,content +10375,345035028,"train_lamap.py",8601,1,"",python,content +10376,345035203,"train_lamap.py",8600,1,"",python,content +10377,345035344,"train_lamap.py",8599,1,"",python,content +10378,345041187,"train_lamap.py",8598,1,"",python,content +10379,345041429,"train_lamap.py",8598,0,"j",python,content +10380,345041431,"train_lamap.py",8599,0,"",python,selection_keyboard +10381,345041499,"train_lamap.py",8599,0,"a",python,content +10382,345041503,"train_lamap.py",8600,0,"",python,selection_keyboard +10383,345041881,"train_lamap.py",8595,5,"",python,content +10384,345042240,"train_lamap.py",8595,0,"a",python,content +10385,345042242,"train_lamap.py",8596,0,"",python,selection_keyboard +10386,345042242,"train_lamap.py",8596,0,"j",python,content +10387,345042243,"train_lamap.py",8597,0,"",python,selection_keyboard +10388,345042428,"train_lamap.py",8597,0,"x",python,content +10389,345042430,"train_lamap.py",8598,0,"",python,selection_keyboard +10390,345042562,"train_lamap.py",8598,0,".",python,content +10391,345042564,"train_lamap.py",8599,0,"",python,selection_keyboard +10392,345042861,"train_lamap.py",8598,1,"",python,content +10393,345043298,"train_lamap.py",8595,3,"",python,content +10394,345043519,"train_lamap.py",8595,0,"j",python,content +10395,345043521,"train_lamap.py",8596,0,"",python,selection_keyboard +10396,345043601,"train_lamap.py",8596,0,"a",python,content +10397,345043603,"train_lamap.py",8597,0,"",python,selection_keyboard +10398,345043752,"train_lamap.py",8597,0,"x",python,content +10399,345043753,"train_lamap.py",8598,0,"",python,selection_keyboard +10400,345043813,"train_lamap.py",8598,0,".",python,content +10401,345043816,"train_lamap.py",8599,0,"",python,selection_keyboard +10402,345044399,"train_lamap.py",8599,0,"r",python,content +10403,345044401,"train_lamap.py",8600,0,"",python,selection_keyboard +10404,345044465,"train_lamap.py",8600,0,"a",python,content +10405,345044469,"train_lamap.py",8601,0,"",python,selection_keyboard +10406,345044521,"train_lamap.py",8601,0,"n",python,content +10407,345044523,"train_lamap.py",8602,0,"",python,selection_keyboard +10408,345044672,"train_lamap.py",8602,0,"d",python,content +10409,345044674,"train_lamap.py",8603,0,"",python,selection_keyboard +10410,345045275,"train_lamap.py",8599,4,"random",python,content +10411,345045512,"train_lamap.py",8605,0,".",python,content +10412,345045515,"train_lamap.py",8606,0,"",python,selection_keyboard +10413,345050003,"train_lamap.py",8606,0,"i",python,content +10414,345050005,"train_lamap.py",8607,0,"",python,selection_keyboard +10415,345050088,"train_lamap.py",8607,0,"n",python,content +10416,345050090,"train_lamap.py",8608,0,"",python,selection_keyboard +10417,345051078,"train_lamap.py",8607,1,"",python,content +10418,345051250,"train_lamap.py",8606,1,"",python,content +10419,345051623,"train_lamap.py",8606,0,"b",python,content +10420,345051624,"train_lamap.py",8607,0,"",python,selection_keyboard +10421,345052801,"train_lamap.py",8606,1,"",python,content +10422,345053702,"train_lamap.py",8605,1,"",python,content +10423,345053917,"train_lamap.py",8605,0,".",python,content +10424,345053919,"train_lamap.py",8606,0,"",python,selection_keyboard +10425,345054691,"train_lamap.py",8606,0,"u",python,content +10426,345054698,"train_lamap.py",8607,0,"",python,selection_keyboard +10427,345054753,"train_lamap.py",8607,0,"n",python,content +10428,345054755,"train_lamap.py",8608,0,"",python,selection_keyboard +10429,345054884,"train_lamap.py",8608,0,"i",python,content +10430,345054886,"train_lamap.py",8609,0,"",python,selection_keyboard +10431,345055322,"train_lamap.py",8606,3,"uniform",python,content +10432,345056479,"train_lamap.py",8613,0,"()",python,content +10433,345056483,"train_lamap.py",8614,0,"",python,selection_keyboard +10434,345057229,"train_lamap.py",8613,0,"",python,selection_command +10435,345057336,"train_lamap.py",8606,0,"",python,selection_command +10436,345067638,"train_lamap.py",8567,0,"",python,selection_command +10437,345067786,"train_lamap.py",8533,0,"",python,selection_command +10438,345067941,"train_lamap.py",8520,0,"",python,selection_command +10439,345068407,"train_lamap.py",8515,0,"",python,selection_command +10440,345068555,"train_lamap.py",8514,0,"",python,selection_command +10441,345068690,"train_lamap.py",8511,0,"",python,selection_command +10442,345068821,"train_lamap.py",8509,0,"",python,selection_command +10443,345068998,"train_lamap.py",8504,0,"",python,selection_command +10444,345069151,"train_lamap.py",8502,0,"",python,selection_command +10445,345069291,"train_lamap.py",8499,0,"",python,selection_command +10446,345069622,"train_lamap.py",8501,0,"",python,selection_command +10447,345069803,"train_lamap.py",8502,0,"",python,selection_command +10448,345070173,"train_lamap.py",8507,0,"",python,selection_command +10449,345070452,"train_lamap.py",8509,0,"",python,selection_command +10450,345070651,"train_lamap.py",8513,0,"",python,selection_command +10451,345070885,"train_lamap.py",8532,0,"",python,selection_command +10452,345071087,"train_lamap.py",8531,0,"",python,selection_command +10453,345071367,"train_lamap.py",8531,0,",",python,content +10454,345071369,"train_lamap.py",8532,0,"",python,selection_keyboard +10455,345071452,"train_lamap.py",8532,0," ",python,content +10456,345071454,"train_lamap.py",8533,0,"",python,selection_keyboard +10457,345071530,"train_lamap.py",8533,0,"2",python,content +10458,345071532,"train_lamap.py",8534,0,"",python,selection_keyboard +10459,345073004,"train_lamap.py",8533,1,"",python,content +10460,345073084,"train_lamap.py",8533,0,"3",python,content +10461,345073086,"train_lamap.py",8534,0,"",python,selection_keyboard +10462,345073265,"train_lamap.py",8533,0,"",python,selection_command +10463,345073383,"train_lamap.py",8531,0,"",python,selection_command +10464,345073533,"train_lamap.py",8528,0,"",python,selection_command +10465,345073667,"train_lamap.py",8527,0,"",python,selection_command +10466,345073804,"train_lamap.py",8522,0,"",python,selection_command +10467,345073950,"train_lamap.py",8521,0,"",python,selection_command +10468,345074084,"train_lamap.py",8515,0,"",python,selection_command +10469,345074207,"train_lamap.py",8514,0,"",python,selection_command +10470,345074351,"train_lamap.py",8511,0,"",python,selection_command +10471,345074501,"train_lamap.py",8509,0,"",python,selection_command +10472,345074820,"train_lamap.py",8504,0,"",python,selection_command +10473,345075053,"train_lamap.py",8507,0,"",python,selection_command +10474,345075185,"train_lamap.py",8508,0,"",python,selection_command +10475,345075312,"train_lamap.py",8508,0,",",python,content +10476,345075316,"train_lamap.py",8509,0,"",python,selection_keyboard +10477,345075401,"train_lamap.py",8509,0," ",python,content +10478,345075404,"train_lamap.py",8510,0,"",python,selection_keyboard +10479,345075815,"train_lamap.py",8510,0,"_",python,content +10480,345075817,"train_lamap.py",8511,0,"",python,selection_keyboard +10481,345076301,"train_lamap.py",8511,0,"r",python,content +10482,345076303,"train_lamap.py",8512,0,"",python,selection_keyboard +10483,345076399,"train_lamap.py",8512,0,"n",python,content +10484,345076401,"train_lamap.py",8513,0,"",python,selection_keyboard +10485,345076466,"train_lamap.py",8513,0,"g",python,content +10486,345076468,"train_lamap.py",8514,0,"",python,selection_keyboard +10487,345076669,"train_lamap.py",8514,0,"_",python,content +10488,345076671,"train_lamap.py",8515,0,"",python,selection_keyboard +10489,345078034,"train_lamap.py",8515,0,"a",python,content +10490,345078036,"train_lamap.py",8516,0,"",python,selection_keyboard +10491,345078113,"train_lamap.py",8516,0,"c",python,content +10492,345078116,"train_lamap.py",8517,0,"",python,selection_keyboard +10493,345078894,"train_lamap.py",8516,1,"",python,content +10494,345079144,"train_lamap.py",8515,1,"",python,content +10495,345079178,"train_lamap.py",8514,1,"",python,content +10496,345079280,"train_lamap.py",8513,1,"",python,content +10497,345079445,"train_lamap.py",8512,1,"",python,content +10498,345079595,"train_lamap.py",8511,1,"",python,content +10499,345079734,"train_lamap.py",8510,1,"",python,content +10500,345079896,"train_lamap.py",8509,1,"",python,content +10501,345080078,"train_lamap.py",8508,1,"",python,content +10502,345080212,"train_lamap.py",8507,0,"",python,selection_command +10503,345080525,"train_lamap.py",8535,0,"",python,selection_command +10504,345080732,"train_lamap.py",8534,0,"",python,selection_command +10505,345081263,"train_lamap.py",8533,1,"",python,content +10506,345081412,"train_lamap.py",8532,1,"",python,content +10507,345081563,"train_lamap.py",8531,1,"",python,content +10508,345081659,"train_lamap.py",8530,0,"",python,selection_command +10509,345081834,"train_lamap.py",8533,0,"",python,selection_command +10510,345082018,"train_lamap.py",8571,0,"",python,selection_command +10511,345083710,"train_lamap.py",8572,0,"\n ",python,content +10512,345085395,"train_lamap.py",8573,12,"",python,content +10513,345085534,"train_lamap.py",8574,0,"",python,selection_command +10514,345085719,"train_lamap.py",8616,0,"\n ",python,content +10515,345085834,"train_lamap.py",8617,12,"",python,content +10516,345085968,"train_lamap.py",8618,0,"",python,selection_command +10517,345086102,"train_lamap.py",8617,0,"",python,selection_command +10518,345086273,"train_lamap.py",8574,0,"",python,selection_command +10519,345086818,"train_lamap.py",8573,0,"",python,selection_command +10520,345087157,"train_lamap.py",8572,1,"",python,content +10521,345087231,"train_lamap.py",8572,0,"\n ",python,content +10522,345096893,"train_lamap.py",8585,0,"rng, _rng = jax.random.split(rng)",python,content +10523,345097234,"train_lamap.py",8617,0,"",python,selection_command +10524,345098353,"train_lamap.py",8614,0,"",python,selection_command +10525,345098517,"train_lamap.py",8613,0,"",python,selection_command +10526,345098651,"train_lamap.py",8608,0,"",python,selection_command +10527,345098777,"train_lamap.py",8607,0,"",python,selection_command +10528,345098921,"train_lamap.py",8601,0,"",python,selection_command +10529,345099065,"train_lamap.py",8600,0,"",python,selection_command +10530,345099208,"train_lamap.py",8597,0,"",python,selection_command +10531,345099344,"train_lamap.py",8595,0,"",python,selection_command +10532,345099672,"train_lamap.py",8590,0,"",python,selection_command +10533,345099818,"train_lamap.py",8593,0,"",python,selection_command +10534,345099887,"train_lamap.py",8594,0,"",python,selection_command +10535,345100218,"train_lamap.py",8594,0,"_",python,content +10536,345100221,"train_lamap.py",8595,0,"",python,selection_keyboard +10537,345101824,"train_lamap.py",8595,0,"a",python,content +10538,345101830,"train_lamap.py",8596,0,"",python,selection_keyboard +10539,345101887,"train_lamap.py",8596,0,"c",python,content +10540,345101890,"train_lamap.py",8597,0,"",python,selection_keyboard +10541,345102063,"train_lamap.py",8597,0,"t",python,content +10542,345102066,"train_lamap.py",8598,0,"",python,selection_keyboard +10543,345102129,"train_lamap.py",8598,0,"i",python,content +10544,345102131,"train_lamap.py",8599,0,"",python,selection_keyboard +10545,345102177,"train_lamap.py",8599,0,"o",python,content +10546,345102179,"train_lamap.py",8600,0,"",python,selection_keyboard +10547,345102233,"train_lamap.py",8600,0,"n",python,content +10548,345102235,"train_lamap.py",8601,0,"",python,selection_keyboard +10549,345102272,"train_lamap.py",8601,0,"s",python,content +10550,345102274,"train_lamap.py",8602,0,"",python,selection_keyboard +10551,345102514,"train_lamap.py",8601,0,"",python,selection_command +10552,345102941,"train_lamap.py",8655,0,"",python,selection_command +10553,345103119,"train_lamap.py",8669,0,"",python,selection_command +10554,345103357,"train_lamap.py",8668,0,"",python,selection_command +10555,345104631,"train_lamap.py",8668,0,"\n _rng_actions,\n (per_device_batch_size_for_init, args.action_dim),\n dtype=args.dtype,\n ",python,content +10556,345105166,"train_lamap.py",8811,0,"",python,selection_command +10557,345105537,"train_lamap.py",8777,0,"",python,selection_command +10558,345105711,"train_lamap.py",8710,0,"",python,selection_command +10559,345105847,"train_lamap.py",8680,0,"",python,selection_command +10560,345106133,"train_lamap.py",8710,0,"",python,selection_command +10561,345106287,"train_lamap.py",8715,0,"",python,selection_command +10562,345107428,"train_lamap.py",8764,0,"",python,selection_command +10563,345107808,"train_lamap.py",8763,0,"",python,selection_command +10564,345109203,"train_lamap.py",8753,0,"",python,selection_command +10565,345109358,"train_lamap.py",8752,0,"",python,selection_command +10566,345109496,"train_lamap.py",8748,0,"",python,selection_command +10567,345109646,"train_lamap.py",8746,0,"",python,selection_command +10568,345109905,"train_lamap.py",8699,0,"",python,selection_command +10569,345110891,"train_lamap.py",8766,0,"",python,selection_command +10570,345111172,"train_lamap.py",8800,0,"",python,selection_command +10571,345111352,"train_lamap.py",8814,0,"",python,selection_command +10572,345111500,"train_lamap.py",8815,0,"",python,selection_command +10573,345112629,"train_lamap.py",8814,0,"",python,selection_command +10574,345112765,"train_lamap.py",8800,0,"",python,selection_command +10575,345113018,"train_lamap.py",8766,0,"",python,selection_command +10576,345113046,"train_lamap.py",8699,0,"",python,selection_command +10577,345113081,"train_lamap.py",8669,0,"",python,selection_command +10578,345113117,"train_lamap.py",8627,0,"",python,selection_command +10579,345113265,"train_lamap.py",8573,0,"",python,selection_command +10580,345113418,"train_lamap.py",8534,0,"",python,selection_command +10581,345113535,"train_lamap.py",8546,0,"",python,selection_command +10582,345113685,"train_lamap.py",8548,0,"",python,selection_command +10583,345114443,"train_lamap.py",8548,0,"F",python,content +10584,345114447,"train_lamap.py",8549,0,"",python,selection_keyboard +10585,345114493,"train_lamap.py",8549,0,"I",python,content +10586,345114495,"train_lamap.py",8550,0,"",python,selection_keyboard +10587,345114595,"train_lamap.py",8550,0,"X",python,content +10588,345114597,"train_lamap.py",8551,0,"",python,selection_keyboard +10589,345114702,"train_lamap.py",8551,0,"M",python,content +10590,345114703,"train_lamap.py",8552,0,"",python,selection_keyboard +10591,345114795,"train_lamap.py",8552,0,"E",python,content +10592,345114798,"train_lamap.py",8553,0,"",python,selection_keyboard +10593,345114894,"train_lamap.py",8553,0," ",python,content +10594,345114895,"train_lamap.py",8554,0,"",python,selection_keyboard +10595,345114995,"train_lamap.py",8554,0,"(",python,content +10596,345114997,"train_lamap.py",8555,0,"",python,selection_keyboard +10597,345115261,"train_lamap.py",8555,0,"f",python,content +10598,345115265,"train_lamap.py",8556,0,"",python,selection_keyboard +10599,345115420,"train_lamap.py",8556,0,"s",python,content +10600,345115422,"train_lamap.py",8557,0,"",python,selection_keyboard +10601,345115839,"train_lamap.py",8556,1,"",python,content +10602,345116028,"train_lamap.py",8556,0,".",python,content +10603,345116032,"train_lamap.py",8557,0,"",python,selection_keyboard +10604,345116053,"train_lamap.py",8557,0,"s",python,content +10605,345116054,"train_lamap.py",8558,0,"",python,selection_keyboard +10606,345116127,"train_lamap.py",8558,0,"r",python,content +10607,345116128,"train_lamap.py",8559,0,"",python,selection_keyboard +10608,345116177,"train_lamap.py",8559,0,"a",python,content +10609,345116179,"train_lamap.py",8560,0,"",python,selection_keyboard +10610,345116244,"train_lamap.py",8560,0,"m",python,content +10611,345116247,"train_lamap.py",8561,0,"",python,selection_keyboard +10612,345116469,"train_lamap.py",8561,0,"b",python,content +10613,345116472,"train_lamap.py",8562,0,"",python,selection_keyboard +10614,345116596,"train_lamap.py",8562,0,"i",python,content +10615,345116599,"train_lamap.py",8563,0,"",python,selection_keyboard +10616,345116707,"train_lamap.py",8563,0,"c",python,content +10617,345116709,"train_lamap.py",8564,0,"",python,selection_keyboard +10618,345116784,"train_lamap.py",8564,0,"a",python,content +10619,345116787,"train_lamap.py",8565,0,"",python,selection_keyboard +10620,345116848,"train_lamap.py",8565,0,"l",python,content +10621,345116851,"train_lamap.py",8566,0,"",python,selection_keyboard +10622,345117066,"train_lamap.py",8566,0,")",python,content +10623,345117069,"train_lamap.py",8567,0,"",python,selection_keyboard +10624,345117319,"train_lamap.py",8567,0," ",python,content +10625,345117322,"train_lamap.py",8568,0,"",python,selection_keyboard +10626,345117686,"train_lamap.py",8567,1,"",python,content +10627,345117862,"train_lamap.py",8567,0,":",python,content +10628,345117864,"train_lamap.py",8568,0,"",python,selection_keyboard +10629,345117964,"train_lamap.py",8568,0,":",python,content +10630,345117966,"train_lamap.py",8569,0,"",python,selection_keyboard +10631,345117973,"train_lamap.py",8569,0," ",python,content +10632,345117976,"train_lamap.py",8570,0,"",python,selection_keyboard +10633,345118154,"train_lamap.py",8569,0,"",python,selection_command +10634,345119323,"train_lamap.py",8568,0,"",python,selection_command +10635,345119416,"train_lamap.py",8568,1,"",python,content +10636,345120104,"train_lamap.py",8534,0,"",python,selection_command +10637,412910509,"train_lamap.py",0,0,"",python,tab +10638,412910524,"train_lamap.py",8534,0,"",python,selection_command +10639,412915158,"models/lamap.py",0,0,"",python,tab +10640,412915987,"train_lamap.py",0,0,"",python,tab +10641,412917643,"models/lamap.py",0,0,"",python,tab +10642,412920403,"train_lamap.py",0,0,"",python,tab +10643,684949945,"train_lamap.py",532,0,"",python,selection_mouse +10644,684949954,"train_lamap.py",531,0,"",python,selection_command +10645,684998545,"train_lamap.py",0,0,"Switched from branch 'action-mapper' to 'main'",python,git_branch_checkout +10646,685012729,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +10647,685020463,"utils/nn.py",3230,0,"",python,selection_command +10648,685020748,"utils/nn.py",4122,0,"",python,selection_command +10649,685023277,"utils/nn.py",4147,0,"",python,selection_command +10650,685023792,"utils/nn.py",5594,0,"",python,selection_command +10651,685024846,"utils/nn.py",5617,0,"",python,selection_command +10652,685025204,"utils/nn.py",5674,0,"",python,selection_command +10653,685025607,"utils/nn.py",5709,0,"",python,selection_command +10654,685027214,"utils/nn.py",5674,0,"",python,selection_command +10655,685027345,"utils/nn.py",5617,0,"",python,selection_command +10656,685027472,"utils/nn.py",5594,0,"",python,selection_command +10657,685029388,"utils/nn.py",1701,26,"_create_flash_attention_fn",python,selection_command +10658,685029577,"utils/nn.py",1726,0,"",python,selection_command +10659,685031208,"utils/nn.py",1472,0,"",python,selection_command +10660,685031805,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\nfrom __future__ import annotations\n\nimport functools\nimport inspect\nimport warnings\nfrom typing import Any, overload\nfrom collections.abc import Callable\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax.linen import initializers\nfrom flax.linen.dtypes import promote_dtype\nfrom flax.linen.linear import (\n DenseGeneral,\n default_kernel_init,\n)\nfrom flax.linen.module import Module, compact, merge_param\nfrom flax.linen.normalization import LayerNorm\nfrom flax.typing import (\n Array,\n PRNGKey,\n Dtype,\n Shape as Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in einsum.\n einsum: If unspecified, default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and `einsum` are\n specified.\n\n Returns:\n Output of shape ``[batch..., num_heads, q_length, kv_length]``.\n """"""\n if (precision or einsum_dot_general) and einsum:\n raise ValueError(\n 'precision/einsum_dot_general and einsum are mutually exclusive. Please'\n ' specify only one of them.'\n )\n if not einsum:\n einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n\n query, key = promote_dtype(query, key, dtype=dtype)\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = einsum('...qhd,...khd->...hqk', query, key)\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n if force_fp32_for_softmax and dtype != jnp.float32:\n attn_weights = jax.nn.softmax(attn_weights.astype(jnp.float32))\n else:\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow('intermediates', 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n qk_attn_weights_einsum: Callable[..., Array] | None = None,\n attn_weights_value_einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see ``jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in `jnp.einsum`.\n qk_attn_weights_einsum: the einsum for computing the attention weights. When\n unspecified, the default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n attn_weights_value_einsum: the einsum for computing the product of the\n attention weights and the values. When unspecified, the default\n `jnp.einsum` will be used. This argument is mutually exclusive with\n `precision` and `einsum_dot_general`.\n\n Returns:\n Output of shape ``[batch..., q_length, num_heads, v_depth_per_head]``.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and\n `qk_attn_weights_einsum`/`attn_weights_value_einsum` are\n specified.\n """"""\n if (qk_attn_weights_einsum and not attn_weights_value_einsum) or (\n not qk_attn_weights_einsum and attn_weights_value_einsum\n ):\n raise ValueError(\n 'qk_attn_weights_einsum and attn_weights_value_einsum must be specified'\n ' together.'\n )\n if (precision or einsum_dot_general) and (\n qk_attn_weights_einsum or attn_weights_value_einsum\n ):\n raise ValueError(\n 'precision/einsum_dot_general and'\n ' qk_attn_weights_einsum/attn_weights_value_einsum are mutually'\n ' exclusive. Please specify only one of them.'\n )\n\n query, key, value = promote_dtype(query, key, value, dtype=dtype)\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n force_fp32_for_softmax,\n einsum_dot_general=einsum_dot_general,\n einsum=qk_attn_weights_einsum,\n )\n if not attn_weights_value_einsum:\n attn_weights_value_einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n # return weighted sum over values for each query position\n return attn_weights_value_einsum(\n '...hqk,...khd->...qhd',\n attn_weights,\n value,\n )\n\n\nclass MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n\n **NOTE**: ``MultiHeadAttention`` is a wrapper of ``MultiHeadDotProductAttention``,\n and so their implementations are identical. However ``MultiHeadAttention`` layers\n will, by default, be named ``MultiHeadAttention_{index}``, whereas ``MultiHeadDotProductAttention``\n will be named ``MultiHeadDotProductAttention_{index}``. Therefore, this could affect\n checkpointing, param collection names and RNG threading (since the layer name is\n used when generating new RNG's) within the module.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n bias_init: initializer for the bias of the Dense layers.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n """"""\n\n\nclass SelfAttention(MultiHeadDotProductAttention):\n """"""Self-attention special case of multi-head dot-product attention.\n This layer is deprecated in favor of ``MultiHeadDotProductAttention``.\n\n Example usage::\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> variables = layer.init(jax.random.key(0), jnp.ones((4, 3, 2, 5)))\n """"""\n\n @compact\n def __call__( # type: ignore\n self,\n inputs_q: Array,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product self-attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n warnings.warn(\n 'SelfAttention will be deprecated soon. Use '\n '`MultiHeadDotProductAttention.__call__(inputs_q)` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n return super().__call__(\n inputs_q,\n mask=mask,\n deterministic=deterministic,\n dropout_rng=dropout_rng,\n sow_weights=sow_weights,\n )\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., ``[batch..., len_q]``, ``[batch..., len_kv]``, the\n attention weights will be ``[batch..., heads, len_q, len_kv]`` and this\n function will produce ``[batch..., 1, len_q, len_kv]``.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len_q, len_kv]`` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., ``[batch..., len]``, the self-attention weights\n will be ``[batch..., heads, len, len]`` and this function will produce a\n causal mask of shape ``[batch..., 1, len, len]``.\n\n Args:\n x: input array of shape ``[batch..., len]``\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len, len]`` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +10661,685031813,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +10662,685033019,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27267,0,"",python,selection_command +10663,685033209,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27268,0,"",python,selection_command +10664,685036245,".venv/lib/python3.10/site-packages/flax/linen/attention.py",29306,0,"",python,selection_command +10665,685036763,".venv/lib/python3.10/site-packages/flax/linen/attention.py",31595,0,"",python,selection_command +10666,685037176,".venv/lib/python3.10/site-packages/flax/linen/attention.py",29306,0,"",python,selection_command +10667,685037328,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27243,0,"",python,selection_command +10668,685037858,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +10669,685038016,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27267,0,"",python,selection_command +10670,685038268,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27268,0,"",python,selection_command +10671,685038292,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27296,0,"",python,selection_command +10672,685038576,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27268,0,"",python,selection_command +10673,685038729,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11613,0,"",python,selection_command +10674,685040577,".venv/lib/python3.10/site-packages/flax/linen/attention.py",13508,0,"",python,selection_command +10675,685041154,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,0,"",python,selection_command +10676,685044634,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15311,0,"",python,selection_command +10677,685101048,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16275,0,"",python,selection_command +10678,685101309,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22967,0,"",python,selection_command +10679,685109287,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22987,0,"",python,selection_command +10680,685109611,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23059,0,"",python,selection_command +10681,685110333,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23068,0,"",python,selection_command +10682,685110493,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23070,0,"",python,selection_command +10683,685110638,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23074,0,"",python,selection_command +10684,685110851,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23075,0,"",python,selection_command +10685,685111213,".venv/lib/python3.10/site-packages/flax/linen/module.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Flax Module.""""""\n\nimport contextlib\nimport dataclasses\nimport enum\nimport functools\nimport inspect\nimport sys\nimport threading\nimport typing\nimport weakref\nfrom types import MappingProxyType\nfrom typing import (\n Any,\n Literal,\n Optional,\n TypeVar,\n Union,\n overload,\n)\nfrom collections.abc import Callable, Iterable, Iterator, Mapping\n\nimport jax\nimport jax.numpy as jnp\nimport typing_extensions as tpe\n\nimport flax\nimport flax.linen as nn\nfrom flax import (\n config,\n core,\n errors,\n serialization,\n traceback_util,\n traverse_util,\n)\nfrom flax.core import Scope, meta, partial_eval\nfrom flax.core.frozen_dict import FrozenDict\nfrom flax.core.scope import (\n CollectionFilter,\n DenyList,\n Variable,\n union_filters,\n)\nfrom flax.ids import FlaxId, uuid\nfrom flax.linen import kw_only_dataclasses\nfrom flax.typing import (\n RNGSequences,\n PRNGKey,\n FrozenVariableDict,\n VariableDict,\n)\n\ntraceback_util.register_exclusion(__file__)\n\n\nT = TypeVar('T')\nK = TypeVar('K')\nM = TypeVar('M', bound='Module')\n_CallableT = TypeVar('_CallableT', bound=Callable)\n\n\n# Used for abstractly testing module behavior.\nTestScope = type(\n 'TestScope',\n (Scope,),\n {'make_rng': lambda self, name: jax.random.key(0)},\n)\n\n\n# pylint: disable=protected-access,attribute-defined-outside-init\ndef _get_fn_name(fn):\n if isinstance(fn, functools.partial):\n return _get_fn_name(fn.func)\n return getattr(fn, '__name__', 'unnamed_function')\n\n\ndef _indent(x: str, num_spaces: int):\n indent_str = ' ' * num_spaces\n lines = x.split('\n')\n # skip last line because it is always empty and should not be indented.\n assert not lines[-1]\n return '\n'.join(indent_str + line for line in lines[:-1]) + '\n'\n\n\ndef _attr_repr(value: Any):\n if callable(value) and (\n (isinstance(value, nn.Module) and value.__dict__.get('__name__', None))\n or (not isinstance(value, nn.Module) and getattr(value, '__name__', None))\n ):\n value_rep = value.__name__\n else:\n value_rep = repr(value)\n return value_rep\n\n\ndef _module_repr(module: 'Module', num_spaces: int = 4):\n """"""Returns a pretty printed representation of the module.""""""\n cls = type(module)\n try:\n fields = dataclasses.fields(cls)\n except TypeError:\n # Edge case with no fields e.g. module = nn.Module() causes error later.\n return object.__repr__(module)\n cls_name = cls.__name__\n rep = ''\n\n attributes = {\n f.name: f.type\n for f in fields\n if f.name not in ('parent', 'name') and f.repr\n }\n child_modules = {\n k: v\n for k, v in module._state.children.items() # pytype: disable=attribute-error\n if isinstance(v, Module)\n }\n if attributes:\n rep += '# attributes\n'\n for attr in attributes.keys():\n # TODO(jheek): can we get a nice string representation of attribute types?\n value = module.__dict__.get(attr, None)\n value_rep = _attr_repr(value)\n rep += f'{attr} = {value_rep}\n'\n if child_modules:\n rep += '# children\n'\n for name, child in child_modules.items():\n child_rep = _module_repr(child, num_spaces)\n rep += f'{name} = {child_rep}\n'\n if rep:\n return f'{cls_name}(\n{_indent(rep, num_spaces)})'\n else:\n return f'{cls_name}()'\n\n\n# Tabulation utilities.\n# -----------------------------------------------------------------------------\n@dataclasses.dataclass\nclass _CallInfo:\n index: int\n path: tuple[str, ...]\n module: 'Module'\n rngs: dict[str, core.scope.PRNGKey | core.scope.LazyRng] | None\n mutable: bool\n method: str\n args: tuple[Any, ...]\n kwargs: dict[str, Any]\n outputs: Any\n\n\n@dataclasses.dataclass\nclass _CallInfoContext(threading.local):\n index: int\n calls: list[_CallInfo]\n\n def get_call_index(self) -> int:\n index = self.index\n self.index += 1\n return index\n\n\n@contextlib.contextmanager\ndef _tabulate_context():\n _context.call_info_stack.append(_CallInfoContext(0, []))\n try:\n yield\n finally:\n _context.call_info_stack.pop()\n\n\n# Track parent relationship across Modules.\n# -----------------------------------------------------------------------------\nclass _DynamicContext(threading.local):\n """"""Dynamic context.""""""\n\n # TODO(marcvanzee): switch to using contextvars once minimum python version is\n # 3.7\n\n def __init__(self):\n self.module_stack: list['Module' | None] = [\n None,\n ]\n self.capture_stack = []\n self.call_info_stack: list[_CallInfoContext] = []\n\n\n# The global context\n_context = _DynamicContext()\n\n\nclass _Sentinel:\n def __copy__(self):\n return self # Do not copy singleton sentinel.\n\n def __deepcopy__(self, memo):\n del memo\n return self # Do not copy singleton sentinel.\n\n def __reduce__(self):\n return _get_unspecified_parent, ()\n\n\ndef _get_unspecified_parent():\n return _unspecified_parent\n\n\n_unspecified_parent = _Sentinel()\n\n\n# Enable automatic named_call wrapping for labelling profile traces.\n# -----------------------------------------------------------------------------\n_use_named_call = config.flax_profile\n\n\ndef _derive_profiling_name(module, fn):\n fn_name = _get_fn_name(fn)\n method_suffix = f'.{fn_name}' if fn_name != '__call__' else ''\n module_name = module.name or module.__class__.__name__\n return f'{module_name}{method_suffix}'\n\n\ndef enable_named_call():\n """"""Enables named call wrapping for labelling profile traces.\n\n When named call wrapping is enabled all JAX ops executed in a Module\n will be run under ``jax.named_scope``. The ``Module`` class name will\n show up around the operations belonging to that Module in the\n Tensorboard profiling UI, simplifying the profiling process.\n\n Note that ``jax.named_scope`` only works for\n compiled functions (e.g.: using jax.jit or jax.pmap).\n """"""\n global _use_named_call\n _use_named_call = True\n\n\ndef disable_named_call():\n """"""Disables named call wrapping.\n\n See ``enable_named_call``\n """"""\n global _use_named_call\n _use_named_call = False\n\n\n@contextlib.contextmanager\ndef override_named_call(enable: bool = True):\n # pylint: disable=g-doc-return-or-yield\n """"""Returns a context manager that enables/disables named call wrapping.\n\n Args:\n enable: If true, enables named call wrapping for labelling profile traces.\n (see ``enabled_named_call``).\n """"""\n # pylint: enable=g-doc-return-or-yield\n global _use_named_call\n use_named_call_prev = _use_named_call\n _use_named_call = enable\n try:\n yield\n finally:\n _use_named_call = use_named_call_prev\n\n\n# Intercept module methods.\n# -----------------------------------------------------------------------------\n@dataclasses.dataclass(frozen=True)\nclass InterceptorContext:\n """"""Read only state showing the calling context for method interceptors.\n\n Attributes:\n module: The Module instance whose method is being called.\n method_name: The name of the method being called on the module.\n orig_method: The original method defined on the module. Calling it will\n short circuit all other interceptors.\n """"""\n\n module: 'Module'\n method_name: str\n orig_method: Callable[..., Any]\n\n\nclass ThreadLocalStack(threading.local):\n """"""Thread-local stack.""""""\n\n def __init__(self):\n self._storage = []\n\n def push(self, elem: Any) -> None:\n self._storage.append(elem)\n\n def pop(self) -> Any:\n return self._storage.pop()\n\n def __iter__(self) -> Iterator[Any]:\n return iter(reversed(self._storage))\n\n def __len__(self) -> int:\n return len(self._storage)\n\n def __repr__(self) -> str:\n return f'{self.__class__.__name__}({self._storage})'\n\n\nArgs = tuple[Any]\nKwargs = dict[str, Any]\nNextGetter = Callable[..., Any]\nInterceptor = Callable[[NextGetter, Args, Kwargs, InterceptorContext], Any]\n_global_interceptor_stack = ThreadLocalStack()\n\n\n@contextlib.contextmanager\ndef intercept_methods(interceptor: Interceptor):\n # pylint: disable=g-doc-return-or-yield\n r""""""Registers a new method interceptor.\n\n Method interceptors allow you to (at a distance) intercept method calls to\n modules. It works similarly to decorators. You could modify args/kwargs before\n calling the underlying method and/or modify the result returning from calling\n the underlying method. Or you could completely skip calling the underlying\n method and decide to do something differently. For example::\n\n >>> import flax.linen as nn\n >>> import jax.numpy as jnp\n ...\n >>> class Foo(nn.Module):\n ... def __call__(self, x):\n ... return x\n ...\n >>> def my_interceptor1(next_fun, args, kwargs, context):\n ... print('calling my_interceptor1')\n ... return next_fun(*args, **kwargs)\n ...\n >>> foo = Foo()\n >>> with nn.intercept_methods(my_interceptor1):\n ... _ = foo(jnp.ones([1]))\n calling my_interceptor1\n\n You could also register multiple interceptors on the same method. Interceptors\n will run in order. For example::\n\n >>> def my_interceptor2(next_fun, args, kwargs, context):\n ... print('calling my_interceptor2')\n ... return next_fun(*args, **kwargs)\n ...\n >>> with nn.intercept_methods(my_interceptor1), \\n ... nn.intercept_methods(my_interceptor2):\n ... _ = foo(jnp.ones([1]))\n calling my_interceptor1\n calling my_interceptor2\n\n You could skip other interceptors by directly calling the\n ``context.orig_method``. For example::\n\n >>> def my_interceptor3(next_fun, args, kwargs, context):\n ... print('calling my_interceptor3')\n ... return context.orig_method(*args, **kwargs)\n >>> with nn.intercept_methods(my_interceptor3), \\n ... nn.intercept_methods(my_interceptor1), \\n ... nn.intercept_methods(my_interceptor2):\n ... _ = foo(jnp.ones([1]))\n calling my_interceptor3\n\n The following methods couldn't be intercepted:\n\n 1. Methods decoratored with ``nn.nowrap``.\n 2. Dunder methods including ``__eq__``, ``__repr__``, ``__init__``, ``__hash__``, and ``__post_init__``.\n 3. Module dataclass fields.\n 4. Module descriptors.\n\n Args:\n interceptor: A method interceptor.\n """"""\n _global_interceptor_stack.push(interceptor)\n try:\n yield\n finally:\n assert _global_interceptor_stack.pop() is interceptor\n\n\ndef run_interceptors(\n orig_method: Callable[..., Any],\n module: 'Module',\n *args,\n **kwargs,\n) -> Any:\n """"""Runs method interceptors.""""""\n method_name = _get_fn_name(orig_method)\n fun = functools.partial(orig_method, module)\n context = InterceptorContext(module, method_name, fun)\n\n def wrap_interceptor(interceptor, fun):\n """"""Wraps `fun` with `interceptor`.""""""\n\n @functools.wraps(fun)\n def wrapped(*args, **kwargs):\n return interceptor(fun, args, kwargs, context)\n\n return wrapped\n\n # Wraps interceptors around the original method. The innermost interceptor is\n # the last one added and directly wrapped around the original bound method.\n for interceptor in _global_interceptor_stack:\n fun = wrap_interceptor(interceptor, fun)\n return fun(*args, **kwargs)\n\n\n# Utilities for pytrees of Modules defined inside setup()\n# -----------------------------------------------------------------------------\n\n\ndef _sorted_items(x):\n """"""Returns items of a dict ordered by keys.""""""\n return sorted(x.items(), key=lambda x: x[0])\n\n\ndef _get_suffix_value_pairs(\n tree_or_leaf: Any,\n) -> list[tuple[str, type['Module']]]:\n """"""Helper for naming pytrees of submodules.""""""\n dict_or_leaf = serialization.to_state_dict(tree_or_leaf)\n if not isinstance(dict_or_leaf, dict) or not dict_or_leaf:\n return [('', tree_or_leaf)]\n else:\n flat_dict = traverse_util.flatten_dict(dict_or_leaf)\n return [('_' + '_'.join(k), v) for k, v in _sorted_items(flat_dict)]\n\n\ndef _map_over_modules_in_tree(fn, tree_or_leaf):\n """"""Helper for mapping function over submodules.""""""\n dict_or_leaf = serialization.to_state_dict(tree_or_leaf)\n if not isinstance(dict_or_leaf, dict) or not dict_or_leaf:\n return fn('', tree_or_leaf)\n else:\n flat_dict = traverse_util.flatten_dict(dict_or_leaf, keep_empty_nodes=True)\n mapped_flat_dict = {\n k: fn('_' + '_'.join(k), v) for k, v in _sorted_items(flat_dict)\n }\n return serialization.from_state_dict(\n tree_or_leaf, traverse_util.unflatten_dict(mapped_flat_dict)\n )\n\n\ndef _freeze_attr(val: Any) -> Any:\n """"""Recursively wrap the given attribute `var` in ``FrozenDict``.""""""\n if isinstance(val, (dict, FrozenDict)):\n return FrozenDict({k: _freeze_attr(v) for k, v in val.items()})\n elif isinstance(val, tuple):\n # Special case namedtuples and special JAX tuple structures otherwise they\n # would be downgraded to normal tuples.\n if hasattr(val, '_fields') or type(val).__name__ == 'PartitionSpec':\n return type(val)(*[_freeze_attr(v) for v in val])\n else:\n return tuple(_freeze_attr(v) for v in val)\n elif isinstance(val, list):\n return tuple(_freeze_attr(v) for v in val)\n else:\n return val\n\n\n# Method wrapping of ""compact methods"" and setup()\n# -----------------------------------------------------------------------------\ndef compact(fun: _CallableT) -> _CallableT:\n """"""Marks the given module method allowing inlined submodules.\n\n Methods wrapped in @compact can define submodules directly within the method.\n\n For instance::\n\n >>> import flax.linen as nn\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x, features):\n ... x = nn.Dense(features)(x)\n ... ...\n ... return x\n\n At most one method in each Module may be wrapped with @compact.\n\n Args:\n fun: The Module method to mark as compact.\n\n Returns:\n The given function ``fun`` marked as compact.\n """"""\n fun.compact = True # type: ignore[attr-defined]\n return fun\n\n\ndef nowrap(fun: _CallableT) -> _CallableT:\n """"""Marks the given module method as a helper method that needn't be wrapped.\n\n Methods wrapped in ``@nowrap`` are private helper methods that needn't be wrapped\n with the state handler or a separate named_call transform.\n\n This is needed in several concrete instances:\n - if you're subclassing a method like Module.param and don't want this\n overriden core function decorated with the state management wrapper.\n - If you want a method to be callable from an unbound Module (e.g.: a\n function of construction of arguments that doesn't depend on params/RNGs).\n If you want to learn more about how Flax Modules manage their state read the\n [The Flax Module lifecycle](https://flax.readthedocs.io/en/latest/developer_notes/module_lifecycle.html)\n guide.\n\n For instance::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class Foo(nn.Module):\n ... num_features: int\n\n ... @nn.nowrap\n ... def _make_dense(self, num_features):\n ... return nn.Dense(num_features)\n\n ... @nn.compact\n ... def __call__(self, x):\n ... # now safe to use constructor helper even if using named_call\n ... dense = self._make_dense(self.num_features)\n ... return dense(x)\n\n Args:\n fun: The Module method to mark as nowrap.\n\n Returns:\n The given function ``fun`` marked as nowrap.\n """"""\n fun.nowrap = True # type: ignore[attr-defined]\n return fun\n\n\ndef compact_name_scope(fun: _CallableT) -> _CallableT:\n """"""Creates compact submodules from a method.\n\n This is a decorator that allows you to define compact submodules from a\n method. It's intention is to make it easier to port code Haiku code to Flax\n by providing the same functionality.\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax\n >>> import jax.numpy as jnp\n >>> from flax.core import pretty_repr\n ...\n >>> class Foo(nn.Module):\n ... @nn.compact_name_scope\n ... def up(self, x):\n ... return nn.Dense(3)(x)\n ...\n ... @nn.compact_name_scope\n ... def down(self, x):\n ... return nn.Dense(3)(x)\n ...\n ... def __call__(self, x):\n ... return self.up(x) + self.down(x)\n ...\n >>> module = Foo()\n >>> variables = module.init(jax.random.PRNGKey(0), jnp.ones((1, 2)))\n >>> params = variables['params']\n >>> print(pretty_repr(jax.tree_util.tree_map(jnp.shape, params)))\n {\n down: {\n Dense_0: {\n bias: (3,),\n kernel: (2, 3),\n },\n },\n up: {\n Dense_0: {\n bias: (3,),\n kernel: (2, 3),\n },\n },\n }\n\n You can also use ``compact_name_scope`` inside ``@compact`` methods or even\n other\n ``compact_name_scope`` methods. Methods that are decorated with\n ``compact_name_scope``\n can also be called directly from ``init`` or ``apply`` via the ``method``\n argument::\n\n >>> y_down = module.apply({'params': params}, jnp.ones((1, 2)), method='down')\n >>> y_down.shape\n (1, 3)\n\n Args:\n fun: The Module method to mark as compact_name_scope.\n\n Returns:\n The given function ``fun`` marked as compact_name_scope.\n """"""\n\n @functools.wraps(fun)\n def compact_name_scope_wrapper(self: nn.Module, *args, **kwargs):\n name = fun.__name__\n if not hasattr(self, '_compact_name_scope_modules'):\n raise ValueError(\n f'Cannot call compact_name_scope method {name!r} on a Module that has not been '\n f'setup. This is likely because you are calling {name!r} '\n 'from outside of init or apply.'\n )\n module = self._compact_name_scope_modules[name]\n return module(*args, **kwargs)\n\n compact_name_scope_wrapper.compact_name_scope = True # type: ignore[attr-defined]\n compact_name_scope_wrapper.inner_fun = fun # type: ignore[attr-defined]\n compact_name_scope_wrapper.nowrap = True # type: ignore[attr-defined]\n return compact_name_scope_wrapper # type: ignore[return-value]\n\n\ndef _get_local_method_names(\n cls: Any, exclude: Iterable[str] = ()\n) -> tuple[str, ...]:\n """"""Gets method names of a class, excluding class and static methods.\n\n Args:\n cls: The class to get method names for.\n exclude: Names to exclude from output.\n\n Returns:\n A list of method names.\n """"""\n true_methods = set()\n for m in cls.__dict__:\n if callable(cls.__dict__[m]) and not inspect.isclass(\n cls.__dict__[m]\n ): # pytype: disable=not-supported-yet\n mtype = type(cls.__dict__[m])\n if mtype != staticmethod and mtype != classmethod:\n true_methods.add(m)\n return tuple(true_methods.difference(set(exclude)))\n\n\ndef _get_local_descriptor_names(\n cls: Any, exclude: Iterable[str] = ()\n) -> tuple[str, ...]:\n """"""Gets descriptor names of a class.\n\n Args:\n cls: The class to get property names for.\n exclude: Names to exclude from output.\n\n Returns:\n A list of property names.\n """"""\n true_properties = set()\n for m, attr in cls.__dict__.items():\n if not callable(attr) and (\n hasattr(attr, '__get__')\n or hasattr(attr, '__set__')\n or hasattr(attr, '__delete__')\n ):\n mtype = type(attr)\n if mtype != staticmethod and mtype != classmethod:\n true_properties.add(m)\n return tuple(true_properties.difference(set(exclude)))\n\n\ndef wrap_method_once(fun: Callable[..., Any]) -> Callable[..., Any]:\n """"""Manages Module state for a given user-defined method.\n\n Args:\n fun: User-defined Module method to manage state for.\n\n Returns:\n Wrapped method.\n """"""\n # Don't rewrap methods that have already had the state management wrapper\n # applied in the decorator stack. This wrapper should always be applied\n # before transformation wrappers.\n if hasattr(fun, 'method_handler_wrapped'):\n return fun\n\n @functools.wraps(fun)\n def wrapped_module_method(*args, **kwargs):\n # We might have incorrectly wrappped a callable\n # that is not a method. Check whether the first arg is self,\n # otherwise call the wrapped function as is.\n if args and isinstance(args[0], Module):\n self, args = args[0], args[1:]\n return self._call_wrapped_method(fun, args, kwargs)\n else:\n return fun(*args, **kwargs)\n\n wrapped_module_method.method_handler_wrapped = True # type: ignore[attr-defined]\n return wrapped_module_method\n\n\ndef wrap_descriptor_once(descriptor) -> 'DescriptorWrapper':\n """"""Wraps a descriptor to give better error messages.\n\n Args:\n descriptor: User-defined Module attribute descriptor.\n\n Returns:\n Wrapped descriptor.\n """"""\n # Don't rewrap descriptors.\n if isinstance(descriptor, DescriptorWrapper):\n return descriptor\n\n return create_descriptor_wrapper(descriptor)\n\n\ndef _wrap_hash(hash_fn: Callable[..., Any]) -> Callable[..., Any]:\n """"""Wraps a hash function with some check for Flax Modules.""""""\n\n @functools.wraps(hash_fn)\n def wrapped(self):\n if self.scope is not None:\n raise TypeError(""Can't call __hash__ on modules that hold variables."")\n try:\n hash_value = hash_fn(self)\n except TypeError as exc:\n raise TypeError(\n 'Failed to hash Flax Module. '\n 'The module probably contains unhashable attributes. '\n f'Module={self}'\n ) from exc\n return hash_value\n\n return wrapped\n\n\ndef _get_unbound_fn(method_or_fn: Callable[..., Any]) -> Callable[..., Any]:\n """"""Returns an unbound function from a method that is possibly bound.\n\n This means that if the passed function belongs of an instance of a class, then\n the returned function does no longer depend on the instance, which is passed\n as the first argument to the function.\n\n Args:\n method_or_fn: A class method or function.\n\n Returns:\n An unbound version of input function.\n """"""\n if inspect.ismethod(method_or_fn) and isinstance(\n method_or_fn.__self__, Module\n ): # pytype: disable=attribute-error\n method_or_fn = method_or_fn.__func__ # pytype: disable=attribute-error\n\n # The method should be callable, and it should have at least one argument\n # representing the class that is passed in.\n if (\n not callable(method_or_fn)\n or len(inspect.signature(method_or_fn).parameters) < 1\n ):\n raise errors.ApplyModuleInvalidMethodError(method_or_fn)\n\n return method_or_fn\n\n\ndef _map_submodules(fn: Callable[['Module'], Any], tree):\n """"""Map a function over all submodules in a tree.""""""\n g = lambda _, x: fn(x) if isinstance(x, Module) else x\n return _freeze_attr(_map_over_modules_in_tree(g, tree))\n\n\nclass SetupState(enum.IntEnum):\n # setup() has not been called.\n NEW = 0\n # setup() has been called outside a transform boundary.\n TRANSFORMED = 1\n # setup() has been called.\n DONE = 2\n\n\n@dataclasses.dataclass\nclass _ModuleInternalState:\n """"""Ephemeral Module Evaluation State.\n\n For clarity, we collect all of the temporary flags and ephemeral state used by\n Modules for autonaming and error messages here, alongside the rules used\n to pass this ephemeral state across transform boundaries.\n """"""\n\n in_compact_method: bool = False\n in_setup: bool = False\n setup_called: SetupState = SetupState.NEW\n is_initialized: bool = False\n autoname_cursor: dict[str, int] = dataclasses.field(default_factory=dict)\n children: dict[str, Union[str, 'Module']] = dataclasses.field(\n default_factory=dict\n )\n\n def reset(self) -> None:\n """"""Resets transient state.\n\n This function is called after each module method, so only attributes that\n are method-dependent are reset.\n """"""\n self.in_compact_method = False\n self.in_setup = False\n self.autoname_cursor = dict()\n\n def export(self) -> '_ModuleInternalState':\n """"""Exports transform-preserved state across transform boundary.""""""\n setup_state = (\n SetupState.TRANSFORMED if self.setup_called else SetupState.NEW\n )\n cloned = _ModuleInternalState(\n in_compact_method=self.in_compact_method,\n in_setup=self.in_setup,\n setup_called=setup_state,\n is_initialized=self.is_initialized,\n autoname_cursor=dict(self.autoname_cursor),\n )\n return cloned\n\n def reimport(self, other: '_ModuleInternalState') -> None:\n """"""Re-imports transform-preserved state from across transform boundary.""""""\n self.in_compact_method = other.in_compact_method\n self.in_setup = other.in_setup\n self.is_initialized = other.is_initialized\n self.autoname_cursor = dict(other.autoname_cursor)\n\n\n_uninitialized_module_internal_state = _ModuleInternalState()\n\n\n_UNDEFINED_COPY_PICKLE_METHODS = (\n '__getstate__',\n '__setstate__',\n '__getnewargs_ex__',\n '__reduce__',\n '__reduce_ex__',\n '__copy__',\n '__deepcopy__',\n)\n\n\n_caches: 'weakref.WeakKeyDictionary[Scope, weakref.WeakValueDictionary[FlaxId, Module]]' = weakref.WeakKeyDictionary()\n\n\ntuple_reduce = lambda xs, x: xs + (x,)\ntuple_init = lambda: ()\n\n\ncapture_call_intermediates = lambda _, method_name: method_name == '__call__'\n\n\nclass ParentDescriptor:\n """"""Wraps parent module references in weak refs.\n\n This prevents reference cycles from forming via parent links which can lead\n to accidental OOMs in eager mode due to slow garbage collection as well as\n spurious tracer leaks during jit compilation.\n\n Note: ""descriptors"" are the underlying python mechanism for implementing\n dynamic @property decorators. We need to use a raw descriptor instead of the\n more common decorator in order to force that the appropriate getter/setter\n logic applies in subclasses even after various dataclass transforms.\n """"""\n\n def __get__(self, obj, objtype=None):\n # check if obj is None, happens during %autoreload\n if obj is None:\n return None\n parent = object.__getattribute__(obj, '_parent_ref')\n return parent() if isinstance(parent, weakref.ReferenceType) else parent\n\n def __set__(self, obj, value):\n maybe_weak = weakref.ref(value) if isinstance(value, Module) else value\n object.__setattr__(obj, '_parent_ref', maybe_weak)\n\n\nclass Descriptor(tpe.Protocol):\n __isabstractmethod__: bool\n\n def __get__(self, obj, objtype=None) -> Any:\n ...\n\n def __set__(self, obj, value) -> None:\n ...\n\n def __delete__(self, obj) -> None:\n ...\n\n def __set_name__(self, owner, name) -> None:\n ...\n\n\nclass DescriptorWrapper:\n pass\n\n\ndef create_descriptor_wrapper(descriptor: Descriptor):\n """"""Creates a descriptor wrapper that calls a get_fn on the descriptor.""""""\n\n class _DescriptorWrapper(DescriptorWrapper):\n """"""A descriptor that can wrap any descriptor.""""""\n\n if hasattr(descriptor, '__isabstractmethod__'):\n __isabstractmethod__ = descriptor.__isabstractmethod__\n\n def __init__(self, wrapped: Descriptor):\n self.wrapped = wrapped\n\n # conditionally define descriptor methods\n if hasattr(descriptor, '__get__'):\n\n def __get__(self, *args, **kwargs):\n # here we will catch internal AttributeError and re-raise it as a\n # more informative and correct error message.\n try:\n return self.wrapped.__get__(*args, **kwargs)\n except AttributeError as e:\n raise errors.DescriptorAttributeError() from e\n\n if hasattr(descriptor, '__set__'):\n\n def __set__(self, *args, **kwargs):\n return self.wrapped.__set__(*args, **kwargs)\n\n if hasattr(descriptor, '__delete__'):\n\n def __delete__(self, *args, **kwargs):\n return self.wrapped.__delete__(*args, **kwargs)\n\n if hasattr(descriptor, '__set_name__'):\n\n def __set_name__(self, *args, **kwargs):\n self.wrapped.__set_name__(*args, **kwargs)\n\n def __getattr__(self, name):\n if 'wrapped' not in vars(self):\n raise AttributeError()\n return getattr(self.wrapped, name)\n\n return _DescriptorWrapper(descriptor)\n\n\n# Base Module definition.\n# -----------------------------------------------------------------------------\n\n\ndef module_field(*, kw_only: bool = False, default: Any | None = ...) -> Any:\n ...\n\n\n# The ModuleBase class is created only to make static analyzers happy\n# mainly pytype and pyright. Some notes:\n# * pyright (correctly) complains that Module itself is not a dataclass, even\n# though all its subclasses and intances ARE dataclasses. Because there is no\n# way to annotate this in a way that pyright understands, we create a\n# ModuleBase class decorated with `dataclass_transform` such that pyright\n# thinks Module is a dataclass (in reality only subclasses are instantiated\n# so this is fine).\n# * The `__dataclass_fields__` attribute is needed because pytype seems to\n# not understand the `dataclass_transform` decorator, therefore we need\n# to add the attribute manually.\n# * Other attributes are annotated for completeness. Because we are using\n# the `if typing.TYPE_CHECKING` pattern, these annotations are not present\n# at runtime so they don't affect the dataclass behavior.\n@tpe.dataclass_transform(field_specifiers=(module_field,)) # type: ignore[literal-required]\nclass ModuleBase:\n if typing.TYPE_CHECKING:\n scope: Scope | None\n _state: _ModuleInternalState\n _parent_ref: Union['Module', weakref.ReferenceType['Module'], None]\n __dataclass_fields__: dict[str, dataclasses.Field]\n\n\nclass Module(ModuleBase):\n """"""Base class for all neural network modules.\n\n Layers and models should subclass this class.\n\n All Flax Modules are Python 3.7\n `dataclasses `_. Since\n dataclasses take over ``__init__``, you should instead override :meth:`setup`,\n which is automatically called to initialize the module.\n\n Modules can contain submodules, and in this way can be nested in a tree\n structure. Submodels can be assigned as regular attributes inside the\n :meth:`setup` method.\n\n You can define arbitrary ""forward pass"" methods on your Module subclass.\n While no methods are special-cased, ``__call__`` is a popular choice because\n it allows you to use module instances as if they are functions::\n\n >>> from flax import linen as nn\n >>> from typing import Tuple\n\n >>> class Module(nn.Module):\n ... features: Tuple[int, ...] = (16, 4)\n\n ... def setup(self):\n ... self.dense1 = nn.Dense(self.features[0])\n ... self.dense2 = nn.Dense(self.features[1])\n\n ... def __call__(self, x):\n ... return self.dense2(nn.relu(self.dense1(x)))\n\n Optionally, for more concise module implementations where submodules\n definitions are co-located with their usage, you can use the\n :meth:`compact` wrapper.\n """"""\n\n if typing.TYPE_CHECKING:\n name: str | None = module_field(kw_only=True, default=None)\n parent: Union['Module', _Sentinel, None] = module_field(\n kw_only=True, default=None\n )\n\n def __init__(self, *args, **kwargs):\n # this stub makes sure pytype accepts constructor arguments.\n pass\n\n def __call__(self, *args, **kwargs) -> Any:\n # this stub allows pytype to accept Modules as Callables.\n pass\n\n @classmethod\n def __init_subclass__(cls, kw_only: bool = False, **kwargs: Any) -> None:\n """"""Automatically initializes all subclasses as custom dataclasses.""""""\n super().__init_subclass__(**kwargs)\n # All Flax Modules are dataclasses. We force this convention since\n # it encourages the stateless behavior needed to clone module instances for\n # functional transformation. Instead of using a python metaclass, we\n # automatically transform Modules into dataclasses at subclass creation\n # time, and we set the last dataclass arguments to `parent` and `name`.\n cls._customized_dataclass_transform(kw_only)\n # We wrap user-defined methods including setup and __call__ to enforce\n # a number of different checks and to provide clear error messages.\n cls._find_compact_name_scope_methods()\n cls._wrap_module_attributes()\n # Set empty class defaults.\n cls._state = _uninitialized_module_internal_state # type: ignore[attr-defined]\n cls.scope: Scope | None = None # type: ignore\n # Handles weak referencing of parent Modules to prevent reference cycles.\n cls._parent_ref = None # type: ignore[attr-defined]\n cls.parent = ParentDescriptor() # type: ignore[assignment]\n\n @classmethod\n def _customized_dataclass_transform(cls, kw_only: bool):\n """"""Transforms `cls` into a dataclass, with custom additional behavior.\n\n 1. Inject `parent` and `name` fields. (If they are already present,\n then check that they have the expected types.)\n 2. Set compare, hash, and repr to False for non-init fields.\n 3. Generate a hash function (if not provided by cls).\n """"""\n # Check reserved attributes have expected type annotations.\n annotations = dict(cls.__dict__.get('__annotations__', {}))\n if annotations.get('parent', _ParentType) != _ParentType:\n raise errors.ReservedModuleAttributeError(annotations)\n if annotations.get('name', str) not in ('str', str, Optional[str]):\n raise errors.ReservedModuleAttributeError(annotations)\n\n # any non-init field will only be set in setup\n # During __hash__ and __eq__ the field is not set yet\n # so it should not be used in compare, hash or repr.\n for field in annotations:\n field_meta = getattr(cls, field, None)\n if isinstance(field_meta, dataclasses.Field) and not field_meta.init:\n field_meta.compare = False\n field_meta.hash = False\n field_meta.repr = False\n\n extra_fields = [\n (\n 'parent',\n _ParentType,\n kw_only_dataclasses.field(\n repr=False, default=_unspecified_parent, kw_only=True\n ),\n ),\n (\n 'name',\n Optional[str],\n kw_only_dataclasses.field(default=None, kw_only=True),\n ),\n ]\n\n if kw_only:\n if tuple(sys.version_info)[:3] >= (3, 10, 0):\n for (\n name,\n annotation, # pytype: disable=invalid-annotation\n default,\n ) in extra_fields:\n setattr(cls, name, default)\n cls.__annotations__[name] = annotation\n dataclasses.dataclass( # type: ignore[call-overload]\n unsafe_hash='__hash__' not in cls.__dict__,\n repr=False,\n kw_only=True,\n )(cls)\n else:\n raise TypeError('`kw_only` is not available before Py 3.10.')\n else:\n # Now apply dataclass transform (which operates in-place).\n # Do generate a hash function only if not provided by the class.\n kw_only_dataclasses.dataclass(\n cls,\n unsafe_hash='__hash__' not in cls.__dict__,\n repr=False,\n extra_fields=extra_fields,\n ) # pytype: disable=wrong-keyword-args\n\n cls.__hash__ = _wrap_hash(cls.__hash__) # type: ignore[method-assign]\n\n @classmethod\n def _find_compact_name_scope_methods(cls):\n """"""Finds all compact_name_scope methods in the class.""""""\n methods = [m[0] for m in inspect.getmembers(cls, predicate=callable)]\n compact_name_scope_fns = tuple(\n method_name\n for method_name in methods\n if hasattr(getattr(cls, method_name), 'compact_name_scope')\n )\n cls._compact_name_scope_methods = compact_name_scope_fns\n\n @classmethod\n def _wrap_module_attributes(cls):\n """"""Wraps user-defined non-inherited methods and descriptors with state\n\n management functions.\n """"""\n # wrap methods\n method_exclusions = [f.name for f in dataclasses.fields(cls)] + [\n '__eq__',\n '__repr__',\n '__init__',\n '__hash__',\n '__post_init__',\n ]\n for key in _get_local_method_names(cls, exclude=method_exclusions):\n method = getattr(cls, key)\n if hasattr(method, 'nowrap'):\n continue\n setattr(cls, key, wrap_method_once(method))\n\n # wrap descriptors\n descriptor_exclusions = [f.name for f in dataclasses.fields(cls)] + [\n 'parent',\n '__dict__',\n ]\n for key in _get_local_descriptor_names(cls, descriptor_exclusions):\n # don't use getattr here, since it will call the descriptor\n descriptor = cls.__dict__[key]\n if hasattr(descriptor, 'nowrap'):\n continue\n setattr(cls, key, wrap_descriptor_once(descriptor))\n return cls\n\n def _call_wrapped_method(self, fun, args, kwargs):\n """"""Calls a wrapped method.\n\n This function is responsible for setting up the thread local state\n correctly before calling the method and cleaning up afterwards.\n This includes storing intermediates, setup of the compact scope,\n and making sure setup is called before any other method.\n\n Args:\n fun: The wrapped method.\n args: Named arguments passed to ``fun``.\n kwargs: Keyword arguments passed to ``fun``.\n\n Returns:\n The results of calling ``fun``.\n """"""\n is_compact_method = hasattr(fun, 'compact')\n fun_name = _get_fn_name(fun)\n is_setup_method = fun_name == 'setup'\n add_call_info = not is_setup_method and len(_context.call_info_stack) > 0\n # We lazily call setup() only when needed.\n if is_setup_method:\n if self.scope is None:\n raise errors.CallSetupUnboundModuleError()\n is_recurrent = self._state.in_setup\n self._state.in_setup = True\n else:\n self._try_setup()\n\n if is_compact_method:\n if self.scope is None:\n raise errors.CallCompactUnboundModuleError()\n is_recurrent = self._state.in_compact_method\n self._state.in_compact_method = True\n _context.module_stack.append(self)\n try:\n # get call info\n if add_call_info:\n assert self.scope is not None\n call_index = _context.call_info_stack[-1].get_call_index()\n\n if _global_interceptor_stack:\n run_fun = functools.partial(run_interceptors, fun)\n else:\n run_fun = fun\n\n # call method\n if _use_named_call:\n with jax.named_scope(_derive_profiling_name(self, fun)):\n y = run_fun(self, *args, **kwargs)\n else:\n y = run_fun(self, *args, **kwargs)\n\n if _context.capture_stack:\n filter_fn = _context.capture_stack[-1]\n if filter_fn and filter_fn(self, fun_name):\n self.sow('intermediates', fun_name, y)\n if add_call_info:\n _args, _kwargs, _y = flax.linen.summary._represent_tree(\n (args, kwargs, y)\n )\n _context.call_info_stack[-1].calls.append(\n _CallInfo(\n call_index,\n self.path,\n self.clone(),\n self.scope.rngs,\n self.scope.mutable,\n fun.__name__,\n _args,\n _kwargs,\n _y,\n )\n )\n return y\n finally:\n _context.module_stack.pop()\n if is_compact_method:\n object.__setattr__(self, 'scope', self.scope.rewound())\n # setup or compact calls can be recurrent for example due to super calls\n # resetting the state would cause is compact/setup method\n # to be set to False prematurely.\n if (is_compact_method or is_setup_method) and not is_recurrent:\n self._state.reset()\n\n def __setattr__(self, name: str, val: Any):\n """"""Sets an attribute on this Module.\n\n We overload setattr solely to support pythonic naming via assignment of\n submodules in the special :meth:`setup` function::\n\n self.submodule_name = MyModule(...)\n\n We also support lists and other general pytrees, e.g.::\n\n self.submodules = [MyModule0(..), MyModule1(..), ...]\n\n Args:\n name: Attribute to set.\n val: Value of the attribute.\n """"""\n fields = self.__dataclass_fields__ # pytype: disable=attribute-error\n is_dataclass_attr = name in fields and fields[name].init\n\n if not self._state.in_setup:\n if not self._state.is_initialized:\n # Setting attributes before end of Module.__post_init__()\n object.__setattr__(self, name, val)\n return\n else:\n # If the attribute is a python special method, we allow setting it (this\n # is useful e.g. for IPython auto-reload).\n if name.startswith('__'):\n object.__setattr__(self, name, val)\n return\n # We're past all initialization and setup logic:\n # Raises a TypeError just like frozen python dataclasses.\n raise errors.SetAttributeFrozenModuleError(\n self.__class__.__name__, name, val\n )\n\n # We're inside the setup() method:\n if is_dataclass_attr:\n # These names are specified as dataclass fields. They should not be\n # initialized within the setup() method, but can be modified freely\n # before it.\n raise errors.SetAttributeInModuleSetupError()\n\n # Values (that may be variables or submodules) are being defined and\n # attached in setup(), we run some extra logic in that case.\n self._register_submodules(name, val)\n\n def __getattr__(self, name: str) -> Any:\n """"""Call setup() before getting any setup-defined attributes.""""""\n # We don't want to return anything for python copy / pickle methods.\n if name in _UNDEFINED_COPY_PICKLE_METHODS:\n raise AttributeError()\n self._try_setup()\n if name in self.__dict__:\n return self.__dict__[name]\n else:\n msg = f'""{self.__class__.__name__}"" object has no attribute ""{name}"".'\n if self.scope is None:\n msg += (\n f' If ""{name}"" is defined in \'.setup()\', remember these fields '\n ""are only accessible from inside 'init' or 'apply'.""\n )\n raise AttributeError(msg)\n\n def __dir__(self) -> list[str]:\n """"""Call setup() before listing attributes.""""""\n self._try_setup()\n return object.__dir__(self) # type: ignore\n\n def __post_init__(self) -> None:\n # DO NOT REMOVE - Marker for internal logging.\n # In dataclasses, __init__ is overridden to process dataclass arguments,\n # and __post_init__ is called immediately afterwards. Here, depending on the\n # type of `parent` passed to initialize the Module, we either defer\n # initialization, attach this Module as a submodule of a parent, or bind\n # this Module at the top-level to variables and rngs.\n\n object.__setattr__(self, '_id', uuid())\n object.__setattr__(self, '_state', _ModuleInternalState())\n\n # Typically we set the parent based on the dynamic module context.\n if self.parent is _unspecified_parent: # pytype: disable=attribute-error\n object.__setattr__(self, 'parent', _context.module_stack[-1])\n\n # Initialization is deferred for top level Modules or any other ""orphan""\n # Modules until attachment by __setattr__ i.e. MyModule(..., parent=None)\n if self.parent is None:\n return\n\n # Register submodule on parent Module.\n if isinstance(self.parent, Module):\n # When initializing an unnamed Module inside setup()\n # initialization is deferred until attachment by __setattr__\n # i.e. self.mymodule = MyModule(...)\n self.name: str | None\n if (\n self.parent._state.in_setup and self.name is None\n ): # pytype: disable=attribute-error\n return\n if not self.parent._initialization_allowed:\n raise errors.AssignSubModuleError(self.__class__.__name__)\n # Autonaming of submodules.\n if self.name is None: # pytype: disable=attribute-error\n prefix = f'{self.__class__.__name__}'\n cursor = self.parent._state.autoname_cursor.get(prefix, 0)\n self.name = f'{prefix}_{cursor}'\n self.parent._state.autoname_cursor[prefix] = cursor + 1\n # Allow scope aliasing under transforms for submodules defined in setup.\n reuse_scopes = (\n self.parent._state.in_setup\n and self.parent._state.setup_called == SetupState.TRANSFORMED\n )\n # Perform name-collision check.\n if self.parent._name_taken(self.name, reuse_scopes=reuse_scopes):\n parent_class = self.parent.__class__.__name__\n raise errors.NameInUseError('submodule', self.name, parent_class)\n # Finalize attachment to parent and scope initialization.\n self.parent._state.children[self.name] = self\n assert self.parent.scope is not None\n object.__setattr__(\n self, 'scope', self.parent.scope.push(self.name, reuse=reuse_scopes)\n )\n\n # Top-level invocation with a functional Scope.\n elif isinstance(self.parent, Scope):\n object.__setattr__(self, 'scope', self.parent)\n else:\n raise ValueError('parent must be None, Module or Scope')\n\n # eagerly bind submodules if scope is available\n if self.scope is not None:\n for field in dataclasses.fields(self):\n if field.name not in ('parent', 'name') and field.init:\n self._register_submodules(field.name, getattr(self, field.name))\n\n self._state.is_initialized = True\n\n def __repr__(self) -> str:\n return _module_repr(self)\n\n def setup(self) -> None:\n """"""Initializes a Module lazily (similar to a lazy ``__init__``).\n\n ``setup`` is called once lazily on a module instance when a module\n is bound, immediately before any other methods like ``__call__`` are\n invoked, or before a ``setup``-defined attribute on ``self`` is accessed.\n\n This can happen in three cases:\n\n 1. Immediately when invoking :meth:`apply`, :meth:`init` or\n :meth:`init_and_output`.\n\n 2. Once the module is given a name by being assigned to an attribute of\n another module inside the other module's ``setup`` method\n (see :meth:`__setattr__`)::\n\n >>> class MyModule(nn.Module):\n ... def setup(self):\n ... submodule = nn.Conv(...)\n\n ... # Accessing `submodule` attributes does not yet work here.\n\n ... # The following line invokes `self.__setattr__`, which gives\n ... # `submodule` the name ""conv1"".\n ... self.conv1 = submodule\n\n ... # Accessing `submodule` attributes or methods is now safe and\n ... # either causes setup() to be called once.\n\n 3. Once a module is constructed inside a method wrapped with\n :meth:`compact`, immediately before another method is called or\n ``setup`` defined attribute is accessed.\n """"""\n pass\n\n def _register_submodules(self, name, val):\n """"""Registers a submodule.""""""\n assert self.scope, 'Trying to register submodules on unbound scope.'\n root = self.scope.root\n cache = _caches.get(root, weakref.WeakValueDictionary())\n _caches[root] = cache\n queue = []\n preserve_adopted_names = config.flax_preserve_adopted_names\n if hasattr(type(self), 'preserve_adopted_names'):\n preserve_adopted_names = type(self).preserve_adopted_names\n\n def adopt_attr_modules(cache, queue, suffix, subvalue):\n if isinstance(subvalue, Module):\n current_name = subvalue.name\n adopted_name = None\n if subvalue.parent is None:\n # Preserve sharing-by-reference relationships during adoption\n # via cache keyed on unique instance ids.\n key = subvalue._id\n # Module was passed from outside. It needs to be cloned.\n # Outside modules are named by attachment, not an outer name,\n # UNLESS we're using new adopted name policy, in which case an existing\n # name will be used, as is often supplied by config systems.\n if preserve_adopted_names:\n adopted_name = object.__getattribute__(subvalue, 'name')\n if key in cache:\n subvalue = cache[key]\n else:\n subvalue = subvalue.clone(name=None)\n cache[key] = subvalue\n if subvalue.name is None:\n object.__setattr__(subvalue, 'parent', self)\n if adopted_name is None:\n adopted_name = (\n f'{name}{suffix}'\n if not isinstance(subvalue, CompactNameScope)\n else current_name\n )\n object.__setattr__(subvalue, 'name', adopted_name)\n queue.append(subvalue)\n return subvalue\n\n val = _freeze_attr(\n _map_over_modules_in_tree(\n functools.partial(adopt_attr_modules, cache, queue), val\n )\n )\n object.__setattr__(self, name, val)\n for x in queue:\n x.__post_init__()\n\n def _try_setup(self, shallow: bool = False) -> None:\n """"""Tries to setup module if scope is available and setup has not been called yet.""""""\n if (\n self.scope\n and not self._state.in_setup\n and self._state.setup_called != SetupState.DONE\n ):\n try:\n self._state.in_setup = True\n # A shallow setup will only register attribute submodules but it does\n # not call the user's setup. This avoids running before a\n # transformation.\n for field in dataclasses.fields(self):\n if field.name not in ('parent', 'name') and field.init:\n self._register_submodules(field.name, getattr(self, field.name))\n if not shallow:\n self.setup()\n # create NonTransparent Modules\n self._compact_name_scope_modules = {\n name: CompactNameScope(\n getattr(type(self), name).inner_fun, lambda: self, name=name\n )\n for name in self._compact_name_scope_methods\n }\n\n # We run static checks abstractly once for setup before any transforms\n # to detect name collisions and other python errors.\n elif self._state.setup_called == SetupState.NEW:\n self._validate_setup()\n finally:\n self._state.in_setup = False\n if not shallow:\n self._state.setup_called = SetupState.DONE\n\n def _validate_setup(self) -> None:\n """"""Abstractly evaluates setup only to run static checks.""""""\n\n def run_setup_only(x):\n wrapped_id = wrap_method_once(lambda m, x: x)\n with TestScope({}, rngs={}, mutable=True).temporary() as root:\n return wrapped_id(self.clone(parent=root), x)\n\n _ = jax.eval_shape(run_setup_only, 0)\n\n def _name_taken(\n self,\n name: str,\n reuse_scopes: bool = False,\n collection: str | None = None,\n ) -> bool:\n assert self.scope is not None\n if reuse_scopes:\n return False\n return self.scope.name_reserved(name, collection)\n\n @property\n def _initialization_allowed(self):\n return (\n not self._state.is_initialized # allow eager attachment in post-init\n or self._state.in_setup\n or self._state.in_compact_method\n )\n\n @property\n def path(self):\n """"""Get the path of this Module. Top-level root modules have an empty path ``()``.\n Note that this method can only be used on bound modules that have a valid scope.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class SubModel(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... print(f'SubModel path: {self.path}')\n ... return x\n\n >>> class Model(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... print(f'Model path: {self.path}')\n ... return SubModel()(x)\n\n >>> model = Model()\n >>> variables = model.init(jax.random.key(0), jnp.ones((1, 2)))\n Model path: ()\n SubModel path: ('SubModel_0',)\n """"""\n\n if self.scope is None:\n raise ValueError(""Can't access module paths on unbound modules."")\n\n return self.scope.path\n\n def clone(\n self: M,\n *,\n parent: Union[Scope, 'Module', _Sentinel] | None = None,\n _deep_clone: bool | weakref.WeakValueDictionary = False,\n _reset_names: bool = False,\n **updates,\n ) -> M:\n """"""Creates a clone of this Module, with optionally updated arguments.\n\n NOTE: end users are encouraged to use the ``copy`` method. ``clone`` is used\n primarily for internal routines, and ``copy`` offers simpler arguments and\n better defaults.\n\n Args:\n parent: The parent of the clone. The clone will have no parent if no\n explicit parent is specified.\n _deep_clone: A boolean or a weak value dictionary to control deep cloning\n of submodules. If True, submodules will be cloned recursively. If a weak\n value dictionary is passed, it will be used to cache cloned submodules.\n This flag is used by init/apply/bind to avoid scope leakage.\n _reset_names: If True, ``name=None`` is also passed to submodules when\n cloning. Resetting names in submodules is necessary when calling ``.unbind``.\n **updates: Attribute updates.\n\n Returns:\n A clone of the this Module with the updated attributes and parent.\n """"""\n attrs = {\n f.name: getattr(self, f.name) for f in dataclasses.fields(self) if f.init\n }\n\n attrs.update(parent=parent, **updates)\n\n # Here we implement deep cloning of submodules, this is necessary to avoid scope leakage\n # from external submodules into init/apply/bind while preserving sharing-by-reference\n # relationships between submodules.\n if _deep_clone != False:\n # We use a weak value dictionary to cache cloned submodules. When a shared\n # submodule is cloned, its only cloned once else its fetched from the cache.\n cache = (\n weakref.WeakValueDictionary()\n if isinstance(_deep_clone, bool)\n else _deep_clone\n )\n\n def clone_fn(m: Module) -> Module:\n if hasattr(m, '_id'):\n key = m._id\n if key in cache:\n return cache[key]\n else:\n if _reset_names:\n clone = m.clone(\n _deep_clone=cache, _reset_names=_reset_names, name=None\n )\n else:\n clone = m.clone(_deep_clone=cache)\n cache[key] = clone\n return clone\n else:\n # If the module doesn't have an _id attribute it could be a mock object\n # so we return it as is.\n return m\n\n # _map_submodules will map over all submodules inside attrs\n # value here can be any pytree, non-module values are ignored\n for field_name, value in attrs.items():\n if field_name == 'parent':\n continue\n attrs[field_name] = _map_submodules(clone_fn, value)\n\n module = self.__class__(**attrs)\n\n return module\n\n def copy(\n self: M,\n *,\n parent: Union[Scope, 'Module', _Sentinel] | None = _unspecified_parent,\n name: str | None = None,\n **updates,\n ) -> M:\n """"""Creates a copy of this Module, with optionally updated arguments.\n\n Args:\n parent: The parent of the copy. By default the current module is taken\n as parent if not explicitly specified.\n name: A new name for the copied Module, by default a new automatic name\n will be given.\n **updates: Attribute updates.\n\n Returns:\n A copy of the this Module with the updated name, parent, and attributes.\n """"""\n return self.clone(\n parent=parent, name=name, _deep_clone=True, _reset_names=False, **updates\n )\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n ) -> Variable[T]:\n ...\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: Literal[True],\n **init_kwargs,\n ) -> Variable[T]:\n ...\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: Literal[False],\n **init_kwargs,\n ) -> Variable[meta.AxisMetadata[T]]:\n ...\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: bool = True,\n **init_kwargs,\n ) -> Variable[T] | Variable[meta.AxisMetadata[T]]:\n ...\n\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: bool = True,\n **init_kwargs,\n ) -> Variable[T] | Variable[meta.AxisMetadata[T]]:\n """"""Declares and returns a variable in this Module.\n\n See :mod:`flax.core.variables` for more information. See also :meth:`param`\n for a shorthand way to define read-only variables in the ""params""\n collection.\n\n Contrary to :meth:`param`, all arguments passing using ``init_fn`` should be\n passed on explicitly::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(4)(x)\n ... key = self.make_rng('stats')\n ... mean = self.variable('stats', 'mean', nn.initializers.lecun_normal(), key, x.shape)\n ... ...\n ... return x * mean.value\n >>> variables = Foo().init({'params': jax.random.key(0), 'stats': jax.random.key(1)}, jnp.ones((2, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'Dense_0': {'bias': (4,), 'kernel': (3, 4)}}, 'stats': {'mean': (2, 4)}}\n\n In the example above, the function ``lecun_normal`` expects two arguments:\n ``key`` and ``shape``, and both have to be passed on. The PRNG for ``stats``\n has to be provided explicitly when calling :meth:`init` and :meth:`apply`.\n\n Args:\n col: The variable collection name.\n name: The variable name.\n init_fn: The function that will be called to compute the initial value of\n this variable. This function will only be called the first time this\n variable is used in this module. If None, the variable must already be\n initialized otherwise an error is raised.\n *init_args: The positional arguments to pass to init_fn.\n unbox: If True, ``AxisMetadata`` instances are replaced by their unboxed\n value, see ``flax.nn.meta.unbox`` (default: True).\n **init_kwargs: The key-word arguments to pass to init_fn\n\n Returns:\n A :class:`flax.core.variables.Variable` that can be read or set via\n "".value"" attribute. Throws an error if the variable exists already.\n """"""\n if not self._initialization_allowed:\n raise ValueError(\n 'Variables must be initialized in `setup()` or in a method '\n 'wrapped in `@compact`'\n )\n if self._name_taken(name, collection=col):\n raise errors.NameInUseError('variable', name, self.__class__.__name__)\n assert self.scope is not None\n v = self.scope.variable(\n col, name, init_fn, *init_args, unbox=unbox, **init_kwargs\n )\n self._state.children[name] = col\n return v\n\n @overload\n def param(\n self, name: str, init_fn: Callable[..., T], *init_args,\n ) -> T:\n ...\n\n @overload\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: Literal[True],\n **init_kwargs,\n ) -> T:\n ...\n\n @overload\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: Literal[False],\n **init_kwargs,\n ) -> meta.AxisMetadata[T]:\n ...\n\n @overload\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: bool,\n **init_kwargs,\n ) -> T | meta.AxisMetadata[T]:\n ...\n\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: bool = True,\n **init_kwargs,\n ) -> T | meta.AxisMetadata[T]:\n """"""Declares and returns a parameter in this Module.\n\n Parameters are read-only variables in the collection named ""params"". See\n :mod:`flax.core.variables` for more details on variables.\n\n The first argument of ``init_fn`` is assumed to be a PRNG key, which is\n provided automatically and does not have to be passed using ``init_args``\n or ``init_kwargs``::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(4)(x)\n ... mean = self.param('mean', nn.initializers.lecun_normal(), x.shape)\n ... ...\n ... return x * mean\n >>> variables = Foo().init({'params': jax.random.key(0), 'stats': jax.random.key(1)}, jnp.ones((2, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'Dense_0': {'bias': (4,), 'kernel': (3, 4)}, 'mean': (2, 4)}}\n\n In the example above, the function ``lecun_normal`` expects two arguments:\n ``key`` and ``shape``, but only ``shape`` has to be provided explicitly;\n ``key`` is set automatically using the PRNG for ``params`` that is passed\n when initializing the module using :meth:`init`.\n\n Args:\n name: The parameter name.\n init_fn: The function that will be called to compute the initial value of\n this variable. This function will only be called the first time this\n parameter is used in this module.\n *init_args: The positional arguments to pass to init_fn.\n unbox: If True, ``AxisMetadata`` instances are replaced by their unboxed\n value, see ``flax.nn.meta.unbox`` (default: True).\n **init_kwargs: The key-word arguments to pass to init_fn.\n\n Returns:\n The value of the initialized parameter. Throws an error if the parameter\n exists already.\n """"""\n if not self._initialization_allowed:\n raise ValueError(\n 'Parameters must be initialized in `setup()` or in a method '\n 'wrapped in `@compact`'\n )\n if self._name_taken(name, collection='params'):\n raise errors.NameInUseError('param', name, self.__class__.__name__)\n assert self.scope is not None\n v = self.scope.param(name, init_fn, *init_args, unbox=unbox, **init_kwargs)\n self._state.children[name] = 'params'\n return v\n\n def has_variable(self, col: str, name: str) -> bool:\n """"""Checks if a variable of given collection and name exists in this Module.\n\n See :mod:`flax.core.variables` for more explanation on variables and\n collections.\n\n Args:\n col: The variable collection name.\n name: The name of the variable.\n\n Returns:\n True if the variable exists.\n """"""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n return self.scope.has_variable(col, name)\n\n def is_mutable_collection(self, col: str) -> bool:\n """"""Returns true if the collection ``col`` is mutable.""""""\n if self.scope is None:\n raise ValueError(""Can't check mutability on unbound modules"")\n return self.scope.is_mutable_collection(col)\n\n def has_rng(self, name: str) -> bool:\n """"""Returns true if a PRNGSequence with name ``name`` exists.""""""\n if self.scope is None:\n raise ValueError(""Can't query for RNGs on unbound modules"")\n return self.scope.has_rng(name)\n\n def make_rng(self, name: str = 'params') -> PRNGKey:\n """"""Returns a new RNG key from a given RNG sequence for this Module.\n\n The new RNG key is split from the previous one. Thus, every call to\n ``make_rng`` returns a new RNG key, while still guaranteeing full\n reproducibility.\n\n .. note::\n If an invalid name is passed (i.e. no RNG key was passed by\n the user in ``.init`` or ``.apply`` for this name), then ``name``\n will default to ``'params'``.\n\n Example::\n\n >>> import jax\n >>> import flax.linen as nn\n\n >>> class ParamsModule(nn.Module):\n ... def __call__(self):\n ... return self.make_rng('params')\n >>> class OtherModule(nn.Module):\n ... def __call__(self):\n ... return self.make_rng('other')\n\n >>> key = jax.random.key(0)\n >>> params_out, _ = ParamsModule().init_with_output({'params': key})\n >>> # self.make_rng('other') will default to using the 'params' RNG stream\n >>> other_out, _ = OtherModule().init_with_output({'params': key})\n >>> assert params_out == other_out\n\n Learn more about RNG's by reading the Flax RNG guide:\n https://flax.readthedocs.io/en/latest/guides/flax_fundamentals/rng_guide.html\n\n Args:\n name: The RNG sequence name.\n\n Returns:\n The newly generated RNG key.\n """"""\n if self.scope is None:\n raise ValueError(""Can't use RNGs on unbound modules"")\n return self.scope.make_rng(name)\n\n def is_initializing(self) -> bool:\n """"""Returns True if running under self.init(...) or nn.init(...)().\n\n This is a helper method to handle the common case of simple initialization\n where we wish to have setup logic occur when only called under\n ``module.init`` or ``nn.init``. For more complicated multi-phase\n initialization scenarios it is better to test for the mutability of\n particular variable collections or for the presence of particular\n variables that potentially need to be initialized.\n """"""\n if self.scope is None:\n raise ValueError(""Can't check if running under init() on unbound modules"")\n return self.scope.get_flag('initializing', False)\n\n def _module_checks(self):\n """"""Run standard runtime checks.""""""\n\n if not isinstance(self, Module):\n raise errors.InvalidInstanceModuleError()\n\n overridden_post_init = self.__post_init__ != Module.__post_init__\n if overridden_post_init and not hasattr(self, '_id'):\n raise errors.IncorrectPostInitOverrideError()\n\n @traceback_util.api_boundary\n def bind(\n self: M,\n variables: VariableDict,\n *args,\n rngs: RNGSequences | None = None,\n mutable: CollectionFilter = False,\n ) -> M:\n """"""Creates an interactive Module instance by binding variables and RNGs.\n\n ``bind`` provides an ""interactive"" instance of a Module directly without\n transforming a function with ``apply``. This is particularly useful for\n debugging and interactive use cases like notebooks where a function would\n limit the ability to split up code into different cells.\n\n Once the variables (and optionally RNGs) are bound to a ``Module`` it\n becomes a stateful object. Note that idiomatic JAX is functional and\n therefore an interactive instance does not mix well with vanilla JAX APIs.\n ``bind()`` should only be used for interactive experimentation, and in all\n other cases we strongly encourage users to use ``apply()`` instead.\n\n Example::\n\n >>> import jax\n >>> import jax.numpy as jnp\n >>> import flax.linen as nn\n\n >>> class AutoEncoder(nn.Module):\n ... def setup(self):\n ... self.encoder = nn.Dense(3)\n ... self.decoder = nn.Dense(5)\n ...\n ... def __call__(self, x):\n ... return self.decoder(self.encoder(x))\n\n >>> x = jnp.ones((16, 9))\n >>> ae = AutoEncoder()\n >>> variables = ae.init(jax.random.key(0), x)\n >>> model = ae.bind(variables)\n >>> z = model.encoder(x)\n >>> x_reconstructed = model.decoder(z)\n\n Args:\n variables: A dictionary containing variables keyed by variable\n collections. See :mod:`flax.core.variables` for more details about\n variables.\n *args: Named arguments (not used).\n rngs: a dict of PRNGKeys to initialize the PRNG sequences.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections.\n\n Returns:\n A copy of this instance with bound variables and RNGs.\n """"""\n Module._module_checks(self)\n\n del args\n scope = core.bind(variables, rngs=rngs, mutable=mutable)\n return self.clone(parent=scope, _deep_clone=True)\n\n def unbind(self: M) -> tuple[M, VariableDict]:\n """"""Returns an unbound copy of a Module and its variables.\n\n ``unbind`` helps create a stateless version of a bound Module.\n\n An example of a common use case: to extract a sub-Module defined inside\n ``setup()`` and its corresponding variables: 1) temporarily ``bind`` the\n parent Module; and then 2) ``unbind`` the desired sub-Module. (Recall that\n ``setup()`` is only called when the Module is bound.)::\n\n >>> class Encoder(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... ...\n ... return nn.Dense(256)(x)\n\n >>> class Decoder(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... ...\n ... return nn.Dense(784)(x)\n\n >>> class AutoEncoder(nn.Module):\n ... def setup(self):\n ... self.encoder = Encoder()\n ... self.decoder = Decoder()\n ...\n ... def __call__(self, x):\n ... return self.decoder(self.encoder(x))\n\n >>> module = AutoEncoder()\n >>> variables = module.init(jax.random.key(0), jnp.ones((1, 784)))\n\n >>> # Extract the Encoder sub-Module and its variables\n >>> encoder, encoder_vars = module.bind(variables).encoder.unbind()\n\n Returns:\n A tuple with an unbound copy of this Module and its variables.\n """"""\n Module._module_checks(self)\n\n if self.scope is None:\n raise errors.CallUnbindOnUnboundModuleError()\n\n variables = self.variables\n module = self.clone(_deep_clone=True, _reset_names=True, name=None)\n return module, variables\n\n @traceback_util.api_boundary\n def apply(\n self,\n variables: VariableDict,\n *args,\n rngs: PRNGKey | RNGSequences | None = None,\n method: Callable[..., Any] | str | None = None,\n mutable: CollectionFilter = False,\n capture_intermediates: bool | Callable[['Module', str], bool] = False,\n **kwargs,\n ) -> Any | tuple[Any, FrozenVariableDict | dict[str, Any]]:\n """"""Applies a module method to variables and returns output and modified variables.\n\n Note that ``method`` should be set if one would like to call ``apply`` on a\n different class method than ``__call__``. For instance, suppose a\n Transformer modules has a method called ``encode``, then the following calls\n ``apply`` on that method::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> import numpy as np\n\n >>> class Transformer(nn.Module):\n ... def encode(self, x):\n ... ...\n\n >>> x = jnp.ones((16, 9))\n >>> model = Transformer()\n >>> variables = model.init(jax.random.key(0), x, method=Transformer.encode)\n\n >>> encoded = model.apply(variables, x, method=Transformer.encode)\n\n If a function instance is provided, the unbound function is used. For\n instance, the example below is equivalent to the one above::\n\n >>> encoded = model.apply(variables, x, method=model.encode)\n\n You can also pass a string to a callable attribute of the module. For\n example, the previous can be written as::\n\n >>> encoded = model.apply(variables, x, method='encode')\n\n Note ``method`` can also be a function that is not defined in\n ``Transformer``. In that case, the function should have at least one\n argument representing an instance of the Module class::\n\n >>> def other_fn(instance, x):\n ... # instance.some_module_attr(...)\n ... instance.encode\n ... ...\n\n >>> model.apply(variables, x, method=other_fn)\n\n If you pass a single ``PRNGKey``, Flax will use it to feed the ``'params'``\n RNG stream. If you want to use a different RNG stream or need to use\n multiple streams, you can pass a dictionary mapping each RNG stream name\n to its corresponding ``PRNGKey`` to ``apply``. If ``self.make_rng(name)``\n is called on an RNG stream name that isn't passed by the user, it will\n default to using the ``'params'`` RNG stream.\n\n Example::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x, add_noise=False):\n ... x = nn.Dense(16)(x)\n ... x = nn.relu(x)\n ...\n ... if add_noise:\n ... # Add gaussian noise\n ... noise_key = self.make_rng('noise')\n ... x = x + jax.random.normal(noise_key, x.shape)\n ...\n ... return nn.Dense(1)(x)\n\n >>> x = jnp.empty((1, 7))\n >>> module = Foo()\n >>> rngs = {'params': jax.random.key(0), 'noise': jax.random.key(1)}\n >>> variables = module.init(rngs, x)\n >>> out0 = module.apply(variables, x, add_noise=True, rngs=rngs)\n\n >>> rngs['noise'] = jax.random.key(0)\n >>> out1 = module.apply(variables, x, add_noise=True, rngs=rngs)\n >>> # different output (key(1) vs key(0))\n >>> np.testing.assert_raises(AssertionError, np.testing.assert_allclose, out0, out1)\n\n >>> del rngs['noise']\n >>> # self.make_rng('noise') will default to using the 'params' RNG stream\n >>> out2 = module.apply(variables, x, add_noise=True, rngs=rngs)\n >>> # same output (key(0))\n >>> np.testing.assert_allclose(out1, out2)\n\n >>> # passing in a single key is equivalent to passing in {'params': key}\n >>> out3 = module.apply(variables, x, add_noise=True, rngs=jax.random.key(0))\n >>> # same output (key(0))\n >>> np.testing.assert_allclose(out2, out3)\n\n Args:\n variables: A dictionary containing variables keyed by variable\n collections. See :mod:`flax.core.variables` for more details about\n variables.\n *args: Named arguments passed to the specified apply method.\n rngs: a dict of PRNGKeys to initialize the PRNG sequences. The ""params""\n PRNG sequence is used to initialize parameters.\n method: A function to call apply on. This is generally a function in the\n module. If provided, applies this method. If not provided, applies the\n ``__call__`` method of the module. A string can also be provided to\n specify a method by name.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections.\n capture_intermediates: If ``True``, captures intermediate return values of\n all Modules inside the ""intermediates"" collection. By default, only the\n return values of all ``__call__`` methods are stored. A function can be\n passed to change the filter behavior. The filter function takes the\n Module instance and method name and returns a bool indicating whether\n the output of that method invocation should be stored.\n **kwargs: Keyword arguments passed to the specified apply method.\n\n Returns:\n If ``mutable`` is False, returns output. If any collections are\n mutable, returns ``(output, vars)``, where ``vars`` are is a dict\n of the modified collections.\n """"""\n Module._module_checks(self)\n\n if rngs is not None and not isinstance(rngs, dict):\n if not core.scope._is_valid_rng(rngs):\n raise errors.InvalidRngError(\n 'RNGs should be of shape (2,) or PRNGKey in Module '\n f'{self.__class__.__name__}, but rngs are: {rngs}'\n )\n rngs = {'params': rngs}\n\n if isinstance(method, str):\n attribute_name = method\n method = getattr(self, attribute_name)\n if not callable(method):\n class_name = type(self).__name__\n raise TypeError(\n f""'{class_name}.{attribute_name}' must be a callable, got""\n f' {type(method)}.'\n )\n # if the `method` string is a submodule, we create a lambda function\n # that calls the submodule, forwarding all arguments.\n if isinstance(method, Module):\n method = lambda self, *args, **kwargs: getattr(self, attribute_name)(\n *args, **kwargs\n )\n elif method is None:\n method = self.__call__\n method = _get_unbound_fn(method)\n return apply(\n method,\n self,\n mutable=mutable,\n capture_intermediates=capture_intermediates,\n )(variables, *args, **kwargs, rngs=rngs)\n\n @traceback_util.api_boundary\n def init_with_output(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n method: Callable[..., Any] | str | None = None,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[['Module', str], bool] = False,\n **kwargs,\n ) -> tuple[Any, FrozenVariableDict | dict[str, Any]]:\n """"""Initializes a module method with variables and returns output and modified variables.\n\n Args:\n rngs: The rngs for the variable collections.\n *args: Named arguments passed to the init function.\n method: An optional method. If provided, applies this method. If not\n provided, applies the ``__call__`` method. A string can also be\n provided to specify a method by name.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default, all collections except ""intermediates""\n are mutable.\n capture_intermediates: If ``True``, captures intermediate return values of\n all Modules inside the ""intermediates"" collection. By default only the\n return values of all ``__call__`` methods are stored. A function can be\n passed to change the filter behavior. The filter function takes the\n Module instance and method name and returns a bool indicating whether\n the output of that method invocation should be stored.\n **kwargs: Keyword arguments passed to the init function.\n\n Returns:\n ``(output, vars)``, where ``vars`` are is a dict of the modified\n collections.\n """"""\n Module._module_checks(self)\n\n if not isinstance(rngs, dict):\n if not core.scope._is_valid_rng(rngs):\n raise errors.InvalidRngError(\n 'RNGs should be of shape (2,) or PRNGKey in Module '\n f'{self.__class__.__name__}, but rngs are: {rngs}'\n )\n rngs = {'params': rngs}\n\n if isinstance(method, str):\n attribute_name = method\n method = getattr(self, attribute_name)\n if not callable(method):\n class_name = type(self).__name__\n raise TypeError(\n f""'{class_name}.{attribute_name}' must be a callable, got""\n f' {type(method)}.'\n )\n elif method is None:\n method = self.__call__\n method = _get_unbound_fn(method)\n return init_with_output(\n method,\n self,\n mutable=mutable,\n capture_intermediates=capture_intermediates,\n )(rngs, *args, **kwargs)\n\n @traceback_util.api_boundary\n def init(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n method: Callable[..., Any] | str | None = None,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[['Module', str], bool] = False,\n **kwargs,\n ) -> FrozenVariableDict | dict[str, Any]:\n """"""Initializes a module method with variables and returns modified variables.\n\n ``init`` takes as first argument either a single ``PRNGKey``, or a\n dictionary mapping variable collections names to their ``PRNGKeys``, and\n will call ``method`` (which is the module's ``__call__`` function by\n default) passing ``*args`` and ``**kwargs``, and returns\n a dictionary of initialized variables.\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> import numpy as np\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x, train):\n ... x = nn.Dense(16)(x)\n ... x = nn.BatchNorm(use_running_average=not train)(x)\n ... x = nn.relu(x)\n ... return nn.Dense(1)(x)\n\n >>> x = jnp.empty((1, 7))\n >>> module = Foo()\n >>> key = jax.random.key(0)\n >>> variables = module.init(key, x, train=False)\n\n If you pass a single ``PRNGKey``, Flax will use it to feed the ``'params'``\n RNG stream. If you want to use a different RNG stream or need to use\n multiple streams, you can pass a dictionary mapping each RNG stream name\n to its corresponding ``PRNGKey`` to ``init``. If ``self.make_rng(name)``\n is called on an RNG stream name that isn't passed by the user, it will\n default to using the ``'params'`` RNG stream.\n\n Example::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(16)(x)\n ... x = nn.relu(x)\n ...\n ... other_variable = self.variable(\n ... 'other_collection',\n ... 'other_variable',\n ... lambda x: jax.random.normal(self.make_rng('other_rng'), x.shape),\n ... x,\n ... )\n ... x = x + other_variable.value\n ...\n ... return nn.Dense(1)(x)\n\n >>> module = Foo()\n >>> rngs = {'params': jax.random.key(0), 'other_rng': jax.random.key(1)}\n >>> variables0 = module.init(rngs, x)\n\n >>> rngs['other_rng'] = jax.random.key(0)\n >>> variables1 = module.init(rngs, x)\n >>> # equivalent params (key(0))\n >>> _ = jax.tree_util.tree_map(\n ... np.testing.assert_allclose, variables0['params'], variables1['params']\n ... )\n >>> # different other_variable (key(1) vs key(0))\n >>> np.testing.assert_raises(\n ... AssertionError,\n ... np.testing.assert_allclose,\n ... variables0['other_collection']['other_variable'],\n ... variables1['other_collection']['other_variable'],\n ... )\n\n >>> del rngs['other_rng']\n >>> # self.make_rng('other_rng') will default to using the 'params' RNG stream\n >>> variables2 = module.init(rngs, x)\n >>> # equivalent params (key(0))\n >>> _ = jax.tree_util.tree_map(\n ... np.testing.assert_allclose, variables1['params'], variables2['params']\n ... )\n >>> # equivalent other_variable (key(0))\n >>> np.testing.assert_allclose(\n ... variables1['other_collection']['other_variable'],\n ... variables2['other_collection']['other_variable'],\n ... )\n\n >>> # passing in a single key is equivalent to passing in {'params': key}\n >>> variables3 = module.init(jax.random.key(0), x)\n >>> # equivalent params (key(0))\n >>> _ = jax.tree_util.tree_map(\n ... np.testing.assert_allclose, variables2['params'], variables3['params']\n ... )\n >>> # equivalent other_variable (key(0))\n >>> np.testing.assert_allclose(\n ... variables2['other_collection']['other_variable'],\n ... variables3['other_collection']['other_variable'],\n ... )\n\n Jitting ``init`` initializes a model lazily using only the shapes of the\n provided arguments, and avoids computing the forward pass with actual\n values. Example::\n\n >>> module = nn.Dense(1)\n >>> init_jit = jax.jit(module.init)\n >>> variables = init_jit(jax.random.key(0), x)\n\n ``init`` is a light wrapper over ``apply``, so other ``apply`` arguments\n like ``method``, ``mutable``, and ``capture_intermediates`` are also\n available.\n\n Args:\n rngs: The rngs for the variable collections.\n *args: Named arguments passed to the init function.\n method: An optional method. If provided, applies this method. If not\n provided, applies the ``__call__`` method. A string can also be provided\n to specify a method by name.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default all collections except ""intermediates""\n are mutable.\n capture_intermediates: If ``True``, captures intermediate return values of\n all Modules inside the ""intermediates"" collection. By default only the\n return values of all ``__call__`` methods are stored. A function can be\n passed to change the filter behavior. The filter function takes the\n Module instance and method name and returns a bool indicating whether\n the output of that method invocation should be stored.\n **kwargs: Keyword arguments passed to the init function.\n\n Returns:\n The initialized variable dict.\n """"""\n Module._module_checks(self)\n\n _, v_out = self.init_with_output(\n rngs,\n *args,\n method=method,\n mutable=mutable,\n capture_intermediates=capture_intermediates,\n **kwargs,\n )\n return v_out\n\n @traceback_util.api_boundary\n def lazy_init(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n method: Callable[..., Any] | None = None,\n mutable: CollectionFilter = DenyList('intermediates'),\n **kwargs,\n ) -> FrozenVariableDict:\n """"""Initializes a module without computing on an actual input.\n\n lazy_init will initialize the variables without doing unnecessary compute.\n The input data should be passed as a ``jax.ShapeDtypeStruct`` which\n specifies the shape and dtype of the input but no concrete data.\n\n Example::\n\n >>> model = nn.Dense(features=256)\n >>> variables = model.lazy_init(\n ... jax.random.key(0), jax.ShapeDtypeStruct((1, 128), jnp.float32))\n\n The args and kwargs args passed to ``lazy_init`` can be a mix of\n concrete (jax arrays, scalars, bools) and abstract (ShapeDtypeStruct)\n values. Concrete values are only necessary for arguments that affect\n the initialization of variables. For example, the model might expect\n a keyword arg that enables/disables a subpart of the model.\n In this case, an explicit value (True/Flase) should be passed otherwise\n ``lazy_init`` cannot infer which variables should be initialized.\n\n Args:\n rngs: The rngs for the variable collections.\n *args: arguments passed to the init function.\n method: An optional method. If provided, applies this method. If not\n provided, applies the ``__call__`` method.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default all collections except ""intermediates""\n are mutable.\n **kwargs: Keyword arguments passed to the init function.\n\n Returns:\n The initialized variable dict.\n """"""\n Module._module_checks(self)\n\n def lazy_wrapper(rngs, *args, **kwargs):\n return self.init(rngs, *args, method=method, mutable=mutable, **kwargs)\n\n return partial_eval.lazy_init(lazy_wrapper)(rngs, *args, **kwargs)\n\n @property\n def variables(self) -> VariableDict:\n """"""Returns the variables in this module.""""""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n return self.scope.variables()\n\n def get_variable(self, col: str, name: str, default: T | None = None) -> T:\n """"""Retrieves the value of a Variable.\n\n Args:\n col: the variable collection.\n name: the name of the variable.\n default: the default value to return if the variable does not exist in\n this scope.\n\n Returns:\n The value of the input variable, of the default value if the variable\n doesn't exist in this scope.\n """"""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n return self.scope.get_variable(col, name, default)\n\n def put_variable(self, col: str, name: str, value: Any):\n """"""Updates the value of the given variable if it is mutable, or an error otherwise.\n\n Args:\n col: the variable collection.\n name: the name of the variable.\n value: the new value of the variable.\n """"""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n self.scope.put_variable(col, name, value)\n\n @overload\n def sow(self, col: str, name: str, value: Any) -> bool:\n ...\n\n @overload\n def sow(\n self,\n col: str,\n name: str,\n value: T,\n reduce_fn: Callable[[K, T], K] = tuple_reduce,\n init_fn: Callable[[], K] = tuple_init, # type: ignore\n ) -> bool:\n ...\n\n def sow(\n self,\n col: str,\n name: str,\n value: T,\n reduce_fn: Callable[[K, T], K] = tuple_reduce,\n init_fn: Callable[[], K] = tuple_init, # type: ignore\n ) -> bool:\n """"""Stores a value in a collection.\n\n Collections can be used to collect intermediate values without\n the overhead of explicitly passing a container through each Module call.\n\n If the target collection is not mutable ``sow`` behaves like a no-op\n and returns ``False``.\n\n Example::\n\n >>> import jax\n >>> import jax.numpy as jnp\n >>> import flax.linen as nn\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... h = nn.Dense(4)(x)\n ... self.sow('intermediates', 'h', h)\n ... return nn.Dense(2)(h)\n\n >>> x = jnp.ones((16, 9))\n >>> model = Foo()\n >>> variables = model.init(jax.random.key(0), x)\n >>> y, state = model.apply(variables, x, mutable=['intermediates'])\n >>> jax.tree.map(jnp.shape, state['intermediates'])\n {'h': ((16, 4),)}\n\n By default the values are stored in a tuple and each stored value\n is appended at the end. This way all intermediates can be tracked when\n the same module is called multiple times. Alternatively, a custom\n init/reduce function can be passed::\n\n >>> class Foo2(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... init_fn = lambda: 0\n ... reduce_fn = lambda a, b: a + b\n ... self.sow('intermediates', 'h', x,\n ... init_fn=init_fn, reduce_fn=reduce_fn)\n ... self.sow('intermediates', 'h', x * 2,\n ... init_fn=init_fn, reduce_fn=reduce_fn)\n ... return x\n\n >>> x = jnp.ones((1, 1))\n >>> model = Foo2()\n >>> variables = model.init(jax.random.key(0), x)\n >>> y, state = model.apply(\n ... variables, x, mutable=['intermediates'])\n >>> print(state['intermediates'])\n {'h': Array([[3.]], dtype=float32)}\n\n Args:\n col: The name of the variable collection.\n name: The name of the variable.\n value: The value of the variable.\n reduce_fn: The function used to combine the existing value with the new\n value. The default is to append the value to a tuple.\n init_fn: For the first value stored, ``reduce_fn`` will be passed the result\n of ``init_fn`` together with the value to be stored. The default is an\n empty tuple.\n\n Returns:\n ``True`` if the value has been stored successfully, ``False`` otherwise.\n """"""\n if self.scope is None:\n raise ValueError(""Can't store variables on unbound modules"")\n if not self.scope.is_mutable_collection(col):\n return False\n if self.scope.has_variable(col, name):\n xs = self.scope.get_variable(col, name)\n else:\n self.scope.reserve(name, col)\n self._state.children[name] = col\n xs = init_fn()\n xs = reduce_fn(xs, value)\n self.scope.put_variable(col, name, xs)\n return True\n\n def perturb(\n self, name: str, value: T, collection: str = 'perturbations'\n ) -> T:\n """"""Add an zero-value variable ('perturbation') to the intermediate value.\n\n The gradient of ``value`` would be the same as the gradient of this\n perturbation variable. Therefore, if you define your loss function with\n both params and perturbations as standalone arguments, you can get the\n intermediate gradients of ``value`` by running ``jax.grad`` on the perturbation\n argument.\n\n .. note::\n This is an experimental API and may be tweaked later for better\n performance and usability.\n At its current stage, it creates extra dummy variables that occupies extra\n memory space. Use it only to debug gradients in training.\n\n Example::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(3)(x)\n ... x = self.perturb('dense3', x)\n ... return nn.Dense(2)(x)\n\n >>> def loss(variables, inputs, targets):\n ... preds = model.apply(variables, inputs)\n ... return jnp.square(preds - targets).mean()\n\n >>> x = jnp.ones((2, 9))\n >>> y = jnp.ones((2, 2))\n >>> model = Foo()\n >>> variables = model.init(jax.random.key(0), x)\n >>> intm_grads = jax.grad(loss, argnums=0)(variables, x, y)\n >>> print(intm_grads['perturbations']['dense3'])\n [[-0.04684732 0.06573904 -0.3194327 ]\n [-0.04684732 0.06573904 -0.3194327 ]]\n\n If perturbations are not passed to ``apply``, ``perturb`` behaves like a no-op\n so you can easily disable the behavior when not needed::\n\n >>> model.apply(variables, x) # works as expected\n Array([[-0.04579116, 0.50412744],\n [-0.04579116, 0.50412744]], dtype=float32)\n >>> model.apply({'params': variables['params']}, x) # behaves like a no-op\n Array([[-0.04579116, 0.50412744],\n [-0.04579116, 0.50412744]], dtype=float32)\n >>> intm_grads = jax.grad(loss, argnums=0)({'params': variables['params']}, x, y)\n >>> 'perturbations' not in intm_grads\n True\n """"""\n if self.scope is None:\n raise ValueError(""Can't store variables on unbound modules"")\n\n if self.is_mutable_collection(collection):\n if not self.scope.has_variable(collection, name):\n self.scope.reserve(name, collection)\n self._state.children[name] = collection\n zeros = jax.tree.map(jnp.zeros_like, value)\n self.scope.put_variable(collection, name, zeros) # type: ignore\n\n if collection in self.scope.root._variables:\n if self.scope.has_variable(collection, name):\n old_value = self.scope.get_variable(collection, name)\n value = jax.tree.map(jnp.add, value, old_value) # type: ignore\n else:\n raise ValueError(f""Perturbation collection {collection} present, but ""\n f""missing perturbation variable {name}"")\n\n return value\n\n def tabulate(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n depth: int | None = None,\n show_repeated: bool = False,\n mutable: CollectionFilter = DenyList('intermediates'),\n console_kwargs: Mapping[str, Any] | None = None,\n table_kwargs: Mapping[str, Any] = MappingProxyType({}),\n column_kwargs: Mapping[str, Any] = MappingProxyType({}),\n compute_flops: bool = False,\n compute_vjp_flops: bool = False,\n **kwargs,\n ) -> str:\n """"""Creates a summary of the Module represented as a table.\n\n This method has the same signature and internally calls ``Module.init``,\n but instead of returning the variables, it returns the string summarizing\n the Module in a table. ``tabulate`` uses ``jax.eval_shape`` to run the forward\n computation without consuming any FLOPs or allocating memory.\n\n Additional arguments can be passed into the ``console_kwargs`` argument, for\n example, ``{'width': 120}``. For a full list of ``console_kwargs`` arguments,\n see:\n https://rich.readthedocs.io/en/stable/reference/console.html#rich.console.Console\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... h = nn.Dense(4)(x)\n ... return nn.Dense(2)(h)\n\n >>> x = jnp.ones((16, 9))\n\n >>> # print(Foo().tabulate(\n >>> # jax.random.key(0), x, compute_flops=True, compute_vjp_flops=True))\n\n This gives the following output::\n\n Foo Summary\n ┏━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓\n ┃ path ┃ module ┃ inputs ┃ outputs ┃ flops ┃ vjp_flops ┃ params ┃\n ┡━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩\n │ │ Foo │ float32[16,9] │ float32[16,2] │ 1504 │ 4460 │ │\n ├─────────┼────────┼───────────────┼───────────────┼───────┼───────────┼─────────────────┤\n │ Dense_0 │ Dense │ float32[16,9] │ float32[16,4] │ 1216 │ 3620 │ bias: │\n │ │ │ │ │ │ │ float32[4] │\n │ │ │ │ │ │ │ kernel: │\n │ │ │ │ │ │ │ float32[9,4] │\n │ │ │ │ │ │ │ │\n │ │ │ │ │ │ │ 40 (160 B) │\n ├─────────┼────────┼───────────────┼───────────────┼───────┼───────────┼─────────────────┤\n │ Dense_1 │ Dense │ float32[16,4] │ float32[16,2] │ 288 │ 840 │ bias: │\n │ │ │ │ │ │ │ float32[2] │\n │ │ │ │ │ │ │ kernel: │\n │ │ │ │ │ │ │ float32[4,2] │\n │ │ │ │ │ │ │ │\n │ │ │ │ │ │ │ 10 (40 B) │\n ├─────────┼────────┼───────────────┼───────────────┼───────┼───────────┼─────────────────┤\n │ │ │ │ │ │ Total │ 50 (200 B) │\n └─────────┴────────┴───────────────┴───────────────┴───────┴───────────┴─────────────────┘\n\n Total Parameters: 50 (200 B)\n\n **Note**: rows order in the table does not represent execution order,\n instead it aligns with the order of keys in ``variables`` which are sorted\n alphabetically.\n\n **Note**: ``vjp_flops`` returns ``0`` if the module is not differentiable.\n\n Args:\n rngs: The rngs for the variable collections as passed to ``Module.init``.\n *args: The arguments to the forward computation.\n depth: controls how many submodule deep the summary can go. By default,\n its ``None`` which means no limit. If a submodule is not shown because of\n the depth limit, its parameter count and bytes will be added to the row\n of its first shown ancestor such that the sum of all rows always adds\n up to the total number of parameters of the Module.\n show_repeated: If ``True``, repeated calls to the same module will be shown\n in the table, otherwise only the first call will be shown. Default is\n ``False``.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default, all collections except 'intermediates'\n are mutable.\n console_kwargs: An optional dictionary with additional keyword arguments\n that are passed to ``rich.console.Console`` when rendering the table.\n Default arguments are ``{'force_terminal': True, 'force_jupyter':\n False}``.\n table_kwargs: An optional dictionary with additional keyword arguments\n that are passed to ``rich.table.Table`` constructor.\n column_kwargs: An optional dictionary with additional keyword arguments\n that are passed to ``rich.table.Table.add_column`` when adding columns to\n the table.\n compute_flops: whether to include a ``flops`` column in the table listing\n the estimated FLOPs cost of each module forward pass. Does incur actual\n on-device computation / compilation / memory allocation, but still\n introduces overhead for large modules (e.g. extra 20 seconds for a\n Stable Diffusion's UNet, whereas otherwise tabulation would finish in 5\n seconds).\n compute_vjp_flops: whether to include a ``vjp_flops`` column in the table\n listing the estimated FLOPs cost of each module backward pass.\n Introduces a compute overhead of about 2-3X of ``compute_flops``.\n **kwargs: keyword arguments to pass to the forward computation.\n\n Returns:\n A string summarizing the Module.\n """"""\n from flax.linen import summary\n\n tabulate_fn = summary.tabulate(\n self,\n rngs,\n depth=depth,\n show_repeated=show_repeated,\n mutable=mutable,\n console_kwargs=console_kwargs,\n table_kwargs=table_kwargs,\n column_kwargs=column_kwargs,\n compute_flops=compute_flops,\n compute_vjp_flops=compute_vjp_flops,\n )\n return tabulate_fn(*args, **kwargs)\n\n def module_paths(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n show_repeated: bool = False,\n mutable: CollectionFilter = DenyList('intermediates'),\n **kwargs,\n ) -> dict[str, 'Module']:\n """"""Returns a dictionary mapping module paths to module instances.\n\n This method has the same signature and internally calls ``Module.init``,\n but instead of returning the variables, it returns a dictionary mapping\n module paths to unbounded copies of module instances that were used\n at runtime. ``module_paths`` uses ``jax.eval_shape`` to run the forward\n computation without consuming any FLOPs or allocating memory.\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... h = nn.Dense(4)(x)\n ... return nn.Dense(2)(h)\n\n >>> x = jnp.ones((16, 9))\n >>> modules = Foo().module_paths(jax.random.key(0), x)\n >>> print({\n ... p: type(m).__name__ for p, m in modules.items()\n ... })\n {'': 'Foo', 'Dense_0': 'Dense', 'Dense_1': 'Dense'}\n\n Args:\n rngs: The rngs for the variable collections as passed to ``Module.init``.\n *args: The arguments to the forward computation.\n show_repeated: If ``True``, repeated calls to the same module will be\n shown in the table, otherwise only the first call will be shown.\n Default is ``False``.\n mutable: Can be bool, str, or list. Specifies which collections should\n be treated as mutable: ``bool``: all/no collections are mutable.\n ``str``: The name of a single mutable collection. ``list``: A list of\n names of mutable collections. By default, all collections except\n 'intermediates' are mutable.\n **kwargs: keyword arguments to pass to the forward computation.\n\n Returns:\n A dict`ionary mapping module paths to module instances.\n """"""\n from flax.linen import summary\n\n table = summary._get_module_table(\n module=self,\n depth=None,\n show_repeated=show_repeated,\n compute_flops=False,\n compute_vjp_flops=False,\n )(rngs, *args, **kwargs, mutable=mutable)\n\n return {'/'.join(row.path): row.module_copy for row in table}\n\n\n_ParentType = Union[Module, Scope, _Sentinel, None]\n\n\ndef merge_param(name: str, a: T | None, b: T | None) -> T:\n """"""Merges construction- and call-time argument.\n\n This is a utility for supporting a pattern where a Module hyperparameter\n can be passed either to ``__init__`` or ``__call__``, and the value that is\n not ``None`` will be used.\n\n Example::\n\n >>> import flax.linen as nn\n >>> from typing import Optional\n\n >>> class Foo(nn.Module):\n ... train: Optional[bool] = None\n\n ... def __call__(self, train: Optional[bool] = None):\n ... train = nn.merge_param('train', self.train, train)\n\n An error is thrown when both arguments are ``None`` or both values are not\n ``None``.\n\n Args:\n name: the name of the parameter. Used for error messages.\n a: option a\n b: option b\n\n Returns:\n a or b whichever is not ``None``.\n """"""\n if a is None and b is None:\n raise ValueError(\n f'Parameter ""{name}"" must be passed to the constructor or at call time.'\n )\n if a is not None and b is not None:\n raise ValueError(\n f'Parameter ""{name}"" was passed to the constructor and at call time.'\n ' Should be passed just once.'\n )\n if a is None:\n assert b is not None\n return b\n return a\n\n\n@traceback_util.api_boundary\ndef apply(\n fn: Callable[..., Any],\n module: Module,\n mutable: CollectionFilter = False,\n capture_intermediates: bool | Callable[[Module, str], bool] = False,\n) -> Callable[..., Any]:\n """"""Creates an apply function to call ``fn`` with a bound module.\n\n Unlike ``Module.apply`` this function returns a new function with the\n signature ``(variables, *args, rngs=None, **kwargs) -> T`` where ``T`` is the\n return type of ``fn``. If ``mutable`` is not ``False`` the return type is a\n tuple where the second item is a ``FrozenDict`` with the mutated variables.\n\n The apply function that is returned can be directly composed with\n JAX transformations like ``jax.jit``::\n\n >>> class Foo(nn.Module):\n ... def encode(self, x):\n ... ...\n ... def decode(self, x):\n ... ...\n\n >>> def f(foo, x):\n ... z = foo.encode(x)\n ... y = foo.decode(z)\n ... # ...\n ... return y\n\n >>> variables = {}\n >>> foo = Foo()\n >>> f_jitted = jax.jit(nn.apply(f, foo))\n >>> f_jitted(variables, jnp.ones((1, 3)))\n\n Args:\n fn: The function that should be applied. The first argument passed will be\n a module instance of the ``module`` with variables and RNGs bound to it.\n module: The ``Module`` that will be used to bind variables and RNGs to. The\n ``Module`` passed as the first argument to ``fn`` will be a clone of\n module.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``: The\n name of a single mutable collection. ``list``: A list of names of mutable\n collections.\n capture_intermediates: If ``True``, captures intermediate return values of all\n Modules inside the ""intermediates"" collection. By default, only the return\n values of all `__call__` methods are stored. A function can be passed to\n change the filter behavior. The filter function takes the Module instance\n and method name and returns a bool indicating whether the output of that\n method invocation should be stored.\n\n Returns:\n The apply function wrapping ``fn``.\n """"""\n\n @functools.wraps(fn)\n def scope_fn(scope, *args, **kwargs):\n _context.capture_stack.append(capture_intermediates)\n try:\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\n finally:\n _context.capture_stack.pop()\n\n if capture_intermediates is True: # pylint: disable=g-bool-id-comparison\n capture_intermediates = capture_call_intermediates\n if capture_intermediates:\n mutable = union_filters(mutable, 'intermediates')\n return core.apply(scope_fn, mutable=mutable)\n\n\n@traceback_util.api_boundary\ndef init_with_output(\n fn: Callable[..., Any],\n module: Module,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[[Module, str], bool] = False,\n) -> Callable[..., tuple[Any, FrozenVariableDict | dict[str, Any]]]:\n """"""Creates an init function to call ``fn`` with a bound module that also returns the function outputs.\n\n Unlike ``Module.init_with_output`` this function returns a new function with\n the signature ``(rngs, *args, **kwargs) -> (T, variables)`` where ``T`` is the\n return type of ``fn``. The rngs can be a dict of PRNGKeys or a single\n ```PRNGKey`` which is equivalent to passing a dict with one PRNGKey with the\n name ""params"".\n\n The init function that is returned can be directly composed with\n JAX transformations like ``jax.jit``::\n\n >>> class Foo(nn.Module):\n ... def encode(self, x):\n ... ...\n ... def decode(self, x):\n ... ...\n\n >>> def f(foo, x):\n ... z = foo.encode(x)\n ... y = foo.decode(z)\n ... # ...\n ... return y\n\n >>> foo = Foo()\n >>> f_jitted = jax.jit(nn.init_with_output(f, foo))\n >>> y, variables = f_jitted(jax.random.key(0), jnp.ones((1, 3)))\n\n Args:\n fn: The function that should be applied. The first argument passed will be\n a module instance of the ``module`` with variables and RNGs bound to it.\n module: The ``Module`` that will be used to bind variables and RNGs to. The\n ``Module`` passed as the first argument to ``fn`` will be a clone of\n module.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``: The\n name of a single mutable collection. ``list``: A list of names of mutable\n collections. By default, all collections except ""intermediates"" are\n mutable.\n capture_intermediates: If ``True``, captures intermediate return values of all\n Modules inside the ""intermediates"" collection. By default, only the return\n values of all `__call__` methods are stored. A function can be passed to\n change the filter behavior. The filter function takes the Module instance\n and method name and returns a bool indicating whether the output of that\n method invocation should be stored.\n\n Returns:\n The init function wrapping ``fn``.\n """"""\n\n @functools.wraps(fn)\n def scope_fn(scope, *args, **kwargs):\n _context.capture_stack.append(capture_intermediates)\n try:\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\n finally:\n _context.capture_stack.pop()\n\n if capture_intermediates is True: # pylint: disable=g-bool-id-comparison\n capture_intermediates = capture_call_intermediates\n if capture_intermediates:\n mutable = union_filters(mutable, 'intermediates')\n return core.init(scope_fn, mutable=mutable)\n\n\n@traceback_util.api_boundary\ndef init(\n fn: Callable[..., Any],\n module: Module,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[[Module, str], bool] = False,\n) -> Callable[..., FrozenVariableDict | dict[str, Any]]:\n """"""Creates an init function to call ``fn`` with a bound module.\n\n Unlike ``Module.init`` this function returns a new function with the signature\n ``(rngs, *args, **kwargs) -> variables``.\n The rngs can be a dict of PRNGKeys or a single ```PRNGKey`` which is\n equivalent to passing a dict with one PRNGKey with the name ""params"".\n\n The init function that is returned can be directly composed with\n JAX transformations like ``jax.jit``::\n\n >>> class Foo(nn.Module):\n ... def encode(self, x):\n ... ...\n ... def decode(self, x):\n ... ...\n\n >>> def f(foo, x):\n ... z = foo.encode(x)\n ... y = foo.decode(z)\n ... # ...\n ... return y\n\n >>> foo = Foo()\n >>> f_jitted = jax.jit(nn.init(f, foo))\n >>> variables = f_jitted(jax.random.key(0), jnp.ones((1, 3)))\n\n Args:\n fn: The function that should be applied. The first argument passed will be\n a module instance of the ``module`` with variables and RNGs bound to it.\n module: The ``Module`` that will be used to bind variables and RNGs to. The\n ``Module`` passed as the first argument to ``fn`` will be a clone of\n module.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``: The\n name of a single mutable collection. ``list``: A list of names of mutable\n collections. By default, all collections except ""intermediates"" are\n mutable.\n capture_intermediates: If `True`, captures intermediate return values of all\n Modules inside the ""intermediates"" collection. By default, only the return\n values of all `__call__` methods are stored. A function can be passed to\n change the filter behavior. The filter function takes the Module instance\n and method name and returns a bool indicating whether the output of that\n method invocation should be stored.\n\n Returns:\n The init function wrapping ``fn``.\n """"""\n init_fn = init_with_output(fn, module, mutable, capture_intermediates)\n\n @functools.wraps(init_fn)\n def init_wrapper(*args, **kwargs):\n return init_fn(*args, **kwargs)[1]\n\n return init_wrapper\n\n\n# TODO(cgarciae): we are defining CompactNameScope just to\n# avoid a pytype bug with the Flax overlay. We should aim to\n# remove in the at some point as its not ergonomic.\nif not typing.TYPE_CHECKING:\n\n class CompactNameScope(Module):\n fn: Callable\n module_fn: Callable[[], Module]\n\n @compact\n def __call__(self, *args, **kwargs) -> Any:\n return self.fn(self.module_fn(), *args, **kwargs)\nelse:\n\n @dataclasses.dataclass\n class CompactNameScope:\n fn: Callable\n module_fn: Callable\n name: str\n\n def __call__(self, *args, **kwargs) -> Any:\n ...\n\n\ndef share_scope(module: Module, other: Module, /):\n """"""Modifies one of the Modules such that they share the same scope. This is useful\n when you want to wrap a Module and extend its functionality without changing the\n parameter structure.\n\n ``share_scope`` takes two Modules, ``module`` and ``other``. ``module`` will use\n ``other``'s scope if ``other`` has a scope and its not a descendant of``module``'s\n scope::\n\n >>> import flax.linen as nn\n >>> import jax\n >>> from jax import numpy as jnp, random\n ...\n >>> class DenseLoRA(nn.Module):\n ... base: nn.Dense\n ... rank: int\n ...\n ... def setup(self):\n ... nn.share_scope(self, self.base)\n ...\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... din, dout = x.shape[-1], self.base.features\n ... A = self.param('A', nn.zeros_init(), (din, self.rank))\n ... B = self.param('B', nn.zeros_init(), (self.rank, dout))\n ... return self.base(x) + x @ A @ B\n ...\n >>> class Model(nn.Module):\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... dense = nn.Dense(10) # base scope\n ... return DenseLoRA(dense, rank=2)(x) # reuse the base scope\n ...\n >>> model = Model()\n ...\n >>> params = model.init(random.key(0), jnp.ones((1, 5)))['params']\n >>> list(params['Dense_0'].keys())\n ['A', 'B', 'kernel', 'bias']\n\n When ``other``'s scope is a descendant of ``module``'s scope then ``other``\n will use ``module``'s scope instead::\n\n >>> class DenseLoRA(nn.Module):\n ... features: int\n ... rank: int\n ...\n ... def setup(self):\n ... self.child = nn.Dense(self.features)\n ... nn.share_scope(self, self.child)\n ...\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... din, dout = x.shape[-1], self.features\n ... A = self.param('A', nn.zeros_init(), (din, self.rank))\n ... B = self.param('B', nn.zeros_init(), (self.rank, dout))\n ... return self.child(x) + x @ A @ B\n ...\n >>> class Model(nn.Module):\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... return DenseLoRA(10, rank=2)(x)\n ...\n >>> model = Model()\n ...\n >>> params = model.init(random.key(0), jnp.ones((1, 5)))['params']\n >>> list(params['DenseLoRA_0'].keys())\n ['A', 'B', 'kernel', 'bias']\n """"""\n if module.scope is None or other.scope is None:\n raise errors.CallShareScopeOnUnboundModuleError()\n\n def _is_child_scope(scope: Scope, other: Scope) -> bool:\n target: Scope | None = other\n\n while target is not None:\n if target is scope:\n return True\n target = target.parent\n return False\n\n if _is_child_scope(module.scope, other.scope):\n # Child is a true child, overwrite its scope\n module_to_update = other\n new_scope = module.scope\n else:\n # Child has its own independent scope, overwrite\n # parent scope, so that we preserve the sharing\n module_to_update = module\n new_scope = other.scope\n\n old_scope = module_to_update.scope\n object.__setattr__(module_to_update, 'scope', new_scope)\n\n # Reattach all the children to the new scope as well.\n for m in module_to_update._state.children.values():\n if not isinstance(m, Module):\n continue\n # Should we go recursively to check if any of the ancestors point to the old\n # scope?\n if m.scope and m.scope.parent == old_scope:\n # Reserve the scope, so that if there is a conflict we can raise an error.\n if isinstance(m.scope.name, str):\n new_scope.reserve(m.scope.name)\n m.scope.parent = new_scope\n",python,tab +10686,685111220,".venv/lib/python3.10/site-packages/flax/linen/module.py",61173,0,"",python,selection_command +10687,685119854,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +10688,685119857,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23075,0,"",python,selection_command +10689,685606317,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23139,0,"",python,selection_command +10690,685609310,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23117,0,"",python,selection_command +10691,697315667,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23215,0,"",python,selection_mouse +10692,697315683,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23214,0,"",python,selection_command +10693,697316695,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23117,0,"",python,selection_mouse +10694,697334494,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23111,0,"",python,selection_command +10695,697334583,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23117,0,"",python,selection_command +10696,697357541,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"Switched from branch 'main' to 'new-arch-sampling'",python,git_branch_checkout +10697,697360005,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n# class STBlock2(nn.Module):\n # dim: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.remat\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # --- Spatial attention ---\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n\n # # --- Temporal attention ---\n # x = x.swapaxes(1, 2)\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n # x = x.swapaxes(1, 2)\n\n # # --- Feedforward ---\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n # z = nn.Dense(\n # self.dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # z = nn.gelu(z)\n # x = x + z\n\n # return x\n\n# class CausalTransformer(nn.Module):\n # model_dim: int\n # out_dim: int\n # num_blocks: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # Input projection and normalization\n # x = nn.Sequential(\n # [\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.Dense(self.model_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # ]\n # )(x)\n # # Causal transformer blocks\n # for _ in range(self.num_blocks):\n # x = STBlock2(\n # dim=self.model_dim,\n # num_heads=self.num_heads,\n # dropout=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n\n # # Output projection\n # x = nn.Dense(\n # self.out_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # return x # (B, T, E)\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n # decode=True\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # decode=True\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n spatial_bert=self.spatial_bert,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +10698,697361355,"utils/nn.py",1766,0,"",python,selection_command +10699,697361788,"utils/nn.py",2045,0,"",python,selection_command +10700,697361938,"utils/nn.py",2331,0,"",python,selection_command +10701,697362111,"utils/nn.py",2902,0,"",python,selection_command +10702,697363404,"utils/nn.py",3733,0,"",python,selection_command +10703,697364032,"utils/nn.py",5021,0,"",python,selection_command +10704,697364244,"utils/nn.py",5339,0,"",python,selection_command +10705,697365818,"utils/nn.py",5674,0,"",python,selection_command +10706,697366016,"utils/nn.py",5802,0,"",python,selection_command +10707,697366436,"utils/nn.py",8981,0,"",python,selection_command +10708,697367337,"utils/nn.py",11244,0,"",python,selection_command +10709,697367838,"utils/nn.py",0,0,"",python,selection_command +10710,697367973,"utils/nn.py",1480,0,"",python,selection_command +10711,697369478,"utils/nn.py",1766,0,"",python,selection_command +10712,697369873,"utils/nn.py",2045,0,"",python,selection_command +10713,697370263,"utils/nn.py",2331,0,"",python,selection_command +10714,697370955,"utils/nn.py",2902,0,"",python,selection_command +10715,697372870,"utils/nn.py",3733,0,"",python,selection_command +10716,697373672,"utils/nn.py",5021,0,"",python,selection_command +10717,697375685,"utils/nn.py",5339,0,"",python,selection_command +10718,697376166,"utils/nn.py",5674,0,"",python,selection_command +10719,697376841,"utils/nn.py",5802,0,"",python,selection_command +10720,697377632,"utils/nn.py",8981,0,"",python,selection_command +10721,697379140,"utils/nn.py",11244,0,"",python,selection_command +10722,697379660,"utils/nn.py",8981,0,"",python,selection_command +10723,697379854,"utils/nn.py",5802,0,"",python,selection_command +10724,697380674,"utils/nn.py",5674,0,"",python,selection_command +10725,697381043,"utils/nn.py",5339,0,"",python,selection_command +10726,697381451,"utils/nn.py",5021,0,"",python,selection_command +10727,697381953,"utils/nn.py",3733,0,"",python,selection_command +10728,697507279,"utils/nn.py",3040,0,"",python,selection_command +10729,697508052,"utils/nn.py",3019,0,"",python,selection_command +10730,697508300,"utils/nn.py",2998,0,"",python,selection_command +10731,697508333,"utils/nn.py",2976,0,"",python,selection_command +10732,697508362,"utils/nn.py",2957,0,"",python,selection_command +10733,697508394,"utils/nn.py",2936,0,"",python,selection_command +10734,697508426,"utils/nn.py",2898,0,"",python,selection_command +10735,697508583,"utils/nn.py",2893,0,"",python,selection_command +10736,697508759,"utils/nn.py",2898,0,"",python,selection_command +10737,697508866,"utils/nn.py",2902,0,"",python,selection_command +10738,697513059,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport einops\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n spatial_bert=True,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n\n\nclass DynamicsAutoregressive(nn.Module):\n """"""Autoregressive (causal) dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n self.use_flash_attention,\n spatial_bert=False,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n # vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (1, 0), (1, 0), (0, 0)))\n # logits = self.dynamics(vid_embed_padded)[:, :-1, :-1]\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n\n # FIXME mihir: HACK\n # rng1, _rng = jax.random.split(batch[""mask_rng""])\n # noise = jax.random.normal(_rng, vid_embed_padded.shape)\n # logits = self.dynamics(noise)[:, :, :-1]\n\n logits = self.dynamics(vid_embed_padded)[:, :, :-1]\n mask = jnp.ones(vid_embed.shape[:-1])\n # next_tokens = jnp.argmax(logits, axis=-1)\n # print(next_tokens.shape)\n # jax.debug.breakpoint()\n return dict(token_logits=logits, mask=mask)",python,tab +10739,697514620,"models/dynamics.py",2051,0,"",python,selection_command +10740,697515520,"models/dynamics.py",2010,0,"",python,selection_command +10741,697519307,"models/dynamics.py",2051,0,"",python,selection_command +10742,697519559,"models/dynamics.py",2077,0,"",python,selection_command +10743,697519589,"models/dynamics.py",2095,0,"",python,selection_command +10744,697519620,"models/dynamics.py",2116,0,"",python,selection_command +10745,697519655,"models/dynamics.py",2136,0,"",python,selection_command +10746,697519687,"models/dynamics.py",2155,0,"",python,selection_command +10747,697519723,"models/dynamics.py",2174,0,"",python,selection_command +10748,697519757,"models/dynamics.py",2199,0,"",python,selection_command +10749,697519791,"models/dynamics.py",2222,0,"",python,selection_command +10750,697519825,"models/dynamics.py",2247,0,"",python,selection_command +10751,697519859,"models/dynamics.py",2254,0,"",python,selection_command +10752,697519891,"models/dynamics.py",2274,0,"",python,selection_command +10753,697519925,"models/dynamics.py",2299,0,"",python,selection_command +10754,697519958,"models/dynamics.py",2338,0,"",python,selection_command +10755,697527458,"models/dynamics.py",2803,0,"",python,selection_keyboard +10756,697527755,"models/dynamics.py",2805,0,"",python,selection_command +10757,697528008,"models/dynamics.py",2814,0,"",python,selection_command +10758,697528035,"models/dynamics.py",2902,0,"",python,selection_command +10759,697528068,"models/dynamics.py",2962,0,"",python,selection_command +10760,697528101,"models/dynamics.py",3022,0,"",python,selection_command +10761,697528135,"models/dynamics.py",3096,0,"",python,selection_command +10762,697528170,"models/dynamics.py",3178,0,"",python,selection_command +10763,697528536,"models/dynamics.py",3242,0,"",python,selection_command +10764,697528790,"models/dynamics.py",3314,0,"",python,selection_command +10765,697528818,"models/dynamics.py",3323,0,"",python,selection_command +10766,697528850,"models/dynamics.py",3351,0,"",python,selection_command +10767,697528884,"models/dynamics.py",3410,0,"",python,selection_command +10768,697528917,"models/dynamics.py",3476,0,"",python,selection_command +10769,697529688,"models/dynamics.py",3468,50," # logits = self.dynamics(noise)[:, :, :-1]",python,selection_command +10770,697532567,"models/dynamics.py",3402,116," # noise = jax.random.normal(_rng, vid_embed_padded.shape)\n # logits = self.dynamics(noise)[:, :, :-1]",python,selection_command +10771,697533103,"models/dynamics.py",3343,175," # rng1, _rng = jax.random.split(batch[""mask_rng""])\n # noise = jax.random.normal(_rng, vid_embed_padded.shape)\n # logits = self.dynamics(noise)[:, :, :-1]",python,selection_command +10772,697547106,"models/dynamics.py",3351,0,"",python,selection_command +10773,697548916,"models/dynamics.py",2498,0,"",python,selection_command +10774,697549513,"models/dynamics.py",1985,0,"",python,selection_command +10775,697549965,"models/dynamics.py",1933,0,"",python,selection_command +10776,697550111,"models/dynamics.py",1985,0,"",python,selection_command +10777,697550275,"models/dynamics.py",1986,0,"",python,selection_command +10778,697550399,"models/dynamics.py",1987,0,"",python,selection_command +10779,697550513,"models/dynamics.py",1993,0,"",python,selection_command +10780,697550675,"models/dynamics.py",2015,0,"",python,selection_command +10781,697550908,"models/dynamics.py",1993,0,"",python,selection_command +10782,697552864,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsAutoregressive\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n use_maskgit: bool\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n if self.use_maskgit:\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n ) \n else:\n self.dynamics = DynamicsAutoregressive(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n\n def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n token_idxs_full, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n\n\n @nn.compact\n def sample_maskgit(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) \n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +10783,697552867,"genie.py",2664,22,"DynamicsAutoregressive",python,selection_command +10784,697553234,"genie.py",2685,0,"",python,selection_command +10785,697553733,"genie.py",2648,0,"",python,selection_command +10786,697554101,"genie.py",2652,0,"",python,selection_command +10787,697554384,"genie.py",2653,0,"",python,selection_command +10788,697554720,"genie.py",3733,0,"",python,selection_command +10789,697558986,"genie.py",3685,0,"",python,selection_command +10790,697560584,"genie.py",3665,0,"",python,selection_command +10791,697584223,"genie.py",3655,0,"",python,selection_command +10792,697584375,"genie.py",3612,0,"",python,selection_command +10793,697584626,"genie.py",3534,0,"",python,selection_command +10794,697584654,"genie.py",3510,0,"",python,selection_command +10795,697584686,"genie.py",3500,0,"",python,selection_command +10796,697584720,"genie.py",3438,0,"",python,selection_command +10797,697584752,"genie.py",3398,0,"",python,selection_command +10798,697584786,"genie.py",3367,0,"",python,selection_command +10799,697584895,"genie.py",3328,0,"",python,selection_command +10800,697585049,"genie.py",3254,0,"",python,selection_command +10801,697585173,"genie.py",3168,0,"",python,selection_command +10802,697585517,"genie.py",3186,0,"",python,selection_command +10803,697585766,"genie.py",3188,0,"",python,selection_command +10804,697585799,"genie.py",3192,0,"",python,selection_command +10805,697585829,"genie.py",3193,0,"",python,selection_command +10806,697585861,"genie.py",3202,0,"",python,selection_command +10807,697585892,"genie.py",3203,0,"",python,selection_command +10808,697586131,"genie.py",3212,0,"",python,selection_command +10809,697586284,"genie.py",3213,0,"",python,selection_command +10810,697586869,"genie.py",3168,0,"",python,selection_command +10811,697587402,"genie.py",3160,85," tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)",python,selection_command +10812,697588401,"genie.py",3168,0,"",python,selection_command +10813,697588560,"genie.py",3254,0,"",python,selection_command +10814,697588737,"genie.py",3246,73," lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)",python,selection_command +10815,697590297,"genie.py",3254,0,"",python,selection_command +10816,697590437,"genie.py",3328,0,"",python,selection_command +10817,697590604,"genie.py",3367,0,"",python,selection_command +10818,697590785,"genie.py",3328,0,"",python,selection_command +10819,697590977,"genie.py",3320,38," latent_actions = jax.lax.cond(",python,selection_command +10820,697591092,"genie.py",3320,69," latent_actions = jax.lax.cond(\n self.lam_co_train,",python,selection_command +10821,697591236,"genie.py",3320,109," latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],",python,selection_command +10822,697591366,"genie.py",3320,171," latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])",python,selection_command +10823,697591512,"genie.py",3320,181," latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )",python,selection_command +10824,697598899,"genie.py",3500,0,"",python,selection_command +10825,697599269,"genie.py",3510,0,"",python,selection_command +10826,697599593,"genie.py",3518,0,"",python,selection_command +10827,697599871,"genie.py",3542,0,"",python,selection_command +10828,697600868,"genie.py",3526,77," video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),",python,selection_command +10829,697604314,"genie.py",3542,0,"",python,selection_command +10830,697604874,"genie.py",3526,77," video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),",python,selection_command +10831,697605523,"genie.py",3526,120," video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,",python,selection_command +10832,697607565,"genie.py",3620,0,"",python,selection_command +10833,697607959,"genie.py",3655,0,"",python,selection_command +10834,697608127,"genie.py",3673,0,"",python,selection_command +10835,697608652,"genie.py",3657,47," outputs[""mask_rng""] = batch[""mask_rng""]",python,selection_command +10836,697609751,"genie.py",3673,0,"",python,selection_command +10837,697610035,"genie.py",3665,0,"",python,selection_command +10838,697610508,"genie.py",3657,47," outputs[""mask_rng""] = batch[""mask_rng""]",python,selection_command +10839,697610913,"genie.py",3665,0,"",python,selection_command +10840,697611021,"genie.py",3713,0,"",python,selection_command +10841,697611811,"genie.py",3705,55," dyna_outputs = self.dynamics(outputs, training)",python,selection_command +10842,697613276,"genie.py",3713,0,"",python,selection_command +10843,697613366,"genie.py",3769,0,"",python,selection_command +10844,697613656,"genie.py",3761,36," outputs.update(dyna_outputs)",python,selection_command +10845,697614193,"genie.py",3769,0,"",python,selection_command +10846,697614251,"genie.py",3806,0,"",python,selection_command +10847,697614484,"genie.py",3798,66," mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)",python,selection_command +10848,697620084,"genie.py",3806,0,"",python,selection_command +10849,697620219,"genie.py",3769,0,"",python,selection_command +10850,697620366,"genie.py",3713,0,"",python,selection_command +10851,697620482,"genie.py",3769,0,"",python,selection_command +10852,697630024,"genie.py",3806,0,"",python,selection_command +10853,697634431,"genie.py",3798,66," mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)",python,selection_command +10854,697641415,"genie.py",3806,0,"",python,selection_command +10855,697641892,"genie.py",3798,66," mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)",python,selection_command +10856,697653310,"genie.py",3806,0,"",python,selection_command +10857,697666738,"genie.py",3873,0,"",python,selection_command +10858,697666902,"genie.py",3865,49," outputs[""recon""] = self.tokenizer.decode(",python,selection_command +10859,697667089,"genie.py",3865,101," outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]",python,selection_command +10860,697667263,"genie.py",3865,111," outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )",python,selection_command +10861,697667765,"genie.py",3975,0,"",python,selection_command +10862,697667917,"genie.py",3985,0,"",python,selection_command +10863,697668049,"genie.py",4041,0,"",python,selection_command +10864,697668339,"genie.py",3985,0,"",python,selection_command +10865,697668590,"genie.py",3975,0,"",python,selection_command +10866,697668617,"genie.py",3923,0,"",python,selection_command +10867,697668652,"genie.py",3873,0,"",python,selection_command +10868,697668777,"genie.py",3806,0,"",python,selection_command +10869,697668933,"genie.py",3769,0,"",python,selection_command +10870,697669153,"genie.py",3713,0,"",python,selection_command +10871,697669475,"genie.py",3726,0,"",python,selection_command +10872,697669607,"genie.py",3728,0,"",python,selection_command +10873,697669755,"genie.py",3732,0,"",python,selection_command +10874,697669883,"genie.py",3733,0,"",python,selection_command +10875,697671594,"genie.py",2166,8,"dynamics",python,selection_command +10876,697672370,"genie.py",2173,0,"",python,selection_command +10877,697672655,"genie.py",2222,0,"",python,selection_command +10878,697672902,"genie.py",2263,0,"",python,selection_command +10879,697672933,"genie.py",2315,0,"",python,selection_command +10880,697672965,"genie.py",2364,0,"",python,selection_command +10881,697672998,"genie.py",2411,0,"",python,selection_command +10882,697673032,"genie.py",2449,0,"",python,selection_command +10883,697673064,"genie.py",2493,0,"",python,selection_command +10884,697673098,"genie.py",2539,0,"",python,selection_command +10885,697673131,"genie.py",2573,0,"",python,selection_command +10886,697673275,"genie.py",2620,0,"",python,selection_command +10887,697673433,"genie.py",2634,0,"",python,selection_command +10888,697673567,"genie.py",2664,0,"",python,selection_command +10889,697673700,"genie.py",2716,0,"",python,selection_command +10890,697673904,"genie.py",2664,0,"",python,selection_command +10891,697674117,"genie.py",2662,0,"",python,selection_command +10892,697674267,"genie.py",2653,0,"",python,selection_command +10893,697674667,"genie.py",3733,0,"",python,selection_command +10894,697681987,"genie.py",2653,8,"dynamics",python,selection_command +10895,697682212,"genie.py",2660,0,"",python,selection_command +10896,697682503,"genie.py",2662,0,"",python,selection_command +10897,697682685,"genie.py",2664,0,"",python,selection_command +10898,697683281,"models/dynamics.py",0,0,"",python,tab +10899,697683285,"models/dynamics.py",1993,0,"",python,selection_command +10900,697684057,"models/dynamics.py",2034,0,"",python,selection_command +10901,697684309,"models/dynamics.py",2077,0,"",python,selection_command +10902,697684336,"models/dynamics.py",2084,0,"",python,selection_command +10903,697684369,"models/dynamics.py",2103,0,"",python,selection_command +10904,697684401,"models/dynamics.py",2124,0,"",python,selection_command +10905,697684435,"models/dynamics.py",2144,0,"",python,selection_command +10906,697684468,"models/dynamics.py",2163,0,"",python,selection_command +10907,697684502,"models/dynamics.py",2182,0,"",python,selection_command +10908,697684536,"models/dynamics.py",2209,0,"",python,selection_command +10909,697686003,"models/dynamics.py",2230,0,"",python,selection_command +10910,697686256,"models/dynamics.py",2254,0,"",python,selection_command +10911,697686283,"models/dynamics.py",2261,0,"",python,selection_command +10912,697686316,"models/dynamics.py",2282,0,"",python,selection_command +10913,697686349,"models/dynamics.py",2321,0,"",python,selection_command +10914,697686401,"models/dynamics.py",2349,0,"",python,selection_command +10915,697686415,"models/dynamics.py",2379,0,"",python,selection_command +10916,697686448,"models/dynamics.py",2408,0,"",python,selection_command +10917,697686481,"models/dynamics.py",2436,0,"",python,selection_command +10918,697686516,"models/dynamics.py",2462,0,"",python,selection_command +10919,697686548,"models/dynamics.py",2492,0,"",python,selection_command +10920,697686582,"models/dynamics.py",2516,0,"",python,selection_command +10921,697686614,"models/dynamics.py",2554,0,"",python,selection_command +10922,697686648,"models/dynamics.py",2586,0,"",python,selection_command +10923,697686682,"models/dynamics.py",2596,0,"",python,selection_command +10924,697686714,"models/dynamics.py",2666,0,"",python,selection_command +10925,697686748,"models/dynamics.py",2701,0,"",python,selection_command +10926,697686781,"models/dynamics.py",2729,0,"",python,selection_command +10927,697686814,"models/dynamics.py",2771,0,"",python,selection_command +10928,697686848,"models/dynamics.py",2801,0,"",python,selection_command +10929,697686881,"models/dynamics.py",2805,0,"",python,selection_command +10930,697686914,"models/dynamics.py",2812,0,"",python,selection_command +10931,697687204,"models/dynamics.py",2805,0,"",python,selection_command +10932,697687387,"models/dynamics.py",2812,0,"",python,selection_command +10933,697693559,"models/dynamics.py",2900,0,"",python,selection_command +10934,697693858,"models/dynamics.py",2902,0,"",python,selection_command +10935,697694870,"models/dynamics.py",2894,59," vid_embed = self.patch_embed(batch[""video_tokens""])",python,selection_command +10936,697719945,"models/dynamics.py",2902,0,"",python,selection_command +10937,697720281,"genie.py",0,0,"",python,tab +10938,697720285,"genie.py",2664,0,"",python,selection_command +10939,697720937,"models/dynamics.py",0,0,"",python,tab +10940,697720941,"models/dynamics.py",1993,0,"",python,selection_command +10941,697721596,"models/dynamics.py",2338,0,"",python,selection_command +10942,697722388,"models/dynamics.py",427,0,"",python,selection_command +10943,697723233,"utils/nn.py",0,0,"",python,tab +10944,697723237,"utils/nn.py",2902,0,"",python,selection_command +10945,697727738,"genie.py",0,0,"",python,tab +10946,697728968,"genie.py",2648,0,"",python,selection_command +10947,697729148,"genie.py",2652,0,"",python,selection_command +10948,697729283,"genie.py",2653,0,"",python,selection_command +10949,697729527,"genie.py",3733,0,"",python,selection_command +10950,697770039,"genie.py",3685,0,"",python,selection_command +10951,697770293,"genie.py",3655,0,"",python,selection_command +10952,697770323,"genie.py",3632,0,"",python,selection_command +10953,697770355,"genie.py",3554,0,"",python,selection_command +10954,697770387,"genie.py",3524,0,"",python,selection_command +10955,697770421,"genie.py",3500,0,"",python,selection_command +10956,697770455,"genie.py",3458,0,"",python,selection_command +10957,697770491,"genie.py",3418,0,"",python,selection_command +10958,697770524,"genie.py",3387,0,"",python,selection_command +10959,697770558,"genie.py",3348,0,"",python,selection_command +10960,697770591,"genie.py",3274,0,"",python,selection_command +10961,697770626,"genie.py",3188,0,"",python,selection_command +10962,697770660,"genie.py",3100,0,"",python,selection_command +10963,697770692,"genie.py",3071,0,"",python,selection_command +10964,697770725,"genie.py",3069,0,"",python,selection_command +10965,697770760,"genie.py",3023,0,"",python,selection_command +10966,697770791,"genie.py",2989,0,"",python,selection_command +10967,697770825,"genie.py",2943,0,"",python,selection_command +10968,697770858,"genie.py",2905,0,"",python,selection_command +10969,697770892,"genie.py",2858,0,"",python,selection_command +10970,697770926,"genie.py",2809,0,"",python,selection_command +10971,697770959,"genie.py",2757,0,"",python,selection_command +10972,697770991,"genie.py",2716,0,"",python,selection_command +10973,697771025,"genie.py",2664,0,"",python,selection_command +10974,697771432,"models/dynamics.py",0,0,"",python,tab +10975,697771434,"models/dynamics.py",1993,0,"",python,selection_command +10976,697772207,"models/dynamics.py",2034,0,"",python,selection_command +10977,697772461,"models/dynamics.py",2077,0,"",python,selection_command +10978,697772488,"models/dynamics.py",2084,0,"",python,selection_command +10979,697772520,"models/dynamics.py",2103,0,"",python,selection_command +10980,697773587,"models/dynamics.py",2816,0,"",python,selection_command +10981,697775324,"models/dynamics.py",2904,0,"",python,selection_command +10982,697775454,"models/dynamics.py",2894,59," vid_embed = self.patch_embed(batch[""video_tokens""])",python,selection_command +10983,697776890,"models/dynamics.py",2904,0,"",python,selection_command +10984,697777110,"models/dynamics.py",2964,0,"",python,selection_command +10985,697777252,"models/dynamics.py",2954,59," act_embed = self.action_up(batch[""latent_actions""])",python,selection_command +10986,697778010,"models/dynamics.py",2964,0,"",python,selection_command +10987,697778457,"models/dynamics.py",3024,0,"",python,selection_command +10988,697778773,"models/dynamics.py",3014,73," vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))",python,selection_command +10989,697786226,"models/dynamics.py",3024,0,"",python,selection_command +10990,697786503,"models/dynamics.py",3098,0,"",python,selection_command +10991,697786650,"models/dynamics.py",3180,0,"",python,selection_command +10992,697786790,"models/dynamics.py",3244,0,"",python,selection_command +10993,697786901,"models/dynamics.py",3314,0,"",python,selection_command +10994,697787139,"models/dynamics.py",3244,0,"",python,selection_command +10995,697792339,"models/dynamics.py",3234,79," vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))",python,selection_command +10996,697798404,"models/dynamics.py",3244,0,"",python,selection_command +10997,697812209,"models/dynamics.py",3314,0,"",python,selection_command +10998,697812453,"models/dynamics.py",3325,0,"",python,selection_command +10999,697812485,"models/dynamics.py",3353,0,"",python,selection_command +11000,697812518,"models/dynamics.py",3412,0,"",python,selection_command +11001,697812550,"models/dynamics.py",3478,0,"",python,selection_command +11002,697812585,"models/dynamics.py",3519,0,"",python,selection_command +11003,697812825,"models/dynamics.py",3530,0,"",python,selection_command +11004,697812990,"models/dynamics.py",3590,0,"",python,selection_command +11005,697813031,"models/dynamics.py",3593,0,"",python,selection_command +11006,697813217,"models/dynamics.py",3595,0,"",python,selection_command +11007,697813389,"models/dynamics.py",3535,0,"",python,selection_command +11008,697813560,"models/dynamics.py",3519,0,"",python,selection_command +11009,697813573,"models/dynamics.py",3528,0,"",python,selection_command +11010,697813769,"models/dynamics.py",3535,0,"",python,selection_command +11011,697813904,"models/dynamics.py",3595,0,"",python,selection_command +11012,697814061,"models/dynamics.py",3598,0,"",python,selection_command +11013,697814243,"models/dynamics.py",3599,0,"",python,selection_command +11014,697814302,"models/dynamics.py",3539,0,"",python,selection_command +11015,697814546,"models/dynamics.py",3541,0,"",python,selection_command +11016,697815224,"models/dynamics.py",3519,0,"",python,selection_command +11017,697815478,"models/dynamics.py",3489,0,"",python,selection_command +11018,697815506,"models/dynamics.py",3423,0,"",python,selection_command +11019,697815539,"models/dynamics.py",3364,0,"",python,selection_command +11020,697815574,"models/dynamics.py",3336,0,"",python,selection_command +11021,697815608,"models/dynamics.py",3314,0,"",python,selection_command +11022,697815642,"models/dynamics.py",3255,0,"",python,selection_command +11023,697815909,"models/dynamics.py",3314,0,"",python,selection_command +11024,697816060,"models/dynamics.py",3255,0,"",python,selection_command +11025,697816264,"models/dynamics.py",3234,79," vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))",python,selection_command +11026,697816802,"models/dynamics.py",3255,0,"",python,selection_command +11027,697816918,"models/dynamics.py",3314,0,"",python,selection_command +11028,697817168,"models/dynamics.py",3336,0,"",python,selection_command +11029,697817199,"models/dynamics.py",3364,0,"",python,selection_command +11030,697817232,"models/dynamics.py",3423,0,"",python,selection_command +11031,697817269,"models/dynamics.py",3489,0,"",python,selection_command +11032,697817299,"models/dynamics.py",3519,0,"",python,selection_command +11033,697817332,"models/dynamics.py",3541,0,"",python,selection_command +11034,697817744,"models/dynamics.py",3542,0,"",python,selection_command +11035,697818755,"models/dynamics.py",2289,0,"",python,selection_command +11036,697819165,"models/dynamics.py",3542,0,"",python,selection_command +11037,697821628,"models/dynamics.py",3602,0,"",python,selection_command +11038,697823487,"models/dynamics.py",3580,45," mask = jnp.ones(vid_embed.shape[:-1])",python,selection_command +11039,697835400,"models/dynamics.py",3602,0,"",python,selection_command +11040,697839420,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n use_maskgit: bool = False\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n logits = outputs[""token_logits""]\n targets = outputs[""video_tokens""]\n\n # if not args.use_maskgit:\n # logits = outputs[""token_logits""][:, :, :-1]\n # targets = outputs[""video_tokens""][:, :, 1:]\n # mask = outputs[""mask""][:, :, 1:] \n\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n logits, targets\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = logits.argmax(-1) == targets\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(logits)\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=logits.max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n use_maskgit=args.use_maskgit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n # for videos in dataloader:\n videos = np.load(""overfit_dir/single_sample_corner.npy"") * 255.\n videos = videos.astype(np.uint8)\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n while True:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11041,697840246,"train_dynamics.py",2675,0,"",python,selection_command +11042,697840495,"train_dynamics.py",2659,0,"",python,selection_command +11043,697840527,"train_dynamics.py",2595,0,"",python,selection_command +11044,697840561,"train_dynamics.py",2572,0,"",python,selection_command +11045,697840592,"train_dynamics.py",2556,0,"",python,selection_command +11046,697840627,"train_dynamics.py",2540,0,"",python,selection_command +11047,697840660,"train_dynamics.py",2510,0,"",python,selection_command +11048,697840889,"train_dynamics.py",2443,0,"",python,selection_command +11049,697841027,"train_dynamics.py",2404,0,"",python,selection_command +11050,697841200,"train_dynamics.py",2359,0,"",python,selection_command +11051,697841571,"train_dynamics.py",2404,0,"",python,selection_command +11052,697842076,"train_dynamics.py",2443,0,"",python,selection_command +11053,697842325,"train_dynamics.py",2510,0,"",python,selection_command +11054,697842357,"train_dynamics.py",2540,0,"",python,selection_command +11055,697842388,"train_dynamics.py",2556,0,"",python,selection_command +11056,697842422,"train_dynamics.py",2572,0,"",python,selection_command +11057,697842458,"train_dynamics.py",2595,0,"",python,selection_command +11058,697842492,"train_dynamics.py",2659,0,"",python,selection_command +11059,697842882,"train_dynamics.py",2595,0,"",python,selection_command +11060,697843143,"train_dynamics.py",2572,0,"",python,selection_command +11061,697843349,"train_dynamics.py",2556,0,"",python,selection_command +11062,697843680,"train_dynamics.py",2540,0,"",python,selection_command +11063,697843835,"train_dynamics.py",2510,0,"",python,selection_command +11064,697844084,"train_dynamics.py",2443,0,"",python,selection_command +11065,697844266,"train_dynamics.py",2404,0,"",python,selection_command +11066,697844604,"train_dynamics.py",2359,0,"",python,selection_command +11067,697844808,"train_dynamics.py",2404,0,"",python,selection_command +11068,697845002,"train_dynamics.py",2443,0,"",python,selection_command +11069,697845207,"train_dynamics.py",2510,0,"",python,selection_command +11070,697845644,"train_dynamics.py",2540,0,"",python,selection_command +11071,697845894,"train_dynamics.py",2556,0,"",python,selection_command +11072,697845922,"train_dynamics.py",2572,0,"",python,selection_command +11073,697845954,"train_dynamics.py",2595,0,"",python,selection_command +11074,697845988,"train_dynamics.py",2659,0,"",python,selection_command +11075,697846189,"train_dynamics.py",2675,0,"",python,selection_command +11076,697846703,"train_dynamics.py",2665,0,"",python,selection_command +11077,697850217,"train_dynamics.py",2681,0,"",python,selection_command +11078,697850609,"train_dynamics.py",2987,0,"",python,selection_command +11079,697850987,"train_dynamics.py",3003,0,"",python,selection_command +11080,697851307,"train_dynamics.py",3130,0,"",python,selection_command +11081,697851571,"train_dynamics.py",3115,49," ce_loss = (mask * ce_loss).sum() / mask.sum()",python,selection_command +11082,697852219,"train_dynamics.py",3130,0,"",python,selection_command +11083,697852920,"models/dynamics.py",0,0,"",python,tab +11084,697855925,"models/dynamics.py",3542,0,"",python,selection_command +11085,697858587,"models/dynamics.py",2289,0,"",python,selection_command +11086,697965659,"models/dynamics.py",3194,0,"",python,selection_command +11087,697966356,"models/dynamics.py",3258,0,"",python,selection_command +11088,697967603,"models/dynamics.py",3492,0,"",python,selection_command +11089,697967998,"models/dynamics.py",3542,0,"",python,selection_command +11090,697968850,"models/dynamics.py",3550,0,"",python,selection_command +11091,697969012,"models/dynamics.py",3551,0,"",python,selection_command +11092,698008162,"models/dynamics.py",3519,0,"",python,selection_command +11093,698008353,"models/dynamics.py",3499,0,"",python,selection_command +11094,698008494,"models/dynamics.py",3433,0,"",python,selection_command +11095,698008778,"models/dynamics.py",3374,0,"",python,selection_command +11096,698008926,"models/dynamics.py",3341,0,"",python,selection_command +11097,698009076,"models/dynamics.py",3314,0,"",python,selection_command +11098,698009259,"models/dynamics.py",3265,0,"",python,selection_command +11099,698011589,"models/dynamics.py",3234,79," vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))",python,selection_command +11100,698022000,"models/dynamics.py",3265,0,"",python,selection_command +11101,698022377,"models/dynamics.py",3268,0,"",python,selection_command +11102,698022549,"models/dynamics.py",3269,0,"",python,selection_command +11103,698022672,"models/dynamics.py",3278,0,"",python,selection_command +11104,698022800,"models/dynamics.py",3280,0,"",python,selection_command +11105,698022982,"models/dynamics.py",3282,0,"",python,selection_command +11106,698024378,"models/dynamics.py",3281,0,"",python,selection_command +11107,698024569,"models/dynamics.py",3281,1,"(",python,selection_command +11108,698024649,"models/dynamics.py",3281,2,"(0",python,selection_command +11109,698024839,"models/dynamics.py",3281,3,"(0,",python,selection_command +11110,698025029,"models/dynamics.py",3281,5,"(0, 0",python,selection_command +11111,698025630,"models/dynamics.py",3281,6,"(0, 0)",python,selection_command +11112,698028706,"models/dynamics.py",3286,0,"",python,selection_command +11113,698029180,"models/dynamics.py",3285,0,"",python,selection_command +11114,698029320,"models/dynamics.py",3283,0,"",python,selection_command +11115,698029467,"models/dynamics.py",3282,0,"",python,selection_command +11116,698029608,"models/dynamics.py",3280,0,"",python,selection_command +11117,698029756,"models/dynamics.py",3281,0,"",python,selection_command +11118,698030004,"models/dynamics.py",3282,0,"",python,selection_command +11119,698030033,"models/dynamics.py",3283,0,"",python,selection_command +11120,698030066,"models/dynamics.py",3284,0,"",python,selection_command +11121,698030305,"models/dynamics.py",3284,1," ",python,selection_command +11122,698030524,"models/dynamics.py",3284,2," 0",python,selection_command +11123,698030854,"models/dynamics.py",3284,4," 0),",python,selection_command +11124,698031080,"models/dynamics.py",3287,0,"",python,selection_command +11125,698031167,"models/dynamics.py",3288,0,"",python,selection_command +11126,698031336,"models/dynamics.py",3289,0,"",python,selection_command +11127,698031526,"models/dynamics.py",3289,1,"(",python,selection_command +11128,698031585,"models/dynamics.py",3289,2,"(0",python,selection_command +11129,698031767,"models/dynamics.py",3289,3,"(0,",python,selection_command +11130,698031915,"models/dynamics.py",3289,5,"(0, 0",python,selection_command +11131,698032135,"models/dynamics.py",3289,6,"(0, 0)",python,selection_command +11132,698032515,"models/dynamics.py",3294,0,"",python,selection_command +11133,698032690,"models/dynamics.py",3293,0,"",python,selection_command +11134,698032944,"models/dynamics.py",3292,0,"",python,selection_command +11135,698032972,"models/dynamics.py",3291,0,"",python,selection_command +11136,698033004,"models/dynamics.py",3290,0,"",python,selection_command +11137,698033038,"models/dynamics.py",3289,0,"",python,selection_command +11138,698033072,"models/dynamics.py",3288,0,"",python,selection_command +11139,698033108,"models/dynamics.py",3287,0,"",python,selection_command +11140,698033250,"models/dynamics.py",3286,0,"",python,selection_command +11141,698033383,"models/dynamics.py",3285,0,"",python,selection_command +11142,698033516,"models/dynamics.py",3284,0,"",python,selection_command +11143,698033654,"models/dynamics.py",3283,0,"",python,selection_command +11144,698033765,"models/dynamics.py",3282,0,"",python,selection_command +11145,698034016,"models/dynamics.py",3281,0,"",python,selection_command +11146,698034050,"models/dynamics.py",3280,0,"",python,selection_command +11147,698034080,"models/dynamics.py",3279,0,"",python,selection_command +11148,698034113,"models/dynamics.py",3278,0,"",python,selection_command +11149,698034233,"models/dynamics.py",3269,0,"",python,selection_command +11150,698034366,"models/dynamics.py",3268,0,"",python,selection_command +11151,698034502,"models/dynamics.py",3265,0,"",python,selection_command +11152,698035173,"models/dynamics.py",3268,0,"",python,selection_command +11153,698035734,"models/dynamics.py",3269,0,"",python,selection_command +11154,698035882,"models/dynamics.py",3278,0,"",python,selection_command +11155,698036037,"models/dynamics.py",3280,0,"",python,selection_command +11156,698036152,"models/dynamics.py",3282,0,"",python,selection_command +11157,698038040,"models/dynamics.py",3283,0,"",python,selection_command +11158,698038188,"models/dynamics.py",3284,0,"",python,selection_command +11159,698038336,"models/dynamics.py",3285,0,"",python,selection_command +11160,698041172,"models/dynamics.py",3286,0,"",python,selection_command +11161,698041417,"models/dynamics.py",3289,0,"",python,selection_command +11162,698041446,"models/dynamics.py",3290,0,"",python,selection_command +11163,698041574,"models/dynamics.py",3291,0,"",python,selection_command +11164,698041732,"models/dynamics.py",3293,0,"",python,selection_command +11165,698041868,"models/dynamics.py",3294,0,"",python,selection_command +11166,698042018,"models/dynamics.py",3297,0,"",python,selection_command +11167,698042200,"models/dynamics.py",3298,0,"",python,selection_command +11168,698051738,"models/dynamics.py",3297,0,"",python,selection_command +11169,698051885,"models/dynamics.py",3294,0,"",python,selection_command +11170,698051999,"models/dynamics.py",3293,0,"",python,selection_command +11171,698052117,"models/dynamics.py",3291,0,"",python,selection_command +11172,698052252,"models/dynamics.py",3290,0,"",python,selection_command +11173,698052384,"models/dynamics.py",3289,0,"",python,selection_command +11174,698052510,"models/dynamics.py",3286,0,"",python,selection_command +11175,698052636,"models/dynamics.py",3285,0,"",python,selection_command +11176,698053123,"models/dynamics.py",3286,0,"",python,selection_command +11177,698053271,"models/dynamics.py",3289,0,"",python,selection_command +11178,698053450,"models/dynamics.py",3290,0,"",python,selection_command +11179,698053610,"models/dynamics.py",3291,0,"",python,selection_command +11180,698053789,"models/dynamics.py",3293,0,"",python,selection_command +11181,698053937,"models/dynamics.py",3294,0,"",python,selection_command +11182,698054075,"models/dynamics.py",3297,0,"",python,selection_command +11183,698054217,"models/dynamics.py",3298,0,"",python,selection_command +11184,698057517,"models/dynamics.py",3297,0,"",python,selection_command +11185,698057767,"models/dynamics.py",3294,0,"",python,selection_command +11186,698057797,"models/dynamics.py",3293,0,"",python,selection_command +11187,698057827,"models/dynamics.py",3291,0,"",python,selection_command +11188,698057861,"models/dynamics.py",3290,0,"",python,selection_command +11189,698057892,"models/dynamics.py",3289,0,"",python,selection_command +11190,698057926,"models/dynamics.py",3286,0,"",python,selection_command +11191,698057959,"models/dynamics.py",3285,0,"",python,selection_command +11192,698057992,"models/dynamics.py",3283,0,"",python,selection_command +11193,698058334,"models/dynamics.py",3282,0,"",python,selection_command +11194,698058925,"models/dynamics.py",3280,0,"",python,selection_command +11195,698059055,"models/dynamics.py",3282,0,"",python,selection_command +11196,698059235,"models/dynamics.py",3283,0,"",python,selection_command +11197,698059434,"models/dynamics.py",3285,0,"",python,selection_command +11198,698059587,"models/dynamics.py",3286,0,"",python,selection_command +11199,698060094,"models/dynamics.py",3289,0,"",python,selection_command +11200,698060276,"models/dynamics.py",3290,0,"",python,selection_command +11201,698060643,"models/dynamics.py",3291,0,"",python,selection_command +11202,698060792,"models/dynamics.py",3293,0,"",python,selection_command +11203,698060983,"models/dynamics.py",3294,0,"",python,selection_command +11204,698063334,"models/dynamics.py",3297,0,"",python,selection_command +11205,698063491,"models/dynamics.py",3298,0,"",python,selection_command +11206,698063655,"models/dynamics.py",3299,0,"",python,selection_command +11207,698063819,"models/dynamics.py",3301,0,"",python,selection_command +11208,698063977,"models/dynamics.py",3302,0,"",python,selection_command +11209,698065115,"models/dynamics.py",3305,0,"",python,selection_command +11210,698065259,"models/dynamics.py",3306,0,"",python,selection_command +11211,698065407,"models/dynamics.py",3307,0,"",python,selection_command +11212,698065577,"models/dynamics.py",3309,0,"",python,selection_command +11213,698071213,"models/dynamics.py",3307,0,"",python,selection_command +11214,698071460,"models/dynamics.py",3306,0,"",python,selection_command +11215,698071487,"models/dynamics.py",3305,0,"",python,selection_command +11216,698071519,"models/dynamics.py",3302,0,"",python,selection_command +11217,698073084,"models/dynamics.py",3302,1,")",python,selection_command +11218,698073179,"models/dynamics.py",3301,2,"0)",python,selection_command +11219,698073317,"models/dynamics.py",3299,4,", 0)",python,selection_command +11220,698073494,"models/dynamics.py",3298,5,"1, 0)",python,selection_command +11221,698074096,"models/dynamics.py",3297,6,"(1, 0)",python,selection_command +11222,698082569,"models/dynamics.py",3297,0,"",python,selection_command +11223,698083427,"models/dynamics.py",3314,0,"",python,selection_command +11224,698083677,"models/dynamics.py",3341,0,"",python,selection_command +11225,698083704,"models/dynamics.py",3400,0,"",python,selection_command +11226,698083736,"models/dynamics.py",3465,0,"",python,selection_command +11227,698083769,"models/dynamics.py",3517,0,"",python,selection_command +11228,698083803,"models/dynamics.py",3519,0,"",python,selection_command +11229,698084057,"models/dynamics.py",3578,0,"",python,selection_command +11230,698084217,"models/dynamics.py",3624,0,"",python,selection_command +11231,698084454,"models/dynamics.py",3578,0,"",python,selection_command +11232,698084752,"models/dynamics.py",3577,0,"",python,selection_command +11233,698084919,"models/dynamics.py",3575,0,"",python,selection_command +11234,698085060,"models/dynamics.py",3572,0,"",python,selection_command +11235,698085169,"models/dynamics.py",3567,0,"",python,selection_command +11236,698085322,"models/dynamics.py",3551,0,"",python,selection_command +11237,698085558,"models/dynamics.py",3567,0,"",python,selection_command +11238,698085760,"models/dynamics.py",3572,0,"",python,selection_command +11239,698086206,"models/dynamics.py",3519,0,"",python,selection_command +11240,698086371,"models/dynamics.py",3517,0,"",python,selection_command +11241,698086483,"models/dynamics.py",3454,0,"",python,selection_command +11242,698086736,"models/dynamics.py",3395,0,"",python,selection_command +11243,698086768,"models/dynamics.py",3341,0,"",python,selection_command +11244,698086882,"models/dynamics.py",3314,0,"",python,selection_command +11245,698087088,"models/dynamics.py",3286,0,"",python,selection_command +11246,698331831,"models/dynamics.py",3283,0,"",python,selection_mouse +11247,698331965,"models/dynamics.py",3283,1,",",python,selection_mouse +11248,698331987,"models/dynamics.py",3283,2,", ",python,selection_mouse +11249,698331999,"models/dynamics.py",3283,3,", 0",python,selection_mouse +11250,698332016,"models/dynamics.py",3283,5,", 0),",python,selection_mouse +11251,698332033,"models/dynamics.py",3283,7,", 0), (",python,selection_mouse +11252,698332049,"models/dynamics.py",3283,9,", 0), (0,",python,selection_mouse +11253,698332066,"models/dynamics.py",3283,11,", 0), (0, 0",python,selection_mouse +11254,698332083,"models/dynamics.py",3283,12,", 0), (0, 0)",python,selection_mouse +11255,698332099,"models/dynamics.py",3283,13,", 0), (0, 0),",python,selection_mouse +11256,698332116,"models/dynamics.py",3283,14,", 0), (0, 0), ",python,selection_mouse +11257,698333932,"models/dynamics.py",3297,0,"",python,selection_mouse +11258,698334396,"models/dynamics.py",3301,0,"",python,selection_mouse +11259,698336329,"models/dynamics.py",3314,0,"",python,selection_mouse +11260,698336980,"models/dynamics.py",3301,0,"",python,selection_mouse +11261,698337914,"models/dynamics.py",3308,0,"",python,selection_mouse +11262,698379399,"models/dynamics.py",3313,0,"",python,selection_mouse +11263,698379406,"models/dynamics.py",3312,0,"",python,selection_command +11264,698421102,"models/dynamics.py",3146,0,"",python,selection_mouse +11265,698423613,"models/dynamics.py",3138,0,"",python,selection_mouse +11266,698424995,"models/dynamics.py",3057,0,"",python,selection_mouse +11267,698426164,"models/dynamics.py",3064,0,"",python,selection_mouse +11268,698428897,"models/dynamics.py",3285,0,"",python,selection_mouse +11269,698430180,"models/dynamics.py",3292,0,"",python,selection_mouse +11270,698433148,"models/dynamics.py",3300,0,"",python,selection_mouse +11271,698434464,"models/dynamics.py",3298,0,"",python,selection_mouse +11272,698436252,"models/dynamics.py",3308,0,"",python,selection_mouse +11273,698444533,"models/dynamics.py",3298,0,"",python,selection_mouse +11274,698445532,"models/dynamics.py",3272,0,"",python,selection_mouse +11275,698447767,"models/dynamics.py",3266,0,"",python,selection_mouse +11276,698477196,"models/dynamics.py",3577,0,"",python,selection_mouse +11277,698482834,"models/dynamics.py",3520,0,"",python,selection_command +11278,698483190,"models/dynamics.py",3528,0,"",python,selection_command +11279,698485150,"models/dynamics.py",3520,59," logits = self.dynamics(vid_embed_padded)[:, :, :-1]",python,selection_command +11280,698485925,"models/dynamics.py",3528,0,"",python,selection_command +11281,698494043,"models/dynamics.py",3520,59," logits = self.dynamics(vid_embed_padded)[:, :, :-1]",python,selection_command +11282,698496302,"models/dynamics.py",3528,0,"",python,selection_command +11283,698499003,"models/dynamics.py",3520,59," logits = self.dynamics(vid_embed_padded)[:, :, :-1]",python,selection_command +11284,698500615,"models/dynamics.py",3528,0,"",python,selection_command +11285,698501321,"models/dynamics.py",3519,0,"",python,selection_command +11286,698501458,"models/dynamics.py",3476,0,"",python,selection_command +11287,698501676,"models/dynamics.py",3468,50," # logits = self.dynamics(noise)[:, :, :-1]",python,selection_command +11288,698501818,"models/dynamics.py",3402,116," # noise = jax.random.normal(_rng, vid_embed_padded.shape)\n # logits = self.dynamics(noise)[:, :, :-1]",python,selection_command +11289,698501952,"models/dynamics.py",3343,175," # rng1, _rng = jax.random.split(batch[""mask_rng""])\n # noise = jax.random.normal(_rng, vid_embed_padded.shape)\n # logits = self.dynamics(noise)[:, :, :-1]",python,selection_command +11290,698502140,"models/dynamics.py",3351,0,"",python,selection_command +11291,698502630,"models/dynamics.py",3343,58," # rng1, _rng = jax.random.split(batch[""mask_rng""])",python,selection_command +11292,698502735,"models/dynamics.py",3343,124," # rng1, _rng = jax.random.split(batch[""mask_rng""])\n # noise = jax.random.normal(_rng, vid_embed_padded.shape)",python,selection_command +11293,698502870,"models/dynamics.py",3343,175," # rng1, _rng = jax.random.split(batch[""mask_rng""])\n # noise = jax.random.normal(_rng, vid_embed_padded.shape)\n # logits = self.dynamics(noise)[:, :, :-1]",python,selection_command +11294,698507506,"models/dynamics.py",3476,0,"",python,selection_command +11295,698509862,"models/dynamics.py",3360,0,"",python,selection_mouse +11296,698510947,"models/dynamics.py",3440,0,"",python,selection_mouse +11297,698511378,"models/dynamics.py",3433,0,"",python,selection_mouse +11298,698513698,"models/dynamics.py",3452,0,"",python,selection_mouse +11299,698516318,"models/dynamics.py",3253,0,"",python,selection_mouse +11300,698518197,"models/dynamics.py",3519,0,"",python,selection_mouse +11301,698518715,"models/dynamics.py",3555,0,"",python,selection_mouse +11302,698551986,"models/dynamics.py",3551,0,"",python,selection_command +11303,698552043,"models/dynamics.py",3551,1,"v",python,selection_command +11304,698552083,"models/dynamics.py",3551,16,"vid_embed_padded",python,selection_command +11305,698552368,"models/dynamics.py",3566,0,"",python,selection_command +11306,698553606,"models/dynamics.py",3551,0,"",python,selection_command +11307,698553661,"models/dynamics.py",3551,1,"v",python,selection_command +11308,698553713,"models/dynamics.py",3551,16,"vid_embed_padded",python,selection_command +11309,698554049,"models/dynamics.py",3566,0,"",python,selection_command +11310,698554610,"models/dynamics.py",3551,0,"",python,selection_command +11311,698554701,"models/dynamics.py",3551,1,"v",python,selection_command +11312,698554748,"models/dynamics.py",3551,16,"vid_embed_padded",python,selection_command +11313,698555582,"models/dynamics.py",3566,0,"",python,selection_command +11314,698556018,"models/dynamics.py",3551,0,"",python,selection_command +11315,698556075,"models/dynamics.py",3551,1,"v",python,selection_command +11316,698556138,"models/dynamics.py",3551,16,"vid_embed_padded",python,selection_command +11317,698600035,"models/dynamics.py",3566,0,"",python,selection_command +11318,699560889,"models/dynamics.py",2275,0,"",python,selection_mouse +11319,699560893,"models/dynamics.py",2274,0,"",python,selection_command +11320,699560905,"models/dynamics.py",2274,1,":",python,selection_mouse +11321,699560913,"models/dynamics.py",2275,0,"",python,selection_command +11322,699561034,"models/dynamics.py",2275,39,"\n self.dynamics = STTransformer(",python,selection_mouse +11323,699561752,"models/dynamics.py",2579,0,"",python,selection_mouse +11324,699561764,"models/dynamics.py",2578,0,"",python,selection_command +11325,699562304,"models/dynamics.py",2589,0,"",python,selection_mouse +11326,699562317,"models/dynamics.py",2588,0,"",python,selection_command +11327,699562819,"models/dynamics.py",2953,0,"",python,selection_mouse +11328,699562831,"models/dynamics.py",2952,0,"",python,selection_command +11329,699563454,"models/dynamics.py",2805,0,"",python,selection_mouse +11330,796180753,"models/dynamics.py",88,3709,"\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n ffn_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,content +11331,796183523,"models/dynamics.py",0,0,"Switched from branch 'new-arch-sampling' to 'main'",python,git_branch_checkout +11332,796194089,"models/dynamics.py",0,0,"",python,selection_command +11333,796202141,"models/dynamics.py",65,1614,"import flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(self, model_dim: int, ffn_dim: int, num_latents: int, num_blocks: int, \n num_heads: int, dropout: float, mask_limit: float, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.dynamics = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (1, 1, 1, self.model_dim)\n )\n )\n self.action_up = nnx.Linear(\n # FIXME (f.srambical): think about whether this is actually latent_dim or num_latents\n self.num_latents,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed)\n",python,content +11334,796203538,"models/dynamics.py",0,0,"Switched from branch 'main' to 'flax-nnx'",python,git_branch_checkout +11335,796212448,"TERMINAL",0,0,"",,terminal_command +11336,796212450,"TERMINAL",0,0,"]633;C",,terminal_output +11337,796212662,"TERMINAL",0,0,"",,terminal_command +11338,796212663,"TERMINAL",0,0,"]633;C",,terminal_output +11339,796213361,"TERMINAL",0,0,"",,terminal_command +11340,796213362,"TERMINAL",0,0,"]633;C",,terminal_output +11341,796213507,"TERMINAL",0,0,"",,terminal_command +11342,796213508,"TERMINAL",0,0,"]633;C",,terminal_output +11343,796213679,"TERMINAL",0,0,"",,terminal_command +11344,796213679,"TERMINAL",0,0,"]633;C",,terminal_output +11345,796217430,"TERMINAL",0,0,"",,terminal_command +11346,796217431,"TERMINAL",0,0,"]633;C",,terminal_output +11347,796217575,"TERMINAL",0,0,"",,terminal_command +11348,796217576,"TERMINAL",0,0,"]633;C",,terminal_output +11349,796217729,"TERMINAL",0,0,"",,terminal_command +11350,796217730,"TERMINAL",0,0,"]633;C",,terminal_output +11351,796217886,"TERMINAL",0,0,"",,terminal_command +11352,796217886,"TERMINAL",0,0,"]633;C",,terminal_output +11353,796223014,"TERMINAL",0,0,"",,terminal_focus +11354,796231432,"TERMINAL",0,0,"git reset --soft HEAD~1",,terminal_command +11355,796231456,"TERMINAL",0,0,"]633;C% \r \r",,terminal_output +11356,796244051,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model: LatentActionModel, inputs: dict):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n lam.vq.codebook = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n # FIXME (f.srambical): make sure that this shards both the model and the optimizer\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): adapt restoration logic for new flax.nnx API\n raise NotImplementedError(""Restoration logic not implemented for new flax.nnx API"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(lam, optimizer, inputs, action_last_active, _rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11357,796247077,"train_lam.py",0,0,"",python,tab +11358,796247093,"train_lam.py",429,0,"",python,selection_command +11359,796248182,"train_lam.py",968,0,"",python,selection_command +11360,796248355,"train_lam.py",1644,0,"",python,selection_command +11361,796248599,"train_lam.py",2242,0,"",python,selection_command +11362,796248774,"train_lam.py",3181,0,"",python,selection_command +11363,796249236,"train_lam.py",2242,0,"",python,selection_command +11364,796249382,"train_lam.py",1644,0,"",python,selection_command +11365,796249506,"train_lam.py",994,0,"",python,selection_command +11366,796249643,"train_lam.py",452,0,"",python,selection_command +11367,796249785,"train_lam.py",0,0,"",python,selection_command +11368,796250122,"train_lam.py",581,0,"",python,selection_command +11369,796250420,"train_lam.py",1172,0,"",python,selection_command +11370,796250725,"train_lam.py",1776,0,"",python,selection_command +11371,796253974,"train_lam.py",2477,0,"",python,selection_command +11372,796255361,"train_lam.py",2538,0,"",python,selection_command +11373,796255611,"train_lam.py",2551,0,"",python,selection_command +11374,796255641,"train_lam.py",2600,0,"",python,selection_command +11375,796255675,"train_lam.py",2609,0,"",python,selection_command +11376,796255715,"train_lam.py",2650,0,"",python,selection_command +11377,796255750,"train_lam.py",2728,0,"",python,selection_command +11378,796255782,"train_lam.py",2809,0,"",python,selection_command +11379,796255815,"train_lam.py",2863,0,"",python,selection_command +11380,796255850,"train_lam.py",2917,0,"",python,selection_command +11381,796262160,"train_lam.py",3583,0,"",python,selection_command +11382,796263040,"train_lam.py",4405,0,"",python,selection_command +11383,796270004,"train_lam.py",4939,0,"",python,selection_command +11384,796274037,"train_lam.py",5460,0,"",python,selection_command +11385,796275904,"train_lam.py",5986,0,"",python,selection_command +11386,796285070,"train_lam.py",6021,0,"",python,selection_command +11387,796285323,"train_lam.py",6035,0,"",python,selection_command +11388,796285349,"train_lam.py",6057,0,"",python,selection_command +11389,796285380,"train_lam.py",6077,0,"",python,selection_command +11390,796285412,"train_lam.py",6098,0,"",python,selection_command +11391,796285446,"train_lam.py",6143,0,"",python,selection_command +11392,796285479,"train_lam.py",6164,0,"",python,selection_command +11393,796285514,"train_lam.py",6195,0,"",python,selection_command +11394,796285546,"train_lam.py",6199,0,"",python,selection_command +11395,796285579,"train_lam.py",6220,0,"",python,selection_command +11396,796285618,"train_lam.py",6255,0,"",python,selection_command +11397,796285646,"train_lam.py",6308,0,"",python,selection_command +11398,796285685,"train_lam.py",6357,0,"",python,selection_command +11399,796285712,"train_lam.py",6405,0,"",python,selection_command +11400,796285745,"train_lam.py",6456,0,"",python,selection_command +11401,796285778,"train_lam.py",6507,0,"",python,selection_command +11402,796285921,"train_lam.py",6561,0,"",python,selection_command +11403,796286120,"train_lam.py",6617,0,"",python,selection_command +11404,796286203,"train_lam.py",6721,0,"",python,selection_command +11405,796286505,"train_lam.py",6705,0,"",python,selection_command +11406,796287789,"train_lam.py",6721,0,"",python,selection_command +11407,796288247,"train_lam.py",7173,0,"",python,selection_command +11408,796288424,"train_lam.py",7187,0,"",python,selection_command +11409,796288753,"train_lam.py",7214,0,"",python,selection_command +11410,796289539,"train_lam.py",8150,0,"",python,selection_command +11411,796290549,"train_lam.py",8913,0,"",python,selection_command +11412,796294330,"train_lam.py",8933,0,"",python,selection_command +11413,796294486,"train_lam.py",8943,0,"",python,selection_command +11414,796294740,"train_lam.py",9004,0,"",python,selection_command +11415,796294771,"train_lam.py",9075,0,"",python,selection_command +11416,796294798,"train_lam.py",9084,0,"",python,selection_command +11417,796294920,"train_lam.py",9117,0,"",python,selection_command +11418,796295087,"train_lam.py",9143,0,"",python,selection_command +11419,796295207,"train_lam.py",9219,0,"",python,selection_command +11420,796295360,"train_lam.py",9303,0,"",python,selection_command +11421,796295540,"train_lam.py",9219,0,"",python,selection_command +11422,796295873,"train_lam.py",9301,0,"",python,selection_command +11423,796301597,"train_lam.py",9211,0,"",python,selection_command +11424,796302403,"train_lam.py",10041,0,"",python,selection_command +11425,796303485,"train_lam.py",9993,0,"",python,selection_command +11426,796303736,"train_lam.py",9947,0,"",python,selection_command +11427,796303768,"train_lam.py",9831,0,"",python,selection_command +11428,796303797,"train_lam.py",9785,0,"",python,selection_command +11429,796303831,"train_lam.py",9734,0,"",python,selection_command +11430,796303866,"train_lam.py",9721,0,"",python,selection_command +11431,796303897,"train_lam.py",9687,0,"",python,selection_command +11432,796303931,"train_lam.py",9654,0,"",python,selection_command +11433,796305762,"train_lam.py",9620,0,"",python,selection_command +11434,796305932,"train_lam.py",9587,0,"",python,selection_command +11435,796306093,"train_lam.py",9517,0,"",python,selection_command +11436,796307142,"train_lam.py",4245,0,"",python,selection_command +11437,796308603,"train_lam.py",9509,0,"",python,selection_command +11438,796315901,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11439,796315903,"train_lam.py",10727,0,"",python,selection_mouse +11440,796317942,"train_lam.py",10646,0,"",python,selection_command +11441,796318078,"train_lam.py",7693,0,"",python,selection_command +11442,796323972,"train_lam.py",7657,0,"",python,selection_command +11443,796325420,"train_lam.py",7693,0,"",python,selection_command +11444,796325883,"train_lam.py",7474,0,"",python,selection_command +11445,796326822,"train_lam.py",7537,0,"",python,selection_command +11446,796326985,"train_lam.py",7626,0,"",python,selection_command +11447,796327124,"train_lam.py",7693,0,"",python,selection_command +11448,796328635,"train_lam.py",7657,0,"",python,selection_command +11449,796329614,"train_lam.py",7693,0,"",python,selection_command +11450,796334803,"train_lam.py",7657,0,"",python,selection_command +11451,796335006,"train_lam.py",5519,0,"",python,selection_command +11452,796344185,"train_lam.py",0,0,"",python,tab +11453,796344190,"train_lam.py",5432,0,"",python,selection_mouse +11454,796354403,"train_lam.py",9509,0,"",python,selection_command +11455,796356368,"train_lam.py",9579,0,"",python,selection_command +11456,796356402,"train_lam.py",9612,0,"",python,selection_command +11457,796356434,"train_lam.py",9646,0,"",python,selection_command +11458,796359441,"train_lam.py",9612,0,"",python,selection_command +11459,796359578,"train_lam.py",9579,0,"",python,selection_command +11460,796359904,"train_lam.py",9509,0,"",python,selection_command +11461,796371865,"train_lam.py",9579,0,"",python,selection_command +11462,796372115,"train_lam.py",9612,0,"",python,selection_command +11463,796372148,"train_lam.py",9646,0,"",python,selection_command +11464,796372177,"train_lam.py",9679,0,"",python,selection_command +11465,796372325,"train_lam.py",9721,0,"",python,selection_command +11466,796372497,"train_lam.py",9726,0,"",python,selection_command +11467,796372653,"train_lam.py",9777,0,"",python,selection_command +11468,796372793,"train_lam.py",9823,0,"",python,selection_command +11469,796372919,"train_lam.py",9939,0,"",python,selection_command +11470,796373222,"train_lam.py",9823,0,"",python,selection_command +11471,796373670,"train_lam.py",9933,0,"",python,selection_command +11472,796375052,"train_lam.py",9819,0,"",python,selection_command +11473,796379347,"train_lam.py",9884,0,"",python,selection_command +11474,796379904,"train_lam.py",9885,0,"",python,selection_command +11475,796379996,"train_lam.py",9885,0,"\n ",python,content +11476,796380262,"train_lam.py",9901,0,"",python,selection_command +11477,796380994,"train_lam.py",9951,0,"",python,selection_command +11478,796381342,"train_lam.py",9950,0,"",python,selection_command +11479,796381655,"train_lam.py",9950,0,"\n ",python,content +11480,796382037,"train_lam.py",9963,4,"",python,content +11481,796382336,"train_lam.py",9962,0,"",python,selection_command +11482,796387424,"train_lam.py",9897,0,"",python,selection_command +11483,796391647,"train_lam.py",9830,0,"",python,selection_command +11484,796391973,"train_lam.py",9831,0,"",python,selection_command +11485,796392973,"train_lam.py",9819,0,"",python,selection_command +11486,796393220,"train_lam.py",9886,0,"",python,selection_command +11487,796393520,"train_lam.py",9951,0,"",python,selection_command +11488,796399231,"train_lam.py",9965,0,"",python,selection_command +11489,796399478,"train_lam.py",10011,0,"",python,selection_command +11490,796399504,"train_lam.py",10059,0,"",python,selection_command +11491,796399537,"train_lam.py",10081,0,"",python,selection_command +11492,796399571,"train_lam.py",10082,0,"",python,selection_command +11493,796399605,"train_lam.py",10112,0,"",python,selection_command +11494,796399639,"train_lam.py",10137,0,"",python,selection_command +11495,796399673,"train_lam.py",10216,0,"",python,selection_command +11496,796399707,"train_lam.py",10247,0,"",python,selection_command +11497,796399744,"train_lam.py",10273,0,"",python,selection_command +11498,796399778,"train_lam.py",10315,0,"",python,selection_command +11499,796399811,"train_lam.py",10357,0,"",python,selection_command +11500,796399844,"train_lam.py",10396,0,"",python,selection_command +11501,796399878,"train_lam.py",10422,0,"",python,selection_command +11502,796399910,"train_lam.py",10444,0,"",python,selection_command +11503,796400056,"train_lam.py",10500,0,"",python,selection_command +11504,796407794,"train_lam.py",11359,0,"",python,selection_keyboard +11505,796408173,"train_lam.py",11414,0,"",python,selection_command +11506,796408420,"train_lam.py",11490,0,"",python,selection_command +11507,796408452,"train_lam.py",11517,0,"",python,selection_command +11508,796408481,"train_lam.py",11547,0,"",python,selection_command +11509,796408800,"train_lam.py",11593,0,"",python,selection_command +11510,796408961,"train_lam.py",11629,0,"",python,selection_command +11511,796409110,"train_lam.py",11705,0,"",python,selection_command +11512,796409272,"train_lam.py",11742,0,"",python,selection_command +11513,796409403,"train_lam.py",11772,0,"",python,selection_command +11514,796409550,"train_lam.py",11817,0,"",python,selection_command +11515,796411961,"train_lam.py",11772,0,"",python,selection_command +11516,796412101,"train_lam.py",11742,0,"",python,selection_command +11517,796412243,"train_lam.py",11705,0,"",python,selection_command +11518,796412387,"train_lam.py",11629,0,"",python,selection_command +11519,796412687,"train_lam.py",11705,0,"",python,selection_command +11520,796412969,"train_lam.py",11676,0,"\n ",python,content +11521,796413100,"train_lam.py",11693,0,"#",python,content +11522,796413102,"train_lam.py",11694,0,"",python,selection_keyboard +11523,796413132,"train_lam.py",11694,0," ",python,content +11524,796413134,"train_lam.py",11695,0,"",python,selection_keyboard +11525,796413346,"train_lam.py",11695,0,"F",python,content +11526,796413347,"train_lam.py",11696,0,"",python,selection_keyboard +11527,796413386,"train_lam.py",11696,0,"I",python,content +11528,796413388,"train_lam.py",11697,0,"",python,selection_keyboard +11529,796413562,"train_lam.py",11697,0,"X",python,content +11530,796413565,"train_lam.py",11698,0,"",python,selection_keyboard +11531,796413664,"train_lam.py",11698,0,"M",python,content +11532,796413667,"train_lam.py",11699,0,"",python,selection_keyboard +11533,796413815,"train_lam.py",11699,0,"E",python,content +11534,796413818,"train_lam.py",11700,0,"",python,selection_keyboard +11535,796414148,"train_lam.py",11700,0,"()",python,content +11536,796414151,"train_lam.py",11701,0,"",python,selection_keyboard +11537,796414481,"train_lam.py",11700,2,"",python,content +11538,796414584,"train_lam.py",11700,0," ",python,content +11539,796414586,"train_lam.py",11701,0,"",python,selection_keyboard +11540,796414651,"train_lam.py",11701,0,"()",python,content +11541,796414653,"train_lam.py",11702,0,"",python,selection_keyboard +11542,796414922,"train_lam.py",11702,0,"f",python,content +11543,796414926,"train_lam.py",11703,0,"",python,selection_keyboard +11544,796415067,"train_lam.py",11703,0,".",python,content +11545,796415070,"train_lam.py",11704,0,"",python,selection_keyboard +11546,796415161,"train_lam.py",11704,0,"s",python,content +11547,796415164,"train_lam.py",11705,0,"",python,selection_keyboard +11548,796415278,"train_lam.py",11705,0,"r",python,content +11549,796415280,"train_lam.py",11706,0,"",python,selection_keyboard +11550,796415296,"train_lam.py",11706,0,"m",python,content +11551,796415298,"train_lam.py",11707,0,"",python,selection_keyboard +11552,796415318,"train_lam.py",11707,0,"a",python,content +11553,796415319,"train_lam.py",11708,0,"",python,selection_keyboard +11554,796415580,"train_lam.py",11708,0,"b",python,content +11555,796415582,"train_lam.py",11709,0,"",python,selection_keyboard +11556,796415862,"train_lam.py",11708,1,"",python,content +11557,796416096,"train_lam.py",11707,1,"",python,content +11558,796416218,"train_lam.py",11706,1,"",python,content +11559,796416305,"train_lam.py",11706,0,"a",python,content +11560,796416306,"train_lam.py",11707,0,"",python,selection_keyboard +11561,796416404,"train_lam.py",11707,0,"m",python,content +11562,796416405,"train_lam.py",11708,0,"",python,selection_keyboard +11563,796416850,"train_lam.py",11708,0,"b",python,content +11564,796416853,"train_lam.py",11709,0,"",python,selection_keyboard +11565,796416955,"train_lam.py",11709,0,"i",python,content +11566,796416957,"train_lam.py",11710,0,"",python,selection_keyboard +11567,796417021,"train_lam.py",11710,0,"c",python,content +11568,796417023,"train_lam.py",11711,0,"",python,selection_keyboard +11569,796417068,"train_lam.py",11711,0,"a",python,content +11570,796417070,"train_lam.py",11712,0,"",python,selection_keyboard +11571,796417156,"train_lam.py",11712,0,"l",python,content +11572,796417159,"train_lam.py",11713,0,"",python,selection_keyboard +11573,796417373,"train_lam.py",11713,1,")",python,content +11574,796417375,"train_lam.py",11714,0,"",python,selection_keyboard +11575,796417680,"train_lam.py",11714,0,":",python,content +11576,796417684,"train_lam.py",11715,0,"",python,selection_keyboard +11577,796417862,"train_lam.py",11715,0," ",python,content +11578,796417865,"train_lam.py",11716,0,"",python,selection_keyboard +11579,796420491,"train_lam.py",11716,0,"c",python,content +11580,796420497,"train_lam.py",11717,0,"",python,selection_keyboard +11581,796420562,"train_lam.py",11717,0,"h",python,content +11582,796420564,"train_lam.py",11718,0,"",python,selection_keyboard +11583,796420658,"train_lam.py",11718,0,"e",python,content +11584,796420660,"train_lam.py",11719,0,"",python,selection_keyboard +11585,796420724,"train_lam.py",11719,0,"c",python,content +11586,796420727,"train_lam.py",11720,0,"",python,selection_keyboard +11587,796420732,"train_lam.py",11720,0,"k",python,content +11588,796420734,"train_lam.py",11721,0,"",python,selection_keyboard +11589,796420891,"train_lam.py",11721,0," ",python,content +11590,796420892,"train_lam.py",11722,0,"",python,selection_keyboard +11591,796420937,"train_lam.py",11722,0,"w",python,content +11592,796420939,"train_lam.py",11723,0,"",python,selection_keyboard +11593,796421031,"train_lam.py",11723,0,"h",python,content +11594,796421033,"train_lam.py",11724,0,"",python,selection_keyboard +11595,796421086,"train_lam.py",11724,0,"e",python,content +11596,796421087,"train_lam.py",11725,0,"",python,selection_keyboard +11597,796421145,"train_lam.py",11725,0,"t",python,content +11598,796421147,"train_lam.py",11726,0,"",python,selection_keyboard +11599,796421228,"train_lam.py",11726,0,"h",python,content +11600,796421230,"train_lam.py",11727,0,"",python,selection_keyboard +11601,796421281,"train_lam.py",11727,0,"e",python,content +11602,796421283,"train_lam.py",11728,0,"",python,selection_keyboard +11603,796421338,"train_lam.py",11728,0,"r",python,content +11604,796421340,"train_lam.py",11729,0,"",python,selection_keyboard +11605,796421402,"train_lam.py",11729,0," ",python,content +11606,796421404,"train_lam.py",11730,0,"",python,selection_keyboard +11607,796421946,"train_lam.py",11730,0,"w",python,content +11608,796421954,"train_lam.py",11731,0,"",python,selection_keyboard +11609,796421994,"train_lam.py",11731,0,"e",python,content +11610,796421997,"train_lam.py",11732,0,"",python,selection_keyboard +11611,796422211,"train_lam.py",11732,0," ",python,content +11612,796422214,"train_lam.py",11733,0,"",python,selection_keyboard +11613,796422307,"train_lam.py",11733,0,"s",python,content +11614,796422308,"train_lam.py",11734,0,"",python,selection_keyboard +11615,796422353,"train_lam.py",11734,0,"h",python,content +11616,796422355,"train_lam.py",11735,0,"",python,selection_keyboard +11617,796422455,"train_lam.py",11735,0,"o",python,content +11618,796422456,"train_lam.py",11736,0,"",python,selection_keyboard +11619,796422530,"train_lam.py",11736,0,"u",python,content +11620,796422531,"train_lam.py",11737,0,"",python,selection_keyboard +11621,796422663,"train_lam.py",11737,0,"l",python,content +11622,796422666,"train_lam.py",11738,0,"",python,selection_keyboard +11623,796422711,"train_lam.py",11738,0,"d",python,content +11624,796422713,"train_lam.py",11739,0,"",python,selection_keyboard +11625,796422846,"train_lam.py",11739,0," ",python,content +11626,796422848,"train_lam.py",11740,0,"",python,selection_keyboard +11627,796422896,"train_lam.py",11740,0,"b",python,content +11628,796422897,"train_lam.py",11741,0,"",python,selection_keyboard +11629,796422976,"train_lam.py",11741,0,"e",python,content +11630,796422977,"train_lam.py",11742,0,"",python,selection_keyboard +11631,796423052,"train_lam.py",11742,0," ",python,content +11632,796423053,"train_lam.py",11743,0,"",python,selection_keyboard +11633,796423145,"train_lam.py",11743,0,"s",python,content +11634,796423146,"train_lam.py",11744,0,"",python,selection_keyboard +11635,796423237,"train_lam.py",11744,0,"t",python,content +11636,796423238,"train_lam.py",11745,0,"",python,selection_keyboard +11637,796423287,"train_lam.py",11745,0,"o",python,content +11638,796423289,"train_lam.py",11746,0,"",python,selection_keyboard +11639,796423416,"train_lam.py",11746,0,"r",python,content +11640,796423418,"train_lam.py",11747,0,"",python,selection_keyboard +11641,796423487,"train_lam.py",11747,0,"i",python,content +11642,796423490,"train_lam.py",11748,0,"",python,selection_keyboard +11643,796423573,"train_lam.py",11748,0,"n",python,content +11644,796423576,"train_lam.py",11749,0,"",python,selection_keyboard +11645,796423599,"train_lam.py",11749,0,"g",python,content +11646,796423600,"train_lam.py",11750,0,"",python,selection_keyboard +11647,796423685,"train_lam.py",11750,0," ",python,content +11648,796423687,"train_lam.py",11751,0,"",python,selection_keyboard +11649,796423778,"train_lam.py",11751,0,"t",python,content +11650,796423779,"train_lam.py",11752,0,"",python,selection_keyboard +11651,796423839,"train_lam.py",11752,0,"h",python,content +11652,796423840,"train_lam.py",11753,0,"",python,selection_keyboard +11653,796423927,"train_lam.py",11753,0,"e",python,content +11654,796423928,"train_lam.py",11754,0,"",python,selection_keyboard +11655,796423987,"train_lam.py",11754,0," ",python,content +11656,796423989,"train_lam.py",11755,0,"",python,selection_keyboard +11657,796424079,"train_lam.py",11755,0,"o",python,content +11658,796424082,"train_lam.py",11756,0,"",python,selection_keyboard +11659,796424131,"train_lam.py",11756,0,"p",python,content +11660,796424133,"train_lam.py",11757,0,"",python,selection_keyboard +11661,796424265,"train_lam.py",11757,0,"t",python,content +11662,796424267,"train_lam.py",11758,0,"",python,selection_keyboard +11663,796424365,"train_lam.py",11758,0,"i",python,content +11664,796424368,"train_lam.py",11759,0,"",python,selection_keyboard +11665,796424386,"train_lam.py",11759,0,"m",python,content +11666,796424388,"train_lam.py",11760,0,"",python,selection_keyboard +11667,796424532,"train_lam.py",11760,0,"z",python,content +11668,796424534,"train_lam.py",11761,0,"",python,selection_keyboard +11669,796424629,"train_lam.py",11761,0,"e",python,content +11670,796424630,"train_lam.py",11762,0,"",python,selection_keyboard +11671,796424717,"train_lam.py",11762,0,"r",python,content +11672,796424718,"train_lam.py",11763,0,"",python,selection_keyboard +11673,796424913,"train_lam.py",11762,0,"",python,selection_command +11674,796425676,"train_lam.py",11755,0,"",python,selection_command +11675,796425826,"train_lam.py",11755,8,"",python,content +11676,796426174,"train_lam.py",11755,0,"o",python,content +11677,796426175,"train_lam.py",11756,0,"",python,selection_keyboard +11678,796426222,"train_lam.py",11756,0,"p",python,content +11679,796426224,"train_lam.py",11757,0,"",python,selection_keyboard +11680,796426345,"train_lam.py",11757,0,"t",python,content +11681,796426348,"train_lam.py",11758,0,"",python,selection_keyboard +11682,796426428,"train_lam.py",11758,0,"i",python,content +11683,796426430,"train_lam.py",11759,0,"",python,selection_keyboard +11684,796426451,"train_lam.py",11759,0,"m",python,content +11685,796426453,"train_lam.py",11760,0,"",python,selection_keyboard +11686,796426562,"train_lam.py",11760,0,"z",python,content +11687,796426564,"train_lam.py",11761,0,"",python,selection_keyboard +11688,796426619,"train_lam.py",11761,0,"e",python,content +11689,796426621,"train_lam.py",11762,0,"",python,selection_keyboard +11690,796426700,"train_lam.py",11762,0,"r",python,content +11691,796426701,"train_lam.py",11763,0,"",python,selection_keyboard +11692,796426887,"train_lam.py",11762,0,"",python,selection_command +11693,796427039,"train_lam.py",11677,0,"",python,selection_command +11694,796427907,"train_lam.py",11762,0,"",python,selection_command +11695,796428246,"train_lam.py",11755,0,"",python,selection_command +11696,796428383,"train_lam.py",11755,8,"",python,content +11697,796428662,"train_lam.py",11755,0,"o",python,content +11698,796428664,"train_lam.py",11756,0,"",python,selection_keyboard +11699,796428745,"train_lam.py",11756,0,"p",python,content +11700,796428747,"train_lam.py",11757,0,"",python,selection_keyboard +11701,796428845,"train_lam.py",11757,0,"t",python,content +11702,796428847,"train_lam.py",11758,0,"",python,selection_keyboard +11703,796428956,"train_lam.py",11758,0,"i",python,content +11704,796428958,"train_lam.py",11759,0,"",python,selection_keyboard +11705,796429338,"train_lam.py",11759,0,"m",python,content +11706,796429342,"train_lam.py",11760,0,"",python,selection_keyboard +11707,796429534,"train_lam.py",11760,0,"i",python,content +11708,796429536,"train_lam.py",11761,0,"",python,selection_keyboard +11709,796429672,"train_lam.py",11761,0,"z",python,content +11710,796429674,"train_lam.py",11762,0,"",python,selection_keyboard +11711,796429767,"train_lam.py",11762,0,"e",python,content +11712,796429769,"train_lam.py",11763,0,"",python,selection_keyboard +11713,796429837,"train_lam.py",11763,0,"r",python,content +11714,796429839,"train_lam.py",11764,0,"",python,selection_keyboard +11715,796430024,"train_lam.py",11763,0,"",python,selection_command +11716,796430148,"train_lam.py",11677,0,"",python,selection_command +11717,796470852,"train_lam.py",12283,0,"",python,selection_command +11718,796472981,"train_lam.py",12252,0,"",python,selection_command +11719,796473228,"train_lam.py",12251,0,"",python,selection_command +11720,796473257,"train_lam.py",12229,0,"",python,selection_command +11721,796473289,"train_lam.py",12190,0,"",python,selection_command +11722,796473322,"train_lam.py",12132,0,"",python,selection_command +11723,796473359,"train_lam.py",12114,0,"",python,selection_command +11724,796473393,"train_lam.py",12091,0,"",python,selection_command +11725,796473427,"train_lam.py",12064,0,"",python,selection_command +11726,796473461,"train_lam.py",12021,0,"",python,selection_command +11727,796473494,"train_lam.py",11947,0,"",python,selection_command +11728,796473528,"train_lam.py",11877,0,"",python,selection_command +11729,796473561,"train_lam.py",11832,0,"",python,selection_command +11730,796473596,"train_lam.py",11806,0,"",python,selection_command +11731,796473729,"train_lam.py",11765,0,"",python,selection_command +11732,796473885,"train_lam.py",11677,0,"",python,selection_command +11733,796474219,"train_lam.py",11765,0,"",python,selection_command +11734,796474371,"train_lam.py",11806,0,"",python,selection_command +11735,796474521,"train_lam.py",11832,0,"",python,selection_command +11736,796475304,"train_lam.py",12283,0,"",python,selection_command +11737,796510024,"train_lam.py",12252,0,"",python,selection_command +11738,796510270,"train_lam.py",12251,0,"",python,selection_command +11739,796510301,"train_lam.py",12229,0,"",python,selection_command +11740,796510332,"train_lam.py",12190,0,"",python,selection_command +11741,796510366,"train_lam.py",12132,0,"",python,selection_command +11742,796510399,"train_lam.py",12114,0,"",python,selection_command +11743,796510433,"train_lam.py",12091,0,"",python,selection_command +11744,796510465,"train_lam.py",12064,0,"",python,selection_command +11745,796510498,"train_lam.py",12021,0,"",python,selection_command +11746,796510533,"train_lam.py",11947,0,"",python,selection_command +11747,796510566,"train_lam.py",11877,0,"",python,selection_command +11748,796510599,"train_lam.py",11832,0,"",python,selection_command +11749,796510637,"train_lam.py",11806,0,"",python,selection_command +11750,796510666,"train_lam.py",11765,0,"",python,selection_command +11751,796510834,"train_lam.py",11677,0,"",python,selection_command +11752,798066891,"train_lam.py",11765,0,"",python,selection_command +11753,798067046,"train_lam.py",11806,0,"",python,selection_command +11754,798067192,"train_lam.py",11832,0,"",python,selection_command +11755,798067314,"train_lam.py",11877,0,"",python,selection_command +11756,798068050,"train_lam.py",11947,0,"",python,selection_command +11757,798068330,"train_lam.py",12019,0,"",python,selection_command +11758,798068663,"train_lam.py",11947,0,"",python,selection_command +11759,798070123,"train_lam.py",12021,0,"",python,selection_command +11760,798070368,"train_lam.py",12064,0,"",python,selection_command +11761,798070400,"train_lam.py",12091,0,"",python,selection_command +11762,798070434,"train_lam.py",12114,0,"",python,selection_command +11763,798070468,"train_lam.py",12132,0,"",python,selection_command +11764,798070610,"train_lam.py",12283,0,"",python,selection_command +11765,798071360,"train_lam.py",12252,0,"",python,selection_command +11766,798071609,"train_lam.py",12251,0,"",python,selection_command +11767,798071641,"train_lam.py",12229,0,"",python,selection_command +11768,798071675,"train_lam.py",12190,0,"",python,selection_command +11769,798071710,"train_lam.py",12132,0,"",python,selection_command +11770,798071743,"train_lam.py",12114,0,"",python,selection_command +11771,798071781,"train_lam.py",12091,0,"",python,selection_command +11772,798071984,"train_lam.py",12064,0,"",python,selection_command +11773,798073442,"train_lam.py",12021,0,"",python,selection_command +11774,798073565,"train_lam.py",11947,0,"",python,selection_command +11775,798073699,"train_lam.py",11877,0,"",python,selection_command +11776,798073833,"train_lam.py",11901,0,"",python,selection_command +11777,798074018,"train_lam.py",11912,0,"",python,selection_command +11778,798074133,"train_lam.py",11913,0,"",python,selection_command +11779,798074338,"train_lam.py",11916,0,"",python,selection_command +11780,798074498,"train_lam.py",11917,0,"",python,selection_command +11781,798074644,"train_lam.py",11921,0,"",python,selection_command +11782,798074796,"train_lam.py",11922,0,"",python,selection_command +11783,798074943,"train_lam.py",11934,0,"",python,selection_command +11784,798075085,"train_lam.py",11935,0,"",python,selection_command +11785,798077416,"train_lam.py",11755,0,"",python,selection_command +11786,798077942,"train_lam.py",9907,0,"",python,selection_command +11787,798079484,"train_lam.py",7214,0,"",python,selection_command +11788,798081654,"train_lam.py",7187,0,"",python,selection_command +11789,798084885,"train_lam.py",7187,9,"optimizer",python,selection_command +11790,798085282,"train_lam.py",7195,0,"",python,selection_command +11791,798086885,"train_lam.py",7187,0,"",python,selection_command +11792,798094048,"train_lam.py",6944,0,"",python,selection_command +11793,798094918,"train_lam.py",7007,0,"",python,selection_command +11794,798095063,"train_lam.py",7096,0,"",python,selection_command +11795,798095199,"train_lam.py",7183,0,"",python,selection_command +11796,798095322,"train_lam.py",7246,0,"",python,selection_command +11797,798095418,"train_lam.py",7251,0,"",python,selection_command +11798,798095712,"train_lam.py",7246,0,"",python,selection_command +11799,798095873,"train_lam.py",7187,0,"",python,selection_command +11800,798096630,"train_lam.py",7214,0,"",python,selection_command +11801,798097024,"train_lam.py",9907,0,"",python,selection_command +11802,798097264,"train_lam.py",11755,0,"",python,selection_command +11803,798097919,"train_lam.py",11935,0,"",python,selection_command +11804,799359716,"train_lam.py",7116,0,"",python,selection_mouse +11805,799360954,"train_lam.py",7096,87,"",python,content +11806,799360979,"train_lam.py",7100,0,"",python,selection_command +11807,799363516,"train_lam.py",7159,0,"",python,selection_mouse +11808,799374018,"train_lam.py",0,0,"",python,tab +11809,799374020,"train_lam.py",9595,0,"",python,selection_mouse +11810,799374164,"train_lam.py",9591,8,"tree_map",python,selection_mouse +11811,799374299,"train_lam.py",9546,55," abstract_train_state = jax.tree_util.tree_map(\n",python,selection_mouse +11812,799374467,"train_lam.py",9546,112," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n",python,selection_mouse +11813,799374485,"train_lam.py",9546,122," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n",python,selection_mouse +11814,799374502,"train_lam.py",9546,215," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n",python,selection_mouse +11815,799374518,"train_lam.py",9546,328," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n",python,selection_mouse +11816,799374534,"train_lam.py",9546,413," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n",python,selection_mouse +11817,799374551,"train_lam.py",9546,428," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n",python,selection_mouse +11818,799374568,"train_lam.py",9546,438," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n",python,selection_mouse +11819,799374584,"train_lam.py",9546,484," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n",python,selection_mouse +11820,799374632,"train_lam.py",9546,538," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n",python,selection_mouse +11821,799374699,"train_lam.py",9546,591," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n",python,selection_mouse +11822,799374748,"train_lam.py",9546,662," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n",python,selection_mouse +11823,799375687,"train_lam.py",10206,0,"",python,selection_command +11824,799376417,"train_lam.py",0,0,"",python,tab +11825,799376422,"train_lam.py",9071,0,"",python,selection_mouse +11826,799377441,"train_lam.py",9147,0,"",python,selection_command +11827,799377655,"train_lam.py",9215,0,"\n ",python,content +11828,799378604,"train_lam.py",9224,0," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")",python,content +11829,799379148,"train_lam.py",9884,0,"",python,selection_command +11830,799379582,"train_lam.py",9813,0,"",python,selection_command +11831,799379690,"train_lam.py",9760,0,"",python,selection_command +11832,799379946,"train_lam.py",9706,0,"",python,selection_command +11833,799379973,"train_lam.py",9660,0,"",python,selection_command +11834,799380006,"train_lam.py",9650,0,"",python,selection_command +11835,799380040,"train_lam.py",9621,0,"",python,selection_command +11836,799380079,"train_lam.py",9545,0,"",python,selection_command +11837,799380111,"train_lam.py",9474,0,"",python,selection_command +11838,799380279,"train_lam.py",9437,0,"",python,selection_command +11839,799380420,"train_lam.py",9391,0,"",python,selection_command +11840,799380558,"train_lam.py",9344,0,"",python,selection_command +11841,799380717,"train_lam.py",9334,0,"",python,selection_command +11842,799380867,"train_lam.py",9277,0,"",python,selection_command +11843,799381042,"train_lam.py",9193,0,"",python,selection_command +11844,799381519,"train_lam.py",9124,92,"",python,content +11845,799381542,"train_lam.py",9140,0,"",python,selection_command +11846,799382305,"train_lam.py",9136,4,"",python,content +11847,799382667,"train_lam.py",9132,4,"",python,content +11848,799382817,"train_lam.py",9131,0,"",python,selection_command +11849,799383319,"train_lam.py",9132,0,"",python,selection_command +11850,799383573,"train_lam.py",9153,0,"",python,selection_command +11851,799383604,"train_lam.py",9155,0,"",python,selection_command +11852,799383637,"train_lam.py",9158,0,"",python,selection_command +11853,799383671,"train_lam.py",9159,0,"",python,selection_command +11854,799383705,"train_lam.py",9168,0,"",python,selection_command +11855,799383738,"train_lam.py",9169,0,"",python,selection_command +11856,799383772,"train_lam.py",9177,0,"",python,selection_command +11857,799383806,"train_lam.py",9191,0,"",python,selection_command +11858,799383840,"train_lam.py",9194,0,"",python,selection_command +11859,799383882,"train_lam.py",9195,0,"",python,selection_command +11860,799383916,"train_lam.py",9200,0,"",python,selection_command +11861,799384040,"train_lam.py",9201,0,"",python,selection_command +11862,799384291,"train_lam.py",9222,0,"",python,selection_command +11863,799384325,"train_lam.py",9224,0,"",python,selection_command +11864,799384358,"train_lam.py",9244,0,"",python,selection_command +11865,799384871,"train_lam.py",9224,0,"",python,selection_command +11866,799385020,"train_lam.py",9222,0,"",python,selection_command +11867,799385357,"train_lam.py",9224,0,"",python,selection_command +11868,799385926,"train_lam.py",9235,0,"r",python,content +11869,799385926,"train_lam.py",9234,0,"miz",python,content +11870,799385926,"train_lam.py",9228,6,"",python,content +11871,799385926,"train_lam.py",9225,2,"",python,content +11872,799385926,"train_lam.py",9224,0,"op",python,content +11873,799387352,"train_lam.py",9242,0,"",python,selection_command +11874,799387603,"train_lam.py",9289,0,"",python,selection_command +11875,799387631,"train_lam.py",9335,0,"",python,selection_command +11876,799387665,"train_lam.py",9372,0,"",python,selection_command +11877,799387700,"train_lam.py",9421,0,"",python,selection_command +11878,799388154,"train_lam.py",9426,0,"",python,selection_command +11879,799388346,"train_lam.py",9427,0,"",python,selection_command +11880,799389556,"train_lam.py",9503,0,"",python,selection_command +11881,799389805,"train_lam.py",9548,0,"",python,selection_command +11882,799389836,"train_lam.py",9558,0,"",python,selection_command +11883,799390276,"train_lam.py",9604,0,"",python,selection_command +11884,799390942,"train_lam.py",9560,0,"",python,selection_command +11885,799391257,"train_lam.py",9568,0,"",python,selection_command +11886,799398977,"train_lam.py",9579,0,"r",python,content +11887,799398977,"train_lam.py",9578,0,"miz",python,content +11888,799398977,"train_lam.py",9572,6,"",python,content +11889,799398977,"train_lam.py",9569,2,"",python,content +11890,799398977,"train_lam.py",9568,0,"op",python,content +11891,799401524,"train_lam.py",9614,0,"",python,selection_command +11892,799404290,"train_lam.py",9668,0,"",python,selection_command +11893,799407712,"train_lam.py",9658,0,"",python,selection_command +11894,799407903,"train_lam.py",9711,0,"",python,selection_command +11895,799416173,"train_lam.py",9658,0,"",python,selection_command +11896,799416253,"train_lam.py",9604,0,"",python,selection_command +11897,799416435,"train_lam.py",9560,0,"",python,selection_command +11898,799417974,"train_lam.py",9604,0,"",python,selection_command +11899,799418222,"train_lam.py",9658,0,"",python,selection_command +11900,799418386,"train_lam.py",9711,0,"",python,selection_command +11901,799418569,"train_lam.py",9782,0,"",python,selection_command +11902,799456151,"train_lam.py",12190,0,"",python,selection_mouse +11903,799457634,"train_lam.py",12156,88,"",python,content +11904,799457646,"train_lam.py",12172,0,"",python,selection_command +11905,799459038,"train_lam.py",12213,0,"",python,selection_command +11906,799459238,"train_lam.py",12239,0,"",python,selection_command +11907,799459378,"train_lam.py",12284,0,"",python,selection_command +11908,799459513,"train_lam.py",12354,0,"",python,selection_command +11909,799459715,"train_lam.py",12284,0,"",python,selection_command +11910,799460355,"train_lam.py",12292,0,"",python,selection_command +11911,799460513,"train_lam.py",12303,0,"",python,selection_command +11912,799460763,"train_lam.py",12304,0,"",python,selection_command +11913,799461056,"train_lam.py",12307,0,"",python,selection_command +11914,799461201,"train_lam.py",12308,0,"",python,selection_command +11915,799461952,"train_lam.py",12312,0,"",python,selection_command +11916,799462093,"train_lam.py",12313,0,"",python,selection_command +11917,799462254,"train_lam.py",12325,0,"",python,selection_command +11918,799462406,"train_lam.py",12326,0,"",python,selection_command +11919,799462764,"train_lam.py",12326,9,"",python,content +11920,799462963,"train_lam.py",12326,0,"t",python,content +11921,799462965,"train_lam.py",12327,0,"",python,selection_keyboard +11922,799463105,"train_lam.py",12327,0,"r",python,content +11923,799463107,"train_lam.py",12328,0,"",python,selection_keyboard +11924,799463142,"train_lam.py",12328,0,"a",python,content +11925,799463144,"train_lam.py",12329,0,"",python,selection_keyboard +11926,799463226,"train_lam.py",12329,0,"i",python,content +11927,799463228,"train_lam.py",12330,0,"",python,selection_keyboard +11928,799463280,"train_lam.py",12330,0,"n",python,content +11929,799463282,"train_lam.py",12331,0,"",python,selection_keyboard +11930,799463485,"train_lam.py",12331,0,"_",python,content +11931,799463487,"train_lam.py",12332,0,"",python,selection_keyboard +11932,799463631,"train_lam.py",12332,0,"s",python,content +11933,799463634,"train_lam.py",12333,0,"",python,selection_keyboard +11934,799463803,"train_lam.py",12333,0,"a",python,content +11935,799463805,"train_lam.py",12334,0,"",python,selection_keyboard +11936,799464151,"train_lam.py",12333,1,"",python,content +11937,799464253,"train_lam.py",12333,0,"t",python,content +11938,799464255,"train_lam.py",12334,0,"",python,selection_keyboard +11939,799464329,"train_lam.py",12334,0,"a",python,content +11940,799464332,"train_lam.py",12335,0,"",python,selection_keyboard +11941,799464412,"train_lam.py",12335,0,"t",python,content +11942,799464414,"train_lam.py",12336,0,"",python,selection_keyboard +11943,799464467,"train_lam.py",12336,0,"e",python,content +11944,799464468,"train_lam.py",12337,0,"",python,selection_keyboard +11945,799464690,"train_lam.py",12336,0,"",python,selection_command +11946,799466154,"train_lam.py",10560,0,"",python,selection_command +11947,799467556,"train_lam.py",12336,0,"",python,selection_command +11948,799468113,"train_lam.py",12326,11,"optimizer",python,content +11949,799468133,"train_lam.py",12326,0,"",python,selection_command +11950,799469451,"train_lam.py",0,0,"",python,selection_command +11951,799471337,"train_lam.py",0,0,"",python,tab +11952,799473716,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], inputs[""video_tokens""]\n )\n ce_loss = jnp.where(mask, ce_loss, 0.0)\n loss = ce_loss.mean()\n\n # --- Compute validation metrics ---\n accuracy = (outputs[""token_logits""].argmax(-1) == inputs[""video_tokens""]).mean()\n metrics = dict(\n loss=loss,\n ce_loss=ce_loss.mean(),\n accuracy=accuracy,\n )\n return loss, (outputs[""token_logits""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n \n (loss, (token_logits, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n return loss, token_logits, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n loss, token_logits, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n pred_tokens = token_logits[0].argmax(-1)\n # TODO: Add visualization of predicted tokens vs ground truth\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11953,799476145,"train_dynamics.py",0,0,"",python,tab +11954,799476157,"train_dynamics.py",66,0,"",python,selection_command +11955,799483147,"train_dynamics.py",2539,0,"",python,selection_mouse +11956,799484257,"train_dynamics.py",2539,33,"",python,content +11957,799484269,"train_dynamics.py",2538,0,"",python,selection_command +11958,799498416,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +11959,799498418,"train_dynamics.py",2957,0,"",python,selection_mouse +11960,799521615,"train_dynamics.py",2947,0,"",python,selection_mouse +11961,799521628,"train_dynamics.py",2946,0,"",python,selection_command +11962,799545064,"train_dynamics.py",2884,0,"",python,selection_mouse +11963,799545071,"train_dynamics.py",2883,0,"",python,selection_command +11964,799545845,"train_dynamics.py",2747,0,"",python,selection_mouse +11965,799545857,"train_dynamics.py",2746,0,"",python,selection_command +11966,799560613,"train_dynamics.py",2884,0,"",python,selection_mouse +11967,799560631,"train_dynamics.py",2883,0,"",python,selection_command +11968,799620031,"train_dynamics.py",0,0,"",python,tab +11969,799620036,"train_dynamics.py",2390,0,"",python,selection_mouse +11970,799623589,"train_dynamics.py",3254,0,"",python,selection_command +11971,799629867,"train_dynamics.py",2383,0,"",python,selection_command +11972,799632135,"train_dynamics.py",2420,0,"",python,selection_command +11973,799632274,"train_dynamics.py",2459,0,"",python,selection_command +11974,799632424,"train_dynamics.py",2526,0,"",python,selection_command +11975,799632565,"train_dynamics.py",2544,0,"",python,selection_command +11976,799632681,"train_dynamics.py",2552,0,"",python,selection_command +11977,799632863,"train_dynamics.py",2554,0,"",python,selection_command +11978,799635658,"train_dynamics.py",2544,0,"",python,selection_command +11979,799642496,"train_dynamics.py",2587,0,"",python,selection_command +11980,799642741,"train_dynamics.py",2614,0,"",python,selection_command +11981,799642770,"train_dynamics.py",2688,0,"",python,selection_command +11982,799642809,"train_dynamics.py",2751,0,"",python,selection_command +11983,799642842,"train_dynamics.py",2807,0,"",python,selection_command +11984,799642875,"train_dynamics.py",2813,0,"",python,selection_command +11985,799642910,"train_dynamics.py",2857,0,"",python,selection_command +11986,799642941,"train_dynamics.py",2879,0,"",python,selection_command +11987,799643131,"train_dynamics.py",2857,0,"",python,selection_command +11988,799643273,"train_dynamics.py",2813,0,"",python,selection_command +11989,799643414,"train_dynamics.py",2807,0,"",python,selection_command +11990,799643616,"train_dynamics.py",2751,0,"",python,selection_command +11991,799643866,"train_dynamics.py",2755,0,"",python,selection_command +11992,799644001,"train_dynamics.py",2762,0,"",python,selection_command +11993,799644150,"train_dynamics.py",2764,0,"",python,selection_command +11994,799644298,"train_dynamics.py",2776,0,"",python,selection_command +11995,799644519,"train_dynamics.py",2780,0,"",python,selection_command +11996,799644733,"train_dynamics.py",2786,0,"",python,selection_command +11997,799645031,"train_dynamics.py",2780,0,"",python,selection_command +11998,799645552,"train_dynamics.py",2780,6,"",python,content +11999,799646047,"train_dynamics.py",2780,0,"o",python,content +12000,799646049,"train_dynamics.py",2781,0,"",python,selection_keyboard +12001,799646113,"train_dynamics.py",2781,0,"u",python,content +12002,799646115,"train_dynamics.py",2782,0,"",python,selection_keyboard +12003,799646149,"train_dynamics.py",2782,0,"t",python,content +12004,799646151,"train_dynamics.py",2783,0,"",python,selection_keyboard +12005,799646284,"train_dynamics.py",2783,0,"p",python,content +12006,799646286,"train_dynamics.py",2784,0,"",python,selection_keyboard +12007,799646339,"train_dynamics.py",2784,0,"u",python,content +12008,799646341,"train_dynamics.py",2785,0,"",python,selection_keyboard +12009,799646409,"train_dynamics.py",2785,0,"t",python,content +12010,799646411,"train_dynamics.py",2786,0,"",python,selection_keyboard +12011,799646485,"train_dynamics.py",2786,0,"s",python,content +12012,799646487,"train_dynamics.py",2787,0,"",python,selection_keyboard +12013,799646753,"train_dynamics.py",2786,0,"",python,selection_command +12014,799647214,"train_dynamics.py",2747,0,"",python,selection_command +12015,799650546,"train_dynamics.py",2828,0,"",python,selection_mouse +12016,799652162,"train_dynamics.py",2833,0,"",python,selection_mouse +12017,799653132,"train_dynamics.py",2832,0,"",python,selection_command +12018,799653213,"train_dynamics.py",2832,1,"e",python,selection_command +12019,799653316,"train_dynamics.py",2828,5,"where",python,selection_command +12020,799653465,"train_dynamics.py",2827,6,".where",python,selection_command +12021,799653687,"train_dynamics.py",2824,9,"jnp.where",python,selection_command +12022,799655949,"train_dynamics.py",2824,0,"",python,selection_command +12023,799666663,"train_dynamics.py",2824,29,"",python,content +12024,799666810,"train_dynamics.py",2824,0,"()",python,content +12025,799666813,"train_dynamics.py",2825,0,"",python,selection_keyboard +12026,799666893,"train_dynamics.py",2825,1,")",python,content +12027,799666895,"train_dynamics.py",2826,0,"",python,selection_keyboard +12028,799667176,"train_dynamics.py",2825,0,"",python,selection_command +12029,799667653,"train_dynamics.py",2825,0,"m",python,content +12030,799667654,"train_dynamics.py",2826,0,"",python,selection_keyboard +12031,799667730,"train_dynamics.py",2826,0,"a",python,content +12032,799667732,"train_dynamics.py",2827,0,"",python,selection_keyboard +12033,799667764,"train_dynamics.py",2827,0,"s",python,content +12034,799667765,"train_dynamics.py",2828,0,"",python,selection_keyboard +12035,799667830,"train_dynamics.py",2828,0,"k",python,content +12036,799667832,"train_dynamics.py",2829,0,"",python,selection_keyboard +12037,799668158,"train_dynamics.py",2829,0," ",python,content +12038,799668160,"train_dynamics.py",2830,0,"",python,selection_keyboard +12039,799668346,"train_dynamics.py",2830,0,"*",python,content +12040,799668347,"train_dynamics.py",2831,0,"",python,selection_keyboard +12041,799668396,"train_dynamics.py",2831,0," ",python,content +12042,799668398,"train_dynamics.py",2832,0,"",python,selection_keyboard +12043,799668601,"train_dynamics.py",2832,0,"c",python,content +12044,799668602,"train_dynamics.py",2833,0,"",python,selection_keyboard +12045,799668742,"train_dynamics.py",2833,0,"e",python,content +12046,799668744,"train_dynamics.py",2834,0,"",python,selection_keyboard +12047,799668941,"train_dynamics.py",2834,0,"_",python,content +12048,799668943,"train_dynamics.py",2835,0,"",python,selection_keyboard +12049,799669136,"train_dynamics.py",2835,0,"l",python,content +12050,799669137,"train_dynamics.py",2836,0,"",python,selection_keyboard +12051,799669281,"train_dynamics.py",2836,0,"o",python,content +12052,799669282,"train_dynamics.py",2837,0,"",python,selection_keyboard +12053,799669463,"train_dynamics.py",2837,0,"s",python,content +12054,799669464,"train_dynamics.py",2838,0,"",python,selection_keyboard +12055,799669631,"train_dynamics.py",2838,0,"s",python,content +12056,799669632,"train_dynamics.py",2839,0,"",python,selection_keyboard +12057,799669701,"train_dynamics.py",2839,0," ",python,content +12058,799669703,"train_dynamics.py",2840,0,"",python,selection_keyboard +12059,799670049,"train_dynamics.py",2839,1,"",python,content +12060,799670229,"train_dynamics.py",2839,0,")",python,content +12061,799670230,"train_dynamics.py",2840,0,"",python,selection_keyboard +12062,799671198,"train_dynamics.py",2839,0,"",python,selection_command +12063,799671461,"train_dynamics.py",2841,0,"",python,selection_command +12064,799671612,"train_dynamics.py",2840,1,"",python,content +12065,799672463,"train_dynamics.py",2840,0,".",python,content +12066,799672466,"train_dynamics.py",2841,0,"",python,selection_keyboard +12067,799672562,"train_dynamics.py",2841,0,"s",python,content +12068,799672564,"train_dynamics.py",2842,0,"",python,selection_keyboard +12069,799672692,"train_dynamics.py",2842,0,"u",python,content +12070,799672696,"train_dynamics.py",2843,0,"",python,selection_keyboard +12071,799672802,"train_dynamics.py",2843,0,"m",python,content +12072,799672804,"train_dynamics.py",2844,0,"",python,selection_keyboard +12073,799673047,"train_dynamics.py",2844,0,"()",python,content +12074,799673049,"train_dynamics.py",2845,0,"",python,selection_keyboard +12075,799673116,"train_dynamics.py",2845,1,")",python,content +12076,799673118,"train_dynamics.py",2846,0,"",python,selection_keyboard +12077,799673236,"train_dynamics.py",2846,0," ",python,content +12078,799673237,"train_dynamics.py",2847,0,"",python,selection_keyboard +12079,799673616,"train_dynamics.py",2847,0,"/",python,content +12080,799673617,"train_dynamics.py",2848,0,"",python,selection_keyboard +12081,799673714,"train_dynamics.py",2848,0," ",python,content +12082,799673715,"train_dynamics.py",2849,0,"",python,selection_keyboard +12083,799673937,"train_dynamics.py",2849,0,"m",python,content +12084,799673938,"train_dynamics.py",2850,0,"",python,selection_keyboard +12085,799674050,"train_dynamics.py",2850,0,"a",python,content +12086,799674051,"train_dynamics.py",2851,0,"",python,selection_keyboard +12087,799674143,"train_dynamics.py",2851,0,"s",python,content +12088,799674144,"train_dynamics.py",2852,0,"",python,selection_keyboard +12089,799674193,"train_dynamics.py",2852,0,"k",python,content +12090,799674195,"train_dynamics.py",2853,0,"",python,selection_keyboard +12091,799674404,"train_dynamics.py",2853,0,".",python,content +12092,799674405,"train_dynamics.py",2854,0,"",python,selection_keyboard +12093,799674480,"train_dynamics.py",2854,0,"s",python,content +12094,799674481,"train_dynamics.py",2855,0,"",python,selection_keyboard +12095,799674635,"train_dynamics.py",2855,0,"u",python,content +12096,799674636,"train_dynamics.py",2856,0,"",python,selection_keyboard +12097,799674767,"train_dynamics.py",2856,0,"m",python,content +12098,799674770,"train_dynamics.py",2857,0,"",python,selection_keyboard +12099,799674959,"train_dynamics.py",2857,0,"()",python,content +12100,799674961,"train_dynamics.py",2858,0,"",python,selection_keyboard +12101,799675015,"train_dynamics.py",2858,1,")",python,content +12102,799675016,"train_dynamics.py",2859,0,"",python,selection_keyboard +12103,799675176,"train_dynamics.py",2858,0,"",python,selection_command +12104,799675603,"train_dynamics.py",2810,0,"",python,selection_command +12105,799680685,"train_dynamics.py",2860,0,"",python,selection_command +12106,799705145,"train_dynamics.py",0,0,"",python,tab +12107,799705148,"train_dynamics.py",3816,0,"",python,selection_mouse +12108,799705311,"train_dynamics.py",3804,22,"index_counts_tokenizer",python,selection_mouse +12109,799705425,"train_dynamics.py",3772,68," codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12110,799705663,"train_dynamics.py",3716,124," codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12111,799705682,"train_dynamics.py",3624,216," jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12112,799705698,"train_dynamics.py",3567,273," )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12113,799705729,"train_dynamics.py",3383,457," ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12114,799705747,"train_dynamics.py",3330,510," psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12115,799705762,"train_dynamics.py",3249,591," recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12116,799705779,"train_dynamics.py",3171,669," gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12117,799705978,"train_dynamics.py",3112,728," select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12118,799706029,"train_dynamics.py",3070,770," acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12119,799706212,"train_dynamics.py",2998,842," acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n",python,selection_mouse +12120,799706621,"train_dynamics.py",2998,0,"",python,selection_command +12121,799707711,"train_dynamics.py",0,0,"",python,tab +12122,799707716,"train_dynamics.py",2866,0,"",python,selection_mouse +12123,799707880,"train_dynamics.py",2864,4,"loss",python,selection_mouse +12124,799708007,"train_dynamics.py",2860,26," loss = ce_loss.mean()\n",python,selection_mouse +12125,799708847,"train_dynamics.py",2860,27," loss = ce_loss.mean()\n\n",python,selection_mouse +12126,799708963,"train_dynamics.py",2860,68," loss = ce_loss.mean()\n\n # --- Compute validation metrics ---\n",python,selection_mouse +12127,799709513,"train_dynamics.py",2860,68," acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n ",python,content +12128,799710607,"train_dynamics.py",2868,0,"",python,selection_mouse +12129,799713861,"train_dynamics.py",3642,0,"",python,selection_mouse +12130,799714391,"train_dynamics.py",3710,0,"",python,selection_mouse +12131,799716589,"train_dynamics.py",3702,85," ",python,content +12132,799717142,"train_dynamics.py",3706,0,"",python,selection_command +12133,799718858,"train_dynamics.py",3793,0,"",python,selection_mouse +12134,799719235,"train_dynamics.py",3779,26," ",python,content +12135,799720085,"train_dynamics.py",3786,0,"",python,selection_command +12136,799721146,"train_dynamics.py",0,0,"",python,tab +12137,799721149,"train_dynamics.py",3883,0,"",python,selection_mouse +12138,799721309,"train_dynamics.py",3868,18,"cross_entropy_loss",python,selection_mouse +12139,799721426,"train_dynamics.py",3860,36," cross_entropy_loss=ce_loss,\n",python,selection_mouse +12140,799721629,"train_dynamics.py",3860,71," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n",python,selection_mouse +12141,799721663,"train_dynamics.py",3860,178," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n",python,selection_mouse +12142,799721681,"train_dynamics.py",3860,247," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n",python,selection_mouse +12143,799721711,"train_dynamics.py",3860,266," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n",python,selection_mouse +12144,799721745,"train_dynamics.py",3860,285," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n",python,selection_mouse +12145,799721845,"train_dynamics.py",3860,332," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n",python,selection_mouse +12146,799721979,"train_dynamics.py",3860,391," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n",python,selection_mouse +12147,799722339,"train_dynamics.py",4249,0,"",python,selection_command +12148,799723297,"train_dynamics.py",0,0,"",python,tab +12149,799723302,"train_dynamics.py",3739,0,"",python,selection_mouse +12150,799723441,"train_dynamics.py",3736,4,"loss",python,selection_mouse +12151,799723608,"train_dynamics.py",3728,19," loss=loss,\n",python,selection_mouse +12152,799723879,"train_dynamics.py",3728,51," loss=loss,\n ce_loss=ce_loss.mean(),\n",python,selection_mouse +12153,799724213,"train_dynamics.py",3728,60," loss=loss,\n ce_loss=ce_loss.mean(),\n \n",python,selection_mouse +12154,799724376,"train_dynamics.py",3728,60," cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,",python,content +12155,799725259,"train_dynamics.py",3858,0,"",python,selection_command +12156,799725729,"train_dynamics.py",3775,0,"",python,selection_mouse +12157,799726308,"train_dynamics.py",3707,0,"",python,selection_mouse +12158,799726319,"train_dynamics.py",3706,0,"",python,selection_command +12159,799726662,"train_dynamics.py",3702,6,"",python,content +12160,799726682,"train_dynamics.py",3706,0,"",python,selection_command +12161,799733394,"train_dynamics.py",4074,0,"",python,selection_mouse +12162,799734557,"train_dynamics.py",4111,0,"",python,selection_mouse +12163,799735601,"train_dynamics.py",4116,0,"",python,selection_command +12164,799736382,"train_dynamics.py",4115,1,"",python,content +12165,799736706,"train_dynamics.py",4114,1,"",python,content +12166,799736872,"train_dynamics.py",4113,1,"",python,content +12167,799737114,"train_dynamics.py",4112,1,"",python,content +12168,799738003,"train_dynamics.py",4112,0,"\n ",python,content +12169,799738698,"train_dynamics.py",4117,4,"",python,content +12170,799739307,"train_dynamics.py",4116,0,"",python,selection_command +12171,799747461,"train_dynamics.py",4122,0,"",python,selection_command +12172,799747523,"train_dynamics.py",4123,0,"",python,selection_command +12173,799747927,"train_dynamics.py",4130,0,"",python,selection_command +12174,799750218,"train_dynamics.py",4130,0,"c",python,content +12175,799750221,"train_dynamics.py",4131,0,"",python,selection_keyboard +12176,799750298,"train_dynamics.py",4131,0,"e",python,content +12177,799750300,"train_dynamics.py",4132,0,"",python,selection_keyboard +12178,799750490,"train_dynamics.py",4132,0,"_",python,content +12179,799750492,"train_dynamics.py",4133,0,"",python,selection_keyboard +12180,799750759,"train_dynamics.py",4132,0,"",python,selection_command +12181,799751935,"train_dynamics.py",4117,0,"",python,selection_command +12182,799752652,"train_dynamics.py",4123,0,"",python,selection_command +12183,799752934,"train_dynamics.py",4119,0,"",python,selection_command +12184,799756541,"train_dynamics.py",4123,0,"",python,selection_command +12185,799756735,"train_dynamics.py",4130,0,"",python,selection_command +12186,799756942,"train_dynamics.py",4137,0,"",python,selection_command +12187,799757531,"train_dynamics.py",4130,0,"",python,selection_command +12188,799761030,"train_dynamics.py",4137,0,"",python,selection_command +12189,799761213,"train_dynamics.py",4139,0,"",python,selection_command +12190,799761380,"train_dynamics.py",4140,0,"",python,selection_command +12191,799761583,"train_dynamics.py",4147,0,"",python,selection_command +12192,799761749,"train_dynamics.py",4149,0,"",python,selection_command +12193,799763102,"train_dynamics.py",4149,12,"",python,content +12194,799763300,"train_dynamics.py",4149,0,"r",python,content +12195,799763301,"train_dynamics.py",4150,0,"",python,selection_keyboard +12196,799763557,"train_dynamics.py",4150,0,"e",python,content +12197,799763558,"train_dynamics.py",4151,0,"",python,selection_keyboard +12198,799763718,"train_dynamics.py",4151,0,"c",python,content +12199,799763719,"train_dynamics.py",4152,0,"",python,selection_keyboard +12200,799763813,"train_dynamics.py",4152,0,"o",python,content +12201,799763814,"train_dynamics.py",4153,0,"",python,selection_keyboard +12202,799763845,"train_dynamics.py",4153,0,"n",python,content +12203,799763846,"train_dynamics.py",4154,0,"",python,selection_keyboard +12204,799763991,"train_dynamics.py",4153,0,"",python,selection_command +12205,799764311,"train_dynamics.py",4119,0,"",python,selection_command +12206,799779461,"train_dynamics.py",4168,0,"",python,selection_mouse +12207,799787029,"train_dynamics.py",0,0,"",python,tab +12208,799787031,"train_dynamics.py",4385,0,"",python,selection_mouse +12209,799787193,"train_dynamics.py",4379,7,"metrics",python,selection_mouse +12210,799787327,"train_dynamics.py",4347,43," """"""Update state and compute metrics""""""\n",python,selection_mouse +12211,799787698,"train_dynamics.py",4388,0,"",python,selection_command +12212,799788327,"train_dynamics.py",0,0,"",python,tab +12213,799788332,"train_dynamics.py",4195,0,"",python,selection_mouse +12214,799788916,"train_dynamics.py",4219,0,"\n ",python,content +12215,799788995,"train_dynamics.py",4224,0," """"""Update state and compute metrics""""""",python,content +12216,799788997,"train_dynamics.py",4266,0,"",python,selection_keyboard +12217,799789222,"train_dynamics.py",4265,0,"",python,selection_command +12218,799789719,"train_dynamics.py",4228,0,"",python,selection_command +12219,799789929,"train_dynamics.py",4224,4,"",python,content +12220,799790051,"train_dynamics.py",4223,0,"",python,selection_command +12221,799790916,"train_dynamics.py",4266,0,"",python,selection_command +12222,799792153,"train_dynamics.py",4290,0,"",python,selection_command +12223,799792246,"train_dynamics.py",4295,0,"",python,selection_command +12224,799792753,"train_dynamics.py",4337,0,"",python,selection_command +12225,799792914,"train_dynamics.py",4347,0,"",python,selection_command +12226,799794717,"train_dynamics.py",4348,0,"",python,selection_command +12227,799795045,"train_dynamics.py",4350,0,"",python,selection_command +12228,799795366,"train_dynamics.py",4351,0,"",python,selection_command +12229,799795586,"train_dynamics.py",4351,12,"",python,content +12230,799795743,"train_dynamics.py",4351,0,"r",python,content +12231,799795745,"train_dynamics.py",4352,0,"",python,selection_keyboard +12232,799795804,"train_dynamics.py",4352,0,"e",python,content +12233,799795807,"train_dynamics.py",4353,0,"",python,selection_keyboard +12234,799795959,"train_dynamics.py",4353,0,"c",python,content +12235,799795961,"train_dynamics.py",4354,0,"",python,selection_keyboard +12236,799796035,"train_dynamics.py",4354,0,"o",python,content +12237,799796037,"train_dynamics.py",4355,0,"",python,selection_keyboard +12238,799796088,"train_dynamics.py",4355,0,"n",python,content +12239,799796090,"train_dynamics.py",4356,0,"",python,selection_keyboard +12240,799796194,"train_dynamics.py",4355,0,"",python,selection_command +12241,799797795,"train_dynamics.py",4356,0,"",python,selection_command +12242,799797980,"train_dynamics.py",4358,0,"",python,selection_command +12243,799798130,"train_dynamics.py",4365,0,"",python,selection_command +12244,799798381,"train_dynamics.py",4369,0,"",python,selection_command +12245,799798414,"train_dynamics.py",4375,0,"",python,selection_command +12246,799798447,"train_dynamics.py",4377,0,"",python,selection_command +12247,799798490,"train_dynamics.py",4380,0,"",python,selection_command +12248,799804672,"train_dynamics.py",4424,0,"",python,selection_command +12249,799805328,"train_dynamics.py",4339,0,"",python,selection_command +12250,799811596,"train_dynamics.py",4426,0,"",python,selection_command +12251,799813342,"train_dynamics.py",0,0,"",python,tab +12252,799813345,"train_dynamics.py",4606,0,"",python,selection_mouse +12253,799813527,"train_dynamics.py",4605,13,"log_gradients",python,selection_mouse +12254,799813643,"train_dynamics.py",4593,27," if args.log_gradients:\n",python,selection_mouse +12255,799813778,"train_dynamics.py",4593,77," if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n",python,selection_mouse +12256,799813829,"train_dynamics.py",4593,136," if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n",python,selection_mouse +12257,799813877,"train_dynamics.py",4593,146," if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n",python,selection_mouse +12258,799814280,"train_dynamics.py",4737,0,"",python,selection_command +12259,799816093,"train_dynamics.py",0,0,"",python,tab +12260,799816097,"train_dynamics.py",4434,0,"",python,selection_mouse +12261,799816307,"train_dynamics.py",4453,0,"",python,selection_command +12262,799816660,"train_dynamics.py",4453,0,"\n ",python,content +12263,799817478,"train_dynamics.py",4458,0," if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )",python,content +12264,799817862,"train_dynamics.py",4602,0,"",python,selection_command +12265,799818288,"train_dynamics.py",4543,0,"",python,selection_command +12266,799818430,"train_dynamics.py",4493,0,"",python,selection_command +12267,799818630,"train_dynamics.py",4462,0,"",python,selection_command +12268,799819181,"train_dynamics.py",4458,4,"",python,content +12269,799819274,"train_dynamics.py",4457,0,"",python,selection_command +12270,799820447,"train_dynamics.py",4484,0,"",python,selection_command +12271,799820582,"train_dynamics.py",4534,0,"",python,selection_command +12272,799820718,"train_dynamics.py",4593,0,"",python,selection_command +12273,799821299,"train_dynamics.py",4603,0,"",python,selection_command +12274,799821451,"train_dynamics.py",4604,0,"",python,selection_command +12275,799821651,"train_dynamics.py",4611,0,"",python,selection_command +12276,799821853,"train_dynamics.py",4615,0,"",python,selection_command +12277,799823784,"train_dynamics.py",4617,0,"",python,selection_command +12278,799823984,"train_dynamics.py",4629,0,"",python,selection_command +12279,799824664,"train_dynamics.py",4617,0,"",python,selection_command +12280,799825481,"train_dynamics.py",4617,12,"",python,content +12281,799825618,"train_dynamics.py",4617,0,"r",python,content +12282,799825621,"train_dynamics.py",4618,0,"",python,selection_keyboard +12283,799825718,"train_dynamics.py",4618,0,"e",python,content +12284,799825720,"train_dynamics.py",4619,0,"",python,selection_keyboard +12285,799825864,"train_dynamics.py",4619,0,"c",python,content +12286,799825865,"train_dynamics.py",4620,0,"",python,selection_keyboard +12287,799825938,"train_dynamics.py",4620,0,"o",python,content +12288,799825940,"train_dynamics.py",4621,0,"",python,selection_keyboard +12289,799825993,"train_dynamics.py",4621,0,"n",python,content +12290,799825994,"train_dynamics.py",4622,0,"",python,selection_keyboard +12291,799826117,"train_dynamics.py",4621,0,"",python,selection_command +12292,799826825,"train_dynamics.py",4600,0,"",python,selection_command +12293,799834842,"train_dynamics.py",0,0,"",python,tab +12294,799834843,"train_dynamics.py",5381,0,"",python,selection_mouse +12295,799834854,"train_dynamics.py",5380,0,"",python,selection_command +12296,799835008,"train_dynamics.py",5372,9,"Tokenizer",python,selection_mouse +12297,799835014,"train_dynamics.py",5373,8,"okenizer",python,selection_command +12298,799835307,"train_dynamics.py",5362,20," # Tokenizer\n",python,selection_mouse +12299,799836309,"train_dynamics.py",5381,0,"",python,selection_mouse +12300,799836316,"train_dynamics.py",5380,0,"",python,selection_command +12301,799836475,"train_dynamics.py",5372,9,"Tokenizer",python,selection_mouse +12302,799836483,"train_dynamics.py",5373,8,"okenizer",python,selection_command +12303,799836793,"train_dynamics.py",5362,20," # Tokenizer\n",python,selection_mouse +12304,799838564,"train_dynamics.py",5380,0,"",python,selection_command +12305,799840027,"train_dynamics.py",0,0,"",python,tab +12306,799840032,"train_dynamics.py",5279,0,"",python,selection_mouse +12307,799840048,"train_dynamics.py",5278,0,"",python,selection_command +12308,799840493,"train_dynamics.py",5279,0,"\n ",python,content +12309,799840607,"train_dynamics.py",5288,0," # Tokenizer",python,content +12310,799840610,"train_dynamics.py",5307,0,"",python,selection_keyboard +12311,799840990,"train_dynamics.py",5306,0,"",python,selection_command +12312,799841263,"train_dynamics.py",5296,0,"",python,selection_command +12313,799841427,"train_dynamics.py",5292,4,"",python,content +12314,799841521,"train_dynamics.py",5291,0,"",python,selection_command +12315,799842186,"train_dynamics.py",5292,0,"",python,selection_command +12316,799842377,"train_dynamics.py",5288,4,"",python,content +12317,799842490,"train_dynamics.py",5287,0,"",python,selection_command +12318,799843973,"train_dynamics.py",5307,0,"",python,selection_command +12319,799844214,"train_dynamics.py",5287,0,"",python,selection_command +12320,799844734,"train_dynamics.py",5307,0,"",python,selection_command +12321,799844994,"train_dynamics.py",5349,0,"",python,selection_command +12322,799845023,"train_dynamics.py",5399,0,"",python,selection_command +12323,799845056,"train_dynamics.py",5447,0,"",python,selection_command +12324,799845183,"train_dynamics.py",5497,0,"",python,selection_command +12325,799845346,"train_dynamics.py",5533,0,"",python,selection_command +12326,799845494,"train_dynamics.py",5589,0,"",python,selection_command +12327,799845883,"train_dynamics.py",5635,0,"\n ",python,content +12328,799846235,"train_dynamics.py",5644,0,"#",python,content +12329,799846236,"train_dynamics.py",5645,0,"",python,selection_keyboard +12330,799846746,"train_dynamics.py",5645,0," ",python,content +12331,799846748,"train_dynamics.py",5646,0,"",python,selection_keyboard +12332,799846896,"train_dynamics.py",5646,0,"L",python,content +12333,799846897,"train_dynamics.py",5647,0,"",python,selection_keyboard +12334,799846963,"train_dynamics.py",5647,0,"A",python,content +12335,799846965,"train_dynamics.py",5648,0,"",python,selection_keyboard +12336,799847074,"train_dynamics.py",5648,0,"M",python,content +12337,799847076,"train_dynamics.py",5649,0,"",python,selection_keyboard +12338,799847306,"train_dynamics.py",5648,0,"",python,selection_command +12339,799847512,"train_dynamics.py",5662,0,"",python,selection_command +12340,799847764,"train_dynamics.py",5692,0,"",python,selection_command +12341,799847798,"train_dynamics.py",5730,0,"",python,selection_command +12342,799847833,"train_dynamics.py",5780,0,"",python,selection_command +12343,799847864,"train_dynamics.py",5832,0,"",python,selection_command +12344,799848042,"train_dynamics.py",5876,0,"",python,selection_command +12345,799848197,"train_dynamics.py",5920,0,"",python,selection_command +12346,799848483,"train_dynamics.py",5949,0,"\n ",python,content +12347,799849219,"train_dynamics.py",5958,0,"#",python,content +12348,799849221,"train_dynamics.py",5959,0,"",python,selection_keyboard +12349,799849307,"train_dynamics.py",5959,0," ",python,content +12350,799849309,"train_dynamics.py",5960,0,"",python,selection_keyboard +12351,799849540,"train_dynamics.py",5960,0,"D",python,content +12352,799849541,"train_dynamics.py",5961,0,"",python,selection_keyboard +12353,799850058,"train_dynamics.py",5961,0,"y",python,content +12354,799850059,"train_dynamics.py",5962,0,"",python,selection_keyboard +12355,799850125,"train_dynamics.py",5962,0,"n",python,content +12356,799850127,"train_dynamics.py",5963,0,"",python,selection_keyboard +12357,799850206,"train_dynamics.py",5963,0," ",python,content +12358,799850209,"train_dynamics.py",5964,0,"",python,selection_keyboard +12359,799850360,"train_dynamics.py",5964,0,"m",python,content +12360,799850361,"train_dynamics.py",5965,0,"",python,selection_keyboard +12361,799850458,"train_dynamics.py",5965,0,"i",python,content +12362,799850459,"train_dynamics.py",5966,0,"",python,selection_keyboard +12363,799850472,"train_dynamics.py",5966,0,"a",python,content +12364,799850473,"train_dynamics.py",5967,0,"",python,selection_keyboard +12365,799850730,"train_dynamics.py",5966,1,"",python,content +12366,799850877,"train_dynamics.py",5965,1,"",python,content +12367,799851022,"train_dynamics.py",5964,1,"",python,content +12368,799851146,"train_dynamics.py",5963,1,"",python,content +12369,799851226,"train_dynamics.py",5963,0,"a",python,content +12370,799851227,"train_dynamics.py",5964,0,"",python,selection_keyboard +12371,799851358,"train_dynamics.py",5964,0,"m",python,content +12372,799851359,"train_dynamics.py",5965,0,"",python,selection_keyboard +12373,799851399,"train_dynamics.py",5965,0,"i",python,content +12374,799851401,"train_dynamics.py",5966,0,"",python,selection_keyboard +12375,799851455,"train_dynamics.py",5966,0,"c",python,content +12376,799851456,"train_dynamics.py",5967,0,"",python,selection_keyboard +12377,799851512,"train_dynamics.py",5967,0,"s",python,content +12378,799851513,"train_dynamics.py",5968,0,"",python,selection_keyboard +12379,799851757,"train_dynamics.py",5967,0,"",python,selection_command +12380,799856896,"train_dynamics.py",5925,0,"",python,selection_command +12381,799857145,"train_dynamics.py",5881,0,"",python,selection_command +12382,799857175,"train_dynamics.py",5837,0,"",python,selection_command +12383,799857206,"train_dynamics.py",5785,0,"",python,selection_command +12384,799857239,"train_dynamics.py",5735,0,"",python,selection_command +12385,799857272,"train_dynamics.py",5697,0,"",python,selection_command +12386,799857421,"train_dynamics.py",5667,0,"",python,selection_command +12387,799857669,"train_dynamics.py",5648,0,"",python,selection_command +12388,799857701,"train_dynamics.py",5599,0,"",python,selection_command +12389,799857739,"train_dynamics.py",5543,0,"",python,selection_command +12390,799857772,"train_dynamics.py",5507,0,"",python,selection_command +12391,799857806,"train_dynamics.py",5457,0,"",python,selection_command +12392,799857996,"train_dynamics.py",5409,0,"",python,selection_command +12393,799858248,"train_dynamics.py",5359,0,"",python,selection_command +12394,799858366,"train_dynamics.py",5317,0,"",python,selection_command +12395,799859983,"train_dynamics.py",5297,0,"",python,selection_command +12396,799860138,"train_dynamics.py",5278,0,"",python,selection_command +12397,799860636,"train_dynamics.py",5297,0,"",python,selection_command +12398,799860785,"train_dynamics.py",5317,0,"",python,selection_command +12399,799861798,"train_dynamics.py",5299,0,"\n ",python,content +12400,799862034,"train_dynamics.py",5308,0,"i",python,content +12401,799862037,"train_dynamics.py",5309,0,"",python,selection_keyboard +12402,799862113,"train_dynamics.py",5309,0,"n",python,content +12403,799862116,"train_dynamics.py",5310,0,"",python,selection_keyboard +12404,799862147,"train_dynamics.py",5310,0,"d",python,content +12405,799862151,"train_dynamics.py",5311,0,"",python,selection_keyboard +12406,799862761,"train_dynamics.py",5310,1,"",python,content +12407,799862979,"train_dynamics.py",5310,0,"_",python,content +12408,799862980,"train_dynamics.py",5311,0,"",python,selection_keyboard +12409,799863190,"train_dynamics.py",5311,0,"d",python,content +12410,799863192,"train_dynamics.py",5312,0,"",python,selection_keyboard +12411,799863258,"train_dynamics.py",5312,0,"i",python,content +12412,799863260,"train_dynamics.py",5313,0,"",python,selection_keyboard +12413,799863296,"train_dynamics.py",5313,0,"m",python,content +12414,799863298,"train_dynamics.py",5314,0,"",python,selection_keyboard +12415,799863456,"train_dynamics.py",5314,0," ",python,content +12416,799863459,"train_dynamics.py",5315,0,"",python,selection_keyboard +12417,799863841,"train_dynamics.py",5314,1,"",python,content +12418,799864074,"train_dynamics.py",5314,0,"=",python,content +12419,799864076,"train_dynamics.py",5315,0,"",python,selection_keyboard +12420,799864261,"train_dynamics.py",5315,0,"a",python,content +12421,799864262,"train_dynamics.py",5316,0,"",python,selection_keyboard +12422,799864963,"train_dynamics.py",5316,0,"r",python,content +12423,799864965,"train_dynamics.py",5317,0,"",python,selection_keyboard +12424,799865166,"train_dynamics.py",5317,0,"g",python,content +12425,799865167,"train_dynamics.py",5318,0,"",python,selection_keyboard +12426,799865265,"train_dynamics.py",5318,0,"s",python,content +12427,799865267,"train_dynamics.py",5319,0,"",python,selection_keyboard +12428,799865429,"train_dynamics.py",5319,0,".",python,content +12429,799865430,"train_dynamics.py",5320,0,"",python,selection_keyboard +12430,799865993,"train_dynamics.py",5320,0,"i",python,content +12431,799865995,"train_dynamics.py",5321,0,"",python,selection_keyboard +12432,799866033,"train_dynamics.py",5321,0,"m",python,content +12433,799866034,"train_dynamics.py",5322,0,"",python,selection_keyboard +12434,799866097,"train_dynamics.py",5322,0,"a",python,content +12435,799866099,"train_dynamics.py",5323,0,"",python,selection_keyboard +12436,799866190,"train_dynamics.py",5323,0,"g",python,content +12437,799866197,"train_dynamics.py",5324,0,"",python,selection_keyboard +12438,799866231,"train_dynamics.py",5324,0,"e",python,content +12439,799866233,"train_dynamics.py",5325,0,"",python,selection_keyboard +12440,799866476,"train_dynamics.py",5325,0,"_",python,content +12441,799866479,"train_dynamics.py",5326,0,"",python,selection_keyboard +12442,799866577,"train_dynamics.py",5326,0,"c",python,content +12443,799866580,"train_dynamics.py",5327,0,"",python,selection_keyboard +12444,799866672,"train_dynamics.py",5327,0,"h",python,content +12445,799866674,"train_dynamics.py",5328,0,"",python,selection_keyboard +12446,799866721,"train_dynamics.py",5328,0,"a",python,content +12447,799866723,"train_dynamics.py",5329,0,"",python,selection_keyboard +12448,799866823,"train_dynamics.py",5329,0,"n",python,content +12449,799866825,"train_dynamics.py",5330,0,"",python,selection_keyboard +12450,799866927,"train_dynamics.py",5330,0,"n",python,content +12451,799866929,"train_dynamics.py",5331,0,"",python,selection_keyboard +12452,799867033,"train_dynamics.py",5331,0,"e",python,content +12453,799867034,"train_dynamics.py",5332,0,"",python,selection_keyboard +12454,799867122,"train_dynamics.py",5332,0,"l",python,content +12455,799867124,"train_dynamics.py",5333,0,"",python,selection_keyboard +12456,799867357,"train_dynamics.py",5333,0,"s",python,content +12457,799867360,"train_dynamics.py",5334,0,"",python,selection_keyboard +12458,799867428,"train_dynamics.py",5334,0,",",python,content +12459,799867431,"train_dynamics.py",5335,0,"",python,selection_keyboard +12460,799867579,"train_dynamics.py",5334,0,"",python,selection_command +12461,799868484,"train_dynamics.py",5300,0,"",python,selection_command +12462,799869269,"train_dynamics.py",5336,0,"",python,selection_command +12463,799869516,"train_dynamics.py",5378,0,"",python,selection_command +12464,799869549,"train_dynamics.py",5428,0,"",python,selection_command +12465,799869581,"train_dynamics.py",5476,0,"",python,selection_command +12466,799869615,"train_dynamics.py",5526,0,"",python,selection_command +12467,799869648,"train_dynamics.py",5562,0,"",python,selection_command +12468,799869682,"train_dynamics.py",5618,0,"",python,selection_command +12469,799869716,"train_dynamics.py",5672,0,"",python,selection_command +12470,799869749,"train_dynamics.py",5686,0,"",python,selection_command +12471,799869784,"train_dynamics.py",5716,0,"",python,selection_command +12472,799869817,"train_dynamics.py",5754,0,"",python,selection_command +12473,799869850,"train_dynamics.py",5804,0,"",python,selection_command +12474,799869887,"train_dynamics.py",5856,0,"",python,selection_command +12475,799869921,"train_dynamics.py",5900,0,"",python,selection_command +12476,799870212,"train_dynamics.py",5944,0,"",python,selection_command +12477,799871880,"train_dynamics.py",5985,0,"\n ",python,content +12478,799872058,"train_dynamics.py",5994,0,"l",python,content +12479,799872061,"train_dynamics.py",5995,0,"",python,selection_keyboard +12480,799872129,"train_dynamics.py",5995,0,"a",python,content +12481,799872131,"train_dynamics.py",5996,0,"",python,selection_keyboard +12482,799872204,"train_dynamics.py",5996,0,"m",python,content +12483,799872206,"train_dynamics.py",5997,0,"",python,selection_keyboard +12484,799872414,"train_dynamics.py",5997,0,"_",python,content +12485,799872415,"train_dynamics.py",5998,0,"",python,selection_keyboard +12486,799874037,"train_dynamics.py",5994,4,"lam_co_train=",python,content +12487,799875029,"train_dynamics.py",6007,0,"n",python,content +12488,799875031,"train_dynamics.py",6008,0,"",python,selection_keyboard +12489,799875072,"train_dynamics.py",6008,0,"o",python,content +12490,799875076,"train_dynamics.py",6009,0,"",python,selection_keyboard +12491,799875182,"train_dynamics.py",6009,0,"t",python,content +12492,799875184,"train_dynamics.py",6010,0,"",python,selection_keyboard +12493,799875261,"train_dynamics.py",6010,0," ",python,content +12494,799875265,"train_dynamics.py",6011,0,"",python,selection_keyboard +12495,799875355,"train_dynamics.py",6011,0,"a",python,content +12496,799875357,"train_dynamics.py",6012,0,"",python,selection_keyboard +12497,799875438,"train_dynamics.py",6012,0,"r",python,content +12498,799875439,"train_dynamics.py",6013,0,"",python,selection_keyboard +12499,799875595,"train_dynamics.py",6013,0,"g",python,content +12500,799875597,"train_dynamics.py",6014,0,"",python,selection_keyboard +12501,799875654,"train_dynamics.py",6014,0,"s",python,content +12502,799875656,"train_dynamics.py",6015,0,"",python,selection_keyboard +12503,799875755,"train_dynamics.py",6015,0,".",python,content +12504,799875756,"train_dynamics.py",6016,0,"",python,selection_keyboard +12505,799875921,"train_dynamics.py",6016,0,"l",python,content +12506,799875922,"train_dynamics.py",6017,0,"",python,selection_keyboard +12507,799876005,"train_dynamics.py",6017,0,"a",python,content +12508,799876008,"train_dynamics.py",6018,0,"",python,selection_keyboard +12509,799876127,"train_dynamics.py",6018,0,"m",python,content +12510,799876130,"train_dynamics.py",6019,0,"",python,selection_keyboard +12511,799876330,"train_dynamics.py",6019,0,"_",python,content +12512,799876332,"train_dynamics.py",6020,0,"",python,selection_keyboard +12513,799876446,"train_dynamics.py",6020,0,"c",python,content +12514,799876449,"train_dynamics.py",6021,0,"",python,selection_keyboard +12515,799876524,"train_dynamics.py",6021,0,"h",python,content +12516,799876526,"train_dynamics.py",6022,0,"",python,selection_keyboard +12517,799876587,"train_dynamics.py",6022,0,"e",python,content +12518,799876591,"train_dynamics.py",6023,0,"",python,selection_keyboard +12519,799876661,"train_dynamics.py",6023,0,"c",python,content +12520,799876663,"train_dynamics.py",6024,0,"",python,selection_keyboard +12521,799876711,"train_dynamics.py",6024,0,"k",python,content +12522,799876713,"train_dynamics.py",6025,0,"",python,selection_keyboard +12523,799876876,"train_dynamics.py",6025,0,"p",python,content +12524,799876880,"train_dynamics.py",6026,0,"",python,selection_keyboard +12525,799876968,"train_dynamics.py",6026,0,"o",python,content +12526,799876969,"train_dynamics.py",6027,0,"",python,selection_keyboard +12527,799877016,"train_dynamics.py",6027,0,"i",python,content +12528,799877018,"train_dynamics.py",6028,0,"",python,selection_keyboard +12529,799877072,"train_dynamics.py",6028,0,"n",python,content +12530,799877075,"train_dynamics.py",6029,0,"",python,selection_keyboard +12531,799877104,"train_dynamics.py",6029,0,"t",python,content +12532,799877106,"train_dynamics.py",6030,0,"",python,selection_keyboard +12533,799877322,"train_dynamics.py",6029,0,"",python,selection_command +12534,799877446,"train_dynamics.py",5986,0,"",python,selection_command +12535,799878646,"train_dynamics.py",6030,0,"",python,selection_command +12536,799879064,"train_dynamics.py",6030,0,",",python,content +12537,799879067,"train_dynamics.py",6031,0,"",python,selection_keyboard +12538,799879230,"train_dynamics.py",6030,0,"",python,selection_command +12539,799879379,"train_dynamics.py",5984,0,"",python,selection_command +12540,799879631,"train_dynamics.py",5942,0,"",python,selection_command +12541,799879662,"train_dynamics.py",5898,0,"",python,selection_command +12542,799879696,"train_dynamics.py",5848,0,"",python,selection_command +12543,799879730,"train_dynamics.py",5798,0,"",python,selection_command +12544,799879764,"train_dynamics.py",5752,0,"",python,selection_command +12545,799879873,"train_dynamics.py",5798,0,"",python,selection_command +12546,799880127,"train_dynamics.py",5848,0,"",python,selection_command +12547,799880157,"train_dynamics.py",5898,0,"",python,selection_command +12548,799880190,"train_dynamics.py",5942,0,"",python,selection_command +12549,799880227,"train_dynamics.py",5984,0,"",python,selection_command +12550,799880256,"train_dynamics.py",6030,0,"",python,selection_command +12551,799880289,"train_dynamics.py",6049,0,"",python,selection_command +12552,799880323,"train_dynamics.py",6081,0,"",python,selection_command +12553,799880358,"train_dynamics.py",6121,0,"",python,selection_command +12554,799880392,"train_dynamics.py",6167,0,"",python,selection_command +12555,799880430,"train_dynamics.py",6211,0,"",python,selection_command +12556,799880462,"train_dynamics.py",6241,0,"",python,selection_command +12557,799880496,"train_dynamics.py",6277,0,"",python,selection_command +12558,799880682,"train_dynamics.py",6315,0,"",python,selection_command +12559,799880832,"train_dynamics.py",6341,0,"",python,selection_command +12560,799880967,"train_dynamics.py",6387,0,"",python,selection_command +12561,799881298,"train_dynamics.py",6414,0,"",python,selection_command +12562,799882645,"train_dynamics.py",6420,0,"",python,selection_command +12563,799882798,"train_dynamics.py",6422,0,"",python,selection_command +12564,799882922,"train_dynamics.py",6444,0,"",python,selection_command +12565,799883627,"train_dynamics.py",6423,23,"",python,content +12566,799883639,"train_dynamics.py",6427,0,"",python,selection_command +12567,799883828,"train_dynamics.py",6422,0,"",python,selection_command +12568,799883993,"train_dynamics.py",6420,0,"",python,selection_command +12569,799884123,"train_dynamics.py",6401,0,"",python,selection_command +12570,799884693,"train_dynamics.py",6347,0,"",python,selection_command +12571,799894369,"train_dynamics.py",6401,0,"",python,selection_command +12572,799894542,"train_dynamics.py",6420,0,"",python,selection_command +12573,799894664,"train_dynamics.py",6422,0,"",python,selection_command +12574,799894780,"train_dynamics.py",6427,0,"",python,selection_command +12575,799895051,"train_dynamics.py",6479,0,"",python,selection_command +12576,799895582,"train_dynamics.py",6532,0,"",python,selection_command +12577,799895866,"train_dynamics.py",6990,0,"",python,selection_command +12578,799897713,"train_dynamics.py",7004,0,"",python,selection_command +12579,799897966,"train_dynamics.py",7022,0,"",python,selection_command +12580,799897996,"train_dynamics.py",7046,0,"",python,selection_command +12581,799898029,"train_dynamics.py",7063,0,"",python,selection_command +12582,799898062,"train_dynamics.py",7112,0,"",python,selection_command +12583,799898096,"train_dynamics.py",7129,0,"",python,selection_command +12584,799898130,"train_dynamics.py",7160,0,"",python,selection_command +12585,799898164,"train_dynamics.py",7168,0,"",python,selection_command +12586,799898199,"train_dynamics.py",7185,0,"",python,selection_command +12587,799898233,"train_dynamics.py",7220,0,"",python,selection_command +12588,799898266,"train_dynamics.py",7273,0,"",python,selection_command +12589,799898299,"train_dynamics.py",7322,0,"",python,selection_command +12590,799898332,"train_dynamics.py",7370,0,"",python,selection_command +12591,799898367,"train_dynamics.py",7421,0,"",python,selection_command +12592,799898400,"train_dynamics.py",7472,0,"",python,selection_command +12593,799898437,"train_dynamics.py",7526,0,"",python,selection_command +12594,799898471,"train_dynamics.py",7582,0,"",python,selection_command +12595,799898505,"train_dynamics.py",7686,0,"",python,selection_command +12596,799901296,"train_dynamics.py",7689,0,"",python,selection_command +12597,799901482,"train_dynamics.py",7690,0,"",python,selection_command +12598,799901645,"train_dynamics.py",7699,0,"",python,selection_command +12599,799901780,"train_dynamics.py",7700,0,"",python,selection_command +12600,799901975,"train_dynamics.py",7705,0,"",python,selection_command +12601,799902118,"train_dynamics.py",7707,0,"",python,selection_command +12602,799902536,"train_dynamics.py",7706,0,"",python,selection_command +12603,799902949,"train_dynamics.py",7707,0,"",python,selection_command +12604,799903128,"train_dynamics.py",7709,0,"",python,selection_command +12605,799903621,"train_dynamics.py",7670,0,"",python,selection_command +12606,799906870,"train_dynamics.py",7674,0,"",python,selection_command +12607,799910766,"train_lam.py",0,0,"",python,tab +12608,799911978,"train_lam.py",12326,0,"",python,selection_command +12609,799912414,"train_lam.py",0,0,"",python,selection_command +12610,799912483,"train_lam.py",3339,0,"",python,selection_command +12611,799913129,"train_lam.py",3583,0,"",python,selection_command +12612,799913430,"train_lam.py",6221,0,"",python,selection_command +12613,799914248,"train_lam.py",6705,0,"",python,selection_command +12614,799916770,"train_dynamics.py",0,0,"",python,tab +12615,799918422,"train_lam.py",0,0,"",python,tab +12616,799919168,"train_dynamics.py",0,0,"",python,tab +12617,799919498,"train_dynamics.py",7711,0,"",python,selection_command +12618,799919656,"train_dynamics.py",7716,0,"",python,selection_command +12619,799919789,"train_dynamics.py",7798,0,"",python,selection_command +12620,799919948,"train_dynamics.py",7855,0,"",python,selection_command +12621,799920078,"train_dynamics.py",7914,0,"",python,selection_command +12622,799920248,"train_dynamics.py",7855,0,"",python,selection_command +12623,799920412,"train_dynamics.py",7798,0,"",python,selection_command +12624,799920557,"train_dynamics.py",7716,0,"",python,selection_command +12625,799924659,"train_dynamics.py",7798,0,"",python,selection_command +12626,799924907,"train_dynamics.py",7855,0,"",python,selection_command +12627,799924939,"train_dynamics.py",7914,0,"",python,selection_command +12628,799924973,"train_dynamics.py",7919,0,"",python,selection_command +12629,799925086,"train_dynamics.py",7982,0,"",python,selection_command +12630,799925258,"train_dynamics.py",8071,0,"",python,selection_command +12631,799963746,"train_dynamics.py",8128,0,"",python,selection_command +12632,799963949,"train_dynamics.py",8067,0,"",python,selection_command +12633,799996134,"train_dynamics.py",9034,0,"",python,selection_command +12634,799997208,"train_dynamics.py",9797,0,"",python,selection_command +12635,799999523,"train_dynamics.py",9800,0,"",python,selection_command +12636,799999777,"train_dynamics.py",9997,0,"",python,selection_keyboard +12637,800000257,"train_dynamics.py",10023,0,"",python,selection_command +12638,800000509,"train_dynamics.py",10078,0,"",python,selection_command +12639,800000539,"train_dynamics.py",10133,0,"",python,selection_command +12640,800000573,"train_dynamics.py",10143,0,"",python,selection_command +12641,800000606,"train_dynamics.py",10190,0,"",python,selection_command +12642,800000639,"train_dynamics.py",10236,0,"",python,selection_command +12643,800000677,"train_dynamics.py",10273,0,"",python,selection_command +12644,800000705,"train_dynamics.py",10349,0,"",python,selection_command +12645,800000742,"train_dynamics.py",10434,0,"",python,selection_command +12646,800003809,"train_dynamics.py",11257,0,"",python,selection_command +12647,800004680,"train_dynamics.py",11211,0,"",python,selection_command +12648,800004929,"train_dynamics.py",11132,0,"",python,selection_command +12649,800004962,"train_dynamics.py",11055,0,"",python,selection_command +12650,800004994,"train_dynamics.py",11042,0,"",python,selection_command +12651,800005027,"train_dynamics.py",10991,0,"",python,selection_command +12652,800005061,"train_dynamics.py",10958,0,"",python,selection_command +12653,800005095,"train_dynamics.py",10924,0,"",python,selection_command +12654,800005130,"train_dynamics.py",10891,0,"",python,selection_command +12655,800005163,"train_dynamics.py",10839,0,"",python,selection_command +12656,800005198,"train_dynamics.py",10715,0,"",python,selection_command +12657,800005231,"train_dynamics.py",10690,0,"",python,selection_command +12658,800005387,"train_dynamics.py",10715,0,"",python,selection_command +12659,800005544,"train_dynamics.py",10839,0,"",python,selection_command +12660,800005676,"train_dynamics.py",10891,0,"",python,selection_command +12661,800010502,"train_dynamics.py",10924,0,"",python,selection_command +12662,800010646,"train_dynamics.py",10958,0,"",python,selection_command +12663,800010845,"train_dynamics.py",10991,0,"",python,selection_command +12664,800018380,"train_lam.py",0,0,"",python,tab +12665,800019091,"train_dynamics.py",0,0,"",python,tab +12666,800020665,"train_lam.py",0,0,"",python,tab +12667,800022280,"train_lam.py",10095,0,"",python,selection_command +12668,800022947,"train_lam.py",10129,0,"",python,selection_command +12669,800023111,"train_lam.py",10162,0,"",python,selection_command +12670,800023271,"train_lam.py",10200,0,"",python,selection_command +12671,800023444,"train_lam.py",10162,0,"",python,selection_command +12672,800024405,"train_dynamics.py",0,0,"",python,tab +12673,800025813,"train_lam.py",0,0,"",python,tab +12674,800026165,"train_lam.py",10166,0,"",python,selection_command +12675,800026315,"train_lam.py",10169,0,"",python,selection_command +12676,800026529,"train_lam.py",10171,0,"",python,selection_command +12677,800028772,"train_dynamics.py",0,0,"",python,tab +12678,800030603,"train_lam.py",0,0,"",python,tab +12679,800033129,"train_dynamics.py",0,0,"",python,tab +12680,800035922,"train_lam.py",0,0,"",python,tab +12681,800036924,"train_dynamics.py",0,0,"",python,tab +12682,800038977,"train_lam.py",0,0,"",python,tab +12683,800040705,"train_dynamics.py",0,0,"",python,tab +12684,800042423,"train_lam.py",0,0,"",python,tab +12685,800043523,"train_dynamics.py",0,0,"",python,tab +12686,800044994,"train_dynamics.py",10994,0,"",python,selection_command +12687,800045175,"train_dynamics.py",10996,0,"",python,selection_command +12688,800046837,"train_lam.py",0,0,"",python,tab +12689,800047498,"train_dynamics.py",0,0,"",python,tab +12690,800048841,"train_lam.py",0,0,"",python,tab +12691,800051697,"train_dynamics.py",0,0,"",python,tab +12692,800052686,"train_dynamics.py",11042,0,"",python,selection_command +12693,800052832,"train_dynamics.py",11060,0,"",python,selection_command +12694,800054145,"train_dynamics.py",11191,0,"",python,selection_command +12695,800057809,"train_lam.py",0,0,"",python,tab +12696,800059286,"train_dynamics.py",0,0,"",python,tab +12697,800059597,"train_dynamics.py",11189,0,"",python,selection_command +12698,800059748,"train_dynamics.py",11180,0,"",python,selection_command +12699,800059887,"train_dynamics.py",11178,0,"",python,selection_command +12700,800060022,"train_dynamics.py",11173,0,"",python,selection_command +12701,800060154,"train_dynamics.py",11172,0,"",python,selection_command +12702,800060462,"train_dynamics.py",11162,0,"",python,selection_command +12703,800060733,"train_dynamics.py",4182,0,"",python,selection_command +12704,800061399,"train_dynamics.py",4224,0,"",python,selection_command +12705,800061459,"train_dynamics.py",4227,0,"",python,selection_command +12706,800061669,"train_dynamics.py",4185,0,"",python,selection_command +12707,800061806,"train_dynamics.py",4192,0,"",python,selection_command +12708,800062009,"train_dynamics.py",4193,0,"",python,selection_command +12709,800062250,"train_dynamics.py",4198,0,"",python,selection_command +12710,800062425,"train_dynamics.py",4200,0,"",python,selection_command +12711,800062586,"train_dynamics.py",4209,0,"",python,selection_command +12712,800062773,"train_dynamics.py",4211,0,"",python,selection_command +12713,800063501,"train_dynamics.py",4326,0,"",python,selection_command +12714,800065444,"train_dynamics.py",11055,0,"",python,selection_command +12715,800066127,"train_dynamics.py",4326,0,"",python,selection_command +12716,800066326,"train_dynamics.py",4211,0,"",python,selection_command +12717,800066931,"train_dynamics.py",4326,0,"",python,selection_command +12718,800067297,"train_dynamics.py",4324,0,"",python,selection_command +12719,800067439,"train_dynamics.py",4319,0,"",python,selection_command +12720,800067573,"train_dynamics.py",4318,0,"",python,selection_command +12721,800067705,"train_dynamics.py",4302,0,"",python,selection_command +12722,800067858,"train_dynamics.py",4295,0,"",python,selection_command +12723,800068117,"train_dynamics.py",4302,0,"",python,selection_command +12724,800068318,"train_dynamics.py",2383,0,"",python,selection_command +12725,800069199,"train_dynamics.py",2399,0,"",python,selection_command +12726,800069349,"train_dynamics.py",2400,0,"",python,selection_command +12727,800069509,"train_dynamics.py",2405,0,"",python,selection_command +12728,800069660,"train_dynamics.py",2407,0,"",python,selection_command +12729,800071143,"train_dynamics.py",2459,0,"",python,selection_command +12730,800071958,"train_dynamics.py",2478,0,"",python,selection_command +12731,800072214,"train_dynamics.py",2560,0,"",python,selection_command +12732,800086650,"train_dynamics.py",2478,0,"",python,selection_command +12733,800086787,"train_dynamics.py",2407,0,"",python,selection_command +12734,800087171,"train_dynamics.py",4302,0,"",python,selection_command +12735,800088373,"train_dynamics.py",4211,0,"",python,selection_command +12736,800088729,"train_dynamics.py",11055,0,"",python,selection_command +12737,800112160,"train_dynamics.py",11042,0,"",python,selection_command +12738,800112544,"train_dynamics.py",10991,0,"",python,selection_command +12739,800118566,"train_dynamics.py",10979,63,"",python,content +12740,800119093,"train_dynamics.py",10980,0,"",python,selection_command +12741,800119942,"train_dynamics.py",10992,0,"",python,selection_command +12742,800120102,"train_dynamics.py",10999,0,"",python,selection_command +12743,800120262,"train_dynamics.py",11001,0,"",python,selection_command +12744,800120376,"train_dynamics.py",11005,0,"",python,selection_command +12745,800120622,"train_dynamics.py",11006,0,"",python,selection_command +12746,800120829,"train_dynamics.py",11012,0,"",python,selection_command +12747,800121025,"train_dynamics.py",11013,0,"",python,selection_command +12748,800121205,"train_dynamics.py",11019,0,"",python,selection_command +12749,800121376,"train_dynamics.py",11021,0,"",python,selection_command +12750,800122414,"train_dynamics.py",11021,1,"r",python,selection_command +12751,800122476,"train_dynamics.py",11021,3,"rng",python,selection_command +12752,800122665,"train_dynamics.py",11021,4,"rng=",python,selection_command +12753,800122859,"train_dynamics.py",11021,8,"rng=_rng",python,selection_command +12754,800123010,"train_dynamics.py",11021,9,"rng=_rng,",python,selection_command +12755,800123178,"train_dynamics.py",11021,21,"rng=_rng, dropout_rng",python,selection_command +12756,800123359,"train_dynamics.py",11021,22,"rng=_rng, dropout_rng=",python,selection_command +12757,800123526,"train_dynamics.py",11021,34,"rng=_rng, dropout_rng=_rng_dropout",python,selection_command +12758,800125141,"train_dynamics.py",11054,0,"",python,selection_command +12759,800125463,"train_dynamics.py",11054,1,"t",python,selection_command +12760,800125618,"train_dynamics.py",11043,12,"_rng_dropout",python,selection_command +12761,800125775,"train_dynamics.py",11042,13,"=_rng_dropout",python,selection_command +12762,800125911,"train_dynamics.py",11031,24,"dropout_rng=_rng_dropout",python,selection_command +12763,800126049,"train_dynamics.py",11029,26,", dropout_rng=_rng_dropout",python,selection_command +12764,800126189,"train_dynamics.py",11025,30,"_rng, dropout_rng=_rng_dropout",python,selection_command +12765,800126512,"train_dynamics.py",11024,31,"=_rng, dropout_rng=_rng_dropout",python,selection_command +12766,800126992,"train_dynamics.py",11021,34,"rng=_rng, dropout_rng=_rng_dropout",python,selection_command +12767,800127310,"train_dynamics.py",11019,36,", rng=_rng, dropout_rng=_rng_dropout",python,selection_command +12768,800131151,"train_dynamics.py",11023,32,"g=_rng, dropout_rng=_rng_dropout",python,selection_command +12769,800131409,"train_dynamics.py",11024,31,"=_rng, dropout_rng=_rng_dropout",python,selection_command +12770,800131441,"train_dynamics.py",11028,27,"g, dropout_rng=_rng_dropout",python,selection_command +12771,800131470,"train_dynamics.py",11029,26,", dropout_rng=_rng_dropout",python,selection_command +12772,800131502,"train_dynamics.py",11041,14,"g=_rng_dropout",python,selection_command +12773,800131674,"train_dynamics.py",11042,13,"=_rng_dropout",python,selection_command +12774,800132009,"train_dynamics.py",11054,1,"t",python,selection_command +12775,800134926,"train_dynamics.py",11043,12,"_rng_dropout",python,selection_command +12776,800135100,"train_dynamics.py",11054,1,"t",python,selection_command +12777,800137529,"train_dynamics.py",11043,12,"_rng_dropout",python,selection_command +12778,800137692,"train_dynamics.py",11042,13,"=_rng_dropout",python,selection_command +12779,800137834,"train_dynamics.py",11031,24,"dropout_rng=_rng_dropout",python,selection_command +12780,800138013,"train_dynamics.py",11029,26,", dropout_rng=_rng_dropout",python,selection_command +12781,800138248,"train_dynamics.py",11025,30,"_rng, dropout_rng=_rng_dropout",python,selection_command +12782,800138496,"train_dynamics.py",11024,31,"=_rng, dropout_rng=_rng_dropout",python,selection_command +12783,800138863,"train_dynamics.py",11021,34,"rng=_rng, dropout_rng=_rng_dropout",python,selection_command +12784,800139200,"train_dynamics.py",11019,36,", rng=_rng, dropout_rng=_rng_dropout",python,selection_command +12785,800144027,"train_dynamics.py",11019,36,"",python,content +12786,800145677,"train_dynamics.py",10980,0,"",python,selection_command +12787,800145964,"train_dynamics.py",10992,0,"",python,selection_command +12788,800158282,"train_dynamics.py",11092,0,"",python,selection_command +12789,800158710,"train_dynamics.py",10992,0,"",python,selection_command +12790,800159459,"train_dynamics.py",11092,0,"",python,selection_command +12791,800164376,"train_dynamics.py",10992,0,"",python,selection_command +12792,800164776,"train_dynamics.py",11092,0,"",python,selection_command +12793,800168994,"train_dynamics.py",11090,0,"",python,selection_command +12794,800169141,"train_dynamics.py",11081,0,"",python,selection_command +12795,800169392,"train_dynamics.py",11079,0,"",python,selection_command +12796,800169424,"train_dynamics.py",11074,0,"",python,selection_command +12797,800169456,"train_dynamics.py",11073,0,"",python,selection_command +12798,800169576,"train_dynamics.py",11063,0,"",python,selection_command +12799,800169759,"train_dynamics.py",11061,0,"",python,selection_command +12800,800169961,"train_dynamics.py",11063,0,"",python,selection_command +12801,800170411,"train_dynamics.py",4182,0,"",python,selection_command +12802,800171364,"train_dynamics.py",4192,0,"",python,selection_command +12803,800171557,"train_dynamics.py",4193,0,"",python,selection_command +12804,800171694,"train_dynamics.py",4198,0,"",python,selection_command +12805,800171854,"train_dynamics.py",4200,0,"",python,selection_command +12806,800172011,"train_dynamics.py",4209,0,"",python,selection_command +12807,800172657,"train_dynamics.py",11063,0,"",python,selection_command +12808,800173389,"train_dynamics.py",4209,0,"",python,selection_command +12809,800173889,"train_dynamics.py",4211,0,"",python,selection_command +12810,800174275,"train_dynamics.py",4326,0,"",python,selection_command +12811,800180060,"train_dynamics.py",4324,0,"",python,selection_command +12812,800180208,"train_dynamics.py",4319,0,"",python,selection_command +12813,800180345,"train_dynamics.py",4318,0,"",python,selection_command +12814,800180478,"train_dynamics.py",4302,0,"",python,selection_command +12815,800180827,"train_dynamics.py",2383,0,"",python,selection_command +12816,800183042,"train_dynamics.py",2399,0,"",python,selection_command +12817,800183241,"train_dynamics.py",2400,0,"",python,selection_command +12818,800183401,"train_dynamics.py",2405,0,"",python,selection_command +12819,800183529,"train_dynamics.py",2407,0,"",python,selection_command +12820,800184717,"train_dynamics.py",2459,0,"",python,selection_command +12821,800186875,"train_dynamics.py",2478,0,"",python,selection_command +12822,800187106,"train_dynamics.py",2560,0,"",python,selection_command +12823,800189409,"train_dynamics.py",2559,0,"",python,selection_command +12824,800189643,"train_dynamics.py",2400,0,"",python,selection_command +12825,800190360,"train_dynamics.py",2437,0,"",python,selection_command +12826,800190516,"train_dynamics.py",2476,0,"",python,selection_command +12827,800190639,"train_dynamics.py",2538,0,"",python,selection_command +12828,800190796,"train_dynamics.py",2561,0,"",python,selection_command +12829,800190855,"train_dynamics.py",2538,0,"",python,selection_command +12830,800190973,"train_dynamics.py",2476,0,"",python,selection_command +12831,800191124,"train_dynamics.py",2437,0,"",python,selection_command +12832,800191380,"train_dynamics.py",2400,0,"",python,selection_command +12833,800195151,"train_dynamics.py",5265,0,"",python,selection_command +12834,800195618,"train_dynamics.py",5271,0,"",python,selection_command +12835,800195725,"train_dynamics.py",5273,0,"",python,selection_command +12836,800195948,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(self, in_dim: int, tokenizer_dim: int, tokenizer_ffn_dim: int, \n latent_patch_dim: int, num_patch_latents: int, patch_size: int, \n tokenizer_num_blocks: int, tokenizer_num_heads: int, lam_dim: int, \n lam_ffn_dim: int, latent_action_dim: int, num_latent_actions: int, \n lam_patch_size: int, lam_num_blocks: int, lam_num_heads: int, \n lam_co_train: bool, dyna_dim: int, dyna_ffn_dim: int, \n dyna_num_blocks: int, dyna_num_heads: int, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs, \n dropout: float = 0.0, mask_limit: float = 0.0):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n \n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n \n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(self, dynamics: DynamicsMaskGIT, tokenizer: TokenizerVQVAE, \n temperature: float, sample_argmax: bool, steps: int):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n# FIXME (f.srambical): adjust restore_genie_components to work with new NNX checkpointing logic\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n pass\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +12837,800195955,"genie.py",333,0,"",python,selection_command +12838,800197892,"genie.py",1519,0,"",python,selection_command +12839,800198285,"genie.py",2377,0,"",python,selection_command +12840,800198645,"genie.py",3244,0,"",python,selection_command +12841,800198987,"genie.py",4041,0,"",python,selection_command +12842,800199873,"genie.py",3953,0,"",python,selection_command +12843,800199951,"genie.py",3961,0,"",python,selection_command +12844,800200112,"genie.py",3962,0,"",python,selection_command +12845,800200287,"genie.py",3966,0,"",python,selection_command +12846,800200560,"genie.py",3968,0,"",python,selection_command +12847,800201062,"genie.py",4086,0,"",python,selection_command +12848,800206558,"genie.py",4160,0,"",python,selection_command +12849,800206725,"genie.py",4560,0,"",python,selection_command +12850,800209232,"genie.py",4813,0,"",python,selection_command +12851,800214600,"train_dynamics.py",0,0,"",python,tab +12852,800223287,"train_dynamics.py",11018,0,"",python,selection_mouse +12853,800224591,"train_dynamics.py",11019,0,"",python,selection_command +12854,800224723,"train_dynamics.py",11019,0,",",python,content +12855,800224727,"train_dynamics.py",11020,0,"",python,selection_keyboard +12856,800224984,"train_dynamics.py",11020,0," ",python,content +12857,800224986,"train_dynamics.py",11021,0,"",python,selection_keyboard +12858,800225089,"train_dynamics.py",11021,0,"m",python,content +12859,800225090,"train_dynamics.py",11022,0,"",python,selection_keyboard +12860,800225190,"train_dynamics.py",11022,0,"a",python,content +12861,800225192,"train_dynamics.py",11023,0,"",python,selection_keyboard +12862,800225262,"train_dynamics.py",11023,0,"s",python,content +12863,800225263,"train_dynamics.py",11024,0,"",python,selection_keyboard +12864,800225351,"train_dynamics.py",11024,0,"k",python,content +12865,800225353,"train_dynamics.py",11025,0,"",python,selection_keyboard +12866,800225629,"train_dynamics.py",11025,0,"_",python,content +12867,800225631,"train_dynamics.py",11026,0,"",python,selection_keyboard +12868,800225872,"train_dynamics.py",11026,0,"r",python,content +12869,800225874,"train_dynamics.py",11027,0,"",python,selection_keyboard +12870,800225946,"train_dynamics.py",11027,0,"n",python,content +12871,800225947,"train_dynamics.py",11028,0,"",python,selection_keyboard +12872,800226044,"train_dynamics.py",11028,0,"g",python,content +12873,800226045,"train_dynamics.py",11029,0,"",python,selection_keyboard +12874,800226295,"train_dynamics.py",11029,0,"=",python,content +12875,800226296,"train_dynamics.py",11030,0,"",python,selection_keyboard +12876,800226890,"train_dynamics.py",11030,0,"_",python,content +12877,800226892,"train_dynamics.py",11031,0,"",python,selection_keyboard +12878,800227065,"train_dynamics.py",11031,0,"r",python,content +12879,800227066,"train_dynamics.py",11032,0,"",python,selection_keyboard +12880,800227152,"train_dynamics.py",11032,0,"n",python,content +12881,800227154,"train_dynamics.py",11033,0,"",python,selection_keyboard +12882,800227243,"train_dynamics.py",11033,0,"g",python,content +12883,800227245,"train_dynamics.py",11034,0,"",python,selection_keyboard +12884,800227589,"train_dynamics.py",11034,0,"_",python,content +12885,800227592,"train_dynamics.py",11035,0,"",python,selection_keyboard +12886,800227744,"train_dynamics.py",11035,0,"m",python,content +12887,800227746,"train_dynamics.py",11036,0,"",python,selection_keyboard +12888,800227800,"train_dynamics.py",11036,0,"a",python,content +12889,800227802,"train_dynamics.py",11037,0,"",python,selection_keyboard +12890,800227857,"train_dynamics.py",11037,0,"s",python,content +12891,800227859,"train_dynamics.py",11038,0,"",python,selection_keyboard +12892,800227938,"train_dynamics.py",11038,0,"k",python,content +12893,800227940,"train_dynamics.py",11039,0,"",python,selection_keyboard +12894,800228112,"train_dynamics.py",11038,0,"",python,selection_command +12895,800232189,"train_dynamics.py",10979,0,"\n",python,content +12896,800232211,"train_dynamics.py",10980,0," ",python,content +12897,800236064,"train_dynamics.py",10992,0,"r",python,content +12898,800236067,"train_dynamics.py",10993,0,"",python,selection_keyboard +12899,800242846,"train_dynamics.py",10993,0,"n",python,content +12900,800242848,"train_dynamics.py",10994,0,"",python,selection_keyboard +12901,800242921,"train_dynamics.py",10994,0,"g",python,content +12902,800242923,"train_dynamics.py",10995,0,"",python,selection_keyboard +12903,800243808,"train_dynamics.py",10995,0,",",python,content +12904,800243813,"train_dynamics.py",10996,0,"",python,selection_keyboard +12905,800243957,"train_dynamics.py",10996,0," ",python,content +12906,800243959,"train_dynamics.py",10997,0,"",python,selection_keyboard +12907,800244134,"train_dynamics.py",10997,0,"_",python,content +12908,800244136,"train_dynamics.py",10998,0,"",python,selection_keyboard +12909,800245222,"train_dynamics.py",10998,0,"r",python,content +12910,800245225,"train_dynamics.py",10999,0,"",python,selection_keyboard +12911,800245319,"train_dynamics.py",10999,0,"n",python,content +12912,800245321,"train_dynamics.py",11000,0,"",python,selection_keyboard +12913,800245423,"train_dynamics.py",11000,0,"g",python,content +12914,800245424,"train_dynamics.py",11001,0,"",python,selection_keyboard +12915,800246541,"train_dynamics.py",11001,0,"_",python,content +12916,800246544,"train_dynamics.py",11002,0,"",python,selection_keyboard +12917,800246692,"train_dynamics.py",11002,0,"m",python,content +12918,800246695,"train_dynamics.py",11003,0,"",python,selection_keyboard +12919,800246749,"train_dynamics.py",11003,0,"a",python,content +12920,800246751,"train_dynamics.py",11004,0,"",python,selection_keyboard +12921,800246807,"train_dynamics.py",11004,0,"s",python,content +12922,800246808,"train_dynamics.py",11005,0,"",python,selection_keyboard +12923,800246855,"train_dynamics.py",11005,0,"k",python,content +12924,800246858,"train_dynamics.py",11006,0,"",python,selection_keyboard +12925,800247598,"train_dynamics.py",11006,0," ",python,content +12926,800247605,"train_dynamics.py",11007,0,"",python,selection_keyboard +12927,800247706,"train_dynamics.py",11007,0,"=",python,content +12928,800247708,"train_dynamics.py",11008,0,"",python,selection_keyboard +12929,800247825,"train_dynamics.py",11008,0," ",python,content +12930,800247826,"train_dynamics.py",11009,0,"",python,selection_keyboard +12931,800247913,"train_dynamics.py",11009,0,"j",python,content +12932,800247914,"train_dynamics.py",11010,0,"",python,selection_keyboard +12933,800247968,"train_dynamics.py",11010,0,"a",python,content +12934,800247969,"train_dynamics.py",11011,0,"",python,selection_keyboard +12935,800248091,"train_dynamics.py",11011,0,"x",python,content +12936,800248092,"train_dynamics.py",11012,0,"",python,selection_keyboard +12937,800248166,"train_dynamics.py",11012,0,".",python,content +12938,800248170,"train_dynamics.py",11013,0,"",python,selection_keyboard +12939,800248335,"train_dynamics.py",11013,0,"r",python,content +12940,800248337,"train_dynamics.py",11014,0,"",python,selection_keyboard +12941,800248406,"train_dynamics.py",11014,0,"a",python,content +12942,800248407,"train_dynamics.py",11015,0,"",python,selection_keyboard +12943,800248454,"train_dynamics.py",11015,0,"n",python,content +12944,800248456,"train_dynamics.py",11016,0,"",python,selection_keyboard +12945,800248556,"train_dynamics.py",11016,0,"d",python,content +12946,800248558,"train_dynamics.py",11017,0,"",python,selection_keyboard +12947,800248611,"train_dynamics.py",11017,0,"o",python,content +12948,800248614,"train_dynamics.py",11018,0,"",python,selection_keyboard +12949,800248657,"train_dynamics.py",11018,0,"m",python,content +12950,800248659,"train_dynamics.py",11019,0,"",python,selection_keyboard +12951,800248857,"train_dynamics.py",11019,0,".",python,content +12952,800248860,"train_dynamics.py",11020,0,"",python,selection_keyboard +12953,800249022,"train_dynamics.py",11020,0,"s",python,content +12954,800249024,"train_dynamics.py",11021,0,"",python,selection_keyboard +12955,800249151,"train_dynamics.py",11021,0,"p",python,content +12956,800249153,"train_dynamics.py",11022,0,"",python,selection_keyboard +12957,800249207,"train_dynamics.py",11022,0,"o",python,content +12958,800249209,"train_dynamics.py",11023,0,"",python,selection_keyboard +12959,800249344,"train_dynamics.py",11023,0,"l",python,content +12960,800249345,"train_dynamics.py",11024,0,"",python,selection_keyboard +12961,800249405,"train_dynamics.py",11024,0,"i",python,content +12962,800249408,"train_dynamics.py",11025,0,"",python,selection_keyboard +12963,800249481,"train_dynamics.py",11025,0,"t",python,content +12964,800249483,"train_dynamics.py",11026,0,"",python,selection_keyboard +12965,800249823,"train_dynamics.py",11025,1,"",python,content +12966,800249960,"train_dynamics.py",11024,1,"",python,content +12967,800250172,"train_dynamics.py",11023,1,"",python,content +12968,800250317,"train_dynamics.py",11022,1,"",python,content +12969,800250521,"train_dynamics.py",11022,0,"l",python,content +12970,800250522,"train_dynamics.py",11023,0,"",python,selection_keyboard +12971,800250566,"train_dynamics.py",11023,0,"i",python,content +12972,800250568,"train_dynamics.py",11024,0,"",python,selection_keyboard +12973,800250651,"train_dynamics.py",11024,0,"t",python,content +12974,800250654,"train_dynamics.py",11025,0,"",python,selection_keyboard +12975,800250893,"train_dynamics.py",11025,0,"()",python,content +12976,800250896,"train_dynamics.py",11026,0,"",python,selection_keyboard +12977,800250918,"train_dynamics.py",11026,1,")",python,content +12978,800250921,"train_dynamics.py",11027,0,"",python,selection_keyboard +12979,800251277,"train_dynamics.py",11026,0,"",python,selection_command +12980,800251513,"train_dynamics.py",11026,0,"r",python,content +12981,800251515,"train_dynamics.py",11027,0,"",python,selection_keyboard +12982,800251629,"train_dynamics.py",11027,0,"n",python,content +12983,800251631,"train_dynamics.py",11028,0,"",python,selection_keyboard +12984,800251724,"train_dynamics.py",11028,0,"g",python,content +12985,800251726,"train_dynamics.py",11029,0,"",python,selection_keyboard +12986,800251855,"train_dynamics.py",11029,0,",",python,content +12987,800251857,"train_dynamics.py",11030,0,"",python,selection_keyboard +12988,800251972,"train_dynamics.py",11030,0," ",python,content +12989,800251974,"train_dynamics.py",11031,0,"",python,selection_keyboard +12990,800252136,"train_dynamics.py",11031,0,"2",python,content +12991,800252138,"train_dynamics.py",11032,0,"",python,selection_keyboard +12992,800252317,"train_dynamics.py",11031,0,"",python,selection_command +12993,800253329,"train_dynamics.py",10980,0,"",python,selection_command +12994,800253711,"train_dynamics.py",10992,0,"",python,selection_command +12995,800253967,"train_dynamics.py",10995,0,"",python,selection_command +12996,800254234,"train_dynamics.py",10997,0,"",python,selection_command +12997,800255471,"train_dynamics.py",10980,0,"",python,selection_command +12998,800255557,"train_dynamics.py",10992,0,"",python,selection_command +12999,800261971,"train_dynamics.py",11079,0,"",python,selection_mouse +13000,800273241,"train_dynamics.py",11140,0,"",python,selection_command +13001,800273490,"train_dynamics.py",11218,0,"",python,selection_command +13002,800273518,"train_dynamics.py",11265,0,"",python,selection_command +13003,800273691,"train_dynamics.py",11218,0,"",python,selection_command +13004,800273836,"train_dynamics.py",11140,0,"",python,selection_command +13005,800274108,"train_dynamics.py",11137,0,"",python,selection_command +13006,800274258,"train_dynamics.py",11135,0,"",python,selection_command +13007,800274395,"train_dynamics.py",11127,0,"",python,selection_command +13008,800274536,"train_dynamics.py",11125,0,"",python,selection_command +13009,800274874,"train_dynamics.py",11113,0,"",python,selection_command +13010,800275227,"train_dynamics.py",11113,12,"",python,content +13011,800275411,"train_dynamics.py",11113,0,"r",python,content +13012,800275413,"train_dynamics.py",11114,0,"",python,selection_keyboard +13013,800275489,"train_dynamics.py",11114,0,"e",python,content +13014,800275494,"train_dynamics.py",11115,0,"",python,selection_keyboard +13015,800275701,"train_dynamics.py",11115,0,"c",python,content +13016,800275703,"train_dynamics.py",11116,0,"",python,selection_keyboard +13017,800275785,"train_dynamics.py",11116,0,"o",python,content +13018,800275786,"train_dynamics.py",11117,0,"",python,selection_keyboard +13019,800275825,"train_dynamics.py",11117,0,"n",python,content +13020,800275827,"train_dynamics.py",11118,0,"",python,selection_keyboard +13021,800276021,"train_dynamics.py",11117,0,"",python,selection_command +13022,800279231,"train_dynamics.py",11189,0,"",python,selection_command +13023,800279476,"train_dynamics.py",11235,0,"",python,selection_command +13024,800279507,"train_dynamics.py",11281,0,"",python,selection_command +13025,800279541,"train_dynamics.py",11283,0,"",python,selection_command +13026,800279574,"train_dynamics.py",11306,0,"",python,selection_command +13027,800279608,"train_dynamics.py",11336,0,"",python,selection_command +13028,800279642,"train_dynamics.py",11361,0,"",python,selection_command +13029,800279676,"train_dynamics.py",11440,0,"",python,selection_command +13030,800279709,"train_dynamics.py",11471,0,"",python,selection_command +13031,800279744,"train_dynamics.py",11497,0,"",python,selection_command +13032,800279777,"train_dynamics.py",11539,0,"",python,selection_command +13033,800279993,"train_dynamics.py",11581,0,"",python,selection_command +13034,800280156,"train_dynamics.py",11620,0,"",python,selection_command +13035,800280291,"train_dynamics.py",11644,0,"",python,selection_command +13036,800280425,"train_dynamics.py",11668,0,"",python,selection_command +13037,800280557,"train_dynamics.py",11724,0,"",python,selection_command +13038,800280690,"train_dynamics.py",11801,0,"",python,selection_command +13039,800282354,"train_dynamics.py",0,0,"",python,tab +13040,800282355,"train_dynamics.py",12584,0,"",python,selection_mouse +13041,800282500,"train_dynamics.py",12583,1,"0",python,selection_mouse +13042,800282651,"train_dynamics.py",12537,52," recon_seq = recon[0].clip(0, 1)\n",python,selection_mouse +13043,800282821,"train_dynamics.py",12537,134," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n",python,selection_mouse +13044,800282855,"train_dynamics.py",12537,189," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n",python,selection_mouse +13045,800282972,"train_dynamics.py",12537,258," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n",python,selection_mouse +13046,800283688,"train_dynamics.py",12537,280," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n",python,selection_mouse +13047,800284154,"train_dynamics.py",12815,0,"",python,selection_command +13048,800285420,"train_dynamics.py",0,0,"",python,tab +13049,800285585,"train_dynamics.py",11799,11,"pred_tokens",python,selection_mouse +13050,800285734,"train_dynamics.py",11779,61," pred_tokens = token_logits[0].argmax(-1)\n",python,selection_mouse +13051,800285973,"train_dynamics.py",11779,143," pred_tokens = token_logits[0].argmax(-1)\n # TODO: Add visualization of predicted tokens vs ground truth\n",python,selection_mouse +13052,800297738,"train_dynamics.py",11779,143," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )",python,content +13053,800298448,"train_dynamics.py",11911,0,"",python,selection_command +13054,800300400,"train_dynamics.py",12058,0,"",python,selection_mouse +13055,800301860,"train_dynamics.py",12079,0,"",python,selection_command +13056,800302374,"train_dynamics.py",12078,0,"",python,selection_command +13057,800302701,"train_dynamics.py",12077,1,"",python,content +13058,800305453,"train_dynamics.py",12076,1,"",python,content +13059,800305698,"train_dynamics.py",12075,1,"",python,content +13060,800305733,"train_dynamics.py",12074,1,"",python,content +13061,800305767,"train_dynamics.py",12073,1,"",python,content +13062,800305800,"train_dynamics.py",12072,1,"",python,content +13063,800305835,"train_dynamics.py",12071,1,"",python,content +13064,800305870,"train_dynamics.py",12070,1,"",python,content +13065,800305909,"train_dynamics.py",12069,1,"",python,content +13066,800305936,"train_dynamics.py",12068,1,"",python,content +13067,800306160,"train_dynamics.py",12067,1,"",python,content +13068,800306415,"train_dynamics.py",12066,1,"",python,content +13069,800306443,"train_dynamics.py",12065,1,"",python,content +13070,800306483,"train_dynamics.py",12064,1,"",python,content +13071,800306516,"train_dynamics.py",12063,1,"",python,content +13072,800306549,"train_dynamics.py",12062,1,"",python,content +13073,800306738,"train_dynamics.py",12061,1,"",python,content +13074,800306918,"train_dynamics.py",12060,1,"",python,content +13075,800307101,"train_dynamics.py",12059,1,"",python,content +13076,800307406,"train_dynamics.py",12058,1,"",python,content +13077,800307604,"train_dynamics.py",12058,0,"\n ",python,content +13078,800308625,"train_dynamics.py",12078,0,"",python,selection_command +13079,800311037,"train_dynamics.py",0,0,"",python,tab +13080,800311039,"train_dynamics.py",13048,0,"",python,selection_mouse +13081,800311188,"train_dynamics.py",13043,7,"asarray",python,selection_mouse +13082,800311316,"train_dynamics.py",12994,88," recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n",python,selection_mouse +13083,800312088,"train_dynamics.py",12961,0,"",python,selection_mouse +13084,800312234,"train_dynamics.py",12958,7,"asarray",python,selection_mouse +13085,800312368,"train_dynamics.py",12909,85," image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n",python,selection_mouse +13086,800312505,"train_dynamics.py",12909,173," image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n",python,selection_mouse +13087,800312537,"train_dynamics.py",12909,228," image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n",python,selection_mouse +13088,800312570,"train_dynamics.py",12909,304," image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n",python,selection_mouse +13089,800312736,"train_dynamics.py",12909,335," image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n",python,selection_mouse +13090,800313256,"train_dynamics.py",13242,0,"",python,selection_command +13091,800314038,"train_dynamics.py",0,0,"",python,tab +13092,800314043,"train_dynamics.py",12186,0,"",python,selection_mouse +13093,800314425,"train_dynamics.py",12151,69," image=wandb.Image(np.asarray(gt_seq[0])),",python,selection_command +13094,800314706,"train_dynamics.py",12151,69," image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),",python,content +13095,800315387,"train_dynamics.py",12186,0,"",python,selection_command +13096,800318229,"train_dynamics.py",12271,0,"",python,selection_command +13097,800318468,"train_dynamics.py",12359,0,"",python,selection_command +13098,800318507,"train_dynamics.py",12414,0,"",python,selection_command +13099,800318538,"train_dynamics.py",12484,0,"",python,selection_command +13100,800318572,"train_dynamics.py",12510,0,"",python,selection_command +13101,800318605,"train_dynamics.py",12547,0,"",python,selection_command +13102,800318637,"train_dynamics.py",12592,0,"",python,selection_command +13103,800318671,"train_dynamics.py",12629,0,"",python,selection_command +13104,800318704,"train_dynamics.py",12705,0,"",python,selection_command +13105,800318742,"train_dynamics.py",12735,0,"",python,selection_command +13106,800318771,"train_dynamics.py",12772,0,"",python,selection_command +13107,800318943,"train_dynamics.py",12817,0,"",python,selection_command +13108,800319185,"train_dynamics.py",13188,0,"",python,selection_command +13109,800320842,"train_dynamics.py",13157,0,"",python,selection_command +13110,800321085,"train_dynamics.py",13156,0,"",python,selection_command +13111,800321117,"train_dynamics.py",13134,0,"",python,selection_command +13112,800321150,"train_dynamics.py",13095,0,"",python,selection_command +13113,800321185,"train_dynamics.py",13037,0,"",python,selection_command +13114,800321221,"train_dynamics.py",13019,0,"",python,selection_command +13115,800321254,"train_dynamics.py",12996,0,"",python,selection_command +13116,800321288,"train_dynamics.py",12969,0,"",python,selection_command +13117,800321322,"train_dynamics.py",12926,0,"",python,selection_command +13118,800321354,"train_dynamics.py",12852,0,"",python,selection_command +13119,800321388,"train_dynamics.py",12782,0,"",python,selection_command +13120,800321421,"train_dynamics.py",12737,0,"",python,selection_command +13121,800321455,"train_dynamics.py",12711,0,"",python,selection_command +13122,800321874,"train_dynamics.py",12670,0,"",python,selection_command +13123,800322073,"train_dynamics.py",12711,0,"",python,selection_command +13124,800322240,"train_dynamics.py",12670,0,"",python,selection_command +13125,800322409,"train_dynamics.py",12594,0,"",python,selection_command +13126,800322536,"train_dynamics.py",12606,0,"",python,selection_command +13127,800326490,"train_dynamics.py",10831,0,"",python,selection_command +13128,800326701,"train_dynamics.py",9521,0,"",python,selection_command +13129,800326952,"train_dynamics.py",7711,0,"",python,selection_command +13130,800326996,"train_dynamics.py",6251,0,"",python,selection_command +13131,800327020,"train_dynamics.py",5060,0,"",python,selection_command +13132,800327051,"train_dynamics.py",3582,0,"",python,selection_command +13133,800327089,"train_dynamics.py",2013,0,"",python,selection_command +13134,800327120,"train_dynamics.py",736,0,"",python,selection_command +13135,800327153,"train_dynamics.py",0,0,"",python,selection_command +13136,800327929,"train_dynamics.py",1172,0,"",python,selection_command +13137,800328440,"train_dynamics.py",2378,0,"",python,selection_command +13138,800329425,"train_dynamics.py",1324,0,"",python,selection_command +13139,800329582,"train_dynamics.py",66,0,"",python,selection_command +13140,800329724,"train_dynamics.py",0,0,"",python,selection_command +13141,800330102,"train_dynamics.py",1172,0,"",python,selection_command +13142,800333701,"train_dynamics.py",1789,0,"",python,selection_command +13143,800336656,"train_dynamics.py",3196,0,"",python,selection_command +13144,800343791,"train_dynamics.py",4810,0,"",python,selection_command +13145,800345136,"train_dynamics.py",6405,0,"",python,selection_command +13146,800346646,"train_dynamics.py",6351,0,"",python,selection_command +13147,800346823,"train_dynamics.py",6325,0,"",python,selection_command +13148,800349656,"train_dynamics.py",7173,0,"",python,selection_command +13149,800359701,"train_dynamics.py",9186,0,"",python,selection_command +13150,800366371,"train_dynamics.py",10883,0,"",python,selection_command +13151,800371774,"train_dynamics.py",10916,0,"",python,selection_command +13152,800371924,"train_dynamics.py",10950,0,"",python,selection_command +13153,800372068,"train_dynamics.py",10979,0,"",python,selection_command +13154,800373194,"train_dynamics.py",10979,1,"",python,content +13155,800373206,"train_dynamics.py",10991,0,"",python,selection_command +13156,800374205,"train_dynamics.py",12569,0,"",python,selection_command +13157,800377828,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import train_state\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(model, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(tokenizer, optimizer, inputs):\n def loss_fn(model):\n return tokenizer_loss_fn(model, inputs)\n \n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(tokenizer)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(tokenizer, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(tokenizer, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n loss, recon, metrics = train_step(tokenizer, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +13158,800380517,"train_tokenizer.py",0,0,"",python,tab +13159,800380531,"train_tokenizer.py",66,0,"",python,selection_command +13160,800667732,"train_tokenizer.py",9978,0,"",python,selection_mouse +13161,800672365,"train_tokenizer.py",12016,0,"",python,selection_mouse +13162,800673366,"train_tokenizer.py",12010,0,"",python,selection_command +13163,800673502,"train_tokenizer.py",12010,11,"",python,content +13164,800673687,"train_tokenizer.py",12010,0,"o",python,content +13165,800673688,"train_tokenizer.py",12011,0,"",python,selection_keyboard +13166,800673896,"train_tokenizer.py",12011,0,"p",python,content +13167,800673899,"train_tokenizer.py",12012,0,"",python,selection_keyboard +13168,800674212,"train_tokenizer.py",12012,0,"t",python,content +13169,800674214,"train_tokenizer.py",12013,0,"",python,selection_keyboard +13170,800674333,"train_tokenizer.py",12013,0,"i",python,content +13171,800674336,"train_tokenizer.py",12014,0,"",python,selection_keyboard +13172,800674368,"train_tokenizer.py",12014,0,"m",python,content +13173,800674370,"train_tokenizer.py",12015,0,"",python,selection_keyboard +13174,800674512,"train_tokenizer.py",12015,0,"i",python,content +13175,800674513,"train_tokenizer.py",12016,0,"",python,selection_keyboard +13176,800674562,"train_tokenizer.py",12016,0,"z",python,content +13177,800674563,"train_tokenizer.py",12017,0,"",python,selection_keyboard +13178,800674678,"train_tokenizer.py",12017,0,"e",python,content +13179,800674679,"train_tokenizer.py",12018,0,"",python,selection_keyboard +13180,800674745,"train_tokenizer.py",12018,0,"r",python,content +13181,800674746,"train_tokenizer.py",12019,0,"",python,selection_keyboard +13182,800675580,"train_tokenizer.py",12010,9,"",python,content +13183,800675832,"train_tokenizer.py",12010,0,"o",python,content +13184,800675834,"train_tokenizer.py",12011,0,"",python,selection_keyboard +13185,800675944,"train_tokenizer.py",12011,0,"p",python,content +13186,800675947,"train_tokenizer.py",12012,0,"",python,selection_keyboard +13187,800676146,"train_tokenizer.py",12012,0,"t",python,content +13188,800676148,"train_tokenizer.py",12013,0,"",python,selection_keyboard +13189,800676331,"train_tokenizer.py",12013,0,"i",python,content +13190,800676332,"train_tokenizer.py",12014,0,"",python,selection_keyboard +13191,800676377,"train_tokenizer.py",12014,0,"m",python,content +13192,800676378,"train_tokenizer.py",12015,0,"",python,selection_keyboard +13193,800676523,"train_tokenizer.py",12015,0,"i",python,content +13194,800676524,"train_tokenizer.py",12016,0,"",python,selection_keyboard +13195,800676599,"train_tokenizer.py",12016,0,"z",python,content +13196,800676601,"train_tokenizer.py",12017,0,"",python,selection_keyboard +13197,800676731,"train_tokenizer.py",12017,0,"e",python,content +13198,800676732,"train_tokenizer.py",12018,0,"",python,selection_keyboard +13199,800676794,"train_tokenizer.py",12018,0,"r",python,content +13200,800676798,"train_tokenizer.py",12019,0,"",python,selection_keyboard +13201,800677018,"train_tokenizer.py",12018,0,"",python,selection_command +13202,800678666,"train_tokenizer.py",11022,0,"",python,selection_command +13203,800680074,"train_tokenizer.py",9991,0,"",python,selection_command +13204,800682011,"train_tokenizer.py",9018,0,"",python,selection_command +13205,800682675,"train_tokenizer.py",9071,0,"",python,selection_command +13206,800682822,"train_tokenizer.py",9085,0,"",python,selection_command +13207,800683075,"train_tokenizer.py",9132,0,"",python,selection_command +13208,800683181,"train_tokenizer.py",9178,0,"",python,selection_command +13209,800683457,"train_tokenizer.py",9132,0,"",python,selection_command +13210,800683604,"train_tokenizer.py",9085,0,"",python,selection_command +13211,800683750,"train_tokenizer.py",9071,0,"",python,selection_command +13212,800683899,"train_tokenizer.py",9018,0,"",python,selection_command +13213,800684085,"train_tokenizer.py",9021,0,"",python,selection_command +13214,800684236,"train_tokenizer.py",9022,0,"",python,selection_command +13215,800684417,"train_tokenizer.py",9027,0,"",python,selection_command +13216,800684570,"train_tokenizer.py",9028,0,"",python,selection_command +13217,800684719,"train_tokenizer.py",9049,0,"",python,selection_command +13218,800684860,"train_tokenizer.py",9051,0,"",python,selection_command +13219,800686802,"train_tokenizer.py",7028,0,"",python,selection_command +13220,800689207,"train_tokenizer.py",6999,0,"",python,selection_command +13221,800693519,"train_tokenizer.py",6910,0,"",python,selection_command +13222,800693771,"train_tokenizer.py",6847,0,"",python,selection_command +13223,800693800,"train_tokenizer.py",6842,0,"",python,selection_command +13224,800693830,"train_tokenizer.py",6783,0,"",python,selection_command +13225,800693862,"train_tokenizer.py",6726,0,"",python,selection_command +13226,800693896,"train_tokenizer.py",6644,0,"",python,selection_command +13227,800694087,"train_tokenizer.py",6639,0,"",python,selection_command +13228,800694236,"train_tokenizer.py",6598,0,"",python,selection_command +13229,800695202,"train_tokenizer.py",6639,0,"",python,selection_command +13230,800695351,"train_tokenizer.py",6644,0,"",python,selection_command +13231,800695502,"train_tokenizer.py",6726,0,"",python,selection_command +13232,800695631,"train_tokenizer.py",6783,0,"",python,selection_command +13233,800695767,"train_tokenizer.py",6842,0,"",python,selection_command +13234,800695930,"train_tokenizer.py",6847,0,"",python,selection_command +13235,800696273,"train_tokenizer.py",6910,0,"",python,selection_command +13236,800696419,"train_tokenizer.py",6999,0,"",python,selection_command +13237,800698840,"train_tokenizer.py",7011,0,"",python,selection_command +13238,800699005,"train_tokenizer.py",7013,0,"",python,selection_command +13239,800699172,"train_tokenizer.py",7016,0,"",python,selection_command +13240,800699353,"train_tokenizer.py",7017,0,"",python,selection_command +13241,800699552,"train_tokenizer.py",7027,0,"",python,selection_command +13242,800699701,"train_tokenizer.py",7028,0,"",python,selection_command +13243,800700737,"train_tokenizer.py",6999,0,"",python,selection_command +13244,800702002,"train_tokenizer.py",92,0,"",python,selection_command +13245,800704652,"train_tokenizer.py",66,38,"",python,content +13246,800706683,"train_tokenizer.py",590,0,"",python,selection_command +13247,800706849,"train_tokenizer.py",1243,0,"",python,selection_command +13248,800707032,"train_tokenizer.py",1852,0,"",python,selection_command +13249,800707633,"train_tokenizer.py",2669,0,"",python,selection_command +13250,800707806,"train_tokenizer.py",3462,0,"",python,selection_command +13251,800708887,"train_tokenizer.py",4144,0,"",python,selection_command +13252,800711236,"train_tokenizer.py",6961,0,"",python,selection_command +13253,800713603,"train_tokenizer.py",6961,11,"",python,content +13254,800713811,"train_tokenizer.py",6961,0,"o",python,content +13255,800713813,"train_tokenizer.py",6962,0,"",python,selection_keyboard +13256,800713869,"train_tokenizer.py",6962,0,"p",python,content +13257,800713872,"train_tokenizer.py",6963,0,"",python,selection_keyboard +13258,800713912,"train_tokenizer.py",6963,0,"t",python,content +13259,800713915,"train_tokenizer.py",6964,0,"",python,selection_keyboard +13260,800714076,"train_tokenizer.py",6964,0,"i",python,content +13261,800714078,"train_tokenizer.py",6965,0,"",python,selection_keyboard +13262,800714143,"train_tokenizer.py",6965,0,"m",python,content +13263,800714145,"train_tokenizer.py",6966,0,"",python,selection_keyboard +13264,800714310,"train_tokenizer.py",6966,0,"i",python,content +13265,800714312,"train_tokenizer.py",6967,0,"",python,selection_keyboard +13266,800714348,"train_tokenizer.py",6967,0,"z",python,content +13267,800714351,"train_tokenizer.py",6968,0,"",python,selection_keyboard +13268,800714447,"train_tokenizer.py",6968,0,"e",python,content +13269,800714450,"train_tokenizer.py",6969,0,"",python,selection_keyboard +13270,800714502,"train_tokenizer.py",6969,0,"r",python,content +13271,800714505,"train_tokenizer.py",6970,0,"",python,selection_keyboard +13272,800714702,"train_tokenizer.py",6969,0,"",python,selection_command +13273,800714918,"train_tokenizer.py",6971,0,"",python,selection_command +13274,800715051,"train_tokenizer.py",6973,0,"",python,selection_command +13275,800715199,"train_tokenizer.py",6976,0,"",python,selection_command +13276,800715334,"train_tokenizer.py",6977,0,"",python,selection_command +13277,800715467,"train_tokenizer.py",6987,0,"",python,selection_command +13278,800715607,"train_tokenizer.py",6988,0,"",python,selection_command +13279,800715905,"train_tokenizer.py",6988,11,"",python,content +13280,800716046,"train_tokenizer.py",6988,0,"o",python,content +13281,800716049,"train_tokenizer.py",6989,0,"",python,selection_keyboard +13282,800716094,"train_tokenizer.py",6989,0,"p",python,content +13283,800716096,"train_tokenizer.py",6990,0,"",python,selection_keyboard +13284,800716195,"train_tokenizer.py",6990,0,"t",python,content +13285,800716197,"train_tokenizer.py",6991,0,"",python,selection_keyboard +13286,800716278,"train_tokenizer.py",6991,0,"i",python,content +13287,800716282,"train_tokenizer.py",6992,0,"",python,selection_keyboard +13288,800716335,"train_tokenizer.py",6992,0,"m",python,content +13289,800716337,"train_tokenizer.py",6993,0,"",python,selection_keyboard +13290,800716444,"train_tokenizer.py",6993,0,"i",python,content +13291,800716448,"train_tokenizer.py",6994,0,"",python,selection_keyboard +13292,800716508,"train_tokenizer.py",6994,0,"z",python,content +13293,800716510,"train_tokenizer.py",6995,0,"",python,selection_keyboard +13294,800716565,"train_tokenizer.py",6995,0,"e",python,content +13295,800716567,"train_tokenizer.py",6996,0,"",python,selection_keyboard +13296,800716626,"train_tokenizer.py",6996,0,"r",python,content +13297,800716628,"train_tokenizer.py",6997,0,"",python,selection_keyboard +13298,800716796,"train_tokenizer.py",6996,0,"",python,selection_command +13299,800716915,"train_tokenizer.py",6957,0,"",python,selection_command +13300,800722150,"train_tokenizer.py",7924,0,"",python,selection_command +13301,800723377,"train_tokenizer.py",6961,0,"",python,selection_command +13302,800724091,"train_tokenizer.py",5941,0,"",python,selection_command +13303,800724261,"train_tokenizer.py",5423,0,"",python,selection_command +13304,800724421,"train_tokenizer.py",4811,0,"",python,selection_command +13305,800724577,"train_tokenizer.py",4208,0,"",python,selection_command +13306,800724720,"train_tokenizer.py",3464,0,"",python,selection_command +13307,800724864,"train_tokenizer.py",2735,0,"",python,selection_command +13308,800725000,"train_tokenizer.py",1907,0,"",python,selection_command +13309,800725136,"train_tokenizer.py",1296,0,"",python,selection_command +13310,800725284,"train_tokenizer.py",636,0,"",python,selection_command +13311,800725404,"train_tokenizer.py",126,0,"",python,selection_command +13312,800725529,"train_tokenizer.py",0,0,"",python,selection_command +13313,800726046,"train_tokenizer.py",1088,0,"",python,selection_command +13314,800727311,"train_tokenizer.py",2381,0,"",python,selection_command +13315,800728648,"train_tokenizer.py",3866,0,"",python,selection_command +13316,800729931,"train_tokenizer.py",5287,0,"",python,selection_command +13317,800730650,"train_tokenizer.py",6430,0,"",python,selection_command +13318,800731799,"train_tokenizer.py",8362,0,"",python,selection_command +13319,800732435,"train_tokenizer.py",10196,0,"",python,selection_command +13320,800733452,"train_tokenizer.py",12278,0,"",python,selection_command +13321,800734777,"train_tokenizer.py",0,0,"",python,selection_command +13322,800735885,"train_tokenizer.py",1088,0,"",python,selection_command +13323,800736215,"train_tokenizer.py",2381,0,"",python,selection_command +13324,800736434,"train_tokenizer.py",3866,0,"",python,selection_command +13325,800736978,"train_tokenizer.py",3218,0,"",python,selection_command +13326,800737299,"train_tokenizer.py",2035,0,"",python,selection_command +13327,800737932,"train_tokenizer.py",1518,0,"",python,selection_command +13328,800741936,"train_lam.py",0,0,"",python,tab +13329,800743664,"train_tokenizer.py",0,0,"",python,tab +13330,800751165,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model: LatentActionModel, inputs: dict):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n lam.vq.codebook = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): adapt restoration logic for new flax.nnx API\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(\n lam, optimizer, inputs, action_last_active, _rng\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +13331,800751180,"train_lam.py",429,0,"",python,selection_command +13332,800752712,"train_tokenizer.py",0,0,"",python,tab +13333,800754220,"train_lam.py",0,0,"",python,tab +13334,800755313,"train_tokenizer.py",0,0,"",python,tab +13335,800756393,"train_lam.py",0,0,"",python,tab +13336,800756779,"train_lam.py",0,0,"",python,selection_command +13337,800757408,"train_tokenizer.py",0,0,"",python,tab +13338,800757753,"train_tokenizer.py",0,0,"",python,selection_command +13339,800758991,"train_lam.py",0,0,"",python,tab +13340,800760968,"train_tokenizer.py",0,0,"",python,tab +13341,800761547,"train_lam.py",0,0,"",python,tab +13342,800762691,"train_lam.py",41,0,"",python,selection_command +13343,800762849,"train_lam.py",51,0,"",python,selection_command +13344,800762978,"train_lam.py",52,0,"",python,selection_command +13345,800763116,"train_lam.py",66,0,"",python,selection_command +13346,800763238,"train_lam.py",71,0,"",python,selection_command +13347,800763493,"train_lam.py",75,0,"",python,selection_command +13348,800763528,"train_lam.py",76,0,"",python,selection_command +13349,800763559,"train_lam.py",85,0,"",python,selection_command +13350,800763746,"train_lam.py",92,0,"",python,selection_command +13351,800763983,"train_lam.py",104,0,"",python,selection_command +13352,800764304,"train_lam.py",92,0,"",python,selection_command +13353,800766173,"train_lam.py",130,0,"",python,selection_command +13354,800766501,"train_lam.py",92,0,"",python,selection_command +13355,800767912,"train_lam.py",130,0,"",python,selection_command +13356,800768043,"train_lam.py",135,0,"",python,selection_command +13357,800768200,"train_lam.py",142,0,"",python,selection_command +13358,800768366,"train_lam.py",153,0,"",python,selection_command +13359,800768673,"train_lam.py",142,0,"",python,selection_command +13360,800769519,"train_lam.py",104,48,"from flax.training.train_state import TrainState",python,selection_command +13361,800769676,"train_lam.py",66,86,"from flax.training import orbax_utils\nfrom flax.training.train_state import TrainState",python,selection_command +13362,800770262,"train_lam.py",104,0,"",python,selection_command +13363,800772761,"train_lam.py",0,0,"",python,tab +13364,800773211,"train_lam.py",0,0,"",python,selection_command +13365,800773550,"train_lam.py",41,0,"",python,selection_command +13366,800773801,"train_lam.py",51,0,"",python,selection_command +13367,800773833,"train_lam.py",52,0,"",python,selection_command +13368,800773864,"train_lam.py",66,0,"",python,selection_command +13369,800774016,"train_lam.py",104,0,"",python,selection_command +13370,800774246,"train_lam.py",66,0,"",python,selection_command +13371,800774467,"train_lam.py",66,37,"from flax.training import orbax_utils",python,selection_command +13372,800774570,"train_lam.py",66,86,"from flax.training import orbax_utils\nfrom flax.training.train_state import TrainState",python,selection_command +13373,800774671,"train_lam.py",66,87,"",python,content +13374,800775966,"train_lam.py",0,0,"",python,tab +13375,800776581,"train_tokenizer.py",0,0,"",python,tab +13376,800778365,"train_lam.py",0,0,"",python,tab +13377,800780718,"train_tokenizer.py",0,0,"",python,tab +13378,800781881,"train_lam.py",0,0,"",python,tab +13379,800784377,"train_tokenizer.py",0,0,"",python,tab +13380,800785028,"train_tokenizer.py",1088,0,"",python,selection_command +13381,800786144,"train_lam.py",0,0,"",python,tab +13382,800786311,"train_lam.py",1326,0,"",python,selection_command +13383,800787751,"train_tokenizer.py",0,0,"",python,tab +13384,800788694,"train_lam.py",0,0,"",python,tab +13385,800790150,"train_tokenizer.py",0,0,"",python,tab +13386,800791299,"train_tokenizer.py",1684,0,"",python,selection_command +13387,800792403,"train_lam.py",0,0,"",python,tab +13388,800792660,"train_lam.py",1944,0,"",python,selection_command +13389,800793466,"train_tokenizer.py",0,0,"",python,tab +13390,800794921,"train_lam.py",0,0,"",python,tab +13391,800795598,"train_tokenizer.py",0,0,"",python,tab +13392,800796050,"train_tokenizer.py",3261,0,"",python,selection_command +13393,800796682,"train_lam.py",0,0,"",python,tab +13394,800796920,"train_lam.py",3416,0,"",python,selection_command +13395,800797876,"train_tokenizer.py",0,0,"",python,tab +13396,800798668,"train_lam.py",0,0,"",python,tab +13397,800805362,"train_tokenizer.py",0,0,"",python,tab +13398,800807873,"train_lam.py",0,0,"",python,tab +13399,800814503,"train_tokenizer.py",0,0,"",python,tab +13400,800819911,"train_lam.py",0,0,"",python,tab +13401,800822447,"train_lam.py",4906,0,"",python,selection_command +13402,800823412,"train_tokenizer.py",0,0,"",python,tab +13403,800823685,"train_tokenizer.py",4634,0,"",python,selection_command +13404,800824742,"train_lam.py",0,0,"",python,tab +13405,800825630,"train_tokenizer.py",0,0,"",python,tab +13406,800826625,"train_lam.py",0,0,"",python,tab +13407,800827934,"train_tokenizer.py",0,0,"",python,tab +13408,800828987,"train_tokenizer.py",5736,0,"",python,selection_command +13409,800829755,"train_lam.py",0,0,"",python,tab +13410,800829931,"train_lam.py",5945,0,"",python,selection_command +13411,800835339,"train_tokenizer.py",0,0,"",python,tab +13412,800836805,"train_lam.py",0,0,"",python,tab +13413,800837135,"train_lam.py",7852,0,"",python,selection_command +13414,800837941,"train_tokenizer.py",0,0,"",python,tab +13415,800838445,"train_tokenizer.py",7654,0,"",python,selection_command +13416,800839200,"train_lam.py",0,0,"",python,tab +13417,800839702,"train_lam.py",9466,0,"",python,selection_command +13418,800840356,"train_lam.py",7852,0,"",python,selection_command +13419,800840936,"train_tokenizer.py",0,0,"",python,tab +13420,800842169,"train_lam.py",0,0,"",python,tab +13421,800843985,"train_lam.py",8578,0,"",python,selection_command +13422,800844452,"train_lam.py",8600,0,"",python,selection_command +13423,800844699,"train_lam.py",8659,0,"",python,selection_command +13424,800844731,"train_lam.py",8724,0,"",python,selection_command +13425,800844764,"train_lam.py",8749,0,"",python,selection_command +13426,800844798,"train_lam.py",8771,0,"",python,selection_command +13427,800844830,"train_lam.py",8794,0,"",python,selection_command +13428,800844864,"train_lam.py",8826,0,"",python,selection_command +13429,800844898,"train_lam.py",8846,0,"",python,selection_command +13430,800844930,"train_lam.py",8856,0,"",python,selection_command +13431,800844964,"train_lam.py",8917,0,"",python,selection_command +13432,800844997,"train_lam.py",8988,0,"",python,selection_command +13433,800845031,"train_lam.py",8997,0,"",python,selection_command +13434,800845064,"train_lam.py",9030,0,"",python,selection_command +13435,800845097,"train_lam.py",9056,0,"",python,selection_command +13436,800845216,"train_lam.py",9132,0,"",python,selection_command +13437,800845520,"train_lam.py",9056,0,"",python,selection_command +13438,800848167,"train_lam.py",0,0,"",python,tab +13439,800849267,"train_lam.py",6660,0,"",python,selection_command +13440,800849784,"train_lam.py",8971,0,"",python,selection_command +13441,800851044,"train_lam.py",8961,76,"",python,content +13442,800851065,"train_lam.py",8969,0,"",python,selection_command +13443,800852313,"train_lam.py",0,0,"",python,tab +13444,800853032,"train_tokenizer.py",0,0,"",python,tab +13445,800854060,"train_lam.py",0,0,"",python,tab +13446,800855342,"train_tokenizer.py",0,0,"",python,tab +13447,800855835,"train_tokenizer.py",8411,0,"",python,selection_command +13448,800856939,"train_tokenizer.py",8439,0,"",python,selection_command +13449,800857195,"train_tokenizer.py",8461,0,"",python,selection_command +13450,800857226,"train_tokenizer.py",8520,0,"",python,selection_command +13451,800857259,"train_tokenizer.py",8585,0,"",python,selection_command +13452,800857293,"train_tokenizer.py",8610,0,"",python,selection_command +13453,800857323,"train_tokenizer.py",8632,0,"",python,selection_command +13454,800857357,"train_tokenizer.py",8655,0,"",python,selection_command +13455,800857392,"train_tokenizer.py",8687,0,"",python,selection_command +13456,800857909,"train_lam.py",0,0,"",python,tab +13457,800859152,"train_tokenizer.py",0,0,"",python,tab +13458,800860593,"train_lam.py",0,0,"",python,tab +13459,800863926,"train_tokenizer.py",0,0,"",python,tab +13460,800866816,"train_lam.py",0,0,"",python,tab +13461,800869218,"train_lam.py",9132,0,"",python,selection_command +13462,800869382,"train_lam.py",9056,0,"",python,selection_command +13463,800872963,"train_lam.py",0,0,"",python,tab +13464,800873896,"train_lam.py",6660,0,"",python,selection_command +13465,800875760,"train_lam.py",0,0,"",python,tab +13466,800883078,"train_lam.py",66,9058,"from jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model: LatentActionModel, inputs: dict):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n lam.vq.codebook = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n",python,content +13467,853261590,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n \n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(self, dim: int, ffn_dim: int, num_heads: int, dropout: float, \n param_dtype: jnp.dtype, dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n rngs=rngs\n )\n \n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n rngs=rngs\n )\n \n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype, \n dtype=self.dtype,\n rngs=rngs)\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.input_dense = nnx.Linear(\n # FIXME (f.srambical): think about what in_features should be here\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n \n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs\n ))\n \n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n \n for block in self.blocks:\n x = block(x)\n \n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +13468,853261619,"utils/nn.py",38,0,"",python,selection_command +13469,853412271,"utils/nn.py",3349,0,"",python,selection_mouse +13470,853700388,"train_lam.py",0,0,"",python,tab +13471,853701764,"utils/nn.py",0,0,"",python,tab +13472,853703569,"utils/nn.py",3927,0,"",python,selection_command +13473,853705385,"utils/nn.py",3960,0,"",python,selection_command +13474,853705635,"utils/nn.py",4045,0,"",python,selection_command +13475,853705659,"utils/nn.py",4137,0,"",python,selection_command +13476,853705692,"utils/nn.py",4198,0,"",python,selection_command +13477,853705725,"utils/nn.py",4233,0,"",python,selection_command +13478,853705759,"utils/nn.py",4264,0,"",python,selection_command +13479,853705792,"utils/nn.py",4295,0,"",python,selection_command +13480,853705825,"utils/nn.py",4332,0,"",python,selection_command +13481,853705859,"utils/nn.py",4367,0,"",python,selection_command +13482,853706133,"utils/nn.py",4332,0,"",python,selection_command +13483,853706314,"utils/nn.py",4295,0,"",python,selection_command +13484,853706564,"utils/nn.py",4264,0,"",python,selection_command +13485,853706594,"utils/nn.py",4233,0,"",python,selection_command +13486,853706702,"utils/nn.py",4198,0,"",python,selection_command +13487,853707090,"utils/nn.py",4191,0,"\n ",python,content +13488,853707117,"utils/nn.py",4200,9,"",python,content +13489,853707278,"utils/nn.py",4200,0,"s",python,content +13490,853707279,"utils/nn.py",4201,0,"",python,selection_keyboard +13491,853707435,"utils/nn.py",4201,0,"e",python,content +13492,853707437,"utils/nn.py",4202,0,"",python,selection_keyboard +13493,853707524,"utils/nn.py",4202,0,"l",python,content +13494,853707525,"utils/nn.py",4203,0,"",python,selection_keyboard +13495,853707594,"utils/nn.py",4203,0,"f",python,content +13496,853707596,"utils/nn.py",4204,0,"",python,selection_keyboard +13497,853707707,"utils/nn.py",4204,0,".",python,content +13498,853707709,"utils/nn.py",4205,0,"",python,selection_keyboard +13499,853707884,"utils/nn.py",4205,0,"i",python,content +13500,853707887,"utils/nn.py",4206,0,"",python,selection_keyboard +13501,853707951,"utils/nn.py",4206,0,"n",python,content +13502,853707952,"utils/nn.py",4207,0,"",python,selection_keyboard +13503,853708088,"utils/nn.py",4207,0,"p",python,content +13504,853708091,"utils/nn.py",4208,0,"",python,selection_keyboard +13505,853708201,"utils/nn.py",4208,0,"u",python,content +13506,853708203,"utils/nn.py",4209,0,"",python,selection_keyboard +13507,853708285,"utils/nn.py",4209,0,"t",python,content +13508,853708287,"utils/nn.py",4210,0,"",python,selection_keyboard +13509,853708456,"utils/nn.py",4210,0,"_",python,content +13510,853708460,"utils/nn.py",4211,0,"",python,selection_keyboard +13511,853708725,"utils/nn.py",4211,0,"d",python,content +13512,853708728,"utils/nn.py",4212,0,"",python,selection_keyboard +13513,853708789,"utils/nn.py",4212,0,"i",python,content +13514,853708791,"utils/nn.py",4213,0,"",python,selection_keyboard +13515,853708834,"utils/nn.py",4213,0,"m",python,content +13516,853708835,"utils/nn.py",4214,0,"",python,selection_keyboard +13517,853708994,"utils/nn.py",4214,0," ",python,content +13518,853708995,"utils/nn.py",4215,0,"",python,selection_keyboard +13519,853709159,"utils/nn.py",4215,0,"=",python,content +13520,853709161,"utils/nn.py",4216,0,"",python,selection_keyboard +13521,853709259,"utils/nn.py",4216,0," ",python,content +13522,853709260,"utils/nn.py",4217,0,"",python,selection_keyboard +13523,853709996,"utils/nn.py",4217,0,"i",python,content +13524,853709999,"utils/nn.py",4218,0,"",python,selection_keyboard +13525,853710035,"utils/nn.py",4218,0,"n",python,content +13526,853710037,"utils/nn.py",4219,0,"",python,selection_keyboard +13527,853710182,"utils/nn.py",4219,0,"p",python,content +13528,853710185,"utils/nn.py",4220,0,"",python,selection_keyboard +13529,853710263,"utils/nn.py",4220,0,"u",python,content +13530,853710265,"utils/nn.py",4221,0,"",python,selection_keyboard +13531,853710336,"utils/nn.py",4221,0,"t",python,content +13532,853710337,"utils/nn.py",4222,0,"",python,selection_keyboard +13533,853710519,"utils/nn.py",4222,0,"_",python,content +13534,853710520,"utils/nn.py",4223,0,"",python,selection_keyboard +13535,853710672,"utils/nn.py",4223,0,"d",python,content +13536,853710673,"utils/nn.py",4224,0,"",python,selection_keyboard +13537,853710702,"utils/nn.py",4224,0,"i",python,content +13538,853710705,"utils/nn.py",4225,0,"",python,selection_keyboard +13539,853710772,"utils/nn.py",4225,0,"m",python,content +13540,853710773,"utils/nn.py",4226,0,"",python,selection_keyboard +13541,853710926,"utils/nn.py",4225,0,"",python,selection_command +13542,853716725,"utils/nn.py",3962,0,"",python,selection_command +13543,853716903,"utils/nn.py",3970,0,"",python,selection_command +13544,853717051,"utils/nn.py",3971,0,"",python,selection_command +13545,853717287,"utils/nn.py",3975,0,"",python,selection_command +13546,853717635,"utils/nn.py",3977,0,"",python,selection_command +13547,853718590,"utils/nn.py",3977,0,"i",python,content +13548,853718596,"utils/nn.py",3978,0,"",python,selection_keyboard +13549,853718679,"utils/nn.py",3978,0,"n",python,content +13550,853718685,"utils/nn.py",3979,0,"",python,selection_keyboard +13551,853718753,"utils/nn.py",3979,0,"p",python,content +13552,853718758,"utils/nn.py",3980,0,"",python,selection_keyboard +13553,853718839,"utils/nn.py",3980,0,"u",python,content +13554,853718845,"utils/nn.py",3981,0,"",python,selection_keyboard +13555,853718900,"utils/nn.py",3981,0,"t",python,content +13556,853718906,"utils/nn.py",3982,0,"",python,selection_keyboard +13557,853719217,"utils/nn.py",3982,0,"_",python,content +13558,853719222,"utils/nn.py",3983,0,"",python,selection_keyboard +13559,853719386,"utils/nn.py",3983,0,"d",python,content +13560,853719390,"utils/nn.py",3984,0,"",python,selection_keyboard +13561,853719414,"utils/nn.py",3984,0,"i",python,content +13562,853719418,"utils/nn.py",3985,0,"",python,selection_keyboard +13563,853719485,"utils/nn.py",3985,0,"m",python,content +13564,853719488,"utils/nn.py",3986,0,"",python,selection_keyboard +13565,853719743,"utils/nn.py",3986,0,":",python,content +13566,853719747,"utils/nn.py",3987,0,"",python,selection_keyboard +13567,853719827,"utils/nn.py",3987,0," ",python,content +13568,853719830,"utils/nn.py",3988,0,"",python,selection_keyboard +13569,853719953,"utils/nn.py",3988,0,"i",python,content +13570,853719955,"utils/nn.py",3989,0,"",python,selection_keyboard +13571,853720028,"utils/nn.py",3989,0,"n",python,content +13572,853720031,"utils/nn.py",3990,0,"",python,selection_keyboard +13573,853720068,"utils/nn.py",3990,0,"t",python,content +13574,853720070,"utils/nn.py",3991,0,"",python,selection_keyboard +13575,853720669,"utils/nn.py",3991,0,",",python,content +13576,853720672,"utils/nn.py",3992,0,"",python,selection_keyboard +13577,853720763,"utils/nn.py",3991,0,"",python,selection_command +13578,853721481,"utils/nn.py",3992,0,"",python,selection_command +13579,853721495,"utils/nn.py",3992,0," ",python,content +13580,853721496,"utils/nn.py",3993,0,"",python,selection_keyboard +13581,853721672,"utils/nn.py",3992,0,"",python,selection_command +13582,853722337,"utils/nn.py",4093,0,"",python,selection_command +13583,853722487,"utils/nn.py",4185,0,"",python,selection_command +13584,853722640,"utils/nn.py",4241,0,"",python,selection_command +13585,853724594,"utils/nn.py",4276,0,"",python,selection_command +13586,853724858,"utils/nn.py",4307,0,"",python,selection_command +13587,853724893,"utils/nn.py",4338,0,"",python,selection_command +13588,853724912,"utils/nn.py",4375,0,"",python,selection_command +13589,853724945,"utils/nn.py",4410,0,"",python,selection_command +13590,853724984,"utils/nn.py",4441,0,"",python,selection_command +13591,853725015,"utils/nn.py",4480,0,"",python,selection_command +13592,853725047,"utils/nn.py",4507,0,"",python,selection_command +13593,853725081,"utils/nn.py",4547,0,"",python,selection_command +13594,853725114,"utils/nn.py",4571,0,"",python,selection_command +13595,853725146,"utils/nn.py",4611,0,"",python,selection_command +13596,853725180,"utils/nn.py",4653,0,"",python,selection_command +13597,853725213,"utils/nn.py",4694,0,"",python,selection_command +13598,853725246,"utils/nn.py",4726,0,"",python,selection_command +13599,853725280,"utils/nn.py",4749,0,"",python,selection_command +13600,853725542,"utils/nn.py",4788,0,"",python,selection_command +13601,853725700,"utils/nn.py",4828,0,"",python,selection_command +13602,853726840,"utils/nn.py",4788,0,"",python,selection_command +13603,853727093,"utils/nn.py",4749,0,"",python,selection_command +13604,853727117,"utils/nn.py",4726,0,"",python,selection_command +13605,853727149,"utils/nn.py",4694,0,"",python,selection_command +13606,853727182,"utils/nn.py",4653,0,"",python,selection_command +13607,853727215,"utils/nn.py",4611,0,"",python,selection_command +13608,853727248,"utils/nn.py",4571,0,"",python,selection_command +13609,853727286,"utils/nn.py",4547,0,"",python,selection_command +13610,853727316,"utils/nn.py",4507,0,"",python,selection_command +13611,853727350,"utils/nn.py",4480,0,"",python,selection_command +13612,853727384,"utils/nn.py",4441,0,"",python,selection_command +13613,853727418,"utils/nn.py",4410,0,"",python,selection_command +13614,853727454,"utils/nn.py",4375,0,"",python,selection_command +13615,853727488,"utils/nn.py",4338,0,"",python,selection_command +13616,853727521,"utils/nn.py",4307,0,"",python,selection_command +13617,853727555,"utils/nn.py",4276,0,"",python,selection_command +13618,853727688,"utils/nn.py",4241,0,"",python,selection_command +13619,853727835,"utils/nn.py",4185,0,"",python,selection_command +13620,853727983,"utils/nn.py",4093,0,"",python,selection_command +13621,853728121,"utils/nn.py",3992,0,"",python,selection_command +13622,853728260,"utils/nn.py",3952,0,"",python,selection_command +13623,853728442,"utils/nn.py",3951,0,"",python,selection_command +13624,853728596,"utils/nn.py",3945,0,"",python,selection_command +13625,853728723,"utils/nn.py",3944,0,"",python,selection_command +13626,853728881,"utils/nn.py",3941,0,"",python,selection_command +13627,853729029,"utils/nn.py",3940,0,"",python,selection_command +13628,853729210,"utils/nn.py",3927,0,"",python,selection_command +13629,853731960,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\nimport jax\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n def __init__(self, in_dim: int, model_dim: int, ffn_dim: int, latent_dim: int, \n num_latents: int, patch_size: int, num_blocks: int, num_heads: int, \n dropout: float, codebook_dropout: float, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.encoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +13630,853731964,"models/tokenizer.py",1106,13,"STTransformer",python,selection_command +13631,853732195,"models/tokenizer.py",1118,0,"",python,selection_command +13632,853736365,"models/tokenizer.py",1080,0,"",python,selection_command +13633,853736616,"models/tokenizer.py",1025,0,"",python,selection_command +13634,853736642,"models/tokenizer.py",998,0,"",python,selection_command +13635,853736680,"models/tokenizer.py",959,0,"",python,selection_command +13636,853736707,"models/tokenizer.py",910,0,"",python,selection_command +13637,853736740,"models/tokenizer.py",879,0,"",python,selection_command +13638,853736775,"models/tokenizer.py",844,0,"",python,selection_command +13639,853736808,"models/tokenizer.py",807,0,"",python,selection_command +13640,853736840,"models/tokenizer.py",770,0,"",python,selection_command +13641,853736873,"models/tokenizer.py",731,0,"",python,selection_command +13642,853736906,"models/tokenizer.py",694,0,"",python,selection_command +13643,853736973,"models/tokenizer.py",628,0,"",python,selection_command +13644,853737008,"models/tokenizer.py",599,0,"",python,selection_command +13645,853737169,"models/tokenizer.py",520,0,"",python,selection_command +13646,853737308,"models/tokenizer.py",437,0,"",python,selection_command +13647,853737516,"models/tokenizer.py",520,0,"",python,selection_command +13648,853737653,"models/tokenizer.py",599,0,"",python,selection_command +13649,853737871,"models/tokenizer.py",601,0,"",python,selection_command +13650,853738261,"models/tokenizer.py",630,0,"",python,selection_command +13651,853739262,"models/tokenizer.py",601,0,"",python,selection_command +13652,853739386,"models/tokenizer.py",605,0,"",python,selection_command +13653,853739555,"models/tokenizer.py",606,0,"",python,selection_command +13654,853739826,"models/tokenizer.py",615,0,"",python,selection_command +13655,853741344,"models/tokenizer.py",1622,0,"",python,selection_command +13656,853743967,"models/tokenizer.py",284,0,"",python,selection_command +13657,853744749,"models/tokenizer.py",368,0,"",python,selection_command +13658,853744990,"models/tokenizer.py",454,0,"",python,selection_command +13659,853745022,"models/tokenizer.py",537,0,"",python,selection_command +13660,853745054,"models/tokenizer.py",616,0,"",python,selection_command +13661,853745088,"models/tokenizer.py",645,0,"",python,selection_command +13662,853745123,"models/tokenizer.py",680,0,"",python,selection_command +13663,853745157,"models/tokenizer.py",711,0,"",python,selection_command +13664,853745190,"models/tokenizer.py",748,0,"",python,selection_command +13665,853745223,"models/tokenizer.py",787,0,"",python,selection_command +13666,853745257,"models/tokenizer.py",824,0,"",python,selection_command +13667,853745291,"models/tokenizer.py",861,0,"",python,selection_command +13668,853745326,"models/tokenizer.py",896,0,"",python,selection_command +13669,853745363,"models/tokenizer.py",927,0,"",python,selection_command +13670,853745396,"models/tokenizer.py",976,0,"",python,selection_command +13671,853745429,"models/tokenizer.py",1015,0,"",python,selection_command +13672,853745463,"models/tokenizer.py",1042,0,"",python,selection_command +13673,853745497,"models/tokenizer.py",1081,0,"",python,selection_command +13674,853745530,"models/tokenizer.py",1106,0,"",python,selection_command +13675,853746241,"models/tokenizer.py",1120,0,"\n ",python,content +13676,853747266,"models/tokenizer.py",1133,0,"self.in_dim,",python,content +13677,853747473,"models/tokenizer.py",1144,0,"",python,selection_command +13678,853747753,"models/tokenizer.py",1169,0,"",python,selection_command +13679,853748015,"models/tokenizer.py",1197,0,"",python,selection_command +13680,853748042,"models/tokenizer.py",1223,0,"",python,selection_command +13681,853748067,"models/tokenizer.py",1252,0,"",python,selection_command +13682,853748098,"models/tokenizer.py",1281,0,"",python,selection_command +13683,853748132,"models/tokenizer.py",1309,0,"",python,selection_command +13684,853748166,"models/tokenizer.py",1335,0,"",python,selection_command +13685,853748200,"models/tokenizer.py",1364,0,"",python,selection_command +13686,853748234,"models/tokenizer.py",1389,0,"",python,selection_command +13687,853748267,"models/tokenizer.py",1445,0,"",python,selection_command +13688,853748302,"models/tokenizer.py",1455,0,"",python,selection_command +13689,853748338,"models/tokenizer.py",1480,0,"",python,selection_command +13690,853748374,"models/tokenizer.py",1515,0,"",python,selection_command +13691,853748407,"models/tokenizer.py",1544,0,"",python,selection_command +13692,853748448,"models/tokenizer.py",1574,0,"",python,selection_command +13693,853748473,"models/tokenizer.py",1607,0,"",python,selection_command +13694,853748506,"models/tokenizer.py",1617,0,"",python,selection_command +13695,853748670,"models/tokenizer.py",1642,0,"",python,selection_command +13696,853748824,"models/tokenizer.py",1698,0,"",python,selection_command +13697,853749044,"models/tokenizer.py",1712,0,"\n ",python,content +13698,853750021,"models/tokenizer.py",1725,0,"self.latent_dim,",python,content +13699,853750671,"models/tokenizer.py",1740,0,"",python,selection_command +13700,853758596,"models/tokenizer.py",1702,0,"",python,selection_command +13701,853758728,"models/tokenizer.py",1646,0,"",python,selection_command +13702,853758952,"models/tokenizer.py",1702,0,"",python,selection_command +13703,853759256,"models/tokenizer.py",1683,0,"",python,selection_command +13704,853759398,"models/tokenizer.py",1687,0,"",python,selection_command +13705,853759554,"models/tokenizer.py",1688,0,"",python,selection_command +13706,853761737,"models/tokenizer.py",1726,0,"",python,selection_command +13707,853761884,"models/tokenizer.py",1755,0,"",python,selection_command +13708,853762036,"models/tokenizer.py",1783,0,"",python,selection_command +13709,853762175,"models/tokenizer.py",1809,0,"",python,selection_command +13710,853762513,"models/tokenizer.py",1783,0,"",python,selection_command +13711,853762664,"models/tokenizer.py",1755,0,"",python,selection_command +13712,853762790,"models/tokenizer.py",1726,0,"",python,selection_command +13713,853762889,"models/tokenizer.py",1729,0,"",python,selection_command +13714,853763048,"models/tokenizer.py",1730,0,"",python,selection_command +13715,853774585,"utils/nn.py",0,0,"",python,tab +13716,853781961,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(self, in_dim: int, model_dim: int, ffn_dim: int, latent_dim: int, \n num_latents: int, patch_size: int, num_blocks: int, num_heads: int, \n dropout: float, codebook_dropout: float, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n # FIXME (f.srambical): check whether we really need .value here\n action_pad = jnp.broadcast_to(self.action_in.value, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +13717,853781964,"models/lam.py",1169,13,"STTransformer",python,selection_command +13718,853782289,"models/lam.py",1181,0,"",python,selection_command +13719,853783485,"models/lam.py",1183,0,"\n ",python,content +13720,853784650,"models/lam.py",1196,0,"self.in_dim,",python,content +13721,853784837,"models/lam.py",1207,0,"",python,selection_command +13722,853785779,"models/lam.py",1232,0,"",python,selection_command +13723,853786030,"models/lam.py",1260,0,"",python,selection_command +13724,853786055,"models/lam.py",1286,0,"",python,selection_command +13725,853786091,"models/lam.py",1315,0,"",python,selection_command +13726,853786122,"models/lam.py",1344,0,"",python,selection_command +13727,853786155,"models/lam.py",1372,0,"",python,selection_command +13728,853786190,"models/lam.py",1398,0,"",python,selection_command +13729,853786223,"models/lam.py",1427,0,"",python,selection_command +13730,853786257,"models/lam.py",1452,0,"",python,selection_command +13731,853786290,"models/lam.py",1508,0,"",python,selection_command +13732,853786324,"models/lam.py",1518,0,"",python,selection_command +13733,853786357,"models/lam.py",1543,0,"",python,selection_command +13734,853786393,"models/lam.py",1579,0,"",python,selection_command +13735,853786425,"models/lam.py",1625,0,"",python,selection_command +13736,853786477,"models/lam.py",1656,0,"",python,selection_command +13737,853786492,"models/lam.py",1693,0,"",python,selection_command +13738,853786524,"models/lam.py",1703,0,"",python,selection_command +13739,853786557,"models/lam.py",1728,0,"",python,selection_command +13740,853786592,"models/lam.py",1763,0,"",python,selection_command +13741,853786626,"models/lam.py",1792,0,"",python,selection_command +13742,853786664,"models/lam.py",1822,0,"",python,selection_command +13743,853786699,"models/lam.py",1855,0,"",python,selection_command +13744,853786730,"models/lam.py",1865,0,"",python,selection_command +13745,853786764,"models/lam.py",1890,0,"",python,selection_command +13746,853786797,"models/lam.py",1926,0,"",python,selection_command +13747,853786830,"models/lam.py",1960,0,"",python,selection_command +13748,853786865,"models/lam.py",1988,0,"",python,selection_command +13749,853786897,"models/lam.py",2030,0,"",python,selection_command +13750,853786933,"models/lam.py",2058,0,"",python,selection_command +13751,853786964,"models/lam.py",2068,0,"",python,selection_command +13752,853786997,"models/lam.py",2093,0,"",python,selection_command +13753,853787031,"models/lam.py",2130,0,"",python,selection_command +13754,853787064,"models/lam.py",2159,0,"",python,selection_command +13755,853787098,"models/lam.py",2187,0,"",python,selection_command +13756,853787131,"models/lam.py",2229,0,"",python,selection_command +13757,853787165,"models/lam.py",2257,0,"",python,selection_command +13758,853787198,"models/lam.py",2267,0,"",python,selection_command +13759,853787231,"models/lam.py",2292,0,"",python,selection_command +13760,853787269,"models/lam.py",2330,0,"",python,selection_command +13761,853787298,"models/lam.py",2358,0,"",python,selection_command +13762,853787331,"models/lam.py",2384,0,"",python,selection_command +13763,853787365,"models/lam.py",2418,0,"",python,selection_command +13764,853787397,"models/lam.py",2447,0,"",python,selection_command +13765,853787431,"models/lam.py",2475,0,"",python,selection_command +13766,853787466,"models/lam.py",2501,0,"",python,selection_command +13767,853787498,"models/lam.py",2530,0,"",python,selection_command +13768,853787533,"models/lam.py",2555,0,"",python,selection_command +13769,853787565,"models/lam.py",2611,0,"",python,selection_command +13770,853787598,"models/lam.py",2621,0,"",python,selection_command +13771,853787632,"models/lam.py",2623,0,"",python,selection_command +13772,853787668,"models/lam.py",2647,0,"",python,selection_command +13773,853787700,"models/lam.py",2735,0,"",python,selection_command +13774,853787732,"models/lam.py",2765,0,"",python,selection_command +13775,853787765,"models/lam.py",2807,0,"",python,selection_command +13776,853787800,"models/lam.py",2867,0,"",python,selection_command +13777,853787832,"models/lam.py",2946,0,"",python,selection_command +13778,853787975,"models/lam.py",2867,0,"",python,selection_command +13779,853788231,"models/lam.py",2807,0,"",python,selection_command +13780,853788264,"models/lam.py",2765,0,"",python,selection_command +13781,853788293,"models/lam.py",2735,0,"",python,selection_command +13782,853788327,"models/lam.py",2647,0,"",python,selection_command +13783,853788361,"models/lam.py",2623,0,"",python,selection_command +13784,853788394,"models/lam.py",2621,0,"",python,selection_command +13785,853788428,"models/lam.py",2611,0,"",python,selection_command +13786,853788465,"models/lam.py",2555,0,"",python,selection_command +13787,853788499,"models/lam.py",2530,0,"",python,selection_command +13788,853788532,"models/lam.py",2501,0,"",python,selection_command +13789,853788566,"models/lam.py",2475,0,"",python,selection_command +13790,853788599,"models/lam.py",2447,0,"",python,selection_command +13791,853788632,"models/lam.py",2418,0,"",python,selection_command +13792,853788665,"models/lam.py",2384,0,"",python,selection_command +13793,853788699,"models/lam.py",2358,0,"",python,selection_command +13794,853788733,"models/lam.py",2330,0,"",python,selection_command +13795,853791768,"models/lam.py",2324,0,"latent_dim,\n self.",python,content +13796,853792896,"models/lam.py",2330,0,"",python,selection_command +13797,853793506,"models/lam.py",2292,0,"",python,selection_command +13798,853793961,"models/lam.py",2277,0,"",python,selection_command +13799,853794132,"models/lam.py",2281,0,"",python,selection_command +13800,853794278,"models/lam.py",2282,0,"",python,selection_command +13801,853794615,"models/lam.py",3085,0,"",python,selection_command +13802,853796535,"models/lam.py",3092,0,"",python,selection_command +13803,853796693,"models/lam.py",3093,0,"",python,selection_command +13804,853803978,"models/lam.py",3056,0,"",python,selection_command +13805,853804226,"models/lam.py",3032,0,"",python,selection_command +13806,853804251,"models/lam.py",3030,0,"",python,selection_command +13807,853804290,"models/lam.py",2999,0,"",python,selection_command +13808,853804317,"models/lam.py",2987,0,"",python,selection_command +13809,853804524,"models/lam.py",2908,0,"",python,selection_command +13810,853804824,"models/lam.py",2909,0,"",python,selection_command +13811,853810690,"models/lam.py",2119,0,"",python,selection_keyboard +13812,853811196,"models/lam.py",2148,0,"",python,selection_command +13813,853811447,"models/lam.py",2176,0,"",python,selection_command +13814,853811476,"models/lam.py",2218,0,"",python,selection_command +13815,853811503,"models/lam.py",2248,0,"",python,selection_command +13816,853811537,"models/lam.py",2267,0,"",python,selection_command +13817,853811571,"models/lam.py",2281,0,"",python,selection_command +13818,853811676,"models/lam.py",2319,0,"",python,selection_command +13819,853811842,"models/lam.py",2348,0,"",python,selection_command +13820,853812018,"models/lam.py",2319,0,"",python,selection_command +13821,853812150,"models/lam.py",2323,0,"",python,selection_command +13822,853812312,"models/lam.py",2324,0,"",python,selection_command +13823,853813230,"models/lam.py",2324,10,"",python,content +13824,853814096,"models/lam.py",2324,0,"m",python,content +13825,853814102,"models/lam.py",2325,0,"",python,selection_keyboard +13826,853814156,"models/lam.py",2325,0,"o",python,content +13827,853814160,"models/lam.py",2326,0,"",python,selection_keyboard +13828,853814197,"models/lam.py",2326,0,"d",python,content +13829,853814200,"models/lam.py",2327,0,"",python,selection_keyboard +13830,853814253,"models/lam.py",2327,0,"e",python,content +13831,853814256,"models/lam.py",2328,0,"",python,selection_keyboard +13832,853814397,"models/lam.py",2328,0,"l",python,content +13833,853814399,"models/lam.py",2329,0,"",python,selection_keyboard +13834,853814548,"models/lam.py",2329,0,"_",python,content +13835,853814551,"models/lam.py",2330,0,"",python,selection_keyboard +13836,853814813,"models/lam.py",2330,0,"d",python,content +13837,853814815,"models/lam.py",2331,0,"",python,selection_keyboard +13838,853814907,"models/lam.py",2331,0,"i",python,content +13839,853814909,"models/lam.py",2332,0,"",python,selection_keyboard +13840,853814965,"models/lam.py",2332,0,"m",python,content +13841,853814967,"models/lam.py",2333,0,"",python,selection_keyboard +13842,853815075,"models/lam.py",2332,0,"",python,selection_command +13843,853876492,"models/lam.py",2332,1,"M",python,content +13844,853876519,"models/lam.py",2333,0,"",python,selection_command +13845,853877366,"models/lam.py",2332,1,"m",python,content +13846,853877369,"models/lam.py",2332,0,"",python,selection_command +13847,853878168,"models/lam.py",2307,27," self.model_dim,",python,selection_command +13848,853889911,"models/lam.py",2332,0,"",python,selection_command +13849,853890991,"models/lam.py",2294,0,"",python,selection_command +13850,853891226,"models/lam.py",2277,0,"",python,selection_command +13851,853891362,"models/lam.py",2281,0,"",python,selection_command +13852,853891525,"models/lam.py",2282,0,"",python,selection_command +13853,853894195,"models/lam.py",3084,0,"",python,selection_command +13854,853894898,"models/lam.py",3091,0,"",python,selection_command +13855,853895078,"models/lam.py",3092,0,"",python,selection_command +13856,853895768,"models/lam.py",2880,0,"",python,selection_command +13857,853896315,"models/lam.py",2901,0,"",python,selection_command +13858,853896466,"models/lam.py",2903,0,"",python,selection_command +13859,853896615,"models/lam.py",2907,0,"",python,selection_command +13860,853896748,"models/lam.py",2908,0,"",python,selection_command +13861,853909075,"models/lam.py",2848,0,"",python,selection_command +13862,853909328,"models/lam.py",2806,0,"",python,selection_command +13863,853909358,"models/lam.py",2768,0,"",python,selection_command +13864,853909390,"models/lam.py",2688,0,"",python,selection_command +13865,853909424,"models/lam.py",2651,0,"",python,selection_command +13866,853909457,"models/lam.py",2649,0,"",python,selection_command +13867,853909491,"models/lam.py",2639,0,"",python,selection_command +13868,853909523,"models/lam.py",2596,0,"",python,selection_command +13869,853909557,"models/lam.py",2558,0,"",python,selection_command +13870,853909590,"models/lam.py",2534,0,"",python,selection_command +13871,853909624,"models/lam.py",2504,0,"",python,selection_command +13872,853909660,"models/lam.py",2478,0,"",python,selection_command +13873,853909691,"models/lam.py",2450,0,"",python,selection_command +13874,853909742,"models/lam.py",2421,0,"",python,selection_command +13875,853909760,"models/lam.py",2387,0,"",python,selection_command +13876,853909790,"models/lam.py",2361,0,"",python,selection_command +13877,853909823,"models/lam.py",2333,0,"",python,selection_command +13878,853909970,"models/lam.py",2305,0,"",python,selection_command +13879,853913098,"models/lam.py",1249,0,"",python,selection_command +13880,853915886,"models/lam.py",1169,0,"",python,selection_command +13881,853916390,"utils/nn.py",0,0,"",python,tab +13882,853916394,"utils/nn.py",3927,0,"",python,selection_command +13883,853924256,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(self, model_dim: int, ffn_dim: int, num_latents: int, num_blocks: int, \n num_heads: int, dropout: float, mask_limit: float, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.dynamics = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (1, 1, 1, self.model_dim)\n )\n )\n self.action_up = nnx.Linear(\n # FIXME (f.srambical): think about whether this is actually latent_dim or num_latents\n self.num_latents,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +13884,853924260,"models/dynamics.py",855,13,"STTransformer",python,selection_command +13885,853924478,"models/dynamics.py",867,0,"",python,selection_command +13886,853926793,"models/dynamics.py",839,0,"",python,selection_command +13887,853926995,"models/dynamics.py",843,0,"",python,selection_command +13888,853927146,"models/dynamics.py",844,0,"",python,selection_command +13889,853927925,"models/dynamics.py",2526,0,"",python,selection_command +13890,853929647,"models/dynamics.py",2534,0,"",python,selection_command +13891,853929805,"models/dynamics.py",2535,0,"",python,selection_command +13892,853930549,"models/dynamics.py",2438,0,"",python,selection_command +13893,853933868,"models/dynamics.py",2378,0,"",python,selection_command +13894,853933995,"models/dynamics.py",2388,0,"",python,selection_command +13895,853934183,"models/dynamics.py",2390,0,"",python,selection_command +13896,853934350,"models/dynamics.py",2394,0,"",python,selection_command +13897,853934516,"models/dynamics.py",2395,0,"",python,selection_command +13898,853936935,"models/dynamics.py",2358,0,"",python,selection_command +13899,853937184,"models/dynamics.py",2332,0,"",python,selection_command +13900,853937212,"models/dynamics.py",2330,0,"",python,selection_command +13901,853937245,"models/dynamics.py",2306,0,"",python,selection_command +13902,853937275,"models/dynamics.py",2224,0,"",python,selection_command +13903,853937310,"models/dynamics.py",2180,0,"",python,selection_command +13904,853937343,"models/dynamics.py",2101,0,"",python,selection_command +13905,853937376,"models/dynamics.py",2028,0,"",python,selection_command +13906,853937409,"models/dynamics.py",1967,0,"",python,selection_command +13907,853937443,"models/dynamics.py",1940,0,"",python,selection_command +13908,853937481,"models/dynamics.py",1886,0,"",python,selection_command +13909,853937512,"models/dynamics.py",1856,0,"",python,selection_command +13910,853937544,"models/dynamics.py",1768,0,"",python,selection_command +13911,853937578,"models/dynamics.py",1742,0,"",python,selection_command +13912,853937610,"models/dynamics.py",1740,0,"",python,selection_command +13913,853937643,"models/dynamics.py",1730,0,"",python,selection_command +13914,853937676,"models/dynamics.py",1704,0,"",python,selection_command +13915,853937709,"models/dynamics.py",1662,0,"",python,selection_command +13916,853937743,"models/dynamics.py",1634,0,"",python,selection_command +13917,853937776,"models/dynamics.py",1604,0,"",python,selection_command +13918,853937810,"models/dynamics.py",1506,0,"",python,selection_command +13919,853937843,"models/dynamics.py",1469,0,"",python,selection_command +13920,853937877,"models/dynamics.py",1442,0,"",python,selection_command +13921,853937910,"models/dynamics.py",1432,0,"",python,selection_command +13922,853937943,"models/dynamics.py",1403,0,"",python,selection_command +13923,853937977,"models/dynamics.py",1372,0,"",python,selection_command +13924,853938010,"models/dynamics.py",1326,0,"",python,selection_command +13925,853938043,"models/dynamics.py",1289,0,"",python,selection_command +13926,853938077,"models/dynamics.py",1207,0,"",python,selection_command +13927,853938110,"models/dynamics.py",1180,0,"",python,selection_command +13928,853938144,"models/dynamics.py",1170,0,"",python,selection_command +13929,853938177,"models/dynamics.py",1116,0,"",python,selection_command +13930,853938211,"models/dynamics.py",1089,0,"",python,selection_command +13931,853938243,"models/dynamics.py",1062,0,"",python,selection_command +13932,853938276,"models/dynamics.py",1035,0,"",python,selection_command +13933,853938310,"models/dynamics.py",1008,0,"",python,selection_command +13934,853938344,"models/dynamics.py",979,0,"",python,selection_command +13935,853938377,"models/dynamics.py",949,0,"",python,selection_command +13936,853938412,"models/dynamics.py",922,0,"",python,selection_command +13937,853938672,"models/dynamics.py",895,0,"",python,selection_command +13938,853939636,"models/dynamics.py",856,0,"",python,selection_command +13939,853939783,"models/dynamics.py",869,0,"\n ",python,content +13940,853941207,"models/dynamics.py",882,0,"s",python,content +13941,853941209,"models/dynamics.py",883,0,"",python,selection_keyboard +13942,853941233,"models/dynamics.py",883,0,"e",python,content +13943,853941235,"models/dynamics.py",884,0,"",python,selection_keyboard +13944,853941316,"models/dynamics.py",884,0,"l",python,content +13945,853941318,"models/dynamics.py",885,0,"",python,selection_keyboard +13946,853941402,"models/dynamics.py",885,0,"f",python,content +13947,853941404,"models/dynamics.py",886,0,"",python,selection_keyboard +13948,853941496,"models/dynamics.py",886,0,".",python,content +13949,853941497,"models/dynamics.py",887,0,"",python,selection_keyboard +13950,853942422,"models/dynamics.py",886,0,"",python,selection_command +13951,853943106,"models/dynamics.py",887,0,"",python,selection_command +13952,853943559,"models/dynamics.py",887,0,"m",python,content +13953,853943561,"models/dynamics.py",888,0,"",python,selection_keyboard +13954,853943587,"models/dynamics.py",888,0,"o",python,content +13955,853943590,"models/dynamics.py",889,0,"",python,selection_keyboard +13956,853943621,"models/dynamics.py",889,0,"d",python,content +13957,853943623,"models/dynamics.py",890,0,"",python,selection_keyboard +13958,853943677,"models/dynamics.py",890,0,"e",python,content +13959,853943680,"models/dynamics.py",891,0,"",python,selection_keyboard +13960,853943799,"models/dynamics.py",891,0,"l",python,content +13961,853943802,"models/dynamics.py",892,0,"",python,selection_keyboard +13962,853943963,"models/dynamics.py",892,0,"_",python,content +13963,853943965,"models/dynamics.py",893,0,"",python,selection_keyboard +13964,853944101,"models/dynamics.py",893,0,"d",python,content +13965,853944104,"models/dynamics.py",894,0,"",python,selection_keyboard +13966,853944132,"models/dynamics.py",894,0,"i",python,content +13967,853944134,"models/dynamics.py",895,0,"",python,selection_keyboard +13968,853944186,"models/dynamics.py",895,0,"m",python,content +13969,853944188,"models/dynamics.py",896,0,"",python,selection_keyboard +13970,853944305,"models/dynamics.py",895,0,"",python,selection_command +13971,853945262,"models/dynamics.py",896,0,"",python,selection_command +13972,853945428,"models/dynamics.py",896,0,",",python,content +13973,853945431,"models/dynamics.py",897,0,"",python,selection_keyboard +13974,853945501,"models/dynamics.py",896,0,"",python,selection_command +13975,853946137,"models/dynamics.py",870,27," self.model_dim,",python,selection_command +13976,853950810,"models/dynamics.py",896,0,"",python,selection_command +13977,853966319,"models/dynamics.py",924,0,"",python,selection_command +13978,853966462,"models/dynamics.py",896,0,"",python,selection_command +13979,853969717,"models/dynamics.py",857,0,"",python,selection_command +13980,853969964,"utils/nn.py",0,0,"",python,tab +13981,853969968,"utils/nn.py",3927,0,"",python,selection_command +13982,853973434,"models/tokenizer.py",0,0,"",python,tab +13983,853973439,"models/tokenizer.py",1106,13,"STTransformer",python,selection_command +13984,853973670,"models/tokenizer.py",1118,0,"",python,selection_command +13985,853974079,"models/tokenizer.py",1091,0,"",python,selection_command +13986,853974264,"models/tokenizer.py",1095,0,"",python,selection_command +13987,853974434,"models/tokenizer.py",1096,0,"",python,selection_command +13988,853975435,"models/tokenizer.py",1134,0,"",python,selection_command +13989,853975596,"models/tokenizer.py",1096,0,"",python,selection_command +13990,853976131,"models/tokenizer.py",2761,0,"",python,selection_command +13991,853980952,"models/tokenizer.py",1096,0,"",python,selection_command +13992,853981115,"utils/nn.py",0,0,"",python,tab +13993,853981120,"utils/nn.py",3927,0,"",python,selection_command +13994,853984404,"models/lam.py",0,0,"",python,tab +13995,853984408,"models/lam.py",1169,13,"STTransformer",python,selection_command +13996,853984666,"models/lam.py",1181,0,"",python,selection_command +13997,853985693,"models/lam.py",1207,0,"",python,selection_command +13998,853986255,"models/lam.py",1169,0,"",python,selection_command +13999,853986624,"models/lam.py",1154,0,"",python,selection_command +14000,853986824,"models/lam.py",1158,0,"",python,selection_command +14001,853986973,"models/lam.py",1159,0,"",python,selection_command +14002,853987242,"models/lam.py",3845,0,"",python,selection_command +14003,853998084,"models/lam.py",3852,0,"",python,selection_command +14004,853998235,"models/lam.py",3853,0,"",python,selection_command +14005,853998971,"models/lam.py",3738,0,"",python,selection_command +14006,854000756,"models/lam.py",3753,0,"",python,selection_command +14007,854001002,"models/lam.py",3755,0,"",python,selection_command +14008,854001031,"models/lam.py",3758,0,"",python,selection_command +14009,854001057,"models/lam.py",3759,0,"",python,selection_command +14010,854001090,"models/lam.py",3770,0,"",python,selection_command +14011,854001124,"models/lam.py",3772,0,"",python,selection_command +14012,854001158,"models/lam.py",3782,0,"",python,selection_command +14013,854001590,"models/lam.py",3772,0,"",python,selection_command +14014,854002338,"models/lam.py",3645,0,"",python,selection_command +14015,854002887,"models/lam.py",3738,0,"",python,selection_command +14016,854002964,"models/lam.py",3753,0,"",python,selection_command +14017,854003082,"models/lam.py",3755,0,"",python,selection_command +14018,854003342,"models/lam.py",3758,0,"",python,selection_command +14019,854003369,"models/lam.py",3759,0,"",python,selection_command +14020,854003395,"models/lam.py",3770,0,"",python,selection_command +14021,854003584,"models/lam.py",3772,0,"",python,selection_command +14022,854003759,"models/lam.py",3782,0,"",python,selection_command +14023,854003892,"models/lam.py",3784,0,"",python,selection_command +14024,854004256,"models/lam.py",3521,0,"",python,selection_command +14025,854006950,"models/lam.py",3784,0,"",python,selection_command +14026,854007105,"models/lam.py",3853,0,"",python,selection_command +14027,854007456,"models/lam.py",1159,0,"",python,selection_command +14028,854007635,"utils/nn.py",0,0,"",python,tab +14029,854007641,"utils/nn.py",3927,0,"",python,selection_command +14030,854008252,"models/lam.py",0,0,"",python,tab +14031,854008256,"models/lam.py",1159,0,"",python,selection_command +14032,854008604,"utils/nn.py",0,0,"",python,tab +14033,854008608,"utils/nn.py",3927,0,"",python,selection_command +14034,854011876,"utils/nn.py",0,0,"",python,tab +14035,854011889,"utils/nn.py",38,0,"",python,selection_command +14036,854025161,"utils/nn.py",4834,0,"",python,selection_mouse +14037,854025926,"utils/nn.py",4790,79,"",python,content +14038,854025960,"utils/nn.py",4802,0,"",python,selection_command +14039,854088973,"utils/nn.py",6068,0,"",python,selection_mouse +14040,854177647,"utils/nn.py",6484,0,"",python,selection_mouse +14041,854178678,"utils/nn.py",6449,101," # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param",python,selection_command +14042,854191787,"utils/nn.py",6448,0,"",python,selection_mouse +14043,854191796,"utils/nn.py",6447,0,"",python,selection_command +14044,854192202,"utils/nn.py",6499,0,"",python,selection_mouse +14045,854203068,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +14046,854203071,"utils/nn.py",4461,0,"",python,selection_mouse +14047,854203209,"utils/nn.py",4459,6,"Module",python,selection_mouse +14048,854203344,"utils/nn.py",4434,34,"class VectorQuantizer(nn.Module):\n",python,selection_mouse +14049,854203481,"utils/nn.py",4434,54,"class VectorQuantizer(nn.Module):\n latent_dim: int\n",python,selection_mouse +14050,854203528,"utils/nn.py",4434,75,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n",python,selection_mouse +14051,854203562,"utils/nn.py",4434,94,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n",python,selection_mouse +14052,854203579,"utils/nn.py",4434,95,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n",python,selection_mouse +14053,854203611,"utils/nn.py",4434,116,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n",python,selection_mouse +14054,854203629,"utils/nn.py",4434,151,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n",python,selection_mouse +14055,854203645,"utils/nn.py",4434,175,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n",python,selection_mouse +14056,854203678,"utils/nn.py",4434,203,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n",python,selection_mouse +14057,854203695,"utils/nn.py",4434,252,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n",python,selection_mouse +14058,854203712,"utils/nn.py",4434,305,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n",python,selection_mouse +14059,854203744,"utils/nn.py",4434,319,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n",python,selection_mouse +14060,854203778,"utils/nn.py",4434,329,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n",python,selection_mouse +14061,854203796,"utils/nn.py",4434,395,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n",python,selection_mouse +14062,854203812,"utils/nn.py",4434,414,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n",python,selection_mouse +14063,854203828,"utils/nn.py",4434,457,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n",python,selection_mouse +14064,854203845,"utils/nn.py",4434,553,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n",python,selection_mouse +14065,854203862,"utils/nn.py",4434,578,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n",python,selection_mouse +14066,854203878,"utils/nn.py",4434,668,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n",python,selection_mouse +14067,854203911,"utils/nn.py",4434,689,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n",python,selection_mouse +14068,854204415,"utils/nn.py",4434,740,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n",python,selection_mouse +14069,854204462,"utils/nn.py",4434,800,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n",python,selection_mouse +14070,854204528,"utils/nn.py",4434,801,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n",python,selection_mouse +14071,854204546,"utils/nn.py",4434,846,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n",python,selection_mouse +14072,854204562,"utils/nn.py",4434,894,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n",python,selection_mouse +14073,854204578,"utils/nn.py",4434,930,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n",python,selection_mouse +14074,854204596,"utils/nn.py",4434,975,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n",python,selection_mouse +14075,854204612,"utils/nn.py",4434,1022,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n",python,selection_mouse +14076,854204644,"utils/nn.py",4434,1056,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n",python,selection_mouse +14077,854204727,"utils/nn.py",4434,1057,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n",python,selection_mouse +14078,854205362,"utils/nn.py",4434,1056,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n",python,selection_mouse +14079,854207766,"utils/nn.py",5488,0,"",python,selection_command +14080,854220874,"utils/nn.py",0,0,"",python,tab +14081,854313376,"utils/nn.py",7003,0,"",python,selection_mouse +14082,854433335,"utils/nn.py",7280,0,"",python,selection_mouse +14083,854434353,"utils/nn.py",7243,0,"\n ",python,content +14084,854434472,"utils/nn.py",7252,0,"#",python,content +14085,854434474,"utils/nn.py",7253,0,"",python,selection_keyboard +14086,854434570,"utils/nn.py",7253,0," ",python,content +14087,854434572,"utils/nn.py",7254,0,"",python,selection_keyboard +14088,854434774,"utils/nn.py",7254,0,"F",python,content +14089,854434775,"utils/nn.py",7255,0,"",python,selection_keyboard +14090,854434885,"utils/nn.py",7255,0,"I",python,content +14091,854434887,"utils/nn.py",7256,0,"",python,selection_keyboard +14092,854434907,"utils/nn.py",7256,0,"X",python,content +14093,854434908,"utils/nn.py",7257,0,"",python,selection_keyboard +14094,854435032,"utils/nn.py",7257,0,"M",python,content +14095,854435033,"utils/nn.py",7258,0,"",python,selection_keyboard +14096,854435119,"utils/nn.py",7258,0,"E",python,content +14097,854435120,"utils/nn.py",7259,0,"",python,selection_keyboard +14098,854435181,"utils/nn.py",7259,0,":",python,content +14099,854435184,"utils/nn.py",7260,0,"",python,selection_keyboard +14100,854435304,"utils/nn.py",7260,0," ",python,content +14101,854435305,"utils/nn.py",7261,0,"",python,selection_keyboard +14102,854435848,"utils/nn.py",7261,0,"()",python,content +14103,854435850,"utils/nn.py",7262,0,"",python,selection_keyboard +14104,854435978,"utils/nn.py",7262,0,"f",python,content +14105,854435979,"utils/nn.py",7263,0,"",python,selection_keyboard +14106,854436454,"utils/nn.py",7263,0,".",python,content +14107,854436457,"utils/nn.py",7264,0,"",python,selection_keyboard +14108,854436525,"utils/nn.py",7264,0,"s",python,content +14109,854436528,"utils/nn.py",7265,0,"",python,selection_keyboard +14110,854436591,"utils/nn.py",7265,0,"r",python,content +14111,854436593,"utils/nn.py",7266,0,"",python,selection_keyboard +14112,854436659,"utils/nn.py",7266,0,"a",python,content +14113,854436661,"utils/nn.py",7267,0,"",python,selection_keyboard +14114,854436699,"utils/nn.py",7267,0,"m",python,content +14115,854436701,"utils/nn.py",7268,0,"",python,selection_keyboard +14116,854436872,"utils/nn.py",7268,0,"b",python,content +14117,854436874,"utils/nn.py",7269,0,"",python,selection_keyboard +14118,854436917,"utils/nn.py",7269,0,"i",python,content +14119,854436919,"utils/nn.py",7270,0,"",python,selection_keyboard +14120,854436934,"utils/nn.py",7270,0,"c",python,content +14121,854436936,"utils/nn.py",7271,0,"",python,selection_keyboard +14122,854437003,"utils/nn.py",7271,0,"a",python,content +14123,854437006,"utils/nn.py",7272,0,"",python,selection_keyboard +14124,854437135,"utils/nn.py",7272,0,"l",python,content +14125,854437138,"utils/nn.py",7273,0,"",python,selection_keyboard +14126,854437301,"utils/nn.py",7273,1,")",python,content +14127,854437304,"utils/nn.py",7274,0,"",python,selection_keyboard +14128,854437410,"utils/nn.py",7274,0,":",python,content +14129,854437413,"utils/nn.py",7275,0,"",python,selection_keyboard +14130,854437495,"utils/nn.py",7275,0," ",python,content +14131,854437498,"utils/nn.py",7276,0,"",python,selection_keyboard +14132,854438545,"utils/nn.py",7276,0,"w",python,content +14133,854438549,"utils/nn.py",7277,0,"",python,selection_keyboard +14134,854438628,"utils/nn.py",7277,0,"e",python,content +14135,854438629,"utils/nn.py",7278,0,"",python,selection_keyboard +14136,854438710,"utils/nn.py",7278,0," ",python,content +14137,854438711,"utils/nn.py",7279,0,"",python,selection_keyboard +14138,854438805,"utils/nn.py",7279,0,"a",python,content +14139,854438807,"utils/nn.py",7280,0,"",python,selection_keyboard +14140,854438866,"utils/nn.py",7280,0,"r",python,content +14141,854438868,"utils/nn.py",7281,0,"",python,selection_keyboard +14142,854438963,"utils/nn.py",7281,0,"e",python,content +14143,854438965,"utils/nn.py",7282,0,"",python,selection_keyboard +14144,854439009,"utils/nn.py",7282,0," ",python,content +14145,854439011,"utils/nn.py",7283,0,"",python,selection_keyboard +14146,854439044,"utils/nn.py",7283,0,"n",python,content +14147,854439046,"utils/nn.py",7284,0,"",python,selection_keyboard +14148,854439135,"utils/nn.py",7284,0,"o",python,content +14149,854439136,"utils/nn.py",7285,0,"",python,selection_keyboard +14150,854439211,"utils/nn.py",7285,0,"t",python,content +14151,854439213,"utils/nn.py",7286,0,"",python,selection_keyboard +14152,854439279,"utils/nn.py",7286,0," ",python,content +14153,854439281,"utils/nn.py",7287,0,"",python,selection_keyboard +14154,854439426,"utils/nn.py",7287,0,"u",python,content +14155,854439428,"utils/nn.py",7288,0,"",python,selection_keyboard +14156,854439473,"utils/nn.py",7288,0,"s",python,content +14157,854439476,"utils/nn.py",7289,0,"",python,selection_keyboard +14158,854439586,"utils/nn.py",7289,0,"i",python,content +14159,854439589,"utils/nn.py",7290,0,"",python,selection_keyboard +14160,854439629,"utils/nn.py",7290,0,"n",python,content +14161,854439630,"utils/nn.py",7291,0,"",python,selection_keyboard +14162,854439650,"utils/nn.py",7291,0,"g",python,content +14163,854439653,"utils/nn.py",7292,0,"",python,selection_keyboard +14164,854439724,"utils/nn.py",7292,0," ",python,content +14165,854439727,"utils/nn.py",7293,0,"",python,selection_keyboard +14166,854439849,"utils/nn.py",7293,0,"t",python,content +14167,854439852,"utils/nn.py",7294,0,"",python,selection_keyboard +14168,854439874,"utils/nn.py",7294,0,"h",python,content +14169,854439876,"utils/nn.py",7295,0,"",python,selection_keyboard +14170,854440144,"utils/nn.py",7294,1,"",python,content +14171,854440286,"utils/nn.py",7293,1,"",python,content +14172,854440629,"utils/nn.py",7293,0,"t",python,content +14173,854440631,"utils/nn.py",7294,0,"",python,selection_keyboard +14174,854440709,"utils/nn.py",7294,0,"h",python,content +14175,854440712,"utils/nn.py",7295,0,"",python,selection_keyboard +14176,854440808,"utils/nn.py",7295,0,"e",python,content +14177,854440810,"utils/nn.py",7296,0,"",python,selection_keyboard +14178,854440896,"utils/nn.py",7296,0," ",python,content +14179,854440899,"utils/nn.py",7297,0,"",python,selection_keyboard +14180,854440925,"utils/nn.py",7297,0,"n",python,content +14181,854440927,"utils/nn.py",7298,0,"",python,selection_keyboard +14182,854441001,"utils/nn.py",7298,0,"o",python,content +14183,854441003,"utils/nn.py",7299,0,"",python,selection_keyboard +14184,854441046,"utils/nn.py",7299,0,"r",python,content +14185,854441047,"utils/nn.py",7300,0,"",python,selection_keyboard +14186,854441143,"utils/nn.py",7300,0,"m",python,content +14187,854441145,"utils/nn.py",7301,0,"",python,selection_keyboard +14188,854441164,"utils/nn.py",7301,0,"a",python,content +14189,854441165,"utils/nn.py",7302,0,"",python,selection_keyboard +14190,854441358,"utils/nn.py",7302,0,"l",python,content +14191,854441359,"utils/nn.py",7303,0,"",python,selection_keyboard +14192,854441459,"utils/nn.py",7303,0,"i",python,content +14193,854441460,"utils/nn.py",7304,0,"",python,selection_keyboard +14194,854441478,"utils/nn.py",7304,0,"z",python,content +14195,854441480,"utils/nn.py",7305,0,"",python,selection_keyboard +14196,854441592,"utils/nn.py",7305,0,"e",python,content +14197,854441595,"utils/nn.py",7306,0,"",python,selection_keyboard +14198,854441764,"utils/nn.py",7306,0,"d",python,content +14199,854441766,"utils/nn.py",7307,0,"",python,selection_keyboard +14200,854441868,"utils/nn.py",7307,0," ",python,content +14201,854441872,"utils/nn.py",7308,0,"",python,selection_keyboard +14202,854442138,"utils/nn.py",7308,0,"v",python,content +14203,854442140,"utils/nn.py",7309,0,"",python,selection_keyboard +14204,854442275,"utils/nn.py",7309,0,"a",python,content +14205,854442276,"utils/nn.py",7310,0,"",python,selection_keyboard +14206,854442396,"utils/nn.py",7310,0,"l",python,content +14207,854442398,"utils/nn.py",7311,0,"",python,selection_keyboard +14208,854442476,"utils/nn.py",7311,0,"u",python,content +14209,854442479,"utils/nn.py",7312,0,"",python,selection_keyboard +14210,854442564,"utils/nn.py",7312,0,"e",python,content +14211,854442565,"utils/nn.py",7313,0,"",python,selection_keyboard +14212,854442756,"utils/nn.py",7312,1,"",python,content +14213,854442891,"utils/nn.py",7311,1,"",python,content +14214,854443014,"utils/nn.py",7310,1,"",python,content +14215,854443157,"utils/nn.py",7309,1,"",python,content +14216,854443296,"utils/nn.py",7308,1,"",python,content +14217,854443377,"utils/nn.py",7308,0,"c",python,content +14218,854443378,"utils/nn.py",7309,0,"",python,selection_keyboard +14219,854443498,"utils/nn.py",7309,0,"o",python,content +14220,854443500,"utils/nn.py",7310,0,"",python,selection_keyboard +14221,854443590,"utils/nn.py",7310,0,"d",python,content +14222,854443592,"utils/nn.py",7311,0,"",python,selection_keyboard +14223,854443622,"utils/nn.py",7311,0,"e",python,content +14224,854443624,"utils/nn.py",7312,0,"",python,selection_keyboard +14225,854443713,"utils/nn.py",7312,0,"b",python,content +14226,854443718,"utils/nn.py",7313,0,"",python,selection_keyboard +14227,854443730,"utils/nn.py",7313,0,"o",python,content +14228,854443731,"utils/nn.py",7314,0,"",python,selection_keyboard +14229,854443876,"utils/nn.py",7314,0,"o",python,content +14230,854443878,"utils/nn.py",7315,0,"",python,selection_keyboard +14231,854443933,"utils/nn.py",7315,0,"k",python,content +14232,854443935,"utils/nn.py",7316,0,"",python,selection_keyboard +14233,854444027,"utils/nn.py",7316,0," ",python,content +14234,854444033,"utils/nn.py",7317,0,"",python,selection_keyboard +14235,854444132,"utils/nn.py",7317,0,"h",python,content +14236,854444135,"utils/nn.py",7318,0,"",python,selection_keyboard +14237,854444161,"utils/nn.py",7318,0,"e",python,content +14238,854444163,"utils/nn.py",7319,0,"",python,selection_keyboard +14239,854444226,"utils/nn.py",7319,0,"r",python,content +14240,854444228,"utils/nn.py",7320,0,"",python,selection_keyboard +14241,854444321,"utils/nn.py",7320,0,"e",python,content +14242,854444323,"utils/nn.py",7321,0,"",python,selection_keyboard +14243,854444517,"utils/nn.py",7320,0,"",python,selection_command +14244,854444932,"utils/nn.py",7361,0,"",python,selection_command +14245,854445187,"utils/nn.py",7363,0,"",python,selection_command +14246,854445212,"utils/nn.py",7407,0,"",python,selection_command +14247,854445248,"utils/nn.py",7454,0,"",python,selection_command +14248,854445278,"utils/nn.py",7488,0,"",python,selection_command +14249,854445537,"utils/nn.py",7490,0,"",python,selection_command +14250,854445928,"utils/nn.py",7534,0,"",python,selection_command +14251,854446338,"utils/nn.py",7535,0,"\n # FIXME: (f.srambical): we are not using the normalized codebook here",python,content +14252,854446343,"utils/nn.py",7544,0,"",python,selection_command +14253,854562469,"utils/nn.py",0,0,"",python,tab +14254,854562472,"utils/nn.py",4467,0,"",python,selection_mouse +14255,854562494,"utils/nn.py",4466,0,"",python,selection_command +14256,854562604,"utils/nn.py",4467,0,"",python,selection_mouse +14257,854562610,"utils/nn.py",4466,0,"",python,selection_command +14258,854562624,"utils/nn.py",4466,1,":",python,selection_mouse +14259,854562631,"utils/nn.py",4467,0,"",python,selection_command +14260,854562724,"utils/nn.py",4434,34,"class VectorQuantizer(nn.Module):\n",python,selection_mouse +14261,854562840,"utils/nn.py",4434,54,"class VectorQuantizer(nn.Module):\n latent_dim: int\n",python,selection_mouse +14262,854562858,"utils/nn.py",4434,75,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n",python,selection_mouse +14263,854562875,"utils/nn.py",4434,94,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n",python,selection_mouse +14264,854562891,"utils/nn.py",4434,95,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n",python,selection_mouse +14265,854562907,"utils/nn.py",4434,116,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n",python,selection_mouse +14266,854562973,"utils/nn.py",4434,151,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n",python,selection_mouse +14267,854562991,"utils/nn.py",4434,175,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n",python,selection_mouse +14268,854563008,"utils/nn.py",4434,203,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n",python,selection_mouse +14269,854563024,"utils/nn.py",4434,305,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n",python,selection_mouse +14270,854563041,"utils/nn.py",4434,329,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n",python,selection_mouse +14271,854563058,"utils/nn.py",4434,396,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n",python,selection_mouse +14272,854563074,"utils/nn.py",4434,517,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n",python,selection_mouse +14273,854563091,"utils/nn.py",4434,622,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n",python,selection_mouse +14274,854563107,"utils/nn.py",4434,668,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n",python,selection_mouse +14275,854563124,"utils/nn.py",4434,740,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n",python,selection_mouse +14276,854563141,"utils/nn.py",4434,801,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n",python,selection_mouse +14277,854563158,"utils/nn.py",4434,846,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n",python,selection_mouse +14278,854563173,"utils/nn.py",4434,894,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n",python,selection_mouse +14279,854563190,"utils/nn.py",4434,930,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n",python,selection_mouse +14280,854563223,"utils/nn.py",4434,975,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n",python,selection_mouse +14281,854563241,"utils/nn.py",4434,1022,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n",python,selection_mouse +14282,854563257,"utils/nn.py",4434,1056,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n",python,selection_mouse +14283,854563490,"utils/nn.py",4434,1057,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n",python,selection_mouse +14284,854563557,"utils/nn.py",4434,1102,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n",python,selection_mouse +14285,854563607,"utils/nn.py",4434,1140,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n",python,selection_mouse +14286,854564042,"utils/nn.py",4434,1102,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n",python,selection_mouse +14287,854564059,"utils/nn.py",4434,1057,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n",python,selection_mouse +14288,854564140,"utils/nn.py",4434,1056,"class VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n",python,selection_mouse +14289,854565233,"utils/nn.py",5488,0,"",python,selection_command +14290,854651216,"utils/nn.py",0,0,"",python,tab +14291,854651222,"utils/nn.py",7342,0,"",python,selection_mouse +14292,854653084,"utils/nn.py",6489,0,"",python,selection_mouse +14293,854653727,"utils/nn.py",6549,0,"",python,selection_command +14294,854654946,"utils/nn.py",6449,0,"",python,selection_command +14295,854846523,"utils/nn.py",6232,0,"",python,selection_mouse +14296,854846648,"utils/nn.py",6229,3,"nnx",python,selection_mouse +14297,854846776,"utils/nn.py",6207,35,"class VectorQuantizer(nnx.Module):\n",python,selection_mouse +14298,854846975,"utils/nn.py",6207,126,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n",python,selection_mouse +14299,854846993,"utils/nn.py",6207,163,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n",python,selection_mouse +14300,854847008,"utils/nn.py",6207,202,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n",python,selection_mouse +14301,854847025,"utils/nn.py",6207,344,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n",python,selection_mouse +14302,854847041,"utils/nn.py",6207,435,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n",python,selection_mouse +14303,854847059,"utils/nn.py",6207,518,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n",python,selection_mouse +14304,854847075,"utils/nn.py",6207,543,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n",python,selection_mouse +14305,854847092,"utils/nn.py",6207,601,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n",python,selection_mouse +14306,854847107,"utils/nn.py",6207,662,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n",python,selection_mouse +14307,854847124,"utils/nn.py",6207,722,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n",python,selection_mouse +14308,854847141,"utils/nn.py",6207,783,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n",python,selection_mouse +14309,854847158,"utils/nn.py",6207,833,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n",python,selection_mouse +14310,854847175,"utils/nn.py",6207,900,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n",python,selection_mouse +14311,854847191,"utils/nn.py",6207,943,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n",python,selection_mouse +14312,854847223,"utils/nn.py",6207,944,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n",python,selection_mouse +14313,854847241,"utils/nn.py",6207,989,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n",python,selection_mouse +14314,854847257,"utils/nn.py",6207,1037,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n",python,selection_mouse +14315,854847310,"utils/nn.py",6207,1115,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n # FIXME: (f.srambical): we are not using the normalized codebook here\n",python,selection_mouse +14316,854847346,"utils/nn.py",6207,1249,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n # FIXME: (f.srambical): we are not using the normalized codebook here\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n",python,selection_mouse +14317,854847376,"utils/nn.py",6207,1284,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n # FIXME: (f.srambical): we are not using the normalized codebook here\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n",python,selection_mouse +14318,854847419,"utils/nn.py",6207,1329,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n # FIXME: (f.srambical): we are not using the normalized codebook here\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n",python,selection_mouse +14319,854847623,"utils/nn.py",6207,1407,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n # FIXME: (f.srambical): we are not using the normalized codebook here\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n # FIXME: (f.srambical): we are not using the normalized codebook here\n",python,selection_mouse +14320,854847942,"utils/nn.py",6207,1451,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # FIXME (f.srambical): think about whether the normalize should be outside or inside of Param\n self.codebook = normalize(nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n # FIXME: (f.srambical): we are not using the normalized codebook here\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n # FIXME: (f.srambical): we are not using the normalized codebook here\n return self.codebook.value[indices]\n",python,selection_mouse +14321,854849548,"utils/nn.py",7656,0,"",python,selection_command +14322,854872348,"utils/nn.py",6825,0,"",python,selection_mouse +14323,854872352,"utils/nn.py",6824,0,"",python,selection_command +14324,854923201,"utils/nn.py",6980,0,"",python,selection_mouse +14325,854928324,"utils/nn.py",6225,0,"",python,selection_mouse +14326,854934716,"utils/nn.py",6423,0,"",python,selection_mouse +14327,854946206,"utils/nn.py",6630,0,"",python,selection_mouse +14328,854952529,"utils/nn.py",6589,0,"",python,selection_mouse +14329,854960249,"utils/nn.py",6588,0,"",python,selection_command +14330,854960404,"utils/nn.py",6585,0,"",python,selection_command +14331,854960540,"utils/nn.py",6584,0,"",python,selection_command +14332,854960696,"utils/nn.py",6575,0,"",python,selection_command +14333,854961097,"utils/nn.py",6575,9,"",python,content +14334,854962668,"utils/nn.py",6575,0,"normalize",python,content +14335,854962690,"utils/nn.py",6575,0,"",python,selection_command +14336,854962969,"utils/nn.py",6575,1,"n",python,selection_command +14337,854963022,"utils/nn.py",6575,9,"normalize",python,selection_command +14338,854963186,"utils/nn.py",6575,10,"normalize(",python,selection_command +14339,854963564,"utils/nn.py",6575,9,"normalize",python,selection_command +14340,854963799,"utils/nn.py",6575,10,"normalize(",python,selection_command +14341,854963912,"utils/nn.py",6575,10,"",python,content +14342,854964312,"utils/nn.py",6585,0,"",python,selection_command +14343,854964544,"utils/nn.py",6584,0,"",python,selection_command +14344,854964621,"utils/nn.py",6585,0,"normalize(",python,content +14345,854964623,"utils/nn.py",6594,0,"",python,selection_command +14346,854975282,"utils/nn.py",6569,0,"",python,selection_mouse +14347,854976165,"utils/nn.py",6484,0,"",python,selection_mouse +14348,854976620,"utils/nn.py",6449,102,"",python,content +14349,854976656,"utils/nn.py",6457,0,"",python,selection_command +14350,854989742,"utils/nn.py",6466,0,"",python,selection_mouse +14351,855009606,"utils/nn.py",6900,0,"",python,selection_mouse +14352,855013546,"utils/nn.py",6896,0,"",python,selection_command +14353,855014086,"utils/nn.py",6896,0,"n",python,content +14354,855014092,"utils/nn.py",6897,0,"",python,selection_keyboard +14355,855014188,"utils/nn.py",6897,0,"o",python,content +14356,855014191,"utils/nn.py",6898,0,"",python,selection_keyboard +14357,855014315,"utils/nn.py",6898,0,"r",python,content +14358,855014317,"utils/nn.py",6899,0,"",python,selection_keyboard +14359,855014414,"utils/nn.py",6899,0,"m",python,content +14360,855014416,"utils/nn.py",6900,0,"",python,selection_keyboard +14361,855014959,"utils/nn.py",6900,0,"a",python,content +14362,855014961,"utils/nn.py",6901,0,"",python,selection_keyboard +14363,855015069,"utils/nn.py",6901,0,"l",python,content +14364,855015071,"utils/nn.py",6902,0,"",python,selection_keyboard +14365,855015143,"utils/nn.py",6902,0,"i",python,content +14366,855015148,"utils/nn.py",6903,0,"",python,selection_keyboard +14367,855015246,"utils/nn.py",6903,0,"z",python,content +14368,855015252,"utils/nn.py",6904,0,"",python,selection_keyboard +14369,855015334,"utils/nn.py",6904,0,"e",python,content +14370,855015339,"utils/nn.py",6905,0,"",python,selection_keyboard +14371,855015496,"utils/nn.py",6905,0,"d",python,content +14372,855015500,"utils/nn.py",6906,0,"",python,selection_keyboard +14373,855015679,"utils/nn.py",6906,0,"_",python,content +14374,855015683,"utils/nn.py",6907,0,"",python,selection_keyboard +14375,855015934,"utils/nn.py",6906,0,"",python,selection_command +14376,855025640,"utils/nn.py",7015,0,"",python,selection_mouse +14377,855025657,"utils/nn.py",7014,0,"",python,selection_command +14378,855026557,"utils/nn.py",6983,0,"",python,selection_mouse +14379,855026966,"utils/nn.py",6983,0,"normalized_",python,content +14380,855039768,"utils/nn.py",7183,0,"",python,selection_mouse +14381,855039783,"utils/nn.py",7183,78,".srambical): we are not using the normalized codebook here\n z = self.co",python,selection_mouse +14382,855040902,"utils/nn.py",7260,0,"",python,selection_command +14383,855041242,"utils/nn.py",7259,0,"",python,selection_command +14384,855041375,"utils/nn.py",7258,0,"",python,selection_command +14385,855041526,"utils/nn.py",7254,0,"",python,selection_command +14386,855041678,"utils/nn.py",7254,1,"s",python,selection_command +14387,855041864,"utils/nn.py",7254,4,"self",python,selection_command +14388,855042035,"utils/nn.py",7254,5,"self.",python,selection_command +14389,855042180,"utils/nn.py",7254,13,"self.codebook",python,selection_command +14390,855042329,"utils/nn.py",7254,14,"self.codebook.",python,selection_command +14391,855042631,"utils/nn.py",7254,19,"self.codebook.value",python,selection_command +14392,855042868,"utils/nn.py",7254,19,"",python,content +14393,855042960,"utils/nn.py",7254,0,"n",python,content +14394,855042962,"utils/nn.py",7255,0,"",python,selection_keyboard +14395,855043199,"utils/nn.py",7255,0,"o",python,content +14396,855043202,"utils/nn.py",7256,0,"",python,selection_keyboard +14397,855043303,"utils/nn.py",7256,0,"r",python,content +14398,855043304,"utils/nn.py",7257,0,"",python,selection_keyboard +14399,855043406,"utils/nn.py",7257,0,"m",python,content +14400,855043409,"utils/nn.py",7258,0,"",python,selection_keyboard +14401,855043482,"utils/nn.py",7258,0,"a",python,content +14402,855043484,"utils/nn.py",7259,0,"",python,selection_keyboard +14403,855043570,"utils/nn.py",7259,0,"l",python,content +14404,855043573,"utils/nn.py",7260,0,"",python,selection_keyboard +14405,855044329,"utils/nn.py",7260,0,"ized_codebook",python,content +14406,855044607,"utils/nn.py",7272,0,"",python,selection_command +14407,855045445,"utils/nn.py",7283,0,"",python,selection_command +14408,855045689,"utils/nn.py",7314,0,"",python,selection_command +14409,855045719,"utils/nn.py",7359,0,"",python,selection_command +14410,855045750,"utils/nn.py",7406,0,"",python,selection_command +14411,855045783,"utils/nn.py",7410,0,"",python,selection_command +14412,855045817,"utils/nn.py",7441,0,"",python,selection_command +14413,855045851,"utils/nn.py",7486,0,"",python,selection_command +14414,855046043,"utils/nn.py",7564,0,"",python,selection_command +14415,855046332,"utils/nn.py",7563,0,"",python,selection_command +14416,855046458,"utils/nn.py",7562,0,"",python,selection_command +14417,855046611,"utils/nn.py",7554,0,"",python,selection_command +14418,855046762,"utils/nn.py",7553,0,"",python,selection_command +14419,855047047,"utils/nn.py",7549,0,"",python,selection_command +14420,855047268,"utils/nn.py",7549,1,"s",python,selection_command +14421,855047328,"utils/nn.py",7549,4,"self",python,selection_command +14422,855047487,"utils/nn.py",7549,5,"self.",python,selection_command +14423,855047631,"utils/nn.py",7549,13,"self.codebook",python,selection_command +14424,855047785,"utils/nn.py",7549,14,"self.codebook.",python,selection_command +14425,855048057,"utils/nn.py",7549,14,"",python,content +14426,855048709,"utils/nn.py",7548,0,"",python,selection_command +14427,855048870,"utils/nn.py",7549,0,"",python,selection_command +14428,855049029,"utils/nn.py",7549,5,"",python,content +14429,855049142,"utils/nn.py",7549,0,"n",python,content +14430,855049144,"utils/nn.py",7550,0,"",python,selection_keyboard +14431,855049229,"utils/nn.py",7550,0,"o",python,content +14432,855049232,"utils/nn.py",7551,0,"",python,selection_keyboard +14433,855049370,"utils/nn.py",7551,0,"r",python,content +14434,855049372,"utils/nn.py",7552,0,"",python,selection_keyboard +14435,855049459,"utils/nn.py",7552,0,"m",python,content +14436,855049461,"utils/nn.py",7553,0,"",python,selection_keyboard +14437,855049561,"utils/nn.py",7553,0,"a",python,content +14438,855049564,"utils/nn.py",7554,0,"",python,selection_keyboard +14439,855049647,"utils/nn.py",7554,0,"l",python,content +14440,855049650,"utils/nn.py",7555,0,"",python,selection_keyboard +14441,855049753,"utils/nn.py",7555,0,"i",python,content +14442,855049758,"utils/nn.py",7556,0,"",python,selection_keyboard +14443,855049860,"utils/nn.py",7556,0,"z",python,content +14444,855049864,"utils/nn.py",7557,0,"",python,selection_keyboard +14445,855050086,"utils/nn.py",7557,0,"ed_codebook",python,content +14446,855050324,"utils/nn.py",7567,0,"",python,selection_command +14447,855051094,"utils/nn.py",7489,0,"",python,selection_command +14448,855051523,"utils/nn.py",7456,78,"",python,content +14449,855051553,"utils/nn.py",7464,0,"",python,selection_command +14450,855051694,"utils/nn.py",7419,0,"",python,selection_command +14451,855053009,"utils/nn.py",7410,0,"",python,selection_command +14452,855053896,"utils/nn.py",7419,0,"",python,selection_command +14453,855055097,"utils/nn.py",7464,0,"# FIXME: (f.srambical): we are not using the normalized codebook here\n ",python,content +14454,855055102,"utils/nn.py",7489,0,"",python,selection_command +14455,855055413,"utils/nn.py",7549,19,"value",python,content +14456,855055417,"utils/nn.py",7549,0,"",python,selection_command +14457,855056092,"utils/nn.py",7549,0,"self.codebook.",python,content +14458,855056106,"utils/nn.py",7549,0,"",python,selection_command +14459,855056959,"utils/nn.py",7471,0,"",python,selection_command +14460,855060403,"utils/nn.py",7549,0,"",python,selection_command +14461,855060560,"utils/nn.py",7471,0,"",python,selection_command +14462,855060912,"utils/nn.py",7456,78,"",python,content +14463,855060942,"utils/nn.py",7464,0,"",python,selection_command +14464,855062229,"utils/nn.py",7419,0,"",python,selection_command +14465,855062477,"utils/nn.py",7410,0,"",python,selection_command +14466,855062517,"utils/nn.py",7384,0,"",python,selection_command +14467,855062540,"utils/nn.py",7337,0,"",python,selection_command +14468,855063952,"utils/nn.py",7464,0,"# FIXME: (f.srambical): we are not using the normalized codebook here\n ",python,content +14469,855063983,"utils/nn.py",7471,0,"",python,selection_command +14470,855066236,"utils/nn.py",7456,78,"",python,content +14471,855066264,"utils/nn.py",7464,0,"",python,selection_command +14472,855067058,"utils/nn.py",7419,0,"",python,selection_command +14473,855067314,"utils/nn.py",7410,0,"",python,selection_command +14474,855067344,"utils/nn.py",7384,0,"",python,selection_command +14475,855067368,"utils/nn.py",7337,0,"",python,selection_command +14476,855067400,"utils/nn.py",7292,0,"",python,selection_command +14477,855067435,"utils/nn.py",7283,0,"",python,selection_command +14478,855067648,"utils/nn.py",7250,0,"",python,selection_command +14479,855067817,"utils/nn.py",7172,0,"",python,selection_command +14480,855068131,"utils/nn.py",7164,78,"",python,content +14481,855068162,"utils/nn.py",7172,0,"",python,selection_command +14482,855068980,"utils/nn.py",7205,0,"",python,selection_command +14483,855105845,"utils/nn.py",7206,0,"",python,selection_command +14484,855105936,"utils/nn.py",7251,0,"",python,selection_command +14485,855106161,"utils/nn.py",7298,0,"",python,selection_command +14486,855106326,"utils/nn.py",7332,0,"",python,selection_command +14487,855106464,"utils/nn.py",7333,0,"",python,selection_command +14488,855106610,"utils/nn.py",7378,0,"",python,selection_command +14489,855106861,"utils/nn.py",7378,43," return self.codebook.value[indices]",python,selection_command +14490,855108031,"utils/nn.py",7332,89,"\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14491,855108205,"utils/nn.py",7205,216,"\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14492,855108349,"utils/nn.py",7070,351,"\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14493,855108501,"utils/nn.py",6705,716,"\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14494,855108633,"utils/nn.py",6206,1215,"\nclass VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n self.codebook = nnx.Param(normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14495,855108779,"utils/nn.py",6112,1309,"\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n self.codebook = nnx.Param(normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14496,855109093,"utils/nn.py",6205,1216,"\n\nclass VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n self.codebook = nnx.Param(normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14497,855109840,"utils/nn.py",6206,1215,"\nclass VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n self.codebook = nnx.Param(normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14498,855109977,"utils/nn.py",6207,1214,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n self.codebook = nnx.Param(normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]",python,selection_command +14499,855110145,"utils/nn.py",6207,0,"",python,selection_command +14500,855121971,"utils/nn.py",6206,0,"",python,selection_command +14501,855132966,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n \n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(self, dim: int, ffn_dim: int, num_heads: int, dropout: float, \n param_dtype: jnp.dtype, dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n rngs=rngs\n )\n \n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n rngs=rngs\n )\n \n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype, \n dtype=self.dtype,\n rngs=rngs)\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(self, input_dim: int, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n \n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs\n ))\n \n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n \n for block in self.blocks:\n x = block(x)\n \n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n self.codebook = nnx.Param(normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(),\n (self.num_latents, self.latent_dim)\n )\n ))\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = normalized_codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook.value[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +14502,855132992,"utils/nn.py",38,0,"",python,selection_command +14503,855148947,"utils/nn.py",0,0,"",python,tab +14504,855167642,"utils/nn.py",7343,0,"",python,selection_mouse +14505,855169758,"genie.py",0,0,"",python,tab +14506,855169762,"genie.py",6517,0,"",python,selection_command +14507,855172163,"genie.py",6496,0,"",python,selection_mouse +14508,855189268,"genie.py",0,12074,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(self, in_dim: int, tokenizer_dim: int, tokenizer_ffn_dim: int, \n latent_patch_dim: int, num_patch_latents: int, patch_size: int, \n tokenizer_num_blocks: int, tokenizer_num_heads: int, lam_dim: int, \n lam_ffn_dim: int, latent_action_dim: int, num_latent_actions: int, \n lam_patch_size: int, lam_num_blocks: int, lam_num_heads: int, \n lam_co_train: bool, dyna_dim: int, dyna_ffn_dim: int, \n dyna_num_blocks: int, dyna_num_heads: int, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs, \n dropout: float = 0.0, mask_limit: float = 0.0):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n \n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n \n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(self, dynamics: DynamicsMaskGIT, tokenizer: TokenizerVQVAE, \n temperature: float, sample_argmax: bool, steps: int):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n# FIXME (f.srambical): adjust restore_genie_components to work with new NNX checkpointing logic\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n pass\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,selection_command +14509,855189453,"genie.py",12031,0,"",python,selection_command +14510,855195850,"train_dynamics.py",0,0,"",python,tab +14511,855196133,"train_dynamics.py",0,13187,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n """"""Update state and compute metrics""""""\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n \n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_command +14512,855196235,"train_dynamics.py",13187,0,"",python,selection_command +14513,855223916,"models/tokenizer.py",0,0,"",python,tab +14514,855223935,"models/tokenizer.py",37,0,"",python,selection_command +14515,855294112,"train_dynamics.py",0,0,"",python,tab +14516,855297909,"models/tokenizer.py",0,0,"",python,tab +14517,855303720,"models/tokenizer.py",1081,0,"",python,selection_command +14518,855311903,"utils/nn.py",0,0,"",python,tab +14519,855313393,"utils/nn.py",7341,0,"",python,selection_command +14520,855314112,"genie.py",0,0,"",python,tab +14521,855314116,"genie.py",6517,0,"",python,selection_command +14522,855348312,"genie.py",6480,0,"\n ",python,content +14523,855348445,"genie.py",6489,0,"#",python,content +14524,855348447,"genie.py",6490,0,"",python,selection_keyboard +14525,855348520,"genie.py",6490,0," ",python,content +14526,855348522,"genie.py",6491,0,"",python,selection_keyboard +14527,855348799,"genie.py",6491,0,"F",python,content +14528,855348801,"genie.py",6492,0,"",python,selection_keyboard +14529,855349041,"genie.py",6492,0,"I",python,content +14530,855349042,"genie.py",6493,0,"",python,selection_keyboard +14531,855349106,"genie.py",6493,0,"X",python,content +14532,855349107,"genie.py",6494,0,"",python,selection_keyboard +14533,855349236,"genie.py",6494,0,"M",python,content +14534,855349237,"genie.py",6495,0,"",python,selection_keyboard +14535,855349321,"genie.py",6495,0,"E",python,content +14536,855349322,"genie.py",6496,0,"",python,selection_keyboard +14537,855349454,"genie.py",6496,0,":",python,content +14538,855349455,"genie.py",6497,0,"",python,selection_keyboard +14539,855349557,"genie.py",6497,0," ",python,content +14540,855349559,"genie.py",6498,0,"",python,selection_keyboard +14541,855349733,"genie.py",6498,0,"T",python,content +14542,855349734,"genie.py",6499,0,"",python,selection_keyboard +14543,855350273,"genie.py",6499,0,"h",python,content +14544,855350280,"genie.py",6500,0,"",python,selection_keyboard +14545,855350327,"genie.py",6500,0,"i",python,content +14546,855350328,"genie.py",6501,0,"",python,selection_keyboard +14547,855350382,"genie.py",6501,0,"s",python,content +14548,855350383,"genie.py",6502,0,"",python,selection_keyboard +14549,855350472,"genie.py",6502,0," ",python,content +14550,855350474,"genie.py",6503,0,"",python,selection_keyboard +14551,855350536,"genie.py",6503,0,"i",python,content +14552,855350537,"genie.py",6504,0,"",python,selection_keyboard +14553,855350602,"genie.py",6504,0,"s",python,content +14554,855350603,"genie.py",6505,0,"",python,selection_keyboard +14555,855350688,"genie.py",6505,0," ",python,content +14556,855350689,"genie.py",6506,0,"",python,selection_keyboard +14557,855350908,"genie.py",6506,0,"n",python,content +14558,855350911,"genie.py",6507,0,"",python,selection_keyboard +14559,855350960,"genie.py",6507,0,"u",python,content +14560,855350963,"genie.py",6508,0,"",python,selection_keyboard +14561,855351202,"genie.py",6507,1,"",python,content +14562,855351320,"genie.py",6506,1,"",python,content +14563,855351472,"genie.py",6506,0,"u",python,content +14564,855351473,"genie.py",6507,0,"",python,selection_keyboard +14565,855351535,"genie.py",6507,0,"n",python,content +14566,855351536,"genie.py",6508,0,"",python,selection_keyboard +14567,855351652,"genie.py",6508,0,"n",python,content +14568,855351652,"genie.py",6509,0,"",python,selection_keyboard +14569,855351745,"genie.py",6509,0,"o",python,content +14570,855351746,"genie.py",6510,0,"",python,selection_keyboard +14571,855351894,"genie.py",6510,0,"r",python,content +14572,855351895,"genie.py",6511,0,"",python,selection_keyboard +14573,855351985,"genie.py",6511,0,"m",python,content +14574,855351986,"genie.py",6512,0,"",python,selection_keyboard +14575,855352094,"genie.py",6512,0,"a",python,content +14576,855352097,"genie.py",6513,0,"",python,selection_keyboard +14577,855352173,"genie.py",6513,0,"l",python,content +14578,855352174,"genie.py",6514,0,"",python,selection_keyboard +14579,855352241,"genie.py",6514,0,"i",python,content +14580,855352241,"genie.py",6515,0,"",python,selection_keyboard +14581,855352285,"genie.py",6515,0,"z",python,content +14582,855352286,"genie.py",6516,0,"",python,selection_keyboard +14583,855352356,"genie.py",6516,0,"e",python,content +14584,855352357,"genie.py",6517,0,"",python,selection_keyboard +14585,855352525,"genie.py",6517,0,"d",python,content +14586,855352526,"genie.py",6518,0,"",python,selection_keyboard +14587,855352858,"genie.py",6518,0,".",python,content +14588,855352860,"genie.py",6519,0,"",python,selection_keyboard +14589,855352920,"genie.py",6519,0," ",python,content +14590,855352922,"genie.py",6520,0,"",python,selection_keyboard +14591,855353130,"genie.py",6520,0,"I",python,content +14592,855353131,"genie.py",6521,0,"",python,selection_keyboard +14593,855353306,"genie.py",6521,0,"s",python,content +14594,855353307,"genie.py",6522,0,"",python,selection_keyboard +14595,855353362,"genie.py",6522,0," ",python,content +14596,855353364,"genie.py",6523,0,"",python,selection_keyboard +14597,855353471,"genie.py",6523,0,"t",python,content +14598,855353473,"genie.py",6524,0,"",python,selection_keyboard +14599,855353589,"genie.py",6524,0,"h",python,content +14600,855353589,"genie.py",6525,0,"",python,selection_keyboard +14601,855353620,"genie.py",6525,0,"i",python,content +14602,855353621,"genie.py",6526,0,"",python,selection_keyboard +14603,855353681,"genie.py",6526,0,"s",python,content +14604,855353682,"genie.py",6527,0,"",python,selection_keyboard +14605,855353758,"genie.py",6527,0," ",python,content +14606,855353760,"genie.py",6528,0,"",python,selection_keyboard +14607,855354041,"genie.py",6528,0,"a",python,content +14608,855354044,"genie.py",6529,0,"",python,selection_keyboard +14609,855354121,"genie.py",6529,0," ",python,content +14610,855354122,"genie.py",6530,0,"",python,selection_keyboard +14611,855354254,"genie.py",6530,0,"b",python,content +14612,855354255,"genie.py",6531,0,"",python,selection_keyboard +14613,855354278,"genie.py",6531,0,"u",python,content +14614,855354279,"genie.py",6532,0,"",python,selection_keyboard +14615,855354354,"genie.py",6532,0,"g",python,content +14616,855354355,"genie.py",6533,0,"",python,selection_keyboard +14617,855354659,"genie.py",6533,0,"?",python,content +14618,855354660,"genie.py",6534,0,"",python,selection_keyboard +14619,855354877,"genie.py",6533,0,"",python,selection_command +14620,855355642,"genie.py",6481,53," # FIXME: This is unnormalized. Is this a bug?",python,selection_command +14621,855355717,"genie.py",6481,124," # FIXME: This is unnormalized. Is this a bug? action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])",python,content +14622,855355744,"genie.py",6534,0,"",python,selection_command +14623,855356530,"genie.py",6534,0,"\n ",python,content +14624,855356534,"genie.py",6533,0,"",python,selection_command +14625,855357293,"genie.py",6481,53," # FIXME: This is unnormalized. Is this a bug?",python,selection_command +14626,855357392,"genie.py",6481,124," # FIXME: This is unnormalized. Is this a bug?\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])",python,selection_command +14627,855357637,"genie.py",6587,0,"",python,selection_command +14628,855987544,"genie.py",0,0,"",python,tab +14629,855987567,"genie.py",78,0,"",python,selection_command +14630,855998868,"genie.py",0,0,"",python,tab +14631,856000157,"utils/nn.py",0,0,"",python,tab +14632,856000175,"utils/nn.py",38,0,"",python,selection_command +14633,856015364,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +14634,856015369,"utils/nn.py",4566,0,"",python,selection_mouse +14635,856015486,"utils/nn.py",4563,8,"codebook",python,selection_mouse +14636,856015621,"utils/nn.py",4550,35," self.codebook = normalize(\n",python,selection_mouse +14637,856015806,"utils/nn.py",4550,59," self.codebook = normalize(\n self.param(\n",python,selection_mouse +14638,856016019,"utils/nn.py",4550,87," self.codebook = normalize(\n self.param(\n ""codebook"",\n",python,selection_mouse +14639,856016322,"utils/nn.py",4550,136," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n",python,selection_mouse +14640,856016921,"utils/nn.py",4550,189," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n",python,selection_mouse +14641,856017806,"utils/nn.py",4550,203," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n",python,selection_mouse +14642,856018627,"utils/nn.py",4568,0,"",python,selection_mouse +14643,856018759,"utils/nn.py",4563,8,"codebook",python,selection_mouse +14644,856020593,"utils/nn.py",4605,0,"",python,selection_mouse +14645,856021631,"utils/nn.py",4603,0,"",python,selection_mouse +14646,856021766,"utils/nn.py",4602,5,"param",python,selection_mouse +14647,856024077,"utils/nn.py",4686,0,"",python,selection_mouse +14648,856024211,"utils/nn.py",4685,0,"",python,selection_mouse +14649,856024220,"utils/nn.py",4684,0,"",python,selection_command +14650,856024334,"utils/nn.py",4684,2,",\n",python,selection_mouse +14651,856024346,"utils/nn.py",4657,27,"nitializers.lecun_uniform()",python,selection_mouse +14652,856024354,"utils/nn.py",4685,1,"\n",python,selection_command +14653,856024358,"utils/nn.py",4657,28,"nitializers.lecun_uniform(),",python,selection_mouse +14654,856024391,"utils/nn.py",4658,27,"itializers.lecun_uniform(),",python,selection_mouse +14655,856024804,"utils/nn.py",4658,0,"",python,selection_mouse +14656,856024951,"utils/nn.py",4656,12,"initializers",python,selection_mouse +14657,856025076,"utils/nn.py",4656,13,"initializers.",python,selection_mouse +14658,856025093,"utils/nn.py",4656,26,"initializers.lecun_uniform",python,selection_mouse +14659,856026120,"utils/nn.py",4606,0,"",python,selection_mouse +14660,856026261,"utils/nn.py",4602,5,"param",python,selection_mouse +14661,856026815,"utils/nn.py",4578,0,"",python,selection_mouse +14662,856026951,"utils/nn.py",4574,9,"normalize",python,selection_mouse +14663,856027984,"utils/nn.py",4566,0,"",python,selection_mouse +14664,856028113,"utils/nn.py",4563,8,"codebook",python,selection_mouse +14665,856041547,"utils/nn.py",4368,0,"",python,selection_mouse +14666,856042040,"utils/nn.py",4350,0,"",python,selection_mouse +14667,856042190,"utils/nn.py",4344,9,"normalize",python,selection_mouse +14668,856042306,"utils/nn.py",4340,18,"def normalize(x):\n",python,selection_mouse +14669,856042426,"utils/nn.py",4340,92,"def normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n",python,selection_mouse +14670,856045866,"utils/nn.py",4432,0,"",python,selection_mouse +14671,856048753,"utils/nn.py",5026,0,"",python,selection_mouse +14672,856048863,"utils/nn.py",5020,8,"codebook",python,selection_mouse +14673,856048998,"utils/nn.py",5012,44," codebook = normalize(self.codebook)\n",python,selection_mouse +14674,856052772,"utils/nn.py",5025,0,"",python,selection_mouse +14675,856052917,"utils/nn.py",5020,8,"codebook",python,selection_mouse +14676,856055859,"utils/nn.py",5561,0,"",python,selection_mouse +14677,856055991,"utils/nn.py",5556,8,"codebook",python,selection_mouse +14678,856056118,"utils/nn.py",5536,38," return self.codebook[indices]\n",python,selection_mouse +14679,856058403,"utils/nn.py",5504,0,"",python,selection_mouse +14680,856071639,"utils/nn.py",5082,0,"",python,selection_mouse +14681,856071782,"utils/nn.py",5080,6,"matmul",python,selection_mouse +14682,856071917,"utils/nn.py",5056,46," distance = -jnp.matmul(x, codebook.T)\n",python,selection_mouse +14683,856072299,"utils/nn.py",5038,0,"",python,selection_mouse +14684,856072439,"utils/nn.py",5031,9,"normalize",python,selection_mouse +14685,856072567,"utils/nn.py",5012,44," codebook = normalize(self.codebook)\n",python,selection_mouse +14686,856073952,"utils/nn.py",4579,0,"",python,selection_mouse +14687,856074088,"utils/nn.py",4574,9,"normalize",python,selection_mouse +14688,856078568,"utils/nn.py",4579,0,"",python,selection_mouse +14689,856078706,"utils/nn.py",4574,9,"normalize",python,selection_mouse +14690,856078840,"utils/nn.py",4550,35," self.codebook = normalize(\n",python,selection_mouse +14691,856079076,"utils/nn.py",4550,59," self.codebook = normalize(\n self.param(\n",python,selection_mouse +14692,856079094,"utils/nn.py",4550,136," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n",python,selection_mouse +14693,856079122,"utils/nn.py",4550,189," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n",python,selection_mouse +14694,856079203,"utils/nn.py",4550,203," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n",python,selection_mouse +14695,856079237,"utils/nn.py",4550,213," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n",python,selection_mouse +14696,856079538,"utils/nn.py",4550,279," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n",python,selection_mouse +14697,856079943,"utils/nn.py",4550,213," self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n",python,selection_mouse +14698,856082732,"utils/nn.py",4762,0,"",python,selection_mouse +14699,856082746,"utils/nn.py",4761,0,"",python,selection_command +14700,856088589,"utils/nn.py",0,0,"",python,tab +14701,856088593,"utils/nn.py",6518,0,"",python,selection_mouse +14702,856088734,"utils/nn.py",6510,12,"initializers",python,selection_mouse +14703,856088870,"utils/nn.py",6494,46," nnx.initializers.lecun_uniform()(\n",python,selection_mouse +14704,856095509,"utils/nn.py",6488,0,"",python,selection_mouse +14705,856095639,"utils/nn.py",6483,9,"normalize",python,selection_mouse +14706,856097955,"utils/nn.py",6478,0,"",python,selection_mouse +14707,856098096,"utils/nn.py",6477,5,"Param",python,selection_mouse +14708,856103978,"utils/nn.py",0,0,"",python,tab +14709,856103981,"utils/nn.py",4577,0,"",python,selection_mouse +14710,856104077,"utils/nn.py",4574,9,"normalize",python,selection_mouse +14711,856104742,"utils/nn.py",4606,0,"",python,selection_mouse +14712,856104863,"utils/nn.py",4602,5,"param",python,selection_mouse +14713,856123361,"utils/nn.py",4568,0,"",python,selection_mouse +14714,856123478,"utils/nn.py",4563,8,"codebook",python,selection_mouse +14715,856127019,"utils/nn.py",4578,0,"",python,selection_mouse +14716,856127160,"utils/nn.py",4574,9,"normalize",python,selection_mouse +14717,856127693,"utils/nn.py",4605,0,"",python,selection_mouse +14718,856127815,"utils/nn.py",4602,5,"param",python,selection_mouse +14719,856138134,"utils/nn.py",4566,0,"",python,selection_mouse +14720,856138254,"utils/nn.py",4563,8,"codebook",python,selection_mouse +14721,856152265,"utils/nn.py",4606,0,"",python,selection_mouse +14722,856152395,"utils/nn.py",4602,5,"param",python,selection_mouse +14723,856167628,"utils/nn.py",4576,0,"",python,selection_mouse +14724,856167758,"utils/nn.py",4574,9,"normalize",python,selection_mouse +14725,856169513,"utils/nn.py",4576,0,"",python,selection_mouse +14726,856169648,"utils/nn.py",4574,9,"normalize",python,selection_mouse +14727,856169775,"utils/nn.py",4550,35," self.codebook = normalize(\n",python,selection_mouse +14728,856172598,"utils/nn.py",5562,0,"",python,selection_mouse +14729,856172732,"utils/nn.py",5556,8,"codebook",python,selection_mouse +14730,856172854,"utils/nn.py",5536,38," return self.codebook[indices]\n",python,selection_mouse +14731,856180022,"utils/nn.py",5023,0,"",python,selection_mouse +14732,856184266,"utils/nn.py",5070,0,"",python,selection_mouse +14733,856184400,"utils/nn.py",5064,8,"distance",python,selection_mouse +14734,856184511,"utils/nn.py",5056,46," distance = -jnp.matmul(x, codebook.T)\n",python,selection_mouse +14735,856187912,"utils/nn.py",5025,0,"",python,selection_mouse +14736,856190584,"utils/nn.py",5069,0,"",python,selection_mouse +14737,856190734,"utils/nn.py",5064,8,"distance",python,selection_mouse +14738,856190864,"utils/nn.py",5056,46," distance = -jnp.matmul(x, codebook.T)\n",python,selection_mouse +14739,856197442,"utils/nn.py",5100,0,"",python,selection_command +14740,856198596,"utils/nn.py",5503,0,"",python,selection_mouse +14741,856200161,"utils/nn.py",0,0,"",python,tab +14742,856200166,"utils/nn.py",7345,0,"",python,selection_mouse +14743,856203090,"genie.py",0,0,"",python,tab +14744,856206027,"genie.py",4934,0,"",python,selection_command +14745,856208892,"genie.py",6571,0,"",python,selection_command +14746,856213990,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +14747,856220816,"sample.py",1353,1,"l",python,selection_command +14748,856220927,"sample.py",1405,2,"la",python,selection_command +14749,856221054,"sample.py",1677,3,"lat",python,selection_command +14750,856221176,"sample.py",1677,4,"late",python,selection_command +14751,856221266,"sample.py",1677,5,"laten",python,selection_command +14752,856221387,"sample.py",1677,6,"latent",python,selection_command +14753,856221770,"sample.py",1677,7,"latent_",python,selection_command +14754,856222078,"sample.py",1971,8,"latent_a",python,selection_command +14755,856222172,"sample.py",1971,9,"latent_ac",python,selection_command +14756,856222374,"sample.py",1971,10,"latent_act",python,selection_command +14757,856222408,"sample.py",1971,11,"latent_acti",python,selection_command +14758,856222452,"sample.py",1971,12,"latent_actio",python,selection_command +14759,856222494,"sample.py",1971,13,"latent_action",python,selection_command +14760,856222630,"sample.py",2021,14,"latent_actions",python,selection_command +14761,856223958,"sample.py",2045,14,"latent_actions",python,selection_command +14762,856225313,"sample.py",3332,0,"",python,selection_mouse +14763,856225617,"sample.py",3337,0,"",python,selection_mouse +14764,856227497,"sample.py",3101,0,"",python,selection_mouse +14765,856228254,"sample.py",4166,0,"",python,selection_command +14766,856229520,"sample.py",4205,0,"",python,selection_mouse +14767,856232615,"sample.py",3980,0,"",python,selection_mouse +14768,856235193,"sample.py",4035,0,"",python,selection_mouse +14769,856235266,"sample.py",4035,2,"vq",python,selection_mouse +14770,856235333,"sample.py",4035,3,"vq_",python,selection_mouse +14771,856235415,"sample.py",4035,4,"vq_e",python,selection_mouse +14772,856235551,"sample.py",4035,5,"vq_en",python,selection_mouse +14773,856235687,"sample.py",4035,6,"vq_enc",python,selection_mouse +14774,856235785,"sample.py",4035,7,"vq_enco",python,selection_mouse +14775,856235918,"sample.py",4035,8,"vq_encod",python,selection_mouse +14776,856236018,"sample.py",4035,9,"vq_encode",python,selection_mouse +14777,856237627,"sample.py",4043,0,"",python,selection_command +14778,856238507,"sample.py",4039,0,"",python,selection_mouse +14779,856238647,"genie.py",0,0,"",python,tab +14780,856238653,"genie.py",8740,0,"",python,selection_command +14781,856240326,"genie.py",8862,0,"",python,selection_mouse +14782,856241852,"models/lam.py",0,0,"",python,tab +14783,856241854,"models/lam.py",3374,0,"",python,selection_command +14784,856262639,"genie.py",0,0,"",python,tab +14785,856266956,"genie.py",6571,0,"",python,selection_command +14786,856267342,"utils/nn.py",0,0,"",python,tab +14787,856267343,"utils/nn.py",7341,0,"",python,selection_command +14788,856271974,"genie.py",0,0,"",python,tab +14789,856271979,"genie.py",6571,0,"",python,selection_command +14790,856277742,"models/lam.py",0,0,"",python,tab +14791,856283591,"genie.py",0,0,"",python,tab +14792,856283597,"genie.py",8858,9,"vq_encode",python,selection_command +14793,856283772,"genie.py",8866,0,"",python,selection_command +14794,856284177,"genie.py",8826,0,"",python,selection_command +14795,856284533,"genie.py",8768,0,"",python,selection_command +14796,856284715,"genie.py",8763,0,"",python,selection_command +14797,856284834,"genie.py",8761,0,"",python,selection_command +14798,856284962,"genie.py",8756,0,"",python,selection_command +14799,856285097,"genie.py",8754,0,"",python,selection_command +14800,856285233,"genie.py",8750,0,"",python,selection_command +14801,856285378,"genie.py",8749,0,"",python,selection_command +14802,856285564,"genie.py",8740,0,"",python,selection_command +14803,856285702,"genie.py",8736,0,"",python,selection_command +14804,856286001,"genie.py",8740,0,"",python,selection_command +14805,856286226,"sample.py",0,0,"",python,tab +14806,856286232,"sample.py",4035,0,"",python,selection_command +14807,856289017,"sample.py",3973,0,"",python,selection_command +14808,856289240,"sample.py",3986,0,"",python,selection_command +14809,856289578,"sample.py",3973,0,"",python,selection_command +14810,856293833,"sample.py",4132,0,"",python,selection_command +14811,856294117,"sample.py",4166,0,"",python,selection_command +14812,856294871,"sample.py",4132,0,"",python,selection_command +14813,856295004,"sample.py",4125,0,"",python,selection_command +14814,856295136,"sample.py",4052,0,"",python,selection_command +14815,856295455,"sample.py",4125,0,"",python,selection_command +14816,856295584,"sample.py",4132,0,"",python,selection_command +14817,856295720,"sample.py",4166,0,"",python,selection_command +14818,856296160,"sample.py",3090,0,"",python,selection_command +14819,856297885,"sample.py",3143,0,"",python,selection_command +14820,856298020,"sample.py",3192,0,"",python,selection_command +14821,856298154,"sample.py",3204,0,"",python,selection_command +14822,856298173,"sample.py",3267,0,"",python,selection_command +14823,856298345,"sample.py",3204,0,"",python,selection_command +14824,856298855,"sample.py",3188,62," sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) ",python,selection_command +14825,856301714,"sample.py",3204,0,"",python,selection_command +14826,856302025,"sample.py",3206,0,"",python,selection_command +14827,856302127,"sample.py",3209,0,"",python,selection_command +14828,856302444,"sample.py",3210,0,"",python,selection_command +14829,856302626,"sample.py",3213,0,"",python,selection_command +14830,856302761,"sample.py",3214,0,"",python,selection_command +14831,856302914,"sample.py",3216,0,"",python,selection_command +14832,856303043,"sample.py",3217,0,"",python,selection_command +14833,856303197,"sample.py",3222,0,"",python,selection_command +14834,856303327,"sample.py",3223,0,"",python,selection_command +14835,856303646,"sample.py",2901,0,"",python,selection_command +14836,856304704,"sample.py",2939,0,"",python,selection_command +14837,856305097,"sample.py",2946,0,"",python,selection_command +14838,856305248,"sample.py",2952,0,"",python,selection_command +14839,856305397,"sample.py",2953,0,"",python,selection_command +14840,856305840,"sample.py",2953,1,"s",python,selection_command +14841,856305894,"sample.py",2953,6,"sample",python,selection_command +14842,856310983,"sample.py",2958,0,"",python,selection_command +14843,856311415,"sample.py",2935,103," return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)",python,selection_command +14844,856313001,"sample.py",2958,0,"",python,selection_command +14845,856318809,"utils/nn.py",0,0,"",python,tab +14846,856322612,"utils/nn.py",7395,0,"",python,selection_mouse +14847,856322773,"utils/nn.py",7393,4,"self",python,selection_mouse +14848,856322912,"utils/nn.py",7378,44," return self.codebook.value[indices]\n",python,selection_mouse +14849,856324348,"utils/nn.py",7393,0,"",python,selection_mouse +14850,856327673,"utils/nn.py",7396,0,"",python,selection_mouse +14851,856327829,"utils/nn.py",7393,4,"self",python,selection_mouse +14852,856328060,"utils/nn.py",7393,5,"self.",python,selection_mouse +14853,856328093,"utils/nn.py",7393,13,"self.codebook",python,selection_mouse +14854,856328493,"utils/nn.py",7393,14,"self.codebook.",python,selection_mouse +14855,856328609,"utils/nn.py",7393,19,"self.codebook.value",python,selection_mouse +14856,856328726,"utils/nn.py",7393,20,"self.codebook.value[",python,selection_mouse +14857,856328759,"utils/nn.py",7393,27,"self.codebook.value[indices",python,selection_mouse +14858,856331601,"utils/nn.py",7189,0,"",python,selection_mouse +14859,856331728,"utils/nn.py",7176,19,"normalized_codebook",python,selection_mouse +14860,856334801,"utils/nn.py",7199,0,"",python,selection_mouse +14861,856334934,"utils/nn.py",7196,7,"indices",python,selection_mouse +14862,856335487,"utils/nn.py",7191,0,"",python,selection_mouse +14863,856335638,"utils/nn.py",7176,19,"normalized_codebook",python,selection_mouse +14864,856335867,"utils/nn.py",7176,27,"normalized_codebook[indices",python,selection_mouse +14865,856337819,"utils/nn.py",7202,0,"",python,selection_command +14866,856339880,"utils/nn.py",0,0,"",python,tab +14867,856339893,"utils/nn.py",38,0,"",python,selection_command +14868,856345812,"utils/nn.py",4697,0,"",python,selection_mouse +14869,856345829,"utils/nn.py",4696,0,"",python,selection_command +14870,856348052,"utils/nn.py",6213,0,"",python,selection_command +14871,856351568,"utils/nn.py",0,0,"",python,tab +14872,856351571,"utils/nn.py",5561,0,"",python,selection_mouse +14873,856351695,"utils/nn.py",5556,8,"codebook",python,selection_mouse +14874,856351828,"utils/nn.py",5536,38," return self.codebook[indices]\n",python,selection_mouse +14875,856357577,"utils/nn.py",5561,0,"",python,selection_mouse +14876,856358394,"utils/nn.py",5568,0,"",python,selection_mouse +14877,856359769,"utils/nn.py",5561,0,"",python,selection_mouse +14878,856366480,"utils/nn.py",5349,0,"",python,selection_mouse +14879,856367615,"utils/nn.py",5345,8,"codebook",python,selection_mouse +14880,856367758,"utils/nn.py",5328,35," z = self.codebook[indices]\n",python,selection_mouse +14881,856370979,"utils/nn.py",0,0,"",python,tab +14882,856370982,"utils/nn.py",7186,0,"",python,selection_mouse +14883,856371874,"utils/nn.py",7176,0,"",python,selection_command +14884,856372913,"utils/nn.py",7175,0,"",python,selection_command +14885,856374418,"utils/nn.py",0,0,"",python,tab +14886,856375600,"utils/nn.py",7196,0,"",python,selection_command +14887,856375696,"utils/nn.py",7195,0,"",python,selection_command +14888,856375853,"utils/nn.py",7176,0,"",python,selection_command +14889,856376244,"utils/nn.py",7176,19,"",python,content +14890,856376403,"utils/nn.py",7176,0,"s",python,content +14891,856376404,"utils/nn.py",7177,0,"",python,selection_keyboard +14892,856376525,"utils/nn.py",7177,0,"e",python,content +14893,856376529,"utils/nn.py",7178,0,"",python,selection_keyboard +14894,856376638,"utils/nn.py",7178,0,"l",python,content +14895,856376641,"utils/nn.py",7179,0,"",python,selection_keyboard +14896,856376799,"utils/nn.py",7179,0,".",python,content +14897,856376801,"utils/nn.py",7180,0,"",python,selection_keyboard +14898,856376845,"utils/nn.py",7180,0,"f",python,content +14899,856376846,"utils/nn.py",7181,0,"",python,selection_keyboard +14900,856377035,"utils/nn.py",7181,0,"c",python,content +14901,856377037,"utils/nn.py",7182,0,"",python,selection_keyboard +14902,856377106,"utils/nn.py",7182,0,"o",python,content +14903,856377107,"utils/nn.py",7183,0,"",python,selection_keyboard +14904,856377199,"utils/nn.py",7183,0,"d",python,content +14905,856377202,"utils/nn.py",7184,0,"",python,selection_keyboard +14906,856377232,"utils/nn.py",7184,0,"e",python,content +14907,856377235,"utils/nn.py",7185,0,"",python,selection_keyboard +14908,856377332,"utils/nn.py",7185,0,"b",python,content +14909,856377335,"utils/nn.py",7186,0,"",python,selection_keyboard +14910,856377432,"utils/nn.py",7186,0,"o",python,content +14911,856377435,"utils/nn.py",7187,0,"",python,selection_keyboard +14912,856377572,"utils/nn.py",7187,0,"o",python,content +14913,856377574,"utils/nn.py",7188,0,"",python,selection_keyboard +14914,856377867,"utils/nn.py",7180,8,"",python,content +14915,856378334,"utils/nn.py",7179,1,"",python,content +14916,856378452,"utils/nn.py",7179,0,"f",python,content +14917,856378454,"utils/nn.py",7180,0,"",python,selection_keyboard +14918,856378563,"utils/nn.py",7180,0,".",python,content +14919,856378565,"utils/nn.py",7181,0,"",python,selection_keyboard +14920,856378696,"utils/nn.py",7181,0,"c",python,content +14921,856378699,"utils/nn.py",7182,0,"",python,selection_keyboard +14922,856378857,"utils/nn.py",7182,0,"d",python,content +14923,856378861,"utils/nn.py",7183,0,"",python,selection_keyboard +14924,856379153,"utils/nn.py",7182,1,"",python,content +14925,856379301,"utils/nn.py",7182,0,"o",python,content +14926,856379302,"utils/nn.py",7183,0,"",python,selection_keyboard +14927,856379313,"utils/nn.py",7183,0,"d",python,content +14928,856379314,"utils/nn.py",7184,0,"",python,selection_keyboard +14929,856379380,"utils/nn.py",7184,0,"e",python,content +14930,856379382,"utils/nn.py",7185,0,"",python,selection_keyboard +14931,856379451,"utils/nn.py",7185,0,"b",python,content +14932,856379453,"utils/nn.py",7186,0,"",python,selection_keyboard +14933,856379554,"utils/nn.py",7186,0,"o",python,content +14934,856379558,"utils/nn.py",7187,0,"",python,selection_keyboard +14935,856379646,"utils/nn.py",7187,0,"o",python,content +14936,856379650,"utils/nn.py",7188,0,"",python,selection_keyboard +14937,856379869,"utils/nn.py",7188,0,"k",python,content +14938,856379873,"utils/nn.py",7189,0,"",python,selection_keyboard +14939,856380146,"utils/nn.py",7189,0,".",python,content +14940,856380150,"utils/nn.py",7190,0,"",python,selection_keyboard +14941,856380274,"utils/nn.py",7190,0,"v",python,content +14942,856380277,"utils/nn.py",7191,0,"",python,selection_keyboard +14943,856380331,"utils/nn.py",7191,0,"a",python,content +14944,856380334,"utils/nn.py",7192,0,"",python,selection_keyboard +14945,856380415,"utils/nn.py",7192,0,"l",python,content +14946,856380419,"utils/nn.py",7193,0,"",python,selection_keyboard +14947,856380620,"utils/nn.py",7193,0,"u",python,content +14948,856380624,"utils/nn.py",7194,0,"",python,selection_keyboard +14949,856380687,"utils/nn.py",7194,0,"e",python,content +14950,856380690,"utils/nn.py",7195,0,"",python,selection_keyboard +14951,856380905,"utils/nn.py",7194,0,"",python,selection_command +14952,856382968,"utils/nn.py",0,0,"",python,tab +14953,856385475,"utils/nn.py",0,0,"",python,tab +14954,856386748,"utils/nn.py",0,0,"",python,tab +14955,856386761,"utils/nn.py",7164,0,"",python,selection_command +14956,856387982,"utils/nn.py",0,0,"",python,tab +14957,856388001,"utils/nn.py",38,0,"",python,selection_command +14958,856389885,"utils/nn.py",913,0,"",python,selection_mouse +14959,856389912,"utils/nn.py",912,0,"",python,selection_command +14960,856390711,"utils/nn.py",1723,1,"v",python,selection_command +14961,856390863,"utils/nn.py",6213,2,"Ve",python,selection_command +14962,856390935,"utils/nn.py",6213,3,"Vec",python,selection_command +14963,856391128,"utils/nn.py",6213,4,"Vect",python,selection_command +14964,856391200,"utils/nn.py",6213,5,"Vecto",python,selection_command +14965,856391308,"utils/nn.py",6213,6,"Vector",python,selection_command +14966,856391647,"utils/nn.py",6213,7,"VectorQ",python,selection_command +14967,856392521,"utils/nn.py",6636,0,"",python,selection_mouse +14968,856392538,"utils/nn.py",6635,0,"",python,selection_command +14969,856397035,"utils/nn.py",0,0,"",python,tab +14970,856397038,"utils/nn.py",5563,0,"",python,selection_mouse +14971,856397173,"utils/nn.py",5556,8,"codebook",python,selection_mouse +14972,856397302,"utils/nn.py",5536,38," return self.codebook[indices]\n",python,selection_mouse +14973,856403827,"utils/nn.py",5026,0,"",python,selection_mouse +14974,856408497,"utils/nn.py",0,0,"",python,tab +14975,856408501,"utils/nn.py",6905,0,"",python,selection_mouse +14976,856408641,"utils/nn.py",6896,19,"normalized_codebook",python,selection_mouse +14977,856414348,"utils/nn.py",0,0,"",python,tab +14978,856414351,"utils/nn.py",5067,0,"",python,selection_mouse +14979,856416888,"utils/nn.py",5291,0,"",python,selection_mouse +14980,856431673,"utils/nn.py",0,0,"",python,tab +14981,856431697,"genie.py",0,0,"",python,tab +14982,856433485,"genie.py",8800,0,"",python,selection_command +14983,856433625,"genie.py",8836,0,"",python,selection_command +14984,856433770,"genie.py",8847,0,"",python,selection_command +14985,856433928,"genie.py",8849,0,"",python,selection_command +14986,856434103,"genie.py",8853,0,"",python,selection_command +14987,856434230,"genie.py",8854,0,"",python,selection_command +14988,856434368,"genie.py",8857,0,"",python,selection_command +14989,856434602,"genie.py",8858,0,"",python,selection_command +14990,856434869,"models/lam.py",0,0,"",python,tab +14991,856434871,"models/lam.py",3374,0,"",python,selection_command +14992,856435840,"models/lam.py",3453,0,"",python,selection_command +14993,856435986,"models/lam.py",3489,0,"",python,selection_command +14994,856436137,"models/lam.py",3521,0,"",python,selection_command +14995,856436302,"models/lam.py",3573,0,"",python,selection_command +14996,856436629,"models/lam.py",3521,0,"",python,selection_command +14997,856436802,"models/lam.py",3573,0,"",python,selection_command +14998,856437004,"models/lam.py",3645,0,"",python,selection_command +14999,856437534,"models/lam.py",3738,0,"",python,selection_command +15000,856437789,"models/lam.py",3802,0,"",python,selection_command +15001,856437817,"models/lam.py",3811,0,"",python,selection_command +15002,856437850,"models/lam.py",3836,0,"",python,selection_command +15003,856437883,"models/lam.py",3893,0,"",python,selection_command +15004,856438460,"models/lam.py",3943,0,"",python,selection_command +15005,856438718,"models/lam.py",3974,0,"",python,selection_command +15006,856439034,"models/lam.py",3983,0,"",python,selection_command +15007,856439180,"models/lam.py",4017,0,"",python,selection_command +15008,856439330,"models/lam.py",4069,0,"",python,selection_command +15009,856439490,"models/lam.py",4121,0,"",python,selection_command +15010,856439583,"models/lam.py",4125,0,"",python,selection_command +15011,856439672,"models/lam.py",4073,0,"",python,selection_command +15012,856439891,"models/lam.py",4074,0,"",python,selection_command +15013,856440050,"models/lam.py",4075,0,"",python,selection_command +15014,856440310,"models/lam.py",4077,0,"",python,selection_command +15015,856440341,"models/lam.py",4080,0,"",python,selection_command +15016,856440364,"models/lam.py",4082,0,"",python,selection_command +15017,856440396,"models/lam.py",4090,0,"",python,selection_command +15018,856440428,"models/lam.py",4092,0,"",python,selection_command +15019,856440684,"models/lam.py",4096,0,"",python,selection_command +15020,856440834,"models/lam.py",4097,0,"",python,selection_command +15021,856441072,"models/lam.py",1718,0,"",python,selection_command +15022,856442124,"models/lam.py",1753,0,"",python,selection_command +15023,856442444,"models/lam.py",1718,0,"",python,selection_command +15024,856442610,"models/lam.py",1721,0,"",python,selection_command +15025,856442780,"models/lam.py",1723,0,"",python,selection_command +15026,856443090,"utils/nn.py",0,0,"",python,tab +15027,856443095,"utils/nn.py",6213,0,"",python,selection_command +15028,856443876,"utils/nn.py",6248,0,"",python,selection_command +15029,856444132,"utils/nn.py",6339,0,"",python,selection_command +15030,856444156,"utils/nn.py",6376,0,"",python,selection_command +15031,856444191,"utils/nn.py",6415,0,"",python,selection_command +15032,856444223,"utils/nn.py",6446,0,"",python,selection_command +15033,856444256,"utils/nn.py",6455,0,"",python,selection_command +15034,856444291,"utils/nn.py",6500,0,"",python,selection_command +15035,856444324,"utils/nn.py",6546,0,"",python,selection_command +15036,856444358,"utils/nn.py",6577,0,"",python,selection_command +15037,856444392,"utils/nn.py",6629,0,"",python,selection_command +15038,856444427,"utils/nn.py",6643,0,"",python,selection_command +15039,856444461,"utils/nn.py",6654,0,"",python,selection_command +15040,856444499,"utils/nn.py",6705,0,"",python,selection_command +15041,856444532,"utils/nn.py",6712,0,"",python,selection_command +15042,856444846,"utils/nn.py",6706,17," def __call__(",python,selection_command +15043,856444934,"utils/nn.py",6706,60," def __call__(\n self, x: jax.Array, training: bool",python,selection_command +15044,856445197,"utils/nn.py",6706,120," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:",python,selection_command +15045,856445224,"utils/nn.py",6706,156," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---",python,selection_command +15046,856445252,"utils/nn.py",6706,181," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)",python,selection_command +15047,856445286,"utils/nn.py",6706,242," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)",python,selection_command +15048,856445319,"utils/nn.py",6706,299," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)",python,selection_command +15049,856445356,"utils/nn.py",6706,320," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:",python,selection_command +15050,856445385,"utils/nn.py",6706,363," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)",python,selection_command +15051,856445423,"utils/nn.py",6706,364," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n",python,selection_command +15052,856445453,"utils/nn.py",6706,409," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---",python,selection_command +15053,856445491,"utils/nn.py",6706,457," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)",python,selection_command +15054,856445524,"utils/nn.py",6706,498," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook.value[indices]",python,selection_command +15055,856445558,"utils/nn.py",6706,499," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook.value[indices]\n",python,selection_command +15056,856445591,"utils/nn.py",6706,544," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---",python,selection_command +15057,856445622,"utils/nn.py",6706,591," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)",python,selection_command +15058,856445656,"utils/nn.py",6706,625," def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook.value[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices",python,selection_command +15059,856447474,"utils/nn.py",7304,0,"",python,selection_command +15060,856447604,"utils/nn.py",7257,0,"",python,selection_command +15061,856447857,"utils/nn.py",7212,0,"",python,selection_command +15062,856447896,"utils/nn.py",7205,0,"",python,selection_command +15063,856447920,"utils/nn.py",7170,0,"",python,selection_command +15064,856447955,"utils/nn.py",7122,0,"",python,selection_command +15065,856447997,"utils/nn.py",7077,0,"",python,selection_command +15066,856448020,"utils/nn.py",7070,0,"",python,selection_command +15067,856448052,"utils/nn.py",7033,0,"",python,selection_command +15068,856448086,"utils/nn.py",7012,0,"",python,selection_command +15069,856448119,"utils/nn.py",6955,0,"",python,selection_command +15070,856448153,"utils/nn.py",6894,0,"",python,selection_command +15071,856448573,"utils/nn.py",6888,60," normalized_codebook = normalize(self.codebook.value)",python,selection_command +15072,856448660,"utils/nn.py",6888,117," normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)",python,selection_command +15073,856449029,"utils/nn.py",6955,0,"",python,selection_command +15074,856449128,"utils/nn.py",7012,0,"",python,selection_command +15075,856449280,"utils/nn.py",7033,0,"",python,selection_command +15076,856449415,"utils/nn.py",7070,0,"",python,selection_command +15077,856449553,"utils/nn.py",7077,0,"",python,selection_command +15078,856449744,"utils/nn.py",7122,0,"",python,selection_command +15079,856449951,"utils/nn.py",7170,0,"",python,selection_command +15080,856450351,"utils/nn.py",7164,40," z = self.codebook.value[indices]",python,selection_command +15081,856451787,"utils/nn.py",7170,0,"",python,selection_command +15082,856452052,"utils/nn.py",7205,0,"",python,selection_command +15083,856452303,"utils/nn.py",7212,0,"",python,selection_command +15084,856452332,"utils/nn.py",7257,0,"",python,selection_command +15085,856452356,"utils/nn.py",7304,0,"",python,selection_command +15086,856452389,"utils/nn.py",7332,0,"",python,selection_command +15087,856452422,"utils/nn.py",7339,0,"",python,selection_command +15088,856452549,"utils/nn.py",7384,0,"",python,selection_command +15089,856452827,"utils/nn.py",7378,43," return self.codebook.value[indices]",python,selection_command +15090,856454436,"utils/nn.py",7384,0,"",python,selection_command +15091,856454714,"utils/nn.py",7339,0,"",python,selection_command +15092,856454964,"utils/nn.py",7332,0,"",python,selection_command +15093,856454991,"utils/nn.py",7304,0,"",python,selection_command +15094,856455017,"utils/nn.py",7257,0,"",python,selection_command +15095,856455050,"utils/nn.py",7212,0,"",python,selection_command +15096,856455084,"utils/nn.py",7205,0,"",python,selection_command +15097,856455214,"utils/nn.py",7170,0,"",python,selection_command +15098,856455520,"utils/nn.py",7164,40," z = self.codebook.value[indices]",python,selection_command +15099,856455822,"utils/nn.py",7170,0,"",python,selection_command +15100,856468463,"utils/nn.py",6974,0,"",python,selection_mouse +15101,856470217,"utils/nn.py",6949,56," distance = -jnp.matmul(x, normalized_codebook.T)",python,selection_command +15102,856486237,"utils/nn.py",6974,0,"",python,selection_command +15103,856542563,"genie.py",0,0,"",python,tab +15104,856542569,"genie.py",6508,9,"normalize",python,selection_command +15105,856544839,"genie.py",6523,0,"",python,selection_mouse +15106,856546848,"genie.py",6481,54,"",python,content +15107,856546882,"genie.py",6489,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-7737eb1f-d280-4335-8b81-3697e0d16cc61754428290161-2025_08_05-23.11.37.668/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-7737eb1f-d280-4335-8b81-3697e0d16cc61754428290161-2025_08_05-23.11.37.668/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..041a58c81c662a23f9c2538b41a2f609f07c1548 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-7737eb1f-d280-4335-8b81-3697e0d16cc61754428290161-2025_08_05-23.11.37.668/source.csv @@ -0,0 +1,7 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"requirements.txt",0,0,"dm_pix>=0.4.3\neinops>=0.8.0\nflax>=0.10.7\njax[cuda12]>=0.6.2\noptax>=0.2.3\nprocgen>=0.10.7\ntyro>=0.8.5\nwandb>=0.17.4\ngrain>=0.2.10\npre-commit>=4.2.0\narray-record>=0.7.2\ntqdm>=4.67.1",pip-requirements,tab +2,120,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"11:11:37 PM [info] Activating crowd-code\n11:11:37 PM [info] Recording started\n11:11:37 PM [info] Initializing git provider using file system watchers...\n11:11:37 PM [info] Git repository found\n",Log,tab +3,170,"extension-output-pdoom-org.crowd-code-#1-crowd-code",193,0,"11:11:37 PM [info] Git provider initialized successfully\n11:11:37 PM [info] Initial git state: [object Object]\n",Log,content +4,10451,"requirements.txt",0,0,"",pip-requirements,tab +5,18865,"requirements.txt",179,0,"",pip-requirements,selection_mouse +6,18866,"requirements.txt",178,0,"",pip-requirements,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-7f860396-c5c8-4f1f-8ce7-04e005748e611754402256906-2025_08_05-15.57.44.850/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-7f860396-c5c8-4f1f-8ce7-04e005748e611754402256906-2025_08_05-15.57.44.850/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..58f587797c0483c689f8d96edc66baf4949a4bde --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-7f860396-c5c8-4f1f-8ce7-04e005748e611754402256906-2025_08_05-15.57.44.850/source.csv @@ -0,0 +1,2113 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,2,"experiments/tokenizer_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""${PWD}/data_arrayrecord/dummy""\nckpt_dir=""${PWD}/checkpoints/tokenizer_openai_grain_checkpointing""\n\nmkdir -p $ckpt_dir\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_tokenizer.py \\n --batch_size 24 \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +2,259,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"3:57:44 PM [info] Activating crowd-code\n3:57:44 PM [info] Recording started\n3:57:44 PM [info] Initializing git provider using file system watchers...\n3:57:44 PM [info] Git repository found\n3:57:44 PM [info] Git provider initialized successfully\n3:57:44 PM [info] Initial git state: [object Object]\n",Log,tab +3,2407,"TERMINAL",0,0,"",,terminal_focus +4,2408,"experiments/tokenizer_grain_checkpointing.sh",0,0,"",shellscript,tab +5,3356,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +6,3365,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +7,4862,"TERMINAL",0,0,"scancel --me",,terminal_command +8,4878,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +9,19489,"TERMINAL",0,0,"salloc --gpus=2 --ntasks-per-node=2 --cpus-per-task=1 --mem=100G",,terminal_command +10,19489,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14978\r\n",,terminal_output +11,19616,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +12,20673,"TERMINAL",0,0,"salloc: Nodes hai005 are ready for job\r\n",,terminal_output +13,20960,"TERMINAL",0,0,"Running inside SLURM, Job ID 14978.\r\n",,terminal_output +14,21063,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +15,23010,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +16,23683,"TERMINAL",0,0,"t': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\ro': bash experiments/tokenizer_grain_checkpointing.sh [1@k': bash experiments/tok[1@e': bash experiments/toke",,terminal_output +17,24386,"TERMINAL",0,0,"\r[24@[franz.srambical@hai005.haicore.berlin:~/jafar] $ bash experiments/toke",,terminal_output +18,26153,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +19,34562,"TERMINAL",0,0,"salloc --gpus=2 --ntasks-per-node=2 --cpus-per-task=1 --mem=100Gsalloc: Granted job allocation 14977salloc: Waiting for resource configurationsalloc: Nodes hai004 are ready for jobRunning inside SLURM, Job ID 14977.[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/tokenizer_grain_checkpointing.sh Running on 2 devices.Running on 2 devices.Counting all components: ['decoder', 'encoder', 'vq']Parameter counts:{'decoder': 16858736, 'encoder': 16858752, 'vq': 32768, 'total': 33750256}Counting all components: ['decoder', 'encoder', 'vq']Parameter counts:{'decoder': 16858736, 'encoder': 16858752, 'vq': 32768, 'total': 33750256}WARNING:absl:Dropping 1 examples of 5 examples (shard 2).WARNING:absl:Dropping 1 examples of 5 examples (shard 2).Traceback (most recent call last): File ""/fast/home/franz.srambical/jafar/train_tokenizer.py"", line 303, in restored = checkpoint_manager.restore( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore restored = self._checkpointer.restore(restore_directory, args=args) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore return super().restore(directory, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore restored = self._restore(directory, args=ckpt_args) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore return self._handler.restore(directory, args=args) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore restored[item_name] = handler.restore( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/checkpoint_handlers.py"", line 62, in restore raise ValueError(f""File {filename} does not exist."")ValueError: File /home/franz.srambical/jafar/checkpoints/tokenizer_openai_grain_checkpointing/000015/dataloader_state/process_1-of-2.json does not exist.Traceback (most recent call last): File ""/fast/home/franz.srambical/jafar/train_tokenizer.py"", line 303, in restored = checkpoint_manager.restore( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore restored = self._checkpointer.restore(restore_directory, args=args) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore return super().restore(directory, *args, **kwargs) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore restored = self._restore(directory, args=ckpt_args) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore return self._handler.restore(directory, args=args) File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore restored[item_name] = handler.restore( File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/checkpoint_handlers.py"", line 62, in restore raise ValueError(f""File {filename} does not exist."")ValueError: File /home/franz.srambical/jafar/checkpoints/tokenizer_openai_grain_checkpointing/000015/dataloader_state/process_0-of-2.json does not exist.srun: error: hai004: tasks 0-1: Exited with exit code 1[franz.srambical@hai004.haicore.berlin:~/jafar] $ salloc: Job allocation 14977 has been revoked. srun: Job step aborted: Waiting up to 32 seconds for job step to finish.[2025-08-05T15:57:49.689] error: *** STEP 14977.interactive ON hai004 CANCELLED AT 2025-08-05T15:57:49 DUE to SIGNAL Terminated ***srun: error: hai004: task 0: Killed",,terminal_command +20,38308,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +21,44704,"TERMINAL",0,0,"Counting all components: ['decoder', 'encoder', 'vq']\r\nParameter counts:\r\n{'decoder': 16858736, 'encoder': 16858752, 'vq': 32768, 'total': 33750256}\r\nCounting all components: ['decoder', 'encoder', 'vq']\r\nParameter counts:\r\n{'decoder': 16858736, 'encoder': 16858752, 'vq': 32768, 'total': 33750256}\r\n",,terminal_output +22,47140,"TERMINAL",0,0,"WARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\nWARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\n",,terminal_output +23,47376,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_tokenizer.py"", line 303, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/checkpoint_handlers.py"", line 62, in restore\r\n raise ValueError(f""File {filename} does not exist."")\r\nValueError: File /home/franz.srambical/jafar/checkpoints/tokenizer_openai_grain_checkpointing/000015/dataloader_state/process_0-of-2.json does not exist.\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_tokenizer.py"", line 303, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/checkpoint_handlers.py"", line 62, in restore\r\n raise ValueError(f""File {filename} does not exist."")\r\nValueError: File /home/franz.srambical/jafar/checkpoints/tokenizer_openai_grain_checkpointing/000015/dataloader_state/process_1-of-2.json does not exist.\r\n",,terminal_output +24,48722,"TERMINAL",0,0,"srun: error: hai005: tasks 0-1: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +25,80565,"experiments/tokenizer_grain_checkpointing.sh",460,0,"",shellscript,selection_mouse +26,80566,"experiments/tokenizer_grain_checkpointing.sh",459,0,"",shellscript,selection_command +27,81401,"experiments/tokenizer_grain_checkpointing.sh",437,0,"",shellscript,selection_command +28,81572,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_command +29,81844,"experiments/tokenizer_grain_checkpointing.sh",436,1,"",shellscript,content +30,82078,"experiments/tokenizer_grain_checkpointing.sh",436,0,"1",shellscript,content +31,82078,"experiments/tokenizer_grain_checkpointing.sh",437,0,"",shellscript,selection_keyboard +32,82664,"experiments/tokenizer_grain_checkpointing.sh",436,1,"",shellscript,content +33,82771,"experiments/tokenizer_grain_checkpointing.sh",435,1,"",shellscript,content +34,82821,"experiments/tokenizer_grain_checkpointing.sh",435,0,"1",shellscript,content +35,82822,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_keyboard +36,82904,"experiments/tokenizer_grain_checkpointing.sh",436,0,"2",shellscript,content +37,82904,"experiments/tokenizer_grain_checkpointing.sh",437,0,"",shellscript,selection_keyboard +38,83097,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_command +39,83216,"experiments/tokenizer_grain_checkpointing.sh",458,0,"",shellscript,selection_command +40,83486,"experiments/tokenizer_grain_checkpointing.sh",440,21,"",shellscript,content +41,83497,"experiments/tokenizer_grain_checkpointing.sh",444,0,"",shellscript,selection_command +42,94747,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\n #--dyna_type 'causal' \\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +43,96318,"experiments/dynamics_grain_tok_restore.sh",472,0,"",shellscript,selection_command +44,96354,"experiments/dynamics_grain_tok_restore.sh",504,0,"",shellscript,selection_command +45,96503,"experiments/dynamics_grain_tok_restore.sh",522,0,"",shellscript,selection_command +46,96661,"experiments/dynamics_grain_tok_restore.sh",556,0,"",shellscript,selection_command +47,96809,"experiments/dynamics_grain_tok_restore.sh",558,0,"",shellscript,selection_command +48,96988,"experiments/dynamics_grain_tok_restore.sh",569,0,"",shellscript,selection_command +49,97090,"experiments/dynamics_grain_tok_restore.sh",572,0,"",shellscript,selection_command +50,97330,"experiments/dynamics_grain_tok_restore.sh",569,0,"",shellscript,selection_command +51,97537,"experiments/dynamics_grain_tok_restore.sh",569,2,"",shellscript,content +52,97987,"experiments/dynamics_grain_tok_restore.sh",569,0,"2",shellscript,content +53,97987,"experiments/dynamics_grain_tok_restore.sh",570,0,"",shellscript,selection_keyboard +54,98500,"experiments/dynamics_grain_tok_restore.sh",570,0,"3",shellscript,content +55,98500,"experiments/dynamics_grain_tok_restore.sh",571,0,"",shellscript,selection_keyboard +56,98786,"experiments/dynamics_grain_tok_restore.sh",570,0,"",shellscript,selection_command +57,100009,"experiments/dynamics_grain_tok_restore.sh",570,1,"4",shellscript,content +58,103081,"experiments/dynamics_grain_tok_restore.sh",536,0,"",shellscript,selection_command +59,103206,"experiments/dynamics_grain_tok_restore.sh",516,0,"",shellscript,selection_command +60,103307,"experiments/dynamics_grain_tok_restore.sh",486,0,"",shellscript,selection_command +61,103478,"experiments/dynamics_grain_tok_restore.sh",458,0,"",shellscript,selection_command +62,104228,"experiments/dynamics_grain_tok_restore.sh",440,28,"",shellscript,content +63,104527,"experiments/dynamics_grain_tok_restore.sh",471,0,"\n #--dyna_type 'causal' \",shellscript,content +64,104528,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +65,105051,"experiments/dynamics_grain_tok_restore.sh",476,1,"",shellscript,content +66,109915,"TERMINAL",0,0,"bash experiments/tokenizer_grain_checkpointing.sh ",,terminal_output +67,110599,"TERMINAL",0,0,"",,terminal_output +68,111342,"TERMINAL",0,0,"",,terminal_output +69,111744,"TERMINAL",0,0,"",,terminal_output +70,111960,"TERMINAL",0,0,"",,terminal_output +71,112013,"TERMINAL",0,0,"",,terminal_output +72,112164,"TERMINAL",0,0,"",,terminal_output +73,112293,"TERMINAL",0,0,"",,terminal_output +74,112482,"TERMINAL",0,0,"d",,terminal_output +75,112579,"TERMINAL",0,0,"y",,terminal_output +76,112646,"TERMINAL",0,0,"n",,terminal_output +77,112736,"TERMINAL",0,0,"amics_grain_",,terminal_output +78,113065,"TERMINAL",0,0,"tok",,terminal_output +79,113131,"TERMINAL",0,0,"_",,terminal_output +80,113337,"TERMINAL",0,0,"r",,terminal_output +81,113530,"TERMINAL",0,0,"estore.sh ",,terminal_output +82,113597,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +83,116925,"experiments/dynamics_grain_tok_restore.sh",503,0,"",shellscript,selection_command +84,116958,"experiments/dynamics_grain_tok_restore.sh",521,0,"",shellscript,selection_command +85,118158,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14978.1 tasks 0-1: running\r\n",,terminal_output +86,118336,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14978.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T15:59:43.014] error: *** STEP 14978.1 ON hai005 CANCELLED AT 2025-08-05T15:59:43 DUE to SIGNAL Killed ***\r\n",,terminal_output +87,118465,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +88,119634,"experiments/dynamics_grain_tok_restore.sh",503,0,"",shellscript,selection_command +89,119900,"experiments/dynamics_grain_tok_restore.sh",476,0,"#",shellscript,content +90,119911,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +91,120428,"experiments/dynamics_grain_tok_restore.sh",476,1,"",shellscript,content +92,121004,"experiments/dynamics_grain_tok_restore.sh",444,0,"",shellscript,selection_command +93,121412,"experiments/dynamics_grain_tok_restore.sh",418,0,"",shellscript,selection_command +94,121413,"experiments/dynamics_grain_tok_restore.sh",374,0,"",shellscript,selection_command +95,121413,"experiments/dynamics_grain_tok_restore.sh",369,0,"",shellscript,selection_command +96,121413,"experiments/dynamics_grain_tok_restore.sh",298,0,"",shellscript,selection_command +97,121413,"experiments/dynamics_grain_tok_restore.sh",229,0,"",shellscript,selection_command +98,121549,"experiments/dynamics_grain_tok_restore.sh",190,0,"",shellscript,selection_command +99,122399,"experiments/dynamics_grain_tok_restore.sh",194,0,"",shellscript,selection_command +100,122427,"experiments/dynamics_grain_tok_restore.sh",197,0,"",shellscript,selection_command +101,122889,"experiments/dynamics_grain_tok_restore.sh",196,0,"",shellscript,selection_command +102,123290,"experiments/dynamics_grain_tok_restore.sh",197,0,"",shellscript,selection_command +103,123670,"experiments/dynamics_grain_tok_restore.sh",197,0,"{",shellscript,content +104,123671,"experiments/dynamics_grain_tok_restore.sh",198,0,"",shellscript,selection_keyboard +105,123842,"experiments/dynamics_grain_tok_restore.sh",197,0,"",shellscript,selection_command +106,124033,"experiments/dynamics_grain_tok_restore.sh",198,0,"",shellscript,selection_command +107,124125,"experiments/dynamics_grain_tok_restore.sh",200,0,"",shellscript,selection_command +108,125167,"experiments/dynamics_grain_tok_restore.sh",201,0,"}",shellscript,content +109,125167,"experiments/dynamics_grain_tok_restore.sh",202,0,"",shellscript,selection_command +110,125725,"experiments/dynamics_grain_tok_restore.sh",320,0,"}",shellscript,content +111,125725,"experiments/dynamics_grain_tok_restore.sh",317,0,"{",shellscript,content +112,125725,"experiments/dynamics_grain_tok_restore.sh",241,0,"}",shellscript,content +113,125725,"experiments/dynamics_grain_tok_restore.sh",238,0,"{",shellscript,content +114,126686,"experiments/dynamics_grain_tok_restore.sh",186,0,"",shellscript,selection_command +115,127244,"experiments/tokenizer_grain_checkpointing.sh",0,0,"",shellscript,tab +116,128064,"experiments/tokenizer_grain_checkpointing.sh",446,0,"restore_ckpt \\n --",shellscript,content +117,128068,"experiments/tokenizer_grain_checkpointing.sh",458,0,"",shellscript,selection_command +118,130279,"experiments/tokenizer_grain_checkpointing.sh",437,0,"4",shellscript,content +119,130283,"experiments/tokenizer_grain_checkpointing.sh",435,1,"",shellscript,content +120,130284,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_command +121,130530,"experiments/tokenizer_grain_checkpointing.sh",435,0,"1",shellscript,content +122,130532,"experiments/tokenizer_grain_checkpointing.sh",437,1,"",shellscript,content +123,130532,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_command +124,130709,"experiments/tokenizer_grain_checkpointing.sh",446,21,"",shellscript,content +125,130713,"experiments/tokenizer_grain_checkpointing.sh",456,0,"",shellscript,selection_command +126,133661,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +127,137722,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +128,137994,"TERMINAL",0,0,"[franz.srambical@hai005.haicore.berlin:~/jafar] $ bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +129,138215,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +130,149084,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +131,159011,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +132,159083,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +133,163562,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\nWARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\n",,terminal_output +134,164714,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +135,170605,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 347, in \r\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 469, in restore_genie_components\r\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 815, in restore\r\n tree_memory_size, restored_item = asyncio_utils.run_sync(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py"", line 50, in run_sync\r\n return asyncio.run(coro)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py"", line 44, in run\r\n return loop.run_until_complete(main)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 649, in run_until_complete\r\n return future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 632, in _maybe_deserialize\r\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py"", line 1319, in deserialize\r\n *ret, array_metadatas = await asyncio.gather(*deserialize_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 555, in async_deserialize\r\n return await read_and_create_array(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 510, in read_and_create_array\r\n return jax.make_array_from_single_device_arrays(global_shape, sharding, dbs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 1068, in make_array_from_single_device_arrays\r\n dtype = _get_and_check_dtype(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 700, in _get_and_check_dtype\r\n raise ValueError(\r\nValueError: Building an Array with no addressable shards with `jax.make_array_from_single_device_arrays` is supported only if `jax.config.enable_empty_arrays` is set to True.\r\n",,terminal_output +136,310351,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14978.2 tasks 0-1: running\r\n",,terminal_output +137,310740,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14978.2\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T16:02:55.208] error: *** STEP 14978.2 ON hai005 CANCELLED AT 2025-08-05T16:02:55 DUE to SIGNAL Killed ***\r\n",,terminal_output +138,311002,"TERMINAL",0,0,"e",,terminal_output +139,311221,"TERMINAL",0,0,"xit",,terminal_output +140,311399,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ exit",,terminal_output +141,312134,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\nsrun: error: hai005: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 14978\r\nsalloc: Job allocation 14978 has been revoked.\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +142,318072,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +143,318124,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14980\r\n",,terminal_output +144,318204,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +145,319209,"TERMINAL",0,0,"salloc: Nodes hai005 are ready for job\r\n",,terminal_output +146,319582,"TERMINAL",0,0,"Running inside SLURM, Job ID 14980.\r\n",,terminal_output +147,319661,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +148,321399,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +149,321686,"TERMINAL",0,0,"[48@d': bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +150,321786,"TERMINAL",0,0,"[1@y': bash experiments/dy",,terminal_output +151,321850,"TERMINAL",0,0,"[1@n': bash experiments/dyn",,terminal_output +152,322159,"TERMINAL",0,0,"\r[25@[franz.srambical@hai005.haicore.berlin:~/jafar] $ bash experiments/dyn",,terminal_output +153,322285,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +154,323892,"experiments/dynamics_grain_tok_restore.sh",227,0,"",shellscript,selection_command +155,324084,"experiments/dynamics_grain_tok_restore.sh",298,0,"",shellscript,selection_command +156,324212,"experiments/dynamics_grain_tok_restore.sh",375,0,"",shellscript,selection_command +157,324213,"experiments/dynamics_grain_tok_restore.sh",376,0,"",shellscript,selection_command +158,324213,"experiments/dynamics_grain_tok_restore.sh",420,0,"",shellscript,selection_command +159,324213,"experiments/dynamics_grain_tok_restore.sh",446,0,"",shellscript,selection_command +160,324245,"experiments/dynamics_grain_tok_restore.sh",478,0,"",shellscript,selection_command +161,325705,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14980.0 task 0: running\r\n",,terminal_output +162,325829,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14980.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T16:03:10.561] error: *** STEP 14980.0 ON hai005 CANCELLED AT 2025-08-05T16:03:10 DUE to SIGNAL Killed ***\r\n",,terminal_output +163,325924,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +164,326375,"TERMINAL",0,0,"[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +165,326436,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +166,326921,"experiments/dynamics_grain_tok_restore.sh",505,0,"",shellscript,selection_command +167,327195,"experiments/dynamics_grain_tok_restore.sh",523,0,"",shellscript,selection_command +168,327196,"experiments/dynamics_grain_tok_restore.sh",557,0,"",shellscript,selection_command +169,327373,"experiments/dynamics_grain_tok_restore.sh",561,0,"",shellscript,selection_command +170,327551,"experiments/dynamics_grain_tok_restore.sh",563,0,"",shellscript,selection_command +171,327694,"experiments/dynamics_grain_tok_restore.sh",574,0,"",shellscript,selection_command +172,328080,"experiments/dynamics_grain_tok_restore.sh",574,2,"",shellscript,content +173,328403,"experiments/dynamics_grain_tok_restore.sh",574,0,"1",shellscript,content +174,328403,"experiments/dynamics_grain_tok_restore.sh",575,0,"",shellscript,selection_keyboard +175,328404,"experiments/dynamics_grain_tok_restore.sh",575,0,"2",shellscript,content +176,328404,"experiments/dynamics_grain_tok_restore.sh",576,0,"",shellscript,selection_keyboard +177,328848,"experiments/dynamics_grain_tok_restore.sh",575,0,"",shellscript,selection_command +178,350625,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +179,355121,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +180,361338,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +181,362934,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +182,363815,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +183,365544,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +184,376221,"TERMINAL",0,0,"ERROR:absl:Error occurred in child process with worker_index: 6\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n",,terminal_output +185,376486,"TERMINAL",0,0,"ERROR:absl:Processing Failed. Shutting down.\r\n",,terminal_output +186,379892,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 361, in \r\n for videos in dataloader:\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 355, in \r\n dataloader = (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__\r\n result_record = next(self._iterator)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context\r\n yield from it\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 784, in __next__\r\n raise element\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 616, in _process_elements_in_grain_pool\r\n for element in g_pool:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 498, in __next__\r\n raise self.worker_error_queue.get(timeout=_QUEUE_WAIT_TIMEOUT)\r\ngrain._src.python.grain_pool.RemoteWorkerError: Grain worker 6 failed with the following error:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n\r\n",,terminal_output +187,380661,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +188,415302,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\nclass EpisodeLengthFilter(grain.transforms.Filter):\n """"""\n A Grain Filter that keeps only episodes with sufficient length.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the filter with sequence length requirements.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def filter(self, element: Any) -> bool:\n """"""\n Filters episodes based on length.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n\n Returns:\n True if the episode has sufficient length, False otherwise.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n current_episode_len = element[""sequence_length""]\n if current_episode_len < self.seq_len:\n print(\n f""Filtering out episode with length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}.""\n )\n return False\n\n return True\n\n\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(\n f""Episode length {current_episode_len} is shorter than ""\n f""requested sequence length {self.seq_len}. This should ""\n f""have been filtered out.""\n )\n\n max_start_idx = current_episode_len - self.seq_len\n\n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n\n return seq\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n\n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=None,\n seed=seed,\n )\n\n operations = [\n EpisodeLengthFilter(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n ProcessEpisodeAndSlice(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n )\n\n return dataloader\n",python,tab +189,472815,"tests/data/generate_dummy_data.py",0,0,"import pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 64,\n width: int = 64,\n channels: int = 3,\n num_action_tokens: int = 11,\n vocab_size: int = 68, # default vocab size from minerl\n seed: int = 42,\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n\n output_path.parent.mkdir(parents=True, exist_ok=True)\n\n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i)\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n\n actions = np.random.randint(\n 0,\n vocab_size,\n size=(episode_length, num_action_tokens),\n dtype=np.uint8,\n )\n\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length,\n ""actions"": actions,\n }\n\n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n\n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n\n generate_dummy_arrayrecord(\n dummy_file, num_videos=5, episode_length=16, height=64, width=64, channels=3\n )\n print(f""Generated dummy file: {dummy_file}"")\n",python,tab +190,475771,"tests/data/generate_dummy_data.py",1117,0,"",python,selection_mouse +191,477923,"tests/data/generate_dummy_data.py",924,0,"",python,selection_mouse +192,568136,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +193,610502,"tests/data/generate_dummy_data.py",258,0,"",python,selection_mouse +194,614795,"tests/data/generate_dummy_data.py",258,2,"",python,content +195,614933,"tests/data/generate_dummy_data.py",258,0,"9",python,content +196,614934,"tests/data/generate_dummy_data.py",259,0,"",python,selection_keyboard +197,615084,"tests/data/generate_dummy_data.py",259,0,"0",python,content +198,615085,"tests/data/generate_dummy_data.py",260,0,"",python,selection_keyboard +199,615171,"tests/data/generate_dummy_data.py",259,0,"",python,selection_command +200,615386,"tests/data/generate_dummy_data.py",281,0,"",python,selection_command +201,615686,"tests/data/generate_dummy_data.py",279,0,"",python,selection_command +202,616013,"tests/data/generate_dummy_data.py",279,2,"",python,content +203,617261,"tests/data/generate_dummy_data.py",279,0,"1",python,content +204,617261,"tests/data/generate_dummy_data.py",280,0,"",python,selection_keyboard +205,617500,"tests/data/generate_dummy_data.py",280,0,"6",python,content +206,617501,"tests/data/generate_dummy_data.py",281,0,"",python,selection_keyboard +207,617563,"tests/data/generate_dummy_data.py",281,0,"0",python,content +208,617563,"tests/data/generate_dummy_data.py",282,0,"",python,selection_keyboard +209,617769,"tests/data/generate_dummy_data.py",281,0,"",python,selection_command +210,629193,"tests/data/generate_dummy_data.py",1484,0,"",python,selection_mouse +211,635272,"tests/data/generate_dummy_data.py",1536,0,"",python,selection_command +212,635391,"tests/data/generate_dummy_data.py",1584,0,"",python,selection_command +213,635718,"tests/data/generate_dummy_data.py",1565,0,"",python,selection_command +214,636507,"tests/data/generate_dummy_data.py",1517,0,"",python,selection_command +215,636534,"tests/data/generate_dummy_data.py",1465,0,"",python,selection_command +216,636742,"tests/data/generate_dummy_data.py",1474,0,"",python,selection_command +217,636860,"tests/data/generate_dummy_data.py",1476,0,"",python,selection_command +218,637033,"tests/data/generate_dummy_data.py",1480,0,"",python,selection_command +219,637236,"tests/data/generate_dummy_data.py",1482,0,"",python,selection_command +220,637888,"tests/data/generate_dummy_data.py",1482,1,"t",python,selection_command +221,637926,"tests/data/generate_dummy_data.py",1482,5,"tests",python,selection_command +222,638259,"tests/data/generate_dummy_data.py",1482,6,"tests/",python,selection_command +223,638465,"tests/data/generate_dummy_data.py",1482,10,"tests/data",python,selection_command +224,638603,"tests/data/generate_dummy_data.py",1482,11,"tests/data/",python,selection_command +225,638781,"tests/data/generate_dummy_data.py",1482,28,"tests/data/dummy_arrayrecord",python,selection_command +226,639817,"tests/data/generate_dummy_data.py",1482,27,"tests/data/dummy_arrayrecor",python,selection_command +227,640072,"tests/data/generate_dummy_data.py",1482,26,"tests/data/dummy_arrayreco",python,selection_command +228,640113,"tests/data/generate_dummy_data.py",1482,25,"tests/data/dummy_arrayrec",python,selection_command +229,640133,"tests/data/generate_dummy_data.py",1482,24,"tests/data/dummy_arrayre",python,selection_command +230,640163,"tests/data/generate_dummy_data.py",1482,23,"tests/data/dummy_arrayr",python,selection_command +231,640193,"tests/data/generate_dummy_data.py",1482,22,"tests/data/dummy_array",python,selection_command +232,640230,"tests/data/generate_dummy_data.py",1482,21,"tests/data/dummy_arra",python,selection_command +233,640264,"tests/data/generate_dummy_data.py",1482,20,"tests/data/dummy_arr",python,selection_command +234,640294,"tests/data/generate_dummy_data.py",1482,19,"tests/data/dummy_ar",python,selection_command +235,640328,"tests/data/generate_dummy_data.py",1482,18,"tests/data/dummy_a",python,selection_command +236,640361,"tests/data/generate_dummy_data.py",1482,17,"tests/data/dummy_",python,selection_command +237,640394,"tests/data/generate_dummy_data.py",1482,16,"tests/data/dummy",python,selection_command +238,640427,"tests/data/generate_dummy_data.py",1482,15,"tests/data/dumm",python,selection_command +239,640461,"tests/data/generate_dummy_data.py",1482,14,"tests/data/dum",python,selection_command +240,640494,"tests/data/generate_dummy_data.py",1482,13,"tests/data/du",python,selection_command +241,640527,"tests/data/generate_dummy_data.py",1482,12,"tests/data/d",python,selection_command +242,640563,"tests/data/generate_dummy_data.py",1482,11,"tests/data/",python,selection_command +243,640594,"tests/data/generate_dummy_data.py",1482,10,"tests/data",python,selection_command +244,640627,"tests/data/generate_dummy_data.py",1482,9,"tests/dat",python,selection_command +245,640908,"tests/data/generate_dummy_data.py",1482,10,"tests/data",python,selection_command +246,641153,"tests/data/generate_dummy_data.py",1482,11,"tests/data/",python,selection_command +247,641182,"tests/data/generate_dummy_data.py",1482,12,"tests/data/d",python,selection_command +248,641207,"tests/data/generate_dummy_data.py",1482,13,"tests/data/du",python,selection_command +249,641240,"tests/data/generate_dummy_data.py",1482,14,"tests/data/dum",python,selection_command +250,641272,"tests/data/generate_dummy_data.py",1482,15,"tests/data/dumm",python,selection_command +251,641334,"tests/data/generate_dummy_data.py",1482,16,"tests/data/dummy",python,selection_command +252,641611,"tests/data/generate_dummy_data.py",1482,16,"",python,content +253,641901,"tests/data/generate_dummy_data.py",1482,0,"d",python,content +254,641901,"tests/data/generate_dummy_data.py",1483,0,"",python,selection_keyboard +255,641916,"tests/data/generate_dummy_data.py",1483,0,"a",python,content +256,641916,"tests/data/generate_dummy_data.py",1484,0,"",python,selection_keyboard +257,642020,"tests/data/generate_dummy_data.py",1484,0,"t",python,content +258,642020,"tests/data/generate_dummy_data.py",1485,0,"",python,selection_keyboard +259,642102,"tests/data/generate_dummy_data.py",1485,0,"a",python,content +260,642103,"tests/data/generate_dummy_data.py",1486,0,"",python,selection_keyboard +261,642624,"tests/data/generate_dummy_data.py",1485,0,"",python,selection_command +262,643946,"tests/data/generate_dummy_data.py",1497,0,"",python,selection_command +263,644204,"tests/data/generate_dummy_data.py",1498,0,"",python,selection_command +264,644346,"tests/data/generate_dummy_data.py",1498,0,"/",python,content +265,644346,"tests/data/generate_dummy_data.py",1499,0,"",python,selection_keyboard +266,644472,"tests/data/generate_dummy_data.py",1499,0," ",python,content +267,644472,"tests/data/generate_dummy_data.py",1500,0,"",python,selection_keyboard +268,644596,"tests/data/generate_dummy_data.py",1500,0,"d",python,content +269,644596,"tests/data/generate_dummy_data.py",1501,0,"",python,selection_keyboard +270,644870,"tests/data/generate_dummy_data.py",1500,1,"",python,content +271,644917,"tests/data/generate_dummy_data.py",1499,1,"",python,content +272,645018,"tests/data/generate_dummy_data.py",1499,0,"d",python,content +273,645018,"tests/data/generate_dummy_data.py",1500,0,"",python,selection_keyboard +274,645197,"tests/data/generate_dummy_data.py",1500,0,"u",python,content +275,645198,"tests/data/generate_dummy_data.py",1501,0,"",python,selection_keyboard +276,645395,"tests/data/generate_dummy_data.py",1501,0,"m",python,content +277,645395,"tests/data/generate_dummy_data.py",1502,0,"",python,selection_keyboard +278,645456,"tests/data/generate_dummy_data.py",1502,0,"m",python,content +279,645456,"tests/data/generate_dummy_data.py",1503,0,"",python,selection_keyboard +280,645722,"tests/data/generate_dummy_data.py",1503,0,"y",python,content +281,645722,"tests/data/generate_dummy_data.py",1504,0,"",python,selection_keyboard +282,645735,"tests/data/generate_dummy_data.py",1503,0,"",python,selection_command +283,645953,"tests/data/generate_dummy_data.py",1461,0,"",python,selection_command +284,655864,"tests/data/generate_dummy_data.py",1433,0,"",python,selection_mouse +285,658305,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +286,661576,"TERMINAL",0,0,"",,terminal_output +287,661801,"TERMINAL",0,0,"p",,terminal_output +288,661974,"TERMINAL",0,0,"y",,terminal_output +289,662357,"TERMINAL",0,0,"",,terminal_output +290,662635,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +291,662868,"TERMINAL",0,0,"[48@o': bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +292,663023,"TERMINAL",0,0,"\ru': source /home/franz.srambical/jafar/.venv/bin/activate\r\r[8@failed reverse-i-search)`ous': sou",,terminal_output +293,663846,"TERMINAL",0,0,"\r[18@[franz.srambical@hai005.haicore.berlin:~/jafar] $\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +294,664419,"TERMINAL",0,0,"py",,terminal_output +295,664603,"TERMINAL",0,0,"t",,terminal_output +296,664692,"TERMINAL",0,0,"ho",,terminal_output +297,664752,"TERMINAL",0,0,"n",,terminal_output +298,664814,"TERMINAL",0,0," ",,terminal_output +299,665120,"TERMINAL",0,0,"g",,terminal_output +300,665205,"TERMINAL",0,0,"e",,terminal_output +301,665268,"TERMINAL",0,0,"ne",,terminal_output +302,665339,"TERMINAL",0,0,"r",,terminal_output +303,665645,"TERMINAL",0,0,"ate_",,terminal_output +304,665792,"TERMINAL",0,0,"",,terminal_output +305,666229,"TERMINAL",0,0,"",,terminal_output +306,666483,"TERMINAL",0,0,"",,terminal_output +307,666604,"TERMINAL",0,0,"",,terminal_output +308,666792,"TERMINAL",0,0,"t",,terminal_output +309,666855,"TERMINAL",0,0,"e",,terminal_output +310,666915,"TERMINAL",0,0,"s",,terminal_output +311,666986,"TERMINAL",0,0,"t",,terminal_output +312,667276,"TERMINAL",0,0,"s/",,terminal_output +313,667805,"TERMINAL",0,0,"d",,terminal_output +314,667919,"TERMINAL",0,0,"a",,terminal_output +315,668173,"TERMINAL",0,0,"ta/",,terminal_output +316,668378,"TERMINAL",0,0,"g",,terminal_output +317,668512,"TERMINAL",0,0,"enerate_dummy_data.py ",,terminal_output +318,668919,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +319,669315,"TERMINAL",0,0,"Generating dummy ArrayRecord file at data_arrayrecord/dummy/dummy_test_shard.array_record\r\nDummy ArrayRecord generation complete.\r\nGenerated dummy file: data_arrayrecord/dummy/dummy_test_shard.array_record\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +320,676064,"TERMINAL",0,0,"(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ python tests/data/generate_dummy_data.py ",,terminal_output +321,676152,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +322,676749,"TERMINAL",0,0,"python tests/data/generate_dummy_data.py ",,terminal_output +323,676843,"TERMINAL",0,0,"",,terminal_output +324,676922,"TERMINAL",0,0,"",,terminal_output +325,677145,"TERMINAL",0,0,"d",,terminal_output +326,677348,"TERMINAL",0,0,"ea",,terminal_output +327,677509,"TERMINAL",0,0,"c",,terminal_output +328,677733,"TERMINAL",0,0,"tivate ",,terminal_output +329,677825,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +330,678123,"TERMINAL",0,0,"[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +331,678306,"TERMINAL",0,0,"deactivate ",,terminal_output +332,678478,"TERMINAL",0,0,"[30@python tests/data/generate_dummy_data.py",,terminal_output +333,679511,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +334,679952,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +335,680859,"TERMINAL",0,0,"d",,terminal_output +336,681046,"TERMINAL",0,0,"e",,terminal_output +337,681117,"TERMINAL",0,0,"a",,terminal_output +338,681329,"TERMINAL",0,0,"",,terminal_output +339,681694,"TERMINAL",0,0,"\r\n[?2004l\rbash: dea: command not found\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +340,682364,"TERMINAL",0,0,"d",,terminal_output +341,682642,"TERMINAL",0,0,"e",,terminal_output +342,682703,"TERMINAL",0,0,"a",,terminal_output +343,682854,"TERMINAL",0,0,"c",,terminal_output +344,683071,"TERMINAL",0,0,"tivate ",,terminal_output +345,683505,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +346,684036,"TERMINAL",0,0,"[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +347,684112,"TERMINAL",0,0,"deactivate ",,terminal_output +348,684270,"TERMINAL",0,0,"",,terminal_output +349,684786,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +350,685318,"TERMINAL",0,0,"\rdeactivate ",,terminal_output +351,686056,"TERMINAL",0,0,"[30@python tests/data/generate_dummy_data.py",,terminal_output +352,687288,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +353,687866,"TERMINAL",0,0,"\rpython tests/data/generate_dummy_data.py ",,terminal_output +354,688342,"TERMINAL",0,0,"deactivate ",,terminal_output +355,688542,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +356,688670,"TERMINAL",0,0,"\rdea",,terminal_output +357,689291,"TERMINAL",0,0,"ctivate ",,terminal_output +358,689370,"TERMINAL",0,0,"deactivate ",,terminal_output +359,689580,"TERMINAL",0,0,"",,terminal_output +360,689940,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +361,690625,"TERMINAL",0,0,"\rdeactivate ",,terminal_output +362,690991,"TERMINAL",0,0,"[30@python tests/data/generate_dummy_data.py",,terminal_output +363,692352,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +364,692529,"TERMINAL",0,0,"\r",,terminal_output +365,693034,"TERMINAL",0,0,"exit",,terminal_output +366,693389,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +367,694449,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +368,699232,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +369,705330,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +370,706983,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +371,707580,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +372,714791,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +373,726056,"TERMINAL",0,0,"ERROR:absl:Error occurred in child process with worker_index: 7\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\nERROR:absl:Error occurred in child process with worker_index: 2\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\nERROR:absl:Processing Failed. Shutting down.\r\n",,terminal_output +374,734056,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 361, in \r\n for videos in dataloader:\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 355, in \r\n dataloader = (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__\r\n result_record = next(self._iterator)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context\r\n yield from it\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 784, in __next__\r\n raise element\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 616, in _process_elements_in_grain_pool\r\n for element in g_pool:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 498, in __next__\r\n raise self.worker_error_queue.get(timeout=_QUEUE_WAIT_TIMEOUT)\r\ngrain._src.python.grain_pool.RemoteWorkerError: Grain worker 7 failed with the following error:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n\r\n",,terminal_output +375,735057,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +376,3020689,"tests/data/generate_dummy_data.py",246,0,"",python,selection_mouse +377,3021019,"tests/data/generate_dummy_data.py",269,0,"",python,selection_mouse +378,3044198,"TERMINAL",0,0,"[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +379,3044441,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +380,3046080,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +381,3048411,"tests/data/generate_dummy_data.py",572,0,"",python,selection_mouse +382,3051117,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +383,3057542,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +384,3058800,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +385,3058903,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 315, in \r\n grain_dataloader = get_dataloader(\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 114, in get_dataloader\r\n raise ValueError(""array_record_paths list cannot be empty."")\r\nValueError: array_record_paths list cannot be empty.\r\n",,terminal_output +386,3059577,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +387,3150297,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh deactivate ",,terminal_output +388,3151081,"TERMINAL",0,0,"",,terminal_output +389,3151423,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +390,3153165,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +391,3154669,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +392,3155093,"TERMINAL",0,0,"[48@p': bash experiments/dynamics_grain_tok_restore.sh\ry': python tests/data/generate_dummy_data.py",,terminal_output +393,3155271,"TERMINAL",0,0,"\r[1@t': python tests/data/generate_dummy_data.py\r[1@h': pyth",,terminal_output +394,3155439,"TERMINAL",0,0,"[1@o': pytho[1@n': python",,terminal_output +395,3155619,"TERMINAL",0,0,"\r[30@jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ python",,terminal_output +396,3155772,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +397,3156125,"TERMINAL",0,0,"Generating dummy ArrayRecord file at data_arrayrecord/dummy/dummy_test_shard.array_record\r\nDummy ArrayRecord generation complete.\r\nGenerated dummy file: data_arrayrecord/dummy/dummy_test_shard.array_record\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +398,3157213,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +399,3158174,"tests/data/generate_dummy_data.py",14,0,"",python,selection_command +400,3158400,"tests/data/generate_dummy_data.py",33,0,"",python,selection_command +401,3158458,"tests/data/generate_dummy_data.py",58,0,"",python,selection_command +402,3158460,"tests/data/generate_dummy_data.py",128,0,"",python,selection_command +403,3158494,"tests/data/generate_dummy_data.py",129,0,"",python,selection_command +404,3158585,"tests/data/generate_dummy_data.py",130,0,"",python,selection_command +405,3158586,"tests/data/generate_dummy_data.py",162,0,"",python,selection_command +406,3158592,"tests/data/generate_dummy_data.py",185,0,"",python,selection_command +407,3158624,"tests/data/generate_dummy_data.py",210,0,"",python,selection_command +408,3158712,"tests/data/generate_dummy_data.py",240,0,"",python,selection_command +409,3158713,"tests/data/generate_dummy_data.py",262,0,"",python,selection_command +410,3158725,"tests/data/generate_dummy_data.py",284,0,"",python,selection_command +411,3158837,"tests/data/generate_dummy_data.py",307,0,"",python,selection_command +412,3158884,"tests/data/generate_dummy_data.py",340,0,"",python,selection_command +413,3159110,"tests/data/generate_dummy_data.py",400,0,"",python,selection_command +414,3159209,"tests/data/generate_dummy_data.py",420,0,"",python,selection_command +415,3159449,"tests/data/generate_dummy_data.py",423,0,"",python,selection_command +416,3159636,"tests/data/generate_dummy_data.py",507,0,"",python,selection_command +417,3159788,"tests/data/generate_dummy_data.py",572,0,"",python,selection_command +418,3196803,"TERMINAL",0,0,"d",,terminal_output +419,3196959,"TERMINAL",0,0,"e",,terminal_output +420,3197060,"TERMINAL",0,0,"a",,terminal_output +421,3197156,"TERMINAL",0,0,"c",,terminal_output +422,3197322,"TERMINAL",0,0,"tivate ",,terminal_output +423,3197491,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +424,3197763,"TERMINAL",0,0,"deactivate ",,terminal_output +425,3197890,"TERMINAL",0,0,"[30@python tests/data/generate_dummy_data.py",,terminal_output +426,3198046,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +427,3198768,"TERMINAL",0,0,"\rbash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +428,3199327,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +429,3203605,"tests/data/generate_dummy_data.py",1158,0,"",python,selection_command +430,3204077,"tests/data/generate_dummy_data.py",1737,0,"",python,selection_command +431,3204172,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +432,3204363,"tests/data/generate_dummy_data.py",1788,0,"",python,selection_command +433,3210366,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +434,3212011,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +435,3212576,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +436,3214340,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +437,3229647,"TERMINAL",0,0,"ERROR:absl:Error occurred in child process with worker_index: 1\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n",,terminal_output +438,3230514,"TERMINAL",0,0,"ERROR:absl:Processing Failed. Shutting down.\r\n",,terminal_output +439,3233937,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 361, in \r\n for videos in dataloader:\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 355, in \r\n dataloader = (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__\r\n result_record = next(self._iterator)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context\r\n yield from it\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 784, in __next__\r\n raise element\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 616, in _process_elements_in_grain_pool\r\n for element in g_pool:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 498, in __next__\r\n raise self.worker_error_queue.get(timeout=_QUEUE_WAIT_TIMEOUT)\r\ngrain._src.python.grain_pool.RemoteWorkerError: Grain worker 1 failed with the following error:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n\r\n",,terminal_output +440,3234469,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +441,3254677,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +442,3298029,"tests/data/generate_dummy_data.py",572,0,"",python,selection_mouse +443,3298194,"tests/data/generate_dummy_data.py",0,1788,"import pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3,\n num_action_tokens: int = 11,\n vocab_size: int = 68, # default vocab size from minerl\n seed: int = 42,\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n\n output_path.parent.mkdir(parents=True, exist_ok=True)\n\n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i)\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n\n actions = np.random.randint(\n 0,\n vocab_size,\n size=(episode_length, num_action_tokens),\n dtype=np.uint8,\n )\n\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length,\n ""actions"": actions,\n }\n\n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n\n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n test_dir = Path(""data_arrayrecord/dummy"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n\n generate_dummy_arrayrecord(\n dummy_file, num_videos=5, episode_length=16, height=64, width=64, channels=3\n )\n print(f""Generated dummy file: {dummy_file}"")\n",python,selection_command +444,3298334,"tests/data/generate_dummy_data.py",1788,0,"",python,selection_command +445,3300032,"tests/data/generate_dummy_data.py",1647,0,"",python,selection_mouse +446,3300032,"tests/data/generate_dummy_data.py",1646,0,"",python,selection_command +447,3339744,"tests/data/generate_dummy_data.py",1788,0,"",python,selection_mouse +448,3343076,"tests/data/generate_dummy_data.py",422,0,"",python,selection_mouse +449,3343078,"tests/data/generate_dummy_data.py",421,0,"",python,selection_command +450,3343727,"tests/data/generate_dummy_data.py",572,0,"",python,selection_mouse +451,3408175,"tests/data/generate_dummy_data.py",0,0,"",python,tab +452,3410362,"episode_tensor.reshape",0,0,"",plaintext,tab +453,3411730,"utils/dataloader.py",0,0,"",python,tab +454,3416493,"utils/dataloader.py",2670,0,"",python,selection_command +455,3418008,"utils/dataloader.py",2691,0,"",python,selection_mouse +456,3418367,"utils/dataloader.py",2683,0,"",python,selection_mouse +457,3464214,"tests/data/generate_dummy_data.py",0,0,"",python,tab +458,3464632,"tests/data/generate_dummy_data.py",0,1788,"import pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3,\n num_action_tokens: int = 11,\n vocab_size: int = 68, # default vocab size from minerl\n seed: int = 42,\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n\n output_path.parent.mkdir(parents=True, exist_ok=True)\n\n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i)\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n\n actions = np.random.randint(\n 0,\n vocab_size,\n size=(episode_length, num_action_tokens),\n dtype=np.uint8,\n )\n\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length,\n ""actions"": actions,\n }\n\n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n\n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n test_dir = Path(""data_arrayrecord/dummy"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n\n generate_dummy_arrayrecord(\n dummy_file, num_videos=5, episode_length=16, height=64, width=64, channels=3\n )\n print(f""Generated dummy file: {dummy_file}"")\n",python,selection_command +459,3464827,"tests/data/generate_dummy_data.py",1788,0,"",python,selection_command +460,3478475,"tests/data/generate_dummy_data.py",1704,0,"",python,selection_mouse +461,3483751,"tests/data/generate_dummy_data.py",1701,0,"",python,selection_command +462,3483902,"tests/data/generate_dummy_data.py",1699,0,"",python,selection_command +463,3484045,"tests/data/generate_dummy_data.py",1697,0,"",python,selection_command +464,3484553,"tests/data/generate_dummy_data.py",1696,0,"",python,selection_command +465,3484680,"tests/data/generate_dummy_data.py",1682,0,"",python,selection_command +466,3484827,"tests/data/generate_dummy_data.py",1680,0,"",python,selection_command +467,3488224,"tests/data/generate_dummy_data.py",1680,1,",",python,selection_command +468,3488242,"tests/data/generate_dummy_data.py",1680,16,", episode_length",python,selection_command +469,3488500,"tests/data/generate_dummy_data.py",1680,17,", episode_length=",python,selection_command +470,3488520,"tests/data/generate_dummy_data.py",1680,19,", episode_length=16",python,selection_command +471,3488557,"tests/data/generate_dummy_data.py",1680,20,", episode_length=16,",python,selection_command +472,3488704,"tests/data/generate_dummy_data.py",1680,27,", episode_length=16, height",python,selection_command +473,3488858,"tests/data/generate_dummy_data.py",1680,28,", episode_length=16, height=",python,selection_command +474,3489022,"tests/data/generate_dummy_data.py",1680,30,", episode_length=16, height=64",python,selection_command +475,3489154,"tests/data/generate_dummy_data.py",1680,31,", episode_length=16, height=64,",python,selection_command +476,3489287,"tests/data/generate_dummy_data.py",1680,37,", episode_length=16, height=64, width",python,selection_command +477,3489461,"tests/data/generate_dummy_data.py",1680,38,", episode_length=16, height=64, width=",python,selection_command +478,3489624,"tests/data/generate_dummy_data.py",1680,40,", episode_length=16, height=64, width=64",python,selection_command +479,3489822,"tests/data/generate_dummy_data.py",1680,41,", episode_length=16, height=64, width=64,",python,selection_command +480,3490031,"tests/data/generate_dummy_data.py",1680,50,", episode_length=16, height=64, width=64, channels",python,selection_command +481,3490190,"tests/data/generate_dummy_data.py",1680,51,", episode_length=16, height=64, width=64, channels=",python,selection_command +482,3490631,"tests/data/generate_dummy_data.py",1680,52,", episode_length=16, height=64, width=64, channels=3",python,selection_command +483,3490718,"tests/data/generate_dummy_data.py",1680,52,"",python,content +484,3490727,"tests/data/generate_dummy_data.py",1679,0,"",python,selection_command +485,3497696,"tests/data/generate_dummy_data.py",1678,0,"",python,selection_command +486,3497907,"tests/data/generate_dummy_data.py",1668,0,"",python,selection_command +487,3498085,"tests/data/generate_dummy_data.py",1666,0,"",python,selection_command +488,3498406,"tests/data/generate_dummy_data.py",1666,14,"",python,content +489,3498407,"tests/data/generate_dummy_data.py",1665,0,"",python,selection_command +490,3499279,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +491,3505296,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +492,3505567,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +493,3510545,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +494,3516754,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +495,3518306,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +496,3518992,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +497,3520771,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +498,3531415,"TERMINAL",0,0,"ERROR:absl:Error occurred in child process with worker_index: 2\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n",,terminal_output +499,3531750,"TERMINAL",0,0,"ERROR:absl:Processing Failed. Shutting down.\r\n",,terminal_output +500,3535032,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 361, in \r\n for videos in dataloader:\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 355, in \r\n dataloader = (\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 479, in __next__\r\n result_record = next(self._iterator)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 380, in _iterator_with_context\r\n yield from it\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 784, in __next__\r\n raise element\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 616, in _process_elements_in_grain_pool\r\n for element in g_pool:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 498, in __next__\r\n raise self.worker_error_queue.get(timeout=_QUEUE_WAIT_TIMEOUT)\r\ngrain._src.python.grain_pool.RemoteWorkerError: Grain worker 2 failed with the following error:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 250, in _worker_loop\r\n next_element = next(element_producer)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 411, in __call__\r\n yield from self._read_and_transform_data(last_seen_index)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 596, in _apply_transform\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 586, in _apply_transform\r\n for r in batch_op(input_iterator):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/operations.py"", line 152, in __call__\r\n for input_record in input_iterator:\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 602, in _apply_transform\r\n raise e\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 598, in _apply_transform\r\n output_record, filter_result = fn(input_record)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/data_loader.py"", line 568, in \r\n record.Record(r.metadata, transform.random_map(r.data, r.metadata.rng)),\r\n File ""/fast/home/franz.srambical/jafar/utils/dataloader.py"", line 80, in random_map\r\n episode_tensor = episode_tensor.reshape(video_shape)\r\nValueError: cannot reshape array of size 196608 into shape (16,90,160,3)\r\n\r\n",,terminal_output +501,3535953,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +502,3622375,"tests/data/generate_dummy_data.py",1118,0,"",python,selection_mouse +503,3622634,"tests/data/generate_dummy_data.py",1722,0,"",python,selection_command +504,3626947,"TERMINAL",0,0,"r",,terminal_output +505,3627038,"TERMINAL",0,0,"m",,terminal_output +506,3627095,"TERMINAL",0,0," ",,terminal_output +507,3627224,"TERMINAL",0,0,"d",,terminal_output +508,3627312,"TERMINAL",0,0,"a",,terminal_output +509,3627401,"TERMINAL",0,0,"t",,terminal_output +510,3627629,"TERMINAL",0,0,"a_arrayrecord/",,terminal_output +511,3628011,"TERMINAL",0,0,"d",,terminal_output +512,3628239,"TERMINAL",0,0,"u",,terminal_output +513,3628350,"TERMINAL",0,0,"mmy/",,terminal_output +514,3629386,"TERMINAL",0,0,"",,terminal_output +515,3629473,"TERMINAL",0,0,"",,terminal_output +516,3629648,"TERMINAL",0,0,"",,terminal_output +517,3630122,"TERMINAL",0,0," data_arrayrecord/dummy/",,terminal_output +518,3630315,"TERMINAL",0,0,"- data_arrayrecord/dummy/r data_arrayrecord/dummy/",,terminal_output +519,3630566,"TERMINAL",0,0,"",,terminal_output +520,3631149,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +521,3633533,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +522,3633816,"TERMINAL",0,0,"[48@s': bash experiments/dynamics_grain_tok_restore.sh\ro': source /home/franz.srambical/jafar/.venv/bin/activate\r[1@u': sou[1@r': sour",,terminal_output +523,3634171,"TERMINAL",0,0,"\r[24@[franz.srambical@hai005.haicore.berlin:~/jafar] $ sour\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +524,3634496,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +525,3634850,"TERMINAL",0,0,"[48@p': bash experiments/dynamics_grain_tok_restore.sh\ry': python tests/data/generate_dummy_data.py",,terminal_output +526,3635029,"TERMINAL",0,0,"\r[1@t': python tests/data/generate_dummy_data.py\r",,terminal_output +527,3635340,"TERMINAL",0,0,"\r[33@jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ pyt",,terminal_output +528,3635428,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +529,3635909,"TERMINAL",0,0,"Generating dummy ArrayRecord file at data_arrayrecord/dummy/dummy_test_shard.array_record\r\nDummy ArrayRecord generation complete.\r\nGenerated dummy file: data_arrayrecord/dummy/dummy_test_shard.array_record\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +530,3638080,"TERMINAL",0,0,"d",,terminal_output +531,3638258,"TERMINAL",0,0,"eae",,terminal_output +532,3638435,"TERMINAL",0,0,"c",,terminal_output +533,3638613,"TERMINAL",0,0,"",,terminal_output +534,3639012,"TERMINAL",0,0,"",,terminal_output +535,3639328,"TERMINAL",0,0,"",,terminal_output +536,3639400,"TERMINAL",0,0,"",,terminal_output +537,3639486,"TERMINAL",0,0,"",,terminal_output +538,3639610,"TERMINAL",0,0,"",,terminal_output +539,3639704,"TERMINAL",0,0,"",,terminal_output +540,3639834,"TERMINAL",0,0,"d",,terminal_output +541,3639962,"TERMINAL",0,0,"ea",,terminal_output +542,3640104,"TERMINAL",0,0,"c",,terminal_output +543,3640300,"TERMINAL",0,0,"tivate ",,terminal_output +544,3640550,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +545,3641027,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +546,3641843,"TERMINAL",0,0,"b': source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +547,3641953,"TERMINAL",0,0,"\ra': bash experiments/dynamics_grain_tok_restore.sh \r[1@s': bas",,terminal_output +548,3642038,"TERMINAL",0,0,"[1@h': bash",,terminal_output +549,3642244,"TERMINAL",0,0,"\r[24@[franz.srambical@hai005.haicore.berlin:~/jafar] $ bash",,terminal_output +550,3642371,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +551,3647296,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +552,3653550,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +553,3655219,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +554,3655740,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +555,3657523,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +556,3679917,"TERMINAL",0,0,"2025-08-05 16:59:04.665945: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 16:59:04.666692: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 16:59:04.667943: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 16:59:04.667969: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +557,3702592,"TERMINAL",0,0,"Step 0, loss: 17.553455352783203\r\n",,terminal_output +558,3734235,"TERMINAL",0,0,"Step 1, loss: nan\r\n",,terminal_output +559,3735165,"TERMINAL",0,0,"Step 2, loss: nan\r\n",,terminal_output +560,3735480,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14980.6 task 0: running\r\n",,terminal_output +561,3735641,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14980.6\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:00:00.338] error: *** STEP 14980.6 ON hai005 CANCELLED AT 2025-08-05T17:00:00 DUE to SIGNAL Killed ***\r\n",,terminal_output +562,3736136,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +563,3760764,"tests/data/generate_dummy_data.py",0,0,"",python,tab +564,3760798,"tests/data/generate_dummy_data.py",240,0,"",python,selection_command +565,3763904,"tests/data/generate_dummy_data.py",0,0,"import pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 64,\n width: int = 64,\n channels: int = 3,\n num_action_tokens: int = 11,\n vocab_size: int = 68, # default vocab size from minerl\n seed: int = 42,\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n\n output_path.parent.mkdir(parents=True, exist_ok=True)\n\n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i)\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n\n actions = np.random.randint(\n 0,\n vocab_size,\n size=(episode_length, num_action_tokens),\n dtype=np.uint8,\n )\n\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length,\n ""actions"": actions,\n }\n\n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n\n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n\n generate_dummy_arrayrecord(\n dummy_file, num_videos=5, episode_length=16, height=64, width=64, channels=3\n )\n print(f""Generated dummy file: {dummy_file}"")\n",python,tab +566,3763904,"tests/data/generate_dummy_data.py",1070,0,"",python,selection_mouse +567,3763917,"tests/data/generate_dummy_data.py",1069,0,"",python,selection_command +568,3764185,"tests/data/generate_dummy_data.py",0,0,"",python,tab +569,3764186,"tests/data/generate_dummy_data.py",0,0,"",python,tab +570,3764981,"TERMINAL",0,0,"g",,terminal_output +571,3765058,"TERMINAL",0,0,"i",,terminal_output +572,3765178,"TERMINAL",0,0,"t",,terminal_output +573,3765266,"TERMINAL",0,0," ",,terminal_output +574,3765489,"TERMINAL",0,0,"st",,terminal_output +575,3765989,"TERMINAL",0,0,"a",,terminal_output +576,3766166,"TERMINAL",0,0,"sh",,terminal_output +577,3766334,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +578,3766490,"TERMINAL",0,0,"Saved working directory and index state WIP on causal-transformer-nnx-no-kv-cache: e0776eb revert: re-enable jit\r\n",,terminal_output +579,3766669,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +580,3778192,"tests/data/generate_dummy_data.py",1461,212," test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n\n generate_dummy_arrayrecord(dummy_file, episode_length=1000)\n\n",python,content +581,3779790,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +582,3780348,"tests/data/generate_dummy_data.py",0,0,"Switched from branch 'causal-transformer-nnx-no-kv-cache' to 'hotfix/dummy-data-generator-sizes'",python,git_branch_checkout +583,3780544,"tests/data/generate_dummy_data.py",1687,0,"",python,selection_command +584,3780735,"tests/data/generate_dummy_data.py",1686,0,"",python,selection_command +585,3780804,"tests/data/generate_dummy_data.py",1622,0,"",python,selection_command +586,3780904,"tests/data/generate_dummy_data.py",1626,0,"",python,selection_command +587,3781073,"tests/data/generate_dummy_data.py",1652,0,"",python,selection_command +588,3781259,"tests/data/generate_dummy_data.py",1653,0,"",python,selection_command +589,3781366,"tests/data/generate_dummy_data.py",1663,0,"",python,selection_command +590,3781587,"tests/data/generate_dummy_data.py",1665,0,"",python,selection_command +591,3781790,"tests/data/generate_dummy_data.py",1664,0,"",python,selection_command +592,3781927,"tests/data/generate_dummy_data.py",1663,0,"",python,selection_command +593,3782111,"tests/data/generate_dummy_data.py",1663,1,",",python,selection_command +594,3782112,"tests/data/generate_dummy_data.py",1663,16,", episode_length",python,selection_command +595,3782308,"tests/data/generate_dummy_data.py",1663,17,", episode_length=",python,selection_command +596,3782460,"tests/data/generate_dummy_data.py",1663,21,", episode_length=1000",python,selection_command +597,3782832,"tests/data/generate_dummy_data.py",1663,21,"",python,content +598,3783160,"tests/data/generate_dummy_data.py",1622,0,"",python,selection_command +599,3813050,"tests/data/generate_dummy_data.py",1433,0,"",python,selection_mouse +600,3813366,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +601,3829224,"tests/data/generate_dummy_data.py",240,1426," height: int = 64,\n width: int = 64,\n channels: int = 3,\n num_action_tokens: int = 11,\n vocab_size: int = 68, # default vocab size from minerl\n seed: int = 42,\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n\n output_path.parent.mkdir(parents=True, exist_ok=True)\n\n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i)\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n\n actions = np.random.randint(\n 0,\n vocab_size,\n size=(episode_length, num_action_tokens),\n dtype=np.uint8,\n )\n\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length,\n ""actions"": actions,\n }\n\n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n\n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n\n generate_dummy_arrayrecord(\n dummy_file, num_videos=5, episode_length=16, height=64, width=64, channels=3\n )\n",python,content +602,3830353,"tests/data/generate_dummy_data.py",0,0,"Switched from branch 'hotfix/dummy-data-generator-sizes' to 'causal-transformer-nnx-no-kv-cache'",python,git_branch_checkout +603,3874066,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +604,3878501,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +605,3887432,"experiments/tokenizer_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""${PWD}/data_arrayrecord/dummy""\nckpt_dir=""${PWD}/checkpoints/tokenizer_openai_grain_checkpointing""\n\nmkdir -p $ckpt_dir\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +606,3897105,"TERMINAL",0,0,"s",,terminal_output +607,3897284,"TERMINAL",0,0,"q",,terminal_output +608,3897479,"TERMINAL",0,0,"u",,terminal_output +609,3897556,"TERMINAL",0,0,"e",,terminal_output +610,3897649,"TERMINAL",0,0,"u",,terminal_output +611,3897721,"TERMINAL",0,0,"e",,terminal_output +612,3897789,"TERMINAL",0,0," ",,terminal_output +613,3897980,"TERMINAL",0,0,"-",,terminal_output +614,3898512,"TERMINAL",0,0,"-m",,terminal_output +615,3898584,"TERMINAL",0,0,"e",,terminal_output +616,3898811,"TERMINAL",0,0,"\r\n[?2004l\r JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n 14980 franz.sram interacti 1 1 R 2025-08-05T16:03:02 2025-08-05T16:03:02 59:41 1-00:00:00 hai005\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +617,3903038,"TERMINAL",0,0,"e",,terminal_output +618,3903216,"TERMINAL",0,0,"xi",,terminal_output +619,3903393,"TERMINAL",0,0,"t\r\n[?2004l\rexit\r\nsalloc: Relinquishing job allocation 14980\r\nsalloc: Job allocation 14980 has been revoked.\r\n",,terminal_output +620,3903418,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar",,terminal_output +621,3910303,"TERMINAL",0,0,"salloc --gpus=2 --ntasks-per-node=2 --cpus-per-task=1 --mem=100G",,terminal_command +622,3910356,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14992\r\n",,terminal_output +623,3910457,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +624,3911461,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +625,3911838,"TERMINAL",0,0,"Running inside SLURM, Job ID 14992.\r\n",,terminal_output +626,3911914,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +627,3913071,"experiments/tokenizer_grain_checkpointing.sh",457,0,"",shellscript,selection_mouse +628,3913072,"experiments/tokenizer_grain_checkpointing.sh",456,0,"",shellscript,selection_command +629,3913838,"experiments/tokenizer_grain_checkpointing.sh",434,0,"",shellscript,selection_command +630,3914281,"experiments/tokenizer_grain_checkpointing.sh",435,0,"",shellscript,selection_command +631,3914541,"experiments/tokenizer_grain_checkpointing.sh",435,2,"",shellscript,content +632,3914786,"experiments/tokenizer_grain_checkpointing.sh",435,0,"2",shellscript,content +633,3914787,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_keyboard +634,3914906,"experiments/tokenizer_grain_checkpointing.sh",436,0,"4",shellscript,content +635,3914906,"experiments/tokenizer_grain_checkpointing.sh",437,0,"",shellscript,selection_keyboard +636,3915071,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_command +637,3915214,"experiments/tokenizer_grain_checkpointing.sh",456,0,"",shellscript,selection_command +638,3915787,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_command +639,3915952,"experiments/tokenizer_grain_checkpointing.sh",439,0,"\n ",shellscript,content +640,3916356,"experiments/tokenizer_grain_checkpointing.sh",444,0,"-",shellscript,content +641,3916356,"experiments/tokenizer_grain_checkpointing.sh",445,0,"",shellscript,selection_keyboard +642,3916476,"experiments/tokenizer_grain_checkpointing.sh",445,0,"-",shellscript,content +643,3916476,"experiments/tokenizer_grain_checkpointing.sh",446,0,"",shellscript,selection_keyboard +644,3916603,"experiments/tokenizer_grain_checkpointing.sh",446,0,"r",shellscript,content +645,3916603,"experiments/tokenizer_grain_checkpointing.sh",447,0,"",shellscript,selection_keyboard +646,3916652,"experiments/tokenizer_grain_checkpointing.sh",447,0,"e",shellscript,content +647,3916652,"experiments/tokenizer_grain_checkpointing.sh",448,0,"",shellscript,selection_keyboard +648,3916748,"experiments/tokenizer_grain_checkpointing.sh",448,0,"s",shellscript,content +649,3916748,"experiments/tokenizer_grain_checkpointing.sh",449,0,"",shellscript,selection_keyboard +650,3916817,"experiments/tokenizer_grain_checkpointing.sh",449,0,"t",shellscript,content +651,3916817,"experiments/tokenizer_grain_checkpointing.sh",450,0,"",shellscript,selection_keyboard +652,3917102,"experiments/tokenizer_grain_checkpointing.sh",450,0,"ore_ckpt \",shellscript,content +653,3917294,"experiments/tokenizer_grain_checkpointing.sh",459,0,"",shellscript,selection_command +654,3918319,"TERMINAL",0,0,"exit",,terminal_output +655,3920075,"TERMINAL",0,0,"",,terminal_output +656,3920244,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +657,3922222,"TERMINAL",0,0,"t': git stash",,terminal_output +658,3922389,"TERMINAL",0,0,"o': bash experiments/dynamics_grain_tok_restore.sh \r[1@k': bash experiments/dynamics_grain_tok_resto\r[4@e': bash experiments/tokenizer_grain_checkpointing",,terminal_output +659,3922562,"TERMINAL",0,0,"[1@n': bash experiments/token[1@i': bash experiments/tokeni",,terminal_output +660,3922721,"TERMINAL",0,0,"[1@z': bash experiments/tokeniz",,terminal_output +661,3923303,"TERMINAL",0,0,"\r[21@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/tokeniz",,terminal_output +662,3923487,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +663,3925050,"experiments/tokenizer_grain_checkpointing.sh",440,0,"",shellscript,selection_command +664,3936590,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +665,3937895,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(\n model: TokenizerVQVAE, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n gt = jnp.asarray(inputs[""videos""], dtype=jnp.float32) / 255.0\n inputs[""videos""] = gt.astype(args.dtype)\n model.train()\n outputs = model(inputs, training=True)\n outputs[""recon""] = outputs[""recon""].astype(jnp.float32)\n mse = jnp.square(gt - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt.clip(0, 1).reshape(-1, *gt.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n tokenizer: TokenizerVQVAE, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n def loss_fn(model: TokenizerVQVAE) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return tokenizer_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(\n tokenizer\n )\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(tokenizer, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(tokenizer, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n inputs = dict(videos=videos)\n loss, recon, metrics = train_step(tokenizer, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +666,3939453,"train_tokenizer.py",9988,0,"",python,selection_command +667,3943049,"TERMINAL",0,0,"Counting all components: ['decoder', 'encoder', 'vq']\r\nParameter counts:\r\n{'decoder': 16858736, 'encoder': 16858752, 'vq': 32768, 'total': 33750256}\r\nCounting all components: ['decoder', 'encoder', 'vq']\r\nParameter counts:\r\n{'decoder': 16858736, 'encoder': 16858752, 'vq': 32768, 'total': 33750256}\r\n",,terminal_output +668,3943049,"train_tokenizer.py",9894,0,"",python,selection_command +669,3943334,"train_tokenizer.py",9832,0,"",python,selection_command +670,3943335,"train_tokenizer.py",9795,0,"",python,selection_command +671,3943336,"train_tokenizer.py",9749,0,"",python,selection_command +672,3943500,"train_tokenizer.py",9699,0,"",python,selection_command +673,3943637,"train_tokenizer.py",9636,0,"",python,selection_command +674,3943847,"train_tokenizer.py",9699,0,"",python,selection_command +675,3944045,"train_tokenizer.py",9636,0,"",python,selection_command +676,3944396,"train_tokenizer.py",9584,0,"",python,selection_command +677,3944643,"train_tokenizer.py",9603,0,"",python,selection_command +678,3944829,"train_tokenizer.py",9605,0,"",python,selection_command +679,3944995,"train_tokenizer.py",9608,0,"",python,selection_command +680,3945141,"train_tokenizer.py",9609,0,"",python,selection_command +681,3945454,"TERMINAL",0,0,"WARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\nWARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\n",,terminal_output +682,3945697,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_tokenizer.py"", line 303, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/checkpoint_handlers.py"", line 62, in restore\r\n raise ValueError(f""File {filename} does not exist."")\r\nValueError: File /home/franz.srambical/jafar/checkpoints/tokenizer_openai_grain_checkpointing/000015/dataloader_state/process_0-of-2.json does not exist.\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_tokenizer.py"", line 303, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/checkpoint_handlers.py"", line 62, in restore\r\n raise ValueError(f""File {filename} does not exist."")\r\nValueError: File /home/franz.srambical/jafar/checkpoints/tokenizer_openai_grain_checkpointing/000015/dataloader_state/process_1-of-2.json does not exist.\r\n",,terminal_output +683,3947061,"TERMINAL",0,0,"srun: error: hai004: tasks 0-1: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +684,3964833,"experiments/tokenizer_grain_checkpointing.sh",0,0,"",shellscript,tab +685,4090346,"experiments/tokenizer_grain_checkpointing.sh",435,0,"",shellscript,selection_mouse +686,4091246,"experiments/tokenizer_grain_checkpointing.sh",446,21,"",shellscript,content +687,4091253,"experiments/tokenizer_grain_checkpointing.sh",436,0,"",shellscript,selection_command +688,4091362,"experiments/tokenizer_grain_checkpointing.sh",436,1,"",shellscript,content +689,4091364,"experiments/tokenizer_grain_checkpointing.sh",435,0,"1",shellscript,content +690,4091366,"experiments/tokenizer_grain_checkpointing.sh",435,0,"",shellscript,selection_command +691,4095698,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""${PWD}/data_arrayrecord/dummy""\nckpt_dir=""${PWD}/checkpoints/causal_dynamics_openai_grain_tok_restore""\ntokenizer_ckpt_dir=""${PWD}/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_dynamics.py \\n --dyna_type 'causal' \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +692,4096883,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +693,4097061,"TERMINAL",0,0,"[48@d': bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +694,4097239,"TERMINAL",0,0,"[1@y': bash experiments/dy[1@n': bash experiments/dyn",,terminal_output +695,4097370,"TERMINAL",0,0,"[1@a': bash experiments/dyna[1@m': bash experiments/dynam[1@i': bash experiments/dynami",,terminal_output +696,4097457,"TERMINAL",0,0,"[1@c': bash experiments/dynamic",,terminal_output +697,4097931,"TERMINAL",0,0,"\r[21@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dynamic",,terminal_output +698,4098700,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +699,4099795,"experiments/dynamics_grain_tok_restore.sh",557,0,"",shellscript,selection_command +700,4103938,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14992.1 tasks 0-1: running\r\n",,terminal_output +701,4104079,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14992.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:06:08.849] error: *** STEP 14992.1 ON hai004 CANCELLED AT 2025-08-05T17:06:08 DUE to SIGNAL Killed ***\r\n",,terminal_output +702,4104252,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +703,4104436,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +704,4104678,"TERMINAL",0,0,"e",,terminal_output +705,4104804,"TERMINAL",0,0,"x",,terminal_output +706,4104894,"TERMINAL",0,0,"i",,terminal_output +707,4105016,"TERMINAL",0,0,"t\r\n[?2004l\rexit\r\nsrun: error: hai004: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 14992\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +708,4107966,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +709,4108018,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14993\r\n",,terminal_output +710,4108108,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +711,4109109,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +712,4109614,"TERMINAL",0,0,"Running inside SLURM, Job ID 14993.\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +713,4109839,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +714,4110082,"TERMINAL",0,0,"[48@d': bash experiments/dynamics_grain_tok_restore.sh[1@y': bash experiments/dy",,terminal_output +715,4110260,"TERMINAL",0,0,"[1@n': bash experiments/dyn[1@a': bash experiments/dyna",,terminal_output +716,4110608,"TERMINAL",0,0,"\r[24@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dyna",,terminal_output +717,4110762,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +718,4111472,"experiments/dynamics_grain_tok_restore.sh",523,0,"",shellscript,selection_command +719,4111616,"experiments/dynamics_grain_tok_restore.sh",505,0,"",shellscript,selection_command +720,4111687,"experiments/dynamics_grain_tok_restore.sh",478,0,"",shellscript,selection_command +721,4111687,"experiments/dynamics_grain_tok_restore.sh",446,0,"",shellscript,selection_command +722,4111825,"experiments/dynamics_grain_tok_restore.sh",420,0,"",shellscript,selection_command +723,4111825,"experiments/dynamics_grain_tok_restore.sh",376,0,"",shellscript,selection_command +724,4111825,"experiments/dynamics_grain_tok_restore.sh",375,0,"",shellscript,selection_command +725,4112003,"experiments/dynamics_grain_tok_restore.sh",298,0,"",shellscript,selection_command +726,4112079,"experiments/dynamics_grain_tok_restore.sh",375,0,"",shellscript,selection_command +727,4115056,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +728,4116116,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,selection_command +729,4121137,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +730,4122723,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +731,4123344,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +732,4130168,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +733,4152197,"TERMINAL",0,0,"2025-08-05 17:06:56.877638: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 17:06:56.878406: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 17:06:56.879679: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 17:06:56.879707: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +734,4175104,"TERMINAL",0,0,"Step 0, loss: 17.553455352783203\r\n",,terminal_output +735,4187652,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14993.0 task 0: running\r\n",,terminal_output +736,4187786,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14993.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n",,terminal_output +737,4187849,"TERMINAL",0,0,"[2025-08-05T17:07:32.555] error: *** STEP 14993.0 ON hai004 CANCELLED AT 2025-08-05T17:07:32 DUE to SIGNAL Killed ***\r\n",,terminal_output +738,4187961,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14993.0\r\nsrun: job abort in progress\r\n",,terminal_output +739,4188272,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +740,4188756,"TERMINAL",0,0,"e",,terminal_output +741,4188845,"TERMINAL",0,0,"xi",,terminal_output +742,4188938,"TERMINAL",0,0,"t",,terminal_output +743,4188968,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\nsrun: error: hai004: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 14993\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +744,4189852,"TERMINAL",0,0,"salloc --gpus=2 --ntasks-per-node=2 --cpus-per-task=1 --mem=100G",,terminal_command +745,4189853,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14994\r\n",,terminal_output +746,4190031,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +747,4191067,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +748,4191372,"TERMINAL",0,0,"Running inside SLURM, Job ID 14994.\r\n",,terminal_output +749,4191459,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +750,4192159,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +751,4192291,"TERMINAL",0,0,"[48@d': bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +752,4192409,"TERMINAL",0,0,"[1@y': bash experiments/dy[1@n': bash experiments/dyn",,terminal_output +753,4192618,"TERMINAL",0,0,"\r[25@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dyn",,terminal_output +754,4192725,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +755,4193793,"experiments/dynamics_grain_tok_restore.sh",20,0,"",shellscript,selection_command +756,4193958,"experiments/dynamics_grain_tok_restore.sh",21,0,"",shellscript,selection_command +757,4193962,"experiments/dynamics_grain_tok_restore.sh",39,0,"",shellscript,selection_command +758,4193995,"experiments/dynamics_grain_tok_restore.sh",67,0,"",shellscript,selection_command +759,4194117,"experiments/dynamics_grain_tok_restore.sh",91,0,"",shellscript,selection_command +760,4194117,"experiments/dynamics_grain_tok_restore.sh",117,0,"",shellscript,selection_command +761,4194296,"experiments/dynamics_grain_tok_restore.sh",138,0,"",shellscript,selection_command +762,4194472,"experiments/dynamics_grain_tok_restore.sh",158,0,"",shellscript,selection_command +763,4194497,"experiments/dynamics_grain_tok_restore.sh",159,0,"",shellscript,selection_command +764,4194650,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +765,4196086,"train_tokenizer.py",0,0,"",python,tab +766,4206604,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +767,4216682,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +768,4221124,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\nWARNING:absl:Dropping 1 examples of 5 examples (shard 2).\r\n",,terminal_output +769,4222322,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +770,4222983,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 347, in \r\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 469, in restore_genie_components\r\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 815, in restore\r\n tree_memory_size, restored_item = asyncio_utils.run_sync(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py"", line 50, in run_sync\r\n return asyncio.run(coro)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py"", line 44, in run\r\n return loop.run_until_complete(main)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 649, in run_until_complete\r\n return future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 632, in _maybe_deserialize\r\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py"", line 1319, in deserialize\r\n *ret, array_metadatas = await asyncio.gather(*deserialize_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 555, in async_deserialize\r\n return await read_and_create_array(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 510, in read_and_create_array\r\n return jax.make_array_from_single_device_arrays(global_shape, sharding, dbs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 1068, in make_array_from_single_device_arrays\r\n dtype = _get_and_check_dtype(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 700, in _get_and_check_dtype\r\n raise ValueError(\r\nValueError: Building an Array with no addressable shards with `jax.make_array_from_single_device_arrays` is supported only if `jax.config.enable_empty_arrays` is set to True.\r\n",,terminal_output +771,4231838,"train_tokenizer.py",10419,0,"",python,selection_mouse +772,4306190,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14994.0 tasks 0-1: running\r\n",,terminal_output +773,4306535,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14994.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:09:31.057] error: *** STEP 14994.0 ON hai004 CANCELLED AT 2025-08-05T17:09:31 DUE to SIGNAL Killed ***\r\n",,terminal_output +774,4307216,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +775,4516021,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +776,4522123,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +777,4526307,"tests/data/generate_dummy_data.py",0,0,"import pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 64,\n width: int = 64,\n channels: int = 3,\n num_action_tokens: int = 11,\n vocab_size: int = 68, # default vocab size from minerl\n seed: int = 42,\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n\n output_path.parent.mkdir(parents=True, exist_ok=True)\n\n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i)\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n\n actions = np.random.randint(\n 0,\n vocab_size,\n size=(episode_length, num_action_tokens),\n dtype=np.uint8,\n )\n\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length,\n ""actions"": actions,\n }\n\n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n\n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n\n generate_dummy_arrayrecord(\n dummy_file, num_videos=5, episode_length=16, height=64, width=64, channels=3\n )\n print(f""Generated dummy file: {dummy_file}"")\n",python,tab +778,4527071,"tests/data/generate_dummy_data.py",14,0,"",python,selection_command +779,4527300,"tests/data/generate_dummy_data.py",33,0,"",python,selection_command +780,4527333,"tests/data/generate_dummy_data.py",58,0,"",python,selection_command +781,4527366,"tests/data/generate_dummy_data.py",128,0,"",python,selection_command +782,4527399,"tests/data/generate_dummy_data.py",129,0,"",python,selection_command +783,4527450,"tests/data/generate_dummy_data.py",130,0,"",python,selection_command +784,4527469,"tests/data/generate_dummy_data.py",162,0,"",python,selection_command +785,4527500,"tests/data/generate_dummy_data.py",185,0,"",python,selection_command +786,4650628,"tests/data/generate_dummy_data.py",733,0,"",python,selection_mouse +787,4661100,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +788,4667811,"TERMINAL",0,0,"p",,terminal_output +789,4668216,"TERMINAL",0,0,"",,terminal_output +790,4668304,"TERMINAL",0,0,"p",,terminal_output +791,4668780,"TERMINAL",0,0,"",,terminal_output +792,4668959,"TERMINAL",0,0,"c",,terminal_output +793,4669136,"TERMINAL",0,0,"p",,terminal_output +794,4669994,"TERMINAL",0,0," ",,terminal_output +795,4670171,"TERMINAL",0,0,"d",,terminal_output +796,4670300,"TERMINAL",0,0,"at",,terminal_output +797,4670389,"TERMINAL",0,0,"a",,terminal_output +798,4670702,"TERMINAL",0,0,"_arrayrecord/",,terminal_output +799,4672895,"TERMINAL",0,0,"d",,terminal_output +800,4673045,"TERMINAL",0,0,"ummy/",,terminal_output +801,4674315,"TERMINAL",0,0,"d",,terminal_output +802,4674429,"TERMINAL",0,0,"ummy_test_shard.array_record ",,terminal_output +803,4677427,"TERMINAL",0,0,"d",,terminal_output +804,4677493,"TERMINAL",0,0,"a",,terminal_output +805,4677612,"TERMINAL",0,0,"ta_arrayrecord/",,terminal_output +806,4677841,"TERMINAL",0,0,"d",,terminal_output +807,4677952,"TERMINAL",0,0,"u",,terminal_output +808,4678041,"TERMINAL",0,0,"mmy/",,terminal_output +809,4678895,"TERMINAL",0,0,"d",,terminal_output +810,4679001,"TERMINAL",0,0,"u",,terminal_output +811,4679087,"TERMINAL",0,0,"mmy_test_shard.array_record ",,terminal_output +812,4680813,"TERMINAL",0,0,"",,terminal_output +813,4681100,"TERMINAL",0,0,"",,terminal_output +814,4681328,"TERMINAL",0,0,"",,terminal_output +815,4681708,"TERMINAL",0,0,"",,terminal_output +816,4681761,"TERMINAL",0,0,"",,terminal_output +817,4681951,"TERMINAL",0,0,"",,terminal_output +818,4682039,"TERMINAL",0,0,"",,terminal_output +819,4683310,"TERMINAL",0,0,"[1@_",,terminal_output +820,4683723,"TERMINAL",0,0,"[1@2",,terminal_output +821,4684113,"TERMINAL",0,0,"",,terminal_output +822,4684337,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +823,4684422,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +824,4686409,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +825,4688562,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +826,4688918,"TERMINAL",0,0,"cp data_arrayrecord/dummy/dummy_test_shard.array_record data_arrayrecord/dummy/dummy_test_shard_2.array_record ",,terminal_output +827,4689003,"TERMINAL",0,0,"\rbash experiments/dynamics_grain_tok_restore.sh",,terminal_output +828,4689662,"TERMINAL",0,0,"exit",,terminal_output +829,4689995,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +830,4690520,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +831,4691824,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +832,4692964,"tests/data/generate_dummy_data.py",1793,0,"",python,selection_command +833,4694707,"tests/data/generate_dummy_data.py",1432,0,"",python,selection_command +834,4694740,"tests/data/generate_dummy_data.py",1087,0,"",python,selection_command +835,4694871,"tests/data/generate_dummy_data.py",403,0,"",python,selection_command +836,4700893,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +837,4711029,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +838,4715531,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +839,4716592,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +840,4717039,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 347, in \r\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 469, in restore_genie_components\r\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 815, in restore\r\n tree_memory_size, restored_item = asyncio_utils.run_sync(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py"", line 50, in run_sync\r\n return asyncio.run(coro)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py"", line 44, in run\r\n return loop.run_until_complete(main)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 649, in run_until_complete\r\n return future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 632, in _maybe_deserialize\r\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py"", line 1319, in deserialize\r\n *ret, array_metadatas = await asyncio.gather(*deserialize_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 555, in async_deserialize\r\n return await read_and_create_array(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 510, in read_and_create_array\r\n return jax.make_array_from_single_device_arrays(global_shape, sharding, dbs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 1068, in make_array_from_single_device_arrays\r\n dtype = _get_and_check_dtype(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 700, in _get_and_check_dtype\r\n raise ValueError(\r\nValueError: Building an Array with no addressable shards with `jax.make_array_from_single_device_arrays` is supported only if `jax.config.enable_empty_arrays` is set to True.\r\n",,terminal_output +841,4784030,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14994.1 tasks 0-1: running\r\n^Csrun: sending Ctrl-C to StepId=14994.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:17:28.792] error: *** STEP 14994.1 ON hai004 CANCELLED AT 2025-08-05T17:17:28 DUE to SIGNAL Killed ***\r\n",,terminal_output +842,4784907,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +843,4957127,"tests/data/generate_dummy_data.py",421,0,"",python,selection_mouse +844,4957128,"tests/data/generate_dummy_data.py",420,0,"",python,selection_command +845,4957796,"tests/data/generate_dummy_data.py",571,0,"",python,selection_mouse +846,4958165,"tests/data/generate_dummy_data.py",630,0,"",python,selection_mouse +847,4992774,"tests/data/generate_dummy_data.py",572,0,"",python,selection_command +848,4993027,"tests/data/generate_dummy_data.py",571,0,"",python,selection_command +849,4993048,"tests/data/generate_dummy_data.py",506,0,"",python,selection_command +850,4993081,"tests/data/generate_dummy_data.py",422,0,"",python,selection_command +851,4993113,"tests/data/generate_dummy_data.py",419,0,"",python,selection_command +852,4994780,"tests/data/generate_dummy_data.py",399,0,"",python,selection_command +853,4995028,"tests/data/generate_dummy_data.py",339,0,"",python,selection_command +854,4995053,"tests/data/generate_dummy_data.py",306,0,"",python,selection_command +855,4995219,"tests/data/generate_dummy_data.py",283,0,"",python,selection_command +856,4995372,"tests/data/generate_dummy_data.py",262,0,"",python,selection_command +857,4995535,"tests/data/generate_dummy_data.py",240,0,"",python,selection_command +858,4995707,"tests/data/generate_dummy_data.py",262,0,"",python,selection_command +859,4995873,"tests/data/generate_dummy_data.py",283,0,"",python,selection_command +860,4996022,"tests/data/generate_dummy_data.py",306,0,"",python,selection_command +861,4996210,"tests/data/generate_dummy_data.py",310,0,"",python,selection_command +862,4996363,"tests/data/generate_dummy_data.py",343,0,"",python,selection_command +863,4996527,"tests/data/generate_dummy_data.py",310,0,"",python,selection_command +864,4996732,"tests/data/generate_dummy_data.py",287,0,"",python,selection_command +865,4997034,"tests/data/generate_dummy_data.py",310,0,"",python,selection_command +866,4997461,"tests/data/generate_dummy_data.py",287,0,"",python,selection_command +867,4997638,"tests/data/generate_dummy_data.py",310,0,"",python,selection_command +868,4997963,"tests/data/generate_dummy_data.py",287,0,"",python,selection_command +869,4998176,"tests/data/generate_dummy_data.py",266,0,"",python,selection_command +870,4998319,"tests/data/generate_dummy_data.py",244,0,"",python,selection_command +871,4998319,"tests/data/generate_dummy_data.py",214,0,"",python,selection_command +872,4998319,"tests/data/generate_dummy_data.py",189,0,"",python,selection_command +873,5000048,"tests/data/generate_dummy_data.py",214,0,"",python,selection_command +874,5000317,"tests/data/generate_dummy_data.py",244,0,"",python,selection_command +875,5000318,"tests/data/generate_dummy_data.py",266,0,"",python,selection_command +876,5000455,"tests/data/generate_dummy_data.py",287,0,"",python,selection_command +877,5000455,"tests/data/generate_dummy_data.py",310,0,"",python,selection_command +878,5000456,"tests/data/generate_dummy_data.py",343,0,"",python,selection_command +879,5000457,"tests/data/generate_dummy_data.py",403,0,"",python,selection_command +880,5000688,"tests/data/generate_dummy_data.py",343,0,"",python,selection_command +881,5000908,"tests/data/generate_dummy_data.py",310,0,"",python,selection_command +882,5001043,"tests/data/generate_dummy_data.py",287,0,"",python,selection_command +883,5001043,"tests/data/generate_dummy_data.py",266,0,"",python,selection_command +884,5001044,"tests/data/generate_dummy_data.py",244,0,"",python,selection_command +885,5001045,"tests/data/generate_dummy_data.py",214,0,"",python,selection_command +886,5001389,"tests/data/generate_dummy_data.py",189,0,"",python,selection_command +887,5001416,"tests/data/generate_dummy_data.py",199,0,"",python,selection_command +888,5001576,"tests/data/generate_dummy_data.py",201,0,"",python,selection_command +889,5001725,"tests/data/generate_dummy_data.py",205,0,"",python,selection_command +890,5002080,"tests/data/generate_dummy_data.py",207,0,"",python,selection_command +891,5002789,"tests/data/generate_dummy_data.py",207,1,"",python,content +892,5003369,"tests/data/generate_dummy_data.py",207,0,"5",python,content +893,5003370,"tests/data/generate_dummy_data.py",208,0,"",python,selection_keyboard +894,5003440,"tests/data/generate_dummy_data.py",208,0,"0",python,content +895,5003441,"tests/data/generate_dummy_data.py",209,0,"",python,selection_keyboard +896,5003574,"tests/data/generate_dummy_data.py",209,0,"0",python,content +897,5003575,"tests/data/generate_dummy_data.py",210,0,"",python,selection_keyboard +898,5003656,"tests/data/generate_dummy_data.py",209,0,"",python,selection_command +899,5005537,"tests/data/generate_dummy_data.py",210,0,"",python,selection_command +900,5005733,"tests/data/generate_dummy_data.py",210,0,"0",python,content +901,5005734,"tests/data/generate_dummy_data.py",211,0,"",python,selection_keyboard +902,5006149,"tests/data/generate_dummy_data.py",210,0,"",python,selection_command +903,5009898,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +904,5012918,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +905,5013145,"TERMINAL",0,0,"[48@m': bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +906,5013217,"TERMINAL",0,0,"\r[8@failed reverse-i-search)`mr': bash experiments/dynam",,terminal_output +907,5014086,"TERMINAL",0,0,"\r[56@reverse-i-search)`m': cp data_arrayrecord/dummy/dummy_test_shard.array_record data_arrayrecord/dummy/dummy_test_shard_2.array_record",,terminal_output +908,5014237,"TERMINAL",0,0,"\r(failed reverse-i-search)`': cp data_arrayrecord/dummy/dummy_test_shard.array_record data_arrayrecord/dummy/dummy_test_shard_2.array_record ",,terminal_output +909,5014326,"TERMINAL",0,0,"\rreverse-i-search)`r': cp data_arrayrecord/dummy/dummy_test_shard.array_record data_arrayrecor",,terminal_output +910,5014419,"TERMINAL",0,0,"\rm': rm -r data_arrayrecord/dummy/\r",,terminal_output +911,5015625,"TERMINAL",0,0,"\r[26@[franz.srambical@hai004.haicore.berlin:~/jafar] $ rm",,terminal_output +912,5015780,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +913,5015964,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +914,5017183,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +915,5017402,"TERMINAL",0,0,"[48@s': bash experiments/dynamics_grain_tok_restore.sh\ro': source /home/franz.srambical/jafar/.venv/bin/activate\r",,terminal_output +916,5017538,"TERMINAL",0,0,"[1@u': sou[1@r': sour",,terminal_output +917,5017620,"TERMINAL",0,0,"\r[24@[franz.srambical@hai004.haicore.berlin:~/jafar] $ sour\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +918,5018186,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +919,5019218,"TERMINAL",0,0,"[48@p': bash experiments/dynamics_grain_tok_restore.sh\r",,terminal_output +920,5019364,"TERMINAL",0,0,"y': python tests/data/generate_dummy_data.py\r[1@t': python tests/data/generate_dummy_data.py\r[1@h': pyth",,terminal_output +921,5019542,"TERMINAL",0,0,"[1@o': pytho[1@n': python",,terminal_output +922,5019719,"TERMINAL",0,0,"\r[30@jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ python",,terminal_output +923,5019898,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +924,5020210,"TERMINAL",0,0,"Generating dummy ArrayRecord file at tests/data/dummy_arrayrecord/dummy_test_shard.array_record\r\nDummy ArrayRecord generation complete.\r\nGenerated dummy file: tests/data/dummy_arrayrecord/dummy_test_shard.array_record\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +925,5022230,"TERMINAL",0,0,"d",,terminal_output +926,5022289,"TERMINAL",0,0,"e",,terminal_output +927,5022383,"TERMINAL",0,0,"a",,terminal_output +928,5022727,"TERMINAL",0,0,"c",,terminal_output +929,5022902,"TERMINAL",0,0,"tivate ",,terminal_output +930,5023387,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +931,5024248,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +932,5025343,"TERMINAL",0,0,"b': source /home/franz.srambical/jafar/.venv/bin/activate\ra': bash experiments/dynamics_grain_tok_restore.sh \r[1@s': bas",,terminal_output +933,5025444,"TERMINAL",0,0,"[1@h': bash",,terminal_output +934,5025642,"TERMINAL",0,0,"\r[24@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash",,terminal_output +935,5025795,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +936,5038802,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14994.2 tasks 0-1: running\r\n^Csrun: sending Ctrl-C to StepId=14994.2\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:21:43.555] error: *** STEP 14994.2 ON hai004 CANCELLED AT 2025-08-05T17:21:43 DUE to SIGNAL Killed ***\r\n",,terminal_output +937,5039165,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +938,5043883,"tests/data/generate_dummy_data.py",196,0,"",python,selection_mouse +939,5055984,"tests/data/generate_dummy_data.py",210,1,"",python,content +940,5056137,"tests/data/generate_dummy_data.py",210,0,"",python,selection_command +941,5057395,"tests/data/generate_dummy_data.py",208,2,"",python,content +942,5057398,"tests/data/generate_dummy_data.py",1671,72,")\n",python,content +943,5057398,"tests/data/generate_dummy_data.py",1652,9,"",python,content +944,5057399,"tests/data/generate_dummy_data.py",279,2,"160",python,content +945,5057417,"tests/data/generate_dummy_data.py",258,2,"90",python,content +946,5057418,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +947,5058297,"tests/data/generate_dummy_data.py",1715,0,"",python,selection_command +948,5058675,"tests/data/generate_dummy_data.py",1666,0,"",python,selection_command +949,5058968,"tests/data/generate_dummy_data.py",1665,0,"",python,selection_command +950,5059137,"tests/data/generate_dummy_data.py",1622,0,"",python,selection_command +951,5059291,"tests/data/generate_dummy_data.py",1621,0,"",python,selection_command +952,5059493,"tests/data/generate_dummy_data.py",1622,0,"",python,selection_command +953,5060784,"tests/data/generate_dummy_data.py",258,2,"64",python,content +954,5060794,"tests/data/generate_dummy_data.py",279,3,"64",python,content +955,5060794,"tests/data/generate_dummy_data.py",1652,0,"\n ",python,content +956,5060795,"tests/data/generate_dummy_data.py",1671,2,", num_videos=5, episode_length=16, height=64, width=64, channels=3\n )",python,content +957,5060795,"tests/data/generate_dummy_data.py",208,0,"00",python,content +958,5060795,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +959,5060972,"tests/data/generate_dummy_data.py",210,0,"0",python,content +960,5060973,"tests/data/generate_dummy_data.py",210,0,"",python,selection_command +961,5062272,"tests/data/generate_dummy_data.py",1796,0,"",python,selection_command +962,5065312,"tests/data/generate_dummy_data.py",210,1,"",python,content +963,5065314,"tests/data/generate_dummy_data.py",210,0,"",python,selection_command +964,5066543,"tests/data/generate_dummy_data.py",1795,0,"",python,selection_command +965,5067788,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +966,5068132,"tests/data/generate_dummy_data.py",208,2,"",python,content +967,5068136,"tests/data/generate_dummy_data.py",1671,72,")\n",python,content +968,5068137,"tests/data/generate_dummy_data.py",1652,9,"",python,content +969,5068143,"tests/data/generate_dummy_data.py",279,2,"160",python,content +970,5068144,"tests/data/generate_dummy_data.py",258,2,"90",python,content +971,5069162,"tests/data/generate_dummy_data.py",258,2,"64",python,content +972,5069165,"tests/data/generate_dummy_data.py",279,3,"64",python,content +973,5069167,"tests/data/generate_dummy_data.py",1652,0,"\n ",python,content +974,5069168,"tests/data/generate_dummy_data.py",1671,2,", num_videos=5, episode_length=16, height=64, width=64, channels=3\n )",python,content +975,5069169,"tests/data/generate_dummy_data.py",208,0,"00",python,content +976,5069999,"tests/data/generate_dummy_data.py",208,2,"",python,content +977,5070000,"tests/data/generate_dummy_data.py",1671,72,")\n",python,content +978,5070005,"tests/data/generate_dummy_data.py",1652,9,"",python,content +979,5070005,"tests/data/generate_dummy_data.py",279,2,"160",python,content +980,5070005,"tests/data/generate_dummy_data.py",258,2,"90",python,content +981,5077215,"tests/data/generate_dummy_data.py",1715,0,"",python,selection_command +982,5079053,"tests/data/generate_dummy_data.py",1663,0,"",python,selection_mouse +983,5081330,"tests/data/generate_dummy_data.py",1663,0,",",python,content +984,5081330,"tests/data/generate_dummy_data.py",1664,0,"",python,selection_keyboard +985,5081488,"tests/data/generate_dummy_data.py",1664,0," ",python,content +986,5081488,"tests/data/generate_dummy_data.py",1665,0,"",python,selection_keyboard +987,5081628,"tests/data/generate_dummy_data.py",1665,0,"n",python,content +988,5081629,"tests/data/generate_dummy_data.py",1666,0,"",python,selection_keyboard +989,5081775,"tests/data/generate_dummy_data.py",1666,0,"u",python,content +990,5081775,"tests/data/generate_dummy_data.py",1667,0,"",python,selection_keyboard +991,5081836,"tests/data/generate_dummy_data.py",1667,0,"m",python,content +992,5081836,"tests/data/generate_dummy_data.py",1668,0,"",python,selection_keyboard +993,5082193,"tests/data/generate_dummy_data.py",1668,0,"_",python,content +994,5082194,"tests/data/generate_dummy_data.py",1669,0,"",python,selection_keyboard +995,5082506,"tests/data/generate_dummy_data.py",1669,0,"videos=1000",python,content +996,5082775,"tests/data/generate_dummy_data.py",1679,0,"",python,selection_command +997,5083022,"tests/data/generate_dummy_data.py",1678,0,"",python,selection_command +998,5083176,"tests/data/generate_dummy_data.py",1677,0,"",python,selection_command +999,5083322,"tests/data/generate_dummy_data.py",1676,0,"",python,selection_command +1000,5084244,"tests/data/generate_dummy_data.py",1622,0,"",python,selection_command +1001,5085080,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +1002,5089599,"tests/data/generate_dummy_data.py",823,0,"",python,selection_mouse +1003,5089601,"tests/data/generate_dummy_data.py",822,0,"",python,selection_command +1004,5090553,"tests/data/generate_dummy_data.py",1663,17,"",python,content +1005,5090560,"tests/data/generate_dummy_data.py",1663,0,"",python,selection_command +1006,5090697,"tests/data/generate_dummy_data.py",1663,1,"\n ) episode_length=1000",python,content +1007,5090698,"tests/data/generate_dummy_data.py",1653,0,"\n ",python,content +1008,5090701,"tests/data/generate_dummy_data.py",1510,0,"/dummy",python,content +1009,5090702,"tests/data/generate_dummy_data.py",1492,6,"",python,content +1010,5090702,"tests/data/generate_dummy_data.py",1482,6,"",python,content +1011,5090703,"tests/data/generate_dummy_data.py",1693,0,"",python,selection_command +1012,5090829,"tests/data/generate_dummy_data.py",1666,0,", num_videos=5",python,content +1013,5090831,"tests/data/generate_dummy_data.py",1666,0,"",python,selection_command +1014,5091081,"tests/data/generate_dummy_data.py",1680,0,", episode_length=16, height=64, width=64, channels=3",python,content +1015,5091081,"tests/data/generate_dummy_data.py",1680,0,"",python,selection_command +1016,5091114,"tests/data/generate_dummy_data.py",1498,6,"",python,content +1017,5091115,"tests/data/generate_dummy_data.py",1498,0,"",python,selection_command +1018,5091145,"tests/data/generate_dummy_data.py",1486,0,"/dummy",python,content +1019,5091147,"tests/data/generate_dummy_data.py",1482,0,"tests/",python,content +1020,5091149,"tests/data/generate_dummy_data.py",1482,0,"",python,selection_command +1021,5091179,"tests/data/generate_dummy_data.py",279,3,"64",python,content +1022,5091180,"tests/data/generate_dummy_data.py",279,0,"",python,selection_command +1023,5091212,"tests/data/generate_dummy_data.py",258,2,"64",python,content +1024,5091214,"tests/data/generate_dummy_data.py",258,0,"",python,selection_command +1025,5092689,"tests/data/generate_dummy_data.py",1814,0,"",python,selection_command +1026,5095847,"tests/data/generate_dummy_data.py",1743,0,"",python,selection_mouse +1027,5096068,"tests/data/generate_dummy_data.py",1743,20,"",python,content +1028,5096073,"tests/data/generate_dummy_data.py",1742,0,"",python,selection_command +1029,5096614,"tests/data/generate_dummy_data.py",1738,0,"",python,selection_command +1030,5097241,"tests/data/generate_dummy_data.py",1744,0,"",python,selection_command +1031,5097581,"tests/data/generate_dummy_data.py",1744,1,"",python,content +1032,5097582,"tests/data/generate_dummy_data.py",1748,0,"",python,selection_command +1033,5099311,"TERMINAL",0,0,"g",,terminal_output +1034,5099442,"TERMINAL",0,0,"i",,terminal_output +1035,5099529,"TERMINAL",0,0,"t",,terminal_output +1036,5099601,"TERMINAL",0,0," ",,terminal_output +1037,5099753,"TERMINAL",0,0,"s",,terminal_output +1038,5099908,"TERMINAL",0,0,"t",,terminal_output +1039,5100033,"TERMINAL",0,0,"a",,terminal_output +1040,5100099,"TERMINAL",0,0,"s",,terminal_output +1041,5100229,"TERMINAL",0,0,"h",,terminal_output +1042,5100310,"TERMINAL",0,0," ",,terminal_output +1043,5100398,"TERMINAL",0,0,"l",,terminal_output +1044,5100467,"TERMINAL",0,0,"i",,terminal_output +1045,5100550,"TERMINAL",0,0,"s",,terminal_output +1046,5100633,"TERMINAL",0,0,"t",,terminal_output +1047,5100698,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1048,5100776,"TERMINAL",0,0,"[?1h=\rstash@{0}: WIP on causal-transformer-nnx-no-kv-cache: e0776eb revert: re-enable jit\r\nstash@{1}: WIP on causal-spatiotemporal-kv-cache: 47cf0cd fix: reintroducing padding since needed during training + QK as attention mask dimensions\r\nstash@{2}: WIP on typo-action-reshape: 3f7dff5 chore: better dimension keys\r\nstash@{3}: WIP on shape-suffixes-sttransformer: e61ff28 fix: correct shape suffix for ffn\r\nstash@{4}: WIP on main: e3e7d65 chore: mention shape suffix usage in README (#126)\r\nstash@{5}: WIP on omit-action-batch-reshape: 45e4764 fix: omit action batch reshape in `sample.py`\r\nstash@{6}: WIP on new-arch-sampling: 3b86b8c feat: kv caching (still need to implement spatial kv-cache-reset )\r\n\r[?1l>]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1049,5101609,"TERMINAL",0,0,"g",,terminal_output +1050,5101716,"TERMINAL",0,0,"i",,terminal_output +1051,5101822,"TERMINAL",0,0,"t ",,terminal_output +1052,5101967,"TERMINAL",0,0,"s",,terminal_output +1053,5102069,"TERMINAL",0,0,"t",,terminal_output +1054,5102136,"TERMINAL",0,0,"a",,terminal_output +1055,5102235,"TERMINAL",0,0,"s",,terminal_output +1056,5102403,"TERMINAL",0,0,"h",,terminal_output +1057,5102547,"TERMINAL",0,0," ",,terminal_output +1058,5104843,"TERMINAL",0,0,"p",,terminal_output +1059,5104930,"TERMINAL",0,0,"o",,terminal_output +1060,5105024,"TERMINAL",0,0,"p",,terminal_output +1061,5105383,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1062,5105580,"TERMINAL",0,0,"On branch causal-transformer-nnx-no-kv-cache\r\nYour branch is up to date with 'origin/causal-transformer-nnx-no-kv-cache'.\r\n\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: .gitignore\r\n\tmodified: tests/data/generate_dummy_data.py\r\n\r\nUntracked files:\r\n (use ""git add ..."" to include in what will be committed)\r\n\t.ipynb_checkpoints/\r\n\tbatch_size_benchmark_tokenizer_flash_attention.json\r\n\tbatch_size_benchmark_tokenizer_no_flash_attention.json\r\n\tbenchmark_batch_sizes_tokenizer.py\r\n\tepisode_tensor.reshape\r\n\tgenerate_arrayrecord_dataset.py\r\n\tsalient_restore_failing_minimal_example.py\r\n\tslurm/\r\n\ttemp.out\r\n\ttest.ipynb\r\n\ttest_profile.nsys-rep\r\n\ttests/data/dummy_arrayrecord/\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\nDropped refs/stash@{0} (94ef5dae34040047eb36350cfd04a8e610609a1a)\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1063,5110130,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +1064,5111463,"tests/data/generate_dummy_data.py",924,0,"",python,selection_command +1065,5111815,"tests/data/generate_dummy_data.py",1748,0,"",python,selection_command +1066,5111815,"tests/data/generate_dummy_data.py",1793,0,"",python,selection_command +1067,5113379,"tests/data/generate_dummy_data.py",1001,0,"",python,selection_command +1068,5113544,"tests/data/generate_dummy_data.py",58,0,"",python,selection_command +1069,5113571,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +1070,5114917,"train_tokenizer.py",0,0,"",python,tab +1071,5117530,"tests/data/generate_dummy_data.py",0,0,"",python,tab +1072,5119169,"tests/data/generate_dummy_data.py",925,0,"",python,selection_command +1073,5119328,"tests/data/generate_dummy_data.py",1677,0,"",python,selection_command +1074,5120039,"tests/data/generate_dummy_data.py",1671,0,"",python,selection_command +1075,5120202,"tests/data/generate_dummy_data.py",1652,0,"",python,selection_command +1076,5120376,"tests/data/generate_dummy_data.py",1620,0,"",python,selection_command +1077,5120703,"tests/data/generate_dummy_data.py",1652,0,"",python,selection_command +1078,5121020,"tests/data/generate_dummy_data.py",1666,0,"",python,selection_command +1079,5121228,"tests/data/generate_dummy_data.py",1666,0,",",python,content +1080,5121228,"tests/data/generate_dummy_data.py",1667,0,"",python,selection_keyboard +1081,5121274,"tests/data/generate_dummy_data.py",1667,0," ",python,content +1082,5121274,"tests/data/generate_dummy_data.py",1668,0,"",python,selection_keyboard +1083,5122473,"tests/data/generate_dummy_data.py",1668,0,"episode_length=1000",python,content +1084,5122588,"tests/data/generate_dummy_data.py",1686,0,"",python,selection_command +1085,5122801,"tests/data/generate_dummy_data.py",1683,0,"",python,selection_command +1086,5123006,"tests/data/generate_dummy_data.py",1682,0,"",python,selection_command +1087,5123143,"tests/data/generate_dummy_data.py",1668,0,"",python,selection_command +1088,5123522,"tests/data/generate_dummy_data.py",1668,19,"",python,content +1089,5123850,"tests/data/generate_dummy_data.py",1668,0,"n",python,content +1090,5123850,"tests/data/generate_dummy_data.py",1669,0,"",python,selection_keyboard +1091,5123889,"tests/data/generate_dummy_data.py",1669,0,"u",python,content +1092,5123890,"tests/data/generate_dummy_data.py",1670,0,"",python,selection_keyboard +1093,5124046,"tests/data/generate_dummy_data.py",1670,0,"m",python,content +1094,5124047,"tests/data/generate_dummy_data.py",1671,0,"",python,selection_keyboard +1095,5124225,"tests/data/generate_dummy_data.py",1671,0,"m",python,content +1096,5124225,"tests/data/generate_dummy_data.py",1672,0,"",python,selection_keyboard +1097,5124589,"tests/data/generate_dummy_data.py",1671,1,"",python,content +1098,5125149,"tests/data/generate_dummy_data.py",1671,0,"_",python,content +1099,5125150,"tests/data/generate_dummy_data.py",1672,0,"",python,selection_keyboard +1100,5125528,"tests/data/generate_dummy_data.py",1672,0,"videos=1000, episode_length=1000",python,content +1101,5125774,"tests/data/generate_dummy_data.py",1703,0,"",python,selection_command +1102,5125992,"tests/data/generate_dummy_data.py",1700,0,"",python,selection_command +1103,5126252,"tests/data/generate_dummy_data.py",1699,0,"",python,selection_command +1104,5126281,"tests/data/generate_dummy_data.py",1685,0,"",python,selection_command +1105,5126309,"tests/data/generate_dummy_data.py",1683,0,"",python,selection_command +1106,5126889,"tests/data/generate_dummy_data.py",1683,21,"",python,content +1107,5126889,"tests/data/generate_dummy_data.py",1682,0,"",python,selection_command +1108,5129092,"TERMINAL",0,0,"r",,terminal_output +1109,5129270,"TERMINAL",0,0,"m ",,terminal_output +1110,5129382,"TERMINAL",0,0,"-r",,terminal_output +1111,5129788,"TERMINAL",0,0," ",,terminal_output +1112,5130930,"TERMINAL",0,0,"ar",,terminal_output +1113,5131188,"TERMINAL",0,0,"",,terminal_output +1114,5131468,"TERMINAL",0,0,"",,terminal_output +1115,5135090,"TERMINAL",0,0,"",,terminal_output +1116,5135198,"TERMINAL",0,0,"",,terminal_output +1117,5135261,"TERMINAL",0,0,"d",,terminal_output +1118,5135383,"TERMINAL",0,0,"a",,terminal_output +1119,5135672,"TERMINAL",0,0,"ta_arrayrecord/",,terminal_output +1120,5136318,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1121,5137216,"TERMINAL",0,0,"rm -r data_arrayrecord/",,terminal_output +1122,5137274,"TERMINAL",0,0,"git stash pop",,terminal_output +1123,5137894,"TERMINAL",0,0,"list",,terminal_output +1124,5138182,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1125,5138294,"TERMINAL",0,0,"deactivate ",,terminal_output +1126,5138863,"TERMINAL",0,0,"[36@bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +1127,5139999,"TERMINAL",0,0,"deactivate ",,terminal_output +1128,5140228,"TERMINAL",0,0,"[30@python tests/data/generate_dummy_data.py",,terminal_output +1129,5140736,"TERMINAL",0,0,"deactivate [36@bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +1130,5140868,"TERMINAL",0,0,"git stash list",,terminal_output +1131,5140984,"TERMINAL",0,0,"pop",,terminal_output +1132,5141506,"TERMINAL",0,0,"rm -r data_arrayrecord/",,terminal_output +1133,5142107,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1134,5142305,"TERMINAL",0,0,"s': git stash pop",,terminal_output +1135,5142369,"TERMINAL",0,0,"o': source /home/franz.srambical/jafar/.venv/bin/activate\r",,terminal_output +1136,5142436,"TERMINAL",0,0,"[1@u': sou",,terminal_output +1137,5142506,"TERMINAL",0,0,"[1@r': sour",,terminal_output +1138,5142621,"TERMINAL",0,0,"\r[24@[franz.srambical@hai004.haicore.berlin:~/jafar] $ sour\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1139,5142925,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1140,5143568,"TERMINAL",0,0,"p': git stash pop",,terminal_output +1141,5143657,"TERMINAL",0,0,"y': python tests/data/generate_dummy_data.py ",,terminal_output +1142,5143772,"TERMINAL",0,0,"\r[1@t': python tests/data/generate_dummy_data.py\r",,terminal_output +1143,5143858,"TERMINAL",0,0,"[1@h': pyth[1@o': pytho",,terminal_output +1144,5144193,"TERMINAL",0,0,"\r[31@jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ pytho",,terminal_output +1145,5144386,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1146,5144650,"TERMINAL",0,0,"Generating dummy ArrayRecord file at data_arrayrecord/dummy/dummy_test_shard.array_record\r\n",,terminal_output +1147,5146237,"tests/data/generate_dummy_data.py",1688,0,"",python,selection_command +1148,5146579,"tests/data/generate_dummy_data.py",1682,0,"",python,selection_command +1149,5147162,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +1150,5147966,"tests/data/generate_dummy_data.py",1739,0,"",python,selection_command +1151,5155386,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/tests/data/generate_dummy_data.py"", line 56, in \r\n generate_dummy_arrayrecord(\r\n File ""/fast/home/franz.srambical/jafar/tests/data/generate_dummy_data.py"", line 27, in generate_dummy_arrayrecord\r\n dummy_video = np.random.randint(\r\n File ""numpy/random/mtrand.pyx"", line 794, in numpy.random.mtrand.RandomState.randint\r\n File ""numpy/random/_bounded_integers.pyx"", line 1133, in numpy.random._bounded_integers._rand_uint8\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/numpy/core/fromnumeric.py"", line 3100, in prod\r\n return _wrapreduction(a, np.multiply, 'prod', axis, dtype, out,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/numpy/core/fromnumeric.py"", line 72, in _wrapreduction\r\n passkwargs = {k: v for k, v in kwargs.items()\r\nKeyboardInterrupt\r\n\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1152,5155479,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1153,5183715,"tests/data/generate_dummy_data.py",1486,0,"",python,selection_mouse +1154,5190829,"TERMINAL",0,0,"python tests/data/generate_dummy_data.py ",,terminal_output +1155,5191561,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1156,5191851,"TERMINAL",0,0,"Generating dummy ArrayRecord file at data_arrayrecord/dummy/dummy_test_shard.array_record\r\n",,terminal_output +1157,5193588,"tests/data/generate_dummy_data.py",1459,0,"",python,selection_command +1158,5194658,"tests/data/generate_dummy_data.py",1433,0,"",python,selection_command +1159,5205314,"TERMINAL",0,0,"Dummy ArrayRecord generation complete.\r\nGenerated dummy file: data_arrayrecord/dummy/dummy_test_shard.array_record\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1160,5208688,"TERMINAL",0,0,"de",,terminal_output +1161,5208762,"TERMINAL",0,0,"a",,terminal_output +1162,5208864,"TERMINAL",0,0,"c",,terminal_output +1163,5209275,"TERMINAL",0,0,"tivate ",,terminal_output +1164,5209504,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1165,5211104,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1166,5211431,"TERMINAL",0,0,"b': source /home/franz.srambical/jafar/.venv/bin/activate\ra': bash experiments/dynamics_grain_tok_restore.sh \r[1@s': bas[1@h': bash",,terminal_output +1167,5211915,"TERMINAL",0,0,"\r[24@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash\r\n[?2004l\r",,terminal_output +1168,5221996,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +1169,5231990,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1170,5236480,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +1171,5237617,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1172,5243486,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 347, in \r\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 469, in restore_genie_components\r\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 815, in restore\r\n tree_memory_size, restored_item = asyncio_utils.run_sync(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py"", line 50, in run_sync\r\n return asyncio.run(coro)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py"", line 44, in run\r\n return loop.run_until_complete(main)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 649, in run_until_complete\r\n return future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 632, in _maybe_deserialize\r\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py"", line 1319, in deserialize\r\n *ret, array_metadatas = await asyncio.gather(*deserialize_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 555, in async_deserialize\r\n return await read_and_create_array(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 510, in read_and_create_array\r\n return jax.make_array_from_single_device_arrays(global_shape, sharding, dbs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 1068, in make_array_from_single_device_arrays\r\n dtype = _get_and_check_dtype(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 700, in _get_and_check_dtype\r\n raise ValueError(\r\nValueError: Building an Array with no addressable shards with `jax.make_array_from_single_device_arrays` is supported only if `jax.config.enable_empty_arrays` is set to True.\r\n",,terminal_output +1173,5306561,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\nclass EpisodeLengthFilter(grain.transforms.Filter):\n """"""\n A Grain Filter that keeps only episodes with sufficient length.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the filter with sequence length requirements.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def filter(self, element: Any) -> bool:\n """"""\n Filters episodes based on length.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n\n Returns:\n True if the episode has sufficient length, False otherwise.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n current_episode_len = element[""sequence_length""]\n if current_episode_len < self.seq_len:\n print(\n f""Filtering out episode with length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}.""\n )\n return False\n\n return True\n\n\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(\n f""Episode length {current_episode_len} is shorter than ""\n f""requested sequence length {self.seq_len}. This should ""\n f""have been filtered out.""\n )\n\n max_start_idx = current_episode_len - self.seq_len\n\n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n\n return seq\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n\n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=None,\n seed=seed,\n )\n\n operations = [\n EpisodeLengthFilter(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n ProcessEpisodeAndSlice(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n )\n\n return dataloader\n",python,tab +1174,5307429,"utils/dataloader.py",4998,0,"",python,selection_command +1175,5307947,"utils/dataloader.py",4976,0,"",python,selection_command +1176,5308294,"utils/dataloader.py",4975,0,"",python,selection_command +1177,5308294,"utils/dataloader.py",4969,0,"",python,selection_command +1178,5308295,"utils/dataloader.py",4934,0,"",python,selection_command +1179,5308295,"utils/dataloader.py",4904,0,"",python,selection_command +1180,5308329,"utils/dataloader.py",4870,0,"",python,selection_command +1181,5308443,"utils/dataloader.py",4839,0,"",python,selection_command +1182,5308443,"utils/dataloader.py",4814,0,"",python,selection_command +1183,5308443,"utils/dataloader.py",4786,0,"",python,selection_command +1184,5308467,"utils/dataloader.py",4751,0,"",python,selection_command +1185,5308499,"utils/dataloader.py",4745,0,"",python,selection_command +1186,5308557,"utils/dataloader.py",4722,0,"",python,selection_command +1187,5308641,"utils/dataloader.py",4671,0,"",python,selection_command +1188,5308641,"utils/dataloader.py",4633,0,"",python,selection_command +1189,5308642,"utils/dataloader.py",4632,0,"",python,selection_command +1190,5308666,"utils/dataloader.py",4626,0,"",python,selection_command +1191,5308819,"utils/dataloader.py",4538,0,"",python,selection_command +1192,5308819,"utils/dataloader.py",4527,0,"",python,selection_command +1193,5308820,"utils/dataloader.py",4448,0,"",python,selection_command +1194,5308820,"utils/dataloader.py",4416,0,"",python,selection_command +1195,5308838,"utils/dataloader.py",4405,0,"",python,selection_command +1196,5308867,"utils/dataloader.py",4326,0,"",python,selection_command +1197,5308899,"utils/dataloader.py",4297,0,"",python,selection_command +1198,5308933,"utils/dataloader.py",4278,0,"",python,selection_command +1199,5308966,"utils/dataloader.py",4277,0,"",python,selection_command +1200,5309000,"utils/dataloader.py",4271,0,"",python,selection_command +1201,5309033,"utils/dataloader.py",4252,0,"",python,selection_command +1202,5309068,"utils/dataloader.py",4227,0,"",python,selection_command +1203,5309165,"utils/dataloader.py",4205,0,"",python,selection_command +1204,5309166,"utils/dataloader.py",4128,0,"",python,selection_command +1205,5309168,"utils/dataloader.py",4095,0,"",python,selection_command +1206,5309201,"utils/dataloader.py",4052,0,"",python,selection_command +1207,5309343,"utils/dataloader.py",4051,0,"",python,selection_command +1208,5309343,"utils/dataloader.py",3982,0,"",python,selection_command +1209,5309376,"utils/dataloader.py",4051,0,"",python,selection_command +1210,5309689,"utils/dataloader.py",3982,0,"",python,selection_command +1211,5309868,"utils/dataloader.py",3981,0,"",python,selection_command +1212,5309895,"utils/dataloader.py",3917,0,"",python,selection_command +1213,5309919,"utils/dataloader.py",3907,0,"",python,selection_command +1214,5310004,"utils/dataloader.py",3827,0,"",python,selection_command +1215,5310005,"utils/dataloader.py",3752,0,"",python,selection_command +1216,5310215,"utils/dataloader.py",3827,0,"",python,selection_command +1217,5311166,"utils/dataloader.py",3752,0,"",python,selection_command +1218,5311416,"utils/dataloader.py",3726,0,"",python,selection_command +1219,5311443,"utils/dataloader.py",3679,0,"",python,selection_command +1220,5311469,"utils/dataloader.py",3678,0,"",python,selection_command +1221,5311502,"utils/dataloader.py",3638,0,"",python,selection_command +1222,5311536,"utils/dataloader.py",3637,0,"",python,selection_command +1223,5311568,"utils/dataloader.py",3568,0,"",python,selection_command +1224,5311602,"utils/dataloader.py",3537,0,"",python,selection_command +1225,5311636,"utils/dataloader.py",3529,0,"",python,selection_command +1226,5311669,"utils/dataloader.py",3480,0,"",python,selection_command +1227,5311787,"utils/dataloader.py",3472,0,"",python,selection_command +1228,5311787,"utils/dataloader.py",3469,0,"",python,selection_command +1229,5311788,"utils/dataloader.py",3449,0,"",python,selection_command +1230,5311804,"utils/dataloader.py",3414,0,"",python,selection_command +1231,5311841,"utils/dataloader.py",3388,0,"",python,selection_command +1232,5311871,"utils/dataloader.py",3370,0,"",python,selection_command +1233,5311984,"utils/dataloader.py",3352,0,"",python,selection_command +1234,5311984,"utils/dataloader.py",3334,0,"",python,selection_command +1235,5311985,"utils/dataloader.py",3306,0,"",python,selection_command +1236,5312010,"utils/dataloader.py",3288,0,"",python,selection_command +1237,5312043,"utils/dataloader.py",3253,0,"",python,selection_command +1238,5312075,"utils/dataloader.py",3233,0,"",python,selection_command +1239,5312109,"utils/dataloader.py",3232,0,"",python,selection_command +1240,5312143,"utils/dataloader.py",3231,0,"",python,selection_command +1241,5312177,"utils/dataloader.py",3212,0,"",python,selection_command +1242,5312312,"utils/dataloader.py",3211,0,"",python,selection_command +1243,5312312,"utils/dataloader.py",3144,0,"",python,selection_command +1244,5313032,"utils/dataloader.py",3211,0,"",python,selection_command +1245,5313262,"utils/dataloader.py",3212,0,"",python,selection_command +1246,5313433,"utils/dataloader.py",3231,0,"",python,selection_command +1247,5313433,"utils/dataloader.py",3232,0,"",python,selection_command +1248,5313434,"utils/dataloader.py",3233,0,"",python,selection_command +1249,5314409,"utils/dataloader.py",3683,0,"",python,selection_command +1250,5315281,"utils/dataloader.py",4338,0,"",python,selection_command +1251,5315518,"utils/dataloader.py",4973,0,"",python,selection_command +1252,5315785,"utils/dataloader.py",4998,0,"",python,selection_command +1253,5316702,"utils/dataloader.py",4546,0,"",python,selection_command +1254,5316914,"utils/dataloader.py",3921,0,"",python,selection_command +1255,5317030,"utils/dataloader.py",3356,0,"",python,selection_command +1256,5317030,"utils/dataloader.py",2839,0,"",python,selection_command +1257,5317031,"utils/dataloader.py",2164,0,"",python,selection_command +1258,5317446,"utils/dataloader.py",1381,0,"",python,selection_command +1259,5317750,"utils/dataloader.py",786,0,"",python,selection_command +1260,5317751,"utils/dataloader.py",138,0,"",python,selection_command +1261,5317753,"utils/dataloader.py",0,0,"",python,selection_command +1262,5320861,"utils/dataloader.py",1261,0,"",python,selection_command +1263,5323254,"utils/dataloader.py",2529,0,"",python,selection_command +1264,5323748,"utils/dataloader.py",3637,0,"",python,selection_command +1265,5323948,"utils/dataloader.py",4878,0,"",python,selection_command +1266,5324121,"utils/dataloader.py",4998,0,"",python,selection_command +1267,5369400,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14994.3 tasks 0-1: running\r\n",,terminal_output +1268,5369680,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14994.3\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:27:14.414] error: *** STEP 14994.3 ON hai004 CANCELLED AT 2025-08-05T17:27:14 DUE to SIGNAL Killed ***\r\n^Csrun: sending Ctrl-C to StepId=14994.3\r\nsrun: job abort in progress\r\n",,terminal_output +1269,5370440,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1270,5371083,"TERMINAL",0,0,"e",,terminal_output +1271,5371224,"TERMINAL",0,0,"x",,terminal_output +1272,5371312,"TERMINAL",0,0,"i",,terminal_output +1273,5371460,"TERMINAL",0,0,"t",,terminal_output +1274,5371602,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\nsrun: error: hai004: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 14994\r\nsalloc: Job allocation 14994 has been revoked.\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +1275,5377787,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +1276,5377788,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14995\r\n",,terminal_output +1277,5377964,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n^E",,terminal_output +1278,5378889,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +1279,5378982,"TERMINAL",0,0,"^E",,terminal_output +1280,5379288,"TERMINAL",0,0,"Running inside SLURM, Job ID 14995.\r\n",,terminal_output +1281,5379357,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1282,5384357,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1283,5384610,"TERMINAL",0,0,"[48@d': bash experiments/dynamics_grain_tok_restore.sh",,terminal_output +1284,5384701,"TERMINAL",0,0,"[1@y': bash experiments/dy[1@n': bash experiments/dyn",,terminal_output +1285,5384979,"TERMINAL",0,0,"\r[25@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dyn",,terminal_output +1286,5385039,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1287,5389800,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +1288,5395895,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1289,5397569,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +1290,5398248,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1291,5399983,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +1292,5421311,"TERMINAL",0,0,"2025-08-05 17:28:05.957454: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 17:28:05.958181: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 17:28:05.959450: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-05 17:28:05.959475: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1293,5443792,"TERMINAL",0,0,"Step 0, loss: 17.55597686767578\r\n",,terminal_output +1294,5475211,"TERMINAL",0,0,"Step 1, loss: nan\r\n",,terminal_output +1295,5476248,"TERMINAL",0,0,"Step 2, loss: nan\r\n",,terminal_output +1296,5477267,"TERMINAL",0,0,"Step 3, loss: nan\r\n",,terminal_output +1297,5478614,"TERMINAL",0,0,"Step 4, loss: nan\r\n",,terminal_output +1298,5478745,"TERMINAL",0,0,"Saved checkpoint at step 5\r\n",,terminal_output +1299,5479793,"TERMINAL",0,0,"Step 5, loss: nan\r\n",,terminal_output +1300,5481018,"TERMINAL",0,0,"Step 6, loss: nan\r\n",,terminal_output +1301,5481889,"TERMINAL",0,0,"Step 7, loss: nan\r\n",,terminal_output +1302,5483039,"TERMINAL",0,0,"Step 8, loss: nan\r\n",,terminal_output +1303,5483987,"TERMINAL",0,0,"Step 9, loss: nan\r\n",,terminal_output +1304,5484083,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +1305,5485301,"TERMINAL",0,0,"Step 10, loss: nan\r\n",,terminal_output +1306,5486418,"TERMINAL",0,0,"Step 11, loss: nan\r\n",,terminal_output +1307,5487473,"TERMINAL",0,0,"Step 12, loss: nan\r\n",,terminal_output +1308,5488520,"TERMINAL",0,0,"Step 13, loss: nan\r\n",,terminal_output +1309,5489636,"TERMINAL",0,0,"Step 14, loss: nan\r\nSaved checkpoint at step 15\r\n",,terminal_output +1310,5490645,"TERMINAL",0,0,"Step 15, loss: nan\r\n",,terminal_output +1311,5491673,"TERMINAL",0,0,"Step 16, loss: nan\r\n",,terminal_output +1312,5493008,"TERMINAL",0,0,"Step 17, loss: nan\r\n",,terminal_output +1313,5494052,"TERMINAL",0,0,"Step 18, loss: nan\r\n",,terminal_output +1314,5495254,"TERMINAL",0,0,"Step 19, loss: nan\r\nSaved checkpoint at step 20\r\n",,terminal_output +1315,5496310,"TERMINAL",0,0,"Step 20, loss: nan\r\n",,terminal_output +1316,5497332,"TERMINAL",0,0,"Step 21, loss: nan\r\n",,terminal_output +1317,5498452,"TERMINAL",0,0,"Step 22, loss: nan\r\n",,terminal_output +1318,5499491,"TERMINAL",0,0,"Step 23, loss: nan\r\n",,terminal_output +1319,5500764,"TERMINAL",0,0,"Step 24, loss: nan\r\n",,terminal_output +1320,5500942,"TERMINAL",0,0,"Saved checkpoint at step 25\r\n",,terminal_output +1321,5501992,"TERMINAL",0,0,"Step 25, loss: nan\r\n",,terminal_output +1322,5502861,"TERMINAL",0,0,"Step 26, loss: nan\r\n",,terminal_output +1323,5504088,"TERMINAL",0,0,"Step 27, loss: nan\r\n",,terminal_output +1324,5504928,"TERMINAL",0,0,"Step 28, loss: nan\r\n",,terminal_output +1325,5505901,"TERMINAL",0,0,"Step 29, loss: nan\r\n",,terminal_output +1326,5506240,"TERMINAL",0,0,"Saved checkpoint at step 30\r\n",,terminal_output +1327,5507325,"TERMINAL",0,0,"Step 30, loss: nan\r\n",,terminal_output +1328,5508340,"TERMINAL",0,0,"Step 31, loss: nan\r\n",,terminal_output +1329,5509398,"TERMINAL",0,0,"Step 32, loss: nan\r\n",,terminal_output +1330,5510441,"TERMINAL",0,0,"Step 33, loss: nan\r\n",,terminal_output +1331,5511469,"TERMINAL",0,0,"Step 34, loss: nan\r\n",,terminal_output +1332,5511535,"TERMINAL",0,0,"Saved checkpoint at step 35\r\n",,terminal_output +1333,5512611,"TERMINAL",0,0,"Step 35, loss: nan\r\n",,terminal_output +1334,5513956,"TERMINAL",0,0,"Step 36, loss: nan\r\n",,terminal_output +1335,5515013,"TERMINAL",0,0,"Step 37, loss: nan\r\n",,terminal_output +1336,5516084,"TERMINAL",0,0,"Step 38, loss: nan\r\n",,terminal_output +1337,5517217,"TERMINAL",0,0,"Step 39, loss: nan\r\n",,terminal_output +1338,5517389,"TERMINAL",0,0,"Saved checkpoint at step 40\r\n",,terminal_output +1339,5518387,"TERMINAL",0,0,"Step 40, loss: nan\r\n",,terminal_output +1340,5519310,"TERMINAL",0,0,"Step 41, loss: nan\r\n",,terminal_output +1341,5520803,"TERMINAL",0,0,"Step 42, loss: nan\r\n",,terminal_output +1342,5521840,"TERMINAL",0,0,"Step 43, loss: nan\r\n",,terminal_output +1343,5522751,"TERMINAL",0,0,"Step 44, loss: nan\r\n",,terminal_output +1344,5522825,"TERMINAL",0,0,"Saved checkpoint at step 45\r\n",,terminal_output +1345,5523845,"TERMINAL",0,0,"Step 45, loss: nan\r\n",,terminal_output +1346,5524877,"TERMINAL",0,0,"Step 46, loss: nan\r\n",,terminal_output +1347,5525916,"TERMINAL",0,0,"Step 47, loss: nan\r\n",,terminal_output +1348,5526960,"TERMINAL",0,0,"Step 48, loss: nan\r\n",,terminal_output +1349,5528302,"TERMINAL",0,0,"Step 49, loss: nan\r\n",,terminal_output +1350,5528369,"TERMINAL",0,0,"Saved checkpoint at step 50\r\n",,terminal_output +1351,5529419,"TERMINAL",0,0,"Step 50, loss: nan\r\n",,terminal_output +1352,5530471,"TERMINAL",0,0,"Step 51, loss: nan\r\n",,terminal_output +1353,5531542,"TERMINAL",0,0,"Step 52, loss: nan\r\n",,terminal_output +1354,5532623,"TERMINAL",0,0,"Step 53, loss: nan\r\n",,terminal_output +1355,5533668,"TERMINAL",0,0,"Step 54, loss: nan\r\n",,terminal_output +1356,5534105,"TERMINAL",0,0,"Saved checkpoint at step 55\r\n",,terminal_output +1357,5535209,"TERMINAL",0,0,"Step 55, loss: nan\r\n",,terminal_output +1358,5536201,"TERMINAL",0,0,"Step 56, loss: nan\r\n",,terminal_output +1359,5537127,"TERMINAL",0,0,"Step 57, loss: nan\r\n",,terminal_output +1360,5538265,"TERMINAL",0,0,"Step 58, loss: nan\r\n",,terminal_output +1361,5539377,"TERMINAL",0,0,"Step 59, loss: nan\r\nSaved checkpoint at step 60\r\n",,terminal_output +1362,5540464,"TERMINAL",0,0,"Step 60, loss: nan\r\n",,terminal_output +1363,5541704,"TERMINAL",0,0,"Step 61, loss: nan\r\n",,terminal_output +1364,5542768,"TERMINAL",0,0,"Step 62, loss: nan\r\n",,terminal_output +1365,5543838,"TERMINAL",0,0,"Step 63, loss: nan\r\n",,terminal_output +1366,5544861,"TERMINAL",0,0,"Step 64, loss: nan\r\n",,terminal_output +1367,5544941,"TERMINAL",0,0,"Saved checkpoint at step 65\r\n",,terminal_output +1368,5545953,"TERMINAL",0,0,"Step 65, loss: nan\r\n",,terminal_output +1369,5546982,"TERMINAL",0,0,"Step 66, loss: nan\r\n",,terminal_output +1370,5548018,"TERMINAL",0,0,"Step 67, loss: nan\r\n",,terminal_output +1371,5549389,"TERMINAL",0,0,"Step 68, loss: nan\r\n",,terminal_output +1372,5550456,"TERMINAL",0,0,"Step 69, loss: nan\r\n",,terminal_output +1373,5550510,"TERMINAL",0,0,"Saved checkpoint at step 70\r\n",,terminal_output +1374,5551593,"TERMINAL",0,0,"Step 70, loss: nan\r\n",,terminal_output +1375,5552751,"TERMINAL",0,0,"Step 71, loss: nan\r\n",,terminal_output +1376,5553787,"TERMINAL",0,0,"Step 72, loss: nan\r\n",,terminal_output +1377,5554701,"TERMINAL",0,0,"Step 73, loss: nan\r\n",,terminal_output +1378,5555742,"TERMINAL",0,0,"Step 74, loss: nan\r\n",,terminal_output +1379,5555980,"TERMINAL",0,0,"Saved checkpoint at step 75\r\n",,terminal_output +1380,5557017,"TERMINAL",0,0,"Step 75, loss: nan\r\n",,terminal_output +1381,5557982,"TERMINAL",0,0,"Step 76, loss: nan\r\n",,terminal_output +1382,5558964,"TERMINAL",0,0,"Step 77, loss: nan\r\n",,terminal_output +1383,5560028,"TERMINAL",0,0,"Step 78, loss: nan\r\n",,terminal_output +1384,5561048,"TERMINAL",0,0,"Step 79, loss: nan\r\n",,terminal_output +1385,5561114,"TERMINAL",0,0,"Saved checkpoint at step 80\r\n",,terminal_output +1386,5562451,"TERMINAL",0,0,"Step 80, loss: nan\r\n",,terminal_output +1387,5563544,"TERMINAL",0,0,"Step 81, loss: nan\r\n",,terminal_output +1388,5564588,"TERMINAL",0,0,"Step 82, loss: nan\r\n",,terminal_output +1389,5565579,"TERMINAL",0,0,"Step 83, loss: nan\r\n",,terminal_output +1390,5566628,"TERMINAL",0,0,"Step 84, loss: nan\r\n",,terminal_output +1391,5566687,"TERMINAL",0,0,"Saved checkpoint at step 85\r\n",,terminal_output +1392,5567739,"TERMINAL",0,0,"Step 85, loss: nan\r\n",,terminal_output +1393,5568791,"TERMINAL",0,0,"Step 86, loss: nan\r\n",,terminal_output +1394,5570104,"TERMINAL",0,0,"Step 87, loss: nan\r\n",,terminal_output +1395,5571408,"TERMINAL",0,0,"Step 88, loss: nan\r\n",,terminal_output +1396,5572202,"TERMINAL",0,0,"Step 89, loss: nan\r\n",,terminal_output +1397,5572379,"TERMINAL",0,0,"Saved checkpoint at step 90\r\n",,terminal_output +1398,5573394,"TERMINAL",0,0,"Step 90, loss: nan\r\n",,terminal_output +1399,5574365,"TERMINAL",0,0,"Step 91, loss: nan\r\n",,terminal_output +1400,5575600,"TERMINAL",0,0,"Step 92, loss: nan\r\n",,terminal_output +1401,5576572,"TERMINAL",0,0,"Step 93, loss: nan\r\n",,terminal_output +1402,5577846,"TERMINAL",0,0,"Step 94, loss: nan\r\n",,terminal_output +1403,5577966,"TERMINAL",0,0,"Saved checkpoint at step 95\r\n",,terminal_output +1404,5579128,"TERMINAL",0,0,"Step 95, loss: nan\r\n",,terminal_output +1405,5580064,"TERMINAL",0,0,"Step 96, loss: nan\r\n",,terminal_output +1406,5581119,"TERMINAL",0,0,"Step 97, loss: nan\r\n",,terminal_output +1407,5582162,"TERMINAL",0,0,"Step 98, loss: nan\r\n",,terminal_output +1408,5583463,"TERMINAL",0,0,"Step 99, loss: nan\r\nSaved checkpoint at step 100\r\n",,terminal_output +1409,5584494,"TERMINAL",0,0,"Step 100, loss: nan\r\n",,terminal_output +1410,5585534,"TERMINAL",0,0,"Step 101, loss: nan\r\n",,terminal_output +1411,5586584,"TERMINAL",0,0,"Step 102, loss: nan\r\n",,terminal_output +1412,5587635,"TERMINAL",0,0,"Step 103, loss: nan\r\n",,terminal_output +1413,5588769,"TERMINAL",0,0,"Step 104, loss: nan\r\nSaved checkpoint at step 105\r\n",,terminal_output +1414,5589781,"TERMINAL",0,0,"Step 105, loss: nan\r\n",,terminal_output +1415,5591140,"TERMINAL",0,0,"Step 106, loss: nan\r\n",,terminal_output +1416,5592230,"TERMINAL",0,0,"Step 107, loss: nan\r\n",,terminal_output +1417,5593392,"TERMINAL",0,0,"Step 108, loss: nan\r\n",,terminal_output +1418,5594398,"TERMINAL",0,0,"Step 109, loss: nan\r\n",,terminal_output +1419,5594454,"TERMINAL",0,0,"Saved checkpoint at step 110\r\n",,terminal_output +1420,5595585,"TERMINAL",0,0,"Step 110, loss: nan\r\n",,terminal_output +1421,5596502,"TERMINAL",0,0,"Step 111, loss: nan\r\n",,terminal_output +1422,5597603,"TERMINAL",0,0,"Step 112, loss: nan\r\n",,terminal_output +1423,5599070,"TERMINAL",0,0,"Step 113, loss: nan\r\n",,terminal_output +1424,5599913,"TERMINAL",0,0,"Step 114, loss: nan\r\n",,terminal_output +1425,5599969,"TERMINAL",0,0,"Saved checkpoint at step 115\r\n",,terminal_output +1426,5601055,"TERMINAL",0,0,"Step 115, loss: nan\r\n",,terminal_output +1427,5602183,"TERMINAL",0,0,"Step 116, loss: nan\r\n",,terminal_output +1428,5603235,"TERMINAL",0,0,"Step 117, loss: nan\r\n",,terminal_output +1429,5604304,"TERMINAL",0,0,"Step 118, loss: nan\r\n",,terminal_output +1430,5605403,"TERMINAL",0,0,"Step 119, loss: nan\r\n",,terminal_output +1431,5605764,"TERMINAL",0,0,"Saved checkpoint at step 120\r\n",,terminal_output +1432,5606807,"TERMINAL",0,0,"Step 120, loss: nan\r\n",,terminal_output +1433,5607838,"TERMINAL",0,0,"Step 121, loss: nan\r\n",,terminal_output +1434,5608871,"TERMINAL",0,0,"Step 122, loss: nan\r\n",,terminal_output +1435,5609937,"TERMINAL",0,0,"Step 123, loss: nan\r\n",,terminal_output +1436,5611126,"TERMINAL",0,0,"Step 124, loss: nan\r\nSaved checkpoint at step 125\r\n",,terminal_output +1437,5612239,"TERMINAL",0,0,"Step 125, loss: nan\r\n",,terminal_output +1438,5613463,"TERMINAL",0,0,"Step 126, loss: nan\r\n",,terminal_output +1439,5614603,"TERMINAL",0,0,"Step 127, loss: nan\r\n",,terminal_output +1440,5615720,"TERMINAL",0,0,"Step 128, loss: nan\r\n",,terminal_output +1441,5616783,"TERMINAL",0,0,"Step 129, loss: nan\r\nSaved checkpoint at step 130\r\n",,terminal_output +1442,5617731,"TERMINAL",0,0,"Step 130, loss: nan\r\n",,terminal_output +1443,5618758,"TERMINAL",0,0,"Step 131, loss: nan\r\n",,terminal_output +1444,5620075,"TERMINAL",0,0,"Step 132, loss: nan\r\n",,terminal_output +1445,5621164,"TERMINAL",0,0,"Step 133, loss: nan\r\n",,terminal_output +1446,5622179,"TERMINAL",0,0,"Step 134, loss: nan\r\n",,terminal_output +1447,5622238,"TERMINAL",0,0,"Saved checkpoint at step 135\r\n",,terminal_output +1448,5623290,"TERMINAL",0,0,"Step 135, loss: nan\r\n",,terminal_output +1449,5624337,"TERMINAL",0,0,"Step 136, loss: nan\r\n",,terminal_output +1450,5625378,"TERMINAL",0,0,"Step 137, loss: nan\r\n",,terminal_output +1451,5626440,"TERMINAL",0,0,"Step 138, loss: nan\r\n",,terminal_output +1452,5627745,"TERMINAL",0,0,"Step 139, loss: nan\r\n",,terminal_output +1453,5627805,"TERMINAL",0,0,"Saved checkpoint at step 140\r\n",,terminal_output +1454,5628985,"TERMINAL",0,0,"Step 140, loss: nan\r\n",,terminal_output +1455,5630131,"TERMINAL",0,0,"Step 141, loss: nan\r\n",,terminal_output +1456,5631095,"TERMINAL",0,0,"Step 142, loss: nan\r\n",,terminal_output +1457,5631971,"TERMINAL",0,0,"Step 143, loss: nan\r\n",,terminal_output +1458,5633209,"TERMINAL",0,0,"Step 144, loss: nan\r\nSaved checkpoint at step 145\r\n",,terminal_output +1459,5634602,"TERMINAL",0,0,"Step 145, loss: nan\r\n",,terminal_output +1460,5635519,"TERMINAL",0,0,"Step 146, loss: nan\r\n",,terminal_output +1461,5636569,"TERMINAL",0,0,"Step 147, loss: nan\r\n",,terminal_output +1462,5637648,"TERMINAL",0,0,"Step 148, loss: nan\r\n",,terminal_output +1463,5638688,"TERMINAL",0,0,"Step 149, loss: nan\r\n",,terminal_output +1464,5638746,"TERMINAL",0,0,"Saved checkpoint at step 150\r\n",,terminal_output +1465,5639828,"TERMINAL",0,0,"Step 150, loss: nan\r\n",,terminal_output +1466,5640930,"TERMINAL",0,0,"Step 151, loss: nan\r\n",,terminal_output +1467,5642279,"TERMINAL",0,0,"Step 152, loss: nan\r\n",,terminal_output +1468,5643357,"TERMINAL",0,0,"Step 153, loss: nan\r\n",,terminal_output +1469,5644431,"TERMINAL",0,0,"Step 154, loss: nan\r\n",,terminal_output +1470,5644491,"TERMINAL",0,0,"Saved checkpoint at step 155\r\n",,terminal_output +1471,5645541,"TERMINAL",0,0,"Step 155, loss: nan\r\n",,terminal_output +1472,5646676,"TERMINAL",0,0,"Step 156, loss: nan\r\n",,terminal_output +1473,5647773,"TERMINAL",0,0,"Step 157, loss: nan\r\n",,terminal_output +1474,5648835,"TERMINAL",0,0,"Step 158, loss: nan\r\n",,terminal_output +1475,5650347,"TERMINAL",0,0,"Step 159, loss: nan\r\nSaved checkpoint at step 160\r\n",,terminal_output +1476,5651354,"TERMINAL",0,0,"Step 160, loss: nan\r\n",,terminal_output +1477,5652419,"TERMINAL",0,0,"Step 161, loss: nan\r\n",,terminal_output +1478,5653289,"TERMINAL",0,0,"Step 162, loss: nan\r\n",,terminal_output +1479,5654386,"TERMINAL",0,0,"Step 163, loss: nan\r\n",,terminal_output +1480,5655468,"TERMINAL",0,0,"Step 164, loss: nan\r\n",,terminal_output +1481,5655752,"TERMINAL",0,0,"Saved checkpoint at step 165\r\n",,terminal_output +1482,5656907,"TERMINAL",0,0,"Step 165, loss: nan\r\n",,terminal_output +1483,5657877,"TERMINAL",0,0,"Step 166, loss: nan\r\n",,terminal_output +1484,5658926,"TERMINAL",0,0,"Step 167, loss: nan\r\n",,terminal_output +1485,5659982,"TERMINAL",0,0,"Step 168, loss: nan\r\n",,terminal_output +1486,5661069,"TERMINAL",0,0,"Step 169, loss: nan\r\n",,terminal_output +1487,5661127,"TERMINAL",0,0,"Saved checkpoint at step 170\r\n",,terminal_output +1488,5662137,"TERMINAL",0,0,"Step 170, loss: nan\r\n",,terminal_output +1489,5663211,"TERMINAL",0,0,"Step 171, loss: nan\r\n",,terminal_output +1490,5664293,"TERMINAL",0,0,"Step 172, loss: nan\r\n",,terminal_output +1491,5665328,"TERMINAL",0,0,"Step 173, loss: nan\r\n",,terminal_output +1492,5666358,"TERMINAL",0,0,"Step 174, loss: nan\r\n",,terminal_output +1493,5666478,"TERMINAL",0,0,"Saved checkpoint at step 175\r\n",,terminal_output +1494,5667704,"TERMINAL",0,0,"Step 175, loss: nan\r\n",,terminal_output +1495,5668727,"TERMINAL",0,0,"Step 176, loss: nan\r\n",,terminal_output +1496,5669750,"TERMINAL",0,0,"Step 177, loss: nan\r\n",,terminal_output +1497,5670980,"TERMINAL",0,0,"Step 178, loss: nan\r\n",,terminal_output +1498,5671996,"TERMINAL",0,0,"Step 179, loss: nan\r\n",,terminal_output +1499,5672067,"TERMINAL",0,0,"Saved checkpoint at step 180\r\n",,terminal_output +1500,5673120,"TERMINAL",0,0,"Step 180, loss: nan\r\n",,terminal_output +1501,5674190,"TERMINAL",0,0,"Step 181, loss: nan\r\n",,terminal_output +1502,5675213,"TERMINAL",0,0,"Step 182, loss: nan\r\n",,terminal_output +1503,5676556,"TERMINAL",0,0,"Step 183, loss: nan\r\n",,terminal_output +1504,5677625,"TERMINAL",0,0,"Step 184, loss: nan\r\n",,terminal_output +1505,5677693,"TERMINAL",0,0,"Saved checkpoint at step 185\r\n",,terminal_output +1506,5678776,"TERMINAL",0,0,"Step 185, loss: nan\r\n",,terminal_output +1507,5679853,"TERMINAL",0,0,"Step 186, loss: nan\r\n",,terminal_output +1508,5680915,"TERMINAL",0,0,"Step 187, loss: nan\r\n",,terminal_output +1509,5681912,"TERMINAL",0,0,"Step 188, loss: nan\r\n",,terminal_output +1510,5683116,"TERMINAL",0,0,"Step 189, loss: nan\r\nSaved checkpoint at step 190\r\n",,terminal_output +1511,5684165,"TERMINAL",0,0,"Step 190, loss: nan\r\n",,terminal_output +1512,5685237,"TERMINAL",0,0,"Step 191, loss: nan\r\n",,terminal_output +1513,5686275,"TERMINAL",0,0,"Step 192, loss: nan\r\n",,terminal_output +1514,5687434,"TERMINAL",0,0,"Step 193, loss: nan\r\n",,terminal_output +1515,5688534,"TERMINAL",0,0,"Step 194, loss: nan\r\n",,terminal_output +1516,5688861,"TERMINAL",0,0,"Saved checkpoint at step 195\r\n",,terminal_output +1517,5689707,"TERMINAL",0,0,"Step 195, loss: nan\r\n",,terminal_output +1518,5690664,"TERMINAL",0,0,"Step 196, loss: nan\r\n",,terminal_output +1519,5692119,"TERMINAL",0,0,"Step 197, loss: nan\r\n",,terminal_output +1520,5693155,"TERMINAL",0,0,"Step 198, loss: nan\r\n",,terminal_output +1521,5694075,"TERMINAL",0,0,"Step 199, loss: nan\r\n",,terminal_output +1522,5694137,"TERMINAL",0,0,"Saved checkpoint at step 200\r\n",,terminal_output +1523,5695132,"TERMINAL",0,0,"Step 200, loss: nan\r\n",,terminal_output +1524,5696205,"TERMINAL",0,0,"Step 201, loss: nan\r\n",,terminal_output +1525,5697243,"TERMINAL",0,0,"Step 202, loss: nan\r\n",,terminal_output +1526,5698276,"TERMINAL",0,0,"Step 203, loss: nan\r\n",,terminal_output +1527,5699587,"TERMINAL",0,0,"Step 204, loss: nan\r\n",,terminal_output +1528,5699646,"TERMINAL",0,0,"Saved checkpoint at step 205\r\n",,terminal_output +1529,5700685,"TERMINAL",0,0,"Step 205, loss: nan\r\n",,terminal_output +1530,5701759,"TERMINAL",0,0,"Step 206, loss: nan\r\n",,terminal_output +1531,5702832,"TERMINAL",0,0,"Step 207, loss: nan\r\n",,terminal_output +1532,5703910,"TERMINAL",0,0,"Step 208, loss: nan\r\n",,terminal_output +1533,5705002,"TERMINAL",0,0,"Step 209, loss: nan\r\n",,terminal_output +1534,5705431,"TERMINAL",0,0,"Saved checkpoint at step 210\r\n",,terminal_output +1535,5707843,"TERMINAL",0,0,"Step 210, loss: nan\r\n",,terminal_output +1536,5707975,"TERMINAL",0,0,"Step 211, loss: nan\r\n",,terminal_output +1537,5709191,"TERMINAL",0,0,"Step 212, loss: nan\r\n",,terminal_output +1538,5709657,"TERMINAL",0,0,"Step 213, loss: nan\r\n",,terminal_output +1539,5710872,"TERMINAL",0,0,"Step 214, loss: nan\r\nSaved checkpoint at step 215\r\n",,terminal_output +1540,5711863,"TERMINAL",0,0,"Step 215, loss: nan\r\n",,terminal_output +1541,5713142,"TERMINAL",0,0,"Step 216, loss: nan\r\n",,terminal_output +1542,5714160,"TERMINAL",0,0,"Step 217, loss: nan\r\n",,terminal_output +1543,5715216,"TERMINAL",0,0,"Step 218, loss: nan\r\n",,terminal_output +1544,5716248,"TERMINAL",0,0,"Step 219, loss: nan\r\n",,terminal_output +1545,5716311,"TERMINAL",0,0,"Saved checkpoint at step 220\r\n",,terminal_output +1546,5717387,"TERMINAL",0,0,"Step 220, loss: nan\r\n",,terminal_output +1547,5718707,"TERMINAL",0,0,"Step 221, loss: nan\r\n",,terminal_output +1548,5719999,"TERMINAL",0,0,"Step 222, loss: nan\r\n",,terminal_output +1549,5720780,"TERMINAL",0,0,"Step 223, loss: nan\r\n",,terminal_output +1550,5721814,"TERMINAL",0,0,"Step 224, loss: nan\r\n",,terminal_output +1551,5721884,"TERMINAL",0,0,"Saved checkpoint at step 225\r\n",,terminal_output +1552,5722922,"TERMINAL",0,0,"Step 225, loss: nan\r\n",,terminal_output +1553,5724749,"TERMINAL",0,0,"Step 226, loss: nan\r\n",,terminal_output +1554,5725235,"TERMINAL",0,0,"Step 227, loss: nan\r\n",,terminal_output +1555,5726156,"TERMINAL",0,0,"Step 228, loss: nan\r\n",,terminal_output +1556,5727475,"TERMINAL",0,0,"Step 229, loss: nan\r\nSaved checkpoint at step 230\r\n",,terminal_output +1557,5728586,"TERMINAL",0,0,"Step 230, loss: nan\r\n",,terminal_output +1558,5729501,"TERMINAL",0,0,"Step 231, loss: nan\r\n",,terminal_output +1559,5730513,"TERMINAL",0,0,"Step 232, loss: nan\r\n",,terminal_output +1560,5731610,"TERMINAL",0,0,"Step 233, loss: nan\r\n",,terminal_output +1561,5732689,"TERMINAL",0,0,"Step 234, loss: nan\r\n",,terminal_output +1562,5733049,"TERMINAL",0,0,"Saved checkpoint at step 235\r\n",,terminal_output +1563,5734105,"TERMINAL",0,0,"Step 235, loss: nan\r\n",,terminal_output +1564,5735150,"TERMINAL",0,0,"Step 236, loss: nan\r\n",,terminal_output +1565,5736207,"TERMINAL",0,0,"Step 237, loss: nan\r\n",,terminal_output +1566,5737250,"TERMINAL",0,0,"Step 238, loss: nan\r\n",,terminal_output +1567,5738296,"TERMINAL",0,0,"Step 239, loss: nan\r\n",,terminal_output +1568,5738359,"TERMINAL",0,0,"Saved checkpoint at step 240\r\n",,terminal_output +1569,5739395,"TERMINAL",0,0,"Step 240, loss: nan\r\n",,terminal_output +1570,5740712,"TERMINAL",0,0,"Step 241, loss: nan\r\n",,terminal_output +1571,5741953,"TERMINAL",0,0,"Step 242, loss: nan\r\n",,terminal_output +1572,5742955,"TERMINAL",0,0,"Step 243, loss: nan\r\n",,terminal_output +1573,5743909,"TERMINAL",0,0,"Step 244, loss: nan\r\nSaved checkpoint at step 245\r\n",,terminal_output +1574,5745013,"TERMINAL",0,0,"Step 245, loss: nan\r\n",,terminal_output +1575,5746039,"TERMINAL",0,0,"Step 246, loss: nan\r\n",,terminal_output +1576,5746986,"TERMINAL",0,0,"Step 247, loss: nan\r\n",,terminal_output +1577,5748135,"TERMINAL",0,0,"Step 248, loss: nan\r\n",,terminal_output +1578,5749071,"TERMINAL",0,0,"Step 249, loss: nan\r\n",,terminal_output +1579,5749184,"TERMINAL",0,0,"Saved checkpoint at step 250\r\n",,terminal_output +1580,5750233,"TERMINAL",0,0,"Step 250, loss: nan\r\n",,terminal_output +1581,5751282,"TERMINAL",0,0,"Step 251, loss: nan\r\n",,terminal_output +1582,5752331,"TERMINAL",0,0,"Step 252, loss: nan\r\n",,terminal_output +1583,5753380,"TERMINAL",0,0,"Step 253, loss: nan\r\n",,terminal_output +1584,5754687,"TERMINAL",0,0,"Step 254, loss: nan\r\n",,terminal_output +1585,5754745,"TERMINAL",0,0,"Saved checkpoint at step 255\r\n",,terminal_output +1586,5755805,"TERMINAL",0,0,"Step 255, loss: nan\r\n",,terminal_output +1587,5756827,"TERMINAL",0,0,"Step 256, loss: nan\r\n",,terminal_output +1588,5757843,"TERMINAL",0,0,"Step 257, loss: nan\r\n",,terminal_output +1589,5758894,"TERMINAL",0,0,"Step 258, loss: nan\r\n",,terminal_output +1590,5759997,"TERMINAL",0,0,"Step 259, loss: nan\r\n",,terminal_output +1591,5760476,"TERMINAL",0,0,"Saved checkpoint at step 260\r\n",,terminal_output +1592,5761598,"TERMINAL",0,0,"Step 260, loss: nan\r\n",,terminal_output +1593,5762816,"TERMINAL",0,0,"Step 261, loss: nan\r\n",,terminal_output +1594,5763672,"TERMINAL",0,0,"Step 262, loss: nan\r\n",,terminal_output +1595,5764699,"TERMINAL",0,0,"Step 263, loss: nan\r\n",,terminal_output +1596,5765978,"TERMINAL",0,0,"Step 264, loss: nan\r\nSaved checkpoint at step 265\r\n",,terminal_output +1597,5767088,"TERMINAL",0,0,"Step 265, loss: nan\r\n",,terminal_output +1598,5768163,"TERMINAL",0,0,"Step 266, loss: nan\r\n",,terminal_output +1599,5769222,"TERMINAL",0,0,"Step 267, loss: nan\r\n",,terminal_output +1600,5770304,"TERMINAL",0,0,"Step 268, loss: nan\r\n",,terminal_output +1601,5771346,"TERMINAL",0,0,"Step 269, loss: nan\r\n",,terminal_output +1602,5771408,"TERMINAL",0,0,"Saved checkpoint at step 270\r\n",,terminal_output +1603,5772508,"TERMINAL",0,0,"Step 270, loss: nan\r\n",,terminal_output +1604,5773534,"TERMINAL",0,0,"Step 271, loss: nan\r\n",,terminal_output +1605,5774591,"TERMINAL",0,0,"Step 272, loss: nan\r\n",,terminal_output +1606,5775930,"TERMINAL",0,0,"Step 273, loss: nan\r\n",,terminal_output +1607,5777045,"TERMINAL",0,0,"Step 274, loss: nan\r\n",,terminal_output +1608,5777099,"TERMINAL",0,0,"Saved checkpoint at step 275\r\n",,terminal_output +1609,5778092,"TERMINAL",0,0,"Step 275, loss: nan\r\n",,terminal_output +1610,5779158,"TERMINAL",0,0,"Step 276, loss: nan\r\n",,terminal_output +1611,5780286,"TERMINAL",0,0,"Step 277, loss: nan\r\n",,terminal_output +1612,5781324,"TERMINAL",0,0,"Step 278, loss: nan\r\n",,terminal_output +1613,5782584,"TERMINAL",0,0,"Step 279, loss: nan\r\n",,terminal_output +1614,5782660,"TERMINAL",0,0,"Saved checkpoint at step 280\r\n",,terminal_output +1615,5783870,"TERMINAL",0,0,"Step 280, loss: nan\r\n",,terminal_output +1616,5784861,"TERMINAL",0,0,"Step 281, loss: nan\r\n",,terminal_output +1617,5785882,"TERMINAL",0,0,"Step 282, loss: nan\r\n",,terminal_output +1618,5786909,"TERMINAL",0,0,"Step 283, loss: nan\r\n",,terminal_output +1619,5787930,"TERMINAL",0,0,"Step 284, loss: nan\r\n",,terminal_output +1620,5788275,"TERMINAL",0,0,"Saved checkpoint at step 285\r\n",,terminal_output +1621,5789332,"TERMINAL",0,0,"Step 285, loss: nan\r\n",,terminal_output +1622,5790388,"TERMINAL",0,0,"Step 286, loss: nan\r\n",,terminal_output +1623,5791471,"TERMINAL",0,0,"Step 287, loss: nan\r\n^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14995.0 task 0: running\r\n",,terminal_output +1624,5791674,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14995.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:34:16.426] error: *** STEP 14995.0 ON hai004 CANCELLED AT 2025-08-05T17:34:16 DUE to SIGNAL Killed ***\r\n",,terminal_output +1625,5791789,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14995.0\r\nsrun: job abort in progress\r\n",,terminal_output +1626,5792102,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14995.0\r\n^Csrun: sending Ctrl-C to StepId=14995.0\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1627,5793218,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1628,5794188,"TERMINAL",0,0,"",,terminal_output +1629,5794425,"TERMINAL",0,0,"e",,terminal_output +1630,5794582,"TERMINAL",0,0,"x",,terminal_output +1631,5794678,"TERMINAL",0,0,"i",,terminal_output +1632,5794756,"TERMINAL",0,0,"t",,terminal_output +1633,5794841,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\nsrun: error: hai004: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 14995\r\nsalloc: Job allocation 14995 has been revoked.\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +1634,5795736,"TERMINAL",0,0,"salloc --gpus=2 --ntasks-per-node=2 --cpus-per-task=1 --mem=100G",,terminal_command +1635,5795791,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14996\r\n",,terminal_output +1636,5795873,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +1637,5796901,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +1638,5797416,"TERMINAL",0,0,"Running inside SLURM, Job ID 14996.\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1639,6020949,"TERMINAL",0,0,"exit",,terminal_output +1640,6021126,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1641,6021249,"TERMINAL",0,0,"exit",,terminal_output +1642,6021859,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1643,6024774,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1644,6034952,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +1645,6045095,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1646,6049374,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +1647,6050531,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1648,6051291,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 347, in \r\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 469, in restore_genie_components\r\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 815, in restore\r\n tree_memory_size, restored_item = asyncio_utils.run_sync(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py"", line 50, in run_sync\r\n return asyncio.run(coro)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py"", line 44, in run\r\n return loop.run_until_complete(main)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 649, in run_until_complete\r\n return future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 632, in _maybe_deserialize\r\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py"", line 1319, in deserialize\r\n *ret, array_metadatas = await asyncio.gather(*deserialize_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 555, in async_deserialize\r\n return await read_and_create_array(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 510, in read_and_create_array\r\n return jax.make_array_from_single_device_arrays(global_shape, sharding, dbs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 1068, in make_array_from_single_device_arrays\r\n dtype = _get_and_check_dtype(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py"", line 700, in _get_and_check_dtype\r\n raise ValueError(\r\nValueError: Building an Array with no addressable shards with `jax.make_array_from_single_device_arrays` is supported only if `jax.config.enable_empty_arrays` is set to True.\r\n",,terminal_output +1649,6080070,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +1650,6080071,"/fast/home/franz.srambical/jafar/genie.py",19058,0,"",python,selection_command +1651,6102455,"/fast/home/franz.srambical/jafar/train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_type: str = ""maskgit"" # supported options: maskgit, causal\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n gt = jnp.asarray(inputs[""videos""], dtype=jnp.float32) / 255.0\n inputs[""videos""] = gt.astype(args.dtype)\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = gt.clip(0, 1).reshape(-1, *gt.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n del genie\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(optimizer.model, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +1652,6102456,"/fast/home/franz.srambical/jafar/train_dynamics.py",11578,0,"",python,selection_command +1653,6105080,"/fast/home/franz.srambical/jafar/genie.py",0,0,"",python,tab +1654,6105081,"/fast/home/franz.srambical/jafar/genie.py",19058,0,"",python,selection_command +1655,6329125,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""A class providing functionalities for managing a series of checkpoints.""""""\n\nfrom __future__ import annotations\n\nimport concurrent\nimport dataclasses\nimport datetime\nimport threading\nimport time\nimport typing\nfrom typing import Any, Callable, Container, Iterable, List, Mapping, Optional, Sequence, Tuple, Type, Union, overload\n\nfrom absl import logging\nfrom etils import epath\nfrom etils import epy\nimport jax\nfrom jax.experimental.array_serialization import serialization as jax_serialization\nfrom orbax.checkpoint import abstract_checkpoint_manager\nfrom orbax.checkpoint import args as args_lib\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import threading as threading_lib\nfrom orbax.checkpoint._src.checkpoint_managers import policy_checkpoint_info\nfrom orbax.checkpoint._src.checkpoint_managers import preservation_policy as preservation_policy_lib\nfrom orbax.checkpoint._src.checkpoint_managers import save_decision_policy as save_decision_policy_lib\nfrom orbax.checkpoint._src.checkpointers import abstract_checkpointer\nfrom orbax.checkpoint._src.checkpointers import async_checkpointer\nfrom orbax.checkpoint._src.checkpointers import checkpointer as checkpointer_lib\nfrom orbax.checkpoint._src.futures import synchronization\nfrom orbax.checkpoint._src.handlers import checkpoint_handler\nfrom orbax.checkpoint._src.handlers import composite_checkpoint_handler\nfrom orbax.checkpoint._src.handlers import handler_registration\nfrom orbax.checkpoint._src.handlers import json_checkpoint_handler\nfrom orbax.checkpoint._src.handlers import proto_checkpoint_handler\nfrom orbax.checkpoint._src.logging import abstract_logger\nfrom orbax.checkpoint._src.logging import standard_logger\nfrom orbax.checkpoint._src.logging import step_statistics\nfrom orbax.checkpoint._src.metadata import checkpoint\nfrom orbax.checkpoint._src.metadata import checkpoint_info\nfrom orbax.checkpoint._src.metadata import root_metadata_serialization\nfrom orbax.checkpoint._src.metadata import step_metadata_serialization\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import atomicity_types\nfrom orbax.checkpoint._src.path import deleter\nfrom orbax.checkpoint._src.path import step as step_lib\nfrom orbax.checkpoint._src.path import utils as path_utils\nfrom typing_extensions import Self # for Python version < 3.11\n\n\n\nPyTree = Any\nCheckpointDirs = Tuple[str, str]\nSaveParams = Mapping[str, Any]\nRestoreParams = SaveParams\nCheckpointInfo = checkpoint_info.CheckpointInfo\nAbstractCheckpointer = abstract_checkpointer.AbstractCheckpointer\nCheckpointersDict = Mapping[str, AbstractCheckpointer]\nAbstractCheckpointManager = (\n abstract_checkpoint_manager.AbstractCheckpointManager\n)\nStepMetadata = checkpoint.StepMetadata\nRootMetadata = checkpoint.RootMetadata\nItemMetadata = checkpoint.CompositeItemMetadata | checkpoint.SingleItemMetadata\nAsyncCheckpointer = async_checkpointer.AsyncCheckpointer\nCheckpointer = checkpointer_lib.Checkpointer\nJsonCheckpointHandler = json_checkpoint_handler.JsonCheckpointHandler\nProtoCheckpointHandler = proto_checkpoint_handler.ProtoCheckpointHandler\nCompositeCheckpointHandler = (\n composite_checkpoint_handler.CompositeCheckpointHandler\n)\nCheckpointHandler = checkpoint_handler.CheckpointHandler\nCheckpointArgs = checkpoint_args.CheckpointArgs\nCheckpointHandlersDict = Mapping[str, CheckpointHandler]\nCheckpointHandlerRegistry = handler_registration.CheckpointHandlerRegistry\nserialize_root_metadata = root_metadata_serialization.serialize\ndeserialize_root_metadata = root_metadata_serialization.deserialize\n\nAsyncOptions = options_lib.AsyncOptions\nMultiprocessingOptions = options_lib.MultiprocessingOptions\nFileOptions = options_lib.FileOptions\n\nDEFAULT_ITEM_NAME = 'default'\nMETRIC_ITEM_NAME = 'metrics'\nMETADATA_ITEM_NAME = 'metadata'\nRESERVED_ITEM_NAMES = []\n\n_INIT_TIME = datetime.datetime.now(tz=datetime.timezone.utc)\n\n\ndef _metrics_file_exists(metrics_item_path: epath.Path) -> bool:\n """"""True if item directory AND actual file both exist.""""""\n return (\n metrics_item_path.exists()\n and (metrics_item_path / METRIC_ITEM_NAME).exists()\n )\n\n\nclass StepAlreadyExistsError(ValueError):\n """"""Raised when a step is already present for a save request.""""""\n\n pass\n\n\nclass _FinalizeThread(threading.Thread):\n """"""Thread wrapper that raises an exception if encountered.""""""\n\n exception = None\n\n def __init__(\n self,\n step: int,\n target: Callable[..., object],\n name: str,\n args=(),\n kwargs=None,\n *,\n daemon=None,\n ):\n super().__init__(\n target=target,\n name=name,\n args=args,\n kwargs=kwargs,\n daemon=daemon,\n )\n self._step = step\n self._thread_local = threading.local()\n\n def step(self) -> int:\n return self._step\n\n def run(self):\n try:\n super().run()\n except BaseException as e: # pylint:disable=broad-exception-caught\n self.exception = e\n\n def join(self, *args, **kwargs):\n super().join(*args, **kwargs)\n\n # Keep track of whether the calling thread should raise the exception.\n if not hasattr(self._thread_local, 'should_raise'):\n self._thread_local.should_raise = True\n if self.exception and self._thread_local.should_raise:\n # Each thread should only raise once.\n self._thread_local.should_raise = False\n raise self.exception\n\n\n@dataclasses.dataclass\nclass _ShouldSaveFnPolicy(save_decision_policy_lib.SaveDecisionPolicy):\n """"""A policy that uses a user-provided should_save_fn.""""""\n\n should_save_fn: Callable[[int, Optional[int]], bool]\n\n def should_save(\n self,\n step: policy_checkpoint_info.PolicyCheckpointInfo,\n previous_steps: Sequence[policy_checkpoint_info.PolicyCheckpointInfo],\n *,\n context: save_decision_policy_lib.DecisionContext,\n ) -> bool:\n return self.should_save_fn(\n step.step, previous_steps[-1].step if previous_steps else None\n )\n\n\ndef _get_default_save_decision_policy(\n options: CheckpointManagerOptions,\n) -> save_decision_policy_lib.SaveDecisionPolicy:\n """"""Creates a default policy from CheckpointManagerOptions.""""""\n save_interval_policies = []\n if options.should_save_fn is not None:\n save_interval_policies.append(_ShouldSaveFnPolicy(options.should_save_fn))\n save_interval_policies.append(\n save_decision_policy_lib.PreemptionCheckpointingPolicy()\n )\n else:\n if options.save_interval_steps is not None:\n save_interval_policies.append(\n save_decision_policy_lib.FixedIntervalPolicy(\n options.save_interval_steps\n )\n )\n if options.save_on_steps is not None:\n save_interval_policies.append(\n save_decision_policy_lib.SpecificStepsPolicy(options.save_on_steps)\n )\n save_interval_policies.append(\n save_decision_policy_lib.PreemptionCheckpointingPolicy()\n )\n save_interval_policies.append(save_decision_policy_lib.InitialSavePolicy())\n return save_decision_policy_lib.AnySavePolicy(save_interval_policies)\n\n\ndef _get_default_preservation_policy(\n options: CheckpointManagerOptions,\n) -> preservation_policy_lib.PreservationPolicy:\n """"""Returns a default preservation policy.""""""\n preservation_policies = []\n if options.keep_period is not None:\n preservation_policies.append(\n preservation_policy_lib.EveryNSteps(options.keep_period)\n )\n if options.keep_time_interval is not None:\n total_seconds = int(options.keep_time_interval.total_seconds())\n preservation_policies.append(\n preservation_policy_lib.EveryNSeconds(interval_secs=total_seconds)\n )\n if options.best_fn is not None:\n preservation_policies.append(\n preservation_policy_lib.BestN(\n get_metric_fn=options.best_fn,\n reverse=(options.best_mode == 'min'),\n n=options.max_to_keep,\n keep_checkpoints_without_metrics=options.keep_checkpoints_without_metrics,\n )\n )\n else:\n preservation_policies.append(\n preservation_policy_lib.LatestN(n=options.max_to_keep)\n )\n return preservation_policy_lib.AnyPreservationPolicy(preservation_policies)\n\n\n# TODO(b/268051457) Clean up when no longer depended upon by internal users.\ndef is_async_checkpointer(checkpointer: AbstractCheckpointer):\n return isinstance(\n checkpointer, async_checkpointer.AsyncCheckpointer\n ) or isinstance(\n checkpointer,\n jax_serialization.GlobalAsyncCheckpointManagerBase,\n )\n\n\n# TODO(b/309965339) Set todelete_subdir defaults if directory is on CNS.\n@dataclasses.dataclass\nclass CheckpointManagerOptions:\n """"""Optional arguments for :py:class:`.CheckpointManager`.\n\n save_interval_steps:\n The interval at which checkpoints should be saved.\n Ensures checkpoints will only be saved every n steps. Defaults to 1.\n max_to_keep:\n deprecated, do not use. use `preservation_policy` instead.\n keep_time_interval:\n deprecated, do not use. use `preservation_policy` instead.\n keep_period:\n deprecated, do not use. use `preservation_policy` instead.\n should_keep_fn:\n deprecated, do not use. use `preservation_policy` instead.\n best_fn:\n If set, maintains checkpoints based on the quality of given\n metrics rather than recency. The function should accept a PyTree of metrics,\n and return a scalar value that can be used to determine the quality score\n of the checkpoint. If `max_to_keep` is also set, then the retained\n checkpoints will be kept based on their quality, as measured by this\n function.\n best_mode:\n One of ['max', 'min']. The best metric is determine on the basis of this\n value.\n keep_checkpoints_without_metrics:\n If False, checkpoints without metrics present\n are eligible for cleanup. Otherwise, they will never be deleted.\n step_prefix:\n If provided, step directories will take the form\n f'{step_prefix}_'. Otherwise, they will simply be an integer .\n step_format_fixed_length:\n If set, formats step with n digits (leading zeros).\n This makes sorting steps easier. Otherwise, step has no leading zeros.\n step_name_format:\n NameFormat to build or find steps under input root directory. If provided,\n `step_prefix`, `step_format_fixed_length` are ignored.\n create:\n If True, creates the top-level directory if it does not already exist.\n cleanup_tmp_directories:\n If True, cleans up any existing temporary directories\n on CheckpointManager creation.\n save_on_steps:\n Optional set of steps at which checkpoints should be saved.\n Useful to save checkpoints on a fixed set of steps that are not multiple of\n `save_interval_steps`.\n single_host_load_and_broadcast:\n If True, calling `all_steps(read=True)` will load on only a single host, and\n will then be broadcast to other hosts. Otherwise, I/O will be performed on\n every host. This can be helpful to reduce QPS to the filesystem if there\n are a large number of hosts.\n todelete_subdir: If set, checkpoints to be deleted will be only renamed into a\n subdirectory with the provided string. Otherwise, they will be directly\n deleted from the file system. Useful if checkpoint deletion is time\n consuming. By default, delete the checkpoint assets. Ignored if file system\n is Google Cloud Storage (directory is prefixed with gs://)\n enable_hns_rmtree: If True, enables additional step of HNS bucket empty folder\n deletion.\n enable_background_delete: If True, old checkpoint deletions will be done in a\n background thread, otherwise, it will be done at the end of each save. When\n it's enabled, make sure to call CheckpointManager.close() or use context to\n make sure all old steps are deleted before exit.\n read_only: If True, then checkpoints save and delete are skipped. However,\n checkpoints restore works as usual.\n enable_async_checkpointing:\n If True, enables async checkpointing.\n async_options:\n Used to configure properties of async behavior. See above.\n multiprocessing_options: MultiprocessingOptions instance to configure\n multiprocessing behavior.\n should_save_fn:\n Predicate callable to check if given step can be saved. This callable\n accepts step number and optional latest step number as param and returns\n bool. If present then `save_interval_steps` and `save_on_steps` options are\n ignored.\n file_options: Options to configure checkpoint directories and files.\n default=FileOptions().\n save_root_metadata: If True, saves root-level metadata about checkpoints.\n This metadata is not step-specific and is written only once.\n temporary_path_class:\n Optional. The concrete :py:class:`.atomicity_types.TemporaryPath` class to\n be used by the underlying :py:class:`.Checkpointer`.\n save_decision_policy: An object used to determine when a checkpoint should be\n saved. If provided, overrides any other options dealing with this subject,\n including `save_interval_steps`, `save_on_steps`, and `should_save_fn`, and\n is the sole means of determining when a checkpoint should be saved. If not\n provided, these other options are used instead. Prefer to use this option\n over others.\n preservation_policy: An object used to determine which checkpoints to\n preserve. If provided, overrides any other options dealing with this\n subject, including `max_to_keep`, `keep_time_interval`, `keep_period`, and\n `should_keep_fn`, `best_fn`, and is the sole means of determining which\n checkpoints to preserve. If not provided, these other options are used\n instead. Prefer to use this option over others.\n prevent_write_metrics: False by default. If True, metrics will not be written.\n enable_should_save_is_saving_in_progress_check: True by default. If False,\n `should_save_fn` will not check `is_saving_in_progress`, and will assume\n that no save is in progress. This only affects users of\n `ContinuousCheckpointingPolicy` - otherwise the value is ignored.\n This is an interim workaround for b/428061876. Do not use\n without explicit approval.\n """"""\n\n save_interval_steps: int = 1\n max_to_keep: Optional[int] = None\n keep_time_interval: Optional[datetime.timedelta] = None\n keep_period: Optional[int] = None\n should_keep_fn: Optional[Callable[[int], bool]] = None\n best_fn: Optional[Callable[[PyTree], float]] = None\n best_mode: str = 'max'\n keep_checkpoints_without_metrics: bool = True\n step_prefix: Optional[str] = None\n step_format_fixed_length: Optional[int] = None\n step_name_format: Optional[step_lib.NameFormat[step_lib.Metadata]] = None\n create: bool = True\n cleanup_tmp_directories: bool = False\n save_on_steps: Optional[Container[int]] = None\n single_host_load_and_broadcast: bool = False\n todelete_subdir: Optional[str] = None\n enable_hns_rmtree: bool = False\n enable_background_delete: bool = False\n read_only: bool = False\n enable_async_checkpointing: bool = True\n async_options: Optional[AsyncOptions] = None\n multiprocessing_options: MultiprocessingOptions = dataclasses.field(\n default_factory=MultiprocessingOptions\n )\n should_save_fn: Optional[Callable[[int, Optional[int]], bool]] = None\n file_options: FileOptions = dataclasses.field(default_factory=FileOptions)\n save_root_metadata: bool = True\n temporary_path_class: Optional[Type[atomicity_types.TemporaryPath]] = None\n save_decision_policy: Optional[\n save_decision_policy_lib.SaveDecisionPolicy\n ] = None\n preservation_policy: Optional[preservation_policy_lib.PreservationPolicy] = (\n None\n )\n prevent_write_metrics: bool = False\n # TODO(b/428061876) Remove this option.\n enable_should_save_is_saving_in_progress_check: bool = True\n\n def __post_init__(self):\n step_name_format_single_host_load_and_broadcast = (\n hasattr(self.step_name_format, 'single_host_load_and_broadcast')\n and self.step_name_format.single_host_load_and_broadcast\n )\n if self.single_host_load_and_broadcast and self.step_name_format:\n if not step_name_format_single_host_load_and_broadcast:\n raise ValueError(\n '`CheckpointManagerOptions.single_host_load_and_broadcast=True`'\n ' requires `step_name_format.single_host_load_and_broadcast` to be'\n ' set to True.'\n )\n if (\n step_name_format_single_host_load_and_broadcast\n and not self.single_host_load_and_broadcast\n ):\n raise ValueError(\n '`step_name_format.single_host_load_and_broadcast=True` but'\n ' `CheckpointManagerOptions.single_host_load_and_broadcast=False`.'\n ' Please set'\n ' CheckpointManagerOptions.single_host_load_and_broadcast=True.'\n )\n if self.best_mode not in ('min', 'max'):\n msg = (\n ""`CheckpointManagerOptions.best_mode` must be one of None, 'min' ""\n f""or 'max'. Got {self.best_mode}.""\n )\n raise ValueError(msg)\n if (\n self.preservation_policy is None\n and self.max_to_keep is not None\n and self.max_to_keep < 0\n ):\n raise ValueError('Setting of `max_to_keep` must be None or non-negative.')\n if self.read_only and self.save_interval_steps > 0:\n self.save_interval_steps = 0\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' save_interval_steps=0.'\n )\n if self.read_only and self.max_to_keep is not None:\n self.max_to_keep = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting max_to_keep=None.'\n )\n if self.read_only and self.keep_time_interval is not None:\n self.keep_time_interval = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' keep_time_interval=None.'\n )\n if self.read_only and self.keep_period is not None:\n self.keep_period = None\n self.should_keep_fn = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting keep_period=None'\n ' and should_keep_fn=None.'\n )\n if self.read_only and self.create:\n self.create = False\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting create=False.'\n )\n if self.read_only and self.cleanup_tmp_directories:\n self.cleanup_tmp_directories = False\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' cleanup_tmp_directories=False.'\n )\n if self.read_only and self.save_on_steps:\n self.save_on_steps = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting save_on_steps=None.'\n )\n if self.read_only and self.todelete_subdir is not None:\n self.todelete_subdir = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' todelete_subdir=None.'\n )\n if self.read_only and self.should_save_fn is not None:\n self.should_save_fn = None\n logging.warning(\n 'CheckpointManagerOptions.read_only=True, setting'\n ' should_save_fn=None.'\n )\n if self.preservation_policy is None and self.should_keep_fn is not None:\n logging.warning(\n 'CheckpointManagerOptions.should_keep_fn is set, setting'\n ' keep_period=None (was %s).',\n self.keep_period,\n )\n self.keep_period = None\n self.save_on_steps = frozenset(self.save_on_steps or ())\n\n\ndef _get_args_for_key(\n handler: CheckpointHandler, item_name: str\n) -> Tuple[Type[CheckpointArgs], Type[CheckpointArgs]]:\n """"""Returns the (save, restore) args for the given item name.""""""\n\n if not isinstance(handler, CompositeCheckpointHandler):\n raise ValueError(\n 'Expected handler to be a `CompositeCheckpointHandler`, but got'\n f' {type(handler)}.'\n )\n\n registry = handler._handler_registry # pylint: disable=protected-access\n for (registered_item, _), handler in registry.get_all_entries().items():\n if registered_item == item_name:\n return checkpoint_args.get_registered_args_cls(handler)\n raise ValueError(f'Unknown key ""{item_name}"" in CompositeCheckpointHandler.')\n\n\ndef _create_root_directory(\n directory: epath.PathLike,\n multiprocessing_options: MultiprocessingOptions,\n file_options: Optional[FileOptions] = None,\n) -> None:\n """"""Creates the top-level directory if it does not already exist.""""""\n if multiprocessing_options.active_processes is not None:\n raise NotImplementedError(\n 'Option `create=True` with `active_processes` set is not'\n ' supported. Please create the root directory yourself.'\n )\n directory = epath.Path(directory)\n if not directory.exists() and utils.is_primary_host(\n multiprocessing_options.primary_host\n ):\n # exists_ok=True is required, see b/362903314.\n directory.mkdir(parents=True, exist_ok=True)\n logging.info('Created directory=%s', directory)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:create_directory',\n prefix=multiprocessing_options.barrier_sync_key_prefix,\n # suffix=None,\n ),\n timeout=multihost.DIRECTORY_CREATION_TIMEOUT,\n processes=multiprocessing_options.active_processes,\n )\n\n\ndef determine_default_item_mode_from_args(\n args: args_lib.CheckpointArgs,\n) -> bool:\n if isinstance(args, args_lib.Composite):\n return False\n else:\n return True\n\n\ndef _determine_default_item_mode_from_directory(step_path: epath.Path) -> bool:\n return (step_path / DEFAULT_ITEM_NAME).exists()\n\n\nclass CheckpointManager(AbstractCheckpointManager, epy.ContextManager):\n """"""A generic, synchronous AbstractCheckpointManager implementation.""""""\n\n def __init__(\n self,\n directory: epath.PathLike,\n checkpointers: Optional[\n Union[AbstractCheckpointer, CheckpointersDict]\n ] = None,\n options: Optional[CheckpointManagerOptions] = None,\n metadata: Optional[Mapping[str, Any]] = None,\n item_names: Optional[Sequence[str]] = None,\n item_handlers: Optional[\n Union[CheckpointHandler, CheckpointHandlersDict]\n ] = None,\n logger: Optional[abstract_logger.AbstractLogger] = None,\n handler_registry: Optional[CheckpointHandlerRegistry] = None,\n ):\n """"""CheckpointManager constructor.\n\n IMPORTANT: `CheckpointManager` has been refactored to provide a new API.\n Please ensure you have migrated all existing use cases to the newer style by\n August 1st, 2024. Please see\n https://orbax.readthedocs.io/en/latest/guides/checkpoint/api_refactor.html\n for technical details.\n\n The `CheckpointManager` is ultimately backed by a single\n :py:class:`.Checkpointer`, to which saving and restoring is delegated.\n Behind\n step management options, metrics-related logic, and other frills, saving and\n restoring with `CheckpointManager` is quite similar to using\n `Checkpointer(CompositeCheckpointHandler)`.\n\n Example::\n\n # Multiple items.\n with CheckpointManager(\n 'path/to/dir/',\n metadata={'version': 1.1, 'lang': 'en'},\n ) as mngr:\n mngr.save(0, args=args.Composite(\n train_state=args.StandardSave(train_state),\n custom_metadata=args.JsonSave(custom_metadata),\n )\n )\n restored = mngr.restore(0)\n print(restored.train_state)\n print(restored.custom_metadata)\n restored = mngr.restore(0, args=args.Composite(\n train_state=args.StandardRestore(abstract_train_state),\n )\n )\n print(restored.train_state)\n print(restored.custom_metadata) # Error, not restored\n\n # Single, unnamed (default) item.\n with CheckpointManager(\n 'path/to/dir/',\n options = CheckpointManagerOptions(max_to_keep=5, ...),\n ) as mngr:\n mngr.save(0, args=StandardSave(train_state))\n train_state = mngr.restore(0)\n train_state = mngr.restore(0,\n args=StandardRestore(abstract_train_state))\n\n IMPORTANT: Don't forget to use the keyword `args=...` for save and restore!\n Otherwise you will get the legacy API. This will not be necessary forever,\n but only until the legacy API is removed.\n\n IMPORTANT: The CheckpointManager is designed to be used as a context\n manager. Use `with CheckpointManager` schematic for automatic cleanup. If\n you can't use a context manager, always call `close()` to release resources\n properly. Otherwise, background operations such as deleting old checkpoints\n might not finish before your program exits.\n\n CheckpointManager:\n - is NOT thread-safe.\n - IS multi-process-safe.\n - is NOT multi-job-safe.\n This means that CheckpointManager is intended to be created and called\n across all processes within a single job, where each process is\n single-threaded, but is not safe to use when multiple jobs each have\n CheckpointManager instances pointing to the same root directory. Concretely,\n this means that if you have a trainer job and one or more evaluator jobs,\n the CheckpointManager should be created and called across all processes\n in the trainer, but a CheckpointManager cannot be used in the evaluators.\n Instead, utilities used during evaluation can be found in\n `checkpoint_utils` (see\n https://orbax.readthedocs.io/en/latest/api_reference/checkpoint.checkpoint_utils.html).\n\n Args:\n directory: the top level directory in which to save all files.\n checkpointers: deprecated, do not use. use `handler_registry` instead.\n options: CheckpointManagerOptions. May be provided to specify additional\n arguments. If None, uses default values of CheckpointManagerOptions.\n metadata: High-level metadata that does not depend on step number. If\n `directory` is write enabled then given metadata is saved only once. A\n new CheckpointManager instance with that `directory` does not overwrite\n the existing metadata and ignores the current given metadata. If\n `directory` is read-only then the current given metadata is not saved as\n expected. A CheckpointManager instance with a read-only `directory` uses\n the metadata if already present, otherwise always uses the current given\n metadata.\n item_names: deprecated, do not use. use `handler_registry` instead.\n item_handlers: deprecated, do not use. use `handler_registry` instead.\n logger: A logger to log checkpointing events.\n handler_registry: A registry of handlers to use for checkpointing. This\n option is mutually exclusive with `checkpointers`,`item_handlers`, and\n 'item_names'. See :py:class:`CheckpointHandlerRegistry` for more\n details.\n """"""\n jax.monitoring.record_event('/jax/orbax/checkpoint_manager/init')\n logging.info(\n '[process=%s][thread=%s] CheckpointManager init: checkpointers=%s,'\n ' item_names=%s, item_handlers=%s, handler_registry=%s',\n multihost.process_index(),\n threading.current_thread().name,\n checkpointers,\n item_names,\n item_handlers,\n handler_registry,\n )\n\n self._options = options or CheckpointManagerOptions()\n self._multiprocessing_options = self._options.multiprocessing_options\n self._save_decision_policy = (\n self._options.save_decision_policy\n or _get_default_save_decision_policy(self._options)\n )\n\n if self._options.preservation_policy and (\n self._options.keep_time_interval\n or self._options.max_to_keep\n or self._options.keep_period\n or self._options.should_keep_fn\n ):\n raise ValueError(\n '`preservation_policy` and `delete options` are mutually exclusive'\n ' - do not use together.'\n )\n\n self._preservation_policy = (\n self._options.preservation_policy\n or _get_default_preservation_policy(self._options)\n )\n\n if self._options.best_mode not in ['min', 'max']:\n raise ValueError('`best_mode` must be one of: ""min"", ""max""')\n\n self._logger = logger or standard_logger.StandardLogger()\n\n if checkpointers and item_names:\n raise ValueError(\n '`item_names` and `checkpointers` are mutually exclusive - do not use'\n ' together.'\n )\n if checkpointers and item_handlers:\n raise ValueError(\n '`item_handlers` and `checkpointers` are mutually exclusive - do not'\n ' use together.'\n )\n if item_names and isinstance(item_handlers, CheckpointHandler):\n raise ValueError(\n '`item_handlers` in default item mode and `item_names` should not be'\n ' provided together.'\n )\n if checkpointers is not None and handler_registry is not None:\n raise ValueError(\n 'Deprecated `checkpointers` can not be used with `handler_registry`.'\n ' Please follow the instructions at'\n ' https://orbax.readthedocs.io/en/latest/api_refactor.html to'\n ' migrate.'\n )\n\n if item_handlers is not None and handler_registry is not None:\n raise ValueError(\n '`item_handlers` and `handler_registry` are mutually exclusive -'\n ' prefer configuring the handler registry.'\n )\n\n if item_names is not None and handler_registry is not None:\n raise ValueError(\n '`item_names` and `handler_registry` are mutually exclusive - prefer'\n ' configuring the handler registry.'\n )\n\n # For async_checkpointer.\n self._non_blocking_metadata_store = checkpoint.metadata_store(\n enable_write=True\n )\n # For metadata checkpointer and regular checkpointer.\n self._blocking_metadata_store = checkpoint.metadata_store(\n enable_write=True, blocking_write=True\n )\n\n self._default_item = threading_lib.OptionalRef[bool]()\n if checkpointers is not None:\n jax.monitoring.record_event(\n '/jax/orbax/deprecation/checkpoint_manager_legacy_init'\n )\n logging.warning(\n 'Configured `CheckpointManager` using deprecated legacy API. Please'\n ' follow the instructions at'\n ' https://orbax.readthedocs.io/en/latest/api_refactor.html to'\n ' migrate.'\n )\n self._default_item.set(isinstance(checkpointers, AbstractCheckpointer))\n self._checkpointer = self._configure_checkpointer_legacy_init(\n checkpointers, self._options\n )\n elif handler_registry is not None:\n # There is no way to know if this is a single, unnamed (default) item or\n # not, detemine this lazily instead on the first call to `save`, `restore`\n # or `item_metadata`. Once locked-in, the value of `_default_item` will\n # not change.\n self._default_item.set(None)\n self._checkpointer = self._configure_checkpointer_from_handler_registry(\n handler_registry,\n self._options,\n )\n elif item_names is None and item_handlers is None:\n # In this case, we can just default construct the\n # CheckpointHandlerRegistry and allow the user to lazily specify default\n # vs. multi-item mode.\n self._default_item.set(None)\n handler_registry = handler_registration.DefaultCheckpointHandlerRegistry()\n self._checkpointer = self._configure_checkpointer_from_handler_registry(\n handler_registry,\n self._options,\n )\n else:\n default_item = isinstance(item_handlers, CheckpointHandler)\n self._default_item.set(default_item)\n self._checkpointer = (\n self._configure_checkpointer_from_item_names_and_handlers(\n item_names,\n item_handlers,\n self._options,\n default_item,\n )\n )\n\n if (\n self._options.async_options is not None\n and self._options.async_options.post_finalization_callback is not None\n and not isinstance(self._checkpointer, AsyncCheckpointer)\n ):\n raise ValueError(\n 'AsyncOptions.post_finalization_callback is only supported with'\n ' AsyncCheckpointer. But final resolved checkpointer is: '\n f' {self._checkpointer}'\n )\n\n self._directory = epath.Path(directory)\n self._save_tracker = synchronization.OpTrackerFactory.create_tracker(\n 'checkpoint_manager_save'\n )\n if self._options.read_only:\n logging.warning('Given directory is read only=%s', self._directory)\n if self._options.create:\n _create_root_directory(\n self._directory,\n self._multiprocessing_options,\n self._options.file_options,\n )\n\n\n # Cleanup directories from previous runs that may not have been finalized.\n if self._options.cleanup_tmp_directories:\n self._cleanup_tmp_directories()\n\n self._step_name_format = (\n self._options.step_name_format\n or step_lib.standard_name_format(\n step_prefix=self._options.step_prefix,\n step_format_fixed_length=self._options.step_format_fixed_length,\n single_host_load_and_broadcast=(\n self._options.single_host_load_and_broadcast\n ),\n )\n )\n\n self._checkpoints = checkpoint_info.CheckpointInfos(\n self._load_checkpoint_infos()\n )\n\n self._metadata_dir = self.directory / METADATA_ITEM_NAME\n if self._options.read_only and not self._metadata_dir.exists():\n custom_metadata = {} if metadata is None else dict(metadata)\n else:\n custom_metadata = None\n self._root_metadata = threading_lib.Ref(\n RootMetadata(\n custom_metadata=custom_metadata,\n )\n )\n\n self._maybe_save_root_metadata(metadata)\n\n # TODO: b/359854428 - Move Finalize biz logic to a separate class/module.\n self._finalize_thread = threading_lib.OptionalRef[_FinalizeThread]()\n\n self._checkpoint_deleter: deleter.CheckpointDeleter = (\n deleter.create_checkpoint_deleter(\n self._multiprocessing_options.primary_host,\n self._directory,\n self._options.todelete_subdir,\n self._step_name_format,\n self._options.enable_hns_rmtree,\n self._options.enable_background_delete,\n )\n )\n\n logging.info(\n '[process=%s][thread=%s] CheckpointManager created, primary_host=%s,'\n ' CheckpointManagerOptions=%s, root_directory=%s: %s',\n multihost.process_index(),\n threading.current_thread().name,\n self._multiprocessing_options.primary_host,\n self._options,\n self.directory,\n self,\n )\n\n def _create_thread_safe_barrier_sync_fn(self) -> Callable[[str], None]:\n """"""Returns a barrier sync function to be called from threads.\n\n The function accepts a key, but the timeout is already set up using\n `AsyncOptions.timeout_secs` attribute.\n\n The Jax based barrier sync util, `sync_global_devices`, should not be called\n concurrently. Otherwise, it may cause a deadlock.\n\n In general, any Jax function with `collectives` should not be called\n concurrently to avoid deadlocks.\n """"""\n async_options = self._options.async_options or AsyncOptions()\n timeout_secs = async_options.timeout_secs\n barrier_sync_fn = (\n async_options.barrier_sync_fn\n or multihost.get_barrier_sync_fn(\n processes=self._multiprocessing_options.active_processes\n )\n )\n return lambda key: barrier_sync_fn(key=key, timeout_ms=timeout_secs * 1000)\n\n def _configure_checkpointer_common(\n self,\n handler: CompositeCheckpointHandler,\n options: CheckpointManagerOptions,\n use_async: bool,\n ) -> Checkpointer:\n if use_async:\n return async_checkpointer.AsyncCheckpointer(\n handler,\n multiprocessing_options=options.multiprocessing_options,\n async_options=options.async_options or AsyncOptions(),\n file_options=options.file_options,\n checkpoint_metadata_store=self._non_blocking_metadata_store,\n temporary_path_class=options.temporary_path_class,\n )\n else:\n return Checkpointer(\n handler,\n multiprocessing_options=options.multiprocessing_options,\n file_options=options.file_options,\n checkpoint_metadata_store=self._blocking_metadata_store,\n temporary_path_class=options.temporary_path_class,\n )\n\n def _configure_checkpointer_legacy_init(\n self,\n checkpointers: Union[AbstractCheckpointer, CheckpointersDict],\n options: CheckpointManagerOptions,\n ) -> Checkpointer:\n """"""Initializes _CompositeCheckpointer with legacy style checkpointers.""""""\n if self._multiprocessing_options.primary_host != 0:\n raise ValueError(\n f'`primary_host`={self._multiprocessing_options.primary_host} is not'\n ' supported in legacy API.'\n )\n\n item_handlers = {}\n if isinstance(checkpointers, Checkpointer):\n use_async = is_async_checkpointer(checkpointers)\n if isinstance(checkpointers, async_checkpointer.AsyncCheckpointer):\n async_timeout = checkpointers._async_manager._timeout_secs # pylint: disable=protected-access\n else:\n async_timeout = None\n item_handlers[DEFAULT_ITEM_NAME] = checkpointers.handler\n elif isinstance(checkpointers, dict):\n individual_use_async = []\n async_timeout = 0\n for item_name, checkpointer in checkpointers.items():\n if not isinstance(checkpointer, Checkpointer):\n raise ValueError(\n f'Value corresponding to {item_name} in `checkpointers` is not a'\n f' Checkpointer. Found {type(checkpointer)}.'\n )\n individual_use_async.append(is_async_checkpointer(checkpointer))\n if isinstance(checkpointer, async_checkpointer.AsyncCheckpointer):\n async_timeout = max(\n async_timeout, checkpointer._async_manager._timeout_secs # pylint: disable=protected-access\n )\n if item_name in RESERVED_ITEM_NAMES:\n raise ValueError(\n f'Found {item_name} in `checkpointers`; this is a reserved key.'\n )\n item_handlers[item_name] = checkpointer.handler\n if any(individual_use_async) and not all(individual_use_async):\n logging.error(\n 'Orbax `CheckpointManager` is transitioning toward using'\n ' asynchronous saving logic under the hood in all cases. Users that'\n ' configure `CheckpointManager` with some `Checkpointer`s and some'\n ' `AsyncCheckpointer`s will now see asynchronous logic used to save'\n ' all items. This may result in breakages if the code is assuming'\n ' that certain objects will be available immediately after saving.'\n ' Ensure that if you depend on the result of `save` being fully'\n ' written at a particular moment, use `wait_until_finished()`.'\n )\n use_async = any(individual_use_async)\n async_timeout = async_timeout or None\n else:\n raise ValueError(\n f'Invalid type for `checkpointers`. Found {checkpointers}.'\n )\n\n item_handlers[METRIC_ITEM_NAME] = self._metrics_handler\n if options.async_options is None:\n options.async_options = (\n AsyncOptions(timeout_secs=async_timeout)\n if async_timeout is not None\n else AsyncOptions()\n )\n return self._configure_checkpointer_common(\n CompositeCheckpointHandler(\n composite_options=composite_checkpoint_handler.CompositeOptions(\n multiprocessing_options=options.multiprocessing_options,\n file_options=options.file_options,\n async_options=options.async_options,\n ),\n **item_handlers,\n ),\n options,\n use_async,\n )\n\n\n def _configure_checkpointer_from_item_names_and_handlers(\n self,\n item_names: Optional[Sequence[str]],\n item_handlers: Optional[Union[CheckpointHandler, CheckpointHandlersDict]],\n options: CheckpointManagerOptions,\n default_item: bool,\n ) -> Checkpointer:\n """"""Initializes _CompositeCheckpointer given `item_names`.""""""\n if (\n self._multiprocessing_options.primary_host is None\n and item_handlers is None\n ):\n raise ValueError(\n 'When primary_host is set to None, item_handlers must be provided to'\n ' match with the primary_host setting.'\n )\n if default_item:\n item_handler = (\n item_handlers\n if isinstance(item_handlers, CheckpointHandler)\n else None\n )\n all_item_handlers = {DEFAULT_ITEM_NAME: item_handler}\n else:\n # Initialize all_item_handlers with None or empty.\n if item_names:\n all_item_handlers = {item_name: None for item_name in item_names}\n else:\n all_item_handlers = {}\n # Update all_item_handlers with provided CheckpointHandlers.\n if item_handlers and isinstance(item_handlers, Mapping):\n for item_name, handler in item_handlers.items():\n all_item_handlers[item_name] = handler\n\n for item_name in all_item_handlers:\n if item_name in RESERVED_ITEM_NAMES:\n raise ValueError(\n f'Found {item_name} in `checkpointers`; this is a reserved key.'\n )\n all_item_handlers[METRIC_ITEM_NAME] = self._metrics_handler\n # CompositeCheckpointHandler defers per-item handler creation until\n # save/restore time.\n async_options = options.async_options or AsyncOptions()\n async_options.create_directories_asynchronously &= (\n options.enable_async_checkpointing\n )\n return self._configure_checkpointer_common(\n CompositeCheckpointHandler(\n composite_options=composite_checkpoint_handler.CompositeOptions(\n multiprocessing_options=options.multiprocessing_options,\n file_options=options.file_options,\n async_options=async_options,\n ),\n **all_item_handlers,\n ),\n options,\n options.enable_async_checkpointing,\n )\n\n def _configure_checkpointer_from_handler_registry(\n self,\n handler_registry: CheckpointHandlerRegistry,\n options: CheckpointManagerOptions,\n ) -> Checkpointer:\n """"""Initializes _CompositeCheckpointer given a `handler_registry`.""""""\n metrics_handler = self._metrics_handler\n if not handler_registry.has(METRIC_ITEM_NAME, args_lib.JsonSave):\n handler_registry.add(METRIC_ITEM_NAME, args_lib.JsonSave, metrics_handler)\n if not handler_registry.has(METRIC_ITEM_NAME, args_lib.JsonRestore):\n handler_registry.add(\n METRIC_ITEM_NAME, args_lib.JsonRestore, metrics_handler\n )\n\n # CompositeCheckpointHandler defers per-item handler creation until\n # save/restore time.\n async_options = options.async_options or AsyncOptions()\n async_options.create_directories_asynchronously &= (\n options.enable_async_checkpointing\n )\n return self._configure_checkpointer_common(\n CompositeCheckpointHandler(\n composite_options=composite_checkpoint_handler.CompositeOptions(\n multiprocessing_options=options.multiprocessing_options,\n async_options=async_options,\n ),\n handler_registry=handler_registry,\n ),\n options,\n options.enable_async_checkpointing,\n )\n\n @property\n def directory(self) -> epath.Path:\n """"""Returns the top-level directory containing checkpoints for all items.""""""\n return self._directory\n\n def all_steps(self, read: bool = False) -> Sequence[int]:\n """"""Returns all steps tracked by the manager.\n\n Args:\n read: If True, forces a read directly from the storage location.\n Otherwise, a cached result can be returned.\n\n Returns:\n A sequence of steps (integers)\n """"""\n if read:\n logging.warning(\n '`read` option is deprecated. Use `reload` to read from disk.'\n )\n self._checkpoints.set(self._load_checkpoint_infos())\n return [ckpt.step for ckpt in self._checkpoints]\n\n def latest_step(self) -> Optional[int]:\n """"""Returns the latest step saved.\n\n Returns None if no steps have been saved.\n\n Returns:\n A step (int) or None if no steps are present.\n """"""\n latest = self._checkpoints.latest()\n return latest.step if latest else None\n\n def best_step(self) -> Optional[int]:\n """"""Returns the best step saved, as defined by `options.best_fn`.\n\n Returns None if no steps have been saved.\n\n Returns:\n A step (int) or None if no steps are present.\n """"""\n if not self._track_best:\n return self.latest_step()\n if self._checkpoints.empty():\n return None\n _, sorted_checkpoints = self._sort_checkpoints_by_metrics(self._checkpoints)\n if not sorted_checkpoints:\n return None\n return sorted_checkpoints[-1].step\n\n def reload(self):\n """"""Reloads internal properties.\n\n Resets internal cache of checkpoint steps, in case the directory managed\n by this object has been updated externally.\n """"""\n self._checkpoints.set(self._load_checkpoint_infos())\n\n def reached_preemption(self, step: int) -> bool:\n """"""Returns True if a preemption sync point has been reached.""""""\n return utils.reached_preemption(step)\n\n def should_save(self, step: int) -> bool:\n """"""Returns True if a checkpoint should be saved for the current step.\n\n This depends the previous step and SaveDecisionPolicy.\n\n Args:\n step: int\n\n Returns:\n True if the checkpoint should be saved.\n """"""\n if self._options.read_only:\n logging.warning('%s is read only, save will be skipped', self.directory)\n return False\n last_checkpoint_step = self.latest_step()\n # Ensure current step is between the last step and next step (accounting for\n # save interval).\n if last_checkpoint_step is not None and last_checkpoint_step >= step:\n return False\n\n if self._options.enable_should_save_is_saving_in_progress_check:\n is_saving_in_progress = self.is_saving_in_progress()\n else:\n is_saving_in_progress = False\n reached_preemption = self.reached_preemption(step)\n current_step_info = checkpoint_info.CheckpointInfo(\n step=step,\n time=datetime.datetime.now(tz=datetime.timezone.utc),\n metrics=None,\n )\n context = save_decision_policy_lib.DecisionContext(\n is_saving_in_progress=is_saving_in_progress,\n reached_preemption=reached_preemption,\n multiprocessing_options=self._multiprocessing_options,\n )\n return self._save_decision_policy.should_save(\n current_step_info, previous_steps=self._checkpoints, context=context\n )\n\n def _get_save_directory(\n self,\n step: int,\n directory: epath.Path,\n ) -> epath.Path:\n """"""Returns the standardized path to a save directory for a single item.""""""\n\n return step_lib.build_step_path(directory, self._step_name_format, step)\n\n def _get_write_step_directory(\n self, step: int, root_dir: epath.Path\n ) -> epath.Path:\n return self._get_save_directory(step, root_dir)\n\n def _get_read_step_directory(\n self, step: int, root_dir: epath.Path\n ) -> epath.Path:\n if self._options.step_name_format is not None:\n return self._options.step_name_format.find_step(root_dir, step).path\n else:\n return self._get_save_directory(step, root_dir)\n\n def delete(self, step: int):\n """"""See superclass documentation.\n\n Delete can be run asynchronously if\n CheckpointManagerOptions.enable_background_delete is set to True.\n\n Args:\n step: The step to delete.\n\n Raises:\n FileNotFoundError: If the step does not exist.\n """"""\n if self._options.read_only:\n logging.warning('%s is read only, delete will be skipped', self.directory)\n return\n if step not in self.all_steps():\n raise FileNotFoundError(\n f'Requested deleting a non-existent step: {step}.'\n )\n self._checkpoint_deleter.delete(step)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:deleted_step',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n # suffix=str(step),\n ),\n timeout=multihost.DIRECTORY_DELETION_TIMEOUT,\n processes=self._multiprocessing_options.active_processes,\n )\n self._checkpoints.delete_if(lambda info: info.step == step)\n\n def _validate_args(\n self,\n items: Optional[Union[Any, Mapping[str, Any]]],\n args: Optional[args_lib.CheckpointArgs],\n ):\n if isinstance(items, args_lib.CheckpointArgs):\n raise ValueError(\n 'Found an instance of `CheckpointArgs` provided for `items`. This may'\n ' be due to misuse of the newer API - make sure to specify the'\n ' argument keyword (e.g. `args=args`).'\n )\n if args is not None:\n if not isinstance(args, args_lib.CheckpointArgs):\n raise ValueError(\n f'Expected args of type `CheckpointArgs`; found {type(args)}.'\n )\n if self._default_item.get():\n if isinstance(args, args_lib.Composite):\n raise ValueError(\n 'Cannot provide `args` of type `Composite` when dealing with a'\n ' single, unnamed (default) checkpointable object.'\n )\n else:\n if not isinstance(args, args_lib.Composite):\n raise ValueError(\n 'Must provide `args` of type `Composite` when dealing with'\n ' multiple checkpointable objects.'\n )\n\n def save(\n self,\n step: int,\n items: Optional[Union[Any, Mapping[str, Any]]] = None,\n save_kwargs: Optional[Union[SaveParams, Mapping[str, SaveParams]]] = None,\n metrics: Optional[PyTree] = None,\n force: Optional[bool] = False,\n args: Optional[args_lib.CheckpointArgs] = None,\n custom_metadata: dict[str, Any] | None = None,\n ) -> bool:\n """"""Saves the provided items.\n\n This method should be called by all hosts - process synchronization and\n actions that need to be performed on only one host are managed internally.\n\n NOTE: The `items` and `save_kwargs` arguments are deprecated, use `args`\n instead. Make sure to configure `CheckpointManager` with `item_names`.\n\n `args` should be a subclass of\n `orbax.checkpoint.args.CheckpointArgs`, the specific type of which is used\n to indicate what logic is used to save the object. For a typical, PyTree of\n arrays, use `StandardSave`/`StandardRestore`.\n\n When constructing the `CheckpointManager`, if no `item_names` were provided,\n it is assumed that we are managing a single object. If `item_names` were\n provided, it is assumed that we are managing multiple objects, and `args`\n must be `orbax.checkpoint.args.CompositeArgs`. See below for details.\n\n Example::\n\n # Single item\n mngr = ocp.CheckpointManager(directory)\n mngr.save(step, args=ocp.args.StandardSave(my_train_state))\n\n # Multiple items\n mngr = ocp.CheckpointManager(directory, item_names=('state', 'meta'))\n mngr.save(step, args=ocp.args.Composite(\n state=ocp.args.StandardSave(my_train_state),\n meta=ocp.args.JsonSave(my_metadata)\n ))\n\n Args:\n step: current step, int\n items: a savable object, or a dictionary of object name to savable object.\n save_kwargs: save kwargs for a single Checkpointer, or a dictionary of\n object name to kwargs needed by the Checkpointer implementation to save\n the object.\n metrics: a dictionary of metric name (string) to numeric value to be\n tracked along with this checkpoint. Required if `options.best_fn` is\n set. Allows users to specify a metric value to determine which\n checkpoints are best and should be kept (in conjunction with\n `options.max_to_keep`).\n force: if `True`, this method will attempt to save a checkpoint regardless\n of the result of `AbstractCheckpointManager.should_save(step)`. By\n default, `save` will only write a checkpoint to disk when the options\n permit, e.g. when `step` is in `options.save_interval_steps` or\n `options.save_on_steps`. Setting `force=True` will not overwrite\n existing checkpoints.\n args: `CheckpointArgs` which is used to save checkpointable objects with\n the appropriate logic.\n custom_metadata: a dictionary of custom metadata to be written to the\n checkpoint directory via StepMetadata.\n\n Returns:\n bool indicating whether a save operation was performed.\n Raises:\n ValueError: if `track_best` was indicated but `metrics` is not provided.\n ValueError: directory creation failed.\n ValueError: if an item is provided for which no `Checkpointer` is\n found.\n ValueError: if the checkpoint already exists.\n """"""\n process_index = multihost.process_index()\n step_stats = step_statistics.SaveStepStatistics()\n step_stats.step = step\n step_stats.checkpoint_manager_blocking_start_time = time.time()\n step_stats.directory = str(self.directory)\n\n if items is None and args is None:\n raise ValueError('Must provide `args` for `save`.')\n self._default_item.set_if_none(determine_default_item_mode_from_args(args))\n self._validate_args(items, args)\n if not force and not self.should_save(step):\n return False\n\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:save_start',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n ),\n processes=self._multiprocessing_options.active_processes,\n record_event_name=(\n '/jax/orbax/write/checkpoint_start_sync_duration_secs'\n ),\n )\n if self.reached_preemption(step):\n logging.info(\n '[process=%s] Saving checkpoint at step %d due to preemption.',\n process_index,\n step,\n )\n step_stats.reached_preemption = True\n step_stats.preemption_received_at = time.time()\n\n # Wait for ongoing saves to complete. Only applicable if some of the\n # checkpointers are AsyncCheckpointers.\n # Must happen after `should_save` to avoid blocking callers.\n step_stats.wait_for_prev_start_time = time.time()\n self.wait_until_finished()\n step_stats.wait_for_prev_duration_secs = (\n time.time() - step_stats.wait_for_prev_start_time\n )\n\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/wait_for_prev_duration_secs',\n step_stats.wait_for_prev_duration_secs,\n )\n self._save_tracker = synchronization.OpTrackerFactory.create_tracker(\n 'checkpoint_manager_save'\n )\n self._save_tracker.start()\n if step in self.all_steps():\n raise StepAlreadyExistsError(\n f'Checkpoint for step {step} already exists.'\n )\n\n if items is None:\n items = {}\n if save_kwargs is None:\n save_kwargs = {}\n if self._default_item.get():\n items = {DEFAULT_ITEM_NAME: items}\n save_kwargs = {DEFAULT_ITEM_NAME: save_kwargs}\n\n if self._track_best and metrics is None:\n logging.warning('Requested `tracked_metric`; did not provide metrics.')\n\n if args is None:\n args_dict = {}\n for key, item in items.items():\n save_ckpt_arg_cls, _ = _get_args_for_key(\n self._checkpointer.handler,\n key,\n )\n extra_args = save_kwargs[key] if key in save_kwargs else {}\n extra_args = extra_args or {}\n args_dict[key] = save_ckpt_arg_cls(item, **extra_args) # pylint: disable=too-many-function-args # pytype: disable=wrong-arg-count\n args = args_lib.Composite(**args_dict)\n else:\n if self._default_item.get():\n args = args_lib.Composite(**{DEFAULT_ITEM_NAME: args})\n else:\n if not isinstance(args, args_lib.Composite):\n raise ValueError(\n f'Expected args of type `Composite`; found {type(args)}.'\n )\n args = typing.cast(args_lib.Composite, args)\n\n args_dict = dict(args.items())\n if any(\n [item_name in RESERVED_ITEM_NAMES for item_name in args_dict.keys()]\n ):\n raise ValueError(\n 'Some provided items have prohibited reserved names:'\n f' {args_dict.keys()}. Reserved names: {RESERVED_ITEM_NAMES}.'\n )\n if (\n metrics is not None and self._track_best\n ) and not self._options.prevent_write_metrics:\n args_dict[METRIC_ITEM_NAME] = args_lib.JsonSave(metrics)\n args = args_lib.Composite(**args_dict)\n\n save_directory = self._get_write_step_directory(step, self.directory)\n logging.info(\n '[process=%s] Saving checkpoint at step %d', process_index, step\n )\n step_stats.checkpointer_blocking_start_time = time.time()\n self._checkpointer.save(\n save_directory, args=args, custom_metadata=custom_metadata, force=True\n )\n step_stats.checkpointer_blocking_duration_secs = (\n time.time() - step_stats.checkpointer_blocking_start_time\n )\n\n self._add_checkpoint_info(step, metrics)\n step_stats.get_old_steps_start_time = time.time()\n steps_to_remove = self._get_old_steps_to_remove()\n step_stats.get_old_steps_duration_secs = (\n time.time() - step_stats.get_old_steps_start_time\n )\n\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/get_old_steps_duration_secs',\n step_stats.get_old_steps_duration_secs,\n )\n\n self._checkpoints.delete_if(lambda info: info.step in steps_to_remove)\n # Sync needed to ensure that old steps to remove are retrieved before\n # actually deleting them during finalize, since retrieval can involve\n # looking at the directory.\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:old_steps_to_remove',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n # suffix=str(step),\n ),\n processes=self._multiprocessing_options.active_processes,\n )\n\n current_thread = threading.current_thread()\n if is_async_checkpointer(self._checkpointer):\n\n def launch_finalize_thread() -> _FinalizeThread:\n is_finalize_in_progress = self._finalize_thread.map(\n lambda t: t is not None and t.is_alive()\n )\n assert not is_finalize_in_progress, (\n 'Save finalization already in progress for'\n f' step={self._finalize_thread.get_not_none().step()}'\n )\n finalize_thread_name = 'save_finalize'\n logging.info(\n '[process=%s][thread=%s][step=%s] Starting CheckpointManager Save'\n ' Finalize thread=%s',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n )\n finalize_thread = _FinalizeThread(\n step=step,\n name=finalize_thread_name,\n target=self._finalize,\n args=(step, steps_to_remove),\n )\n finalize_thread.start()\n return finalize_thread\n\n self._finalize_thread.set_from(launch_finalize_thread)\n\n else:\n self._finalize(step, steps_to_remove)\n logging.info(\n '[process=%s][thread=%s][step=%s] Finished synchronous save.',\n process_index,\n current_thread.name,\n step,\n )\n\n step_stats.synchronous = not is_async_checkpointer(self._checkpointer)\n step_stats.checkpoint_manager_blocking_duration_secs = (\n time.time() - step_stats.checkpoint_manager_blocking_start_time\n )\n self._logger.log_entry(dataclasses.asdict(step_stats))\n return True\n\n def _maybe_get_default_item(\n self, composite_result: args_lib.Composite\n ) -> Union[Any, args_lib.Composite]:\n if self._default_item.get():\n if DEFAULT_ITEM_NAME not in composite_result:\n raise ValueError(\n 'Unable to retrieve default item. Please ensure that a handler for'\n ' the default item is registered using `handler_registry` when'\n ' initializing the `CheckpointManager`.'\n )\n return composite_result[DEFAULT_ITEM_NAME]\n return composite_result\n\n def restore(\n self,\n step: Optional[int],\n items: Optional[Union[Any, Mapping[str, Any]]] = None,\n restore_kwargs: Optional[\n Union[RestoreParams, Mapping[str, RestoreParams]]\n ] = None,\n directory: Optional[epath.PathLike] = None,\n args: Optional[args_lib.CheckpointArgs] = None,\n ) -> Union[Any, Mapping[str, Any]]:\n """"""Restores from the given step and provided items.\n\n This method should be called by all hosts - process synchronization and\n actions that need to be performed on only one host are managed internally.\n\n NOTE: The `items` and `restore_kwargs` arguments are deprecated, use `args`\n instead. Make sure to configure `CheckpointManager` with `item_names`.\n See `save` docstring for additional details.\n\n Example::\n\n # Single item\n mngr = ocp.CheckpointManager(directory)\n mngr.restore(step, args=ocp.args.StandardRestore(abstract_train_state))\n\n # Multiple items\n mngr = ocp.CheckpointManager(directory, item_names=('state', 'meta'))\n mngr.restore(step, args=ocp.args.Composite(\n state=ocp.args.StandardRestore(abstract_train_state),\n meta=ocp.args.JsonRestore(),\n ))\n # If it is acceptable to restore without providing additional arguments,\n # and if a save has already been performed, it is ok to do the following:\n mngr.restore(step, args=ocp.args.Composite(state=None, meta=None))\n # If a save has not already been performed, there is no way for Orbax to\n # know how to restore the objects. If a save has already been performed,\n # it remembers the logic used to save the objects.\n\n Args:\n step: current step, int\n items: a restoreable object, or a dictionary of object name to restorable\n object.\n restore_kwargs: restore kwargs for a single Checkpointer, or a dictionary\n of object name to kwargs needed by the Checkpointer implementation to\n restore the object.\n directory: if provided, uses the given directory rather than the\n `directory` property of this class. Can be used to restore checkpoints\n from an independent location.\n args: `CheckpointArgs` which is used to restore checkpointable objects\n with the appropriate logic.\n\n Returns:\n If managing a single item, returns a single checkpointable object.\n If managing multiple items, returns ocp.args.Composite, where the keys\n are item names, and values are checkpointable objects.\n\n Raises:\n FileNotFoundError: If no steps are found in the directory.\n """"""\n if step is None:\n step = self.latest_step()\n if step is None:\n raise FileNotFoundError(f'No steps found in {self.directory}.')\n directory = directory or self.directory\n directory = epath.Path(directory)\n step_stats = step_statistics.RestoreStepStatistics()\n step_stats.step = step\n step_stats.checkpoint_manager_start_time = time.time()\n step_stats.directory = str(directory)\n\n self._default_item.set_if_none(\n _determine_default_item_mode_from_directory(\n self._get_read_step_directory(step, directory)\n )\n )\n self._validate_args(items, args)\n\n if items is None:\n items = {}\n elif self._default_item.get():\n items = {DEFAULT_ITEM_NAME: items}\n if restore_kwargs is None:\n restore_kwargs = {}\n elif self._default_item.get():\n restore_kwargs = {DEFAULT_ITEM_NAME: restore_kwargs}\n\n if args is None:\n args_dict = {}\n item_keys = set(items.keys()) | set(restore_kwargs.keys())\n for key in item_keys:\n _, restore_ckpt_arg_cls = _get_args_for_key(\n self._checkpointer.handler,\n key,\n )\n item = items[key] if key in items else None\n extra_args = restore_kwargs[key] if key in restore_kwargs else {}\n extra_args = extra_args or {}\n args_dict[key] = restore_ckpt_arg_cls(item, **extra_args) # pylint: disable=too-many-function-args # pytype: disable=wrong-arg-count\n args = args_lib.Composite(**args_dict)\n else:\n if self._default_item.get():\n args = args_lib.Composite(**{DEFAULT_ITEM_NAME: args})\n else:\n args = typing.cast(args_lib.Composite, args)\n\n restore_directory = self._get_read_step_directory(step, directory)\n step_stats.checkpointer_start_time = time.time()\n restored = self._checkpointer.restore(restore_directory, args=args)\n step_stats.checkpointer_duration_secs = (\n time.time() - step_stats.checkpointer_start_time\n )\n\n step_stats.checkpoint_manager_duration_secs = (\n time.time() - step_stats.checkpoint_manager_start_time\n )\n self._logger.log_entry(dataclasses.asdict(step_stats))\n\n return self._maybe_get_default_item(restored)\n\n def item_metadata(\n self, step: int\n ) -> Union[Any, args_lib.Composite, ItemMetadata]:\n """"""Retrieves metadata for all known items.\n\n Important note: This method will soon be deprecated in favor of\n `metadata().item_metadata`. Please use that method instead.\n\n Note that metadata will only be returned for items that can actually be\n interpreted. If an item is present in the checkpoint but not registered\n (using a prior save or restore, or with `handler_registry` at init), the\n item will not be returned.\n\n Args:\n step: The step to retrieve metadata for.\n\n Returns:\n Either metadata for the item itself, if in default-item mode, or a\n Composite of metadata for each item.\n """"""\n return self.metadata(step).item_metadata\n\n # TODO(b/370812224): Deprecate in favor of StepMetadata.metrics\n def metrics(self, step: int) -> Optional[PyTree]:\n return self._get_metrics(step)\n\n @property\n def _metrics_handler(self) -> CheckpointHandler:\n return JsonCheckpointHandler(\n filename=METRIC_ITEM_NAME,\n multiprocessing_options=self._multiprocessing_options,\n )\n\n @property\n def _track_best(self):\n """"""Returns true if we should track the best checkpoints by given metric.""""""\n return self._options.best_fn is not None\n\n def _load_checkpoint_infos(self) -> List[CheckpointInfo]:\n """"""Loads a list of CheckpointInfo for existing checkpoints.\n\n If none are present, returns empty list.\n\n Returns:\n a list of CheckpointInfo, sorted by increasing step.\n """"""\n if not self.directory.exists():\n return []\n start = time.time()\n step_metadatas = self._step_name_format.find_all(self.directory)\n\n def build_checkpoint_info(step_metadata):\n return CheckpointInfo(\n step=step_metadata.step,\n time=step_metadata.commit_timestamp,\n metrics=self.metrics(step_metadata.step),\n )\n\n with concurrent.futures.ThreadPoolExecutor() as executor:\n checkpoint_infos = list(\n executor.map(build_checkpoint_info, step_metadatas)\n )\n checkpoint_infos.sort(key=lambda x: x.step) # Prefer in-place sort.\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/read/load_all_step_metadata_duration_secs',\n time.time() - start,\n )\n logging.info(\n 'Found %d checkpoint steps in %s',\n len(checkpoint_infos),\n self.directory,\n )\n return checkpoint_infos\n\n def _add_checkpoint_info(self, step: int, metrics: Optional[PyTree]):\n self._checkpoints.append(\n CheckpointInfo(\n step, datetime.datetime.now(tz=datetime.timezone.utc), metrics\n )\n )\n\n def _root_metadata_file_path(self, legacy: bool = False) -> epath.Path:\n if not self._metadata_dir.exists():\n raise ValueError(\n f'Root Metadata directory is not initialized: {self._metadata_dir}'\n )\n return checkpoint.root_metadata_file_path(self._metadata_dir, legacy=legacy)\n\n def _maybe_save_root_metadata(\n self, custom_metadata: Mapping[str, Any] | None\n ):\n """"""Saves CheckpointManager level metadata, skips if already present.""""""\n if self._options.save_root_metadata:\n if (\n custom_metadata is not None\n and not self._options.read_only\n and utils.is_primary_host(self._multiprocessing_options.primary_host)\n ):\n self._metadata_dir.mkdir(parents=True, exist_ok=True)\n file_path = self._root_metadata_file_path()\n if not file_path.exists(): # May have been created by a previous run.\n metadata_to_save = self._root_metadata.get()\n if custom_metadata is not None:\n metadata_to_save.custom_metadata = dict(custom_metadata)\n self._blocking_metadata_store.write(\n file_path, serialize_root_metadata(metadata_to_save)\n )\n\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'CheckpointManager:save_root_metadata',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n ),\n processes=self._multiprocessing_options.active_processes,\n )\n\n def _get_metrics(self, step: int) -> PyTree | None:\n try:\n # Use handler directly, since this happens in a background thread and\n # barriers cannot be used. This usage pattern is not\n # recommended in other contexts.\n metrics = self._metrics_handler.restore(\n self._get_read_step_directory(step, self.directory) / METRIC_ITEM_NAME\n )\n return metrics\n except FileNotFoundError:\n logging.log_first_n(\n logging.INFO,\n 'Missing metrics for step %d',\n 1, # log only once\n step,\n )\n return None\n\n def _get_step_metadata(self, step: int) -> StepMetadata:\n step_metadata = self._checkpointer.metadata(\n self._get_read_step_directory(step, self.directory),\n )\n\n self._default_item.set_if_none(\n _determine_default_item_mode_from_directory(\n self._get_read_step_directory(step, self.directory)\n )\n )\n step_metadata.item_metadata = self._maybe_get_default_item(\n step_metadata.item_metadata\n )\n\n metrics = self._get_metrics(step)\n if metrics is not None:\n validated_metrics = step_metadata_serialization.deserialize(\n {}, metrics=dict(metrics)\n ).metrics\n step_metadata = dataclasses.replace(\n step_metadata,\n metrics=validated_metrics,\n )\n\n return step_metadata\n\n def _get_root_metadata(self) -> RootMetadata:\n if self._root_metadata.get().custom_metadata is None:\n if self._metadata_dir.exists():\n file_path = self._root_metadata_file_path()\n if not file_path.exists():\n logging.warning(\n 'New root metadata file not found in directory: %s. '\n 'Will try to read legacy file.',\n self._metadata_dir,\n )\n file_path = self._root_metadata_file_path(legacy=True)\n serialized_metadata = self._blocking_metadata_store.read(file_path)\n if serialized_metadata is None:\n raise IOError(f'Failed to read metadata from {file_path}')\n self._root_metadata.set(\n root_metadata_serialization.deserialize(serialized_metadata)\n )\n else:\n self._root_metadata.get().custom_metadata = {}\n return self._root_metadata.get()\n\n @overload\n def metadata(self, step: None = None) -> RootMetadata:\n ...\n\n @overload\n def metadata(self, step: int) -> StepMetadata:\n ...\n\n def metadata(self, step: int | None = None) -> RootMetadata | StepMetadata:\n """"""See superclass documentation.""""""\n if step is not None:\n return self._get_step_metadata(step)\n return self._get_root_metadata()\n\n def _sort_checkpoints_by_metrics(\n self, checkpoints: checkpoint_info.CheckpointInfos\n ) -> Tuple[List[CheckpointInfo], List[CheckpointInfo]]:\n """"""Sorts `checkpoints` in order of increasing metric quality.\n\n Checkpoints without corresponding metrics set will be at the beginning.\n\n Args:\n checkpoints: CheckpointInfos to sort.\n\n Returns:\n Tuple of CheckpointInfo lists:\n (checkpoints_without_metrics, checkpoints_sorted_by_metrics)\n """"""\n without_metrics = [info for info in checkpoints if info.metrics is None]\n with_metrics = [info for info in checkpoints if info.metrics is not None]\n\n return without_metrics, sorted(\n with_metrics,\n key=lambda info: self._options.best_fn(info.metrics),\n reverse=(self._options.best_mode == 'min'),\n )\n\n def _cleanup_tmp_directories(self):\n utils.cleanup_tmp_directories(\n self.directory,\n primary_host=self._multiprocessing_options.primary_host,\n active_processes=self._multiprocessing_options.active_processes,\n barrier_sync_key_prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n )\n\n def _get_old_steps_to_remove(self) -> List[int]:\n """"""Returns checkpoints that should be deleted.""""""\n # This isn't a duration but there isn't a general counter that we can use so\n # we abuse a duration metric to count the number of steps examined.\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/old_steps_examined_count',\n self._checkpoints.size(),\n )\n preservation_result = self._preservation_policy.should_preserve(\n [info for info in self._checkpoints],\n context=preservation_policy_lib.PreservationContext(),\n )\n return [\n checkpoint.step\n for checkpoint, should_preserve in zip(\n self._checkpoints, preservation_result\n )\n if not should_preserve\n and (\n self._options.should_keep_fn is None\n or not self._options.should_keep_fn(checkpoint.step)\n )\n ]\n\n def _wait_for_checkpointers(self):\n if is_async_checkpointer(self._checkpointer):\n self._checkpointer.wait_until_finished() # pytype: disable=attribute-error\n\n def wait_until_finished(self):\n """"""Blocks until any incomplete save operations are completed.\n\n Note that this method will typically be a no-op if all checkpointers are\n synchronous, since old checkpoints are already cleaned up immediately after\n completing `save`, and there is no background thread to wait for.\n\n If some checkpointers are of type :py:class:`.AsyncCheckpointer`, however,\n this method will wait until each of these checkpointers is finished.\n """"""\n process_index = multihost.process_index()\n current_thread = threading.current_thread()\n\n if self._finalize_thread.map(\n lambda t: t is None or (not t.is_alive() and t.exception is None)\n ):\n logging.info(\n '[process=%s][thread=%s][wait_until_finished] No Save Finalize'\n ' thread to wait for. Returning.',\n process_index,\n current_thread.name,\n )\n return\n\n step = self._finalize_thread.get_not_none().step()\n finalize_thread_name = self._finalize_thread.get_not_none().name\n try:\n logging.info(\n '[process=%s][thread=%s][step=%s][wait_until_finished] Waiting for'\n ' Save Finalize thread (%s) to complete.',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n )\n # Let all threads join and wait for the finalize thread to complete.\n # Don't call join() with a lock otherwise we will end up serializing the\n # access to the finalize thread.\n self._finalize_thread.get_not_none().join()\n logging.info(\n '[process=%s][thread=%s][step=%s][wait_until_finished] Done'\n ' waiting for Save Finalize thread (%s) running at step=%d.',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n step,\n )\n except BaseException: # pylint:disable=broad-exception-caught\n logging.exception(\n '[process=%s][thread=%s][step=%s][wait_until_finished] Save'\n ' Finalize thread (%s) failed.',\n process_index,\n current_thread.name,\n step,\n finalize_thread_name,\n )\n self._checkpoints.delete_if(lambda info: info.step == step)\n raise\n\n def is_saving_in_progress(self) -> bool:\n """"""Returns whether a checkpoint save is in progress.""""""\n processes_saving = self._save_tracker.get_in_progress_ids()\n logging.vlog(\n 1,\n '[process=%s][is_saving_in_progress] Processes saving: %s',\n multihost.process_index(),\n processes_saving,\n )\n return bool(processes_saving)\n\n def check_for_errors(self):\n """"""Checks for any outstanding errors in completed asynchronous save operations.\n\n Delegates to underlying Checkpointer.\n """"""\n if is_async_checkpointer(self._checkpointer):\n self._checkpointer.check_for_errors() # pytype: disable=attribute-error\n\n def _finalize_checkpoint(self, step: int):\n """"""Executes final actions just before the checkpoint write completes.\n\n * Logs error if any.\n * Records duration saved due to preemption if any.\n\n Args:\n step: finalized checkpoint step.\n """"""\n if utils.is_primary_host(self._multiprocessing_options.primary_host):\n try:\n self.check_for_errors()\n except Exception: # pylint: disable=broad-except\n logging.exception(\n (\n '[step=%s] Checkpointer failed: one or more items may not be'\n ' finalized. Skipping finalization of step checkpoint.'\n ),\n step,\n )\n return None\n # If at a preemption step, record the time since the previous checkpoint.\n # This represents training time that would otherwise have been wasted.\n # If another checkpoint has not been previously saved, measures the time\n # since program start.\n if self.reached_preemption(step):\n if self._checkpoints.size() > 1:\n previous_time = self._checkpoints[-2].time\n else:\n previous_time = _INIT_TIME\n assert not self._checkpoints.empty()\n duration = self._checkpoints[-1].time - previous_time\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/preempt/duration_saved_secs',\n duration.total_seconds(),\n )\n\n def _finalize(self, step: int, steps_to_remove: List[int]):\n """"""Finalizes individual items and starts garbage collection.""""""\n process_index = multihost.process_index()\n current_thread = threading.current_thread()\n try:\n self._non_blocking_metadata_store.wait_until_finished()\n self._wait_for_checkpointers()\n # If an error is encountered while waiting for commit futures to complete,\n # we will not proceed past this point.\n self._finalize_checkpoint(step)\n remove_steps_start_time = time.time()\n self._checkpoint_deleter.delete_steps(steps_to_remove)\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/remove_steps_duration_secs',\n time.time() - remove_steps_start_time,\n )\n finally:\n self._save_tracker.complete()\n logging.info(\n '[process=%s][thread=%s][step=%s] CheckpointManager Save Finalize is'\n ' syncing with other hosts...',\n process_index,\n current_thread.name,\n step,\n )\n barrier_sync_fn = self._create_thread_safe_barrier_sync_fn()\n barrier_sync_fn(\n multihost.unique_barrier_key(\n 'CheckpointManager:finalize',\n prefix=self._multiprocessing_options.barrier_sync_key_prefix,\n suffix=str(step),\n )\n )\n logging.info(\n '[process=%s][thread=%s][step=%s] CheckpointManager Save Finalize is'\n ' done on all hosts.',\n process_index,\n current_thread.name,\n step,\n )\n\n def close(self):\n """"""Waits for outstanding operations to finish and closes internal objects.""""""\n self.wait_until_finished()\n self._checkpointer.close()\n # Call after checkpointer.close().\n self._non_blocking_metadata_store.close()\n self._blocking_metadata_store.close()\n self._checkpoint_deleter.close()\n\n def __contextmanager__(\n self,\n ) -> Iterable[Self]:\n try:\n yield self\n finally:\n self.close()\n",python,tab +1656,6329126,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py",64901,0,"",python,selection_command +1657,6337863,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""AsyncCheckpointer.""""""\n\nimport sys\nimport threading\nimport time\nfrom typing import Any, Callable, Optional, Sequence, Type\n\nfrom absl import logging\nfrom etils import epath\nimport jax\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import asyncio_utils\nfrom orbax.checkpoint._src.checkpointers import checkpointer\nfrom orbax.checkpoint._src.futures import future\nfrom orbax.checkpoint._src.futures import synchronization\nfrom orbax.checkpoint._src.handlers import async_checkpoint_handler\nfrom orbax.checkpoint._src.metadata import checkpoint\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import async_utils\nfrom orbax.checkpoint._src.path import atomicity\nfrom orbax.checkpoint._src.path import atomicity_types\nfrom orbax.checkpoint._src.path import utils as path_utils\n\n\n\nBarrierSyncFn = multihost.BarrierSyncFn\n_DIRECTORY_CREATION_SIGNALS = [\n synchronization.HandlerAwaitableSignal.STEP_DIRECTORY_CREATION\n]\n\n\ndef _on_commit_callback(\n tmpdir: atomicity_types.TemporaryPath,\n checkpoint_start_time: float,\n):\n """"""Finalize atomic save and record checkpoint save metrics.""""""\n atomicity.on_commit_callback(\n tmpdir,\n checkpoint_start_time=checkpoint_start_time,\n )\n total_duration_secs = time.time() - checkpoint_start_time\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/async/total_duration_secs',\n total_duration_secs,\n )\n\n\ndef _background_wait_for_commit_futures(\n directory: epath.Path,\n commit_futures: Sequence[future.Future],\n on_commit_callback: Callable[[], None],\n *,\n barrier_sync_key_prefix: str,\n sync_fn: Callable[[str], None],\n primary_host: int | None,\n):\n """"""A function to be run in a background thread that waits for futures.""""""\n current_process = multihost.process_index()\n current_thread_id = threading.current_thread().name\n process_count = jax.process_count()\n logging.info(\n '[process=%s][thread=%s] Background save thread started.',\n current_process,\n current_thread_id,\n )\n thread_start_time = time.time()\n\n # Wait for commit operations to complete.\n for commit_future in commit_futures:\n commit_future.result()\n commit_duration_secs = time.time() - thread_start_time\n logging.info(\n '[process=%s][thread=%s] %d Handler Commit operations completed. Time'\n ' taken: %fs.',\n current_process,\n current_thread_id,\n len(commit_futures),\n commit_duration_secs,\n )\n # Log the number of async writes that are in flight. Abuses a duration\n # metric as a counter since jax.monitoring only has events and durations.\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/async/commit_future_count',\n len(commit_futures),\n )\n # Log the per process storage commit latency excluding the barrier time.\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/async/commit_duration_sec',\n commit_duration_secs,\n )\n\n if process_count > 1:\n # All processes will wait at the barrier. When all processes are at the\n # barrier, the barrier will be satisfied. If not, then it will timeout.\n try:\n sync_fn(\n multihost.unique_barrier_key(\n 'async_write_complete',\n prefix=barrier_sync_key_prefix,\n suffix=f'{directory.name}',\n )\n )\n except jax.errors.JaxRuntimeError as e:\n if sys.version_info >= (3, 11):\n if 'DEADLINE_EXCEEDED' in str(e):\n _add_deadline_exceeded_notes(e)\n raise\n\n if utils.is_primary_host(primary_host):\n on_commit_callback()\n if process_count > 1:\n # Block until process 0 completes on_commit_callback.\n sync_fn(\n multihost.unique_barrier_key(\n 'async_commit_complete',\n prefix=barrier_sync_key_prefix,\n suffix=f'{directory.name}',\n )\n )\n\n thread_duration_secs = time.time() - thread_start_time\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/async/thread_duration_sec',\n thread_duration_secs,\n )\n logging.info(\n '[process=%s][thread=%s] Background save thread done. Time taken: %fs.',\n current_process,\n current_thread_id,\n thread_duration_secs,\n )\n\n\ndef _add_deadline_exceeded_notes(e: jax.errors.JaxRuntimeError):\n """"""Adds notes to the exception to help debug the deadline exceeded error.""""""\n e.add_note('1. Make sure that the job and storage are colocated.')\n e.add_note(\n '2. Make sure that the job has enough compute resources allocated.'\n )\n e.add_note('3. Make sure that the storage has enough throughput quota.')\n\n\nclass _AsyncManager:\n """"""Helper class for background checkpoint saving work orchestration.""""""\n\n def __init__(\n self,\n *,\n barrier_sync_fn: multihost.BarrierSyncFn,\n timeout_secs: int = 600,\n primary_host: Optional[int] = 0,\n barrier_sync_key_prefix: Optional[str] = None,\n ):\n logging.info(\n '[process=%s][thread=%s] Using barrier_sync_fn: %s timeout: %d secs and'\n ' primary_host=%s for async checkpoint writes',\n multihost.process_index(),\n threading.current_thread().name,\n barrier_sync_fn,\n timeout_secs,\n primary_host,\n )\n self._timeout_secs = timeout_secs\n self._primary_host = primary_host\n self._barrier_sync_key_prefix = barrier_sync_key_prefix\n\n self._thread = None\n self._exception = None\n\n timeout_in_ms = self._timeout_secs * 1000\n self._sync_fn: Callable[[str], None] = lambda key: barrier_sync_fn(\n key=key, timeout_ms=timeout_in_ms\n )\n\n def __del__(self):\n if self._thread is not None and self._thread.is_alive():\n logging.warning(\n 'Please add `.wait_until_finished()` in the main thread '\n 'before your program finishes because there is a '\n 'possibility of losing errors raised if the '\n 'this class is deleted before writing is completed.'\n )\n\n def _thread_func(\n self,\n directory: epath.Path,\n commit_futures: Sequence[future.Future],\n on_commit_callback: Callable[[], None],\n ):\n """"""Awaits on commit futures and finalizes the checkpoint.""""""\n try:\n _background_wait_for_commit_futures(\n directory,\n commit_futures,\n on_commit_callback,\n barrier_sync_key_prefix=self._barrier_sync_key_prefix,\n sync_fn=self._sync_fn,\n primary_host=self._primary_host,\n )\n except Exception as e: # pylint: disable=broad-exception-caught\n msg = (\n f'[process={multihost.process_index()}] Failed to run'\n f' {len(commit_futures)} Handler Commit operations or the Commit'\n f' callback in background save thread, directory: {directory}'\n )\n logging.error(msg, exc_info=True)\n self._exception = e\n\n def start_async_commit(\n self,\n directory: epath.Path,\n commit_futures: Sequence[future.Future],\n on_commit_callback: Callable[[], None],\n ):\n """"""Completes checkpoint save in a background thread.""""""\n self._thread = threading.Thread(\n name='async_save',\n target=self._thread_func,\n args=(\n directory,\n commit_futures,\n on_commit_callback,\n ),\n )\n self._thread.start()\n\n def check_for_errors(self):\n """"""Surfaces any errors from the background commit operations.""""""\n if self._exception is not None:\n # Clears self._exception so it is only raised once.\n exception = self._exception\n self._exception = None\n raise exception # pylint: disable=raising-bad-type\n\n def wait_until_finished(self):\n """"""Waits for any outstanding operations to complete.""""""\n current_thread_name = threading.current_thread().name\n background_thread_name = (\n self._thread.name if self._thread is not None else None\n )\n if self._thread is not None:\n logging.info(\n '[process=%s][thread=%s] Waiting for background save thread=%s.',\n multihost.process_index(),\n current_thread_name,\n background_thread_name,\n )\n self._thread.join()\n self._thread = None\n logging.info(\n '[process=%s][thread=%s] Done with waiting for background save'\n ' thread=%s.',\n multihost.process_index(),\n current_thread_name,\n background_thread_name,\n )\n\n self.check_for_errors()\n if background_thread_name is not None:\n logging.info(\n '[process=%s][thread=%s] No errors found in background save'\n ' thread=%s.',\n multihost.process_index(),\n current_thread_name,\n background_thread_name,\n )\n\n\nclass AsyncCheckpointer(checkpointer.Checkpointer):\n """"""An asynchronous implementation of Checkpointer.\n\n Save operations take place in a background thread (this functionality is\n provided by AsyncManager). Users should call `wait_until_finished` to block\n until a save operation running in the background is complete.\n\n Like its parent, AsyncCheckpointer also makes use of an underlying\n :py:class:`.CheckpointHandler` to deal with type-specific logic.\n\n Please see :py:class:`.Checkpointer` documentation for more generic usage\n instructions.\n """"""\n\n _handler: async_checkpoint_handler.AsyncCheckpointHandler\n\n # Options mirror checkpoint_manager.AsyncOptions.\n def __init__(\n self,\n handler: async_checkpoint_handler.AsyncCheckpointHandler,\n timeout_secs: Optional[int] = None,\n *,\n async_options: options_lib.AsyncOptions = options_lib.AsyncOptions(),\n multiprocessing_options: options_lib.MultiprocessingOptions = options_lib.MultiprocessingOptions(),\n file_options: options_lib.FileOptions = options_lib.FileOptions(),\n checkpoint_metadata_store: Optional[checkpoint.MetadataStore] = None,\n temporary_path_class: Optional[\n Type[atomicity_types.TemporaryPath]\n ] = None,\n ):\n jax.monitoring.record_event('/jax/orbax/async_checkpointer/init')\n if not checkpoint_args.has_registered_args(handler):\n logging.warning(\n '[process=%s] No registered CheckpointArgs found for handler'\n ' type: %s',\n multihost.process_index(),\n type(handler),\n )\n handler = checkpointer.get_legacy_handler_wrapper(handler)\n assert isinstance(\n handler, async_checkpoint_handler.AsyncCheckpointHandler\n )\n self._handler = handler\n self._primary_host = multiprocessing_options.primary_host\n self._active_processes = multiprocessing_options.active_processes\n self._post_finalization_callback = async_options.post_finalization_callback\n self._create_directories_asynchronously = (\n async_options.create_directories_asynchronously\n )\n barrier_sync_key_prefix = (\n ''\n if multiprocessing_options.barrier_sync_key_prefix is None\n else f'{multiprocessing_options.barrier_sync_key_prefix}'\n )\n self._barrier_sync_key_prefix = barrier_sync_key_prefix\n self._file_options = file_options\n self._metadata_store = (\n checkpoint_metadata_store\n or checkpoint.metadata_store(enable_write=True)\n )\n self._temporary_path_class = temporary_path_class\n timeout_secs = timeout_secs or async_options.timeout_secs\n\n # TODO(dicentra): consider folding into AsyncCheckpointer directly.\n self._async_manager = _AsyncManager(\n barrier_sync_fn=(\n async_options.barrier_sync_fn\n or multihost.get_barrier_sync_fn(\n processes=multiprocessing_options.active_processes\n )\n ),\n timeout_secs=timeout_secs,\n primary_host=multiprocessing_options.primary_host,\n barrier_sync_key_prefix=barrier_sync_key_prefix,\n )\n self._multiprocessing_options = multiprocessing_options\n\n def _make_on_commit_callback(\n self,\n tmpdir: atomicity_types.TemporaryPath,\n custom_metadata: dict[str, Any] | None,\n checkpoint_start_time: float,\n ) -> Callable[[], None]:\n # Directory is the final directory.\n\n current_operation_id = (\n synchronization.OperationIdGenerator.get_current_operation_id()\n )\n\n def _callback() -> None:\n if utils.is_primary_host(self._primary_host):\n # Update StepMetadata after the handler save is complete.\n # (blocking write)\n self._save_step_metadata(tmpdir.get(), custom_metadata=custom_metadata)\n logging.vlog(\n 1,\n '[process=%s][thread=%s] Async Save Callback [1/3]: Finalizing'\n ' Handler: %s on %s',\n multihost.process_index(),\n threading.current_thread().name,\n self._handler,\n tmpdir.get(),\n )\n # Finalize does a final StepMetadata update.\n self._handler.finalize(tmpdir.get())\n logging.vlog(\n 1,\n '[process=%s][thread=%s] Async Save Callback [2/3]: Running'\n ' post_finalization_callback: %s on %s',\n multihost.process_index(),\n threading.current_thread().name,\n self._post_finalization_callback,\n tmpdir.get_final(),\n )\n if self._post_finalization_callback is not None:\n self._post_finalization_callback()\n logging.vlog(\n 1,\n '[process=%s][thread=%s] Async Save Callback [3/3]: Finalizing'\n ' checkpoint directory: %s',\n multihost.process_index(),\n threading.current_thread().name,\n tmpdir.get(),\n )\n _on_commit_callback(\n tmpdir,\n checkpoint_start_time,\n )\n logging.info(\n 'Finished async_save (blocking + background). Time taken: %fs.'\n ' directory=%s',\n time.time() - checkpoint_start_time,\n tmpdir.get_final(),\n )\n # Clean up all awaitable signals for the current operation id as they are\n # no longer needed.\n if self._create_directories_asynchronously:\n future.remove_all_awaitable_signals(current_operation_id)\n\n return _callback\n\n async def _save(\n self,\n tmpdir: atomicity_types.TemporaryPath,\n *args,\n force: bool = False,\n **kwargs,\n ):\n directory = tmpdir.get_final()\n\n if utils.is_primary_host(self._primary_host):\n jax.monitoring.record_event(\n '/jax/orbax/write/storage_type',\n storage_type=path_utils.get_storage_type(directory),\n )\n # TODO(dicentra): Revise other metrics to also only report from the primary\n # host where appropriate.\n jax.monitoring.record_event('/jax/orbax/write/async/start')\n logging.info(\n '[process=%s] Started async saving checkpoint to %s.',\n multihost.process_index(),\n directory,\n )\n\n if await async_utils.async_exists(directory):\n if force:\n if utils.is_primary_host(self._primary_host):\n logging.info(\n '[process=%s] Specified `force`: removing existing directory.',\n multihost.process_index(),\n )\n await async_utils.async_rmtree(\n directory\n ) # Post-sync handled by create_tmp_directory.\n else:\n raise ValueError(f'Destination {directory} already exists.')\n\n commit_ops = []\n if self._create_directories_asynchronously:\n commit_ops.append(\n atomicity.create_all_async(\n [tmpdir],\n completion_signals=_DIRECTORY_CREATION_SIGNALS,\n multiprocessing_options=self._multiprocessing_options,\n )\n )\n else:\n await self.create_temporary_path(tmpdir)\n # Run copy ops.\n # Try to save using new CheckpointArgs API if supported by the handler.\n ckpt_args = checkpointer.construct_checkpoint_args(\n self._handler, True, *args, **kwargs\n )\n commit_ops.extend(\n await self._handler.async_save(tmpdir.get(), args=ckpt_args) or []\n )\n commit_ops, _ = jax.tree.flatten(commit_ops)\n commit_ops = [op for op in commit_ops if op is not None]\n\n return commit_ops\n\n def save(\n self,\n directory: epath.PathLike,\n *args,\n force: bool = False,\n custom_metadata: dict[str, Any] | None = None,\n **kwargs,\n ):\n """"""Saves the given item to the provided directory.\n\n Delegates to the underlying CheckpointHandler. Ensures save operation\n atomicity. Must first block until any previous save operations running in\n the background are completed.\n\n This method should be called by all hosts - process synchronization and\n actions that need to be performed on only one host are managed internally.\n\n Args:\n directory: a path to which to save.\n *args: additional args to provide to the CheckpointHandler's save method.\n force: if True, allows overwriting an existing directory. May add overhead\n due to the need to delete any existing files.\n custom_metadata: a dictionary of custom metadata to be written to the\n checkpoint directory via StepMetadata.\n **kwargs: additional keyword args to provide to the CheckpointHandler's\n save method.\n\n Raises:\n ValueError if the provided directory already exists.\n """"""\n checkpoint_start_time = time.time()\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:save_start',\n prefix=self._barrier_sync_key_prefix,\n ),\n processes=self._active_processes,\n record_event_name=(\n '/jax/orbax/write/checkpoint_start_sync_duration_secs'\n ),\n )\n directory = epath.Path(directory)\n tmpdir = self.get_temporary_path(directory)\n self.wait_until_finished()\n self.synchronize_next_awaitable_signal_operation_id()\n on_commit_callback = self._make_on_commit_callback(\n tmpdir, custom_metadata, checkpoint_start_time\n )\n commit_ops = asyncio_utils.run_sync(\n self._save(\n tmpdir,\n *args,\n force=force,\n **kwargs,\n )\n )\n self._async_manager.start_async_commit(\n directory,\n commit_futures=commit_ops,\n on_commit_callback=on_commit_callback,\n )\n blocking_duration_secs = time.time() - checkpoint_start_time\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/async/blocking_duration_secs',\n blocking_duration_secs,\n )\n logging.info(\n 'Finished blocking save. Time taken: %fs. Continuing background save'\n ' to %s.',\n blocking_duration_secs,\n directory,\n )\n\n def restore(self, directory: epath.PathLike, *args, **kwargs) -> Any:\n """"""See superclass documentation.""""""\n self.wait_until_finished()\n return super().restore(directory, *args, **kwargs)\n\n def check_for_errors(self):\n """"""Surfaces any errors from the background commit operations.""""""\n self._async_manager.check_for_errors()\n self._metadata_store.wait_until_finished()\n\n def wait_until_finished(self):\n """"""Waits for any outstanding operations to finish.""""""\n self._async_manager.wait_until_finished()\n self._metadata_store.wait_until_finished()\n\n def close(self):\n """"""Waits to finish any outstanding operations before closing.""""""\n self.wait_until_finished()\n super().close()\n self._metadata_store.close()\n\n @property\n def handler(self) -> async_checkpoint_handler.AsyncCheckpointHandler:\n return self._handler\n",python,tab +1658,6337864,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py",19297,0,"",python,selection_command +1659,6340079,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Synchronous Checkpointer implementation.""""""\n\nimport time\nfrom typing import Any, Iterable, Optional, Type\n\nfrom absl import logging\nfrom etils import epath\nfrom etils import epy\nimport jax\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import asyncio_utils\nfrom orbax.checkpoint._src.checkpointers import abstract_checkpointer\nfrom orbax.checkpoint._src.futures import synchronization\nfrom orbax.checkpoint._src.handlers import checkpoint_handler\nfrom orbax.checkpoint._src.handlers import composite_checkpoint_handler\nfrom orbax.checkpoint._src.metadata import checkpoint\nfrom orbax.checkpoint._src.metadata import step_metadata_serialization\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import atomicity\nfrom orbax.checkpoint._src.path import atomicity_defaults\nfrom orbax.checkpoint._src.path import atomicity_types\nfrom orbax.checkpoint._src.path import utils as path_utils\nfrom typing_extensions import Self # for Python version < 3.11\n\n\n\nCheckpointArgs = checkpoint_args.CheckpointArgs\nregister_with_handler = checkpoint_args.register_with_handler\nget_legacy_handler_wrapper = (\n composite_checkpoint_handler.get_legacy_handler_wrapper\n)\nStepMetadata = checkpoint.StepMetadata\n\n\ndef construct_checkpoint_args(\n handler: checkpoint_handler.CheckpointHandler,\n for_save: bool,\n *args,\n **kwargs,\n) -> checkpoint_args.CheckpointArgs:\n """"""Constructs `CheckpointArgs` for save or restore for the handler.""""""\n for arg in args:\n if isinstance(arg, checkpoint_args.CheckpointArgs):\n return arg\n for arg in kwargs.values():\n if isinstance(arg, checkpoint_args.CheckpointArgs):\n return arg\n jax.monitoring.record_event('/jax/orbax/deprecation/checkpointer_legacy_args')\n save_arg_cls, restore_arg_cls = checkpoint_args.get_registered_args_cls(\n handler\n )\n if for_save:\n return save_arg_cls(*args, **kwargs)\n else:\n return restore_arg_cls(*args, **kwargs)\n\n\nclass Checkpointer(\n abstract_checkpointer.AbstractCheckpointer, epy.ContextManager\n):\n """"""A synchronous implementation of AbstractCheckpointer.\n\n This class saves synchronously to a given directory using an underlying\n :py:class:`.CheckpointHandler`. Atomicity of the operation is guaranteed.\n\n IMPORTANT: Async checkpointing can often be faster for saving. Strongly\n consider using :py:class:`.AsyncCheckpointer` instead.\n\n IMPORTANT: Remember that to save and restore a checkpoint, one should always\n use an :py:class:`.AbstractCheckpointer` coupled with a `CheckpointHandler`.\n The specific `CheckpointHandler` to use depends on the object being saved or\n restored.\n\n Basic example::\n\n ckptr = Checkpointer(StandardCheckpointHandler())\n args = ocp.args.StandardSave(item=pytree_of_arrays)\n ckptr.save(path, args=args)\n args = ocp.args.StandardRestore(item=abstract_pytree_target)\n ckptr.restore(path, args=args)\n\n Each handler includes `...SaveArgs` and `...RestoreArgs` classes that document\n what arguments are expected. When using `Checkpointer`, you can either use\n this dataclass directly, or you can provide the arguments in keyword form.\n\n For example::\n\n ckptr = Checkpointer(StandardCheckpointHandler())\n ckptr.save(path, state=pytree_of_arays)\n ckptr.restore(path, state=abstract_pytree_target)\n """"""\n\n def __init__(\n self,\n handler: checkpoint_handler.CheckpointHandler,\n *,\n multiprocessing_options: options_lib.MultiprocessingOptions = options_lib.MultiprocessingOptions(),\n file_options: options_lib.FileOptions = options_lib.FileOptions(),\n checkpoint_metadata_store: Optional[checkpoint.MetadataStore] = None,\n temporary_path_class: Optional[\n Type[atomicity_types.TemporaryPath]\n ] = None,\n ):\n if not checkpoint_args.has_registered_args(handler):\n logging.warning(\n 'No registered CheckpointArgs found for handler type: %s',\n type(handler),\n )\n handler = get_legacy_handler_wrapper(handler)\n self._handler = handler\n self._primary_host = multiprocessing_options.primary_host\n self._active_processes = multiprocessing_options.active_processes\n self._barrier_sync_key_prefix = (\n multiprocessing_options.barrier_sync_key_prefix\n )\n self._multiprocessing_options = options_lib.MultiprocessingOptions(\n primary_host=self._primary_host,\n active_processes=self._active_processes,\n barrier_sync_key_prefix=self._barrier_sync_key_prefix,\n )\n self._file_options = file_options\n self._temporary_path_class = temporary_path_class\n\n # If not provided then use checkpoint_metadata_store with blocking writes.\n self._metadata_store = (\n checkpoint_metadata_store\n or checkpoint.metadata_store(enable_write=True, blocking_write=True)\n )\n if not self._metadata_store.is_blocking_writer():\n raise ValueError('Checkpoint metadata store must be blocking writer.')\n\n jax.monitoring.record_event('/jax/orbax/checkpointer/init')\n\n def get_temporary_path(\n self, directory: epath.Path\n ) -> atomicity_types.TemporaryPath:\n temporary_path_class = (\n self._temporary_path_class\n or atomicity_defaults.get_default_temporary_path_class(directory)\n )\n tmpdir = temporary_path_class.from_final(\n directory,\n checkpoint_metadata_store=self._metadata_store,\n multiprocessing_options=self._multiprocessing_options,\n file_options=self._file_options,\n )\n return tmpdir\n\n async def create_temporary_path(\n self, temporary_path: atomicity_types.TemporaryPath\n ):\n await atomicity.create_all(\n [temporary_path],\n multiprocessing_options=self._multiprocessing_options,\n )\n\n def synchronize_next_awaitable_signal_operation_id(self):\n synchronization.OperationIdGenerator.next_operation_id()\n\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'next_awaitable_signal_operation_id:sync',\n prefix=self._barrier_sync_key_prefix,\n ),\n timeout=multihost.DIRECTORY_CREATION_TIMEOUT,\n processes=self._active_processes,\n )\n logging.vlog(\n 1,\n '[process=%s] Synchronized next awaitable signal operation id to %s',\n multihost.process_index(),\n synchronization.OperationIdGenerator.get_current_operation_id(),\n )\n\n def save(\n self,\n directory: epath.PathLike,\n *args,\n force: bool = False,\n custom_metadata: dict[str, Any] | None = None,\n **kwargs,\n ):\n """"""Saves the given item to the provided directory.\n\n Delegates to the underlying CheckpointHandler. Ensures save operation\n atomicity.\n\n This method should be called by all hosts - process synchronization and\n actions that need to be performed on only one host are managed internally.\n\n Args:\n directory: a path to which to save.\n *args: additional args to provide to the CheckpointHandler's save method.\n force: if True, allows overwriting an existing directory. May add overhead\n due to the need to delete any existing files.\n custom_metadata: a dictionary of custom metadata to be written to the\n checkpoint directory via StepMetadata.\n **kwargs: additional keyword args to provide to the CheckpointHandler's\n save method.\n\n Raises:\n ValueError if the provided directory already exists.\n """"""\n checkpoint_start_time = time.time()\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:save_start',\n prefix=self._barrier_sync_key_prefix,\n ),\n processes=self._active_processes,\n record_event_name=(\n '/jax/orbax/write/checkpoint_start_sync_duration_secs'\n ),\n )\n directory = epath.Path(directory)\n\n if utils.is_primary_host(self._primary_host):\n jax.monitoring.record_event(\n '/jax/orbax/write/storage_type',\n storage_type=path_utils.get_storage_type(directory),\n )\n # TODO(dicentra): Revise other metrics to also only report from the primary\n # host where appropriate.\n jax.monitoring.record_event('/jax/orbax/write/start')\n logging.info(\n '[process=%s] Started saving checkpoint to %s.',\n multihost.process_index(),\n directory,\n )\n self.synchronize_next_awaitable_signal_operation_id()\n\n if directory.exists():\n if force:\n if utils.is_primary_host(self._primary_host):\n logging.info('Specified `force`: removing existing directory.')\n directory.rmtree() # Post-sync handled by create_tmp_directory.\n else:\n raise ValueError(f'Destination {directory} already exists.')\n ckpt_args = construct_checkpoint_args(self._handler, True, *args, **kwargs)\n tmpdir = self.get_temporary_path(directory)\n # tmpdir creation also does an initial StepMetadata save.\n asyncio_utils.run_sync(self.create_temporary_path(tmpdir))\n self._handler.save(tmpdir.get(), args=ckpt_args)\n if utils.is_primary_host(self._primary_host):\n # Update StepMetadata after the handler save is complete. (blocking write)\n self._save_step_metadata(tmpdir.get(), custom_metadata=custom_metadata)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:save',\n prefix=self._barrier_sync_key_prefix,\n ),\n processes=self._active_processes,\n )\n\n # Ensure save operation atomicity and record time saved by checkpoint.\n if utils.is_primary_host(self._primary_host):\n # finalize does a final StepMetadata update.\n self._handler.finalize(tmpdir.get())\n atomicity.on_commit_callback(\n tmpdir,\n checkpoint_start_time=checkpoint_start_time,\n )\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:finalize',\n prefix=self._barrier_sync_key_prefix,\n # suffix=directory.name,\n ),\n processes=self._active_processes,\n )\n save_duration_secs = time.time() - checkpoint_start_time\n logging.info(\n 'Finished synchronous save in %.2f seconds to %s',\n save_duration_secs,\n directory,\n )\n\n def restore(self, directory: epath.PathLike, *args, **kwargs) -> Any:\n """"""See superclass documentation.""""""\n restore_start_time = time.time()\n directory = epath.Path(directory)\n if not directory.exists():\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\n if not utils.is_checkpoint_finalized(directory):\n raise ValueError(f'Found incomplete checkpoint at {directory}.')\n logging.info('Restoring checkpoint from %s.', directory)\n ckpt_args = construct_checkpoint_args(self._handler, False, *args, **kwargs)\n restored = self._restore(directory, args=ckpt_args)\n multihost.sync_global_processes(\n multihost.unique_barrier_key(\n 'Checkpointer:restore',\n prefix=self._barrier_sync_key_prefix,\n ),\n processes=self._active_processes,\n )\n restore_duration_secs = time.time() - restore_start_time\n logging.info(\n 'Finished restoring checkpoint in %.2f seconds from %s.',\n restore_duration_secs,\n directory,\n )\n return restored\n\n def _restore(\n self, directory: epath.PathLike, args: checkpoint_args.CheckpointArgs\n ) -> Any:\n return self._handler.restore(directory, args=args)\n\n def metadata(self, directory: epath.PathLike) -> StepMetadata | Any | None:\n """"""See superclass documentation.""""""\n directory = epath.Path(directory)\n return self._handler.metadata(directory)\n\n def _save_step_metadata(\n self, directory: epath.Path, custom_metadata: dict[str, Any] | None\n ):\n """"""Saves StepMetadata to the checkpoint directory.""""""\n update_dict = {\n 'custom_metadata': custom_metadata,\n }\n if isinstance(\n self._handler, composite_checkpoint_handler.CompositeCheckpointHandler\n ):\n try:\n # get item_handlers from handler\n partial_metadata: StepMetadata = (\n self._handler.metadata_from_temporary_paths(directory)\n )\n except (FileNotFoundError, NotImplementedError, ValueError, TypeError):\n logging.warning(\n 'Failed to get per-item metadata from directory %s. Handler types '\n 'will not be saved.',\n directory,\n )\n else:\n update_dict['item_handlers'] = partial_metadata.item_handlers\n else:\n try:\n item_handler = self._handler.typestr()\n except (NotImplementedError, AttributeError):\n logging.warning(\n 'Failed to get item handler typestr from directory %s. Backup '\n 'handler type will be saved.',\n directory,\n )\n item_handler = (\n f'{self._handler.__module__}.{self._handler.__class__.__qualname__}'\n )\n update_dict['item_handlers'] = item_handler\n self._metadata_store.update(\n file_path=checkpoint.step_metadata_file_path(directory),\n **step_metadata_serialization.serialize_for_update(**update_dict),\n )\n\n def close(self):\n """"""Closes the underlying CheckpointHandler.""""""\n self._handler.close()\n self._metadata_store.close()\n\n @property\n def handler(self) -> checkpoint_handler.CheckpointHandler:\n return self._handler\n\n def __contextmanager__(\n self,\n ) -> Iterable[Self]:\n try:\n yield self\n finally:\n self.close()\n",python,tab +1660,6340080,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",11458,0,"",python,selection_command +1661,6341249,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py",12060,0,"",python,selection_command +1662,6344242,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Handler that combines other handlers.\n\nUsage example::\n\n import orbax.checkpoint as ocp\n\n # A PyTree of jax.Arrays\n my_state = ...\n # A dictionary to be serialized as JSON\n json_dict = ...\n\n checkpointer = ocp.Checkpointer(ocp.CompositeCheckpointHandler())\n checkpointer.save(\n path,\n args=ocp.args.Composite(\n state=ocp.args.StandardSave(my_state),\n metadata=ocp.args.JsonSave(json_dict)\n )\n )\n\n restored = checkpointer.restore(\n path,\n args=ocp.args.Composite(\n state=ocp.args.StandardRestore(),\n metadata=ocp.args.JsonRestore()\n )\n )\n my_state = restored.state\n json_dict = restored.metadata\n""""""\n\nfrom __future__ import annotations\n\nimport asyncio\nimport concurrent.futures\nimport dataclasses\nimport threading\nimport time\nfrom typing import Any, Dict, List, Mapping, MutableSet, Optional, Tuple, Type\n\nfrom absl import logging\nfrom etils import epath\nimport jax\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint._src import asyncio_utils\nfrom orbax.checkpoint._src import composite\nfrom orbax.checkpoint._src.futures import future\nfrom orbax.checkpoint._src.futures import synchronization\nfrom orbax.checkpoint._src.handlers import async_checkpoint_handler\nfrom orbax.checkpoint._src.handlers import checkpoint_handler\nfrom orbax.checkpoint._src.handlers import handler_registration\nfrom orbax.checkpoint._src.handlers import handler_type_registry\nfrom orbax.checkpoint._src.metadata import checkpoint\nfrom orbax.checkpoint._src.metadata import step_metadata_serialization\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import atomicity\nfrom orbax.checkpoint._src.path import atomicity_defaults\nfrom orbax.checkpoint._src.path import atomicity_types\n\n\nCheckpointArgs = checkpoint_args.CheckpointArgs\nFuture = future.Future\nCheckpointArgs = checkpoint_args.CheckpointArgs\nCheckpointHandler = checkpoint_handler.CheckpointHandler\nStepMetadata = checkpoint.StepMetadata\nCompositeItemMetadata = checkpoint.CompositeItemMetadata\nAsyncCheckpointHandler = async_checkpoint_handler.AsyncCheckpointHandler\nregister_with_handler = checkpoint_args.register_with_handler\nComposite = composite.Composite\nHandlerAwaitableSignal = synchronization.HandlerAwaitableSignal\n\n\n_CONCURRENT_WORKERS = 3\n\nDESCRIPTOR_ITEM_NAME = 'descriptor'\nRESERVED_ITEM_NAMES = []\n_DIRECTORY_CREATION_SIGNALS = [HandlerAwaitableSignal.ITEM_DIRECTORY_CREATION]\n\n\n# TODO(b/295899152) Clean up when users are all registering `CheckpointArgs`.\nclass _LegacyCheckpointHandlerWrapper(checkpoint_handler.CheckpointHandler):\n """"""Wrapper for `CheckpointHandler`s without registered `CheckpointArgs`.""""""\n\n def __init__(self, handler: checkpoint_handler.CheckpointHandler):\n self._handler = handler\n\n def save(self, directory: epath.Path, args: _WrapperArgs):\n return self._handler.save(directory, *args.args, **args.kwargs)\n\n def restore(self, directory: epath.Path, args: _WrapperArgs):\n return self._handler.restore(directory, *args.args, **args.kwargs)\n\n def metadata(self, directory: epath.Path) -> Optional[Any]:\n return self._handler.metadata(directory)\n\n def structure(self, directory: epath.Path) -> Optional[Any]:\n if hasattr(self._handler, 'structure'):\n return self._handler.structure(directory)\n raise AttributeError(\n f'CheckpointHandler of type: {type(self._handler)} has no method'\n ' `structure`.'\n )\n\n def finalize(self, directory: epath.Path):\n return self._handler.finalize(directory)\n\n def close(self):\n return self._handler.close()\n\n\n@register_with_handler(\n _LegacyCheckpointHandlerWrapper, for_save=True, for_restore=True\n)\nclass _WrapperArgs(CheckpointArgs):\n\n def __init__(self, *args, **kwargs):\n self.args = args\n self.kwargs = kwargs\n\n\n# TODO(b/295899152) Clean up when users are all registering `CheckpointArgs`.\nclass _AsyncLegacyCheckpointHandlerWrapper(\n async_checkpoint_handler.AsyncCheckpointHandler\n):\n """"""Wrapper for `CheckpointHandler`s without registered `CheckpointArgs`.""""""\n\n def __init__(self, handler: async_checkpoint_handler.AsyncCheckpointHandler):\n self._handler = handler\n\n def save(self, directory: epath.Path, args: _AsyncWrapperArgs):\n return self._handler.save(directory, *args.args, **args.kwargs)\n\n async def async_save(self, directory: epath.Path, args: _AsyncWrapperArgs):\n return await self._handler.async_save(directory, *args.args, **args.kwargs)\n\n def restore(self, directory: epath.Path, args: _AsyncWrapperArgs):\n return self._handler.restore(directory, *args.args, **args.kwargs)\n\n def metadata(self, directory: epath.Path) -> Optional[Any]:\n return self._handler.metadata(directory)\n\n def structure(self, directory: epath.Path) -> Optional[Any]:\n if hasattr(self._handler, 'structure'):\n return self._handler.structure(directory)\n raise AttributeError(\n f'CheckpointHandler of type: {type(self._handler)} has no method'\n ' `structure`.'\n )\n\n def finalize(self, directory: epath.Path):\n return self._handler.finalize(directory)\n\n def close(self):\n return self._handler.close()\n\n\n@register_with_handler(\n _AsyncLegacyCheckpointHandlerWrapper, for_save=True, for_restore=True\n)\nclass _AsyncWrapperArgs(CheckpointArgs):\n\n def __init__(self, *args, **kwargs):\n self.args = args\n self.kwargs = kwargs\n\n\ndef get_legacy_handler_wrapper(\n handler: checkpoint_handler.CheckpointHandler,\n) -> checkpoint_handler.CheckpointHandler:\n if isinstance(handler, async_checkpoint_handler.AsyncCheckpointHandler):\n return _AsyncLegacyCheckpointHandlerWrapper(handler)\n return _LegacyCheckpointHandlerWrapper(handler)\n\n\ndef _maybe_raise_reserved_item_error(item_name: str):\n if item_name in RESERVED_ITEM_NAMES:\n raise ValueError(f'Cannot specify reserved item name: ""{item_name}"".')\n\n\n@dataclasses.dataclass\nclass CompositeOptions:\n multiprocessing_options: options_lib.MultiprocessingOptions = (\n dataclasses.field(default_factory=options_lib.MultiprocessingOptions)\n )\n temporary_path_class: Optional[Type[atomicity_types.TemporaryPath]] = None\n file_options: Optional[options_lib.FileOptions] = None\n async_options: Optional[options_lib.AsyncOptions] = None\n\n\ndef _get_unique_registered_items_and_handlers(\n registry: handler_registration.CheckpointHandlerRegistry,\n) -> List[Tuple[str, CheckpointHandler]]:\n """"""Returns unique items and handlers from the registry.\n\n Args:\n registry: The registry to get the items and handlers from.\n\n Returns:\n A list of unique `(item name, handler)` tuples.\n """"""\n item_and_handers = []\n for (\n item,\n _,\n ), handler in registry.get_all_entries().items():\n if item is not None and (item, handler) not in item_and_handers:\n item_and_handers.append((item, handler))\n return item_and_handers\n\n\ndef _add_to_handler_registry_from_global_registry(\n registry: handler_registration.CheckpointHandlerRegistry,\n registered_handler_for_args: CheckpointHandler,\n item_name: str,\n) -> None:\n """"""Adds items and handlers to a registry from the global registry.""""""\n\n save_args, restore_args = checkpoint_args.get_registered_args_cls(\n registered_handler_for_args\n )\n\n logging.info(\n 'Deferred registration for item: ""%s"". Adding handler `%s` for item ""%s""'\n ' and save args `%s` and restore args `%s` to `_handler_registry`.',\n item_name,\n registered_handler_for_args,\n item_name,\n save_args,\n restore_args,\n )\n registry.add(item_name, save_args, registered_handler_for_args)\n\n # If the restore args are different from the save args, add them to the\n # registry as well.\n if restore_args != save_args:\n registry.add(item_name, restore_args, registered_handler_for_args)\n\n\nclass CompositeCheckpointHandler(AsyncCheckpointHandler):\n """"""CheckpointHandler for saving multiple items.\n\n As with all :py:class:`.CheckpointHandler` implementations, use only in\n conjunction with an instance of :py:class:`.AbstractCheckpointer`.\n\n The :py:class:`.CompositeCheckpointHandler` allows dealing with multiple items\n of different types or logical distinctness, such as training state (PyTree),\n dataset iterator, JSON metadata, or anything else. To specify the handler\n and args for each checkpointable item, use the `handler_registry` option at\n initialization (see :py:class:`.CheckpointHandlerRegistry`).\n\n If a handler registry is provided, the :py:class:`.CompositeCheckpointHandler`\n will use this registry to determine the :py:class:`.CheckpointHandler` for\n each checkpointable item. If no registry is provided, an empty registry will\n be constructed by default internally. Additional items not registered in the\n handler registry can be specified when calling `save` or `restore`. The\n handler will be determined from the provided :py:class:`.CheckpointArgs`\n during the first call to `save` or `restore`. Subsequent calls to `save` or\n `restore` will use the same handler and will require the same\n :py:class:`.CheckpointArgs` to be provided.\n\n `item_names` and `items_and_handlers` are deprecated arguments for specifying\n the items and handlers. Please use `handler_registry` instead.\n\n Usage::\n\n # The simplest use-case, with no handler registry provided on construction.\n checkpointer = ocp.Checkpointer(\n ocp.CompositeCheckpointHandler()\n )\n\n checkpointer.save(directory,\n ocp.args.Composite(\n # The handler will be determined from the global registry using the\n # provided args.\n state=ocp.args.StandardSave(pytree),\n )\n )\n\n restored: ocp.args.Composite = checkpoint_handler.restore(directory,\n ocp.args.Composite(\n state=ocp.args.StandardRestore(abstract_pytree),\n )\n )\n restored.state ...\n\n # The ""state"" item's args was determined on the first call to `save`.\n # Trying to save ""state"" with a different set of args will raise an error.\n checkpointer.save(directory,\n ocp.args.Composite(\n # Will raise `ValueError: Item ""state"" and args ""JsonSave [...]"" does\n # not match with any registered handler! ...`.\n state=ocp.args.JsonSave(pytree),\n )\n )\n\n # You can also register specific items and handlers using a handler\n # registry.\n handler_registry = (\n ocp.handler_registration.DefaultCheckpointHandlerRegistry()\n )\n # Some subclass of `CheckpointHandler` that handles the ""state"" item.\n handler = state_handler()\n # Multiple save args and handlers can be registered for the same item.\n handler_registry.add(\n 'state,\n StateSaveArgs,\n handler,\n )\n handler_registry.add(\n 'state',\n StateRestoreArgs,\n handler,\n )\n\n # The `CompositeCheckpointHandler` will use the handlers registered in the\n # registry when it encounters the item name `state`.\n checkpointer_with_registry = ocp.Checkpointer(\n ocp.CompositeCheckpointHandler(handler_registry=handler_registry)\n )\n\n checkpointer_with_registry.save(directory,\n ocp.args.Composite(\n # The handler knows that the ""state"" item should use the\n # `state_handler` specified in the registry. When an item has been\n # added to the handler registry, only save args that are registered\n # for that item are allowed.\n state=StateSaveArgs(pytree),\n # You can also provide other arguments that are not registered in\n # the handler registry as long as a handler has been globally\n # registered for the args.\n other_param=ocp.args.StandardSave(other_pytree),\n )\n )\n\n restored: ocp.args.Composite = checkpointer_with_registry.restore(directory,\n ocp.args.Composite(\n state=StateRestoreArgs(abstract_pytree),\n other_param=ocp.args.StandardRestore(abstract_other_pytree),\n )\n )\n restored.state ...\n restored.other_param...\n\n # Skip restoring `other_params` (you can save a subset of items too, in a\n # similar fashion).\n restored_state_only: ocp.args.Composite = (\n checkpointer_with_registry.restore(directory,\n ocp.args.Composite(\n state=StateRestoreArgs(abstract_pytree),\n )\n )\n )\n restored.state ...\n restored.other_param ... # None.\n """"""\n\n _current_temporary_paths: Dict[str, atomicity_types.TemporaryPath] = {}\n # Items that do not have a registered handler. This is set to `None` if the\n # user provided a `handler_registry` at initialization. If the user provided\n # `item_names` and `items_and_handlers` at initialization, this is set to a\n # set of the item names that have a `None` handler and will need to be\n # registered at the first call to `_get_or_set_handler`.\n _item_names_without_registered_handlers: Optional[MutableSet[str]] = None\n\n def __init__(\n self,\n *item_names: str,\n composite_options: CompositeOptions = CompositeOptions(),\n handler_registry: Optional[\n handler_registration.CheckpointHandlerRegistry\n ] = None,\n **items_and_handlers: CheckpointHandler,\n ):\n """"""Constructor.\n\n If you are `item_names` and/or `items_and_handlers`, all items must be\n provided up-front, at initialization. If you are using a `handler_registry`,\n you can register items at any time, even after the first call to `save` or\n `restore`.\n\n Args:\n *item_names: A list of string item names that this handler will manage.\n `item_names` is deprecated. Please use `handler_registry` instead.\n composite_options: Options.\n handler_registry: A :py:class:`CheckpointHandlerRegistry` instance. If\n provided, the :py:class:`CompositeCheckpointHandler` will use this\n registry to determine the :py:class:`CheckpointHandler` for each item.\n This option is mutually exclusive with `items_and_handlers` and\n `item_names`.\n **items_and_handlers: A mapping of item name to `CheckpointHandler`\n instance, which will be used as the handler for objects of the\n corresponding name. `items_and_handlers` is deprecated. Please use\n `handler_registry` instead.\n """"""\n if handler_registry is not None and items_and_handlers:\n raise ValueError(\n 'Both `handler_registry` and `items_and_handlers` were provided. '\n 'Please specify only one of the two.'\n )\n if handler_registry is not None and item_names:\n raise ValueError(\n 'Both `handler_registry` and `item_names` were provided. '\n 'Please specify only one of the two.'\n )\n if items_and_handlers or item_names:\n # This whole code branch will be removed once `item_and_handlers` and\n # `item_names` have been completely deprecated.\n self._item_names_without_registered_handlers: MutableSet[str] = set()\n self._handler_registry = (\n handler_registration.DefaultCheckpointHandlerRegistry()\n )\n\n if item_names:\n for item in item_names:\n _maybe_raise_reserved_item_error(item)\n if item not in items_and_handlers:\n # If an item is in `item_names`, but not in `items_and_handlers`,\n # there is no way to know what the corresponding handler and args\n # are. Instead, defer registration until the first call to\n # `_get_or_set_handler`.\n self._item_names_without_registered_handlers.add(item)\n\n # Register all the items and handlers in the handler registry.\n if items_and_handlers:\n for item, handler in items_and_handlers.items():\n _maybe_raise_reserved_item_error(item)\n if handler is not None and checkpoint_args.has_registered_args(\n handler\n ):\n _add_to_handler_registry_from_global_registry(\n self._handler_registry,\n handler,\n item,\n )\n elif handler is not None:\n logging.warning(\n 'No registered CheckpointArgs found for handler type: %s',\n type(handler),\n )\n legacy_wrapped_handler = get_legacy_handler_wrapper(handler)\n self._handler_registry.add(\n item,\n _WrapperArgs,\n legacy_wrapped_handler,\n )\n else:\n # If the handler is `None`, the handler will be determined from the\n # global checkpoint args registry during the first call to\n # `_get_or_set_handler`.\n self._item_names_without_registered_handlers.add(item)\n\n self._items_with_deferred_registration = None\n elif handler_registry is not None:\n # Create a new handler registry to prevent the input from being mutated.\n self._handler_registry = (\n handler_registration.DefaultCheckpointHandlerRegistry(\n handler_registry\n )\n )\n self._item_names_without_registered_handlers = None\n self._items_with_deferred_registration = set()\n\n # Prevent the user from lazily registering items that are already\n # registered in the provided handler registry.\n for item, _ in _get_unique_registered_items_and_handlers(\n self._handler_registry\n ):\n self._items_with_deferred_registration.add(item)\n else:\n self._handler_registry = (\n handler_registration.DefaultCheckpointHandlerRegistry()\n )\n self._item_names_without_registered_handlers = None\n self._items_with_deferred_registration = set()\n\n self._primary_host = composite_options.multiprocessing_options.primary_host\n self._active_processes = (\n composite_options.multiprocessing_options.active_processes\n )\n self._barrier_sync_key_prefix = (\n composite_options.multiprocessing_options.barrier_sync_key_prefix\n )\n self._multiprocessing_options = composite_options.multiprocessing_options\n\n self._temporary_path_class = composite_options.temporary_path_class\n self._file_options = composite_options.file_options\n self._async_options = (\n composite_options.async_options or options_lib.AsyncOptions()\n )\n logging.info(\n 'Initialized registry %s.',\n self._handler_registry,\n )\n\n self._metadata_store = checkpoint.metadata_store(enable_write=False)\n\n def _get_all_registered_and_unregistered_items_and_handlers(\n self,\n ) -> list[tuple[str, Optional[CheckpointHandler]]]:\n """"""Gets all items and corresponding handlers.\n\n Can be rmeoved once `item_names` and `items_and_handlers` have been\n completely deprecated.\n\n Returns:\n A tuple containing all uniuqe items and handlers registered in the handler\n registry. If `item_names` or `items_and_handlers` has been specified, the\n tuple may also contain item without a corresponding checkpoint handler.\n """"""\n items_and_handlers = _get_unique_registered_items_and_handlers(\n self._handler_registry\n )\n if self._item_names_without_registered_handlers is not None:\n for item in self._item_names_without_registered_handlers:\n items_and_handlers.append((item, None))\n return items_and_handlers\n\n def _get_or_set_handler(\n self,\n item_name: str,\n args: Optional[CheckpointArgs],\n ) -> CheckpointHandler:\n handler_registry = self._handler_registry\n assert handler_registry is not None\n if args is not None:\n # Check if registry contains a handler for the item name or the\n # the general argument type.\n if handler_registry.has(item_name, args):\n return handler_registry.get(item_name, args)\n elif handler_registry.has(None, args):\n handler = handler_registry.get(None, args)\n # There is a default handler for the args, but it is not registered\n # for the specific item. Register the handler for the item.\n handler_registry.add(item_name, args, handler)\n return handler\n else:\n logging.info(\n 'No entry found in handler registry for item: %s and args with'\n ' type: %s. Falling back to global handler registry.',\n item_name,\n type(args),\n )\n else:\n # Try to find a handler for the item. If none is found, raise an error.\n items_and_handlers = _get_unique_registered_items_and_handlers(\n handler_registry\n )\n for item, handler in items_and_handlers:\n if item_name == item:\n assert handler is not None\n return handler\n raise ValueError(\n 'Provided `None` for `CheckpointArgs`, and the `CheckpointHandler`'\n f' for item ""{item_name}"" was not configured. If saving, this'\n f' indicates that ""{item_name}"" was saved with `None` (an instance'\n ' of `CheckpointArgs` was expected). If restoring, providing'\n ' `None` for the item is valid, but only if the `CheckpointHandler'\n ' was already configured. Provide a `CheckpointArgs` subclass so'\n ' that `CompositeCheckpointHandler` will know how to restore the'\n ' item.'\n )\n\n # Retrieve and default initialize the handler from the global registry. This\n # handler will be added to the handler registry if it is not already\n # registered for the item.\n registered_handler_for_args = (\n checkpoint_args.get_registered_handler_cls(args)\n )() # pytype: disable=not-instantiable\n\n # Add items from `item_names` to the handler registry if it is not already\n # registered. This happens on the first call of `_get_or_set_handler` for\n # each item. `self._item_names_without_registered_handlers` is only set if\n # the user provided `item_names` or `items_and_handlers` at initialization.\n item_names_without_registered_handlers = (\n self._item_names_without_registered_handlers\n )\n if item_names_without_registered_handlers is not None:\n if item_name in item_names_without_registered_handlers:\n item_names_without_registered_handlers.remove(item_name)\n _add_to_handler_registry_from_global_registry(\n handler_registry,\n registered_handler_for_args,\n item_name,\n )\n return registered_handler_for_args\n else:\n # This branch is only reached if the user provided a `handler_registry` at\n # initialization. Any item that is not registered in the provided handler\n # registry will be registered in a deferred manner. This allows the user\n # to provide a `handler_registry` at initialization that does not need to\n # contain all the items that will be checkpointed, as long as the\n # checkpoint args for the item have been registered globally with\n # a corresponding handler.\n assert self._items_with_deferred_registration is not None\n if item_name not in self._items_with_deferred_registration:\n # Add the item to the set of items with deferred registration to prevent\n # adding the same item multiple times to the handler registry.\n self._items_with_deferred_registration.add(item_name)\n _add_to_handler_registry_from_global_registry(\n handler_registry,\n registered_handler_for_args,\n item_name,\n )\n return registered_handler_for_args\n\n raise ValueError(\n f'Item ""{item_name}"" and args ""{args}"" does not match with any'\n ' registered handler! Registered handlers:'\n f' {self._handler_registry.get_all_entries().items()}'\n )\n\n def _get_item_directory(\n self, directory: epath.Path, item_name: str\n ) -> epath.Path:\n return directory / item_name\n\n def _get_item_temporary_directory(\n self, directory: epath.Path, item_name: str\n ) -> atomicity_types.TemporaryPath:\n temporary_path_class = (\n self._temporary_path_class\n or atomicity_defaults.get_item_default_temporary_path_class(directory)\n )\n tmp_item_dir = temporary_path_class.from_final(\n self._get_item_directory(directory, item_name),\n multiprocessing_options=self._multiprocessing_options,\n file_options=self._file_options,\n )\n return tmp_item_dir\n\n def _get_item_temporary_paths(\n self, directory: epath.Path, args: CompositeArgs\n ) -> Dict[str, atomicity_types.TemporaryPath]:\n # Sort keys to maintain consistent ordering across processes, otherwise\n # we may hit timeouts if processes wait at different barriers in per-item\n # handlers.\n # TODO(b/295899152): Find a less brittle solution or support\n # async-compatible barrier function within handlers.\n # The main blocker here is that many users with custom CheckpointHandlers\n # use barriers in their implementations, which are usually not actually\n # needed.\n item_names = sorted(args.keys())\n item_temporary_paths = [\n self._get_item_temporary_directory(directory, item_name)\n for item_name in item_names\n ]\n result = {\n item_name: item_directory\n for item_name, item_directory in zip(item_names, item_temporary_paths)\n }\n\n return result\n\n async def async_save(\n self, directory: epath.Path, args: CompositeArgs\n ) -> Optional[List[Future]]:\n """"""Saves multiple items to individual subdirectories.""""""\n start_time = time.time()\n self._current_temporary_paths = self._get_item_temporary_paths(\n directory, args\n )\n commit_futures = []\n if self._async_options.create_directories_asynchronously:\n commit_futures.append(\n atomicity.create_all_async(\n list(self._current_temporary_paths.values()),\n completion_signals=_DIRECTORY_CREATION_SIGNALS,\n multiprocessing_options=self._multiprocessing_options,\n )\n )\n else:\n future.CommitFutureAwaitingContractedSignals(\n atomicity.create_all(\n list(self._current_temporary_paths.values()),\n multiprocessing_options=self._multiprocessing_options,\n )\n ).result()\n save_ops = []\n time_taken_per_item = {}\n time_taken_all_items = 0.0\n for item_name, item_directory in self._current_temporary_paths.items():\n item_start_time = time.time()\n arg = args[item_name]\n _maybe_raise_reserved_item_error(item_name)\n handler = self._get_or_set_handler(item_name, arg)\n if isinstance(handler, AsyncCheckpointHandler):\n save_ops.append(handler.async_save(item_directory.get(), args=arg))\n else:\n # Blocking save.\n async_handler_save_fn = asyncio_utils.as_async_function(handler.save)\n future.CommitFutureAwaitingContractedSignals(\n async_handler_save_fn(item_directory.get(), args=arg)\n ).result()\n item_end_time = time.time() - item_start_time\n time_taken_per_item[item_name] = f'{item_end_time:.8f}'\n time_taken_all_items += item_end_time\n\n commit_futures.extend(\n jax.tree.flatten(await asyncio.gather(*save_ops))[0] or []\n )\n end_time = time.time()\n logging.info(\n '[process=%s][thread=%s] Initiated'\n ' CompositeCheckpointHandler.async_save. Time taken: %fs'\n ' (all_items=%fs, per_item=%s, temp_paths=%f)',\n multihost.process_index(),\n threading.current_thread().name,\n end_time - start_time,\n time_taken_all_items,\n time_taken_per_item,\n end_time - start_time - time_taken_all_items,\n )\n return commit_futures\n\n def save(self, *args, **kwargs):\n """"""Saves synchronously.""""""\n\n async def async_save():\n commit_futures = await self.async_save(*args, **kwargs)\n if commit_futures:\n for f in commit_futures:\n f.result()\n\n asyncio_utils.run_sync(async_save())\n\n def _items_exist(\n self,\n directory: epath.Path,\n item_names: List[str],\n ) -> Mapping[str, bool]:\n with concurrent.futures.ThreadPoolExecutor(\n max_workers=_CONCURRENT_WORKERS\n ) as executor:\n items_exist = executor.map(\n lambda item_name: self._get_item_directory(\n directory, item_name\n ).exists(),\n item_names,\n )\n return {\n item_name: exists for item_name, exists in zip(item_names, items_exist)\n }\n\n def _existing_items(self, directory: epath.Path) -> List[str]:\n return [p.name for p in directory.iterdir() if p.is_dir()]\n\n def restore(\n self,\n directory: epath.Path,\n args: Optional[CompositeArgs] = None,\n ) -> CompositeResults:\n """"""Restores the provided item synchronously.\n\n Restoration can happen in a variety of modes, depending on which `args` is\n passed:\n - `args` is not None and not empty. Item names present in `args` will be\n restored as long as they exist in the checkpoint and have a registered\n handler.\n - `args` is None or empty. All items in the checkpoint that have a\n registered handler will be restored.\n\n Args:\n directory: Path to restore from.\n args: CompositeArgs object used to restore individual sub-items. May be\n None or ""empty"" (`CompositeArgs()`), which is used to indicate that the\n handler should restore everything. If an individual item was not\n specified during the save, `None` will be returned for that item's\n entry.\n\n Returns:\n A CompositeResults object with keys matching `CompositeArgs`, or with keys\n for all known items as specified at creation.\n\n Raises:\n KeyError: If an item could not be restored.\n """"""\n\n items_to_handlers = dict(\n self._get_all_registered_and_unregistered_items_and_handlers()\n )\n existing_items = self._existing_items(directory)\n\n if args is None or not args.items():\n composite_args_items = {}\n item_handlers = None\n for item_name in existing_items:\n # Skip reserved items (they were not specifically requested).\n if item_name in RESERVED_ITEM_NAMES:\n continue\n\n if item_name not in items_to_handlers:\n item_handlers = (\n item_handlers or self.metadata(directory).item_handlers\n )\n try:\n # TODO(b/392622978): Support custom (local) handler registry.\n handler = handler_type_registry.get_handler_type(\n item_handlers[item_name]\n )\n except KeyError as e:\n raise ValueError(\n f'Item ""{item_name}"" was found in the checkpoint, but could not'\n ' be restored. Please provide a `CheckpointHandlerRegistry`, or'\n ' call `restore` with an appropriate `CheckpointArgs` subclass.'\n ) from e\n else:\n handler = items_to_handlers[item_name]\n if handler is None:\n raise ValueError(\n f'Item with name: ""{item_name}"" had an undetermined'\n ' `CheckpointHandler` when restoring. Please ensure the handler'\n ' was specified during initialization, or use the appropriate'\n ' `CheckpointArgs` subclass to indicate the item type.'\n )\n _, restore_ckpt_args_cls = checkpoint_args.get_registered_args_cls(\n handler\n )\n # Try default constructing the args.\n try:\n composite_args_items[item_name] = restore_ckpt_args_cls()\n except TypeError as e:\n raise ValueError(\n 'Attempted to construct default restoration arguments for item'\n f' ""{item_name}"", but the `CheckpointArgs` class of type'\n f' {restore_ckpt_args_cls} is not default constructible. Original'\n f' error: {e}.'\n ) from e\n args = CompositeArgs(**composite_args_items)\n\n restored = {}\n # Sort keys to maintain consistent ordering across processes, otherwise\n # we may hit timeouts if processes wait at different barriers in per-item\n # handlers.\n # TODO(b/295899152): Find a less brittle solution or support\n # async-compatible barrier function.\n for item_name in sorted(args.keys()):\n arg = args[item_name]\n if item_name not in existing_items:\n raise KeyError(\n f'Item ""{item_name}"" was not found in the checkpoint. Available'\n f' items: {existing_items}'\n )\n handler = self._get_or_set_handler(item_name, arg)\n restored[item_name] = handler.restore(\n self._get_item_directory(directory, item_name), args=arg\n )\n return CompositeResults(**restored)\n\n def _get_item_handlers(\n self,\n saved_metadata: checkpoint.StepMetadata,\n item_names: list[str],\n items_to_handlers: dict[str, CheckpointHandler | None],\n ) -> dict[str, checkpoint.CheckpointHandlerTypeStr | None]:\n if saved_metadata.item_handlers is not None:\n if not isinstance(saved_metadata.item_handlers, dict):\n raise ValueError(\n 'StepMetadata.item_handlers must be a dict, but is a'\n f' {type(saved_metadata.item_handlers)}. This likely indicates that'\n ' the checkpoint was saved using a non-composite handler.'\n )\n # Keep relevant non-None handler typestrs from on-disk metadata.\n item_handlers: dict[str, checkpoint.CheckpointHandlerTypeStr] = (\n saved_metadata.item_handlers\n )\n else:\n item_handlers: dict[str, checkpoint.CheckpointHandlerTypeStr] = {}\n for item_name in item_names:\n if items_to_handlers.get(item_name) is None:\n logging.warning(\n 'Item ""%s"" was found in the checkpoint, but could not'\n ' be restored. Please provide a `CheckpointHandlerRegistry`, or'\n ' call `restore` with an appropriate `CheckpointArgs` subclass.',\n item_name,\n )\n # Don't overwrite if it was already set on disk.\n if item_name not in item_handlers:\n item_handlers[item_name] = None\n continue\n\n handler = items_to_handlers[item_name]\n assert handler is not None\n # If already set on disk (to non-None), don't overwrite.\n if item_handlers.get(item_name) is None:\n item_handlers[item_name] = handler.typestr()\n\n return item_handlers\n\n def _get_item_metadata(\n self,\n directory: epath.Path,\n item_names: list[str],\n items_to_handlers: dict[str, CheckpointHandler | None],\n ) -> dict[str, Any]:\n # item_metadata is not saved in StepMetadata, so we don't need to worry\n # about reading it from disk.\n item_metadata = {}\n for item_name in item_names:\n if items_to_handlers.get(item_name) is None:\n logging.warning(\n 'Item ""%s"" was found in the checkpoint, but could not'\n ' be restored. Please provide a `CheckpointHandlerRegistry`, or'\n ' call `restore` with an appropriate `CheckpointArgs` subclass.',\n item_name,\n )\n item_metadata[item_name] = None\n continue\n\n handler = items_to_handlers[item_name]\n assert handler is not None\n item_metadata[item_name] = handler.metadata(\n self._get_item_directory(directory, item_name)\n )\n return item_metadata\n\n def _get_metadata_base(\n self,\n directory: epath.Path,\n item_names: list[str],\n get_item_metadata: bool = True,\n ) -> StepMetadata:\n """"""Base implementation for metadata handling.\n\n Args:\n directory: Path to the checkpoint.\n item_names: List of item names to process.\n get_item_metadata: whether to get item metadata,\n\n Returns:\n A tuple of item handlers and item metadata.\n """"""\n items_to_handlers = dict(\n self._get_all_registered_and_unregistered_items_and_handlers()\n )\n\n serialized_metadata = self._metadata_store.read(\n checkpoint.step_metadata_file_path(directory)\n )\n saved_metadata = step_metadata_serialization.deserialize(\n serialized_metadata or {}\n )\n\n if get_item_metadata:\n item_metadata = CompositeItemMetadata(\n **self._get_item_metadata(directory, item_names, items_to_handlers)\n )\n else:\n item_metadata = None\n\n return dataclasses.replace(\n saved_metadata,\n item_handlers=self._get_item_handlers(\n saved_metadata, item_names, items_to_handlers\n ),\n item_metadata=item_metadata,\n )\n\n def metadata_from_temporary_paths(\n self, directory: epath.Path\n ) -> StepMetadata:\n """"""Metadata for each item in the temporary checkpoint.""""""\n if not directory.exists():\n raise FileNotFoundError(f'Directory does not exist: {directory}')\n\n return self._get_metadata_base(\n directory=directory,\n item_names=list(self._current_temporary_paths.keys()),\n get_item_metadata=False,\n )\n\n def metadata(self, directory: epath.Path) -> StepMetadata:\n """"""Metadata for each item in the checkpoint.\n\n This has much the same logic as `restore`, in the sense that it tries to\n restore the metadata for each item present in the checkpoint. However, for\n any items that do not have a registered handler, the metadata for that item\n will simply be returned as `None`.\n\n Args:\n directory: Path to the checkpoint.\n\n Returns:\n StepMetadata\n\n Raises:\n FileNotFoundError: If the directory does not exist.\n """"""\n if not directory.exists():\n raise FileNotFoundError(f'Directory does not exist: {directory}')\n\n try:\n existing_items = self._existing_items(directory)\n except OSError:\n existing_items = []\n logging.warning(\n 'Failed to get existing items from directory %s. Will use items '\n 'provided during initialization.',\n directory,\n )\n\n for item_tmp_dir in self._current_temporary_paths.values():\n tmp_dir_name = item_tmp_dir.get().name\n if tmp_dir_name in existing_items:\n raise ValueError(\n f'Item ""{tmp_dir_name}"" was found in the checkpoint, but it is a '\n 'temporary item. Please call finalize() before metadata().'\n )\n\n return self._get_metadata_base(\n directory=directory,\n item_names=existing_items,\n )\n\n def finalize(self, directory: epath.Path):\n if not self._current_temporary_paths:\n raise ValueError('finalize() called before any items were saved.')\n for item_name, handler in _get_unique_registered_items_and_handlers(\n self._handler_registry\n ):\n tmp_dir = self._current_temporary_paths.get(item_name, None)\n if tmp_dir is None or handler is None:\n # Not an error, as some items may not have been saved.\n continue\n handler.finalize(tmp_dir.get())\n tmp_dir.finalize(\n )\n\n # Remove the temporary path once it has been finalized.\n self._current_temporary_paths.pop(item_name)\n\n def close(self):\n for _, handler in _get_unique_registered_items_and_handlers(\n self._handler_registry\n ):\n if handler is not None:\n handler.close()\n\n\n@register_with_handler(\n CompositeCheckpointHandler, for_save=True, for_restore=True\n)\nclass CompositeArgs(Composite, CheckpointArgs):\n """"""Args for wrapping multiple checkpoint items together.""""""\n\n ...\n\n\n# Returned object of CompositeCheckpointHandler is an alias of CompositeArgs.\nCompositeResults = CompositeArgs\n",python,tab +1663,6344242,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py",32908,0,"",python,selection_command +1664,6347695,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""PyTreeCheckpointHandler class.\n\nImplementation of :py:class:`.CheckpointHandler` interface dealing with JAX\nPyTrees. Much of the underlying reading/writing logic for individual leaf types\ncan be customized, and is delegated to the :py:class:`.TypeHandler` class.\n""""""\n\nfrom __future__ import annotations\n\nimport asyncio\nimport dataclasses\nimport json\nimport re\nimport typing\nfrom typing import Any, Callable, Dict, List, Optional, Tuple, Union\n\nfrom absl import logging\nfrom etils import epath\nimport jax\nimport numpy as np\nfrom orbax.checkpoint import aggregate_handlers\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import transform_utils\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import asyncio_utils\nfrom orbax.checkpoint._src.futures import future\nfrom orbax.checkpoint._src.handlers import async_checkpoint_handler\nfrom orbax.checkpoint._src.handlers import base_pytree_checkpoint_handler\nfrom orbax.checkpoint._src.metadata import array_metadata_store as array_metadata_store_lib\nfrom orbax.checkpoint._src.metadata import empty_values\nfrom orbax.checkpoint._src.metadata import tree as tree_metadata\nfrom orbax.checkpoint._src.serialization import serialization\nfrom orbax.checkpoint._src.serialization import tensorstore_utils as ts_utils\nfrom orbax.checkpoint._src.serialization import type_handlers\nfrom orbax.checkpoint._src.tree import types as tree_types\nfrom orbax.checkpoint._src.tree import utils as tree_utils\nimport tensorstore as ts\n\n\nPyTree = Any\nTupleKey = Tuple[str, ...]\nRestoreArgs = type_handlers.RestoreArgs\nArrayRestoreArgs = type_handlers.ArrayRestoreArgs\nSaveArgs = type_handlers.SaveArgs\nParamInfo = type_handlers.ParamInfo\nTypeHandler = type_handlers.TypeHandler\nTypeHandlerRegistry = type_handlers.TypeHandlerRegistry\nAggregateHandler = aggregate_handlers.AggregateHandler\nMsgpackHandler = aggregate_handlers.MsgpackHandler\nLegacyTransformFn = Callable[[PyTree, PyTree, PyTree], Tuple[PyTree, PyTree]]\nTransform = transform_utils.Transform\nRestoreTransform = transform_utils.RestoreTransform\nCheckpointArgs = checkpoint_args.CheckpointArgs\nregister_with_handler = checkpoint_args.register_with_handler\n\nBasePyTreeCheckpointHandler = (\n base_pytree_checkpoint_handler.BasePyTreeCheckpointHandler\n)\nBasePyTreeSaveArgs = base_pytree_checkpoint_handler.BasePyTreeSaveArgs\nBasePyTreeRestoreArgs = base_pytree_checkpoint_handler.BasePyTreeRestoreArgs\nLimitInFlightBytes = base_pytree_checkpoint_handler.LimitInFlightBytes\nget_param_names = base_pytree_checkpoint_handler.get_param_names\n\nPYTREE_METADATA_FILE = base_pytree_checkpoint_handler.PYTREE_METADATA_FILE\n_CHECKPOINT_FILE = 'checkpoint'\n_METADATA_FILE = PYTREE_METADATA_FILE\nDEFAULT_CONCURRENT_GB = base_pytree_checkpoint_handler.DEFAULT_CONCURRENT_GB\n\n\ndef _maybe_set_default_restore_args(args):\n if isinstance(args, RestoreArgs):\n return args\n return RestoreArgs(restore_type=None)\n\n\ndef _try_array_cast(arr, dtype):\n if dtype is not None:\n if utils.is_scalar(arr):\n arr = np.asarray(arr).astype(dtype).item()\n else:\n if hasattr(arr, 'astype'):\n arr = arr.astype(dtype)\n return arr\n\n\ndef _maybe_shard_array(value, args):\n if hasattr(value, 'reshape') and isinstance(args, ArrayRestoreArgs):\n value = value.reshape(args.global_shape)\n sharding = args.sharding or jax.sharding.NamedSharding(\n args.mesh, args.mesh_axes\n )\n value = jax.make_array_from_callback(\n value.shape, sharding, lambda idx: value[idx]\n )\n return value\n\n\ndef _keystr(key: Tuple[Any, ...]) -> str:\n return '/'.join(key)\n\n\ndef _find_matching_input_args(\n input_key: TupleKey,\n flat_item: Dict[TupleKey, Any],\n flat_transforms: Dict[TupleKey, Transform],\n flat_restore_args: Dict[TupleKey, RestoreArgs],\n) -> Optional[RestoreArgs]:\n """"""Given an input_key, tries to find matching RestoreArgs for the input.\n\n Args:\n input_key: A key in the input tree.\n flat_item: The flattened, user-provided item.\n flat_transforms: Flattened transformations dict.\n flat_restore_args: Flattened tree of RestoreArgs, relative to item.\n\n Returns:\n RestoreArgs that match the given input_key, according to the\n transformations, or None if no match is found.\n """"""\n for transform_key, transform in flat_transforms.items():\n if transform.multi_value_fn is not None:\n if not isinstance(transform, RestoreTransform):\n raise ValueError(\n 'Must use RestoreTransform in order to use multi_value_fn'\n ' during restore.'\n )\n if transform.multi_value_fn_input_args is None:\n raise ValueError(\n '`multi_value_fn` was specified, but'\n ' `multi_value_fn_input_args` were not. The latter must be'\n ' specified to identify inputs for the function.'\n )\n for (\n input_key_regex,\n input_args,\n ) in transform.multi_value_fn_input_args.items():\n if re.fullmatch(input_key_regex, _keystr(input_key)):\n return input_args\n elif not transform.use_fallback:\n # The following is done to reverse-engineer the regex for the key in\n # the original tree.\n for output_key in flat_item:\n match = re.fullmatch(_keystr(transform_key), _keystr(output_key))\n if match:\n if transform.original_key is None:\n # If transform.original_key is not specified, this transform\n # does not rename the original key. We can reuse the key from\n # the item.\n input_key_pattern = _keystr(output_key)\n else:\n input_key_pattern = match.expand(transform.original_key)\n if input_key_pattern == _keystr(input_key):\n return flat_restore_args[output_key]\n return None\n\n\ndef _has_use_fallback_transform(\n input_key: TupleKey, flat_transforms: Dict[TupleKey, Transform]\n) -> bool:\n result = False\n for transform_key, transform in flat_transforms.items():\n match = re.fullmatch(_keystr(transform_key), _keystr(input_key))\n if match and transform.use_fallback:\n result = True\n return result\n\n\ndef _get_restore_parameters(\n directory: epath.Path,\n item: Optional[PyTree],\n structure: PyTree,\n param_names: Optional[PyTree],\n transforms: Optional[PyTree],\n restore_args: Optional[PyTree],\n pytree_metadata_options: tree_metadata.PyTreeMetadataOptions,\n byte_limiter: Optional[LimitInFlightBytes] = None,\n transforms_default_to_original: bool = True,\n use_zarr3: bool = False,\n partial_restore: bool = False,\n) -> Tuple[PyTree, PyTree]:\n """"""Construct parameters needed for restoration.\n\n If transforms are not provided, the method is pretty simple: param_infos are\n constructed from the structure of the original checkpoint, and restore_args\n are serialized to a tree structure compatible with param_infos and structure.\n\n If transforms are provided, things become more complicated because we must\n determine exactly which parameters the user desires to restore, and construct\n param_infos and restore_args for these, while discarding unneeded parameters.\n In essence, the process can be thought of as reversing the transformations.\n This happens differently for different types of transforms.\n 1. Renamed key: Identify the original key name (in the checkpoint) and carry\n over the provided restore args for the parameter.\n 2. multi_value_fn: Users are required to specify multi_value_fn_input_args.\n Any keys named here must be loaded, and their restore args are also given\n here.\n 3. Unspecified key: A key which is unspecified in the transforms but present\n in the `item` is a key that is carried over from the checkpoint unchanged.\n 4. Fallback key: This is a key that is present in the `item` but not in the\n original checkpoint. It does not need to be restored.\n 5. Keys present in the original checkpoint but not in the `item`/`transforms`\n are implicitly ignored, and not restored.\n\n Args:\n directory: Checkpoint directory.\n item: Optional reference item.\n structure: The structure of the original checkpoint.\n param_names: Tree of parameter names.\n transforms: User-provided transformations. If None, they were not provided.\n Has the structure of the desired output tree.\n restore_args: User-provided restoration arguments. If None, they were not\n provided. Otherwise, the tree has the same structure as the desired output\n tree.\n pytree_metadata_options: `PyTreeMetadataOptions` to manage metadata.\n byte_limiter: A LimitInFlightBytes object.\n transforms_default_to_original: See transform_utils.apply_transformations.\n use_zarr3: If True, use Zarr ver3 otherwise Zarr ver2\n partial_restore: If True, only restore the parameters present in structure.\n\n Returns:\n Tuple of param_infos, and restore_args.\n """"""\n flat_structure = tree_utils.to_flat_dict(structure, keep_empty_nodes=True)\n if param_names is None:\n param_names = get_param_names(structure)\n flat_param_names = tree_utils.to_flat_dict(param_names, keep_empty_nodes=True)\n if restore_args is None:\n restore_args = jax.tree.map(lambda x: RestoreArgs(), structure)\n flat_restore_args = tree_utils.to_flat_dict(\n restore_args, keep_empty_nodes=True\n )\n flat_item = tree_utils.to_flat_dict(item, keep_empty_nodes=True)\n flat_param_infos = {}\n flat_input_restore_args = {}\n is_ocdbt_checkpoint = type_handlers.is_ocdbt_checkpoint(directory)\n ts_context = ts_utils.get_ts_context(use_ocdbt=is_ocdbt_checkpoint)\n\n def _get_param_info(\n name: str,\n meta_or_value: Union[Any, tree_metadata.ValueMetadataEntry],\n ) -> Union[ParamInfo, Any]:\n if empty_values.is_supported_empty_value(\n meta_or_value, pytree_metadata_options\n ):\n # Empty node, ParamInfo should not be returned.\n return meta_or_value\n elif not isinstance(meta_or_value, tree_metadata.ValueMetadataEntry):\n # Aggregated value.\n skip_deserialize = True\n else:\n skip_deserialize = meta_or_value.skip_deserialize\n return ParamInfo(\n name=name,\n path=directory / name,\n parent_dir=directory,\n skip_deserialize=skip_deserialize,\n is_ocdbt_checkpoint=is_ocdbt_checkpoint,\n byte_limiter=byte_limiter,\n use_zarr3=use_zarr3,\n ts_context=ts_context,\n # Skip raising array data missing error on this code path, since it\n # almost exclusively handles legacy use cases.\n raise_array_data_missing_error=False,\n )\n\n if partial_restore:\n for key, meta in flat_structure.items():\n if key not in flat_item:\n flat_param_infos[key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[key] = RestoreArgs()\n else:\n flat_param_infos[key] = _get_param_info(flat_param_names[key], meta)\n flat_input_restore_args[key] = flat_restore_args[key]\n restore_args = tree_utils.from_flat_dict(\n flat_input_restore_args, target=structure\n )\n elif transforms is None:\n for key, meta in flat_structure.items():\n flat_param_infos[key] = _get_param_info(flat_param_names[key], meta)\n restore_args = tree_metadata.serialize_tree(\n restore_args, pytree_metadata_options\n )\n else:\n if item is None:\n raise ValueError(\n 'If providing `transforms`, must provide `item` matching structure'\n ' of expected result.'\n )\n flat_transforms = tree_utils.to_flat_dict(transforms)\n\n for input_key, meta in flat_structure.items():\n maybe_input_args = _find_matching_input_args(\n input_key, flat_item, flat_transforms, flat_restore_args\n )\n if maybe_input_args:\n flat_param_infos[input_key] = _get_param_info(\n flat_param_names[input_key], meta\n )\n flat_input_restore_args[input_key] = maybe_input_args\n elif input_key in flat_item and input_key in flat_structure:\n # Key is present in both input and output.\n if _has_use_fallback_transform(input_key, flat_transforms):\n # Indicates that a `use_fallback` transformation was specified.\n if transforms_default_to_original:\n # Specified `use_fallback`, but key was also present in the\n # checkpoint. This means we should skip loading, since it will be\n # overridden with a new value.\n flat_param_infos[input_key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[input_key] = RestoreArgs()\n else:\n # Specified `use_fallback`, but `transforms_default_to_original`\n # is False. This means we draw the value from the user-provided\n # `item`.\n flat_param_infos[input_key] = _get_param_info(\n flat_param_names[input_key], meta\n )\n flat_input_restore_args[input_key] = flat_restore_args[input_key]\n else:\n # Transform not specified.\n if transforms_default_to_original:\n # Key/value is carried over from the original unchanged.\n flat_param_infos[input_key] = _get_param_info(\n flat_param_names[input_key], meta\n )\n flat_input_restore_args[input_key] = flat_restore_args[input_key]\n else:\n # Take the value from the user-provided `item`, ignoring any value\n # in the checkpoint.\n flat_param_infos[input_key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[input_key] = RestoreArgs()\n else:\n # No match, restoration not required since it will be dropped from the\n # output.\n flat_param_infos[input_key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[input_key] = RestoreArgs()\n\n restore_args = tree_utils.from_flat_dict(\n flat_input_restore_args, target=structure\n )\n\n return (\n tree_utils.from_flat_dict(flat_param_infos, target=structure),\n restore_args,\n )\n\n\ndef _multi_value_fns_with_args(\n transforms: PyTree, restore_args: PyTree\n) -> PyTree:\n """"""Constructs a wrapper for multi_value_fn including RestoreArgs.""""""\n flat_restore_args = tree_utils.to_flat_dict(restore_args, sep='/')\n\n def _maybe_wrap_transform(transform: Transform):\n def _multi_value_fn_with_args(transform_key: str, tree: PyTree) -> Any:\n nonlocal transform\n transform = typing.cast(RestoreTransform, transform)\n return transform.multi_value_fn(\n transform_key, tree, flat_restore_args[transform_key]\n )\n\n if transform.multi_value_fn is not None:\n return Transform(multi_value_fn=_multi_value_fn_with_args)\n else:\n return transform\n\n return jax.tree.map(_maybe_wrap_transform, transforms)\n\n\ndef _transform_checkpoint(\n item: PyTree,\n restored: PyTree,\n restore_args: Optional[PyTree],\n transforms: Optional[PyTree],\n transforms_default_to_original: bool,\n) -> PyTree:\n """"""Optionally transforms the restored PyTree to the structure of `item`.\n\n Args:\n item: a PyTree representing the result structure (""new tree structure"").\n restored: a PyTree representing the original tree structure.\n restore_args: tree of RestoreArgs, with the same structure as `item`.\n transforms: provides instructions on how to transform the input trees. See\n transform_utils.\n transforms_default_to_original: See transform_utils.\n\n Returns:\n A transformed PyTree.\n """"""\n if item is None:\n if transforms is not None:\n msg = (\n 'If providing `transforms`, must provide `item` matching structure'\n ' of expected result.'\n )\n raise ValueError(msg)\n item = restored\n else:\n if transforms is None:\n item = tree_utils.deserialize_tree(restored, item)\n else:\n if restore_args is None:\n raise ValueError(\n 'If providing `transforms`, must provide `restore_args` matching'\n ' structure of expected result.'\n )\n transforms = _multi_value_fns_with_args(transforms, restore_args)\n item = transform_utils.apply_transformations(\n restored, transforms, item, transforms_default_to_original\n )\n return item\n\n\ndef _get_impl_save_args(\n item: Optional[PyTree] = None,\n save_args: Optional[PyTreeSaveArgs] = None,\n args: Optional[PyTreeSaveArgs] = None,\n) -> BasePyTreeSaveArgs:\n """"""Construct BasePyTreeSaveArgs.""""""\n if isinstance(item, CheckpointArgs):\n raise ValueError(\n 'Make sure to specify kwarg name `args=` when providing'\n ' `PyTreeSaveArgs`.'\n )\n if args is None:\n args = PyTreeSaveArgs(\n item=item,\n save_args=save_args,\n )\n return BasePyTreeSaveArgs(\n item=args.item,\n save_args=args.save_args,\n ocdbt_target_data_file_size=args.ocdbt_target_data_file_size,\n custom_metadata=args.custom_metadata,\n )\n\n\ndef _concurrent_bytes(concurrent_gb: Optional[int]) -> int:\n if concurrent_gb is None:\n return DEFAULT_CONCURRENT_GB * 10**9\n else:\n return concurrent_gb * 10**9\n\n\nclass PyTreeCheckpointHandler(async_checkpoint_handler.AsyncCheckpointHandler):\n """"""A CheckpointHandler implementation for any PyTree structure.\n\n See JAX documentation for more information on what consistutes a ""PyTree"".\n This handler is capable of saving and restoring any leaf object for which a\n :py:class:`.TypeHandler` (see documentation) is registered. By default,\n `TypeHandler`s for standard types like `np.ndarray`, `jax.Array`, Python\n scalars, and others are registered.\n\n As with all :py:class:`.CheckpointHandler` subclasses,\n `PyTreeCheckpointHandler` should only be used in conjunction with a\n :py:class:`.Checkpointer` (or subclass). By itself, the `CheckpointHandler` is\n non-atomic.\n\n Example::\n\n ckptr = Checkpointer(PyTreeCheckpointHandler())\n\n # TODO(cpgaffney) Cut down on the protected methods accessed by this class.\n """"""\n\n def __init__(\n self,\n aggregate_filename: Optional[str] = None,\n *,\n save_concurrent_gb: Optional[int] = None,\n restore_concurrent_gb: Optional[int] = None,\n use_ocdbt: bool = True,\n use_zarr3: bool = False,\n multiprocessing_options: options_lib.MultiprocessingOptions = options_lib.MultiprocessingOptions(),\n type_handler_registry: TypeHandlerRegistry = type_handlers.GLOBAL_TYPE_HANDLER_REGISTRY,\n handler_impl: Optional[BasePyTreeCheckpointHandler] = None,\n pytree_metadata_options: tree_metadata.PyTreeMetadataOptions = (\n tree_metadata.PYTREE_METADATA_OPTIONS\n ),\n array_metadata_validator: array_metadata_store_lib.Validator = (\n array_metadata_store_lib.Validator()\n ),\n enable_pinned_host_transfer: Optional[bool] = None,\n ):\n """"""Creates PyTreeCheckpointHandler.\n\n Args:\n aggregate_filename: name that the aggregated checkpoint should be saved\n as.\n save_concurrent_gb: max concurrent GB that are allowed for writing. Can\n help to reduce the possibility of OOM's when large checkpoints are\n saved.\n restore_concurrent_gb: max concurrent GB that are allowed for writing. Can\n help to reduce the possibility of OOM's when large checkpoints are\n restored.\n use_ocdbt: enables Tensorstore OCDBT driver. This option allows using a\n different checkpoint format which is faster to read and write, as well\n as more space efficient.\n use_zarr3: If True, use Zarr ver3 otherwise Zarr ver2\n multiprocessing_options: See orbax.checkpoint.options\n type_handler_registry: a type_handlers.TypeHandlerRegistry. If not\n specified, the global type handler registry will be used.\n handler_impl: Allows overriding the internal implementation.\n pytree_metadata_options: `PyTreeMetadataOptions` to manage metadata.\n array_metadata_validator: Validator for ArrayMetadata.\n enable_pinned_host_transfer: Whether to use pinned_host memory for the\n transfer from device to host memory. Passing None will enable\n pinned_host memory depending on the platform used (currently only\n enables it for the GPU backend).\n """"""\n self._aggregate_handler = MsgpackHandler(\n primary_host=multiprocessing_options.primary_host,\n pytree_metadata_options=pytree_metadata_options,\n )\n if aggregate_filename is None:\n aggregate_filename = _CHECKPOINT_FILE\n self._aggregate_filename = aggregate_filename\n self._use_ocdbt = use_ocdbt\n self._use_zarr3 = use_zarr3\n self._primary_host = multiprocessing_options.primary_host\n self._type_handler_registry = type_handler_registry\n self._save_concurrent_bytes = _concurrent_bytes(save_concurrent_gb)\n self._restore_concurrent_bytes = _concurrent_bytes(restore_concurrent_gb)\n self._handler_impl = handler_impl or BasePyTreeCheckpointHandler(\n save_concurrent_bytes=self._save_concurrent_bytes,\n restore_concurrent_bytes=self._restore_concurrent_bytes,\n use_ocdbt=use_ocdbt,\n use_zarr3=use_zarr3,\n multiprocessing_options=multiprocessing_options,\n type_handler_registry=type_handler_registry,\n pytree_metadata_options=pytree_metadata_options,\n array_metadata_validator=array_metadata_validator,\n enable_pinned_host_transfer=enable_pinned_host_transfer,\n )\n self._pytree_metadata_options = pytree_metadata_options\n\n async def async_save(\n self,\n directory: epath.Path,\n item: Optional[PyTree] = None,\n save_args: Optional[PyTreeSaveArgs] = None,\n args: Optional[PyTreeSaveArgs] = None,\n ) -> Optional[List[future.Future]]:\n """"""Saves a PyTree to a given directory.\n\n This operation is compatible with a multi-host, multi-device setting. Tree\n leaf values must be supported by the type_handler_registry given in the\n constructor. Standard supported types include Python scalars, `np.ndarray`,\n `jax.Array`, and strings.\n\n After saving, all files will be located in ""directory/"". The exact files\n that are saved depend on the specific combination of options, including\n `use_ocdbt`. A JSON metadata file will be present to store the\n tree structure.\n\n Example usage::\n\n ckptr = ocp.Checkpointer(ocp.PyTreeCheckpointHandler())\n item = {\n 'layer0': {\n 'w': np.ndarray(...),\n 'b': np.ndarray(...),\n },\n 'layer1': {\n 'w': np.ndarray(...),\n 'b': np.ndarray(...),\n },\n }\n # Note: save_args may be None if no customization is desired for saved\n # parameters.\n # Otherwise, settings can be used to customize save behavior, e.g.\n # casting.\n save_args = jax.tree.map(lambda x: ocp.SaveArgs(dtype=np.int32), item)\n # Eventually calls through to `async_save`.\n ckptr.save(path, args=ocp.PyTreeSave(item, save_args))\n\n Args:\n directory: save location directory.\n item: Deprecated, use `args.\n save_args: Deprecated, use `args`.\n args: `PyTreeSaveArgs` (see below).\n\n Returns:\n A Future that will commit the data to `directory` when awaited. Copying\n the data from its source will be awaited in this function.\n """"""\n args = _get_impl_save_args(item, save_args, args)\n return await self._handler_impl.async_save(directory, args=args)\n\n def save(\n self,\n directory: epath.Path,\n item: Optional[PyTree] = None,\n save_args: Optional[PyTreeSaveArgs] = None,\n args: Optional[PyTreeSaveArgs] = None,\n ):\n """"""Saves the provided item. See async_save.""""""\n args = _get_impl_save_args(item, save_args, args)\n self._handler_impl.save(directory, args=args)\n\n async def _maybe_deserialize(\n self,\n item: PyTree,\n metadata: PyTree,\n param_infos: PyTree,\n restore_args: PyTree,\n ) -> PyTree:\n """"""Deserializes values or gets them from the aggregate file.""""""\n byte_limiter = serialization.get_byte_limiter(\n self._restore_concurrent_bytes\n )\n param_infos = jax.tree.map(\n lambda info: dataclasses.replace(info, byte_limiter=byte_limiter),\n param_infos,\n )\n\n # Handle parameters from aggregate file.\n def _process_aggregated_value(meta_or_value, args):\n if not isinstance(meta_or_value, tree_metadata.ValueMetadataEntry):\n meta_or_value = _try_array_cast(meta_or_value, args.dtype)\n meta_or_value = _maybe_shard_array(meta_or_value, args)\n return meta_or_value\n\n flat_aggregate = tree_utils.to_flat_dict(\n jax.tree_util.tree_map(\n _process_aggregated_value, metadata, restore_args\n ),\n )\n\n batch_requests = (\n base_pytree_checkpoint_handler.batched_serialization_requests(\n metadata,\n param_infos,\n restore_args,\n self._type_handler_registry,\n )\n )\n deserialized_batches = []\n deserialized_batches_ops = []\n for request in batch_requests:\n deserialized_batches_ops.append(\n request.handler.deserialize(request.infos, request.args)\n )\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\n\n flat_restored = {}\n for request, deserialized in zip(batch_requests, deserialized_batches):\n for key, value in zip(request.keys, deserialized):\n flat_restored[key] = value\n # Add in any values which were not deserialized, coming from aggregate file.\n for key in flat_aggregate.keys():\n if key not in flat_restored:\n flat_restored[key] = flat_aggregate[key]\n return tree_utils.from_flat_dict(flat_restored, target=item)\n\n def restore(\n self,\n directory: epath.Path,\n item: Optional[PyTree] = None,\n restore_args: Optional[PyTree] = None,\n transforms: Optional[PyTree] = None,\n transforms_default_to_original: bool = True,\n legacy_transform_fn: Optional[LegacyTransformFn] = None,\n args: Optional[PyTreeRestoreArgs] = None,\n ) -> PyTree:\n """"""Restores a PyTree from the checkpoint directory at the given path.\n\n In the most basic case, only `directory` is required. The tree will be\n restored exactly as saved, and all leaves will be restored as the correct\n types (assuming the tree metadata is present).\n\n However, `restore_args` is often required as well. This PyTree gives a\n `RestoreArgs` object (or subclass) for every leaf in the tree. Many types,\n such as string or `np.ndarray` do not require any special options for\n restoration. When restoring an individual leaf as `jax.Array`, however,\n some properties may be required.\n\n One example is `sharding`, which defines how a `jax.Array` in the restored\n tree should be partitioned. `mesh` and `mesh_axes` can also be used to\n specify `sharding`, but `sharding` is the preferred way of specifying this\n partition since `mesh` and `mesh_axes` only constructs\n `jax.sharding.NamedSharding`. For more information, see `ArrayTypeHandler`\n documentation and JAX sharding documentation.\n\n Example::\n\n ckptr = ocp.Checkpointer(ocp.PyTreeCheckpointHandler())\n restore_args = {\n 'layer0': {\n 'w': ocp.RestoreArgs(),\n 'b': ocp.RestoreArgs(),\n },\n 'layer1': {\n 'w': ocp.ArrayRestoreArgs(\n # Restores as jax.Array, regardless of how it was saved.\n restore_type=jax.Array,\n sharding=jax.sharding.Sharding(...),\n # Warning: may truncate or pad!\n global_shape=(x, y),\n ),\n 'b': ocp.ArrayRestoreArgs(\n restore_type=jax.Array,\n sharding=jax.sharding.Sharding(...),\n global_shape=(x, y),\n ),\n },\n }\n ckptr.restore(path, args=ocp.PyTreeRestore(restore_args=restore_args))\n\n Providing `item` is typically only necessary when restoring a custom PyTree\n class (or when using transformations). In this case, the restored object\n will take on the same structure as `item`.\n\n Example::\n\n @flax.struct.dataclass\n class TrainState:\n layer0: dict[str, jax.Array]\n layer1: dict[str, jax.Array]\n\n ckptr = Checkpointer(PyTreeCheckpointHandler())\n train_state = TrainState(\n layer0={\n 'w': jax.Array(...), # zeros\n 'b': jax.Array(...), # zeros\n },\n layer1={\n 'w': jax.Array(...), # zeros\n 'b': jax.Array(...), # zeros\n },\n )\n restore_args = jax.tree.map(_make_restore_args, train_state)\n ckptr.restore(path, item=train_state, restore_args=restore_args)\n # restored tree is of type `TrainState`.\n\n Args:\n directory: saved checkpoint location directory.\n item: Deprecated, use `args`.\n restore_args: Deprecated, use `args`.\n transforms: Deprecated, use `args`.\n transforms_default_to_original: See transform_utils.apply_transformations.\n legacy_transform_fn: Deprecated, use `args`.\n args: `PyTreeRestoreArgs` (see below).\n\n Returns:\n A PyTree matching the structure of `item`.\n\n Raises:\n FileNotFoundError: `directory` does not exist or is missing required files\n ValueError: `transforms` is provided without `item`.\n ValueError: `transforms` contains elements with `multi_value_fn`.\n """"""\n if self._pytree_metadata_options.support_rich_types:\n raise NotImplementedError(\n 'Restore is not supported for rich typed metadata yet. Please set'\n ' PyTreeMetadataOptions.support_rich_types=False.'\n )\n if not directory.exists():\n raise FileNotFoundError(\n f'Requested directory for restore does not exist at {directory}.'\n )\n if isinstance(item, CheckpointArgs):\n raise ValueError(\n 'Make sure to specify kwarg name `args=` when providing'\n ' `PyTreeRestoreArgs`.'\n )\n if args is None:\n args = PyTreeRestoreArgs(\n item,\n restore_args,\n transforms,\n transforms_default_to_original,\n legacy_transform_fn,\n )\n item = args.item\n restore_args = args.restore_args\n transforms = args.transforms\n transforms_default_to_original = args.transforms_default_to_original\n legacy_transform_fn = args.legacy_transform_fn\n\n try:\n can_ignore_aggregate_file = utils.all_leaves_are_placeholders(\n self._read_aggregate_file(directory)\n )\n except FileNotFoundError:\n can_ignore_aggregate_file = True\n\n # Delegate to `BasePyTreeCheckpointHandler` as long as transformation\n # options are not specified and metadata file exists and we do not need to\n # read from aggregate file.\n if (\n (directory / PYTREE_METADATA_FILE).exists()\n and can_ignore_aggregate_file\n and transforms is None\n and legacy_transform_fn is None\n ):\n args = BasePyTreeRestoreArgs(\n item,\n restore_args=restore_args,\n partial_restore=args.partial_restore,\n )\n return self._handler_impl.restore(directory, args=args)\n\n logging.vlog(1, 'directory=%s, restore_args=%s', directory, restore_args)\n if not directory.exists():\n raise FileNotFoundError(\n f'Requested directory for restore does not exist at {directory}'\n )\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\n # `checkpoint_restore_args` has a structure relative to the checkpoint,\n # while `restore_args` remains structured relative to the output.\n\n use_zarr3 = (\n use_zarr3_metadata\n if use_zarr3_metadata is not None\n else self._use_zarr3\n )\n param_infos, checkpoint_restore_args = _get_restore_parameters(\n directory,\n item,\n structure,\n self._handler_impl.get_param_names(structure),\n transforms,\n restore_args,\n self._pytree_metadata_options,\n transforms_default_to_original=transforms_default_to_original,\n use_zarr3=use_zarr3,\n )\n\n if legacy_transform_fn is not None and transforms is not None:\n raise ValueError(\n 'Cannot provide both `transforms` and `legacy_transform_fn`.'\n )\n if legacy_transform_fn is not None:\n structure, param_infos = legacy_transform_fn(item, structure, param_infos)\n if restore_args is None:\n restore_args = jax.tree.map(lambda x: RestoreArgs(), item)\n checkpoint_restore_args = restore_args\n\n def _maybe_set_default_restore_types(value_meta: Any, arg: RestoreArgs):\n if (\n isinstance(value_meta, tree_metadata.ValueMetadataEntry)\n and not value_meta.skip_deserialize\n and value_meta.value_type == empty_values.RESTORE_TYPE_UNKNOWN\n ):\n return dataclasses.replace(\n value_meta, value_type=type_handlers.default_restore_type(arg)\n )\n return value_meta\n\n # If metadata file was missing in the checkpoint, we need to decide\n # restore_type based on RestoreArgs.\n structure = jax.tree.map(\n _maybe_set_default_restore_types, structure, checkpoint_restore_args\n )\n\n restored_item = asyncio_utils.run_sync(\n self._maybe_deserialize(\n structure, structure, param_infos, checkpoint_restore_args\n )\n )\n\n if not legacy_transform_fn:\n restored_item = _transform_checkpoint(\n item,\n restored_item,\n restore_args,\n transforms,\n transforms_default_to_original,\n )\n\n if logging.vlog_is_on(1):\n logging.vlog(1, 'param_infos: %s', param_infos)\n logging.vlog(1, 'checkpoint_restore_args: %s', checkpoint_restore_args)\n logging.vlog(1, 'restored_item: %s', jax.tree.structure(restored_item))\n logging.vlog(\n 1,\n 'ts_metrics: %s',\n json.dumps(ts.experimental_collect_matching_metrics('/tensorstore/')),\n )\n\n return restored_item\n\n def _read_aggregate_file(self, directory: epath.Path) -> PyTree:\n """"""Restores the aggregate file representing PyTree structure.""""""\n checkpoint_path = directory / self._aggregate_filename\n if checkpoint_path.exists():\n return self._aggregate_handler.deserialize(checkpoint_path)\n elif self._use_ocdbt:\n raise FileNotFoundError(\n f'Checkpoint structure file does not exist at {directory}.'\n )\n else:\n return utils.pytree_structure(directory)\n\n def _get_internal_metadata(\n self, directory: epath.Path\n ) -> Tuple[PyTree, Optional[bool]]:\n """"""Gets limited information needed to fully restore the checkpoint.\n\n This information just consists of the restore type for each leaf, as well\n as the aggregated value (from the msgpack file) if present, and determines\n whether we need to deserialize the parameter using TypeHandler later.\n\n Args:\n directory: directory\n\n Returns:\n A PyTree with leaves of ValueMetadataEntry or real values if restored from\n the aggregate file (or if empty nodes).\n\n Raises:\n FileNotFoundError: no structure could be identified for the checkpoint at\n `directory`.\n """"""\n # Try reading metadata file.\n try:\n internal_tree_metadata = self._handler_impl._read_metadata_file(directory) # pylint: disable=protected-access\n use_zarr3 = internal_tree_metadata.use_zarr3\n value_metadata_tree = internal_tree_metadata.as_nested_tree()\n flat_value_metadatas = tree_utils.to_flat_dict(\n value_metadata_tree, keep_empty_nodes=True\n )\n except FileNotFoundError:\n jax.monitoring.record_event('/jax/orbax/deprecation/missing_metadata')\n value_metadata_tree = None\n flat_value_metadatas = None\n use_zarr3 = None\n # Try reading aggregate file.\n try:\n aggregate_tree = self._read_aggregate_file(directory)\n flat_aggregate = tree_utils.to_flat_dict(\n aggregate_tree, keep_empty_nodes=True\n )\n except FileNotFoundError:\n jax.monitoring.record_event('/jax/orbax/deprecation/missing_structure')\n aggregate_tree = None\n flat_aggregate = None\n\n def _is_empty_value(value):\n return empty_values.is_supported_empty_value(\n value, self._pytree_metadata_options\n ) or not utils.leaf_is_placeholder(value)\n\n def _process_aggregate_leaf(value):\n if _is_empty_value(value):\n return value\n return tree_metadata.ValueMetadataEntry(\n value_type=empty_values.RESTORE_TYPE_UNKNOWN,\n skip_deserialize=False,\n )\n\n def _process_metadata_and_aggregate_leaves(value_meta, value):\n if _is_empty_value(value):\n return value\n if empty_values.is_empty_typestr(value_meta.value_type):\n return empty_values.get_empty_value_from_typestr(\n value_meta.value_type, self._pytree_metadata_options\n )\n return value_meta\n\n # Handle cases of missing metadata and/or aggregate files.\n structure_tree = value_metadata_tree or aggregate_tree\n if flat_value_metadatas is None and flat_aggregate is None:\n raise FileNotFoundError(\n f'No structure could be identified for the checkpoint at {directory}.'\n )\n elif flat_value_metadatas is None:\n # Metadata file is missing. This is an older checkpoint.\n # TODO(b/353310784) Track usages.\n flat_structure = jax.tree_util.tree_map(\n _process_aggregate_leaf,\n flat_aggregate,\n is_leaf=tree_utils.is_empty_or_leaf,\n )\n elif flat_aggregate is None:\n # Aggregate file is missing, so we can just use the metadata_tree as the\n # structure. This is a newer checkpoint.\n return value_metadata_tree, use_zarr3\n else:\n # Avoid tree_map because input trees may be mismatched (due to empty\n # values missing from msgpack structure).\n flat_structure = {}\n for tuple_key in flat_value_metadatas.keys():\n value_meta = flat_value_metadatas[tuple_key]\n if tuple_key in flat_aggregate:\n flat_structure[tuple_key] = _process_metadata_and_aggregate_leaves(\n value_meta, flat_aggregate[tuple_key]\n )\n else:\n if empty_values.is_empty_typestr(value_meta.value_type):\n flat_structure[tuple_key] = (\n empty_values.get_empty_value_from_typestr(\n value_meta.value_type, self._pytree_metadata_options\n )\n )\n else:\n flat_structure[tuple_key] = value_meta\n\n return (\n tree_utils.from_flat_dict(flat_structure, target=structure_tree),\n use_zarr3,\n )\n\n def metadata(self, directory: epath.Path) -> tree_metadata.TreeMetadata:\n """"""Returns tree metadata.\n\n The result will be a PyTree matching the structure of the saved checkpoint.\n Note that if the item saved was a custom class, the restored metadata will\n be returned as a nested dictionary representation.\n\n Example::\n\n {\n 'layer0': {\n 'w': ArrayMetadata(dtype=jnp.float32, shape=(8, 8), shards=(1, 2)),\n 'b': ArrayMetadata(dtype=jnp.float32, shape=(8,), shards=(1,)),\n },\n 'step': ScalarMetadata(dtype=jnp.int64),\n }\n\n If the required metadata file is not present, this method will raise an\n error.\n\n Args:\n directory: checkpoint location.\n\n Returns:\n tree containing metadata.\n """"""\n return self._handler_impl.metadata(directory)\n\n def finalize(self, directory: epath.Path) -> None:\n """"""Finalization step.\n\n Called automatically by the Checkpointer/AsyncCheckpointer just before the\n checkpoint is considered ""finalized"" in the sense of ensuring atomicity. See\n documentation for `type_handlers.merge_ocdbt_per_process_files`.\n\n Args:\n directory: Path where the checkpoint is located.\n """"""\n self._handler_impl.finalize(directory)\n\n def close(self):\n """"""Closes the handler. Called automatically by Checkpointer.""""""\n self._handler_impl.close()\n\n\n@register_with_handler(PyTreeCheckpointHandler, for_save=True)\n@dataclasses.dataclass\nclass PyTreeSaveArgs(CheckpointArgs):\n """"""Parameters for saving a PyTree.\n\n Attributes:\n item (required): a PyTree to be saved.\n save_args: a PyTree with the same structure of `item`, which consists of\n `ocp.SaveArgs` objects as values. `None` can be used for values where no\n `SaveArgs` are specified.\n ocdbt_target_data_file_size: Specifies the target size (in bytes) of each\n OCDBT data file. It only applies when OCDBT is enabled and Zarr3 must be\n turned on. If left unspecified, default size is 2GB. A value of 0\n indicates no maximum file size limit. For best results, ensure\n chunk_byte_size is smaller than this value. For more details, refer to\n https://google.github.io/tensorstore/kvstore/ocdbt/index.html#json-kvstore/ocdbt.target_data_file_size\n custom_metadata: User-provided custom metadata. An arbitrary\n JSON-serializable dictionary the user can use to store additional\n information. The field is treated as opaque by Orbax.\n """"""\n\n item: PyTree\n save_args: Optional[PyTree] = None\n ocdbt_target_data_file_size: Optional[int] = None\n custom_metadata: tree_types.JsonType | None = None\n\n def __post_init__(self):\n if isinstance(self.item, tree_metadata.TreeMetadata):\n raise ValueError('Cannot save TreeMetadata.')\n\n\n@register_with_handler(PyTreeCheckpointHandler, for_restore=True)\n@dataclasses.dataclass\nclass PyTreeRestoreArgs(CheckpointArgs):\n """"""Parameters for restoring a PyTree.\n\n Attributes (all optional):\n item: provides the tree structure for the restored item. If not provided,\n will infer the structure from the saved checkpoint. Transformations will\n not be run in this case. Necessary particularly in the case where the\n caller needs to restore the tree as a custom object.\n `TreeMetadata` is also allowed as the tree used to\n define the restored structure.\n restore_args: optional object containing additional arguments for\n restoration. It should be a PyTree matching the structure of `item`, or\n if `item` is not provided, then it should match the structure of the\n checkpoint. Each value in the tree should be a `RestoreArgs` object (OR\n a subclass of `RestoreArgs`). Importantly, note that when restoring a\n leaf as a certain type, a specific subclass of `RestoreArgs` may be\n required. `RestoreArgs` also provides the option to customize the\n restore type of an individual leaf.\n `TreeMetadata` is also allowed as the `restore_args` tree.\n transforms: a PyTree of transformations that should be applied to the\n saved tree in order to obtain a final structure. The `transforms` tree\n structure should conceptually match that of `item`, but the use of\n regexes and implicit keys means that it does not need to match\n completely. See `transform_utils` for further information.\n `TreeMetadata` is also allowed as the `transforms` tree.\n transforms_default_to_original: See transform_utils.apply_transformations.\n legacy_transform_fn: WARNING: NOT GENERALLY SUPPORTED. A function which\n accepts the `item` argument, a PyTree checkpoint structure and a PyTree\n of ParamInfos based on the checkpoint. Returns a transformed PyTree\n matching the desired return tree structure, and a matching ParamInfo\n tree.\n partial_restore: If True, only restore the parameters that are specified\n in PyTreeRestoreArgs.\n """"""\n\n item: Optional[PyTree] = None\n restore_args: Optional[PyTree] = None\n transforms: Optional[PyTree] = None\n transforms_default_to_original: bool = True\n legacy_transform_fn: Optional[LegacyTransformFn] = None\n partial_restore: bool = False\n\n def __post_init__(self):\n if isinstance(self.item, tree_metadata.TreeMetadata):\n self.item = self.item.tree\n if isinstance(self.restore_args, tree_metadata.TreeMetadata):\n self.restore_args = self.restore_args.tree\n if isinstance(self.transforms, tree_metadata.TreeMetadata):\n self.transforms = self.transforms.tree\n",python,tab +1665,6347696,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py",31612,0,"",python,selection_command +1666,6349034,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""BasePyTreeCheckpointHandler class.\n\nImplementation of `CheckpointHandler` interface dealing with JAX PyTrees. Much\nof the underlying reading/writing logic for individual leaf types can be\ncustomized, and is delegated to the `TypeHandler` class.\n""""""\n\nfrom __future__ import annotations\n\nimport asyncio\nimport dataclasses\nimport functools\nimport json\nimport sys\nimport threading\nimport time\nfrom typing import Any, List, Optional, Sequence, Tuple, Union\nimport uuid\n\nfrom absl import logging\nfrom etils import epath\nimport humanize\nimport jax\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import asyncio_utils\nfrom orbax.checkpoint._src.futures import future\nfrom orbax.checkpoint._src.handlers import async_checkpoint_handler\nfrom orbax.checkpoint._src.metadata import array_metadata_store as array_metadata_store_lib\nfrom orbax.checkpoint._src.metadata import empty_values\nfrom orbax.checkpoint._src.metadata import tree as tree_metadata\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import format_utils\nfrom orbax.checkpoint._src.serialization import serialization\nfrom orbax.checkpoint._src.serialization import tensorstore_utils as ts_utils\nfrom orbax.checkpoint._src.serialization import type_handlers\nfrom orbax.checkpoint._src.serialization import types\nfrom orbax.checkpoint._src.tree import structure_utils as tree_structure_utils\nfrom orbax.checkpoint._src.tree import types as tree_types\nfrom orbax.checkpoint._src.tree import utils as tree_utils\nimport tensorstore as ts\n\n\n\nPyTree = Any\nTupleKey = Tuple[str, ...]\nRestoreArgs = type_handlers.RestoreArgs\nArrayRestoreArgs = type_handlers.ArrayRestoreArgs\nSaveArgs = type_handlers.SaveArgs\nParamInfo = type_handlers.ParamInfo\nTypeHandler = type_handlers.TypeHandler\nTypeHandlerRegistry = type_handlers.TypeHandlerRegistry\n\n# TODO(b/298487158) Clean up protected access.\nLimitInFlightBytes = type_handlers.LimitInFlightBytes\nCheckpointArgs = checkpoint_args.CheckpointArgs\nregister_with_handler = checkpoint_args.register_with_handler\nget_param_names = tree_utils.get_param_names\nPYTREE_METADATA_FILE = format_utils.PYTREE_METADATA_FILE\nPLACEHOLDER = type_handlers.PLACEHOLDER\nPLACEHOLDER_TYPESTR = type_handlers.PLACEHOLDER_TYPESTR\n\nDEFAULT_CONCURRENT_GB = 96\n\n\n\ndef _default_sizeof_values(values: Sequence[Any]) -> Sequence[int]:\n return [sys.getsizeof(v) for v in values]\n\n\ndef _get_batch_memory_size(\n handler: TypeHandler, values: Sequence[Any]\n) -> Tuple[int, int]:\n """"""Gets memory size for a batch of leaf values.""""""\n try:\n write_sizes, read_sizes = zip(*handler.memory_size(values))\n except NotImplementedError:\n logging.warning(\n '`memory_size` is not implemented for `TypeHandler` of type: %s. Using'\n ' the a default implementation to measure value memory consumption that'\n ' may result in inaccurate estimation.',\n type(handler),\n )\n write_sizes = read_sizes = _default_sizeof_values(values)\n assert len(write_sizes) == len(values)\n assert len(read_sizes) == len(values)\n return sum(write_sizes), sum(read_sizes)\n\n\ndef _log_io_metrics(\n size: int,\n start_time: float,\n bytes_per_sec_metric: str,\n bytes_metric: Optional[str] = None,\n):\n """"""Logs the bytes per second metric.""""""\n time_elapsed = time.time() - start_time\n bytes_per_sec = (\n float('nan') if time_elapsed == 0 else float(size) / time_elapsed\n )\n logging.info(\n '[process=%d] %s: %s/s (total bytes: %s) (time elapsed: %s) (per-host)',\n multihost.process_index(),\n bytes_per_sec_metric,\n humanize.naturalsize(bytes_per_sec, binary=True),\n humanize.naturalsize(size, binary=True),\n humanize.naturaldelta(time_elapsed, minimum_unit='microseconds'),\n )\n jax.monitoring.record_event_duration_secs(bytes_per_sec_metric, bytes_per_sec)\n if bytes_metric is not None:\n jax.monitoring.record_event(bytes_metric, bytes=size)\n\n\nasync def _logging_serialize(\n handler: TypeHandler,\n serialize: asyncio.Coroutine[Any, Any, Sequence[future.Future]],\n) -> Sequence[future.Future]:\n """"""Logs the time taken to serialize.""""""\n start = time.time()\n commit_futures = await serialize\n handler_name = f'{type(handler).__module__}.{type(handler).__qualname__}'\n logging.info(\n '[process=%s][thread=%s] Initiated %s.serialize. Time taken: %fs',\n multihost.process_index(),\n threading.current_thread().name,\n f'""{handler_name}""',\n time.time() - start,\n )\n return commit_futures\n\n\n@dataclasses.dataclass\nclass _BatchRequest:\n """"""Represents a a request for batched serialization or deserialization.\n\n Attributes:\n handler: Used to serialize or deserialize the parameters.\n keys: Used to identify the original tree keys so that the PyTree can be\n reconstructed.\n values: Values to serialize.\n infos: ParamInfos.\n args: List of SaveArgs or RestoreArgs.\n """"""\n\n handler: TypeHandler\n keys: List[str]\n values: List[Any]\n infos: List[ParamInfo]\n args: List[Union[SaveArgs, RestoreArgs]]\n\n def __post_init__(self):\n length = len(self.values)\n if not all((\n length == len(self.infos),\n length == len(self.args),\n length == len(self.keys),\n )):\n raise AssertionError('Found `_BatchRequest` with mismatched parameters.')\n\n\ndef batched_serialization_requests(\n tree: PyTree,\n param_infos: PyTree,\n args: PyTree,\n registry: TypeHandlerRegistry,\n) -> List[_BatchRequest]:\n """"""Gets a list of batched serialization or deserialization requests.""""""\n grouped = {}\n\n def _group_value(\n keypath: Tuple[Any, ...],\n info: ParamInfo,\n value: Union[Any, tree_metadata.ValueMetadataEntry],\n arg: Union[SaveArgs, RestoreArgs],\n ):\n nonlocal grouped\n tuple_key = tree_utils.tuple_path_from_keypath(keypath)\n if info.skip_deserialize:\n return\n\n if isinstance(arg, RestoreArgs):\n assert isinstance(value, tree_metadata.ValueMetadataEntry), type(value)\n metadata_restore_type = value.value_type\n requested_restore_type = arg.restore_type or metadata_restore_type\n # TODO(cpgaffney): Add a warning message if the requested_restore_type\n # is not the same as the metadata_restore_type.\n if empty_values.is_empty_typestr(requested_restore_type):\n # Skip deserialization of empty node using TypeHandler.\n return\n type_for_registry_lookup = requested_restore_type\n elif isinstance(arg, SaveArgs):\n # Skip serialization of empty node using TypeHandler.\n if tree_utils.is_empty_node(value):\n return\n type_for_registry_lookup = type(value)\n else:\n raise AssertionError(\n f'Expected `RestoreArgs` or `SaveArgs`. Got {type(arg)}.'\n )\n\n try:\n handler = registry.get(type_for_registry_lookup)\n except ValueError as e:\n raise ValueError(\n f'TypeHandler lookup failed for: type={type_for_registry_lookup},'\n f' keypath={keypath}, ParamInfo={info}, RestoreArgs={arg},'\n f' value={value}'\n ) from e\n\n if handler not in grouped:\n grouped[handler] = _BatchRequest(handler, [], [], [], [])\n request = grouped[handler]\n grouped[handler] = dataclasses.replace(\n request,\n keys=request.keys + [tuple_key],\n values=request.values + [value],\n infos=request.infos + [info],\n args=request.args + [arg],\n )\n\n jax.tree_util.tree_map_with_path(\n _group_value,\n param_infos,\n tree,\n args,\n )\n return list(grouped.values())\n\n\ndef _fill_missing_save_or_restore_args(\n item: PyTree, args: Optional[PyTree], *, mode: str\n) -> PyTree:\n """"""Fills in missing values in the tree of SaveArgs or RestoreArgs.\n\n Values may be ""missing"" because of empty nodes in `item`. After returning, all\n keys in `item`, with empty nodes or not, will have a corresponding value\n in the result.\n\n Args:\n item: tree to save or target to restore.\n args: tree of SaveArgs or RestoreArgs. May be None, if the user did not\n provide it.\n mode: 'save' or 'restore'.\n\n Returns:\n A tree of SaveArgs or RestoreArgs with missing values filled in.\n """"""\n\n # Because of empty states, the user-provided args may not contain\n # all necessary arguments. These should be filled in with default args.\n def _maybe_set_default_save_args(_, leaf_args):\n if isinstance(leaf_args, (SaveArgs, RestoreArgs)):\n return leaf_args\n elif mode == 'save':\n return SaveArgs()\n elif mode == 'restore':\n return RestoreArgs()\n else:\n raise ValueError(f'Unknown mode: {mode}.')\n\n return jax.tree_util.tree_map(\n _maybe_set_default_save_args,\n item,\n item if args is None else args,\n is_leaf=utils.is_empty_or_leaf,\n )\n\n\n\n\nclass BasePyTreeCheckpointHandler(\n async_checkpoint_handler.AsyncCheckpointHandler\n):\n """"""A CheckpointHandler implementation for any PyTree structure.\n\n Largely serves as the implementation for `PyTreeCheckpointHandler`. Users are\n advised not to use this class directly.\n """"""\n\n def __init__(\n self,\n *,\n save_concurrent_bytes: Optional[int] = None,\n restore_concurrent_bytes: Optional[int] = None,\n use_ocdbt: bool = True,\n use_zarr3: bool = False,\n multiprocessing_options: options_lib.MultiprocessingOptions = options_lib.MultiprocessingOptions(),\n type_handler_registry: TypeHandlerRegistry = type_handlers.GLOBAL_TYPE_HANDLER_REGISTRY,\n enable_post_merge_validation: bool = True,\n pytree_metadata_options: tree_metadata.PyTreeMetadataOptions = (\n tree_metadata.PYTREE_METADATA_OPTIONS\n ),\n array_metadata_validator: array_metadata_store_lib.Validator = (\n array_metadata_store_lib.Validator()\n ),\n enable_pinned_host_transfer: Optional[bool] = None,\n ):\n """"""Creates BasePyTreeCheckpointHandler.\n\n Args:\n save_concurrent_bytes: max concurrent bytes that are allowed to be\n written. Can help to reduce the possibility of OOM's when large\n checkpoints are saved.\n restore_concurrent_bytes: max concurrent bytes that are allowed to be\n restored. Can help to reduce the possibility of OOM's when large\n checkpoints are restored.\n use_ocdbt: Whether to use OCDBT format for saving.\n use_zarr3: If True, use Zarr ver3 otherwise Zarr ver2.\n multiprocessing_options: See orbax.checkpoint.options.\n type_handler_registry: a type_handlers.TypeHandlerRegistry. If not\n specified, the global type handler registry will be used.\n enable_post_merge_validation: If True, enables validation of the\n parameters after the finalize step.\n pytree_metadata_options: `PyTreeMetadataOptions` to manage metadata.\n array_metadata_validator: Validator for ArrayMetadata.\n enable_pinned_host_transfer: Whether to use pinned_host memory for the\n transfer from device to host memory. Passing None will enable\n pinned_host memory depending on the platform used (currently only\n enables it for the GPU backend).\n """"""\n self._save_concurrent_bytes = save_concurrent_bytes\n self._restore_concurrent_bytes = restore_concurrent_bytes\n self._use_ocdbt = use_ocdbt\n self._use_zarr3 = use_zarr3\n self._primary_host = multiprocessing_options.primary_host\n self._type_handler_registry = type_handler_registry\n self._enable_post_merge_validation = enable_post_merge_validation\n self._pytree_metadata_options = pytree_metadata_options\n # Get ArrayMetadata Store from TypeHandler for jax.Array.\n # ArrayMetadata persistence is only supported for jax.Array.\n self._array_metadata_store = (\n array_metadata_store_lib.resolve_array_metadata_store(\n type_handler_registry\n )\n )\n if self._array_metadata_store:\n self._array_metadata_store.set_primary_host(self._primary_host)\n self._array_metadata_validator = array_metadata_validator\n\n if enable_pinned_host_transfer is None:\n enable_pinned_host_transfer = jax.default_backend() == 'gpu'\n self._enable_pinned_host_transfer = enable_pinned_host_transfer\n\n jax.monitoring.record_event(\n '/jax/orbax/pytree_checkpoint_handler/init/ocdbt'\n )\n logging.vlog(\n 1,\n 'Created BasePyTreeCheckpointHandler: use_ocdbt=%s, use_zarr3=%s,'\n ' pytree_metadata_options=%s, array_metadata_store=%s,'\n ' enable_pinned_host_transfer=%s',\n self._use_ocdbt,\n self._use_zarr3,\n self._pytree_metadata_options,\n self._array_metadata_store,\n self._enable_pinned_host_transfer,\n )\n\n def get_param_names(self, item: PyTree) -> PyTree:\n """"""Gets parameter names for PyTree elements.""""""\n return get_param_names(item)\n\n def _get_param_infos(\n self,\n item: PyTree,\n directory: epath.Path,\n *,\n use_ocdbt: bool = True,\n use_zarr3: Optional[bool] = None,\n ocdbt_target_data_file_size: Optional[int] = None,\n byte_limiter: Optional[serialization.ByteLimiter] = None,\n raise_array_data_missing_error: bool = True,\n ) -> PyTree:\n """"""Returns parameter information for elements in `item`.\n\n At minimum, this method should extract the names of each parameter for\n saving/restoring.\n\n Args:\n item: a PyTree to extract information from.\n directory: a directory where checkpoint files are located.\n use_ocdbt: Whether to use OCDBT for writing or reading.\n use_zarr3: Whether to use zarr3.\n ocdbt_target_data_file_size: Specifies the target size (in bytes) of each\n OCDBT data file.\n byte_limiter: ByteLimiter object.\n raise_array_data_missing_error: See documentation in ParamInfo.\n\n Returns:\n A PyTree matching `item` of ParamInfo.\n """"""\n if use_zarr3 is None:\n use_zarr3 = self._use_zarr3\n names = self.get_param_names(item)\n ts_context = ts_utils.get_ts_context(use_ocdbt=use_ocdbt)\n\n def _param_info(name, value):\n if isinstance(value, tree_metadata.ValueMetadataEntry):\n skip_deserialize = value.skip_deserialize\n elif isinstance(value, type(PLACEHOLDER)):\n skip_deserialize = True\n else:\n skip_deserialize = False\n return ParamInfo(\n name=name,\n path=(directory / name),\n parent_dir=directory,\n skip_deserialize=skip_deserialize,\n is_ocdbt_checkpoint=use_ocdbt,\n use_zarr3=use_zarr3,\n enable_pinned_host_transfer=self._enable_pinned_host_transfer,\n ocdbt_target_data_file_size=ocdbt_target_data_file_size,\n byte_limiter=byte_limiter,\n ts_context=ts_context,\n value_typestr=types.get_param_typestr(\n value, self._type_handler_registry, self._pytree_metadata_options\n ),\n raise_array_data_missing_error=raise_array_data_missing_error,\n )\n\n return jax.tree.map(\n _param_info, names, item, is_leaf=utils.is_empty_or_leaf\n )\n\n async def async_save(\n self,\n directory: epath.Path,\n args: BasePyTreeSaveArgs,\n ) -> Optional[List[future.Future]]:\n """"""Saves a PyTree to a given directory.\n\n This operation is compatible with a multi-host, multi-device setting. Tree\n leaf values must be supported by the type_handler_registry given in the\n constructor. Standard supported types include Python scalars, `np.ndarray`,\n `jax.Array`, and strings.\n\n After saving, all files will be located in ""directory/"".\n A JSON metadata file will be present to store the tree structure.\n\n Example usage::\n\n ckptr = Checkpointer(BasePyTreeCheckpointHandler())\n item = {\n 'layer0': {\n 'w': np.ndarray(...),\n 'b': np.ndarray(...),\n },\n 'layer1': {\n 'w': np.ndarray(...),\n 'b': np.ndarray(...),\n },\n }\n # Note: save_args may be None if no customization is desired for saved\n # parameters.\n # Eventually calls through to `async_save`.\n ckptr.save(path, item, save_args)\n\n Args:\n directory: save location directory.\n args: `BasePyTreeSaveArgs` (see below).\n\n Returns:\n A Future that will commit the data to `directory` when awaited. Copying\n the data from its source will be awaited in this function.\n """"""\n start_time = time.time()\n item = args.item\n if not item:\n raise ValueError('Found empty item.')\n save_args = args.save_args\n ocdbt_target_data_file_size = args.ocdbt_target_data_file_size\n custom_metadata = args.custom_metadata\n\n save_args = _fill_missing_save_or_restore_args(item, save_args, mode='save')\n byte_limiter = serialization.get_byte_limiter(self._save_concurrent_bytes)\n param_infos = self._get_param_infos(\n item,\n directory,\n use_ocdbt=self._use_ocdbt,\n ocdbt_target_data_file_size=ocdbt_target_data_file_size,\n byte_limiter=byte_limiter,\n )\n assert all(\n leaf.parent_dir == directory for leaf in jax.tree.leaves(param_infos)\n )\n\n serialize_ops = [] # List of (coros -> List of futures)\n batch_requests = batched_serialization_requests(\n item,\n param_infos,\n save_args,\n self._type_handler_registry,\n )\n batch_requests_ready_time = time.time()\n tree_memory_size = 0\n for request in batch_requests:\n serialize_ops += [\n _logging_serialize(\n request.handler,\n request.handler.serialize(\n request.values, request.infos, request.args\n ),\n )\n ]\n write_size, _ = _get_batch_memory_size(request.handler, request.values)\n tree_memory_size += write_size\n # Await copy futures. Returns List[List[future.Future]].\n commit_futures = await asyncio.gather(*serialize_ops)\n # Flatten to List[future.Future].\n commit_futures, _ = jax.tree.flatten(commit_futures)\n\n total_serialization_initiated_time = time.time()\n if logging.vlog_is_on(1):\n logging.vlog(1, 'param_info: %s', param_infos)\n logging.vlog(1, 'save_args: %s', save_args)\n\n save_futures = []\n if multihost.is_primary_host(self._primary_host):\n save_futures.append(\n future.CommitFutureAwaitingContractedSignals(\n self._write_metadata_after_commits(\n commit_futures,\n checkpoint_dir=directory,\n param_infos=param_infos,\n save_args=save_args,\n custom_metadata=custom_metadata,\n use_zarr3=self._use_zarr3,\n ),\n name='write_metadata_after_commits',\n )\n )\n else:\n save_futures += commit_futures\n\n _log_io_metrics(\n tree_memory_size,\n start_time,\n '/jax/checkpoint/write/blocking_bytes_per_sec',\n )\n chained_futures = [\n future.ChainedFuture(\n save_futures,\n functools.partial(\n _log_io_metrics,\n tree_memory_size,\n start_time,\n '/jax/checkpoint/write/bytes_per_sec',\n '/jax/checkpoint/write/bytes',\n ),\n )\n ]\n async_save_end_time = time.time()\n logging.info(\n '[process=%s][thread=%s] Initiated Pytree async_save. Time taken:'\n ' %fs (batch_requests_ready=%fs, total_serialization_initiated=%fs,'\n ' others=%fs)',\n multihost.process_index(),\n threading.current_thread().name,\n async_save_end_time - start_time,\n batch_requests_ready_time - start_time,\n total_serialization_initiated_time - batch_requests_ready_time,\n async_save_end_time - total_serialization_initiated_time,\n )\n return chained_futures\n\n def save(self, directory: epath.Path, *args, **kwargs):\n """"""Saves the provided item.\n\n Blocks until both copy and commit complete.\n\n See async_save.\n\n Args:\n directory: the directory to save to.\n *args: additional arguments for save.\n **kwargs: additional arguments for save.\n """"""\n\n async def async_save(*args, **kwargs):\n commit_futures = await self.async_save(*args, **kwargs) # pytype: disable=bad-return-type\n # Futures are already running, so sequential waiting is equivalent to\n # concurrent waiting.\n if commit_futures: # May be None.\n for f in commit_futures:\n f.result() # Block on result.\n\n asyncio_utils.run_sync(async_save(directory, *args, **kwargs))\n\n async def _maybe_deserialize(\n self,\n item: PyTree,\n metadata: PyTree,\n param_infos: PyTree,\n restore_args: PyTree,\n ) -> Tuple[int, PyTree]:\n """"""Deserializes values or skips.""""""\n flat_metadata = tree_utils.to_flat_dict(metadata)\n byte_limiter = serialization.get_byte_limiter(\n self._restore_concurrent_bytes\n )\n param_infos = jax.tree.map(\n lambda info: dataclasses.replace(info, byte_limiter=byte_limiter),\n param_infos,\n )\n batch_requests = batched_serialization_requests(\n metadata,\n param_infos,\n restore_args,\n self._type_handler_registry,\n )\n deserialized_batches = []\n deserialized_batches_ops = []\n for request in batch_requests:\n deserialized_batches_ops.append(\n request.handler.deserialize(request.infos, request.args)\n )\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\n\n tree_memory_size = 0\n flat_restored = {}\n for request, deserialized in zip(batch_requests, deserialized_batches):\n _, read_size = _get_batch_memory_size(request.handler, deserialized)\n tree_memory_size += read_size\n for key, value in zip(request.keys, deserialized):\n flat_restored[key] = value\n # Add in empty nodes from the metadata tree.\n for key in flat_metadata.keys():\n if key not in flat_restored:\n if type_handlers.is_placeholder(flat_metadata[key]):\n flat_restored[key] = type_handlers.PLACEHOLDER\n else:\n flat_restored[key] = empty_values.get_empty_value_from_typestr(\n flat_metadata[key].value_type, self._pytree_metadata_options\n )\n # Restore using `item` as the target structure. If there are any custom\n # nodes (e.g. optax.EmptyState), these will replace None values in\n # flat_restored.\n return tree_memory_size, tree_utils.from_flat_dict(\n flat_restored, target=item\n )\n\n def restore(\n self,\n directory: epath.Path,\n args: Optional[BasePyTreeRestoreArgs] = None,\n ) -> PyTree:\n """"""Restores a PyTree from the checkpoint directory at the given path.\n\n In the most basic case, only `directory` is required. The tree will be\n restored exactly as saved, and all leaves will be restored as the correct\n types (assuming the tree metadata is present).\n\n However, `restore_args` is often required as well. This PyTree gives a\n `RestoreArgs` object (or subclass) for every leaf in the tree. Many types,\n such as string or `np.ndarray` do not require any special options for\n restoration. When restoring an individual leaf as `jax.Array`, however,\n some properties may be required.\n\n One example is `sharding`, which defines how a `jax.Array` in the restored\n tree should be partitioned. `mesh` and `mesh_axes` can also be used to\n specify `sharding`, but `sharding` is the preferred way of specifying this\n partition since `mesh` and `mesh_axes` only constructs\n `jax.sharding.NamedSharding`. For more information, see `ArrayTypeHandler`\n documentation and JAX sharding documentation.\n\n Example::\n\n ckptr = Checkpointer(BasePyTreeCheckpointHandler())\n restore_args = {\n 'layer0': {\n 'w': RestoreArgs(),\n 'b': RestoreArgs(),\n },\n 'layer1': {\n 'w': ArrayRestoreArgs(\n # Restores as jax.Array, regardless of how it was saved.\n restore_type=jax.Array,\n sharding=jax.sharding.Sharding(...),\n # Warning: may truncate or pad!\n global_shape=(x, y),\n ),\n 'b': ArrayRestoreArgs(\n restore_type=jax.Array,\n sharding=jax.sharding.Sharding(...),\n global_shape=(x, y),\n ),\n },\n }\n ckptr.restore(path, restore_args=restore_args)\n\n Providing `item` is typically only necessary when restoring a custom PyTree\n class (or when using transformations). In this case, the restored object\n will take on the same structure as `item`.\n\n Example::\n\n @flax.struct.dataclass\n class TrainState:\n layer0: dict[str, jax.Array]\n layer1: dict[str, jax.Array]\n\n ckptr = Checkpointer(BasePyTreeCheckpointHandler())\n train_state = TrainState(\n layer0={\n 'w': jax.Array(...), # zeros\n 'b': jax.Array(...), # zeros\n },\n layer1={\n 'w': jax.Array(...), # zeros\n 'b': jax.Array(...), # zeros\n },\n )\n restore_args = jax.tree.map(_make_restore_args, train_state)\n ckptr.restore(path, item=train_state, restore_args=restore_args)\n # restored tree is of type `TrainState`.\n\n Args:\n directory: saved checkpoint location directory.\n args: `BasePyTreeRestoreArgs` (see below).\n\n Returns:\n A PyTree matching the structure of `item`.\n\n Raises:\n FileNotFoundError: `directory` does not exist or is missing required files\n ValueError: `transforms` is provided without `item`.\n ValueError: `transforms` contains elements with `multi_value_fn`.\n """"""\n start_time = time.time()\n args = args or BasePyTreeRestoreArgs()\n item = args.item\n restore_args = args.restore_args\n\n logging.vlog(1, 'directory=%s, restore_args=%s', directory, restore_args)\n if not directory.exists():\n raise FileNotFoundError(\n f'Requested directory for restore does not exist at {directory}'\n )\n # Get value metadata tree and use_zarr3 from serialized pytree metadata.\n internal_tree_metadata = self._read_metadata_file(directory)\n value_metadata_tree = internal_tree_metadata.as_nested_tree()\n if not value_metadata_tree:\n raise ValueError(\n f'Found empty checkpoint PyTree metadata in directory={directory}.'\n )\n use_zarr3 = (\n internal_tree_metadata.use_zarr3\n if internal_tree_metadata.use_zarr3 is not None\n else self._use_zarr3\n )\n raise_array_data_missing_error = (\n internal_tree_metadata.store_array_data_equal_to_fill_value\n )\n del internal_tree_metadata\n # Prep for restore.\n if item is None:\n item = value_metadata_tree\n elif args.partial_restore:\n value_metadata_tree = tree_structure_utils.tree_trim(\n item, value_metadata_tree, strict=True\n )\n restore_args = tree_structure_utils.tree_trim(\n item, restore_args, strict=True\n )\n else:\n # is_empty_or_leaf is necessary here to treat empty nodes (e.g. empty\n # dicts, lists, custom nodes) as leaves, as they do not contain any\n # actual data to be restored, but are needed to maintain the structure.\n serialized_item = tree_utils.serialize_tree(item, keep_empty_nodes=True)\n diff = tree_structure_utils.tree_difference(\n serialized_item,\n value_metadata_tree,\n is_leaf=tree_utils.is_empty_or_leaf,\n leaves_equal=lambda a, b: True,\n )\n if diff is not None:\n raise ValueError(\n 'User-provided restore item and on-disk value metadata tree'\n f' structures do not match: {diff}'\n )\n value_metadata_tree = jax.tree.map(\n lambda v, i: PLACEHOLDER if type_handlers.is_placeholder(i) else v,\n value_metadata_tree,\n serialized_item,\n )\n restore_args = _fill_missing_save_or_restore_args(\n item, restore_args, mode='restore'\n )\n restore_args = tree_metadata.serialize_tree(\n restore_args, self._pytree_metadata_options\n )\n param_infos = self._get_param_infos(\n item=value_metadata_tree,\n directory=directory,\n use_ocdbt=type_handlers.is_ocdbt_checkpoint(directory),\n use_zarr3=use_zarr3,\n raise_array_data_missing_error=raise_array_data_missing_error,\n )\n # Begin restore.\n tree_memory_size, restored_item = asyncio_utils.run_sync(\n self._maybe_deserialize(\n item, value_metadata_tree, param_infos, restore_args\n )\n )\n\n if logging.vlog_is_on(1):\n logging.vlog(1, 'param_infos: %s', param_infos)\n logging.vlog(1, 'checkpoint_restore_args: %s', restore_args)\n logging.vlog(1, 'restored_item: %s', jax.tree.structure(restored_item))\n logging.vlog(\n 1,\n 'ts_metrics: %s',\n json.dumps(ts.experimental_collect_matching_metrics('/tensorstore/')),\n )\n\n _log_io_metrics(\n tree_memory_size,\n start_time,\n '/jax/checkpoint/read/bytes_per_sec',\n '/jax/checkpoint/read/bytes',\n )\n return restored_item\n\n async def _get_param_infos_with_write_shape(\n self,\n param_infos: PyTree,\n checkpoint_dir: epath.Path,\n array_metadata_store: array_metadata_store_lib.Store,\n ) -> PyTree:\n """"""Returns `param_infos` updated with `write_shape`.\n\n Args:\n param_infos: A PyTree of ParamInfo to be updated.\n checkpoint_dir: The checkpoint directory where write_shape metadata is\n saved in ArrayMetadata store.\n array_metadata_store: The ArrayMetadata store to read write_shape metadata\n from.\n """"""\n if not utils.is_primary_host(self._primary_host):\n return param_infos\n # Extract write_shape from ArrayMetadata for current process_index.\n process_index = multihost.process_index()\n array_metadatas = await array_metadata_store.read(\n checkpoint_dir, process_index=process_index\n )\n if array_metadatas is None:\n jax_array_param_info = type_handlers.any_jax_array_param_info(param_infos)\n if jax_array_param_info is not None:\n raise ValueError(\n f'No ArrayMetadata found for process_index={process_index} in the'\n f' checkpoint directory: {checkpoint_dir}. But input PyTree'\n ' contains at least one jax.Array param_info:'\n f' {jax_array_param_info}.'\n )\n return param_infos\n\n assert isinstance(array_metadatas, list)\n array_metadatas_cache = {\n array_metadata.param_name: array_metadata\n for array_metadata in array_metadatas\n }\n\n def update_param_info(param_info: types.ParamInfo) -> types.ParamInfo:\n if not type_handlers.represents_jax_array(param_info):\n return param_info\n if param_info.name not in array_metadatas_cache:\n raise ValueError(\n f'No ArrayMetadata found for param_info: {param_info}, checkpoint'\n f' directory: {checkpoint_dir}, process_index={process_index}.'\n )\n return dataclasses.replace(\n param_info,\n write_shape=array_metadatas_cache[param_info.name].write_shape,\n )\n\n return jax.tree.map(update_param_info, param_infos)\n\n def _write_metadata_file(\n self,\n directory: epath.Path,\n *,\n param_infos: PyTree,\n save_args: PyTree,\n custom_metadata: tree_types.JsonType | None = None,\n use_zarr3: bool = False,\n ) -> future.Future:\n async def _save_fn(param_infos):\n if utils.is_primary_host(self._primary_host):\n metadata_write_start_time = time.time()\n path = directory / PYTREE_METADATA_FILE\n metadata_content = tree_metadata.InternalTreeMetadata.build(\n param_infos,\n save_args=save_args,\n use_zarr3=use_zarr3,\n custom_metadata=custom_metadata,\n pytree_metadata_options=self._pytree_metadata_options,\n )\n logging.vlog(\n 1,\n 'Writing pytree metadata file: %s with pytree_metadata_options: %s',\n path,\n self._pytree_metadata_options,\n )\n path.write_text(json.dumps(metadata_content.to_json()))\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/async/metadata_write_duration_secs',\n time.time() - metadata_write_start_time,\n )\n\n return future.CommitFuture(\n _save_fn(param_infos),\n )\n\n async def _write_metadata_after_commits(\n self,\n commit_futures: List[future.Future],\n checkpoint_dir: epath.Path,\n *,\n param_infos: PyTree,\n save_args: PyTree,\n custom_metadata: tree_types.JsonType | None = None,\n use_zarr3: bool,\n ) -> None:\n start_time = time.time()\n if not utils.is_primary_host(self._primary_host):\n return\n for commit_future in commit_futures:\n await asyncio.to_thread(commit_future.result)\n\n commit_time = time.time()\n # `write_shape` is extracted from ArrayMetadata store saved during\n # materialization of commit_futures. Then it is written to the pytree\n # metadata.\n # TODO(b/390465017): Simplify all metadata related code in this module after\n # removing overriding of self._write_metadata_file() in subclasses. All\n # metadata related code can be moved to a separate class and\n # BasePyTreeCheckpointHandler should delegate all metadata related code to\n # that class.\n if self._array_metadata_store is not None:\n param_infos = await self._get_param_infos_with_write_shape(\n param_infos, checkpoint_dir, self._array_metadata_store\n )\n\n write_metadata_file_future = self._write_metadata_file(\n checkpoint_dir,\n param_infos=param_infos,\n save_args=save_args,\n custom_metadata=custom_metadata,\n use_zarr3=use_zarr3,\n )\n await asyncio.to_thread(write_metadata_file_future.result)\n end_time = time.time()\n logging.info(\n '[process=%s][thread=%s] Commit + Array metadata written. Time taken:'\n ' %fs (commit=%fs, array_metadata_write=%fs)',\n multihost.process_index(),\n threading.current_thread().name,\n end_time - start_time,\n commit_time - start_time,\n end_time - commit_time,\n )\n\n def _read_metadata_file(\n self, directory: epath.Path\n ) -> tree_metadata.InternalTreeMetadata:\n """"""Reads metadata file and returns a tree of restore types.\n\n Args:\n directory: directory\n\n Returns:\n orbax.checkpoint.metadata.InternalTreeMetadata\n\n Raises:\n FileNotFoundError: if the metadata file is not found.\n """"""\n path = directory / PYTREE_METADATA_FILE\n if not path.exists():\n raise FileNotFoundError(\n f'Metadata file (named {PYTREE_METADATA_FILE}) does not exist at'\n f' {directory}.'\n )\n logging.vlog(\n 1,\n 'Reading pytree metadata file: %s with pytree_metadata_options: %s',\n path,\n self._pytree_metadata_options,\n )\n return tree_metadata.InternalTreeMetadata.from_json(\n json.loads(path.read_text()),\n pytree_metadata_options=self._pytree_metadata_options,\n )\n\n\n def metadata(self, directory: epath.Path) -> tree_metadata.TreeMetadata:\n """"""Returns tree metadata.\n\n The result will be a PyTree matching the structure of the saved checkpoint.\n Note that if the item saved was a custom class, the restored metadata will\n be returned as a nested dictionary representation.\n\n Example::\n\n {\n 'layer0': {\n 'w': ArrayMetadata(dtype=jnp.float32, shape=(8, 8), shards=(1, 2)),\n 'b': ArrayMetadata(dtype=jnp.float32, shape=(8,), shards=(1,)),\n },\n 'step': ScalarMetadata(dtype=jnp.int64),\n }\n\n If the required metadata file is not present, this method will raise an\n error.\n\n Args:\n directory: checkpoint location.\n\n Returns:\n tree containing metadata.\n """"""\n is_ocdbt_checkpoint = type_handlers.is_ocdbt_checkpoint(directory)\n internal_tree_metadata = self._read_metadata_file(directory)\n return tree_metadata.build_default_tree_metadata(\n internal_tree_metadata.as_custom_metadata(\n directory,\n self._type_handler_registry,\n use_ocdbt=is_ocdbt_checkpoint,\n ),\n custom_metadata=internal_tree_metadata.custom_metadata,\n )\n\n async def _finalize_async(self, directory: epath.Path) -> None:\n start_time = time.time()\n finalize_coros = []\n if self._array_metadata_store is not None:\n if self._primary_host is None:\n logging.log_first_n(\n logging.INFO,\n '[process=%s] Skipped cross-host ArrayMetadata validation'\n ' because all hosts are primary (e.g. local storage).',\n 1, # log only once\n multihost.process_index(),\n )\n elif utils.is_primary_host(self._primary_host):\n finalize_coros.append(\n array_metadata_store_lib.validate_all_array_metadatas(\n self._array_metadata_validator,\n self._array_metadata_store,\n directory,\n )\n )\n\n async def merge_ocdbt_per_process_files():\n merge_start_time = time.time()\n ts_context = ts_utils.get_ts_context(use_ocdbt=True)\n await type_handlers.merge_ocdbt_per_process_files(\n directory,\n ts_context=ts_context,\n use_zarr3=self._use_zarr3,\n enable_validation=self._enable_post_merge_validation,\n )\n jax.monitoring.record_event_duration_secs(\n '/jax/checkpoint/write/async/ocdbt_merge_duration_secs',\n time.time() - merge_start_time,\n )\n\n finalize_coros.append(merge_ocdbt_per_process_files())\n\n await asyncio.gather(*finalize_coros)\n end_time = time.time()\n logging.info(\n '[process=%s][thread=%s] Pytree save finalize (merge_ocdbt +'\n ' ArrayMetadata validation) completed. Time taken: %fs. use_zarr3=%s,'\n ' enable_post_merge_validation=%s, directory=%s',\n multihost.process_index(),\n threading.current_thread().name,\n end_time - start_time,\n self._use_zarr3,\n self._enable_post_merge_validation,\n directory,\n )\n\n def finalize(self, directory: epath.Path) -> None:\n """"""Finalization step.\n\n Called automatically by the Checkpointer/AsyncCheckpointer just before the\n checkpoint is considered ""finalized"" in the sense of ensuring atomicity. See\n documentation for `type_handlers.merge_ocdbt_per_process_files`.\n\n Args:\n directory: Path where the checkpoint is located.\n """"""\n asyncio_utils.run_sync(self._finalize_async(directory))\n\n\n@register_with_handler(BasePyTreeCheckpointHandler, for_save=True)\n@dataclasses.dataclass\nclass BasePyTreeSaveArgs(CheckpointArgs):\n """"""Parameters for saving a PyTree.\n\n Attributes:\n item (required): a PyTree to be saved.\n save_args: a PyTree with the same structure of `item`, which consists of\n `ocp.SaveArgs` objects as values. `None` can be used for values where no\n `SaveArgs` are specified.\n ocdbt_target_data_file_size: Specifies the target size (in bytes) of each\n OCDBT data file. It only applies when OCDBT is enabled and Zarr3 must be\n turned on. If left unspecified, default size is 2GB. A value of 0\n indicates no maximum file size limit. For best results, ensure\n chunk_byte_size is smaller than this value. For more details, refer to\n https://google.github.io/tensorstore/kvstore/ocdbt/index.html#json-kvstore/ocdbt.target_data_file_size\n custom_metadata: User-provided custom metadata. An arbitrary\n JSON-serializable dictionary the user can use to store additional\n information. The field is treated as opaque by Orbax.\n """"""\n\n item: PyTree\n save_args: Optional[PyTree] = None\n ocdbt_target_data_file_size: Optional[int] = None\n custom_metadata: tree_types.JsonType | None = None\n\n\n@register_with_handler(BasePyTreeCheckpointHandler, for_restore=True)\n@dataclasses.dataclass\nclass BasePyTreeRestoreArgs(CheckpointArgs):\n """"""Parameters for restoring a PyTree.\n\n Attributes (all optional):\n item: provides the tree structure for the restored item. If not provided,\n will infer the structure from the saved checkpoint. Transformations will\n not be run in this case. Necessary particularly in the case where the\n caller needs to restore the tree as a custom object.\n restore_args: optional object containing additional arguments for\n restoration. It should be a PyTree matching the structure of `item`, or\n if `item` is not provided, then it should match the structure of the\n checkpoint. Each value in the tree should be a `RestoreArgs` object (OR\n a subclass of `RestoreArgs`). Importantly, note that when restoring a\n leaf as a certain type, a specific subclass of `RestoreArgs` may be\n required. `RestoreArgs` also provides the option to customize the\n restore type of an individual leaf.\n partial_restore: If True, only restore the parameters that are specified\n in PyTreeRestoreArgs.\n """"""\n\n item: Optional[PyTree] = None\n restore_args: Optional[PyTree] = None\n partial_restore: bool = False\n",python,tab +1667,6349035,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py",29044,0,"",python,selection_command +1668,6351907,"TERMINAL",0,0,"2025-08-05 17:43:36.617527: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1798] Shutdown barrier in coordination service has failed:\r\nDEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1149815904556923585::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 1/2.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:1. Some timed out task names:\r\n/job:jax_worker/replica:0/task:0\r\n [type.googleapis.com/tensorflow.CoordinationServiceError=''] [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1149815904556923585']\r\nThis suggests that the workers are out of sync. Either at least one worker (a) crashed early due to program error or scheduler events (e.g. preemption, eviction), (b) was too fast in its execution, or (c) too slow / hanging. Check the logs (both the program and scheduler events) for an earlier error to identify the root cause.\r\n2025-08-05 17:43:36.617566: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1839] Use error polling to propagate the following error to all tasks: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1149815904556923585::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 1/2.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:1. Some timed out task names:\r\n/job:jax_worker/replica:0/task:0\r\n [type.googleapis.com/tensorflow.CoordinationServiceError=''] [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1149815904556923585'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-08-05 17:43:36.617841: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-08-05 17:43:36.618085: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1149815904556923585::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 1/2.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:1. Some timed out task names:\r\n/job:jax_worker/replica:0/task:0\r\n [type.googleapis.com/tensorflow.CoordinationServiceError=''] [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1149815904556923585']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-08-05 17:43:36.618188: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:429] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-08-05 17:43:36.618376: F external/xla/xla/pjrt/distributed/client.h:88] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1149815904556923585::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 1/2.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:1. Some timed out task names:\r\n/job:jax_worker/replica:0/task:0\r\n [type.googleapis.com/tensorflow.CoordinationServiceError=''] [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1149815904556923585']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n",,terminal_output +1669,6356932,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Provides helper async functions.""""""\n\nimport asyncio\nimport functools\nfrom typing import Any, Coroutine, TypeVar\nimport nest_asyncio\n\n\n_T = TypeVar('_T')\n\n\ndef as_async_function(func):\n """"""Wraps a function to make it async.""""""\n\n @functools.wraps(func)\n async def run(*args, loop=None, executor=None, **kwargs):\n if loop is None:\n loop = asyncio.get_event_loop()\n partial_func = functools.partial(func, *args, **kwargs)\n return await loop.run_in_executor(executor, partial_func)\n\n return run\n\n\ndef run_sync(\n coro: Coroutine[Any, Any, _T],\n enable_nest_asyncio: bool = True, # For testing.\n) -> _T:\n """"""Runs a coroutine and returns the result.""""""\n try:\n asyncio.get_running_loop() # no event loop: ~0.001s, otherwise: ~0.182s\n if enable_nest_asyncio:\n nest_asyncio.apply() # patch asyncio globally in a runtime (idempotent).\n except RuntimeError:\n pass\n return asyncio.run(coro)\n",python,tab +1670,6356932,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py",1481,0,"",python,selection_command +1671,6358458,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py",0,0,"",python,tab +1672,6358458,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py",29044,0,"",python,selection_command +1673,6362640,"TERMINAL",0,0,"srun: error: hai004: task 1: Aborted (core dumped)\r\n",,terminal_output +1674,6365679,"TERMINAL",0,0,"srun: error: hai004: task 0: Aborted (core dumped)\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1675,6369753,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1676,6369810,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1677,6374012,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1678,6374555,"experiments/dynamics_grain_tok_restore.sh",186,0,"",shellscript,selection_command +1679,6374807,"experiments/dynamics_grain_tok_restore.sh",227,0,"",shellscript,selection_command +1680,6374910,"experiments/dynamics_grain_tok_restore.sh",298,0,"",shellscript,selection_command +1681,6374910,"experiments/dynamics_grain_tok_restore.sh",375,0,"",shellscript,selection_command +1682,6374910,"experiments/dynamics_grain_tok_restore.sh",376,0,"",shellscript,selection_command +1683,6374935,"experiments/dynamics_grain_tok_restore.sh",420,0,"",shellscript,selection_command +1684,6375134,"experiments/dynamics_grain_tok_restore.sh",446,0,"",shellscript,selection_command +1685,6375961,"experiments/dynamics_grain_tok_restore.sh",451,0,"",shellscript,selection_command +1686,6377460,"experiments/dynamics_grain_tok_restore.sh",451,0,"i",shellscript,content +1687,6377461,"experiments/dynamics_grain_tok_restore.sh",452,0,"",shellscript,selection_keyboard +1688,6377604,"experiments/dynamics_grain_tok_restore.sh",451,0,"",shellscript,selection_command +1689,6377820,"experiments/dynamics_grain_tok_restore.sh",457,0,"",shellscript,selection_command +1690,6377967,"experiments/dynamics_grain_tok_restore.sh",472,0,"",shellscript,selection_command +1691,6378154,"experiments/dynamics_grain_tok_restore.sh",473,0,"",shellscript,selection_command +1692,6378758,"experiments/dynamics_grain_tok_restore.sh",474,0,"",shellscript,selection_command +1693,6378905,"experiments/dynamics_grain_tok_restore.sh",475,0,"",shellscript,selection_command +1694,6379419,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +1695,6379435,"experiments/dynamics_grain_tok_restore.sh",476,0," ",shellscript,content +1696,6379435,"experiments/dynamics_grain_tok_restore.sh",477,0,"",shellscript,selection_keyboard +1697,6381786,"experiments/dynamics_grain_tok_restore.sh",477,0,"-",shellscript,content +1698,6381786,"experiments/dynamics_grain_tok_restore.sh",478,0,"",shellscript,selection_keyboard +1699,6381881,"experiments/dynamics_grain_tok_restore.sh",478,0,"-",shellscript,content +1700,6381882,"experiments/dynamics_grain_tok_restore.sh",479,0,"",shellscript,selection_keyboard +1701,6381996,"experiments/dynamics_grain_tok_restore.sh",478,0,"",shellscript,selection_command +1702,6382313,"experiments/dynamics_grain_tok_restore.sh",477,0,"",shellscript,selection_command +1703,6382480,"experiments/dynamics_grain_tok_restore.sh",474,0,"",shellscript,selection_command +1704,6382610,"experiments/dynamics_grain_tok_restore.sh",473,0,"",shellscript,selection_command +1705,6382760,"experiments/dynamics_grain_tok_restore.sh",459,0,"",shellscript,selection_command +1706,6382896,"experiments/dynamics_grain_tok_restore.sh",451,0,"",shellscript,selection_command +1707,6383072,"experiments/dynamics_grain_tok_restore.sh",446,0,"",shellscript,selection_command +1708,6383410,"experiments/dynamics_grain_tok_restore.sh",449,0,"",shellscript,selection_command +1709,6383912,"experiments/dynamics_grain_tok_restore.sh",457,0,"",shellscript,selection_command +1710,6384384,"experiments/dynamics_grain_tok_restore.sh",472,0,"",shellscript,selection_command +1711,6384444,"experiments/dynamics_grain_tok_restore.sh",473,0,"",shellscript,selection_command +1712,6384600,"experiments/dynamics_grain_tok_restore.sh",473,0," ",shellscript,content +1713,6384600,"experiments/dynamics_grain_tok_restore.sh",474,0,"",shellscript,selection_keyboard +1714,6385205,"experiments/dynamics_grain_tok_restore.sh",473,1,"",shellscript,content +1715,6385432,"experiments/dynamics_grain_tok_restore.sh",472,0,"",shellscript,selection_command +1716,6387994,"TERMINAL",0,0,"exit",,terminal_output +1717,6388669,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1718,6388896,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1719,6399534,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +1720,6409315,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1721,6414050,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +1722,6415032,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1723,6417146,"TERMINAL",0,0,"---------------------------------------------------------------------------\r\nValueError Traceback (most recent call last)\r\nFile /fast/home/franz.srambical/jafar/train_dynamics.py:347\r\n 344 print(f""Restored dataloader and model state from step {step}"")\r\n 345 else:\r\n 346 # Restore from pre-trained tokenizer (and LAM)\r\n--> 347 optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\r\n 348 # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\r\n 349 # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\r\n 350 # but the first full restore will fail due to nnx not initializing the module when\r\n 351 # dropout is set to 0.0.\r\n 352 del optimizer.model.tokenizer.vq.drop\r\n\r\nFile /fast/home/franz.srambical/jafar/genie.py:469, in restore_genie_components(optimizer, sharding, rng, args)\r\n 465 dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\r\n 466 abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\r\n 467 dummy_tokenizer_optimizer_state, sharding\r\n 468 )\r\n--> 469 restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n 470  step=tokenizer_checkpoint_manager.latest_step(),\r\n 471  args=ocp.args.Composite(\r\n 472  model_state=ocp.args.PyTreeRestore( # type: ignore\r\n 473  abstract_sharded_tokenizer_optimizer_state # type: ignore\r\n 474  ),\r\n 475  ),\r\n 476 )[""model_state""]\r\n 477 nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\r\n 478 model.tokenizer = dummy_tokenizer_optimizer.model\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py:1647, in CheckpointManager.restore(self, step, items, restore_kwargs, directory, args)\r\n 1645 restore_directory = self._get_read_step_directory(step, directory)\r\n 1646 step_stats.checkpointer_start_time = time.time()\r\n-> 1647 restored = self._checkpointer.restore(restore_directory, args=args)\r\n 1648 step_stats.checkpointer_duration_secs = (\r\n 1649 time.time() - step_stats.checkpointer_start_time\r\n 1650 )\r\n 1652 step_stats.checkpoint_manager_duration_secs = (\r\n 1653 time.time() - step_stats.checkpoint_manager_start_time\r\n 1654 )\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py:562, in AsyncCheckpointer.restore(self, directory, *args, **kwargs)\r\n 560 """"""See superclass documentation.""""""\r\n 561 self.wait_until_finished()\r\n--> 562 return super().restore(directory, *args, **kwargs)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py:304, in Checkpointer.restore(self, directory, *args, **kwargs)\r\n 302 logging.info('Restoring checkpoint from %s.', directory)\r\n 303 ckpt_args = construct_checkpoint_args(self._handler, False, *args, **kwargs)\r\n--> 304 restored = self._restore(directory, args=ckpt_args)\r\n 305 multihost.sync_global_processes(\r\n 306 multihost.unique_barrier_key(\r\n 307 'Checkpointer:restore',\r\n (...)\r\n 310 processes=self._active_processes,\r\n 311 )\r\n 312 restore_duration_secs = time.time() - restore_start_time\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py:323, in Checkpointer._restore(self, directory, args)\r\n 320 def _restore(\r\n 321 self, directory: epath.PathLike, args: checkpoint_args.CheckpointArgs\r\n 322 ) -> Any:\r\n--> 323 return self._handler.restore(directory, args=args)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py:859, in CompositeCheckpointHandler.restore(self, directory, args)\r\n 854 raise KeyError(\r\n 855 f'Item ""{item_name}"" was not found in the checkpoint. Available'\r\n 856 f' items: {existing_items}'\r\n 857 )\r\n 858 handler = self._get_or_set_handler(item_name, arg)\r\n--> 859 restored[item_name] = handler.restore(\r\n 860  self._get_item_directory(directory, item_name), args=arg\r\n 861  )\r\n 862 return CompositeResults(**restored)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py:816, in PyTreeCheckpointHandler.restore(self, directory, item, restore_args, transforms, transforms_default_to_original, legacy_transform_fn, args)\r\n 805 if (\r\n 806 (directory / PYTREE_METADATA_FILE).exists()\r\n 807 and can_ignore_aggregate_file\r\n 808 and transforms is None\r\n 809 and legacy_transform_fn is None\r\n 810 ):\r\n 811 args = BasePyTreeRestoreArgs(\r\n 812 item,\r\n 813 restore_args=restore_args,\r\n 814 partial_restore=args.partial_restore,\r\n 815 )\r\n--> 816 return self._handler_impl.restore(directory, args=args)\r\n 818 logging.vlog(1, 'directory=%s, restore_args=%s', directory, restore_args)\r\n 819 if not directory.exists():\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py:815, in BasePyTreeCheckpointHandler.restore(self, directory, args)\r\n 807 param_infos = self._get_param_infos(\r\n 808 item=value_metadata_tree,\r\n 809 directory=directory,\r\n (...)\r\n 812 raise_array_data_missing_error=raise_array_data_missing_error,\r\n 813 )\r\n 814 # Begin restore.\r\n--> 815 tree_memory_size, restored_item = asyncio_utils.run_sync(\r\n 816  self._maybe_deserialize(\r\n 817  item, value_metadata_tree, param_infos, restore_args\r\n 818  )\r\n 819 )\r\n 821 if logging.vlog_is_on(1):\r\n 822 logging.vlog(1, 'param_infos: %s', param_infos)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py:50, in run_sync(coro, enable_nest_asyncio)\r\n 48 except RuntimeError:\r\n 49 pass\r\n---> 50 return asyncio.run(coro)\r\n\r\nFile ~/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py:44, in run(main, debug)\r\n 42 if debug is not None:\r\n 43 loop.set_debug(debug)\r\n---> 44 return loop.run_until_complete(main)\r\n 45 finally:\r\n 46 try:\r\n\r\nFile ~/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py:649, in BaseEventLoop.run_until_complete(self, future)\r\n 646 if not future.done():\r\n 647 raise RuntimeError('Event loop stopped before Future completed.')\r\n--> 649 return future.result()\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py:632, in BasePyTreeCheckpointHandler._maybe_deserialize(self, item, metadata, param_infos, restore_args)\r\n 628 for request in batch_requests:\r\n 629 deserialized_batches_ops.append(\r\n 630 request.handler.deserialize(request.infos, request.args)\r\n 631 )\r\n--> 632 deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\r\n 634 tree_memory_size = 0\r\n 635 flat_restored = {}\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1319, in ArrayHandler.deserialize(self, infos, args)\r\n 1313 if self._array_metadata_store is not None:\r\n 1314 deserialize_ops.append(\r\n 1315 self._array_metadata_store.read(\r\n 1316 checkpoint_dir=infos[0].parent_dir,\r\n 1317 )\r\n 1318 )\r\n-> 1319 *ret, array_metadatas = await asyncio.gather(*deserialize_ops)\r\n 1321 if array_metadatas:\r\n 1322 ret = self._parse_array_metadatas(array_metadatas, infos, ret)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py:555, in async_deserialize(user_sharding, tensorstore_spec, global_shape, dtype, byte_limiter, context, assume_metadata, strict)\r\n 553 global_shape = tuple(t.shape if global_shape is None else global_shape)\r\n 554 new_shard_shape = sharding.shard_shape(global_shape)\r\n--> 555 return await read_and_create_array(\r\n 556 t,\r\n 557 global_shape=global_shape,\r\n 558 new_shard_shape=new_shard_shape,\r\n 559 sharding=sharding,\r\n 560 dtype=dtype,\r\n 561 byte_limiter=byte_limiter,\r\n 562 strict=strict,\r\n 563 dll=dll,\r\n 564 )\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py:510, in read_and_create_array(t, global_shape, new_shard_shape, sharding, dtype, byte_limiter, strict, dll)\r\n 494 read_array_coros = [\r\n 495 _read_array_index_and_device_put(\r\n 496 devices,\r\n (...)\r\n 507 for idx, devices in local_indices_devices_map.items()\r\n 508 ]\r\n 509 dbs = sum(await asyncio.gather(*read_array_coros), [])\r\n--> 510 return jax.make_array_from_single_device_arrays(global_shape, sharding, dbs)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py:1068, in make_array_from_single_device_arrays(shape, sharding, arrays, dtype)\r\n 1024 r""""""Returns a ``jax.Array`` from a sequence of ``jax.Array``\s each on a single device.\r\n 1025  Every device in input ``sharding``\'s mesh must have an array in ``arrays``\s.\r\n 1026 \r\n (...)\r\n 1065 jax.Array, use ``jax.make_array_from_process_local_data``.\r\n 1066 """"""\r\n 1067 if isinstance(arrays, Sequence):\r\n-> 1068 dtype = _get_and_check_dtype(\r\n 1069  arrays, dtype, ""make_array_from_single_device_arrays"")\r\n 1071 # All input arrays should be committed. Checking it is expensive on\r\n 1072 # single-controller systems.\r\n 1073 aval = core.update_aval_with_sharding(\r\n 1074 core.ShapedArray(shape, dtype, weak_type=False), sharding)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/array.py:700, in _get_and_check_dtype(arrays, dtype, fname)\r\n 698 else:\r\n 699 if not config.enable_empty_arrays.value:\r\n--> 700 raise ValueError(\r\n 701 f""Building an Array with no addressable shards with `jax.{fname}` is ""\r\n 702 ""supported only if `jax.config.enable_empty_arrays` is set to True.""\r\n 703 )\r\n 704 if dtype is None:\r\n 705 raise ValueError(\r\n 706 ""If the Array has no addressable shards, `dtype` must be provided ""\r\n 707 f""via the `dtype` argument to `jax.{fname}`."")\r\n\r\nValueError: Building an Array with no addressable shards with `jax.make_array_from_single_device_arrays` is supported only if `jax.config.enable_empty_arrays` is set to True.\r\n",,terminal_output +1724,6462861,"TERMINAL",0,0,"u",,terminal_output +1725,6463296,"TERMINAL",0,0,"\r\n",,terminal_output +1726,6481423,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14996.1 tasks 0-1: running\r\n",,terminal_output +1727,6481592,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14996.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:45:46.353] error: *** STEP 14996.1 ON hai004 CANCELLED AT 2025-08-05T17:45:46 DUE to SIGNAL Killed ***\r\n",,terminal_output +1728,6482139,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14996.1\r\nsrun: job abort in progress\r\n",,terminal_output +1729,6482442,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1730,6486771,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1731,6486948,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1732,6546965,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_type: str = ""maskgit"" # supported options: maskgit, causal\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n gt = jnp.asarray(inputs[""videos""], dtype=jnp.float32) / 255.0\n inputs[""videos""] = gt.astype(args.dtype)\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = gt.clip(0, 1).reshape(-1, *gt.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n del genie\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(optimizer.model, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +1733,6547720,"train_dynamics.py",7972,0,"",python,selection_command +1734,6549857,"train_tokenizer.py",0,0,"",python,tab +1735,6554308,"train_dynamics.py",0,0,"",python,tab +1736,6557174,"train_dynamics.py",11598,0,"",python,selection_command +1737,6557743,"genie.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n step_t,\n )\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n updated_token_idxs_BSN = final_carry_causal[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +1738,6557744,"genie.py",17458,0,"",python,selection_command +1739,6559669,"genie.py",17613,0,"",python,selection_command +1740,6560914,"genie.py",18643,0,"",python,selection_command +1741,6561213,"genie.py",19062,0,"",python,selection_command +1742,6566954,"genie.py",19056,0,"",python,selection_command +1743,6567090,"genie.py",19006,0,"",python,selection_command +1744,6567225,"genie.py",18924,0,"",python,selection_command +1745,6567360,"genie.py",18849,0,"",python,selection_command +1746,6569053,"genie.py",18881,0,"",python,selection_command +1747,6570728,"genie.py",18956,0,"",python,selection_command +1748,6570833,"genie.py",18967,0,"",python,selection_command +1749,6571018,"genie.py",18969,0,"",python,selection_command +1750,6647207,"genie.py",18924,0,"",python,selection_command +1751,6947808,"genie.py",18967,0,"",python,selection_command +1752,6947965,"genie.py",18969,0,"",python,selection_command +1753,6948155,"genie.py",19000,0,"",python,selection_command +1754,6948488,"genie.py",18969,0,"",python,selection_command +1755,7005408,"genie.py",19566,0,"",python,selection_command +1756,7005601,"genie.py",19571,0,"",python,selection_command +1757,7006079,"genie.py",19566,0,"",python,selection_command +1758,7006324,"genie.py",19529,0,"",python,selection_command +1759,7006462,"genie.py",19475,0,"",python,selection_command +1760,7006462,"genie.py",19401,0,"",python,selection_command +1761,7006463,"genie.py",19380,0,"",python,selection_command +1762,7006464,"genie.py",19369,0,"",python,selection_command +1763,7006483,"genie.py",19354,0,"",python,selection_command +1764,7006535,"genie.py",19279,0,"",python,selection_command +1765,7006620,"genie.py",19215,0,"",python,selection_command +1766,7006621,"genie.py",19182,0,"",python,selection_command +1767,7006621,"genie.py",19125,0,"",python,selection_command +1768,7006648,"genie.py",19062,0,"",python,selection_command +1769,7006745,"genie.py",19056,0,"",python,selection_command +1770,7006746,"genie.py",19006,0,"",python,selection_command +1771,7006919,"genie.py",18924,0,"",python,selection_command +1772,7007123,"genie.py",18920,0,"",python,selection_command +1773,7007183,"genie.py",18924,0,"",python,selection_command +1774,7010591,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1775,7010689,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1776,7010944,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1777,7011307,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ \r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1778,7012127,"genie.py",18919,0,"",python,selection_mouse +1779,7012127,"genie.py",18918,0,"",python,selection_command +1780,7019459,"genie.py",18845,0,"",python,selection_command +1781,7019814,"genie.py",18849,0,"",python,selection_command +1782,7028064,"genie.py",18924,0,"",python,selection_command +1783,7028175,"genie.py",19006,0,"",python,selection_command +1784,7028340,"genie.py",19056,0,"",python,selection_command +1785,7028578,"genie.py",19057,0,"\n ",python,content +1786,7028728,"genie.py",19062,0,"b",python,content +1787,7028728,"genie.py",19063,0,"",python,selection_keyboard +1788,7028817,"genie.py",19063,0,"r",python,content +1789,7028817,"genie.py",19064,0,"",python,selection_keyboard +1790,7028882,"genie.py",19064,0,"e",python,content +1791,7028882,"genie.py",19065,0,"",python,selection_keyboard +1792,7028917,"genie.py",19065,0,"a",python,content +1793,7028918,"genie.py",19066,0,"",python,selection_keyboard +1794,7028941,"genie.py",19066,0,"k",python,content +1795,7028942,"genie.py",19067,0,"",python,selection_keyboard +1796,7029152,"genie.py",19067,0,"p",python,content +1797,7029153,"genie.py",19068,0,"",python,selection_keyboard +1798,7029195,"genie.py",19068,0,"o",python,content +1799,7029196,"genie.py",19069,0,"",python,selection_keyboard +1800,7029252,"genie.py",19069,0,"i",python,content +1801,7029252,"genie.py",19070,0,"",python,selection_keyboard +1802,7029283,"genie.py",19070,0,"n",python,content +1803,7029284,"genie.py",19071,0,"",python,selection_keyboard +1804,7029351,"genie.py",19071,0,"t",python,content +1805,7029352,"genie.py",19072,0,"",python,selection_keyboard +1806,7029610,"genie.py",19072,0,"()",python,content +1807,7029610,"genie.py",19073,0,"",python,selection_keyboard +1808,7029684,"genie.py",19073,1,")",python,content +1809,7029684,"genie.py",19074,0,"",python,selection_keyboard +1810,7029877,"genie.py",19073,0,"",python,selection_command +1811,7036986,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1812,7037506,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1813,7040064,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14996.2 tasks 0-1: running\r\n",,terminal_output +1814,7040240,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14996.2\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:55:04.919] error: *** STEP 14996.2 ON hai004 CANCELLED AT 2025-08-05T17:55:04 DUE to SIGNAL Killed ***\r\n",,terminal_output +1815,7040383,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1816,7069802,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1817,7070848,"experiments/dynamics_grain_tok_restore.sh",446,0,"",shellscript,selection_command +1818,7070972,"experiments/dynamics_grain_tok_restore.sh",451,0,"",shellscript,selection_command +1819,7071710,"experiments/dynamics_grain_tok_restore.sh",451,0,"-",shellscript,content +1820,7071711,"experiments/dynamics_grain_tok_restore.sh",452,0,"",shellscript,selection_keyboard +1821,7071897,"experiments/dynamics_grain_tok_restore.sh",452,0,"-",shellscript,content +1822,7071897,"experiments/dynamics_grain_tok_restore.sh",453,0,"",shellscript,selection_keyboard +1823,7071992,"experiments/dynamics_grain_tok_restore.sh",453,0,"p",shellscript,content +1824,7071993,"experiments/dynamics_grain_tok_restore.sh",454,0,"",shellscript,selection_keyboard +1825,7072423,"experiments/dynamics_grain_tok_restore.sh",453,1,"",shellscript,content +1826,7072470,"experiments/dynamics_grain_tok_restore.sh",452,1,"",shellscript,content +1827,7072620,"experiments/dynamics_grain_tok_restore.sh",451,1,"",shellscript,content +1828,7072946,"experiments/dynamics_grain_tok_restore.sh",450,0,"",shellscript,selection_command +1829,7073059,"experiments/dynamics_grain_tok_restore.sh",457,0,"",shellscript,selection_command +1830,7073274,"experiments/dynamics_grain_tok_restore.sh",458,0,"",shellscript,selection_command +1831,7073501,"experiments/dynamics_grain_tok_restore.sh",458,0," ",shellscript,content +1832,7073501,"experiments/dynamics_grain_tok_restore.sh",459,0,"",shellscript,selection_keyboard +1833,7073657,"experiments/dynamics_grain_tok_restore.sh",459,0,"-",shellscript,content +1834,7073657,"experiments/dynamics_grain_tok_restore.sh",460,0,"",shellscript,selection_keyboard +1835,7073799,"experiments/dynamics_grain_tok_restore.sh",460,0,"-",shellscript,content +1836,7073799,"experiments/dynamics_grain_tok_restore.sh",461,0,"",shellscript,selection_keyboard +1837,7073994,"experiments/dynamics_grain_tok_restore.sh",461,0,"p",shellscript,content +1838,7073994,"experiments/dynamics_grain_tok_restore.sh",462,0,"",shellscript,selection_keyboard +1839,7074232,"experiments/dynamics_grain_tok_restore.sh",462,0,"d",shellscript,content +1840,7074233,"experiments/dynamics_grain_tok_restore.sh",463,0,"",shellscript,selection_keyboard +1841,7074323,"experiments/dynamics_grain_tok_restore.sh",463,0,"b",shellscript,content +1842,7074323,"experiments/dynamics_grain_tok_restore.sh",464,0,"",shellscript,selection_keyboard +1843,7074519,"experiments/dynamics_grain_tok_restore.sh",463,0,"",shellscript,selection_command +1844,7075753,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1845,7076177,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1846,7079885,"train_dynamics.py",0,0,"",python,tab +1847,7082881,"genie.py",0,0,"",python,tab +1848,7082881,"genie.py",17458,0,"",python,selection_command +1849,7084520,"genie.py",19240,0,"",python,selection_command +1850,7085368,"genie.py",21330,0,"",python,selection_command +1851,7086190,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +1852,7086575,"genie.py",19240,0,"",python,selection_command +1853,7096042,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1854,7096096,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1855,7100546,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +1856,7101428,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/genie.py(470)restore_genie_components()\r\n-> restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n> /fast/home/franz.srambical/jafar/genie.py(470)restore_genie_components()\r\n-> restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n",,terminal_output +1857,7109024,"TERMINAL",0,0,"n",,terminal_output +1858,7109147,"TERMINAL",0,0,"n",,terminal_output +1859,7109200,"TERMINAL",0,0,"x",,terminal_output +1860,7109368,"TERMINAL",0,0,".",,terminal_output +1861,7109735,"TERMINAL",0,0,"d",,terminal_output +1862,7109798,"TERMINAL",0,0,"i",,terminal_output +1863,7109934,"TERMINAL",0,0,"s",,terminal_output +1864,7110017,"TERMINAL",0,0,"p",,terminal_output +1865,7110186,"TERMINAL",0,0,"l",,terminal_output +1866,7110248,"TERMINAL",0,0,"a",,terminal_output +1867,7110369,"TERMINAL",0,0,"y",,terminal_output +1868,7110553,"TERMINAL",0,0,"(",,terminal_output +1869,7111521,"TERMINAL",0,0,"a",,terminal_output +1870,7111606,"TERMINAL",0,0,"b",,terminal_output +1871,7111706,"TERMINAL",0,0,"s",,terminal_output +1872,7111819,"TERMINAL",0,0,"t",,terminal_output +1873,7112021,"TERMINAL",0,0,"ra",,terminal_output +1874,7112159,"TERMINAL",0,0,"c",,terminal_output +1875,7112368,"TERMINAL",0,0,"t",,terminal_output +1876,7112791,"TERMINAL",0,0,"_",,terminal_output +1877,7112992,"TERMINAL",0,0,"\t",,terminal_output +1878,7113464,"TERMINAL",0,0,"",,terminal_output +1879,7116029,"TERMINAL",0,0,"s",,terminal_output +1880,7116154,"TERMINAL",0,0,"h",,terminal_output +1881,7116220,"TERMINAL",0,0,"a",,terminal_output +1882,7116287,"TERMINAL",0,0,"r",,terminal_output +1883,7116425,"TERMINAL",0,0,"d",,terminal_output +1884,7117005,"TERMINAL",0,0,"e",,terminal_output +1885,7117164,"TERMINAL",0,0,"d",,terminal_output +1886,7117509,"TERMINAL",0,0,"_",,terminal_output +1887,7118306,"TERMINAL",0,0,"tok",,terminal_output +1888,7118391,"TERMINAL",0,0,"e",,terminal_output +1889,7118507,"TERMINAL",0,0,"ni",,terminal_output +1890,7118591,"TERMINAL",0,0,"z",,terminal_output +1891,7118743,"TERMINAL",0,0,"e",,terminal_output +1892,7118972,"TERMINAL",0,0,"r",,terminal_output +1893,7119194,"TERMINAL",0,0,"_",,terminal_output +1894,7119332,"TERMINAL",0,0,"op",,terminal_output +1895,7119510,"TERMINAL",0,0,"t",,terminal_output +1896,7119688,"TERMINAL",0,0,"im",,terminal_output +1897,7119777,"TERMINAL",0,0,"izer",,terminal_output +1898,7120092,"TERMINAL",0,0,"_",,terminal_output +1899,7120269,"TERMINAL",0,0,"s",,terminal_output +1900,7120446,"TERMINAL",0,0,"ta",,terminal_output +1901,7120624,"TERMINAL",0,0,"te",,terminal_output +1902,7120752,"TERMINAL",0,0,")",,terminal_output +1903,7121150,"TERMINAL",0,0,"\r\n",,terminal_output +1904,7124728,"TERMINAL",0,0,"(Pdb) \r\n(Pdb) \r\n",,terminal_output +1905,7292715,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14996.3 tasks 0-1: running\r\n",,terminal_output +1906,7292872,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14996.3\r\nsrun: forcing job termination\r\n(Pdb) --KeyboardInterrupt--\r\n(Pdb) --KeyboardInterrupt--\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-08-05T17:59:17.637] error: *** STEP 14996.3 ON hai004 CANCELLED AT 2025-08-05T17:59:17 DUE to SIGNAL Killed ***\r\n",,terminal_output +1907,7292966,"TERMINAL",0,0,"(Pdb) ",,terminal_output +1908,7293360,"TERMINAL",0,0,"^C(Pdb) srun: sending Ctrl-C to StepId=14996.3\r\nsrun: job abort in progress\r\n",,terminal_output +1909,7293654,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1910,7294028,"TERMINAL",0,0,"q",,terminal_output +1911,7294249,"TERMINAL",0,0,"uit",,terminal_output +1912,7294986,"TERMINAL",0,0,"",,terminal_output +1913,7295299,"TERMINAL",0,0,"",,terminal_output +1914,7295476,"TERMINAL",0,0,"",,terminal_output +1915,7295654,"TERMINAL",0,0,"",,terminal_output +1916,7296843,"train_dynamics.py",0,0,"",python,tab +1917,7297944,"genie.py",0,0,"",python,tab +1918,7298784,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1919,7299347,"experiments/dynamics_grain_tok_restore.sh",461,0,"",shellscript,selection_command +1920,7299534,"experiments/dynamics_grain_tok_restore.sh",459,0,"",shellscript,selection_command +1921,7299661,"experiments/dynamics_grain_tok_restore.sh",451,0,"",shellscript,selection_command +1922,7300123,"experiments/dynamics_grain_tok_restore.sh",451,1,"",shellscript,content +1923,7300286,"experiments/dynamics_grain_tok_restore.sh",458,0,"",shellscript,selection_command +1924,7300561,"experiments/dynamics_grain_tok_restore.sh",458,1,"-",shellscript,selection_command +1925,7300616,"experiments/dynamics_grain_tok_restore.sh",458,2,"--",shellscript,selection_command +1926,7300761,"experiments/dynamics_grain_tok_restore.sh",458,5,"--pdb",shellscript,selection_command +1927,7301080,"experiments/dynamics_grain_tok_restore.sh",458,6,"--pdb ",shellscript,selection_command +1928,7301196,"experiments/dynamics_grain_tok_restore.sh",458,6,"",shellscript,content +1929,7301377,"experiments/dynamics_grain_tok_restore.sh",472,0,"",shellscript,selection_command +1930,7301534,"experiments/dynamics_grain_tok_restore.sh",473,0,"",shellscript,selection_command +1931,7301731,"experiments/dynamics_grain_tok_restore.sh",476,0,"",shellscript,selection_command +1932,7302039,"experiments/dynamics_grain_tok_restore.sh",476,1,"-",shellscript,selection_command +1933,7302081,"experiments/dynamics_grain_tok_restore.sh",476,2,"--",shellscript,selection_command +1934,7302227,"experiments/dynamics_grain_tok_restore.sh",476,3,"-- ",shellscript,selection_command +1935,7302330,"experiments/dynamics_grain_tok_restore.sh",476,3,"",shellscript,content +1936,7303621,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1937,7304230,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1938,7315304,"TERMINAL",0,0,"Running on 2 devices.\r\nRunning on 2 devices.\r\n",,terminal_output +1939,7325124,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +1940,7329634,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\nWARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +1941,7330468,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/genie.py(470)restore_genie_components()\r\n-> restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n> /fast/home/franz.srambical/jafar/genie.py(470)restore_genie_components()\r\n-> restored_tokenizer = tokenizer_checkpoint_manager.restore(\r\n",,terminal_output +1942,7332563,"TERMINAL",0,0,"nnx.display(abstract_sharded_tokenizer_optimizer_state)",,terminal_output +1943,7333041,"TERMINAL",0,0,"\r\n",,terminal_output +1944,7333246,"TERMINAL",0,0,"(Pdb) State({\r\n 'model': {\r\n 'decoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n(Pdb) State({\r\n 'model': {\r\n 'decoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 32 (128 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 48), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'encoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 32 (128 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 48), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'encoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 48 (192 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'vq': {\r\n 'codebook': VariableState( # 32,768 (131.1 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(1024, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'drop': {\r\n 'rngs': {\r\n 'default': {\r\n 'count': VariableState( # 1 (4 B)\r\n type=RngCount,\r\n value=ShapeDtypeStruct(shape=(), dtype=uint32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n tag='default'\r\n ),\r\n 'key': VariableState( # 1 (8 B)\r\n type=RngKey,\r\n value=ShapeDtypeStruct(shape=(), dtype=key, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n tag='default'\r\n )\r\n }\r\n }\r\n }\r\n }\r\n },\r\n 'opt_state': {\r\n 0: {\r\n 'count': VariableState( # 1 (4 B)\r\n type=OptArray,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n value=ShapeDtypeStruct(shape=(), dtype=int32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'mu': {\r\n 'decoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (32.8 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 32 (64 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 32 (64 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 48 (96 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (49.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 48), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'encoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'spatial_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'temporal_pos_enc': {\r\n 'pe': VariableState( # 2,560,000 (10.2 MB)\r\n type=Variable,\r\n value=ShapeDtypeStruct(shape=(5000, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 48 (192 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(512, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'vq': {\r\n 'codebook': VariableState( # 32,768 (131.1 KB)\r\n type=Param,\r\n value=ShapeDtypeStruct(shape=(1024, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'drop': {\r\n 'rngs': {\r\n 'default': {\r\n 'count': VariableState( # 1 (4 B)\r\n type=RngCount,\r\n value=ShapeDtypeStruct(shape=(), dtype=uint32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n tag='default'\r\n ),\r\n 'key': VariableState( # 1 (8 B)\r\n type=RngKey,\r\n value=ShapeDtypeStruct(shape=(), dtype=key, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n tag='default'\r\n )\r\n }\r\n }\r\n }\r\n }\r\n },\r\n 'opt_state': {\r\n 0: {\r\n 'count': VariableState( # 1 (4 B)\r\n type=OptArray,\r\n value=ShapeDtypeStruct(shape=(), dtype=int32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n ),\r\n 'mu': {\r\n 'decoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (32.8 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 32 (64 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 32 (64 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 48 (96 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (49.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 48), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'encoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (4.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n",,terminal_output +1945,7333405,"TERMINAL",0,0," 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (49.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 48 (96 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 48 (96 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 32 (64 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (32.8 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 32), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'vq': {\r\n 'codebook': VariableState( # 32,768 (65.5 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(1024, 32), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'nu': {\r\n 'decoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 32 (128 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 48), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'encoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 48 (192 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'vq': {\r\n 'codebook': VariableState( # 32,768 (131.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(1024, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 2: {\r\n 'count': VariableState( # 1 (4 B)\r\n type=OptArray,\r\n value=ShapeDtypeStruct(shape=(), dtype=int32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'step': VariableState( # 1 (4 B)\r\n type=OptState,\r\n value=ShapeDtypeStruct(shape=(), dtype=uint32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n})\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (49.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48, 512), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 48 (96 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 48 (96 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (1.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 32 (64 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (32.8 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 32), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'vq': {\r\n 'codebook': VariableState( # 32,768 (65.5 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(1024, 32), dtype=bfloat16, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'nu': {\r\n 'decoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 32 (128 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 48), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'encoder': {\r\n 'blocks': {\r\n 0: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 1: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 2: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 3: {\r\n 'ffn_dense1': {\r\n 'bias': VariableState( # 2,048 (8.2 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 2048), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_dense2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 1,048,576 (4.2 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(2048, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'ffn_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'spatial_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'spatial_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'temporal_attention': {\r\n 'key': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'out': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'query': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'value': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 262,144 (1.0 MB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'temporal_norm': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 'input_dense': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 24,576 (98.3 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48, 512), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm1': {\r\n 'bias': VariableState( # 48 (192 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 48 (192 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(48,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'input_norm2': {\r\n 'bias': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'scale': VariableState( # 512 (2.0 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n },\r\n 'output_dense': {\r\n 'bias': VariableState( # 32 (128 B)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(32,), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n ),\r\n 'kernel': VariableState( # 16,384 (65.5 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(512, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n },\r\n 'vq': {\r\n 'codebook': VariableState( # 32,768 (131.1 KB)\r\n type=OptVariable,\r\n value=ShapeDtypeStruct(shape=(1024, 32), dtype=float32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device)),\r\n source_type=Param\r\n )\r\n }\r\n }\r\n },\r\n 2: {\r\n 'count': VariableState( # 1 (4 B)\r\n type=OptArray,\r\n value=ShapeDtypeStruct(shape=(), dtype=int32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n }\r\n },\r\n 'step': VariableState( # 1 (4 B)\r\n type=OptState,\r\n value=ShapeDtypeStruct(shape=(), dtype=uint32, sharding=NamedSharding(mesh=Mesh('data': 2, axis_types=(Auto,)), spec=PartitionSpec(), memory_kind=device))\r\n )\r\n})\r\n",,terminal_output +1946,7494351,"genie.py",0,0,"",python,tab +1947,7497025,"genie.py",19207,0,"",python,selection_command +1948,7497263,"genie.py",19150,0,"",python,selection_command +1949,7497293,"genie.py",19087,0,"",python,selection_command +1950,7497321,"genie.py",19070,0,"",python,selection_command +1951,7592391,"genie.py",18948,0,"",python,selection_mouse +1952,7630956,"genie.py",19030,0,"",python,selection_command +1953,7631078,"genie.py",19041,0,"",python,selection_command +1954,7631220,"genie.py",19043,0,"",python,selection_command +1955,7633381,"genie.py",17518,0,"",python,selection_command +1956,7633653,"genie.py",17488,0,"",python,selection_command +1957,7633797,"genie.py",17458,0,"",python,selection_command +1958,7637080,"/fast/home/franz.srambical/jafar/train_dynamics.py",0,0,"",python,tab +1959,7637080,"/fast/home/franz.srambical/jafar/train_dynamics.py",11598,24,"restore_genie_components",python,selection_command +1960,7637266,"/fast/home/franz.srambical/jafar/train_dynamics.py",11621,0,"",python,selection_command +1961,7637688,"/fast/home/franz.srambical/jafar/train_dynamics.py",11622,0,"",python,selection_command +1962,7638030,"/fast/home/franz.srambical/jafar/train_dynamics.py",11623,0,"",python,selection_command +1963,7638030,"/fast/home/franz.srambical/jafar/train_dynamics.py",11632,0,"",python,selection_command +1964,7638276,"/fast/home/franz.srambical/jafar/train_dynamics.py",11634,0,"",python,selection_command +1965,7640279,"/fast/home/franz.srambical/jafar/train_dynamics.py",8168,0,"",python,selection_command +1966,7650254,"/fast/home/franz.srambical/jafar/train_dynamics.py",11634,0,"",python,selection_command +1967,7650477,"genie.py",0,0,"",python,tab +1968,7650477,"genie.py",17458,0,"",python,selection_command +1969,7651373,"genie.py",19043,0,"",python,selection_command +1970,7659126,"genie.py",18961,0,"",python,selection_command +1971,7660021,"genie.py",19308,0,"",python,selection_command +1972,7971778,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\nimport math\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_type: str = ""maskgit""\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=args.dyna_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n # FIXME (f.srambical): implement spatiotemporal KV caching and set decode=True\n decode=False,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n if args.dyna_type == ""maskgit"":\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n elif args.dyna_type == ""causal"":\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid_BSHWC = _sampling_fn(genie, batch)\n return generated_vid_BSHWC\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n gt_video = jnp.asarray(video_batch_BSHWC, dtype=jnp.float32) / 255.0\n video_batch_BSHWC = gt_video.astype(args.dtype)\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\n recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\n gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\n recon = recon_video_BSHWC.clip(0, 1).reshape(-1, *recon_video_BSHWC.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (gt_video * 255).astype(np.uint8)\n pred_videos = (recon_video_BSHWC * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *recon_video_BSHWC.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n B, S, _, _, _ = video_batch_BSHWC.shape\n action_batch_BSm11 = jnp.reshape(action_batch_E, (B, S-1, 1))\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_BSm11.shape[0]):\n action = action_batch_BSm11[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +1973,7972228,"sample.py",2987,0,"",python,selection_command +1974,7973065,"sample.py",1774,0,"",python,selection_command +1975,7977362,"sample.py",2987,0,"",python,selection_command +1976,8084192,"genie.py",0,0,"",python,tab +1977,8103567,"train_tokenizer.py",0,0,"",python,tab +1978,8105692,"train_tokenizer.py",13105,0,"",python,selection_command +1979,8107874,"train_tokenizer.py",13074,0,"",python,selection_command +1980,8108134,"train_tokenizer.py",13073,0,"",python,selection_command +1981,8108221,"train_tokenizer.py",13051,0,"",python,selection_command +1982,8108221,"train_tokenizer.py",13012,0,"",python,selection_command +1983,8108222,"train_tokenizer.py",12954,0,"",python,selection_command +1984,8108247,"train_tokenizer.py",12936,0,"",python,selection_command +1985,8108279,"train_tokenizer.py",12913,0,"",python,selection_command +1986,8108311,"train_tokenizer.py",12886,0,"",python,selection_command +1987,8108350,"train_tokenizer.py",12827,0,"",python,selection_command +1988,8108380,"train_tokenizer.py",12737,0,"",python,selection_command +1989,8108412,"train_tokenizer.py",12647,0,"",python,selection_command +1990,8109544,"train_tokenizer.py",12602,0,"",python,selection_command +1991,8109797,"train_tokenizer.py",12576,0,"",python,selection_command +1992,8109822,"train_tokenizer.py",12535,0,"",python,selection_command +1993,8109855,"train_tokenizer.py",12480,0,"",python,selection_command +1994,8110006,"train_tokenizer.py",12404,0,"",python,selection_command +1995,8110409,"train_tokenizer.py",12480,0,"",python,selection_command +1996,8318432,"train_tokenizer.py",12535,0,"",python,selection_command +1997,8334286,"train_tokenizer.py",12576,0,"",python,selection_command +1998,8334357,"train_tokenizer.py",12602,0,"",python,selection_command +1999,8334499,"train_tokenizer.py",12647,0,"",python,selection_command +2000,8334660,"train_tokenizer.py",12671,0,"",python,selection_command +2001,8334919,"train_tokenizer.py",12682,0,"",python,selection_command +2002,8334958,"train_tokenizer.py",12683,0,"",python,selection_command +2003,8334974,"train_tokenizer.py",12686,0,"",python,selection_command +2004,8335005,"train_tokenizer.py",12687,0,"",python,selection_command +2005,8335044,"train_tokenizer.py",12691,0,"",python,selection_command +2006,8335725,"train_tokenizer.py",12692,0,"",python,selection_command +2007,8336273,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""PyTreeCheckpointHandler class.\n\nImplementation of :py:class:`.CheckpointHandler` interface dealing with JAX\nPyTrees. Much of the underlying reading/writing logic for individual leaf types\ncan be customized, and is delegated to the :py:class:`.TypeHandler` class.\n""""""\n\nfrom __future__ import annotations\n\nimport asyncio\nimport dataclasses\nimport json\nimport re\nimport typing\nfrom typing import Any, Callable, Dict, List, Optional, Tuple, Union\n\nfrom absl import logging\nfrom etils import epath\nimport jax\nimport numpy as np\nfrom orbax.checkpoint import aggregate_handlers\nfrom orbax.checkpoint import checkpoint_args\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint import transform_utils\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint._src import asyncio_utils\nfrom orbax.checkpoint._src.futures import future\nfrom orbax.checkpoint._src.handlers import async_checkpoint_handler\nfrom orbax.checkpoint._src.handlers import base_pytree_checkpoint_handler\nfrom orbax.checkpoint._src.metadata import array_metadata_store as array_metadata_store_lib\nfrom orbax.checkpoint._src.metadata import empty_values\nfrom orbax.checkpoint._src.metadata import tree as tree_metadata\nfrom orbax.checkpoint._src.serialization import serialization\nfrom orbax.checkpoint._src.serialization import tensorstore_utils as ts_utils\nfrom orbax.checkpoint._src.serialization import type_handlers\nfrom orbax.checkpoint._src.tree import types as tree_types\nfrom orbax.checkpoint._src.tree import utils as tree_utils\nimport tensorstore as ts\n\n\nPyTree = Any\nTupleKey = Tuple[str, ...]\nRestoreArgs = type_handlers.RestoreArgs\nArrayRestoreArgs = type_handlers.ArrayRestoreArgs\nSaveArgs = type_handlers.SaveArgs\nParamInfo = type_handlers.ParamInfo\nTypeHandler = type_handlers.TypeHandler\nTypeHandlerRegistry = type_handlers.TypeHandlerRegistry\nAggregateHandler = aggregate_handlers.AggregateHandler\nMsgpackHandler = aggregate_handlers.MsgpackHandler\nLegacyTransformFn = Callable[[PyTree, PyTree, PyTree], Tuple[PyTree, PyTree]]\nTransform = transform_utils.Transform\nRestoreTransform = transform_utils.RestoreTransform\nCheckpointArgs = checkpoint_args.CheckpointArgs\nregister_with_handler = checkpoint_args.register_with_handler\n\nBasePyTreeCheckpointHandler = (\n base_pytree_checkpoint_handler.BasePyTreeCheckpointHandler\n)\nBasePyTreeSaveArgs = base_pytree_checkpoint_handler.BasePyTreeSaveArgs\nBasePyTreeRestoreArgs = base_pytree_checkpoint_handler.BasePyTreeRestoreArgs\nLimitInFlightBytes = base_pytree_checkpoint_handler.LimitInFlightBytes\nget_param_names = base_pytree_checkpoint_handler.get_param_names\n\nPYTREE_METADATA_FILE = base_pytree_checkpoint_handler.PYTREE_METADATA_FILE\n_CHECKPOINT_FILE = 'checkpoint'\n_METADATA_FILE = PYTREE_METADATA_FILE\nDEFAULT_CONCURRENT_GB = base_pytree_checkpoint_handler.DEFAULT_CONCURRENT_GB\n\n\ndef _maybe_set_default_restore_args(args):\n if isinstance(args, RestoreArgs):\n return args\n return RestoreArgs(restore_type=None)\n\n\ndef _try_array_cast(arr, dtype):\n if dtype is not None:\n if utils.is_scalar(arr):\n arr = np.asarray(arr).astype(dtype).item()\n else:\n if hasattr(arr, 'astype'):\n arr = arr.astype(dtype)\n return arr\n\n\ndef _maybe_shard_array(value, args):\n if hasattr(value, 'reshape') and isinstance(args, ArrayRestoreArgs):\n value = value.reshape(args.global_shape)\n sharding = args.sharding or jax.sharding.NamedSharding(\n args.mesh, args.mesh_axes\n )\n value = jax.make_array_from_callback(\n value.shape, sharding, lambda idx: value[idx]\n )\n return value\n\n\ndef _keystr(key: Tuple[Any, ...]) -> str:\n return '/'.join(key)\n\n\ndef _find_matching_input_args(\n input_key: TupleKey,\n flat_item: Dict[TupleKey, Any],\n flat_transforms: Dict[TupleKey, Transform],\n flat_restore_args: Dict[TupleKey, RestoreArgs],\n) -> Optional[RestoreArgs]:\n """"""Given an input_key, tries to find matching RestoreArgs for the input.\n\n Args:\n input_key: A key in the input tree.\n flat_item: The flattened, user-provided item.\n flat_transforms: Flattened transformations dict.\n flat_restore_args: Flattened tree of RestoreArgs, relative to item.\n\n Returns:\n RestoreArgs that match the given input_key, according to the\n transformations, or None if no match is found.\n """"""\n for transform_key, transform in flat_transforms.items():\n if transform.multi_value_fn is not None:\n if not isinstance(transform, RestoreTransform):\n raise ValueError(\n 'Must use RestoreTransform in order to use multi_value_fn'\n ' during restore.'\n )\n if transform.multi_value_fn_input_args is None:\n raise ValueError(\n '`multi_value_fn` was specified, but'\n ' `multi_value_fn_input_args` were not. The latter must be'\n ' specified to identify inputs for the function.'\n )\n for (\n input_key_regex,\n input_args,\n ) in transform.multi_value_fn_input_args.items():\n if re.fullmatch(input_key_regex, _keystr(input_key)):\n return input_args\n elif not transform.use_fallback:\n # The following is done to reverse-engineer the regex for the key in\n # the original tree.\n for output_key in flat_item:\n match = re.fullmatch(_keystr(transform_key), _keystr(output_key))\n if match:\n if transform.original_key is None:\n # If transform.original_key is not specified, this transform\n # does not rename the original key. We can reuse the key from\n # the item.\n input_key_pattern = _keystr(output_key)\n else:\n input_key_pattern = match.expand(transform.original_key)\n if input_key_pattern == _keystr(input_key):\n return flat_restore_args[output_key]\n return None\n\n\ndef _has_use_fallback_transform(\n input_key: TupleKey, flat_transforms: Dict[TupleKey, Transform]\n) -> bool:\n result = False\n for transform_key, transform in flat_transforms.items():\n match = re.fullmatch(_keystr(transform_key), _keystr(input_key))\n if match and transform.use_fallback:\n result = True\n return result\n\n\ndef _get_restore_parameters(\n directory: epath.Path,\n item: Optional[PyTree],\n structure: PyTree,\n param_names: Optional[PyTree],\n transforms: Optional[PyTree],\n restore_args: Optional[PyTree],\n pytree_metadata_options: tree_metadata.PyTreeMetadataOptions,\n byte_limiter: Optional[LimitInFlightBytes] = None,\n transforms_default_to_original: bool = True,\n use_zarr3: bool = False,\n partial_restore: bool = False,\n) -> Tuple[PyTree, PyTree]:\n """"""Construct parameters needed for restoration.\n\n If transforms are not provided, the method is pretty simple: param_infos are\n constructed from the structure of the original checkpoint, and restore_args\n are serialized to a tree structure compatible with param_infos and structure.\n\n If transforms are provided, things become more complicated because we must\n determine exactly which parameters the user desires to restore, and construct\n param_infos and restore_args for these, while discarding unneeded parameters.\n In essence, the process can be thought of as reversing the transformations.\n This happens differently for different types of transforms.\n 1. Renamed key: Identify the original key name (in the checkpoint) and carry\n over the provided restore args for the parameter.\n 2. multi_value_fn: Users are required to specify multi_value_fn_input_args.\n Any keys named here must be loaded, and their restore args are also given\n here.\n 3. Unspecified key: A key which is unspecified in the transforms but present\n in the `item` is a key that is carried over from the checkpoint unchanged.\n 4. Fallback key: This is a key that is present in the `item` but not in the\n original checkpoint. It does not need to be restored.\n 5. Keys present in the original checkpoint but not in the `item`/`transforms`\n are implicitly ignored, and not restored.\n\n Args:\n directory: Checkpoint directory.\n item: Optional reference item.\n structure: The structure of the original checkpoint.\n param_names: Tree of parameter names.\n transforms: User-provided transformations. If None, they were not provided.\n Has the structure of the desired output tree.\n restore_args: User-provided restoration arguments. If None, they were not\n provided. Otherwise, the tree has the same structure as the desired output\n tree.\n pytree_metadata_options: `PyTreeMetadataOptions` to manage metadata.\n byte_limiter: A LimitInFlightBytes object.\n transforms_default_to_original: See transform_utils.apply_transformations.\n use_zarr3: If True, use Zarr ver3 otherwise Zarr ver2\n partial_restore: If True, only restore the parameters present in structure.\n\n Returns:\n Tuple of param_infos, and restore_args.\n """"""\n flat_structure = tree_utils.to_flat_dict(structure, keep_empty_nodes=True)\n if param_names is None:\n param_names = get_param_names(structure)\n flat_param_names = tree_utils.to_flat_dict(param_names, keep_empty_nodes=True)\n if restore_args is None:\n restore_args = jax.tree.map(lambda x: RestoreArgs(), structure)\n flat_restore_args = tree_utils.to_flat_dict(\n restore_args, keep_empty_nodes=True\n )\n flat_item = tree_utils.to_flat_dict(item, keep_empty_nodes=True)\n flat_param_infos = {}\n flat_input_restore_args = {}\n is_ocdbt_checkpoint = type_handlers.is_ocdbt_checkpoint(directory)\n ts_context = ts_utils.get_ts_context(use_ocdbt=is_ocdbt_checkpoint)\n\n def _get_param_info(\n name: str,\n meta_or_value: Union[Any, tree_metadata.ValueMetadataEntry],\n ) -> Union[ParamInfo, Any]:\n if empty_values.is_supported_empty_value(\n meta_or_value, pytree_metadata_options\n ):\n # Empty node, ParamInfo should not be returned.\n return meta_or_value\n elif not isinstance(meta_or_value, tree_metadata.ValueMetadataEntry):\n # Aggregated value.\n skip_deserialize = True\n else:\n skip_deserialize = meta_or_value.skip_deserialize\n return ParamInfo(\n name=name,\n path=directory / name,\n parent_dir=directory,\n skip_deserialize=skip_deserialize,\n is_ocdbt_checkpoint=is_ocdbt_checkpoint,\n byte_limiter=byte_limiter,\n use_zarr3=use_zarr3,\n ts_context=ts_context,\n # Skip raising array data missing error on this code path, since it\n # almost exclusively handles legacy use cases.\n raise_array_data_missing_error=False,\n )\n\n if partial_restore:\n for key, meta in flat_structure.items():\n if key not in flat_item:\n flat_param_infos[key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[key] = RestoreArgs()\n else:\n flat_param_infos[key] = _get_param_info(flat_param_names[key], meta)\n flat_input_restore_args[key] = flat_restore_args[key]\n restore_args = tree_utils.from_flat_dict(\n flat_input_restore_args, target=structure\n )\n elif transforms is None:\n for key, meta in flat_structure.items():\n flat_param_infos[key] = _get_param_info(flat_param_names[key], meta)\n restore_args = tree_metadata.serialize_tree(\n restore_args, pytree_metadata_options\n )\n else:\n if item is None:\n raise ValueError(\n 'If providing `transforms`, must provide `item` matching structure'\n ' of expected result.'\n )\n flat_transforms = tree_utils.to_flat_dict(transforms)\n\n for input_key, meta in flat_structure.items():\n maybe_input_args = _find_matching_input_args(\n input_key, flat_item, flat_transforms, flat_restore_args\n )\n if maybe_input_args:\n flat_param_infos[input_key] = _get_param_info(\n flat_param_names[input_key], meta\n )\n flat_input_restore_args[input_key] = maybe_input_args\n elif input_key in flat_item and input_key in flat_structure:\n # Key is present in both input and output.\n if _has_use_fallback_transform(input_key, flat_transforms):\n # Indicates that a `use_fallback` transformation was specified.\n if transforms_default_to_original:\n # Specified `use_fallback`, but key was also present in the\n # checkpoint. This means we should skip loading, since it will be\n # overridden with a new value.\n flat_param_infos[input_key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[input_key] = RestoreArgs()\n else:\n # Specified `use_fallback`, but `transforms_default_to_original`\n # is False. This means we draw the value from the user-provided\n # `item`.\n flat_param_infos[input_key] = _get_param_info(\n flat_param_names[input_key], meta\n )\n flat_input_restore_args[input_key] = flat_restore_args[input_key]\n else:\n # Transform not specified.\n if transforms_default_to_original:\n # Key/value is carried over from the original unchanged.\n flat_param_infos[input_key] = _get_param_info(\n flat_param_names[input_key], meta\n )\n flat_input_restore_args[input_key] = flat_restore_args[input_key]\n else:\n # Take the value from the user-provided `item`, ignoring any value\n # in the checkpoint.\n flat_param_infos[input_key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[input_key] = RestoreArgs()\n else:\n # No match, restoration not required since it will be dropped from the\n # output.\n flat_param_infos[input_key] = ParamInfo(skip_deserialize=True)\n flat_input_restore_args[input_key] = RestoreArgs()\n\n restore_args = tree_utils.from_flat_dict(\n flat_input_restore_args, target=structure\n )\n\n return (\n tree_utils.from_flat_dict(flat_param_infos, target=structure),\n restore_args,\n )\n\n\ndef _multi_value_fns_with_args(\n transforms: PyTree, restore_args: PyTree\n) -> PyTree:\n """"""Constructs a wrapper for multi_value_fn including RestoreArgs.""""""\n flat_restore_args = tree_utils.to_flat_dict(restore_args, sep='/')\n\n def _maybe_wrap_transform(transform: Transform):\n def _multi_value_fn_with_args(transform_key: str, tree: PyTree) -> Any:\n nonlocal transform\n transform = typing.cast(RestoreTransform, transform)\n return transform.multi_value_fn(\n transform_key, tree, flat_restore_args[transform_key]\n )\n\n if transform.multi_value_fn is not None:\n return Transform(multi_value_fn=_multi_value_fn_with_args)\n else:\n return transform\n\n return jax.tree.map(_maybe_wrap_transform, transforms)\n\n\ndef _transform_checkpoint(\n item: PyTree,\n restored: PyTree,\n restore_args: Optional[PyTree],\n transforms: Optional[PyTree],\n transforms_default_to_original: bool,\n) -> PyTree:\n """"""Optionally transforms the restored PyTree to the structure of `item`.\n\n Args:\n item: a PyTree representing the result structure (""new tree structure"").\n restored: a PyTree representing the original tree structure.\n restore_args: tree of RestoreArgs, with the same structure as `item`.\n transforms: provides instructions on how to transform the input trees. See\n transform_utils.\n transforms_default_to_original: See transform_utils.\n\n Returns:\n A transformed PyTree.\n """"""\n if item is None:\n if transforms is not None:\n msg = (\n 'If providing `transforms`, must provide `item` matching structure'\n ' of expected result.'\n )\n raise ValueError(msg)\n item = restored\n else:\n if transforms is None:\n item = tree_utils.deserialize_tree(restored, item)\n else:\n if restore_args is None:\n raise ValueError(\n 'If providing `transforms`, must provide `restore_args` matching'\n ' structure of expected result.'\n )\n transforms = _multi_value_fns_with_args(transforms, restore_args)\n item = transform_utils.apply_transformations(\n restored, transforms, item, transforms_default_to_original\n )\n return item\n\n\ndef _get_impl_save_args(\n item: Optional[PyTree] = None,\n save_args: Optional[PyTreeSaveArgs] = None,\n args: Optional[PyTreeSaveArgs] = None,\n) -> BasePyTreeSaveArgs:\n """"""Construct BasePyTreeSaveArgs.""""""\n if isinstance(item, CheckpointArgs):\n raise ValueError(\n 'Make sure to specify kwarg name `args=` when providing'\n ' `PyTreeSaveArgs`.'\n )\n if args is None:\n args = PyTreeSaveArgs(\n item=item,\n save_args=save_args,\n )\n return BasePyTreeSaveArgs(\n item=args.item,\n save_args=args.save_args,\n ocdbt_target_data_file_size=args.ocdbt_target_data_file_size,\n custom_metadata=args.custom_metadata,\n )\n\n\ndef _concurrent_bytes(concurrent_gb: Optional[int]) -> int:\n if concurrent_gb is None:\n return DEFAULT_CONCURRENT_GB * 10**9\n else:\n return concurrent_gb * 10**9\n\n\nclass PyTreeCheckpointHandler(async_checkpoint_handler.AsyncCheckpointHandler):\n """"""A CheckpointHandler implementation for any PyTree structure.\n\n See JAX documentation for more information on what consistutes a ""PyTree"".\n This handler is capable of saving and restoring any leaf object for which a\n :py:class:`.TypeHandler` (see documentation) is registered. By default,\n `TypeHandler`s for standard types like `np.ndarray`, `jax.Array`, Python\n scalars, and others are registered.\n\n As with all :py:class:`.CheckpointHandler` subclasses,\n `PyTreeCheckpointHandler` should only be used in conjunction with a\n :py:class:`.Checkpointer` (or subclass). By itself, the `CheckpointHandler` is\n non-atomic.\n\n Example::\n\n ckptr = Checkpointer(PyTreeCheckpointHandler())\n\n # TODO(cpgaffney) Cut down on the protected methods accessed by this class.\n """"""\n\n def __init__(\n self,\n aggregate_filename: Optional[str] = None,\n *,\n save_concurrent_gb: Optional[int] = None,\n restore_concurrent_gb: Optional[int] = None,\n use_ocdbt: bool = True,\n use_zarr3: bool = False,\n multiprocessing_options: options_lib.MultiprocessingOptions = options_lib.MultiprocessingOptions(),\n type_handler_registry: TypeHandlerRegistry = type_handlers.GLOBAL_TYPE_HANDLER_REGISTRY,\n handler_impl: Optional[BasePyTreeCheckpointHandler] = None,\n pytree_metadata_options: tree_metadata.PyTreeMetadataOptions = (\n tree_metadata.PYTREE_METADATA_OPTIONS\n ),\n array_metadata_validator: array_metadata_store_lib.Validator = (\n array_metadata_store_lib.Validator()\n ),\n enable_pinned_host_transfer: Optional[bool] = None,\n ):\n """"""Creates PyTreeCheckpointHandler.\n\n Args:\n aggregate_filename: name that the aggregated checkpoint should be saved\n as.\n save_concurrent_gb: max concurrent GB that are allowed for writing. Can\n help to reduce the possibility of OOM's when large checkpoints are\n saved.\n restore_concurrent_gb: max concurrent GB that are allowed for writing. Can\n help to reduce the possibility of OOM's when large checkpoints are\n restored.\n use_ocdbt: enables Tensorstore OCDBT driver. This option allows using a\n different checkpoint format which is faster to read and write, as well\n as more space efficient.\n use_zarr3: If True, use Zarr ver3 otherwise Zarr ver2\n multiprocessing_options: See orbax.checkpoint.options\n type_handler_registry: a type_handlers.TypeHandlerRegistry. If not\n specified, the global type handler registry will be used.\n handler_impl: Allows overriding the internal implementation.\n pytree_metadata_options: `PyTreeMetadataOptions` to manage metadata.\n array_metadata_validator: Validator for ArrayMetadata.\n enable_pinned_host_transfer: Whether to use pinned_host memory for the\n transfer from device to host memory. Passing None will enable\n pinned_host memory depending on the platform used (currently only\n enables it for the GPU backend).\n """"""\n self._aggregate_handler = MsgpackHandler(\n primary_host=multiprocessing_options.primary_host,\n pytree_metadata_options=pytree_metadata_options,\n )\n if aggregate_filename is None:\n aggregate_filename = _CHECKPOINT_FILE\n self._aggregate_filename = aggregate_filename\n self._use_ocdbt = use_ocdbt\n self._use_zarr3 = use_zarr3\n self._primary_host = multiprocessing_options.primary_host\n self._type_handler_registry = type_handler_registry\n self._save_concurrent_bytes = _concurrent_bytes(save_concurrent_gb)\n self._restore_concurrent_bytes = _concurrent_bytes(restore_concurrent_gb)\n self._handler_impl = handler_impl or BasePyTreeCheckpointHandler(\n save_concurrent_bytes=self._save_concurrent_bytes,\n restore_concurrent_bytes=self._restore_concurrent_bytes,\n use_ocdbt=use_ocdbt,\n use_zarr3=use_zarr3,\n multiprocessing_options=multiprocessing_options,\n type_handler_registry=type_handler_registry,\n pytree_metadata_options=pytree_metadata_options,\n array_metadata_validator=array_metadata_validator,\n enable_pinned_host_transfer=enable_pinned_host_transfer,\n )\n self._pytree_metadata_options = pytree_metadata_options\n\n async def async_save(\n self,\n directory: epath.Path,\n item: Optional[PyTree] = None,\n save_args: Optional[PyTreeSaveArgs] = None,\n args: Optional[PyTreeSaveArgs] = None,\n ) -> Optional[List[future.Future]]:\n """"""Saves a PyTree to a given directory.\n\n This operation is compatible with a multi-host, multi-device setting. Tree\n leaf values must be supported by the type_handler_registry given in the\n constructor. Standard supported types include Python scalars, `np.ndarray`,\n `jax.Array`, and strings.\n\n After saving, all files will be located in ""directory/"". The exact files\n that are saved depend on the specific combination of options, including\n `use_ocdbt`. A JSON metadata file will be present to store the\n tree structure.\n\n Example usage::\n\n ckptr = ocp.Checkpointer(ocp.PyTreeCheckpointHandler())\n item = {\n 'layer0': {\n 'w': np.ndarray(...),\n 'b': np.ndarray(...),\n },\n 'layer1': {\n 'w': np.ndarray(...),\n 'b': np.ndarray(...),\n },\n }\n # Note: save_args may be None if no customization is desired for saved\n # parameters.\n # Otherwise, settings can be used to customize save behavior, e.g.\n # casting.\n save_args = jax.tree.map(lambda x: ocp.SaveArgs(dtype=np.int32), item)\n # Eventually calls through to `async_save`.\n ckptr.save(path, args=ocp.PyTreeSave(item, save_args))\n\n Args:\n directory: save location directory.\n item: Deprecated, use `args.\n save_args: Deprecated, use `args`.\n args: `PyTreeSaveArgs` (see below).\n\n Returns:\n A Future that will commit the data to `directory` when awaited. Copying\n the data from its source will be awaited in this function.\n """"""\n args = _get_impl_save_args(item, save_args, args)\n return await self._handler_impl.async_save(directory, args=args)\n\n def save(\n self,\n directory: epath.Path,\n item: Optional[PyTree] = None,\n save_args: Optional[PyTreeSaveArgs] = None,\n args: Optional[PyTreeSaveArgs] = None,\n ):\n """"""Saves the provided item. See async_save.""""""\n args = _get_impl_save_args(item, save_args, args)\n self._handler_impl.save(directory, args=args)\n\n async def _maybe_deserialize(\n self,\n item: PyTree,\n metadata: PyTree,\n param_infos: PyTree,\n restore_args: PyTree,\n ) -> PyTree:\n """"""Deserializes values or gets them from the aggregate file.""""""\n byte_limiter = serialization.get_byte_limiter(\n self._restore_concurrent_bytes\n )\n param_infos = jax.tree.map(\n lambda info: dataclasses.replace(info, byte_limiter=byte_limiter),\n param_infos,\n )\n\n # Handle parameters from aggregate file.\n def _process_aggregated_value(meta_or_value, args):\n if not isinstance(meta_or_value, tree_metadata.ValueMetadataEntry):\n meta_or_value = _try_array_cast(meta_or_value, args.dtype)\n meta_or_value = _maybe_shard_array(meta_or_value, args)\n return meta_or_value\n\n flat_aggregate = tree_utils.to_flat_dict(\n jax.tree_util.tree_map(\n _process_aggregated_value, metadata, restore_args\n ),\n )\n\n batch_requests = (\n base_pytree_checkpoint_handler.batched_serialization_requests(\n metadata,\n param_infos,\n restore_args,\n self._type_handler_registry,\n )\n )\n deserialized_batches = []\n deserialized_batches_ops = []\n for request in batch_requests:\n deserialized_batches_ops.append(\n request.handler.deserialize(request.infos, request.args)\n )\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\n\n flat_restored = {}\n for request, deserialized in zip(batch_requests, deserialized_batches):\n for key, value in zip(request.keys, deserialized):\n flat_restored[key] = value\n # Add in any values which were not deserialized, coming from aggregate file.\n for key in flat_aggregate.keys():\n if key not in flat_restored:\n flat_restored[key] = flat_aggregate[key]\n return tree_utils.from_flat_dict(flat_restored, target=item)\n\n def restore(\n self,\n directory: epath.Path,\n item: Optional[PyTree] = None,\n restore_args: Optional[PyTree] = None,\n transforms: Optional[PyTree] = None,\n transforms_default_to_original: bool = True,\n legacy_transform_fn: Optional[LegacyTransformFn] = None,\n args: Optional[PyTreeRestoreArgs] = None,\n ) -> PyTree:\n """"""Restores a PyTree from the checkpoint directory at the given path.\n\n In the most basic case, only `directory` is required. The tree will be\n restored exactly as saved, and all leaves will be restored as the correct\n types (assuming the tree metadata is present).\n\n However, `restore_args` is often required as well. This PyTree gives a\n `RestoreArgs` object (or subclass) for every leaf in the tree. Many types,\n such as string or `np.ndarray` do not require any special options for\n restoration. When restoring an individual leaf as `jax.Array`, however,\n some properties may be required.\n\n One example is `sharding`, which defines how a `jax.Array` in the restored\n tree should be partitioned. `mesh` and `mesh_axes` can also be used to\n specify `sharding`, but `sharding` is the preferred way of specifying this\n partition since `mesh` and `mesh_axes` only constructs\n `jax.sharding.NamedSharding`. For more information, see `ArrayTypeHandler`\n documentation and JAX sharding documentation.\n\n Example::\n\n ckptr = ocp.Checkpointer(ocp.PyTreeCheckpointHandler())\n restore_args = {\n 'layer0': {\n 'w': ocp.RestoreArgs(),\n 'b': ocp.RestoreArgs(),\n },\n 'layer1': {\n 'w': ocp.ArrayRestoreArgs(\n # Restores as jax.Array, regardless of how it was saved.\n restore_type=jax.Array,\n sharding=jax.sharding.Sharding(...),\n # Warning: may truncate or pad!\n global_shape=(x, y),\n ),\n 'b': ocp.ArrayRestoreArgs(\n restore_type=jax.Array,\n sharding=jax.sharding.Sharding(...),\n global_shape=(x, y),\n ),\n },\n }\n ckptr.restore(path, args=ocp.PyTreeRestore(restore_args=restore_args))\n\n Providing `item` is typically only necessary when restoring a custom PyTree\n class (or when using transformations). In this case, the restored object\n will take on the same structure as `item`.\n\n Example::\n\n @flax.struct.dataclass\n class TrainState:\n layer0: dict[str, jax.Array]\n layer1: dict[str, jax.Array]\n\n ckptr = Checkpointer(PyTreeCheckpointHandler())\n train_state = TrainState(\n layer0={\n 'w': jax.Array(...), # zeros\n 'b': jax.Array(...), # zeros\n },\n layer1={\n 'w': jax.Array(...), # zeros\n 'b': jax.Array(...), # zeros\n },\n )\n restore_args = jax.tree.map(_make_restore_args, train_state)\n ckptr.restore(path, item=train_state, restore_args=restore_args)\n # restored tree is of type `TrainState`.\n\n Args:\n directory: saved checkpoint location directory.\n item: Deprecated, use `args`.\n restore_args: Deprecated, use `args`.\n transforms: Deprecated, use `args`.\n transforms_default_to_original: See transform_utils.apply_transformations.\n legacy_transform_fn: Deprecated, use `args`.\n args: `PyTreeRestoreArgs` (see below).\n\n Returns:\n A PyTree matching the structure of `item`.\n\n Raises:\n FileNotFoundError: `directory` does not exist or is missing required files\n ValueError: `transforms` is provided without `item`.\n ValueError: `transforms` contains elements with `multi_value_fn`.\n """"""\n if self._pytree_metadata_options.support_rich_types:\n raise NotImplementedError(\n 'Restore is not supported for rich typed metadata yet. Please set'\n ' PyTreeMetadataOptions.support_rich_types=False.'\n )\n if not directory.exists():\n raise FileNotFoundError(\n f'Requested directory for restore does not exist at {directory}.'\n )\n if isinstance(item, CheckpointArgs):\n raise ValueError(\n 'Make sure to specify kwarg name `args=` when providing'\n ' `PyTreeRestoreArgs`.'\n )\n if args is None:\n args = PyTreeRestoreArgs(\n item,\n restore_args,\n transforms,\n transforms_default_to_original,\n legacy_transform_fn,\n )\n item = args.item\n restore_args = args.restore_args\n transforms = args.transforms\n transforms_default_to_original = args.transforms_default_to_original\n legacy_transform_fn = args.legacy_transform_fn\n\n try:\n can_ignore_aggregate_file = utils.all_leaves_are_placeholders(\n self._read_aggregate_file(directory)\n )\n except FileNotFoundError:\n can_ignore_aggregate_file = True\n\n # Delegate to `BasePyTreeCheckpointHandler` as long as transformation\n # options are not specified and metadata file exists and we do not need to\n # read from aggregate file.\n if (\n (directory / PYTREE_METADATA_FILE).exists()\n and can_ignore_aggregate_file\n and transforms is None\n and legacy_transform_fn is None\n ):\n args = BasePyTreeRestoreArgs(\n item,\n restore_args=restore_args,\n partial_restore=args.partial_restore,\n )\n return self._handler_impl.restore(directory, args=args)\n\n logging.vlog(1, 'directory=%s, restore_args=%s', directory, restore_args)\n if not directory.exists():\n raise FileNotFoundError(\n f'Requested directory for restore does not exist at {directory}'\n )\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\n # `checkpoint_restore_args` has a structure relative to the checkpoint,\n # while `restore_args` remains structured relative to the output.\n\n use_zarr3 = (\n use_zarr3_metadata\n if use_zarr3_metadata is not None\n else self._use_zarr3\n )\n param_infos, checkpoint_restore_args = _get_restore_parameters(\n directory,\n item,\n structure,\n self._handler_impl.get_param_names(structure),\n transforms,\n restore_args,\n self._pytree_metadata_options,\n transforms_default_to_original=transforms_default_to_original,\n use_zarr3=use_zarr3,\n )\n\n if legacy_transform_fn is not None and transforms is not None:\n raise ValueError(\n 'Cannot provide both `transforms` and `legacy_transform_fn`.'\n )\n if legacy_transform_fn is not None:\n structure, param_infos = legacy_transform_fn(item, structure, param_infos)\n if restore_args is None:\n restore_args = jax.tree.map(lambda x: RestoreArgs(), item)\n checkpoint_restore_args = restore_args\n\n def _maybe_set_default_restore_types(value_meta: Any, arg: RestoreArgs):\n if (\n isinstance(value_meta, tree_metadata.ValueMetadataEntry)\n and not value_meta.skip_deserialize\n and value_meta.value_type == empty_values.RESTORE_TYPE_UNKNOWN\n ):\n return dataclasses.replace(\n value_meta, value_type=type_handlers.default_restore_type(arg)\n )\n return value_meta\n\n # If metadata file was missing in the checkpoint, we need to decide\n # restore_type based on RestoreArgs.\n structure = jax.tree.map(\n _maybe_set_default_restore_types, structure, checkpoint_restore_args\n )\n\n restored_item = asyncio_utils.run_sync(\n self._maybe_deserialize(\n structure, structure, param_infos, checkpoint_restore_args\n )\n )\n\n if not legacy_transform_fn:\n restored_item = _transform_checkpoint(\n item,\n restored_item,\n restore_args,\n transforms,\n transforms_default_to_original,\n )\n\n if logging.vlog_is_on(1):\n logging.vlog(1, 'param_infos: %s', param_infos)\n logging.vlog(1, 'checkpoint_restore_args: %s', checkpoint_restore_args)\n logging.vlog(1, 'restored_item: %s', jax.tree.structure(restored_item))\n logging.vlog(\n 1,\n 'ts_metrics: %s',\n json.dumps(ts.experimental_collect_matching_metrics('/tensorstore/')),\n )\n\n return restored_item\n\n def _read_aggregate_file(self, directory: epath.Path) -> PyTree:\n """"""Restores the aggregate file representing PyTree structure.""""""\n checkpoint_path = directory / self._aggregate_filename\n if checkpoint_path.exists():\n return self._aggregate_handler.deserialize(checkpoint_path)\n elif self._use_ocdbt:\n raise FileNotFoundError(\n f'Checkpoint structure file does not exist at {directory}.'\n )\n else:\n return utils.pytree_structure(directory)\n\n def _get_internal_metadata(\n self, directory: epath.Path\n ) -> Tuple[PyTree, Optional[bool]]:\n """"""Gets limited information needed to fully restore the checkpoint.\n\n This information just consists of the restore type for each leaf, as well\n as the aggregated value (from the msgpack file) if present, and determines\n whether we need to deserialize the parameter using TypeHandler later.\n\n Args:\n directory: directory\n\n Returns:\n A PyTree with leaves of ValueMetadataEntry or real values if restored from\n the aggregate file (or if empty nodes).\n\n Raises:\n FileNotFoundError: no structure could be identified for the checkpoint at\n `directory`.\n """"""\n # Try reading metadata file.\n try:\n internal_tree_metadata = self._handler_impl._read_metadata_file(directory) # pylint: disable=protected-access\n use_zarr3 = internal_tree_metadata.use_zarr3\n value_metadata_tree = internal_tree_metadata.as_nested_tree()\n flat_value_metadatas = tree_utils.to_flat_dict(\n value_metadata_tree, keep_empty_nodes=True\n )\n except FileNotFoundError:\n jax.monitoring.record_event('/jax/orbax/deprecation/missing_metadata')\n value_metadata_tree = None\n flat_value_metadatas = None\n use_zarr3 = None\n # Try reading aggregate file.\n try:\n aggregate_tree = self._read_aggregate_file(directory)\n flat_aggregate = tree_utils.to_flat_dict(\n aggregate_tree, keep_empty_nodes=True\n )\n except FileNotFoundError:\n jax.monitoring.record_event('/jax/orbax/deprecation/missing_structure')\n aggregate_tree = None\n flat_aggregate = None\n\n def _is_empty_value(value):\n return empty_values.is_supported_empty_value(\n value, self._pytree_metadata_options\n ) or not utils.leaf_is_placeholder(value)\n\n def _process_aggregate_leaf(value):\n if _is_empty_value(value):\n return value\n return tree_metadata.ValueMetadataEntry(\n value_type=empty_values.RESTORE_TYPE_UNKNOWN,\n skip_deserialize=False,\n )\n\n def _process_metadata_and_aggregate_leaves(value_meta, value):\n if _is_empty_value(value):\n return value\n if empty_values.is_empty_typestr(value_meta.value_type):\n return empty_values.get_empty_value_from_typestr(\n value_meta.value_type, self._pytree_metadata_options\n )\n return value_meta\n\n # Handle cases of missing metadata and/or aggregate files.\n structure_tree = value_metadata_tree or aggregate_tree\n if flat_value_metadatas is None and flat_aggregate is None:\n raise FileNotFoundError(\n f'No structure could be identified for the checkpoint at {directory}.'\n )\n elif flat_value_metadatas is None:\n # Metadata file is missing. This is an older checkpoint.\n # TODO(b/353310784) Track usages.\n flat_structure = jax.tree_util.tree_map(\n _process_aggregate_leaf,\n flat_aggregate,\n is_leaf=tree_utils.is_empty_or_leaf,\n )\n elif flat_aggregate is None:\n # Aggregate file is missing, so we can just use the metadata_tree as the\n # structure. This is a newer checkpoint.\n return value_metadata_tree, use_zarr3\n else:\n # Avoid tree_map because input trees may be mismatched (due to empty\n # values missing from msgpack structure).\n flat_structure = {}\n for tuple_key in flat_value_metadatas.keys():\n value_meta = flat_value_metadatas[tuple_key]\n if tuple_key in flat_aggregate:\n flat_structure[tuple_key] = _process_metadata_and_aggregate_leaves(\n value_meta, flat_aggregate[tuple_key]\n )\n else:\n if empty_values.is_empty_typestr(value_meta.value_type):\n flat_structure[tuple_key] = (\n empty_values.get_empty_value_from_typestr(\n value_meta.value_type, self._pytree_metadata_options\n )\n )\n else:\n flat_structure[tuple_key] = value_meta\n\n return (\n tree_utils.from_flat_dict(flat_structure, target=structure_tree),\n use_zarr3,\n )\n\n def metadata(self, directory: epath.Path) -> tree_metadata.TreeMetadata:\n """"""Returns tree metadata.\n\n The result will be a PyTree matching the structure of the saved checkpoint.\n Note that if the item saved was a custom class, the restored metadata will\n be returned as a nested dictionary representation.\n\n Example::\n\n {\n 'layer0': {\n 'w': ArrayMetadata(dtype=jnp.float32, shape=(8, 8), shards=(1, 2)),\n 'b': ArrayMetadata(dtype=jnp.float32, shape=(8,), shards=(1,)),\n },\n 'step': ScalarMetadata(dtype=jnp.int64),\n }\n\n If the required metadata file is not present, this method will raise an\n error.\n\n Args:\n directory: checkpoint location.\n\n Returns:\n tree containing metadata.\n """"""\n return self._handler_impl.metadata(directory)\n\n def finalize(self, directory: epath.Path) -> None:\n """"""Finalization step.\n\n Called automatically by the Checkpointer/AsyncCheckpointer just before the\n checkpoint is considered ""finalized"" in the sense of ensuring atomicity. See\n documentation for `type_handlers.merge_ocdbt_per_process_files`.\n\n Args:\n directory: Path where the checkpoint is located.\n """"""\n self._handler_impl.finalize(directory)\n\n def close(self):\n """"""Closes the handler. Called automatically by Checkpointer.""""""\n self._handler_impl.close()\n\n\n@register_with_handler(PyTreeCheckpointHandler, for_save=True)\n@dataclasses.dataclass\nclass PyTreeSaveArgs(CheckpointArgs):\n """"""Parameters for saving a PyTree.\n\n Attributes:\n item (required): a PyTree to be saved.\n save_args: a PyTree with the same structure of `item`, which consists of\n `ocp.SaveArgs` objects as values. `None` can be used for values where no\n `SaveArgs` are specified.\n ocdbt_target_data_file_size: Specifies the target size (in bytes) of each\n OCDBT data file. It only applies when OCDBT is enabled and Zarr3 must be\n turned on. If left unspecified, default size is 2GB. A value of 0\n indicates no maximum file size limit. For best results, ensure\n chunk_byte_size is smaller than this value. For more details, refer to\n https://google.github.io/tensorstore/kvstore/ocdbt/index.html#json-kvstore/ocdbt.target_data_file_size\n custom_metadata: User-provided custom metadata. An arbitrary\n JSON-serializable dictionary the user can use to store additional\n information. The field is treated as opaque by Orbax.\n """"""\n\n item: PyTree\n save_args: Optional[PyTree] = None\n ocdbt_target_data_file_size: Optional[int] = None\n custom_metadata: tree_types.JsonType | None = None\n\n def __post_init__(self):\n if isinstance(self.item, tree_metadata.TreeMetadata):\n raise ValueError('Cannot save TreeMetadata.')\n\n\n@register_with_handler(PyTreeCheckpointHandler, for_restore=True)\n@dataclasses.dataclass\nclass PyTreeRestoreArgs(CheckpointArgs):\n """"""Parameters for restoring a PyTree.\n\n Attributes (all optional):\n item: provides the tree structure for the restored item. If not provided,\n will infer the structure from the saved checkpoint. Transformations will\n not be run in this case. Necessary particularly in the case where the\n caller needs to restore the tree as a custom object.\n `TreeMetadata` is also allowed as the tree used to\n define the restored structure.\n restore_args: optional object containing additional arguments for\n restoration. It should be a PyTree matching the structure of `item`, or\n if `item` is not provided, then it should match the structure of the\n checkpoint. Each value in the tree should be a `RestoreArgs` object (OR\n a subclass of `RestoreArgs`). Importantly, note that when restoring a\n leaf as a certain type, a specific subclass of `RestoreArgs` may be\n required. `RestoreArgs` also provides the option to customize the\n restore type of an individual leaf.\n `TreeMetadata` is also allowed as the `restore_args` tree.\n transforms: a PyTree of transformations that should be applied to the\n saved tree in order to obtain a final structure. The `transforms` tree\n structure should conceptually match that of `item`, but the use of\n regexes and implicit keys means that it does not need to match\n completely. See `transform_utils` for further information.\n `TreeMetadata` is also allowed as the `transforms` tree.\n transforms_default_to_original: See transform_utils.apply_transformations.\n legacy_transform_fn: WARNING: NOT GENERALLY SUPPORTED. A function which\n accepts the `item` argument, a PyTree checkpoint structure and a PyTree\n of ParamInfos based on the checkpoint. Returns a transformed PyTree\n matching the desired return tree structure, and a matching ParamInfo\n tree.\n partial_restore: If True, only restore the parameters that are specified\n in PyTreeRestoreArgs.\n """"""\n\n item: Optional[PyTree] = None\n restore_args: Optional[PyTree] = None\n transforms: Optional[PyTree] = None\n transforms_default_to_original: bool = True\n legacy_transform_fn: Optional[LegacyTransformFn] = None\n partial_restore: bool = False\n\n def __post_init__(self):\n if isinstance(self.item, tree_metadata.TreeMetadata):\n self.item = self.item.tree\n if isinstance(self.restore_args, tree_metadata.TreeMetadata):\n self.restore_args = self.restore_args.tree\n if isinstance(self.transforms, tree_metadata.TreeMetadata):\n self.transforms = self.transforms.tree\n",python,tab +2008,8336274,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py",40607,0,"",python,selection_command +2009,8358708,"train_tokenizer.py",0,0,"",python,tab +2010,8358709,"train_tokenizer.py",12692,0,"",python,selection_command +2011,8395572,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",0,0,"{""item_handlers"": {""dataloader_state"": ""grain._src.python.checkpoint_handlers.CheckpointHandler"", ""model_state"": ""orbax.checkpoint._src.handlers.pytree_checkpoint_handler.PyTreeCheckpointHandler""}, ""metrics"": {}, ""performance_metrics"": {}, ""init_timestamp_nsecs"": 1753871211190928220, ""commit_timestamp_nsecs"": 1753871214017484231, ""custom_metadata"": {}}",plaintext,tab +2012,8396263,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",354,0,"",plaintext,selection_mouse +2013,8396268,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",353,0,"",plaintext,selection_command +2014,8397796,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",153,0,"",plaintext,selection_mouse +2015,8399234,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",0,0,"",plaintext,selection_command +2016,8404246,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",2,0,"",plaintext,selection_command +2017,8404437,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",15,0,"",plaintext,selection_command +2018,8404467,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",18,0,"",plaintext,selection_command +2019,8404573,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",20,0,"",plaintext,selection_command +2020,8404573,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",36,0,"",plaintext,selection_command +2021,8404573,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",39,0,"",plaintext,selection_command +2022,8404591,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",40,0,"",plaintext,selection_command +2023,8404628,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",45,0,"",plaintext,selection_command +2024,8404661,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",46,0,"",plaintext,selection_command +2025,8404770,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",50,0,"",plaintext,selection_command +2026,8404770,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",51,0,"",plaintext,selection_command +2027,8404770,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",57,0,"",plaintext,selection_command +2028,8404795,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",58,0,"",plaintext,selection_command +2029,8404827,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",77,0,"",plaintext,selection_command +2030,8404860,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",78,0,"",plaintext,selection_command +2031,8404895,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",95,0,"",plaintext,selection_command +2032,8404929,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",98,0,"",plaintext,selection_command +2033,8404961,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",99,0,"",plaintext,selection_command +2034,8404995,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",110,0,"",plaintext,selection_command +2035,8405098,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",113,0,"",plaintext,selection_command +2036,8405098,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",114,0,"",plaintext,selection_command +2037,8405098,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",119,0,"",plaintext,selection_command +2038,8405128,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",120,0,"",plaintext,selection_command +2039,8405162,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",130,0,"",plaintext,selection_command +2040,8405196,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",131,0,"",plaintext,selection_command +2041,8405294,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",135,0,"",plaintext,selection_command +2042,8405294,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",136,0,"",plaintext,selection_command +2043,8405299,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",144,0,"",plaintext,selection_command +2044,8405330,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",145,0,"",plaintext,selection_command +2045,8405365,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",170,0,"",plaintext,selection_command +2046,8405399,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",171,0,"",plaintext,selection_command +2047,8405991,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",194,0,"",plaintext,selection_command +2048,8406246,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",198,0,"",plaintext,selection_command +2049,8406343,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",199,0,"",plaintext,selection_command +2050,8406344,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",206,0,"",plaintext,selection_command +2051,8406344,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",209,0,"",plaintext,selection_command +2052,8406363,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",213,0,"",plaintext,selection_command +2053,8406395,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",214,0,"",plaintext,selection_command +2054,8406428,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",233,0,"",plaintext,selection_command +2055,8406464,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",236,0,"",plaintext,selection_command +2056,8406495,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",240,0,"",plaintext,selection_command +2057,8406528,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",241,0,"",plaintext,selection_command +2058,8406562,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",261,0,"",plaintext,selection_command +2059,8406670,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",264,0,"",plaintext,selection_command +2060,8406670,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",283,0,"",plaintext,selection_command +2061,8406670,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",285,0,"",plaintext,selection_command +2062,8406696,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",286,0,"",plaintext,selection_command +2063,8406729,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",308,0,"",plaintext,selection_command +2064,8406763,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",311,0,"",plaintext,selection_command +2065,8406867,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",330,0,"",plaintext,selection_command +2066,8406867,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",332,0,"",plaintext,selection_command +2067,8406868,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",333,0,"",plaintext,selection_command +2068,8406896,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",348,0,"",plaintext,selection_command +2069,8407391,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",351,0,"",plaintext,selection_command +2070,8407718,"checkpoints/tokenizer_openai_grain_checkpointing/000015/_CHECKPOINT_METADATA",353,0,"",plaintext,selection_command +2071,8409491,"train_tokenizer.py",0,0,"",python,tab +2072,8420049,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",0,0,"{""b3B0X3N0YXRlLjAuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUudnEuY29kZWJvb2sudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUudnEuY29kZWJvb2sudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjIuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwudnEuY29kZWJvb2sudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwudnEuZHJvcC5ybmdzLmRlZmF1bHQuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwudnEuZHJvcC5ybmdzLmRlZmF1bHQua2V5LnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""c3RlcC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}""}",plaintext,tab +2073,8421434,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",3589,0,"",yaml,selection_mouse +2074,8426366,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",0,0,"",yaml,selection_command +2075,8427316,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",2,0,"",yaml,selection_command +2076,8427642,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",33,0,"",yaml,selection_command +2077,8427642,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",40,0,"",yaml,selection_command +2078,8427642,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",53,0,"",yaml,selection_command +2079,8427649,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",57,0,"",yaml,selection_command +2080,8427681,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",59,0,"",yaml,selection_command +2081,8428376,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",57,0,"",yaml,selection_command +2082,8428564,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",53,0,"",yaml,selection_command +2083,8428705,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",40,0,"",yaml,selection_command +2084,8436932,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",4491,0,"",yaml,selection_mouse +2085,8437069,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",4466,88,"b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl",yaml,selection_mouse +2086,8437210,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",0,162533,"{""b3B0X3N0YXRlLjAuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZW5jb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUudnEuY29kZWJvb2sudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZGVjb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUuZW5jb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubnUudnEuY29kZWJvb2sudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjIuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMS5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMi5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5ibG9ja3MuMy5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZGVjb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMS5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMi5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy50ZW1wb3JhbF9wb3NfZW5jLnBlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5rZXkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5vdXQua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX2F0dGVudGlvbi5xdWVyeS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5ibG9ja3MuMy5zcGF0aWFsX3Bvc19lbmMucGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9kZW5zZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9kZW5zZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMi5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5pbnB1dF9ub3JtMi5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5vdXRwdXRfZGVuc2UuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwuZW5jb2Rlci5vdXRwdXRfZGVuc2Uua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwudnEuY29kZWJvb2sudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwudnEuZHJvcC5ybmdzLmRlZmF1bHQuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""bW9kZWwudnEuZHJvcC5ybmdzLmRlZmF1bHQua2V5LnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""c3RlcC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}""}",yaml,selection_mouse +2087,8438710,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",154121,0,"",yaml,selection_mouse +2088,8439028,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",0,0,"",yaml,selection_command +2089,8439895,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",4932,0,"",yaml,selection_mouse +2090,8439911,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",4711,221,"3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2091,8439927,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",4489,443,"jb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2092,8439943,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",4050,882,"aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2093,8439960,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",3376,1556,"tlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2094,8439977,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",2797,2135,"on_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2095,8439995,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",2348,2584,"[], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2096,8440009,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",1912,3020,"]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2097,8440026,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",1680,3252,"RlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2098,8440043,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",1324,3608,"\""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2099,8440066,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",1107,3825,"artition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2100,8440076,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",662,4270,": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2101,8440092,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",659,4273,"h\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2102,8440108,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",438,4494,"X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2103,8440126,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",436,4496,"B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2104,8440142,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",435,4497,"3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2105,8440159,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",205,4727,"ubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2106,8440176,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",202,4730,"LjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2107,8440192,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",11,4921,"XRlLjAuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2108,8440210,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",7,4925,"3N0YXRlLjAuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2109,8440227,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",0,4932,"{""b3B0X3N0YXRlLjAuY291bnQudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ua2V5Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0LmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ub3V0Lmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24ucXVlcnkua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUuYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9hdHRlbnRpb24udmFsdWUua2VybmVsLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC50ZW1wb3JhbF9ub3JtLnNjYWxlLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UxLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmJpYXMudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fZGVuc2UyLmtlcm5lbC52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5mZm5fbm9ybS5zY2FsZS52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uYmlhcy52YWx1ZQ=="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX25vcm0uc2NhbGUudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5iaWFzLnZhbHVl"":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""mesh\"": [{\""id\"": 0}]}}"",""b3B0X3N0YXRlLjAubXUuZGVjb2Rlci5ibG9ja3MuMC5zcGF0aWFsX2F0dGVudGlvbi52YWx1ZS5rZXJuZWwudmFsdWU="":""{\""sharding_type\"": \""NamedSharding\"", \""shape\"": [1], \""axis_names\"": [\""data\""], \""partition_spec\"": [], \""device_mesh\"": {\""",yaml,selection_mouse +2110,8441730,"checkpoints/tokenizer_openai_grain_checkpointing/000015/model_state/_sharding",0,0,"",yaml,selection_command +2111,8662988,"train_tokenizer.py",0,0,"",python,tab +2112,8665375,"genie.py",0,0,"",python,tab diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-81dc70dc-8e01-48a6-9a00-9349b9f9a4171751541780271-2025_07_03-13.23.33.804/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-81dc70dc-8e01-48a6-9a00-9349b9f9a4171751541780271-2025_07_03-13.23.33.804/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..d699dd74d5fc54de687084c5fc12b6c9ab994fd0 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-81dc70dc-8e01-48a6-9a00-9349b9f9a4171751541780271-2025_07_03-13.23.33.804/source.csv @@ -0,0 +1,1257 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,5,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\n<<<<<<< HEAD\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n=======\n# --- TensorFlow function for processing: slicing, normalization ---\ndef _tf_process_episode(episode_tensor, seq_len, image_h, image_w, image_c, seed):\n """"""\n Processes a raw episode tensor in TensorFlow.\n Takes a full episode, extracts a random sequence, and normalizes it.\n Args:\n episode_tensor: A TensorFlow tensor representing a full video episode.\n Expected shape: (dynamic_length, image_h, image_w, image_c)\n Expected dtype: e.g., tf.uint8 (raw pixel values)\n seq_len: The desired length of the sub-sequence to extract.\n image_h: The height of each frame.\n image_w: The width of each frame.\n image_c: The number of channels in each frame.\n seed: The seed for the random number generator.\n Returns:\n A TensorFlow tensor representing the processed video sequence.\n Shape: (seq_len, image_h, image_w, image_c)\n Dtype: tf.float32 (normalized pixel values)\n>>>>>>> main\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n<<<<<<< HEAD\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n=======\n start_idx = tf.random.uniform(\n shape=(), minval=0, maxval=max_start_idx + 1, dtype=tf.int32, seed=seed\n )\n>>>>>>> main\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n \n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(f""An episode has length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}."")\n \n max_start_idx = current_episode_len - self.seq_len\n \n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n\n processed_sequence = seq.astype(np.float32) / 255.0\n\n return processed_sequence\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n \n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=100,\n seed=seed,\n )\n\n operations = [\n ProcessEpisodeAndSlice(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n<<<<<<< HEAD\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n=======\n dataset = dataset.map(parse_fn, num_parallel_calls=num_parallel_calls)\n\n tf_process_fn = functools.partial(\n _tf_process_episode,\n seq_len=seq_len,\n image_h=image_h,\n image_w=image_w,\n image_c=image_c,\n seed=seed,\n>>>>>>> main\n )\n\n return iter(dataloader)\n\n",python,tab +2,818,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"1:23:33 PM [info] Activating crowd-code\n1:23:33 PM [info] Recording started\n1:23:33 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,1169,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"1:23:34 PM [info] Git repository found\n1:23:34 PM [info] Git provider initialized successfully\n1:23:34 PM [info] Initial git state: [object Object]\n",Log,content +4,2669,"utils/dataloader.py",0,0,"",python,tab +5,5118,"utils/dataloader.py",244,0,"",python,selection_mouse +6,5121,"utils/dataloader.py",243,0,"",python,selection_command +7,22454,"utils/dataloader.py",82,1158,"class ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n",python,content +8,25167,"utils/dataloader.py",511,302," def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n",python,content +9,34411,"utils/dataloader.py",3453,515," dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n",python,content +10,35561,"utils/dataloader.py",3677,0,"",python,selection_mouse +11,41429,"utils/dataloader.py",0,0,"",python,tab +12,48042,"utils/dataloader.py",943,0,"",python,selection_mouse +13,48046,"utils/dataloader.py",942,0,"",python,selection_command +14,48740,"utils/dataloader.py",0,0,"",python,tab +15,51388,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n array_record_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n<<<<<<< HEAD\n num_workers=8,\n prefetch_buffer_size=1,\n=======\n>>>>>>> main\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +16,53100,"requirements.txt",0,0,"dm_pix>=0.4.3\neinops>=0.8.0\nflax>=0.8.5\njax[cuda12]>=0.4.30\noptax>=0.2.3\nprocgen>=0.10.7\ntyro>=0.8.5\nwandb>=0.17.4\n<<<<<<< HEAD\ngrain>=0.2.10\npre-commit>=4.2.0\narray-record>=0.7.2\n=======\ntensorflow>=2.1\npre-commit>=4.2.0\ntqdm>=4.67.1\n>>>>>>> main\n",pip-requirements,tab +17,57397,"requirements.txt",232,0,"",pip-requirements,selection_mouse +18,63037,"requirements.txt",115,133,"grain>=0.2.10\npre-commit>=4.2.0\narray-record>=0.7.2\n",pip-requirements,content +19,64247,"requirements.txt",167,0,"\ntqdm>=4.67.1",pip-requirements,content +20,64251,"requirements.txt",168,0,"",pip-requirements,selection_command +21,64763,"requirements.txt",167,0,"",pip-requirements,selection_command +22,65167,"requirements.txt",167,1,"",pip-requirements,content +23,73672,"requirements.txt",179,0,"",pip-requirements,selection_mouse +24,73674,"requirements.txt",178,0,"",pip-requirements,selection_command +25,75082,"requirements.txt",0,0,"",pip-requirements,tab +26,77927,"requirements.txt",179,0,"",pip-requirements,selection_mouse +27,77930,"requirements.txt",178,0,"",pip-requirements,selection_command +28,81225,"requirements.txt",0,0,"",pip-requirements,tab +29,85048,"train_tokenizer.py",0,0,"",python,tab +30,88792,"train_tokenizer.py",0,0,"",python,tab +31,94301,"train_tokenizer.py",7023,0," num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n",python,content +32,100085,"train_tokenizer.py",0,0,"",python,tab +33,101578,"train_tokenizer.py",634,0,"",python,selection_mouse +34,102628,"requirements.txt",0,0,"",pip-requirements,tab +35,108681,"requirements.txt",0,0,"",pip-requirements,tab +36,117187,"requirements.txt",0,0,"",pip-requirements,tab +37,124191,"utils/preprocess_video_to_npy.py",0,0,"import ffmpeg\nimport numpy as np\nimport os\nimport tyro\nimport multiprocessing as mp\nfrom dataclasses import dataclass\nimport json\n\n\n@dataclass\nclass Args:\n target_width, target_height = 160, 90\n target_fps = 10\n input_path: str = ""data/minecraft_videos""\n output_path: str = ""data/minecraft_npy""\n\n\ndef preprocess_video(\n idx, in_filename, output_path, target_width, target_height, target_fps\n):\n print(f""Processing video {idx}, Filename: {in_filename}"")\n try:\n out, _ = (\n ffmpeg.input(in_filename)\n .filter(""fps"", fps=target_fps, round=""up"")\n .filter(""scale"", target_width, target_height)\n .output(""pipe:"", format=""rawvideo"", pix_fmt=""rgb24"")\n .run(capture_stdout=True, quiet=True)\n )\n\n frame_size = target_height * target_width * 3\n n_frames = len(out) // frame_size\n\n frames = np.frombuffer(out, np.uint8).reshape(\n n_frames, target_height, target_width, 3\n )\n\n output_file = os.path.join(\n output_path, os.path.splitext(os.path.basename(in_filename))[0] + "".npy""\n )\n\n if not os.path.exists(os.path.dirname(output_file)):\n os.makedirs(os.path.dirname(output_file))\n\n np.save(output_file, frames)\n print(f""Saved {n_frames} frames to {output_file} with shape {frames.shape}"")\n return in_filename, True\n except Exception as e:\n print(f""Error processing video {idx} ({in_filename}): {e}"")\n return in_filename, False\n\n\ndef get_meta_data(filename, directory):\n filepath = os.path.join(directory, filename)\n arr = np.load(filepath, mmap_mode=""r"")\n return filepath, arr.shape[0]\n\n\ndef main():\n args = tyro.cli(Args)\n\n output_path = os.path.join(\n args.output_path,\n f""{args.target_fps}fps_{args.target_width}x{args.target_height}"",\n )\n print(f""Output path: {output_path}"")\n\n num_processes = mp.cpu_count()\n print(f""Number of processes: {num_processes}"")\n\n print(""Converting mp4 to npy files..."")\n pool_args = [\n (\n idx,\n os.path.join(args.input_path, in_filename),\n output_path,\n args.target_width,\n args.target_height,\n args.target_fps,\n )\n for idx, in_filename in enumerate(os.listdir(args.input_path))\n if in_filename.endswith("".mp4"") or in_filename.endswith("".webm"")\n ]\n\n results = []\n with mp.Pool(processes=num_processes) as pool:\n for result in pool.starmap(preprocess_video, pool_args):\n results.append(result)\n print(""Done converting mp4 to npy files"")\n\n # count the number of failed videos\n failed_videos = [result for result in results if not result[1]]\n print(f""Number of failed videos: {len(failed_videos)}"")\n print(f""Number of successful videos: {len(results) - len(failed_videos)}"")\n print(f""Number of total videos: {len(results)}"")\n\n with open(os.path.join(output_path, ""failed_videos.json""), ""w"") as f:\n json.dump(failed_videos, f)\n\n print(""Creating metadata file..."")\n metadata = []\n filenames = [\n filename\n for filename in os.listdir(output_path)\n if filename.endswith("".npy"") and filename != ""metadata.npy""\n ]\n pool_args = [(filename, output_path) for filename in filenames]\n\n with mp.Pool(processes=num_processes) as pool:\n results = list(pool.starmap(get_meta_data, pool_args))\n metadata = [{""path"": path, ""length"": length} for path, length in results]\n np.save(os.path.join(output_path, ""metadata.npy""), metadata)\n print(f""Saved {len(metadata)} videos to {output_path}"")\n\n\nif __name__ == ""__main__"":\n main()\n",python,tab +38,141489,"utils/preprocess_dataset.py",0,0,"from dataclasses import dataclass\n\nimport tensorflow as tf\nimport numpy as np\nimport logging\nimport tyro\nfrom pathlib import Path\nfrom tqdm import tqdm\n\nlogging.basicConfig(level=logging.INFO)\n\n\n@dataclass\nclass Args:\n source_data_dir: str = ""data/coinrun_episodes""\n output_tfrecords_dir: str = ""data/coinrun_tfrecords""\n num_shards: int = 50\n\n\nargs = tyro.cli(Args)\n\n\ndef _bytes_feature(value):\n if isinstance(value, type(tf.constant(0))):\n value = value.numpy()\n return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))\n\n\ndef _int64_feature(value):\n return tf.train.Feature(int64_list=tf.train.Int64List(value=[value]))\n\n\ndef create_tfrecord_example(episode_numpy_array):\n feature = {\n ""height"": _int64_feature(episode_numpy_array.shape[1]),\n ""width"": _int64_feature(episode_numpy_array.shape[2]),\n ""channels"": _int64_feature(episode_numpy_array.shape[3]),\n ""sequence_length"": _int64_feature(episode_numpy_array.shape[0]),\n ""raw_video"": _bytes_feature(episode_numpy_array.tobytes()),\n }\n return tf.train.Example(features=tf.train.Features(feature=feature))\n\n\ndef main_preprocess(data_dir_str, output_dir_str, num_shards):\n data_dir = Path(data_dir_str)\n output_dir = Path(output_dir_str)\n output_dir.mkdir(parents=True, exist_ok=True)\n\n metadata = np.load(data_dir / ""metadata.npy"", allow_pickle=True)\n episode_source_paths = [Path(item[""path""]) for item in metadata]\n num_total_episodes = len(episode_source_paths)\n\n if num_shards <= 0:\n raise ValueError(""num_shards must be positive."")\n if num_shards > num_total_episodes:\n logging.warning(\n f""Warning: num_shards ({num_shards}) is greater than total episodes ({num_total_episodes}). ""\n f""Setting num_shards to {num_total_episodes}.""\n )\n num_shards = num_total_episodes\n\n logging.info(\n f""Preparing to write {num_total_episodes} episodes to {num_shards} TFRecord shards in {output_dir}...""\n )\n\n output_filenames = [\n str(output_dir / f""shard-{i:05d}-of-{num_shards:05d}.tfrecord"")\n for i in range(num_shards)\n ]\n writers = [tf.io.TFRecordWriter(filename) for filename in output_filenames]\n\n writer_idx_for_episode = 0\n try:\n for i, npy_path in tqdm(\n enumerate(episode_source_paths),\n total=num_total_episodes,\n desc=""Processing episodes"",\n ):\n try:\n episode_data = np.load(npy_path)\n tf_example = create_tfrecord_example(episode_data)\n\n current_writer = writers[writer_idx_for_episode]\n current_writer.write(tf_example.SerializeToString())\n\n writer_idx_for_episode = (writer_idx_for_episode + 1) % num_shards\n\n except Exception as e:\n logging.error(f""Skipping {npy_path} due to error: {e}"")\n finally:\n for writer in writers:\n writer.close()\n logging.info(\n f""TFRecord sharding complete. {num_shards} shards written to {output_dir}.""\n )\n logging.info(""Generated shard files:"")\n for fname in output_filenames:\n logging.info(f"" {fname}"")\n\n\nif __name__ == ""__main__"":\n if (\n not Path(args.source_data_dir).exists()\n or not (Path(args.source_data_dir) / ""metadata.npy"").exists()\n ):\n logging.error(f""Please generate data in '{args.source_data_dir}' first."")\n else:\n main_preprocess(\n args.source_data_dir, args.output_tfrecords_dir, args.num_shards\n )\n",python,tab +39,141490,"utils/preprocess_dataset.py",130,0,"",python,selection_command +40,145949,"utils/parameter_utils.py",0,0,"from jax.tree_util import tree_map, tree_reduce\n\n\ndef count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,tab +41,149228,"tests/data/generate_dummy_data.py",0,0,"import tyro\nimport tensorflow as tf\nimport numpy as np\nfrom pathlib import Path\nfrom dataclasses import dataclass\n\n@dataclass\nclass Args:\n data_dir: str = ""data_tfrecords/dummy""\n num_episodes: int = 5\n episode_length: int = 16\n\n\n\ndef _bytes_feature(value):\n """"""Returns a bytes_list from a string / byte.""""""\n if isinstance(value, type(tf.constant(0))):\n value = value.numpy() # BytesList won't unpack a string from an EagerTensor.\n return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))\n\n\ndef _int64_feature(value):\n """"""Returns an int64_list from a bool / enum / int / uint.""""""\n return tf.train.Feature(int64_list=tf.train.Int64List(value=[value]))\n\n\ndef create_tfrecord_example(episode_numpy_array):\n """"""Creates a TFRecord example from a numpy array video.""""""\n feature = {\n ""height"": _int64_feature(episode_numpy_array.shape[1]),\n ""width"": _int64_feature(episode_numpy_array.shape[2]),\n ""channels"": _int64_feature(episode_numpy_array.shape[3]),\n ""sequence_length"": _int64_feature(episode_numpy_array.shape[0]),\n ""raw_video"": _bytes_feature(episode_numpy_array.tobytes()),\n }\n return tf.train.Example(features=tf.train.Features(feature=feature))\n\n\ndef generate_dummy_tfrecord(\n output_path, num_episodes=5, episode_length=16, height=90, width=160, channels=3\n):\n """"""Generates a dummy TFRecord file with synthetic video data.""""""\n print(f""Generating dummy TFRecord file at {output_path}"")\n with tf.io.TFRecordWriter(str(output_path)) as writer:\n for i in range(num_episodes):\n np.random.seed(i) # Seed per episode for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n tf_example = create_tfrecord_example(dummy_video)\n writer.write(tf_example.SerializeToString())\n print(""Dummy TFRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n args = tyro.cli(Args)\n temp_dir = Path(args.data_dir)\n temp_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = temp_dir / ""dummy_test_shard.tfrecord""\n generate_dummy_tfrecord(dummy_file, num_episodes=args.num_episodes, episode_length=args.episode_length)\n print(f""Generated dummy file: {dummy_file}"")",python,tab +42,153862,"tests/test_dataloader.py",0,0,"import unittest\nimport numpy as np\nimport tensorflow as tf\nimport tempfile\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_tfrecord import generate_dummy_tfrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n self.dummy_tfrecord_path = self.test_data_dir / ""dummy_test_shard.tfrecord""\n\n self.num_episodes = 5\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n generate_dummy_tfrecord(\n self.dummy_tfrecord_path,\n num_episodes=self.num_episodes,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n )\n self.tfrecord_files = [str(self.dummy_tfrecord_path)]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"") # type: ignore\n\n\nif __name__ == ""__main__"":\n unittest.main()",python,tab +43,154591,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n array_record_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +44,154593,"train_tokenizer.py",547,0,"",python,selection_command +45,158896,"train_tokenizer.py",603,0,"",python,selection_mouse +46,160149,"train_tokenizer.py",4842,0,"",python,selection_command +47,176752,"train_tokenizer.py",4835,0,"",python,selection_mouse +48,221910,"train_tokenizer.py",4774,0,"",python,selection_mouse +49,221915,"train_tokenizer.py",4773,0,"",python,selection_command +50,225773,"train_tokenizer.py",4940,0,"",python,selection_command +51,229515,"train_tokenizer.py",4774,0,"",python,selection_mouse +52,229518,"train_tokenizer.py",4773,0,"",python,selection_command +53,248261,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""lam_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +54,248263,"train_lam.py",544,0,"",python,selection_command +55,258216,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom models.tokenizer import TokenizerVQVAE\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +56,258217,"train_dynamics.py",617,0,"",python,selection_command +57,263893,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :frame_idx], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid\n\n\n# --- Get video + latent actions ---\ntfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions from first video only\nfirst_video = video_batch[:1]\nbatch = dict(videos=first_video)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(1, args.seq_len - 1, 1)\n# Use actions from first video for all videos\naction_batch = jnp.repeat(action_batch, video_batch.shape[0], axis=0)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\nfirst_true = (video_batch[0:1] * 255).astype(np.uint8)\nfirst_pred = (vid[0:1] * 255).astype(np.uint8)\nfirst_video_comparison = np.zeros((2, *vid.shape[1:5]), dtype=np.uint8)\nfirst_video_comparison[0] = first_true[:, : vid.shape[1]]\nfirst_video_comparison[1] = first_pred\n# For other videos, only show generated video\nother_preds = (vid[1:] * 255).astype(np.uint8)\nall_frames = np.concatenate([first_video_comparison, other_preds], axis=0)\nflat_vid = einops.rearrange(all_frames, ""n t h w c -> t h (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in flat_vid]\n# Write actions on each frame\nfor img, action in zip(imgs[1:], action_batch[0, :, 0]):\n d = ImageDraw.Draw(img)\n d.text((2, 2), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +58,263894,"sample.py",46,0,"",python,selection_command +59,279205,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :frame_idx], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid\n\n\n# --- Get video + latent actions ---\ntfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions from first video only\nfirst_video = video_batch[:1]\nbatch = dict(videos=first_video)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(1, args.seq_len - 1, 1)\n# Use actions from first video for all videos\naction_batch = jnp.repeat(action_batch, video_batch.shape[0], axis=0)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\nfirst_true = (video_batch[0:1] * 255).astype(np.uint8)\nfirst_pred = (vid[0:1] * 255).astype(np.uint8)\nfirst_video_comparison = np.zeros((2, *vid.shape[1:5]), dtype=np.uint8)\nfirst_video_comparison[0] = first_true[:, : vid.shape[1]]\nfirst_video_comparison[1] = first_pred\n# For other videos, only show generated video\nother_preds = (vid[1:] * 255).astype(np.uint8)\nall_frames = np.concatenate([first_video_comparison, other_preds], axis=0)\nflat_vid = einops.rearrange(all_frames, ""n t h w c -> t h (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in flat_vid]\n# Write actions on each frame\nfor img, action in zip(imgs[1:], action_batch[0, :, 0]):\n d = ImageDraw.Draw(img)\n d.text((2, 2), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +60,279688,"sample.py",0,0,"",python,selection_command +61,281086,"sample.py",34,0,"",python,selection_command +62,281264,"sample.py",46,0,"",python,selection_command +63,281292,"sample.py",56,0,"",python,selection_command +64,281317,"sample.py",57,0,"",python,selection_command +65,281351,"sample.py",78,0,"",python,selection_command +66,281385,"sample.py",92,0,"",python,selection_command +67,281417,"sample.py",103,0,"",python,selection_command +68,281451,"sample.py",127,0,"",python,selection_command +69,281489,"sample.py",146,0,"",python,selection_command +70,281586,"sample.py",194,0,"",python,selection_command +71,281588,"sample.py",227,0,"",python,selection_command +72,281590,"sample.py",239,0,"",python,selection_command +73,281623,"sample.py",240,0,"",python,selection_command +74,281655,"sample.py",264,0,"",python,selection_command +75,283383,"sample.py",3153,0,"",python,selection_command +76,283879,"sample.py",3152,0,"\n",python,content +77,283925,"sample.py",3153,0,"#",python,content +78,283927,"sample.py",3154,0,"",python,selection_keyboard +79,283989,"sample.py",3154,0," ",python,content +80,283990,"sample.py",3155,0,"",python,selection_keyboard +81,284210,"sample.py",3155,0,"F",python,content +82,284211,"sample.py",3156,0,"",python,selection_keyboard +83,284212,"sample.py",3156,0,"I",python,content +84,284213,"sample.py",3157,0,"",python,selection_keyboard +85,284282,"sample.py",3157,0,"X",python,content +86,284283,"sample.py",3158,0,"",python,selection_keyboard +87,284402,"sample.py",3158,0,"M",python,content +88,284402,"sample.py",3159,0,"",python,selection_keyboard +89,284487,"sample.py",3159,0,"E",python,content +90,284488,"sample.py",3160,0,"",python,selection_keyboard +91,285154,"sample.py",3160,0," ",python,content +92,285155,"sample.py",3161,0,"",python,selection_keyboard +93,285453,"sample.py",3161,0,"()",python,content +94,285454,"sample.py",3162,0,"",python,selection_keyboard +95,285781,"sample.py",3161,2,"",python,content +96,285925,"sample.py",3160,1,"",python,content +97,286214,"sample.py",3160,0," ",python,content +98,286216,"sample.py",3161,0,"",python,selection_keyboard +99,286343,"sample.py",3161,0,"()",python,content +100,286344,"sample.py",3162,0,"",python,selection_keyboard +101,286632,"sample.py",3162,0,"f",python,content +102,286634,"sample.py",3163,0,"",python,selection_keyboard +103,286829,"sample.py",3163,0,".",python,content +104,286830,"sample.py",3164,0,"",python,selection_keyboard +105,286893,"sample.py",3164,0,"s",python,content +106,286894,"sample.py",3165,0,"",python,selection_keyboard +107,286961,"sample.py",3165,0,"r",python,content +108,286963,"sample.py",3166,0,"",python,selection_keyboard +109,287047,"sample.py",3166,0,"m",python,content +110,287048,"sample.py",3167,0,"",python,selection_keyboard +111,287052,"sample.py",3167,0,"a",python,content +112,287052,"sample.py",3168,0,"",python,selection_keyboard +113,287235,"sample.py",3168,0,"b",python,content +114,287236,"sample.py",3169,0,"",python,selection_keyboard +115,287354,"sample.py",3169,0,"i",python,content +116,287356,"sample.py",3170,0,"",python,selection_keyboard +117,287362,"sample.py",3170,0,"c",python,content +118,287363,"sample.py",3171,0,"",python,selection_keyboard +119,287398,"sample.py",3171,0,"a",python,content +120,287399,"sample.py",3172,0,"",python,selection_keyboard +121,287545,"sample.py",3172,0,"l",python,content +122,287546,"sample.py",3173,0,"",python,selection_keyboard +123,287882,"sample.py",3172,1,"",python,content +124,288026,"sample.py",3164,8,"",python,content +125,288396,"sample.py",3164,0,"s",python,content +126,288398,"sample.py",3165,0,"",python,selection_keyboard +127,288402,"sample.py",3165,0,"r",python,content +128,288404,"sample.py",3166,0,"",python,selection_keyboard +129,288474,"sample.py",3166,0,"a",python,content +130,288475,"sample.py",3167,0,"",python,selection_keyboard +131,288522,"sample.py",3167,0,"m",python,content +132,288523,"sample.py",3168,0,"",python,selection_keyboard +133,288692,"sample.py",3168,0,"b",python,content +134,288693,"sample.py",3169,0,"",python,selection_keyboard +135,288746,"sample.py",3169,0,"i",python,content +136,288747,"sample.py",3170,0,"",python,selection_keyboard +137,288826,"sample.py",3170,0,"c",python,content +138,288828,"sample.py",3171,0,"",python,selection_keyboard +139,288856,"sample.py",3171,0,"a",python,content +140,288858,"sample.py",3172,0,"",python,selection_keyboard +141,288973,"sample.py",3172,0,"l",python,content +142,288975,"sample.py",3173,0,"",python,selection_keyboard +143,289113,"sample.py",3172,0,"",python,selection_command +144,289427,"sample.py",3174,0,"",python,selection_command +145,289466,"sample.py",3174,0,":",python,content +146,289467,"sample.py",3175,0,"",python,selection_keyboard +147,289551,"sample.py",3175,0," ",python,content +148,289553,"sample.py",3176,0,"",python,selection_keyboard +149,290690,"sample.py",3176,0,"N",python,content +150,290691,"sample.py",3177,0,"",python,selection_keyboard +151,290776,"sample.py",3177,0,"e",python,content +152,290776,"sample.py",3178,0,"",python,selection_keyboard +153,290919,"sample.py",3178,0,"e",python,content +154,290919,"sample.py",3179,0,"",python,selection_keyboard +155,290959,"sample.py",3179,0,"d",python,content +156,290959,"sample.py",3180,0,"",python,selection_keyboard +157,291009,"sample.py",3180,0," ",python,content +158,291010,"sample.py",3181,0,"",python,selection_keyboard +159,291177,"sample.py",3181,0,"t",python,content +160,291178,"sample.py",3182,0,"",python,selection_keyboard +161,291247,"sample.py",3182,0,"o",python,content +162,291247,"sample.py",3183,0,"",python,selection_keyboard +163,291261,"sample.py",3183,0," ",python,content +164,291261,"sample.py",3184,0,"",python,selection_keyboard +165,291391,"sample.py",3184,0,"c",python,content +166,291392,"sample.py",3185,0,"",python,selection_keyboard +167,291476,"sample.py",3185,0,"h",python,content +168,291477,"sample.py",3186,0,"",python,selection_keyboard +169,291508,"sample.py",3186,0,"a",python,content +170,291509,"sample.py",3187,0,"",python,selection_keyboard +171,291661,"sample.py",3187,0,"n",python,content +172,291662,"sample.py",3188,0,"",python,selection_keyboard +173,291758,"sample.py",3188,0,"g",python,content +174,291760,"sample.py",3189,0,"",python,selection_keyboard +175,291775,"sample.py",3189,0,"e",python,content +176,291777,"sample.py",3190,0,"",python,selection_keyboard +177,291858,"sample.py",3190,0," ",python,content +178,291860,"sample.py",3191,0,"",python,selection_keyboard +179,291896,"sample.py",3191,0,"t",python,content +180,291897,"sample.py",3192,0,"",python,selection_keyboard +181,292011,"sample.py",3192,0,"h",python,content +182,292012,"sample.py",3193,0,"",python,selection_keyboard +183,292076,"sample.py",3193,0,"i",python,content +184,292077,"sample.py",3194,0,"",python,selection_keyboard +185,292081,"sample.py",3194,0,"s",python,content +186,292081,"sample.py",3195,0,"",python,selection_keyboard +187,292158,"sample.py",3195,0," ",python,content +188,292159,"sample.py",3196,0,"",python,selection_keyboard +189,292242,"sample.py",3196,0,"t",python,content +190,292243,"sample.py",3197,0,"",python,selection_keyboard +191,292347,"sample.py",3197,0,"o",python,content +192,292348,"sample.py",3198,0,"",python,selection_keyboard +193,292410,"sample.py",3198,0," ",python,content +194,292410,"sample.py",3199,0,"",python,selection_keyboard +195,293867,"sample.py",3199,0,"a",python,content +196,293868,"sample.py",3200,0,"",python,selection_keyboard +197,294066,"sample.py",3200,0,"r",python,content +198,294067,"sample.py",3201,0,"",python,selection_keyboard +199,294225,"sample.py",3201,0,"r",python,content +200,294226,"sample.py",3202,0,"",python,selection_keyboard +201,294291,"sample.py",3202,0,"a",python,content +202,294291,"sample.py",3203,0,"",python,selection_keyboard +203,294413,"sample.py",3203,0,"y",python,content +204,294414,"sample.py",3204,0,"",python,selection_keyboard +205,294599,"sample.py",3204,0,"_",python,content +206,294600,"sample.py",3205,0,"",python,selection_keyboard +207,294716,"sample.py",3205,0,"r",python,content +208,294716,"sample.py",3206,0,"",python,selection_keyboard +209,295381,"sample.py",3206,0,"c",python,content +210,295382,"sample.py",3207,0,"",python,selection_keyboard +211,295497,"sample.py",3207,0,"o",python,content +212,295498,"sample.py",3208,0,"",python,selection_keyboard +213,295759,"sample.py",3207,1,"",python,content +214,295887,"sample.py",3206,1,"",python,content +215,295924,"sample.py",3206,0,"e",python,content +216,295925,"sample.py",3207,0,"",python,selection_keyboard +217,295990,"sample.py",3207,0,"c",python,content +218,295991,"sample.py",3208,0,"",python,selection_keyboard +219,296074,"sample.py",3208,0,"o",python,content +220,296075,"sample.py",3209,0,"",python,selection_keyboard +221,296169,"sample.py",3209,0,"r",python,content +222,296170,"sample.py",3210,0,"",python,selection_keyboard +223,296244,"sample.py",3210,0,"d",python,content +224,296245,"sample.py",3211,0,"",python,selection_keyboard +225,296516,"sample.py",3210,0,"",python,selection_command +226,298900,"requirements.txt",0,0,"dm_pix>=0.4.3\neinops>=0.8.0\nflax>=0.8.5\njax[cuda12]>=0.4.30\noptax>=0.2.3\nprocgen>=0.10.7\ntyro>=0.8.5\nwandb>=0.17.4\ngrain>=0.2.10\npre-commit>=4.2.0\narray-record>=0.7.2\ntqdm>=4.67.1",pip-requirements,tab +227,298937,"requirements.txt",167,0,"",pip-requirements,selection_command +228,347865,"sample.py",0,0,"",python,tab +229,351078,"reprocess_knoms_to_optimized_arrayrecord_layout.py",0,0,"from utils.dataloader import reprocess_arrayrecords_to_chunks\n\nreprocess_arrayrecords_to_chunks(\n arrayrecord_folder=""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knoms_arrayrecords_500_shards"",\n output_folder=""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knoms_arrayrecords_500_shards_optimized_layout"",\n)",python,tab +230,351951,"generate_arrayrecord_dataset.py",0,0,"#!/usr/bin/env python3\n""""""\nGenerate ArrayRecord dataset compatible with train_tokenizer.py\n\nThis script creates synthetic video data and saves it in ArrayRecord format\nthat can be used by the tokenizer training script.\n""""""\n\nimport os\nimport pickle\nimport numpy as np\nimport grain\nfrom array_record.python.array_record_module import ArrayRecordWriter\nimport argparse\nimport multiprocessing as mp\nfrom functools import partial\nimport time\n\n\ndef generate_synthetic_video(\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3\n) -> np.ndarray:\n """"""\n Generate synthetic video data with random frames for training.\n \n Args:\n seq_len: Number of frames in the video sequence\n height: Height of each frame\n width: Width of each frame\n channels: Number of color channels\n \n Returns:\n Video array of shape (seq_len, height, width, channels)\n """"""\n video = np.random.rand(seq_len, height, width, channels).astype(np.float32)\n \n return video\n\n\ndef create_single_arrayrecord_file(\n file_info: tuple,\n output_dir: str,\n seq_len: int,\n height: int,\n width: int,\n channels: int,\n records_per_file: int,\n seed: int\n) -> tuple:\n """"""\n Create a single ArrayRecord file with synthetic video data.\n \n Args:\n file_info: Tuple of (file_idx, start_idx, end_idx)\n output_dir: Directory to save ArrayRecord files\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n \n Returns:\n Tuple of (file_path, num_videos_created, success)\n """"""\n file_idx, start_idx, end_idx = file_info\n videos_in_file = end_idx - start_idx\n \n # Set seed for this process (add file_idx to make each file different)\n np.random.seed(seed + file_idx)\n \n file_path = os.path.join(output_dir, f""videos_{file_idx:04d}.array_record"")\n \n try:\n writer = ArrayRecordWriter(file_path, ""group_size:1"")\n \n for video_idx in range(videos_in_file):\n video = generate_synthetic_video(seq_len, height, width, channels)\n \n # Convert to uint8 format as expected by the dataloader\n video_uint8 = (video * 255).astype(np.uint8)\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": video_uint8.tobytes(),\n ""sequence_length"": seq_len\n }\n \n writer.write(pickle.dumps(record))\n \n writer.close()\n return (file_path, videos_in_file, True)\n \n except Exception as e:\n print(f""Error creating file {file_path}: {e}"")\n return (file_path, 0, False)\n\n\ndef create_arrayrecord_dataset(\n output_dir: str,\n num_videos: int = 1000,\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3,\n records_per_file: int = 100,\n seed: int = 42,\n num_processes: int | None = None\n):\n """"""\n Create ArrayRecord dataset with synthetic video data using multiprocessing.\n \n Args:\n output_dir: Directory to save ArrayRecord files\n num_videos: Total number of videos to generate\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n num_processes: Number of processes to use (None for auto-detect)\n """"""\n os.makedirs(output_dir, exist_ok=True)\n \n num_files = (num_videos + records_per_file - 1) // records_per_file\n \n print(f""Generating {num_videos} videos across {num_files} ArrayRecord files..."")\n print(f""Each file will contain up to {records_per_file} videos"")\n print(f""Video dimensions: {seq_len} frames × {height}×{width}×{channels}"")\n \n # Prepare file information for each worker\n file_infos = []\n for file_idx in range(num_files):\n start_idx = file_idx * records_per_file\n end_idx = min((file_idx + 1) * records_per_file, num_videos)\n file_infos.append((file_idx, start_idx, end_idx))\n \n # Set number of processes (use CPU count if not specified)\n if num_processes is None:\n num_processes = min(mp.cpu_count(), num_files)\n \n print(f""Using {num_processes} processes for parallel generation..."")\n \n start_time = time.time()\n \n # Create partial function with fixed arguments\n worker_func = partial(\n create_single_arrayrecord_file,\n output_dir=output_dir,\n seq_len=seq_len,\n height=height,\n width=width,\n channels=channels,\n records_per_file=records_per_file,\n seed=seed\n )\n \n # Use multiprocessing to create files in parallel\n with mp.Pool(processes=num_processes) as pool:\n results = pool.map(worker_func, file_infos)\n \n end_time = time.time()\n \n # Process results\n total_records = 0\n successful_files = 0\n \n for file_path, num_videos_created, success in results:\n if success:\n print(f""✓ Created {file_path} with {num_videos_created} videos"")\n total_records += num_videos_created\n successful_files += 1\n else:\n print(f""✗ Failed to create {file_path}"")\n \n print(f""\nDataset generation complete!"")\n print(f""Total videos generated: {total_records}"")\n print(f""Successful files: {successful_files}/{num_files}"")\n print(f""Files created in: {output_dir}"")\n print(f""Generation time: {end_time - start_time:.2f} seconds"")\n\n\ndef verify_dataset(output_dir: str, num_samples: int = 5):\n """"""\n Verify the generated dataset using Grain's ArrayRecordDataSource.\n \n Args:\n output_dir: Directory containing ArrayRecord files\n num_samples: Number of samples to verify\n """"""\n print(f""\nVerifying dataset in {output_dir}..."")\n \n # Find all ArrayRecord files\n array_record_files = [\n os.path.join(output_dir, f) \n for f in os.listdir(output_dir) \n if f.endswith('.array_record')\n ]\n \n if not array_record_files:\n print(""No ArrayRecord files found!"")\n return\n \n print(f""Found {len(array_record_files)} ArrayRecord files"")\n \n # Use Grain's ArrayRecordDataSource as shown in the documentation\n try:\n data_source = grain.sources.ArrayRecordDataSource(array_record_files[0])\n print(f""Number of records in first file: {len(data_source)}"")\n \n # Load and verify a few samples\n for i in range(min(num_samples, len(data_source))):\n record_bytes = data_source[i]\n record = pickle.loads(record_bytes)\n \n # Reconstruct video from raw_video bytes\n video_shape = (record[""sequence_length""], 90, 160, 3) # Hardcoded for now\n video = np.frombuffer(record[""raw_video""], dtype=np.uint8).reshape(video_shape)\n \n print(f"" Record {i}: video shape = {video.shape}, dtype = {video.dtype}"")\n print(f"" Value range: [{video.min()}, {video.max()}]"")\n print(f"" Mean: {video.mean():.1f}"")\n print(f"" Sequence length: {record['sequence_length']}"")\n \n except Exception as e:\n print(f""Error reading ArrayRecord file: {e}"")\n print(""This might indicate a file format issue."")\n\n\ndef main():\n parser = argparse.ArgumentParser(description=""Generate ArrayRecord dataset for tokenizer training"")\n parser.add_argument(""--output_dir"", type=str, default=""data_arrayrecord/dummy"",\n help=""Output directory for ArrayRecord files"")\n parser.add_argument(""--num_videos"", type=int, default=1000,\n help=""Total number of videos to generate"")\n parser.add_argument(""--seq_len"", type=int, default=16,\n help=""Number of frames per video"")\n parser.add_argument(""--height"", type=int, default=90,\n help=""Frame height"")\n parser.add_argument(""--width"", type=int, default=160,\n help=""Frame width"")\n parser.add_argument(""--channels"", type=int, default=3,\n help=""Number of color channels"")\n parser.add_argument(""--records_per_file"", type=int, default=100,\n help=""Number of records per ArrayRecord file"")\n parser.add_argument(""--seed"", type=int, default=42,\n help=""Random seed for reproducibility"")\n parser.add_argument(""--num_processes"", type=int, default=None,\n help=""Number of processes to use (default: auto-detect)"")\n parser.add_argument(""--verify"", action=""store_true"",\n help=""Verify the generated dataset"")\n \n args = parser.parse_args()\n \n create_arrayrecord_dataset(\n output_dir=args.output_dir,\n num_videos=args.num_videos,\n seq_len=args.seq_len,\n height=args.height,\n width=args.width,\n channels=args.channels,\n records_per_file=args.records_per_file,\n seed=args.seed,\n num_processes=args.num_processes\n )\n \n # Verify if requested\n if args.verify:\n verify_dataset(args.output_dir)\n \nif __name__ == ""__main__"":\n main()\n",python,tab +231,352465,"convert_knoms_to_arrayrecords.py",0,0,"from utils.dataloader import convert_tfrecords_to_arrayrecords\n\nconvert_tfrecords_to_arrayrecords(\n tfrecord_folder=""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knoms_tfrecords_500_shards"",\n output_folder=""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knoms_arrayrecords_500_shards_group_size_1"",\n)",python,tab +232,353309,"sample.py",0,0,"",python,tab +233,353310,"sample.py",3153,0,"",python,selection_command +234,448643,".gitignore",0,0,"*.pyc\n*.npy\n*.tfrecord\n*.png\n*.gif\n*.out\n*.csv\n\nwandb_key\ncheckpoints/\nwandb/\n__pycache__/\nlam_ckpt_dir/\ntokenizer_ckpt_dir/\ndynamics_ckpt_dir/\nexperiments/\noutputs/",ignore,tab +235,451563,".gitignore",76,0,"",ignore,selection_command +236,451746,".gitignore",85,0,"",ignore,selection_command +237,451924,".gitignore",98,0,"",ignore,selection_command +238,452252,".gitignore",91,13,"lam_ckpt_dir/",ignore,selection_command +239,452380,".gitignore",91,33,"lam_ckpt_dir/\ntokenizer_ckpt_dir/",ignore,selection_command +240,452535,".gitignore",91,52,"lam_ckpt_dir/\ntokenizer_ckpt_dir/\ndynamics_ckpt_dir/",ignore,selection_command +241,452663,".gitignore",91,65,"lam_ckpt_dir/\ntokenizer_ckpt_dir/\ndynamics_ckpt_dir/\nexperiments/",ignore,selection_command +242,453146,".gitignore",91,52,"lam_ckpt_dir/\ntokenizer_ckpt_dir/\ndynamics_ckpt_dir/",ignore,selection_command +243,455398,".gitignore",91,53,"",ignore,content +244,459104,"sample.py",0,0,"",python,tab +245,501987,"utils/dataloader.py",0,0,"",python,tab +246,503247,"utils/dataset_utils.py",0,0,"import os\nimport multiprocessing as mp\nimport tensorflow as tf\nfrom typing import Optional\nfrom array_record.python.array_record_module import ArrayRecordWriter, ArrayRecordReader\nfrom pathlib import Path\nfrom functools import partial\n\ntf.config.experimental.set_visible_devices([], ""GPU"")\n\ndef _convert_single_tfrecord(\n tfrecord_file: Path,\n output_folder: str,\n feature_description: dict,\n) -> str:\n """"""\n Convert a single TFRecord file to ArrayRecord format.\n \n Args:\n tfrecord_file: Path to the TFRecord file\n output_folder: Output folder for the ArrayRecord file\n feature_description: Dictionary describing TFRecord features\n \n Returns:\n Path to the created ArrayRecord file\n """"""\n output_filename = tfrecord_file.stem + "".array_record""\n output_file = os.path.join(output_folder, output_filename)\n \n dataset = tf.data.TFRecordDataset(str(tfrecord_file))\n \n def parse_tfrecord(example_proto):\n """"""Parse a single TFRecord example.""""""\n parsed_features = tf.io.parse_single_example(example_proto, feature_description)\n raw_video_bytes = parsed_features['raw_video'].numpy()\n sequence_length = int(parsed_features['sequence_length'].numpy())\n \n return {\n 'raw_video': raw_video_bytes,\n 'sequence_length': sequence_length,\n }\n \n record_count = 0\n writer = ArrayRecordWriter(output_file, ""group_size:1"")\n for record in dataset:\n parsed_record = parse_tfrecord(record)\n writer.write(pickle.dumps(parsed_record))\n record_count += 1\n writer.close()\n \n print(f""Converted {tfrecord_file.name} -> {output_filename}: {record_count} records"")\n return output_file\n\n\ndef convert_tfrecords_to_arrayrecords(\n tfrecord_folder: str,\n output_folder: str,\n feature_description: Optional[dict] = None,\n num_workers: Optional[int] = None,\n):\n """"""\n Converts TFRecord files to ArrayRecord format for use with Grain.\n Creates one ArrayRecord file per TFRecord file using multiprocessing.\n \n Args:\n tfrecord_folder: Path to folder containing TFRecord files\n output_folder: Path to output folder for ArrayRecord files\n feature_description: Dictionary describing TFRecord features. If None,\n uses default description for video data.\n num_workers: Number of worker processes. If None, uses CPU count.\n \n Returns:\n List of paths to created ArrayRecord files\n """"""\n if feature_description is None:\n feature_description = {\n 'raw_video': tf.io.FixedLenFeature([], tf.string),\n 'sequence_length': tf.io.FixedLenFeature([], tf.int64),\n }\n \n os.makedirs(output_folder, exist_ok=True)\n \n tfrecord_files = list(Path(tfrecord_folder).glob(""*.tfrecord""))\n if not tfrecord_files:\n raise ValueError(f""No TFRecord files found in {tfrecord_folder}"")\n \n print(f""Found {len(tfrecord_files)} TFRecord files"")\n \n if num_workers is None:\n num_workers = min(mp.cpu_count(), len(tfrecord_files))\n \n print(f""Using {num_workers} worker processes for conversion"")\n \n convert_func = partial(\n _convert_single_tfrecord,\n output_folder=output_folder,\n feature_description=feature_description\n )\n \n with mp.Pool(processes=num_workers) as pool:\n arrayrecord_files = pool.map(convert_func, tfrecord_files)\n \n print(f""Conversion complete! Created {len(arrayrecord_files)} ArrayRecord files"")\n return arrayrecord_files\n\n\ndef _reprocess_single_arrayrecord(\n arrayrecord_file: Path,\n output_folder: str,\n chunk_size: int,\n videos_per_file: int,\n image_h: int,\n image_w: int,\n image_c: int,\n file_index: int,\n) -> list[str]:\n """"""\n Reprocess a single ArrayRecord file by splitting videos into chunks.\n \n Args:\n arrayrecord_file: Path to the ArrayRecord file\n output_folder: Output folder for the chunked files\n chunk_size: Number of frames per video chunk\n videos_per_file: Number of video chunks per output file\n image_h: Image height in pixels\n image_w: Image width in pixels\n image_c: Number of image channels\n file_index: Index for naming output files\n \n Returns:\n List of paths to created ArrayRecord files\n """"""\n print(f""Processing {arrayrecord_file.name}..."")\n reader = ArrayRecordReader(str(arrayrecord_file))\n \n all_record_bytes = reader.read_all()\n file_chunks = []\n \n for record_bytes in all_record_bytes:\n record = pickle.loads(record_bytes)\n video_data = record['raw_video']\n sequence_length = record['sequence_length']\n \n video_tensor = np.frombuffer(video_data, dtype=np.uint8)\n \n assert video_tensor.shape[0] == sequence_length * image_h * image_w * image_c, \\n f""Video tensor shape {video_tensor.shape} does not match expected shape {sequence_length * image_h * image_w * image_c}""\n video_tensor = video_tensor.reshape(sequence_length, image_h, image_w, image_c)\n \n current_episode_len = video_tensor.shape[0]\n if current_episode_len < chunk_size:\n print(f""Warning: Video has {current_episode_len} frames, skipping (need {chunk_size})"")\n continue\n \n for start_idx in range(0, current_episode_len - chunk_size + 1, chunk_size):\n chunk = video_tensor[start_idx:start_idx + chunk_size]\n \n # FIXME: currently no way of correlating the chunk with the original video\n chunk_record = {\n 'raw_video': chunk.tobytes(),\n 'sequence_length': chunk_size,\n }\n \n file_chunks.append(chunk_record)\n \n reader.close()\n \n # Write chunks to output files\n output_files = []\n for i in range(0, len(file_chunks), videos_per_file):\n batch_chunks = file_chunks[i:i + videos_per_file]\n output_filename = f""chunked_videos_{file_index:04d}_{i//videos_per_file:04d}.array_record""\n output_file = os.path.join(output_folder, output_filename)\n \n writer = ArrayRecordWriter(output_file, ""group_size:1"")\n for chunk in batch_chunks:\n writer.write(pickle.dumps(chunk))\n writer.close()\n \n output_files.append(output_file)\n print(f""Created {output_filename} with {len(batch_chunks)} video chunks"")\n \n print(f""Processed {arrayrecord_file.name}: {len(file_chunks)} chunks -> {len(output_files)} files"")\n return output_files\n\n\ndef reprocess_arrayrecords_to_chunks(\n arrayrecord_folder: str,\n output_folder: str,\n chunk_size: int = 160,\n videos_per_file: int = 100,\n image_h: int = 90,\n image_w: int = 160,\n image_c: int = 3,\n num_workers: Optional[int] = None,\n):\n """"""\n Reprocesses ArrayRecord files by splitting videos into chunks and creating new files.\n \n This function:\n 1. Reads existing ArrayRecord files in parallel\n 2. Splits each video into chunks of specified size\n 3. Creates new ArrayRecord files with specified number of videos per file\n \n Args:\n arrayrecord_folder: Path to folder containing input ArrayRecord files\n output_folder: Path to output folder for new ArrayRecord files\n chunk_size: Number of frames per video chunk (default: 160)\n videos_per_file: Number of video chunks per output file (default: 100)\n image_h: Image height in pixels (default: 90)\n image_w: Image width in pixels (default: 160)\n image_c: Number of image channels (default: 3 for RGB)\n num_workers: Number of worker processes. If None, uses CPU count.\n \n Returns:\n List of paths to created ArrayRecord files\n """"""\n os.makedirs(output_folder, exist_ok=True)\n \n arrayrecord_files = list(Path(arrayrecord_folder).glob(""*.array_record""))\n if not arrayrecord_files:\n raise ValueError(f""No ArrayRecord files found in {arrayrecord_folder}"")\n \n print(f""Found {len(arrayrecord_files)} ArrayRecord files"")\n \n if num_workers is None:\n num_workers = min(mp.cpu_count(), len(arrayrecord_files))\n \n print(f""Using {num_workers} worker processes for reprocessing"")\n \n # Create a list of arguments for each file processing task\n process_args = []\n for i, file_path in enumerate(arrayrecord_files):\n process_args.append((\n file_path,\n output_folder,\n chunk_size,\n videos_per_file,\n image_h,\n image_w,\n image_c,\n i,\n ))\n \n # Process files in parallel\n with mp.Pool(processes=num_workers) as pool:\n results = pool.starmap(_reprocess_single_arrayrecord, process_args)\n \n # Flatten the results\n all_output_files = []\n for result in results:\n all_output_files.extend(result)\n \n print(f""Reprocessing complete! Created {len(all_output_files)} new ArrayRecord files"")\n return all_output_files",python,tab +247,504883,"utils/nn.py",0,0,"import math\nfrom typing import Dict, Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(),\n nn.Dense(self.model_dim),\n nn.LayerNorm(),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n )(x)\n x = nn.Dense(self.out_dim)(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n",python,tab +248,505578,"utils/parameter_utils.py",0,0,"from jax.tree_util import tree_map, tree_reduce\n\n\ndef count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,tab +249,509909,"utils/nn.py",0,0,"",python,tab +250,510713,"utils/preprocess_dataset.py",0,0,"from dataclasses import dataclass\n\nimport tensorflow as tf\nimport numpy as np\nimport logging\nimport tyro\nfrom pathlib import Path\nfrom tqdm import tqdm\n\nlogging.basicConfig(level=logging.INFO)\n\n\n@dataclass\nclass Args:\n source_data_dir: str = ""data/coinrun_episodes""\n output_tfrecords_dir: str = ""data/coinrun_tfrecords""\n num_shards: int = 50\n\n\nargs = tyro.cli(Args)\n\n\ndef _bytes_feature(value):\n if isinstance(value, type(tf.constant(0))):\n value = value.numpy()\n return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))\n\n\ndef _int64_feature(value):\n return tf.train.Feature(int64_list=tf.train.Int64List(value=[value]))\n\n\ndef create_tfrecord_example(episode_numpy_array):\n feature = {\n ""height"": _int64_feature(episode_numpy_array.shape[1]),\n ""width"": _int64_feature(episode_numpy_array.shape[2]),\n ""channels"": _int64_feature(episode_numpy_array.shape[3]),\n ""sequence_length"": _int64_feature(episode_numpy_array.shape[0]),\n ""raw_video"": _bytes_feature(episode_numpy_array.tobytes()),\n }\n return tf.train.Example(features=tf.train.Features(feature=feature))\n\n\ndef main_preprocess(data_dir_str, output_dir_str, num_shards):\n data_dir = Path(data_dir_str)\n output_dir = Path(output_dir_str)\n output_dir.mkdir(parents=True, exist_ok=True)\n\n metadata = np.load(data_dir / ""metadata.npy"", allow_pickle=True)\n episode_source_paths = [Path(item[""path""]) for item in metadata]\n num_total_episodes = len(episode_source_paths)\n\n if num_shards <= 0:\n raise ValueError(""num_shards must be positive."")\n if num_shards > num_total_episodes:\n logging.warning(\n f""Warning: num_shards ({num_shards}) is greater than total episodes ({num_total_episodes}). ""\n f""Setting num_shards to {num_total_episodes}.""\n )\n num_shards = num_total_episodes\n\n logging.info(\n f""Preparing to write {num_total_episodes} episodes to {num_shards} TFRecord shards in {output_dir}...""\n )\n\n output_filenames = [\n str(output_dir / f""shard-{i:05d}-of-{num_shards:05d}.tfrecord"")\n for i in range(num_shards)\n ]\n writers = [tf.io.TFRecordWriter(filename) for filename in output_filenames]\n\n writer_idx_for_episode = 0\n try:\n for i, npy_path in tqdm(\n enumerate(episode_source_paths),\n total=num_total_episodes,\n desc=""Processing episodes"",\n ):\n try:\n episode_data = np.load(npy_path)\n tf_example = create_tfrecord_example(episode_data)\n\n current_writer = writers[writer_idx_for_episode]\n current_writer.write(tf_example.SerializeToString())\n\n writer_idx_for_episode = (writer_idx_for_episode + 1) % num_shards\n\n except Exception as e:\n logging.error(f""Skipping {npy_path} due to error: {e}"")\n finally:\n for writer in writers:\n writer.close()\n logging.info(\n f""TFRecord sharding complete. {num_shards} shards written to {output_dir}.""\n )\n logging.info(""Generated shard files:"")\n for fname in output_filenames:\n logging.info(f"" {fname}"")\n\n\nif __name__ == ""__main__"":\n if (\n not Path(args.source_data_dir).exists()\n or not (Path(args.source_data_dir) / ""metadata.npy"").exists()\n ):\n logging.error(f""Please generate data in '{args.source_data_dir}' first."")\n else:\n main_preprocess(\n args.source_data_dir, args.output_tfrecords_dir, args.num_shards\n )\n",python,tab +251,512724,"utils/preprocess_video_to_npy.py",0,0,"import ffmpeg\nimport numpy as np\nimport os\nimport tyro\nimport multiprocessing as mp\nfrom dataclasses import dataclass\nimport json\n\n\n@dataclass\nclass Args:\n target_width, target_height = 160, 90\n target_fps = 10\n input_path: str = ""data/minecraft_videos""\n output_path: str = ""data/minecraft_npy""\n\n\ndef preprocess_video(\n idx, in_filename, output_path, target_width, target_height, target_fps\n):\n print(f""Processing video {idx}, Filename: {in_filename}"")\n try:\n out, _ = (\n ffmpeg.input(in_filename)\n .filter(""fps"", fps=target_fps, round=""up"")\n .filter(""scale"", target_width, target_height)\n .output(""pipe:"", format=""rawvideo"", pix_fmt=""rgb24"")\n .run(capture_stdout=True, quiet=True)\n )\n\n frame_size = target_height * target_width * 3\n n_frames = len(out) // frame_size\n\n frames = np.frombuffer(out, np.uint8).reshape(\n n_frames, target_height, target_width, 3\n )\n\n output_file = os.path.join(\n output_path, os.path.splitext(os.path.basename(in_filename))[0] + "".npy""\n )\n\n if not os.path.exists(os.path.dirname(output_file)):\n os.makedirs(os.path.dirname(output_file))\n\n np.save(output_file, frames)\n print(f""Saved {n_frames} frames to {output_file} with shape {frames.shape}"")\n return in_filename, True\n except Exception as e:\n print(f""Error processing video {idx} ({in_filename}): {e}"")\n return in_filename, False\n\n\ndef get_meta_data(filename, directory):\n filepath = os.path.join(directory, filename)\n arr = np.load(filepath, mmap_mode=""r"")\n return filepath, arr.shape[0]\n\n\ndef main():\n args = tyro.cli(Args)\n\n output_path = os.path.join(\n args.output_path,\n f""{args.target_fps}fps_{args.target_width}x{args.target_height}"",\n )\n print(f""Output path: {output_path}"")\n\n num_processes = mp.cpu_count()\n print(f""Number of processes: {num_processes}"")\n\n print(""Converting mp4 to npy files..."")\n pool_args = [\n (\n idx,\n os.path.join(args.input_path, in_filename),\n output_path,\n args.target_width,\n args.target_height,\n args.target_fps,\n )\n for idx, in_filename in enumerate(os.listdir(args.input_path))\n if in_filename.endswith("".mp4"") or in_filename.endswith("".webm"")\n ]\n\n results = []\n with mp.Pool(processes=num_processes) as pool:\n for result in pool.starmap(preprocess_video, pool_args):\n results.append(result)\n print(""Done converting mp4 to npy files"")\n\n # count the number of failed videos\n failed_videos = [result for result in results if not result[1]]\n print(f""Number of failed videos: {len(failed_videos)}"")\n print(f""Number of successful videos: {len(results) - len(failed_videos)}"")\n print(f""Number of total videos: {len(results)}"")\n\n with open(os.path.join(output_path, ""failed_videos.json""), ""w"") as f:\n json.dump(failed_videos, f)\n\n print(""Creating metadata file..."")\n metadata = []\n filenames = [\n filename\n for filename in os.listdir(output_path)\n if filename.endswith("".npy"") and filename != ""metadata.npy""\n ]\n pool_args = [(filename, output_path) for filename in filenames]\n\n with mp.Pool(processes=num_processes) as pool:\n results = list(pool.starmap(get_meta_data, pool_args))\n metadata = [{""path"": path, ""length"": length} for path, length in results]\n np.save(os.path.join(output_path, ""metadata.npy""), metadata)\n print(f""Saved {len(metadata)} videos to {output_path}"")\n\n\nif __name__ == ""__main__"":\n main()\n",python,tab +252,517331,"utils/preprocess.py",0,0,"import dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\n\n\ndef patchify(videos: jax.Array, size: int) -> jax.Array:\n B, T, H, W, C = videos.shape\n x = jnp.pad(videos, ((0, 0), (0, 0), (0, -H % size), (0, -W % size), (0, 0)))\n return einops.rearrange(\n x, ""b t (hn hp) (wn wp) c -> b t (hn wn) (hp wp c)"", hp=size, wp=size\n )\n\n\ndef unpatchify(patches: jax.Array, size: int, h_out: int, w_out: int) -> jax.Array:\n h_pad = -h_out % size\n hn = (h_out + h_pad) // size\n x = einops.rearrange(\n patches,\n ""b t (hn wn) (hp wp c) -> b t (hn hp) (wn wp) c"",\n hp=size,\n wp=size,\n hn=hn,\n )\n return x[:, :, :h_out, :w_out]\n",python,tab +253,518226,"utils/preprocess.py",693,0,"",python,selection_mouse +254,519606,"utils/preprocess_video_to_npy.py",0,0,"",python,tab +255,521404,"utils/preprocess_dataset.py",0,0,"",python,tab +256,522205,"utils/nn.py",0,0,"",python,tab +257,524589,"utils/dataset_utils.py",0,0,"",python,tab +258,525488,"utils/dataloader.py",0,0,"",python,tab +259,537028,"utils/dataloader.py",81,0,"",python,selection_mouse +260,546934,"sample.py",0,0,"",python,tab +261,546935,"sample.py",3153,0,"",python,selection_command +262,547517,"utils/dataloader.py",0,0,"",python,tab +263,549003,"sample.py",0,0,"",python,tab +264,550752,"sample.py",3229,0,"",python,selection_command +265,550885,"sample.py",3264,0,"",python,selection_command +266,551079,"sample.py",3229,0,"",python,selection_command +267,553428,"train_tokenizer.py",0,0,"",python,tab +268,554358,"train_tokenizer.py",1216,0,"",python,selection_command +269,554485,"train_tokenizer.py",1876,0,"",python,selection_command +270,554651,"train_tokenizer.py",2882,0,"",python,selection_command +271,557114,"train_tokenizer.py",6619,0,"",python,selection_command +272,641555,"train_tokenizer.py",6588,0,"",python,selection_mouse +273,641557,"train_tokenizer.py",6587,0,"",python,selection_command +274,643679,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom models.tokenizer import TokenizerVQVAE\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n array_record_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +275,644969,"train_dynamics.py",1174,0,"",python,selection_mouse +276,644978,"train_dynamics.py",1173,0,"",python,selection_command +277,645170,"train_dynamics.py",1843,0,"",python,selection_command +278,645329,"train_dynamics.py",2650,0,"",python,selection_command +279,645491,"train_dynamics.py",3543,0,"",python,selection_command +280,645808,"train_dynamics.py",4418,0,"",python,selection_command +281,645996,"train_dynamics.py",5368,0,"",python,selection_command +282,646163,"train_dynamics.py",6256,0,"",python,selection_command +283,646337,"train_dynamics.py",7060,0,"",python,selection_command +284,647035,"train_dynamics.py",7035,0,"",python,selection_command +285,647285,"train_dynamics.py",7013,0,"",python,selection_command +286,647306,"train_dynamics.py",6985,0,"",python,selection_command +287,647341,"train_dynamics.py",6920,0,"",python,selection_command +288,647373,"train_dynamics.py",6861,0,"",python,selection_command +289,647407,"train_dynamics.py",6828,0,"",python,selection_command +290,647441,"train_dynamics.py",6818,0,"",python,selection_command +291,647473,"train_dynamics.py",6783,0,"",python,selection_command +292,647508,"train_dynamics.py",6740,0,"",python,selection_command +293,647540,"train_dynamics.py",6701,0,"",python,selection_command +294,647702,"train_dynamics.py",6674,0,"",python,selection_command +295,647911,"train_dynamics.py",6649,0,"",python,selection_command +296,648033,"train_dynamics.py",6640,0,"",python,selection_command +297,648268,"train_dynamics.py",6649,0,"",python,selection_command +298,659135,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n array_record_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""lam_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +299,659714,"train_lam.py",7363,0,"",python,selection_command +300,659973,"train_lam.py",7330,0,"",python,selection_command +301,659990,"train_lam.py",7324,0,"",python,selection_command +302,660022,"train_lam.py",7285,0,"",python,selection_command +303,660053,"train_lam.py",7242,0,"",python,selection_command +304,660087,"train_lam.py",7203,0,"",python,selection_command +305,660120,"train_lam.py",7176,0,"",python,selection_command +306,660154,"train_lam.py",7151,0,"",python,selection_command +307,660346,"train_lam.py",7146,0,"",python,selection_command +308,673059,"train_dynamics.py",0,0,"",python,tab +309,673060,"train_dynamics.py",6666,0,"",python,selection_command +310,673399,"train_lam.py",0,0,"",python,tab +311,673400,"train_lam.py",7172,0,"",python,selection_command +312,696423,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n array_record_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""lam_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +313,696424,"train_lam.py",6981,0,"",python,selection_mouse +314,696501,"train_lam.py",6980,0,"",python,selection_command +315,696599,"train_lam.py",0,0,"",python,tab +316,696601,"train_lam.py",0,0,"",python,tab +317,697683,"sample.py",0,0,"",python,tab +318,697685,"sample.py",3153,0,"",python,selection_command +319,698668,"sample.py",3115,0,"",python,selection_mouse +320,699991,"train_lam.py",0,0,"",python,tab +321,703059,"train_lam.py",6076,0,"",python,selection_command +322,708114,"sample.py",0,0,"",python,tab +323,708799,"sample.py",3155,0,"",python,selection_command +324,725515,"sample.py",3496,0," num_workers=8,\n prefetch_buffer_size=1,\n",python,content +325,725515,"sample.py",3367,19," array_record_files,",python,content +326,725515,"sample.py",3305,30," if x.endswith("".array_record"")",python,content +327,725515,"sample.py",3153,77,"array_record_files = [",python,content +328,730942,"sample.py",3115,0,"",python,selection_mouse +329,738224,"sample.py",3910,0,"",python,selection_command +330,738472,"sample.py",5025,0,"",python,selection_command +331,738488,"sample.py",5137,0,"",python,selection_command +332,738979,"sample.py",4271,0,"",python,selection_command +333,739160,"sample.py",3344,0,"",python,selection_command +334,762244,"train_dynamics.py",0,0,"",python,tab +335,768209,"train_dynamics.py",922,0,"",python,selection_mouse +336,769733,"train_dynamics.py",918,22,"",python,content +337,770057,"train_dynamics.py",917,0,"",python,selection_command +338,774688,"train_lam.py",0,0,"",python,tab +339,775721,"train_lam.py",855,0,"",python,selection_mouse +340,776566,"train_lam.py",845,22,"",python,content +341,776886,"train_lam.py",844,0,"",python,selection_command +342,779130,"train_tokenizer.py",0,0,"",python,tab +343,779841,"train_tokenizer.py",858,0,"",python,selection_mouse +344,780643,"train_tokenizer.py",848,22,"",python,content +345,780925,"train_tokenizer.py",847,0,"",python,selection_command +346,785534,"tests/test_dataloader.py",0,0,"import unittest\nimport numpy as np\nimport tensorflow as tf\nimport tempfile\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_tfrecord import generate_dummy_tfrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n self.dummy_tfrecord_path = self.test_data_dir / ""dummy_test_shard.tfrecord""\n\n self.num_episodes = 5\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n generate_dummy_tfrecord(\n self.dummy_tfrecord_path,\n num_episodes=self.num_episodes,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n )\n self.tfrecord_files = [str(self.dummy_tfrecord_path)]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"") # type: ignore\n\n\nif __name__ == ""__main__"":\n unittest.main()",python,tab +347,787973,"tests/test_dataloader.py",274,0,"",python,selection_mouse +348,788613,"tests/test_dataloader.py",217,0,"",python,selection_mouse +349,791082,"tests/test_dataloader.py",274,0,"",python,selection_mouse +350,859489,"generate_arrayrecord_dataset.py",0,0,"",python,tab +351,871710,"generate_arrayrecord_dataset.py",365,0,"",python,selection_mouse +352,871715,"generate_arrayrecord_dataset.py",364,0,"",python,selection_command +353,871949,"generate_arrayrecord_dataset.py",0,9478,"#!/usr/bin/env python3\n""""""\nGenerate ArrayRecord dataset compatible with train_tokenizer.py\n\nThis script creates synthetic video data and saves it in ArrayRecord format\nthat can be used by the tokenizer training script.\n""""""\n\nimport os\nimport pickle\nimport numpy as np\nimport grain\nfrom array_record.python.array_record_module import ArrayRecordWriter\nimport argparse\nimport multiprocessing as mp\nfrom functools import partial\nimport time\n\n\ndef generate_synthetic_video(\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3\n) -> np.ndarray:\n """"""\n Generate synthetic video data with random frames for training.\n \n Args:\n seq_len: Number of frames in the video sequence\n height: Height of each frame\n width: Width of each frame\n channels: Number of color channels\n \n Returns:\n Video array of shape (seq_len, height, width, channels)\n """"""\n video = np.random.rand(seq_len, height, width, channels).astype(np.float32)\n \n return video\n\n\ndef create_single_arrayrecord_file(\n file_info: tuple,\n output_dir: str,\n seq_len: int,\n height: int,\n width: int,\n channels: int,\n records_per_file: int,\n seed: int\n) -> tuple:\n """"""\n Create a single ArrayRecord file with synthetic video data.\n \n Args:\n file_info: Tuple of (file_idx, start_idx, end_idx)\n output_dir: Directory to save ArrayRecord files\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n \n Returns:\n Tuple of (file_path, num_videos_created, success)\n """"""\n file_idx, start_idx, end_idx = file_info\n videos_in_file = end_idx - start_idx\n \n # Set seed for this process (add file_idx to make each file different)\n np.random.seed(seed + file_idx)\n \n file_path = os.path.join(output_dir, f""videos_{file_idx:04d}.array_record"")\n \n try:\n writer = ArrayRecordWriter(file_path, ""group_size:1"")\n \n for video_idx in range(videos_in_file):\n video = generate_synthetic_video(seq_len, height, width, channels)\n \n # Convert to uint8 format as expected by the dataloader\n video_uint8 = (video * 255).astype(np.uint8)\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": video_uint8.tobytes(),\n ""sequence_length"": seq_len\n }\n \n writer.write(pickle.dumps(record))\n \n writer.close()\n return (file_path, videos_in_file, True)\n \n except Exception as e:\n print(f""Error creating file {file_path}: {e}"")\n return (file_path, 0, False)\n\n\ndef create_arrayrecord_dataset(\n output_dir: str,\n num_videos: int = 1000,\n seq_len: int = 16,\n height: int = 90,\n width: int = 160,\n channels: int = 3,\n records_per_file: int = 100,\n seed: int = 42,\n num_processes: int | None = None\n):\n """"""\n Create ArrayRecord dataset with synthetic video data using multiprocessing.\n \n Args:\n output_dir: Directory to save ArrayRecord files\n num_videos: Total number of videos to generate\n seq_len: Number of frames per video\n height: Frame height\n width: Frame width\n channels: Number of color channels\n records_per_file: Number of records per ArrayRecord file\n seed: Random seed for reproducibility\n num_processes: Number of processes to use (None for auto-detect)\n """"""\n os.makedirs(output_dir, exist_ok=True)\n \n num_files = (num_videos + records_per_file - 1) // records_per_file\n \n print(f""Generating {num_videos} videos across {num_files} ArrayRecord files..."")\n print(f""Each file will contain up to {records_per_file} videos"")\n print(f""Video dimensions: {seq_len} frames × {height}×{width}×{channels}"")\n \n # Prepare file information for each worker\n file_infos = []\n for file_idx in range(num_files):\n start_idx = file_idx * records_per_file\n end_idx = min((file_idx + 1) * records_per_file, num_videos)\n file_infos.append((file_idx, start_idx, end_idx))\n \n # Set number of processes (use CPU count if not specified)\n if num_processes is None:\n num_processes = min(mp.cpu_count(), num_files)\n \n print(f""Using {num_processes} processes for parallel generation..."")\n \n start_time = time.time()\n \n # Create partial function with fixed arguments\n worker_func = partial(\n create_single_arrayrecord_file,\n output_dir=output_dir,\n seq_len=seq_len,\n height=height,\n width=width,\n channels=channels,\n records_per_file=records_per_file,\n seed=seed\n )\n \n # Use multiprocessing to create files in parallel\n with mp.Pool(processes=num_processes) as pool:\n results = pool.map(worker_func, file_infos)\n \n end_time = time.time()\n \n # Process results\n total_records = 0\n successful_files = 0\n \n for file_path, num_videos_created, success in results:\n if success:\n print(f""✓ Created {file_path} with {num_videos_created} videos"")\n total_records += num_videos_created\n successful_files += 1\n else:\n print(f""✗ Failed to create {file_path}"")\n \n print(f""\nDataset generation complete!"")\n print(f""Total videos generated: {total_records}"")\n print(f""Successful files: {successful_files}/{num_files}"")\n print(f""Files created in: {output_dir}"")\n print(f""Generation time: {end_time - start_time:.2f} seconds"")\n\n\ndef verify_dataset(output_dir: str, num_samples: int = 5):\n """"""\n Verify the generated dataset using Grain's ArrayRecordDataSource.\n \n Args:\n output_dir: Directory containing ArrayRecord files\n num_samples: Number of samples to verify\n """"""\n print(f""\nVerifying dataset in {output_dir}..."")\n \n # Find all ArrayRecord files\n array_record_files = [\n os.path.join(output_dir, f) \n for f in os.listdir(output_dir) \n if f.endswith('.array_record')\n ]\n \n if not array_record_files:\n print(""No ArrayRecord files found!"")\n return\n \n print(f""Found {len(array_record_files)} ArrayRecord files"")\n \n # Use Grain's ArrayRecordDataSource as shown in the documentation\n try:\n data_source = grain.sources.ArrayRecordDataSource(array_record_files[0])\n print(f""Number of records in first file: {len(data_source)}"")\n \n # Load and verify a few samples\n for i in range(min(num_samples, len(data_source))):\n record_bytes = data_source[i]\n record = pickle.loads(record_bytes)\n \n # Reconstruct video from raw_video bytes\n video_shape = (record[""sequence_length""], 90, 160, 3) # Hardcoded for now\n video = np.frombuffer(record[""raw_video""], dtype=np.uint8).reshape(video_shape)\n \n print(f"" Record {i}: video shape = {video.shape}, dtype = {video.dtype}"")\n print(f"" Value range: [{video.min()}, {video.max()}]"")\n print(f"" Mean: {video.mean():.1f}"")\n print(f"" Sequence length: {record['sequence_length']}"")\n \n except Exception as e:\n print(f""Error reading ArrayRecord file: {e}"")\n print(""This might indicate a file format issue."")\n\n\ndef main():\n parser = argparse.ArgumentParser(description=""Generate ArrayRecord dataset for tokenizer training"")\n parser.add_argument(""--output_dir"", type=str, default=""data_arrayrecord/dummy"",\n help=""Output directory for ArrayRecord files"")\n parser.add_argument(""--num_videos"", type=int, default=1000,\n help=""Total number of videos to generate"")\n parser.add_argument(""--seq_len"", type=int, default=16,\n help=""Number of frames per video"")\n parser.add_argument(""--height"", type=int, default=90,\n help=""Frame height"")\n parser.add_argument(""--width"", type=int, default=160,\n help=""Frame width"")\n parser.add_argument(""--channels"", type=int, default=3,\n help=""Number of color channels"")\n parser.add_argument(""--records_per_file"", type=int, default=100,\n help=""Number of records per ArrayRecord file"")\n parser.add_argument(""--seed"", type=int, default=42,\n help=""Random seed for reproducibility"")\n parser.add_argument(""--num_processes"", type=int, default=None,\n help=""Number of processes to use (default: auto-detect)"")\n parser.add_argument(""--verify"", action=""store_true"",\n help=""Verify the generated dataset"")\n \n args = parser.parse_args()\n \n create_arrayrecord_dataset(\n output_dir=args.output_dir,\n num_videos=args.num_videos,\n seq_len=args.seq_len,\n height=args.height,\n width=args.width,\n channels=args.channels,\n records_per_file=args.records_per_file,\n seed=args.seed,\n num_processes=args.num_processes\n )\n \n # Verify if requested\n if args.verify:\n verify_dataset(args.output_dir)\n \nif __name__ == ""__main__"":\n main()\n",python,selection_command +354,872179,"generate_arrayrecord_dataset.py",9478,0,"",python,selection_command +355,877193,"generate_arrayrecord_dataset.py",9255,0,"",python,selection_mouse +356,877384,"train_tokenizer.py",0,0,"",python,tab +357,916522,"tests/test_dataloader.py",0,0,"",python,tab +358,930696,"tests/test_dataloader.py",2205,1720," np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"") # type: ignore",python,content +359,930698,"tests/test_dataloader.py",1864,36," self.tfrecord_files,",python,content +360,930698,"tests/test_dataloader.py",1548,36," self.tfrecord_files,",python,content +361,930698,"tests/test_dataloader.py",1144,231," self.tfrecord_files = [str(self.dummy_tfrecord_path)]",python,content +362,930698,"tests/test_dataloader.py",996,138,"",python,content +363,930698,"tests/test_dataloader.py",655,224," generate_dummy_tfrecord(\n self.dummy_tfrecord_path,\n num_episodes=self.num_episodes,\n episode_length=self.episode_length,",python,content +364,930698,"tests/test_dataloader.py",500,28," self.num_episodes = 5",python,content +365,930698,"tests/test_dataloader.py",499,0," self.dummy_tfrecord_path = self.test_data_dir / ""dummy_test_shard.tfrecord""\n",python,content +366,930698,"tests/test_dataloader.py",145,67,"from tests.data.generate_dummy_tfrecord import generate_dummy_tfrecord",python,content +367,930699,"tests/test_dataloader.py",86,14,"",python,content +368,930699,"tests/test_dataloader.py",51,10,"",python,content +369,930699,"tests/test_dataloader.py",35,0,"import tensorflow as tf\n",python,content +370,930708,"tests/test_dataloader.py",0,2071,"import unittest\nimport numpy as np\nimport tempfile\nimport os\nfrom pathlib import Path\nimport pickle\n\nfrom utils.dataloader import get_dataloader\nfrom generate_arrayrecord_dataset import create_arrayrecord_dataset\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n self.num_videos = 10\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n \n # Generate ArrayRecord dataset for testing\n create_arrayrecord_dataset(\n output_dir=str(self.test_data_dir),\n num_videos=self.num_videos,\n seq_len=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n records_per_file=5, # Small files for testing\n seed=42,\n num_processes=1 # Single process for testing\n )\n \n # Get list of ArrayRecord files\n self.array_record_files = [\n str(self.test_data_dir / f) \n for f in os.listdir(self.test_data_dir) \n if f.endswith('.array_record')\n ]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"")\n\n def test_dataloader_batch_shape_and_dtype(self):\n """"""Test that dataloader yields batches with correct shape and dtype.""""""\n seq_len = 8\n batch_size = 2\n\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n \n # Check shape: (batch_size, seq_len, height, width, channels)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)\n \n # Check dtype: should be float32 and normalized to [0, 1]\n self.assertEqual(batch.dtype, np.float32)\n self.assertTrue(np.all(batch >= 0.0) and np.all(batch <= 1.0))\n\n def test_dataloader_handles_different_sequence_lengths(self):\n """"""Test that dataloader works with different sequence lengths.""""""\n batch_size = 2\n \n for seq_len in [4, 8, 12]:\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)\n\n\nif __name__ == ""__main__"":\n unittest.main()",python,content +371,931413,"tests/test_dataloader.py",996,137," seed=42",python,content +372,931413,"tests/test_dataloader.py",839,40," episode_length=self.episode_length,",python,content +373,931413,"tests/test_dataloader.py",715,83," dummy_file = self.test_data_dir / ""dummy_test_shard.array_record""\n generate_dummy_arrayrecord(\n dummy_file,",python,content +374,931413,"tests/test_dataloader.py",145,67,"from tests.data.generate_dummy_arrayrecord import generate_dummy_arrayrecord",python,content +375,931414,"tests/test_dataloader.py",1062,19," records_per_file=5, # Small files for testing\n seed=42,\n num_processes=1 # Single process for testing",python,content +376,931414,"tests/test_dataloader.py",898,47," seq_len=self.episode_length,",python,content +377,931414,"tests/test_dataloader.py",724,133," create_arrayrecord_dataset(\n output_dir=str(self.test_data_dir),",python,content +378,931414,"tests/test_dataloader.py",145,76,"from generate_arrayrecord_dataset import create_arrayrecord_dataset",python,content +379,931415,"tests/test_dataloader.py",0,3974,"import unittest\nimport numpy as np\nimport tensorflow as tf\nimport tempfile\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_tfrecord import generate_dummy_tfrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n self.dummy_tfrecord_path = self.test_data_dir / ""dummy_test_shard.tfrecord""\n\n self.num_episodes = 5\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n generate_dummy_tfrecord(\n self.dummy_tfrecord_path,\n num_episodes=self.num_episodes,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n )\n self.tfrecord_files = [str(self.dummy_tfrecord_path)]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"") # type: ignore\n\n\nif __name__ == ""__main__"":\n unittest.main()",python,content +380,931417,"tests/test_dataloader.py",1915,107," np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"")\n\n def test_dataloader_batch_shape_and_dtype(self):\n """"""Test that dataloader yields batches with correct shape and dtype.""""""\n seq_len = 8\n batch_size = 2\n\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n \n # Check shape: (batch_size, seq_len, height, width, channels)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)\n \n # Check dtype: should be float32 and normalized to [0, 1]\n self.assertEqual(batch.dtype, np.float32)\n self.assertTrue(np.all(batch >= 0.0) and np.all(batch <= 1.0))\n\n def test_dataloader_handles_different_sequence_lengths(self):\n """"""Test that dataloader works with different sequence lengths.""""""\n batch_size = 2\n \n for seq_len in [4, 8, 12]:\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)",python,content +381,931417,"tests/test_dataloader.py",1578,32," self.array_record_files,",python,content +382,931417,"tests/test_dataloader.py",1266,32," self.array_record_files,",python,content +383,931417,"tests/test_dataloader.py",1032,61," \n # Get list of ArrayRecord files\n self.array_record_files = [\n str(self.test_data_dir / f) \n for f in os.listdir(self.test_data_dir) \n if f.endswith('.array_record')\n ]",python,content +384,931417,"tests/test_dataloader.py",1022,0," seed=42\n",python,content +385,931417,"tests/test_dataloader.py",743,114," \n # Generate ArrayRecord dataset for testing\n dummy_file = self.test_data_dir / ""dummy_test_shard.array_record""\n generate_dummy_arrayrecord(\n dummy_file,\n num_videos=self.num_videos,",python,content +386,931418,"tests/test_dataloader.py",587,29," self.num_videos = 10",python,content +387,931418,"tests/test_dataloader.py",502,84,"",python,content +388,931418,"tests/test_dataloader.py",145,70,"from tests.data.generate_dummy_arrayrecord import generate_dummy_arrayrecord",python,content +389,931418,"tests/test_dataloader.py",100,0,"import pickle\n",python,content +390,931418,"tests/test_dataloader.py",75,0,"import os\n",python,content +391,931418,"tests/test_dataloader.py",35,24,"",python,content +392,939708,"TERMINAL",0,0,"",,terminal_command +393,939715,"TERMINAL",0,0,"]633;A(jafar) ]633;B\r\n[?2004l\r]633;E;;]633;C]0;tum_dbd0378@hkn1993:~/jafar]633;D",,terminal_output +394,942529,"TERMINAL",0,0,"cd /home/hk-project-p0023960/tum_dbd0378/jafar && python -m pytest tests/test_dataloader.py -v",,terminal_command +395,942581,"TERMINAL",0,0,"]633;E;2025-07-03 13:39:16 cd /home/hk-project-p0023960/tum_dbd0378/jafar && python -m pytest tests/test_dataloader.py -v;]633;C",,terminal_output +396,942867,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/bin/python: No module named pytest\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;1",,terminal_output +397,947823,"TERMINAL",0,0,"python -m unittest tests.test_dataloader -v",,terminal_command +398,947874,"TERMINAL",0,0,"]633;E;2025-07-03 13:39:21 python -m unittest tests.test_dataloader -v;]633;C",,terminal_output +399,964382,"TERMINAL",0,0,"test_dataloader_batch_shape_and_dtype (tests.test_dataloader.DataloaderReproducibilityTest)\r\nTest that dataloader yields batches with correct shape and dtype. ... Generating dummy ArrayRecord file at /scratch/tmpzxuys8a2/dummy_test_shard.array_record\r\nERROR\r\ntest_dataloader_handles_different_sequence_lengths (tests.test_dataloader.DataloaderReproducibilityTest)\r\nTest that dataloader works with different sequence lengths. ... Generating dummy ArrayRecord file at /scratch/tmpjjlkl9nz/dummy_test_shard.array_record\r\nERROR\r\ntest_dataloader_yields_reproducible_batches (tests.test_dataloader.DataloaderReproducibilityTest) ... Generating dummy ArrayRecord file at /scratch/tmp8mu0u9gp/dummy_test_shard.array_record\r\nERROR\r\n\r\n======================================================================\r\nERROR: test_dataloader_batch_shape_and_dtype (tests.test_dataloader.DataloaderReproducibilityTest)\r\nTest that dataloader yields batches with correct shape and dtype.\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/tests/test_dataloader.py"", line 28, in setUp\r\n generate_dummy_arrayrecord(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/tests/data/generate_dummy_arrayrecord.py"", line 23, in generate_dummy_arrayrecord\r\n with ArrayRecordWriter(str(output_path), ""group_size:1"") as writer:\r\nAttributeError: __enter__\r\n\r\n======================================================================\r\nERROR: test_dataloader_handles_different_sequence_lengths (tests.test_dataloader.DataloaderReproducibilityTest)\r\nTest that dataloader works with different sequence lengths.\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/tests/test_dataloader.py"", line 28, in setUp\r\n generate_dummy_arrayrecord(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/tests/data/generate_dummy_arrayrecord.py"", line 23, in generate_dummy_arrayrecord\r\n with ArrayRecordWriter(str(output_path), ""group_size:1"") as writer:\r\nAttributeError: __enter__\r\n\r\n======================================================================\r\nERROR: test_dataloader_yields_reproducible_batches (tests.test_dataloader.DataloaderReproducibilityTest)\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/tests/test_dataloader.py"", line 28, in setUp\r\n generate_dummy_arrayrecord(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/tests/data/generate_dummy_arrayrecord.py"", line 23, in generate_dummy_arrayrecord\r\n with ArrayRecordWriter(str(output_path), ""group_size:1"") as writer:\r\nAttributeError: __enter__\r\n\r\n----------------------------------------------------------------------\r\nRan 3 tests in 0.007s\r\n\r\nFAILED (errors=3)\r\n",,terminal_output +400,964638,"TERMINAL",0,0,"]0;tum_dbd0378@hkn1993:~/jafar]633;D;1]633;P;Cwd=/home/hk-project-p0023960/tum_dbd0378/jafar",,terminal_output +401,1053279,"TERMINAL",0,0,"python -m unittest tests.test_dataloader -v",,terminal_command +402,1053330,"TERMINAL",0,0,"]633;E;2025-07-03 13:41:07 python -m unittest tests.test_dataloader -v;]633;C",,terminal_output +403,1059081,"TERMINAL",0,0,"test_dataloader_batch_shape_and_dtype (tests.test_dataloader.DataloaderReproducibilityTest)\r\nTest that dataloader yields batches with correct shape and dtype. ... Generating dummy ArrayRecord file at /scratch/tmprsxaz2tt/dummy_test_shard.array_record\r\nDummy ArrayRecord generation complete.\r\n",,terminal_output +404,1060158,"TERMINAL",0,0,"ERROR:2025-07-03 13:41:13,682:jax._src.xla_bridge:444: Jax plugin configuration error: Exception when calling jax_plugins.xla_cuda12.initialize()\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 135, in _version_check\r\n version = get_version()\r\nRuntimeError: jaxlib/cuda/versions_helpers.cc:81: operation cusparseGetProperty(MAJOR_VERSION, &major) failed: The cuSPARSE library was not found.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 442, in discover_pjrt_plugins\r\n plugin_module.initialize()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 230, in initialize\r\n _check_cuda_versions(raise_on_first_error=True)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 199, in _check_cuda_versions\r\n _version_check(""cuSPARSE"", cuda_versions.cusparse_get_version,\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 139, in _version_check\r\n raise RuntimeError(err_msg) from e\r\nRuntimeError: Unable to load cuSPARSE. Is it installed?\r\nERROR:jax._src.xla_bridge:Jax plugin configuration error: Exception when calling jax_plugins.xla_cuda12.initialize()\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 135, in _version_check\r\n version = get_version()\r\nRuntimeError: jaxlib/cuda/versions_helpers.cc:81: operation cusparseGetProperty(MAJOR_VERSION, &major) failed: The cuSPARSE library was not found.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 442, in discover_pjrt_plugins\r\n plugin_module.initialize()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 230, in initialize\r\n _check_cuda_versions(raise_on_first_error=True)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 199, in _check_cuda_versions\r\n _version_check(""cuSPARSE"", cuda_versions.cusparse_get_version,\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax_plugins/xla_cuda12/__init__.py"", line 139, in _version_check\r\n raise RuntimeError(err_msg) from e\r\nRuntimeError: Unable to load cuSPARSE. Is it installed?\r\n",,terminal_output +405,1061384,"TERMINAL",0,0,"ok\r\ntest_dataloader_handles_different_sequence_lengths (tests.test_dataloader.DataloaderReproducibilityTest)\r\nTest that dataloader works with different sequence lengths. ... Generating dummy ArrayRecord file at /scratch/tmp6mhttb_k/dummy_test_shard.array_record\r\nDummy ArrayRecord generation complete.\r\n",,terminal_output +406,1064880,"TERMINAL",0,0,"ok\r\ntest_dataloader_yields_reproducible_batches (tests.test_dataloader.DataloaderReproducibilityTest) ... Generating dummy ArrayRecord file at /scratch/tmpr93j7mvu/dummy_test_shard.array_record\r\nDummy ArrayRecord generation complete.\r\n",,terminal_output +407,1068095,"TERMINAL",0,0,"ok\r\n\r\n----------------------------------------------------------------------\r\nRan 3 tests in 9.170s\r\n\r\nOK\r\n",,terminal_output +408,1068354,"TERMINAL",0,0,"/home/hk-project-p0023960/tum_dbd0378/.local/share/uv/python/cpython-3.10.17-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 4 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n]0;tum_dbd0378@hkn1993:~/jafar]633;D;0",,terminal_output +409,1103712,"tests/test_dataloader.py",325,0,"",python,selection_mouse +410,1103715,"tests/test_dataloader.py",324,0,"",python,selection_command +411,1104304,"tests/test_dataloader.py",257,0,"",python,selection_mouse +412,1104773,"tests/test_dataloader.py",280,0,"",python,selection_mouse +413,1144613,"tests/test_dataloader.py",301,0,"",python,selection_mouse +414,1144616,"tests/test_dataloader.py",300,0,"",python,selection_command +415,1144984,"tests/test_dataloader.py",0,0,"",python,selection_command +416,1146875,"tests/test_dataloader.py",16,0,"",python,selection_command +417,1147116,"tests/test_dataloader.py",35,0,"",python,selection_command +418,1147140,"tests/test_dataloader.py",51,0,"",python,selection_command +419,1147172,"tests/test_dataloader.py",61,0,"",python,selection_command +420,1147206,"tests/test_dataloader.py",86,0,"",python,selection_command +421,1147363,"tests/test_dataloader.py",100,0,"",python,selection_command +422,1147605,"tests/test_dataloader.py",86,0,"",python,selection_command +423,1148144,"tests/test_dataloader.py",86,14,"",python,content +424,1148339,"tests/test_dataloader.py",61,0,"",python,selection_command +425,1151799,"tests/test_dataloader.py",86,0,"",python,selection_command +426,1151898,"tests/test_dataloader.py",87,0,"",python,selection_command +427,1152323,"tests/test_dataloader.py",131,0,"",python,selection_command +428,1152564,"tests/test_dataloader.py",208,0,"",python,selection_command +429,1152574,"tests/test_dataloader.py",209,0,"",python,selection_command +430,1152607,"tests/test_dataloader.py",210,0,"",python,selection_command +431,1152639,"tests/test_dataloader.py",266,0,"",python,selection_command +432,1152673,"tests/test_dataloader.py",267,0,"",python,selection_command +433,1152706,"tests/test_dataloader.py",288,0,"",python,selection_command +434,1162144,"tests/test_dataloader.py",718,0,"",python,selection_keyboard +435,1162616,"tests/test_dataloader.py",792,0,"",python,selection_command +436,1162759,"tests/test_dataloader.py",828,0,"",python,selection_command +437,1162881,"tests/test_dataloader.py",852,0,"",python,selection_command +438,1163029,"tests/test_dataloader.py",892,0,"",python,selection_command +439,1164127,"tests/test_dataloader.py",940,0,"",python,selection_command +440,1169071,"tests/test_dataloader.py",978,0,"",python,selection_command +441,1169192,"tests/test_dataloader.py",940,0,"",python,selection_command +442,1169415,"tests/test_dataloader.py",978,0,"",python,selection_command +443,1169651,"tests/test_dataloader.py",1014,0,"",python,selection_command +444,1169686,"tests/test_dataloader.py",1056,0,"",python,selection_command +445,1169713,"tests/test_dataloader.py",1076,0,"",python,selection_command +446,1169748,"tests/test_dataloader.py",1085,0,"",python,selection_command +447,1170014,"tests/test_dataloader.py",1095,0,"",python,selection_command +448,1170224,"tests/test_dataloader.py",1085,0,"",python,selection_command +449,1170481,"tests/test_dataloader.py",1076,0,"",python,selection_command +450,1170505,"tests/test_dataloader.py",1056,0,"",python,selection_command +451,1170530,"tests/test_dataloader.py",1014,0,"",python,selection_command +452,1170562,"tests/test_dataloader.py",978,0,"",python,selection_command +453,1170596,"tests/test_dataloader.py",940,0,"",python,selection_command +454,1170630,"tests/test_dataloader.py",892,0,"",python,selection_command +455,1170664,"tests/test_dataloader.py",852,0,"",python,selection_command +456,1170697,"tests/test_dataloader.py",828,0,"",python,selection_command +457,1170737,"tests/test_dataloader.py",792,0,"",python,selection_command +458,1170772,"tests/test_dataloader.py",718,0,"",python,selection_command +459,1170803,"tests/test_dataloader.py",667,0,"",python,selection_command +460,1171454,"tests/test_dataloader.py",659,51,"",python,content +461,1171461,"tests/test_dataloader.py",667,0,"",python,selection_command +462,1171572,"tests/test_dataloader.py",741,0,"",python,selection_command +463,1171824,"tests/test_dataloader.py",777,0,"",python,selection_command +464,1171853,"tests/test_dataloader.py",801,0,"",python,selection_command +465,1171887,"tests/test_dataloader.py",841,0,"",python,selection_command +466,1171923,"tests/test_dataloader.py",889,0,"",python,selection_command +467,1171957,"tests/test_dataloader.py",927,0,"",python,selection_command +468,1171988,"tests/test_dataloader.py",963,0,"",python,selection_command +469,1172024,"tests/test_dataloader.py",1005,0,"",python,selection_command +470,1172057,"tests/test_dataloader.py",1025,0,"",python,selection_command +471,1172091,"tests/test_dataloader.py",1034,0,"",python,selection_command +472,1172280,"tests/test_dataloader.py",1025,0,"",python,selection_command +473,1172532,"tests/test_dataloader.py",1005,0,"",python,selection_command +474,1172556,"tests/test_dataloader.py",963,0,"",python,selection_command +475,1172628,"tests/test_dataloader.py",927,0,"",python,selection_command +476,1172629,"tests/test_dataloader.py",889,0,"",python,selection_command +477,1172654,"tests/test_dataloader.py",841,0,"",python,selection_command +478,1172687,"tests/test_dataloader.py",801,0,"",python,selection_command +479,1172759,"tests/test_dataloader.py",777,0,"",python,selection_command +480,1172761,"tests/test_dataloader.py",741,0,"",python,selection_command +481,1172780,"tests/test_dataloader.py",667,0,"",python,selection_command +482,1172822,"tests/test_dataloader.py",657,0,"",python,selection_command +483,1173018,"tests/test_dataloader.py",626,0,"",python,selection_command +484,1173695,"tests/test_dataloader.py",657,0,"",python,selection_command +485,1173947,"tests/test_dataloader.py",667,0,"",python,selection_command +486,1173974,"tests/test_dataloader.py",741,0,"",python,selection_command +487,1173995,"tests/test_dataloader.py",777,0,"",python,selection_command +488,1174027,"tests/test_dataloader.py",801,0,"",python,selection_command +489,1174061,"tests/test_dataloader.py",841,0,"",python,selection_command +490,1174092,"tests/test_dataloader.py",889,0,"",python,selection_command +491,1174125,"tests/test_dataloader.py",927,0,"",python,selection_command +492,1174159,"tests/test_dataloader.py",963,0,"",python,selection_command +493,1174194,"tests/test_dataloader.py",1005,0,"",python,selection_command +494,1174228,"tests/test_dataloader.py",1025,0,"",python,selection_command +495,1174261,"tests/test_dataloader.py",1034,0,"",python,selection_command +496,1174294,"tests/test_dataloader.py",1044,0,"",python,selection_command +497,1174750,"tests/test_dataloader.py",1036,40,"",python,content +498,1174760,"tests/test_dataloader.py",1044,0,"",python,selection_command +499,1174912,"tests/test_dataloader.py",1034,0,"",python,selection_command +500,1176694,"tests/test_dataloader.py",1043,0,"",python,selection_command +501,1176922,"tests/test_dataloader.py",1079,0,"",python,selection_command +502,1176954,"tests/test_dataloader.py",1120,0,"",python,selection_command +503,1176986,"tests/test_dataloader.py",1173,0,"",python,selection_command +504,1177018,"tests/test_dataloader.py",1216,0,"",python,selection_command +505,1177052,"tests/test_dataloader.py",1219,0,"",python,selection_command +506,1177087,"tests/test_dataloader.py",1227,0,"",python,selection_command +507,1177119,"tests/test_dataloader.py",1249,0,"",python,selection_command +508,1177152,"tests/test_dataloader.py",1257,0,"",python,selection_command +509,1177187,"tests/test_dataloader.py",1316,0,"",python,selection_command +510,1177314,"tests/test_dataloader.py",1336,0,"",python,selection_command +511,1179455,"tests/test_dataloader.py",1352,0,"",python,selection_command +512,1179697,"tests/test_dataloader.py",1360,0,"",python,selection_command +513,1179721,"tests/test_dataloader.py",1398,0,"",python,selection_command +514,1179754,"tests/test_dataloader.py",1435,0,"",python,selection_command +515,1179787,"tests/test_dataloader.py",1456,0,"",python,selection_command +516,1179820,"tests/test_dataloader.py",1480,0,"",python,selection_command +517,1179853,"tests/test_dataloader.py",1511,0,"",python,selection_command +518,1179884,"tests/test_dataloader.py",1541,0,"",python,selection_command +519,1179918,"tests/test_dataloader.py",1574,0,"",python,selection_command +520,1179951,"tests/test_dataloader.py",1608,0,"",python,selection_command +521,1180211,"tests/test_dataloader.py",1618,0,"",python,selection_command +522,1180397,"tests/test_dataloader.py",1668,0,"",python,selection_command +523,1181917,"tests/test_dataloader.py",1669,0,"",python,selection_command +524,1182160,"tests/test_dataloader.py",1707,0,"",python,selection_command +525,1182185,"tests/test_dataloader.py",1744,0,"",python,selection_command +526,1182210,"tests/test_dataloader.py",1765,0,"",python,selection_command +527,1182244,"tests/test_dataloader.py",1789,0,"",python,selection_command +528,1182278,"tests/test_dataloader.py",1820,0,"",python,selection_command +529,1182311,"tests/test_dataloader.py",1850,0,"",python,selection_command +530,1182345,"tests/test_dataloader.py",1883,0,"",python,selection_command +531,1182696,"tests/test_dataloader.py",1917,0,"",python,selection_command +532,1183632,"tests/test_dataloader.py",1927,0,"",python,selection_command +533,1183864,"tests/test_dataloader.py",1984,0,"",python,selection_command +534,1184032,"tests/test_dataloader.py",1985,0,"",python,selection_command +535,1190201,"tests/test_dataloader.py",2938,0,"",python,selection_command +536,1190871,"tests/test_dataloader.py",3802,0,"",python,selection_command +537,1191291,"tests/test_dataloader.py",2872,0,"",python,selection_command +538,1192380,"tests/test_dataloader.py",3802,0,"",python,selection_command +539,1195785,"tests/test_dataloader.py",3775,0,"",python,selection_command +540,1195928,"tests/test_dataloader.py",3770,0,"",python,selection_command +541,1196263,"tests/test_dataloader.py",3769,0,"",python,selection_command +542,1196482,"tests/test_dataloader.py",3715,0,"",python,selection_command +543,1197074,"tests/test_dataloader.py",3802,0,"",python,selection_command +544,1198500,"tests/test_dataloader.py",3775,0,"",python,selection_command +545,1198679,"tests/test_dataloader.py",3770,0,"",python,selection_command +546,1198979,"tests/test_dataloader.py",3769,0,"",python,selection_command +547,1199235,"tests/test_dataloader.py",2862,0,"",python,selection_command +548,1199663,"tests/test_dataloader.py",1935,0,"",python,selection_command +549,1200156,"tests/test_dataloader.py",1249,0,"",python,selection_command +550,1201193,"tests/test_dataloader.py",1984,0,"",python,selection_command +551,1205643,"tests/test_dataloader.py",1985,0,"",python,selection_command +552,1205896,"tests/test_dataloader.py",2048,0,"",python,selection_command +553,1205929,"tests/test_dataloader.py",2140,0,"",python,selection_command +554,1205955,"tests/test_dataloader.py",2141,0,"",python,selection_command +555,1207251,"tests/test_dataloader.py",2141,52," def test_dataloader_batch_shape_and_dtype(self):",python,selection_command +556,1208146,"tests/test_dataloader.py",2141,176," def test_dataloader_batch_shape_and_dtype(self):\n """"""Test that dataloader yields batches with correct shape and dtype.""""""\n seq_len = 8\n batch_size = 2\n",python,selection_command +557,1208346,"tests/test_dataloader.py",2141,910," def test_dataloader_batch_shape_and_dtype(self):\n """"""Test that dataloader yields batches with correct shape and dtype.""""""\n seq_len = 8\n batch_size = 2\n\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n \n # Check shape: (batch_size, seq_len, height, width, channels)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)\n \n # Check dtype: should be float32 and normalized to [0, 1]\n self.assertEqual(batch.dtype, np.float32)\n self.assertTrue(np.all(batch >= 0.0) and np.all(batch <= 1.0))\n",python,selection_command +558,1208535,"tests/test_dataloader.py",2141,1628," def test_dataloader_batch_shape_and_dtype(self):\n """"""Test that dataloader yields batches with correct shape and dtype.""""""\n seq_len = 8\n batch_size = 2\n\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n \n # Check shape: (batch_size, seq_len, height, width, channels)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)\n \n # Check dtype: should be float32 and normalized to [0, 1]\n self.assertEqual(batch.dtype, np.float32)\n self.assertTrue(np.all(batch >= 0.0) and np.all(batch <= 1.0))\n\n def test_dataloader_handles_different_sequence_lengths(self):\n """"""Test that dataloader works with different sequence lengths.""""""\n batch_size = 2\n \n for seq_len in [4, 8, 12]:\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)\n",python,selection_command +559,1209102,"tests/test_dataloader.py",2141,1627," def test_dataloader_batch_shape_and_dtype(self):\n """"""Test that dataloader yields batches with correct shape and dtype.""""""\n seq_len = 8\n batch_size = 2\n\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n \n # Check shape: (batch_size, seq_len, height, width, channels)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)\n \n # Check dtype: should be float32 and normalized to [0, 1]\n self.assertEqual(batch.dtype, np.float32)\n self.assertTrue(np.all(batch >= 0.0) and np.all(batch <= 1.0))\n\n def test_dataloader_handles_different_sequence_lengths(self):\n """"""Test that dataloader works with different sequence lengths.""""""\n batch_size = 2\n \n for seq_len in [4, 8, 12]:\n dataloader = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n \n batch = next(dataloader)\n expected_shape = (batch_size, seq_len, self.image_height, self.image_width, self.image_channels)\n self.assertEqual(batch.shape, expected_shape)",python,selection_command +560,1209385,"tests/test_dataloader.py",2141,1628,"",python,content +561,1210181,"tests/test_dataloader.py",2140,0,"",python,selection_command +562,1210419,"tests/test_dataloader.py",2048,0,"",python,selection_command +563,1210441,"tests/test_dataloader.py",1985,0,"",python,selection_command +564,1210473,"tests/test_dataloader.py",1984,0,"",python,selection_command +565,1210506,"tests/test_dataloader.py",1927,0,"",python,selection_command +566,1210539,"tests/test_dataloader.py",1917,0,"",python,selection_command +567,1210742,"tests/test_dataloader.py",1927,0,"",python,selection_command +568,1210891,"tests/test_dataloader.py",1984,0,"",python,selection_command +569,1211710,"tests/test_dataloader.py",1985,0,"",python,selection_command +570,1211922,"tests/test_dataloader.py",2048,0,"",python,selection_command +571,1212093,"tests/test_dataloader.py",2140,0,"",python,selection_command +572,1212663,"tests/test_dataloader.py",2141,0,"",python,selection_command +573,1212967,"tests/test_dataloader.py",2140,0,"",python,selection_command +574,1213299,"tests/test_dataloader.py",2140,1,"",python,content +575,1217298,"tests/test_dataloader.py",0,0,"",python,tab +576,1217299,"tests/test_dataloader.py",35,0,"",python,selection_command +577,1228464,"tests/test_dataloader.py",0,0,"",python,tab +578,1229631,"tests/test_dataloader.py",1862,0,"",python,selection_command +579,1229779,"tests/test_dataloader.py",1579,0,"",python,selection_command +580,1229921,"tests/test_dataloader.py",1217,0,"",python,selection_command +581,1230070,"tests/test_dataloader.py",446,0,"",python,selection_command +582,1230199,"tests/test_dataloader.py",0,0,"",python,selection_command +583,1242689,"tests/data/generate_dummy_arrayrecord.py",0,0,"import os\nimport pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 64,\n width: int = 64,\n channels: int = 3,\n seed: int = 42\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n \n # Ensure output directory exists\n output_path.parent.mkdir(parents=True, exist_ok=True)\n \n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i) # Seed per video for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length\n }\n \n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n \n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n # Example usage\n test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n \n generate_dummy_arrayrecord(\n dummy_file,\n num_videos=5,\n episode_length=16,\n height=64,\n width=64,\n channels=3\n )\n print(f""Generated dummy file: {dummy_file}"") ",python,tab +584,1243572,"tests/data/generate_dummy_arrayrecord.py",315,0,"",python,selection_mouse +585,1243574,"tests/data/generate_dummy_arrayrecord.py",314,0,"",python,selection_command +586,1244418,"tests/data/generate_dummy_arrayrecord.py",0,1749,"import os\nimport pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 64,\n width: int = 64,\n channels: int = 3,\n seed: int = 42\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n \n # Ensure output directory exists\n output_path.parent.mkdir(parents=True, exist_ok=True)\n \n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i) # Seed per video for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length\n }\n \n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n \n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n # Example usage\n test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n \n generate_dummy_arrayrecord(\n dummy_file,\n num_videos=5,\n episode_length=16,\n height=64,\n width=64,\n channels=3\n )\n print(f""Generated dummy file: {dummy_file}"") ",python,selection_command +587,1244712,"tests/data/generate_dummy_arrayrecord.py",1721,0,"",python,selection_command +588,1245600,"tests/data/generate_dummy_data.py",0,0,"import tyro\nimport tensorflow as tf\nimport numpy as np\nfrom pathlib import Path\nfrom dataclasses import dataclass\n\n@dataclass\nclass Args:\n data_dir: str = ""data_tfrecords/dummy""\n num_episodes: int = 5\n episode_length: int = 16\n\n\n\ndef _bytes_feature(value):\n """"""Returns a bytes_list from a string / byte.""""""\n if isinstance(value, type(tf.constant(0))):\n value = value.numpy() # BytesList won't unpack a string from an EagerTensor.\n return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))\n\n\ndef _int64_feature(value):\n """"""Returns an int64_list from a bool / enum / int / uint.""""""\n return tf.train.Feature(int64_list=tf.train.Int64List(value=[value]))\n\n\ndef create_tfrecord_example(episode_numpy_array):\n """"""Creates a TFRecord example from a numpy array video.""""""\n feature = {\n ""height"": _int64_feature(episode_numpy_array.shape[1]),\n ""width"": _int64_feature(episode_numpy_array.shape[2]),\n ""channels"": _int64_feature(episode_numpy_array.shape[3]),\n ""sequence_length"": _int64_feature(episode_numpy_array.shape[0]),\n ""raw_video"": _bytes_feature(episode_numpy_array.tobytes()),\n }\n return tf.train.Example(features=tf.train.Features(feature=feature))\n\n\ndef generate_dummy_tfrecord(\n output_path, num_episodes=5, episode_length=16, height=90, width=160, channels=3\n):\n """"""Generates a dummy TFRecord file with synthetic video data.""""""\n print(f""Generating dummy TFRecord file at {output_path}"")\n with tf.io.TFRecordWriter(str(output_path)) as writer:\n for i in range(num_episodes):\n np.random.seed(i) # Seed per episode for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n tf_example = create_tfrecord_example(dummy_video)\n writer.write(tf_example.SerializeToString())\n print(""Dummy TFRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n args = tyro.cli(Args)\n temp_dir = Path(args.data_dir)\n temp_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = temp_dir / ""dummy_test_shard.tfrecord""\n generate_dummy_tfrecord(dummy_file, num_episodes=args.num_episodes, episode_length=args.episode_length)\n print(f""Generated dummy file: {dummy_file}"")",python,tab +589,1245943,"tests/data/generate_dummy_data.py",364,0,"",python,selection_mouse +590,1246130,"tests/data/generate_dummy_data.py",0,2338,"import tyro\nimport tensorflow as tf\nimport numpy as np\nfrom pathlib import Path\nfrom dataclasses import dataclass\n\n@dataclass\nclass Args:\n data_dir: str = ""data_tfrecords/dummy""\n num_episodes: int = 5\n episode_length: int = 16\n\n\n\ndef _bytes_feature(value):\n """"""Returns a bytes_list from a string / byte.""""""\n if isinstance(value, type(tf.constant(0))):\n value = value.numpy() # BytesList won't unpack a string from an EagerTensor.\n return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))\n\n\ndef _int64_feature(value):\n """"""Returns an int64_list from a bool / enum / int / uint.""""""\n return tf.train.Feature(int64_list=tf.train.Int64List(value=[value]))\n\n\ndef create_tfrecord_example(episode_numpy_array):\n """"""Creates a TFRecord example from a numpy array video.""""""\n feature = {\n ""height"": _int64_feature(episode_numpy_array.shape[1]),\n ""width"": _int64_feature(episode_numpy_array.shape[2]),\n ""channels"": _int64_feature(episode_numpy_array.shape[3]),\n ""sequence_length"": _int64_feature(episode_numpy_array.shape[0]),\n ""raw_video"": _bytes_feature(episode_numpy_array.tobytes()),\n }\n return tf.train.Example(features=tf.train.Features(feature=feature))\n\n\ndef generate_dummy_tfrecord(\n output_path, num_episodes=5, episode_length=16, height=90, width=160, channels=3\n):\n """"""Generates a dummy TFRecord file with synthetic video data.""""""\n print(f""Generating dummy TFRecord file at {output_path}"")\n with tf.io.TFRecordWriter(str(output_path)) as writer:\n for i in range(num_episodes):\n np.random.seed(i) # Seed per episode for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n tf_example = create_tfrecord_example(dummy_video)\n writer.write(tf_example.SerializeToString())\n print(""Dummy TFRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n args = tyro.cli(Args)\n temp_dir = Path(args.data_dir)\n temp_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = temp_dir / ""dummy_test_shard.tfrecord""\n generate_dummy_tfrecord(dummy_file, num_episodes=args.num_episodes, episode_length=args.episode_length)\n print(f""Generated dummy file: {dummy_file}"")",python,selection_command +591,1246288,"tests/data/generate_dummy_data.py",0,2338,"import os\nimport pickle\nimport numpy as np\nfrom pathlib import Path\nfrom array_record.python.array_record_module import ArrayRecordWriter\n\n\ndef generate_dummy_arrayrecord(\n output_path: Path,\n num_videos: int = 5,\n episode_length: int = 16,\n height: int = 64,\n width: int = 64,\n channels: int = 3,\n seed: int = 42\n):\n """"""Generates a dummy ArrayRecord file with synthetic video data for testing.""""""\n print(f""Generating dummy ArrayRecord file at {output_path}"")\n \n # Ensure output directory exists\n output_path.parent.mkdir(parents=True, exist_ok=True)\n \n writer = ArrayRecordWriter(str(output_path), ""group_size:1"")\n try:\n for i in range(num_videos):\n np.random.seed(seed + i) # Seed per video for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n \n # Create record in the format expected by ProcessEpisodeAndSlice\n record = {\n ""raw_video"": dummy_video.tobytes(),\n ""sequence_length"": episode_length\n }\n \n writer.write(pickle.dumps(record))\n finally:\n writer.close()\n \n print(""Dummy ArrayRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n # Example usage\n test_dir = Path(""tests/data/dummy_arrayrecord"")\n test_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = test_dir / ""dummy_test_shard.array_record""\n \n generate_dummy_arrayrecord(\n dummy_file,\n num_videos=5,\n episode_length=16,\n height=64,\n width=64,\n channels=3\n )\n print(f""Generated dummy file: {dummy_file}"") ",python,content +592,1247174,"tests/data/generate_dummy_data.py",1748,0,"",python,selection_command +593,1251481,"tests/data/generate_dummy_arrayrecord.py",0,0,"",python,tab +594,1252385,"tests/data/generate_dummy_data.py",0,0,"",python,tab +595,1254192,"tests/data/generate_dummy_data.py",42,0,"",python,selection_mouse +596,1254194,"tests/data/generate_dummy_data.py",41,0,"",python,selection_command +597,1254625,"tests/data/generate_dummy_data.py",335,0,"",python,selection_command +598,1254899,"tests/data/generate_dummy_data.py",939,0,"",python,selection_command +599,1254942,"tests/data/generate_dummy_data.py",1356,0,"",python,selection_command +600,1254948,"tests/data/generate_dummy_data.py",1704,0,"",python,selection_command +601,1255710,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +602,1259619,"tests/data/generate_dummy_data.py",0,0,"",python,tab +603,1264606,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +604,1265605,"tests/data/generate_dummy_data.py",0,10,"",python,content +605,1265809,"tests/data/generate_dummy_data.py",14,0,"",python,selection_command +606,1266044,"tests/data/generate_dummy_data.py",33,0,"",python,selection_command +607,1266084,"tests/data/generate_dummy_data.py",58,0,"",python,selection_command +608,1266113,"tests/data/generate_dummy_data.py",128,0,"",python,selection_command +609,1266151,"tests/data/generate_dummy_data.py",129,0,"",python,selection_command +610,1266351,"tests/data/generate_dummy_data.py",130,0,"",python,selection_command +611,1266793,"tests/data/generate_dummy_data.py",162,0,"",python,selection_command +612,1267041,"tests/data/generate_dummy_data.py",185,0,"",python,selection_command +613,1267055,"tests/data/generate_dummy_data.py",210,0,"",python,selection_command +614,1267094,"tests/data/generate_dummy_data.py",240,0,"",python,selection_command +615,1267122,"tests/data/generate_dummy_data.py",262,0,"",python,selection_command +616,1267154,"tests/data/generate_dummy_data.py",283,0,"",python,selection_command +617,1267262,"tests/data/generate_dummy_data.py",306,0,"",python,selection_command +618,1267552,"tests/data/generate_dummy_data.py",325,0,"",python,selection_command +619,1267554,"tests/data/generate_dummy_data.py",328,0,"",python,selection_command +620,1267598,"tests/data/generate_dummy_data.py",412,0,"",python,selection_command +621,1267625,"tests/data/generate_dummy_data.py",477,0,"",python,selection_command +622,1267735,"tests/data/generate_dummy_data.py",482,0,"",python,selection_command +623,1268170,"tests/data/generate_dummy_data.py",482,37,"",python,content +624,1268184,"tests/data/generate_dummy_data.py",486,0,"",python,selection_command +625,1268356,"tests/data/generate_dummy_data.py",543,0,"",python,selection_command +626,1268597,"tests/data/generate_dummy_data.py",549,0,"",python,selection_command +627,1268627,"tests/data/generate_dummy_data.py",614,0,"",python,selection_command +628,1268660,"tests/data/generate_dummy_data.py",623,0,"",python,selection_command +629,1268789,"tests/data/generate_dummy_data.py",659,0,"",python,selection_command +630,1268881,"tests/data/generate_dummy_data.py",667,0,"",python,selection_command +631,1269081,"tests/data/generate_dummy_data.py",669,0,"",python,selection_command +632,1269256,"tests/data/generate_dummy_data.py",670,0,"",python,selection_command +633,1269406,"tests/data/generate_dummy_data.py",676,0,"",python,selection_command +634,1269560,"tests/data/generate_dummy_data.py",677,0,"",python,selection_command +635,1269698,"tests/data/generate_dummy_data.py",681,0,"",python,selection_command +636,1269867,"tests/data/generate_dummy_data.py",682,0,"",python,selection_command +637,1270134,"tests/data/generate_dummy_data.py",691,56,"",python,content +638,1271200,"tests/data/generate_dummy_data.py",850,77,"",python,content +639,1271975,"tests/data/generate_dummy_data.py",849,0,"",python,selection_command +640,1272983,"tests/data/generate_dummy_data.py",1171,20,"",python,content +641,1273624,"tests/data/generate_dummy_data.py",1170,0,"",python,selection_command +642,1275231,"tests/data/generate_dummy_data.py",1504,0,"",python,selection_command +643,1276447,"tests/data/generate_dummy_data.py",1015,0,"",python,selection_command +644,1277045,"tests/data/generate_dummy_data.py",166,0,"",python,selection_command +645,1277206,"tests/data/generate_dummy_data.py",0,0,"",python,selection_command +646,1277523,"tests/data/generate_dummy_data.py",836,0,"",python,selection_command +647,1277678,"tests/data/generate_dummy_data.py",1498,0,"",python,selection_command +648,1277909,"tests/data/generate_dummy_data.py",1504,0,"",python,selection_command +649,1279104,"tests/data/generate_dummy_arrayrecord.py",0,0,"",python,tab +650,1280504,"tests/data/generate_dummy_data.py",0,0,"",python,tab +651,1281773,"tests/data/generate_dummy_data.py",0,0,"",python,tab +652,1285912,"tests/data/generate_dummy_data.py",0,0,"",python,tab +653,1293484,"train_tokenizer.py",0,0,"",python,tab +654,1293486,"train_tokenizer.py",827,0,"",python,selection_command +655,1300501,"reprocess_knoms_to_optimized_arrayrecord_layout.py",0,0,"",python,tab +656,1301482,"generate_arrayrecord_dataset.py",0,0,"",python,tab +657,1309491,"convert_knoms_to_arrayrecords.py",0,0,"",python,tab +658,1310500,"generate_arrayrecord_dataset.py",0,0,"",python,tab +659,1322926,"convert_knoms_to_arrayrecords.py",0,0,"",python,tab +660,1323886,"train_tokenizer.py",0,0,"",python,tab +661,1323887,"train_tokenizer.py",827,0,"",python,selection_command +662,1341579,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n array_record_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +663,1341581,"train_tokenizer.py",675,0,"",python,selection_mouse +664,1341663,"train_tokenizer.py",674,0,"",python,selection_command +665,1341870,"train_tokenizer.py",0,0,"",python,tab +666,1341874,"tests/data/generate_dummy_data.py",0,0,"",python,tab +667,1342360,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +668,1343179,"tests/data/generate_dummy_data.py",0,0,"",python,tab +669,1375091,"tests/data/generate_dummy_data.py",1456,0,"",python,selection_mouse +670,1375094,"tests/data/generate_dummy_data.py",1455,0,"",python,selection_command +671,1379493,"tests/data/generate_dummy_arrayrecord.py",0,0,"",python,tab +672,1380186,"tests/test_dataloader.py",0,0,"",python,tab +673,1383901,"tests/test_dataloader.py",16,0,"",python,selection_command +674,1384121,"tests/test_dataloader.py",35,0,"",python,selection_command +675,1384153,"tests/test_dataloader.py",51,0,"",python,selection_command +676,1384188,"tests/test_dataloader.py",61,0,"",python,selection_command +677,1384219,"tests/test_dataloader.py",86,0,"",python,selection_command +678,1384252,"tests/test_dataloader.py",87,0,"",python,selection_command +679,1384357,"tests/test_dataloader.py",131,0,"",python,selection_command +680,1384595,"tests/test_dataloader.py",208,0,"",python,selection_command +681,1384871,"tests/test_dataloader.py",131,0,"",python,selection_command +682,1384949,"tests/test_dataloader.py",136,0,"",python,selection_command +683,1385145,"tests/test_dataloader.py",141,0,"",python,selection_command +684,1385424,"tests/test_dataloader.py",142,0,"",python,selection_command +685,1385732,"tests/test_dataloader.py",146,0,"",python,selection_command +686,1386156,"tests/test_dataloader.py",166,7,"",python,content +687,1386156,"tests/test_dataloader.py",165,0,"t",python,content +688,1386156,"tests/test_dataloader.py",163,2,"",python,content +689,1386156,"tests/test_dataloader.py",162,0,"d",python,content +690,1387981,"tests/test_dataloader.py",193,7,"",python,content +691,1387981,"tests/test_dataloader.py",192,0,"t",python,content +692,1387981,"tests/test_dataloader.py",190,2,"",python,content +693,1387981,"tests/test_dataloader.py",189,0,"d",python,content +694,1389801,"tests/test_dataloader.py",746,7,"",python,content +695,1389802,"tests/test_dataloader.py",745,0,"t",python,content +696,1389802,"tests/test_dataloader.py",743,2,"",python,content +697,1389802,"tests/test_dataloader.py",742,0,"d",python,content +698,1390576,"tests/test_dataloader.py",1464,0,"",python,selection_command +699,1390826,"tests/test_dataloader.py",2152,0,"",python,selection_command +700,1391455,"tests/test_dataloader.py",0,0,"",python,selection_command +701,1395414,"tests/test_dataloader.py",0,0,"",python,tab +702,1395417,"tests/test_dataloader.py",131,0,"",python,selection_command +703,1405110,"tests/test_dataloader.py",158,0,"",python,selection_mouse +704,1405608,"tests/data/generate_dummy_data.py",0,0,"",python,tab +705,1407292,"tests/test_dataloader.py",0,0,"",python,tab +706,1408227,"tests/test_dataloader.py",167,0,"",python,selection_command +707,1408332,"tests/test_dataloader.py",174,0,"",python,selection_command +708,1409414,"tests/test_dataloader.py",194,0,"",python,selection_command +709,1409858,"tests/test_dataloader.py",174,0,"",python,selection_command +710,1410324,"tests/test_dataloader.py",175,0,"",python,selection_command +711,1410498,"tests/test_dataloader.py",176,0,"",python,selection_command +712,1410522,"tests/test_dataloader.py",177,0,"",python,selection_command +713,1410552,"tests/test_dataloader.py",178,0,"",python,selection_command +714,1410651,"tests/test_dataloader.py",179,0,"",python,selection_command +715,1410652,"tests/test_dataloader.py",180,0,"",python,selection_command +716,1410652,"tests/test_dataloader.py",181,0,"",python,selection_command +717,1410978,"tests/test_dataloader.py",182,0,"",python,selection_command +718,1411373,"tests/test_dataloader.py",188,0,"",python,selection_command +719,1411896,"tests/test_dataloader.py",189,0,"",python,selection_command +720,1412007,"tests/test_dataloader.py",189,4,"",python,content +721,1412421,"tests/test_dataloader.py",189,0,"a",python,content +722,1412421,"tests/test_dataloader.py",190,0,"",python,selection_keyboard +723,1412426,"tests/test_dataloader.py",190,0,"r",python,content +724,1412426,"tests/test_dataloader.py",191,0,"",python,selection_keyboard +725,1412547,"tests/test_dataloader.py",191,0,"r",python,content +726,1412549,"tests/test_dataloader.py",192,0,"",python,selection_keyboard +727,1412605,"tests/test_dataloader.py",192,0,"a",python,content +728,1412607,"tests/test_dataloader.py",193,0,"",python,selection_keyboard +729,1412836,"tests/test_dataloader.py",193,0,"yrecord",python,content +730,1413094,"tests/test_dataloader.py",199,0,"",python,selection_command +731,1414861,"tests/test_dataloader.py",201,0,"",python,selection_command +732,1415112,"tests/test_dataloader.py",202,0,"",python,selection_command +733,1415138,"tests/test_dataloader.py",257,0,"",python,selection_command +734,1415168,"tests/test_dataloader.py",259,0,"",python,selection_command +735,1415197,"tests/test_dataloader.py",279,0,"",python,selection_command +736,1415235,"tests/test_dataloader.py",303,0,"",python,selection_command +737,1415268,"tests/test_dataloader.py",366,0,"",python,selection_command +738,1415370,"tests/test_dataloader.py",429,0,"",python,selection_command +739,1415372,"tests/test_dataloader.py",485,0,"",python,selection_command +740,1415375,"tests/test_dataloader.py",487,0,"",python,selection_command +741,1415402,"tests/test_dataloader.py",515,0,"",python,selection_command +742,1415436,"tests/test_dataloader.py",548,0,"",python,selection_command +743,1415469,"tests/test_dataloader.py",579,0,"",python,selection_command +744,1415567,"tests/test_dataloader.py",609,0,"",python,selection_command +745,1415570,"tests/test_dataloader.py",641,0,"",python,selection_command +746,1415695,"tests/test_dataloader.py",650,0,"",python,selection_command +747,1415895,"tests/test_dataloader.py",720,0,"",python,selection_command +748,1416842,"tests/test_dataloader.py",753,0,"",python,selection_command +749,1417506,"tests/test_dataloader.py",734,0,"",python,selection_command +750,1417991,"tests/test_dataloader.py",734,19,"",python,content +751,1418211,"tests/test_dataloader.py",734,0,"g",python,content +752,1418212,"tests/test_dataloader.py",735,0,"",python,selection_keyboard +753,1418326,"tests/test_dataloader.py",735,0,"e",python,content +754,1418327,"tests/test_dataloader.py",736,0,"",python,selection_keyboard +755,1418519,"tests/test_dataloader.py",736,0,"n",python,content +756,1418520,"tests/test_dataloader.py",737,0,"",python,selection_keyboard +757,1419040,"tests/test_dataloader.py",737,0,"e",python,content +758,1419042,"tests/test_dataloader.py",738,0,"",python,selection_keyboard +759,1419048,"tests/test_dataloader.py",738,0,"r",python,content +760,1419050,"tests/test_dataloader.py",739,0,"",python,selection_keyboard +761,1419143,"tests/test_dataloader.py",739,0,"a",python,content +762,1419145,"tests/test_dataloader.py",740,0,"",python,selection_keyboard +763,1419223,"tests/test_dataloader.py",740,0,"t",python,content +764,1419224,"tests/test_dataloader.py",741,0,"",python,selection_keyboard +765,1419301,"tests/test_dataloader.py",741,0,"e",python,content +766,1419302,"tests/test_dataloader.py",742,0,"",python,selection_keyboard +767,1419474,"tests/test_dataloader.py",742,0,"_",python,content +768,1419475,"tests/test_dataloader.py",743,0,"",python,selection_keyboard +769,1419604,"tests/test_dataloader.py",743,0,"d",python,content +770,1419605,"tests/test_dataloader.py",744,0,"",python,selection_keyboard +771,1419691,"tests/test_dataloader.py",744,0,"u",python,content +772,1419692,"tests/test_dataloader.py",745,0,"",python,selection_keyboard +773,1419959,"tests/test_dataloader.py",745,0,"mmy_arrayrecord",python,content +774,1420160,"tests/test_dataloader.py",759,0,"",python,selection_command +775,1434700,"tests/test_dataloader.py",201,0,"",python,selection_mouse +776,1436045,"tests/test_dataloader.py",201,0,"\n",python,content +777,1447894,"utils/dataset_utils.py",0,0,"",python,tab +778,1448327,"utils/dataset_utils.py",10,0,"",python,selection_command +779,1448557,"utils/dataset_utils.py",39,0,"",python,selection_command +780,1448589,"utils/dataset_utils.py",63,0,"",python,selection_command +781,1448622,"utils/dataset_utils.py",91,0,"",python,selection_command +782,1448655,"utils/dataset_utils.py",180,0,"",python,selection_command +783,1448686,"utils/dataset_utils.py",205,0,"",python,selection_command +784,1448719,"utils/dataset_utils.py",235,0,"",python,selection_command +785,1448754,"utils/dataset_utils.py",236,0,"",python,selection_command +786,1448908,"utils/dataset_utils.py",290,0,"",python,selection_command +787,1449055,"utils/dataset_utils.py",236,0,"",python,selection_command +788,1449852,"tests/test_dataloader.py",0,0,"",python,tab +789,1450255,"tests/test_dataloader.py",201,0,"",python,selection_command +790,1450493,"tests/test_dataloader.py",202,0,"",python,selection_command +791,1450705,"tests/test_dataloader.py",202,0,"\ntf.config.experimental.set_visible_devices([], ""GPU"")",python,content +792,1450718,"tests/test_dataloader.py",203,0,"",python,selection_command +793,1451134,"tests/test_dataloader.py",202,0,"",python,selection_command +794,1451450,"tests/test_dataloader.py",202,1,"",python,content +795,1458152,"tests/test_dataloader.py",215,0,"",python,selection_mouse +796,1459696,"tests/test_dataloader.py",256,0,"",python,selection_command +797,1459962,"tests/test_dataloader.py",215,0,"",python,selection_command +798,1465874,"tests/test_dataloader.py",202,54,"",python,content +799,1481300,"tests/test_dataloader.py",304,0,"",python,selection_mouse +800,1481302,"tests/test_dataloader.py",303,0,"",python,selection_command +801,1481477,"tests/test_dataloader.py",1210,0,"",python,selection_command +802,1482023,"tests/test_dataloader.py",1888,0,"",python,selection_command +803,1483071,"tests/test_dataloader.py",2166,0,"",python,selection_command +804,1485242,"tests/test_dataloader.py",0,0,"",python,tab +805,1485243,"tests/test_dataloader.py",131,0,"",python,selection_command +806,1490235,"tests/test_dataloader.py",0,0,"import unittest\nimport numpy as np\nimport tempfile\nimport os\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_data import generate_dummy_arrayrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n self.num_videos = 10\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n \n dummy_file = self.test_data_dir / ""dummy_test_shard.array_record""\n generate_dummy_arrayrecord(\n dummy_file,\n num_videos=self.num_videos,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n seed=42\n )\n \n self.array_record_files = [\n str(self.test_data_dir / f) \n for f in os.listdir(self.test_data_dir) \n if f.endswith('.array_record')\n ]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"")\n\n\nif __name__ == ""__main__"":\n unittest.main()",python,tab +807,1490236,"tests/test_dataloader.py",516,0,"",python,selection_mouse +808,1490260,"tests/test_dataloader.py",515,0,"",python,selection_command +809,1490640,"tests/test_dataloader.py",0,0,"",python,tab +810,1490644,"tests/test_dataloader.py",0,0,"",python,tab +811,1493665,"train_tokenizer.py",0,0,"",python,tab +812,1493666,"train_tokenizer.py",827,0,"",python,selection_command +813,1494486,"train_tokenizer.py",0,0,"",python,tab +814,1494487,"train_tokenizer.py",658,0,"",python,selection_mouse +815,1494508,"train_tokenizer.py",657,0,"",python,selection_command +816,1494938,"train_tokenizer.py",0,0,"",python,tab +817,1494941,"tests/test_dataloader.py",0,0,"",python,tab +818,1495289,"tests/test_dataloader.py",0,0,"",python,selection_command +819,1497776,"train_tokenizer.py",0,0,"",python,tab +820,1498081,"train_tokenizer.py",0,0,"",python,selection_command +821,1498295,"train_tokenizer.py",41,0,"",python,selection_command +822,1498606,"train_tokenizer.py",51,0,"",python,selection_command +823,1498608,"train_tokenizer.py",63,0,"",python,selection_command +824,1498611,"train_tokenizer.py",64,0,"",python,selection_command +825,1498636,"train_tokenizer.py",78,0,"",python,selection_command +826,1498669,"train_tokenizer.py",116,0,"",python,selection_command +827,1498701,"train_tokenizer.py",165,0,"",python,selection_command +828,1498804,"train_tokenizer.py",225,0,"",python,selection_command +829,1498806,"train_tokenizer.py",284,0,"",python,selection_command +830,1498810,"train_tokenizer.py",297,0,"",python,selection_command +831,1498836,"train_tokenizer.py",310,0,"",python,selection_command +832,1498874,"train_tokenizer.py",358,0,"",python,selection_command +833,1498905,"train_tokenizer.py",377,0,"",python,selection_command +834,1499130,"train_tokenizer.py",924,0,"",python,selection_command +835,1500377,"train_tokenizer.py",898,0,"",python,selection_command +836,1500552,"train_tokenizer.py",879,0,"",python,selection_command +837,1500704,"train_tokenizer.py",854,0,"",python,selection_command +838,1501227,"train_tokenizer.py",831,0,"",python,selection_command +839,1502275,"train_tokenizer.py",6646,0,"",python,selection_command +840,1503858,"train_tokenizer.py",6692,0,"",python,selection_command +841,1504045,"train_tokenizer.py",831,0,"",python,selection_command +842,1504690,"train_tokenizer.py",6692,0,"",python,selection_command +843,1505240,"train_tokenizer.py",6646,0,"",python,selection_command +844,1511711,"train_tokenizer.py",6654,0,"",python,selection_command +845,1511833,"train_tokenizer.py",6656,0,"",python,selection_command +846,1513753,"train_tokenizer.py",3455,0,"",python,selection_command +847,1515359,"train_tokenizer.py",6656,0,"",python,selection_command +848,1518306,"train_tokenizer.py",6695,0,"",python,selection_command +849,1547322,"train_tokenizer.py",6169,0,"",python,selection_mouse +850,1571024,"train_tokenizer.py",6442,0,"",python,selection_mouse +851,1571027,"train_tokenizer.py",6441,0,"",python,selection_command +852,1574174,"tests/test_dataloader.py",0,0,"",python,tab +853,1574894,"tests/test_dataloader.py",774,0,"",python,selection_command +854,1575030,"tests/test_dataloader.py",1509,0,"",python,selection_command +855,1575635,"tests/test_dataloader.py",2166,0,"",python,selection_command +856,1576251,"tests/test_dataloader.py",1478,0,"",python,selection_command +857,1576777,"tests/test_dataloader.py",734,0,"",python,selection_command +858,1579069,"tests/test_dataloader.py",770,0,"",python,selection_command +859,1579274,"tests/test_dataloader.py",794,0,"",python,selection_command +860,1579291,"tests/test_dataloader.py",834,0,"",python,selection_command +861,1579398,"tests/test_dataloader.py",882,0,"",python,selection_command +862,1579400,"tests/test_dataloader.py",920,0,"",python,selection_command +863,1579485,"tests/test_dataloader.py",882,0,"",python,selection_command +864,1579745,"tests/test_dataloader.py",834,0,"",python,selection_command +865,1579768,"tests/test_dataloader.py",794,0,"",python,selection_command +866,1579797,"tests/test_dataloader.py",770,0,"",python,selection_command +867,1579947,"tests/test_dataloader.py",734,0,"",python,selection_command +868,1664441,"tests/test_dataloader.py",770,0,"",python,selection_command +869,1664728,"tests/test_dataloader.py",794,0,"",python,selection_command +870,1664730,"tests/test_dataloader.py",834,0,"",python,selection_command +871,1664744,"tests/test_dataloader.py",882,0,"",python,selection_command +872,1664778,"tests/test_dataloader.py",920,0,"",python,selection_command +873,1664925,"tests/test_dataloader.py",882,0,"",python,selection_command +874,1664955,"tests/test_dataloader.py",920,0,"",python,selection_command +875,1665251,"tests/test_dataloader.py",956,0,"",python,selection_command +876,1665252,"tests/test_dataloader.py",998,0,"",python,selection_command +877,1665282,"tests/test_dataloader.py",1018,0,"",python,selection_command +878,1665325,"tests/test_dataloader.py",1027,0,"",python,selection_command +879,1665351,"tests/test_dataloader.py",1037,0,"",python,selection_command +880,1665449,"tests/test_dataloader.py",1073,0,"",python,selection_command +881,1665452,"tests/test_dataloader.py",1114,0,"",python,selection_command +882,1665454,"tests/test_dataloader.py",1167,0,"",python,selection_command +883,1665464,"tests/test_dataloader.py",1210,0,"",python,selection_command +884,1665499,"tests/test_dataloader.py",1212,0,"",python,selection_command +885,1665532,"tests/test_dataloader.py",1221,0,"",python,selection_command +886,1665566,"tests/test_dataloader.py",1242,0,"",python,selection_command +887,1665600,"tests/test_dataloader.py",1251,0,"",python,selection_command +888,1665632,"tests/test_dataloader.py",1310,0,"",python,selection_command +889,1665666,"tests/test_dataloader.py",1330,0,"",python,selection_command +890,1665777,"tests/test_dataloader.py",1345,0,"",python,selection_command +891,1665779,"tests/test_dataloader.py",1354,0,"",python,selection_command +892,1665782,"tests/test_dataloader.py",1392,0,"",python,selection_command +893,1665803,"tests/test_dataloader.py",1429,0,"",python,selection_command +894,1665833,"tests/test_dataloader.py",1450,0,"",python,selection_command +895,1665866,"tests/test_dataloader.py",1474,0,"",python,selection_command +896,1665973,"tests/test_dataloader.py",1505,0,"",python,selection_command +897,1665976,"tests/test_dataloader.py",1535,0,"",python,selection_command +898,1665978,"tests/test_dataloader.py",1568,0,"",python,selection_command +899,1666000,"tests/test_dataloader.py",1602,0,"",python,selection_command +900,1666033,"tests/test_dataloader.py",1612,0,"",python,selection_command +901,1666067,"tests/test_dataloader.py",1661,0,"",python,selection_command +902,1666100,"tests/test_dataloader.py",1670,0,"",python,selection_command +903,1666134,"tests/test_dataloader.py",1708,0,"",python,selection_command +904,1666166,"tests/test_dataloader.py",1745,0,"",python,selection_command +905,1666201,"tests/test_dataloader.py",1766,0,"",python,selection_command +906,1666300,"tests/test_dataloader.py",1790,0,"",python,selection_command +907,1666302,"tests/test_dataloader.py",1821,0,"",python,selection_command +908,1666303,"tests/test_dataloader.py",1790,0,"",python,selection_command +909,1666543,"tests/test_dataloader.py",1766,0,"",python,selection_command +910,1666571,"tests/test_dataloader.py",1745,0,"",python,selection_command +911,1666601,"tests/test_dataloader.py",1708,0,"",python,selection_command +912,1666633,"tests/test_dataloader.py",1670,0,"",python,selection_command +913,1666667,"tests/test_dataloader.py",1661,0,"",python,selection_command +914,1666700,"tests/test_dataloader.py",1612,0,"",python,selection_command +915,1666732,"tests/test_dataloader.py",1602,0,"",python,selection_command +916,1666825,"tests/test_dataloader.py",1568,0,"",python,selection_command +917,1666827,"tests/test_dataloader.py",1535,0,"",python,selection_command +918,1666833,"tests/test_dataloader.py",1505,0,"",python,selection_command +919,1666865,"tests/test_dataloader.py",1474,0,"",python,selection_command +920,1666899,"tests/test_dataloader.py",1450,0,"",python,selection_command +921,1666932,"tests/test_dataloader.py",1429,0,"",python,selection_command +922,1667021,"tests/test_dataloader.py",1392,0,"",python,selection_command +923,1667023,"tests/test_dataloader.py",1354,0,"",python,selection_command +924,1667077,"tests/test_dataloader.py",1392,0,"",python,selection_command +925,1667348,"tests/test_dataloader.py",1429,0,"",python,selection_command +926,1667370,"tests/test_dataloader.py",1450,0,"",python,selection_command +927,1667402,"tests/test_dataloader.py",1474,0,"",python,selection_command +928,1667427,"tests/test_dataloader.py",1505,0,"",python,selection_command +929,1667626,"tests/test_dataloader.py",1535,0,"",python,selection_command +930,1667658,"tests/test_dataloader.py",1505,0,"",python,selection_command +931,1667925,"tests/test_dataloader.py",1474,0,"",python,selection_command +932,1667940,"tests/test_dataloader.py",1450,0,"",python,selection_command +933,1667972,"tests/test_dataloader.py",1429,0,"",python,selection_command +934,1668070,"tests/test_dataloader.py",1392,0,"",python,selection_command +935,1668071,"tests/test_dataloader.py",1354,0,"",python,selection_command +936,1668167,"tests/test_dataloader.py",1392,0,"",python,selection_command +937,1668397,"tests/test_dataloader.py",1429,0,"",python,selection_command +938,1668593,"tests/test_dataloader.py",1450,0,"",python,selection_command +939,1668605,"tests/test_dataloader.py",1474,0,"",python,selection_command +940,1668721,"tests/test_dataloader.py",1505,0,"",python,selection_command +941,1668922,"tests/test_dataloader.py",1535,0,"",python,selection_command +942,1669119,"tests/test_dataloader.py",1568,0,"",python,selection_command +943,1669446,"tests/test_dataloader.py",1572,0,"",python,selection_command +944,1670373,"tests/test_dataloader.py",1539,0,"",python,selection_command +945,1670692,"tests/test_dataloader.py",1509,0,"",python,selection_command +946,1670694,"tests/test_dataloader.py",1478,0,"",python,selection_command +947,1670698,"tests/test_dataloader.py",1454,0,"",python,selection_command +948,1670712,"tests/test_dataloader.py",1433,0,"",python,selection_command +949,1670827,"tests/test_dataloader.py",1396,0,"",python,selection_command +950,1671018,"tests/test_dataloader.py",1358,0,"",python,selection_command +951,1671089,"tests/test_dataloader.py",1366,0,"",python,selection_command +952,1671254,"tests/test_dataloader.py",1368,0,"",python,selection_command +953,1671620,"utils/dataloader.py",0,0,"",python,tab +954,1676617,"tests/test_dataloader.py",0,0,"",python,tab +955,1680102,"utils/dataloader.py",0,0,"",python,tab +956,1681730,"tests/test_dataloader.py",0,0,"",python,tab +957,1682014,"tests/test_dataloader.py",1406,0,"",python,selection_command +958,1682254,"tests/test_dataloader.py",1440,0,"",python,selection_command +959,1682278,"tests/test_dataloader.py",1464,0,"",python,selection_command +960,1682310,"tests/test_dataloader.py",1488,0,"",python,selection_command +961,1682345,"tests/test_dataloader.py",1519,0,"",python,selection_command +962,1682470,"tests/test_dataloader.py",1549,0,"",python,selection_command +963,1683231,"tests/test_dataloader.py",1559,0,"\n ",python,content +964,1684293,"tests/test_dataloader.py",1572,0,"num_workers=1,",python,content +965,1685393,"tests/test_dataloader.py",1586,0,"\n prefetch_buffer_size=1,",python,content +966,1685661,"tests/test_dataloader.py",1621,0,"",python,selection_command +967,1685859,"tests/test_dataloader.py",1585,0,"",python,selection_command +968,1686659,"tests/test_dataloader.py",1584,0,"",python,selection_command +969,1687109,"tests/test_dataloader.py",1584,1,"9",python,content +970,1687860,"tests/test_dataloader.py",1584,1,"8",python,content +971,1689791,"train_tokenizer.py",0,0,"",python,tab +972,1691649,"train_tokenizer.py",7009,0,"",python,selection_command +973,1692237,"tests/test_dataloader.py",0,0,"",python,tab +974,1694802,"tests/test_dataloader.py",1938,0,"\n num_workers=8,\n prefetch_buffer_size=1,",python,content +975,1695957,"tests/test_dataloader.py",1978,0,"",python,selection_command +976,1696077,"tests/test_dataloader.py",1951,0,"",python,selection_command +977,1738422,"tests/test_dataloader.py",0,0,"",python,tab +978,1738426,"tests/test_dataloader.py",1560,0,"",python,selection_command +979,1761501,"tests/test_dataloader.py",1345,0,"",python,selection_mouse +980,1761823,"tests/test_dataloader.py",0,0,"",python,tab +981,1765374,"tests/test_dataloader.py",35,2224,"import tensorflow as tf\nimport tempfile\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_tfrecord import generate_dummy_tfrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n self.dummy_tfrecord_path = self.test_data_dir / ""dummy_test_shard.tfrecord""\n\n self.num_episodes = 5\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n generate_dummy_tfrecord(\n self.dummy_tfrecord_path,\n num_episodes=self.num_episodes,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n )\n self.tfrecord_files = [str(self.dummy_tfrecord_path)]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"") # type: ignore\n",python,content +982,1766025,"tests/test_dataloader.py",0,0,"Switched from branch 'grain-dataloader' to 'main'",python,git_branch_checkout +983,1822993,"tests/test_dataloader.py",1311,0,"",python,selection_command +984,1823103,"tests/test_dataloader.py",454,0,"",python,selection_command +985,1823233,"tests/test_dataloader.py",0,0,"",python,selection_command +986,1824176,"tests/test_dataloader.py",16,0,"",python,selection_command +987,1824321,"tests/test_dataloader.py",35,0,"",python,selection_command +988,1824471,"tests/test_dataloader.py",59,0,"",python,selection_command +989,1824709,"tests/test_dataloader.py",75,0,"",python,selection_command +990,1824975,"tests/test_dataloader.py",100,0,"",python,selection_command +991,1824977,"tests/test_dataloader.py",101,0,"",python,selection_command +992,1825324,"tests/test_dataloader.py",145,0,"",python,selection_command +993,1831300,"TERMINAL",0,0,"",,terminal_focus +994,1877136,"tests/test_dataloader.py",162,0,"",python,selection_mouse +995,1908534,"tests/test_dataloader.py",161,0,"",python,selection_command +996,1908640,"tests/test_dataloader.py",160,0,"",python,selection_command +997,1909255,"tests/test_dataloader.py",156,0,"",python,selection_command +998,1922459,"tests/data/generate_dummy_data.py",0,0,"import tyro\nimport tensorflow as tf\nimport numpy as np\nfrom pathlib import Path\nfrom dataclasses import dataclass\n\n@dataclass\nclass Args:\n data_dir: str = ""data_tfrecords/dummy""\n num_episodes: int = 5\n episode_length: int = 16\n\n\n\ndef _bytes_feature(value):\n """"""Returns a bytes_list from a string / byte.""""""\n if isinstance(value, type(tf.constant(0))):\n value = value.numpy() # BytesList won't unpack a string from an EagerTensor.\n return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))\n\n\ndef _int64_feature(value):\n """"""Returns an int64_list from a bool / enum / int / uint.""""""\n return tf.train.Feature(int64_list=tf.train.Int64List(value=[value]))\n\n\ndef create_tfrecord_example(episode_numpy_array):\n """"""Creates a TFRecord example from a numpy array video.""""""\n feature = {\n ""height"": _int64_feature(episode_numpy_array.shape[1]),\n ""width"": _int64_feature(episode_numpy_array.shape[2]),\n ""channels"": _int64_feature(episode_numpy_array.shape[3]),\n ""sequence_length"": _int64_feature(episode_numpy_array.shape[0]),\n ""raw_video"": _bytes_feature(episode_numpy_array.tobytes()),\n }\n return tf.train.Example(features=tf.train.Features(feature=feature))\n\n\ndef generate_dummy_tfrecord(\n output_path, num_episodes=5, episode_length=16, height=90, width=160, channels=3\n):\n """"""Generates a dummy TFRecord file with synthetic video data.""""""\n print(f""Generating dummy TFRecord file at {output_path}"")\n with tf.io.TFRecordWriter(str(output_path)) as writer:\n for i in range(num_episodes):\n np.random.seed(i) # Seed per episode for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n tf_example = create_tfrecord_example(dummy_video)\n writer.write(tf_example.SerializeToString())\n print(""Dummy TFRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n args = tyro.cli(Args)\n temp_dir = Path(args.data_dir)\n temp_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = temp_dir / ""dummy_test_shard.tfrecord""\n generate_dummy_tfrecord(dummy_file, num_episodes=args.num_episodes, episode_length=args.episode_length)\n print(f""Generated dummy file: {dummy_file}"")",python,tab +999,1934057,"tests/test_dataloader.py",0,0,"import unittest\nimport numpy as np\nimport tensorflow as tf\nimport tempfile\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_tfrecord import generate_dummy_tfrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n self.dummy_tfrecord_path = self.test_data_dir / ""dummy_test_shard.tfrecord""\n\n self.num_episodes = 5\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n generate_dummy_tfrecord(\n self.dummy_tfrecord_path,\n num_episodes=self.num_episodes,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n )\n self.tfrecord_files = [str(self.dummy_tfrecord_path)]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"") # type: ignore\n\n\nif __name__ == ""__main__"":\n unittest.main()",python,tab +1000,1941949,"tests/__init__.py",0,0,"",python,tab +1001,1951061,"tests/data/__init__.py",0,0,"",python,tab +1002,1951544,"tests/__init__.py",0,0,"",python,tab +1003,1951913,"tests/test_dataloader.py",0,0,"",python,tab +1004,1999920,"TERMINAL",0,0,"salloc --nodes=2 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=accelerated --account=hk-project-p0023960",,terminal_command +1005,1999992,"TERMINAL",0,0,"]633;E;2025-07-03 13:56:53 salloc --nodes=2 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=accelerated --account=hk-project-p0023960;f196106c-ceb0-4611-a8f9-5e3ce804dadd]633;Csalloc: Pending job allocation 3314829\r\nsalloc: job 3314829 queued and waiting for resources\r\n",,terminal_output +1006,2086372,"TERMINAL",0,0,"bash",,terminal_focus +1007,2086842,"TERMINAL",0,0,"bash",,terminal_focus +1008,2088684,"TERMINAL",0,0,"bash",,terminal_focus +1009,2091413,"TERMINAL",0,0,"salloc",,terminal_focus +1010,2208870,"tests/test_dataloader.py",35,1988,"import tempfile\nimport os\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_data import generate_dummy_arrayrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n self.num_videos = 10\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n \n dummy_file = self.test_data_dir / ""dummy_test_shard.array_record""\n generate_dummy_arrayrecord(\n dummy_file,\n num_videos=self.num_videos,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n seed=42\n )\n \n self.array_record_files = [\n str(self.test_data_dir / f) \n for f in os.listdir(self.test_data_dir) \n if f.endswith('.array_record')\n ]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"")\n",python,content +1011,2211072,"tests/test_dataloader.py",0,0,"Switched from branch 'main' to 'grain-dataloader'",python,git_branch_checkout +1012,2220756,"tests/test_dataloader.py",259,0,"",python,selection_mouse +1013,2221137,"tests/test_dataloader.py",202,0,"",python,selection_mouse +1014,2224357,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"1:23:33 PM [info] Activating crowd-code\n1:23:33 PM [info] Recording started\n1:23:33 PM [info] Initializing git provider using file system watchers...\n1:23:34 PM [info] Git repository found\n1:23:34 PM [info] Git provider initialized successfully\n1:23:34 PM [info] Initial git state: [object Object]\n1:52:59 PM [info] Branch checkout detected: grain-dataloader -> main\n1:52:59 PM [info] Recording git checkout: Switched from branch 'grain-dataloader' to 'main'\n1:52:59 PM [info] Resetting file cache due to branch checkout\n2:00:24 PM [info] Branch checkout detected: main -> grain-dataloader\n2:00:24 PM [info] Recording git checkout: Switched from branch 'main' to 'grain-dataloader'\n2:00:24 PM [info] Resetting file cache due to branch checkout\n",Log,tab +1015,2230209,"tests/test_dataloader.py",0,0,"import unittest\nimport numpy as np\nimport tempfile\nimport os\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_data import generate_dummy_arrayrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n self.num_videos = 10\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n \n dummy_file = self.test_data_dir / ""dummy_test_shard.array_record""\n generate_dummy_arrayrecord(\n dummy_file,\n num_videos=self.num_videos,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n seed=42\n )\n \n self.array_record_files = [\n str(self.test_data_dir / f) \n for f in os.listdir(self.test_data_dir) \n if f.endswith('.array_record')\n ]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.array_record_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"")\n\n\nif __name__ == ""__main__"":\n unittest.main()",python,tab +1016,2249487,"tests/test_dataloader.py",1037,0,"",python,selection_command +1017,2249629,"tests/test_dataloader.py",1775,0,"",python,selection_command +1018,2250505,"tests/test_dataloader.py",1737,0,"",python,selection_command +1019,2250757,"tests/test_dataloader.py",1724,0,"",python,selection_command +1020,2250784,"tests/test_dataloader.py",1679,0,"",python,selection_command +1021,2250808,"tests/test_dataloader.py",1665,0,"",python,selection_command +1022,2250840,"tests/test_dataloader.py",1635,0,"",python,selection_command +1023,2250873,"tests/test_dataloader.py",1599,0,"",python,selection_command +1024,2250905,"tests/test_dataloader.py",1572,0,"",python,selection_command +1025,2250939,"tests/test_dataloader.py",1539,0,"",python,selection_command +1026,2250972,"tests/test_dataloader.py",1509,0,"",python,selection_command +1027,2251005,"tests/test_dataloader.py",1478,0,"",python,selection_command +1028,2251039,"tests/test_dataloader.py",1454,0,"",python,selection_command +1029,2251072,"tests/test_dataloader.py",1433,0,"",python,selection_command +1030,2251105,"tests/test_dataloader.py",1396,0,"",python,selection_command +1031,2251354,"tests/test_dataloader.py",1358,0,"",python,selection_command +1032,2252708,"tests/test_dataloader.py",1396,0,"",python,selection_command +1033,2252949,"tests/test_dataloader.py",1433,0,"",python,selection_command +1034,2252968,"tests/test_dataloader.py",1454,0,"",python,selection_command +1035,2253002,"tests/test_dataloader.py",1478,0,"",python,selection_command +1036,2253035,"tests/test_dataloader.py",1509,0,"",python,selection_command +1037,2253075,"tests/test_dataloader.py",1539,0,"",python,selection_command +1038,2253102,"tests/test_dataloader.py",1572,0,"",python,selection_command +1039,2253136,"tests/test_dataloader.py",1599,0,"",python,selection_command +1040,2253170,"tests/test_dataloader.py",1635,0,"",python,selection_command +1041,2253391,"tests/test_dataloader.py",1665,0,"",python,selection_command +1042,2253552,"tests/test_dataloader.py",1679,0,"",python,selection_command +1043,2258840,"tests/test_dataloader.py",1665,0,"",python,selection_command +1044,2258978,"tests/test_dataloader.py",1635,0,"",python,selection_command +1045,2266545,"tests/test_dataloader.py",2014,0,"",python,selection_command +1046,2267191,"tests/test_dataloader.py",1635,0,"",python,selection_command +1047,2267671,"tests/test_dataloader.py",1002,0,"",python,selection_command +1048,2268569,"tests/test_dataloader.py",0,0,"",python,selection_command +1049,2269580,"tests/test_dataloader.py",1002,0,"",python,selection_command +1050,2270587,"tests/test_dataloader.py",1635,0,"",python,selection_command +1051,2270924,"tests/test_dataloader.py",2014,0,"",python,selection_command +1052,2271443,"tests/test_dataloader.py",1002,0,"",python,selection_command +1053,2271850,"tests/test_dataloader.py",1635,0,"",python,selection_command +1054,2272024,"tests/test_dataloader.py",2014,0,"",python,selection_command +1055,2288120,"tests/test_dataloader.py",1002,0,"",python,selection_command +1056,2288276,"tests/test_dataloader.py",1635,0,"",python,selection_command +1057,2288436,"tests/test_dataloader.py",2014,0,"",python,selection_command +1058,2288608,"tests/test_dataloader.py",1002,0,"",python,selection_command +1059,2288993,"tests/test_dataloader.py",1635,0,"",python,selection_command +1060,2289301,"tests/test_dataloader.py",2014,0,"",python,selection_command +1061,2289985,"tests/test_dataloader.py",1247,0,"",python,selection_command +1062,2290161,"tests/test_dataloader.py",487,0,"",python,selection_command +1063,2290263,"tests/test_dataloader.py",0,0,"",python,selection_command +1064,2290815,"tests/test_dataloader.py",774,0,"",python,selection_command +1065,2291014,"tests/test_dataloader.py",1509,0,"",python,selection_command +1066,2291210,"tests/test_dataloader.py",2292,0,"",python,selection_command +1067,2294023,"tests/test_dataloader.py",1599,0,"",python,selection_keyboard +1068,2294172,"tests/test_dataloader.py",1572,0,"",python,selection_command +1069,2294423,"tests/test_dataloader.py",1539,0,"",python,selection_command +1070,2294447,"tests/test_dataloader.py",1509,0,"",python,selection_command +1071,2294482,"tests/test_dataloader.py",1478,0,"",python,selection_command +1072,2294514,"tests/test_dataloader.py",1454,0,"",python,selection_command +1073,2294549,"tests/test_dataloader.py",1433,0,"",python,selection_command +1074,2294583,"tests/test_dataloader.py",1396,0,"",python,selection_command +1075,2294686,"tests/test_dataloader.py",1358,0,"",python,selection_command +1076,2294757,"tests/test_dataloader.py",1345,0,"",python,selection_command +1077,2294921,"tests/test_dataloader.py",1358,0,"",python,selection_command +1078,2295061,"tests/test_dataloader.py",1366,0,"",python,selection_command +1079,2295223,"tests/test_dataloader.py",1368,0,"",python,selection_command +1080,2295624,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n \n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(f""An episode has length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}."")\n \n max_start_idx = current_episode_len - self.seq_len\n \n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n\n processed_sequence = seq.astype(np.float32) / 255.0\n\n return processed_sequence\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n \n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=100,\n seed=seed,\n )\n\n operations = [\n ProcessEpisodeAndSlice(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n )\n\n return iter(dataloader)\n\n",python,tab +1081,2297020,"utils/dataloader.py",0,0,"",python,selection_command +1082,2311868,"tests/test_dataloader.py",0,0,"",python,tab +1083,2315817,"tests/test_dataloader.py",35,2224,"import tensorflow as tf\nimport tempfile\nfrom pathlib import Path\n\nfrom utils.dataloader import get_dataloader\nfrom tests.data.generate_dummy_tfrecord import generate_dummy_tfrecord\n\n\nclass DataloaderReproducibilityTest(unittest.TestCase):\n\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.test_data_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n self.dummy_tfrecord_path = self.test_data_dir / ""dummy_test_shard.tfrecord""\n\n self.num_episodes = 5\n self.episode_length = 16\n self.image_height = 64\n self.image_width = 64\n self.image_channels = 3\n generate_dummy_tfrecord(\n self.dummy_tfrecord_path,\n num_episodes=self.num_episodes,\n episode_length=self.episode_length,\n height=self.image_height,\n width=self.image_width,\n channels=self.image_channels,\n )\n self.tfrecord_files = [str(self.dummy_tfrecord_path)]\n\n self.fixed_seed = 42\n\n def test_dataloader_yields_reproducible_batches(self):\n seq_len = 8\n batch_size = 2\n\n dataloader1 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches1 = [next(dataloader1) for _ in range(3)]\n\n dataloader2 = get_dataloader(\n self.tfrecord_files,\n seq_len,\n batch_size,\n self.image_height,\n self.image_width,\n self.image_channels,\n seed=self.fixed_seed,\n )\n batches2 = [next(dataloader2) for _ in range(3)]\n\n for i, (b1, b2) in enumerate(zip(batches1, batches2)):\n np.testing.assert_array_equal(b1, b2, err_msg=f""Batch {i} is not reproducible"") # type: ignore\n",python,content +1084,2316083,"tests/test_dataloader.py",0,0,"Switched from branch 'grain-dataloader' to 'main'",python,git_branch_checkout +1085,2367427,"tests/test_dataloader.py",0,0,"",python,selection_command +1086,2367734,"tests/data/generate_dummy_data.py",0,0,"import tyro\nimport tensorflow as tf\nimport numpy as np\nfrom pathlib import Path\nfrom dataclasses import dataclass\n\n@dataclass\nclass Args:\n data_dir: str = ""data_tfrecords/dummy""\n num_episodes: int = 5\n episode_length: int = 16\n\n\n\ndef _bytes_feature(value):\n """"""Returns a bytes_list from a string / byte.""""""\n if isinstance(value, type(tf.constant(0))):\n value = value.numpy() # BytesList won't unpack a string from an EagerTensor.\n return tf.train.Feature(bytes_list=tf.train.BytesList(value=[value]))\n\n\ndef _int64_feature(value):\n """"""Returns an int64_list from a bool / enum / int / uint.""""""\n return tf.train.Feature(int64_list=tf.train.Int64List(value=[value]))\n\n\ndef create_tfrecord_example(episode_numpy_array):\n """"""Creates a TFRecord example from a numpy array video.""""""\n feature = {\n ""height"": _int64_feature(episode_numpy_array.shape[1]),\n ""width"": _int64_feature(episode_numpy_array.shape[2]),\n ""channels"": _int64_feature(episode_numpy_array.shape[3]),\n ""sequence_length"": _int64_feature(episode_numpy_array.shape[0]),\n ""raw_video"": _bytes_feature(episode_numpy_array.tobytes()),\n }\n return tf.train.Example(features=tf.train.Features(feature=feature))\n\n\ndef generate_dummy_tfrecord(\n output_path, num_episodes=5, episode_length=16, height=90, width=160, channels=3\n):\n """"""Generates a dummy TFRecord file with synthetic video data.""""""\n print(f""Generating dummy TFRecord file at {output_path}"")\n with tf.io.TFRecordWriter(str(output_path)) as writer:\n for i in range(num_episodes):\n np.random.seed(i) # Seed per episode for some variation, but deterministic\n dummy_video = np.random.randint(\n 0, 256, size=(episode_length, height, width, channels), dtype=np.uint8\n )\n tf_example = create_tfrecord_example(dummy_video)\n writer.write(tf_example.SerializeToString())\n print(""Dummy TFRecord generation complete."")\n\n\nif __name__ == ""__main__"":\n args = tyro.cli(Args)\n temp_dir = Path(args.data_dir)\n temp_dir.mkdir(parents=True, exist_ok=True)\n dummy_file = temp_dir / ""dummy_test_shard.tfrecord""\n generate_dummy_tfrecord(dummy_file, num_episodes=args.num_episodes, episode_length=args.episode_length)\n print(f""Generated dummy file: {dummy_file}"")",python,tab +1087,2369973,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +1088,2377374,"train_tokenizer.py",9086,0,"",python,selection_command +1089,2378046,"train_tokenizer.py",9180,0,"",python,selection_command +1090,3218575,"train_tokenizer.py",9218,0,"",python,selection_command +1091,3220054,"train_tokenizer.py",9212,0,"",python,selection_command +1092,3220218,"train_tokenizer.py",9211,0,"",python,selection_command +1093,3220372,"train_tokenizer.py",9201,0,"",python,selection_command +1094,3221138,"train_tokenizer.py",0,0,"",python,selection_command +1095,3221448,"train_tokenizer.py",41,0,"",python,selection_command +1096,3222446,"train_tokenizer.py",104,0,"",python,selection_command +1097,3222802,".venv/lib/python3.10/site-packages/flax/training/orbax_utils.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Utils for Orbax Checkpointing, available even after Flax Checkpointing is deprecated.""""""\n\nimport warnings\nfrom typing import Any\n\nimport jax\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom jax.sharding import Mesh\n\nPyTree = Any\n\n\ndef is_multi_device_array(value: Any) -> bool:\n """"""Instruct Orbax to save this array with Tensorstore instead of msgpack.""""""\n if isinstance(value, jax.Array):\n return not value.is_fully_replicated\n return False\n\n\ndef save_args_from_target(target: Any) -> Any:\n return jax.tree_util.tree_map(lambda _: ocp.SaveArgs(), target)\n\n\ndef maybe_construct_transformations(\n target: Any, transforms: Any | None\n) -> Any:\n if transforms is not None:\n return transforms\n flat_transforms = {}\n flat_target = ocp.utils.to_flat_dict(target, sep='/', keep_empty_nodes=True)\n for k, v in flat_target.items():\n if v is None:\n flat_transforms[k] = ocp.Transform(use_fallback=True)\n return flat_transforms\n\n\ndef restore_args_from_target(target: Any, mesh: Mesh | None = None) -> Any:\n """"""Creates Orbax `restore_args` given a target Pytree.\n\n Args:\n target: The Pytree that has the same structure as the checkpoint. The arrays\n restored from checkpoint will have the same `sharding` as the target\n Pytree's corresponding arrays.\n mesh: DEPRECATED ARG. Please simply use your mesh to create the arrays\n in your `target`, no need to pass it here.\n\n Returns:\n A Pytree of Orbax `RestoreArgs` or `ArrayRestoreArgs`\n """"""\n\n def find_sharding(x):\n if hasattr(x, 'sharding'):\n return x.sharding\n return None\n\n # Simpler case: no JAX arrays\n if not any(\n jax.tree_util.tree_flatten(jax.tree_util.tree_map(find_sharding, target))[\n 0\n ]\n ):\n return jax.tree_util.tree_map(\n lambda x: ocp.RestoreArgs(restore_type=np.ndarray), target\n )\n\n # JAX arrays: find sharding from the given target and create RestoreArgs\n sharding_tree = jax.tree_util.tree_map(find_sharding, target)\n if mesh is not None:\n warnings.warn(\n (\n 'restore_args_from_target(): `mesh` arg is deprecated. Simply'\n ' calling the function with target pytree should suffice.'\n ),\n DeprecationWarning,\n )\n def substitute_embedding(s):\n return jax.sharding.NamedSharding(mesh, s.spec)\n sharding_tree = jax.tree_util.tree_map(substitute_embedding, sharding_tree)\n restore_args = ocp.checkpoint_utils.construct_restore_args(\n target, sharding_tree, set_global_shape=False\n )\n return restore_args\n",python,tab +1098,3223672,"train_tokenizer.py",0,0,"",python,tab +1099,3224167,"train_tokenizer.py",304,0,"",python,selection_command +1100,3225718,"train_tokenizer.py",315,0,"",python,selection_command +1101,3226778,"train_tokenizer.py",320,0,"",python,selection_command +1102,3226936,"train_tokenizer.py",321,0,"",python,selection_command +1103,3227258,".venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py",0,0,"# Copyright 2024 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Defines exported symbols for the namespace package `orbax.checkpoint`.""""""\n\n# pylint: disable=g-importing-member, g-bad-import-order\n\nimport contextlib\nimport functools\n\nfrom orbax.checkpoint.experimental import v1\nfrom orbax.checkpoint import arrays\nfrom orbax.checkpoint import aggregate_handlers\nfrom orbax.checkpoint import args\nfrom orbax.checkpoint import checkpoint_utils\nfrom orbax.checkpoint import checkpointers\nfrom orbax.checkpoint import checkpoint_managers\nfrom orbax.checkpoint import handlers\nfrom orbax.checkpoint import logging\nfrom orbax.checkpoint import metadata\nfrom orbax.checkpoint import msgpack_utils\nfrom orbax.checkpoint import options\nfrom orbax.checkpoint import path\nfrom orbax.checkpoint import serialization\nfrom orbax.checkpoint import transform_utils\nfrom orbax.checkpoint import tree\nfrom orbax.checkpoint import type_handlers\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint import version\n# TODO(cpgaffney): Import the public multihost API.\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import step\n\nfrom orbax.checkpoint.future import Future\n\nfrom orbax.checkpoint.transform_utils import apply_transformations\nfrom orbax.checkpoint.transform_utils import merge_trees\nfrom orbax.checkpoint.transform_utils import RestoreTransform\nfrom orbax.checkpoint.transform_utils import Transform\n\nfrom orbax.checkpoint.abstract_checkpoint_manager import AbstractCheckpointManager\nfrom orbax.checkpoint.checkpointers import *\nfrom orbax.checkpoint.checkpoint_manager import CheckpointManager\nfrom orbax.checkpoint.checkpoint_manager import AsyncOptions\nfrom orbax.checkpoint.checkpoint_manager import CheckpointManagerOptions\n\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import RestoreArgs\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import ArrayRestoreArgs\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import SaveArgs\n\n# Important handlers.\nfrom orbax.checkpoint._src.handlers.checkpoint_handler import CheckpointHandler\nfrom orbax.checkpoint._src.handlers.async_checkpoint_handler import AsyncCheckpointHandler\n\nfrom orbax.checkpoint._src.handlers.array_checkpoint_handler import ArrayCheckpointHandler\nfrom orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeCheckpointHandler\nfrom orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeOptions\nfrom orbax.checkpoint._src.handlers.json_checkpoint_handler import JsonCheckpointHandler\nfrom orbax.checkpoint._src.handlers.proto_checkpoint_handler import ProtoCheckpointHandler\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import PyTreeCheckpointHandler\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import JaxRandomKeyCheckpointHandler\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import NumpyRandomKeyCheckpointHandler\nfrom orbax.checkpoint._src.handlers.standard_checkpoint_handler import StandardCheckpointHandler\n\nfrom orbax.checkpoint._src.handlers.handler_registration import CheckpointHandlerRegistry\nfrom orbax.checkpoint._src.handlers.handler_registration import DefaultCheckpointHandlerRegistry\n\n# This class should be regarded as internal-only, and may be removed without\n# warning.\nfrom orbax.checkpoint._src.handlers.base_pytree_checkpoint_handler import BasePyTreeCheckpointHandler\n\n# Test utils.\nfrom orbax.checkpoint import test_utils\n\nfrom orbax.checkpoint._src.serialization.type_handlers import PLACEHOLDER\n\n# A new PyPI release will be pushed everytime `__version__` is increased.\n__version__ = version.__version__\ndel version\n",python,tab +1104,3236654,"train_tokenizer.py",0,0,"",python,tab +1105,3238979,"train_tokenizer.py",339,0,"",python,selection_command +1106,3239429,".venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/pytree_checkpointer.py",0,0,"# Copyright 2024 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Shorthand for `Checkpointer(PyTreeCheckpointHandler())`.""""""\n\nfrom typing import Optional\nfrom orbax.checkpoint import options as options_lib\nfrom orbax.checkpoint._src.checkpointers import checkpointer\nfrom orbax.checkpoint._src.handlers import pytree_checkpoint_handler\n\n\nclass PyTreeCheckpointer(checkpointer.Checkpointer):\n """"""Shorthand class.\n\n Instead of::\n ckptr = Checkpointer(PyTreeCheckpointHandler())\n\n we can use::\n ckptr = PyTreeCheckpointer()\n """"""\n\n def __init__(\n self,\n primary_host: Optional[int] = 0,\n use_ocdbt: bool = True,\n use_zarr3=False,\n ):\n super().__init__(\n pytree_checkpoint_handler.PyTreeCheckpointHandler(\n use_ocdbt=use_ocdbt, use_zarr3=use_zarr3\n ),\n multiprocessing_options=options_lib.MultiprocessingOptions(\n primary_host=primary_host\n ),\n )\n",python,tab +1107,3242754,"train_tokenizer.py",0,0,"",python,tab +1108,3243349,"train_tokenizer.py",6279,0,"",python,selection_command +1109,3244740,"train_tokenizer.py",9212,0,"",python,selection_command +1110,3245709,"train_tokenizer.py",9211,0,"",python,selection_command +1111,3245797,"train_tokenizer.py",9211,1,".",python,selection_command +1112,3245896,"train_tokenizer.py",9201,11,"checkpoint.",python,selection_command +1113,3246049,"train_tokenizer.py",9200,12,".checkpoint.",python,selection_command +1114,3246237,"train_tokenizer.py",9195,17,"orbax.checkpoint.",python,selection_command +1115,3246461,"train_tokenizer.py",9195,17,"",python,content +1116,3266184,"train_tokenizer.py",0,0,"Switched from branch 'main' to 'fix-cross-node-checkpointing'",python,git_branch_checkout +1117,3271070,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""lam_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +1118,3273777,"train_lam.py",6836,0,"",python,selection_command +1119,3273969,"train_lam.py",9541,0,"",python,selection_command +1120,3274620,"train_lam.py",9540,0,"",python,selection_command +1121,3274739,"train_lam.py",9540,1,".",python,selection_command +1122,3274817,"train_lam.py",9530,11,"checkpoint.",python,selection_command +1123,3274964,"train_lam.py",9529,12,".checkpoint.",python,selection_command +1124,3275134,"train_lam.py",9524,17,"orbax.checkpoint.",python,selection_command +1125,3275356,"train_lam.py",9524,17,"",python,content +1126,3282267,"train_lam.py",9478,0,"",python,selection_command +1127,3282406,"train_lam.py",9421,0,"",python,selection_command +1128,3282551,"train_lam.py",9375,0,"",python,selection_command +1129,3282734,"train_lam.py",9421,0,"",python,selection_command +1130,3282905,"train_lam.py",9478,0,"",python,selection_command +1131,3283054,"train_lam.py",9524,0,"",python,selection_command +1132,3286274,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom models.tokenizer import TokenizerVQVAE\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +1133,3288679,"train_dynamics.py",345,0,"",python,selection_command +1134,3289279,"train_dynamics.py",375,0,"",python,selection_command +1135,3289485,"train_dynamics.py",386,0,"",python,selection_command +1136,3289511,"train_dynamics.py",410,0,"",python,selection_command +1137,3289543,"train_dynamics.py",422,0,"",python,selection_command +1138,3289573,"train_dynamics.py",435,0,"",python,selection_command +1139,3289602,"train_dynamics.py",437,0,"",python,selection_command +1140,3289753,"train_dynamics.py",473,0,"",python,selection_command +1141,3289887,"train_dynamics.py",523,0,"",python,selection_command +1142,3290296,"train_dynamics.py",517,0,"",python,selection_command +1143,3291410,"train_dynamics.py",488,44,"",python,content +1144,3291726,"train_dynamics.py",488,41,"",python,content +1145,3291878,"train_dynamics.py",438,0,"",python,selection_command +1146,3292133,"train_dynamics.py",437,0,"",python,selection_command +1147,3292246,"train_dynamics.py",424,0,"",python,selection_command +1148,3292249,"train_dynamics.py",412,0,"",python,selection_command +1149,3292252,"train_dynamics.py",388,0,"",python,selection_command +1150,3292261,"train_dynamics.py",377,0,"",python,selection_command +1151,3292296,"train_dynamics.py",358,0,"",python,selection_command +1152,3292330,"train_dynamics.py",310,0,"",python,selection_command +1153,3292364,"train_dynamics.py",297,0,"",python,selection_command +1154,3292770,"train_dynamics.py",310,0,"",python,selection_command +1155,3292838,"train_dynamics.py",315,0,"",python,selection_command +1156,3292960,"train_dynamics.py",320,0,"",python,selection_command +1157,3293117,"train_dynamics.py",321,0,"",python,selection_command +1158,3293294,"train_dynamics.py",332,0,"",python,selection_command +1159,3293521,"train_dynamics.py",339,0,"",python,selection_command +1160,3293825,"train_dynamics.py",358,0,"",python,selection_command +1161,3294036,"train_dynamics.py",339,0,"",python,selection_command +1162,3294997,"train_dynamics.py",9020,0,"",python,selection_command +1163,3298864,"train_dynamics.py",9019,0,"",python,selection_command +1164,3298916,"train_dynamics.py",9019,1,".",python,selection_command +1165,3299062,"train_dynamics.py",9009,11,"checkpoint.",python,selection_command +1166,3299147,"train_dynamics.py",9008,12,".checkpoint.",python,selection_command +1167,3299388,"train_dynamics.py",9003,17,"orbax.checkpoint.",python,selection_command +1168,3299586,"train_dynamics.py",9003,17,"",python,content +1169,3300338,"train_dynamics.py",0,0,"",python,selection_command +1170,3300715,"train_dynamics.py",41,0,"",python,selection_command +1171,3300962,"train_dynamics.py",51,0,"",python,selection_command +1172,3300994,"train_dynamics.py",63,0,"",python,selection_command +1173,3301015,"train_dynamics.py",64,0,"",python,selection_command +1174,3301049,"train_dynamics.py",78,0,"",python,selection_command +1175,3301172,"train_dynamics.py",116,0,"",python,selection_command +1176,3301181,"train_dynamics.py",165,0,"",python,selection_command +1177,3301184,"train_dynamics.py",225,0,"",python,selection_command +1178,3301187,"train_dynamics.py",284,0,"",python,selection_command +1179,3301296,"train_dynamics.py",297,0,"",python,selection_command +1180,3301299,"train_dynamics.py",310,0,"",python,selection_command +1181,3301339,"train_dynamics.py",358,0,"",python,selection_command +1182,3301794,"train_dynamics.py",310,0,"",python,selection_command +1183,3303256,"train_dynamics.py",358,0,"",python,selection_command +1184,3303463,"train_dynamics.py",310,0,"",python,selection_command +1185,3303639,"train_dynamics.py",297,0,"",python,selection_command +1186,3304483,"train_dynamics.py",304,0,"",python,selection_command +1187,3304682,"train_dynamics.py",315,0,"",python,selection_command +1188,3304873,"train_dynamics.py",8982,0,"",python,selection_command +1189,3305882,"train_dynamics.py",9052,0,"",python,selection_command +1190,3306070,"train_dynamics.py",9108,0,"",python,selection_command +1191,3306401,"train_dynamics.py",104,0,"",python,selection_command +1192,3307071,"train_dynamics.py",142,0,"",python,selection_command +1193,3307254,"train_dynamics.py",191,0,"",python,selection_command +1194,3307517,"train_dynamics.py",251,0,"",python,selection_command +1195,3307659,"train_dynamics.py",295,0,"",python,selection_command +1196,3307831,"train_dynamics.py",308,0,"",python,selection_command +1197,3308209,"train_dynamics.py",297,13,"",python,content +1198,3405360,"train_dynamics.py",5956,0,"",python,selection_command +1199,3408085,"train_dynamics.py",6329,0,"",python,selection_command +1200,3408423,"train_dynamics.py",6358,0,"",python,selection_command +1201,3408703,"train_dynamics.py",6430,0,"",python,selection_command +1202,3408968,"train_dynamics.py",6478,0,"",python,selection_command +1203,3409244,"train_dynamics.py",7465,0,"",python,selection_command +1204,3410154,"train_dynamics.py",7512,0,"",python,selection_command +1205,3410410,"train_dynamics.py",8940,0,"",python,selection_command +1206,3412017,"train_dynamics.py",8923,0,"",python,selection_command +1207,3412390,"train_dynamics.py",9073,0,"",python,selection_command +1208,3413216,"train_dynamics.py",9224,0,"",python,selection_command +1209,3414895,"train_lam.py",0,0,"",python,tab +1210,3416785,"train_lam.py",135,0,"",python,selection_command +1211,3417027,"train_lam.py",9474,0,"",python,selection_command +1212,3418136,"train_lam.py",9457,0,"",python,selection_command +1213,3423022,"train_dynamics.py",0,0,"",python,tab +1214,3423688,"train_dynamics.py",0,0,"",python,selection_command +1215,3424442,"train_dynamics.py",9350,0,"",python,selection_command +1216,3424820,"train_dynamics.py",9328,0,"",python,selection_command +1217,3425066,"train_dynamics.py",9289,0,"",python,selection_command +1218,3425094,"train_dynamics.py",9271,0,"",python,selection_command +1219,3425127,"train_dynamics.py",9230,0,"",python,selection_command +1220,3425160,"train_dynamics.py",9204,0,"",python,selection_command +1221,3425192,"train_dynamics.py",9120,0,"",python,selection_command +1222,3425225,"train_dynamics.py",9079,0,"",python,selection_command +1223,3425259,"train_dynamics.py",9011,0,"",python,selection_command +1224,3425292,"train_dynamics.py",8953,0,"",python,selection_command +1225,3425325,"train_dynamics.py",8907,0,"",python,selection_command +1226,3425461,"train_dynamics.py",8850,0,"",python,selection_command +1227,3425622,"train_dynamics.py",8907,0,"",python,selection_command +1228,3425774,"train_dynamics.py",8923,0,"",python,selection_command +1229,3425945,"train_dynamics.py",8928,0,"",python,selection_command +1230,3426204,"train_dynamics.py",8923,0,"",python,selection_command +1231,3428385,"train_dynamics.py",8969,0,"",python,selection_command +1232,3430003,"train_dynamics.py",8923,0,"",python,selection_command +1233,3430234,"train_dynamics.py",8969,0,"",python,selection_command +1234,3430447,"train_dynamics.py",8923,0,"",python,selection_command +1235,3433266,"train_dynamics.py",9073,0,"",python,selection_command +1236,3433435,"train_dynamics.py",9224,0,"",python,selection_command +1237,3437155,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +1238,3437391,"train_tokenizer.py",9559,0,"",python,selection_command +1239,3437732,"train_tokenizer.py",9537,0,"",python,selection_command +1240,3437979,"train_tokenizer.py",9498,0,"",python,selection_command +1241,3437998,"train_tokenizer.py",9480,0,"",python,selection_command +1242,3438032,"train_tokenizer.py",9439,0,"",python,selection_command +1243,3438065,"train_tokenizer.py",9413,0,"",python,selection_command +1244,3438097,"train_tokenizer.py",9325,0,"",python,selection_command +1245,3438131,"train_tokenizer.py",9284,0,"",python,selection_command +1246,3438165,"train_tokenizer.py",9216,0,"",python,selection_command +1247,3438198,"train_tokenizer.py",9158,0,"",python,selection_command +1248,3438232,"train_tokenizer.py",9112,0,"",python,selection_command +1249,3438266,"train_tokenizer.py",9055,0,"",python,selection_command +1250,3438369,"train_tokenizer.py",9112,0,"",python,selection_command +1251,3438622,"train_tokenizer.py",9128,0,"",python,selection_command +1252,3438818,"train_tokenizer.py",9133,0,"",python,selection_command +1253,3439448,"train_tokenizer.py",0,0,"",python,selection_command +1254,3440735,"train_tokenizer.py",6106,0,"",python,selection_command +1255,3689060,"train_tokenizer.py",6073,0,"",python,selection_mouse +1256,3689063,"train_tokenizer.py",6072,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8d01713f-5b88-429a-99ff-32944a31fd381753259613769-2025_07_23-10.34.13.639/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8d01713f-5b88-429a-99ff-32944a31fd381753259613769-2025_07_23-10.34.13.639/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..08f878334a1f576f02d3901c58ac32f349d66883 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8d01713f-5b88-429a-99ff-32944a31fd381753259613769-2025_07_23-10.34.13.639/source.csv @@ -0,0 +1,9388 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,6,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n# class STBlock2(nn.Module):\n # dim: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.remat\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # --- Spatial attention ---\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n\n # # --- Temporal attention ---\n # x = x.swapaxes(1, 2)\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n # x = x.swapaxes(1, 2)\n\n # # --- Feedforward ---\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n # z = nn.Dense(\n # self.dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # z = nn.gelu(z)\n # x = x + z\n\n # return x\n\n# class CausalTransformer(nn.Module):\n # model_dim: int\n # out_dim: int\n # num_blocks: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # Input projection and normalization\n # x = nn.Sequential(\n # [\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.Dense(self.model_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # ]\n # )(x)\n # # Causal transformer blocks\n # for _ in range(self.num_blocks):\n # x = STBlock2(\n # dim=self.model_dim,\n # num_heads=self.num_heads,\n # dropout=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n\n # # Output projection\n # x = nn.Dense(\n # self.out_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # return x # (B, T, E)\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = MultiHeadAttentionWithKVCacheReset(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=True,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=True,\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n spatial_bert=self.spatial_bert,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n\nclass MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):\n cached_key = self.get_variable('cache', 'cached_key')\n cached_value = self.get_variable('cache', 'cached_value')\n \n self.put_variable('cache', 'cached_key', jnp.zeros_like(cached_key))\n self.put_variable('cache', 'cached_value', jnp.zeros_like(cached_value))\n self.put_variable('cache', 'cache_index', jnp.array(0, dtype=jnp.int32))",python,tab +2,368,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"10:34:13 AM [info] Activating crowd-code\n10:34:13 AM [info] Recording started\n10:34:13 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,1780,"extension-output-pdoom-org.crowd-code-#1-crowd-code",153,0,"10:34:13 AM [info] Git repository found\n10:34:13 AM [info] Git provider initialized successfully\n10:34:13 AM [info] Initial git state: [object Object]\n",Log,content +4,28486,"utils/nn.py",0,0,"",python,tab +5,29244,"TERMINAL",0,0,"",,terminal_focus +6,31474,"TERMINAL",0,0,"source /home/hk-project-p0023960/tum_dbd0378/jafar/.venv/bin/activate",,terminal_command +7,31488,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +8,64283,"utils/nn.py",12140,0,"",python,selection_mouse +9,64286,"utils/nn.py",12139,0,"",python,selection_command +10,66371,".gitignore",0,0,"*.pyc\n*.npy\n*.png\n*.gif\n*.json\n*.csv\n*.out\n\nwandb_key\ncheckpoints/\nwandb/\n__pycache__/\ndata/\nexperiments/\n",ignore,tab +11,67116,".gitignore",93,0,"",ignore,selection_command +12,67363,".gitignore",87,0,"",ignore,selection_command +13,67390,".gitignore",74,0,"",ignore,selection_command +14,67422,".gitignore",67,0,"",ignore,selection_command +15,67456,".gitignore",54,0,"",ignore,selection_command +16,67486,".gitignore",44,0,"",ignore,selection_command +17,67520,".gitignore",43,0,"",ignore,selection_command +18,67647,".gitignore",37,0,"",ignore,selection_command +19,68618,".gitignore",43,0,"",ignore,selection_command +20,68869,".gitignore",44,0,"",ignore,selection_command +21,68896,".gitignore",54,0,"",ignore,selection_command +22,68928,".gitignore",67,0,"",ignore,selection_command +23,68969,".gitignore",74,0,"",ignore,selection_command +24,69019,".gitignore",87,0,"",ignore,selection_command +25,69122,".gitignore",92,0,"\n",ignore,content +26,69805,".gitignore",93,0,"l",ignore,content +27,69806,".gitignore",94,0,"",ignore,selection_keyboard +28,69926,".gitignore",94,0,"o",ignore,content +29,69927,".gitignore",95,0,"",ignore,selection_keyboard +30,69982,".gitignore",95,0,"g",ignore,content +31,69983,".gitignore",96,0,"",ignore,selection_keyboard +32,70049,".gitignore",96,0,"s",ignore,content +33,70050,".gitignore",97,0,"",ignore,selection_keyboard +34,70163,".gitignore",97,0,"/",ignore,content +35,70164,".gitignore",98,0,"",ignore,selection_keyboard +36,70314,".gitignore",97,0,"",ignore,selection_command +37,71704,"utils/nn.py",0,0,"",python,tab +38,76506,"utils/nn.py",0,0,"",python,tab +39,76552,"utils/nn.py",4721,0,"",python,selection_command +40,85242,"utils/nn.py",4738,0,"",python,selection_mouse +41,95000,"utils/nn.py",4733,0,"",python,selection_command +42,95141,"utils/nn.py",4733,34,"",python,content +43,95406,"utils/nn.py",4733,0,"M",python,content +44,95408,"utils/nn.py",4734,0,"",python,selection_keyboard +45,95623,"utils/nn.py",4734,0,"u",python,content +46,95624,"utils/nn.py",4735,0,"",python,selection_keyboard +47,95703,"utils/nn.py",4735,0,"l",python,content +48,95705,"utils/nn.py",4736,0,"",python,selection_keyboard +49,95889,"utils/nn.py",4736,0,"t",python,content +50,95890,"utils/nn.py",4737,0,"",python,selection_keyboard +51,95970,"utils/nn.py",4737,0,"i",python,content +52,95972,"utils/nn.py",4738,0,"",python,selection_keyboard +53,96244,"utils/nn.py",4738,0,"H",python,content +54,96247,"utils/nn.py",4739,0,"",python,selection_keyboard +55,96917,"utils/nn.py",4739,0,"\n ",python,content +56,97246,"utils/nn.py",4747,0,"",python,selection_command +57,98022,"utils/nn.py",4748,0,"",python,selection_command +58,98233,"utils/nn.py",4744,4,"",python,content +59,98405,"utils/nn.py",4740,4,"",python,content +60,98691,"utils/nn.py",4739,1,"",python,content +61,99578,"utils/nn.py",4739,0,"eadAttention",python,content +62,99789,"utils/nn.py",4750,0,"",python,selection_command +63,99955,"utils/nn.py",4733,0,"",python,selection_command +64,100330,"utils/nn.py",4733,0,"n",python,content +65,100333,"utils/nn.py",4734,0,"",python,selection_keyboard +66,100476,"utils/nn.py",4734,0,"n",python,content +67,100478,"utils/nn.py",4735,0,"",python,selection_keyboard +68,100574,"utils/nn.py",4735,0,".",python,content +69,100577,"utils/nn.py",4736,0,"",python,selection_keyboard +70,100756,"utils/nn.py",4735,0,"",python,selection_command +71,101309,"utils/nn.py",4770,0,"",python,selection_command +72,101565,"utils/nn.py",4808,0,"",python,selection_command +73,101590,"utils/nn.py",4843,0,"",python,selection_command +74,101624,"utils/nn.py",4882,0,"",python,selection_command +75,101657,"utils/nn.py",4924,0,"",python,selection_command +76,101843,"utils/nn.py",4954,0,"",python,selection_command +77,102022,"utils/nn.py",5066,0,"",python,selection_command +78,102796,"utils/nn.py",5088,0,"",python,selection_command +79,103045,"utils/nn.py",5104,0,"",python,selection_command +80,103077,"utils/nn.py",5108,0,"",python,selection_command +81,103116,"utils/nn.py",5123,0,"",python,selection_command +82,103144,"utils/nn.py",5160,0,"",python,selection_command +83,103182,"utils/nn.py",5189,0,"",python,selection_command +84,103224,"utils/nn.py",5233,0,"",python,selection_command +85,103249,"utils/nn.py",5259,0,"",python,selection_command +86,103283,"utils/nn.py",5301,0,"",python,selection_command +87,103324,"utils/nn.py",5328,0,"",python,selection_command +88,103349,"utils/nn.py",5344,0,"",python,selection_command +89,103396,"utils/nn.py",5387,0,"",python,selection_command +90,103416,"utils/nn.py",5422,0,"",python,selection_command +91,103477,"utils/nn.py",5460,0,"",python,selection_command +92,103506,"utils/nn.py",5495,0,"",python,selection_command +93,103528,"utils/nn.py",5534,0,"",python,selection_command +94,103549,"utils/nn.py",5576,0,"",python,selection_command +95,103580,"utils/nn.py",5606,0,"",python,selection_command +96,103620,"utils/nn.py",5701,0,"",python,selection_command +97,103650,"utils/nn.py",5726,0,"",python,selection_command +98,121768,"utils/nn.py",11421,0,"",python,selection_mouse +99,122181,"utils/nn.py",11401,64,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):",python,selection_command +100,122389,"utils/nn.py",11401,72,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""",python,selection_command +101,122648,"utils/nn.py",11401,163,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.",python,selection_command +102,122676,"utils/nn.py",11401,171,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""",python,selection_command +103,122707,"utils/nn.py",11401,201,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):",python,selection_command +104,122740,"utils/nn.py",11401,213,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""",python,selection_command +105,122774,"utils/nn.py",11401,261,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.",python,selection_command +106,122808,"utils/nn.py",11401,273,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""",python,selection_command +107,122842,"utils/nn.py",11401,326,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):",python,selection_command +108,122871,"utils/nn.py",11401,392,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):\n cached_key = self.get_variable('cache', 'cached_key')",python,selection_command +109,122904,"utils/nn.py",11401,462,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):\n cached_key = self.get_variable('cache', 'cached_key')\n cached_value = self.get_variable('cache', 'cached_value')",python,selection_command +110,122939,"utils/nn.py",11401,475,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):\n cached_key = self.get_variable('cache', 'cached_key')\n cached_value = self.get_variable('cache', 'cached_value')\n ",python,selection_command +111,122971,"utils/nn.py",11401,556,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):\n cached_key = self.get_variable('cache', 'cached_key')\n cached_value = self.get_variable('cache', 'cached_value')\n \n self.put_variable('cache', 'cached_key', jnp.zeros_like(cached_key))",python,selection_command +112,123006,"utils/nn.py",11401,641,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):\n cached_key = self.get_variable('cache', 'cached_key')\n cached_value = self.get_variable('cache', 'cached_value')\n \n self.put_variable('cache', 'cached_key', jnp.zeros_like(cached_key))\n self.put_variable('cache', 'cached_value', jnp.zeros_like(cached_value))",python,selection_command +113,123039,"utils/nn.py",11401,726,"class MultiHeadAttentionWithKVCacheReset(nn.MultiHeadAttention):\n """"""\n MultiHeadAttention module with a reset_kv_cache() method to reset the key-value cache.\n """"""\n def reset_kv_cache(self):\n """"""\n Resets the key-value cache, if present.\n """"""\n if self.has_variable('cache', 'cached_key'):\n cached_key = self.get_variable('cache', 'cached_key')\n cached_value = self.get_variable('cache', 'cached_value')\n \n self.put_variable('cache', 'cached_key', jnp.zeros_like(cached_key))\n self.put_variable('cache', 'cached_value', jnp.zeros_like(cached_value))\n self.put_variable('cache', 'cache_index', jnp.array(0, dtype=jnp.int32))",python,selection_command +114,123161,"utils/nn.py",11400,727,"",python,content +115,124124,"utils/nn.py",0,0,"",python,selection_command +116,8664690,"TERMINAL",0,0,"mv /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn",,terminal_command +117,8664749,"TERMINAL",0,0,"]633;Cmv: cannot stat '/home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn': No such file or directory\r\n",,terminal_output +118,8664821,"TERMINAL",0,0,"bash: _sweep_1e-4_larger_ffn: command not found...\r\n",,terminal_output +119,8665889,"TERMINAL",0,0,"]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +120,8676977,"TERMINAL",0,0,"# _sweep_1e-4_larger_ffn",,terminal_command +121,8691524,"TERMINAL",0,0,"mv /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn",,terminal_command +122,8691533,"TERMINAL",0,0,"]633;Cmv: cannot stat '/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr': No such file or directory\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +123,8709831,"TERMINAL",0,0,"ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr",,terminal_command +124,8709832,"TERMINAL",0,0,"]633;Cls: cannot access '/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr': No such file or directory\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +125,8722507,"TERMINAL",0,0,"ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn",,terminal_command +126,8722520,"TERMINAL",0,0,"]633;Cls: cannot access '/home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn': No such file or directory\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +127,8734562,"TERMINAL",0,0,"/home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/",,terminal_command +128,8738589,"TERMINAL",0,0,"ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/",,terminal_command +129,8738601,"TERMINAL",0,0,"]633;Cdynamics_ckpt_dir dynamics_ckpt_dir_2nodes dynamics_ckpt_dir_8nodes lam_ckpt_dir tokenizer_ckpt_dir tokenizer_dummy_distributed_checkpointing_test tokenizer_openai_grain_checkpointing train_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks\r\ndynamics_ckpt_dir_1nodes dynamics_ckpt_dir_4nodes dynamics_dummy_test_co_train test_ckpt_dir tokenizer_ckpt_dir_1nodes tokenizer-no-remat train_tokenizer_lr_sweep_1e-4 train_tokenizer_lr_sweep_1e-4_mixed_precision_flash_attention\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +130,8750631,"TERMINAL",0,0,"ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn",,terminal_command +131,8750647,"TERMINAL",0,0,"]633;Cls: cannot access '/home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn': No such file or directory\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +132,8781252,"TERMINAL",0,0,"ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4train_tokenizer_lr_sweep_1e-4/ train_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks/ train_tokenizer_lr_sweep_1e-4_mixed_precision_flash_attention/ (jafar) [tum_dbd0378@hkn1993 jafar]$ ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_mixed_precision_flash_attention/",,terminal_command +133,8781253,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +134,8798996,"TERMINAL",0,0,"ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn",,terminal_command +135,8799002,"TERMINAL",0,0,"]633;Cls: cannot access '/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn': No such file or directory\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +136,8867972,"TERMINAL",0,0,"ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks/",,terminal_command +137,8867973,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +138,8908355,"TERMINAL",0,0,"ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/train_tokenizer_lr_sweep_1e-4/",,terminal_command +139,8908365,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +140,8918475,"TERMINAL",0,0,"ls /home/hk-project-p0023960/tum_dbd0378/jafar/checkpoints/tokenizer_ckpt_dir",,terminal_command +141,8918495,"TERMINAL",0,0,"]633;Ctokenizer_1748080132_10000\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +142,8941875,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",0,0,"#!/usr/bin/env bash\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\nSLURM_JOB_NAME=train_tokenizer_lr_sweep_1e-4_mixed_precision_flash_attention\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$PWD/checkpoints/$job_name\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log_checkpoint_interval=1000 \\n --log \\n --name=mixed-precision-tokenizer-lr-1e-4-flash-attention \\n --tags tokenizer mixed-precision 1e-4 flash-attention \\n --entity instant-uv \\n --project jafar \\n --data_dir $array_records_dir",shellscript,tab +143,8943443,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",535,0,"",shellscript,selection_mouse +144,8960612,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",567,0,"",shellscript,selection_mouse +145,8960613,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",566,0,"",shellscript,selection_command +146,9011450,"TERMINAL",0,0,"ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_tokenizer_lr_sweep_1e-4_larger_ffn",,terminal_command +147,9011451,"TERMINAL",0,0,"]633;C020000 040000 051000 052000 053000\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +148,9018671,"TERMINAL",0,0,"ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/",,terminal_command +149,9018690,"TERMINAL",0,0,"]633;C3285360 3292139 3292306 3296462 3299271 lam train_lam_action_space_scaling_20 train_lam_rqueue_dev train_tokenizer_batch_size_scaling_linear_lr_scaling_16_nodes train_tokenizer_model_size_scaling_127M\r\n3285369 3292156 3292307 3296719 3306801 tokenizer train_lam_action_space_scaling_50 train_tokenizer_batch_size_scaling_1_node train_tokenizer_batch_size_scaling_linear_lr_scaling_2_nodes train_tokenizer_model_size_scaling_227M\r\n3285642 3292206 3292310 3297342 3306965 train_dyn_yolorun train_lam_action_space_scaling_6 train_tokenizer_batch_size_scaling_2_node train_tokenizer_batch_size_scaling_linear_lr_scaling_4_nodes train_tokenizer_model_size_scaling_37M\r\n3292019 3292207 3292313 3297546 debug train_lam_action_space_scaling_10 train_lam_action_space_scaling_8 train_tokenizer_batch_size_scaling_4_node train_tokenizer_batch_size_scaling_linear_lr_scaling_8_nodes train_tokenizer_model_size_scaling_74M\r\n3292119 3292255 3292314 3297579 interactive train_lam_action_space_scaling_12 train_lam_requeueing train_tokenizer_batch_size_scaling_8_node train_tokenizer_lr_sweep_1e-4_larger_ffn train_tokenizer_no_warmup_ablation\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +150,9104328,"utils/nn.py",0,0,"",python,tab +151,15373803,"TERMINAL",0,0,"cd slurm/",,terminal_command +152,15374839,"TERMINAL",0,0,"git pull",,terminal_command +153,15374891,"TERMINAL",0,0,"]633;C",,terminal_output +154,15376389,"TERMINAL",0,0,"Already up to date.\r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +155,15434806,"TERMINAL",0,0,"cd ..",,terminal_command +156,15455005,"TERMINAL",0,0,"cd slurm/",,terminal_command +157,15455973,"TERMINAL",0,0,"git status",,terminal_command +158,15456027,"TERMINAL",0,0,"]633;COn branch dev-dir-args\r\nYour branch is up to date with 'origin/dev-dir-args'.\r\n\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: utils/exclude.txt\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +159,16258133,"TERMINAL",0,0,"fsacct_week",,terminal_command +160,16258209,"TERMINAL",0,0,"]633;Cbash: fsacct_week: command not found...\r\n",,terminal_output +161,16259212,"TERMINAL",0,0,"^C\r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +162,16279014,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d) | grep -vE "".batch|.extern|*.inter|bash|python|CANCELLED|echo\n\n^C",,terminal_command +163,16287161,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d) | grep -vE "".batch|.extern|*.inter|bash|python|CANCELLED|echo|\n^C",,terminal_command +164,16290117,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d) | grep -vE "".batch|.extern|*.inter|bash|python|CANCELLED|echo""",,terminal_command +165,16290161,"TERMINAL",0,0,"]633;C JobID JobName Partition All State Elapsed Timelimit \r\n--------------- ------------------------------ ---------------- --- ------------ ---------- ---------- \r\n 3352437 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353271 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353419 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:51 1-00:00:00 \r\n 3353618 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:37 1-00:00:00 \r\n 3353627 train_tokenizer_lr_sweep_1e-4+ accelerated 48 FAILED 00:00:49 1-00:00:00 \r\n 3357211 train_tokenizer_lr_sweep_1e-4+ accelerated 48 COMPLETED 02:27:38 1-00:00:00 \r\n 3361578 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:02 1-00:00:00 \r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +166,16331447,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d)""\n^C",,terminal_command +167,16345692,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d)",,terminal_command +168,16345707,"TERMINAL",0,0,"]633;C JobID JobName Partition All State Elapsed Timelimit \r\n--------------- ------------------------------ ---------------- --- ------------ ---------- ---------- \r\n 3347336 train_dynamics_modelsize_scal+ accelerated 48 CANCELLED b+ 22:57:05 1-00:00:00 \r\n 3347336.batch batch 24 CANCELLED 22:57:06 \r\n 3347336.extern extern 48 COMPLETED 22:57:35 \r\n 3347336.0 python 40 CANCELLED 22:57:13 \r\n 3349823 interactive accelerated 64 COMPLETED 08:49:42 09:00:00 \r\n3349823.intera+ interactive 32 COMPLETED 08:49:42 \r\n 3349823.extern extern 64 COMPLETED 08:49:42 \r\n 3349823.0 python 64 FAILED 00:00:24 \r\n 3349823.1 python 64 FAILED 00:00:15 \r\n 3349823.2 python 64 FAILED 00:00:13 \r\n 3349823.3 python 64 FAILED 00:00:12 \r\n 3349823.4 python 64 CANCELLED b+ 00:00:05 \r\n 3349823.5 python 64 CANCELLED b+ 00:02:18 \r\n 3349823.6 python 64 FAILED 00:02:57 \r\n 3349823.7 python 64 FAILED 00:00:18 \r\n 3349823.8 python 64 CANCELLED b+ 00:45:19 \r\n 3349823.9 python 64 FAILED 00:03:15 \r\n 3349823.10 python 64 FAILED 00:00:22 \r\n 3349823.11 python 64 FAILED 00:00:08 \r\n 3349823.12 python 64 FAILED 00:00:10 \r\n 3349823.13 python 64 FAILED 00:00:09 \r\n 3349823.14 python 64 FAILED 00:00:10 \r\n 3349823.15 python 64 FAILED 00:00:09 \r\n 3349823.16 python 64 FAILED 00:00:09 \r\n 3349823.17 python 64 FAILED 00:00:09 \r\n 3349823.18 python 64 FAILED 00:00:09 \r\n 3349823.19 python 64 FAILED 00:00:08 \r\n 3349823.20 python 64 FAILED 00:00:09 \r\n 3349823.21 python 64 FAILED 00:00:09 \r\n 3349823.22 python 64 FAILED 00:00:09 \r\n 3349823.23 python 64 CANCELLED b+ 00:00:20 \r\n 3349823.24 python 64 CANCELLED b+ 00:27:22 \r\n 3349823.25 python 64 FAILED 00:00:25 \r\n 3349823.26 python 64 CANCELLED b+ 00:11:01 \r\n 3349823.27 python 64 CANCELLED b+ 00:07:03 \r\n 3349823.28 python 64 CANCELLED b+ 00:08:11 \r\n 3349823.29 python 64 CANCELLED b+ 00:06:39 \r\n 3349823.30 python 64 FAILED 00:00:10 \r\n 3349823.31 python 64 FAILED 00:00:10 \r\n 3349823.32 python 64 FAILED 00:00:09 \r\n 3349823.33 python 64 FAILED 00:00:09 \r\n 3349823.34 python 64 FAILED 00:00:09 \r\n 3349823.35 python 64 FAILED 00:00:09 \r\n 3349823.36 python 64 CANCELLED b+ 00:00:08 \r\n 3349823.37 python 64 CANCELLED b+ 00:07:35 \r\n 3349823.38 python 64 FAILED 00:00:14 \r\n 3349823.39 python 64 COMPLETED 00:22:30 \r\n 3349824 interactive accelerated 64 TIMEOUT 09:00:22 09:00:00 \r\n3349824.intera+ interactive 32 CANCELLED 09:00:51 \r\n 3349824.extern extern 64 COMPLETED 09:00:51 \r\n 3349824.0 python 64 FAILED 00:00:33 \r\n 3349824.1 python 64 COMPLETED 00:26:59 \r\n 3349824.2 python 64 COMPLETED 00:09:05 \r\n 3349824.3 python 64 COMPLETED 00:15:53 \r\n 3349824.4 python 64 CANCELLED b+ 00:01:15 \r\n 3349824.5 python 64 CANCELLED b+ 00:00:12 \r\n 3349824.6 python 64 COMPLETED 00:24:55 \r\n 3352430 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 00:00:22 1-00:00:00 \r\n 3352430.batch batch 24 CANCELLED 00:00:37 \r\n 3352430.extern extern 48 CANCELLED 00:00:37 \r\n 3352432 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:59:03 1-00:00:00 \r\n 3352432.batch batch 24 CANCELLED 14:59:04 \r\n 3352432.extern extern 48 COMPLETED 14:59:33 \r\n 3352432.0 python 40 CANCELLED 14:59:11 \r\n 3352433 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:57:56 1-00:00:00 \r\n 3352433.batch batch 24 CANCELLED 14:57:57 \r\n 3352433.extern extern 48 COMPLETED 14:58:26 \r\n 3352433.0 python 40 CANCELLED 14:58:04 \r\n 3352437 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3352437.batch batch 24 FAILED 00:02:55 \r\n 3352437.extern extern 48 COMPLETED 00:02:55 \r\n 3352437.0 python 40 FAILED 00:02:28 \r\n 3353271 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353271.batch batch 24 FAILED 00:02:55 \r\n 3353271.extern extern 48 COMPLETED 00:02:55 \r\n 3353271.0 python 40 FAILED 00:02:27 \r\n 3353272 interactive accelerated 64 TIMEOUT 09:00:22 09:00:00 \r\n3353272.intera+ interactive 32 CANCELLED 09:00:51 \r\n 3353272.extern extern 64 COMPLETED 09:00:51 \r\n 3353272.0 python 64 CANCELLED b+ 00:01:34 \r\n 3353272.1 python 64 CANCELLED b+ 00:00:05 \r\n 3353272.2 python 64 FAILED 00:02:05 \r\n 3353272.3 python 64 FAILED 00:00:29 \r\n 3353272.4 python 64 CANCELLED b+ 00:05:42 \r\n 3353272.5 python 64 FAILED 00:01:52 \r\n 3353272.6 python 64 CANCELLED b+ 00:08:01 \r\n 3353272.7 python 64 FAILED 00:02:26 \r\n 3353272.8 python 64 CANCELLED b+ 00:08:22 \r\n 3353272.9 python 64 CANCELLED b+ 00:14:37 \r\n 3353272.10 python 64 CANCELLED b+ 00:00:41 \r\n 3353272.11 python 64 CANCELLED b+ 00:46:45 \r\n 3353419 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:51 1-00:00:00 \r\n 3353419.batch batch 24 FAILED 00:02:51 \r\n 3353419.extern extern 48 COMPLETED 00:02:51 \r\n 3353419.0 python 40 FAILED 00:02:24 \r\n 3353618 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:37 1-00:00:00 \r\n 3353618.batch batch 24 FAILED 00:03:37 \r\n 3353618.extern extern 48 COMPLETED 00:03:37 \r\n 3353618.0 python 40 FAILED 00:03:10 \r\n 3353627 train_tokenizer_lr_sweep_1e-4+ accelerated 48 FAILED 00:00:49 1-00:00:00 \r\n 3353627.batch batch 24 FAILED 00:00:49 \r\n 3353627.extern extern 48 COMPLETED 00:00:49 \r\n 3353627.0 python 40 FAILED 00:00:21 \r\n 3353639 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 19:26:51 1-00:00:00 \r\n 3353639.batch batch 24 CANCELLED 19:26:52 \r\n 3353639.extern extern 48 COMPLETED 19:27:20 \r\n 3353639.0 python 40 CANCELLED 19:26:59 \r\n 3353648 interactive accelerated 64 COMPLETED 07:14:07 09:00:00 \r\n3353648.intera+ interactive 32 CANCELLED 07:14:37 \r\n 3353648.extern extern 64 COMPLETED 07:14:37 \r\n 3353648.0 benchmark_batch_sizes_tokeniz+ 64 FAILED 00:00:00 \r\n 3353648.1 python 64 FAILED 00:00:30 \r\n 3353648.2 python 64 CANCELLED b+ 00:49:56 \r\n 3356520 interactive accelerated 64 COMPLETED 05:36:52 09:00:00 \r\n3356520.intera+ interactive 32 CANCELLED 05:37:22 \r\n 3356520.extern extern 64 COMPLETED 05:37:22 \r\n 3356520.0 python 64 FAILED 00:04:26 \r\n 3356520.1 python 64 CANCELLED b+ 00:00:05 \r\n 3356520.2 python 64 CANCELLED b+ 00:08:32 \r\n 3356520.3 python 64 CANCELLED b+ 00:02:46 \r\n 3356521 interactive accelerated 64 COMPLETED 05:36:35 09:00:00 \r\n3356521.intera+ interactive 32 CANCELLED b+ 05:36:35 \r\n 3356521.extern extern 64 COMPLETED 05:36:35 \r\n 3356521.0 python 64 CANCELLED b+ 00:02:49 \r\n 3356521.1 python 64 CANCELLED b+ 00:02:44 \r\n 3356624 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 02:01:30 1-00:00:00 \r\n 3356624.batch batch 24 CANCELLED 02:01:31 \r\n 3356624.extern extern 48 COMPLETED 02:01:59 \r\n 3356624.0 python 40 CANCELLED 02:01:38 \r\n 3357211 train_tokenizer_lr_sweep_1e-4+ accelerated 48 COMPLETED 02:27:38 1-00:00:00 \r\n 3357211.batch batch 24 COMPLETED 02:27:38 \r\n 3357211.extern extern 48 COMPLETED 02:27:38 \r\n 3357211.0 python 40 COMPLETED 02:27:11 \r\n 3359184 interactive accelerated 64 TIMEOUT 09:00:15 09:00:00 \r\n3359184.intera+ interactive 32 CANCELLED 09:00:44 \r\n 3359184.extern extern 64 COMPLETED 09:00:44 \r\n 3361551 interactive accelerated 64 COMPLETED 01:31:17 09:00:00 \r\n3361551.intera+ interactive 32 COMPLETED 01:31:17 \r\n 3361551.extern extern 64 COMPLETED 01:31:17 \r\n 3361551.0 python 64 FAILED 00:02:17 \r\n 3361551.1 python 64 CANCELLED b+ 00:03:59 \r\n 3361578 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:02 1-00:00:00 \r\n 3361578.batch batch 24 FAILED 00:03:02 \r\n 3361578.extern extern 48 COMPLETED 00:03:02 \r\n 3361578.0 python 40 FAILED 00:02:34 \r\n 3361985 train_dynamics_batch_size_sca+ accelerated 384 TIMEOUT 2-00:00:16 2-00:00:00 \r\n 3361985.batch batch 24 CANCELLED 2-00:00:17 \r\n 3361985.extern extern 384 COMPLETED 2-00:00:45 \r\n 3361985.0 python 320 CANCELLED 2-00:00:23 \r\n 3361986 train_dynamics_batch_size_sca+ accelerated 24 TIMEOUT 2-00:00:06 2-00:00:00 \r\n 3361986.batch batch 24 CANCELLED 2-00:00:07 \r\n 3361986.extern extern 24 COMPLETED 2-00:00:35 \r\n 3361986.0 python 20 CANCELLED 2-00:00:10 \r\n 3361987 train_dynamics_batch_size_sca+ accelerated 48 TIMEOUT 2-00:00:04 2-00:00:00 \r\n 3361987.batch batch 24 CANCELLED 2-00:00:05 \r\n 3361987.extern extern 48 COMPLETED 2-00:00:33 \r\n 3361987.0 python 40 CANCELLED 2-00:00:10 \r\n 3361988 train_dynamics_batch_size_sca+ accelerated 96 TIMEOUT 2-00:00:09 2-00:00:00 \r\n 3361988.batch batch 24 CANCELLED 2-00:00:10 \r\n 3361988.extern extern 96 COMPLETED 2-00:00:38 \r\n 3361988.0 python 80 CANCELLED 2-00:00:17 \r\n 3361989 train_dynamics_batch_size_sca+ accelerated 192 TIMEOUT 2-00:00:11 2-00:00:00 \r\n 3361989.batch batch 24 CANCELLED 2-00:00:12 \r\n 3361989.extern extern 192 COMPLETED 2-00:00:40 \r\n 3361989.0 python 160 CANCELLED 2-00:00:18 \r\n 3362478 interactive accelerated 0 CANCELLED b+ 00:00:00 09:00:00 \r\n 3362479 interactive accelerated 0 CANCELLED b+ 00:00:00 03:00:00 \r\n 3364191 interactive accelerated 32 TIMEOUT 09:00:14 09:00:00 \r\n3364191.intera+ interactive 32 CANCELLED 09:00:43 \r\n 3364191.extern extern 32 COMPLETED 09:00:43 \r\n 3364868 train_dynamics_batch_size_sca+ accelerated 384 FAILED 1-03:07:11 2-00:00:00 \r\n 3364868.batch batch 24 FAILED 1-03:07:11 \r\n 3364868.extern extern 384 COMPLETED 1-03:07:11 \r\n 3364868.0 python 320 FAILED 1-03:06:44 \r\n 3364869 train_dynamics_batch_size_sca+ accelerated 24 FAILED 1-00:29:43 2-00:00:00 \r\n 3364869.batch batch 24 FAILED 1-00:29:43 \r\n 3364869.extern extern 24 COMPLETED 1-00:29:43 \r\n 3364869.0 python 20 FAILED 1-00:29:15 \r\n 3364870 train_dynamics_batch_size_sca+ accelerated 48 FAILED 1-00:53:20 2-00:00:00 \r\n 3364870.batch batch 24 FAILED 1-00:53:20 \r\n 3364870.extern extern 48 COMPLETED 1-00:53:20 \r\n 3364870.0 python 40 FAILED 1-00:52:52 \r\n 3364871 train_dynamics_batch_size_sca+ accelerated 96 FAILED 1-01:18:47 2-00:00:00 \r\n 3364871.batch batch 24 FAILED 1-01:18:47 \r\n 3364871.extern extern 96 COMPLETED 1-01:18:47 \r\n 3364871.0 python 80 FAILED 1-01:18:19 \r\n 3364872 train_dynamics_batch_size_sca+ accelerated 192 FAILED 21:04:23 2-00:00:00 \r\n 3364872.batch batch 24 FAILED 21:04:23 \r\n 3364872.extern extern 192 COMPLETED 21:04:23 \r\n 3364872.0 python 160 FAILED 21:03:56 \r\n 3367665 interactive accelerated 0 CANCELLED b+ 00:00:00 09:00:00 \r\n 3368270 interactive dev_accelerated 32 TIMEOUT 01:00:20 01:00:00 \r\n3368270.intera+ interactive 32 CANCELLED 01:00:49 \r\n 3368270.extern extern 32 COMPLETED 01:00:49 \r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +169,16524906,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d) | grep -vE "".batch|.extern""",,terminal_command +170,16524954,"TERMINAL",0,0,"]633;C JobID JobName Partition All State Elapsed Timelimit \r\n--------------- ------------------------------ ---------------- --- ------------ ---------- ---------- \r\n 3347336 train_dynamics_modelsize_scal+ accelerated 48 CANCELLED b+ 22:57:05 1-00:00:00 \r\n 3347336.0 python 40 CANCELLED 22:57:13 \r\n 3349823 interactive accelerated 64 COMPLETED 08:49:42 09:00:00 \r\n3349823.intera+ interactive 32 COMPLETED 08:49:42 \r\n 3349823.0 python 64 FAILED 00:00:24 \r\n 3349823.1 python 64 FAILED 00:00:15 \r\n 3349823.2 python 64 FAILED 00:00:13 \r\n 3349823.3 python 64 FAILED 00:00:12 \r\n 3349823.4 python 64 CANCELLED b+ 00:00:05 \r\n 3349823.5 python 64 CANCELLED b+ 00:02:18 \r\n 3349823.6 python 64 FAILED 00:02:57 \r\n 3349823.7 python 64 FAILED 00:00:18 \r\n 3349823.8 python 64 CANCELLED b+ 00:45:19 \r\n 3349823.9 python 64 FAILED 00:03:15 \r\n 3349823.10 python 64 FAILED 00:00:22 \r\n 3349823.11 python 64 FAILED 00:00:08 \r\n 3349823.12 python 64 FAILED 00:00:10 \r\n 3349823.13 python 64 FAILED 00:00:09 \r\n 3349823.14 python 64 FAILED 00:00:10 \r\n 3349823.15 python 64 FAILED 00:00:09 \r\n 3349823.16 python 64 FAILED 00:00:09 \r\n 3349823.17 python 64 FAILED 00:00:09 \r\n 3349823.18 python 64 FAILED 00:00:09 \r\n 3349823.19 python 64 FAILED 00:00:08 \r\n 3349823.20 python 64 FAILED 00:00:09 \r\n 3349823.21 python 64 FAILED 00:00:09 \r\n 3349823.22 python 64 FAILED 00:00:09 \r\n 3349823.23 python 64 CANCELLED b+ 00:00:20 \r\n 3349823.24 python 64 CANCELLED b+ 00:27:22 \r\n 3349823.25 python 64 FAILED 00:00:25 \r\n 3349823.26 python 64 CANCELLED b+ 00:11:01 \r\n 3349823.27 python 64 CANCELLED b+ 00:07:03 \r\n 3349823.28 python 64 CANCELLED b+ 00:08:11 \r\n 3349823.29 python 64 CANCELLED b+ 00:06:39 \r\n 3349823.30 python 64 FAILED 00:00:10 \r\n 3349823.31 python 64 FAILED 00:00:10 \r\n 3349823.32 python 64 FAILED 00:00:09 \r\n 3349823.33 python 64 FAILED 00:00:09 \r\n 3349823.34 python 64 FAILED 00:00:09 \r\n 3349823.35 python 64 FAILED 00:00:09 \r\n 3349823.36 python 64 CANCELLED b+ 00:00:08 \r\n 3349823.37 python 64 CANCELLED b+ 00:07:35 \r\n 3349823.38 python 64 FAILED 00:00:14 \r\n 3349823.39 python 64 COMPLETED 00:22:30 \r\n 3349824 interactive accelerated 64 TIMEOUT 09:00:22 09:00:00 \r\n3349824.intera+ interactive 32 CANCELLED 09:00:51 \r\n 3349824.0 python 64 FAILED 00:00:33 \r\n 3349824.1 python 64 COMPLETED 00:26:59 \r\n 3349824.2 python 64 COMPLETED 00:09:05 \r\n 3349824.3 python 64 COMPLETED 00:15:53 \r\n 3349824.4 python 64 CANCELLED b+ 00:01:15 \r\n 3349824.5 python 64 CANCELLED b+ 00:00:12 \r\n 3349824.6 python 64 COMPLETED 00:24:55 \r\n 3352430 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 00:00:22 1-00:00:00 \r\n 3352432 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:59:03 1-00:00:00 \r\n 3352432.0 python 40 CANCELLED 14:59:11 \r\n 3352433 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:57:56 1-00:00:00 \r\n 3352433.0 python 40 CANCELLED 14:58:04 \r\n 3352437 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3352437.0 python 40 FAILED 00:02:28 \r\n 3353271 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353271.0 python 40 FAILED 00:02:27 \r\n 3353272 interactive accelerated 64 TIMEOUT 09:00:22 09:00:00 \r\n3353272.intera+ interactive 32 CANCELLED 09:00:51 \r\n 3353272.0 python 64 CANCELLED b+ 00:01:34 \r\n 3353272.1 python 64 CANCELLED b+ 00:00:05 \r\n 3353272.2 python 64 FAILED 00:02:05 \r\n 3353272.3 python 64 FAILED 00:00:29 \r\n 3353272.4 python 64 CANCELLED b+ 00:05:42 \r\n 3353272.5 python 64 FAILED 00:01:52 \r\n 3353272.6 python 64 CANCELLED b+ 00:08:01 \r\n 3353272.7 python 64 FAILED 00:02:26 \r\n 3353272.8 python 64 CANCELLED b+ 00:08:22 \r\n 3353272.9 python 64 CANCELLED b+ 00:14:37 \r\n 3353272.10 python 64 CANCELLED b+ 00:00:41 \r\n 3353272.11 python 64 CANCELLED b+ 00:46:45 \r\n 3353419 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:51 1-00:00:00 \r\n 3353419.0 python 40 FAILED 00:02:24 \r\n 3353618 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:37 1-00:00:00 \r\n 3353618.0 python 40 FAILED 00:03:10 \r\n 3353627 train_tokenizer_lr_sweep_1e-4+ accelerated 48 FAILED 00:00:49 1-00:00:00 \r\n 3353627.0 python 40 FAILED 00:00:21 \r\n 3353639 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 19:26:51 1-00:00:00 \r\n 3353639.0 python 40 CANCELLED 19:26:59 \r\n 3353648 interactive accelerated 64 COMPLETED 07:14:07 09:00:00 \r\n3353648.intera+ interactive 32 CANCELLED 07:14:37 \r\n 3353648.1 python 64 FAILED 00:00:30 \r\n 3353648.2 python 64 CANCELLED b+ 00:49:56 \r\n 3356520 interactive accelerated 64 COMPLETED 05:36:52 09:00:00 \r\n3356520.intera+ interactive 32 CANCELLED 05:37:22 \r\n 3356520.0 python 64 FAILED 00:04:26 \r\n 3356520.1 python 64 CANCELLED b+ 00:00:05 \r\n 3356520.2 python 64 CANCELLED b+ 00:08:32 \r\n 3356520.3 python 64 CANCELLED b+ 00:02:46 \r\n 3356521 interactive accelerated 64 COMPLETED 05:36:35 09:00:00 \r\n3356521.intera+ interactive 32 CANCELLED b+ 05:36:35 \r\n 3356521.0 python 64 CANCELLED b+ 00:02:49 \r\n 3356521.1 python 64 CANCELLED b+ 00:02:44 \r\n 3356624 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 02:01:30 1-00:00:00 \r\n 3356624.0 python 40 CANCELLED 02:01:38 \r\n 3357211 train_tokenizer_lr_sweep_1e-4+ accelerated 48 COMPLETED 02:27:38 1-00:00:00 \r\n 3357211.0 python 40 COMPLETED 02:27:11 \r\n 3359184 interactive accelerated 64 TIMEOUT 09:00:15 09:00:00 \r\n3359184.intera+ interactive 32 CANCELLED 09:00:44 \r\n 3361551 interactive accelerated 64 COMPLETED 01:31:17 09:00:00 \r\n3361551.intera+ interactive 32 COMPLETED 01:31:17 \r\n 3361551.0 python 64 FAILED 00:02:17 \r\n 3361551.1 python 64 CANCELLED b+ 00:03:59 \r\n 3361578 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:02 1-00:00:00 \r\n 3361578.0 python 40 FAILED 00:02:34 \r\n 3361985.0 python 320 CANCELLED 2-00:00:23 \r\n 3361986.0 python 20 CANCELLED 2-00:00:10 \r\n 3361987.0 python 40 CANCELLED 2-00:00:10 \r\n 3361988.0 python 80 CANCELLED 2-00:00:17 \r\n 3361989.0 python 160 CANCELLED 2-00:00:18 \r\n 3362478 interactive accelerated 0 CANCELLED b+ 00:00:00 09:00:00 \r\n 3362479 interactive accelerated 0 CANCELLED b+ 00:00:00 03:00:00 \r\n 3364191 interactive accelerated 32 TIMEOUT 09:00:14 09:00:00 \r\n3364191.intera+ interactive 32 CANCELLED 09:00:43 \r\n 3364868.0 python 320 FAILED 1-03:06:44 \r\n 3364869.0 python 20 FAILED 1-00:29:15 \r\n 3364870.0 python 40 FAILED 1-00:52:52 \r\n 3364871.0 python 80 FAILED 1-01:18:19 \r\n 3364872.0 python 160 FAILED 21:03:56 \r\n 3367665 interactive accelerated 0 CANCELLED b+ 00:00:00 09:00:00 \r\n 3368270 interactive dev_accelerated 32 TIMEOUT 01:00:20 01:00:00 \r\n3368270.intera+ interactive 32 CANCELLED 01:00:49 \r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +171,16545128,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d) | grep -vE "".batch|.extern|interactive""",,terminal_command +172,16545168,"TERMINAL",0,0,"]633;C JobID JobName Partition All State Elapsed Timelimit \r\n--------------- ------------------------------ ---------------- --- ------------ ---------- ---------- \r\n 3347336 train_dynamics_modelsize_scal+ accelerated 48 CANCELLED b+ 22:57:05 1-00:00:00 \r\n 3347336.0 python 40 CANCELLED 22:57:13 \r\n 3349823.0 python 64 FAILED 00:00:24 \r\n 3349823.1 python 64 FAILED 00:00:15 \r\n 3349823.2 python 64 FAILED 00:00:13 \r\n 3349823.3 python 64 FAILED 00:00:12 \r\n 3349823.4 python 64 CANCELLED b+ 00:00:05 \r\n 3349823.5 python 64 CANCELLED b+ 00:02:18 \r\n 3349823.6 python 64 FAILED 00:02:57 \r\n 3349823.7 python 64 FAILED 00:00:18 \r\n 3349823.8 python 64 CANCELLED b+ 00:45:19 \r\n 3349823.9 python 64 FAILED 00:03:15 \r\n 3349823.10 python 64 FAILED 00:00:22 \r\n 3349823.11 python 64 FAILED 00:00:08 \r\n 3349823.12 python 64 FAILED 00:00:10 \r\n 3349823.13 python 64 FAILED 00:00:09 \r\n 3349823.14 python 64 FAILED 00:00:10 \r\n 3349823.15 python 64 FAILED 00:00:09 \r\n 3349823.16 python 64 FAILED 00:00:09 \r\n 3349823.17 python 64 FAILED 00:00:09 \r\n 3349823.18 python 64 FAILED 00:00:09 \r\n 3349823.19 python 64 FAILED 00:00:08 \r\n 3349823.20 python 64 FAILED 00:00:09 \r\n 3349823.21 python 64 FAILED 00:00:09 \r\n 3349823.22 python 64 FAILED 00:00:09 \r\n 3349823.23 python 64 CANCELLED b+ 00:00:20 \r\n 3349823.24 python 64 CANCELLED b+ 00:27:22 \r\n 3349823.25 python 64 FAILED 00:00:25 \r\n 3349823.26 python 64 CANCELLED b+ 00:11:01 \r\n 3349823.27 python 64 CANCELLED b+ 00:07:03 \r\n 3349823.28 python 64 CANCELLED b+ 00:08:11 \r\n 3349823.29 python 64 CANCELLED b+ 00:06:39 \r\n 3349823.30 python 64 FAILED 00:00:10 \r\n 3349823.31 python 64 FAILED 00:00:10 \r\n 3349823.32 python 64 FAILED 00:00:09 \r\n 3349823.33 python 64 FAILED 00:00:09 \r\n 3349823.34 python 64 FAILED 00:00:09 \r\n 3349823.35 python 64 FAILED 00:00:09 \r\n 3349823.36 python 64 CANCELLED b+ 00:00:08 \r\n 3349823.37 python 64 CANCELLED b+ 00:07:35 \r\n 3349823.38 python 64 FAILED 00:00:14 \r\n 3349823.39 python 64 COMPLETED 00:22:30 \r\n 3349824.0 python 64 FAILED 00:00:33 \r\n 3349824.1 python 64 COMPLETED 00:26:59 \r\n 3349824.2 python 64 COMPLETED 00:09:05 \r\n 3349824.3 python 64 COMPLETED 00:15:53 \r\n 3349824.4 python 64 CANCELLED b+ 00:01:15 \r\n 3349824.5 python 64 CANCELLED b+ 00:00:12 \r\n 3349824.6 python 64 COMPLETED 00:24:55 \r\n 3352430 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 00:00:22 1-00:00:00 \r\n 3352432 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:59:03 1-00:00:00 \r\n 3352432.0 python 40 CANCELLED 14:59:11 \r\n 3352433 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:57:56 1-00:00:00 \r\n 3352433.0 python 40 CANCELLED 14:58:04 \r\n 3352437 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3352437.0 python 40 FAILED 00:02:28 \r\n 3353271 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353271.0 python 40 FAILED 00:02:27 \r\n 3353272.0 python 64 CANCELLED b+ 00:01:34 \r\n 3353272.1 python 64 CANCELLED b+ 00:00:05 \r\n 3353272.2 python 64 FAILED 00:02:05 \r\n 3353272.3 python 64 FAILED 00:00:29 \r\n 3353272.4 python 64 CANCELLED b+ 00:05:42 \r\n 3353272.5 python 64 FAILED 00:01:52 \r\n 3353272.6 python 64 CANCELLED b+ 00:08:01 \r\n 3353272.7 python 64 FAILED 00:02:26 \r\n 3353272.8 python 64 CANCELLED b+ 00:08:22 \r\n 3353272.9 python 64 CANCELLED b+ 00:14:37 \r\n 3353272.10 python 64 CANCELLED b+ 00:00:41 \r\n 3353272.11 python 64 CANCELLED b+ 00:46:45 \r\n 3353419 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:51 1-00:00:00 \r\n 3353419.0 python 40 FAILED 00:02:24 \r\n 3353618 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:37 1-00:00:00 \r\n 3353618.0 python 40 FAILED 00:03:10 \r\n 3353627 train_tokenizer_lr_sweep_1e-4+ accelerated 48 FAILED 00:00:49 1-00:00:00 \r\n 3353627.0 python 40 FAILED 00:00:21 \r\n 3353639 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 19:26:51 1-00:00:00 \r\n 3353639.0 python 40 CANCELLED 19:26:59 \r\n 3353648.1 python 64 FAILED 00:00:30 \r\n 3353648.2 python 64 CANCELLED b+ 00:49:56 \r\n 3356520.0 python 64 FAILED 00:04:26 \r\n 3356520.1 python 64 CANCELLED b+ 00:00:05 \r\n 3356520.2 python 64 CANCELLED b+ 00:08:32 \r\n 3356520.3 python 64 CANCELLED b+ 00:02:46 \r\n 3356521.0 python 64 CANCELLED b+ 00:02:49 \r\n 3356521.1 python 64 CANCELLED b+ 00:02:44 \r\n 3356624 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 02:01:30 1-00:00:00 \r\n 3356624.0 python 40 CANCELLED 02:01:38 \r\n 3357211 train_tokenizer_lr_sweep_1e-4+ accelerated 48 COMPLETED 02:27:38 1-00:00:00 \r\n 3357211.0 python 40 COMPLETED 02:27:11 \r\n 3361551.0 python 64 FAILED 00:02:17 \r\n 3361551.1 python 64 CANCELLED b+ 00:03:59 \r\n 3361578 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:02 1-00:00:00 \r\n 3361578.0 python 40 FAILED 00:02:34 \r\n 3361985.0 python 320 CANCELLED 2-00:00:23 \r\n 3361986.0 python 20 CANCELLED 2-00:00:10 \r\n 3361987.0 python 40 CANCELLED 2-00:00:10 \r\n 3361988.0 python 80 CANCELLED 2-00:00:17 \r\n 3361989.0 python 160 CANCELLED 2-00:00:18 \r\n 3364868.0 python 320 FAILED 1-03:06:44 \r\n 3364869.0 python 20 FAILED 1-00:29:15 \r\n 3364870.0 python 40 FAILED 1-00:52:52 \r\n 3364871.0 python 80 FAILED 1-01:18:19 \r\n 3364872.0 python 160 FAILED 21:03:56 \r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +173,16686915,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d) | grep -vE "".batch|.extern|interactive | grep accelerated""",,terminal_command +174,16686968,"TERMINAL",0,0,"]633;C JobID JobName Partition All State Elapsed Timelimit \r\n--------------- ------------------------------ ---------------- --- ------------ ---------- ---------- \r\n 3347336 train_dynamics_modelsize_scal+ accelerated 48 CANCELLED b+ 22:57:05 1-00:00:00 \r\n 3347336.0 python 40 CANCELLED 22:57:13 \r\n 3349823.0 python 64 FAILED 00:00:24 \r\n 3349823.1 python 64 FAILED 00:00:15 \r\n 3349823.2 python 64 FAILED 00:00:13 \r\n 3349823.3 python 64 FAILED 00:00:12 \r\n 3349823.4 python 64 CANCELLED b+ 00:00:05 \r\n 3349823.5 python 64 CANCELLED b+ 00:02:18 \r\n 3349823.6 python 64 FAILED 00:02:57 \r\n 3349823.7 python 64 FAILED 00:00:18 \r\n 3349823.8 python 64 CANCELLED b+ 00:45:19 \r\n 3349823.9 python 64 FAILED 00:03:15 \r\n 3349823.10 python 64 FAILED 00:00:22 \r\n 3349823.11 python 64 FAILED 00:00:08 \r\n 3349823.12 python 64 FAILED 00:00:10 \r\n 3349823.13 python 64 FAILED 00:00:09 \r\n 3349823.14 python 64 FAILED 00:00:10 \r\n 3349823.15 python 64 FAILED 00:00:09 \r\n 3349823.16 python 64 FAILED 00:00:09 \r\n 3349823.17 python 64 FAILED 00:00:09 \r\n 3349823.18 python 64 FAILED 00:00:09 \r\n 3349823.19 python 64 FAILED 00:00:08 \r\n 3349823.20 python 64 FAILED 00:00:09 \r\n 3349823.21 python 64 FAILED 00:00:09 \r\n 3349823.22 python 64 FAILED 00:00:09 \r\n 3349823.23 python 64 CANCELLED b+ 00:00:20 \r\n 3349823.24 python 64 CANCELLED b+ 00:27:22 \r\n 3349823.25 python 64 FAILED 00:00:25 \r\n 3349823.26 python 64 CANCELLED b+ 00:11:01 \r\n 3349823.27 python 64 CANCELLED b+ 00:07:03 \r\n 3349823.28 python 64 CANCELLED b+ 00:08:11 \r\n 3349823.29 python 64 CANCELLED b+ 00:06:39 \r\n 3349823.30 python 64 FAILED 00:00:10 \r\n 3349823.31 python 64 FAILED 00:00:10 \r\n 3349823.32 python 64 FAILED 00:00:09 \r\n 3349823.33 python 64 FAILED 00:00:09 \r\n 3349823.34 python 64 FAILED 00:00:09 \r\n 3349823.35 python 64 FAILED 00:00:09 \r\n 3349823.36 python 64 CANCELLED b+ 00:00:08 \r\n 3349823.37 python 64 CANCELLED b+ 00:07:35 \r\n 3349823.38 python 64 FAILED 00:00:14 \r\n 3349823.39 python 64 COMPLETED 00:22:30 \r\n 3349824.0 python 64 FAILED 00:00:33 \r\n 3349824.1 python 64 COMPLETED 00:26:59 \r\n 3349824.2 python 64 COMPLETED 00:09:05 \r\n 3349824.3 python 64 COMPLETED 00:15:53 \r\n 3349824.4 python 64 CANCELLED b+ 00:01:15 \r\n 3349824.5 python 64 CANCELLED b+ 00:00:12 \r\n 3349824.6 python 64 COMPLETED 00:24:55 \r\n 3352430 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 00:00:22 1-00:00:00 \r\n 3352432 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:59:03 1-00:00:00 \r\n 3352432.0 python 40 CANCELLED 14:59:11 \r\n 3352433 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:57:56 1-00:00:00 \r\n 3352433.0 python 40 CANCELLED 14:58:04 \r\n 3352437 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3352437.0 python 40 FAILED 00:02:28 \r\n 3353271 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353271.0 python 40 FAILED 00:02:27 \r\n 3353272.0 python 64 CANCELLED b+ 00:01:34 \r\n 3353272.1 python 64 CANCELLED b+ 00:00:05 \r\n 3353272.2 python 64 FAILED 00:02:05 \r\n 3353272.3 python 64 FAILED 00:00:29 \r\n 3353272.4 python 64 CANCELLED b+ 00:05:42 \r\n 3353272.5 python 64 FAILED 00:01:52 \r\n 3353272.6 python 64 CANCELLED b+ 00:08:01 \r\n 3353272.7 python 64 FAILED 00:02:26 \r\n 3353272.8 python 64 CANCELLED b+ 00:08:22 \r\n 3353272.9 python 64 CANCELLED b+ 00:14:37 \r\n 3353272.10 python 64 CANCELLED b+ 00:00:41 \r\n 3353272.11 python 64 CANCELLED b+ 00:46:45 \r\n 3353419 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:51 1-00:00:00 \r\n 3353419.0 python 40 FAILED 00:02:24 \r\n 3353618 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:37 1-00:00:00 \r\n 3353618.0 python 40 FAILED 00:03:10 \r\n 3353627 train_tokenizer_lr_sweep_1e-4+ accelerated 48 FAILED 00:00:49 1-00:00:00 \r\n 3353627.0 python 40 FAILED 00:00:21 \r\n 3353639 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 19:26:51 1-00:00:00 \r\n 3353639.0 python 40 CANCELLED 19:26:59 \r\n 3353648.1 python 64 FAILED 00:00:30 \r\n 3353648.2 python 64 CANCELLED b+ 00:49:56 \r\n 3356520.0 python 64 FAILED 00:04:26 \r\n 3356520.1 python 64 CANCELLED b+ 00:00:05 \r\n 3356520.2 python 64 CANCELLED b+ 00:08:32 \r\n 3356520.3 python 64 CANCELLED b+ 00:02:46 \r\n 3356521.0 python 64 CANCELLED b+ 00:02:49 \r\n 3356521.1 python 64 CANCELLED b+ 00:02:44 \r\n 3356624 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 02:01:30 1-00:00:00 \r\n 3356624.0 python 40 CANCELLED 02:01:38 \r\n 3357211 train_tokenizer_lr_sweep_1e-4+ accelerated 48 COMPLETED 02:27:38 1-00:00:00 \r\n 3357211.0 python 40 COMPLETED 02:27:11 \r\n 3361551.0 python 64 FAILED 00:02:17 \r\n 3361551.1 python 64 CANCELLED b+ 00:03:59 \r\n 3361578 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:02 1-00:00:00 \r\n 3361578.0 python 40 FAILED 00:02:34 \r\n 3361985.0 python 320 CANCELLED 2-00:00:23 \r\n 3361986.0 python 20 CANCELLED 2-00:00:10 \r\n 3361987.0 python 40 CANCELLED 2-00:00:10 \r\n 3361988.0 python 80 CANCELLED 2-00:00:17 \r\n 3361989.0 python 160 CANCELLED 2-00:00:18 \r\n 3364868.0 python 320 FAILED 1-03:06:44 \r\n 3364869.0 python 20 FAILED 1-00:29:15 \r\n 3364870.0 python 40 FAILED 1-00:52:52 \r\n 3364871.0 python 80 FAILED 1-01:18:19 \r\n 3364872.0 python 160 FAILED 21:03:56 \r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +175,16698753,"TERMINAL",0,0,"sacct --format=""JobID%15,JobName%30,Partition%16,AllocCPUS%3,State%12,Elapsed%10,Timelimit%10"" --starttime $(date -d ""last week"" +%Y-%m-%d) | grep -vE "".batch|.extern|interactive"" | grep ""accelerated""",,terminal_command +176,16698796,"TERMINAL",0,0,"]633;C 3347336 train_dynamics_modelsize_scal+ accelerated 48 CANCELLED b+ 22:57:05 1-00:00:00 \r\n 3352430 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 00:00:22 1-00:00:00 \r\n 3352432 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:59:03 1-00:00:00 \r\n 3352433 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 14:57:56 1-00:00:00 \r\n 3352437 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353271 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:55 1-00:00:00 \r\n 3353419 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:02:51 1-00:00:00 \r\n 3353618 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:37 1-00:00:00 \r\n 3353627 train_tokenizer_lr_sweep_1e-4+ accelerated 48 FAILED 00:00:49 1-00:00:00 \r\n 3353639 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 19:26:51 1-00:00:00 \r\n 3356624 train_tokenizer_lr_sweep_1e-4+ accelerated 48 CANCELLED b+ 02:01:30 1-00:00:00 \r\n 3357211 train_tokenizer_lr_sweep_1e-4+ accelerated 48 COMPLETED 02:27:38 1-00:00:00 \r\n 3361578 train_dynamics_lr_1e-4_larger+ accelerated 48 FAILED 00:03:02 1-00:00:00 \r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +177,19654238,"utils/nn.py",0,0,"",python,tab +178,19659966,"utils/nn.py",0,0,"",python,selection_command +179,19662113,"utils/nn.py",0,0,"",python,tab +180,19662113,"utils/nn.py",5052,0,"",python,selection_command +181,20669845,"TERMINAL",0,0,"idle",,terminal_command +182,20669849,"TERMINAL",0,0,"]633;CPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 42 nodes idle\r\nPartition dev_accelerated : 0 nodes idle\r\nPartition accelerated : 5 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 8 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar/slurm",,terminal_output +183,20682660,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=3:00:00 --partition=accelerated --account=hk-project-p0023960",,terminal_command +184,20682740,"TERMINAL",0,0,"]633;Csalloc: Pending job allocation 3370898\r\nsalloc: job 3370898 queued and waiting for resources\r\n",,terminal_output +185,20687339,"TERMINAL",0,0,"",,terminal_focus +186,20689101,"TERMINAL",0,0,"source /home/hk-project-p0023960/tum_dbd0378/jafar/.venv/bin/activate",,terminal_command +187,20689114,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +188,20689135,"TERMINAL",0,0,"queue",,terminal_command +189,20689232,"TERMINAL",0,0,"]633;C",,terminal_output +190,20689313,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1993.localdomain: Wed Jul 23 16:19:02 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3370898 accelerat interact tum_dbd0 PD\t0:00\t 1 (Priority)",,terminal_output +191,20690336,"TERMINAL",0,0,"3",,terminal_output +192,20691329,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +193,20692131,"TERMINAL",0,0,"salloc",,terminal_focus +194,20699822,"utils/nn.py",5052,660," )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n",python,content +195,20712491,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n# class STBlock2(nn.Module):\n # dim: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.remat\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # --- Spatial attention ---\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n\n # # --- Temporal attention ---\n # x = x.swapaxes(1, 2)\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n # x = x.swapaxes(1, 2)\n\n # # --- Feedforward ---\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n # z = nn.Dense(\n # self.dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # z = nn.gelu(z)\n # x = x + z\n\n # return x\n\n# class CausalTransformer(nn.Module):\n # model_dim: int\n # out_dim: int\n # num_blocks: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # Input projection and normalization\n # x = nn.Sequential(\n # [\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.Dense(self.model_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # ]\n # )(x)\n # # Causal transformer blocks\n # for _ in range(self.num_blocks):\n # x = STBlock2(\n # dim=self.model_dim,\n # num_heads=self.num_heads,\n # dropout=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n\n # # Output projection\n # x = nn.Dense(\n # self.out_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # return x # (B, T, E)\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n spatial_bert=self.spatial_bert,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +196,20712491,"utils/nn.py",5064,0,"",python,selection_mouse +197,20712494,"utils/nn.py",5063,0,"",python,selection_command +198,20722325,"utils/nn.py",37,7351,"\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n",python,content +199,20722465,"utils/nn.py",0,0,"Switched from branch 'new-arch-sampling' to 'main'",python,git_branch_checkout +200,20770009,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +201,20770016,"utils/nn.py",0,0,"",python,tab +202,20777471,"utils/nn.py",0,0,"Switched from branch 'main' to 'flax-nnx'",python,git_branch_checkout +203,20784292,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +204,20785361,"train_tokenizer.py",0,0,"",python,selection_command +205,20865811,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +206,20868660,"utils/nn.py",1011,0,"",python,selection_mouse +207,20882554,"utils/nn.py",1676,0," attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n rngs=rngs\n )\n \n # Feedforward components\n self.ffn_norm = nnx.LayerNorm(param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n self.ffn_dense1 = nnx.Linear(self.ffn_dim, param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n self.ffn_dense2 = nnx.Linear(self.dim, param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n",python,content +208,20882555,"utils/nn.py",1444,47," attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n rngs=rngs\n )\n \n # Temporal attention components\n self.temporal_pos_enc = PositionalEncoding(self.dim, rngs=rngs)\n self.temporal_norm = nnx.LayerNorm(param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n self.temporal_attention = nnx.MultiHeadAttention(",python,content +209,20882555,"utils/nn.py",1012,359,"class STBlock(nnx.Module):\n def __init__(self, dim: int, ffn_dim: int, num_heads: int, dropout: float, \n param_dtype: jnp.dtype, dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n # Spatial attention components\n self.spatial_pos_enc = PositionalEncoding(self.dim, rngs=rngs)\n self.spatial_norm = nnx.LayerNorm(param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,",python,content +210,20882555,"utils/nn.py",283,144," def __init__(self, d_model: int, max_len: int = 5000, rngs: nnx.Rngs):\n # Hidden dimensionality of the input.\n self.d_model = d_model\n # Maximum length of a sequence to expect.\n self.max_len = max_len\n ",python,content +211,20882555,"utils/nn.py",118,36,"class PositionalEncoding(nnx.Module):",python,content +212,20882555,"utils/nn.py",38,28,"from flax import nnx",python,content +213,20882736,"utils/nn.py",6949,37," return self.codebook.value[indices]",python,content +214,20882736,"utils/nn.py",6741,34," z = self.codebook.value[indices]",python,content +215,20882736,"utils/nn.py",6536,110," distance = self.drop(distance)",python,content +216,20882736,"utils/nn.py",6425,43," codebook = normalize(self.codebook.value)",python,content +217,20882736,"utils/nn.py",6176,65," self.drop = nnx.Dropout(self.dropout, rngs=rngs)",python,content +218,20882737,"utils/nn.py",5847,304,"class VectorQuantizer(nnx.Module):\n def __init__(self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n \n # Initialize codebook\n self.codebook = nnx.Param(\n normalize(\n jax.random.lecun_uniform(rngs.params(), (self.num_latents, self.latent_dim))",python,content +219,20882737,"utils/nn.py",5571,149," rngs=rngs\n ))\n \n # Output projection\n self.output_dense = nnx.Linear(self.out_dim, param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # Input projection\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n \n # Transformer blocks\n for block in self.blocks:\n x = block(x)\n \n # Output projection\n x = self.output_dense(x)",python,content +220,20882737,"utils/nn.py",5250,24," self.blocks.append(STBlock(",python,content +221,20882737,"utils/nn.py",4438,770,"class STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n # Input projection\n self.input_norm1 = nnx.LayerNorm(param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n self.input_dense = nnx.Linear(self.model_dim, param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n self.input_norm2 = nnx.LayerNorm(param_dtype=self.param_dtype, dtype=self.dtype, rngs=rngs)\n \n # Transformer blocks\n self.blocks = []",python,content +222,20882737,"utils/nn.py",4004,395," z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)",python,content +223,20882737,"utils/nn.py",3481,444," z = self.temporal_attention(z, mask=causal_mask)",python,content +224,20882737,"utils/nn.py",3283,154," z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)",python,content +225,20882737,"utils/nn.py",3089,108,"\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)",python,content +226,20944858,"utils/nn.py",342,0,"",python,selection_mouse +227,20950595,"utils/nn.py",340,0,"",python,selection_command +228,20950727,"utils/nn.py",338,0,"",python,selection_command +229,20950868,"utils/nn.py",334,0,"",python,selection_command +230,20951074,"utils/nn.py",332,0,"",python,selection_command +231,20951161,"utils/nn.py",328,0,"",python,selection_command +232,20951394,"utils/nn.py",326,0,"",python,selection_command +233,20951592,"utils/nn.py",322,0,"",python,selection_command +234,20951747,"utils/nn.py",320,0,"",python,selection_command +235,20951950,"utils/nn.py",313,0,"",python,selection_command +236,20953571,"utils/nn.py",491,0,"",python,selection_command +237,20956999,"utils/nn.py",501,0,"",python,selection_command +238,20957214,"utils/nn.py",606,0,"",python,selection_command +239,20957597,"utils/nn.py",655,0,"",python,selection_command +240,20966739,"utils/nn.py",552,0,"",python,selection_command +241,20966889,"utils/nn.py",516,0,"",python,selection_command +242,20967057,"utils/nn.py",507,0,"",python,selection_command +243,20967191,"utils/nn.py",462,0,"",python,selection_command +244,20967438,"utils/nn.py",426,0,"",python,selection_command +245,20967474,"utils/nn.py",385,0,"",python,selection_command +246,20967505,"utils/nn.py",310,0,"",python,selection_command +247,20967537,"utils/nn.py",275,0,"",python,selection_command +248,20967573,"utils/nn.py",182,0,"",python,selection_command +249,20967605,"utils/nn.py",144,0,"",python,selection_command +250,20967640,"utils/nn.py",109,0,"",python,selection_command +251,20967672,"utils/nn.py",108,0,"",python,selection_command +252,20967707,"utils/nn.py",106,0,"",python,selection_command +253,20967738,"utils/nn.py",92,0,"",python,selection_command +254,20967772,"utils/nn.py",68,0,"",python,selection_command +255,20967804,"utils/nn.py",57,0,"",python,selection_command +256,20967888,"utils/nn.py",37,0,"",python,selection_command +257,20968059,"utils/nn.py",57,0,"",python,selection_command +258,20969206,"utils/nn.py",68,0,"",python,selection_command +259,20969458,"utils/nn.py",92,0,"",python,selection_command +260,20969491,"utils/nn.py",106,0,"",python,selection_command +261,20969517,"utils/nn.py",108,0,"",python,selection_command +262,20969558,"utils/nn.py",109,0,"",python,selection_command +263,20971547,"utils/nn.py",144,0,"",python,selection_command +264,20971712,"utils/nn.py",182,0,"",python,selection_command +265,20971995,"utils/nn.py",275,0,"",python,selection_command +266,20974396,"utils/nn.py",310,0,"",python,selection_command +267,20974544,"utils/nn.py",385,0,"",python,selection_command +268,20975068,"utils/nn.py",351,46,"",python,content +269,20975100,"utils/nn.py",359,0,"",python,selection_command +270,20975349,"utils/nn.py",390,0,"",python,selection_command +271,20975986,"utils/nn.py",382,50,"",python,content +272,20976009,"utils/nn.py",390,0,"",python,selection_command +273,20976240,"utils/nn.py",420,0,"",python,selection_command +274,20976381,"utils/nn.py",430,0,"",python,selection_command +275,20977596,"utils/nn.py",422,103,"",python,content +276,20977609,"utils/nn.py",430,0,"",python,selection_command +277,20977731,"utils/nn.py",420,0,"",python,selection_command +278,20977881,"utils/nn.py",390,0,"",python,selection_command +279,20978016,"utils/nn.py",359,0,"",python,selection_command +280,20978168,"utils/nn.py",284,0,"",python,selection_command +281,20979469,"utils/nn.py",359,0,"",python,selection_command +282,20979599,"utils/nn.py",390,0,"",python,selection_command +283,20979747,"utils/nn.py",420,0,"",python,selection_command +284,20979885,"utils/nn.py",430,0,"",python,selection_command +285,20995430,"utils/nn.py",488,0,"",python,selection_command +286,20995678,"utils/nn.py",563,0,"",python,selection_command +287,20995713,"utils/nn.py",591,0,"",python,selection_command +288,20995745,"utils/nn.py",672,0,"",python,selection_command +289,20995780,"utils/nn.py",682,0,"",python,selection_command +290,20995812,"utils/nn.py",754,0,"",python,selection_command +291,20995847,"utils/nn.py",818,0,"",python,selection_command +292,20996018,"utils/nn.py",827,0,"",python,selection_command +293,20996148,"utils/nn.py",854,0,"",python,selection_command +294,20996401,"utils/nn.py",892,0,"",python,selection_command +295,20996601,"utils/nn.py",901,0,"",python,selection_command +296,20996765,"utils/nn.py",902,0,"",python,selection_command +297,21022170,"utils/nn.py",911,0,"",python,selection_command +298,21022367,"utils/nn.py",938,0,"",python,selection_command +299,21022371,"utils/nn.py",1018,0,"",python,selection_command +300,21022402,"utils/nn.py",1121,0,"",python,selection_command +301,21022434,"utils/nn.py",1144,0,"",python,selection_command +302,21022469,"utils/nn.py",1175,0,"",python,selection_command +303,21022527,"utils/nn.py",1210,0,"",python,selection_command +304,21022559,"utils/nn.py",1241,0,"",python,selection_command +305,21022635,"utils/nn.py",1280,0,"",python,selection_command +306,21022697,"utils/nn.py",1307,0,"",python,selection_command +307,21022700,"utils/nn.py",1361,0,"",python,selection_command +308,21022704,"utils/nn.py",1371,0,"",python,selection_command +309,21022707,"utils/nn.py",1410,0,"",python,selection_command +310,21023416,"utils/nn.py",1481,0,"",python,selection_command +311,21023653,"utils/nn.py",1582,0,"",python,selection_command +312,21023744,"utils/nn.py",1639,0,"",python,selection_command +313,21023748,"utils/nn.py",1677,0,"",python,selection_command +314,21023751,"utils/nn.py",1712,0,"",python,selection_command +315,21023792,"utils/nn.py",1751,0,"",python,selection_command +316,21023819,"utils/nn.py",1793,0,"",python,selection_command +317,21023851,"utils/nn.py",1823,0,"",python,selection_command +318,21023938,"utils/nn.py",1919,0,"",python,selection_command +319,21023942,"utils/nn.py",1941,0,"",python,selection_command +320,21023957,"utils/nn.py",1950,0,"",python,selection_command +321,21024055,"utils/nn.py",1960,0,"",python,selection_command +322,21024057,"utils/nn.py",2000,0,"",python,selection_command +323,21024060,"utils/nn.py",2072,0,"",python,selection_command +324,21024103,"utils/nn.py",2174,0,"",python,selection_command +325,21024117,"utils/nn.py",2232,0,"",python,selection_command +326,21024151,"utils/nn.py",2270,0,"",python,selection_command +327,21024268,"utils/nn.py",2305,0,"",python,selection_command +328,21028136,"utils/nn.py",2344,0,"",python,selection_command +329,21028355,"utils/nn.py",2386,0,"",python,selection_command +330,21028464,"utils/nn.py",2416,0,"",python,selection_command +331,21028468,"utils/nn.py",2511,0,"",python,selection_command +332,21028471,"utils/nn.py",2533,0,"",python,selection_command +333,21028490,"utils/nn.py",2542,0,"",python,selection_command +334,21028521,"utils/nn.py",2552,0,"",python,selection_command +335,21028554,"utils/nn.py",2585,0,"",python,selection_command +336,21028660,"utils/nn.py",2682,0,"",python,selection_command +337,21028665,"utils/nn.py",2792,0,"",python,selection_command +338,21028670,"utils/nn.py",2890,0,"",python,selection_command +339,21028689,"utils/nn.py",2899,0,"",python,selection_command +340,21028720,"utils/nn.py",2914,0,"",python,selection_command +341,21028754,"utils/nn.py",2965,0,"",python,selection_command +342,21028791,"utils/nn.py",3001,0,"",python,selection_command +343,21028821,"utils/nn.py",3037,0,"",python,selection_command +344,21028856,"utils/nn.py",3070,0,"",python,selection_command +345,21028888,"utils/nn.py",3108,0,"",python,selection_command +346,21028987,"utils/nn.py",3118,0,"",python,selection_command +347,21028990,"utils/nn.py",3127,0,"",python,selection_command +348,21028992,"utils/nn.py",3164,0,"",python,selection_command +349,21029025,"utils/nn.py",3193,0,"",python,selection_command +350,21030989,"utils/nn.py",3230,0,"",python,selection_command +351,21031083,"utils/nn.py",3264,0,"",python,selection_command +352,21031088,"utils/nn.py",3307,0,"",python,selection_command +353,21031093,"utils/nn.py",3364,0,"",python,selection_command +354,21031123,"utils/nn.py",3382,0,"",python,selection_command +355,21031158,"utils/nn.py",3403,0,"",python,selection_command +356,21031189,"utils/nn.py",3412,0,"",python,selection_command +357,21041831,"utils/nn.py",4647,0,"",python,selection_command +358,21042918,"utils/nn.py",4687,0,"",python,selection_command +359,21043168,"utils/nn.py",4723,0,"",python,selection_command +360,21043202,"utils/nn.py",4761,0,"",python,selection_command +361,21043238,"utils/nn.py",4803,0,"",python,selection_command +362,21043340,"utils/nn.py",4841,0,"",python,selection_command +363,21043346,"utils/nn.py",4887,0,"",python,selection_command +364,21043352,"utils/nn.py",4921,0,"",python,selection_command +365,21043384,"utils/nn.py",4983,0,"",python,selection_command +366,21043416,"utils/nn.py",5009,0,"",python,selection_command +367,21043447,"utils/nn.py",5019,0,"",python,selection_command +368,21043485,"utils/nn.py",5033,0,"",python,selection_command +369,21043538,"utils/nn.py",5061,0,"",python,selection_command +370,21043751,"utils/nn.py",5161,0,"",python,selection_command +371,21044002,"utils/nn.py",5174,0,"",python,selection_command +372,21044033,"utils/nn.py",5225,0,"",python,selection_command +373,21044065,"utils/nn.py",5252,0,"",python,selection_command +374,21044103,"utils/nn.py",5284,0,"",python,selection_command +375,21044191,"utils/nn.py",5316,0,"",python,selection_command +376,21047335,"utils/nn.py",6424,0,"",python,selection_command +377,21047652,"utils/nn.py",7873,0,"",python,selection_command +378,21047860,"utils/nn.py",9315,0,"",python,selection_command +379,21048042,"utils/nn.py",9316,0,"",python,selection_command +380,21049653,"utils/nn.py",0,0,"",python,selection_command +381,21052953,"utils/nn.py",1241,0,"",python,selection_keyboard +382,21053194,"utils/nn.py",1280,0,"",python,selection_command +383,21053443,"utils/nn.py",1307,0,"",python,selection_command +384,21053476,"utils/nn.py",1361,0,"",python,selection_command +385,21053511,"utils/nn.py",1371,0,"",python,selection_command +386,21053542,"utils/nn.py",1410,0,"",python,selection_command +387,21053575,"utils/nn.py",1481,0,"",python,selection_command +388,21053609,"utils/nn.py",1582,0,"",python,selection_command +389,21053877,"utils/nn.py",1639,0,"",python,selection_command +390,21056835,"utils/nn.py",1582,0,"",python,selection_command +391,21057005,"utils/nn.py",1481,0,"",python,selection_command +392,21058498,"utils/nn.py",1485,0,"",python,selection_command +393,21058680,"utils/nn.py",1486,0,"",python,selection_command +394,21058866,"utils/nn.py",1499,0,"",python,selection_command +395,21058930,"utils/nn.py",1501,0,"",python,selection_command +396,21059166,"utils/nn.py",1504,0,"",python,selection_command +397,21059330,"utils/nn.py",1505,0,"",python,selection_command +398,21059584,"utils/nn.py",1514,0,"",python,selection_command +399,21060181,"utils/nn.py",1505,0,"",python,selection_command +400,21064365,"TERMINAL",0,0,"salloc: job 3370898 has been allocated resources\r\nsalloc: Granted job allocation 3370898\r\n",,terminal_output +401,21064522,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +402,21065337,"utils/nn.py",1514,0,"",python,selection_command +403,21065807,"utils/nn.py",1515,0,"",python,selection_command +404,21066409,"utils/nn.py",1515,0,"n",python,content +405,21066410,"utils/nn.py",1516,0,"",python,selection_keyboard +406,21066606,"utils/nn.py",1516,0,"u",python,content +407,21066608,"utils/nn.py",1517,0,"",python,selection_keyboard +408,21066807,"utils/nn.py",1517,0,"m",python,content +409,21066808,"utils/nn.py",1518,0,"",python,selection_keyboard +410,21067572,"utils/nn.py",1518,0,"_",python,content +411,21067574,"utils/nn.py",1519,0,"",python,selection_keyboard +412,21067845,"utils/nn.py",1519,0,"f",python,content +413,21067846,"utils/nn.py",1520,0,"",python,selection_keyboard +414,21067928,"utils/nn.py",1520,0,"e",python,content +415,21067929,"utils/nn.py",1521,0,"",python,selection_keyboard +416,21067999,"utils/nn.py",1521,0,"a",python,content +417,21068001,"utils/nn.py",1522,0,"",python,selection_keyboard +418,21068055,"utils/nn.py",1522,0,"t",python,content +419,21068057,"utils/nn.py",1523,0,"",python,selection_keyboard +420,21068156,"utils/nn.py",1523,0,"u",python,content +421,21068157,"utils/nn.py",1524,0,"",python,selection_keyboard +422,21068222,"utils/nn.py",1524,0,"r",python,content +423,21068223,"utils/nn.py",1525,0,"",python,selection_keyboard +424,21068257,"utils/nn.py",1525,0,"e",python,content +425,21068259,"utils/nn.py",1526,0,"",python,selection_keyboard +426,21068324,"utils/nn.py",1526,0,"s",python,content +427,21068325,"utils/nn.py",1527,0,"",python,selection_keyboard +428,21068475,"utils/nn.py",1527,0," ",python,content +429,21068476,"utils/nn.py",1528,0,"",python,selection_keyboard +430,21068976,"utils/nn.py",1527,1,"",python,content +431,21069460,"utils/nn.py",1527,0,"=",python,content +432,21069462,"utils/nn.py",1528,0,"",python,selection_keyboard +433,21070427,"utils/nn.py",1528,0,",",python,content +434,21070428,"utils/nn.py",1529,0,"",python,selection_keyboard +435,21070522,"utils/nn.py",1528,0,"",python,selection_command +436,21082425,"utils/nn.py",1527,0,"",python,selection_command +437,21085577,"utils/nn.py",1528,0,"",python,selection_command +438,21085693,"utils/nn.py",1528,0,"\n ",python,content +439,21086635,"utils/nn.py",1533,4,"",python,content +440,21086912,"utils/nn.py",1529,4,"",python,content +441,21087271,"utils/nn.py",1528,1,"",python,content +442,21087571,"utils/nn.py",1527,0,"",python,selection_command +443,21087856,"utils/nn.py",1515,0,"",python,selection_command +444,21087987,"utils/nn.py",1514,0,"",python,selection_command +445,21088690,"utils/nn.py",1515,0,"",python,selection_command +446,21089162,"utils/nn.py",1515,0,"\n ",python,content +447,21089564,"utils/nn.py",1527,0,"",python,selection_command +448,21089975,"utils/nn.py",1539,0,"",python,selection_command +449,21090140,"utils/nn.py",1541,0,"",python,selection_command +450,21091379,"utils/nn.py",1542,0,"",python,selection_command +451,21091582,"TERMINAL",0,0,"salloc: Nodes hkn0408 are ready for job\r\n",,terminal_output +452,21091747,"utils/nn.py",1542,0,"\n ",python,content +453,21092127,"utils/nn.py",1554,0,"",python,selection_command +454,21092462,"utils/nn.py",1583,0,"",python,selection_command +455,21092686,"TERMINAL",0,0,"]0;tum_dbd0378@hkn0408:~/jafar/slurm[?2004h[tum_dbd0378@hkn0408 slurm]$ ",,terminal_output +456,21093667,"utils/nn.py",1584,0,"",python,selection_command +457,21093818,"utils/nn.py",1584,0,"\n ",python,content +458,21094349,"utils/nn.py",1596,0,"",python,selection_command +459,21094827,"utils/nn.py",1597,0,"",python,selection_command +460,21094892,"utils/nn.py",1597,1,"",python,content +461,21095807,"utils/nn.py",1613,0,"",python,selection_command +462,21096231,"utils/nn.py",1614,0,"",python,selection_command +463,21096314,"utils/nn.py",1615,0,"",python,selection_command +464,21096532,"utils/nn.py",1614,1,"",python,content +465,21096616,"utils/nn.py",1614,0,"\n ",python,content +466,21097233,"utils/nn.py",1626,0,"",python,selection_command +467,21097448,"utils/nn.py",1596,0,"",python,selection_command +468,21097653,"utils/nn.py",1554,0,"",python,selection_command +469,21097732,"utils/nn.py",1527,0,"",python,selection_command +470,21098792,"utils/nn.py",1541,0,"self.dim",python,content +471,21098793,"utils/nn.py",1549,0,"",python,selection_command +472,21101268,"utils/nn.py",1506,0,"",python,selection_command +473,21101453,"utils/nn.py",1435,0,"",python,selection_command +474,21102137,"utils/nn.py",1506,0,"",python,selection_command +475,21102285,"utils/nn.py",1549,0,"",python,selection_command +476,21102418,"utils/nn.py",1584,0,"",python,selection_command +477,21102651,"utils/nn.py",1621,0,"",python,selection_command +478,21102784,"utils/nn.py",1644,0,"",python,selection_command +479,21102970,"utils/nn.py",1679,0,"",python,selection_command +480,21105884,"utils/nn.py",1680,0,"",python,selection_command +481,21106104,"utils/nn.py",1682,0,"",python,selection_command +482,21106494,"utils/nn.py",1683,0,"",python,selection_command +483,21112362,"utils/nn.py",1739,0,"",python,selection_command +484,21112373,"utils/nn.py",1740,0,"\n ",python,content +485,21112381,"utils/nn.py",1753,0,"i",python,content +486,21112382,"utils/nn.py",1754,0,"",python,selection_keyboard +487,21112442,"utils/nn.py",1754,0,"n",python,content +488,21112443,"utils/nn.py",1755,0,"",python,selection_keyboard +489,21112720,"utils/nn.py",1755,0,"_",python,content +490,21112722,"utils/nn.py",1756,0,"",python,selection_keyboard +491,21113407,"utils/nn.py",1756,0,"features=self.dim,",python,content +492,21113635,"utils/nn.py",1773,0,"",python,selection_command +493,21114993,"utils/nn.py",1735,0,"",python,selection_command +494,21115179,"utils/nn.py",1678,0,"",python,selection_command +495,21115328,"utils/nn.py",1679,0,"",python,selection_command +496,21115511,"utils/nn.py",1682,0,"",python,selection_command +497,21115726,"utils/nn.py",1683,0,"",python,selection_command +498,21152612,"utils/nn.py",1739,0,"",python,selection_command +499,21152861,"utils/nn.py",1773,0,"",python,selection_command +500,21152892,"utils/nn.py",1808,0,"",python,selection_command +501,21152926,"utils/nn.py",1847,0,"",python,selection_command +502,21152957,"utils/nn.py",1886,0,"",python,selection_command +503,21152995,"utils/nn.py",1919,0,"",python,selection_command +504,21153025,"utils/nn.py",1958,0,"",python,selection_command +505,21153067,"utils/nn.py",2037,0,"",python,selection_command +506,21153264,"utils/nn.py",2047,0,"",python,selection_command +507,21153414,"utils/nn.py",2056,0,"",python,selection_command +508,21153528,"utils/nn.py",2047,0,"",python,selection_command +509,21153804,"utils/nn.py",2037,0,"",python,selection_command +510,21153810,"utils/nn.py",1958,0,"",python,selection_command +511,21153834,"utils/nn.py",1919,0,"",python,selection_command +512,21153877,"utils/nn.py",1886,0,"",python,selection_command +513,21153910,"utils/nn.py",1847,0,"",python,selection_command +514,21153933,"utils/nn.py",1808,0,"",python,selection_command +515,21153975,"utils/nn.py",1773,0,"",python,selection_command +516,21154011,"utils/nn.py",1739,0,"",python,selection_command +517,21154044,"utils/nn.py",1683,0,"",python,selection_command +518,21154078,"utils/nn.py",1644,0,"",python,selection_command +519,21154115,"utils/nn.py",1621,0,"",python,selection_command +520,21154144,"utils/nn.py",1588,0,"",python,selection_command +521,21154175,"utils/nn.py",1549,0,"",python,selection_command +522,21154208,"utils/nn.py",1510,0,"",python,selection_command +523,21154347,"utils/nn.py",1439,0,"",python,selection_command +524,21154493,"utils/nn.py",1400,0,"",python,selection_command +525,21155588,"utils/nn.py",1439,0,"",python,selection_command +526,21155815,"utils/nn.py",1510,0,"",python,selection_command +527,21155847,"utils/nn.py",1549,0,"",python,selection_command +528,21155875,"utils/nn.py",1588,0,"",python,selection_command +529,21155913,"utils/nn.py",1621,0,"",python,selection_command +530,21155945,"utils/nn.py",1644,0,"",python,selection_command +531,21155979,"utils/nn.py",1683,0,"",python,selection_command +532,21156013,"utils/nn.py",1739,0,"",python,selection_command +533,21156045,"utils/nn.py",1773,0,"",python,selection_command +534,21156077,"utils/nn.py",1808,0,"",python,selection_command +535,21156111,"utils/nn.py",1847,0,"",python,selection_command +536,21156160,"utils/nn.py",1886,0,"",python,selection_command +537,21156200,"utils/nn.py",1919,0,"",python,selection_command +538,21156246,"utils/nn.py",1958,0,"",python,selection_command +539,21156251,"utils/nn.py",2037,0,"",python,selection_command +540,21156278,"utils/nn.py",2047,0,"",python,selection_command +541,21156308,"utils/nn.py",2056,0,"",python,selection_command +542,21156576,"utils/nn.py",2095,0,"",python,selection_command +543,21156880,"utils/nn.py",2056,0,"",python,selection_command +544,21157136,"utils/nn.py",2047,0,"",python,selection_command +545,21157164,"utils/nn.py",2037,0,"",python,selection_command +546,21157197,"utils/nn.py",1958,0,"",python,selection_command +547,21157240,"utils/nn.py",1919,0,"",python,selection_command +548,21157264,"utils/nn.py",1886,0,"",python,selection_command +549,21157293,"utils/nn.py",1847,0,"",python,selection_command +550,21157329,"utils/nn.py",1808,0,"",python,selection_command +551,21157359,"utils/nn.py",1773,0,"",python,selection_command +552,21157395,"utils/nn.py",1739,0,"",python,selection_command +553,21157430,"utils/nn.py",1683,0,"",python,selection_command +554,21157461,"utils/nn.py",1644,0,"",python,selection_command +555,21157493,"utils/nn.py",1621,0,"",python,selection_command +556,21157527,"utils/nn.py",1588,0,"",python,selection_command +557,21157560,"utils/nn.py",1549,0,"",python,selection_command +558,21157594,"utils/nn.py",1510,0,"",python,selection_command +559,21157627,"utils/nn.py",1439,0,"",python,selection_command +560,21157843,"utils/nn.py",1400,0,"",python,selection_command +561,21158216,"utils/nn.py",1363,39,"",python,content +562,21158243,"utils/nn.py",1371,0,"",python,selection_command +563,21158380,"utils/nn.py",1442,0,"",python,selection_command +564,21158634,"utils/nn.py",1485,0,"",python,selection_command +565,21158666,"utils/nn.py",1520,0,"",python,selection_command +566,21158697,"utils/nn.py",1562,0,"",python,selection_command +567,21158730,"utils/nn.py",1592,0,"",python,selection_command +568,21158763,"utils/nn.py",1615,0,"",python,selection_command +569,21158799,"utils/nn.py",1672,0,"",python,selection_command +570,21158837,"utils/nn.py",1710,0,"",python,selection_command +571,21158863,"utils/nn.py",1744,0,"",python,selection_command +572,21158897,"utils/nn.py",1779,0,"",python,selection_command +573,21158931,"utils/nn.py",1818,0,"",python,selection_command +574,21158964,"utils/nn.py",1860,0,"",python,selection_command +575,21158997,"utils/nn.py",1890,0,"",python,selection_command +576,21159030,"utils/nn.py",1986,0,"",python,selection_command +577,21159063,"utils/nn.py",2008,0,"",python,selection_command +578,21159095,"utils/nn.py",2017,0,"",python,selection_command +579,21159130,"utils/nn.py",2027,0,"",python,selection_command +580,21159162,"utils/nn.py",2067,0,"",python,selection_command +581,21159501,"utils/nn.py",2027,0,"",python,selection_command +582,21159793,"utils/nn.py",2019,40,"",python,content +583,21159809,"utils/nn.py",2027,0,"",python,selection_command +584,21159982,"utils/nn.py",2099,0,"",python,selection_command +585,21160130,"utils/nn.py",2201,0,"",python,selection_command +586,21161579,"utils/nn.py",2181,0,"\n ",python,content +587,21161579,"utils/nn.py",2163,0,"\n ",python,content +588,21161580,"utils/nn.py",2134,0,"\n num_features=self.dim,\n ",python,content +589,21165492,"utils/nn.py",2360,0,"\n in_features=self.dim,",python,content +590,21167711,"utils/nn.py",2373,0,"",python,selection_command +591,21167931,"utils/nn.py",2335,0,"",python,selection_command +592,21168024,"utils/nn.py",2277,0,"",python,selection_command +593,21168503,"utils/nn.py",2254,0,"",python,selection_command +594,21168649,"utils/nn.py",2224,0,"",python,selection_command +595,21168804,"utils/nn.py",2182,0,"",python,selection_command +596,21169290,"utils/nn.py",2147,0,"",python,selection_command +597,21169501,"utils/nn.py",2103,0,"",python,selection_command +598,21169591,"utils/nn.py",2031,0,"",python,selection_command +599,21170289,"utils/nn.py",2017,0,"",python,selection_command +600,21170425,"utils/nn.py",2031,0,"",python,selection_command +601,21171073,"utils/nn.py",2017,0,"",python,selection_command +602,21172194,"utils/nn.py",2031,0,"",python,selection_command +603,21172491,"utils/nn.py",2103,0,"",python,selection_command +604,21172539,"utils/nn.py",2147,0,"",python,selection_command +605,21172541,"utils/nn.py",2182,0,"",python,selection_command +606,21172649,"utils/nn.py",2224,0,"",python,selection_command +607,21172650,"utils/nn.py",2254,0,"",python,selection_command +608,21172652,"utils/nn.py",2277,0,"",python,selection_command +609,21172653,"utils/nn.py",2335,0,"",python,selection_command +610,21172681,"utils/nn.py",2373,0,"",python,selection_command +611,21172714,"utils/nn.py",2407,0,"",python,selection_command +612,21172747,"utils/nn.py",2442,0,"",python,selection_command +613,21172851,"utils/nn.py",2481,0,"",python,selection_command +614,21172854,"utils/nn.py",2523,0,"",python,selection_command +615,21172857,"utils/nn.py",2553,0,"",python,selection_command +616,21172883,"utils/nn.py",2648,0,"",python,selection_command +617,21172913,"utils/nn.py",2666,0,"",python,selection_command +618,21172948,"utils/nn.py",2675,0,"",python,selection_command +619,21172982,"utils/nn.py",2689,0,"",python,selection_command +620,21173196,"utils/nn.py",2722,0,"",python,selection_command +621,21181271,"utils/nn.py",2723,0,"",python,selection_command +622,21181420,"utils/nn.py",2732,0,"",python,selection_command +623,21181655,"utils/nn.py",2734,0,"",python,selection_command +624,21181786,"utils/nn.py",2737,0,"",python,selection_command +625,21181919,"utils/nn.py",2738,0,"",python,selection_command +626,21182108,"utils/nn.py",2747,0,"",python,selection_command +627,21182283,"utils/nn.py",2748,0,"",python,selection_command +628,21183381,"utils/nn.py",2748,0,"\n ",python,content +629,21185232,"utils/nn.py",2760,0,"",python,selection_command +630,21185572,"utils/nn.py",2748,0,"\n ",python,content +631,21186554,"utils/nn.py",2761,0,"num_features=self.dim,",python,content +632,21186902,"utils/nn.py",2782,0,"",python,selection_command +633,21187069,"utils/nn.py",2817,0,"",python,selection_command +634,21187622,"utils/nn.py",2823,0,"",python,selection_command +635,21188158,"utils/nn.py",2824,0,"",python,selection_command +636,21188607,"utils/nn.py",2825,0,"",python,selection_command +637,21188792,"utils/nn.py",2826,0,"",python,selection_command +638,21189672,"utils/nn.py",2953,0,"\n ",python,content +639,21189673,"utils/nn.py",2935,0,"\n ",python,content +640,21189673,"utils/nn.py",2905,0,"\n ",python,content +641,21189673,"utils/nn.py",2892,0,"\n out_features=",python,content +642,21189673,"utils/nn.py",2843,0,"\n ",python,content +643,21189673,"utils/nn.py",2825,0,"\n ",python,content +644,21190713,"utils/nn.py",2796,0,"",python,selection_command +645,21190876,"utils/nn.py",2838,0,"",python,selection_command +646,21191058,"utils/nn.py",2868,0,"",python,selection_command +647,21191215,"utils/nn.py",2891,0,"",python,selection_command +648,21192064,"utils/nn.py",2892,0,"",python,selection_command +649,21192245,"utils/nn.py",2903,0,"",python,selection_command +650,21192572,"utils/nn.py",2905,0,"",python,selection_command +651,21192770,"utils/nn.py",2908,0,"",python,selection_command +652,21192871,"utils/nn.py",2909,0,"",python,selection_command +653,21195815,"utils/nn.py",2916,0,"\n ",python,content +654,21195998,"utils/nn.py",2929,0,"i",python,content +655,21195999,"utils/nn.py",2930,0,"",python,selection_keyboard +656,21196063,"utils/nn.py",2930,0,"n",python,content +657,21196065,"utils/nn.py",2931,0,"",python,selection_keyboard +658,21196512,"utils/nn.py",2931,0,"_",python,content +659,21196514,"utils/nn.py",2932,0,"",python,selection_keyboard +660,21196873,"utils/nn.py",2932,0,"features=self.dim,",python,content +661,21197065,"utils/nn.py",2949,0,"",python,selection_command +662,21199798,"utils/nn.py",2911,0,"",python,selection_command +663,21199981,"utils/nn.py",2949,0,"",python,selection_command +664,21200152,"utils/nn.py",2983,0,"",python,selection_command +665,21201734,"utils/nn.py",3022,0,"",python,selection_command +666,21201882,"utils/nn.py",3060,0,"",python,selection_command +667,21202033,"utils/nn.py",3083,0,"",python,selection_command +668,21202206,"utils/nn.py",3117,0,"",python,selection_command +669,21202730,"utils/nn.py",3118,0,"",python,selection_command +670,21202802,"utils/nn.py",3119,0,"",python,selection_command +671,21203058,"utils/nn.py",3120,0,"",python,selection_command +672,21203254,"utils/nn.py",3121,0,"",python,selection_command +673,21203421,"utils/nn.py",3122,0,"",python,selection_command +674,21204305,"utils/nn.py",3122,0,"\n ",python,content +675,21204827,"utils/nn.py",3134,0,"",python,selection_command +676,21205352,"utils/nn.py",3135,0,"",python,selection_command +677,21205738,"utils/nn.py",3136,0,"",python,selection_command +678,21205937,"utils/nn.py",3137,0,"",python,selection_command +679,21206402,"utils/nn.py",3136,0,"",python,selection_command +680,21206453,"utils/nn.py",3137,0,"",python,selection_command +681,21206584,"utils/nn.py",3138,0,"",python,selection_command +682,21206835,"utils/nn.py",3139,0,"",python,selection_command +683,21206927,"utils/nn.py",3140,0,"",python,selection_command +684,21206930,"utils/nn.py",3141,0,"",python,selection_command +685,21206941,"utils/nn.py",3142,0,"",python,selection_command +686,21207089,"utils/nn.py",3143,0,"",python,selection_command +687,21207337,"utils/nn.py",3144,0,"",python,selection_command +688,21207675,"utils/nn.py",3145,0,"",python,selection_command +689,21207780,"utils/nn.py",3144,1,"",python,content +690,21207855,"utils/nn.py",3144,0,"\n ",python,content +691,21209023,"utils/nn.py",3156,0,"",python,selection_command +692,21209071,"utils/nn.py",3134,0,"",python,selection_command +693,21210244,"utils/nn.py",3135,0,"",python,selection_command +694,21211142,"utils/nn.py",3097,0,"",python,selection_command +695,21211245,"utils/nn.py",3098,0,"",python,selection_command +696,21211447,"utils/nn.py",3109,0,"",python,selection_command +697,21211643,"utils/nn.py",3111,0,"",python,selection_command +698,21211725,"utils/nn.py",3114,0,"",python,selection_command +699,21211972,"utils/nn.py",3115,0,"",python,selection_command +700,21213741,"utils/nn.py",3143,0,"",python,selection_command +701,21215195,"utils/nn.py",3122,0,"\n ",python,content +702,21215495,"utils/nn.py",3135,0,"s",python,content +703,21215496,"utils/nn.py",3136,0,"",python,selection_keyboard +704,21215954,"utils/nn.py",3136,0,"e",python,content +705,21215956,"utils/nn.py",3137,0,"",python,selection_keyboard +706,21216067,"utils/nn.py",3137,0,"l",python,content +707,21216068,"utils/nn.py",3138,0,"",python,selection_keyboard +708,21216167,"utils/nn.py",3138,0,"f",python,content +709,21216169,"utils/nn.py",3139,0,"",python,selection_keyboard +710,21216246,"utils/nn.py",3139,0,".",python,content +711,21216247,"utils/nn.py",3140,0,"",python,selection_keyboard +712,21216762,"utils/nn.py",3140,0,"i",python,content +713,21216763,"utils/nn.py",3141,0,"",python,selection_keyboard +714,21216828,"utils/nn.py",3141,0,"n",python,content +715,21216829,"utils/nn.py",3142,0,"",python,selection_keyboard +716,21217209,"utils/nn.py",3142,0,"_",python,content +717,21217211,"utils/nn.py",3143,0,"",python,selection_keyboard +718,21218672,"utils/nn.py",3142,0,"",python,selection_command +719,21219252,"utils/nn.py",3123,20," ",python,content +720,21219431,"utils/nn.py",3135,0,"i",python,content +721,21219432,"utils/nn.py",3136,0,"",python,selection_keyboard +722,21219498,"utils/nn.py",3136,0,"n",python,content +723,21219499,"utils/nn.py",3137,0,"",python,selection_keyboard +724,21219700,"utils/nn.py",3137,0,"_",python,content +725,21219701,"utils/nn.py",3138,0,"",python,selection_keyboard +726,21219902,"utils/nn.py",3138,0,"d",python,content +727,21219903,"utils/nn.py",3139,0,"",python,selection_keyboard +728,21219981,"utils/nn.py",3139,0,"i",python,content +729,21219983,"utils/nn.py",3140,0,"",python,selection_keyboard +730,21220037,"utils/nn.py",3140,0,"m",python,content +731,21220038,"utils/nn.py",3141,0,"",python,selection_keyboard +732,21220490,"utils/nn.py",3140,1,"",python,content +733,21220613,"utils/nn.py",3139,1,"",python,content +734,21220751,"utils/nn.py",3138,1,"",python,content +735,21220832,"utils/nn.py",3138,0,"f",python,content +736,21220833,"utils/nn.py",3139,0,"",python,selection_keyboard +737,21220883,"utils/nn.py",3139,0,"e",python,content +738,21220884,"utils/nn.py",3140,0,"",python,selection_keyboard +739,21220933,"utils/nn.py",3140,0,"a",python,content +740,21220935,"utils/nn.py",3141,0,"",python,selection_keyboard +741,21221012,"utils/nn.py",3141,0,"t",python,content +742,21221014,"utils/nn.py",3142,0,"",python,selection_keyboard +743,21221065,"utils/nn.py",3142,0,"u",python,content +744,21221066,"utils/nn.py",3143,0,"",python,selection_keyboard +745,21221148,"utils/nn.py",3143,0,"r",python,content +746,21221150,"utils/nn.py",3144,0,"",python,selection_keyboard +747,21221197,"utils/nn.py",3144,0,"e",python,content +748,21221199,"utils/nn.py",3145,0,"",python,selection_keyboard +749,21221319,"utils/nn.py",3145,0,"s",python,content +750,21221320,"utils/nn.py",3146,0,"",python,selection_keyboard +751,21222047,"utils/nn.py",3146,0,"=self.ffn_dim,",python,content +752,21222381,"utils/nn.py",3159,0,"",python,selection_command +753,21222682,"utils/nn.py",3181,0,"",python,selection_command +754,21223651,"utils/nn.py",3178,0,"",python,selection_command +755,21223950,"utils/nn.py",3177,0,"",python,selection_command +756,21224586,"utils/nn.py",3173,0,"",python,selection_command +757,21224902,"utils/nn.py",3173,0,"o",python,content +758,21224903,"utils/nn.py",3174,0,"",python,selection_keyboard +759,21224954,"utils/nn.py",3174,0,"u",python,content +760,21224956,"utils/nn.py",3175,0,"",python,selection_keyboard +761,21225338,"utils/nn.py",3175,0,"t",python,content +762,21225340,"utils/nn.py",3176,0,"",python,selection_keyboard +763,21225537,"utils/nn.py",3176,0,"_",python,content +764,21225538,"utils/nn.py",3177,0,"",python,selection_keyboard +765,21225719,"utils/nn.py",3177,0,"f",python,content +766,21225720,"utils/nn.py",3178,0,"",python,selection_keyboard +767,21225839,"utils/nn.py",3178,0,"e",python,content +768,21225840,"utils/nn.py",3179,0,"",python,selection_keyboard +769,21225904,"utils/nn.py",3179,0,"a",python,content +770,21225905,"utils/nn.py",3180,0,"",python,selection_keyboard +771,21225969,"utils/nn.py",3180,0,"t",python,content +772,21225971,"utils/nn.py",3181,0,"",python,selection_keyboard +773,21226056,"utils/nn.py",3181,0,"u",python,content +774,21226057,"utils/nn.py",3182,0,"",python,selection_keyboard +775,21226142,"utils/nn.py",3182,0,"r",python,content +776,21226143,"utils/nn.py",3183,0,"",python,selection_keyboard +777,21226190,"utils/nn.py",3183,0,"e",python,content +778,21226191,"utils/nn.py",3184,0,"",python,selection_keyboard +779,21226491,"utils/nn.py",3184,0,"s",python,content +780,21226492,"utils/nn.py",3185,0,"",python,selection_keyboard +781,21226695,"utils/nn.py",3185,0,"=",python,content +782,21226696,"utils/nn.py",3186,0,"",python,selection_keyboard +783,21226802,"utils/nn.py",3185,0,"",python,selection_command +784,21228872,"utils/nn.py",3147,0,"",python,selection_command +785,21229122,"utils/nn.py",3109,0,"",python,selection_command +786,21229390,"utils/nn.py",3147,0,"",python,selection_command +787,21229560,"utils/nn.py",3185,0,"",python,selection_command +788,21229688,"utils/nn.py",3220,0,"",python,selection_command +789,21232575,"utils/nn.py",3236,0,"",python,selection_command +790,21233028,"utils/nn.py",3254,0,"",python,selection_command +791,21234908,"utils/nn.py",3236,0,"",python,selection_command +792,21235277,"utils/nn.py",3237,0,"",python,selection_command +793,21235447,"utils/nn.py",3238,0,"",python,selection_command +794,21235615,"utils/nn.py",3238,0,"\n ",python,content +795,21236768,"utils/nn.py",3250,0,"",python,selection_command +796,21237043,"utils/nn.py",3267,0,"",python,selection_command +797,21237379,"utils/nn.py",3268,0,"",python,selection_command +798,21237481,"utils/nn.py",3269,0,"",python,selection_command +799,21237826,"utils/nn.py",3268,1,"",python,content +800,21237945,"utils/nn.py",3268,0,"\n ",python,content +801,21238211,"utils/nn.py",3280,0,"",python,selection_command +802,21242033,"utils/nn.py",3250,0,"",python,selection_command +803,21242301,"utils/nn.py",3207,0,"",python,selection_command +804,21242317,"utils/nn.py",3172,0,"",python,selection_command +805,21242350,"utils/nn.py",3134,0,"",python,selection_command +806,21242374,"utils/nn.py",3096,0,"",python,selection_command +807,21242429,"utils/nn.py",3073,0,"",python,selection_command +808,21242449,"utils/nn.py",3043,0,"",python,selection_command +809,21242473,"utils/nn.py",3001,0,"",python,selection_command +810,21242506,"utils/nn.py",2962,0,"",python,selection_command +811,21242635,"utils/nn.py",2928,0,"",python,selection_command +812,21242637,"utils/nn.py",2890,0,"",python,selection_command +813,21242640,"utils/nn.py",2867,0,"",python,selection_command +814,21242678,"utils/nn.py",2837,0,"",python,selection_command +815,21242686,"utils/nn.py",2795,0,"",python,selection_command +816,21242704,"utils/nn.py",2760,0,"",python,selection_command +817,21242738,"utils/nn.py",2721,0,"",python,selection_command +818,21242771,"utils/nn.py",2688,0,"",python,selection_command +819,21243231,"utils/nn.py",2677,33,"",python,content +820,21243260,"utils/nn.py",2685,0,"",python,selection_command +821,21243938,"utils/nn.py",1307,0,"",python,selection_command +822,21244966,"utils/nn.py",2685,0,"",python,selection_command +823,21253811,"utils/nn.py",3811,0,"",python,selection_command +824,21254761,"utils/nn.py",3840,0,"",python,selection_command +825,21255011,"utils/nn.py",3871,0,"",python,selection_command +826,21255047,"utils/nn.py",3898,0,"",python,selection_command +827,21255191,"utils/nn.py",3929,0,"",python,selection_command +828,21255194,"utils/nn.py",3939,0,"",python,selection_command +829,21255197,"utils/nn.py",3948,0,"",python,selection_command +830,21255200,"utils/nn.py",3957,0,"",python,selection_command +831,21255248,"utils/nn.py",3958,0,"",python,selection_command +832,21255264,"utils/nn.py",3967,0,"",python,selection_command +833,21255284,"utils/nn.py",4000,0,"",python,selection_command +834,21255315,"utils/nn.py",4085,0,"",python,selection_command +835,21255348,"utils/nn.py",4177,0,"",python,selection_command +836,21255382,"utils/nn.py",4238,0,"",python,selection_command +837,21255415,"utils/nn.py",4273,0,"",python,selection_command +838,21255447,"utils/nn.py",4304,0,"",python,selection_command +839,21255481,"utils/nn.py",4335,0,"",python,selection_command +840,21255514,"utils/nn.py",4372,0,"",python,selection_command +841,21255550,"utils/nn.py",4407,0,"",python,selection_command +842,21255585,"utils/nn.py",4438,0,"",python,selection_command +843,21255615,"utils/nn.py",4477,0,"",python,selection_command +844,21255648,"utils/nn.py",4504,0,"",python,selection_command +845,21255681,"utils/nn.py",4558,0,"",python,selection_command +846,21255715,"utils/nn.py",4568,0,"",python,selection_command +847,21255911,"utils/nn.py",4595,0,"",python,selection_command +848,21256043,"utils/nn.py",4599,0,"",python,selection_command +849,21256276,"utils/nn.py",4600,0,"",python,selection_command +850,21256527,"utils/nn.py",4612,0,"",python,selection_command +851,21256552,"utils/nn.py",4614,0,"",python,selection_command +852,21256669,"utils/nn.py",4617,0,"",python,selection_command +853,21256671,"utils/nn.py",4618,0,"",python,selection_command +854,21256729,"utils/nn.py",4627,0,"",python,selection_command +855,21256914,"utils/nn.py",4628,0,"",python,selection_command +856,21257508,"utils/nn.py",4627,0,"",python,selection_command +857,21257997,"utils/nn.py",4827,14,"",python,content +858,21257998,"utils/nn.py",4825,1,"",python,content +859,21257998,"utils/nn.py",4808,16,"",python,content +860,21257998,"utils/nn.py",4789,11,"",python,content +861,21257998,"utils/nn.py",4788,0,"\n ",python,content +862,21257998,"utils/nn.py",4787,0,"im",python,content +863,21257998,"utils/nn.py",4783,4,"",python,content +864,21257998,"utils/nn.py",4782,0,"_",python,content +865,21257998,"utils/nn.py",4780,2,"",python,content +866,21257998,"utils/nn.py",4765,13,"",python,content +867,21257998,"utils/nn.py",4764,0,"o",python,content +868,21257998,"utils/nn.py",4763,1,"",python,content +869,21257998,"utils/nn.py",4758,4,"",python,content +870,21257998,"utils/nn.py",4752,0,"s",python,content +871,21257998,"utils/nn.py",4751,0,"ur",python,content +872,21257999,"utils/nn.py",4749,2,"",python,content +873,21257999,"utils/nn.py",4748,0,"fea",python,content +874,21257999,"utils/nn.py",4747,1,"",python,content +875,21257999,"utils/nn.py",4746,0," out",python,content +876,21257999,"utils/nn.py",4741,5,"",python,content +877,21257999,"utils/nn.py",4740,0,"\n",python,content +878,21257999,"utils/nn.py",4725,0,"\n in_features=",python,content +879,21257999,"utils/nn.py",4675,0,"\n ",python,content +880,21257999,"utils/nn.py",4657,0,"\n ",python,content +881,21257999,"utils/nn.py",4628,0,"\n num_features=self.model_dim,\n ",python,content +882,21257999,"utils/nn.py",4568,27,"",python,content +883,21259502,"utils/nn.py",4641,0,"",python,selection_command +884,21259662,"utils/nn.py",4602,0,"",python,selection_command +885,21261266,"utils/nn.py",4614,0,"",python,selection_command +886,21261517,"utils/nn.py",4626,0,"",python,selection_command +887,21261549,"utils/nn.py",4627,0,"",python,selection_command +888,21261614,"utils/nn.py",4631,0,"",python,selection_command +889,21261617,"utils/nn.py",4632,0,"",python,selection_command +890,21261665,"utils/nn.py",4641,0,"",python,selection_command +891,21261699,"utils/nn.py",4655,0,"",python,selection_command +892,21261721,"utils/nn.py",4666,0,"",python,selection_command +893,21261755,"utils/nn.py",4667,0,"",python,selection_command +894,21261792,"utils/nn.py",4671,0,"",python,selection_command +895,21261837,"utils/nn.py",4672,0,"",python,selection_command +896,21261855,"utils/nn.py",4683,0,"",python,selection_command +897,21261887,"utils/nn.py",4697,0,"",python,selection_command +898,21261920,"utils/nn.py",4702,0,"",python,selection_command +899,21261953,"utils/nn.py",4703,0,"",python,selection_command +900,21261986,"utils/nn.py",4707,0,"",python,selection_command +901,21262022,"utils/nn.py",4708,0,"",python,selection_command +902,21262054,"utils/nn.py",4713,0,"",python,selection_command +903,21262088,"utils/nn.py",4727,0,"",python,selection_command +904,21262123,"utils/nn.py",4731,0,"",python,selection_command +905,21262155,"utils/nn.py",4732,0,"",python,selection_command +906,21262187,"utils/nn.py",4736,0,"",python,selection_command +907,21262277,"utils/nn.py",4746,0,"",python,selection_command +908,21262280,"utils/nn.py",4750,0,"",python,selection_command +909,21262308,"utils/nn.py",4751,0,"",python,selection_command +910,21262325,"utils/nn.py",4763,0,"",python,selection_command +911,21262355,"utils/nn.py",4765,0,"",python,selection_command +912,21262395,"utils/nn.py",4768,0,"",python,selection_command +913,21262430,"utils/nn.py",4769,0,"",python,selection_command +914,21262462,"utils/nn.py",4775,0,"",python,selection_command +915,21262495,"utils/nn.py",4789,0,"",python,selection_command +916,21262530,"utils/nn.py",4800,0,"",python,selection_command +917,21262562,"utils/nn.py",4801,0,"",python,selection_command +918,21262848,"utils/nn.py",4805,0,"",python,selection_command +919,21263102,"utils/nn.py",4806,0,"",python,selection_command +920,21263133,"utils/nn.py",4815,0,"",python,selection_command +921,21264385,"utils/nn.py",4775,0,"",python,selection_command +922,21264769,"utils/nn.py",4769,0,"",python,selection_command +923,21265706,"utils/nn.py",4808,0,"",python,selection_command +924,21273013,"utils/nn.py",4848,0,"",python,selection_command +925,21274479,"utils/nn.py",4847,0,"",python,selection_command +926,21279647,"utils/nn.py",4807,0,"",python,selection_command +927,21279769,"utils/nn.py",4768,0,"",python,selection_command +928,21280403,"utils/nn.py",4746,0,"",python,selection_command +929,21280734,"utils/nn.py",4750,0,"",python,selection_command +930,21280880,"utils/nn.py",4751,0,"",python,selection_command +931,21284835,"utils/nn.py",4763,0,"",python,selection_command +932,21285036,"utils/nn.py",4802,0,"",python,selection_command +933,21285200,"utils/nn.py",4805,0,"",python,selection_command +934,21285366,"utils/nn.py",4806,0,"",python,selection_command +935,21289252,"utils/nn.py",4806,9,"",python,content +936,21290458,"utils/nn.py",4806,0,"i",python,content +937,21290460,"utils/nn.py",4807,0,"",python,selection_keyboard +938,21290489,"utils/nn.py",4807,0,"n",python,content +939,21290490,"utils/nn.py",4808,0,"",python,selection_keyboard +940,21290630,"utils/nn.py",4808,0,"p",python,content +941,21290631,"utils/nn.py",4809,0,"",python,selection_keyboard +942,21290707,"utils/nn.py",4809,0,"u",python,content +943,21290708,"utils/nn.py",4810,0,"",python,selection_keyboard +944,21290827,"utils/nn.py",4810,0,"t",python,content +945,21290828,"utils/nn.py",4811,0,"",python,selection_keyboard +946,21291023,"utils/nn.py",4811,0,"_",python,content +947,21291024,"utils/nn.py",4812,0,"",python,selection_keyboard +948,21291230,"utils/nn.py",4812,0,"d",python,content +949,21291232,"utils/nn.py",4813,0,"",python,selection_keyboard +950,21291257,"utils/nn.py",4813,0,"i",python,content +951,21291257,"utils/nn.py",4814,0,"",python,selection_keyboard +952,21291351,"utils/nn.py",4814,0,"m",python,content +953,21291352,"utils/nn.py",4815,0,"",python,selection_keyboard +954,21291439,"utils/nn.py",4814,0,"",python,selection_command +955,21293972,"utils/nn.py",4854,0,"",python,selection_command +956,21294929,"utils/nn.py",4895,0,"",python,selection_command +957,21295347,"utils/nn.py",4896,0,"",python,selection_command +958,21295873,"utils/nn.py",4917,0,"\n ",python,content +959,21295873,"utils/nn.py",4899,0,"\n ",python,content +960,21295873,"utils/nn.py",4811,0,"model",python,content +961,21295873,"utils/nn.py",4806,5,"",python,content +962,21296934,"utils/nn.py",4855,0,"",python,selection_command +963,21297117,"utils/nn.py",4815,0,"",python,selection_command +964,21297356,"utils/nn.py",4777,0,"",python,selection_command +965,21298690,"utils/nn.py",4789,0,"",python,selection_command +966,21299017,"utils/nn.py",4750,0,"",python,selection_command +967,21299215,"utils/nn.py",4727,0,"",python,selection_command +968,21299235,"utils/nn.py",4697,0,"",python,selection_command +969,21299311,"utils/nn.py",4655,0,"",python,selection_command +970,21299313,"utils/nn.py",4614,0,"",python,selection_command +971,21299354,"utils/nn.py",4572,0,"",python,selection_command +972,21299614,"utils/nn.py",4614,0,"",python,selection_command +973,21299782,"utils/nn.py",4655,0,"",python,selection_command +974,21299929,"utils/nn.py",4697,0,"",python,selection_command +975,21300095,"utils/nn.py",4727,0,"",python,selection_command +976,21300262,"utils/nn.py",4750,0,"",python,selection_command +977,21300353,"utils/nn.py",4789,0,"",python,selection_command +978,21300590,"utils/nn.py",4800,0,"",python,selection_command +979,21300680,"utils/nn.py",4801,0,"",python,selection_command +980,21300817,"utils/nn.py",4805,0,"",python,selection_command +981,21300976,"utils/nn.py",4806,0,"",python,selection_command +982,21301312,"utils/nn.py",4806,9,"",python,content +983,21301316,"utils/nn.py",4806,0,"i",python,content +984,21301316,"utils/nn.py",4807,0,"",python,selection_keyboard +985,21301398,"utils/nn.py",4807,0,"n",python,content +986,21301399,"utils/nn.py",4808,0,"",python,selection_keyboard +987,21301482,"utils/nn.py",4808,0,"p",python,content +988,21301483,"utils/nn.py",4809,0,"",python,selection_keyboard +989,21301639,"utils/nn.py",4809,0,"u",python,content +990,21301640,"utils/nn.py",4810,0,"",python,selection_keyboard +991,21301643,"utils/nn.py",4810,0,"t",python,content +992,21301644,"utils/nn.py",4811,0,"",python,selection_keyboard +993,21301837,"utils/nn.py",4811,0,"-",python,content +994,21301838,"utils/nn.py",4812,0,"",python,selection_keyboard +995,21307902,"utils/nn.py",4812,0,"d",python,content +996,21307904,"utils/nn.py",4813,0,"",python,selection_keyboard +997,21307947,"utils/nn.py",4812,1,"",python,content +998,21307953,"utils/nn.py",4811,1,"",python,content +999,21307961,"utils/nn.py",4811,0,"_",python,content +1000,21307962,"utils/nn.py",4812,0,"",python,selection_keyboard +1001,21307964,"utils/nn.py",4812,0,"d",python,content +1002,21307965,"utils/nn.py",4813,0,"",python,selection_keyboard +1003,21307967,"utils/nn.py",4813,0,"i",python,content +1004,21307968,"utils/nn.py",4814,0,"",python,selection_keyboard +1005,21307970,"utils/nn.py",4814,0,"m",python,content +1006,21307971,"utils/nn.py",4815,0,"",python,selection_keyboard +1007,21307973,"utils/nn.py",4814,0,"",python,selection_command +1008,21307976,"utils/nn.py",4777,0,"",python,selection_command +1009,21308002,"utils/nn.py",4817,0,"",python,selection_command +1010,21308053,"utils/nn.py",4858,0,"",python,selection_command +1011,21308087,"utils/nn.py",4900,0,"",python,selection_command +1012,21308139,"utils/nn.py",4930,0,"",python,selection_command +1013,21308161,"utils/nn.py",4953,0,"",python,selection_command +1014,21308273,"utils/nn.py",4930,0,"",python,selection_command +1015,21308530,"utils/nn.py",4900,0,"",python,selection_command +1016,21308643,"utils/nn.py",4858,0,"",python,selection_command +1017,21308769,"utils/nn.py",4900,0,"",python,selection_command +1018,21309021,"utils/nn.py",4930,0,"",python,selection_command +1019,21309053,"utils/nn.py",4953,0,"",python,selection_command +1020,21309095,"utils/nn.py",4962,0,"",python,selection_command +1021,21309109,"utils/nn.py",4991,0,"",python,selection_command +1022,21309538,"utils/nn.py",4962,0,"",python,selection_command +1023,21309773,"utils/nn.py",4953,0,"",python,selection_command +1024,21309807,"utils/nn.py",4930,0,"",python,selection_command +1025,21309836,"utils/nn.py",4900,0,"",python,selection_command +1026,21309872,"utils/nn.py",4858,0,"",python,selection_command +1027,21310005,"utils/nn.py",4817,0,"",python,selection_command +1028,21310355,"utils/nn.py",4777,0,"",python,selection_command +1029,21310521,"utils/nn.py",4817,0,"",python,selection_command +1030,21310772,"utils/nn.py",4858,0,"",python,selection_command +1031,21310803,"utils/nn.py",4900,0,"",python,selection_command +1032,21310838,"utils/nn.py",4930,0,"",python,selection_command +1033,21310871,"utils/nn.py",4953,0,"",python,selection_command +1034,21310906,"utils/nn.py",4962,0,"",python,selection_command +1035,21311124,"utils/nn.py",4991,0,"",python,selection_command +1036,21312559,"utils/nn.py",5016,0,"",python,selection_command +1037,21313877,"utils/nn.py",5057,0,"",python,selection_command +1038,21314423,"utils/nn.py",5097,0,"",python,selection_command +1039,21314710,"utils/nn.py",5133,0,"",python,selection_command +1040,21314959,"utils/nn.py",5171,0,"",python,selection_command +1041,21314993,"utils/nn.py",5213,0,"",python,selection_command +1042,21315015,"utils/nn.py",5251,0,"",python,selection_command +1043,21315058,"utils/nn.py",5297,0,"",python,selection_command +1044,21315081,"utils/nn.py",5331,0,"",python,selection_command +1045,21315124,"utils/nn.py",5393,0,"",python,selection_command +1046,21315159,"utils/nn.py",5419,0,"",python,selection_command +1047,21315311,"utils/nn.py",5434,0,"",python,selection_command +1048,21315459,"utils/nn.py",5443,0,"",python,selection_command +1049,21315610,"utils/nn.py",5471,0,"",python,selection_command +1050,21316792,"utils/nn.py",5479,0,"",python,selection_command +1051,21317040,"utils/nn.py",5483,0,"",python,selection_command +1052,21317074,"utils/nn.py",5484,0,"",python,selection_command +1053,21317109,"utils/nn.py",5497,0,"",python,selection_command +1054,21317141,"utils/nn.py",5499,0,"",python,selection_command +1055,21317176,"utils/nn.py",5502,0,"",python,selection_command +1056,21317213,"utils/nn.py",5503,0,"",python,selection_command +1057,21317513,"utils/nn.py",5509,0,"",python,selection_command +1058,21317695,"utils/nn.py",5510,0,"",python,selection_command +1059,21318062,"utils/nn.py",5509,0,"",python,selection_command +1060,21318662,"utils/nn.py",5469,0,"",python,selection_command +1061,21319000,"utils/nn.py",5443,28,"",python,content +1062,21319022,"utils/nn.py",5451,0,"",python,selection_command +1063,21319161,"utils/nn.py",5441,0,"",python,selection_command +1064,21319431,"utils/nn.py",5427,0,"",python,selection_command +1065,21319446,"utils/nn.py",5401,0,"",python,selection_command +1066,21319469,"utils/nn.py",5339,0,"",python,selection_command +1067,21319503,"utils/nn.py",5305,0,"",python,selection_command +1068,21319544,"utils/nn.py",5259,0,"",python,selection_command +1069,21319568,"utils/nn.py",5221,0,"",python,selection_command +1070,21319602,"utils/nn.py",5179,0,"",python,selection_command +1071,21319635,"utils/nn.py",5141,0,"",python,selection_command +1072,21319681,"utils/nn.py",5105,0,"",python,selection_command +1073,21319713,"utils/nn.py",5065,0,"",python,selection_command +1074,21319745,"utils/nn.py",5024,0,"",python,selection_command +1075,21319778,"utils/nn.py",4999,0,"",python,selection_command +1076,21319803,"utils/nn.py",4970,0,"",python,selection_command +1077,21320675,"utils/nn.py",4962,29,"",python,content +1078,21320689,"utils/nn.py",4970,0,"",python,selection_command +1079,21321219,"utils/nn.py",4995,0,"",python,selection_command +1080,21321469,"utils/nn.py",5036,0,"",python,selection_command +1081,21321501,"utils/nn.py",5076,0,"",python,selection_command +1082,21321531,"utils/nn.py",5112,0,"",python,selection_command +1083,21321565,"utils/nn.py",5150,0,"",python,selection_command +1084,21321598,"utils/nn.py",5192,0,"",python,selection_command +1085,21321629,"utils/nn.py",5230,0,"",python,selection_command +1086,21321665,"utils/nn.py",5276,0,"",python,selection_command +1087,21321696,"utils/nn.py",5310,0,"",python,selection_command +1088,21321730,"utils/nn.py",5372,0,"",python,selection_command +1089,21321765,"utils/nn.py",5398,0,"",python,selection_command +1090,21321796,"utils/nn.py",5412,0,"",python,selection_command +1091,21321828,"utils/nn.py",5422,0,"",python,selection_command +1092,21321980,"utils/nn.py",5526,0,"",python,selection_command +1093,21322344,"utils/nn.py",5422,0,"",python,selection_command +1094,21322417,"utils/nn.py",5426,0,"",python,selection_command +1095,21322667,"utils/nn.py",5427,0,"",python,selection_command +1096,21322701,"utils/nn.py",5440,0,"",python,selection_command +1097,21322734,"utils/nn.py",5442,0,"",python,selection_command +1098,21322769,"utils/nn.py",5445,0,"",python,selection_command +1099,21322802,"utils/nn.py",5446,0,"",python,selection_command +1100,21322951,"utils/nn.py",5452,0,"",python,selection_command +1101,21323499,"utils/nn.py",5453,0,"",python,selection_command +1102,21323622,"utils/nn.py",5453,0,"\n ",python,content +1103,21323935,"utils/nn.py",5465,0,"",python,selection_command +1104,21324352,"utils/nn.py",5466,0,"",python,selection_command +1105,21324517,"utils/nn.py",5469,0,"",python,selection_command +1106,21326038,"utils/nn.py",5478,0,"",python,selection_command +1107,21326453,"utils/nn.py",5479,0,"",python,selection_command +1108,21326604,"utils/nn.py",5480,0,"",python,selection_command +1109,21326719,"utils/nn.py",5479,1,"",python,content +1110,21326874,"utils/nn.py",5479,0,"\n ",python,content +1111,21327130,"utils/nn.py",5491,0,"",python,selection_command +1112,21328022,"utils/nn.py",5520,0,"",python,selection_command +1113,21328620,"utils/nn.py",5521,0,"",python,selection_command +1114,21328739,"utils/nn.py",5522,0,"",python,selection_command +1115,21328870,"utils/nn.py",5521,1,"",python,content +1116,21329091,"utils/nn.py",5521,0,"\n ",python,content +1117,21329237,"utils/nn.py",5533,0,"",python,selection_command +1118,21329841,"utils/nn.py",5550,0,"",python,selection_command +1119,21330272,"utils/nn.py",5551,0,"",python,selection_command +1120,21330388,"utils/nn.py",5552,0,"",python,selection_command +1121,21330524,"utils/nn.py",5551,1,"",python,content +1122,21330657,"utils/nn.py",5551,0,"\n ",python,content +1123,21330806,"utils/nn.py",5563,0,"",python,selection_command +1124,21331343,"utils/nn.py",5533,0,"",python,selection_command +1125,21331487,"utils/nn.py",5491,0,"",python,selection_command +1126,21331641,"utils/nn.py",5465,0,"",python,selection_command +1127,21332039,"utils/nn.py",5425,0,"",python,selection_command +1128,21332540,"utils/nn.py",5465,0,"",python,selection_command +1129,21336842,"utils/nn.py",5466,0,"",python,selection_command +1130,21337171,"utils/nn.py",5466,0,"o",python,content +1131,21337172,"utils/nn.py",5467,0,"",python,selection_keyboard +1132,21337195,"utils/nn.py",5467,0,"u",python,content +1133,21337196,"utils/nn.py",5468,0,"",python,selection_keyboard +1134,21337259,"utils/nn.py",5468,0,"t",python,content +1135,21337261,"utils/nn.py",5469,0,"",python,selection_keyboard +1136,21337480,"utils/nn.py",5469,0,"_",python,content +1137,21337481,"utils/nn.py",5470,0,"",python,selection_keyboard +1138,21337665,"utils/nn.py",5470,0,"f",python,content +1139,21337730,"utils/nn.py",5471,0,"e",python,content +1140,21337794,"utils/nn.py",5472,0,"a",python,content +1141,21337877,"utils/nn.py",5473,0,"t",python,content +1142,21337977,"utils/nn.py",5474,0,"u",python,content +1143,21338063,"utils/nn.py",5475,0,"r",python,content +1144,21338130,"utils/nn.py",5476,0,"e",python,content +1145,21338183,"utils/nn.py",5477,0,"s",python,content +1146,21338313,"utils/nn.py",5478,0,"=",python,content +1147,21338533,"utils/nn.py",5478,0,"",python,selection_command +1148,21338949,"utils/nn.py",5453,0,"\n ",python,content +1149,21339219,"utils/nn.py",5466,0,"i",python,content +1150,21339219,"utils/nn.py",5467,0,"",python,selection_keyboard +1151,21339281,"utils/nn.py",5467,0,"n",python,content +1152,21339283,"utils/nn.py",5468,0,"",python,selection_keyboard +1153,21339799,"utils/nn.py",5468,0,"_",python,content +1154,21339800,"utils/nn.py",5469,0,"",python,selection_keyboard +1155,21340014,"utils/nn.py",5469,0,"f",python,content +1156,21340016,"utils/nn.py",5470,0,"",python,selection_keyboard +1157,21340061,"utils/nn.py",5470,0,"e",python,content +1158,21340062,"utils/nn.py",5471,0,"",python,selection_keyboard +1159,21340163,"utils/nn.py",5471,0,"a",python,content +1160,21340164,"utils/nn.py",5472,0,"",python,selection_keyboard +1161,21340263,"utils/nn.py",5472,0,"t",python,content +1162,21340264,"utils/nn.py",5473,0,"",python,selection_keyboard +1163,21340331,"utils/nn.py",5473,0,"u",python,content +1164,21340333,"utils/nn.py",5474,0,"",python,selection_keyboard +1165,21340412,"utils/nn.py",5474,0,"r",python,content +1166,21340414,"utils/nn.py",5475,0,"",python,selection_keyboard +1167,21340466,"utils/nn.py",5475,0,"e",python,content +1168,21340467,"utils/nn.py",5476,0,"",python,selection_keyboard +1169,21340531,"utils/nn.py",5476,0,"s",python,content +1170,21340532,"utils/nn.py",5477,0,"",python,selection_keyboard +1171,21340687,"utils/nn.py",5477,0,"=",python,content +1172,21340689,"utils/nn.py",5478,0,"",python,selection_keyboard +1173,21341537,"utils/nn.py",5478,0,"self.model_dim,",python,content +1174,21341734,"utils/nn.py",5492,0,"",python,selection_command +1175,21345421,"utils/nn.py",5452,0,"",python,selection_command +1176,21345687,"utils/nn.py",5492,0,"",python,selection_command +1177,21348777,"utils/nn.py",5452,0,"",python,selection_command +1178,21349021,"utils/nn.py",5412,0,"",python,selection_command +1179,21349055,"utils/nn.py",5403,0,"",python,selection_command +1180,21349088,"utils/nn.py",5388,0,"",python,selection_command +1181,21349122,"utils/nn.py",5340,0,"",python,selection_command +1182,21349155,"utils/nn.py",5300,0,"",python,selection_command +1183,21349193,"utils/nn.py",5260,0,"",python,selection_command +1184,21349224,"utils/nn.py",5220,0,"",python,selection_command +1185,21349259,"utils/nn.py",5180,0,"",python,selection_command +1186,21349304,"utils/nn.py",5140,0,"",python,selection_command +1187,21349327,"utils/nn.py",5102,0,"",python,selection_command +1188,21349371,"utils/nn.py",5066,0,"",python,selection_command +1189,21349398,"utils/nn.py",5025,0,"",python,selection_command +1190,21349428,"utils/nn.py",4985,0,"",python,selection_command +1191,21349459,"utils/nn.py",4960,0,"",python,selection_command +1192,21349503,"utils/nn.py",4951,0,"",python,selection_command +1193,21349525,"utils/nn.py",4928,0,"",python,selection_command +1194,21349561,"utils/nn.py",4896,0,"",python,selection_command +1195,21349770,"utils/nn.py",4855,0,"",python,selection_command +1196,21349922,"utils/nn.py",4815,0,"",python,selection_command +1197,21350107,"utils/nn.py",4775,0,"",python,selection_command +1198,21350314,"utils/nn.py",4815,0,"",python,selection_command +1199,21364374,"utils/nn.py",4737,0,"",python,selection_mouse +1200,21364376,"utils/nn.py",4736,0,"",python,selection_command +1201,21366153,"utils/nn.py",4759,0,"",python,selection_command +1202,21366321,"utils/nn.py",4738,0,"",python,selection_command +1203,21371741,"utils/nn.py",4777,0,"",python,selection_command +1204,21371994,"utils/nn.py",4777,39," in_features=self.input_dim,",python,selection_command +1205,21388956,"utils/nn.py",4777,0,"",python,selection_command +1206,21393065,"utils/nn.py",5921,0,"",python,selection_command +1207,21402200,"utils/nn.py",5908,0,"",python,selection_command +1208,21402403,"utils/nn.py",5883,0,"",python,selection_command +1209,21402442,"utils/nn.py",5849,0,"",python,selection_command +1210,21402454,"utils/nn.py",5820,0,"",python,selection_command +1211,21402489,"utils/nn.py",5810,0,"",python,selection_command +1212,21402521,"utils/nn.py",5779,0,"",python,selection_command +1213,21402554,"utils/nn.py",5747,0,"",python,selection_command +1214,21402587,"utils/nn.py",5715,0,"",python,selection_command +1215,21402621,"utils/nn.py",5688,0,"",python,selection_command +1216,21402657,"utils/nn.py",5637,0,"",python,selection_command +1217,21402688,"utils/nn.py",5628,0,"",python,selection_command +1218,21402721,"utils/nn.py",5613,0,"",python,selection_command +1219,21402753,"utils/nn.py",5583,0,"",python,selection_command +1220,21402787,"utils/nn.py",5541,0,"",python,selection_command +1221,21402820,"utils/nn.py",5502,0,"",python,selection_command +1222,21402985,"utils/nn.py",5462,0,"",python,selection_command +1223,21403218,"utils/nn.py",5422,0,"",python,selection_command +1224,21403248,"utils/nn.py",5412,0,"",python,selection_command +1225,21403271,"utils/nn.py",5398,0,"",python,selection_command +1226,21403306,"utils/nn.py",5372,0,"",python,selection_command +1227,21403347,"utils/nn.py",5310,0,"",python,selection_command +1228,21403384,"utils/nn.py",5276,0,"",python,selection_command +1229,21403423,"utils/nn.py",5230,0,"",python,selection_command +1230,21403450,"utils/nn.py",5192,0,"",python,selection_command +1231,21403481,"utils/nn.py",5150,0,"",python,selection_command +1232,21403517,"utils/nn.py",5112,0,"",python,selection_command +1233,21403549,"utils/nn.py",5076,0,"",python,selection_command +1234,21403582,"utils/nn.py",5036,0,"",python,selection_command +1235,21403614,"utils/nn.py",4995,0,"",python,selection_command +1236,21413826,"utils/nn.py",4970,0,"",python,selection_command +1237,21414083,"utils/nn.py",4960,0,"",python,selection_command +1238,21414109,"utils/nn.py",4938,0,"",python,selection_command +1239,21414143,"utils/nn.py",4908,0,"",python,selection_command +1240,21414294,"utils/nn.py",4938,0,"",python,selection_command +1241,21414544,"utils/nn.py",4960,0,"",python,selection_command +1242,21414572,"utils/nn.py",4970,0,"",python,selection_command +1243,21414605,"utils/nn.py",4995,0,"",python,selection_command +1244,21414642,"utils/nn.py",5036,0,"",python,selection_command +1245,21414674,"utils/nn.py",5076,0,"",python,selection_command +1246,21414782,"utils/nn.py",5036,0,"",python,selection_command +1247,21415038,"utils/nn.py",4995,0,"",python,selection_command +1248,21415062,"utils/nn.py",4970,0,"",python,selection_command +1249,21415098,"utils/nn.py",4960,0,"",python,selection_command +1250,21415127,"utils/nn.py",4938,0,"",python,selection_command +1251,21415165,"utils/nn.py",4908,0,"",python,selection_command +1252,21415210,"utils/nn.py",4866,0,"",python,selection_command +1253,21415242,"utils/nn.py",4825,0,"",python,selection_command +1254,21415274,"utils/nn.py",4785,0,"",python,selection_command +1255,21415307,"utils/nn.py",4746,0,"",python,selection_command +1256,21415332,"utils/nn.py",4723,0,"",python,selection_command +1257,21415425,"utils/nn.py",4746,0,"",python,selection_command +1258,21415591,"utils/nn.py",4785,0,"",python,selection_command +1259,21415982,"utils/nn.py",4776,0,"\n ",python,content +1260,21416099,"utils/nn.py",4789,0,"#",python,content +1261,21416100,"utils/nn.py",4790,0,"",python,selection_keyboard +1262,21416151,"utils/nn.py",4790,0," ",python,content +1263,21416151,"utils/nn.py",4791,0,"",python,selection_keyboard +1264,21416291,"utils/nn.py",4791,0,"F",python,content +1265,21416292,"utils/nn.py",4792,0,"",python,selection_keyboard +1266,21416416,"utils/nn.py",4792,0,"I",python,content +1267,21416417,"utils/nn.py",4793,0,"",python,selection_keyboard +1268,21416450,"utils/nn.py",4793,0,"X",python,content +1269,21416452,"utils/nn.py",4794,0,"",python,selection_keyboard +1270,21416597,"utils/nn.py",4794,0,"M",python,content +1271,21416598,"utils/nn.py",4795,0,"",python,selection_keyboard +1272,21416693,"utils/nn.py",4795,0,"E",python,content +1273,21416694,"utils/nn.py",4796,0,"",python,selection_keyboard +1274,21416813,"utils/nn.py",4796,0,":",python,content +1275,21416814,"utils/nn.py",4797,0,"",python,selection_keyboard +1276,21416942,"utils/nn.py",4797,0," ",python,content +1277,21416943,"utils/nn.py",4798,0,"",python,selection_keyboard +1278,21417400,"utils/nn.py",4797,1,"",python,content +1279,21417526,"utils/nn.py",4796,1,"",python,content +1280,21417594,"utils/nn.py",4796,0," ",python,content +1281,21417595,"utils/nn.py",4797,0,"",python,selection_keyboard +1282,21417731,"utils/nn.py",4797,0,"()",python,content +1283,21417731,"utils/nn.py",4798,0,"",python,selection_keyboard +1284,21417915,"utils/nn.py",4798,0,"f",python,content +1285,21417916,"utils/nn.py",4799,0,"",python,selection_keyboard +1286,21418101,"utils/nn.py",4799,0,"s",python,content +1287,21418102,"utils/nn.py",4800,0,"",python,selection_keyboard +1288,21418244,"utils/nn.py",4800,0,".",python,content +1289,21418245,"utils/nn.py",4801,0,"",python,selection_keyboard +1290,21418397,"utils/nn.py",4801,0,"r",python,content +1291,21418398,"utils/nn.py",4802,0,"",python,selection_keyboard +1292,21418401,"utils/nn.py",4802,0,"a",python,content +1293,21418401,"utils/nn.py",4803,0,"",python,selection_keyboard +1294,21418476,"utils/nn.py",4803,0,"m",python,content +1295,21418477,"utils/nn.py",4804,0,"",python,selection_keyboard +1296,21418594,"utils/nn.py",4804,0,"b",python,content +1297,21418594,"utils/nn.py",4805,0,"",python,selection_keyboard +1298,21418693,"utils/nn.py",4805,0,"i",python,content +1299,21418694,"utils/nn.py",4806,0,"",python,selection_keyboard +1300,21418719,"utils/nn.py",4806,0,"c",python,content +1301,21418721,"utils/nn.py",4807,0,"",python,selection_keyboard +1302,21418810,"utils/nn.py",4807,0,"a",python,content +1303,21418812,"utils/nn.py",4808,0,"",python,selection_keyboard +1304,21419059,"utils/nn.py",4807,1,"",python,content +1305,21419399,"utils/nn.py",4801,6,"",python,content +1306,21419680,"utils/nn.py",4800,1,"",python,content +1307,21419808,"utils/nn.py",4799,1,"",python,content +1308,21420029,"utils/nn.py",4799,0,".",python,content +1309,21420031,"utils/nn.py",4800,0,"",python,selection_keyboard +1310,21420080,"utils/nn.py",4800,0,"s",python,content +1311,21420081,"utils/nn.py",4801,0,"",python,selection_keyboard +1312,21420195,"utils/nn.py",4801,0,"r",python,content +1313,21420197,"utils/nn.py",4802,0,"",python,selection_keyboard +1314,21420233,"utils/nn.py",4802,0,"a",python,content +1315,21420234,"utils/nn.py",4803,0,"",python,selection_keyboard +1316,21420281,"utils/nn.py",4803,0,"m",python,content +1317,21420283,"utils/nn.py",4804,0,"",python,selection_keyboard +1318,21420447,"utils/nn.py",4804,0,"b",python,content +1319,21420448,"utils/nn.py",4805,0,"",python,selection_keyboard +1320,21420546,"utils/nn.py",4805,0,"i",python,content +1321,21420547,"utils/nn.py",4806,0,"",python,selection_keyboard +1322,21420595,"utils/nn.py",4806,0,"c",python,content +1323,21420595,"utils/nn.py",4807,0,"",python,selection_keyboard +1324,21420647,"utils/nn.py",4807,0,"a",python,content +1325,21420648,"utils/nn.py",4808,0,"",python,selection_keyboard +1326,21421130,"utils/nn.py",4808,0,"l",python,content +1327,21421131,"utils/nn.py",4809,0,"",python,selection_keyboard +1328,21421651,"utils/nn.py",4809,1,")",python,content +1329,21421652,"utils/nn.py",4810,0,"",python,selection_keyboard +1330,21421799,"utils/nn.py",4810,0,":",python,content +1331,21421800,"utils/nn.py",4811,0,"",python,selection_keyboard +1332,21421899,"utils/nn.py",4811,0," ",python,content +1333,21421900,"utils/nn.py",4812,0,"",python,selection_keyboard +1334,21422135,"utils/nn.py",4812,0,"g",python,content +1335,21422136,"utils/nn.py",4813,0,"",python,selection_keyboard +1336,21422164,"utils/nn.py",4813,0,"t",python,content +1337,21422166,"utils/nn.py",4814,0,"",python,selection_keyboard +1338,21422186,"utils/nn.py",4814,0,"h",python,content +1339,21422187,"utils/nn.py",4815,0,"",python,selection_keyboard +1340,21422228,"utils/nn.py",4815,0,"i",python,content +1341,21422229,"utils/nn.py",4816,0,"",python,selection_keyboard +1342,21422379,"utils/nn.py",4816,0,"n",python,content +1343,21422380,"utils/nn.py",4817,0,"",python,selection_keyboard +1344,21422431,"utils/nn.py",4817,0,"k",python,content +1345,21422432,"utils/nn.py",4818,0,"",python,selection_keyboard +1346,21422703,"utils/nn.py",4817,1,"",python,content +1347,21422847,"utils/nn.py",4816,1,"",python,content +1348,21422945,"utils/nn.py",4812,4,"",python,content +1349,21423167,"utils/nn.py",4812,0,"t",python,content +1350,21423167,"utils/nn.py",4813,0,"",python,selection_keyboard +1351,21423232,"utils/nn.py",4813,0,"h",python,content +1352,21423233,"utils/nn.py",4814,0,"",python,selection_keyboard +1353,21423322,"utils/nn.py",4814,0,"i",python,content +1354,21423323,"utils/nn.py",4815,0,"",python,selection_keyboard +1355,21423399,"utils/nn.py",4815,0,"n",python,content +1356,21423400,"utils/nn.py",4816,0,"",python,selection_keyboard +1357,21423494,"utils/nn.py",4816,0,"k",python,content +1358,21423496,"utils/nn.py",4817,0,"",python,selection_keyboard +1359,21423630,"utils/nn.py",4817,0," ",python,content +1360,21423632,"utils/nn.py",4818,0,"",python,selection_keyboard +1361,21423731,"utils/nn.py",4818,0,"a",python,content +1362,21423732,"utils/nn.py",4819,0,"",python,selection_keyboard +1363,21423783,"utils/nn.py",4819,0,"b",python,content +1364,21423784,"utils/nn.py",4820,0,"",python,selection_keyboard +1365,21423935,"utils/nn.py",4820,0,"o",python,content +1366,21423935,"utils/nn.py",4821,0,"",python,selection_keyboard +1367,21423966,"utils/nn.py",4821,0,"u",python,content +1368,21423967,"utils/nn.py",4822,0,"",python,selection_keyboard +1369,21424033,"utils/nn.py",4822,0,"t",python,content +1370,21424035,"utils/nn.py",4823,0,"",python,selection_keyboard +1371,21424101,"utils/nn.py",4823,0," ",python,content +1372,21424102,"utils/nn.py",4824,0,"",python,selection_keyboard +1373,21424235,"utils/nn.py",4824,0,"w",python,content +1374,21424236,"utils/nn.py",4825,0,"",python,selection_keyboard +1375,21424349,"utils/nn.py",4825,0,"h",python,content +1376,21424351,"utils/nn.py",4826,0,"",python,selection_keyboard +1377,21424401,"utils/nn.py",4826,0,"a",python,content +1378,21424403,"utils/nn.py",4827,0,"",python,selection_keyboard +1379,21424465,"utils/nn.py",4827,0,"t",python,content +1380,21424466,"utils/nn.py",4828,0,"",python,selection_keyboard +1381,21424534,"utils/nn.py",4828,0," ",python,content +1382,21424536,"utils/nn.py",4829,0,"",python,selection_keyboard +1383,21424771,"utils/nn.py",4829,0,"i",python,content +1384,21424772,"utils/nn.py",4830,0,"",python,selection_keyboard +1385,21424822,"utils/nn.py",4830,0,"n",python,content +1386,21424823,"utils/nn.py",4831,0,"",python,selection_keyboard +1387,21425016,"utils/nn.py",4831,0,"_",python,content +1388,21425017,"utils/nn.py",4832,0,"",python,selection_keyboard +1389,21425136,"utils/nn.py",4832,0,"f",python,content +1390,21425137,"utils/nn.py",4833,0,"",python,selection_keyboard +1391,21425200,"utils/nn.py",4833,0,"e",python,content +1392,21425202,"utils/nn.py",4834,0,"",python,selection_keyboard +1393,21425233,"utils/nn.py",4834,0,"a",python,content +1394,21425234,"utils/nn.py",4835,0,"",python,selection_keyboard +1395,21425336,"utils/nn.py",4835,0,"t",python,content +1396,21425337,"utils/nn.py",4836,0,"",python,selection_keyboard +1397,21425400,"utils/nn.py",4836,0,"u",python,content +1398,21425402,"utils/nn.py",4837,0,"",python,selection_keyboard +1399,21425484,"utils/nn.py",4837,0,"r",python,content +1400,21425484,"utils/nn.py",4838,0,"",python,selection_keyboard +1401,21425554,"utils/nn.py",4838,0,"e",python,content +1402,21425555,"utils/nn.py",4839,0,"",python,selection_keyboard +1403,21425583,"utils/nn.py",4839,0,"s",python,content +1404,21425584,"utils/nn.py",4840,0,"",python,selection_keyboard +1405,21425684,"utils/nn.py",4840,0," ",python,content +1406,21425685,"utils/nn.py",4841,0,"",python,selection_keyboard +1407,21425784,"utils/nn.py",4841,0,"s",python,content +1408,21425786,"utils/nn.py",4842,0,"",python,selection_keyboard +1409,21425867,"utils/nn.py",4842,0,"h",python,content +1410,21425869,"utils/nn.py",4843,0,"",python,selection_keyboard +1411,21425954,"utils/nn.py",4843,0,"o",python,content +1412,21425956,"utils/nn.py",4844,0,"",python,selection_keyboard +1413,21426035,"utils/nn.py",4844,0,"u",python,content +1414,21426037,"utils/nn.py",4845,0,"",python,selection_keyboard +1415,21426155,"utils/nn.py",4845,0,"l",python,content +1416,21426157,"utils/nn.py",4846,0,"",python,selection_keyboard +1417,21426185,"utils/nn.py",4846,0,"d",python,content +1418,21426186,"utils/nn.py",4847,0,"",python,selection_keyboard +1419,21426304,"utils/nn.py",4847,0," ",python,content +1420,21426305,"utils/nn.py",4848,0,"",python,selection_keyboard +1421,21426368,"utils/nn.py",4848,0,"b",python,content +1422,21426369,"utils/nn.py",4849,0,"",python,selection_keyboard +1423,21426454,"utils/nn.py",4849,0,"e",python,content +1424,21426456,"utils/nn.py",4850,0,"",python,selection_keyboard +1425,21426541,"utils/nn.py",4850,0," ",python,content +1426,21426543,"utils/nn.py",4851,0,"",python,selection_keyboard +1427,21426656,"utils/nn.py",4851,0,"h",python,content +1428,21426657,"utils/nn.py",4852,0,"",python,selection_keyboard +1429,21426732,"utils/nn.py",4852,0,"e",python,content +1430,21426733,"utils/nn.py",4853,0,"",python,selection_keyboard +1431,21426802,"utils/nn.py",4853,0,"r",python,content +1432,21426803,"utils/nn.py",4854,0,"",python,selection_keyboard +1433,21426884,"utils/nn.py",4854,0,"e",python,content +1434,21426886,"utils/nn.py",4855,0,"",python,selection_keyboard +1435,21427072,"utils/nn.py",4854,0,"",python,selection_command +1436,21427184,"utils/nn.py",4777,0,"",python,selection_command +1437,21428390,"utils/nn.py",5990,0,"",python,selection_command +1438,21429070,"utils/nn.py",6004,0,"",python,selection_command +1439,21429319,"utils/nn.py",6032,0,"",python,selection_command +1440,21429355,"utils/nn.py",6065,0,"",python,selection_command +1441,21429398,"utils/nn.py",6083,0,"",python,selection_command +1442,21429479,"utils/nn.py",6084,0,"",python,selection_command +1443,21429482,"utils/nn.py",6097,0,"",python,selection_command +1444,21429549,"utils/nn.py",6115,0,"",python,selection_command +1445,21429552,"utils/nn.py",6177,0,"",python,selection_command +1446,21429583,"utils/nn.py",6178,0,"",python,selection_command +1447,21429591,"utils/nn.py",6191,0,"",python,selection_command +1448,21429620,"utils/nn.py",6226,0,"",python,selection_command +1449,21429653,"utils/nn.py",6317,0,"",python,selection_command +1450,21429686,"utils/nn.py",6354,0,"",python,selection_command +1451,21429720,"utils/nn.py",6393,0,"",python,selection_command +1452,21429752,"utils/nn.py",6419,0,"",python,selection_command +1453,21429788,"utils/nn.py",6433,0,"",python,selection_command +1454,21429824,"utils/nn.py",6463,0,"",python,selection_command +1455,21429872,"utils/nn.py",6498,0,"",python,selection_command +1456,21429984,"utils/nn.py",6521,0,"",python,selection_command +1457,21430156,"utils/nn.py",6525,0,"",python,selection_command +1458,21430321,"utils/nn.py",6528,0,"",python,selection_command +1459,21430474,"utils/nn.py",6529,0,"",python,selection_command +1460,21430648,"utils/nn.py",6535,0,"",python,selection_command +1461,21430808,"utils/nn.py",6536,0,"",python,selection_command +1462,21485496,"utils/nn.py",0,0,"",python,tab +1463,21485498,"utils/nn.py",38,0,"",python,selection_command +1464,21486618,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n ffn_dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=False),\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n z = nn.Dense(\n self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n ffn_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +1465,21486619,"utils/nn.py",1105,0,"",python,selection_mouse +1466,21486624,"utils/nn.py",1104,0,"",python,selection_command +1467,21488038,"utils/nn.py",0,0,"",python,tab +1468,21489209,"utils/nn.py",0,0,"",python,tab +1469,21505500,"utils/nn.py",0,0,"",python,tab +1470,21505506,"utils/nn.py",0,0,"",python,tab +1471,21506502,"utils/nn.py",6535,0,"",python,selection_command +1472,21506655,"utils/nn.py",6529,0,"",python,selection_command +1473,21507943,"utils/nn.py",0,0,"",python,tab +1474,21511190,"utils/nn.py",0,0,"",python,tab +1475,21511866,"utils/nn.py",6529,1,"r",python,selection_command +1476,21511924,"utils/nn.py",6529,6,"random",python,selection_command +1477,21512521,"utils/nn.py",6534,0,"",python,selection_command +1478,21512760,"utils/nn.py",6534,1,"m",python,selection_command +1479,21512855,"utils/nn.py",6529,6,"random",python,selection_command +1480,21513013,"utils/nn.py",6528,7,".random",python,selection_command +1481,21513244,"utils/nn.py",6525,10,"jax.random",python,selection_command +1482,21513380,"utils/nn.py",6525,10,"",python,content +1483,21513519,"utils/nn.py",6525,0,"n",python,content +1484,21513519,"utils/nn.py",6526,0,"",python,selection_keyboard +1485,21513638,"utils/nn.py",6526,0,"n",python,content +1486,21513640,"utils/nn.py",6527,0,"",python,selection_keyboard +1487,21513729,"utils/nn.py",6527,0,"x",python,content +1488,21513730,"utils/nn.py",6528,0,"",python,selection_keyboard +1489,21514094,"utils/nn.py",6528,0,".",python,content +1490,21514095,"utils/nn.py",6529,0,"",python,selection_keyboard +1491,21514707,"utils/nn.py",6529,0,"i",python,content +1492,21514708,"utils/nn.py",6530,0,"",python,selection_keyboard +1493,21514789,"utils/nn.py",6530,0,"n",python,content +1494,21514791,"utils/nn.py",6531,0,"",python,selection_keyboard +1495,21514906,"utils/nn.py",6531,0,"i",python,content +1496,21514908,"utils/nn.py",6532,0,"",python,selection_keyboard +1497,21515042,"utils/nn.py",6532,0,"t",python,content +1498,21515042,"utils/nn.py",6533,0,"",python,selection_keyboard +1499,21515108,"utils/nn.py",6533,0,"i",python,content +1500,21515109,"utils/nn.py",6534,0,"",python,selection_keyboard +1501,21515239,"utils/nn.py",6534,0,"a",python,content +1502,21515240,"utils/nn.py",6535,0,"",python,selection_keyboard +1503,21515392,"utils/nn.py",6535,0,"l",python,content +1504,21515393,"utils/nn.py",6536,0,"",python,selection_keyboard +1505,21515474,"utils/nn.py",6536,0,"i",python,content +1506,21515475,"utils/nn.py",6537,0,"",python,selection_keyboard +1507,21515543,"utils/nn.py",6537,0,"z",python,content +1508,21515544,"utils/nn.py",6538,0,"",python,selection_keyboard +1509,21515657,"utils/nn.py",6538,0,"e",python,content +1510,21515658,"utils/nn.py",6539,0,"",python,selection_keyboard +1511,21515725,"utils/nn.py",6539,0,"r",python,content +1512,21515725,"utils/nn.py",6540,0,"",python,selection_keyboard +1513,21515825,"utils/nn.py",6540,0,"s",python,content +1514,21515826,"utils/nn.py",6541,0,"",python,selection_keyboard +1515,21516029,"utils/nn.py",6541,0,".",python,content +1516,21516030,"utils/nn.py",6542,0,"",python,selection_keyboard +1517,21516188,"utils/nn.py",6541,0,"",python,selection_command +1518,21516440,"utils/nn.py",6540,0,"",python,selection_command +1519,21516811,"utils/nn.py",6541,0,"",python,selection_command +1520,21516862,"utils/nn.py",6541,1,"",python,content +1521,21517293,"utils/nn.py",6529,0,"",python,selection_command +1522,21517477,"utils/nn.py",6528,0,"",python,selection_command +1523,21518011,"utils/nn.py",6529,0,"",python,selection_command +1524,21519041,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport typing as tp\n\nfrom jax.nn.initializers import constant as constant\nfrom jax.nn.initializers import delta_orthogonal as delta_orthogonal\nfrom jax.nn.initializers import glorot_normal as glorot_normal\nfrom jax.nn.initializers import glorot_uniform as glorot_uniform\nfrom jax.nn.initializers import he_normal as he_normal\nfrom jax.nn.initializers import he_uniform as he_uniform\nfrom jax.nn.initializers import kaiming_normal as kaiming_normal\nfrom jax.nn.initializers import kaiming_uniform as kaiming_uniform\nfrom jax.nn.initializers import lecun_normal as lecun_normal\nfrom jax.nn.initializers import lecun_uniform as lecun_uniform\nfrom jax.nn.initializers import normal as normal\nfrom jax.nn.initializers import ones as ones\nfrom jax.nn.initializers import orthogonal as orthogonal\nfrom jax.nn.initializers import truncated_normal as truncated_normal\nfrom jax.nn.initializers import uniform as uniform\nfrom jax.nn.initializers import variance_scaling as variance_scaling\nfrom jax.nn.initializers import xavier_normal as xavier_normal\nfrom jax.nn.initializers import xavier_uniform as xavier_uniform\nfrom jax.nn.initializers import zeros as zeros\nfrom flax.typing import Initializer\n\nDtypeLikeInexact = tp.Any\n\n\ndef zeros_init() -> Initializer:\n """"""Builds an initializer that returns a constant array full of zeros.\n\n >>> import jax, jax.numpy as jnp\n >>> from flax.nnx import initializers\n >>> zeros_initializer = initializers.zeros_init()\n >>> zeros_initializer(jax.random.key(42), (2, 3), jnp.float32)\n Array([[0., 0., 0.],\n [0., 0., 0.]], dtype=float32)\n """"""\n return zeros\n\n\ndef ones_init() -> Initializer:\n """"""Builds an initializer that returns a constant array full of ones.\n\n >>> import jax, jax.numpy as jnp\n >>> from flax.nnx import initializers\n >>> ones_initializer = initializers.ones_init()\n >>> ones_initializer(jax.random.key(42), (3, 2), jnp.float32)\n Array([[1., 1.],\n [1., 1.],\n [1., 1.]], dtype=float32)\n """"""\n return ones\n",python,tab +1525,21520566,"utils/nn.py",0,0,"",python,tab +1526,21520567,"utils/nn.py",6529,0,"",python,selection_command +1527,21520976,"utils/nn.py",6541,0,"",python,selection_command +1528,21521145,"utils/nn.py",6542,0,"",python,selection_command +1529,21521565,"utils/nn.py",6555,0,"",python,selection_command +1530,21521747,"utils/nn.py",6556,0,"",python,selection_command +1531,21522697,"utils/nn.py",6620,0,"",python,selection_command +1532,21522866,"utils/nn.py",6556,0,"",python,selection_command +1533,21523809,"utils/nn.py",6557,0,"",python,selection_command +1534,21526758,"utils/nn.py",6556,0,"",python,selection_command +1535,21526914,"utils/nn.py",6555,0,"",python,selection_command +1536,21527099,"utils/nn.py",6542,0,"",python,selection_command +1537,21540334,"utils/nn.py",6607,0,"\n ",python,content +1538,21541213,"utils/nn.py",6624,0,"j",python,content +1539,21541214,"utils/nn.py",6625,0,"",python,selection_keyboard +1540,21541303,"utils/nn.py",6625,0,"a",python,content +1541,21541304,"utils/nn.py",6626,0,"",python,selection_keyboard +1542,21541381,"utils/nn.py",6626,0,"x",python,content +1543,21541382,"utils/nn.py",6627,0,"",python,selection_keyboard +1544,21541495,"utils/nn.py",6627,0,"x",python,content +1545,21541496,"utils/nn.py",6628,0,"",python,selection_keyboard +1546,21541518,"utils/nn.py",6628,0,".",python,content +1547,21541519,"utils/nn.py",6629,0,"",python,selection_keyboard +1548,21542023,"utils/nn.py",6628,1,"",python,content +1549,21542147,"utils/nn.py",6627,1,"",python,content +1550,21542298,"utils/nn.py",6626,1,"",python,content +1551,21542732,"utils/nn.py",6626,0,"x",python,content +1552,21542734,"utils/nn.py",6627,0,"",python,selection_keyboard +1553,21542855,"utils/nn.py",6627,0,".",python,content +1554,21542859,"utils/nn.py",6628,0,"",python,selection_keyboard +1555,21542980,"utils/nn.py",6628,0,"i",python,content +1556,21542981,"utils/nn.py",6629,0,"",python,selection_keyboard +1557,21543031,"utils/nn.py",6629,0,"n",python,content +1558,21543033,"utils/nn.py",6630,0,"",python,selection_keyboard +1559,21543147,"utils/nn.py",6630,0,"i",python,content +1560,21543148,"utils/nn.py",6631,0,"",python,selection_keyboard +1561,21543246,"utils/nn.py",6631,0,"t",python,content +1562,21543247,"utils/nn.py",6632,0,"",python,selection_keyboard +1563,21543301,"utils/nn.py",6632,0,"i",python,content +1564,21543303,"utils/nn.py",6633,0,"",python,selection_keyboard +1565,21543428,"utils/nn.py",6633,0,"a",python,content +1566,21543430,"utils/nn.py",6634,0,"",python,selection_keyboard +1567,21543939,"utils/nn.py",6634,0,"l",python,content +1568,21543940,"utils/nn.py",6635,0,"",python,selection_keyboard +1569,21543980,"utils/nn.py",6635,0,"i",python,content +1570,21543981,"utils/nn.py",6636,0,"",python,selection_keyboard +1571,21544051,"utils/nn.py",6636,0,"z",python,content +1572,21544052,"utils/nn.py",6637,0,"",python,selection_keyboard +1573,21544179,"utils/nn.py",6637,0,"e",python,content +1574,21544181,"utils/nn.py",6638,0,"",python,selection_keyboard +1575,21544415,"utils/nn.py",6638,0,"r",python,content +1576,21544416,"utils/nn.py",6639,0,"",python,selection_keyboard +1577,21544515,"utils/nn.py",6639,0,"s",python,content +1578,21544517,"utils/nn.py",6640,0,"",python,selection_keyboard +1579,21544715,"utils/nn.py",6640,0,".",python,content +1580,21544716,"utils/nn.py",6641,0,"",python,selection_keyboard +1581,21544962,"utils/nn.py",6641,0,"l",python,content +1582,21544963,"utils/nn.py",6642,0,"",python,selection_keyboard +1583,21545047,"utils/nn.py",6642,0,"e",python,content +1584,21545049,"utils/nn.py",6643,0,"",python,selection_keyboard +1585,21545129,"utils/nn.py",6643,0,"c",python,content +1586,21545130,"utils/nn.py",6644,0,"",python,selection_keyboard +1587,21545197,"utils/nn.py",6644,0,"u",python,content +1588,21545198,"utils/nn.py",6645,0,"",python,selection_keyboard +1589,21545247,"utils/nn.py",6645,0,"n",python,content +1590,21545248,"utils/nn.py",6646,0,"",python,selection_keyboard +1591,21545400,"utils/nn.py",6646,0,"_",python,content +1592,21545401,"utils/nn.py",6647,0,"",python,selection_keyboard +1593,21545615,"utils/nn.py",6647,0,"u",python,content +1594,21545617,"utils/nn.py",6648,0,"",python,selection_keyboard +1595,21545670,"utils/nn.py",6648,0,"n",python,content +1596,21545672,"utils/nn.py",6649,0,"",python,selection_keyboard +1597,21545782,"utils/nn.py",6649,0,"i",python,content +1598,21545783,"utils/nn.py",6650,0,"",python,selection_keyboard +1599,21545895,"utils/nn.py",6650,0,"f",python,content +1600,21545895,"utils/nn.py",6651,0,"",python,selection_keyboard +1601,21546131,"utils/nn.py",6651,0,"o",python,content +1602,21546133,"utils/nn.py",6652,0,"",python,selection_keyboard +1603,21546200,"utils/nn.py",6652,0,"r",python,content +1604,21546201,"utils/nn.py",6653,0,"",python,selection_keyboard +1605,21546331,"utils/nn.py",6653,0,"m",python,content +1606,21546333,"utils/nn.py",6654,0,"",python,selection_keyboard +1607,21546482,"utils/nn.py",6653,0,"",python,selection_command +1608,21549170,"utils/nn.py",6554,0,"",python,selection_command +1609,21549837,"utils/nn.py",6653,0,"",python,selection_command +1610,21550022,"utils/nn.py",6554,0,"",python,selection_command +1611,21550206,"utils/nn.py",6607,0,"",python,selection_command +1612,21550361,"utils/nn.py",6607,0,",",python,content +1613,21550362,"utils/nn.py",6608,0,"",python,selection_keyboard +1614,21550455,"utils/nn.py",6607,0,"",python,selection_command +1615,21550693,"utils/nn.py",6654,0,"",python,selection_command +1616,21550937,"utils/nn.py",6642,0,"",python,selection_command +1617,21552092,"utils/nn.py",6641,0,"",python,selection_command +1618,21552605,"utils/nn.py",6541,0,"",python,selection_command +1619,21553014,"utils/nn.py",6608,0,"",python,selection_command +1620,21553111,"utils/nn.py",6607,1,"",python,content +1621,21553310,"utils/nn.py",6606,0,"",python,selection_command +1622,21553392,"utils/nn.py",6653,0,"",python,selection_command +1623,21553838,"utils/nn.py",6608,47,"",python,content +1624,21553843,"utils/nn.py",6620,0,"",python,selection_command +1625,21553888,"utils/nn.py",6521,0,"",python,selection_command +1626,21554055,"utils/nn.py",6498,0,"",python,selection_command +1627,21554224,"utils/nn.py",6463,0,"",python,selection_command +1628,21554363,"utils/nn.py",6433,0,"",python,selection_command +1629,21554644,"utils/nn.py",6419,0,"",python,selection_command +1630,21554757,"utils/nn.py",6420,0,"\n jax.initializers.lecun_uniform",python,content +1631,21554761,"utils/nn.py",6437,0,"",python,selection_command +1632,21555427,"utils/nn.py",6433,4,"",python,content +1633,21555606,"utils/nn.py",6429,4,"",python,content +1634,21555652,"utils/nn.py",6428,0,"",python,selection_command +1635,21555942,"utils/nn.py",6429,0,"",python,selection_command +1636,21556129,"utils/nn.py",6432,0,"",python,selection_command +1637,21556243,"utils/nn.py",6433,0,"",python,selection_command +1638,21556457,"utils/nn.py",6445,0,"",python,selection_command +1639,21556654,"utils/nn.py",6446,0,"",python,selection_command +1640,21556863,"utils/nn.py",6459,0,"",python,selection_command +1641,21556982,"utils/nn.py",6459,0,"()",python,content +1642,21556983,"utils/nn.py",6460,0,"",python,selection_keyboard +1643,21557025,"utils/nn.py",6460,1,")",python,content +1644,21557026,"utils/nn.py",6461,0,"",python,selection_keyboard +1645,21557241,"utils/nn.py",6460,0,"",python,selection_command +1646,21557405,"utils/nn.py",6459,0,"",python,selection_command +1647,21557832,"utils/nn.py",6446,0,"",python,selection_command +1648,21560031,"utils/nn.py",6445,0,"",python,selection_command +1649,21560211,"utils/nn.py",6433,0,"",python,selection_command +1650,21560347,"utils/nn.py",6432,0,"",python,selection_command +1651,21560849,"utils/nn.py",6429,0,"",python,selection_command +1652,21561227,"utils/nn.py",6429,3,"",python,content +1653,21561383,"utils/nn.py",6429,0,"j",python,content +1654,21561384,"utils/nn.py",6430,0,"",python,selection_keyboard +1655,21561460,"utils/nn.py",6430,0,"a",python,content +1656,21561462,"utils/nn.py",6431,0,"",python,selection_keyboard +1657,21561728,"utils/nn.py",6430,1,"",python,content +1658,21561898,"utils/nn.py",6429,1,"",python,content +1659,21561982,"utils/nn.py",6429,0,"f",python,content +1660,21561983,"utils/nn.py",6430,0,"",python,selection_keyboard +1661,21562422,"utils/nn.py",6429,1,"",python,content +1662,21562749,"utils/nn.py",6429,0,"f",python,content +1663,21562750,"utils/nn.py",6430,0,"",python,selection_keyboard +1664,21562814,"utils/nn.py",6430,0,"l",python,content +1665,21562815,"utils/nn.py",6431,0,"",python,selection_keyboard +1666,21562948,"utils/nn.py",6431,0,"a",python,content +1667,21562950,"utils/nn.py",6432,0,"",python,selection_keyboard +1668,21563048,"utils/nn.py",6432,0,"x",python,content +1669,21563050,"utils/nn.py",6433,0,"",python,selection_keyboard +1670,21563131,"utils/nn.py",6433,0,".",python,content +1671,21563132,"utils/nn.py",6434,0,"",python,selection_keyboard +1672,21563364,"utils/nn.py",6434,0,"n",python,content +1673,21563366,"utils/nn.py",6435,0,"",python,selection_keyboard +1674,21563461,"utils/nn.py",6435,0,"n",python,content +1675,21563463,"utils/nn.py",6436,0,"",python,selection_keyboard +1676,21563694,"utils/nn.py",6436,0,".",python,content +1677,21563695,"utils/nn.py",6437,0,"",python,selection_keyboard +1678,21564037,"utils/nn.py",6436,0,"",python,selection_command +1679,21564481,"utils/nn.py",6436,1,"",python,content +1680,21564951,"utils/nn.py",6437,0,"",python,selection_command +1681,21568193,"utils/nn.py",6420,0,"\n ",python,content +1682,21568411,"utils/nn.py",6429,0,"i",python,content +1683,21568412,"utils/nn.py",6430,0,"",python,selection_keyboard +1684,21568483,"utils/nn.py",6430,0,"m",python,content +1685,21568484,"utils/nn.py",6431,0,"",python,selection_keyboard +1686,21568606,"utils/nn.py",6431,0,"p",python,content +1687,21568608,"utils/nn.py",6432,0,"",python,selection_keyboard +1688,21568633,"utils/nn.py",6432,0,"o",python,content +1689,21568634,"utils/nn.py",6433,0,"",python,selection_keyboard +1690,21568685,"utils/nn.py",6433,0,"r",python,content +1691,21568686,"utils/nn.py",6434,0,"",python,selection_keyboard +1692,21568735,"utils/nn.py",6434,0,"t",python,content +1693,21568735,"utils/nn.py",6435,0,"",python,selection_keyboard +1694,21568937,"utils/nn.py",6435,0," ",python,content +1695,21568938,"utils/nn.py",6436,0,"",python,selection_keyboard +1696,21569172,"utils/nn.py",6436,0,"f",python,content +1697,21569173,"utils/nn.py",6437,0,"",python,selection_keyboard +1698,21569223,"utils/nn.py",6437,0,"a",python,content +1699,21569224,"utils/nn.py",6438,0,"",python,selection_keyboard +1700,21569269,"utils/nn.py",6438,0,"l",python,content +1701,21569270,"utils/nn.py",6439,0,"",python,selection_keyboard +1702,21569655,"utils/nn.py",6438,1,"",python,content +1703,21569717,"utils/nn.py",6437,1,"",python,content +1704,21569982,"utils/nn.py",6437,0,"l",python,content +1705,21569983,"utils/nn.py",6438,0,"",python,selection_keyboard +1706,21570004,"utils/nn.py",6438,0,"l",python,content +1707,21570005,"utils/nn.py",6439,0,"",python,selection_keyboard +1708,21570178,"utils/nn.py",6439,0,"a",python,content +1709,21570179,"utils/nn.py",6440,0,"",python,selection_keyboard +1710,21570237,"utils/nn.py",6440,0,"x",python,content +1711,21570239,"utils/nn.py",6441,0,"",python,selection_keyboard +1712,21570520,"utils/nn.py",6440,1,"",python,content +1713,21570707,"utils/nn.py",6439,1,"",python,content +1714,21570772,"utils/nn.py",6438,1,"",python,content +1715,21570870,"utils/nn.py",6438,0,"a",python,content +1716,21570871,"utils/nn.py",6439,0,"",python,selection_keyboard +1717,21570934,"utils/nn.py",6439,0,"x",python,content +1718,21570936,"utils/nn.py",6440,0,"",python,selection_keyboard +1719,21571557,"utils/nn.py",6440,0,".",python,content +1720,21571559,"utils/nn.py",6441,0,"",python,selection_keyboard +1721,21571643,"utils/nn.py",6441,0,"n",python,content +1722,21571644,"utils/nn.py",6442,0,"",python,selection_keyboard +1723,21571787,"utils/nn.py",6442,0,"n",python,content +1724,21571788,"utils/nn.py",6443,0,"",python,selection_keyboard +1725,21571958,"utils/nn.py",6442,0,"",python,selection_command +1726,21574377,"utils/nn.py",6465,0,"",python,selection_command +1727,21574710,"utils/nn.py",6442,0,"",python,selection_command +1728,21575497,"utils/nn.py",6465,0,"",python,selection_command +1729,21576178,"utils/nn.py",6442,0,"",python,selection_command +1730,21576600,"utils/nn.py",6441,0,"",python,selection_command +1731,21576798,"utils/nn.py",6441,2,"",python,content +1732,21576994,"utils/nn.py",6441,0,"l",python,content +1733,21576995,"utils/nn.py",6442,0,"",python,selection_keyboard +1734,21577025,"utils/nn.py",6442,0,"i",python,content +1735,21577026,"utils/nn.py",6443,0,"",python,selection_keyboard +1736,21577088,"utils/nn.py",6443,0,"n",python,content +1737,21577089,"utils/nn.py",6444,0,"",python,selection_keyboard +1738,21577345,"utils/nn.py",6444,0,"e",python,content +1739,21577346,"utils/nn.py",6445,0,"",python,selection_keyboard +1740,21577518,"utils/nn.py",6445,0,"n",python,content +1741,21577519,"utils/nn.py",6446,0,"",python,selection_keyboard +1742,21577946,"utils/nn.py",6445,0,"",python,selection_command +1743,21578044,"utils/nn.py",6471,0,"",python,selection_command +1744,21578273,"utils/nn.py",6463,0,"",python,selection_command +1745,21578425,"utils/nn.py",6462,0,"",python,selection_command +1746,21578567,"utils/nn.py",6460,0,"",python,selection_command +1747,21578895,"utils/nn.py",6460,2,"",python,content +1748,21578898,"utils/nn.py",6460,0,"l",python,content +1749,21578899,"utils/nn.py",6461,0,"",python,selection_keyboard +1750,21578978,"utils/nn.py",6461,0,"i",python,content +1751,21578979,"utils/nn.py",6462,0,"",python,selection_keyboard +1752,21579090,"utils/nn.py",6462,0,"n",python,content +1753,21579091,"utils/nn.py",6463,0,"",python,selection_keyboard +1754,21579092,"utils/nn.py",6463,0,"i",python,content +1755,21579093,"utils/nn.py",6464,0,"",python,selection_keyboard +1756,21579451,"utils/nn.py",6464,0,"e",python,content +1757,21579452,"utils/nn.py",6465,0,"",python,selection_keyboard +1758,21579510,"utils/nn.py",6465,0,"n",python,content +1759,21579511,"utils/nn.py",6466,0,"",python,selection_keyboard +1760,21579645,"utils/nn.py",6465,0,"",python,selection_command +1761,21580782,"utils/nn.py",6464,0,"",python,selection_command +1762,21581787,"utils/nn.py",6463,0,"",python,selection_command +1763,21581898,"utils/nn.py",6463,1,"",python,content +1764,21582367,"utils/nn.py",6511,0,"",python,selection_command +1765,21582722,"utils/nn.py",6463,0,"",python,selection_command +1766,21583397,"utils/nn.py",6511,0,"",python,selection_command +1767,21583666,"utils/nn.py",6463,0,"",python,selection_command +1768,21583857,"utils/nn.py",6465,0,"",python,selection_command +1769,21584097,"utils/nn.py",6466,0,"",python,selection_command +1770,21585468,"utils/nn.py",6478,0,"",python,selection_command +1771,21585619,"utils/nn.py",6479,0,"",python,selection_command +1772,21598459,"utils/nn.py",6523,0,"",python,selection_command +1773,21598591,"utils/nn.py",6557,0,"",python,selection_command +1774,21598731,"utils/nn.py",6581,0,"",python,selection_command +1775,21598889,"utils/nn.py",6615,0,"",python,selection_command +1776,21599289,"utils/nn.py",6616,0,"",python,selection_command +1777,21600477,"utils/nn.py",6581,0,"",python,selection_command +1778,21600760,"utils/nn.py",6558,0,"",python,selection_command +1779,21600893,"utils/nn.py",6523,0,"",python,selection_command +1780,21601070,"utils/nn.py",6480,0,"",python,selection_command +1781,21601267,"utils/nn.py",6447,47," flax.linen.initializers.lecun_uniform()",python,selection_command +1782,21601378,"utils/nn.py",6421,73," import flax.linen\n flax.linen.initializers.lecun_uniform()",python,selection_command +1783,21601448,"utils/nn.py",6421,74,"",python,content +1784,21601453,"utils/nn.py",6429,0,"",python,selection_command +1785,21612116,"utils/nn.py",0,0,"",python,tab +1786,21664934,"utils/nn.py",0,0,"",python,tab +1787,21664935,"utils/nn.py",1371,0,"",python,selection_mouse +1788,21664940,"utils/nn.py",1370,0,"",python,selection_command +1789,21666131,"utils/nn.py",1398,1,"l",python,selection_command +1790,21666151,"utils/nn.py",1891,2,"lE",python,selection_command +1791,21666300,"utils/nn.py",4669,3,"lec",python,selection_command +1792,21666363,"utils/nn.py",4669,4,"lecu",python,selection_command +1793,21666458,"utils/nn.py",4669,5,"lecun",python,selection_command +1794,21667277,"utils/nn.py",4669,6,"lecun_",python,selection_command +1795,21685967,"utils/nn.py",0,0,"",python,tab +1796,21685969,"utils/nn.py",0,0,"",python,tab +1797,21686780,"utils/nn.py",6459,0,"",python,selection_command +1798,21686900,"utils/nn.py",6463,0,"",python,selection_command +1799,21687046,"utils/nn.py",6464,0,"",python,selection_command +1800,21687184,"utils/nn.py",6473,0,"",python,selection_command +1801,21687317,"utils/nn.py",6475,0,"",python,selection_command +1802,21687465,"utils/nn.py",6478,0,"",python,selection_command +1803,21687597,"utils/nn.py",6479,0,"",python,selection_command +1804,21692978,"utils/nn.py",0,0,"",python,tab +1805,21696657,"utils/nn.py",0,0,"",python,tab +1806,21696658,"utils/nn.py",4636,0,"",python,selection_mouse +1807,21696663,"utils/nn.py",4635,0,"",python,selection_command +1808,21697417,"utils/nn.py",4653,1,"n",python,selection_command +1809,21697480,"utils/nn.py",4999,2,"no",python,selection_command +1810,21697553,"utils/nn.py",4999,3,"nor",python,selection_command +1811,21697661,"utils/nn.py",4999,4,"norm",python,selection_command +1812,21697777,"utils/nn.py",4999,5,"norma",python,selection_command +1813,21698196,"utils/nn.py",4999,6,"normal",python,selection_command +1814,21698360,"utils/nn.py",4999,7,"normali",python,selection_command +1815,21698439,"utils/nn.py",4999,8,"normaliz",python,selection_command +1816,21698542,"utils/nn.py",4999,9,"normalize",python,selection_command +1817,21699752,"utils/nn.py",5031,9,"normalize",python,selection_command +1818,21700459,"utils/nn.py",5039,0,"",python,selection_command +1819,21700874,"utils/nn.py",5010,0,"",python,selection_command +1820,21706245,"utils/nn.py",0,0,"",python,tab +1821,21706249,"utils/nn.py",0,0,"",python,tab +1822,21716293,"utils/nn.py",0,0,"",python,tab +1823,21717737,"utils/nn.py",0,0,"",python,tab +1824,21717738,"utils/nn.py",5160,0,"",python,selection_mouse +1825,21721763,"utils/nn.py",4605,0,"",python,selection_mouse +1826,21723964,"utils/nn.py",4629,0,"",python,selection_command +1827,21724271,"utils/nn.py",4605,0,"",python,selection_command +1828,21761565,"utils/nn.py",4604,0,"",python,selection_mouse +1829,21762415,"utils/nn.py",4602,0,"",python,selection_command +1830,21772400,"utils/nn.py",0,0,"",python,tab +1831,21772401,"utils/nn.py",6508,0,"",python,selection_mouse +1832,21772404,"utils/nn.py",6507,0,"",python,selection_command +1833,21801791,"utils/nn.py",6556,0,"",python,selection_mouse +1834,21804004,"utils/nn.py",6557,0,"",python,selection_command +1835,21805073,"utils/nn.py",6620,0,"",python,selection_command +1836,21805552,"utils/nn.py",6557,0,"",python,selection_command +1837,21806033,"utils/nn.py",6556,0,"",python,selection_command +1838,21806181,"utils/nn.py",6555,0,"",python,selection_command +1839,21806976,"utils/nn.py",6555,0,"(",python,content +1840,21806976,"utils/nn.py",6556,0,"",python,selection_keyboard +1841,21807037,"utils/nn.py",6556,0,")",python,content +1842,21807037,"utils/nn.py",6557,0,"",python,selection_keyboard +1843,21807386,"utils/nn.py",6556,0,"",python,selection_command +1844,21807632,"utils/nn.py",6557,0,"",python,selection_command +1845,21809083,"utils/nn.py",6608,0,"",python,selection_command +1846,21810130,"utils/nn.py",6608,1,")",python,selection_command +1847,21810238,"utils/nn.py",6607,2,"))",python,selection_command +1848,21810498,"utils/nn.py",6597,12,"latent_dim))",python,selection_command +1849,21810518,"utils/nn.py",6596,13,".latent_dim))",python,selection_command +1850,21810551,"utils/nn.py",6592,17,"self.latent_dim))",python,selection_command +1851,21810653,"utils/nn.py",6590,19,", self.latent_dim))",python,selection_command +1852,21810656,"utils/nn.py",6579,30,"num_latents, self.latent_dim))",python,selection_command +1853,21810658,"utils/nn.py",6578,31,".num_latents, self.latent_dim))",python,selection_command +1854,21810700,"utils/nn.py",6574,35,"self.num_latents, self.latent_dim))",python,selection_command +1855,21810717,"utils/nn.py",6573,36,"(self.num_latents, self.latent_dim))",python,selection_command +1856,21810753,"utils/nn.py",6569,40,"(), (self.num_latents, self.latent_dim))",python,selection_command +1857,21810850,"utils/nn.py",6563,46,"params(), (self.num_latents, self.latent_dim))",python,selection_command +1858,21810851,"utils/nn.py",6562,47,".params(), (self.num_latents, self.latent_dim))",python,selection_command +1859,21811220,"utils/nn.py",6561,48,"s.params(), (self.num_latents, self.latent_dim))",python,selection_command +1860,21811375,"utils/nn.py",6560,49,"gs.params(), (self.num_latents, self.latent_dim))",python,selection_command +1861,21811534,"utils/nn.py",6559,50,"ngs.params(), (self.num_latents, self.latent_dim))",python,selection_command +1862,21811700,"utils/nn.py",6558,51,"rngs.params(), (self.num_latents, self.latent_dim))",python,selection_command +1863,21811937,"utils/nn.py",6558,0,"",python,selection_command +1864,21812224,"utils/nn.py",6557,0,"",python,selection_command +1865,21812420,"utils/nn.py",6557,1,"(",python,selection_command +1866,21812452,"utils/nn.py",6557,2,"(r",python,selection_command +1867,21812749,"utils/nn.py",6557,3,"(rn",python,selection_command +1868,21812750,"utils/nn.py",6557,4,"(rng",python,selection_command +1869,21812765,"utils/nn.py",6557,5,"(rngs",python,selection_command +1870,21812799,"utils/nn.py",6557,6,"(rngs.",python,selection_command +1871,21812833,"utils/nn.py",6557,7,"(rngs.p",python,selection_command +1872,21812948,"utils/nn.py",6557,8,"(rngs.pa",python,selection_command +1873,21812950,"utils/nn.py",6557,9,"(rngs.par",python,selection_command +1874,21812953,"utils/nn.py",6557,10,"(rngs.para",python,selection_command +1875,21812967,"utils/nn.py",6557,11,"(rngs.param",python,selection_command +1876,21813276,"utils/nn.py",6557,12,"(rngs.params",python,selection_command +1877,21813370,"utils/nn.py",6557,13,"(rngs.params(",python,selection_command +1878,21813522,"utils/nn.py",6557,14,"(rngs.params()",python,selection_command +1879,21815047,"utils/nn.py",6557,14,"",python,content +1880,21815604,"utils/nn.py",6558,0,"",python,selection_command +1881,21816126,"utils/nn.py",6557,0,"",python,selection_command +1882,21816949,"utils/nn.py",6509,0,"",python,selection_command +1883,21817360,"utils/nn.py",6525,0,"",python,selection_command +1884,21817670,"utils/nn.py",6528,0,"",python,selection_command +1885,21817672,"utils/nn.py",6529,0,"",python,selection_command +1886,21817675,"utils/nn.py",6541,0,"",python,selection_command +1887,21817689,"utils/nn.py",6542,0,"",python,selection_command +1888,21817722,"utils/nn.py",6555,0,"",python,selection_command +1889,21817997,"utils/nn.py",6559,0,"",python,selection_command +1890,21818392,"utils/nn.py",6558,0,"",python,selection_command +1891,21818548,"utils/nn.py",6557,0,"",python,selection_command +1892,21820722,"utils/nn.py",6557,1,"",python,content +1893,21821145,"utils/nn.py",6557,1,"",python,content +1894,21821863,"utils/nn.py",6606,0,"",python,selection_command +1895,21822766,"utils/nn.py",6606,0,",",python,content +1896,21822767,"utils/nn.py",6607,0,"",python,selection_keyboard +1897,21823619,"utils/nn.py",6606,0,"",python,selection_command +1898,21823811,"utils/nn.py",6521,0,"",python,selection_command +1899,21823961,"utils/nn.py",6525,0,"",python,selection_command +1900,21824095,"utils/nn.py",6528,0,"",python,selection_command +1901,21824340,"utils/nn.py",6529,0,"",python,selection_command +1902,21824378,"utils/nn.py",6541,0,"",python,selection_command +1903,21824487,"utils/nn.py",6542,0,"",python,selection_command +1904,21824490,"utils/nn.py",6555,0,"",python,selection_command +1905,21824645,"utils/nn.py",6558,0,"",python,selection_command +1906,21825128,"utils/nn.py",6557,0,"",python,selection_command +1907,21825202,"utils/nn.py",6557,1,"(",python,selection_command +1908,21825248,"utils/nn.py",6557,5,"(self",python,selection_command +1909,21825533,"utils/nn.py",6557,6,"(self.",python,selection_command +1910,21825535,"utils/nn.py",6557,17,"(self.num_latents",python,selection_command +1911,21825561,"utils/nn.py",6557,18,"(self.num_latents,",python,selection_command +1912,21825594,"utils/nn.py",6557,23,"(self.num_latents, self",python,selection_command +1913,21825628,"utils/nn.py",6557,24,"(self.num_latents, self.",python,selection_command +1914,21826197,"utils/nn.py",6557,35,"(self.num_latents, self.latent_dim)",python,selection_command +1915,21831303,"utils/nn.py",6591,0,"",python,selection_command +1916,21831628,"utils/nn.py",6592,0,"",python,selection_command +1917,21831722,"utils/nn.py",6592,1,"",python,content +1918,21831724,"utils/nn.py",6591,0,"",python,selection_command +1919,21831919,"utils/nn.py",6590,0,"",python,selection_command +1920,21832043,"utils/nn.py",6590,1,"m",python,selection_command +1921,21832678,"utils/nn.py",6590,0,"",python,selection_command +1922,21832753,"utils/nn.py",6591,0,"",python,selection_command +1923,21832876,"utils/nn.py",6591,1,")",python,selection_command +1924,21832951,"utils/nn.py",6581,11,"latent_dim)",python,selection_command +1925,21833093,"utils/nn.py",6580,12,".latent_dim)",python,selection_command +1926,21833236,"utils/nn.py",6576,16,"self.latent_dim)",python,selection_command +1927,21833401,"utils/nn.py",6574,18,", self.latent_dim)",python,selection_command +1928,21833523,"utils/nn.py",6563,29,"num_latents, self.latent_dim)",python,selection_command +1929,21833729,"utils/nn.py",6562,30,".num_latents, self.latent_dim)",python,selection_command +1930,21833819,"utils/nn.py",6558,34,"self.num_latents, self.latent_dim)",python,selection_command +1931,21834156,"utils/nn.py",6557,35,"(self.num_latents, self.latent_dim)",python,selection_command +1932,21834321,"utils/nn.py",6557,35,"",python,content +1933,21834327,"utils/nn.py",6556,0,"",python,selection_command +1934,21834456,"utils/nn.py",6571,0,"",python,selection_command +1935,21834778,"utils/nn.py",6570,0,"",python,selection_command +1936,21835207,"utils/nn.py",6571,0,"(self.num_latents, self.latent_dim)",python,content +1937,21835209,"utils/nn.py",6605,0,"",python,selection_command +1938,21835842,"utils/nn.py",6558,0,"",python,selection_command +1939,21838881,"utils/nn.py",0,0,"",python,tab +1940,21839862,"utils/nn.py",6507,0,"",python,selection_command +1941,21845809,"utils/nn.py",6473,0,"",python,selection_command +1942,21846368,"utils/nn.py",6475,0,"",python,selection_command +1943,21846567,"utils/nn.py",6478,0,"",python,selection_command +1944,21846736,"utils/nn.py",6479,0,"",python,selection_command +1945,21856076,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# pytype: skip-file\nfrom __future__ import annotations\n\nimport dataclasses\nimport functools\nfrom functools import partial\nimport typing as tp\nfrom typing import Any\n\nimport jax\nimport treescope # type: ignore[import-untyped]\n\nfrom flax import errors\nfrom flax.nnx import filterlib, reprlib, tracers, visualization\nfrom flax.typing import Missing, PathParts, SizeBytes\nimport jax.tree_util as jtu\n\nA = tp.TypeVar('A')\nB = tp.TypeVar('B')\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\nV = tp.TypeVar('V', bound='Variable[Any]')\nGetValueHook = tp.Callable[['Variable[A]', A], A]\nSetValueHook = tp.Callable[['Variable[A]', A], A]\nCreateValueHook = tp.Callable[['Variable[A]', A], A]\nAxisName = str\nAxisIndex = int\nAddAxisHook = tp.Callable[[V, AxisIndex, AxisName | None], None]\nRemoveAxisHook = tp.Callable[[V, AxisIndex, AxisName | None], None]\n\n\n@dataclasses.dataclass\nclass VariableMetadata(tp.Generic[A]):\n raw_value: A\n set_value_hooks: tuple[SetValueHook[A], ...] = ()\n get_value_hooks: tuple[GetValueHook[A], ...] = ()\n create_value_hooks: tuple[CreateValueHook[A], ...] = ()\n add_axis_hooks: tuple[AddAxisHook[Variable[A]], ...] = ()\n remove_axis_hooks: tuple[RemoveAxisHook[Variable[A]], ...] = ()\n metadata: tp.Mapping[str, tp.Any] = dataclasses.field(default_factory=dict)\n\n\nclass Variable(tp.Generic[A], reprlib.Representable):\n """"""The base class for all ``Variable`` types. Create custom ``Variable``\n types by subclassing this class. Numerous NNX graph functions can filter\n for specific ``Variable`` types, for example, :func:`split`, :func:`state`,\n :func:`pop`, and :func:`State.filter`.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n\n >>> linear_variables = nnx.state(model, nnx.Param)\n >>> jax.tree.map(jnp.shape, linear_variables)\n State({\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n\n >>> custom_variable = nnx.state(model, CustomVariable)\n >>> jax.tree.map(jnp.shape, custom_variable)\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n )\n })\n\n >>> variables = nnx.state(model)\n >>> jax.tree.map(jnp.shape, variables)\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n """"""\n\n __slots__ = ('raw_value', '_trace_state', '_var_metadata')\n\n raw_value: A\n _trace_state: tracers.TraceState\n _var_metadata: dict[str, tp.Any]\n\n def __init__(\n self,\n value: tp.Union[A, VariableMetadata[A]],\n **metadata: tp.Any,\n ):\n var_t = type(self)\n object.__setattr__(self, '_trace_state', tracers.TraceState())\n\n if isinstance(value, VariableMetadata):\n metadata.update(value.metadata)\n value = tp.cast(A, value.raw_value)\n\n object.__setattr__(self, 'raw_value', value)\n\n if hasattr(var_t, 'on_get_value') and 'on_get_value' not in metadata:\n metadata['on_get_value'] = var_t.on_get_value\n\n if hasattr(var_t, 'on_set_value') and 'on_set_value' not in metadata:\n metadata['on_set_value'] = var_t.on_set_value\n\n if hasattr(var_t, 'on_create_value') and 'on_create_value' not in metadata:\n metadata['on_create_value'] = var_t.on_create_value\n\n if hasattr(var_t, 'on_add_axis') and 'on_add_axis' not in metadata:\n metadata['on_add_axis'] = var_t.on_add_axis\n\n if hasattr(var_t, 'on_remove_axis') and 'on_remove_axis' not in metadata:\n metadata['on_remove_axis'] = var_t.on_remove_axis\n\n object.__setattr__(self, '_var_metadata', metadata)\n # run create_value hooks\n object.__setattr__(self, 'raw_value', self.create_value(self.raw_value))\n\n def __getattr__(self, name: str) -> tp.Any:\n if name in object.__getattribute__(self, '_var_metadata'):\n return self._var_metadata[name]\n return getattr(self.value, name)\n\n def __setattr__(self, name: str, value: tp.Any):\n if not self._trace_state.is_valid():\n raise errors.TraceContextError(\n f'Cannot mutate {type(self).__name__} from a different trace level'\n )\n\n if (\n name == 'value'\n or name == 'raw_value'\n or name == '_var_metadata'\n or name == '_trace_state'\n ):\n object.__setattr__(self, name, value)\n else:\n self._var_metadata[name] = value\n\n def __delattr__(self, name: str):\n if not self._trace_state.is_valid():\n raise errors.TraceContextError(\n f'Cannot mutate {type(self).__name__} from a different trace level'\n )\n\n if (\n name == 'value'\n or name == 'raw_value'\n or name == '_var_metadata'\n or name == '_trace_state'\n ):\n object.__delattr__(self, name)\n else:\n del self._var_metadata[name]\n\n @classmethod\n def state(cls, value: A, **metadata) -> VariableState[A]:\n return cls(value, **metadata).to_state()\n\n def get_metadata(self):\n return self._var_metadata\n\n def copy_from(self, other: Variable[A]) -> None:\n if type(self) is not type(other):\n raise ValueError(\n f'Cannot copy from incompatible container, '\n f'expected {type(self).__name__}, got {type(other).__name__}'\n )\n if self is other:\n return\n self.raw_value = other.raw_value\n self._var_metadata.clear()\n self._var_metadata.update(other.get_metadata())\n\n def update_from_state(self, variable_state: VariableState[A]):\n object.__setattr__(self, 'raw_value', variable_state.value)\n object.__setattr__(\n self, '_var_metadata', variable_state._var_metadata.copy()\n )\n\n @property\n def value(self) -> A:\n value = self.raw_value\n if 'on_get_value' in self._var_metadata:\n value = self._var_metadata['on_get_value'](self, value)\n return value\n\n @value.setter\n def value(self, value: A):\n if isinstance(value, Variable):\n raise ValueError(\n 'Cannot set value to a Variable, ' 'use `copy_from` method instead'\n )\n if 'on_set_value' in self._var_metadata:\n value = self._var_metadata['on_set_value'](self, value)\n object.__setattr__(self, 'raw_value', value)\n\n def create_value(self, value: A):\n if 'on_create_value' in self._var_metadata:\n value = self._var_metadata['on_create_value'](self, value)\n return value\n\n def add_axis(self, axis_index: AxisIndex, axis_name: AxisName | None):\n if 'on_add_axis' in self._var_metadata:\n self._var_metadata['on_add_axis'](self, axis_index, axis_name)\n\n def remove_axis(self, axis_index: AxisIndex, axis_name: AxisName | None):\n if 'on_remove_axis' in self._var_metadata:\n self._var_metadata['on_remove_axis'](self, axis_index, axis_name)\n\n @tp.overload\n def replace(self, value: B, **kwargs) -> Variable[B]:\n ...\n\n @tp.overload\n def replace(self, **kwargs) -> Variable[A]:\n ...\n\n def replace(self, value: tp.Any = Missing, **kwargs) -> Variable[tp.Any]:\n if value is not Missing:\n kwargs['raw_value'] = value\n\n # rename `value` to `raw_value`\n if 'value' in kwargs:\n kwargs['raw_value'] = kwargs.pop('value')\n\n # return `value` if it is a Variable\n if 'raw_value' in kwargs and isinstance(\n value := kwargs['raw_value'], Variable\n ):\n # remove value from kwargs\n kwargs.pop('raw_value')\n if type(self) is not type(value):\n raise ValueError(\n 'Cannot replace value from incompatible container, '\n f'expected {type(self).__name__}, got {type(value).__name__}'\n )\n # if kwargs aren't empty, recursively call replace\n # else return variable value\n if kwargs:\n return value.replace(**kwargs)\n else:\n return value\n\n # get and update attributes\n # return new instance with updated attributes\n obj = object.__new__(type(self))\n object.__setattr__(obj, '_trace_state', self._trace_state)\n object.__setattr__(obj, 'raw_value', kwargs.pop('raw_value'))\n object.__setattr__(obj, '_var_metadata', self.get_metadata() | kwargs)\n return obj\n\n @classmethod\n def from_metadata(cls, value: A, attributes: dict[str, tp.Any]):\n obj = object.__new__(cls)\n object.__setattr__(obj, '_trace_state', tracers.TraceState())\n object.__setattr__(obj, 'raw_value', value)\n object.__setattr__(obj, '_var_metadata', attributes)\n return obj\n\n def copy(self: Variable[A]) -> Variable[A]:\n obj = object.__new__(type(self))\n object.__setattr__(obj, '_trace_state', self._trace_state)\n object.__setattr__(obj, 'raw_value', self.raw_value)\n object.__setattr__(obj, '_var_metadata', self.get_metadata().copy())\n return obj\n\n def to_state(self: Variable[A]) -> VariableState[A]:\n return VariableState(type(self), self.raw_value, **self._var_metadata)\n\n def __nnx_repr__(self):\n stats = SizeBytes.from_any(self.value)\n if stats:\n comment = f' # {stats}'\n else:\n comment = ''\n\n yield reprlib.Object(type=type(self).__name__, comment=comment)\n yield reprlib.Attr('value', self.raw_value)\n for name, value in self._var_metadata.items():\n yield reprlib.Attr(name, repr(value))\n\n def __treescope_repr__(self, path, subtree_renderer):\n size_bytes = SizeBytes.from_any(self.value)\n if size_bytes:\n stats_repr = f' # {size_bytes}'\n first_line_annotation = treescope.rendering_parts.comment_color(\n treescope.rendering_parts.text(f'{stats_repr}')\n )\n else:\n first_line_annotation = None\n\n children = {'value': self.raw_value, **self._var_metadata}\n return visualization.render_object_constructor(\n object_type=type(self),\n attributes=children,\n path=path,\n subtree_renderer=subtree_renderer,\n first_line_annotation=first_line_annotation,\n )\n\n # hooks API\n if tp.TYPE_CHECKING:\n\n def on_get_value(self, value: A) -> A: ...\n\n def on_set_value(self, value: A) -> A: ...\n\n def on_create_value(self, value: A) -> A: ...\n\n def on_add_axis(\n self: V, axis_index: AxisIndex, axis_name: AxisName | None\n ) -> V: ...\n\n def on_remove_axis(\n self: V, axis_index: AxisIndex, axis_name: AxisName | None\n ) -> V: ...\n\n def __jax_array__(self):\n return self.value\n\n # pickle support\n def __getstate__(self):\n return {\n 'raw_value': self.raw_value,\n '_trace_state': self._trace_state,\n '_var_metadata': self._var_metadata,\n }\n\n def __setstate__(self, state):\n object.__setattr__(self, 'raw_value', state['raw_value'])\n object.__setattr__(self, '_trace_state', state['_trace_state'])\n object.__setattr__(self, '_var_metadata', state['_var_metadata'])\n\n # --------------------------------------------\n # proxy methods\n # --------------------------------------------\n\n def __getitem__(self, key) -> tp.Any:\n return self.value[key] # type: ignore\n\n def __setitem__(self, key, value) -> None:\n self.value[key] = value # type: ignore\n\n def __call__(self, *args, **kwargs) -> tp.Any:\n return self.value(*args, **kwargs) # type: ignore\n\n def __len__(self) -> int:\n return len(self.value) # type: ignore\n\n def __iter__(self) -> tp.Iterator:\n return iter(self.value) # type: ignore\n\n def __contains__(self, item) -> bool:\n return item in self.value # type: ignore\n\n def __add__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__add__(other) # type: ignore\n\n def __sub__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__sub__(other) # type: ignore\n\n def __mul__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__mul__(other) # type: ignore\n\n def __matmul__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__matmul__(other) # type: ignore\n\n def __truediv__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__truediv__(other) # type: ignore\n\n def __floordiv__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__floordiv__(other) # type: ignore\n\n def __mod__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__mod__(other) # type: ignore\n\n def __divmod__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__divmod__(other) # type: ignore\n\n def __pow__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__pow__(other) # type: ignore\n\n def __lshift__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__lshift__(other) # type: ignore\n\n def __rshift__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rshift__(other) # type: ignore\n\n def __and__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__and__(other) # type: ignore\n\n def __xor__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__xor__(other) # type: ignore\n\n def __or__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__or__(other) # type: ignore\n\n def __radd__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__radd__(other) # type: ignore\n\n def __rsub__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rsub__(other) # type: ignore\n\n def __rmul__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rmul__(other) # type: ignore\n\n def __rmatmul__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rmatmul__(other) # type: ignore\n\n def __rtruediv__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rtruediv__(other) # type: ignore\n\n def __rfloordiv__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rfloordiv__(other) # type: ignore\n\n def __rmod__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rmod__(other) # type: ignore\n\n def __rdivmod__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rdivmod__(other) # type: ignore\n\n def __rpow__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rpow__(other) # type: ignore\n\n def __rlshift__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rlshift__(other) # type: ignore\n\n def __rrshift__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rrshift__(other) # type: ignore\n\n def __rand__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rand__(other) # type: ignore\n\n def __rxor__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__rxor__(other) # type: ignore\n\n def __ror__(self, other) -> A:\n if isinstance(other, Variable):\n other = other.value\n return self.value.__ror__(other) # type: ignore\n\n def __iadd__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__iadd__'):\n value.__iadd__(other)\n else:\n self.value = value.__add__(other)\n return self\n\n def __isub__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__isub__'):\n value.__isub__(other)\n else:\n self.value = value.__sub__(other)\n return self\n\n def __imul__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__imul__'):\n value.__imul__(other)\n else:\n self.value = value.__mul__(other)\n return self\n\n def __imatmul__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__imatmul__'):\n value.__imatmul__(other)\n else:\n self.value = value.__matmul__(other)\n return self\n\n def __itruediv__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__itruediv__'):\n value.__itruediv__(other)\n else:\n self.value = value.__truediv__(other)\n return self\n\n def __ifloordiv__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__ifloordiv__'):\n value.__ifloordiv__(other)\n else:\n self.value = value.__floordiv__(other)\n return self\n\n def __imod__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__imod__'):\n value.__imod__(other)\n else:\n self.value = value.__mod__(other)\n return self\n\n def __ipow__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__ipow__'):\n value.__ipow__(other)\n else:\n self.value = value.__pow__(other)\n return self\n\n def __ilshift__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__ilshift__'):\n value.__ilshift__(other)\n else:\n self.value = value.__lshift__(other)\n return self\n\n def __irshift__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__irshift__'):\n value.__irshift__(other)\n else:\n self.value = value.__rshift__(other)\n return self\n\n def __iand__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__iand__'):\n value.__iand__(other)\n else:\n self.value = value.__and__(other)\n return self\n\n def __ixor__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__ixor__'):\n value.__ixor__(other)\n else:\n self.value = value.__xor__(other)\n return self\n\n def __ior__(self: V, other) -> V:\n if isinstance(other, Variable):\n other = other.value\n value = self.value\n if hasattr(value, '__ior__'):\n value.__ior__(other)\n else:\n self.value = value.__or__(other)\n return self\n\n def __neg__(self) -> A:\n return self.value.__neg__() # type: ignore\n\n def __pos__(self) -> A:\n return self.value.__pos__() # type: ignore\n\n def __abs__(self) -> A:\n return self.value.__abs__() # type: ignore\n\n def __invert__(self) -> A:\n return self.value.__invert__() # type: ignore\n\n def __complex__(self) -> A:\n return self.value.__complex__() # type: ignore\n\n def __int__(self) -> A:\n return self.value.__int__() # type: ignore\n\n def __float__(self) -> A:\n return self.value.__float__() # type: ignore\n\n def __index__(self) -> A:\n return self.value.__index__() # type: ignore\n\n def __round__(self, ndigits: int) -> A:\n return self.value.__round__(ndigits) # type: ignore\n\n def __trunc__(self) -> A:\n return self.value.__trunc__() # type: ignore\n\n def __floor__(self) -> A:\n return self.value.__floor__() # type: ignore\n\n def __ceil__(self) -> A:\n return self.value.__ceil__() # type: ignore\n\n\nclass Param(Variable[A]):\n """"""The canonical learnable parameter. All learnable parameters\n in NNX layer modules will have the ``Param`` :class:`Variable`\n type::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> layer = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(layer))\n State({\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n })\n """"""\n\n pass\n\n\nclass BatchStat(Variable[A]):\n """"""The mean and variance batch statistics stored in\n the :class:`BatchNorm` layer. Note, these are not the\n learnable scale and bias parameters, but rather the\n running average statistics that are typically used\n during post-training inference::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> layer = nnx.BatchNorm(3, rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(layer))\n State({\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'mean': VariableState(\n type=BatchStat,\n value=(3,)\n ),\n 'scale': VariableState(\n type=Param,\n value=(3,)\n ),\n 'var': VariableState(\n type=BatchStat,\n value=(3,)\n )\n })\n """"""\n\n pass\n\n\nclass Cache(Variable[A]):\n """"""Autoregressive cache in :class:`MultiHeadAttention`::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> layer = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(0),\n ... )\n\n >>> layer.init_cache((1, 3))\n >>> jax.tree.map(jnp.shape, nnx.state(layer, nnx.Cache))\n State({\n 'cache_index': VariableState(\n type=Cache,\n value=()\n ),\n 'cached_key': VariableState(\n type=Cache,\n value=(1, 2, 3)\n ),\n 'cached_value': VariableState(\n type=Cache,\n value=(1, 2, 3)\n )\n })\n """"""\n\n pass\n\n\nclass Intermediate(Variable[A]):\n """""":class:`Variable` type that is typically used for\n :func:`Module.sow`::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... self.sow(nnx.Intermediate, 'i', x)\n ... x = self.linear2(x)\n ... return x\n >>> model = Model(rngs=nnx.Rngs(0))\n\n >>> x = jnp.ones((1, 2))\n >>> y = model(x)\n >>> jax.tree.map(jnp.shape, nnx.state(model, nnx.Intermediate))\n State({\n 'i': VariableState(\n type=Intermediate,\n value=((1, 3),)\n )\n })\n """"""\n\n pass\n\n\nclass Perturbation(Intermediate[A]):\n """""":class:`Variable` type that is typically used for\n :func:`Module.perturb`::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... x = self.perturb('i', x)\n ... x = self.linear2(x)\n ... return x\n >>> model = Model(rngs=nnx.Rngs(0))\n\n >>> x = jnp.ones((1, 2))\n >>> y = model(x)\n >>> jax.tree.map(jnp.shape, nnx.state(model, nnx.Perturbation))\n State({\n 'i': VariableState(\n type=Perturbation,\n value=(1, 3)\n )\n })\n """"""\n\n pass\n\n\nclass VariableState(tp.Generic[A], reprlib.Representable):\n __slots__ = ('type', 'value', '_var_metadata')\n type: type[Variable[A]]\n value: A\n _var_metadata: dict[str, tp.Any]\n\n def __init__(\n self,\n type: type[Variable[A]], # type: ignore [valid-type]\n value: A,\n **metadata,\n ):\n object.__setattr__(self, 'type', type)\n object.__setattr__(self, 'value', value)\n object.__setattr__(self, '_var_metadata', metadata)\n\n def __getattr__(self, name: str) -> None:\n var_metadata = object.__getattribute__(self, '_var_metadata')\n if name not in var_metadata:\n raise AttributeError(f""'VariableState' object has no attribute '{name}'"")\n return var_metadata[name]\n\n def __setattr__(self, name: str, value: Any) -> None:\n if name == 'type' or name == 'value' or name == '_var_metadata':\n object.__setattr__(self, name, value)\n else:\n self._var_metadata[name] = value\n\n def __delattr__(self, name: str) -> None:\n if name == 'type' or name == 'value' or name == '_var_metadata':\n object.__delattr__(self, name)\n else:\n del self._var_metadata[name]\n\n def __nnx_repr__(self):\n stats = SizeBytes.from_any(self.value)\n if stats:\n comment = f' # {stats}'\n else:\n comment = ''\n\n yield reprlib.Object(type=type(self), comment=comment)\n yield reprlib.Attr('type', self.type)\n yield reprlib.Attr('value', self.value)\n\n for name, value in self._var_metadata.items():\n yield reprlib.Attr(name, value)\n\n def __treescope_repr__(self, path, subtree_renderer):\n size_bytes = SizeBytes.from_any(self.value)\n if size_bytes:\n stats_repr = f' # {size_bytes}'\n first_line_annotation = treescope.rendering_parts.comment_color(\n treescope.rendering_parts.text(f'{stats_repr}')\n )\n else:\n first_line_annotation = None\n children = {'type': self.type, 'value': self.value, **self._var_metadata}\n return visualization.render_object_constructor(\n object_type=type(self),\n attributes=children,\n path=path,\n subtree_renderer=subtree_renderer,\n first_line_annotation=first_line_annotation,\n )\n\n def replace(self, value: B) -> VariableState[B]:\n return VariableState(self.type, value, **self.get_metadata())\n\n def to_variable(self) -> Variable[A]:\n # we use object.__new__ to avoid calling __init__ and bypass the\n # __init__ logic which should not be called twice\n variable = object.__new__(self.type)\n object.__setattr__(variable, '_trace_state', tracers.TraceState())\n object.__setattr__(variable, 'raw_value', self.value)\n object.__setattr__(variable, '_var_metadata', self.get_metadata().copy())\n return variable\n\n def copy(self: VariableState[A]) -> VariableState[A]:\n return jax.tree.map(lambda x: x, self)\n\n def get_metadata(self) -> dict[str, tp.Any]:\n return self._var_metadata\n\n def add_axis(self, axis_index: AxisIndex, axis_name: AxisName | None):\n if 'on_add_axis' in self._var_metadata:\n self._var_metadata['on_add_axis'](self, axis_index, axis_name)\n\n def remove_axis(self, axis_index: AxisIndex, axis_name: AxisName | None):\n if 'on_remove_axis' in self._var_metadata:\n self._var_metadata['on_remove_axis'](self, axis_index, axis_name)\n\nGraphVariableState = VariableState[VariableState[tp.Any]]\n\ndef _variable_state_flatten(x: VariableState[tp.Any], *, with_keys: bool):\n metadata = tuple(x.get_metadata().items())\n if with_keys:\n node = (jtu.GetAttrKey('value'), x.value)\n else:\n node = x.value\n\n return (node,), (x.type, metadata)\n\n\ndef _variable_state_unflatten(\n static: tuple[type[Variable[A]], tuple[tuple[str, tp.Any], ...]],\n children: tuple[A],\n) -> VariableState[A]:\n return VariableState(\n type=static[0],\n value=children[0],\n **dict(static[1]),\n )\n\n\njtu.register_pytree_with_keys(\n VariableState,\n partial(_variable_state_flatten, with_keys=True), # type: ignore\n _variable_state_unflatten, # type: ignore\n flatten_func=partial(_variable_state_flatten, with_keys=False), # type: ignore\n)\n\n\ndef with_metadata(\n initializer: F,\n set_value_hooks: tp.Union[SetValueHook[A], tp.Sequence[SetValueHook[A]]] = (),\n get_value_hooks: tp.Union[SetValueHook[A], tp.Sequence[SetValueHook[A]]] = (),\n create_value_hooks: tp.Union[\n CreateValueHook[A], tp.Sequence[CreateValueHook[A]]\n ] = (),\n add_axis_hooks: tp.Union[\n AddAxisHook[Variable[A]], tp.Sequence[AddAxisHook[Variable[A]]]\n ] = (),\n remove_axis_hooks: tp.Union[\n RemoveAxisHook[Variable[A]],\n tp.Sequence[RemoveAxisHook[Variable[A]]],\n ] = (),\n **metadata: tp.Any,\n) -> F:\n if set_value_hooks:\n if callable(set_value_hooks):\n set_value_hooks = (set_value_hooks,)\n else:\n set_value_hooks = tuple(set_value_hooks)\n else:\n set_value_hooks = ()\n\n if get_value_hooks:\n if callable(get_value_hooks):\n get_value_hooks = (get_value_hooks,)\n else:\n get_value_hooks = tuple(get_value_hooks)\n else:\n get_value_hooks = ()\n\n if create_value_hooks:\n if callable(create_value_hooks):\n create_value_hooks = (create_value_hooks,)\n else:\n create_value_hooks = tuple(create_value_hooks)\n else:\n create_value_hooks = ()\n\n if add_axis_hooks:\n if callable(add_axis_hooks):\n add_axis_hooks = (add_axis_hooks,)\n else:\n add_axis_hooks = tuple(add_axis_hooks)\n else:\n add_axis_hooks = ()\n\n if remove_axis_hooks:\n if callable(remove_axis_hooks):\n remove_axis_hooks = (remove_axis_hooks,)\n else:\n remove_axis_hooks = tuple(remove_axis_hooks)\n else:\n remove_axis_hooks = ()\n\n @functools.wraps(initializer)\n def wrapper(*args):\n return VariableMetadata(\n initializer(*args),\n set_value_hooks=set_value_hooks,\n get_value_hooks=get_value_hooks,\n create_value_hooks=create_value_hooks,\n add_axis_hooks=add_axis_hooks,\n remove_axis_hooks=remove_axis_hooks,\n metadata=metadata,\n )\n\n return wrapper # type: ignore\n\n\ndef split_flat_state(\n flat_state: tp.Iterable[tuple[PathParts, Variable | VariableState]],\n filters: tuple[filterlib.Filter, ...],\n) -> tuple[list[tuple[PathParts, Variable | VariableState]], ...]:\n predicates = filterlib.filters_to_predicates(filters)\n # we have n + 1 states, where n is the number of predicates\n # the last state is for values that don't match any predicate\n flat_states: tuple[list[tuple[PathParts, Variable | VariableState]], ...] = (\n tuple([] for _ in predicates)\n )\n\n for path, value in flat_state:\n for i, predicate in enumerate(predicates):\n if predicate(path, value):\n flat_states[i].append((path, value))\n break\n else:\n raise ValueError(\n 'Non-exhaustive filters, got a non-empty remainder: '\n f'{path} -> {value}.'\n '\nUse `...` to match all remaining elements.'\n )\n\n return flat_states\n\n\n###################################################\n### Variable type/class <-> string name mapping ###\n###################################################\n# Assumption: the mapping is 1-1 and unique.\n\nVariableTypeCache: dict[str, tp.Type[Variable[tp.Any]]] = {}\n\n\ndef variable_type_from_name(\n name: str,\n /,\n *,\n base: type[Variable[tp.Any]] = Variable,\n allow_register: bool = False,\n) -> tp.Type[Variable[tp.Any]]:\n """"""Given a Linen-style collection name, get or create its NNX Variable class.""""""\n if name not in VariableTypeCache:\n if not allow_register:\n raise ValueError(\n f'Name {name} is not registered in the registry. '\n 'To register a new name, use register_variable_name() '\n 'or set allow_register=True.'\n )\n VariableTypeCache[name] = type(name, (base,), {})\n return VariableTypeCache[name]\n\n\ndef variable_name_from_type(\n typ: tp.Type[Variable[tp.Any]], /, *, allow_register: bool = False\n) -> str:\n """"""Given an NNX Variable type, get its Linen-style collection name.\n\n Should output the exact inversed result of `variable_type_from_name()`.""""""\n for name, t in VariableTypeCache.items():\n if typ == t:\n return name\n\n if not allow_register:\n raise ValueError(\n f'Type {typ} is not registered in the registry. '\n 'To register a new type, use register_variable_name() '\n 'or set allow_register=True.'\n )\n name = typ.__name__\n if name in VariableTypeCache:\n raise ValueError(\n 'Name {name} is already registered in the registry as {VariableTypeCache[name]}. '\n 'It cannot be linked with this type {typ}.'\n )\n register_variable_name(name, typ)\n return name\n\n\nclass _Missing:\n pass\n\n\n_MISSING = _Missing()\n\n\n@tp.overload\ndef register_variable_name(\n name: str,\n typ: type[Variable[tp.Any]],\n *,\n overwrite: bool = False,\n) -> type[Variable[tp.Any]]:\n ...\n\n\n@tp.overload\ndef register_variable_name(\n name: str,\n *,\n overwrite: bool = False,\n) -> tp.Callable[[type[Variable[tp.Any]]], type[Variable[tp.Any]]]:\n ...\n\n\ndef register_variable_name(\n name: str,\n typ: type[Variable[A]] | _Missing = _MISSING,\n *,\n overwrite=False,\n) -> type[Variable[A]] | tp.Callable[[type[Variable[A]]], type[Variable[A]]]:\n """"""Register a pair of Linen collection name and its NNX type.""""""\n if typ is _MISSING:\n return partial(register_variable_name, name, overwrite=overwrite)\n typ = tp.cast(type[Variable[A]], typ)\n if not overwrite and name in VariableTypeCache:\n raise ValueError(f'Name {name} already mapped to type {VariableTypeCache[name]}. '\n 'To overwrite, call set_variable_name() with `overwrite=True`.')\n VariableTypeCache[name] = typ\n return typ\n\n\n# add known variable type names\nregister_variable_name('params', Param)\nregister_variable_name('batch_stats', BatchStat)\nregister_variable_name('cache', Cache)\nregister_variable_name('intermediates', Intermediate)\nregister_variable_name('perturbations', Perturbation)\n",python,tab +1946,21856078,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",21016,0,"",python,selection_command +1947,21916587,"utils/nn.py",0,0,"",python,tab +1948,21916589,"utils/nn.py",6479,0,"",python,selection_command +1949,21926371,"utils/nn.py",6507,0,"",python,selection_command +1950,21926754,"utils/nn.py",6507,1,"(",python,selection_command +1951,21926783,"utils/nn.py",6498,10,"normalize(",python,selection_command +1952,21926932,"utils/nn.py",6484,24,"(\n normalize(",python,selection_command +1953,21927423,"utils/nn.py",6498,10,"normalize(",python,selection_command +1954,21927676,"utils/nn.py",6498,10,"",python,content +1955,21927699,"utils/nn.py",6497,0,"",python,selection_command +1956,21927946,"utils/nn.py",6463,0,"",python,selection_command +1957,21927980,"utils/nn.py",6464,0,"",python,selection_command +1958,21927981,"utils/nn.py",6473,0,"",python,selection_command +1959,21928178,"utils/nn.py",6475,0,"",python,selection_command +1960,21928515,"utils/nn.py",6474,0,"",python,selection_command +1961,21928669,"utils/nn.py",6475,0,"normalize(",python,content +1962,21928673,"utils/nn.py",6484,0,"",python,selection_command +1963,21929383,"utils/nn.py",6507,0,"",python,selection_command +1964,21929547,"utils/nn.py",6542,0,"",python,selection_command +1965,21929734,"utils/nn.py",6591,0,"",python,selection_command +1966,21930045,"utils/nn.py",6616,0,"",python,selection_command +1967,21932143,"utils/nn.py",6591,0,"",python,selection_command +1968,21932338,"utils/nn.py",6542,0,"",python,selection_command +1969,21932972,"utils/nn.py",6525,0,"",python,selection_command +1970,21933193,"utils/nn.py",6521,4,"",python,content +1971,21933339,"utils/nn.py",6517,4,"",python,content +1972,21933502,"utils/nn.py",6513,4,"",python,content +1973,21933802,"utils/nn.py",6509,4,"",python,content +1974,21934244,"utils/nn.py",6508,1,"",python,content +1975,21935341,"utils/nn.py",6507,0,"",python,selection_command +1976,21935536,"utils/nn.py",6552,0,"",python,selection_command +1977,21936356,"utils/nn.py",6507,0,"",python,selection_command +1978,21936474,"utils/nn.py",6508,0,"",python,selection_command +1979,21936753,"utils/nn.py",6463,0,"",python,selection_command +1980,21936823,"utils/nn.py",6464,0,"",python,selection_command +1981,21936986,"utils/nn.py",6473,0,"",python,selection_command +1982,21937141,"utils/nn.py",6475,0,"",python,selection_command +1983,21937323,"utils/nn.py",6484,0,"",python,selection_command +1984,21937475,"utils/nn.py",6485,0,"",python,selection_command +1985,21937672,"utils/nn.py",6530,0,"",python,selection_command +1986,21937837,"utils/nn.py",6575,0,"",python,selection_command +1987,21938111,"utils/nn.py",6599,0,"",python,selection_command +1988,21942693,"utils/nn.py",0,0,"",python,tab +1989,21942697,"utils/nn.py",38,0,"",python,selection_command +1990,21944933,"utils/nn.py",0,0,"",python,tab +1991,21944934,"utils/nn.py",1198,0,"",python,selection_mouse +1992,21944937,"utils/nn.py",1197,0,"",python,selection_command +1993,21945864,"utils/nn.py",1204,1,"n",python,selection_command +1994,21945945,"utils/nn.py",1366,2,"No",python,selection_command +1995,21945978,"utils/nn.py",1366,3,"Nor",python,selection_command +1996,21946115,"utils/nn.py",1366,4,"Norm",python,selection_command +1997,21946213,"utils/nn.py",4344,5,"norma",python,selection_command +1998,21946263,"utils/nn.py",4344,6,"normal",python,selection_command +1999,21946326,"utils/nn.py",4344,7,"normali",python,selection_command +2000,21946427,"utils/nn.py",4344,8,"normaliz",python,selection_command +2001,21946494,"utils/nn.py",4344,9,"normalize",python,selection_command +2002,21946651,"utils/nn.py",4574,9,"normalize",python,selection_command +2003,21946882,"utils/nn.py",0,0,"",python,tab +2004,21953034,"utils/nn.py",0,0,"",python,tab +2005,21953040,"utils/nn.py",0,0,"",python,tab +2006,21953042,"utils/nn.py",0,0,"",python,tab +2007,21954739,"utils/nn.py",6549,0,"",python,selection_command +2008,21955043,"utils/nn.py",6553,0,"",python,selection_command +2009,21957733,"utils/nn.py",6508,0,"",python,selection_command +2010,21957905,"utils/nn.py",6463,0,"",python,selection_command +2011,21958092,"utils/nn.py",6464,0,"",python,selection_command +2012,21958257,"utils/nn.py",6473,0,"",python,selection_command +2013,21958405,"utils/nn.py",6475,0,"",python,selection_command +2014,21958543,"utils/nn.py",6484,0,"",python,selection_command +2015,21958680,"utils/nn.py",6485,0,"",python,selection_command +2016,21958830,"utils/nn.py",6488,0,"",python,selection_command +2017,21958990,"utils/nn.py",6489,0,"",python,selection_command +2018,21960012,"utils/nn.py",6534,0,"",python,selection_command +2019,21960205,"utils/nn.py",6525,0,"",python,selection_command +2020,21971299,"utils/nn.py",6570,0,"",python,selection_command +2021,21971569,"utils/nn.py",6560,0,"",python,selection_command +2022,21971732,"utils/nn.py",6559,0,"",python,selection_command +2023,21971887,"utils/nn.py",6555,0,"",python,selection_command +2024,21972349,"utils/nn.py",6554,0,"",python,selection_command +2025,21972515,"utils/nn.py",6553,0,"",python,selection_command +2026,21972658,"utils/nn.py",6553,1,"",python,content +2027,21973130,"utils/nn.py",6553,1,"(",python,selection_command +2028,21973194,"utils/nn.py",6553,5,"(self",python,selection_command +2029,21973302,"utils/nn.py",6553,6,"(self.",python,selection_command +2030,21973468,"utils/nn.py",6553,17,"(self.num_latents",python,selection_command +2031,21973605,"utils/nn.py",6553,18,"(self.num_latents,",python,selection_command +2032,21973768,"utils/nn.py",6553,23,"(self.num_latents, self",python,selection_command +2033,21974003,"utils/nn.py",6553,24,"(self.num_latents, self.",python,selection_command +2034,21974393,"utils/nn.py",6553,34,"(self.num_latents, self.latent_dim",python,selection_command +2035,21974807,"utils/nn.py",6553,35,"(self.num_latents, self.latent_dim)",python,selection_command +2036,21974962,"utils/nn.py",6553,35,"",python,content +2037,21975048,"utils/nn.py",6508,0,"",python,selection_command +2038,21975249,"utils/nn.py",6511,0,"",python,selection_command +2039,21975435,"utils/nn.py",6512,0,"",python,selection_command +2040,21975688,"utils/nn.py",6524,0,"",python,selection_command +2041,21975721,"utils/nn.py",6525,0,"",python,selection_command +2042,21975968,"utils/nn.py",6538,0,"",python,selection_command +2043,21976141,"utils/nn.py",6553,0,"",python,selection_command +2044,21977209,"utils/nn.py",6539,0,"(self.num_latents, self.latent_dim)",python,content +2045,21977211,"utils/nn.py",6573,0,"",python,selection_command +2046,21978438,"utils/nn.py",6588,0,"",python,selection_command +2047,21980007,"utils/nn.py",6598,0,"",python,selection_command +2048,21981595,"utils/nn.py",6588,0,"",python,selection_command +2049,21981758,"utils/nn.py",6573,0,"",python,selection_command +2050,21982717,"utils/nn.py",6574,0,",\n rngs.params(",python,content +2051,21982717,"utils/nn.py",6539,0,")(\n ",python,content +2052,21983962,"utils/nn.py",6542,0,"",python,selection_command +2053,21984396,"utils/nn.py",6595,0,"",python,selection_command +2054,21987445,"utils/nn.py",6625,0,"",python,selection_command +2055,21987662,"utils/nn.py",6595,0,"",python,selection_command +2056,21988173,"utils/nn.py",6595,30,"",python,content +2057,21988189,"utils/nn.py",6607,0,"",python,selection_command +2058,21988311,"utils/nn.py",6554,0,"",python,selection_command +2059,21988501,"utils/nn.py",6594,0,"",python,selection_command +2060,21988652,"utils/nn.py",6593,1,"",python,content +2061,21988829,"utils/nn.py",6592,0,"",python,selection_command +2062,21989949,"utils/nn.py",6606,0,"",python,selection_command +2063,21994270,"utils/nn.py",6592,0,"",python,selection_command +2064,21994535,"utils/nn.py",6606,0,"",python,selection_command +2065,21994732,"utils/nn.py",6554,0,"",python,selection_command +2066,21996137,"utils/nn.py",6559,0,"",python,selection_command +2067,21996654,"utils/nn.py",6558,0,"",python,selection_command +2068,21998524,"utils/nn.py",6538,2,"",python,content +2069,21999839,"utils/nn.py",6582,0,"",python,selection_command +2070,22000580,"utils/nn.py",6604,0,"",python,selection_command +2071,22000712,"utils/nn.py",6614,0,"",python,selection_command +2072,22001577,"utils/nn.py",6606,0,"",python,selection_command +2073,22003448,"utils/nn.py",6614,0,"",python,selection_command +2074,22004078,"utils/nn.py",6615,0,"",python,selection_command +2075,22004193,"utils/nn.py",6615,0,")",python,content +2076,22004194,"utils/nn.py",6616,0,"",python,selection_keyboard +2077,22005046,"utils/nn.py",6615,0,"",python,selection_command +2078,22006109,"utils/nn.py",6606,0,"",python,selection_command +2079,22007697,"utils/nn.py",6614,0,"",python,selection_command +2080,22013815,"utils/nn.py",6606,0,"",python,selection_command +2081,22014158,"utils/nn.py",6592,0,"",python,selection_command +2082,22029783,"utils/nn.py",6421,0,"",python,selection_command +2083,22031275,"utils/nn.py",6421,30,"",python,content +2084,22031302,"utils/nn.py",6429,0,"",python,selection_command +2085,22031518,"utils/nn.py",6420,0,"\n ",python,content +2086,22031666,"utils/nn.py",6429,0,"#",python,content +2087,22031667,"utils/nn.py",6430,0,"",python,selection_keyboard +2088,22031747,"utils/nn.py",6430,0," ",python,content +2089,22031748,"utils/nn.py",6431,0,"",python,selection_keyboard +2090,22032673,"utils/nn.py",6431,0,"F",python,content +2091,22032674,"utils/nn.py",6432,0,"",python,selection_keyboard +2092,22032731,"utils/nn.py",6432,0,"I",python,content +2093,22032732,"utils/nn.py",6433,0,"",python,selection_keyboard +2094,22032848,"utils/nn.py",6433,0,"X",python,content +2095,22032849,"utils/nn.py",6434,0,"",python,selection_keyboard +2096,22032920,"utils/nn.py",6434,0,"M",python,content +2097,22032922,"utils/nn.py",6435,0,"",python,selection_keyboard +2098,22032982,"utils/nn.py",6435,0,"E",python,content +2099,22032983,"utils/nn.py",6436,0,"",python,selection_keyboard +2100,22033120,"utils/nn.py",6436,0," ",python,content +2101,22033121,"utils/nn.py",6437,0,"",python,selection_keyboard +2102,22033208,"utils/nn.py",6437,0,"()",python,content +2103,22033209,"utils/nn.py",6438,0,"",python,selection_keyboard +2104,22033617,"utils/nn.py",6438,0,"f",python,content +2105,22033618,"utils/nn.py",6439,0,"",python,selection_keyboard +2106,22034111,"utils/nn.py",6439,0,"s",python,content +2107,22034112,"utils/nn.py",6440,0,"",python,selection_keyboard +2108,22034199,"utils/nn.py",6440,0,".",python,content +2109,22034200,"utils/nn.py",6441,0,"",python,selection_keyboard +2110,22034477,"utils/nn.py",6440,1,"",python,content +2111,22034615,"utils/nn.py",6439,1,"",python,content +2112,22034771,"utils/nn.py",6439,0,".",python,content +2113,22034772,"utils/nn.py",6440,0,"",python,selection_keyboard +2114,22034793,"utils/nn.py",6440,0,"s",python,content +2115,22034794,"utils/nn.py",6441,0,"",python,selection_keyboard +2116,22034857,"utils/nn.py",6441,0,"r",python,content +2117,22034858,"utils/nn.py",6442,0,"",python,selection_keyboard +2118,22034903,"utils/nn.py",6442,0,"a",python,content +2119,22034905,"utils/nn.py",6443,0,"",python,selection_keyboard +2120,22034958,"utils/nn.py",6443,0,"m",python,content +2121,22034960,"utils/nn.py",6444,0,"",python,selection_keyboard +2122,22035103,"utils/nn.py",6444,0,"b",python,content +2123,22035103,"utils/nn.py",6445,0,"",python,selection_keyboard +2124,22035154,"utils/nn.py",6445,0,"i",python,content +2125,22035155,"utils/nn.py",6446,0,"",python,selection_keyboard +2126,22035200,"utils/nn.py",6446,0,"c",python,content +2127,22035201,"utils/nn.py",6447,0,"",python,selection_keyboard +2128,22035253,"utils/nn.py",6447,0,"a",python,content +2129,22035254,"utils/nn.py",6448,0,"",python,selection_keyboard +2130,22035352,"utils/nn.py",6448,0,"l",python,content +2131,22035353,"utils/nn.py",6449,0,"",python,selection_keyboard +2132,22035535,"utils/nn.py",6449,1,")",python,content +2133,22035537,"utils/nn.py",6450,0,"",python,selection_keyboard +2134,22035706,"utils/nn.py",6450,0," ",python,content +2135,22035707,"utils/nn.py",6451,0,"",python,selection_keyboard +2136,22036024,"utils/nn.py",6450,1,"",python,content +2137,22036153,"utils/nn.py",6450,0,":",python,content +2138,22036154,"utils/nn.py",6451,0,"",python,selection_keyboard +2139,22036251,"utils/nn.py",6451,0," ",python,content +2140,22036252,"utils/nn.py",6452,0,"",python,selection_keyboard +2141,22036503,"utils/nn.py",6452,0,"t",python,content +2142,22036505,"utils/nn.py",6453,0,"",python,selection_keyboard +2143,22036553,"utils/nn.py",6453,0,"h",python,content +2144,22036555,"utils/nn.py",6454,0,"",python,selection_keyboard +2145,22036635,"utils/nn.py",6454,0,"i",python,content +2146,22036636,"utils/nn.py",6455,0,"",python,selection_keyboard +2147,22036739,"utils/nn.py",6455,0,"n",python,content +2148,22036740,"utils/nn.py",6456,0,"",python,selection_keyboard +2149,22036818,"utils/nn.py",6456,0,"k",python,content +2150,22036820,"utils/nn.py",6457,0,"",python,selection_keyboard +2151,22036955,"utils/nn.py",6457,0," ",python,content +2152,22036955,"utils/nn.py",6458,0,"",python,selection_keyboard +2153,22037069,"utils/nn.py",6458,0,"a",python,content +2154,22037070,"utils/nn.py",6459,0,"",python,selection_keyboard +2155,22037119,"utils/nn.py",6459,0,"b",python,content +2156,22037120,"utils/nn.py",6460,0,"",python,selection_keyboard +2157,22037242,"utils/nn.py",6460,0,"o",python,content +2158,22037243,"utils/nn.py",6461,0,"",python,selection_keyboard +2159,22037302,"utils/nn.py",6461,0,"u",python,content +2160,22037303,"utils/nn.py",6462,0,"",python,selection_keyboard +2161,22037357,"utils/nn.py",6462,0,"t",python,content +2162,22037358,"utils/nn.py",6463,0,"",python,selection_keyboard +2163,22037440,"utils/nn.py",6463,0," ",python,content +2164,22037441,"utils/nn.py",6464,0,"",python,selection_keyboard +2165,22037554,"utils/nn.py",6464,0,"w",python,content +2166,22037555,"utils/nn.py",6465,0,"",python,selection_keyboard +2167,22037653,"utils/nn.py",6465,0,"h",python,content +2168,22037654,"utils/nn.py",6466,0,"",python,selection_keyboard +2169,22037745,"utils/nn.py",6466,0,"e",python,content +2170,22037747,"utils/nn.py",6467,0,"",python,selection_keyboard +2171,22037836,"utils/nn.py",6467,0,"t",python,content +2172,22037837,"utils/nn.py",6468,0,"",python,selection_keyboard +2173,22037967,"utils/nn.py",6468,0,"h",python,content +2174,22037969,"utils/nn.py",6469,0,"",python,selection_keyboard +2175,22038002,"utils/nn.py",6469,0,"e",python,content +2176,22038003,"utils/nn.py",6470,0,"",python,selection_keyboard +2177,22038066,"utils/nn.py",6470,0,"r",python,content +2178,22038067,"utils/nn.py",6471,0,"",python,selection_keyboard +2179,22038200,"utils/nn.py",6471,0," ",python,content +2180,22038201,"utils/nn.py",6472,0,"",python,selection_keyboard +2181,22038266,"utils/nn.py",6472,0,"t",python,content +2182,22038267,"utils/nn.py",6473,0,"",python,selection_keyboard +2183,22038370,"utils/nn.py",6473,0,"h",python,content +2184,22038372,"utils/nn.py",6474,0,"",python,selection_keyboard +2185,22038419,"utils/nn.py",6474,0,"e",python,content +2186,22038421,"utils/nn.py",6475,0,"",python,selection_keyboard +2187,22038518,"utils/nn.py",6475,0," ",python,content +2188,22038520,"utils/nn.py",6476,0,"",python,selection_keyboard +2189,22038756,"utils/nn.py",6476,0,"n",python,content +2190,22038758,"utils/nn.py",6477,0,"",python,selection_keyboard +2191,22038800,"utils/nn.py",6477,0,"o",python,content +2192,22038802,"utils/nn.py",6478,0,"",python,selection_keyboard +2193,22038834,"utils/nn.py",6478,0,"r",python,content +2194,22038836,"utils/nn.py",6479,0,"",python,selection_keyboard +2195,22038955,"utils/nn.py",6479,0,"m",python,content +2196,22038956,"utils/nn.py",6480,0,"",python,selection_keyboard +2197,22039006,"utils/nn.py",6480,0,"a",python,content +2198,22039006,"utils/nn.py",6481,0,"",python,selection_keyboard +2199,22039120,"utils/nn.py",6481,0,"l",python,content +2200,22039121,"utils/nn.py",6482,0,"",python,selection_keyboard +2201,22039220,"utils/nn.py",6482,0,"i",python,content +2202,22039222,"utils/nn.py",6483,0,"",python,selection_keyboard +2203,22039286,"utils/nn.py",6483,0,"z",python,content +2204,22039288,"utils/nn.py",6484,0,"",python,selection_keyboard +2205,22039358,"utils/nn.py",6484,0,"e",python,content +2206,22039359,"utils/nn.py",6485,0,"",python,selection_keyboard +2207,22039454,"utils/nn.py",6485,0," ",python,content +2208,22039455,"utils/nn.py",6486,0,"",python,selection_keyboard +2209,22039605,"utils/nn.py",6486,0,"s",python,content +2210,22039606,"utils/nn.py",6487,0,"",python,selection_keyboard +2211,22039737,"utils/nn.py",6487,0,"h",python,content +2212,22039739,"utils/nn.py",6488,0,"",python,selection_keyboard +2213,22039809,"utils/nn.py",6488,0,"o",python,content +2214,22039810,"utils/nn.py",6489,0,"",python,selection_keyboard +2215,22039873,"utils/nn.py",6489,0,"u",python,content +2216,22039874,"utils/nn.py",6490,0,"",python,selection_keyboard +2217,22040022,"utils/nn.py",6490,0,"l",python,content +2218,22040023,"utils/nn.py",6491,0,"",python,selection_keyboard +2219,22040057,"utils/nn.py",6491,0,"d",python,content +2220,22040059,"utils/nn.py",6492,0,"",python,selection_keyboard +2221,22040156,"utils/nn.py",6492,0," ",python,content +2222,22040157,"utils/nn.py",6493,0,"",python,selection_keyboard +2223,22040274,"utils/nn.py",6493,0,"b",python,content +2224,22040275,"utils/nn.py",6494,0,"",python,selection_keyboard +2225,22040322,"utils/nn.py",6494,0,"e",python,content +2226,22040323,"utils/nn.py",6495,0,"",python,selection_keyboard +2227,22040439,"utils/nn.py",6495,0," ",python,content +2228,22040440,"utils/nn.py",6496,0,"",python,selection_keyboard +2229,22041513,"utils/nn.py",6496,0,"o",python,content +2230,22041514,"utils/nn.py",6497,0,"",python,selection_keyboard +2231,22041587,"utils/nn.py",6497,0,"u",python,content +2232,22041588,"utils/nn.py",6498,0,"",python,selection_keyboard +2233,22041609,"utils/nn.py",6498,0,"s",python,content +2234,22041610,"utils/nn.py",6499,0,"",python,selection_keyboard +2235,22041673,"utils/nn.py",6499,0,"t",python,content +2236,22041673,"utils/nn.py",6500,0,"",python,selection_keyboard +2237,22041961,"utils/nn.py",6499,1,"",python,content +2238,22042101,"utils/nn.py",6498,1,"",python,content +2239,22042189,"utils/nn.py",6498,0,"t",python,content +2240,22042190,"utils/nn.py",6499,0,"",python,selection_keyboard +2241,22042342,"utils/nn.py",6499,0,"s",python,content +2242,22042344,"utils/nn.py",6500,0,"",python,selection_keyboard +2243,22042473,"utils/nn.py",6500,0,"i",python,content +2244,22042480,"utils/nn.py",6501,0,"",python,selection_keyboard +2245,22042505,"utils/nn.py",6501,0,"d",python,content +2246,22042507,"utils/nn.py",6502,0,"",python,selection_keyboard +2247,22042655,"utils/nn.py",6502,0,"e",python,content +2248,22042657,"utils/nn.py",6503,0,"",python,selection_keyboard +2249,22042745,"utils/nn.py",6503,0," ",python,content +2250,22042746,"utils/nn.py",6504,0,"",python,selection_keyboard +2251,22042859,"utils/nn.py",6504,0,"o",python,content +2252,22042860,"utils/nn.py",6505,0,"",python,selection_keyboard +2253,22043061,"utils/nn.py",6505,0,"r",python,content +2254,22043062,"utils/nn.py",6506,0,"",python,selection_keyboard +2255,22043158,"utils/nn.py",6506,0," ",python,content +2256,22043159,"utils/nn.py",6507,0,"",python,selection_keyboard +2257,22043693,"utils/nn.py",6507,0,"i",python,content +2258,22043695,"utils/nn.py",6508,0,"",python,selection_keyboard +2259,22043758,"utils/nn.py",6508,0,"n",python,content +2260,22043759,"utils/nn.py",6509,0,"",python,selection_keyboard +2261,22043841,"utils/nn.py",6509,0,"s",python,content +2262,22043842,"utils/nn.py",6510,0,"",python,selection_keyboard +2263,22043908,"utils/nn.py",6510,0,"i",python,content +2264,22043909,"utils/nn.py",6511,0,"",python,selection_keyboard +2265,22043977,"utils/nn.py",6511,0,"d",python,content +2266,22043978,"utils/nn.py",6512,0,"",python,selection_keyboard +2267,22044124,"utils/nn.py",6512,0,"e",python,content +2268,22044125,"utils/nn.py",6513,0,"",python,selection_keyboard +2269,22044227,"utils/nn.py",6513,0," ",python,content +2270,22044228,"utils/nn.py",6514,0,"",python,selection_keyboard +2271,22044351,"utils/nn.py",6514,0,"o",python,content +2272,22044352,"utils/nn.py",6515,0,"",python,selection_keyboard +2273,22044388,"utils/nn.py",6515,0,"f",python,content +2274,22044390,"utils/nn.py",6516,0,"",python,selection_keyboard +2275,22044513,"utils/nn.py",6516,0," ",python,content +2276,22044515,"utils/nn.py",6517,0,"",python,selection_keyboard +2277,22044915,"utils/nn.py",6517,0,"P",python,content +2278,22044916,"utils/nn.py",6518,0,"",python,selection_keyboard +2279,22045093,"utils/nn.py",6518,0,"a",python,content +2280,22045095,"utils/nn.py",6519,0,"",python,selection_keyboard +2281,22045161,"utils/nn.py",6519,0,"r",python,content +2282,22045162,"utils/nn.py",6520,0,"",python,selection_keyboard +2283,22045281,"utils/nn.py",6520,0,"a",python,content +2284,22045281,"utils/nn.py",6521,0,"",python,selection_keyboard +2285,22045331,"utils/nn.py",6521,0,"m",python,content +2286,22045331,"utils/nn.py",6522,0,"",python,selection_keyboard +2287,22045460,"utils/nn.py",6521,0,"",python,selection_command +2288,22045593,"utils/nn.py",6421,0,"",python,selection_command +2289,22047272,"utils/nn.py",0,0,"",python,tab +2290,22048732,"utils/nn.py",0,0,"",python,tab +2291,22049145,"utils/nn.py",6523,0,"",python,selection_command +2292,22049296,"utils/nn.py",6568,0,"",python,selection_command +2293,22049428,"utils/nn.py",6612,0,"",python,selection_command +2294,22049562,"utils/nn.py",6664,0,"",python,selection_command +2295,22049704,"utils/nn.py",6678,0,"",python,selection_command +2296,22050202,"utils/nn.py",6689,0,"",python,selection_command +2297,22050350,"utils/nn.py",6746,0,"",python,selection_command +2298,22053133,"utils/nn.py",6747,0,"",python,selection_command +2299,22053297,"utils/nn.py",6765,0,"",python,selection_command +2300,22053467,"utils/nn.py",6808,0,"",python,selection_command +2301,22053604,"utils/nn.py",6868,0,"",python,selection_command +2302,22054053,"utils/nn.py",6904,0,"",python,selection_command +2303,22054306,"utils/nn.py",6929,0,"",python,selection_command +2304,22054334,"utils/nn.py",6979,0,"",python,selection_command +2305,22054364,"utils/nn.py",7025,0,"",python,selection_command +2306,22054389,"utils/nn.py",7046,0,"",python,selection_command +2307,22054432,"utils/nn.py",7089,0,"",python,selection_command +2308,22054563,"utils/nn.py",7090,0,"",python,selection_command +2309,22055003,"utils/nn.py",7089,0,"",python,selection_command +2310,22055236,"utils/nn.py",7046,0,"",python,selection_command +2311,22055266,"utils/nn.py",7025,0,"",python,selection_command +2312,22055300,"utils/nn.py",6979,0,"",python,selection_command +2313,22055336,"utils/nn.py",6929,0,"",python,selection_command +2314,22055372,"utils/nn.py",6904,0,"",python,selection_command +2315,22055423,"utils/nn.py",6868,0,"",python,selection_command +2316,22055582,"utils/nn.py",6904,0,"",python,selection_command +2317,22055833,"utils/nn.py",6929,0,"",python,selection_command +2318,22055872,"utils/nn.py",6979,0,"",python,selection_command +2319,22055901,"utils/nn.py",7025,0,"",python,selection_command +2320,22055923,"utils/nn.py",7046,0,"",python,selection_command +2321,22055959,"utils/nn.py",7089,0,"",python,selection_command +2322,22055999,"utils/nn.py",7090,0,"",python,selection_command +2323,22056024,"utils/nn.py",7135,0,"",python,selection_command +2324,22056058,"utils/nn.py",7183,0,"",python,selection_command +2325,22056092,"utils/nn.py",7224,0,"",python,selection_command +2326,22056141,"utils/nn.py",7225,0,"",python,selection_command +2327,22056181,"utils/nn.py",7270,0,"",python,selection_command +2328,22056190,"utils/nn.py",7317,0,"",python,selection_command +2329,22056223,"utils/nn.py",7351,0,"",python,selection_command +2330,22056255,"utils/nn.py",7352,0,"",python,selection_command +2331,22056289,"utils/nn.py",7397,0,"",python,selection_command +2332,22056324,"utils/nn.py",7441,0,"",python,selection_command +2333,22056358,"utils/nn.py",7442,0,"",python,selection_command +2334,22056501,"utils/nn.py",7443,0,"",python,selection_command +2335,22056683,"utils/nn.py",7519,0,"",python,selection_command +2336,22056798,"utils/nn.py",7527,0,"",python,selection_command +2337,22057608,"utils/nn.py",9259,0,"",python,selection_command +2338,22058292,"utils/nn.py",9925,0,"",python,selection_command +2339,22060185,"utils/nn.py",8692,0,"",python,selection_command +2340,22060348,"utils/nn.py",7143,0,"",python,selection_command +2341,22060489,"utils/nn.py",5966,0,"",python,selection_command +2342,22060731,"utils/nn.py",4746,0,"",python,selection_command +2343,22060770,"utils/nn.py",3562,0,"",python,selection_command +2344,22060803,"utils/nn.py",2407,0,"",python,selection_command +2345,22060836,"utils/nn.py",934,0,"",python,selection_command +2346,22060883,"utils/nn.py",0,0,"",python,selection_command +2347,22062227,"utils/nn.py",1241,0,"",python,selection_keyboard +2348,22062674,"utils/nn.py",1210,0,"",python,selection_command +2349,22062925,"utils/nn.py",1175,0,"",python,selection_command +2350,22062955,"utils/nn.py",1144,0,"",python,selection_command +2351,22062979,"utils/nn.py",1121,0,"",python,selection_command +2352,22063014,"utils/nn.py",1018,0,"",python,selection_command +2353,22063049,"utils/nn.py",938,0,"",python,selection_command +2354,22063088,"utils/nn.py",911,0,"",python,selection_command +2355,22063123,"utils/nn.py",902,0,"",python,selection_command +2356,22063236,"utils/nn.py",901,0,"",python,selection_command +2357,22063238,"utils/nn.py",892,0,"",python,selection_command +2358,22063240,"utils/nn.py",854,0,"",python,selection_command +2359,22063257,"utils/nn.py",827,0,"",python,selection_command +2360,22063293,"utils/nn.py",818,0,"",python,selection_command +2361,22063313,"utils/nn.py",754,0,"",python,selection_command +2362,22063345,"utils/nn.py",682,0,"",python,selection_command +2363,22063380,"utils/nn.py",672,0,"",python,selection_command +2364,22063414,"utils/nn.py",591,0,"",python,selection_command +2365,22063448,"utils/nn.py",563,0,"",python,selection_command +2366,22063479,"utils/nn.py",488,0,"",python,selection_command +2367,22063524,"utils/nn.py",430,0,"",python,selection_command +2368,22063547,"utils/nn.py",420,0,"",python,selection_command +2369,22063581,"utils/nn.py",390,0,"",python,selection_command +2370,22063616,"utils/nn.py",359,0,"",python,selection_command +2371,22063857,"utils/nn.py",284,0,"",python,selection_command +2372,22064025,"utils/nn.py",292,0,"",python,selection_command +2373,22064275,"utils/nn.py",293,0,"",python,selection_command +2374,22064645,"utils/nn.py",275,0,"",python,selection_command +2375,22064844,"utils/nn.py",293,0,"",python,selection_command +2376,22064924,"utils/nn.py",297,0,"",python,selection_command +2377,22065105,"utils/nn.py",299,0,"",python,selection_command +2378,22065361,"utils/nn.py",306,0,"",python,selection_command +2379,22065388,"utils/nn.py",308,0,"",python,selection_command +2380,22065421,"utils/nn.py",311,0,"",python,selection_command +2381,22065457,"utils/nn.py",313,0,"",python,selection_command +2382,22065488,"utils/nn.py",320,0,"",python,selection_command +2383,22065522,"utils/nn.py",322,0,"",python,selection_command +2384,22065555,"utils/nn.py",326,0,"",python,selection_command +2385,22065589,"utils/nn.py",328,0,"",python,selection_command +2386,22065621,"utils/nn.py",332,0,"",python,selection_command +2387,22065793,"utils/nn.py",334,0,"",python,selection_command +2388,22065951,"utils/nn.py",338,0,"",python,selection_command +2389,22066109,"utils/nn.py",340,0,"",python,selection_command +2390,22066176,"utils/nn.py",343,0,"",python,selection_command +2391,22066430,"utils/nn.py",344,0,"",python,selection_command +2392,22066774,".venv/lib/python3.10/site-packages/flax/nnx/rnglib.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\nfrom __future__ import annotations\n\nimport functools\nimport typing as tp\n\nimport jax\nimport jax.numpy as jnp\n\nfrom flax import struct\nfrom flax.nnx import graph\nfrom flax.nnx import statelib\nfrom flax.nnx.statelib import State\nfrom flax.nnx.variablelib import Variable\nfrom flax.nnx import filterlib\nfrom flax.nnx.filterlib import All\nfrom flax.nnx.object import Object\nfrom flax.typing import MISSING, Missing\n\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\nCounts = list[int]\nAxesValue = tp.Union[int, None]\nSplitPattern = tp.Union[AxesValue, tuple[AxesValue, ...]]\n\n\nclass RngState(Variable[jax.Array]):\n tag: str\n\n\nclass RngCount(RngState): ...\n\n\nclass RngKey(RngState): ...\n\n\nNotKey = filterlib.All(RngState, filterlib.Not(RngKey))\n\n\nclass RngStream(Object):\n def __init__(\n self,\n tag: str,\n key: jax.Array,\n count: jax.Array,\n ):\n if not isinstance(key, jax.Array):\n raise TypeError(f'key must be a jax.Array, got {type(key)}')\n\n self.key = RngKey(key, tag=tag)\n self.count = RngCount(count, tag=tag)\n\n def __call__(self) -> jax.Array:\n self._check_valid_context(\n lambda: 'Cannot call RngStream from a different trace level'\n )\n key = jax.random.fold_in(self.key.value, self.count.value)\n self.count.value += 1\n return key\n\n\nRngValue = tp.Union[int, jax.Array]\nRngDict = tp.Union[\n tp.Mapping[str, int],\n tp.Mapping[str, jax.Array],\n tp.Mapping[str, RngValue],\n]\n\n\nclass Rngs(Object):\n """"""NNX rng container class. To instantiate the ``Rngs``, pass\n in an integer, specifying the starting seed. ``Rngs`` can have\n different ""streams"", allowing the user to generate different\n rng keys. For example, to generate a key for the ``params``\n and ``dropout`` stream::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> rng1 = nnx.Rngs(0, params=1)\n >>> rng2 = nnx.Rngs(0)\n\n >>> assert rng1.params() != rng2.dropout()\n\n Because we passed in ``params=1``, the starting seed for\n ``params`` is ``1``, whereas the starting seed for ``dropout``\n defaults to the ``0`` we passed in, since we didn't specify\n a seed for ``dropout``. If we didn't specify a seed for ``params``,\n then both streams will default to using the ``0`` we passed in::\n\n >>> rng1 = nnx.Rngs(0)\n >>> rng2 = nnx.Rngs(0)\n\n >>> assert rng1.params() == rng2.dropout()\n\n The ``Rngs`` container class contains a separate counter for\n each stream. Every time the stream is called to generate a new rng\n key, the counter increments by ``1``. To generate a new rng key,\n we fold in the counter value for the current rng stream into its\n corresponding starting seed. If we try to generate an rng key for\n a stream we did not specify on instantiation, then the ``default``\n stream is used (i.e. the first positional argument passed to ``Rngs``\n during instantiation is the ``default`` starting seed)::\n\n >>> rng1 = nnx.Rngs(100, params=42)\n >>> # `params` stream starting seed is 42, counter is 0\n >>> assert rng1.params() == jax.random.fold_in(jax.random.key(42), 0)\n >>> # `dropout` stream starting seed is defaulted to 100, counter is 0\n >>> assert rng1.dropout() == jax.random.fold_in(jax.random.key(100), 0)\n >>> # empty stream starting seed is defaulted to 100, counter is 1\n >>> assert rng1() == jax.random.fold_in(jax.random.key(100), 1)\n >>> # `params` stream starting seed is 42, counter is 1\n >>> assert rng1.params() == jax.random.fold_in(jax.random.key(42), 1)\n\n Let's see an example of using ``Rngs`` in a :class:`Module` and\n verifying the output by manually threading the ``Rngs``::\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... # Linear uses the `params` stream twice for kernel and bias\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... # Dropout uses the `dropout` stream once\n ... self.dropout = nnx.Dropout(0.5, rngs=rngs)\n ... def __call__(self, x):\n ... return self.dropout(self.linear(x))\n\n >>> def assert_same(x, rng_seed, **rng_kwargs):\n ... model = Model(rngs=nnx.Rngs(rng_seed, **rng_kwargs))\n ... out = model(x)\n ...\n ... # manual forward propagation\n ... rngs = nnx.Rngs(rng_seed, **rng_kwargs)\n ... kernel = nnx.initializers.lecun_normal()(rngs.params(), (2, 3))\n ... assert (model.linear.kernel.value==kernel).all()\n ... bias = nnx.initializers.zeros_init()(rngs.params(), (3,))\n ... assert (model.linear.bias.value==bias).all()\n ... mask = jax.random.bernoulli(rngs.dropout(), p=0.5, shape=(1, 3))\n ... # dropout scales the output proportional to the dropout rate\n ... manual_out = mask * (jnp.dot(x, kernel) + bias) / 0.5\n ... assert (out == manual_out).all()\n\n >>> x = jnp.ones((1, 2))\n >>> assert_same(x, 0)\n >>> assert_same(x, 0, params=1)\n >>> assert_same(x, 0, params=1, dropout=2)\n """"""\n\n def __init__(\n self,\n default: RngValue | RngDict | None = None,\n **rngs: RngValue,\n ):\n """"""\n Args:\n default: the starting seed for the ``default`` stream. Any\n key generated from a stream that isn't specified in the\n ``**rngs`` key-word arguments will default to using this\n starting seed.\n **rngs: optional key-word arguments to specify starting\n seeds for different rng streams. The key-word is the\n stream name and its value is the corresponding starting\n seed for that stream.\n """"""\n if default is not None:\n if isinstance(default, tp.Mapping):\n rngs = {**default, **rngs}\n else:\n rngs['default'] = default\n\n for name, value in rngs.items():\n if isinstance(value, int):\n key = jax.random.key(value)\n elif isinstance(value, jax.Array):\n if value.dtype == jnp.uint32:\n key = jax.random.wrap_key_data(value)\n else:\n key = value\n else:\n raise ValueError(f'Invalid rng value: {value}')\n\n stream = RngStream(\n tag=name,\n key=key,\n count=jnp.zeros(key.shape, dtype=jnp.uint32),\n )\n setattr(self, name, stream)\n\n def _get_stream(self, name: str, error_type: type[Exception]) -> RngStream:\n rngs_vars = vars(self)\n if name not in rngs_vars:\n if 'default' not in rngs_vars:\n raise error_type(f""No RNG named {name!r} or 'default' found in Rngs."")\n stream = rngs_vars['default']\n else:\n stream = rngs_vars[name]\n\n return stream\n\n def __getitem__(self, name: str):\n return self._get_stream(name, KeyError)\n\n def __getattr__(self, name: str):\n return self._get_stream(name, AttributeError)\n\n def __call__(self):\n return self.default()\n\n def __iter__(self) -> tp.Iterator[str]:\n for name in vars(self):\n if name != '_object__state':\n yield name\n\n def __len__(self) -> int:\n return len(vars(self)) - 1\n\n def __contains__(self, name: tp.Any) -> bool:\n return name in vars(self)\n\n # pickle support\n def __getstate__(self):\n return vars(self).copy()\n\n def __setstate__(self, state):\n vars(self).update(state)\n\n def items(self):\n for name in self:\n yield name, self[name]\n\n\nclass ForkStates(tp.NamedTuple):\n split_keys: State\n split_counts: State\n broadcast_keys: State\n broadcast_counts: State\n\n\ndef fork(\n state: State,\n split_filter: filterlib.Filter,\n split_pattern: SplitPattern,\n) -> ForkStates:\n if split_pattern is None:\n raise RuntimeError('Split pattern cannot be None, this is a bug.')\n\n num_splits: int | tuple[int, ...]\n if isinstance(split_pattern, int):\n num_splits = split_pattern\n else:\n num_splits = tuple(x if x is not None else 1 for x in split_pattern)\n\n split_keys, split_counts, broadcast_keys, broadcast_counts = (\n statelib.split_state(\n state,\n All(split_filter, RngKey),\n All(split_filter, RngCount),\n RngKey,\n RngCount,\n )\n )\n\n def split_key(key: tp.Any) -> jax.Array:\n if not isinstance(key, jax.Array):\n raise TypeError(f'key must be a jax.Array, got {type(key)}')\n\n return jax.random.split(key, num_splits)\n\n split_keys = jax.tree.map(split_key, split_keys)\n\n return ForkStates(split_keys, split_counts, broadcast_keys, broadcast_counts)\n\n\nStreamBackup = (\n tuple[RngStream, jax.Array, jax.Array] | tuple[RngStream, jax.Array]\n)\n\n\nclass SplitBackups(struct.PyTreeNode, tp.Iterable[StreamBackup]):\n backups: list[StreamBackup]\n\n def __iter__(self) -> tp.Iterator[StreamBackup]:\n return iter(self.backups)\n\n def __enter__(self):\n return self\n\n def __exit__(self, *args):\n restore_rngs(self)\n\n\n@tp.overload\ndef split_rngs(\n node: tp.Any,\n /,\n *,\n splits: int | tuple[int, ...],\n only: filterlib.Filter = ...,\n squeeze: bool = False,\n) -> SplitBackups: ...\n@tp.overload\ndef split_rngs(\n *,\n splits: int | tuple[int, ...],\n only: filterlib.Filter = ...,\n squeeze: bool = False,\n) -> tp.Callable[[F], F]: ...\ndef split_rngs(\n node: tp.Any = MISSING,\n /,\n *,\n splits: int | tuple[int, ...],\n only: filterlib.Filter = ...,\n squeeze: bool = False,\n) -> SplitBackups | tp.Callable[[F], F]:\n """"""Splits the (nested) Rng states of the given node.\n\n Args:\n node: the base node containing the rng states to split.\n splits: an integer or tuple of integers specifying the\n shape of the split rng keys.\n only: a Filter selecting which rng states to split.\n\n Returns:\n A SplitBackups iterable if ``node`` is provided, otherwise a\n decorator that splits the rng states of the inputs to the\n decorated function.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> rngs = nnx.Rngs(params=0, dropout=1)\n >>> _ = nnx.split_rngs(rngs, splits=5)\n >>> rngs.params.key.shape, rngs.dropout.key.shape\n ((5,), (5,))\n\n >>> rngs = nnx.Rngs(params=0, dropout=1)\n >>> _ = nnx.split_rngs(rngs, splits=(2, 5))\n >>> rngs.params.key.shape, rngs.dropout.key.shape\n ((2, 5), (2, 5))\n\n\n >>> rngs = nnx.Rngs(params=0, dropout=1)\n >>> _ = nnx.split_rngs(rngs, splits=5, only='params')\n >>> rngs.params.key.shape, rngs.dropout.key.shape\n ((5,), ())\n\n Once split, random state can be used with transforms like :func:`nnx.vmap`::\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5, rngs=rngs)\n ...\n >>> rngs = nnx.Rngs(params=0, dropout=1)\n >>> _ = nnx.split_rngs(rngs, splits=5, only='params')\n ...\n >>> state_axes = nnx.StateAxes({(nnx.Param, 'params'): 0, ...: None})\n ...\n >>> @nnx.vmap(in_axes=(state_axes,), out_axes=state_axes)\n ... def create_model(rngs):\n ... return Model(rngs)\n ...\n >>> model = create_model(rngs)\n >>> model.dropout.rngs.params.key.shape\n (5,)\n\n ``split_rngs`` returns a SplitBackups object that can be used to restore the\n original unsplit rng states using :func:`nnx.restore_rngs`, this is useful\n when you only want to split the rng states temporarily::\n\n >>> rngs = nnx.Rngs(params=0, dropout=1)\n ...\n >>> backups = nnx.split_rngs(rngs, splits=5, only='params')\n >>> model = create_model(rngs)\n >>> nnx.restore_rngs(backups)\n ...\n >>> model.dropout.rngs.params.key.shape\n ()\n\n SplitBackups can also be used as a context manager to automatically restore\n the rng states when exiting the context::\n\n >>> rngs = nnx.Rngs(params=0, dropout=1)\n ...\n >>> with nnx.split_rngs(rngs, splits=5, only='params'):\n ... model = create_model(rngs)\n ...\n >>> model.dropout.rngs.params.key.shape\n ()\n\n >>> state_axes = nnx.StateAxes({(nnx.Param, 'params'): 0, ...: None})\n ...\n >>> @nnx.split_rngs(splits=5, only='params')\n ... @nnx.vmap(in_axes=(state_axes,), out_axes=state_axes)\n ... def create_model(rngs):\n ... return Model(rngs)\n ...\n >>> rngs = nnx.Rngs(params=0, dropout=1)\n >>> model = create_model(rngs)\n >>> model.dropout.rngs.params.key.shape\n ()\n\n\n """"""\n if isinstance(node, Missing):\n\n def split_rngs_decorator(f: F) -> F:\n @functools.wraps(f)\n def split_rngs_wrapper(*args, **kwargs):\n with split_rngs(\n (args, kwargs), splits=splits, only=only, squeeze=squeeze\n ):\n return f(*args, **kwargs)\n\n return tp.cast(F, split_rngs_wrapper)\n\n return split_rngs_decorator # type: ignore[bad-return-type]\n\n if squeeze and splits != 1:\n raise ValueError('squeeze=True is only supported for splits=1')\n\n predicate = filterlib.to_predicate(only)\n backups: list[StreamBackup] = []\n for path, stream in graph.iter_graph(node):\n if (\n isinstance(stream, RngStream)\n and predicate((*path, 'key'), stream.key)\n and predicate((*path, 'count'), stream.count)\n ):\n key = stream()\n backups.append((stream, stream.key.value, stream.count.value))\n key = jax.random.split(key, splits)\n if squeeze:\n key = key[0]\n stream.key.value = key\n if squeeze:\n counts_shape = stream.count.shape\n elif isinstance(splits, int):\n counts_shape = (splits, *stream.count.shape)\n else:\n counts_shape = (*splits, *stream.count.shape)\n stream.count.value = jnp.zeros(counts_shape, dtype=jnp.uint32)\n\n return SplitBackups(backups)\n\n\ndef backup_keys(node: tp.Any, /):\n backups: list[StreamBackup] = []\n for _, stream in graph.iter_graph(node):\n if isinstance(stream, RngStream):\n backups.append((stream, stream.key.value))\n return backups\n\n\ndef reseed(node, /, **stream_keys: RngValue):\n """"""Update the keys of the specified RNG streams with new keys.\n\n Args:\n node: the node to reseed the RNG streams in.\n **stream_keys: a mapping of stream names to new keys. The keys can be\n either integers or jax arrays. If an integer is passed in, then the\n key will be generated using ``jax.random.key``.\n\n Raises:\n ValueError: if an existing stream key is not a scalar.\n\n Example::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5, rngs=rngs)\n ... def __call__(self, x):\n ... return self.dropout(self.linear(x))\n ...\n >>> model = Model(nnx.Rngs(params=0, dropout=42))\n >>> x = jnp.ones((1, 2))\n ...\n >>> y1 = model(x)\n ...\n >>> # reset the ``dropout`` stream key to 42\n >>> nnx.reseed(model, dropout=42)\n >>> y2 = model(x)\n ...\n >>> jnp.allclose(y1, y2)\n Array(True, dtype=bool)\n """"""\n for _, stream in graph.iter_graph(node):\n if isinstance(stream, RngStream):\n if stream.key.tag in stream_keys:\n if stream.key.shape != ():\n raise ValueError(\n f'Cannot reseed stream {stream.key.tag!r} with a non-scalar key, '\n f' found key with shape {stream.key.shape}.'\n )\n key = stream_keys[stream.key.tag]\n if isinstance(key, int):\n key = jax.random.key(key)\n stream.key.value = key\n stream.count.value = jnp.array(0, dtype=jnp.uint32)\n\n\ndef restore_rngs(backups: tp.Iterable[StreamBackup], /):\n for backup in backups:\n stream = backup[0]\n stream.key.value = backup[1] # key\n if len(backup) == 3:\n stream.count.value = backup[2] # count\n",python,tab +2393,22066775,".venv/lib/python3.10/site-packages/flax/nnx/rnglib.py",2018,0,"",python,selection_command +2394,22070544,"utils/nn.py",0,0,"",python,tab +2395,22070545,"utils/nn.py",344,0,"",python,selection_command +2396,22074855,"utils/nn.py",0,0,"",python,tab +2397,22086299,"utils/nn.py",0,0,"",python,tab +2398,22087130,"utils/nn.py",343,0,"",python,selection_command +2399,22087338,"utils/nn.py",340,0,"",python,selection_command +2400,22087390,"utils/nn.py",338,0,"",python,selection_command +2401,22087516,"utils/nn.py",334,0,"",python,selection_command +2402,22087878,"utils/nn.py",344,0,"",python,selection_command +2403,22089324,"utils/nn.py",1096,0,"",python,selection_command +2404,22090283,"utils/nn.py",344,0,"",python,selection_command +2405,22090428,"utils/nn.py",334,0,"",python,selection_command +2406,22091031,"utils/nn.py",333,0,"",python,selection_command +2407,22091248,"utils/nn.py",332,0,"",python,selection_command +2408,22091384,"utils/nn.py",332,1,",",python,selection_command +2409,22091417,"utils/nn.py",332,6,", rngs",python,selection_command +2410,22091613,"utils/nn.py",332,7,", rngs:",python,selection_command +2411,22091764,"utils/nn.py",332,11,", rngs: nnx",python,selection_command +2412,22091898,"utils/nn.py",332,12,", rngs: nnx.",python,selection_command +2413,22092239,"utils/nn.py",332,16,", rngs: nnx.Rngs",python,selection_command +2414,22092512,"utils/nn.py",332,16,"",python,content +2415,22093382,"utils/nn.py",276,0,"",python,selection_command +2416,22094901,"utils/nn.py",275,0,"",python,selection_command +2417,22095013,"utils/nn.py",148,0,"",python,selection_command +2418,22095370,"utils/nn.py",110,0,"",python,selection_command +2419,22096336,"utils/nn.py",116,0,"",python,selection_command +2420,22097556,"utils/nn.py",1378,0,"",python,selection_command +2421,22099058,"utils/nn.py",0,0,"",python,tab +2422,22101779,"utils/nn.py",0,0,"",python,tab +2423,22101779,"utils/nn.py",1086,0,"",python,selection_mouse +2424,22101804,"utils/nn.py",1085,0,"",python,selection_command +2425,22102425,"utils/nn.py",1094,1,"p",python,selection_command +2426,22102453,"utils/nn.py",1094,2,"po",python,selection_command +2427,22103379,"utils/nn.py",1314,3,"Pos",python,selection_command +2428,22103761,"utils/nn.py",1314,4,"Posi",python,selection_command +2429,22103865,"utils/nn.py",1314,5,"Posit",python,selection_command +2430,22103922,"utils/nn.py",1314,6,"Positi",python,selection_command +2431,22104008,"utils/nn.py",1314,7,"Positio",python,selection_command +2432,22104036,"utils/nn.py",1314,8,"Position",python,selection_command +2433,22104108,"utils/nn.py",1314,9,"Positiona",python,selection_command +2434,22104240,"utils/nn.py",1314,10,"Positional",python,selection_command +2435,22104760,"utils/nn.py",1882,10,"Positional",python,selection_command +2436,22108378,"utils/nn.py",0,0,"",python,tab +2437,22108381,"utils/nn.py",0,0,"",python,tab +2438,22108843,"utils/nn.py",1396,0,"",python,selection_command +2439,22108994,"utils/nn.py",1397,0,"",python,selection_command +2440,22109128,"utils/nn.py",1401,0,"",python,selection_command +2441,22109293,"utils/nn.py",1402,0,"",python,selection_command +2442,22109493,"utils/nn.py",1405,0,"",python,selection_command +2443,22109840,"utils/nn.py",1405,1,",",python,selection_command +2444,22109898,"utils/nn.py",1405,6,", rngs",python,selection_command +2445,22110033,"utils/nn.py",1405,7,", rngs=",python,selection_command +2446,22110299,"utils/nn.py",1405,11,", rngs=rngs",python,selection_command +2447,22110612,"utils/nn.py",1405,11,"",python,content +2448,22110853,"utils/nn.py",1347,0,"",python,selection_command +2449,22112436,"utils/nn.py",1407,0,"",python,selection_command +2450,22112707,"utils/nn.py",1450,0,"",python,selection_command +2451,22112712,"utils/nn.py",1485,0,"",python,selection_command +2452,22112736,"utils/nn.py",1527,0,"",python,selection_command +2453,22112781,"utils/nn.py",1557,0,"",python,selection_command +2454,22112804,"utils/nn.py",1580,0,"",python,selection_command +2455,22112853,"utils/nn.py",1637,0,"",python,selection_command +2456,22112872,"utils/nn.py",1675,0,"",python,selection_command +2457,22112903,"utils/nn.py",1709,0,"",python,selection_command +2458,22112936,"utils/nn.py",1744,0,"",python,selection_command +2459,22112971,"utils/nn.py",1783,0,"",python,selection_command +2460,22113013,"utils/nn.py",1825,0,"",python,selection_command +2461,22113045,"utils/nn.py",1855,0,"",python,selection_command +2462,22113080,"utils/nn.py",1951,0,"",python,selection_command +2463,22113236,"utils/nn.py",1973,0,"",python,selection_command +2464,22113385,"utils/nn.py",1983,0,"",python,selection_command +2465,22113539,"utils/nn.py",1992,0,"",python,selection_command +2466,22114110,"utils/nn.py",2051,11,"",python,content +2467,22116464,"utils/nn.py",3241,0,"",python,selection_command +2468,22116868,"utils/nn.py",4400,0,"",python,selection_command +2469,22117062,"utils/nn.py",5669,0,"",python,selection_command +2470,22117748,"utils/nn.py",4400,0,"",python,selection_command +2471,22118651,"utils/nn.py",4439,0,"",python,selection_command +2472,22118883,"utils/nn.py",4466,0,"",python,selection_command +2473,22118916,"utils/nn.py",4520,0,"",python,selection_command +2474,22118953,"utils/nn.py",4530,0,"",python,selection_command +2475,22118983,"utils/nn.py",4572,0,"",python,selection_command +2476,22119017,"utils/nn.py",4613,0,"",python,selection_command +2477,22119050,"utils/nn.py",4655,0,"",python,selection_command +2478,22119084,"utils/nn.py",4685,0,"",python,selection_command +2479,22119118,"utils/nn.py",4708,0,"",python,selection_command +2480,22119306,"utils/nn.py",4747,0,"",python,selection_command +2481,22119489,"utils/nn.py",4826,0,"",python,selection_command +2482,22119607,"utils/nn.py",4866,0,"",python,selection_command +2483,22119817,"utils/nn.py",5990,0,"",python,selection_command +2484,22120040,"utils/nn.py",7195,0,"",python,selection_command +2485,22120700,"utils/nn.py",5990,0,"",python,selection_command +2486,22120842,"utils/nn.py",4870,0,"",python,selection_command +2487,22121222,"utils/nn.py",5990,0,"",python,selection_command +2488,22121874,"utils/nn.py",5962,0,"",python,selection_command +2489,22122006,"utils/nn.py",5949,0,"",python,selection_command +2490,22122253,"utils/nn.py",5924,0,"",python,selection_command +2491,22122284,"utils/nn.py",5890,0,"",python,selection_command +2492,22122321,"utils/nn.py",5861,0,"",python,selection_command +2493,22122353,"utils/nn.py",5851,0,"",python,selection_command +2494,22122475,"utils/nn.py",5820,0,"",python,selection_command +2495,22124981,"utils/nn.py",5812,0,"",python,selection_command +2496,22125398,"utils/nn.py",5780,0,"",python,selection_command +2497,22125568,"utils/nn.py",5748,0,"",python,selection_command +2498,22129079,"utils/nn.py",0,0,"",python,tab +2499,22130140,"utils/nn.py",88,1,"s",python,selection_command +2500,22130213,"utils/nn.py",202,2,"st",python,selection_command +2501,22130415,"utils/nn.py",3927,3,"STT",python,selection_command +2502,22130580,"utils/nn.py",3927,4,"STTr",python,selection_command +2503,22130815,"utils/nn.py",3927,5,"STTra",python,selection_command +2504,22131981,"utils/nn.py",0,0,"",python,tab +2505,22131981,"utils/nn.py",3215,0,"",python,selection_mouse +2506,22131986,"utils/nn.py",3214,0,"",python,selection_command +2507,22134359,"utils/nn.py",0,0,"",python,tab +2508,22134362,"utils/nn.py",0,0,"",python,tab +2509,22142607,"utils/nn.py",0,0,"",python,tab +2510,22144193,"utils/nn.py",0,0,"",python,tab +2511,22144193,"utils/nn.py",3380,0,"",python,selection_mouse +2512,22145380,"utils/nn.py",3655,0,"",python,selection_mouse +2513,22147409,"utils/nn.py",0,0,"",python,tab +2514,22147416,"utils/nn.py",0,0,"",python,tab +2515,22149273,"utils/nn.py",3927,28,"STTransformer(nnx.Module):\n ",python,selection_command +2516,22149491,"utils/nn.py",3927,113,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n ",python,selection_command +2517,22149527,"utils/nn.py",3927,205,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n ",python,selection_command +2518,22149558,"utils/nn.py",3927,266,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n ",python,selection_command +2519,22149596,"utils/nn.py",3927,301,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n ",python,selection_command +2520,22149625,"utils/nn.py",3927,332,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n ",python,selection_command +2521,22149726,"utils/nn.py",3927,363,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n ",python,selection_command +2522,22149727,"utils/nn.py",3927,400,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n ",python,selection_command +2523,22149727,"utils/nn.py",3927,435,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n ",python,selection_command +2524,22149759,"utils/nn.py",3927,466,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n ",python,selection_command +2525,22149794,"utils/nn.py",3927,505,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n ",python,selection_command +2526,22149824,"utils/nn.py",3927,532,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n ",python,selection_command +2527,22149925,"utils/nn.py",3927,587,"STTransformer(nnx.Module):\n def __init__(self, model_dim: int, ffn_dim: int, out_dim: int, num_blocks: int, \n num_heads: int, dropout: float, param_dtype: jnp.dtype, dtype: jnp.dtype, \n use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n ",python,selection_command +2528,22150251,"utils/nn.py",4513,0,"",python,selection_command +2529,22150531,"utils/nn.py",4522,0,"",python,selection_command +2530,22152439,"utils/nn.py",4522,41," self.input_norm1 = nnx.LayerNorm(",python,selection_command +2531,22152546,"utils/nn.py",4522,82," self.input_norm1 = nnx.LayerNorm(\n num_features=self.model_dim,",python,selection_command +2532,22152683,"utils/nn.py",4522,124," self.input_norm1 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,",python,selection_command +2533,22152874,"utils/nn.py",4522,154," self.input_norm1 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,selection_command +2534,22152951,"utils/nn.py",4522,177," self.input_norm1 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)",python,selection_command +2535,22153396,"utils/nn.py",4522,0,"",python,selection_command +2536,22153616,"utils/nn.py",4564,0,"",python,selection_command +2537,22153924,"utils/nn.py",4605,0,"",python,selection_command +2538,22154153,"utils/nn.py",4647,0,"",python,selection_command +2539,22154284,"utils/nn.py",4677,0,"",python,selection_command +2540,22154534,"utils/nn.py",4700,0,"",python,selection_command +2541,22154641,"utils/nn.py",4739,0,"",python,selection_command +2542,22154643,"utils/nn.py",4818,0,"",python,selection_command +2543,22154644,"utils/nn.py",4858,0,"",python,selection_command +2544,22154664,"utils/nn.py",4899,0,"",python,selection_command +2545,22154712,"utils/nn.py",4941,0,"",python,selection_command +2546,22154735,"utils/nn.py",4971,0,"",python,selection_command +2547,22154970,"utils/nn.py",4994,0,"",python,selection_command +2548,22155240,"utils/nn.py",4971,0,"",python,selection_command +2549,22155496,"utils/nn.py",4993,0,"\n ",python,content +2550,22155531,"utils/nn.py",4994,12,"",python,content +2551,22155691,"utils/nn.py",4994,0,"\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs)",python,content +2552,22155696,"utils/nn.py",5003,0,"",python,selection_command +2553,22156018,"utils/nn.py",4994,0,"",python,selection_command +2554,22156271,"utils/nn.py",4994,1,"",python,content +2555,22156294,"utils/nn.py",5002,0,"",python,selection_command +2556,22156401,"utils/nn.py",5044,0,"",python,selection_command +2557,22156545,"utils/nn.py",5048,0,"",python,selection_command +2558,22156742,"utils/nn.py",5006,0,"",python,selection_command +2559,22156886,"utils/nn.py",5007,0,"",python,selection_command +2560,22157332,"utils/nn.py",5018,0,"2",python,content +2561,22157332,"utils/nn.py",5017,1,"",python,content +2562,22159419,"utils/nn.py",5049,0,"",python,selection_command +2563,22159884,"utils/nn.py",5060,0,"",python,selection_command +2564,22159999,"utils/nn.py",5061,0,"",python,selection_command +2565,22160212,"utils/nn.py",5065,0,"",python,selection_command +2566,22160954,"utils/nn.py",5066,0,"",python,selection_command +2567,22165063,"utils/nn.py",5024,0,"",python,selection_command +2568,22165308,"utils/nn.py",4992,0,"",python,selection_command +2569,22165339,"utils/nn.py",4969,0,"",python,selection_command +2570,22165369,"utils/nn.py",4929,0,"",python,selection_command +2571,22165403,"utils/nn.py",4888,0,"",python,selection_command +2572,22165438,"utils/nn.py",4848,0,"",python,selection_command +2573,22165470,"utils/nn.py",4769,0,"",python,selection_command +2574,22165509,"utils/nn.py",4730,0,"",python,selection_command +2575,22165537,"utils/nn.py",4698,0,"",python,selection_command +2576,22165661,"utils/nn.py",4675,0,"",python,selection_command +2577,22165837,"utils/nn.py",4635,0,"",python,selection_command +2578,22165977,"utils/nn.py",4594,0,"",python,selection_command +2579,22166564,"utils/nn.py",4594,9,"",python,content +2580,22166828,"utils/nn.py",4594,0,"i",python,content +2581,22166829,"utils/nn.py",4595,0,"",python,selection_keyboard +2582,22166878,"utils/nn.py",4595,0,"n",python,content +2583,22166880,"utils/nn.py",4596,0,"",python,selection_keyboard +2584,22166978,"utils/nn.py",4596,0,"p",python,content +2585,22166979,"utils/nn.py",4597,0,"",python,selection_keyboard +2586,22167058,"utils/nn.py",4597,0,"u",python,content +2587,22167059,"utils/nn.py",4598,0,"",python,selection_keyboard +2588,22167094,"utils/nn.py",4598,0,"t",python,content +2589,22167096,"utils/nn.py",4599,0,"",python,selection_keyboard +2590,22167298,"utils/nn.py",4599,0,"_",python,content +2591,22167300,"utils/nn.py",4600,0,"",python,selection_keyboard +2592,22167499,"utils/nn.py",4600,0,"d",python,content +2593,22167501,"utils/nn.py",4601,0,"",python,selection_keyboard +2594,22167579,"utils/nn.py",4601,0,"i",python,content +2595,22167581,"utils/nn.py",4602,0,"",python,selection_keyboard +2596,22167610,"utils/nn.py",4602,0,"m",python,content +2597,22167611,"utils/nn.py",4603,0,"",python,selection_keyboard +2598,22167746,"utils/nn.py",4602,0,"",python,selection_command +2599,22168344,"utils/nn.py",4564,0,"",python,selection_command +2600,22171063,"utils/nn.py",4522,0,"",python,selection_command +2601,22171287,"utils/nn.py",4530,0,"",python,selection_command +2602,22171494,"utils/nn.py",4534,0,"",python,selection_command +2603,22171741,"utils/nn.py",4535,0,"",python,selection_command +2604,22171777,"utils/nn.py",4547,0,"",python,selection_command +2605,22171802,"utils/nn.py",4549,0,"",python,selection_command +2606,22171835,"utils/nn.py",4552,0,"",python,selection_command +2607,22171878,"utils/nn.py",4553,0,"",python,selection_command +2608,22172266,"utils/nn.py",4595,0,"",python,selection_command +2609,22172848,"utils/nn.py",4564,0,"",python,selection_command +2610,22173945,"utils/nn.py",4576,0,"",python,selection_command +2611,22174153,"utils/nn.py",4588,0,"",python,selection_command +2612,22174286,"utils/nn.py",4546,0,"",python,selection_command +2613,22174421,"utils/nn.py",4547,0,"",python,selection_command +2614,22174563,"utils/nn.py",4549,0,"",python,selection_command +2615,22174713,"utils/nn.py",4552,0,"",python,selection_command +2616,22174872,"utils/nn.py",4553,0,"",python,selection_command +2617,22177953,"utils/nn.py",4595,0,"",python,selection_command +2618,22178121,"utils/nn.py",4636,0,"",python,selection_command +2619,22178318,"utils/nn.py",4675,0,"",python,selection_command +2620,22178568,"utils/nn.py",4698,0,"",python,selection_command +2621,22178602,"utils/nn.py",4731,0,"",python,selection_command +2622,22178636,"utils/nn.py",4770,0,"",python,selection_command +2623,22178670,"utils/nn.py",4849,0,"",python,selection_command +2624,22178816,"utils/nn.py",4889,0,"",python,selection_command +2625,22179071,"utils/nn.py",4930,0,"",python,selection_command +2626,22179099,"utils/nn.py",4969,0,"",python,selection_command +2627,22179134,"utils/nn.py",4992,0,"",python,selection_command +2628,22179167,"utils/nn.py",5025,0,"",python,selection_command +2629,22179203,"utils/nn.py",5067,0,"",python,selection_command +2630,22179234,"utils/nn.py",5108,0,"",python,selection_command +2631,22179268,"utils/nn.py",5147,0,"",python,selection_command +2632,22179303,"utils/nn.py",5170,0,"",python,selection_command +2633,22179338,"utils/nn.py",5179,0,"",python,selection_command +2634,22179374,"utils/nn.py",5204,0,"",python,selection_command +2635,22179420,"utils/nn.py",5237,0,"",python,selection_command +2636,22179569,"utils/nn.py",5278,0,"",python,selection_command +2637,22179815,"utils/nn.py",5318,0,"",python,selection_command +2638,22179853,"utils/nn.py",5354,0,"",python,selection_command +2639,22179886,"utils/nn.py",5392,0,"",python,selection_command +2640,22179920,"utils/nn.py",5434,0,"",python,selection_command +2641,22179949,"utils/nn.py",5472,0,"",python,selection_command +2642,22179989,"utils/nn.py",5518,0,"",python,selection_command +2643,22180014,"utils/nn.py",5552,0,"",python,selection_command +2644,22180052,"utils/nn.py",5607,0,"",python,selection_command +2645,22180085,"utils/nn.py",5622,0,"",python,selection_command +2646,22180116,"utils/nn.py",5631,0,"",python,selection_command +2647,22180150,"utils/nn.py",5664,0,"",python,selection_command +2648,22180184,"utils/nn.py",5704,0,"",python,selection_command +2649,22180218,"utils/nn.py",5744,0,"",python,selection_command +2650,22180251,"utils/nn.py",5783,0,"",python,selection_command +2651,22180284,"utils/nn.py",5822,0,"",python,selection_command +2652,22180317,"utils/nn.py",5845,0,"",python,selection_command +2653,22180355,"utils/nn.py",5847,0,"",python,selection_command +2654,22180386,"utils/nn.py",5879,0,"",python,selection_command +2655,22180420,"utils/nn.py",5924,0,"",python,selection_command +2656,22180455,"utils/nn.py",5956,0,"",python,selection_command +2657,22180492,"utils/nn.py",5988,0,"",python,selection_command +2658,22180528,"utils/nn.py",6020,0,"",python,selection_command +2659,22180561,"utils/nn.py",6029,0,"",python,selection_command +2660,22180592,"utils/nn.py",6058,0,"",python,selection_command +2661,22180633,"utils/nn.py",6091,0,"",python,selection_command +2662,22180659,"utils/nn.py",6117,0,"",python,selection_command +2663,22180693,"utils/nn.py",6130,0,"",python,selection_command +2664,22180737,"utils/nn.py",6158,0,"",python,selection_command +2665,22180772,"utils/nn.py",6191,0,"",python,selection_command +2666,22180802,"utils/nn.py",6221,0,"",python,selection_command +2667,22180836,"utils/nn.py",6223,0,"",python,selection_command +2668,22180867,"utils/nn.py",6224,0,"",python,selection_command +2669,22180892,"utils/nn.py",6241,0,"",python,selection_command +2670,22180925,"utils/nn.py",6274,0,"",python,selection_command +2671,22180968,"utils/nn.py",6317,0,"",python,selection_command +2672,22180993,"utils/nn.py",6318,0,"",python,selection_command +2673,22181026,"utils/nn.py",6350,0,"",python,selection_command +2674,22181059,"utils/nn.py",6385,0,"",python,selection_command +2675,22181101,"utils/nn.py",6476,0,"",python,selection_command +2676,22181178,"utils/nn.py",6385,0,"",python,selection_command +2677,22181422,"utils/nn.py",6350,0,"",python,selection_command +2678,22181453,"utils/nn.py",6318,0,"",python,selection_command +2679,22181477,"utils/nn.py",6317,0,"",python,selection_command +2680,22181510,"utils/nn.py",6274,0,"",python,selection_command +2681,22181551,"utils/nn.py",6241,0,"",python,selection_command +2682,22181579,"utils/nn.py",6224,0,"",python,selection_command +2683,22181620,"utils/nn.py",6223,0,"",python,selection_command +2684,22181643,"utils/nn.py",6221,0,"",python,selection_command +2685,22181685,"utils/nn.py",6191,0,"",python,selection_command +2686,22181719,"utils/nn.py",6158,0,"",python,selection_command +2687,22181743,"utils/nn.py",6130,0,"",python,selection_command +2688,22181778,"utils/nn.py",6117,0,"",python,selection_command +2689,22181819,"utils/nn.py",6091,0,"",python,selection_command +2690,22181844,"utils/nn.py",6058,0,"",python,selection_command +2691,22181887,"utils/nn.py",6029,0,"",python,selection_command +2692,22181920,"utils/nn.py",6020,0,"",python,selection_command +2693,22182255,"utils/nn.py",6029,0,"",python,selection_command +2694,22183952,"utils/nn.py",7198,0,"",python,selection_command +2695,22184813,"utils/nn.py",7177,0,"",python,selection_command +2696,22185095,"utils/nn.py",7131,0,"",python,selection_command +2697,22185104,"utils/nn.py",7081,0,"",python,selection_command +2698,22185159,"utils/nn.py",7056,0,"",python,selection_command +2699,22185179,"utils/nn.py",7020,0,"",python,selection_command +2700,22185208,"utils/nn.py",6960,0,"",python,selection_command +2701,22185226,"utils/nn.py",6917,0,"",python,selection_command +2702,22185257,"utils/nn.py",6899,0,"",python,selection_command +2703,22185293,"utils/nn.py",6886,0,"",python,selection_command +2704,22185320,"utils/nn.py",6841,0,"",python,selection_command +2705,22185355,"utils/nn.py",6827,0,"",python,selection_command +2706,22185388,"utils/nn.py",6816,0,"",python,selection_command +2707,22185422,"utils/nn.py",6764,0,"",python,selection_command +2708,22185455,"utils/nn.py",6720,0,"",python,selection_command +2709,22185486,"utils/nn.py",6675,0,"",python,selection_command +2710,22185518,"utils/nn.py",6573,0,"",python,selection_command +2711,22185552,"utils/nn.py",6559,0,"",python,selection_command +2712,22185586,"utils/nn.py",6533,0,"",python,selection_command +2713,22185619,"utils/nn.py",6494,0,"",python,selection_command +2714,22185652,"utils/nn.py",6457,0,"",python,selection_command +2715,22185685,"utils/nn.py",6366,0,"",python,selection_command +2716,22185719,"utils/nn.py",6331,0,"",python,selection_command +2717,22185752,"utils/nn.py",6318,0,"",python,selection_command +2718,22185789,"utils/nn.py",6317,0,"",python,selection_command +2719,22185819,"utils/nn.py",6255,0,"",python,selection_command +2720,22185852,"utils/nn.py",6237,0,"",python,selection_command +2721,22185887,"utils/nn.py",6224,0,"",python,selection_command +2722,22185922,"utils/nn.py",6223,0,"",python,selection_command +2723,22185953,"utils/nn.py",6205,0,"",python,selection_command +2724,22185986,"utils/nn.py",6172,0,"",python,selection_command +2725,22186022,"utils/nn.py",6144,0,"",python,selection_command +2726,22186052,"utils/nn.py",6130,0,"",python,selection_command +2727,22186086,"utils/nn.py",6106,0,"",python,selection_command +2728,22186119,"utils/nn.py",6072,0,"",python,selection_command +2729,22186152,"utils/nn.py",6043,0,"",python,selection_command +2730,22186188,"utils/nn.py",6029,0,"",python,selection_command +2731,22186219,"utils/nn.py",6002,0,"",python,selection_command +2732,22186253,"utils/nn.py",5970,0,"",python,selection_command +2733,22186286,"utils/nn.py",5938,0,"",python,selection_command +2734,22186515,"utils/nn.py",5911,0,"",python,selection_command +2735,22186830,"utils/nn.py",5899,27,"",python,content +2736,22186859,"utils/nn.py",5907,0,"",python,selection_command +2737,22187011,"utils/nn.py",5939,0,"",python,selection_command +2738,22187163,"utils/nn.py",5971,0,"",python,selection_command +2739,22187320,"utils/nn.py",6002,0,"",python,selection_command +2740,22187446,"utils/nn.py",6012,0,"",python,selection_command +2741,22187828,"utils/nn.py",6004,29,"",python,content +2742,22187834,"utils/nn.py",6012,0,"",python,selection_command +2743,22187958,"utils/nn.py",6046,0,"",python,selection_command +2744,22188092,"utils/nn.py",6071,0,"",python,selection_command +2745,22188240,"utils/nn.py",6084,0,"",python,selection_command +2746,22188504,"utils/nn.py",6076,28,"",python,content +2747,22188530,"utils/nn.py",6084,0,"",python,selection_command +2748,22189945,"utils/nn.py",6117,0,"",python,selection_command +2749,22190197,"utils/nn.py",6139,0,"",python,selection_command +2750,22190261,"utils/nn.py",6140,0,"",python,selection_command +2751,22190265,"utils/nn.py",6149,0,"",python,selection_command +2752,22190299,"utils/nn.py",6167,0,"",python,selection_command +2753,22190333,"utils/nn.py",6233,0,"",python,selection_command +2754,22190352,"utils/nn.py",6234,0,"",python,selection_command +2755,22190396,"utils/nn.py",6243,0,"",python,selection_command +2756,22190831,"utils/nn.py",6278,0,"",python,selection_command +2757,22191081,"utils/nn.py",6369,0,"",python,selection_command +2758,22191279,"utils/nn.py",6278,0,"",python,selection_command +2759,22191568,"utils/nn.py",6369,0,"",python,selection_command +2760,22191819,"utils/nn.py",6406,0,"",python,selection_command +2761,22191843,"utils/nn.py",6445,0,"",python,selection_command +2762,22191986,"utils/nn.py",6475,0,"",python,selection_command +2763,22192180,"utils/nn.py",6485,0,"",python,selection_command +2764,22192449,"utils/nn.py",6587,0,"",python,selection_command +2765,22192726,"utils/nn.py",6632,0,"",python,selection_command +2766,22192798,"utils/nn.py",6676,0,"",python,selection_command +2767,22192800,"utils/nn.py",6728,0,"",python,selection_command +2768,22192826,"utils/nn.py",6742,0,"",python,selection_command +2769,22192851,"utils/nn.py",6753,0,"",python,selection_command +2770,22192868,"utils/nn.py",6802,0,"",python,selection_command +2771,22193156,"utils/nn.py",8152,0,"",python,selection_command +2772,22193646,"utils/nn.py",9751,0,"",python,selection_command +2773,22194459,"utils/nn.py",9981,0,"",python,selection_command +2774,22195715,"utils/nn.py",0,0,"",python,selection_command +2775,22200277,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\nimport jax\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n def __init__(self, in_dim: int, model_dim: int, ffn_dim: int, latent_dim: int, \n num_latents: int, patch_size: int, num_blocks: int, num_heads: int, \n dropout: float, codebook_dropout: float, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.encoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = jax.nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook.value[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = jax.nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +2776,22200281,"models/tokenizer.py",37,0,"",python,selection_command +2777,22225444,"models/tokenizer.py",60,0,"",python,selection_command +2778,22225744,"models/tokenizer.py",84,0,"",python,selection_command +2779,22225745,"models/tokenizer.py",95,0,"",python,selection_command +2780,22225755,"models/tokenizer.py",96,0,"",python,selection_command +2781,22225790,"models/tokenizer.py",146,0,"",python,selection_command +2782,22225825,"models/tokenizer.py",198,0,"",python,selection_command +2783,22226267,"models/tokenizer.py",199,0,"",python,selection_command +2784,22227210,"models/tokenizer.py",200,0,"",python,selection_command +2785,22227390,"models/tokenizer.py",234,0,"",python,selection_command +2786,22227544,"models/tokenizer.py",260,0,"",python,selection_command +2787,22228036,"models/tokenizer.py",234,0,"",python,selection_command +2788,22229964,"models/tokenizer.py",260,0,"",python,selection_command +2789,22230200,"models/tokenizer.py",261,0,"",python,selection_command +2790,22230229,"models/tokenizer.py",345,0,"",python,selection_command +2791,22230258,"models/tokenizer.py",431,0,"",python,selection_command +2792,22230290,"models/tokenizer.py",514,0,"",python,selection_command +2793,22230324,"models/tokenizer.py",593,0,"",python,selection_command +2794,22230359,"models/tokenizer.py",622,0,"",python,selection_command +2795,22230462,"models/tokenizer.py",657,0,"",python,selection_command +2796,22230462,"models/tokenizer.py",688,0,"",python,selection_command +2797,22230463,"models/tokenizer.py",725,0,"",python,selection_command +2798,22230491,"models/tokenizer.py",764,0,"",python,selection_command +2799,22230526,"models/tokenizer.py",801,0,"",python,selection_command +2800,22230558,"models/tokenizer.py",838,0,"",python,selection_command +2801,22230659,"models/tokenizer.py",873,0,"",python,selection_command +2802,22230660,"models/tokenizer.py",904,0,"",python,selection_command +2803,22230661,"models/tokenizer.py",953,0,"",python,selection_command +2804,22230698,"models/tokenizer.py",992,0,"",python,selection_command +2805,22230732,"models/tokenizer.py",1019,0,"",python,selection_command +2806,22230766,"models/tokenizer.py",1074,0,"",python,selection_command +2807,22230799,"models/tokenizer.py",1083,0,"",python,selection_command +2808,22230834,"models/tokenizer.py",1121,0,"",python,selection_command +2809,22230865,"models/tokenizer.py",1149,0,"",python,selection_command +2810,22230986,"models/tokenizer.py",1175,0,"",python,selection_command +2811,22230988,"models/tokenizer.py",1204,0,"",python,selection_command +2812,22230989,"models/tokenizer.py",1233,0,"",python,selection_command +2813,22230999,"models/tokenizer.py",1261,0,"",python,selection_command +2814,22231032,"models/tokenizer.py",1287,0,"",python,selection_command +2815,22231066,"models/tokenizer.py",1317,0,"",python,selection_command +2816,22231182,"models/tokenizer.py",1341,0,"",python,selection_command +2817,22235488,"models/tokenizer.py",2600,0,"",python,selection_command +2818,22236002,"models/tokenizer.py",2562,0,"",python,selection_command +2819,22236253,"models/tokenizer.py",2483,0,"",python,selection_command +2820,22236291,"models/tokenizer.py",2474,0,"",python,selection_command +2821,22236315,"models/tokenizer.py",2459,0,"",python,selection_command +2822,22236427,"models/tokenizer.py",2391,0,"",python,selection_command +2823,22236431,"models/tokenizer.py",2350,0,"",python,selection_command +2824,22236436,"models/tokenizer.py",2312,0,"",python,selection_command +2825,22236453,"models/tokenizer.py",2270,0,"",python,selection_command +2826,22236484,"models/tokenizer.py",2195,0,"",python,selection_command +2827,22236526,"models/tokenizer.py",2135,0,"",python,selection_command +2828,22236558,"models/tokenizer.py",2093,0,"",python,selection_command +2829,22236590,"models/tokenizer.py",2005,0,"",python,selection_command +2830,22236769,"models/tokenizer.py",1996,0,"",python,selection_command +2831,22243744,"models/tokenizer.py",2005,0,"",python,selection_command +2832,22243950,"models/tokenizer.py",2093,0,"",python,selection_command +2833,22243983,"models/tokenizer.py",2135,0,"",python,selection_command +2834,22244018,"models/tokenizer.py",2195,0,"",python,selection_command +2835,22244052,"models/tokenizer.py",2270,0,"",python,selection_command +2836,22244088,"models/tokenizer.py",2312,0,"",python,selection_command +2837,22244229,"models/tokenizer.py",2350,0,"",python,selection_command +2838,22244387,"models/tokenizer.py",2391,0,"",python,selection_command +2839,22244605,"models/tokenizer.py",2350,0,"",python,selection_command +2840,22244807,"models/tokenizer.py",2312,0,"",python,selection_command +2841,22245020,"models/tokenizer.py",2270,0,"",python,selection_command +2842,22246724,"models/tokenizer.py",2312,0,"",python,selection_command +2843,22246905,"models/tokenizer.py",2318,0,"",python,selection_command +2844,22247076,"models/tokenizer.py",2320,0,"",python,selection_command +2845,22247238,"models/tokenizer.py",2323,0,"",python,selection_command +2846,22248411,"models/tokenizer.py",2320,0,"",python,selection_command +2847,22249678,"models/tokenizer.py",2320,3,"",python,content +2848,22250748,"models/tokenizer.py",2319,0,"",python,selection_command +2849,22251646,"models/tokenizer.py",2320,0,"",python,selection_command +2850,22251841,"models/tokenizer.py",2321,0,"",python,selection_command +2851,22252079,"models/tokenizer.py",2320,0,"",python,selection_command +2852,22252185,"models/tokenizer.py",2320,1,"",python,content +2853,22252281,"models/tokenizer.py",2321,0,"",python,selection_command +2854,22252464,"models/tokenizer.py",2322,0,"",python,selection_command +2855,22253088,"models/tokenizer.py",2322,0,"x",python,content +2856,22253089,"models/tokenizer.py",2323,0,"",python,selection_keyboard +2857,22253367,"models/tokenizer.py",2322,0,"",python,selection_command +2858,22253961,"models/tokenizer.py",2357,0,"",python,selection_command +2859,22254187,"models/tokenizer.py",2322,0,"",python,selection_command +2860,22255515,"models/tokenizer.py",2323,0,"",python,selection_command +2861,22255681,"models/tokenizer.py",2324,0,"",python,selection_command +2862,22256173,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"# Copyright 2019 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Shared neural network activations and other functions.""""""\n\nfrom __future__ import annotations\n\nfrom collections.abc import Sequence\nfrom functools import partial\nimport operator\nimport math\nimport numpy as np\nfrom typing import Any, List, Literal\nimport warnings\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import custom_jvp\nfrom jax import lax\nfrom jax._src import config\nfrom jax._src import core\nfrom jax._src import deprecations\nfrom jax._src import dtypes\nfrom jax._src import util\nfrom jax._src.core import AxisName\nfrom jax._src.sharding_impls import NamedSharding, PartitionSpec as P\nfrom jax._src.cudnn.fused_attention_stablehlo import (\n dot_product_attention as cudnn_dot_product_attention, MaskType)\nfrom jax._src.cudnn.scaled_matmul_stablehlo import (\n scaled_matmul_wrapper as cudnn_scaled_matmul,\n scaled_dot_general_wrapper as cudnn_scaled_dot_general,\n BlockScaleConfig)\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.numpy import util as numpy_util\nfrom jax._src.typing import Array, ArrayLike, DType, DTypeLike\nfrom jax._src.ops.special import logsumexp as _logsumexp\n\n\n# activations\n@jax.jit\ndef identity(x: ArrayLike) -> Array:\n r""""""Identity activation function.\n\n Returns the argument unmodified.\n\n Args:\n x : input array\n\n Returns:\n The argument `x` unmodified.\n\n Examples:\n >>> jax.nn.identity(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([-2. , -1. , -0.5, 0. , 0.5, 1. , 2. ], dtype=float32)\n\n """"""\n numpy_util.check_arraylike(""identity"", x)\n return jnp.asarray(x)\n\n@custom_jvp\n@jax.jit\ndef relu(x: ArrayLike) -> Array:\n r""""""Rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{relu}(x) = \max(x, 0)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n For more information see\n `Numerical influence of ReLU’(0) on backpropagation\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n Examples:\n >>> jax.nn.relu(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([0. , 0. , 0. , 0. , 0.5, 1. , 2. ], dtype=float32)\n\n See also:\n :func:`relu6`\n\n """"""\n return jnp.maximum(x, 0)\n# For behavior at 0, see https://dl.acm.org/doi/10.5555/3540261.3540297\nrelu.defjvps(lambda g, ans, x: lax.select(x > 0, g, lax.full_like(g, 0)))\n\n@jax.jit\ndef squareplus(x: ArrayLike, b: ArrayLike = 4) -> Array:\n r""""""Squareplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{squareplus}(x) = \frac{x + \sqrt{x^2 + b}}{2}\n\n as described in https://arxiv.org/abs/2112.11687.\n\n Args:\n x : input array\n b : smoothness parameter\n """"""\n numpy_util.check_arraylike(""squareplus"", x)\n numpy_util.check_arraylike(""squareplus"", b)\n x = jnp.asarray(x)\n b = jnp.asarray(b)\n y = x + jnp.sqrt(jnp.square(x) + b)\n return y / 2\n\n@jax.jit\ndef softplus(x: ArrayLike) -> Array:\n r""""""Softplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{softplus}(x) = \log(1 + e^x)\n\n Args:\n x : input array\n """"""\n return jnp.logaddexp(x, 0)\n\n@jax.jit\ndef sparse_plus(x: ArrayLike) -> Array:\n r""""""Sparse plus function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_plus}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{4}(x+1)^2, & -1 < x < 1 \\\n x, & 1 \leq x\n \end{cases}\n\n This is the twin function of the softplus activation ensuring a zero output\n for inputs less than -1 and a linear output for inputs greater than 1,\n while remaining smooth, convex, monotonic by an adequate definition between\n -1 and 1.\n\n Args:\n x: input (float)\n """"""\n numpy_util.check_arraylike(""sparse_plus"", x)\n x = jnp.asarray(x)\n return jnp.where(x <= -1.0, 0.0, jnp.where(x >= 1.0, x, (x + 1.0)**2/4))\n\n@jax.jit\ndef soft_sign(x: ArrayLike) -> Array:\n r""""""Soft-sign activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{soft\_sign}(x) = \frac{x}{|x| + 1}\n\n Args:\n x : input array\n """"""\n numpy_util.check_arraylike(""soft_sign"", x)\n x_arr = jnp.asarray(x)\n return x_arr / (jnp.abs(x_arr) + 1)\n\n@partial(jax.jit, inline=True)\ndef sigmoid(x: ArrayLike) -> Array:\n r""""""Sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{sigmoid}(x) = \frac{1}{1 + e^{-x}}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`log_sigmoid`\n\n """"""\n return lax.logistic(x)\n\n@jax.jit\ndef sparse_sigmoid(x: ArrayLike) -> Array:\n r""""""Sparse sigmoid activation function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_sigmoid}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{2}(x+1), & -1 < x < 1 \\\n 1, & 1 \leq x\n \end{cases}\n\n This is the twin function of the ``sigmoid`` activation ensuring a zero output\n for inputs less than -1, a 1 output for inputs greater than 1, and a linear\n output for inputs between -1 and 1. It is the derivative of ``sparse_plus``.\n\n For more information, see `Learning with Fenchel-Young Losses (section 6.2)\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n return 0.5 * jnp.clip(x + 1.0, 0.0, 2.0)\n\n@jax.jit\ndef silu(x: ArrayLike) -> Array:\n r""""""SiLU (aka swish) activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{silu}(x) = x \cdot \mathrm{sigmoid}(x) = \frac{x}{1 + e^{-x}}\n\n :func:`swish` and :func:`silu` are both aliases for the same function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * sigmoid(x_arr)\n\nswish = silu\n\n@jax.jit\ndef mish(x: ArrayLike) -> Array:\n r""""""Mish activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{mish}(x) = x \cdot \mathrm{tanh}(\mathrm{softplus}(x))\n\n For more information, see\n `Mish: A Self Regularized Non-Monotonic Activation Function\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""mish"", x)\n x_arr = jnp.asarray(x)\n return x_arr * jnp.tanh(softplus(x_arr))\n\n@jax.jit\ndef log_sigmoid(x: ArrayLike) -> Array:\n r""""""Log-sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{log\_sigmoid}(x) = \log(\mathrm{sigmoid}(x)) = -\log(1 + e^{-x})\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""log_sigmoid"", x)\n x_arr = jnp.asarray(x)\n return -softplus(-x_arr)\n\n@jax.jit\ndef elu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Exponential linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{elu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(x) - 1\right), & x \le 0\n \end{cases}\n\n Args:\n x : input array\n alpha : scalar or array of alpha values (default: 1.0)\n\n Returns:\n An array.\n\n See also:\n :func:`selu`\n """"""\n numpy_util.check_arraylike(""elu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 0,\n x_arr,\n alpha * jnp.expm1(jnp.where(x_arr > 0, 0., x_arr)))\n\n@jax.jit\ndef leaky_relu(x: ArrayLike, negative_slope: ArrayLike = 1e-2) -> Array:\n r""""""Leaky rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{leaky\_relu}(x) = \begin{cases}\n x, & x \ge 0\\\n \alpha x, & x < 0\n \end{cases}\n\n where :math:`\alpha` = :code:`negative_slope`.\n\n Args:\n x : input array\n negative_slope : array or scalar specifying the negative slope (default: 0.01)\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n numpy_util.check_arraylike(""leaky_relu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr >= 0, x_arr, negative_slope * x_arr)\n\n@jax.jit\ndef hard_tanh(x: ArrayLike) -> Array:\n r""""""Hard :math:`\mathrm{tanh}` activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{hard\_tanh}(x) = \begin{cases}\n -1, & x < -1\\\n x, & -1 \le x \le 1\\\n 1, & 1 < x\n \end{cases}\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""hard_tanh"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 1, 1, jnp.where(x_arr < -1, -1, x_arr))\n\n@jax.jit\ndef celu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Continuously-differentiable exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{celu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(\frac{x}{\alpha}) - 1\right), & x \le 0\n \end{cases}\n\n For more information, see\n `Continuously Differentiable Exponential Linear Units\n `_.\n\n Args:\n x : input array\n alpha : array or scalar (default: 1.0)\n\n Returns:\n An array.\n """"""\n return jnp.maximum(x, 0.0) + alpha * jnp.expm1(jnp.minimum(x, 0.0) / alpha)\n\n@jax.jit\ndef selu(x: ArrayLike) -> Array:\n r""""""Scaled exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{selu}(x) = \lambda \begin{cases}\n x, & x > 0\\\n \alpha e^x - \alpha, & x \le 0\n \end{cases}\n\n where :math:`\lambda = 1.0507009873554804934193349852946` and\n :math:`\alpha = 1.6732632423543772848170429916717`.\n\n For more information, see\n `Self-Normalizing Neural Networks\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`elu`\n """"""\n alpha = 1.6732632423543772848170429916717\n scale = 1.0507009873554804934193349852946\n return scale * elu(x, alpha)\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""approximate"",))\ndef gelu(x: ArrayLike, approximate: bool = True) -> Array:\n r""""""Gaussian error linear unit activation function.\n\n If ``approximate=False``, computes the element-wise function:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(\mathrm{erfc} \left(\n \frac{-x}{\sqrt{2}} \right) \right)\n\n If ``approximate=True``, uses the approximate formulation of GELU:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(1 + \mathrm{tanh} \left(\n \sqrt{\frac{2}{\pi}} \left(x + 0.044715 x^3 \right) \right) \right)\n\n For more information, see `Gaussian Error Linear Units (GELUs)\n `_, section 2.\n\n Args:\n x: input array\n approximate: whether to use the approximate or exact formulation.\n """"""\n [x_arr] = numpy_util.promote_args_inexact(""gelu"", x)\n\n if approximate:\n sqrt_2_over_pi = np.sqrt(2 / np.pi).astype(x_arr.dtype)\n cdf = 0.5 * (1.0 + jnp.tanh(sqrt_2_over_pi * (x_arr + 0.044715 * (x_arr ** 3))))\n return x_arr * cdf\n else:\n sqrt_half = np.sqrt(0.5).astype(x_arr.dtype)\n return jnp.array(\n 0.5 * x_arr * (lax.erfc(-x_arr * sqrt_half)), dtype=x_arr.dtype\n )\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef glu(x: ArrayLike, axis: int = -1) -> Array:\n r""""""Gated linear unit activation function.\n\n Computes the function:\n\n .. math::\n \mathrm{glu}(x) = x\left[\ldots, 0:\frac{n}{2}, \ldots\right] \cdot\n \mathrm{sigmoid} \left( x\left[\ldots, \frac{n}{2}:n, \ldots\right]\n \right)\n\n where the array is split into two along ``axis``. The size of the ``axis``\n dimension must be divisible by two.\n\n Args:\n x : input array\n axis: the axis along which the split should be computed (default: -1)\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""glu"", x)\n x_arr = jnp.asarray(x)\n size = x_arr.shape[axis]\n assert size % 2 == 0, ""axis size must be divisible by 2""\n x1, x2 = jnp.split(x_arr, 2, axis)\n return x1 * sigmoid(x2)\n\n# other functions\n\nlogsumexp = _logsumexp\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef log_softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Log-Softmax function.\n\n Computes the logarithm of the :code:`softmax` function, which rescales\n elements to the range :math:`[-\infty, 0)`.\n\n .. math ::\n \mathrm{log\_softmax}(x)_i = \log \left( \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n \right)\n\n Args:\n x : input array\n axis: the axis or axes along which the :code:`log_softmax` should be\n computed. Either an integer or a tuple of integers.\n where: Elements to include in the :code:`log_softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`softmax`\n """"""\n numpy_util.check_arraylike(""log_softmax"", x)\n x_arr = jnp.asarray(x)\n x_max = jnp.max(x_arr, axis, where=where, initial=-jnp.inf, keepdims=True)\n x_safe = x_arr if where is None else jnp.where(where, x_arr, -jnp.inf)\n shifted = x_safe - lax.stop_gradient(x_max)\n shifted_logsumexp = jnp.log(\n jnp.sum(jnp.exp(shifted), axis, where=where, keepdims=True))\n result = shifted - shifted_logsumexp\n if where is not None:\n return jnp.where(where, result, -jnp.inf)\n return result\n\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""axis"",))\ndef softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Softmax function.\n\n Computes the function which rescales elements to the range :math:`[0, 1]`\n such that the elements along :code:`axis` sum to :math:`1`.\n\n .. math ::\n \mathrm{softmax}(x) = \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n\n Args:\n x : input array\n axis: the axis or axes along which the softmax should be computed. The\n softmax output summed across these dimensions should sum to :math:`1`.\n Either an integer or a tuple of integers.\n where: Elements to include in the :code:`softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`log_softmax`\n """"""\n if config.softmax_custom_jvp.value:\n # mypy is confused by the `functools.partial` application in the definition\n # of `_softmax` and incorrectly concludes that `_softmax` returns\n # `ReturnValue` -- the unsubstituted type parameter of `custom_jvp`.\n return _softmax(x, axis, where)\n else:\n return _softmax_deprecated(x, axis, where)\n\n# TODO(mattjj): replace softmax with _softmax when deprecation flag is removed\n@partial(jax.custom_jvp, nondiff_argnums=(1,))\ndef _softmax(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - x_max)\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n@_softmax.defjvp\ndef _softmax_jvp(axis, primals, tangents):\n (x, where, initial), (x_dot, _, _) = primals, tangents\n y = _softmax(x, axis, where, initial)\n return y, y * (x_dot - (y * x_dot).sum(axis, where=where, keepdims=True))\n\ndef _softmax_deprecated(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - lax.stop_gradient(x_max))\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef standardize(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n mean: ArrayLike | None = None,\n variance: ArrayLike | None = None,\n epsilon: ArrayLike = 1e-5,\n where: ArrayLike | None = None) -> Array:\n r""""""Standardizes input to zero mean and unit variance.\n\n The standardization is given by:\n\n .. math::\n\n x_{std} = \frac{x - \langle x\rangle}{\sqrt{\langle(x - \langle x\rangle)^2\rangle + \epsilon}}\n\n where :math:`\langle x\rangle` indicates the mean of :math:`x`, and :math:`\epsilon` is\n a small correction factor introduced to avoid division by zero.\n\n Args:\n x: input array to be standardized.\n axis: integer or tuple of integers representing the axes along which\n to standardize. Defaults to the last axis (``-1``).\n mean: optionally specify the mean used for standardization. If not specified,\n then ``x.mean(axis, where=where)`` will be used.\n variance: optionally specify the variance used for standardization. If not\n specified, then ``x.var(axis, where=where)`` will be used.\n epsilon: correction factor added to variance to avoid division by zero; defaults\n to ``1E-5``.\n where: optional boolean mask specifying which elements to use when computing\n the mean and variance.\n\n Returns:\n An array of the same shape as ``x`` containing the standardized input.\n """"""\n numpy_util.check_arraylike(""standardize"", x)\n numpy_util.check_arraylike_or_none(""standardize"", mean, variance, where)\n if mean is None:\n mean = jnp.mean(x, axis, keepdims=True, where=where)\n if variance is None:\n # this definition is traditionally seen as less accurate than jnp.var's\n # mean((x - mean(x))**2) but may be faster and even, given typical\n # activation distributions and low-precision arithmetic, more accurate\n # when used in neural network normalization layers\n variance = jnp.mean(\n jnp.square(x), axis, keepdims=True, where=where) - jnp.square(mean)\n return jnp.subtract(x, jnp.asarray(mean)) * lax.rsqrt(jnp.asarray(variance) + epsilon)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\n@partial(jax.jit, static_argnames=(""num_classes"", ""dtype"", ""axis""))\ndef _one_hot(x: Array, num_classes: int, *,\n dtype: Any, axis: int | AxisName) -> Array:\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n dtype = dtypes.canonicalize_dtype(dtype)\n try:\n output_pos_axis = util.canonicalize_axis(axis, x.ndim + 1) # type: ignore[arg-type]\n except TypeError:\n axis_size = lax.axis_size(axis)\n if num_classes != axis_size:\n raise ValueError(f""Expected num_classes to match the size of axis {axis}, ""\n f""but {num_classes} != {axis_size}"") from None\n axis_idx = lax.axis_index(axis)\n return jnp.asarray(_dot_product_attention_xla == axis_idx, dtype=dtype)\n axis = operator.index(axis) # type: ignore[arg-type]\n lhs = lax.expand_dims(x, (axis,))\n rhs_shape = [1] * x.ndim\n rhs_shape.insert(output_pos_axis, num_classes)\n # TODO(yashkatariya): Maybe expose `out_sharding` on `one_hot` too?\n rhs_sharding = NamedSharding(x.aval.sharding.mesh, P(*[None] * len(rhs_shape))) # pytype: disable=attribute-error\n rhs = lax.broadcasted_iota(x.dtype, rhs_shape, output_pos_axis,\n out_sharding=rhs_sharding)\n return (lhs == rhs).astype(dtype)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\ndef one_hot(x: Any, num_classes: int, *,\n dtype: Any = jnp.float_, axis: int | AxisName = -1) -> Array:\n """"""One-hot encodes the given indices.\n\n Each index in the input ``x`` is encoded as a vector of zeros of length\n ``num_classes`` with the element at ``index`` set to one::\n\n >>> jax.nn.one_hot(jnp.array([0, 1, 2]), 3)\n Array([[1., 0., 0.],\n [0., 1., 0.],\n [0., 0., 1.]], dtype=float32)\n\n Indices outside the range [0, num_classes) will be encoded as zeros::\n\n >>> jax.nn.one_hot(jnp.array([-1, 3]), 3)\n Array([[0., 0., 0.],\n [0., 0., 0.]], dtype=float32)\n\n Args:\n x: A tensor of indices.\n num_classes: Number of classes in the one-hot dimension.\n dtype: optional, a float dtype for the returned values (default :obj:`jnp.float_`).\n axis: the axis or axes along which the function should be\n computed.\n """"""\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n x_arr = jnp.asarray(x)\n if not jnp.isdtype(x_arr.dtype, ""integral""):\n # Deprecated 2024-12-18\n deprecations.warn(\n 'jax-nn-one-hot-float-input',\n f""jax.nn.one_hot input should be integer-typed; got dtype={x_arr.dtype}"",\n stacklevel=1)\n return _one_hot(x_arr, num_classes, dtype=dtype, axis=axis)\n\n\n@jax.custom_jvp\n@jax.jit\ndef relu6(x: ArrayLike) -> Array:\n r""""""Rectified Linear Unit 6 activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{relu6}(x) = \min(\max(x, 0), 6)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n and\n\n .. math::\n \nabla \mathrm{relu}(6) = 0\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n return jnp.minimum(jnp.maximum(x, 0), 6.)\nrelu6.defjvps(lambda g, ans, x:\n lax.select((x > 0) & (x < 6), g, lax.full_like(g, 0)))\n\n@jax.jit\ndef hard_sigmoid(x: ArrayLike) -> Array:\n r""""""Hard Sigmoid activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_sigmoid}(x) = \frac{\mathrm{relu6}(x + 3)}{6}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu6`\n """"""\n return relu6(x + 3.) / 6.\n\n@jax.jit\ndef hard_silu(x: ArrayLike) -> Array:\n r""""""Hard SiLU (swish) activation function\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_silu}(x) = x \cdot \mathrm{hard\_sigmoid}(x)\n\n Both :func:`hard_silu` and :func:`hard_swish` are aliases for the same\n function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`hard_sigmoid`\n """"""\n numpy_util.check_arraylike(""hard_silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * hard_sigmoid(x_arr)\n\nhard_swish = hard_silu\n\ndef _get_large_negative(dtype):\n dtype_max = jnp.finfo(dtype).max\n return jnp.asarray(-0.7 * dtype_max, dtype=dtype)\n\ndef _get_causal_mask(T, S):\n mask = jnp.tril(jnp.ones((T, S), dtype=jnp.bool_))\n return mask[None, None, :, :]\n\ndef _get_window_mask(T: int, S: int, local_window_size: tuple[int, int]):\n query_pos = jnp.array(range(T))\n key_pos = jnp.array(range(S))\n left_window, right_window = local_window_size\n left_mask = query_pos[..., None] <= key_pos[..., None, :] + left_window\n right_mask = query_pos[..., None] >= key_pos[..., None, :] - right_window\n return jnp.logical_and(right_mask, left_mask)[None, None, :, :]\n\ndef _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen):\n q_mask = True\n kv_mask = True\n if q_seqlen is not None:\n q_indices = jnp.arange(0, T)[None, :, None]\n q_mask = q_indices < q_seqlen[:, None, None]\n if kv_seqlen is not None:\n kv_indices = jnp.arange(0, S)[None, None, :]\n kv_mask = kv_indices < kv_seqlen[:, None, None]\n mask = jnp.logical_and(q_mask, kv_mask)\n return mask[:, None, :, :]\n\ndef _get_padding_mask_encoded(T, q_seqlen):\n q_indices = jnp.arange(0, T)[None, :]\n mask = q_indices < q_seqlen[:, None]\n return mask[:, :, None, None]\n\ndef _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size):\n if mask is None and not is_causal and q_seqlen is None and kv_seqlen is None:\n return logits\n\n combined_mask = jnp.ones_like(logits, dtype=jnp.bool_)\n if mask is not None:\n assert mask.dtype == jnp.bool_\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n T, S = logits.shape[2], logits.shape[3]\n\n if is_causal:\n mask = _get_causal_mask(T, S)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if local_window_size is not None:\n mask = _get_window_mask(T, S, local_window_size)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if q_seqlen is not None or kv_seqlen is not None:\n mask = _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n large_negative_number = _get_large_negative(logits.dtype)\n padded_logits = jnp.where(combined_mask, logits, large_negative_number)\n return padded_logits\n\ndef _dot_product_attention_core(query, key, value, bias, mask, is_causal,\n scale, q_seqlen, kv_seqlen, local_window_size):\n logits_dtype = jnp.promote_types(query.dtype, jnp.float32)\n\n # If the query and logits dtypes are different, then the default precision\n # can use inconsistent types in the backwards pass\n # (see https://github.com/jax-ml/jax/issues/24047).\n if query.dtype == jnp.bfloat16:\n precision = jax.lax.DotAlgorithmPreset.BF16_BF16_F32\n elif query.dtype == jnp.float16:\n precision = jax.lax.DotAlgorithmPreset.F16_F16_F32\n # TODO(sbodenstein): Implement this fix for all dtypes.\n else:\n precision = None\n\n # Explicit precision will fail on platforms that don't support it. For example,\n # some GPUs do not support BF16_BF16_F32, and TPU does not support F16_F16_F32.\n # Use the default precision as a fallback in these cases.\n try:\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=precision,\n preferred_element_type=logits_dtype,\n )\n except: # pylint: disable=bare-except\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=None,\n preferred_element_type=logits_dtype,\n )\n\n logits *= jnp.array(scale, dtype=logits.dtype)\n\n if bias is not None:\n logits = (logits + bias).astype(logits.dtype)\n\n padded_logits = _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size)\n\n # Softmax and it is always carried out in fp32.\n padded_logits = padded_logits.astype(jnp.float32)\n probs = jax.nn.softmax(padded_logits, axis=-1).astype(key.dtype)\n\n encoded = jnp.einsum('BNTS,BSNH->BTNH', probs, value)\n if q_seqlen is not None and kv_seqlen is not None:\n mask = _get_padding_mask_encoded(encoded.shape[1], q_seqlen)\n encoded *= mask.astype(encoded.dtype)\n return encoded\n\ndef _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n\n out = cudnn_dot_product_attention(\n query_arr, key_arr, value_arr, bias, mask, query_seq_lengths,\n key_value_seq_lengths, scale=scale_val, mask_type=mask_type,\n sliding_window_length=sliding_window,\n )\n case None:\n # TODO(kaixih@nvidia) Defaults to XLA for now. Will automatically select\n # best backend.\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case _:\n raise ValueError(f""Unsupported implementation option: {implementation}"")\n\n return jnp.reshape(out, output_shape)\n\ndef scaled_matmul(\n lhs: Array,\n rhs: Array,\n lhs_scales: Array,\n rhs_scales: Array,\n preferred_element_type: DTypeLike = jnp.float32,\n) -> Array:\n r""""""Scaled matrix multiplication function.\n\n Performs block-scaled matmul of `a` and `b` using `a_scales` and `b_scales`.\n The last dim is the contracting dim, and block size is inferred.\n\n Mathematically, this operation is equivalent to::\n\n a_block_size = a.shape[-1] // a_scales.shape[-1]\n b_block_size = b.shape[-1] // b_scales.shape[-1]\n a_scaled = a * jnp.repeat(a_scales, a_block_size, axis=-1)\n b_scaled = b * jnp.repeat(b_scales, b_block_size, axis=-1)\n jnp.einsum('BMK,BNK->BMN', a_scaled, b_scaled)\n\n Args:\n lhs (Array): Operand a, shape (B, M, K).\n rhs (Array): Operand b, shape (B, N, K).\n lhs_scales (Array): Shape (B, M, K_a), where `K % K_a == 0`.\n rhs_scales (Array): Shape (B, N, K_b), where `K % K_b == 0`.\n preferred_element_type (DTypeLike, optional): Defaults to `jnp.float32`.\n\n Returns:\n Array of shape (B, M, N).\n\n Notes:\n - We currently do not support user-defined `precision` for customizing the\n compute data type. It is fixed to `jnp.float32`.\n - Block size is inferred as `K // K_a` for `a` and `K // K_b` for `b`.\n - To use cuDNN with Nvidia Blackwell GPUs, inputs must match::\n\n # mxfp8\n a, b: jnp.float8_e4m3fn | jnp.float8_e5m2\n a_scales, b_scales: jnp.float8_e8m0fnu\n block_size: 32\n # nvfp4\n a, b: jnp.float4_e2m1fn\n a_scales, b_scales: jnp.float8_e4m3fn\n block_size: 16\n\n Examples:\n\n Basic case:\n\n >>> a = jnp.array([1, 2, 3]).reshape((1, 1, 3))\n >>> b = jnp.array([4, 5, 6]).reshape((1, 1, 3))\n >>> a_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> b_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n Array([[[8.]]], dtype=float32)\n\n Using fused cuDNN call on Blackwell GPUs:\n\n >>> dtype = jnp.float8_e4m3fn\n >>> a = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64), dtype=dtype)\n >>> b = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64), dtype=dtype)\n >>> a_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> b_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n """"""\n a, b, a_scales, b_scales = lhs, rhs, lhs_scales, rhs_scales\n if not all(x.ndim == 3 for x in (a, b, a_scales, b_scales)):\n raise ValueError(\n ""scaled_matmul requires all inputs to be 3-dimensional arrays""\n )\n\n B_a, M_a, K_a = a.shape\n B_b, N_b, K_b = b.shape\n if K_a != K_b or B_a != B_b:\n raise ValueError(\n ""scaled_matmul requires inputs a and b to have matching batch (B) ""\n f""and contract (K) dimensions, but got shapes {a.shape} and ""\n f""{b.shape}""\n )\n\n B_as, M_as, K_as = a_scales.shape\n B_bs, N_bs, K_bs = b_scales.shape\n if K_as != K_bs or B_as != B_bs:\n raise ValueError(\n ""scaled_matmul requires scales to have matching batch (B) and ""\n f""contract (K) dimensions, but got shapes {a_scales.shape} and ""\n f""{b_scales.shape}""\n )\n\n if M_as != M_a or N_bs != N_b:\n raise ValueError(\n ""scaled_matmul requires scales to match non-contract dimensions of ""\n f""inputs, but got shapes a: {a.shape}, b: {b.shape}, a_scales: ""\n f""{a_scales.shape}, b_scales: {b_scales.shape}""\n )\n\n preferred_element_type = dtypes.canonicalize_dtype(\n np.dtype(preferred_element_type)\n )\n out = cudnn_scaled_matmul(\n a,\n b,\n a_scales,\n b_scales,\n preferred_element_type=preferred_element_type,\n )\n return out\n\ndef get_scaled_dot_general_config(mode: Literal['nvfp4', 'mxfp8'],\n global_scale: Array | None = None):\n r""""""Get quantization configs for scaled_dot_general.\n\n Create quantization configs for the `jax.nn.scaled_dot_general`.\n\n See Also:\n - :func:`jax.nn.scaled_dot_general`: Scaled dot general function.\n """"""\n\n if mode == 'nvfp4':\n one = jnp.ones((1,), dtype=jnp.float32)\n return BlockScaleConfig(\n mode='nvfp4',\n block_size=16,\n data_type=jnp.float4_e2m1fn,\n scale_type=jnp.float8_e4m3fn,\n global_scale=one if global_scale is None else global_scale,\n infer_only=False\n )\n elif mode == 'mxfp8':\n return BlockScaleConfig(\n mode='mxfp8',\n block_size=32,\n data_type=jnp.float8_e4m3fn,\n scale_type=jnp.float8_e8m0fnu,\n global_scale=None,\n infer_only=False\n )\n else:\n raise ValueError(f""Unsupported mode: {mode}"")\n\ndef scaled_dot_general(\n lhs, rhs,\n dimension_numbers,\n preferred_element_type=jnp.float32,\n configs: List[BlockScaleConfig] | None = None,\n implementation: Literal['cudnn'] | None = None,\n ):\n r""""""Scaled dot general operation.\n\n Performs a generalized dot product with block-scaled quantization on the\n lhs and rhs inputs. This operation extends `lax.dot_general` to support\n user-defined scaling configurations.\n\n Essentially, the operation follows::\n\n a, a_scales = quantize(lhs, configs[0])\n b, b_scales = quantize(rhs, configs[1])\n c = jax.nn.scaled_matmul(a, b, a_scales, b_scales)\n\n Args:\n lhs (ArrayLike): Input array.\n rhs (ArrayLike): Input array.\n dimension_numbers (DotDimensionNumbers): A tuple of two tuples specifying\n the contraction and batch dimensions:\n `((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims, rhs_batch_dims))`.\n preferred_element_type (DTypeLike, optional): Output data type of the dot\n product. Defaults to `jnp.float32`. Other valid types include\n `jnp.bfloat16` and `jnp.float16`.\n configs (list of BlockScaleConfig, optional): Scaling configurations for\n lhs, rhs, and gradients. Users can obtain valid configurations via\n `jax.nn.get_scaled_dot_general_config`. Currently, `nvfp4` and `mxfp8`\n are supported. If `None`, falls back to `lax.dot_general`.\n implementation: str\n (Deprecated) Backend selector, now ignored. The system chooses the backend\n automatically. Scheduled for removal in future releases.\n\n Returns:\n Array: The resulting tensor, with batch dimensions first, followed by\n non-contracting/non-batch dimensions of lhs, and then those of rhs.\n\n See Also:\n - :func:`jax.nn.scaled_matmul`: Scaled matmul function.\n - :func:`jax.lax.dot_general`: General dot product operator.\n\n Notes:\n - Unlike `nn.scaled_matmul`, which assumes quantized low-precision\n inputs with explicit scaling factors, this operator takes high-precision\n inputs, applies quantization internally, and handles the backward pass.\n\n Examples:\n\n Creating config for mxfp8:\n\n >>> configs = [jax.nn.get_scaled_dot_general_config('mxfp8')] * 3\n\n Creating config for nvfp4:\n\n >>> global_scale = jnp.array([0.5], jnp.float32)\n >>> configs = [jax.nn.get_scaled_dot_general_config('nvfp4', global_scale)] * 3\n\n Using scaled_dot_general with the configs:\n\n >>> import functools\n >>> scaled_dot_general_fn = functools.partial(jax.nn.scaled_dot_general, configs=configs)\n >>> lhs = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64))\n >>> rhs = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64))\n >>> out = scaled_dot_general_fn(lhs, rhs, (((2,), (2,)), ((0,), (0,)))) # doctest: +SKIP\n """"""\n if implementation is not None:\n warnings.warn(""Backend selector, now ignored. The system chooses the ""\n ""backend automatically."", DeprecationWarning)\n\n if configs is None:\n return lax.dot_general(lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type)\n\n out = cudnn_scaled_dot_general(\n lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type,\n configs=configs\n )\n\n return out\n",python,tab +2863,22256178,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",4799,0,"",python,selection_command +2864,22262340,"models/tokenizer.py",0,0,"",python,tab +2865,22262341,"models/tokenizer.py",2324,0,"",python,selection_command +2866,22262953,"models/tokenizer.py",2359,0,"",python,selection_command +2867,22263119,"models/tokenizer.py",2324,0,"",python,selection_command +2868,22264026,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +2869,22264027,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",4799,0,"",python,selection_command +2870,22265355,"models/tokenizer.py",0,0,"",python,tab +2871,22265356,"models/tokenizer.py",2324,0,"",python,selection_command +2872,22265687,"models/tokenizer.py",2323,0,"",python,selection_command +2873,22265838,"models/tokenizer.py",2320,0,"",python,selection_command +2874,22266199,".venv/lib/python3.10/site-packages/flax/nnx/__init__.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nfrom flax.linen.pooling import avg_pool as avg_pool\nfrom flax.linen.pooling import max_pool as max_pool\nfrom flax.linen.pooling import min_pool as min_pool\nfrom flax.linen.pooling import pool as pool\nfrom flax.typing import Initializer as Initializer\n\nfrom .bridge import wrappers as wrappers\nfrom .filterlib import WithTag as WithTag\nfrom .filterlib import PathContains as PathContains\nfrom .filterlib import OfType as OfType\nfrom .filterlib import Any as Any\nfrom .filterlib import All as All\nfrom .filterlib import Not as Not\nfrom .filterlib import Everything as Everything\nfrom .filterlib import Nothing as Nothing\nfrom .graph import GraphDef as GraphDef\nfrom .graph import GraphState as GraphState\nfrom .graph import PureState as PureState\nfrom .object import Object as Object\nfrom .helpers import Dict as Dict\nfrom .helpers import Sequential as Sequential\nfrom .helpers import TrainState as TrainState\nfrom .module import M as M\nfrom .module import Module as Module\nfrom .graph import merge as merge\nfrom .graph import UpdateContext as UpdateContext\nfrom .graph import update_context as update_context\nfrom .graph import current_update_context as current_update_context\nfrom .graph import split as split\nfrom .graph import update as update\nfrom .graph import clone as clone\nfrom .graph import pop as pop\nfrom .graph import state as state\nfrom .graph import graphdef as graphdef\nfrom .graph import iter_graph as iter_graph\nfrom .graph import call as call\nfrom .graph import SplitContext as SplitContext\nfrom .graph import split_context as split_context\nfrom .graph import MergeContext as MergeContext\nfrom .graph import merge_context as merge_context\nfrom .graph import variables as variables\nfrom .graph import cached_partial as cached_partial\nfrom .nn import initializers as initializers\nfrom .nn.activations import celu as celu\nfrom .nn.activations import elu as elu\nfrom .nn.activations import gelu as gelu\nfrom .nn.activations import glu as glu\nfrom .nn.activations import hard_sigmoid as hard_sigmoid\nfrom .nn.activations import hard_silu as hard_silu\nfrom .nn.activations import hard_swish as hard_swish\nfrom .nn.activations import hard_tanh as hard_tanh\nfrom .nn.activations import leaky_relu as leaky_relu\nfrom .nn.activations import log_sigmoid as log_sigmoid\nfrom .nn.activations import log_softmax as log_softmax\nfrom .nn.activations import logsumexp as logsumexp\nfrom .nn.activations import one_hot as one_hot\nfrom .nn.activations import relu as relu\nfrom .nn.activations import relu6 as relu6\nfrom .nn.activations import selu as selu\nfrom .nn.activations import sigmoid as sigmoid\nfrom .nn.activations import silu as silu\nfrom .nn.activations import soft_sign as soft_sign\nfrom .nn.activations import softmax as softmax\nfrom .nn.activations import softplus as softplus\nfrom .nn.activations import standardize as standardize\nfrom .nn.activations import swish as swish\nfrom .nn.activations import tanh as tanh\nfrom .nn.attention import MultiHeadAttention as MultiHeadAttention\nfrom .nn.attention import combine_masks as combine_masks\nfrom .nn.attention import dot_product_attention as dot_product_attention\nfrom .nn.attention import make_attention_mask as make_attention_mask\nfrom .nn.attention import make_causal_mask as make_causal_mask\nfrom .nn.recurrent import RNNCellBase as RNNCellBase\nfrom .nn.recurrent import LSTMCell as LSTMCell\nfrom .nn.recurrent import GRUCell as GRUCell\nfrom .nn.recurrent import OptimizedLSTMCell as OptimizedLSTMCell\nfrom .nn.recurrent import SimpleCell as SimpleCell\nfrom .nn.recurrent import RNN as RNN\nfrom .nn.recurrent import Bidirectional as Bidirectional\nfrom .nn.linear import Conv as Conv\nfrom .nn.linear import ConvTranspose as ConvTranspose\nfrom .nn.linear import Embed as Embed\nfrom .nn.linear import Linear as Linear\nfrom .nn.linear import LinearGeneral as LinearGeneral\nfrom .nn.linear import Einsum as Einsum\nfrom .nn.lora import LoRA as LoRA\nfrom .nn.lora import LoRALinear as LoRALinear\nfrom .nn.lora import LoRAParam as LoRAParam\nfrom .nn.normalization import BatchNorm as BatchNorm\nfrom .nn.normalization import LayerNorm as LayerNorm\nfrom .nn.normalization import RMSNorm as RMSNorm\nfrom .nn.normalization import GroupNorm as GroupNorm\nfrom .nn.stochastic import Dropout as Dropout\nfrom .rnglib import Rngs as Rngs\nfrom .rnglib import RngStream as RngStream\nfrom .rnglib import RngState as RngState\nfrom .rnglib import RngKey as RngKey\nfrom .rnglib import RngCount as RngCount\nfrom .rnglib import ForkStates as ForkStates\nfrom .rnglib import fork as fork\nfrom .rnglib import reseed as reseed\nfrom .rnglib import split_rngs as split_rngs\nfrom .rnglib import restore_rngs as restore_rngs\nfrom .spmd import PARTITION_NAME as PARTITION_NAME\nfrom .spmd import get_partition_spec as get_partition_spec\nfrom .spmd import get_named_sharding as get_named_sharding\nfrom .spmd import with_partitioning as with_partitioning\nfrom .spmd import with_sharding_constraint as with_sharding_constraint\nfrom .statelib import State as State\nfrom .statelib import to_flat_state as to_flat_state\nfrom .statelib import from_flat_state as from_flat_state\nfrom .statelib import to_pure_dict as to_pure_dict\nfrom .statelib import replace_by_pure_dict as replace_by_pure_dict\nfrom .statelib import filter_state as filter_state\nfrom .statelib import merge_state as merge_state\nfrom .statelib import split_state as split_state\nfrom .statelib import map_state as map_state\nfrom .training import metrics as metrics\nfrom .variablelib import Param as Param\n# this needs to be imported before optimizer to prevent circular import\nfrom .training import optimizer as optimizer\nfrom .training.metrics import Metric as Metric\nfrom .training.metrics import MultiMetric as MultiMetric\nfrom .training.optimizer import Optimizer as Optimizer\nfrom .transforms.autodiff import DiffState as DiffState\nfrom .transforms.autodiff import grad as grad\nfrom .transforms.autodiff import value_and_grad as value_and_grad\nfrom .transforms.autodiff import custom_vjp as custom_vjp\nfrom .transforms.autodiff import remat as remat\nfrom .transforms.compilation import jit as jit\nfrom .transforms.compilation import shard_map as shard_map\nfrom .transforms.compilation import StateSharding as StateSharding\nfrom .transforms.iteration import Carry as Carry\nfrom .transforms.iteration import scan as scan\nfrom .transforms.iteration import vmap as vmap\nfrom .transforms.iteration import pmap as pmap\nfrom .transforms.transforms import eval_shape as eval_shape\nfrom .transforms.transforms import cond as cond\nfrom .transforms.transforms import switch as switch\nfrom .transforms.transforms import checkify as checkify\nfrom .transforms.iteration import while_loop as while_loop\nfrom .transforms.iteration import fori_loop as fori_loop\nfrom .transforms.iteration import StateAxes as StateAxes\nfrom .variablelib import A as A\nfrom .variablelib import BatchStat as BatchStat\nfrom .variablelib import Cache as Cache\nfrom .variablelib import Intermediate as Intermediate\nfrom .variablelib import Perturbation as Perturbation\nfrom .variablelib import Variable as Variable\nfrom .variablelib import VariableState as VariableState\nfrom .variablelib import VariableMetadata as VariableMetadata\nfrom .variablelib import with_metadata as with_metadata\nfrom .variablelib import variable_type_from_name as variable_type_from_name\nfrom .variablelib import variable_name_from_type as variable_name_from_type\nfrom .variablelib import register_variable_name as register_variable_name\nfrom .visualization import display as display\nfrom .extract import to_tree as to_tree\nfrom .extract import from_tree as from_tree\nfrom .extract import NodeStates as NodeStates\nfrom .summary import tabulate as tabulate\nfrom . import traversals as traversals\n",python,tab +2875,22268060,"models/tokenizer.py",0,0,"",python,tab +2876,22268061,"models/tokenizer.py",2320,0,"",python,selection_command +2877,22268359,"models/tokenizer.py",2323,0,"",python,selection_command +2878,22268510,"models/tokenizer.py",2324,0,"",python,selection_command +2879,22268843,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +2880,22268844,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",4799,0,"",python,selection_command +2881,22269995,"models/tokenizer.py",0,0,"",python,tab +2882,22269997,"models/tokenizer.py",2324,0,"",python,selection_command +2883,22270479,"models/tokenizer.py",2282,0,"",python,selection_command +2884,22271360,"models/tokenizer.py",2324,0,"",python,selection_command +2885,22272917,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"",python,tab +2886,22272918,".venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",4799,0,"",python,selection_command +2887,22274026,"models/tokenizer.py",0,0,"",python,tab +2888,22274027,"models/tokenizer.py",2324,0,"",python,selection_command +2889,22274862,"models/tokenizer.py",2359,0,"",python,selection_command +2890,22275113,"models/tokenizer.py",2400,0,"",python,selection_command +2891,22275146,"models/tokenizer.py",2468,0,"",python,selection_command +2892,22275496,"models/tokenizer.py",2471,0,"",python,selection_command +2893,22276347,"models/tokenizer.py",2472,0,"",python,selection_command +2894,22276598,"models/tokenizer.py",2551,0,"",python,selection_command +2895,22276630,"models/tokenizer.py",2589,0,"",python,selection_command +2896,22276660,"models/tokenizer.py",2621,0,"",python,selection_command +2897,22276690,"models/tokenizer.py",2667,0,"",python,selection_command +2898,22276723,"models/tokenizer.py",2690,0,"",python,selection_command +2899,22276764,"models/tokenizer.py",2734,0,"",python,selection_command +2900,22276798,"models/tokenizer.py",2735,0,"",python,selection_command +2901,22276830,"models/tokenizer.py",2769,0,"",python,selection_command +2902,22276864,"models/tokenizer.py",2819,0,"",python,selection_command +2903,22276899,"models/tokenizer.py",2871,0,"",python,selection_command +2904,22276929,"models/tokenizer.py",2923,0,"",python,selection_command +2905,22277097,"models/tokenizer.py",2966,0,"",python,selection_command +2906,22277282,"models/tokenizer.py",3026,0,"",python,selection_command +2907,22277416,"models/tokenizer.py",3027,0,"",python,selection_command +2908,22277698,"models/tokenizer.py",3090,0,"",python,selection_command +2909,22278116,"models/tokenizer.py",3027,0,"",python,selection_command +2910,22283725,"models/tokenizer.py",3090,0,"",python,selection_command +2911,22284944,"models/tokenizer.py",3098,0,"",python,selection_command +2912,22285104,"models/tokenizer.py",3100,0,"",python,selection_command +2913,22285298,"models/tokenizer.py",3102,0,"",python,selection_command +2914,22285391,"models/tokenizer.py",3106,0,"",python,selection_command +2915,22285551,"models/tokenizer.py",3107,0,"",python,selection_command +2916,22285728,"models/tokenizer.py",3109,0,"",python,selection_command +2917,22286423,"models/tokenizer.py",3110,0,"",python,selection_command +2918,22286763,"utils/nn.py",0,0,"",python,tab +2919,22286764,"utils/nn.py",6592,0,"",python,selection_command +2920,22288612,"models/tokenizer.py",0,0,"",python,tab +2921,22288612,"models/tokenizer.py",3110,0,"",python,selection_command +2922,22289462,"models/tokenizer.py",3118,0,"",python,selection_command +2923,22289613,"models/tokenizer.py",3119,0,"",python,selection_command +2924,22290710,"models/tokenizer.py",3118,0,"",python,selection_command +2925,22290863,"models/tokenizer.py",3110,0,"",python,selection_command +2926,22291158,"utils/nn.py",0,0,"",python,tab +2927,22291159,"utils/nn.py",6592,0,"",python,selection_command +2928,22291693,"utils/nn.py",6601,0,"",python,selection_command +2929,22291860,"utils/nn.py",6603,0,"",python,selection_command +2930,22292944,"utils/nn.py",6612,0,"",python,selection_command +2931,22293084,"utils/nn.py",6613,0,"",python,selection_command +2932,22293250,"utils/nn.py",6616,0,"",python,selection_command +2933,22293395,"utils/nn.py",6617,0,"",python,selection_command +2934,22293759,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",0,0,"",python,tab +2935,22293760,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",21016,0,"",python,selection_command +2936,22296168,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",21021,0,"",python,selection_command +2937,22296316,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",21022,0,"",python,selection_command +2938,22296593,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",1884,0,"",python,selection_command +2939,22297944,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2993,0,"",python,selection_command +2940,22299731,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",1878,0,"",python,selection_command +2941,22300576,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",1932,0,"",python,selection_command +2942,22314553,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2868,0,"",python,selection_command +2943,22315248,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2955,0,"",python,selection_command +2944,22316114,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2868,0,"",python,selection_command +2945,22316263,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",1648,0,"",python,selection_command +2946,22316835,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2868,0,"",python,selection_command +2947,22320309,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2955,0,"",python,selection_command +2948,22324306,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3191,0,"",python,selection_command +2949,22325029,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3389,0,"",python,selection_command +2950,22325662,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3492,0,"",python,selection_command +2951,22325977,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3579,0,"",python,selection_command +2952,22326403,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3644,0,"",python,selection_command +2953,22328227,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3692,0,"",python,selection_command +2954,22332694,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",4951,0,"",python,selection_command +2955,22341509,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5963,0,"",python,selection_command +2956,22342324,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5953,0,"",python,selection_command +2957,22342569,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5916,0,"",python,selection_command +2958,22342593,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5908,0,"",python,selection_command +2959,22342627,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5877,0,"",python,selection_command +2960,22342660,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5844,0,"",python,selection_command +2961,22342693,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5815,0,"",python,selection_command +2962,22343122,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",5793,0,"",python,selection_command +2963,22345196,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3644,0,"",python,selection_command +2964,22345846,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3579,0,"",python,selection_command +2965,22346243,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3492,0,"",python,selection_command +2966,22346609,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3389,0,"",python,selection_command +2967,22346832,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",3191,0,"",python,selection_command +2968,22347001,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2955,0,"",python,selection_command +2969,22347156,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",2868,0,"",python,selection_command +2970,22347432,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",1648,0,"",python,selection_command +2971,22348253,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",1932,0,"",python,selection_command +2972,22348591,".venv/lib/python3.10/site-packages/flax/nnx/variablelib.py",21022,0,"",python,selection_command +2973,22349928,"utils/nn.py",0,0,"",python,tab +2974,22349929,"utils/nn.py",6617,0,"",python,selection_command +2975,22350103,"models/tokenizer.py",0,0,"",python,tab +2976,22350103,"models/tokenizer.py",3110,0,"",python,selection_command +2977,22350499,"utils/nn.py",0,0,"",python,tab +2978,22350500,"utils/nn.py",6617,0,"",python,selection_command +2979,22352397,"models/tokenizer.py",0,0,"",python,tab +2980,22352398,"models/tokenizer.py",3110,0,"",python,selection_command +2981,22352829,"models/tokenizer.py",3154,0,"",python,selection_command +2982,22352977,"models/tokenizer.py",3186,0,"",python,selection_command +2983,22353127,"models/tokenizer.py",3228,0,"",python,selection_command +2984,22353534,"models/tokenizer.py",3186,0,"",python,selection_command +2985,22354283,"models/tokenizer.py",3228,0,"",python,selection_command +2986,22355067,"models/tokenizer.py",3227,0,"",python,selection_command +2987,22355244,"models/tokenizer.py",3224,0,"",python,selection_command +2988,22355597,"models/tokenizer.py",3224,1,"j",python,selection_command +2989,22355684,"models/tokenizer.py",3224,3,"jax",python,selection_command +2990,22355812,"models/tokenizer.py",3224,4,"jax.",python,selection_command +2991,22355932,"models/tokenizer.py",3224,6,"jax.nn",python,selection_command +2992,22356455,"models/tokenizer.py",3224,6,"",python,content +2993,22356829,"models/tokenizer.py",3224,0,"n",python,content +2994,22356830,"models/tokenizer.py",3225,0,"",python,selection_keyboard +2995,22356936,"models/tokenizer.py",3225,0,"n",python,content +2996,22357068,"models/tokenizer.py",3226,0,"x",python,content +2997,22357348,"models/tokenizer.py",3226,0,"",python,selection_command +2998,22362488,"models/tokenizer.py",3119,0,"",python,selection_command +2999,22363214,"models/tokenizer.py",3090,43," z = self.vq.codebook.value[indices]",python,selection_command +3000,22368424,"models/tokenizer.py",3119,0,"",python,selection_command +3001,22368780,"models/tokenizer.py",3090,43," z = self.vq.codebook.value[indices]",python,selection_command +3002,22419566,"models/tokenizer.py",3119,0,"",python,selection_command +3003,22420068,"models/tokenizer.py",3119,5,"",python,content +3004,22420300,"models/tokenizer.py",3118,0,"",python,selection_command +3005,22420384,"models/tokenizer.py",3118,1,"",python,content +3006,22422920,"models/tokenizer.py",3090,0,"",python,selection_command +3007,22440725,"utils/nn.py",0,0,"",python,tab +3008,22441096,"utils/nn.py",7835,0,"",python,selection_command +3009,22441768,"utils/nn.py",9581,0,"",python,selection_command +3010,22441770,"utils/nn.py",9981,0,"",python,selection_command +3011,22441788,"utils/nn.py",8748,0,"",python,selection_command +3012,22442043,"utils/nn.py",7199,0,"",python,selection_command +3013,22442068,"utils/nn.py",6012,0,"",python,selection_command +3014,22442108,"utils/nn.py",4830,0,"",python,selection_command +3015,22442144,"utils/nn.py",3595,0,"",python,selection_command +3016,22442181,"utils/nn.py",2443,0,"",python,selection_command +3017,22442216,"utils/nn.py",1105,0,"",python,selection_command +3018,22442249,"utils/nn.py",0,0,"",python,selection_command +3019,22445156,"models/tokenizer.py",0,0,"",python,tab +3020,22446451,"models/tokenizer.py",2476,0,"",python,selection_command +3021,22446632,"models/tokenizer.py",1658,0,"",python,selection_command +3022,22446754,"models/tokenizer.py",531,0,"",python,selection_command +3023,22446943,"models/tokenizer.py",0,0,"",python,selection_command +3024,22448734,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport jax\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(self, in_dim: int, model_dim: int, ffn_dim: int, latent_dim: int, \n num_latents: int, patch_size: int, num_blocks: int, num_heads: int, \n dropout: float, codebook_dropout: float, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n jax.random.uniform(rngs.params(), (1, 1, 1, self.patch_token_dim), minval=-1.0, maxval=1.0)\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim, self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim, self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = jax.nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in.value, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +3025,22450707,"models/lam.py",2550,0,"",python,selection_command +3026,22450849,"models/lam.py",1427,0,"",python,selection_command +3027,22451008,"models/lam.py",88,0,"",python,selection_command +3028,22451340,"models/lam.py",0,0,"",python,selection_command +3029,22452044,"models/lam.py",29,0,"",python,selection_command +3030,22452293,"models/lam.py",30,0,"",python,selection_command +3031,22452323,"models/lam.py",54,0,"",python,selection_command +3032,22452356,"models/lam.py",77,0,"",python,selection_command +3033,22452389,"models/lam.py",88,0,"",python,selection_command +3034,22452423,"models/lam.py",89,0,"",python,selection_command +3035,22452454,"models/lam.py",139,0,"",python,selection_command +3036,22452488,"models/lam.py",191,0,"",python,selection_command +3037,22452522,"models/lam.py",192,0,"",python,selection_command +3038,22452556,"models/lam.py",193,0,"",python,selection_command +3039,22452591,"models/lam.py",230,0,"",python,selection_command +3040,22452624,"models/lam.py",270,0,"",python,selection_command +3041,22452658,"models/lam.py",271,0,"",python,selection_command +3042,22452691,"models/lam.py",355,0,"",python,selection_command +3043,22452723,"models/lam.py",441,0,"",python,selection_command +3044,22452756,"models/lam.py",524,0,"",python,selection_command +3045,22452791,"models/lam.py",603,0,"",python,selection_command +3046,22452926,"models/lam.py",524,0,"",python,selection_command +3047,22453176,"models/lam.py",441,0,"",python,selection_command +3048,22453208,"models/lam.py",355,0,"",python,selection_command +3049,22453239,"models/lam.py",271,0,"",python,selection_command +3050,22453273,"models/lam.py",270,0,"",python,selection_command +3051,22453308,"models/lam.py",230,0,"",python,selection_command +3052,22453642,"models/lam.py",270,0,"",python,selection_command +3053,22457046,"models/lam.py",3520,0,"",python,selection_command +3054,22458794,"models/lam.py",3519,6,"",python,content +3055,22460641,"models/lam.py",3510,0,"",python,selection_command +3056,22468061,"models/lam.py",1519,0,"",python,selection_command +3057,22489686,"models/lam.py",0,0,"",python,tab +3058,22489688,"models/lam.py",54,0,"",python,selection_command +3059,22492100,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n ffn_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +3060,22492101,"models/lam.py",1010,0,"",python,selection_mouse +3061,22492105,"models/lam.py",1009,0,"",python,selection_command +3062,22503802,"models/lam.py",0,0,"",python,tab +3063,22503804,"models/lam.py",0,0,"",python,tab +3064,22503839,"models/lam.py",1555,0,"",python,selection_command +3065,22504171,"models/lam.py",1554,0,"",python,selection_command +3066,22504341,"models/lam.py",1554,1,"j",python,selection_command +3067,22504402,"models/lam.py",1554,3,"jax",python,selection_command +3068,22504580,"models/lam.py",1554,4,"jax.",python,selection_command +3069,22504754,"models/lam.py",1554,10,"jax.random",python,selection_command +3070,22504938,"models/lam.py",1554,11,"jax.random.",python,selection_command +3071,22505136,"models/lam.py",1554,18,"jax.random.uniform",python,selection_command +3072,22505329,"models/lam.py",1554,19,"jax.random.uniform(",python,selection_command +3073,22505510,"models/lam.py",1554,23,"jax.random.uniform(rngs",python,selection_command +3074,22505673,"models/lam.py",1554,24,"jax.random.uniform(rngs.",python,selection_command +3075,22505823,"models/lam.py",1554,30,"jax.random.uniform(rngs.params",python,selection_command +3076,22505991,"models/lam.py",1554,33,"jax.random.uniform(rngs.params(),",python,selection_command +3077,22506474,"models/lam.py",1554,32,"jax.random.uniform(rngs.params()",python,selection_command +3078,22506873,"models/lam.py",1554,32,"",python,content +3079,22507159,"models/lam.py",1554,0,"()",python,content +3080,22507160,"models/lam.py",1555,0,"",python,selection_keyboard +3081,22507775,"models/lam.py",1554,0,"",python,selection_command +3082,22508426,"models/lam.py",1555,0,"",python,selection_command +3083,22508502,"models/lam.py",1555,1,"",python,content +3084,22509611,"models/lam.py",1554,0,"",python,selection_command +3085,22510034,"models/lam.py",1554,0,"n",python,content +3086,22510035,"models/lam.py",1555,0,"",python,selection_keyboard +3087,22510162,"models/lam.py",1555,0,"n",python,content +3088,22510163,"models/lam.py",1556,0,"",python,selection_keyboard +3089,22510306,"models/lam.py",1556,0,"x",python,content +3090,22510308,"models/lam.py",1557,0,"",python,selection_keyboard +3091,22510412,"models/lam.py",1557,0,".",python,content +3092,22510413,"models/lam.py",1558,0,"",python,selection_keyboard +3093,22511396,"models/lam.py",1558,0,"i",python,content +3094,22511396,"models/lam.py",1559,0,"",python,selection_keyboard +3095,22511471,"models/lam.py",1559,0,"n",python,content +3096,22511472,"models/lam.py",1560,0,"",python,selection_keyboard +3097,22511556,"models/lam.py",1560,0,"i",python,content +3098,22511557,"models/lam.py",1561,0,"",python,selection_keyboard +3099,22511646,"models/lam.py",1561,0,"t",python,content +3100,22511647,"models/lam.py",1562,0,"",python,selection_keyboard +3101,22511726,"models/lam.py",1562,0,"i",python,content +3102,22511727,"models/lam.py",1563,0,"",python,selection_keyboard +3103,22511812,"models/lam.py",1563,0,"a",python,content +3104,22511813,"models/lam.py",1564,0,"",python,selection_keyboard +3105,22511906,"models/lam.py",1564,0,"l",python,content +3106,22511907,"models/lam.py",1565,0,"",python,selection_keyboard +3107,22511990,"models/lam.py",1565,0,"i",python,content +3108,22511991,"models/lam.py",1566,0,"",python,selection_keyboard +3109,22512060,"models/lam.py",1566,0,"z",python,content +3110,22512061,"models/lam.py",1567,0,"",python,selection_keyboard +3111,22512189,"models/lam.py",1567,0,"e",python,content +3112,22512190,"models/lam.py",1568,0,"",python,selection_keyboard +3113,22512257,"models/lam.py",1568,0,"r",python,content +3114,22512258,"models/lam.py",1569,0,"",python,selection_keyboard +3115,22512345,"models/lam.py",1569,0,"s",python,content +3116,22512346,"models/lam.py",1570,0,"",python,selection_keyboard +3117,22512459,"models/lam.py",1570,0,".",python,content +3118,22512461,"models/lam.py",1571,0,"",python,selection_keyboard +3119,22512646,"models/lam.py",1571,0,"l",python,content +3120,22512647,"models/lam.py",1572,0,"",python,selection_keyboard +3121,22512677,"models/lam.py",1572,0,"e",python,content +3122,22512678,"models/lam.py",1573,0,"",python,selection_keyboard +3123,22512843,"models/lam.py",1573,0,"c",python,content +3124,22512844,"models/lam.py",1574,0,"",python,selection_keyboard +3125,22512909,"models/lam.py",1574,0,"u",python,content +3126,22512910,"models/lam.py",1575,0,"",python,selection_keyboard +3127,22512965,"models/lam.py",1575,0,"n",python,content +3128,22512966,"models/lam.py",1576,0,"",python,selection_keyboard +3129,22513115,"models/lam.py",1576,0,"_",python,content +3130,22513116,"models/lam.py",1577,0,"",python,selection_keyboard +3131,22513331,"models/lam.py",1577,0,"t",python,content +3132,22513332,"models/lam.py",1578,0,"",python,selection_keyboard +3133,22513492,"models/lam.py",1578,0,"r",python,content +3134,22513493,"models/lam.py",1579,0,"",python,selection_keyboard +3135,22513530,"models/lam.py",1579,0,"a",python,content +3136,22513531,"models/lam.py",1580,0,"",python,selection_keyboard +3137,22513640,"models/lam.py",1580,0,"n",python,content +3138,22513641,"models/lam.py",1581,0,"",python,selection_keyboard +3139,22513700,"models/lam.py",1581,0,"s",python,content +3140,22513701,"models/lam.py",1582,0,"",python,selection_keyboard +3141,22514416,"models/lam.py",1582,0,"f",python,content +3142,22514416,"models/lam.py",1583,0,"",python,selection_keyboard +3143,22514507,"models/lam.py",1583,0,"o",python,content +3144,22514507,"models/lam.py",1584,0,"",python,selection_keyboard +3145,22514584,"models/lam.py",1584,0,"r",python,content +3146,22514584,"models/lam.py",1585,0,"",python,selection_keyboard +3147,22514724,"models/lam.py",1585,0,"m",python,content +3148,22514725,"models/lam.py",1586,0,"",python,selection_keyboard +3149,22514911,"models/lam.py",1585,0,"",python,selection_command +3150,22516299,"models/lam.py",1586,0,"",python,selection_command +3151,22516459,"models/lam.py",1587,0,"",python,selection_command +3152,22516678,"models/lam.py",1587,1,"",python,content +3153,22516826,"models/lam.py",1587,1,"",python,content +3154,22517683,"models/lam.py",1586,0,"",python,selection_command +3155,22517751,"models/lam.py",1586,1,"",python,content +3156,22519580,"models/lam.py",1585,0,"",python,selection_command +3157,22520705,"models/lam.py",1584,0,"",python,selection_command +3158,22520957,"models/lam.py",1583,0,"",python,selection_command +3159,22520984,"models/lam.py",1582,0,"",python,selection_command +3160,22521031,"models/lam.py",1581,0,"",python,selection_command +3161,22521052,"models/lam.py",1580,0,"",python,selection_command +3162,22521086,"models/lam.py",1579,0,"",python,selection_command +3163,22521879,"models/lam.py",0,0,"",python,tab +3164,22523549,"models/lam.py",0,0,"",python,tab +3165,22523867,"models/lam.py",1578,0,"",python,selection_command +3166,22524035,"models/lam.py",1577,0,"",python,selection_command +3167,22524241,"models/lam.py",1577,9,"",python,content +3168,22524335,"models/lam.py",1577,0,"u",python,content +3169,22524336,"models/lam.py",1578,0,"",python,selection_keyboard +3170,22524390,"models/lam.py",1578,0,"n",python,content +3171,22524391,"models/lam.py",1579,0,"",python,selection_keyboard +3172,22524486,"models/lam.py",1579,0,"i",python,content +3173,22524487,"models/lam.py",1580,0,"",python,selection_keyboard +3174,22524585,"models/lam.py",1580,0,"f",python,content +3175,22524587,"models/lam.py",1581,0,"",python,selection_keyboard +3176,22524727,"models/lam.py",1581,0,"o",python,content +3177,22524728,"models/lam.py",1582,0,"",python,selection_keyboard +3178,22524888,"models/lam.py",1582,0,"r",python,content +3179,22524889,"models/lam.py",1583,0,"",python,selection_keyboard +3180,22524970,"models/lam.py",1583,0,"m",python,content +3181,22524971,"models/lam.py",1584,0,"",python,selection_keyboard +3182,22525091,"models/lam.py",1583,0,"",python,selection_command +3183,22526795,"models/lam.py",1641,0,"",python,selection_command +3184,22527091,"models/lam.py",1640,0,"",python,selection_command +3185,22527256,"models/lam.py",1650,0,"",python,selection_command +3186,22527629,"models/lam.py",1651,0,"",python,selection_command +3187,22528011,"models/lam.py",1650,0,"",python,selection_command +3188,22528979,"models/lam.py",1660,0,"",python,selection_command +3189,22529343,"models/lam.py",1650,0,"",python,selection_command +3190,22530329,"models/lam.py",1660,0,"",python,selection_command +3191,22530640,"models/lam.py",1650,0,"",python,selection_command +3192,22530862,"models/lam.py",1550,0,"",python,selection_command +3193,22531075,"models/lam.py",1641,0,"",python,selection_command +3194,22532177,"models/lam.py",1640,0,"",python,selection_command +3195,22532441,"models/lam.py",1650,0,"",python,selection_command +3196,22532611,"models/lam.py",1651,0,"",python,selection_command +3197,22533945,"models/lam.py",1650,0,"",python,selection_command +3198,22534529,"models/lam.py",1550,0,"",python,selection_command +3199,22534733,"models/lam.py",1641,0,"",python,selection_command +3200,22535417,"models/lam.py",1640,0,"",python,selection_command +3201,22536848,"models/lam.py",1641,0,"",python,selection_command +3202,22538327,"models/lam.py",1640,0,"",python,selection_command +3203,22538522,"models/lam.py",1639,0,"",python,selection_command +3204,22538771,"models/lam.py",1638,0,"",python,selection_command +3205,22538796,"models/lam.py",1637,0,"",python,selection_command +3206,22538830,"models/lam.py",1636,0,"",python,selection_command +3207,22538925,"models/lam.py",1630,0,"",python,selection_command +3208,22538928,"models/lam.py",1628,0,"",python,selection_command +3209,22538949,"models/lam.py",1627,0,"",python,selection_command +3210,22538965,"models/lam.py",1626,0,"",python,selection_command +3211,22538998,"models/lam.py",1625,0,"",python,selection_command +3212,22539031,"models/lam.py",1623,0,"",python,selection_command +3213,22539066,"models/lam.py",1617,0,"",python,selection_command +3214,22539247,"models/lam.py",1614,0,"",python,selection_command +3215,22539431,"models/lam.py",1599,0,"",python,selection_command +3216,22539731,"models/lam.py",1614,0,"",python,selection_command +3217,22540635,"models/lam.py",1615,0,"",python,selection_command +3218,22540782,"models/lam.py",1615,1,",",python,selection_command +3219,22540850,"models/lam.py",1615,8,", minval",python,selection_command +3220,22541004,"models/lam.py",1615,10,", minval=-",python,selection_command +3221,22541165,"models/lam.py",1615,11,", minval=-1",python,selection_command +3222,22541303,"models/lam.py",1615,12,", minval=-1.",python,selection_command +3223,22541496,"models/lam.py",1615,13,", minval=-1.0",python,selection_command +3224,22541672,"models/lam.py",1615,14,", minval=-1.0,",python,selection_command +3225,22541827,"models/lam.py",1615,21,", minval=-1.0, maxval",python,selection_command +3226,22542000,"models/lam.py",1615,22,", minval=-1.0, maxval=",python,selection_command +3227,22542270,"models/lam.py",1615,23,", minval=-1.0, maxval=1",python,selection_command +3228,22542584,"models/lam.py",1615,24,", minval=-1.0, maxval=1.",python,selection_command +3229,22542920,"models/lam.py",1615,25,", minval=-1.0, maxval=1.0",python,selection_command +3230,22543107,"models/lam.py",1615,25,"",python,content +3231,22543421,"models/lam.py",1615,1,"",python,content +3232,22543423,"models/lam.py",1614,0,"",python,selection_command +3233,22543873,"models/lam.py",1542,0,"",python,selection_command +3234,22544295,"models/lam.py",1616,0,"",python,selection_command +3235,22547480,"models/lam.py",0,0,"",python,tab +3236,22563915,"models/lam.py",0,0,"",python,tab +3237,22567627,"models/lam.py",0,0,"",python,tab +3238,22582173,"models/lam.py",1774,0,"",python,selection_mouse +3239,22591388,"models/lam.py",0,0,"",python,tab +3240,22592474,"models/lam.py",1767,0,"",python,selection_command +3241,22593082,"models/lam.py",1490,0,"",python,selection_command +3242,22593257,"models/lam.py",1485,0,"",python,selection_command +3243,22593709,"models/lam.py",596,0,"",python,selection_command +3244,22595194,"models/lam.py",586,0,"",python,selection_command +3245,22596452,"models/lam.py",0,0,"",python,tab +3246,22621723,"models/lam.py",0,0,"",python,tab +3247,22623167,"models/lam.py",1786,0,"",python,selection_command +3248,22624067,"models/lam.py",1763,0,"",python,selection_command +3249,22624321,"models/lam.py",1728,0,"",python,selection_command +3250,22624350,"models/lam.py",1698,0,"",python,selection_command +3251,22624381,"models/lam.py",1669,0,"",python,selection_command +3252,22624414,"models/lam.py",1634,0,"",python,selection_command +3253,22624448,"models/lam.py",1624,0,"",python,selection_command +3254,22624482,"models/lam.py",1550,0,"",python,selection_command +3255,22624515,"models/lam.py",1514,0,"",python,selection_command +3256,22624548,"models/lam.py",1504,0,"",python,selection_command +3257,22624592,"models/lam.py",1481,0,"",python,selection_command +3258,22624622,"models/lam.py",1423,0,"",python,selection_command +3259,22624652,"models/lam.py",1399,0,"",python,selection_command +3260,22624684,"models/lam.py",1369,0,"",python,selection_command +3261,22624718,"models/lam.py",1343,0,"",python,selection_command +3262,22624751,"models/lam.py",1315,0,"",python,selection_command +3263,22624789,"models/lam.py",1286,0,"",python,selection_command +3264,22624823,"models/lam.py",1257,0,"",python,selection_command +3265,22624857,"models/lam.py",1231,0,"",python,selection_command +3266,22624889,"models/lam.py",1203,0,"",python,selection_command +3267,22624967,"models/lam.py",1231,0,"",python,selection_command +3268,22625219,"models/lam.py",1257,0,"",python,selection_command +3269,22625249,"models/lam.py",1286,0,"",python,selection_command +3270,22625283,"models/lam.py",1315,0,"",python,selection_command +3271,22625313,"models/lam.py",1343,0,"",python,selection_command +3272,22625347,"models/lam.py",1369,0,"",python,selection_command +3273,22625383,"models/lam.py",1399,0,"",python,selection_command +3274,22625413,"models/lam.py",1423,0,"",python,selection_command +3275,22625449,"models/lam.py",1481,0,"",python,selection_command +3276,22625482,"models/lam.py",1504,0,"",python,selection_command +3277,22625515,"models/lam.py",1514,0,"",python,selection_command +3278,22625549,"models/lam.py",1550,0,"",python,selection_command +3279,22625581,"models/lam.py",1624,0,"",python,selection_command +3280,22625616,"models/lam.py",1634,0,"",python,selection_command +3281,22625647,"models/lam.py",1669,0,"",python,selection_command +3282,22625680,"models/lam.py",1698,0,"",python,selection_command +3283,22625713,"models/lam.py",1728,0,"",python,selection_command +3284,22625747,"models/lam.py",1763,0,"",python,selection_command +3285,22625783,"models/lam.py",1786,0,"",python,selection_command +3286,22625815,"models/lam.py",1796,0,"",python,selection_command +3287,22625850,"models/lam.py",1832,0,"",python,selection_command +3288,22626067,"models/lam.py",1882,0,"",python,selection_command +3289,22626252,"models/lam.py",1832,0,"",python,selection_command +3290,22626391,"models/lam.py",1839,0,"",python,selection_command +3291,22626583,"models/lam.py",1840,0,"",python,selection_command +3292,22626751,"models/lam.py",1855,0,"",python,selection_command +3293,22626887,"models/lam.py",1856,0,"",python,selection_command +3294,22627035,"models/lam.py",1861,0,"",python,selection_command +3295,22627719,"models/lam.py",1860,0,"",python,selection_command +3296,22627933,"models/lam.py",1858,0,"",python,selection_command +3297,22628644,"models/lam.py",1857,1,"",python,content +3298,22628712,"models/lam.py",1857,0,"\n ",python,content +3299,22628920,"models/lam.py",1869,0,"",python,selection_command +3300,22629443,"models/lam.py",1897,0,"",python,selection_command +3301,22629721,"models/lam.py",1939,0,"",python,selection_command +3302,22629725,"models/lam.py",1969,0,"",python,selection_command +3303,22629783,"models/lam.py",1989,0,"",python,selection_command +3304,22629791,"models/lam.py",2002,0,"",python,selection_command +3305,22630155,"models/lam.py",2039,0,"",python,selection_command +3306,22630462,"models/lam.py",2055,0,"",python,selection_command +3307,22630756,"models/lam.py",2056,0,"",python,selection_command +3308,22630894,"models/lam.py",2057,0,"",python,selection_command +3309,22630989,"models/lam.py",2056,1,"",python,content +3310,22631062,"models/lam.py",2056,0,"\n ",python,content +3311,22631238,"models/lam.py",2068,0,"",python,selection_command +3312,22633906,"models/lam.py",0,0,"",python,tab +3313,22648916,"models/lam.py",0,0,"",python,tab +3314,22650178,"models/lam.py",3083,0,"",python,selection_command +3315,22650555,"models/lam.py",3083,1,"j",python,selection_command +3316,22650807,"models/lam.py",3083,3,"jax",python,selection_command +3317,22651004,"models/lam.py",3083,4,"jax.",python,selection_command +3318,22651173,"models/lam.py",3083,6,"jax.nn",python,selection_command +3319,22651432,"models/lam.py",3083,6,"",python,content +3320,22651639,"models/lam.py",3083,0,"n",python,content +3321,22651640,"models/lam.py",3084,0,"",python,selection_keyboard +3322,22651756,"models/lam.py",3084,0,"n",python,content +3323,22651757,"models/lam.py",3085,0,"",python,selection_keyboard +3324,22651858,"models/lam.py",3085,0,"x",python,content +3325,22651859,"models/lam.py",3086,0,"",python,selection_keyboard +3326,22652048,"models/lam.py",3085,0,"",python,selection_command +3327,22655000,"models/lam.py",0,0,"",python,tab +3328,22659252,"models/lam.py",0,0,"",python,tab +3329,22664240,"models/lam.py",3496,0,"",python,selection_command +3330,22664953,"models/lam.py",3500,0,"",python,selection_command +3331,22665104,"models/lam.py",3501,0,"",python,selection_command +3332,22665436,"models/lam.py",1519,0,"",python,selection_command +3333,22669275,"models/lam.py",3501,0,"",python,selection_command +3334,22678539,"models/lam.py",3500,0,"",python,selection_command +3335,22678694,"models/lam.py",3496,0,"",python,selection_command +3336,22678829,"models/lam.py",3495,0,"",python,selection_command +3337,22678981,"models/lam.py",3483,0,"",python,selection_command +3338,22690855,"models/lam.py",3494,0,"",python,selection_command +3339,22691002,"models/lam.py",3495,0,"",python,selection_command +3340,22691161,"models/lam.py",3499,0,"",python,selection_command +3341,22691284,"models/lam.py",3500,0,"",python,selection_command +3342,22691526,"models/lam.py",3509,0,"",python,selection_command +3343,22692060,"models/lam.py",3510,0,"",python,selection_command +3344,22692329,"models/lam.py",3510,0,".",python,content +3345,22692331,"models/lam.py",3511,0,"",python,selection_keyboard +3346,22692594,"models/lam.py",3511,0,"v",python,content +3347,22692594,"models/lam.py",3512,0,"",python,selection_keyboard +3348,22692672,"models/lam.py",3512,0,"a",python,content +3349,22692674,"models/lam.py",3513,0,"",python,selection_keyboard +3350,22692757,"models/lam.py",3513,0,"l",python,content +3351,22692759,"models/lam.py",3514,0,"",python,selection_keyboard +3352,22692874,"models/lam.py",3514,0,"u",python,content +3353,22692875,"models/lam.py",3515,0,"",python,selection_keyboard +3354,22692906,"models/lam.py",3515,0,"e",python,content +3355,22692908,"models/lam.py",3516,0,"",python,selection_keyboard +3356,22693073,"models/lam.py",3515,0,"",python,selection_command +3357,22694146,"models/lam.py",3458,0,"",python,selection_command +3358,22694991,"models/lam.py",3466,0,"",python,selection_command +3359,22695240,"models/lam.py",3477,0,"",python,selection_command +3360,22695270,"models/lam.py",3479,0,"",python,selection_command +3361,22695303,"models/lam.py",3482,0,"",python,selection_command +3362,22695337,"models/lam.py",3483,0,"",python,selection_command +3363,22695373,"models/lam.py",3495,0,"",python,selection_command +3364,22695405,"models/lam.py",3496,0,"",python,selection_command +3365,22695437,"models/lam.py",3500,0,"",python,selection_command +3366,22695608,"models/lam.py",3501,0,"",python,selection_command +3367,22695806,"models/lam.py",3510,0,"",python,selection_command +3368,22696256,"models/lam.py",3511,0,"",python,selection_command +3369,22705801,"models/lam.py",3510,0,"",python,selection_command +3370,22705872,"models/lam.py",3510,1,".",python,selection_command +3371,22705936,"models/lam.py",3510,6,".value",python,selection_command +3372,22706194,"models/lam.py",3510,6,"",python,content +3373,22707939,"models/lam.py",3501,0,"",python,selection_command +3374,22708050,"models/lam.py",1519,0,"",python,selection_command +3375,22821957,"models/lam.py",1529,0,"",python,selection_command +3376,22822162,"models/lam.py",1531,0,"",python,selection_command +3377,22822194,"models/lam.py",1534,0,"",python,selection_command +3378,22822285,"models/lam.py",1535,0,"",python,selection_command +3379,22822287,"models/lam.py",1540,0,"",python,selection_command +3380,22822295,"models/lam.py",1554,0,"",python,selection_command +3381,22822379,"models/lam.py",1557,0,"",python,selection_command +3382,22822542,"models/lam.py",1558,0,"",python,selection_command +3383,22822808,"models/lam.py",1570,0,"",python,selection_command +3384,22823007,"models/lam.py",1571,0,"",python,selection_command +3385,22847465,"models/lam.py",1535,0,"",python,selection_command +3386,22847972,"models/lam.py",2544,0,"",python,selection_command +3387,22849583,"models/lam.py",1535,0,"",python,selection_command +3388,22850702,"models/lam.py",1514,0,"",python,selection_command +3389,22851241,"models/lam.py",1518,0,"",python,selection_command +3390,22851390,"models/lam.py",1519,0,"",python,selection_command +3391,22852376,"models/lam.py",3501,0,"",python,selection_command +3392,22858668,"models/lam.py",3458,86," action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))",python,selection_command +3393,22860664,"models/lam.py",3501,0,"",python,selection_command +3394,22871367,"models/lam.py",3458,86," action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))",python,selection_command +3395,22877220,"models/lam.py",3501,0,"",python,selection_command +3396,22880901,"models/lam.py",1542,73," nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.patch_token_dim))",python,content +3397,22890838,"models/lam.py",1541,0,"",python,selection_mouse +3398,22890840,"models/lam.py",1540,0,"",python,selection_command +3399,22891600,"models/lam.py",1592,0,"",python,selection_mouse +3400,22896594,"models/lam.py",1591,0,"",python,selection_command +3401,22896839,"models/lam.py",1587,0,"",python,selection_command +3402,22897059,"models/lam.py",1584,0,"",python,selection_command +3403,22897407,"models/lam.py",1585,0,"",python,selection_command +3404,22897637,"models/lam.py",1586,0,"",python,selection_command +3405,22906202,"utils/nn.py",0,0,"",python,tab +3406,22908645,"utils/nn.py",6653,0,"",python,selection_command +3407,22910278,"utils/nn.py",6667,0,")(",python,content +3408,22910279,"utils/nn.py",6669,0,"",python,selection_command +3409,22911425,"utils/nn.py",6668,0,"",python,selection_command +3410,22913007,"utils/nn.py",6686,0,"rngs.params(),\n ",python,content +3411,22914049,"utils/nn.py",6699,0,"",python,selection_command +3412,22915459,"utils/nn.py",6697,0,"",python,selection_command +3413,22915819,"utils/nn.py",6691,0,"",python,selection_command +3414,22915920,"utils/nn.py",6690,0,"",python,selection_command +3415,22916146,"utils/nn.py",6686,0,"",python,selection_command +3416,22918609,"utils/nn.py",6690,0,"",python,selection_command +3417,22918765,"utils/nn.py",6691,0,"",python,selection_command +3418,22919838,"models/lam.py",0,0,"",python,tab +3419,22924268,"utils/nn.py",0,0,"",python,tab +3420,22925878,"models/lam.py",0,0,"",python,tab +3421,22927998,"models/lam.py",1586,0,"\n ",python,content +3422,22929309,"utils/nn.py",0,0,"",python,tab +3423,22930307,"models/lam.py",0,0,"",python,tab +3424,22930647,"models/lam.py",1598,0,"",python,selection_command +3425,22931202,"models/lam.py",1599,0,"",python,selection_command +3426,22931546,"models/lam.py",1600,0,"",python,selection_command +3427,22932069,"models/lam.py",1599,0,"",python,selection_command +3428,22932593,"models/lam.py",1595,4,"",python,content +3429,22932664,"models/lam.py",1591,4,"",python,content +3430,22932922,"models/lam.py",1587,4,"",python,content +3431,22933190,"models/lam.py",1586,1,"",python,content +3432,22933641,"models/lam.py",1585,0,"",python,selection_command +3433,22933685,"models/lam.py",1586,0,"",python,selection_command +3434,22933787,"models/lam.py",1587,0,"",python,selection_command +3435,22934035,"models/lam.py",1587,0,"\n ",python,content +3436,22934364,"models/lam.py",1603,0,"",python,selection_command +3437,22935115,"models/lam.py",1617,0,"",python,selection_command +3438,22935640,"models/lam.py",1618,0,"",python,selection_command +3439,22935955,"models/lam.py",1619,0,"",python,selection_command +3440,22936069,"models/lam.py",1618,1,"",python,content +3441,22936127,"models/lam.py",1618,0,"\n ",python,content +3442,22936420,"models/lam.py",1634,0,"",python,selection_command +3443,22938203,"models/lam.py",1676,0,"",python,selection_command +3444,22938405,"models/lam.py",1634,0,"",python,selection_command +3445,22938660,"models/lam.py",1667,0,"",python,selection_command +3446,22938885,"models/lam.py",1666,1,"",python,content +3447,22939106,"models/lam.py",1665,0,"",python,selection_command +3448,22939474,"models/lam.py",1676,0,"",python,selection_command +3449,22939627,"models/lam.py",1676,0,")",python,content +3450,22939628,"models/lam.py",1677,0,"",python,selection_keyboard +3451,22939862,"models/lam.py",1676,0,"",python,selection_command +3452,22942512,"models/lam.py",1675,0,"",python,selection_command +3453,22942779,"models/lam.py",1675,0,"\n ",python,content +3454,22944655,"models/lam.py",1680,4,"",python,content +3455,22944828,"models/lam.py",1676,4,"",python,content +3456,22945017,"models/lam.py",1675,1,"",python,content +3457,22946028,"models/lam.py",1676,0,"",python,selection_keyboard +3458,22946231,"models/lam.py",1676,0,"\n ",python,content +3459,22946714,"models/lam.py",1684,0,"",python,selection_command +3460,22947117,"models/lam.py",1674,0,"",python,selection_command +3461,22947371,"models/lam.py",1675,0,"",python,selection_command +3462,22947566,"models/lam.py",1675,0," ",python,content +3463,22947812,"models/lam.py",1678,0,"",python,selection_command +3464,22948631,"models/lam.py",1689,0,"",python,selection_command +3465,22948800,"models/lam.py",1702,0,"",python,selection_command +3466,22949201,"models/lam.py",1689,0,"",python,selection_command +3467,22949434,"models/lam.py",1681,0,"",python,selection_command +3468,22950562,"utils/nn.py",0,0,"",python,tab +3469,22951776,"utils/nn.py",6722,0,"",python,selection_command +3470,22951935,"utils/nn.py",6765,0,"",python,selection_command +3471,22952090,"utils/nn.py",6776,0,"",python,selection_command +3472,22953520,"models/lam.py",0,0,"",python,tab +3473,22955166,"models/lam.py",1667,0,"",python,selection_command +3474,22955335,"models/lam.py",1619,0,"",python,selection_command +3475,22955487,"models/lam.py",1588,0,"",python,selection_command +3476,22955825,"models/lam.py",1542,0,"",python,selection_command +3477,22955990,"models/lam.py",1506,0,"",python,selection_command +3478,22957657,"models/lam.py",1514,0,"",python,selection_command +3479,22957837,"models/lam.py",1518,0,"",python,selection_command +3480,22957996,"models/lam.py",1519,0,"",python,selection_command +3481,22958359,"models/lam.py",3566,0,"",python,selection_command +3482,22959746,"models/lam.py",3653,0,"",python,selection_command +3483,22959907,"models/lam.py",3566,0,"",python,selection_command +3484,22960259,"models/lam.py",3574,0,"",python,selection_command +3485,22960460,"models/lam.py",3575,0,"",python,selection_command +3486,22960731,"models/lam.py",3575,0,".",python,content +3487,22960732,"models/lam.py",3576,0,"",python,selection_keyboard +3488,22960812,"models/lam.py",3576,0,"v",python,content +3489,22960813,"models/lam.py",3577,0,"",python,selection_keyboard +3490,22960888,"models/lam.py",3577,0,"a",python,content +3491,22960889,"models/lam.py",3578,0,"",python,selection_keyboard +3492,22960959,"models/lam.py",3578,0,"l",python,content +3493,22960960,"models/lam.py",3579,0,"",python,selection_keyboard +3494,22961028,"models/lam.py",3579,0,"u",python,content +3495,22961029,"models/lam.py",3580,0,"",python,selection_keyboard +3496,22961076,"models/lam.py",3580,0,"e",python,content +3497,22961078,"models/lam.py",3581,0,"",python,selection_keyboard +3498,22961276,"models/lam.py",3580,0,"",python,selection_command +3499,22964427,"models/lam.py",3576,0,"",python,selection_command +3500,22964580,"models/lam.py",3575,0,"",python,selection_command +3501,22964710,"models/lam.py",3566,0,"",python,selection_command +3502,22966450,"models/lam.py",3575,0,"",python,selection_command +3503,22966855,"models/lam.py",3575,1,".",python,selection_command +3504,22966895,"models/lam.py",3575,6,".value",python,selection_command +3505,22967081,"models/lam.py",3575,6,"",python,content +3506,22968364,"models/lam.py",3566,0,"",python,selection_command +3507,22982232,"models/lam.py",3574,0,"",python,selection_command +3508,22982786,"models/lam.py",3574,1,"n",python,selection_command +3509,22982786,"models/lam.py",3574,2,"n,",python,selection_command +3510,22982787,"models/lam.py",3574,2,"",python,content +3511,22983353,"models/lam.py",3574,0,"n,",python,content +3512,22983361,"models/lam.py",3574,0,"",python,selection_command +3513,22983745,"models/lam.py",3575,0,"",python,selection_command +3514,22983910,"models/lam.py",3575,0,".",python,content +3515,22983911,"models/lam.py",3576,0,"",python,selection_keyboard +3516,22984063,"models/lam.py",3576,0,"v",python,content +3517,22984063,"models/lam.py",3577,0,"",python,selection_keyboard +3518,22984126,"models/lam.py",3577,0,"a",python,content +3519,22984128,"models/lam.py",3578,0,"",python,selection_keyboard +3520,22984200,"models/lam.py",3578,0,"l",python,content +3521,22984201,"models/lam.py",3579,0,"",python,selection_keyboard +3522,22984262,"models/lam.py",3579,0,"u",python,content +3523,22984264,"models/lam.py",3580,0,"",python,selection_keyboard +3524,22984364,"models/lam.py",3580,0,"e",python,content +3525,22984364,"models/lam.py",3581,0,"",python,selection_keyboard +3526,22984650,"models/lam.py",3580,0,"",python,selection_command +3527,22985400,"models/lam.py",3522,0,"\n ",python,content +3528,22985530,"models/lam.py",3531,0,"@",python,content +3529,22985531,"models/lam.py",3532,0,"",python,selection_keyboard +3530,22985900,"models/lam.py",3531,1,"",python,content +3531,22985959,"models/lam.py",3531,0,"#",python,content +3532,22985960,"models/lam.py",3532,0,"",python,selection_keyboard +3533,22986025,"models/lam.py",3532,0," ",python,content +3534,22986026,"models/lam.py",3533,0,"",python,selection_keyboard +3535,22986495,"models/lam.py",3533,0,"F",python,content +3536,22986496,"models/lam.py",3534,0,"",python,selection_keyboard +3537,22986534,"models/lam.py",3534,0,"I",python,content +3538,22986534,"models/lam.py",3535,0,"",python,selection_keyboard +3539,22986634,"models/lam.py",3535,0,"X",python,content +3540,22986635,"models/lam.py",3536,0,"",python,selection_keyboard +3541,22986716,"models/lam.py",3536,0,"M",python,content +3542,22986717,"models/lam.py",3537,0,"",python,selection_keyboard +3543,22986795,"models/lam.py",3537,0,"E",python,content +3544,22986795,"models/lam.py",3538,0,"",python,selection_keyboard +3545,22986896,"models/lam.py",3538,0," ",python,content +3546,22986897,"models/lam.py",3539,0,"",python,selection_keyboard +3547,22987011,"models/lam.py",3539,0,"()",python,content +3548,22987012,"models/lam.py",3540,0,"",python,selection_keyboard +3549,22987267,"models/lam.py",3540,0,"f",python,content +3550,22987268,"models/lam.py",3541,0,"",python,selection_keyboard +3551,22987423,"models/lam.py",3541,0,".",python,content +3552,22987423,"models/lam.py",3542,0,"",python,selection_keyboard +3553,22987465,"models/lam.py",3542,0,"s",python,content +3554,22987466,"models/lam.py",3543,0,"",python,selection_keyboard +3555,22987565,"models/lam.py",3543,0,"r",python,content +3556,22987566,"models/lam.py",3544,0,"",python,selection_keyboard +3557,22987646,"models/lam.py",3544,0,"a",python,content +3558,22987647,"models/lam.py",3545,0,"",python,selection_keyboard +3559,22987665,"models/lam.py",3545,0,"m",python,content +3560,22987666,"models/lam.py",3546,0,"",python,selection_keyboard +3561,22987822,"models/lam.py",3546,0,"b",python,content +3562,22987823,"models/lam.py",3547,0,"",python,selection_keyboard +3563,22987879,"models/lam.py",3547,0,"i",python,content +3564,22987880,"models/lam.py",3548,0,"",python,selection_keyboard +3565,22987896,"models/lam.py",3548,0,"c",python,content +3566,22987896,"models/lam.py",3549,0,"",python,selection_keyboard +3567,22987949,"models/lam.py",3549,0,"a",python,content +3568,22987950,"models/lam.py",3550,0,"",python,selection_keyboard +3569,22988112,"models/lam.py",3550,0,"l",python,content +3570,22988113,"models/lam.py",3551,0,"",python,selection_keyboard +3571,22988381,"models/lam.py",3551,1,")",python,content +3572,22988381,"models/lam.py",3552,0,"",python,selection_keyboard +3573,22988591,"models/lam.py",3552,0," ",python,content +3574,22988592,"models/lam.py",3553,0,"",python,selection_keyboard +3575,22988969,"models/lam.py",3552,1,"",python,content +3576,22989128,"models/lam.py",3552,0,":",python,content +3577,22989129,"models/lam.py",3553,0,"",python,selection_keyboard +3578,22989162,"models/lam.py",3553,0," ",python,content +3579,22989163,"models/lam.py",3554,0,"",python,selection_keyboard +3580,22989331,"models/lam.py",3554,0,"c",python,content +3581,22989332,"models/lam.py",3555,0,"",python,selection_keyboard +3582,22989385,"models/lam.py",3555,0,"h",python,content +3583,22989385,"models/lam.py",3556,0,"",python,selection_keyboard +3584,22989446,"models/lam.py",3556,0,"e",python,content +3585,22989447,"models/lam.py",3557,0,"",python,selection_keyboard +3586,22989587,"models/lam.py",3557,0,"c",python,content +3587,22989588,"models/lam.py",3558,0,"",python,selection_keyboard +3588,22989591,"models/lam.py",3558,0,"k",python,content +3589,22989592,"models/lam.py",3559,0,"",python,selection_keyboard +3590,22989663,"models/lam.py",3559,0," ",python,content +3591,22989663,"models/lam.py",3560,0,"",python,selection_keyboard +3592,22989682,"models/lam.py",3560,0,"w",python,content +3593,22989683,"models/lam.py",3561,0,"",python,selection_keyboard +3594,22990346,"models/lam.py",3561,0,"h",python,content +3595,22990347,"models/lam.py",3562,0,"",python,selection_keyboard +3596,22990388,"models/lam.py",3562,0,"e",python,content +3597,22990389,"models/lam.py",3563,0,"",python,selection_keyboard +3598,22990467,"models/lam.py",3563,0,"t",python,content +3599,22990468,"models/lam.py",3564,0,"",python,selection_keyboard +3600,22990551,"models/lam.py",3564,0,"h",python,content +3601,22990552,"models/lam.py",3565,0,"",python,selection_keyboard +3602,22990616,"models/lam.py",3565,0,"e",python,content +3603,22990616,"models/lam.py",3566,0,"",python,selection_keyboard +3604,22990665,"models/lam.py",3566,0,"r",python,content +3605,22990666,"models/lam.py",3567,0,"",python,selection_keyboard +3606,22990734,"models/lam.py",3567,0," ",python,content +3607,22990735,"models/lam.py",3568,0,"",python,selection_keyboard +3608,22990800,"models/lam.py",3568,0,"w",python,content +3609,22990801,"models/lam.py",3569,0,"",python,selection_keyboard +3610,22990852,"models/lam.py",3569,0,"e",python,content +3611,22990853,"models/lam.py",3570,0,"",python,selection_keyboard +3612,22990949,"models/lam.py",3570,0," ",python,content +3613,22990950,"models/lam.py",3571,0,"",python,selection_keyboard +3614,22991035,"models/lam.py",3571,0,"r",python,content +3615,22991036,"models/lam.py",3572,0,"",python,selection_keyboard +3616,22991114,"models/lam.py",3572,0,"e",python,content +3617,22991114,"models/lam.py",3573,0,"",python,selection_keyboard +3618,22991180,"models/lam.py",3573,0,"a",python,content +3619,22991181,"models/lam.py",3574,0,"",python,selection_keyboard +3620,22991247,"models/lam.py",3574,0,"l",python,content +3621,22991247,"models/lam.py",3575,0,"",python,selection_keyboard +3622,22991440,"models/lam.py",3575,0,"l",python,content +3623,22991441,"models/lam.py",3576,0,"",python,selection_keyboard +3624,22991502,"models/lam.py",3576,0,"y",python,content +3625,22991503,"models/lam.py",3577,0,"",python,selection_keyboard +3626,22991563,"models/lam.py",3577,0," ",python,content +3627,22991563,"models/lam.py",3578,0,"",python,selection_keyboard +3628,22991853,"models/lam.py",3578,0,"e",python,content +3629,22991853,"models/lam.py",3579,0,"",python,selection_keyboard +3630,22992121,"models/lam.py",3578,1,"",python,content +3631,22992249,"models/lam.py",3578,0,"n",python,content +3632,22992250,"models/lam.py",3579,0,"",python,selection_keyboard +3633,22992333,"models/lam.py",3579,0,"e",python,content +3634,22992334,"models/lam.py",3580,0,"",python,selection_keyboard +3635,22992473,"models/lam.py",3580,0,"e",python,content +3636,22992473,"models/lam.py",3581,0,"",python,selection_keyboard +3637,22992549,"models/lam.py",3581,0,"d",python,content +3638,22992550,"models/lam.py",3582,0,"",python,selection_keyboard +3639,22992615,"models/lam.py",3582,0," ",python,content +3640,22992617,"models/lam.py",3583,0,"",python,selection_keyboard +3641,22992736,"models/lam.py",3583,0,".",python,content +3642,22992737,"models/lam.py",3584,0,"",python,selection_keyboard +3643,22993043,"models/lam.py",3584,0,"c",python,content +3644,22993044,"models/lam.py",3585,0,"",python,selection_keyboard +3645,22993122,"models/lam.py",3585,0,"a",python,content +3646,22993123,"models/lam.py",3586,0,"",python,selection_keyboard +3647,22993202,"models/lam.py",3586,0,"l",python,content +3648,22993203,"models/lam.py",3587,0,"",python,selection_keyboard +3649,22993287,"models/lam.py",3587,0,"u",python,content +3650,22993288,"models/lam.py",3588,0,"",python,selection_keyboard +3651,22993468,"models/lam.py",3587,1,"",python,content +3652,22993603,"models/lam.py",3586,1,"",python,content +3653,22993747,"models/lam.py",3585,1,"",python,content +3654,22993968,"models/lam.py",3585,0,"v",python,content +3655,22993969,"models/lam.py",3586,0,"",python,selection_keyboard +3656,22994032,"models/lam.py",3586,0,"a",python,content +3657,22994033,"models/lam.py",3587,0,"",python,selection_keyboard +3658,22994240,"models/lam.py",3586,1,"",python,content +3659,22994372,"models/lam.py",3585,1,"",python,content +3660,22994502,"models/lam.py",3584,1,"",python,content +3661,22994523,"models/lam.py",3584,0,"v",python,content +3662,22994524,"models/lam.py",3585,0,"",python,selection_keyboard +3663,22994601,"models/lam.py",3585,0,"a",python,content +3664,22994602,"models/lam.py",3586,0,"",python,selection_keyboard +3665,22994710,"models/lam.py",3586,0,"l",python,content +3666,22994711,"models/lam.py",3587,0,"",python,selection_keyboard +3667,22994836,"models/lam.py",3587,0,"u",python,content +3668,22994837,"models/lam.py",3588,0,"",python,selection_keyboard +3669,22994856,"models/lam.py",3588,0,"e",python,content +3670,22994857,"models/lam.py",3589,0,"",python,selection_keyboard +3671,22994971,"models/lam.py",3589,0," ",python,content +3672,22994972,"models/lam.py",3590,0,"",python,selection_keyboard +3673,22995355,"models/lam.py",3590,0,"h",python,content +3674,22995356,"models/lam.py",3591,0,"",python,selection_keyboard +3675,22995372,"models/lam.py",3591,0,"e",python,content +3676,22995373,"models/lam.py",3592,0,"",python,selection_keyboard +3677,22995433,"models/lam.py",3592,0,"r",python,content +3678,22995434,"models/lam.py",3593,0,"",python,selection_keyboard +3679,22995526,"models/lam.py",3593,0,"e",python,content +3680,22995526,"models/lam.py",3594,0,"",python,selection_keyboard +3681,22995918,"models/lam.py",3593,0,"",python,selection_command +3682,22997241,"models/lam.py",2530,0,"",python,selection_command +3683,22997933,"models/lam.py",1504,0,"",python,selection_command +3684,23000273,"models/lam.py",1514,0,"",python,selection_command +3685,23001143,"models/lam.py",1506,0,"",python,selection_command +3686,23005864,"models/lam.py",1542,0,"",python,selection_command +3687,23005998,"models/lam.py",1554,0,"",python,selection_command +3688,23006178,"models/lam.py",1557,0,"",python,selection_command +3689,23006330,"models/lam.py",1558,0,"",python,selection_command +3690,23006520,"models/lam.py",1570,0,"",python,selection_command +3691,23006648,"models/lam.py",1571,0,"",python,selection_command +3692,23016281,"models/lam.py",1570,0,"",python,selection_command +3693,23016355,"models/lam.py",1558,0,"",python,selection_command +3694,23016669,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",0,0,"",python,tab +3695,23017706,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1624,0,"",python,selection_keyboard +3696,23018210,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1689,0,"",python,selection_command +3697,23018453,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1736,0,"",python,selection_command +3698,23018574,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1772,0,"",python,selection_command +3699,23019099,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1736,0,"",python,selection_command +3700,23019296,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1741,0,"",python,selection_command +3701,23019459,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1745,0,"",python,selection_command +3702,23019622,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1746,0,"",python,selection_command +3703,23019746,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1753,0,"",python,selection_command +3704,23019951,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1760,0,"",python,selection_command +3705,23020048,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1772,0,"",python,selection_command +3706,23020843,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1760,0,"",python,selection_command +3707,23021228,".venv/lib/python3.10/site-packages/flax/typing.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\nfrom __future__ import annotations\n\nfrom collections import deque\nfrom functools import partial\nfrom typing import (\n Any,\n Generic,\n Optional,\n Protocol,\n TypeGuard,\n TypeVar,\n Union,\n)\nfrom collections.abc import Callable, Hashable, Mapping, Sequence\n\nimport jax\nimport jax.numpy as jnp\nimport numpy as np\nfrom flax.core import FrozenDict\n\nimport dataclasses\nimport jax.tree_util as jtu\n\n\n# General\n\nArray = Union[jax.Array, Any]\nPRNGKey = jax.Array\nRNGSequences = dict[str, PRNGKey]\nDtype = Union[jax.typing.DTypeLike, Any]\nShape = Sequence[int]\nK = TypeVar('K')\n\nclass Key(Hashable, Protocol):\n def __lt__(self: K, value: K, /) -> bool:\n ...\n\ndef is_key_like(x: Any) -> TypeGuard[Key]:\n return hasattr(x, '__hash__') and hasattr(x, '__lt__')\n\nPath = str\nPathParts = tuple[Key, ...]\n\nLeaf = Any\n\n\n# Linear\n\nPrecisionLike = Union[\n None,\n str,\n jax.lax.Precision,\n tuple[str, str],\n tuple[jax.lax.Precision, jax.lax.Precision],\n]\nDotGeneralT = Callable[..., Array]\nConvGeneralDilatedT = Callable[..., Array]\nEinsumT = Callable[..., Array]\n\nPaddingLike = Union[str, int, Sequence[Union[int, tuple[int, int]]]]\nLaxPadding = Union[str, Sequence[tuple[int, int]]]\n\n\n# Initializers\n\nInitializer = Union[jax.nn.initializers.Initializer, Callable[..., Any]]\n\n\n# Collections\n\nCollection = Mapping[str, Any]\nMutableCollection = dict[str, Any]\n\n\n# Dicts\n\nVariableDict = Mapping[str, Collection]\nFrozenVariableDict = FrozenDict[str, Collection]\nMutableVariableDict = dict[str, MutableCollection]\n\nPRNGFoldable = Union[int, str]\n\n\n# Axes\n\nT = TypeVar('T')\n\n@dataclasses.dataclass(frozen=True)\nclass In(Generic[T]):\n """"""Specifies a variable collection should only be lifted as input.""""""\n\n axis: T\n\n@dataclasses.dataclass(frozen=True)\nclass Out(Generic[T]):\n """"""Specifies a variable collection should only be lifted as output.""""""\n\n axis: T\n\nAxis = Optional[int]\nInOutAxis = Union[Axis, In[Axis], Out[Axis]]\n\nScanAxis = int\nInOutScanAxis = Union[ScanAxis, In[ScanAxis], Out[ScanAxis]]\n\nAxes = Union[int, Sequence[int]]\n\n\n# SPMD\n\nLogicalNames = tuple[Union[str, None], ...]\nAxisName = str | tuple[str, ...] | None\n\n# Maps each logical axis to physical mesh, can be either None (replicated),\n# one physical axis or a tuple of physical axes.\nLogicalRules = Sequence[tuple[str, AxisName]]\nArrayPytree = Any # pylint: disable=invalid-name\nLogicalPartitionSpec = Any # pylint: disable=invalid-name\nLogicalPartitionSpecPytree = Any # pylint: disable=invalid-name\nPartitionSpecPytree = Any # pylint: disable=invalid-name\n\nSharding = tuple[AxisName, ...]\n\nA = TypeVar('A')\n\n\nclass PytreeDeque(deque[A]):\n pass\n\n\ndef _pytree_deque_flatten(xs: PytreeDeque, *, with_path: bool):\n if with_path:\n nodes = tuple((jtu.SequenceKey(i), x) for i, x in enumerate(xs))\n return nodes, ()\n else:\n return xs, ()\n\n\ndef _pytree_deque_unflatten(_, nodes):\n return PytreeDeque(nodes)\n\n\njtu.register_pytree_with_keys(\n PytreeDeque,\n partial(_pytree_deque_flatten, with_path=True),\n _pytree_deque_unflatten,\n flatten_func=partial(_pytree_deque_flatten, with_path=False),\n)\n\nclass Missing:\n pass\n\n\nMISSING = Missing()\n\n\ndef _bytes_repr(num_bytes):\n count, units = (\n (f'{num_bytes / 1e9:,.1f}', 'GB')\n if num_bytes > 1e9\n else (f'{num_bytes / 1e6:,.1f}', 'MB')\n if num_bytes > 1e6\n else (f'{num_bytes / 1e3:,.1f}', 'KB')\n if num_bytes > 1e3\n else (f'{num_bytes:,}', 'B')\n )\n\n return f'{count} {units}'\n\n\nclass ShapeDtype(Protocol):\n shape: Shape\n dtype: Dtype\n\n\ndef has_shape_dtype(x: Any) -> TypeGuard[ShapeDtype]:\n return hasattr(x, 'shape') and hasattr(x, 'dtype')\n\n\n@dataclasses.dataclass(frozen=True, slots=True)\nclass SizeBytes: # type: ignore[misc]\n size: int\n bytes: int\n\n @classmethod\n def from_array(cls, x: ShapeDtype):\n size = int(np.prod(x.shape))\n dtype: jnp.dtype\n if isinstance(x.dtype, str):\n dtype = jnp.dtype(x.dtype)\n else:\n dtype = x.dtype # type: ignore\n bytes = size * dtype.itemsize # type: ignore\n return cls(size, bytes)\n\n def __add__(self, other: SizeBytes):\n return type(self)(self.size + other.size, self.bytes + other.bytes)\n\n def __bool__(self) -> bool:\n return bool(self.size)\n\n def __repr__(self) -> str:\n bytes_repr = _bytes_repr(self.bytes)\n return f'{self.size:,} ({bytes_repr})'\n\n @classmethod\n def from_any(cls, x):\n leaves = jax.tree.leaves(x)\n size_bytes = cls(0, 0)\n for leaf in leaves:\n if has_shape_dtype(leaf):\n size_bytes += cls.from_array(leaf)\n\n return size_bytes\n\n\nTupleArg = TypeVar('TupleArg', bound=tuple)\n\n\nclass PromoteDtypeFn(Protocol):\n def __call__(\n self, args: TupleArg, /, *, dtype: Any = None, inexact: bool = True\n ) -> TupleArg: ...",python,tab +3708,23021229,".venv/lib/python3.10/site-packages/flax/typing.py",1778,0,"",python,selection_command +3709,23023437,".venv/lib/python3.10/site-packages/flax/typing.py",1790,0,"",python,selection_command +3710,23023692,".venv/lib/python3.10/site-packages/flax/typing.py",1792,0,"",python,selection_command +3711,23023729,".venv/lib/python3.10/site-packages/flax/typing.py",1797,0,"",python,selection_command +3712,23023818,".venv/lib/python3.10/site-packages/flax/typing.py",1798,0,"",python,selection_command +3713,23023821,".venv/lib/python3.10/site-packages/flax/typing.py",1801,0,"",python,selection_command +3714,23023977,".venv/lib/python3.10/site-packages/flax/typing.py",1802,0,"",python,selection_command +3715,23024247,".venv/lib/python3.10/site-packages/flax/typing.py",1804,0,"",python,selection_command +3716,23024416,".venv/lib/python3.10/site-packages/flax/typing.py",1805,0,"",python,selection_command +3717,23024574,".venv/lib/python3.10/site-packages/flax/typing.py",1817,0,"",python,selection_command +3718,23024729,".venv/lib/python3.10/site-packages/flax/typing.py",1818,0,"",python,selection_command +3719,23025237,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",0,0,"# Copyright 2019 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""\nCommon neural network layer initializers, consistent with definitions\nused in Keras and Sonnet.\n""""""\n\nfrom __future__ import annotations\n\nfrom collections.abc import Sequence\nimport math\nimport typing\nfrom typing import Any, Literal, Protocol\n\nimport numpy as np\n\nimport jax.numpy as jnp\nfrom jax import random\nfrom jax._src import core\nfrom jax._src import dtypes\nfrom jax._src.sharding_impls import canonicalize_sharding\nfrom jax._src.typing import Array, ArrayLike\nfrom jax._src.util import set_module\n\nexport = set_module('jax.nn.initializers')\n\n# TODO: Import or define these to match\n# https://github.com/numpy/numpy/blob/main/numpy/typing/_dtype_like.py.\nDTypeLikeFloat = Any\nDTypeLikeComplex = Any\nDTypeLikeInexact = Any # DTypeLikeFloat | DTypeLikeComplex\nRealNumeric = Any # Scalar jnp array or float\n\n@export\n@typing.runtime_checkable\nclass Initializer(Protocol):\n def __call__(self,\n key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = jnp.float_,\n out_sharding=None) -> Array:\n raise NotImplementedError\n\n@export\ndef zeros(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = jnp.float_) -> Array:\n """"""An initializer that returns a constant array full of zeros.\n\n The ``key`` argument is ignored.\n\n >>> import jax, jax.numpy as jnp\n >>> jax.nn.initializers.zeros(jax.random.key(42), (2, 3), jnp.float32)\n Array([[0., 0., 0.],\n [0., 0., 0.]], dtype=float32)\n """"""\n return jnp.zeros(shape, dtypes.canonicalize_dtype(dtype))\n\n@export\ndef ones(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = jnp.float_) -> Array:\n """"""An initializer that returns a constant array full of ones.\n\n The ``key`` argument is ignored.\n\n >>> import jax, jax.numpy as jnp\n >>> jax.nn.initializers.ones(jax.random.key(42), (3, 2), jnp.float32)\n Array([[1., 1.],\n [1., 1.],\n [1., 1.]], dtype=float32)\n """"""\n return jnp.ones(shape, dtypes.canonicalize_dtype(dtype))\n\n@export\ndef constant(value: ArrayLike,\n dtype: DTypeLikeInexact = jnp.float_\n ) -> Initializer:\n """"""Builds an initializer that returns arrays full of a constant ``value``.\n\n Args:\n value: the constant value with which to fill the initializer.\n dtype: optional; the initializer's default dtype.\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.constant(-7)\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32)\n Array([[-7., -7., -7.],\n [-7., -7., -7.]], dtype=float32)\n """"""\n def init(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = dtype,\n out_sharding=None) -> Array:\n dtype = dtypes.canonicalize_dtype(dtype)\n out_sharding = canonicalize_sharding(\n out_sharding, 'nn.initializers.constant')\n return jnp.full(shape, value, dtype=dtype, device=out_sharding)\n return init\n\n@export\ndef uniform(scale: RealNumeric = 1e-2,\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds an initializer that returns real uniformly-distributed random arrays.\n\n Args:\n scale: optional; the upper bound of the random distribution.\n dtype: optional; the initializer's default dtype.\n\n Returns:\n An initializer that returns arrays whose values are uniformly distributed in\n the range ``[0, scale)``.\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.uniform(10.0)\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[7.298188 , 8.691938 , 8.7230015],\n [2.0818567, 1.8662417, 5.5022564]], dtype=float32)\n """"""\n def init(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = dtype,\n out_sharding=None) -> Array:\n dtype = dtypes.canonicalize_dtype(dtype)\n return random.uniform(key, shape, dtype,\n out_sharding=out_sharding) * jnp.array(scale, dtype)\n return init\n\n@export\ndef normal(stddev: RealNumeric = 1e-2,\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds an initializer that returns real normally-distributed random arrays.\n\n Args:\n stddev: optional; the standard deviation of the distribution.\n dtype: optional; the initializer's default dtype.\n\n Returns:\n An initializer that returns arrays whose values are normally distributed\n with mean ``0`` and standard deviation ``stddev``.\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.normal(5.0)\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 3.0613258 , 5.6129413 , 5.6866574 ],\n [-4.063663 , -4.4520254 , 0.63115686]], dtype=float32)\n """"""\n def init(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = dtype,\n out_sharding=None) -> Array:\n dtype = dtypes.canonicalize_dtype(dtype)\n return random.normal(key, shape, dtype,\n out_sharding=out_sharding) * jnp.array(stddev, dtype)\n return init\n\n@export\ndef truncated_normal(stddev: RealNumeric = 1e-2,\n dtype: DTypeLikeInexact = jnp.float_,\n lower: RealNumeric = -2.0,\n upper: RealNumeric = 2.0) -> Initializer:\n r""""""Builds an initializer that returns truncated-normal random arrays.\n\n Args:\n stddev: optional; the standard deviation of the untruncated distribution.\n Note that this function does not apply the stddev correction as is done in\n the variancescaling initializers, and users are expected to apply this\n correction themselves via the stddev arg if they wish to employ it.\n dtype: optional; the initializer's default dtype.\n lower: Float representing the lower bound for truncation. Applied before\n the output is multiplied by the stddev.\n upper: Float representing the upper bound for truncation. Applied before\n the output is multiplied by the stddev.\n\n Returns:\n An initializer that returns arrays whose values follow the truncated normal\n distribution with mean ``0`` and standard deviation ``stddev``, and range\n :math:`\rm{lower * stddev} < x < \rm{upper * stddev}`.\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.truncated_normal(5.0)\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 2.9047365, 5.2338114, 5.29852 ],\n [-3.836303 , -4.192359 , 0.6022964]], dtype=float32)\n """"""\n\n def init(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = dtype,\n out_sharding=None) -> Array:\n dtype = dtypes.canonicalize_dtype(dtype)\n return random.truncated_normal(\n key, lower, upper, shape, dtype,\n out_sharding=out_sharding) * jnp.array(stddev, dtype)\n return init\n\n@export\ndef _compute_fans(shape: Sequence[int],\n in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = ()\n ) -> tuple[float, float]:\n """"""\n Compute effective input and output sizes for a linear or convolutional layer.\n\n Axes not in in_axis, out_axis, or batch_axis are assumed to constitute the\n ""receptive field"" of a convolution (kernel spatial dimensions).\n """"""\n if len(shape) <= 1:\n raise ValueError(f""Can't compute input and output sizes of a {len(shape)}""\n ""-dimensional weights tensor. Must be at least 2D."")\n\n if isinstance(in_axis, int):\n in_size = shape[in_axis]\n else:\n in_size = math.prod([shape[i] for i in in_axis])\n if isinstance(out_axis, int):\n out_size = shape[out_axis]\n else:\n out_size = math.prod([shape[i] for i in out_axis])\n if isinstance(batch_axis, int):\n batch_size = shape[batch_axis]\n else:\n batch_size = math.prod([shape[i] for i in batch_axis])\n receptive_field_size = math.prod(shape) / in_size / out_size / batch_size\n fan_in = in_size * receptive_field_size\n fan_out = out_size * receptive_field_size\n return fan_in, fan_out\n\ndef _complex_uniform(key: Array,\n shape: Sequence[int],\n dtype: DTypeLikeInexact) -> Array:\n """"""\n Sample uniform random values within a disk on the complex plane,\n with zero mean and unit variance.\n """"""\n key_r, key_theta = random.split(key)\n real_dtype = np.array(0, dtype).real.dtype\n dtype = dtypes.to_complex_dtype(real_dtype)\n r = jnp.sqrt(2 * random.uniform(key_r, shape, real_dtype)).astype(dtype)\n theta = 2 * jnp.pi * random.uniform(key_theta, shape, real_dtype).astype(dtype)\n return r * jnp.exp(1j * theta)\n\ndef _complex_truncated_normal(key: Array, upper: ArrayLike,\n shape: Sequence[int],\n dtype: DTypeLikeInexact) -> Array:\n """"""\n Sample random values from a centered normal distribution on the complex plane,\n whose modulus is truncated to `upper`, and the variance before the truncation\n is one.\n """"""\n key_r, key_theta = random.split(key)\n real_dtype = np.array(0, dtype).real.dtype\n dtype = dtypes.to_complex_dtype(real_dtype)\n t = ((1 - jnp.exp(jnp.array(-(upper ** 2), dtype)))\n * random.uniform(key_r, shape, real_dtype).astype(dtype))\n r = jnp.sqrt(-jnp.log(1 - t))\n theta = 2 * jnp.pi * random.uniform(key_theta, shape, real_dtype).astype(dtype)\n return r * jnp.exp(1j * theta)\n\n@export\ndef variance_scaling(\n scale: RealNumeric,\n mode: Literal[""fan_in""] | Literal[""fan_out""] | Literal[""fan_avg""] | Literal[""fan_geo_avg""],\n distribution: (Literal[""truncated_normal""] | Literal[""normal""] |\n Literal[""uniform""]),\n in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = (),\n dtype: DTypeLikeInexact = jnp.float_\n) -> Initializer:\n r""""""\n Initializer that adapts its scale to the shape of the weights tensor.\n\n With ``distribution=""truncated_normal""`` or ``distribution=""normal""``, samples\n are drawn from a (truncated) normal distribution with a mean of zero\n and a standard deviation (after truncation, if applicable) of\n :math:`\sqrt{\frac{scale}{n}}`, where `n` is, for each ``mode``:\n\n * ``""fan_in""``: the number of inputs\n * ``""fan_out""``: the number of outputs\n * ``""fan_avg""``: the arithmetic average of the numbers of inputs and outputs\n * ``""fan_geo_avg""``: the geometric average of the numbers of inputs and outputs\n\n This initializer can be configured with ``in_axis``, ``out_axis``, and\n ``batch_axis`` to work with general convolutional or dense layers; axes that\n are not in any of those arguments are assumed to be the ""receptive field""\n (convolution kernel spatial axes).\n\n With ``distribution=""truncated_normal""``, the absolute values of the samples\n are truncated at 2 standard deviations before scaling.\n\n With ``distribution=""uniform""``, samples are drawn from:\n\n * a uniform interval, if `dtype` is real, or\n * a uniform disk, if `dtype` is complex,\n\n with a mean of zero and a standard deviation of :math:`\sqrt{\frac{scale}{n}}`\n where `n` is defined above.\n\n Args:\n scale: scaling factor (positive float).\n mode: one of ``""fan_in""``, ``""fan_out""``, ``""fan_avg""``, and ``""fan_geo_avg""``.\n distribution: random distribution to use. One of ``""truncated_normal""``,\n ``""normal""`` and ``""uniform""``.\n in_axis: axis or sequence of axes of the input dimension in the weights\n array.\n out_axis: axis or sequence of axes of the output dimension in the weights\n array.\n batch_axis: axis or sequence of axes in the weight array that should be\n ignored.\n dtype: the dtype of the weights.\n """"""\n\n def init(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = dtype,\n out_sharding=None) -> Array:\n shape = core.canonicalize_shape(shape)\n dtype = dtypes.canonicalize_dtype(dtype)\n fan_in, fan_out = _compute_fans(shape, in_axis, out_axis, batch_axis)\n if mode == ""fan_in"": denominator = fan_in\n elif mode == ""fan_out"": denominator = fan_out\n elif mode == ""fan_avg"": denominator = (fan_in + fan_out) / 2\n elif mode == ""fan_geo_avg"": denominator = (fan_in * fan_out) ** 0.5\n else:\n raise ValueError(\n f""invalid mode for variance scaling initializer: {mode}"")\n variance = jnp.array(scale / denominator, dtype=dtype)\n\n if distribution == ""truncated_normal"":\n if jnp.issubdtype(dtype, jnp.floating):\n # constant is stddev of standard normal truncated to (-2, 2)\n stddev = jnp.sqrt(variance) / jnp.array(.87962566103423978, dtype)\n return random.truncated_normal(key, -2, 2, shape, dtype,\n out_sharding=out_sharding) * stddev\n else:\n # constant is stddev of complex standard normal truncated to 2\n stddev = jnp.sqrt(variance) / jnp.array(.95311164380491208, dtype)\n return _complex_truncated_normal(key, 2, shape, dtype) * stddev\n elif distribution == ""normal"":\n return random.normal(key, shape, dtype,\n out_sharding=out_sharding) * jnp.sqrt(variance)\n elif distribution == ""uniform"":\n if jnp.issubdtype(dtype, jnp.floating):\n return random.uniform(key, shape, dtype, -1,\n out_sharding=out_sharding) * jnp.sqrt(3 * variance)\n else:\n return _complex_uniform(key, shape, dtype) * jnp.sqrt(variance)\n else:\n raise ValueError(f""invalid distribution for variance scaling initializer: {distribution}"")\n\n return init\n\n@export\ndef glorot_uniform(in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = (),\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds a Glorot uniform initializer (aka Xavier uniform initializer).\n\n A `Glorot uniform initializer`_ is a specialization of\n :func:`jax.nn.initializers.variance_scaling` where ``scale = 1.0``,\n ``mode=""fan_avg""``, and ``distribution=""uniform""``.\n\n Args:\n in_axis: axis or sequence of axes of the input dimension in the weights\n array.\n out_axis: axis or sequence of axes of the output dimension in the weights\n array.\n batch_axis: axis or sequence of axes in the weight array that should be\n ignored.\n dtype: the dtype of the weights.\n\n Returns:\n An initializer.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.glorot_uniform()\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 0.50350785, 0.8088631 , 0.81566876],\n [-0.6393332 , -0.6865721 , 0.11003882]], dtype=float32)\n\n .. _Glorot uniform initializer: http://proceedings.mlr.press/v9/glorot10a.html\n """"""\n return variance_scaling(1.0, ""fan_avg"", ""uniform"", in_axis=in_axis,\n out_axis=out_axis, batch_axis=batch_axis, dtype=dtype)\n\nxavier_uniform = glorot_uniform\n\n@export\ndef glorot_normal(in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = (),\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds a Glorot normal initializer (aka Xavier normal initializer).\n\n A `Glorot normal initializer`_ is a specialization of\n :func:`jax.nn.initializers.variance_scaling` where ``scale = 1.0``,\n ``mode=""fan_avg""``, and ``distribution=""truncated_normal""``.\n\n Args:\n in_axis: axis or sequence of axes of the input dimension in the weights\n array.\n out_axis: axis or sequence of axes of the output dimension in the weights\n array.\n batch_axis: axis or sequence of axes in the weight array that should be\n ignored.\n dtype: the dtype of the weights.\n\n Returns:\n An initializer.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.glorot_normal()\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 0.41770416, 0.75262755, 0.7619329 ],\n [-0.5516644 , -0.6028657 , 0.08661086]], dtype=float32)\n\n .. _Glorot normal initializer: http://proceedings.mlr.press/v9/glorot10a.html\n """"""\n return variance_scaling(1.0, ""fan_avg"", ""truncated_normal"", in_axis=in_axis,\n out_axis=out_axis, batch_axis=batch_axis, dtype=dtype)\n\nxavier_normal = glorot_normal\n\n@export\ndef lecun_uniform(in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = (),\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds a Lecun uniform initializer.\n\n A `Lecun uniform initializer`_ is a specialization of\n :func:`jax.nn.initializers.variance_scaling` where ``scale = 1.0``,\n ``mode=""fan_in""``, and ``distribution=""uniform""``.\n\n Args:\n in_axis: axis or sequence of axes of the input dimension in the weights\n array.\n out_axis: axis or sequence of axes of the output dimension in the weights\n array.\n batch_axis: axis or sequence of axes in the weight array that should be\n ignored.\n dtype: the dtype of the weights.\n\n Returns:\n An initializer.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.lecun_uniform()\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 0.56293887, 0.90433645, 0.9119454 ],\n [-0.71479625, -0.7676109 , 0.12302713]], dtype=float32)\n\n .. _Lecun uniform initializer: https://arxiv.org/abs/1706.02515\n """"""\n return variance_scaling(1.0, ""fan_in"", ""uniform"", in_axis=in_axis,\n out_axis=out_axis, batch_axis=batch_axis, dtype=dtype)\n\n@export\ndef lecun_normal(in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = (),\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds a Lecun normal initializer.\n\n A `Lecun normal initializer`_ is a specialization of\n :func:`jax.nn.initializers.variance_scaling` where ``scale = 1.0``,\n ``mode=""fan_in""``, and ``distribution=""truncated_normal""``.\n\n Args:\n in_axis: axis or sequence of axes of the input dimension in the weights\n array.\n out_axis: axis or sequence of axes of the output dimension in the weights\n array.\n batch_axis: axis or sequence of axes in the weight array that should be\n ignored.\n dtype: the dtype of the weights.\n\n Returns:\n An initializer.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.lecun_normal()\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 0.46700746, 0.8414632 , 0.8518669 ],\n [-0.61677957, -0.67402434, 0.09683388]], dtype=float32)\n\n .. _Lecun normal initializer: https://arxiv.org/abs/1706.02515\n """"""\n return variance_scaling(1.0, ""fan_in"", ""truncated_normal"", in_axis=in_axis,\n out_axis=out_axis, batch_axis=batch_axis, dtype=dtype)\n\n@export\ndef he_uniform(in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = (),\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds a He uniform initializer (aka Kaiming uniform initializer).\n\n A `He uniform initializer`_ is a specialization of\n :func:`jax.nn.initializers.variance_scaling` where ``scale = 2.0``,\n ``mode=""fan_in""``, and ``distribution=""uniform""``.\n\n Args:\n in_axis: axis or sequence of axes of the input dimension in the weights\n array.\n out_axis: axis or sequence of axes of the output dimension in the weights\n array.\n batch_axis: axis or sequence of axes in the weight array that should be\n ignored.\n dtype: the dtype of the weights.\n\n Returns:\n An initializer.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.he_uniform()\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 0.79611576, 1.2789248 , 1.2896855 ],\n [-1.0108745 , -1.0855657 , 0.17398663]], dtype=float32)\n\n .. _He uniform initializer: https://arxiv.org/abs/1502.01852\n """"""\n return variance_scaling(2.0, ""fan_in"", ""uniform"", in_axis=in_axis,\n out_axis=out_axis, batch_axis=batch_axis, dtype=dtype)\n\nkaiming_uniform = he_uniform\n\n@export\ndef he_normal(in_axis: int | Sequence[int] = -2,\n out_axis: int | Sequence[int] = -1,\n batch_axis: int | Sequence[int] = (),\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""Builds a He normal initializer (aka Kaiming normal initializer).\n\n A `He normal initializer`_ is a specialization of\n :func:`jax.nn.initializers.variance_scaling` where ``scale = 2.0``,\n ``mode=""fan_in""``, and ``distribution=""truncated_normal""``.\n\n Args:\n in_axis: axis or sequence of axes of the input dimension in the weights\n array.\n out_axis: axis or sequence of axes of the output dimension in the weights\n array.\n batch_axis: axis or sequence of axes in the weight array that should be\n ignored.\n dtype: the dtype of the weights.\n\n Returns:\n An initializer.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.he_normal()\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 0.6604483 , 1.1900088 , 1.2047218 ],\n [-0.87225807, -0.95321447, 0.1369438 ]], dtype=float32)\n\n .. _He normal initializer: https://arxiv.org/abs/1502.01852\n """"""\n return variance_scaling(2.0, ""fan_in"", ""truncated_normal"", in_axis=in_axis,\n out_axis=out_axis, batch_axis=batch_axis, dtype=dtype)\n\nkaiming_normal = he_normal\n\n@export\ndef orthogonal(scale: RealNumeric = 1.0,\n column_axis: int = -1,\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""\n Builds an initializer that returns uniformly distributed orthogonal matrices.\n\n If the shape is not square, the matrices will have orthonormal rows or columns\n depending on which side is smaller.\n\n Args:\n scale: the upper bound of the uniform distribution.\n column_axis: the axis that contains the columns that should be orthogonal.\n dtype: the default dtype of the weights.\n\n Returns:\n An orthogonal initializer.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.orthogonal()\n >>> initializer(jax.random.key(42), (2, 3), jnp.float32) # doctest: +SKIP\n Array([[ 3.9026976e-01, 7.2495741e-01, -5.6756169e-01],\n [ 8.8047469e-01, -4.7409311e-01, -1.3157725e-04]], dtype=float32)\n """"""\n def init(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = dtype,\n out_sharding=None) -> Array:\n if out_sharding is not None:\n raise NotImplementedError\n dtype = dtypes.canonicalize_dtype(dtype)\n if len(shape) < 2:\n raise ValueError(""orthogonal initializer requires at least a 2D shape"")\n n_rows, n_cols = math.prod(shape) // shape[column_axis], shape[column_axis]\n Q = random.orthogonal(key, n_rows, (), dtype, n_cols)\n Q = jnp.reshape(Q, tuple(np.delete(shape, column_axis)) + (shape[column_axis],))\n Q = jnp.moveaxis(Q, -1, column_axis)\n return jnp.array(scale, dtype) * Q\n return init\n\n@export\ndef delta_orthogonal(\n scale: RealNumeric = 1.0,\n column_axis: int = -1,\n dtype: DTypeLikeInexact = jnp.float_) -> Initializer:\n """"""\n Builds an initializer for delta orthogonal kernels.\n\n Args:\n scale: the upper bound of the uniform distribution.\n column_axis: the axis that contains the columns that should be orthogonal.\n dtype: the default dtype of the weights.\n\n Returns:\n A `delta orthogonal initializer`_. The shape passed to the initializer must\n be 3D, 4D, or 5D.\n\n Examples:\n\n >>> import jax, jax.numpy as jnp\n >>> initializer = jax.nn.initializers.delta_orthogonal()\n >>> initializer(jax.random.key(42), (3, 3, 3), jnp.float32) # doctest: +SKIP\n Array([[[ 0. , 0. , 0. ],\n [ 0. , 0. , 0. ],\n [ 0. , 0. , 0. ]],\n \n [[ 0.27858758, -0.7949833 , -0.53887904],\n [ 0.9120717 , 0.04322892, 0.40774566],\n [-0.30085585, -0.6050892 , 0.73712474]],\n \n [[ 0. , 0. , 0. ],\n [ 0. , 0. , 0. ],\n [ 0. , 0. , 0. ]]], dtype=float32)\n\n\n .. _delta orthogonal initializer: https://arxiv.org/abs/1806.05393\n """"""\n def init(key: Array,\n shape: core.Shape,\n dtype: DTypeLikeInexact = dtype,\n out_sharding=None) -> Array:\n if out_sharding is not None:\n raise NotImplementedError\n dtype = dtypes.canonicalize_dtype(dtype)\n if len(shape) not in [3, 4, 5]:\n raise ValueError(""Delta orthogonal initializer requires a 3D, 4D or 5D ""\n ""shape."")\n if shape[-1] < shape[-2]:\n raise ValueError(""`fan_in` must be less or equal than `fan_out`. "")\n ortho_init = orthogonal(scale=scale, column_axis=column_axis, dtype=dtype)\n ortho_matrix = ortho_init(key, shape[-2:])\n W = jnp.zeros(shape, dtype=dtype)\n if len(shape) == 3:\n k = shape[0]\n return W.at[(k-1)//2, ...].set(ortho_matrix)\n elif len(shape) == 4:\n k1, k2 = shape[:2]\n return W.at[(k1-1)//2, (k2-1)//2, ...].set(ortho_matrix)\n else:\n k1, k2, k3 = shape[:3]\n return W.at[(k1-1)//2, (k2-1)//2, (k3-1)//2, ...].set(ortho_matrix)\n return init\n",python,tab +3720,23025239,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",1439,0,"",python,selection_command +3721,23067736,".venv/lib/python3.10/site-packages/flax/typing.py",0,0,"",python,tab +3722,23067737,".venv/lib/python3.10/site-packages/flax/typing.py",1818,0,"",python,selection_command +3723,23067895,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",0,0,"",python,tab +3724,23067896,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",1760,0,"",python,selection_command +3725,23067930,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",0,0,"",python,selection_command +3726,23068531,"models/lam.py",0,0,"",python,tab +3727,23068531,"models/lam.py",1558,0,"",python,selection_command +3728,23068592,"models/lam.py",1519,0,"",python,selection_command +3729,23070431,".venv/lib/python3.10/site-packages/flax/nnx/nn/initializers.py",0,0,"",python,tab +3730,23071280,"models/lam.py",0,0,"",python,tab +3731,23072417,"models/lam.py",0,0,"",python,tab +3732,23075989,"models/lam.py",1751,1,"i",python,selection_command +3733,23076035,"models/lam.py",1882,2,"in",python,selection_command +3734,23076176,"models/lam.py",2659,3,"ini",python,selection_command +3735,23076254,"models/lam.py",281,4,"init",python,selection_command +3736,23080142,"models/lam.py",284,0,"",python,selection_command +3737,23081512,"models/lam.py",0,0,"",python,tab +3738,23081513,"models/lam.py",1044,0,"",python,selection_mouse +3739,23089386,"models/lam.py",0,0,"",python,tab +3740,23089390,"models/lam.py",0,0,"",python,tab +3741,23090410,"models/lam.py",1505,0,"\n ",python,content +3742,23090534,"models/lam.py",1514,0,"n",python,content +3743,23090542,"models/lam.py",1515,0,"",python,selection_keyboard +3744,23090738,"models/lam.py",1515,0,"n",python,content +3745,23090740,"models/lam.py",1516,0,"",python,selection_keyboard +3746,23090831,"models/lam.py",1516,0,".",python,content +3747,23090832,"models/lam.py",1517,0,"",python,selection_keyboard +3748,23091116,"models/lam.py",1517,0,"i",python,content +3749,23091117,"models/lam.py",1518,0,"",python,selection_keyboard +3750,23091260,"models/lam.py",1518,0,"n",python,content +3751,23091261,"models/lam.py",1519,0,"",python,selection_keyboard +3752,23091288,"models/lam.py",1519,0,"n",python,content +3753,23091289,"models/lam.py",1520,0,"",python,selection_keyboard +3754,23091307,"models/lam.py",1520,0,"i",python,content +3755,23091308,"models/lam.py",1521,0,"",python,selection_keyboard +3756,23091348,"models/lam.py",1521,0,"t",python,content +3757,23091350,"models/lam.py",1522,0,"",python,selection_keyboard +3758,23091467,"models/lam.py",1522,0,"i",python,content +3759,23091468,"models/lam.py",1523,0,"",python,selection_keyboard +3760,23091549,"models/lam.py",1523,0,"a",python,content +3761,23091550,"models/lam.py",1524,0,"",python,selection_keyboard +3762,23091983,"models/lam.py",1523,1,"",python,content +3763,23092000,"models/lam.py",1522,1,"",python,content +3764,23092149,"models/lam.py",1521,1,"",python,content +3765,23092312,"models/lam.py",1520,1,"",python,content +3766,23092415,"models/lam.py",1519,1,"",python,content +3767,23092684,"models/lam.py",1518,1,"",python,content +3768,23092833,"models/lam.py",1517,1,"",python,content +3769,23093029,"models/lam.py",1516,1,"",python,content +3770,23093078,"models/lam.py",1515,1,"",python,content +3771,23093221,"models/lam.py",1514,1,"",python,content +3772,23093367,"models/lam.py",1514,0,"f",python,content +3773,23093368,"models/lam.py",1515,0,"",python,selection_keyboard +3774,23093432,"models/lam.py",1515,0,"l",python,content +3775,23093433,"models/lam.py",1516,0,"",python,selection_keyboard +3776,23093575,"models/lam.py",1516,0,"a",python,content +3777,23093577,"models/lam.py",1517,0,"",python,selection_keyboard +3778,23093673,"models/lam.py",1517,0,"x",python,content +3779,23093674,"models/lam.py",1518,0,"",python,selection_keyboard +3780,23093772,"models/lam.py",1518,0,".",python,content +3781,23093774,"models/lam.py",1519,0,"",python,selection_keyboard +3782,23094077,"models/lam.py",1519,0,"l",python,content +3783,23094078,"models/lam.py",1520,0,"",python,selection_keyboard +3784,23094119,"models/lam.py",1520,0,"i",python,content +3785,23094120,"models/lam.py",1521,0,"",python,selection_keyboard +3786,23094183,"models/lam.py",1521,0,"n",python,content +3787,23094185,"models/lam.py",1522,0,"",python,selection_keyboard +3788,23094420,"models/lam.py",1522,0,"e",python,content +3789,23094421,"models/lam.py",1523,0,"",python,selection_keyboard +3790,23094636,"models/lam.py",1523,0,"n",python,content +3791,23094637,"models/lam.py",1524,0,"",python,selection_keyboard +3792,23095177,"models/lam.py",1524,0,".initializers.lecun_uniform()",python,content +3793,23095471,"models/lam.py",1552,0,"",python,selection_command +3794,23095723,"models/lam.py",1551,0,"",python,selection_command +3795,23096038,"models/lam.py",1538,0,"",python,selection_command +3796,23097842,"models/lam.py",1505,0,"\n ",python,content +3797,23098080,"models/lam.py",1514,0,"i",python,content +3798,23098080,"models/lam.py",1515,0,"",python,selection_keyboard +3799,23098153,"models/lam.py",1515,0,"m",python,content +3800,23098154,"models/lam.py",1516,0,"",python,selection_keyboard +3801,23098271,"models/lam.py",1516,0,"p",python,content +3802,23098272,"models/lam.py",1517,0,"",python,selection_keyboard +3803,23098277,"models/lam.py",1517,0,"o",python,content +3804,23098278,"models/lam.py",1518,0,"",python,selection_keyboard +3805,23098337,"models/lam.py",1518,0,"r",python,content +3806,23098339,"models/lam.py",1519,0,"",python,selection_keyboard +3807,23098403,"models/lam.py",1519,0,"t",python,content +3808,23098405,"models/lam.py",1520,0,"",python,selection_keyboard +3809,23098470,"models/lam.py",1520,0," ",python,content +3810,23098472,"models/lam.py",1521,0,"",python,selection_keyboard +3811,23098599,"models/lam.py",1521,0,"f",python,content +3812,23098600,"models/lam.py",1522,0,"",python,selection_keyboard +3813,23098659,"models/lam.py",1522,0,"l",python,content +3814,23098660,"models/lam.py",1523,0,"",python,selection_keyboard +3815,23099141,"models/lam.py",1522,1,"",python,content +3816,23099197,"models/lam.py",1522,0,"a",python,content +3817,23099198,"models/lam.py",1523,0,"",python,selection_keyboard +3818,23099649,"models/lam.py",1522,1,"",python,content +3819,23099789,"models/lam.py",1522,0,"l",python,content +3820,23099790,"models/lam.py",1523,0,"",python,selection_keyboard +3821,23099847,"models/lam.py",1523,0,"a",python,content +3822,23099848,"models/lam.py",1524,0,"",python,selection_keyboard +3823,23099885,"models/lam.py",1524,0,"x",python,content +3824,23099885,"models/lam.py",1525,0,"",python,selection_keyboard +3825,23100372,"models/lam.py",1524,0,"",python,selection_command +3826,23100941,"models/lam.py",1544,0,"",python,selection_command +3827,23101308,"models/lam.py",1524,0,"",python,selection_command +3828,23101543,"models/lam.py",1525,0,"",python,selection_command +3829,23101783,"models/lam.py",1525,0,".",python,content +3830,23101783,"models/lam.py",1526,0,"",python,selection_keyboard +3831,23112057,"models/lam.py",1526,0,"l",python,content +3832,23112058,"models/lam.py",1527,0,"",python,selection_keyboard +3833,23112065,"models/lam.py",1527,0,"i",python,content +3834,23112066,"models/lam.py",1528,0,"",python,selection_keyboard +3835,23112069,"models/lam.py",1528,0,"n",python,content +3836,23112070,"models/lam.py",1529,0,"",python,selection_keyboard +3837,23112073,"models/lam.py",1529,0,"e",python,content +3838,23112074,"models/lam.py",1530,0,"",python,selection_keyboard +3839,23112076,"models/lam.py",1530,0,"n",python,content +3840,23112077,"models/lam.py",1531,0,"",python,selection_keyboard +3841,23112084,"models/lam.py",1530,0,"",python,selection_command +3842,23112088,"models/lam.py",1556,0,"",python,selection_command +3843,23112089,"models/lam.py",1530,0,"",python,selection_command +3844,23112092,"models/lam.py",1556,0,"",python,selection_command +3845,23112094,"models/lam.py",1530,0,"",python,selection_command +3846,23112096,"models/lam.py",1531,0,"",python,selection_command +3847,23112097,"models/lam.py",1531,0,".",python,content +3848,23112097,"models/lam.py",1532,0,"",python,selection_keyboard +3849,23112100,"models/lam.py",1532,0,"i",python,content +3850,23112100,"models/lam.py",1533,0,"",python,selection_keyboard +3851,23112102,"models/lam.py",1533,0,"n",python,content +3852,23112102,"models/lam.py",1534,0,"",python,selection_keyboard +3853,23112104,"models/lam.py",1534,0,"i",python,content +3854,23112104,"models/lam.py",1535,0,"",python,selection_keyboard +3855,23112105,"models/lam.py",1535,0,"t",python,content +3856,23112106,"models/lam.py",1536,0,"",python,selection_keyboard +3857,23112107,"models/lam.py",1536,0,"i",python,content +3858,23112107,"models/lam.py",1537,0,"",python,selection_keyboard +3859,23112109,"models/lam.py",1537,0,"a",python,content +3860,23112110,"models/lam.py",1538,0,"",python,selection_keyboard +3861,23112111,"models/lam.py",1538,0,"l",python,content +3862,23112111,"models/lam.py",1539,0,"",python,selection_keyboard +3863,23112113,"models/lam.py",1539,0,"izers",python,content +3864,23112116,"models/lam.py",1543,0,"",python,selection_command +3865,23112120,"models/lam.py",1532,0,"",python,selection_command +3866,23112121,"models/lam.py",1531,0,"",python,selection_command +3867,23112122,"models/lam.py",1526,0,"",python,selection_command +3868,23112123,"models/lam.py",1525,0,"",python,selection_command +3869,23113280,"models/lam.py",1564,0,"",python,selection_command +3870,23113350,"models/lam.py",1576,0,"",python,selection_command +3871,23113545,"models/lam.py",1577,0,"",python,selection_command +3872,23114082,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",0,0,"",python,tab +3873,23114083,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",16959,0,"",python,selection_command +3874,23116634,"models/lam.py",0,0,"",python,tab +3875,23116635,"models/lam.py",1577,0,"",python,selection_command +3876,23119344,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",0,0,"",python,tab +3877,23119345,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",16959,0,"",python,selection_command +3878,23119752,"models/lam.py",0,0,"",python,tab +3879,23119752,"models/lam.py",1577,0,"",python,selection_command +3880,23122165,"models/lam.py",1538,0,"",python,selection_command +3881,23122737,"models/lam.py",1506,39,"",python,content +3882,23122759,"models/lam.py",1514,0,"",python,selection_command +3883,23123286,"models/lam.py",1506,48,"",python,content +3884,23123290,"models/lam.py",1514,0,"",python,selection_command +3885,23125880,"models/lam.py",1550,0,"",python,selection_command +3886,23126035,"models/lam.py",1596,0,"",python,selection_command +3887,23127682,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",0,0,"",python,tab +3888,23129642,"models/lam.py",0,0,"",python,tab +3889,23130029,"models/lam.py",1627,0,"",python,selection_command +3890,23130246,"models/lam.py",1596,0,"",python,selection_command +3891,23130607,"models/lam.py",1588,31,"",python,content +3892,23130633,"models/lam.py",1604,0,"",python,selection_command +3893,23133719,"models/lam.py",1558,0,"",python,selection_command +3894,23133888,"models/lam.py",1570,0,"",python,selection_command +3895,23134075,"models/lam.py",1571,0,"",python,selection_command +3896,23136288,"models/lam.py",1617,0,"",python,selection_command +3897,23136501,"models/lam.py",1614,0,"",python,selection_command +3898,23136649,"models/lam.py",1612,0,"",python,selection_command +3899,23138521,"models/lam.py",1604,0,"",python,selection_command +3900,23144062,"models/lam.py",1558,0,"",python,selection_command +3901,23144281,"models/lam.py",1570,0,"",python,selection_command +3902,23144431,"models/lam.py",1571,0,"",python,selection_command +3903,23146488,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",0,0,"",python,tab +3904,23146489,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",16959,0,"",python,selection_command +3905,23146891,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17012,0,"",python,selection_command +3906,23147072,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17066,0,"",python,selection_command +3907,23147212,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17122,0,"",python,selection_command +3908,23147333,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17194,0,"",python,selection_command +3909,23148376,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17231,0,"",python,selection_command +3910,23148631,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17236,0,"",python,selection_command +3911,23148746,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17231,0,"",python,selection_command +3912,23149079,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17194,0,"",python,selection_command +3913,23149216,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17122,0,"",python,selection_command +3914,23149447,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17136,0,"",python,selection_command +3915,23149694,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17141,0,"",python,selection_command +3916,23149730,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17143,0,"",python,selection_command +3917,23149759,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17160,0,"",python,selection_command +3918,23149793,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17162,0,"",python,selection_command +3919,23149826,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17165,0,"",python,selection_command +3920,23149860,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17166,0,"",python,selection_command +3921,23150030,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17172,0,"",python,selection_command +3922,23150211,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17174,0,"",python,selection_command +3923,23150362,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17177,0,"",python,selection_command +3924,23150834,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",1439,0,"",python,selection_command +3925,23160047,".venv/lib/python3.10/site-packages/jax/_src/nn/initializers.py",17177,0,"",python,selection_command +3926,23160233,"models/lam.py",0,0,"",python,tab +3927,23160234,"models/lam.py",1571,0,"",python,selection_command +3928,23161493,"models/lam.py",1604,0,"rngs.params(),\n ",python,content +3929,23161496,"models/lam.py",1596,0,"",python,selection_command +3930,23163542,"models/lam.py",1635,0,"",python,selection_command +3931,23164044,"models/lam.py",1604,0,"",python,selection_command +3932,23164461,"models/lam.py",1635,0,"",python,selection_command +3933,23164576,"models/lam.py",1604,0,"",python,selection_command +3934,23164942,"models/lam.py",1588,0,"",python,selection_command +3935,23178803,"models/lam.py",1604,0,"",python,selection_command +3936,23307655,"models/lam.py",0,0,"",python,tab +3937,23307656,"models/lam.py",54,0,"",python,selection_command +3938,23311120,"models/lam.py",87,0,"",python,selection_mouse +3939,23311128,"models/lam.py",86,0,"",python,selection_command +3940,23311978,"models/lam.py",77,11,"",python,content +3941,23316363,"models/lam.py",0,0,"",python,tab +3942,23316751,"models/lam.py",0,0,"",python,selection_command +3943,23317132,"models/lam.py",2322,0,"",python,selection_command +3944,23317696,"models/lam.py",4193,0,"",python,selection_command +3945,23318450,"models/lam.py",0,0,"",python,selection_command +3946,23352633,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(self, model_dim: int, ffn_dim: int, num_latents: int, num_blocks: int, \n num_heads: int, dropout: float, mask_limit: float, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n \n self.dynamics = STTransformer(\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n jax.random.uniform(rngs.params(), (1, 1, 1, self.model_dim), minval=-1.0, maxval=1.0)\n )\n self.action_up = nnx.Linear(\n self.num_latents, self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +3947,23354051,"models/dynamics.py",29,0,"",python,selection_command +3948,23354297,"models/dynamics.py",30,0,"",python,selection_command +3949,23354332,"models/dynamics.py",41,0,"",python,selection_command +3950,23354363,"models/dynamics.py",65,0,"",python,selection_command +3951,23355072,"models/dynamics.py",88,0,"",python,selection_command +3952,23355247,"models/dynamics.py",89,0,"",python,selection_command +3953,23355952,"models/dynamics.py",124,0,"",python,selection_command +3954,23356611,"models/dynamics.py",125,0,"",python,selection_command +3955,23356817,"models/dynamics.py",126,0,"",python,selection_command +3956,23356988,"models/dynamics.py",161,0,"",python,selection_command +3957,23357288,"models/dynamics.py",194,0,"",python,selection_command +3958,23362708,"models/dynamics.py",195,0,"",python,selection_command +3959,23362962,"models/dynamics.py",284,0,"",python,selection_command +3960,23363012,"models/dynamics.py",377,0,"",python,selection_command +3961,23363019,"models/dynamics.py",456,0,"",python,selection_command +3962,23363052,"models/dynamics.py",491,0,"",python,selection_command +3963,23363475,"models/dynamics.py",456,0,"",python,selection_command +3964,23363705,"models/dynamics.py",491,0,"",python,selection_command +3965,23363999,"models/dynamics.py",522,0,"",python,selection_command +3966,23364001,"models/dynamics.py",561,0,"",python,selection_command +3967,23364013,"models/dynamics.py",598,0,"",python,selection_command +3968,23364048,"models/dynamics.py",633,0,"",python,selection_command +3969,23364081,"models/dynamics.py",664,0,"",python,selection_command +3970,23364195,"models/dynamics.py",701,0,"",python,selection_command +3971,23364524,"models/dynamics.py",740,0,"",python,selection_command +3972,23364558,"models/dynamics.py",767,0,"",python,selection_command +3973,23364736,"models/dynamics.py",822,0,"",python,selection_command +3974,23364886,"models/dynamics.py",831,0,"",python,selection_command +3975,23365900,"models/dynamics.py",870,0,"",python,selection_command +3976,23366095,"models/dynamics.py",898,0,"",python,selection_command +3977,23366098,"models/dynamics.py",924,0,"",python,selection_command +3978,23366122,"models/dynamics.py",954,0,"",python,selection_command +3979,23366156,"models/dynamics.py",983,0,"",python,selection_command +3980,23366191,"models/dynamics.py",1011,0,"",python,selection_command +3981,23366222,"models/dynamics.py",1037,0,"",python,selection_command +3982,23366259,"models/dynamics.py",1067,0,"",python,selection_command +3983,23366423,"models/dynamics.py",1091,0,"",python,selection_command +3984,23366763,"models/dynamics.py",1149,0,"",python,selection_command +3985,23367275,"models/dynamics.py",1172,0,"",python,selection_command +3986,23367472,"models/dynamics.py",1182,0,"",python,selection_command +3987,23370899,"models/dynamics.py",1264,0,"",python,selection_command +3988,23371143,"models/dynamics.py",1301,0,"",python,selection_command +3989,23371192,"models/dynamics.py",1399,0,"",python,selection_command +3990,23372503,"models/dynamics.py",1301,0,"",python,selection_command +3991,23372714,"models/dynamics.py",1264,0,"",python,selection_command +3992,23377257,"models/dynamics.py",0,0,"",python,tab +3993,23377258,"models/dynamics.py",65,0,"",python,selection_command +3994,23380252,"models/dynamics.py",1290,0,"",python,selection_mouse +3995,23382257,"models/dynamics.py",1311,0,"",python,selection_mouse +3996,23382711,"models/dynamics.py",1313,0,"",python,selection_command +3997,23382910,"models/dynamics.py",1313,1,"j",python,selection_command +3998,23382963,"models/dynamics.py",1313,3,"jax",python,selection_command +3999,23383200,"models/dynamics.py",1313,4,"jax.",python,selection_command +4000,23383270,"models/dynamics.py",1313,10,"jax.random",python,selection_command +4001,23383729,"models/dynamics.py",1313,11,"jax.random.",python,selection_command +4002,23384017,"models/dynamics.py",1313,18,"jax.random.uniform",python,selection_command +4003,23384332,"models/dynamics.py",1313,18,"",python,content +4004,23384845,"models/dynamics.py",1313,0,"n",python,content +4005,23384846,"models/dynamics.py",1314,0,"",python,selection_keyboard +4006,23384974,"models/dynamics.py",1314,0,"n",python,content +4007,23384975,"models/dynamics.py",1315,0,"",python,selection_keyboard +4008,23385047,"models/dynamics.py",1315,0,"x",python,content +4009,23385048,"models/dynamics.py",1316,0,"",python,selection_keyboard +4010,23385825,"models/dynamics.py",1316,0,".",python,content +4011,23385827,"models/dynamics.py",1317,0,"",python,selection_keyboard +4012,23385927,"models/dynamics.py",1317,0,"i",python,content +4013,23385928,"models/dynamics.py",1318,0,"",python,selection_keyboard +4014,23386024,"models/dynamics.py",1318,0,"n",python,content +4015,23386028,"models/dynamics.py",1319,0,"",python,selection_keyboard +4016,23386113,"models/dynamics.py",1319,0,"i",python,content +4017,23386115,"models/dynamics.py",1320,0,"",python,selection_keyboard +4018,23386207,"models/dynamics.py",1320,0,"t",python,content +4019,23386208,"models/dynamics.py",1321,0,"",python,selection_keyboard +4020,23386250,"models/dynamics.py",1321,0,"i",python,content +4021,23386251,"models/dynamics.py",1322,0,"",python,selection_keyboard +4022,23387594,"models/dynamics.py",1321,1,"",python,content +4023,23387713,"models/dynamics.py",1320,1,"",python,content +4024,23387922,"models/dynamics.py",1319,1,"",python,content +4025,23388121,"models/dynamics.py",1319,0,"i",python,content +4026,23388122,"models/dynamics.py",1320,0,"",python,selection_keyboard +4027,23388161,"models/dynamics.py",1320,0,"t",python,content +4028,23388162,"models/dynamics.py",1321,0,"",python,selection_keyboard +4029,23388244,"models/dynamics.py",1321,0,"i",python,content +4030,23388245,"models/dynamics.py",1322,0,"",python,selection_keyboard +4031,23388643,"models/dynamics.py",1322,0,"a",python,content +4032,23388643,"models/dynamics.py",1323,0,"",python,selection_keyboard +4033,23388845,"models/dynamics.py",1323,0,"l",python,content +4034,23388846,"models/dynamics.py",1324,0,"",python,selection_keyboard +4035,23388970,"models/dynamics.py",1324,0,"i",python,content +4036,23388972,"models/dynamics.py",1325,0,"",python,selection_keyboard +4037,23389020,"models/dynamics.py",1325,0,"z",python,content +4038,23389022,"models/dynamics.py",1326,0,"",python,selection_keyboard +4039,23389179,"models/dynamics.py",1326,0,"e",python,content +4040,23389180,"models/dynamics.py",1327,0,"",python,selection_keyboard +4041,23389248,"models/dynamics.py",1327,0,"r",python,content +4042,23389249,"models/dynamics.py",1328,0,"",python,selection_keyboard +4043,23389330,"models/dynamics.py",1328,0,"s",python,content +4044,23389330,"models/dynamics.py",1329,0,"",python,selection_keyboard +4045,23389563,"models/dynamics.py",1329,0,".",python,content +4046,23389564,"models/dynamics.py",1330,0,"",python,selection_keyboard +4047,23389798,"models/dynamics.py",1330,0,"l",python,content +4048,23389799,"models/dynamics.py",1331,0,"",python,selection_keyboard +4049,23389864,"models/dynamics.py",1331,0,"e",python,content +4050,23389864,"models/dynamics.py",1332,0,"",python,selection_keyboard +4051,23390017,"models/dynamics.py",1332,0,"c",python,content +4052,23390018,"models/dynamics.py",1333,0,"",python,selection_keyboard +4053,23390103,"models/dynamics.py",1333,0,"u",python,content +4054,23390104,"models/dynamics.py",1334,0,"",python,selection_keyboard +4055,23390214,"models/dynamics.py",1334,0,"n",python,content +4056,23390215,"models/dynamics.py",1335,0,"",python,selection_keyboard +4057,23390279,"models/dynamics.py",1335,0,"_",python,content +4058,23390280,"models/dynamics.py",1336,0,"",python,selection_keyboard +4059,23390548,"models/dynamics.py",1336,0,"u",python,content +4060,23390549,"models/dynamics.py",1337,0,"",python,selection_keyboard +4061,23390553,"models/dynamics.py",1337,0,"n",python,content +4062,23390554,"models/dynamics.py",1338,0,"",python,selection_keyboard +4063,23390617,"models/dynamics.py",1338,0,"f",python,content +4064,23390619,"models/dynamics.py",1339,0,"",python,selection_keyboard +4065,23390741,"models/dynamics.py",1339,0,"i",python,content +4066,23390742,"models/dynamics.py",1340,0,"",python,selection_keyboard +4067,23390798,"models/dynamics.py",1340,0,"r",python,content +4068,23390799,"models/dynamics.py",1341,0,"",python,selection_keyboard +4069,23390910,"models/dynamics.py",1341,0,"o",python,content +4070,23390910,"models/dynamics.py",1342,0,"",python,selection_keyboard +4071,23391069,"models/dynamics.py",1342,0,"m",python,content +4072,23391071,"models/dynamics.py",1343,0,"",python,selection_keyboard +4073,23391363,"models/dynamics.py",1342,1,"",python,content +4074,23391594,"models/dynamics.py",1341,1,"",python,content +4075,23391664,"models/dynamics.py",1340,1,"",python,content +4076,23391814,"models/dynamics.py",1339,1,"",python,content +4077,23391963,"models/dynamics.py",1338,1,"",python,content +4078,23392147,"models/dynamics.py",1338,0,"i",python,content +4079,23392148,"models/dynamics.py",1339,0,"",python,selection_keyboard +4080,23392645,"models/dynamics.py",1339,0,"f",python,content +4081,23392646,"models/dynamics.py",1340,0,"",python,selection_keyboard +4082,23392747,"models/dynamics.py",1340,0,"o",python,content +4083,23392747,"models/dynamics.py",1341,0,"",python,selection_keyboard +4084,23392839,"models/dynamics.py",1341,0,"r",python,content +4085,23392840,"models/dynamics.py",1342,0,"",python,selection_keyboard +4086,23392934,"models/dynamics.py",1342,0,"m",python,content +4087,23392935,"models/dynamics.py",1343,0,"",python,selection_keyboard +4088,23393175,"models/dynamics.py",1343,0,"(",python,content +4089,23393176,"models/dynamics.py",1344,0,"",python,selection_keyboard +4090,23393220,"models/dynamics.py",1344,0,")",python,content +4091,23393221,"models/dynamics.py",1345,0,"",python,selection_keyboard +4092,23393547,"models/dynamics.py",1344,0,"",python,selection_command +4093,23396657,"models/dynamics.py",1401,10,"",python,content +4094,23396657,"models/dynamics.py",1400,0," ",python,content +4095,23396657,"models/dynamics.py",1388,12,"",python,content +4096,23396657,"models/dynamics.py",1387,0,"\n ",python,content +4097,23396657,"models/dynamics.py",1386,1,"",python,content +4098,23396657,"models/dynamics.py",1360,0,"\n ",python,content +4099,23396657,"models/dynamics.py",1346,0,"\n ",python,content +4100,23397546,"models/dynamics.py",1376,0,"",python,selection_command +4101,23416805,"models/dynamics.py",1510,0,"",python,selection_mouse +4102,23417704,"models/dynamics.py",1511,0,"",python,selection_command +4103,23417771,"models/dynamics.py",1510,1,"",python,content +4104,23418112,"models/dynamics.py",1510,0,"\n ",python,content +4105,23418265,"models/dynamics.py",1522,0,"",python,selection_command +4106,23421403,"models/dynamics.py",1505,0,"",python,selection_mouse +4107,23437815,"models/dynamics.py",1480,0,"\n ",python,content +4108,23437899,"models/dynamics.py",1493,0,"#",python,content +4109,23437900,"models/dynamics.py",1494,0,"",python,selection_keyboard +4110,23437969,"models/dynamics.py",1494,0," ",python,content +4111,23437970,"models/dynamics.py",1495,0,"",python,selection_keyboard +4112,23438199,"models/dynamics.py",1495,0,"I",python,content +4113,23438200,"models/dynamics.py",1496,0,"",python,selection_keyboard +4114,23438557,"models/dynamics.py",1495,1,"",python,content +4115,23438641,"models/dynamics.py",1495,0,"F",python,content +4116,23438642,"models/dynamics.py",1496,0,"",python,selection_keyboard +4117,23438765,"models/dynamics.py",1496,0,"I",python,content +4118,23438766,"models/dynamics.py",1497,0,"",python,selection_keyboard +4119,23438851,"models/dynamics.py",1497,0,"X",python,content +4120,23438851,"models/dynamics.py",1498,0,"",python,selection_keyboard +4121,23438988,"models/dynamics.py",1498,0,"M",python,content +4122,23438989,"models/dynamics.py",1499,0,"",python,selection_keyboard +4123,23439082,"models/dynamics.py",1499,0,"E",python,content +4124,23439085,"models/dynamics.py",1500,0,"",python,selection_keyboard +4125,23439167,"models/dynamics.py",1500,0,":",python,content +4126,23439168,"models/dynamics.py",1501,0,"",python,selection_keyboard +4127,23439538,"models/dynamics.py",1500,1,"",python,content +4128,23439637,"models/dynamics.py",1500,0," ",python,content +4129,23439638,"models/dynamics.py",1501,0,"",python,selection_keyboard +4130,23439685,"models/dynamics.py",1501,0,"()",python,content +4131,23439686,"models/dynamics.py",1502,0,"",python,selection_keyboard +4132,23440105,"models/dynamics.py",1502,0,"f",python,content +4133,23440106,"models/dynamics.py",1503,0,"",python,selection_keyboard +4134,23440253,"models/dynamics.py",1503,0,".",python,content +4135,23440254,"models/dynamics.py",1504,0,"",python,selection_keyboard +4136,23440309,"models/dynamics.py",1504,0,"s",python,content +4137,23440310,"models/dynamics.py",1505,0,"",python,selection_keyboard +4138,23440383,"models/dynamics.py",1505,0,"r",python,content +4139,23440384,"models/dynamics.py",1506,0,"",python,selection_keyboard +4140,23440452,"models/dynamics.py",1506,0,"a",python,content +4141,23440454,"models/dynamics.py",1507,0,"",python,selection_keyboard +4142,23440486,"models/dynamics.py",1507,0,"m",python,content +4143,23440487,"models/dynamics.py",1508,0,"",python,selection_keyboard +4144,23440656,"models/dynamics.py",1508,0,"b",python,content +4145,23440657,"models/dynamics.py",1509,0,"",python,selection_keyboard +4146,23440729,"models/dynamics.py",1509,0,"c",python,content +4147,23440730,"models/dynamics.py",1510,0,"",python,selection_keyboard +4148,23440737,"models/dynamics.py",1510,0,"i",python,content +4149,23440738,"models/dynamics.py",1511,0,"",python,selection_keyboard +4150,23440805,"models/dynamics.py",1511,0,"a",python,content +4151,23440806,"models/dynamics.py",1512,0,"",python,selection_keyboard +4152,23440934,"models/dynamics.py",1512,0,"l",python,content +4153,23440935,"models/dynamics.py",1513,0,"",python,selection_keyboard +4154,23441308,"models/dynamics.py",1512,1,"",python,content +4155,23441442,"models/dynamics.py",1511,1,"",python,content +4156,23441609,"models/dynamics.py",1510,1,"",python,content +4157,23441731,"models/dynamics.py",1509,1,"",python,content +4158,23442457,"models/dynamics.py",1509,0,"i",python,content +4159,23442458,"models/dynamics.py",1510,0,"",python,selection_keyboard +4160,23442525,"models/dynamics.py",1510,0,"c",python,content +4161,23442526,"models/dynamics.py",1511,0,"",python,selection_keyboard +4162,23442563,"models/dynamics.py",1511,0,"a",python,content +4163,23442563,"models/dynamics.py",1512,0,"",python,selection_keyboard +4164,23443093,"models/dynamics.py",1512,0,"l",python,content +4165,23443094,"models/dynamics.py",1513,0,"",python,selection_keyboard +4166,23443309,"models/dynamics.py",1513,1,")",python,content +4167,23443309,"models/dynamics.py",1514,0,"",python,selection_keyboard +4168,23443525,"models/dynamics.py",1514,0,":",python,content +4169,23443526,"models/dynamics.py",1515,0,"",python,selection_keyboard +4170,23444322,"models/dynamics.py",1514,1,"",python,content +4171,23444424,"models/dynamics.py",1514,0," ",python,content +4172,23444425,"models/dynamics.py",1515,0,"",python,selection_keyboard +4173,23444835,"models/dynamics.py",1514,1,"",python,content +4174,23445025,"models/dynamics.py",1514,0,":",python,content +4175,23445026,"models/dynamics.py",1515,0,"",python,selection_keyboard +4176,23445460,"models/dynamics.py",1515,0," ",python,content +4177,23445461,"models/dynamics.py",1516,0,"",python,selection_keyboard +4178,23445573,"models/dynamics.py",1516,0,"t",python,content +4179,23445574,"models/dynamics.py",1517,0,"",python,selection_keyboard +4180,23445613,"models/dynamics.py",1517,0,"h",python,content +4181,23445614,"models/dynamics.py",1518,0,"",python,selection_keyboard +4182,23445646,"models/dynamics.py",1518,0,"i",python,content +4183,23445647,"models/dynamics.py",1519,0,"",python,selection_keyboard +4184,23445789,"models/dynamics.py",1519,0,"n",python,content +4185,23445790,"models/dynamics.py",1520,0,"",python,selection_keyboard +4186,23445841,"models/dynamics.py",1520,0,"k",python,content +4187,23445842,"models/dynamics.py",1521,0,"",python,selection_keyboard +4188,23445891,"models/dynamics.py",1521,0," ",python,content +4189,23445891,"models/dynamics.py",1522,0,"",python,selection_keyboard +4190,23445973,"models/dynamics.py",1522,0,"a",python,content +4191,23445973,"models/dynamics.py",1523,0,"",python,selection_keyboard +4192,23446008,"models/dynamics.py",1523,0,"b",python,content +4193,23446009,"models/dynamics.py",1524,0,"",python,selection_keyboard +4194,23446141,"models/dynamics.py",1524,0,"o",python,content +4195,23446141,"models/dynamics.py",1525,0,"",python,selection_keyboard +4196,23446208,"models/dynamics.py",1525,0,"u",python,content +4197,23446209,"models/dynamics.py",1526,0,"",python,selection_keyboard +4198,23446288,"models/dynamics.py",1526,0,"t",python,content +4199,23446288,"models/dynamics.py",1527,0,"",python,selection_keyboard +4200,23446324,"models/dynamics.py",1527,0," ",python,content +4201,23446324,"models/dynamics.py",1528,0,"",python,selection_keyboard +4202,23447162,"models/dynamics.py",1528,0,"t",python,content +4203,23447163,"models/dynamics.py",1529,0,"",python,selection_keyboard +4204,23447237,"models/dynamics.py",1529,0,"h",python,content +4205,23447238,"models/dynamics.py",1530,0,"",python,selection_keyboard +4206,23447299,"models/dynamics.py",1530,0,"i",python,content +4207,23447300,"models/dynamics.py",1531,0,"",python,selection_keyboard +4208,23447343,"models/dynamics.py",1531,0,"s",python,content +4209,23447344,"models/dynamics.py",1532,0,"",python,selection_keyboard +4210,23447441,"models/dynamics.py",1532,0," ",python,content +4211,23447442,"models/dynamics.py",1533,0,"",python,selection_keyboard +4212,23447540,"models/dynamics.py",1533,0,"i",python,content +4213,23447541,"models/dynamics.py",1534,0,"",python,selection_keyboard +4214,23447607,"models/dynamics.py",1534,0,"s",python,content +4215,23447608,"models/dynamics.py",1535,0,"",python,selection_keyboard +4216,23447689,"models/dynamics.py",1535,0," ",python,content +4217,23447690,"models/dynamics.py",1536,0,"",python,selection_keyboard +4218,23448046,"models/dynamics.py",1533,3,"",python,content +4219,23448158,"models/dynamics.py",1528,5,"",python,content +4220,23448277,"models/dynamics.py",1528,0,"w",python,content +4221,23448278,"models/dynamics.py",1529,0,"",python,selection_keyboard +4222,23448376,"models/dynamics.py",1529,0,"h",python,content +4223,23448377,"models/dynamics.py",1530,0,"",python,selection_keyboard +4224,23448493,"models/dynamics.py",1530,0,"e",python,content +4225,23448494,"models/dynamics.py",1531,0,"",python,selection_keyboard +4226,23448592,"models/dynamics.py",1531,0,"t",python,content +4227,23448592,"models/dynamics.py",1532,0,"",python,selection_keyboard +4228,23448709,"models/dynamics.py",1532,0,"h",python,content +4229,23448710,"models/dynamics.py",1533,0,"",python,selection_keyboard +4230,23448757,"models/dynamics.py",1533,0,"e",python,content +4231,23448758,"models/dynamics.py",1534,0,"",python,selection_keyboard +4232,23448845,"models/dynamics.py",1534,0,"r",python,content +4233,23448846,"models/dynamics.py",1535,0,"",python,selection_keyboard +4234,23448913,"models/dynamics.py",1535,0," ",python,content +4235,23448914,"models/dynamics.py",1536,0,"",python,selection_keyboard +4236,23449092,"models/dynamics.py",1536,0,"t",python,content +4237,23449093,"models/dynamics.py",1537,0,"",python,selection_keyboard +4238,23449159,"models/dynamics.py",1537,0,"h",python,content +4239,23449160,"models/dynamics.py",1538,0,"",python,selection_keyboard +4240,23449202,"models/dynamics.py",1538,0,"i",python,content +4241,23449203,"models/dynamics.py",1539,0,"",python,selection_keyboard +4242,23449243,"models/dynamics.py",1539,0,"s",python,content +4243,23449244,"models/dynamics.py",1540,0,"",python,selection_keyboard +4244,23449325,"models/dynamics.py",1540,0," ",python,content +4245,23449326,"models/dynamics.py",1541,0,"",python,selection_keyboard +4246,23449462,"models/dynamics.py",1541,0,"i",python,content +4247,23449462,"models/dynamics.py",1542,0,"",python,selection_keyboard +4248,23449626,"models/dynamics.py",1542,0,"s",python,content +4249,23449627,"models/dynamics.py",1543,0,"",python,selection_keyboard +4250,23449709,"models/dynamics.py",1543,0," ",python,content +4251,23449710,"models/dynamics.py",1544,0,"",python,selection_keyboard +4252,23449812,"models/dynamics.py",1544,0,"a",python,content +4253,23449813,"models/dynamics.py",1545,0,"",python,selection_keyboard +4254,23449892,"models/dynamics.py",1545,0,"c",python,content +4255,23449892,"models/dynamics.py",1546,0,"",python,selection_keyboard +4256,23450079,"models/dynamics.py",1546,0,"t",python,content +4257,23450080,"models/dynamics.py",1547,0,"",python,selection_keyboard +4258,23450127,"models/dynamics.py",1547,0,"u",python,content +4259,23450128,"models/dynamics.py",1548,0,"",python,selection_keyboard +4260,23450215,"models/dynamics.py",1548,0,"a",python,content +4261,23450216,"models/dynamics.py",1549,0,"",python,selection_keyboard +4262,23450281,"models/dynamics.py",1549,0,"l",python,content +4263,23450281,"models/dynamics.py",1550,0,"",python,selection_keyboard +4264,23450410,"models/dynamics.py",1550,0,"l",python,content +4265,23450410,"models/dynamics.py",1551,0,"",python,selection_keyboard +4266,23450491,"models/dynamics.py",1551,0,"y",python,content +4267,23450492,"models/dynamics.py",1552,0,"",python,selection_keyboard +4268,23450561,"models/dynamics.py",1552,0," ",python,content +4269,23450562,"models/dynamics.py",1553,0,"",python,selection_keyboard +4270,23450898,"models/dynamics.py",1553,0,"l",python,content +4271,23450899,"models/dynamics.py",1554,0,"",python,selection_keyboard +4272,23450960,"models/dynamics.py",1554,0,"a",python,content +4273,23450961,"models/dynamics.py",1555,0,"",python,selection_keyboard +4274,23451075,"models/dynamics.py",1555,0,"t",python,content +4275,23451076,"models/dynamics.py",1556,0,"",python,selection_keyboard +4276,23451178,"models/dynamics.py",1556,0,"e",python,content +4277,23451179,"models/dynamics.py",1557,0,"",python,selection_keyboard +4278,23451297,"models/dynamics.py",1557,0,"t",python,content +4279,23451298,"models/dynamics.py",1558,0,"",python,selection_keyboard +4280,23451313,"models/dynamics.py",1558,0,"n",python,content +4281,23451314,"models/dynamics.py",1559,0,"",python,selection_keyboard +4282,23451867,"models/dynamics.py",1558,1,"",python,content +4283,23451979,"models/dynamics.py",1557,1,"",python,content +4284,23452125,"models/dynamics.py",1557,0,"n",python,content +4285,23452126,"models/dynamics.py",1558,0,"",python,selection_keyboard +4286,23452160,"models/dynamics.py",1558,0,"t",python,content +4287,23452161,"models/dynamics.py",1559,0,"",python,selection_keyboard +4288,23452428,"models/dynamics.py",1559,0,"_",python,content +4289,23452429,"models/dynamics.py",1560,0,"",python,selection_keyboard +4290,23452648,"models/dynamics.py",1560,0,"d",python,content +4291,23452649,"models/dynamics.py",1561,0,"",python,selection_keyboard +4292,23452692,"models/dynamics.py",1561,0,"i",python,content +4293,23452693,"models/dynamics.py",1562,0,"",python,selection_keyboard +4294,23452729,"models/dynamics.py",1562,0,"m",python,content +4295,23452730,"models/dynamics.py",1563,0,"",python,selection_keyboard +4296,23452868,"models/dynamics.py",1563,0," ",python,content +4297,23452868,"models/dynamics.py",1564,0,"",python,selection_keyboard +4298,23452977,"models/dynamics.py",1564,0,"o",python,content +4299,23452977,"models/dynamics.py",1565,0,"",python,selection_keyboard +4300,23453076,"models/dynamics.py",1565,0,"r",python,content +4301,23453077,"models/dynamics.py",1566,0,"",python,selection_keyboard +4302,23453146,"models/dynamics.py",1566,0," ",python,content +4303,23453147,"models/dynamics.py",1567,0,"",python,selection_keyboard +4304,23453498,"models/dynamics.py",1567,0,"n",python,content +4305,23453499,"models/dynamics.py",1568,0,"",python,selection_keyboard +4306,23453580,"models/dynamics.py",1568,0,"u",python,content +4307,23453581,"models/dynamics.py",1569,0,"",python,selection_keyboard +4308,23453698,"models/dynamics.py",1569,0,"m",python,content +4309,23453698,"models/dynamics.py",1570,0,"",python,selection_keyboard +4310,23453942,"models/dynamics.py",1570,0,"_",python,content +4311,23453942,"models/dynamics.py",1571,0,"",python,selection_keyboard +4312,23454095,"models/dynamics.py",1571,0,"l",python,content +4313,23454096,"models/dynamics.py",1572,0,"",python,selection_keyboard +4314,23454165,"models/dynamics.py",1572,0,"a",python,content +4315,23454166,"models/dynamics.py",1573,0,"",python,selection_keyboard +4316,23454231,"models/dynamics.py",1573,0,"t",python,content +4317,23454232,"models/dynamics.py",1574,0,"",python,selection_keyboard +4318,23454315,"models/dynamics.py",1574,0,"e",python,content +4319,23454316,"models/dynamics.py",1575,0,"",python,selection_keyboard +4320,23454380,"models/dynamics.py",1575,0,"n",python,content +4321,23454381,"models/dynamics.py",1576,0,"",python,selection_keyboard +4322,23454508,"models/dynamics.py",1576,0,"t",python,content +4323,23454509,"models/dynamics.py",1577,0,"",python,selection_keyboard +4324,23454535,"models/dynamics.py",1577,0,"s",python,content +4325,23454536,"models/dynamics.py",1578,0,"",python,selection_keyboard +4326,23454798,"models/dynamics.py",1577,0,"",python,selection_command +4327,23454905,"models/dynamics.py",1481,0,"",python,selection_command +4328,23458784,"models/dynamics.py",2598,0,"",python,selection_command +4329,23461656,"models/dynamics.py",2546,0,"",python,selection_command +4330,23461940,"models/dynamics.py",2504,0,"",python,selection_command +4331,23462044,"models/dynamics.py",2430,0,"",python,selection_command +4332,23462047,"models/dynamics.py",2370,0,"",python,selection_command +4333,23462049,"models/dynamics.py",2333,0,"",python,selection_command +4334,23462051,"models/dynamics.py",2332,0,"",python,selection_command +4335,23462073,"models/dynamics.py",2308,0,"",python,selection_command +4336,23462106,"models/dynamics.py",2294,0,"",python,selection_command +4337,23462143,"models/dynamics.py",2199,0,"",python,selection_command +4338,23462373,"models/dynamics.py",2155,0,"",python,selection_command +4339,23462569,"models/dynamics.py",2199,0,"",python,selection_command +4340,23462804,"models/dynamics.py",2292,0,"",python,selection_command +4341,23463745,"models/dynamics.py",0,0,"",python,tab +4342,23464489,"models/dynamics.py",2598,0,"",python,selection_command +4343,23467374,"models/dynamics.py",2276,0,"",python,selection_command +4344,23468335,"models/dynamics.py",2275,0,"",python,selection_command +4345,23468663,"models/dynamics.py",2280,0,"",python,selection_command +4346,23469188,"models/dynamics.py",2276,0,"",python,selection_command +4347,23469227,"models/dynamics.py",2276,1,"v",python,selection_command +4348,23469383,"models/dynamics.py",2276,5,"value",python,selection_command +4349,23469877,"models/dynamics.py",2280,0,"",python,selection_command +4350,23470000,"models/dynamics.py",2279,0,"",python,selection_command +4351,23470236,"models/dynamics.py",2278,0,"",python,selection_command +4352,23470327,"models/dynamics.py",2277,0,"",python,selection_command +4353,23470491,"models/dynamics.py",2276,0,"",python,selection_command +4354,23470624,"models/dynamics.py",2275,0,"",python,selection_command +4355,23470783,"models/dynamics.py",2275,1,".",python,selection_command +4356,23470828,"models/dynamics.py",2275,6,".value",python,selection_command +4357,23471100,"models/dynamics.py",2275,6,"",python,content +4358,23472181,"models/dynamics.py",2274,0,"",python,selection_command +4359,23475021,"models/dynamics.py",2275,0,"",python,selection_command +4360,23475170,"models/dynamics.py",2275,0,".",python,content +4361,23475171,"models/dynamics.py",2276,0,"",python,selection_keyboard +4362,23475393,"models/dynamics.py",2276,0,"v",python,content +4363,23475394,"models/dynamics.py",2277,0,"",python,selection_keyboard +4364,23475460,"models/dynamics.py",2277,0,"a",python,content +4365,23475462,"models/dynamics.py",2278,0,"",python,selection_keyboard +4366,23475488,"models/dynamics.py",2278,0,"l",python,content +4367,23475489,"models/dynamics.py",2279,0,"",python,selection_keyboard +4368,23475545,"models/dynamics.py",2279,0,"u",python,content +4369,23475547,"models/dynamics.py",2280,0,"",python,selection_keyboard +4370,23475615,"models/dynamics.py",2280,0,"e",python,content +4371,23475617,"models/dynamics.py",2281,0,"",python,selection_keyboard +4372,23475814,"models/dynamics.py",2280,0,"",python,selection_command +4373,23485021,"models/dynamics.py",2199,0,"",python,selection_command +4374,23502853,"models/dynamics.py",936,0,"",python,selection_command +4375,23502991,"models/dynamics.py",0,0,"",python,selection_command +4376,23503861,"models/dynamics.py",29,0,"",python,selection_command +4377,23504109,"models/dynamics.py",30,0,"",python,selection_command +4378,23504139,"models/dynamics.py",41,0,"",python,selection_command +4379,23504173,"models/dynamics.py",65,0,"",python,selection_command +4380,23504206,"models/dynamics.py",88,0,"",python,selection_command +4381,23504335,"models/dynamics.py",89,0,"",python,selection_command +4382,23504511,"models/dynamics.py",124,0,"",python,selection_command +4383,23504637,"models/dynamics.py",125,0,"",python,selection_command +4384,23509703,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(self, in_dim: int, tokenizer_dim: int, tokenizer_ffn_dim: int, \n latent_patch_dim: int, num_patch_latents: int, patch_size: int, \n tokenizer_num_blocks: int, tokenizer_num_heads: int, lam_dim: int, \n lam_ffn_dim: int, latent_action_dim: int, num_latent_actions: int, \n lam_patch_size: int, lam_num_blocks: int, lam_num_heads: int, \n lam_co_train: bool, dyna_dim: int, dyna_ffn_dim: int, \n dyna_num_blocks: int, dyna_num_heads: int, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs, \n dropout: float = 0.0, mask_limit: float = 0.0):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n \n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # Create MaskGITStep instance\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # Run the loop manually since we can't use nnx.scan easily\n carry = init_carry_maskgit\n for _ in range(steps):\n carry = maskgit_step(carry, None)\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(self, dynamics: nnx.Module, tokenizer: nnx.Module, \n temperature: float, sample_argmax: bool, steps: int):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n # For NNX, we need to create the model with rngs\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n # Split the model to get params\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +4385,23510855,"genie.py",0,0,"",python,selection_command +4386,23514151,"genie.py",0,0,"",python,tab +4387,23514152,"genie.py",78,0,"",python,selection_command +4388,23524529,"genie.py",6569,0,"",python,selection_mouse +4389,23527065,"genie.py",6553,38,"",python,content +4390,23527094,"genie.py",6561,0,"",python,selection_command +4391,23528978,"genie.py",6552,0,"",python,selection_command +4392,23861637,"genie.py",6553,0,"",python,selection_command +4393,23861717,"genie.py",6561,0,"",python,selection_command +4394,23875050,"genie.py",0,16006,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(self, in_dim: int, tokenizer_dim: int, tokenizer_ffn_dim: int, \n latent_patch_dim: int, num_patch_latents: int, patch_size: int, \n tokenizer_num_blocks: int, tokenizer_num_heads: int, lam_dim: int, \n lam_ffn_dim: int, latent_action_dim: int, num_latent_actions: int, \n lam_patch_size: int, lam_num_blocks: int, lam_num_heads: int, \n lam_co_train: bool, dyna_dim: int, dyna_ffn_dim: int, \n dyna_num_blocks: int, dyna_num_heads: int, param_dtype: jnp.dtype, \n dtype: jnp.dtype, use_flash_attention: bool, rngs: nnx.Rngs, \n dropout: float = 0.0, mask_limit: float = 0.0):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n \n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # Run the loop manually since we can't use nnx.scan easily\n carry = init_carry_maskgit\n for _ in range(steps):\n carry = maskgit_step(carry, None)\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(self, dynamics: nnx.Module, tokenizer: nnx.Module, \n temperature: float, sample_argmax: bool, steps: int):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n # For NNX, we need to create the model with rngs\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n # Split the model to get params\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,selection_command +4395,23875211,"genie.py",15956,0,"",python,selection_command +4396,23875914,"genie.py",15271,0,"",python,selection_command +4397,23876063,"genie.py",13902,0,"",python,selection_command +4398,23876210,"genie.py",12400,0,"",python,selection_command +4399,23877069,"genie.py",11062,0,"",python,selection_command +4400,23877446,"genie.py",9434,0,"",python,selection_command +4401,23912017,"genie.py",9159,0,"",python,selection_mouse +4402,23923836,"genie.py",8791,0,"",python,selection_mouse +4403,23925942,"genie.py",8783,0,"",python,selection_mouse +4404,23928541,"genie.py",8666,0,"",python,selection_mouse +4405,23930840,"genie.py",8605,0,"",python,selection_mouse +4406,23934162,"genie.py",6617,0,"",python,selection_mouse +4407,23983210,"genie.py",3467,0,"",python,selection_command +4408,23984984,"genie.py",3476,0,"",python,selection_command +4409,23985872,"genie.py",4929,0,"",python,selection_command +4410,23986202,"genie.py",6095,0,"",python,selection_command +4411,23986455,"genie.py",7389,0,"",python,selection_command +4412,23987085,"genie.py",8486,0,"",python,selection_command +4413,23987633,"genie.py",9940,0,"",python,selection_command +4414,23988238,"genie.py",8450,0,"",python,selection_command +4415,23988736,"genie.py",8486,0,"",python,selection_command +4416,23988984,"genie.py",8562,0,"",python,selection_command +4417,23989016,"genie.py",8591,0,"",python,selection_command +4418,23989042,"genie.py",8592,0,"",python,selection_command +4419,23989077,"genie.py",8601,0,"",python,selection_command +4420,23989110,"genie.py",8632,0,"",python,selection_command +4421,23989252,"genie.py",8701,0,"",python,selection_command +4422,23989408,"genie.py",8772,0,"",python,selection_command +4423,23989690,"genie.py",8775,0,"",python,selection_command +4424,23989840,"genie.py",8776,0,"",python,selection_command +4425,23990103,"genie.py",8784,0,"",python,selection_command +4426,23990475,"genie.py",8785,0,"",python,selection_command +4427,23991011,"genie.py",8785,0,":",python,content +4428,23991012,"genie.py",8786,0,"",python,selection_keyboard +4429,23991193,"genie.py",8786,0," ",python,content +4430,23991194,"genie.py",8787,0,"",python,selection_keyboard +4431,23992409,"genie.py",8787,0,"D",python,content +4432,23992412,"genie.py",8788,0,"",python,selection_keyboard +4433,23992839,"genie.py",8788,0,"ynamicsMaskGIT",python,content +4434,23993108,"genie.py",8801,0,"",python,selection_command +4435,23996765,"genie.py",8847,0,"",python,selection_command +4436,23997110,"genie.py",8801,0,"",python,selection_command +4437,23997288,"genie.py",8803,0,"",python,selection_command +4438,23997691,"genie.py",8805,0,"",python,selection_command +4439,24013358,"genie.py",8734,0,"",python,selection_command +4440,24013361,"genie.py",8665,0,"",python,selection_command +4441,24013365,"genie.py",8622,0,"",python,selection_command +4442,24013367,"genie.py",8665,0,"",python,selection_command +4443,24013369,"genie.py",8667,0,"askGIT",python,content +4444,24013369,"genie.py",8662,5,"",python,content +4445,24013369,"genie.py",8661,0,"amics",python,content +4446,24013369,"genie.py",8658,3,"",python,content +4447,24013369,"genie.py",8657,0,"Dy",python,content +4448,24016798,"genie.py",8672,0,"",python,selection_command +4449,24016956,"genie.py",8674,0,"",python,selection_command +4450,24017074,"genie.py",8683,0,"",python,selection_command +4451,24025430,"genie.py",8685,0,"",python,selection_command +4452,24026557,"genie.py",8685,1,"n",python,selection_command +4453,24026633,"genie.py",8685,3,"nnx",python,selection_command +4454,24026781,"genie.py",8685,4,"nnx.",python,selection_command +4455,24027191,"genie.py",8685,10,"nnx.Module",python,selection_command +4456,24030093,"genie.py",8685,10,"",python,content +4457,24030560,"genie.py",8685,0,"T",python,content +4458,24030561,"genie.py",8686,0,"",python,selection_keyboard +4459,24030792,"genie.py",8686,0,"o",python,content +4460,24030794,"genie.py",8687,0,"",python,selection_keyboard +4461,24030804,"genie.py",8687,0,"k",python,content +4462,24030805,"genie.py",8688,0,"",python,selection_keyboard +4463,24030917,"genie.py",8688,0,"e",python,content +4464,24030919,"genie.py",8689,0,"",python,selection_keyboard +4465,24031038,"genie.py",8689,0,"n",python,content +4466,24031040,"genie.py",8690,0,"",python,selection_keyboard +4467,24031086,"genie.py",8690,0,"i",python,content +4468,24031087,"genie.py",8691,0,"",python,selection_keyboard +4469,24031139,"genie.py",8691,0,"z",python,content +4470,24031140,"genie.py",8692,0,"",python,selection_keyboard +4471,24031291,"genie.py",8692,0,"e",python,content +4472,24031292,"genie.py",8693,0,"",python,selection_keyboard +4473,24031319,"genie.py",8693,0,"r",python,content +4474,24031320,"genie.py",8694,0,"",python,selection_keyboard +4475,24032048,"genie.py",8694,0,"VQVAE",python,content +4476,24032369,"genie.py",8698,0,"",python,selection_command +4477,24034374,"genie.py",8771,0,"",python,selection_command +4478,24034540,"genie.py",8698,0,"",python,selection_command +4479,24037261,"genie.py",8771,0,"",python,selection_command +4480,24037538,"genie.py",8698,0,"",python,selection_command +4481,24039469,"genie.py",8845,0,": TokenizerVQVAE",python,content +4482,24039470,"genie.py",8861,0,"",python,selection_command +4483,24040733,"genie.py",8911,0,"",python,selection_command +4484,24041146,"genie.py",8861,0,"",python,selection_command +4485,24041765,"genie.py",8847,0,"",python,selection_command +4486,24042146,"genie.py",8898,0,"",python,selection_command +4487,24042635,"genie.py",8847,0,"",python,selection_command +4488,24044360,"genie.py",8797,0,"",python,selection_command +4489,24044665,"genie.py",8796,0,"",python,selection_command +4490,24045313,"genie.py",8794,0,"",python,selection_command +4491,24078488,"genie.py",8794,1,":",python,selection_command +4492,24078527,"genie.py",8794,17,": DynamicsMaskGIT",python,selection_command +4493,24079082,"genie.py",8794,17,"",python,content +4494,24079294,"genie.py",8827,0,"",python,selection_command +4495,24079543,"genie.py",8828,0,"",python,selection_command +4496,24079730,"genie.py",8828,1,":",python,selection_command +4497,24079796,"genie.py",8828,16,": TokenizerVQVAE",python,selection_command +4498,24080039,"genie.py",8828,16,"",python,content +4499,24081378,"genie.py",8863,0,"",python,selection_command +4500,24081580,"genie.py",8828,0,"",python,selection_command +4501,24093139,"genie.py",8806,0,"",python,selection_command +4502,24095236,"genie.py",8773,0,"",python,selection_command +4503,24095364,"genie.py",8702,0,"",python,selection_command +4504,24095521,"genie.py",8624,0,"",python,selection_command +4505,24095992,"genie.py",8593,0,"",python,selection_command +4506,24096343,"genie.py",8592,0,"",python,selection_command +4507,24096704,"genie.py",8593,0,"",python,selection_command +4508,24096805,"genie.py",8624,0,"",python,selection_command +4509,24096909,"genie.py",8702,0,"",python,selection_command +4510,24097227,"genie.py",8773,0,"",python,selection_command +4511,24097458,"genie.py",8702,0,"",python,selection_command +4512,24097845,"genie.py",8624,0,"",python,selection_command +4513,24098080,"genie.py",8593,0,"",python,selection_command +4514,24098240,"genie.py",8592,0,"",python,selection_command +4515,24098430,"genie.py",8593,0,"",python,selection_command +4516,24098605,"genie.py",8624,0,"",python,selection_command +4517,24098695,"genie.py",8702,0,"",python,selection_command +4518,24098893,"genie.py",8773,0,"",python,selection_command +4519,24114238,"genie.py",10355,0,"",python,selection_command +4520,24114637,"genie.py",11667,0,"",python,selection_command +4521,24114820,"genie.py",13126,0,"",python,selection_command +4522,24116346,"genie.py",13147,0,"",python,selection_command +4523,24116591,"genie.py",13215,0,"",python,selection_command +4524,24116623,"genie.py",13271,0,"",python,selection_command +4525,24116656,"genie.py",13345,0,"",python,selection_command +4526,24116689,"genie.py",13382,0,"",python,selection_command +4527,24116724,"genie.py",13387,0,"",python,selection_command +4528,24116759,"genie.py",13415,0,"",python,selection_command +4529,24116781,"genie.py",13471,0,"",python,selection_command +4530,24116822,"genie.py",13514,0,"",python,selection_command +4531,24116857,"genie.py",13554,0,"",python,selection_command +4532,24116888,"genie.py",13601,0,"",python,selection_command +4533,24116921,"genie.py",13611,0,"",python,selection_command +4534,24116954,"genie.py",13650,0,"",python,selection_command +4535,24116989,"genie.py",13690,0,"",python,selection_command +4536,24117022,"genie.py",13726,0,"",python,selection_command +4537,24117276,"genie.py",13690,0,"",python,selection_command +4538,24117716,"genie.py",13650,0,"",python,selection_command +4539,24119015,"genie.py",13658,0,"",python,selection_command +4540,24119140,"genie.py",13664,0,"",python,selection_command +4541,24119709,"genie.py",13625,0,"",python,selection_command +4542,24119776,"genie.py",13627,0,"",python,selection_command +4543,24120144,"genie.py",13644,0,"",python,selection_command +4544,24120508,"genie.py",13627,0,"",python,selection_command +4545,24124373,"genie.py",13666,0,"",python,selection_command +4546,24124618,"genie.py",13706,0,"",python,selection_command +4547,24124649,"genie.py",13742,0,"",python,selection_command +4548,24124682,"genie.py",13780,0,"",python,selection_command +4549,24124715,"genie.py",13826,0,"",python,selection_command +4550,24124749,"genie.py",13875,0,"",python,selection_command +4551,24124782,"genie.py",13919,0,"",python,selection_command +4552,24124814,"genie.py",13963,0,"",python,selection_command +4553,24124850,"genie.py",14005,0,"",python,selection_command +4554,24124882,"genie.py",14039,0,"",python,selection_command +4555,24124916,"genie.py",14082,0,"",python,selection_command +4556,24124947,"genie.py",14124,0,"",python,selection_command +4557,24125111,"genie.py",14154,0,"",python,selection_command +4558,24125317,"genie.py",14191,0,"\n ",python,content +4559,24126248,"genie.py",14204,0,"rngs=rngs,",python,content +4560,24126497,"genie.py",14213,0,"",python,selection_command +4561,24128496,"genie.py",15948,0,"",python,selection_command +4562,24129325,"genie.py",15867,0,"",python,selection_command +4563,24129586,"genie.py",15826,0,"",python,selection_command +4564,24129605,"genie.py",15746,0,"",python,selection_command +4565,24129637,"genie.py",15715,0,"",python,selection_command +4566,24129666,"genie.py",15702,0,"",python,selection_command +4567,24129906,"genie.py",15984,0,"",python,selection_command +4568,24130430,"genie.py",14423,0,"",python,selection_command +4569,24130593,"genie.py",12945,0,"",python,selection_command +4570,24130707,"genie.py",11565,0,"",python,selection_command +4571,24130954,"genie.py",10135,0,"",python,selection_command +4572,24130988,"genie.py",8592,0,"",python,selection_command +4573,24131025,"genie.py",7452,0,"",python,selection_command +4574,24131045,"genie.py",6279,0,"",python,selection_command +4575,24131091,"genie.py",4914,0,"",python,selection_command +4576,24131117,"genie.py",3452,0,"",python,selection_command +4577,24131153,"genie.py",2126,0,"",python,selection_command +4578,24131183,"genie.py",374,0,"",python,selection_command +4579,24131215,"genie.py",0,0,"",python,selection_command +4580,24132793,"genie.py",1385,0,"",python,selection_command +4581,24133458,"genie.py",2784,0,"",python,selection_command +4582,24134084,"genie.py",4127,0,"",python,selection_command +4583,24135375,"genie.py",5239,0,"",python,selection_command +4584,24138601,"genie.py",5282,0,"",python,selection_command +4585,24138843,"genie.py",5353,0,"",python,selection_command +4586,24138896,"genie.py",5400,0,"",python,selection_command +4587,24138944,"genie.py",5409,0,"",python,selection_command +4588,24138957,"genie.py",5423,0,"",python,selection_command +4589,24138965,"genie.py",5519,0,"",python,selection_command +4590,24139009,"genie.py",5641,0,"",python,selection_command +4591,24139040,"genie.py",5694,0,"",python,selection_command +4592,24139073,"genie.py",5756,0,"",python,selection_command +4593,24139110,"genie.py",5831,0,"",python,selection_command +4594,24139140,"genie.py",5840,0,"",python,selection_command +4595,24139173,"genie.py",5864,0,"",python,selection_command +4596,24139207,"genie.py",5892,0,"",python,selection_command +4597,24141762,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n tokenizer_ffn_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n lam_ffn_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_ffn_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +4598,24141765,"genie.py",5347,0,"",python,selection_mouse +4599,24141769,"genie.py",5346,0,"",python,selection_command +4600,24141892,"genie.py",5347,0,"",python,selection_mouse +4601,24141894,"genie.py",5346,0,"",python,selection_command +4602,24142030,"genie.py",5317,31," MaskGITLoop = nn.scan(\n",python,selection_mouse +4603,24142033,"genie.py",5318,30," MaskGITLoop = nn.scan(\n",python,selection_command +4604,24142317,"genie.py",5318,55," MaskGITLoop = nn.scan(\n MaskGITStep,\n",python,selection_mouse +4605,24142346,"genie.py",5318,138," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n",python,selection_mouse +4606,24142363,"genie.py",5318,185," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n",python,selection_mouse +4607,24142381,"genie.py",5318,211," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n",python,selection_mouse +4608,24142397,"genie.py",5318,257," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n",python,selection_mouse +4609,24142412,"genie.py",5318,368," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n",python,selection_mouse +4610,24142429,"genie.py",5318,434," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n",python,selection_mouse +4611,24142448,"genie.py",5318,444," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n",python,selection_mouse +4612,24142476,"genie.py",5318,445," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n",python,selection_mouse +4613,24142480,"genie.py",5318,492," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n",python,selection_mouse +4614,24142494,"genie.py",5318,536," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n",python,selection_mouse +4615,24142526,"genie.py",5318,586," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n",python,selection_mouse +4616,24142561,"genie.py",5318,587," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n",python,selection_mouse +4617,24142577,"genie.py",5318,652," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n",python,selection_mouse +4618,24142593,"genie.py",5318,708," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n",python,selection_mouse +4619,24142612,"genie.py",5318,831," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n",python,selection_mouse +4620,24142628,"genie.py",5318,890," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n",python,selection_mouse +4621,24142647,"genie.py",5318,945," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n",python,selection_mouse +4622,24142663,"genie.py",5318,980," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n",python,selection_mouse +4623,24142677,"genie.py",5318,1006," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n",python,selection_mouse +4624,24142694,"genie.py",5318,1063," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n",python,selection_mouse +4625,24142710,"genie.py",5318,1094," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n",python,selection_mouse +4626,24142729,"genie.py",5318,1108," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n",python,selection_mouse +4627,24142743,"genie.py",5318,1192," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n",python,selection_mouse +4628,24143700,"genie.py",5318,1248," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n",python,selection_mouse +4629,24143730,"genie.py",5318,1298," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n",python,selection_mouse +4630,24143747,"genie.py",5318,1333," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n",python,selection_mouse +4631,24143802,"genie.py",5318,1334," MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n",python,selection_mouse +4632,24144539,"genie.py",6651,0,"",python,selection_command +4633,24188365,"genie.py",0,0,"",python,tab +4634,24188366,"genie.py",7439,0,"",python,selection_mouse +4635,24188383,"genie.py",7438,0,"",python,selection_command +4636,24270146,"genie.py",11898,0,"",python,selection_mouse +4637,24271151,"genie.py",11851,53,"",python,content +4638,24271181,"genie.py",11855,0,"",python,selection_command +4639,24294596,"genie.py",12488,0,"",python,selection_mouse +4640,24294601,"genie.py",12487,0,"",python,selection_command +4641,24294927,"genie.py",12453,36,"",python,content +4642,24294956,"genie.py",12457,0,"",python,selection_command +4643,24296575,"genie.py",12529,0,"",python,selection_command +4644,24296731,"genie.py",12457,0,"",python,selection_command +4645,24313353,"genie.py",12603,0,"",python,selection_mouse +4646,24372287,"genie.py",6588,0,"",python,selection_mouse +4647,24372288,"genie.py",6587,0,"",python,selection_command +4648,24373086,"genie.py",6567,0,"",python,selection_mouse +4649,24400418,"genie.py",6775,0,"",python,selection_mouse +4650,24400421,"genie.py",6774,0,"",python,selection_command +4651,24401275,"genie.py",6775,0,"\n ",python,content +4652,24401509,"genie.py",6784,0," def maskgit_loop_fn(carry, module, x):\n return module(carry, x)",python,content +4653,24401824,"genie.py",6865,0,"",python,selection_command +4654,24402156,"genie.py",6810,0,"",python,selection_command +4655,24402343,"genie.py",6774,0,"",python,selection_command +4656,24402629,"genie.py",6810,0,"",python,selection_command +4657,24402793,"genie.py",6792,0,"",python,selection_command +4658,24402973,"genie.py",6788,4,"",python,content +4659,24403123,"genie.py",6784,4,"",python,content +4660,24403363,"genie.py",6783,0,"",python,selection_command +4661,24403645,"genie.py",6775,0,"\n ",python,content +4662,24403830,"genie.py",6776,8,"",python,content +4663,24404477,"genie.py",6777,0,"",python,selection_command +4664,24404630,"genie.py",6824,0,"",python,selection_command +4665,24404746,"genie.py",6836,0,"",python,selection_command +4666,24404997,"genie.py",6843,0,"",python,selection_command +4667,24405317,"genie.py",6796,0,"",python,selection_command +4668,24407804,"genie.py",6776,0,"",python,selection_command +4669,24408999,"genie.py",6796,0,"",python,selection_command +4670,24412350,"genie.py",6843,0,"",python,selection_command +4671,24412663,"genie.py",6860,0,"",python,selection_command +4672,24427031,"genie.py",6824,0,"",python,selection_command +4673,24427248,"genie.py",6859,0,"\n ",python,content +4674,24427868,"genie.py",6868,4,"",python,content +4675,24428219,"genie.py",6868,0," scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps # Explicitly specify the length for JAX\n )",python,content +4676,24428590,"genie.py",7090,0,"",python,selection_command +4677,24428917,"genie.py",7025,0,"",python,selection_command +4678,24428996,"genie.py",6988,0,"",python,selection_command +4679,24429115,"genie.py",6946,0,"",python,selection_command +4680,24429250,"genie.py",6917,0,"",python,selection_command +4681,24429442,"genie.py",6868,0,"",python,selection_command +4682,24429637,"genie.py",6876,0,"",python,selection_command +4683,24429815,"genie.py",6872,4,"",python,content +4684,24429966,"genie.py",6868,4,"",python,content +4685,24430163,"genie.py",6867,0,"",python,selection_command +4686,24433901,"genie.py",6908,0,"",python,selection_command +4687,24435508,"genie.py",6867,0,"",python,selection_command +4688,24467890,"genie.py",6908,0,"",python,selection_command +4689,24468132,"genie.py",6937,0,"",python,selection_command +4690,24468161,"genie.py",6979,0,"",python,selection_command +4691,24468197,"genie.py",7016,0,"",python,selection_command +4692,24468226,"genie.py",7081,0,"",python,selection_command +4693,24468262,"genie.py",7084,0,"",python,selection_command +4694,24468297,"genie.py",7092,0,"",python,selection_command +4695,24468329,"genie.py",7139,0,"",python,selection_command +4696,24468362,"genie.py",7183,0,"",python,selection_command +4697,24468395,"genie.py",7226,0,"",python,selection_command +4698,24468428,"genie.py",7234,0,"",python,selection_command +4699,24468462,"genie.py",7299,0,"",python,selection_command +4700,24468495,"genie.py",7355,0,"",python,selection_command +4701,24468530,"genie.py",7441,0,"",python,selection_command +4702,24468561,"genie.py",7478,0,"",python,selection_command +4703,24468595,"genie.py",7530,0,"",python,selection_command +4704,24468628,"genie.py",7538,0,"",python,selection_command +4705,24468662,"genie.py",7592,0,"",python,selection_command +4706,24468696,"genie.py",7627,0,"",python,selection_command +4707,24468864,"genie.py",7653,0,"",python,selection_command +4708,24469028,"genie.py",7688,0,"",python,selection_command +4709,24469183,"genie.py",7710,0,"",python,selection_command +4710,24469325,"genie.py",7741,0,"",python,selection_command +4711,24469477,"genie.py",7746,0,"",python,selection_command +4712,24474871,"genie.py",7760,0,"",python,selection_command +4713,24475478,"genie.py",7748,70," # Run the loop manually since we can't use nnx.scan easily",python,selection_command +4714,24475617,"genie.py",7748,109," # Run the loop manually since we can't use nnx.scan easily\n carry = init_carry_maskgit",python,selection_command +4715,24475755,"genie.py",7748,144," # Run the loop manually since we can't use nnx.scan easily\n carry = init_carry_maskgit\n for _ in range(steps):",python,selection_command +4716,24475903,"genie.py",7748,194," # Run the loop manually since we can't use nnx.scan easily\n carry = init_carry_maskgit\n for _ in range(steps):\n carry = maskgit_step(carry, None)",python,selection_command +4717,24476174,"genie.py",7748,194," final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )",python,content +4718,24476775,"genie.py",7901,0,"",python,selection_command +4719,24477804,"genie.py",7887,0,"",python,selection_command +4720,24477951,"genie.py",7819,0,"",python,selection_command +4721,24478087,"genie.py",7760,0,"",python,selection_command +4722,24478855,"genie.py",7748,0,"",python,selection_command +4723,24501408,"genie.py",6870,0,"",python,selection_mouse +4724,24503525,"genie.py",6834,0,"",python,selection_command +4725,24504213,"genie.py",6859,0,"\n ",python,content +4726,24504739,"genie.py",6868,4,"",python,content +4727,24504976,"genie.py",6867,0,"",python,selection_command +4728,24505465,"genie.py",6876,0,"",python,selection_command +4729,24505728,"genie.py",6867,0,"",python,selection_command +4730,24512803,"genie.py",7042,0,"",python,selection_mouse +4731,24513722,"genie.py",7042,40,"",python,content +4732,24513736,"genie.py",7041,0,"",python,selection_command +4733,24513935,"genie.py",7005,0,"",python,selection_command +4734,24514388,"genie.py",6963,0,"",python,selection_command +4735,24514571,"genie.py",6934,0,"",python,selection_command +4736,24518241,"genie.py",6775,0,"",python,selection_mouse +4737,24518243,"genie.py",6774,0,"",python,selection_command +4738,24518837,"genie.py",6766,0,"",python,selection_command +4739,24526108,"genie.py",6776,0,"",python,selection_command +4740,24526268,"genie.py",6777,0,"",python,selection_command +4741,24526733,"genie.py",6824,0,"",python,selection_command +4742,24526979,"genie.py",6860,0,"",python,selection_command +4743,24527008,"genie.py",6869,0,"",python,selection_command +4744,24527044,"genie.py",6910,0,"",python,selection_command +4745,24527153,"genie.py",6939,0,"",python,selection_command +4746,24527154,"genie.py",6981,0,"",python,selection_command +4747,24527155,"genie.py",7018,0,"",python,selection_command +4748,24527175,"genie.py",7043,0,"",python,selection_command +4749,24527213,"genie.py",7053,0,"",python,selection_command +4750,24527245,"genie.py",7054,0,"",python,selection_command +4751,24527277,"genie.py",7101,0,"",python,selection_command +4752,24528205,"genie.py",7145,0,"",python,selection_command +4753,24528207,"genie.py",7195,0,"",python,selection_command +4754,24528209,"genie.py",7196,0,"",python,selection_command +4755,24528211,"genie.py",7261,0,"",python,selection_command +4756,24528215,"genie.py",7317,0,"",python,selection_command +4757,24528217,"genie.py",7403,0,"",python,selection_command +4758,24528218,"genie.py",7440,0,"",python,selection_command +4759,24528220,"genie.py",7499,0,"",python,selection_command +4760,24528221,"genie.py",7500,0,"",python,selection_command +4761,24528223,"genie.py",7554,0,"",python,selection_command +4762,24528225,"genie.py",7589,0,"",python,selection_command +4763,24528226,"genie.py",7615,0,"",python,selection_command +4764,24528229,"genie.py",7650,0,"",python,selection_command +4765,24528231,"genie.py",7672,0,"",python,selection_command +4766,24528234,"genie.py",7703,0,"",python,selection_command +4767,24528235,"genie.py",7717,0,"",python,selection_command +4768,24528400,"genie.py",7716,0,"\n ",python,content +4769,24528528,"genie.py",7729,0,"#",python,content +4770,24528529,"genie.py",7730,0,"",python,selection_keyboard +4771,24528561,"genie.py",7730,0," ",python,content +4772,24528562,"genie.py",7731,0,"",python,selection_keyboard +4773,24528728,"genie.py",7731,0,"F",python,content +4774,24528728,"genie.py",7732,0,"",python,selection_keyboard +4775,24528790,"genie.py",7732,0,"I",python,content +4776,24528791,"genie.py",7733,0,"",python,selection_keyboard +4777,24528916,"genie.py",7733,0,"X",python,content +4778,24528917,"genie.py",7734,0,"",python,selection_keyboard +4779,24529053,"genie.py",7734,0,"M",python,content +4780,24529054,"genie.py",7735,0,"",python,selection_keyboard +4781,24529094,"genie.py",7735,0,"E",python,content +4782,24529096,"genie.py",7736,0,"",python,selection_keyboard +4783,24529310,"genie.py",7736,0," ",python,content +4784,24529311,"genie.py",7737,0,"",python,selection_keyboard +4785,24529431,"genie.py",7737,0,"()",python,content +4786,24529432,"genie.py",7738,0,"",python,selection_keyboard +4787,24529681,"genie.py",7738,0,"f",python,content +4788,24529682,"genie.py",7739,0,"",python,selection_keyboard +4789,24529797,"genie.py",7739,0,".",python,content +4790,24529798,"genie.py",7740,0,"",python,selection_keyboard +4791,24529832,"genie.py",7740,0,"s",python,content +4792,24529832,"genie.py",7741,0,"",python,selection_keyboard +4793,24529929,"genie.py",7741,0,"r",python,content +4794,24529930,"genie.py",7742,0,"",python,selection_keyboard +4795,24530100,"genie.py",7742,0,"a",python,content +4796,24530102,"genie.py",7743,0,"",python,selection_keyboard +4797,24530104,"genie.py",7743,0,"m",python,content +4798,24530105,"genie.py",7744,0,"",python,selection_keyboard +4799,24530300,"genie.py",7744,0,"b",python,content +4800,24530301,"genie.py",7745,0,"",python,selection_keyboard +4801,24530330,"genie.py",7745,0,"i",python,content +4802,24530331,"genie.py",7746,0,"",python,selection_keyboard +4803,24530382,"genie.py",7746,0,"c",python,content +4804,24530383,"genie.py",7747,0,"",python,selection_keyboard +4805,24530437,"genie.py",7747,0,"a",python,content +4806,24530438,"genie.py",7748,0,"",python,selection_keyboard +4807,24530530,"genie.py",7748,0,"l",python,content +4808,24530532,"genie.py",7749,0,"",python,selection_keyboard +4809,24530824,"genie.py",7749,1,")",python,content +4810,24530825,"genie.py",7750,0,"",python,selection_keyboard +4811,24530932,"genie.py",7750,0,":",python,content +4812,24530932,"genie.py",7751,0,"",python,selection_keyboard +4813,24531032,"genie.py",7751,0," ",python,content +4814,24531032,"genie.py",7752,0,"",python,selection_keyboard +4815,24531347,"genie.py",7752,0,"t",python,content +4816,24531348,"genie.py",7753,0,"",python,selection_keyboard +4817,24531352,"genie.py",7753,0,"e",python,content +4818,24531353,"genie.py",7754,0,"",python,selection_keyboard +4819,24531396,"genie.py",7754,0,"s",python,content +4820,24531397,"genie.py",7755,0,"",python,selection_keyboard +4821,24531485,"genie.py",7755,0,"t",python,content +4822,24531486,"genie.py",7756,0,"",python,selection_keyboard +4823,24531672,"genie.py",7756,0," ",python,content +4824,24531674,"genie.py",7757,0,"",python,selection_keyboard +4825,24531676,"genie.py",7757,0,"w",python,content +4826,24531676,"genie.py",7758,0,"",python,selection_keyboard +4827,24531870,"genie.py",7758,0,"h",python,content +4828,24531870,"genie.py",7759,0,"",python,selection_keyboard +4829,24531875,"genie.py",7759,0,"e",python,content +4830,24531876,"genie.py",7760,0,"",python,selection_keyboard +4831,24531950,"genie.py",7760,0,"t",python,content +4832,24531951,"genie.py",7761,0,"",python,selection_keyboard +4833,24532085,"genie.py",7761,0,"h",python,content +4834,24532086,"genie.py",7762,0,"",python,selection_keyboard +4835,24532205,"genie.py",7762,0,"e",python,content +4836,24532205,"genie.py",7763,0,"",python,selection_keyboard +4837,24532208,"genie.py",7763,0,"r",python,content +4838,24532209,"genie.py",7764,0,"",python,selection_keyboard +4839,24532232,"genie.py",7764,0," ",python,content +4840,24532233,"genie.py",7765,0,"",python,selection_keyboard +4841,24532397,"genie.py",7765,0,"s",python,content +4842,24532398,"genie.py",7766,0,"",python,selection_keyboard +4843,24532430,"genie.py",7766,0,"a",python,content +4844,24532430,"genie.py",7767,0,"",python,selection_keyboard +4845,24532480,"genie.py",7767,0,"m",python,content +4846,24532480,"genie.py",7768,0,"",python,selection_keyboard +4847,24532504,"genie.py",7768,0,"p",python,content +4848,24532504,"genie.py",7769,0,"",python,selection_keyboard +4849,24532722,"genie.py",7769,0,"l",python,content +4850,24532722,"genie.py",7770,0,"",python,selection_keyboard +4851,24532918,"genie.py",7770,0,"i",python,content +4852,24532919,"genie.py",7771,0,"",python,selection_keyboard +4853,24532921,"genie.py",7771,0,"n",python,content +4854,24532921,"genie.py",7772,0,"",python,selection_keyboard +4855,24532931,"genie.py",7772,0,"g",python,content +4856,24532932,"genie.py",7773,0,"",python,selection_keyboard +4857,24533057,"genie.py",7773,0," ",python,content +4858,24533058,"genie.py",7774,0,"",python,selection_keyboard +4859,24533123,"genie.py",7774,0,"w",python,content +4860,24533124,"genie.py",7775,0,"",python,selection_keyboard +4861,24533247,"genie.py",7775,0,"o",python,content +4862,24533247,"genie.py",7776,0,"",python,selection_keyboard +4863,24533298,"genie.py",7776,0,"r",python,content +4864,24533299,"genie.py",7777,0,"",python,selection_keyboard +4865,24533443,"genie.py",7777,0,"k",python,content +4866,24533445,"genie.py",7778,0,"",python,selection_keyboard +4867,24533464,"genie.py",7778,0,"s",python,content +4868,24533466,"genie.py",7779,0,"",python,selection_keyboard +4869,24533773,"genie.py",7778,0,"",python,selection_command +4870,24533967,"genie.py",7717,0,"",python,selection_command +4871,24535357,"genie.py",7779,0,"",python,selection_command +4872,24535706,"genie.py",7779,0," ",python,content +4873,24535707,"genie.py",7780,0,"",python,selection_keyboard +4874,24535869,"genie.py",7780,0,"w",python,content +4875,24535870,"genie.py",7781,0,"",python,selection_keyboard +4876,24535910,"genie.py",7781,0,"i",python,content +4877,24535910,"genie.py",7782,0,"",python,selection_keyboard +4878,24536064,"genie.py",7782,0,"t",python,content +4879,24536065,"genie.py",7783,0,"",python,selection_keyboard +4880,24536104,"genie.py",7783,0,"h",python,content +4881,24536105,"genie.py",7784,0,"",python,selection_keyboard +4882,24536188,"genie.py",7784,0," ",python,content +4883,24536189,"genie.py",7785,0,"",python,selection_keyboard +4884,24536235,"genie.py",7785,0,"t",python,content +4885,24536236,"genie.py",7786,0,"",python,selection_keyboard +4886,24536392,"genie.py",7786,0,"h",python,content +4887,24536393,"genie.py",7787,0,"",python,selection_keyboard +4888,24536435,"genie.py",7787,0,"i",python,content +4889,24536436,"genie.py",7788,0,"",python,selection_keyboard +4890,24536440,"genie.py",7788,0,"s",python,content +4891,24536440,"genie.py",7789,0,"",python,selection_keyboard +4892,24536649,"genie.py",7788,0,"",python,selection_command +4893,24536767,"genie.py",7717,0,"",python,selection_command +4894,24544394,"genie.py",12909,0,"",python,selection_mouse +4895,25479518,"genie.py",12856,0,"",python,selection_command +4896,25479810,"genie.py",12825,0,"",python,selection_command +4897,25494869,"genie.py",11530,0,"",python,selection_command +4898,25495669,"genie.py",11453,0,"",python,selection_command +4899,25495913,"genie.py",11448,0,"",python,selection_command +4900,25495957,"genie.py",11414,0,"",python,selection_command +4901,25495975,"genie.py",11367,0,"",python,selection_command +4902,25496007,"genie.py",11361,0,"",python,selection_command +4903,25496045,"genie.py",11354,0,"",python,selection_command +4904,25496073,"genie.py",11334,0,"",python,selection_command +4905,25496107,"genie.py",11300,0,"",python,selection_command +4906,25496237,"genie.py",11254,0,"",python,selection_command +4907,25496389,"genie.py",11212,0,"",python,selection_command +4908,25496525,"genie.py",11183,0,"",python,selection_command +4909,25496668,"genie.py",11153,0,"",python,selection_command +4910,25496919,"genie.py",11148,0,"\n",python,content +4911,25496989,"genie.py",11149,0,"#",python,content +4912,25496990,"genie.py",11150,0,"",python,selection_keyboard +4913,25497056,"genie.py",11150,0," ",python,content +4914,25497057,"genie.py",11151,0,"",python,selection_keyboard +4915,25498117,"genie.py",11151,0,"F",python,content +4916,25498118,"genie.py",11152,0,"",python,selection_keyboard +4917,25498191,"genie.py",11152,0,"I",python,content +4918,25498193,"genie.py",11153,0,"",python,selection_keyboard +4919,25498275,"genie.py",11153,0,"X",python,content +4920,25498277,"genie.py",11154,0,"",python,selection_keyboard +4921,25498361,"genie.py",11154,0,"M",python,content +4922,25498363,"genie.py",11155,0,"",python,selection_keyboard +4923,25498458,"genie.py",11155,0,"E",python,content +4924,25498459,"genie.py",11156,0,"",python,selection_keyboard +4925,25498561,"genie.py",11156,0," ",python,content +4926,25498562,"genie.py",11157,0,"",python,selection_keyboard +4927,25498843,"genie.py",11157,0,"()",python,content +4928,25498844,"genie.py",11158,0,"",python,selection_keyboard +4929,25499142,"genie.py",11158,0,"f",python,content +4930,25499143,"genie.py",11159,0,"",python,selection_keyboard +4931,25499259,"genie.py",11159,0,".",python,content +4932,25499260,"genie.py",11160,0,"",python,selection_keyboard +4933,25499345,"genie.py",11160,0,"s",python,content +4934,25499346,"genie.py",11161,0,"",python,selection_keyboard +4935,25499423,"genie.py",11161,0,"r",python,content +4936,25499425,"genie.py",11162,0,"",python,selection_keyboard +4937,25499495,"genie.py",11162,0,"a",python,content +4938,25499496,"genie.py",11163,0,"",python,selection_keyboard +4939,25499525,"genie.py",11163,0,"m",python,content +4940,25499526,"genie.py",11164,0,"",python,selection_keyboard +4941,25499690,"genie.py",11164,0,"b",python,content +4942,25499691,"genie.py",11165,0,"",python,selection_keyboard +4943,25499775,"genie.py",11165,0,"i",python,content +4944,25499775,"genie.py",11166,0,"",python,selection_keyboard +4945,25499845,"genie.py",11166,0,"c",python,content +4946,25499846,"genie.py",11167,0,"",python,selection_keyboard +4947,25499908,"genie.py",11167,0,"a",python,content +4948,25499909,"genie.py",11168,0,"",python,selection_keyboard +4949,25500016,"genie.py",11168,0,"l",python,content +4950,25500017,"genie.py",11169,0,"",python,selection_keyboard +4951,25500210,"genie.py",11169,1,")",python,content +4952,25500211,"genie.py",11170,0,"",python,selection_keyboard +4953,25500461,"genie.py",11170,0," ",python,content +4954,25500462,"genie.py",11171,0,"",python,selection_keyboard +4955,25500828,"genie.py",11170,1,"",python,content +4956,25500994,"genie.py",11170,0,":",python,content +4957,25500995,"genie.py",11171,0,"",python,selection_keyboard +4958,25501097,"genie.py",11171,0," ",python,content +4959,25501098,"genie.py",11172,0,"",python,selection_keyboard +4960,25501300,"genie.py",11172,0,"f",python,content +4961,25501302,"genie.py",11173,0,"",python,selection_keyboard +4962,25501362,"genie.py",11173,0,"i",python,content +4963,25501363,"genie.py",11174,0,"",python,selection_keyboard +4964,25501442,"genie.py",11174,0,"x",python,content +4965,25501443,"genie.py",11175,0,"",python,selection_keyboard +4966,25501542,"genie.py",11175,0," ",python,content +4967,25501543,"genie.py",11176,0,"",python,selection_keyboard +4968,25501659,"genie.py",11176,0,"r",python,content +4969,25501660,"genie.py",11177,0,"",python,selection_keyboard +4970,25501735,"genie.py",11177,0,"e",python,content +4971,25501737,"genie.py",11178,0,"",python,selection_keyboard +4972,25501810,"genie.py",11178,0,"s",python,content +4973,25501811,"genie.py",11179,0,"",python,selection_keyboard +4974,25501894,"genie.py",11179,0,"o",python,content +4975,25501895,"genie.py",11180,0,"",python,selection_keyboard +4976,25501951,"genie.py",11180,0,"t",python,content +4977,25501952,"genie.py",11181,0,"",python,selection_keyboard +4978,25502557,"genie.py",11181,0,"r",python,content +4979,25502558,"genie.py",11182,0,"",python,selection_keyboard +4980,25502565,"genie.py",11182,0,"e",python,content +4981,25502565,"genie.py",11183,0,"",python,selection_keyboard +4982,25502571,"genie.py",11182,1,"",python,content +4983,25502606,"genie.py",11181,1,"",python,content +4984,25502757,"genie.py",11180,1,"",python,content +4985,25502890,"genie.py",11179,1,"",python,content +4986,25502896,"genie.py",11179,0,"t",python,content +4987,25502897,"genie.py",11180,0,"",python,selection_keyboard +4988,25503063,"genie.py",11180,0,"o",python,content +4989,25503065,"genie.py",11181,0,"",python,selection_keyboard +4990,25503143,"genie.py",11181,0,"r",python,content +4991,25503145,"genie.py",11182,0,"",python,selection_keyboard +4992,25503194,"genie.py",11182,0,"e",python,content +4993,25503195,"genie.py",11183,0,"",python,selection_keyboard +4994,25503545,"genie.py",11183,0,"_",python,content +4995,25503546,"genie.py",11184,0,"",python,selection_keyboard +4996,25503781,"genie.py",11176,8,"",python,content +4997,25503925,"genie.py",11172,4,"",python,content +4998,25504094,"genie.py",11172,0,"a",python,content +4999,25504095,"genie.py",11173,0,"",python,selection_keyboard +5000,25504176,"genie.py",11173,0,"d",python,content +5001,25504177,"genie.py",11174,0,"",python,selection_keyboard +5002,25504262,"genie.py",11174,0,"j",python,content +5003,25504264,"genie.py",11175,0,"",python,selection_keyboard +5004,25504445,"genie.py",11175,0,"u",python,content +5005,25504446,"genie.py",11176,0,"",python,selection_keyboard +5006,25504469,"genie.py",11176,0,"s",python,content +5007,25504469,"genie.py",11177,0,"",python,selection_keyboard +5008,25504560,"genie.py",11177,0,"t",python,content +5009,25504562,"genie.py",11178,0,"",python,selection_keyboard +5010,25504660,"genie.py",11178,0," ",python,content +5011,25504662,"genie.py",11179,0,"",python,selection_keyboard +5012,25505160,"genie.py",11179,0,"r",python,content +5013,25505161,"genie.py",11180,0,"",python,selection_keyboard +5014,25505243,"genie.py",11180,0,"s",python,content +5015,25505244,"genie.py",11181,0,"",python,selection_keyboard +5016,25505646,"genie.py",11180,1,"",python,content +5017,25505675,"genie.py",11180,0,"e",python,content +5018,25505676,"genie.py",11181,0,"",python,selection_keyboard +5019,25505746,"genie.py",11181,0,"s",python,content +5020,25505747,"genie.py",11182,0,"",python,selection_keyboard +5021,25505797,"genie.py",11182,0,"t",python,content +5022,25505798,"genie.py",11183,0,"",python,selection_keyboard +5023,25505862,"genie.py",11183,0,"o",python,content +5024,25505862,"genie.py",11184,0,"",python,selection_keyboard +5025,25505960,"genie.py",11184,0,"r",python,content +5026,25505961,"genie.py",11185,0,"",python,selection_keyboard +5027,25506013,"genie.py",11185,0,"e",python,content +5028,25506014,"genie.py",11186,0,"",python,selection_keyboard +5029,25506246,"genie.py",11186,0,"_",python,content +5030,25506248,"genie.py",11187,0,"",python,selection_keyboard +5031,25506416,"genie.py",11187,0,"g",python,content +5032,25506417,"genie.py",11188,0,"",python,selection_keyboard +5033,25506466,"genie.py",11188,0,"e",python,content +5034,25506468,"genie.py",11189,0,"",python,selection_keyboard +5035,25506495,"genie.py",11189,0,"n",python,content +5036,25506496,"genie.py",11190,0,"",python,selection_keyboard +5037,25506546,"genie.py",11190,0,"i",python,content +5038,25506547,"genie.py",11191,0,"",python,selection_keyboard +5039,25506646,"genie.py",11191,0,"e",python,content +5040,25506647,"genie.py",11192,0,"",python,selection_keyboard +5041,25506880,"genie.py",11192,0,"_",python,content +5042,25506881,"genie.py",11193,0,"",python,selection_keyboard +5043,25507029,"genie.py",11193,0,"c",python,content +5044,25507030,"genie.py",11194,0,"",python,selection_keyboard +5045,25507064,"genie.py",11194,0,"o",python,content +5046,25507065,"genie.py",11195,0,"",python,selection_keyboard +5047,25507148,"genie.py",11195,0,"m",python,content +5048,25507150,"genie.py",11196,0,"",python,selection_keyboard +5049,25507212,"genie.py",11196,0,"p",python,content +5050,25507214,"genie.py",11197,0,"",python,selection_keyboard +5051,25507297,"genie.py",11197,0,"o",python,content +5052,25507298,"genie.py",11198,0,"",python,selection_keyboard +5053,25507400,"genie.py",11198,0,"n",python,content +5054,25507401,"genie.py",11199,0,"",python,selection_keyboard +5055,25507529,"genie.py",11199,0,"e",python,content +5056,25507530,"genie.py",11200,0,"",python,selection_keyboard +5057,25507600,"genie.py",11200,0,"n",python,content +5058,25507601,"genie.py",11201,0,"",python,selection_keyboard +5059,25507664,"genie.py",11201,0,"t",python,content +5060,25507666,"genie.py",11202,0,"",python,selection_keyboard +5061,25507765,"genie.py",11202,0,"s",python,content +5062,25507767,"genie.py",11203,0,"",python,selection_keyboard +5063,25508020,"genie.py",11202,0,"",python,selection_command +5064,25508450,"genie.py",11203,0,"",python,selection_command +5065,25508565,"genie.py",11203,0," ",python,content +5066,25508567,"genie.py",11204,0,"",python,selection_keyboard +5067,25508732,"genie.py",11204,0,"t",python,content +5068,25508733,"genie.py",11205,0,"",python,selection_keyboard +5069,25508834,"genie.py",11205,0,"o",python,content +5070,25508835,"genie.py",11206,0,"",python,selection_keyboard +5071,25508882,"genie.py",11206,0," ",python,content +5072,25508883,"genie.py",11207,0,"",python,selection_keyboard +5073,25508950,"genie.py",11207,0,"w",python,content +5074,25508951,"genie.py",11208,0,"",python,selection_keyboard +5075,25509082,"genie.py",11208,0,"o",python,content +5076,25509083,"genie.py",11209,0,"",python,selection_keyboard +5077,25509102,"genie.py",11209,0,"r",python,content +5078,25509103,"genie.py",11210,0,"",python,selection_keyboard +5079,25509213,"genie.py",11210,0,"k",python,content +5080,25509214,"genie.py",11211,0,"",python,selection_keyboard +5081,25509300,"genie.py",11211,0," ",python,content +5082,25509301,"genie.py",11212,0,"",python,selection_keyboard +5083,25509383,"genie.py",11212,0,"w",python,content +5084,25509384,"genie.py",11213,0,"",python,selection_keyboard +5085,25509466,"genie.py",11213,0,"i",python,content +5086,25509467,"genie.py",11214,0,"",python,selection_keyboard +5087,25509566,"genie.py",11214,0,"t",python,content +5088,25509567,"genie.py",11215,0,"",python,selection_keyboard +5089,25509649,"genie.py",11215,0,"h",python,content +5090,25509650,"genie.py",11216,0,"",python,selection_keyboard +5091,25509720,"genie.py",11216,0," ",python,content +5092,25509721,"genie.py",11217,0,"",python,selection_keyboard +5093,25509966,"genie.py",11217,0,"N",python,content +5094,25509967,"genie.py",11218,0,"",python,selection_keyboard +5095,25510085,"genie.py",11218,0,"N",python,content +5096,25510086,"genie.py",11219,0,"",python,selection_keyboard +5097,25510130,"genie.py",11219,0,"X",python,content +5098,25510130,"genie.py",11220,0,"",python,selection_keyboard +5099,25510316,"genie.py",11219,0,"",python,selection_command +5100,25510447,"genie.py",11149,0,"",python,selection_command +5101,25512436,"genie.py",11221,0,"",python,selection_command +5102,25512683,"genie.py",11251,0,"",python,selection_command +5103,25512717,"genie.py",11280,0,"",python,selection_command +5104,25512749,"genie.py",11322,0,"",python,selection_command +5105,25512777,"genie.py",11368,0,"",python,selection_command +5106,25512809,"genie.py",11402,0,"",python,selection_command +5107,25512843,"genie.py",11422,0,"",python,selection_command +5108,25512878,"genie.py",11432,0,"",python,selection_command +5109,25512917,"genie.py",11435,0,"",python,selection_command +5110,25512951,"genie.py",11482,0,"",python,selection_command +5111,25513082,"genie.py",12804,0,"",python,selection_command +5112,25514244,"genie.py",12819,0,"",python,selection_command +5113,25514386,"genie.py",12829,0,"",python,selection_command +5114,25514543,"genie.py",12901,0,"",python,selection_command +5115,25514803,"genie.py",12954,0,"",python,selection_command +5116,25515226,"genie.py",12962,0,"",python,selection_command +5117,25515394,"genie.py",12963,0,"",python,selection_command +5118,25515643,"genie.py",12978,0,"",python,selection_command +5119,25515677,"genie.py",12979,0,"",python,selection_command +5120,25515822,"genie.py",12984,0,"",python,selection_command +5121,25516141,"genie.py",12979,0,"",python,selection_command +5122,25528848,"genie.py",12978,0,"",python,selection_command +5123,25528997,"genie.py",12963,0,"",python,selection_command +5124,25529355,"genie.py",12249,0,"",python,selection_command +5125,25530101,"genie.py",12265,0,"",python,selection_command +5126,25530265,"genie.py",12267,0,"",python,selection_command +5127,25530661,"models/tokenizer.py",0,0,"",python,tab +5128,25530662,"models/tokenizer.py",206,0,"",python,selection_command +5129,25533256,"models/tokenizer.py",1538,0,"",python,selection_command +5130,25539494,"genie.py",0,0,"",python,tab +5131,25539495,"genie.py",12267,0,"",python,selection_command +5132,25539527,"genie.py",12963,0,"",python,selection_command +5133,25553565,"genie.py",7931,0,"",python,selection_command +5134,25554096,"genie.py",12963,0,"",python,selection_command +5135,25555134,"genie.py",12978,0,"",python,selection_command +5136,25555300,"genie.py",12979,0,"",python,selection_command +5137,25555902,"genie.py",12978,0,"",python,selection_command +5138,25556027,"genie.py",12978,1,".",python,selection_command +5139,25556087,"genie.py",12978,6,".apply",python,selection_command +5140,25556359,"genie.py",12978,6,"",python,content +5141,25557514,"genie.py",12963,0,"",python,selection_command +5142,25563017,"genie.py",13021,0,"",python,selection_command +5143,25563193,"genie.py",13040,0,"",python,selection_command +5144,25563329,"genie.py",13021,0,"",python,selection_command +5145,25563495,"genie.py",12963,0,"",python,selection_command +5146,25564294,"genie.py",14477,0,"",python,selection_command +5147,25564490,"genie.py",16221,0,"",python,selection_command +5148,25565201,"genie.py",14477,0,"",python,selection_command +5149,25565359,"genie.py",12954,0,"",python,selection_command +5150,25565899,"genie.py",14477,0,"",python,selection_command +5151,25566596,"genie.py",16221,0,"",python,selection_command +5152,25567112,"genie.py",16140,0,"",python,selection_command +5153,25567368,"genie.py",16099,0,"",python,selection_command +5154,25567396,"genie.py",16019,0,"",python,selection_command +5155,25567595,"genie.py",15988,0,"",python,selection_command +5156,25567851,"genie.py",15975,0,"",python,selection_command +5157,25567886,"genie.py",15899,0,"",python,selection_command +5158,25567906,"genie.py",15830,0,"",python,selection_command +5159,25567949,"genie.py",15817,0,"",python,selection_command +5160,25567979,"genie.py",15806,0,"",python,selection_command +5161,25568005,"genie.py",15793,0,"",python,selection_command +5162,25568046,"genie.py",15766,0,"",python,selection_command +5163,25568078,"genie.py",15694,0,"",python,selection_command +5164,25568103,"genie.py",15680,0,"",python,selection_command +5165,25568138,"genie.py",15628,0,"",python,selection_command +5166,25568172,"genie.py",15576,0,"",python,selection_command +5167,25568205,"genie.py",15559,0,"",python,selection_command +5168,25568238,"genie.py",15527,0,"",python,selection_command +5169,25568271,"genie.py",15403,0,"",python,selection_command +5170,25568305,"genie.py",15258,0,"",python,selection_command +5171,25568338,"genie.py",15153,0,"",python,selection_command +5172,25568373,"genie.py",15093,0,"",python,selection_command +5173,25568411,"genie.py",15068,0,"",python,selection_command +5174,25568439,"genie.py",15053,0,"",python,selection_command +5175,25568473,"genie.py",14971,0,"",python,selection_command +5176,25568512,"genie.py",14934,0,"",python,selection_command +5177,25568547,"genie.py",14879,0,"",python,selection_command +5178,25568638,"genie.py",14824,0,"",python,selection_command +5179,25568643,"genie.py",14810,0,"",python,selection_command +5180,25568673,"genie.py",14770,0,"",python,selection_command +5181,25568680,"genie.py",14700,0,"",python,selection_command +5182,25568712,"genie.py",14686,0,"",python,selection_command +5183,25568745,"genie.py",14616,0,"",python,selection_command +5184,25568778,"genie.py",14565,0,"",python,selection_command +5185,25568814,"genie.py",14510,0,"",python,selection_command +5186,25568843,"genie.py",14496,0,"",python,selection_command +5187,25569135,"genie.py",14510,0,"",python,selection_command +5188,25569297,"genie.py",14522,0,"",python,selection_command +5189,25569451,"genie.py",14524,0,"",python,selection_command +5190,25570118,"genie.py",13888,0,"",python,selection_command +5191,25570990,"genie.py",13898,0,"",python,selection_command +5192,25571338,"genie.py",13900,0,"",python,selection_command +5193,25571971,"models/lam.py",0,0,"",python,tab +5194,25571972,"models/lam.py",188,0,"",python,selection_command +5195,25573882,"genie.py",0,0,"",python,tab +5196,25573883,"genie.py",13900,0,"",python,selection_command +5197,25574322,"genie.py",13939,0,"",python,selection_command +5198,25574569,"genie.py",13979,0,"",python,selection_command +5199,25574600,"genie.py",14015,0,"",python,selection_command +5200,25574633,"genie.py",14053,0,"",python,selection_command +5201,25574658,"genie.py",14099,0,"",python,selection_command +5202,25574692,"genie.py",14148,0,"",python,selection_command +5203,25574725,"genie.py",14192,0,"",python,selection_command +5204,25574761,"genie.py",14236,0,"",python,selection_command +5205,25574794,"genie.py",14278,0,"",python,selection_command +5206,25574827,"genie.py",14312,0,"",python,selection_command +5207,25574861,"genie.py",14355,0,"",python,selection_command +5208,25574894,"genie.py",14397,0,"",python,selection_command +5209,25574927,"genie.py",14427,0,"",python,selection_command +5210,25574968,"genie.py",14485,0,"",python,selection_command +5211,25574994,"genie.py",14496,0,"",python,selection_command +5212,25575242,"genie.py",14518,0,"",python,selection_command +5213,25575394,"genie.py",14522,0,"",python,selection_command +5214,25575539,"genie.py",14524,0,"",python,selection_command +5215,25575717,"genie.py",14533,0,"",python,selection_command +5216,25575904,"genie.py",14534,0,"",python,selection_command +5217,25855364,"genie.py",13027,0,"",python,selection_command +5218,25855948,"genie.py",11710,0,"",python,selection_command +5219,25856737,"genie.py",11694,0,"",python,selection_command +5220,25856983,"genie.py",11634,0,"",python,selection_command +5221,25857016,"genie.py",11606,0,"",python,selection_command +5222,25857048,"genie.py",11529,0,"",python,selection_command +5223,25857082,"genie.py",11520,0,"",python,selection_command +5224,25857109,"genie.py",11490,0,"",python,selection_command +5225,25857149,"genie.py",11443,0,"",python,selection_command +5226,25857175,"genie.py",11433,0,"",python,selection_command +5227,25857209,"genie.py",11430,0,"",python,selection_command +5228,25857249,"genie.py",11410,0,"",python,selection_command +5229,25857282,"genie.py",11376,0,"",python,selection_command +5230,25857451,"genie.py",11330,0,"",python,selection_command +5231,25857600,"genie.py",11288,0,"",python,selection_command +5232,25857785,"genie.py",11259,0,"",python,selection_command +5233,25857825,"genie.py",11288,0,"",python,selection_command +5234,25858087,"genie.py",11330,0,"",python,selection_command +5235,25858109,"genie.py",11376,0,"",python,selection_command +5236,25858141,"genie.py",11410,0,"",python,selection_command +5237,25858175,"genie.py",11430,0,"",python,selection_command +5238,25858208,"genie.py",11433,0,"",python,selection_command +5239,25858243,"genie.py",11443,0,"",python,selection_command +5240,25858275,"genie.py",11490,0,"",python,selection_command +5241,25858309,"genie.py",11520,0,"",python,selection_command +5242,25858550,"genie.py",11490,0,"",python,selection_command +5243,25858717,"genie.py",11443,0,"",python,selection_command +5244,25859546,"genie.py",11435,46," """"""Restore pre-trained Genie components""""""",python,selection_command +5245,25859709,"genie.py",11435,85," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n",python,selection_command +5246,25859963,"genie.py",11435,498," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n",python,selection_command +5247,25859987,"genie.py",11435,2220," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n",python,selection_command +5248,25860050,"genie.py",11435,4358," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n",python,selection_command +5249,25860134,"genie.py",11435,4382," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n",python,selection_command +5250,25860135,"genie.py",11435,4540," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n",python,selection_command +5251,25860136,"genie.py",11435,4817," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n",python,selection_command +5252,25860826,"genie.py",16252,0,"",python,selection_command +5253,25861159,"genie.py",16223,0,"",python,selection_command +5254,25861304,"genie.py",16209,0,"",python,selection_command +5255,25861551,"genie.py",16128,0,"",python,selection_command +5256,25861584,"genie.py",16087,0,"",python,selection_command +5257,25861617,"genie.py",16007,0,"",python,selection_command +5258,25861651,"genie.py",15976,0,"",python,selection_command +5259,25861857,"genie.py",15975,0,"",python,selection_command +5260,25862046,"genie.py",15887,0,"",python,selection_command +5261,25862171,"genie.py",15818,0,"",python,selection_command +5262,25862358,"genie.py",15817,0,"",python,selection_command +5263,25862791,"genie.py",15794,0,"",python,selection_command +5264,25863048,"genie.py",15793,0,"",python,selection_command +5265,25863379,"genie.py",15794,0,"",python,selection_command +5266,25863684,"genie.py",15794,22," return train_state",python,selection_command +5267,25863925,"genie.py",15793,23,"\n return train_state",python,selection_command +5268,25864142,"genie.py",13655,2161,"\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,selection_command +5269,25864323,"genie.py",11933,3883,"\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,selection_command +5270,25864571,"genie.py",11520,4296,"\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,selection_command +5271,25865658,"genie.py",11482,4334," rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,selection_command +5272,25865808,"genie.py",11435,4381," """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,selection_command +5273,25866394,"genie.py",11482,4334," rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n rngs = nnx.Rngs(_rng)\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n _, tokenizer_params, _ = nnx.split(dummy_tokenizer, nnx.Param, ...)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer, params=tokenizer_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n # For NNX, we need to update the params differently\n train_state.params[""params""][""tokenizer""] = restored_tokenizer_params\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state",python,selection_command +5274,25866808,"genie.py",11482,4334," ",python,content +5275,25866830,"genie.py",11486,0,"",python,selection_command +5276,25868166,"genie.py",11486,0,"p",python,content +5277,25868166,"genie.py",11487,0,"",python,selection_keyboard +5278,25868172,"genie.py",11487,0,"a",python,content +5279,25868173,"genie.py",11488,0,"",python,selection_keyboard +5280,25868283,"genie.py",11488,0,"s",python,content +5281,25868284,"genie.py",11489,0,"",python,selection_keyboard +5282,25868445,"genie.py",11489,0,"s",python,content +5283,25868447,"genie.py",11490,0,"",python,selection_keyboard +5284,25868658,"genie.py",11489,0,"",python,selection_command +5285,25868840,"genie.py",11482,0,"",python,selection_command +5286,25869866,"genie.py",11435,0,"",python,selection_command +5287,25870114,"genie.py",11432,0,"",python,selection_command +5288,25870143,"genie.py",11422,0,"",python,selection_command +5289,25870176,"genie.py",11402,0,"",python,selection_command +5290,25870210,"genie.py",11368,0,"",python,selection_command +5291,25870244,"genie.py",11322,0,"",python,selection_command +5292,25870278,"genie.py",11280,0,"",python,selection_command +5293,25870312,"genie.py",11251,0,"",python,selection_command +5294,25870480,"genie.py",11221,0,"",python,selection_command +5295,25870591,"genie.py",11149,0,"",python,selection_command +5296,25872948,"genie.py",11151,0,"",python,selection_command +5297,25873194,"genie.py",11157,0,"",python,selection_command +5298,25873229,"genie.py",11158,0,"",python,selection_command +5299,25873261,"genie.py",11159,0,"",python,selection_command +5300,25873295,"genie.py",11160,0,"",python,selection_command +5301,25873329,"genie.py",11169,0,"",python,selection_command +5302,25873361,"genie.py",11172,0,"",python,selection_command +5303,25873394,"genie.py",11179,0,"",python,selection_command +5304,25873429,"genie.py",11204,0,"",python,selection_command +5305,25873468,"genie.py",11207,0,"",python,selection_command +5306,25873494,"genie.py",11212,0,"",python,selection_command +5307,25873527,"genie.py",11217,0,"",python,selection_command +5308,25873560,"genie.py",11221,0,"",python,selection_command +5309,25873595,"genie.py",11225,0,"",python,selection_command +5310,25873627,"genie.py",11249,0,"",python,selection_command +5311,25873661,"genie.py",11255,0,"",python,selection_command +5312,25874452,"genie.py",11249,0,"",python,selection_command +5313,25874614,"genie.py",11225,0,"",python,selection_command +5314,25874868,"genie.py",11221,0,"",python,selection_command +5315,25875029,"genie.py",11217,0,"",python,selection_command +5316,25875195,"genie.py",11212,0,"",python,selection_command +5317,25875531,"genie.py",11217,0,"",python,selection_command +5318,25875970,"genie.py",11217,0,"n",python,content +5319,25875972,"genie.py",11218,0,"",python,selection_keyboard +5320,25876033,"genie.py",11218,0,"e",python,content +5321,25876034,"genie.py",11219,0,"",python,selection_keyboard +5322,25876095,"genie.py",11219,0,"w",python,content +5323,25876096,"genie.py",11220,0,"",python,selection_keyboard +5324,25876206,"genie.py",11220,0," ",python,content +5325,25876207,"genie.py",11221,0,"",python,selection_keyboard +5326,25876447,"genie.py",11220,0,"",python,selection_command +5327,25876702,"genie.py",11224,0,"",python,selection_command +5328,25876921,"genie.py",11224,0," ",python,content +5329,25876922,"genie.py",11225,0,"",python,selection_keyboard +5330,25877091,"genie.py",11225,0,"c",python,content +5331,25877092,"genie.py",11226,0,"",python,selection_keyboard +5332,25877215,"genie.py",11226,0,"h",python,content +5333,25877217,"genie.py",11227,0,"",python,selection_keyboard +5334,25877284,"genie.py",11227,0,"e",python,content +5335,25877285,"genie.py",11228,0,"",python,selection_keyboard +5336,25877349,"genie.py",11228,0,"c",python,content +5337,25877350,"genie.py",11229,0,"",python,selection_keyboard +5338,25877399,"genie.py",11229,0,"k",python,content +5339,25877400,"genie.py",11230,0,"",python,selection_keyboard +5340,25877553,"genie.py",11230,0,"p",python,content +5341,25877554,"genie.py",11231,0,"",python,selection_keyboard +5342,25877617,"genie.py",11231,0,"o",python,content +5343,25877618,"genie.py",11232,0,"",python,selection_keyboard +5344,25877668,"genie.py",11232,0,"i",python,content +5345,25877669,"genie.py",11233,0,"",python,selection_keyboard +5346,25877701,"genie.py",11233,0,"n",python,content +5347,25877702,"genie.py",11234,0,"",python,selection_keyboard +5348,25877766,"genie.py",11234,0,"t",python,content +5349,25877767,"genie.py",11235,0,"",python,selection_keyboard +5350,25877884,"genie.py",11235,0,"i",python,content +5351,25877885,"genie.py",11236,0,"",python,selection_keyboard +5352,25877935,"genie.py",11236,0,"n",python,content +5353,25877936,"genie.py",11237,0,"",python,selection_keyboard +5354,25877964,"genie.py",11237,0,"g",python,content +5355,25877965,"genie.py",11238,0,"",python,selection_keyboard +5356,25878199,"genie.py",11237,0,"",python,selection_command +5357,25879021,"genie.py",11149,0,"",python,selection_command +5358,25880538,"genie.py",11238,0,"",python,selection_command +5359,25880843,"genie.py",11238,0," ",python,content +5360,25880844,"genie.py",11239,0,"",python,selection_keyboard +5361,25880968,"genie.py",11239,0,"l",python,content +5362,25880969,"genie.py",11240,0,"",python,selection_keyboard +5363,25881149,"genie.py",11240,0,"o",python,content +5364,25881150,"genie.py",11241,0,"",python,selection_keyboard +5365,25881491,"genie.py",11241,0,"g",python,content +5366,25881492,"genie.py",11242,0,"",python,selection_keyboard +5367,25881674,"genie.py",11242,0,"c",python,content +5368,25881675,"genie.py",11243,0,"",python,selection_keyboard +5369,25881719,"genie.py",11243,0,"i",python,content +5370,25881720,"genie.py",11244,0,"",python,selection_keyboard +5371,25881851,"genie.py",11243,0,"",python,selection_command +5372,25882921,"genie.py",11242,0,"",python,selection_command +5373,25883059,"genie.py",11242,2,"",python,content +5374,25883388,"genie.py",11242,0,"i",python,content +5375,25883389,"genie.py",11243,0,"",python,selection_keyboard +5376,25883439,"genie.py",11243,0,"c",python,content +5377,25883439,"genie.py",11244,0,"",python,selection_keyboard +5378,25883621,"genie.py",11243,0,"",python,selection_command +5379,25884895,"genie.py",11149,0,"",python,selection_command +5380,25891402,"genie.py",11244,0,"\n# FIXME (f.srambical): adjust restore_genie_components to work with new NNX checkpointing logic",python,content +5381,25891416,"genie.py",11245,0,"",python,selection_command +5382,25891486,"genie.py",11247,0,"",python,selection_command +5383,25891647,"genie.py",11253,0,"",python,selection_command +5384,25891801,"genie.py",11254,0,"",python,selection_command +5385,25891944,"genie.py",11255,0,"",python,selection_command +5386,25892128,"genie.py",11256,0,"",python,selection_command +5387,25892232,"genie.py",11265,0,"",python,selection_command +5388,25892396,"genie.py",11268,0,"",python,selection_command +5389,25892847,"genie.py",11268,72,"",python,content +5390,25893000,"genie.py",11268,0,"a",python,content +5391,25893001,"genie.py",11269,0,"",python,selection_keyboard +5392,25893177,"genie.py",11269,0,"d",python,content +5393,25893179,"genie.py",11270,0,"",python,selection_keyboard +5394,25893372,"genie.py",11270,0,"d",python,content +5395,25893373,"genie.py",11271,0,"",python,selection_keyboard +5396,25893399,"genie.py",11271,0," ",python,content +5397,25893400,"genie.py",11272,0,"",python,selection_keyboard +5398,25893529,"genie.py",11272,0,"v",python,content +5399,25893530,"genie.py",11273,0,"",python,selection_keyboard +5400,25893897,"genie.py",11272,1,"",python,content +5401,25893933,"genie.py",11272,0,"c",python,content +5402,25893934,"genie.py",11273,0,"",python,selection_keyboard +5403,25894015,"genie.py",11273,0,"o",python,content +5404,25894016,"genie.py",11274,0,"",python,selection_keyboard +5405,25894097,"genie.py",11274,0,"n",python,content +5406,25894099,"genie.py",11275,0,"",python,selection_keyboard +5407,25894134,"genie.py",11275,0,"v",python,content +5408,25894135,"genie.py",11276,0,"",python,selection_keyboard +5409,25894247,"genie.py",11276,0,"e",python,content +5410,25894248,"genie.py",11277,0,"",python,selection_keyboard +5411,25894314,"genie.py",11277,0,"r",python,content +5412,25894316,"genie.py",11278,0,"",python,selection_keyboard +5413,25894480,"genie.py",11278,0,"t",python,content +5414,25894481,"genie.py",11279,0,"",python,selection_keyboard +5415,25894647,"genie.py",11279,0,"i",python,content +5416,25894648,"genie.py",11280,0,"",python,selection_keyboard +5417,25894848,"genie.py",11279,1,"",python,content +5418,25895030,"genie.py",11278,1,"",python,content +5419,25895181,"genie.py",11278,0,"i",python,content +5420,25895182,"genie.py",11279,0,"",python,selection_keyboard +5421,25895471,"genie.py",11278,1,"",python,content +5422,25895809,"genie.py",11278,0,"s",python,content +5423,25895810,"genie.py",11279,0,"",python,selection_keyboard +5424,25895868,"genie.py",11279,0,"i",python,content +5425,25895869,"genie.py",11280,0,"",python,selection_keyboard +5426,25895994,"genie.py",11280,0,"o",python,content +5427,25895996,"genie.py",11281,0,"",python,selection_keyboard +5428,25895999,"genie.py",11281,0,"n",python,content +5429,25896000,"genie.py",11282,0,"",python,selection_keyboard +5430,25896368,"genie.py",11282,0," ",python,content +5431,25896369,"genie.py",11283,0,"",python,selection_keyboard +5432,25896518,"genie.py",11283,0,"s",python,content +5433,25896519,"genie.py",11284,0,"",python,selection_keyboard +5434,25896537,"genie.py",11284,0,"c",python,content +5435,25896538,"genie.py",11285,0,"",python,selection_keyboard +5436,25896702,"genie.py",11285,0,"r",python,content +5437,25896703,"genie.py",11286,0,"",python,selection_keyboard +5438,25896844,"genie.py",11286,0,"i",python,content +5439,25896845,"genie.py",11287,0,"",python,selection_keyboard +5440,25896847,"genie.py",11287,0,"p",python,content +5441,25896848,"genie.py",11288,0,"",python,selection_keyboard +5442,25897233,"genie.py",11288,0,"t for old checkpoints",python,content +5443,25897566,"genie.py",11308,0,"",python,selection_command +5444,25898200,"genie.py",11245,0,"",python,selection_command +5445,25901430,"genie.py",0,0,"",python,tab +5446,25901434,"genie.py",78,0,"",python,selection_command +5447,25913109,"genie.py",0,0,"",python,tab +5448,25916252,"train_tokenizer.py",0,0,"",python,tab +5449,25918518,"train_tokenizer.py",0,0,"",python,tab +5450,25918519,"train_tokenizer.py",429,0,"",python,selection_command +5451,25933791,"train_tokenizer.py",2463,0,"",python,selection_mouse +5452,25935336,"train_tokenizer.py",2463,33,"",python,content +5453,25935353,"train_tokenizer.py",2462,0,"",python,selection_command +5454,25936281,"train_tokenizer.py",2473,0,"",python,selection_mouse +5455,25937971,"train_tokenizer.py",2479,0,"",python,selection_mouse +5456,25938484,"train_tokenizer.py",2453,0,"",python,selection_mouse +5457,25939129,"train_tokenizer.py",2480,0,"",python,selection_mouse +5458,25940227,"train_tokenizer.py",2471,0,"",python,selection_mouse +5459,25971401,"train_tokenizer.py",3691,0,"",python,selection_mouse +5460,25971697,"train_tokenizer.py",3686,0,"",python,selection_mouse +5461,25975952,"train_tokenizer.py",3688,0,"",python,selection_command +5462,25976132,"train_tokenizer.py",3689,0,"",python,selection_command +5463,25977784,"train_tokenizer.py",3668,36," grads = nnx.grad(loss_fn)(model)",python,selection_command +5464,25977979,"train_tokenizer.py",3663,41," \n grads = nnx.grad(loss_fn)(model)",python,selection_command +5465,25978111,"train_tokenizer.py",3615,89," return tokenizer_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)",python,selection_command +5466,25978202,"train_tokenizer.py",3591,113," def loss_fn(model):\n return tokenizer_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)",python,selection_command +5467,25999292,"train_tokenizer.py",3612,0,"",python,selection_command +5468,26039190,"train_tokenizer.py",3636,0,"",python,selection_command +5469,26039434,"train_tokenizer.py",3666,0,"",python,selection_command +5470,26039467,"train_tokenizer.py",3689,0,"",python,selection_command +5471,26039491,"train_tokenizer.py",3726,0,"",python,selection_command +5472,26039770,"train_tokenizer.py",3781,0,"",python,selection_command +5473,26040092,"train_tokenizer.py",3764,0,"",python,selection_command +5474,26147883,"utils/nn.py",0,0,"",python,tab +5475,26150228,"utils/nn.py",1011,0,"",python,selection_command +5476,26150819,"utils/nn.py",1230,0,"",python,selection_command +5477,26151093,"utils/nn.py",1244,0,"",python,selection_command +5478,26151730,"utils/nn.py",1497,0,"",python,selection_command +5479,26151896,"utils/nn.py",1514,0,"",python,selection_command +5480,26152347,"utils/nn.py",1795,0,"",python,selection_command +5481,26152511,"utils/nn.py",1812,0,"",python,selection_command +5482,26152689,"utils/nn.py",2144,0,"",python,selection_command +5483,26152828,"utils/nn.py",2161,0,"",python,selection_command +5484,26152978,"utils/nn.py",2443,0,"",python,selection_command +5485,26153152,"utils/nn.py",2460,0,"",python,selection_command +5486,26153477,"utils/nn.py",2725,0,"",python,selection_command +5487,26154092,"utils/nn.py",2742,0,"",python,selection_command +5488,26154368,"utils/nn.py",2931,0,"",python,selection_command +5489,26154712,"utils/nn.py",2948,0,"",python,selection_command +5490,26154865,"utils/nn.py",3137,0,"",python,selection_command +5491,26155050,"utils/nn.py",3154,0,"",python,selection_command +5492,26155151,"utils/nn.py",4088,0,"",python,selection_command +5493,26155296,"utils/nn.py",4405,0,"",python,selection_command +5494,26159467,"utils/nn.py",6613,0,"",python,selection_command +5495,26160834,"utils/nn.py",6587,0,"",python,selection_command +5496,26161290,"utils/nn.py",6591,0,"",python,selection_command +5497,26161382,"utils/nn.py",6592,0,"",python,selection_command +5498,26161719,"utils/nn.py",7026,0,"",python,selection_command +5499,26166739,"utils/nn.py",7052,0,"",python,selection_command +5500,26167581,"utils/nn.py",7026,0,"",python,selection_command +5501,26168788,"utils/nn.py",7052,0,"",python,selection_command +5502,26171308,"utils/nn.py",7102,0,"",python,selection_command +5503,26171594,"utils/nn.py",7289,0,"",python,selection_command +5504,26171776,"utils/nn.py",7506,0,"",python,selection_command +5505,26172300,"utils/nn.py",6592,0,"",python,selection_command +5506,26173477,"utils/nn.py",7026,0,"",python,selection_command +5507,26174232,"utils/nn.py",7052,0,"",python,selection_command +5508,26174925,"utils/nn.py",7102,0,"",python,selection_command +5509,26177385,"utils/nn.py",7289,0,"",python,selection_command +5510,26177686,"utils/nn.py",7506,0,"",python,selection_command +5511,26281233,"train_tokenizer.py",0,0,"",python,tab +5512,26282399,"train_tokenizer.py",4928,0,"",python,selection_command +5513,26282727,"train_tokenizer.py",5948,0,"",python,selection_command +5514,26283936,"train_tokenizer.py",3467,0,"",python,selection_keyboard +5515,26284596,"train_tokenizer.py",3502,0,"",python,selection_command +5516,26284843,"train_tokenizer.py",3512,0,"",python,selection_command +5517,26284870,"train_tokenizer.py",3549,0,"",python,selection_command +5518,26284913,"train_tokenizer.py",3550,0,"",python,selection_command +5519,26284935,"train_tokenizer.py",3558,0,"",python,selection_command +5520,26284969,"train_tokenizer.py",3568,0,"",python,selection_command +5521,26287344,"train_tokenizer.py",0,0,"",python,tab +5522,26287349,"train_tokenizer.py",429,0,"",python,selection_command +5523,26310649,"train_tokenizer.py",3682,0,"",python,selection_mouse +5524,26311664,".venv/lib/python3.10/site-packages/flax/nnx/__init__.py",0,0,"",python,tab +5525,26312382,"train_tokenizer.py",0,0,"",python,tab +5526,26312382,"train_tokenizer.py",3682,0,"",python,selection_command +5527,26352542,"train_tokenizer.py",3666,0,"",python,selection_command +5528,26352778,"train_tokenizer.py",3629,0,"",python,selection_command +5529,26352889,"train_tokenizer.py",3605,0,"",python,selection_command +5530,26353041,"train_tokenizer.py",3574,0,"",python,selection_command +5531,26354225,"train_tokenizer.py",3579,0,"",python,selection_command +5532,26354325,"train_tokenizer.py",3580,0,"",python,selection_command +5533,26354570,"train_tokenizer.py",3581,0,"",python,selection_command +5534,26355078,"train_tokenizer.py",3581,0," ",python,content +5535,26355079,"train_tokenizer.py",3582,0,"",python,selection_keyboard +5536,26355423,"train_tokenizer.py",3582,0,"o",python,content +5537,26355424,"train_tokenizer.py",3583,0,"",python,selection_keyboard +5538,26355674,"train_tokenizer.py",3583,0,"p",python,content +5539,26355675,"train_tokenizer.py",3584,0,"",python,selection_keyboard +5540,26355798,"train_tokenizer.py",3584,0,"t",python,content +5541,26355800,"train_tokenizer.py",3585,0,"",python,selection_keyboard +5542,26355963,"train_tokenizer.py",3585,0,"i",python,content +5543,26355964,"train_tokenizer.py",3586,0,"",python,selection_keyboard +5544,26356021,"train_tokenizer.py",3586,0,"m",python,content +5545,26356024,"train_tokenizer.py",3587,0,"",python,selection_keyboard +5546,26356176,"train_tokenizer.py",3587,0,"i",python,content +5547,26356177,"train_tokenizer.py",3588,0,"",python,selection_keyboard +5548,26356323,"train_tokenizer.py",3588,0,"z",python,content +5549,26356326,"train_tokenizer.py",3589,0,"",python,selection_keyboard +5550,26356461,"train_tokenizer.py",3589,0,"e",python,content +5551,26356462,"train_tokenizer.py",3590,0,"",python,selection_keyboard +5552,26356514,"train_tokenizer.py",3590,0,"r",python,content +5553,26356515,"train_tokenizer.py",3591,0,"",python,selection_keyboard +5554,26356650,"train_tokenizer.py",3591,0,",",python,content +5555,26356651,"train_tokenizer.py",3592,0,"",python,selection_keyboard +5556,26356745,"train_tokenizer.py",3591,0,"",python,selection_command +5557,26357042,"train_tokenizer.py",3560,0,"",python,selection_command +5558,26377585,"train_tokenizer.py",3564,0,"",python,selection_command +5559,26377758,"train_tokenizer.py",3574,0,"",python,selection_command +5560,26379267,"train_tokenizer.py",3564,0,"",python,selection_command +5561,26379721,"train_tokenizer.py",10437,0,"",python,selection_command +5562,26384370,"train_tokenizer.py",10447,0,"",python,selection_command +5563,26384530,"train_tokenizer.py",10448,0,"",python,selection_command +5564,26384692,"train_tokenizer.py",10453,0,"",python,selection_command +5565,26385139,"train_tokenizer.py",10454,0,"",python,selection_command +5566,26385241,"train_tokenizer.py",10454,0," ",python,content +5567,26385243,"train_tokenizer.py",10455,0,"",python,selection_keyboard +5568,26385434,"train_tokenizer.py",10455,0,"o",python,content +5569,26385435,"train_tokenizer.py",10456,0,"",python,selection_keyboard +5570,26385484,"train_tokenizer.py",10456,0,"p",python,content +5571,26385486,"train_tokenizer.py",10457,0,"",python,selection_keyboard +5572,26385601,"train_tokenizer.py",10457,0,"t",python,content +5573,26385602,"train_tokenizer.py",10458,0,"",python,selection_keyboard +5574,26385717,"train_tokenizer.py",10458,0,"i",python,content +5575,26385718,"train_tokenizer.py",10459,0,"",python,selection_keyboard +5576,26385789,"train_tokenizer.py",10459,0,"m",python,content +5577,26385790,"train_tokenizer.py",10460,0,"",python,selection_keyboard +5578,26385901,"train_tokenizer.py",10460,0,"i",python,content +5579,26385902,"train_tokenizer.py",10461,0,"",python,selection_keyboard +5580,26386006,"train_tokenizer.py",10461,0,"z",python,content +5581,26386007,"train_tokenizer.py",10462,0,"",python,selection_keyboard +5582,26386136,"train_tokenizer.py",10462,0,"e",python,content +5583,26386138,"train_tokenizer.py",10463,0,"",python,selection_keyboard +5584,26386188,"train_tokenizer.py",10463,0,"r",python,content +5585,26386190,"train_tokenizer.py",10464,0,"",python,selection_keyboard +5586,26386273,"train_tokenizer.py",10464,0,",",python,content +5587,26386275,"train_tokenizer.py",10465,0,"",python,selection_keyboard +5588,26386388,"train_tokenizer.py",10464,0,"",python,selection_command +5589,26386718,"train_tokenizer.py",10395,0,"",python,selection_command +5590,26398411,"train_tokenizer.py",6806,0,"",python,selection_command +5591,26399967,"train_tokenizer.py",6803,0,"",python,selection_command +5592,26400416,"train_tokenizer.py",6361,0,"",python,selection_command +5593,26445453,"train_tokenizer.py",6460,0,"\n ",python,content +5594,26445551,"train_tokenizer.py",6465,0,"n",python,content +5595,26445552,"train_tokenizer.py",6466,0,"",python,selection_keyboard +5596,26445656,"train_tokenizer.py",6466,0,"n",python,content +5597,26445658,"train_tokenizer.py",6467,0,"",python,selection_keyboard +5598,26445785,"train_tokenizer.py",6467,0,"x",python,content +5599,26445786,"train_tokenizer.py",6468,0,"",python,selection_keyboard +5600,26445977,"train_tokenizer.py",6468,0,".",python,content +5601,26445979,"train_tokenizer.py",6469,0,"",python,selection_keyboard +5602,26446105,"train_tokenizer.py",6469,0,"o",python,content +5603,26446106,"train_tokenizer.py",6470,0,"",python,selection_keyboard +5604,26446333,"train_tokenizer.py",6470,0,"p",python,content +5605,26446335,"train_tokenizer.py",6471,0,"",python,selection_keyboard +5606,26446520,"train_tokenizer.py",6471,0,"t",python,content +5607,26446522,"train_tokenizer.py",6472,0,"",python,selection_keyboard +5608,26446588,"train_tokenizer.py",6472,0,"i",python,content +5609,26446589,"train_tokenizer.py",6473,0,"",python,selection_keyboard +5610,26446711,"train_tokenizer.py",6473,0,"m",python,content +5611,26446712,"train_tokenizer.py",6474,0,"",python,selection_keyboard +5612,26446830,"train_tokenizer.py",6474,0,"z",python,content +5613,26446832,"train_tokenizer.py",6475,0,"",python,selection_keyboard +5614,26446834,"train_tokenizer.py",6475,0,"i",python,content +5615,26446835,"train_tokenizer.py",6476,0,"",python,selection_keyboard +5616,26447029,"train_tokenizer.py",6476,0,"e",python,content +5617,26447031,"train_tokenizer.py",6477,0,"",python,selection_keyboard +5618,26447050,"train_tokenizer.py",6477,0,"r",python,content +5619,26447052,"train_tokenizer.py",6478,0,"",python,selection_keyboard +5620,26447701,"train_tokenizer.py",6469,9,"",python,content +5621,26447879,"train_tokenizer.py",6469,0,"o",python,content +5622,26447880,"train_tokenizer.py",6470,0,"",python,selection_keyboard +5623,26447919,"train_tokenizer.py",6470,0,"p",python,content +5624,26447921,"train_tokenizer.py",6471,0,"",python,selection_keyboard +5625,26448074,"train_tokenizer.py",6471,0,"t",python,content +5626,26448076,"train_tokenizer.py",6472,0,"",python,selection_keyboard +5627,26448140,"train_tokenizer.py",6472,0,"i",python,content +5628,26448142,"train_tokenizer.py",6473,0,"",python,selection_keyboard +5629,26448227,"train_tokenizer.py",6473,0,"m",python,content +5630,26448228,"train_tokenizer.py",6474,0,"",python,selection_keyboard +5631,26448404,"train_tokenizer.py",6474,0,"i",python,content +5632,26448405,"train_tokenizer.py",6475,0,"",python,selection_keyboard +5633,26448439,"train_tokenizer.py",6475,0,"z",python,content +5634,26448441,"train_tokenizer.py",6476,0,"",python,selection_keyboard +5635,26448619,"train_tokenizer.py",6476,0,"e",python,content +5636,26448621,"train_tokenizer.py",6477,0,"",python,selection_keyboard +5637,26448670,"train_tokenizer.py",6477,0,"r",python,content +5638,26448672,"train_tokenizer.py",6478,0,"",python,selection_keyboard +5639,26448940,"train_tokenizer.py",6477,0,"",python,selection_command +5640,26449453,"train_tokenizer.py",6469,0,"",python,selection_command +5641,26457037,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\nfrom __future__ import annotations\n\nimport typing as tp\n\nimport jax\nimport jax.numpy as jnp\nimport optax\n\nfrom flax import nnx\nfrom flax.nnx import filterlib\nfrom flax.nnx import variablelib\nfrom flax.nnx.object import Object\nfrom flax.nnx.variablelib import Variable, VariableState\n\nM = tp.TypeVar('M', bound=nnx.Module)\n\n# TODO: add tests and docstrings\n\n\nclass OptState(Variable):\n """"""Holds any optimizer state.""""""\n\n pass\n\n\nclass OptArray(OptState):\n """"""Holds an array of optimizer state.""""""\n\n pass\n\n\nclass OptVariable(OptState):\n """"""Holds Variable state.""""""\n\n source_type: type[Variable]\n pass\n\n\ndef _wrap_optimizer_state(opt_state):\n def wrap_optimizer_state_fn(x):\n if isinstance(x, variablelib.VariableState):\n new_state = x.copy()\n new_state.source_type = x.type\n new_state.type = OptVariable\n return new_state.to_variable()\n else:\n return OptArray(x)\n\n return jax.tree.map(\n wrap_optimizer_state_fn,\n opt_state,\n is_leaf=lambda x: isinstance(x, variablelib.VariableState),\n )\n\n\ndef _opt_state_variables_to_state(opt_state):\n def optimizer_variable_to_state_fn(x):\n if isinstance(x, OptVariable):\n state = x.to_state()\n state.type = x.source_type\n del state.source_type\n return state\n elif isinstance(x, OptArray):\n return x.value\n else:\n raise TypeError(\n f'Unexpected type when converting optimizer state: {type(x)}'\n )\n\n return jax.tree.map(optimizer_variable_to_state_fn, opt_state)\n\n\ndef _update_opt_state(opt_state, updates):\n def optimizer_update_variables(x, update):\n if isinstance(x, OptVariable):\n if not isinstance(update, VariableState):\n raise TypeError(\n f'Expected update to be VariableState, got {type(update)}'\n )\n x.raw_value = update.value\n elif isinstance(x, OptArray):\n if isinstance(update, VariableState):\n raise TypeError(\n f'Expected update to not to be a VariableState, got {update}'\n )\n x.raw_value = update\n else:\n raise TypeError(\n f'Unexpected type when updating optimizer state: {type(x)}'\n )\n\n return jax.tree.map(optimizer_update_variables, opt_state, updates)\n\n\nclass Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(model))\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n\n >>> # update:\n >>> # - only Linear layer parameters\n >>> # - only CustomVariable parameters\n >>> # - both Linear layer and CustomVariable parameters\n >>> loss_fn = lambda model, x, y: ((model(x) - y) ** 2).mean()\n >>> for variable in (nnx.Param, CustomVariable, (nnx.Param, CustomVariable)):\n ... # make sure `wrt` arguments match for `nnx.Optimizer` and `nnx.grad`\n ... state = nnx.Optimizer(model, optax.adam(1e-3), wrt=variable)\n ... grads = nnx.grad(loss_fn, argnums=nnx.DiffState(0, variable))(\n ... state.model, jnp.ones((1, 2)), jnp.ones((1, 3))\n ... )\n ... state.update(grads=grads)\n\n Note that internally this function calls ``.tx.update()`` followed by a call\n to ``optax.apply_updates()`` to update ``params`` and ``opt_state``.\n\n Args:\n grads: the gradients derived from ``nnx.grad``.\n **kwargs: additional keyword arguments passed to the tx.update, to support\n ``GradientTransformationExtraArgs``, such as ``optax.scale_by_backtracking_linesearch``.\n """"""\n params = nnx.state(self.model, self.wrt)\n opt_state = _opt_state_variables_to_state(self.opt_state)\n\n updates, new_opt_state = self.tx.update(grads, opt_state, params, **kwargs)\n new_params = optax.apply_updates(params, updates)\n assert isinstance(new_params, nnx.State)\n\n self.step.value += 1\n nnx.update(self.model, new_params)\n _update_opt_state(self.opt_state, new_opt_state)",python,tab +5642,26457064,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,1,"O",python,content +5643,26458898,"train_tokenizer.py",0,0,"",python,tab +5644,26458899,"train_tokenizer.py",6469,0,"",python,selection_command +5645,26459937,"train_tokenizer.py",6469,1,"O",python,content +5646,26460746,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,0,"",python,tab +5647,26460748,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2789,0,"",python,selection_command +5648,26473904,"train_tokenizer.py",0,0,"",python,tab +5649,26473905,"train_tokenizer.py",6469,0,"",python,selection_command +5650,26475408,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,0,"",python,tab +5651,26475409,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2789,0,"",python,selection_command +5652,26479792,"train_tokenizer.py",0,0,"",python,tab +5653,26479793,"train_tokenizer.py",6469,0,"",python,selection_command +5654,26480598,"train_tokenizer.py",6468,0,"",python,selection_command +5655,26480802,"train_tokenizer.py",6465,0,"",python,selection_command +5656,26481136,"train_tokenizer.py",6465,13,"",python,content +5657,26481465,"train_tokenizer.py",6465,0,"s",python,content +5658,26481466,"train_tokenizer.py",6466,0,"",python,selection_keyboard +5659,26481746,"train_tokenizer.py",6466,0,"t",python,content +5660,26481748,"train_tokenizer.py",6467,0,"",python,selection_keyboard +5661,26481826,"train_tokenizer.py",6467,0,"a",python,content +5662,26481827,"train_tokenizer.py",6468,0,"",python,selection_keyboard +5663,26481912,"train_tokenizer.py",6468,0,"t",python,content +5664,26481913,"train_tokenizer.py",6469,0,"",python,selection_keyboard +5665,26482015,"train_tokenizer.py",6469,0,"e",python,content +5666,26482016,"train_tokenizer.py",6470,0,"",python,selection_keyboard +5667,26482094,"train_tokenizer.py",6470,0," ",python,content +5668,26482095,"train_tokenizer.py",6471,0,"",python,selection_keyboard +5669,26482283,"train_tokenizer.py",6471,0,"-",python,content +5670,26482284,"train_tokenizer.py",6472,0,"",python,selection_keyboard +5671,26482378,"train_tokenizer.py",6472,0," ",python,content +5672,26482379,"train_tokenizer.py",6473,0,"",python,selection_keyboard +5673,26483009,"train_tokenizer.py",6472,1,"",python,content +5674,26483162,"train_tokenizer.py",6471,1,"",python,content +5675,26483582,"train_tokenizer.py",6471,0,"=",python,content +5676,26483582,"train_tokenizer.py",6472,0,"",python,selection_keyboard +5677,26483751,"train_tokenizer.py",6472,0," ",python,content +5678,26483752,"train_tokenizer.py",6473,0,"",python,selection_keyboard +5679,26483968,"train_tokenizer.py",6473,0,"n",python,content +5680,26483969,"train_tokenizer.py",6474,0,"",python,selection_keyboard +5681,26484099,"train_tokenizer.py",6474,0,"n",python,content +5682,26484101,"train_tokenizer.py",6475,0,"",python,selection_keyboard +5683,26484165,"train_tokenizer.py",6475,0,"x",python,content +5684,26484167,"train_tokenizer.py",6476,0,"",python,selection_keyboard +5685,26484450,"train_tokenizer.py",6476,0,".",python,content +5686,26484451,"train_tokenizer.py",6477,0,"",python,selection_keyboard +5687,26485259,"train_tokenizer.py",6477,0,"Optimizer(tokenizer, tx)",python,content +5688,26485497,"train_tokenizer.py",6500,0,"",python,selection_command +5689,26486367,"train_tokenizer.py",6498,0,"",python,selection_command +5690,26486531,"train_tokenizer.py",6496,0,"",python,selection_command +5691,26486665,"train_tokenizer.py",6487,0,"",python,selection_command +5692,26486816,"train_tokenizer.py",6486,0,"",python,selection_command +5693,26486983,"train_tokenizer.py",6477,0,"",python,selection_command +5694,26502797,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,0,"",python,tab +5695,26502797,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2789,0,"",python,selection_command +5696,26789592,"train_tokenizer.py",0,0,"",python,tab +5697,26789593,"train_tokenizer.py",6477,0,"",python,selection_command +5698,26791338,"train_tokenizer.py",6465,0,"",python,selection_command +5699,26791888,"train_tokenizer.py",6361,0,"",python,selection_command +5700,26794421,"train_tokenizer.py",6465,0,"",python,selection_command +5701,26795843,"train_tokenizer.py",6361,0,"",python,selection_command +5702,26796036,"train_tokenizer.py",6305,0,"",python,selection_command +5703,26796237,"train_tokenizer.py",6251,0,"",python,selection_command +5704,26796489,"train_tokenizer.py",6200,0,"",python,selection_command +5705,26796519,"train_tokenizer.py",6149,0,"",python,selection_command +5706,26796545,"train_tokenizer.py",6101,0,"",python,selection_command +5707,26796580,"train_tokenizer.py",6052,0,"",python,selection_command +5708,26796614,"train_tokenizer.py",5999,0,"",python,selection_command +5709,26796654,"train_tokenizer.py",5964,0,"",python,selection_command +5710,26796687,"train_tokenizer.py",5959,0,"",python,selection_command +5711,26796722,"train_tokenizer.py",5939,0,"",python,selection_command +5712,26796754,"train_tokenizer.py",5908,0,"",python,selection_command +5713,26796788,"train_tokenizer.py",5903,0,"",python,selection_command +5714,26796819,"train_tokenizer.py",5842,0,"",python,selection_command +5715,26796853,"train_tokenizer.py",5837,0,"",python,selection_command +5716,26796891,"train_tokenizer.py",5801,0,"",python,selection_command +5717,26796946,"train_tokenizer.py",5787,0,"",python,selection_command +5718,26796973,"train_tokenizer.py",5769,0,"",python,selection_command +5719,26797011,"train_tokenizer.py",5730,0,"",python,selection_command +5720,26797020,"train_tokenizer.py",5689,0,"",python,selection_command +5721,26797053,"train_tokenizer.py",5671,0,"",python,selection_command +5722,26797085,"train_tokenizer.py",5633,0,"",python,selection_command +5723,26797118,"train_tokenizer.py",5607,0,"",python,selection_command +5724,26797152,"train_tokenizer.py",5602,0,"",python,selection_command +5725,26797186,"train_tokenizer.py",5596,0,"",python,selection_command +5726,26797219,"train_tokenizer.py",5568,0,"",python,selection_command +5727,26797253,"train_tokenizer.py",5538,0,"",python,selection_command +5728,26797285,"train_tokenizer.py",5507,0,"",python,selection_command +5729,26797322,"train_tokenizer.py",5476,0,"",python,selection_command +5730,26797353,"train_tokenizer.py",5439,0,"",python,selection_command +5731,26797386,"train_tokenizer.py",5404,0,"",python,selection_command +5732,26797420,"train_tokenizer.py",5374,0,"",python,selection_command +5733,26797454,"train_tokenizer.py",5328,0,"",python,selection_command +5734,26797487,"train_tokenizer.py",5323,0,"",python,selection_command +5735,26797521,"train_tokenizer.py",5270,0,"",python,selection_command +5736,26797553,"train_tokenizer.py",5214,0,"",python,selection_command +5737,26797585,"train_tokenizer.py",5191,0,"",python,selection_command +5738,26797621,"train_tokenizer.py",5186,0,"",python,selection_command +5739,26797653,"train_tokenizer.py",5184,0,"",python,selection_command +5740,26797685,"train_tokenizer.py",5165,0,"",python,selection_command +5741,26797720,"train_tokenizer.py",5111,0,"",python,selection_command +5742,26797753,"train_tokenizer.py",5085,0,"",python,selection_command +5743,26798390,"train_tokenizer.py",3927,0,"",python,selection_command +5744,26799157,"train_tokenizer.py",3989,0,"",python,selection_command +5745,26799407,"train_tokenizer.py",4024,0,"",python,selection_command +5746,26799439,"train_tokenizer.py",4025,0,"",python,selection_command +5747,26799471,"train_tokenizer.py",4030,0,"",python,selection_command +5748,26799505,"train_tokenizer.py",4057,0,"",python,selection_command +5749,26799539,"train_tokenizer.py",4090,0,"",python,selection_command +5750,26799571,"train_tokenizer.py",4127,0,"",python,selection_command +5751,26799604,"train_tokenizer.py",4152,0,"",python,selection_command +5752,26799637,"train_tokenizer.py",4202,0,"",python,selection_command +5753,26799678,"train_tokenizer.py",4246,0,"",python,selection_command +5754,26799704,"train_tokenizer.py",4251,0,"",python,selection_command +5755,26800391,"train_tokenizer.py",4246,0,"",python,selection_command +5756,26800573,"train_tokenizer.py",4202,0,"",python,selection_command +5757,26800605,"train_tokenizer.py",4152,0,"",python,selection_command +5758,26800719,"train_tokenizer.py",4127,0,"",python,selection_command +5759,26800721,"train_tokenizer.py",4090,0,"",python,selection_command +5760,26800725,"train_tokenizer.py",4057,0,"",python,selection_command +5761,26801300,"train_tokenizer.py",4090,0,"",python,selection_command +5762,26801626,"train_tokenizer.py",4127,0,"",python,selection_command +5763,26801964,"train_tokenizer.py",4152,0,"",python,selection_command +5764,26801966,"train_tokenizer.py",4202,0,"",python,selection_command +5765,26801999,"train_tokenizer.py",4246,0,"",python,selection_command +5766,26802002,"train_tokenizer.py",4251,0,"",python,selection_command +5767,26802039,"train_tokenizer.py",4294,0,"",python,selection_command +5768,26802047,"train_tokenizer.py",4320,0,"",python,selection_command +5769,26802081,"train_tokenizer.py",4393,0,"",python,selection_command +5770,26802115,"train_tokenizer.py",4441,0,"",python,selection_command +5771,26802149,"train_tokenizer.py",4447,0,"",python,selection_command +5772,26802178,"train_tokenizer.py",4452,0,"",python,selection_command +5773,26802293,"train_tokenizer.py",4516,0,"",python,selection_command +5774,26802297,"train_tokenizer.py",4521,0,"",python,selection_command +5775,26802300,"train_tokenizer.py",4557,0,"",python,selection_command +5776,26802318,"train_tokenizer.py",4562,0,"",python,selection_command +5777,26802359,"train_tokenizer.py",4593,0,"",python,selection_command +5778,26802556,"train_tokenizer.py",4631,0,"",python,selection_command +5779,26802728,"train_tokenizer.py",4657,0,"",python,selection_command +5780,26809304,"train_tokenizer.py",5239,0,"",python,selection_command +5781,26811205,"train_tokenizer.py",6465,0,"",python,selection_command +5782,26812778,"train_tokenizer.py",6471,0,"",python,selection_command +5783,26812850,"train_tokenizer.py",6473,0,"",python,selection_command +5784,26813006,"train_tokenizer.py",6476,0,"",python,selection_command +5785,26813184,"train_tokenizer.py",6477,0,"",python,selection_command +5786,26813507,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,0,"",python,tab +5787,26813508,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2789,0,"",python,selection_command +5788,26816193,"train_tokenizer.py",0,0,"",python,tab +5789,26816194,"train_tokenizer.py",6477,0,"",python,selection_command +5790,26816653,"train_tokenizer.py",5214,0,"",python,selection_command +5791,26817606,"train_tokenizer.py",5191,0,"",python,selection_command +5792,26817777,"train_tokenizer.py",5186,0,"",python,selection_command +5793,26817927,"train_tokenizer.py",5184,0,"",python,selection_command +5794,26818070,"train_tokenizer.py",5165,0,"",python,selection_command +5795,26818219,"train_tokenizer.py",5169,0,"",python,selection_command +5796,26818363,"train_tokenizer.py",5173,0,"",python,selection_command +5797,26818545,"train_tokenizer.py",5174,0,"",python,selection_command +5798,26819928,"train_tokenizer.py",5169,0,"",python,selection_command +5799,26820400,"train_tokenizer.py",4642,0,"",python,selection_command +5800,26822305,"train_tokenizer.py",4646,0,"",python,selection_command +5801,26822444,"train_tokenizer.py",4647,0,"",python,selection_command +5802,26826218,"train_tokenizer.py",4631,0,"",python,selection_command +5803,26829104,"train_tokenizer.py",5746,0,"",python,selection_command +5804,26829752,"train_tokenizer.py",7000,0,"",python,selection_command +5805,26830276,"train_tokenizer.py",5746,0,"",python,selection_command +5806,26830819,"train_tokenizer.py",5726,0,"",python,selection_command +5807,26831653,"train_tokenizer.py",5765,0,"",python,selection_command +5808,26831854,"train_tokenizer.py",5783,0,"",python,selection_command +5809,26831889,"train_tokenizer.py",5797,0,"",python,selection_command +5810,26831923,"train_tokenizer.py",5837,0,"",python,selection_command +5811,26831956,"train_tokenizer.py",5838,0,"",python,selection_command +5812,26831990,"train_tokenizer.py",5903,0,"",python,selection_command +5813,26832024,"train_tokenizer.py",5904,0,"",python,selection_command +5814,26832057,"train_tokenizer.py",5935,0,"",python,selection_command +5815,26832179,"train_tokenizer.py",5959,0,"",python,selection_command +5816,26832182,"train_tokenizer.py",5960,0,"",python,selection_command +5817,26832269,"train_tokenizer.py",7442,0,"",python,selection_command +5818,26832975,"train_tokenizer.py",7000,0,"",python,selection_keyboard +5819,26833237,"train_tokenizer.py",6943,0,"",python,selection_command +5820,26833498,"train_tokenizer.py",6861,0,"",python,selection_command +5821,26833521,"train_tokenizer.py",6856,0,"",python,selection_command +5822,26833558,"train_tokenizer.py",6854,0,"",python,selection_command +5823,26833592,"train_tokenizer.py",6840,0,"",python,selection_command +5824,26833625,"train_tokenizer.py",6799,0,"",python,selection_command +5825,26833660,"train_tokenizer.py",6776,0,"",python,selection_command +5826,26833692,"train_tokenizer.py",6743,0,"",python,selection_command +5827,26833726,"train_tokenizer.py",6706,0,"",python,selection_command +5828,26833760,"train_tokenizer.py",6700,0,"",python,selection_command +5829,26834157,"train_tokenizer.py",6666,0,"",python,selection_command +5830,26834604,"train_tokenizer.py",6632,0,"",python,selection_command +5831,26835859,"train_tokenizer.py",6638,0,"",python,selection_command +5832,26838772,"train_tokenizer.py",6648,0,"",python,selection_command +5833,26838908,"train_tokenizer.py",6649,0,"",python,selection_command +5834,26844583,"train_tokenizer.py",6649,0,"f",python,content +5835,26844584,"train_tokenizer.py",6650,0,"",python,selection_keyboard +5836,26845140,"train_tokenizer.py",6650,0,"a",python,content +5837,26845141,"train_tokenizer.py",6651,0,"",python,selection_keyboard +5838,26845168,"train_tokenizer.py",6651,0,"l",python,content +5839,26845169,"train_tokenizer.py",6652,0,"",python,selection_keyboard +5840,26845329,"train_tokenizer.py",6652,0,"x",python,content +5841,26845330,"train_tokenizer.py",6653,0,"",python,selection_keyboard +5842,26845495,"train_tokenizer.py",6653,0,".",python,content +5843,26845496,"train_tokenizer.py",6654,0,"",python,selection_keyboard +5844,26845794,"train_tokenizer.py",6653,1,"",python,content +5845,26845884,"train_tokenizer.py",6652,1,"",python,content +5846,26846033,"train_tokenizer.py",6651,1,"",python,content +5847,26846155,"train_tokenizer.py",6650,1,"",python,content +5848,26846327,"train_tokenizer.py",6650,0,"l",python,content +5849,26846328,"train_tokenizer.py",6651,0,"",python,selection_keyboard +5850,26846387,"train_tokenizer.py",6651,0,"a",python,content +5851,26846388,"train_tokenizer.py",6652,0,"",python,selection_keyboard +5852,26846491,"train_tokenizer.py",6652,0,"x",python,content +5853,26846492,"train_tokenizer.py",6653,0,"",python,selection_keyboard +5854,26846603,"train_tokenizer.py",6653,0,".",python,content +5855,26846604,"train_tokenizer.py",6654,0,"",python,selection_keyboard +5856,26846801,"train_tokenizer.py",6654,0,"t",python,content +5857,26846802,"train_tokenizer.py",6655,0,"",python,selection_keyboard +5858,26846927,"train_tokenizer.py",6655,0,"r",python,content +5859,26846928,"train_tokenizer.py",6656,0,"",python,selection_keyboard +5860,26846995,"train_tokenizer.py",6656,0,"a",python,content +5861,26846997,"train_tokenizer.py",6657,0,"",python,selection_keyboard +5862,26847042,"train_tokenizer.py",6657,0,"i",python,content +5863,26847043,"train_tokenizer.py",6658,0,"",python,selection_keyboard +5864,26847124,"train_tokenizer.py",6658,0,"n",python,content +5865,26847125,"train_tokenizer.py",6659,0,"",python,selection_keyboard +5866,26847230,"train_tokenizer.py",6659,0,"i",python,content +5867,26847231,"train_tokenizer.py",6660,0,"",python,selection_keyboard +5868,26847310,"train_tokenizer.py",6660,0,"n",python,content +5869,26847311,"train_tokenizer.py",6661,0,"",python,selection_keyboard +5870,26847349,"train_tokenizer.py",6661,0,"g",python,content +5871,26847351,"train_tokenizer.py",6662,0,"",python,selection_keyboard +5872,26847459,"train_tokenizer.py",6662,0,".",python,content +5873,26847461,"train_tokenizer.py",6663,0,"",python,selection_keyboard +5874,26847563,"train_tokenizer.py",6662,0,"",python,selection_command +5875,26848652,"train_tokenizer.py",6663,0,"",python,selection_command +5876,26849313,"train_tokenizer.py",6628,0,"",python,selection_command +5877,26859223,"train_tokenizer.py",6632,0,"",python,selection_command +5878,26859364,"train_tokenizer.py",6638,0,"",python,selection_command +5879,26859522,"train_tokenizer.py",6648,0,"",python,selection_command +5880,26859658,"train_tokenizer.py",6649,0,"",python,selection_command +5881,26861324,"train_tokenizer.py",0,0,"",python,selection_command +5882,26862175,"train_tokenizer.py",71,0,"",python,selection_command +5883,26865651,"train_tokenizer.py",109,0,"",python,selection_command +5884,26868454,"train_tokenizer.py",104,49,"",python,content +5885,26868801,"train_tokenizer.py",66,0,"",python,selection_command +5886,26869914,"train_tokenizer.py",103,0,", train_state",python,content +5887,26869915,"train_tokenizer.py",116,0,"",python,selection_command +5888,26870433,"train_tokenizer.py",115,0,"",python,selection_command +5889,26871331,"train_tokenizer.py",114,0,"",python,selection_command +5890,26871613,"train_tokenizer.py",105,0,"",python,selection_command +5891,26871985,"train_tokenizer.py",104,0,"",python,selection_command +5892,26872282,"train_tokenizer.py",103,0,"",python,selection_command +5893,26874912,"train_tokenizer.py",103,13,"",python,content +5894,26874924,"train_tokenizer.py",102,0,"",python,selection_command +5895,26875725,"train_tokenizer.py",65,0,"\n",python,content +5896,26875985,"train_tokenizer.py",66,0,"i",python,content +5897,26875986,"train_tokenizer.py",67,0,"",python,selection_keyboard +5898,26876068,"train_tokenizer.py",67,0,"m",python,content +5899,26876070,"train_tokenizer.py",68,0,"",python,selection_keyboard +5900,26876102,"train_tokenizer.py",68,0,"p",python,content +5901,26876103,"train_tokenizer.py",69,0,"",python,selection_keyboard +5902,26876186,"train_tokenizer.py",69,0,"o",python,content +5903,26876187,"train_tokenizer.py",70,0,"",python,selection_keyboard +5904,26876251,"train_tokenizer.py",70,0,"r",python,content +5905,26876253,"train_tokenizer.py",71,0,"",python,selection_keyboard +5906,26876320,"train_tokenizer.py",71,0,"t",python,content +5907,26876321,"train_tokenizer.py",72,0,"",python,selection_keyboard +5908,26876390,"train_tokenizer.py",72,0," ",python,content +5909,26876392,"train_tokenizer.py",73,0,"",python,selection_keyboard +5910,26876520,"train_tokenizer.py",73,0,"f",python,content +5911,26876521,"train_tokenizer.py",74,0,"",python,selection_keyboard +5912,26876670,"train_tokenizer.py",74,0,"l",python,content +5913,26876671,"train_tokenizer.py",75,0,"",python,selection_keyboard +5914,26876702,"train_tokenizer.py",75,0,"a",python,content +5915,26876704,"train_tokenizer.py",76,0,"",python,selection_keyboard +5916,26876872,"train_tokenizer.py",76,0,"x",python,content +5917,26876874,"train_tokenizer.py",77,0,"",python,selection_keyboard +5918,26877124,"train_tokenizer.py",76,0,"",python,selection_command +5919,26878649,"train_tokenizer.py",83,0,"",python,selection_command +5920,26880006,"train_tokenizer.py",71,0,"",python,selection_command +5921,26880379,"train_tokenizer.py",66,12,"",python,content +5922,26880861,"train_tokenizer.py",65,0,"\n",python,content +5923,26881040,"train_tokenizer.py",66,0,"i",python,content +5924,26881041,"train_tokenizer.py",67,0,"",python,selection_keyboard +5925,26881140,"train_tokenizer.py",67,0,"m",python,content +5926,26881142,"train_tokenizer.py",68,0,"",python,selection_keyboard +5927,26881156,"train_tokenizer.py",68,0,"p",python,content +5928,26881157,"train_tokenizer.py",69,0,"",python,selection_keyboard +5929,26881260,"train_tokenizer.py",69,0,"o",python,content +5930,26881261,"train_tokenizer.py",70,0,"",python,selection_keyboard +5931,26881372,"train_tokenizer.py",70,0,"r",python,content +5932,26881373,"train_tokenizer.py",71,0,"",python,selection_keyboard +5933,26881441,"train_tokenizer.py",71,0,"t",python,content +5934,26881442,"train_tokenizer.py",72,0,"",python,selection_keyboard +5935,26881524,"train_tokenizer.py",72,0," ",python,content +5936,26881526,"train_tokenizer.py",73,0,"",python,selection_keyboard +5937,26881745,"train_tokenizer.py",73,0,"f",python,content +5938,26881746,"train_tokenizer.py",74,0,"",python,selection_keyboard +5939,26881809,"train_tokenizer.py",74,0,"l",python,content +5940,26881810,"train_tokenizer.py",75,0,"",python,selection_keyboard +5941,26881873,"train_tokenizer.py",75,0,"a",python,content +5942,26881874,"train_tokenizer.py",76,0,"",python,selection_keyboard +5943,26882041,"train_tokenizer.py",76,0,"x",python,content +5944,26882042,"train_tokenizer.py",77,0,"",python,selection_keyboard +5945,26882060,"train_tokenizer.py",77,0,".",python,content +5946,26882061,"train_tokenizer.py",78,0,"",python,selection_keyboard +5947,26882442,"train_tokenizer.py",78,0,"t",python,content +5948,26882443,"train_tokenizer.py",79,0,"",python,selection_keyboard +5949,26882642,"train_tokenizer.py",79,0,"r",python,content +5950,26882644,"train_tokenizer.py",80,0,"",python,selection_keyboard +5951,26882647,"train_tokenizer.py",80,0,"a",python,content +5952,26882648,"train_tokenizer.py",81,0,"",python,selection_keyboard +5953,26882676,"train_tokenizer.py",81,0,"i",python,content +5954,26882677,"train_tokenizer.py",82,0,"",python,selection_keyboard +5955,26882742,"train_tokenizer.py",82,0,"n",python,content +5956,26882743,"train_tokenizer.py",83,0,"",python,selection_keyboard +5957,26882865,"train_tokenizer.py",83,0,"i",python,content +5958,26882866,"train_tokenizer.py",84,0,"",python,selection_keyboard +5959,26882910,"train_tokenizer.py",84,0,"n",python,content +5960,26882911,"train_tokenizer.py",85,0,"",python,selection_keyboard +5961,26882947,"train_tokenizer.py",85,0,"g",python,content +5962,26882948,"train_tokenizer.py",86,0,"",python,selection_keyboard +5963,26883163,"train_tokenizer.py",85,0,"",python,selection_command +5964,26883843,"train_tokenizer.py",97,0,"",python,selection_command +5965,26884480,"train_tokenizer.py",2144,0,"",python,selection_command +5966,26888347,"train_tokenizer.py",6621,0,"",python,selection_command +5967,26888829,"train_tokenizer.py",6625,0,"",python,selection_command +5968,26888979,"train_tokenizer.py",6626,0,"",python,selection_command +5969,26889080,"train_tokenizer.py",6634,0,"",python,selection_command +5970,26890554,"train_tokenizer.py",6635,0,"",python,selection_command +5971,26893837,"train_tokenizer.py",6681,0,"",python,selection_command +5972,26894387,"train_tokenizer.py",6635,0,"",python,selection_command +5973,26895351,"train_tokenizer.py",6634,0,"",python,selection_command +5974,26895473,"train_tokenizer.py",6626,0,"",python,selection_command +5975,26897042,"train_tokenizer.py",6674,0,"",python,selection_command +5976,26897218,"train_tokenizer.py",6686,0,"",python,selection_command +5977,26897402,"train_tokenizer.py",6674,0,"",python,selection_command +5978,26897571,"train_tokenizer.py",6626,0,"",python,selection_command +5979,26897709,"train_tokenizer.py",6598,0,"",python,selection_command +5980,26898021,"train_tokenizer.py",6626,0,"",python,selection_command +5981,26905113,"train_tokenizer.py",6634,0,"",python,selection_command +5982,26905342,"train_tokenizer.py",6635,0,"",python,selection_command +5983,26905770,"train_tokenizer.py",6635,10,"",python,content +5984,26905963,"train_tokenizer.py",6635,0,"t",python,content +5985,26905964,"train_tokenizer.py",6636,0,"",python,selection_keyboard +5986,26906193,"train_tokenizer.py",6636,0,"r",python,content +5987,26906194,"train_tokenizer.py",6637,0,"",python,selection_keyboard +5988,26906296,"train_tokenizer.py",6637,0,"a",python,content +5989,26906297,"train_tokenizer.py",6638,0,"",python,selection_keyboard +5990,26906330,"train_tokenizer.py",6638,0,"i",python,content +5991,26906331,"train_tokenizer.py",6639,0,"",python,selection_keyboard +5992,26906396,"train_tokenizer.py",6639,0,"n",python,content +5993,26906397,"train_tokenizer.py",6640,0,"",python,selection_keyboard +5994,26906622,"train_tokenizer.py",6640,0,"_",python,content +5995,26906624,"train_tokenizer.py",6641,0,"",python,selection_keyboard +5996,26906817,"train_tokenizer.py",6641,0,"s",python,content +5997,26906818,"train_tokenizer.py",6642,0,"",python,selection_keyboard +5998,26906845,"train_tokenizer.py",6642,0,"t",python,content +5999,26906846,"train_tokenizer.py",6643,0,"",python,selection_keyboard +6000,26906911,"train_tokenizer.py",6643,0,"a",python,content +6001,26906913,"train_tokenizer.py",6644,0,"",python,selection_keyboard +6002,26907001,"train_tokenizer.py",6644,0,"t",python,content +6003,26907002,"train_tokenizer.py",6645,0,"",python,selection_keyboard +6004,26907145,"train_tokenizer.py",6645,0,"e",python,content +6005,26907146,"train_tokenizer.py",6646,0,"",python,selection_keyboard +6006,26907251,"train_tokenizer.py",6645,0,"",python,selection_command +6007,26907979,"train_tokenizer.py",0,0,"",python,selection_command +6008,26908235,"train_tokenizer.py",41,0,"",python,selection_command +6009,26908478,"train_tokenizer.py",51,0,"",python,selection_command +6010,26908504,"train_tokenizer.py",52,0,"",python,selection_command +6011,26908538,"train_tokenizer.py",66,0,"",python,selection_command +6012,26908571,"train_tokenizer.py",87,0,"",python,selection_command +6013,26908915,"train_tokenizer.py",66,0,"",python,selection_command +6014,26909029,"train_tokenizer.py",52,0,"",python,selection_command +6015,26909244,"train_tokenizer.py",66,0,"",python,selection_command +6016,26909279,"train_tokenizer.py",73,0,"",python,selection_command +6017,26909451,"train_tokenizer.py",77,0,"",python,selection_command +6018,26910320,"train_tokenizer.py",78,0,"",python,selection_command +6019,26910531,"train_tokenizer.py",97,0,"",python,selection_command +6020,26911088,"train_tokenizer.py",2144,0,"",python,selection_command +6021,26913460,"train_tokenizer.py",6621,0,"",python,selection_command +6022,26913683,"train_tokenizer.py",6625,0,"",python,selection_command +6023,26913850,"train_tokenizer.py",6626,0,"",python,selection_command +6024,26913966,"train_tokenizer.py",6634,0,"",python,selection_command +6025,26914158,"train_tokenizer.py",6635,0,"",python,selection_command +6026,26916437,"train_tokenizer.py",6634,0,"",python,selection_command +6027,26916599,"train_tokenizer.py",6626,0,"",python,selection_command +6028,26919976,"train_tokenizer.py",6640,2,"S",python,content +6029,26919984,"train_tokenizer.py",6635,1,"T",python,content +6030,26919993,"train_tokenizer.py",6635,0,"",python,selection_command +6031,26920107,"train_tokenizer.py",66,21,"",python,content +6032,26920112,"train_tokenizer.py",66,0,"",python,selection_command +6033,26920254,"train_tokenizer.py",66,0,"import flax\n",python,content +6034,26920260,"train_tokenizer.py",71,0,"",python,selection_command +6035,26920605,"train_tokenizer.py",66,12,"",python,content +6036,26920610,"train_tokenizer.py",102,0,"",python,selection_command +6037,26920975,"train_tokenizer.py",103,0,", train_state",python,content +6038,26920977,"train_tokenizer.py",103,0,"",python,selection_command +6039,26921339,"train_tokenizer.py",103,13,"",python,content +6040,26921341,"train_tokenizer.py",102,0,"",python,selection_command +6041,26921707,"train_tokenizer.py",109,0,"flax.training.train_state import TrainState\nfrom ",python,content +6042,26921710,"train_tokenizer.py",109,0,"",python,selection_command +6043,26922042,"train_tokenizer.py",6649,14,"",python,content +6044,26922046,"train_tokenizer.py",6649,0,"",python,selection_command +6045,26924791,"train_tokenizer.py",6628,0,"",python,selection_command +6046,26925429,"train_tokenizer.py",6628,33," class TrainState(TrainState):",python,selection_command +6047,26925561,"train_tokenizer.py",6628,68," class TrainState(TrainState):\n other_variables: nnx.State",python,selection_command +6048,26930522,"train_tokenizer.py",6662,0,"",python,selection_command +6049,26940566,"train_tokenizer.py",0,0,"",python,selection_command +6050,26941054,"train_tokenizer.py",41,0,"",python,selection_command +6051,26941280,"train_tokenizer.py",51,0,"",python,selection_command +6052,26941309,"train_tokenizer.py",52,0,"",python,selection_command +6053,26941348,"train_tokenizer.py",66,0,"",python,selection_command +6054,26941514,"train_tokenizer.py",104,0,"",python,selection_command +6055,26941770,"train_tokenizer.py",66,0,"",python,selection_command +6056,26942429,"train_tokenizer.py",66,38,"",python,content +6057,26945945,"train_tokenizer.py",71,0,"",python,selection_command +6058,26946108,"train_tokenizer.py",75,0,"",python,selection_command +6059,26946259,"train_tokenizer.py",76,0,"",python,selection_command +6060,26946475,"train_tokenizer.py",84,0,"",python,selection_command +6061,26946700,"train_tokenizer.py",85,0,"",python,selection_command +6062,26947260,"train_tokenizer.py",84,0,"",python,selection_command +6063,26947428,"train_tokenizer.py",84,1,"",python,content +6064,26947853,"train_tokenizer.py",84,0," ",python,content +6065,26947854,"train_tokenizer.py",85,0,"",python,selection_keyboard +6066,26948013,"train_tokenizer.py",85,0,"i",python,content +6067,26948014,"train_tokenizer.py",86,0,"",python,selection_keyboard +6068,26948222,"train_tokenizer.py",86,0,"m",python,content +6069,26948223,"train_tokenizer.py",87,0,"",python,selection_keyboard +6070,26948228,"train_tokenizer.py",87,0,"p",python,content +6071,26948229,"train_tokenizer.py",88,0,"",python,selection_keyboard +6072,26948231,"train_tokenizer.py",88,0,"o",python,content +6073,26948232,"train_tokenizer.py",89,0,"",python,selection_keyboard +6074,26948265,"train_tokenizer.py",89,0,"r",python,content +6075,26948266,"train_tokenizer.py",90,0,"",python,selection_keyboard +6076,26948328,"train_tokenizer.py",90,0,"t",python,content +6077,26948329,"train_tokenizer.py",91,0,"",python,selection_keyboard +6078,26948414,"train_tokenizer.py",91,0," ",python,content +6079,26948415,"train_tokenizer.py",92,0,"",python,selection_keyboard +6080,26949066,"train_tokenizer.py",91,0,"",python,selection_command +6081,26949302,"train_tokenizer.py",121,0,"",python,selection_command +6082,26949612,"train_tokenizer.py",111,10,"",python,content +6083,26949759,"train_tokenizer.py",104,7,"",python,content +6084,26950046,"train_tokenizer.py",103,0,"",python,selection_command +6085,26950280,"train_tokenizer.py",102,0,"",python,selection_command +6086,26950982,"train_tokenizer.py",104,0,"",python,selection_command +6087,26951123,"train_tokenizer.py",103,1,"",python,content +6088,26951230,"train_tokenizer.py",102,0,"",python,selection_command +6089,26958525,"train_tokenizer.py",6657,0,"",python,selection_command +6090,26960340,"train_tokenizer.py",6651,0,"",python,selection_command +6091,26960497,"train_tokenizer.py",6617,0,"",python,selection_command +6092,26960606,"train_tokenizer.py",6583,0,"",python,selection_command +6093,26960689,"train_tokenizer.py",6589,0,"",python,selection_command +6094,26960839,"train_tokenizer.py",6599,0,"",python,selection_command +6095,26960946,"train_tokenizer.py",6600,0,"",python,selection_command +6096,26961666,"train_tokenizer.py",6610,0,"",python,selection_command +6097,26962058,"train_tokenizer.py",6600,0,"",python,selection_command +6098,26962149,"train_tokenizer.py",6600,10,"",python,content +6099,26962543,"train_tokenizer.py",6600,0,"t",python,content +6100,26962543,"train_tokenizer.py",6601,0,"",python,selection_keyboard +6101,26962655,"train_tokenizer.py",6601,0,"r",python,content +6102,26962657,"train_tokenizer.py",6602,0,"",python,selection_keyboard +6103,26962688,"train_tokenizer.py",6602,0,"a",python,content +6104,26962690,"train_tokenizer.py",6603,0,"",python,selection_keyboard +6105,26962758,"train_tokenizer.py",6603,0,"i",python,content +6106,26962759,"train_tokenizer.py",6604,0,"",python,selection_keyboard +6107,26962791,"train_tokenizer.py",6604,0,"n",python,content +6108,26962793,"train_tokenizer.py",6605,0,"",python,selection_keyboard +6109,26962975,"train_tokenizer.py",6605,0,"_",python,content +6110,26962976,"train_tokenizer.py",6606,0,"",python,selection_keyboard +6111,26963112,"train_tokenizer.py",6606,0,"s",python,content +6112,26963113,"train_tokenizer.py",6607,0,"",python,selection_keyboard +6113,26963232,"train_tokenizer.py",6607,0,"t",python,content +6114,26963233,"train_tokenizer.py",6608,0,"",python,selection_keyboard +6115,26963291,"train_tokenizer.py",6608,0,"a",python,content +6116,26963292,"train_tokenizer.py",6609,0,"",python,selection_keyboard +6117,26963359,"train_tokenizer.py",6609,0,"t",python,content +6118,26963360,"train_tokenizer.py",6610,0,"",python,selection_keyboard +6119,26963425,"train_tokenizer.py",6610,0,"e",python,content +6120,26963426,"train_tokenizer.py",6611,0,"",python,selection_keyboard +6121,26963805,"train_tokenizer.py",6611,0,".TrainState",python,content +6122,26964030,"train_tokenizer.py",6621,0,"",python,selection_command +6123,26964860,"train_tokenizer.py",6579,0,"",python,selection_command +6124,27013059,"train_tokenizer.py",6625,0,"",python,selection_command +6125,27013217,"train_tokenizer.py",6660,0,"",python,selection_command +6126,27013322,"train_tokenizer.py",6665,0,"",python,selection_command +6127,27015185,"train_tokenizer.py",6669,0,"",python,selection_command +6128,27016368,"train_tokenizer.py",6665,0,"",python,selection_command +6129,27028720,"train_tokenizer.py",6669,0,"",python,selection_command +6130,27032183,"train_tokenizer.py",6706,0,"",python,selection_command +6131,27032298,"train_tokenizer.py",6739,0,"",python,selection_command +6132,27032568,"train_tokenizer.py",6743,0,"",python,selection_command +6133,27032752,"train_tokenizer.py",6766,0,"",python,selection_command +6134,27032935,"train_tokenizer.py",6807,0,"",python,selection_command +6135,27033529,"train_tokenizer.py",6799,0,"",python,selection_command +6136,27033885,"train_tokenizer.py",6758,0,"",python,selection_command +6137,27033997,"train_tokenizer.py",6735,0,"",python,selection_command +6138,27034135,"train_tokenizer.py",6702,0,"",python,selection_command +6139,27034300,"train_tokenizer.py",6665,0,"",python,selection_command +6140,27034722,"train_tokenizer.py",6669,0,"",python,selection_command +6141,27035120,"train_tokenizer.py",6706,0,"",python,selection_command +6142,27035365,"train_tokenizer.py",6739,0,"",python,selection_command +6143,27035398,"train_tokenizer.py",6762,0,"",python,selection_command +6144,27035424,"train_tokenizer.py",6803,0,"",python,selection_command +6145,27035458,"train_tokenizer.py",6817,0,"",python,selection_command +6146,27035492,"train_tokenizer.py",6819,0,"",python,selection_command +6147,27035698,"train_tokenizer.py",6824,0,"",python,selection_command +6148,27035948,"train_tokenizer.py",6906,0,"",python,selection_command +6149,27035981,"train_tokenizer.py",6963,0,"",python,selection_command +6150,27036006,"train_tokenizer.py",7022,0,"",python,selection_command +6151,27036041,"train_tokenizer.py",7027,0,"",python,selection_command +6152,27036255,"train_tokenizer.py",7090,0,"",python,selection_command +6153,27036482,"train_tokenizer.py",7179,0,"",python,selection_command +6154,27036672,"train_tokenizer.py",7090,0,"",python,selection_command +6155,27036927,"train_tokenizer.py",7027,0,"",python,selection_command +6156,27036953,"train_tokenizer.py",7022,0,"",python,selection_command +6157,27036987,"train_tokenizer.py",6963,0,"",python,selection_command +6158,27037055,"train_tokenizer.py",7022,0,"",python,selection_command +6159,27037319,"train_tokenizer.py",7027,0,"",python,selection_command +6160,27037352,"train_tokenizer.py",7090,0,"",python,selection_command +6161,27037384,"train_tokenizer.py",7027,0,"",python,selection_command +6162,27037638,"train_tokenizer.py",7022,0,"",python,selection_command +6163,27037669,"train_tokenizer.py",6963,0,"",python,selection_command +6164,27037704,"train_tokenizer.py",6906,0,"",python,selection_command +6165,27037755,"train_tokenizer.py",6824,0,"",python,selection_command +6166,27037792,"train_tokenizer.py",6819,0,"",python,selection_command +6167,27037931,"train_tokenizer.py",6817,0,"",python,selection_command +6168,27038100,"train_tokenizer.py",6803,0,"",python,selection_command +6169,27038235,"train_tokenizer.py",6807,0,"",python,selection_command +6170,27038902,"train_tokenizer.py",6809,0,"",python,selection_command +6171,27039085,"train_tokenizer.py",6810,0,"",python,selection_command +6172,27084345,"train_tokenizer.py",6769,0,"",python,selection_command +6173,27084440,"train_tokenizer.py",6746,0,"",python,selection_command +6174,27084564,"train_tokenizer.py",6713,0,"",python,selection_command +6175,27084689,"train_tokenizer.py",6676,0,"",python,selection_command +6176,27084869,"train_tokenizer.py",6681,0,"",python,selection_command +6177,27085065,"train_tokenizer.py",6718,0,"",python,selection_command +6178,27085172,"train_tokenizer.py",6719,0,"",python,selection_command +6179,27085294,"train_tokenizer.py",6682,0,"",python,selection_command +6180,27085466,"train_tokenizer.py",6683,0,"",python,selection_command +6181,27085611,"train_tokenizer.py",6693,0,"",python,selection_command +6182,27085756,"train_tokenizer.py",6694,0,"",python,selection_command +6183,27088214,".venv/lib/python3.10/site-packages/flax/training/train_state.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nfrom typing import Any\nfrom collections.abc import Callable\n\nimport optax\n\nimport jax\nfrom flax import core, struct\nfrom flax.linen.fp8_ops import OVERWRITE_WITH_GRADIENT\n\n\nclass TrainState(struct.PyTreeNode):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> from flax.training.train_state import TrainState\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> x = jnp.ones((1, 2))\n >>> y = jnp.ones((1, 2))\n >>> model = nn.Dense(2)\n >>> variables = model.init(jax.random.key(0), x)\n >>> tx = optax.adam(1e-3)\n\n >>> state = TrainState.create(\n ... apply_fn=model.apply,\n ... params=variables['params'],\n ... tx=tx)\n\n >>> def loss_fn(params, x, y):\n ... predictions = state.apply_fn({'params': params}, x)\n ... loss = optax.l2_loss(predictions=predictions, targets=y).mean()\n ... return loss\n >>> loss_fn(state.params, x, y)\n Array(1.8136346, dtype=float32)\n\n >>> grads = jax.grad(loss_fn)(state.params, x, y)\n >>> state = state.apply_gradients(grads=grads)\n >>> loss_fn(state.params, x, y)\n Array(1.8079796, dtype=float32)\n\n Note that you can easily extend this dataclass by subclassing it for storing\n additional data (e.g. additional variable collections).\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: Counter starts at 0 and is incremented by every call to\n ``.apply_gradients()``.\n apply_fn: Usually set to ``model.apply()``. Kept in this dataclass for\n convenience to have a shorter params list for the ``train_step()`` function\n in your training loop.\n params: The parameters to be updated by ``tx`` and used by ``apply_fn``.\n tx: An Optax gradient transformation.\n opt_state: The state for ``tx``.\n """"""\n\n step: int | jax.Array\n apply_fn: Callable = struct.field(pytree_node=False)\n params: core.FrozenDict[str, Any] = struct.field(pytree_node=True)\n tx: optax.GradientTransformation = struct.field(pytree_node=False)\n opt_state: optax.OptState = struct.field(pytree_node=True)\n\n def apply_gradients(self, *, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n\n Note that internally this function calls ``.tx.update()`` followed by a call\n to ``optax.apply_updates()`` to update ``params`` and ``opt_state``.\n\n Args:\n grads: Gradients that have the same pytree structure as ``.params``.\n **kwargs: Additional dataclass attributes that should be ``.replace()``-ed.\n\n Returns:\n An updated instance of ``self`` with ``step`` incremented by one, ``params``\n and ``opt_state`` updated by applying ``grads``, and additional attributes\n replaced as specified by ``kwargs``.\n """"""\n if OVERWRITE_WITH_GRADIENT in grads:\n grads_with_opt = grads['params']\n params_with_opt = self.params['params']\n else:\n grads_with_opt = grads\n params_with_opt = self.params\n\n updates, new_opt_state = self.tx.update(\n grads_with_opt, self.opt_state, params_with_opt\n )\n new_params_with_opt = optax.apply_updates(params_with_opt, updates)\n\n # As implied by the OWG name, the gradients are used directly to update the\n # parameters.\n if OVERWRITE_WITH_GRADIENT in grads:\n new_params = {\n 'params': new_params_with_opt,\n OVERWRITE_WITH_GRADIENT: grads[OVERWRITE_WITH_GRADIENT],\n }\n else:\n new_params = new_params_with_opt\n return self.replace(\n step=self.step + 1,\n params=new_params,\n opt_state=new_opt_state,\n **kwargs,\n )\n\n @classmethod\n def create(cls, *, apply_fn, params, tx, **kwargs):\n """"""Creates a new instance with ``step=0`` and initialized ``opt_state``.""""""\n # We exclude OWG params when present because they do not need opt states.\n params_with_opt = (\n params['params'] if OVERWRITE_WITH_GRADIENT in params else params\n )\n opt_state = tx.init(params_with_opt)\n return cls(\n step=0,\n apply_fn=apply_fn,\n params=params,\n tx=tx,\n opt_state=opt_state,\n **kwargs,\n )\n",python,tab +6184,27088215,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4295,0,"",python,selection_command +6185,27090195,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4301,0,"",python,selection_command +6186,27090444,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4302,0,"",python,selection_command +6187,27090528,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4305,0,"",python,selection_command +6188,27090531,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4307,0,"",python,selection_command +6189,27090638,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4310,0,"",python,selection_command +6190,27090696,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4318,0,"",python,selection_command +6191,27090896,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4320,0,"",python,selection_command +6192,27091061,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4326,0,"",python,selection_command +6193,27091193,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4328,0,"",python,selection_command +6194,27095355,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4382,0,"",python,selection_command +6195,27095553,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4462,0,"",python,selection_command +6196,27095556,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4523,0,"",python,selection_command +6197,27095582,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4564,0,"",python,selection_command +6198,27095614,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4601,0,"",python,selection_command +6199,27095647,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4642,0,"",python,selection_command +6200,27095679,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4658,0,"",python,selection_command +6201,27095923,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4642,0,"",python,selection_command +6202,27096287,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4658,0,"",python,selection_command +6203,27096468,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4655,0,"",python,selection_command +6204,27096617,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4648,0,"",python,selection_command +6205,27096932,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4655,0,"",python,selection_command +6206,27097168,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4302,0,"",python,selection_command +6207,27098501,".venv/lib/python3.10/site-packages/flax/training/train_state.py",4655,0,"",python,selection_command +6208,27099034,"train_tokenizer.py",0,0,"",python,tab +6209,27099037,"train_tokenizer.py",6694,0,"",python,selection_command +6210,27101842,"train_tokenizer.py",6665,0,"",python,selection_command +6211,27103623,"train_tokenizer.py",6669,0,"",python,selection_command +6212,27103975,"train_tokenizer.py",6706,0,"",python,selection_command +6213,27104266,"train_tokenizer.py",6739,0,"",python,selection_command +6214,27104268,"train_tokenizer.py",6762,0,"",python,selection_command +6215,27104462,"train_tokenizer.py",6803,0,"",python,selection_command +6216,27104559,"train_tokenizer.py",6817,0,"",python,selection_command +6217,27118191,"train_tokenizer.py",6803,0,"",python,selection_command +6218,27118435,"train_tokenizer.py",6762,0,"",python,selection_command +6219,27118468,"train_tokenizer.py",6739,0,"",python,selection_command +6220,27118500,"train_tokenizer.py",6706,0,"",python,selection_command +6221,27118536,"train_tokenizer.py",6669,0,"",python,selection_command +6222,27118567,"train_tokenizer.py",6663,0,"",python,selection_command +6223,27118601,"train_tokenizer.py",6629,0,"",python,selection_command +6224,27118635,"train_tokenizer.py",6583,0,"",python,selection_command +6225,27118668,"train_tokenizer.py",6577,0,"",python,selection_command +6226,27118702,"train_tokenizer.py",6501,0,"",python,selection_command +6227,27118853,"train_tokenizer.py",6462,0,"",python,selection_command +6228,27119009,"train_tokenizer.py",6456,0,"",python,selection_command +6229,27119140,"train_tokenizer.py",6416,0,"",python,selection_command +6230,27127678,"train_tokenizer.py",6456,0,"",python,selection_command +6231,27127929,"train_tokenizer.py",6462,0,"",python,selection_command +6232,27127958,"train_tokenizer.py",6501,0,"",python,selection_command +6233,27127994,"train_tokenizer.py",6577,0,"",python,selection_command +6234,27128033,"train_tokenizer.py",6583,0,"",python,selection_command +6235,27128069,"train_tokenizer.py",6629,0,"",python,selection_command +6236,27128093,"train_tokenizer.py",6663,0,"",python,selection_command +6237,27128127,"train_tokenizer.py",6669,0,"",python,selection_command +6238,27128150,"train_tokenizer.py",6706,0,"",python,selection_command +6239,27128185,"train_tokenizer.py",6739,0,"",python,selection_command +6240,27128228,"train_tokenizer.py",6762,0,"",python,selection_command +6241,27128250,"train_tokenizer.py",6803,0,"",python,selection_command +6242,27128284,"train_tokenizer.py",6817,0,"",python,selection_command +6243,27128316,"train_tokenizer.py",6819,0,"",python,selection_command +6244,27128524,"train_tokenizer.py",6824,0,"",python,selection_command +6245,27128642,"train_tokenizer.py",6906,0,"",python,selection_command +6246,27129026,"train_tokenizer.py",6963,0,"",python,selection_command +6247,27130180,"train_tokenizer.py",6906,0,"",python,selection_command +6248,27130428,"train_tokenizer.py",6824,0,"",python,selection_command +6249,27130454,"train_tokenizer.py",6819,0,"",python,selection_command +6250,27130486,"train_tokenizer.py",6817,0,"",python,selection_command +6251,27130524,"train_tokenizer.py",6803,0,"",python,selection_command +6252,27130551,"train_tokenizer.py",6762,0,"",python,selection_command +6253,27130585,"train_tokenizer.py",6739,0,"",python,selection_command +6254,27130620,"train_tokenizer.py",6706,0,"",python,selection_command +6255,27130653,"train_tokenizer.py",6669,0,"",python,selection_command +6256,27130686,"train_tokenizer.py",6663,0,"",python,selection_command +6257,27130774,"train_tokenizer.py",6629,0,"",python,selection_command +6258,27130776,"train_tokenizer.py",6583,0,"",python,selection_command +6259,27130839,"train_tokenizer.py",6577,0,"",python,selection_command +6260,27130912,"train_tokenizer.py",6501,0,"",python,selection_command +6261,27131079,"train_tokenizer.py",6462,0,"",python,selection_command +6262,27131229,"train_tokenizer.py",6456,0,"",python,selection_command +6263,27131377,"train_tokenizer.py",6416,0,"",python,selection_command +6264,27131787,"train_tokenizer.py",6416,5,"",python,content +6265,27131981,"train_tokenizer.py",6416,0,"o",python,content +6266,27131982,"train_tokenizer.py",6417,0,"",python,selection_keyboard +6267,27132013,"train_tokenizer.py",6417,0,"p",python,content +6268,27132014,"train_tokenizer.py",6418,0,"",python,selection_keyboard +6269,27132099,"train_tokenizer.py",6418,0,"t",python,content +6270,27132100,"train_tokenizer.py",6419,0,"",python,selection_keyboard +6271,27132217,"train_tokenizer.py",6419,0,"i",python,content +6272,27132218,"train_tokenizer.py",6420,0,"",python,selection_keyboard +6273,27132282,"train_tokenizer.py",6420,0,"m",python,content +6274,27132284,"train_tokenizer.py",6421,0,"",python,selection_keyboard +6275,27132400,"train_tokenizer.py",6421,0,"i",python,content +6276,27132401,"train_tokenizer.py",6422,0,"",python,selection_keyboard +6277,27132445,"train_tokenizer.py",6422,0,"z",python,content +6278,27132446,"train_tokenizer.py",6423,0,"",python,selection_keyboard +6279,27132616,"train_tokenizer.py",6423,0,"e",python,content +6280,27132617,"train_tokenizer.py",6424,0,"",python,selection_keyboard +6281,27132719,"train_tokenizer.py",6424,0,"r",python,content +6282,27132721,"train_tokenizer.py",6425,0,"",python,selection_keyboard +6283,27132900,"train_tokenizer.py",6424,0,"",python,selection_command +6284,27133597,"train_tokenizer.py",6412,0,"",python,selection_command +6285,27133781,"train_tokenizer.py",6416,0,"",python,selection_command +6286,27182419,"train_tokenizer.py",6432,0,"",python,selection_command +6287,27182958,"train_tokenizer.py",10463,0,"",python,selection_command +6288,27184696,"train_tokenizer.py",6432,0,"",python,selection_command +6289,27184875,"train_tokenizer.py",6416,0,"",python,selection_command +6290,27188577,"train_tokenizer.py",6823,0,"",python,selection_mouse +6291,27217292,"train_tokenizer.py",6824,0,"",python,selection_command +6292,27218168,"train_tokenizer.py",6906,0,"",python,selection_command +6293,27220036,"train_tokenizer.py",6963,0,"",python,selection_command +6294,27220147,"train_tokenizer.py",7026,0,"",python,selection_command +6295,27221205,"train_tokenizer.py",6963,0,"",python,selection_command +6296,27221355,"train_tokenizer.py",6906,0,"",python,selection_command +6297,27227746,"train_tokenizer.py",0,0,"",python,tab +6298,27227751,"train_tokenizer.py",66,0,"",python,selection_command +6299,27238749,"train_tokenizer.py",3683,0,"",python,selection_mouse +6300,27240653,"train_tokenizer.py",3671,0,"",python,selection_command +6301,27243478,"train_tokenizer.py",3726,0,"",python,selection_command +6302,27243856,"train_tokenizer.py",3671,0,"",python,selection_command +6303,27265446,"train_tokenizer.py",0,0,"",python,selection_command +6304,27266626,"train_tokenizer.py",3533,0,"",python,selection_command +6305,27267511,"train_tokenizer.py",5932,0,"",python,selection_command +6306,27268266,"train_tokenizer.py",6416,0,"",python,selection_command +6307,27270500,"train_tokenizer.py",5932,0,"",python,selection_command +6308,27270658,"train_tokenizer.py",3533,0,"",python,selection_command +6309,27273801,"train_tokenizer.py",3575,0,"",python,selection_command +6310,27274018,"train_tokenizer.py",3599,0,"",python,selection_command +6311,27274135,"train_tokenizer.py",3628,0,"",python,selection_command +6312,27274325,"train_tokenizer.py",3652,0,"",python,selection_command +6313,27274411,"train_tokenizer.py",3689,0,"",python,selection_command +6314,27286894,"train_tokenizer.py",3652,0,"",python,selection_command +6315,27287393,"train_tokenizer.py",3634,0,"",python,selection_command +6316,27293949,"train_tokenizer.py",3634,0,"l",python,content +6317,27293951,"train_tokenizer.py",3635,0,"",python,selection_keyboard +6318,27294079,"train_tokenizer.py",3635,0,"o",python,content +6319,27294081,"train_tokenizer.py",3636,0,"",python,selection_keyboard +6320,27294130,"train_tokenizer.py",3636,0,"s",python,content +6321,27294131,"train_tokenizer.py",3637,0,"",python,selection_keyboard +6322,27294277,"train_tokenizer.py",3637,0,"s",python,content +6323,27294281,"train_tokenizer.py",3638,0,"",python,selection_keyboard +6324,27294330,"train_tokenizer.py",3638,0,",",python,content +6325,27294332,"train_tokenizer.py",3639,0,"",python,selection_keyboard +6326,27294432,"train_tokenizer.py",3639,0," ",python,content +6327,27294434,"train_tokenizer.py",3640,0,"",python,selection_keyboard +6328,27294708,"train_tokenizer.py",3639,0,"",python,selection_command +6329,27299969,"train_tokenizer.py",3628,0,"",python,selection_command +6330,27300145,"train_tokenizer.py",3586,0,"",python,selection_command +6331,27300166,"train_tokenizer.py",3592,0,"",python,selection_command +6332,27300355,"train_tokenizer.py",3609,0,"",python,selection_command +6333,27300740,"train_tokenizer.py",3592,0,"",python,selection_command +6334,27300899,"train_tokenizer.py",2008,0,"",python,selection_command +6335,27313523,"train_tokenizer.py",3592,0,"",python,selection_command +6336,27313527,"train_tokenizer.py",3628,0,"",python,selection_command +6337,27313529,"train_tokenizer.py",3645,0,"",python,selection_command +6338,27315198,"train_tokenizer.py",3646,0,"",python,selection_command +6339,27315302,"train_tokenizer.py",3648,0,"",python,selection_command +6340,27315544,"train_tokenizer.py",3651,0,"",python,selection_command +6341,27315731,"train_tokenizer.py",3652,0,"",python,selection_command +6342,27315964,"train_tokenizer.py",3652,4,"",python,content +6343,27316236,"train_tokenizer.py",3652,0,"v",python,content +6344,27316237,"train_tokenizer.py",3653,0,"",python,selection_keyboard +6345,27316451,"train_tokenizer.py",3653,0,"a",python,content +6346,27316452,"train_tokenizer.py",3654,0,"",python,selection_keyboard +6347,27316562,"train_tokenizer.py",3654,0,"l",python,content +6348,27316563,"train_tokenizer.py",3655,0,"",python,selection_keyboard +6349,27316622,"train_tokenizer.py",3655,0,"u",python,content +6350,27316622,"train_tokenizer.py",3656,0,"",python,selection_keyboard +6351,27316699,"train_tokenizer.py",3656,0,"e",python,content +6352,27316700,"train_tokenizer.py",3657,0,"",python,selection_keyboard +6353,27316933,"train_tokenizer.py",3657,0,"_",python,content +6354,27316934,"train_tokenizer.py",3658,0,"",python,selection_keyboard +6355,27317102,"train_tokenizer.py",3658,0,"a",python,content +6356,27317104,"train_tokenizer.py",3659,0,"",python,selection_keyboard +6357,27317186,"train_tokenizer.py",3659,0,"n",python,content +6358,27317187,"train_tokenizer.py",3660,0,"",python,selection_keyboard +6359,27317266,"train_tokenizer.py",3660,0,"d",python,content +6360,27317268,"train_tokenizer.py",3661,0,"",python,selection_keyboard +6361,27317406,"train_tokenizer.py",3661,0," ",python,content +6362,27317407,"train_tokenizer.py",3662,0,"",python,selection_keyboard +6363,27317721,"train_tokenizer.py",3661,1,"",python,content +6364,27318171,"train_tokenizer.py",3661,0,"_",python,content +6365,27318172,"train_tokenizer.py",3662,0,"",python,selection_keyboard +6366,27318406,"train_tokenizer.py",3662,0,"g",python,content +6367,27318407,"train_tokenizer.py",3663,0,"",python,selection_keyboard +6368,27318586,"train_tokenizer.py",3663,0,"r",python,content +6369,27318587,"train_tokenizer.py",3664,0,"",python,selection_keyboard +6370,27318649,"train_tokenizer.py",3664,0,"a",python,content +6371,27318651,"train_tokenizer.py",3665,0,"",python,selection_keyboard +6372,27318738,"train_tokenizer.py",3665,0,"d",python,content +6373,27318740,"train_tokenizer.py",3666,0,"",python,selection_keyboard +6374,27319087,"train_tokenizer.py",3665,0,"",python,selection_command +6375,27324571,"train_tokenizer.py",3666,0,"",python,selection_command +6376,27324753,"train_tokenizer.py",3667,0,"",python,selection_command +6377,27325106,"train_tokenizer.py",3673,0,"",python,selection_command +6378,27325415,"train_tokenizer.py",3674,0,"",python,selection_command +6379,27325524,"train_tokenizer.py",3674,0,",",python,content +6380,27325524,"train_tokenizer.py",3675,0,"",python,selection_keyboard +6381,27325626,"train_tokenizer.py",3675,0," ",python,content +6382,27325627,"train_tokenizer.py",3676,0,"",python,selection_keyboard +6383,27325807,"train_tokenizer.py",3676,0,"h",python,content +6384,27325808,"train_tokenizer.py",3677,0,"",python,selection_keyboard +6385,27325862,"train_tokenizer.py",3677,0,"a",python,content +6386,27325864,"train_tokenizer.py",3678,0,"",python,selection_keyboard +6387,27325904,"train_tokenizer.py",3678,0,"s",python,content +6388,27325905,"train_tokenizer.py",3679,0,"",python,selection_keyboard +6389,27326173,"train_tokenizer.py",3679,0,"_",python,content +6390,27326174,"train_tokenizer.py",3680,0,"",python,selection_keyboard +6391,27326417,"train_tokenizer.py",3680,0,"a",python,content +6392,27326418,"train_tokenizer.py",3681,0,"",python,selection_keyboard +6393,27326500,"train_tokenizer.py",3681,0,"u",python,content +6394,27326501,"train_tokenizer.py",3682,0,"",python,selection_keyboard +6395,27326556,"train_tokenizer.py",3682,0,"x",python,content +6396,27326557,"train_tokenizer.py",3683,0,"",python,selection_keyboard +6397,27327091,"train_tokenizer.py",3683,0,"=",python,content +6398,27327093,"train_tokenizer.py",3684,0,"",python,selection_keyboard +6399,27327308,"train_tokenizer.py",3684,0,"T",python,content +6400,27327309,"train_tokenizer.py",3685,0,"",python,selection_keyboard +6401,27327456,"train_tokenizer.py",3685,0,"r",python,content +6402,27327457,"train_tokenizer.py",3686,0,"",python,selection_keyboard +6403,27327779,"train_tokenizer.py",3686,0,"u",python,content +6404,27327781,"train_tokenizer.py",3687,0,"",python,selection_keyboard +6405,27327862,"train_tokenizer.py",3687,0,"e",python,content +6406,27327864,"train_tokenizer.py",3688,0,"",python,selection_keyboard +6407,27328078,"train_tokenizer.py",3687,0,"",python,selection_command +6408,27328493,"train_tokenizer.py",3684,0,"",python,selection_command +6409,27328657,"train_tokenizer.py",3683,0,"",python,selection_command +6410,27328797,"train_tokenizer.py",3676,0,"",python,selection_command +6411,27329841,"train_tokenizer.py",3634,0,"",python,selection_command +6412,27331661,"train_tokenizer.py",3637,0,"",python,selection_command +6413,27331927,"train_tokenizer.py",3638,0,"",python,selection_command +6414,27335084,"train_tokenizer.py",3639,0,"",python,selection_command +6415,27335473,"train_tokenizer.py",3640,0,"",python,selection_command +6416,27335581,"train_tokenizer.py",3640,0,",",python,content +6417,27335582,"train_tokenizer.py",3641,0,"",python,selection_keyboard +6418,27335734,"train_tokenizer.py",3640,0,"",python,selection_command +6419,27336565,"train_tokenizer.py",3641,0,"",python,selection_command +6420,27337146,"train_tokenizer.py",3641,0," ",python,content +6421,27337147,"train_tokenizer.py",3642,0,"",python,selection_keyboard +6422,27337250,"train_tokenizer.py",3641,0,"",python,selection_command +6423,27337446,"train_tokenizer.py",3640,0,"",python,selection_command +6424,27337579,"train_tokenizer.py",3639,0,"",python,selection_command +6425,27337864,"train_tokenizer.py",3640,0,"",python,selection_command +6426,27338303,"train_tokenizer.py",3640,0,"()",python,content +6427,27338303,"train_tokenizer.py",3641,0,"",python,selection_keyboard +6428,27338352,"train_tokenizer.py",3641,1,")",python,content +6429,27338353,"train_tokenizer.py",3642,0,"",python,selection_keyboard +6430,27338886,"train_tokenizer.py",3641,0,"",python,selection_command +6431,27339451,"train_tokenizer.py",3641,0,"r",python,content +6432,27339452,"train_tokenizer.py",3642,0,"",python,selection_keyboard +6433,27339517,"train_tokenizer.py",3642,0,"e",python,content +6434,27339519,"train_tokenizer.py",3643,0,"",python,selection_keyboard +6435,27339701,"train_tokenizer.py",3643,0,"c",python,content +6436,27339702,"train_tokenizer.py",3644,0,"",python,selection_keyboard +6437,27339704,"train_tokenizer.py",3644,0,"o",python,content +6438,27339705,"train_tokenizer.py",3645,0,"",python,selection_keyboard +6439,27339816,"train_tokenizer.py",3645,0,"n",python,content +6440,27339817,"train_tokenizer.py",3646,0,"",python,selection_keyboard +6441,27340216,"train_tokenizer.py",3646,0,",",python,content +6442,27340217,"train_tokenizer.py",3647,0,"",python,selection_keyboard +6443,27340357,"train_tokenizer.py",3647,0," ",python,content +6444,27340357,"train_tokenizer.py",3648,0,"",python,selection_keyboard +6445,27340469,"train_tokenizer.py",3648,0,"m",python,content +6446,27340470,"train_tokenizer.py",3649,0,"",python,selection_keyboard +6447,27340551,"train_tokenizer.py",3649,0,"e",python,content +6448,27340552,"train_tokenizer.py",3650,0,"",python,selection_keyboard +6449,27340669,"train_tokenizer.py",3650,0,"t",python,content +6450,27340670,"train_tokenizer.py",3651,0,"",python,selection_keyboard +6451,27340753,"train_tokenizer.py",3651,0,"r",python,content +6452,27340755,"train_tokenizer.py",3652,0,"",python,selection_keyboard +6453,27340853,"train_tokenizer.py",3652,0,"i",python,content +6454,27340854,"train_tokenizer.py",3653,0,"",python,selection_keyboard +6455,27340937,"train_tokenizer.py",3653,0,"c",python,content +6456,27340938,"train_tokenizer.py",3654,0,"",python,selection_keyboard +6457,27340985,"train_tokenizer.py",3654,0,"s",python,content +6458,27340986,"train_tokenizer.py",3655,0,"",python,selection_keyboard +6459,27341222,"train_tokenizer.py",3654,0,"",python,selection_command +6460,27342087,"train_tokenizer.py",3630,0,"",python,selection_command +6461,27342188,"train_tokenizer.py",3634,0,"",python,selection_command +6462,27342874,"train_tokenizer.py",3638,0,"",python,selection_command +6463,27343070,"train_tokenizer.py",3640,0,"",python,selection_command +6464,27343285,"train_tokenizer.py",3641,0,"",python,selection_command +6465,27345603,"train_tokenizer.py",3646,0,"",python,selection_command +6466,27345771,"train_tokenizer.py",3648,0,"",python,selection_command +6467,27345988,"train_tokenizer.py",3655,0,"",python,selection_command +6468,27346377,"train_tokenizer.py",3656,0,"",python,selection_command +6469,27346610,"train_tokenizer.py",3656,0,")",python,content +6470,27346611,"train_tokenizer.py",3657,0,"",python,selection_keyboard +6471,27346802,"train_tokenizer.py",3656,0,"",python,selection_command +6472,27347085,"train_tokenizer.py",3634,0,"",python,selection_command +6473,27347358,"train_tokenizer.py",3634,0,"(",python,content +6474,27347359,"train_tokenizer.py",3635,0,"",python,selection_keyboard +6475,27347560,"train_tokenizer.py",3634,0,"",python,selection_command +6476,27348975,"train_tokenizer.py",3721,0,"",python,selection_command +6477,27349101,"train_tokenizer.py",3634,0,"",python,selection_command +6478,27349647,"train_tokenizer.py",3635,0,"",python,selection_command +6479,27349858,"train_tokenizer.py",3639,0,"",python,selection_command +6480,27350045,"train_tokenizer.py",3641,0,"",python,selection_command +6481,27351815,"train_tokenizer.py",3715,0,"",python,selection_command +6482,27352462,"train_tokenizer.py",3630,0,"",python,selection_command +6483,27355102,"train_tokenizer.py",3717,0,"",python,selection_command +6484,27360902,"train_tokenizer.py",3630,0,"",python,selection_command +6485,27361157,"train_tokenizer.py",3716,0,"\n ",python,content +6486,27361483,"train_tokenizer.py",3721,0,"o",python,content +6487,27361484,"train_tokenizer.py",3722,0,"",python,selection_keyboard +6488,27361539,"train_tokenizer.py",3722,0,"p",python,content +6489,27361540,"train_tokenizer.py",3723,0,"",python,selection_keyboard +6490,27361690,"train_tokenizer.py",3723,0,"t",python,content +6491,27361691,"train_tokenizer.py",3724,0,"",python,selection_keyboard +6492,27361737,"train_tokenizer.py",3724,0,"i",python,content +6493,27361738,"train_tokenizer.py",3725,0,"",python,selection_keyboard +6494,27361878,"train_tokenizer.py",3725,0,"m",python,content +6495,27361879,"train_tokenizer.py",3726,0,"",python,selection_keyboard +6496,27361903,"train_tokenizer.py",3726,0,"i",python,content +6497,27361904,"train_tokenizer.py",3727,0,"",python,selection_keyboard +6498,27361968,"train_tokenizer.py",3727,0,"z",python,content +6499,27361969,"train_tokenizer.py",3728,0,"",python,selection_keyboard +6500,27362067,"train_tokenizer.py",3728,0,"e",python,content +6501,27362068,"train_tokenizer.py",3729,0,"",python,selection_keyboard +6502,27362206,"train_tokenizer.py",3729,0,"r",python,content +6503,27362207,"train_tokenizer.py",3730,0,"",python,selection_keyboard +6504,27362828,"train_tokenizer.py",3730,0,".update(grads)",python,content +6505,27363076,"train_tokenizer.py",3743,0,"",python,selection_command +6506,27366925,"train_tokenizer.py",3771,0,"",python,selection_command +6507,27387431,"train_tokenizer.py",3745,54," _, params, rest = nnx.split(model, nnx.Param, ...)",python,selection_command +6508,27387641,"train_tokenizer.py",3745,121," _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)",python,selection_command +6509,27387791,"train_tokenizer.py",3745,174," _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge_state(params, rest))",python,selection_command +6510,27388703,"train_tokenizer.py",3745,174," ",python,content +6511,27388739,"train_tokenizer.py",3749,0,"",python,selection_command +6512,27391909,"train_tokenizer.py",3748,0,"",python,selection_command +6513,27392512,"train_tokenizer.py",3753,0,"",python,selection_command +6514,27393012,"train_tokenizer.py",3758,0,"",python,selection_command +6515,27393172,"train_tokenizer.py",3755,26," # Get loss for logging",python,selection_command +6516,27393397,"train_tokenizer.py",3755,88," # Get loss for logging\n loss, (recon, metrics) = tokenizer_loss_fn(model, inputs)",python,selection_command +6517,27393623,"train_tokenizer.py",3755,89,"",python,content +6518,27393635,"train_tokenizer.py",3759,0,"",python,selection_command +6519,27393981,"train_tokenizer.py",3753,0,"",python,selection_command +6520,27394131,"train_tokenizer.py",3748,0,"",python,selection_command +6521,27394465,"train_tokenizer.py",3721,0,"",python,selection_command +6522,27394849,"train_tokenizer.py",3748,0,"",python,selection_command +6523,27400950,"train_tokenizer.py",3753,0,"",python,selection_command +6524,27401099,"train_tokenizer.py",3759,0,"",python,selection_command +6525,27401332,"train_tokenizer.py",3794,0,"",python,selection_command +6526,27401633,"train_tokenizer.py",3759,0,"",python,selection_command +6527,27401792,"train_tokenizer.py",3766,0,"",python,selection_command +6528,27402118,"train_tokenizer.py",3766,5,"",python,content +6529,27402607,"train_tokenizer.py",3766,1,"",python,content +6530,27402768,"train_tokenizer.py",3766,1,"",python,content +6531,27406392,"train_tokenizer.py",3753,0,"",python,selection_command +6532,27406535,"train_tokenizer.py",3748,0,"",python,selection_command +6533,27406692,"train_tokenizer.py",3728,0,"",python,selection_command +6534,27407022,"train_tokenizer.py",3748,0,"",python,selection_command +6535,27409017,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +6536,27409019,"train_tokenizer.py",3902,0,"",python,selection_mouse +6537,27409156,"train_tokenizer.py",3896,13,"log_gradients",python,selection_mouse +6538,27409291,"train_tokenizer.py",3884,27," if args.log_gradients:\n",python,selection_mouse +6539,27409442,"train_tokenizer.py",3884,85," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n",python,selection_mouse +6540,27409474,"train_tokenizer.py",3884,143," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n",python,selection_mouse +6541,27409493,"train_tokenizer.py",3884,153," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n",python,selection_mouse +6542,27409508,"train_tokenizer.py",3884,206," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n",python,selection_mouse +6543,27409540,"train_tokenizer.py",3884,259," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n",python,selection_mouse +6544,27409559,"train_tokenizer.py",3884,269," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n",python,selection_mouse +6545,27409590,"train_tokenizer.py",3884,327," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n",python,selection_mouse +6546,27409623,"train_tokenizer.py",3884,385," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n",python,selection_mouse +6547,27409947,"train_tokenizer.py",3884,395," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n",python,selection_mouse +6548,27410308,"train_tokenizer.py",4277,0,"",python,selection_command +6549,27411089,"train_tokenizer.py",0,0,"",python,tab +6550,27411090,"train_tokenizer.py",3749,0,"",python,selection_mouse +6551,27411094,"train_tokenizer.py",3748,0,"",python,selection_command +6552,27412182,"train_tokenizer.py",3749,0,"",python,selection_command +6553,27412469,"train_tokenizer.py",3749,0," if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )",python,content +6554,27412832,"train_tokenizer.py",4142,0,"",python,selection_command +6555,27413145,"train_tokenizer.py",4084,0,"",python,selection_command +6556,27413396,"train_tokenizer.py",4026,0,"",python,selection_command +6557,27413424,"train_tokenizer.py",4016,0,"",python,selection_command +6558,27413451,"train_tokenizer.py",3963,0,"",python,selection_command +6559,27413511,"train_tokenizer.py",3910,0,"",python,selection_command +6560,27413543,"train_tokenizer.py",3900,0,"",python,selection_command +6561,27413628,"train_tokenizer.py",3842,0,"",python,selection_command +6562,27413780,"train_tokenizer.py",3784,0,"",python,selection_command +6563,27413945,"train_tokenizer.py",3753,0,"",python,selection_command +6564,27414384,"train_tokenizer.py",3749,4,"",python,content +6565,27414476,"train_tokenizer.py",3748,0,"",python,selection_command +6566,27415898,"train_tokenizer.py",3720,0,"",python,selection_command +6567,27416277,"train_tokenizer.py",3748,0,"",python,selection_command +6568,27416400,"train_tokenizer.py",3775,0,"",python,selection_command +6569,27416531,"train_tokenizer.py",3833,0,"",python,selection_command +6570,27416779,"train_tokenizer.py",3891,0,"",python,selection_command +6571,27416810,"train_tokenizer.py",3901,0,"",python,selection_command +6572,27416845,"train_tokenizer.py",3954,0,"",python,selection_command +6573,27416886,"train_tokenizer.py",4007,0,"",python,selection_command +6574,27416913,"train_tokenizer.py",4017,0,"",python,selection_command +6575,27417028,"train_tokenizer.py",4075,0,"",python,selection_command +6576,27417187,"train_tokenizer.py",4133,0,"",python,selection_command +6577,27417338,"train_tokenizer.py",4143,0,"",python,selection_command +6578,27417673,"train_tokenizer.py",4140,5,"",python,content +6579,27417679,"train_tokenizer.py",4144,0,"",python,selection_command +6580,27417905,"train_tokenizer.py",4134,0,"",python,selection_command +6581,27426145,"train_tokenizer.py",4076,0,"",python,selection_command +6582,27426388,"train_tokenizer.py",4018,0,"",python,selection_command +6583,27426421,"train_tokenizer.py",4008,0,"",python,selection_command +6584,27426454,"train_tokenizer.py",3955,0,"",python,selection_command +6585,27426479,"train_tokenizer.py",3902,0,"",python,selection_command +6586,27426513,"train_tokenizer.py",3892,0,"",python,selection_command +6587,27426554,"train_tokenizer.py",3834,0,"",python,selection_command +6588,27426580,"train_tokenizer.py",3776,0,"",python,selection_command +6589,27426615,"train_tokenizer.py",3749,0,"",python,selection_command +6590,27426655,"train_tokenizer.py",3721,0,"",python,selection_command +6591,27426690,"train_tokenizer.py",3634,0,"",python,selection_command +6592,27426726,"train_tokenizer.py",3628,0,"",python,selection_command +6593,27426754,"train_tokenizer.py",3581,0,"",python,selection_command +6594,27426940,"train_tokenizer.py",3557,0,"",python,selection_command +6595,27427074,"train_tokenizer.py",3515,0,"",python,selection_command +6596,27427698,"train_tokenizer.py",10642,0,"",python,selection_command +6597,27429095,"train_tokenizer.py",10612,0,"",python,selection_command +6598,27429664,"train_tokenizer.py",10616,0,"",python,selection_command +6599,27429665,"train_tokenizer.py",10616,1,"l",python,selection_command +6600,27430041,"train_tokenizer.py",10616,2,"l,",python,selection_command +6601,27430210,"train_tokenizer.py",10616,3,"l, ",python,selection_command +6602,27430298,"train_tokenizer.py",10616,3,"",python,content +6603,27431295,"train_tokenizer.py",10615,0,"",python,selection_command +6604,27431382,"train_tokenizer.py",10615,1,"e",python,selection_command +6605,27431495,"train_tokenizer.py",10612,4,"mode",python,selection_command +6606,27431670,"train_tokenizer.py",10612,4,"",python,content +6607,27435878,"train_tokenizer.py",10683,0,"",python,selection_command +6608,27436498,"train_tokenizer.py",10612,0,"",python,selection_command +6609,27436751,"train_tokenizer.py",10683,0,"",python,selection_command +6610,27436965,"train_tokenizer.py",10612,0,"",python,selection_command +6611,27445562,"train_tokenizer.py",12277,0,"",python,selection_command +6612,27445956,"train_tokenizer.py",13188,0,"",python,selection_command +6613,27447869,"train_tokenizer.py",11592,0,"",python,selection_command +6614,27448003,"train_tokenizer.py",10024,0,"",python,selection_command +6615,27448184,"train_tokenizer.py",8668,0,"",python,selection_command +6616,27448290,"train_tokenizer.py",7107,0,"",python,selection_command +6617,27448423,"train_tokenizer.py",5943,0,"",python,selection_command +6618,27448619,"train_tokenizer.py",4941,0,"",python,selection_command +6619,27448712,"train_tokenizer.py",3780,0,"",python,selection_command +6620,27448905,"train_tokenizer.py",2650,0,"",python,selection_command +6621,27448954,"train_tokenizer.py",1430,0,"",python,selection_command +6622,27449123,"train_tokenizer.py",448,0,"",python,selection_command +6623,27462175,"train_tokenizer.py",0,0,"",python,tab +6624,27462867,"train_tokenizer.py",0,0,"",python,tab +6625,27462868,"train_tokenizer.py",599,0,"",python,selection_mouse +6626,27465913,"train_tokenizer.py",2819,0,"",python,selection_command +6627,27489758,"train_tokenizer.py",4138,0,"",python,selection_command +6628,27493898,"train_tokenizer.py",4148,0,"",python,selection_command +6629,27493926,"train_tokenizer.py",4172,0,"",python,selection_command +6630,27493958,"train_tokenizer.py",4173,0,"",python,selection_command +6631,27493991,"train_tokenizer.py",4182,0,"",python,selection_command +6632,27494027,"train_tokenizer.py",4209,0,"",python,selection_command +6633,27494061,"train_tokenizer.py",4242,0,"",python,selection_command +6634,27494092,"train_tokenizer.py",4279,0,"",python,selection_command +6635,27494123,"train_tokenizer.py",4304,0,"",python,selection_command +6636,27494157,"train_tokenizer.py",4354,0,"",python,selection_command +6637,27494189,"train_tokenizer.py",4394,0,"",python,selection_command +6638,27540788,"train_tokenizer.py",6691,0,"",python,selection_mouse +6639,27541698,"train_tokenizer.py",6659,39,"",python,content +6640,27541703,"train_tokenizer.py",6663,0,"",python,selection_command +6641,27543384,"train_tokenizer.py",6739,0,"",python,selection_command +6642,27543706,"train_tokenizer.py",6736,5,"",python,content +6643,27543794,"train_tokenizer.py",6740,0,"",python,selection_command +6644,27544331,"train_tokenizer.py",6786,0,"",python,selection_command +6645,27544452,"train_tokenizer.py",6820,0,"",python,selection_command +6646,27545172,"train_tokenizer.py",6817,5,"",python,content +6647,27545178,"train_tokenizer.py",6821,0,"",python,selection_command +6648,27545370,"train_tokenizer.py",6858,0,"",python,selection_command +6649,27545502,"train_tokenizer.py",6891,0,"",python,selection_command +6650,27545695,"train_tokenizer.py",6914,0,"",python,selection_command +6651,27545895,"train_tokenizer.py",6955,0,"",python,selection_command +6652,27546052,"train_tokenizer.py",6969,0,"",python,selection_command +6653,27560912,"train_tokenizer.py",10427,0,"",python,selection_mouse +6654,27561656,"train_tokenizer.py",10401,61,"",python,content +6655,27561679,"train_tokenizer.py",10413,0,"",python,selection_command +6656,27562668,"train_tokenizer.py",10601,0,"",python,selection_mouse +6657,27575354,"train_tokenizer.py",10575,31," # Update TrainState",python,selection_command +6658,27575547,"train_tokenizer.py",10575,113," # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)",python,selection_command +6659,27575710,"train_tokenizer.py",10575,160," # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(",python,selection_command +6660,27575842,"train_tokenizer.py",10575,195," # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,",python,selection_command +6661,27575985,"train_tokenizer.py",10575,247," # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables",python,selection_command +6662,27576146,"train_tokenizer.py",10575,261," # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )",python,selection_command +6663,27578689,"train_tokenizer.py",10575,262,"",python,content +6664,27578700,"train_tokenizer.py",10586,0,"",python,selection_command +6665,27579416,"train_tokenizer.py",10573,0,"",python,selection_command +6666,27579715,"train_tokenizer.py",10586,0,"",python,selection_command +6667,27580344,"train_tokenizer.py",10575,13,"",python,content +6668,27580362,"train_tokenizer.py",10587,0,"",python,selection_command +6669,27580590,"train_tokenizer.py",10573,0,"",python,selection_command +6670,27582231,"train_tokenizer.py",9006,0,"",python,selection_command +6671,27582379,"train_tokenizer.py",7557,0,"",python,selection_command +6672,27582546,"train_tokenizer.py",6056,0,"",python,selection_command +6673,27583038,"train_tokenizer.py",5121,0,"",python,selection_command +6674,27583181,"train_tokenizer.py",4138,0,"",python,selection_command +6675,27583517,"train_tokenizer.py",2819,0,"",python,selection_command +6676,27583698,"train_tokenizer.py",1578,0,"",python,selection_command +6677,27583831,"train_tokenizer.py",628,0,"",python,selection_command +6678,27584200,"train_tokenizer.py",1621,0,"",python,selection_command +6679,27584477,"train_tokenizer.py",674,0,"",python,selection_command +6680,27584630,"train_tokenizer.py",0,0,"",python,selection_command +6681,27584779,"train_tokenizer.py",847,0,"",python,selection_command +6682,27585005,"train_tokenizer.py",1890,0,"",python,selection_command +6683,27586394,"train_tokenizer.py",3280,0,"",python,selection_command +6684,27587019,"train_tokenizer.py",4304,0,"",python,selection_keyboard +6685,27588995,"train_tokenizer.py",4354,0,"",python,selection_command +6686,27589242,"train_tokenizer.py",4394,0,"",python,selection_command +6687,27589269,"train_tokenizer.py",4403,0,"",python,selection_command +6688,27589303,"train_tokenizer.py",4446,0,"",python,selection_command +6689,27589336,"train_tokenizer.py",4472,0,"",python,selection_command +6690,27589371,"train_tokenizer.py",4545,0,"",python,selection_command +6691,27589670,"train_tokenizer.py",5632,0,"",python,selection_command +6692,27590243,"train_tokenizer.py",6790,0,"",python,selection_command +6693,27591389,"train_tokenizer.py",6744,0,"",python,selection_command +6694,27591555,"train_tokenizer.py",6667,0,"",python,selection_command +6695,27593965,"train_tokenizer.py",6744,0,"",python,selection_command +6696,27594386,"train_tokenizer.py",6736,45," class TrainState(train_state.TrainState):",python,selection_command +6697,27594645,"train_tokenizer.py",6736,80," class TrainState(train_state.TrainState):\n other_variables: nnx.State",python,selection_command +6698,27594846,"train_tokenizer.py",6736,117," class TrainState(train_state.TrainState):\n other_variables: nnx.State\n train_state = TrainState.create(",python,selection_command +6699,27595168,"train_tokenizer.py",6736,150," class TrainState(train_state.TrainState):\n other_variables: nnx.State\n train_state = TrainState.create(\n apply_fn=graphdef.apply,",python,selection_command +6700,27595330,"train_tokenizer.py",6736,173," class TrainState(train_state.TrainState):\n other_variables: nnx.State\n train_state = TrainState.create(\n apply_fn=graphdef.apply,\n params=params,",python,selection_command +6701,27595516,"train_tokenizer.py",6736,214," class TrainState(train_state.TrainState):\n other_variables: nnx.State\n train_state = TrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,",python,selection_command +6702,27595661,"train_tokenizer.py",6736,228," class TrainState(train_state.TrainState):\n other_variables: nnx.State\n train_state = TrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx",python,selection_command +6703,27595883,"train_tokenizer.py",6736,234," class TrainState(train_state.TrainState):\n other_variables: nnx.State\n train_state = TrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,selection_command +6704,27596165,"train_tokenizer.py",6736,235,"",python,content +6705,27597898,"train_tokenizer.py",6659,0,"",python,selection_command +6706,27598026,"train_tokenizer.py",6663,0,"",python,selection_command +6707,27598425,"train_tokenizer.py",10196,0,"",python,selection_command +6708,27610896,"train_tokenizer.py",10166,89,"",python,content +6709,27610903,"train_tokenizer.py",10178,0,"",python,selection_command +6710,27610939,"train_tokenizer.py",10164,0,"",python,selection_command +6711,27610948,"train_tokenizer.py",10153,13,"",python,content +6712,27610983,"train_tokenizer.py",10165,0,"",python,selection_command +6713,27611013,"train_tokenizer.py",10236,0,"",python,selection_command +6714,27611015,"train_tokenizer.py",10225,13,"",python,content +6715,27611018,"train_tokenizer.py",10237,0,"",python,selection_command +6716,27611039,"train_tokenizer.py",8724,0,"",python,selection_command +6717,27611048,"train_tokenizer.py",7221,0,"",python,selection_command +6718,27611608,"train_tokenizer.py",7208,0,"",python,selection_command +6719,27611862,"train_tokenizer.py",7164,0,"",python,selection_command +6720,27611889,"train_tokenizer.py",7159,0,"",python,selection_command +6721,27611921,"train_tokenizer.py",7096,0,"",python,selection_command +6722,27611947,"train_tokenizer.py",7007,0,"",python,selection_command +6723,27611990,"train_tokenizer.py",6944,0,"",python,selection_command +6724,27612013,"train_tokenizer.py",6939,0,"",python,selection_command +6725,27612110,"train_tokenizer.py",6880,0,"",python,selection_command +6726,27612119,"train_tokenizer.py",6823,0,"",python,selection_command +6727,27612123,"train_tokenizer.py",6741,0,"",python,selection_command +6728,27612158,"train_tokenizer.py",6736,0,"",python,selection_command +6729,27612181,"train_tokenizer.py",6663,0,"",python,selection_command +6730,27612491,"train_tokenizer.py",6736,0,"",python,selection_command +6731,27613010,"train_tokenizer.py",6663,0,"",python,selection_command +6732,27613111,"train_tokenizer.py",6671,0,"",python,selection_command +6733,27613477,"train_tokenizer.py",6673,0,"",python,selection_command +6734,27614265,"train_tokenizer.py",6671,0,"",python,selection_command +6735,27614425,"train_tokenizer.py",6663,0,"",python,selection_command +6736,27615396,"train_tokenizer.py",6671,0,"",python,selection_command +6737,27615579,"train_tokenizer.py",6673,0,"",python,selection_command +6738,27615877,"train_tokenizer.py",3868,0,"",python,selection_command +6739,27618349,"train_tokenizer.py",6673,0,"",python,selection_command +6740,27619555,"train_tokenizer.py",3868,0,"",python,selection_command +6741,27619727,"train_tokenizer.py",3989,0,"",python,selection_command +6742,27619947,"train_tokenizer.py",4110,0,"",python,selection_command +6743,27620185,"train_tokenizer.py",5365,0,"",python,selection_command +6744,27627677,"train_tokenizer.py",5463,0,"",python,selection_command +6745,27629774,"train_tokenizer.py",6673,0,"",python,selection_command +6746,27631887,"train_tokenizer.py",6659,77,"",python,content +6747,27632200,"train_tokenizer.py",6654,0,"",python,selection_command +6748,27632435,"train_tokenizer.py",6654,5,"",python,content +6749,27632793,"train_tokenizer.py",6655,0,"",python,selection_command +6750,27633141,"train_tokenizer.py",6654,0,"",python,selection_command +6751,27649817,"train_tokenizer.py",10120,0,"",python,selection_mouse +6752,27650745,"train_tokenizer.py",10117,0,"",python,selection_command +6753,27650842,"train_tokenizer.py",10117,5,"",python,content +6754,27651076,"train_tokenizer.py",10117,0,"t",python,content +6755,27651077,"train_tokenizer.py",10118,0,"",python,selection_keyboard +6756,27651128,"train_tokenizer.py",10118,0,"o",python,content +6757,27651130,"train_tokenizer.py",10119,0,"",python,selection_keyboard +6758,27651155,"train_tokenizer.py",10119,0,"k",python,content +6759,27651156,"train_tokenizer.py",10120,0,"",python,selection_keyboard +6760,27651272,"train_tokenizer.py",10120,0,"e",python,content +6761,27651273,"train_tokenizer.py",10121,0,"",python,selection_keyboard +6762,27651370,"train_tokenizer.py",10121,0,"n",python,content +6763,27651371,"train_tokenizer.py",10122,0,"",python,selection_keyboard +6764,27651425,"train_tokenizer.py",10122,0,"i",python,content +6765,27651428,"train_tokenizer.py",10123,0,"",python,selection_keyboard +6766,27651599,"train_tokenizer.py",10123,0,"z",python,content +6767,27651600,"train_tokenizer.py",10124,0,"",python,selection_keyboard +6768,27651608,"train_tokenizer.py",10124,0,"e",python,content +6769,27651609,"train_tokenizer.py",10125,0,"",python,selection_keyboard +6770,27651690,"train_tokenizer.py",10125,0,"r",python,content +6771,27651692,"train_tokenizer.py",10126,0,"",python,selection_keyboard +6772,27651842,"train_tokenizer.py",10125,0,"",python,selection_command +6773,27653171,"train_tokenizer.py",10117,0,"",python,selection_command +6774,27653367,"train_tokenizer.py",10116,0,"",python,selection_command +6775,27653465,"train_tokenizer.py",10106,0,"",python,selection_command +6776,27653694,"train_tokenizer.py",10104,0,"",python,selection_command +6777,27653906,"train_tokenizer.py",10106,0,"",python,selection_command +6778,27666601,"train_tokenizer.py",3515,0,"",python,selection_command +6779,27672409,"train_tokenizer.py",3615,0,"nizer",python,content +6780,27672409,"train_tokenizer.py",3614,1,"",python,content +6781,27672409,"train_tokenizer.py",3613,0,"k",python,content +6782,27672409,"train_tokenizer.py",3612,1,"",python,content +6783,27672409,"train_tokenizer.py",3611,0,"t",python,content +6784,27672410,"train_tokenizer.py",3610,1,"",python,content +6785,27672410,"train_tokenizer.py",3574,0,"nizer",python,content +6786,27672410,"train_tokenizer.py",3573,1,"",python,content +6787,27672410,"train_tokenizer.py",3572,0,"k",python,content +6788,27672410,"train_tokenizer.py",3571,1,"",python,content +6789,27672410,"train_tokenizer.py",3570,0,"t",python,content +6790,27672410,"train_tokenizer.py",3569,1,"",python,content +6791,27672410,"train_tokenizer.py",3531,0,"nizer",python,content +6792,27672410,"train_tokenizer.py",3530,1,"",python,content +6793,27672410,"train_tokenizer.py",3529,0,"k",python,content +6794,27672410,"train_tokenizer.py",3528,1,"",python,content +6795,27672410,"train_tokenizer.py",3527,0,"t",python,content +6796,27672410,"train_tokenizer.py",3526,1,"",python,content +6797,27673259,"train_tokenizer.py",3525,0,"",python,selection_command +6798,27673442,"train_tokenizer.py",3526,0,"",python,selection_command +6799,27674590,"train_tokenizer.py",3572,0,"",python,selection_command +6800,27675301,"train_tokenizer.py",3526,0,"",python,selection_command +6801,27676461,"train_tokenizer.py",3572,0,"",python,selection_command +6802,27676643,"train_tokenizer.py",3573,0,"",python,selection_command +6803,27681064,"train_tokenizer.py",3601,0,"",python,selection_command +6804,27681263,"train_tokenizer.py",3573,0,"",python,selection_command +6805,27681474,"train_tokenizer.py",3572,0,"",python,selection_command +6806,27681832,"train_tokenizer.py",3565,0,"",python,selection_command +6807,27683235,"train_tokenizer.py",3572,0,"",python,selection_command +6808,27683486,"train_tokenizer.py",3573,0,"",python,selection_command +6809,27684032,"train_tokenizer.py",3572,0,"",python,selection_command +6810,27684196,"train_tokenizer.py",3565,0,"",python,selection_command +6811,27685422,"train_tokenizer.py",3519,0,"",python,selection_command +6812,27685586,"train_tokenizer.py",3525,0,"",python,selection_command +6813,27685816,"train_tokenizer.py",3526,0,"",python,selection_command +6814,27686790,"train_tokenizer.py",3572,0,"",python,selection_command +6815,27687202,"train_tokenizer.py",3573,0,"",python,selection_command +6816,27687857,"train_tokenizer.py",3572,0,"",python,selection_command +6817,27688051,"train_tokenizer.py",3565,0,"",python,selection_command +6818,27688790,"train_tokenizer.py",3593,0,"",python,selection_command +6819,27688958,"train_tokenizer.py",3640,0,"",python,selection_command +6820,27689083,"train_tokenizer.py",3650,0,"",python,selection_command +6821,27689245,"train_tokenizer.py",3651,0,"",python,selection_command +6822,27689491,"train_tokenizer.py",3653,0,"",python,selection_command +6823,27689519,"train_tokenizer.py",3654,0,"",python,selection_command +6824,27689553,"train_tokenizer.py",3659,0,"",python,selection_command +6825,27689585,"train_tokenizer.py",3661,0,"",python,selection_command +6826,27689620,"train_tokenizer.py",3668,0,"",python,selection_command +6827,27689652,"train_tokenizer.py",3672,0,"",python,selection_command +6828,27689687,"train_tokenizer.py",3678,0,"",python,selection_command +6829,27689721,"train_tokenizer.py",3680,0,"",python,selection_command +6830,27689754,"train_tokenizer.py",3683,0,"",python,selection_command +6831,27689788,"train_tokenizer.py",3684,0,"",python,selection_command +6832,27689822,"train_tokenizer.py",3698,0,"",python,selection_command +6833,27689850,"train_tokenizer.py",3699,0,"",python,selection_command +6834,27689893,"train_tokenizer.py",3706,0,"",python,selection_command +6835,27689921,"train_tokenizer.py",3708,0,"",python,selection_command +6836,27689952,"train_tokenizer.py",3715,0,"",python,selection_command +6837,27689985,"train_tokenizer.py",3716,0,"",python,selection_command +6838,27690019,"train_tokenizer.py",3720,0,"",python,selection_command +6839,27690069,"train_tokenizer.py",3722,0,"",python,selection_command +6840,27690326,"train_tokenizer.py",3727,0,"",python,selection_command +6841,27690677,"train_tokenizer.py",3722,0,"",python,selection_command +6842,27690833,"train_tokenizer.py",3722,5,"",python,content +6843,27691228,"train_tokenizer.py",3722,0,"t",python,content +6844,27691228,"train_tokenizer.py",3723,0,"",python,selection_keyboard +6845,27691321,"train_tokenizer.py",3723,0,"o",python,content +6846,27691322,"train_tokenizer.py",3724,0,"",python,selection_keyboard +6847,27691343,"train_tokenizer.py",3724,0,"k",python,content +6848,27691344,"train_tokenizer.py",3725,0,"",python,selection_keyboard +6849,27691423,"train_tokenizer.py",3725,0,"e",python,content +6850,27691425,"train_tokenizer.py",3726,0,"",python,selection_keyboard +6851,27691505,"train_tokenizer.py",3726,0,"n",python,content +6852,27691507,"train_tokenizer.py",3727,0,"",python,selection_keyboard +6853,27691574,"train_tokenizer.py",3727,0,"i",python,content +6854,27691575,"train_tokenizer.py",3728,0,"",python,selection_keyboard +6855,27691622,"train_tokenizer.py",3728,0,"z",python,content +6856,27691623,"train_tokenizer.py",3729,0,"",python,selection_keyboard +6857,27691694,"train_tokenizer.py",3729,0,"e",python,content +6858,27691695,"train_tokenizer.py",3730,0,"",python,selection_keyboard +6859,27691770,"train_tokenizer.py",3730,0,"r",python,content +6860,27691772,"train_tokenizer.py",3731,0,"",python,selection_keyboard +6861,27691994,"train_tokenizer.py",3730,0,"",python,selection_command +6862,27692091,"train_tokenizer.py",3642,0,"",python,selection_command +6863,27692925,"train_tokenizer.py",3637,0,"",python,selection_command +6864,27693072,"train_tokenizer.py",3585,0,"",python,selection_command +6865,27693187,"train_tokenizer.py",3557,0,"",python,selection_command +6866,27693523,"train_tokenizer.py",3561,0,"",python,selection_command +6867,27693674,"train_tokenizer.py",3565,0,"",python,selection_command +6868,27693837,"train_tokenizer.py",3572,0,"",python,selection_command +6869,27693989,"train_tokenizer.py",3573,0,"",python,selection_command +6870,27694291,"train_tokenizer.py",3573,9,"",python,content +6871,27694373,"train_tokenizer.py",3573,0,"m",python,content +6872,27694375,"train_tokenizer.py",3574,0,"",python,selection_keyboard +6873,27694443,"train_tokenizer.py",3574,0,"o",python,content +6874,27694445,"train_tokenizer.py",3575,0,"",python,selection_keyboard +6875,27694531,"train_tokenizer.py",3575,0,"d",python,content +6876,27694532,"train_tokenizer.py",3576,0,"",python,selection_keyboard +6877,27694692,"train_tokenizer.py",3576,0,"e",python,content +6878,27694693,"train_tokenizer.py",3577,0,"",python,selection_keyboard +6879,27694840,"train_tokenizer.py",3577,0,"l",python,content +6880,27694842,"train_tokenizer.py",3578,0,"",python,selection_keyboard +6881,27694975,"train_tokenizer.py",3577,0,"",python,selection_command +6882,27695125,"train_tokenizer.py",3601,0,"",python,selection_command +6883,27695240,"train_tokenizer.py",3613,0,"",python,selection_command +6884,27695410,"train_tokenizer.py",3614,0,"",python,selection_command +6885,27696844,"train_tokenizer.py",3614,9,"",python,content +6886,27697127,"train_tokenizer.py",3614,0,"m",python,content +6887,27697129,"train_tokenizer.py",3615,0,"",python,selection_keyboard +6888,27697176,"train_tokenizer.py",3615,0,"o",python,content +6889,27697177,"train_tokenizer.py",3616,0,"",python,selection_keyboard +6890,27697227,"train_tokenizer.py",3616,0,"d",python,content +6891,27697229,"train_tokenizer.py",3617,0,"",python,selection_keyboard +6892,27697259,"train_tokenizer.py",3617,0,"e",python,content +6893,27697260,"train_tokenizer.py",3618,0,"",python,selection_keyboard +6894,27697440,"train_tokenizer.py",3618,0,"l",python,content +6895,27697442,"train_tokenizer.py",3619,0,"",python,selection_keyboard +6896,27697493,"train_tokenizer.py",3618,0,"",python,selection_command +6897,27697641,"train_tokenizer.py",3581,0,"",python,selection_command +6898,27698809,"train_tokenizer.py",3557,0,"",python,selection_command +6899,27698967,"train_tokenizer.py",3511,0,"",python,selection_command +6900,27699380,"train_tokenizer.py",3557,0,"",python,selection_command +6901,27699525,"train_tokenizer.py",3581,0,"",python,selection_command +6902,27699698,"train_tokenizer.py",3629,0,"",python,selection_command +6903,27699813,"train_tokenizer.py",3581,0,"",python,selection_command +6904,27699953,"train_tokenizer.py",3557,0,"",python,selection_command +6905,27700095,"train_tokenizer.py",3511,0,"",python,selection_command +6906,27700177,"train_tokenizer.py",3515,0,"",python,selection_command +6907,27700385,"train_tokenizer.py",3561,0,"",python,selection_command +6908,27700510,"train_tokenizer.py",3565,0,"",python,selection_command +6909,27701387,"train_tokenizer.py",3589,0,"",python,selection_command +6910,27701550,"train_tokenizer.py",3632,0,"",python,selection_command +6911,27701682,"train_tokenizer.py",3642,0,"",python,selection_command +6912,27702632,"train_tokenizer.py",3723,0,"",python,selection_command +6913,27703029,"train_tokenizer.py",3714,0,"",python,selection_command +6914,27703547,"train_tokenizer.py",3526,0,"",python,selection_command +6915,27704337,"train_tokenizer.py",3511,0,"",python,selection_command +6916,27704540,"train_tokenizer.py",3557,0,"",python,selection_command +6917,27704785,"train_tokenizer.py",3581,0,"",python,selection_command +6918,27704818,"train_tokenizer.py",3629,0,"",python,selection_command +6919,27704852,"train_tokenizer.py",3634,0,"",python,selection_command +6920,27705315,"train_tokenizer.py",3723,0,"",python,selection_command +6921,27705632,"train_tokenizer.py",3714,0,"",python,selection_command +6922,27705838,"train_tokenizer.py",3526,0,"",python,selection_command +6923,27706605,"train_tokenizer.py",3511,0,"",python,selection_command +6924,27706901,"train_tokenizer.py",3557,0,"",python,selection_command +6925,27707888,"train_tokenizer.py",3581,0,"",python,selection_command +6926,27708051,"train_tokenizer.py",3629,0,"",python,selection_command +6927,27708218,"train_tokenizer.py",3634,0,"",python,selection_command +6928,27708657,"train_tokenizer.py",3725,0,"",python,selection_command +6929,27709078,"train_tokenizer.py",3753,0,"",python,selection_command +6930,27711201,"train_tokenizer.py",4813,0,"",python,selection_command +6931,27712742,"train_tokenizer.py",4787,0,"",python,selection_command +6932,27712924,"train_tokenizer.py",4813,0,"",python,selection_command +6933,27713126,"train_tokenizer.py",4845,0,"",python,selection_command +6934,27718898,"train_tokenizer.py",4881,0,"",python,selection_command +6935,27719134,"train_tokenizer.py",4915,0,"",python,selection_command +6936,27719225,"train_tokenizer.py",4945,0,"",python,selection_command +6937,27719227,"train_tokenizer.py",4981,0,"",python,selection_command +6938,27719230,"train_tokenizer.py",5019,0,"",python,selection_command +6939,27719261,"train_tokenizer.py",5055,0,"",python,selection_command +6940,27719295,"train_tokenizer.py",5091,0,"",python,selection_command +6941,27719333,"train_tokenizer.py",5125,0,"",python,selection_command +6942,27719423,"train_tokenizer.py",5155,0,"",python,selection_command +6943,27719425,"train_tokenizer.py",5203,0,"",python,selection_command +6944,27719428,"train_tokenizer.py",5241,0,"",python,selection_command +6945,27719463,"train_tokenizer.py",5267,0,"",python,selection_command +6946,27719499,"train_tokenizer.py",5321,0,"",python,selection_command +6947,27719528,"train_tokenizer.py",5340,0,"",python,selection_command +6948,27719560,"train_tokenizer.py",5342,0,"",python,selection_command +6949,27719947,"train_tokenizer.py",5347,0,"",python,selection_command +6950,27720276,"train_tokenizer.py",5343,23,"",python,content +6951,27720280,"train_tokenizer.py",5347,0,"",python,selection_command +6952,27723321,"train_tokenizer.py",5403,0,"",python,selection_command +6953,27724143,"train_tokenizer.py",5347,0,"",python,selection_command +6954,27730073,"train_tokenizer.py",6363,0,"",python,selection_command +6955,27734103,"train_tokenizer.py",7959,0,"",python,selection_command +6956,27735325,"train_tokenizer.py",9178,0,"",python,selection_command +6957,27738359,"train_tokenizer.py",10764,0,"",python,selection_command +6958,27739481,"train_tokenizer.py",12360,0,"",python,selection_command +6959,27740195,"train_tokenizer.py",0,0,"",python,selection_command +6960,27741495,"train_tokenizer.py",41,0,"",python,selection_command +6961,27741769,"train_tokenizer.py",51,0,"",python,selection_command +6962,27741780,"train_tokenizer.py",52,0,"",python,selection_command +6963,27741814,"train_tokenizer.py",66,0,"",python,selection_command +6964,27741848,"train_tokenizer.py",104,0,"",python,selection_command +6965,27741970,"train_tokenizer.py",164,0,"",python,selection_command +6966,27741973,"train_tokenizer.py",223,0,"",python,selection_command +6967,27741980,"train_tokenizer.py",236,0,"",python,selection_command +6968,27742004,"train_tokenizer.py",267,0,"",python,selection_command +6969,27742013,"train_tokenizer.py",286,0,"",python,selection_command +6970,27742046,"train_tokenizer.py",307,0,"",python,selection_command +6971,27742076,"train_tokenizer.py",318,0,"",python,selection_command +6972,27742109,"train_tokenizer.py",342,0,"",python,selection_command +6973,27742144,"train_tokenizer.py",354,0,"",python,selection_command +6974,27742181,"train_tokenizer.py",367,0,"",python,selection_command +6975,27742294,"train_tokenizer.py",380,0,"",python,selection_command +6976,27742298,"train_tokenizer.py",403,0,"",python,selection_command +6977,27742304,"train_tokenizer.py",404,0,"",python,selection_command +6978,27742310,"train_tokenizer.py",448,0,"",python,selection_command +6979,27742347,"train_tokenizer.py",492,0,"",python,selection_command +6980,27742497,"train_tokenizer.py",535,0,"",python,selection_command +6981,27742646,"train_tokenizer.py",599,0,"",python,selection_command +6982,27763047,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +6983,27765103,"train_lam.py",0,0,"",python,tab +6984,27765106,"train_lam.py",429,0,"",python,selection_command +6985,27769138,"train_lam.py",366,0,"",python,selection_mouse +6986,27769141,"train_lam.py",365,0,"",python,selection_command +6987,27769461,"train_lam.py",0,0,"",python,tab +6988,27772666,"train_tokenizer.py",0,0,"",python,tab +6989,27814317,"train_tokenizer.py",7804,0,"",python,selection_mouse +6990,27814320,"train_tokenizer.py",7803,0,"",python,selection_command +6991,27949838,"train_lam.py",0,0,"",python,tab +6992,27950555,"train_lam.py",0,0,"",python,selection_command +6993,27952682,"train_lam.py",104,0,"from flax.training.train_state import TrainState\n",python,content +6994,27953134,"train_lam.py",1967,0,"",python,selection_command +6995,27954822,"train_lam.py",3170,0,"",python,selection_keyboard +6996,27955226,"train_lam.py",3189,0,"",python,selection_command +6997,27955475,"train_lam.py",3208,0,"",python,selection_command +6998,27955505,"train_lam.py",3255,0,"",python,selection_command +6999,27955541,"train_lam.py",3265,0,"",python,selection_command +7000,27955573,"train_lam.py",3302,0,"",python,selection_command +7001,27955610,"train_lam.py",3303,0,"",python,selection_command +7002,27955640,"train_lam.py",3311,0,"",python,selection_command +7003,27962116,"train_lam.py",3321,0,"",python,selection_command +7004,27962243,"train_lam.py",3327,0,"",python,selection_command +7005,27962601,"train_lam.py",3311,0,"",python,selection_command +7006,27962992,"train_lam.py",3327,0,"",python,selection_command +7007,27963262,"train_lam.py",3311,0,"",python,selection_command +7008,27968860,"models/lam.py",0,0,"",python,tab +7009,27972968,"train_lam.py",0,0,"",python,tab +7010,27976053,"models/lam.py",0,0,"",python,tab +7011,27979633,"train_lam.py",0,0,"",python,tab +7012,27989689,"train_lam.py",0,0,"",python,tab +7013,27989694,"train_lam.py",429,0,"",python,selection_command +7014,28008515,"train_lam.py",2169,0,"",python,selection_mouse +7015,28009882,"train_lam.py",2169,33,"",python,content +7016,28009918,"train_lam.py",2168,0,"",python,selection_command +7017,28019631,"train_lam.py",2296,0,"",python,selection_mouse +7018,28021398,"train_lam.py",2575,0,"",python,selection_mouse +7019,28065586,"train_lam.py",3295,0,"",python,selection_mouse +7020,28066520,"train_lam.py",3295,5,"",python,content +7021,28066660,"train_lam.py",3295,0,"l",python,content +7022,28066661,"train_lam.py",3296,0,"",python,selection_keyboard +7023,28066763,"train_lam.py",3296,0,"a",python,content +7024,28066764,"train_lam.py",3297,0,"",python,selection_keyboard +7025,28066814,"train_lam.py",3297,0,"m",python,content +7026,28066814,"train_lam.py",3298,0,"",python,selection_keyboard +7027,28066983,"train_lam.py",3297,0,"",python,selection_command +7028,28068734,"train_lam.py",3471,0,"",python,selection_mouse +7029,28069168,"train_lam.py",3471,5,"",python,content +7030,28070197,"train_lam.py",3471,0,"l",python,content +7031,28070198,"train_lam.py",3472,0,"",python,selection_keyboard +7032,28070273,"train_lam.py",3472,0,"a",python,content +7033,28070274,"train_lam.py",3473,0,"",python,selection_keyboard +7034,28070359,"train_lam.py",3473,0,"m",python,content +7035,28070360,"train_lam.py",3474,0,"",python,selection_keyboard +7036,28070486,"train_lam.py",3473,0,"",python,selection_command +7037,28070622,"train_lam.py",3391,0,"",python,selection_command +7038,28089933,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +7039,28089935,"train_lam.py",3399,0,"",python,selection_mouse +7040,28090090,"train_lam.py",3398,1," ",python,selection_mouse +7041,28090216,"train_lam.py",3376,27," # --- Update model ---\n",python,selection_mouse +7042,28090807,"train_lam.py",3401,0,"",python,selection_command +7043,28091872,"train_lam.py",0,0,"",python,tab +7044,28091873,"train_lam.py",3294,0,"",python,selection_mouse +7045,28093567,"train_lam.py",3334,0,"",python,selection_command +7046,28093624,"train_lam.py",3358,0,"",python,selection_command +7047,28093797,"train_lam.py",3389,0,"",python,selection_command +7048,28094099,"train_lam.py",3390,0,"\n ",python,content +7049,28094282,"train_lam.py",3395,0," # --- Update model ---",python,content +7050,28095667,"train_lam.py",3420,0,"",python,selection_command +7051,28096261,"train_lam.py",3399,0,"",python,selection_command +7052,28097246,"train_lam.py",3395,4,"",python,content +7053,28097427,"train_lam.py",3394,0,"",python,selection_command +7054,28098038,"train_lam.py",3421,0,"",python,selection_command +7055,28098356,"train_lam.py",3506,0,"",python,selection_command +7056,28098856,"train_lam.py",3530,0,"\n ",python,content +7057,28099093,"train_lam.py",3535,0,"\n ",python,content +7058,28099093,"train_lam.py",3531,4,"",python,content +7059,28101823,"train_lam.py",0,0,"",python,tab +7060,28101824,"train_lam.py",3693,0,"",python,selection_mouse +7061,28101948,"train_lam.py",3687,8,"inactive",python,selection_mouse +7062,28102144,"train_lam.py",3671,44," # --- Reset inactive latent actions ---\n",python,selection_mouse +7063,28102360,"train_lam.py",3671,100," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n",python,selection_mouse +7064,28102379,"train_lam.py",3671,130," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n",python,selection_mouse +7065,28102470,"train_lam.py",3671,167," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n",python,selection_mouse +7066,28102474,"train_lam.py",3671,243," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n",python,selection_mouse +7067,28102476,"train_lam.py",3671,290," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n",python,selection_mouse +7068,28102477,"train_lam.py",3671,371," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n",python,selection_mouse +7069,28102545,"train_lam.py",3671,429," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n",python,selection_mouse +7070,28102813,"train_lam.py",3671,459," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n",python,selection_mouse +7071,28102830,"train_lam.py",3671,529," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n",python,selection_mouse +7072,28102866,"train_lam.py",3671,535," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n",python,selection_mouse +7073,28103018,"train_lam.py",3671,595," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n",python,selection_mouse +7074,28103191,"train_lam.py",3671,663," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n",python,selection_mouse +7075,28103279,"train_lam.py",3671,722," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n",python,selection_mouse +7076,28103720,"train_lam.py",3671,663," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n",python,selection_mouse +7077,28103726,"train_lam.py",3671,595," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n",python,selection_mouse +7078,28103763,"train_lam.py",3671,535," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n",python,selection_mouse +7079,28104566,"train_lam.py",3671,595," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n",python,selection_mouse +7080,28104569,"train_lam.py",3671,663," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n",python,selection_mouse +7081,28105476,"train_lam.py",4332,0,"",python,selection_command +7082,28106360,"train_lam.py",0,0,"",python,tab +7083,28106902,"train_lam.py",3536,0," # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,content +7084,28107430,"train_lam.py",4197,0,"",python,selection_command +7085,28108760,"train_lam.py",4131,0,"",python,selection_command +7086,28108959,"train_lam.py",4071,0,"",python,selection_command +7087,28109139,"train_lam.py",4065,0,"",python,selection_command +7088,28109166,"train_lam.py",3995,0,"",python,selection_command +7089,28109285,"train_lam.py",3965,0,"",python,selection_command +7090,28109288,"train_lam.py",3907,0,"",python,selection_command +7091,28109290,"train_lam.py",3826,0,"",python,selection_command +7092,28109299,"train_lam.py",3779,0,"",python,selection_command +7093,28109345,"train_lam.py",3703,0,"",python,selection_command +7094,28109369,"train_lam.py",3666,0,"",python,selection_command +7095,28109502,"train_lam.py",3636,0,"",python,selection_command +7096,28109656,"train_lam.py",3580,0,"",python,selection_command +7097,28109817,"train_lam.py",3532,0,"",python,selection_command +7098,28110035,"train_lam.py",3540,0,"",python,selection_command +7099,28110245,"train_lam.py",3536,4,"",python,content +7100,28110404,"train_lam.py",3535,0,"",python,selection_command +7101,28115426,"train_lam.py",3579,0,"",python,selection_command +7102,28117244,"train_lam.py",3580,0,"",python,selection_command +7103,28121336,"train_lam.py",3636,0,"",python,selection_command +7104,28121576,"train_lam.py",3666,0,"",python,selection_command +7105,28121606,"train_lam.py",3703,0,"",python,selection_command +7106,28121640,"train_lam.py",3779,0,"",python,selection_command +7107,28121673,"train_lam.py",3826,0,"",python,selection_command +7108,28121714,"train_lam.py",3907,0,"",python,selection_command +7109,28121739,"train_lam.py",3965,0,"",python,selection_command +7110,28121772,"train_lam.py",3995,0,"",python,selection_command +7111,28121897,"train_lam.py",4065,0,"",python,selection_command +7112,28122061,"train_lam.py",4071,0,"",python,selection_command +7113,28122248,"train_lam.py",4131,0,"",python,selection_command +7114,28122382,"train_lam.py",4199,0,"",python,selection_command +7115,28122500,"train_lam.py",4204,0,"",python,selection_command +7116,28122660,"train_lam.py",4209,0,"",python,selection_command +7117,28122826,"train_lam.py",4210,0,"",python,selection_command +7118,28123048,"train_lam.py",4216,0,"",python,selection_command +7119,28123469,"train_lam.py",4217,0,"",python,selection_command +7120,28123646,"train_lam.py",4218,0,"",python,selection_command +7121,28123746,"train_lam.py",4219,0,"",python,selection_command +7122,28123889,"train_lam.py",4219,0," ",python,content +7123,28123890,"train_lam.py",4220,0,"",python,selection_keyboard +7124,28125164,"train_lam.py",4219,1,"",python,content +7125,28125496,"train_lam.py",4218,1,"",python,content +7126,28125859,"train_lam.py",4218,0," ",python,content +7127,28125860,"train_lam.py",4219,0,"",python,selection_keyboard +7128,28126279,"train_lam.py",4219,0,",",python,content +7129,28126280,"train_lam.py",4220,0,"",python,selection_keyboard +7130,28126754,"train_lam.py",4220,0," ",python,content +7131,28126755,"train_lam.py",4221,0,"",python,selection_keyboard +7132,28126869,"train_lam.py",4220,0,"",python,selection_command +7133,28126996,"train_lam.py",4219,0,"",python,selection_command +7134,28127977,"train_lam.py",4219,0,"a",python,content +7135,28127978,"train_lam.py",4220,0,"",python,selection_keyboard +7136,28128088,"train_lam.py",4220,0,"c",python,content +7137,28128089,"train_lam.py",4221,0,"",python,selection_keyboard +7138,28128277,"train_lam.py",4221,0,"t",python,content +7139,28128279,"train_lam.py",4222,0,"",python,selection_keyboard +7140,28128376,"train_lam.py",4222,0,"i",python,content +7141,28128376,"train_lam.py",4223,0,"",python,selection_keyboard +7142,28128421,"train_lam.py",4223,0,"o",python,content +7143,28128422,"train_lam.py",4224,0,"",python,selection_keyboard +7144,28128473,"train_lam.py",4224,0,"n",python,content +7145,28128474,"train_lam.py",4225,0,"",python,selection_keyboard +7146,28129004,"train_lam.py",4225,0,"_",python,content +7147,28129005,"train_lam.py",4226,0,"",python,selection_keyboard +7148,28129181,"train_lam.py",4226,0,"l",python,content +7149,28129182,"train_lam.py",4227,0,"",python,selection_keyboard +7150,28129209,"train_lam.py",4227,0,"a",python,content +7151,28129210,"train_lam.py",4228,0,"",python,selection_keyboard +7152,28129269,"train_lam.py",4228,0,"s",python,content +7153,28129270,"train_lam.py",4229,0,"",python,selection_keyboard +7154,28129326,"train_lam.py",4229,0,"t",python,content +7155,28129327,"train_lam.py",4230,0,"",python,selection_keyboard +7156,28129573,"train_lam.py",4230,0,"_",python,content +7157,28129575,"train_lam.py",4231,0,"",python,selection_keyboard +7158,28129761,"train_lam.py",4231,0,"a",python,content +7159,28129763,"train_lam.py",4232,0,"",python,selection_keyboard +7160,28130153,"train_lam.py",4232,0,"c",python,content +7161,28130154,"train_lam.py",4233,0,"",python,selection_keyboard +7162,28130373,"train_lam.py",4233,0,"i",python,content +7163,28130374,"train_lam.py",4234,0,"",python,selection_keyboard +7164,28130512,"train_lam.py",4234,0,"v",python,content +7165,28130513,"train_lam.py",4235,0,"",python,selection_keyboard +7166,28130727,"train_lam.py",4234,1,"",python,content +7167,28130887,"train_lam.py",4233,1,"",python,content +7168,28131030,"train_lam.py",4233,0,"t",python,content +7169,28131031,"train_lam.py",4234,0,"",python,selection_keyboard +7170,28131136,"train_lam.py",4234,0,"i",python,content +7171,28131138,"train_lam.py",4235,0,"",python,selection_keyboard +7172,28131230,"train_lam.py",4235,0,"v",python,content +7173,28131231,"train_lam.py",4236,0,"",python,selection_keyboard +7174,28131278,"train_lam.py",4236,0,"e",python,content +7175,28131278,"train_lam.py",4237,0,"",python,selection_keyboard +7176,28131501,"train_lam.py",4236,0,"",python,selection_command +7177,28133054,"train_lam.py",4168,0,"",python,selection_command +7178,28133683,"train_lam.py",4131,0,"",python,selection_command +7179,28134707,"train_lam.py",4150,0,"",python,selection_command +7180,28134984,"train_lam.py",4152,0,"",python,selection_command +7181,28134987,"train_lam.py",4155,0,"",python,selection_command +7182,28135020,"train_lam.py",4156,0,"",python,selection_command +7183,28135056,"train_lam.py",4161,0,"",python,selection_command +7184,28135083,"train_lam.py",4162,0,"",python,selection_command +7185,28135120,"train_lam.py",4170,0,"",python,selection_command +7186,28135350,"train_lam.py",4172,0,"",python,selection_command +7187,28135521,"train_lam.py",4173,0,"",python,selection_command +7188,28135703,"train_lam.py",4175,0,"",python,selection_command +7189,28136956,"train_lam.py",4115,0,"",python,selection_command +7190,28139471,"train_lam.py",4175,0,"",python,selection_command +7191,28139749,"train_lam.py",4127,67," action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7192,28139882,"train_lam.py",4067,127," state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7193,28140145,"train_lam.py",4061,133," )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7194,28140174,"train_lam.py",3991,203," jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7195,28140208,"train_lam.py",3961,233," new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7196,28140227,"train_lam.py",3903,291," do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7197,28140260,"train_lam.py",3822,372," reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7198,28140293,"train_lam.py",3775,419," p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7199,28140331,"train_lam.py",3699,495," action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7200,28140365,"train_lam.py",3662,532," active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7201,28140493,"train_lam.py",3632,562," num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7202,28140641,"train_lam.py",3576,618," codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,selection_command +7203,28162554,"train_lam.py",12001,69," model_state=ocp.args.StandardSave(train_state),",python,content +7204,28162555,"train_lam.py",10107,69," \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n ",python,content +7205,28162555,"train_lam.py",9458,43," train_state = restored[""model_state""]",python,content +7206,28162555,"train_lam.py",9077,54," ocp.utils.to_shape_dtype_struct, train_state",python,content +7207,28162555,"train_lam.py",7070,62," train_state = jax.device_put(train_state, replicated_sharding)",python,content +7208,28162555,"train_lam.py",6675,38," \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,content +7209,28162555,"train_lam.py",3391,855," grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics",python,content +7210,28162555,"train_lam.py",3280,39,"def train_step(model, inputs, action_last_active):",python,content +7211,28162556,"train_lam.py",2152,17," model.train() # Set training mode for dropout",python,content +7212,28162563,"train_lam.py",0,12728,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n loss, recon, metrics = train_step(lam, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7213,28163569,"train_lam.py",10107,0," loss, recon, metrics = train_step(lam, optimizer, inputs, action_last_active, rng)\n",python,content +7214,28163570,"train_lam.py",4195,51," \n return loss, recon, action_last_active, metrics, rng",python,content +7215,28163570,"train_lam.py",4067,59," \n # Update the model's codebook\n new_params = params.copy()\n new_params[""vq""][""codebook""] = new_codebook\n nnx.update(lam, nnx.merge(lam.graphdef, new_params, lam.state))\n \n # Reset action_last_active for codes that were reset",python,content +7216,28163570,"train_lam.py",3961,0," \n # Apply reset\n",python,content +7217,28163570,"train_lam.py",3775,127," \n # Calculate reset probabilities\n p_code = active_codes / (active_codes.sum() + 1e-8) # Add small epsilon to avoid division by zero\n \n # Generate reset indices\n rng, reset_rng = jax.random.split(rng)\n reset_idxs = jax.random.choice(reset_rng, num_codes, shape=(num_codes,), p=p_code)\n \n # Determine which codes to reset",python,content +7218,28163570,"train_lam.py",3662,36," active_codes = index_counts != 0.0\n \n # Update action_last_active tracking",python,content +7219,28163570,"train_lam.py",3576,55," # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Get codebook from the model\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n codebook = params[""vq""][""codebook""]",python,content +7220,28163570,"train_lam.py",3280,39,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7221,28163762,"train_lam.py",11018,70,"",python,content +7222,28163764,"train_lam.py",10923,94," loss, recon, metrics = train_step(lam, optimizer, inputs)",python,content +7223,28163764,"train_lam.py",5001,61," return loss, recon, action_last_active, metrics",python,content +7224,28163764,"train_lam.py",4685,247," state.params[""params""][""vq""][""codebook""] = new_codebook",python,content +7225,28163764,"train_lam.py",4556,23,"",python,content +7226,28163764,"train_lam.py",4148,349," p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)",python,content +7227,28163764,"train_lam.py",3987,84," active_codes = idx_counts != 0.0",python,content +7228,28163764,"train_lam.py",3601,355," codebook = state.params[""params""][""vq""][""codebook""]",python,content +7229,28163764,"train_lam.py",3280,64,"def train_step(lam, optimizer, inputs):",python,content +7230,28163767,"train_lam.py",0,12407,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7231,28163771,"train_lam.py",12320,71," model_state=ocp.args.StandardSave(optimizer),",python,content +7232,28163771,"train_lam.py",9957,538," loss, recon, metrics = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7233,28163771,"train_lam.py",9306,45," optimizer = restored[""model_state""]",python,content +7234,28163771,"train_lam.py",8923,56," ocp.utils.to_shape_dtype_struct, optimizer",python,content +7235,28163771,"train_lam.py",6912,66," optimizer = jax.device_put(optimizer, replicated_sharding)",python,content +7236,28163771,"train_lam.py",6196,359," optimizer = nnx.Optimizer(lam, tx)",python,content +7237,28163771,"train_lam.py",3646,121," return loss, recon, action_last_active, metrics, rng",python,content +7238,28163772,"train_lam.py",3435,205," # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Get codebook from the model\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n codebook = params[""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = index_counts != 0.0\n \n # Update action_last_active tracking\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # Calculate reset probabilities\n p_code = active_codes / (active_codes.sum() + 1e-8) # Add small epsilon to avoid division by zero\n \n # Generate reset indices\n rng, reset_rng = jax.random.split(rng)\n reset_idxs = jax.random.choice(reset_rng, num_codes, shape=(num_codes,), p=p_code)\n \n # Determine which codes to reset\n do_reset = action_last_active >= args.vq_reset_thresh\n \n # Apply reset\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n \n # Update the model's codebook\n new_params = params.copy()\n new_params[""vq""][""codebook""] = new_codebook\n nnx.update(lam, nnx.merge(lam.graphdef, new_params, lam.state))\n \n # Reset action_last_active for codes that were reset\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,content +7239,28163772,"train_lam.py",3313,50,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7240,28163772,"train_lam.py",2152,50," model.train()",python,content +7241,28170317,"train_lam.py",12842,69," model_state=ocp.args.StandardSave(train_state),",python,content +7242,28170318,"train_lam.py",10923,94," \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n ",python,content +7243,28170318,"train_lam.py",10274,43," train_state = restored[""model_state""]",python,content +7244,28170318,"train_lam.py",9893,54," ocp.utils.to_shape_dtype_struct, train_state",python,content +7245,28170318,"train_lam.py",7886,62," train_state = jax.device_put(train_state, replicated_sharding)",python,content +7246,28170318,"train_lam.py",7491,38," \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,content +7247,28170318,"train_lam.py",5006,56," # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics",python,content +7248,28170318,"train_lam.py",3416,1584," grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))",python,content +7249,28170318,"train_lam.py",3280,64,"def train_step(model, inputs, action_last_active):",python,content +7250,28170318,"train_lam.py",2152,17," model.train() # Set training mode for dropout",python,content +7251,28170327,"train_lam.py",0,12728,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Get codebook from the model\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n codebook = params[""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = index_counts != 0.0\n \n # Update action_last_active tracking\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # Calculate reset probabilities\n p_code = active_codes / (active_codes.sum() + 1e-8) # Add small epsilon to avoid division by zero\n \n # Generate reset indices\n rng, reset_rng = jax.random.split(rng)\n reset_idxs = jax.random.choice(reset_rng, num_codes, shape=(num_codes,), p=p_code)\n \n # Determine which codes to reset\n do_reset = action_last_active >= args.vq_reset_thresh\n \n # Apply reset\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n \n # Update the model's codebook\n new_params = params.copy()\n new_params[""vq""][""codebook""] = new_codebook\n nnx.update(lam, nnx.merge(lam.graphdef, new_params, lam.state))\n \n # Reset action_last_active for codes that were reset\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n \n return loss, recon, action_last_active, metrics, rng\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n loss, recon, metrics = train_step(lam, optimizer, inputs, action_last_active, rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7252,28171233,"train_lam.py",10923,94," loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7253,28171233,"train_lam.py",10698,26," action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)",python,content +7254,28171234,"train_lam.py",10966,119," loss, recon, metrics = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7255,28171234,"train_lam.py",10698,69," action_last_active = 0",python,content +7256,28171234,"train_lam.py",0,13248,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7257,28171240,"train_lam.py",12320,71," model_state=ocp.args.StandardSave(optimizer),",python,content +7258,28171240,"train_lam.py",9957,538," loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7259,28171240,"train_lam.py",9732,26," action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)",python,content +7260,28171240,"train_lam.py",9306,45," optimizer = restored[""model_state""]",python,content +7261,28171240,"train_lam.py",8923,56," ocp.utils.to_shape_dtype_struct, optimizer",python,content +7262,28171240,"train_lam.py",6912,66," optimizer = jax.device_put(optimizer, replicated_sharding)",python,content +7263,28171240,"train_lam.py",6196,359," optimizer = nnx.Optimizer(lam, tx)",python,content +7264,28171240,"train_lam.py",3646,121," return loss, recon, action_last_active, metrics, rng",python,content +7265,28171240,"train_lam.py",3435,205," # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Get codebook from the model\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n codebook = params[""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = index_counts != 0.0\n \n # Update action_last_active tracking\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # Calculate reset probabilities\n p_code = active_codes / (active_codes.sum() + 1e-8) # Add small epsilon to avoid division by zero\n \n # Generate reset indices\n rng, reset_rng = jax.random.split(rng)\n reset_idxs = jax.random.choice(reset_rng, num_codes, shape=(num_codes,), p=p_code)\n \n # Determine which codes to reset\n do_reset = action_last_active >= args.vq_reset_thresh\n \n # Apply reset\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n \n # Update the model's codebook\n new_params = params.copy()\n new_params[""vq""][""codebook""] = new_codebook\n nnx.update(lam, nnx.merge(lam.graphdef, new_params, lam.state))\n \n # Reset action_last_active for codes that were reset\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,content +7266,28171240,"train_lam.py",3313,50,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7267,28171240,"train_lam.py",2152,50," model.train()",python,content +7268,28178521,"train_lam.py",12910,69," model_state=ocp.args.StandardSave(train_state),",python,content +7269,28178521,"train_lam.py",10966,119," \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n ",python,content +7270,28178521,"train_lam.py",10698,69," action_last_active = 0",python,content +7271,28178521,"train_lam.py",10274,43," train_state = restored[""model_state""]",python,content +7272,28178521,"train_lam.py",9893,54," ocp.utils.to_shape_dtype_struct, train_state",python,content +7273,28178521,"train_lam.py",7886,62," train_state = jax.device_put(train_state, replicated_sharding)",python,content +7274,28178521,"train_lam.py",7491,38," \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,content +7275,28178522,"train_lam.py",5006,56," # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics",python,content +7276,28178522,"train_lam.py",3416,1584," grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))",python,content +7277,28178522,"train_lam.py",3280,64,"def train_step(model, inputs, action_last_active):",python,content +7278,28178522,"train_lam.py",2152,17," model.train() # Set training mode for dropout",python,content +7279,28178530,"train_lam.py",0,12728,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Get codebook from the model\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n codebook = params[""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = index_counts != 0.0\n \n # Update action_last_active tracking\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # Calculate reset probabilities\n p_code = active_codes / (active_codes.sum() + 1e-8) # Add small epsilon to avoid division by zero\n \n # Generate reset indices\n rng, reset_rng = jax.random.split(rng)\n reset_idxs = jax.random.choice(reset_rng, num_codes, shape=(num_codes,), p=p_code)\n \n # Determine which codes to reset\n do_reset = action_last_active >= args.vq_reset_thresh\n \n # Apply reset\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n \n # Update the model's codebook\n new_params = params.copy()\n new_params[""vq""][""codebook""] = new_codebook\n nnx.update(lam, nnx.merge(lam.graphdef, new_params, lam.state))\n \n # Reset action_last_active for codes that were reset\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n \n return loss, recon, action_last_active, metrics, rng\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7280,28179741,"train_lam.py",4153,847," # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,content +7281,28179742,"train_lam.py",4072,0," active_codes = index_counts != 0.0\n",python,content +7282,28179742,"train_lam.py",3833,198,"",python,content +7283,28179743,"train_lam.py",3994,222," # Calculate reset probabilities\n p_code = active_codes / (active_codes.sum() + 1e-8) # Add small epsilon to avoid division by zero\n \n # Generate reset indices\n rng, reset_rng = jax.random.split(rng)\n reset_idxs = jax.random.choice(reset_rng, num_codes, shape=(num_codes,), p=p_code)\n \n # Determine which codes to reset\n do_reset = action_last_active >= args.vq_reset_thresh\n \n # Apply reset\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n \n # Update the model's codebook\n new_params = params.copy()\n new_params[""vq""][""codebook""] = new_codebook\n nnx.update(lam, nnx.merge(lam.graphdef, new_params, lam.state))\n \n # Reset action_last_active for codes that were reset\n action_last_active = jnp.where(do_reset, 0, action_last_active)",python,content +7284,28179743,"train_lam.py",3874,39,"",python,content +7285,28179743,"train_lam.py",3833,0," # Get codebook from the model\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n codebook = params[""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = index_counts != 0.0\n \n",python,content +7286,28179744,"train_lam.py",0,13316,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7287,28179747,"train_lam.py",12320,71," model_state=ocp.args.StandardSave(optimizer),",python,content +7288,28179747,"train_lam.py",9957,538," loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7289,28179747,"train_lam.py",9732,26," action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)",python,content +7290,28179747,"train_lam.py",9306,45," optimizer = restored[""model_state""]",python,content +7291,28179747,"train_lam.py",8923,56," ocp.utils.to_shape_dtype_struct, optimizer",python,content +7292,28179748,"train_lam.py",6912,66," optimizer = jax.device_put(optimizer, replicated_sharding)",python,content +7293,28179748,"train_lam.py",6196,359," optimizer = nnx.Optimizer(lam, tx)",python,content +7294,28179748,"train_lam.py",3646,121," # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach\n \n return loss, recon, action_last_active, metrics, rng",python,content +7295,28179748,"train_lam.py",3435,205," # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)",python,content +7296,28179748,"train_lam.py",3313,50,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7297,28179748,"train_lam.py",2152,50," model.train()",python,content +7298,28190369,"train_lam.py",12126,69," model_state=ocp.args.StandardSave(train_state),",python,content +7299,28190369,"train_lam.py",10182,119," \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n ",python,content +7300,28190369,"train_lam.py",9914,69," action_last_active = 0",python,content +7301,28190369,"train_lam.py",9490,43," train_state = restored[""model_state""]",python,content +7302,28190369,"train_lam.py",9109,54," ocp.utils.to_shape_dtype_struct, train_state",python,content +7303,28190369,"train_lam.py",7102,62," train_state = jax.device_put(train_state, replicated_sharding)",python,content +7304,28190369,"train_lam.py",6707,38," \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,content +7305,28190369,"train_lam.py",3994,284," # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics",python,content +7306,28190370,"train_lam.py",3416,572," grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))",python,content +7307,28190370,"train_lam.py",3280,64,"def train_step(model, inputs, action_last_active):",python,content +7308,28190370,"train_lam.py",2152,17," model.train() # Set training mode for dropout",python,content +7309,28190372,"train_lam.py",0,12728,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach\n \n return loss, recon, action_last_active, metrics, rng\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7310,28191967,"train_lam.py",9267,36," items=ocp.args.Composite(",python,content +7311,28191968,"train_lam.py",9267,37," args=ocp.args.Composite(",python,content +7312,28191968,"train_lam.py",0,12532,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7313,28191972,"train_lam.py",12320,71," model_state=ocp.args.StandardSave(optimizer),",python,content +7314,28191972,"train_lam.py",9957,538," loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7315,28191972,"train_lam.py",9732,26," action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)",python,content +7316,28191972,"train_lam.py",9306,45," optimizer = restored[""model_state""]",python,content +7317,28191972,"train_lam.py",9083,36," items=ocp.args.Composite(",python,content +7318,28191972,"train_lam.py",8923,56," ocp.utils.to_shape_dtype_struct, optimizer",python,content +7319,28191972,"train_lam.py",6912,66," optimizer = jax.device_put(optimizer, replicated_sharding)",python,content +7320,28191972,"train_lam.py",6196,359," optimizer = nnx.Optimizer(lam, tx)",python,content +7321,28191972,"train_lam.py",3646,121," return loss, recon, action_last_active, metrics, rng",python,content +7322,28191972,"train_lam.py",3435,205," # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,content +7323,28191972,"train_lam.py",3313,50,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7324,28191972,"train_lam.py",2152,50," model.train()",python,content +7325,28196848,"train_lam.py",12127,69," model_state=ocp.args.StandardSave(train_state),",python,content +7326,28196849,"train_lam.py",10183,119," \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n ",python,content +7327,28196849,"train_lam.py",9915,69," action_last_active = 0",python,content +7328,28196849,"train_lam.py",9491,43," train_state = restored[""model_state""]",python,content +7329,28196849,"train_lam.py",9267,37," args=ocp.args.Composite(",python,content +7330,28196849,"train_lam.py",9109,54," ocp.utils.to_shape_dtype_struct, train_state",python,content +7331,28196849,"train_lam.py",7102,62," train_state = jax.device_put(train_state, replicated_sharding)",python,content +7332,28196849,"train_lam.py",6707,38," \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,content +7333,28196849,"train_lam.py",4222,56," # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics",python,content +7334,28196849,"train_lam.py",3416,800," grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))",python,content +7335,28196849,"train_lam.py",3280,64,"def train_step(model, inputs, action_last_active):",python,content +7336,28196849,"train_lam.py",2152,17," model.train() # Set training mode for dropout",python,content +7337,28196856,"train_lam.py",0,12728,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach\n \n return loss, recon, action_last_active, metrics, rng\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n items=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7338,28198112,"train_lam.py",12082,44," items=ocp.args.Composite(",python,content +7339,28198114,"train_lam.py",12082,45," args=ocp.args.Composite(",python,content +7340,28198115,"train_lam.py",0,12533,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7341,28198118,"train_lam.py",12275,116," items=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),",python,content +7342,28198118,"train_lam.py",9957,538," loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7343,28198118,"train_lam.py",9732,26," action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)",python,content +7344,28198118,"train_lam.py",9306,45," optimizer = restored[""model_state""]",python,content +7345,28198118,"train_lam.py",9083,36," items=ocp.args.Composite(",python,content +7346,28198118,"train_lam.py",8923,56," ocp.utils.to_shape_dtype_struct, optimizer",python,content +7347,28198118,"train_lam.py",6912,66," optimizer = jax.device_put(optimizer, replicated_sharding)",python,content +7348,28198118,"train_lam.py",6196,359," optimizer = nnx.Optimizer(lam, tx)",python,content +7349,28198118,"train_lam.py",3646,121," return loss, recon, action_last_active, metrics, rng",python,content +7350,28198118,"train_lam.py",3435,205," # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,content +7351,28198118,"train_lam.py",3313,50,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7352,28198118,"train_lam.py",2152,50," model.train()",python,content +7353,28212338,"train_lam.py",12082,115," args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),",python,content +7354,28212338,"train_lam.py",10183,119," \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n ",python,content +7355,28212338,"train_lam.py",9915,69," action_last_active = 0",python,content +7356,28212338,"train_lam.py",9491,43," train_state = restored[""model_state""]",python,content +7357,28212338,"train_lam.py",9267,37," args=ocp.args.Composite(",python,content +7358,28212338,"train_lam.py",9109,54," ocp.utils.to_shape_dtype_struct, train_state",python,content +7359,28212338,"train_lam.py",7102,62," train_state = jax.device_put(train_state, replicated_sharding)",python,content +7360,28212339,"train_lam.py",6707,38," \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,content +7361,28212339,"train_lam.py",4222,56," # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics",python,content +7362,28212339,"train_lam.py",3416,800," grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))",python,content +7363,28212339,"train_lam.py",3280,64,"def train_step(model, inputs, action_last_active):",python,content +7364,28212339,"train_lam.py",2152,17," model.train() # Set training mode for dropout",python,content +7365,28212346,"train_lam.py",0,12728,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach\n \n return loss, recon, action_last_active, metrics, rng\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n items=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n items=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7366,28212356,"train_lam.py",9267,37," args=ocp.args.Composite(",python,content +7367,28212357,"train_lam.py",9267,36," items=ocp.args.Composite(",python,content +7368,28212357,"train_lam.py",0,12534,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7369,28212359,"train_lam.py",12275,116," items=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),",python,content +7370,28212359,"train_lam.py",9957,538," loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7371,28212359,"train_lam.py",9732,26," action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)",python,content +7372,28212359,"train_lam.py",9306,45," optimizer = restored[""model_state""]",python,content +7373,28212359,"train_lam.py",8923,56," ocp.utils.to_shape_dtype_struct, optimizer",python,content +7374,28212359,"train_lam.py",6912,66," optimizer = jax.device_put(optimizer, replicated_sharding)",python,content +7375,28212359,"train_lam.py",6196,359," optimizer = nnx.Optimizer(lam, tx)",python,content +7376,28212359,"train_lam.py",3646,121," return loss, recon, action_last_active, metrics, rng",python,content +7377,28212359,"train_lam.py",3435,205," # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,content +7378,28212359,"train_lam.py",3313,50,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7379,28212359,"train_lam.py",2152,50," model.train()",python,content +7380,28213077,"train_lam.py",12081,115," args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),",python,content +7381,28213078,"train_lam.py",10182,119," \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n ",python,content +7382,28213078,"train_lam.py",9914,69," action_last_active = 0",python,content +7383,28213078,"train_lam.py",9490,43," train_state = restored[""model_state""]",python,content +7384,28213078,"train_lam.py",9109,54," ocp.utils.to_shape_dtype_struct, train_state",python,content +7385,28213078,"train_lam.py",7102,62," train_state = jax.device_put(train_state, replicated_sharding)",python,content +7386,28213078,"train_lam.py",6707,38," \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )",python,content +7387,28213078,"train_lam.py",4222,56," # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics",python,content +7388,28213078,"train_lam.py",3416,800," grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))",python,content +7389,28213078,"train_lam.py",3280,64,"def train_step(model, inputs, action_last_active):",python,content +7390,28213078,"train_lam.py",2152,17," model.train() # Set training mode for dropout",python,content +7391,28213084,"train_lam.py",0,12728,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach\n \n return loss, recon, action_last_active, metrics, rng\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n items=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7392,28213984,"train_lam.py",12081,45," args=ocp.args.Composite(",python,content +7393,28213984,"train_lam.py",12081,44," items=ocp.args.Composite(",python,content +7394,28213985,"train_lam.py",0,12533,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train() # Set training mode for dropout\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, inputs, action_last_active):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n grads = nnx.grad(loss_fn)(model)\n _, params, rest = nnx.split(model, nnx.Param, ...)\n params = jax.tree.map(lambda p, g: p - 0.1 * g, params, grads)\n nnx.update(model, nnx.merge(params, rest))\n \n # Get loss for logging\n loss, (recon, metrics) = lam_loss_fn(model, inputs)\n return model, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n \n # Create TrainState with NNX model\n graphdef, params, other_variables = nnx.split(lam, nnx.Param, ...)\n \n class CustomTrainState(TrainState):\n other_variables: nnx.State\n \n train_state = CustomTrainState.create(\n apply_fn=graphdef.apply,\n params=params,\n other_variables=other_variables,\n tx=tx\n )\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n \n # Reconstruct model from TrainState for training\n model = nnx.merge(graphdef, train_state.params, train_state.other_variables)\n model, loss, recon, metrics = train_step(model, inputs, action_last_active)\n \n # Update TrainState\n _, new_params, new_other_variables = nnx.split(model, nnx.Param, ...)\n train_state = train_state.replace(\n params=new_params,\n other_variables=new_other_variables\n )\n \n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +7395,28213989,"train_lam.py",12320,71," model_state=ocp.args.StandardSave(optimizer),",python,content +7396,28213989,"train_lam.py",9957,538," loss, recon, action_last_active, metrics, rng = train_step(lam, optimizer, inputs, action_last_active, rng)",python,content +7397,28213989,"train_lam.py",9732,26," action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)",python,content +7398,28213989,"train_lam.py",9306,45," optimizer = restored[""model_state""]",python,content +7399,28213989,"train_lam.py",8923,56," ocp.utils.to_shape_dtype_struct, optimizer",python,content +7400,28213989,"train_lam.py",6912,66," optimizer = jax.device_put(optimizer, replicated_sharding)",python,content +7401,28213989,"train_lam.py",6196,359," optimizer = nnx.Optimizer(lam, tx)",python,content +7402,28213989,"train_lam.py",3646,121," # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach\n \n return loss, recon, action_last_active, metrics, rng",python,content +7403,28213989,"train_lam.py",3435,205," # --- Update model ---\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)",python,content +7404,28213989,"train_lam.py",3313,50,"def train_step(lam, optimizer, inputs, action_last_active, rng):",python,content +7405,28213989,"train_lam.py",2152,50," model.train()",python,content +7406,28253420,"train_lam.py",4260,0,"",python,selection_mouse +7407,28263397,"train_lam.py",3618,0,"",python,selection_mouse +7408,28265724,"train_lam.py",3669,0,"",python,selection_mouse +7409,28291118,"train_lam.py",3711,0,"",python,selection_command +7410,28291347,"train_lam.py",3778,0,"",python,selection_command +7411,28291380,"train_lam.py",3831,0,"",python,selection_command +7412,28291485,"train_lam.py",3841,0,"",python,selection_command +7413,28291487,"train_lam.py",3882,0,"",python,selection_command +7414,28291488,"train_lam.py",3921,0,"",python,selection_command +7415,28291511,"train_lam.py",3992,0,"",python,selection_command +7416,28291547,"train_lam.py",4002,0,"",python,selection_command +7417,28291577,"train_lam.py",4084,0,"",python,selection_command +7418,28291611,"train_lam.py",4161,0,"",python,selection_command +7419,28291814,"train_lam.py",4220,0,"",python,selection_command +7420,28292107,"train_lam.py",4161,0,"",python,selection_command +7421,28295215,"train_lam.py",4153,63," # TODO: Implement codebook reset using a different approach",python,selection_command +7422,28295664,"train_lam.py",4076,140," # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7423,28295888,"train_lam.py",3994,222," # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7424,28295909,"train_lam.py",3989,227," \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7425,28296009,"train_lam.py",3913,303," action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7426,28296010,"train_lam.py",3874,342," active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7427,28296020,"train_lam.py",3833,383," # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7428,28296051,"train_lam.py",3828,388," \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7429,28296075,"train_lam.py",3770,446," index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7430,28296118,"train_lam.py",3703,513," count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7431,28296252,"train_lam.py",3661,555," outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7432,28296434,"train_lam.py",3601,615," # Get the current model outputs to check codebook usage\n outputs = lam(inputs, training=False)\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n \n # Update action_last_active tracking\n active_codes = index_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n \n # For now, we'll skip the codebook reset logic since it requires more complex\n # parameter manipulation that doesn't work well with the current NNX API\n # TODO: Implement codebook reset using a different approach",python,selection_command +7433,28296671,"train_lam.py",3601,615," ",python,content +7434,28296717,"train_lam.py",3605,0,"",python,selection_command +7435,28298255,"train_lam.py",3605,0,"c",python,content +7436,28298256,"train_lam.py",3606,0,"",python,selection_keyboard +7437,28298257,"train_lam.py",3606,0,"o",python,content +7438,28298258,"train_lam.py",3607,0,"",python,selection_keyboard +7439,28298479,"train_lam.py",3607,0,"d",python,content +7440,28298480,"train_lam.py",3608,0,"",python,selection_keyboard +7441,28298550,"train_lam.py",3608,0,"e",python,content +7442,28298550,"train_lam.py",3609,0,"",python,selection_keyboard +7443,28298851,"train_lam.py",3609,0,"b",python,content +7444,28298851,"train_lam.py",3610,0,"",python,selection_keyboard +7445,28299018,"train_lam.py",3610,0,"o",python,content +7446,28299019,"train_lam.py",3611,0,"",python,selection_keyboard +7447,28299171,"train_lam.py",3611,0,"o",python,content +7448,28299172,"train_lam.py",3612,0,"",python,selection_keyboard +7449,28299205,"train_lam.py",3612,0,"k",python,content +7450,28299205,"train_lam.py",3613,0,"",python,selection_keyboard +7451,28299328,"train_lam.py",3613,0," ",python,content +7452,28299328,"train_lam.py",3614,0,"",python,selection_keyboard +7453,28299471,"train_lam.py",3614,0,"=",python,content +7454,28299611,"train_lam.py",3615,0," ",python,content +7455,28299611,"train_lam.py",3616,0,"",python,selection_keyboard +7456,28301627,"train_lam.py",3616,0,"l",python,content +7457,28301628,"train_lam.py",3617,0,"",python,selection_keyboard +7458,28301710,"train_lam.py",3617,0,"a",python,content +7459,28301711,"train_lam.py",3618,0,"",python,selection_keyboard +7460,28301853,"train_lam.py",3618,0,"m",python,content +7461,28301854,"train_lam.py",3619,0,"",python,selection_keyboard +7462,28302152,"train_lam.py",3619,0,".",python,content +7463,28302153,"train_lam.py",3620,0,"",python,selection_keyboard +7464,28303759,"train_lam.py",3620,0,"v",python,content +7465,28303760,"train_lam.py",3621,0,"",python,selection_keyboard +7466,28303860,"train_lam.py",3621,0,"q",python,content +7467,28303861,"train_lam.py",3622,0,"",python,selection_keyboard +7468,28304145,"train_lam.py",3622,0,".",python,content +7469,28304146,"train_lam.py",3623,0,"",python,selection_keyboard +7470,28304456,"train_lam.py",3623,0,"c",python,content +7471,28304457,"train_lam.py",3624,0,"",python,selection_keyboard +7472,28304558,"train_lam.py",3624,0,"o",python,content +7473,28304559,"train_lam.py",3625,0,"",python,selection_keyboard +7474,28304705,"train_lam.py",3625,0,"d",python,content +7475,28304706,"train_lam.py",3626,0,"",python,selection_keyboard +7476,28304757,"train_lam.py",3626,0,"e",python,content +7477,28304758,"train_lam.py",3627,0,"",python,selection_keyboard +7478,28304901,"train_lam.py",3627,0,"b",python,content +7479,28304903,"train_lam.py",3628,0,"",python,selection_keyboard +7480,28304963,"train_lam.py",3628,0,"o",python,content +7481,28304965,"train_lam.py",3629,0,"",python,selection_keyboard +7482,28305172,"train_lam.py",3629,0,"o",python,content +7483,28305173,"train_lam.py",3630,0,"",python,selection_keyboard +7484,28305299,"train_lam.py",3630,0,"k",python,content +7485,28305300,"train_lam.py",3631,0,"",python,selection_keyboard +7486,28307942,"train_lam.py",3630,0,"",python,selection_command +7487,28308502,"train_lam.py",3631,0,"\n ",python,content +7488,28310079,"train_lam.py",3636,0,"n",python,content +7489,28310081,"train_lam.py",3637,0,"",python,selection_keyboard +7490,28310153,"train_lam.py",3637,0,"u",python,content +7491,28310155,"train_lam.py",3638,0,"",python,selection_keyboard +7492,28310314,"train_lam.py",3638,0,"m",python,content +7493,28310315,"train_lam.py",3639,0,"",python,selection_keyboard +7494,28310481,"train_lam.py",3639,0,"_",python,content +7495,28310483,"train_lam.py",3640,0,"",python,selection_keyboard +7496,28310659,"train_lam.py",3640,0,"c",python,content +7497,28310660,"train_lam.py",3641,0,"",python,selection_keyboard +7498,28310694,"train_lam.py",3641,0,"o",python,content +7499,28310695,"train_lam.py",3642,0,"",python,selection_keyboard +7500,28310932,"train_lam.py",3642,0,"d",python,content +7501,28310988,"train_lam.py",3643,0,"e",python,content +7502,28310990,"train_lam.py",3644,0,"",python,selection_keyboard +7503,28311109,"train_lam.py",3644,0,"s",python,content +7504,28311110,"train_lam.py",3645,0,"",python,selection_keyboard +7505,28311177,"train_lam.py",3645,0," ",python,content +7506,28311178,"train_lam.py",3646,0,"",python,selection_keyboard +7507,28311560,"train_lam.py",3646,0,"=",python,content +7508,28311561,"train_lam.py",3647,0,"",python,selection_keyboard +7509,28311683,"train_lam.py",3647,0," ",python,content +7510,28311684,"train_lam.py",3648,0,"",python,selection_keyboard +7511,28311838,"train_lam.py",3648,0,"l",python,content +7512,28311839,"train_lam.py",3649,0,"",python,selection_keyboard +7513,28311914,"train_lam.py",3649,0,"e",python,content +7514,28311915,"train_lam.py",3650,0,"",python,selection_keyboard +7515,28312020,"train_lam.py",3650,0,"n",python,content +7516,28312177,"train_lam.py",3651,0,"()",python,content +7517,28312178,"train_lam.py",3652,0,"",python,selection_keyboard +7518,28312328,"train_lam.py",3652,0,"c",python,content +7519,28312329,"train_lam.py",3653,0,"",python,selection_keyboard +7520,28312389,"train_lam.py",3653,0,"o",python,content +7521,28312390,"train_lam.py",3654,0,"",python,selection_keyboard +7522,28312453,"train_lam.py",3654,0,"d",python,content +7523,28312454,"train_lam.py",3655,0,"",python,selection_keyboard +7524,28312524,"train_lam.py",3655,0,"e",python,content +7525,28312525,"train_lam.py",3656,0,"",python,selection_keyboard +7526,28312600,"train_lam.py",3656,0,"b",python,content +7527,28312600,"train_lam.py",3657,0,"",python,selection_keyboard +7528,28312667,"train_lam.py",3657,0,"o",python,content +7529,28312668,"train_lam.py",3658,0,"",python,selection_keyboard +7530,28312840,"train_lam.py",3658,0,"o",python,content +7531,28312841,"train_lam.py",3659,0,"",python,selection_keyboard +7532,28312891,"train_lam.py",3659,0,"k",python,content +7533,28312892,"train_lam.py",3660,0,"",python,selection_keyboard +7534,28313154,"train_lam.py",3660,1,")",python,content +7535,28313154,"train_lam.py",3661,0,"",python,selection_keyboard +7536,28313496,"train_lam.py",3661,0,"\n ",python,content +7537,28314931,"train_lam.py",3666,0,"a",python,content +7538,28314931,"train_lam.py",3667,0,"",python,selection_keyboard +7539,28315090,"train_lam.py",3667,0,"c",python,content +7540,28315091,"train_lam.py",3668,0,"",python,selection_keyboard +7541,28315343,"train_lam.py",3668,0,"t",python,content +7542,28315344,"train_lam.py",3669,0,"",python,selection_keyboard +7543,28315478,"train_lam.py",3669,0,"i",python,content +7544,28315479,"train_lam.py",3670,0,"",python,selection_keyboard +7545,28315526,"train_lam.py",3670,0,"o",python,content +7546,28315527,"train_lam.py",3671,0,"",python,selection_keyboard +7547,28315577,"train_lam.py",3671,0,"n",python,content +7548,28315577,"train_lam.py",3672,0,"",python,selection_keyboard +7549,28316624,"train_lam.py",3672,0,"_",python,content +7550,28316848,"train_lam.py",3673,0,"l",python,content +7551,28316849,"train_lam.py",3674,0,"",python,selection_keyboard +7552,28316965,"train_lam.py",3674,0,"a",python,content +7553,28316966,"train_lam.py",3675,0,"",python,selection_keyboard +7554,28316999,"train_lam.py",3675,0,"s",python,content +7555,28317000,"train_lam.py",3676,0,"",python,selection_keyboard +7556,28317058,"train_lam.py",3676,0,"t",python,content +7557,28317059,"train_lam.py",3677,0,"",python,selection_keyboard +7558,28317351,"train_lam.py",3677,0,"_",python,content +7559,28317352,"train_lam.py",3678,0,"",python,selection_keyboard +7560,28317542,"train_lam.py",3678,0,"a",python,content +7561,28317543,"train_lam.py",3679,0,"",python,selection_keyboard +7562,28317599,"train_lam.py",3679,0,"c",python,content +7563,28317599,"train_lam.py",3680,0,"",python,selection_keyboard +7564,28317795,"train_lam.py",3680,0,"t",python,content +7565,28317796,"train_lam.py",3681,0,"",python,selection_keyboard +7566,28317957,"train_lam.py",3681,0,"i",python,content +7567,28317957,"train_lam.py",3682,0,"",python,selection_keyboard +7568,28318028,"train_lam.py",3682,0,"v",python,content +7569,28318029,"train_lam.py",3683,0,"",python,selection_keyboard +7570,28318109,"train_lam.py",3683,0,"e",python,content +7571,28318109,"train_lam.py",3684,0,"",python,selection_keyboard +7572,28318217,"train_lam.py",3684,0," ",python,content +7573,28318217,"train_lam.py",3685,0,"",python,selection_keyboard +7574,28318368,"train_lam.py",3685,0,"=",python,content +7575,28318369,"train_lam.py",3686,0,"",python,selection_keyboard +7576,28318451,"train_lam.py",3686,0," ",python,content +7577,28318452,"train_lam.py",3687,0,"",python,selection_keyboard +7578,28318681,"train_lam.py",3687,0,"j",python,content +7579,28318682,"train_lam.py",3688,0,"",python,selection_keyboard +7580,28318838,"train_lam.py",3688,0,"n",python,content +7581,28318839,"train_lam.py",3689,0,"",python,selection_keyboard +7582,28318877,"train_lam.py",3689,0,"p",python,content +7583,28318877,"train_lam.py",3690,0,"",python,selection_keyboard +7584,28319102,"train_lam.py",3690,0,".",python,content +7585,28319103,"train_lam.py",3691,0,"",python,selection_keyboard +7586,28319170,"train_lam.py",3691,0,"w",python,content +7587,28319171,"train_lam.py",3692,0,"",python,selection_keyboard +7588,28319311,"train_lam.py",3692,0,"h",python,content +7589,28319312,"train_lam.py",3693,0,"",python,selection_keyboard +7590,28319357,"train_lam.py",3693,0,"e",python,content +7591,28319358,"train_lam.py",3694,0,"",python,selection_keyboard +7592,28319410,"train_lam.py",3694,0,"r",python,content +7593,28319411,"train_lam.py",3695,0,"",python,selection_keyboard +7594,28319559,"train_lam.py",3695,0,"e",python,content +7595,28319560,"train_lam.py",3696,0,"",python,selection_keyboard +7596,28319792,"train_lam.py",3696,0,"()",python,content +7597,28319793,"train_lam.py",3697,0,"",python,selection_keyboard +7598,28320098,"train_lam.py",3697,0,"a",python,content +7599,28320099,"train_lam.py",3698,0,"",python,selection_keyboard +7600,28320196,"train_lam.py",3698,0,"c",python,content +7601,28320197,"train_lam.py",3699,0,"",python,selection_keyboard +7602,28320412,"train_lam.py",3699,0,"t",python,content +7603,28320414,"train_lam.py",3700,0,"",python,selection_keyboard +7604,28320565,"train_lam.py",3700,0,"i",python,content +7605,28320566,"train_lam.py",3701,0,"",python,selection_keyboard +7606,28320637,"train_lam.py",3701,0,"v",python,content +7607,28320638,"train_lam.py",3702,0,"",python,selection_keyboard +7608,28320678,"train_lam.py",3702,0,"e",python,content +7609,28320678,"train_lam.py",3703,0,"",python,selection_keyboard +7610,28321291,"train_lam.py",3703,0,"_",python,content +7611,28321292,"train_lam.py",3704,0,"",python,selection_keyboard +7612,28321511,"train_lam.py",3704,0,"c",python,content +7613,28321513,"train_lam.py",3705,0,"",python,selection_keyboard +7614,28321661,"train_lam.py",3705,0,"o",python,content +7615,28321662,"train_lam.py",3706,0,"",python,selection_keyboard +7616,28321774,"train_lam.py",3706,0,"d",python,content +7617,28321775,"train_lam.py",3707,0,"",python,selection_keyboard +7618,28321776,"train_lam.py",3707,0,"e",python,content +7619,28321776,"train_lam.py",3708,0,"",python,selection_keyboard +7620,28321880,"train_lam.py",3708,0,"s",python,content +7621,28321881,"train_lam.py",3709,0,"",python,selection_keyboard +7622,28322032,"train_lam.py",3709,0,",",python,content +7623,28322034,"train_lam.py",3710,0,"",python,selection_keyboard +7624,28322198,"train_lam.py",3710,0," ",python,content +7625,28322199,"train_lam.py",3711,0,"",python,selection_keyboard +7626,28322340,"train_lam.py",3711,0,"0",python,content +7627,28322340,"train_lam.py",3712,0,"",python,selection_keyboard +7628,28322492,"train_lam.py",3712,0," ",python,content +7629,28322493,"train_lam.py",3713,0,"",python,selection_keyboard +7630,28322588,"train_lam.py",3713,0,",",python,content +7631,28322588,"train_lam.py",3714,0,"",python,selection_keyboard +7632,28322763,"train_lam.py",3714,0," ",python,content +7633,28322764,"train_lam.py",3715,0,"",python,selection_keyboard +7634,28323110,"train_lam.py",3714,1,"",python,content +7635,28323247,"train_lam.py",3713,1,"",python,content +7636,28323419,"train_lam.py",3712,1,"",python,content +7637,28323615,"train_lam.py",3712,0,",",python,content +7638,28323617,"train_lam.py",3713,0,"",python,selection_keyboard +7639,28323719,"train_lam.py",3713,0," ",python,content +7640,28323719,"train_lam.py",3714,0,"",python,selection_keyboard +7641,28324159,"train_lam.py",3714,0,"a",python,content +7642,28324160,"train_lam.py",3715,0,"",python,selection_keyboard +7643,28324231,"train_lam.py",3715,0,"c",python,content +7644,28324232,"train_lam.py",3716,0,"",python,selection_keyboard +7645,28324418,"train_lam.py",3716,0,"t",python,content +7646,28324419,"train_lam.py",3717,0,"",python,selection_keyboard +7647,28324473,"train_lam.py",3717,0,"i",python,content +7648,28324474,"train_lam.py",3718,0,"",python,selection_keyboard +7649,28324523,"train_lam.py",3718,0,"o",python,content +7650,28324524,"train_lam.py",3719,0,"",python,selection_keyboard +7651,28324578,"train_lam.py",3719,0,"n",python,content +7652,28324579,"train_lam.py",3720,0,"",python,selection_keyboard +7653,28324732,"train_lam.py",3720,0,"_",python,content +7654,28324733,"train_lam.py",3721,0,"",python,selection_keyboard +7655,28324904,"train_lam.py",3721,0,"l",python,content +7656,28324905,"train_lam.py",3722,0,"",python,selection_keyboard +7657,28324941,"train_lam.py",3722,0,"a",python,content +7658,28324942,"train_lam.py",3723,0,"",python,selection_keyboard +7659,28324997,"train_lam.py",3723,0,"s",python,content +7660,28324998,"train_lam.py",3724,0,"",python,selection_keyboard +7661,28325074,"train_lam.py",3724,0,"t",python,content +7662,28325075,"train_lam.py",3725,0,"",python,selection_keyboard +7663,28325291,"train_lam.py",3725,0,"_",python,content +7664,28325292,"train_lam.py",3726,0,"",python,selection_keyboard +7665,28325444,"train_lam.py",3726,0,"a",python,content +7666,28325445,"train_lam.py",3727,0,"",python,selection_keyboard +7667,28325516,"train_lam.py",3727,0,"c",python,content +7668,28325517,"train_lam.py",3728,0,"",python,selection_keyboard +7669,28325702,"train_lam.py",3728,0,"t",python,content +7670,28325703,"train_lam.py",3729,0,"",python,selection_keyboard +7671,28325784,"train_lam.py",3729,0,"i",python,content +7672,28325785,"train_lam.py",3730,0,"",python,selection_keyboard +7673,28325924,"train_lam.py",3730,0,"v",python,content +7674,28325925,"train_lam.py",3731,0,"",python,selection_keyboard +7675,28325966,"train_lam.py",3731,0,"e",python,content +7676,28325967,"train_lam.py",3732,0,"",python,selection_keyboard +7677,28326068,"train_lam.py",3732,0," ",python,content +7678,28326069,"train_lam.py",3733,0,"",python,selection_keyboard +7679,28326286,"train_lam.py",3733,0,"+",python,content +7680,28326286,"train_lam.py",3734,0,"",python,selection_keyboard +7681,28326386,"train_lam.py",3734,0," ",python,content +7682,28326387,"train_lam.py",3735,0,"",python,selection_keyboard +7683,28326532,"train_lam.py",3735,0,"1",python,content +7684,28326533,"train_lam.py",3736,0,"",python,selection_keyboard +7685,28326711,"train_lam.py",3735,0,"",python,selection_command +7686,28327597,"train_lam.py",3737,0,"",python,selection_command +7687,28330814,"train_lam.py",3736,0,"",python,selection_command +7688,28331799,"train_lam.py",3661,0,"\n ",python,content +7689,28332545,"train_lam.py",3666,0,"a",python,content +7690,28332546,"train_lam.py",3667,0,"",python,selection_keyboard +7691,28332773,"train_lam.py",3667,0,"c",python,content +7692,28332775,"train_lam.py",3668,0,"",python,selection_keyboard +7693,28332987,"train_lam.py",3668,0,"t",python,content +7694,28332988,"train_lam.py",3669,0,"",python,selection_keyboard +7695,28333079,"train_lam.py",3669,0,"i",python,content +7696,28333080,"train_lam.py",3670,0,"",python,selection_keyboard +7697,28333282,"train_lam.py",3670,0,"v",python,content +7698,28333283,"train_lam.py",3671,0,"",python,selection_keyboard +7699,28333318,"train_lam.py",3671,0,"e",python,content +7700,28333318,"train_lam.py",3672,0,"",python,selection_keyboard +7701,28333472,"train_lam.py",3672,0,"_",python,content +7702,28333474,"train_lam.py",3673,0,"",python,selection_keyboard +7703,28333637,"train_lam.py",3673,0,"c",python,content +7704,28333638,"train_lam.py",3674,0,"",python,selection_keyboard +7705,28333769,"train_lam.py",3674,0,"o",python,content +7706,28333770,"train_lam.py",3675,0,"",python,selection_keyboard +7707,28333815,"train_lam.py",3675,0,"d",python,content +7708,28333815,"train_lam.py",3676,0,"",python,selection_keyboard +7709,28333881,"train_lam.py",3676,0,"e",python,content +7710,28333882,"train_lam.py",3677,0,"",python,selection_keyboard +7711,28333969,"train_lam.py",3677,0,"s",python,content +7712,28333970,"train_lam.py",3678,0,"",python,selection_keyboard +7713,28334176,"train_lam.py",3678,0," ",python,content +7714,28334177,"train_lam.py",3679,0,"",python,selection_keyboard +7715,28334326,"train_lam.py",3679,0,"=",python,content +7716,28334327,"train_lam.py",3680,0,"",python,selection_keyboard +7717,28334390,"train_lam.py",3680,0," ",python,content +7718,28334391,"train_lam.py",3681,0,"",python,selection_keyboard +7719,28334560,"train_lam.py",3681,0,"i",python,content +7720,28334561,"train_lam.py",3682,0,"",python,selection_keyboard +7721,28334629,"train_lam.py",3682,0,"d",python,content +7722,28334630,"train_lam.py",3683,0,"",python,selection_keyboard +7723,28334776,"train_lam.py",3683,0,"x",python,content +7724,28334777,"train_lam.py",3684,0,"",python,selection_keyboard +7725,28335168,"train_lam.py",3684,0,"_",python,content +7726,28335169,"train_lam.py",3685,0,"",python,selection_keyboard +7727,28335325,"train_lam.py",3685,0,"c",python,content +7728,28335327,"train_lam.py",3686,0,"",python,selection_keyboard +7729,28335426,"train_lam.py",3686,0,"o",python,content +7730,28335428,"train_lam.py",3687,0,"",python,selection_keyboard +7731,28335481,"train_lam.py",3687,0,"u",python,content +7732,28335482,"train_lam.py",3688,0,"",python,selection_keyboard +7733,28335552,"train_lam.py",3688,0,"n",python,content +7734,28335554,"train_lam.py",3689,0,"",python,selection_keyboard +7735,28335573,"train_lam.py",3689,0,"t",python,content +7736,28335574,"train_lam.py",3690,0,"",python,selection_keyboard +7737,28335633,"train_lam.py",3690,0,"s",python,content +7738,28335634,"train_lam.py",3691,0,"",python,selection_keyboard +7739,28335908,"train_lam.py",3691,0," ",python,content +7740,28335909,"train_lam.py",3692,0,"",python,selection_keyboard +7741,28335975,"train_lam.py",3692,0,"!",python,content +7742,28335976,"train_lam.py",3693,0,"",python,selection_keyboard +7743,28336146,"train_lam.py",3693,0,"=",python,content +7744,28336147,"train_lam.py",3694,0,"",python,selection_keyboard +7745,28336787,"train_lam.py",3694,0," ",python,content +7746,28336788,"train_lam.py",3695,0,"",python,selection_keyboard +7747,28336935,"train_lam.py",3695,0,"0",python,content +7748,28336936,"train_lam.py",3696,0,"",python,selection_keyboard +7749,28337119,"train_lam.py",3696,0,"l",python,content +7750,28337120,"train_lam.py",3697,0,"",python,selection_keyboard +7751,28337778,"train_lam.py",3696,1,"",python,content +7752,28338011,"train_lam.py",3696,0,".",python,content +7753,28338012,"train_lam.py",3697,0,"",python,selection_keyboard +7754,28338213,"train_lam.py",3697,0,"0",python,content +7755,28338214,"train_lam.py",3698,0,"",python,selection_keyboard +7756,28338301,"train_lam.py",3697,0,"",python,selection_command +7757,28339641,"train_lam.py",3696,0,"",python,selection_command +7758,28339802,"train_lam.py",3695,0,"",python,selection_command +7759,28339988,"train_lam.py",3692,0,"",python,selection_command +7760,28340706,"train_lam.py",3681,0,"",python,selection_command +7761,28345395,"train_lam.py",3651,0,"",python,selection_command +7762,28345542,"train_lam.py",3620,0,"",python,selection_command +7763,28345690,"train_lam.py",3576,0,"",python,selection_command +7764,28345963,"train_lam.py",3547,0,"",python,selection_command +7765,28346116,"train_lam.py",3462,0,"",python,selection_command +7766,28348735,"train_lam.py",3462,0,"i",python,content +7767,28348737,"train_lam.py",3463,0,"",python,selection_keyboard +7768,28348818,"train_lam.py",3463,0,"d",python,content +7769,28348819,"train_lam.py",3464,0,"",python,selection_keyboard +7770,28348972,"train_lam.py",3464,0,"x",python,content +7771,28348973,"train_lam.py",3465,0,"",python,selection_keyboard +7772,28349352,"train_lam.py",3465,0,"_",python,content +7773,28349353,"train_lam.py",3466,0,"",python,selection_keyboard +7774,28349495,"train_lam.py",3466,0,"c",python,content +7775,28349497,"train_lam.py",3467,0,"",python,selection_keyboard +7776,28349618,"train_lam.py",3467,0,"o",python,content +7777,28349619,"train_lam.py",3468,0,"",python,selection_keyboard +7778,28349657,"train_lam.py",3468,0,"u",python,content +7779,28349659,"train_lam.py",3469,0,"",python,selection_keyboard +7780,28349815,"train_lam.py",3469,0,"t",python,content +7781,28349817,"train_lam.py",3470,0,"",python,selection_keyboard +7782,28349830,"train_lam.py",3470,0,"n",python,content +7783,28349831,"train_lam.py",3471,0,"",python,selection_keyboard +7784,28350427,"train_lam.py",3470,1,"",python,content +7785,28350557,"train_lam.py",3469,1,"",python,content +7786,28350673,"train_lam.py",3469,0,"n",python,content +7787,28350674,"train_lam.py",3470,0,"",python,selection_keyboard +7788,28350746,"train_lam.py",3470,0,"t",python,content +7789,28350747,"train_lam.py",3471,0,"",python,selection_keyboard +7790,28350900,"train_lam.py",3471,0,"d",python,content +7791,28350902,"train_lam.py",3472,0,"",python,selection_keyboard +7792,28350910,"train_lam.py",3472,0,"s",python,content +7793,28350911,"train_lam.py",3473,0,"",python,selection_keyboard +7794,28350953,"train_lam.py",3473,0,",",python,content +7795,28350954,"train_lam.py",3474,0,"",python,selection_keyboard +7796,28351098,"train_lam.py",3474,0," ",python,content +7797,28351099,"train_lam.py",3475,0,"",python,selection_keyboard +7798,28351237,"train_lam.py",3474,0,"",python,selection_command +7799,28352819,"train_lam.py",3473,0,"",python,selection_command +7800,28352970,"train_lam.py",3472,0,"",python,selection_command +7801,28353103,"train_lam.py",3471,0,"",python,selection_command +7802,28353382,"train_lam.py",3471,1,"",python,content +7803,28353553,"train_lam.py",3566,0,"",python,selection_command +7804,28354021,"train_lam.py",3471,0,"",python,selection_command +7805,28354318,"train_lam.py",3443,0,"",python,selection_command +7806,28354447,"train_lam.py",3540,0,"",python,selection_command +7807,28356832,"train_lam.py",3568,0,"",python,selection_command +7808,28357025,"train_lam.py",3569,0,"",python,selection_command +7809,28357478,"train_lam.py",3613,0,"",python,selection_command +7810,28358386,"train_lam.py",3644,0,"",python,selection_command +7811,28360339,"train_lam.py",3648,0,"",python,selection_command +7812,28360625,"train_lam.py",3658,0,"",python,selection_command +7813,28360627,"train_lam.py",3660,0,"",python,selection_command +7814,28360653,"train_lam.py",3663,0,"",python,selection_command +7815,28360686,"train_lam.py",3664,0,"",python,selection_command +7816,28361148,"train_lam.py",3722,0,"",python,selection_command +7817,28361477,"train_lam.py",3790,0,"",python,selection_command +7818,28361739,"train_lam.py",3722,0,"",python,selection_command +7819,28363314,"train_lam.py",3685,0,"",python,selection_command +7820,28363476,"train_lam.py",3655,0,"",python,selection_command +7821,28366722,"train_lam.py",3685,0,"",python,selection_command +7822,28367245,"train_lam.py",3722,0,"",python,selection_command +7823,28369539,"train_lam.py",3790,0,"",python,selection_command +7824,28370252,"train_lam.py",3791,0,"",python,selection_command +7825,28371441,"train_lam.py",3791,0,"p",python,content +7826,28371635,"train_lam.py",3792,0,"_",python,content +7827,28371636,"train_lam.py",3793,0,"",python,selection_keyboard +7828,28371728,"train_lam.py",3793,0,"c",python,content +7829,28371730,"train_lam.py",3794,0,"",python,selection_keyboard +7830,28371846,"train_lam.py",3794,0,"o",python,content +7831,28371847,"train_lam.py",3795,0,"",python,selection_keyboard +7832,28371963,"train_lam.py",3795,0,"d",python,content +7833,28371964,"train_lam.py",3796,0,"",python,selection_keyboard +7834,28372039,"train_lam.py",3796,0,"e",python,content +7835,28372040,"train_lam.py",3797,0,"",python,selection_keyboard +7836,28372057,"train_lam.py",3797,0," ",python,content +7837,28372058,"train_lam.py",3798,0,"",python,selection_keyboard +7838,28372203,"train_lam.py",3798,0,"=",python,content +7839,28372204,"train_lam.py",3799,0,"",python,selection_keyboard +7840,28372295,"train_lam.py",3799,0," ",python,content +7841,28372296,"train_lam.py",3800,0,"",python,selection_keyboard +7842,28372911,"train_lam.py",3800,0,"a",python,content +7843,28372913,"train_lam.py",3801,0,"",python,selection_keyboard +7844,28373015,"train_lam.py",3801,0,"c",python,content +7845,28373016,"train_lam.py",3802,0,"",python,selection_keyboard +7846,28373210,"train_lam.py",3802,0,"t",python,content +7847,28373211,"train_lam.py",3803,0,"",python,selection_keyboard +7848,28373214,"train_lam.py",3803,0,"i",python,content +7849,28373215,"train_lam.py",3804,0,"",python,selection_keyboard +7850,28373294,"train_lam.py",3804,0,"v",python,content +7851,28373295,"train_lam.py",3805,0,"",python,selection_keyboard +7852,28373374,"train_lam.py",3805,0,"e",python,content +7853,28373375,"train_lam.py",3806,0,"",python,selection_keyboard +7854,28373594,"train_lam.py",3806,0,"_",python,content +7855,28373595,"train_lam.py",3807,0,"",python,selection_keyboard +7856,28373735,"train_lam.py",3807,0,"c",python,content +7857,28373736,"train_lam.py",3808,0,"",python,selection_keyboard +7858,28373811,"train_lam.py",3808,0,"o",python,content +7859,28373812,"train_lam.py",3809,0,"",python,selection_keyboard +7860,28373870,"train_lam.py",3809,0,"d",python,content +7861,28373872,"train_lam.py",3810,0,"",python,selection_keyboard +7862,28373941,"train_lam.py",3810,0,"e",python,content +7863,28373942,"train_lam.py",3811,0,"",python,selection_keyboard +7864,28374060,"train_lam.py",3811,0,"s",python,content +7865,28374061,"train_lam.py",3812,0,"",python,selection_keyboard +7866,28374079,"train_lam.py",3812,0," ",python,content +7867,28374080,"train_lam.py",3813,0,"",python,selection_keyboard +7868,28374259,"train_lam.py",3813,0,"/",python,content +7869,28374260,"train_lam.py",3814,0,"",python,selection_keyboard +7870,28374323,"train_lam.py",3814,0," ",python,content +7871,28374324,"train_lam.py",3815,0,"",python,selection_keyboard +7872,28374615,"train_lam.py",3815,0,"a",python,content +7873,28374616,"train_lam.py",3816,0,"",python,selection_keyboard +7874,28374679,"train_lam.py",3816,0,"c",python,content +7875,28374681,"train_lam.py",3817,0,"",python,selection_keyboard +7876,28374872,"train_lam.py",3817,0,"t",python,content +7877,28374921,"train_lam.py",3818,0,"i",python,content +7878,28374921,"train_lam.py",3819,0,"",python,selection_keyboard +7879,28375008,"train_lam.py",3819,0,"v",python,content +7880,28375009,"train_lam.py",3820,0,"",python,selection_keyboard +7881,28375175,"train_lam.py",3820,0,"e",python,content +7882,28375176,"train_lam.py",3821,0,"",python,selection_keyboard +7883,28375534,"train_lam.py",3821,0,"_",python,content +7884,28375535,"train_lam.py",3822,0,"",python,selection_keyboard +7885,28375674,"train_lam.py",3822,0,"c",python,content +7886,28375675,"train_lam.py",3823,0,"",python,selection_keyboard +7887,28375830,"train_lam.py",3823,0,"o",python,content +7888,28375831,"train_lam.py",3824,0,"",python,selection_keyboard +7889,28375837,"train_lam.py",3824,0,"d",python,content +7890,28375838,"train_lam.py",3825,0,"",python,selection_keyboard +7891,28375892,"train_lam.py",3825,0,"e",python,content +7892,28375893,"train_lam.py",3826,0,"",python,selection_keyboard +7893,28375956,"train_lam.py",3826,0,"s",python,content +7894,28375957,"train_lam.py",3827,0,"",python,selection_keyboard +7895,28376158,"train_lam.py",3827,0,".",python,content +7896,28376159,"train_lam.py",3828,0,"",python,selection_keyboard +7897,28376357,"train_lam.py",3828,0,"s",python,content +7898,28376358,"train_lam.py",3829,0,"",python,selection_keyboard +7899,28376456,"train_lam.py",3829,0,"u",python,content +7900,28376457,"train_lam.py",3830,0,"",python,selection_keyboard +7901,28376477,"train_lam.py",3830,0,"m",python,content +7902,28376479,"train_lam.py",3831,0,"",python,selection_keyboard +7903,28376683,"train_lam.py",3831,0,"()",python,content +7904,28376684,"train_lam.py",3832,0,"",python,selection_keyboard +7905,28376728,"train_lam.py",3832,1,")",python,content +7906,28376728,"train_lam.py",3833,0,"",python,selection_keyboard +7907,28376943,"train_lam.py",3832,0,"",python,selection_command +7908,28379723,"train_lam.py",0,0,"",python,tab +7909,28379725,"train_lam.py",3994,0,"",python,selection_mouse +7910,28379863,"train_lam.py",3989,6,"choice",python,selection_mouse +7911,28380027,"train_lam.py",3961,81," reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n",python,selection_mouse +7912,28380161,"train_lam.py",3961,139," reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n",python,selection_mouse +7913,28380190,"train_lam.py",3961,169," reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n",python,selection_mouse +7914,28380224,"train_lam.py",3961,239," reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n",python,selection_mouse +7915,28380263,"train_lam.py",3961,245," reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n",python,selection_mouse +7916,28380694,"train_lam.py",4204,0,"",python,selection_command +7917,28381818,"train_lam.py",0,0,"",python,tab +7918,28381819,"train_lam.py",3802,0,"",python,selection_mouse +7919,28382489,"train_lam.py",3833,0,"\n ",python,content +7920,28382648,"train_lam.py",3838,0," reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )",python,content +7921,28382857,"train_lam.py",4081,0,"",python,selection_command +7922,28383525,"train_lam.py",4011,0,"",python,selection_command +7923,28383696,"train_lam.py",3981,0,"",python,selection_command +7924,28383818,"train_lam.py",3923,0,"",python,selection_command +7925,28384024,"train_lam.py",3838,0,"",python,selection_command +7926,28384125,"train_lam.py",3842,0,"",python,selection_command +7927,28384327,"train_lam.py",3838,4,"",python,content +7928,28384394,"train_lam.py",3837,0,"",python,selection_command +7929,28384928,"train_lam.py",3918,0,"",python,selection_command +7930,28385080,"train_lam.py",3976,0,"",python,selection_command +7931,28385273,"train_lam.py",4006,0,"",python,selection_command +7932,28385345,"train_lam.py",4076,0,"",python,selection_command +7933,28385600,"train_lam.py",4006,0,"",python,selection_command +7934,28385875,"train_lam.py",3918,0,"",python,selection_command +7935,28386318,"train_lam.py",3919,0,"",python,selection_command +7936,28386460,"train_lam.py",3928,0,"",python,selection_command +7937,28386661,"train_lam.py",3930,0,"",python,selection_command +7938,28391947,"train_lam.py",3915,0,"",python,selection_command +7939,28392088,"train_lam.py",3919,0,"",python,selection_command +7940,28393306,"train_lam.py",3928,0,"",python,selection_command +7941,28393515,"train_lam.py",3930,0,"",python,selection_command +7942,28393544,"train_lam.py",3949,0,"",python,selection_command +7943,28393657,"train_lam.py",3952,0,"",python,selection_command +7944,28393658,"train_lam.py",3956,0,"",python,selection_command +7945,28393660,"train_lam.py",3957,0,"",python,selection_command +7946,28393684,"train_lam.py",3977,0,"",python,selection_command +7947,28393716,"train_lam.py",3990,0,"",python,selection_command +7948,28393751,"train_lam.py",3992,0,"",python,selection_command +7949,28394065,"train_lam.py",3990,0,"",python,selection_command +7950,28394218,"train_lam.py",3977,0,"",python,selection_command +7951,28394346,"train_lam.py",3957,0,"",python,selection_command +7952,28394583,"train_lam.py",3956,0,"",python,selection_command +7953,28395037,"train_lam.py",3957,0,"",python,selection_command +7954,28395313,"train_lam.py",1261,0,"",python,selection_command +7955,28396300,"train_lam.py",3957,0,"",python,selection_command +7956,28398939,"train_lam.py",4001,0,"",python,selection_command +7957,29059808,"train_lam.py",4045,0,"",python,selection_command +7958,29059925,"train_lam.py",4077,0,"",python,selection_command +7959,29061680,"train_lam.py",4078,0,"\n ",python,content +7960,29063989,"train_lam.py",4083,0,"l",python,content +7961,29064095,"train_lam.py",4084,0,"a",python,content +7962,29064096,"train_lam.py",4085,0,"",python,selection_keyboard +7963,29064159,"train_lam.py",4085,0,"m",python,content +7964,29064160,"train_lam.py",4086,0,"",python,selection_keyboard +7965,29064495,"train_lam.py",4086,0,".",python,content +7966,29064496,"train_lam.py",4087,0,"",python,selection_keyboard +7967,29064612,"train_lam.py",4087,0,"v",python,content +7968,29064613,"train_lam.py",4088,0,"",python,selection_keyboard +7969,29064825,"train_lam.py",4088,0,"q",python,content +7970,29064825,"train_lam.py",4089,0,"",python,selection_keyboard +7971,29065350,"train_lam.py",4089,0,".",python,content +7972,29065352,"train_lam.py",4090,0,"",python,selection_keyboard +7973,29065420,"train_lam.py",4090,0,"v",python,content +7974,29065421,"train_lam.py",4091,0,"",python,selection_keyboard +7975,29065770,"train_lam.py",4090,1,"",python,content +7976,29065874,"train_lam.py",4090,0,"c",python,content +7977,29065875,"train_lam.py",4091,0,"",python,selection_keyboard +7978,29066069,"train_lam.py",4091,0,"o",python,content +7979,29066070,"train_lam.py",4092,0,"",python,selection_keyboard +7980,29066074,"train_lam.py",4092,0,"k",python,content +7981,29066074,"train_lam.py",4093,0,"",python,selection_keyboard +7982,29066076,"train_lam.py",4093,0,"d",python,content +7983,29066076,"train_lam.py",4094,0,"",python,selection_keyboard +7984,29066128,"train_lam.py",4094,0,"e",python,content +7985,29066129,"train_lam.py",4095,0,"",python,selection_keyboard +7986,29066270,"train_lam.py",4095,0,"b",python,content +7987,29066271,"train_lam.py",4096,0,"",python,selection_keyboard +7988,29066416,"train_lam.py",4096,0,"o",python,content +7989,29066419,"train_lam.py",4097,0,"",python,selection_keyboard +7990,29066689,"train_lam.py",4096,1,"",python,content +7991,29066809,"train_lam.py",4095,1,"",python,content +7992,29066948,"train_lam.py",4094,1,"",python,content +7993,29067118,"train_lam.py",4093,1,"",python,content +7994,29067190,"train_lam.py",4092,1,"",python,content +7995,29067230,"train_lam.py",4092,0,"d",python,content +7996,29067231,"train_lam.py",4093,0,"",python,selection_keyboard +7997,29067261,"train_lam.py",4093,0,"e",python,content +7998,29067262,"train_lam.py",4094,0,"",python,selection_keyboard +7999,29067446,"train_lam.py",4094,0,"b",python,content +8000,29067447,"train_lam.py",4095,0,"",python,selection_keyboard +8001,29067467,"train_lam.py",4095,0,"o",python,content +8002,29067468,"train_lam.py",4096,0,"",python,selection_keyboard +8003,29067659,"train_lam.py",4096,0,"o",python,content +8004,29067660,"train_lam.py",4097,0,"",python,selection_keyboard +8005,29067747,"train_lam.py",4097,0,"k",python,content +8006,29067749,"train_lam.py",4098,0,"",python,selection_keyboard +8007,29068166,"train_lam.py",4098,0," ",python,content +8008,29068166,"train_lam.py",4099,0,"",python,selection_keyboard +8009,29068246,"train_lam.py",4099,0,"=",python,content +8010,29068248,"train_lam.py",4100,0,"",python,selection_keyboard +8011,29068340,"train_lam.py",4100,0," ",python,content +8012,29068341,"train_lam.py",4101,0,"",python,selection_keyboard +8013,29068495,"train_lam.py",4101,0,"n",python,content +8014,29068497,"train_lam.py",4102,0,"",python,selection_keyboard +8015,29068548,"train_lam.py",4102,0,"e",python,content +8016,29068550,"train_lam.py",4103,0,"",python,selection_keyboard +8017,29068692,"train_lam.py",4103,0,"w",python,content +8018,29068693,"train_lam.py",4104,0,"",python,selection_keyboard +8019,29068882,"train_lam.py",4104,0,"_",python,content +8020,29068884,"train_lam.py",4105,0,"",python,selection_keyboard +8021,29069042,"train_lam.py",4105,0,"c",python,content +8022,29069044,"train_lam.py",4106,0,"",python,selection_keyboard +8023,29069215,"train_lam.py",4106,0,"o",python,content +8024,29069216,"train_lam.py",4107,0,"",python,selection_keyboard +8025,29069218,"train_lam.py",4107,0,"d",python,content +8026,29069219,"train_lam.py",4108,0,"",python,selection_keyboard +8027,29069268,"train_lam.py",4108,0,"e",python,content +8028,29069269,"train_lam.py",4109,0,"",python,selection_keyboard +8029,29069544,"train_lam.py",4109,0,"b",python,content +8030,29069545,"train_lam.py",4110,0,"",python,selection_keyboard +8031,29069569,"train_lam.py",4110,0,"o",python,content +8032,29069570,"train_lam.py",4111,0,"",python,selection_keyboard +8033,29069740,"train_lam.py",4111,0,"o",python,content +8034,29069742,"train_lam.py",4112,0,"",python,selection_keyboard +8035,29069763,"train_lam.py",4112,0,"k",python,content +8036,29069764,"train_lam.py",4113,0,"",python,selection_keyboard +8037,29069832,"train_lam.py",4112,0,"",python,selection_command +8038,29074356,"train_lam.py",4113,0,"\n ",python,content +8039,29074555,"train_lam.py",4118,0,"a",python,content +8040,29074576,"train_lam.py",4119,0,"c",python,content +8041,29074577,"train_lam.py",4120,0,"",python,selection_keyboard +8042,29074787,"train_lam.py",4120,0,"t",python,content +8043,29074788,"train_lam.py",4121,0,"",python,selection_keyboard +8044,29074863,"train_lam.py",4121,0,"i",python,content +8045,29074865,"train_lam.py",4122,0,"",python,selection_keyboard +8046,29074982,"train_lam.py",4122,0,"o",python,content +8047,29074985,"train_lam.py",4123,0,"",python,selection_keyboard +8048,29074988,"train_lam.py",4123,0,"n",python,content +8049,29074989,"train_lam.py",4124,0,"",python,selection_keyboard +8050,29075507,"train_lam.py",4124,0,"_",python,content +8051,29075508,"train_lam.py",4125,0,"",python,selection_keyboard +8052,29075870,"train_lam.py",4125,0,"last_active = jnp.where(active_codes, 0, action_last_active + 1)",python,content +8053,29076145,"train_lam.py",4188,0,"",python,selection_command +8054,29076728,"train_lam.py",4114,0,"",python,selection_command +8055,29076775,"train_lam.py",4118,0,"",python,selection_command +8056,29077309,"train_lam.py",4137,0,"",python,selection_command +8057,29077559,"train_lam.py",4139,0,"",python,selection_command +8058,29077592,"train_lam.py",4142,0,"",python,selection_command +8059,29077625,"train_lam.py",4143,0,"",python,selection_command +8060,29077930,"train_lam.py",4148,0,"",python,selection_command +8061,29078062,"train_lam.py",4149,0,"",python,selection_command +8062,29081493,"train_lam.py",4149,12,"",python,content +8063,29081659,"train_lam.py",4149,0,"d",python,content +8064,29081660,"train_lam.py",4150,0,"",python,selection_keyboard +8065,29081754,"train_lam.py",4150,0,"o",python,content +8066,29081755,"train_lam.py",4151,0,"",python,selection_keyboard +8067,29081999,"train_lam.py",4151,0,"_",python,content +8068,29082000,"train_lam.py",4152,0,"",python,selection_keyboard +8069,29082174,"train_lam.py",4152,0,"r",python,content +8070,29082175,"train_lam.py",4153,0,"",python,selection_keyboard +8071,29082227,"train_lam.py",4153,0,"e",python,content +8072,29082228,"train_lam.py",4154,0,"",python,selection_keyboard +8073,29082270,"train_lam.py",4154,0,"s",python,content +8074,29082271,"train_lam.py",4155,0,"",python,selection_keyboard +8075,29082408,"train_lam.py",4155,0,"e",python,content +8076,29082410,"train_lam.py",4156,0,"",python,selection_keyboard +8077,29082494,"train_lam.py",4156,0,"t",python,content +8078,29082495,"train_lam.py",4157,0,"",python,selection_keyboard +8079,29082646,"train_lam.py",4156,0,"",python,selection_command +8080,29083765,"train_lam.py",4157,0,"",python,selection_command +8081,29083962,"train_lam.py",4159,0,"",python,selection_command +8082,29084133,"train_lam.py",4160,0,"",python,selection_command +8083,29084450,"train_lam.py",4162,0,"",python,selection_command +8084,29084619,"train_lam.py",4181,0,"",python,selection_command +8085,29084798,"train_lam.py",4183,0,"",python,selection_command +8086,29085068,"train_lam.py",4182,0,"",python,selection_command +8087,29085200,"train_lam.py",4181,0,"",python,selection_command +8088,29085349,"train_lam.py",4180,0,"",python,selection_command +8089,29085452,"train_lam.py",4180,1," ",python,selection_command +8090,29085502,"train_lam.py",4180,2," +",python,selection_command +8091,29085817,"train_lam.py",4180,4," + 1",python,selection_command +8092,29086137,"train_lam.py",4180,4,"",python,content +8093,29086430,"train_lam.py",4114,0,"",python,selection_command +8094,29087522,"train_lam.py",4079,0,"",python,selection_command +8095,29088886,"train_lam.py",4114,0,"",python,selection_command +8096,29089754,"train_lam.py",4118,0,"",python,selection_command +8097,29089903,"train_lam.py",4137,0,"",python,selection_command +8098,29090052,"train_lam.py",4139,0,"",python,selection_command +8099,29090220,"train_lam.py",4142,0,"",python,selection_command +8100,29090375,"train_lam.py",4143,0,"",python,selection_command +8101,29090524,"train_lam.py",4148,0,"",python,selection_command +8102,29090674,"train_lam.py",4149,0,"",python,selection_command +8103,29093617,"train_lam.py",4027,0,"",python,selection_command +8104,29094757,"train_lam.py",3919,0,"",python,selection_command +8105,29218793,"train_lam.py",4235,0,"",python,selection_mouse +8106,29222276,"train_lam.py",4233,0,"",python,selection_mouse +8107,29223220,"train_lam.py",4233,5,"",python,content +8108,29223245,"train_lam.py",4232,0,"",python,selection_command +8109,29228355,"train_lam.py",3290,0,"",python,selection_mouse +8110,29228811,"train_lam.py",10197,0,"",python,selection_command +8111,29232992,"train_lam.py",10196,0,"",python,selection_command +8112,29233086,"train_lam.py",10195,0,"",python,selection_command +8113,29233224,"train_lam.py",10194,0,"",python,selection_command +8114,29233516,"train_lam.py",10194,1," ",python,selection_command +8115,29233585,"train_lam.py",10191,4,"rng ",python,selection_command +8116,29233907,"train_lam.py",10189,6,", rng ",python,selection_command +8117,29234417,"train_lam.py",10189,6,"",python,content +8118,29236373,"train_lam.py",10189,0," ",python,content +8119,29236374,"train_lam.py",10190,0,"",python,selection_keyboard +8120,29236379,"train_lam.py",10189,0,"",python,selection_command +8121,29236436,"train_lam.py",10190,0,"",python,selection_command +8122,29236439,"train_lam.py",10192,0,"",python,selection_command +8123,29237594,"train_lam.py",3284,0,"",python,selection_command +8124,29241944,"train_lam.py",4154,0,"",python,selection_mouse +8125,29242626,"train_lam.py",4233,0,"",python,selection_mouse +8126,29242627,"train_lam.py",4232,0,"",python,selection_command +8127,29246824,"train_lam.py",4182,0,"",python,selection_command +8128,29247037,"train_lam.py",4234,0,"",python,selection_command +8129,29253131,"train_lam.py",0,0,"",python,tab +8130,29254907,"train_lam.py",2062,0,"",python,selection_command +8131,29255072,"train_lam.py",1071,0,"",python,selection_command +8132,29255574,"train_lam.py",2089,0,"",python,selection_command +8133,29256592,"train_lam.py",2156,0,"",python,selection_command +8134,29256791,"train_lam.py",2089,0,"",python,selection_command +8135,29257376,"train_lam.py",3420,0,"",python,selection_command +8136,29265970,"train_lam.py",3414,0,"",python,selection_command +8137,29266094,"train_lam.py",3373,0,"",python,selection_command +8138,29266223,"train_lam.py",3349,0,"",python,selection_command +8139,29266368,"train_lam.py",3284,0,"",python,selection_command +8140,29266484,"train_lam.py",3294,0,"",python,selection_command +8141,29266656,"train_lam.py",3295,0,"",python,selection_command +8142,29266934,"train_lam.py",3298,0,"",python,selection_command +8143,29267115,"train_lam.py",3300,0,"",python,selection_command +8144,29267284,"train_lam.py",3309,0,"",python,selection_command +8145,29267722,"train_lam.py",3280,0,"",python,selection_command +8146,29267938,"train_lam.py",3284,0,"",python,selection_command +8147,29268104,"train_lam.py",3294,0,"",python,selection_command +8148,29268334,"train_lam.py",3284,0,"",python,selection_command +8149,29268708,"train_lam.py",10192,0,"",python,selection_command +8150,29272070,"train_lam.py",10202,0,"",python,selection_command +8151,29272324,"train_lam.py",10203,0,"",python,selection_command +8152,29272352,"train_lam.py",10206,0,"",python,selection_command +8153,29272387,"train_lam.py",10208,0,"",python,selection_command +8154,29272416,"train_lam.py",10217,0,"",python,selection_command +8155,29272450,"train_lam.py",10219,0,"",python,selection_command +8156,29272487,"train_lam.py",10225,0,"",python,selection_command +8157,29272516,"train_lam.py",10227,0,"",python,selection_command +8158,29272549,"train_lam.py",10245,0,"",python,selection_command +8159,29272583,"train_lam.py",10247,0,"",python,selection_command +8160,29272757,"train_lam.py",10250,0,"",python,selection_command +8161,29273132,"train_lam.py",10247,0,"",python,selection_command +8162,29274278,"train_lam.py",10149,0,"",python,selection_command +8163,29274441,"train_lam.py",10153,0,"",python,selection_command +8164,29274694,"train_lam.py",10155,0,"",python,selection_command +8165,29274740,"train_lam.py",10160,0,"",python,selection_command +8166,29274755,"train_lam.py",10162,0,"",python,selection_command +8167,29274788,"train_lam.py",10180,0,"",python,selection_command +8168,29274827,"train_lam.py",10182,0,"",python,selection_command +8169,29274854,"train_lam.py",10190,0,"",python,selection_command +8170,29274885,"train_lam.py",10192,0,"",python,selection_command +8171,29275019,"train_lam.py",10202,0,"",python,selection_command +8172,29275311,"train_lam.py",10192,0,"",python,selection_command +8173,29275492,"train_lam.py",3284,0,"",python,selection_command +8174,29275890,"train_lam.py",3294,0,"",python,selection_command +8175,29276046,"train_lam.py",3295,0,"",python,selection_command +8176,29276548,"train_lam.py",3343,0,"",python,selection_command +8177,29276725,"train_lam.py",3342,0,"",python,selection_command +8178,29277382,"train_lam.py",3339,0,"",python,selection_command +8179,29278494,"train_lam.py",3869,0,"",python,selection_command +8180,29314004,"train_lam.py",3822,0,"",python,selection_command +8181,29314262,"train_lam.py",3746,0,"",python,selection_command +8182,29314288,"train_lam.py",3709,0,"",python,selection_command +8183,29314321,"train_lam.py",3672,0,"",python,selection_command +8184,29314353,"train_lam.py",3642,0,"",python,selection_command +8185,29314391,"train_lam.py",3604,0,"",python,selection_command +8186,29314421,"train_lam.py",3568,0,"",python,selection_command +8187,29314454,"train_lam.py",3566,0,"",python,selection_command +8188,29314490,"train_lam.py",3478,0,"",python,selection_command +8189,29314520,"train_lam.py",3441,0,"",python,selection_command +8190,29314554,"train_lam.py",3414,0,"",python,selection_command +8191,29314587,"train_lam.py",3404,0,"",python,selection_command +8192,29314794,"train_lam.py",3367,0,"",python,selection_command +8193,29314921,"train_lam.py",3315,0,"",python,selection_command +8194,29315321,"train_lam.py",3311,0,"",python,selection_command +8195,29315471,"train_lam.py",3309,0,"",python,selection_command +8196,29315594,"train_lam.py",3300,0,"",python,selection_command +8197,29315735,"train_lam.py",3298,0,"",python,selection_command +8198,29315869,"train_lam.py",3295,0,"",python,selection_command +8199,29316002,"train_lam.py",3294,0,"",python,selection_command +8200,29316388,"train_lam.py",3284,0,"",python,selection_command +8201,29316776,"train_lam.py",10192,0,"",python,selection_command +8202,29506175,"train_lam.py",8874,0,"",python,selection_command +8203,29506377,"train_lam.py",7983,0,"",python,selection_command +8204,29506572,"train_lam.py",6283,0,"",python,selection_command +8205,29507544,"train_lam.py",5421,0,"",python,selection_command +8206,29507948,"train_lam.py",4538,0,"",python,selection_command +8207,29508071,"train_lam.py",3269,0,"",python,selection_command +8208,29508218,"train_lam.py",1967,0,"",python,selection_command +8209,29508373,"train_lam.py",865,0,"",python,selection_command +8210,29508683,"train_lam.py",0,0,"",python,selection_command +8211,29512986,"train_lam.py",1967,0,"",python,selection_command +8212,29513179,"train_lam.py",4508,0,"",python,selection_command +8213,29513451,"train_lam.py",6562,0,"",python,selection_command +8214,29515033,"train_lam.py",8949,0,"",python,selection_command +8215,29521345,"train_lam.py",9886,0,"",python,selection_mouse +8216,29521879,"train_lam.py",9910,0,"",python,selection_mouse +8217,29522226,"train_lam.py",9888,0,"",python,selection_mouse +8218,29523642,"train_lam.py",10197,0,"",python,selection_mouse +8219,29523915,"train_lam.py",3284,0,"",python,selection_command +8220,29526800,"train_lam.py",0,0,"",python,tab +8221,29526804,"train_lam.py",429,0,"",python,selection_command +8222,29557436,"train_lam.py",0,0,"",python,tab +8223,29557437,"train_lam.py",3732,0,"",python,selection_mouse +8224,29557554,"train_lam.py",3730,5,"state",python,selection_mouse +8225,29557673,"train_lam.py",3715,56," codebook = state.params[""params""][""vq""][""codebook""]\n",python,selection_mouse +8226,29559778,"train_lam.py",3857,0,"",python,selection_mouse +8227,29560458,"train_lam.py",3733,0,"",python,selection_mouse +8228,29560579,"train_lam.py",3730,5,"state",python,selection_mouse +8229,29561457,"train_lam.py",3739,0,"",python,selection_mouse +8230,29561593,"train_lam.py",3736,6,"params",python,selection_mouse +8231,29562151,"train_lam.py",3828,0,"",python,selection_mouse +8232,29562869,"train_lam.py",3742,0,"",python,selection_mouse +8233,29563031,"train_lam.py",3742,1,"[",python,selection_mouse +8234,29563031,"train_lam.py",3742,58,"[""params""][""vq""][""codebook""]\n num_codes = len(codebook)",python,selection_mouse +8235,29563094,"train_lam.py",3742,10,"[""params""]",python,selection_mouse +8236,29563111,"train_lam.py",3742,13,"[""params""][""v",python,selection_mouse +8237,29563127,"train_lam.py",3742,15,"[""params""][""vq""",python,selection_mouse +8238,29563145,"train_lam.py",3742,17,"[""params""][""vq""][",python,selection_mouse +8239,29563162,"train_lam.py",3742,18,"[""params""][""vq""][""",python,selection_mouse +8240,29563177,"train_lam.py",3742,20,"[""params""][""vq""][""co",python,selection_mouse +8241,29563208,"train_lam.py",3742,21,"[""params""][""vq""][""cod",python,selection_mouse +8242,29563242,"train_lam.py",3742,22,"[""params""][""vq""][""code",python,selection_mouse +8243,29563275,"train_lam.py",3742,23,"[""params""][""vq""][""codeb",python,selection_mouse +8244,29563293,"train_lam.py",3742,24,"[""params""][""vq""][""codebo",python,selection_mouse +8245,29563312,"train_lam.py",3742,25,"[""params""][""vq""][""codeboo",python,selection_mouse +8246,29563328,"train_lam.py",3742,26,"[""params""][""vq""][""codebook",python,selection_mouse +8247,29563358,"train_lam.py",3742,27,"[""params""][""vq""][""codebook""",python,selection_mouse +8248,29563425,"train_lam.py",3742,28,"[""params""][""vq""][""codebook""]",python,selection_mouse +8249,29565665,"train_lam.py",3721,0,"",python,selection_mouse +8250,29565789,"train_lam.py",3719,8,"codebook",python,selection_mouse +8251,29566508,"train_lam.py",3755,0,"",python,selection_mouse +8252,29566634,"train_lam.py",3754,2,"vq",python,selection_mouse +8253,29568440,"train_lam.py",3721,0,"",python,selection_mouse +8254,29568513,"train_lam.py",3719,8,"codebook",python,selection_mouse +8255,29569137,"train_lam.py",3999,0,"",python,selection_mouse +8256,29569820,"train_lam.py",0,0,"",python,tab +8257,29569821,"train_lam.py",3622,0,"",python,selection_mouse +8258,29569884,"train_lam.py",3617,8,"codebook",python,selection_mouse +8259,29570379,"train_lam.py",3629,0,"",python,selection_mouse +8260,29570684,"train_lam.py",3633,0,"",python,selection_mouse +8261,29570891,"train_lam.py",3642,0,"",python,selection_mouse +8262,29575308,"train_lam.py",0,0,"",python,tab +8263,29575309,"train_lam.py",4212,0,"",python,selection_mouse +8264,29575360,"train_lam.py",4212,1,"a",python,selection_mouse +8265,29575361,"train_lam.py",4212,2,"at",python,selection_mouse +8266,29575361,"train_lam.py",4212,5,"ate.p",python,selection_mouse +8267,29575372,"train_lam.py",4212,9,"ate.param",python,selection_mouse +8268,29575391,"train_lam.py",4212,13,"ate.params[""p",python,selection_mouse +8269,29575405,"train_lam.py",4212,18,"ate.params[""params",python,selection_mouse +8270,29575421,"train_lam.py",4212,22,"ate.params[""params""][""",python,selection_mouse +8271,29575438,"train_lam.py",4212,26,"ate.params[""params""][""vq""]",python,selection_mouse +8272,29575455,"train_lam.py",4212,28,"ate.params[""params""][""vq""][""",python,selection_mouse +8273,29575496,"train_lam.py",4212,29,"ate.params[""params""][""vq""][""c",python,selection_mouse +8274,29575587,"train_lam.py",4212,30,"ate.params[""params""][""vq""][""co",python,selection_mouse +8275,29575589,"train_lam.py",4212,31,"ate.params[""params""][""vq""][""cod",python,selection_mouse +8276,29575589,"train_lam.py",4212,33,"ate.params[""params""][""vq""][""codeb",python,selection_mouse +8277,29575591,"train_lam.py",4212,34,"ate.params[""params""][""vq""][""codebo",python,selection_mouse +8278,29575607,"train_lam.py",4212,36,"ate.params[""params""][""vq""][""codebook",python,selection_mouse +8279,29575665,"train_lam.py",4212,37,"ate.params[""params""][""vq""][""codebook""",python,selection_mouse +8280,29575686,"train_lam.py",4212,38,"ate.params[""params""][""vq""][""codebook""]",python,selection_mouse +8281,29575784,"train_lam.py",4212,39,"ate.params[""params""][""vq""][""codebook""] ",python,selection_mouse +8282,29575787,"train_lam.py",4212,41,"ate.params[""params""][""vq""][""codebook""] = ",python,selection_mouse +8283,29579660,"train_lam.py",2215,0,"",python,selection_mouse +8284,29580068,"train_lam.py",2206,0,"",python,selection_mouse +8285,29580210,"train_lam.py",2206,4,"rngs",python,selection_mouse +8286,29582076,"train_lam.py",2216,0,"",python,selection_mouse +8287,29582599,"train_lam.py",2210,0,"",python,selection_mouse +8288,29582696,"train_lam.py",2210,1,"=",python,selection_mouse +8289,29582761,"train_lam.py",2210,2,"={",python,selection_mouse +8290,29582776,"train_lam.py",2210,3,"={""",python,selection_mouse +8291,29582793,"train_lam.py",2210,4,"={""d",python,selection_mouse +8292,29582811,"train_lam.py",2210,5,"={""dr",python,selection_mouse +8293,29582829,"train_lam.py",2210,6,"={""dro",python,selection_mouse +8294,29582926,"train_lam.py",2210,7,"={""drop",python,selection_mouse +8295,29582958,"train_lam.py",2210,8,"={""dropo",python,selection_mouse +8296,29582976,"train_lam.py",2210,9,"={""dropou",python,selection_mouse +8297,29583243,"train_lam.py",2210,10,"={""dropout",python,selection_mouse +8298,29585745,"train_lam.py",2217,0,"",python,selection_mouse +8299,29585847,"train_lam.py",2213,7,"dropout",python,selection_mouse +8300,29586908,"train_lam.py",2207,0,"",python,selection_mouse +8301,29586935,"train_lam.py",2207,13,"ngs={""dropout",python,selection_mouse +8302,29587124,"train_lam.py",2206,4,"rngs",python,selection_mouse +8303,29587382,"train_lam.py",2212,0,"",python,selection_mouse +8304,29587547,"train_lam.py",2210,3,"={""",python,selection_mouse +8305,29588449,"train_lam.py",2232,0,"",python,selection_mouse +8306,29588453,"train_lam.py",2231,3,"rng",python,selection_mouse +8307,29590794,"train_lam.py",2290,0,"",python,selection_mouse +8308,29590797,"train_lam.py",2289,0,"",python,selection_command +8309,29600558,"train_lam.py",2002,0,"",python,selection_mouse +8310,29600905,"train_lam.py",1978,0,"",python,selection_mouse +8311,29624313,"train_lam.py",622,0,"",python,selection_mouse +8312,29625530,"train_lam.py",623,0,"",python,selection_mouse +8313,29630816,"train_lam.py",2001,0,"",python,selection_mouse +8314,29640156,"train_lam.py",428,0,"",python,selection_mouse +8315,29640160,"train_lam.py",427,0,"",python,selection_command +8316,29642424,"train_lam.py",0,0,"",python,tab +8317,29645415,"train_lam.py",3113,0,"",python,selection_mouse +8318,29645815,"train_lam.py",0,0,"",python,selection_command +8319,29647076,"train_lam.py",428,0,"",python,selection_mouse +8320,29647079,"train_lam.py",427,0,"",python,selection_command +8321,29648744,"train_lam.py",1400,0,"",python,selection_command +8322,29648924,"train_lam.py",2509,0,"",python,selection_command +8323,29649597,"train_lam.py",3678,0,"",python,selection_command +8324,29649793,"train_lam.py",4900,0,"",python,selection_command +8325,29650143,"train_lam.py",5842,0,"",python,selection_command +8326,29650338,"train_lam.py",6701,0,"",python,selection_command +8327,29650529,"train_lam.py",8019,0,"",python,selection_command +8328,29651204,"train_lam.py",6380,0,"",python,selection_command +8329,29651367,"train_lam.py",5529,0,"",python,selection_command +8330,29651976,"train_lam.py",4772,0,"",python,selection_command +8331,29652108,"train_lam.py",3648,0,"",python,selection_command +8332,29652241,"train_lam.py",2452,0,"",python,selection_command +8333,29652398,"train_lam.py",1400,0,"",python,selection_command +8334,29652523,"train_lam.py",429,0,"",python,selection_command +8335,29652639,"train_lam.py",0,0,"",python,selection_command +8336,29653390,"train_lam.py",893,0,"",python,selection_command +8337,29654213,"train_lam.py",1967,0,"",python,selection_command +8338,29654416,"train_lam.py",3222,0,"",python,selection_command +8339,29654564,"train_lam.py",4412,0,"",python,selection_command +8340,29656595,"train_lam.py",0,0,"",python,tab +8341,29660485,"train_lam.py",0,0,"",python,tab +8342,29660489,"train_lam.py",429,0,"",python,selection_command +8343,29673394,"train_lam.py",3339,0,"",python,selection_mouse +8344,29675616,"train_lam.py",3869,0,"",python,selection_mouse +8345,29677875,"train_lam.py",3833,0,"\n ",python,content +8346,29678202,"train_lam.py",3838,0,"n",python,content +8347,29678203,"train_lam.py",3839,0,"",python,selection_keyboard +8348,29678344,"train_lam.py",3839,0,"n",python,content +8349,29678345,"train_lam.py",3840,0,"",python,selection_keyboard +8350,29678393,"train_lam.py",3840,0,"x",python,content +8351,29678394,"train_lam.py",3841,0,"",python,selection_keyboard +8352,29679439,"train_lam.py",3841,0,".",python,content +8353,29679441,"train_lam.py",3842,0,"",python,selection_keyboard +8354,29680941,"train_lam.py",3842,0,"r",python,content +8355,29680942,"train_lam.py",3843,0,"",python,selection_keyboard +8356,29680995,"train_lam.py",3843,0,"n",python,content +8357,29680996,"train_lam.py",3844,0,"",python,selection_keyboard +8358,29683552,"train_lam.py",3843,0,"",python,selection_command +8359,29684297,"train_lam.py",3834,10," ",python,content +8360,29684574,"train_lam.py",3837,0,"",python,selection_command +8361,29685159,"train_lam.py",3834,5,"",python,content +8362,29685200,"train_lam.py",3838,0,"",python,selection_command +8363,29685991,"train_lam.py",3791,0,"",python,selection_command +8364,29686246,"train_lam.py",3715,0,"",python,selection_command +8365,29686276,"train_lam.py",3678,0,"",python,selection_command +8366,29686305,"train_lam.py",3648,0,"",python,selection_command +8367,29686340,"train_lam.py",3617,0,"",python,selection_command +8368,29686378,"train_lam.py",3573,0,"",python,selection_command +8369,29686408,"train_lam.py",3568,0,"",python,selection_command +8370,29686444,"train_lam.py",3544,0,"",python,selection_command +8371,29686476,"train_lam.py",3447,0,"",python,selection_command +8372,29686511,"train_lam.py",3420,0,"",python,selection_command +8373,29686545,"train_lam.py",3414,0,"",python,selection_command +8374,29686593,"train_lam.py",3373,0,"",python,selection_command +8375,29686614,"train_lam.py",3349,0,"",python,selection_command +8376,29686744,"train_lam.py",3284,0,"",python,selection_command +8377,29687048,"train_lam.py",3294,0,"",python,selection_command +8378,29687290,"train_lam.py",3295,0,"",python,selection_command +8379,29687327,"train_lam.py",3298,0,"",python,selection_command +8380,29687358,"train_lam.py",3300,0,"",python,selection_command +8381,29687480,"train_lam.py",3309,0,"",python,selection_command +8382,29687482,"train_lam.py",3311,0,"",python,selection_command +8383,29687502,"train_lam.py",3317,0,"",python,selection_command +8384,29687531,"train_lam.py",3319,0,"",python,selection_command +8385,29687544,"train_lam.py",3337,0,"",python,selection_command +8386,29687656,"train_lam.py",3339,0,"",python,selection_command +8387,29688311,"train_lam.py",3337,0,"",python,selection_command +8388,29688565,"train_lam.py",3319,0,"",python,selection_command +8389,29688594,"train_lam.py",3317,0,"",python,selection_command +8390,29688626,"train_lam.py",3311,0,"",python,selection_command +8391,29688660,"train_lam.py",3309,0,"",python,selection_command +8392,29688692,"train_lam.py",3300,0,"",python,selection_command +8393,29688729,"train_lam.py",3298,0,"",python,selection_command +8394,29688764,"train_lam.py",3295,0,"",python,selection_command +8395,29688791,"train_lam.py",3294,0,"",python,selection_command +8396,29689031,"train_lam.py",3284,0,"",python,selection_command +8397,29689211,"train_lam.py",3280,0,"",python,selection_command +8398,29689642,"train_lam.py",3284,0,"",python,selection_command +8399,29690072,"train_lam.py",10192,0,"",python,selection_command +8400,29693119,"train_lam.py",10250,0,"",python,selection_command +8401,29693733,"train_lam.py",10247,0,"",python,selection_command +8402,29693881,"train_lam.py",10245,0,"",python,selection_command +8403,29694250,"train_lam.py",10247,0,"",python,selection_command +8404,29695087,"train_lam.py",10137,0,"",python,selection_command +8405,29696236,"train_lam.py",10250,0,"",python,selection_command +8406,29697087,"train_lam.py",10137,0,"",python,selection_command +8407,29697138,"train_lam.py",10149,0,"",python,selection_command +8408,29698839,"train_lam.py",10250,0,"",python,selection_command +8409,29700257,"train_lam.py",10137,0,"",python,selection_command +8410,29700469,"train_lam.py",10149,0,"",python,selection_command +8411,29734720,"train_lam.py",10250,0,"",python,selection_command +8412,29735942,"train_lam.py",10137,0,"",python,selection_command +8413,29736088,"train_lam.py",10149,0,"",python,selection_command +8414,29736585,"train_lam.py",10250,0,"",python,selection_command +8415,29737281,"train_lam.py",10137,0,"",python,selection_command +8416,29737463,"train_lam.py",10149,0,"",python,selection_command +8417,29737791,"train_lam.py",10250,0,"",python,selection_command +8418,29743230,"train_lam.py",10137,0,"",python,selection_command +8419,29743292,"train_lam.py",10149,0,"",python,selection_command +8420,29743754,"train_lam.py",10250,0,"",python,selection_command +8421,29743958,"train_lam.py",10137,0,"",python,selection_command +8422,29744278,"train_lam.py",10149,0,"",python,selection_command +8423,29744897,"train_lam.py",10250,0,"",python,selection_command +8424,29748134,"train_lam.py",10137,0,"",python,selection_command +8425,29748177,"train_lam.py",10149,0,"",python,selection_command +8426,29749613,"train_lam.py",10250,0,"",python,selection_command +8427,29751623,"train_lam.py",10247,0,"",python,selection_command +8428,29751970,"train_lam.py",10127,0,"",python,selection_command +8429,29752782,"train_lam.py",10086,0,"",python,selection_command +8430,29753719,"train_lam.py",10098,0,"",python,selection_command +8431,29753864,"train_lam.py",10105,0,"",python,selection_command +8432,29754046,"train_lam.py",10107,0,"",python,selection_command +8433,29754298,"train_lam.py",10111,0,"",python,selection_command +8434,29754461,"train_lam.py",10112,0,"",python,selection_command +8435,29754611,"train_lam.py",10118,0,"",python,selection_command +8436,29754778,"train_lam.py",10119,0,"",python,selection_command +8437,29754934,"train_lam.py",10125,0,"",python,selection_command +8438,29755095,"train_lam.py",10127,0,"",python,selection_command +8439,29755291,"train_lam.py",10130,0,"",python,selection_command +8440,29755623,"train_lam.py",10131,0,"",python,selection_command +8441,29756456,"train_lam.py",10085,0,"",python,selection_command +8442,29756669,"train_lam.py",10083,0,"",python,selection_command +8443,29757292,"train_lam.py",10085,0,"",python,selection_command +8444,29757544,"train_lam.py",10130,0,"",python,selection_command +8445,29757569,"train_lam.py",10181,0,"",python,selection_command +8446,29757603,"train_lam.py",10296,0,"",python,selection_command +8447,29757718,"train_lam.py",10342,0,"",python,selection_command +8448,29757723,"train_lam.py",10366,0,"",python,selection_command +8449,29757727,"train_lam.py",10368,0,"",python,selection_command +8450,29757755,"train_lam.py",10397,0,"",python,selection_command +8451,29757776,"train_lam.py",10422,0,"",python,selection_command +8452,29757820,"train_lam.py",10468,0,"",python,selection_command +8453,29757968,"train_lam.py",10532,0,"",python,selection_command +8454,29757972,"train_lam.py",10468,0,"",python,selection_command +8455,29758242,"train_lam.py",10422,0,"",python,selection_command +8456,29758253,"train_lam.py",10397,0,"",python,selection_command +8457,29758287,"train_lam.py",10368,0,"",python,selection_command +8458,29758321,"train_lam.py",10366,0,"",python,selection_command +8459,29758469,"train_lam.py",10342,0,"",python,selection_command +8460,29758620,"train_lam.py",10296,0,"",python,selection_command +8461,29758776,"train_lam.py",10181,0,"",python,selection_command +8462,29758963,"train_lam.py",10130,0,"",python,selection_command +8463,29759289,"train_lam.py",10181,0,"",python,selection_command +8464,29759543,"train_lam.py",10137,0," rng, _rng = jax.random.split(rng)\n",python,content +8465,29759582,"train_lam.py",10149,0,"",python,selection_command +8466,29761387,"train_lam.py",10182,0,"",python,selection_command +8467,29761599,"train_lam.py",10181,0,"",python,selection_command +8468,29761911,"train_lam.py",10178,0,"",python,selection_command +8469,29762108,"train_lam.py",10177,0,"",python,selection_command +8470,29762194,"train_lam.py",10172,0,"",python,selection_command +8471,29763715,"train_lam.py",10149,0,"",python,selection_command +8472,29763907,"train_lam.py",10152,0,"",python,selection_command +8473,29764205,"train_lam.py",10154,0,"",python,selection_command +8474,29764429,"train_lam.py",4808,0,"",python,selection_command +8475,29765637,"train_lam.py",10154,0,"",python,selection_command +8476,29766631,"train_lam.py",10200,0,"",python,selection_command +8477,29766745,"train_lam.py",10296,0,"",python,selection_command +8478,29767344,"train_lam.py",10293,0,"",python,selection_command +8479,29767856,"train_lam.py",10293,0,"_",python,content +8480,29767858,"train_lam.py",10294,0,"",python,selection_keyboard +8481,29768028,"train_lam.py",10293,0,"",python,selection_command +8482,29768281,"train_lam.py",10183,0,"",python,selection_command +8483,29769681,"train_lam.py",10297,0,"",python,selection_command +8484,29770112,"train_lam.py",10183,0,"",python,selection_command +8485,29770799,"train_lam.py",10137,0,"",python,selection_command +8486,29770945,"train_lam.py",10149,0,"",python,selection_command +8487,29776557,"train_lam.py",0,0,"",python,selection_command +8488,29778133,"train_lam.py",1967,0,"",python,selection_command +8489,29779650,"train_lam.py",1967,0,"",python,selection_command +8490,29782086,"train_lam.py",0,0,"",python,tab +8491,29785274,"train_lam.py",0,0,"",python,tab +8492,29785276,"train_lam.py",429,0,"",python,selection_command +8493,29812367,"train_lam.py",0,0,"",python,tab +8494,29812369,"train_lam.py",2023,0,"",python,selection_mouse +8495,29815753,"train_lam.py",0,0,"",python,tab +8496,29815753,"train_lam.py",2045,0,"",python,selection_mouse +8497,29816596,"train_lam.py",2158,0,"",python,selection_mouse +8498,29817459,"train_lam.py",2177,0,"",python,selection_mouse +8499,29820704,"train_lam.py",3550,0,"",python,selection_mouse +8500,29820843,"train_lam.py",3544,9,"optimizer",python,selection_mouse +8501,29820955,"train_lam.py",3544,10,"optimizer.",python,selection_mouse +8502,29820976,"train_lam.py",3544,16,"optimizer.update",python,selection_mouse +8503,29823303,"train_lam.py",3556,0,"",python,selection_mouse +8504,29840701,"train_lam.py",2165,0,"",python,selection_mouse +8505,29843129,"train_lam.py",2162,0,"",python,selection_command +8506,29843247,"train_lam.py",2161,0,"",python,selection_command +8507,29843486,"train_lam.py",2156,0,"",python,selection_command +8508,29843999,"train_lam.py",2042,0,"",python,selection_command +8509,29844820,"train_lam.py",2046,0,"",python,selection_command +8510,29845111,"train_lam.py",2047,0,"",python,selection_command +8511,29845384,"train_lam.py",2047,0,":",python,content +8512,29845447,"train_lam.py",2048,0," ",python,content +8513,29845448,"train_lam.py",2049,0,"",python,selection_keyboard +8514,29849012,"train_lam.py",2057,0,": dict",python,content +8515,29849012,"train_lam.py",2049,0,"LatentActionModel",python,content +8516,29849015,"train_lam.py",2080,0,"",python,selection_command +8517,29849259,"train_lam.py",2079,0,"",python,selection_command +8518,29850630,"train_lam.py",2026,0,"",python,selection_command +8519,29850730,"train_lam.py",2030,0,"",python,selection_command +8520,29851879,"train_lam.py",2087,0,"",python,selection_command +8521,29852064,"train_lam.py",2114,0,"",python,selection_command +8522,29852338,"train_lam.py",2181,0,"",python,selection_command +8523,29852547,"train_lam.py",2186,0,"",python,selection_command +8524,29852630,"train_lam.py",2187,0,"",python,selection_command +8525,29853033,".venv/lib/python3.10/site-packages/flax/nnx/module.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nfrom __future__ import annotations\n\nimport typing as tp\nfrom functools import partial\n\nimport jax\nimport jax.numpy as jnp\nimport jax.tree_util as jtu\n\nfrom flax.nnx import (\n filterlib,\n graph,\n)\nfrom flax.nnx import variablelib as variableslib\nfrom flax.nnx.graph import GraphDef\nfrom flax.nnx.object import Object, ObjectMeta\nfrom flax.nnx.graph import GraphState, StateLeaf\nfrom flax.nnx.statelib import State\nfrom flax.typing import Key, Path, PathParts\n\nA = tp.TypeVar('A')\nB = tp.TypeVar('B')\nM = tp.TypeVar('M', bound='Module')\nS = tp.TypeVar('S', bound=tp.Union[GraphState, tuple[GraphState, ...]])\nV = tp.TypeVar('V', bound=variableslib.Variable[tp.Any])\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\n\nStateMapping = tp.Mapping[Path, tp.Any]\ntuple_reduce = lambda xs, x: xs + (x,)\ntuple_init = lambda: ()\n\n\nclass ModuleMeta(ObjectMeta):\n # we keep a trivial derived class just in case we need to\n # add more functionality in the future\n pass\n\n\nclass Module(Object, metaclass=ModuleMeta):\n """"""Base class for all neural network modules.\n\n Layers and models should subclass this class.\n\n ``Module``'s can contain submodules, and in this way can be nested in a tree\n structure. Submodules can be assigned as regular attributes inside the\n ``__init__`` method.\n\n You can define arbitrary ""forward pass"" methods on your ``Module`` subclass.\n While no methods are special-cased, ``__call__`` is a popular choice since\n you can call the ``Module`` directly::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... x = nnx.relu(x)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> y = model(x)\n """"""\n\n def sow(\n self,\n variable_type: type[variableslib.Variable[B]] | str,\n name: str,\n value: A,\n reduce_fn: tp.Callable[[B, A], B] = tuple_reduce,\n init_fn: tp.Callable[[], B] = tuple_init, # type: ignore\n ) -> bool:\n """"""``sow()`` can be used to collect intermediate values without\n the overhead of explicitly passing a container through each Module call.\n ``sow()`` stores a value in a new ``Module`` attribute, denoted by ``name``.\n The value will be wrapped by a :class:`Variable` of type ``variable_type``,\n which can be useful to filter for in :func:`split`, :func:`state` and\n :func:`pop`.\n\n By default the values are stored in a tuple and each stored value\n is appended at the end. This way all intermediates can be tracked when\n the same module is called multiple times.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x, add=0):\n ... x = self.linear1(x)\n ... self.sow(nnx.Intermediate, 'i', x+add)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> assert not hasattr(model, 'i')\n\n >>> y = model(x)\n >>> assert hasattr(model, 'i')\n >>> assert len(model.i.value) == 1 # tuple of length 1\n >>> assert model.i.value[0].shape == (1, 3)\n\n >>> y = model(x, add=1)\n >>> assert len(model.i.value) == 2 # tuple of length 2\n >>> assert (model.i.value[0] + 1 == model.i.value[1]).all()\n\n Alternatively, a custom init/reduce function can be passed::\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... self.sow(nnx.Intermediate, 'sum', x,\n ... init_fn=lambda: 0,\n ... reduce_fn=lambda prev, curr: prev+curr)\n ... self.sow(nnx.Intermediate, 'product', x,\n ... init_fn=lambda: 1,\n ... reduce_fn=lambda prev, curr: prev*curr)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> model = Model(rngs=nnx.Rngs(0))\n\n >>> y = model(x)\n >>> assert (model.sum.value == model.product.value).all()\n >>> intermediate = model.sum.value\n\n >>> y = model(x)\n >>> assert (model.sum.value == intermediate*2).all()\n >>> assert (model.product.value == intermediate**2).all()\n\n Args:\n variable_type: The :class:`Variable` type for the stored value.\n Typically :class:`Intermediate` is used to indicate an\n intermediate value.\n name: A string denoting the ``Module`` attribute name, where\n the sowed value is stored.\n value: The value to be stored.\n reduce_fn: The function used to combine the existing value with the new\n value. The default is to append the value to a tuple.\n init_fn: For the first value stored, ``reduce_fn`` will be passed the result\n of ``init_fn`` together with the value to be stored. The default is an\n empty tuple.\n """"""\n if isinstance(variable_type, str):\n variable_type = variableslib.variable_type_from_name(\n variable_type, allow_register=True\n )\n\n if hasattr(self, name):\n variable = getattr(self, name)\n if not isinstance(variable, variableslib.Variable):\n raise ValueError(\n f""Expected '{name}' to be a Variable, got {type(variable).__name__}""\n )\n elif type(variable) != variable_type:\n raise ValueError(\n f""Expected '{name}' to be of type '{variable_type.__name__}', ""\n f""got '{type(variable).__name__}'""\n )\n variable.raw_value = reduce_fn(variable.raw_value, value)\n else:\n reduced_value = reduce_fn(init_fn(), value)\n setattr(self, name, variable_type(reduced_value))\n\n return True\n\n def perturb(\n self,\n name: str,\n value: tp.Any,\n variable_type: (\n str | type[variableslib.Variable[tp.Any]]\n ) = variableslib.Perturbation,\n ):\n """"""Add an zero-value variable (""perturbation"") to the intermediate value.\n\n The gradient of ``value`` would be the same as the gradient of this\n perturbation variable. Therefore, if you define your loss function with\n both params and perturbations as standalone arguments, you can get the\n intermediate gradients of ``value`` by running ``jax.grad`` on the\n perturbation variable.\n\n Since the shape of the perturbation value depends on the shape of the input,\n a perturbation variable is only created after you run a sample input through\n the model once.\n\n .. note::\n This creates extra dummy variables of the same size as ``value``, thus\n occupies more memory. Use it only to debug gradients in training.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... x = self.perturb('xgrad', x)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> y = jnp.ones((1, 4))\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> assert not hasattr(model, 'xgrad') # perturbation requires a sample input run\n >>> _ = model(x)\n >>> assert model.xgrad.value.shape == (1, 3) # same as the intermediate value\n\n >>> # Take gradients on the Param and Perturbation variables\n >>> @nnx.grad(argnums=nnx.DiffState(argnum=0, filter=nnx.Any(nnx.Param, nnx.Perturbation)))\n ... def grad_loss(model, inputs, targets):\n ... preds = model(inputs)\n ... return jnp.square(preds - targets).mean()\n\n >>> intm_grads = grad_loss(model, x, y)\n >>> # `intm_grads.xgrad.value` is the intermediate gradient\n >>> assert not jnp.array_equal(intm_grads.xgrad.value, jnp.zeros((1, 3)))\n\n Args:\n name: A string denoting the ``Module`` attribute name for the\n perturbation value.\n value: The value to take intermediate gradient.\n variable_type: The :class:`Variable` type for the stored perturbation.\n Defaulted at :class:`nnx.Perturbation`.\n """"""\n if isinstance(variable_type, str):\n variable_type = variableslib.variable_type_from_name(\n variable_type, allow_register=True\n )\n if not hasattr(self, name):\n zeros = jax.tree.map(jnp.zeros_like, value)\n setattr(self, name, variable_type(zeros))\n old_value: variableslib.Variable[tp.Any] = getattr(self, name)\n if not isinstance(old_value, variable_type):\n raise ValueError(\n f""Expected '{name}' to be of type '{variable_type.__name__}', ""\n f""got '{type(old_value).__name__}'""\n )\n return old_value.value + value\n\n def iter_modules(self) -> tp.Iterator[tuple[PathParts, Module]]:\n """"""Recursively iterates over all nested :class:`Module`'s of the current Module, including\n the current Module.\n\n ``iter_modules`` creates a generator that yields the path and the Module instance, where\n the path is a tuple of strings or integers representing the path to the Module from the\n root Module.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class SubModule(nnx.Module):\n ... def __init__(self, din, dout, rngs):\n ... self.linear1 = nnx.Linear(din, dout, rngs=rngs)\n ... self.linear2 = nnx.Linear(din, dout, rngs=rngs)\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.submodule = SubModule(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5)\n ... self.batch_norm = nnx.BatchNorm(10, rngs=rngs)\n ...\n >>> model = Block(2, 5, rngs=nnx.Rngs(0))\n >>> for path, module in model.iter_modules():\n ... print(path, type(module).__name__)\n ...\n ('batch_norm',) BatchNorm\n ('dropout',) Dropout\n ('linear',) Linear\n ('submodule', 'linear1') Linear\n ('submodule', 'linear2') Linear\n ('submodule',) SubModule\n () Block\n """"""\n for path, value in graph.iter_graph(self):\n if isinstance(value, Module):\n yield path, value\n\n def iter_children(self) -> tp.Iterator[tuple[Key, Module]]:\n """"""Iterates over all children :class:`Module`'s of the current Module. This\n method is similar to :func:`iter_modules`, except it only iterates over the\n immediate children, and does not recurse further down.\n\n ``iter_children`` creates a generator that yields the key and the Module instance,\n where the key is a string representing the attribute name of the Module to access\n the corresponding child Module.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class SubModule(nnx.Module):\n ... def __init__(self, din, dout, rngs):\n ... self.linear1 = nnx.Linear(din, dout, rngs=rngs)\n ... self.linear2 = nnx.Linear(din, dout, rngs=rngs)\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.submodule = SubModule(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5)\n ... self.batch_norm = nnx.BatchNorm(10, rngs=rngs)\n ...\n >>> model = Block(2, 5, rngs=nnx.Rngs(0))\n >>> for path, module in model.iter_children():\n ... print(path, type(module).__name__)\n ...\n batch_norm BatchNorm\n dropout Dropout\n linear Linear\n submodule SubModule\n """"""\n node_impl = graph.get_node_impl(self)\n assert node_impl is not None\n node_dict = node_impl.node_dict(self)\n for key, value in node_dict.items():\n if isinstance(value, Module):\n yield key, value\n\n def set_attributes(\n self,\n *filters: filterlib.Filter,\n raise_if_not_found: bool = True,\n **attributes: tp.Any,\n ) -> None:\n """"""Sets the attributes of nested Modules including the current Module.\n If the attribute is not found in the Module, it is ignored.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5, deterministic=False)\n ... self.batch_norm = nnx.BatchNorm(10, use_running_average=False, rngs=rngs)\n ...\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (False, False)\n >>> block.set_attributes(deterministic=True, use_running_average=True)\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, True)\n\n ``Filter``'s can be used to set the attributes of specific Modules::\n\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.set_attributes(nnx.Dropout, deterministic=True)\n >>> # Only the dropout will be modified\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, False)\n\n Args:\n *filters: Filters to select the Modules to set the attributes of.\n raise_if_not_found: If True (default), raises a ValueError if at least one attribute\n instance is not found in one of the selected Modules.\n **attributes: The attributes to set.\n """"""\n remaining_attributes = set(attributes.keys())\n if not filters:\n filters = (True,)\n predicates = tuple(map(filterlib.to_predicate, filters))\n for path, module in self.iter_modules():\n for predicate in predicates:\n if predicate(path, module):\n for name, value in attributes.items():\n if hasattr(module, name):\n if name in remaining_attributes:\n remaining_attributes.remove(name)\n setattr(module, name, value)\n break\n\n if remaining_attributes and raise_if_not_found:\n raise ValueError(\n f'Could not find at least one instance of the following attributes: {remaining_attributes}'\n )\n\n def train(self, **attributes):\n """"""Sets the Module to training mode.\n\n ``train`` uses ``set_attributes`` to recursively set attributes ``deterministic=False``\n and ``use_running_average=False`` of all nested Modules that have these attributes.\n Its primarily used to control the runtime behavior of the ``Dropout`` and ``BatchNorm``\n Modules.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... # initialize Dropout and BatchNorm in eval mode\n ... self.dropout = nnx.Dropout(0.5, deterministic=True)\n ... self.batch_norm = nnx.BatchNorm(10, use_running_average=True, rngs=rngs)\n ...\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, True)\n >>> block.train()\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (False, False)\n\n Args:\n **attributes: additional attributes passed to ``set_attributes``.\n """"""\n return self.set_attributes(\n deterministic=False,\n use_running_average=False,\n **attributes,\n raise_if_not_found=False,\n )\n\n def eval(self, **attributes):\n """"""Sets the Module to evaluation mode.\n\n ``eval`` uses ``set_attributes`` to recursively set attributes ``deterministic=True``\n and ``use_running_average=True`` of all nested Modules that have these attributes.\n Its primarily used to control the runtime behavior of the ``Dropout`` and ``BatchNorm``\n Modules.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5)\n ... self.batch_norm = nnx.BatchNorm(10, rngs=rngs)\n ...\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (False, False)\n >>> block.eval()\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, True)\n\n Args:\n **attributes: additional attributes passed to ``set_attributes``.\n """"""\n return self.set_attributes(\n deterministic=True,\n use_running_average=True,\n **attributes,\n raise_if_not_found=False,\n )\n\n def __init_subclass__(cls, experimental_pytree: bool = False) -> None:\n super().__init_subclass__()\n\n if experimental_pytree:\n jtu.register_pytree_with_keys(\n cls,\n partial(_module_flatten, with_keys=True),\n _module_unflatten, # type: ignore[arg-type]\n flatten_func=partial(_module_flatten, with_keys=False),\n )\n\n# -------------------------\n# Pytree Definition\n# -------------------------\ndef _module_flatten(module: Module, *, with_keys: bool):\n graphdef, state = graph.split(module)\n key_values = sorted(\n state.raw_mapping.items() # type: ignore\n )\n keys = tuple(key for key, _ in key_values)\n\n children: tuple[tp.Any, ...]\n if with_keys:\n children = tuple((jtu.DictKey(key), value) for key, value in key_values)\n else:\n children = tuple(value for _, value in key_values)\n\n return children, (keys, graphdef)\n\n\ndef _module_unflatten(\n paths_moduledef: tuple[tuple[Path, ...], GraphDef[M]],\n variables: tuple[StateLeaf, ...],\n) -> M:\n paths, graphdef = paths_moduledef\n return graph.merge(graphdef, State(zip(paths, variables)))\n\n\ndef first_from(*args: tp.Optional[A], error_msg: str) -> A:\n """"""Return the first non-None argument.\n\n If all arguments are None, raise a ValueError with the given error message.\n\n Args:\n *args: the arguments to check\n error_msg: the error message to raise if all arguments are None\n Returns:\n The first non-None argument.\n """"""\n for arg in args:\n if arg is not None:\n return arg\n raise ValueError(error_msg)\n",python,tab +8526,29853035,".venv/lib/python3.10/site-packages/flax/nnx/module.py",15187,0,"",python,selection_command +8527,29874568,"train_lam.py",0,0,"",python,tab +8528,29874569,"train_lam.py",2187,0,"",python,selection_command +8529,29875333,"train_lam.py",2177,0,"",python,selection_command +8530,29880859,"train_lam.py",0,0,"",python,tab +8531,29880864,"train_lam.py",429,0,"",python,selection_command +8532,29885821,"train_lam.py",0,0,"",python,tab +8533,29888109,"train_lam.py",2024,0,"",python,selection_mouse +8534,29889886,"train_lam.py",2109,0,"",python,selection_mouse +8535,29889888,"train_lam.py",2108,0,"",python,selection_command +8536,29892514,".venv/lib/python3.10/site-packages/flax/nnx/module.py",0,0,"",python,tab +8537,29894301,"train_lam.py",0,0,"",python,tab +8538,29894302,"train_lam.py",429,0,"",python,selection_command +8539,29907324,"train_lam.py",3283,0,"",python,selection_mouse +8540,29908847,"train_lam.py",3284,0,"",python,selection_command +8541,29909372,"train_lam.py",3285,0,"",python,selection_command +8542,29910102,"train_lam.py",3285,0,"i",python,content +8543,29910225,"train_lam.py",3286,0,"n",python,content +8544,29910226,"train_lam.py",3287,0,"",python,selection_keyboard +8545,29910259,"train_lam.py",3287,0,"d",python,content +8546,29910260,"train_lam.py",3288,0,"",python,selection_keyboard +8547,29910422,"train_lam.py",3288,0,"e",python,content +8548,29910424,"train_lam.py",3289,0,"",python,selection_keyboard +8549,29910482,"train_lam.py",3289,0,"x",python,content +8550,29910484,"train_lam.py",3290,0,"",python,selection_keyboard +8551,29910752,"train_lam.py",3290,0,"_",python,content +8552,29910753,"train_lam.py",3291,0,"",python,selection_keyboard +8553,29910945,"train_lam.py",3291,0,"c",python,content +8554,29910946,"train_lam.py",3292,0,"",python,selection_keyboard +8555,29910949,"train_lam.py",3292,0,"o",python,content +8556,29910950,"train_lam.py",3293,0,"",python,selection_keyboard +8557,29911017,"train_lam.py",3293,0,"u",python,content +8558,29911018,"train_lam.py",3294,0,"",python,selection_keyboard +8559,29911087,"train_lam.py",3294,0,"n",python,content +8560,29911089,"train_lam.py",3295,0,"",python,selection_keyboard +8561,29911273,"train_lam.py",3295,0,"t",python,content +8562,29911274,"train_lam.py",3296,0,"",python,selection_keyboard +8563,29911290,"train_lam.py",3296,0,"s",python,content +8564,29911292,"train_lam.py",3297,0,"",python,selection_keyboard +8565,29911470,"train_lam.py",3297,0,"s",python,content +8566,29911472,"train_lam.py",3298,0,"",python,selection_keyboard +8567,29911882,"train_lam.py",3297,1,"",python,content +8568,29911995,"train_lam.py",3296,0,"",python,selection_command +8569,29912589,"train_lam.py",3297,0,"",python,selection_command +8570,29912672,"train_lam.py",3297,0,",",python,content +8571,29912673,"train_lam.py",3298,0,"",python,selection_keyboard +8572,29912847,"train_lam.py",3298,0," ",python,content +8573,29912849,"train_lam.py",3299,0,"",python,selection_keyboard +8574,29912877,"train_lam.py",3298,0,"",python,selection_command +8575,29914135,".venv/lib/python3.10/site-packages/flax/nnx/module.py",0,0,"",python,tab +8576,29914953,"train_lam.py",0,0,"",python,tab +8577,29916197,"train_lam.py",0,0,"",python,tab +8578,29917989,"train_lam.py",2980,0,"",python,selection_command +8579,29918192,"train_lam.py",3216,0,"",python,selection_command +8580,29919559,"train_lam.py",2980,0,"",python,selection_command +8581,29920889,"train_lam.py",3038,0,"",python,selection_command +8582,29921054,"train_lam.py",3058,0,"",python,selection_command +8583,29921235,"train_lam.py",3077,0,"",python,selection_command +8584,29922723,"train_lam.py",0,0,"",python,tab +8585,29927278,"train_lam.py",3247,0,"",python,selection_command +8586,29927525,"train_lam.py",3241,0,"",python,selection_command +8587,29927557,"train_lam.py",3190,0,"",python,selection_command +8588,29927593,"train_lam.py",3171,0,"",python,selection_command +8589,29927624,"train_lam.py",3152,0,"",python,selection_command +8590,29927656,"train_lam.py",3111,0,"",python,selection_command +8591,29927690,"train_lam.py",3088,0,"",python,selection_command +8592,29927728,"train_lam.py",3071,0,"",python,selection_command +8593,29927758,"train_lam.py",3052,0,"",python,selection_command +8594,29927792,"train_lam.py",3025,0,"",python,selection_command +8595,29927824,"train_lam.py",2958,0,"",python,selection_command +8596,29927857,"train_lam.py",2904,0,"",python,selection_command +8597,29927889,"train_lam.py",2850,0,"",python,selection_command +8598,29927929,"train_lam.py",2769,0,"",python,selection_command +8599,29927954,"train_lam.py",2691,0,"",python,selection_command +8600,29927989,"train_lam.py",2640,0,"",python,selection_command +8601,29928019,"train_lam.py",2600,0,"",python,selection_command +8602,29928053,"train_lam.py",2592,0,"",python,selection_command +8603,29928087,"train_lam.py",2541,0,"",python,selection_command +8604,29928119,"train_lam.py",2518,0,"",python,selection_command +8605,29928152,"train_lam.py",2467,0,"",python,selection_command +8606,29928186,"train_lam.py",2399,0,"",python,selection_command +8607,29928220,"train_lam.py",2334,0,"",python,selection_command +8608,29928253,"train_lam.py",2283,0,"",python,selection_command +8609,29928398,"train_lam.py",2236,0,"",python,selection_command +8610,29928540,"train_lam.py",2193,0,"",python,selection_command +8611,29928692,"train_lam.py",2159,0,"",python,selection_command +8612,29928827,"train_lam.py",2108,0,"",python,selection_command +8613,29928965,"train_lam.py",2075,0,"",python,selection_command +8614,29929333,"train_lam.py",2026,0,"",python,selection_command +8615,29929510,"train_lam.py",2030,0,"",python,selection_command +8616,29929663,"train_lam.py",2041,0,"",python,selection_command +8617,29929932,"train_lam.py",2030,0,"",python,selection_command +8618,29930234,"train_lam.py",3423,0,"",python,selection_command +8619,29935771,"train_lam.py",3453,0,"",python,selection_command +8620,29935935,"train_lam.py",3470,0,"",python,selection_command +8621,29936070,"train_lam.py",3497,0,"",python,selection_command +8622,29936213,"train_lam.py",3594,0,"",python,selection_command +8623,29936371,"train_lam.py",3607,0,"",python,selection_command +8624,29936514,"train_lam.py",3594,0,"",python,selection_command +8625,29936619,"train_lam.py",3599,0,"",python,selection_command +8626,29936904,"train_lam.py",3502,0,"",python,selection_command +8627,29939325,"train_lam.py",3475,0,"",python,selection_command +8628,29939546,"train_lam.py",3453,0,"",python,selection_command +8629,29939569,"train_lam.py",3428,0,"",python,selection_command +8630,29939600,"train_lam.py",3404,0,"",python,selection_command +8631,29939658,"train_lam.py",3339,0,"",python,selection_command +8632,29939666,"train_lam.py",3317,0,"",python,selection_command +8633,29939700,"train_lam.py",3309,0,"",python,selection_command +8634,29939766,"train_lam.py",3308,0,"",python,selection_command +8635,29939768,"train_lam.py",3269,0,"",python,selection_command +8636,29939802,"train_lam.py",3247,0,"",python,selection_command +8637,29939835,"train_lam.py",3212,0,"",python,selection_command +8638,29939877,"train_lam.py",3190,0,"",python,selection_command +8639,29939901,"train_lam.py",3171,0,"",python,selection_command +8640,29939932,"train_lam.py",3133,0,"",python,selection_command +8641,29939965,"train_lam.py",3110,0,"",python,selection_command +8642,29939999,"train_lam.py",3088,0,"",python,selection_command +8643,29940033,"train_lam.py",3071,0,"",python,selection_command +8644,29940068,"train_lam.py",3052,0,"",python,selection_command +8645,29940101,"train_lam.py",2996,0,"",python,selection_command +8646,29940139,"train_lam.py",2929,0,"",python,selection_command +8647,29940174,"train_lam.py",2875,0,"",python,selection_command +8648,29951132,"train_lam.py",3316,0,"",python,selection_mouse +8649,29954147,"train_lam.py",3308,0,"",python,selection_mouse +8650,29961091,"train_lam.py",4274,0,"",python,selection_mouse +8651,29982673,"train_lam.py",6598,0,"",python,selection_mouse +8652,29984422,"train_lam.py",6597,0,"",python,selection_mouse +8653,30000707,"train_lam.py",0,0,"",python,tab +8654,30001083,"train_lam.py",4306,0,"",python,selection_command +8655,30001266,"train_lam.py",5437,0,"",python,selection_command +8656,30001429,"train_lam.py",6601,0,"",python,selection_command +8657,30001596,"train_lam.py",8056,0,"",python,selection_command +8658,30001981,"train_lam.py",6601,0,"",python,selection_command +8659,30009215,"train_lam.py",6705,0,"",python,selection_command +8660,30009463,"train_lam.py",6740,0,"",python,selection_command +8661,30009572,"train_lam.py",6745,0,"",python,selection_command +8662,30009575,"train_lam.py",6827,0,"",python,selection_command +8663,30009578,"train_lam.py",6884,0,"",python,selection_command +8664,30009615,"train_lam.py",6943,0,"",python,selection_command +8665,30009891,"train_lam.py",6948,0,"",python,selection_command +8666,30010095,"train_lam.py",7011,0,"",python,selection_command +8667,30010959,"train_lam.py",7100,0,"",python,selection_command +8668,30011152,"train_lam.py",7159,0,"",python,selection_command +8669,30011532,"train_lam.py",7100,0,"",python,selection_command +8670,30022505,"train_lam.py",7011,0,"",python,selection_command +8671,30022794,"train_lam.py",6948,0,"",python,selection_command +8672,30022795,"train_lam.py",6943,0,"",python,selection_command +8673,30022818,"train_lam.py",6884,0,"",python,selection_command +8674,30022841,"train_lam.py",6827,0,"",python,selection_command +8675,30022905,"train_lam.py",6745,0,"",python,selection_command +8676,30022908,"train_lam.py",6740,0,"",python,selection_command +8677,30023048,"train_lam.py",6705,0,"",python,selection_command +8678,30023352,"train_lam.py",6715,0,"",python,selection_command +8679,30023490,"train_lam.py",6717,0,"",python,selection_command +8680,30023641,"train_lam.py",6720,0,"",python,selection_command +8681,30023952,"train_lam.py",6721,0,"",python,selection_command +8682,30024305,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,0,"",python,tab +8683,30024306,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2789,0,"",python,selection_command +8684,30032789,"train_lam.py",0,0,"",python,tab +8685,30032790,"train_lam.py",6721,0,"",python,selection_command +8686,30135856,"train_lam.py",6740,0,"",python,selection_command +8687,30136103,"train_lam.py",6761,0,"",python,selection_command +8688,30136128,"train_lam.py",6843,0,"",python,selection_command +8689,30136161,"train_lam.py",6900,0,"",python,selection_command +8690,30136198,"train_lam.py",6943,0,"",python,selection_command +8691,30136229,"train_lam.py",6964,0,"",python,selection_command +8692,30136263,"train_lam.py",7027,0,"",python,selection_command +8693,30136297,"train_lam.py",7116,0,"",python,selection_command +8694,30136441,"train_lam.py",7159,0,"",python,selection_command +8695,30216391,"train_lam.py",7096,0,"",python,selection_command +8696,30216494,"train_lam.py",7100,0,"",python,selection_command +8697,30216683,"train_lam.py",7110,0,"",python,selection_command +8698,30217864,"train_lam.py",7100,0,"",python,selection_command +8699,30219034,"train_lam.py",7011,0,"",python,selection_command +8700,30219285,"train_lam.py",6948,0,"",python,selection_command +8701,30219319,"train_lam.py",6943,0,"",python,selection_command +8702,30219355,"train_lam.py",6884,0,"",python,selection_command +8703,30219386,"train_lam.py",6827,0,"",python,selection_command +8704,30219416,"train_lam.py",6745,0,"",python,selection_command +8705,30219452,"train_lam.py",6740,0,"",python,selection_command +8706,30219496,"train_lam.py",6705,0,"",python,selection_command +8707,30219515,"train_lam.py",6601,0,"",python,selection_command +8708,30219955,"train_lam.py",6705,0,"",python,selection_command +8709,30220202,"train_lam.py",6740,0,"",python,selection_command +8710,30220242,"train_lam.py",6745,0,"",python,selection_command +8711,30220270,"train_lam.py",6827,0,"",python,selection_command +8712,30220302,"train_lam.py",6884,0,"",python,selection_command +8713,30220332,"train_lam.py",6943,0,"",python,selection_command +8714,30220365,"train_lam.py",6948,0,"",python,selection_command +8715,30220450,"train_lam.py",6943,0,"",python,selection_command +8716,30220647,"train_lam.py",6884,0,"",python,selection_command +8717,30220786,"train_lam.py",6827,0,"",python,selection_command +8718,30220935,"train_lam.py",6745,0,"",python,selection_command +8719,30221098,"train_lam.py",6740,0,"",python,selection_command +8720,30221245,"train_lam.py",6705,0,"",python,selection_command +8721,30221414,"train_lam.py",6715,0,"",python,selection_command +8722,30221574,"train_lam.py",6717,0,"",python,selection_command +8723,30221720,"train_lam.py",6720,0,"",python,selection_command +8724,30221929,"train_lam.py",6721,0,"",python,selection_command +8725,30224237,"train_lam.py",6730,0,"",python,selection_command +8726,30224449,"train_lam.py",6731,0,"",python,selection_command +8727,30226632,"train_lam.py",4906,0,"",python,selection_command +8728,30227641,"train_lam.py",6731,0,"",python,selection_command +8729,30228310,"train_lam.py",6734,0,"",python,selection_command +8730,30229088,"train_lam.py",6736,0,"",python,selection_command +8731,30229492,"train_lam.py",6601,0,"",python,selection_command +8732,30230259,"train_lam.py",6736,0,"",python,selection_command +8733,30233291,"train_lam.py",6701,0,"",python,selection_command +8734,30233430,"train_lam.py",6740,0,"",python,selection_command +8735,30233691,"train_lam.py",6741,0,"",python,selection_command +8736,30233709,"train_lam.py",6823,0,"",python,selection_command +8737,30233741,"train_lam.py",6880,0,"",python,selection_command +8738,30233775,"train_lam.py",6943,0,"",python,selection_command +8739,30233810,"train_lam.py",6944,0,"",python,selection_command +8740,30233844,"train_lam.py",7007,0,"",python,selection_command +8741,30233880,"train_lam.py",7096,0,"",python,selection_command +8742,30233914,"train_lam.py",7159,0,"",python,selection_command +8743,30234045,"train_lam.py",7160,0,"",python,selection_command +8744,30234277,"train_lam.py",7159,0,"",python,selection_command +8745,30234425,"train_lam.py",7096,0,"",python,selection_command +8746,30238969,"train_lam.py",7100,0,"",python,selection_command +8747,30244769,"train_lam.py",7011,0,"",python,selection_command +8748,30245023,"train_lam.py",6948,0,"",python,selection_command +8749,30245049,"train_lam.py",6943,0,"",python,selection_command +8750,30245084,"train_lam.py",6884,0,"",python,selection_command +8751,30245109,"train_lam.py",6827,0,"",python,selection_command +8752,30245152,"train_lam.py",6745,0,"",python,selection_command +8753,30245284,"train_lam.py",6740,0,"",python,selection_command +8754,30245440,"train_lam.py",6705,0,"",python,selection_command +8755,30246037,"train_lam.py",6701,39,"",python,content +8756,30246202,"train_lam.py",6702,0,"",python,selection_command +8757,30246451,"train_lam.py",6784,0,"",python,selection_command +8758,30246485,"train_lam.py",6841,0,"",python,selection_command +8759,30246519,"train_lam.py",6904,0,"",python,selection_command +8760,30246552,"train_lam.py",6905,0,"",python,selection_command +8761,30246586,"train_lam.py",6968,0,"",python,selection_command +8762,30246840,"train_lam.py",7057,0,"",python,selection_command +8763,30247056,"train_lam.py",7120,0,"",python,selection_command +8764,30247709,"train_lam.py",7057,0,"",python,selection_command +8765,30248502,"train_lam.py",7119,0,"\n optimizer = nnx.Optimizer(lam, tx)",python,content +8766,30248524,"train_lam.py",7124,0,"",python,selection_command +8767,30249591,"train_lam.py",7061,0,"",python,selection_command +8768,30249840,"train_lam.py",6972,0,"",python,selection_command +8769,30249876,"train_lam.py",6909,0,"",python,selection_command +8770,30249905,"train_lam.py",6904,0,"",python,selection_command +8771,30249928,"train_lam.py",6845,0,"",python,selection_command +8772,30249961,"train_lam.py",6788,0,"",python,selection_command +8773,30249996,"train_lam.py",6706,0,"",python,selection_command +8774,30250030,"train_lam.py",6701,0,"",python,selection_command +8775,30250395,"train_lam.py",6601,0,"",python,selection_command +8776,30251243,"train_lam.py",6701,0,"",python,selection_command +8777,30251490,"train_lam.py",6706,0,"",python,selection_command +8778,30251522,"train_lam.py",6788,0,"",python,selection_command +8779,30251554,"train_lam.py",6845,0,"",python,selection_command +8780,30251588,"train_lam.py",6904,0,"",python,selection_command +8781,30251622,"train_lam.py",6909,0,"",python,selection_command +8782,30251655,"train_lam.py",6972,0,"",python,selection_command +8783,30251839,"train_lam.py",7061,0,"",python,selection_command +8784,30252008,"train_lam.py",7124,0,"",python,selection_command +8785,30252246,"train_lam.py",7061,0,"",python,selection_command +8786,30252394,"train_lam.py",7071,0,"",python,selection_command +8787,30252867,"train_lam.py",7061,0,"",python,selection_command +8788,30256692,"train_lam.py",7061,9,"",python,content +8789,30258626,"train_lam.py",7061,0,"l",python,content +8790,30258627,"train_lam.py",7062,0,"",python,selection_keyboard +8791,30258668,"train_lam.py",7062,0,"a",python,content +8792,30258669,"train_lam.py",7063,0,"",python,selection_keyboard +8793,30258752,"train_lam.py",7063,0,"m",python,content +8794,30258753,"train_lam.py",7064,0,"",python,selection_keyboard +8795,30258920,"train_lam.py",7063,0,"",python,selection_command +8796,30259181,"train_lam.py",7065,0,"",python,selection_command +8797,30259429,"train_lam.py",7067,0,"",python,selection_command +8798,30259463,"train_lam.py",7070,0,"",python,selection_command +8799,30259487,"train_lam.py",7071,0,"",python,selection_command +8800,30259628,"train_lam.py",7081,0,"",python,selection_command +8801,30260029,"train_lam.py",7082,0,"",python,selection_command +8802,30260285,"train_lam.py",7082,9,"",python,content +8803,30260466,"train_lam.py",7082,0,"l",python,content +8804,30260467,"train_lam.py",7083,0,"",python,selection_keyboard +8805,30260522,"train_lam.py",7083,0,"a",python,content +8806,30260524,"train_lam.py",7084,0,"",python,selection_keyboard +8807,30260660,"train_lam.py",7084,0,"m",python,content +8808,30260661,"train_lam.py",7085,0,"",python,selection_keyboard +8809,30260730,"train_lam.py",7084,0,"",python,selection_command +8810,30262653,"train_lam.py",7107,0,"",python,selection_command +8811,30262831,"train_lam.py",7107,0,"\n ",python,content +8812,30264048,"train_lam.py",7112,0,"t",python,content +8813,30264049,"train_lam.py",7113,0,"",python,selection_keyboard +8814,30264141,"train_lam.py",7113,0,"x",python,content +8815,30264143,"train_lam.py",7114,0,"",python,selection_keyboard +8816,30264240,"train_lam.py",7114,0," ",python,content +8817,30264241,"train_lam.py",7115,0,"",python,selection_keyboard +8818,30264336,"train_lam.py",7115,0,"=",python,content +8819,30264337,"train_lam.py",7116,0,"",python,selection_keyboard +8820,30264451,"train_lam.py",7116,0," ",python,content +8821,30264452,"train_lam.py",7117,0,"",python,selection_keyboard +8822,30265094,"train_lam.py",7117,0,"jax.device_put(tx, replicated_sharding)",python,content +8823,30265384,"train_lam.py",7155,0,"",python,selection_command +8824,30266036,"train_lam.py",7108,0,"",python,selection_command +8825,30266235,"train_lam.py",7112,0,"",python,selection_command +8826,30266335,"train_lam.py",7161,0,"",python,selection_command +8827,30266574,"train_lam.py",7171,0,"",python,selection_command +8828,30266772,"train_lam.py",7173,0,"",python,selection_command +8829,30266956,"train_lam.py",7176,0,"",python,selection_command +8830,30267189,"train_lam.py",7157,0,"",python,selection_command +8831,30267897,"train_lam.py",7108,0,"",python,selection_command +8832,30268009,"train_lam.py",7112,0,"",python,selection_command +8833,30268238,"train_lam.py",7161,0,"",python,selection_command +8834,30268642,"train_lam.py",7112,0,"",python,selection_command +8835,30269590,"train_lam.py",7061,0,"",python,selection_command +8836,30269956,"train_lam.py",6972,0,"",python,selection_command +8837,30270306,"train_lam.py",7061,0,"",python,selection_command +8838,30270510,"train_lam.py",6972,0,"",python,selection_command +8839,30271224,"train_lam.py",7061,0,"",python,selection_command +8840,30271480,"train_lam.py",7112,0,"",python,selection_command +8841,30272198,"train_lam.py",7161,0,"",python,selection_command +8842,30272406,"train_lam.py",7112,0,"",python,selection_command +8843,30273068,"train_lam.py",7115,0,"",python,selection_command +8844,30273254,"train_lam.py",7117,0,"",python,selection_command +8845,30273361,"train_lam.py",7120,0,"",python,selection_command +8846,30273575,"train_lam.py",7121,0,"",python,selection_command +8847,30273639,"train_lam.py",7131,0,"",python,selection_command +8848,30273805,"train_lam.py",7132,0,"",python,selection_command +8849,30275765,"train_lam.py",7112,0,"",python,selection_command +8850,30276393,"train_lam.py",6601,0,"",python,selection_command +8851,30278295,"train_lam.py",7112,0,"",python,selection_command +8852,30278490,"train_lam.py",7132,0,"",python,selection_command +8853,30279399,"train_lam.py",7112,0,"",python,selection_command +8854,30279547,"train_lam.py",6601,0,"",python,selection_command +8855,30280499,"train_lam.py",6701,0,"",python,selection_command +8856,30280747,"train_lam.py",6706,0,"",python,selection_command +8857,30280780,"train_lam.py",6788,0,"",python,selection_command +8858,30280813,"train_lam.py",6845,0,"",python,selection_command +8859,30280915,"train_lam.py",6904,0,"",python,selection_command +8860,30280917,"train_lam.py",6909,0,"",python,selection_command +8861,30280932,"train_lam.py",6904,0,"",python,selection_command +8862,30281196,"train_lam.py",6845,0,"",python,selection_command +8863,30281253,"train_lam.py",6788,0,"",python,selection_command +8864,30281266,"train_lam.py",6706,0,"",python,selection_command +8865,30281295,"train_lam.py",6701,0,"",python,selection_command +8866,30281439,"train_lam.py",6601,0,"",python,selection_command +8867,30281815,"train_lam.py",6604,0,"",python,selection_command +8868,30281964,"train_lam.py",6606,0,"",python,selection_command +8869,30282160,"train_lam.py",6611,0,"",python,selection_command +8870,30282261,"train_lam.py",6612,0,"",python,selection_command +8871,30282869,".venv/lib/python3.10/site-packages/optax/_src/alias.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Aliases for popular optimizers.""""""\n\nfrom collections.abc import Callable\nimport functools\nfrom typing import Any, Optional, Union\n\nimport jax.numpy as jnp\nfrom optax._src import base\nfrom optax._src import clipping\nfrom optax._src import combine\nfrom optax._src import factorized\nfrom optax._src import linesearch as _linesearch\nfrom optax._src import transform\nfrom optax._src import wrappers\n\n\nMaskOrFn = Optional[Union[Any, Callable[[base.Params], Any]]]\n\n\ndef adabelief(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-16,\n eps_root: float = 1e-16,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformation:\n r""""""The AdaBelief optimizer.\n\n AdaBelief is an adaptive learning rate optimizer that focuses on fast\n convergence, generalization, and stability. It adapts the step size depending\n on its ""belief"" in the gradient direction — the optimizer adaptively scales\n the step size by the difference between the predicted and observed gradients.\n AdaBelief is a modified version of :func:`optax.adam` and contains the same\n number of parameters.\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, s_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n s_t &\leftarrow \beta_2 \cdot s_{t-1} + (1-\beta_2) \cdot (g_t - m_t)^2 \n + \bar{\varepsilon} \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{s}_t &\leftarrow s_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left(\sqrt{\hat{s}_t}\n + \varepsilon \right) \\\n S_t &\leftarrow (m_t, s_t).\n \end{align*}\n\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adabelief(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Zhuang, `AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed\n Gradients `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_belief(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adadelta(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n rho: float = 0.9,\n eps: float = 1e-6,\n weight_decay: float = 0.0,\n weight_decay_mask: MaskOrFn = None,\n) -> base.GradientTransformation:\n """"""The Adadelta optimizer.\n\n Adadelta is a stochastic gradient descent method that adapts learning rates\n based on a moving window of gradient updates. Adadelta is a modification of\n Adagrad.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n rho: A coefficient used for computing a running average of squared\n gradients.\n eps: Term added to the denominator to improve numerical stability.\n weight_decay: Optional rate at which to decay weights.\n weight_decay_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> f = lambda x: jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adadelta(learning_rate=10.)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.36E+01\n Objective function: 1.32E+01\n Objective function: 1.29E+01\n Objective function: 1.25E+01\n Objective function: 1.21E+01\n\n References:\n Zeiler, `Adadelta: An Adaptive Learning Rate Optimizer\n `_, 2012\n """"""\n return combine.chain(\n transform.add_decayed_weights(weight_decay, mask=weight_decay_mask),\n transform.scale_by_adadelta(rho=rho, eps=eps),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adafactor(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n min_dim_size_to_factor: int = 128,\n decay_rate: float = 0.8,\n decay_offset: int = 0,\n multiply_by_parameter_scale: float = True,\n clipping_threshold: Optional[float] = 1.0,\n momentum: Optional[float] = None,\n dtype_momentum: Any = jnp.float32,\n weight_decay_rate: Optional[float] = None,\n eps: float = 1e-30,\n factored: bool = True,\n weight_decay_mask: MaskOrFn = None,\n) -> base.GradientTransformation:\n """"""The Adafactor optimizer.\n\n Adafactor is an adaptive learning rate optimizer that focuses on fast\n training of large scale neural networks. It saves memory by using a factored\n estimate of the second order moments used to scale gradients.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n Note that the natural scale for Adafactor's LR is markedly different\n from Adam, one doesn't use the 1/sqrt(hidden) correction for this optim\n with attention-based models.\n min_dim_size_to_factor: Only factor the statistics if two array dimensions\n have at least this size.\n decay_rate: Controls second-moment exponential decay schedule.\n decay_offset: For fine-tuning, one may set this to the starting step\n number of the fine-tuning phase.\n multiply_by_parameter_scale: If True, then scale learning_rate by\n parameter norm. If False, provided learning_rate is absolute step size.\n clipping_threshold: Optional clipping threshold. Must be >= 1. If None,\n clipping is disabled.\n momentum: Optional value between 0 and 1, enables momentum and uses extra\n memory if non-None! None by default.\n dtype_momentum: Data type of momentum buffers.\n weight_decay_rate: Optional rate at which to decay weights.\n eps: Regularization constant for root mean squared gradient.\n factored: Whether to use factored second-moment estimates.\n weight_decay_mask: A tree with same structure as (or a prefix of) the\n params PyTree, or a Callable that returns such a pytree given the\n params/updates. The leaves should be booleans, `True` for\n leaves/subtrees you want to apply the transformation to, and `False` for\n those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adafactor(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Shazeer et al, `Adafactor: Adaptive Learning Rates with Sublinear Memory\n Cost `_, 2018\n """"""\n # The core of the algorithm is a procedure for rescaling gradients\n # by a factored estimate of the root mean squared gradients.\n # This reduces memory compared to algorithms such as Adam or RmsProp,\n # by not having to hold a separate estimate for each weight.\n tx = [\n factorized.scale_by_factored_rms(\n factored, decay_rate, decay_offset, min_dim_size_to_factor, eps\n )\n ]\n # This basic rescaling is typically combined with one or more of the following\n # transformation (all can be disabled via adafactor's constructor args).\n if clipping_threshold is not None:\n tx.append(clipping.clip_by_block_rms(clipping_threshold))\n if learning_rate is not None:\n tx.append(transform.scale_by_learning_rate(learning_rate, flip_sign=False))\n if multiply_by_parameter_scale:\n tx.append(transform.scale_by_param_block_rms())\n if momentum is not None:\n tx.append(\n transform.ema(momentum, debias=False, accumulator_dtype=dtype_momentum)\n )\n if weight_decay_rate is not None:\n tx.append(\n transform.add_decayed_weights(weight_decay_rate, mask=weight_decay_mask)\n )\n # In gradient ""descent"" we follow the negative gradient.\n tx.append(transform.scale(-1))\n return combine.chain(*tx)\n\n\ndef adagrad(\n learning_rate: base.ScalarOrSchedule,\n initial_accumulator_value: float = 0.1,\n eps: float = 1e-7,\n) -> base.GradientTransformation:\n r""""""The Adagrad optimizer.\n\n AdaGrad is a sub-gradient algorithm for stochastic optimization that adapts\n the learning rate individually for each feature based on its gradient history.\n\n The updated parameters adopt the form:\n\n .. math::\n\n w_{t+1}^{(i)} = w_{t}^{(i)} - \eta \frac{g_{t}^{(i)}}\n {\sqrt{\sum_{\tau=1}^{t} (g_{\tau}^{(i)})^2 + \epsilon}}\n\n where:\n - :math:`w_t^{(i)}` is the parameter :math:`i` at time step :math:`t`,\n - :math:`\eta` is the learning rate,\n - :math:`g_t^{(i)}` is the gradient of parameter :math:`i` at time step\n :math:`t`,\n - :math:`\epsilon` is a small constant to ensure numerical stability.\n\n Defining :math:`G = \sum_{t=1}^\tau g_t g_t^\top`, the update can be\n written as\n\n .. math::\n\n w_{t+1} = w_{t} - \eta \cdot \text{diag}(G + \epsilon I)^{-1/2}\n \cdot g_t\n\n where :math:`\text{diag} (G) = (G_{ii})_{i=1}^p` is the vector of diagonal\n entries of :math:`G \in \mathbb{R}^p` and :math:`I` is the identity matrix\n in :math:`\mathbb{R}^p`.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n initial_accumulator_value: Initial value for the accumulator.\n eps: A small constant applied to denominator inside of the square root (as\n in RMSProp) to avoid dividing by zero when rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adagrad(learning_rate=1.0)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 5.01E+00\n Objective function: 2.40E+00\n Objective function: 1.25E+00\n Objective function: 6.86E-01\n Objective function: 3.85E-01\n\n References:\n Duchi et al, `Adaptive Subgradient Methods for Online Learning and\n Stochastic Optimization `_,\n 2011\n\n .. warning::\n Adagrad's main limit is the monotonic accumulation of squared\n gradients in the denominator: since all terms are >0, the sum keeps growing\n during training and the learning rate eventually becomes vanishingly small.\n """"""\n return combine.chain(\n transform.scale_by_rss(\n initial_accumulator_value=initial_accumulator_value, eps=eps\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adam(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformation:\n r""""""The Adam optimizer.\n\n Adam is an SGD variant with gradient scaling adaptation. The scaling\n used for each parameter is computed from estimates of first and second-order\n moments of the gradients (using suitable exponential moving averages).\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n example when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum. The solver with\n nesterov=True is equivalent to the :func:`optax.nadam` optimizer, and\n described in [Dozat 2016].\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Kingma et al, `Adam: A Method for Stochastic Optimization\n `_, 2014\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. warning::\n PyTorch and optax's implementation follow Algorithm 1 of [Kingma et al.\n 2014]. Note that TensorFlow used instead the formulation just before Section\n 2.1 of the paper. See https://github.com/deepmind/optax/issues/571 for more\n detail.\n\n .. seealso:: :func:`optax.nadam`, :func:`optax.adamw`.\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\nnadam = functools.partial(adam, nesterov=True)\nnadam.__doc__ = r""""""The NAdam optimizer.\n\n Nadam is a variant of :func:`optax.adam` with Nesterov's momentum. The update\n rule of this solver is as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}\\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n example when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.nadam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso:: :func:`optax.adam`, :func:`optax.nadamw`.\n\n .. versionadded:: 0.1.9\n""""""\n\n\ndef adamw(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n weight_decay: float = 1e-4,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformation:\n r""""""Adam with weight decay regularization.\n\n AdamW uses weight decay to regularize learning towards small weights, as\n this leads to better generalization. In SGD you can also use L2 regularization\n to implement this as an additive loss term, however L2 regularization\n does not behave as intended for adaptive gradient algorithms such as Adam,\n see [Loshchilov et al, 2019].\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function. Let :math:`\lambda` be the weight decay and \n :math:`\theta_t` the parameter vector at time :math:`t`.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t`, the optimizer state :math:`S_t` \n and the parameters :math:`\theta_t` and computes updates :math:`u_t` and \n new state :math:`S_{t+1}`. Thus, for :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \left( \hat{m}_t / \left({\sqrt{\hat{v}_t \n + \bar{\varepsilon}} + \varepsilon} \right) + \lambda \theta_{t} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n This implementation can incorporate a momentum a la Nesterov introduced by\n [Dozat 2016]. The resulting optimizer is then often referred as NAdamW.\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent\n with other frameworks such as PyTorch, but different from\n (Loshchilov et al, 2019) where the weight decay is only multiplied with\n the ""schedule multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip. Note\n that the Adam gradient transformations are applied to all parameters.\n nesterov: Whether to use Nesterov momentum. The solver with\n nesterov=True is equivalent to the :func:`optax.nadamw` optimizer. This\n modification is described in [Dozat 2016].\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, `Decoupled Weight Decay\n Regularization `_, 2019\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso::\n See the related functions :func:`optax.adam`, :func:`optax.nadamw`, as well\n as the example :doc:`../_collections/examples/nanolm` for a use case.\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\nnadamw = functools.partial(adamw, nesterov=True)\nnadamw.__doc__ = (\n r""""""NAdamW optimizer, implemented as part of the AdamW optimizer.\n\n NadamW is variant of :func:`optax.adamw` with Nesterov's momentum. Compared\n to AdamW, this optimizer replaces the assignment\n\n .. math::\n\n \hat{m}_t \leftarrow m_t / {(1-\beta_1^t)}\n\n with\n\n .. math::\n\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent\n with other frameworks such as PyTorch, but different from\n (Loshchilov et al, 2019) where the weight decay is only multiplied with\n the ""schedule multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip. Note\n that the Adam gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.nadamw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, `Decoupled Weight Decay \n Regularization `_, 2019\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamw`.\n\n .. versionadded:: 0.1.9\n""""""\n)\n\n\ndef adan(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.98,\n b2: float = 0.92,\n b3: float = 0.99,\n eps: float = 1e-8,\n eps_root: float = 1e-8,\n weight_decay: float = 0.0,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformation:\n r""""""The ADAptive Nesterov momentum algorithm (Adan).\n\n Adan first reformulates the vanilla Nesterov acceleration to develop a new\n Nesterov momentum estimation (NME) method, which avoids the extra overhead of\n computing gradient at the extrapolation point. Then Adan adopts NME to\n estimate the gradient's first- and second-order moments in adaptive gradient\n algorithms for convergence acceleration.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`\eta > 0`: the step size.\n - :math:`\beta_1 \in [0, 1]`: the decay rate for the exponentially weighted\n average of gradients.\n - :math:`\beta_2 \in [0, 1]`: the decay rate for the exponentially weighted\n average of differences of gradients.\n - :math:`\beta_3 \in [0, 1]`: the decay rate for the exponentially weighted\n average of the squared term.\n - :math:`\varepsilon > 0`: a small constant for numerical stability.\n - :math:`\lambda > 0`: a weight decay.\n\n Second, we define the following variables:\n\n - :math:`\theta_t`: the parameters.\n - :math:`g_t`: the incoming stochastic gradient.\n - :math:`m_t`: the exponentially weighted average of gradients.\n - :math:`v_t`: the exponentially weighted average of differences of gradients.\n - :math:`n_t`: the exponentially weighted average of the squared term.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the saved state of the optimizer.\n\n Third, we initialize these variables as follows:\n\n - :math:`m_0 = g_0`\n - :math:`v_0 = 0`\n - :math:`v_1 = g_1 - g_0`\n - :math:`n_0 = g_0^2`\n\n Finally, on each iteration, we update the variables as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\gets (1 - \beta_1) m_{t-1} + \beta_1 g_t \\\n v_t &\gets (1 - \beta_2) v_{t-1} + \beta_2 (g_t - g_{t-1}) \\\n n_t &\gets (1 - \beta_3) n_{t-1} + \beta_3 (g_t + (1 - \beta_2)\n (g_t - g_{t-1}))^2 \\\n \eta_t &\gets \eta / ({\sqrt{n_t + \bar{\varepsilon}} + \varepsilon}) \\\n u_t &\gets (\theta_t - \eta_t \circ (m_t + (1 - \beta_2) v_t))\n / (1 + \lambda \eta) \\\n S_t &\leftarrow (m_t, v_t, n_t).\n \end{align*}\n\n Args:\n learning_rate: this is a fixed global scaling factor.\n b1: Decay rate for the EWMA of gradients.\n b2: Decay rate for the EWMA of differences of gradients.\n b3: Decay rate for the EMWA of the algorithm's squared term.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the denominator inside the square-root to improve\n numerical stability when backpropagating gradients through the rescaling.\n weight_decay: Strength of the weight decay regularization.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip.\n\n Returns:\n the corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> f = lambda x: x @ x # simple quadratic function\n >>> solver = optax.adan(learning_rate=1e-1)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.28E+01\n Objective function: 1.17E+01\n Objective function: 1.07E+01\n Objective function: 9.68E+00\n Objective function: 8.76E+00\n\n References:\n Xie et al, `Adan: Adaptive Nesterov Momentum Algorithm for Faster Optimizing\n Deep Models\n `_, 2022\n """"""\n return combine.chain(\n transform.scale_by_adan(\n b1=b1,\n b2=b2,\n b3=b3,\n eps=eps,\n eps_root=eps_root,\n ),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef lion(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.99,\n mu_dtype: Optional[Any] = None,\n weight_decay: float = 1e-3,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformation:\n r""""""The Lion optimizer.\n\n Lion is discovered by symbolic program search. Unlike most adaptive optimizers\n such as AdamW, Lion only tracks momentum, making it more memory-efficient.\n The update of Lion is produced through the sign operation, resulting in a\n larger norm compared to updates produced by other optimizers such as SGD and\n AdamW. A suitable learning rate for Lion is typically 3-10x smaller than that\n for AdamW, the weight decay for Lion should be in turn 3-10x larger than that\n for AdamW to maintain a similar strength (lr * wd).\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n represent the arguments ``b1`` and ``b2`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function. Let :math:`\lambda` be the weight decay and\n :math:`\theta_t` the parameter vector at time :math:`t`.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0) = (0)`, representing the intial estimate for the\n first moment. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t`, the optimizer state :math:`S_t`\n and the parameters :math:`\theta_t` and computes updates :math:`u_t` and\n new state :math:`S_{t+1}`. Thus, for :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n c_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n u_t &\leftarrow -\alpha_t \cdot \left( sign \left( c_t \right) + \n \lambda \theta_{t} \right)\\\n m_t &\leftarrow \beta_2 \cdot m_{t-1} + (1-\beta_2) \cdot g_t \\\n S_t &\leftarrow (m_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Rate to combine the momentum and the current gradient.\n b2: Exponential decay rate to track the momentum of past gradients.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent with\n other frameworks such as PyTorch, but different from (Loshchilov et al,\n 2019) where the weight decay is only multiplied with the ""schedule\n multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n weight decay to, and `False` for those you want to skip. Note that the\n Adam gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lion(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Chen et al, `Symbolic Discovery of Optimization Algorithms\n `_, 2023\n """"""\n return combine.chain(\n transform.scale_by_lion(b1=b1, b2=b2, mu_dtype=mu_dtype),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef amsgrad(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n) -> base.GradientTransformation:\n """"""The AMSGrad optimizer.\n\n The original Adam can fail to converge to the optimal solution in some cases.\n AMSGrad guarantees convergence by using a long-term memory of past gradients.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.amsgrad(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Reddi et al, `On the Convergence of Adam and Beyond\n `_, 2023\n """"""\n return combine.chain(\n transform.scale_by_amsgrad(\n b1=b1, b2=b2, eps=eps, eps_root=eps_root, mu_dtype=mu_dtype\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef fromage(\n learning_rate: float, min_norm: float = 1e-6\n) -> base.GradientTransformation:\n """"""The Frobenius matched gradient descent (Fromage) optimizer.\n\n Fromage is a learning algorithm that does not require learning rate tuning.\n The optimizer is based on modeling neural network gradients via deep relative\n trust (a distance function on deep neural networks). Fromage is similar to the\n LARS optimizer and can work on a range of standard neural network benchmarks,\n such as natural language Transformers and generative adversarial networks.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n min_norm: A minimum value that the norm of the gradient updates and the norm\n of the layer parameters can be clipped to to avoid dividing by zero when\n computing the trust ratio (as in the LARS paper).\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.fromage(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Bernstein et al, `On the distance between two neural networks and the\n stability of learning `_, 2020\n """"""\n mult = 1 / jnp.sqrt(1 + learning_rate**2)\n return combine.chain(\n transform.scale_by_trust_ratio(min_norm),\n transform.scale_by_learning_rate(learning_rate * mult),\n transform.add_decayed_weights((mult - 1)),\n )\n\n\ndef lars(\n learning_rate: base.ScalarOrSchedule,\n weight_decay: float = 0.0,\n weight_decay_mask: MaskOrFn = True,\n trust_coefficient: float = 0.001,\n eps: float = 0.0,\n trust_ratio_mask: MaskOrFn = True,\n momentum: float = 0.9,\n nesterov: bool = False,\n) -> base.GradientTransformation:\n """"""The LARS optimizer.\n\n LARS is a layer-wise adaptive optimizer introduced to help scale SGD to\n larger batch sizes. LARS later inspired the LAMB optimizer.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n weight_decay: Strength of the weight decay regularization.\n weight_decay_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n trust_coefficient: A multiplier for the trust ratio.\n eps: Optional additive constant in the trust ratio denominator.\n trust_ratio_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n momentum: Decay rate for momentum.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lars(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n\n References:\n You et al, `Large Batch Training of Convolutional Networks\n `_, 2017\n """"""\n return combine.chain(\n transform.add_decayed_weights(weight_decay, mask=weight_decay_mask),\n wrappers.masked(\n inner=transform.scale_by_trust_ratio(\n trust_coefficient=trust_coefficient, eps=eps\n ),\n mask=trust_ratio_mask,\n ),\n transform.scale_by_learning_rate(learning_rate),\n transform.trace(decay=momentum, nesterov=nesterov),\n )\n\n\ndef lamb(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-6,\n eps_root: float = 0.0,\n weight_decay: float = 0.0,\n mask: MaskOrFn = None,\n) -> base.GradientTransformation:\n """"""The LAMB optimizer.\n\n LAMB is a general purpose layer-wise adaptive large batch optimizer designed\n to provide consistent training performance across a wide range of tasks,\n including those that use attention-based models (such as Transformers) and\n ResNet-50. The optimizer is able to work with small and large batch sizes.\n LAMB was inspired by the LARS learning algorithm.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n weight_decay: Strength of the weight decay regularization.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n transformation to, and `False` for those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lamb(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n You et al, `Large Batch Optimization for Deep Learning: Training BERT in 76\n minutes `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_adam(b1=b1, b2=b2, eps=eps, eps_root=eps_root),\n transform.add_decayed_weights(weight_decay=weight_decay, mask=mask),\n transform.scale_by_trust_ratio(),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef noisy_sgd(\n learning_rate: base.ScalarOrSchedule,\n eta: float = 0.01,\n gamma: float = 0.55,\n seed: int = 0,\n) -> base.GradientTransformation:\n r""""""A variant of SGD with added noise.\n\n Noisy SGD is a variant of :func:`optax.sgd` that incorporates Gaussian noise\n into the updates. It has been found that adding noise to the gradients can\n improve both the training error and the generalization error in very deep\n networks.\n\n The update :math:`u_t` is modified to include this noise as follows:\n\n .. math::\n u_t \leftarrow -\alpha_t (g_t + N(0, \sigma_t^2)),\n\n where :math:`N(0, \sigma_t^2)` represents Gaussian noise with zero mean and a\n variance of :math:`\sigma_t^2`.\n\n The variance of this noise decays over time according to the formula\n\n .. math::\n \sigma_t^2 = \frac{\eta}{(1+t)^\gamma},\n\n where :math:`\gamma` is the decay rate parameter ``gamma`` and :math:`\eta`\n represents the initial variance ``eta``.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n eta: Initial variance for the Gaussian noise added to gradients.\n gamma: A parameter controlling the annealing of noise over time ``t``, the\n variance decays according to ``(1+t)**(-gamma)``.\n seed: Seed for the pseudo-random generation process.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.noisy_sgd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Neelakantan et al, `Adding Gradient Noise Improves Learning for Very Deep\n Networks `_, 2015\n """"""\n return combine.chain(\n transform.add_noise(eta, gamma, seed),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef sign_sgd(\n learning_rate: base.ScalarOrSchedule,\n) -> base.GradientTransformation:\n r""""""A variant of SGD using only the signs of the gradient components.\n\n SignSGD is a variant of SGD that uses the signs of the gradient components in\n the update, not their actual values. The update :math:`u_t` is modified as\n follows:\n\n .. math::\n u_t \leftarrow -\alpha_t\, \text{sign}\,(g_t),\n\n for :math:`\alpha_t` a given learning rate at iteration :math:`t`, and\n :math:`\text{sign}\,(g_t)` the sign of each component of the gradient\n :math:`g_t`.\n\n SGD variants that use only the signs of the gradient update have historically\n been used since RProp, with modern forms including RMSProp, Adam, and Lion.\n SignSGD uses only the signs of the gradient update. SignSGD enables\n significant gradient compression, substantially reducing the bottleneck\n imposed by communicating gradients when distributing learning across multiple\n workers.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sign_sgd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Bernstein et al., `signSGD: Compressed optimization for Non-Convex Problems\n `_, 2018\n\n Balles et al., `The Geometry of Sign Gradient Descent\n `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_sign(),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef novograd(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.25,\n eps: float = 1e-6,\n eps_root: float = 0.0,\n weight_decay: float = 0.0,\n) -> base.GradientTransformation:\n """"""NovoGrad optimizer.\n\n NovoGrad is more robust to the initial learning rate and\n weight initialization than other methods. For example,\n NovoGrad works well without LR warm-up, while other methods require it.\n NovoGrad performs exceptionally well for large batch training, e.g. it\n outperforms other methods for ResNet-50 for all batches up to 32K.\n In addition, NovoGrad requires half the memory compared to Adam.\n It was introduced together with Jasper ASR model.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: An exponential decay rate to track the first moment of past gradients.\n b2: An exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n weight_decay: Strength of the weight decay regularization.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.novograd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n\n References:\n Ginsburg et al, `Stochastic Gradient Methods with Layer-wise Adaptive\n Moments for Training of Deep Networks `_,\n 2019\n\n Li et al, `Jasper: An End-to-End Convolutional Neural Acoustic Model\n `_, 2019\n """"""\n return combine.chain(\n transform.scale_by_novograd(\n b1=b1, b2=b2, eps=eps, eps_root=eps_root, weight_decay=weight_decay\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef optimistic_gradient_descent(\n learning_rate: base.ScalarOrSchedule,\n alpha: base.ScalarOrSchedule = 1.0,\n beta: base.ScalarOrSchedule = 1.0,\n) -> base.GradientTransformation:\n """"""An Optimistic Gradient Descent optimizer.\n\n Optimistic gradient descent is an approximation of extra-gradient methods\n which require multiple gradient calls to compute the next update. It has\n strong formal guarantees for last-iterate convergence in min-max games, for\n which standard gradient descent can oscillate or even diverge.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n alpha: Coefficient for generalized OGD.\n beta: Coefficient for generalized OGD negative momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.optimistic_gradient_descent(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Mokhtari et al, `A Unified Analysis of Extra-gradient and\n Optimistic Gradient Methods for Saddle Point Problems: Proximal\n Point Approach `_, 2019\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n return combine.chain(\n transform.scale_by_optimistic_gradient(alpha=alpha, beta=beta),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef optimistic_adam(\n learning_rate: base.ScalarOrSchedule,\n optimism: Optional[float] = None,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-08,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n *,\n nesterov: bool = True,\n) -> base.GradientTransformation:\n r""""""The Optimistic Adam optimizer.\n\n This is an optimistic version of the Adam optimizer. It addresses the issue\n of limit cycling behavior in training Generative Adversarial Networks and\n other saddle-point min-max problems.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`\alpha_t`: the learning rate or stepsize at iteration :math:`t`.\n - :math:`o_t` the optimism rate at iteration :math:`t`.\n - :math:`\beta_1` the exponential decay rate for the first moment estimate.\n - :math:`\beta_2` the exponential decay rate for the second moment estimate.\n\n Second, we define the following variables:\n\n - :math:`g_t`: the incoming gradient.\n - :math:`m_t`: the biased first moment estimate.\n - :math:`v_t`: the biased second raw moment estimate.\n - :math:`\hat{m}_t`: the bias-corrected first moment estimate.\n - :math:`\hat{v}_t`: the bias-corrected second raw moment estimate.\n - :math:`r_t`: the signal-to-noise ratio (SNR) vector.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the state of the optimizer.\n\n Finally, on each iteration, the variables are updated as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t - 1} + (1 - \beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t - 1} + (1 - \beta_2) \cdot g_t^2 \\\n \hat{m}_t &\leftarrow m_t / {(1 - \beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1 - \beta_2^t)} \\\n r_t &\leftarrow \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right) \\\n u_t &\leftarrow -\alpha_t r_t - o_t (r_t - r_{t - 1}) \\\n S_t &\leftarrow (m_t, v_t, r_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n optimism: The amount of optimism to be applied. If None, defaults to\n learning_rate, as in the paper.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> from jax import numpy as jnp, lax\n >>> def f(x, y):\n ... return x * y # simple bilinear function\n >>> opt = optax.optimistic_adam(1e-2, 1.0)\n >>> def step(state, _):\n ... params, opt_state = state\n ... distance = jnp.hypot(*params)\n ... grads = jax.grad(f, argnums=(0, 1))(*params)\n ... grads = grads[0], -grads[1]\n ... updates, opt_state = opt.update(grads, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... return (params, opt_state), distance\n >>> params = 1.0, 2.0\n >>> opt_state = opt.init(params)\n >>> _, distances = lax.scan(step, (params, opt_state), length=1025)\n >>> for i in range(6):\n ... print(f""{distances[4**i]:.3f}"")\n 2.243\n 2.195\n 2.161\n 2.055\n 0.796\n 0.001\n\n References:\n Daskalakis et al, `Training GANs with Optimism\n `_, 2017\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n if optimism is None:\n optimism = learning_rate\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_optimistic_gradient(\n alpha=learning_rate,\n beta=optimism,\n ),\n transform.scale_by_learning_rate(1.0), # flips sign of updates\n )\n\n\ndef radam(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n threshold: float = 5.0,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformation:\n """"""The Rectified Adam optimizer.\n\n The adaptive learning rate in Adam has undesirably large variance in early\n stages of training, due to the limited number of training samples used to\n estimate the optimizer's statistics. Rectified Adam addresses this issue\n by analytically reducing the large variance.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n threshold: Threshold for variance tractability.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.radam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Liu et al, 2020: `On the Variance of the Adaptive Learning Rate and Beyond\n `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_radam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n threshold=threshold,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef rmsprop(\n learning_rate: base.ScalarOrSchedule,\n decay: float = 0.9,\n eps: float = 1e-8,\n initial_scale: float = 0.0,\n eps_in_sqrt: bool = True,\n centered: bool = False,\n momentum: Optional[float] = None,\n nesterov: bool = False,\n bias_correction: bool = False,\n) -> base.GradientTransformation:\n r""""""A flexible RMSProp optimizer.\n\n RMSProp is an SGD variant with learning rate adaptation. The `learning_rate`\n used for each weight is scaled by a suitable estimate of the magnitude of the\n gradients on previous steps. Several variants of RMSProp can be found\n in the literature. This alias provides an easy to configure RMSProp\n optimizer that can be used to switch between several of these variants.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n decay: Decay used to track the magnitude of previous gradients.\n eps: A small numerical constant to avoid dividing by zero when rescaling.\n initial_scale: Initial value of accumulators tracking the magnitude of\n previous updates. PyTorch uses `0`, TF1 uses `1`. When reproducing results\n from a paper, verify the value used by the authors.\n eps_in_sqrt: Whether to add ``eps`` in the square root of the denominator or\n outside the square root.\n centered: Whether the second moment or the variance of the past gradients is\n used to rescale the latest gradients.\n momentum: Decay rate used by the momentum term, when it is set to `None`,\n then momentum is not used at all.\n nesterov: Whether Nesterov momentum is used.\n bias_correction: Whether to apply bias correction to the estimates of the\n second moments (and first moment if ``centered=True``).\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.rmsprop(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Hinton, `Overview of mini-batch gradient descent`\n `_, 2012\n\n Graves, `Generating Sequences With Recurrent Neural Networks\n `_, 2014\n\n Ziyin, `LaProp: Separating Momentum and Adaptivity in Adam`\n `_, 2021\n\n .. warning::\n Default behavior of optax's RMSprop (``eps_in_sqrt=True``) differs from\n Pytorch's implementation and could impact performance.\n If ``eps_in_sqrt=True``, in the denominator, optax uses\n :math:`\sqrt{v + \epsilon}` in the denominator whereas PyTorch uses\n :math:`\sqrt{v} + \epsilon`.\n Using ``eps_in_sqrt=False`` in optax will match PyTorch's behavior.\n See\n https://github.com/google-deepmind/optax/issues/532 for more detail.\n """"""\n if centered:\n return combine.chain(\n transform.scale_by_stddev(\n decay=decay,\n eps=eps,\n initial_scale=initial_scale,\n eps_in_sqrt=eps_in_sqrt,\n bias_correction=bias_correction,\n ),\n transform.scale_by_learning_rate(learning_rate),\n (\n transform.trace(decay=momentum, nesterov=nesterov)\n if momentum is not None\n else base.identity()\n ),\n )\n return combine.chain(\n transform.scale_by_rms(\n decay=decay,\n eps=eps,\n initial_scale=initial_scale,\n eps_in_sqrt=eps_in_sqrt,\n bias_correction=bias_correction,\n ),\n transform.scale_by_learning_rate(learning_rate),\n (\n transform.trace(decay=momentum, nesterov=nesterov)\n if momentum is not None\n else base.identity()\n ),\n )\n\n\ndef sgd(\n learning_rate: base.ScalarOrSchedule,\n momentum: Optional[float] = None,\n nesterov: bool = False,\n accumulator_dtype: Optional[Any] = None,\n) -> base.GradientTransformation:\n r""""""A canonical Stochastic Gradient Descent optimizer.\n\n This implements stochastic gradient descent. It also includes support for\n momentum, and Nesterov acceleration, as these are standard practice when\n using stochastic gradient descent to train deep neural networks.\n\n\n The canonical stochastic gradient descent returns an update\n :math:`u_t` of the form\n\n .. math::\n u_t \leftarrow -\alpha_t g_t,\n\n where :math:`g_t` is the gradient of the objective (potentially preprocessed\n by other transformations) and :math:`\alpha_t` is the ``learning_rate`` at\n time :math:`t` (constant or selected by an :class:`optax.Schedule`).\n\n Stochastic gradient descent with momentum takes two possible forms.\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow g_t + \mu m_{t-1} \\\n u_t &\leftarrow \begin{cases}\n -\alpha_t m_t & \text{ if } \texttt{nesterov = False} \\\n -\alpha_t (g_t + \mu m_t) & \text{ if } \texttt{nesterov = True}\n \end{cases} \\\n S_t &\leftarrow m_t,\n \end{align*}\n\n where :math:`\mu` is the ``momentum`` parameter and :math:`S_t` is the state\n of the optimizer.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n momentum: Decay rate used by the momentum term, when it is set to ``None``,\n then momentum is not used at all.\n nesterov: Whether Nesterov momentum is used.\n accumulator_dtype: Optional ``dtype`` to be used for the accumulator; if\n ``None`` then the ``dtype`` is inferred from ``params`` and ``updates``.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sgd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Sutskever et al, `On the importance of initialization and momentum in deep\n learning `_, 2013\n """"""\n if momentum is not None:\n opt = transform.trace(\n decay=momentum,\n nesterov=nesterov,\n accumulator_dtype=accumulator_dtype,\n )\n else:\n opt = base.identity()\n return combine.chain(\n opt,\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef sm3(\n learning_rate: float, momentum: float = 0.9\n) -> base.GradientTransformation:\n r""""""The SM3 optimizer.\n\n SM3 (Square-root of Minima of Sums of Maxima of Squared-gradients Method) is a\n memory-efficient adaptive optimizer designed to decrease memory overhead when\n training very large models, such as the Transformer for machine translation,\n BERT for language modeling, and AmoebaNet-D for image classification. SM3: 1)\n applies to tensors of arbitrary dimensions and any predefined cover of the\n parameters; 2) adapts the learning rates in an adaptive and data-driven manner\n (like Adagrad and unlike Adafactor); and 3) comes with rigorous convergence\n guarantees in stochastic convex optimization settings.\n\n The init function of this optimizer initializes an internal state \n :math:`S_0 := \{\mu_0, w_1\} = \{0, 0\}`, representing initial estimates for \n the cumulative squared gradients and the weights. These values are stored as \n pytrees containing all zeros, with the same shape as the model updates. At \n step :math:`t`, the update function of this optimizer takes as arguments \n the incoming gradients :math:`g_t` and optimizer state :math:`S_t` and \n computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for \n :math:`t > 0`, we have:\n\n SM3-I Algorithm\n\n .. math::\n\n \begin{array}{l}\n \text{parameters: learning rate } \eta \\\n \text{initialize } w_1 = 0; \forall r \in [k]: \mu_0(r) = 0 \\\n \text{for } t = 1, \ldots, T \text{ do} \\\n \quad \text{receive gradient } g_t = \nabla \ell_t(w_t) \\\n \quad \text{for } r = 1, \ldots, k \text{ do} \\\n \quad \quad \mu_t(r) \leftarrow \mu_{t-1}(r) + \n \max_{j \in S_r} g_t^2(j) \\\n \quad \text{for } i = 1, \ldots, d \text{ do} \\\n \quad \quad \nu_t(i) \leftarrow \min_{r:S_r \ni i} \mu_t(r) \\\n \quad \quad w_{t+1}(i) \leftarrow w_t(i) - \n \eta \frac{g_t(i)}{\sqrt{\nu_t(i)}} \\\n \quad \quad \text{with the convention that } 0/0 = 0\n \end{array}\n\n SM3-II Algorithm\n\n The SM3-II optimizer initializes with parameters like the learning rate \n :math:\eta and weight :math:w_1. It updates weights iteratively using \n gradients :math:g_t, adjusting each component with minimum accumulated \n values :math:\nu'_t(i) and maintaining cumulative maximums :math:\mu'_t(r) \n for subsets :math:S_r. SM3-II starts with an initial state \n :math:S_0 := (m_0, s_0) set to zero, storing estimates for first and second \n moments as pytrees matching model updates' shape\n\n .. math::\n\n \begin{array}{l}\n \text{parameters: learning rate } \eta \\\n \text{initialize } w_1 = 0; \forall r \in [k]: \mu'_0(r) = 0 \\\n \text{for } t = 1, \ldots, T \text{ do} \\\n \quad \text{receive gradient } g_t = \nabla \ell_t(w_t) \\\n \quad \text{initialize } \mu'_t(r) = 0 \text{ for all } r \in [k] \\\n \quad \text{for } i = 1, \ldots, d \text{ do} \\\n \quad \quad \nu'_t(i) \leftarrow \min_{r:S_r \ni i} \n \mu'_{t-1}(r) + g_t^2(i) \\\n \quad \quad w_{t+1}(i) \leftarrow w_t(i) - \n \eta \frac{g_t(i)}{\sqrt{\nu'_t(i)}} \\\n \quad \quad \text{with the convention that } 0/0 = 0 \\\n \quad \text{for all } r : S_r \ni i \text{ do} \\\n \quad \quad \mu'_t(r) \leftarrow \max\{\mu'_t(r), \nu'_t(i)\}\n \end{array}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n momentum: Decay rate used by the momentum term (when it is not set to\n `None`, then momentum is not used at all).\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sm3(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n\n References:\n Anil et al, `Memory-Efficient Adaptive Optimization\n `_, 2019\n """"""\n return combine.chain(\n transform.scale_by_sm3(momentum),\n transform.scale(-learning_rate),\n )\n\n\ndef yogi(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-3,\n) -> base.GradientTransformation:\n # pylint: disable=line-too-long\n """"""The Yogi optimizer.\n\n Yogi is an adaptive optimizer, which provides control in tuning the effective\n learning rate to prevent it from increasing. By doing so, it focuses on\n addressing the issues of convergence and generalization in exponential moving\n average-based adaptive methods (such as Adam and RMSprop). Yogi is a\n modification of Adam and uses the same parameters.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.yogi(learning_rate=0.002)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n\n References:\n Zaheer et al, `Adaptive Methods for Nonconvex Optimization\n `_,\n 2018\n """"""\n # pylint: enable=line-too-long\n return combine.chain(\n transform.scale_by_yogi(b1=b1, b2=b2, eps=eps),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adamax(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n) -> base.GradientTransformation:\n r""""""A variant of the Adam optimizer that uses the infinity norm.\n\n AdaMax is a variant of the :func:`optax.adam` optimizer. By generalizing \n Adam's :math:`L^2` norm to an :math:`L^p` norm and taking the limit as\n :math:`p \rightarrow \infty`, we obtain a simple and stable update rule.\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon` represent the arguments\n ``b1``, ``b2`` and ``eps`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \max(\left| g_t \right| + \varepsilon, \beta_2 \cdot\n v_{t-1}) \\\n \hat{m}_t &\leftarrow m_t / (1-\beta_1^t) \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / v_t \\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the maximum of past gradients.\n eps: A small constant applied to denominator to avoid dividing by zero when\n rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamax(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Kingma et al, 2014: https://arxiv.org/abs/1412.6980\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamaxw`.\n """"""\n return combine.chain(\n transform.scale_by_adamax(\n b1=b1,\n b2=b2,\n eps=eps,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adamaxw(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n weight_decay: float = 1e-4,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformation:\n """"""Adamax with weight decay regularization.\n\n AdamaxW uses weight decay to regularize learning towards small weights, as\n this leads to better generalization. In SGD you can also use L2 regularization\n to implement this as an additive loss term, however L2 regularization\n does not behave as intended for adaptive gradient algorithms such as Adam.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the maximum of past gradients.\n eps: A small constant applied to denominator to avoid dividing by zero when\n rescaling.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent with\n other frameworks such as PyTorch, but different from (Loshchilov et al,\n 2019) where the weight decay is only multiplied with the ""schedule\n multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n weight decay to, and `False` for those you want to skip. Note that the\n Adamax gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamaxw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, 2019: https://arxiv.org/abs/1711.05101\n\n .. warning::\n Sometimes you may want to skip weight decay for BatchNorm scale\n or for the bias parameters. You can use `optax.masked` to make your own\n AdamaxW variant where `additive_weight_decay` is applied only to a subset of\n `params`.\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamax`.\n """"""\n return combine.chain(\n transform.scale_by_adamax(b1=b1, b2=b2, eps=eps),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef rprop(\n learning_rate: float,\n eta_minus: float = 0.5,\n eta_plus: float = 1.2,\n min_step_size: float = 1e-6,\n max_step_size: float = 50.0,\n) -> base.GradientTransformation:\n """"""The Rprop optimizer.\n\n Rprop, short for resillient backpropogation, is a first order variant of\n gradient descent. It responds only to the sign of the gradient by increasing\n or decreasing the step size selected per parameter exponentially to speed up\n convergence and avoid oscillations.\n\n Args:\n learning_rate: The initial step size.\n eta_minus: Multiplicative factor for decreasing step size. This is applied\n when the gradient changes sign from one step to the next.\n eta_plus: Multiplicative factor for increasing step size. This is applied\n when the gradient has the same sign from one step to the next.\n min_step_size: Minimum allowed step size. Smaller steps will be clipped to\n this value.\n max_step_size: Maximum allowed step size. Larger steps will be clipped to\n this value.\n\n Returns:\n The corresponding :class:`optax.GradientTransformation`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.rprop(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Riedmiller et al. `A direct adaptive method for faster backpropagation\n learning: the RPROP algorithm\n `_, 1993\n\n Igel et al. `Empirical evaluation of the improved Rprop learning\n algorithms\n `_,\n 2003\n """"""\n return combine.chain(\n transform.scale_by_rprop(\n learning_rate=learning_rate,\n eta_minus=eta_minus,\n eta_plus=eta_plus,\n min_step_size=min_step_size,\n max_step_size=max_step_size,\n ),\n transform.scale(-1.0),\n )\n\n\ndef polyak_sgd(\n max_learning_rate: float = 1.0,\n scaling: base.ScalarOrSchedule = 1.0,\n f_min: float = 0.0,\n eps: float = 0.0,\n) -> base.GradientTransformationExtraArgs:\n r""""""SGD with Polyak step-size.\n\n This solver implements the SGD with Polyak step size of (Loizou et al. 2021).\n It sets the step-size as\n\n .. math::\n s \min\left\{\frac{f(x) - f^\star}{\|\nabla f(x)\|^2 + \epsilon},\n \gamma_{\max}\right\}\,,\n\n where :math:`f` is the function from which a gradient is computed,\n :math:`\gamma_{\max}` is a maximal acceptable learning rate set by\n ``max_learning_rate``, :math:`\epsilon` is a constant preventing division by\n zero set with ``eps``, :math:`s` scales the formula by ``scaling``, and\n :math:`f^\star` is a guess of the minimum value of the function set with\n ``f_min``.\n\n Args:\n max_learning_rate: a maximum step size to use (defaults to 1).\n scaling: A global scaling factor, either fixed or evolving along iterations\n with a scheduler (defaults to 1).\n f_min: a lower bound on the objective function (defaults to 0). Corresponds\n to :math:`f^\star` in the formula above.\n eps: a value to add in the denominator of the update (defaults to 0).\n\n Returns:\n A :class:`optax.GradientTransformationExtraArgs`, where the ``update``\n functiontakes an additional keyword argument ``value`` containing the\n current value of the objective function.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.polyak_sgd()\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... value, grad = jax.value_and_grad(f)(params)\n ... params, opt_state = solver.update(grad, opt_state, params, value=value)\n ... print('Objective function: ', f(params))\n Objective function: 3.5\n Objective function: 0.875\n Objective function: 0.21875\n Objective function: 0.0546875\n Objective function: 0.013671875\n\n References:\n Loizou et al. `Stochastic polyak step-size for SGD: An adaptive learning\n rate for fast convergence `_, 2021\n\n Berrada et al., `Training neural networks for and by interpolation\n `_, 2020\n\n .. warning::\n This method requires knowledge of an approximate value of the of the\n objective function minimum, passed through the ``f_min`` argument.\n For models that interpolate the data, this can be set to 0 (default\n value).\n Failing to set an appropriate value for ``f_min`` can lead to\n divergence or convergence to a suboptimal solution.\n """"""\n return combine.chain(\n sgd(learning_rate=scaling),\n transform.scale_by_polyak(\n max_learning_rate=max_learning_rate, f_min=f_min, eps=eps\n ),\n )\n\n\ndef lbfgs(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n memory_size: int = 10,\n scale_init_precond: bool = True,\n linesearch: Optional[\n base.GradientTransformationExtraArgs\n ] = _linesearch.scale_by_zoom_linesearch(\n max_linesearch_steps=20, initial_guess_strategy='one'\n ),\n) -> base.GradientTransformationExtraArgs:\n r""""""L-BFGS optimizer.\n\n L-BFGS is a quasi-Newton method that multiplies the update (gradient)\n with an approximation of the inverse Hessian. This algorithm does not need\n access to the Hessian, as this approximation is constructed from the gradient\n evaluations seen during optimization. L-BFGS is a limited-memory variant of\n the Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm. The BFGS algorithm\n requires storing a matrix of size :math:`p \times p` with :math:`p` the\n dimension of the parameters.\n The limited variant circuments this issue by computing the approximation of\n the inverse using only :math:`m` (``memory_size``) past differences of\n parameters/gradients. Namely, the approximation of the Hessian inverse is\n denoted :math:`P_k = P_{k, k}`, where\n\n .. math::\n\n \begin{align*}\n P_{k, j+1} & = V_j^\top P_{k, j} V_j + \rho_j \delta w_j \delta w_j^\top\n \quad \text{for} \ j \in \{k-m, \ldots, k-1\}\\\n P_{k, k-m} & = \gamma_k I \\\n V_k & = I - \rho_k \delta u_k \delta w_k^\top \\\n \rho_k & = 1/(\delta u_k^\top \delta w_k) \\\n \delta w_k & = w_{k+1} - w_k \\\n \delta u_k & = u_{k+1} - u_k \\\n \gamma_k & =\n \begin{cases}\n (\delta w_{k-1}^\top \delta u_{k-1}) /\n (\delta u_{k-1}^\top \delta u_{k-1})\n & \text{if} \ \texttt{scale\_init\_hess} \\\n 1 & \text{otherwise}\n \end{cases},\n \end{align*}\n\n for\n :math:`u_k` the gradients/updates at iteration :math:`k`,\n :math:`w_k` the parameters at iteration :math:`k`.\n\n The formula for updating :math:`P_k` is obtained by computing the optimal\n preconditioning matrix subject to some secant condition, see references\n for more details. Computing :math:`P_k u_k` can be done by a sequence of\n vector operations using past differences of parameters and gradients stored in\n a memory bufffer.\n\n The present function just outputs the LBFGS direction :math:`P_k u_k`.\n It can be chained with a linesearch ensuring sufficient decrease and low\n curvature, such as a zoom linesearch. The linesearch computes a stepsize\n :math:`\eta_k`, such that the updated parameters\n (using :func:`optax.apply_updates`) take the form\n :math:`w_{k+1} = w_k - \eta_k P_k u_k`.\n\n Args:\n learning_rate: optional global scaling factor, either fixed or evolving\n along iterations with a scheduler, see \n :func:`optax.scale_by_learning_rate`. By default the learning rate is\n handled by a linesearch.\n memory_size: number of past updates to keep in memory to approximate the\n Hessian inverse.\n scale_init_precond: whether to use a scaled identity as the initial\n preconditioner, see formula of :math:`\gamma_k` above.\n linesearch: an instance of :class:`optax.GradientTransformationExtraArgs`\n such as :func:`optax.scale_by_zoom_linesearch` that computes a\n learning rate, a.k.a. stepsize, to satisfy some criterion such as a\n sufficient decrease of the objective by additional calls to the objective.\n\n Returns:\n A :class:`optax.GradientTransformationExtraArgs` object.\n\n Example:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2)\n >>> solver = optax.lbfgs()\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> value_and_grad = optax.value_and_grad_from_state(f)\n >>> for _ in range(5):\n ... value, grad = value_and_grad(params, state=opt_state)\n ... updates, opt_state = solver.update(\n ... grad, opt_state, params, value=value, grad=grad, value_fn=f\n ... )\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: ', f(params))\n Objective function: 7.5166864\n Objective function: 7.460699e-14\n Objective function: 2.6505726e-28\n Objective function: 0.0\n Objective function: 0.0\n\n References:\n Algorithms 7.4, 7.5 (page 199) of Nocedal et al, `Numerical Optimization\n `_\n , 1999\n\n Liu et al., `On the limited memory BFGS method for large scale optimization\n `_\n , 1989.\n\n .. warning::\n This method is memory intensive optimizer, best used for small to medium\n scale problems.\n\n .. warning::\n This optimizer works best with a linesearch (current default is a\n zoom linesearch). See example above for best use in a non-stochastic\n setting, where we can recycle gradients computed by the linesearch using\n :func:`optax.value_and_grad_from_state`.\n\n .. note::\n We initialize the scaling of the identity as a capped reciprocal of the\n gradient norm. This avoids wasting linesearch iterations for the first step\n by taking into account the magnitude of the gradients. In other words, we\n constrain the trust-region of the first step to an Euclidean ball of radius\n 1 at the first iteration. The choice of :math:`\gamma_0` is not detailed in\n the references above, so this is a heuristic choice.\n """"""\n if learning_rate is None:\n base_scaling = transform.scale(-1.0)\n else:\n base_scaling = transform.scale_by_learning_rate(learning_rate)\n if linesearch is None:\n linesearch = base.identity()\n return combine.chain(\n transform.scale_by_lbfgs(\n memory_size=memory_size, scale_init_precond=scale_init_precond\n ),\n base_scaling,\n linesearch,\n )\n",python,tab +8872,30282871,".venv/lib/python3.10/site-packages/optax/_src/alias.py",22768,0,"",python,selection_command +8873,30287261,"train_lam.py",0,0,"",python,tab +8874,30287262,"train_lam.py",6612,0,"",python,selection_command +8875,30288781,"train_lam.py",6701,0,"",python,selection_command +8876,30289006,"train_lam.py",6717,0,"",python,selection_command +8877,30289041,"train_lam.py",6799,0,"",python,selection_command +8878,30289070,"train_lam.py",6856,0,"",python,selection_command +8879,30289116,"train_lam.py",6904,0,"",python,selection_command +8880,30289132,"train_lam.py",6920,0,"",python,selection_command +8881,30289169,"train_lam.py",6983,0,"",python,selection_command +8882,30289311,"train_lam.py",7072,0,"",python,selection_command +8883,30289455,"train_lam.py",7123,0,"",python,selection_command +8884,30289723,"train_lam.py",7108,48," tx = jax.device_put(tx, replicated_sharding)",python,selection_command +8885,30560771,"train_lam.py",7123,0,"",python,selection_command +8886,30565316,"train_lam.py",7172,0,"",python,selection_command +8887,30565650,"train_lam.py",7161,0,"",python,selection_command +8888,30574102,"train_lam.py",7112,0,"",python,selection_command +8889,30574909,"train_lam.py",7161,0,"",python,selection_command +8890,30575377,"train_lam.py",7157,39,"",python,content +8891,30575506,"train_lam.py",7108,0,"",python,selection_command +8892,30575670,"train_lam.py",7057,0,"",python,selection_command +8893,30576055,"train_lam.py",6968,0,"",python,selection_command +8894,30576862,"train_lam.py",7157,0," optimizer = nnx.Optimizer(lam, tx)\n",python,content +8895,30576878,"train_lam.py",7161,0,"",python,selection_command +8896,30577061,"train_lam.py",7112,49,"",python,content +8897,30577065,"train_lam.py",7106,0,"",python,selection_command +8898,30577409,"train_lam.py",7082,3,"optimizer",python,content +8899,30577414,"train_lam.py",7082,0,"",python,selection_command +8900,30577738,"train_lam.py",7061,3,"optimizer",python,content +8901,30577750,"train_lam.py",7061,0,"",python,selection_command +8902,30578142,"train_lam.py",7120,39,"",python,content +8903,30578148,"train_lam.py",7057,0,"",python,selection_command +8904,30578472,"train_lam.py",6701,0," optimizer = nnx.Optimizer(lam, tx)\n",python,content +8905,30578478,"train_lam.py",6705,0,"",python,selection_command +8906,30580398,"train_lam.py",6740,0,"",python,selection_command +8907,30580643,"train_lam.py",6745,0,"",python,selection_command +8908,30580676,"train_lam.py",6827,0,"",python,selection_command +8909,30580710,"train_lam.py",6884,0,"",python,selection_command +8910,30580743,"train_lam.py",6943,0,"",python,selection_command +8911,30580777,"train_lam.py",6948,0,"",python,selection_command +8912,30581064,"train_lam.py",7011,0,"",python,selection_command +8913,30581226,"train_lam.py",7100,0,"",python,selection_command +8914,30582215,"train_lam.py",7095,0,"\n ",python,content +8915,30582284,"train_lam.py",7100,0,"#",python,content +8916,30582328,"train_lam.py",7101,0," ",python,content +8917,30582329,"train_lam.py",7102,0,"",python,selection_keyboard +8918,30582518,"train_lam.py",7102,0,"F",python,content +8919,30582519,"train_lam.py",7103,0,"",python,selection_keyboard +8920,30582597,"train_lam.py",7103,0,"I",python,content +8921,30582598,"train_lam.py",7104,0,"",python,selection_keyboard +8922,30582822,"train_lam.py",7104,0,"X",python,content +8923,30582822,"train_lam.py",7105,0,"",python,selection_keyboard +8924,30582928,"train_lam.py",7105,0,"M",python,content +8925,30582929,"train_lam.py",7106,0,"",python,selection_keyboard +8926,30583046,"train_lam.py",7106,0,"E",python,content +8927,30583047,"train_lam.py",7107,0,"",python,selection_keyboard +8928,30583199,"train_lam.py",7107,0," ",python,content +8929,30583200,"train_lam.py",7108,0,"",python,selection_keyboard +8930,30583279,"train_lam.py",7108,0,"()",python,content +8931,30583280,"train_lam.py",7109,0,"",python,selection_keyboard +8932,30583647,"train_lam.py",7109,0,"f",python,content +8933,30583648,"train_lam.py",7110,0,"",python,selection_keyboard +8934,30583781,"train_lam.py",7110,0,".",python,content +8935,30583782,"train_lam.py",7111,0,"",python,selection_keyboard +8936,30583852,"train_lam.py",7111,0,"s",python,content +8937,30583853,"train_lam.py",7112,0,"",python,selection_keyboard +8938,30583953,"train_lam.py",7112,0,"r",python,content +8939,30583954,"train_lam.py",7113,0,"",python,selection_keyboard +8940,30583981,"train_lam.py",7113,0,"a",python,content +8941,30583982,"train_lam.py",7114,0,"",python,selection_keyboard +8942,30584035,"train_lam.py",7114,0,"m",python,content +8943,30584036,"train_lam.py",7115,0,"",python,selection_keyboard +8944,30584194,"train_lam.py",7115,0,"b",python,content +8945,30584195,"train_lam.py",7116,0,"",python,selection_keyboard +8946,30584244,"train_lam.py",7116,0,"i",python,content +8947,30584246,"train_lam.py",7117,0,"",python,selection_keyboard +8948,30584318,"train_lam.py",7117,0,"c",python,content +8949,30584319,"train_lam.py",7118,0,"",python,selection_keyboard +8950,30584363,"train_lam.py",7118,0,"a",python,content +8951,30584364,"train_lam.py",7119,0,"",python,selection_keyboard +8952,30584448,"train_lam.py",7119,0,"l",python,content +8953,30584449,"train_lam.py",7120,0,"",python,selection_keyboard +8954,30584701,"train_lam.py",7119,0,"",python,selection_command +8955,30584970,"train_lam.py",7121,0,"",python,selection_command +8956,30585069,"train_lam.py",7121,0,":",python,content +8957,30585070,"train_lam.py",7122,0,"",python,selection_keyboard +8958,30585708,"train_lam.py",7122,0," ",python,content +8959,30585709,"train_lam.py",7123,0,"",python,selection_keyboard +8960,30585855,"train_lam.py",7123,0,"m",python,content +8961,30585856,"train_lam.py",7124,0,"",python,selection_keyboard +8962,30585931,"train_lam.py",7124,0,"a",python,content +8963,30585932,"train_lam.py",7125,0,"",python,selection_keyboard +8964,30586013,"train_lam.py",7125,0,"k",python,content +8965,30586014,"train_lam.py",7126,0,"",python,selection_keyboard +8966,30586115,"train_lam.py",7126,0,"e",python,content +8967,30586115,"train_lam.py",7127,0,"",python,selection_keyboard +8968,30586167,"train_lam.py",7127,0," ",python,content +8969,30586168,"train_lam.py",7128,0,"",python,selection_keyboard +8970,30586270,"train_lam.py",7128,0,"s",python,content +8971,30586271,"train_lam.py",7129,0,"",python,selection_keyboard +8972,30586389,"train_lam.py",7129,0,"u",python,content +8973,30586390,"train_lam.py",7130,0,"",python,selection_keyboard +8974,30586455,"train_lam.py",7130,0,"r",python,content +8975,30586456,"train_lam.py",7131,0,"",python,selection_keyboard +8976,30586518,"train_lam.py",7131,0,"e",python,content +8977,30586519,"train_lam.py",7132,0,"",python,selection_keyboard +8978,30586567,"train_lam.py",7132,0," ",python,content +8979,30586568,"train_lam.py",7133,0,"",python,selection_keyboard +8980,30586723,"train_lam.py",7133,0,"t",python,content +8981,30586725,"train_lam.py",7134,0,"",python,selection_keyboard +8982,30586849,"train_lam.py",7134,0,"h",python,content +8983,30586851,"train_lam.py",7135,0,"",python,selection_keyboard +8984,30586916,"train_lam.py",7135,0,"a",python,content +8985,30586917,"train_lam.py",7136,0,"",python,selection_keyboard +8986,30586999,"train_lam.py",7136,0,"t",python,content +8987,30587000,"train_lam.py",7137,0,"",python,selection_keyboard +8988,30587048,"train_lam.py",7137,0," ",python,content +8989,30587050,"train_lam.py",7138,0,"",python,selection_keyboard +8990,30587166,"train_lam.py",7138,0,"t",python,content +8991,30587167,"train_lam.py",7139,0,"",python,selection_keyboard +8992,30587252,"train_lam.py",7139,0,"h",python,content +8993,30587253,"train_lam.py",7140,0,"",python,selection_keyboard +8994,30587298,"train_lam.py",7140,0,"i",python,content +8995,30587298,"train_lam.py",7141,0,"",python,selection_keyboard +8996,30587332,"train_lam.py",7141,0,"s",python,content +8997,30587332,"train_lam.py",7142,0,"",python,selection_keyboard +8998,30587415,"train_lam.py",7142,0," ",python,content +8999,30587416,"train_lam.py",7143,0,"",python,selection_keyboard +9000,30587573,"train_lam.py",7143,0,"s",python,content +9001,30587574,"train_lam.py",7144,0,"",python,selection_keyboard +9002,30587648,"train_lam.py",7144,0,"h",python,content +9003,30587649,"train_lam.py",7145,0,"",python,selection_keyboard +9004,30587717,"train_lam.py",7145,0,"a",python,content +9005,30587718,"train_lam.py",7146,0,"",python,selection_keyboard +9006,30587734,"train_lam.py",7146,0,"r",python,content +9007,30587735,"train_lam.py",7147,0,"",python,selection_keyboard +9008,30587850,"train_lam.py",7147,0,"d",python,content +9009,30587851,"train_lam.py",7148,0,"",python,selection_keyboard +9010,30587964,"train_lam.py",7148,0," ",python,content +9011,30587965,"train_lam.py",7149,0,"",python,selection_keyboard +9012,30588259,"train_lam.py",7148,1,"",python,content +9013,30588352,"train_lam.py",7148,0,"s",python,content +9014,30588353,"train_lam.py",7149,0,"",python,selection_keyboard +9015,30588414,"train_lam.py",7149,0," ",python,content +9016,30588415,"train_lam.py",7150,0,"",python,selection_keyboard +9017,30588497,"train_lam.py",7150,0,"b",python,content +9018,30588499,"train_lam.py",7151,0,"",python,selection_keyboard +9019,30588524,"train_lam.py",7151,0,"o",python,content +9020,30588525,"train_lam.py",7152,0,"",python,selection_keyboard +9021,30588664,"train_lam.py",7152,0,"t",python,content +9022,30588665,"train_lam.py",7153,0,"",python,selection_keyboard +9023,30588785,"train_lam.py",7153,0,"h",python,content +9024,30588786,"train_lam.py",7154,0,"",python,selection_keyboard +9025,30588853,"train_lam.py",7154,0," ",python,content +9026,30588855,"train_lam.py",7155,0,"",python,selection_keyboard +9027,30589405,"train_lam.py",7155,0,"m",python,content +9028,30589406,"train_lam.py",7156,0,"",python,selection_keyboard +9029,30589482,"train_lam.py",7156,0,"o",python,content +9030,30589483,"train_lam.py",7157,0,"",python,selection_keyboard +9031,30589837,"train_lam.py",7156,1,"",python,content +9032,30589967,"train_lam.py",7155,1,"",python,content +9033,30590169,"train_lam.py",7155,0,"t",python,content +9034,30590170,"train_lam.py",7156,0,"",python,selection_keyboard +9035,30590256,"train_lam.py",7156,0,"h",python,content +9036,30590258,"train_lam.py",7157,0,"",python,selection_keyboard +9037,30590318,"train_lam.py",7157,0,"e",python,content +9038,30590319,"train_lam.py",7158,0,"",python,selection_keyboard +9039,30590387,"train_lam.py",7158,0," ",python,content +9040,30590388,"train_lam.py",7159,0,"",python,selection_keyboard +9041,30590451,"train_lam.py",7159,0,"m",python,content +9042,30590452,"train_lam.py",7160,0,"",python,selection_keyboard +9043,30590504,"train_lam.py",7160,0,"o",python,content +9044,30590506,"train_lam.py",7161,0,"",python,selection_keyboard +9045,30590585,"train_lam.py",7161,0,"d",python,content +9046,30590586,"train_lam.py",7162,0,"",python,selection_keyboard +9047,30590635,"train_lam.py",7162,0,"e",python,content +9048,30590636,"train_lam.py",7163,0,"",python,selection_keyboard +9049,30590735,"train_lam.py",7163,0,"l",python,content +9050,30590736,"train_lam.py",7164,0,"",python,selection_keyboard +9051,30590804,"train_lam.py",7164,0," ",python,content +9052,30590805,"train_lam.py",7165,0,"",python,selection_keyboard +9053,30590884,"train_lam.py",7165,0,"a",python,content +9054,30590885,"train_lam.py",7166,0,"",python,selection_keyboard +9055,30590974,"train_lam.py",7166,0,"n",python,content +9056,30590976,"train_lam.py",7167,0,"",python,selection_keyboard +9057,30591023,"train_lam.py",7167,0,"d",python,content +9058,30591024,"train_lam.py",7168,0,"",python,selection_keyboard +9059,30591087,"train_lam.py",7168,0," ",python,content +9060,30591089,"train_lam.py",7169,0,"",python,selection_keyboard +9061,30591204,"train_lam.py",7169,0,"t",python,content +9062,30591205,"train_lam.py",7170,0,"",python,selection_keyboard +9063,30591254,"train_lam.py",7170,0,"h",python,content +9064,30591255,"train_lam.py",7171,0,"",python,selection_keyboard +9065,30591301,"train_lam.py",7171,0,"e",python,content +9066,30591302,"train_lam.py",7172,0,"",python,selection_keyboard +9067,30591385,"train_lam.py",7172,0," ",python,content +9068,30591386,"train_lam.py",7173,0,"",python,selection_keyboard +9069,30591469,"train_lam.py",7173,0,"o",python,content +9070,30591471,"train_lam.py",7174,0,"",python,selection_keyboard +9071,30591567,"train_lam.py",7174,0,"p",python,content +9072,30591568,"train_lam.py",7175,0,"",python,selection_keyboard +9073,30591589,"train_lam.py",7175,0,"t",python,content +9074,30591589,"train_lam.py",7176,0,"",python,selection_keyboard +9075,30591718,"train_lam.py",7176,0,"i",python,content +9076,30591719,"train_lam.py",7177,0,"",python,selection_keyboard +9077,30591769,"train_lam.py",7177,0,"m",python,content +9078,30591770,"train_lam.py",7178,0,"",python,selection_keyboard +9079,30591889,"train_lam.py",7178,0,"i",python,content +9080,30591890,"train_lam.py",7179,0,"",python,selection_keyboard +9081,30591969,"train_lam.py",7179,0,"z",python,content +9082,30591971,"train_lam.py",7180,0,"",python,selection_keyboard +9083,30592057,"train_lam.py",7180,0,"e",python,content +9084,30592059,"train_lam.py",7181,0,"",python,selection_keyboard +9085,30592153,"train_lam.py",7181,0,"r",python,content +9086,30592155,"train_lam.py",7182,0,"",python,selection_keyboard +9087,30592339,"train_lam.py",7181,0,"",python,selection_command +9088,30594285,"train_lam.py",0,12655,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(model: LatentActionModel, inputs: dict):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(lam, optimizer, inputs, action_last_active, rng):\n def loss_fn(model):\n return lam_loss_fn(model, inputs)\n \n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n lam.vq.codebook = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n # FIXME (f.srambical): make sure that this shards both the model and the optimizer\n optimizer = jax.device_put(optimizer, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(lam, optimizer, inputs, action_last_active, _rng)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(optimizer),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_command +9089,30594469,"train_lam.py",12655,0,"",python,selection_command +9090,30613988,"train_lam.py",7246,0,"",python,selection_command +9091,30623551,"train_lam.py",7187,0,"",python,selection_command +9092,30624302,"train_lam.py",7197,0,"",python,selection_command +9093,30625473,"train_lam.py",7183,0,"",python,selection_command +9094,30753735,"train_lam.py",5786,0,"",python,selection_command +9095,30754587,"train_lam.py",4694,0,"",python,selection_command +9096,30755550,"train_lam.py",3310,0,"",python,selection_command +9097,30756075,"train_lam.py",2001,0,"",python,selection_command +9098,30756490,"train_lam.py",924,0,"",python,selection_command +9099,30757828,"train_lam.py",41,0,"",python,selection_command +9100,30758168,"train_lam.py",924,0,"",python,selection_command +9101,30758324,"train_lam.py",2001,0,"",python,selection_command +9102,30759482,"train_lam.py",3310,0,"",python,selection_command +9103,30766512,"train_lam.py",7203,0,"",python,selection_command +9104,30768715,"train_lam.py",7213,0,"",python,selection_command +9105,30768867,"train_lam.py",7214,0,"",python,selection_command +9106,30770135,"train_lam.py",7183,0,"",python,selection_command +9107,30770216,"train_lam.py",7187,0,"",python,selection_command +9108,30816655,"train_lam.py",7197,0,"",python,selection_command +9109,30816794,"train_lam.py",7199,0,"",python,selection_command +9110,30816969,"train_lam.py",7202,0,"",python,selection_command +9111,30817136,"train_lam.py",7203,0,"",python,selection_command +9112,30817805,"train_lam.py",7116,0,"",python,selection_command +9113,30818163,"train_lam.py",7203,0,"",python,selection_command +9114,30818491,"train_lam.py",7202,0,"",python,selection_command +9115,30818570,"train_lam.py",7199,0,"",python,selection_command +9116,30818720,"train_lam.py",7197,0,"",python,selection_command +9117,30818870,"train_lam.py",7187,0,"",python,selection_command +9118,30819590,"train_lam.py",7100,0,"",python,selection_command +9119,30819829,"train_lam.py",7011,0,"",python,selection_command +9120,30819857,"train_lam.py",6948,0,"",python,selection_command +9121,30819891,"train_lam.py",6943,0,"",python,selection_command +9122,30819938,"train_lam.py",6884,0,"",python,selection_command +9123,30819964,"train_lam.py",6827,0,"",python,selection_command +9124,30820064,"train_lam.py",6745,0,"",python,selection_command +9125,30820138,"train_lam.py",6740,0,"",python,selection_command +9126,30820279,"train_lam.py",6705,0,"",python,selection_command +9127,30820440,"train_lam.py",6715,0,"",python,selection_command +9128,30820593,"train_lam.py",6717,0,"",python,selection_command +9129,30820841,"train_lam.py",6720,0,"",python,selection_command +9130,30820997,"train_lam.py",6721,0,"",python,selection_command +9131,30821411,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",0,0,"",python,tab +9132,30821412,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2789,0,"",python,selection_command +9133,30822059,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,39,"class Optimizer(Object, tp.Generic[M]):",python,selection_command +9134,30822175,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,115,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n",python,selection_command +9135,30822546,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,134,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n",python,selection_command +9136,30822684,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,960,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n",python,selection_command +9137,30822884,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,1077,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n",python,selection_command +9138,30823008,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,1096,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n",python,selection_command +9139,30823214,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,1800,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n",python,selection_command +9140,30823307,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,1909,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n",python,selection_command +9141,30823459,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,2120,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n",python,selection_command +9142,30823608,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,2469,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n",python,selection_command +9143,30823842,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,3171,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n",python,selection_command +9144,30824181,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,3532,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n",python,selection_command +9145,30825152,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,3171,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n",python,selection_command +9146,30825366,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,3532,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n",python,selection_command +9147,30825529,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,3626,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n",python,selection_command +9148,30825696,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,3690,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n",python,selection_command +9149,30826030,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,4427,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(model))\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n",python,selection_command +9150,30826733,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,5094,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(model))\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n\n >>> # update:\n >>> # - only Linear layer parameters\n >>> # - only CustomVariable parameters\n >>> # - both Linear layer and CustomVariable parameters\n >>> loss_fn = lambda model, x, y: ((model(x) - y) ** 2).mean()\n >>> for variable in (nnx.Param, CustomVariable, (nnx.Param, CustomVariable)):\n ... # make sure `wrt` arguments match for `nnx.Optimizer` and `nnx.grad`\n ... state = nnx.Optimizer(model, optax.adam(1e-3), wrt=variable)\n ... grads = nnx.grad(loss_fn, argnums=nnx.DiffState(0, variable))(\n ... state.model, jnp.ones((1, 2)), jnp.ones((1, 3))\n ... )\n ... state.update(grads=grads)\n",python,selection_command +9151,30826918,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,5249,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(model))\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n\n >>> # update:\n >>> # - only Linear layer parameters\n >>> # - only CustomVariable parameters\n >>> # - both Linear layer and CustomVariable parameters\n >>> loss_fn = lambda model, x, y: ((model(x) - y) ** 2).mean()\n >>> for variable in (nnx.Param, CustomVariable, (nnx.Param, CustomVariable)):\n ... # make sure `wrt` arguments match for `nnx.Optimizer` and `nnx.grad`\n ... state = nnx.Optimizer(model, optax.adam(1e-3), wrt=variable)\n ... grads = nnx.grad(loss_fn, argnums=nnx.DiffState(0, variable))(\n ... state.model, jnp.ones((1, 2)), jnp.ones((1, 3))\n ... )\n ... state.update(grads=grads)\n\n Note that internally this function calls ``.tx.update()`` followed by a call\n to ``optax.apply_updates()`` to update ``params`` and ``opt_state``.\n",python,selection_command +9152,30827127,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,5605,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(model))\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n\n >>> # update:\n >>> # - only Linear layer parameters\n >>> # - only CustomVariable parameters\n >>> # - both Linear layer and CustomVariable parameters\n >>> loss_fn = lambda model, x, y: ((model(x) - y) ** 2).mean()\n >>> for variable in (nnx.Param, CustomVariable, (nnx.Param, CustomVariable)):\n ... # make sure `wrt` arguments match for `nnx.Optimizer` and `nnx.grad`\n ... state = nnx.Optimizer(model, optax.adam(1e-3), wrt=variable)\n ... grads = nnx.grad(loss_fn, argnums=nnx.DiffState(0, variable))(\n ... state.model, jnp.ones((1, 2)), jnp.ones((1, 3))\n ... )\n ... state.update(grads=grads)\n\n Note that internally this function calls ``.tx.update()`` followed by a call\n to ``optax.apply_updates()`` to update ``params`` and ``opt_state``.\n\n Args:\n grads: the gradients derived from ``nnx.grad``.\n **kwargs: additional keyword arguments passed to the tx.update, to support\n ``GradientTransformationExtraArgs``, such as ``optax.scale_by_backtracking_linesearch``.\n """"""\n params = nnx.state(self.model, self.wrt)\n opt_state = _opt_state_variables_to_state(self.opt_state)\n",python,selection_command +9153,30827312,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,5785,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(model))\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n\n >>> # update:\n >>> # - only Linear layer parameters\n >>> # - only CustomVariable parameters\n >>> # - both Linear layer and CustomVariable parameters\n >>> loss_fn = lambda model, x, y: ((model(x) - y) ** 2).mean()\n >>> for variable in (nnx.Param, CustomVariable, (nnx.Param, CustomVariable)):\n ... # make sure `wrt` arguments match for `nnx.Optimizer` and `nnx.grad`\n ... state = nnx.Optimizer(model, optax.adam(1e-3), wrt=variable)\n ... grads = nnx.grad(loss_fn, argnums=nnx.DiffState(0, variable))(\n ... state.model, jnp.ones((1, 2)), jnp.ones((1, 3))\n ... )\n ... state.update(grads=grads)\n\n Note that internally this function calls ``.tx.update()`` followed by a call\n to ``optax.apply_updates()`` to update ``params`` and ``opt_state``.\n\n Args:\n grads: the gradients derived from ``nnx.grad``.\n **kwargs: additional keyword arguments passed to the tx.update, to support\n ``GradientTransformationExtraArgs``, such as ``optax.scale_by_backtracking_linesearch``.\n """"""\n params = nnx.state(self.model, self.wrt)\n opt_state = _opt_state_variables_to_state(self.opt_state)\n\n updates, new_opt_state = self.tx.update(grads, opt_state, params, **kwargs)\n new_params = optax.apply_updates(params, updates)\n assert isinstance(new_params, nnx.State)\n",python,selection_command +9154,30827603,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",2783,5902,"class Optimizer(Object, tp.Generic[M]):\n """"""Simple train state for the common case with a single Optax optimizer.\n\n Example usage::\n\n >>> import jax, jax.numpy as jnp\n >>> from flax import nnx\n >>> import optax\n ...\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... return self.linear2(self.linear1(x))\n ...\n >>> x = jax.random.normal(jax.random.key(0), (1, 2))\n >>> y = jnp.ones((1, 4))\n ...\n >>> model = Model(nnx.Rngs(0))\n >>> tx = optax.adam(1e-3)\n >>> state = nnx.Optimizer(model, tx)\n ...\n >>> loss_fn = lambda model: ((model(x) - y) ** 2).mean()\n >>> loss_fn(model)\n Array(2.3359997, dtype=float32)\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads)\n >>> loss_fn(model)\n Array(2.310461, dtype=float32)\n\n Note that you can easily extend this class by subclassing it for storing\n additional data (e.g. adding metrics).\n\n Example usage::\n\n >>> class TrainState(nnx.Optimizer):\n ... def __init__(self, model, tx, metrics):\n ... self.metrics = metrics\n ... super().__init__(model, tx)\n ... def update(self, *, grads, **updates):\n ... self.metrics.update(**updates)\n ... super().update(grads)\n ...\n >>> metrics = nnx.metrics.Average()\n >>> state = TrainState(model, tx, metrics)\n ...\n >>> grads = nnx.grad(loss_fn)(state.model)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.310461, dtype=float32)\n >>> state.update(grads=grads, values=loss_fn(state.model))\n >>> state.metrics.compute()\n Array(2.2978127, dtype=float32)\n\n For more exotic usecases (e.g. multiple optimizers) it's probably best to\n fork the class and modify it.\n\n Args:\n step: An ``OptState`` :class:`Variable` that tracks the step count.\n model: The wrapped :class:`Module`.\n tx: An Optax gradient transformation.\n opt_state: The Optax optimizer state.\n """"""\n\n def __init__(\n self,\n model: M,\n tx: optax.GradientTransformation,\n wrt: filterlib.Filter = nnx.Param,\n ):\n """"""\n Instantiate the class and wrap the :class:`Module` and Optax gradient\n transformation. Instantiate the optimizer state to keep track of\n :class:`Variable` types specified in ``wrt``. Set the step count to 0.\n\n Args:\n model: An NNX Module.\n tx: An Optax gradient transformation.\n wrt: optional argument to filter for which :class:`Variable`'s to keep\n track of in the optimizer state. These should be the :class:`Variable`'s\n that you plan on updating; i.e. this argument value should match the\n ``wrt`` argument passed to the ``nnx.grad`` call that will generate the\n gradients that will be passed into the ``grads`` argument of the\n :func:`update` method.\n """"""\n self.step = OptState(jnp.array(0, dtype=jnp.uint32))\n self.model = model\n self.tx = tx\n self.opt_state = _wrap_optimizer_state(tx.init(nnx.state(model, wrt)))\n self.wrt = wrt\n\n def update(self, grads, **kwargs):\n """"""Updates ``step``, ``params``, ``opt_state`` and ``**kwargs`` in return value.\n The ``grads`` must be derived from ``nnx.grad(..., wrt=self.wrt)``, where the\n gradients are with respect to the same :class:`Variable` types as defined in\n ``self.wrt`` during instantiation of this ``Optimizer``. For example::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n >>> import optax\n\n >>> class CustomVariable(nnx.Variable):\n ... pass\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear = nnx.Linear(2, 3, rngs=rngs)\n ... self.custom_variable = CustomVariable(jnp.ones((1, 3)))\n ... def __call__(self, x):\n ... return self.linear(x) + self.custom_variable\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(model))\n State({\n 'custom_variable': VariableState(\n type=CustomVariable,\n value=(1, 3)\n ),\n 'linear': {\n 'bias': VariableState(\n type=Param,\n value=(3,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(2, 3)\n )\n }\n })\n\n >>> # update:\n >>> # - only Linear layer parameters\n >>> # - only CustomVariable parameters\n >>> # - both Linear layer and CustomVariable parameters\n >>> loss_fn = lambda model, x, y: ((model(x) - y) ** 2).mean()\n >>> for variable in (nnx.Param, CustomVariable, (nnx.Param, CustomVariable)):\n ... # make sure `wrt` arguments match for `nnx.Optimizer` and `nnx.grad`\n ... state = nnx.Optimizer(model, optax.adam(1e-3), wrt=variable)\n ... grads = nnx.grad(loss_fn, argnums=nnx.DiffState(0, variable))(\n ... state.model, jnp.ones((1, 2)), jnp.ones((1, 3))\n ... )\n ... state.update(grads=grads)\n\n Note that internally this function calls ``.tx.update()`` followed by a call\n to ``optax.apply_updates()`` to update ``params`` and ``opt_state``.\n\n Args:\n grads: the gradients derived from ``nnx.grad``.\n **kwargs: additional keyword arguments passed to the tx.update, to support\n ``GradientTransformationExtraArgs``, such as ``optax.scale_by_backtracking_linesearch``.\n """"""\n params = nnx.state(self.model, self.wrt)\n opt_state = _opt_state_variables_to_state(self.opt_state)\n\n updates, new_opt_state = self.tx.update(grads, opt_state, params, **kwargs)\n new_params = optax.apply_updates(params, updates)\n assert isinstance(new_params, nnx.State)\n\n self.step.value += 1\n nnx.update(self.model, new_params)\n _update_opt_state(self.opt_state, new_opt_state)",python,selection_command +9155,30828227,".venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py",8684,0,"",python,selection_command +9156,30836527,"train_lam.py",0,0,"",python,tab +9157,30841437,"train_lam.py",0,0,"",python,tab +9158,30841441,"train_lam.py",429,0,"",python,selection_command +9159,30878176,"train_lam.py",9158,0,"",python,selection_mouse +9160,30887027,"train_lam.py",9134,0,"\n ",python,content +9161,30887724,"train_lam.py",9135,8,"",python,content +9162,30888137,"train_lam.py",9135,1,"",python,content +9163,30888141,"train_lam.py",9143,0,"",python,selection_command +9164,30888505,"train_lam.py",9134,0,"\n ",python,content +9165,30891125,"train_lam.py",9143,0,"#",python,content +9166,30891126,"train_lam.py",9144,0,"",python,selection_keyboard +9167,30891210,"train_lam.py",9144,0," ",python,content +9168,30891210,"train_lam.py",9145,0,"",python,selection_keyboard +9169,30891357,"train_lam.py",9145,0,"F",python,content +9170,30891358,"train_lam.py",9146,0,"",python,selection_keyboard +9171,30891468,"train_lam.py",9146,0,"I",python,content +9172,30891469,"train_lam.py",9147,0,"",python,selection_keyboard +9173,30891535,"train_lam.py",9147,0,"X",python,content +9174,30891536,"train_lam.py",9148,0,"",python,selection_keyboard +9175,30891650,"train_lam.py",9148,0,"M",python,content +9176,30891651,"train_lam.py",9149,0,"",python,selection_keyboard +9177,30891718,"train_lam.py",9149,0,"E",python,content +9178,30891719,"train_lam.py",9150,0,"",python,selection_keyboard +9179,30891804,"train_lam.py",9150,0," ",python,content +9180,30891805,"train_lam.py",9151,0,"",python,selection_keyboard +9181,30891884,"train_lam.py",9151,0,"()",python,content +9182,30891885,"train_lam.py",9152,0,"",python,selection_keyboard +9183,30892053,"train_lam.py",9152,0,"F",python,content +9184,30892054,"train_lam.py",9153,0,"",python,selection_keyboard +9185,30892486,"train_lam.py",9152,1,"",python,content +9186,30892600,"train_lam.py",9152,0,"f",python,content +9187,30892601,"train_lam.py",9153,0,"",python,selection_keyboard +9188,30892668,"train_lam.py",9153,0,".",python,content +9189,30892669,"train_lam.py",9154,0,"",python,selection_keyboard +9190,30892736,"train_lam.py",9154,0,"s",python,content +9191,30892737,"train_lam.py",9155,0,"",python,selection_keyboard +9192,30892836,"train_lam.py",9155,0,"r",python,content +9193,30892837,"train_lam.py",9156,0,"",python,selection_keyboard +9194,30892883,"train_lam.py",9156,0,"a",python,content +9195,30892884,"train_lam.py",9157,0,"",python,selection_keyboard +9196,30892919,"train_lam.py",9157,0,"m",python,content +9197,30892920,"train_lam.py",9158,0,"",python,selection_keyboard +9198,30893118,"train_lam.py",9158,0,"b",python,content +9199,30893118,"train_lam.py",9159,0,"",python,selection_keyboard +9200,30893220,"train_lam.py",9159,0,"i",python,content +9201,30893221,"train_lam.py",9160,0,"",python,selection_keyboard +9202,30893240,"train_lam.py",9160,0,"c",python,content +9203,30893241,"train_lam.py",9161,0,"",python,selection_keyboard +9204,30893921,"train_lam.py",9161,0,"a",python,content +9205,30893922,"train_lam.py",9162,0,"",python,selection_keyboard +9206,30894054,"train_lam.py",9162,0,"l",python,content +9207,30894055,"train_lam.py",9163,0,"",python,selection_keyboard +9208,30894189,"train_lam.py",9162,0,"",python,selection_command +9209,30894503,"train_lam.py",9164,0,"",python,selection_command +9210,30894636,"train_lam.py",9164,0,":",python,content +9211,30894637,"train_lam.py",9165,0,"",python,selection_keyboard +9212,30894733,"train_lam.py",9165,0," ",python,content +9213,30894734,"train_lam.py",9166,0,"",python,selection_keyboard +9214,30895067,"train_lam.py",9166,0,"a",python,content +9215,30895068,"train_lam.py",9167,0,"",python,selection_keyboard +9216,30895135,"train_lam.py",9167,0,"d",python,content +9217,30895135,"train_lam.py",9168,0,"",python,selection_keyboard +9218,30895238,"train_lam.py",9168,0,"a",python,content +9219,30895239,"train_lam.py",9169,0,"",python,selection_keyboard +9220,30895370,"train_lam.py",9169,0,"p",python,content +9221,30895371,"train_lam.py",9170,0,"",python,selection_keyboard +9222,30895469,"train_lam.py",9170,0,"t",python,content +9223,30895470,"train_lam.py",9171,0,"",python,selection_keyboard +9224,30895535,"train_lam.py",9171,0," ",python,content +9225,30895536,"train_lam.py",9172,0,"",python,selection_keyboard +9226,30895668,"train_lam.py",9172,0,"r",python,content +9227,30895669,"train_lam.py",9173,0,"",python,selection_keyboard +9228,30895715,"train_lam.py",9173,0,"e",python,content +9229,30895716,"train_lam.py",9174,0,"",python,selection_keyboard +9230,30895790,"train_lam.py",9174,0,"s",python,content +9231,30895791,"train_lam.py",9175,0,"",python,selection_keyboard +9232,30895927,"train_lam.py",9175,0,"o",python,content +9233,30895927,"train_lam.py",9176,0,"",python,selection_keyboard +9234,30895946,"train_lam.py",9176,0,"t",python,content +9235,30895947,"train_lam.py",9177,0,"",python,selection_keyboard +9236,30896322,"train_lam.py",9176,1,"",python,content +9237,30896433,"train_lam.py",9175,1,"",python,content +9238,30896536,"train_lam.py",9175,0,"t",python,content +9239,30896537,"train_lam.py",9176,0,"",python,selection_keyboard +9240,30896601,"train_lam.py",9176,0,"o",python,content +9241,30896602,"train_lam.py",9177,0,"",python,selection_keyboard +9242,30896684,"train_lam.py",9177,0,"r",python,content +9243,30896685,"train_lam.py",9178,0,"",python,selection_keyboard +9244,30896772,"train_lam.py",9178,0,"a",python,content +9245,30896773,"train_lam.py",9179,0,"",python,selection_keyboard +9246,30896867,"train_lam.py",9179,0,"t",python,content +9247,30896869,"train_lam.py",9180,0,"",python,selection_keyboard +9248,30896972,"train_lam.py",9180,0,"i",python,content +9249,30896973,"train_lam.py",9181,0,"",python,selection_keyboard +9250,30897026,"train_lam.py",9181,0,"o",python,content +9251,30897028,"train_lam.py",9182,0,"",python,selection_keyboard +9252,30897085,"train_lam.py",9182,0,"n",python,content +9253,30897086,"train_lam.py",9183,0,"",python,selection_keyboard +9254,30897169,"train_lam.py",9183,0," ",python,content +9255,30897170,"train_lam.py",9184,0,"",python,selection_keyboard +9256,30897355,"train_lam.py",9184,0,"n",python,content +9257,30897355,"train_lam.py",9185,0,"",python,selection_keyboard +9258,30897419,"train_lam.py",9185,0,"o",python,content +9259,30897420,"train_lam.py",9186,0,"",python,selection_keyboard +9260,30897726,"train_lam.py",9185,1,"",python,content +9261,30897852,"train_lam.py",9184,1,"",python,content +9262,30898037,"train_lam.py",9184,0,"l",python,content +9263,30898038,"train_lam.py",9185,0,"",python,selection_keyboard +9264,30898193,"train_lam.py",9185,0,"o",python,content +9265,30898194,"train_lam.py",9186,0,"",python,selection_keyboard +9266,30898319,"train_lam.py",9186,0,"i",python,content +9267,30898320,"train_lam.py",9187,0,"",python,selection_keyboard +9268,30898622,"train_lam.py",9186,1,"",python,content +9269,30898742,"train_lam.py",9186,0,"g",python,content +9270,30898743,"train_lam.py",9187,0,"",python,selection_keyboard +9271,30898838,"train_lam.py",9187,0,"i",python,content +9272,30898840,"train_lam.py",9188,0,"",python,selection_keyboard +9273,30898905,"train_lam.py",9188,0,"c",python,content +9274,30898906,"train_lam.py",9189,0,"",python,selection_keyboard +9275,30899009,"train_lam.py",9189,0," ",python,content +9276,30899010,"train_lam.py",9190,0,"",python,selection_keyboard +9277,30900530,"train_lam.py",9190,0,"f",python,content +9278,30900531,"train_lam.py",9191,0,"",python,selection_keyboard +9279,30900624,"train_lam.py",9191,0,"o",python,content +9280,30900625,"train_lam.py",9192,0,"",python,selection_keyboard +9281,30900691,"train_lam.py",9192,0,"r",python,content +9282,30900692,"train_lam.py",9193,0,"",python,selection_keyboard +9283,30900756,"train_lam.py",9193,0," ",python,content +9284,30900756,"train_lam.py",9194,0,"",python,selection_keyboard +9285,30900941,"train_lam.py",9194,0,"t",python,content +9286,30900942,"train_lam.py",9195,0,"",python,selection_keyboard +9287,30901141,"train_lam.py",9194,1,"",python,content +9288,30901278,"train_lam.py",9194,0,"n",python,content +9289,30901279,"train_lam.py",9195,0,"",python,selection_keyboard +9290,30901339,"train_lam.py",9195,0,"e",python,content +9291,30901340,"train_lam.py",9196,0,"",python,selection_keyboard +9292,30901388,"train_lam.py",9196,0,"w",python,content +9293,30901389,"train_lam.py",9197,0,"",python,selection_keyboard +9294,30901470,"train_lam.py",9197,0," ",python,content +9295,30901471,"train_lam.py",9198,0,"",python,selection_keyboard +9296,30906198,"train_lam.py",9198,0,"l",python,content +9297,30906199,"train_lam.py",9199,0,"",python,selection_keyboard +9298,30906203,"train_lam.py",9198,1,"",python,content +9299,30906211,"train_lam.py",9198,0,"n",python,content +9300,30906212,"train_lam.py",9199,0,"",python,selection_keyboard +9301,30906215,"train_lam.py",9199,0,"n",python,content +9302,30906216,"train_lam.py",9200,0,"",python,selection_keyboard +9303,30906217,"train_lam.py",9200,0,"x",python,content +9304,30906217,"train_lam.py",9201,0,"",python,selection_keyboard +9305,30906220,"train_lam.py",9201,0,".",python,content +9306,30906220,"train_lam.py",9202,0,"",python,selection_keyboard +9307,30906226,"train_lam.py",9201,1,"",python,content +9308,30906236,"train_lam.py",9198,3,"",python,content +9309,30906243,"train_lam.py",9198,0,"n",python,content +9310,30906244,"train_lam.py",9199,0,"",python,selection_keyboard +9311,30906246,"train_lam.py",9199,0,"n",python,content +9312,30906246,"train_lam.py",9200,0,"",python,selection_keyboard +9313,30906247,"train_lam.py",9200,0,"x",python,content +9314,30906248,"train_lam.py",9201,0,"",python,selection_keyboard +9315,30906256,"train_lam.py",9200,1,"",python,content +9316,30906263,"train_lam.py",9198,2,"",python,content +9317,30906269,"train_lam.py",9198,0,"f",python,content +9318,30906270,"train_lam.py",9199,0,"",python,selection_keyboard +9319,30906272,"train_lam.py",9199,0,"l",python,content +9320,30906273,"train_lam.py",9200,0,"",python,selection_keyboard +9321,30906275,"train_lam.py",9200,0,"a",python,content +9322,30906276,"train_lam.py",9201,0,"",python,selection_keyboard +9323,30906279,"train_lam.py",9201,0,"x",python,content +9324,30906280,"train_lam.py",9202,0,"",python,selection_keyboard +9325,30906283,"train_lam.py",9202,0,".",python,content +9326,30906283,"train_lam.py",9203,0,"",python,selection_keyboard +9327,30906289,"train_lam.py",9203,0,"n",python,content +9328,30906289,"train_lam.py",9204,0,"",python,selection_keyboard +9329,30906296,"train_lam.py",9204,0,"n",python,content +9330,30906297,"train_lam.py",9205,0,"",python,selection_keyboard +9331,30906300,"train_lam.py",9205,0,"x",python,content +9332,30906301,"train_lam.py",9206,0,"",python,selection_keyboard +9333,30906304,"train_lam.py",9206,0," ",python,content +9334,30906305,"train_lam.py",9207,0,"",python,selection_keyboard +9335,30906524,"train_lam.py",9207,0,"A",python,content +9336,30906526,"train_lam.py",9208,0,"",python,selection_keyboard +9337,30906566,"train_lam.py",9207,1,"A",python,selection_keyboard +9338,30906639,"train_lam.py",9207,1,"I",python,content +9339,30906640,"train_lam.py",9208,0,"",python,selection_keyboard +9340,30907326,"train_lam.py",9207,1,"",python,content +9341,30907515,"train_lam.py",9207,0,"A",python,content +9342,30907516,"train_lam.py",9208,0,"",python,selection_keyboard +9343,30907595,"train_lam.py",9208,0,"P",python,content +9344,30907596,"train_lam.py",9209,0,"",python,selection_keyboard +9345,30907627,"train_lam.py",9209,0,"I",python,content +9346,30907628,"train_lam.py",9210,0,"",python,selection_keyboard +9347,30907742,"train_lam.py",9209,0,"",python,selection_command +9348,30907824,"train_lam.py",9135,0,"",python,selection_command +9349,30919360,"train_lam.py",9211,0,"",python,selection_command +9350,30919607,"train_lam.py",9219,0,"",python,selection_command +9351,30919981,"train_lam.py",9211,54," abstract_train_state = jax.tree_util.tree_map(",python,selection_command +9352,30920125,"train_lam.py",9211,109," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer",python,selection_command +9353,30920413,"train_lam.py",9211,119," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )",python,selection_command +9354,30920414,"train_lam.py",9211,166," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(",python,selection_command +9355,30920442,"train_lam.py",9211,212," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),",python,selection_command +9356,30920473,"train_lam.py",9211,249," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(",python,selection_command +9357,30920508,"train_lam.py",9211,325," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),",python,selection_command +9358,30920605,"train_lam.py",9211,410," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),",python,selection_command +9359,30920607,"train_lam.py",9211,425," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),",python,selection_command +9360,30920608,"train_lam.py",9211,435," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )",python,selection_command +9361,30920731,"train_lam.py",9211,479," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]",python,selection_command +9362,30920933,"train_lam.py",9211,533," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]",python,selection_command +9363,30921133,"train_lam.py",9211,586," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0",python,selection_command +9364,30921189,"train_lam.py",9211,657," abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, optimizer\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n optimizer = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")",python,selection_command +9365,30921304,"train_lam.py",9211,657," ",python,content +9366,30921338,"train_lam.py",9219,0,"",python,selection_command +9367,30922506,"train_lam.py",9219,0,"r",python,content +9368,30922507,"train_lam.py",9220,0,"",python,selection_keyboard +9369,30922542,"train_lam.py",9220,0,"a",python,content +9370,30922543,"train_lam.py",9221,0,"",python,selection_keyboard +9371,30922703,"train_lam.py",9221,0,"i",python,content +9372,30922705,"train_lam.py",9222,0,"",python,selection_keyboard +9373,30922708,"train_lam.py",9222,0,"s",python,content +9374,30922709,"train_lam.py",9223,0,"",python,selection_keyboard +9375,30922777,"train_lam.py",9223,0,"e",python,content +9376,30922778,"train_lam.py",9224,0,"",python,selection_keyboard +9377,30923032,"train_lam.py",9224,0," NotImplementedError(""Restoration logic not implemented for new flax.nnx API"")",python,content +9378,30923229,"train_lam.py",9301,0,"",python,selection_command +9379,30923658,"train_lam.py",9211,0,"",python,selection_command +9380,30988122,"train_lam.py",9721,0,"",python,selection_mouse +9381,30989276,"train_lam.py",8811,0,"",python,selection_command +9382,31016937,"train_lam.py",8836,0,"",python,selection_command +9383,31017176,"train_lam.py",8858,0,"",python,selection_command +9384,31017205,"train_lam.py",8881,0,"",python,selection_command +9385,31017236,"train_lam.py",8913,0,"",python,selection_command +9386,31017271,"train_lam.py",8933,0,"",python,selection_command +9387,31017308,"train_lam.py",8943,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8e67a739-7b65-4646-afc1-42e9766880571751607756007-2025_07_04-07.43.31.602/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8e67a739-7b65-4646-afc1-42e9766880571751607756007-2025_07_04-07.43.31.602/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..c2a2e2c746eb541f9aeb679d75dea87eccf9a579 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8e67a739-7b65-4646-afc1-42e9766880571751607756007-2025_07_04-07.43.31.602/source.csv @@ -0,0 +1,162 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,5,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"#!/usr/bin/env bash\nsource .venv/bin/activate\n\n\ndata_dir='data_tfrecords'\n\nsrun python train_tokenizer.py \\n --batch_size 48 \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +2,538,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-03 14:57:41.210 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #1)\n2025-07-03 14:57:41.219 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-qjEs1b/socket.sock\n2025-07-03 14:57:41.220 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-qjEs1b/socket.sock\n2025-07-03 14:57:41.222 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23877.sh"" | ssh -v -T -D 63901 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 14:57:41.222 [info] Started installation script. Waiting for it to finish...\n2025-07-03 14:57:41.222 [info] Waiting for server to install via process(30566)...\n2025-07-03 14:57:41.229 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 14:57:41.229 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 14:57:41.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-03 14:57:41.229 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 14:57:41.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 14:57:41.229 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 14:57:41.238 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 14:57:41.238 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-03 14:57:41.238 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-03 14:57:41.238 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 14:57:41.263 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-03 14:57:41.264 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-03 14:57:41.264 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 14:57:41.268 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\n\n2025-07-03 14:57:41.268 [info] (ssh_tunnel) stderr: debug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 14:57:41.269 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 14:57:41.278 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 14:57:41.279 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-03 14:57:41.279 [info] (ssh_tunnel) stderr: debug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 14:57:41.281 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-03 14:57:41.281 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-03 14:57:41.281 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 14:57:41.333 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 14:57:41.345 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 14:57:41.348 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-03 14:57:41.348 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \n\n2025-07-03 14:57:41.348 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 14:57:41.359 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\n\n2025-07-03 14:57:41.359 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-03 14:57:41.438 [info] Askpass server received request: POST /\n2025-07-03 14:57:41.439 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 14:57:41.439 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 14:57:49.913 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:63901 forwarded to remote address socks:0\n\n2025-07-03 14:57:49.913 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 63901.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 63901.\n\n2025-07-03 14:57:49.913 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-03 14:57:49.914 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-03 14:57:50.279 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-03 14:57:50.280 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-03 14:57:50.284 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-03 14:57:50.284 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-03 14:57:50.859 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-03 14:57:50.953 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 14:57:50.964 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\n\n2025-07-03 14:57:50.964 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-03 14:57:54.694 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-03 14:57:54.757 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 14:57:54.867 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 14:57:54.870 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-03 14:57:54.875 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 14:57:54.914 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d34baf1d-425e-48c4-a8bf-bc7b63c9d765\n\n2025-07-03 14:57:54.918 [info] (ssh_tunnel) stdout: Multiplex server started with PID 705218 and wrote pid to file /run/user/1000030/cursor-remote-multiplex.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 14:57:54.918 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-03 14:57:54.924 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 14:57:55.949 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-03 14:57:56.048 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 14:57:56.052 [info] (ssh_tunnel) stdout: Starting code server script /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3 &\n\n2025-07-03 14:57:56.056 [info] (ssh_tunnel) stdout: Code server started with PID 705286 and wrote pid to file /run/user/1000030/cursor-remote-code.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 14:57:56.060 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 14:57:57.094 [info] (ssh_tunnel) stdout: 43225636b3666fde0b547371: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8461==\nmultiplexConnectionToken==d34baf1d-425e-48c4-a8bf-bc7b63c9d765==\ncodeListeningOn==8145==\ncodeConnectionToken==c4f1f678-60b2-4b4e-8fa9-775d1d0c342e==\n\n2025-07-03 14:57:57.094 [info] (ssh_tunnel) stdout: detectedPlatform==linux==\narch==x64==\n\n2025-07-03 14:57:57.096 [info] (ssh_tunnel) stdout: SSH_AUTH_SOCK====\n43225636b3666fde0b547371: end\n\n2025-07-03 14:57:57.097 [info] Server install command exit code: 0\n2025-07-03 14:57:57.097 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23877.sh\n2025-07-03 14:57:57.098 [info] [forwarding][code] creating new forwarding server\n2025-07-03 14:57:57.098 [info] [forwarding][code] server listening on 63907\n2025-07-03 14:57:57.099 [info] [forwarding][code] Set up server\n2025-07-03 14:57:57.099 [info] [remote-ssh] codeListeningOn (remote=8145; local=63907) codeConnectionToken: c4f1f678-60b2-4b4e-8fa9-775d1d0c342e\n2025-07-03 14:57:57.099 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-03 14:57:57.099 [info] [forwarding][multiplex] server listening on 63908\n2025-07-03 14:57:57.099 [info] [forwarding][multiplex] Set up server\n2025-07-03 14:57:57.101 [info] [remote-ssh] multiplexListeningOn (remote=8461; local=63908) multiplexConnectionToken: d34baf1d-425e-48c4-a8bf-bc7b63c9d765\n2025-07-03 14:57:57.101 [info] [remote-ssh] Pinging remote server on port 63908\n2025-07-03 14:57:57.104 [info] (ssh_tunnel) stdout: Unlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 14:57:57.106 [info] [forwarding][multiplex][127.0.0.1:63908 -> 127.0.0.1:8461][5c6ee22f-803d-4fe3-88ec-7f9a6f854e3f] received connection request\n2025-07-03 14:57:57.107 [info] [command][15f29b09-0c65-48eb-9d5e-dd1789cad329] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""15f29b09-0c65-48eb-9d5e-dd1789cad329""}\n2025-07-03 14:57:57.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 63901 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:57:57.128 [info] [forwarding][code][127.0.0.1:63907 -> 127.0.0.1:8145][b84a1c60-98cb-4b96-a29c-82ed87f357d5] received connection request\n2025-07-03 14:57:57.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 63901 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:57:57.133 [info] [forwarding][multiplex][127.0.0.1:63908 -> 127.0.0.1:63901 -> 127.0.0.1:8461][5c6ee22f-803d-4fe3-88ec-7f9a6f854e3f] socks forwarding established\n2025-07-03 14:57:57.134 [info] [forwarding][code][127.0.0.1:63907 -> 127.0.0.1:63901 -> 127.0.0.1:8145][b84a1c60-98cb-4b96-a29c-82ed87f357d5] socks forwarding established\n2025-07-03 14:57:57.151 [info] [command][15f29b09-0c65-48eb-9d5e-dd1789cad329] Process exited with code 0\n2025-07-03 14:57:57.151 [info] [forwarding][multiplex][127.0.0.1:63908 -> 127.0.0.1:63901 -> 127.0.0.1:8461][5c6ee22f-803d-4fe3-88ec-7f9a6f854e3f] socks connection closed\n2025-07-03 14:57:57.151 [info] [command][15f29b09-0c65-48eb-9d5e-dd1789cad329] Socket close event received\n2025-07-03 14:57:57.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63901 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 63910 to 127.0.0.1 port 63901, nchannels 5\n\n2025-07-03 14:57:59.851 [info] Successfully connected to Cursor server at http://127.0.0.1:63907/version\n2025-07-03 14:57:59.851 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-03 14:57:59.852 [info] [forwarding][multiplex][127.0.0.1:63908 -> 127.0.0.1:8461][0fcbe478-c218-4676-aa23-9a8132518f87] received connection request\n2025-07-03 14:57:59.852 [info] [command][fe3a7cba-e689-48eb-81a9-bbf6ba834467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""fe3a7cba-e689-48eb-81a9-bbf6ba834467""}\n2025-07-03 14:57:59.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 63901 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:57:59.860 [info] [forwarding][multiplex][127.0.0.1:63908 -> 127.0.0.1:63901 -> 127.0.0.1:8461][0fcbe478-c218-4676-aa23-9a8132518f87] socks forwarding established\n2025-07-03 14:57:59.874 [info] [command][fe3a7cba-e689-48eb-81a9-bbf6ba834467] Process exited with code 0\n2025-07-03 14:57:59.874 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-03 14:57:59.876 [info] [remote-ssh] Resolved exec server. Socks port: 63901\n2025-07-03 14:57:59.876 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63907,""connectionToken"":""c4f1f678-60b2-4b4e-8fa9-775d1d0c342e"",""extensionHostEnv"":{}}. Socks port: 63901\n2025-07-03 14:57:59.876 [info] [command][fe3a7cba-e689-48eb-81a9-bbf6ba834467] Socket close event received\n2025-07-03 14:57:59.877 [info] [forwarding][multiplex][127.0.0.1:63908 -> 127.0.0.1:63901 -> 127.0.0.1:8461][0fcbe478-c218-4676-aa23-9a8132518f87] socks connection closed\n2025-07-03 14:57:59.883 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63901 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 63914 to 127.0.0.1 port 63901, nchannels 5\n\n2025-07-03 14:57:59.923 [info] [forwarding][code][127.0.0.1:63907 -> 127.0.0.1:8145][589d364f-1279-454a-b46b-b352a89582e7] received connection request\n2025-07-03 14:57:59.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 63901 forwarding to socks port 0 requested.\n\n2025-07-03 14:57:59.923 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:57:59.928 [info] [forwarding][code][127.0.0.1:63907 -> 127.0.0.1:63901 -> 127.0.0.1:8145][589d364f-1279-454a-b46b-b352a89582e7] socks forwarding established\n2025-07-03 14:57:59.947 [info] [forwarding][code][127.0.0.1:63907 -> 127.0.0.1:8145][84943305-f7b5-4cc8-910b-102be277a6f0] received connection request\n2025-07-03 14:57:59.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 63901 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:57:59.953 [info] [forwarding][code][127.0.0.1:63907 -> 127.0.0.1:63901 -> 127.0.0.1:8145][84943305-f7b5-4cc8-910b-102be277a6f0] socks forwarding established\n2025-07-03 14:58:00.176 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 14:58:02.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63901 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 63912 to 127.0.0.1 port 63901, nchannels 6\n\n2025-07-03 14:58:02.867 [info] [forwarding][code][127.0.0.1:63907 -> 127.0.0.1:63901 -> 127.0.0.1:8145][b84a1c60-98cb-4b96-a29c-82ed87f357d5] socks connection closed\n2025-07-03 14:58:37.962 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #1)\n2025-07-03 14:58:37.973 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 14:58:37.974 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 14:58:37.975 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 14:58:37.977 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54766.sh"" | ssh -v -T -D 63990 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 14:58:37.977 [info] Started installation script. Waiting for it to finish...\n2025-07-03 14:58:37.977 [info] Waiting for server to install via process(30606)...\n2025-07-03 14:58:37.983 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 14:58:37.983 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 14:58:37.983 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 14:58:37.983 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 14:58:37.983 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 14:58:38.008 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 14:58:38.008 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 14:58:38.032 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-03 14:58:38.032 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-03 14:58:38.032 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 14:58:38.039 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 14:58:38.039 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 14:58:38.047 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 14:58:38.048 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-03 14:58:38.048 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 14:58:38.050 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-03 14:58:38.050 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 14:58:38.102 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 14:58:38.118 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 14:58:38.122 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-03 14:58:38.122 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\n\n2025-07-03 14:58:38.122 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 14:58:38.132 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\n\n2025-07-03 14:58:38.132 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-03 14:58:38.210 [info] Askpass server received request: POST /\n2025-07-03 14:58:38.210 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 14:58:38.210 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 14:58:41.477 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:63990 forwarded to remote address socks:0\n\n2025-07-03 14:58:41.477 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 63990.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 63990.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-03 14:58:41.477 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-03 14:58:41.477 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-03 14:58:41.526 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-03 14:58:41.526 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-03 14:58:41.531 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-03 14:58:41.532 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-07-03 14:58:41.532 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-07-03 14:58:41.868 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-03 14:58:42.002 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\nServer script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 14:58:42.100 [info] (ssh_tunnel) stdout: Running multiplex server: 705218 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d34baf1d-425e-48c4-a8bf-bc7b63c9d765\n\n2025-07-03 14:58:42.199 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 705218 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d34baf1d-425e-48c4-a8bf-bc7b63c9d765\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nChecking for code servers\n\n2025-07-03 14:58:42.220 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 705286 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-03 14:58:42.225 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 14:58:42.240 [info] (ssh_tunnel) stdout: 13c048f06ffe1d845d2b7ab8: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8461==\nmultiplexConnectionToken==d34baf1d-425e-48c4-a8bf-bc7b63c9d765==\ncodeListeningOn==8145==\ncodeConnectionToken==c4f1f678-60b2-4b4e-8fa9-775d1d0c342e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n13c048f06ffe1d845d2b7ab8: end\n\n2025-07-03 14:58:42.242 [info] Server install command exit code: 0\n2025-07-03 14:58:42.242 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54766.sh\n2025-07-03 14:58:42.243 [info] [forwarding][code] creating new forwarding server\n2025-07-03 14:58:42.243 [info] [forwarding][code] server listening on 63994\n2025-07-03 14:58:42.243 [info] [forwarding][code] Set up server\n2025-07-03 14:58:42.243 [info] [remote-ssh] codeListeningOn (remote=8145; local=63994) codeConnectionToken: c4f1f678-60b2-4b4e-8fa9-775d1d0c342e\n2025-07-03 14:58:42.243 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-03 14:58:42.243 [info] [forwarding][multiplex] server listening on 63995\n2025-07-03 14:58:42.243 [info] [forwarding][multiplex] Set up server\n2025-07-03 14:58:42.245 [info] [remote-ssh] multiplexListeningOn (remote=8461; local=63995) multiplexConnectionToken: d34baf1d-425e-48c4-a8bf-bc7b63c9d765\n2025-07-03 14:58:42.245 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 14:58:42.248 [info] (ssh_tunnel) stdout: Unlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 14:58:42.248 [info] [command][45697e73-5964-411a-a9a0-13d36f7bde3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""45697e73-5964-411a-a9a0-13d36f7bde3e""}\n2025-07-03 14:58:42.249 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][5d0c665a-7eaf-42b9-bec4-cc145625cb3c] received connection request\n2025-07-03 14:58:42.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:58:42.285 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:8145][138fe70a-21ff-4ff4-8c2e-42637d31fd34] received connection request\n2025-07-03 14:58:42.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:58:42.292 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5d0c665a-7eaf-42b9-bec4-cc145625cb3c] socks forwarding established\n2025-07-03 14:58:42.293 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][138fe70a-21ff-4ff4-8c2e-42637d31fd34] socks forwarding established\n2025-07-03 14:58:42.307 [info] Successfully connected to Cursor server at http://127.0.0.1:63994/version\n2025-07-03 14:58:42.307 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-03 14:58:42.308 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][825f2ab6-9503-4d2c-90d4-fb5ebc581f7e] received connection request\n2025-07-03 14:58:42.308 [info] [command][cceee106-2d5a-47d2-afe1-3671a50bdd92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""cceee106-2d5a-47d2-afe1-3671a50bdd92""}\n2025-07-03 14:58:42.309 [info] [command][45697e73-5964-411a-a9a0-13d36f7bde3e] Process exited with code 0\n2025-07-03 14:58:42.309 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:58:42.309 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5d0c665a-7eaf-42b9-bec4-cc145625cb3c] socks connection closed\n2025-07-03 14:58:42.309 [info] [command][45697e73-5964-411a-a9a0-13d36f7bde3e] Socket close event received\n2025-07-03 14:58:42.316 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 63997 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 14:58:42.316 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][825f2ab6-9503-4d2c-90d4-fb5ebc581f7e] socks forwarding established\n2025-07-03 14:58:42.326 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][825f2ab6-9503-4d2c-90d4-fb5ebc581f7e] socks connection closed\n2025-07-03 14:58:42.326 [info] [command][cceee106-2d5a-47d2-afe1-3671a50bdd92] Process exited with code 0\n2025-07-03 14:58:42.326 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-03 14:58:42.327 [info] [remote-ssh] Resolved exec server. Socks port: 63990\n2025-07-03 14:58:42.327 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63994,""connectionToken"":""c4f1f678-60b2-4b4e-8fa9-775d1d0c342e"",""extensionHostEnv"":{}}. Socks port: 63990\n2025-07-03 14:58:42.327 [info] [command][cceee106-2d5a-47d2-afe1-3671a50bdd92] Socket close event received\n2025-07-03 14:58:42.331 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64001 to 127.0.0.1 port 63990, nchannels 5\n\n2025-07-03 14:58:42.335 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:8145][56749ce0-3281-4e1b-b8be-89eda8bc2884] received connection request\n2025-07-03 14:58:42.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:58:42.340 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][56749ce0-3281-4e1b-b8be-89eda8bc2884] socks forwarding established\n2025-07-03 14:58:42.360 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:8145][fb3a972b-9da8-40e1-8dc7-0826b24e41f0] received connection request\n2025-07-03 14:58:42.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:58:42.364 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][fb3a972b-9da8-40e1-8dc7-0826b24e41f0] socks forwarding established\n2025-07-03 14:58:42.396 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 14:58:45.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 63999 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 14:58:45.391 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][138fe70a-21ff-4ff4-8c2e-42637d31fd34] socks connection closed\n2025-07-03 14:59:32.223 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:8145][4c87d7a9-75e1-4557-9238-dab4201cb3e6] received connection request\n2025-07-03 14:59:32.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:59:32.230 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][4c87d7a9-75e1-4557-9238-dab4201cb3e6] socks forwarding established\n2025-07-03 14:59:38.269 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][4c87d7a9-75e1-4557-9238-dab4201cb3e6] socks connection closed\n2025-07-03 14:59:38.276 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 64083 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 14:59:42.314 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 14:59:42.315 [info] [command][60efe612-9a6e-4ec1-ad96-04cca2dfc1f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""60efe612-9a6e-4ec1-ad96-04cca2dfc1f7""}\n2025-07-03 14:59:42.316 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][cf46bbab-6c08-43be-9591-a52b9863d88f] received connection request\n2025-07-03 14:59:42.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 14:59:42.323 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cf46bbab-6c08-43be-9591-a52b9863d88f] socks forwarding established\n2025-07-03 14:59:42.336 [info] [command][60efe612-9a6e-4ec1-ad96-04cca2dfc1f7] Process exited with code 0\n2025-07-03 14:59:42.337 [info] [command][60efe612-9a6e-4ec1-ad96-04cca2dfc1f7] Socket close event received\n2025-07-03 14:59:42.338 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cf46bbab-6c08-43be-9591-a52b9863d88f] socks connection closed\n2025-07-03 14:59:42.342 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64090 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:00:42.342 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:00:42.344 [info] [command][c044af65-ec09-4727-aa6e-aecbd9daf7a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c044af65-ec09-4727-aa6e-aecbd9daf7a6""}\n2025-07-03 15:00:42.345 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][71ab3719-1a6c-4be6-89d6-f1c40d814640] received connection request\n2025-07-03 15:00:42.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:00:42.353 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][71ab3719-1a6c-4be6-89d6-f1c40d814640] socks forwarding established\n2025-07-03 15:00:42.367 [info] [command][c044af65-ec09-4727-aa6e-aecbd9daf7a6] Process exited with code 0\n2025-07-03 15:00:42.368 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][71ab3719-1a6c-4be6-89d6-f1c40d814640] socks connection closed\n2025-07-03 15:00:42.368 [info] [command][c044af65-ec09-4727-aa6e-aecbd9daf7a6] Socket close event received\n2025-07-03 15:00:42.373 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64117 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:01:42.370 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:01:42.372 [info] [command][15dd27d2-450e-4277-b9ce-ba7549996878] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""15dd27d2-450e-4277-b9ce-ba7549996878""}\n2025-07-03 15:01:42.373 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][93627e06-91a8-4107-9be5-f65f9087842a] received connection request\n2025-07-03 15:01:42.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:01:42.412 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][93627e06-91a8-4107-9be5-f65f9087842a] socks forwarding established\n2025-07-03 15:01:42.425 [info] [command][15dd27d2-450e-4277-b9ce-ba7549996878] Process exited with code 0\n2025-07-03 15:01:42.425 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][93627e06-91a8-4107-9be5-f65f9087842a] socks connection closed\n2025-07-03 15:01:42.425 [info] [command][15dd27d2-450e-4277-b9ce-ba7549996878] Socket close event received\n2025-07-03 15:01:42.429 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64143 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:02:42.427 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:02:42.428 [info] [command][73c57573-6284-4486-9130-28dc863cf555] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""73c57573-6284-4486-9130-28dc863cf555""}\n2025-07-03 15:02:42.429 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][456d6810-1a3b-4194-9989-68206806e453] received connection request\n2025-07-03 15:02:42.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:02:42.434 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][456d6810-1a3b-4194-9989-68206806e453] socks forwarding established\n2025-07-03 15:02:42.448 [info] [command][73c57573-6284-4486-9130-28dc863cf555] Process exited with code 0\n2025-07-03 15:02:42.448 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][456d6810-1a3b-4194-9989-68206806e453] socks connection closed\n2025-07-03 15:02:42.449 [info] [command][73c57573-6284-4486-9130-28dc863cf555] Socket close event received\n2025-07-03 15:02:42.458 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64174 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:03:42.452 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:03:42.454 [info] [command][07bcb39e-8ff3-40a4-b6ed-cec4ef21cfa7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""07bcb39e-8ff3-40a4-b6ed-cec4ef21cfa7""}\n2025-07-03 15:03:42.455 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][b42738ef-fa94-4e84-be58-456a76afe0d8] received connection request\n2025-07-03 15:03:42.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:03:42.467 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b42738ef-fa94-4e84-be58-456a76afe0d8] socks forwarding established\n2025-07-03 15:03:42.478 [info] [command][07bcb39e-8ff3-40a4-b6ed-cec4ef21cfa7] Process exited with code 0\n2025-07-03 15:03:42.478 [info] [command][07bcb39e-8ff3-40a4-b6ed-cec4ef21cfa7] Socket close event received\n2025-07-03 15:03:42.479 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b42738ef-fa94-4e84-be58-456a76afe0d8] socks connection closed\n2025-07-03 15:03:42.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64228 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:04:42.483 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:04:42.485 [info] [command][b20625c9-9eb1-47f2-8173-6b9ed67a70e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b20625c9-9eb1-47f2-8173-6b9ed67a70e8""}\n2025-07-03 15:04:42.486 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][937be219-0e01-4bac-9689-ae52709210ef] received connection request\n2025-07-03 15:04:42.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:04:42.494 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][937be219-0e01-4bac-9689-ae52709210ef] socks forwarding established\n2025-07-03 15:04:42.631 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][937be219-0e01-4bac-9689-ae52709210ef] socks connection closed\n2025-07-03 15:04:42.631 [info] [command][b20625c9-9eb1-47f2-8173-6b9ed67a70e8] Process exited with code 0\n2025-07-03 15:04:42.631 [info] [command][b20625c9-9eb1-47f2-8173-6b9ed67a70e8] Socket close event received\n2025-07-03 15:04:42.637 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64262 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:05:42.637 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:05:42.639 [info] [command][455cc3ff-6bed-4939-80d1-e6a85e4c917a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""455cc3ff-6bed-4939-80d1-e6a85e4c917a""}\n2025-07-03 15:05:42.639 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][44a234c4-28d6-47d4-abf1-9ed2a92ef37f] received connection request\n2025-07-03 15:05:42.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:05:42.646 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][44a234c4-28d6-47d4-abf1-9ed2a92ef37f] socks forwarding established\n2025-07-03 15:05:42.655 [info] [command][455cc3ff-6bed-4939-80d1-e6a85e4c917a] Process exited with code 0\n2025-07-03 15:05:42.655 [info] [command][455cc3ff-6bed-4939-80d1-e6a85e4c917a] Socket close event received\n2025-07-03 15:05:42.659 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][44a234c4-28d6-47d4-abf1-9ed2a92ef37f] socks connection closed\n2025-07-03 15:05:42.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64296 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:06:42.657 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:06:42.659 [info] [command][c8d32bbe-d25d-4449-892c-5ff114ef7b80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c8d32bbe-d25d-4449-892c-5ff114ef7b80""}\n2025-07-03 15:06:42.659 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a7ec2639-3d91-4737-a058-bfb3b93ccc0a] received connection request\n2025-07-03 15:06:42.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:06:42.665 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a7ec2639-3d91-4737-a058-bfb3b93ccc0a] socks forwarding established\n2025-07-03 15:06:42.675 [info] [command][c8d32bbe-d25d-4449-892c-5ff114ef7b80] Process exited with code 0\n2025-07-03 15:06:42.675 [info] [command][c8d32bbe-d25d-4449-892c-5ff114ef7b80] Socket close event received\n2025-07-03 15:06:42.677 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a7ec2639-3d91-4737-a058-bfb3b93ccc0a] socks connection closed\n2025-07-03 15:06:42.684 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64317 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:07:42.678 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:07:42.679 [info] [command][29145299-da5e-45f9-96d1-c014e8b7077a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""29145299-da5e-45f9-96d1-c014e8b7077a""}\n2025-07-03 15:07:42.680 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bf064730-b998-46d3-aace-32fb6e5c29dc] received connection request\n2025-07-03 15:07:42.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:07:42.686 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bf064730-b998-46d3-aace-32fb6e5c29dc] socks forwarding established\n2025-07-03 15:07:42.698 [info] [command][29145299-da5e-45f9-96d1-c014e8b7077a] Process exited with code 0\n2025-07-03 15:07:42.698 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bf064730-b998-46d3-aace-32fb6e5c29dc] socks connection closed\n2025-07-03 15:07:42.698 [info] [command][29145299-da5e-45f9-96d1-c014e8b7077a] Socket close event received\n2025-07-03 15:07:42.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64341 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:08:42.700 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:08:42.701 [info] [command][183d46a6-221a-4667-b48f-a03b19eb3ef9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""183d46a6-221a-4667-b48f-a03b19eb3ef9""}\n2025-07-03 15:08:42.702 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d40cd579-187a-475a-a07c-a915af0a5684] received connection request\n2025-07-03 15:08:42.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:08:42.710 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d40cd579-187a-475a-a07c-a915af0a5684] socks forwarding established\n2025-07-03 15:08:42.722 [info] [command][183d46a6-221a-4667-b48f-a03b19eb3ef9] Process exited with code 0\n2025-07-03 15:08:42.722 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d40cd579-187a-475a-a07c-a915af0a5684] socks connection closed\n2025-07-03 15:08:42.722 [info] [command][183d46a6-221a-4667-b48f-a03b19eb3ef9] Socket close event received\n2025-07-03 15:08:42.728 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64388 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:09:42.724 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:09:42.725 [info] [command][42a0a0e9-cb2a-4aba-a6e1-1ef56a64e803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""42a0a0e9-cb2a-4aba-a6e1-1ef56a64e803""}\n2025-07-03 15:09:42.726 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][0bb62df4-94f5-4480-be0a-0e1daef4af5b] received connection request\n2025-07-03 15:09:42.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:09:42.736 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0bb62df4-94f5-4480-be0a-0e1daef4af5b] socks forwarding established\n2025-07-03 15:09:42.748 [info] [command][42a0a0e9-cb2a-4aba-a6e1-1ef56a64e803] Process exited with code 0\n2025-07-03 15:09:42.748 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0bb62df4-94f5-4480-be0a-0e1daef4af5b] socks connection closed\n2025-07-03 15:09:42.748 [info] [command][42a0a0e9-cb2a-4aba-a6e1-1ef56a64e803] Socket close event received\n2025-07-03 15:09:42.757 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64419 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:10:42.753 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:10:42.754 [info] [command][bb400f41-cb53-45ea-92b1-88298814ee6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""bb400f41-cb53-45ea-92b1-88298814ee6e""}\n2025-07-03 15:10:42.754 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][02ab3e3b-cca5-4d11-90cc-e7387b1ffdfb] received connection request\n2025-07-03 15:10:42.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:10:42.763 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][02ab3e3b-cca5-4d11-90cc-e7387b1ffdfb] socks forwarding established\n2025-07-03 15:10:42.778 [info] [command][bb400f41-cb53-45ea-92b1-88298814ee6e] Process exited with code 0\n2025-07-03 15:10:42.778 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][02ab3e3b-cca5-4d11-90cc-e7387b1ffdfb] socks connection closed\n2025-07-03 15:10:42.778 [info] [command][bb400f41-cb53-45ea-92b1-88298814ee6e] Socket close event received\n2025-07-03 15:10:42.785 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64431 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:11:42.778 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:11:42.780 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][29b64d6e-7af3-44b7-94b3-c02e2224102a] received connection request\n2025-07-03 15:11:42.780 [info] [command][4fc69a0f-221a-41a4-95c1-5b8ed825c93e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4fc69a0f-221a-41a4-95c1-5b8ed825c93e""}\n2025-07-03 15:11:42.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:11:42.788 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][29b64d6e-7af3-44b7-94b3-c02e2224102a] socks forwarding established\n2025-07-03 15:11:42.798 [info] [command][4fc69a0f-221a-41a4-95c1-5b8ed825c93e] Process exited with code 0\n2025-07-03 15:11:42.798 [info] [command][4fc69a0f-221a-41a4-95c1-5b8ed825c93e] Socket close event received\n2025-07-03 15:11:42.799 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][29b64d6e-7af3-44b7-94b3-c02e2224102a] socks connection closed\n2025-07-03 15:11:42.806 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64531 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:12:42.800 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:12:42.801 [info] [command][100af7d8-e597-4cfc-96ed-21fabe1a8f0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""100af7d8-e597-4cfc-96ed-21fabe1a8f0e""}\n2025-07-03 15:12:42.801 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][5a056d55-40a1-445f-a56f-f63bbae0e79e] received connection request\n2025-07-03 15:12:42.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:12:42.809 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5a056d55-40a1-445f-a56f-f63bbae0e79e] socks forwarding established\n2025-07-03 15:12:42.824 [info] [command][100af7d8-e597-4cfc-96ed-21fabe1a8f0e] Process exited with code 0\n2025-07-03 15:12:42.825 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5a056d55-40a1-445f-a56f-f63bbae0e79e] socks connection closed\n2025-07-03 15:12:42.825 [info] [command][100af7d8-e597-4cfc-96ed-21fabe1a8f0e] Socket close event received\n2025-07-03 15:12:42.834 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64556 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:13:42.826 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:13:42.828 [info] [command][3b07b547-b2ac-4c72-ad15-ebf2cf85933a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3b07b547-b2ac-4c72-ad15-ebf2cf85933a""}\n2025-07-03 15:13:42.829 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][15a4e903-f2ef-4671-b317-42b0bda5d63e] received connection request\n2025-07-03 15:13:42.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:13:42.836 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][15a4e903-f2ef-4671-b317-42b0bda5d63e] socks forwarding established\n2025-07-03 15:13:42.849 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][15a4e903-f2ef-4671-b317-42b0bda5d63e] socks connection closed\n2025-07-03 15:13:42.849 [info] [command][3b07b547-b2ac-4c72-ad15-ebf2cf85933a] Process exited with code 0\n2025-07-03 15:13:42.850 [info] [command][3b07b547-b2ac-4c72-ad15-ebf2cf85933a] Socket close event received\n2025-07-03 15:13:42.855 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64598 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:14:42.851 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:14:42.852 [info] [command][3571a903-4ff8-45dc-abdd-00991f863ae5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3571a903-4ff8-45dc-abdd-00991f863ae5""}\n2025-07-03 15:14:42.853 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][12ecbc35-67f8-43d3-9efb-e412f1907181] received connection request\n2025-07-03 15:14:42.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:14:42.860 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][12ecbc35-67f8-43d3-9efb-e412f1907181] socks forwarding established\n2025-07-03 15:14:42.872 [info] [command][3571a903-4ff8-45dc-abdd-00991f863ae5] Process exited with code 0\n2025-07-03 15:14:42.872 [info] [command][3571a903-4ff8-45dc-abdd-00991f863ae5] Socket close event received\n2025-07-03 15:14:42.873 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][12ecbc35-67f8-43d3-9efb-e412f1907181] socks connection closed\n2025-07-03 15:14:42.878 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64634 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:15:42.876 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:15:42.877 [info] [command][158eb362-8975-4110-b31d-4b1efbe55619] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""158eb362-8975-4110-b31d-4b1efbe55619""}\n2025-07-03 15:15:42.878 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][80fbdea0-97d1-4832-9432-f62271c49637] received connection request\n2025-07-03 15:15:42.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:15:42.885 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][80fbdea0-97d1-4832-9432-f62271c49637] socks forwarding established\n2025-07-03 15:15:42.895 [info] [command][158eb362-8975-4110-b31d-4b1efbe55619] Process exited with code 0\n2025-07-03 15:15:42.895 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][80fbdea0-97d1-4832-9432-f62271c49637] socks connection closed\n2025-07-03 15:15:42.895 [info] [command][158eb362-8975-4110-b31d-4b1efbe55619] Socket close event received\n2025-07-03 15:15:42.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64668 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:16:42.900 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:16:42.902 [info] [command][8122259e-276e-4022-8de4-e7b4cd064871] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8122259e-276e-4022-8de4-e7b4cd064871""}\n2025-07-03 15:16:42.902 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][b4182638-0741-4171-81d1-a6ba809523c9] received connection request\n2025-07-03 15:16:42.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:16:42.909 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b4182638-0741-4171-81d1-a6ba809523c9] socks forwarding established\n2025-07-03 15:16:42.923 [info] [command][8122259e-276e-4022-8de4-e7b4cd064871] Process exited with code 0\n2025-07-03 15:16:42.923 [info] [command][8122259e-276e-4022-8de4-e7b4cd064871] Socket close event received\n2025-07-03 15:16:42.924 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b4182638-0741-4171-81d1-a6ba809523c9] socks connection closed\n2025-07-03 15:16:42.930 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64698 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:17:42.928 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:17:42.930 [info] [command][05cd9451-26ca-4673-9d5f-787f668fa4b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""05cd9451-26ca-4673-9d5f-787f668fa4b2""}\n2025-07-03 15:17:42.930 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][1df0fbde-067e-4dca-aa14-6b0f27f74970] received connection request\n2025-07-03 15:17:42.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:17:42.939 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1df0fbde-067e-4dca-aa14-6b0f27f74970] socks forwarding established\n2025-07-03 15:17:42.948 [info] [command][05cd9451-26ca-4673-9d5f-787f668fa4b2] Process exited with code 0\n2025-07-03 15:17:42.948 [info] [command][05cd9451-26ca-4673-9d5f-787f668fa4b2] Socket close event received\n2025-07-03 15:17:42.949 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1df0fbde-067e-4dca-aa14-6b0f27f74970] socks connection closed\n2025-07-03 15:17:42.953 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64718 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:18:42.952 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:18:42.954 [info] [command][68a33b00-8e6a-4b91-8945-62558ba60a40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""68a33b00-8e6a-4b91-8945-62558ba60a40""}\n2025-07-03 15:18:42.954 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][15acdc85-21b3-4907-b62e-37da6cf817b5] received connection request\n2025-07-03 15:18:42.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:18:42.964 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][15acdc85-21b3-4907-b62e-37da6cf817b5] socks forwarding established\n2025-07-03 15:18:42.978 [info] [command][68a33b00-8e6a-4b91-8945-62558ba60a40] Process exited with code 0\n2025-07-03 15:18:42.978 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][15acdc85-21b3-4907-b62e-37da6cf817b5] socks connection closed\n2025-07-03 15:18:42.978 [info] [command][68a33b00-8e6a-4b91-8945-62558ba60a40] Socket close event received\n2025-07-03 15:18:42.983 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64756 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:19:42.979 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:19:42.981 [info] [command][d43cd121-330f-47d1-bd1e-69e45585c75e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d43cd121-330f-47d1-bd1e-69e45585c75e""}\n2025-07-03 15:19:42.981 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][dd4fc33c-3aaf-47e8-a7e3-fd0ede2695ca] received connection request\n2025-07-03 15:19:42.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:19:42.989 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][dd4fc33c-3aaf-47e8-a7e3-fd0ede2695ca] socks forwarding established\n2025-07-03 15:19:43.002 [info] [command][d43cd121-330f-47d1-bd1e-69e45585c75e] Process exited with code 0\n2025-07-03 15:19:43.002 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][dd4fc33c-3aaf-47e8-a7e3-fd0ede2695ca] socks connection closed\n2025-07-03 15:19:43.002 [info] [command][d43cd121-330f-47d1-bd1e-69e45585c75e] Socket close event received\n2025-07-03 15:19:43.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64791 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:20:43.008 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:20:43.009 [info] [command][e4302274-a649-4565-815c-de6b32056674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""e4302274-a649-4565-815c-de6b32056674""}\n2025-07-03 15:20:43.010 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][90a91efe-413e-4653-a993-410c90450561] received connection request\n2025-07-03 15:20:43.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:20:43.024 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][90a91efe-413e-4653-a993-410c90450561] socks forwarding established\n2025-07-03 15:20:43.037 [info] [command][e4302274-a649-4565-815c-de6b32056674] Process exited with code 0\n2025-07-03 15:20:43.037 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][90a91efe-413e-4653-a993-410c90450561] socks connection closed\n2025-07-03 15:20:43.038 [info] [command][e4302274-a649-4565-815c-de6b32056674] Socket close event received\n2025-07-03 15:20:43.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64821 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:21:43.039 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:21:43.040 [info] [command][c0ef39ac-fd74-4f60-8026-c6f7c7311f90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c0ef39ac-fd74-4f60-8026-c6f7c7311f90""}\n2025-07-03 15:21:43.041 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9e542626-45cf-4010-979d-a5e1cc8850f3] received connection request\n2025-07-03 15:21:43.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:21:43.048 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9e542626-45cf-4010-979d-a5e1cc8850f3] socks forwarding established\n2025-07-03 15:21:43.057 [info] [command][c0ef39ac-fd74-4f60-8026-c6f7c7311f90] Process exited with code 0\n2025-07-03 15:21:43.057 [info] [command][c0ef39ac-fd74-4f60-8026-c6f7c7311f90] Socket close event received\n2025-07-03 15:21:43.058 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9e542626-45cf-4010-979d-a5e1cc8850f3] socks connection closed\n2025-07-03 15:21:43.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64840 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:22:43.061 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:22:43.063 [info] [command][491dd257-77f8-4334-8057-53781f926fb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""491dd257-77f8-4334-8057-53781f926fb4""}\n2025-07-03 15:22:43.064 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8623cb21-fce7-46e1-9942-de247340b3eb] received connection request\n2025-07-03 15:22:43.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:22:43.071 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8623cb21-fce7-46e1-9942-de247340b3eb] socks forwarding established\n2025-07-03 15:22:43.083 [info] [command][491dd257-77f8-4334-8057-53781f926fb4] Process exited with code 0\n2025-07-03 15:22:43.083 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8623cb21-fce7-46e1-9942-de247340b3eb] socks connection closed\n2025-07-03 15:22:43.083 [info] [command][491dd257-77f8-4334-8057-53781f926fb4] Socket close event received\n2025-07-03 15:22:43.089 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64859 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:23:43.091 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:23:43.092 [info] [command][ba2d8d7e-d5c0-4e0f-88c3-94568ccda386] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ba2d8d7e-d5c0-4e0f-88c3-94568ccda386""}\n2025-07-03 15:23:43.093 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][e3dbdc9f-807c-4e79-836f-868f2811d01f] received connection request\n2025-07-03 15:23:43.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:23:43.101 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e3dbdc9f-807c-4e79-836f-868f2811d01f] socks forwarding established\n2025-07-03 15:23:43.112 [info] [command][ba2d8d7e-d5c0-4e0f-88c3-94568ccda386] Process exited with code 0\n2025-07-03 15:23:43.113 [info] [command][ba2d8d7e-d5c0-4e0f-88c3-94568ccda386] Socket close event received\n2025-07-03 15:23:43.113 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e3dbdc9f-807c-4e79-836f-868f2811d01f] socks connection closed\n2025-07-03 15:23:43.118 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64892 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:24:43.114 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:24:43.115 [info] [command][d5c770e9-957a-4d90-a0c9-7611284b5bd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d5c770e9-957a-4d90-a0c9-7611284b5bd7""}\n2025-07-03 15:24:43.116 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][0f45d728-4f4c-49df-975f-174a16f54caa] received connection request\n2025-07-03 15:24:43.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:24:43.123 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0f45d728-4f4c-49df-975f-174a16f54caa] socks forwarding established\n2025-07-03 15:24:43.135 [info] [command][d5c770e9-957a-4d90-a0c9-7611284b5bd7] Process exited with code 0\n2025-07-03 15:24:43.135 [info] [command][d5c770e9-957a-4d90-a0c9-7611284b5bd7] Socket close event received\n2025-07-03 15:24:43.136 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0f45d728-4f4c-49df-975f-174a16f54caa] socks connection closed\n2025-07-03 15:24:43.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64928 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:25:43.144 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:25:43.146 [info] [command][8ca58041-24f0-4393-a3fe-9fc043579542] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8ca58041-24f0-4393-a3fe-9fc043579542""}\n2025-07-03 15:25:43.147 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f8c76992-02cf-4a67-b950-d311b3a1f387] received connection request\n2025-07-03 15:25:43.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:25:43.154 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f8c76992-02cf-4a67-b950-d311b3a1f387] socks forwarding established\n2025-07-03 15:25:43.171 [info] [command][8ca58041-24f0-4393-a3fe-9fc043579542] Process exited with code 0\n2025-07-03 15:25:43.172 [info] [command][8ca58041-24f0-4393-a3fe-9fc043579542] Socket close event received\n2025-07-03 15:25:43.172 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f8c76992-02cf-4a67-b950-d311b3a1f387] socks connection closed\n2025-07-03 15:25:43.177 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64947 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:26:43.181 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:26:43.183 [info] [command][17fd1055-c037-4fcb-aa62-2a57226c902a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""17fd1055-c037-4fcb-aa62-2a57226c902a""}\n2025-07-03 15:26:43.184 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][1a64dced-9df1-4aba-9eab-ec6bbfd6da46] received connection request\n2025-07-03 15:26:43.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:26:43.193 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1a64dced-9df1-4aba-9eab-ec6bbfd6da46] socks forwarding established\n2025-07-03 15:26:43.205 [info] [command][17fd1055-c037-4fcb-aa62-2a57226c902a] Process exited with code 0\n2025-07-03 15:26:43.205 [info] [command][17fd1055-c037-4fcb-aa62-2a57226c902a] Socket close event received\n2025-07-03 15:26:43.205 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1a64dced-9df1-4aba-9eab-ec6bbfd6da46] socks connection closed\n2025-07-03 15:26:43.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64964 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:27:43.206 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:27:43.209 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][5ecacd35-6c69-41af-8809-3b759ec1efd6] received connection request\n2025-07-03 15:27:43.209 [info] [command][af2c58c6-cfe5-434c-97e0-bbe51f60236e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""af2c58c6-cfe5-434c-97e0-bbe51f60236e""}\n2025-07-03 15:27:43.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:27:43.216 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5ecacd35-6c69-41af-8809-3b759ec1efd6] socks forwarding established\n2025-07-03 15:27:43.227 [info] [command][af2c58c6-cfe5-434c-97e0-bbe51f60236e] Process exited with code 0\n2025-07-03 15:27:43.227 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5ecacd35-6c69-41af-8809-3b759ec1efd6] socks connection closed\n2025-07-03 15:27:43.227 [info] [command][af2c58c6-cfe5-434c-97e0-bbe51f60236e] Socket close event received\n2025-07-03 15:27:43.321 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 64980 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:28:43.228 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:28:43.230 [info] [command][c31a390f-561c-47ae-bbc8-2cbccdabaf38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c31a390f-561c-47ae-bbc8-2cbccdabaf38""}\n2025-07-03 15:28:43.231 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9f598368-a4ae-4556-91c4-3f85f0d5f2d1] received connection request\n2025-07-03 15:28:43.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:28:43.240 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9f598368-a4ae-4556-91c4-3f85f0d5f2d1] socks forwarding established\n2025-07-03 15:28:43.251 [info] [command][c31a390f-561c-47ae-bbc8-2cbccdabaf38] Process exited with code 0\n2025-07-03 15:28:43.251 [info] [command][c31a390f-561c-47ae-bbc8-2cbccdabaf38] Socket close event received\n2025-07-03 15:28:43.251 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9f598368-a4ae-4556-91c4-3f85f0d5f2d1] socks connection closed\n2025-07-03 15:28:43.256 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65015 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:29:43.261 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:29:43.263 [info] [command][92146432-dd4e-47b5-ad22-889d1cac3057] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""92146432-dd4e-47b5-ad22-889d1cac3057""}\n2025-07-03 15:29:43.264 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][98757967-a94c-490e-8ebf-4de889447e1a] received connection request\n2025-07-03 15:29:43.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:29:43.275 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][98757967-a94c-490e-8ebf-4de889447e1a] socks forwarding established\n2025-07-03 15:29:43.287 [info] [command][92146432-dd4e-47b5-ad22-889d1cac3057] Process exited with code 0\n2025-07-03 15:29:43.287 [info] [command][92146432-dd4e-47b5-ad22-889d1cac3057] Socket close event received\n2025-07-03 15:29:43.288 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][98757967-a94c-490e-8ebf-4de889447e1a] socks connection closed\n2025-07-03 15:29:43.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65045 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:30:43.292 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:30:43.293 [info] [command][fea200ca-6d24-411b-93e5-6e39f60e96e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""fea200ca-6d24-411b-93e5-6e39f60e96e4""}\n2025-07-03 15:30:43.293 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][92dc9b77-0dcf-41fc-858d-6c9ee5393444] received connection request\n2025-07-03 15:30:43.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:30:43.304 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][92dc9b77-0dcf-41fc-858d-6c9ee5393444] socks forwarding established\n2025-07-03 15:30:43.315 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][92dc9b77-0dcf-41fc-858d-6c9ee5393444] socks connection closed\n2025-07-03 15:30:43.315 [info] [command][fea200ca-6d24-411b-93e5-6e39f60e96e4] Process exited with code 0\n2025-07-03 15:30:43.315 [info] [command][fea200ca-6d24-411b-93e5-6e39f60e96e4] Socket close event received\n2025-07-03 15:30:43.322 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65065 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:31:43.320 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:31:43.321 [info] [command][7439f1de-b732-49ab-aea9-40b9a5cf8b45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""7439f1de-b732-49ab-aea9-40b9a5cf8b45""}\n2025-07-03 15:31:43.322 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8d09c6fc-f3c3-44f5-bf09-949b9855a370] received connection request\n2025-07-03 15:31:43.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:31:43.329 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8d09c6fc-f3c3-44f5-bf09-949b9855a370] socks forwarding established\n2025-07-03 15:31:43.340 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8d09c6fc-f3c3-44f5-bf09-949b9855a370] socks connection closed\n2025-07-03 15:31:43.341 [info] [command][7439f1de-b732-49ab-aea9-40b9a5cf8b45] Process exited with code 0\n2025-07-03 15:31:43.341 [info] [command][7439f1de-b732-49ab-aea9-40b9a5cf8b45] Socket close event received\n2025-07-03 15:31:43.347 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65084 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:32:43.351 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:32:43.353 [info] [command][06efa47e-16a0-487d-a75b-9a36f1f9e157] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""06efa47e-16a0-487d-a75b-9a36f1f9e157""}\n2025-07-03 15:32:43.354 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][855ae84c-ba3b-49cf-9f8b-59e3883f0301] received connection request\n2025-07-03 15:32:43.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:32:43.419 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][855ae84c-ba3b-49cf-9f8b-59e3883f0301] socks forwarding established\n2025-07-03 15:32:43.432 [info] [command][06efa47e-16a0-487d-a75b-9a36f1f9e157] Process exited with code 0\n2025-07-03 15:32:43.432 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][855ae84c-ba3b-49cf-9f8b-59e3883f0301] socks connection closed\n2025-07-03 15:32:43.432 [info] [command][06efa47e-16a0-487d-a75b-9a36f1f9e157] Socket close event received\n2025-07-03 15:32:43.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65101 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:33:43.433 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:33:43.435 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c56b0c92-4e27-4f1a-8418-804823f279c1] received connection request\n2025-07-03 15:33:43.435 [info] [command][6bbd0553-0041-4cb0-b3d4-064464ca580c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6bbd0553-0041-4cb0-b3d4-064464ca580c""}\n2025-07-03 15:33:43.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:33:43.443 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c56b0c92-4e27-4f1a-8418-804823f279c1] socks forwarding established\n2025-07-03 15:33:43.454 [info] [command][6bbd0553-0041-4cb0-b3d4-064464ca580c] Process exited with code 0\n2025-07-03 15:33:43.454 [info] [command][6bbd0553-0041-4cb0-b3d4-064464ca580c] Socket close event received\n2025-07-03 15:33:43.455 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c56b0c92-4e27-4f1a-8418-804823f279c1] socks connection closed\n2025-07-03 15:33:43.460 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65117 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:34:43.454 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:34:43.456 [info] [command][2115df68-0935-4299-a0fe-3d9eea28cfdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2115df68-0935-4299-a0fe-3d9eea28cfdb""}\n2025-07-03 15:34:43.456 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][078fd30d-a2c5-4013-acae-ee1a3fb5c1a0] received connection request\n2025-07-03 15:34:43.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:34:43.463 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][078fd30d-a2c5-4013-acae-ee1a3fb5c1a0] socks forwarding established\n2025-07-03 15:34:43.475 [info] [command][2115df68-0935-4299-a0fe-3d9eea28cfdb] Process exited with code 0\n2025-07-03 15:34:43.475 [info] [command][2115df68-0935-4299-a0fe-3d9eea28cfdb] Socket close event received\n2025-07-03 15:34:43.475 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][078fd30d-a2c5-4013-acae-ee1a3fb5c1a0] socks connection closed\n2025-07-03 15:34:43.482 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65166 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:35:43.479 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:35:43.481 [info] [command][acfb7f5a-ca96-4228-b07d-0a550c596738] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""acfb7f5a-ca96-4228-b07d-0a550c596738""}\n2025-07-03 15:35:43.482 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c300748d-b982-435d-b62c-9f0c49984a99] received connection request\n2025-07-03 15:35:43.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:35:43.494 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c300748d-b982-435d-b62c-9f0c49984a99] socks forwarding established\n2025-07-03 15:35:43.506 [info] [command][acfb7f5a-ca96-4228-b07d-0a550c596738] Process exited with code 0\n2025-07-03 15:35:43.506 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c300748d-b982-435d-b62c-9f0c49984a99] socks connection closed\n2025-07-03 15:35:43.506 [info] [command][acfb7f5a-ca96-4228-b07d-0a550c596738] Socket close event received\n2025-07-03 15:35:43.513 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65185 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:36:43.507 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:36:43.508 [info] [command][a348ccc1-1c59-4192-af11-02ef43db36d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""a348ccc1-1c59-4192-af11-02ef43db36d1""}\n2025-07-03 15:36:43.509 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][84f20e01-54a6-4ccd-8733-f423cec2f9ad] received connection request\n2025-07-03 15:36:43.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:36:43.515 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][84f20e01-54a6-4ccd-8733-f423cec2f9ad] socks forwarding established\n2025-07-03 15:36:43.528 [info] [command][a348ccc1-1c59-4192-af11-02ef43db36d1] Process exited with code 0\n2025-07-03 15:36:43.528 [info] [command][a348ccc1-1c59-4192-af11-02ef43db36d1] Socket close event received\n2025-07-03 15:36:43.529 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][84f20e01-54a6-4ccd-8733-f423cec2f9ad] socks connection closed\n2025-07-03 15:36:43.534 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65207 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:37:43.536 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:37:43.538 [info] [command][a6c5786f-3679-4bef-9a72-111a48644730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""a6c5786f-3679-4bef-9a72-111a48644730""}\n2025-07-03 15:37:43.539 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ca25f657-276b-47cf-b889-bc9bdf07d8be] received connection request\n2025-07-03 15:37:43.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:37:43.547 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ca25f657-276b-47cf-b889-bc9bdf07d8be] socks forwarding established\n2025-07-03 15:37:43.558 [info] [command][a6c5786f-3679-4bef-9a72-111a48644730] Process exited with code 0\n2025-07-03 15:37:43.558 [info] [command][a6c5786f-3679-4bef-9a72-111a48644730] Socket close event received\n2025-07-03 15:37:43.559 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ca25f657-276b-47cf-b889-bc9bdf07d8be] socks connection closed\n2025-07-03 15:37:43.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65226 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:38:43.560 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:38:43.561 [info] [command][c59ca6d5-ecd9-494c-b342-c6a93668799d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c59ca6d5-ecd9-494c-b342-c6a93668799d""}\n2025-07-03 15:38:43.561 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][466a15c6-95b6-4489-b4f8-d6a687507497] received connection request\n2025-07-03 15:38:43.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:38:43.572 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][466a15c6-95b6-4489-b4f8-d6a687507497] socks forwarding established\n2025-07-03 15:38:43.584 [info] [command][c59ca6d5-ecd9-494c-b342-c6a93668799d] Process exited with code 0\n2025-07-03 15:38:43.585 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][466a15c6-95b6-4489-b4f8-d6a687507497] socks connection closed\n2025-07-03 15:38:43.585 [info] [command][c59ca6d5-ecd9-494c-b342-c6a93668799d] Socket close event received\n2025-07-03 15:38:43.589 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65247 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:39:43.586 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:39:43.587 [info] [command][4c9e1e03-da6a-4113-850d-da8895cd28f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4c9e1e03-da6a-4113-850d-da8895cd28f5""}\n2025-07-03 15:39:43.588 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ed8b216d-632c-4490-ae92-e0b7f59100cc] received connection request\n2025-07-03 15:39:43.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:39:43.598 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ed8b216d-632c-4490-ae92-e0b7f59100cc] socks forwarding established\n2025-07-03 15:39:43.609 [info] [command][4c9e1e03-da6a-4113-850d-da8895cd28f5] Process exited with code 0\n2025-07-03 15:39:43.609 [info] [command][4c9e1e03-da6a-4113-850d-da8895cd28f5] Socket close event received\n2025-07-03 15:39:43.611 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ed8b216d-632c-4490-ae92-e0b7f59100cc] socks connection closed\n2025-07-03 15:39:43.616 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65293 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:40:43.620 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:40:43.621 [info] [command][35cf70b7-c56a-488f-91b3-d9dee652dcdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""35cf70b7-c56a-488f-91b3-d9dee652dcdf""}\n2025-07-03 15:40:43.622 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][5ad40eab-905b-474d-9747-c54cd8a60477] received connection request\n2025-07-03 15:40:43.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:40:43.630 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5ad40eab-905b-474d-9747-c54cd8a60477] socks forwarding established\n2025-07-03 15:40:43.639 [info] [command][35cf70b7-c56a-488f-91b3-d9dee652dcdf] Process exited with code 0\n2025-07-03 15:40:43.639 [info] [command][35cf70b7-c56a-488f-91b3-d9dee652dcdf] Socket close event received\n2025-07-03 15:40:43.640 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5ad40eab-905b-474d-9747-c54cd8a60477] socks connection closed\n2025-07-03 15:40:43.644 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65316 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:41:43.646 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:41:43.647 [info] [command][1803fc9b-5eab-44ac-a40b-c2c394a519c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""1803fc9b-5eab-44ac-a40b-c2c394a519c4""}\n2025-07-03 15:41:43.648 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8792ca62-595d-4bda-874d-991aad9c754d] received connection request\n2025-07-03 15:41:43.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:41:43.695 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8792ca62-595d-4bda-874d-991aad9c754d] socks forwarding established\n2025-07-03 15:41:43.713 [info] [command][1803fc9b-5eab-44ac-a40b-c2c394a519c4] Process exited with code 0\n2025-07-03 15:41:43.714 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8792ca62-595d-4bda-874d-991aad9c754d] socks connection closed\n2025-07-03 15:41:43.714 [info] [command][1803fc9b-5eab-44ac-a40b-c2c394a519c4] Socket close event received\n2025-07-03 15:41:43.719 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65335 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:42:43.715 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:42:43.717 [info] [command][3f113672-11c1-4840-a3ff-da07e8308fce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3f113672-11c1-4840-a3ff-da07e8308fce""}\n2025-07-03 15:42:43.717 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d7309c14-f8cb-4104-afc1-ca95d8a625f9] received connection request\n2025-07-03 15:42:43.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:42:43.735 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d7309c14-f8cb-4104-afc1-ca95d8a625f9] socks forwarding established\n2025-07-03 15:42:43.749 [info] [command][3f113672-11c1-4840-a3ff-da07e8308fce] Process exited with code 0\n2025-07-03 15:42:43.749 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d7309c14-f8cb-4104-afc1-ca95d8a625f9] socks connection closed\n2025-07-03 15:42:43.749 [info] [command][3f113672-11c1-4840-a3ff-da07e8308fce] Socket close event received\n2025-07-03 15:42:43.756 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65354 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:43:43.756 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:43:43.758 [info] [command][1e49078e-2d2c-4821-aab5-c478edf39c5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""1e49078e-2d2c-4821-aab5-c478edf39c5d""}\n2025-07-03 15:43:43.759 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][345bcba0-d41b-4858-ab77-179a0fb80734] received connection request\n2025-07-03 15:43:43.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:43:43.775 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][345bcba0-d41b-4858-ab77-179a0fb80734] socks forwarding established\n2025-07-03 15:43:43.787 [info] [command][1e49078e-2d2c-4821-aab5-c478edf39c5d] Process exited with code 0\n2025-07-03 15:43:43.787 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][345bcba0-d41b-4858-ab77-179a0fb80734] socks connection closed\n2025-07-03 15:43:43.787 [info] [command][1e49078e-2d2c-4821-aab5-c478edf39c5d] Socket close event received\n2025-07-03 15:43:43.794 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65371 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:44:43.789 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:44:43.791 [info] [command][6455b2f2-d0d4-4ac4-b31c-17eba1fbb515] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6455b2f2-d0d4-4ac4-b31c-17eba1fbb515""}\n2025-07-03 15:44:43.792 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9a950e6a-0093-4012-b8d9-61c70187b3e8] received connection request\n2025-07-03 15:44:43.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:44:43.804 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9a950e6a-0093-4012-b8d9-61c70187b3e8] socks forwarding established\n2025-07-03 15:44:43.819 [info] [command][6455b2f2-d0d4-4ac4-b31c-17eba1fbb515] Process exited with code 0\n2025-07-03 15:44:43.819 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9a950e6a-0093-4012-b8d9-61c70187b3e8] socks connection closed\n2025-07-03 15:44:43.820 [info] [command][6455b2f2-d0d4-4ac4-b31c-17eba1fbb515] Socket close event received\n2025-07-03 15:44:43.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65432 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:45:43.824 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:45:43.825 [info] [command][b5c953af-1446-4c5b-965d-1cc19fe893da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b5c953af-1446-4c5b-965d-1cc19fe893da""}\n2025-07-03 15:45:43.826 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][4bc65677-e06b-4b33-b871-6c4269c4b21f] received connection request\n2025-07-03 15:45:43.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:45:43.833 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4bc65677-e06b-4b33-b871-6c4269c4b21f] socks forwarding established\n2025-07-03 15:45:43.844 [info] [command][b5c953af-1446-4c5b-965d-1cc19fe893da] Process exited with code 0\n2025-07-03 15:45:43.844 [info] [command][b5c953af-1446-4c5b-965d-1cc19fe893da] Socket close event received\n2025-07-03 15:45:43.845 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4bc65677-e06b-4b33-b871-6c4269c4b21f] socks connection closed\n2025-07-03 15:45:43.850 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65462 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:46:43.850 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:46:43.850 [info] [command][fe97e046-5fd3-4741-a814-3e1b55eedd06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""fe97e046-5fd3-4741-a814-3e1b55eedd06""}\n2025-07-03 15:46:43.850 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3a20955d-6075-4598-8edf-c91a3248bd0b] received connection request\n2025-07-03 15:46:43.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\n\n2025-07-03 15:46:43.851 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:46:43.855 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3a20955d-6075-4598-8edf-c91a3248bd0b] socks forwarding established\n2025-07-03 15:46:43.865 [info] [command][fe97e046-5fd3-4741-a814-3e1b55eedd06] Process exited with code 0\n2025-07-03 15:46:43.865 [info] [command][fe97e046-5fd3-4741-a814-3e1b55eedd06] Socket close event received\n2025-07-03 15:46:43.865 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3a20955d-6075-4598-8edf-c91a3248bd0b] socks connection closed\n2025-07-03 15:46:43.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65484 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:47:43.866 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:47:43.867 [info] [command][31278173-2f92-4dd8-8503-0849165716c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""31278173-2f92-4dd8-8503-0849165716c8""}\n2025-07-03 15:47:43.868 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bd874f2b-b3c0-4368-b5fd-507ced713143] received connection request\n2025-07-03 15:47:43.869 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:47:43.878 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bd874f2b-b3c0-4368-b5fd-507ced713143] socks forwarding established\n2025-07-03 15:47:43.890 [info] [command][31278173-2f92-4dd8-8503-0849165716c8] Process exited with code 0\n2025-07-03 15:47:43.890 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bd874f2b-b3c0-4368-b5fd-507ced713143] socks connection closed\n2025-07-03 15:47:43.890 [info] [command][31278173-2f92-4dd8-8503-0849165716c8] Socket close event received\n2025-07-03 15:47:43.895 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 65523 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:48:43.893 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:48:43.894 [info] [command][0f6593e7-2d97-4527-9a9e-af138e8ae89b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0f6593e7-2d97-4527-9a9e-af138e8ae89b""}\n2025-07-03 15:48:43.894 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][e0c2352c-bf81-4e38-95f2-2f19f79b2d19] received connection request\n2025-07-03 15:48:43.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:48:43.901 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e0c2352c-bf81-4e38-95f2-2f19f79b2d19] socks forwarding established\n2025-07-03 15:48:43.911 [info] [command][0f6593e7-2d97-4527-9a9e-af138e8ae89b] Process exited with code 0\n2025-07-03 15:48:43.912 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e0c2352c-bf81-4e38-95f2-2f19f79b2d19] socks connection closed\n2025-07-03 15:48:43.912 [info] [command][0f6593e7-2d97-4527-9a9e-af138e8ae89b] Socket close event received\n2025-07-03 15:48:43.916 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49178 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:49:43.915 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:49:43.916 [info] [command][3544104d-9264-4d27-b65a-2d71a6fc021f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3544104d-9264-4d27-b65a-2d71a6fc021f""}\n2025-07-03 15:49:43.916 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ee875634-c671-4463-88fd-2ce820706e57] received connection request\n2025-07-03 15:49:43.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:49:43.923 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ee875634-c671-4463-88fd-2ce820706e57] socks forwarding established\n2025-07-03 15:49:43.986 [info] [command][3544104d-9264-4d27-b65a-2d71a6fc021f] Process exited with code 0\n2025-07-03 15:49:43.986 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ee875634-c671-4463-88fd-2ce820706e57] socks connection closed\n2025-07-03 15:49:43.986 [info] [command][3544104d-9264-4d27-b65a-2d71a6fc021f] Socket close event received\n2025-07-03 15:49:43.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49214 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:50:43.992 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:50:43.994 [info] [command][3920d3d3-25c4-4af2-b83c-1c0a94741ccf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3920d3d3-25c4-4af2-b83c-1c0a94741ccf""}\n2025-07-03 15:50:43.994 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f4e87fd8-57fd-41f3-b69f-30f746d3e641] received connection request\n2025-07-03 15:50:43.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:50:44.036 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f4e87fd8-57fd-41f3-b69f-30f746d3e641] socks forwarding established\n2025-07-03 15:50:44.049 [info] [command][3920d3d3-25c4-4af2-b83c-1c0a94741ccf] Process exited with code 0\n2025-07-03 15:50:44.049 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f4e87fd8-57fd-41f3-b69f-30f746d3e641] socks connection closed\n2025-07-03 15:50:44.049 [info] [command][3920d3d3-25c4-4af2-b83c-1c0a94741ccf] Socket close event received\n2025-07-03 15:50:44.056 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49245 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:51:44.052 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:51:44.053 [info] [command][3b89dfcd-4972-4365-9c6b-6542d04e1004] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3b89dfcd-4972-4365-9c6b-6542d04e1004""}\n2025-07-03 15:51:44.054 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][fffb7a04-640d-482a-94e7-0f9315672ee0] received connection request\n2025-07-03 15:51:44.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:51:44.061 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][fffb7a04-640d-482a-94e7-0f9315672ee0] socks forwarding established\n2025-07-03 15:51:44.074 [info] [command][3b89dfcd-4972-4365-9c6b-6542d04e1004] Process exited with code 0\n2025-07-03 15:51:44.074 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][fffb7a04-640d-482a-94e7-0f9315672ee0] socks connection closed\n2025-07-03 15:51:44.074 [info] [command][3b89dfcd-4972-4365-9c6b-6542d04e1004] Socket close event received\n2025-07-03 15:51:44.080 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49275 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:52:44.074 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:52:44.076 [info] [command][9948766f-22fc-4e43-a5e7-2ba2b7f5e61e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""9948766f-22fc-4e43-a5e7-2ba2b7f5e61e""}\n2025-07-03 15:52:44.077 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][97408442-9ae3-4f15-9962-285259a65b1b] received connection request\n2025-07-03 15:52:44.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:52:44.085 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][97408442-9ae3-4f15-9962-285259a65b1b] socks forwarding established\n2025-07-03 15:52:44.096 [info] [command][9948766f-22fc-4e43-a5e7-2ba2b7f5e61e] Process exited with code 0\n2025-07-03 15:52:44.096 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][97408442-9ae3-4f15-9962-285259a65b1b] socks connection closed\n2025-07-03 15:52:44.097 [info] [command][9948766f-22fc-4e43-a5e7-2ba2b7f5e61e] Socket close event received\n2025-07-03 15:52:44.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49297 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:53:44.098 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:53:44.099 [info] [command][e227ad3f-a865-4d61-98b1-01fc7db23a10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""e227ad3f-a865-4d61-98b1-01fc7db23a10""}\n2025-07-03 15:53:44.100 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][daedfeaa-95a7-4b0f-8f57-028a3758058b] received connection request\n2025-07-03 15:53:44.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:53:44.108 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][daedfeaa-95a7-4b0f-8f57-028a3758058b] socks forwarding established\n2025-07-03 15:53:44.127 [info] [command][e227ad3f-a865-4d61-98b1-01fc7db23a10] Process exited with code 0\n2025-07-03 15:53:44.128 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][daedfeaa-95a7-4b0f-8f57-028a3758058b] socks connection closed\n2025-07-03 15:53:44.128 [info] [command][e227ad3f-a865-4d61-98b1-01fc7db23a10] Socket close event received\n2025-07-03 15:53:44.137 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49332 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:54:44.128 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:54:44.130 [info] [command][dddecd90-3e92-4cd1-8d79-e1d091e35dc8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""dddecd90-3e92-4cd1-8d79-e1d091e35dc8""}\n2025-07-03 15:54:44.131 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2d4299f3-539a-4bef-b317-bbb12bcfd799] received connection request\n2025-07-03 15:54:44.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:54:44.136 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2d4299f3-539a-4bef-b317-bbb12bcfd799] socks forwarding established\n2025-07-03 15:54:44.147 [info] [command][dddecd90-3e92-4cd1-8d79-e1d091e35dc8] Process exited with code 0\n2025-07-03 15:54:44.148 [info] [command][dddecd90-3e92-4cd1-8d79-e1d091e35dc8] Socket close event received\n2025-07-03 15:54:44.148 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2d4299f3-539a-4bef-b317-bbb12bcfd799] socks connection closed\n2025-07-03 15:54:44.159 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49370 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:55:44.148 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:55:44.150 [info] [command][841aed1a-ed1c-41d2-b012-7cc0e3955aa7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""841aed1a-ed1c-41d2-b012-7cc0e3955aa7""}\n2025-07-03 15:55:44.151 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][4c3d145b-1b75-4dca-bd5b-af38b7060927] received connection request\n2025-07-03 15:55:44.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:55:44.158 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4c3d145b-1b75-4dca-bd5b-af38b7060927] socks forwarding established\n2025-07-03 15:55:44.170 [info] [command][841aed1a-ed1c-41d2-b012-7cc0e3955aa7] Process exited with code 0\n2025-07-03 15:55:44.170 [info] [command][841aed1a-ed1c-41d2-b012-7cc0e3955aa7] Socket close event received\n2025-07-03 15:55:44.171 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4c3d145b-1b75-4dca-bd5b-af38b7060927] socks connection closed\n2025-07-03 15:55:44.178 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49393 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:56:44.176 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:56:44.178 [info] [command][45d831ae-6a48-4ca7-ac30-eecc02fef890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""45d831ae-6a48-4ca7-ac30-eecc02fef890""}\n2025-07-03 15:56:44.178 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][6d50885b-b95c-4e0f-895a-d70137f70668] received connection request\n2025-07-03 15:56:44.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:56:44.188 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6d50885b-b95c-4e0f-895a-d70137f70668] socks forwarding established\n2025-07-03 15:56:44.204 [info] [command][45d831ae-6a48-4ca7-ac30-eecc02fef890] Process exited with code 0\n2025-07-03 15:56:44.205 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6d50885b-b95c-4e0f-895a-d70137f70668] socks connection closed\n2025-07-03 15:56:44.205 [info] [command][45d831ae-6a48-4ca7-ac30-eecc02fef890] Socket close event received\n2025-07-03 15:56:44.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49414 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:57:44.206 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:57:44.207 [info] [command][5af26b57-4fd6-4b13-a080-1ecad8fbc0df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5af26b57-4fd6-4b13-a080-1ecad8fbc0df""}\n2025-07-03 15:57:44.208 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2b668f13-f39c-4ebb-8a50-1039fc047635] received connection request\n2025-07-03 15:57:44.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:57:44.219 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2b668f13-f39c-4ebb-8a50-1039fc047635] socks forwarding established\n2025-07-03 15:57:44.231 [info] [command][5af26b57-4fd6-4b13-a080-1ecad8fbc0df] Process exited with code 0\n2025-07-03 15:57:44.231 [info] [command][5af26b57-4fd6-4b13-a080-1ecad8fbc0df] Socket close event received\n2025-07-03 15:57:44.231 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2b668f13-f39c-4ebb-8a50-1039fc047635] socks connection closed\n2025-07-03 15:57:44.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49438 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:58:44.235 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:58:44.236 [info] [command][2d9a8a76-1a97-4619-97cd-48ec28a35f80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2d9a8a76-1a97-4619-97cd-48ec28a35f80""}\n2025-07-03 15:58:44.237 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][db7fbb10-f6d7-4c0c-ba54-9483d1a02af4] received connection request\n2025-07-03 15:58:44.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:58:44.246 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][db7fbb10-f6d7-4c0c-ba54-9483d1a02af4] socks forwarding established\n2025-07-03 15:58:44.256 [info] [command][2d9a8a76-1a97-4619-97cd-48ec28a35f80] Process exited with code 0\n2025-07-03 15:58:44.256 [info] [command][2d9a8a76-1a97-4619-97cd-48ec28a35f80] Socket close event received\n2025-07-03 15:58:44.257 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][db7fbb10-f6d7-4c0c-ba54-9483d1a02af4] socks connection closed\n2025-07-03 15:58:44.263 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49470 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 15:59:44.262 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 15:59:44.264 [info] [command][511b0693-9d64-4a78-af53-25d0e4163a77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""511b0693-9d64-4a78-af53-25d0e4163a77""}\n2025-07-03 15:59:44.265 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][7b929218-83e2-4030-83d8-366af4f7cb5e] received connection request\n2025-07-03 15:59:44.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 15:59:44.274 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7b929218-83e2-4030-83d8-366af4f7cb5e] socks forwarding established\n2025-07-03 15:59:44.287 [info] [command][511b0693-9d64-4a78-af53-25d0e4163a77] Process exited with code 0\n2025-07-03 15:59:44.288 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7b929218-83e2-4030-83d8-366af4f7cb5e] socks connection closed\n2025-07-03 15:59:44.288 [info] [command][511b0693-9d64-4a78-af53-25d0e4163a77] Socket close event received\n2025-07-03 15:59:44.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49512 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:00:44.291 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:00:44.292 [info] [command][dc6123f5-5e97-4515-9edc-9dea09952fd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""dc6123f5-5e97-4515-9edc-9dea09952fd9""}\n2025-07-03 16:00:44.293 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][82ec79e5-d973-4e5c-8bf3-0847db6f707b] received connection request\n2025-07-03 16:00:44.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:00:44.300 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][82ec79e5-d973-4e5c-8bf3-0847db6f707b] socks forwarding established\n2025-07-03 16:00:44.312 [info] [command][dc6123f5-5e97-4515-9edc-9dea09952fd9] Process exited with code 0\n2025-07-03 16:00:44.313 [info] [command][dc6123f5-5e97-4515-9edc-9dea09952fd9] Socket close event received\n2025-07-03 16:00:44.313 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][82ec79e5-d973-4e5c-8bf3-0847db6f707b] socks connection closed\n2025-07-03 16:00:44.318 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49530 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:01:44.318 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:01:44.319 [info] [command][62d459c5-c60f-4ee9-a45f-af520b054431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""62d459c5-c60f-4ee9-a45f-af520b054431""}\n2025-07-03 16:01:44.320 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c1cd5723-106f-4711-a69b-eba6b903dbf5] received connection request\n2025-07-03 16:01:44.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:01:44.327 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c1cd5723-106f-4711-a69b-eba6b903dbf5] socks forwarding established\n2025-07-03 16:01:44.340 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c1cd5723-106f-4711-a69b-eba6b903dbf5] socks connection closed\n2025-07-03 16:01:44.340 [info] [command][62d459c5-c60f-4ee9-a45f-af520b054431] Process exited with code 0\n2025-07-03 16:01:44.340 [info] [command][62d459c5-c60f-4ee9-a45f-af520b054431] Socket close event received\n2025-07-03 16:01:44.346 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49554 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:02:44.343 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:02:44.345 [info] [command][d1249fbe-9892-4605-80eb-3f6dd842539f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d1249fbe-9892-4605-80eb-3f6dd842539f""}\n2025-07-03 16:02:44.345 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][46265ebc-5c55-426c-8f65-a82547d533a9] received connection request\n2025-07-03 16:02:44.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:02:44.353 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][46265ebc-5c55-426c-8f65-a82547d533a9] socks forwarding established\n2025-07-03 16:02:44.363 [info] [command][d1249fbe-9892-4605-80eb-3f6dd842539f] Process exited with code 0\n2025-07-03 16:02:44.364 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][46265ebc-5c55-426c-8f65-a82547d533a9] socks connection closed\n2025-07-03 16:02:44.364 [info] [command][d1249fbe-9892-4605-80eb-3f6dd842539f] Socket close event received\n2025-07-03 16:02:44.372 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49577 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:03:44.367 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:03:44.368 [info] [command][4423771b-967d-4808-918d-54e525f31c82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4423771b-967d-4808-918d-54e525f31c82""}\n2025-07-03 16:03:44.369 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][26490e12-9bc7-4d60-b983-feed4e132acb] received connection request\n2025-07-03 16:03:44.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:03:44.378 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][26490e12-9bc7-4d60-b983-feed4e132acb] socks forwarding established\n2025-07-03 16:03:44.389 [info] [command][4423771b-967d-4808-918d-54e525f31c82] Process exited with code 0\n2025-07-03 16:03:44.390 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][26490e12-9bc7-4d60-b983-feed4e132acb] socks connection closed\n2025-07-03 16:03:44.390 [info] [command][4423771b-967d-4808-918d-54e525f31c82] Socket close event received\n2025-07-03 16:03:44.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49614 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:04:44.393 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:04:44.395 [info] [command][216cfadf-ebbd-4370-ae22-aa42052cae1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""216cfadf-ebbd-4370-ae22-aa42052cae1d""}\n2025-07-03 16:04:44.396 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d0365ad7-0f8b-47ab-aa12-f6674a43c934] received connection request\n2025-07-03 16:04:44.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:04:44.406 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d0365ad7-0f8b-47ab-aa12-f6674a43c934] socks forwarding established\n2025-07-03 16:04:44.421 [info] [command][216cfadf-ebbd-4370-ae22-aa42052cae1d] Process exited with code 0\n2025-07-03 16:04:44.421 [info] [command][216cfadf-ebbd-4370-ae22-aa42052cae1d] Socket close event received\n2025-07-03 16:04:44.421 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d0365ad7-0f8b-47ab-aa12-f6674a43c934] socks connection closed\n2025-07-03 16:04:44.427 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49661 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:05:44.424 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:05:44.425 [info] [command][748d07a6-b713-46c8-a50f-c219debdf7ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""748d07a6-b713-46c8-a50f-c219debdf7ce""}\n2025-07-03 16:05:44.426 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a8f2fbd4-6651-48b3-a2a0-3bbe3d41787d] received connection request\n2025-07-03 16:05:44.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:05:44.431 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a8f2fbd4-6651-48b3-a2a0-3bbe3d41787d] socks forwarding established\n2025-07-03 16:05:44.445 [info] [command][748d07a6-b713-46c8-a50f-c219debdf7ce] Process exited with code 0\n2025-07-03 16:05:44.446 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a8f2fbd4-6651-48b3-a2a0-3bbe3d41787d] socks connection closed\n2025-07-03 16:05:44.446 [info] [command][748d07a6-b713-46c8-a50f-c219debdf7ce] Socket close event received\n2025-07-03 16:05:44.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49696 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:06:44.451 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:06:44.452 [info] [command][2ebcc2b2-42f3-4f85-8244-a3c8228ec3f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2ebcc2b2-42f3-4f85-8244-a3c8228ec3f1""}\n2025-07-03 16:06:44.452 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][20150ac4-14ce-41e6-9f0c-183b401aef65] received connection request\n2025-07-03 16:06:44.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:06:44.458 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][20150ac4-14ce-41e6-9f0c-183b401aef65] socks forwarding established\n2025-07-03 16:06:44.469 [info] [command][2ebcc2b2-42f3-4f85-8244-a3c8228ec3f1] Process exited with code 0\n2025-07-03 16:06:44.469 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][20150ac4-14ce-41e6-9f0c-183b401aef65] socks connection closed\n2025-07-03 16:06:44.469 [info] [command][2ebcc2b2-42f3-4f85-8244-a3c8228ec3f1] Socket close event received\n2025-07-03 16:06:44.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49720 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:07:44.471 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:07:44.473 [info] [command][72abb43b-61c7-4a8b-b2df-87b92b89f2fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""72abb43b-61c7-4a8b-b2df-87b92b89f2fc""}\n2025-07-03 16:07:44.473 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][75315b8f-873d-4647-a7f6-f51cd888e786] received connection request\n2025-07-03 16:07:44.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:07:44.481 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][75315b8f-873d-4647-a7f6-f51cd888e786] socks forwarding established\n2025-07-03 16:07:44.495 [info] [command][72abb43b-61c7-4a8b-b2df-87b92b89f2fc] Process exited with code 0\n2025-07-03 16:07:44.495 [info] [command][72abb43b-61c7-4a8b-b2df-87b92b89f2fc] Socket close event received\n2025-07-03 16:07:44.500 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49763 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:07:44.501 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][75315b8f-873d-4647-a7f6-f51cd888e786] socks connection closed\n2025-07-03 16:08:44.495 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:08:44.497 [info] [command][e75fa5bb-d3ce-4458-ac2e-e0f311e0a491] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""e75fa5bb-d3ce-4458-ac2e-e0f311e0a491""}\n2025-07-03 16:08:44.497 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][79d57058-0868-4d68-a653-f0ab6ce7cfeb] received connection request\n2025-07-03 16:08:44.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:08:44.504 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][79d57058-0868-4d68-a653-f0ab6ce7cfeb] socks forwarding established\n2025-07-03 16:08:44.514 [info] [command][e75fa5bb-d3ce-4458-ac2e-e0f311e0a491] Process exited with code 0\n2025-07-03 16:08:44.514 [info] [command][e75fa5bb-d3ce-4458-ac2e-e0f311e0a491] Socket close event received\n2025-07-03 16:08:44.518 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][79d57058-0868-4d68-a653-f0ab6ce7cfeb] socks connection closed\n2025-07-03 16:08:44.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49821 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:09:44.519 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:09:44.521 [info] [command][d27491a4-5ff5-411e-970d-3e2f797f9979] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d27491a4-5ff5-411e-970d-3e2f797f9979""}\n2025-07-03 16:09:44.521 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2f710732-dc2d-4a27-aae9-5a01f8f7dc52] received connection request\n2025-07-03 16:09:44.522 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:09:44.527 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2f710732-dc2d-4a27-aae9-5a01f8f7dc52] socks forwarding established\n2025-07-03 16:09:44.551 [info] [command][d27491a4-5ff5-411e-970d-3e2f797f9979] Process exited with code 0\n2025-07-03 16:09:44.552 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2f710732-dc2d-4a27-aae9-5a01f8f7dc52] socks connection closed\n2025-07-03 16:09:44.552 [info] [command][d27491a4-5ff5-411e-970d-3e2f797f9979] Socket close event received\n2025-07-03 16:09:44.557 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49854 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:10:44.557 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:10:44.559 [info] [command][3d47ea73-6897-4d46-b041-8fa4443dd98d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3d47ea73-6897-4d46-b041-8fa4443dd98d""}\n2025-07-03 16:10:44.559 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9b470c4a-f485-4cbe-a82a-5194bf7ec1df] received connection request\n2025-07-03 16:10:44.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:10:44.566 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9b470c4a-f485-4cbe-a82a-5194bf7ec1df] socks forwarding established\n2025-07-03 16:10:44.578 [info] [command][3d47ea73-6897-4d46-b041-8fa4443dd98d] Process exited with code 0\n2025-07-03 16:10:44.579 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9b470c4a-f485-4cbe-a82a-5194bf7ec1df] socks connection closed\n2025-07-03 16:10:44.579 [info] [command][3d47ea73-6897-4d46-b041-8fa4443dd98d] Socket close event received\n2025-07-03 16:10:44.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49873 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:11:44.584 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:11:44.585 [info] [command][da2fe046-a69c-44e9-819e-06a63b71d5f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""da2fe046-a69c-44e9-819e-06a63b71d5f4""}\n2025-07-03 16:11:44.586 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][6a60940d-b7f3-453e-88f4-491f432da76d] received connection request\n2025-07-03 16:11:44.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:11:44.591 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6a60940d-b7f3-453e-88f4-491f432da76d] socks forwarding established\n2025-07-03 16:11:44.602 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6a60940d-b7f3-453e-88f4-491f432da76d] socks connection closed\n2025-07-03 16:11:44.602 [info] [command][da2fe046-a69c-44e9-819e-06a63b71d5f4] Process exited with code 0\n2025-07-03 16:11:44.602 [info] [command][da2fe046-a69c-44e9-819e-06a63b71d5f4] Socket close event received\n2025-07-03 16:11:44.606 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49913 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:12:44.603 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:12:44.604 [info] [command][6a244015-e7e8-485c-94f7-4a6e40b494a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6a244015-e7e8-485c-94f7-4a6e40b494a9""}\n2025-07-03 16:12:44.605 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][db733d55-8372-4e50-a08d-af3d3b3103c7] received connection request\n2025-07-03 16:12:44.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:12:44.611 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][db733d55-8372-4e50-a08d-af3d3b3103c7] socks forwarding established\n2025-07-03 16:12:44.621 [info] [command][6a244015-e7e8-485c-94f7-4a6e40b494a9] Process exited with code 0\n2025-07-03 16:12:44.622 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][db733d55-8372-4e50-a08d-af3d3b3103c7] socks connection closed\n2025-07-03 16:12:44.622 [info] [command][6a244015-e7e8-485c-94f7-4a6e40b494a9] Socket close event received\n2025-07-03 16:12:44.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49941 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:13:44.627 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:13:44.629 [info] [command][5d1472fa-e817-4d1c-bc35-c57b7058d1fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5d1472fa-e817-4d1c-bc35-c57b7058d1fd""}\n2025-07-03 16:13:44.630 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][47353c4e-f604-4678-ac9d-0a5a72604438] received connection request\n2025-07-03 16:13:44.632 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:13:44.640 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][47353c4e-f604-4678-ac9d-0a5a72604438] socks forwarding established\n2025-07-03 16:13:44.655 [info] [command][5d1472fa-e817-4d1c-bc35-c57b7058d1fd] Process exited with code 0\n2025-07-03 16:13:44.655 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][47353c4e-f604-4678-ac9d-0a5a72604438] socks connection closed\n2025-07-03 16:13:44.655 [info] [command][5d1472fa-e817-4d1c-bc35-c57b7058d1fd] Socket close event received\n2025-07-03 16:13:44.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 49973 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:14:44.657 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:14:44.658 [info] [command][04c29713-db31-4f88-8fed-02ed1056bec6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""04c29713-db31-4f88-8fed-02ed1056bec6""}\n2025-07-03 16:14:44.659 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c018a22a-5f08-4ef3-93aa-1cec287528df] received connection request\n2025-07-03 16:14:44.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:14:44.665 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c018a22a-5f08-4ef3-93aa-1cec287528df] socks forwarding established\n2025-07-03 16:14:44.688 [info] [command][04c29713-db31-4f88-8fed-02ed1056bec6] Process exited with code 0\n2025-07-03 16:14:44.688 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c018a22a-5f08-4ef3-93aa-1cec287528df] socks connection closed\n2025-07-03 16:14:44.688 [info] [command][04c29713-db31-4f88-8fed-02ed1056bec6] Socket close event received\n2025-07-03 16:14:44.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50027 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:15:44.689 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:15:44.691 [info] [command][a614b90d-b941-486c-9744-d6092786458d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""a614b90d-b941-486c-9744-d6092786458d""}\n2025-07-03 16:15:44.691 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][97ca9f51-0946-4c64-8c9c-2bb9e01a80f0] received connection request\n2025-07-03 16:15:44.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:15:44.698 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][97ca9f51-0946-4c64-8c9c-2bb9e01a80f0] socks forwarding established\n2025-07-03 16:15:44.708 [info] [command][a614b90d-b941-486c-9744-d6092786458d] Process exited with code 0\n2025-07-03 16:15:44.708 [info] [command][a614b90d-b941-486c-9744-d6092786458d] Socket close event received\n2025-07-03 16:15:44.708 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][97ca9f51-0946-4c64-8c9c-2bb9e01a80f0] socks connection closed\n2025-07-03 16:15:44.714 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50061 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:16:44.713 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:16:44.715 [info] [command][9d9153ed-fb7a-45cf-9d7f-04794caa6514] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""9d9153ed-fb7a-45cf-9d7f-04794caa6514""}\n2025-07-03 16:16:44.716 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][53bfdd0e-cfd0-4364-bd4e-12cbd9faa90a] received connection request\n2025-07-03 16:16:44.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:16:44.722 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][53bfdd0e-cfd0-4364-bd4e-12cbd9faa90a] socks forwarding established\n2025-07-03 16:16:44.739 [info] [command][9d9153ed-fb7a-45cf-9d7f-04794caa6514] Process exited with code 0\n2025-07-03 16:16:44.739 [info] [command][9d9153ed-fb7a-45cf-9d7f-04794caa6514] Socket close event received\n2025-07-03 16:16:44.740 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][53bfdd0e-cfd0-4364-bd4e-12cbd9faa90a] socks connection closed\n2025-07-03 16:16:44.746 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50108 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:17:44.744 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:17:44.745 [info] [command][9eaff61e-e5cb-4060-8fbd-b47c0e5f7bd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""9eaff61e-e5cb-4060-8fbd-b47c0e5f7bd7""}\n2025-07-03 16:17:44.746 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c7e5fd7a-96ec-485b-830e-43e140468754] received connection request\n2025-07-03 16:17:44.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:17:44.752 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c7e5fd7a-96ec-485b-830e-43e140468754] socks forwarding established\n2025-07-03 16:17:44.765 [info] [command][9eaff61e-e5cb-4060-8fbd-b47c0e5f7bd7] Process exited with code 0\n2025-07-03 16:17:44.765 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c7e5fd7a-96ec-485b-830e-43e140468754] socks connection closed\n2025-07-03 16:17:44.766 [info] [command][9eaff61e-e5cb-4060-8fbd-b47c0e5f7bd7] Socket close event received\n2025-07-03 16:17:44.772 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50148 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:18:44.770 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:18:44.772 [info] [command][75def47b-d80a-4493-905c-a300cae6966c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""75def47b-d80a-4493-905c-a300cae6966c""}\n2025-07-03 16:18:44.772 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][7251a51a-4943-40f1-bc27-881662fc4bdb] received connection request\n2025-07-03 16:18:44.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\n\n2025-07-03 16:18:44.773 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:18:44.777 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7251a51a-4943-40f1-bc27-881662fc4bdb] socks forwarding established\n2025-07-03 16:18:44.788 [info] [command][75def47b-d80a-4493-905c-a300cae6966c] Process exited with code 0\n2025-07-03 16:18:44.789 [info] [command][75def47b-d80a-4493-905c-a300cae6966c] Socket close event received\n2025-07-03 16:18:44.790 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7251a51a-4943-40f1-bc27-881662fc4bdb] socks connection closed\n2025-07-03 16:18:44.794 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50188 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:19:44.794 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:19:44.796 [info] [command][97d691f3-206c-4c1d-afb8-4e1064fc9117] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""97d691f3-206c-4c1d-afb8-4e1064fc9117""}\n2025-07-03 16:19:44.797 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d7fda0ea-c241-4c41-9dce-9512ec17f401] received connection request\n2025-07-03 16:19:44.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:19:44.803 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d7fda0ea-c241-4c41-9dce-9512ec17f401] socks forwarding established\n2025-07-03 16:19:44.815 [info] [command][97d691f3-206c-4c1d-afb8-4e1064fc9117] Process exited with code 0\n2025-07-03 16:19:44.815 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d7fda0ea-c241-4c41-9dce-9512ec17f401] socks connection closed\n2025-07-03 16:19:44.815 [info] [command][97d691f3-206c-4c1d-afb8-4e1064fc9117] Socket close event received\n2025-07-03 16:19:44.821 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50225 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:20:44.820 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:20:44.822 [info] [command][4fd39fda-130f-4586-b0cb-e65cbf39d343] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4fd39fda-130f-4586-b0cb-e65cbf39d343""}\n2025-07-03 16:20:44.823 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][73f6bb04-4e03-43c1-b1d5-734e51409f2f] received connection request\n2025-07-03 16:20:44.823 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:20:44.830 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][73f6bb04-4e03-43c1-b1d5-734e51409f2f] socks forwarding established\n2025-07-03 16:20:44.843 [info] [command][4fd39fda-130f-4586-b0cb-e65cbf39d343] Process exited with code 0\n2025-07-03 16:20:44.844 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][73f6bb04-4e03-43c1-b1d5-734e51409f2f] socks connection closed\n2025-07-03 16:20:44.844 [info] [command][4fd39fda-130f-4586-b0cb-e65cbf39d343] Socket close event received\n2025-07-03 16:20:44.851 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50247 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:21:44.849 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:21:44.851 [info] [command][7d90d78e-0a3f-4964-a6f2-f2f46a3fdf0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""7d90d78e-0a3f-4964-a6f2-f2f46a3fdf0f""}\n2025-07-03 16:21:44.852 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][e37c0504-87a2-4104-95e6-3e792927e4ef] received connection request\n2025-07-03 16:21:44.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:21:44.860 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e37c0504-87a2-4104-95e6-3e792927e4ef] socks forwarding established\n2025-07-03 16:21:44.870 [info] [command][7d90d78e-0a3f-4964-a6f2-f2f46a3fdf0f] Process exited with code 0\n2025-07-03 16:21:44.870 [info] [command][7d90d78e-0a3f-4964-a6f2-f2f46a3fdf0f] Socket close event received\n2025-07-03 16:21:44.871 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e37c0504-87a2-4104-95e6-3e792927e4ef] socks connection closed\n2025-07-03 16:21:44.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50267 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:22:44.876 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:22:44.878 [info] [command][6f5c524a-5fd3-44f0-bdc3-58ff5ab000e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6f5c524a-5fd3-44f0-bdc3-58ff5ab000e3""}\n2025-07-03 16:22:44.879 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][765d2d48-45df-4532-9c59-0a6c22c49e87] received connection request\n2025-07-03 16:22:44.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:22:44.887 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][765d2d48-45df-4532-9c59-0a6c22c49e87] socks forwarding established\n2025-07-03 16:22:44.900 [info] [command][6f5c524a-5fd3-44f0-bdc3-58ff5ab000e3] Process exited with code 0\n2025-07-03 16:22:44.900 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][765d2d48-45df-4532-9c59-0a6c22c49e87] socks connection closed\n2025-07-03 16:22:44.900 [info] [command][6f5c524a-5fd3-44f0-bdc3-58ff5ab000e3] Socket close event received\n2025-07-03 16:22:44.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50291 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:23:44.905 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:23:44.906 [info] [command][e8e4d29f-fa75-4bf4-aadd-e2cc51ec24ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""e8e4d29f-fa75-4bf4-aadd-e2cc51ec24ea""}\n2025-07-03 16:23:44.907 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3410fbfc-eb5a-4d61-9961-f2ed5c5168ec] received connection request\n2025-07-03 16:23:44.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:23:44.915 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3410fbfc-eb5a-4d61-9961-f2ed5c5168ec] socks forwarding established\n2025-07-03 16:23:44.926 [info] [command][e8e4d29f-fa75-4bf4-aadd-e2cc51ec24ea] Process exited with code 0\n2025-07-03 16:23:44.926 [info] [command][e8e4d29f-fa75-4bf4-aadd-e2cc51ec24ea] Socket close event received\n2025-07-03 16:23:44.927 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3410fbfc-eb5a-4d61-9961-f2ed5c5168ec] socks connection closed\n2025-07-03 16:23:44.931 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50326 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:24:44.932 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:24:44.934 [info] [command][101faf1a-3c5d-47e6-baab-262cb38cc34b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""101faf1a-3c5d-47e6-baab-262cb38cc34b""}\n2025-07-03 16:24:44.935 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][b2b51782-fe6c-4d53-9813-1daab89b221e] received connection request\n2025-07-03 16:24:44.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:24:44.942 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b2b51782-fe6c-4d53-9813-1daab89b221e] socks forwarding established\n2025-07-03 16:24:44.951 [info] [command][101faf1a-3c5d-47e6-baab-262cb38cc34b] Process exited with code 0\n2025-07-03 16:24:44.951 [info] [command][101faf1a-3c5d-47e6-baab-262cb38cc34b] Socket close event received\n2025-07-03 16:24:44.952 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b2b51782-fe6c-4d53-9813-1daab89b221e] socks connection closed\n2025-07-03 16:24:44.957 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50372 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:25:44.955 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:25:44.955 [info] [command][71e768f2-15e4-4db0-a351-f2faaf3dd561] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""71e768f2-15e4-4db0-a351-f2faaf3dd561""}\n2025-07-03 16:25:44.956 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f215f701-9efb-4659-96a1-ef8e0824e9f3] received connection request\n2025-07-03 16:25:44.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:25:44.963 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f215f701-9efb-4659-96a1-ef8e0824e9f3] socks forwarding established\n2025-07-03 16:25:44.976 [info] [command][71e768f2-15e4-4db0-a351-f2faaf3dd561] Process exited with code 0\n2025-07-03 16:25:44.976 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f215f701-9efb-4659-96a1-ef8e0824e9f3] socks connection closed\n2025-07-03 16:25:44.976 [info] [command][71e768f2-15e4-4db0-a351-f2faaf3dd561] Socket close event received\n2025-07-03 16:25:44.981 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50396 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:26:44.980 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:26:44.982 [info] [command][6593b06b-e125-47bd-b10b-4e228f1fa1d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6593b06b-e125-47bd-b10b-4e228f1fa1d2""}\n2025-07-03 16:26:44.983 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c43e007f-1fe6-4732-835f-7a562bc8086c] received connection request\n2025-07-03 16:26:44.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:26:44.990 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c43e007f-1fe6-4732-835f-7a562bc8086c] socks forwarding established\n2025-07-03 16:26:45.003 [info] [command][6593b06b-e125-47bd-b10b-4e228f1fa1d2] Process exited with code 0\n2025-07-03 16:26:45.003 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c43e007f-1fe6-4732-835f-7a562bc8086c] socks connection closed\n2025-07-03 16:26:45.003 [info] [command][6593b06b-e125-47bd-b10b-4e228f1fa1d2] Socket close event received\n2025-07-03 16:26:45.009 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50422 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:27:45.008 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:27:45.009 [info] [command][8c2858d1-bb6f-4465-931e-0c749ad2201f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8c2858d1-bb6f-4465-931e-0c749ad2201f""}\n2025-07-03 16:27:45.010 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9ab2899e-17d1-42e5-9829-99fbb08c4662] received connection request\n2025-07-03 16:27:45.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:27:45.016 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9ab2899e-17d1-42e5-9829-99fbb08c4662] socks forwarding established\n2025-07-03 16:27:45.024 [info] [command][8c2858d1-bb6f-4465-931e-0c749ad2201f] Process exited with code 0\n2025-07-03 16:27:45.024 [info] [command][8c2858d1-bb6f-4465-931e-0c749ad2201f] Socket close event received\n2025-07-03 16:27:45.025 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9ab2899e-17d1-42e5-9829-99fbb08c4662] socks connection closed\n2025-07-03 16:27:45.030 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50442 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:28:45.028 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:28:45.028 [info] [command][92a30dc0-7d0b-449c-8dd4-aeb878b51bdc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""92a30dc0-7d0b-449c-8dd4-aeb878b51bdc""}\n2025-07-03 16:28:45.029 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f42b941d-4201-4c65-b74b-b91cf913ae93] received connection request\n2025-07-03 16:28:45.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\n\n2025-07-03 16:28:45.029 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:28:45.036 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f42b941d-4201-4c65-b74b-b91cf913ae93] socks forwarding established\n2025-07-03 16:28:45.050 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f42b941d-4201-4c65-b74b-b91cf913ae93] socks connection closed\n2025-07-03 16:28:45.050 [info] [command][92a30dc0-7d0b-449c-8dd4-aeb878b51bdc] Process exited with code 0\n2025-07-03 16:28:45.050 [info] [command][92a30dc0-7d0b-449c-8dd4-aeb878b51bdc] Socket close event received\n2025-07-03 16:28:45.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50476 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:29:45.056 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:29:45.058 [info] [command][0fa74a80-b2dc-47d4-accb-bf5d4cf0a78c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0fa74a80-b2dc-47d4-accb-bf5d4cf0a78c""}\n2025-07-03 16:29:45.058 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bfca7141-d5ad-4b84-affc-94635206ed49] received connection request\n2025-07-03 16:29:45.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:29:45.069 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bfca7141-d5ad-4b84-affc-94635206ed49] socks forwarding established\n2025-07-03 16:29:45.081 [info] [command][0fa74a80-b2dc-47d4-accb-bf5d4cf0a78c] Process exited with code 0\n2025-07-03 16:29:45.081 [info] [command][0fa74a80-b2dc-47d4-accb-bf5d4cf0a78c] Socket close event received\n2025-07-03 16:29:45.082 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bfca7141-d5ad-4b84-affc-94635206ed49] socks connection closed\n2025-07-03 16:29:45.089 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50516 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:30:45.085 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:30:45.086 [info] [command][5fdea076-bfaf-4de4-a5d4-2b35c3a95dd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5fdea076-bfaf-4de4-a5d4-2b35c3a95dd1""}\n2025-07-03 16:30:45.087 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][be4c7247-06b2-4c8e-9be0-638b3503420b] received connection request\n2025-07-03 16:30:45.087 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:30:45.100 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][be4c7247-06b2-4c8e-9be0-638b3503420b] socks forwarding established\n2025-07-03 16:30:45.110 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][be4c7247-06b2-4c8e-9be0-638b3503420b] socks connection closed\n2025-07-03 16:30:45.110 [info] [command][5fdea076-bfaf-4de4-a5d4-2b35c3a95dd1] Process exited with code 0\n2025-07-03 16:30:45.111 [info] [command][5fdea076-bfaf-4de4-a5d4-2b35c3a95dd1] Socket close event received\n2025-07-03 16:30:45.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50554 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:31:45.111 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:31:45.112 [info] [command][1b423965-dcd9-4ab4-8ec4-b8f7c7131570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""1b423965-dcd9-4ab4-8ec4-b8f7c7131570""}\n2025-07-03 16:31:45.112 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8bff049d-243f-4faf-b157-2383ee773cb6] received connection request\n2025-07-03 16:31:45.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:31:45.119 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8bff049d-243f-4faf-b157-2383ee773cb6] socks forwarding established\n2025-07-03 16:31:45.130 [info] [command][1b423965-dcd9-4ab4-8ec4-b8f7c7131570] Process exited with code 0\n2025-07-03 16:31:45.131 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8bff049d-243f-4faf-b157-2383ee773cb6] socks connection closed\n2025-07-03 16:31:45.131 [info] [command][1b423965-dcd9-4ab4-8ec4-b8f7c7131570] Socket close event received\n2025-07-03 16:31:45.225 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50580 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:32:45.136 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:32:45.138 [info] [command][143b1c68-8cfb-4435-bb4f-43dfdbbca83b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""143b1c68-8cfb-4435-bb4f-43dfdbbca83b""}\n2025-07-03 16:32:45.138 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][944963e0-3b27-4497-9c11-7fed86a7e1da] received connection request\n2025-07-03 16:32:45.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:32:45.150 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][944963e0-3b27-4497-9c11-7fed86a7e1da] socks forwarding established\n2025-07-03 16:32:45.163 [info] [command][143b1c68-8cfb-4435-bb4f-43dfdbbca83b] Process exited with code 0\n2025-07-03 16:32:45.163 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][944963e0-3b27-4497-9c11-7fed86a7e1da] socks connection closed\n2025-07-03 16:32:45.163 [info] [command][143b1c68-8cfb-4435-bb4f-43dfdbbca83b] Socket close event received\n2025-07-03 16:32:45.170 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50603 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:33:45.168 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:33:45.169 [info] [command][5029c8fe-2c00-43b6-bda9-55c17f76a928] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5029c8fe-2c00-43b6-bda9-55c17f76a928""}\n2025-07-03 16:33:45.170 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][7b3fc916-4f3a-4b85-8a53-3a6c95ae1e7d] received connection request\n2025-07-03 16:33:45.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:33:45.176 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7b3fc916-4f3a-4b85-8a53-3a6c95ae1e7d] socks forwarding established\n2025-07-03 16:33:45.187 [info] [command][5029c8fe-2c00-43b6-bda9-55c17f76a928] Process exited with code 0\n2025-07-03 16:33:45.187 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7b3fc916-4f3a-4b85-8a53-3a6c95ae1e7d] socks connection closed\n2025-07-03 16:33:45.187 [info] [command][5029c8fe-2c00-43b6-bda9-55c17f76a928] Socket close event received\n2025-07-03 16:33:45.194 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50646 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:34:45.190 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:34:45.192 [info] [command][fe5bb3c8-401b-4da4-b77c-d36b17d8e97c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""fe5bb3c8-401b-4da4-b77c-d36b17d8e97c""}\n2025-07-03 16:34:45.192 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][75361d2e-c673-4486-b621-74fbfcf34438] received connection request\n2025-07-03 16:34:45.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:34:45.200 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][75361d2e-c673-4486-b621-74fbfcf34438] socks forwarding established\n2025-07-03 16:34:45.214 [info] [command][fe5bb3c8-401b-4da4-b77c-d36b17d8e97c] Process exited with code 0\n2025-07-03 16:34:45.215 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][75361d2e-c673-4486-b621-74fbfcf34438] socks connection closed\n2025-07-03 16:34:45.215 [info] [command][fe5bb3c8-401b-4da4-b77c-d36b17d8e97c] Socket close event received\n2025-07-03 16:34:45.222 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50684 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:35:45.220 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:35:45.221 [info] [command][07a3c9d9-ba85-4181-9401-b4e151ca09c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""07a3c9d9-ba85-4181-9401-b4e151ca09c6""}\n2025-07-03 16:35:45.222 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2436de2d-d17e-4566-b37b-3e62706de7ab] received connection request\n2025-07-03 16:35:45.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:35:45.228 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2436de2d-d17e-4566-b37b-3e62706de7ab] socks forwarding established\n2025-07-03 16:35:45.240 [info] [command][07a3c9d9-ba85-4181-9401-b4e151ca09c6] Process exited with code 0\n2025-07-03 16:35:45.240 [info] [command][07a3c9d9-ba85-4181-9401-b4e151ca09c6] Socket close event received\n2025-07-03 16:35:45.240 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2436de2d-d17e-4566-b37b-3e62706de7ab] socks connection closed\n2025-07-03 16:35:45.245 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50709 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:36:45.245 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:36:45.246 [info] [command][f10ddab9-1ad4-44c8-a61e-3d6edf8ac9e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""f10ddab9-1ad4-44c8-a61e-3d6edf8ac9e1""}\n2025-07-03 16:36:45.247 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][edf69ff7-ab72-417a-ad42-bfecb612185a] received connection request\n2025-07-03 16:36:45.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:36:45.262 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][edf69ff7-ab72-417a-ad42-bfecb612185a] socks forwarding established\n2025-07-03 16:36:45.277 [info] [command][f10ddab9-1ad4-44c8-a61e-3d6edf8ac9e1] Process exited with code 0\n2025-07-03 16:36:45.277 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][edf69ff7-ab72-417a-ad42-bfecb612185a] socks connection closed\n2025-07-03 16:36:45.277 [info] [command][f10ddab9-1ad4-44c8-a61e-3d6edf8ac9e1] Socket close event received\n2025-07-03 16:36:45.283 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50737 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:37:45.282 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:37:45.284 [info] [command][bc52137a-7598-4cb5-a8ad-32a550074009] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""bc52137a-7598-4cb5-a8ad-32a550074009""}\n2025-07-03 16:37:45.285 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bd79f1fd-3844-42ed-aaa6-aafd168f6359] received connection request\n2025-07-03 16:37:45.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:37:45.370 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bd79f1fd-3844-42ed-aaa6-aafd168f6359] socks forwarding established\n2025-07-03 16:37:45.384 [info] [command][bc52137a-7598-4cb5-a8ad-32a550074009] Process exited with code 0\n2025-07-03 16:37:45.384 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bd79f1fd-3844-42ed-aaa6-aafd168f6359] socks connection closed\n2025-07-03 16:37:45.384 [info] [command][bc52137a-7598-4cb5-a8ad-32a550074009] Socket close event received\n2025-07-03 16:37:45.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50760 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:38:45.389 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:38:45.390 [info] [command][299356c1-3a22-49de-94d3-f8f1e094862e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""299356c1-3a22-49de-94d3-f8f1e094862e""}\n2025-07-03 16:38:45.391 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bcd2c41d-e83f-46ed-b2bd-2490d0c748f4] received connection request\n2025-07-03 16:38:45.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:38:45.399 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bcd2c41d-e83f-46ed-b2bd-2490d0c748f4] socks forwarding established\n2025-07-03 16:38:45.410 [info] [command][299356c1-3a22-49de-94d3-f8f1e094862e] Process exited with code 0\n2025-07-03 16:38:45.410 [info] [command][299356c1-3a22-49de-94d3-f8f1e094862e] Socket close event received\n2025-07-03 16:38:45.411 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bcd2c41d-e83f-46ed-b2bd-2490d0c748f4] socks connection closed\n2025-07-03 16:38:45.416 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50795 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:39:45.415 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:39:45.417 [info] [command][45c2dbfc-606e-41f6-b651-6ad784db8393] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""45c2dbfc-606e-41f6-b651-6ad784db8393""}\n2025-07-03 16:39:45.417 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8d317407-8f41-4d21-811e-823bc8837546] received connection request\n2025-07-03 16:39:45.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:39:45.427 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8d317407-8f41-4d21-811e-823bc8837546] socks forwarding established\n2025-07-03 16:39:45.442 [info] [command][45c2dbfc-606e-41f6-b651-6ad784db8393] Process exited with code 0\n2025-07-03 16:39:45.442 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8d317407-8f41-4d21-811e-823bc8837546] socks connection closed\n2025-07-03 16:39:45.442 [info] [command][45c2dbfc-606e-41f6-b651-6ad784db8393] Socket close event received\n2025-07-03 16:39:45.448 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50833 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:40:45.446 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:40:45.448 [info] [command][cac5fd4c-36e6-4d46-91ff-00e05196d40a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""cac5fd4c-36e6-4d46-91ff-00e05196d40a""}\n2025-07-03 16:40:45.448 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ab1174d9-3329-4716-80e9-eb96a4ae66f6] received connection request\n2025-07-03 16:40:45.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:40:45.454 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ab1174d9-3329-4716-80e9-eb96a4ae66f6] socks forwarding established\n2025-07-03 16:40:45.465 [info] [command][cac5fd4c-36e6-4d46-91ff-00e05196d40a] Process exited with code 0\n2025-07-03 16:40:45.465 [info] [command][cac5fd4c-36e6-4d46-91ff-00e05196d40a] Socket close event received\n2025-07-03 16:40:45.466 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ab1174d9-3329-4716-80e9-eb96a4ae66f6] socks connection closed\n2025-07-03 16:40:45.471 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50859 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:41:45.470 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:41:45.472 [info] [command][016c01b9-a679-4ec0-b641-f73425111a5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""016c01b9-a679-4ec0-b641-f73425111a5f""}\n2025-07-03 16:41:45.472 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][95aedce3-0e33-4969-8b5e-e44af8d2bfaf] received connection request\n2025-07-03 16:41:45.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:41:45.478 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][95aedce3-0e33-4969-8b5e-e44af8d2bfaf] socks forwarding established\n2025-07-03 16:41:45.488 [info] [command][016c01b9-a679-4ec0-b641-f73425111a5f] Process exited with code 0\n2025-07-03 16:41:45.488 [info] [command][016c01b9-a679-4ec0-b641-f73425111a5f] Socket close event received\n2025-07-03 16:41:45.489 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][95aedce3-0e33-4969-8b5e-e44af8d2bfaf] socks connection closed\n2025-07-03 16:41:45.493 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50879 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:42:45.490 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:42:45.492 [info] [command][1a1f1352-4e51-4f96-a626-110f14f4cbe1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""1a1f1352-4e51-4f96-a626-110f14f4cbe1""}\n2025-07-03 16:42:45.493 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3ca9f411-4ac4-4f28-8fe3-e87cfe5462d3] received connection request\n2025-07-03 16:42:45.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:42:45.503 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3ca9f411-4ac4-4f28-8fe3-e87cfe5462d3] socks forwarding established\n2025-07-03 16:42:45.518 [info] [command][1a1f1352-4e51-4f96-a626-110f14f4cbe1] Process exited with code 0\n2025-07-03 16:42:45.518 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3ca9f411-4ac4-4f28-8fe3-e87cfe5462d3] socks connection closed\n2025-07-03 16:42:45.519 [info] [command][1a1f1352-4e51-4f96-a626-110f14f4cbe1] Socket close event received\n2025-07-03 16:42:45.525 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50900 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:43:45.523 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:43:45.524 [info] [command][e4e773af-ce8c-428d-ae2b-e5a8673f31e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""e4e773af-ce8c-428d-ae2b-e5a8673f31e9""}\n2025-07-03 16:43:45.525 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d8990497-5115-41e5-8861-7e42ec65b1ba] received connection request\n2025-07-03 16:43:45.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:43:45.531 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d8990497-5115-41e5-8861-7e42ec65b1ba] socks forwarding established\n2025-07-03 16:43:45.540 [info] [command][e4e773af-ce8c-428d-ae2b-e5a8673f31e9] Process exited with code 0\n2025-07-03 16:43:45.541 [info] [command][e4e773af-ce8c-428d-ae2b-e5a8673f31e9] Socket close event received\n2025-07-03 16:43:45.541 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d8990497-5115-41e5-8861-7e42ec65b1ba] socks connection closed\n2025-07-03 16:43:45.547 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50941 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:44:45.547 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:44:45.548 [info] [command][2fb811b7-5f18-4497-aa05-0a754e36589b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2fb811b7-5f18-4497-aa05-0a754e36589b""}\n2025-07-03 16:44:45.549 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][5286a884-f42e-4295-a517-051035a7f15a] received connection request\n2025-07-03 16:44:45.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:44:45.557 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5286a884-f42e-4295-a517-051035a7f15a] socks forwarding established\n2025-07-03 16:44:45.568 [info] [command][2fb811b7-5f18-4497-aa05-0a754e36589b] Process exited with code 0\n2025-07-03 16:44:45.568 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5286a884-f42e-4295-a517-051035a7f15a] socks connection closed\n2025-07-03 16:44:45.568 [info] [command][2fb811b7-5f18-4497-aa05-0a754e36589b] Socket close event received\n2025-07-03 16:44:45.573 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 50982 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:45:45.574 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:45:45.576 [info] [command][6ccb4f27-c6ab-4fbd-b586-d56d732f2ade] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6ccb4f27-c6ab-4fbd-b586-d56d732f2ade""}\n2025-07-03 16:45:45.577 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9ae4ad6a-703e-48af-afd0-a0939e6afce3] received connection request\n2025-07-03 16:45:45.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:45:45.586 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9ae4ad6a-703e-48af-afd0-a0939e6afce3] socks forwarding established\n2025-07-03 16:45:45.603 [info] [command][6ccb4f27-c6ab-4fbd-b586-d56d732f2ade] Process exited with code 0\n2025-07-03 16:45:45.603 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9ae4ad6a-703e-48af-afd0-a0939e6afce3] socks connection closed\n2025-07-03 16:45:45.603 [info] [command][6ccb4f27-c6ab-4fbd-b586-d56d732f2ade] Socket close event received\n2025-07-03 16:45:45.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51017 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:46:45.608 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:46:45.611 [info] [command][fe84c69e-3b16-486e-8868-f4445bb79798] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""fe84c69e-3b16-486e-8868-f4445bb79798""}\n2025-07-03 16:46:45.611 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3cc4e21e-51a6-480d-a27f-3c3e01fe19d9] received connection request\n2025-07-03 16:46:45.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:46:45.623 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3cc4e21e-51a6-480d-a27f-3c3e01fe19d9] socks forwarding established\n2025-07-03 16:46:45.635 [info] [command][fe84c69e-3b16-486e-8868-f4445bb79798] Process exited with code 0\n2025-07-03 16:46:45.635 [info] [command][fe84c69e-3b16-486e-8868-f4445bb79798] Socket close event received\n2025-07-03 16:46:45.636 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3cc4e21e-51a6-480d-a27f-3c3e01fe19d9] socks connection closed\n2025-07-03 16:46:45.642 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51044 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:47:45.640 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:47:45.641 [info] [command][92facbcf-7a9f-49d9-bd25-ef7f71db3167] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""92facbcf-7a9f-49d9-bd25-ef7f71db3167""}\n2025-07-03 16:47:45.642 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3d8dff67-fa66-419f-8764-5988bc1182a6] received connection request\n2025-07-03 16:47:45.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:47:45.649 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3d8dff67-fa66-419f-8764-5988bc1182a6] socks forwarding established\n2025-07-03 16:47:45.661 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3d8dff67-fa66-419f-8764-5988bc1182a6] socks connection closed\n2025-07-03 16:47:45.661 [info] [command][92facbcf-7a9f-49d9-bd25-ef7f71db3167] Process exited with code 0\n2025-07-03 16:47:45.661 [info] [command][92facbcf-7a9f-49d9-bd25-ef7f71db3167] Socket close event received\n2025-07-03 16:47:45.665 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51071 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:48:45.667 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:48:45.668 [info] [command][3746be8b-f66f-4ea8-bd4e-8dd0dade962f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3746be8b-f66f-4ea8-bd4e-8dd0dade962f""}\n2025-07-03 16:48:45.668 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][01add77e-726a-421d-a7d6-7706340ce94f] received connection request\n2025-07-03 16:48:45.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:48:45.675 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][01add77e-726a-421d-a7d6-7706340ce94f] socks forwarding established\n2025-07-03 16:48:45.686 [info] [command][3746be8b-f66f-4ea8-bd4e-8dd0dade962f] Process exited with code 0\n2025-07-03 16:48:45.686 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][01add77e-726a-421d-a7d6-7706340ce94f] socks connection closed\n2025-07-03 16:48:45.686 [info] [command][3746be8b-f66f-4ea8-bd4e-8dd0dade962f] Socket close event received\n2025-07-03 16:48:45.692 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51114 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:49:45.689 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:49:45.691 [info] [command][f10b9b27-7a74-4492-9c7c-a0d88a649b71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""f10b9b27-7a74-4492-9c7c-a0d88a649b71""}\n2025-07-03 16:49:45.692 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][b7a685b3-cb03-4dc2-8d14-f2bc1609f32e] received connection request\n2025-07-03 16:49:45.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:49:45.700 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b7a685b3-cb03-4dc2-8d14-f2bc1609f32e] socks forwarding established\n2025-07-03 16:49:45.716 [info] [command][f10b9b27-7a74-4492-9c7c-a0d88a649b71] Process exited with code 0\n2025-07-03 16:49:45.716 [info] [command][f10b9b27-7a74-4492-9c7c-a0d88a649b71] Socket close event received\n2025-07-03 16:49:45.716 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b7a685b3-cb03-4dc2-8d14-f2bc1609f32e] socks connection closed\n2025-07-03 16:49:45.722 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51149 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:50:45.717 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:50:45.719 [info] [command][745861a7-470e-46b6-99f5-a36a77bb23cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""745861a7-470e-46b6-99f5-a36a77bb23cf""}\n2025-07-03 16:50:45.719 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9fff2dff-2d60-4a9c-9b82-0aabcde9dc6f] received connection request\n2025-07-03 16:50:45.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:50:45.773 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9fff2dff-2d60-4a9c-9b82-0aabcde9dc6f] socks forwarding established\n2025-07-03 16:50:45.788 [info] [command][745861a7-470e-46b6-99f5-a36a77bb23cf] Process exited with code 0\n2025-07-03 16:50:45.788 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9fff2dff-2d60-4a9c-9b82-0aabcde9dc6f] socks connection closed\n2025-07-03 16:50:45.788 [info] [command][745861a7-470e-46b6-99f5-a36a77bb23cf] Socket close event received\n2025-07-03 16:50:45.794 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51177 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:51:45.794 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:51:45.795 [info] [command][48cc2dbb-8430-4600-b945-4fcc32ed47b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""48cc2dbb-8430-4600-b945-4fcc32ed47b3""}\n2025-07-03 16:51:45.795 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f116a7ca-c258-44e1-a911-6431bf49dec5] received connection request\n2025-07-03 16:51:45.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:51:45.803 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f116a7ca-c258-44e1-a911-6431bf49dec5] socks forwarding established\n2025-07-03 16:51:45.816 [info] [command][48cc2dbb-8430-4600-b945-4fcc32ed47b3] Process exited with code 0\n2025-07-03 16:51:45.816 [info] [command][48cc2dbb-8430-4600-b945-4fcc32ed47b3] Socket close event received\n2025-07-03 16:51:45.816 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f116a7ca-c258-44e1-a911-6431bf49dec5] socks connection closed\n2025-07-03 16:51:45.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51201 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:52:45.821 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:52:45.823 [info] [command][860d00d4-77c7-4b8d-89ef-3cfc2ddb75c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""860d00d4-77c7-4b8d-89ef-3cfc2ddb75c7""}\n2025-07-03 16:52:45.823 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][52bd2bb1-0414-451e-81c8-cf89235eca1c] received connection request\n2025-07-03 16:52:45.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:52:45.832 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][52bd2bb1-0414-451e-81c8-cf89235eca1c] socks forwarding established\n2025-07-03 16:52:45.844 [info] [command][860d00d4-77c7-4b8d-89ef-3cfc2ddb75c7] Process exited with code 0\n2025-07-03 16:52:45.844 [info] [command][860d00d4-77c7-4b8d-89ef-3cfc2ddb75c7] Socket close event received\n2025-07-03 16:52:45.845 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][52bd2bb1-0414-451e-81c8-cf89235eca1c] socks connection closed\n2025-07-03 16:52:45.851 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51218 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:53:45.850 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:53:45.851 [info] [command][3a6396a3-9c3f-4cf4-90a2-c0814995afcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3a6396a3-9c3f-4cf4-90a2-c0814995afcf""}\n2025-07-03 16:53:45.852 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][faf145ea-25ce-4126-8ca8-1f5c2e050119] received connection request\n2025-07-03 16:53:45.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:53:45.858 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][faf145ea-25ce-4126-8ca8-1f5c2e050119] socks forwarding established\n2025-07-03 16:53:45.872 [info] [command][3a6396a3-9c3f-4cf4-90a2-c0814995afcf] Process exited with code 0\n2025-07-03 16:53:45.872 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][faf145ea-25ce-4126-8ca8-1f5c2e050119] socks connection closed\n2025-07-03 16:53:45.872 [info] [command][3a6396a3-9c3f-4cf4-90a2-c0814995afcf] Socket close event received\n2025-07-03 16:53:45.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51252 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:54:45.875 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:54:45.877 [info] [command][e550475a-e331-4449-b887-fe2de72087c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""e550475a-e331-4449-b887-fe2de72087c3""}\n2025-07-03 16:54:45.878 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][97cc9fbe-f774-43bb-ac99-11dd063f67c0] received connection request\n2025-07-03 16:54:45.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:54:45.885 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][97cc9fbe-f774-43bb-ac99-11dd063f67c0] socks forwarding established\n2025-07-03 16:54:45.899 [info] [command][e550475a-e331-4449-b887-fe2de72087c3] Process exited with code 0\n2025-07-03 16:54:45.899 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][97cc9fbe-f774-43bb-ac99-11dd063f67c0] socks connection closed\n2025-07-03 16:54:45.900 [info] [command][e550475a-e331-4449-b887-fe2de72087c3] Socket close event received\n2025-07-03 16:54:45.905 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51299 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:55:45.902 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:55:45.903 [info] [command][24283d09-797f-4661-8851-09602d39205e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""24283d09-797f-4661-8851-09602d39205e""}\n2025-07-03 16:55:45.904 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f2bf556b-7458-4940-a639-6e69a14b24e9] received connection request\n2025-07-03 16:55:45.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:55:45.911 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f2bf556b-7458-4940-a639-6e69a14b24e9] socks forwarding established\n2025-07-03 16:55:45.921 [info] [command][24283d09-797f-4661-8851-09602d39205e] Process exited with code 0\n2025-07-03 16:55:45.922 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f2bf556b-7458-4940-a639-6e69a14b24e9] socks connection closed\n2025-07-03 16:55:45.922 [info] [command][24283d09-797f-4661-8851-09602d39205e] Socket close event received\n2025-07-03 16:55:45.928 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51324 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:56:45.925 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:56:45.927 [info] [command][041a50b4-ddb0-4f4a-9016-90d822f4a3a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""041a50b4-ddb0-4f4a-9016-90d822f4a3a5""}\n2025-07-03 16:56:45.928 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3b1192f2-ccee-44c0-aa30-0cd91bd7e501] received connection request\n2025-07-03 16:56:45.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:56:45.934 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3b1192f2-ccee-44c0-aa30-0cd91bd7e501] socks forwarding established\n2025-07-03 16:56:45.944 [info] [command][041a50b4-ddb0-4f4a-9016-90d822f4a3a5] Process exited with code 0\n2025-07-03 16:56:45.944 [info] [command][041a50b4-ddb0-4f4a-9016-90d822f4a3a5] Socket close event received\n2025-07-03 16:56:45.945 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3b1192f2-ccee-44c0-aa30-0cd91bd7e501] socks connection closed\n2025-07-03 16:56:45.950 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51367 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:57:45.946 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:57:45.948 [info] [command][f9ac6e0c-7f95-44c5-84cc-6f5e7c5e3059] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""f9ac6e0c-7f95-44c5-84cc-6f5e7c5e3059""}\n2025-07-03 16:57:45.949 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][cd6285e9-99d7-4af7-869e-f0d64ea6c32b] received connection request\n2025-07-03 16:57:45.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:57:45.957 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cd6285e9-99d7-4af7-869e-f0d64ea6c32b] socks forwarding established\n2025-07-03 16:57:46.056 [info] [command][f9ac6e0c-7f95-44c5-84cc-6f5e7c5e3059] Process exited with code 0\n2025-07-03 16:57:46.056 [info] [command][f9ac6e0c-7f95-44c5-84cc-6f5e7c5e3059] Socket close event received\n2025-07-03 16:57:46.057 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cd6285e9-99d7-4af7-869e-f0d64ea6c32b] socks connection closed\n2025-07-03 16:57:46.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51386 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:58:46.057 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:58:46.058 [info] [command][c2905bd5-d2da-4cd1-a4a7-395f97e38b4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c2905bd5-d2da-4cd1-a4a7-395f97e38b4f""}\n2025-07-03 16:58:46.059 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a3fc1232-0394-4ff1-8297-7fd95e35648a] received connection request\n2025-07-03 16:58:46.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:58:46.065 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a3fc1232-0394-4ff1-8297-7fd95e35648a] socks forwarding established\n2025-07-03 16:58:46.077 [info] [command][c2905bd5-d2da-4cd1-a4a7-395f97e38b4f] Process exited with code 0\n2025-07-03 16:58:46.077 [info] [command][c2905bd5-d2da-4cd1-a4a7-395f97e38b4f] Socket close event received\n2025-07-03 16:58:46.077 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a3fc1232-0394-4ff1-8297-7fd95e35648a] socks connection closed\n2025-07-03 16:58:46.082 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51418 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 16:59:46.079 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 16:59:46.081 [info] [command][07562b55-2995-4de0-9148-f1a896999029] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""07562b55-2995-4de0-9148-f1a896999029""}\n2025-07-03 16:59:46.081 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][fd92c781-0e1f-4741-ba8a-66a10ce07fca] received connection request\n2025-07-03 16:59:46.082 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 16:59:46.088 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][fd92c781-0e1f-4741-ba8a-66a10ce07fca] socks forwarding established\n2025-07-03 16:59:46.104 [info] [command][07562b55-2995-4de0-9148-f1a896999029] Process exited with code 0\n2025-07-03 16:59:46.104 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][fd92c781-0e1f-4741-ba8a-66a10ce07fca] socks connection closed\n2025-07-03 16:59:46.104 [info] [command][07562b55-2995-4de0-9148-f1a896999029] Socket close event received\n2025-07-03 16:59:46.109 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51454 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:00:46.108 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:00:46.110 [info] [command][b6e5d092-7458-497a-8b9d-aaf072f8adb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b6e5d092-7458-497a-8b9d-aaf072f8adb9""}\n2025-07-03 17:00:46.111 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d0f996a4-5e12-4a69-97b1-eab7fb9eb775] received connection request\n2025-07-03 17:00:46.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:00:46.118 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d0f996a4-5e12-4a69-97b1-eab7fb9eb775] socks forwarding established\n2025-07-03 17:00:46.129 [info] [command][b6e5d092-7458-497a-8b9d-aaf072f8adb9] Process exited with code 0\n2025-07-03 17:00:46.129 [info] [command][b6e5d092-7458-497a-8b9d-aaf072f8adb9] Socket close event received\n2025-07-03 17:00:46.130 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d0f996a4-5e12-4a69-97b1-eab7fb9eb775] socks connection closed\n2025-07-03 17:00:46.135 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51474 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:01:46.132 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:01:46.134 [info] [command][66e0108f-ce5a-4e0f-af46-86b1f646c4d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""66e0108f-ce5a-4e0f-af46-86b1f646c4d0""}\n2025-07-03 17:01:46.135 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][cbef09bb-2ee2-454a-a62e-7a400ec86385] received connection request\n2025-07-03 17:01:46.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:01:46.142 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cbef09bb-2ee2-454a-a62e-7a400ec86385] socks forwarding established\n2025-07-03 17:01:46.152 [info] [command][66e0108f-ce5a-4e0f-af46-86b1f646c4d0] Process exited with code 0\n2025-07-03 17:01:46.152 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cbef09bb-2ee2-454a-a62e-7a400ec86385] socks connection closed\n2025-07-03 17:01:46.152 [info] [command][66e0108f-ce5a-4e0f-af46-86b1f646c4d0] Socket close event received\n2025-07-03 17:01:46.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51511 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:02:46.153 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:02:46.154 [info] [command][f95a28b3-5a5b-42f4-a63d-70e2083dd716] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""f95a28b3-5a5b-42f4-a63d-70e2083dd716""}\n2025-07-03 17:02:46.155 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][85478c35-39e8-479b-ba20-841a15103318] received connection request\n2025-07-03 17:02:46.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:02:46.162 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][85478c35-39e8-479b-ba20-841a15103318] socks forwarding established\n2025-07-03 17:02:46.179 [info] [command][f95a28b3-5a5b-42f4-a63d-70e2083dd716] Process exited with code 0\n2025-07-03 17:02:46.179 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][85478c35-39e8-479b-ba20-841a15103318] socks connection closed\n2025-07-03 17:02:46.179 [info] [command][f95a28b3-5a5b-42f4-a63d-70e2083dd716] Socket close event received\n2025-07-03 17:02:46.186 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51529 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:03:46.185 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:03:46.186 [info] [command][207acdff-ca44-4593-bc39-db01a9a7af2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""207acdff-ca44-4593-bc39-db01a9a7af2e""}\n2025-07-03 17:03:46.187 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9133a0f2-320c-40d3-8698-4a4bd44d692f] received connection request\n2025-07-03 17:03:46.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:03:46.200 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9133a0f2-320c-40d3-8698-4a4bd44d692f] socks forwarding established\n2025-07-03 17:03:46.211 [info] [command][207acdff-ca44-4593-bc39-db01a9a7af2e] Process exited with code 0\n2025-07-03 17:03:46.211 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9133a0f2-320c-40d3-8698-4a4bd44d692f] socks connection closed\n2025-07-03 17:03:46.211 [info] [command][207acdff-ca44-4593-bc39-db01a9a7af2e] Socket close event received\n2025-07-03 17:03:46.216 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51564 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:04:46.214 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:04:46.217 [info] [command][ce33a8ea-42c8-4ef9-8f87-009fcc802d2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ce33a8ea-42c8-4ef9-8f87-009fcc802d2c""}\n2025-07-03 17:04:46.218 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9778ec4e-3c5d-4b0f-bbca-d9b123870d2c] received connection request\n2025-07-03 17:04:46.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:04:46.227 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9778ec4e-3c5d-4b0f-bbca-d9b123870d2c] socks forwarding established\n2025-07-03 17:04:46.240 [info] [command][ce33a8ea-42c8-4ef9-8f87-009fcc802d2c] Process exited with code 0\n2025-07-03 17:04:46.241 [info] [command][ce33a8ea-42c8-4ef9-8f87-009fcc802d2c] Socket close event received\n2025-07-03 17:04:46.241 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9778ec4e-3c5d-4b0f-bbca-d9b123870d2c] socks connection closed\n2025-07-03 17:04:46.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51613 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:05:46.246 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:05:46.247 [info] [command][4ff5195f-c626-45d9-9da9-7f008c47d7b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4ff5195f-c626-45d9-9da9-7f008c47d7b2""}\n2025-07-03 17:05:46.248 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][31d7577f-a8e0-4d9f-b6b5-3518f643be6c] received connection request\n2025-07-03 17:05:46.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:05:46.253 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][31d7577f-a8e0-4d9f-b6b5-3518f643be6c] socks forwarding established\n2025-07-03 17:05:46.267 [info] [command][4ff5195f-c626-45d9-9da9-7f008c47d7b2] Process exited with code 0\n2025-07-03 17:05:46.267 [info] [command][4ff5195f-c626-45d9-9da9-7f008c47d7b2] Socket close event received\n2025-07-03 17:05:46.267 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][31d7577f-a8e0-4d9f-b6b5-3518f643be6c] socks connection closed\n2025-07-03 17:05:46.274 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51638 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:06:46.272 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:06:46.273 [info] [command][7a46a85c-38f4-41df-8341-65fc4ce09aad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""7a46a85c-38f4-41df-8341-65fc4ce09aad""}\n2025-07-03 17:06:46.274 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f9d2ac47-6151-486a-bf39-9a8a6c2e08c3] received connection request\n2025-07-03 17:06:46.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:06:46.281 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f9d2ac47-6151-486a-bf39-9a8a6c2e08c3] socks forwarding established\n2025-07-03 17:06:46.291 [info] [command][7a46a85c-38f4-41df-8341-65fc4ce09aad] Process exited with code 0\n2025-07-03 17:06:46.291 [info] [command][7a46a85c-38f4-41df-8341-65fc4ce09aad] Socket close event received\n2025-07-03 17:06:46.292 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f9d2ac47-6151-486a-bf39-9a8a6c2e08c3] socks connection closed\n2025-07-03 17:06:46.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51656 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:07:46.293 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:07:46.294 [info] [command][0e4e3fdb-ada1-4c79-a79b-674ac3faf712] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0e4e3fdb-ada1-4c79-a79b-674ac3faf712""}\n2025-07-03 17:07:46.295 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][081ffb0f-c5e0-40ae-aba7-d30aba0908b5] received connection request\n2025-07-03 17:07:46.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:07:46.303 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][081ffb0f-c5e0-40ae-aba7-d30aba0908b5] socks forwarding established\n2025-07-03 17:07:46.315 [info] [command][0e4e3fdb-ada1-4c79-a79b-674ac3faf712] Process exited with code 0\n2025-07-03 17:07:46.315 [info] [command][0e4e3fdb-ada1-4c79-a79b-674ac3faf712] Socket close event received\n2025-07-03 17:07:46.317 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][081ffb0f-c5e0-40ae-aba7-d30aba0908b5] socks connection closed\n2025-07-03 17:07:46.322 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51678 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:08:46.319 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:08:46.320 [info] [command][ed6489c4-6a14-4333-beb6-042bc9015a55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ed6489c4-6a14-4333-beb6-042bc9015a55""}\n2025-07-03 17:08:46.321 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ab54d3d2-1785-432a-8407-c2beea5bd635] received connection request\n2025-07-03 17:08:46.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:08:46.327 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ab54d3d2-1785-432a-8407-c2beea5bd635] socks forwarding established\n2025-07-03 17:08:46.339 [info] [command][ed6489c4-6a14-4333-beb6-042bc9015a55] Process exited with code 0\n2025-07-03 17:08:46.339 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ab54d3d2-1785-432a-8407-c2beea5bd635] socks connection closed\n2025-07-03 17:08:46.339 [info] [command][ed6489c4-6a14-4333-beb6-042bc9015a55] Socket close event received\n2025-07-03 17:08:46.345 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51715 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:09:46.340 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:09:46.341 [info] [command][4a69a46e-ee59-4109-9057-2816d76029a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4a69a46e-ee59-4109-9057-2816d76029a0""}\n2025-07-03 17:09:46.342 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8e8f26a3-04f8-4f82-b005-47efa5e3fde2] received connection request\n2025-07-03 17:09:46.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:09:46.351 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8e8f26a3-04f8-4f82-b005-47efa5e3fde2] socks forwarding established\n2025-07-03 17:09:46.364 [info] [command][4a69a46e-ee59-4109-9057-2816d76029a0] Process exited with code 0\n2025-07-03 17:09:46.364 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8e8f26a3-04f8-4f82-b005-47efa5e3fde2] socks connection closed\n2025-07-03 17:09:46.364 [info] [command][4a69a46e-ee59-4109-9057-2816d76029a0] Socket close event received\n2025-07-03 17:09:46.370 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51751 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:10:46.367 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:10:46.368 [info] [command][1c385639-bd49-4513-bf71-1470398a96f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""1c385639-bd49-4513-bf71-1470398a96f7""}\n2025-07-03 17:10:46.369 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a222826d-e5a4-4269-b169-75cd7b87fe15] received connection request\n2025-07-03 17:10:46.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:10:46.383 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a222826d-e5a4-4269-b169-75cd7b87fe15] socks forwarding established\n2025-07-03 17:10:46.397 [info] [command][1c385639-bd49-4513-bf71-1470398a96f7] Process exited with code 0\n2025-07-03 17:10:46.397 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a222826d-e5a4-4269-b169-75cd7b87fe15] socks connection closed\n2025-07-03 17:10:46.397 [info] [command][1c385639-bd49-4513-bf71-1470398a96f7] Socket close event received\n2025-07-03 17:10:46.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51773 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:11:46.402 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:11:46.403 [info] [command][58b5a0f6-c3bd-4a84-ba94-1c37015080b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""58b5a0f6-c3bd-4a84-ba94-1c37015080b8""}\n2025-07-03 17:11:46.404 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][5fed029d-a6d3-45f4-9aee-9cf80e3d142c] received connection request\n2025-07-03 17:11:46.405 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:11:46.411 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5fed029d-a6d3-45f4-9aee-9cf80e3d142c] socks forwarding established\n2025-07-03 17:11:46.420 [info] [command][58b5a0f6-c3bd-4a84-ba94-1c37015080b8] Process exited with code 0\n2025-07-03 17:11:46.420 [info] [command][58b5a0f6-c3bd-4a84-ba94-1c37015080b8] Socket close event received\n2025-07-03 17:11:46.421 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][5fed029d-a6d3-45f4-9aee-9cf80e3d142c] socks connection closed\n2025-07-03 17:11:46.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51793 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:12:46.422 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:12:46.424 [info] [command][0857df1e-2274-4510-b5b7-9822fbc9c077] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0857df1e-2274-4510-b5b7-9822fbc9c077""}\n2025-07-03 17:12:46.424 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][9b209092-9d1b-409a-8cc2-21db079ddd37] received connection request\n2025-07-03 17:12:46.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:12:46.432 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9b209092-9d1b-409a-8cc2-21db079ddd37] socks forwarding established\n2025-07-03 17:12:46.443 [info] [command][0857df1e-2274-4510-b5b7-9822fbc9c077] Process exited with code 0\n2025-07-03 17:12:46.444 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][9b209092-9d1b-409a-8cc2-21db079ddd37] socks connection closed\n2025-07-03 17:12:46.444 [info] [command][0857df1e-2274-4510-b5b7-9822fbc9c077] Socket close event received\n2025-07-03 17:12:46.451 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51813 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:13:46.448 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:13:46.450 [info] [command][663ae203-b924-44f6-9d6a-6bde31a130d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""663ae203-b924-44f6-9d6a-6bde31a130d9""}\n2025-07-03 17:13:46.451 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][56eb671b-6b06-4894-ba1c-21f357c9cc71] received connection request\n2025-07-03 17:13:46.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:13:46.465 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][56eb671b-6b06-4894-ba1c-21f357c9cc71] socks forwarding established\n2025-07-03 17:13:46.573 [info] [command][663ae203-b924-44f6-9d6a-6bde31a130d9] Process exited with code 0\n2025-07-03 17:13:46.573 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][56eb671b-6b06-4894-ba1c-21f357c9cc71] socks connection closed\n2025-07-03 17:13:46.573 [info] [command][663ae203-b924-44f6-9d6a-6bde31a130d9] Socket close event received\n2025-07-03 17:13:46.580 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51867 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:14:46.576 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:14:46.577 [info] [command][99403a47-8476-43c7-a272-4b690405dee3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""99403a47-8476-43c7-a272-4b690405dee3""}\n2025-07-03 17:14:46.578 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][6ddd0b8a-06f2-4504-87f1-f51fcfc9c7c4] received connection request\n2025-07-03 17:14:46.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:14:46.584 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6ddd0b8a-06f2-4504-87f1-f51fcfc9c7c4] socks forwarding established\n2025-07-03 17:14:46.597 [info] [command][99403a47-8476-43c7-a272-4b690405dee3] Process exited with code 0\n2025-07-03 17:14:46.597 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6ddd0b8a-06f2-4504-87f1-f51fcfc9c7c4] socks connection closed\n2025-07-03 17:14:46.597 [info] [command][99403a47-8476-43c7-a272-4b690405dee3] Socket close event received\n2025-07-03 17:14:46.604 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51898 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:15:46.603 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:15:46.604 [info] [command][d9af4089-bbaf-4816-90f7-77c351cfbac1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d9af4089-bbaf-4816-90f7-77c351cfbac1""}\n2025-07-03 17:15:46.605 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2467f286-77cb-415b-8cb2-91ccde358438] received connection request\n2025-07-03 17:15:46.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:15:46.612 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2467f286-77cb-415b-8cb2-91ccde358438] socks forwarding established\n2025-07-03 17:15:46.622 [info] [command][d9af4089-bbaf-4816-90f7-77c351cfbac1] Process exited with code 0\n2025-07-03 17:15:46.622 [info] [command][d9af4089-bbaf-4816-90f7-77c351cfbac1] Socket close event received\n2025-07-03 17:15:46.623 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2467f286-77cb-415b-8cb2-91ccde358438] socks connection closed\n2025-07-03 17:15:46.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51923 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:16:46.627 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:16:46.628 [info] [command][0ce09937-02d8-4400-b955-cc893bf40d54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0ce09937-02d8-4400-b955-cc893bf40d54""}\n2025-07-03 17:16:46.629 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][149976be-fe7d-4b87-a653-fbed4e9ee6bd] received connection request\n2025-07-03 17:16:46.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:16:46.637 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][149976be-fe7d-4b87-a653-fbed4e9ee6bd] socks forwarding established\n2025-07-03 17:16:46.646 [info] [command][0ce09937-02d8-4400-b955-cc893bf40d54] Process exited with code 0\n2025-07-03 17:16:46.646 [info] [command][0ce09937-02d8-4400-b955-cc893bf40d54] Socket close event received\n2025-07-03 17:16:46.647 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][149976be-fe7d-4b87-a653-fbed4e9ee6bd] socks connection closed\n2025-07-03 17:16:46.651 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51944 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:17:46.651 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:17:46.652 [info] [command][b9d27c0c-9dc9-4dd7-b51b-abae0a91bf48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b9d27c0c-9dc9-4dd7-b51b-abae0a91bf48""}\n2025-07-03 17:17:46.653 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a17d90e3-585a-46eb-b81c-54a187ae4124] received connection request\n2025-07-03 17:17:46.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:17:46.725 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a17d90e3-585a-46eb-b81c-54a187ae4124] socks forwarding established\n2025-07-03 17:17:46.740 [info] [command][b9d27c0c-9dc9-4dd7-b51b-abae0a91bf48] Process exited with code 0\n2025-07-03 17:17:46.740 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a17d90e3-585a-46eb-b81c-54a187ae4124] socks connection closed\n2025-07-03 17:17:46.740 [info] [command][b9d27c0c-9dc9-4dd7-b51b-abae0a91bf48] Socket close event received\n2025-07-03 17:17:46.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 51966 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:18:46.743 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:18:46.744 [info] [command][3ece0572-e971-4340-89a4-89a6743d90e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3ece0572-e971-4340-89a4-89a6743d90e9""}\n2025-07-03 17:18:46.745 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ac8e7a50-32b3-4bb5-b698-36c95ba3a812] received connection request\n2025-07-03 17:18:46.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:18:46.753 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ac8e7a50-32b3-4bb5-b698-36c95ba3a812] socks forwarding established\n2025-07-03 17:18:46.764 [info] [command][3ece0572-e971-4340-89a4-89a6743d90e9] Process exited with code 0\n2025-07-03 17:18:46.764 [info] [command][3ece0572-e971-4340-89a4-89a6743d90e9] Socket close event received\n2025-07-03 17:18:46.766 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ac8e7a50-32b3-4bb5-b698-36c95ba3a812] socks connection closed\n2025-07-03 17:18:46.770 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52002 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:19:46.775 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:19:46.776 [info] [command][ff3fab43-3369-4c67-abd3-956036e57b94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ff3fab43-3369-4c67-abd3-956036e57b94""}\n2025-07-03 17:19:46.777 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ac22db4b-9a4b-4d43-b9f9-bd51e21cfa65] received connection request\n2025-07-03 17:19:46.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:19:46.787 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ac22db4b-9a4b-4d43-b9f9-bd51e21cfa65] socks forwarding established\n2025-07-03 17:19:46.801 [info] [command][ff3fab43-3369-4c67-abd3-956036e57b94] Process exited with code 0\n2025-07-03 17:19:46.801 [info] [command][ff3fab43-3369-4c67-abd3-956036e57b94] Socket close event received\n2025-07-03 17:19:46.802 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ac22db4b-9a4b-4d43-b9f9-bd51e21cfa65] socks connection closed\n2025-07-03 17:19:46.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52039 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:20:46.806 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:20:46.807 [info] [command][6840382c-4a4f-4dfa-8d6b-aad8bb676084] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6840382c-4a4f-4dfa-8d6b-aad8bb676084""}\n2025-07-03 17:20:46.808 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][567bce67-9211-4181-b717-2a33b36e8f58] received connection request\n2025-07-03 17:20:46.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:20:46.814 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][567bce67-9211-4181-b717-2a33b36e8f58] socks forwarding established\n2025-07-03 17:20:46.827 [info] [command][6840382c-4a4f-4dfa-8d6b-aad8bb676084] Process exited with code 0\n2025-07-03 17:20:46.828 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][567bce67-9211-4181-b717-2a33b36e8f58] socks connection closed\n2025-07-03 17:20:46.828 [info] [command][6840382c-4a4f-4dfa-8d6b-aad8bb676084] Socket close event received\n2025-07-03 17:20:46.834 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52074 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:21:46.833 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:21:46.834 [info] [command][a774b939-0aab-445c-ba00-a6aed3c6a6b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""a774b939-0aab-445c-ba00-a6aed3c6a6b4""}\n2025-07-03 17:21:46.835 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ac0668db-d92b-43b7-8930-84d825470657] received connection request\n2025-07-03 17:21:46.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:21:46.842 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ac0668db-d92b-43b7-8930-84d825470657] socks forwarding established\n2025-07-03 17:21:46.852 [info] [command][a774b939-0aab-445c-ba00-a6aed3c6a6b4] Process exited with code 0\n2025-07-03 17:21:46.852 [info] [command][a774b939-0aab-445c-ba00-a6aed3c6a6b4] Socket close event received\n2025-07-03 17:21:46.853 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ac0668db-d92b-43b7-8930-84d825470657] socks connection closed\n2025-07-03 17:21:46.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52092 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:22:46.858 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:22:46.860 [info] [command][d9333595-9bbb-4f61-b7ab-c0b1603fcba7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d9333595-9bbb-4f61-b7ab-c0b1603fcba7""}\n2025-07-03 17:22:46.860 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][adadcbff-ae9d-467e-a416-a2fedb87958b] received connection request\n2025-07-03 17:22:46.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:22:46.868 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][adadcbff-ae9d-467e-a416-a2fedb87958b] socks forwarding established\n2025-07-03 17:22:46.880 [info] [command][d9333595-9bbb-4f61-b7ab-c0b1603fcba7] Process exited with code 0\n2025-07-03 17:22:46.880 [info] [command][d9333595-9bbb-4f61-b7ab-c0b1603fcba7] Socket close event received\n2025-07-03 17:22:46.881 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][adadcbff-ae9d-467e-a416-a2fedb87958b] socks connection closed\n2025-07-03 17:22:46.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52119 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:23:46.886 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:23:46.887 [info] [command][7df3b484-ba4e-4f60-8d2b-1705e1977178] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""7df3b484-ba4e-4f60-8d2b-1705e1977178""}\n2025-07-03 17:23:46.888 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][690a2848-f09b-47c1-87c7-94cf244a8da6] received connection request\n2025-07-03 17:23:46.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:23:46.909 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][690a2848-f09b-47c1-87c7-94cf244a8da6] socks forwarding established\n2025-07-03 17:23:46.923 [info] [command][7df3b484-ba4e-4f60-8d2b-1705e1977178] Process exited with code 0\n2025-07-03 17:23:46.923 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][690a2848-f09b-47c1-87c7-94cf244a8da6] socks connection closed\n2025-07-03 17:23:46.923 [info] [command][7df3b484-ba4e-4f60-8d2b-1705e1977178] Socket close event received\n2025-07-03 17:23:46.929 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52153 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:24:46.925 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:24:46.927 [info] [command][5ece6adc-d71f-4175-9100-9d9aa1f8e352] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5ece6adc-d71f-4175-9100-9d9aa1f8e352""}\n2025-07-03 17:24:46.927 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][7ac39720-0a09-46f6-aa22-ee96cfd0ff0e] received connection request\n2025-07-03 17:24:46.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:24:46.938 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7ac39720-0a09-46f6-aa22-ee96cfd0ff0e] socks forwarding established\n2025-07-03 17:24:46.948 [info] [command][5ece6adc-d71f-4175-9100-9d9aa1f8e352] Process exited with code 0\n2025-07-03 17:24:46.948 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7ac39720-0a09-46f6-aa22-ee96cfd0ff0e] socks connection closed\n2025-07-03 17:24:46.948 [info] [command][5ece6adc-d71f-4175-9100-9d9aa1f8e352] Socket close event received\n2025-07-03 17:24:46.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52190 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:25:46.950 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:25:46.952 [info] [command][dc4064fb-585b-46a5-be37-8b17ade086e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""dc4064fb-585b-46a5-be37-8b17ade086e9""}\n2025-07-03 17:25:46.953 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3ba89cbf-2d6c-4459-9d29-08cb9b6d5adc] received connection request\n2025-07-03 17:25:46.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:25:46.963 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3ba89cbf-2d6c-4459-9d29-08cb9b6d5adc] socks forwarding established\n2025-07-03 17:25:46.972 [info] [command][dc4064fb-585b-46a5-be37-8b17ade086e9] Process exited with code 0\n2025-07-03 17:25:46.973 [info] [command][dc4064fb-585b-46a5-be37-8b17ade086e9] Socket close event received\n2025-07-03 17:25:46.973 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3ba89cbf-2d6c-4459-9d29-08cb9b6d5adc] socks connection closed\n2025-07-03 17:25:46.979 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52215 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:26:46.978 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:26:46.979 [info] [command][61e718e6-6f03-48a7-840f-ccfc236da03c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""61e718e6-6f03-48a7-840f-ccfc236da03c""}\n2025-07-03 17:26:46.979 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][91d9cd29-97f7-4b96-ad8e-0bb7e752896c] received connection request\n2025-07-03 17:26:46.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:26:46.987 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][91d9cd29-97f7-4b96-ad8e-0bb7e752896c] socks forwarding established\n2025-07-03 17:26:46.999 [info] [command][61e718e6-6f03-48a7-840f-ccfc236da03c] Process exited with code 0\n2025-07-03 17:26:46.999 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][91d9cd29-97f7-4b96-ad8e-0bb7e752896c] socks connection closed\n2025-07-03 17:26:46.999 [info] [command][61e718e6-6f03-48a7-840f-ccfc236da03c] Socket close event received\n2025-07-03 17:26:47.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52233 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:27:47.004 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:27:47.005 [info] [command][85ada901-a3dd-46da-b733-506043c0cc17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""85ada901-a3dd-46da-b733-506043c0cc17""}\n2025-07-03 17:27:47.006 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][81744db8-0520-48bb-8999-cb5c5849f081] received connection request\n2025-07-03 17:27:47.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:27:47.016 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][81744db8-0520-48bb-8999-cb5c5849f081] socks forwarding established\n2025-07-03 17:27:47.029 [info] [command][85ada901-a3dd-46da-b733-506043c0cc17] Process exited with code 0\n2025-07-03 17:27:47.029 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][81744db8-0520-48bb-8999-cb5c5849f081] socks connection closed\n2025-07-03 17:27:47.030 [info] [command][85ada901-a3dd-46da-b733-506043c0cc17] Socket close event received\n2025-07-03 17:27:47.035 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52252 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:28:47.035 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:28:47.037 [info] [command][1e5c8a80-5672-47ca-9cbd-f35c5998e79f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""1e5c8a80-5672-47ca-9cbd-f35c5998e79f""}\n2025-07-03 17:28:47.037 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][0abe8bd7-3f0f-4023-b0d1-8a13ada055e6] received connection request\n2025-07-03 17:28:47.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:28:47.044 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0abe8bd7-3f0f-4023-b0d1-8a13ada055e6] socks forwarding established\n2025-07-03 17:28:47.055 [info] [command][1e5c8a80-5672-47ca-9cbd-f35c5998e79f] Process exited with code 0\n2025-07-03 17:28:47.056 [info] [command][1e5c8a80-5672-47ca-9cbd-f35c5998e79f] Socket close event received\n2025-07-03 17:28:47.056 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0abe8bd7-3f0f-4023-b0d1-8a13ada055e6] socks connection closed\n2025-07-03 17:28:47.063 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52294 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:29:47.058 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:29:47.060 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d2fcf050-2c60-44fd-b2a9-4f2db63111b5] received connection request\n2025-07-03 17:29:47.060 [info] [command][2d598e70-f87c-4868-8806-49a08dc771ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2d598e70-f87c-4868-8806-49a08dc771ca""}\n2025-07-03 17:29:47.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:29:47.068 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d2fcf050-2c60-44fd-b2a9-4f2db63111b5] socks forwarding established\n2025-07-03 17:29:47.082 [info] [command][2d598e70-f87c-4868-8806-49a08dc771ca] Process exited with code 0\n2025-07-03 17:29:47.082 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d2fcf050-2c60-44fd-b2a9-4f2db63111b5] socks connection closed\n2025-07-03 17:29:47.083 [info] [command][2d598e70-f87c-4868-8806-49a08dc771ca] Socket close event received\n2025-07-03 17:29:47.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52331 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:30:47.088 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:30:47.089 [info] [command][42eae7ef-3feb-4b46-901b-e5e22ec63a6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""42eae7ef-3feb-4b46-901b-e5e22ec63a6f""}\n2025-07-03 17:30:47.090 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][48d5391e-628b-4fd5-843d-0a4caa21f118] received connection request\n2025-07-03 17:30:47.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:30:47.098 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][48d5391e-628b-4fd5-843d-0a4caa21f118] socks forwarding established\n2025-07-03 17:30:47.107 [info] [command][42eae7ef-3feb-4b46-901b-e5e22ec63a6f] Process exited with code 0\n2025-07-03 17:30:47.107 [info] [command][42eae7ef-3feb-4b46-901b-e5e22ec63a6f] Socket close event received\n2025-07-03 17:30:47.107 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][48d5391e-628b-4fd5-843d-0a4caa21f118] socks connection closed\n2025-07-03 17:30:47.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52354 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:31:47.111 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:31:47.113 [info] [command][71124fda-df87-4aac-84f3-8c015c4837ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""71124fda-df87-4aac-84f3-8c015c4837ea""}\n2025-07-03 17:31:47.114 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][00922131-27fb-4049-bed7-7a5bd4243e5a] received connection request\n2025-07-03 17:31:47.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:31:47.121 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][00922131-27fb-4049-bed7-7a5bd4243e5a] socks forwarding established\n2025-07-03 17:31:47.133 [info] [command][71124fda-df87-4aac-84f3-8c015c4837ea] Process exited with code 0\n2025-07-03 17:31:47.133 [info] [command][71124fda-df87-4aac-84f3-8c015c4837ea] Socket close event received\n2025-07-03 17:31:47.133 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][00922131-27fb-4049-bed7-7a5bd4243e5a] socks connection closed\n2025-07-03 17:31:47.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52383 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:32:47.139 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:32:47.140 [info] [command][47f40529-3ad5-41ad-9cb9-aa74d5b5c66e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""47f40529-3ad5-41ad-9cb9-aa74d5b5c66e""}\n2025-07-03 17:32:47.141 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][4b0685c2-170b-47ee-b8b1-acf9d5a6de2e] received connection request\n2025-07-03 17:32:47.141 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:32:47.178 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4b0685c2-170b-47ee-b8b1-acf9d5a6de2e] socks forwarding established\n2025-07-03 17:32:47.191 [info] [command][47f40529-3ad5-41ad-9cb9-aa74d5b5c66e] Process exited with code 0\n2025-07-03 17:32:47.191 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4b0685c2-170b-47ee-b8b1-acf9d5a6de2e] socks connection closed\n2025-07-03 17:32:47.191 [info] [command][47f40529-3ad5-41ad-9cb9-aa74d5b5c66e] Socket close event received\n2025-07-03 17:32:47.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52405 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:33:47.192 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:33:47.194 [info] [command][0912598d-fbcb-4afb-9393-19c4d9cbd171] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0912598d-fbcb-4afb-9393-19c4d9cbd171""}\n2025-07-03 17:33:47.194 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3977b06f-afdb-458a-b983-1fcf89af355f] received connection request\n2025-07-03 17:33:47.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:33:47.209 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3977b06f-afdb-458a-b983-1fcf89af355f] socks forwarding established\n2025-07-03 17:33:47.220 [info] [command][0912598d-fbcb-4afb-9393-19c4d9cbd171] Process exited with code 0\n2025-07-03 17:33:47.220 [info] [command][0912598d-fbcb-4afb-9393-19c4d9cbd171] Socket close event received\n2025-07-03 17:33:47.221 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3977b06f-afdb-458a-b983-1fcf89af355f] socks connection closed\n2025-07-03 17:33:47.225 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52452 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:34:47.223 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:34:47.223 [info] [command][264cb405-84c6-4da2-933d-3221ec490422] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""264cb405-84c6-4da2-933d-3221ec490422""}\n2025-07-03 17:34:47.224 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bbaa232d-c432-4aa6-8057-bd5c0ca5e4a5] received connection request\n2025-07-03 17:34:47.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:34:47.232 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bbaa232d-c432-4aa6-8057-bd5c0ca5e4a5] socks forwarding established\n2025-07-03 17:34:47.240 [info] [command][264cb405-84c6-4da2-933d-3221ec490422] Process exited with code 0\n2025-07-03 17:34:47.240 [info] [command][264cb405-84c6-4da2-933d-3221ec490422] Socket close event received\n2025-07-03 17:34:47.241 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bbaa232d-c432-4aa6-8057-bd5c0ca5e4a5] socks connection closed\n2025-07-03 17:34:47.245 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52484 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:35:47.245 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:35:47.246 [info] [command][851a37b0-e0b2-4af7-9310-4cf5d9b1dd26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""851a37b0-e0b2-4af7-9310-4cf5d9b1dd26""}\n2025-07-03 17:35:47.247 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d05a5fb0-9695-4e0f-8e5c-5067bbce1b2a] received connection request\n2025-07-03 17:35:47.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:35:47.273 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d05a5fb0-9695-4e0f-8e5c-5067bbce1b2a] socks forwarding established\n2025-07-03 17:35:47.284 [info] [command][851a37b0-e0b2-4af7-9310-4cf5d9b1dd26] Process exited with code 0\n2025-07-03 17:35:47.284 [info] [command][851a37b0-e0b2-4af7-9310-4cf5d9b1dd26] Socket close event received\n2025-07-03 17:35:47.285 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d05a5fb0-9695-4e0f-8e5c-5067bbce1b2a] socks connection closed\n2025-07-03 17:35:47.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52509 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:36:47.287 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:36:47.289 [info] [command][8f0eef4d-6329-4728-8089-4a4c80ff7cf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8f0eef4d-6329-4728-8089-4a4c80ff7cf9""}\n2025-07-03 17:36:47.290 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][da771268-bb4b-4e73-b9cc-0ad6f5362ce0] received connection request\n2025-07-03 17:36:47.290 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:36:47.297 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][da771268-bb4b-4e73-b9cc-0ad6f5362ce0] socks forwarding established\n2025-07-03 17:36:47.307 [info] [command][8f0eef4d-6329-4728-8089-4a4c80ff7cf9] Process exited with code 0\n2025-07-03 17:36:47.308 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][da771268-bb4b-4e73-b9cc-0ad6f5362ce0] socks connection closed\n2025-07-03 17:36:47.308 [info] [command][8f0eef4d-6329-4728-8089-4a4c80ff7cf9] Socket close event received\n2025-07-03 17:36:47.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52529 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:37:47.322 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:37:47.324 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bde75c16-6a1c-429e-8eea-0a06b1190e97] received connection request\n2025-07-03 17:37:47.324 [info] [command][c4804d5f-74b3-4bfe-9960-a4d71118af63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c4804d5f-74b3-4bfe-9960-a4d71118af63""}\n2025-07-03 17:37:47.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:37:47.341 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bde75c16-6a1c-429e-8eea-0a06b1190e97] socks forwarding established\n2025-07-03 17:37:47.354 [info] [command][c4804d5f-74b3-4bfe-9960-a4d71118af63] Process exited with code 0\n2025-07-03 17:37:47.354 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bde75c16-6a1c-429e-8eea-0a06b1190e97] socks connection closed\n2025-07-03 17:37:47.354 [info] [command][c4804d5f-74b3-4bfe-9960-a4d71118af63] Socket close event received\n2025-07-03 17:37:47.361 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52548 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:38:47.355 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:38:47.357 [info] [command][847e08c1-1c7c-44e2-926f-64a9b072009c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""847e08c1-1c7c-44e2-926f-64a9b072009c""}\n2025-07-03 17:38:47.358 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][50c20464-d913-45ff-93ca-2cc5656737dd] received connection request\n2025-07-03 17:38:47.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:38:47.364 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][50c20464-d913-45ff-93ca-2cc5656737dd] socks forwarding established\n2025-07-03 17:38:47.376 [info] [command][847e08c1-1c7c-44e2-926f-64a9b072009c] Process exited with code 0\n2025-07-03 17:38:47.377 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][50c20464-d913-45ff-93ca-2cc5656737dd] socks connection closed\n2025-07-03 17:38:47.377 [info] [command][847e08c1-1c7c-44e2-926f-64a9b072009c] Socket close event received\n2025-07-03 17:38:47.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52582 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:39:47.378 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:39:47.379 [info] [command][47a131de-b5cb-42f2-8ed5-54477be2c69f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""47a131de-b5cb-42f2-8ed5-54477be2c69f""}\n2025-07-03 17:39:47.380 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3f739843-8d6b-44f0-a39a-e20189700d37] received connection request\n2025-07-03 17:39:47.381 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:39:47.413 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3f739843-8d6b-44f0-a39a-e20189700d37] socks forwarding established\n2025-07-03 17:39:47.429 [info] [command][47a131de-b5cb-42f2-8ed5-54477be2c69f] Process exited with code 0\n2025-07-03 17:39:47.429 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3f739843-8d6b-44f0-a39a-e20189700d37] socks connection closed\n2025-07-03 17:39:47.429 [info] [command][47a131de-b5cb-42f2-8ed5-54477be2c69f] Socket close event received\n2025-07-03 17:39:47.441 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52614 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:40:47.430 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:40:47.431 [info] [command][66813e52-f92c-48eb-b843-d78c1132d6f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""66813e52-f92c-48eb-b843-d78c1132d6f2""}\n2025-07-03 17:40:47.431 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][b2f7c669-1560-4547-ba91-9047e1b40bf7] received connection request\n2025-07-03 17:40:47.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:40:47.437 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b2f7c669-1560-4547-ba91-9047e1b40bf7] socks forwarding established\n2025-07-03 17:40:47.446 [info] [command][66813e52-f92c-48eb-b843-d78c1132d6f2] Process exited with code 0\n2025-07-03 17:40:47.446 [info] [command][66813e52-f92c-48eb-b843-d78c1132d6f2] Socket close event received\n2025-07-03 17:40:47.447 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b2f7c669-1560-4547-ba91-9047e1b40bf7] socks connection closed\n2025-07-03 17:40:47.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52636 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:41:47.452 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:41:47.454 [info] [command][abdca315-ba12-452e-90fd-17813674d320] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""abdca315-ba12-452e-90fd-17813674d320""}\n2025-07-03 17:41:47.455 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][357180bb-51c3-4dac-8213-22640700e70c] received connection request\n2025-07-03 17:41:47.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:41:47.461 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][357180bb-51c3-4dac-8213-22640700e70c] socks forwarding established\n2025-07-03 17:41:47.470 [info] [command][abdca315-ba12-452e-90fd-17813674d320] Process exited with code 0\n2025-07-03 17:41:47.470 [info] [command][abdca315-ba12-452e-90fd-17813674d320] Socket close event received\n2025-07-03 17:41:47.471 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][357180bb-51c3-4dac-8213-22640700e70c] socks connection closed\n2025-07-03 17:41:47.484 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52657 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:42:47.476 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:42:47.479 [info] [command][b3b3b18d-baf6-4cd3-b256-302b5d291682] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b3b3b18d-baf6-4cd3-b256-302b5d291682""}\n2025-07-03 17:42:47.479 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][32debb70-a9d2-4654-bf06-44b1e82b82a0] received connection request\n2025-07-03 17:42:47.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:42:47.487 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][32debb70-a9d2-4654-bf06-44b1e82b82a0] socks forwarding established\n2025-07-03 17:42:47.500 [info] [command][b3b3b18d-baf6-4cd3-b256-302b5d291682] Process exited with code 0\n2025-07-03 17:42:47.501 [info] [command][b3b3b18d-baf6-4cd3-b256-302b5d291682] Socket close event received\n2025-07-03 17:42:47.501 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][32debb70-a9d2-4654-bf06-44b1e82b82a0] socks connection closed\n2025-07-03 17:42:47.506 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52678 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:43:47.506 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:43:47.507 [info] [command][41c92bdb-7d1c-4806-b684-542c0c996002] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""41c92bdb-7d1c-4806-b684-542c0c996002""}\n2025-07-03 17:43:47.508 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][62d978b9-2cba-40e6-9023-8cfaa4b9d197] received connection request\n2025-07-03 17:43:47.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:43:47.514 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][62d978b9-2cba-40e6-9023-8cfaa4b9d197] socks forwarding established\n2025-07-03 17:43:47.524 [info] [command][41c92bdb-7d1c-4806-b684-542c0c996002] Process exited with code 0\n2025-07-03 17:43:47.525 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][62d978b9-2cba-40e6-9023-8cfaa4b9d197] socks connection closed\n2025-07-03 17:43:47.525 [info] [command][41c92bdb-7d1c-4806-b684-542c0c996002] Socket close event received\n2025-07-03 17:43:47.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52711 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:44:47.524 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:44:47.525 [info] [command][8f5dbb19-da76-42de-8fc4-3a5afd44ed6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8f5dbb19-da76-42de-8fc4-3a5afd44ed6f""}\n2025-07-03 17:44:47.526 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][fcec39ef-691b-466a-85b0-547aa6698b41] received connection request\n2025-07-03 17:44:47.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:44:47.532 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][fcec39ef-691b-466a-85b0-547aa6698b41] socks forwarding established\n2025-07-03 17:44:47.545 [info] [command][8f5dbb19-da76-42de-8fc4-3a5afd44ed6f] Process exited with code 0\n2025-07-03 17:44:47.546 [info] [command][8f5dbb19-da76-42de-8fc4-3a5afd44ed6f] Socket close event received\n2025-07-03 17:44:47.546 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][fcec39ef-691b-466a-85b0-547aa6698b41] socks connection closed\n2025-07-03 17:44:47.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52745 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:45:47.548 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:45:47.549 [info] [command][ecaafe81-f2c4-4980-932c-11ddea859cbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ecaafe81-f2c4-4980-932c-11ddea859cbc""}\n2025-07-03 17:45:47.550 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][cf205774-a58f-461e-acc5-cc5f9ca3dc01] received connection request\n2025-07-03 17:45:47.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:45:47.558 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cf205774-a58f-461e-acc5-cc5f9ca3dc01] socks forwarding established\n2025-07-03 17:45:47.569 [info] [command][ecaafe81-f2c4-4980-932c-11ddea859cbc] Process exited with code 0\n2025-07-03 17:45:47.570 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][cf205774-a58f-461e-acc5-cc5f9ca3dc01] socks connection closed\n2025-07-03 17:45:47.570 [info] [command][ecaafe81-f2c4-4980-932c-11ddea859cbc] Socket close event received\n2025-07-03 17:45:47.575 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52777 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:46:47.570 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:46:47.572 [info] [command][b0f0802a-18ee-4a00-b59d-d1427b8db26d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b0f0802a-18ee-4a00-b59d-d1427b8db26d""}\n2025-07-03 17:46:47.573 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][04b12c71-147f-4b6b-8ca7-769b8c45056f] received connection request\n2025-07-03 17:46:47.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:46:47.581 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][04b12c71-147f-4b6b-8ca7-769b8c45056f] socks forwarding established\n2025-07-03 17:46:47.593 [info] [command][b0f0802a-18ee-4a00-b59d-d1427b8db26d] Process exited with code 0\n2025-07-03 17:46:47.593 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][04b12c71-147f-4b6b-8ca7-769b8c45056f] socks connection closed\n2025-07-03 17:46:47.594 [info] [command][b0f0802a-18ee-4a00-b59d-d1427b8db26d] Socket close event received\n2025-07-03 17:46:47.600 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52805 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:47:47.598 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:47:47.599 [info] [command][f01b59c8-2b1d-461f-9e7d-6c0d0ef3d988] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""f01b59c8-2b1d-461f-9e7d-6c0d0ef3d988""}\n2025-07-03 17:47:47.600 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2e53933e-6299-42a8-a66c-9826043689df] received connection request\n2025-07-03 17:47:47.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:47:47.606 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2e53933e-6299-42a8-a66c-9826043689df] socks forwarding established\n2025-07-03 17:47:47.615 [info] [command][f01b59c8-2b1d-461f-9e7d-6c0d0ef3d988] Process exited with code 0\n2025-07-03 17:47:47.615 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2e53933e-6299-42a8-a66c-9826043689df] socks connection closed\n2025-07-03 17:47:47.615 [info] [command][f01b59c8-2b1d-461f-9e7d-6c0d0ef3d988] Socket close event received\n2025-07-03 17:47:47.622 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52832 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:48:47.620 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:48:47.622 [info] [command][ecafef75-dfec-41b4-afb3-1eefadb809e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ecafef75-dfec-41b4-afb3-1eefadb809e8""}\n2025-07-03 17:48:47.623 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][7d59a330-2604-4cd7-969e-ed819bdde695] received connection request\n2025-07-03 17:48:47.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:48:47.629 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7d59a330-2604-4cd7-969e-ed819bdde695] socks forwarding established\n2025-07-03 17:48:47.640 [info] [command][ecafef75-dfec-41b4-afb3-1eefadb809e8] Process exited with code 0\n2025-07-03 17:48:47.640 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7d59a330-2604-4cd7-969e-ed819bdde695] socks connection closed\n2025-07-03 17:48:47.640 [info] [command][ecafef75-dfec-41b4-afb3-1eefadb809e8] Socket close event received\n2025-07-03 17:48:47.646 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52873 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:49:47.644 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:49:47.645 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3388257c-e8bf-4cf6-9f70-74cb27739ab8] received connection request\n2025-07-03 17:49:47.646 [info] [command][12f680ec-d896-4ddb-a036-2d7560688321] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""12f680ec-d896-4ddb-a036-2d7560688321""}\n2025-07-03 17:49:47.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:49:47.653 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3388257c-e8bf-4cf6-9f70-74cb27739ab8] socks forwarding established\n2025-07-03 17:49:47.667 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3388257c-e8bf-4cf6-9f70-74cb27739ab8] socks connection closed\n2025-07-03 17:49:47.668 [info] [command][12f680ec-d896-4ddb-a036-2d7560688321] Process exited with code 0\n2025-07-03 17:49:47.668 [info] [command][12f680ec-d896-4ddb-a036-2d7560688321] Socket close event received\n2025-07-03 17:49:47.673 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52912 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:50:47.673 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:50:47.675 [info] [command][0f01dca2-7d0f-46df-a2e0-477d7760aad5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0f01dca2-7d0f-46df-a2e0-477d7760aad5""}\n2025-07-03 17:50:47.676 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][32af9dc3-90c1-460d-97b9-0e391c76ffe1] received connection request\n2025-07-03 17:50:47.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:50:47.684 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][32af9dc3-90c1-460d-97b9-0e391c76ffe1] socks forwarding established\n2025-07-03 17:50:47.695 [info] [command][0f01dca2-7d0f-46df-a2e0-477d7760aad5] Process exited with code 0\n2025-07-03 17:50:47.695 [info] [command][0f01dca2-7d0f-46df-a2e0-477d7760aad5] Socket close event received\n2025-07-03 17:50:47.696 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][32af9dc3-90c1-460d-97b9-0e391c76ffe1] socks connection closed\n2025-07-03 17:50:47.700 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52937 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:51:47.697 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:51:47.698 [info] [command][31406376-ec67-446c-9b9c-df18579a127d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""31406376-ec67-446c-9b9c-df18579a127d""}\n2025-07-03 17:51:47.699 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ef610be6-a028-4a42-bd51-b222e8c1268d] received connection request\n2025-07-03 17:51:47.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:51:47.707 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ef610be6-a028-4a42-bd51-b222e8c1268d] socks forwarding established\n2025-07-03 17:51:47.832 [info] [command][31406376-ec67-446c-9b9c-df18579a127d] Process exited with code 0\n2025-07-03 17:51:47.832 [info] [command][31406376-ec67-446c-9b9c-df18579a127d] Socket close event received\n2025-07-03 17:51:47.833 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ef610be6-a028-4a42-bd51-b222e8c1268d] socks connection closed\n2025-07-03 17:51:47.839 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52960 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:52:47.837 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:52:47.838 [info] [command][4fc55087-b13b-42b5-bfa1-e7d24742f183] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4fc55087-b13b-42b5-bfa1-e7d24742f183""}\n2025-07-03 17:52:47.839 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][825296ad-8f77-46fb-97a7-20f7f6f70a62] received connection request\n2025-07-03 17:52:47.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:52:47.883 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][825296ad-8f77-46fb-97a7-20f7f6f70a62] socks forwarding established\n2025-07-03 17:52:47.896 [info] [command][4fc55087-b13b-42b5-bfa1-e7d24742f183] Process exited with code 0\n2025-07-03 17:52:47.896 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][825296ad-8f77-46fb-97a7-20f7f6f70a62] socks connection closed\n2025-07-03 17:52:47.896 [info] [command][4fc55087-b13b-42b5-bfa1-e7d24742f183] Socket close event received\n2025-07-03 17:52:47.903 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 52983 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:53:47.897 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:53:47.898 [info] [command][5701b5d8-0d06-4ced-8e51-c17670a95185] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5701b5d8-0d06-4ced-8e51-c17670a95185""}\n2025-07-03 17:53:47.899 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d4633ec6-0917-464b-8094-d0fdb332630a] received connection request\n2025-07-03 17:53:47.899 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:53:47.905 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d4633ec6-0917-464b-8094-d0fdb332630a] socks forwarding established\n2025-07-03 17:53:47.915 [info] [command][5701b5d8-0d06-4ced-8e51-c17670a95185] Process exited with code 0\n2025-07-03 17:53:47.915 [info] [command][5701b5d8-0d06-4ced-8e51-c17670a95185] Socket close event received\n2025-07-03 17:53:47.916 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d4633ec6-0917-464b-8094-d0fdb332630a] socks connection closed\n2025-07-03 17:53:47.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53019 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:54:47.920 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:54:47.922 [info] [command][8d69a51a-d21d-4a54-bcb8-7ea421bacff1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8d69a51a-d21d-4a54-bcb8-7ea421bacff1""}\n2025-07-03 17:54:47.923 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bc009d6b-1814-4719-b638-d002126042e0] received connection request\n2025-07-03 17:54:47.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:54:47.942 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bc009d6b-1814-4719-b638-d002126042e0] socks forwarding established\n2025-07-03 17:54:47.955 [info] [command][8d69a51a-d21d-4a54-bcb8-7ea421bacff1] Process exited with code 0\n2025-07-03 17:54:47.956 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bc009d6b-1814-4719-b638-d002126042e0] socks connection closed\n2025-07-03 17:54:47.956 [info] [command][8d69a51a-d21d-4a54-bcb8-7ea421bacff1] Socket close event received\n2025-07-03 17:54:47.963 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53052 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:55:47.957 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:55:47.958 [info] [command][9f97af11-6782-4c8d-95af-f41d362885b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""9f97af11-6782-4c8d-95af-f41d362885b8""}\n2025-07-03 17:55:47.959 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2c27f77e-76b4-4fad-8c4d-67128e7884a7] received connection request\n2025-07-03 17:55:47.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:55:47.966 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2c27f77e-76b4-4fad-8c4d-67128e7884a7] socks forwarding established\n2025-07-03 17:55:47.980 [info] [command][9f97af11-6782-4c8d-95af-f41d362885b8] Process exited with code 0\n2025-07-03 17:55:47.981 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2c27f77e-76b4-4fad-8c4d-67128e7884a7] socks connection closed\n2025-07-03 17:55:47.981 [info] [command][9f97af11-6782-4c8d-95af-f41d362885b8] Socket close event received\n2025-07-03 17:55:47.989 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53074 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:56:47.983 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:56:47.984 [info] [command][f2b0184d-9883-4e84-b807-651740e8dabb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""f2b0184d-9883-4e84-b807-651740e8dabb""}\n2025-07-03 17:56:47.985 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a7e023a1-9a75-4fb5-b18a-99bb329db7fc] received connection request\n2025-07-03 17:56:47.985 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:56:47.992 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a7e023a1-9a75-4fb5-b18a-99bb329db7fc] socks forwarding established\n2025-07-03 17:56:48.002 [info] [command][f2b0184d-9883-4e84-b807-651740e8dabb] Process exited with code 0\n2025-07-03 17:56:48.002 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a7e023a1-9a75-4fb5-b18a-99bb329db7fc] socks connection closed\n2025-07-03 17:56:48.003 [info] [command][f2b0184d-9883-4e84-b807-651740e8dabb] Socket close event received\n2025-07-03 17:56:48.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53094 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:57:48.005 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:57:48.006 [info] [command][f3c0509c-245b-4c1e-b6f3-70a12e36c603] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""f3c0509c-245b-4c1e-b6f3-70a12e36c603""}\n2025-07-03 17:57:48.007 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f63311c5-8c14-4044-a9c1-0d212dc83456] received connection request\n2025-07-03 17:57:48.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:57:48.014 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f63311c5-8c14-4044-a9c1-0d212dc83456] socks forwarding established\n2025-07-03 17:57:48.115 [info] [command][f3c0509c-245b-4c1e-b6f3-70a12e36c603] Process exited with code 0\n2025-07-03 17:57:48.116 [info] [command][f3c0509c-245b-4c1e-b6f3-70a12e36c603] Socket close event received\n2025-07-03 17:57:48.116 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f63311c5-8c14-4044-a9c1-0d212dc83456] socks connection closed\n2025-07-03 17:57:48.121 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53113 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:58:48.120 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:58:48.123 [info] [command][7bf7cbd3-5d6e-48a3-b50a-57a2b1aa4d74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""7bf7cbd3-5d6e-48a3-b50a-57a2b1aa4d74""}\n2025-07-03 17:58:48.124 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f3d47373-7597-4236-aab8-5c016585afcf] received connection request\n2025-07-03 17:58:48.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:58:48.130 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f3d47373-7597-4236-aab8-5c016585afcf] socks forwarding established\n2025-07-03 17:58:48.140 [info] [command][7bf7cbd3-5d6e-48a3-b50a-57a2b1aa4d74] Process exited with code 0\n2025-07-03 17:58:48.140 [info] [command][7bf7cbd3-5d6e-48a3-b50a-57a2b1aa4d74] Socket close event received\n2025-07-03 17:58:48.141 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f3d47373-7597-4236-aab8-5c016585afcf] socks connection closed\n2025-07-03 17:58:48.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53163 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 17:59:48.144 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 17:59:48.147 [info] [command][624555c8-137b-42ae-bfdc-3dd732c60754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""624555c8-137b-42ae-bfdc-3dd732c60754""}\n2025-07-03 17:59:48.147 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][4f7b7698-9784-48f1-9481-706d13dbca9c] received connection request\n2025-07-03 17:59:48.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 17:59:48.155 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4f7b7698-9784-48f1-9481-706d13dbca9c] socks forwarding established\n2025-07-03 17:59:48.166 [info] [command][624555c8-137b-42ae-bfdc-3dd732c60754] Process exited with code 0\n2025-07-03 17:59:48.167 [info] [command][624555c8-137b-42ae-bfdc-3dd732c60754] Socket close event received\n2025-07-03 17:59:48.167 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][4f7b7698-9784-48f1-9481-706d13dbca9c] socks connection closed\n2025-07-03 17:59:48.173 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53203 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:00:48.169 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:00:48.170 [info] [command][c635cf3d-8856-4f5a-a8dc-6e68f55aa8a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c635cf3d-8856-4f5a-a8dc-6e68f55aa8a1""}\n2025-07-03 18:00:48.171 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][89bc4905-2b8a-4dac-aa6a-8da4613792bb] received connection request\n2025-07-03 18:00:48.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:00:48.178 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][89bc4905-2b8a-4dac-aa6a-8da4613792bb] socks forwarding established\n2025-07-03 18:00:48.189 [info] [command][c635cf3d-8856-4f5a-a8dc-6e68f55aa8a1] Process exited with code 0\n2025-07-03 18:00:48.190 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][89bc4905-2b8a-4dac-aa6a-8da4613792bb] socks connection closed\n2025-07-03 18:00:48.190 [info] [command][c635cf3d-8856-4f5a-a8dc-6e68f55aa8a1] Socket close event received\n2025-07-03 18:00:48.197 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53228 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:01:48.194 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:01:48.196 [info] [command][57b6c64f-6569-4a28-a91c-210e7ad24cd8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""57b6c64f-6569-4a28-a91c-210e7ad24cd8""}\n2025-07-03 18:01:48.196 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][242388b1-79b2-4127-865e-8b3389a22cf3] received connection request\n2025-07-03 18:01:48.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:01:48.203 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][242388b1-79b2-4127-865e-8b3389a22cf3] socks forwarding established\n2025-07-03 18:01:48.212 [info] [command][57b6c64f-6569-4a28-a91c-210e7ad24cd8] Process exited with code 0\n2025-07-03 18:01:48.212 [info] [command][57b6c64f-6569-4a28-a91c-210e7ad24cd8] Socket close event received\n2025-07-03 18:01:48.212 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][242388b1-79b2-4127-865e-8b3389a22cf3] socks connection closed\n2025-07-03 18:01:48.218 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53254 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:02:48.213 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:02:48.214 [info] [command][c493cafb-bef4-42a5-8a22-8fe86e0fc56c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""c493cafb-bef4-42a5-8a22-8fe86e0fc56c""}\n2025-07-03 18:02:48.215 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f29d7c2b-c38f-4f2d-9f40-fd9aa11d775d] received connection request\n2025-07-03 18:02:48.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:02:48.223 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f29d7c2b-c38f-4f2d-9f40-fd9aa11d775d] socks forwarding established\n2025-07-03 18:02:48.231 [info] [command][c493cafb-bef4-42a5-8a22-8fe86e0fc56c] Process exited with code 0\n2025-07-03 18:02:48.232 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f29d7c2b-c38f-4f2d-9f40-fd9aa11d775d] socks connection closed\n2025-07-03 18:02:48.232 [info] [command][c493cafb-bef4-42a5-8a22-8fe86e0fc56c] Socket close event received\n2025-07-03 18:02:48.238 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53278 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:03:48.237 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:03:48.238 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][b4322a95-725d-44c2-9a23-977217d3586c] received connection request\n2025-07-03 18:03:48.238 [info] [command][2805006f-021e-4b17-836c-44d868c717de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2805006f-021e-4b17-836c-44d868c717de""}\n2025-07-03 18:03:48.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:03:48.246 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b4322a95-725d-44c2-9a23-977217d3586c] socks forwarding established\n2025-07-03 18:03:48.259 [info] [command][2805006f-021e-4b17-836c-44d868c717de] Process exited with code 0\n2025-07-03 18:03:48.259 [info] [command][2805006f-021e-4b17-836c-44d868c717de] Socket close event received\n2025-07-03 18:03:48.260 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b4322a95-725d-44c2-9a23-977217d3586c] socks connection closed\n2025-07-03 18:03:48.266 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53314 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:04:48.261 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:04:48.262 [info] [command][565f1c76-5cdc-4eff-9633-eaccd6aac345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""565f1c76-5cdc-4eff-9633-eaccd6aac345""}\n2025-07-03 18:04:48.262 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][e10b9565-14f1-4063-b0aa-09572ed945a4] received connection request\n2025-07-03 18:04:48.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:04:48.267 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e10b9565-14f1-4063-b0aa-09572ed945a4] socks forwarding established\n2025-07-03 18:04:48.278 [info] [command][565f1c76-5cdc-4eff-9633-eaccd6aac345] Process exited with code 0\n2025-07-03 18:04:48.278 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e10b9565-14f1-4063-b0aa-09572ed945a4] socks connection closed\n2025-07-03 18:04:48.278 [info] [command][565f1c76-5cdc-4eff-9633-eaccd6aac345] Socket close event received\n2025-07-03 18:04:48.284 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53351 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:05:48.282 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:05:48.283 [info] [command][06f8654f-0260-4b41-a3e3-6419eaf25745] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""06f8654f-0260-4b41-a3e3-6419eaf25745""}\n2025-07-03 18:05:48.284 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][df9ccced-4530-441a-a6b9-297bef63d136] received connection request\n2025-07-03 18:05:48.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:05:48.293 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][df9ccced-4530-441a-a6b9-297bef63d136] socks forwarding established\n2025-07-03 18:05:48.305 [info] [command][06f8654f-0260-4b41-a3e3-6419eaf25745] Process exited with code 0\n2025-07-03 18:05:48.306 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][df9ccced-4530-441a-a6b9-297bef63d136] socks connection closed\n2025-07-03 18:05:48.306 [info] [command][06f8654f-0260-4b41-a3e3-6419eaf25745] Socket close event received\n2025-07-03 18:05:48.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53380 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:06:48.310 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:06:48.310 [info] [command][2d573e3e-cbf9-4599-8d95-5c3b2e8fcb70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2d573e3e-cbf9-4599-8d95-5c3b2e8fcb70""}\n2025-07-03 18:06:48.311 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][61973246-74e6-4434-8959-a280a460e9d0] received connection request\n2025-07-03 18:06:48.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:06:48.317 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][61973246-74e6-4434-8959-a280a460e9d0] socks forwarding established\n2025-07-03 18:06:48.329 [info] [command][2d573e3e-cbf9-4599-8d95-5c3b2e8fcb70] Process exited with code 0\n2025-07-03 18:06:48.330 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][61973246-74e6-4434-8959-a280a460e9d0] socks connection closed\n2025-07-03 18:06:48.330 [info] [command][2d573e3e-cbf9-4599-8d95-5c3b2e8fcb70] Socket close event received\n2025-07-03 18:06:48.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53414 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:07:48.335 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:07:48.337 [info] [command][75c60b38-2179-422e-9d1c-19e21d7b0527] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""75c60b38-2179-422e-9d1c-19e21d7b0527""}\n2025-07-03 18:07:48.338 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][36108d64-8ffe-4ce6-850e-1828cec691d8] received connection request\n2025-07-03 18:07:48.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:07:48.346 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][36108d64-8ffe-4ce6-850e-1828cec691d8] socks forwarding established\n2025-07-03 18:07:48.361 [info] [command][75c60b38-2179-422e-9d1c-19e21d7b0527] Process exited with code 0\n2025-07-03 18:07:48.362 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][36108d64-8ffe-4ce6-850e-1828cec691d8] socks connection closed\n2025-07-03 18:07:48.362 [info] [command][75c60b38-2179-422e-9d1c-19e21d7b0527] Socket close event received\n2025-07-03 18:07:48.367 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53432 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:08:48.361 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:08:48.362 [info] [command][3d182689-5f7e-4ccd-8a4c-9c409a8ff0f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3d182689-5f7e-4ccd-8a4c-9c409a8ff0f1""}\n2025-07-03 18:08:48.363 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d7746783-2a73-43ca-b008-d11f7a94ea03] received connection request\n2025-07-03 18:08:48.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:08:48.369 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d7746783-2a73-43ca-b008-d11f7a94ea03] socks forwarding established\n2025-07-03 18:08:48.377 [info] [command][3d182689-5f7e-4ccd-8a4c-9c409a8ff0f1] Process exited with code 0\n2025-07-03 18:08:48.378 [info] [command][3d182689-5f7e-4ccd-8a4c-9c409a8ff0f1] Socket close event received\n2025-07-03 18:08:48.379 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d7746783-2a73-43ca-b008-d11f7a94ea03] socks connection closed\n2025-07-03 18:08:48.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53466 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:09:48.383 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:09:48.385 [info] [command][e1190a85-5bb9-4ace-9434-b2ccd9e914c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""e1190a85-5bb9-4ace-9434-b2ccd9e914c6""}\n2025-07-03 18:09:48.386 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c47ee5ef-249e-4240-ae34-77269fb20858] received connection request\n2025-07-03 18:09:48.386 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:09:48.394 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c47ee5ef-249e-4240-ae34-77269fb20858] socks forwarding established\n2025-07-03 18:09:48.407 [info] [command][e1190a85-5bb9-4ace-9434-b2ccd9e914c6] Process exited with code 0\n2025-07-03 18:09:48.407 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c47ee5ef-249e-4240-ae34-77269fb20858] socks connection closed\n2025-07-03 18:09:48.407 [info] [command][e1190a85-5bb9-4ace-9434-b2ccd9e914c6] Socket close event received\n2025-07-03 18:09:48.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53497 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:10:48.407 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:10:48.408 [info] [command][a8537806-9c82-442d-8d3d-89937e24bffb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""a8537806-9c82-442d-8d3d-89937e24bffb""}\n2025-07-03 18:10:48.408 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][0ddbc36e-baa6-4a9c-84a2-88e83d75f1ad] received connection request\n2025-07-03 18:10:48.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:10:48.495 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0ddbc36e-baa6-4a9c-84a2-88e83d75f1ad] socks forwarding established\n2025-07-03 18:10:48.506 [info] [command][a8537806-9c82-442d-8d3d-89937e24bffb] Process exited with code 0\n2025-07-03 18:10:48.506 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0ddbc36e-baa6-4a9c-84a2-88e83d75f1ad] socks connection closed\n2025-07-03 18:10:48.506 [info] [command][a8537806-9c82-442d-8d3d-89937e24bffb] Socket close event received\n2025-07-03 18:10:48.513 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53528 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:11:48.510 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:11:48.514 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][03be34b4-3350-43b6-b6bc-f8c906e95fc1] received connection request\n2025-07-03 18:11:48.515 [info] [command][a5990429-27cc-4527-a023-5113010178c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""a5990429-27cc-4527-a023-5113010178c2""}\n2025-07-03 18:11:48.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:11:48.523 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][03be34b4-3350-43b6-b6bc-f8c906e95fc1] socks forwarding established\n2025-07-03 18:11:48.533 [info] [command][a5990429-27cc-4527-a023-5113010178c2] Process exited with code 0\n2025-07-03 18:11:48.533 [info] [command][a5990429-27cc-4527-a023-5113010178c2] Socket close event received\n2025-07-03 18:11:48.534 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][03be34b4-3350-43b6-b6bc-f8c906e95fc1] socks connection closed\n2025-07-03 18:11:48.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53563 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:12:48.536 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:12:48.538 [info] [command][632ac7f8-b441-4dee-84e5-bfb1f12745f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""632ac7f8-b441-4dee-84e5-bfb1f12745f0""}\n2025-07-03 18:12:48.539 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d527a919-bcd4-4e24-aba3-57461d7d1c63] received connection request\n2025-07-03 18:12:48.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:12:48.546 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d527a919-bcd4-4e24-aba3-57461d7d1c63] socks forwarding established\n2025-07-03 18:12:48.560 [info] [command][632ac7f8-b441-4dee-84e5-bfb1f12745f0] Process exited with code 0\n2025-07-03 18:12:48.561 [info] [command][632ac7f8-b441-4dee-84e5-bfb1f12745f0] Socket close event received\n2025-07-03 18:12:48.561 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d527a919-bcd4-4e24-aba3-57461d7d1c63] socks connection closed\n2025-07-03 18:12:48.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53582 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:13:48.565 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:13:48.567 [info] [command][d2e4d792-f54d-40f5-9014-9dabc25f1469] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d2e4d792-f54d-40f5-9014-9dabc25f1469""}\n2025-07-03 18:13:48.567 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d08bea2c-0002-449d-af1a-fd89272a0bcc] received connection request\n2025-07-03 18:13:48.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:13:48.575 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d08bea2c-0002-449d-af1a-fd89272a0bcc] socks forwarding established\n2025-07-03 18:13:48.586 [info] [command][d2e4d792-f54d-40f5-9014-9dabc25f1469] Process exited with code 0\n2025-07-03 18:13:48.587 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d08bea2c-0002-449d-af1a-fd89272a0bcc] socks connection closed\n2025-07-03 18:13:48.587 [info] [command][d2e4d792-f54d-40f5-9014-9dabc25f1469] Socket close event received\n2025-07-03 18:13:48.592 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53616 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:14:48.592 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:14:48.593 [info] [command][71c38cf6-b545-4cd2-b793-292b74527a61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""71c38cf6-b545-4cd2-b793-292b74527a61""}\n2025-07-03 18:14:48.594 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][f0760488-22f1-4dc2-a3f5-d19f1f4ebb41] received connection request\n2025-07-03 18:14:48.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:14:48.602 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f0760488-22f1-4dc2-a3f5-d19f1f4ebb41] socks forwarding established\n2025-07-03 18:14:48.612 [info] [command][71c38cf6-b545-4cd2-b793-292b74527a61] Process exited with code 0\n2025-07-03 18:14:48.612 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][f0760488-22f1-4dc2-a3f5-d19f1f4ebb41] socks connection closed\n2025-07-03 18:14:48.612 [info] [command][71c38cf6-b545-4cd2-b793-292b74527a61] Socket close event received\n2025-07-03 18:14:48.617 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53646 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:15:48.615 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:15:48.618 [info] [command][d380b391-4664-4322-9bd5-902087cf5e2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d380b391-4664-4322-9bd5-902087cf5e2d""}\n2025-07-03 18:15:48.619 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8f271028-040c-4931-a4c7-b211977cce9d] received connection request\n2025-07-03 18:15:48.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:15:48.678 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8f271028-040c-4931-a4c7-b211977cce9d] socks forwarding established\n2025-07-03 18:15:48.688 [info] [command][d380b391-4664-4322-9bd5-902087cf5e2d] Process exited with code 0\n2025-07-03 18:15:48.688 [info] [command][d380b391-4664-4322-9bd5-902087cf5e2d] Socket close event received\n2025-07-03 18:15:48.689 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8f271028-040c-4931-a4c7-b211977cce9d] socks connection closed\n2025-07-03 18:15:48.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53694 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:16:48.693 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:16:48.695 [info] [command][6a43e390-9f8f-42e6-b2af-13f95644c146] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6a43e390-9f8f-42e6-b2af-13f95644c146""}\n2025-07-03 18:16:48.696 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][155bd01e-c76f-4cf9-899b-4c9829fee39d] received connection request\n2025-07-03 18:16:48.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:16:48.712 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][155bd01e-c76f-4cf9-899b-4c9829fee39d] socks forwarding established\n2025-07-03 18:16:48.725 [info] [command][6a43e390-9f8f-42e6-b2af-13f95644c146] Process exited with code 0\n2025-07-03 18:16:48.725 [info] [command][6a43e390-9f8f-42e6-b2af-13f95644c146] Socket close event received\n2025-07-03 18:16:48.725 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][155bd01e-c76f-4cf9-899b-4c9829fee39d] socks connection closed\n2025-07-03 18:16:48.732 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53733 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:17:48.727 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:17:48.731 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][544465c7-6a77-4d18-9cf6-75e23a23822d] received connection request\n2025-07-03 18:17:48.731 [info] [command][40696c6b-056d-4e5b-889b-fe14e9fc5745] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""40696c6b-056d-4e5b-889b-fe14e9fc5745""}\n2025-07-03 18:17:48.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:17:48.739 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][544465c7-6a77-4d18-9cf6-75e23a23822d] socks forwarding established\n2025-07-03 18:17:48.750 [info] [command][40696c6b-056d-4e5b-889b-fe14e9fc5745] Process exited with code 0\n2025-07-03 18:17:48.750 [info] [command][40696c6b-056d-4e5b-889b-fe14e9fc5745] Socket close event received\n2025-07-03 18:17:48.751 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][544465c7-6a77-4d18-9cf6-75e23a23822d] socks connection closed\n2025-07-03 18:17:48.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53803 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:18:48.750 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:18:48.752 [info] [command][5fd8d0f1-c7b2-40dc-9c13-9d7088037140] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5fd8d0f1-c7b2-40dc-9c13-9d7088037140""}\n2025-07-03 18:18:48.753 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][e67062df-9f38-40aa-9979-66d206e5f244] received connection request\n2025-07-03 18:18:48.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:18:48.761 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e67062df-9f38-40aa-9979-66d206e5f244] socks forwarding established\n2025-07-03 18:18:48.770 [info] [command][5fd8d0f1-c7b2-40dc-9c13-9d7088037140] Process exited with code 0\n2025-07-03 18:18:48.770 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e67062df-9f38-40aa-9979-66d206e5f244] socks connection closed\n2025-07-03 18:18:48.771 [info] [command][5fd8d0f1-c7b2-40dc-9c13-9d7088037140] Socket close event received\n2025-07-03 18:18:48.776 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53891 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:19:48.774 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:19:48.776 [info] [command][451bcba2-19e9-4a6a-bbb6-3927b5582683] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""451bcba2-19e9-4a6a-bbb6-3927b5582683""}\n2025-07-03 18:19:48.777 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][516b02d7-808f-494f-b831-51608a7f0929] received connection request\n2025-07-03 18:19:48.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:19:48.813 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][516b02d7-808f-494f-b831-51608a7f0929] socks forwarding established\n2025-07-03 18:19:48.833 [info] [command][451bcba2-19e9-4a6a-bbb6-3927b5582683] Process exited with code 0\n2025-07-03 18:19:48.833 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][516b02d7-808f-494f-b831-51608a7f0929] socks connection closed\n2025-07-03 18:19:48.833 [info] [command][451bcba2-19e9-4a6a-bbb6-3927b5582683] Socket close event received\n2025-07-03 18:19:48.839 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 53982 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:20:48.836 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:20:48.837 [info] [command][364e3a34-1154-4fd5-a2e6-b474f6708e73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""364e3a34-1154-4fd5-a2e6-b474f6708e73""}\n2025-07-03 18:20:48.837 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][af8d657a-caf8-4ee6-9db7-3832d1f3c45f] received connection request\n2025-07-03 18:20:48.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:20:48.843 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][af8d657a-caf8-4ee6-9db7-3832d1f3c45f] socks forwarding established\n2025-07-03 18:20:48.851 [info] [command][364e3a34-1154-4fd5-a2e6-b474f6708e73] Process exited with code 0\n2025-07-03 18:20:48.852 [info] [command][364e3a34-1154-4fd5-a2e6-b474f6708e73] Socket close event received\n2025-07-03 18:20:48.853 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][af8d657a-caf8-4ee6-9db7-3832d1f3c45f] socks connection closed\n2025-07-03 18:20:48.856 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54072 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:21:48.857 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:21:48.858 [info] [command][baa68202-35ea-4f75-a3fa-8bdaa8431e50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""baa68202-35ea-4f75-a3fa-8bdaa8431e50""}\n2025-07-03 18:21:48.859 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][7920a119-b936-4a11-b384-b05c62eb3e2b] received connection request\n2025-07-03 18:21:48.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:21:48.865 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7920a119-b936-4a11-b384-b05c62eb3e2b] socks forwarding established\n2025-07-03 18:21:48.881 [info] [command][baa68202-35ea-4f75-a3fa-8bdaa8431e50] Process exited with code 0\n2025-07-03 18:21:48.882 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7920a119-b936-4a11-b384-b05c62eb3e2b] socks connection closed\n2025-07-03 18:21:48.882 [info] [command][baa68202-35ea-4f75-a3fa-8bdaa8431e50] Socket close event received\n2025-07-03 18:21:48.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54120 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:22:48.884 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:22:48.885 [info] [command][ce53656d-15e2-4c11-a4a4-4043bd13bc39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ce53656d-15e2-4c11-a4a4-4043bd13bc39""}\n2025-07-03 18:22:48.886 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][139896f2-35ee-4510-bf7f-d69f74b28574] received connection request\n2025-07-03 18:22:48.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:22:48.898 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][139896f2-35ee-4510-bf7f-d69f74b28574] socks forwarding established\n2025-07-03 18:22:48.910 [info] [command][ce53656d-15e2-4c11-a4a4-4043bd13bc39] Process exited with code 0\n2025-07-03 18:22:48.910 [info] [command][ce53656d-15e2-4c11-a4a4-4043bd13bc39] Socket close event received\n2025-07-03 18:22:48.911 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][139896f2-35ee-4510-bf7f-d69f74b28574] socks connection closed\n2025-07-03 18:22:48.917 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54151 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:23:48.916 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:23:48.917 [info] [command][6686dce2-4b37-4c63-bf5c-1a29bc138b9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""6686dce2-4b37-4c63-bf5c-1a29bc138b9a""}\n2025-07-03 18:23:48.918 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][889992f0-fa3f-4fdc-a0cb-84c46eb1b90a] received connection request\n2025-07-03 18:23:48.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:23:48.925 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][889992f0-fa3f-4fdc-a0cb-84c46eb1b90a] socks forwarding established\n2025-07-03 18:23:48.937 [info] [command][6686dce2-4b37-4c63-bf5c-1a29bc138b9a] Process exited with code 0\n2025-07-03 18:23:48.937 [info] [command][6686dce2-4b37-4c63-bf5c-1a29bc138b9a] Socket close event received\n2025-07-03 18:23:48.937 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][889992f0-fa3f-4fdc-a0cb-84c46eb1b90a] socks connection closed\n2025-07-03 18:23:48.950 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54183 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:24:48.941 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:24:48.943 [info] [command][0eabcc19-d006-41d1-a8ed-53357fb1a443] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0eabcc19-d006-41d1-a8ed-53357fb1a443""}\n2025-07-03 18:24:48.943 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][062b9b7a-2816-4bd8-9699-12568c6846ef] received connection request\n2025-07-03 18:24:48.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:24:48.950 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][062b9b7a-2816-4bd8-9699-12568c6846ef] socks forwarding established\n2025-07-03 18:24:48.964 [info] [command][0eabcc19-d006-41d1-a8ed-53357fb1a443] Process exited with code 0\n2025-07-03 18:24:48.965 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][062b9b7a-2816-4bd8-9699-12568c6846ef] socks connection closed\n2025-07-03 18:24:48.965 [info] [command][0eabcc19-d006-41d1-a8ed-53357fb1a443] Socket close event received\n2025-07-03 18:24:48.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54213 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:25:48.967 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:25:48.969 [info] [command][4be78daa-e4d8-44e4-b2da-427f66fcf133] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4be78daa-e4d8-44e4-b2da-427f66fcf133""}\n2025-07-03 18:25:48.970 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][86530e1d-7c4c-4596-acfb-11980ad95544] received connection request\n2025-07-03 18:25:48.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:25:48.979 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][86530e1d-7c4c-4596-acfb-11980ad95544] socks forwarding established\n2025-07-03 18:25:48.991 [info] [command][4be78daa-e4d8-44e4-b2da-427f66fcf133] Process exited with code 0\n2025-07-03 18:25:48.991 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][86530e1d-7c4c-4596-acfb-11980ad95544] socks connection closed\n2025-07-03 18:25:48.991 [info] [command][4be78daa-e4d8-44e4-b2da-427f66fcf133] Socket close event received\n2025-07-03 18:25:49.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54237 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:26:48.994 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:26:48.995 [info] [command][3187353a-10e8-4cc5-97ea-b07d342e4bee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""3187353a-10e8-4cc5-97ea-b07d342e4bee""}\n2025-07-03 18:26:48.996 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][75288358-2a03-41db-9c44-c4723d51ba34] received connection request\n2025-07-03 18:26:48.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:26:49.009 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][75288358-2a03-41db-9c44-c4723d51ba34] socks forwarding established\n2025-07-03 18:26:49.022 [info] [command][3187353a-10e8-4cc5-97ea-b07d342e4bee] Process exited with code 0\n2025-07-03 18:26:49.022 [info] [command][3187353a-10e8-4cc5-97ea-b07d342e4bee] Socket close event received\n2025-07-03 18:26:49.023 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][75288358-2a03-41db-9c44-c4723d51ba34] socks connection closed\n2025-07-03 18:26:49.031 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54255 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:27:49.024 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:27:49.026 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][0c07f7cd-6edb-422a-a0ee-c9e5b0948cca] received connection request\n2025-07-03 18:27:49.026 [info] [command][0373a9cc-60ec-4e69-b0d0-07d7c0610b0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""0373a9cc-60ec-4e69-b0d0-07d7c0610b0e""}\n2025-07-03 18:27:49.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:27:49.031 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0c07f7cd-6edb-422a-a0ee-c9e5b0948cca] socks forwarding established\n2025-07-03 18:27:49.042 [info] [command][0373a9cc-60ec-4e69-b0d0-07d7c0610b0e] Process exited with code 0\n2025-07-03 18:27:49.042 [info] [command][0373a9cc-60ec-4e69-b0d0-07d7c0610b0e] Socket close event received\n2025-07-03 18:27:49.042 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][0c07f7cd-6edb-422a-a0ee-c9e5b0948cca] socks connection closed\n2025-07-03 18:27:49.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54289 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:28:49.047 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:28:49.050 [info] [command][472acd2d-8ff8-48ff-9acf-71a4525dc7de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""472acd2d-8ff8-48ff-9acf-71a4525dc7de""}\n2025-07-03 18:28:49.051 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a5937db6-4bb8-481c-8225-3ad45909e58f] received connection request\n2025-07-03 18:28:49.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:28:49.080 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a5937db6-4bb8-481c-8225-3ad45909e58f] socks forwarding established\n2025-07-03 18:28:49.095 [info] [command][472acd2d-8ff8-48ff-9acf-71a4525dc7de] Process exited with code 0\n2025-07-03 18:28:49.096 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a5937db6-4bb8-481c-8225-3ad45909e58f] socks connection closed\n2025-07-03 18:28:49.096 [info] [command][472acd2d-8ff8-48ff-9acf-71a4525dc7de] Socket close event received\n2025-07-03 18:28:49.101 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54329 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:29:49.100 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:29:49.101 [info] [command][b90bb225-f371-48ef-b741-62cd0d80a5f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b90bb225-f371-48ef-b741-62cd0d80a5f1""}\n2025-07-03 18:29:49.102 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][b3a582c2-1c03-475f-84ef-94f4f024fc7a] received connection request\n2025-07-03 18:29:49.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:29:49.110 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b3a582c2-1c03-475f-84ef-94f4f024fc7a] socks forwarding established\n2025-07-03 18:29:49.121 [info] [command][b90bb225-f371-48ef-b741-62cd0d80a5f1] Process exited with code 0\n2025-07-03 18:29:49.121 [info] [command][b90bb225-f371-48ef-b741-62cd0d80a5f1] Socket close event received\n2025-07-03 18:29:49.122 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][b3a582c2-1c03-475f-84ef-94f4f024fc7a] socks connection closed\n2025-07-03 18:29:49.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54359 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:30:49.127 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:30:49.128 [info] [command][702081e1-61c0-4866-8318-2b219a0979eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""702081e1-61c0-4866-8318-2b219a0979eb""}\n2025-07-03 18:30:49.129 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][bdb13160-5a42-473b-9215-cfea248c3f35] received connection request\n2025-07-03 18:30:49.130 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\n\n2025-07-03 18:30:49.131 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:30:49.138 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bdb13160-5a42-473b-9215-cfea248c3f35] socks forwarding established\n2025-07-03 18:30:49.149 [info] [command][702081e1-61c0-4866-8318-2b219a0979eb] Process exited with code 0\n2025-07-03 18:30:49.150 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][bdb13160-5a42-473b-9215-cfea248c3f35] socks connection closed\n2025-07-03 18:30:49.150 [info] [command][702081e1-61c0-4866-8318-2b219a0979eb] Socket close event received\n2025-07-03 18:30:49.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54387 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:31:49.155 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:31:49.156 [info] [command][ece1b040-e1ab-483d-8c2c-a2b1fba49400] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ece1b040-e1ab-483d-8c2c-a2b1fba49400""}\n2025-07-03 18:31:49.157 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][6aae3f20-ac58-4da5-b178-a69f41c5deff] received connection request\n2025-07-03 18:31:49.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:31:49.165 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6aae3f20-ac58-4da5-b178-a69f41c5deff] socks forwarding established\n2025-07-03 18:31:49.179 [info] [command][ece1b040-e1ab-483d-8c2c-a2b1fba49400] Process exited with code 0\n2025-07-03 18:31:49.179 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6aae3f20-ac58-4da5-b178-a69f41c5deff] socks connection closed\n2025-07-03 18:31:49.179 [info] [command][ece1b040-e1ab-483d-8c2c-a2b1fba49400] Socket close event received\n2025-07-03 18:31:49.185 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54408 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:32:49.183 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:32:49.185 [info] [command][34cca198-429c-4ecf-8e19-662d8dfe30dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""34cca198-429c-4ecf-8e19-662d8dfe30dd""}\n2025-07-03 18:32:49.186 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][93a603b9-18a1-4279-ba9c-a4351598365e] received connection request\n2025-07-03 18:32:49.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:32:49.194 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][93a603b9-18a1-4279-ba9c-a4351598365e] socks forwarding established\n2025-07-03 18:32:49.207 [info] [command][34cca198-429c-4ecf-8e19-662d8dfe30dd] Process exited with code 0\n2025-07-03 18:32:49.208 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][93a603b9-18a1-4279-ba9c-a4351598365e] socks connection closed\n2025-07-03 18:32:49.208 [info] [command][34cca198-429c-4ecf-8e19-662d8dfe30dd] Socket close event received\n2025-07-03 18:32:49.214 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54426 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:33:49.218 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:33:49.219 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a35536a6-ad48-4925-af9a-b2cf409b98f8] received connection request\n2025-07-03 18:33:49.220 [info] [command][7920cd83-e185-41b5-ad20-67af46b221f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""7920cd83-e185-41b5-ad20-67af46b221f9""}\n2025-07-03 18:33:49.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:33:49.253 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a35536a6-ad48-4925-af9a-b2cf409b98f8] socks forwarding established\n2025-07-03 18:33:49.297 [info] [command][7920cd83-e185-41b5-ad20-67af46b221f9] Process exited with code 0\n2025-07-03 18:33:49.297 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a35536a6-ad48-4925-af9a-b2cf409b98f8] socks connection closed\n2025-07-03 18:33:49.297 [info] [command][7920cd83-e185-41b5-ad20-67af46b221f9] Socket close event received\n2025-07-03 18:33:49.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54462 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:34:49.297 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:34:49.299 [info] [command][2878e566-4d00-49de-b7c2-842be265f9ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2878e566-4d00-49de-b7c2-842be265f9ea""}\n2025-07-03 18:34:49.300 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][09ac8859-aa0e-419a-9f16-a0e3438ee9ad] received connection request\n2025-07-03 18:34:49.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:34:49.369 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][09ac8859-aa0e-419a-9f16-a0e3438ee9ad] socks forwarding established\n2025-07-03 18:34:49.383 [info] [command][2878e566-4d00-49de-b7c2-842be265f9ea] Process exited with code 0\n2025-07-03 18:34:49.383 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][09ac8859-aa0e-419a-9f16-a0e3438ee9ad] socks connection closed\n2025-07-03 18:34:49.383 [info] [command][2878e566-4d00-49de-b7c2-842be265f9ea] Socket close event received\n2025-07-03 18:34:49.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54498 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:35:49.387 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:35:49.388 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][1c32210d-123f-4e96-8605-6da44d35d912] received connection request\n2025-07-03 18:35:49.388 [info] [command][30a9eacb-6d51-47e3-a4db-57d19ef8ed24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""30a9eacb-6d51-47e3-a4db-57d19ef8ed24""}\n2025-07-03 18:35:49.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:35:49.395 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1c32210d-123f-4e96-8605-6da44d35d912] socks forwarding established\n2025-07-03 18:35:49.405 [info] [command][30a9eacb-6d51-47e3-a4db-57d19ef8ed24] Process exited with code 0\n2025-07-03 18:35:49.405 [info] [command][30a9eacb-6d51-47e3-a4db-57d19ef8ed24] Socket close event received\n2025-07-03 18:35:49.406 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1c32210d-123f-4e96-8605-6da44d35d912] socks connection closed\n2025-07-03 18:35:49.409 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54526 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:36:49.409 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:36:49.412 [info] [command][aabfe0ea-f95a-4c72-9422-f3984e5b9bb6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""aabfe0ea-f95a-4c72-9422-f3984e5b9bb6""}\n2025-07-03 18:36:49.412 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][287ea23d-1536-4b32-b881-76bd7050307b] received connection request\n2025-07-03 18:36:49.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:36:49.419 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][287ea23d-1536-4b32-b881-76bd7050307b] socks forwarding established\n2025-07-03 18:36:49.433 [info] [command][aabfe0ea-f95a-4c72-9422-f3984e5b9bb6] Process exited with code 0\n2025-07-03 18:36:49.433 [info] [command][aabfe0ea-f95a-4c72-9422-f3984e5b9bb6] Socket close event received\n2025-07-03 18:36:49.433 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][287ea23d-1536-4b32-b881-76bd7050307b] socks connection closed\n2025-07-03 18:36:49.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54555 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:37:49.437 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:37:49.439 [info] [command][cc8db62c-0c70-4a7f-8f4a-790d8213b569] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""cc8db62c-0c70-4a7f-8f4a-790d8213b569""}\n2025-07-03 18:37:49.440 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][a060150c-4e3c-4d5e-98d0-19c758efd909] received connection request\n2025-07-03 18:37:49.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:37:49.448 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a060150c-4e3c-4d5e-98d0-19c758efd909] socks forwarding established\n2025-07-03 18:37:49.459 [info] [command][cc8db62c-0c70-4a7f-8f4a-790d8213b569] Process exited with code 0\n2025-07-03 18:37:49.459 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][a060150c-4e3c-4d5e-98d0-19c758efd909] socks connection closed\n2025-07-03 18:37:49.459 [info] [command][cc8db62c-0c70-4a7f-8f4a-790d8213b569] Socket close event received\n2025-07-03 18:37:49.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54577 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:38:49.464 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:38:49.465 [info] [command][ae8729a7-a81d-4992-b876-6529c6364d29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ae8729a7-a81d-4992-b876-6529c6364d29""}\n2025-07-03 18:38:49.465 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][d37592ec-ebac-4929-ad8d-93c4394d32d7] received connection request\n2025-07-03 18:38:49.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:38:49.472 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d37592ec-ebac-4929-ad8d-93c4394d32d7] socks forwarding established\n2025-07-03 18:38:49.481 [info] [command][ae8729a7-a81d-4992-b876-6529c6364d29] Process exited with code 0\n2025-07-03 18:38:49.482 [info] [command][ae8729a7-a81d-4992-b876-6529c6364d29] Socket close event received\n2025-07-03 18:38:49.482 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][d37592ec-ebac-4929-ad8d-93c4394d32d7] socks connection closed\n2025-07-03 18:38:49.488 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54617 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:39:49.487 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:39:49.489 [info] [command][b6207119-498e-4fd6-9b21-1a421c8135c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""b6207119-498e-4fd6-9b21-1a421c8135c2""}\n2025-07-03 18:39:49.490 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][06b6c3d4-c3c6-45ba-8351-bf18885ace89] received connection request\n2025-07-03 18:39:49.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:39:49.499 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][06b6c3d4-c3c6-45ba-8351-bf18885ace89] socks forwarding established\n2025-07-03 18:39:49.765 [info] [command][b6207119-498e-4fd6-9b21-1a421c8135c2] Process exited with code 0\n2025-07-03 18:39:49.765 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][06b6c3d4-c3c6-45ba-8351-bf18885ace89] socks connection closed\n2025-07-03 18:39:49.766 [info] [command][b6207119-498e-4fd6-9b21-1a421c8135c2] Socket close event received\n2025-07-03 18:39:49.772 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54653 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:40:49.770 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:40:49.771 [info] [command][2caeb167-4472-4147-9e45-3851386f38fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""2caeb167-4472-4147-9e45-3851386f38fb""}\n2025-07-03 18:40:49.772 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][3901e9d0-fc63-4c91-bae7-68762dff50ea] received connection request\n2025-07-03 18:40:49.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:40:49.778 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3901e9d0-fc63-4c91-bae7-68762dff50ea] socks forwarding established\n2025-07-03 18:40:49.790 [info] [command][2caeb167-4472-4147-9e45-3851386f38fb] Process exited with code 0\n2025-07-03 18:40:49.791 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][3901e9d0-fc63-4c91-bae7-68762dff50ea] socks connection closed\n2025-07-03 18:40:49.791 [info] [command][2caeb167-4472-4147-9e45-3851386f38fb] Socket close event received\n2025-07-03 18:40:49.796 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54679 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:41:49.793 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:41:49.795 [info] [command][63584b8b-3d6b-43b7-9cb6-6a6e817f496f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""63584b8b-3d6b-43b7-9cb6-6a6e817f496f""}\n2025-07-03 18:41:49.795 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][2e6b9544-bef1-49af-a00a-ca799f44e557] received connection request\n2025-07-03 18:41:49.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:41:49.804 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2e6b9544-bef1-49af-a00a-ca799f44e557] socks forwarding established\n2025-07-03 18:41:49.813 [info] [command][63584b8b-3d6b-43b7-9cb6-6a6e817f496f] Process exited with code 0\n2025-07-03 18:41:49.814 [info] [command][63584b8b-3d6b-43b7-9cb6-6a6e817f496f] Socket close event received\n2025-07-03 18:41:49.814 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][2e6b9544-bef1-49af-a00a-ca799f44e557] socks connection closed\n2025-07-03 18:41:49.818 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54701 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:42:49.819 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:42:49.821 [info] [command][038f9d01-2076-4bb8-876f-84c5ff1aad5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""038f9d01-2076-4bb8-876f-84c5ff1aad5d""}\n2025-07-03 18:42:49.821 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ae87ab7a-4c36-4cb2-b716-e9366b53b2a0] received connection request\n2025-07-03 18:42:49.822 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:42:49.828 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ae87ab7a-4c36-4cb2-b716-e9366b53b2a0] socks forwarding established\n2025-07-03 18:42:49.839 [info] [command][038f9d01-2076-4bb8-876f-84c5ff1aad5d] Process exited with code 0\n2025-07-03 18:42:49.839 [info] [command][038f9d01-2076-4bb8-876f-84c5ff1aad5d] Socket close event received\n2025-07-03 18:42:49.839 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ae87ab7a-4c36-4cb2-b716-e9366b53b2a0] socks connection closed\n2025-07-03 18:42:49.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54724 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:43:49.842 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:43:49.842 [info] [command][33096d8f-a5cb-433a-9e58-55b5df4cb163] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""33096d8f-a5cb-433a-9e58-55b5df4cb163""}\n2025-07-03 18:43:49.843 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][6967f94c-f313-4754-b06c-1fe09ecf7db9] received connection request\n2025-07-03 18:43:49.843 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:43:49.849 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6967f94c-f313-4754-b06c-1fe09ecf7db9] socks forwarding established\n2025-07-03 18:43:49.860 [info] [command][33096d8f-a5cb-433a-9e58-55b5df4cb163] Process exited with code 0\n2025-07-03 18:43:49.860 [info] [command][33096d8f-a5cb-433a-9e58-55b5df4cb163] Socket close event received\n2025-07-03 18:43:49.860 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][6967f94c-f313-4754-b06c-1fe09ecf7db9] socks connection closed\n2025-07-03 18:43:49.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54755 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:44:49.861 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:44:49.864 [info] [command][a8834dea-880d-452f-bedb-a1f026e9344b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""a8834dea-880d-452f-bedb-a1f026e9344b""}\n2025-07-03 18:44:49.864 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][e3f09325-d8da-4ffb-9d26-8a11d01d1870] received connection request\n2025-07-03 18:44:49.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:44:49.871 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e3f09325-d8da-4ffb-9d26-8a11d01d1870] socks forwarding established\n2025-07-03 18:44:49.881 [info] [command][a8834dea-880d-452f-bedb-a1f026e9344b] Process exited with code 0\n2025-07-03 18:44:49.882 [info] [command][a8834dea-880d-452f-bedb-a1f026e9344b] Socket close event received\n2025-07-03 18:44:49.883 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e3f09325-d8da-4ffb-9d26-8a11d01d1870] socks connection closed\n2025-07-03 18:44:49.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54796 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:45:49.884 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:45:49.884 [info] [command][57fc9ed0-d555-4b2b-8954-8ffd62bb6be9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""57fc9ed0-d555-4b2b-8954-8ffd62bb6be9""}\n2025-07-03 18:45:49.885 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][54780944-db52-485f-82cb-8e0f9cfde538] received connection request\n2025-07-03 18:45:49.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\n\n2025-07-03 18:45:49.885 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:45:49.890 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][54780944-db52-485f-82cb-8e0f9cfde538] socks forwarding established\n2025-07-03 18:45:49.899 [info] [command][57fc9ed0-d555-4b2b-8954-8ffd62bb6be9] Process exited with code 0\n2025-07-03 18:45:49.899 [info] [command][57fc9ed0-d555-4b2b-8954-8ffd62bb6be9] Socket close event received\n2025-07-03 18:45:49.900 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][54780944-db52-485f-82cb-8e0f9cfde538] socks connection closed\n2025-07-03 18:45:49.903 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54847 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:46:49.899 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:46:49.901 [info] [command][ae62c7cf-39db-4176-9e3e-c7ac6a2105ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""ae62c7cf-39db-4176-9e3e-c7ac6a2105ca""}\n2025-07-03 18:46:49.901 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][e0f02620-c512-4d17-bb4e-b8ce8261c577] received connection request\n2025-07-03 18:46:49.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\n\n2025-07-03 18:46:49.902 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:46:49.910 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e0f02620-c512-4d17-bb4e-b8ce8261c577] socks forwarding established\n2025-07-03 18:46:49.922 [info] [command][ae62c7cf-39db-4176-9e3e-c7ac6a2105ca] Process exited with code 0\n2025-07-03 18:46:49.923 [info] [command][ae62c7cf-39db-4176-9e3e-c7ac6a2105ca] Socket close event received\n2025-07-03 18:46:49.923 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][e0f02620-c512-4d17-bb4e-b8ce8261c577] socks connection closed\n2025-07-03 18:46:49.929 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54893 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:47:49.924 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:47:49.926 [info] [command][5e2f8baf-b190-4314-afb6-82c5cfaabc84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""5e2f8baf-b190-4314-afb6-82c5cfaabc84""}\n2025-07-03 18:47:49.927 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][8e055cd7-0875-4007-b42e-cded249fedd2] received connection request\n2025-07-03 18:47:49.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:47:49.933 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8e055cd7-0875-4007-b42e-cded249fedd2] socks forwarding established\n2025-07-03 18:47:49.942 [info] [command][5e2f8baf-b190-4314-afb6-82c5cfaabc84] Process exited with code 0\n2025-07-03 18:47:49.942 [info] [command][5e2f8baf-b190-4314-afb6-82c5cfaabc84] Socket close event received\n2025-07-03 18:47:49.942 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][8e055cd7-0875-4007-b42e-cded249fedd2] socks connection closed\n2025-07-03 18:47:49.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 54959 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:48:49.947 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:48:49.948 [info] [command][8ce20dc9-1dc9-43aa-9092-d6a11964324c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8ce20dc9-1dc9-43aa-9092-d6a11964324c""}\n2025-07-03 18:48:49.948 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][aecced60-9b31-41da-8717-07604458ba13] received connection request\n2025-07-03 18:48:49.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:48:49.954 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][aecced60-9b31-41da-8717-07604458ba13] socks forwarding established\n2025-07-03 18:48:49.963 [info] [command][8ce20dc9-1dc9-43aa-9092-d6a11964324c] Process exited with code 0\n2025-07-03 18:48:49.963 [info] [command][8ce20dc9-1dc9-43aa-9092-d6a11964324c] Socket close event received\n2025-07-03 18:48:49.964 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][aecced60-9b31-41da-8717-07604458ba13] socks connection closed\n2025-07-03 18:48:49.969 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55014 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:49:49.966 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:49:49.969 [info] [command][37a62b02-4d5b-43db-8d11-fa423a08a366] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""37a62b02-4d5b-43db-8d11-fa423a08a366""}\n2025-07-03 18:49:49.969 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][16148692-edf5-41a4-9569-85a38ae5b506] received connection request\n2025-07-03 18:49:49.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:49:49.977 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][16148692-edf5-41a4-9569-85a38ae5b506] socks forwarding established\n2025-07-03 18:49:49.990 [info] [command][37a62b02-4d5b-43db-8d11-fa423a08a366] Process exited with code 0\n2025-07-03 18:49:49.990 [info] [command][37a62b02-4d5b-43db-8d11-fa423a08a366] Socket close event received\n2025-07-03 18:49:49.990 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][16148692-edf5-41a4-9569-85a38ae5b506] socks connection closed\n2025-07-03 18:49:49.996 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55075 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:50:49.996 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:50:49.997 [info] [command][10d761b3-cc51-404a-83d7-3c8dc31fc571] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""10d761b3-cc51-404a-83d7-3c8dc31fc571""}\n2025-07-03 18:50:49.998 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][364c015f-34a7-4d34-8d8b-167a1671e944] received connection request\n2025-07-03 18:50:49.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:50:50.010 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][364c015f-34a7-4d34-8d8b-167a1671e944] socks forwarding established\n2025-07-03 18:50:50.022 [info] [command][10d761b3-cc51-404a-83d7-3c8dc31fc571] Process exited with code 0\n2025-07-03 18:50:50.022 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][364c015f-34a7-4d34-8d8b-167a1671e944] socks connection closed\n2025-07-03 18:50:50.022 [info] [command][10d761b3-cc51-404a-83d7-3c8dc31fc571] Socket close event received\n2025-07-03 18:50:50.029 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55100 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:51:50.025 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:51:50.026 [info] [command][543e36d6-a1d5-45c5-b3f3-a1b3fc5a07bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""543e36d6-a1d5-45c5-b3f3-a1b3fc5a07bd""}\n2025-07-03 18:51:50.027 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][138659e2-70f2-4bb6-a3f3-afba67e8e1d6] received connection request\n2025-07-03 18:51:50.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:51:50.034 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][138659e2-70f2-4bb6-a3f3-afba67e8e1d6] socks forwarding established\n2025-07-03 18:51:50.046 [info] [command][543e36d6-a1d5-45c5-b3f3-a1b3fc5a07bd] Process exited with code 0\n2025-07-03 18:51:50.047 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][138659e2-70f2-4bb6-a3f3-afba67e8e1d6] socks connection closed\n2025-07-03 18:51:50.047 [info] [command][543e36d6-a1d5-45c5-b3f3-a1b3fc5a07bd] Socket close event received\n2025-07-03 18:51:50.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55121 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:52:50.051 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:52:50.052 [info] [command][73ab8086-a82e-46a1-97c7-61b07f94ae6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""73ab8086-a82e-46a1-97c7-61b07f94ae6f""}\n2025-07-03 18:52:50.052 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ff42bf8c-f0f0-4069-a677-f8beedb949a4] received connection request\n2025-07-03 18:52:50.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:52:50.059 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ff42bf8c-f0f0-4069-a677-f8beedb949a4] socks forwarding established\n2025-07-03 18:52:50.070 [info] [command][73ab8086-a82e-46a1-97c7-61b07f94ae6f] Process exited with code 0\n2025-07-03 18:52:50.071 [info] [command][73ab8086-a82e-46a1-97c7-61b07f94ae6f] Socket close event received\n2025-07-03 18:52:50.071 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ff42bf8c-f0f0-4069-a677-f8beedb949a4] socks connection closed\n2025-07-03 18:52:50.077 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55156 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:53:50.076 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:53:50.077 [info] [command][4113f695-dc3a-484e-ba2a-85c407d319db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""4113f695-dc3a-484e-ba2a-85c407d319db""}\n2025-07-03 18:53:50.079 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][669d515a-a964-4a22-ae6e-28e05829b976] received connection request\n2025-07-03 18:53:50.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\n\n2025-07-03 18:53:50.081 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:53:50.092 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][669d515a-a964-4a22-ae6e-28e05829b976] socks forwarding established\n2025-07-03 18:53:50.103 [info] [command][4113f695-dc3a-484e-ba2a-85c407d319db] Process exited with code 0\n2025-07-03 18:53:50.103 [info] [command][4113f695-dc3a-484e-ba2a-85c407d319db] Socket close event received\n2025-07-03 18:53:50.104 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][669d515a-a964-4a22-ae6e-28e05829b976] socks connection closed\n2025-07-03 18:53:50.108 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55194 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:54:50.108 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:54:50.110 [info] [command][dc75e229-c66b-4a1a-903e-f8f7aa474206] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""dc75e229-c66b-4a1a-903e-f8f7aa474206""}\n2025-07-03 18:54:50.111 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][7d10a199-ab01-49c9-80a6-23647cb44e1f] received connection request\n2025-07-03 18:54:50.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:54:50.119 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7d10a199-ab01-49c9-80a6-23647cb44e1f] socks forwarding established\n2025-07-03 18:54:50.128 [info] [command][dc75e229-c66b-4a1a-903e-f8f7aa474206] Process exited with code 0\n2025-07-03 18:54:50.128 [info] [command][dc75e229-c66b-4a1a-903e-f8f7aa474206] Socket close event received\n2025-07-03 18:54:50.129 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][7d10a199-ab01-49c9-80a6-23647cb44e1f] socks connection closed\n2025-07-03 18:54:50.134 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55227 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:55:50.133 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:55:50.135 [info] [command][48533ce5-bfa3-43c1-80d2-5ea0b1ffa237] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""48533ce5-bfa3-43c1-80d2-5ea0b1ffa237""}\n2025-07-03 18:55:50.135 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][ec73aebd-8e9a-48a1-8a06-1138e283681e] received connection request\n2025-07-03 18:55:50.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:55:50.142 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ec73aebd-8e9a-48a1-8a06-1138e283681e] socks forwarding established\n2025-07-03 18:55:50.153 [info] [command][48533ce5-bfa3-43c1-80d2-5ea0b1ffa237] Process exited with code 0\n2025-07-03 18:55:50.153 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][ec73aebd-8e9a-48a1-8a06-1138e283681e] socks connection closed\n2025-07-03 18:55:50.153 [info] [command][48533ce5-bfa3-43c1-80d2-5ea0b1ffa237] Socket close event received\n2025-07-03 18:55:50.159 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55250 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:56:50.158 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:56:50.160 [info] [command][d398810e-5533-4137-8c0f-ff5d7826791f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""d398810e-5533-4137-8c0f-ff5d7826791f""}\n2025-07-03 18:56:50.160 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][1dd7025b-55cf-4923-939e-7dc804dca8c7] received connection request\n2025-07-03 18:56:50.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:56:50.166 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1dd7025b-55cf-4923-939e-7dc804dca8c7] socks forwarding established\n2025-07-03 18:56:50.176 [info] [command][d398810e-5533-4137-8c0f-ff5d7826791f] Process exited with code 0\n2025-07-03 18:56:50.176 [info] [command][d398810e-5533-4137-8c0f-ff5d7826791f] Socket close event received\n2025-07-03 18:56:50.177 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][1dd7025b-55cf-4923-939e-7dc804dca8c7] socks connection closed\n2025-07-03 18:56:50.188 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55276 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:57:50.176 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:57:50.181 [info] [command][94bd1e1c-5318-4a3b-819b-da6b9ab3edf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""94bd1e1c-5318-4a3b-819b-da6b9ab3edf5""}\n2025-07-03 18:57:50.182 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][708db97f-633a-48b9-b5a8-e55c18fef85d] received connection request\n2025-07-03 18:57:50.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:57:50.191 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][708db97f-633a-48b9-b5a8-e55c18fef85d] socks forwarding established\n2025-07-03 18:57:50.204 [info] [command][94bd1e1c-5318-4a3b-819b-da6b9ab3edf5] Process exited with code 0\n2025-07-03 18:57:50.205 [info] [command][94bd1e1c-5318-4a3b-819b-da6b9ab3edf5] Socket close event received\n2025-07-03 18:57:50.206 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][708db97f-633a-48b9-b5a8-e55c18fef85d] socks connection closed\n2025-07-03 18:57:50.210 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55333 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:58:50.211 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:58:50.213 [info] [command][8a1dac9a-0cfd-4ae2-a4e4-7de5429437ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""8a1dac9a-0cfd-4ae2-a4e4-7de5429437ce""}\n2025-07-03 18:58:50.214 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][dcaa3415-0ade-408c-be45-ab3812544a3b] received connection request\n2025-07-03 18:58:50.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:58:50.224 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][dcaa3415-0ade-408c-be45-ab3812544a3b] socks forwarding established\n2025-07-03 18:58:50.235 [info] [command][8a1dac9a-0cfd-4ae2-a4e4-7de5429437ce] Process exited with code 0\n2025-07-03 18:58:50.235 [info] [command][8a1dac9a-0cfd-4ae2-a4e4-7de5429437ce] Socket close event received\n2025-07-03 18:58:50.236 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][dcaa3415-0ade-408c-be45-ab3812544a3b] socks connection closed\n2025-07-03 18:58:50.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55374 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 18:59:50.236 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 18:59:50.239 [info] [command][9d97e1fa-2f80-4935-b3bf-8de5a3126201] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""9d97e1fa-2f80-4935-b3bf-8de5a3126201""}\n2025-07-03 18:59:50.240 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][12b96b11-ca10-4d6a-a833-6a47250b6af5] received connection request\n2025-07-03 18:59:50.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 18:59:50.246 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][12b96b11-ca10-4d6a-a833-6a47250b6af5] socks forwarding established\n2025-07-03 18:59:50.256 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][12b96b11-ca10-4d6a-a833-6a47250b6af5] socks connection closed\n2025-07-03 18:59:50.256 [info] [command][9d97e1fa-2f80-4935-b3bf-8de5a3126201] Process exited with code 0\n2025-07-03 18:59:50.256 [info] [command][9d97e1fa-2f80-4935-b3bf-8de5a3126201] Socket close event received\n2025-07-03 18:59:50.260 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55407 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 19:00:50.259 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 19:00:50.260 [info] [command][79fc9460-b543-4f97-b76f-9547df0b8141] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""79fc9460-b543-4f97-b76f-9547df0b8141""}\n2025-07-03 19:00:50.261 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][dd24733b-f048-449e-a90e-2dd9d601e824] received connection request\n2025-07-03 19:00:50.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:00:50.271 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][dd24733b-f048-449e-a90e-2dd9d601e824] socks forwarding established\n2025-07-03 19:00:50.284 [info] [command][79fc9460-b543-4f97-b76f-9547df0b8141] Process exited with code 0\n2025-07-03 19:00:50.285 [info] [command][79fc9460-b543-4f97-b76f-9547df0b8141] Socket close event received\n2025-07-03 19:00:50.285 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][dd24733b-f048-449e-a90e-2dd9d601e824] socks connection closed\n2025-07-03 19:00:50.295 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55435 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 19:01:50.290 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 19:01:50.292 [info] [command][83bbcfc4-3f00-44fc-a138-075c11c6d113] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""83bbcfc4-3f00-44fc-a138-075c11c6d113""}\n2025-07-03 19:01:50.293 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:8461][c414f0ee-390f-47c8-906a-449ea570b1db] received connection request\n2025-07-03 19:01:50.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:01:50.365 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c414f0ee-390f-47c8-906a-449ea570b1db] socks forwarding established\n2025-07-03 19:01:50.380 [info] [command][83bbcfc4-3f00-44fc-a138-075c11c6d113] Process exited with code 0\n2025-07-03 19:01:50.380 [info] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:63990 -> 127.0.0.1:8461][c414f0ee-390f-47c8-906a-449ea570b1db] socks connection closed\n2025-07-03 19:01:50.380 [info] [command][83bbcfc4-3f00-44fc-a138-075c11c6d113] Socket close event received\n2025-07-03 19:01:50.387 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63990 for 127.0.0.1 port 8461, connect from 127.0.0.1 port 55465 to 127.0.0.1 port 63990, nchannels 6\n\n2025-07-03 19:02:11.286 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #2)\n2025-07-03 19:02:11.286 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-03 19:02:11.291 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:8145][367306f4-ae16-44cb-9167-89e89abf6249] received connection request\n2025-07-03 19:02:11.297 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:8145][6891209f-577a-4f6d-9f25-a77747932676] received connection request\n2025-07-03 19:02:11.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:02:11.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:02:14.292 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-03 19:02:14.292 [error] Failed to connect to Cursor server at http://127.0.0.1:63994, attempt 1 of 3 This operation was aborted\n2025-07-03 19:02:14.294 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:8145][fb52ad9b-2da0-4446-a476-4f41f3c60211] received connection request\n2025-07-03 19:02:14.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 63990 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:02:14.366 [info] Terminating existing SSH process with pid: 30606\n2025-07-03 19:02:14.366 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 19:02:14.366 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-03 19:02:14.367 [error] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][367306f4-ae16-44cb-9167-89e89abf6249] error while creating socks forwarding Socket closed\n2025-07-03 19:02:14.367 [error] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][6891209f-577a-4f6d-9f25-a77747932676] error while creating socks forwarding Socket closed\n2025-07-03 19:02:14.367 [error] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][fb52ad9b-2da0-4446-a476-4f41f3c60211] error while creating socks forwarding Socket closed\n2025-07-03 19:02:14.367 [info] [forwarding][code][127.0.0.1:63994 -> 127.0.0.1:63990 -> 127.0.0.1:8145][56749ce0-3281-4e1b-b8be-89eda8bc2884] socks connection closed\n2025-07-03 19:02:14.367 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:02:14.370 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54571.sh"" | ssh -v -T -D 55490 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:02:14.370 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:02:14.370 [info] Waiting for server to install via process(34479)...\n2025-07-03 19:02:14.378 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 19:02:14.378 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:02:14.379 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:02:14.379 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:02:14.380 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:02:14.381 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:02:14.382 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:02:14.382 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:02:14.382 [info] Retrying connection in 5 seconds...\n2025-07-03 19:02:15.303 [error] Failed to connect to Cursor server at http://127.0.0.1:63994, attempt 2 of 3 This operation was aborted\n2025-07-03 19:02:16.310 [error] Failed to connect to Cursor server at http://127.0.0.1:63994, attempt 3 of 3 This operation was aborted\n2025-07-03 19:02:16.311 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-03 19:02:16.311 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-03 19:02:39.108 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54571.sh\n2025-07-03 19:02:39.110 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:02:39.116 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6546.sh"" | ssh -v -T -D 55491 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:02:39.116 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:02:39.116 [info] Waiting for server to install via process(34486)...\n2025-07-03 19:02:39.136 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:02:39.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:02:39.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:02:39.136 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:02:39.138 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:02:39.138 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:02:39.138 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:02:39.138 [info] Retrying connection in 5 seconds...\n2025-07-03 19:02:44.139 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6546.sh\n2025-07-03 19:02:44.140 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:02:44.145 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36646.sh"" | ssh -v -T -D 55496 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:02:44.145 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:02:44.145 [info] Waiting for server to install via process(34493)...\n2025-07-03 19:02:44.194 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 19:02:44.197 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:02:44.204 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:02:44.614 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:02:44.618 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:02:44.621 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:02:44.621 [info] Retrying connection in 5 seconds...\n2025-07-03 19:02:49.630 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36646.sh\n2025-07-03 19:02:49.631 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:02:49.648 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15938.sh"" | ssh -v -T -D 55500 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:02:49.648 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:02:49.648 [info] Waiting for server to install via process(34501)...\n2025-07-03 19:02:49.728 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 19:02:49.729 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:02:49.732 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:02:49.733 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:02:49.743 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:02:49.746 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:02:49.747 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:02:49.747 [info] Retrying connection in 5 seconds...\n2025-07-03 19:02:50.382 [info] [remote-ssh] Pinging remote server on port 63995\n2025-07-03 19:02:50.384 [info] [command][7a8884d7-876a-44b5-93ed-fc760b3deebd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d34baf1d-425e-48c4-a8bf-bc7b63c9d765"",""id"":""7a8884d7-876a-44b5-93ed-fc760b3deebd""}\n2025-07-03 19:02:50.384 [error] [forwarding][multiplex][127.0.0.1:63995 -> 127.0.0.1:undefined][d28aeda9-22de-4706-9684-e5a47c394193] remote server not configured\n2025-07-03 19:02:50.385 [error] [command][7a8884d7-876a-44b5-93ed-fc760b3deebd] Socket error: Error: read ECONNRESET\n2025-07-03 19:02:50.385 [info] [command][7a8884d7-876a-44b5-93ed-fc760b3deebd] Socket close event received\n2025-07-03 19:02:54.750 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15938.sh\n2025-07-03 19:02:54.752 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:02:54.757 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94982.sh"" | ssh -v -T -D 55503 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:02:54.757 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:02:54.757 [info] Waiting for server to install via process(34506)...\n2025-07-03 19:02:54.795 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 19:02:54.795 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:02:54.796 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:02:54.796 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:02:54.797 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:02:54.804 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:02:54.815 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:02:54.816 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:02:54.816 [info] Retrying connection in 5 seconds...\n2025-07-03 19:02:59.827 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94982.sh\n2025-07-03 19:02:59.827 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:02:59.831 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84184.sh"" | ssh -v -T -D 55527 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:02:59.831 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:02:59.831 [info] Waiting for server to install via process(34514)...\n2025-07-03 19:02:59.849 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:02:59.849 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 19:02:59.849 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:02:59.850 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:02:59.850 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:02:59.850 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:02:59.853 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:02:59.854 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:02:59.854 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:02:59.854 [info] Retrying connection in 5 seconds...\n2025-07-03 19:03:04.872 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84184.sh\n2025-07-03 19:03:04.874 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:03:04.882 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78595.sh"" | ssh -v -T -D 55529 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:03:04.883 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:03:04.883 [info] Waiting for server to install via process(34521)...\n2025-07-03 19:03:04.940 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:03:04.941 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:03:04.941 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-03 19:03:04.941 [info] (ssh_tunnel) stderr: debug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:03:04.949 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:03:04.954 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:03:04.955 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:03:04.955 [info] Retrying connection in 5 seconds...\n2025-07-03 19:03:09.962 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78595.sh\n2025-07-03 19:03:09.962 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:03:09.970 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15827.sh"" | ssh -v -T -D 55530 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:03:09.970 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:03:09.970 [info] Waiting for server to install via process(34528)...\n2025-07-03 19:03:09.987 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:03:09.987 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:03:09.988 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:03:09.988 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:03:09.988 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:03:09.990 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:03:09.991 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:03:09.991 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:03:09.991 [info] Retrying connection in 5 seconds...\n2025-07-03 19:03:15.000 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15827.sh\n2025-07-03 19:03:15.002 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:03:15.011 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78252.sh"" | ssh -v -T -D 55535 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:03:15.011 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:03:15.011 [info] Waiting for server to install via process(34537)...\n2025-07-03 19:03:15.028 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:03:15.028 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:03:15.029 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:03:15.032 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:03:15.033 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:03:15.033 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:03:15.033 [info] Retrying connection in 5 seconds...\n2025-07-03 19:03:20.037 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78252.sh\n2025-07-03 19:03:20.037 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:03:20.038 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62994.sh"" | ssh -v -T -D 55537 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:03:20.038 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:03:20.038 [info] Waiting for server to install via process(34544)...\n2025-07-03 19:03:20.045 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:03:20.045 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:03:20.045 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:03:20.045 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:03:20.046 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:03:20.047 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:03:20.047 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:03:20.047 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:03:20.047 [info] Retrying connection in 5 seconds...\n2025-07-03 19:03:25.055 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62994.sh\n2025-07-03 19:03:25.056 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:03:25.061 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23684.sh"" | ssh -v -T -D 55540 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:03:25.062 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:03:25.062 [info] Waiting for server to install via process(34550)...\n2025-07-03 19:03:25.078 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:03:25.078 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:03:25.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:03:25.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:03:25.079 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:03:25.081 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:03:25.082 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:03:25.082 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:03:25.082 [info] Retrying connection in 5 seconds...\n2025-07-03 19:03:30.086 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23684.sh\n2025-07-03 19:03:30.086 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:03:30.089 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84309.sh"" | ssh -v -T -D 55541 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:03:30.089 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:03:30.089 [info] Waiting for server to install via process(34556)...\n2025-07-03 19:03:30.104 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:03:30.104 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:03:30.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:03:30.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:03:30.105 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:03:30.107 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:03:30.107 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:03:30.108 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:03:30.108 [info] Retrying connection in 5 seconds...\n2025-07-03 19:03:35.114 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84309.sh\n2025-07-03 19:03:35.115 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:03:35.125 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75753.sh"" | ssh -v -T -D 55544 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:03:35.125 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:03:35.125 [info] Waiting for server to install via process(34563)...\n2025-07-03 19:03:35.141 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:03:35.141 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:03:35.141 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:03:35.141 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:03:35.142 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:03:35.144 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:03:35.145 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:03:35.145 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:03:35.145 [info] Retrying connection in 5 seconds...\n2025-07-03 19:11:46.472 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75753.sh\n2025-07-03 19:11:46.473 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-P6MgLS/socket.sock\n2025-07-03 19:11:46.548 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_128.sh"" | ssh -v -T -D 55545 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:11:46.548 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:11:46.548 [info] Waiting for server to install via process(34570)...\n2025-07-03 19:11:46.558 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:11:46.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:11:46.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:11:46.558 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:11:46.560 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:11:46.560 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:11:46.561 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:11:46.561 [error] Failed to connect after 14 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:11:46.561 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_128.sh\n2025-07-03 19:11:46.561 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:46:18.399 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #1)\n2025-07-03 19:46:18.410 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-KZrT2r/socket.sock\n2025-07-03 19:46:18.411 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 19:46:18.412 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-KZrT2r/socket.sock\n2025-07-03 19:46:18.413 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77449.sh"" | ssh -v -T -D 57697 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:46:18.414 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:46:18.414 [info] Waiting for server to install via process(35220)...\n2025-07-03 19:46:18.419 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 19:46:18.419 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 19:46:18.420 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:46:18.420 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:46:18.420 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:46:18.678 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 19:46:18.679 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-03 19:46:18.682 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-03 19:46:18.682 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 19:46:18.861 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-03 19:46:18.864 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-03 19:46:18.864 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 19:46:18.961 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 19:46:18.962 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 19:46:19.097 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 19:46:19.099 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-03 19:46:19.099 [info] (ssh_tunnel) stderr: debug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 19:46:19.104 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-03 19:46:19.104 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 19:46:19.332 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 19:46:19.429 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 19:46:19.435 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-03 19:46:19.435 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 19:46:19.684 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\n\n2025-07-03 19:46:19.684 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-03 19:46:19.822 [info] Askpass server received request: POST /\n2025-07-03 19:46:19.822 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 19:46:19.822 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 19:46:21.361 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:57697 forwarded to remote address socks:0\n\n2025-07-03 19:46:21.362 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 57697.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 57697.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-03 19:46:21.491 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-03 19:46:21.493 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-03 19:46:21.504 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\n\n2025-07-03 19:46:21.504 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-03 19:46:21.632 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-07-03 19:46:21.633 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-07-03 19:46:22.438 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-03 19:46:22.547 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 19:46:22.584 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-03 19:46:27.130 [info] (ssh_tunnel) stdout: v20.18.2\nChecking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 19:46:27.249 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-03 19:46:27.254 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 19:46:27.266 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-03 19:46:27.270 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 19:46:27.317 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 906c762a-9f8c-44d4-b447-245ec7a273e2\nMultiplex server started with PID 2307782 and wrote pid to file /run/user/1000030/cursor-remote-multiplex.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-03 19:46:27.320 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 19:46:31.782 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-03 19:46:31.783 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 705286 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-03 19:46:31.784 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 19:46:31.784 [info] (ssh_tunnel) stdout: ba4d71441673cac10d185b7b: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8047==\nmultiplexConnectionToken==906c762a-9f8c-44d4-b447-245ec7a273e2==\ncodeListeningOn==8145==\ncodeConnectionToken==c4f1f678-60b2-4b4e-8fa9-775d1d0c342e==\n\n2025-07-03 19:46:31.784 [info] (ssh_tunnel) stdout: detectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nba4d71441673cac10d185b7b: end\n\n2025-07-03 19:46:31.785 [info] Server install command exit code: 0\n2025-07-03 19:46:31.785 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77449.sh\n2025-07-03 19:46:31.786 [info] (ssh_tunnel) stdout: Unlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 19:46:31.787 [info] [forwarding][code] creating new forwarding server\n2025-07-03 19:46:31.787 [info] [forwarding][code] server listening on 57710\n2025-07-03 19:46:31.788 [info] [forwarding][code] Set up server\n2025-07-03 19:46:31.788 [info] [remote-ssh] codeListeningOn (remote=8145; local=57710) codeConnectionToken: c4f1f678-60b2-4b4e-8fa9-775d1d0c342e\n2025-07-03 19:46:31.788 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-03 19:46:31.788 [info] [forwarding][multiplex] server listening on 57711\n2025-07-03 19:46:31.788 [info] [forwarding][multiplex] Set up server\n2025-07-03 19:46:31.790 [info] [remote-ssh] multiplexListeningOn (remote=8047; local=57711) multiplexConnectionToken: 906c762a-9f8c-44d4-b447-245ec7a273e2\n2025-07-03 19:46:31.790 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:46:31.794 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][a7cf9ff1-9c68-4c9b-8438-0d20a56d6828] received connection request\n2025-07-03 19:46:31.795 [info] [command][ac10b131-f4b8-40b2-aaef-940a5dde7992] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""ac10b131-f4b8-40b2-aaef-940a5dde7992""}\n2025-07-03 19:46:31.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:46:31.818 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:8145][861e142d-c6e9-4ede-b059-696c0e512325] received connection request\n2025-07-03 19:46:31.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:46:32.002 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][a7cf9ff1-9c68-4c9b-8438-0d20a56d6828] socks forwarding established\n2025-07-03 19:46:32.002 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][861e142d-c6e9-4ede-b059-696c0e512325] socks forwarding established\n2025-07-03 19:46:32.285 [info] Successfully connected to Cursor server at http://127.0.0.1:57710/version\n2025-07-03 19:46:32.285 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-03 19:46:32.287 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][a5333100-1ef7-4977-ba24-dc978dc212ab] received connection request\n2025-07-03 19:46:32.287 [info] [command][e5b367d7-8113-4162-844e-7e6bf84d8eaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""e5b367d7-8113-4162-844e-7e6bf84d8eaf""}\n2025-07-03 19:46:32.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:46:32.288 [info] [command][ac10b131-f4b8-40b2-aaef-940a5dde7992] Process exited with code 0\n2025-07-03 19:46:32.289 [info] [command][ac10b131-f4b8-40b2-aaef-940a5dde7992] Socket close event received\n2025-07-03 19:46:32.289 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][a7cf9ff1-9c68-4c9b-8438-0d20a56d6828] socks connection closed\n2025-07-03 19:46:32.981 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][a5333100-1ef7-4977-ba24-dc978dc212ab] socks forwarding established\n2025-07-03 19:46:32.983 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 57713 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:46:33.097 [info] [command][e5b367d7-8113-4162-844e-7e6bf84d8eaf] Process exited with code 0\n2025-07-03 19:46:33.097 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-03 19:46:33.099 [info] [remote-ssh] Resolved exec server. Socks port: 57697\n2025-07-03 19:46:33.099 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":57710,""connectionToken"":""c4f1f678-60b2-4b4e-8fa9-775d1d0c342e"",""extensionHostEnv"":{}}. Socks port: 57697\n2025-07-03 19:46:33.100 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][a5333100-1ef7-4977-ba24-dc978dc212ab] socks connection closed\n2025-07-03 19:46:33.100 [info] [command][e5b367d7-8113-4162-844e-7e6bf84d8eaf] Socket close event received\n2025-07-03 19:46:33.120 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:8145][0266d9ee-3340-4c08-9791-dd7dad74b151] received connection request\n2025-07-03 19:46:33.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:46:33.526 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 57717 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:46:33.526 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][0266d9ee-3340-4c08-9791-dd7dad74b151] socks forwarding established\n2025-07-03 19:46:34.043 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:8145][7c9d4b61-9910-4ca8-8103-2176adca0fdd] received connection request\n2025-07-03 19:46:34.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:46:34.249 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][7c9d4b61-9910-4ca8-8103-2176adca0fdd] socks forwarding established\n2025-07-03 19:46:35.319 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 19:46:35.518 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 57715 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:46:35.519 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][861e142d-c6e9-4ede-b059-696c0e512325] socks connection closed\n2025-07-03 19:46:38.863 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:8145][4fe9fea3-561a-4aac-851d-384340eb58fa] received connection request\n2025-07-03 19:46:38.869 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\n\n2025-07-03 19:46:38.869 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:46:38.964 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][4fe9fea3-561a-4aac-851d-384340eb58fa] socks forwarding established\n2025-07-03 19:46:45.115 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][4fe9fea3-561a-4aac-851d-384340eb58fa] socks connection closed\n2025-07-03 19:46:45.282 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 57731 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:47:32.290 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:47:32.293 [info] [command][12db5060-2c2a-4d28-97a9-2f39264b8354] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""12db5060-2c2a-4d28-97a9-2f39264b8354""}\n2025-07-03 19:47:32.294 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][acb83089-ea54-430f-b742-16f6d055acff] received connection request\n2025-07-03 19:47:32.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:47:32.386 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][acb83089-ea54-430f-b742-16f6d055acff] socks forwarding established\n2025-07-03 19:47:32.482 [info] [command][12db5060-2c2a-4d28-97a9-2f39264b8354] Process exited with code 0\n2025-07-03 19:47:32.483 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][acb83089-ea54-430f-b742-16f6d055acff] socks connection closed\n2025-07-03 19:47:32.483 [info] [command][12db5060-2c2a-4d28-97a9-2f39264b8354] Socket close event received\n2025-07-03 19:47:32.650 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 57868 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:48:32.488 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:48:32.490 [info] [command][a9d1e76b-7c84-4a13-b7e7-eda3d9ae8fda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""a9d1e76b-7c84-4a13-b7e7-eda3d9ae8fda""}\n2025-07-03 19:48:32.491 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][423f3699-1518-4ca6-8c13-803ae100c224] received connection request\n2025-07-03 19:48:32.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:48:32.652 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][423f3699-1518-4ca6-8c13-803ae100c224] socks forwarding established\n2025-07-03 19:48:32.745 [info] [command][a9d1e76b-7c84-4a13-b7e7-eda3d9ae8fda] Process exited with code 0\n2025-07-03 19:48:32.746 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][423f3699-1518-4ca6-8c13-803ae100c224] socks connection closed\n2025-07-03 19:48:32.746 [info] [command][a9d1e76b-7c84-4a13-b7e7-eda3d9ae8fda] Socket close event received\n2025-07-03 19:48:32.835 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 57925 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:49:32.748 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:49:32.749 [info] [command][753597fc-8f87-4269-8509-f9f52f4d9715] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""753597fc-8f87-4269-8509-f9f52f4d9715""}\n2025-07-03 19:49:32.750 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][230bb0b6-0566-4919-ab7a-78dfa9aa0c2e] received connection request\n2025-07-03 19:49:32.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:49:32.831 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][230bb0b6-0566-4919-ab7a-78dfa9aa0c2e] socks forwarding established\n2025-07-03 19:49:32.916 [info] [command][753597fc-8f87-4269-8509-f9f52f4d9715] Process exited with code 0\n2025-07-03 19:49:32.917 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][230bb0b6-0566-4919-ab7a-78dfa9aa0c2e] socks connection closed\n2025-07-03 19:49:32.917 [info] [command][753597fc-8f87-4269-8509-f9f52f4d9715] Socket close event received\n2025-07-03 19:49:32.995 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 57975 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:50:32.922 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:50:32.925 [info] [command][ce6cbec3-d68a-4f9c-a60f-f514363f8be8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""ce6cbec3-d68a-4f9c-a60f-f514363f8be8""}\n2025-07-03 19:50:32.925 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][b93bd309-57a8-4f37-a9ef-f697ff48bbb5] received connection request\n2025-07-03 19:50:32.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:50:33.003 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][b93bd309-57a8-4f37-a9ef-f697ff48bbb5] socks forwarding established\n2025-07-03 19:50:33.126 [info] [command][ce6cbec3-d68a-4f9c-a60f-f514363f8be8] Process exited with code 0\n2025-07-03 19:50:33.127 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][b93bd309-57a8-4f37-a9ef-f697ff48bbb5] socks connection closed\n2025-07-03 19:50:33.127 [info] [command][ce6cbec3-d68a-4f9c-a60f-f514363f8be8] Socket close event received\n2025-07-03 19:50:33.224 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58021 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:51:33.130 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:51:33.132 [info] [command][9e020a91-7046-4ba1-9097-6bd86cd46a5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""9e020a91-7046-4ba1-9097-6bd86cd46a5d""}\n2025-07-03 19:51:33.133 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][fb861612-e9c0-4d2f-aca1-b3b681387240] received connection request\n2025-07-03 19:51:33.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:51:33.224 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][fb861612-e9c0-4d2f-aca1-b3b681387240] socks forwarding established\n2025-07-03 19:51:33.308 [info] [command][9e020a91-7046-4ba1-9097-6bd86cd46a5d] Process exited with code 0\n2025-07-03 19:51:33.308 [info] [command][9e020a91-7046-4ba1-9097-6bd86cd46a5d] Socket close event received\n2025-07-03 19:51:33.310 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][fb861612-e9c0-4d2f-aca1-b3b681387240] socks connection closed\n2025-07-03 19:51:33.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58063 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:52:33.313 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:52:33.316 [info] [command][aad7ece5-53c3-453d-87dd-8fd130c132f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""aad7ece5-53c3-453d-87dd-8fd130c132f6""}\n2025-07-03 19:52:33.317 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][3000e4f2-701a-47d0-9e5d-63ea7a463706] received connection request\n2025-07-03 19:52:33.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:52:33.405 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][3000e4f2-701a-47d0-9e5d-63ea7a463706] socks forwarding established\n2025-07-03 19:52:33.490 [info] [command][aad7ece5-53c3-453d-87dd-8fd130c132f6] Process exited with code 0\n2025-07-03 19:52:33.491 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][3000e4f2-701a-47d0-9e5d-63ea7a463706] socks connection closed\n2025-07-03 19:52:33.491 [info] [command][aad7ece5-53c3-453d-87dd-8fd130c132f6] Socket close event received\n2025-07-03 19:52:33.580 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58092 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:53:33.495 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:53:33.497 [info] [command][ab81642f-748f-446a-bb49-21290d61dbb1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""ab81642f-748f-446a-bb49-21290d61dbb1""}\n2025-07-03 19:53:33.498 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][df9c29ca-bf7a-47bd-a33b-40d0517eff90] received connection request\n2025-07-03 19:53:33.499 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:53:33.571 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][df9c29ca-bf7a-47bd-a33b-40d0517eff90] socks forwarding established\n2025-07-03 19:53:33.677 [info] [command][ab81642f-748f-446a-bb49-21290d61dbb1] Process exited with code 0\n2025-07-03 19:53:33.677 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][df9c29ca-bf7a-47bd-a33b-40d0517eff90] socks connection closed\n2025-07-03 19:53:33.678 [info] [command][ab81642f-748f-446a-bb49-21290d61dbb1] Socket close event received\n2025-07-03 19:53:33.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58109 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:54:33.682 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:54:33.684 [info] [command][4467db5b-01e2-4762-b7a1-d3a01204b0a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""4467db5b-01e2-4762-b7a1-d3a01204b0a0""}\n2025-07-03 19:54:33.684 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][7b36fcc3-20e8-417b-b5fe-8a39007f3210] received connection request\n2025-07-03 19:54:33.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:54:33.779 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][7b36fcc3-20e8-417b-b5fe-8a39007f3210] socks forwarding established\n2025-07-03 19:54:33.905 [info] [command][4467db5b-01e2-4762-b7a1-d3a01204b0a0] Process exited with code 0\n2025-07-03 19:54:33.906 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][7b36fcc3-20e8-417b-b5fe-8a39007f3210] socks connection closed\n2025-07-03 19:54:33.906 [info] [command][4467db5b-01e2-4762-b7a1-d3a01204b0a0] Socket close event received\n2025-07-03 19:54:34.032 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58155 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:55:33.911 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:55:33.913 [info] [command][37f099a0-72e7-4492-ad8f-f06d9540eb9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""37f099a0-72e7-4492-ad8f-f06d9540eb9a""}\n2025-07-03 19:55:33.914 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][c42bf126-df23-4308-ac73-6fc998a1bf64] received connection request\n2025-07-03 19:55:33.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:55:33.999 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][c42bf126-df23-4308-ac73-6fc998a1bf64] socks forwarding established\n2025-07-03 19:55:34.097 [info] [command][37f099a0-72e7-4492-ad8f-f06d9540eb9a] Process exited with code 0\n2025-07-03 19:55:34.098 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][c42bf126-df23-4308-ac73-6fc998a1bf64] socks connection closed\n2025-07-03 19:55:34.098 [info] [command][37f099a0-72e7-4492-ad8f-f06d9540eb9a] Socket close event received\n2025-07-03 19:55:34.197 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58203 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:56:34.102 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:56:34.103 [info] [command][55d57926-ab0d-4360-b1bd-7dd864d462dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""55d57926-ab0d-4360-b1bd-7dd864d462dd""}\n2025-07-03 19:56:34.104 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][da0caa69-2fbd-4949-bb81-62685b03d740] received connection request\n2025-07-03 19:56:34.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:56:34.198 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][da0caa69-2fbd-4949-bb81-62685b03d740] socks forwarding established\n2025-07-03 19:56:34.319 [info] [command][55d57926-ab0d-4360-b1bd-7dd864d462dd] Process exited with code 0\n2025-07-03 19:56:34.319 [info] [command][55d57926-ab0d-4360-b1bd-7dd864d462dd] Socket close event received\n2025-07-03 19:56:34.320 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][da0caa69-2fbd-4949-bb81-62685b03d740] socks connection closed\n2025-07-03 19:56:34.401 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58242 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:57:34.322 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:57:34.323 [info] [command][81ccefe4-84f7-4098-b34e-ae116c4e1caf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""81ccefe4-84f7-4098-b34e-ae116c4e1caf""}\n2025-07-03 19:57:34.323 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][afb5579b-5817-488a-b9e4-0bc656e50e3e] received connection request\n2025-07-03 19:57:34.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:57:34.406 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][afb5579b-5817-488a-b9e4-0bc656e50e3e] socks forwarding established\n2025-07-03 19:57:34.505 [info] [command][81ccefe4-84f7-4098-b34e-ae116c4e1caf] Process exited with code 0\n2025-07-03 19:57:34.505 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][afb5579b-5817-488a-b9e4-0bc656e50e3e] socks connection closed\n2025-07-03 19:57:34.505 [info] [command][81ccefe4-84f7-4098-b34e-ae116c4e1caf] Socket close event received\n2025-07-03 19:57:34.587 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58264 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:58:34.511 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 19:58:34.513 [info] [command][6d52616e-297e-443f-b232-7ae803220c2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""6d52616e-297e-443f-b232-7ae803220c2c""}\n2025-07-03 19:58:34.513 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:8047][daa3ba4b-a269-44df-b097-42504f28848c] received connection request\n2025-07-03 19:58:34.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:58:34.592 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][daa3ba4b-a269-44df-b097-42504f28848c] socks forwarding established\n2025-07-03 19:58:34.684 [info] [command][6d52616e-297e-443f-b232-7ae803220c2c] Process exited with code 0\n2025-07-03 19:58:34.684 [info] [command][6d52616e-297e-443f-b232-7ae803220c2c] Socket close event received\n2025-07-03 19:58:34.752 [info] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:57697 -> 127.0.0.1:8047][daa3ba4b-a269-44df-b097-42504f28848c] socks connection closed\n2025-07-03 19:58:34.758 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57697 for 127.0.0.1 port 8047, connect from 127.0.0.1 port 58291 to 127.0.0.1 port 57697, nchannels 6\n\n2025-07-03 19:59:19.207 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #2)\n2025-07-03 19:59:19.207 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-03 19:59:19.210 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:8145][d0d8fd74-7dfc-4279-8452-079feb24b53d] received connection request\n2025-07-03 19:59:19.214 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:8145][b6167715-5539-45ce-b15b-120ea95402cb] received connection request\n2025-07-03 19:59:19.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:59:19.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:59:22.226 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-03 19:59:22.226 [error] Failed to connect to Cursor server at http://127.0.0.1:57710, attempt 1 of 3 This operation was aborted\n2025-07-03 19:59:22.228 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:8145][33983515-2572-42ce-b25c-1891cba53276] received connection request\n2025-07-03 19:59:22.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 57697 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 19:59:22.313 [info] Terminating existing SSH process with pid: 35220\n2025-07-03 19:59:22.313 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 19:59:22.316 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-KZrT2r/socket.sock\n2025-07-03 19:59:22.316 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-03 19:59:22.316 [error] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][d0d8fd74-7dfc-4279-8452-079feb24b53d] error while creating socks forwarding Socket closed\n2025-07-03 19:59:22.316 [error] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][b6167715-5539-45ce-b15b-120ea95402cb] error while creating socks forwarding Socket closed\n2025-07-03 19:59:22.316 [error] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][33983515-2572-42ce-b25c-1891cba53276] error while creating socks forwarding Socket closed\n2025-07-03 19:59:22.316 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][0266d9ee-3340-4c08-9791-dd7dad74b151] socks connection closed\n2025-07-03 19:59:22.316 [info] [forwarding][code][127.0.0.1:57710 -> 127.0.0.1:57697 -> 127.0.0.1:8145][7c9d4b61-9910-4ca8-8103-2176adca0fdd] socks connection closed\n2025-07-03 19:59:22.319 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52131.sh"" | ssh -v -T -D 58339 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 19:59:22.319 [info] Started installation script. Waiting for it to finish...\n2025-07-03 19:59:22.319 [info] Waiting for server to install via process(35451)...\n2025-07-03 19:59:22.325 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 19:59:22.326 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 19:59:22.326 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 19:59:22.326 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 19:59:22.327 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 19:59:22.327 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 19:59:22.327 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 19:59:22.327 [info] Retrying connection in 5 seconds...\n2025-07-03 19:59:23.233 [error] Failed to connect to Cursor server at http://127.0.0.1:57710, attempt 2 of 3 This operation was aborted\n2025-07-03 19:59:24.241 [error] Failed to connect to Cursor server at http://127.0.0.1:57710, attempt 3 of 3 This operation was aborted\n2025-07-03 19:59:24.241 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-03 19:59:24.241 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-03 20:15:45.719 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52131.sh\n2025-07-03 20:15:45.720 [info] [remote-ssh] Pinging remote server on port 57711\n2025-07-03 20:15:45.721 [error] [forwarding][multiplex][127.0.0.1:57711 -> 127.0.0.1:undefined][469369f8-165c-4db0-bdea-c3c06d52040e] remote server not configured\n2025-07-03 20:15:45.722 [info] [command][ad1c90ff-186b-40eb-b7fa-9f7aca621abc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""906c762a-9f8c-44d4-b447-245ec7a273e2"",""id"":""ad1c90ff-186b-40eb-b7fa-9f7aca621abc""}\n2025-07-03 20:15:45.722 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-KZrT2r/socket.sock\n2025-07-03 20:15:45.723 [error] [command][ad1c90ff-186b-40eb-b7fa-9f7aca621abc] Socket error: Error: read ECONNRESET\n2025-07-03 20:15:45.723 [info] [command][ad1c90ff-186b-40eb-b7fa-9f7aca621abc] Socket close event received\n2025-07-03 20:15:45.746 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97766.sh"" | ssh -v -T -D 58342 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 20:15:45.746 [info] Started installation script. Waiting for it to finish...\n2025-07-03 20:15:45.746 [info] Waiting for server to install via process(35461)...\n2025-07-03 20:15:45.759 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 20:15:45.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 20:15:45.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 20:15:45.760 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 20:15:45.760 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 20:15:45.764 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 20:15:45.764 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 20:15:45.764 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 20:15:45.765 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 20:15:45.765 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97766.sh\n2025-07-03 20:15:45.765 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 20:46:13.818 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #1)\n2025-07-03 20:46:13.828 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 20:46:13.829 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 20:46:13.829 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 20:46:13.831 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52329.sh"" | ssh -v -T -D 58858 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 20:46:13.831 [info] Started installation script. Waiting for it to finish...\n2025-07-03 20:46:13.831 [info] Waiting for server to install via process(35690)...\n2025-07-03 20:46:13.837 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 20:46:13.840 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 20:46:13.888 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 20:46:13.888 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-03 20:46:13.888 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-03 20:46:13.888 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 20:46:13.928 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-03 20:46:13.929 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-03 20:46:13.929 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 20:46:13.951 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-03 20:46:13.951 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 20:46:13.952 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 20:46:13.977 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 20:46:13.978 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-03 20:46:13.978 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 20:46:13.981 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-03 20:46:13.981 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-03 20:46:13.981 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 20:46:14.069 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 20:46:14.099 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 20:46:14.103 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-03 20:46:14.104 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 20:46:15.435 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-03 20:46:15.506 [info] Askpass server received request: POST /\n2025-07-03 20:46:15.506 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 20:46:15.506 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 20:46:17.075 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:58858 forwarded to remote address socks:0\n\n2025-07-03 20:46:17.075 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58858.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58858.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-03 20:46:17.076 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-03 20:46:17.150 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-03 20:46:17.151 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-03 20:46:17.156 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\n\n2025-07-03 20:46:17.156 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-03 20:46:17.175 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-03 20:46:17.923 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-03 20:46:18.018 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 20:46:18.082 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-03 20:46:20.684 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-03 20:46:20.696 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 20:46:20.777 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-03 20:46:20.787 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 20:46:20.793 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-03 20:46:20.800 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 20:46:20.842 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js c03499b4-f543-45a1-a358-c3813cd45ea2\n\n2025-07-03 20:46:20.847 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2491070 and wrote pid to file /run/user/1000030/cursor-remote-multiplex.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-03 20:46:20.851 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 20:46:22.896 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-03 20:46:22.977 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 705286 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-03 20:46:22.978 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 20:46:22.993 [info] (ssh_tunnel) stdout: ae71141212b638f682667580: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8357==\nmultiplexConnectionToken==c03499b4-f543-45a1-a358-c3813cd45ea2==\ncodeListeningOn==8145==\ncodeConnectionToken==c4f1f678-60b2-4b4e-8fa9-775d1d0c342e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n\n2025-07-03 20:46:22.999 [info] (ssh_tunnel) stdout: ae71141212b638f682667580: end\nUnlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 20:46:23.000 [info] Server install command exit code: 0\n2025-07-03 20:46:23.000 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52329.sh\n2025-07-03 20:46:23.001 [info] [forwarding][code] creating new forwarding server\n2025-07-03 20:46:23.001 [info] [forwarding][code] server listening on 58864\n2025-07-03 20:46:23.001 [info] [forwarding][code] Set up server\n2025-07-03 20:46:23.002 [info] [remote-ssh] codeListeningOn (remote=8145; local=58864) codeConnectionToken: c4f1f678-60b2-4b4e-8fa9-775d1d0c342e\n2025-07-03 20:46:23.002 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-03 20:46:23.002 [info] [forwarding][multiplex] server listening on 58865\n2025-07-03 20:46:23.002 [info] [forwarding][multiplex] Set up server\n2025-07-03 20:46:23.003 [info] [remote-ssh] multiplexListeningOn (remote=8357; local=58865) multiplexConnectionToken: c03499b4-f543-45a1-a358-c3813cd45ea2\n2025-07-03 20:46:23.003 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:46:23.006 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][96d02b35-5b57-4bcc-8fa1-642af915a924] received connection request\n2025-07-03 20:46:23.006 [info] [command][0f938de8-43ff-41b2-a26c-26f3c6ba68a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""0f938de8-43ff-41b2-a26c-26f3c6ba68a9""}\n2025-07-03 20:46:23.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:46:23.024 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][48f796df-ba0e-44db-af17-deec6a6fb503] received connection request\n2025-07-03 20:46:23.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:46:23.032 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][96d02b35-5b57-4bcc-8fa1-642af915a924] socks forwarding established\n2025-07-03 20:46:23.051 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][48f796df-ba0e-44db-af17-deec6a6fb503] socks forwarding established\n2025-07-03 20:46:23.096 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][96d02b35-5b57-4bcc-8fa1-642af915a924] socks connection closed\n2025-07-03 20:46:23.096 [info] [command][0f938de8-43ff-41b2-a26c-26f3c6ba68a9] Process exited with code 0\n2025-07-03 20:46:23.096 [info] [command][0f938de8-43ff-41b2-a26c-26f3c6ba68a9] Socket close event received\n2025-07-03 20:46:23.118 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 58867 to 127.0.0.1 port 58858, nchannels 5\n\n2025-07-03 20:46:23.169 [info] Successfully connected to Cursor server at http://127.0.0.1:58864/version\n2025-07-03 20:46:23.169 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-03 20:46:23.170 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][083f8ccb-8f38-4fe0-880e-7055c03d276a] received connection request\n2025-07-03 20:46:23.170 [info] [command][d1fea2e5-a32f-4136-8259-b96939ad3506] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""d1fea2e5-a32f-4136-8259-b96939ad3506""}\n2025-07-03 20:46:23.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:46:23.194 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][083f8ccb-8f38-4fe0-880e-7055c03d276a] socks forwarding established\n2025-07-03 20:46:23.221 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][083f8ccb-8f38-4fe0-880e-7055c03d276a] socks connection closed\n2025-07-03 20:46:23.221 [info] [command][d1fea2e5-a32f-4136-8259-b96939ad3506] Process exited with code 0\n2025-07-03 20:46:23.221 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-03 20:46:23.222 [info] [remote-ssh] Resolved exec server. Socks port: 58858\n2025-07-03 20:46:23.222 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58864,""connectionToken"":""c4f1f678-60b2-4b4e-8fa9-775d1d0c342e"",""extensionHostEnv"":{}}. Socks port: 58858\n2025-07-03 20:46:23.222 [info] [command][d1fea2e5-a32f-4136-8259-b96939ad3506] Socket close event received\n2025-07-03 20:46:23.252 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][568be70b-0e14-490f-87fe-c44eba052fe4] received connection request\n2025-07-03 20:46:23.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: channel 3: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 58871 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:46:23.277 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][568be70b-0e14-490f-87fe-c44eba052fe4] socks forwarding established\n2025-07-03 20:46:23.377 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][72b7c3f1-77be-497e-af1b-b6c3c0ea1584] received connection request\n2025-07-03 20:46:23.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:46:23.400 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][72b7c3f1-77be-497e-af1b-b6c3c0ea1584] socks forwarding established\n2025-07-03 20:46:23.727 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 20:46:25.207 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][2426575f-af5d-484f-af27-ee30c3c2f2fd] received connection request\n2025-07-03 20:46:25.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:46:25.353 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][2426575f-af5d-484f-af27-ee30c3c2f2fd] socks forwarding established\n2025-07-03 20:46:26.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 58869 to 127.0.0.1 port 58858, nchannels 7\n\n2025-07-03 20:46:26.190 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][48f796df-ba0e-44db-af17-deec6a6fb503] socks connection closed\n2025-07-03 20:46:31.451 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][2426575f-af5d-484f-af27-ee30c3c2f2fd] socks connection closed\n2025-07-03 20:46:31.473 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 58877 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:47:23.102 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:47:23.103 [info] [command][d0acde78-39cf-485a-a23b-b27b9a947aed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""d0acde78-39cf-485a-a23b-b27b9a947aed""}\n2025-07-03 20:47:23.104 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][52c911f8-c5a5-4464-86b6-e554879e3652] received connection request\n2025-07-03 20:47:23.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:47:23.129 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][52c911f8-c5a5-4464-86b6-e554879e3652] socks forwarding established\n2025-07-03 20:47:23.227 [info] [command][d0acde78-39cf-485a-a23b-b27b9a947aed] Process exited with code 0\n2025-07-03 20:47:23.228 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][52c911f8-c5a5-4464-86b6-e554879e3652] socks connection closed\n2025-07-03 20:47:23.228 [info] [command][d0acde78-39cf-485a-a23b-b27b9a947aed] Socket close event received\n2025-07-03 20:47:23.250 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 58960 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:48:23.228 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:48:23.229 [info] [command][f5c4451c-1848-4aa8-be65-9c19d3590789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""f5c4451c-1848-4aa8-be65-9c19d3590789""}\n2025-07-03 20:48:23.230 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][068c1abf-0885-4345-9c3e-62962d14f941] received connection request\n2025-07-03 20:48:23.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:48:23.253 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][068c1abf-0885-4345-9c3e-62962d14f941] socks forwarding established\n2025-07-03 20:48:23.283 [info] [command][f5c4451c-1848-4aa8-be65-9c19d3590789] Process exited with code 0\n2025-07-03 20:48:23.283 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][068c1abf-0885-4345-9c3e-62962d14f941] socks connection closed\n2025-07-03 20:48:23.283 [info] [command][f5c4451c-1848-4aa8-be65-9c19d3590789] Socket close event received\n2025-07-03 20:48:23.304 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 58990 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:49:23.284 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:49:23.284 [info] [command][8eb5f80a-4a19-44e1-bec5-84ec236c2827] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""8eb5f80a-4a19-44e1-bec5-84ec236c2827""}\n2025-07-03 20:49:23.285 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][16d3a053-30a9-4609-807d-2ad27172cfe3] received connection request\n2025-07-03 20:49:23.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:49:23.308 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][16d3a053-30a9-4609-807d-2ad27172cfe3] socks forwarding established\n2025-07-03 20:49:23.338 [info] [command][8eb5f80a-4a19-44e1-bec5-84ec236c2827] Process exited with code 0\n2025-07-03 20:49:23.338 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][16d3a053-30a9-4609-807d-2ad27172cfe3] socks connection closed\n2025-07-03 20:49:23.338 [info] [command][8eb5f80a-4a19-44e1-bec5-84ec236c2827] Socket close event received\n2025-07-03 20:49:23.359 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59019 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:50:23.342 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:50:23.343 [info] [command][8c6daa49-0658-47ed-8d01-194fe0c3c873] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""8c6daa49-0658-47ed-8d01-194fe0c3c873""}\n2025-07-03 20:50:23.345 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][24523251-5aa7-4fc1-a2d8-97e05aa967bc] received connection request\n2025-07-03 20:50:23.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:50:23.445 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][24523251-5aa7-4fc1-a2d8-97e05aa967bc] socks forwarding established\n2025-07-03 20:50:23.476 [info] [command][8c6daa49-0658-47ed-8d01-194fe0c3c873] Process exited with code 0\n2025-07-03 20:50:23.477 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][24523251-5aa7-4fc1-a2d8-97e05aa967bc] socks connection closed\n2025-07-03 20:50:23.477 [info] [command][8c6daa49-0658-47ed-8d01-194fe0c3c873] Socket close event received\n2025-07-03 20:50:23.499 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59041 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:51:23.478 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:51:23.480 [info] [command][a17f957f-7112-4235-acee-008bb89b2cef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""a17f957f-7112-4235-acee-008bb89b2cef""}\n2025-07-03 20:51:23.481 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][65eb5008-ab7f-4069-8a84-f0185acc14ad] received connection request\n2025-07-03 20:51:23.481 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:51:23.507 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][65eb5008-ab7f-4069-8a84-f0185acc14ad] socks forwarding established\n2025-07-03 20:51:23.537 [info] [command][a17f957f-7112-4235-acee-008bb89b2cef] Process exited with code 0\n2025-07-03 20:51:23.537 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][65eb5008-ab7f-4069-8a84-f0185acc14ad] socks connection closed\n2025-07-03 20:51:23.538 [info] [command][a17f957f-7112-4235-acee-008bb89b2cef] Socket close event received\n2025-07-03 20:51:23.560 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59077 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:52:23.542 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:52:23.543 [info] [command][16746ccf-bce1-4d67-b503-6fea9896c476] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""16746ccf-bce1-4d67-b503-6fea9896c476""}\n2025-07-03 20:52:23.544 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][88c2c60f-94c2-4c1f-bfde-28f7b73c77a8] received connection request\n2025-07-03 20:52:23.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:52:23.571 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][88c2c60f-94c2-4c1f-bfde-28f7b73c77a8] socks forwarding established\n2025-07-03 20:52:23.601 [info] [command][16746ccf-bce1-4d67-b503-6fea9896c476] Process exited with code 0\n2025-07-03 20:52:23.602 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][88c2c60f-94c2-4c1f-bfde-28f7b73c77a8] socks connection closed\n2025-07-03 20:52:23.602 [info] [command][16746ccf-bce1-4d67-b503-6fea9896c476] Socket close event received\n2025-07-03 20:52:23.625 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59124 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:53:23.606 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:53:23.608 [info] [command][93944f2f-35d6-42b8-b7c2-ba2b1dbfe365] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""93944f2f-35d6-42b8-b7c2-ba2b1dbfe365""}\n2025-07-03 20:53:23.609 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][9ad5fdd4-f19b-439b-ae7e-f9d681aa0781] received connection request\n2025-07-03 20:53:23.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:53:23.634 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][9ad5fdd4-f19b-439b-ae7e-f9d681aa0781] socks forwarding established\n2025-07-03 20:53:23.663 [info] [command][93944f2f-35d6-42b8-b7c2-ba2b1dbfe365] Process exited with code 0\n2025-07-03 20:53:23.664 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:58858 -> 127.0.0.1:8357][9ad5fdd4-f19b-439b-ae7e-f9d681aa0781] socks connection closed\n2025-07-03 20:53:23.664 [info] [command][93944f2f-35d6-42b8-b7c2-ba2b1dbfe365] Socket close event received\n2025-07-03 20:53:23.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58858 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59147 to 127.0.0.1 port 58858, nchannels 6\n\n2025-07-03 20:54:18.874 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #2)\n2025-07-03 20:54:18.875 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-03 20:54:18.887 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][eddfe08d-5a9b-4cb3-b1d5-069a3e9adc4f] received connection request\n2025-07-03 20:54:18.908 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][9c270318-b0eb-459e-b565-84d844f1e0ee] received connection request\n2025-07-03 20:54:18.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\n\n2025-07-03 20:54:18.925 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58858 forwarding to socks port 0 requested.\n\n2025-07-03 20:54:18.949 [info] (ssh_tunnel) stderr: debug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:54:21.889 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-03 20:54:21.890 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 1 of 3 This operation was aborted\n2025-07-03 20:54:21.893 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][65a64b55-6cf6-44f4-bf91-193ed2734d9b] received connection request\n2025-07-03 20:54:21.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 58858 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:54:21.971 [info] Terminating existing SSH process with pid: 35690\n2025-07-03 20:54:21.971 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 20:54:21.971 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-03 20:54:21.972 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][eddfe08d-5a9b-4cb3-b1d5-069a3e9adc4f] error while creating socks forwarding Socket closed\n2025-07-03 20:54:21.972 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][9c270318-b0eb-459e-b565-84d844f1e0ee] error while creating socks forwarding Socket closed\n2025-07-03 20:54:21.972 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][65a64b55-6cf6-44f4-bf91-193ed2734d9b] error while creating socks forwarding Socket closed\n2025-07-03 20:54:21.972 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][72b7c3f1-77be-497e-af1b-b6c3c0ea1584] socks connection closed\n2025-07-03 20:54:21.972 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:58858 -> 127.0.0.1:8145][568be70b-0e14-490f-87fe-c44eba052fe4] socks connection closed\n2025-07-03 20:54:21.972 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 20:54:21.975 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50760.sh"" | ssh -v -T -D 59191 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 20:54:21.975 [info] Started installation script. Waiting for it to finish...\n2025-07-03 20:54:21.975 [info] Waiting for server to install via process(35865)...\n2025-07-03 20:54:21.981 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 20:54:21.981 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 20:54:21.981 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 20:54:21.981 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 20:54:21.982 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 20:54:21.983 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 20:54:21.983 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 20:54:21.983 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 20:54:21.983 [info] Retrying connection in 5 seconds...\n2025-07-03 20:54:22.897 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 2 of 3 This operation was aborted\n2025-07-03 20:54:23.665 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:54:23.666 [info] [command][c60cf6da-1eac-4f3e-8951-9893a91bd552] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""c60cf6da-1eac-4f3e-8951-9893a91bd552""}\n2025-07-03 20:54:23.667 [error] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:undefined][11338e46-56fb-43e7-83e8-d0775cfafaab] remote server not configured\n2025-07-03 20:54:23.667 [error] [command][c60cf6da-1eac-4f3e-8951-9893a91bd552] Socket error: Error: read ECONNRESET\n2025-07-03 20:54:23.667 [info] [command][c60cf6da-1eac-4f3e-8951-9893a91bd552] Socket close event received\n2025-07-03 20:54:23.908 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 3 of 3 This operation was aborted\n2025-07-03 20:54:23.909 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-03 20:54:23.909 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-03 20:54:27.116 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50760.sh\n2025-07-03 20:54:27.118 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 20:54:27.183 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5998.sh"" | ssh -v -T -D 59197 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 20:54:27.183 [info] Started installation script. Waiting for it to finish...\n2025-07-03 20:54:27.183 [info] Waiting for server to install via process(35871)...\n2025-07-03 20:54:27.191 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 20:54:27.191 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 20:54:27.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 20:54:27.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 20:54:27.192 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 20:54:27.193 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 20:54:27.193 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 20:54:27.194 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 20:54:27.194 [info] Retrying connection in 5 seconds...\n2025-07-03 20:54:32.196 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5998.sh\n2025-07-03 20:54:32.198 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 20:54:32.201 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27588.sh"" | ssh -v -T -D 59245 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 20:54:32.201 [info] Started installation script. Waiting for it to finish...\n2025-07-03 20:54:32.201 [info] Waiting for server to install via process(35890)...\n2025-07-03 20:54:32.221 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 20:54:32.221 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 20:54:32.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 20:54:32.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 20:54:32.222 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 20:54:32.441 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 20:54:32.443 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 20:54:32.443 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 20:54:32.443 [info] Retrying connection in 5 seconds...\n2025-07-03 20:54:37.447 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27588.sh\n2025-07-03 20:54:37.448 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 20:54:37.455 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33494.sh"" | ssh -v -T -D 59311 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 20:54:37.455 [info] Started installation script. Waiting for it to finish...\n2025-07-03 20:54:37.455 [info] Waiting for server to install via process(35903)...\n2025-07-03 20:54:37.473 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 20:54:37.473 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 20:54:37.474 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 20:54:37.474 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 20:54:37.474 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 20:54:37.532 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 20:54:37.532 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-03 20:54:37.532 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-03 20:54:37.532 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\n\n2025-07-03 20:54:37.533 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 20:54:37.565 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-03 20:54:37.566 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-03 20:54:37.566 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 20:54:37.588 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 20:54:37.588 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 20:54:37.701 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 20:54:37.701 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-03 20:54:37.701 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 20:54:37.703 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-03 20:54:37.703 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-03 20:54:37.703 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 20:54:37.789 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 20:54:37.821 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 20:54:37.823 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \n\n2025-07-03 20:54:37.824 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 20:54:37.887 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-03 20:54:37.887 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-03 20:54:37.996 [info] Askpass server received request: POST /\n2025-07-03 20:54:37.996 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 20:54:37.996 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 20:56:10.643 [info] (ssh_tunnel) stderr: Connection closed by 10.233.0.251 port 22\n\n2025-07-03 20:56:10.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 20:56:10.645 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 20:56:10.645 [info] Retrying connection in 5 seconds...\n2025-07-03 20:56:15.649 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33494.sh\n2025-07-03 20:56:15.651 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 20:56:15.656 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12349.sh"" | ssh -v -T -D 59411 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 20:56:15.656 [info] Started installation script. Waiting for it to finish...\n2025-07-03 20:56:15.656 [info] Waiting for server to install via process(35937)...\n2025-07-03 20:56:15.678 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 20:56:15.679 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 20:56:15.679 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 20:56:15.679 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 20:56:15.680 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-03 20:56:15.680 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 20:56:15.680 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 20:56:15.681 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 20:56:15.712 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 20:56:15.712 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-03 20:56:15.713 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-03 20:56:15.713 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-03 20:56:15.713 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 20:56:15.754 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-03 20:56:15.756 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-03 20:56:15.756 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 20:56:15.854 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 20:56:15.855 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 20:56:15.882 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 20:56:15.883 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-03 20:56:15.883 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 20:56:15.887 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-07-03 20:56:15.887 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\n\n2025-07-03 20:56:15.887 [info] (ssh_tunnel) stderr: debug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 20:56:15.973 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 20:56:16.006 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 20:56:16.011 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-03 20:56:16.013 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 20:56:16.040 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-03 20:56:16.145 [info] Askpass server received request: POST /\n2025-07-03 20:56:16.145 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 20:56:16.145 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 20:56:32.908 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:59411 forwarded to remote address socks:0\n\n2025-07-03 20:56:32.910 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 59411.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 59411.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-03 20:56:32.931 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-03 20:56:32.931 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-03 20:56:32.936 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-03 20:56:32.952 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-03 20:56:33.371 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-03 20:56:33.477 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 20:56:33.488 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-03 20:56:33.495 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-03 20:56:33.500 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 20:56:33.682 [info] (ssh_tunnel) stdout: Running multiplex server: 2491070 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js c03499b4-f543-45a1-a358-c3813cd45ea2\nMultiplex server script is already running /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 2491070 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js c03499b4-f543-45a1-a358-c3813cd45ea2\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nChecking for code servers\n\n2025-07-03 20:56:33.717 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 705286 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-03 20:56:33.721 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 20:56:33.736 [info] (ssh_tunnel) stdout: 6200d900f5403586e268e03f: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8357==\nmultiplexConnectionToken==c03499b4-f543-45a1-a358-c3813cd45ea2==\ncodeListeningOn==8145==\ncodeConnectionToken==c4f1f678-60b2-4b4e-8fa9-775d1d0c342e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n6200d900f5403586e268e03f: end\n\n2025-07-03 20:56:33.737 [info] Server install command exit code: 0\n2025-07-03 20:56:33.737 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12349.sh\n2025-07-03 20:56:33.737 [info] [forwarding][code] returning existing forwarding server listening on local port 58864\n2025-07-03 20:56:33.737 [info] [remote-ssh] codeListeningOn (remote=8145; local=58864) codeConnectionToken: c4f1f678-60b2-4b4e-8fa9-775d1d0c342e\n2025-07-03 20:56:33.737 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58865\n2025-07-03 20:56:33.737 [info] [remote-ssh] multiplexListeningOn (remote=8357; local=58865) multiplexConnectionToken: c03499b4-f543-45a1-a358-c3813cd45ea2\n2025-07-03 20:56:33.738 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:56:33.740 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][c9f9dcbb-4091-460e-b769-be151284357f] received connection request\n2025-07-03 20:56:33.741 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][f346b917-f63a-4cfe-8718-86fd32fadae7] received connection request\n2025-07-03 20:56:33.741 [info] [command][ff295b74-d26c-43c7-93ce-278be88e6e88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""ff295b74-d26c-43c7-93ce-278be88e6e88""}\n2025-07-03 20:56:33.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:56:33.744 [info] (ssh_tunnel) stdout: Unlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 20:56:33.756 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 20:56:33.765 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][c9f9dcbb-4091-460e-b769-be151284357f] socks forwarding established\n2025-07-03 20:56:33.766 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][f346b917-f63a-4cfe-8718-86fd32fadae7] socks forwarding established\n2025-07-03 20:56:33.878 [info] [command][ff295b74-d26c-43c7-93ce-278be88e6e88] Process exited with code 0\n2025-07-03 20:56:33.880 [info] Successfully connected to Cursor server at http://127.0.0.1:58864/version\n2025-07-03 20:56:33.880 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-03 20:56:33.880 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][c9f9dcbb-4091-460e-b769-be151284357f] socks connection closed\n2025-07-03 20:56:33.880 [info] [command][ff295b74-d26c-43c7-93ce-278be88e6e88] Socket close event received\n2025-07-03 20:56:33.881 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][db7b2cec-7f2a-469b-b814-1dfee8e1a115] received connection request\n2025-07-03 20:56:33.881 [info] [command][1ff36db2-7c96-4ad4-9147-2b0bcf6e26c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""1ff36db2-7c96-4ad4-9147-2b0bcf6e26c4""}\n2025-07-03 20:56:33.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:56:33.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59426 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 20:56:33.905 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][db7b2cec-7f2a-469b-b814-1dfee8e1a115] socks forwarding established\n2025-07-03 20:56:33.933 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][db7b2cec-7f2a-469b-b814-1dfee8e1a115] socks connection closed\n2025-07-03 20:56:33.933 [info] [command][1ff36db2-7c96-4ad4-9147-2b0bcf6e26c4] Process exited with code 0\n2025-07-03 20:56:33.933 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-03 20:56:33.933 [info] [remote-ssh] Resolved exec server. Socks port: 59411\n2025-07-03 20:56:33.933 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58864,""connectionToken"":""c4f1f678-60b2-4b4e-8fa9-775d1d0c342e"",""extensionHostEnv"":{}}. Socks port: 59411\n2025-07-03 20:56:33.933 [info] [command][1ff36db2-7c96-4ad4-9147-2b0bcf6e26c4] Socket close event received\n2025-07-03 20:56:33.942 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][4619c87b-1154-49f7-a01f-1bcdb18335e7] received connection request\n2025-07-03 20:56:33.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\n\n2025-07-03 20:56:33.942 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:56:33.955 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59429 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 20:56:33.967 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][4619c87b-1154-49f7-a01f-1bcdb18335e7] socks forwarding established\n2025-07-03 20:56:34.011 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][16347cbc-0d42-40b0-8c30-2a15606ff6cd] received connection request\n2025-07-03 20:56:34.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:56:34.035 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][16347cbc-0d42-40b0-8c30-2a15606ff6cd] socks forwarding established\n2025-07-03 20:56:36.905 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 59427 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 20:56:36.906 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][f346b917-f63a-4cfe-8718-86fd32fadae7] socks connection closed\n2025-07-03 20:57:33.880 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:57:33.882 [info] [command][548414d0-ee10-4b8a-87d6-212ffaf87212] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""548414d0-ee10-4b8a-87d6-212ffaf87212""}\n2025-07-03 20:57:33.883 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][817d3ee4-5e5a-43f7-8b1a-15ba4853d1a7] received connection request\n2025-07-03 20:57:33.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:57:33.909 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][817d3ee4-5e5a-43f7-8b1a-15ba4853d1a7] socks forwarding established\n2025-07-03 20:57:33.956 [info] [command][548414d0-ee10-4b8a-87d6-212ffaf87212] Process exited with code 0\n2025-07-03 20:57:33.957 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][817d3ee4-5e5a-43f7-8b1a-15ba4853d1a7] socks connection closed\n2025-07-03 20:57:33.957 [info] [command][548414d0-ee10-4b8a-87d6-212ffaf87212] Socket close event received\n2025-07-03 20:57:33.979 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59464 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 20:58:33.962 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:58:33.963 [info] [command][7f1f9b0e-f3dd-45b2-a865-d0e13a33bcd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""7f1f9b0e-f3dd-45b2-a865-d0e13a33bcd4""}\n2025-07-03 20:58:33.963 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][ba2ef767-4e94-476f-adb3-57b0507ff93e] received connection request\n2025-07-03 20:58:33.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:58:33.993 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][ba2ef767-4e94-476f-adb3-57b0507ff93e] socks forwarding established\n2025-07-03 20:58:34.024 [info] [command][7f1f9b0e-f3dd-45b2-a865-d0e13a33bcd4] Process exited with code 0\n2025-07-03 20:58:34.025 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][ba2ef767-4e94-476f-adb3-57b0507ff93e] socks connection closed\n2025-07-03 20:58:34.026 [info] [command][7f1f9b0e-f3dd-45b2-a865-d0e13a33bcd4] Socket close event received\n2025-07-03 20:58:34.050 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59486 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 20:59:34.029 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 20:59:34.030 [info] [command][ab3a7b7f-7b7b-48e3-842d-cbe83245efd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""ab3a7b7f-7b7b-48e3-842d-cbe83245efd1""}\n2025-07-03 20:59:34.031 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][db5e7e95-d973-4617-916d-b16e7c860266] received connection request\n2025-07-03 20:59:34.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 20:59:34.065 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][db5e7e95-d973-4617-916d-b16e7c860266] socks forwarding established\n2025-07-03 20:59:34.095 [info] [command][ab3a7b7f-7b7b-48e3-842d-cbe83245efd1] Process exited with code 0\n2025-07-03 20:59:34.095 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][db5e7e95-d973-4617-916d-b16e7c860266] socks connection closed\n2025-07-03 20:59:34.095 [info] [command][ab3a7b7f-7b7b-48e3-842d-cbe83245efd1] Socket close event received\n2025-07-03 20:59:34.118 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59506 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:00:34.099 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:00:34.101 [info] [command][8f4b619a-52fd-4807-830c-e20677e0519a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""8f4b619a-52fd-4807-830c-e20677e0519a""}\n2025-07-03 21:00:34.102 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][3b3aced3-b994-42b4-9926-9c83ecdac44a] received connection request\n2025-07-03 21:00:34.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:00:34.223 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][3b3aced3-b994-42b4-9926-9c83ecdac44a] socks forwarding established\n2025-07-03 21:00:34.255 [info] [command][8f4b619a-52fd-4807-830c-e20677e0519a] Process exited with code 0\n2025-07-03 21:00:34.256 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][3b3aced3-b994-42b4-9926-9c83ecdac44a] socks connection closed\n2025-07-03 21:00:34.257 [info] [command][8f4b619a-52fd-4807-830c-e20677e0519a] Socket close event received\n2025-07-03 21:00:34.281 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59525 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:01:34.259 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:01:34.260 [info] [command][c275609a-be31-4d20-9eea-6d84edc48d59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""c275609a-be31-4d20-9eea-6d84edc48d59""}\n2025-07-03 21:01:34.261 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][023b8c88-83e3-42ac-9f7f-ed08ac3f7def] received connection request\n2025-07-03 21:01:34.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:01:34.288 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][023b8c88-83e3-42ac-9f7f-ed08ac3f7def] socks forwarding established\n2025-07-03 21:01:34.316 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][023b8c88-83e3-42ac-9f7f-ed08ac3f7def] socks connection closed\n2025-07-03 21:01:34.317 [info] [command][c275609a-be31-4d20-9eea-6d84edc48d59] Process exited with code 0\n2025-07-03 21:01:34.317 [info] [command][c275609a-be31-4d20-9eea-6d84edc48d59] Socket close event received\n2025-07-03 21:01:34.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59558 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:02:34.320 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:02:34.322 [info] [command][e9815a9c-dcca-434a-ad65-cd1b7596fc5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""e9815a9c-dcca-434a-ad65-cd1b7596fc5f""}\n2025-07-03 21:02:34.323 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][19832057-a468-42bb-ac8a-3fa133e009d6] received connection request\n2025-07-03 21:02:34.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:02:34.359 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][19832057-a468-42bb-ac8a-3fa133e009d6] socks forwarding established\n2025-07-03 21:02:34.419 [info] [command][e9815a9c-dcca-434a-ad65-cd1b7596fc5f] Process exited with code 0\n2025-07-03 21:02:34.419 [info] [command][e9815a9c-dcca-434a-ad65-cd1b7596fc5f] Socket close event received\n2025-07-03 21:02:34.420 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][19832057-a468-42bb-ac8a-3fa133e009d6] socks connection closed\n2025-07-03 21:02:34.441 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59592 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:03:34.425 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:03:34.426 [info] [command][4358747b-b714-415f-837e-ae75c271696b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""4358747b-b714-415f-837e-ae75c271696b""}\n2025-07-03 21:03:34.427 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][49304176-e2e2-426d-b95e-872ebb907e3b] received connection request\n2025-07-03 21:03:34.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:03:34.452 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][49304176-e2e2-426d-b95e-872ebb907e3b] socks forwarding established\n2025-07-03 21:03:34.482 [info] [command][4358747b-b714-415f-837e-ae75c271696b] Process exited with code 0\n2025-07-03 21:03:34.482 [info] [command][4358747b-b714-415f-837e-ae75c271696b] Socket close event received\n2025-07-03 21:03:34.570 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][49304176-e2e2-426d-b95e-872ebb907e3b] socks connection closed\n2025-07-03 21:03:34.590 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59611 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:04:34.484 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:04:34.486 [info] [command][b2ba8b36-60cd-4e58-b623-7cd5abc4a36f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""b2ba8b36-60cd-4e58-b623-7cd5abc4a36f""}\n2025-07-03 21:04:34.486 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][de3b4ad5-60de-40b0-ade9-d73ee010213d] received connection request\n2025-07-03 21:04:34.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\n\n2025-07-03 21:04:34.487 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:04:34.532 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][de3b4ad5-60de-40b0-ade9-d73ee010213d] socks forwarding established\n2025-07-03 21:04:34.560 [info] [command][b2ba8b36-60cd-4e58-b623-7cd5abc4a36f] Process exited with code 0\n2025-07-03 21:04:34.560 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][de3b4ad5-60de-40b0-ade9-d73ee010213d] socks connection closed\n2025-07-03 21:04:34.560 [info] [command][b2ba8b36-60cd-4e58-b623-7cd5abc4a36f] Socket close event received\n2025-07-03 21:04:34.581 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59641 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:05:34.563 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:05:34.564 [info] [command][9247ec9b-ec7d-4f16-9fb3-d4636001a542] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""9247ec9b-ec7d-4f16-9fb3-d4636001a542""}\n2025-07-03 21:05:34.564 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][16abd00e-a6cd-4a64-baff-98758ceb8242] received connection request\n2025-07-03 21:05:34.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:05:34.591 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][16abd00e-a6cd-4a64-baff-98758ceb8242] socks forwarding established\n2025-07-03 21:05:34.693 [info] [command][9247ec9b-ec7d-4f16-9fb3-d4636001a542] Process exited with code 0\n2025-07-03 21:05:34.694 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][16abd00e-a6cd-4a64-baff-98758ceb8242] socks connection closed\n2025-07-03 21:05:34.694 [info] [command][9247ec9b-ec7d-4f16-9fb3-d4636001a542] Socket close event received\n2025-07-03 21:05:34.716 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59660 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:06:34.698 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:06:34.700 [info] [command][a9a3ed4f-7cea-4955-afb7-6eb1617df24b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""a9a3ed4f-7cea-4955-afb7-6eb1617df24b""}\n2025-07-03 21:06:34.701 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][480f35c4-dc60-43e0-9525-d36f27c933cc] received connection request\n2025-07-03 21:06:34.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:06:34.728 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][480f35c4-dc60-43e0-9525-d36f27c933cc] socks forwarding established\n2025-07-03 21:06:34.758 [info] [command][a9a3ed4f-7cea-4955-afb7-6eb1617df24b] Process exited with code 0\n2025-07-03 21:06:34.759 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][480f35c4-dc60-43e0-9525-d36f27c933cc] socks connection closed\n2025-07-03 21:06:34.759 [info] [command][a9a3ed4f-7cea-4955-afb7-6eb1617df24b] Socket close event received\n2025-07-03 21:06:34.781 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59696 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:07:34.760 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:07:34.761 [info] [command][b5ffe3c8-ae3d-41c2-8f87-98ce35db038f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""b5ffe3c8-ae3d-41c2-8f87-98ce35db038f""}\n2025-07-03 21:07:34.761 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][459c9fdb-2b3f-403e-9056-0879cafb9e01] received connection request\n2025-07-03 21:07:34.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:07:34.788 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][459c9fdb-2b3f-403e-9056-0879cafb9e01] socks forwarding established\n2025-07-03 21:07:34.819 [info] [command][b5ffe3c8-ae3d-41c2-8f87-98ce35db038f] Process exited with code 0\n2025-07-03 21:07:34.819 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][459c9fdb-2b3f-403e-9056-0879cafb9e01] socks connection closed\n2025-07-03 21:07:34.819 [info] [command][b5ffe3c8-ae3d-41c2-8f87-98ce35db038f] Socket close event received\n2025-07-03 21:07:34.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59729 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:08:34.824 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:08:34.826 [info] [command][c4487d24-59cd-442b-8af2-c4b11ec96457] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""c4487d24-59cd-442b-8af2-c4b11ec96457""}\n2025-07-03 21:08:34.826 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][9632bce8-82ca-4f2d-a84c-835254655f6d] received connection request\n2025-07-03 21:08:34.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:08:34.854 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][9632bce8-82ca-4f2d-a84c-835254655f6d] socks forwarding established\n2025-07-03 21:08:34.885 [info] [command][c4487d24-59cd-442b-8af2-c4b11ec96457] Process exited with code 0\n2025-07-03 21:08:34.885 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][9632bce8-82ca-4f2d-a84c-835254655f6d] socks connection closed\n2025-07-03 21:08:34.885 [info] [command][c4487d24-59cd-442b-8af2-c4b11ec96457] Socket close event received\n2025-07-03 21:08:34.908 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59747 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:09:34.889 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:09:34.891 [info] [command][df0a5bc5-670a-4ab2-9aba-dc83c3c9bfe4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""df0a5bc5-670a-4ab2-9aba-dc83c3c9bfe4""}\n2025-07-03 21:09:34.892 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][18793639-7e95-4e6b-82f7-d16a3250ba0e] received connection request\n2025-07-03 21:09:34.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:09:34.920 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][18793639-7e95-4e6b-82f7-d16a3250ba0e] socks forwarding established\n2025-07-03 21:09:34.953 [info] [command][df0a5bc5-670a-4ab2-9aba-dc83c3c9bfe4] Process exited with code 0\n2025-07-03 21:09:34.953 [info] [command][df0a5bc5-670a-4ab2-9aba-dc83c3c9bfe4] Socket close event received\n2025-07-03 21:09:34.954 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][18793639-7e95-4e6b-82f7-d16a3250ba0e] socks connection closed\n2025-07-03 21:09:34.979 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59765 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:10:34.957 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:10:34.958 [info] [command][9e807a9d-20aa-4c7d-ae70-e6bd7bd35455] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""9e807a9d-20aa-4c7d-ae70-e6bd7bd35455""}\n2025-07-03 21:10:34.958 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][24784cc1-34f6-455c-a5ab-d8f37d341c34] received connection request\n2025-07-03 21:10:34.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:10:35.001 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][24784cc1-34f6-455c-a5ab-d8f37d341c34] socks forwarding established\n2025-07-03 21:10:35.052 [info] [command][9e807a9d-20aa-4c7d-ae70-e6bd7bd35455] Process exited with code 0\n2025-07-03 21:10:35.052 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][24784cc1-34f6-455c-a5ab-d8f37d341c34] socks connection closed\n2025-07-03 21:10:35.052 [info] [command][9e807a9d-20aa-4c7d-ae70-e6bd7bd35455] Socket close event received\n2025-07-03 21:10:35.076 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59788 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:11:35.056 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:11:35.058 [info] [command][0fa4e2f5-5bf4-445a-893d-aff95ae9699b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""0fa4e2f5-5bf4-445a-893d-aff95ae9699b""}\n2025-07-03 21:11:35.058 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][bff932cf-9409-459d-b9bd-0b49645bd305] received connection request\n2025-07-03 21:11:35.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:11:35.114 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][bff932cf-9409-459d-b9bd-0b49645bd305] socks forwarding established\n2025-07-03 21:11:35.152 [info] [command][0fa4e2f5-5bf4-445a-893d-aff95ae9699b] Process exited with code 0\n2025-07-03 21:11:35.153 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][bff932cf-9409-459d-b9bd-0b49645bd305] socks connection closed\n2025-07-03 21:11:35.153 [info] [command][0fa4e2f5-5bf4-445a-893d-aff95ae9699b] Socket close event received\n2025-07-03 21:11:35.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59819 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:12:35.156 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:12:35.157 [info] [command][637d6644-86e0-4cba-a626-83deeb415340] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""637d6644-86e0-4cba-a626-83deeb415340""}\n2025-07-03 21:12:35.157 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][f5d88b42-6715-4022-bd65-32108ee5741a] received connection request\n2025-07-03 21:12:35.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:12:35.409 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][f5d88b42-6715-4022-bd65-32108ee5741a] socks forwarding established\n2025-07-03 21:12:35.448 [info] [command][637d6644-86e0-4cba-a626-83deeb415340] Process exited with code 0\n2025-07-03 21:12:35.448 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][f5d88b42-6715-4022-bd65-32108ee5741a] socks connection closed\n2025-07-03 21:12:35.448 [info] [command][637d6644-86e0-4cba-a626-83deeb415340] Socket close event received\n2025-07-03 21:12:35.471 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59850 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:13:35.449 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:13:35.451 [info] [command][8c27577a-2910-4074-919a-6567ce092b70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""8c27577a-2910-4074-919a-6567ce092b70""}\n2025-07-03 21:13:35.452 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][e2fbdf82-2112-468f-942a-c19869e5da06] received connection request\n2025-07-03 21:13:35.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:13:35.476 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][e2fbdf82-2112-468f-942a-c19869e5da06] socks forwarding established\n2025-07-03 21:13:35.507 [info] [command][8c27577a-2910-4074-919a-6567ce092b70] Process exited with code 0\n2025-07-03 21:13:35.507 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][e2fbdf82-2112-468f-942a-c19869e5da06] socks connection closed\n2025-07-03 21:13:35.508 [info] [command][8c27577a-2910-4074-919a-6567ce092b70] Socket close event received\n2025-07-03 21:13:35.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59869 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:14:35.513 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:14:35.515 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][9fa03260-f204-4fd0-bfd0-80ee373f4347] received connection request\n2025-07-03 21:14:35.515 [info] [command][99301986-fc5b-43ef-a5b7-2db25a57bb67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""99301986-fc5b-43ef-a5b7-2db25a57bb67""}\n2025-07-03 21:14:35.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:14:35.733 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][9fa03260-f204-4fd0-bfd0-80ee373f4347] socks forwarding established\n2025-07-03 21:14:35.777 [info] [command][99301986-fc5b-43ef-a5b7-2db25a57bb67] Process exited with code 0\n2025-07-03 21:14:35.778 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][9fa03260-f204-4fd0-bfd0-80ee373f4347] socks connection closed\n2025-07-03 21:14:35.778 [info] [command][99301986-fc5b-43ef-a5b7-2db25a57bb67] Socket close event received\n2025-07-03 21:14:35.798 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59886 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:15:35.781 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:15:35.783 [info] [command][7a33548e-9640-45e0-92e8-cd1e54f4b2ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""7a33548e-9640-45e0-92e8-cd1e54f4b2ff""}\n2025-07-03 21:15:35.784 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][cfab0a23-189e-4581-8e6b-08d52ba6b427] received connection request\n2025-07-03 21:15:35.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:15:35.809 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][cfab0a23-189e-4581-8e6b-08d52ba6b427] socks forwarding established\n2025-07-03 21:15:35.840 [info] [command][7a33548e-9640-45e0-92e8-cd1e54f4b2ff] Process exited with code 0\n2025-07-03 21:15:35.840 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][cfab0a23-189e-4581-8e6b-08d52ba6b427] socks connection closed\n2025-07-03 21:15:35.840 [info] [command][7a33548e-9640-45e0-92e8-cd1e54f4b2ff] Socket close event received\n2025-07-03 21:15:35.944 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59901 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:16:35.845 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:16:35.847 [info] [command][b020ca8c-4739-4ccf-a844-b8eaf36a4e4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""b020ca8c-4739-4ccf-a844-b8eaf36a4e4f""}\n2025-07-03 21:16:35.848 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][37e29e3d-b683-4362-8274-5ff48366c26b] received connection request\n2025-07-03 21:16:35.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:16:35.877 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][37e29e3d-b683-4362-8274-5ff48366c26b] socks forwarding established\n2025-07-03 21:16:35.919 [info] [command][b020ca8c-4739-4ccf-a844-b8eaf36a4e4f] Process exited with code 0\n2025-07-03 21:16:35.919 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][37e29e3d-b683-4362-8274-5ff48366c26b] socks connection closed\n2025-07-03 21:16:35.919 [info] [command][b020ca8c-4739-4ccf-a844-b8eaf36a4e4f] Socket close event received\n2025-07-03 21:16:35.940 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59932 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:17:35.924 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:17:35.926 [info] [command][991b8f45-8a41-4284-b5c2-fd4aa241391f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""991b8f45-8a41-4284-b5c2-fd4aa241391f""}\n2025-07-03 21:17:35.926 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][0eb5a57e-ebbd-4944-a4b9-361f8bde2efe] received connection request\n2025-07-03 21:17:35.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:17:35.952 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][0eb5a57e-ebbd-4944-a4b9-361f8bde2efe] socks forwarding established\n2025-07-03 21:17:35.982 [info] [command][991b8f45-8a41-4284-b5c2-fd4aa241391f] Process exited with code 0\n2025-07-03 21:17:35.983 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][0eb5a57e-ebbd-4944-a4b9-361f8bde2efe] socks connection closed\n2025-07-03 21:17:35.983 [info] [command][991b8f45-8a41-4284-b5c2-fd4aa241391f] Socket close event received\n2025-07-03 21:17:36.005 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59971 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:18:35.985 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:18:35.986 [info] [command][af3e81a9-6efe-47da-8ab6-fb9ee24a7e45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""af3e81a9-6efe-47da-8ab6-fb9ee24a7e45""}\n2025-07-03 21:18:35.987 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][3e909ed0-fba3-42e5-a14e-f2d4d62bbdc9] received connection request\n2025-07-03 21:18:35.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:18:36.018 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][3e909ed0-fba3-42e5-a14e-f2d4d62bbdc9] socks forwarding established\n2025-07-03 21:18:36.048 [info] [command][af3e81a9-6efe-47da-8ab6-fb9ee24a7e45] Process exited with code 0\n2025-07-03 21:18:36.048 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][3e909ed0-fba3-42e5-a14e-f2d4d62bbdc9] socks connection closed\n2025-07-03 21:18:36.048 [info] [command][af3e81a9-6efe-47da-8ab6-fb9ee24a7e45] Socket close event received\n2025-07-03 21:18:36.071 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 59991 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:19:36.048 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:19:36.049 [info] [command][cec10156-8b50-4519-866c-669dd1b1e45d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""cec10156-8b50-4519-866c-669dd1b1e45d""}\n2025-07-03 21:19:36.049 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][43c34649-d80e-401d-9f98-b049ab2320ea] received connection request\n2025-07-03 21:19:36.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:19:36.129 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][43c34649-d80e-401d-9f98-b049ab2320ea] socks forwarding established\n2025-07-03 21:19:36.161 [info] [command][cec10156-8b50-4519-866c-669dd1b1e45d] Process exited with code 0\n2025-07-03 21:19:36.162 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][43c34649-d80e-401d-9f98-b049ab2320ea] socks connection closed\n2025-07-03 21:19:36.162 [info] [command][cec10156-8b50-4519-866c-669dd1b1e45d] Socket close event received\n2025-07-03 21:19:36.185 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60010 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:20:36.167 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:20:36.169 [info] [command][34817805-4525-4aa8-94c4-0f9945a31da4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""34817805-4525-4aa8-94c4-0f9945a31da4""}\n2025-07-03 21:20:36.169 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][140f0415-1567-47ca-bf2c-e55c4986f336] received connection request\n2025-07-03 21:20:36.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:20:36.193 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][140f0415-1567-47ca-bf2c-e55c4986f336] socks forwarding established\n2025-07-03 21:20:36.224 [info] [command][34817805-4525-4aa8-94c4-0f9945a31da4] Process exited with code 0\n2025-07-03 21:20:36.224 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][140f0415-1567-47ca-bf2c-e55c4986f336] socks connection closed\n2025-07-03 21:20:36.225 [info] [command][34817805-4525-4aa8-94c4-0f9945a31da4] Socket close event received\n2025-07-03 21:20:36.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60026 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:21:36.226 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:21:36.227 [info] [command][fed02203-e4eb-4c7a-b844-577a6935c855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""fed02203-e4eb-4c7a-b844-577a6935c855""}\n2025-07-03 21:21:36.228 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][81851c16-5c88-4aae-856d-7edaaa034782] received connection request\n2025-07-03 21:21:36.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:21:36.251 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][81851c16-5c88-4aae-856d-7edaaa034782] socks forwarding established\n2025-07-03 21:21:36.282 [info] [command][fed02203-e4eb-4c7a-b844-577a6935c855] Process exited with code 0\n2025-07-03 21:21:36.283 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][81851c16-5c88-4aae-856d-7edaaa034782] socks connection closed\n2025-07-03 21:21:36.283 [info] [command][fed02203-e4eb-4c7a-b844-577a6935c855] Socket close event received\n2025-07-03 21:21:36.303 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60058 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:22:36.283 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:22:36.284 [info] [command][b73fd9ab-840a-42cf-bd41-e9c910697fd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""b73fd9ab-840a-42cf-bd41-e9c910697fd4""}\n2025-07-03 21:22:36.285 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][5525936f-9696-43c7-a500-7151aa5e1a7d] received connection request\n2025-07-03 21:22:36.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:22:36.316 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][5525936f-9696-43c7-a500-7151aa5e1a7d] socks forwarding established\n2025-07-03 21:22:36.346 [info] [command][b73fd9ab-840a-42cf-bd41-e9c910697fd4] Process exited with code 0\n2025-07-03 21:22:36.347 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][5525936f-9696-43c7-a500-7151aa5e1a7d] socks connection closed\n2025-07-03 21:22:36.347 [info] [command][b73fd9ab-840a-42cf-bd41-e9c910697fd4] Socket close event received\n2025-07-03 21:22:36.370 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60090 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:23:36.351 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:23:36.353 [info] [command][fb7b7855-eac9-4e07-af15-ad6be046cc63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""fb7b7855-eac9-4e07-af15-ad6be046cc63""}\n2025-07-03 21:23:36.353 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][92c9fc0f-e62a-4845-b5ca-a8f9f5f28d00] received connection request\n2025-07-03 21:23:36.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:23:36.380 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][92c9fc0f-e62a-4845-b5ca-a8f9f5f28d00] socks forwarding established\n2025-07-03 21:23:36.409 [info] [command][fb7b7855-eac9-4e07-af15-ad6be046cc63] Process exited with code 0\n2025-07-03 21:23:36.409 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][92c9fc0f-e62a-4845-b5ca-a8f9f5f28d00] socks connection closed\n2025-07-03 21:23:36.410 [info] [command][fb7b7855-eac9-4e07-af15-ad6be046cc63] Socket close event received\n2025-07-03 21:23:36.433 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60107 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:24:36.414 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:24:36.415 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][a9a6c9e6-4478-4228-83a2-99e322f41121] received connection request\n2025-07-03 21:24:36.416 [info] [command][e4545d0b-17b3-4e96-bf6f-9cccd72886e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""e4545d0b-17b3-4e96-bf6f-9cccd72886e4""}\n2025-07-03 21:24:36.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:24:36.446 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][a9a6c9e6-4478-4228-83a2-99e322f41121] socks forwarding established\n2025-07-03 21:24:36.483 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][a9a6c9e6-4478-4228-83a2-99e322f41121] socks connection closed\n2025-07-03 21:24:36.483 [info] [command][e4545d0b-17b3-4e96-bf6f-9cccd72886e4] Process exited with code 0\n2025-07-03 21:24:36.483 [info] [command][e4545d0b-17b3-4e96-bf6f-9cccd72886e4] Socket close event received\n2025-07-03 21:24:36.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60137 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:25:36.484 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:25:36.486 [info] [command][57cdf40b-d0ab-4e6e-ac45-d940a4a49693] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""57cdf40b-d0ab-4e6e-ac45-d940a4a49693""}\n2025-07-03 21:25:36.486 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][12cf9ff7-dfe4-488a-b0da-041bc6c491ee] received connection request\n2025-07-03 21:25:36.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\n\n2025-07-03 21:25:36.487 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:25:36.512 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][12cf9ff7-dfe4-488a-b0da-041bc6c491ee] socks forwarding established\n2025-07-03 21:25:36.540 [info] [command][57cdf40b-d0ab-4e6e-ac45-d940a4a49693] Process exited with code 0\n2025-07-03 21:25:36.541 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][12cf9ff7-dfe4-488a-b0da-041bc6c491ee] socks connection closed\n2025-07-03 21:25:36.541 [info] [command][57cdf40b-d0ab-4e6e-ac45-d940a4a49693] Socket close event received\n2025-07-03 21:25:36.565 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60158 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:26:36.541 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:26:36.542 [info] [command][604dc28d-00fc-4d25-8eea-29e3c76fcdc0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""604dc28d-00fc-4d25-8eea-29e3c76fcdc0""}\n2025-07-03 21:26:36.543 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][b89f9363-b8bf-419c-86b1-f38ea6a7a3fc] received connection request\n2025-07-03 21:26:36.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:26:36.568 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][b89f9363-b8bf-419c-86b1-f38ea6a7a3fc] socks forwarding established\n2025-07-03 21:26:36.596 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][b89f9363-b8bf-419c-86b1-f38ea6a7a3fc] socks connection closed\n2025-07-03 21:26:36.596 [info] [command][604dc28d-00fc-4d25-8eea-29e3c76fcdc0] Process exited with code 0\n2025-07-03 21:26:36.596 [info] [command][604dc28d-00fc-4d25-8eea-29e3c76fcdc0] Socket close event received\n2025-07-03 21:26:36.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60188 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:27:36.598 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:27:36.599 [info] [command][da184206-4e75-4834-b444-9a776d901b80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""da184206-4e75-4834-b444-9a776d901b80""}\n2025-07-03 21:27:36.600 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][49c5e9cd-de76-4eb0-b191-59ee62a487b9] received connection request\n2025-07-03 21:27:36.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:27:36.626 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][49c5e9cd-de76-4eb0-b191-59ee62a487b9] socks forwarding established\n2025-07-03 21:27:36.695 [info] [command][da184206-4e75-4834-b444-9a776d901b80] Process exited with code 0\n2025-07-03 21:27:36.696 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][49c5e9cd-de76-4eb0-b191-59ee62a487b9] socks connection closed\n2025-07-03 21:27:36.696 [info] [command][da184206-4e75-4834-b444-9a776d901b80] Socket close event received\n2025-07-03 21:27:36.717 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60222 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:28:36.696 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:28:36.696 [info] [command][ff979a57-2bfd-45d9-980d-52eebc007482] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""ff979a57-2bfd-45d9-980d-52eebc007482""}\n2025-07-03 21:28:36.696 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][ef55c97a-a063-4142-a578-6413fc2997ae] received connection request\n2025-07-03 21:28:36.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:28:36.720 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][ef55c97a-a063-4142-a578-6413fc2997ae] socks forwarding established\n2025-07-03 21:28:36.823 [info] [command][ff979a57-2bfd-45d9-980d-52eebc007482] Process exited with code 0\n2025-07-03 21:28:36.824 [info] [command][ff979a57-2bfd-45d9-980d-52eebc007482] Socket close event received\n2025-07-03 21:28:36.824 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][ef55c97a-a063-4142-a578-6413fc2997ae] socks connection closed\n2025-07-03 21:28:36.848 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60243 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:29:36.828 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:29:36.829 [info] [command][7e4ef5e4-d8bc-4a86-80fb-353c4e7cdb78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""7e4ef5e4-d8bc-4a86-80fb-353c4e7cdb78""}\n2025-07-03 21:29:36.830 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][67e2c936-dd6f-4ba1-9005-1578294c1df2] received connection request\n2025-07-03 21:29:36.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:29:36.854 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][67e2c936-dd6f-4ba1-9005-1578294c1df2] socks forwarding established\n2025-07-03 21:29:36.883 [info] [command][7e4ef5e4-d8bc-4a86-80fb-353c4e7cdb78] Process exited with code 0\n2025-07-03 21:29:36.883 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][67e2c936-dd6f-4ba1-9005-1578294c1df2] socks connection closed\n2025-07-03 21:29:36.883 [info] [command][7e4ef5e4-d8bc-4a86-80fb-353c4e7cdb78] Socket close event received\n2025-07-03 21:29:36.907 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60259 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:30:36.887 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:30:36.889 [info] [command][8eec600b-7cdb-4ecb-b0b9-f7961b30046b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""8eec600b-7cdb-4ecb-b0b9-f7961b30046b""}\n2025-07-03 21:30:36.890 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][7909f4a1-5bdf-4419-85fb-fbd0e487bab1] received connection request\n2025-07-03 21:30:36.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:30:36.913 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][7909f4a1-5bdf-4419-85fb-fbd0e487bab1] socks forwarding established\n2025-07-03 21:30:36.944 [info] [command][8eec600b-7cdb-4ecb-b0b9-f7961b30046b] Process exited with code 0\n2025-07-03 21:30:36.944 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][7909f4a1-5bdf-4419-85fb-fbd0e487bab1] socks connection closed\n2025-07-03 21:30:36.945 [info] [command][8eec600b-7cdb-4ecb-b0b9-f7961b30046b] Socket close event received\n2025-07-03 21:30:36.966 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60277 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:31:36.949 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:31:36.950 [info] [command][2b0331a8-f138-43f8-957b-6ebb8cd8bad2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""2b0331a8-f138-43f8-957b-6ebb8cd8bad2""}\n2025-07-03 21:31:36.951 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][13295b82-3de0-4dfe-9925-3e875cd6214f] received connection request\n2025-07-03 21:31:36.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\n\n2025-07-03 21:31:36.951 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:31:36.974 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][13295b82-3de0-4dfe-9925-3e875cd6214f] socks forwarding established\n2025-07-03 21:31:37.002 [info] [command][2b0331a8-f138-43f8-957b-6ebb8cd8bad2] Process exited with code 0\n2025-07-03 21:31:37.002 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:59411 -> 127.0.0.1:8357][13295b82-3de0-4dfe-9925-3e875cd6214f] socks connection closed\n2025-07-03 21:31:37.003 [info] [command][2b0331a8-f138-43f8-957b-6ebb8cd8bad2] Socket close event received\n2025-07-03 21:31:37.027 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59411 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60309 to 127.0.0.1 port 59411, nchannels 6\n\n2025-07-03 21:32:24.651 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][ca82d9cf-3ef2-465c-89a8-c00ebb72e202] received connection request\n2025-07-03 21:32:24.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:32:26.308 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #3)\n2025-07-03 21:32:26.308 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-03 21:32:26.311 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][8816389c-2afb-4dc2-8042-03b1bf9501a2] received connection request\n2025-07-03 21:32:26.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:32:29.315 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-03 21:32:29.315 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 1 of 3 This operation was aborted\n2025-07-03 21:32:29.317 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][2cf3cdbc-7c3e-4da3-9b49-d56b13c0b72f] received connection request\n2025-07-03 21:32:29.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 59411 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:32:29.402 [info] Terminating existing SSH process with pid: 35937\n2025-07-03 21:32:29.402 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 21:32:29.403 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 21:32:29.403 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-03 21:32:29.403 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][ca82d9cf-3ef2-465c-89a8-c00ebb72e202] error while creating socks forwarding Socket closed\n2025-07-03 21:32:29.403 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][16347cbc-0d42-40b0-8c30-2a15606ff6cd] socks connection closed\n2025-07-03 21:32:29.403 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][8816389c-2afb-4dc2-8042-03b1bf9501a2] error while creating socks forwarding Socket closed\n2025-07-03 21:32:29.403 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][2cf3cdbc-7c3e-4da3-9b49-d56b13c0b72f] error while creating socks forwarding Socket closed\n2025-07-03 21:32:29.403 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:59411 -> 127.0.0.1:8145][4619c87b-1154-49f7-a01f-1bcdb18335e7] socks connection closed\n2025-07-03 21:32:29.405 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_92885.sh"" | ssh -v -T -D 60473 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 21:32:29.405 [info] Started installation script. Waiting for it to finish...\n2025-07-03 21:32:29.405 [info] Waiting for server to install via process(36463)...\n2025-07-03 21:32:29.411 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 21:32:29.411 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 21:32:29.412 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 21:32:29.412 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 21:32:29.412 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 21:32:29.416 [info] (ssh_tunnel) stderr: ssh: Could not resolve hostname hpc-submit01.scidom.de: nodename nor servname provided, or not known\n\n2025-07-03 21:32:29.416 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 21:32:29.416 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 21:32:29.416 [info] Retrying connection in 5 seconds...\n2025-07-03 21:32:30.315 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 2 of 3 This operation was aborted\n2025-07-03 21:32:31.318 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 3 of 3 This operation was aborted\n2025-07-03 21:32:31.319 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-03 21:32:31.319 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-03 21:32:34.420 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_92885.sh\n2025-07-03 21:32:34.420 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 21:32:34.423 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_9074.sh"" | ssh -v -T -D 60478 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 21:32:34.423 [info] Started installation script. Waiting for it to finish...\n2025-07-03 21:32:34.423 [info] Waiting for server to install via process(36466)...\n2025-07-03 21:32:34.436 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 21:32:34.436 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 21:32:34.436 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 21:32:34.436 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 21:32:34.436 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 21:32:34.440 [info] (ssh_tunnel) stderr: ssh: Could not resolve hostname hpc-submit01.scidom.de: nodename nor servname provided, or not known\n\n2025-07-03 21:32:34.441 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 21:32:34.441 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 21:32:34.441 [info] Retrying connection in 5 seconds...\n2025-07-03 21:32:37.003 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:32:37.005 [info] [command][99766ae2-10c9-4377-a23d-c8e6fc8b6174] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""99766ae2-10c9-4377-a23d-c8e6fc8b6174""}\n2025-07-03 21:32:37.005 [error] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:undefined][77f4dc09-849f-4e0a-b756-008e996904a5] remote server not configured\n2025-07-03 21:32:37.005 [error] [command][99766ae2-10c9-4377-a23d-c8e6fc8b6174] Socket error: Error: read ECONNRESET\n2025-07-03 21:32:37.005 [info] [command][99766ae2-10c9-4377-a23d-c8e6fc8b6174] Socket close event received\n2025-07-03 21:32:39.446 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_9074.sh\n2025-07-03 21:32:39.447 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 21:32:39.449 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44258.sh"" | ssh -v -T -D 60491 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 21:32:39.450 [info] Started installation script. Waiting for it to finish...\n2025-07-03 21:32:39.450 [info] Waiting for server to install via process(36488)...\n2025-07-03 21:32:39.469 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 21:32:39.469 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 21:32:39.469 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 21:32:39.469 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 21:32:39.469 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 21:32:39.474 [info] (ssh_tunnel) stderr: ssh: Could not resolve hostname hpc-submit01.scidom.de: nodename nor servname provided, or not known\n\n2025-07-03 21:32:39.475 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 21:32:39.475 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 21:32:39.475 [info] Retrying connection in 5 seconds...\n2025-07-03 21:32:44.479 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44258.sh\n2025-07-03 21:32:44.480 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 21:32:44.483 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48931.sh"" | ssh -v -T -D 60528 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 21:32:44.483 [info] Started installation script. Waiting for it to finish...\n2025-07-03 21:32:44.483 [info] Waiting for server to install via process(36499)...\n2025-07-03 21:32:44.501 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-03 21:32:44.501 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 21:32:44.501 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 21:32:44.501 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 21:32:44.502 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 21:32:44.557 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 21:32:44.557 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-03 21:32:44.558 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-03 21:32:44.558 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\n\n2025-07-03 21:32:44.558 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-03 21:32:44.558 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 21:32:44.628 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-03 21:32:44.631 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-03 21:32:44.631 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 21:32:44.650 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\n\n2025-07-03 21:32:44.650 [info] (ssh_tunnel) stderr: debug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 21:32:44.651 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 21:32:44.685 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-07-03 21:32:44.685 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 21:32:44.687 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-03 21:32:44.687 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 21:32:44.692 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-03 21:32:44.692 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\n\n2025-07-03 21:32:44.692 [info] (ssh_tunnel) stderr: debug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\n\n2025-07-03 21:32:44.692 [info] (ssh_tunnel) stderr: debug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 21:32:44.802 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 21:32:44.859 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 21:32:44.861 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-03 21:32:44.861 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 21:32:45.069 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-03 21:32:45.369 [info] Askpass server received request: POST /\n2025-07-03 21:32:45.369 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 21:32:45.369 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 21:32:49.954 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:60528 forwarded to remote address socks:0\n\n2025-07-03 21:32:49.955 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 60528.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 60528.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-03 21:32:50.026 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-03 21:32:50.027 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-03 21:32:50.032 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-03 21:32:50.055 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-03 21:32:50.750 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-03 21:32:50.769 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 21:32:50.829 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-03 21:32:54.617 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-03 21:32:54.629 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 21:32:54.707 [info] (ssh_tunnel) stdout: Running multiplex server: 2491070 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js c03499b4-f543-45a1-a358-c3813cd45ea2\n\n2025-07-03 21:32:54.723 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 2491070 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js c03499b4-f543-45a1-a358-c3813cd45ea2\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-03 21:32:54.726 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 21:32:54.732 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-03 21:32:54.822 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 705286 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-03 21:32:54.825 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 21:32:54.844 [info] (ssh_tunnel) stdout: 45c580f43f1135b51b7e1e56: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8357==\nmultiplexConnectionToken==c03499b4-f543-45a1-a358-c3813cd45ea2==\ncodeListeningOn==8145==\ncodeConnectionToken==c4f1f678-60b2-4b4e-8fa9-775d1d0c342e==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n45c580f43f1135b51b7e1e56: end\n\n2025-07-03 21:32:54.844 [info] Server install command exit code: 0\n2025-07-03 21:32:54.845 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48931.sh\n2025-07-03 21:32:54.845 [info] [forwarding][code] returning existing forwarding server listening on local port 58864\n2025-07-03 21:32:54.845 [info] [remote-ssh] codeListeningOn (remote=8145; local=58864) codeConnectionToken: c4f1f678-60b2-4b4e-8fa9-775d1d0c342e\n2025-07-03 21:32:54.845 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58865\n2025-07-03 21:32:54.845 [info] [remote-ssh] multiplexListeningOn (remote=8357; local=58865) multiplexConnectionToken: c03499b4-f543-45a1-a358-c3813cd45ea2\n2025-07-03 21:32:54.845 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:32:54.851 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][b15fe020-90d3-47f6-8b65-3838ed65161e] received connection request\n2025-07-03 21:32:54.852 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][96479c0c-f6ed-4160-b743-f63b8411a69e] received connection request\n2025-07-03 21:32:54.852 [info] [command][0e283461-f567-4d65-b1c9-f6c83769886a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""0e283461-f567-4d65-b1c9-f6c83769886a""}\n2025-07-03 21:32:54.853 [info] (ssh_tunnel) stdout: Unlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 21:32:54.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:32:54.863 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 21:32:54.876 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][b15fe020-90d3-47f6-8b65-3838ed65161e] socks forwarding established\n2025-07-03 21:32:54.878 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][96479c0c-f6ed-4160-b743-f63b8411a69e] socks forwarding established\n2025-07-03 21:32:54.906 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][b15fe020-90d3-47f6-8b65-3838ed65161e] socks connection closed\n2025-07-03 21:32:54.906 [info] [command][0e283461-f567-4d65-b1c9-f6c83769886a] Process exited with code 0\n2025-07-03 21:32:54.906 [info] [command][0e283461-f567-4d65-b1c9-f6c83769886a] Socket close event received\n2025-07-03 21:32:54.928 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60551 to 127.0.0.1 port 60528, nchannels 5\n\n2025-07-03 21:32:54.934 [info] Successfully connected to Cursor server at http://127.0.0.1:58864/version\n2025-07-03 21:32:54.934 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-03 21:32:54.935 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][14311df2-d7d9-43ea-954d-c889984d33b4] received connection request\n2025-07-03 21:32:54.936 [info] [command][b87d828a-ffe8-4d47-90b0-17996a8f9df4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""b87d828a-ffe8-4d47-90b0-17996a8f9df4""}\n2025-07-03 21:32:54.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:32:54.961 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][14311df2-d7d9-43ea-954d-c889984d33b4] socks forwarding established\n2025-07-03 21:32:54.990 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][14311df2-d7d9-43ea-954d-c889984d33b4] socks connection closed\n2025-07-03 21:32:54.990 [info] [command][b87d828a-ffe8-4d47-90b0-17996a8f9df4] Process exited with code 0\n2025-07-03 21:32:54.990 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-03 21:32:54.991 [info] [remote-ssh] Resolved exec server. Socks port: 60528\n2025-07-03 21:32:54.991 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58864,""connectionToken"":""c4f1f678-60b2-4b4e-8fa9-775d1d0c342e"",""extensionHostEnv"":{}}. Socks port: 60528\n2025-07-03 21:32:54.991 [info] [command][b87d828a-ffe8-4d47-90b0-17996a8f9df4] Socket close event received\n2025-07-03 21:32:55.007 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][f053645a-d674-463b-a8e8-d02710ad9281] received connection request\n2025-07-03 21:32:55.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:32:55.012 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60554 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:32:55.029 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][f053645a-d674-463b-a8e8-d02710ad9281] socks forwarding established\n2025-07-03 21:32:55.067 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][2959040e-41f4-417b-a474-5b074d461c56] received connection request\n2025-07-03 21:32:55.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:32:55.090 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][2959040e-41f4-417b-a474-5b074d461c56] socks forwarding established\n2025-07-03 21:32:57.968 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 60552 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:32:57.968 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][96479c0c-f6ed-4160-b743-f63b8411a69e] socks connection closed\n2025-07-03 21:33:54.911 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:33:54.913 [info] [command][790cbe38-4768-48bf-b3aa-daa4bf2d1e58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""790cbe38-4768-48bf-b3aa-daa4bf2d1e58""}\n2025-07-03 21:33:54.913 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][b5848eea-4b73-45dd-8b5d-219a73a54484] received connection request\n2025-07-03 21:33:54.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:33:54.938 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][b5848eea-4b73-45dd-8b5d-219a73a54484] socks forwarding established\n2025-07-03 21:33:54.964 [info] [command][790cbe38-4768-48bf-b3aa-daa4bf2d1e58] Process exited with code 0\n2025-07-03 21:33:54.965 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][b5848eea-4b73-45dd-8b5d-219a73a54484] socks connection closed\n2025-07-03 21:33:54.965 [info] [command][790cbe38-4768-48bf-b3aa-daa4bf2d1e58] Socket close event received\n2025-07-03 21:33:54.987 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60613 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:34:54.965 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:34:54.966 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][9dc6f817-3d2b-4676-9455-f3faf2512ea1] received connection request\n2025-07-03 21:34:54.967 [info] [command][756912d6-da97-4917-9343-29d7023f1509] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""756912d6-da97-4917-9343-29d7023f1509""}\n2025-07-03 21:34:54.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:34:54.988 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][9dc6f817-3d2b-4676-9455-f3faf2512ea1] socks forwarding established\n2025-07-03 21:34:55.016 [info] [command][756912d6-da97-4917-9343-29d7023f1509] Process exited with code 0\n2025-07-03 21:34:55.016 [info] [command][756912d6-da97-4917-9343-29d7023f1509] Socket close event received\n2025-07-03 21:34:55.035 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][9dc6f817-3d2b-4676-9455-f3faf2512ea1] socks connection closed\n2025-07-03 21:34:55.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60636 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:35:55.017 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:35:55.019 [info] [command][d9a525d1-0dc0-4daa-be9a-9d77c4757cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""d9a525d1-0dc0-4daa-be9a-9d77c4757cdb""}\n2025-07-03 21:35:55.020 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][64b49fb7-d122-4c81-8c98-31ecf919f69f] received connection request\n2025-07-03 21:35:55.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:35:55.043 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][64b49fb7-d122-4c81-8c98-31ecf919f69f] socks forwarding established\n2025-07-03 21:35:55.070 [info] [command][d9a525d1-0dc0-4daa-be9a-9d77c4757cdb] Process exited with code 0\n2025-07-03 21:35:55.071 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][64b49fb7-d122-4c81-8c98-31ecf919f69f] socks connection closed\n2025-07-03 21:35:55.071 [info] [command][d9a525d1-0dc0-4daa-be9a-9d77c4757cdb] Socket close event received\n2025-07-03 21:35:55.092 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60656 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:36:55.074 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:36:55.076 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][835e1397-e4b9-4468-96dc-a17726a4be9e] received connection request\n2025-07-03 21:36:55.076 [info] [command][a1ba9d5d-8bd2-4f1b-86a0-116d458275bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""a1ba9d5d-8bd2-4f1b-86a0-116d458275bd""}\n2025-07-03 21:36:55.082 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:36:55.108 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][835e1397-e4b9-4468-96dc-a17726a4be9e] socks forwarding established\n2025-07-03 21:36:55.134 [info] [command][a1ba9d5d-8bd2-4f1b-86a0-116d458275bd] Process exited with code 0\n2025-07-03 21:36:55.135 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][835e1397-e4b9-4468-96dc-a17726a4be9e] socks connection closed\n2025-07-03 21:36:55.135 [info] [command][a1ba9d5d-8bd2-4f1b-86a0-116d458275bd] Socket close event received\n2025-07-03 21:36:55.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60711 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:37:55.139 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:37:55.140 [info] [command][28f18469-d2a8-4398-8d7b-c6f8621290ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""28f18469-d2a8-4398-8d7b-c6f8621290ac""}\n2025-07-03 21:37:55.141 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][a5d571ee-f7b8-4076-a513-b710af47b7ae] received connection request\n2025-07-03 21:37:55.141 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:37:55.163 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][a5d571ee-f7b8-4076-a513-b710af47b7ae] socks forwarding established\n2025-07-03 21:37:55.190 [info] [command][28f18469-d2a8-4398-8d7b-c6f8621290ac] Process exited with code 0\n2025-07-03 21:37:55.190 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][a5d571ee-f7b8-4076-a513-b710af47b7ae] socks connection closed\n2025-07-03 21:37:55.190 [info] [command][28f18469-d2a8-4398-8d7b-c6f8621290ac] Socket close event received\n2025-07-03 21:37:55.210 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60741 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:38:55.196 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:38:55.197 [info] [command][1501512e-7ed9-4b83-8bc9-b9e04e77f88f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""1501512e-7ed9-4b83-8bc9-b9e04e77f88f""}\n2025-07-03 21:38:55.199 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][0828d6ad-2784-446f-b66e-dfffde0da9b4] received connection request\n2025-07-03 21:38:55.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:38:55.225 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][0828d6ad-2784-446f-b66e-dfffde0da9b4] socks forwarding established\n2025-07-03 21:38:55.255 [info] [command][1501512e-7ed9-4b83-8bc9-b9e04e77f88f] Process exited with code 0\n2025-07-03 21:38:55.255 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][0828d6ad-2784-446f-b66e-dfffde0da9b4] socks connection closed\n2025-07-03 21:38:55.255 [info] [command][1501512e-7ed9-4b83-8bc9-b9e04e77f88f] Socket close event received\n2025-07-03 21:38:55.280 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60764 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:39:55.256 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:39:55.258 [info] [command][77e79dd0-1cc6-4a5f-8ef6-9aa0bc88c9f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""77e79dd0-1cc6-4a5f-8ef6-9aa0bc88c9f7""}\n2025-07-03 21:39:55.259 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][8e79193f-9817-4b6c-96bf-634589a7a403] received connection request\n2025-07-03 21:39:55.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:39:55.286 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][8e79193f-9817-4b6c-96bf-634589a7a403] socks forwarding established\n2025-07-03 21:39:55.317 [info] [command][77e79dd0-1cc6-4a5f-8ef6-9aa0bc88c9f7] Process exited with code 0\n2025-07-03 21:39:55.317 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][8e79193f-9817-4b6c-96bf-634589a7a403] socks connection closed\n2025-07-03 21:39:55.317 [info] [command][77e79dd0-1cc6-4a5f-8ef6-9aa0bc88c9f7] Socket close event received\n2025-07-03 21:39:55.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60786 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:40:55.319 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:40:55.322 [info] [command][30a7d932-71d7-4929-a832-c90fd8126762] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""30a7d932-71d7-4929-a832-c90fd8126762""}\n2025-07-03 21:40:55.323 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][111327ab-7f77-467d-b16e-48f46fe0e87d] received connection request\n2025-07-03 21:40:55.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:40:55.348 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][111327ab-7f77-467d-b16e-48f46fe0e87d] socks forwarding established\n2025-07-03 21:40:55.375 [info] [command][30a7d932-71d7-4929-a832-c90fd8126762] Process exited with code 0\n2025-07-03 21:40:55.376 [info] [command][30a7d932-71d7-4929-a832-c90fd8126762] Socket close event received\n2025-07-03 21:40:55.376 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][111327ab-7f77-467d-b16e-48f46fe0e87d] socks connection closed\n2025-07-03 21:40:55.399 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60857 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:41:55.381 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:41:55.383 [info] [command][80f318b5-c0cd-415e-801c-5d8e42326ce0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""80f318b5-c0cd-415e-801c-5d8e42326ce0""}\n2025-07-03 21:41:55.384 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][e22f08d5-8102-4ec4-a6f4-580841c3e313] received connection request\n2025-07-03 21:41:55.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:41:55.471 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][e22f08d5-8102-4ec4-a6f4-580841c3e313] socks forwarding established\n2025-07-03 21:41:55.501 [info] [command][80f318b5-c0cd-415e-801c-5d8e42326ce0] Process exited with code 0\n2025-07-03 21:41:55.502 [info] [command][80f318b5-c0cd-415e-801c-5d8e42326ce0] Socket close event received\n2025-07-03 21:41:55.502 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][e22f08d5-8102-4ec4-a6f4-580841c3e313] socks connection closed\n2025-07-03 21:41:55.525 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60897 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:42:55.506 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:42:55.509 [info] [command][cbb22a00-a40f-470c-8fe6-260b92f71a90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""cbb22a00-a40f-470c-8fe6-260b92f71a90""}\n2025-07-03 21:42:55.510 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][3555316f-46f5-4292-aa8a-65eaebbb8ee4] received connection request\n2025-07-03 21:42:55.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:42:55.534 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][3555316f-46f5-4292-aa8a-65eaebbb8ee4] socks forwarding established\n2025-07-03 21:42:55.576 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][3555316f-46f5-4292-aa8a-65eaebbb8ee4] socks connection closed\n2025-07-03 21:42:55.577 [info] [command][cbb22a00-a40f-470c-8fe6-260b92f71a90] Process exited with code 0\n2025-07-03 21:42:55.577 [info] [command][cbb22a00-a40f-470c-8fe6-260b92f71a90] Socket close event received\n2025-07-03 21:42:55.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60923 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:43:55.583 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:43:55.585 [info] [command][10c13603-59d5-45c5-b0cf-84e58529d781] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""10c13603-59d5-45c5-b0cf-84e58529d781""}\n2025-07-03 21:43:55.586 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][a45c7fcd-bb84-4716-9b70-54e583f9bb57] received connection request\n2025-07-03 21:43:55.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:43:55.613 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][a45c7fcd-bb84-4716-9b70-54e583f9bb57] socks forwarding established\n2025-07-03 21:43:55.643 [info] [command][10c13603-59d5-45c5-b0cf-84e58529d781] Process exited with code 0\n2025-07-03 21:43:55.644 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][a45c7fcd-bb84-4716-9b70-54e583f9bb57] socks connection closed\n2025-07-03 21:43:55.644 [info] [command][10c13603-59d5-45c5-b0cf-84e58529d781] Socket close event received\n2025-07-03 21:43:55.666 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60941 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:44:55.645 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:44:55.647 [info] [command][0ac99547-2128-489b-ac0f-3673e59a0b54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""0ac99547-2128-489b-ac0f-3673e59a0b54""}\n2025-07-03 21:44:55.648 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][ed8dc700-564e-458e-a168-7250312419f7] received connection request\n2025-07-03 21:44:55.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:44:55.672 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][ed8dc700-564e-458e-a168-7250312419f7] socks forwarding established\n2025-07-03 21:44:55.703 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][ed8dc700-564e-458e-a168-7250312419f7] socks connection closed\n2025-07-03 21:44:55.703 [info] [command][0ac99547-2128-489b-ac0f-3673e59a0b54] Process exited with code 0\n2025-07-03 21:44:55.703 [info] [command][0ac99547-2128-489b-ac0f-3673e59a0b54] Socket close event received\n2025-07-03 21:44:55.723 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 60977 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:45:55.708 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:45:55.710 [info] [command][f25ea59a-9417-4035-8302-bd700e99ede2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""f25ea59a-9417-4035-8302-bd700e99ede2""}\n2025-07-03 21:45:55.711 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][f95eea76-a36d-45de-b06c-6381763277cf] received connection request\n2025-07-03 21:45:55.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:45:55.734 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][f95eea76-a36d-45de-b06c-6381763277cf] socks forwarding established\n2025-07-03 21:45:55.762 [info] [command][f25ea59a-9417-4035-8302-bd700e99ede2] Process exited with code 0\n2025-07-03 21:45:55.763 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][f95eea76-a36d-45de-b06c-6381763277cf] socks connection closed\n2025-07-03 21:45:55.763 [info] [command][f25ea59a-9417-4035-8302-bd700e99ede2] Socket close event received\n2025-07-03 21:45:55.785 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61003 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:46:55.764 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:46:55.766 [info] [command][558613d4-62cc-4bc2-abab-d95759428ad9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""558613d4-62cc-4bc2-abab-d95759428ad9""}\n2025-07-03 21:46:55.767 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][4c0b9f85-d501-4ad4-84f9-ac4deb3e5aa5] received connection request\n2025-07-03 21:46:55.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:46:55.791 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][4c0b9f85-d501-4ad4-84f9-ac4deb3e5aa5] socks forwarding established\n2025-07-03 21:46:55.821 [info] [command][558613d4-62cc-4bc2-abab-d95759428ad9] Process exited with code 0\n2025-07-03 21:46:55.822 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][4c0b9f85-d501-4ad4-84f9-ac4deb3e5aa5] socks connection closed\n2025-07-03 21:46:55.822 [info] [command][558613d4-62cc-4bc2-abab-d95759428ad9] Socket close event received\n2025-07-03 21:46:55.843 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61042 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:47:55.825 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:47:55.827 [info] [command][fc8c25a3-0d7d-4d9d-8f0e-a3896cb28863] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""fc8c25a3-0d7d-4d9d-8f0e-a3896cb28863""}\n2025-07-03 21:47:55.827 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][d5641895-29ec-4e19-9d65-49a09454874c] received connection request\n2025-07-03 21:47:55.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:47:55.854 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][d5641895-29ec-4e19-9d65-49a09454874c] socks forwarding established\n2025-07-03 21:47:55.884 [info] [command][fc8c25a3-0d7d-4d9d-8f0e-a3896cb28863] Process exited with code 0\n2025-07-03 21:47:55.884 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][d5641895-29ec-4e19-9d65-49a09454874c] socks connection closed\n2025-07-03 21:47:55.884 [info] [command][fc8c25a3-0d7d-4d9d-8f0e-a3896cb28863] Socket close event received\n2025-07-03 21:47:55.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61073 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:48:55.887 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:48:55.889 [info] [command][be45eeff-8943-49e5-a54e-81c0c70f608a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""be45eeff-8943-49e5-a54e-81c0c70f608a""}\n2025-07-03 21:48:55.890 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][0e7f71aa-05c9-4254-a941-d55c9b97b1b2] received connection request\n2025-07-03 21:48:55.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:48:55.915 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][0e7f71aa-05c9-4254-a941-d55c9b97b1b2] socks forwarding established\n2025-07-03 21:48:55.943 [info] [command][be45eeff-8943-49e5-a54e-81c0c70f608a] Process exited with code 0\n2025-07-03 21:48:55.944 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][0e7f71aa-05c9-4254-a941-d55c9b97b1b2] socks connection closed\n2025-07-03 21:48:55.944 [info] [command][be45eeff-8943-49e5-a54e-81c0c70f608a] Socket close event received\n2025-07-03 21:48:55.965 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61108 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:49:55.949 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:49:55.950 [info] [command][d0286e14-c2cd-423b-b94f-43acf78eaeb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""d0286e14-c2cd-423b-b94f-43acf78eaeb3""}\n2025-07-03 21:49:55.951 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][3e0836f0-7d88-4768-992a-7236bb404e26] received connection request\n2025-07-03 21:49:55.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:49:55.975 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][3e0836f0-7d88-4768-992a-7236bb404e26] socks forwarding established\n2025-07-03 21:49:56.006 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][3e0836f0-7d88-4768-992a-7236bb404e26] socks connection closed\n2025-07-03 21:49:56.006 [info] [command][d0286e14-c2cd-423b-b94f-43acf78eaeb3] Process exited with code 0\n2025-07-03 21:49:56.006 [info] [command][d0286e14-c2cd-423b-b94f-43acf78eaeb3] Socket close event received\n2025-07-03 21:49:56.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61145 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:50:56.010 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:50:56.012 [info] [command][c64eb33b-5276-495a-b09a-715ceb2c45f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""c64eb33b-5276-495a-b09a-715ceb2c45f2""}\n2025-07-03 21:50:56.013 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][7624f66b-e09f-412b-959d-5643e924c0bd] received connection request\n2025-07-03 21:50:56.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:50:56.037 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][7624f66b-e09f-412b-959d-5643e924c0bd] socks forwarding established\n2025-07-03 21:50:56.068 [info] [command][c64eb33b-5276-495a-b09a-715ceb2c45f2] Process exited with code 0\n2025-07-03 21:50:56.068 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][7624f66b-e09f-412b-959d-5643e924c0bd] socks connection closed\n2025-07-03 21:50:56.069 [info] [command][c64eb33b-5276-495a-b09a-715ceb2c45f2] Socket close event received\n2025-07-03 21:50:56.090 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61175 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:51:56.072 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:51:56.074 [info] [command][f6af548a-d17c-44bc-a66b-cca537020ea1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""f6af548a-d17c-44bc-a66b-cca537020ea1""}\n2025-07-03 21:51:56.075 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][6d69c0f9-8dd9-4673-9eed-cd0666b2104e] received connection request\n2025-07-03 21:51:56.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:51:56.110 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][6d69c0f9-8dd9-4673-9eed-cd0666b2104e] socks forwarding established\n2025-07-03 21:51:56.144 [info] [command][f6af548a-d17c-44bc-a66b-cca537020ea1] Process exited with code 0\n2025-07-03 21:51:56.144 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][6d69c0f9-8dd9-4673-9eed-cd0666b2104e] socks connection closed\n2025-07-03 21:51:56.144 [info] [command][f6af548a-d17c-44bc-a66b-cca537020ea1] Socket close event received\n2025-07-03 21:51:56.168 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61208 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:52:56.148 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:52:56.149 [info] [command][dbb5d575-66af-42db-80aa-b484256b9d33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""dbb5d575-66af-42db-80aa-b484256b9d33""}\n2025-07-03 21:52:56.150 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8357][3b3ee58d-797f-4bd7-8220-0e3a0f2dee43] received connection request\n2025-07-03 21:52:56.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:52:56.174 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][3b3ee58d-797f-4bd7-8220-0e3a0f2dee43] socks forwarding established\n2025-07-03 21:52:56.288 [info] [command][dbb5d575-66af-42db-80aa-b484256b9d33] Process exited with code 0\n2025-07-03 21:52:56.289 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:60528 -> 127.0.0.1:8357][3b3ee58d-797f-4bd7-8220-0e3a0f2dee43] socks connection closed\n2025-07-03 21:52:56.289 [info] [command][dbb5d575-66af-42db-80aa-b484256b9d33] Socket close event received\n2025-07-03 21:52:56.311 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60528 for 127.0.0.1 port 8357, connect from 127.0.0.1 port 61237 to 127.0.0.1 port 60528, nchannels 6\n\n2025-07-03 21:53:44.653 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #4)\n2025-07-03 21:53:44.654 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-03 21:53:44.658 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][51cf97f0-fef6-4554-9e36-1d4983c8df72] received connection request\n2025-07-03 21:53:44.660 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][4824e6d4-a051-4f2c-8cc2-bcd7df953573] received connection request\n2025-07-03 21:53:44.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:53:47.664 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-03 21:53:47.664 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 1 of 3 This operation was aborted\n2025-07-03 21:53:47.665 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][db7baf08-623f-41d0-ac6e-b72b59438ab4] received connection request\n2025-07-03 21:53:47.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 60528 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:53:47.744 [info] Terminating existing SSH process with pid: 36499\n2025-07-03 21:53:47.744 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 21:53:47.744 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-03 21:53:47.744 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 21:53:47.744 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][51cf97f0-fef6-4554-9e36-1d4983c8df72] error while creating socks forwarding Socket closed\n2025-07-03 21:53:47.744 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][4824e6d4-a051-4f2c-8cc2-bcd7df953573] error while creating socks forwarding Socket closed\n2025-07-03 21:53:47.744 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][db7baf08-623f-41d0-ac6e-b72b59438ab4] error while creating socks forwarding Socket closed\n2025-07-03 21:53:47.744 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][2959040e-41f4-417b-a474-5b074d461c56] socks connection closed\n2025-07-03 21:53:47.744 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:60528 -> 127.0.0.1:8145][f053645a-d674-463b-a8e8-d02710ad9281] socks connection closed\n2025-07-03 21:53:47.747 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33803.sh"" | ssh -v -T -D 61265 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 21:53:47.747 [info] Started installation script. Waiting for it to finish...\n2025-07-03 21:53:47.747 [info] Waiting for server to install via process(36876)...\n2025-07-03 21:53:47.753 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 21:53:47.753 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 21:53:47.754 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 21:53:47.754 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 21:53:47.754 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 21:53:47.756 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 21:53:47.756 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 21:53:47.757 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 21:53:47.757 [info] Retrying connection in 5 seconds...\n2025-07-03 21:53:48.672 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 2 of 3 This operation was aborted\n2025-07-03 21:53:49.682 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 3 of 3 This operation was aborted\n2025-07-03 21:53:49.683 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-03 21:53:49.683 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-03 21:58:46.177 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_33803.sh\n2025-07-03 21:58:46.180 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:58:46.189 [error] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:undefined][286b5851-69ef-48ad-a664-f87a166ace21] remote server not configured\n2025-07-03 21:58:46.189 [info] [command][e56608c2-2330-409c-a5ff-e083d40ed0a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c03499b4-f543-45a1-a358-c3813cd45ea2"",""id"":""e56608c2-2330-409c-a5ff-e083d40ed0a9""}\n2025-07-03 21:58:46.190 [error] [command][e56608c2-2330-409c-a5ff-e083d40ed0a9] Socket error: Error: read ECONNRESET\n2025-07-03 21:58:46.190 [info] [command][e56608c2-2330-409c-a5ff-e083d40ed0a9] Socket close event received\n2025-07-03 21:58:46.197 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 21:58:46.206 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67824.sh"" | ssh -v -T -D 61269 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 21:58:46.206 [info] Started installation script. Waiting for it to finish...\n2025-07-03 21:58:46.206 [info] Waiting for server to install via process(36883)...\n2025-07-03 21:58:46.232 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 21:58:46.233 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 21:58:46.233 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 21:58:46.244 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 21:58:46.246 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 21:58:46.246 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 21:58:46.246 [info] Retrying connection in 5 seconds...\n2025-07-03 21:58:51.248 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67824.sh\n2025-07-03 21:58:51.249 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 21:58:51.257 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73675.sh"" | ssh -v -T -D 61314 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 21:58:51.257 [info] Started installation script. Waiting for it to finish...\n2025-07-03 21:58:51.257 [info] Waiting for server to install via process(36903)...\n2025-07-03 21:58:51.268 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 21:58:51.268 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 21:58:51.269 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 21:58:51.269 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 21:58:51.269 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 21:58:55.056 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-03 21:58:55.056 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-03 21:58:55.161 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\ndebug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-03 21:58:55.185 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-03 21:58:55.185 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-03 21:58:55.211 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-03 21:58:55.214 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-03 21:58:55.217 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-03 21:58:55.217 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-03 21:58:55.392 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-03 21:58:55.447 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-03 21:58:55.489 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-03 21:58:55.489 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-03 21:58:55.732 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\n\n2025-07-03 21:58:55.732 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-03 21:58:55.820 [info] Askpass server received request: POST /\n2025-07-03 21:58:55.820 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-03 21:58:55.820 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-03 21:59:03.736 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:61314 forwarded to remote address socks:0\n\n2025-07-03 21:59:03.737 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 61314.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 61314.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-03 21:59:03.804 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-03 21:59:03.807 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-03 21:59:03.810 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\n\n2025-07-03 21:59:03.810 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-03 21:59:03.827 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-03 21:59:04.470 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-03 21:59:04.597 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 21:59:04.618 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-03 21:59:07.937 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-03 21:59:07.948 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 21:59:08.035 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-03 21:59:08.074 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-03 21:59:08.096 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js ecf94de0-964d-4f8a-bad5-5b02c5260ed0\n\n2025-07-03 21:59:08.100 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2699962 and wrote pid to file /run/user/1000030/cursor-remote-multiplex.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 21:59:08.105 [info] (ssh_tunnel) stdout: Multiplex server token file found\nReading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-03 21:59:11.163 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-03 21:59:11.267 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 705286 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 21:59:11.284 [info] (ssh_tunnel) stdout: ebbbc9dcc84c47688ce1c09f: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8339==\nmultiplexConnectionToken==ecf94de0-964d-4f8a-bad5-5b02c5260ed0==\ncodeListeningOn==8145==\ncodeConnectionToken==c4f1f678-60b2-4b4e-8fa9-775d1d0c342e==\ndetectedPlatform==linux==\narch==x64==\n\n2025-07-03 21:59:11.285 [info] (ssh_tunnel) stdout: SSH_AUTH_SOCK====\nebbbc9dcc84c47688ce1c09f: end\n\n2025-07-03 21:59:11.285 [info] Server install command exit code: 0\n2025-07-03 21:59:11.285 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73675.sh\n2025-07-03 21:59:11.288 [info] [forwarding][code] returning existing forwarding server listening on local port 58864\n2025-07-03 21:59:11.288 [info] [remote-ssh] codeListeningOn (remote=8145; local=58864) codeConnectionToken: c4f1f678-60b2-4b4e-8fa9-775d1d0c342e\n2025-07-03 21:59:11.288 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 58865\n2025-07-03 21:59:11.288 [info] [remote-ssh] multiplexListeningOn (remote=8339; local=58865) multiplexConnectionToken: ecf94de0-964d-4f8a-bad5-5b02c5260ed0\n2025-07-03 21:59:11.288 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 21:59:11.293 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][e2d3e826-e7f8-46e7-8934-04102068bc75] received connection request\n2025-07-03 21:59:11.293 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][91a1a151-2a74-4d4c-b666-216792e9bed8] received connection request\n2025-07-03 21:59:11.293 [info] [command][3288589c-346b-40e5-b7ac-3e1985b33b7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""3288589c-346b-40e5-b7ac-3e1985b33b7f""}\n2025-07-03 21:59:11.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:59:11.294 [info] (ssh_tunnel) stdout: Unlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-03 21:59:11.301 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 21:59:11.317 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][e2d3e826-e7f8-46e7-8934-04102068bc75] socks forwarding established\n2025-07-03 21:59:11.317 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][91a1a151-2a74-4d4c-b666-216792e9bed8] socks forwarding established\n2025-07-03 21:59:11.416 [info] [command][3288589c-346b-40e5-b7ac-3e1985b33b7f] Process exited with code 0\n2025-07-03 21:59:11.417 [info] Successfully connected to Cursor server at http://127.0.0.1:58864/version\n2025-07-03 21:59:11.417 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-03 21:59:11.417 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][e2d3e826-e7f8-46e7-8934-04102068bc75] socks connection closed\n2025-07-03 21:59:11.417 [info] [command][3288589c-346b-40e5-b7ac-3e1985b33b7f] Socket close event received\n2025-07-03 21:59:11.418 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][2a7acc00-1ea9-422f-81f9-bef7769560c3] received connection request\n2025-07-03 21:59:11.418 [info] [command][22535e6d-f38e-4a05-ac61-5c9b433f237d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""22535e6d-f38e-4a05-ac61-5c9b433f237d""}\n2025-07-03 21:59:11.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:59:11.439 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61439 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 21:59:11.439 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][2a7acc00-1ea9-422f-81f9-bef7769560c3] socks forwarding established\n2025-07-03 21:59:11.469 [info] [command][22535e6d-f38e-4a05-ac61-5c9b433f237d] Process exited with code 0\n2025-07-03 21:59:11.469 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-03 21:59:11.470 [info] [remote-ssh] Resolved exec server. Socks port: 61314\n2025-07-03 21:59:11.470 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58864,""connectionToken"":""c4f1f678-60b2-4b4e-8fa9-775d1d0c342e"",""extensionHostEnv"":{}}. Socks port: 61314\n2025-07-03 21:59:11.470 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][2a7acc00-1ea9-422f-81f9-bef7769560c3] socks connection closed\n2025-07-03 21:59:11.470 [info] [command][22535e6d-f38e-4a05-ac61-5c9b433f237d] Socket close event received\n2025-07-03 21:59:11.486 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][9c529ec4-8eb5-44db-a2c5-e118dfe9838a] received connection request\n2025-07-03 21:59:11.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:59:11.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61442 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 21:59:11.508 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][9c529ec4-8eb5-44db-a2c5-e118dfe9838a] socks forwarding established\n2025-07-03 21:59:11.550 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][db2c9e4d-7ea1-4163-b7cc-0eaf0dc57e65] received connection request\n2025-07-03 21:59:11.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 21:59:11.572 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][db2c9e4d-7ea1-4163-b7cc-0eaf0dc57e65] socks forwarding established\n2025-07-03 21:59:14.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8145, connect from 127.0.0.1 port 61440 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 21:59:14.447 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][91a1a151-2a74-4d4c-b666-216792e9bed8] socks connection closed\n2025-07-03 22:00:11.419 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:00:11.421 [info] [command][de2286f8-ef2b-46c1-83f9-f5a441853a5c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""de2286f8-ef2b-46c1-83f9-f5a441853a5c""}\n2025-07-03 22:00:11.421 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][613c23af-cb59-42fa-9dae-4202e02ed8c7] received connection request\n2025-07-03 22:00:11.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:00:11.444 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][613c23af-cb59-42fa-9dae-4202e02ed8c7] socks forwarding established\n2025-07-03 22:00:11.476 [info] [command][de2286f8-ef2b-46c1-83f9-f5a441853a5c] Process exited with code 0\n2025-07-03 22:00:11.476 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][613c23af-cb59-42fa-9dae-4202e02ed8c7] socks connection closed\n2025-07-03 22:00:11.476 [info] [command][de2286f8-ef2b-46c1-83f9-f5a441853a5c] Socket close event received\n2025-07-03 22:00:11.498 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61486 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:01:11.477 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:01:11.483 [info] [command][2c13ae48-8d48-4438-b91b-8f7ed40b93ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""2c13ae48-8d48-4438-b91b-8f7ed40b93ff""}\n2025-07-03 22:01:11.484 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][a8d1f0c4-b0a2-4630-b957-07ef2d35ad44] received connection request\n2025-07-03 22:01:11.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:01:11.508 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][a8d1f0c4-b0a2-4630-b957-07ef2d35ad44] socks forwarding established\n2025-07-03 22:01:11.537 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][a8d1f0c4-b0a2-4630-b957-07ef2d35ad44] socks connection closed\n2025-07-03 22:01:11.538 [info] [command][2c13ae48-8d48-4438-b91b-8f7ed40b93ff] Process exited with code 0\n2025-07-03 22:01:11.538 [info] [command][2c13ae48-8d48-4438-b91b-8f7ed40b93ff] Socket close event received\n2025-07-03 22:01:11.560 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61581 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:02:11.543 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:02:11.546 [info] [command][6ffa514d-d0d0-46db-bfc1-a9163e0b1592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""6ffa514d-d0d0-46db-bfc1-a9163e0b1592""}\n2025-07-03 22:02:11.546 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][43dcf619-8bde-40dc-b283-e641e7d8e2b0] received connection request\n2025-07-03 22:02:11.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:02:11.572 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][43dcf619-8bde-40dc-b283-e641e7d8e2b0] socks forwarding established\n2025-07-03 22:02:11.606 [info] [command][6ffa514d-d0d0-46db-bfc1-a9163e0b1592] Process exited with code 0\n2025-07-03 22:02:11.607 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][43dcf619-8bde-40dc-b283-e641e7d8e2b0] socks connection closed\n2025-07-03 22:02:11.607 [info] [command][6ffa514d-d0d0-46db-bfc1-a9163e0b1592] Socket close event received\n2025-07-03 22:02:11.628 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61609 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:03:11.612 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:03:11.614 [info] [command][0f51ebd2-b87c-48e2-9bdb-31708b6b78ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""0f51ebd2-b87c-48e2-9bdb-31708b6b78ea""}\n2025-07-03 22:03:11.615 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][4d34f425-f2da-4871-935d-1da565bd4bc0] received connection request\n2025-07-03 22:03:11.616 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:03:11.649 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][4d34f425-f2da-4871-935d-1da565bd4bc0] socks forwarding established\n2025-07-03 22:03:11.680 [info] [command][0f51ebd2-b87c-48e2-9bdb-31708b6b78ea] Process exited with code 0\n2025-07-03 22:03:11.681 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][4d34f425-f2da-4871-935d-1da565bd4bc0] socks connection closed\n2025-07-03 22:03:11.681 [info] [command][0f51ebd2-b87c-48e2-9bdb-31708b6b78ea] Socket close event received\n2025-07-03 22:03:11.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61664 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:04:11.685 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:04:11.688 [info] [command][0096f87d-f560-4656-b419-dcdd4bc33bc0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""0096f87d-f560-4656-b419-dcdd4bc33bc0""}\n2025-07-03 22:04:11.688 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][3aa58a4c-731b-4ff6-8fdf-93f47bac6073] received connection request\n2025-07-03 22:04:11.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:04:11.723 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][3aa58a4c-731b-4ff6-8fdf-93f47bac6073] socks forwarding established\n2025-07-03 22:04:11.752 [info] [command][0096f87d-f560-4656-b419-dcdd4bc33bc0] Process exited with code 0\n2025-07-03 22:04:11.752 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][3aa58a4c-731b-4ff6-8fdf-93f47bac6073] socks connection closed\n2025-07-03 22:04:11.753 [info] [command][0096f87d-f560-4656-b419-dcdd4bc33bc0] Socket close event received\n2025-07-03 22:04:11.785 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61692 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:05:11.756 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:05:11.758 [info] [command][28f00e30-3210-4d47-a857-aa165d94cb55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""28f00e30-3210-4d47-a857-aa165d94cb55""}\n2025-07-03 22:05:11.759 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][a9a556ed-7742-4203-82ac-bd1efbbb911c] received connection request\n2025-07-03 22:05:11.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:05:11.792 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][a9a556ed-7742-4203-82ac-bd1efbbb911c] socks forwarding established\n2025-07-03 22:05:11.824 [info] [command][28f00e30-3210-4d47-a857-aa165d94cb55] Process exited with code 0\n2025-07-03 22:05:11.825 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][a9a556ed-7742-4203-82ac-bd1efbbb911c] socks connection closed\n2025-07-03 22:05:11.825 [info] [command][28f00e30-3210-4d47-a857-aa165d94cb55] Socket close event received\n2025-07-03 22:05:11.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61710 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:06:11.828 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:06:11.829 [info] [command][80b82ed2-ed23-4d9a-b685-ae26f0dd0140] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""80b82ed2-ed23-4d9a-b685-ae26f0dd0140""}\n2025-07-03 22:06:11.830 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][f8d5250a-087a-4b4a-9266-1dfa5c149fe9] received connection request\n2025-07-03 22:06:11.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:06:11.870 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][f8d5250a-087a-4b4a-9266-1dfa5c149fe9] socks forwarding established\n2025-07-03 22:06:11.899 [info] [command][80b82ed2-ed23-4d9a-b685-ae26f0dd0140] Process exited with code 0\n2025-07-03 22:06:11.899 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][f8d5250a-087a-4b4a-9266-1dfa5c149fe9] socks connection closed\n2025-07-03 22:06:11.899 [info] [command][80b82ed2-ed23-4d9a-b685-ae26f0dd0140] Socket close event received\n2025-07-03 22:06:11.931 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61754 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:07:11.904 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:07:11.906 [info] [command][504627af-c825-4a2c-aed4-d59a79d8ea26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""504627af-c825-4a2c-aed4-d59a79d8ea26""}\n2025-07-03 22:07:11.906 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][aab30ba1-3450-4711-8944-6b8e04511c01] received connection request\n2025-07-03 22:07:11.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:07:11.931 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][aab30ba1-3450-4711-8944-6b8e04511c01] socks forwarding established\n2025-07-03 22:07:12.085 [info] [command][504627af-c825-4a2c-aed4-d59a79d8ea26] Process exited with code 0\n2025-07-03 22:07:12.086 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][aab30ba1-3450-4711-8944-6b8e04511c01] socks connection closed\n2025-07-03 22:07:12.086 [info] [command][504627af-c825-4a2c-aed4-d59a79d8ea26] Socket close event received\n2025-07-03 22:07:12.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61775 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:08:12.090 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:08:12.091 [info] [command][626e4a9e-bbbd-4db5-b4fe-cab45f617b75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""626e4a9e-bbbd-4db5-b4fe-cab45f617b75""}\n2025-07-03 22:08:12.092 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][0e67187f-c71c-439d-9ba3-2d26b961ef82] received connection request\n2025-07-03 22:08:12.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:08:12.115 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][0e67187f-c71c-439d-9ba3-2d26b961ef82] socks forwarding established\n2025-07-03 22:08:12.144 [info] [command][626e4a9e-bbbd-4db5-b4fe-cab45f617b75] Process exited with code 0\n2025-07-03 22:08:12.144 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][0e67187f-c71c-439d-9ba3-2d26b961ef82] socks connection closed\n2025-07-03 22:08:12.145 [info] [command][626e4a9e-bbbd-4db5-b4fe-cab45f617b75] Socket close event received\n2025-07-03 22:08:12.166 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61796 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:09:12.149 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:09:12.151 [info] [command][97c394d9-6ff5-4038-8f3d-d4b5eb4dd47a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""97c394d9-6ff5-4038-8f3d-d4b5eb4dd47a""}\n2025-07-03 22:09:12.152 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][697c472f-147d-410b-bda7-dbd06da8d282] received connection request\n2025-07-03 22:09:12.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:09:12.181 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][697c472f-147d-410b-bda7-dbd06da8d282] socks forwarding established\n2025-07-03 22:09:12.211 [info] [command][97c394d9-6ff5-4038-8f3d-d4b5eb4dd47a] Process exited with code 0\n2025-07-03 22:09:12.212 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][697c472f-147d-410b-bda7-dbd06da8d282] socks connection closed\n2025-07-03 22:09:12.212 [info] [command][97c394d9-6ff5-4038-8f3d-d4b5eb4dd47a] Socket close event received\n2025-07-03 22:09:12.233 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61829 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:10:12.217 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:10:12.218 [info] [command][7abfb3fa-cafa-4bda-a404-69ae09237404] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""7abfb3fa-cafa-4bda-a404-69ae09237404""}\n2025-07-03 22:10:12.219 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][34420286-c5c6-4bc2-9816-fb81d37fac76] received connection request\n2025-07-03 22:10:12.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:10:12.245 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][34420286-c5c6-4bc2-9816-fb81d37fac76] socks forwarding established\n2025-07-03 22:10:12.274 [info] [command][7abfb3fa-cafa-4bda-a404-69ae09237404] Process exited with code 0\n2025-07-03 22:10:12.275 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][34420286-c5c6-4bc2-9816-fb81d37fac76] socks connection closed\n2025-07-03 22:10:12.275 [info] [command][7abfb3fa-cafa-4bda-a404-69ae09237404] Socket close event received\n2025-07-03 22:10:12.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61859 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:11:12.278 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:11:12.279 [info] [command][001083df-3e79-4555-b905-8ff517e01696] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""001083df-3e79-4555-b905-8ff517e01696""}\n2025-07-03 22:11:12.280 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][18dd09de-2643-44e4-bb0e-7c58dbf819f9] received connection request\n2025-07-03 22:11:12.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:11:12.303 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][18dd09de-2643-44e4-bb0e-7c58dbf819f9] socks forwarding established\n2025-07-03 22:11:12.333 [info] [command][001083df-3e79-4555-b905-8ff517e01696] Process exited with code 0\n2025-07-03 22:11:12.333 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][18dd09de-2643-44e4-bb0e-7c58dbf819f9] socks connection closed\n2025-07-03 22:11:12.333 [info] [command][001083df-3e79-4555-b905-8ff517e01696] Socket close event received\n2025-07-03 22:11:12.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61907 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:12:12.338 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:12:12.340 [info] [command][41127b85-e863-43cd-9aad-864fb9d68fd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""41127b85-e863-43cd-9aad-864fb9d68fd0""}\n2025-07-03 22:12:12.341 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][f4013d30-f743-4efa-9b29-bdb00844f5ab] received connection request\n2025-07-03 22:12:12.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:12:12.365 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][f4013d30-f743-4efa-9b29-bdb00844f5ab] socks forwarding established\n2025-07-03 22:12:12.490 [info] [command][41127b85-e863-43cd-9aad-864fb9d68fd0] Process exited with code 0\n2025-07-03 22:12:12.490 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][f4013d30-f743-4efa-9b29-bdb00844f5ab] socks connection closed\n2025-07-03 22:12:12.490 [info] [command][41127b85-e863-43cd-9aad-864fb9d68fd0] Socket close event received\n2025-07-03 22:12:12.514 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61935 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:13:12.495 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:13:12.496 [info] [command][9688e454-a22f-4272-92b6-a7f4700dca76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""9688e454-a22f-4272-92b6-a7f4700dca76""}\n2025-07-03 22:13:12.496 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][bb185469-7d29-4ecd-b93a-7a5e457e9c82] received connection request\n2025-07-03 22:13:12.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\n\n2025-07-03 22:13:12.497 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:13:12.588 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][bb185469-7d29-4ecd-b93a-7a5e457e9c82] socks forwarding established\n2025-07-03 22:13:12.616 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][bb185469-7d29-4ecd-b93a-7a5e457e9c82] socks connection closed\n2025-07-03 22:13:12.617 [info] [command][9688e454-a22f-4272-92b6-a7f4700dca76] Process exited with code 0\n2025-07-03 22:13:12.617 [info] [command][9688e454-a22f-4272-92b6-a7f4700dca76] Socket close event received\n2025-07-03 22:13:12.639 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61978 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:14:12.617 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:14:12.619 [info] [command][6f2603f5-a005-4c81-8263-bd5a1d075654] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""6f2603f5-a005-4c81-8263-bd5a1d075654""}\n2025-07-03 22:14:12.620 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][7187a57e-0e4c-43ae-b188-355b5eed5cfd] received connection request\n2025-07-03 22:14:12.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:14:12.643 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][7187a57e-0e4c-43ae-b188-355b5eed5cfd] socks forwarding established\n2025-07-03 22:14:12.672 [info] [command][6f2603f5-a005-4c81-8263-bd5a1d075654] Process exited with code 0\n2025-07-03 22:14:12.673 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][7187a57e-0e4c-43ae-b188-355b5eed5cfd] socks connection closed\n2025-07-03 22:14:12.673 [info] [command][6f2603f5-a005-4c81-8263-bd5a1d075654] Socket close event received\n2025-07-03 22:14:12.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 61998 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:15:12.677 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:15:12.679 [info] [command][22095510-79cd-4370-bc90-8394cc4cf5a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""22095510-79cd-4370-bc90-8394cc4cf5a8""}\n2025-07-03 22:15:12.680 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][162802ae-6ff9-4afe-994c-cde282cd095a] received connection request\n2025-07-03 22:15:12.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:15:12.705 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][162802ae-6ff9-4afe-994c-cde282cd095a] socks forwarding established\n2025-07-03 22:15:12.735 [info] [command][22095510-79cd-4370-bc90-8394cc4cf5a8] Process exited with code 0\n2025-07-03 22:15:12.735 [info] [command][22095510-79cd-4370-bc90-8394cc4cf5a8] Socket close event received\n2025-07-03 22:15:12.735 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][162802ae-6ff9-4afe-994c-cde282cd095a] socks connection closed\n2025-07-03 22:15:12.757 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 62032 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:16:12.738 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:16:12.739 [info] [command][f338a2fe-bad5-451a-92df-43459f5d0a1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""f338a2fe-bad5-451a-92df-43459f5d0a1b""}\n2025-07-03 22:16:12.740 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][f96b8d05-f552-4d02-a257-9d49dc35a1f2] received connection request\n2025-07-03 22:16:12.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:16:12.762 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][f96b8d05-f552-4d02-a257-9d49dc35a1f2] socks forwarding established\n2025-07-03 22:16:12.790 [info] [command][f338a2fe-bad5-451a-92df-43459f5d0a1b] Process exited with code 0\n2025-07-03 22:16:12.790 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][f96b8d05-f552-4d02-a257-9d49dc35a1f2] socks connection closed\n2025-07-03 22:16:12.790 [info] [command][f338a2fe-bad5-451a-92df-43459f5d0a1b] Socket close event received\n2025-07-03 22:16:12.812 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 62091 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:17:12.795 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:17:12.796 [info] [command][8e0a418f-8596-4d35-b239-964acfc5093f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""8e0a418f-8596-4d35-b239-964acfc5093f""}\n2025-07-03 22:17:12.797 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][82c9658f-222d-4a6d-848c-4e4c16601221] received connection request\n2025-07-03 22:17:12.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:17:12.821 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][82c9658f-222d-4a6d-848c-4e4c16601221] socks forwarding established\n2025-07-03 22:17:12.853 [info] [command][8e0a418f-8596-4d35-b239-964acfc5093f] Process exited with code 0\n2025-07-03 22:17:12.853 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][82c9658f-222d-4a6d-848c-4e4c16601221] socks connection closed\n2025-07-03 22:17:12.853 [info] [command][8e0a418f-8596-4d35-b239-964acfc5093f] Socket close event received\n2025-07-03 22:17:12.875 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 62111 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:18:12.856 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:18:12.858 [info] [command][ed67921e-07f1-43c7-aed5-0890311c6d1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""ed67921e-07f1-43c7-aed5-0890311c6d1f""}\n2025-07-03 22:18:12.858 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:8339][2137f52d-7620-4f75-8153-19eb358685e2] received connection request\n2025-07-03 22:18:12.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:18:12.883 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][2137f52d-7620-4f75-8153-19eb358685e2] socks forwarding established\n2025-07-03 22:18:12.911 [info] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:61314 -> 127.0.0.1:8339][2137f52d-7620-4f75-8153-19eb358685e2] socks connection closed\n2025-07-03 22:18:12.912 [info] [command][ed67921e-07f1-43c7-aed5-0890311c6d1f] Process exited with code 0\n2025-07-03 22:18:12.912 [info] [command][ed67921e-07f1-43c7-aed5-0890311c6d1f] Socket close event received\n2025-07-03 22:18:12.932 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 61314 for 127.0.0.1 port 8339, connect from 127.0.0.1 port 62131 to 127.0.0.1 port 61314, nchannels 6\n\n2025-07-03 22:18:14.506 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #5)\n2025-07-03 22:18:14.506 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-03 22:18:14.564 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][f1811de4-cabb-406a-aaa4-1e3fb40991a0] received connection request\n2025-07-03 22:18:14.582 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][40fd2df6-ce93-4109-9ea6-87ada37b6fab] received connection request\n2025-07-03 22:18:14.582 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:18:14.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:18:17.518 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-03 22:18:17.519 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 1 of 3 This operation was aborted\n2025-07-03 22:18:17.522 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:8145][5577cafd-b041-47ac-bdc7-fbc0358ce876] received connection request\n2025-07-03 22:18:17.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 61314 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-03 22:18:17.640 [info] Terminating existing SSH process with pid: 36903\n2025-07-03 22:18:17.640 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-03 22:18:17.640 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-03 22:18:17.640 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][f1811de4-cabb-406a-aaa4-1e3fb40991a0] error while creating socks forwarding Socket closed\n2025-07-03 22:18:17.640 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][40fd2df6-ce93-4109-9ea6-87ada37b6fab] error while creating socks forwarding Socket closed\n2025-07-03 22:18:17.641 [error] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][5577cafd-b041-47ac-bdc7-fbc0358ce876] error while creating socks forwarding Socket closed\n2025-07-03 22:18:17.641 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][9c529ec4-8eb5-44db-a2c5-e118dfe9838a] socks connection closed\n2025-07-03 22:18:17.641 [info] [forwarding][code][127.0.0.1:58864 -> 127.0.0.1:61314 -> 127.0.0.1:8145][db2c9e4d-7ea1-4163-b7cc-0eaf0dc57e65] socks connection closed\n2025-07-03 22:18:17.641 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 22:18:17.642 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76870.sh"" | ssh -v -T -D 62142 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 22:18:17.643 [info] Started installation script. Waiting for it to finish...\n2025-07-03 22:18:17.643 [info] Waiting for server to install via process(37259)...\n2025-07-03 22:18:17.650 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-03 22:18:17.650 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 22:18:17.651 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 22:18:17.652 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 22:18:17.654 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 22:18:17.655 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 22:18:17.655 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 22:18:17.655 [info] Retrying connection in 5 seconds...\n2025-07-03 22:18:18.530 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 2 of 3 This operation was aborted\n2025-07-03 22:18:19.540 [error] Failed to connect to Cursor server at http://127.0.0.1:58864, attempt 3 of 3 This operation was aborted\n2025-07-03 22:18:19.540 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-03 22:18:19.540 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-03 22:34:50.699 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76870.sh\n2025-07-03 22:34:50.700 [info] [remote-ssh] Pinging remote server on port 58865\n2025-07-03 22:34:50.700 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-fKKUS9/socket.sock\n2025-07-03 22:34:50.700 [info] [command][baca1155-105a-4331-9495-2a5220bf0654] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""ecf94de0-964d-4f8a-bad5-5b02c5260ed0"",""id"":""baca1155-105a-4331-9495-2a5220bf0654""}\n2025-07-03 22:34:50.700 [error] [forwarding][multiplex][127.0.0.1:58865 -> 127.0.0.1:undefined][18fce05d-9fd3-4ae6-9d0d-2b5b14905739] remote server not configured\n2025-07-03 22:34:50.701 [error] [command][baca1155-105a-4331-9495-2a5220bf0654] Socket error: Error: read ECONNRESET\n2025-07-03 22:34:50.701 [info] [command][baca1155-105a-4331-9495-2a5220bf0654] Socket close event received\n2025-07-03 22:34:50.702 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24494.sh"" | ssh -v -T -D 62146 hpc-submit01.scidom.de bash --login -c bash\n2025-07-03 22:34:50.702 [info] Started installation script. Waiting for it to finish...\n2025-07-03 22:34:50.702 [info] Waiting for server to install via process(37267)...\n2025-07-03 22:34:50.716 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-03 22:34:50.716 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-03 22:34:50.716 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-03 22:34:50.716 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-03 22:34:50.716 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-03 22:34:50.722 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-03 22:34:50.723 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-03 22:34:50.723 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 22:34:50.723 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-03 22:34:50.723 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24494.sh\n2025-07-03 22:34:50.724 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 05:18:53.546 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #1)\n2025-07-04 05:18:53.560 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:18:53.561 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 05:18:53.561 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:18:53.563 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10802.sh"" | ssh -v -T -D 63528 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:18:53.563 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:18:53.563 [info] Waiting for server to install via process(38133)...\n2025-07-04 05:18:53.570 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-04 05:18:53.570 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:18:53.571 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:18:53.571 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:18:53.571 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:18:53.620 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-04 05:18:53.620 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-04 05:18:53.621 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-04 05:18:53.621 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-04 05:18:53.621 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-04 05:18:53.660 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-04 05:18:53.662 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-04 05:18:53.662 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-04 05:18:53.681 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-04 05:18:53.681 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-04 05:18:53.682 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-04 05:18:53.709 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-04 05:18:53.709 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-04 05:18:53.709 [info] (ssh_tunnel) stderr: debug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-04 05:18:53.713 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-04 05:18:53.713 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-04 05:18:53.713 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-04 05:18:53.795 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-04 05:18:53.853 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-04 05:18:53.859 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-04 05:18:53.860 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\n\n2025-07-04 05:18:53.860 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-04 05:18:56.569 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-04 05:18:56.570 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-04 05:18:56.672 [info] Askpass server received request: POST /\n2025-07-04 05:18:56.672 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-04 05:18:56.672 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-04 05:19:00.314 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:63528 forwarded to remote address socks:0\n\n2025-07-04 05:19:00.314 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 63528.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 63528.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-04 05:19:06.637 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-04 05:19:06.639 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-04 05:19:06.652 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-04 05:19:06.659 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-04 05:19:07.353 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-04 05:19:07.452 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:19:07.480 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-04 05:19:13.398 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-04 05:19:13.469 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-04 05:19:13.554 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-04 05:19:13.570 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 05:19:13.578 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-04 05:19:13.586 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-04 05:19:13.670 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js acfcafb1-51e0-4855-a1ce-d28bb10d88b2\n\n2025-07-04 05:19:13.672 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3946215 and wrote pid to file /run/user/1000030/cursor-remote-multiplex.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 05:19:13.673 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 05:19:13.678 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-04 05:19:13.683 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 05:19:16.739 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-04 05:19:16.823 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:19:16.825 [info] (ssh_tunnel) stdout: Starting code server script /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3 &\n\n2025-07-04 05:19:16.829 [info] (ssh_tunnel) stdout: Code server started with PID 3946412 and wrote pid to file /run/user/1000030/cursor-remote-code.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:19:16.832 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:19:18.382 [info] (ssh_tunnel) stdout: 3363cfe71f9d514389c7e7f6: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\n\n2025-07-04 05:19:18.382 [info] (ssh_tunnel) stdout: isFatalError==false==\n\n2025-07-04 05:19:18.382 [info] (ssh_tunnel) stdout: multiplexListeningOn==8281==\nmultiplexConnectionToken==acfcafb1-51e0-4855-a1ce-d28bb10d88b2==\ncodeListeningOn==8123==\ncodeConnectionToken==5d7b3035-c186-40bd-8cb2-9a564ed6a710==\ndetectedPlatform==linux==\narch==x64==\n\n2025-07-04 05:19:18.405 [info] (ssh_tunnel) stdout: SSH_AUTH_SOCK====\n3363cfe71f9d514389c7e7f6: end\nUnlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:19:18.406 [info] Server install command exit code: 0\n2025-07-04 05:19:18.406 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10802.sh\n2025-07-04 05:19:18.407 [info] [forwarding][code] creating new forwarding server\n2025-07-04 05:19:18.407 [info] [forwarding][code] server listening on 63537\n2025-07-04 05:19:18.407 [info] [forwarding][code] Set up server\n2025-07-04 05:19:18.407 [info] [remote-ssh] codeListeningOn (remote=8123; local=63537) codeConnectionToken: 5d7b3035-c186-40bd-8cb2-9a564ed6a710\n2025-07-04 05:19:18.407 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-04 05:19:18.408 [info] [forwarding][multiplex] server listening on 63538\n2025-07-04 05:19:18.408 [info] [forwarding][multiplex] Set up server\n2025-07-04 05:19:18.410 [info] [remote-ssh] multiplexListeningOn (remote=8281; local=63538) multiplexConnectionToken: acfcafb1-51e0-4855-a1ce-d28bb10d88b2\n2025-07-04 05:19:18.410 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:19:18.414 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][9f51e378-e5a0-46c4-aaf2-522a93a1d1cd] received connection request\n2025-07-04 05:19:18.414 [info] [command][897d8506-e800-49a9-ba65-8cc4729083d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""897d8506-e800-49a9-ba65-8cc4729083d7""}\n2025-07-04 05:19:18.435 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:19:18.436 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][93d48d4a-232f-425a-b46e-93b3bfef5feb] received connection request\n2025-07-04 05:19:18.438 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:19:18.460 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][9f51e378-e5a0-46c4-aaf2-522a93a1d1cd] socks forwarding established\n2025-07-04 05:19:18.461 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][93d48d4a-232f-425a-b46e-93b3bfef5feb] socks forwarding established\n2025-07-04 05:19:18.496 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][9f51e378-e5a0-46c4-aaf2-522a93a1d1cd] socks connection closed\n2025-07-04 05:19:18.496 [info] [command][897d8506-e800-49a9-ba65-8cc4729083d7] Process exited with code 0\n2025-07-04 05:19:18.496 [info] [command][897d8506-e800-49a9-ba65-8cc4729083d7] Socket close event received\n2025-07-04 05:19:18.517 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63540 to 127.0.0.1 port 63528, nchannels 5\n\n2025-07-04 05:19:21.976 [info] Successfully connected to Cursor server at http://127.0.0.1:63537/version\n2025-07-04 05:19:21.976 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-04 05:19:21.978 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][6e35b816-922f-45fe-bb19-807b4e3205df] received connection request\n2025-07-04 05:19:21.978 [info] [command][22fcd66a-a67d-44d4-a717-19a3b8e738e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""22fcd66a-a67d-44d4-a717-19a3b8e738e3""}\n2025-07-04 05:19:21.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:19:22.003 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][6e35b816-922f-45fe-bb19-807b4e3205df] socks forwarding established\n2025-07-04 05:19:22.030 [info] [command][22fcd66a-a67d-44d4-a717-19a3b8e738e3] Process exited with code 0\n2025-07-04 05:19:22.030 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-04 05:19:22.033 [info] [remote-ssh] Resolved exec server. Socks port: 63528\n2025-07-04 05:19:22.034 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63537,""connectionToken"":""5d7b3035-c186-40bd-8cb2-9a564ed6a710"",""extensionHostEnv"":{}}. Socks port: 63528\n2025-07-04 05:19:22.035 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][6e35b816-922f-45fe-bb19-807b4e3205df] socks connection closed\n2025-07-04 05:19:22.035 [info] [command][22fcd66a-a67d-44d4-a717-19a3b8e738e3] Socket close event received\n2025-07-04 05:19:22.055 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][816e407c-4a67-404b-b8c7-adc34838b9bd] received connection request\n2025-07-04 05:19:22.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:19:22.058 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63544 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:19:22.078 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][816e407c-4a67-404b-b8c7-adc34838b9bd] socks forwarding established\n2025-07-04 05:19:22.114 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][ea2d2f8f-7c75-4921-ab7c-c865692413bf] received connection request\n2025-07-04 05:19:22.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:19:22.137 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][ea2d2f8f-7c75-4921-ab7c-c865692413bf] socks forwarding established\n2025-07-04 05:19:22.497 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 05:19:23.816 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][718b0fa9-55c6-4202-8e94-396b7b1c43de] received connection request\n2025-07-04 05:19:23.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:19:23.920 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][718b0fa9-55c6-4202-8e94-396b7b1c43de] socks forwarding established\n2025-07-04 05:19:24.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8123, connect from 127.0.0.1 port 63542 to 127.0.0.1 port 63528, nchannels 7\n\n2025-07-04 05:19:24.997 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][93d48d4a-232f-425a-b46e-93b3bfef5feb] socks connection closed\n2025-07-04 05:19:30.050 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][718b0fa9-55c6-4202-8e94-396b7b1c43de] socks connection closed\n2025-07-04 05:19:30.073 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8123, connect from 127.0.0.1 port 63550 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:20:18.502 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:20:18.504 [info] [command][aadbc2b2-ba26-46b2-b6c0-891537ec5206] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""aadbc2b2-ba26-46b2-b6c0-891537ec5206""}\n2025-07-04 05:20:18.505 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][4b3940e9-afee-4e7c-b5ff-666aba1ec451] received connection request\n2025-07-04 05:20:18.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:20:18.533 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][4b3940e9-afee-4e7c-b5ff-666aba1ec451] socks forwarding established\n2025-07-04 05:20:18.561 [info] [command][aadbc2b2-ba26-46b2-b6c0-891537ec5206] Process exited with code 0\n2025-07-04 05:20:18.561 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][4b3940e9-afee-4e7c-b5ff-666aba1ec451] socks connection closed\n2025-07-04 05:20:18.561 [info] [command][aadbc2b2-ba26-46b2-b6c0-891537ec5206] Socket close event received\n2025-07-04 05:20:18.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63647 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:21:18.561 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:21:18.564 [info] [command][b6b48350-cc58-43e5-a955-7010d0e7983c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""b6b48350-cc58-43e5-a955-7010d0e7983c""}\n2025-07-04 05:21:18.564 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][b78e93f5-f83d-4bcd-a300-bf629777dd43] received connection request\n2025-07-04 05:21:18.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:21:18.588 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][b78e93f5-f83d-4bcd-a300-bf629777dd43] socks forwarding established\n2025-07-04 05:21:18.619 [info] [command][b6b48350-cc58-43e5-a955-7010d0e7983c] Process exited with code 0\n2025-07-04 05:21:18.619 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][b78e93f5-f83d-4bcd-a300-bf629777dd43] socks connection closed\n2025-07-04 05:21:18.620 [info] [command][b6b48350-cc58-43e5-a955-7010d0e7983c] Socket close event received\n2025-07-04 05:21:18.641 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63677 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:22:18.625 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:22:18.627 [info] [command][1da8146c-0fba-4836-be2e-57d28fa4035d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""1da8146c-0fba-4836-be2e-57d28fa4035d""}\n2025-07-04 05:22:18.627 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][8ee4b81b-6ee3-4e5d-97cf-3127d107cd8e] received connection request\n2025-07-04 05:22:18.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:22:18.651 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][8ee4b81b-6ee3-4e5d-97cf-3127d107cd8e] socks forwarding established\n2025-07-04 05:22:18.681 [info] [command][1da8146c-0fba-4836-be2e-57d28fa4035d] Process exited with code 0\n2025-07-04 05:22:18.682 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][8ee4b81b-6ee3-4e5d-97cf-3127d107cd8e] socks connection closed\n2025-07-04 05:22:18.682 [info] [command][1da8146c-0fba-4836-be2e-57d28fa4035d] Socket close event received\n2025-07-04 05:22:18.706 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63698 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:23:18.687 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:23:18.690 [info] [command][fa056d30-ea70-4595-b905-ffccf3c2fbf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""fa056d30-ea70-4595-b905-ffccf3c2fbf7""}\n2025-07-04 05:23:18.691 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][e465a1c4-5171-4225-871d-9c211302eb4f] received connection request\n2025-07-04 05:23:18.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:23:18.718 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][e465a1c4-5171-4225-871d-9c211302eb4f] socks forwarding established\n2025-07-04 05:23:18.748 [info] [command][fa056d30-ea70-4595-b905-ffccf3c2fbf7] Process exited with code 0\n2025-07-04 05:23:18.749 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][e465a1c4-5171-4225-871d-9c211302eb4f] socks connection closed\n2025-07-04 05:23:18.749 [info] [command][fa056d30-ea70-4595-b905-ffccf3c2fbf7] Socket close event received\n2025-07-04 05:23:18.772 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63742 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:24:18.752 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:24:18.755 [info] [command][6b85b956-fbe6-4fa2-a897-f2ae0b70a40d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""6b85b956-fbe6-4fa2-a897-f2ae0b70a40d""}\n2025-07-04 05:24:18.756 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][a9d65dc3-0a2b-453f-9abc-b9696e1d3550] received connection request\n2025-07-04 05:24:18.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:24:18.781 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][a9d65dc3-0a2b-453f-9abc-b9696e1d3550] socks forwarding established\n2025-07-04 05:24:18.811 [info] [command][6b85b956-fbe6-4fa2-a897-f2ae0b70a40d] Process exited with code 0\n2025-07-04 05:24:18.811 [info] [command][6b85b956-fbe6-4fa2-a897-f2ae0b70a40d] Socket close event received\n2025-07-04 05:24:18.812 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][a9d65dc3-0a2b-453f-9abc-b9696e1d3550] socks connection closed\n2025-07-04 05:24:18.837 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63778 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:25:18.817 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:25:18.819 [info] [command][6a94a4d3-eff3-45d2-8647-1ac33dd89044] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""6a94a4d3-eff3-45d2-8647-1ac33dd89044""}\n2025-07-04 05:25:18.820 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][f4d28ddc-235d-4783-bd22-84714ae9eb2a] received connection request\n2025-07-04 05:25:18.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:25:18.843 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][f4d28ddc-235d-4783-bd22-84714ae9eb2a] socks forwarding established\n2025-07-04 05:25:18.876 [info] [command][6a94a4d3-eff3-45d2-8647-1ac33dd89044] Process exited with code 0\n2025-07-04 05:25:18.876 [info] [command][6a94a4d3-eff3-45d2-8647-1ac33dd89044] Socket close event received\n2025-07-04 05:25:18.877 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][f4d28ddc-235d-4783-bd22-84714ae9eb2a] socks connection closed\n2025-07-04 05:25:18.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63814 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:26:18.878 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:26:18.880 [info] [command][fc300328-b562-4830-aa6b-99301636d925] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""fc300328-b562-4830-aa6b-99301636d925""}\n2025-07-04 05:26:18.881 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][9a0d3976-3dd1-4ddd-89bb-01ffc66078fc] received connection request\n2025-07-04 05:26:18.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:26:18.905 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][9a0d3976-3dd1-4ddd-89bb-01ffc66078fc] socks forwarding established\n2025-07-04 05:26:18.934 [info] [command][fc300328-b562-4830-aa6b-99301636d925] Process exited with code 0\n2025-07-04 05:26:18.935 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][9a0d3976-3dd1-4ddd-89bb-01ffc66078fc] socks connection closed\n2025-07-04 05:26:18.935 [info] [command][fc300328-b562-4830-aa6b-99301636d925] Socket close event received\n2025-07-04 05:26:18.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63838 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:27:18.938 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:27:18.941 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][445de87b-1997-4258-b4f5-470aab256b8b] received connection request\n2025-07-04 05:27:18.943 [info] [command][bf12fa4f-96a6-4ca5-aa48-e50a7a1e70e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""bf12fa4f-96a6-4ca5-aa48-e50a7a1e70e1""}\n2025-07-04 05:27:18.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\n\n2025-07-04 05:27:18.944 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:27:18.967 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][445de87b-1997-4258-b4f5-470aab256b8b] socks forwarding established\n2025-07-04 05:27:18.996 [info] [command][bf12fa4f-96a6-4ca5-aa48-e50a7a1e70e1] Process exited with code 0\n2025-07-04 05:27:18.996 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][445de87b-1997-4258-b4f5-470aab256b8b] socks connection closed\n2025-07-04 05:27:18.997 [info] [command][bf12fa4f-96a6-4ca5-aa48-e50a7a1e70e1] Socket close event received\n2025-07-04 05:27:19.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63863 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:28:19.001 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:28:19.004 [info] [command][b403866e-82e0-4ae7-8cdf-7a148afa0f82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""b403866e-82e0-4ae7-8cdf-7a148afa0f82""}\n2025-07-04 05:28:19.005 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][c73566db-37bb-47b2-b4ed-2a338d758b3e] received connection request\n2025-07-04 05:28:19.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:28:19.028 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][c73566db-37bb-47b2-b4ed-2a338d758b3e] socks forwarding established\n2025-07-04 05:28:19.058 [info] [command][b403866e-82e0-4ae7-8cdf-7a148afa0f82] Process exited with code 0\n2025-07-04 05:28:19.058 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][c73566db-37bb-47b2-b4ed-2a338d758b3e] socks connection closed\n2025-07-04 05:28:19.058 [info] [command][b403866e-82e0-4ae7-8cdf-7a148afa0f82] Socket close event received\n2025-07-04 05:28:19.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63927 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:29:19.063 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:29:19.064 [info] [command][649a3ee4-40f2-4e32-8cc1-add28cf6e516] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""649a3ee4-40f2-4e32-8cc1-add28cf6e516""}\n2025-07-04 05:29:19.065 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][af96c998-229c-45e7-a49f-50aae55f2c0a] received connection request\n2025-07-04 05:29:19.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:29:19.094 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][af96c998-229c-45e7-a49f-50aae55f2c0a] socks forwarding established\n2025-07-04 05:29:19.124 [info] [command][649a3ee4-40f2-4e32-8cc1-add28cf6e516] Process exited with code 0\n2025-07-04 05:29:19.125 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][af96c998-229c-45e7-a49f-50aae55f2c0a] socks connection closed\n2025-07-04 05:29:19.125 [info] [command][649a3ee4-40f2-4e32-8cc1-add28cf6e516] Socket close event received\n2025-07-04 05:29:19.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 63981 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:30:19.126 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:30:19.129 [info] [command][2ef624b6-dce3-4063-8ff6-b8ff131b7f9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""2ef624b6-dce3-4063-8ff6-b8ff131b7f9c""}\n2025-07-04 05:30:19.130 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][2759f6e0-1274-40e8-9981-8dfbf2d11e45] received connection request\n2025-07-04 05:30:19.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:30:19.157 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][2759f6e0-1274-40e8-9981-8dfbf2d11e45] socks forwarding established\n2025-07-04 05:30:19.237 [info] [command][2ef624b6-dce3-4063-8ff6-b8ff131b7f9c] Process exited with code 0\n2025-07-04 05:30:19.237 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][2759f6e0-1274-40e8-9981-8dfbf2d11e45] socks connection closed\n2025-07-04 05:30:19.237 [info] [command][2ef624b6-dce3-4063-8ff6-b8ff131b7f9c] Socket close event received\n2025-07-04 05:30:19.259 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64024 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:31:19.241 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:31:19.244 [info] [command][7c4862c0-7874-4d39-abcb-430a3a354fba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""7c4862c0-7874-4d39-abcb-430a3a354fba""}\n2025-07-04 05:31:19.245 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][a0f17cd1-0de9-442f-a428-bbb6a4337af1] received connection request\n2025-07-04 05:31:19.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:31:19.270 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][a0f17cd1-0de9-442f-a428-bbb6a4337af1] socks forwarding established\n2025-07-04 05:31:19.299 [info] [command][7c4862c0-7874-4d39-abcb-430a3a354fba] Process exited with code 0\n2025-07-04 05:31:19.299 [info] [command][7c4862c0-7874-4d39-abcb-430a3a354fba] Socket close event received\n2025-07-04 05:31:19.300 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][a0f17cd1-0de9-442f-a428-bbb6a4337af1] socks connection closed\n2025-07-04 05:31:19.323 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64060 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:32:19.304 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:32:19.306 [info] [command][8307a3f6-3617-4f35-bcf7-02dc37ed4f53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""8307a3f6-3617-4f35-bcf7-02dc37ed4f53""}\n2025-07-04 05:32:19.306 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][7330f7d2-a5db-4c04-a79c-b081af3cd7f8] received connection request\n2025-07-04 05:32:19.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:32:19.333 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][7330f7d2-a5db-4c04-a79c-b081af3cd7f8] socks forwarding established\n2025-07-04 05:32:19.364 [info] [command][8307a3f6-3617-4f35-bcf7-02dc37ed4f53] Process exited with code 0\n2025-07-04 05:32:19.365 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][7330f7d2-a5db-4c04-a79c-b081af3cd7f8] socks connection closed\n2025-07-04 05:32:19.365 [info] [command][8307a3f6-3617-4f35-bcf7-02dc37ed4f53] Socket close event received\n2025-07-04 05:32:19.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64083 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:33:19.367 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:33:19.369 [info] [command][ee6aeb2c-4f04-42e9-ae20-aee482d0ddeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""ee6aeb2c-4f04-42e9-ae20-aee482d0ddeb""}\n2025-07-04 05:33:19.370 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][f6aa5ea9-0674-4fb7-9c11-554c8cde9bee] received connection request\n2025-07-04 05:33:19.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:33:19.397 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][f6aa5ea9-0674-4fb7-9c11-554c8cde9bee] socks forwarding established\n2025-07-04 05:33:19.425 [info] [command][ee6aeb2c-4f04-42e9-ae20-aee482d0ddeb] Process exited with code 0\n2025-07-04 05:33:19.426 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][f6aa5ea9-0674-4fb7-9c11-554c8cde9bee] socks connection closed\n2025-07-04 05:33:19.426 [info] [command][ee6aeb2c-4f04-42e9-ae20-aee482d0ddeb] Socket close event received\n2025-07-04 05:33:19.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64121 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:34:19.430 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:34:19.430 [info] [command][1ca08660-d5a4-45fc-8358-6d749934c4f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""1ca08660-d5a4-45fc-8358-6d749934c4f7""}\n2025-07-04 05:34:19.431 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][246d60bf-2600-44de-8330-7eaa25642cc7] received connection request\n2025-07-04 05:34:19.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\n\n2025-07-04 05:34:19.431 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:34:19.456 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][246d60bf-2600-44de-8330-7eaa25642cc7] socks forwarding established\n2025-07-04 05:34:19.482 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][246d60bf-2600-44de-8330-7eaa25642cc7] socks connection closed\n2025-07-04 05:34:19.483 [info] [command][1ca08660-d5a4-45fc-8358-6d749934c4f7] Process exited with code 0\n2025-07-04 05:34:19.483 [info] [command][1ca08660-d5a4-45fc-8358-6d749934c4f7] Socket close event received\n2025-07-04 05:34:19.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64153 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:35:19.487 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:35:19.488 [info] [command][4515f2f7-fc25-4c33-9a4e-66d3a97dcd52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""4515f2f7-fc25-4c33-9a4e-66d3a97dcd52""}\n2025-07-04 05:35:19.489 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][cc949d51-eb06-41f3-bb04-ae698a416a17] received connection request\n2025-07-04 05:35:19.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:35:19.514 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][cc949d51-eb06-41f3-bb04-ae698a416a17] socks forwarding established\n2025-07-04 05:35:19.546 [info] [command][4515f2f7-fc25-4c33-9a4e-66d3a97dcd52] Process exited with code 0\n2025-07-04 05:35:19.547 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][cc949d51-eb06-41f3-bb04-ae698a416a17] socks connection closed\n2025-07-04 05:35:19.547 [info] [command][4515f2f7-fc25-4c33-9a4e-66d3a97dcd52] Socket close event received\n2025-07-04 05:35:19.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64174 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:36:19.549 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:36:19.551 [info] [command][64e1bfc9-cb8f-47cf-8f6d-a09cfd8f302b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""64e1bfc9-cb8f-47cf-8f6d-a09cfd8f302b""}\n2025-07-04 05:36:19.552 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][5848fda7-d445-4561-be5b-ffe2bb2ca36d] received connection request\n2025-07-04 05:36:19.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:36:19.589 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][5848fda7-d445-4561-be5b-ffe2bb2ca36d] socks forwarding established\n2025-07-04 05:36:19.618 [info] [command][64e1bfc9-cb8f-47cf-8f6d-a09cfd8f302b] Process exited with code 0\n2025-07-04 05:36:19.618 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][5848fda7-d445-4561-be5b-ffe2bb2ca36d] socks connection closed\n2025-07-04 05:36:19.618 [info] [command][64e1bfc9-cb8f-47cf-8f6d-a09cfd8f302b] Socket close event received\n2025-07-04 05:36:19.639 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64193 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:37:19.619 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:37:19.621 [info] [command][7c1eb951-1b4f-4861-9eef-32a4175dc551] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""7c1eb951-1b4f-4861-9eef-32a4175dc551""}\n2025-07-04 05:37:19.622 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][78d4467b-a03b-4921-800b-e56de0dd2079] received connection request\n2025-07-04 05:37:19.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:37:19.648 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][78d4467b-a03b-4921-800b-e56de0dd2079] socks forwarding established\n2025-07-04 05:37:19.677 [info] [command][7c1eb951-1b4f-4861-9eef-32a4175dc551] Process exited with code 0\n2025-07-04 05:37:19.678 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][78d4467b-a03b-4921-800b-e56de0dd2079] socks connection closed\n2025-07-04 05:37:19.678 [info] [command][7c1eb951-1b4f-4861-9eef-32a4175dc551] Socket close event received\n2025-07-04 05:37:19.701 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64216 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:38:19.683 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:38:19.684 [info] [command][fabc2d1a-b7b0-47e7-852c-fa6a5abae4f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""fabc2d1a-b7b0-47e7-852c-fa6a5abae4f1""}\n2025-07-04 05:38:19.685 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][ab55963e-bfe3-4d89-aa24-03f2df58cb9a] received connection request\n2025-07-04 05:38:19.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:38:19.711 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][ab55963e-bfe3-4d89-aa24-03f2df58cb9a] socks forwarding established\n2025-07-04 05:38:19.740 [info] [command][fabc2d1a-b7b0-47e7-852c-fa6a5abae4f1] Process exited with code 0\n2025-07-04 05:38:19.741 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][ab55963e-bfe3-4d89-aa24-03f2df58cb9a] socks connection closed\n2025-07-04 05:38:19.741 [info] [command][fabc2d1a-b7b0-47e7-852c-fa6a5abae4f1] Socket close event received\n2025-07-04 05:38:19.763 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64248 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:39:19.743 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:39:19.744 [info] [command][ba6e0c5d-ab87-4320-b6c5-50680bfbbbcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""ba6e0c5d-ab87-4320-b6c5-50680bfbbbcf""}\n2025-07-04 05:39:19.745 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][157031e8-063f-4706-a4e8-d2db11f02b6d] received connection request\n2025-07-04 05:39:19.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:39:19.771 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][157031e8-063f-4706-a4e8-d2db11f02b6d] socks forwarding established\n2025-07-04 05:39:19.803 [info] [command][ba6e0c5d-ab87-4320-b6c5-50680bfbbbcf] Process exited with code 0\n2025-07-04 05:39:19.803 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][157031e8-063f-4706-a4e8-d2db11f02b6d] socks connection closed\n2025-07-04 05:39:19.803 [info] [command][ba6e0c5d-ab87-4320-b6c5-50680bfbbbcf] Socket close event received\n2025-07-04 05:39:19.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64278 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:40:19.808 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:40:19.809 [info] [command][c6a4edd6-5c62-4662-8fd1-2a4518db795d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""c6a4edd6-5c62-4662-8fd1-2a4518db795d""}\n2025-07-04 05:40:19.810 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][cf24a9c1-311f-468e-bcc5-0f336276faa2] received connection request\n2025-07-04 05:40:19.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:40:19.834 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][cf24a9c1-311f-468e-bcc5-0f336276faa2] socks forwarding established\n2025-07-04 05:40:19.863 [info] [command][c6a4edd6-5c62-4662-8fd1-2a4518db795d] Process exited with code 0\n2025-07-04 05:40:19.863 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][cf24a9c1-311f-468e-bcc5-0f336276faa2] socks connection closed\n2025-07-04 05:40:19.864 [info] [command][c6a4edd6-5c62-4662-8fd1-2a4518db795d] Socket close event received\n2025-07-04 05:40:19.884 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64301 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:41:19.868 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:41:19.870 [info] [command][38635fa9-6046-4333-a8a3-ace5cbc807bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""38635fa9-6046-4333-a8a3-ace5cbc807bb""}\n2025-07-04 05:41:19.871 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][2858306d-08d7-4ca3-8207-b62bb6689bc9] received connection request\n2025-07-04 05:41:19.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:41:19.894 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][2858306d-08d7-4ca3-8207-b62bb6689bc9] socks forwarding established\n2025-07-04 05:41:19.921 [info] [command][38635fa9-6046-4333-a8a3-ace5cbc807bb] Process exited with code 0\n2025-07-04 05:41:19.922 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:63528 -> 127.0.0.1:8281][2858306d-08d7-4ca3-8207-b62bb6689bc9] socks connection closed\n2025-07-04 05:41:19.922 [info] [command][38635fa9-6046-4333-a8a3-ace5cbc807bb] Socket close event received\n2025-07-04 05:41:19.945 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63528 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64321 to 127.0.0.1 port 63528, nchannels 6\n\n2025-07-04 05:41:35.056 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #2)\n2025-07-04 05:41:35.056 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-04 05:41:35.059 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][bcd96179-ac22-4e85-b0bb-9e74124088ef] received connection request\n2025-07-04 05:41:35.084 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][43dcfd3a-4733-490c-93a0-c08d30f0bd2d] received connection request\n2025-07-04 05:41:35.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:41:35.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:41:38.071 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-04 05:41:38.072 [error] Failed to connect to Cursor server at http://127.0.0.1:63537, attempt 1 of 3 This operation was aborted\n2025-07-04 05:41:38.074 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][a9d67d61-5d7d-4232-9855-92ebb6476c5f] received connection request\n2025-07-04 05:41:38.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 63528 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:41:38.156 [info] Terminating existing SSH process with pid: 38133\n2025-07-04 05:41:38.156 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 05:41:38.156 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-04 05:41:38.156 [error] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][bcd96179-ac22-4e85-b0bb-9e74124088ef] error while creating socks forwarding Socket closed\n2025-07-04 05:41:38.156 [error] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][43dcfd3a-4733-490c-93a0-c08d30f0bd2d] error while creating socks forwarding Socket closed\n2025-07-04 05:41:38.156 [error] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][a9d67d61-5d7d-4232-9855-92ebb6476c5f] error while creating socks forwarding Socket closed\n2025-07-04 05:41:38.156 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][ea2d2f8f-7c75-4921-ab7c-c865692413bf] socks connection closed\n2025-07-04 05:41:38.156 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:63528 -> 127.0.0.1:8123][816e407c-4a67-404b-b8c7-adc34838b9bd] socks connection closed\n2025-07-04 05:41:38.157 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:41:38.159 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77600.sh"" | ssh -v -T -D 64346 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:41:38.159 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:41:38.159 [info] Waiting for server to install via process(38498)...\n2025-07-04 05:41:38.166 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-04 05:41:38.166 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:41:38.167 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:41:38.167 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:41:38.167 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:41:38.169 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 05:41:38.169 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 05:41:38.170 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 05:41:38.170 [info] Retrying connection in 5 seconds...\n2025-07-04 05:41:39.081 [error] Failed to connect to Cursor server at http://127.0.0.1:63537, attempt 2 of 3 This operation was aborted\n2025-07-04 05:41:40.090 [error] Failed to connect to Cursor server at http://127.0.0.1:63537, attempt 3 of 3 This operation was aborted\n2025-07-04 05:41:40.090 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-04 05:41:40.090 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-04 05:43:59.778 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77600.sh\n2025-07-04 05:43:59.779 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:43:59.779 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:43:59.780 [info] [command][2a6b81dc-e8d8-49f5-84b1-5d0eb2cc3b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""2a6b81dc-e8d8-49f5-84b1-5d0eb2cc3b2f""}\n2025-07-04 05:43:59.780 [error] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:undefined][2682618e-e580-41eb-80be-b2260357cb53] remote server not configured\n2025-07-04 05:43:59.780 [error] [command][2a6b81dc-e8d8-49f5-84b1-5d0eb2cc3b2f] Socket error: Error: read ECONNRESET\n2025-07-04 05:43:59.780 [info] [command][2a6b81dc-e8d8-49f5-84b1-5d0eb2cc3b2f] Socket close event received\n2025-07-04 05:43:59.814 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_357.sh"" | ssh -v -T -D 64350 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:43:59.814 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:43:59.814 [info] Waiting for server to install via process(38505)...\n2025-07-04 05:43:59.824 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-04 05:43:59.824 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:43:59.824 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:43:59.824 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:43:59.824 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:43:59.826 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 05:43:59.827 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 05:43:59.827 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 05:43:59.827 [info] Retrying connection in 5 seconds...\n2025-07-04 05:44:04.829 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_357.sh\n2025-07-04 05:44:04.829 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:44:04.833 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68914.sh"" | ssh -v -T -D 64438 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:44:04.833 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:44:04.833 [info] Waiting for server to install via process(38522)...\n2025-07-04 05:44:04.853 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-04 05:44:04.853 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:44:04.853 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:44:04.854 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:44:04.854 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:44:04.856 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 05:44:04.856 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 05:44:04.857 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 05:44:04.857 [info] Retrying connection in 5 seconds...\n2025-07-04 05:44:09.859 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68914.sh\n2025-07-04 05:44:09.859 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:44:09.866 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43597.sh"" | ssh -v -T -D 64526 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:44:09.866 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:44:09.866 [info] Waiting for server to install via process(38535)...\n2025-07-04 05:44:09.888 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-04 05:44:09.888 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:44:09.889 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-04 05:44:09.889 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:44:09.889 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:44:09.889 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:44:09.945 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-04 05:44:09.945 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-04 05:44:09.946 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-04 05:44:09.946 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-04 05:44:09.946 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-04 05:44:09.979 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-04 05:44:09.981 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-04 05:44:09.981 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-04 05:44:10.003 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-04 05:44:10.003 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-04 05:44:10.030 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-04 05:44:10.031 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-04 05:44:10.036 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-04 05:44:10.036 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-04 05:44:10.036 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-04 05:44:10.122 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-04 05:44:10.156 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-04 05:44:10.166 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-04 05:44:10.166 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-04 05:44:10.270 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\n\n2025-07-04 05:44:10.270 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-04 05:44:11.410 [info] Askpass server received request: POST /\n2025-07-04 05:44:11.411 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-04 05:44:11.411 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-04 05:44:21.893 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:64526 forwarded to remote address socks:0\n\n2025-07-04 05:44:21.894 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 64526.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 64526.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-04 05:44:21.957 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-04 05:44:21.958 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-04 05:44:21.964 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-04 05:44:21.980 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-04 05:44:22.583 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-04 05:44:22.680 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:44:22.688 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-04 05:44:25.597 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-04 05:44:25.607 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-04 05:44:25.688 [info] (ssh_tunnel) stdout: Running multiplex server: 3946215 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js acfcafb1-51e0-4855-a1ce-d28bb10d88b2\n\n2025-07-04 05:44:25.703 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 3946215 /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js acfcafb1-51e0-4855-a1ce-d28bb10d88b2\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-04 05:44:25.705 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 05:44:25.712 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-04 05:44:25.788 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 3946412 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:44:25.799 [info] (ssh_tunnel) stdout: 1506458686575bde89299be5: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8281==\nmultiplexConnectionToken==acfcafb1-51e0-4855-a1ce-d28bb10d88b2==\ncodeListeningOn==8123==\ncodeConnectionToken==5d7b3035-c186-40bd-8cb2-9a564ed6a710==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n1506458686575bde89299be5: end\n\n2025-07-04 05:44:25.800 [info] Server install command exit code: 0\n2025-07-04 05:44:25.800 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43597.sh\n2025-07-04 05:44:25.800 [info] [forwarding][code] returning existing forwarding server listening on local port 63537\n2025-07-04 05:44:25.800 [info] [remote-ssh] codeListeningOn (remote=8123; local=63537) codeConnectionToken: 5d7b3035-c186-40bd-8cb2-9a564ed6a710\n2025-07-04 05:44:25.800 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 63538\n2025-07-04 05:44:25.801 [info] [remote-ssh] multiplexListeningOn (remote=8281; local=63538) multiplexConnectionToken: acfcafb1-51e0-4855-a1ce-d28bb10d88b2\n2025-07-04 05:44:25.801 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:44:25.803 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][7be04a38-a5c6-44ff-861a-c9cd73a06d61] received connection request\n2025-07-04 05:44:25.804 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][8dfabb1f-5fc2-4d5e-b784-ba029de8c68b] received connection request\n2025-07-04 05:44:25.804 [info] [command][fda9a598-5b43-4716-a4c6-86d93db16aef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""fda9a598-5b43-4716-a4c6-86d93db16aef""}\n2025-07-04 05:44:25.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:44:25.806 [info] (ssh_tunnel) stdout: Unlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 05:44:25.816 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 05:44:25.829 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][7be04a38-a5c6-44ff-861a-c9cd73a06d61] socks forwarding established\n2025-07-04 05:44:25.829 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][8dfabb1f-5fc2-4d5e-b784-ba029de8c68b] socks forwarding established\n2025-07-04 05:44:25.862 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][7be04a38-a5c6-44ff-861a-c9cd73a06d61] socks connection closed\n2025-07-04 05:44:25.862 [info] [command][fda9a598-5b43-4716-a4c6-86d93db16aef] Process exited with code 0\n2025-07-04 05:44:25.862 [info] [command][fda9a598-5b43-4716-a4c6-86d93db16aef] Socket close event received\n2025-07-04 05:44:25.887 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64526 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64573 to 127.0.0.1 port 64526, nchannels 5\n\n2025-07-04 05:44:26.005 [info] Successfully connected to Cursor server at http://127.0.0.1:63537/version\n2025-07-04 05:44:26.005 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-04 05:44:26.006 [info] [command][02d06366-a39d-414f-b6ba-d2337bb2651f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""02d06366-a39d-414f-b6ba-d2337bb2651f""}\n2025-07-04 05:44:26.006 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][a1d1d5eb-feeb-4b00-bab1-6113af57efbb] received connection request\n2025-07-04 05:44:26.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:44:26.031 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][a1d1d5eb-feeb-4b00-bab1-6113af57efbb] socks forwarding established\n2025-07-04 05:44:26.064 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][a1d1d5eb-feeb-4b00-bab1-6113af57efbb] socks connection closed\n2025-07-04 05:44:26.064 [info] [command][02d06366-a39d-414f-b6ba-d2337bb2651f] Process exited with code 0\n2025-07-04 05:44:26.064 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-04 05:44:26.064 [info] [remote-ssh] Resolved exec server. Socks port: 64526\n2025-07-04 05:44:26.064 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63537,""connectionToken"":""5d7b3035-c186-40bd-8cb2-9a564ed6a710"",""extensionHostEnv"":{}}. Socks port: 64526\n2025-07-04 05:44:26.064 [info] [command][02d06366-a39d-414f-b6ba-d2337bb2651f] Socket close event received\n2025-07-04 05:44:26.099 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][1985c4ae-b7fc-435c-8edd-773c6053c13f] received connection request\n2025-07-04 05:44:26.099 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:44:26.103 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64526 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64576 to 127.0.0.1 port 64526, nchannels 6\n\n2025-07-04 05:44:26.126 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][1985c4ae-b7fc-435c-8edd-773c6053c13f] socks forwarding established\n2025-07-04 05:44:26.184 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][2c3b72a9-4481-4e02-8fd2-ff37dd1cd66f] received connection request\n2025-07-04 05:44:26.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:44:26.238 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][2c3b72a9-4481-4e02-8fd2-ff37dd1cd66f] socks forwarding established\n2025-07-04 05:44:29.034 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64526 for 127.0.0.1 port 8123, connect from 127.0.0.1 port 64574 to 127.0.0.1 port 64526, nchannels 6\n\n2025-07-04 05:44:29.034 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][8dfabb1f-5fc2-4d5e-b784-ba029de8c68b] socks connection closed\n2025-07-04 05:45:25.868 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:45:25.870 [info] [command][88611f6e-a37e-4f73-a3ca-363506068e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""88611f6e-a37e-4f73-a3ca-363506068e74""}\n2025-07-04 05:45:25.870 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][5ae64c3a-e33a-41f0-8a44-0fdec7d98d09] received connection request\n2025-07-04 05:45:25.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:45:25.898 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][5ae64c3a-e33a-41f0-8a44-0fdec7d98d09] socks forwarding established\n2025-07-04 05:45:25.951 [info] [command][88611f6e-a37e-4f73-a3ca-363506068e74] Process exited with code 0\n2025-07-04 05:45:25.952 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][5ae64c3a-e33a-41f0-8a44-0fdec7d98d09] socks connection closed\n2025-07-04 05:45:25.952 [info] [command][88611f6e-a37e-4f73-a3ca-363506068e74] Socket close event received\n2025-07-04 05:45:25.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64526 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64624 to 127.0.0.1 port 64526, nchannels 6\n\n2025-07-04 05:46:25.956 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:46:25.957 [info] [command][58d1eee8-ced8-4cff-9e0c-c0b34ce4efc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""58d1eee8-ced8-4cff-9e0c-c0b34ce4efc9""}\n2025-07-04 05:46:25.958 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][12a4124b-7652-41b2-9fe4-06b0a47cafa0] received connection request\n2025-07-04 05:46:25.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:46:25.984 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][12a4124b-7652-41b2-9fe4-06b0a47cafa0] socks forwarding established\n2025-07-04 05:46:26.011 [info] [command][58d1eee8-ced8-4cff-9e0c-c0b34ce4efc9] Process exited with code 0\n2025-07-04 05:46:26.012 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][12a4124b-7652-41b2-9fe4-06b0a47cafa0] socks connection closed\n2025-07-04 05:46:26.012 [info] [command][58d1eee8-ced8-4cff-9e0c-c0b34ce4efc9] Socket close event received\n2025-07-04 05:46:26.034 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64526 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64673 to 127.0.0.1 port 64526, nchannels 6\n\n2025-07-04 05:47:26.017 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:47:26.018 [info] [command][9cb0e482-bd30-4fa8-ae5e-7f6d9dadb83a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""9cb0e482-bd30-4fa8-ae5e-7f6d9dadb83a""}\n2025-07-04 05:47:26.019 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:8281][a9bf668e-24c2-4363-8a2b-77488272520e] received connection request\n2025-07-04 05:47:26.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:47:26.043 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][a9bf668e-24c2-4363-8a2b-77488272520e] socks forwarding established\n2025-07-04 05:47:26.070 [info] [command][9cb0e482-bd30-4fa8-ae5e-7f6d9dadb83a] Process exited with code 0\n2025-07-04 05:47:26.071 [info] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:64526 -> 127.0.0.1:8281][a9bf668e-24c2-4363-8a2b-77488272520e] socks connection closed\n2025-07-04 05:47:26.071 [info] [command][9cb0e482-bd30-4fa8-ae5e-7f6d9dadb83a] Socket close event received\n2025-07-04 05:47:26.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64526 for 127.0.0.1 port 8281, connect from 127.0.0.1 port 64696 to 127.0.0.1 port 64526, nchannels 6\n\n2025-07-04 05:48:08.802 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #3)\n2025-07-04 05:48:08.802 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-04 05:48:08.806 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][09f77cf9-af50-4884-ab83-333fce621b86] received connection request\n2025-07-04 05:48:08.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:48:11.807 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-04 05:48:11.807 [error] Failed to connect to Cursor server at http://127.0.0.1:63537, attempt 1 of 3 This operation was aborted\n2025-07-04 05:48:11.808 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:8123][518fff9f-f578-4c05-bfb2-383c1d11a5d4] received connection request\n2025-07-04 05:48:11.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 64526 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 05:48:11.867 [info] Terminating existing SSH process with pid: 38535\n2025-07-04 05:48:11.867 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 05:48:11.867 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-04 05:48:11.867 [error] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][518fff9f-f578-4c05-bfb2-383c1d11a5d4] error while creating socks forwarding Socket closed\n2025-07-04 05:48:11.867 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][1985c4ae-b7fc-435c-8edd-773c6053c13f] socks connection closed\n2025-07-04 05:48:11.867 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:48:11.867 [error] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][09f77cf9-af50-4884-ab83-333fce621b86] error while creating socks forwarding Socket closed\n2025-07-04 05:48:11.867 [info] [forwarding][code][127.0.0.1:63537 -> 127.0.0.1:64526 -> 127.0.0.1:8123][2c3b72a9-4481-4e02-8fd2-ff37dd1cd66f] socks connection closed\n2025-07-04 05:48:11.869 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62363.sh"" | ssh -v -T -D 64755 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:48:11.869 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:48:11.869 [info] Waiting for server to install via process(38631)...\n2025-07-04 05:48:11.875 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-04 05:48:11.875 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:48:11.875 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:48:11.875 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:48:11.876 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:48:11.877 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 05:48:11.878 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 05:48:11.878 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 05:48:11.878 [info] Retrying connection in 5 seconds...\n2025-07-04 05:48:12.809 [error] Failed to connect to Cursor server at http://127.0.0.1:63537, attempt 2 of 3 This operation was aborted\n2025-07-04 05:48:13.821 [error] Failed to connect to Cursor server at http://127.0.0.1:63537, attempt 3 of 3 This operation was aborted\n2025-07-04 05:48:13.821 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-04 05:48:13.821 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-04 05:48:46.798 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62363.sh\n2025-07-04 05:48:46.800 [info] [remote-ssh] Pinging remote server on port 63538\n2025-07-04 05:48:46.801 [error] [forwarding][multiplex][127.0.0.1:63538 -> 127.0.0.1:undefined][c2616961-dbf0-4756-89e0-5581fd82ad38] remote server not configured\n2025-07-04 05:48:46.801 [info] [command][3426f744-fdd4-409d-9a03-879606e932d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""acfcafb1-51e0-4855-a1ce-d28bb10d88b2"",""id"":""3426f744-fdd4-409d-9a03-879606e932d9""}\n2025-07-04 05:48:46.802 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:48:46.802 [error] [command][3426f744-fdd4-409d-9a03-879606e932d9] Socket error: Error: read ECONNRESET\n2025-07-04 05:48:46.802 [info] [command][3426f744-fdd4-409d-9a03-879606e932d9] Socket close event received\n2025-07-04 05:48:46.805 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25687.sh"" | ssh -v -T -D 64758 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:48:46.805 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:48:46.805 [info] Waiting for server to install via process(38640)...\n2025-07-04 05:48:46.838 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:48:46.838 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:48:46.839 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:48:46.847 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 05:48:46.848 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 05:48:46.848 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 05:48:46.848 [info] Retrying connection in 5 seconds...\n2025-07-04 05:48:51.854 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25687.sh\n2025-07-04 05:48:51.859 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:48:51.869 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5028.sh"" | ssh -v -T -D 64806 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:48:51.870 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:48:51.870 [info] Waiting for server to install via process(38659)...\n2025-07-04 05:48:51.880 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-04 05:48:51.880 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:48:51.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:48:51.882 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:48:51.882 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:48:51.886 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 05:48:51.891 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 05:48:51.891 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 05:48:51.891 [info] Retrying connection in 5 seconds...\n2025-07-04 05:48:56.896 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5028.sh\n2025-07-04 05:48:56.897 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-NUFAfp/socket.sock\n2025-07-04 05:48:56.904 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84194.sh"" | ssh -v -T -D 64880 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 05:48:56.904 [info] Started installation script. Waiting for it to finish...\n2025-07-04 05:48:56.904 [info] Waiting for server to install via process(38682)...\n2025-07-04 05:48:56.918 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-04 05:48:56.918 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 05:48:56.919 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-04 05:48:56.919 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 05:48:56.919 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 05:48:56.919 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 05:48:56.973 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-04 05:48:56.973 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-04 05:48:56.975 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-04 05:48:56.975 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-04 05:48:56.975 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-04 05:48:57.015 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-04 05:48:57.019 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-04 05:48:57.019 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-04 05:48:57.038 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-04 05:48:57.038 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-04 05:48:57.039 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-04 05:48:57.068 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-04 05:48:57.069 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-04 05:48:57.070 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-04 05:48:57.074 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-04 05:48:57.074 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-04 05:48:57.074 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-04 05:48:57.162 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-04 05:48:57.191 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-04 05:48:57.194 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \n\n2025-07-04 05:48:57.194 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-04 05:48:57.260 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-04 05:48:57.356 [info] Askpass server received request: POST /\n2025-07-04 05:48:57.356 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-04 05:48:57.356 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-04 06:21:30.805 [info] (ssh_tunnel) stderr: Connection closed by 10.233.0.251 port 22\n\n2025-07-04 06:21:30.807 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 06:21:30.808 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 06:21:30.808 [error] Failed to connect after 4 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 06:21:30.808 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84194.sh\n2025-07-04 06:21:30.809 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 06:21:34.704 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #1)\n2025-07-04 06:21:34.717 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6YTe6R/socket.sock\n2025-07-04 06:21:34.718 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 06:21:34.718 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6YTe6R/socket.sock\n2025-07-04 06:21:34.720 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71253.sh"" | ssh -v -T -D 49427 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 06:21:34.720 [info] Started installation script. Waiting for it to finish...\n2025-07-04 06:21:34.720 [info] Waiting for server to install via process(39149)...\n2025-07-04 06:21:34.726 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-04 06:21:34.727 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 06:21:34.728 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 06:21:34.728 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 06:21:34.728 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 06:21:34.792 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-04 06:21:34.793 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-04 06:21:34.794 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-04 06:21:34.794 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-04 06:21:34.794 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-04 06:21:34.834 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-04 06:21:34.835 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-04 06:21:34.835 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-04 06:21:34.861 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-04 06:21:34.861 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-04 06:21:34.862 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-04 06:21:34.942 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-04 06:21:34.943 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-04 06:21:34.943 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-04 06:21:34.947 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-04 06:21:34.947 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-04 06:21:34.947 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-04 06:21:35.040 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-04 06:21:35.072 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\n\n2025-07-04 06:21:35.072 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-04 06:21:35.076 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-04 06:21:35.076 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\n\n2025-07-04 06:21:35.076 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-04 06:21:35.267 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-04 06:21:35.267 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\ndebug1: read_passphrase: requested to askpass\n\n2025-07-04 06:21:35.372 [info] Askpass server received request: POST /\n2025-07-04 06:21:35.372 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-04 06:21:35.372 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-04 06:21:40.887 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:49427 forwarded to remote address socks:0\n\n2025-07-04 06:21:40.888 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 49427.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 49427.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-04 06:21:40.987 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-04 06:21:40.988 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-04 06:21:40.995 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-04 06:21:41.014 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-04 06:21:41.771 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-04 06:21:41.875 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 06:21:41.892 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-04 06:21:46.127 [info] (ssh_tunnel) stdout: v20.18.2\nChecking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-04 06:21:46.177 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-04 06:21:46.192 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 06:21:46.202 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-04 06:21:46.205 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-04 06:21:46.257 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js f85746f3-9ebc-4455-8de1-3a3489fdd6fd\n\n2025-07-04 06:21:46.257 [info] (ssh_tunnel) stdout: Multiplex server started with PID 4114332 and wrote pid to file /run/user/1000030/cursor-remote-multiplex.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 06:21:46.258 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-04 06:21:46.261 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 06:21:49.403 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-04 06:21:49.406 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 3946412 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-04 06:21:49.409 [info] (ssh_tunnel) stdout: Code server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 06:21:49.444 [info] (ssh_tunnel) stdout: f163374c45d614c4536e0033: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8027==\nmultiplexConnectionToken==f85746f3-9ebc-4455-8de1-3a3489fdd6fd==\ncodeListeningOn==8123==\ncodeConnectionToken==5d7b3035-c186-40bd-8cb2-9a564ed6a710==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nf163374c45d614c4536e0033: end\nUnlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 06:21:49.445 [info] Server install command exit code: 0\n2025-07-04 06:21:49.445 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71253.sh\n2025-07-04 06:21:49.451 [info] [forwarding][code] creating new forwarding server\n2025-07-04 06:21:49.452 [info] [forwarding][code] server listening on 49439\n2025-07-04 06:21:49.452 [info] [forwarding][code] Set up server\n2025-07-04 06:21:49.452 [info] [remote-ssh] codeListeningOn (remote=8123; local=49439) codeConnectionToken: 5d7b3035-c186-40bd-8cb2-9a564ed6a710\n2025-07-04 06:21:49.452 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-04 06:21:49.452 [info] [forwarding][multiplex] server listening on 49440\n2025-07-04 06:21:49.452 [info] [forwarding][multiplex] Set up server\n2025-07-04 06:21:49.453 [info] [remote-ssh] multiplexListeningOn (remote=8027; local=49440) multiplexConnectionToken: f85746f3-9ebc-4455-8de1-3a3489fdd6fd\n2025-07-04 06:21:49.453 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:21:49.455 [info] [command][80755bb5-ef55-4dc7-a3b7-716e8cc77492] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""80755bb5-ef55-4dc7-a3b7-716e8cc77492""}\n2025-07-04 06:21:49.456 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][5f59e0ee-c024-41c7-82d6-c65b8c07a92a] received connection request\n2025-07-04 06:21:49.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:21:49.479 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:8123][a6198b9e-74cf-497d-8988-80fae7b806a3] received connection request\n2025-07-04 06:21:49.480 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][5f59e0ee-c024-41c7-82d6-c65b8c07a92a] socks forwarding established\n2025-07-04 06:21:49.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:21:49.503 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][a6198b9e-74cf-497d-8988-80fae7b806a3] socks forwarding established\n2025-07-04 06:21:49.551 [info] Successfully connected to Cursor server at http://127.0.0.1:49439/version\n2025-07-04 06:21:49.552 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-04 06:21:49.552 [info] [command][2feecdc6-fc81-4727-a378-accd8148e1fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""2feecdc6-fc81-4727-a378-accd8148e1fb""}\n2025-07-04 06:21:49.552 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][06adf9f5-5925-4f4f-9fcb-7701f50caf58] received connection request\n2025-07-04 06:21:49.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:21:49.574 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][06adf9f5-5925-4f4f-9fcb-7701f50caf58] socks forwarding established\n2025-07-04 06:21:49.616 [info] [command][80755bb5-ef55-4dc7-a3b7-716e8cc77492] Process exited with code 0\n2025-07-04 06:21:49.616 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][5f59e0ee-c024-41c7-82d6-c65b8c07a92a] socks connection closed\n2025-07-04 06:21:49.616 [info] [command][80755bb5-ef55-4dc7-a3b7-716e8cc77492] Socket close event received\n2025-07-04 06:21:49.626 [info] [command][2feecdc6-fc81-4727-a378-accd8148e1fb] Process exited with code 0\n2025-07-04 06:21:49.626 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-04 06:21:49.626 [info] [remote-ssh] Resolved exec server. Socks port: 49427\n2025-07-04 06:21:49.626 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":49439,""connectionToken"":""5d7b3035-c186-40bd-8cb2-9a564ed6a710"",""extensionHostEnv"":{}}. Socks port: 49427\n2025-07-04 06:21:49.626 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][06adf9f5-5925-4f4f-9fcb-7701f50caf58] socks connection closed\n2025-07-04 06:21:49.626 [info] [command][2feecdc6-fc81-4727-a378-accd8148e1fb] Socket close event received\n2025-07-04 06:21:49.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49442 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:21:49.641 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:8123][dc3424e9-8514-4b49-bc04-210f93c77523] received connection request\n2025-07-04 06:21:49.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:21:49.647 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49446 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:21:49.662 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][dc3424e9-8514-4b49-bc04-210f93c77523] socks forwarding established\n2025-07-04 06:21:49.701 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:8123][27a7e910-e51b-43c6-a0b2-6fd0cc677de1] received connection request\n2025-07-04 06:21:49.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:21:49.725 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][27a7e910-e51b-43c6-a0b2-6fd0cc677de1] socks forwarding established\n2025-07-04 06:21:50.048 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 06:21:51.475 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:8123][a55d2a00-583e-42b4-8c4e-317757bebfc7] received connection request\n2025-07-04 06:21:51.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:21:51.595 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][a55d2a00-583e-42b4-8c4e-317757bebfc7] socks forwarding established\n2025-07-04 06:21:52.580 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8123, connect from 127.0.0.1 port 49444 to 127.0.0.1 port 49427, nchannels 7\n\n2025-07-04 06:21:52.580 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][a6198b9e-74cf-497d-8988-80fae7b806a3] socks connection closed\n2025-07-04 06:21:57.821 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][a55d2a00-583e-42b4-8c4e-317757bebfc7] socks connection closed\n2025-07-04 06:21:57.842 [info] (ssh_tunnel) stderr: debug1: channel 6: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8123, connect from 127.0.0.1 port 49452 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:22:49.621 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:22:49.622 [info] [command][57c8fedb-e752-497a-9113-d432527da4c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""57c8fedb-e752-497a-9113-d432527da4c4""}\n2025-07-04 06:22:49.624 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][b24e77d4-6406-4261-8419-bd82226ca872] received connection request\n2025-07-04 06:22:49.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:22:49.647 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][b24e77d4-6406-4261-8419-bd82226ca872] socks forwarding established\n2025-07-04 06:22:49.676 [info] [command][57c8fedb-e752-497a-9113-d432527da4c4] Process exited with code 0\n2025-07-04 06:22:49.676 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][b24e77d4-6406-4261-8419-bd82226ca872] socks connection closed\n2025-07-04 06:22:49.677 [info] [command][57c8fedb-e752-497a-9113-d432527da4c4] Socket close event received\n2025-07-04 06:22:49.698 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49521 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:23:49.677 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:23:49.678 [info] [command][4aae3679-c2d0-4141-90bd-892c877f56df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""4aae3679-c2d0-4141-90bd-892c877f56df""}\n2025-07-04 06:23:49.679 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][577b264d-438c-4d79-8988-aa190963dc26] received connection request\n2025-07-04 06:23:49.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:23:49.702 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][577b264d-438c-4d79-8988-aa190963dc26] socks forwarding established\n2025-07-04 06:23:49.732 [info] [command][4aae3679-c2d0-4141-90bd-892c877f56df] Process exited with code 0\n2025-07-04 06:23:49.733 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][577b264d-438c-4d79-8988-aa190963dc26] socks connection closed\n2025-07-04 06:23:49.733 [info] [command][4aae3679-c2d0-4141-90bd-892c877f56df] Socket close event received\n2025-07-04 06:23:49.758 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49540 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:24:49.737 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:24:49.738 [info] [command][6d9a78c6-8121-449e-b1eb-bc5006a2f89f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""6d9a78c6-8121-449e-b1eb-bc5006a2f89f""}\n2025-07-04 06:24:49.738 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][51884e20-029c-4e15-b290-d2203de8c729] received connection request\n2025-07-04 06:24:49.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:24:49.762 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][51884e20-029c-4e15-b290-d2203de8c729] socks forwarding established\n2025-07-04 06:24:49.792 [info] [command][6d9a78c6-8121-449e-b1eb-bc5006a2f89f] Process exited with code 0\n2025-07-04 06:24:49.793 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][51884e20-029c-4e15-b290-d2203de8c729] socks connection closed\n2025-07-04 06:24:49.793 [info] [command][6d9a78c6-8121-449e-b1eb-bc5006a2f89f] Socket close event received\n2025-07-04 06:24:49.812 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49605 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:25:49.793 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:25:49.795 [info] [command][6037c703-b749-4069-9101-ff7413581531] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""6037c703-b749-4069-9101-ff7413581531""}\n2025-07-04 06:25:49.795 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][bdbb22df-2433-453f-a7e0-134820f1a995] received connection request\n2025-07-04 06:25:49.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:25:49.820 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][bdbb22df-2433-453f-a7e0-134820f1a995] socks forwarding established\n2025-07-04 06:25:49.856 [info] [command][6037c703-b749-4069-9101-ff7413581531] Process exited with code 0\n2025-07-04 06:25:49.857 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][bdbb22df-2433-453f-a7e0-134820f1a995] socks connection closed\n2025-07-04 06:25:49.857 [info] [command][6037c703-b749-4069-9101-ff7413581531] Socket close event received\n2025-07-04 06:25:49.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49654 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:26:49.860 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:26:49.862 [info] [command][42491723-7c1d-4e40-9568-1407c3116e54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""42491723-7c1d-4e40-9568-1407c3116e54""}\n2025-07-04 06:26:49.862 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][0d605664-4d59-48b9-bbb7-6203398228e4] received connection request\n2025-07-04 06:26:49.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:26:49.886 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][0d605664-4d59-48b9-bbb7-6203398228e4] socks forwarding established\n2025-07-04 06:26:49.916 [info] [command][42491723-7c1d-4e40-9568-1407c3116e54] Process exited with code 0\n2025-07-04 06:26:49.917 [info] [command][42491723-7c1d-4e40-9568-1407c3116e54] Socket close event received\n2025-07-04 06:26:49.922 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][0d605664-4d59-48b9-bbb7-6203398228e4] socks connection closed\n2025-07-04 06:26:49.939 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49687 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:27:49.917 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:27:49.919 [info] [command][ba7896b9-0c27-4a83-82fc-47e5197f1c5c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""ba7896b9-0c27-4a83-82fc-47e5197f1c5c""}\n2025-07-04 06:27:49.920 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][62958368-0056-4da6-97c6-c385fe7956fc] received connection request\n2025-07-04 06:27:49.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:27:49.947 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][62958368-0056-4da6-97c6-c385fe7956fc] socks forwarding established\n2025-07-04 06:27:49.976 [info] [command][ba7896b9-0c27-4a83-82fc-47e5197f1c5c] Process exited with code 0\n2025-07-04 06:27:49.976 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][62958368-0056-4da6-97c6-c385fe7956fc] socks connection closed\n2025-07-04 06:27:49.977 [info] [command][ba7896b9-0c27-4a83-82fc-47e5197f1c5c] Socket close event received\n2025-07-04 06:27:49.999 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49721 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:28:49.978 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:28:49.979 [info] [command][0c73fd79-e852-492d-a624-8c1dc9984f4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""0c73fd79-e852-492d-a624-8c1dc9984f4c""}\n2025-07-04 06:28:49.980 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][23cc8eda-d5ac-4a0e-ab9f-7c46b1989cf3] received connection request\n2025-07-04 06:28:49.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:28:50.009 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][23cc8eda-d5ac-4a0e-ab9f-7c46b1989cf3] socks forwarding established\n2025-07-04 06:28:50.037 [info] [command][0c73fd79-e852-492d-a624-8c1dc9984f4c] Process exited with code 0\n2025-07-04 06:28:50.037 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][23cc8eda-d5ac-4a0e-ab9f-7c46b1989cf3] socks connection closed\n2025-07-04 06:28:50.038 [info] [command][0c73fd79-e852-492d-a624-8c1dc9984f4c] Socket close event received\n2025-07-04 06:28:50.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49773 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:29:50.041 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:29:50.042 [info] [command][af29a796-654f-458e-8d40-f504fbcf71c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""af29a796-654f-458e-8d40-f504fbcf71c7""}\n2025-07-04 06:29:50.043 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][7549c8fa-fc62-4037-aea3-c0f89e1020a1] received connection request\n2025-07-04 06:29:50.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:29:50.072 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7549c8fa-fc62-4037-aea3-c0f89e1020a1] socks forwarding established\n2025-07-04 06:29:50.148 [info] [command][af29a796-654f-458e-8d40-f504fbcf71c7] Process exited with code 0\n2025-07-04 06:29:50.149 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7549c8fa-fc62-4037-aea3-c0f89e1020a1] socks connection closed\n2025-07-04 06:29:50.149 [info] [command][af29a796-654f-458e-8d40-f504fbcf71c7] Socket close event received\n2025-07-04 06:29:50.171 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49790 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:30:50.151 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:30:50.153 [info] [command][e9ff23db-bb3a-4202-a672-87b31743d257] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""e9ff23db-bb3a-4202-a672-87b31743d257""}\n2025-07-04 06:30:50.153 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][13419563-6b5b-4597-9c0f-2012eac17508] received connection request\n2025-07-04 06:30:50.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:30:50.180 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][13419563-6b5b-4597-9c0f-2012eac17508] socks forwarding established\n2025-07-04 06:30:50.212 [info] [command][e9ff23db-bb3a-4202-a672-87b31743d257] Process exited with code 0\n2025-07-04 06:30:50.213 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][13419563-6b5b-4597-9c0f-2012eac17508] socks connection closed\n2025-07-04 06:30:50.213 [info] [command][e9ff23db-bb3a-4202-a672-87b31743d257] Socket close event received\n2025-07-04 06:30:50.235 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49823 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:31:50.218 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:31:50.219 [info] [command][030a4424-9d2a-4da8-828e-37006ddc2424] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""030a4424-9d2a-4da8-828e-37006ddc2424""}\n2025-07-04 06:31:50.220 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][3725ea7b-000f-496f-b50e-6235f12f47b5] received connection request\n2025-07-04 06:31:50.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:31:50.249 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][3725ea7b-000f-496f-b50e-6235f12f47b5] socks forwarding established\n2025-07-04 06:31:50.285 [info] [command][030a4424-9d2a-4da8-828e-37006ddc2424] Process exited with code 0\n2025-07-04 06:31:50.285 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][3725ea7b-000f-496f-b50e-6235f12f47b5] socks connection closed\n2025-07-04 06:31:50.286 [info] [command][030a4424-9d2a-4da8-828e-37006ddc2424] Socket close event received\n2025-07-04 06:31:50.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49851 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:32:50.286 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:32:50.287 [info] [command][95d064e5-8c41-42a9-b6ad-99e01cbcca6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""95d064e5-8c41-42a9-b6ad-99e01cbcca6d""}\n2025-07-04 06:32:50.287 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][b4d034fd-3603-4a33-96ba-3a5df7145f27] received connection request\n2025-07-04 06:32:50.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:32:50.311 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][b4d034fd-3603-4a33-96ba-3a5df7145f27] socks forwarding established\n2025-07-04 06:32:50.341 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][b4d034fd-3603-4a33-96ba-3a5df7145f27] socks connection closed\n2025-07-04 06:32:50.341 [info] [command][95d064e5-8c41-42a9-b6ad-99e01cbcca6d] Process exited with code 0\n2025-07-04 06:32:50.341 [info] [command][95d064e5-8c41-42a9-b6ad-99e01cbcca6d] Socket close event received\n2025-07-04 06:32:50.363 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49873 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:33:50.345 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:33:50.347 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][eeb9d0af-17af-4844-be34-caac9761a0fc] received connection request\n2025-07-04 06:33:50.348 [info] [command][02b92988-f58e-4af7-b571-1d040815eda7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""02b92988-f58e-4af7-b571-1d040815eda7""}\n2025-07-04 06:33:50.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:33:50.376 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][eeb9d0af-17af-4844-be34-caac9761a0fc] socks forwarding established\n2025-07-04 06:33:50.407 [info] [command][02b92988-f58e-4af7-b571-1d040815eda7] Process exited with code 0\n2025-07-04 06:33:50.407 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][eeb9d0af-17af-4844-be34-caac9761a0fc] socks connection closed\n2025-07-04 06:33:50.408 [info] [command][02b92988-f58e-4af7-b571-1d040815eda7] Socket close event received\n2025-07-04 06:33:50.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49895 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:34:50.408 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:34:50.411 [info] [command][7b036ad1-927a-4cec-b39a-9a1b3002601f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""7b036ad1-927a-4cec-b39a-9a1b3002601f""}\n2025-07-04 06:34:50.412 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][a25893b2-324f-4f87-906e-1858fd72b52a] received connection request\n2025-07-04 06:34:50.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:34:50.443 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a25893b2-324f-4f87-906e-1858fd72b52a] socks forwarding established\n2025-07-04 06:34:50.475 [info] [command][7b036ad1-927a-4cec-b39a-9a1b3002601f] Process exited with code 0\n2025-07-04 06:34:50.476 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a25893b2-324f-4f87-906e-1858fd72b52a] socks connection closed\n2025-07-04 06:34:50.476 [info] [command][7b036ad1-927a-4cec-b39a-9a1b3002601f] Socket close event received\n2025-07-04 06:34:50.500 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49914 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:35:50.478 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:35:50.480 [info] [command][730e7e66-dd49-4297-9c4b-0903fbf7fc21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""730e7e66-dd49-4297-9c4b-0903fbf7fc21""}\n2025-07-04 06:35:50.481 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][85e90f0a-96a1-480f-8a4e-8c7511c66cb0] received connection request\n2025-07-04 06:35:50.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:35:50.515 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][85e90f0a-96a1-480f-8a4e-8c7511c66cb0] socks forwarding established\n2025-07-04 06:35:50.543 [info] [command][730e7e66-dd49-4297-9c4b-0903fbf7fc21] Process exited with code 0\n2025-07-04 06:35:50.543 [info] [command][730e7e66-dd49-4297-9c4b-0903fbf7fc21] Socket close event received\n2025-07-04 06:35:50.544 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][85e90f0a-96a1-480f-8a4e-8c7511c66cb0] socks connection closed\n2025-07-04 06:35:50.574 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49943 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:36:50.547 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:36:50.549 [info] [command][50df9601-c3df-4dd7-9375-87b5f73e745e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""50df9601-c3df-4dd7-9375-87b5f73e745e""}\n2025-07-04 06:36:50.549 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][7d933c62-570b-42ce-a19a-b630ef6f0046] received connection request\n2025-07-04 06:36:50.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:36:50.576 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7d933c62-570b-42ce-a19a-b630ef6f0046] socks forwarding established\n2025-07-04 06:36:50.605 [info] [command][50df9601-c3df-4dd7-9375-87b5f73e745e] Process exited with code 0\n2025-07-04 06:36:50.605 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7d933c62-570b-42ce-a19a-b630ef6f0046] socks connection closed\n2025-07-04 06:36:50.606 [info] [command][50df9601-c3df-4dd7-9375-87b5f73e745e] Socket close event received\n2025-07-04 06:36:50.629 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49975 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:37:50.611 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:37:50.613 [info] [command][c7e36aed-b1a8-4dfa-bd05-3a856efb8de9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""c7e36aed-b1a8-4dfa-bd05-3a856efb8de9""}\n2025-07-04 06:37:50.614 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][b7c38908-e0b6-4e42-9fb2-c75b26ba5d6e] received connection request\n2025-07-04 06:37:50.614 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:37:50.640 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][b7c38908-e0b6-4e42-9fb2-c75b26ba5d6e] socks forwarding established\n2025-07-04 06:37:50.706 [info] [command][c7e36aed-b1a8-4dfa-bd05-3a856efb8de9] Process exited with code 0\n2025-07-04 06:37:50.706 [info] [command][c7e36aed-b1a8-4dfa-bd05-3a856efb8de9] Socket close event received\n2025-07-04 06:37:50.707 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][b7c38908-e0b6-4e42-9fb2-c75b26ba5d6e] socks connection closed\n2025-07-04 06:37:50.732 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 49992 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:38:50.709 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:38:50.711 [info] [command][1dde5f82-4c83-4dfe-b909-bb841db5aafc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""1dde5f82-4c83-4dfe-b909-bb841db5aafc""}\n2025-07-04 06:38:50.711 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][d63d098c-d93a-43de-9ab0-f07a1c8c0af2] received connection request\n2025-07-04 06:38:50.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:38:50.738 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][d63d098c-d93a-43de-9ab0-f07a1c8c0af2] socks forwarding established\n2025-07-04 06:38:50.766 [info] [command][1dde5f82-4c83-4dfe-b909-bb841db5aafc] Process exited with code 0\n2025-07-04 06:38:50.767 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][d63d098c-d93a-43de-9ab0-f07a1c8c0af2] socks connection closed\n2025-07-04 06:38:50.767 [info] [command][1dde5f82-4c83-4dfe-b909-bb841db5aafc] Socket close event received\n2025-07-04 06:38:50.795 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50011 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:39:50.771 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:39:50.773 [info] [command][2c0c18d1-2211-4913-9a63-6781361ef6b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""2c0c18d1-2211-4913-9a63-6781361ef6b0""}\n2025-07-04 06:39:50.774 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][7edec0c9-c170-4cad-81e0-08e07fadc98a] received connection request\n2025-07-04 06:39:50.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:39:50.804 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7edec0c9-c170-4cad-81e0-08e07fadc98a] socks forwarding established\n2025-07-04 06:39:50.834 [info] [command][2c0c18d1-2211-4913-9a63-6781361ef6b0] Process exited with code 0\n2025-07-04 06:39:50.834 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7edec0c9-c170-4cad-81e0-08e07fadc98a] socks connection closed\n2025-07-04 06:39:50.834 [info] [command][2c0c18d1-2211-4913-9a63-6781361ef6b0] Socket close event received\n2025-07-04 06:39:50.873 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50044 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:40:50.839 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:40:50.841 [info] [command][2cc65272-bcf6-4bc7-a7ee-b8ee0d5e3bbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""2cc65272-bcf6-4bc7-a7ee-b8ee0d5e3bbf""}\n2025-07-04 06:40:50.841 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][9b17e1c6-030b-456f-96db-ebca57d1aa25] received connection request\n2025-07-04 06:40:50.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:40:50.872 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][9b17e1c6-030b-456f-96db-ebca57d1aa25] socks forwarding established\n2025-07-04 06:40:50.899 [info] [command][2cc65272-bcf6-4bc7-a7ee-b8ee0d5e3bbf] Process exited with code 0\n2025-07-04 06:40:50.899 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][9b17e1c6-030b-456f-96db-ebca57d1aa25] socks connection closed\n2025-07-04 06:40:50.899 [info] [command][2cc65272-bcf6-4bc7-a7ee-b8ee0d5e3bbf] Socket close event received\n2025-07-04 06:40:50.922 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50074 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:41:50.901 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:41:50.902 [info] [command][bde319e1-3463-488a-bdfa-88349d936e55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""bde319e1-3463-488a-bdfa-88349d936e55""}\n2025-07-04 06:41:50.903 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][82330c4a-f2e7-407a-b90e-520026afd33d] received connection request\n2025-07-04 06:41:50.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:41:50.926 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][82330c4a-f2e7-407a-b90e-520026afd33d] socks forwarding established\n2025-07-04 06:41:50.961 [info] [command][bde319e1-3463-488a-bdfa-88349d936e55] Process exited with code 0\n2025-07-04 06:41:50.961 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][82330c4a-f2e7-407a-b90e-520026afd33d] socks connection closed\n2025-07-04 06:41:50.961 [info] [command][bde319e1-3463-488a-bdfa-88349d936e55] Socket close event received\n2025-07-04 06:41:50.985 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50130 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:42:50.964 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:42:50.966 [info] [command][07d2b813-b956-4422-9bcf-6ccc1089e704] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""07d2b813-b956-4422-9bcf-6ccc1089e704""}\n2025-07-04 06:42:50.967 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][6ef176f7-5143-4b20-b382-e1ccbd9a26da] received connection request\n2025-07-04 06:42:50.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:42:51.000 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6ef176f7-5143-4b20-b382-e1ccbd9a26da] socks forwarding established\n2025-07-04 06:42:51.028 [info] [command][07d2b813-b956-4422-9bcf-6ccc1089e704] Process exited with code 0\n2025-07-04 06:42:51.028 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6ef176f7-5143-4b20-b382-e1ccbd9a26da] socks connection closed\n2025-07-04 06:42:51.028 [info] [command][07d2b813-b956-4422-9bcf-6ccc1089e704] Socket close event received\n2025-07-04 06:42:51.051 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50156 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:43:51.033 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:43:51.035 [info] [command][2e0f9c36-d948-45ac-a955-ae34e9a6a0ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""2e0f9c36-d948-45ac-a955-ae34e9a6a0ce""}\n2025-07-04 06:43:51.037 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][be6f4143-649f-4edd-90a5-ffbb6360b73e] received connection request\n2025-07-04 06:43:51.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:43:51.071 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][be6f4143-649f-4edd-90a5-ffbb6360b73e] socks forwarding established\n2025-07-04 06:43:51.107 [info] [command][2e0f9c36-d948-45ac-a955-ae34e9a6a0ce] Process exited with code 0\n2025-07-04 06:43:51.107 [info] [command][2e0f9c36-d948-45ac-a955-ae34e9a6a0ce] Socket close event received\n2025-07-04 06:43:51.113 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][be6f4143-649f-4edd-90a5-ffbb6360b73e] socks connection closed\n2025-07-04 06:43:51.140 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50175 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:44:51.107 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:44:51.110 [info] [command][438ee0fc-96f4-4df5-a605-3456eb7ac800] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""438ee0fc-96f4-4df5-a605-3456eb7ac800""}\n2025-07-04 06:44:51.111 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][69e494a0-b472-49fd-9830-a28619f25c86] received connection request\n2025-07-04 06:44:51.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:44:51.143 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][69e494a0-b472-49fd-9830-a28619f25c86] socks forwarding established\n2025-07-04 06:44:51.205 [info] [command][438ee0fc-96f4-4df5-a605-3456eb7ac800] Process exited with code 0\n2025-07-04 06:44:51.205 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][69e494a0-b472-49fd-9830-a28619f25c86] socks connection closed\n2025-07-04 06:44:51.205 [info] [command][438ee0fc-96f4-4df5-a605-3456eb7ac800] Socket close event received\n2025-07-04 06:44:51.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50195 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:45:51.205 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:45:51.206 [info] [command][94cdb6e8-9fe6-42f9-b8d6-b557d3cb49ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""94cdb6e8-9fe6-42f9-b8d6-b557d3cb49ce""}\n2025-07-04 06:45:51.207 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][e66a2120-f9d8-440b-bad5-a7a2218ad81c] received connection request\n2025-07-04 06:45:51.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:45:51.230 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][e66a2120-f9d8-440b-bad5-a7a2218ad81c] socks forwarding established\n2025-07-04 06:45:51.265 [info] [command][94cdb6e8-9fe6-42f9-b8d6-b557d3cb49ce] Process exited with code 0\n2025-07-04 06:45:51.265 [info] [command][94cdb6e8-9fe6-42f9-b8d6-b557d3cb49ce] Socket close event received\n2025-07-04 06:45:51.272 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][e66a2120-f9d8-440b-bad5-a7a2218ad81c] socks connection closed\n2025-07-04 06:45:51.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50248 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:46:51.265 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:46:51.266 [info] [command][bd172fac-9c7d-45f2-b202-586ea22c8a12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""bd172fac-9c7d-45f2-b202-586ea22c8a12""}\n2025-07-04 06:46:51.267 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][fe09e64b-c934-41d1-9e80-3efc99c6e22b] received connection request\n2025-07-04 06:46:51.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:46:51.291 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][fe09e64b-c934-41d1-9e80-3efc99c6e22b] socks forwarding established\n2025-07-04 06:46:51.319 [info] [command][bd172fac-9c7d-45f2-b202-586ea22c8a12] Process exited with code 0\n2025-07-04 06:46:51.319 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][fe09e64b-c934-41d1-9e80-3efc99c6e22b] socks connection closed\n2025-07-04 06:46:51.319 [info] [command][bd172fac-9c7d-45f2-b202-586ea22c8a12] Socket close event received\n2025-07-04 06:46:51.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50294 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:47:51.324 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:47:51.326 [info] [command][716af134-98b5-41bf-80e2-806c74c17a84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""716af134-98b5-41bf-80e2-806c74c17a84""}\n2025-07-04 06:47:51.326 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][18bedb38-6c72-431a-bc2c-f228432513ae] received connection request\n2025-07-04 06:47:51.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:47:51.357 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][18bedb38-6c72-431a-bc2c-f228432513ae] socks forwarding established\n2025-07-04 06:47:51.389 [info] [command][716af134-98b5-41bf-80e2-806c74c17a84] Process exited with code 0\n2025-07-04 06:47:51.389 [info] [command][716af134-98b5-41bf-80e2-806c74c17a84] Socket close event received\n2025-07-04 06:47:51.395 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][18bedb38-6c72-431a-bc2c-f228432513ae] socks connection closed\n2025-07-04 06:47:51.423 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50322 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:48:51.394 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:48:51.396 [info] [command][8cabc4f4-04b1-4a04-bac1-4e56cdb7c652] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""8cabc4f4-04b1-4a04-bac1-4e56cdb7c652""}\n2025-07-04 06:48:51.397 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][14db5715-3947-42f8-bfeb-9b4ddcde3de0] received connection request\n2025-07-04 06:48:51.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:48:51.430 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][14db5715-3947-42f8-bfeb-9b4ddcde3de0] socks forwarding established\n2025-07-04 06:48:51.458 [info] [command][8cabc4f4-04b1-4a04-bac1-4e56cdb7c652] Process exited with code 0\n2025-07-04 06:48:51.459 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][14db5715-3947-42f8-bfeb-9b4ddcde3de0] socks connection closed\n2025-07-04 06:48:51.459 [info] [command][8cabc4f4-04b1-4a04-bac1-4e56cdb7c652] Socket close event received\n2025-07-04 06:48:51.482 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50343 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:49:51.463 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:49:51.465 [info] [command][200120ee-9cd9-4a7f-bce9-7c2bff4c9f02] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""200120ee-9cd9-4a7f-bce9-7c2bff4c9f02""}\n2025-07-04 06:49:51.466 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][249715e3-fec7-4282-baee-dfce85aec4bd] received connection request\n2025-07-04 06:49:51.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:49:51.494 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][249715e3-fec7-4282-baee-dfce85aec4bd] socks forwarding established\n2025-07-04 06:49:51.528 [info] [command][200120ee-9cd9-4a7f-bce9-7c2bff4c9f02] Process exited with code 0\n2025-07-04 06:49:51.528 [info] [command][200120ee-9cd9-4a7f-bce9-7c2bff4c9f02] Socket close event received\n2025-07-04 06:49:51.529 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][249715e3-fec7-4282-baee-dfce85aec4bd] socks connection closed\n2025-07-04 06:49:51.555 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50362 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:50:51.533 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:50:51.534 [info] [command][2120c351-cda9-4ce5-8d9b-a2679afff4d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""2120c351-cda9-4ce5-8d9b-a2679afff4d7""}\n2025-07-04 06:50:51.535 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][946011c5-4696-4640-821a-317d31d55e2e] received connection request\n2025-07-04 06:50:51.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:50:51.566 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][946011c5-4696-4640-821a-317d31d55e2e] socks forwarding established\n2025-07-04 06:50:51.598 [info] [command][2120c351-cda9-4ce5-8d9b-a2679afff4d7] Process exited with code 0\n2025-07-04 06:50:51.598 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][946011c5-4696-4640-821a-317d31d55e2e] socks connection closed\n2025-07-04 06:50:51.598 [info] [command][2120c351-cda9-4ce5-8d9b-a2679afff4d7] Socket close event received\n2025-07-04 06:50:51.621 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50393 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:51:51.601 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:51:51.604 [info] [command][7333834a-b599-4067-9350-f14ae48c70e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""7333834a-b599-4067-9350-f14ae48c70e8""}\n2025-07-04 06:51:51.605 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][6926229c-13ae-464f-9b34-a3258c9989a9] received connection request\n2025-07-04 06:51:51.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:51:51.636 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6926229c-13ae-464f-9b34-a3258c9989a9] socks forwarding established\n2025-07-04 06:51:51.709 [info] [command][7333834a-b599-4067-9350-f14ae48c70e8] Process exited with code 0\n2025-07-04 06:51:51.710 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6926229c-13ae-464f-9b34-a3258c9989a9] socks connection closed\n2025-07-04 06:51:51.710 [info] [command][7333834a-b599-4067-9350-f14ae48c70e8] Socket close event received\n2025-07-04 06:51:51.741 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50425 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:52:51.715 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:52:51.718 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][437ce88e-cf2f-43df-8c38-5b9fa23d6cb1] received connection request\n2025-07-04 06:52:51.718 [info] [command][483f8f7e-57cd-42e5-bc31-c3ff98dfa05a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""483f8f7e-57cd-42e5-bc31-c3ff98dfa05a""}\n2025-07-04 06:52:51.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:52:51.747 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][437ce88e-cf2f-43df-8c38-5b9fa23d6cb1] socks forwarding established\n2025-07-04 06:52:51.795 [info] [command][483f8f7e-57cd-42e5-bc31-c3ff98dfa05a] Process exited with code 0\n2025-07-04 06:52:51.795 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][437ce88e-cf2f-43df-8c38-5b9fa23d6cb1] socks connection closed\n2025-07-04 06:52:51.795 [info] [command][483f8f7e-57cd-42e5-bc31-c3ff98dfa05a] Socket close event received\n2025-07-04 06:52:51.819 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50446 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:53:51.796 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:53:51.798 [info] [command][37988a49-9e13-40ae-af2e-a3b65bdac37b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""37988a49-9e13-40ae-af2e-a3b65bdac37b""}\n2025-07-04 06:53:51.799 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][dede15e3-2bc3-4e41-a521-394f052e7c29] received connection request\n2025-07-04 06:53:51.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:53:51.826 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][dede15e3-2bc3-4e41-a521-394f052e7c29] socks forwarding established\n2025-07-04 06:53:51.854 [info] [command][37988a49-9e13-40ae-af2e-a3b65bdac37b] Process exited with code 0\n2025-07-04 06:53:51.854 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][dede15e3-2bc3-4e41-a521-394f052e7c29] socks connection closed\n2025-07-04 06:53:51.854 [info] [command][37988a49-9e13-40ae-af2e-a3b65bdac37b] Socket close event received\n2025-07-04 06:53:51.880 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50475 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:54:51.856 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:54:51.858 [info] [command][751d0fb0-2ab4-46ca-9958-8eae54a48114] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""751d0fb0-2ab4-46ca-9958-8eae54a48114""}\n2025-07-04 06:54:51.859 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][966e10e5-5a0e-41f1-9aa2-6b7143af2ce7] received connection request\n2025-07-04 06:54:51.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\n\n2025-07-04 06:54:51.860 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:54:51.900 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][966e10e5-5a0e-41f1-9aa2-6b7143af2ce7] socks forwarding established\n2025-07-04 06:54:51.930 [info] [command][751d0fb0-2ab4-46ca-9958-8eae54a48114] Process exited with code 0\n2025-07-04 06:54:51.930 [info] [command][751d0fb0-2ab4-46ca-9958-8eae54a48114] Socket close event received\n2025-07-04 06:54:51.930 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][966e10e5-5a0e-41f1-9aa2-6b7143af2ce7] socks connection closed\n2025-07-04 06:54:51.953 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50492 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:55:51.934 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:55:51.936 [info] [command][d37a2322-32da-4105-a2fc-735b751d4cf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""d37a2322-32da-4105-a2fc-735b751d4cf7""}\n2025-07-04 06:55:51.937 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][da9eaba0-e43d-4937-a1d6-33de4159df38] received connection request\n2025-07-04 06:55:51.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:55:51.969 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][da9eaba0-e43d-4937-a1d6-33de4159df38] socks forwarding established\n2025-07-04 06:55:52.000 [info] [command][d37a2322-32da-4105-a2fc-735b751d4cf7] Process exited with code 0\n2025-07-04 06:55:52.001 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][da9eaba0-e43d-4937-a1d6-33de4159df38] socks connection closed\n2025-07-04 06:55:52.001 [info] [command][d37a2322-32da-4105-a2fc-735b751d4cf7] Socket close event received\n2025-07-04 06:55:52.031 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50523 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:56:52.005 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:56:52.007 [info] [command][7e262ac6-9955-41ab-83f8-d5065f5ceb49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""7e262ac6-9955-41ab-83f8-d5065f5ceb49""}\n2025-07-04 06:56:52.008 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][1fb67611-c964-4744-bcae-2d43d0307611] received connection request\n2025-07-04 06:56:52.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:56:52.042 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][1fb67611-c964-4744-bcae-2d43d0307611] socks forwarding established\n2025-07-04 06:56:52.084 [info] [command][7e262ac6-9955-41ab-83f8-d5065f5ceb49] Process exited with code 0\n2025-07-04 06:56:52.085 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][1fb67611-c964-4744-bcae-2d43d0307611] socks connection closed\n2025-07-04 06:56:52.085 [info] [command][7e262ac6-9955-41ab-83f8-d5065f5ceb49] Socket close event received\n2025-07-04 06:56:52.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50561 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:57:52.089 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:57:52.091 [info] [command][fbed418e-30c2-44a3-897c-a485766dbbd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""fbed418e-30c2-44a3-897c-a485766dbbd0""}\n2025-07-04 06:57:52.092 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][a26d6f30-6997-4cf1-91cc-39c8585eacfa] received connection request\n2025-07-04 06:57:52.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:57:52.120 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a26d6f30-6997-4cf1-91cc-39c8585eacfa] socks forwarding established\n2025-07-04 06:57:52.162 [info] [command][fbed418e-30c2-44a3-897c-a485766dbbd0] Process exited with code 0\n2025-07-04 06:57:52.163 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a26d6f30-6997-4cf1-91cc-39c8585eacfa] socks connection closed\n2025-07-04 06:57:52.163 [info] [command][fbed418e-30c2-44a3-897c-a485766dbbd0] Socket close event received\n2025-07-04 06:57:52.185 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50589 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:58:52.164 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:58:52.166 [info] [command][3f5a6cfc-7bde-4f77-8cbb-b9201b1bea47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""3f5a6cfc-7bde-4f77-8cbb-b9201b1bea47""}\n2025-07-04 06:58:52.167 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][ccf01d50-f337-48ab-b422-b34a2305899b] received connection request\n2025-07-04 06:58:52.167 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:58:52.198 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][ccf01d50-f337-48ab-b422-b34a2305899b] socks forwarding established\n2025-07-04 06:58:52.229 [info] [command][3f5a6cfc-7bde-4f77-8cbb-b9201b1bea47] Process exited with code 0\n2025-07-04 06:58:52.230 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][ccf01d50-f337-48ab-b422-b34a2305899b] socks connection closed\n2025-07-04 06:58:52.230 [info] [command][3f5a6cfc-7bde-4f77-8cbb-b9201b1bea47] Socket close event received\n2025-07-04 06:58:52.251 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50618 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 06:59:52.233 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 06:59:52.235 [info] [command][b3760b96-f413-42b4-b47b-66f9cd1eab36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""b3760b96-f413-42b4-b47b-66f9cd1eab36""}\n2025-07-04 06:59:52.236 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][f4f51abf-7bc3-4586-8819-b3e6484dd021] received connection request\n2025-07-04 06:59:52.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 06:59:52.265 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][f4f51abf-7bc3-4586-8819-b3e6484dd021] socks forwarding established\n2025-07-04 06:59:52.298 [info] [command][b3760b96-f413-42b4-b47b-66f9cd1eab36] Process exited with code 0\n2025-07-04 06:59:52.298 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][f4f51abf-7bc3-4586-8819-b3e6484dd021] socks connection closed\n2025-07-04 06:59:52.298 [info] [command][b3760b96-f413-42b4-b47b-66f9cd1eab36] Socket close event received\n2025-07-04 06:59:52.321 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50640 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:00:52.308 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:00:52.309 [info] [command][fa59aedc-7e1f-4f50-a057-ab88c4e7312a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""fa59aedc-7e1f-4f50-a057-ab88c4e7312a""}\n2025-07-04 07:00:52.310 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][aba010c0-3617-44a1-980d-71bf1292c29e] received connection request\n2025-07-04 07:00:52.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:00:52.345 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][aba010c0-3617-44a1-980d-71bf1292c29e] socks forwarding established\n2025-07-04 07:00:52.378 [info] [command][fa59aedc-7e1f-4f50-a057-ab88c4e7312a] Process exited with code 0\n2025-07-04 07:00:52.379 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][aba010c0-3617-44a1-980d-71bf1292c29e] socks connection closed\n2025-07-04 07:00:52.380 [info] [command][fa59aedc-7e1f-4f50-a057-ab88c4e7312a] Socket close event received\n2025-07-04 07:00:52.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50669 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:01:52.388 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:01:52.390 [info] [command][a2c04d22-8a2b-4721-a293-8b5982b5e1bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""a2c04d22-8a2b-4721-a293-8b5982b5e1bd""}\n2025-07-04 07:01:52.391 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][6ae147f1-1bfc-4f27-b757-3c6f9b36291e] received connection request\n2025-07-04 07:01:52.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:01:52.416 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6ae147f1-1bfc-4f27-b757-3c6f9b36291e] socks forwarding established\n2025-07-04 07:01:52.448 [info] [command][a2c04d22-8a2b-4721-a293-8b5982b5e1bd] Process exited with code 0\n2025-07-04 07:01:52.449 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6ae147f1-1bfc-4f27-b757-3c6f9b36291e] socks connection closed\n2025-07-04 07:01:52.449 [info] [command][a2c04d22-8a2b-4721-a293-8b5982b5e1bd] Socket close event received\n2025-07-04 07:01:52.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50701 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:02:52.453 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:02:52.455 [info] [command][8e8b52bc-7cf1-4a99-9ea4-9a85eb6f2398] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""8e8b52bc-7cf1-4a99-9ea4-9a85eb6f2398""}\n2025-07-04 07:02:52.456 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][09f55d8a-4d66-4d19-b877-95ec918de44f] received connection request\n2025-07-04 07:02:52.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:02:52.482 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][09f55d8a-4d66-4d19-b877-95ec918de44f] socks forwarding established\n2025-07-04 07:02:52.520 [info] [command][8e8b52bc-7cf1-4a99-9ea4-9a85eb6f2398] Process exited with code 0\n2025-07-04 07:02:52.521 [info] [command][8e8b52bc-7cf1-4a99-9ea4-9a85eb6f2398] Socket close event received\n2025-07-04 07:02:52.537 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][09f55d8a-4d66-4d19-b877-95ec918de44f] socks connection closed\n2025-07-04 07:02:52.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50722 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:03:52.531 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:03:52.533 [info] [command][4d51c0c0-7d3c-4c1d-a023-401347e09154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""4d51c0c0-7d3c-4c1d-a023-401347e09154""}\n2025-07-04 07:03:52.533 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][461e4f9d-6dc7-4489-8f89-37882be154e5] received connection request\n2025-07-04 07:03:52.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:03:52.562 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][461e4f9d-6dc7-4489-8f89-37882be154e5] socks forwarding established\n2025-07-04 07:03:52.595 [info] [command][4d51c0c0-7d3c-4c1d-a023-401347e09154] Process exited with code 0\n2025-07-04 07:03:52.595 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][461e4f9d-6dc7-4489-8f89-37882be154e5] socks connection closed\n2025-07-04 07:03:52.595 [info] [command][4d51c0c0-7d3c-4c1d-a023-401347e09154] Socket close event received\n2025-07-04 07:03:52.628 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50739 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:04:52.599 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:04:52.601 [info] [command][87831aa2-8788-4867-b6cd-0d1c019bc4c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""87831aa2-8788-4867-b6cd-0d1c019bc4c2""}\n2025-07-04 07:04:52.602 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][604862c0-7b39-4d98-990b-e67b163c5bf6] received connection request\n2025-07-04 07:04:52.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:04:52.633 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][604862c0-7b39-4d98-990b-e67b163c5bf6] socks forwarding established\n2025-07-04 07:04:52.662 [info] [command][87831aa2-8788-4867-b6cd-0d1c019bc4c2] Process exited with code 0\n2025-07-04 07:04:52.662 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][604862c0-7b39-4d98-990b-e67b163c5bf6] socks connection closed\n2025-07-04 07:04:52.663 [info] [command][87831aa2-8788-4867-b6cd-0d1c019bc4c2] Socket close event received\n2025-07-04 07:04:52.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50756 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:05:52.669 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:05:52.671 [info] [command][408271dd-db8b-41bb-8dd0-e94eb670bd2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""408271dd-db8b-41bb-8dd0-e94eb670bd2d""}\n2025-07-04 07:05:52.672 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][a85ed98c-698f-40ea-9068-54964afe2807] received connection request\n2025-07-04 07:05:52.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:05:52.702 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a85ed98c-698f-40ea-9068-54964afe2807] socks forwarding established\n2025-07-04 07:05:52.734 [info] [command][408271dd-db8b-41bb-8dd0-e94eb670bd2d] Process exited with code 0\n2025-07-04 07:05:52.735 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a85ed98c-698f-40ea-9068-54964afe2807] socks connection closed\n2025-07-04 07:05:52.736 [info] [command][408271dd-db8b-41bb-8dd0-e94eb670bd2d] Socket close event received\n2025-07-04 07:05:52.761 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50769 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:06:52.744 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:06:52.746 [info] [command][0f7fe70f-ac8e-4060-8f13-e54c98dc168a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""0f7fe70f-ac8e-4060-8f13-e54c98dc168a""}\n2025-07-04 07:06:52.747 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][025ed471-8ba2-4aa1-ac06-e7c4aba3d1c3] received connection request\n2025-07-04 07:06:52.747 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:06:52.785 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][025ed471-8ba2-4aa1-ac06-e7c4aba3d1c3] socks forwarding established\n2025-07-04 07:06:52.870 [info] [command][0f7fe70f-ac8e-4060-8f13-e54c98dc168a] Process exited with code 0\n2025-07-04 07:06:52.870 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][025ed471-8ba2-4aa1-ac06-e7c4aba3d1c3] socks connection closed\n2025-07-04 07:06:52.870 [info] [command][0f7fe70f-ac8e-4060-8f13-e54c98dc168a] Socket close event received\n2025-07-04 07:06:52.902 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50807 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:07:52.880 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:07:52.882 [info] [command][7ea7a13a-fae3-4b9e-bb40-ea9e2bb14dfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""7ea7a13a-fae3-4b9e-bb40-ea9e2bb14dfb""}\n2025-07-04 07:07:52.883 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][df07e6bd-9271-4a1e-8fe5-94dcb27a230e] received connection request\n2025-07-04 07:07:52.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:07:52.911 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][df07e6bd-9271-4a1e-8fe5-94dcb27a230e] socks forwarding established\n2025-07-04 07:07:52.945 [info] [command][7ea7a13a-fae3-4b9e-bb40-ea9e2bb14dfb] Process exited with code 0\n2025-07-04 07:07:52.945 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][df07e6bd-9271-4a1e-8fe5-94dcb27a230e] socks connection closed\n2025-07-04 07:07:52.945 [info] [command][7ea7a13a-fae3-4b9e-bb40-ea9e2bb14dfb] Socket close event received\n2025-07-04 07:07:52.975 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50836 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:08:52.954 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:08:52.957 [info] [command][f9de804f-b6c7-400e-9202-e20465dcdbf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""f9de804f-b6c7-400e-9202-e20465dcdbf6""}\n2025-07-04 07:08:52.957 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][057ccfa8-caf6-4f12-b9d0-d77595cba04f] received connection request\n2025-07-04 07:08:52.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:08:52.991 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][057ccfa8-caf6-4f12-b9d0-d77595cba04f] socks forwarding established\n2025-07-04 07:08:53.022 [info] [command][f9de804f-b6c7-400e-9202-e20465dcdbf6] Process exited with code 0\n2025-07-04 07:08:53.023 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][057ccfa8-caf6-4f12-b9d0-d77595cba04f] socks connection closed\n2025-07-04 07:08:53.023 [info] [command][f9de804f-b6c7-400e-9202-e20465dcdbf6] Socket close event received\n2025-07-04 07:08:53.045 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50857 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:09:53.028 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:09:53.029 [info] [command][022a4f76-77bd-4565-af3c-ff161eee1ea8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""022a4f76-77bd-4565-af3c-ff161eee1ea8""}\n2025-07-04 07:09:53.030 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][ca2da589-8a17-407c-9491-e2fddd548c5f] received connection request\n2025-07-04 07:09:53.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:09:53.065 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][ca2da589-8a17-407c-9491-e2fddd548c5f] socks forwarding established\n2025-07-04 07:09:53.095 [info] [command][022a4f76-77bd-4565-af3c-ff161eee1ea8] Process exited with code 0\n2025-07-04 07:09:53.095 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][ca2da589-8a17-407c-9491-e2fddd548c5f] socks connection closed\n2025-07-04 07:09:53.095 [info] [command][022a4f76-77bd-4565-af3c-ff161eee1ea8] Socket close event received\n2025-07-04 07:09:53.118 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50878 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:10:53.099 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:10:53.100 [info] [command][bca8ce1f-0cb9-4761-ba71-f44c15fa3b91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""bca8ce1f-0cb9-4761-ba71-f44c15fa3b91""}\n2025-07-04 07:10:53.101 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][0cebfa19-1881-4d8e-94b1-20e6fb878a5e] received connection request\n2025-07-04 07:10:53.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:10:53.133 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][0cebfa19-1881-4d8e-94b1-20e6fb878a5e] socks forwarding established\n2025-07-04 07:10:53.163 [info] [command][bca8ce1f-0cb9-4761-ba71-f44c15fa3b91] Process exited with code 0\n2025-07-04 07:10:53.164 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][0cebfa19-1881-4d8e-94b1-20e6fb878a5e] socks connection closed\n2025-07-04 07:10:53.164 [info] [command][bca8ce1f-0cb9-4761-ba71-f44c15fa3b91] Socket close event received\n2025-07-04 07:10:53.202 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50894 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:11:53.165 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:11:53.168 [info] [command][ca006e28-0401-4bf6-93e6-5f49408afea2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""ca006e28-0401-4bf6-93e6-5f49408afea2""}\n2025-07-04 07:11:53.168 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][a2d9c63f-a262-4c58-bdc4-9ed76bd36908] received connection request\n2025-07-04 07:11:53.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:11:53.209 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a2d9c63f-a262-4c58-bdc4-9ed76bd36908] socks forwarding established\n2025-07-04 07:11:53.238 [info] [command][ca006e28-0401-4bf6-93e6-5f49408afea2] Process exited with code 0\n2025-07-04 07:11:53.238 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a2d9c63f-a262-4c58-bdc4-9ed76bd36908] socks connection closed\n2025-07-04 07:11:53.239 [info] [command][ca006e28-0401-4bf6-93e6-5f49408afea2] Socket close event received\n2025-07-04 07:11:53.262 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50929 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:12:53.248 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:12:53.250 [info] [command][91b92f83-af7d-4a37-8f15-3597ff99d99c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""91b92f83-af7d-4a37-8f15-3597ff99d99c""}\n2025-07-04 07:12:53.251 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][73838f5d-94e1-4ce7-8b1a-0290ea1639a5] received connection request\n2025-07-04 07:12:53.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:12:53.276 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][73838f5d-94e1-4ce7-8b1a-0290ea1639a5] socks forwarding established\n2025-07-04 07:12:53.307 [info] [command][91b92f83-af7d-4a37-8f15-3597ff99d99c] Process exited with code 0\n2025-07-04 07:12:53.307 [info] [command][91b92f83-af7d-4a37-8f15-3597ff99d99c] Socket close event received\n2025-07-04 07:12:53.308 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][73838f5d-94e1-4ce7-8b1a-0290ea1639a5] socks connection closed\n2025-07-04 07:12:53.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50953 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:13:53.317 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:13:53.319 [info] [command][3bb148cc-001e-4696-93aa-8b931e640691] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""3bb148cc-001e-4696-93aa-8b931e640691""}\n2025-07-04 07:13:53.319 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][97483592-4c8e-4d04-a09e-9cf5418dfdb6] received connection request\n2025-07-04 07:13:53.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:13:53.351 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][97483592-4c8e-4d04-a09e-9cf5418dfdb6] socks forwarding established\n2025-07-04 07:13:53.383 [info] [command][3bb148cc-001e-4696-93aa-8b931e640691] Process exited with code 0\n2025-07-04 07:13:53.384 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][97483592-4c8e-4d04-a09e-9cf5418dfdb6] socks connection closed\n2025-07-04 07:13:53.384 [info] [command][3bb148cc-001e-4696-93aa-8b931e640691] Socket close event received\n2025-07-04 07:13:53.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50974 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:14:53.394 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:14:53.397 [info] [command][dee7a77f-508e-47e6-95aa-daf733c0e4d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""dee7a77f-508e-47e6-95aa-daf733c0e4d6""}\n2025-07-04 07:14:53.398 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][4156e88e-de25-41ca-b51e-46ad8a529a96] received connection request\n2025-07-04 07:14:53.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:14:53.426 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][4156e88e-de25-41ca-b51e-46ad8a529a96] socks forwarding established\n2025-07-04 07:14:53.456 [info] [command][dee7a77f-508e-47e6-95aa-daf733c0e4d6] Process exited with code 0\n2025-07-04 07:14:53.457 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][4156e88e-de25-41ca-b51e-46ad8a529a96] socks connection closed\n2025-07-04 07:14:53.457 [info] [command][dee7a77f-508e-47e6-95aa-daf733c0e4d6] Socket close event received\n2025-07-04 07:14:53.479 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 50991 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:15:53.466 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:15:53.467 [info] [command][94b78295-d744-4393-8408-8dbff580f0de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""94b78295-d744-4393-8408-8dbff580f0de""}\n2025-07-04 07:15:53.468 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][ef0b863d-b404-4c67-b450-85177a96033b] received connection request\n2025-07-04 07:15:53.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:15:53.498 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][ef0b863d-b404-4c67-b450-85177a96033b] socks forwarding established\n2025-07-04 07:15:53.529 [info] [command][94b78295-d744-4393-8408-8dbff580f0de] Process exited with code 0\n2025-07-04 07:15:53.529 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][ef0b863d-b404-4c67-b450-85177a96033b] socks connection closed\n2025-07-04 07:15:53.529 [info] [command][94b78295-d744-4393-8408-8dbff580f0de] Socket close event received\n2025-07-04 07:15:53.559 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51006 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:16:53.536 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:16:53.537 [info] [command][e9ca041c-71b4-4446-a623-4ce3ae30dd16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""e9ca041c-71b4-4446-a623-4ce3ae30dd16""}\n2025-07-04 07:16:53.538 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][4922a614-1927-4d8b-b50a-66ac0d91c7a5] received connection request\n2025-07-04 07:16:53.538 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:16:53.567 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][4922a614-1927-4d8b-b50a-66ac0d91c7a5] socks forwarding established\n2025-07-04 07:16:53.598 [info] [command][e9ca041c-71b4-4446-a623-4ce3ae30dd16] Process exited with code 0\n2025-07-04 07:16:53.599 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][4922a614-1927-4d8b-b50a-66ac0d91c7a5] socks connection closed\n2025-07-04 07:16:53.599 [info] [command][e9ca041c-71b4-4446-a623-4ce3ae30dd16] Socket close event received\n2025-07-04 07:16:53.621 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51041 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:17:53.606 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:17:53.608 [info] [command][435e3016-13f7-490f-bd06-21a98c747200] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""435e3016-13f7-490f-bd06-21a98c747200""}\n2025-07-04 07:17:53.610 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][cf5320b5-bb59-4fb7-b5c3-bedacc23d70e] received connection request\n2025-07-04 07:17:53.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:17:53.643 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][cf5320b5-bb59-4fb7-b5c3-bedacc23d70e] socks forwarding established\n2025-07-04 07:17:53.672 [info] [command][435e3016-13f7-490f-bd06-21a98c747200] Process exited with code 0\n2025-07-04 07:17:53.673 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][cf5320b5-bb59-4fb7-b5c3-bedacc23d70e] socks connection closed\n2025-07-04 07:17:53.673 [info] [command][435e3016-13f7-490f-bd06-21a98c747200] Socket close event received\n2025-07-04 07:17:53.703 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51065 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:18:53.676 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:18:53.678 [info] [command][fd10880e-e4a6-4fa9-994f-21d4e4911f8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""fd10880e-e4a6-4fa9-994f-21d4e4911f8c""}\n2025-07-04 07:18:53.679 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][7a01a5cf-e7d8-4e52-9a9f-ce5d5189a48f] received connection request\n2025-07-04 07:18:53.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:18:53.711 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7a01a5cf-e7d8-4e52-9a9f-ce5d5189a48f] socks forwarding established\n2025-07-04 07:18:53.743 [info] [command][fd10880e-e4a6-4fa9-994f-21d4e4911f8c] Process exited with code 0\n2025-07-04 07:18:53.743 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][7a01a5cf-e7d8-4e52-9a9f-ce5d5189a48f] socks connection closed\n2025-07-04 07:18:53.743 [info] [command][fd10880e-e4a6-4fa9-994f-21d4e4911f8c] Socket close event received\n2025-07-04 07:18:53.773 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51082 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:19:53.751 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:19:53.754 [info] [command][e4151a0a-028f-4194-9bc4-88995aac6577] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""e4151a0a-028f-4194-9bc4-88995aac6577""}\n2025-07-04 07:19:53.754 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][edcb7dcd-3050-46ef-a0c3-5438e9556564] received connection request\n2025-07-04 07:19:53.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:19:53.798 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][edcb7dcd-3050-46ef-a0c3-5438e9556564] socks forwarding established\n2025-07-04 07:19:53.826 [info] [command][e4151a0a-028f-4194-9bc4-88995aac6577] Process exited with code 0\n2025-07-04 07:19:53.826 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][edcb7dcd-3050-46ef-a0c3-5438e9556564] socks connection closed\n2025-07-04 07:19:53.826 [info] [command][e4151a0a-028f-4194-9bc4-88995aac6577] Socket close event received\n2025-07-04 07:19:53.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51097 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:20:53.832 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:20:53.834 [info] [command][f0e7eb8e-fbca-428f-850d-de67351639f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""f0e7eb8e-fbca-428f-850d-de67351639f9""}\n2025-07-04 07:20:53.835 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][85c14052-054e-48bb-a00e-300363baaf78] received connection request\n2025-07-04 07:20:53.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:20:53.860 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][85c14052-054e-48bb-a00e-300363baaf78] socks forwarding established\n2025-07-04 07:20:53.890 [info] [command][f0e7eb8e-fbca-428f-850d-de67351639f9] Process exited with code 0\n2025-07-04 07:20:53.891 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][85c14052-054e-48bb-a00e-300363baaf78] socks connection closed\n2025-07-04 07:20:53.891 [info] [command][f0e7eb8e-fbca-428f-850d-de67351639f9] Socket close event received\n2025-07-04 07:20:53.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51113 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:21:53.900 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:21:53.902 [info] [command][2a8429a3-cf6c-484f-bb57-30f7d375bf2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""2a8429a3-cf6c-484f-bb57-30f7d375bf2a""}\n2025-07-04 07:21:53.903 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][47d4ac0b-b451-46f0-bbc9-9a9515251af7] received connection request\n2025-07-04 07:21:53.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:21:53.930 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][47d4ac0b-b451-46f0-bbc9-9a9515251af7] socks forwarding established\n2025-07-04 07:21:53.960 [info] [command][2a8429a3-cf6c-484f-bb57-30f7d375bf2a] Process exited with code 0\n2025-07-04 07:21:53.961 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][47d4ac0b-b451-46f0-bbc9-9a9515251af7] socks connection closed\n2025-07-04 07:21:53.961 [info] [command][2a8429a3-cf6c-484f-bb57-30f7d375bf2a] Socket close event received\n2025-07-04 07:21:53.991 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51147 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:22:53.968 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:22:53.970 [info] [command][bdbd0f2f-13f4-40fb-b0fd-bd5fe81291f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""bdbd0f2f-13f4-40fb-b0fd-bd5fe81291f7""}\n2025-07-04 07:22:53.971 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][c4b4cb1e-6c64-4393-8264-3aeae83d8298] received connection request\n2025-07-04 07:22:53.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:22:54.006 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][c4b4cb1e-6c64-4393-8264-3aeae83d8298] socks forwarding established\n2025-07-04 07:22:54.036 [info] [command][bdbd0f2f-13f4-40fb-b0fd-bd5fe81291f7] Process exited with code 0\n2025-07-04 07:22:54.036 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][c4b4cb1e-6c64-4393-8264-3aeae83d8298] socks connection closed\n2025-07-04 07:22:54.036 [info] [command][bdbd0f2f-13f4-40fb-b0fd-bd5fe81291f7] Socket close event received\n2025-07-04 07:22:54.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51172 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:23:54.046 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:23:54.049 [info] [command][9f3eb7b6-7ad9-464b-938c-fe9366cbd40a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""9f3eb7b6-7ad9-464b-938c-fe9366cbd40a""}\n2025-07-04 07:23:54.049 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][de822def-3a21-44da-bb0f-c2c0615434b1] received connection request\n2025-07-04 07:23:54.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:23:54.080 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][de822def-3a21-44da-bb0f-c2c0615434b1] socks forwarding established\n2025-07-04 07:23:54.114 [info] [command][9f3eb7b6-7ad9-464b-938c-fe9366cbd40a] Process exited with code 0\n2025-07-04 07:23:54.114 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][de822def-3a21-44da-bb0f-c2c0615434b1] socks connection closed\n2025-07-04 07:23:54.114 [info] [command][9f3eb7b6-7ad9-464b-938c-fe9366cbd40a] Socket close event received\n2025-07-04 07:23:54.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51190 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:24:54.124 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:24:54.126 [info] [command][5f6776f2-a4a7-46a0-8be9-b079e5d73629] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""5f6776f2-a4a7-46a0-8be9-b079e5d73629""}\n2025-07-04 07:24:54.126 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][6462d7c1-c8d0-4058-bc45-ac1a3a38eaa1] received connection request\n2025-07-04 07:24:54.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:24:54.154 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6462d7c1-c8d0-4058-bc45-ac1a3a38eaa1] socks forwarding established\n2025-07-04 07:24:54.184 [info] [command][5f6776f2-a4a7-46a0-8be9-b079e5d73629] Process exited with code 0\n2025-07-04 07:24:54.185 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][6462d7c1-c8d0-4058-bc45-ac1a3a38eaa1] socks connection closed\n2025-07-04 07:24:54.185 [info] [command][5f6776f2-a4a7-46a0-8be9-b079e5d73629] Socket close event received\n2025-07-04 07:24:54.208 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51210 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:25:54.193 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:25:54.196 [info] [command][b82c41bf-3a1f-413c-b5a5-07692a80838b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""b82c41bf-3a1f-413c-b5a5-07692a80838b""}\n2025-07-04 07:25:54.197 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][a665aa6e-aa99-48f4-b6f4-b4d8a5b109e9] received connection request\n2025-07-04 07:25:54.198 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:25:54.231 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a665aa6e-aa99-48f4-b6f4-b4d8a5b109e9] socks forwarding established\n2025-07-04 07:25:54.266 [info] [command][b82c41bf-3a1f-413c-b5a5-07692a80838b] Process exited with code 0\n2025-07-04 07:25:54.266 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a665aa6e-aa99-48f4-b6f4-b4d8a5b109e9] socks connection closed\n2025-07-04 07:25:54.266 [info] [command][b82c41bf-3a1f-413c-b5a5-07692a80838b] Socket close event received\n2025-07-04 07:25:54.289 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51229 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:26:54.275 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:26:54.276 [info] [command][eeafd2c0-4fad-4b14-b46f-123d621c38e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""eeafd2c0-4fad-4b14-b46f-123d621c38e5""}\n2025-07-04 07:26:54.277 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][dbac3aca-9164-45cc-82e5-42adff81345a] received connection request\n2025-07-04 07:26:54.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:26:54.305 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][dbac3aca-9164-45cc-82e5-42adff81345a] socks forwarding established\n2025-07-04 07:26:54.337 [info] [command][eeafd2c0-4fad-4b14-b46f-123d621c38e5] Process exited with code 0\n2025-07-04 07:26:54.338 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][dbac3aca-9164-45cc-82e5-42adff81345a] socks connection closed\n2025-07-04 07:26:54.338 [info] [command][eeafd2c0-4fad-4b14-b46f-123d621c38e5] Socket close event received\n2025-07-04 07:26:54.367 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51266 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:27:54.348 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:27:54.350 [info] [command][b907fb59-a407-44f3-a845-e387591c09d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""b907fb59-a407-44f3-a845-e387591c09d6""}\n2025-07-04 07:27:54.351 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][f0acc59f-027d-405e-bb0d-fbf903ac9670] received connection request\n2025-07-04 07:27:54.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\n\n2025-07-04 07:27:54.352 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:27:54.378 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][f0acc59f-027d-405e-bb0d-fbf903ac9670] socks forwarding established\n2025-07-04 07:27:54.409 [info] [command][b907fb59-a407-44f3-a845-e387591c09d6] Process exited with code 0\n2025-07-04 07:27:54.409 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][f0acc59f-027d-405e-bb0d-fbf903ac9670] socks connection closed\n2025-07-04 07:27:54.410 [info] [command][b907fb59-a407-44f3-a845-e387591c09d6] Socket close event received\n2025-07-04 07:27:54.441 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51291 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:28:54.411 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:28:54.413 [info] [command][21a9fb87-c069-42fa-829c-511a19860b65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""21a9fb87-c069-42fa-829c-511a19860b65""}\n2025-07-04 07:28:54.414 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][90eaa8c6-cb9d-4088-809f-880a96ddc703] received connection request\n2025-07-04 07:28:54.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:28:54.457 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][90eaa8c6-cb9d-4088-809f-880a96ddc703] socks forwarding established\n2025-07-04 07:28:54.503 [info] [command][21a9fb87-c069-42fa-829c-511a19860b65] Process exited with code 0\n2025-07-04 07:28:54.504 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][90eaa8c6-cb9d-4088-809f-880a96ddc703] socks connection closed\n2025-07-04 07:28:54.504 [info] [command][21a9fb87-c069-42fa-829c-511a19860b65] Socket close event received\n2025-07-04 07:28:54.529 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51307 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:29:54.505 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:29:54.507 [info] [command][514fead2-af74-412b-a770-e399ffd47f29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""514fead2-af74-412b-a770-e399ffd47f29""}\n2025-07-04 07:29:54.508 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][fb3e0baa-e452-4e39-9362-7bda255254a3] received connection request\n2025-07-04 07:29:54.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:29:54.535 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][fb3e0baa-e452-4e39-9362-7bda255254a3] socks forwarding established\n2025-07-04 07:29:54.564 [info] [command][514fead2-af74-412b-a770-e399ffd47f29] Process exited with code 0\n2025-07-04 07:29:54.564 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][fb3e0baa-e452-4e39-9362-7bda255254a3] socks connection closed\n2025-07-04 07:29:54.564 [info] [command][514fead2-af74-412b-a770-e399ffd47f29] Socket close event received\n2025-07-04 07:29:54.588 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51324 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:30:54.568 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:30:54.569 [info] [command][d90d22d7-ffbf-40d6-9678-c9af955521f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""d90d22d7-ffbf-40d6-9678-c9af955521f9""}\n2025-07-04 07:30:54.569 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][9ce8da68-d23f-4caf-9732-a9b89ecd2622] received connection request\n2025-07-04 07:30:54.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:30:54.601 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][9ce8da68-d23f-4caf-9732-a9b89ecd2622] socks forwarding established\n2025-07-04 07:30:54.633 [info] [command][d90d22d7-ffbf-40d6-9678-c9af955521f9] Process exited with code 0\n2025-07-04 07:30:54.634 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][9ce8da68-d23f-4caf-9732-a9b89ecd2622] socks connection closed\n2025-07-04 07:30:54.634 [info] [command][d90d22d7-ffbf-40d6-9678-c9af955521f9] Socket close event received\n2025-07-04 07:30:54.664 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51341 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:31:54.634 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:31:54.635 [info] [command][1f05cf04-9f15-4075-b2cd-309f689a4c18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""1f05cf04-9f15-4075-b2cd-309f689a4c18""}\n2025-07-04 07:31:54.636 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][14e6dfb7-3570-4e68-87ac-1ce9f79ce563] received connection request\n2025-07-04 07:31:54.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:31:54.667 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][14e6dfb7-3570-4e68-87ac-1ce9f79ce563] socks forwarding established\n2025-07-04 07:31:54.699 [info] [command][1f05cf04-9f15-4075-b2cd-309f689a4c18] Process exited with code 0\n2025-07-04 07:31:54.700 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][14e6dfb7-3570-4e68-87ac-1ce9f79ce563] socks connection closed\n2025-07-04 07:31:54.701 [info] [command][1f05cf04-9f15-4075-b2cd-309f689a4c18] Socket close event received\n2025-07-04 07:31:54.722 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51376 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:32:54.702 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:32:54.703 [info] [command][736d73b9-a9ac-42da-9c81-74ba5d82bd74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""736d73b9-a9ac-42da-9c81-74ba5d82bd74""}\n2025-07-04 07:32:54.704 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][a3fef387-f548-4de2-9e4b-929bd5496692] received connection request\n2025-07-04 07:32:54.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:32:54.731 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a3fef387-f548-4de2-9e4b-929bd5496692] socks forwarding established\n2025-07-04 07:32:54.763 [info] [command][736d73b9-a9ac-42da-9c81-74ba5d82bd74] Process exited with code 0\n2025-07-04 07:32:54.764 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][a3fef387-f548-4de2-9e4b-929bd5496692] socks connection closed\n2025-07-04 07:32:54.764 [info] [command][736d73b9-a9ac-42da-9c81-74ba5d82bd74] Socket close event received\n2025-07-04 07:32:54.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51402 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:33:54.772 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:33:54.773 [info] [command][01db7b4a-3b61-4d2e-8a52-24fe4e16406b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""01db7b4a-3b61-4d2e-8a52-24fe4e16406b""}\n2025-07-04 07:33:54.773 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][fac09fd9-18dd-4395-a878-15ab8c58a211] received connection request\n2025-07-04 07:33:54.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:33:54.798 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][fac09fd9-18dd-4395-a878-15ab8c58a211] socks forwarding established\n2025-07-04 07:33:54.911 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][fac09fd9-18dd-4395-a878-15ab8c58a211] socks connection closed\n2025-07-04 07:33:54.912 [info] [command][01db7b4a-3b61-4d2e-8a52-24fe4e16406b] Process exited with code 0\n2025-07-04 07:33:54.912 [info] [command][01db7b4a-3b61-4d2e-8a52-24fe4e16406b] Socket close event received\n2025-07-04 07:33:54.936 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51421 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:34:54.915 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:34:54.917 [info] [command][4326d0e5-9ea6-4921-b915-002389677d99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""4326d0e5-9ea6-4921-b915-002389677d99""}\n2025-07-04 07:34:54.918 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][1d0d94fc-6fa4-40d1-b7d9-822dfcf57975] received connection request\n2025-07-04 07:34:54.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:34:54.943 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][1d0d94fc-6fa4-40d1-b7d9-822dfcf57975] socks forwarding established\n2025-07-04 07:34:54.974 [info] [command][4326d0e5-9ea6-4921-b915-002389677d99] Process exited with code 0\n2025-07-04 07:34:54.975 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][1d0d94fc-6fa4-40d1-b7d9-822dfcf57975] socks connection closed\n2025-07-04 07:34:54.975 [info] [command][4326d0e5-9ea6-4921-b915-002389677d99] Socket close event received\n2025-07-04 07:34:54.996 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51444 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:35:54.980 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:35:54.983 [info] [command][d91484da-a87f-4096-bda3-d9f1ccc3bfd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""d91484da-a87f-4096-bda3-d9f1ccc3bfd3""}\n2025-07-04 07:35:54.984 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:8027][f4cc1666-0d42-4a2b-9bf3-e17be7967116] received connection request\n2025-07-04 07:35:54.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:35:55.013 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][f4cc1666-0d42-4a2b-9bf3-e17be7967116] socks forwarding established\n2025-07-04 07:35:55.046 [info] [command][d91484da-a87f-4096-bda3-d9f1ccc3bfd3] Process exited with code 0\n2025-07-04 07:35:55.047 [info] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:49427 -> 127.0.0.1:8027][f4cc1666-0d42-4a2b-9bf3-e17be7967116] socks connection closed\n2025-07-04 07:35:55.047 [info] [command][d91484da-a87f-4096-bda3-d9f1ccc3bfd3] Socket close event received\n2025-07-04 07:35:55.072 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 49427 for 127.0.0.1 port 8027, connect from 127.0.0.1 port 51462 to 127.0.0.1 port 49427, nchannels 6\n\n2025-07-04 07:35:57.562 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:8123][80f05e57-805b-4691-b871-7740199ef526] received connection request\n2025-07-04 07:35:57.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\n\n2025-07-04 07:35:57.563 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:35:57.565 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #2)\n2025-07-04 07:35:57.565 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-04 07:35:57.573 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:8123][858e66c2-a03c-4697-912c-3dcf9be5fb12] received connection request\n2025-07-04 07:35:57.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:36:00.580 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-04 07:36:00.581 [error] Failed to connect to Cursor server at http://127.0.0.1:49439, attempt 1 of 3 This operation was aborted\n2025-07-04 07:36:00.584 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:8123][5a1b965c-9fe2-4d2f-93c3-314d5187b871] received connection request\n2025-07-04 07:36:00.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 49427 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:36:00.658 [info] Terminating existing SSH process with pid: 39149\n2025-07-04 07:36:00.658 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 07:36:00.658 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-04 07:36:00.659 [error] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][858e66c2-a03c-4697-912c-3dcf9be5fb12] error while creating socks forwarding Socket closed\n2025-07-04 07:36:00.659 [error] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][5a1b965c-9fe2-4d2f-93c3-314d5187b871] error while creating socks forwarding Socket closed\n2025-07-04 07:36:00.659 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][27a7e910-e51b-43c6-a0b2-6fd0cc677de1] socks connection closed\n2025-07-04 07:36:00.659 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6YTe6R/socket.sock\n2025-07-04 07:36:00.659 [error] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][80f05e57-805b-4691-b871-7740199ef526] error while creating socks forwarding Socket closed\n2025-07-04 07:36:00.659 [info] [forwarding][code][127.0.0.1:49439 -> 127.0.0.1:49427 -> 127.0.0.1:8123][dc3424e9-8514-4b49-bc04-210f93c77523] socks connection closed\n2025-07-04 07:36:00.662 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35717.sh"" | ssh -v -T -D 51473 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 07:36:00.662 [info] Started installation script. Waiting for it to finish...\n2025-07-04 07:36:00.662 [info] Waiting for server to install via process(40536)...\n2025-07-04 07:36:00.667 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-04 07:36:00.668 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 07:36:00.668 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 07:36:00.668 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 07:36:00.669 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 07:36:00.670 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 07:36:00.670 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 07:36:00.670 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 07:36:00.670 [info] Retrying connection in 5 seconds...\n2025-07-04 07:36:01.589 [error] Failed to connect to Cursor server at http://127.0.0.1:49439, attempt 2 of 3 This operation was aborted\n2025-07-04 07:36:02.595 [error] Failed to connect to Cursor server at http://127.0.0.1:49439, attempt 3 of 3 This operation was aborted\n2025-07-04 07:36:02.595 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-04 07:36:02.595 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-04 07:38:15.939 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35717.sh\n2025-07-04 07:38:15.939 [info] [remote-ssh] Pinging remote server on port 49440\n2025-07-04 07:38:15.939 [info] [command][04aaea8f-a432-4f66-92c3-d6c3879f4e0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""f85746f3-9ebc-4455-8de1-3a3489fdd6fd"",""id"":""04aaea8f-a432-4f66-92c3-d6c3879f4e0e""}\n2025-07-04 07:38:15.940 [error] [forwarding][multiplex][127.0.0.1:49440 -> 127.0.0.1:undefined][1259ee5f-3ece-479d-87c8-09c2231c1722] remote server not configured\n2025-07-04 07:38:15.940 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6YTe6R/socket.sock\n2025-07-04 07:38:15.940 [error] [command][04aaea8f-a432-4f66-92c3-d6c3879f4e0e] Socket error: Error: read ECONNRESET\n2025-07-04 07:38:15.940 [info] [command][04aaea8f-a432-4f66-92c3-d6c3879f4e0e] Socket close event received\n2025-07-04 07:38:15.943 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15210.sh"" | ssh -v -T -D 51476 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 07:38:15.943 [info] Started installation script. Waiting for it to finish...\n2025-07-04 07:38:15.943 [info] Waiting for server to install via process(40539)...\n2025-07-04 07:38:15.958 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-04 07:38:15.958 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 07:38:15.958 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 07:38:15.958 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 07:38:15.958 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 07:38:15.960 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 07:38:15.961 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 07:38:15.961 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 07:38:15.961 [info] Retrying connection in 5 seconds...\n2025-07-04 07:38:20.964 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15210.sh\n2025-07-04 07:38:20.966 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6YTe6R/socket.sock\n2025-07-04 07:38:20.972 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93688.sh"" | ssh -v -T -D 51478 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 07:38:20.972 [info] Started installation script. Waiting for it to finish...\n2025-07-04 07:38:20.972 [info] Waiting for server to install via process(40548)...\n2025-07-04 07:38:20.989 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\n\n2025-07-04 07:38:20.990 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 07:38:20.990 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 07:38:20.990 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 07:38:20.990 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 07:38:20.992 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 07:38:20.993 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 07:38:20.993 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 07:38:20.993 [info] Retrying connection in 5 seconds...\n2025-07-04 07:38:26.000 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93688.sh\n2025-07-04 07:38:26.001 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6YTe6R/socket.sock\n2025-07-04 07:38:26.005 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96811.sh"" | ssh -v -T -D 51479 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 07:38:26.005 [info] Started installation script. Waiting for it to finish...\n2025-07-04 07:38:26.005 [info] Waiting for server to install via process(40551)...\n2025-07-04 07:38:26.022 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-04 07:38:26.022 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 07:38:26.022 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 07:38:26.022 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 07:38:26.023 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 07:38:26.025 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 07:38:26.026 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 07:38:26.026 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 07:38:26.026 [info] Retrying connection in 5 seconds...\n2025-07-04 07:41:14.040 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96811.sh\n2025-07-04 07:41:14.040 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6YTe6R/socket.sock\n2025-07-04 07:41:14.043 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41764.sh"" | ssh -v -T -D 51482 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 07:41:14.043 [info] Started installation script. Waiting for it to finish...\n2025-07-04 07:41:14.044 [info] Waiting for server to install via process(40554)...\n2025-07-04 07:41:14.074 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 07:41:14.081 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 07:41:14.083 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 07:41:14.092 [info] (ssh_tunnel) stderr: ssh: connect to host hpc-submit01.scidom.de port 22: Undefined error: 0\n\n2025-07-04 07:41:14.093 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-04 07:41:14.094 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 07:41:14.094 [error] Failed to connect after 5 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 07:41:14.094 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41764.sh\n2025-07-04 07:41:14.094 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-04 07:42:36.748 [info] Resolving ssh remote authority 'hpc-submit01.scidom.de' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226870632d7375626d697430312e736369646f6d2e6465227d') (attempt #1)\n2025-07-04 07:42:36.759 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QaVomf/socket.sock\n2025-07-04 07:42:36.760 [info] Using configured platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 07:42:36.760 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.20/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QaVomf/socket.sock\n2025-07-04 07:42:36.763 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45779.sh"" | ssh -v -T -D 51784 hpc-submit01.scidom.de bash --login -c bash\n2025-07-04 07:42:36.763 [info] Started installation script. Waiting for it to finish...\n2025-07-04 07:42:36.763 [info] Waiting for server to install via process(40643)...\n2025-07-04 07:42:36.768 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-04 07:42:36.769 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 14: Applying options for hpc-submit01.scidom.de\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-04 07:42:36.769 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-04 07:42:36.769 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-04 07:42:36.769 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to hpc-submit01.scidom.de port 22.\n\n2025-07-04 07:42:37.025 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-04 07:42:37.032 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\n\n2025-07-04 07:42:37.032 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-04 07:42:37.033 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-04 07:42:37.033 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-04 07:42:37.135 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to hpc-submit01.scidom.de:22 as 'franz.srambical'\n\n2025-07-04 07:42:37.139 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-04 07:42:37.139 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-04 07:42:37.209 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-04 07:42:37.212 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-04 07:42:37.351 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:EUi54VMiDgq9UDqOpEI85Z7c0aXDEkTG3ALz8qZaMC4\n\n2025-07-04 07:42:37.353 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-04 07:42:37.353 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'hpc-submit01.scidom.de' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:3\n\n2025-07-04 07:42:37.359 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-04 07:42:37.359 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-04 07:42:37.605 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-04 07:42:37.699 [info] (ssh_tunnel) stderr: ==========================================================================\nDear User,\n\nWelcome to High-performance computing (HPC Cluster).\nAKA Scientific Computing Cluster.\nHosted by HPC Team (DigIT) for Helmholtz Munich Users.\n\n==========================================================================\n# Please DO NOT run jobs in Submit/Login Node, e.g hpc-submit*, hpc-build* \nUse Slurm to run jobs in Compute Node, please refer HPC Wiki/Docs.\n\n# HPC Cluster Wiki/Guides/Docs:\nhttps://rb.gy/0mwq58\n\n# Data Protection and Legal Notice, can be found at:\nhttps://www.helmholtz-munich.de/en\n\n# Feel free to join HPC User Group (Teams Channel):\nhttps://rb.gy/531wh\n\n# To track/refer Issue/Bugs/Solutions, please use GitLab Issue tracker:\nhttps://ascgitlab.helmholtz-muenchen.de/hmgu-hpc/hpc-wiki/-/issues/new\n\n## Please clean-up unwanted data in Lustre (/lustre/x /home/x /project/x)\n## Please follow: HPC Best Practices - https://tinyurl.com/43p5bu36\n## This is really important and NOT good for Lustre file system performance.\n==========================================================================\ndebug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Next authentication method: publickey\n\n2025-07-04 07:42:37.702 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-04 07:42:37.703 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-04 07:42:37.966 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: password\n\n2025-07-04 07:42:37.966 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-04 07:42:38.116 [info] Askpass server received request: POST /\n2025-07-04 07:42:38.116 [info] Askpass server received request body: {""request"":""franz.srambical@hpc-submit01.scidom.de's password: ""}\n2025-07-04 07:42:38.116 [info] Received SSH askpass request: franz.srambical@hpc-submit01.scidom.de's password: \n2025-07-04 07:42:40.785 [info] (ssh_tunnel) stderr: Authenticated to hpc-submit01.scidom.de ([10.233.0.251]:22) using ""password"".\ndebug1: Local connections to LOCALHOST:51784 forwarded to remote address socks:0\n\n2025-07-04 07:42:40.785 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 51784.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 51784.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-04 07:42:40.906 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-04 07:42:40.906 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for hpc-submit01.scidom.de / (none)\n\n2025-07-04 07:42:40.909 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for hpc-submit01.scidom.de / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-04 07:42:41.081 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-04 07:42:41.925 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/1000030\n\n2025-07-04 07:42:42.022 [info] (ssh_tunnel) stdout: Locking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 07:42:42.074 [info] (ssh_tunnel) stdout: Server script already installed in /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server\nChecking node executable\n\n2025-07-04 07:42:45.973 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-04 07:42:45.979 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-04 07:42:46.053 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-04 07:42:46.072 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 07:42:46.089 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/aih/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-04 07:42:46.126 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node /home/aih/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0ebadd7f-ebef-4aa1-9379-595f83634d20\n\n2025-07-04 07:42:46.148 [info] (ssh_tunnel) stdout: Multiplex server started with PID 141964 and wrote pid to file /run/user/1000030/cursor-remote-multiplex.pid.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/1000030/cursor-remote-multiplex.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-04 07:42:46.149 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/1000030/cursor-remote-multiplex.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-04 07:42:48.352 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-04 07:42:48.374 [info] (ssh_tunnel) stdout: Code server script is already running /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server. Running processes are 3946412 sh /home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/1000030/cursor-remote-code.token.cde86d56ec8bb71b4e9ad4c8cab8b1b3 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/1000030/cursor-remote-code.log.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n3a1b2ed5872854a7e725dca9: start\nexitCode==0==\nnodeExecutable==/home/aih/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==8267==\nmultiplexConnectionToken==0ebadd7f-ebef-4aa1-9379-595f83634d20==\ncodeListeningOn==8123==\ncodeConnectionToken==5d7b3035-c186-40bd-8cb2-9a564ed6a710==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n3a1b2ed5872854a7e725dca9: end\nUnlocking /run/user/1000030/cursor-remote-lock.cde86d56ec8bb71b4e9ad4c8cab8b1b3\n\n2025-07-04 07:42:48.375 [info] Server install command exit code: 0\n2025-07-04 07:42:48.375 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_45779.sh\n2025-07-04 07:42:48.376 [info] [forwarding][code] creating new forwarding server\n2025-07-04 07:42:48.376 [info] [forwarding][code] server listening on 51807\n2025-07-04 07:42:48.376 [info] [forwarding][code] Set up server\n2025-07-04 07:42:48.377 [info] [remote-ssh] codeListeningOn (remote=8123; local=51807) codeConnectionToken: 5d7b3035-c186-40bd-8cb2-9a564ed6a710\n2025-07-04 07:42:48.377 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-04 07:42:48.377 [info] [forwarding][multiplex] server listening on 51808\n2025-07-04 07:42:48.377 [info] [forwarding][multiplex] Set up server\n2025-07-04 07:42:48.379 [info] [remote-ssh] multiplexListeningOn (remote=8267; local=51808) multiplexConnectionToken: 0ebadd7f-ebef-4aa1-9379-595f83634d20\n2025-07-04 07:42:48.379 [info] [remote-ssh] Pinging remote server on port 51808\n2025-07-04 07:42:48.382 [info] [command][9408b928-7f94-454b-a030-47c68ba2c588] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ebadd7f-ebef-4aa1-9379-595f83634d20"",""id"":""9408b928-7f94-454b-a030-47c68ba2c588""}\n2025-07-04 07:42:48.383 [info] [forwarding][multiplex][127.0.0.1:51808 -> 127.0.0.1:8267][1ce3bedf-b8da-465e-8a3a-9333ea15a8ca] received connection request\n2025-07-04 07:42:48.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 51784 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:42:48.401 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:8123][265c7cd4-097e-4d08-982e-2bb3be8c09b2] received connection request\n2025-07-04 07:42:48.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 51784 forwarding to socks port 0 requested.\n\n2025-07-04 07:42:48.402 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:42:48.528 [info] [forwarding][multiplex][127.0.0.1:51808 -> 127.0.0.1:51784 -> 127.0.0.1:8267][1ce3bedf-b8da-465e-8a3a-9333ea15a8ca] socks forwarding established\n2025-07-04 07:42:48.529 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:51784 -> 127.0.0.1:8123][265c7cd4-097e-4d08-982e-2bb3be8c09b2] socks forwarding established\n2025-07-04 07:42:48.623 [info] Successfully connected to Cursor server at http://127.0.0.1:51807/version\n2025-07-04 07:42:48.623 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-04 07:42:48.623 [info] [forwarding][multiplex][127.0.0.1:51808 -> 127.0.0.1:8267][d4631476-4043-4df2-bbb3-77c7601abbb2] received connection request\n2025-07-04 07:42:48.624 [info] [command][8f14febf-eb99-4189-82e3-6b06863ce489] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0ebadd7f-ebef-4aa1-9379-595f83634d20"",""id"":""8f14febf-eb99-4189-82e3-6b06863ce489""}\n2025-07-04 07:42:48.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 51784 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:42:48.690 [info] [command][9408b928-7f94-454b-a030-47c68ba2c588] Process exited with code 0\n2025-07-04 07:42:48.690 [info] [forwarding][multiplex][127.0.0.1:51808 -> 127.0.0.1:51784 -> 127.0.0.1:8267][1ce3bedf-b8da-465e-8a3a-9333ea15a8ca] socks connection closed\n2025-07-04 07:42:48.690 [info] [command][9408b928-7f94-454b-a030-47c68ba2c588] Socket close event received\n2025-07-04 07:42:48.710 [info] [forwarding][multiplex][127.0.0.1:51808 -> 127.0.0.1:51784 -> 127.0.0.1:8267][d4631476-4043-4df2-bbb3-77c7601abbb2] socks forwarding established\n2025-07-04 07:42:48.780 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 51784 for 127.0.0.1 port 8267, connect from 127.0.0.1 port 51810 to 127.0.0.1 port 51784, nchannels 6\n\n2025-07-04 07:42:48.791 [info] [command][8f14febf-eb99-4189-82e3-6b06863ce489] Process exited with code 0\n2025-07-04 07:42:48.791 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-04 07:42:48.792 [info] [remote-ssh] Resolved exec server. Socks port: 51784\n2025-07-04 07:42:48.792 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":51807,""connectionToken"":""5d7b3035-c186-40bd-8cb2-9a564ed6a710"",""extensionHostEnv"":{}}. Socks port: 51784\n2025-07-04 07:42:48.792 [info] [forwarding][multiplex][127.0.0.1:51808 -> 127.0.0.1:51784 -> 127.0.0.1:8267][d4631476-4043-4df2-bbb3-77c7601abbb2] socks connection closed\n2025-07-04 07:42:48.792 [info] [command][8f14febf-eb99-4189-82e3-6b06863ce489] Socket close event received\n2025-07-04 07:42:48.818 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:8123][f0a77a22-6172-4876-8268-8cef8519b1f5] received connection request\n2025-07-04 07:42:48.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 51784 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:42:48.914 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51784 for 127.0.0.1 port 8267, connect from 127.0.0.1 port 51814 to 127.0.0.1 port 51784, nchannels 6\n\n2025-07-04 07:42:48.914 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:51784 -> 127.0.0.1:8123][f0a77a22-6172-4876-8268-8cef8519b1f5] socks forwarding established\n2025-07-04 07:42:49.089 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:8123][d852fc6e-05d1-4321-9a0f-52019fde2fd4] received connection request\n2025-07-04 07:42:49.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 51784 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:42:49.194 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:51784 -> 127.0.0.1:8123][d852fc6e-05d1-4321-9a0f-52019fde2fd4] socks forwarding established\n2025-07-04 07:42:49.636 [info] Saved platform linux for remote host hpc-submit01.scidom.de\n2025-07-04 07:42:51.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51784 for 127.0.0.1 port 8123, connect from 127.0.0.1 port 51812 to 127.0.0.1 port 51784, nchannels 6\n\n2025-07-04 07:42:51.919 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:51784 -> 127.0.0.1:8123][265c7cd4-097e-4d08-982e-2bb3be8c09b2] socks connection closed\n2025-07-04 07:42:52.037 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:8123][f64b398d-e052-4ed8-8ed7-68fcdfbdc787] received connection request\n2025-07-04 07:42:52.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 51784 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-04 07:42:52.157 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:51784 -> 127.0.0.1:8123][f64b398d-e052-4ed8-8ed7-68fcdfbdc787] socks forwarding established\n2025-07-04 07:42:58.345 [info] [forwarding][code][127.0.0.1:51807 -> 127.0.0.1:51784 -> 127.0.0.1:8123][f64b398d-e052-4ed8-8ed7-68fcdfbdc787] socks connection closed\n2025-07-04 07:42:58.422 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51784 for 127.0.0.1 port 8123, connect from 127.0.0.1 port 51825 to 127.0.0.1 port 51784, nchannels 6\n\n",log,tab +3,545,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"",shellscript,tab +4,9057,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"7:43:29 AM [info] Activating crowd-code\n7:43:31 AM [info] Recording started\n7:43:31 AM [info] Initializing git provider using file system watchers...\n7:43:32 AM [info] Git repository found\n7:43:32 AM [info] Git provider initialized successfully\n7:43:32 AM [info] Initial git state: [object Object]\n",Log,tab +5,11845,"experiments/tokenizer_cross_node_checkpointing_test.sh",0,0,"",shellscript,tab +6,12802,"TERMINAL",0,0,"/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +7,12882,"TERMINAL",0,0,"]633;E;/usr/bin/python3 /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;7c6d4d1b-09dc-4383-82cc-b5f2dd9f9020]633;C",,terminal_output +8,12946,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/ictstr01/home/aih/franz.srambical/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0",,terminal_output +9,14461,"TERMINAL",0,0,"",,terminal_focus +10,18211,"TERMINAL",0,0,"bash",,terminal_focus +11,22757,"TERMINAL",0,0,"bash",,terminal_focus +12,25230,"TERMINAL",0,0,"bash",,terminal_focus +13,105501,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69 --cpus-per-task=1 --ntasks-per-node=1",,terminal_command +14,105596,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69 --cpus-per-task=1 --ntasks-per-node=1;d83d794d-068d-45a7-86c8-da2446d84194]633;Csalloc: Granted job allocation 26666185\r\n",,terminal_output +15,105687,"TERMINAL",0,0,"salloc: Nodes gpusrv69 are ready for job\r\n",,terminal_output +16,105950,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +17,112122,"TERMINAL",0,0,"[?25lexit[?25h",,terminal_output +18,112325,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +19,112535,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +20,112655,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +21,112888,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\nsalloc: Relinquishing job allocation 26666185\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;0",,terminal_output +22,118716,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69 --cpus-per-task=1 --ntasks-per-node=2",,terminal_command +23,118882,"TERMINAL",0,0,"]633;E;salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69 --cpus-per-task=1 --ntasks-per-node=2;d83d794d-068d-45a7-86c8-da2446d84194]633;Csalloc: Granted job allocation 26666187\r\n",,terminal_output +24,119064,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +25,120595,"TERMINAL",0,0,"salloc: Nodes gpusrv69 are ready for job\r\n",,terminal_output +26,120955,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +27,142607,"TERMINAL",0,0,"p",,terminal_output +28,142608,"TERMINAL",0,0,"y",,terminal_output +29,142609,"TERMINAL",0,0,"t",,terminal_output +30,142610,"TERMINAL",0,0,"h",,terminal_output +31,142612,"TERMINAL",0,0,"o",,terminal_output +32,142613,"TERMINAL",0,0,"n",,terminal_output +33,142614,"TERMINAL",0,0,"",,terminal_output +34,142614,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +35,142615,"TERMINAL",0,0,"u': srun python3 -c 'import jax;print(jax.local_devices())'n': srun python3 -c 'import jax;print(jax.local_devices())'",,terminal_output +36,142616,"TERMINAL",0,0,"i': python -m unittest tests.test_tokenizer_reproducibility.TokenizerReproducibilityTest -v",,terminal_output +37,142617,"TERMINAL",0,0,"t': python -m unittest tests.test_tokenizer_reproduci[1@b",,terminal_output +38,142617,"TERMINAL",0,0,"t': python -m unittest tests.test_tokenizer_reproduc[1@i",,terminal_output +39,146567,"TERMINAL",0,0,"e': python -m unittest tests.test_tokenizer_reprodu[1@cs': python -m unittest tests.test_tokenizer_reprod[1@ut': python -m unittest tests.test_tokenizer_repro[1@d",,terminal_output +40,153166,"TERMINAL",0,0,"\r[franz.srambical@gpusrv69 jafar]$ python -m unittest tests.test_tokenizer_r[4@epro\r\n\r",,terminal_output +41,154122,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +42,155914,"TERMINAL",0,0,"test_tokenizer_reproducibility (unittest.loader._FailedTest) ... ERROR\r\n\r\n======================================================================\r\nERROR: test_tokenizer_reproducibility (unittest.loader._FailedTest)\r\n----------------------------------------------------------------------\r\nImportError: Failed to import test module: test_tokenizer_reproducibility\r\nTraceback (most recent call last):\r\n File ""/ictstr01/home/aih/franz.srambical/.local/share/uv/python/cpython-3.10.15-linux-x86_64-gnu/lib/python3.10/unittest/loader.py"", line 154, in loadTestsFromName\r\n module = __import__(module_name)\r\nModuleNotFoundError: No module named 'tests.test_tokenizer_reproducibility'\r\n\r\n\r\n----------------------------------------------------------------------\r\nRan 1 test in 0.000s\r\n\r\nFAILED (errors=1)\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +43,161091,"TERMINAL",0,0,"python -m unittest tests.test_tokenizer_reproducibility.TokenizerReproducibilityTest -v",,terminal_output +44,161789,"TERMINAL",0,0,"",,terminal_output +45,161838,"TERMINAL",0,0,"\r\r",,terminal_output +46,163265,"TERMINAL",0,0,"[?25lt -v[?25h",,terminal_output +47,163826,"TERMINAL",0,0,"[?25lcibilityTes -v[?25h -v",,terminal_output +48,164083,"TERMINAL",0,0,"[?25ltyT -v[?25h -v -v -v[?25ll -v[?25h",,terminal_output +49,164172,"TERMINAL",0,0,"[?25lbi -v[?25h -v",,terminal_output +50,164380,"TERMINAL",0,0,"[?25lci -v[?25h[?25lc -v[?25h",,terminal_output +51,164576,"TERMINAL",0,0,"[?25lprodu -v -v[?25h[?25lo -v[?25h",,terminal_output +52,164625,"TERMINAL",0,0,"[?25lr -v[?25h",,terminal_output +53,164748,"TERMINAL",0,0,"[?25lRep -v[?25h",,terminal_output +54,164771,"TERMINAL",0,0," -v",,terminal_output +55,164836,"TERMINAL",0,0," -v -v",,terminal_output +56,164882,"TERMINAL",0,0," -v",,terminal_output +57,164932,"TERMINAL",0,0," -v",,terminal_output +58,165071,"TERMINAL",0,0," -v -v -v -v -v",,terminal_output +59,165198,"TERMINAL",0,0," -v -v -v",,terminal_output +60,165265,"TERMINAL",0,0," -v",,terminal_output +61,166654,"TERMINAL",0,0,"[?25lreproducibili -v[?25h",,terminal_output +62,166748,"TERMINAL",0,0,"[?25ll -v[?25h",,terminal_output +63,166842,"TERMINAL",0,0," -v -v",,terminal_output +64,166866,"TERMINAL",0,0," -v -v -v",,terminal_output +65,166886,"TERMINAL",0,0," -v",,terminal_output +66,167108,"TERMINAL",0,0," -v -v -v -v\r\r -v\r -v -v",,terminal_output +67,167200,"TERMINAL",0,0," -v \r -v\r\n\r",,terminal_output +68,167725,"TERMINAL",0,0," -v",,terminal_output +69,168009,"TERMINAL",0,0," -v -v -v -v",,terminal_output +70,169014,"TERMINAL",0,0," -v",,terminal_output +71,171720,"TERMINAL",0,0,"h -v",,terminal_output +72,171753,"TERMINAL",0,0,"[?25l-  -v[?25h",,terminal_output +73,171901,"TERMINAL",0,0,"[?25l c -v[?25h",,terminal_output +74,171915,"TERMINAL",0,0,"[?25l- h -v[?25h",,terminal_output +75,171953,"TERMINAL",0,0,"[?25l e -v[?25h",,terminal_output +76,172118,"TERMINAL",0,0,"[?25l c -v[?25hk -v",,terminal_output +77,172185,"TERMINAL",0,0,"[?25l p -v[?25h",,terminal_output +78,172309,"TERMINAL",0,0,"[?25l o -v [?25hi -vn -vt -v\r",,terminal_output +79,172354,"TERMINAL",0,0,"e -v\r",,terminal_output +80,172562,"TERMINAL",0,0,"r -v",,terminal_output +81,173216,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +82,220239,"TERMINAL",0,0,"test_distributed_checkpointing (tests.test_checkpointer.DistributedCheckpointerTest) ... ",,terminal_output +83,315346,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +84,317942,"train_tokenizer.py",0,0,"",python,selection_command +85,317944,"train_tokenizer.py",0,9533,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_command +86,317946,"train_tokenizer.py",9533,0,"",python,selection_command +87,525854,"TERMINAL",0,0,"2025-07-04 07:52:17.249811: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: DEADLINE_EXCEEDED: Deadline Exceeded\r\n\r\nRPC: /tensorflow.CoordinationService/RegisterTask\r\n",,terminal_output +88,526029,"TERMINAL",0,0,"Aborted (core dumped)\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +89,609367,"TERMINAL",0,0,"e",,terminal_output +90,609591,"TERMINAL",0,0,"[?25lx[?25h[?25li[?25h",,terminal_output +91,609713,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +92,609891,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\n",,terminal_output +93,610123,"TERMINAL",0,0,"srun: error: gpusrv69: task 0: Exited with exit code 134\r\nsalloc: Relinquishing job allocation 26666187\r\nsalloc: Job allocation 26666187 has been revoked.\r\n]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar]633;D;134",,terminal_output +94,613690,"TERMINAL",0,0,"salloc --reservation=haicu_stefan -p gpu_p --time=05:00:00 --job-name=interactive_bash --qos=gpu_normal --gres=gpu:2 -w gpusrv69 --cpus-per-task=1 --ntasks-per-node=1",,terminal_command +95,613748,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 26666197\r\n",,terminal_output +96,613869,"TERMINAL",0,0,"salloc: Nodes gpusrv69 are ready for job\r\n",,terminal_output +97,614524,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +98,616463,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +99,616669,"TERMINAL",0,0,"u': python -m unittest tests.test_checkpointer -v\r[1@n': python -m un",,terminal_output +100,616823,"TERMINAL",0,0,"[?25lnu[1@i': python -m uni[?25h[1@t': python -m unit",,terminal_output +101,616977,"TERMINAL",0,0,"[?25lnu[1@t': python -m unitt[?25h",,terminal_output +102,617047,"TERMINAL",0,0,"[?25lu[1@e': python -m unitte[?25h",,terminal_output +103,617096,"TERMINAL",0,0,"[?25lus': python -m unittest tests.test_checkpointer -v [?25h",,terminal_output +104,617182,"TERMINAL",0,0,"t': python -m unittest tests.test_checkpointer -v",,terminal_output +105,617390,"TERMINAL",0,0,"[?25lu\rfailed reverse-i-search)`unitteste': python -m unittest tests.test_checkpointer -v[?25h",,terminal_output +106,618034,"TERMINAL",0,0,"[?25l\r[franz.srambical@gpusrv69 jafar]$ python -m unittest tests.test_checkpointe\r\n\r\r\n[?2004l\r[?25h",,terminal_output +107,650470,"TERMINAL",0,0,"test_distributed_checkpointing (tests.test_checkpointer.DistributedCheckpointerTest) ... ",,terminal_output +108,751494,"tests/test_checkpointer.py",0,0,"import unittest\nimport tempfile\nimport os\nimport jax\nimport jax.numpy as jnp\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom pathlib import Path\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom flax.training.train_state import TrainState\nimport optax\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\n\nclass DistributedCheckpointerTest(unittest.TestCase):\n def setUp(self):\n super().setUp()\n self._temp_dir_manager = tempfile.TemporaryDirectory()\n self.checkpoint_dir = Path(self._temp_dir_manager.name)\n self.addCleanup(self._temp_dir_manager.cleanup)\n\n # FIXME (f.srambical): If the tests pass, we should use the default model config instead\n self.model_kwargs = dict(\n in_dim=3,\n model_dim=8,\n latent_dim=4,\n num_latents=16,\n patch_size=2,\n num_blocks=1,\n num_heads=1,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.image_shape = (8, 8, 3)\n self.seq_len = 2\n self.batch_size = 2\n self.seed = 0\n\n def test_distributed_checkpointing(self):\n jax.distributed.initialize()\n num_devices = jax.device_count()\n self.assertGreater(num_devices, 0)\n\n model = TokenizerVQVAE(**self.model_kwargs)\n rng = jax.random.PRNGKey(self.seed)\n dummy_inputs = dict(\n videos=jnp.zeros((self.batch_size, self.seq_len, *self.image_shape), dtype=jnp.float32)\n )\n params = model.init(rng, dummy_inputs)\n\n tx = optax.adam(1e-3)\n state = TrainState.create(apply_fn=model.apply, params=params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n state = jax.device_put(state, replicated_sharding)\n\n ckpt = {""model"": state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n ckpt_path = str(self.checkpoint_dir / ""test_ckpt"")\n orbax_checkpointer.save(ckpt_path, ckpt, save_args=save_args)\n self.assertTrue(os.path.exists(ckpt_path))\n\n restore_target = {""model"": state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n restored = orbax_checkpointer.restore(ckpt_path, item=restore_target, restore_args=restore_args)\n for k in state.params.keys():\n self.assertTrue(jax.tree_util.tree_all(jnp.allclose(state.params[k], restored[""model""].params[k])))\n\nif __name__ == ""__main__"":\n unittest.main()\n",python,tab +109,766733,"tests/test_checkpointer.py",468,0,"",python,selection_mouse +110,766752,"tests/test_checkpointer.py",467,0,"",python,selection_command +111,767753,"tests/test_checkpointer.py",1174,0,"",python,selection_command +112,768192,"TERMINAL",0,0,"ERROR\r\n\r\n======================================================================\r\nERROR: test_distributed_checkpointing (tests.test_checkpointer.DistributedCheckpointerTest)\r\n----------------------------------------------------------------------\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/tests/test_checkpointer.py"", line 71, in test_distributed_checkpointing\r\n self.assertTrue(jax.tree_util.tree_all(jnp.allclose(state.params[k], restored[""model""].params[k])))\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 3680, in allclose\r\n util.check_arraylike(""allclose"", a, b)\r\n File ""/ictstr01/groups/haicu/workspace/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 181, in check_arraylike\r\n raise TypeError(msg.format(fun_name, type(arg), pos))\r\nTypeError: allclose requires ndarray or scalar arguments, got at position 0.\r\n\r\n----------------------------------------------------------------------\r\nRan 1 test in 117.720s\r\n\r\nFAILED (errors=1)\r\n",,terminal_output +113,768452,"tests/test_checkpointer.py",415,0,"",python,selection_command +114,781752,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +115,794232,"TERMINAL",0,0,"",,terminal_command +116,794253,"TERMINAL",0,0,"]633;Ajafar[franz.srambical@hpc-submit01]/lustre/groups/haicu/workspace/franz.srambical/jafar% ]633;B[?2004l\r\r\n% \r \r]633;E;;]633;C]633;D",,terminal_output +117,881505,"tests/test_checkpointer.py",2550,149," # Compare parameters recursively, handling nested structure\n def compare_params(original, restored):\n if isinstance(original, dict):\n for k in original.keys():\n compare_params(original[k], restored[k])\n else:\n self.assertTrue(jnp.allclose(original, restored))\n \n compare_params(state.params, restored[""model""].params)",python,content +118,886103,"tests/test_checkpointer.py",875,0,"",python,selection_mouse +119,886114,"tests/test_checkpointer.py",874,0,"",python,selection_command +120,886795,"tests/test_checkpointer.py",1494,0,"",python,selection_command +121,886922,"tests/test_checkpointer.py",2558,0,"",python,selection_command +122,887090,"tests/test_checkpointer.py",3016,0,"",python,selection_command +123,889470,"TERMINAL",0,0,"",,terminal_command +124,889471,"TERMINAL",0,0,"]633;Ajafar[franz.srambical@hpc-submit01]/lustre/groups/haicu/workspace/franz.srambical/jafar% ]633;B[?2004l\r\r\n% \r \r]633;E;;]633;C]633;D",,terminal_output +125,889606,"train_tokenizer.py",0,0,"",python,tab +126,890429,"tests/test_checkpointer.py",0,0,"",python,tab +127,891225,"TERMINAL",0,0,"",,terminal_focus +128,893420,"TERMINAL",0,0,"bash",,terminal_focus +129,894879,"TERMINAL",0,0,"srun",,terminal_focus +130,895877,"TERMINAL",0,0,"[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +131,896026,"TERMINAL",0,0,"python -m unittest tests.test_checkpointer -v",,terminal_output +132,896544,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +133,897603,"TERMINAL",0,0,"test_distributed_checkpointing (tests.test_checkpointer.DistributedCheckpointerTest) ... ",,terminal_output +134,908293,"TERMINAL",0,0,"ok\r\n\r\n----------------------------------------------------------------------\r\nRan 1 test in 10.382s\r\n\r\nOK\r\n",,terminal_output +135,908591,"TERMINAL",0,0,"]0;franz.srambical@hpc-submit01:/lustre/groups/haicu/workspace/franz.srambical/jafar[?2004h[franz.srambical@gpusrv69 jafar]$ ",,terminal_output +136,915659,"tests/test_checkpointer.py",2326,0,"",python,selection_mouse +137,921902,"tests/test_checkpointer.py",1365,0,"",python,selection_command +138,922062,"tests/test_checkpointer.py",706,0,"",python,selection_command +139,922219,"tests/test_checkpointer.py",0,0,"",python,selection_command +140,922848,"tests/test_checkpointer.py",706,0,"",python,selection_command +141,923377,"tests/test_checkpointer.py",0,0,"",python,selection_command +142,923917,"tests/test_checkpointer.py",16,0,"",python,selection_command +143,924161,"tests/test_checkpointer.py",32,0,"",python,selection_command +144,924180,"tests/test_checkpointer.py",42,0,"",python,selection_command +145,924264,"tests/test_checkpointer.py",53,0,"",python,selection_command +146,924303,"tests/test_checkpointer.py",77,0,"",python,selection_command +147,924323,"tests/test_checkpointer.py",115,0,"",python,selection_command +148,924325,"tests/test_checkpointer.py",163,0,"",python,selection_command +149,924346,"tests/test_checkpointer.py",188,0,"",python,selection_command +150,924372,"tests/test_checkpointer.py",189,0,"",python,selection_command +151,924420,"tests/test_checkpointer.py",233,0,"",python,selection_command +152,924484,"tests/test_checkpointer.py",282,0,"",python,selection_command +153,924504,"tests/test_checkpointer.py",295,0,"",python,selection_command +154,924514,"tests/test_checkpointer.py",355,0,"",python,selection_command +155,924613,"tests/test_checkpointer.py",414,0,"",python,selection_command +156,924614,"tests/test_checkpointer.py",415,0,"",python,selection_command +157,926100,"tests/test_checkpointer.py",1174,0,"",python,selection_command +158,926632,"tests/test_checkpointer.py",1188,0,"",python,selection_command +159,926737,"tests/test_checkpointer.py",1197,0,"",python,selection_command +160,926900,"tests/test_checkpointer.py",1243,0,"",python,selection_command +161,927066,"tests/test_checkpointer.py",1246,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8e7b7877-c553-4d5c-a7c5-433adcd8112b1754287948136-2025_08_04-08.12.35.154/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8e7b7877-c553-4d5c-a7c5-433adcd8112b1754287948136-2025_08_04-08.12.35.154/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..2a57fa9f39bd0cecbe0fd31ff4385cf22ac3b245 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-8e7b7877-c553-4d5c-a7c5-433adcd8112b1754287948136-2025_08_04-08.12.35.154/source.csv @@ -0,0 +1,286 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable, List\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z_BTNM = self.spatial_pos_enc(x_BTNM)\n z_BTNM = self.spatial_norm(z_BTNM)\n z_BTNM = self.spatial_attention(z_BTNM)\n x_BTNM = x_BTNM + z_BTNM\n\n # --- Temporal attention ---\n x_BNTM = x_BTNM.swapaxes(1, 2)\n z_BNTM = self.temporal_pos_enc(x_BNTM)\n z_BNTM = self.temporal_norm(z_BNTM)\n z_BNTM = self.temporal_attention(z_BNTM)\n x_BNTM = x_BNTM + z_BNTM\n x_BTNM = x_BNTM.swapaxes(1, 2)\n\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\n\nclass STTransformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM)\n\n x_BTNO = self.output_dense(x_BTNM)\n return x_BTNO\n\nclass TransformerBlock(nnx.Module):\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.temporal_pos_enc = PositionalEncoding(self.model_dim)\n self.spatial_pos_enc = PositionalEncoding(self.model_dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x_BTNM: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n # --- Spatial attention ---\n B, T, N, M = x_BTNM.shape\n z_FNM = einops.rearrange(x_BTNM, ""b t n m -> (b t) n m"")\n z_FNM = self.spatial_norm(z_FNM)\n if self.decode:\n assert pos_index is not None\n z_FM = z_FNM[:, pos_index[1]]\n z_F1M = jnp.reshape(z_FM, (B * T, 1, M))\n z_F1M = self.spatial_attention(z_F1M)\n z_FM = jnp.reshape(z_F1M, (B * T, M))\n z_FNM = z_FNM.at[:, pos_index[1], :].set(z_FM)\n else:\n z_FNM = self.spatial_attention(z_FNM)\n z_BTNM = einops.rearrange(z_FNM, ""(b t) n m -> b t n m"", t=T)\n x_BTNM = x_BTNM + z_BTNM\n # --- Temporal attention ---\n z_PTM = einops.rearrange(x_BTNM, ""b t n m -> (b n) t m"")\n z_PTM = self.temporal_norm(z_PTM)\n if self.decode:\n assert pos_index is not None\n z_PM = z_PTM[:, pos_index[0]]\n z_P1M = jnp.reshape(z_PM, (B * N, 1, M))\n z_P1M = self.temporal_attention(z_P1M)\n z_PM = jnp.reshape(z_P1M, (B * N, M))\n z_PTM = z_PTM.at[:, pos_index[0], :].set(z_PM)\n else:\n z_PTM = self.temporal_attention(z_PTM)\n z_BTNM = einops.rearrange(z_PTM, ""(b n) t m -> b t n m"", n=N)\n x_BTNM = x_BTNM + z_BTNM\n # --- Feedforward ---\n z_BTNM = self.ffn_norm(x_BTNM)\n z_BTND = self.ffn_dense1(z_BTNM)\n z_BTND = jax.nn.gelu(z_BTND)\n z_BTNM = self.ffn_dense2(z_BTND)\n x_BTNM = x_BTNM + z_BTNM\n\n return x_BTNM\n\nclass Transformer(nnx.Module):\n """"""\n Dimension keys:\n B: batch size\n T: number of frames\n N: number of patches per frame\n I: number of input features\n M: model dimension\n D: FFN dimension\n O: number of output features\n F: number of frames in batch\n P: number of patch positions in batch\n """"""\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.pos_enc = PositionalEncoding(self.model_dim)\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: List[TransformerBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x_BTNI: jax.Array, pos_index: Tuple[jax.Array, jax.Array] | None = None) -> jax.Array:\n x_BTNI = self.input_norm1(x_BTNI)\n x_BTNM = self.input_dense(x_BTNI)\n x_BTNM = self.input_norm2(x_BTNM)\n x_BTNM = self.pos_enc(x_BTNM)\n\n for block in self.blocks:\n x_BTNM = block(x_BTNM, pos_index)\n\n x_BTNV = self.output_dense(x_BTNM)\n return x_BTNV\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n """"""\n Dimension keys:\n D: B * T * N\n K: number of latents\n L: latent dimension\n """"""\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x_DL: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x_DL = normalize(x_DL)\n normalized_codebook_KL = normalize(self.codebook.value)\n distance_DK = -jnp.matmul(x_DL, normalized_codebook_KL.T)\n if training:\n distance_DK = self.drop(distance_DK)\n\n # --- Get indices and embeddings ---\n indices_D = jnp.argmin(distance_DK, axis=-1)\n z_DL = self.codebook[indices_D]\n\n # --- Straight through estimator ---\n z_q_DL = x_DL + jax.lax.stop_gradient(z_DL - x_DL)\n return z_q_DL, z_DL, x_DL, indices_D\n\n def get_codes(self, indices_E: jax.Array) -> jax.Array:\n return self.codebook[indices_E]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n flax.nnx.MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim),\n but jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim). We reshape to\n ensure compatibility. cuDNN's flash attention additionally requires a sequence length that\n is a multiple of 4. We pad the sequence length to the nearest multiple of 4 and mask\n accordingly. Note that cuDNN requires the mask to be broadcast before calling the attention\n function due to strict shape checking.\n """"""\n\n def attention_fn(query_BTHD, key_BSHD, value_BSHD, bias=None, mask_B111=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _merge_batch_dims(x):\n return einops.rearrange(x, ""... l h k -> (...) l h k"")\n\n def _pad(x, pad_size):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query_BTHD.shape\n T = query_BTHD.shape[-3]\n S = key_BSHD.shape[-3]\n\n # Pad to nearest multiple of 4\n Q = ((T + 3) // 4) * 4\n pad_size_Q = Q - T\n K = ((S + 3) // 4) * 4\n pad_size_K = K - S\n\n query_BQHD = _pad(_merge_batch_dims(query_BTHD), pad_size_Q)\n key_BKHD = _pad(_merge_batch_dims(key_BSHD), pad_size_K)\n value_BKHD = _pad(_merge_batch_dims(value_BSHD), pad_size_K)\n B = query_BQHD.shape[0]\n\n attention_mask = jnp.ones((Q, K), dtype=jnp.bool_)\n attention_mask = attention_mask.at[Q:, :].set(False)\n attention_mask = attention_mask.at[:, K:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask_B111 is not None:\n # FIXME (f.srambical): Why do we need this?\n mask_B111 = _merge_batch_dims(mask_B111)\n # We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_B1TS = einops.repeat(mask_B111, ""... 1 1 -> ... t s"", t=Q, s=K)\n mask_B1TS = mask_B111.astype(jnp.bool)\n else:\n mask_11TS = attention_mask[jnp.newaxis, jnp.newaxis, :, :]\n mask_B1TS = jnp.broadcast_to(mask_11TS, (B, 1, Q, K))\n\n bias_4d = _merge_batch_dims(bias) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_BQHD,\n key=key_BKHD,\n value=value_BKHD,\n bias=bias_4d,\n mask=mask_B1TS,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :T, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +2,156,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:12:35 AM [info] Activating crowd-code\n8:12:35 AM [info] Recording started\n8:12:35 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,270,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"8:12:35 AM [info] Git repository found\n8:12:35 AM [info] Git provider initialized successfully\n8:12:35 AM [info] Initial git state: [object Object]\n",Log,content +4,27027,"TERMINAL",0,0,"",,terminal_focus +5,27028,"utils/nn.py",0,0,"",python,tab +6,27772,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +7,30804,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +8,30871,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14895\r\n",,terminal_output +9,30978,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +10,31985,"TERMINAL",0,0,"salloc: Nodes hai005 are ready for job\r\n",,terminal_output +11,32407,"TERMINAL",0,0,"Running inside SLURM, Job ID 14895.\r\n",,terminal_output +12,32483,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +13,33111,"TERMINAL",0,0,"n",,terminal_output +14,33239,"TERMINAL",0,0,"s",,terminal_output +15,33338,"TERMINAL",0,0,"y",,terminal_output +16,33448,"TERMINAL",0,0,"s",,terminal_output +17,33607,"TERMINAL",0,0,"",,terminal_output +18,33984,"TERMINAL",0,0,"\r\nnsys nsys-ui \r\n[franz.srambical@hai005.haicore.berlin:~/jafar] $ nsys",,terminal_output +19,34150,"TERMINAL",0,0,"\r\nnsys nsys-ui \r\n[franz.srambical@hai005.haicore.berlin:~/jafar] $ nsys",,terminal_output +20,35164,"TERMINAL",0,0," ",,terminal_output +21,37061,"TERMINAL",0,0,"p",,terminal_output +22,37138,"TERMINAL",0,0,"r",,terminal_output +23,37229,"TERMINAL",0,0,"o",,terminal_output +24,37328,"TERMINAL",0,0,"f",,terminal_output +25,37429,"TERMINAL",0,0,"i",,terminal_output +26,37529,"TERMINAL",0,0,"l",,terminal_output +27,37652,"TERMINAL",0,0,"e",,terminal_output +28,37716,"TERMINAL",0,0," ",,terminal_output +29,37984,"TERMINAL",0,0,"-",,terminal_output +30,38182,"TERMINAL",0,0,"o",,terminal_output +31,38288,"TERMINAL",0,0," ",,terminal_output +32,40833,"TERMINAL",0,0,"m",,terminal_output +33,41751,"TERMINAL",0,0,"",,terminal_output +34,41984,"TERMINAL",0,0,"f",,terminal_output +35,42303,"TERMINAL",0,0,"",,terminal_output +36,42423,"TERMINAL",0,0,"t",,terminal_output +37,42500,"TERMINAL",0,0,"e",,terminal_output +38,42559,"TERMINAL",0,0,"s",,terminal_output +39,42623,"TERMINAL",0,0,"t",,terminal_output +40,42845,"TERMINAL",0,0,"_",,terminal_output +41,43219,"TERMINAL",0,0,"p",,terminal_output +42,43371,"TERMINAL",0,0,"r",,terminal_output +43,43445,"TERMINAL",0,0,"o",,terminal_output +44,43592,"TERMINAL",0,0,"f",,terminal_output +45,43670,"TERMINAL",0,0,"i",,terminal_output +46,43725,"TERMINAL",0,0,"l",,terminal_output +47,43811,"TERMINAL",0,0,"e",,terminal_output +48,44081,"TERMINAL",0,0," ",,terminal_output +49,45881,"TERMINAL",0,0,"-",,terminal_output +50,46075,"TERMINAL",0,0,"-f",,terminal_output +51,46200,"TERMINAL",0,0,"o",,terminal_output +52,46313,"TERMINAL",0,0,"r",,terminal_output +53,46568,"TERMINAL",0,0,"c",,terminal_output +54,46633,"TERMINAL",0,0,"e",,terminal_output +55,46935,"TERMINAL",0,0,"_",,terminal_output +56,47620,"TERMINAL",0,0,"",,terminal_output +57,48781,"TERMINAL",0,0,"-",,terminal_output +58,48978,"TERMINAL",0,0,"o",,terminal_output +59,49100,"TERMINAL",0,0,"v",,terminal_output +60,49293,"TERMINAL",0,0,"e",,terminal_output +61,49368,"TERMINAL",0,0,"r",,terminal_output +62,49569,"TERMINAL",0,0,"w",,terminal_output +63,49643,"TERMINAL",0,0,"r",,terminal_output +64,49754,"TERMINAL",0,0,"i",,terminal_output +65,49862,"TERMINAL",0,0,"t",,terminal_output +66,49947,"TERMINAL",0,0,"e",,terminal_output +67,51426,"TERMINAL",0,0," ",,terminal_output +68,51499,"TERMINAL",0,0,"t",,terminal_output +69,52077,"TERMINAL",0,0,"r",,terminal_output +70,52423,"TERMINAL",0,0,"y",,terminal_output +71,52541,"TERMINAL",0,0,"e",,terminal_output +72,52617,"TERMINAL",0,0," ",,terminal_output +73,53355,"TERMINAL",0,0,"",,terminal_output +74,53510,"TERMINAL",0,0,"",,terminal_output +75,53668,"TERMINAL",0,0,"",,terminal_output +76,54103,"TERMINAL",0,0,"u",,terminal_output +77,54185,"TERMINAL",0,0,"e",,terminal_output +78,54328,"TERMINAL",0,0," ",,terminal_output +79,54478,"TERMINAL",0,0,"-",,terminal_output +80,54649,"TERMINAL",0,0,"-",,terminal_output +81,56255,"TERMINAL",0,0,"t",,terminal_output +82,56397,"TERMINAL",0,0,"r",,terminal_output +83,56544,"TERMINAL",0,0,"a",,terminal_output +84,56661,"TERMINAL",0,0,"c",,terminal_output +85,56781,"TERMINAL",0,0,"e",,terminal_output +86,56938,"TERMINAL",0,0,"=",,terminal_output +87,57153,"TERMINAL",0,0,"c",,terminal_output +88,57312,"TERMINAL",0,0,"u",,terminal_output +89,57395,"TERMINAL",0,0,"d",,terminal_output +90,57446,"TERMINAL",0,0,"a",,terminal_output +91,57835,"TERMINAL",0,0,",",,terminal_output +92,59494,"TERMINAL",0,0,"n",,terminal_output +93,59551,"TERMINAL",0,0,"v",,terminal_output +94,59742,"TERMINAL",0,0,"t",,terminal_output +95,59932,"TERMINAL",0,0,"x",,terminal_output +96,61804,"TERMINAL",0,0," ",,terminal_output +97,63065,"TERMINAL",0,0,"b",,terminal_output +98,63194,"TERMINAL",0,0,"as",,terminal_output +99,63280,"TERMINAL",0,0,"h",,terminal_output +100,63429,"TERMINAL",0,0," e",,terminal_output +101,63600,"TERMINAL",0,0,"x",,terminal_output +102,63677,"TERMINAL",0,0,"p",,terminal_output +103,63794,"TERMINAL",0,0,"e",,terminal_output +104,63864,"TERMINAL",0,0,"ri",,terminal_output +105,63916,"TERMINAL",0,0,"m",,terminal_output +106,64042,"TERMINAL",0,0,"ents/",,terminal_output +107,65215,"TERMINAL",0,0,"t",,terminal_output +108,65607,"TERMINAL",0,0,"r",,terminal_output +109,65719,"TERMINAL",0,0,"ai",,terminal_output +110,65771,"TERMINAL",0,0,"n",,terminal_output +111,65935,"TERMINAL",0,0,"",,terminal_output +112,66603,"TERMINAL",0,0,"",,terminal_output +113,67080,"TERMINAL",0,0,"",,terminal_output +114,67235,"TERMINAL",0,0,"",,terminal_output +115,67378,"TERMINAL",0,0,"",,terminal_output +116,67520,"TERMINAL",0,0,"",,terminal_output +117,67649,"TERMINAL",0,0,"",,terminal_output +118,67836,"TERMINAL",0,0,"d",,terminal_output +119,67899,"TERMINAL",0,0,"y",,terminal_output +120,68013,"TERMINAL",0,0,"namics_grain_",,terminal_output +121,68464,"TERMINAL",0,0,"t",,terminal_output +122,68565,"TERMINAL",0,0,"ok",,terminal_output +123,68674,"TERMINAL",0,0,"_",,terminal_output +124,69397,"TERMINAL",0,0,"r",,terminal_output +125,69607,"TERMINAL",0,0,"estore.sh ",,terminal_output +126,70404,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +127,71800,"TERMINAL",0,0,"Collecting data...\r\n",,terminal_output +128,77965,"TERMINAL",0,0,"WARNING:2025-08-04 08:13:53,008:jax._src.distributed:127: JAX detected proxy variable(s) in the environment as distributed setup: QUADD_INJECTION_PROXY. On some systems, this may cause a hang of distributed.initialize and you may need to unset these ENV variable(s)\r\nWARNING:jax._src.distributed:JAX detected proxy variable(s) in the environment as distributed setup: QUADD_INJECTION_PROXY. On some systems, this may cause a hang of distributed.initialize and you may need to unset these ENV variable(s)\r\n",,terminal_output +129,78646,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +130,86522,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +131,88929,"TERMINAL",0,0,"WARNING:absl:Metadata file does not exist: /home/franz.srambical/jafar/checkpoints/causal_dynamics_openai_grain_tok_restore/000290/_CHECKPOINT_METADATA\r\n",,terminal_output +132,89797,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +133,96833,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +134,98035,"TERMINAL",0,0,"2025-08-04 08:14:13.078544: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +135,98192,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1754288053.237108 3090181 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\n",,terminal_output +136,98265,"TERMINAL",0,0,"E0000 00:00:1754288053.280784 3090181 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +137,98709,"TERMINAL",0,0,"W0000 00:00:1754288053.643365 3090181 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1754288053.643382 3090181 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1754288053.643385 3090181 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1754288053.643387 3090181 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +138,104271,"TERMINAL",0,0,"2025-08-04 08:14:19.312081: E external/xla/xla/backends/profiler/gpu/cupti_error_manager.cc:213] cuptiSubscribe: error 39: CUPTI_ERROR_MULTIPLE_SUBSCRIBERS_NOT_SUPPORTED\r\n2025-08-04 08:14:19.312098: E external/xla/xla/backends/profiler/gpu/cupti_error_manager.cc:242] cuptiGetResultString: ignored due to a previous error.\r\nE0804 08:14:19.312101 3090181 cupti_tracer.cc:1204] function cupti_interface_->Subscribe( &subscriber_, (CUpti_CallbackFunc)ApiCallback, this)failed with error \r\n",,terminal_output +139,131807,"TERMINAL",0,0,"2025-08-04 08:14:46.853849: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-04 08:14:46.854633: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-04 08:14:46.855920: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-08-04 08:14:46.855946: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +140,156766,"TERMINAL",0,0,"Step 0, loss: 16.796998977661133\r\n",,terminal_output +141,195251,"TERMINAL",0,0,"Step 1, loss: 1.9303642511367798\r\n",,terminal_output +142,196253,"TERMINAL",0,0,"Step 2, loss: 2.342648506164551\r\n",,terminal_output +143,197253,"TERMINAL",0,0,"Step 3, loss: 2.199798107147217\r\n",,terminal_output +144,198255,"TERMINAL",0,0,"Step 4, loss: 1.6089359521865845\r\nSaved checkpoint at step 5\r\n",,terminal_output +145,199252,"TERMINAL",0,0,"2025-08-04 08:15:53.706165: E external/xla/xla/backends/profiler/gpu/cupti_error_manager.cc:157] cuptiFinalize: ignored due to a previous error.\r\n2025-08-04 08:15:53.706187: E external/xla/xla/backends/profiler/gpu/cupti_error_manager.cc:242] cuptiGetResultString: ignored due to a previous error.\r\nE0804 08:15:53.706190 3090181 cupti_tracer.cc:1317] function cupti_interface_->Finalize()failed with error \r\n2025-08-04 08:15:53.707018: E external/xla/xla/backends/profiler/gpu/cupti_error_manager.cc:150] cuptiGetTimestamp: ignored due to a previous error.\r\n",,terminal_output +146,210246,"TERMINAL",0,0,"2025-08-04 08:16:04.208428: E external/xla/xla/backends/profiler/gpu/cupti_error_manager.cc:150] cuptiGetTimestamp: ignored due to a previous error.\r\n",,terminal_output +147,249252,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 10 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +148,253252,"TERMINAL",0,0,"Generating '/var/tmp/nsys-report-4202.qdstrm'\r\n",,terminal_output +149,255249,"TERMINAL",0,0,"\r[1/1] [0% ] test_profile.nsys-rep\r[1/1] [0% ] test_profile.nsys-rep\r[1/1] [10% ] test_profile.nsys-rep\r[1/1] [8% ] test_profile.nsys-rep\r[1/1] [7% ] test_profile.nsys-rep\r[1/1] [6% ] test_profile.nsys-rep\r[1/1] [12% ] test_profile.nsys-rep\r[1/1] [10% ] test_profile.nsys-rep\r[1/1] [9% ] test_profile.nsys-rep\r[1/1] [8% ] test_profile.nsys-rep\r[1/1] [7% ] test_profile.nsys-rep\r[1/1] [6% ] test_profile.nsys-rep\r[1/1] [8% ] test_profile.nsys-rep\r[1/1] [10% ] test_profile.nsys-rep\r[1/1] [11% ] test_profile.nsys-rep\r[1/1] [12% ] test_profile.nsys-rep\r[1/1] [13% ] test_profile.nsys-rep\r[1/1] [12% ] test_profile.nsys-rep\r[1/1] [13% ] test_profile.nsys-rep\r[1/1] [12% ] test_profile.nsys-rep\r[1/1] [13% ] test_profile.nsys-rep\r[1/1] [14% ] test_profile.nsys-rep\r[1/1] [13% ] test_profile.nsys-rep\r[1/1] [12% ] test_profile.nsys-rep\r[1/1] [13% ] test_profile.nsys-rep\r[1/1] [12% ] test_profile.nsys-rep\r[1/1] [11% ] test_profile.nsys-rep\r[1/1] [10% ] test_profile.nsys-rep\r[1/1] [9% ] test_profile.nsys-rep\r[1/1] [8% ] test_profile.nsys-rep\r[1/1] [7% ] test_profile.nsys-rep\r[1/1] [6% ] test_profile.nsys-rep\r[1/1] [7% ] test_profile.nsys-rep\r[1/1] [8% ] test_profile.nsys-rep\r[1/1] [9% ] test_profile.nsys-rep\r[1/1] [11% ] test_profile.nsys-rep\r[1/1] [13% ] test_profile.nsys-rep\r[1/1] [=15% ] test_profile.nsys-rep\r[1/1] [=17% ] test_profile.nsys-rep\r[1/1] [==19% ] test_profile.nsys-rep\r[1/1] [==21% ] test_profile.nsys-rep\r[1/1] [===22% ] test_profile.nsys-rep\r[1/1] [===23% ] test_profile.nsys-rep\r[1/1] [====25% ] test_profile.nsys-rep\r[1/1] [====27% ] test_profile.nsys-rep\r[1/1] [=====30% ] test_profile.nsys-rep\r[1/1] [=====32% ] test_profile.nsys-rep\r[1/1] [======34% ] test_profile.nsys-rep\r[1/1] [=======36% ] test_profile.nsys-rep\r[1/1] [=======37% ] test_profile.nsys-rep\r[1/1] [=======38% ] test_profile.nsys-rep\r[1/1] [=======39% ] test_profile.nsys-rep\r[1/1] [========40% ] test_profile.nsys-rep\r[1/1] [========41% ] test_profile.nsys-rep\r[1/1] [========42% ] test_profile.nsys-rep\r[1/1] [=========43% ] test_profile.nsys-rep\r[1/1] [=========44% ] test_profile.nsys-rep\r[1/1] [=========45% ] test_profile.nsys-rep\r[1/1] [==========47% ] test_profile.nsys-rep\r[1/1] [==========49% ] test_profile.nsys-rep\r[1/1] [===========51% ] test_profile.nsys-rep\r[1/1] [===========53% ] test_profile.nsys-rep\r[1/1] [============55% ] test_profile.nsys-rep\r[1/1] [============57% ] test_profile.nsys-rep\r[1/1] [=============59% ] test_profile.nsys-rep\r[1/1] [==============61% ] test_profile.nsys-rep\r[1/1] [==============63% ] test_profile.nsys-rep\r[1/1] [===============65% ] test_profile.nsys-rep\r[1/1] [================68% ] test_profile.nsys-rep\r[1/1] [================70% ] test_profile.nsys-rep\r[1/1] [=================72% ] test_profile.nsys-rep\r[1/1] [=================74% ] test_profile.nsys-rep\r[1/1] [==================76% ] test_profile.nsys-rep\r[1/1] [==================77% ] test_profile.nsys-rep\r[1/1] [===================82% ] test_profile.nsys-rep\r[1/1] [========================100%] test_profile.nsys-rep",,terminal_output +150,260255,"TERMINAL",0,0,"\r[1/1] [========================100%] test_profile.nsys-rep\r\nGenerated:\r\n /fast/home/franz.srambical/jafar/test_profile.nsys-rep\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +151,341900,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +152,955976,"TERMINAL",0,0,"n",,terminal_output +153,956091,"TERMINAL",0,0,"c",,terminal_output +154,956287,"TERMINAL",0,0,"u",,terminal_output +155,961697,"TERMINAL",0,0," ",,terminal_output +156,961792,"TERMINAL",0,0,"-",,terminal_output +157,961973,"TERMINAL",0,0,"o",,terminal_output +158,962062,"TERMINAL",0,0," ",,terminal_output +159,963985,"TERMINAL",0,0,"t",,terminal_output +160,964066,"TERMINAL",0,0,"e",,terminal_output +161,964152,"TERMINAL",0,0,"s",,terminal_output +162,964204,"TERMINAL",0,0,"t",,terminal_output +163,964485,"TERMINAL",0,0,"_",,terminal_output +164,964669,"TERMINAL",0,0,"p",,terminal_output +165,964751,"TERMINAL",0,0,"r",,terminal_output +166,964865,"TERMINAL",0,0,"o",,terminal_output +167,964979,"TERMINAL",0,0,"f",,terminal_output +168,965104,"TERMINAL",0,0,"i",,terminal_output +169,965164,"TERMINAL",0,0,"l",,terminal_output +170,965256,"TERMINAL",0,0,"e",,terminal_output +171,967201,"TERMINAL",0,0," ",,terminal_output +172,967345,"TERMINAL",0,0,"-",,terminal_output +173,967491,"TERMINAL",0,0,"-",,terminal_output +174,967546,"TERMINAL",0,0,"s",,terminal_output +175,967605,"TERMINAL",0,0,"e",,terminal_output +176,967696,"TERMINAL",0,0,"t",,terminal_output +177,967801,"TERMINAL",0,0," ",,terminal_output +178,968014,"TERMINAL",0,0,"f",,terminal_output +179,968095,"TERMINAL",0,0,"u",,terminal_output +180,968192,"TERMINAL",0,0,"l",,terminal_output +181,968385,"TERMINAL",0,0,"l",,terminal_output +182,968479,"TERMINAL",0,0," ",,terminal_output +183,970729,"TERMINAL",0,0,"bas",,terminal_output +184,970834,"TERMINAL",0,0,"h",,terminal_output +185,970969,"TERMINAL",0,0," e",,terminal_output +186,971152,"TERMINAL",0,0,"x",,terminal_output +187,971246,"TERMINAL",0,0,"p",,terminal_output +188,971509,"TERMINAL",0,0,"erim",,terminal_output +189,971611,"TERMINAL",0,0,"ents/",,terminal_output +190,972533,"TERMINAL",0,0,"t",,terminal_output +191,972669,"TERMINAL",0,0,"r",,terminal_output +192,972766,"TERMINAL",0,0,"ai",,terminal_output +193,972843,"TERMINAL",0,0,"n",,terminal_output +194,973130,"TERMINAL",0,0,"",,terminal_output +195,973284,"TERMINAL",0,0,"",,terminal_output +196,973415,"TERMINAL",0,0,"",,terminal_output +197,973572,"TERMINAL",0,0,"",,terminal_output +198,973721,"TERMINAL",0,0,"",,terminal_output +199,973900,"TERMINAL",0,0,"d",,terminal_output +200,973998,"TERMINAL",0,0,"y",,terminal_output +201,974129,"TERMINAL",0,0,"namics_grain_",,terminal_output +202,974856,"TERMINAL",0,0,"t",,terminal_output +203,975063,"TERMINAL",0,0,"ok_",,terminal_output +204,976053,"TERMINAL",0,0,"r",,terminal_output +205,976210,"TERMINAL",0,0,"estore.sh ",,terminal_output +206,976605,"TERMINAL",0,0,"\r\n[?2004l\rbash: ncu: command not found\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +207,978326,"TERMINAL",0,0,"n",,terminal_output +208,978392,"TERMINAL",0,0,"c",,terminal_output +209,978620,"TERMINAL",0,0,"",,terminal_output +210,978862,"TERMINAL",0,0,"\r\nncclras ncdu ncurses6-config ncursesw6-config \r\n[franz.srambical@hai005.haicore.berlin:~/jafar] $ nc",,terminal_output +211,979116,"TERMINAL",0,0,"u",,terminal_output +212,981520,"TERMINAL",0,0,"",,terminal_output +213,982234,"TERMINAL",0,0,"u",,terminal_output +214,982369,"TERMINAL",0,0,"rses",,terminal_output +215,982539,"TERMINAL",0,0,"",,terminal_output +216,983359,"TERMINAL",0,0,"",,terminal_output +217,992859,"TERMINAL",0,0,"m",,terminal_output +218,992923,"TERMINAL",0,0,"o",,terminal_output +219,993010,"TERMINAL",0,0,"d",,terminal_output +220,993130,"TERMINAL",0,0,"u",,terminal_output +221,993284,"TERMINAL",0,0,"l",,terminal_output +222,993401,"TERMINAL",0,0,"e",,terminal_output +223,993573,"TERMINAL",0,0,"",,terminal_output +224,993929,"TERMINAL",0,0,"\r\nmodule modulemd-validator \r\n[franz.srambical@hai005.haicore.berlin:~/jafar] $ module",,terminal_output +225,995094,"TERMINAL",0,0," ",,terminal_output +226,995401,"TERMINAL",0,0,"",,terminal_output +227,995876,"TERMINAL",0,0,"l",,terminal_output +228,996199,"TERMINAL",0,0,"",,terminal_output +229,996597,"TERMINAL",0,0,"l",,terminal_output +230,996669,"TERMINAL",0,0,"i",,terminal_output +231,996885,"TERMINAL",0,0,"t",,terminal_output +232,997246,"TERMINAL",0,0,"s",,terminal_output +233,997333,"TERMINAL",0,0,"t",,terminal_output +234,997504,"TERMINAL",0,0," ",,terminal_output +235,997813,"TERMINAL",0,0,"\r\n[?2004l\rNo modules loaded\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +236,1000434,"TERMINAL",0,0,"module list ",,terminal_output +237,1001046,"TERMINAL",0,0,"",,terminal_output +238,1001216,"TERMINAL",0,0,"",,terminal_output +239,1001368,"TERMINAL",0,0,"",,terminal_output +240,1001521,"TERMINAL",0,0,"",,terminal_output +241,1001685,"TERMINAL",0,0,"",,terminal_output +242,1001849,"TERMINAL",0,0,"s",,terminal_output +243,1001964,"TERMINAL",0,0,"p",,terminal_output +244,1002024,"TERMINAL",0,0,"i",,terminal_output +245,1002120,"TERMINAL",0,0,"d",,terminal_output +246,1002330,"TERMINAL",0,0,"e",,terminal_output +247,1002404,"TERMINAL",0,0,"r",,terminal_output +248,1002594,"TERMINAL",0,0," ",,terminal_output +249,1004453,"TERMINAL",0,0,"n",,terminal_output +250,1004545,"TERMINAL",0,0,"s",,terminal_output +251,1004621,"TERMINAL",0,0,"i",,terminal_output +252,1004704,"TERMINAL",0,0,"g",,terminal_output +253,1004804,"TERMINAL",0,0,"h",,terminal_output +254,1004899,"TERMINAL",0,0,"t",,terminal_output +255,1004994,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +256,1006202,"TERMINAL",0,0,"\r\n----------------------------------------------------------------------------------------------------------------\r\n insight: insight/0.20.5 (E)\r\n----------------------------------------------------------------------------------------------------------------\r\n This extension is provided by the following modules. To access the extension you must load one of the following \r\nmodules. Note that any module names in parentheses show the module location in the software hierarchy.\r\n\r\n\r\n R-bundle-CRAN/2024.11-foss-2024a\r\n\r\n\r\nNames marked by a trailing (E) are extensions provided by another module.\r\n\r\n\r\n\r\n \r\n\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +257,1021117,"TERMINAL",0,0,"mo",,terminal_output +258,1021320,"TERMINAL",0,0,"d",,terminal_output +259,1021376,"TERMINAL",0,0,"u",,terminal_output +260,1021517,"TERMINAL",0,0,"l",,terminal_output +261,1021569,"TERMINAL",0,0,"e",,terminal_output +262,1021691,"TERMINAL",0,0," ",,terminal_output +263,1021831,"TERMINAL",0,0,"l",,terminal_output +264,1021979,"TERMINAL",0,0,"o",,terminal_output +265,1022033,"TERMINAL",0,0,"a",,terminal_output +266,1022113,"TERMINAL",0,0,"d",,terminal_output +267,1022183,"TERMINAL",0,0," ",,terminal_output +268,1022297,"TERMINAL",0,0,"n",,terminal_output +269,1022373,"TERMINAL",0,0,"s",,terminal_output +270,1022465,"TERMINAL",0,0,"i",,terminal_output +271,1022552,"TERMINAL",0,0,"g",,terminal_output +272,1022649,"TERMINAL",0,0,"h",,terminal_output +273,1022777,"TERMINAL",0,0,"t",,terminal_output +274,1023018,"TERMINAL",0,0,"_",,terminal_output +275,1023253,"TERMINAL",0,0,"oc",,terminal_output +276,1023589,"TERMINAL",0,0,"",,terminal_output +277,1023704,"TERMINAL",0,0,"",,terminal_output +278,1023778,"TERMINAL",0,0,"c",,terminal_output +279,1023900,"TERMINAL",0,0,"o",,terminal_output +280,1024023,"TERMINAL",0,0,"m",,terminal_output +281,1024155,"TERMINAL",0,0,"p",,terminal_output +282,1024259,"TERMINAL",0,0,"u",,terminal_output +283,1024395,"TERMINAL",0,0,"te",,terminal_output +284,1024488,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +285,1025856,"TERMINAL",0,0,"Lmod has detected the following error:  The following module(s) are unknown: ""nsight_compute""\r\n\r\nPlease check the spelling or version number. Also try ""module spider ...""\r\nIt is also possible your cache file is out-of-date; it may help to try:\r\n $ module --ignore_cache load ""nsight_compute""\r\n\r\nAlso make sure that all modulefiles written in TCL start with the string #%Module\r\n\r\n\r\n\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-93adc08f-77de-486a-a0da-6bd1df62203b1753869084135-2025_07_30-11.51.32.679/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-93adc08f-77de-486a-a0da-6bd1df62203b1753869084135-2025_07_30-11.51.32.679/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..df8dc36251e56e113148141369426a262112dd8a --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-93adc08f-77de-486a-a0da-6bd1df62203b1753869084135-2025_07_30-11.51.32.679/source.csv @@ -0,0 +1,1726 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,117,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-27 19:36:37.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:36:37.671 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c4fbf94a-8327-4e18-89f1-5d57e30de1c1] socks forwarding established\n2025-07-27 19:36:37.715 [info] [command][d4eec074-78e8-4a4e-8d2e-678ca98eb59a] Process exited with code 0\n2025-07-27 19:36:37.715 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c4fbf94a-8327-4e18-89f1-5d57e30de1c1] socks connection closed\n2025-07-27 19:36:37.715 [info] [command][d4eec074-78e8-4a4e-8d2e-678ca98eb59a] Socket close event received\n2025-07-27 19:36:37.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53217 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:37:37.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:37:37.719 [info] [command][2fbf100a-63bb-48c3-ac48-a26a392ec3b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""2fbf100a-63bb-48c3-ac48-a26a392ec3b5""}\n2025-07-27 19:37:37.720 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][e569a12c-e87c-4175-b249-6600f2a04f10] received connection request\n2025-07-27 19:37:37.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:37:37.763 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e569a12c-e87c-4175-b249-6600f2a04f10] socks forwarding established\n2025-07-27 19:37:37.810 [info] [command][2fbf100a-63bb-48c3-ac48-a26a392ec3b5] Process exited with code 0\n2025-07-27 19:37:37.810 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e569a12c-e87c-4175-b249-6600f2a04f10] socks connection closed\n2025-07-27 19:37:37.810 [info] [command][2fbf100a-63bb-48c3-ac48-a26a392ec3b5] Socket close event received\n2025-07-27 19:37:37.850 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53232 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:38:37.818 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:38:37.820 [info] [command][73854a16-e3b5-4e17-bf1a-5f7a65581490] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""73854a16-e3b5-4e17-bf1a-5f7a65581490""}\n2025-07-27 19:38:37.821 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][e4d19f32-079c-48c0-8d2c-bc1ee0782b4f] received connection request\n2025-07-27 19:38:37.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:38:37.861 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e4d19f32-079c-48c0-8d2c-bc1ee0782b4f] socks forwarding established\n2025-07-27 19:38:37.904 [info] [command][73854a16-e3b5-4e17-bf1a-5f7a65581490] Process exited with code 0\n2025-07-27 19:38:37.904 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e4d19f32-079c-48c0-8d2c-bc1ee0782b4f] socks connection closed\n2025-07-27 19:38:37.904 [info] [command][73854a16-e3b5-4e17-bf1a-5f7a65581490] Socket close event received\n2025-07-27 19:38:37.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53249 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:39:37.905 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:39:37.907 [info] [command][9154d0c0-b0b9-4b50-9504-02ae2ecf59e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9154d0c0-b0b9-4b50-9504-02ae2ecf59e5""}\n2025-07-27 19:39:37.908 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][bbd11eec-eeaa-4e6c-8f68-f9cfb909dace] received connection request\n2025-07-27 19:39:37.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:39:37.953 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][bbd11eec-eeaa-4e6c-8f68-f9cfb909dace] socks forwarding established\n2025-07-27 19:39:37.996 [info] [command][9154d0c0-b0b9-4b50-9504-02ae2ecf59e5] Process exited with code 0\n2025-07-27 19:39:37.996 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][bbd11eec-eeaa-4e6c-8f68-f9cfb909dace] socks connection closed\n2025-07-27 19:39:37.996 [info] [command][9154d0c0-b0b9-4b50-9504-02ae2ecf59e5] Socket close event received\n2025-07-27 19:39:38.036 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53283 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:40:38.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:40:38.002 [info] [command][cd2f0f6a-eba5-4885-80e8-a92b782ff5d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""cd2f0f6a-eba5-4885-80e8-a92b782ff5d3""}\n2025-07-27 19:40:38.003 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][5ed1b4d7-e663-4845-95e7-1eeb1298e619] received connection request\n2025-07-27 19:40:38.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:40:38.047 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][5ed1b4d7-e663-4845-95e7-1eeb1298e619] socks forwarding established\n2025-07-27 19:40:38.091 [info] [command][cd2f0f6a-eba5-4885-80e8-a92b782ff5d3] Process exited with code 0\n2025-07-27 19:40:38.091 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][5ed1b4d7-e663-4845-95e7-1eeb1298e619] socks connection closed\n2025-07-27 19:40:38.091 [info] [command][cd2f0f6a-eba5-4885-80e8-a92b782ff5d3] Socket close event received\n2025-07-27 19:40:38.135 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53305 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:41:38.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:41:38.104 [info] [command][587451fb-a528-4f18-9642-6652865d8677] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""587451fb-a528-4f18-9642-6652865d8677""}\n2025-07-27 19:41:38.105 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][24be0681-2e86-4ec5-9fd4-78e0f78451f0] received connection request\n2025-07-27 19:41:38.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:41:38.146 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][24be0681-2e86-4ec5-9fd4-78e0f78451f0] socks forwarding established\n2025-07-27 19:41:38.190 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][24be0681-2e86-4ec5-9fd4-78e0f78451f0] socks connection closed\n2025-07-27 19:41:38.190 [info] [command][587451fb-a528-4f18-9642-6652865d8677] Process exited with code 0\n2025-07-27 19:41:38.190 [info] [command][587451fb-a528-4f18-9642-6652865d8677] Socket close event received\n2025-07-27 19:41:38.229 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53335 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:42:38.193 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:42:38.194 [info] [command][9ce2e21d-a34c-4e79-8fee-dc435d8d4923] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9ce2e21d-a34c-4e79-8fee-dc435d8d4923""}\n2025-07-27 19:42:38.195 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][8bec45a5-5153-4cc7-846f-a27d1dbae5f8] received connection request\n2025-07-27 19:42:38.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:42:38.238 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][8bec45a5-5153-4cc7-846f-a27d1dbae5f8] socks forwarding established\n2025-07-27 19:42:38.282 [info] [command][9ce2e21d-a34c-4e79-8fee-dc435d8d4923] Process exited with code 0\n2025-07-27 19:42:38.283 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][8bec45a5-5153-4cc7-846f-a27d1dbae5f8] socks connection closed\n2025-07-27 19:42:38.283 [info] [command][9ce2e21d-a34c-4e79-8fee-dc435d8d4923] Socket close event received\n2025-07-27 19:42:38.321 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53352 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:43:38.287 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:43:38.289 [info] [command][75d588f3-eeea-4b41-b402-9c44a1745045] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""75d588f3-eeea-4b41-b402-9c44a1745045""}\n2025-07-27 19:43:38.290 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][9dd69e9b-1615-40b3-93ef-3b6ef03c5e63] received connection request\n2025-07-27 19:43:38.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:43:38.334 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][9dd69e9b-1615-40b3-93ef-3b6ef03c5e63] socks forwarding established\n2025-07-27 19:43:38.378 [info] [command][75d588f3-eeea-4b41-b402-9c44a1745045] Process exited with code 0\n2025-07-27 19:43:38.379 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][9dd69e9b-1615-40b3-93ef-3b6ef03c5e63] socks connection closed\n2025-07-27 19:43:38.379 [info] [command][75d588f3-eeea-4b41-b402-9c44a1745045] Socket close event received\n2025-07-27 19:43:38.417 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53378 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:44:38.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:44:38.387 [info] [command][edbfe156-62d2-4ea3-9810-8394459ba6ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""edbfe156-62d2-4ea3-9810-8394459ba6ca""}\n2025-07-27 19:44:38.388 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][134691f0-9586-4693-a51a-ecadd2219a23] received connection request\n2025-07-27 19:44:38.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:44:38.429 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][134691f0-9586-4693-a51a-ecadd2219a23] socks forwarding established\n2025-07-27 19:44:38.476 [info] [command][edbfe156-62d2-4ea3-9810-8394459ba6ca] Process exited with code 0\n2025-07-27 19:44:38.476 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][134691f0-9586-4693-a51a-ecadd2219a23] socks connection closed\n2025-07-27 19:44:38.476 [info] [command][edbfe156-62d2-4ea3-9810-8394459ba6ca] Socket close event received\n2025-07-27 19:44:38.516 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53407 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:45:38.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:45:38.489 [info] [command][65e97edc-dad6-4264-86e4-5b06091905cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""65e97edc-dad6-4264-86e4-5b06091905cd""}\n2025-07-27 19:45:38.490 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][c63ab027-e558-4462-92c1-767ff246605b] received connection request\n2025-07-27 19:45:38.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:45:38.533 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c63ab027-e558-4462-92c1-767ff246605b] socks forwarding established\n2025-07-27 19:45:38.578 [info] [command][65e97edc-dad6-4264-86e4-5b06091905cd] Process exited with code 0\n2025-07-27 19:45:38.578 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c63ab027-e558-4462-92c1-767ff246605b] socks connection closed\n2025-07-27 19:45:38.578 [info] [command][65e97edc-dad6-4264-86e4-5b06091905cd] Socket close event received\n2025-07-27 19:45:38.617 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53427 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:46:38.582 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:46:38.584 [info] [command][595edfd0-6e31-4cdd-9fb7-b8bcf2ebf657] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""595edfd0-6e31-4cdd-9fb7-b8bcf2ebf657""}\n2025-07-27 19:46:38.584 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][37687155-6f7c-410d-81ab-96373c03af2a] received connection request\n2025-07-27 19:46:38.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:46:38.630 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][37687155-6f7c-410d-81ab-96373c03af2a] socks forwarding established\n2025-07-27 19:46:38.721 [info] [command][595edfd0-6e31-4cdd-9fb7-b8bcf2ebf657] Process exited with code 0\n2025-07-27 19:46:38.721 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][37687155-6f7c-410d-81ab-96373c03af2a] socks connection closed\n2025-07-27 19:46:38.721 [info] [command][595edfd0-6e31-4cdd-9fb7-b8bcf2ebf657] Socket close event received\n2025-07-27 19:46:38.760 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53455 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:47:38.721 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:47:38.722 [info] [command][df91ac38-8a92-4ab4-b58c-3e979f117708] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""df91ac38-8a92-4ab4-b58c-3e979f117708""}\n2025-07-27 19:47:38.723 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][e196eea8-91e7-4f8b-9a98-ec7c50a7e896] received connection request\n2025-07-27 19:47:38.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:47:38.768 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e196eea8-91e7-4f8b-9a98-ec7c50a7e896] socks forwarding established\n2025-07-27 19:47:38.813 [info] [command][df91ac38-8a92-4ab4-b58c-3e979f117708] Process exited with code 0\n2025-07-27 19:47:38.813 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e196eea8-91e7-4f8b-9a98-ec7c50a7e896] socks connection closed\n2025-07-27 19:47:38.813 [info] [command][df91ac38-8a92-4ab4-b58c-3e979f117708] Socket close event received\n2025-07-27 19:47:38.853 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53472 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:48:38.814 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:48:38.816 [info] [command][8406b4e8-98d4-436b-8e24-51054aa3cce0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""8406b4e8-98d4-436b-8e24-51054aa3cce0""}\n2025-07-27 19:48:38.816 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][c59d7aa6-ff29-4386-a8b1-834f96eaebbf] received connection request\n2025-07-27 19:48:38.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:48:38.857 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c59d7aa6-ff29-4386-a8b1-834f96eaebbf] socks forwarding established\n2025-07-27 19:48:38.900 [info] [command][8406b4e8-98d4-436b-8e24-51054aa3cce0] Process exited with code 0\n2025-07-27 19:48:38.900 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c59d7aa6-ff29-4386-a8b1-834f96eaebbf] socks connection closed\n2025-07-27 19:48:38.900 [info] [command][8406b4e8-98d4-436b-8e24-51054aa3cce0] Socket close event received\n2025-07-27 19:48:38.939 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53491 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:49:38.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:49:38.908 [info] [command][9fb67610-3b57-41e0-8b33-f92bd9d1ac6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9fb67610-3b57-41e0-8b33-f92bd9d1ac6f""}\n2025-07-27 19:49:38.909 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][db2daf5e-9a09-462d-ad6b-e826a8715f49] received connection request\n2025-07-27 19:49:38.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:49:38.953 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][db2daf5e-9a09-462d-ad6b-e826a8715f49] socks forwarding established\n2025-07-27 19:49:38.999 [info] [command][9fb67610-3b57-41e0-8b33-f92bd9d1ac6f] Process exited with code 0\n2025-07-27 19:49:38.999 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][db2daf5e-9a09-462d-ad6b-e826a8715f49] socks connection closed\n2025-07-27 19:49:38.999 [info] [command][9fb67610-3b57-41e0-8b33-f92bd9d1ac6f] Socket close event received\n2025-07-27 19:49:39.039 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53528 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:50:39.004 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:50:39.005 [info] [command][f8e098ff-fd7c-4757-ad76-27844b513713] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""f8e098ff-fd7c-4757-ad76-27844b513713""}\n2025-07-27 19:50:39.006 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][517cb679-c48f-4da5-8120-6b0509fa9be6] received connection request\n2025-07-27 19:50:39.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:50:39.047 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][517cb679-c48f-4da5-8120-6b0509fa9be6] socks forwarding established\n2025-07-27 19:50:39.094 [info] [command][f8e098ff-fd7c-4757-ad76-27844b513713] Process exited with code 0\n2025-07-27 19:50:39.094 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][517cb679-c48f-4da5-8120-6b0509fa9be6] socks connection closed\n2025-07-27 19:50:39.094 [info] [command][f8e098ff-fd7c-4757-ad76-27844b513713] Socket close event received\n2025-07-27 19:50:39.134 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53549 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:51:39.094 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:51:39.096 [info] [command][9639e46a-8144-450f-bafa-539f8a6877c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9639e46a-8144-450f-bafa-539f8a6877c3""}\n2025-07-27 19:51:39.097 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][f87c21f4-5c83-40c4-b223-13383d75d074] received connection request\n2025-07-27 19:51:39.097 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:51:39.138 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f87c21f4-5c83-40c4-b223-13383d75d074] socks forwarding established\n2025-07-27 19:51:39.185 [info] [command][9639e46a-8144-450f-bafa-539f8a6877c3] Process exited with code 0\n2025-07-27 19:51:39.185 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f87c21f4-5c83-40c4-b223-13383d75d074] socks connection closed\n2025-07-27 19:51:39.185 [info] [command][9639e46a-8144-450f-bafa-539f8a6877c3] Socket close event received\n2025-07-27 19:51:39.224 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53585 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:52:39.187 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:52:39.189 [info] [command][cf1ee6c3-71e0-4752-93ea-ad80a2cb4d93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""cf1ee6c3-71e0-4752-93ea-ad80a2cb4d93""}\n2025-07-27 19:52:39.190 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][05860b1d-3b08-4cb2-97e1-dab1c23975bb] received connection request\n2025-07-27 19:52:39.190 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:52:39.236 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][05860b1d-3b08-4cb2-97e1-dab1c23975bb] socks forwarding established\n2025-07-27 19:52:39.283 [info] [command][cf1ee6c3-71e0-4752-93ea-ad80a2cb4d93] Process exited with code 0\n2025-07-27 19:52:39.284 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][05860b1d-3b08-4cb2-97e1-dab1c23975bb] socks connection closed\n2025-07-27 19:52:39.284 [info] [command][cf1ee6c3-71e0-4752-93ea-ad80a2cb4d93] Socket close event received\n2025-07-27 19:52:39.325 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53605 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:53:39.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:53:39.287 [info] [command][07f32f34-d402-47b6-a78e-183c07adc2cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""07f32f34-d402-47b6-a78e-183c07adc2cc""}\n2025-07-27 19:53:39.288 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][d57fd1f7-5790-4a28-88f9-7097a55cc0b7] received connection request\n2025-07-27 19:53:39.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:53:39.329 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][d57fd1f7-5790-4a28-88f9-7097a55cc0b7] socks forwarding established\n2025-07-27 19:53:39.373 [info] [command][07f32f34-d402-47b6-a78e-183c07adc2cc] Process exited with code 0\n2025-07-27 19:53:39.374 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][d57fd1f7-5790-4a28-88f9-7097a55cc0b7] socks connection closed\n2025-07-27 19:53:39.374 [info] [command][07f32f34-d402-47b6-a78e-183c07adc2cc] Socket close event received\n2025-07-27 19:53:39.413 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53639 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:54:39.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:54:39.379 [info] [command][1fe738ab-6115-4c40-9aca-c7c0b58e86b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""1fe738ab-6115-4c40-9aca-c7c0b58e86b6""}\n2025-07-27 19:54:39.379 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][6049a277-b525-447a-85da-8d5e8042ef77] received connection request\n2025-07-27 19:54:39.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:54:39.420 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6049a277-b525-447a-85da-8d5e8042ef77] socks forwarding established\n2025-07-27 19:54:39.466 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6049a277-b525-447a-85da-8d5e8042ef77] socks connection closed\n2025-07-27 19:54:39.467 [info] [command][1fe738ab-6115-4c40-9aca-c7c0b58e86b6] Process exited with code 0\n2025-07-27 19:54:39.467 [info] [command][1fe738ab-6115-4c40-9aca-c7c0b58e86b6] Socket close event received\n2025-07-27 19:54:39.506 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53669 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:55:39.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:55:39.470 [info] [command][ca0f112f-d4bd-4947-b705-8e892ff8002a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""ca0f112f-d4bd-4947-b705-8e892ff8002a""}\n2025-07-27 19:55:39.471 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][3f3addfd-d7ea-4e6a-9975-a3d087e9bd3b] received connection request\n2025-07-27 19:55:39.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:55:39.513 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3f3addfd-d7ea-4e6a-9975-a3d087e9bd3b] socks forwarding established\n2025-07-27 19:55:39.557 [info] [command][ca0f112f-d4bd-4947-b705-8e892ff8002a] Process exited with code 0\n2025-07-27 19:55:39.558 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3f3addfd-d7ea-4e6a-9975-a3d087e9bd3b] socks connection closed\n2025-07-27 19:55:39.558 [info] [command][ca0f112f-d4bd-4947-b705-8e892ff8002a] Socket close event received\n2025-07-27 19:55:39.597 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53687 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:56:39.559 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:56:39.561 [info] [command][a1691f4c-667c-46fd-a079-36a10519cdea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""a1691f4c-667c-46fd-a079-36a10519cdea""}\n2025-07-27 19:56:39.562 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][8c3e6c65-d34b-4efb-93dc-46b65d9c8530] received connection request\n2025-07-27 19:56:39.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:56:39.606 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][8c3e6c65-d34b-4efb-93dc-46b65d9c8530] socks forwarding established\n2025-07-27 19:56:39.650 [info] [command][a1691f4c-667c-46fd-a079-36a10519cdea] Process exited with code 0\n2025-07-27 19:56:39.650 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][8c3e6c65-d34b-4efb-93dc-46b65d9c8530] socks connection closed\n2025-07-27 19:56:39.650 [info] [command][a1691f4c-667c-46fd-a079-36a10519cdea] Socket close event received\n2025-07-27 19:56:39.691 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53715 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:57:39.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:57:39.663 [info] [command][a2929825-acc8-4fa0-8258-6b17902fa19e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""a2929825-acc8-4fa0-8258-6b17902fa19e""}\n2025-07-27 19:57:39.663 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][b0c0979a-97cd-4d00-997e-c451b9345b28] received connection request\n2025-07-27 19:57:39.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:57:39.708 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][b0c0979a-97cd-4d00-997e-c451b9345b28] socks forwarding established\n2025-07-27 19:57:39.754 [info] [command][a2929825-acc8-4fa0-8258-6b17902fa19e] Process exited with code 0\n2025-07-27 19:57:39.754 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][b0c0979a-97cd-4d00-997e-c451b9345b28] socks connection closed\n2025-07-27 19:57:39.754 [info] [command][a2929825-acc8-4fa0-8258-6b17902fa19e] Socket close event received\n2025-07-27 19:57:39.796 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53736 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:58:39.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:58:39.765 [info] [command][579fae2b-2c31-40a7-b1ee-6e8e16f45ae5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""579fae2b-2c31-40a7-b1ee-6e8e16f45ae5""}\n2025-07-27 19:58:39.766 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][f76fc8ec-fbbc-48ab-96d0-33b59e64898d] received connection request\n2025-07-27 19:58:39.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:58:39.813 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f76fc8ec-fbbc-48ab-96d0-33b59e64898d] socks forwarding established\n2025-07-27 19:58:39.858 [info] [command][579fae2b-2c31-40a7-b1ee-6e8e16f45ae5] Process exited with code 0\n2025-07-27 19:58:39.858 [info] [command][579fae2b-2c31-40a7-b1ee-6e8e16f45ae5] Socket close event received\n2025-07-27 19:58:39.859 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f76fc8ec-fbbc-48ab-96d0-33b59e64898d] socks connection closed\n2025-07-27 19:58:39.899 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53757 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 19:59:39.859 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 19:59:39.862 [info] [command][f88a634b-0cb2-48bd-a9fa-e7dc8b615ece] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""f88a634b-0cb2-48bd-a9fa-e7dc8b615ece""}\n2025-07-27 19:59:39.862 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][51af96ed-4df8-4f1f-994a-50acb20a0324] received connection request\n2025-07-27 19:59:39.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 19:59:39.908 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][51af96ed-4df8-4f1f-994a-50acb20a0324] socks forwarding established\n2025-07-27 19:59:39.952 [info] [command][f88a634b-0cb2-48bd-a9fa-e7dc8b615ece] Process exited with code 0\n2025-07-27 19:59:39.952 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][51af96ed-4df8-4f1f-994a-50acb20a0324] socks connection closed\n2025-07-27 19:59:39.952 [info] [command][f88a634b-0cb2-48bd-a9fa-e7dc8b615ece] Socket close event received\n2025-07-27 19:59:39.990 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53796 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:00:39.961 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:00:39.963 [info] [command][2617a040-feba-4849-a153-fb24d134a49b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""2617a040-feba-4849-a153-fb24d134a49b""}\n2025-07-27 20:00:39.964 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][199046da-f00f-4bff-be03-0f1567a58f2d] received connection request\n2025-07-27 20:00:39.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:00:40.006 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][199046da-f00f-4bff-be03-0f1567a58f2d] socks forwarding established\n2025-07-27 20:00:40.051 [info] [command][2617a040-feba-4849-a153-fb24d134a49b] Process exited with code 0\n2025-07-27 20:00:40.052 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][199046da-f00f-4bff-be03-0f1567a58f2d] socks connection closed\n2025-07-27 20:00:40.052 [info] [command][2617a040-feba-4849-a153-fb24d134a49b] Socket close event received\n2025-07-27 20:00:40.091 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53832 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:01:40.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:01:40.065 [info] [command][bcdaadf2-a9ef-4f06-be67-dd1939df0291] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""bcdaadf2-a9ef-4f06-be67-dd1939df0291""}\n2025-07-27 20:01:40.065 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][4387c743-27d2-432c-992c-58cb691b3d36] received connection request\n2025-07-27 20:01:40.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:01:40.109 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][4387c743-27d2-432c-992c-58cb691b3d36] socks forwarding established\n2025-07-27 20:01:40.161 [info] [command][bcdaadf2-a9ef-4f06-be67-dd1939df0291] Process exited with code 0\n2025-07-27 20:01:40.162 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][4387c743-27d2-432c-992c-58cb691b3d36] socks connection closed\n2025-07-27 20:01:40.162 [info] [command][bcdaadf2-a9ef-4f06-be67-dd1939df0291] Socket close event received\n2025-07-27 20:01:40.201 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53862 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:02:40.167 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:02:40.169 [info] [command][f1f237d1-12fd-498a-9ed6-58ec6445e62f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""f1f237d1-12fd-498a-9ed6-58ec6445e62f""}\n2025-07-27 20:02:40.170 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][1a4aa688-6b74-4ed3-9816-a426ae889697] received connection request\n2025-07-27 20:02:40.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:02:40.214 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][1a4aa688-6b74-4ed3-9816-a426ae889697] socks forwarding established\n2025-07-27 20:02:40.257 [info] [command][f1f237d1-12fd-498a-9ed6-58ec6445e62f] Process exited with code 0\n2025-07-27 20:02:40.258 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][1a4aa688-6b74-4ed3-9816-a426ae889697] socks connection closed\n2025-07-27 20:02:40.258 [info] [command][f1f237d1-12fd-498a-9ed6-58ec6445e62f] Socket close event received\n2025-07-27 20:02:40.300 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53884 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:03:40.264 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:03:40.266 [info] [command][e67e9144-39a5-44ae-8aa4-048ca5f0bffc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""e67e9144-39a5-44ae-8aa4-048ca5f0bffc""}\n2025-07-27 20:03:40.267 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][6a19e1e3-98e6-4e8b-8c28-8e74b99ceabd] received connection request\n2025-07-27 20:03:40.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:03:40.309 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6a19e1e3-98e6-4e8b-8c28-8e74b99ceabd] socks forwarding established\n2025-07-27 20:03:40.354 [info] [command][e67e9144-39a5-44ae-8aa4-048ca5f0bffc] Process exited with code 0\n2025-07-27 20:03:40.354 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6a19e1e3-98e6-4e8b-8c28-8e74b99ceabd] socks connection closed\n2025-07-27 20:03:40.355 [info] [command][e67e9144-39a5-44ae-8aa4-048ca5f0bffc] Socket close event received\n2025-07-27 20:03:40.396 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53906 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:04:40.365 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:04:40.367 [info] [command][58f16f9f-3c84-4629-aa02-874cc8eca4c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""58f16f9f-3c84-4629-aa02-874cc8eca4c1""}\n2025-07-27 20:04:40.368 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][4fe5b1cc-0888-41d4-98ab-40387b51c7ce] received connection request\n2025-07-27 20:04:40.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:04:40.414 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][4fe5b1cc-0888-41d4-98ab-40387b51c7ce] socks forwarding established\n2025-07-27 20:04:40.459 [info] [command][58f16f9f-3c84-4629-aa02-874cc8eca4c1] Process exited with code 0\n2025-07-27 20:04:40.460 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][4fe5b1cc-0888-41d4-98ab-40387b51c7ce] socks connection closed\n2025-07-27 20:04:40.460 [info] [command][58f16f9f-3c84-4629-aa02-874cc8eca4c1] Socket close event received\n2025-07-27 20:04:40.499 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53937 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:05:40.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:05:40.468 [info] [command][ea9fa490-7e96-42b3-a48c-52ccf99f2494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""ea9fa490-7e96-42b3-a48c-52ccf99f2494""}\n2025-07-27 20:05:40.469 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][dc35d11d-794b-418f-879e-e7337b064435] received connection request\n2025-07-27 20:05:40.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:05:40.517 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][dc35d11d-794b-418f-879e-e7337b064435] socks forwarding established\n2025-07-27 20:05:40.562 [info] [command][ea9fa490-7e96-42b3-a48c-52ccf99f2494] Process exited with code 0\n2025-07-27 20:05:40.562 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][dc35d11d-794b-418f-879e-e7337b064435] socks connection closed\n2025-07-27 20:05:40.563 [info] [command][ea9fa490-7e96-42b3-a48c-52ccf99f2494] Socket close event received\n2025-07-27 20:05:40.603 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53960 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:06:40.573 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:06:40.575 [info] [command][c5e3506c-99ef-47c8-b621-979f2e4bcecd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""c5e3506c-99ef-47c8-b621-979f2e4bcecd""}\n2025-07-27 20:06:40.575 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][4852ddfc-761a-448a-b41e-b471c484b5de] received connection request\n2025-07-27 20:06:40.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:06:40.620 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][4852ddfc-761a-448a-b41e-b471c484b5de] socks forwarding established\n2025-07-27 20:06:40.664 [info] [command][c5e3506c-99ef-47c8-b621-979f2e4bcecd] Process exited with code 0\n2025-07-27 20:06:40.664 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][4852ddfc-761a-448a-b41e-b471c484b5de] socks connection closed\n2025-07-27 20:06:40.664 [info] [command][c5e3506c-99ef-47c8-b621-979f2e4bcecd] Socket close event received\n2025-07-27 20:06:40.703 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 53996 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:07:40.671 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:07:40.672 [info] [command][c7e7e92a-a346-49b4-af90-3a388ccf398e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""c7e7e92a-a346-49b4-af90-3a388ccf398e""}\n2025-07-27 20:07:40.673 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][26a1a5d9-85d7-4f66-8439-6f63a932a341] received connection request\n2025-07-27 20:07:40.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:07:40.718 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][26a1a5d9-85d7-4f66-8439-6f63a932a341] socks forwarding established\n2025-07-27 20:07:40.763 [info] [command][c7e7e92a-a346-49b4-af90-3a388ccf398e] Process exited with code 0\n2025-07-27 20:07:40.763 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][26a1a5d9-85d7-4f66-8439-6f63a932a341] socks connection closed\n2025-07-27 20:07:40.763 [info] [command][c7e7e92a-a346-49b4-af90-3a388ccf398e] Socket close event received\n2025-07-27 20:07:40.804 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54017 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:08:40.764 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:08:40.767 [info] [command][4337254d-1284-4d31-b529-321e55d97c08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""4337254d-1284-4d31-b529-321e55d97c08""}\n2025-07-27 20:08:40.767 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][b9ca63b3-ea1a-46f1-9372-55da5d9cf6c0] received connection request\n2025-07-27 20:08:40.768 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:08:40.815 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][b9ca63b3-ea1a-46f1-9372-55da5d9cf6c0] socks forwarding established\n2025-07-27 20:08:40.857 [info] [command][4337254d-1284-4d31-b529-321e55d97c08] Process exited with code 0\n2025-07-27 20:08:40.857 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][b9ca63b3-ea1a-46f1-9372-55da5d9cf6c0] socks connection closed\n2025-07-27 20:08:40.858 [info] [command][4337254d-1284-4d31-b529-321e55d97c08] Socket close event received\n2025-07-27 20:08:40.896 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54037 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:09:40.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:09:40.862 [info] [command][b08f3fe2-80b0-49fc-a91f-6081317d98da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""b08f3fe2-80b0-49fc-a91f-6081317d98da""}\n2025-07-27 20:09:40.863 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][88162700-5772-49ea-bfaf-53392531a851] received connection request\n2025-07-27 20:09:40.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:09:40.906 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][88162700-5772-49ea-bfaf-53392531a851] socks forwarding established\n2025-07-27 20:09:40.949 [info] [command][b08f3fe2-80b0-49fc-a91f-6081317d98da] Process exited with code 0\n2025-07-27 20:09:40.949 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][88162700-5772-49ea-bfaf-53392531a851] socks connection closed\n2025-07-27 20:09:40.949 [info] [command][b08f3fe2-80b0-49fc-a91f-6081317d98da] Socket close event received\n2025-07-27 20:09:40.988 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54079 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:10:40.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:10:40.958 [info] [command][fa38bb3f-291f-4008-b4d3-79e3b92382eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""fa38bb3f-291f-4008-b4d3-79e3b92382eb""}\n2025-07-27 20:10:40.959 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][e4cdaf91-40f8-4a1f-870e-2d0c80a8d18a] received connection request\n2025-07-27 20:10:40.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:10:41.000 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e4cdaf91-40f8-4a1f-870e-2d0c80a8d18a] socks forwarding established\n2025-07-27 20:10:41.043 [info] [command][fa38bb3f-291f-4008-b4d3-79e3b92382eb] Process exited with code 0\n2025-07-27 20:10:41.044 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e4cdaf91-40f8-4a1f-870e-2d0c80a8d18a] socks connection closed\n2025-07-27 20:10:41.044 [info] [command][fa38bb3f-291f-4008-b4d3-79e3b92382eb] Socket close event received\n2025-07-27 20:10:41.083 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54104 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:11:41.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:11:41.056 [info] [command][e53a99c5-5247-4361-9b83-83461364e8cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""e53a99c5-5247-4361-9b83-83461364e8cb""}\n2025-07-27 20:11:41.057 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][13790bde-7705-478f-9300-f0fbf7989040] received connection request\n2025-07-27 20:11:41.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:11:41.103 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][13790bde-7705-478f-9300-f0fbf7989040] socks forwarding established\n2025-07-27 20:11:41.147 [info] [command][e53a99c5-5247-4361-9b83-83461364e8cb] Process exited with code 0\n2025-07-27 20:11:41.147 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][13790bde-7705-478f-9300-f0fbf7989040] socks connection closed\n2025-07-27 20:11:41.148 [info] [command][e53a99c5-5247-4361-9b83-83461364e8cb] Socket close event received\n2025-07-27 20:11:41.189 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54142 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:12:41.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:12:41.154 [info] [command][19baacd9-512e-4052-8acc-a75c204ee267] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""19baacd9-512e-4052-8acc-a75c204ee267""}\n2025-07-27 20:12:41.155 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][745941d3-11da-48e6-ac03-05e033b785c8] received connection request\n2025-07-27 20:12:41.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:12:41.201 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][745941d3-11da-48e6-ac03-05e033b785c8] socks forwarding established\n2025-07-27 20:12:41.247 [info] [command][19baacd9-512e-4052-8acc-a75c204ee267] Process exited with code 0\n2025-07-27 20:12:41.247 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][745941d3-11da-48e6-ac03-05e033b785c8] socks connection closed\n2025-07-27 20:12:41.247 [info] [command][19baacd9-512e-4052-8acc-a75c204ee267] Socket close event received\n2025-07-27 20:12:41.289 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54162 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:13:41.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:13:41.257 [info] [command][7961bbab-f02d-4366-850c-734395c79e65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""7961bbab-f02d-4366-850c-734395c79e65""}\n2025-07-27 20:13:41.257 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][6629bb6f-6656-443b-8b9b-c6fc995a3877] received connection request\n2025-07-27 20:13:41.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:13:41.305 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6629bb6f-6656-443b-8b9b-c6fc995a3877] socks forwarding established\n2025-07-27 20:13:41.350 [info] [command][7961bbab-f02d-4366-850c-734395c79e65] Process exited with code 0\n2025-07-27 20:13:41.350 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6629bb6f-6656-443b-8b9b-c6fc995a3877] socks connection closed\n2025-07-27 20:13:41.350 [info] [command][7961bbab-f02d-4366-850c-734395c79e65] Socket close event received\n2025-07-27 20:13:41.390 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54181 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:14:41.361 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:14:41.362 [info] [command][e93ca0b4-49a7-486b-ae89-c26896fe1cec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""e93ca0b4-49a7-486b-ae89-c26896fe1cec""}\n2025-07-27 20:14:41.362 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][9e952828-5939-463e-b09e-b1a284cf4f3e] received connection request\n2025-07-27 20:14:41.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:14:41.403 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][9e952828-5939-463e-b09e-b1a284cf4f3e] socks forwarding established\n2025-07-27 20:14:41.446 [info] [command][e93ca0b4-49a7-486b-ae89-c26896fe1cec] Process exited with code 0\n2025-07-27 20:14:41.446 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][9e952828-5939-463e-b09e-b1a284cf4f3e] socks connection closed\n2025-07-27 20:14:41.447 [info] [command][e93ca0b4-49a7-486b-ae89-c26896fe1cec] Socket close event received\n2025-07-27 20:14:41.486 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54212 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:15:41.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:15:41.456 [info] [command][b2154d34-cae3-4e4c-925b-dc8acf1df724] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""b2154d34-cae3-4e4c-925b-dc8acf1df724""}\n2025-07-27 20:15:41.456 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][ef383147-ec55-42f4-8fcc-041602b6b867] received connection request\n2025-07-27 20:15:41.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:15:41.500 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][ef383147-ec55-42f4-8fcc-041602b6b867] socks forwarding established\n2025-07-27 20:15:41.544 [info] [command][b2154d34-cae3-4e4c-925b-dc8acf1df724] Process exited with code 0\n2025-07-27 20:15:41.545 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][ef383147-ec55-42f4-8fcc-041602b6b867] socks connection closed\n2025-07-27 20:15:41.545 [info] [command][b2154d34-cae3-4e4c-925b-dc8acf1df724] Socket close event received\n2025-07-27 20:15:41.584 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54229 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:16:41.553 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:16:41.556 [info] [command][65ac4496-eaa6-4a57-96f8-85e27b747d51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""65ac4496-eaa6-4a57-96f8-85e27b747d51""}\n2025-07-27 20:16:41.556 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][dfca42d3-72e7-4555-bb7f-2654a6c05c31] received connection request\n2025-07-27 20:16:41.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:16:41.602 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][dfca42d3-72e7-4555-bb7f-2654a6c05c31] socks forwarding established\n2025-07-27 20:16:41.646 [info] [command][65ac4496-eaa6-4a57-96f8-85e27b747d51] Process exited with code 0\n2025-07-27 20:16:41.646 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][dfca42d3-72e7-4555-bb7f-2654a6c05c31] socks connection closed\n2025-07-27 20:16:41.646 [info] [command][65ac4496-eaa6-4a57-96f8-85e27b747d51] Socket close event received\n2025-07-27 20:16:41.687 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54255 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:17:41.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:17:41.658 [info] [command][f8f55e9c-5810-47ad-85d0-84ad4eb4418f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""f8f55e9c-5810-47ad-85d0-84ad4eb4418f""}\n2025-07-27 20:17:41.658 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][c452d5c9-6c11-421e-8d65-6577527209d7] received connection request\n2025-07-27 20:17:41.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:17:41.702 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c452d5c9-6c11-421e-8d65-6577527209d7] socks forwarding established\n2025-07-27 20:17:41.746 [info] [command][f8f55e9c-5810-47ad-85d0-84ad4eb4418f] Process exited with code 0\n2025-07-27 20:17:41.746 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c452d5c9-6c11-421e-8d65-6577527209d7] socks connection closed\n2025-07-27 20:17:41.746 [info] [command][f8f55e9c-5810-47ad-85d0-84ad4eb4418f] Socket close event received\n2025-07-27 20:17:41.786 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54271 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:18:41.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:18:41.755 [info] [command][21fcdea3-dbbe-49af-9822-d348d35a25f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""21fcdea3-dbbe-49af-9822-d348d35a25f7""}\n2025-07-27 20:18:41.756 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][0390c9e2-3ab9-44ca-9f77-848efce1eed7] received connection request\n2025-07-27 20:18:41.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:18:41.799 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][0390c9e2-3ab9-44ca-9f77-848efce1eed7] socks forwarding established\n2025-07-27 20:18:41.843 [info] [command][21fcdea3-dbbe-49af-9822-d348d35a25f7] Process exited with code 0\n2025-07-27 20:18:41.843 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][0390c9e2-3ab9-44ca-9f77-848efce1eed7] socks connection closed\n2025-07-27 20:18:41.843 [info] [command][21fcdea3-dbbe-49af-9822-d348d35a25f7] Socket close event received\n2025-07-27 20:18:41.884 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54288 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:19:41.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:19:41.851 [info] [command][7f7d5d73-0bca-40b1-8c2a-b67fc25b19bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""7f7d5d73-0bca-40b1-8c2a-b67fc25b19bf""}\n2025-07-27 20:19:41.852 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][3ca0da8a-5d02-40bb-a206-d14218183f6c] received connection request\n2025-07-27 20:19:41.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:19:41.905 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3ca0da8a-5d02-40bb-a206-d14218183f6c] socks forwarding established\n2025-07-27 20:19:41.948 [info] [command][7f7d5d73-0bca-40b1-8c2a-b67fc25b19bf] Process exited with code 0\n2025-07-27 20:19:41.949 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3ca0da8a-5d02-40bb-a206-d14218183f6c] socks connection closed\n2025-07-27 20:19:41.949 [info] [command][7f7d5d73-0bca-40b1-8c2a-b67fc25b19bf] Socket close event received\n2025-07-27 20:19:41.988 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54335 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:20:41.955 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:20:41.957 [info] [command][849309d6-2f98-4e60-9265-b538fe77782c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""849309d6-2f98-4e60-9265-b538fe77782c""}\n2025-07-27 20:20:41.957 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][91c2f01a-5d4a-4e6c-ade5-552a49714c33] received connection request\n2025-07-27 20:20:41.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:20:42.000 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][91c2f01a-5d4a-4e6c-ade5-552a49714c33] socks forwarding established\n2025-07-27 20:20:42.047 [info] [command][849309d6-2f98-4e60-9265-b538fe77782c] Process exited with code 0\n2025-07-27 20:20:42.047 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][91c2f01a-5d4a-4e6c-ade5-552a49714c33] socks connection closed\n2025-07-27 20:20:42.048 [info] [command][849309d6-2f98-4e60-9265-b538fe77782c] Socket close event received\n2025-07-27 20:20:42.088 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54356 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:21:42.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:21:42.056 [info] [command][0eefde23-6701-4ca2-a98c-e4fb582f5d18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""0eefde23-6701-4ca2-a98c-e4fb582f5d18""}\n2025-07-27 20:21:42.057 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][09efbf4b-d942-4408-b9a9-f7a67f4598a3] received connection request\n2025-07-27 20:21:42.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:21:42.102 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][09efbf4b-d942-4408-b9a9-f7a67f4598a3] socks forwarding established\n2025-07-27 20:21:42.144 [info] [command][0eefde23-6701-4ca2-a98c-e4fb582f5d18] Process exited with code 0\n2025-07-27 20:21:42.144 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][09efbf4b-d942-4408-b9a9-f7a67f4598a3] socks connection closed\n2025-07-27 20:21:42.144 [info] [command][0eefde23-6701-4ca2-a98c-e4fb582f5d18] Socket close event received\n2025-07-27 20:21:42.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54393 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:22:42.154 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:22:42.156 [info] [command][9fc6169d-0480-43d2-9dcc-d5f50276723a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9fc6169d-0480-43d2-9dcc-d5f50276723a""}\n2025-07-27 20:22:42.157 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][5e5898e5-2812-4dae-a5b6-35b299a5a14c] received connection request\n2025-07-27 20:22:42.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:22:42.203 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][5e5898e5-2812-4dae-a5b6-35b299a5a14c] socks forwarding established\n2025-07-27 20:22:42.251 [info] [command][9fc6169d-0480-43d2-9dcc-d5f50276723a] Process exited with code 0\n2025-07-27 20:22:42.252 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][5e5898e5-2812-4dae-a5b6-35b299a5a14c] socks connection closed\n2025-07-27 20:22:42.252 [info] [command][9fc6169d-0480-43d2-9dcc-d5f50276723a] Socket close event received\n2025-07-27 20:22:42.290 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54412 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:23:42.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:23:42.263 [info] [command][103c72d1-92e0-4c03-a231-a279002dda12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""103c72d1-92e0-4c03-a231-a279002dda12""}\n2025-07-27 20:23:42.263 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][6fd1f820-5a1f-4c18-a304-a5dd552664a9] received connection request\n2025-07-27 20:23:42.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:23:42.306 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6fd1f820-5a1f-4c18-a304-a5dd552664a9] socks forwarding established\n2025-07-27 20:23:42.348 [info] [command][103c72d1-92e0-4c03-a231-a279002dda12] Process exited with code 0\n2025-07-27 20:23:42.348 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][6fd1f820-5a1f-4c18-a304-a5dd552664a9] socks connection closed\n2025-07-27 20:23:42.348 [info] [command][103c72d1-92e0-4c03-a231-a279002dda12] Socket close event received\n2025-07-27 20:23:42.387 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54428 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:24:42.350 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:24:42.352 [info] [command][ef6696bf-a214-44e2-8313-aece3e282aaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""ef6696bf-a214-44e2-8313-aece3e282aaf""}\n2025-07-27 20:24:42.353 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][d2adc33b-5110-49d3-b201-2ac9c8187bf7] received connection request\n2025-07-27 20:24:42.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:24:42.400 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][d2adc33b-5110-49d3-b201-2ac9c8187bf7] socks forwarding established\n2025-07-27 20:24:42.444 [info] [command][ef6696bf-a214-44e2-8313-aece3e282aaf] Process exited with code 0\n2025-07-27 20:24:42.444 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][d2adc33b-5110-49d3-b201-2ac9c8187bf7] socks connection closed\n2025-07-27 20:24:42.444 [info] [command][ef6696bf-a214-44e2-8313-aece3e282aaf] Socket close event received\n2025-07-27 20:24:42.482 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54459 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:25:42.444 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:25:42.446 [info] [command][76111d45-8b94-402c-b79b-e7a4a5f2e238] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""76111d45-8b94-402c-b79b-e7a4a5f2e238""}\n2025-07-27 20:25:42.446 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][e41dce5c-8fe8-4752-afa9-9ad42a5348ae] received connection request\n2025-07-27 20:25:42.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:25:42.490 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e41dce5c-8fe8-4752-afa9-9ad42a5348ae] socks forwarding established\n2025-07-27 20:25:42.533 [info] [command][76111d45-8b94-402c-b79b-e7a4a5f2e238] Process exited with code 0\n2025-07-27 20:25:42.533 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e41dce5c-8fe8-4752-afa9-9ad42a5348ae] socks connection closed\n2025-07-27 20:25:42.534 [info] [command][76111d45-8b94-402c-b79b-e7a4a5f2e238] Socket close event received\n2025-07-27 20:25:42.573 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54479 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:26:42.541 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:26:42.543 [info] [command][75854859-c2ae-4934-899c-8ba208de6326] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""75854859-c2ae-4934-899c-8ba208de6326""}\n2025-07-27 20:26:42.544 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][7f620309-0606-47e2-a963-b12f68dc5c78] received connection request\n2025-07-27 20:26:42.544 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:26:42.589 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7f620309-0606-47e2-a963-b12f68dc5c78] socks forwarding established\n2025-07-27 20:26:42.632 [info] [command][75854859-c2ae-4934-899c-8ba208de6326] Process exited with code 0\n2025-07-27 20:26:42.633 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7f620309-0606-47e2-a963-b12f68dc5c78] socks connection closed\n2025-07-27 20:26:42.633 [info] [command][75854859-c2ae-4934-899c-8ba208de6326] Socket close event received\n2025-07-27 20:26:42.674 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54509 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:27:42.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:27:42.641 [info] [command][9d099531-eb1b-4351-93e9-b5889e0c2aa9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9d099531-eb1b-4351-93e9-b5889e0c2aa9""}\n2025-07-27 20:27:42.641 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][346b8f19-5da1-41cf-a458-d4a6f4e86f6a] received connection request\n2025-07-27 20:27:42.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:27:42.684 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][346b8f19-5da1-41cf-a458-d4a6f4e86f6a] socks forwarding established\n2025-07-27 20:27:42.730 [info] [command][9d099531-eb1b-4351-93e9-b5889e0c2aa9] Process exited with code 0\n2025-07-27 20:27:42.730 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][346b8f19-5da1-41cf-a458-d4a6f4e86f6a] socks connection closed\n2025-07-27 20:27:42.730 [info] [command][9d099531-eb1b-4351-93e9-b5889e0c2aa9] Socket close event received\n2025-07-27 20:27:42.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54524 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:28:42.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:28:42.739 [info] [command][a04bfacb-b239-417f-bdcf-b70e4ee0cc75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""a04bfacb-b239-417f-bdcf-b70e4ee0cc75""}\n2025-07-27 20:28:42.740 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][f4822b45-eabf-4122-b2ae-f3227ee204a1] received connection request\n2025-07-27 20:28:42.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:28:42.788 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f4822b45-eabf-4122-b2ae-f3227ee204a1] socks forwarding established\n2025-07-27 20:28:42.831 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f4822b45-eabf-4122-b2ae-f3227ee204a1] socks connection closed\n2025-07-27 20:28:42.832 [info] [command][a04bfacb-b239-417f-bdcf-b70e4ee0cc75] Process exited with code 0\n2025-07-27 20:28:42.832 [info] [command][a04bfacb-b239-417f-bdcf-b70e4ee0cc75] Socket close event received\n2025-07-27 20:28:42.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54541 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:29:42.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:29:42.835 [info] [command][a2b15845-eb3d-4ec2-82fd-a97a59a9fb0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""a2b15845-eb3d-4ec2-82fd-a97a59a9fb0e""}\n2025-07-27 20:29:42.835 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][3fed5dc9-eef1-477c-be52-35d727361f52] received connection request\n2025-07-27 20:29:42.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:29:42.882 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3fed5dc9-eef1-477c-be52-35d727361f52] socks forwarding established\n2025-07-27 20:29:42.928 [info] [command][a2b15845-eb3d-4ec2-82fd-a97a59a9fb0e] Process exited with code 0\n2025-07-27 20:29:42.928 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3fed5dc9-eef1-477c-be52-35d727361f52] socks connection closed\n2025-07-27 20:29:42.928 [info] [command][a2b15845-eb3d-4ec2-82fd-a97a59a9fb0e] Socket close event received\n2025-07-27 20:29:42.968 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54577 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:30:42.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:30:42.940 [info] [command][9c1083f1-1d64-4392-a19c-80bf514d1b9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9c1083f1-1d64-4392-a19c-80bf514d1b9c""}\n2025-07-27 20:30:42.941 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][a37c010f-ff53-46a7-8c45-586d83aa8ce6] received connection request\n2025-07-27 20:30:42.941 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:30:42.986 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][a37c010f-ff53-46a7-8c45-586d83aa8ce6] socks forwarding established\n2025-07-27 20:30:43.033 [info] [command][9c1083f1-1d64-4392-a19c-80bf514d1b9c] Process exited with code 0\n2025-07-27 20:30:43.033 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][a37c010f-ff53-46a7-8c45-586d83aa8ce6] socks connection closed\n2025-07-27 20:30:43.034 [info] [command][9c1083f1-1d64-4392-a19c-80bf514d1b9c] Socket close event received\n2025-07-27 20:30:43.075 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54593 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:31:43.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:31:43.036 [info] [command][ee729d15-196c-4317-b2d2-f84ecbc74ef0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""ee729d15-196c-4317-b2d2-f84ecbc74ef0""}\n2025-07-27 20:31:43.037 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][28550017-f4a2-4596-aaee-844e6e119f8e] received connection request\n2025-07-27 20:31:43.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:31:43.082 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][28550017-f4a2-4596-aaee-844e6e119f8e] socks forwarding established\n2025-07-27 20:31:43.128 [info] [command][ee729d15-196c-4317-b2d2-f84ecbc74ef0] Process exited with code 0\n2025-07-27 20:31:43.128 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][28550017-f4a2-4596-aaee-844e6e119f8e] socks connection closed\n2025-07-27 20:31:43.129 [info] [command][ee729d15-196c-4317-b2d2-f84ecbc74ef0] Socket close event received\n2025-07-27 20:31:43.168 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54626 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:32:43.135 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:32:43.137 [info] [command][4cc8d304-8a56-4326-bd63-a1ae7e49fe0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""4cc8d304-8a56-4326-bd63-a1ae7e49fe0a""}\n2025-07-27 20:32:43.137 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][e9773511-9746-4c89-8bc3-75a32d32f707] received connection request\n2025-07-27 20:32:43.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:32:43.183 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e9773511-9746-4c89-8bc3-75a32d32f707] socks forwarding established\n2025-07-27 20:32:43.227 [info] [command][4cc8d304-8a56-4326-bd63-a1ae7e49fe0a] Process exited with code 0\n2025-07-27 20:32:43.227 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e9773511-9746-4c89-8bc3-75a32d32f707] socks connection closed\n2025-07-27 20:32:43.227 [info] [command][4cc8d304-8a56-4326-bd63-a1ae7e49fe0a] Socket close event received\n2025-07-27 20:32:43.266 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54643 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:33:43.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:33:43.239 [info] [command][2416e8fc-7c3f-4c0d-9e06-81cafb841e43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""2416e8fc-7c3f-4c0d-9e06-81cafb841e43""}\n2025-07-27 20:33:43.240 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][012d1dab-7e50-45f6-b156-da17e507c84f] received connection request\n2025-07-27 20:33:43.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:33:43.282 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][012d1dab-7e50-45f6-b156-da17e507c84f] socks forwarding established\n2025-07-27 20:33:43.330 [info] [command][2416e8fc-7c3f-4c0d-9e06-81cafb841e43] Process exited with code 0\n2025-07-27 20:33:43.330 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][012d1dab-7e50-45f6-b156-da17e507c84f] socks connection closed\n2025-07-27 20:33:43.330 [info] [command][2416e8fc-7c3f-4c0d-9e06-81cafb841e43] Socket close event received\n2025-07-27 20:33:43.371 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54661 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:34:43.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:34:43.337 [info] [command][c139aa7a-92ca-4de9-9822-41ce50172550] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""c139aa7a-92ca-4de9-9822-41ce50172550""}\n2025-07-27 20:34:43.337 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][7e86af1d-bdf8-4076-a393-0c52d748357a] received connection request\n2025-07-27 20:34:43.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:34:43.381 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7e86af1d-bdf8-4076-a393-0c52d748357a] socks forwarding established\n2025-07-27 20:34:43.425 [info] [command][c139aa7a-92ca-4de9-9822-41ce50172550] Process exited with code 0\n2025-07-27 20:34:43.425 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7e86af1d-bdf8-4076-a393-0c52d748357a] socks connection closed\n2025-07-27 20:34:43.425 [info] [command][c139aa7a-92ca-4de9-9822-41ce50172550] Socket close event received\n2025-07-27 20:34:43.465 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54689 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:35:43.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:35:43.429 [info] [command][355bc70c-1801-4cc4-a0c8-4e136838f710] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""355bc70c-1801-4cc4-a0c8-4e136838f710""}\n2025-07-27 20:35:43.429 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][e1d19851-41bd-407b-8f2b-e93f015acbea] received connection request\n2025-07-27 20:35:43.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:35:43.470 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e1d19851-41bd-407b-8f2b-e93f015acbea] socks forwarding established\n2025-07-27 20:35:43.514 [info] [command][355bc70c-1801-4cc4-a0c8-4e136838f710] Process exited with code 0\n2025-07-27 20:35:43.514 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][e1d19851-41bd-407b-8f2b-e93f015acbea] socks connection closed\n2025-07-27 20:35:43.514 [info] [command][355bc70c-1801-4cc4-a0c8-4e136838f710] Socket close event received\n2025-07-27 20:35:43.555 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54707 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:36:43.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:36:43.527 [info] [command][293d2a97-d525-48d5-8533-7d363622fafc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""293d2a97-d525-48d5-8533-7d363622fafc""}\n2025-07-27 20:36:43.527 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][9901142b-c6a3-4840-b165-d8ef0972416e] received connection request\n2025-07-27 20:36:43.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:36:43.567 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][9901142b-c6a3-4840-b165-d8ef0972416e] socks forwarding established\n2025-07-27 20:36:43.611 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][9901142b-c6a3-4840-b165-d8ef0972416e] socks connection closed\n2025-07-27 20:36:43.611 [info] [command][293d2a97-d525-48d5-8533-7d363622fafc] Process exited with code 0\n2025-07-27 20:36:43.612 [info] [command][293d2a97-d525-48d5-8533-7d363622fafc] Socket close event received\n2025-07-27 20:36:43.651 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54737 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:37:43.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:37:43.624 [info] [command][b2835d5a-5e7b-4375-abdd-e818a72c8732] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""b2835d5a-5e7b-4375-abdd-e818a72c8732""}\n2025-07-27 20:37:43.624 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][75222a06-c36d-410d-894a-130b38d39948] received connection request\n2025-07-27 20:37:43.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:37:43.665 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][75222a06-c36d-410d-894a-130b38d39948] socks forwarding established\n2025-07-27 20:37:43.710 [info] [command][b2835d5a-5e7b-4375-abdd-e818a72c8732] Process exited with code 0\n2025-07-27 20:37:43.710 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][75222a06-c36d-410d-894a-130b38d39948] socks connection closed\n2025-07-27 20:37:43.710 [info] [command][b2835d5a-5e7b-4375-abdd-e818a72c8732] Socket close event received\n2025-07-27 20:37:43.751 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54753 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:38:43.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:38:43.722 [info] [command][3cdd931c-abe0-4af1-9d90-a16525243d01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""3cdd931c-abe0-4af1-9d90-a16525243d01""}\n2025-07-27 20:38:43.722 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][2d127800-7da7-4260-9b8f-d2c9c304be77] received connection request\n2025-07-27 20:38:43.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:38:43.764 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][2d127800-7da7-4260-9b8f-d2c9c304be77] socks forwarding established\n2025-07-27 20:38:43.813 [info] [command][3cdd931c-abe0-4af1-9d90-a16525243d01] Process exited with code 0\n2025-07-27 20:38:43.814 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][2d127800-7da7-4260-9b8f-d2c9c304be77] socks connection closed\n2025-07-27 20:38:43.814 [info] [command][3cdd931c-abe0-4af1-9d90-a16525243d01] Socket close event received\n2025-07-27 20:38:43.853 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54767 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:39:43.819 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:39:43.821 [info] [command][eae6068e-d964-43ee-af69-332e1488071f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""eae6068e-d964-43ee-af69-332e1488071f""}\n2025-07-27 20:39:43.822 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][7237d7a7-c001-4e53-98e0-1fb6c106d04a] received connection request\n2025-07-27 20:39:43.823 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:39:43.864 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7237d7a7-c001-4e53-98e0-1fb6c106d04a] socks forwarding established\n2025-07-27 20:39:43.907 [info] [command][eae6068e-d964-43ee-af69-332e1488071f] Process exited with code 0\n2025-07-27 20:39:43.908 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7237d7a7-c001-4e53-98e0-1fb6c106d04a] socks connection closed\n2025-07-27 20:39:43.908 [info] [command][eae6068e-d964-43ee-af69-332e1488071f] Socket close event received\n2025-07-27 20:39:43.948 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54829 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:40:43.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:40:43.919 [info] [command][277627c9-c377-4756-9300-dd0f5786493c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""277627c9-c377-4756-9300-dd0f5786493c""}\n2025-07-27 20:40:43.920 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][783c758e-f441-436d-bea5-6d0e5e3b49a4] received connection request\n2025-07-27 20:40:43.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:40:43.966 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][783c758e-f441-436d-bea5-6d0e5e3b49a4] socks forwarding established\n2025-07-27 20:40:44.010 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][783c758e-f441-436d-bea5-6d0e5e3b49a4] socks connection closed\n2025-07-27 20:40:44.010 [info] [command][277627c9-c377-4756-9300-dd0f5786493c] Process exited with code 0\n2025-07-27 20:40:44.010 [info] [command][277627c9-c377-4756-9300-dd0f5786493c] Socket close event received\n2025-07-27 20:40:44.050 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54845 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:41:44.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:41:44.013 [info] [command][c5e69212-d6ba-477b-b541-de92ebdc3f84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""c5e69212-d6ba-477b-b541-de92ebdc3f84""}\n2025-07-27 20:41:44.014 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][590cde5b-9baf-4396-bdfb-f703e9e31542] received connection request\n2025-07-27 20:41:44.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:41:44.056 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][590cde5b-9baf-4396-bdfb-f703e9e31542] socks forwarding established\n2025-07-27 20:41:44.100 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][590cde5b-9baf-4396-bdfb-f703e9e31542] socks connection closed\n2025-07-27 20:41:44.100 [info] [command][c5e69212-d6ba-477b-b541-de92ebdc3f84] Process exited with code 0\n2025-07-27 20:41:44.100 [info] [command][c5e69212-d6ba-477b-b541-de92ebdc3f84] Socket close event received\n2025-07-27 20:41:44.138 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54880 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:42:44.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:42:44.108 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][03bdded9-5c28-488f-8adf-30323cdc9fce] received connection request\n2025-07-27 20:42:44.109 [info] [command][607244ce-ab65-4908-bdba-db30be3f7655] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""607244ce-ab65-4908-bdba-db30be3f7655""}\n2025-07-27 20:42:44.109 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:42:44.151 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][03bdded9-5c28-488f-8adf-30323cdc9fce] socks forwarding established\n2025-07-27 20:42:44.213 [info] [command][607244ce-ab65-4908-bdba-db30be3f7655] Process exited with code 0\n2025-07-27 20:42:44.213 [info] [command][607244ce-ab65-4908-bdba-db30be3f7655] Socket close event received\n2025-07-27 20:42:44.213 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][03bdded9-5c28-488f-8adf-30323cdc9fce] socks connection closed\n2025-07-27 20:42:44.394 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54912 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:43:44.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:43:44.225 [info] [command][ba9378b1-af78-4693-9767-03cdd3463e2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""ba9378b1-af78-4693-9767-03cdd3463e2e""}\n2025-07-27 20:43:44.226 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][1685ce18-f75d-4b6c-acd5-c8b877d0892e] received connection request\n2025-07-27 20:43:44.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:43:44.266 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][1685ce18-f75d-4b6c-acd5-c8b877d0892e] socks forwarding established\n2025-07-27 20:43:44.310 [info] [command][ba9378b1-af78-4693-9767-03cdd3463e2e] Process exited with code 0\n2025-07-27 20:43:44.311 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][1685ce18-f75d-4b6c-acd5-c8b877d0892e] socks connection closed\n2025-07-27 20:43:44.311 [info] [command][ba9378b1-af78-4693-9767-03cdd3463e2e] Socket close event received\n2025-07-27 20:43:44.350 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54933 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:44:44.317 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:44:44.319 [info] [command][447b5994-919d-4065-8345-7dbcd24659af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""447b5994-919d-4065-8345-7dbcd24659af""}\n2025-07-27 20:44:44.320 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][0c96b24f-ab41-4db5-bc55-db5ae5e60470] received connection request\n2025-07-27 20:44:44.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:44:44.361 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][0c96b24f-ab41-4db5-bc55-db5ae5e60470] socks forwarding established\n2025-07-27 20:44:44.405 [info] [command][447b5994-919d-4065-8345-7dbcd24659af] Process exited with code 0\n2025-07-27 20:44:44.405 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][0c96b24f-ab41-4db5-bc55-db5ae5e60470] socks connection closed\n2025-07-27 20:44:44.406 [info] [command][447b5994-919d-4065-8345-7dbcd24659af] Socket close event received\n2025-07-27 20:44:44.444 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54964 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:45:44.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:45:44.415 [info] [command][f41003c0-e513-4877-ac16-523d67dd11d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""f41003c0-e513-4877-ac16-523d67dd11d1""}\n2025-07-27 20:45:44.416 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][f69fdc46-e108-49b8-a300-0370d51c9dbc] received connection request\n2025-07-27 20:45:44.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:45:44.461 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f69fdc46-e108-49b8-a300-0370d51c9dbc] socks forwarding established\n2025-07-27 20:45:44.505 [info] [command][f41003c0-e513-4877-ac16-523d67dd11d1] Process exited with code 0\n2025-07-27 20:45:44.505 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f69fdc46-e108-49b8-a300-0370d51c9dbc] socks connection closed\n2025-07-27 20:45:44.506 [info] [command][f41003c0-e513-4877-ac16-523d67dd11d1] Socket close event received\n2025-07-27 20:45:44.546 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 54980 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:46:44.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:46:44.509 [info] [command][10940a9d-d2b0-457f-8703-5b7569ab4369] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""10940a9d-d2b0-457f-8703-5b7569ab4369""}\n2025-07-27 20:46:44.510 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][cf22e039-3996-4eaa-9ac7-9abd48d0437b] received connection request\n2025-07-27 20:46:44.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:46:44.554 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][cf22e039-3996-4eaa-9ac7-9abd48d0437b] socks forwarding established\n2025-07-27 20:46:44.598 [info] [command][10940a9d-d2b0-457f-8703-5b7569ab4369] Process exited with code 0\n2025-07-27 20:46:44.599 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][cf22e039-3996-4eaa-9ac7-9abd48d0437b] socks connection closed\n2025-07-27 20:46:44.599 [info] [command][10940a9d-d2b0-457f-8703-5b7569ab4369] Socket close event received\n2025-07-27 20:46:44.638 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55006 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:47:44.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:47:44.611 [info] [command][dc958549-a05e-467b-a733-7fb6e787aa88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""dc958549-a05e-467b-a733-7fb6e787aa88""}\n2025-07-27 20:47:44.611 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][396ff89c-7f90-4d90-b189-557eccba1960] received connection request\n2025-07-27 20:47:44.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:47:44.657 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][396ff89c-7f90-4d90-b189-557eccba1960] socks forwarding established\n2025-07-27 20:47:44.701 [info] [command][dc958549-a05e-467b-a733-7fb6e787aa88] Process exited with code 0\n2025-07-27 20:47:44.702 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][396ff89c-7f90-4d90-b189-557eccba1960] socks connection closed\n2025-07-27 20:47:44.702 [info] [command][dc958549-a05e-467b-a733-7fb6e787aa88] Socket close event received\n2025-07-27 20:47:44.741 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55024 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:48:44.705 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:48:44.707 [info] [command][e1bb895f-2b97-4e06-8eef-ddaf6677e0bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""e1bb895f-2b97-4e06-8eef-ddaf6677e0bc""}\n2025-07-27 20:48:44.708 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][442d65b4-63b1-4b84-a10c-bc67495cb9c3] received connection request\n2025-07-27 20:48:44.708 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:48:44.752 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][442d65b4-63b1-4b84-a10c-bc67495cb9c3] socks forwarding established\n2025-07-27 20:48:44.796 [info] [command][e1bb895f-2b97-4e06-8eef-ddaf6677e0bc] Process exited with code 0\n2025-07-27 20:48:44.796 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][442d65b4-63b1-4b84-a10c-bc67495cb9c3] socks connection closed\n2025-07-27 20:48:44.796 [info] [command][e1bb895f-2b97-4e06-8eef-ddaf6677e0bc] Socket close event received\n2025-07-27 20:48:44.837 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55041 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:49:44.799 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:49:44.800 [info] [command][34e12a5b-44a4-4fa8-857a-47c6c003c344] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""34e12a5b-44a4-4fa8-857a-47c6c003c344""}\n2025-07-27 20:49:44.801 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][7bc9ea0b-469b-4ee9-8e3e-cffd0c3a8adb] received connection request\n2025-07-27 20:49:44.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\n\n2025-07-27 20:49:44.802 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:49:44.846 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7bc9ea0b-469b-4ee9-8e3e-cffd0c3a8adb] socks forwarding established\n2025-07-27 20:49:44.889 [info] [command][34e12a5b-44a4-4fa8-857a-47c6c003c344] Process exited with code 0\n2025-07-27 20:49:44.889 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7bc9ea0b-469b-4ee9-8e3e-cffd0c3a8adb] socks connection closed\n2025-07-27 20:49:44.890 [info] [command][34e12a5b-44a4-4fa8-857a-47c6c003c344] Socket close event received\n2025-07-27 20:49:44.929 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55080 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:50:44.899 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:50:44.900 [info] [command][a2471cd0-e455-4266-a80c-c20ac11c61e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""a2471cd0-e455-4266-a80c-c20ac11c61e2""}\n2025-07-27 20:50:44.901 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][98506fbe-27f5-4b85-84b5-fb21ef41f98d] received connection request\n2025-07-27 20:50:44.901 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:50:44.942 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][98506fbe-27f5-4b85-84b5-fb21ef41f98d] socks forwarding established\n2025-07-27 20:50:44.988 [info] [command][a2471cd0-e455-4266-a80c-c20ac11c61e2] Process exited with code 0\n2025-07-27 20:50:44.988 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][98506fbe-27f5-4b85-84b5-fb21ef41f98d] socks connection closed\n2025-07-27 20:50:44.988 [info] [command][a2471cd0-e455-4266-a80c-c20ac11c61e2] Socket close event received\n2025-07-27 20:50:45.027 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55111 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:51:44.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:51:44.999 [info] [command][58f0f3ed-cb54-44f4-8779-2ab460b7b2b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""58f0f3ed-cb54-44f4-8779-2ab460b7b2b4""}\n2025-07-27 20:51:44.999 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][7a0aff51-397d-4681-9005-bb247386d5ae] received connection request\n2025-07-27 20:51:45.000 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:51:45.046 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7a0aff51-397d-4681-9005-bb247386d5ae] socks forwarding established\n2025-07-27 20:51:45.090 [info] [command][58f0f3ed-cb54-44f4-8779-2ab460b7b2b4] Process exited with code 0\n2025-07-27 20:51:45.090 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][7a0aff51-397d-4681-9005-bb247386d5ae] socks connection closed\n2025-07-27 20:51:45.090 [info] [command][58f0f3ed-cb54-44f4-8779-2ab460b7b2b4] Socket close event received\n2025-07-27 20:51:45.130 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55164 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:52:45.092 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:52:45.094 [info] [command][20a91767-7438-4d82-b122-5e86cbe9a51f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""20a91767-7438-4d82-b122-5e86cbe9a51f""}\n2025-07-27 20:52:45.095 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][14ecfd01-07b5-408d-9fe3-6ccb92476057] received connection request\n2025-07-27 20:52:45.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:52:45.141 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][14ecfd01-07b5-408d-9fe3-6ccb92476057] socks forwarding established\n2025-07-27 20:52:45.186 [info] [command][20a91767-7438-4d82-b122-5e86cbe9a51f] Process exited with code 0\n2025-07-27 20:52:45.186 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][14ecfd01-07b5-408d-9fe3-6ccb92476057] socks connection closed\n2025-07-27 20:52:45.186 [info] [command][20a91767-7438-4d82-b122-5e86cbe9a51f] Socket close event received\n2025-07-27 20:52:45.228 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55181 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:53:45.190 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:53:45.192 [info] [command][9187b17e-af4e-47a6-9219-59d47654336f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9187b17e-af4e-47a6-9219-59d47654336f""}\n2025-07-27 20:53:45.193 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][d745a1fe-5c8e-45a9-88d9-bb3eceffead1] received connection request\n2025-07-27 20:53:45.194 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:53:45.236 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][d745a1fe-5c8e-45a9-88d9-bb3eceffead1] socks forwarding established\n2025-07-27 20:53:45.281 [info] [command][9187b17e-af4e-47a6-9219-59d47654336f] Process exited with code 0\n2025-07-27 20:53:45.281 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][d745a1fe-5c8e-45a9-88d9-bb3eceffead1] socks connection closed\n2025-07-27 20:53:45.281 [info] [command][9187b17e-af4e-47a6-9219-59d47654336f] Socket close event received\n2025-07-27 20:53:45.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55201 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:54:45.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:54:45.284 [info] [command][70d0674e-930d-4ec5-b056-83ce72c6d6cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""70d0674e-930d-4ec5-b056-83ce72c6d6cc""}\n2025-07-27 20:54:45.284 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][334dcd4e-6421-47a9-b66c-c422a90012e2] received connection request\n2025-07-27 20:54:45.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:54:45.329 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][334dcd4e-6421-47a9-b66c-c422a90012e2] socks forwarding established\n2025-07-27 20:54:45.373 [info] [command][70d0674e-930d-4ec5-b056-83ce72c6d6cc] Process exited with code 0\n2025-07-27 20:54:45.374 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][334dcd4e-6421-47a9-b66c-c422a90012e2] socks connection closed\n2025-07-27 20:54:45.374 [info] [command][70d0674e-930d-4ec5-b056-83ce72c6d6cc] Socket close event received\n2025-07-27 20:54:45.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55229 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:55:45.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:55:45.379 [info] [command][08a8a216-c7e7-4f51-8caa-363c06af213c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""08a8a216-c7e7-4f51-8caa-363c06af213c""}\n2025-07-27 20:55:45.379 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][47a148b7-f96b-41f5-b6a0-39b3a24fa407] received connection request\n2025-07-27 20:55:45.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:55:45.421 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][47a148b7-f96b-41f5-b6a0-39b3a24fa407] socks forwarding established\n2025-07-27 20:55:45.465 [info] [command][08a8a216-c7e7-4f51-8caa-363c06af213c] Process exited with code 0\n2025-07-27 20:55:45.465 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][47a148b7-f96b-41f5-b6a0-39b3a24fa407] socks connection closed\n2025-07-27 20:55:45.465 [info] [command][08a8a216-c7e7-4f51-8caa-363c06af213c] Socket close event received\n2025-07-27 20:55:45.505 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55251 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:56:45.468 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:56:45.470 [info] [command][a4abeee2-51d2-4e92-a547-244e71651cf1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""a4abeee2-51d2-4e92-a547-244e71651cf1""}\n2025-07-27 20:56:45.471 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][c1d5bea1-2593-4954-9ec4-1f31cefa6d2e] received connection request\n2025-07-27 20:56:45.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:56:45.513 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c1d5bea1-2593-4954-9ec4-1f31cefa6d2e] socks forwarding established\n2025-07-27 20:56:45.556 [info] [command][a4abeee2-51d2-4e92-a547-244e71651cf1] Process exited with code 0\n2025-07-27 20:56:45.556 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][c1d5bea1-2593-4954-9ec4-1f31cefa6d2e] socks connection closed\n2025-07-27 20:56:45.556 [info] [command][a4abeee2-51d2-4e92-a547-244e71651cf1] Socket close event received\n2025-07-27 20:56:45.596 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55287 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:57:45.559 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:57:45.561 [info] [command][3ac41565-6a47-4b79-8fc5-a79767a247de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""3ac41565-6a47-4b79-8fc5-a79767a247de""}\n2025-07-27 20:57:45.561 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][3a2176ae-52bb-4c91-8c05-dfffad7a2a38] received connection request\n2025-07-27 20:57:45.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:57:45.602 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3a2176ae-52bb-4c91-8c05-dfffad7a2a38] socks forwarding established\n2025-07-27 20:57:45.651 [info] [command][3ac41565-6a47-4b79-8fc5-a79767a247de] Process exited with code 0\n2025-07-27 20:57:45.651 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3a2176ae-52bb-4c91-8c05-dfffad7a2a38] socks connection closed\n2025-07-27 20:57:45.651 [info] [command][3ac41565-6a47-4b79-8fc5-a79767a247de] Socket close event received\n2025-07-27 20:57:45.690 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55309 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:58:45.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:58:45.664 [info] [command][821f3bb5-3dda-42a5-8eff-fd45456d458e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""821f3bb5-3dda-42a5-8eff-fd45456d458e""}\n2025-07-27 20:58:45.664 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][fa9f2e26-2436-4904-b51e-adc1b144bacd] received connection request\n2025-07-27 20:58:45.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:58:45.711 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][fa9f2e26-2436-4904-b51e-adc1b144bacd] socks forwarding established\n2025-07-27 20:58:45.764 [info] [command][821f3bb5-3dda-42a5-8eff-fd45456d458e] Process exited with code 0\n2025-07-27 20:58:45.764 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][fa9f2e26-2436-4904-b51e-adc1b144bacd] socks connection closed\n2025-07-27 20:58:45.765 [info] [command][821f3bb5-3dda-42a5-8eff-fd45456d458e] Socket close event received\n2025-07-27 20:58:45.807 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55329 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 20:59:45.767 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 20:59:45.769 [info] [command][1527a4d0-4a3d-4932-bb9b-31e0c3fc999d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""1527a4d0-4a3d-4932-bb9b-31e0c3fc999d""}\n2025-07-27 20:59:45.770 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][1e041ee1-e163-4596-bbe9-94d61ef2cc8b] received connection request\n2025-07-27 20:59:45.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 20:59:45.816 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][1e041ee1-e163-4596-bbe9-94d61ef2cc8b] socks forwarding established\n2025-07-27 20:59:45.862 [info] [command][1527a4d0-4a3d-4932-bb9b-31e0c3fc999d] Process exited with code 0\n2025-07-27 20:59:45.862 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][1e041ee1-e163-4596-bbe9-94d61ef2cc8b] socks connection closed\n2025-07-27 20:59:45.863 [info] [command][1527a4d0-4a3d-4932-bb9b-31e0c3fc999d] Socket close event received\n2025-07-27 20:59:45.902 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55371 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:00:45.867 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:00:45.869 [info] [command][594e4fb0-5ea2-4c6c-b35d-adb96ace50f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""594e4fb0-5ea2-4c6c-b35d-adb96ace50f5""}\n2025-07-27 21:00:45.870 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][f4ae76c0-4881-4ac2-b281-412d04864335] received connection request\n2025-07-27 21:00:45.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:00:45.911 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f4ae76c0-4881-4ac2-b281-412d04864335] socks forwarding established\n2025-07-27 21:00:45.955 [info] [command][594e4fb0-5ea2-4c6c-b35d-adb96ace50f5] Process exited with code 0\n2025-07-27 21:00:45.955 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][f4ae76c0-4881-4ac2-b281-412d04864335] socks connection closed\n2025-07-27 21:00:45.955 [info] [command][594e4fb0-5ea2-4c6c-b35d-adb96ace50f5] Socket close event received\n2025-07-27 21:00:45.994 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55393 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:01:45.965 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:01:45.967 [info] [command][aa3c22f8-8b0f-462e-92f5-a1f1a6f6f26d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""aa3c22f8-8b0f-462e-92f5-a1f1a6f6f26d""}\n2025-07-27 21:01:45.968 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][05cb3f0c-5cff-4230-b87d-cfdb65c88de8] received connection request\n2025-07-27 21:01:45.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:01:46.009 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][05cb3f0c-5cff-4230-b87d-cfdb65c88de8] socks forwarding established\n2025-07-27 21:01:46.055 [info] [command][aa3c22f8-8b0f-462e-92f5-a1f1a6f6f26d] Process exited with code 0\n2025-07-27 21:01:46.055 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][05cb3f0c-5cff-4230-b87d-cfdb65c88de8] socks connection closed\n2025-07-27 21:01:46.055 [info] [command][aa3c22f8-8b0f-462e-92f5-a1f1a6f6f26d] Socket close event received\n2025-07-27 21:01:46.094 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55427 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:02:46.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:02:46.067 [info] [command][d130e158-6235-4d31-8ce7-b9acd4098084] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""d130e158-6235-4d31-8ce7-b9acd4098084""}\n2025-07-27 21:02:46.068 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][bd7f125c-0a8d-4da2-bc92-783f86f43bb4] received connection request\n2025-07-27 21:02:46.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:02:46.109 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][bd7f125c-0a8d-4da2-bc92-783f86f43bb4] socks forwarding established\n2025-07-27 21:02:46.156 [info] [command][d130e158-6235-4d31-8ce7-b9acd4098084] Process exited with code 0\n2025-07-27 21:02:46.157 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][bd7f125c-0a8d-4da2-bc92-783f86f43bb4] socks connection closed\n2025-07-27 21:02:46.157 [info] [command][d130e158-6235-4d31-8ce7-b9acd4098084] Socket close event received\n2025-07-27 21:02:46.196 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55450 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:03:46.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:03:46.163 [info] [command][0c77deae-d49b-4cf9-94b0-b960ee72421c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""0c77deae-d49b-4cf9-94b0-b960ee72421c""}\n2025-07-27 21:03:46.163 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][8a0e4c77-ab47-43d6-845e-0eda53828f80] received connection request\n2025-07-27 21:03:46.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:03:46.204 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][8a0e4c77-ab47-43d6-845e-0eda53828f80] socks forwarding established\n2025-07-27 21:03:46.249 [info] [command][0c77deae-d49b-4cf9-94b0-b960ee72421c] Process exited with code 0\n2025-07-27 21:03:46.249 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][8a0e4c77-ab47-43d6-845e-0eda53828f80] socks connection closed\n2025-07-27 21:03:46.250 [info] [command][0c77deae-d49b-4cf9-94b0-b960ee72421c] Socket close event received\n2025-07-27 21:03:46.290 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55473 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:04:46.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:04:46.261 [info] [command][d0db8e19-d08a-41d1-bfff-49b8397ef2b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""d0db8e19-d08a-41d1-bfff-49b8397ef2b9""}\n2025-07-27 21:04:46.262 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][a4a4c3d8-7719-40d4-b614-d6a5ff554cb6] received connection request\n2025-07-27 21:04:46.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:04:46.311 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][a4a4c3d8-7719-40d4-b614-d6a5ff554cb6] socks forwarding established\n2025-07-27 21:04:46.355 [info] [command][d0db8e19-d08a-41d1-bfff-49b8397ef2b9] Process exited with code 0\n2025-07-27 21:04:46.355 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][a4a4c3d8-7719-40d4-b614-d6a5ff554cb6] socks connection closed\n2025-07-27 21:04:46.355 [info] [command][d0db8e19-d08a-41d1-bfff-49b8397ef2b9] Socket close event received\n2025-07-27 21:04:46.395 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55504 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:05:46.365 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:05:46.367 [info] [command][00ca649c-64ac-46b4-9643-9e26c67ec9c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""00ca649c-64ac-46b4-9643-9e26c67ec9c9""}\n2025-07-27 21:05:46.368 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][143cee00-f5bc-4e83-90ae-0ba5b913db8d] received connection request\n2025-07-27 21:05:46.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:05:46.409 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][143cee00-f5bc-4e83-90ae-0ba5b913db8d] socks forwarding established\n2025-07-27 21:05:46.464 [info] [command][00ca649c-64ac-46b4-9643-9e26c67ec9c9] Process exited with code 0\n2025-07-27 21:05:46.465 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][143cee00-f5bc-4e83-90ae-0ba5b913db8d] socks connection closed\n2025-07-27 21:05:46.465 [info] [command][00ca649c-64ac-46b4-9643-9e26c67ec9c9] Socket close event received\n2025-07-27 21:05:46.505 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55527 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:06:46.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:06:46.471 [info] [command][e1b5407d-537d-4362-b90b-41b493cca4d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""e1b5407d-537d-4362-b90b-41b493cca4d1""}\n2025-07-27 21:06:46.471 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][732d6887-57ed-484d-9032-be95b5766aa7] received connection request\n2025-07-27 21:06:46.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:06:46.517 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][732d6887-57ed-484d-9032-be95b5766aa7] socks forwarding established\n2025-07-27 21:06:46.565 [info] [command][e1b5407d-537d-4362-b90b-41b493cca4d1] Process exited with code 0\n2025-07-27 21:06:46.565 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][732d6887-57ed-484d-9032-be95b5766aa7] socks connection closed\n2025-07-27 21:06:46.565 [info] [command][e1b5407d-537d-4362-b90b-41b493cca4d1] Socket close event received\n2025-07-27 21:06:46.604 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55574 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:07:46.571 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:07:46.573 [info] [command][c8da61a4-d597-4ad3-bf98-6a1cd4aca621] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""c8da61a4-d597-4ad3-bf98-6a1cd4aca621""}\n2025-07-27 21:07:46.573 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][a103fa52-0914-49dc-a2ec-f88b3190846c] received connection request\n2025-07-27 21:07:46.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:07:46.613 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][a103fa52-0914-49dc-a2ec-f88b3190846c] socks forwarding established\n2025-07-27 21:07:46.659 [info] [command][c8da61a4-d597-4ad3-bf98-6a1cd4aca621] Process exited with code 0\n2025-07-27 21:07:46.659 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][a103fa52-0914-49dc-a2ec-f88b3190846c] socks connection closed\n2025-07-27 21:07:46.660 [info] [command][c8da61a4-d597-4ad3-bf98-6a1cd4aca621] Socket close event received\n2025-07-27 21:07:46.699 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55594 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:08:46.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:08:46.663 [info] [command][9e78209c-1f21-4ab3-b3e9-5a1e2bce8622] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""9e78209c-1f21-4ab3-b3e9-5a1e2bce8622""}\n2025-07-27 21:08:46.664 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][03026133-c396-4bdf-81c8-34addda6a928] received connection request\n2025-07-27 21:08:46.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:08:46.704 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][03026133-c396-4bdf-81c8-34addda6a928] socks forwarding established\n2025-07-27 21:08:46.749 [info] [command][9e78209c-1f21-4ab3-b3e9-5a1e2bce8622] Process exited with code 0\n2025-07-27 21:08:46.749 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][03026133-c396-4bdf-81c8-34addda6a928] socks connection closed\n2025-07-27 21:08:46.749 [info] [command][9e78209c-1f21-4ab3-b3e9-5a1e2bce8622] Socket close event received\n2025-07-27 21:08:46.789 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55612 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:09:46.759 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:09:46.760 [info] [command][6e8d9f19-3500-43e8-be8d-468adc9fffec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""6e8d9f19-3500-43e8-be8d-468adc9fffec""}\n2025-07-27 21:09:46.760 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][3dd41f65-85c0-499f-a190-10e9161c5075] received connection request\n2025-07-27 21:09:46.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:09:46.801 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3dd41f65-85c0-499f-a190-10e9161c5075] socks forwarding established\n2025-07-27 21:09:46.846 [info] [command][6e8d9f19-3500-43e8-be8d-468adc9fffec] Process exited with code 0\n2025-07-27 21:09:46.846 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][3dd41f65-85c0-499f-a190-10e9161c5075] socks connection closed\n2025-07-27 21:09:46.846 [info] [command][6e8d9f19-3500-43e8-be8d-468adc9fffec] Socket close event received\n2025-07-27 21:09:46.885 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55654 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:10:46.847 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:10:46.848 [info] [command][67e101df-893c-473d-8bff-738d65ee73b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""67e101df-893c-473d-8bff-738d65ee73b0""}\n2025-07-27 21:10:46.848 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][bc4dc098-50ac-4737-a7f0-94d7ec0a2fda] received connection request\n2025-07-27 21:10:46.848 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:10:46.888 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][bc4dc098-50ac-4737-a7f0-94d7ec0a2fda] socks forwarding established\n2025-07-27 21:10:46.932 [info] [command][67e101df-893c-473d-8bff-738d65ee73b0] Process exited with code 0\n2025-07-27 21:10:46.932 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][bc4dc098-50ac-4737-a7f0-94d7ec0a2fda] socks connection closed\n2025-07-27 21:10:46.932 [info] [command][67e101df-893c-473d-8bff-738d65ee73b0] Socket close event received\n2025-07-27 21:10:46.973 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55678 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:11:46.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:11:46.944 [info] [command][e067a42a-a503-4291-a727-950174cf76b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""e067a42a-a503-4291-a727-950174cf76b7""}\n2025-07-27 21:11:46.945 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][672a511a-4f9b-4af6-bd5f-b2ee1d0c58b1] received connection request\n2025-07-27 21:11:46.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:11:46.986 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][672a511a-4f9b-4af6-bd5f-b2ee1d0c58b1] socks forwarding established\n2025-07-27 21:11:47.031 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][672a511a-4f9b-4af6-bd5f-b2ee1d0c58b1] socks connection closed\n2025-07-27 21:11:47.031 [info] [command][e067a42a-a503-4291-a727-950174cf76b7] Process exited with code 0\n2025-07-27 21:11:47.031 [info] [command][e067a42a-a503-4291-a727-950174cf76b7] Socket close event received\n2025-07-27 21:11:47.072 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55718 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:12:47.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:12:47.042 [info] [command][cbaa73f8-8312-4fe6-a9e3-fa2669aeec75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""cbaa73f8-8312-4fe6-a9e3-fa2669aeec75""}\n2025-07-27 21:12:47.042 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][161d43fb-fc74-49ab-8b15-c1557902c927] received connection request\n2025-07-27 21:12:47.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:12:47.083 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][161d43fb-fc74-49ab-8b15-c1557902c927] socks forwarding established\n2025-07-27 21:12:47.128 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][161d43fb-fc74-49ab-8b15-c1557902c927] socks connection closed\n2025-07-27 21:12:47.128 [info] [command][cbaa73f8-8312-4fe6-a9e3-fa2669aeec75] Process exited with code 0\n2025-07-27 21:12:47.128 [info] [command][cbaa73f8-8312-4fe6-a9e3-fa2669aeec75] Socket close event received\n2025-07-27 21:12:47.167 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55740 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:13:47.129 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:13:47.131 [info] [command][358d09ed-8bea-45d6-ae33-a5b861892228] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""358d09ed-8bea-45d6-ae33-a5b861892228""}\n2025-07-27 21:13:47.132 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][b09f360d-8bcd-479b-9d07-6ab05106344b] received connection request\n2025-07-27 21:13:47.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:13:47.176 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][b09f360d-8bcd-479b-9d07-6ab05106344b] socks forwarding established\n2025-07-27 21:13:47.220 [info] [command][358d09ed-8bea-45d6-ae33-a5b861892228] Process exited with code 0\n2025-07-27 21:13:47.221 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][b09f360d-8bcd-479b-9d07-6ab05106344b] socks connection closed\n2025-07-27 21:13:47.221 [info] [command][358d09ed-8bea-45d6-ae33-a5b861892228] Socket close event received\n2025-07-27 21:13:47.260 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55758 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:14:47.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:14:47.231 [info] [command][170c5e13-2199-4500-adc2-c71e55c0d05f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""170c5e13-2199-4500-adc2-c71e55c0d05f""}\n2025-07-27 21:14:47.232 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][ca85fc22-026d-4d12-8a44-74db9c974e94] received connection request\n2025-07-27 21:14:47.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\n\n2025-07-27 21:14:47.233 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:14:47.276 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][ca85fc22-026d-4d12-8a44-74db9c974e94] socks forwarding established\n2025-07-27 21:14:47.320 [info] [command][170c5e13-2199-4500-adc2-c71e55c0d05f] Process exited with code 0\n2025-07-27 21:14:47.320 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][ca85fc22-026d-4d12-8a44-74db9c974e94] socks connection closed\n2025-07-27 21:14:47.320 [info] [command][170c5e13-2199-4500-adc2-c71e55c0d05f] Socket close event received\n2025-07-27 21:14:47.360 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55795 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:15:47.322 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:15:47.324 [info] [command][bbf21a45-d177-474e-bdc9-cbc230598dda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""bbf21a45-d177-474e-bdc9-cbc230598dda""}\n2025-07-27 21:15:47.325 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][ae251360-b0da-4e12-b293-8d9a965a79f3] received connection request\n2025-07-27 21:15:47.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:15:47.371 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][ae251360-b0da-4e12-b293-8d9a965a79f3] socks forwarding established\n2025-07-27 21:15:47.418 [info] [command][bbf21a45-d177-474e-bdc9-cbc230598dda] Process exited with code 0\n2025-07-27 21:15:47.419 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][ae251360-b0da-4e12-b293-8d9a965a79f3] socks connection closed\n2025-07-27 21:15:47.419 [info] [command][bbf21a45-d177-474e-bdc9-cbc230598dda] Socket close event received\n2025-07-27 21:15:47.459 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55812 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:16:47.428 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:16:47.430 [info] [command][b5a42809-0d76-4d58-98e4-a1780fcae4ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""b5a42809-0d76-4d58-98e4-a1780fcae4ee""}\n2025-07-27 21:16:47.431 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][68613263-31f4-4d21-bdc6-23fd898e0307] received connection request\n2025-07-27 21:16:47.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:16:47.473 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][68613263-31f4-4d21-bdc6-23fd898e0307] socks forwarding established\n2025-07-27 21:16:47.520 [info] [command][b5a42809-0d76-4d58-98e4-a1780fcae4ee] Process exited with code 0\n2025-07-27 21:16:47.521 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][68613263-31f4-4d21-bdc6-23fd898e0307] socks connection closed\n2025-07-27 21:16:47.521 [info] [command][b5a42809-0d76-4d58-98e4-a1780fcae4ee] Socket close event received\n2025-07-27 21:16:47.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55839 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:17:47.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:17:47.524 [info] [command][44815000-71b0-4fc7-85ae-96ab7d3973d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""44815000-71b0-4fc7-85ae-96ab7d3973d3""}\n2025-07-27 21:17:47.525 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][dd2e8fef-215d-4882-9cd3-eb8b23722c7c] received connection request\n2025-07-27 21:17:47.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:17:47.570 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][dd2e8fef-215d-4882-9cd3-eb8b23722c7c] socks forwarding established\n2025-07-27 21:17:47.618 [info] [command][44815000-71b0-4fc7-85ae-96ab7d3973d3] Process exited with code 0\n2025-07-27 21:17:47.618 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][dd2e8fef-215d-4882-9cd3-eb8b23722c7c] socks connection closed\n2025-07-27 21:17:47.619 [info] [command][44815000-71b0-4fc7-85ae-96ab7d3973d3] Socket close event received\n2025-07-27 21:17:47.660 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51646 for 127.0.0.1 port 36125, connect from 127.0.0.1 port 55856 to 127.0.0.1 port 51646, nchannels 6\n\n2025-07-27 21:18:47.618 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:18:47.620 [info] [command][dd0a4801-5074-43ae-a971-a54ed9eebd10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""dd0a4801-5074-43ae-a971-a54ed9eebd10""}\n2025-07-27 21:18:47.621 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][96e00393-0056-44d4-8a32-de9d91299e50] received connection request\n2025-07-27 21:18:47.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 51646 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-27 21:19:06.226 [info] (ssh_tunnel) stderr: Read from remote host login.haicore.berlin: Operation timed out\nclient_loop: send disconnect: Broken pipe\n\n2025-07-27 21:19:06.231 [error] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][96e00393-0056-44d4-8a32-de9d91299e50] error while creating socks forwarding Socket closed\n2025-07-27 21:19:06.233 [info] [command][dd0a4801-5074-43ae-a971-a54ed9eebd10] Socket end event received\n2025-07-27 21:19:06.235 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-27 21:19:06.240 [info] [command][dd0a4801-5074-43ae-a971-a54ed9eebd10] Socket close event received\n2025-07-27 21:19:06.241 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][de42fc59-2451-4d34-b0fa-c2073fc6d724] socks connection closed\n2025-07-27 21:19:06.241 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][e569544d-08f7-4ba1-a623-46f1bee39bf6] socks connection closed\n2025-07-27 21:19:06.259 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-27 21:19:06.259 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-27 21:19:06.268 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:33295][990f852d-7fd5-457c-8950-0f033a47eca3] received connection request\n2025-07-27 21:19:06.268 [error] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][990f852d-7fd5-457c-8950-0f033a47eca3] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:51646\n2025-07-27 21:19:06.272 [error] Failed to connect to Cursor server at http://127.0.0.1:51652, attempt 1 of 3 fetch failed\n2025-07-27 21:19:07.280 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:33295][184f1238-ab30-4ae1-ac6a-d251176849c4] received connection request\n2025-07-27 21:19:07.281 [error] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][184f1238-ab30-4ae1-ac6a-d251176849c4] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:51646\n2025-07-27 21:19:07.281 [error] Failed to connect to Cursor server at http://127.0.0.1:51652, attempt 2 of 3 fetch failed\n2025-07-27 21:19:08.285 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:33295][12f4e21b-141a-40c3-8efd-33739a485d1a] received connection request\n2025-07-27 21:19:08.285 [error] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][12f4e21b-141a-40c3-8efd-33739a485d1a] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:51646\n2025-07-27 21:19:08.286 [error] Failed to connect to Cursor server at http://127.0.0.1:51652, attempt 3 of 3 fetch failed\n2025-07-27 21:19:08.287 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-27 21:19:08.287 [info] [forwarding][code] returning existing forwarding server listening on local port 51652\n2025-07-27 21:19:08.288 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 9563c615-df35-4b19-89ca-c531e49b14b2\n2025-07-27 21:19:08.288 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 51653\n2025-07-27 21:19:08.288 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 769a2622-bd1b-43f4-9d79-e4f5fd0481e6\n2025-07-27 21:19:08.288 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51653\n2025-07-27 21:19:08.290 [info] [command][fb1259e0-f421-4fe2-9656-40b5e5292b28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""769a2622-bd1b-43f4-9d79-e4f5fd0481e6"",""id"":""fb1259e0-f421-4fe2-9656-40b5e5292b28""}\n2025-07-27 21:19:08.291 [info] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:36125][0f4bf5f2-f598-4a3e-8d13-ed09961ea1f6] received connection request\n2025-07-27 21:19:08.291 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:33295][f7501a70-0b66-4209-b0ee-77ba26b97813] received connection request\n2025-07-27 21:19:08.291 [error] [forwarding][multiplex][127.0.0.1:51653 -> 127.0.0.1:51646 -> 127.0.0.1:36125][0f4bf5f2-f598-4a3e-8d13-ed09961ea1f6] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:51646\n2025-07-27 21:19:08.291 [error] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][f7501a70-0b66-4209-b0ee-77ba26b97813] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:51646\n2025-07-27 21:19:08.292 [info] [command][fb1259e0-f421-4fe2-9656-40b5e5292b28] Socket end event received\n2025-07-27 21:19:08.292 [info] [command][fb1259e0-f421-4fe2-9656-40b5e5292b28] Socket close event received\n2025-07-27 21:19:08.292 [error] Failed to connect to Cursor server at http://127.0.0.1:51652, attempt 1 of 3 fetch failed\n2025-07-27 21:19:09.298 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:33295][83b64b44-4b51-461e-ba37-f6e26901f36e] received connection request\n2025-07-27 21:19:09.299 [error] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][83b64b44-4b51-461e-ba37-f6e26901f36e] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:51646\n2025-07-27 21:19:09.299 [error] Failed to connect to Cursor server at http://127.0.0.1:51652, attempt 2 of 3 fetch failed\n2025-07-27 21:19:10.305 [info] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:33295][c037d1f6-9faa-4ce2-a58e-d55d27a1b9a8] received connection request\n2025-07-27 21:19:10.306 [error] [forwarding][code][127.0.0.1:51652 -> 127.0.0.1:51646 -> 127.0.0.1:33295][c037d1f6-9faa-4ce2-a58e-d55d27a1b9a8] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:51646\n2025-07-27 21:19:10.306 [error] Failed to connect to Cursor server at http://127.0.0.1:51652, attempt 3 of 3 fetch failed\n2025-07-27 21:19:10.306 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-27 21:19:10.370 [info] Terminating existing SSH process with pid: 30143\n2025-07-27 21:19:10.370 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-27 21:19:10.370 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-oOwkpU/socket.sock\n2025-07-27 21:19:10.375 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_9070.sh"" | ssh -v -T -D 56021 login.haicore.berlin bash --login -c bash\n2025-07-27 21:19:10.375 [info] Started installation script. Waiting for it to finish...\n2025-07-27 21:19:10.375 [info] Waiting for server to install via process(43132)...\n2025-07-27 21:19:10.387 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-27 21:19:10.387 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-27 21:19:10.387 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-27 21:19:10.388 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-27 21:19:10.388 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-27 21:19:10.388 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-27 21:19:10.496 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-27 21:19:10.498 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-27 21:19:10.498 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-27 21:19:10.498 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-27 21:19:10.525 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-27 21:19:10.532 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-27 21:19:10.532 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-27 21:19:10.533 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-27 21:19:10.548 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-27 21:19:10.548 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-27 21:19:10.549 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-27 21:19:10.581 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-27 21:19:10.583 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-27 21:19:10.586 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-27 21:19:10.587 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-27 21:19:10.673 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-27 21:19:11.219 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-27 21:19:11.229 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-27 21:19:11.229 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-27 21:19:11.259 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-27 21:19:11.579 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-27 21:19:11.830 [info] Askpass server received request: POST /\n2025-07-27 21:19:11.830 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-27 21:19:11.830 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-28 07:45:21.621 [error] Password authentication cancelled\n2025-07-28 07:45:21.627 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-28 07:45:21.648 [info] (ssh_tunnel) stderr: ssh_dispatch_run_fatal: Connection to 141.80.150.4 port 22: Broken pipe\n\n2025-07-28 07:45:21.657 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-28 07:45:21.660 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-28 07:45:21.660 [error] Failed to connect after 1 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-28 07:45:21.660 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_9070.sh\n2025-07-28 07:45:21.675 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-28 13:32:51.407 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-28 13:32:51.414 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tY3ZDh/socket.sock\n2025-07-28 13:32:51.415 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-28 13:32:51.417 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tY3ZDh/socket.sock\n2025-07-28 13:32:51.419 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67436.sh"" | ssh -v -T -D 60228 login.haicore.berlin bash --login -c bash\n2025-07-28 13:32:51.419 [info] Started installation script. Waiting for it to finish...\n2025-07-28 13:32:51.419 [info] Waiting for server to install via process(58939)...\n2025-07-28 13:32:51.430 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-28 13:32:51.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-28 13:32:51.431 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-28 13:32:51.431 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-28 13:32:51.432 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-28 13:32:51.432 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-28 13:32:53.038 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-28 13:32:53.039 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-28 13:32:53.040 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-28 13:32:53.040 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-28 13:32:53.085 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-28 13:32:53.089 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-28 13:32:53.089 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-28 13:32:53.124 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-28 13:32:53.126 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-28 13:32:53.172 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-28 13:32:53.174 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-28 13:32:53.174 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-28 13:32:53.174 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-28 13:32:53.179 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-28 13:32:53.179 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-28 13:32:53.304 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-28 13:32:53.348 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-28 13:32:53.363 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-28 13:32:53.363 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-28 13:32:53.464 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-28 13:32:53.537 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:60228 forwarded to remote address socks:0\n\n2025-07-28 13:32:53.537 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 60228.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-28 13:32:53.537 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on 127.0.0.1 port 60228.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-28 13:32:53.537 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-28 13:32:53.730 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-28 13:32:53.731 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-28 13:32:53.737 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-28 13:32:53.737 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-28 13:32:53.770 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\n\n2025-07-28 13:32:53.770 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-28 13:32:54.174 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-28 13:32:54.217 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-28 13:32:54.220 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-28 13:32:54.223 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-28 13:32:54.246 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-28 13:32:54.253 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-28 13:32:54.254 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-28 13:32:54.258 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-28 13:32:54.260 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-28 13:32:54.265 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 9584774a-ca9a-4f97-a1fb-27a8b5ab63e8\n\n2025-07-28 13:32:54.267 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2986655 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-28 13:32:54.268 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-28 13:32:54.269 [info] (ssh_tunnel) stdout: Multiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-28 13:32:54.775 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-28 13:32:54.792 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-28 13:32:54.793 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-28 13:32:54.797 [info] (ssh_tunnel) stdout: Code server started with PID 2986679 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-28 13:32:55.323 [info] (ssh_tunnel) stdout: 94af7bacaa26a2bfe8aa7ef8: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36497==\nmultiplexConnectionToken==9584774a-ca9a-4f97-a1fb-27a8b5ab63e8==\ncodeListeningOn==43719==\ncodeConnectionToken==4abf7a71-504f-4ffb-b822-4e03ff3e25dd==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n94af7bacaa26a2bfe8aa7ef8: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-28 13:32:55.324 [info] Server install command exit code: 0\n2025-07-28 13:32:55.324 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67436.sh\n2025-07-28 13:32:55.325 [info] [forwarding][code] creating new forwarding server\n2025-07-28 13:32:55.325 [info] [forwarding][code] server listening on 127.0.0.1:60237\n2025-07-28 13:32:55.325 [info] [forwarding][code] Set up server\n2025-07-28 13:32:55.325 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 4abf7a71-504f-4ffb-b822-4e03ff3e25dd\n2025-07-28 13:32:55.325 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-28 13:32:55.325 [info] [forwarding][multiplex] server listening on 127.0.0.1:60238\n2025-07-28 13:32:55.325 [info] [forwarding][multiplex] Set up server\n2025-07-28 13:32:55.327 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 9584774a-ca9a-4f97-a1fb-27a8b5ab63e8\n2025-07-28 13:32:55.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:32:55.327 [info] [remote-ssh] Resolved exec server. Socks port: 60228\n2025-07-28 13:32:55.327 [info] Setting up 0 default forwarded ports\n2025-07-28 13:32:55.328 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":60237,""connectionToken"":""4abf7a71-504f-4ffb-b822-4e03ff3e25dd"",""extensionHostEnv"":{}}. Socks port: 60228\n2025-07-28 13:32:55.329 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][72d6bb12-4ac7-4323-9514-487afd40f914] received connection request\n2025-07-28 13:32:55.330 [info] [command][493a1e48-ea76-43a7-8298-46ddd8d03761] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""493a1e48-ea76-43a7-8298-46ddd8d03761""}\n2025-07-28 13:32:55.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:32:55.354 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][78ed52a6-3cbc-4919-bf20-8cdd636de1b8] received connection request\n2025-07-28 13:32:55.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:32:55.380 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][72d6bb12-4ac7-4323-9514-487afd40f914] socks forwarding established\n2025-07-28 13:32:55.396 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][78ed52a6-3cbc-4919-bf20-8cdd636de1b8] socks forwarding established\n2025-07-28 13:32:55.428 [info] [command][493a1e48-ea76-43a7-8298-46ddd8d03761] Process exited with code 0\n2025-07-28 13:32:55.428 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][72d6bb12-4ac7-4323-9514-487afd40f914] socks connection closed\n2025-07-28 13:32:55.428 [info] [command][493a1e48-ea76-43a7-8298-46ddd8d03761] Socket close event received\n2025-07-28 13:32:55.452 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][894830ac-9671-4e95-a621-fe63de3ae913] received connection request\n2025-07-28 13:32:55.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:32:55.468 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60240 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:32:55.493 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][894830ac-9671-4e95-a621-fe63de3ae913] socks forwarding established\n2025-07-28 13:32:55.693 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-28 13:33:55.434 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:33:55.436 [info] [command][27c4bca0-7bff-4f71-84d8-2da1d9983f30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""27c4bca0-7bff-4f71-84d8-2da1d9983f30""}\n2025-07-28 13:33:55.437 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1b0f9898-86f7-4d5d-927f-6d2e512810cb] received connection request\n2025-07-28 13:33:55.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:33:55.478 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1b0f9898-86f7-4d5d-927f-6d2e512810cb] socks forwarding established\n2025-07-28 13:33:55.521 [info] [command][27c4bca0-7bff-4f71-84d8-2da1d9983f30] Process exited with code 0\n2025-07-28 13:33:55.522 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1b0f9898-86f7-4d5d-927f-6d2e512810cb] socks connection closed\n2025-07-28 13:33:55.522 [info] [command][27c4bca0-7bff-4f71-84d8-2da1d9983f30] Socket close event received\n2025-07-28 13:33:55.560 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60358 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:34:55.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:34:55.531 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][16752cd1-a7ae-44ca-b64e-88c0ab8f3287] received connection request\n2025-07-28 13:34:55.531 [info] [command][591e62cd-60ba-47df-ba3a-8071632656df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""591e62cd-60ba-47df-ba3a-8071632656df""}\n2025-07-28 13:34:55.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:34:55.573 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16752cd1-a7ae-44ca-b64e-88c0ab8f3287] socks forwarding established\n2025-07-28 13:34:55.619 [info] [command][591e62cd-60ba-47df-ba3a-8071632656df] Process exited with code 0\n2025-07-28 13:34:55.620 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16752cd1-a7ae-44ca-b64e-88c0ab8f3287] socks connection closed\n2025-07-28 13:34:55.620 [info] [command][591e62cd-60ba-47df-ba3a-8071632656df] Socket close event received\n2025-07-28 13:34:55.660 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60394 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:35:55.621 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:35:55.623 [info] [command][af482209-94af-4071-9fb4-595bbf2da1ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""af482209-94af-4071-9fb4-595bbf2da1ce""}\n2025-07-28 13:35:55.624 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ffbcc777-d861-4de7-bc98-5be1b18dd8c0] received connection request\n2025-07-28 13:35:55.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:35:55.665 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ffbcc777-d861-4de7-bc98-5be1b18dd8c0] socks forwarding established\n2025-07-28 13:35:55.710 [info] [command][af482209-94af-4071-9fb4-595bbf2da1ce] Process exited with code 0\n2025-07-28 13:35:55.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ffbcc777-d861-4de7-bc98-5be1b18dd8c0] socks connection closed\n2025-07-28 13:35:55.710 [info] [command][af482209-94af-4071-9fb4-595bbf2da1ce] Socket close event received\n2025-07-28 13:35:55.751 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60411 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:36:55.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:36:55.717 [info] [command][03686a62-fcd2-4170-9bbf-097d2f91ed3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""03686a62-fcd2-4170-9bbf-097d2f91ed3c""}\n2025-07-28 13:36:55.718 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4d59b2b0-1042-479a-9637-ba35fc66784d] received connection request\n2025-07-28 13:36:55.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:36:55.760 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4d59b2b0-1042-479a-9637-ba35fc66784d] socks forwarding established\n2025-07-28 13:36:55.808 [info] [command][03686a62-fcd2-4170-9bbf-097d2f91ed3c] Process exited with code 0\n2025-07-28 13:36:55.808 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4d59b2b0-1042-479a-9637-ba35fc66784d] socks connection closed\n2025-07-28 13:36:55.808 [info] [command][03686a62-fcd2-4170-9bbf-097d2f91ed3c] Socket close event received\n2025-07-28 13:36:55.849 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60441 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:37:55.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:37:55.815 [info] [command][5cc2bc98-58e0-4e7b-82ea-53c7642228a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5cc2bc98-58e0-4e7b-82ea-53c7642228a5""}\n2025-07-28 13:37:55.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5394f773-4b29-4d3f-9f2c-d4049800ffbc] received connection request\n2025-07-28 13:37:55.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:37:55.867 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5394f773-4b29-4d3f-9f2c-d4049800ffbc] socks forwarding established\n2025-07-28 13:37:55.912 [info] [command][5cc2bc98-58e0-4e7b-82ea-53c7642228a5] Process exited with code 0\n2025-07-28 13:37:55.912 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5394f773-4b29-4d3f-9f2c-d4049800ffbc] socks connection closed\n2025-07-28 13:37:55.913 [info] [command][5cc2bc98-58e0-4e7b-82ea-53c7642228a5] Socket close event received\n2025-07-28 13:37:55.952 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60471 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:38:55.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:38:55.920 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cf557507-c7fe-41fd-b544-5bbe351dceb6] received connection request\n2025-07-28 13:38:55.920 [info] [command][4b853c34-828f-4fd2-88d1-dac11f940d3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4b853c34-828f-4fd2-88d1-dac11f940d3b""}\n2025-07-28 13:38:55.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:38:55.961 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cf557507-c7fe-41fd-b544-5bbe351dceb6] socks forwarding established\n2025-07-28 13:38:56.004 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cf557507-c7fe-41fd-b544-5bbe351dceb6] socks connection closed\n2025-07-28 13:38:56.004 [info] [command][4b853c34-828f-4fd2-88d1-dac11f940d3b] Process exited with code 0\n2025-07-28 13:38:56.004 [info] [command][4b853c34-828f-4fd2-88d1-dac11f940d3b] Socket close event received\n2025-07-28 13:38:56.044 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60487 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:39:56.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:39:56.010 [info] [command][84e010e6-9e6e-41e0-b9ed-61f393b76313] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""84e010e6-9e6e-41e0-b9ed-61f393b76313""}\n2025-07-28 13:39:56.011 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f41d4f44-605c-49d7-80fb-38e701c28c4e] received connection request\n2025-07-28 13:39:56.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:39:56.055 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f41d4f44-605c-49d7-80fb-38e701c28c4e] socks forwarding established\n2025-07-28 13:39:56.099 [info] [command][84e010e6-9e6e-41e0-b9ed-61f393b76313] Process exited with code 0\n2025-07-28 13:39:56.099 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f41d4f44-605c-49d7-80fb-38e701c28c4e] socks connection closed\n2025-07-28 13:39:56.100 [info] [command][84e010e6-9e6e-41e0-b9ed-61f393b76313] Socket close event received\n2025-07-28 13:39:56.142 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60522 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:40:56.103 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:40:56.105 [info] [command][be164bdb-fe52-49a2-b012-e6983db89624] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""be164bdb-fe52-49a2-b012-e6983db89624""}\n2025-07-28 13:40:56.106 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][966c2ff3-2bd9-4069-a420-a6752e20c3c4] received connection request\n2025-07-28 13:40:56.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:40:56.151 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][966c2ff3-2bd9-4069-a420-a6752e20c3c4] socks forwarding established\n2025-07-28 13:40:56.199 [info] [command][be164bdb-fe52-49a2-b012-e6983db89624] Process exited with code 0\n2025-07-28 13:40:56.199 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][966c2ff3-2bd9-4069-a420-a6752e20c3c4] socks connection closed\n2025-07-28 13:40:56.199 [info] [command][be164bdb-fe52-49a2-b012-e6983db89624] Socket close event received\n2025-07-28 13:40:56.239 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60572 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:41:56.204 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:41:56.207 [info] [command][37bab2f8-e323-486e-850d-4d2722ed6384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""37bab2f8-e323-486e-850d-4d2722ed6384""}\n2025-07-28 13:41:56.208 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0e499a8f-9456-4b21-b857-130bd27d6fc4] received connection request\n2025-07-28 13:41:56.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:41:56.258 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0e499a8f-9456-4b21-b857-130bd27d6fc4] socks forwarding established\n2025-07-28 13:41:56.308 [info] [command][37bab2f8-e323-486e-850d-4d2722ed6384] Process exited with code 0\n2025-07-28 13:41:56.309 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0e499a8f-9456-4b21-b857-130bd27d6fc4] socks connection closed\n2025-07-28 13:41:56.309 [info] [command][37bab2f8-e323-486e-850d-4d2722ed6384] Socket close event received\n2025-07-28 13:41:56.354 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60604 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:42:56.310 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:42:56.312 [info] [command][84e359a1-9053-4850-ab4a-942f2f933a20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""84e359a1-9053-4850-ab4a-942f2f933a20""}\n2025-07-28 13:42:56.313 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6980a236-f431-4b99-90e0-5511b9c8ce50] received connection request\n2025-07-28 13:42:56.313 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:42:56.375 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6980a236-f431-4b99-90e0-5511b9c8ce50] socks forwarding established\n2025-07-28 13:42:56.421 [info] [command][84e359a1-9053-4850-ab4a-942f2f933a20] Process exited with code 0\n2025-07-28 13:42:56.421 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6980a236-f431-4b99-90e0-5511b9c8ce50] socks connection closed\n2025-07-28 13:42:56.421 [info] [command][84e359a1-9053-4850-ab4a-942f2f933a20] Socket close event received\n2025-07-28 13:42:56.460 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60651 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:43:56.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:43:56.426 [info] [command][fe60e60b-8cd6-4ab2-9925-545914fa5e2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fe60e60b-8cd6-4ab2-9925-545914fa5e2d""}\n2025-07-28 13:43:56.426 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b7555715-1cd6-45cd-84e3-9032f96a1d2e] received connection request\n2025-07-28 13:43:56.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:43:56.472 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b7555715-1cd6-45cd-84e3-9032f96a1d2e] socks forwarding established\n2025-07-28 13:43:56.515 [info] [command][fe60e60b-8cd6-4ab2-9925-545914fa5e2d] Process exited with code 0\n2025-07-28 13:43:56.516 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b7555715-1cd6-45cd-84e3-9032f96a1d2e] socks connection closed\n2025-07-28 13:43:56.516 [info] [command][fe60e60b-8cd6-4ab2-9925-545914fa5e2d] Socket close event received\n2025-07-28 13:43:56.556 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60667 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:44:56.517 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:44:56.520 [info] [command][7155a1e3-9b92-4042-b152-51866aea2918] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7155a1e3-9b92-4042-b152-51866aea2918""}\n2025-07-28 13:44:56.520 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][014a80dd-c90f-474e-bd8e-a961c52a182f] received connection request\n2025-07-28 13:44:56.521 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:44:56.564 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][014a80dd-c90f-474e-bd8e-a961c52a182f] socks forwarding established\n2025-07-28 13:44:56.609 [info] [command][7155a1e3-9b92-4042-b152-51866aea2918] Process exited with code 0\n2025-07-28 13:44:56.609 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][014a80dd-c90f-474e-bd8e-a961c52a182f] socks connection closed\n2025-07-28 13:44:56.609 [info] [command][7155a1e3-9b92-4042-b152-51866aea2918] Socket close event received\n2025-07-28 13:44:56.648 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60686 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:45:56.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:45:56.618 [info] [command][84a339ed-d1b7-43cb-a25c-addc78660b36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""84a339ed-d1b7-43cb-a25c-addc78660b36""}\n2025-07-28 13:45:56.618 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][33597251-4199-40c2-9d51-9a9faa9493fb] received connection request\n2025-07-28 13:45:56.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:45:56.664 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][33597251-4199-40c2-9d51-9a9faa9493fb] socks forwarding established\n2025-07-28 13:45:56.709 [info] [command][84a339ed-d1b7-43cb-a25c-addc78660b36] Process exited with code 0\n2025-07-28 13:45:56.709 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][33597251-4199-40c2-9d51-9a9faa9493fb] socks connection closed\n2025-07-28 13:45:56.710 [info] [command][84a339ed-d1b7-43cb-a25c-addc78660b36] Socket close event received\n2025-07-28 13:45:56.748 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60711 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:46:56.712 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:46:56.715 [info] [command][e88a8067-636f-4454-af23-b3453277ca8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e88a8067-636f-4454-af23-b3453277ca8c""}\n2025-07-28 13:46:56.716 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dcaf426c-3eb4-41ae-9f62-3e89c0ffccd9] received connection request\n2025-07-28 13:46:56.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:46:56.764 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dcaf426c-3eb4-41ae-9f62-3e89c0ffccd9] socks forwarding established\n2025-07-28 13:46:56.914 [info] [command][e88a8067-636f-4454-af23-b3453277ca8c] Process exited with code 0\n2025-07-28 13:46:56.914 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dcaf426c-3eb4-41ae-9f62-3e89c0ffccd9] socks connection closed\n2025-07-28 13:46:56.914 [info] [command][e88a8067-636f-4454-af23-b3453277ca8c] Socket close event received\n2025-07-28 13:46:56.959 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60745 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:47:56.915 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:47:56.917 [info] [command][92ffc169-02a0-4b1a-acc7-cf2485b318f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""92ffc169-02a0-4b1a-acc7-cf2485b318f3""}\n2025-07-28 13:47:56.918 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][04ba9944-756f-4aad-ad4c-3e66ce2ebf3c] received connection request\n2025-07-28 13:47:56.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:47:56.962 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][04ba9944-756f-4aad-ad4c-3e66ce2ebf3c] socks forwarding established\n2025-07-28 13:47:57.007 [info] [command][92ffc169-02a0-4b1a-acc7-cf2485b318f3] Process exited with code 0\n2025-07-28 13:47:57.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][04ba9944-756f-4aad-ad4c-3e66ce2ebf3c] socks connection closed\n2025-07-28 13:47:57.007 [info] [command][92ffc169-02a0-4b1a-acc7-cf2485b318f3] Socket close event received\n2025-07-28 13:47:57.045 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60780 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:48:57.011 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:48:57.013 [info] [command][fc7b0624-8dc8-42fa-94db-62e612f72b85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fc7b0624-8dc8-42fa-94db-62e612f72b85""}\n2025-07-28 13:48:57.014 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][70f566ea-5cf1-4391-a663-36c145013fbd] received connection request\n2025-07-28 13:48:57.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:48:57.055 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][70f566ea-5cf1-4391-a663-36c145013fbd] socks forwarding established\n2025-07-28 13:48:57.099 [info] [command][fc7b0624-8dc8-42fa-94db-62e612f72b85] Process exited with code 0\n2025-07-28 13:48:57.099 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][70f566ea-5cf1-4391-a663-36c145013fbd] socks connection closed\n2025-07-28 13:48:57.099 [info] [command][fc7b0624-8dc8-42fa-94db-62e612f72b85] Socket close event received\n2025-07-28 13:48:57.139 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60796 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:49:57.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:49:57.107 [info] [command][4201d4a4-7cee-4009-9ad0-3475b58783c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4201d4a4-7cee-4009-9ad0-3475b58783c7""}\n2025-07-28 13:49:57.108 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][34f1d6cc-85ea-4c2d-8eef-0e8be90af706] received connection request\n2025-07-28 13:49:57.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:49:57.150 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][34f1d6cc-85ea-4c2d-8eef-0e8be90af706] socks forwarding established\n2025-07-28 13:49:57.197 [info] [command][4201d4a4-7cee-4009-9ad0-3475b58783c7] Process exited with code 0\n2025-07-28 13:49:57.198 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][34f1d6cc-85ea-4c2d-8eef-0e8be90af706] socks connection closed\n2025-07-28 13:49:57.198 [info] [command][4201d4a4-7cee-4009-9ad0-3475b58783c7] Socket close event received\n2025-07-28 13:49:57.237 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60815 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:50:57.198 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:50:57.201 [info] [command][b4b3f4a1-e94d-4f68-a8d0-33e8bbcfa88f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b4b3f4a1-e94d-4f68-a8d0-33e8bbcfa88f""}\n2025-07-28 13:50:57.202 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][09795605-3d68-4e81-b0a7-f96d055d02cc] received connection request\n2025-07-28 13:50:57.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:50:57.242 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][09795605-3d68-4e81-b0a7-f96d055d02cc] socks forwarding established\n2025-07-28 13:50:57.289 [info] [command][b4b3f4a1-e94d-4f68-a8d0-33e8bbcfa88f] Process exited with code 0\n2025-07-28 13:50:57.289 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][09795605-3d68-4e81-b0a7-f96d055d02cc] socks connection closed\n2025-07-28 13:50:57.289 [info] [command][b4b3f4a1-e94d-4f68-a8d0-33e8bbcfa88f] Socket close event received\n2025-07-28 13:50:57.328 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60830 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:51:57.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:51:57.293 [info] [command][3906d161-c62f-4307-b6a3-2202d11548d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3906d161-c62f-4307-b6a3-2202d11548d6""}\n2025-07-28 13:51:57.293 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][94f23efa-08d9-4b6f-8a64-c9bf0c936a4a] received connection request\n2025-07-28 13:51:57.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:51:57.333 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94f23efa-08d9-4b6f-8a64-c9bf0c936a4a] socks forwarding established\n2025-07-28 13:51:57.396 [info] [command][3906d161-c62f-4307-b6a3-2202d11548d6] Process exited with code 0\n2025-07-28 13:51:57.397 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94f23efa-08d9-4b6f-8a64-c9bf0c936a4a] socks connection closed\n2025-07-28 13:51:57.397 [info] [command][3906d161-c62f-4307-b6a3-2202d11548d6] Socket close event received\n2025-07-28 13:51:57.437 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60878 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:52:57.400 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:52:57.403 [info] [command][a73728ef-27ff-4c17-87e7-7ef29c903404] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a73728ef-27ff-4c17-87e7-7ef29c903404""}\n2025-07-28 13:52:57.404 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3f163ae0-491b-4727-94e2-8fc3fe6a7765] received connection request\n2025-07-28 13:52:57.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:52:57.445 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3f163ae0-491b-4727-94e2-8fc3fe6a7765] socks forwarding established\n2025-07-28 13:52:57.492 [info] [command][a73728ef-27ff-4c17-87e7-7ef29c903404] Process exited with code 0\n2025-07-28 13:52:57.492 [info] [command][a73728ef-27ff-4c17-87e7-7ef29c903404] Socket close event received\n2025-07-28 13:52:57.493 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3f163ae0-491b-4727-94e2-8fc3fe6a7765] socks connection closed\n2025-07-28 13:52:57.535 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60934 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:53:57.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:53:57.500 [info] [command][ec4b51b2-5c2b-494a-b0f8-c37f98d508bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ec4b51b2-5c2b-494a-b0f8-c37f98d508bf""}\n2025-07-28 13:53:57.501 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][653123e7-d2bb-47a4-9d5f-ee94df97590d] received connection request\n2025-07-28 13:53:57.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:53:57.544 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][653123e7-d2bb-47a4-9d5f-ee94df97590d] socks forwarding established\n2025-07-28 13:53:57.590 [info] [command][ec4b51b2-5c2b-494a-b0f8-c37f98d508bf] Process exited with code 0\n2025-07-28 13:53:57.591 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][653123e7-d2bb-47a4-9d5f-ee94df97590d] socks connection closed\n2025-07-28 13:53:57.592 [info] [command][ec4b51b2-5c2b-494a-b0f8-c37f98d508bf] Socket close event received\n2025-07-28 13:53:57.633 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60955 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:54:57.593 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:54:57.595 [info] [command][149df6be-9fbc-440b-bcb8-0d26f140c7bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""149df6be-9fbc-440b-bcb8-0d26f140c7bd""}\n2025-07-28 13:54:57.596 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a3257f1a-bf18-4730-a8f3-0b5c374af374] received connection request\n2025-07-28 13:54:57.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:54:57.637 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3257f1a-bf18-4730-a8f3-0b5c374af374] socks forwarding established\n2025-07-28 13:54:57.682 [info] [command][149df6be-9fbc-440b-bcb8-0d26f140c7bd] Process exited with code 0\n2025-07-28 13:54:57.682 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3257f1a-bf18-4730-a8f3-0b5c374af374] socks connection closed\n2025-07-28 13:54:57.682 [info] [command][149df6be-9fbc-440b-bcb8-0d26f140c7bd] Socket close event received\n2025-07-28 13:54:57.722 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60983 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:55:57.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:55:57.692 [info] [command][5825a0d0-77b6-4065-a68b-bf49290d3ae3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5825a0d0-77b6-4065-a68b-bf49290d3ae3""}\n2025-07-28 13:55:57.693 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][db5f7dc9-353c-4cfd-b4b2-f3151d44e4e9] received connection request\n2025-07-28 13:55:57.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:55:57.747 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][db5f7dc9-353c-4cfd-b4b2-f3151d44e4e9] socks forwarding established\n2025-07-28 13:55:58.016 [info] [command][5825a0d0-77b6-4065-a68b-bf49290d3ae3] Process exited with code 0\n2025-07-28 13:55:58.017 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][db5f7dc9-353c-4cfd-b4b2-f3151d44e4e9] socks connection closed\n2025-07-28 13:55:58.017 [info] [command][5825a0d0-77b6-4065-a68b-bf49290d3ae3] Socket close event received\n2025-07-28 13:55:58.062 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61002 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:56:58.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:56:58.024 [info] [command][aff97a6e-cbee-4418-aa72-715bb0af853b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""aff97a6e-cbee-4418-aa72-715bb0af853b""}\n2025-07-28 13:56:58.025 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][678532f1-e614-4ce7-8cb6-60f1359c7971] received connection request\n2025-07-28 13:56:58.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:56:58.067 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][678532f1-e614-4ce7-8cb6-60f1359c7971] socks forwarding established\n2025-07-28 13:56:58.114 [info] [command][aff97a6e-cbee-4418-aa72-715bb0af853b] Process exited with code 0\n2025-07-28 13:56:58.114 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][678532f1-e614-4ce7-8cb6-60f1359c7971] socks connection closed\n2025-07-28 13:56:58.114 [info] [command][aff97a6e-cbee-4418-aa72-715bb0af853b] Socket close event received\n2025-07-28 13:56:58.153 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61036 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:57:58.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:57:58.119 [info] [command][286bed12-65f3-4183-8835-413444466808] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""286bed12-65f3-4183-8835-413444466808""}\n2025-07-28 13:57:58.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][67cea476-f09b-4102-888a-f35d28c49fbc] received connection request\n2025-07-28 13:57:58.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:57:58.160 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][67cea476-f09b-4102-888a-f35d28c49fbc] socks forwarding established\n2025-07-28 13:57:58.208 [info] [command][286bed12-65f3-4183-8835-413444466808] Process exited with code 0\n2025-07-28 13:57:58.208 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][67cea476-f09b-4102-888a-f35d28c49fbc] socks connection closed\n2025-07-28 13:57:58.208 [info] [command][286bed12-65f3-4183-8835-413444466808] Socket close event received\n2025-07-28 13:57:58.248 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61069 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:58:58.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:58:58.217 [info] [command][fda3b372-3240-4a21-bb02-738739ce71a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fda3b372-3240-4a21-bb02-738739ce71a2""}\n2025-07-28 13:58:58.218 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][41732b4c-b171-4e81-919f-8a24a3fd3cdd] received connection request\n2025-07-28 13:58:58.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:58:58.264 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41732b4c-b171-4e81-919f-8a24a3fd3cdd] socks forwarding established\n2025-07-28 13:58:58.309 [info] [command][fda3b372-3240-4a21-bb02-738739ce71a2] Process exited with code 0\n2025-07-28 13:58:58.310 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41732b4c-b171-4e81-919f-8a24a3fd3cdd] socks connection closed\n2025-07-28 13:58:58.310 [info] [command][fda3b372-3240-4a21-bb02-738739ce71a2] Socket close event received\n2025-07-28 13:58:58.350 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61100 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 13:59:58.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 13:59:58.318 [info] [command][d2531bbc-09fa-42ba-b2d2-685d6171f718] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d2531bbc-09fa-42ba-b2d2-685d6171f718""}\n2025-07-28 13:59:58.319 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a2729513-bd64-41ca-99a1-06cfec2eb31a] received connection request\n2025-07-28 13:59:58.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 13:59:58.367 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a2729513-bd64-41ca-99a1-06cfec2eb31a] socks forwarding established\n2025-07-28 13:59:58.413 [info] [command][d2531bbc-09fa-42ba-b2d2-685d6171f718] Process exited with code 0\n2025-07-28 13:59:58.413 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a2729513-bd64-41ca-99a1-06cfec2eb31a] socks connection closed\n2025-07-28 13:59:58.414 [info] [command][d2531bbc-09fa-42ba-b2d2-685d6171f718] Socket close event received\n2025-07-28 13:59:58.453 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61141 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:00:58.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:00:58.422 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bdd13ea2-0093-411a-b110-1213b8122bd6] received connection request\n2025-07-28 14:00:58.422 [info] [command][638af348-f34c-467c-9f98-dca0be195dc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""638af348-f34c-467c-9f98-dca0be195dc9""}\n2025-07-28 14:00:58.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:00:58.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bdd13ea2-0093-411a-b110-1213b8122bd6] socks forwarding established\n2025-07-28 14:00:58.507 [info] [command][638af348-f34c-467c-9f98-dca0be195dc9] Process exited with code 0\n2025-07-28 14:00:58.508 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bdd13ea2-0093-411a-b110-1213b8122bd6] socks connection closed\n2025-07-28 14:00:58.508 [info] [command][638af348-f34c-467c-9f98-dca0be195dc9] Socket close event received\n2025-07-28 14:00:58.548 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61165 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:01:58.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:01:58.514 [info] [command][3d59e59f-a773-439a-931a-66a929354a75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3d59e59f-a773-439a-931a-66a929354a75""}\n2025-07-28 14:01:58.514 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][87e3b4bd-20fe-46c9-ae0d-599a03c1f81b] received connection request\n2025-07-28 14:01:58.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:01:58.557 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][87e3b4bd-20fe-46c9-ae0d-599a03c1f81b] socks forwarding established\n2025-07-28 14:01:58.603 [info] [command][3d59e59f-a773-439a-931a-66a929354a75] Process exited with code 0\n2025-07-28 14:01:58.604 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][87e3b4bd-20fe-46c9-ae0d-599a03c1f81b] socks connection closed\n2025-07-28 14:01:58.604 [info] [command][3d59e59f-a773-439a-931a-66a929354a75] Socket close event received\n2025-07-28 14:01:58.644 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61199 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:02:58.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:02:58.609 [info] [command][16947339-2174-4c77-8b9f-001cfa172d0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""16947339-2174-4c77-8b9f-001cfa172d0d""}\n2025-07-28 14:02:58.610 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][69ae6c00-4401-496a-be2c-897917c99d4d] received connection request\n2025-07-28 14:02:58.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:02:58.652 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][69ae6c00-4401-496a-be2c-897917c99d4d] socks forwarding established\n2025-07-28 14:02:58.696 [info] [command][16947339-2174-4c77-8b9f-001cfa172d0d] Process exited with code 0\n2025-07-28 14:02:58.696 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][69ae6c00-4401-496a-be2c-897917c99d4d] socks connection closed\n2025-07-28 14:02:58.696 [info] [command][16947339-2174-4c77-8b9f-001cfa172d0d] Socket close event received\n2025-07-28 14:02:58.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61231 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:03:58.696 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:03:58.699 [info] [command][9c301525-31ea-435d-b3b4-020e4ebe224a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9c301525-31ea-435d-b3b4-020e4ebe224a""}\n2025-07-28 14:03:58.700 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][18adf4e3-ce96-4ea1-a8a9-0c20f584c4c0] received connection request\n2025-07-28 14:03:58.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:03:58.745 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18adf4e3-ce96-4ea1-a8a9-0c20f584c4c0] socks forwarding established\n2025-07-28 14:03:58.791 [info] [command][9c301525-31ea-435d-b3b4-020e4ebe224a] Process exited with code 0\n2025-07-28 14:03:58.791 [info] [command][9c301525-31ea-435d-b3b4-020e4ebe224a] Socket close event received\n2025-07-28 14:03:58.792 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18adf4e3-ce96-4ea1-a8a9-0c20f584c4c0] socks connection closed\n2025-07-28 14:03:58.831 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61258 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:04:58.794 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:04:58.797 [info] [command][6ec13294-798b-4502-b7a1-151a8fecef6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6ec13294-798b-4502-b7a1-151a8fecef6f""}\n2025-07-28 14:04:58.797 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cb7c81c6-4a20-424b-ac8f-ba4fccd29121] received connection request\n2025-07-28 14:04:58.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:04:58.840 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cb7c81c6-4a20-424b-ac8f-ba4fccd29121] socks forwarding established\n2025-07-28 14:04:58.885 [info] [command][6ec13294-798b-4502-b7a1-151a8fecef6f] Process exited with code 0\n2025-07-28 14:04:58.886 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cb7c81c6-4a20-424b-ac8f-ba4fccd29121] socks connection closed\n2025-07-28 14:04:58.886 [info] [command][6ec13294-798b-4502-b7a1-151a8fecef6f] Socket close event received\n2025-07-28 14:04:58.939 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61281 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:05:58.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:05:58.892 [info] [command][ed523f6d-b72c-439e-9828-a980cdc27dbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ed523f6d-b72c-439e-9828-a980cdc27dbe""}\n2025-07-28 14:05:58.893 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2770bf90-14d1-43c6-9450-4ed0e564826c] received connection request\n2025-07-28 14:05:58.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:05:58.935 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2770bf90-14d1-43c6-9450-4ed0e564826c] socks forwarding established\n2025-07-28 14:05:58.981 [info] [command][ed523f6d-b72c-439e-9828-a980cdc27dbe] Process exited with code 0\n2025-07-28 14:05:58.981 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2770bf90-14d1-43c6-9450-4ed0e564826c] socks connection closed\n2025-07-28 14:05:58.981 [info] [command][ed523f6d-b72c-439e-9828-a980cdc27dbe] Socket close event received\n2025-07-28 14:05:59.020 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61299 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:06:58.984 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:06:58.987 [info] [command][c5fa105b-3c76-4f10-b041-36948713126e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c5fa105b-3c76-4f10-b041-36948713126e""}\n2025-07-28 14:06:58.987 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e68d721a-5649-4131-8db7-0a9f6416e3ef] received connection request\n2025-07-28 14:06:58.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:06:59.029 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e68d721a-5649-4131-8db7-0a9f6416e3ef] socks forwarding established\n2025-07-28 14:06:59.075 [info] [command][c5fa105b-3c76-4f10-b041-36948713126e] Process exited with code 0\n2025-07-28 14:06:59.075 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e68d721a-5649-4131-8db7-0a9f6416e3ef] socks connection closed\n2025-07-28 14:06:59.075 [info] [command][c5fa105b-3c76-4f10-b041-36948713126e] Socket close event received\n2025-07-28 14:06:59.115 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61331 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:07:59.080 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:07:59.084 [info] [command][fcd0cf61-5eab-4d03-8004-fd0fa2a4b6c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fcd0cf61-5eab-4d03-8004-fd0fa2a4b6c4""}\n2025-07-28 14:07:59.085 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][04d9e709-ca65-454e-b0d1-ed3203880acf] received connection request\n2025-07-28 14:07:59.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 14:07:59.086 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:07:59.131 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][04d9e709-ca65-454e-b0d1-ed3203880acf] socks forwarding established\n2025-07-28 14:07:59.177 [info] [command][fcd0cf61-5eab-4d03-8004-fd0fa2a4b6c4] Process exited with code 0\n2025-07-28 14:07:59.177 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][04d9e709-ca65-454e-b0d1-ed3203880acf] socks connection closed\n2025-07-28 14:07:59.177 [info] [command][fcd0cf61-5eab-4d03-8004-fd0fa2a4b6c4] Socket close event received\n2025-07-28 14:07:59.218 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61377 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:08:59.179 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:08:59.181 [info] [command][76b0460a-4150-433f-b5c8-7765a4540203] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""76b0460a-4150-433f-b5c8-7765a4540203""}\n2025-07-28 14:08:59.182 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][81b9b3f3-eb72-4e47-91ad-ff4e9b8b4d9a] received connection request\n2025-07-28 14:08:59.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:08:59.253 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][81b9b3f3-eb72-4e47-91ad-ff4e9b8b4d9a] socks forwarding established\n2025-07-28 14:08:59.305 [info] [command][76b0460a-4150-433f-b5c8-7765a4540203] Process exited with code 0\n2025-07-28 14:08:59.305 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][81b9b3f3-eb72-4e47-91ad-ff4e9b8b4d9a] socks connection closed\n2025-07-28 14:08:59.305 [info] [command][76b0460a-4150-433f-b5c8-7765a4540203] Socket close event received\n2025-07-28 14:08:59.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61400 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:09:59.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:09:59.315 [info] [command][b400f488-1aa1-44e6-a2c4-8d1e8451c130] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b400f488-1aa1-44e6-a2c4-8d1e8451c130""}\n2025-07-28 14:09:59.317 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][43eaf9f7-7724-4085-8d42-065ce8d4cf65] received connection request\n2025-07-28 14:09:59.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:09:59.361 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43eaf9f7-7724-4085-8d42-065ce8d4cf65] socks forwarding established\n2025-07-28 14:09:59.410 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43eaf9f7-7724-4085-8d42-065ce8d4cf65] socks connection closed\n2025-07-28 14:09:59.411 [info] [command][b400f488-1aa1-44e6-a2c4-8d1e8451c130] Process exited with code 0\n2025-07-28 14:09:59.411 [info] [command][b400f488-1aa1-44e6-a2c4-8d1e8451c130] Socket close event received\n2025-07-28 14:09:59.451 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61450 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:10:59.417 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:10:59.418 [info] [command][9ce49e8d-98e9-4767-adda-91d17fdea641] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9ce49e8d-98e9-4767-adda-91d17fdea641""}\n2025-07-28 14:10:59.419 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][61a66c89-0780-4e90-b862-ce7296588bc5] received connection request\n2025-07-28 14:10:59.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:10:59.464 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][61a66c89-0780-4e90-b862-ce7296588bc5] socks forwarding established\n2025-07-28 14:10:59.529 [info] [command][9ce49e8d-98e9-4767-adda-91d17fdea641] Process exited with code 0\n2025-07-28 14:10:59.529 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][61a66c89-0780-4e90-b862-ce7296588bc5] socks connection closed\n2025-07-28 14:10:59.529 [info] [command][9ce49e8d-98e9-4767-adda-91d17fdea641] Socket close event received\n2025-07-28 14:10:59.569 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61466 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:11:59.531 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:11:59.533 [info] [command][c5b9293e-eb09-4727-bd86-3c468cd74979] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c5b9293e-eb09-4727-bd86-3c468cd74979""}\n2025-07-28 14:11:59.533 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d59edde7-2cb1-457c-a6f8-db6b63727f49] received connection request\n2025-07-28 14:11:59.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:11:59.573 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d59edde7-2cb1-457c-a6f8-db6b63727f49] socks forwarding established\n2025-07-28 14:11:59.616 [info] [command][c5b9293e-eb09-4727-bd86-3c468cd74979] Process exited with code 0\n2025-07-28 14:11:59.617 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d59edde7-2cb1-457c-a6f8-db6b63727f49] socks connection closed\n2025-07-28 14:11:59.617 [info] [command][c5b9293e-eb09-4727-bd86-3c468cd74979] Socket close event received\n2025-07-28 14:11:59.655 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61511 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:12:59.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:12:59.621 [info] [command][462100de-741d-47f7-b526-277ec091b939] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""462100de-741d-47f7-b526-277ec091b939""}\n2025-07-28 14:12:59.622 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][896f7867-c087-4984-93c0-894a040b79bc] received connection request\n2025-07-28 14:12:59.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:12:59.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][896f7867-c087-4984-93c0-894a040b79bc] socks forwarding established\n2025-07-28 14:12:59.707 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][896f7867-c087-4984-93c0-894a040b79bc] socks connection closed\n2025-07-28 14:12:59.708 [info] [command][462100de-741d-47f7-b526-277ec091b939] Process exited with code 0\n2025-07-28 14:12:59.708 [info] [command][462100de-741d-47f7-b526-277ec091b939] Socket close event received\n2025-07-28 14:12:59.747 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61547 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:13:59.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:13:59.715 [info] [command][c69aba25-c152-414b-9df7-14851aa31456] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c69aba25-c152-414b-9df7-14851aa31456""}\n2025-07-28 14:13:59.716 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d4732c80-1355-4921-9db6-924fc6be75ed] received connection request\n2025-07-28 14:13:59.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:13:59.839 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d4732c80-1355-4921-9db6-924fc6be75ed] socks forwarding established\n2025-07-28 14:13:59.884 [info] [command][c69aba25-c152-414b-9df7-14851aa31456] Process exited with code 0\n2025-07-28 14:13:59.884 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d4732c80-1355-4921-9db6-924fc6be75ed] socks connection closed\n2025-07-28 14:13:59.885 [info] [command][c69aba25-c152-414b-9df7-14851aa31456] Socket close event received\n2025-07-28 14:13:59.926 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61586 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:14:59.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:14:59.893 [info] [command][a1da83b6-9bfd-4de4-8526-bac8534bcba9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a1da83b6-9bfd-4de4-8526-bac8534bcba9""}\n2025-07-28 14:14:59.894 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e45d60ea-4ef1-48af-ba3e-5e6d50b5fe9e] received connection request\n2025-07-28 14:14:59.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:14:59.937 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e45d60ea-4ef1-48af-ba3e-5e6d50b5fe9e] socks forwarding established\n2025-07-28 14:15:00.034 [info] [command][a1da83b6-9bfd-4de4-8526-bac8534bcba9] Process exited with code 0\n2025-07-28 14:15:00.034 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e45d60ea-4ef1-48af-ba3e-5e6d50b5fe9e] socks connection closed\n2025-07-28 14:15:00.034 [info] [command][a1da83b6-9bfd-4de4-8526-bac8534bcba9] Socket close event received\n2025-07-28 14:15:00.075 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61609 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:16:00.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:16:00.039 [info] [command][ebfcae37-feca-4941-b8dc-6330fdd66dd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ebfcae37-feca-4941-b8dc-6330fdd66dd2""}\n2025-07-28 14:16:00.040 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7ad4eb0c-4b42-4d81-a1d5-bf000066b991] received connection request\n2025-07-28 14:16:00.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:16:00.081 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ad4eb0c-4b42-4d81-a1d5-bf000066b991] socks forwarding established\n2025-07-28 14:16:00.127 [info] [command][ebfcae37-feca-4941-b8dc-6330fdd66dd2] Process exited with code 0\n2025-07-28 14:16:00.127 [info] [command][ebfcae37-feca-4941-b8dc-6330fdd66dd2] Socket close event received\n2025-07-28 14:16:00.128 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ad4eb0c-4b42-4d81-a1d5-bf000066b991] socks connection closed\n2025-07-28 14:16:00.169 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61625 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:17:00.131 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:17:00.134 [info] [command][8e744616-9c4d-4589-99b6-15c02ab82545] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8e744616-9c4d-4589-99b6-15c02ab82545""}\n2025-07-28 14:17:00.135 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][67752a49-e62b-4e8d-9f4d-00ca922a6c87] received connection request\n2025-07-28 14:17:00.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:17:00.177 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][67752a49-e62b-4e8d-9f4d-00ca922a6c87] socks forwarding established\n2025-07-28 14:17:00.222 [info] [command][8e744616-9c4d-4589-99b6-15c02ab82545] Process exited with code 0\n2025-07-28 14:17:00.222 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][67752a49-e62b-4e8d-9f4d-00ca922a6c87] socks connection closed\n2025-07-28 14:17:00.222 [info] [command][8e744616-9c4d-4589-99b6-15c02ab82545] Socket close event received\n2025-07-28 14:17:00.261 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61673 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:18:00.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:18:00.230 [info] [command][cee46cf5-6d26-4f00-b827-708f2772a5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cee46cf5-6d26-4f00-b827-708f2772a5c8""}\n2025-07-28 14:18:00.231 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][969433e7-dfcd-4ddf-ab09-3eb6d59d5afd] received connection request\n2025-07-28 14:18:00.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:18:00.274 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][969433e7-dfcd-4ddf-ab09-3eb6d59d5afd] socks forwarding established\n2025-07-28 14:18:00.319 [info] [command][cee46cf5-6d26-4f00-b827-708f2772a5c8] Process exited with code 0\n2025-07-28 14:18:00.319 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][969433e7-dfcd-4ddf-ab09-3eb6d59d5afd] socks connection closed\n2025-07-28 14:18:00.320 [info] [command][cee46cf5-6d26-4f00-b827-708f2772a5c8] Socket close event received\n2025-07-28 14:18:00.360 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61700 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:19:00.320 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:19:00.323 [info] [command][40bab09a-0009-442f-85a7-e81aeb53773d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""40bab09a-0009-442f-85a7-e81aeb53773d""}\n2025-07-28 14:19:00.324 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3ab1f5f7-287e-488a-96f2-fb59e0b5a8f2] received connection request\n2025-07-28 14:19:00.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:19:00.369 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3ab1f5f7-287e-488a-96f2-fb59e0b5a8f2] socks forwarding established\n2025-07-28 14:19:00.416 [info] [command][40bab09a-0009-442f-85a7-e81aeb53773d] Process exited with code 0\n2025-07-28 14:19:00.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3ab1f5f7-287e-488a-96f2-fb59e0b5a8f2] socks connection closed\n2025-07-28 14:19:00.416 [info] [command][40bab09a-0009-442f-85a7-e81aeb53773d] Socket close event received\n2025-07-28 14:19:00.455 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61725 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:20:00.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:20:00.422 [info] [command][51892c82-96f5-4c3d-b042-2d18434b8908] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""51892c82-96f5-4c3d-b042-2d18434b8908""}\n2025-07-28 14:20:00.423 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][96bd0049-2320-420c-893d-32e3b24f749c] received connection request\n2025-07-28 14:20:00.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:20:00.465 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][96bd0049-2320-420c-893d-32e3b24f749c] socks forwarding established\n2025-07-28 14:20:00.510 [info] [command][51892c82-96f5-4c3d-b042-2d18434b8908] Process exited with code 0\n2025-07-28 14:20:00.510 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][96bd0049-2320-420c-893d-32e3b24f749c] socks connection closed\n2025-07-28 14:20:00.511 [info] [command][51892c82-96f5-4c3d-b042-2d18434b8908] Socket close event received\n2025-07-28 14:20:00.550 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61758 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:21:00.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:21:00.513 [info] [command][5d9df954-ef75-48c9-8b7b-934d21b2efe6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5d9df954-ef75-48c9-8b7b-934d21b2efe6""}\n2025-07-28 14:21:00.514 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d9bc9443-b9e0-4113-904c-cef52c243a47] received connection request\n2025-07-28 14:21:00.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:21:00.555 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d9bc9443-b9e0-4113-904c-cef52c243a47] socks forwarding established\n2025-07-28 14:21:00.600 [info] [command][5d9df954-ef75-48c9-8b7b-934d21b2efe6] Process exited with code 0\n2025-07-28 14:21:00.600 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d9bc9443-b9e0-4113-904c-cef52c243a47] socks connection closed\n2025-07-28 14:21:00.601 [info] [command][5d9df954-ef75-48c9-8b7b-934d21b2efe6] Socket close event received\n2025-07-28 14:21:00.640 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61782 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:22:00.601 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:22:00.603 [info] [command][28b6f0d6-97c3-44a5-aaa1-68bad52f05e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""28b6f0d6-97c3-44a5-aaa1-68bad52f05e8""}\n2025-07-28 14:22:00.604 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][64eb117a-0764-4388-8b94-a6e7d31a62c3] received connection request\n2025-07-28 14:22:00.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:22:00.646 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][64eb117a-0764-4388-8b94-a6e7d31a62c3] socks forwarding established\n2025-07-28 14:22:00.692 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][64eb117a-0764-4388-8b94-a6e7d31a62c3] socks connection closed\n2025-07-28 14:22:00.692 [info] [command][28b6f0d6-97c3-44a5-aaa1-68bad52f05e8] Process exited with code 0\n2025-07-28 14:22:00.692 [info] [command][28b6f0d6-97c3-44a5-aaa1-68bad52f05e8] Socket close event received\n2025-07-28 14:22:00.732 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61814 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:23:00.696 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:23:00.698 [info] [command][cc69f5c0-00b7-4192-9d27-e86a065445e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cc69f5c0-00b7-4192-9d27-e86a065445e1""}\n2025-07-28 14:23:00.698 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ff64a9c2-4a51-480a-8f41-501be831925c] received connection request\n2025-07-28 14:23:00.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:23:00.741 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ff64a9c2-4a51-480a-8f41-501be831925c] socks forwarding established\n2025-07-28 14:23:00.784 [info] [command][cc69f5c0-00b7-4192-9d27-e86a065445e1] Process exited with code 0\n2025-07-28 14:23:00.784 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ff64a9c2-4a51-480a-8f41-501be831925c] socks connection closed\n2025-07-28 14:23:00.784 [info] [command][cc69f5c0-00b7-4192-9d27-e86a065445e1] Socket close event received\n2025-07-28 14:23:00.824 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61897 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:24:00.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:24:00.790 [info] [command][8714871e-73a2-4cff-b4b4-64f7cf0ce997] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8714871e-73a2-4cff-b4b4-64f7cf0ce997""}\n2025-07-28 14:24:00.791 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4620e5da-dbdb-438a-930f-b3f1e6f24cba] received connection request\n2025-07-28 14:24:00.791 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:24:00.833 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4620e5da-dbdb-438a-930f-b3f1e6f24cba] socks forwarding established\n2025-07-28 14:24:00.878 [info] [command][8714871e-73a2-4cff-b4b4-64f7cf0ce997] Process exited with code 0\n2025-07-28 14:24:00.878 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4620e5da-dbdb-438a-930f-b3f1e6f24cba] socks connection closed\n2025-07-28 14:24:00.879 [info] [command][8714871e-73a2-4cff-b4b4-64f7cf0ce997] Socket close event received\n2025-07-28 14:24:00.918 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61923 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:25:00.880 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:25:00.881 [info] [command][dc9800f9-d80b-481f-ba25-19847c12adbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dc9800f9-d80b-481f-ba25-19847c12adbb""}\n2025-07-28 14:25:00.882 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e271286e-3831-4768-a1d7-9a557843bc5f] received connection request\n2025-07-28 14:25:00.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:25:00.924 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e271286e-3831-4768-a1d7-9a557843bc5f] socks forwarding established\n2025-07-28 14:25:00.967 [info] [command][dc9800f9-d80b-481f-ba25-19847c12adbb] Process exited with code 0\n2025-07-28 14:25:00.967 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e271286e-3831-4768-a1d7-9a557843bc5f] socks connection closed\n2025-07-28 14:25:00.967 [info] [command][dc9800f9-d80b-481f-ba25-19847c12adbb] Socket close event received\n2025-07-28 14:25:01.006 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61987 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:26:00.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:26:00.974 [info] [command][8390a297-6371-44d9-82cb-a0d4d0a00719] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8390a297-6371-44d9-82cb-a0d4d0a00719""}\n2025-07-28 14:26:00.974 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ab669071-a5a3-4a6b-9563-7767fd3c845c] received connection request\n2025-07-28 14:26:00.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 14:26:00.975 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:26:01.017 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ab669071-a5a3-4a6b-9563-7767fd3c845c] socks forwarding established\n2025-07-28 14:26:01.064 [info] [command][8390a297-6371-44d9-82cb-a0d4d0a00719] Process exited with code 0\n2025-07-28 14:26:01.065 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ab669071-a5a3-4a6b-9563-7767fd3c845c] socks connection closed\n2025-07-28 14:26:01.065 [info] [command][8390a297-6371-44d9-82cb-a0d4d0a00719] Socket close event received\n2025-07-28 14:26:01.104 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62045 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:27:01.070 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:27:01.073 [info] [command][8d450314-a8b3-4deb-b976-be2b7bfbfe72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8d450314-a8b3-4deb-b976-be2b7bfbfe72""}\n2025-07-28 14:27:01.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][af61c722-8cc8-4462-8792-329d3fa43843] received connection request\n2025-07-28 14:27:01.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:27:01.119 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][af61c722-8cc8-4462-8792-329d3fa43843] socks forwarding established\n2025-07-28 14:27:01.163 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][af61c722-8cc8-4462-8792-329d3fa43843] socks connection closed\n2025-07-28 14:27:01.164 [info] [command][8d450314-a8b3-4deb-b976-be2b7bfbfe72] Process exited with code 0\n2025-07-28 14:27:01.164 [info] [command][8d450314-a8b3-4deb-b976-be2b7bfbfe72] Socket close event received\n2025-07-28 14:27:01.204 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62106 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:28:01.170 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:28:01.173 [info] [command][6a1616c1-0b21-4fb3-aeee-0d4e2ec73ea6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6a1616c1-0b21-4fb3-aeee-0d4e2ec73ea6""}\n2025-07-28 14:28:01.174 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][10bb0e72-2228-44e4-a6b0-e463ae250760] received connection request\n2025-07-28 14:28:01.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:28:01.214 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][10bb0e72-2228-44e4-a6b0-e463ae250760] socks forwarding established\n2025-07-28 14:28:01.257 [info] [command][6a1616c1-0b21-4fb3-aeee-0d4e2ec73ea6] Process exited with code 0\n2025-07-28 14:28:01.257 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][10bb0e72-2228-44e4-a6b0-e463ae250760] socks connection closed\n2025-07-28 14:28:01.257 [info] [command][6a1616c1-0b21-4fb3-aeee-0d4e2ec73ea6] Socket close event received\n2025-07-28 14:28:01.298 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62148 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:29:01.263 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:29:01.266 [info] [command][e6331585-a214-4f96-9fa1-6ae9d6d76499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e6331585-a214-4f96-9fa1-6ae9d6d76499""}\n2025-07-28 14:29:01.267 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2e4a456c-cc64-4fd9-a7ed-a241ac49cfe3] received connection request\n2025-07-28 14:29:01.268 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:29:01.314 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2e4a456c-cc64-4fd9-a7ed-a241ac49cfe3] socks forwarding established\n2025-07-28 14:29:01.359 [info] [command][e6331585-a214-4f96-9fa1-6ae9d6d76499] Process exited with code 0\n2025-07-28 14:29:01.359 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2e4a456c-cc64-4fd9-a7ed-a241ac49cfe3] socks connection closed\n2025-07-28 14:29:01.359 [info] [command][e6331585-a214-4f96-9fa1-6ae9d6d76499] Socket close event received\n2025-07-28 14:29:01.398 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62163 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:30:01.364 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:30:01.367 [info] [command][255dd565-e9d4-4660-8adf-105a83f267cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""255dd565-e9d4-4660-8adf-105a83f267cf""}\n2025-07-28 14:30:01.368 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][944f6f98-7b48-45c9-9966-8f37c3ffae56] received connection request\n2025-07-28 14:30:01.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:30:01.412 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][944f6f98-7b48-45c9-9966-8f37c3ffae56] socks forwarding established\n2025-07-28 14:30:01.461 [info] [command][255dd565-e9d4-4660-8adf-105a83f267cf] Process exited with code 0\n2025-07-28 14:30:01.461 [info] [command][255dd565-e9d4-4660-8adf-105a83f267cf] Socket close event received\n2025-07-28 14:30:01.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][944f6f98-7b48-45c9-9966-8f37c3ffae56] socks connection closed\n2025-07-28 14:30:01.503 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62183 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:31:01.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:31:01.469 [info] [command][68055f42-254a-428e-98b7-74635701bcbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""68055f42-254a-428e-98b7-74635701bcbe""}\n2025-07-28 14:31:01.470 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][028488c4-318b-4f56-9f9a-5388a6782071] received connection request\n2025-07-28 14:31:01.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:31:01.515 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][028488c4-318b-4f56-9f9a-5388a6782071] socks forwarding established\n2025-07-28 14:31:01.559 [info] [command][68055f42-254a-428e-98b7-74635701bcbe] Process exited with code 0\n2025-07-28 14:31:01.560 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][028488c4-318b-4f56-9f9a-5388a6782071] socks connection closed\n2025-07-28 14:31:01.560 [info] [command][68055f42-254a-428e-98b7-74635701bcbe] Socket close event received\n2025-07-28 14:31:01.600 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62208 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:32:01.562 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:32:01.565 [info] [command][48595b38-16ed-4b3f-a29a-505542a24014] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""48595b38-16ed-4b3f-a29a-505542a24014""}\n2025-07-28 14:32:01.566 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e40a8d8c-d48e-4317-ae9c-709c65c5be28] received connection request\n2025-07-28 14:32:01.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:32:01.606 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e40a8d8c-d48e-4317-ae9c-709c65c5be28] socks forwarding established\n2025-07-28 14:32:01.652 [info] [command][48595b38-16ed-4b3f-a29a-505542a24014] Process exited with code 0\n2025-07-28 14:32:01.652 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e40a8d8c-d48e-4317-ae9c-709c65c5be28] socks connection closed\n2025-07-28 14:32:01.652 [info] [command][48595b38-16ed-4b3f-a29a-505542a24014] Socket close event received\n2025-07-28 14:32:01.695 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62239 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:33:01.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:33:01.660 [info] [command][669f6008-7c70-4ab0-bb3d-4b291bcb8550] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""669f6008-7c70-4ab0-bb3d-4b291bcb8550""}\n2025-07-28 14:33:01.661 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a04ef0a9-a044-4916-87de-f143e1fee106] received connection request\n2025-07-28 14:33:01.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:33:01.704 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a04ef0a9-a044-4916-87de-f143e1fee106] socks forwarding established\n2025-07-28 14:33:01.748 [info] [command][669f6008-7c70-4ab0-bb3d-4b291bcb8550] Process exited with code 0\n2025-07-28 14:33:01.748 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a04ef0a9-a044-4916-87de-f143e1fee106] socks connection closed\n2025-07-28 14:33:01.749 [info] [command][669f6008-7c70-4ab0-bb3d-4b291bcb8550] Socket close event received\n2025-07-28 14:33:01.787 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62319 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:34:01.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:34:01.753 [info] [command][e34b548a-d6b4-4cf3-80dc-9a2a038e931f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e34b548a-d6b4-4cf3-80dc-9a2a038e931f""}\n2025-07-28 14:34:01.754 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ddad7ac4-52d3-4d28-9acb-d5b98296e66b] received connection request\n2025-07-28 14:34:01.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:34:01.798 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddad7ac4-52d3-4d28-9acb-d5b98296e66b] socks forwarding established\n2025-07-28 14:34:01.844 [info] [command][e34b548a-d6b4-4cf3-80dc-9a2a038e931f] Process exited with code 0\n2025-07-28 14:34:01.844 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddad7ac4-52d3-4d28-9acb-d5b98296e66b] socks connection closed\n2025-07-28 14:34:01.844 [info] [command][e34b548a-d6b4-4cf3-80dc-9a2a038e931f] Socket close event received\n2025-07-28 14:34:01.885 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62345 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:35:01.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:35:01.855 [info] [command][cb2c2811-e752-4724-8617-512482873fa4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cb2c2811-e752-4724-8617-512482873fa4""}\n2025-07-28 14:35:01.860 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c205252e-2d89-4b51-94a6-1033a7bd951f] received connection request\n2025-07-28 14:35:01.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:35:01.904 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c205252e-2d89-4b51-94a6-1033a7bd951f] socks forwarding established\n2025-07-28 14:35:01.951 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c205252e-2d89-4b51-94a6-1033a7bd951f] socks connection closed\n2025-07-28 14:35:01.951 [info] [command][cb2c2811-e752-4724-8617-512482873fa4] Process exited with code 0\n2025-07-28 14:35:01.951 [info] [command][cb2c2811-e752-4724-8617-512482873fa4] Socket close event received\n2025-07-28 14:35:01.992 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62377 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:36:01.957 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:36:01.960 [info] [command][d7f3104f-5eec-44c1-9a59-4bcfda5590a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d7f3104f-5eec-44c1-9a59-4bcfda5590a7""}\n2025-07-28 14:36:01.961 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9d8d4e46-a90c-4d12-9d35-5194d521d258] received connection request\n2025-07-28 14:36:01.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:36:02.003 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9d8d4e46-a90c-4d12-9d35-5194d521d258] socks forwarding established\n2025-07-28 14:36:02.049 [info] [command][d7f3104f-5eec-44c1-9a59-4bcfda5590a7] Process exited with code 0\n2025-07-28 14:36:02.049 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9d8d4e46-a90c-4d12-9d35-5194d521d258] socks connection closed\n2025-07-28 14:36:02.050 [info] [command][d7f3104f-5eec-44c1-9a59-4bcfda5590a7] Socket close event received\n2025-07-28 14:36:02.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62416 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:37:02.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:37:02.058 [info] [command][c7f3c90c-c5ac-4b34-bcca-88499e3be7d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c7f3c90c-c5ac-4b34-bcca-88499e3be7d5""}\n2025-07-28 14:37:02.059 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0d815035-2ecc-4aa9-b085-4a9666cc95fb] received connection request\n2025-07-28 14:37:02.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:37:02.104 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0d815035-2ecc-4aa9-b085-4a9666cc95fb] socks forwarding established\n2025-07-28 14:37:02.149 [info] [command][c7f3c90c-c5ac-4b34-bcca-88499e3be7d5] Process exited with code 0\n2025-07-28 14:37:02.149 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0d815035-2ecc-4aa9-b085-4a9666cc95fb] socks connection closed\n2025-07-28 14:37:02.149 [info] [command][c7f3c90c-c5ac-4b34-bcca-88499e3be7d5] Socket close event received\n2025-07-28 14:37:02.190 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62457 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:38:02.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:38:02.156 [info] [command][1d0ce46b-e3ea-43b9-a8d2-aaa0233c696b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1d0ce46b-e3ea-43b9-a8d2-aaa0233c696b""}\n2025-07-28 14:38:02.157 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e953b268-8e41-4e3f-9f81-6c53ef0ac143] received connection request\n2025-07-28 14:38:02.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:38:02.204 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e953b268-8e41-4e3f-9f81-6c53ef0ac143] socks forwarding established\n2025-07-28 14:38:02.248 [info] [command][1d0ce46b-e3ea-43b9-a8d2-aaa0233c696b] Process exited with code 0\n2025-07-28 14:38:02.248 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e953b268-8e41-4e3f-9f81-6c53ef0ac143] socks connection closed\n2025-07-28 14:38:02.248 [info] [command][1d0ce46b-e3ea-43b9-a8d2-aaa0233c696b] Socket close event received\n2025-07-28 14:38:02.288 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62487 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:39:02.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:39:02.255 [info] [command][7f0fd553-23c6-4d86-b079-5427486f8d64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7f0fd553-23c6-4d86-b079-5427486f8d64""}\n2025-07-28 14:39:02.256 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fde1d777-81df-4b70-84d6-14140ceca109] received connection request\n2025-07-28 14:39:02.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:39:02.301 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fde1d777-81df-4b70-84d6-14140ceca109] socks forwarding established\n2025-07-28 14:39:02.348 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fde1d777-81df-4b70-84d6-14140ceca109] socks connection closed\n2025-07-28 14:39:02.348 [info] [command][7f0fd553-23c6-4d86-b079-5427486f8d64] Process exited with code 0\n2025-07-28 14:39:02.348 [info] [command][7f0fd553-23c6-4d86-b079-5427486f8d64] Socket close event received\n2025-07-28 14:39:02.387 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62503 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:40:02.353 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:40:02.356 [info] [command][dfbb9996-cfae-40cf-b1cb-db1622240129] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dfbb9996-cfae-40cf-b1cb-db1622240129""}\n2025-07-28 14:40:02.357 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ed4aca9a-5779-48c1-9ce7-91bb6c286045] received connection request\n2025-07-28 14:40:02.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:40:02.433 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ed4aca9a-5779-48c1-9ce7-91bb6c286045] socks forwarding established\n2025-07-28 14:40:02.477 [info] [command][dfbb9996-cfae-40cf-b1cb-db1622240129] Process exited with code 0\n2025-07-28 14:40:02.477 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ed4aca9a-5779-48c1-9ce7-91bb6c286045] socks connection closed\n2025-07-28 14:40:02.477 [info] [command][dfbb9996-cfae-40cf-b1cb-db1622240129] Socket close event received\n2025-07-28 14:40:02.563 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62519 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:41:02.483 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:41:02.485 [info] [command][9f53df4c-28d8-43ca-bb6d-fc7cd6680547] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9f53df4c-28d8-43ca-bb6d-fc7cd6680547""}\n2025-07-28 14:41:02.485 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5168fd96-3bfc-40c8-a6e4-04db1075fb64] received connection request\n2025-07-28 14:41:02.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:41:02.527 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5168fd96-3bfc-40c8-a6e4-04db1075fb64] socks forwarding established\n2025-07-28 14:41:02.575 [info] [command][9f53df4c-28d8-43ca-bb6d-fc7cd6680547] Process exited with code 0\n2025-07-28 14:41:02.575 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5168fd96-3bfc-40c8-a6e4-04db1075fb64] socks connection closed\n2025-07-28 14:41:02.575 [info] [command][9f53df4c-28d8-43ca-bb6d-fc7cd6680547] Socket close event received\n2025-07-28 14:41:02.615 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62545 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:42:02.581 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:42:02.584 [info] [command][b45ca92e-e6be-4d61-9b8f-e48f9d2f2305] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b45ca92e-e6be-4d61-9b8f-e48f9d2f2305""}\n2025-07-28 14:42:02.585 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1490d3a8-ecc3-49a7-bf91-3ab3a69a85b2] received connection request\n2025-07-28 14:42:02.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:42:02.630 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1490d3a8-ecc3-49a7-bf91-3ab3a69a85b2] socks forwarding established\n2025-07-28 14:42:02.678 [info] [command][b45ca92e-e6be-4d61-9b8f-e48f9d2f2305] Process exited with code 0\n2025-07-28 14:42:02.678 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1490d3a8-ecc3-49a7-bf91-3ab3a69a85b2] socks connection closed\n2025-07-28 14:42:02.679 [info] [command][b45ca92e-e6be-4d61-9b8f-e48f9d2f2305] Socket close event received\n2025-07-28 14:42:02.721 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62574 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:43:02.685 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:43:02.688 [info] [command][7dc41771-9b22-46d6-b542-800ef9f8230a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7dc41771-9b22-46d6-b542-800ef9f8230a""}\n2025-07-28 14:43:02.689 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][558922e7-c4d6-46f6-8add-f9f6c99e8714] received connection request\n2025-07-28 14:43:02.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:43:02.733 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][558922e7-c4d6-46f6-8add-f9f6c99e8714] socks forwarding established\n2025-07-28 14:43:02.780 [info] [command][7dc41771-9b22-46d6-b542-800ef9f8230a] Process exited with code 0\n2025-07-28 14:43:02.780 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][558922e7-c4d6-46f6-8add-f9f6c99e8714] socks connection closed\n2025-07-28 14:43:02.781 [info] [command][7dc41771-9b22-46d6-b542-800ef9f8230a] Socket close event received\n2025-07-28 14:43:02.821 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62635 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:44:02.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:44:02.791 [info] [command][6ee5ed0f-8bdf-45ac-b6a7-d69ae45f1350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6ee5ed0f-8bdf-45ac-b6a7-d69ae45f1350""}\n2025-07-28 14:44:02.792 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5726f904-b703-4b3f-b515-eff7b00ab364] received connection request\n2025-07-28 14:44:02.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:44:02.836 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5726f904-b703-4b3f-b515-eff7b00ab364] socks forwarding established\n2025-07-28 14:44:02.880 [info] [command][6ee5ed0f-8bdf-45ac-b6a7-d69ae45f1350] Process exited with code 0\n2025-07-28 14:44:02.881 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5726f904-b703-4b3f-b515-eff7b00ab364] socks connection closed\n2025-07-28 14:44:02.881 [info] [command][6ee5ed0f-8bdf-45ac-b6a7-d69ae45f1350] Socket close event received\n2025-07-28 14:44:02.920 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62651 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:45:02.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:45:02.886 [info] [command][a5fbf2e6-4150-410d-965a-46ee11a84a3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a5fbf2e6-4150-410d-965a-46ee11a84a3a""}\n2025-07-28 14:45:02.887 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a264a45c-5263-46da-b2d0-a358b54b3170] received connection request\n2025-07-28 14:45:02.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:45:02.970 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a264a45c-5263-46da-b2d0-a358b54b3170] socks forwarding established\n2025-07-28 14:45:03.018 [info] [command][a5fbf2e6-4150-410d-965a-46ee11a84a3a] Process exited with code 0\n2025-07-28 14:45:03.018 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a264a45c-5263-46da-b2d0-a358b54b3170] socks connection closed\n2025-07-28 14:45:03.019 [info] [command][a5fbf2e6-4150-410d-965a-46ee11a84a3a] Socket close event received\n2025-07-28 14:45:03.058 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62669 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:46:03.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:46:03.031 [info] [command][eee1b30c-7929-4978-923e-664f0fd248f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""eee1b30c-7929-4978-923e-664f0fd248f0""}\n2025-07-28 14:46:03.032 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1dc882b8-a1de-4b2b-b027-1f2156f4d8ae] received connection request\n2025-07-28 14:46:03.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:46:03.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1dc882b8-a1de-4b2b-b027-1f2156f4d8ae] socks forwarding established\n2025-07-28 14:46:03.120 [info] [command][eee1b30c-7929-4978-923e-664f0fd248f0] Process exited with code 0\n2025-07-28 14:46:03.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1dc882b8-a1de-4b2b-b027-1f2156f4d8ae] socks connection closed\n2025-07-28 14:46:03.120 [info] [command][eee1b30c-7929-4978-923e-664f0fd248f0] Socket close event received\n2025-07-28 14:46:03.168 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62686 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:47:03.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:47:03.127 [info] [command][f7988e77-972f-4921-8d8a-596f19666899] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f7988e77-972f-4921-8d8a-596f19666899""}\n2025-07-28 14:47:03.128 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5159ef89-e1c5-4924-a8bc-72c370526cf7] received connection request\n2025-07-28 14:47:03.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:47:03.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5159ef89-e1c5-4924-a8bc-72c370526cf7] socks forwarding established\n2025-07-28 14:47:03.217 [info] [command][f7988e77-972f-4921-8d8a-596f19666899] Process exited with code 0\n2025-07-28 14:47:03.218 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5159ef89-e1c5-4924-a8bc-72c370526cf7] socks connection closed\n2025-07-28 14:47:03.218 [info] [command][f7988e77-972f-4921-8d8a-596f19666899] Socket close event received\n2025-07-28 14:47:03.259 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62720 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:48:03.228 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:48:03.231 [info] [command][39320298-8388-446d-93c4-db424fcfe4be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""39320298-8388-446d-93c4-db424fcfe4be""}\n2025-07-28 14:48:03.231 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a9df48c2-f812-41f4-bf43-552dfe6d6001] received connection request\n2025-07-28 14:48:03.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:48:03.276 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a9df48c2-f812-41f4-bf43-552dfe6d6001] socks forwarding established\n2025-07-28 14:48:03.325 [info] [command][39320298-8388-446d-93c4-db424fcfe4be] Process exited with code 0\n2025-07-28 14:48:03.325 [info] [command][39320298-8388-446d-93c4-db424fcfe4be] Socket close event received\n2025-07-28 14:48:03.325 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a9df48c2-f812-41f4-bf43-552dfe6d6001] socks connection closed\n2025-07-28 14:48:03.367 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62754 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:49:03.333 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:49:03.335 [info] [command][b8e4c061-02d8-4f8e-9dde-def34d2e6b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b8e4c061-02d8-4f8e-9dde-def34d2e6b6a""}\n2025-07-28 14:49:03.336 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ddc895b4-fea8-4ec1-92d1-e4fe09ed995f] received connection request\n2025-07-28 14:49:03.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:49:03.377 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddc895b4-fea8-4ec1-92d1-e4fe09ed995f] socks forwarding established\n2025-07-28 14:49:03.424 [info] [command][b8e4c061-02d8-4f8e-9dde-def34d2e6b6a] Process exited with code 0\n2025-07-28 14:49:03.425 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddc895b4-fea8-4ec1-92d1-e4fe09ed995f] socks connection closed\n2025-07-28 14:49:03.425 [info] [command][b8e4c061-02d8-4f8e-9dde-def34d2e6b6a] Socket close event received\n2025-07-28 14:49:03.465 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62775 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:50:03.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:50:03.428 [info] [command][54eb7b8b-a6e0-41f3-ad65-72c5c1c778a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""54eb7b8b-a6e0-41f3-ad65-72c5c1c778a4""}\n2025-07-28 14:50:03.428 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8942b1be-97f6-470e-b6d6-5b2b897ae106] received connection request\n2025-07-28 14:50:03.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:50:03.475 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8942b1be-97f6-470e-b6d6-5b2b897ae106] socks forwarding established\n2025-07-28 14:50:03.521 [info] [command][54eb7b8b-a6e0-41f3-ad65-72c5c1c778a4] Process exited with code 0\n2025-07-28 14:50:03.521 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8942b1be-97f6-470e-b6d6-5b2b897ae106] socks connection closed\n2025-07-28 14:50:03.521 [info] [command][54eb7b8b-a6e0-41f3-ad65-72c5c1c778a4] Socket close event received\n2025-07-28 14:50:03.561 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62804 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:51:03.523 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:51:03.527 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][14f15ac0-701e-46f6-b42f-a5c6f19ec688] received connection request\n2025-07-28 14:51:03.527 [info] [command][e53c7d19-98a8-4bf4-9320-bdd134dadb24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e53c7d19-98a8-4bf4-9320-bdd134dadb24""}\n2025-07-28 14:51:03.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:51:03.576 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][14f15ac0-701e-46f6-b42f-a5c6f19ec688] socks forwarding established\n2025-07-28 14:51:03.624 [info] [command][e53c7d19-98a8-4bf4-9320-bdd134dadb24] Process exited with code 0\n2025-07-28 14:51:03.624 [info] [command][e53c7d19-98a8-4bf4-9320-bdd134dadb24] Socket close event received\n2025-07-28 14:51:03.625 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][14f15ac0-701e-46f6-b42f-a5c6f19ec688] socks connection closed\n2025-07-28 14:51:03.667 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62819 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:52:03.627 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:52:03.629 [info] [command][325b4eb3-2182-4330-b8f5-e4a0a609ca8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""325b4eb3-2182-4330-b8f5-e4a0a609ca8f""}\n2025-07-28 14:52:03.629 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f848f52f-df82-4e45-9ce0-ba22287abfa2] received connection request\n2025-07-28 14:52:03.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:52:03.679 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f848f52f-df82-4e45-9ce0-ba22287abfa2] socks forwarding established\n2025-07-28 14:52:03.726 [info] [command][325b4eb3-2182-4330-b8f5-e4a0a609ca8f] Process exited with code 0\n2025-07-28 14:52:03.726 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f848f52f-df82-4e45-9ce0-ba22287abfa2] socks connection closed\n2025-07-28 14:52:03.726 [info] [command][325b4eb3-2182-4330-b8f5-e4a0a609ca8f] Socket close event received\n2025-07-28 14:52:03.766 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62852 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:53:03.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:53:03.731 [info] [command][4e440c88-5e9b-437d-9bb5-25dcc9da3b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4e440c88-5e9b-437d-9bb5-25dcc9da3b5b""}\n2025-07-28 14:53:03.731 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][94f02261-4adc-4baa-a165-fa2d6aeafb22] received connection request\n2025-07-28 14:53:03.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:53:03.777 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94f02261-4adc-4baa-a165-fa2d6aeafb22] socks forwarding established\n2025-07-28 14:53:03.826 [info] [command][4e440c88-5e9b-437d-9bb5-25dcc9da3b5b] Process exited with code 0\n2025-07-28 14:53:03.827 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94f02261-4adc-4baa-a165-fa2d6aeafb22] socks connection closed\n2025-07-28 14:53:03.827 [info] [command][4e440c88-5e9b-437d-9bb5-25dcc9da3b5b] Socket close event received\n2025-07-28 14:53:03.867 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62890 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:54:03.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:54:03.839 [info] [command][db899709-648b-4498-8ea9-7cd506f61400] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""db899709-648b-4498-8ea9-7cd506f61400""}\n2025-07-28 14:54:03.839 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][eac3cdd2-679f-4721-a174-6413522f4092] received connection request\n2025-07-28 14:54:03.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:54:03.884 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eac3cdd2-679f-4721-a174-6413522f4092] socks forwarding established\n2025-07-28 14:54:03.929 [info] [command][db899709-648b-4498-8ea9-7cd506f61400] Process exited with code 0\n2025-07-28 14:54:03.929 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eac3cdd2-679f-4721-a174-6413522f4092] socks connection closed\n2025-07-28 14:54:03.929 [info] [command][db899709-648b-4498-8ea9-7cd506f61400] Socket close event received\n2025-07-28 14:54:03.971 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62922 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:55:03.939 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:55:03.942 [info] [command][1b8f3f51-6773-46bc-8081-0487422d23f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1b8f3f51-6773-46bc-8081-0487422d23f2""}\n2025-07-28 14:55:03.942 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9676169d-0b34-4efc-aebc-d3eda7648b77] received connection request\n2025-07-28 14:55:03.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:55:03.992 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9676169d-0b34-4efc-aebc-d3eda7648b77] socks forwarding established\n2025-07-28 14:55:04.071 [info] [command][1b8f3f51-6773-46bc-8081-0487422d23f2] Process exited with code 0\n2025-07-28 14:55:04.071 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9676169d-0b34-4efc-aebc-d3eda7648b77] socks connection closed\n2025-07-28 14:55:04.071 [info] [command][1b8f3f51-6773-46bc-8081-0487422d23f2] Socket close event received\n2025-07-28 14:55:04.138 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62945 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:56:04.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:56:04.079 [info] [command][7e432a65-ac82-44a0-8afe-7bab80a3794b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7e432a65-ac82-44a0-8afe-7bab80a3794b""}\n2025-07-28 14:56:04.080 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][688f2aee-d7e4-4c8d-895c-4535878acf84] received connection request\n2025-07-28 14:56:04.081 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:56:04.121 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][688f2aee-d7e4-4c8d-895c-4535878acf84] socks forwarding established\n2025-07-28 14:56:04.166 [info] [command][7e432a65-ac82-44a0-8afe-7bab80a3794b] Process exited with code 0\n2025-07-28 14:56:04.166 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][688f2aee-d7e4-4c8d-895c-4535878acf84] socks connection closed\n2025-07-28 14:56:04.166 [info] [command][7e432a65-ac82-44a0-8afe-7bab80a3794b] Socket close event received\n2025-07-28 14:56:04.207 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62971 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:57:04.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:57:04.177 [info] [command][27fab157-c1fc-4e6b-89a5-3b718a1d5ee7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""27fab157-c1fc-4e6b-89a5-3b718a1d5ee7""}\n2025-07-28 14:57:04.177 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][06048c76-5fcf-424f-a84a-478cf8c0a421] received connection request\n2025-07-28 14:57:04.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:57:04.219 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][06048c76-5fcf-424f-a84a-478cf8c0a421] socks forwarding established\n2025-07-28 14:57:04.265 [info] [command][27fab157-c1fc-4e6b-89a5-3b718a1d5ee7] Process exited with code 0\n2025-07-28 14:57:04.265 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][06048c76-5fcf-424f-a84a-478cf8c0a421] socks connection closed\n2025-07-28 14:57:04.265 [info] [command][27fab157-c1fc-4e6b-89a5-3b718a1d5ee7] Socket close event received\n2025-07-28 14:57:04.304 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63006 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:58:04.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:58:04.276 [info] [command][cd1ffc09-36b2-47c1-b5e0-88180ac5ce7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cd1ffc09-36b2-47c1-b5e0-88180ac5ce7d""}\n2025-07-28 14:58:04.277 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c0606d3c-9224-4a9c-ad7f-73baf27ec5e5] received connection request\n2025-07-28 14:58:04.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:58:04.319 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0606d3c-9224-4a9c-ad7f-73baf27ec5e5] socks forwarding established\n2025-07-28 14:58:04.364 [info] [command][cd1ffc09-36b2-47c1-b5e0-88180ac5ce7d] Process exited with code 0\n2025-07-28 14:58:04.364 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0606d3c-9224-4a9c-ad7f-73baf27ec5e5] socks connection closed\n2025-07-28 14:58:04.364 [info] [command][cd1ffc09-36b2-47c1-b5e0-88180ac5ce7d] Socket close event received\n2025-07-28 14:58:04.407 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63054 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 14:59:04.365 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 14:59:04.368 [info] [command][dab7e7d6-b557-4967-a9be-c9f457e8bdac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dab7e7d6-b557-4967-a9be-c9f457e8bdac""}\n2025-07-28 14:59:04.369 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4b44e9ca-f053-4e47-95bb-fa3808fe9538] received connection request\n2025-07-28 14:59:04.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 14:59:04.415 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4b44e9ca-f053-4e47-95bb-fa3808fe9538] socks forwarding established\n2025-07-28 14:59:04.462 [info] [command][dab7e7d6-b557-4967-a9be-c9f457e8bdac] Process exited with code 0\n2025-07-28 14:59:04.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4b44e9ca-f053-4e47-95bb-fa3808fe9538] socks connection closed\n2025-07-28 14:59:04.462 [info] [command][dab7e7d6-b557-4967-a9be-c9f457e8bdac] Socket close event received\n2025-07-28 14:59:04.503 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63074 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:00:04.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:00:04.471 [info] [command][f56def40-a705-4eb8-9304-06d452c43b46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f56def40-a705-4eb8-9304-06d452c43b46""}\n2025-07-28 15:00:04.471 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][01c88d2b-6a8b-43fa-81a7-d3f7c705a9c2] received connection request\n2025-07-28 15:00:04.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:00:04.748 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][01c88d2b-6a8b-43fa-81a7-d3f7c705a9c2] socks forwarding established\n2025-07-28 15:00:04.795 [info] [command][f56def40-a705-4eb8-9304-06d452c43b46] Process exited with code 0\n2025-07-28 15:00:04.796 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][01c88d2b-6a8b-43fa-81a7-d3f7c705a9c2] socks connection closed\n2025-07-28 15:00:04.796 [info] [command][f56def40-a705-4eb8-9304-06d452c43b46] Socket close event received\n2025-07-28 15:00:04.836 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63095 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:01:04.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:01:04.802 [info] [command][e918964e-76ac-486f-a63a-dcc4b8a1cede] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e918964e-76ac-486f-a63a-dcc4b8a1cede""}\n2025-07-28 15:01:04.803 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][87f28abd-6246-4379-b5e5-8e980a018835] received connection request\n2025-07-28 15:01:04.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:01:04.845 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][87f28abd-6246-4379-b5e5-8e980a018835] socks forwarding established\n2025-07-28 15:01:04.890 [info] [command][e918964e-76ac-486f-a63a-dcc4b8a1cede] Process exited with code 0\n2025-07-28 15:01:04.891 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][87f28abd-6246-4379-b5e5-8e980a018835] socks connection closed\n2025-07-28 15:01:04.891 [info] [command][e918964e-76ac-486f-a63a-dcc4b8a1cede] Socket close event received\n2025-07-28 15:01:04.930 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63129 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:02:04.896 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:02:04.899 [info] [command][413be930-ad81-4719-92a1-2509f669ca32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""413be930-ad81-4719-92a1-2509f669ca32""}\n2025-07-28 15:02:04.900 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][223a16b3-96e1-4e1d-bc15-13ed0cceda38] received connection request\n2025-07-28 15:02:04.901 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:02:04.948 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][223a16b3-96e1-4e1d-bc15-13ed0cceda38] socks forwarding established\n2025-07-28 15:02:04.994 [info] [command][413be930-ad81-4719-92a1-2509f669ca32] Process exited with code 0\n2025-07-28 15:02:04.994 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][223a16b3-96e1-4e1d-bc15-13ed0cceda38] socks connection closed\n2025-07-28 15:02:04.994 [info] [command][413be930-ad81-4719-92a1-2509f669ca32] Socket close event received\n2025-07-28 15:02:05.039 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63166 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:03:04.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:03:05.000 [info] [command][a301f10c-7a11-4fa5-8864-c991a2af828c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a301f10c-7a11-4fa5-8864-c991a2af828c""}\n2025-07-28 15:03:05.001 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dca426ca-e774-444c-83fe-b3125e2421ac] received connection request\n2025-07-28 15:03:05.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:03:05.049 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dca426ca-e774-444c-83fe-b3125e2421ac] socks forwarding established\n2025-07-28 15:03:05.095 [info] [command][a301f10c-7a11-4fa5-8864-c991a2af828c] Process exited with code 0\n2025-07-28 15:03:05.096 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dca426ca-e774-444c-83fe-b3125e2421ac] socks connection closed\n2025-07-28 15:03:05.096 [info] [command][a301f10c-7a11-4fa5-8864-c991a2af828c] Socket close event received\n2025-07-28 15:03:05.134 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63200 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:04:05.096 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:04:05.099 [info] [command][bd61df7f-d95e-4b17-9931-017c1ed36f23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bd61df7f-d95e-4b17-9931-017c1ed36f23""}\n2025-07-28 15:04:05.099 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c3d61763-bea5-4620-a886-ef0671c13657] received connection request\n2025-07-28 15:04:05.100 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:04:05.142 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c3d61763-bea5-4620-a886-ef0671c13657] socks forwarding established\n2025-07-28 15:04:05.189 [info] [command][bd61df7f-d95e-4b17-9931-017c1ed36f23] Process exited with code 0\n2025-07-28 15:04:05.190 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c3d61763-bea5-4620-a886-ef0671c13657] socks connection closed\n2025-07-28 15:04:05.190 [info] [command][bd61df7f-d95e-4b17-9931-017c1ed36f23] Socket close event received\n2025-07-28 15:04:05.228 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63229 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:05:05.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:05:05.197 [info] [command][0780ab5c-de2c-471f-9066-8b26fc6a73e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0780ab5c-de2c-471f-9066-8b26fc6a73e7""}\n2025-07-28 15:05:05.199 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8ffdffc8-457d-4d66-83a3-575b17ca9df8] received connection request\n2025-07-28 15:05:05.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:05:05.326 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8ffdffc8-457d-4d66-83a3-575b17ca9df8] socks forwarding established\n2025-07-28 15:05:05.371 [info] [command][0780ab5c-de2c-471f-9066-8b26fc6a73e7] Process exited with code 0\n2025-07-28 15:05:05.371 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8ffdffc8-457d-4d66-83a3-575b17ca9df8] socks connection closed\n2025-07-28 15:05:05.372 [info] [command][0780ab5c-de2c-471f-9066-8b26fc6a73e7] Socket close event received\n2025-07-28 15:05:05.412 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63257 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:06:05.374 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:06:05.377 [info] [command][9ad5c10d-b25c-49cf-9acd-3738e4dab71b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9ad5c10d-b25c-49cf-9acd-3738e4dab71b""}\n2025-07-28 15:06:05.377 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b9b622bf-3a95-4b61-8ccc-9aa1350e2ca8] received connection request\n2025-07-28 15:06:05.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:06:05.420 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b9b622bf-3a95-4b61-8ccc-9aa1350e2ca8] socks forwarding established\n2025-07-28 15:06:05.467 [info] [command][9ad5c10d-b25c-49cf-9acd-3738e4dab71b] Process exited with code 0\n2025-07-28 15:06:05.467 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b9b622bf-3a95-4b61-8ccc-9aa1350e2ca8] socks connection closed\n2025-07-28 15:06:05.468 [info] [command][9ad5c10d-b25c-49cf-9acd-3738e4dab71b] Socket close event received\n2025-07-28 15:06:05.510 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63278 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:07:05.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:07:05.475 [info] [command][f9beb415-91dc-4d48-b6aa-cd8ae825851c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f9beb415-91dc-4d48-b6aa-cd8ae825851c""}\n2025-07-28 15:07:05.476 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4c143cce-1957-4bfa-8df5-a26792be1800] received connection request\n2025-07-28 15:07:05.477 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:07:05.521 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c143cce-1957-4bfa-8df5-a26792be1800] socks forwarding established\n2025-07-28 15:07:05.566 [info] [command][f9beb415-91dc-4d48-b6aa-cd8ae825851c] Process exited with code 0\n2025-07-28 15:07:05.566 [info] [command][f9beb415-91dc-4d48-b6aa-cd8ae825851c] Socket close event received\n2025-07-28 15:07:05.567 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c143cce-1957-4bfa-8df5-a26792be1800] socks connection closed\n2025-07-28 15:07:05.608 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63309 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:08:05.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:08:05.574 [info] [command][8cbe3937-c94a-4a2b-8fe2-f86a295a4453] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8cbe3937-c94a-4a2b-8fe2-f86a295a4453""}\n2025-07-28 15:08:05.575 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0b10e0c7-838b-4319-8294-7d704a42cb2b] received connection request\n2025-07-28 15:08:05.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:08:05.873 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0b10e0c7-838b-4319-8294-7d704a42cb2b] socks forwarding established\n2025-07-28 15:08:05.969 [info] [command][8cbe3937-c94a-4a2b-8fe2-f86a295a4453] Process exited with code 0\n2025-07-28 15:08:05.969 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0b10e0c7-838b-4319-8294-7d704a42cb2b] socks connection closed\n2025-07-28 15:08:05.969 [info] [command][8cbe3937-c94a-4a2b-8fe2-f86a295a4453] Socket close event received\n2025-07-28 15:08:06.009 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63365 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:09:05.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:09:05.976 [info] [command][a6c6fda1-d6c1-4522-a83a-8d14a6082c5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a6c6fda1-d6c1-4522-a83a-8d14a6082c5d""}\n2025-07-28 15:09:05.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bdb60f3b-ac40-454c-a2cd-024c9ae83067] received connection request\n2025-07-28 15:09:05.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:09:06.024 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bdb60f3b-ac40-454c-a2cd-024c9ae83067] socks forwarding established\n2025-07-28 15:09:06.072 [info] [command][a6c6fda1-d6c1-4522-a83a-8d14a6082c5d] Process exited with code 0\n2025-07-28 15:09:06.072 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bdb60f3b-ac40-454c-a2cd-024c9ae83067] socks connection closed\n2025-07-28 15:09:06.073 [info] [command][a6c6fda1-d6c1-4522-a83a-8d14a6082c5d] Socket close event received\n2025-07-28 15:09:06.115 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63382 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:10:06.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:10:06.079 [info] [command][93a49747-f68b-45e6-914c-8662397c1f66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""93a49747-f68b-45e6-914c-8662397c1f66""}\n2025-07-28 15:10:06.080 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5ac0fea8-3c7d-4983-a1fe-94247376b388] received connection request\n2025-07-28 15:10:06.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:10:06.119 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5ac0fea8-3c7d-4983-a1fe-94247376b388] socks forwarding established\n2025-07-28 15:10:06.175 [info] [command][93a49747-f68b-45e6-914c-8662397c1f66] Process exited with code 0\n2025-07-28 15:10:06.176 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5ac0fea8-3c7d-4983-a1fe-94247376b388] socks connection closed\n2025-07-28 15:10:06.176 [info] [command][93a49747-f68b-45e6-914c-8662397c1f66] Socket close event received\n2025-07-28 15:10:06.218 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63399 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:11:06.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:11:06.183 [info] [command][9dd172b3-9ec8-4d51-9512-ecd53228d4e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9dd172b3-9ec8-4d51-9512-ecd53228d4e8""}\n2025-07-28 15:11:06.184 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][30d66403-c0ca-4be9-b282-10171c796d53] received connection request\n2025-07-28 15:11:06.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:11:06.228 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][30d66403-c0ca-4be9-b282-10171c796d53] socks forwarding established\n2025-07-28 15:11:06.278 [info] [command][9dd172b3-9ec8-4d51-9512-ecd53228d4e8] Process exited with code 0\n2025-07-28 15:11:06.278 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][30d66403-c0ca-4be9-b282-10171c796d53] socks connection closed\n2025-07-28 15:11:06.279 [info] [command][9dd172b3-9ec8-4d51-9512-ecd53228d4e8] Socket close event received\n2025-07-28 15:11:06.320 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63414 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:12:06.280 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:12:06.282 [info] [command][35919674-d38e-44b6-8897-d0b60a5d02bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""35919674-d38e-44b6-8897-d0b60a5d02bd""}\n2025-07-28 15:12:06.282 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fca1f9e0-56ca-41e3-8894-6a4a43f390f1] received connection request\n2025-07-28 15:12:06.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:12:06.412 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fca1f9e0-56ca-41e3-8894-6a4a43f390f1] socks forwarding established\n2025-07-28 15:12:06.459 [info] [command][35919674-d38e-44b6-8897-d0b60a5d02bd] Process exited with code 0\n2025-07-28 15:12:06.459 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fca1f9e0-56ca-41e3-8894-6a4a43f390f1] socks connection closed\n2025-07-28 15:12:06.459 [info] [command][35919674-d38e-44b6-8897-d0b60a5d02bd] Socket close event received\n2025-07-28 15:12:06.499 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63441 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:13:06.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:13:06.463 [info] [command][5ea68ede-4134-47c2-ac9a-f5605a6123bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5ea68ede-4134-47c2-ac9a-f5605a6123bd""}\n2025-07-28 15:13:06.464 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][64901550-9b15-431e-b380-cafa4aa0b32c] received connection request\n2025-07-28 15:13:06.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:13:06.510 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][64901550-9b15-431e-b380-cafa4aa0b32c] socks forwarding established\n2025-07-28 15:13:06.557 [info] [command][5ea68ede-4134-47c2-ac9a-f5605a6123bd] Process exited with code 0\n2025-07-28 15:13:06.558 [info] [command][5ea68ede-4134-47c2-ac9a-f5605a6123bd] Socket close event received\n2025-07-28 15:13:06.558 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][64901550-9b15-431e-b380-cafa4aa0b32c] socks connection closed\n2025-07-28 15:13:06.598 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63475 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:14:06.563 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:14:06.565 [info] [command][128c2b88-1e9f-4961-b21a-8c9905b12aa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""128c2b88-1e9f-4961-b21a-8c9905b12aa3""}\n2025-07-28 15:14:06.565 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][07406c45-d2c5-4b15-a4f7-9f71950739b8] received connection request\n2025-07-28 15:14:06.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 15:14:06.566 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:14:06.607 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][07406c45-d2c5-4b15-a4f7-9f71950739b8] socks forwarding established\n2025-07-28 15:14:06.650 [info] [command][128c2b88-1e9f-4961-b21a-8c9905b12aa3] Process exited with code 0\n2025-07-28 15:14:06.650 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][07406c45-d2c5-4b15-a4f7-9f71950739b8] socks connection closed\n2025-07-28 15:14:06.651 [info] [command][128c2b88-1e9f-4961-b21a-8c9905b12aa3] Socket close event received\n2025-07-28 15:14:06.692 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63520 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:15:06.652 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:15:06.655 [info] [command][ef9f23a0-57a7-4ea1-827f-04014576f3e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ef9f23a0-57a7-4ea1-827f-04014576f3e7""}\n2025-07-28 15:15:06.656 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5983e730-9942-4186-bea0-78245d7821cf] received connection request\n2025-07-28 15:15:06.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:15:06.772 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5983e730-9942-4186-bea0-78245d7821cf] socks forwarding established\n2025-07-28 15:15:06.819 [info] [command][ef9f23a0-57a7-4ea1-827f-04014576f3e7] Process exited with code 0\n2025-07-28 15:15:06.820 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5983e730-9942-4186-bea0-78245d7821cf] socks connection closed\n2025-07-28 15:15:06.820 [info] [command][ef9f23a0-57a7-4ea1-827f-04014576f3e7] Socket close event received\n2025-07-28 15:15:06.929 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63547 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:16:06.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:16:06.822 [info] [command][d7c24edf-6b72-4807-a1bc-b1436f5fcfa9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d7c24edf-6b72-4807-a1bc-b1436f5fcfa9""}\n2025-07-28 15:16:06.823 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3f17015d-d689-48e4-9644-c744b39499f5] received connection request\n2025-07-28 15:16:06.823 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:16:06.947 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3f17015d-d689-48e4-9644-c744b39499f5] socks forwarding established\n2025-07-28 15:16:06.996 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3f17015d-d689-48e4-9644-c744b39499f5] socks connection closed\n2025-07-28 15:16:06.996 [info] [command][d7c24edf-6b72-4807-a1bc-b1436f5fcfa9] Process exited with code 0\n2025-07-28 15:16:06.996 [info] [command][d7c24edf-6b72-4807-a1bc-b1436f5fcfa9] Socket close event received\n2025-07-28 15:16:07.039 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63580 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:17:06.997 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:17:06.998 [info] [command][4bfc0d07-1b80-462b-ae1a-8a49522b550e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4bfc0d07-1b80-462b-ae1a-8a49522b550e""}\n2025-07-28 15:17:06.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a948c25c-33db-489a-9ad7-e7191de92e34] received connection request\n2025-07-28 15:17:06.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:17:07.037 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a948c25c-33db-489a-9ad7-e7191de92e34] socks forwarding established\n2025-07-28 15:17:07.082 [info] [command][4bfc0d07-1b80-462b-ae1a-8a49522b550e] Process exited with code 0\n2025-07-28 15:17:07.082 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a948c25c-33db-489a-9ad7-e7191de92e34] socks connection closed\n2025-07-28 15:17:07.082 [info] [command][4bfc0d07-1b80-462b-ae1a-8a49522b550e] Socket close event received\n2025-07-28 15:17:07.121 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63617 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:18:07.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:18:07.084 [info] [command][1194f0fd-43f6-4f47-af48-22fe56c565bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1194f0fd-43f6-4f47-af48-22fe56c565bd""}\n2025-07-28 15:18:07.084 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][58823029-4417-4e10-87fe-5a7148cea43a] received connection request\n2025-07-28 15:18:07.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:18:07.209 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][58823029-4417-4e10-87fe-5a7148cea43a] socks forwarding established\n2025-07-28 15:18:07.255 [info] [command][1194f0fd-43f6-4f47-af48-22fe56c565bd] Process exited with code 0\n2025-07-28 15:18:07.256 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][58823029-4417-4e10-87fe-5a7148cea43a] socks connection closed\n2025-07-28 15:18:07.256 [info] [command][1194f0fd-43f6-4f47-af48-22fe56c565bd] Socket close event received\n2025-07-28 15:18:07.296 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63647 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:19:07.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:19:07.261 [info] [command][64416d86-1f32-4658-9297-bfe2bd170df0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""64416d86-1f32-4658-9297-bfe2bd170df0""}\n2025-07-28 15:19:07.261 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a8a3e401-1a09-4659-89e2-87f658573634] received connection request\n2025-07-28 15:19:07.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:19:07.304 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a8a3e401-1a09-4659-89e2-87f658573634] socks forwarding established\n2025-07-28 15:19:07.348 [info] [command][64416d86-1f32-4658-9297-bfe2bd170df0] Process exited with code 0\n2025-07-28 15:19:07.349 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a8a3e401-1a09-4659-89e2-87f658573634] socks connection closed\n2025-07-28 15:19:07.349 [info] [command][64416d86-1f32-4658-9297-bfe2bd170df0] Socket close event received\n2025-07-28 15:19:07.389 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63663 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:20:07.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:20:07.355 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8be50752-0024-4d6b-96b8-c59969afb49c] received connection request\n2025-07-28 15:20:07.355 [info] [command][fd2c01d1-585b-449d-b85b-a42f97800066] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fd2c01d1-585b-449d-b85b-a42f97800066""}\n2025-07-28 15:20:07.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:20:07.482 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8be50752-0024-4d6b-96b8-c59969afb49c] socks forwarding established\n2025-07-28 15:20:07.535 [info] [command][fd2c01d1-585b-449d-b85b-a42f97800066] Process exited with code 0\n2025-07-28 15:20:07.535 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8be50752-0024-4d6b-96b8-c59969afb49c] socks connection closed\n2025-07-28 15:20:07.535 [info] [command][fd2c01d1-585b-449d-b85b-a42f97800066] Socket close event received\n2025-07-28 15:20:07.584 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63704 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:21:07.536 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:21:07.539 [info] [command][46595392-f31c-40ec-9f85-859965a8c557] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""46595392-f31c-40ec-9f85-859965a8c557""}\n2025-07-28 15:21:07.539 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c9d6cc87-b7a2-4197-8bec-45cfe9abdb14] received connection request\n2025-07-28 15:21:07.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:21:07.621 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c9d6cc87-b7a2-4197-8bec-45cfe9abdb14] socks forwarding established\n2025-07-28 15:21:07.666 [info] [command][46595392-f31c-40ec-9f85-859965a8c557] Process exited with code 0\n2025-07-28 15:21:07.667 [info] [command][46595392-f31c-40ec-9f85-859965a8c557] Socket close event received\n2025-07-28 15:21:07.667 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c9d6cc87-b7a2-4197-8bec-45cfe9abdb14] socks connection closed\n2025-07-28 15:21:07.712 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63726 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:22:07.669 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:22:07.672 [info] [command][850545bb-6632-4ed3-8eaa-fc0d97a80b5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""850545bb-6632-4ed3-8eaa-fc0d97a80b5e""}\n2025-07-28 15:22:07.673 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c2b83fca-0156-4fd7-a7b3-568e25999832] received connection request\n2025-07-28 15:22:07.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:22:07.720 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c2b83fca-0156-4fd7-a7b3-568e25999832] socks forwarding established\n2025-07-28 15:22:07.768 [info] [command][850545bb-6632-4ed3-8eaa-fc0d97a80b5e] Process exited with code 0\n2025-07-28 15:22:07.768 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c2b83fca-0156-4fd7-a7b3-568e25999832] socks connection closed\n2025-07-28 15:22:07.768 [info] [command][850545bb-6632-4ed3-8eaa-fc0d97a80b5e] Socket close event received\n2025-07-28 15:22:07.814 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63763 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:23:07.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:23:07.774 [info] [command][b47763cd-0b92-4fb3-a635-7f61c45e5a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b47763cd-0b92-4fb3-a635-7f61c45e5a2f""}\n2025-07-28 15:23:07.774 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ef94c620-31ba-4f79-8a94-6dacb6b05a04] received connection request\n2025-07-28 15:23:07.775 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:23:07.821 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ef94c620-31ba-4f79-8a94-6dacb6b05a04] socks forwarding established\n2025-07-28 15:23:07.867 [info] [command][b47763cd-0b92-4fb3-a635-7f61c45e5a2f] Process exited with code 0\n2025-07-28 15:23:07.868 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ef94c620-31ba-4f79-8a94-6dacb6b05a04] socks connection closed\n2025-07-28 15:23:07.868 [info] [command][b47763cd-0b92-4fb3-a635-7f61c45e5a2f] Socket close event received\n2025-07-28 15:23:07.909 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63796 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:24:07.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:24:07.875 [info] [command][6e66f058-e020-4a7d-ace1-8919bfb6487a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6e66f058-e020-4a7d-ace1-8919bfb6487a""}\n2025-07-28 15:24:07.876 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8389f342-3026-4470-9c58-48233db55b44] received connection request\n2025-07-28 15:24:07.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:24:07.919 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8389f342-3026-4470-9c58-48233db55b44] socks forwarding established\n2025-07-28 15:24:07.963 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8389f342-3026-4470-9c58-48233db55b44] socks connection closed\n2025-07-28 15:24:07.963 [info] [command][6e66f058-e020-4a7d-ace1-8919bfb6487a] Process exited with code 0\n2025-07-28 15:24:07.963 [info] [command][6e66f058-e020-4a7d-ace1-8919bfb6487a] Socket close event received\n2025-07-28 15:24:08.002 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63812 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:25:07.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:25:07.973 [info] [command][eca86ec7-11d5-4bbf-9bd1-45ce5fac9393] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""eca86ec7-11d5-4bbf-9bd1-45ce5fac9393""}\n2025-07-28 15:25:07.974 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ddded2f2-76f3-422c-ac98-344dbbfcd1cf] received connection request\n2025-07-28 15:25:07.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:25:08.016 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddded2f2-76f3-422c-ac98-344dbbfcd1cf] socks forwarding established\n2025-07-28 15:25:08.066 [info] [command][eca86ec7-11d5-4bbf-9bd1-45ce5fac9393] Process exited with code 0\n2025-07-28 15:25:08.066 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddded2f2-76f3-422c-ac98-344dbbfcd1cf] socks connection closed\n2025-07-28 15:25:08.066 [info] [command][eca86ec7-11d5-4bbf-9bd1-45ce5fac9393] Socket close event received\n2025-07-28 15:25:08.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63838 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:26:08.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:26:08.072 [info] [command][b7d44e59-6425-4f48-b568-60ce2924f963] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b7d44e59-6425-4f48-b568-60ce2924f963""}\n2025-07-28 15:26:08.073 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][08813a8d-e253-4998-ae45-87912ca41dd0] received connection request\n2025-07-28 15:26:08.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:26:08.117 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][08813a8d-e253-4998-ae45-87912ca41dd0] socks forwarding established\n2025-07-28 15:26:08.220 [info] [command][b7d44e59-6425-4f48-b568-60ce2924f963] Process exited with code 0\n2025-07-28 15:26:08.220 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][08813a8d-e253-4998-ae45-87912ca41dd0] socks connection closed\n2025-07-28 15:26:08.220 [info] [command][b7d44e59-6425-4f48-b568-60ce2924f963] Socket close event received\n2025-07-28 15:26:08.261 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63859 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:27:08.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:27:08.226 [info] [command][32d3024d-aa67-4afd-8e08-632bcfdbf92d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""32d3024d-aa67-4afd-8e08-632bcfdbf92d""}\n2025-07-28 15:27:08.227 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][be0004ff-4313-4e70-80ba-c40b85074de0] received connection request\n2025-07-28 15:27:08.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:27:08.273 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][be0004ff-4313-4e70-80ba-c40b85074de0] socks forwarding established\n2025-07-28 15:27:08.317 [info] [command][32d3024d-aa67-4afd-8e08-632bcfdbf92d] Process exited with code 0\n2025-07-28 15:27:08.317 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][be0004ff-4313-4e70-80ba-c40b85074de0] socks connection closed\n2025-07-28 15:27:08.318 [info] [command][32d3024d-aa67-4afd-8e08-632bcfdbf92d] Socket close event received\n2025-07-28 15:27:08.359 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63888 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:28:08.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:28:08.320 [info] [command][c0d33cd0-83a6-4cdc-800a-93f13ddf6971] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c0d33cd0-83a6-4cdc-800a-93f13ddf6971""}\n2025-07-28 15:28:08.320 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][41eec185-13b2-4a57-aaaa-8bcd7fc098ca] received connection request\n2025-07-28 15:28:08.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:28:08.360 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41eec185-13b2-4a57-aaaa-8bcd7fc098ca] socks forwarding established\n2025-07-28 15:28:08.403 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41eec185-13b2-4a57-aaaa-8bcd7fc098ca] socks connection closed\n2025-07-28 15:28:08.403 [info] [command][c0d33cd0-83a6-4cdc-800a-93f13ddf6971] Process exited with code 0\n2025-07-28 15:28:08.403 [info] [command][c0d33cd0-83a6-4cdc-800a-93f13ddf6971] Socket close event received\n2025-07-28 15:28:08.443 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63917 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:29:08.404 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:29:08.407 [info] [command][e1124b6a-f288-43a4-ba6a-56d61001d38d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e1124b6a-f288-43a4-ba6a-56d61001d38d""}\n2025-07-28 15:29:08.408 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c67ea2e8-1df9-40db-96cd-85d5a5b17b1e] received connection request\n2025-07-28 15:29:08.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:29:08.503 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c67ea2e8-1df9-40db-96cd-85d5a5b17b1e] socks forwarding established\n2025-07-28 15:29:08.552 [info] [command][e1124b6a-f288-43a4-ba6a-56d61001d38d] Process exited with code 0\n2025-07-28 15:29:08.553 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c67ea2e8-1df9-40db-96cd-85d5a5b17b1e] socks connection closed\n2025-07-28 15:29:08.553 [info] [command][e1124b6a-f288-43a4-ba6a-56d61001d38d] Socket close event received\n2025-07-28 15:29:08.594 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63932 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:30:08.555 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:30:08.557 [info] [command][c427c84a-54b0-4850-9ed8-8890429b8903] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c427c84a-54b0-4850-9ed8-8890429b8903""}\n2025-07-28 15:30:08.558 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ccf16a32-2ed1-4f3f-84ab-a66f573c621a] received connection request\n2025-07-28 15:30:08.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:30:08.603 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ccf16a32-2ed1-4f3f-84ab-a66f573c621a] socks forwarding established\n2025-07-28 15:30:08.648 [info] [command][c427c84a-54b0-4850-9ed8-8890429b8903] Process exited with code 0\n2025-07-28 15:30:08.648 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ccf16a32-2ed1-4f3f-84ab-a66f573c621a] socks connection closed\n2025-07-28 15:30:08.648 [info] [command][c427c84a-54b0-4850-9ed8-8890429b8903] Socket close event received\n2025-07-28 15:30:08.688 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63952 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:31:08.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:31:08.652 [info] [command][a7575423-be7b-4757-bcf0-ce35972b695f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a7575423-be7b-4757-bcf0-ce35972b695f""}\n2025-07-28 15:31:08.652 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][afcef15d-f5e4-4450-b0a8-f08f1de75e1e] received connection request\n2025-07-28 15:31:08.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:31:08.691 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][afcef15d-f5e4-4450-b0a8-f08f1de75e1e] socks forwarding established\n2025-07-28 15:31:08.735 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][afcef15d-f5e4-4450-b0a8-f08f1de75e1e] socks connection closed\n2025-07-28 15:31:08.735 [info] [command][a7575423-be7b-4757-bcf0-ce35972b695f] Process exited with code 0\n2025-07-28 15:31:08.735 [info] [command][a7575423-be7b-4757-bcf0-ce35972b695f] Socket close event received\n2025-07-28 15:31:08.777 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63976 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:32:08.739 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:32:08.742 [info] [command][01725ccc-fbe2-4bcb-b44f-33da58ea0e3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""01725ccc-fbe2-4bcb-b44f-33da58ea0e3e""}\n2025-07-28 15:32:08.743 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][57fdbefc-881d-4554-878d-147224c43e80] received connection request\n2025-07-28 15:32:08.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 15:32:08.744 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:32:08.787 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][57fdbefc-881d-4554-878d-147224c43e80] socks forwarding established\n2025-07-28 15:32:08.832 [info] [command][01725ccc-fbe2-4bcb-b44f-33da58ea0e3e] Process exited with code 0\n2025-07-28 15:32:08.832 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][57fdbefc-881d-4554-878d-147224c43e80] socks connection closed\n2025-07-28 15:32:08.832 [info] [command][01725ccc-fbe2-4bcb-b44f-33da58ea0e3e] Socket close event received\n2025-07-28 15:32:08.872 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64005 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:33:08.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:33:08.838 [info] [command][51b85a19-6b7e-4425-9378-c2ab0e2a9a0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""51b85a19-6b7e-4425-9378-c2ab0e2a9a0a""}\n2025-07-28 15:33:08.839 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][470da3d8-c775-4c12-b41f-09bd922940ee] received connection request\n2025-07-28 15:33:08.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:33:08.885 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][470da3d8-c775-4c12-b41f-09bd922940ee] socks forwarding established\n2025-07-28 15:33:08.932 [info] [command][51b85a19-6b7e-4425-9378-c2ab0e2a9a0a] Process exited with code 0\n2025-07-28 15:33:08.932 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][470da3d8-c775-4c12-b41f-09bd922940ee] socks connection closed\n2025-07-28 15:33:08.933 [info] [command][51b85a19-6b7e-4425-9378-c2ab0e2a9a0a] Socket close event received\n2025-07-28 15:33:08.974 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64041 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:34:08.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:34:08.940 [info] [command][3fd0afc3-95a4-4b8e-bb94-7195367c8b03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3fd0afc3-95a4-4b8e-bb94-7195367c8b03""}\n2025-07-28 15:34:08.941 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4342404b-8edd-44a7-88e5-2d4c409c82f8] received connection request\n2025-07-28 15:34:08.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:34:08.982 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4342404b-8edd-44a7-88e5-2d4c409c82f8] socks forwarding established\n2025-07-28 15:34:09.027 [info] [command][3fd0afc3-95a4-4b8e-bb94-7195367c8b03] Process exited with code 0\n2025-07-28 15:34:09.028 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4342404b-8edd-44a7-88e5-2d4c409c82f8] socks connection closed\n2025-07-28 15:34:09.028 [info] [command][3fd0afc3-95a4-4b8e-bb94-7195367c8b03] Socket close event received\n2025-07-28 15:34:09.070 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64061 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:35:09.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:35:09.029 [info] [command][d6b8b88b-3fe4-4fe1-9e3b-f934cf463c12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d6b8b88b-3fe4-4fe1-9e3b-f934cf463c12""}\n2025-07-28 15:35:09.029 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bca7eab2-9968-4b11-865e-5607d0c6edff] received connection request\n2025-07-28 15:35:09.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:35:09.069 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bca7eab2-9968-4b11-865e-5607d0c6edff] socks forwarding established\n2025-07-28 15:35:09.114 [info] [command][d6b8b88b-3fe4-4fe1-9e3b-f934cf463c12] Process exited with code 0\n2025-07-28 15:35:09.114 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bca7eab2-9968-4b11-865e-5607d0c6edff] socks connection closed\n2025-07-28 15:35:09.115 [info] [command][d6b8b88b-3fe4-4fe1-9e3b-f934cf463c12] Socket close event received\n2025-07-28 15:35:09.153 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64117 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:36:09.117 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:36:09.120 [info] [command][080a4179-7937-4d93-b0f6-26c31f8e8e58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""080a4179-7937-4d93-b0f6-26c31f8e8e58""}\n2025-07-28 15:36:09.121 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b3a098d3-5ef0-4b5b-b05f-31b52dfac6fe] received connection request\n2025-07-28 15:36:09.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:36:09.239 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b3a098d3-5ef0-4b5b-b05f-31b52dfac6fe] socks forwarding established\n2025-07-28 15:36:09.287 [info] [command][080a4179-7937-4d93-b0f6-26c31f8e8e58] Process exited with code 0\n2025-07-28 15:36:09.288 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b3a098d3-5ef0-4b5b-b05f-31b52dfac6fe] socks connection closed\n2025-07-28 15:36:09.288 [info] [command][080a4179-7937-4d93-b0f6-26c31f8e8e58] Socket close event received\n2025-07-28 15:36:09.328 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64135 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:37:09.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:37:09.293 [info] [command][ab75cbcc-11b2-41a4-9b1e-6900843a63a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ab75cbcc-11b2-41a4-9b1e-6900843a63a5""}\n2025-07-28 15:37:09.294 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][eb8fb38c-1bf6-423a-bdcf-4fd9a4b7e691] received connection request\n2025-07-28 15:37:09.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:37:09.335 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eb8fb38c-1bf6-423a-bdcf-4fd9a4b7e691] socks forwarding established\n2025-07-28 15:37:09.381 [info] [command][ab75cbcc-11b2-41a4-9b1e-6900843a63a5] Process exited with code 0\n2025-07-28 15:37:09.382 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eb8fb38c-1bf6-423a-bdcf-4fd9a4b7e691] socks connection closed\n2025-07-28 15:37:09.382 [info] [command][ab75cbcc-11b2-41a4-9b1e-6900843a63a5] Socket close event received\n2025-07-28 15:37:09.420 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64166 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:38:09.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:38:09.390 [info] [command][c6af06a0-d210-467e-8e1c-ede03b166435] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c6af06a0-d210-467e-8e1c-ede03b166435""}\n2025-07-28 15:38:09.391 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][85da8764-1762-46bb-b2de-56cf6ed3f8d3] received connection request\n2025-07-28 15:38:09.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:38:09.438 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][85da8764-1762-46bb-b2de-56cf6ed3f8d3] socks forwarding established\n2025-07-28 15:38:09.484 [info] [command][c6af06a0-d210-467e-8e1c-ede03b166435] Process exited with code 0\n2025-07-28 15:38:09.484 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][85da8764-1762-46bb-b2de-56cf6ed3f8d3] socks connection closed\n2025-07-28 15:38:09.484 [info] [command][c6af06a0-d210-467e-8e1c-ede03b166435] Socket close event received\n2025-07-28 15:38:09.523 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64195 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:39:09.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:39:09.493 [info] [command][241b3853-f591-4243-85d3-98764eefadfd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""241b3853-f591-4243-85d3-98764eefadfd""}\n2025-07-28 15:39:09.494 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][800fc068-1b5e-4fae-ba11-cbeb45e179e3] received connection request\n2025-07-28 15:39:09.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:39:09.539 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][800fc068-1b5e-4fae-ba11-cbeb45e179e3] socks forwarding established\n2025-07-28 15:39:09.586 [info] [command][241b3853-f591-4243-85d3-98764eefadfd] Process exited with code 0\n2025-07-28 15:39:09.586 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][800fc068-1b5e-4fae-ba11-cbeb45e179e3] socks connection closed\n2025-07-28 15:39:09.587 [info] [command][241b3853-f591-4243-85d3-98764eefadfd] Socket close event received\n2025-07-28 15:39:09.626 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64211 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:40:09.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:40:09.596 [info] [command][19256fd3-1940-490d-aca8-61c53cae49a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""19256fd3-1940-490d-aca8-61c53cae49a5""}\n2025-07-28 15:40:09.597 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][702fda24-dbc3-4112-973b-912158b5b6aa] received connection request\n2025-07-28 15:40:09.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:40:09.639 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][702fda24-dbc3-4112-973b-912158b5b6aa] socks forwarding established\n2025-07-28 15:40:09.684 [info] [command][19256fd3-1940-490d-aca8-61c53cae49a5] Process exited with code 0\n2025-07-28 15:40:09.684 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][702fda24-dbc3-4112-973b-912158b5b6aa] socks connection closed\n2025-07-28 15:40:09.685 [info] [command][19256fd3-1940-490d-aca8-61c53cae49a5] Socket close event received\n2025-07-28 15:40:09.725 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64231 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:41:09.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:41:09.693 [info] [command][e44c11a3-6ecf-4b91-baeb-41a7f30a8ea9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e44c11a3-6ecf-4b91-baeb-41a7f30a8ea9""}\n2025-07-28 15:41:09.693 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][12a855ee-0c0a-4f1e-abea-0ce2da13526b] received connection request\n2025-07-28 15:41:09.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:41:09.737 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][12a855ee-0c0a-4f1e-abea-0ce2da13526b] socks forwarding established\n2025-07-28 15:41:09.786 [info] [command][e44c11a3-6ecf-4b91-baeb-41a7f30a8ea9] Process exited with code 0\n2025-07-28 15:41:09.786 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][12a855ee-0c0a-4f1e-abea-0ce2da13526b] socks connection closed\n2025-07-28 15:41:09.786 [info] [command][e44c11a3-6ecf-4b91-baeb-41a7f30a8ea9] Socket close event received\n2025-07-28 15:41:09.827 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64251 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:42:09.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:42:09.793 [info] [command][31abb9db-9df0-4271-a127-256a15a32ddc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""31abb9db-9df0-4271-a127-256a15a32ddc""}\n2025-07-28 15:42:09.794 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2b17fc6f-81bd-45cf-a1c4-6cd5c852a8d1] received connection request\n2025-07-28 15:42:09.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:42:09.835 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2b17fc6f-81bd-45cf-a1c4-6cd5c852a8d1] socks forwarding established\n2025-07-28 15:42:09.879 [info] [command][31abb9db-9df0-4271-a127-256a15a32ddc] Process exited with code 0\n2025-07-28 15:42:09.880 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2b17fc6f-81bd-45cf-a1c4-6cd5c852a8d1] socks connection closed\n2025-07-28 15:42:09.880 [info] [command][31abb9db-9df0-4271-a127-256a15a32ddc] Socket close event received\n2025-07-28 15:42:09.923 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64281 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:43:09.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:43:09.888 [info] [command][30cbacda-d88b-4c04-b658-390e7c48a535] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""30cbacda-d88b-4c04-b658-390e7c48a535""}\n2025-07-28 15:43:09.889 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2aff63f3-952b-4d91-8b23-b4f8b3426633] received connection request\n2025-07-28 15:43:09.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:43:09.934 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2aff63f3-952b-4d91-8b23-b4f8b3426633] socks forwarding established\n2025-07-28 15:43:09.993 [info] [command][30cbacda-d88b-4c04-b658-390e7c48a535] Process exited with code 0\n2025-07-28 15:43:09.994 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2aff63f3-952b-4d91-8b23-b4f8b3426633] socks connection closed\n2025-07-28 15:43:09.994 [info] [command][30cbacda-d88b-4c04-b658-390e7c48a535] Socket close event received\n2025-07-28 15:43:10.033 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64310 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:44:09.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:44:10.000 [info] [command][6cbb1436-fb6e-4fb6-8072-0729de3a4ef2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6cbb1436-fb6e-4fb6-8072-0729de3a4ef2""}\n2025-07-28 15:44:10.001 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e9f7c4fa-a1ff-4c11-bafd-7231d4b3f1bb] received connection request\n2025-07-28 15:44:10.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:44:10.044 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e9f7c4fa-a1ff-4c11-bafd-7231d4b3f1bb] socks forwarding established\n2025-07-28 15:44:10.088 [info] [command][6cbb1436-fb6e-4fb6-8072-0729de3a4ef2] Process exited with code 0\n2025-07-28 15:44:10.089 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e9f7c4fa-a1ff-4c11-bafd-7231d4b3f1bb] socks connection closed\n2025-07-28 15:44:10.089 [info] [command][6cbb1436-fb6e-4fb6-8072-0729de3a4ef2] Socket close event received\n2025-07-28 15:44:10.129 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64328 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:45:10.100 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:45:10.113 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5497c837-8508-4a65-ac07-105ce4cf88ae] received connection request\n2025-07-28 15:45:10.113 [info] [command][95b7811a-912e-41b6-9d64-6680dd7862b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""95b7811a-912e-41b6-9d64-6680dd7862b7""}\n2025-07-28 15:45:10.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:45:10.185 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5497c837-8508-4a65-ac07-105ce4cf88ae] socks forwarding established\n2025-07-28 15:45:10.227 [info] [command][95b7811a-912e-41b6-9d64-6680dd7862b7] Process exited with code 0\n2025-07-28 15:45:10.227 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5497c837-8508-4a65-ac07-105ce4cf88ae] socks connection closed\n2025-07-28 15:45:10.227 [info] [command][95b7811a-912e-41b6-9d64-6680dd7862b7] Socket close event received\n2025-07-28 15:45:10.265 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64353 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:46:10.232 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:46:10.235 [info] [command][846ed90d-4a02-410d-8d45-52c9c1f28536] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""846ed90d-4a02-410d-8d45-52c9c1f28536""}\n2025-07-28 15:46:10.236 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][18d123ee-2569-4fc7-b5cc-597a96785748] received connection request\n2025-07-28 15:46:10.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:46:10.278 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18d123ee-2569-4fc7-b5cc-597a96785748] socks forwarding established\n2025-07-28 15:46:10.325 [info] [command][846ed90d-4a02-410d-8d45-52c9c1f28536] Process exited with code 0\n2025-07-28 15:46:10.325 [info] [command][846ed90d-4a02-410d-8d45-52c9c1f28536] Socket close event received\n2025-07-28 15:46:10.326 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18d123ee-2569-4fc7-b5cc-597a96785748] socks connection closed\n2025-07-28 15:46:10.367 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64427 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:47:10.330 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:47:10.332 [info] [command][5cee2ce2-cc26-493a-855c-605be4adc9e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5cee2ce2-cc26-493a-855c-605be4adc9e7""}\n2025-07-28 15:47:10.333 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][18bd0b8f-5bc9-4fdc-b15c-01fcffe44823] received connection request\n2025-07-28 15:47:10.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:47:10.374 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18bd0b8f-5bc9-4fdc-b15c-01fcffe44823] socks forwarding established\n2025-07-28 15:47:10.421 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18bd0b8f-5bc9-4fdc-b15c-01fcffe44823] socks connection closed\n2025-07-28 15:47:10.421 [info] [command][5cee2ce2-cc26-493a-855c-605be4adc9e7] Process exited with code 0\n2025-07-28 15:47:10.421 [info] [command][5cee2ce2-cc26-493a-855c-605be4adc9e7] Socket close event received\n2025-07-28 15:47:10.459 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64464 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:48:10.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:48:10.428 [info] [command][2ff71af5-a081-4bbf-ab58-0e7dd6abd786] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2ff71af5-a081-4bbf-ab58-0e7dd6abd786""}\n2025-07-28 15:48:10.429 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][aaadf7f2-e25a-45de-9004-07742c9f4750] received connection request\n2025-07-28 15:48:10.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:48:10.473 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][aaadf7f2-e25a-45de-9004-07742c9f4750] socks forwarding established\n2025-07-28 15:48:10.518 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][aaadf7f2-e25a-45de-9004-07742c9f4750] socks connection closed\n2025-07-28 15:48:10.518 [info] [command][2ff71af5-a081-4bbf-ab58-0e7dd6abd786] Process exited with code 0\n2025-07-28 15:48:10.518 [info] [command][2ff71af5-a081-4bbf-ab58-0e7dd6abd786] Socket close event received\n2025-07-28 15:48:10.558 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64493 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:49:10.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:49:10.527 [info] [command][e8bd91f7-a6b8-4e93-8a29-d6355d479f8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e8bd91f7-a6b8-4e93-8a29-d6355d479f8d""}\n2025-07-28 15:49:10.527 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1829ebc1-c30f-456f-91f1-488c1c154458] received connection request\n2025-07-28 15:49:10.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:49:10.570 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1829ebc1-c30f-456f-91f1-488c1c154458] socks forwarding established\n2025-07-28 15:49:10.615 [info] [command][e8bd91f7-a6b8-4e93-8a29-d6355d479f8d] Process exited with code 0\n2025-07-28 15:49:10.616 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1829ebc1-c30f-456f-91f1-488c1c154458] socks connection closed\n2025-07-28 15:49:10.616 [info] [command][e8bd91f7-a6b8-4e93-8a29-d6355d479f8d] Socket close event received\n2025-07-28 15:49:10.656 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64513 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:50:10.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:50:10.617 [info] [command][6eaf56c6-f260-463e-be76-747f6aa1c52a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6eaf56c6-f260-463e-be76-747f6aa1c52a""}\n2025-07-28 15:50:10.618 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][84dbd52f-a9a1-492f-b07d-53bb372fe18c] received connection request\n2025-07-28 15:50:10.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:50:10.663 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84dbd52f-a9a1-492f-b07d-53bb372fe18c] socks forwarding established\n2025-07-28 15:50:10.707 [info] [command][6eaf56c6-f260-463e-be76-747f6aa1c52a] Process exited with code 0\n2025-07-28 15:50:10.707 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84dbd52f-a9a1-492f-b07d-53bb372fe18c] socks connection closed\n2025-07-28 15:50:10.707 [info] [command][6eaf56c6-f260-463e-be76-747f6aa1c52a] Socket close event received\n2025-07-28 15:50:10.746 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64530 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:51:10.710 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:51:10.713 [info] [command][772ee7a2-66df-4746-aead-f52331ca2ea5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""772ee7a2-66df-4746-aead-f52331ca2ea5""}\n2025-07-28 15:51:10.714 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a0e92d24-4256-4df6-95fc-9825a9d57ba8] received connection request\n2025-07-28 15:51:10.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:51:10.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0e92d24-4256-4df6-95fc-9825a9d57ba8] socks forwarding established\n2025-07-28 15:51:10.805 [info] [command][772ee7a2-66df-4746-aead-f52331ca2ea5] Process exited with code 0\n2025-07-28 15:51:10.805 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0e92d24-4256-4df6-95fc-9825a9d57ba8] socks connection closed\n2025-07-28 15:51:10.805 [info] [command][772ee7a2-66df-4746-aead-f52331ca2ea5] Socket close event received\n2025-07-28 15:51:10.845 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64543 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:52:10.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:52:10.811 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ea13df4a-a457-47a4-9012-568f66e0dec9] received connection request\n2025-07-28 15:52:10.811 [info] [command][9fad39da-fbca-49e1-99ee-de6fdd6902c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9fad39da-fbca-49e1-99ee-de6fdd6902c8""}\n2025-07-28 15:52:10.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:52:10.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ea13df4a-a457-47a4-9012-568f66e0dec9] socks forwarding established\n2025-07-28 15:52:10.901 [info] [command][9fad39da-fbca-49e1-99ee-de6fdd6902c8] Process exited with code 0\n2025-07-28 15:52:10.901 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ea13df4a-a457-47a4-9012-568f66e0dec9] socks connection closed\n2025-07-28 15:52:10.901 [info] [command][9fad39da-fbca-49e1-99ee-de6fdd6902c8] Socket close event received\n2025-07-28 15:52:10.941 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64580 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:53:10.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:53:10.904 [info] [command][9ba7b44b-70a3-4ddd-9416-c0d99e6d11b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9ba7b44b-70a3-4ddd-9416-c0d99e6d11b8""}\n2025-07-28 15:53:10.904 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ff9cb4f9-425d-4829-867d-6b9796c1aeb1] received connection request\n2025-07-28 15:53:10.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 15:53:10.904 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:53:10.948 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ff9cb4f9-425d-4829-867d-6b9796c1aeb1] socks forwarding established\n2025-07-28 15:53:10.992 [info] [command][9ba7b44b-70a3-4ddd-9416-c0d99e6d11b8] Process exited with code 0\n2025-07-28 15:53:10.992 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ff9cb4f9-425d-4829-867d-6b9796c1aeb1] socks connection closed\n2025-07-28 15:53:10.993 [info] [command][9ba7b44b-70a3-4ddd-9416-c0d99e6d11b8] Socket close event received\n2025-07-28 15:53:11.034 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64624 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:54:10.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:54:10.997 [info] [command][ff981ad6-ca78-4071-a4bb-6aaeeb827dc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ff981ad6-ca78-4071-a4bb-6aaeeb827dc7""}\n2025-07-28 15:54:10.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][02f6fbae-938d-49fc-a73b-e541b303b9d3] received connection request\n2025-07-28 15:54:10.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:54:11.042 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][02f6fbae-938d-49fc-a73b-e541b303b9d3] socks forwarding established\n2025-07-28 15:54:11.133 [info] [command][ff981ad6-ca78-4071-a4bb-6aaeeb827dc7] Process exited with code 0\n2025-07-28 15:54:11.133 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][02f6fbae-938d-49fc-a73b-e541b303b9d3] socks connection closed\n2025-07-28 15:54:11.133 [info] [command][ff981ad6-ca78-4071-a4bb-6aaeeb827dc7] Socket close event received\n2025-07-28 15:54:11.173 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64649 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:55:11.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:55:11.140 [info] [command][77423f75-8bac-43ee-91c2-7e8cc0befc07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""77423f75-8bac-43ee-91c2-7e8cc0befc07""}\n2025-07-28 15:55:11.140 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][02fd05bc-064f-4312-86d2-b237350a57b4] received connection request\n2025-07-28 15:55:11.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 15:55:11.140 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:55:11.183 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][02fd05bc-064f-4312-86d2-b237350a57b4] socks forwarding established\n2025-07-28 15:55:11.227 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][02fd05bc-064f-4312-86d2-b237350a57b4] socks connection closed\n2025-07-28 15:55:11.227 [info] [command][77423f75-8bac-43ee-91c2-7e8cc0befc07] Process exited with code 0\n2025-07-28 15:55:11.227 [info] [command][77423f75-8bac-43ee-91c2-7e8cc0befc07] Socket close event received\n2025-07-28 15:55:11.343 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64670 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:56:11.229 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:56:11.232 [info] [command][5693b1f8-87ac-4ea7-bb04-2fb2eb2e323a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5693b1f8-87ac-4ea7-bb04-2fb2eb2e323a""}\n2025-07-28 15:56:11.233 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c3bf2235-e479-4e8b-868b-12fc3e19944e] received connection request\n2025-07-28 15:56:11.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 15:56:11.233 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:56:11.277 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c3bf2235-e479-4e8b-868b-12fc3e19944e] socks forwarding established\n2025-07-28 15:56:11.323 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c3bf2235-e479-4e8b-868b-12fc3e19944e] socks connection closed\n2025-07-28 15:56:11.324 [info] [command][5693b1f8-87ac-4ea7-bb04-2fb2eb2e323a] Process exited with code 0\n2025-07-28 15:56:11.324 [info] [command][5693b1f8-87ac-4ea7-bb04-2fb2eb2e323a] Socket close event received\n2025-07-28 15:56:11.380 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64691 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:57:11.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:57:11.327 [info] [command][f68108ce-9aa3-4588-8164-8990123a63d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f68108ce-9aa3-4588-8164-8990123a63d0""}\n2025-07-28 15:57:11.327 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][96d6687b-0430-4da8-b584-8ba94d2b45ac] received connection request\n2025-07-28 15:57:11.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 15:57:11.327 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:57:11.370 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][96d6687b-0430-4da8-b584-8ba94d2b45ac] socks forwarding established\n2025-07-28 15:57:11.421 [info] [command][f68108ce-9aa3-4588-8164-8990123a63d0] Process exited with code 0\n2025-07-28 15:57:11.422 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][96d6687b-0430-4da8-b584-8ba94d2b45ac] socks connection closed\n2025-07-28 15:57:11.422 [info] [command][f68108ce-9aa3-4588-8164-8990123a63d0] Socket close event received\n2025-07-28 15:57:11.465 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64731 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:58:11.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:58:11.426 [info] [command][f1a12115-f7a6-4a78-8825-0866ce66b017] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f1a12115-f7a6-4a78-8825-0866ce66b017""}\n2025-07-28 15:58:11.427 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6140c687-a194-43a8-b6e4-fb9cb571f3ea] received connection request\n2025-07-28 15:58:11.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:58:11.467 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6140c687-a194-43a8-b6e4-fb9cb571f3ea] socks forwarding established\n2025-07-28 15:58:11.510 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6140c687-a194-43a8-b6e4-fb9cb571f3ea] socks connection closed\n2025-07-28 15:58:11.511 [info] [command][f1a12115-f7a6-4a78-8825-0866ce66b017] Process exited with code 0\n2025-07-28 15:58:11.511 [info] [command][f1a12115-f7a6-4a78-8825-0866ce66b017] Socket close event received\n2025-07-28 15:58:11.551 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64772 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 15:59:11.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 15:59:11.513 [info] [command][f2f4a836-a1cc-4a7f-b0a3-8804d3f7da6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f2f4a836-a1cc-4a7f-b0a3-8804d3f7da6e""}\n2025-07-28 15:59:11.513 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bcbcd532-27a8-4a46-84d4-0e25e96814c0] received connection request\n2025-07-28 15:59:11.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 15:59:11.566 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bcbcd532-27a8-4a46-84d4-0e25e96814c0] socks forwarding established\n2025-07-28 15:59:11.610 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bcbcd532-27a8-4a46-84d4-0e25e96814c0] socks connection closed\n2025-07-28 15:59:11.610 [info] [command][f2f4a836-a1cc-4a7f-b0a3-8804d3f7da6e] Process exited with code 0\n2025-07-28 15:59:11.610 [info] [command][f2f4a836-a1cc-4a7f-b0a3-8804d3f7da6e] Socket close event received\n2025-07-28 15:59:11.685 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64802 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:00:11.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:00:11.619 [info] [command][65eb07e0-e082-4a68-b0aa-91b3ae9a629f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""65eb07e0-e082-4a68-b0aa-91b3ae9a629f""}\n2025-07-28 16:00:11.619 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][23abb57e-f1c5-4aac-80b6-e2eb76a7fd23] received connection request\n2025-07-28 16:00:11.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:00:11.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][23abb57e-f1c5-4aac-80b6-e2eb76a7fd23] socks forwarding established\n2025-07-28 16:00:11.712 [info] [command][65eb07e0-e082-4a68-b0aa-91b3ae9a629f] Process exited with code 0\n2025-07-28 16:00:11.712 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][23abb57e-f1c5-4aac-80b6-e2eb76a7fd23] socks connection closed\n2025-07-28 16:00:11.713 [info] [command][65eb07e0-e082-4a68-b0aa-91b3ae9a629f] Socket close event received\n2025-07-28 16:00:11.765 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64831 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:01:11.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:01:11.721 [info] [command][d4fed013-e11a-4898-96d9-a3ef22790570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d4fed013-e11a-4898-96d9-a3ef22790570""}\n2025-07-28 16:01:11.721 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f904be4c-ea54-4e38-bad7-302f5309d3ab] received connection request\n2025-07-28 16:01:11.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:01:11.763 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f904be4c-ea54-4e38-bad7-302f5309d3ab] socks forwarding established\n2025-07-28 16:01:11.808 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f904be4c-ea54-4e38-bad7-302f5309d3ab] socks connection closed\n2025-07-28 16:01:11.808 [info] [command][d4fed013-e11a-4898-96d9-a3ef22790570] Process exited with code 0\n2025-07-28 16:01:11.808 [info] [command][d4fed013-e11a-4898-96d9-a3ef22790570] Socket close event received\n2025-07-28 16:01:11.846 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64856 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:02:11.813 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:02:11.815 [info] [command][a78421dd-9cfb-4ba9-a749-a8f8eba58294] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a78421dd-9cfb-4ba9-a749-a8f8eba58294""}\n2025-07-28 16:02:11.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][43162e0e-bd87-4dfb-8c9b-685e9ddc6152] received connection request\n2025-07-28 16:02:11.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:02:11.856 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43162e0e-bd87-4dfb-8c9b-685e9ddc6152] socks forwarding established\n2025-07-28 16:02:11.902 [info] [command][a78421dd-9cfb-4ba9-a749-a8f8eba58294] Process exited with code 0\n2025-07-28 16:02:11.902 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43162e0e-bd87-4dfb-8c9b-685e9ddc6152] socks connection closed\n2025-07-28 16:02:11.902 [info] [command][a78421dd-9cfb-4ba9-a749-a8f8eba58294] Socket close event received\n2025-07-28 16:02:11.942 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64889 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:03:11.907 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:03:11.909 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c2325c49-c77f-4e22-977b-18d25c50aa58] received connection request\n2025-07-28 16:03:11.910 [info] [command][fa1484d3-9107-462f-a7e6-463a688ecfb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fa1484d3-9107-462f-a7e6-463a688ecfb4""}\n2025-07-28 16:03:11.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:03:11.954 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c2325c49-c77f-4e22-977b-18d25c50aa58] socks forwarding established\n2025-07-28 16:03:11.998 [info] [command][fa1484d3-9107-462f-a7e6-463a688ecfb4] Process exited with code 0\n2025-07-28 16:03:11.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c2325c49-c77f-4e22-977b-18d25c50aa58] socks connection closed\n2025-07-28 16:03:11.999 [info] [command][fa1484d3-9107-462f-a7e6-463a688ecfb4] Socket close event received\n2025-07-28 16:03:12.040 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64938 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:04:12.003 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:04:12.006 [info] [command][b5c9ace0-ba02-4c6a-840c-1cb600b7a372] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b5c9ace0-ba02-4c6a-840c-1cb600b7a372""}\n2025-07-28 16:04:12.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9f49546f-20eb-4ef9-925e-6f9e3300d4b9] received connection request\n2025-07-28 16:04:12.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:04:12.048 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f49546f-20eb-4ef9-925e-6f9e3300d4b9] socks forwarding established\n2025-07-28 16:04:12.094 [info] [command][b5c9ace0-ba02-4c6a-840c-1cb600b7a372] Process exited with code 0\n2025-07-28 16:04:12.095 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f49546f-20eb-4ef9-925e-6f9e3300d4b9] socks connection closed\n2025-07-28 16:04:12.095 [info] [command][b5c9ace0-ba02-4c6a-840c-1cb600b7a372] Socket close event received\n2025-07-28 16:04:12.135 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64968 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:05:12.094 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:05:12.097 [info] [command][238098fe-53ca-4cd4-b9d3-a652f38ae3f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""238098fe-53ca-4cd4-b9d3-a652f38ae3f1""}\n2025-07-28 16:05:12.097 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][07c3c58d-59d4-4c47-b376-131e2e5fa404] received connection request\n2025-07-28 16:05:12.098 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:05:12.137 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][07c3c58d-59d4-4c47-b376-131e2e5fa404] socks forwarding established\n2025-07-28 16:05:12.183 [info] [command][238098fe-53ca-4cd4-b9d3-a652f38ae3f1] Process exited with code 0\n2025-07-28 16:05:12.183 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][07c3c58d-59d4-4c47-b376-131e2e5fa404] socks connection closed\n2025-07-28 16:05:12.183 [info] [command][238098fe-53ca-4cd4-b9d3-a652f38ae3f1] Socket close event received\n2025-07-28 16:05:12.224 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65012 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:06:12.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:06:12.185 [info] [command][aec3b87c-130b-4d3e-a392-46b9d44573eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""aec3b87c-130b-4d3e-a392-46b9d44573eb""}\n2025-07-28 16:06:12.185 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4d1cf1fe-4a20-4dc6-9925-0862ad53f677] received connection request\n2025-07-28 16:06:12.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:06:12.227 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4d1cf1fe-4a20-4dc6-9925-0862ad53f677] socks forwarding established\n2025-07-28 16:06:12.272 [info] [command][aec3b87c-130b-4d3e-a392-46b9d44573eb] Process exited with code 0\n2025-07-28 16:06:12.272 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4d1cf1fe-4a20-4dc6-9925-0862ad53f677] socks connection closed\n2025-07-28 16:06:12.272 [info] [command][aec3b87c-130b-4d3e-a392-46b9d44573eb] Socket close event received\n2025-07-28 16:06:12.313 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65081 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:07:12.277 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:07:12.280 [info] [command][202767ab-1748-4b3d-b4e3-571f7fbdf0b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""202767ab-1748-4b3d-b4e3-571f7fbdf0b3""}\n2025-07-28 16:07:12.280 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4f52575b-2608-4a2d-ab26-33fb3e60a4a2] received connection request\n2025-07-28 16:07:12.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 16:07:12.281 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:07:12.329 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f52575b-2608-4a2d-ab26-33fb3e60a4a2] socks forwarding established\n2025-07-28 16:07:12.383 [info] [command][202767ab-1748-4b3d-b4e3-571f7fbdf0b3] Process exited with code 0\n2025-07-28 16:07:12.383 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f52575b-2608-4a2d-ab26-33fb3e60a4a2] socks connection closed\n2025-07-28 16:07:12.383 [info] [command][202767ab-1748-4b3d-b4e3-571f7fbdf0b3] Socket close event received\n2025-07-28 16:07:12.425 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65110 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:08:12.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:08:12.386 [info] [command][4ff2ddc9-fadd-4967-a90a-73f98cb7c895] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4ff2ddc9-fadd-4967-a90a-73f98cb7c895""}\n2025-07-28 16:08:12.387 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][47d70aee-cf00-4ed3-bd91-8de128dd3714] received connection request\n2025-07-28 16:08:12.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:08:12.430 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][47d70aee-cf00-4ed3-bd91-8de128dd3714] socks forwarding established\n2025-07-28 16:08:12.476 [info] [command][4ff2ddc9-fadd-4967-a90a-73f98cb7c895] Process exited with code 0\n2025-07-28 16:08:12.476 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][47d70aee-cf00-4ed3-bd91-8de128dd3714] socks connection closed\n2025-07-28 16:08:12.476 [info] [command][4ff2ddc9-fadd-4967-a90a-73f98cb7c895] Socket close event received\n2025-07-28 16:08:12.515 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65141 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:09:12.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:09:12.483 [info] [command][cb896a31-a485-4bc4-94c3-485edc9cedc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cb896a31-a485-4bc4-94c3-485edc9cedc2""}\n2025-07-28 16:09:12.483 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7ead079d-f2ca-4448-8333-8b25e2e20126] received connection request\n2025-07-28 16:09:12.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 16:09:12.483 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:09:12.526 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ead079d-f2ca-4448-8333-8b25e2e20126] socks forwarding established\n2025-07-28 16:09:12.580 [info] [command][cb896a31-a485-4bc4-94c3-485edc9cedc2] Process exited with code 0\n2025-07-28 16:09:12.580 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ead079d-f2ca-4448-8333-8b25e2e20126] socks connection closed\n2025-07-28 16:09:12.580 [info] [command][cb896a31-a485-4bc4-94c3-485edc9cedc2] Socket close event received\n2025-07-28 16:09:12.622 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65170 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:10:12.582 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:10:12.584 [info] [command][35607535-12a5-4e01-bef6-d1729764ccc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""35607535-12a5-4e01-bef6-d1729764ccc5""}\n2025-07-28 16:10:12.584 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4f123fbd-cf63-4aca-a589-c4a4e5d16d12] received connection request\n2025-07-28 16:10:12.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:10:12.630 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f123fbd-cf63-4aca-a589-c4a4e5d16d12] socks forwarding established\n2025-07-28 16:10:12.680 [info] [command][35607535-12a5-4e01-bef6-d1729764ccc5] Process exited with code 0\n2025-07-28 16:10:12.680 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f123fbd-cf63-4aca-a589-c4a4e5d16d12] socks connection closed\n2025-07-28 16:10:12.680 [info] [command][35607535-12a5-4e01-bef6-d1729764ccc5] Socket close event received\n2025-07-28 16:10:12.720 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65184 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:11:12.681 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:11:12.683 [info] [command][f682a76f-e01f-411b-a4b9-529fd3dd3635] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f682a76f-e01f-411b-a4b9-529fd3dd3635""}\n2025-07-28 16:11:12.684 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][82fa1688-1429-4aec-94ec-785902b395ed] received connection request\n2025-07-28 16:11:12.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 16:11:12.684 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:11:12.726 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][82fa1688-1429-4aec-94ec-785902b395ed] socks forwarding established\n2025-07-28 16:11:12.770 [info] [command][f682a76f-e01f-411b-a4b9-529fd3dd3635] Process exited with code 0\n2025-07-28 16:11:12.770 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][82fa1688-1429-4aec-94ec-785902b395ed] socks connection closed\n2025-07-28 16:11:12.771 [info] [command][f682a76f-e01f-411b-a4b9-529fd3dd3635] Socket close event received\n2025-07-28 16:11:12.812 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65198 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:12:12.775 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:12:12.777 [info] [command][a797ba54-eff8-4baf-a7ae-0efa67bbc305] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a797ba54-eff8-4baf-a7ae-0efa67bbc305""}\n2025-07-28 16:12:12.777 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d8ea8780-ed4e-43f2-916a-6a167e01e18e] received connection request\n2025-07-28 16:12:12.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:12:12.822 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d8ea8780-ed4e-43f2-916a-6a167e01e18e] socks forwarding established\n2025-07-28 16:12:12.868 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d8ea8780-ed4e-43f2-916a-6a167e01e18e] socks connection closed\n2025-07-28 16:12:12.868 [info] [command][a797ba54-eff8-4baf-a7ae-0efa67bbc305] Process exited with code 0\n2025-07-28 16:12:12.868 [info] [command][a797ba54-eff8-4baf-a7ae-0efa67bbc305] Socket close event received\n2025-07-28 16:12:12.908 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65228 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:13:12.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:13:12.872 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0027105b-d41b-453f-8201-852ff32d3c9c] received connection request\n2025-07-28 16:13:12.872 [info] [command][31f875a1-7993-45cc-806c-de04c4c4a413] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""31f875a1-7993-45cc-806c-de04c4c4a413""}\n2025-07-28 16:13:12.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:13:12.916 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0027105b-d41b-453f-8201-852ff32d3c9c] socks forwarding established\n2025-07-28 16:13:12.960 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0027105b-d41b-453f-8201-852ff32d3c9c] socks connection closed\n2025-07-28 16:13:12.960 [info] [command][31f875a1-7993-45cc-806c-de04c4c4a413] Process exited with code 0\n2025-07-28 16:13:12.960 [info] [command][31f875a1-7993-45cc-806c-de04c4c4a413] Socket close event received\n2025-07-28 16:13:12.999 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65282 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:14:12.964 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:14:12.967 [info] [command][b4091da4-3f2e-4b81-b45f-b14876021db1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b4091da4-3f2e-4b81-b45f-b14876021db1""}\n2025-07-28 16:14:12.968 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5f6677f9-0a0f-461f-beff-5609c79de115] received connection request\n2025-07-28 16:14:12.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:14:13.011 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5f6677f9-0a0f-461f-beff-5609c79de115] socks forwarding established\n2025-07-28 16:14:13.054 [info] [command][b4091da4-3f2e-4b81-b45f-b14876021db1] Process exited with code 0\n2025-07-28 16:14:13.054 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5f6677f9-0a0f-461f-beff-5609c79de115] socks connection closed\n2025-07-28 16:14:13.054 [info] [command][b4091da4-3f2e-4b81-b45f-b14876021db1] Socket close event received\n2025-07-28 16:14:13.093 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65319 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:15:13.058 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:15:13.061 [info] [command][665e2f4a-e687-4882-8c35-93190eca332c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""665e2f4a-e687-4882-8c35-93190eca332c""}\n2025-07-28 16:15:13.062 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e1d16c09-9bc1-45f4-9de4-9434c26896f7] received connection request\n2025-07-28 16:15:13.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:15:13.104 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e1d16c09-9bc1-45f4-9de4-9434c26896f7] socks forwarding established\n2025-07-28 16:15:13.148 [info] [command][665e2f4a-e687-4882-8c35-93190eca332c] Process exited with code 0\n2025-07-28 16:15:13.149 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e1d16c09-9bc1-45f4-9de4-9434c26896f7] socks connection closed\n2025-07-28 16:15:13.149 [info] [command][665e2f4a-e687-4882-8c35-93190eca332c] Socket close event received\n2025-07-28 16:15:13.192 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65337 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:16:13.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:16:13.154 [info] [command][813ec210-5c28-4a03-af11-3cc9b7b0e718] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""813ec210-5c28-4a03-af11-3cc9b7b0e718""}\n2025-07-28 16:16:13.155 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][29b01d61-c44b-44e4-8b8b-f8d9d42cb2e9] received connection request\n2025-07-28 16:16:13.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:16:13.195 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][29b01d61-c44b-44e4-8b8b-f8d9d42cb2e9] socks forwarding established\n2025-07-28 16:16:13.239 [info] [command][813ec210-5c28-4a03-af11-3cc9b7b0e718] Process exited with code 0\n2025-07-28 16:16:13.239 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][29b01d61-c44b-44e4-8b8b-f8d9d42cb2e9] socks connection closed\n2025-07-28 16:16:13.239 [info] [command][813ec210-5c28-4a03-af11-3cc9b7b0e718] Socket close event received\n2025-07-28 16:16:13.279 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65356 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:17:13.241 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:17:13.243 [info] [command][703e5877-497f-4a46-8de2-9356c19797c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""703e5877-497f-4a46-8de2-9356c19797c5""}\n2025-07-28 16:17:13.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][85c98cee-0476-4cc1-8328-018b6f52f671] received connection request\n2025-07-28 16:17:13.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:17:13.284 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][85c98cee-0476-4cc1-8328-018b6f52f671] socks forwarding established\n2025-07-28 16:17:13.328 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][85c98cee-0476-4cc1-8328-018b6f52f671] socks connection closed\n2025-07-28 16:17:13.328 [info] [command][703e5877-497f-4a46-8de2-9356c19797c5] Process exited with code 0\n2025-07-28 16:17:13.329 [info] [command][703e5877-497f-4a46-8de2-9356c19797c5] Socket close event received\n2025-07-28 16:17:13.368 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65400 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:18:13.330 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:18:13.333 [info] [command][bd08edb6-5d4f-4274-93f8-359206d1b494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bd08edb6-5d4f-4274-93f8-359206d1b494""}\n2025-07-28 16:18:13.334 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][553238da-4f19-4998-b934-fad7e01b11ca] received connection request\n2025-07-28 16:18:13.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:18:13.378 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][553238da-4f19-4998-b934-fad7e01b11ca] socks forwarding established\n2025-07-28 16:18:13.424 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][553238da-4f19-4998-b934-fad7e01b11ca] socks connection closed\n2025-07-28 16:18:13.424 [info] [command][bd08edb6-5d4f-4274-93f8-359206d1b494] Process exited with code 0\n2025-07-28 16:18:13.425 [info] [command][bd08edb6-5d4f-4274-93f8-359206d1b494] Socket close event received\n2025-07-28 16:18:13.466 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65427 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:19:13.430 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:19:13.433 [info] [command][e22fd568-3998-47e6-8271-e598f0345693] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e22fd568-3998-47e6-8271-e598f0345693""}\n2025-07-28 16:19:13.434 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][85db7026-47f0-4891-a856-9d9d060dbcc8] received connection request\n2025-07-28 16:19:13.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:19:13.473 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][85db7026-47f0-4891-a856-9d9d060dbcc8] socks forwarding established\n2025-07-28 16:19:13.517 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][85db7026-47f0-4891-a856-9d9d060dbcc8] socks connection closed\n2025-07-28 16:19:13.517 [info] [command][e22fd568-3998-47e6-8271-e598f0345693] Process exited with code 0\n2025-07-28 16:19:13.517 [info] [command][e22fd568-3998-47e6-8271-e598f0345693] Socket close event received\n2025-07-28 16:19:13.557 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65444 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:20:13.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:20:13.524 [info] [command][e1681308-61ac-46a2-b780-833c9bf5fa7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e1681308-61ac-46a2-b780-833c9bf5fa7a""}\n2025-07-28 16:20:13.525 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5ab2d28c-095d-454c-9901-5d01631cc980] received connection request\n2025-07-28 16:20:13.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 16:20:13.526 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:20:13.587 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5ab2d28c-095d-454c-9901-5d01631cc980] socks forwarding established\n2025-07-28 16:20:13.632 [info] [command][e1681308-61ac-46a2-b780-833c9bf5fa7a] Process exited with code 0\n2025-07-28 16:20:13.632 [info] [command][e1681308-61ac-46a2-b780-833c9bf5fa7a] Socket close event received\n2025-07-28 16:20:13.633 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5ab2d28c-095d-454c-9901-5d01631cc980] socks connection closed\n2025-07-28 16:20:13.675 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65471 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:21:13.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:21:13.640 [info] [command][d26592f2-1f68-41c3-9367-376f72e676e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d26592f2-1f68-41c3-9367-376f72e676e7""}\n2025-07-28 16:21:13.641 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][35dd3f1c-6388-4be9-8636-4527db06a66d] received connection request\n2025-07-28 16:21:13.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 16:21:13.642 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:21:13.683 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35dd3f1c-6388-4be9-8636-4527db06a66d] socks forwarding established\n2025-07-28 16:21:13.729 [info] [command][d26592f2-1f68-41c3-9367-376f72e676e7] Process exited with code 0\n2025-07-28 16:21:13.730 [info] [command][d26592f2-1f68-41c3-9367-376f72e676e7] Socket close event received\n2025-07-28 16:21:13.730 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35dd3f1c-6388-4be9-8636-4527db06a66d] socks connection closed\n2025-07-28 16:21:13.770 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65507 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:22:13.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:22:13.733 [info] [command][fd25b735-e34d-495e-a60a-ce9ab8c721b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fd25b735-e34d-495e-a60a-ce9ab8c721b9""}\n2025-07-28 16:22:13.733 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][945b6e3b-a352-48cd-a077-dd3301e42940] received connection request\n2025-07-28 16:22:13.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:22:13.964 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][945b6e3b-a352-48cd-a077-dd3301e42940] socks forwarding established\n2025-07-28 16:22:14.106 [info] [command][fd25b735-e34d-495e-a60a-ce9ab8c721b9] Process exited with code 0\n2025-07-28 16:22:14.107 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][945b6e3b-a352-48cd-a077-dd3301e42940] socks connection closed\n2025-07-28 16:22:14.107 [info] [command][fd25b735-e34d-495e-a60a-ce9ab8c721b9] Socket close event received\n2025-07-28 16:22:14.269 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65535 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:23:14.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:23:14.112 [info] [command][13d29252-f17a-4596-adc2-4cec38e1ffd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""13d29252-f17a-4596-adc2-4cec38e1ffd6""}\n2025-07-28 16:23:14.112 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cad0ba40-1403-4a0b-8c83-5c9982a75175] received connection request\n2025-07-28 16:23:14.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:23:14.155 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cad0ba40-1403-4a0b-8c83-5c9982a75175] socks forwarding established\n2025-07-28 16:23:14.201 [info] [command][13d29252-f17a-4596-adc2-4cec38e1ffd6] Process exited with code 0\n2025-07-28 16:23:14.201 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cad0ba40-1403-4a0b-8c83-5c9982a75175] socks connection closed\n2025-07-28 16:23:14.201 [info] [command][13d29252-f17a-4596-adc2-4cec38e1ffd6] Socket close event received\n2025-07-28 16:23:14.240 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49184 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:24:14.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:24:14.206 [info] [command][71509689-b3b0-4f83-93de-8f41ddcd98f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""71509689-b3b0-4f83-93de-8f41ddcd98f6""}\n2025-07-28 16:24:14.206 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][deb4a8aa-c5f1-453b-9c15-46475be6f121] received connection request\n2025-07-28 16:24:14.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:24:14.250 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][deb4a8aa-c5f1-453b-9c15-46475be6f121] socks forwarding established\n2025-07-28 16:24:14.295 [info] [command][71509689-b3b0-4f83-93de-8f41ddcd98f6] Process exited with code 0\n2025-07-28 16:24:14.296 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][deb4a8aa-c5f1-453b-9c15-46475be6f121] socks connection closed\n2025-07-28 16:24:14.296 [info] [command][71509689-b3b0-4f83-93de-8f41ddcd98f6] Socket close event received\n2025-07-28 16:24:14.337 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49201 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:25:14.301 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:25:14.304 [info] [command][cd859c57-babc-4b6e-bb39-1f6e045ed0b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cd859c57-babc-4b6e-bb39-1f6e045ed0b2""}\n2025-07-28 16:25:14.305 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][be9c4694-de28-4ce8-8355-fa325a059feb] received connection request\n2025-07-28 16:25:14.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:25:14.352 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][be9c4694-de28-4ce8-8355-fa325a059feb] socks forwarding established\n2025-07-28 16:25:14.398 [info] [command][cd859c57-babc-4b6e-bb39-1f6e045ed0b2] Process exited with code 0\n2025-07-28 16:25:14.398 [info] [command][cd859c57-babc-4b6e-bb39-1f6e045ed0b2] Socket close event received\n2025-07-28 16:25:14.398 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][be9c4694-de28-4ce8-8355-fa325a059feb] socks connection closed\n2025-07-28 16:25:14.439 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49227 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:26:14.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:26:14.406 [info] [command][9cb976f1-0ee1-4aa6-8b37-ae02184479e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9cb976f1-0ee1-4aa6-8b37-ae02184479e0""}\n2025-07-28 16:26:14.407 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][37c319aa-d636-4b2c-9a47-482074a66025] received connection request\n2025-07-28 16:26:14.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:26:14.451 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][37c319aa-d636-4b2c-9a47-482074a66025] socks forwarding established\n2025-07-28 16:26:14.498 [info] [command][9cb976f1-0ee1-4aa6-8b37-ae02184479e0] Process exited with code 0\n2025-07-28 16:26:14.499 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][37c319aa-d636-4b2c-9a47-482074a66025] socks connection closed\n2025-07-28 16:26:14.499 [info] [command][9cb976f1-0ee1-4aa6-8b37-ae02184479e0] Socket close event received\n2025-07-28 16:26:14.539 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49244 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:27:14.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:27:14.502 [info] [command][949b2fff-5c25-4ee3-8873-74658e0125b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""949b2fff-5c25-4ee3-8873-74658e0125b3""}\n2025-07-28 16:27:14.502 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][35f14f8c-657d-4274-9761-1a713e944764] received connection request\n2025-07-28 16:27:14.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:27:14.543 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35f14f8c-657d-4274-9761-1a713e944764] socks forwarding established\n2025-07-28 16:27:14.588 [info] [command][949b2fff-5c25-4ee3-8873-74658e0125b3] Process exited with code 0\n2025-07-28 16:27:14.588 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35f14f8c-657d-4274-9761-1a713e944764] socks connection closed\n2025-07-28 16:27:14.588 [info] [command][949b2fff-5c25-4ee3-8873-74658e0125b3] Socket close event received\n2025-07-28 16:27:14.628 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49275 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:28:14.593 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:28:14.596 [info] [command][9e17f1a5-40ab-48e8-b39e-de37ae2ecf14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9e17f1a5-40ab-48e8-b39e-de37ae2ecf14""}\n2025-07-28 16:28:14.597 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c9fe76d4-0241-4e1f-a701-c576a0cdfa7f] received connection request\n2025-07-28 16:28:14.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:28:14.642 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c9fe76d4-0241-4e1f-a701-c576a0cdfa7f] socks forwarding established\n2025-07-28 16:28:14.688 [info] [command][9e17f1a5-40ab-48e8-b39e-de37ae2ecf14] Process exited with code 0\n2025-07-28 16:28:14.689 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c9fe76d4-0241-4e1f-a701-c576a0cdfa7f] socks connection closed\n2025-07-28 16:28:14.689 [info] [command][9e17f1a5-40ab-48e8-b39e-de37ae2ecf14] Socket close event received\n2025-07-28 16:28:14.735 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49303 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:29:14.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:29:14.693 [info] [command][ff222bd3-50ad-47a9-bca8-d7fc486daa54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ff222bd3-50ad-47a9-bca8-d7fc486daa54""}\n2025-07-28 16:29:14.694 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0818f847-52ba-4a24-8bee-774c1fc0a724] received connection request\n2025-07-28 16:29:14.695 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:29:14.739 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0818f847-52ba-4a24-8bee-774c1fc0a724] socks forwarding established\n2025-07-28 16:29:14.784 [info] [command][ff222bd3-50ad-47a9-bca8-d7fc486daa54] Process exited with code 0\n2025-07-28 16:29:14.784 [info] [command][ff222bd3-50ad-47a9-bca8-d7fc486daa54] Socket close event received\n2025-07-28 16:29:14.785 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0818f847-52ba-4a24-8bee-774c1fc0a724] socks connection closed\n2025-07-28 16:29:14.825 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49320 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:30:14.788 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:30:14.790 [info] [command][85428132-8449-4bfb-ad1b-c2e1a974fd9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""85428132-8449-4bfb-ad1b-c2e1a974fd9d""}\n2025-07-28 16:30:14.790 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2063533b-21a8-4ef8-8125-1b369a23156a] received connection request\n2025-07-28 16:30:14.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:30:14.831 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2063533b-21a8-4ef8-8125-1b369a23156a] socks forwarding established\n2025-07-28 16:30:14.877 [info] [command][85428132-8449-4bfb-ad1b-c2e1a974fd9d] Process exited with code 0\n2025-07-28 16:30:14.877 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2063533b-21a8-4ef8-8125-1b369a23156a] socks connection closed\n2025-07-28 16:30:14.877 [info] [command][85428132-8449-4bfb-ad1b-c2e1a974fd9d] Socket close event received\n2025-07-28 16:30:14.918 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49337 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:31:14.878 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:31:14.881 [info] [command][2c8a617b-2c9d-42e5-bfa5-a3e15edd1e7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2c8a617b-2c9d-42e5-bfa5-a3e15edd1e7f""}\n2025-07-28 16:31:14.882 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a956cfee-b4c6-4f42-a76c-7c57f0ac5f15] received connection request\n2025-07-28 16:31:14.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:31:14.929 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a956cfee-b4c6-4f42-a76c-7c57f0ac5f15] socks forwarding established\n2025-07-28 16:31:14.973 [info] [command][2c8a617b-2c9d-42e5-bfa5-a3e15edd1e7f] Process exited with code 0\n2025-07-28 16:31:14.974 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a956cfee-b4c6-4f42-a76c-7c57f0ac5f15] socks connection closed\n2025-07-28 16:31:14.974 [info] [command][2c8a617b-2c9d-42e5-bfa5-a3e15edd1e7f] Socket close event received\n2025-07-28 16:31:15.014 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49356 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:32:14.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:32:14.976 [info] [command][2ba8cf01-c2b8-4a2c-a969-10214dd68c48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2ba8cf01-c2b8-4a2c-a969-10214dd68c48""}\n2025-07-28 16:32:14.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ddbbc3cd-80f8-4724-a888-9124a1cc4201] received connection request\n2025-07-28 16:32:14.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:32:15.020 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddbbc3cd-80f8-4724-a888-9124a1cc4201] socks forwarding established\n2025-07-28 16:32:15.065 [info] [command][2ba8cf01-c2b8-4a2c-a969-10214dd68c48] Process exited with code 0\n2025-07-28 16:32:15.065 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddbbc3cd-80f8-4724-a888-9124a1cc4201] socks connection closed\n2025-07-28 16:32:15.065 [info] [command][2ba8cf01-c2b8-4a2c-a969-10214dd68c48] Socket close event received\n2025-07-28 16:32:15.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49387 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:33:15.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:33:15.069 [info] [command][dce514d5-7472-403d-be49-3a251c0e97cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dce514d5-7472-403d-be49-3a251c0e97cd""}\n2025-07-28 16:33:15.069 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][36e78b2e-c944-4448-bbce-a6e4ead25ab6] received connection request\n2025-07-28 16:33:15.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:33:15.109 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][36e78b2e-c944-4448-bbce-a6e4ead25ab6] socks forwarding established\n2025-07-28 16:33:15.152 [info] [command][dce514d5-7472-403d-be49-3a251c0e97cd] Process exited with code 0\n2025-07-28 16:33:15.152 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][36e78b2e-c944-4448-bbce-a6e4ead25ab6] socks connection closed\n2025-07-28 16:33:15.152 [info] [command][dce514d5-7472-403d-be49-3a251c0e97cd] Socket close event received\n2025-07-28 16:33:15.193 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49420 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:34:15.154 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:34:15.156 [info] [command][e7acfddc-a68c-4a92-b658-76124ed85470] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e7acfddc-a68c-4a92-b658-76124ed85470""}\n2025-07-28 16:34:15.157 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a6537cdf-e7d3-4d23-b7fc-370adf6b2fa8] received connection request\n2025-07-28 16:34:15.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:34:15.202 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6537cdf-e7d3-4d23-b7fc-370adf6b2fa8] socks forwarding established\n2025-07-28 16:34:15.247 [info] [command][e7acfddc-a68c-4a92-b658-76124ed85470] Process exited with code 0\n2025-07-28 16:34:15.248 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6537cdf-e7d3-4d23-b7fc-370adf6b2fa8] socks connection closed\n2025-07-28 16:34:15.248 [info] [command][e7acfddc-a68c-4a92-b658-76124ed85470] Socket close event received\n2025-07-28 16:34:15.293 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49439 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:35:15.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:35:15.254 [info] [command][3f90c819-3ea1-43fa-98b7-560e1ddadaa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3f90c819-3ea1-43fa-98b7-560e1ddadaa3""}\n2025-07-28 16:35:15.255 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][50a1b9cf-5831-4e91-a6ed-03bb91e10cd3] received connection request\n2025-07-28 16:35:15.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:35:15.302 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][50a1b9cf-5831-4e91-a6ed-03bb91e10cd3] socks forwarding established\n2025-07-28 16:35:15.348 [info] [command][3f90c819-3ea1-43fa-98b7-560e1ddadaa3] Process exited with code 0\n2025-07-28 16:35:15.349 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][50a1b9cf-5831-4e91-a6ed-03bb91e10cd3] socks connection closed\n2025-07-28 16:35:15.350 [info] [command][3f90c819-3ea1-43fa-98b7-560e1ddadaa3] Socket close event received\n2025-07-28 16:35:15.390 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49458 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:36:15.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:36:15.356 [info] [command][7fcd41ee-7e00-430b-aa14-94313d0a599d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7fcd41ee-7e00-430b-aa14-94313d0a599d""}\n2025-07-28 16:36:15.357 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d09fad1a-bdec-4bbb-81f9-759b0e0486e8] received connection request\n2025-07-28 16:36:15.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:36:15.402 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d09fad1a-bdec-4bbb-81f9-759b0e0486e8] socks forwarding established\n2025-07-28 16:36:15.474 [info] [command][7fcd41ee-7e00-430b-aa14-94313d0a599d] Process exited with code 0\n2025-07-28 16:36:15.475 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d09fad1a-bdec-4bbb-81f9-759b0e0486e8] socks connection closed\n2025-07-28 16:36:15.475 [info] [command][7fcd41ee-7e00-430b-aa14-94313d0a599d] Socket close event received\n2025-07-28 16:36:15.514 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49471 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:37:15.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:37:15.479 [info] [command][9a78e88f-5e26-4942-89e0-050cd04c4390] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9a78e88f-5e26-4942-89e0-050cd04c4390""}\n2025-07-28 16:37:15.479 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a754a212-aa93-4cd7-b051-d0f881ed5ee7] received connection request\n2025-07-28 16:37:15.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:37:15.520 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a754a212-aa93-4cd7-b051-d0f881ed5ee7] socks forwarding established\n2025-07-28 16:37:15.564 [info] [command][9a78e88f-5e26-4942-89e0-050cd04c4390] Process exited with code 0\n2025-07-28 16:37:15.564 [info] [command][9a78e88f-5e26-4942-89e0-050cd04c4390] Socket close event received\n2025-07-28 16:37:15.565 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a754a212-aa93-4cd7-b051-d0f881ed5ee7] socks connection closed\n2025-07-28 16:37:15.606 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49502 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:38:15.565 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:38:15.568 [info] [command][c624561f-ed4f-4abf-953d-d0180a2445f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c624561f-ed4f-4abf-953d-d0180a2445f0""}\n2025-07-28 16:38:15.568 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][009e9d12-44a7-4ccd-8474-fef391097cf7] received connection request\n2025-07-28 16:38:15.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:38:15.615 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][009e9d12-44a7-4ccd-8474-fef391097cf7] socks forwarding established\n2025-07-28 16:38:15.661 [info] [command][c624561f-ed4f-4abf-953d-d0180a2445f0] Process exited with code 0\n2025-07-28 16:38:15.661 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][009e9d12-44a7-4ccd-8474-fef391097cf7] socks connection closed\n2025-07-28 16:38:15.661 [info] [command][c624561f-ed4f-4abf-953d-d0180a2445f0] Socket close event received\n2025-07-28 16:38:15.705 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49531 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:39:15.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:39:15.665 [info] [command][e695a3d6-208f-4a72-b783-9bc56f6dd45f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e695a3d6-208f-4a72-b783-9bc56f6dd45f""}\n2025-07-28 16:39:15.665 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cd429f27-2fd0-448a-96b3-2c7d76b6a3b8] received connection request\n2025-07-28 16:39:15.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:39:15.706 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cd429f27-2fd0-448a-96b3-2c7d76b6a3b8] socks forwarding established\n2025-07-28 16:39:15.751 [info] [command][e695a3d6-208f-4a72-b783-9bc56f6dd45f] Process exited with code 0\n2025-07-28 16:39:15.751 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cd429f27-2fd0-448a-96b3-2c7d76b6a3b8] socks connection closed\n2025-07-28 16:39:15.751 [info] [command][e695a3d6-208f-4a72-b783-9bc56f6dd45f] Socket close event received\n2025-07-28 16:39:15.790 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49545 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:40:15.757 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:40:15.760 [info] [command][eacb034b-9210-4a30-be5a-4fcb1df6b0d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""eacb034b-9210-4a30-be5a-4fcb1df6b0d4""}\n2025-07-28 16:40:15.761 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][765a6c4e-add4-4139-a546-190792a1efcf] received connection request\n2025-07-28 16:40:15.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:40:15.805 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][765a6c4e-add4-4139-a546-190792a1efcf] socks forwarding established\n2025-07-28 16:40:15.848 [info] [command][eacb034b-9210-4a30-be5a-4fcb1df6b0d4] Process exited with code 0\n2025-07-28 16:40:15.849 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][765a6c4e-add4-4139-a546-190792a1efcf] socks connection closed\n2025-07-28 16:40:15.849 [info] [command][eacb034b-9210-4a30-be5a-4fcb1df6b0d4] Socket close event received\n2025-07-28 16:40:15.888 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49560 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:41:15.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:41:15.852 [info] [command][e73a5610-9fcd-4638-9be8-92350c0e916d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e73a5610-9fcd-4638-9be8-92350c0e916d""}\n2025-07-28 16:41:15.852 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][266d1943-a4bb-4f01-a222-f7dd9a134e78] received connection request\n2025-07-28 16:41:15.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:41:15.895 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][266d1943-a4bb-4f01-a222-f7dd9a134e78] socks forwarding established\n2025-07-28 16:41:15.944 [info] [command][e73a5610-9fcd-4638-9be8-92350c0e916d] Process exited with code 0\n2025-07-28 16:41:15.944 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][266d1943-a4bb-4f01-a222-f7dd9a134e78] socks connection closed\n2025-07-28 16:41:15.944 [info] [command][e73a5610-9fcd-4638-9be8-92350c0e916d] Socket close event received\n2025-07-28 16:41:15.984 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49574 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:42:15.947 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:42:15.948 [info] [command][3325cf43-338f-423c-9dc3-251d77b1b4c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3325cf43-338f-423c-9dc3-251d77b1b4c4""}\n2025-07-28 16:42:15.949 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0298d8e3-7bb4-4b3f-b4e8-4bb8037de647] received connection request\n2025-07-28 16:42:15.949 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:42:15.989 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0298d8e3-7bb4-4b3f-b4e8-4bb8037de647] socks forwarding established\n2025-07-28 16:42:16.035 [info] [command][3325cf43-338f-423c-9dc3-251d77b1b4c4] Process exited with code 0\n2025-07-28 16:42:16.035 [info] [command][3325cf43-338f-423c-9dc3-251d77b1b4c4] Socket close event received\n2025-07-28 16:42:16.036 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0298d8e3-7bb4-4b3f-b4e8-4bb8037de647] socks connection closed\n2025-07-28 16:42:16.076 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49599 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:43:16.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:43:16.043 [info] [command][e7f13ca3-cbf9-45c0-a8df-8f478fbb42b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e7f13ca3-cbf9-45c0-a8df-8f478fbb42b7""}\n2025-07-28 16:43:16.043 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b260f580-b6ab-4214-b160-8bca6931b7c9] received connection request\n2025-07-28 16:43:16.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:43:16.088 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b260f580-b6ab-4214-b160-8bca6931b7c9] socks forwarding established\n2025-07-28 16:43:16.132 [info] [command][e7f13ca3-cbf9-45c0-a8df-8f478fbb42b7] Process exited with code 0\n2025-07-28 16:43:16.132 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b260f580-b6ab-4214-b160-8bca6931b7c9] socks connection closed\n2025-07-28 16:43:16.133 [info] [command][e7f13ca3-cbf9-45c0-a8df-8f478fbb42b7] Socket close event received\n2025-07-28 16:43:16.173 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49635 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:44:16.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:44:16.141 [info] [command][cc54bd96-128b-4238-bded-95fc042a83f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cc54bd96-128b-4238-bded-95fc042a83f6""}\n2025-07-28 16:44:16.142 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dab5f668-48c5-4d47-b000-5d317c1de997] received connection request\n2025-07-28 16:44:16.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:44:16.185 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dab5f668-48c5-4d47-b000-5d317c1de997] socks forwarding established\n2025-07-28 16:44:16.227 [info] [command][cc54bd96-128b-4238-bded-95fc042a83f6] Process exited with code 0\n2025-07-28 16:44:16.228 [info] [command][cc54bd96-128b-4238-bded-95fc042a83f6] Socket close event received\n2025-07-28 16:44:16.228 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dab5f668-48c5-4d47-b000-5d317c1de997] socks connection closed\n2025-07-28 16:44:16.267 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49655 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:45:16.229 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:45:16.231 [info] [command][8f7e164e-6f17-4e15-bda5-b58037f5860f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8f7e164e-6f17-4e15-bda5-b58037f5860f""}\n2025-07-28 16:45:16.232 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8267f760-50fc-4a8d-81db-8705baefce6d] received connection request\n2025-07-28 16:45:16.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:45:16.276 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8267f760-50fc-4a8d-81db-8705baefce6d] socks forwarding established\n2025-07-28 16:45:16.323 [info] [command][8f7e164e-6f17-4e15-bda5-b58037f5860f] Process exited with code 0\n2025-07-28 16:45:16.323 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8267f760-50fc-4a8d-81db-8705baefce6d] socks connection closed\n2025-07-28 16:45:16.323 [info] [command][8f7e164e-6f17-4e15-bda5-b58037f5860f] Socket close event received\n2025-07-28 16:45:16.363 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49693 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:46:16.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:46:16.331 [info] [command][73a44595-c4cc-422e-8f49-587f4267ca8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""73a44595-c4cc-422e-8f49-587f4267ca8c""}\n2025-07-28 16:46:16.332 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][20502952-9762-4d9a-ad29-c3c86477e7ff] received connection request\n2025-07-28 16:46:16.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 16:46:16.333 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:46:16.374 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][20502952-9762-4d9a-ad29-c3c86477e7ff] socks forwarding established\n2025-07-28 16:46:16.418 [info] [command][73a44595-c4cc-422e-8f49-587f4267ca8c] Process exited with code 0\n2025-07-28 16:46:16.418 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][20502952-9762-4d9a-ad29-c3c86477e7ff] socks connection closed\n2025-07-28 16:46:16.418 [info] [command][73a44595-c4cc-422e-8f49-587f4267ca8c] Socket close event received\n2025-07-28 16:46:16.458 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49714 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:47:16.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:47:16.427 [info] [command][b8cc3175-c465-4bf5-ab47-a5566d16702a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b8cc3175-c465-4bf5-ab47-a5566d16702a""}\n2025-07-28 16:47:16.427 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][99c206b4-b8bb-4f14-9cad-5bec60b2d6be] received connection request\n2025-07-28 16:47:16.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:47:16.475 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][99c206b4-b8bb-4f14-9cad-5bec60b2d6be] socks forwarding established\n2025-07-28 16:47:16.528 [info] [command][b8cc3175-c465-4bf5-ab47-a5566d16702a] Process exited with code 0\n2025-07-28 16:47:16.528 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][99c206b4-b8bb-4f14-9cad-5bec60b2d6be] socks connection closed\n2025-07-28 16:47:16.528 [info] [command][b8cc3175-c465-4bf5-ab47-a5566d16702a] Socket close event received\n2025-07-28 16:47:16.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49746 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:48:16.530 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:48:16.533 [info] [command][608d6a78-08ab-45df-81c1-349537dddfcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""608d6a78-08ab-45df-81c1-349537dddfcb""}\n2025-07-28 16:48:16.534 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][785b0680-e7d7-49a9-a722-4447a43fe5a3] received connection request\n2025-07-28 16:48:16.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:48:16.578 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][785b0680-e7d7-49a9-a722-4447a43fe5a3] socks forwarding established\n2025-07-28 16:48:16.680 [info] [command][608d6a78-08ab-45df-81c1-349537dddfcb] Process exited with code 0\n2025-07-28 16:48:16.681 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][785b0680-e7d7-49a9-a722-4447a43fe5a3] socks connection closed\n2025-07-28 16:48:16.681 [info] [command][608d6a78-08ab-45df-81c1-349537dddfcb] Socket close event received\n2025-07-28 16:48:16.721 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49781 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:49:16.680 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:49:16.682 [info] [command][77c2acbb-cb35-449c-93b8-543aa2a1df66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""77c2acbb-cb35-449c-93b8-543aa2a1df66""}\n2025-07-28 16:49:16.683 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][68fec04d-40de-4a29-9ac5-bc42564fcbcf] received connection request\n2025-07-28 16:49:16.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:49:16.724 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68fec04d-40de-4a29-9ac5-bc42564fcbcf] socks forwarding established\n2025-07-28 16:49:16.768 [info] [command][77c2acbb-cb35-449c-93b8-543aa2a1df66] Process exited with code 0\n2025-07-28 16:49:16.768 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68fec04d-40de-4a29-9ac5-bc42564fcbcf] socks connection closed\n2025-07-28 16:49:16.768 [info] [command][77c2acbb-cb35-449c-93b8-543aa2a1df66] Socket close event received\n2025-07-28 16:49:16.807 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49798 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:50:16.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:50:16.771 [info] [command][8091e0be-95ce-49d7-88ff-8335f4e65c34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8091e0be-95ce-49d7-88ff-8335f4e65c34""}\n2025-07-28 16:50:16.772 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][97a336f0-5ad9-4a66-9c77-4a38ebcb9d12] received connection request\n2025-07-28 16:50:16.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:50:16.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][97a336f0-5ad9-4a66-9c77-4a38ebcb9d12] socks forwarding established\n2025-07-28 16:50:16.859 [info] [command][8091e0be-95ce-49d7-88ff-8335f4e65c34] Process exited with code 0\n2025-07-28 16:50:16.860 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][97a336f0-5ad9-4a66-9c77-4a38ebcb9d12] socks connection closed\n2025-07-28 16:50:16.860 [info] [command][8091e0be-95ce-49d7-88ff-8335f4e65c34] Socket close event received\n2025-07-28 16:50:16.901 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49815 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:51:16.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:51:16.865 [info] [command][244d3f9f-81ec-40bb-a16e-5e1f98e1a406] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""244d3f9f-81ec-40bb-a16e-5e1f98e1a406""}\n2025-07-28 16:51:16.866 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3e36d0fa-6dd6-4f26-b6b7-3f3bac2d28c7] received connection request\n2025-07-28 16:51:16.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:51:16.906 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3e36d0fa-6dd6-4f26-b6b7-3f3bac2d28c7] socks forwarding established\n2025-07-28 16:51:16.953 [info] [command][244d3f9f-81ec-40bb-a16e-5e1f98e1a406] Process exited with code 0\n2025-07-28 16:51:16.954 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3e36d0fa-6dd6-4f26-b6b7-3f3bac2d28c7] socks connection closed\n2025-07-28 16:51:16.954 [info] [command][244d3f9f-81ec-40bb-a16e-5e1f98e1a406] Socket close event received\n2025-07-28 16:51:16.995 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49832 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:52:16.958 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:52:16.961 [info] [command][9f31838f-eb63-4f10-ae8e-434f4769238f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9f31838f-eb63-4f10-ae8e-434f4769238f""}\n2025-07-28 16:52:16.962 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c14199a0-4266-4475-843f-a0dc01c593a6] received connection request\n2025-07-28 16:52:16.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:52:17.008 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c14199a0-4266-4475-843f-a0dc01c593a6] socks forwarding established\n2025-07-28 16:52:17.058 [info] [command][9f31838f-eb63-4f10-ae8e-434f4769238f] Process exited with code 0\n2025-07-28 16:52:17.058 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c14199a0-4266-4475-843f-a0dc01c593a6] socks connection closed\n2025-07-28 16:52:17.058 [info] [command][9f31838f-eb63-4f10-ae8e-434f4769238f] Socket close event received\n2025-07-28 16:52:17.098 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49863 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:53:17.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:53:17.066 [info] [command][8e4ba914-04ea-46d0-a3d0-fb1e4fc84683] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8e4ba914-04ea-46d0-a3d0-fb1e4fc84683""}\n2025-07-28 16:53:17.067 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d1a79ac2-6916-4838-b849-ac3be390e495] received connection request\n2025-07-28 16:53:17.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:53:17.116 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d1a79ac2-6916-4838-b849-ac3be390e495] socks forwarding established\n2025-07-28 16:53:17.160 [info] [command][8e4ba914-04ea-46d0-a3d0-fb1e4fc84683] Process exited with code 0\n2025-07-28 16:53:17.160 [info] [command][8e4ba914-04ea-46d0-a3d0-fb1e4fc84683] Socket close event received\n2025-07-28 16:53:17.161 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d1a79ac2-6916-4838-b849-ac3be390e495] socks connection closed\n2025-07-28 16:53:17.201 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49896 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:54:17.164 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:54:17.167 [info] [command][4cd15855-10d1-4df0-b46a-ab3cb75c5b7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4cd15855-10d1-4df0-b46a-ab3cb75c5b7c""}\n2025-07-28 16:54:17.167 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9a3c4d13-7c98-4021-bcf7-57fda29f1af5] received connection request\n2025-07-28 16:54:17.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:54:17.216 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9a3c4d13-7c98-4021-bcf7-57fda29f1af5] socks forwarding established\n2025-07-28 16:54:17.262 [info] [command][4cd15855-10d1-4df0-b46a-ab3cb75c5b7c] Process exited with code 0\n2025-07-28 16:54:17.262 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9a3c4d13-7c98-4021-bcf7-57fda29f1af5] socks connection closed\n2025-07-28 16:54:17.262 [info] [command][4cd15855-10d1-4df0-b46a-ab3cb75c5b7c] Socket close event received\n2025-07-28 16:54:17.301 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49938 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:55:17.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:55:17.270 [info] [command][0ce391ac-2168-4ba2-97a9-05ca17cac902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0ce391ac-2168-4ba2-97a9-05ca17cac902""}\n2025-07-28 16:55:17.271 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b569c253-3f7a-40a2-aded-52a036921a90] received connection request\n2025-07-28 16:55:17.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:55:17.319 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b569c253-3f7a-40a2-aded-52a036921a90] socks forwarding established\n2025-07-28 16:55:17.365 [info] [command][0ce391ac-2168-4ba2-97a9-05ca17cac902] Process exited with code 0\n2025-07-28 16:55:17.366 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b569c253-3f7a-40a2-aded-52a036921a90] socks connection closed\n2025-07-28 16:55:17.366 [info] [command][0ce391ac-2168-4ba2-97a9-05ca17cac902] Socket close event received\n2025-07-28 16:55:17.405 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49964 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:56:17.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:56:17.369 [info] [command][82f3de05-7f7d-4e36-9800-b9e8da3d7a2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""82f3de05-7f7d-4e36-9800-b9e8da3d7a2d""}\n2025-07-28 16:56:17.370 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][90cc206b-d3c0-40a2-a911-090c8e1eeb05] received connection request\n2025-07-28 16:56:17.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:56:17.419 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][90cc206b-d3c0-40a2-a911-090c8e1eeb05] socks forwarding established\n2025-07-28 16:56:17.466 [info] [command][82f3de05-7f7d-4e36-9800-b9e8da3d7a2d] Process exited with code 0\n2025-07-28 16:56:17.467 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][90cc206b-d3c0-40a2-a911-090c8e1eeb05] socks connection closed\n2025-07-28 16:56:17.467 [info] [command][82f3de05-7f7d-4e36-9800-b9e8da3d7a2d] Socket close event received\n2025-07-28 16:56:17.509 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49985 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:57:17.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:57:17.475 [info] [command][88a01029-69af-4f7c-8a84-a16851500642] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""88a01029-69af-4f7c-8a84-a16851500642""}\n2025-07-28 16:57:17.476 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c1f32824-324b-44ce-9e2e-0050702c6a0c] received connection request\n2025-07-28 16:57:17.476 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:57:17.520 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c1f32824-324b-44ce-9e2e-0050702c6a0c] socks forwarding established\n2025-07-28 16:57:17.567 [info] [command][88a01029-69af-4f7c-8a84-a16851500642] Process exited with code 0\n2025-07-28 16:57:17.567 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c1f32824-324b-44ce-9e2e-0050702c6a0c] socks connection closed\n2025-07-28 16:57:17.567 [info] [command][88a01029-69af-4f7c-8a84-a16851500642] Socket close event received\n2025-07-28 16:57:17.607 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50014 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:58:17.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:58:17.577 [info] [command][f567dc6a-30c9-4427-9239-0531b4f09332] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f567dc6a-30c9-4427-9239-0531b4f09332""}\n2025-07-28 16:58:17.578 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a808a5d6-70ad-402c-bc7a-684b437fa0af] received connection request\n2025-07-28 16:58:17.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:58:17.624 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a808a5d6-70ad-402c-bc7a-684b437fa0af] socks forwarding established\n2025-07-28 16:58:17.670 [info] [command][f567dc6a-30c9-4427-9239-0531b4f09332] Process exited with code 0\n2025-07-28 16:58:17.671 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a808a5d6-70ad-402c-bc7a-684b437fa0af] socks connection closed\n2025-07-28 16:58:17.671 [info] [command][f567dc6a-30c9-4427-9239-0531b4f09332] Socket close event received\n2025-07-28 16:58:17.710 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50044 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 16:59:17.671 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 16:59:17.673 [info] [command][b84bfa36-6c28-4c99-b3ad-de24a8714d44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b84bfa36-6c28-4c99-b3ad-de24a8714d44""}\n2025-07-28 16:59:17.674 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dc6bf779-60c6-4364-ba77-f695d4adc8fa] received connection request\n2025-07-28 16:59:17.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 16:59:17.729 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dc6bf779-60c6-4364-ba77-f695d4adc8fa] socks forwarding established\n2025-07-28 16:59:17.774 [info] [command][b84bfa36-6c28-4c99-b3ad-de24a8714d44] Process exited with code 0\n2025-07-28 16:59:17.774 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dc6bf779-60c6-4364-ba77-f695d4adc8fa] socks connection closed\n2025-07-28 16:59:17.774 [info] [command][b84bfa36-6c28-4c99-b3ad-de24a8714d44] Socket close event received\n2025-07-28 16:59:17.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50061 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:00:17.784 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:00:17.787 [info] [command][1c0fda3b-d1db-4b22-a656-143e2f2eab67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1c0fda3b-d1db-4b22-a656-143e2f2eab67""}\n2025-07-28 17:00:17.788 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ea794979-ac3d-4212-89ed-845bca41691d] received connection request\n2025-07-28 17:00:17.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:00:17.831 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ea794979-ac3d-4212-89ed-845bca41691d] socks forwarding established\n2025-07-28 17:00:17.880 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ea794979-ac3d-4212-89ed-845bca41691d] socks connection closed\n2025-07-28 17:00:17.880 [info] [command][1c0fda3b-d1db-4b22-a656-143e2f2eab67] Process exited with code 0\n2025-07-28 17:00:17.880 [info] [command][1c0fda3b-d1db-4b22-a656-143e2f2eab67] Socket close event received\n2025-07-28 17:00:17.921 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50084 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:01:17.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:01:17.883 [info] [command][892b8a56-8336-421c-9778-f89a35747933] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""892b8a56-8336-421c-9778-f89a35747933""}\n2025-07-28 17:01:17.884 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][599ee744-0587-4480-b752-002f2364e171] received connection request\n2025-07-28 17:01:17.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:01:18.068 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][599ee744-0587-4480-b752-002f2364e171] socks forwarding established\n2025-07-28 17:01:18.113 [info] [command][892b8a56-8336-421c-9778-f89a35747933] Process exited with code 0\n2025-07-28 17:01:18.114 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][599ee744-0587-4480-b752-002f2364e171] socks connection closed\n2025-07-28 17:01:18.114 [info] [command][892b8a56-8336-421c-9778-f89a35747933] Socket close event received\n2025-07-28 17:01:18.155 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50102 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:02:18.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:02:18.125 [info] [command][432fd8df-5205-4570-b697-573190b766fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""432fd8df-5205-4570-b697-573190b766fc""}\n2025-07-28 17:02:18.126 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][621ae95f-e118-4164-b268-1747bdff868c] received connection request\n2025-07-28 17:02:18.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:02:18.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][621ae95f-e118-4164-b268-1747bdff868c] socks forwarding established\n2025-07-28 17:02:18.215 [info] [command][432fd8df-5205-4570-b697-573190b766fc] Process exited with code 0\n2025-07-28 17:02:18.216 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][621ae95f-e118-4164-b268-1747bdff868c] socks connection closed\n2025-07-28 17:02:18.216 [info] [command][432fd8df-5205-4570-b697-573190b766fc] Socket close event received\n2025-07-28 17:02:18.256 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50142 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:03:18.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:03:18.220 [info] [command][d3d37303-3c18-4d62-b064-adf35a9188f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d3d37303-3c18-4d62-b064-adf35a9188f6""}\n2025-07-28 17:03:18.220 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9facf90f-d00e-490d-8e2c-4942c5765cf2] received connection request\n2025-07-28 17:03:18.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:03:18.267 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9facf90f-d00e-490d-8e2c-4942c5765cf2] socks forwarding established\n2025-07-28 17:03:18.364 [info] [command][d3d37303-3c18-4d62-b064-adf35a9188f6] Process exited with code 0\n2025-07-28 17:03:18.364 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9facf90f-d00e-490d-8e2c-4942c5765cf2] socks connection closed\n2025-07-28 17:03:18.364 [info] [command][d3d37303-3c18-4d62-b064-adf35a9188f6] Socket close event received\n2025-07-28 17:03:18.404 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50177 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:04:18.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:04:18.378 [info] [command][9d41e99a-9126-4473-b0e1-5a19abd98630] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9d41e99a-9126-4473-b0e1-5a19abd98630""}\n2025-07-28 17:04:18.379 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][469deaef-e0e1-4766-b098-e38c08e5dff9] received connection request\n2025-07-28 17:04:18.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:04:18.420 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][469deaef-e0e1-4766-b098-e38c08e5dff9] socks forwarding established\n2025-07-28 17:04:18.470 [info] [command][9d41e99a-9126-4473-b0e1-5a19abd98630] Process exited with code 0\n2025-07-28 17:04:18.470 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][469deaef-e0e1-4766-b098-e38c08e5dff9] socks connection closed\n2025-07-28 17:04:18.470 [info] [command][9d41e99a-9126-4473-b0e1-5a19abd98630] Socket close event received\n2025-07-28 17:04:18.510 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50201 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:05:18.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:05:18.476 [info] [command][dbd8f08e-a043-4685-bf41-e69d5316ac54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dbd8f08e-a043-4685-bf41-e69d5316ac54""}\n2025-07-28 17:05:18.477 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][de8b7011-3c56-43b3-8f77-170972726c13] received connection request\n2025-07-28 17:05:18.477 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:05:18.551 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][de8b7011-3c56-43b3-8f77-170972726c13] socks forwarding established\n2025-07-28 17:05:18.597 [info] [command][dbd8f08e-a043-4685-bf41-e69d5316ac54] Process exited with code 0\n2025-07-28 17:05:18.597 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][de8b7011-3c56-43b3-8f77-170972726c13] socks connection closed\n2025-07-28 17:05:18.597 [info] [command][dbd8f08e-a043-4685-bf41-e69d5316ac54] Socket close event received\n2025-07-28 17:05:18.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50229 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:06:18.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:06:18.610 [info] [command][428eef73-2e2c-4806-8b78-b1c61d409d0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""428eef73-2e2c-4806-8b78-b1c61d409d0f""}\n2025-07-28 17:06:18.611 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][08576004-4842-4651-9e20-d6aced7f8cb3] received connection request\n2025-07-28 17:06:18.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:06:18.660 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][08576004-4842-4651-9e20-d6aced7f8cb3] socks forwarding established\n2025-07-28 17:06:18.704 [info] [command][428eef73-2e2c-4806-8b78-b1c61d409d0f] Process exited with code 0\n2025-07-28 17:06:18.704 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][08576004-4842-4651-9e20-d6aced7f8cb3] socks connection closed\n2025-07-28 17:06:18.704 [info] [command][428eef73-2e2c-4806-8b78-b1c61d409d0f] Socket close event received\n2025-07-28 17:06:18.743 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50247 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:07:18.712 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:07:18.713 [info] [command][82c0b0db-edf3-43ce-b82e-9d0a36df75c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""82c0b0db-edf3-43ce-b82e-9d0a36df75c0""}\n2025-07-28 17:07:18.714 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9957d50e-ead8-4429-b41f-e9631095def5] received connection request\n2025-07-28 17:07:18.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:07:18.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9957d50e-ead8-4429-b41f-e9631095def5] socks forwarding established\n2025-07-28 17:07:18.804 [info] [command][82c0b0db-edf3-43ce-b82e-9d0a36df75c0] Process exited with code 0\n2025-07-28 17:07:18.805 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9957d50e-ead8-4429-b41f-e9631095def5] socks connection closed\n2025-07-28 17:07:18.805 [info] [command][82c0b0db-edf3-43ce-b82e-9d0a36df75c0] Socket close event received\n2025-07-28 17:07:18.845 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50280 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:08:18.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:08:18.810 [info] [command][5794a9bc-64c5-4e94-82a3-3d9d3a9375ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5794a9bc-64c5-4e94-82a3-3d9d3a9375ff""}\n2025-07-28 17:08:18.811 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f4a82aa0-6d2a-497b-8865-d3e891d41607] received connection request\n2025-07-28 17:08:18.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:08:18.854 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4a82aa0-6d2a-497b-8865-d3e891d41607] socks forwarding established\n2025-07-28 17:08:18.900 [info] [command][5794a9bc-64c5-4e94-82a3-3d9d3a9375ff] Process exited with code 0\n2025-07-28 17:08:18.900 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4a82aa0-6d2a-497b-8865-d3e891d41607] socks connection closed\n2025-07-28 17:08:18.900 [info] [command][5794a9bc-64c5-4e94-82a3-3d9d3a9375ff] Socket close event received\n2025-07-28 17:08:18.942 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50310 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:09:18.907 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:09:18.909 [info] [command][1e024fef-a277-4b44-9174-e281989ca80b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1e024fef-a277-4b44-9174-e281989ca80b""}\n2025-07-28 17:09:18.909 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][536bff5c-0147-4bd0-b269-82efbeb59379] received connection request\n2025-07-28 17:09:18.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:09:18.953 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][536bff5c-0147-4bd0-b269-82efbeb59379] socks forwarding established\n2025-07-28 17:09:18.998 [info] [command][1e024fef-a277-4b44-9174-e281989ca80b] Process exited with code 0\n2025-07-28 17:09:18.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][536bff5c-0147-4bd0-b269-82efbeb59379] socks connection closed\n2025-07-28 17:09:18.998 [info] [command][1e024fef-a277-4b44-9174-e281989ca80b] Socket close event received\n2025-07-28 17:09:19.038 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50326 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:10:19.004 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:10:19.006 [info] [command][ec0c2775-1ac6-4c99-8261-22e6aa1f4033] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ec0c2775-1ac6-4c99-8261-22e6aa1f4033""}\n2025-07-28 17:10:19.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c0334958-500c-4506-8c9b-aef2cf4d7116] received connection request\n2025-07-28 17:10:19.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:10:19.095 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0334958-500c-4506-8c9b-aef2cf4d7116] socks forwarding established\n2025-07-28 17:10:19.141 [info] [command][ec0c2775-1ac6-4c99-8261-22e6aa1f4033] Process exited with code 0\n2025-07-28 17:10:19.142 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0334958-500c-4506-8c9b-aef2cf4d7116] socks connection closed\n2025-07-28 17:10:19.142 [info] [command][ec0c2775-1ac6-4c99-8261-22e6aa1f4033] Socket close event received\n2025-07-28 17:10:19.183 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50339 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:11:19.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:11:19.147 [info] [command][fb73c925-ec10-4c54-8b38-a72af6566516] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fb73c925-ec10-4c54-8b38-a72af6566516""}\n2025-07-28 17:11:19.147 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2a1e183f-64f3-41f6-be6d-ad5591fb6e2d] received connection request\n2025-07-28 17:11:19.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:11:19.194 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2a1e183f-64f3-41f6-be6d-ad5591fb6e2d] socks forwarding established\n2025-07-28 17:11:19.238 [info] [command][fb73c925-ec10-4c54-8b38-a72af6566516] Process exited with code 0\n2025-07-28 17:11:19.239 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2a1e183f-64f3-41f6-be6d-ad5591fb6e2d] socks connection closed\n2025-07-28 17:11:19.239 [info] [command][fb73c925-ec10-4c54-8b38-a72af6566516] Socket close event received\n2025-07-28 17:11:19.279 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50352 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:12:19.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:12:19.250 [info] [command][a7fd1f6d-149d-414c-bf54-f5ef99566ad4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a7fd1f6d-149d-414c-bf54-f5ef99566ad4""}\n2025-07-28 17:12:19.250 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][791c6974-cb8d-4f77-bdb2-c29de11ff211] received connection request\n2025-07-28 17:12:19.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:12:19.291 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][791c6974-cb8d-4f77-bdb2-c29de11ff211] socks forwarding established\n2025-07-28 17:12:19.336 [info] [command][a7fd1f6d-149d-414c-bf54-f5ef99566ad4] Process exited with code 0\n2025-07-28 17:12:19.336 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][791c6974-cb8d-4f77-bdb2-c29de11ff211] socks connection closed\n2025-07-28 17:12:19.336 [info] [command][a7fd1f6d-149d-414c-bf54-f5ef99566ad4] Socket close event received\n2025-07-28 17:12:19.377 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50378 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:13:19.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:13:19.339 [info] [command][1d6b415d-3adc-47ac-9bfe-05a4fee6aee5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1d6b415d-3adc-47ac-9bfe-05a4fee6aee5""}\n2025-07-28 17:13:19.340 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f0a249c3-e22b-440d-bb71-6dff1202082e] received connection request\n2025-07-28 17:13:19.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:13:19.611 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f0a249c3-e22b-440d-bb71-6dff1202082e] socks forwarding established\n2025-07-28 17:13:19.659 [info] [command][1d6b415d-3adc-47ac-9bfe-05a4fee6aee5] Process exited with code 0\n2025-07-28 17:13:19.659 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f0a249c3-e22b-440d-bb71-6dff1202082e] socks connection closed\n2025-07-28 17:13:19.660 [info] [command][1d6b415d-3adc-47ac-9bfe-05a4fee6aee5] Socket close event received\n2025-07-28 17:13:19.699 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50413 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:14:19.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:14:19.671 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9e5092f8-3ff3-49a3-9188-a8b83800510f] received connection request\n2025-07-28 17:14:19.671 [info] [command][130db1db-c071-4e91-9d8b-8391163f08a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""130db1db-c071-4e91-9d8b-8391163f08a7""}\n2025-07-28 17:14:19.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:14:19.717 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9e5092f8-3ff3-49a3-9188-a8b83800510f] socks forwarding established\n2025-07-28 17:14:19.761 [info] [command][130db1db-c071-4e91-9d8b-8391163f08a7] Process exited with code 0\n2025-07-28 17:14:19.761 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9e5092f8-3ff3-49a3-9188-a8b83800510f] socks connection closed\n2025-07-28 17:14:19.762 [info] [command][130db1db-c071-4e91-9d8b-8391163f08a7] Socket close event received\n2025-07-28 17:14:19.804 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50435 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:15:19.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:15:19.775 [info] [command][00d8b126-3c5e-49bf-9c2a-d23ead6f3e51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""00d8b126-3c5e-49bf-9c2a-d23ead6f3e51""}\n2025-07-28 17:15:19.775 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][53b1eb9f-92b0-4623-aec3-4f579a38d0ff] received connection request\n2025-07-28 17:15:19.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:15:19.929 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][53b1eb9f-92b0-4623-aec3-4f579a38d0ff] socks forwarding established\n2025-07-28 17:15:19.977 [info] [command][00d8b126-3c5e-49bf-9c2a-d23ead6f3e51] Process exited with code 0\n2025-07-28 17:15:19.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][53b1eb9f-92b0-4623-aec3-4f579a38d0ff] socks connection closed\n2025-07-28 17:15:19.977 [info] [command][00d8b126-3c5e-49bf-9c2a-d23ead6f3e51] Socket close event received\n2025-07-28 17:15:20.022 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50449 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:16:19.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:16:19.982 [info] [command][80914bdd-4030-4022-8fb4-b941ff3d1e69] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""80914bdd-4030-4022-8fb4-b941ff3d1e69""}\n2025-07-28 17:16:19.982 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][61b78197-acb8-41d5-8b02-d4eb600564c8] received connection request\n2025-07-28 17:16:19.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:16:20.025 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][61b78197-acb8-41d5-8b02-d4eb600564c8] socks forwarding established\n2025-07-28 17:16:20.070 [info] [command][80914bdd-4030-4022-8fb4-b941ff3d1e69] Process exited with code 0\n2025-07-28 17:16:20.070 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][61b78197-acb8-41d5-8b02-d4eb600564c8] socks connection closed\n2025-07-28 17:16:20.070 [info] [command][80914bdd-4030-4022-8fb4-b941ff3d1e69] Socket close event received\n2025-07-28 17:16:20.110 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50463 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:17:20.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:17:20.075 [info] [command][c054a627-9ad7-4727-8e5e-6f9bfbe7386e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c054a627-9ad7-4727-8e5e-6f9bfbe7386e""}\n2025-07-28 17:17:20.075 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0037303f-b2c2-4ef6-8f3f-9ad4a16b2215] received connection request\n2025-07-28 17:17:20.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:17:20.118 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0037303f-b2c2-4ef6-8f3f-9ad4a16b2215] socks forwarding established\n2025-07-28 17:17:20.164 [info] [command][c054a627-9ad7-4727-8e5e-6f9bfbe7386e] Process exited with code 0\n2025-07-28 17:17:20.164 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0037303f-b2c2-4ef6-8f3f-9ad4a16b2215] socks connection closed\n2025-07-28 17:17:20.164 [info] [command][c054a627-9ad7-4727-8e5e-6f9bfbe7386e] Socket close event received\n2025-07-28 17:17:20.206 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50492 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:18:20.173 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:18:20.175 [info] [command][f144f193-3853-491c-9144-f8ef142f1633] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f144f193-3853-491c-9144-f8ef142f1633""}\n2025-07-28 17:18:20.176 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][336abdb4-4150-4ed3-8790-697131820178] received connection request\n2025-07-28 17:18:20.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:18:20.221 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][336abdb4-4150-4ed3-8790-697131820178] socks forwarding established\n2025-07-28 17:18:20.266 [info] [command][f144f193-3853-491c-9144-f8ef142f1633] Process exited with code 0\n2025-07-28 17:18:20.267 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][336abdb4-4150-4ed3-8790-697131820178] socks connection closed\n2025-07-28 17:18:20.267 [info] [command][f144f193-3853-491c-9144-f8ef142f1633] Socket close event received\n2025-07-28 17:18:20.306 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50538 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:19:20.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:19:20.274 [info] [command][3ae4765f-a282-401f-9baf-c822ef00835e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3ae4765f-a282-401f-9baf-c822ef00835e""}\n2025-07-28 17:19:20.275 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4e909296-111c-49f6-9a07-b95769213943] received connection request\n2025-07-28 17:19:20.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:19:20.450 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4e909296-111c-49f6-9a07-b95769213943] socks forwarding established\n2025-07-28 17:19:20.496 [info] [command][3ae4765f-a282-401f-9baf-c822ef00835e] Process exited with code 0\n2025-07-28 17:19:20.496 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4e909296-111c-49f6-9a07-b95769213943] socks connection closed\n2025-07-28 17:19:20.496 [info] [command][3ae4765f-a282-401f-9baf-c822ef00835e] Socket close event received\n2025-07-28 17:19:20.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50553 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:20:20.502 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:20:20.504 [info] [command][acbadec6-627e-4619-9021-5a97448b9594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""acbadec6-627e-4619-9021-5a97448b9594""}\n2025-07-28 17:20:20.505 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][98887ec2-6f39-4ee2-a685-c4270768e057] received connection request\n2025-07-28 17:20:20.506 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 17:20:20.507 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:20:20.550 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][98887ec2-6f39-4ee2-a685-c4270768e057] socks forwarding established\n2025-07-28 17:20:20.596 [info] [command][acbadec6-627e-4619-9021-5a97448b9594] Process exited with code 0\n2025-07-28 17:20:20.596 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][98887ec2-6f39-4ee2-a685-c4270768e057] socks connection closed\n2025-07-28 17:20:20.596 [info] [command][acbadec6-627e-4619-9021-5a97448b9594] Socket close event received\n2025-07-28 17:20:20.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50587 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:21:20.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:21:20.599 [info] [command][c78587e1-b353-4c77-8642-d833fa1959a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c78587e1-b353-4c77-8642-d833fa1959a3""}\n2025-07-28 17:21:20.600 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][20f48d0d-ac41-469f-acd6-e1cd14c07779] received connection request\n2025-07-28 17:21:20.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:21:20.642 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][20f48d0d-ac41-469f-acd6-e1cd14c07779] socks forwarding established\n2025-07-28 17:21:20.688 [info] [command][c78587e1-b353-4c77-8642-d833fa1959a3] Process exited with code 0\n2025-07-28 17:21:20.688 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][20f48d0d-ac41-469f-acd6-e1cd14c07779] socks connection closed\n2025-07-28 17:21:20.688 [info] [command][c78587e1-b353-4c77-8642-d833fa1959a3] Socket close event received\n2025-07-28 17:21:20.729 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50606 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:22:20.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:22:20.695 [info] [command][88f80128-3e73-4342-82ea-3c86370f7259] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""88f80128-3e73-4342-82ea-3c86370f7259""}\n2025-07-28 17:22:20.696 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9d848526-d378-495c-9c2e-b3fa9bfe10f8] received connection request\n2025-07-28 17:22:20.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:22:20.815 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9d848526-d378-495c-9c2e-b3fa9bfe10f8] socks forwarding established\n2025-07-28 17:22:20.864 [info] [command][88f80128-3e73-4342-82ea-3c86370f7259] Process exited with code 0\n2025-07-28 17:22:20.864 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9d848526-d378-495c-9c2e-b3fa9bfe10f8] socks connection closed\n2025-07-28 17:22:20.864 [info] [command][88f80128-3e73-4342-82ea-3c86370f7259] Socket close event received\n2025-07-28 17:22:20.946 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50642 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:23:20.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:23:20.869 [info] [command][17ee3f32-582e-4c2a-a1f0-c3c5e3ce5369] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""17ee3f32-582e-4c2a-a1f0-c3c5e3ce5369""}\n2025-07-28 17:23:20.870 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ed4af732-a4cc-4f57-916a-4e0d84e995e7] received connection request\n2025-07-28 17:23:20.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 17:23:20.871 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:23:20.911 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ed4af732-a4cc-4f57-916a-4e0d84e995e7] socks forwarding established\n2025-07-28 17:23:20.955 [info] [command][17ee3f32-582e-4c2a-a1f0-c3c5e3ce5369] Process exited with code 0\n2025-07-28 17:23:20.955 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ed4af732-a4cc-4f57-916a-4e0d84e995e7] socks connection closed\n2025-07-28 17:23:20.955 [info] [command][17ee3f32-582e-4c2a-a1f0-c3c5e3ce5369] Socket close event received\n2025-07-28 17:23:20.996 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50674 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:24:20.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:24:20.959 [info] [command][3abea80b-b344-46c0-992a-d45a64820a35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3abea80b-b344-46c0-992a-d45a64820a35""}\n2025-07-28 17:24:20.960 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4f50668e-b113-416f-b440-d74718805cc5] received connection request\n2025-07-28 17:24:20.960 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:24:21.028 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f50668e-b113-416f-b440-d74718805cc5] socks forwarding established\n2025-07-28 17:24:21.074 [info] [command][3abea80b-b344-46c0-992a-d45a64820a35] Process exited with code 0\n2025-07-28 17:24:21.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f50668e-b113-416f-b440-d74718805cc5] socks connection closed\n2025-07-28 17:24:21.075 [info] [command][3abea80b-b344-46c0-992a-d45a64820a35] Socket close event received\n2025-07-28 17:24:21.120 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50696 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:25:21.075 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:25:21.077 [info] [command][ac909020-b4d6-4274-b34c-c7ed28b05634] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ac909020-b4d6-4274-b34c-c7ed28b05634""}\n2025-07-28 17:25:21.077 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e7918783-5ea9-47ff-a834-ece4bf878bb0] received connection request\n2025-07-28 17:25:21.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:25:21.118 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e7918783-5ea9-47ff-a834-ece4bf878bb0] socks forwarding established\n2025-07-28 17:25:21.166 [info] [command][ac909020-b4d6-4274-b34c-c7ed28b05634] Process exited with code 0\n2025-07-28 17:25:21.166 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e7918783-5ea9-47ff-a834-ece4bf878bb0] socks connection closed\n2025-07-28 17:25:21.166 [info] [command][ac909020-b4d6-4274-b34c-c7ed28b05634] Socket close event received\n2025-07-28 17:25:21.312 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50720 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:26:21.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:26:21.174 [info] [command][1b8a7c42-0422-4fda-96bc-e9b8547d012f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1b8a7c42-0422-4fda-96bc-e9b8547d012f""}\n2025-07-28 17:26:21.175 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][54a56391-d466-4346-ab79-b8cd8044a6ef] received connection request\n2025-07-28 17:26:21.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:26:21.226 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][54a56391-d466-4346-ab79-b8cd8044a6ef] socks forwarding established\n2025-07-28 17:26:21.272 [info] [command][1b8a7c42-0422-4fda-96bc-e9b8547d012f] Process exited with code 0\n2025-07-28 17:26:21.273 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][54a56391-d466-4346-ab79-b8cd8044a6ef] socks connection closed\n2025-07-28 17:26:21.273 [info] [command][1b8a7c42-0422-4fda-96bc-e9b8547d012f] Socket close event received\n2025-07-28 17:26:21.312 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50741 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:27:21.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:27:21.277 [info] [command][531d9b1d-f02d-440d-b517-0bc986ffff11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""531d9b1d-f02d-440d-b517-0bc986ffff11""}\n2025-07-28 17:27:21.278 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][220c04da-d8c8-47d2-83ed-a90364493a89] received connection request\n2025-07-28 17:27:21.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:27:21.327 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][220c04da-d8c8-47d2-83ed-a90364493a89] socks forwarding established\n2025-07-28 17:27:21.373 [info] [command][531d9b1d-f02d-440d-b517-0bc986ffff11] Process exited with code 0\n2025-07-28 17:27:21.373 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][220c04da-d8c8-47d2-83ed-a90364493a89] socks connection closed\n2025-07-28 17:27:21.373 [info] [command][531d9b1d-f02d-440d-b517-0bc986ffff11] Socket close event received\n2025-07-28 17:27:21.414 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50774 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:28:21.374 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:28:21.376 [info] [command][71b5eb05-8741-4dc1-a088-15cb3b4736e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""71b5eb05-8741-4dc1-a088-15cb3b4736e4""}\n2025-07-28 17:28:21.377 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][46320b32-d695-4846-9003-e0ec9a23fff0] received connection request\n2025-07-28 17:28:21.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:28:21.419 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46320b32-d695-4846-9003-e0ec9a23fff0] socks forwarding established\n2025-07-28 17:28:21.467 [info] [command][71b5eb05-8741-4dc1-a088-15cb3b4736e4] Process exited with code 0\n2025-07-28 17:28:21.468 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46320b32-d695-4846-9003-e0ec9a23fff0] socks connection closed\n2025-07-28 17:28:21.468 [info] [command][71b5eb05-8741-4dc1-a088-15cb3b4736e4] Socket close event received\n2025-07-28 17:28:21.509 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50804 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:29:21.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:29:21.474 [info] [command][30764cc9-a807-4b1d-aa90-786d0e801963] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""30764cc9-a807-4b1d-aa90-786d0e801963""}\n2025-07-28 17:29:21.475 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6e57ba4d-0880-43ce-ad5c-21f8d6ddaf02] received connection request\n2025-07-28 17:29:21.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:29:21.518 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6e57ba4d-0880-43ce-ad5c-21f8d6ddaf02] socks forwarding established\n2025-07-28 17:29:21.564 [info] [command][30764cc9-a807-4b1d-aa90-786d0e801963] Process exited with code 0\n2025-07-28 17:29:21.564 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6e57ba4d-0880-43ce-ad5c-21f8d6ddaf02] socks connection closed\n2025-07-28 17:29:21.564 [info] [command][30764cc9-a807-4b1d-aa90-786d0e801963] Socket close event received\n2025-07-28 17:29:21.706 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50822 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:30:21.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:30:21.572 [info] [command][a8281acf-9aea-4ef0-89cf-deefd002a43c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a8281acf-9aea-4ef0-89cf-deefd002a43c""}\n2025-07-28 17:30:21.573 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ba1d8358-903e-4ef7-ab04-40c2753860f9] received connection request\n2025-07-28 17:30:21.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:30:21.616 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ba1d8358-903e-4ef7-ab04-40c2753860f9] socks forwarding established\n2025-07-28 17:30:21.662 [info] [command][a8281acf-9aea-4ef0-89cf-deefd002a43c] Process exited with code 0\n2025-07-28 17:30:21.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ba1d8358-903e-4ef7-ab04-40c2753860f9] socks connection closed\n2025-07-28 17:30:21.662 [info] [command][a8281acf-9aea-4ef0-89cf-deefd002a43c] Socket close event received\n2025-07-28 17:30:21.702 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50838 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:31:21.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:31:21.671 [info] [command][6cd2d969-2608-499e-80fe-27116d397228] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6cd2d969-2608-499e-80fe-27116d397228""}\n2025-07-28 17:31:21.672 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][34b5d034-4ba0-4553-a06d-bb421cdbabd9] received connection request\n2025-07-28 17:31:21.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:31:21.726 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][34b5d034-4ba0-4553-a06d-bb421cdbabd9] socks forwarding established\n2025-07-28 17:31:21.776 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][34b5d034-4ba0-4553-a06d-bb421cdbabd9] socks connection closed\n2025-07-28 17:31:21.776 [info] [command][6cd2d969-2608-499e-80fe-27116d397228] Process exited with code 0\n2025-07-28 17:31:21.776 [info] [command][6cd2d969-2608-499e-80fe-27116d397228] Socket close event received\n2025-07-28 17:31:21.915 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50860 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:32:21.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:32:21.781 [info] [command][22951e98-26c3-45b1-ae32-c52f69680330] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""22951e98-26c3-45b1-ae32-c52f69680330""}\n2025-07-28 17:32:21.782 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5a737fea-9bd4-4b96-99cc-dc258dbdd4a5] received connection request\n2025-07-28 17:32:21.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 17:32:21.783 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:32:21.829 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5a737fea-9bd4-4b96-99cc-dc258dbdd4a5] socks forwarding established\n2025-07-28 17:32:21.876 [info] [command][22951e98-26c3-45b1-ae32-c52f69680330] Process exited with code 0\n2025-07-28 17:32:21.877 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5a737fea-9bd4-4b96-99cc-dc258dbdd4a5] socks connection closed\n2025-07-28 17:32:21.877 [info] [command][22951e98-26c3-45b1-ae32-c52f69680330] Socket close event received\n2025-07-28 17:32:21.917 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50891 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:33:21.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:33:21.882 [info] [command][d60044d5-dc2e-410b-8074-885a9d111750] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d60044d5-dc2e-410b-8074-885a9d111750""}\n2025-07-28 17:33:21.883 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d717d7d6-56b4-4327-bc70-e835ea5778c6] received connection request\n2025-07-28 17:33:21.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:33:22.166 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d717d7d6-56b4-4327-bc70-e835ea5778c6] socks forwarding established\n2025-07-28 17:33:22.356 [info] [command][d60044d5-dc2e-410b-8074-885a9d111750] Process exited with code 0\n2025-07-28 17:33:22.357 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d717d7d6-56b4-4327-bc70-e835ea5778c6] socks connection closed\n2025-07-28 17:33:22.357 [info] [command][d60044d5-dc2e-410b-8074-885a9d111750] Socket close event received\n2025-07-28 17:33:22.399 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50924 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:34:22.362 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:34:22.365 [info] [command][a50a1322-710a-438e-ab9a-ff7f4c78c71c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a50a1322-710a-438e-ab9a-ff7f4c78c71c""}\n2025-07-28 17:34:22.366 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][84c9db0e-d855-4fdd-8515-3611d04fad07] received connection request\n2025-07-28 17:34:22.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:34:22.409 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84c9db0e-d855-4fdd-8515-3611d04fad07] socks forwarding established\n2025-07-28 17:34:22.455 [info] [command][a50a1322-710a-438e-ab9a-ff7f4c78c71c] Process exited with code 0\n2025-07-28 17:34:22.456 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84c9db0e-d855-4fdd-8515-3611d04fad07] socks connection closed\n2025-07-28 17:34:22.456 [info] [command][a50a1322-710a-438e-ab9a-ff7f4c78c71c] Socket close event received\n2025-07-28 17:34:22.498 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50959 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:35:22.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:35:22.461 [info] [command][2a132622-f0eb-4442-ac65-1c5f1bdde32a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2a132622-f0eb-4442-ac65-1c5f1bdde32a""}\n2025-07-28 17:35:22.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e27702ce-917c-4fb8-b71f-03682269c4c6] received connection request\n2025-07-28 17:35:22.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:35:22.519 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e27702ce-917c-4fb8-b71f-03682269c4c6] socks forwarding established\n2025-07-28 17:35:22.564 [info] [command][2a132622-f0eb-4442-ac65-1c5f1bdde32a] Process exited with code 0\n2025-07-28 17:35:22.565 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e27702ce-917c-4fb8-b71f-03682269c4c6] socks connection closed\n2025-07-28 17:35:22.565 [info] [command][2a132622-f0eb-4442-ac65-1c5f1bdde32a] Socket close event received\n2025-07-28 17:35:22.604 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50978 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:36:22.568 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:36:22.570 [info] [command][ce275790-ebba-4125-902a-4f30a64aa0f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ce275790-ebba-4125-902a-4f30a64aa0f1""}\n2025-07-28 17:36:22.571 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f31875e4-203d-4d32-a9f4-7473ba57841d] received connection request\n2025-07-28 17:36:22.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:36:22.615 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f31875e4-203d-4d32-a9f4-7473ba57841d] socks forwarding established\n2025-07-28 17:36:22.660 [info] [command][ce275790-ebba-4125-902a-4f30a64aa0f1] Process exited with code 0\n2025-07-28 17:36:22.660 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f31875e4-203d-4d32-a9f4-7473ba57841d] socks connection closed\n2025-07-28 17:36:22.660 [info] [command][ce275790-ebba-4125-902a-4f30a64aa0f1] Socket close event received\n2025-07-28 17:36:22.702 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51010 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:37:22.662 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:37:22.665 [info] [command][fd1271dc-21d3-423e-8281-391dabfe64f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fd1271dc-21d3-423e-8281-391dabfe64f3""}\n2025-07-28 17:37:22.666 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4b01d653-d784-409c-a1d0-bd1e75da54c0] received connection request\n2025-07-28 17:37:22.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:37:22.726 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4b01d653-d784-409c-a1d0-bd1e75da54c0] socks forwarding established\n2025-07-28 17:37:22.775 [info] [command][fd1271dc-21d3-423e-8281-391dabfe64f3] Process exited with code 0\n2025-07-28 17:37:22.776 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4b01d653-d784-409c-a1d0-bd1e75da54c0] socks connection closed\n2025-07-28 17:37:22.776 [info] [command][fd1271dc-21d3-423e-8281-391dabfe64f3] Socket close event received\n2025-07-28 17:37:22.817 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51068 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:38:22.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:38:22.784 [info] [command][e5b980b6-0aeb-45c2-8b1f-0ea6f156b4d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e5b980b6-0aeb-45c2-8b1f-0ea6f156b4d4""}\n2025-07-28 17:38:22.785 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][20ba68f7-543d-4144-897b-190a05af86c6] received connection request\n2025-07-28 17:38:22.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:38:22.832 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][20ba68f7-543d-4144-897b-190a05af86c6] socks forwarding established\n2025-07-28 17:38:22.880 [info] [command][e5b980b6-0aeb-45c2-8b1f-0ea6f156b4d4] Process exited with code 0\n2025-07-28 17:38:22.880 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][20ba68f7-543d-4144-897b-190a05af86c6] socks connection closed\n2025-07-28 17:38:22.881 [info] [command][e5b980b6-0aeb-45c2-8b1f-0ea6f156b4d4] Socket close event received\n2025-07-28 17:38:22.920 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51107 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:39:22.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:39:22.883 [info] [command][0bd30079-090a-479e-a31f-b6ec04d42494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0bd30079-090a-479e-a31f-b6ec04d42494""}\n2025-07-28 17:39:22.883 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c0bf8ced-7aa6-4858-881a-311127589371] received connection request\n2025-07-28 17:39:22.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:39:22.926 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0bf8ced-7aa6-4858-881a-311127589371] socks forwarding established\n2025-07-28 17:39:22.973 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0bf8ced-7aa6-4858-881a-311127589371] socks connection closed\n2025-07-28 17:39:22.973 [info] [command][0bd30079-090a-479e-a31f-b6ec04d42494] Process exited with code 0\n2025-07-28 17:39:22.973 [info] [command][0bd30079-090a-479e-a31f-b6ec04d42494] Socket close event received\n2025-07-28 17:39:23.013 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51125 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:40:22.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:40:22.981 [info] [command][285de804-3a71-44c2-97f4-97caa620c9ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""285de804-3a71-44c2-97f4-97caa620c9ad""}\n2025-07-28 17:40:22.982 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8a0f9e71-e825-4261-90c1-1c2721b78ecf] received connection request\n2025-07-28 17:40:22.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:40:23.097 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8a0f9e71-e825-4261-90c1-1c2721b78ecf] socks forwarding established\n2025-07-28 17:40:23.143 [info] [command][285de804-3a71-44c2-97f4-97caa620c9ad] Process exited with code 0\n2025-07-28 17:40:23.144 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8a0f9e71-e825-4261-90c1-1c2721b78ecf] socks connection closed\n2025-07-28 17:40:23.144 [info] [command][285de804-3a71-44c2-97f4-97caa620c9ad] Socket close event received\n2025-07-28 17:40:23.182 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51153 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:41:23.149 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:41:23.152 [info] [command][1bb709d6-5fb8-40c5-8b13-fa67dedddde5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1bb709d6-5fb8-40c5-8b13-fa67dedddde5""}\n2025-07-28 17:41:23.152 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ea9ed01f-756b-4f99-854d-8689514b0673] received connection request\n2025-07-28 17:41:23.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:41:23.194 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ea9ed01f-756b-4f99-854d-8689514b0673] socks forwarding established\n2025-07-28 17:41:23.239 [info] [command][1bb709d6-5fb8-40c5-8b13-fa67dedddde5] Process exited with code 0\n2025-07-28 17:41:23.239 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ea9ed01f-756b-4f99-854d-8689514b0673] socks connection closed\n2025-07-28 17:41:23.239 [info] [command][1bb709d6-5fb8-40c5-8b13-fa67dedddde5] Socket close event received\n2025-07-28 17:41:23.279 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51171 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:42:23.244 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:42:23.246 [info] [command][92542424-c842-4bc6-9a8e-9e9e04513bb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""92542424-c842-4bc6-9a8e-9e9e04513bb8""}\n2025-07-28 17:42:23.246 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fc69222b-0fc9-4b0e-b730-8ef2872c349c] received connection request\n2025-07-28 17:42:23.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:42:23.291 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fc69222b-0fc9-4b0e-b730-8ef2872c349c] socks forwarding established\n2025-07-28 17:42:23.336 [info] [command][92542424-c842-4bc6-9a8e-9e9e04513bb8] Process exited with code 0\n2025-07-28 17:42:23.336 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fc69222b-0fc9-4b0e-b730-8ef2872c349c] socks connection closed\n2025-07-28 17:42:23.336 [info] [command][92542424-c842-4bc6-9a8e-9e9e04513bb8] Socket close event received\n2025-07-28 17:42:23.379 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51207 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:43:23.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:43:23.342 [info] [command][9f5ee496-4a7c-458a-ab2c-dbab821fbebc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9f5ee496-4a7c-458a-ab2c-dbab821fbebc""}\n2025-07-28 17:43:23.343 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][64872592-275a-495c-9499-d6fd0a7fa5f2] received connection request\n2025-07-28 17:43:23.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 17:43:23.343 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:43:23.394 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][64872592-275a-495c-9499-d6fd0a7fa5f2] socks forwarding established\n2025-07-28 17:43:23.439 [info] [command][9f5ee496-4a7c-458a-ab2c-dbab821fbebc] Process exited with code 0\n2025-07-28 17:43:23.439 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][64872592-275a-495c-9499-d6fd0a7fa5f2] socks connection closed\n2025-07-28 17:43:23.439 [info] [command][9f5ee496-4a7c-458a-ab2c-dbab821fbebc] Socket close event received\n2025-07-28 17:43:23.479 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51236 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:44:23.445 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:44:23.448 [info] [command][4da9e1c7-6c08-4551-aac8-c88e0a10d4ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4da9e1c7-6c08-4551-aac8-c88e0a10d4ae""}\n2025-07-28 17:44:23.449 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ff6abc21-b6a5-4185-a1e5-0dbfb739b3d1] received connection request\n2025-07-28 17:44:23.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:44:23.490 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ff6abc21-b6a5-4185-a1e5-0dbfb739b3d1] socks forwarding established\n2025-07-28 17:44:23.535 [info] [command][4da9e1c7-6c08-4551-aac8-c88e0a10d4ae] Process exited with code 0\n2025-07-28 17:44:23.535 [info] [command][4da9e1c7-6c08-4551-aac8-c88e0a10d4ae] Socket close event received\n2025-07-28 17:44:23.536 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ff6abc21-b6a5-4185-a1e5-0dbfb739b3d1] socks connection closed\n2025-07-28 17:44:23.576 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51283 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:45:23.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:45:23.541 [info] [command][326229c4-8e82-4005-b6e4-8ef8b38945a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""326229c4-8e82-4005-b6e4-8ef8b38945a6""}\n2025-07-28 17:45:23.542 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][806b6cb3-9af9-479b-9f99-b128cd9adf5c] received connection request\n2025-07-28 17:45:23.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:45:23.586 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][806b6cb3-9af9-479b-9f99-b128cd9adf5c] socks forwarding established\n2025-07-28 17:45:23.686 [info] [command][326229c4-8e82-4005-b6e4-8ef8b38945a6] Process exited with code 0\n2025-07-28 17:45:23.687 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][806b6cb3-9af9-479b-9f99-b128cd9adf5c] socks connection closed\n2025-07-28 17:45:23.687 [info] [command][326229c4-8e82-4005-b6e4-8ef8b38945a6] Socket close event received\n2025-07-28 17:45:23.730 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51302 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:46:23.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:46:23.694 [info] [command][49ceb0ed-d606-4fa4-92cd-f71aa149d5e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""49ceb0ed-d606-4fa4-92cd-f71aa149d5e8""}\n2025-07-28 17:46:23.695 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f12abb30-6586-41b2-8c64-93c4761b20b9] received connection request\n2025-07-28 17:46:23.695 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:46:23.736 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f12abb30-6586-41b2-8c64-93c4761b20b9] socks forwarding established\n2025-07-28 17:46:23.781 [info] [command][49ceb0ed-d606-4fa4-92cd-f71aa149d5e8] Process exited with code 0\n2025-07-28 17:46:23.782 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f12abb30-6586-41b2-8c64-93c4761b20b9] socks connection closed\n2025-07-28 17:46:23.782 [info] [command][49ceb0ed-d606-4fa4-92cd-f71aa149d5e8] Socket close event received\n2025-07-28 17:46:23.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51321 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:47:23.785 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:47:23.789 [info] [command][b813b3dd-5d4f-44b0-96ea-0ce9b5886607] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b813b3dd-5d4f-44b0-96ea-0ce9b5886607""}\n2025-07-28 17:47:23.790 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b58dc692-81c9-441e-9810-b954b544666b] received connection request\n2025-07-28 17:47:23.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:47:23.836 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b58dc692-81c9-441e-9810-b954b544666b] socks forwarding established\n2025-07-28 17:47:23.899 [info] [command][b813b3dd-5d4f-44b0-96ea-0ce9b5886607] Process exited with code 0\n2025-07-28 17:47:23.900 [info] [command][b813b3dd-5d4f-44b0-96ea-0ce9b5886607] Socket close event received\n2025-07-28 17:47:23.901 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b58dc692-81c9-441e-9810-b954b544666b] socks connection closed\n2025-07-28 17:47:23.952 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51351 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:48:23.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:48:23.905 [info] [command][c7631a32-e33b-475b-90f8-edabe07b3e36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c7631a32-e33b-475b-90f8-edabe07b3e36""}\n2025-07-28 17:48:23.906 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c427b34b-357a-484f-9e1b-bba85c6bf120] received connection request\n2025-07-28 17:48:23.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:48:23.957 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c427b34b-357a-484f-9e1b-bba85c6bf120] socks forwarding established\n2025-07-28 17:48:24.070 [info] [command][c7631a32-e33b-475b-90f8-edabe07b3e36] Process exited with code 0\n2025-07-28 17:48:24.070 [info] [command][c7631a32-e33b-475b-90f8-edabe07b3e36] Socket close event received\n2025-07-28 17:48:24.073 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c427b34b-357a-484f-9e1b-bba85c6bf120] socks connection closed\n2025-07-28 17:48:24.185 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51381 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:49:24.076 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:49:24.079 [info] [command][0387abcf-d758-48f8-b957-65a51125d248] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0387abcf-d758-48f8-b957-65a51125d248""}\n2025-07-28 17:49:24.080 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0bb7632d-7218-44b5-80ba-85f849a90ea0] received connection request\n2025-07-28 17:49:24.082 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:49:24.129 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0bb7632d-7218-44b5-80ba-85f849a90ea0] socks forwarding established\n2025-07-28 17:49:24.176 [info] [command][0387abcf-d758-48f8-b957-65a51125d248] Process exited with code 0\n2025-07-28 17:49:24.176 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0bb7632d-7218-44b5-80ba-85f849a90ea0] socks connection closed\n2025-07-28 17:49:24.176 [info] [command][0387abcf-d758-48f8-b957-65a51125d248] Socket close event received\n2025-07-28 17:49:24.216 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51397 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:50:24.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:50:24.182 [info] [command][f6a7dc6c-9558-4a49-ae0f-46242dcc4e2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f6a7dc6c-9558-4a49-ae0f-46242dcc4e2d""}\n2025-07-28 17:50:24.183 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f696d2d8-a2e6-453c-bfb1-7137344663c3] received connection request\n2025-07-28 17:50:24.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:50:24.231 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f696d2d8-a2e6-453c-bfb1-7137344663c3] socks forwarding established\n2025-07-28 17:50:24.280 [info] [command][f6a7dc6c-9558-4a49-ae0f-46242dcc4e2d] Process exited with code 0\n2025-07-28 17:50:24.281 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f696d2d8-a2e6-453c-bfb1-7137344663c3] socks connection closed\n2025-07-28 17:50:24.281 [info] [command][f6a7dc6c-9558-4a49-ae0f-46242dcc4e2d] Socket close event received\n2025-07-28 17:50:24.320 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51417 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:51:24.285 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:51:24.289 [info] [command][1b4c8f7b-44bf-4573-a4c1-3a0bacc5394d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1b4c8f7b-44bf-4573-a4c1-3a0bacc5394d""}\n2025-07-28 17:51:24.290 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1e31e79a-df14-4de4-93a3-fb48d78775ed] received connection request\n2025-07-28 17:51:24.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:51:24.348 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1e31e79a-df14-4de4-93a3-fb48d78775ed] socks forwarding established\n2025-07-28 17:51:24.486 [info] [command][1b4c8f7b-44bf-4573-a4c1-3a0bacc5394d] Process exited with code 0\n2025-07-28 17:51:24.487 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1e31e79a-df14-4de4-93a3-fb48d78775ed] socks connection closed\n2025-07-28 17:51:24.487 [info] [command][1b4c8f7b-44bf-4573-a4c1-3a0bacc5394d] Socket close event received\n2025-07-28 17:51:24.532 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51435 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:52:24.492 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:52:24.495 [info] [command][1cace2d7-2a43-46de-b5b9-9767615ed7f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1cace2d7-2a43-46de-b5b9-9767615ed7f8""}\n2025-07-28 17:52:24.496 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ddae2040-9207-4af0-9161-6cd3061f43f4] received connection request\n2025-07-28 17:52:24.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 17:52:24.497 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:52:24.542 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddae2040-9207-4af0-9161-6cd3061f43f4] socks forwarding established\n2025-07-28 17:52:24.587 [info] [command][1cace2d7-2a43-46de-b5b9-9767615ed7f8] Process exited with code 0\n2025-07-28 17:52:24.588 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ddae2040-9207-4af0-9161-6cd3061f43f4] socks connection closed\n2025-07-28 17:52:24.588 [info] [command][1cace2d7-2a43-46de-b5b9-9767615ed7f8] Socket close event received\n2025-07-28 17:52:24.628 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51469 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:53:24.593 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:53:24.597 [info] [command][43e9a757-749a-40cf-a697-d10314bdad31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""43e9a757-749a-40cf-a697-d10314bdad31""}\n2025-07-28 17:53:24.598 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][263ed423-989e-46d3-ade8-4c6a7fc6ccf6] received connection request\n2025-07-28 17:53:24.599 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:53:24.645 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][263ed423-989e-46d3-ade8-4c6a7fc6ccf6] socks forwarding established\n2025-07-28 17:53:24.697 [info] [command][43e9a757-749a-40cf-a697-d10314bdad31] Process exited with code 0\n2025-07-28 17:53:24.697 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][263ed423-989e-46d3-ade8-4c6a7fc6ccf6] socks connection closed\n2025-07-28 17:53:24.697 [info] [command][43e9a757-749a-40cf-a697-d10314bdad31] Socket close event received\n2025-07-28 17:53:24.741 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51505 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:54:24.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:54:24.703 [info] [command][c73d37b4-3dd0-45f2-9f88-e3950cccdf50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c73d37b4-3dd0-45f2-9f88-e3950cccdf50""}\n2025-07-28 17:54:24.704 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4c1a4c88-bb53-45fb-81c6-3360d29300a1] received connection request\n2025-07-28 17:54:24.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:54:24.748 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c1a4c88-bb53-45fb-81c6-3360d29300a1] socks forwarding established\n2025-07-28 17:54:24.850 [info] [command][c73d37b4-3dd0-45f2-9f88-e3950cccdf50] Process exited with code 0\n2025-07-28 17:54:24.850 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c1a4c88-bb53-45fb-81c6-3360d29300a1] socks connection closed\n2025-07-28 17:54:24.850 [info] [command][c73d37b4-3dd0-45f2-9f88-e3950cccdf50] Socket close event received\n2025-07-28 17:54:24.890 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51545 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:55:24.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:55:24.856 [info] [command][c994bf73-6925-43e5-b183-a245dc769b87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c994bf73-6925-43e5-b183-a245dc769b87""}\n2025-07-28 17:55:24.856 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1c2d7d3c-0057-468b-8d27-9c29fbe06fa4] received connection request\n2025-07-28 17:55:24.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:55:24.899 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1c2d7d3c-0057-468b-8d27-9c29fbe06fa4] socks forwarding established\n2025-07-28 17:55:24.955 [info] [command][c994bf73-6925-43e5-b183-a245dc769b87] Process exited with code 0\n2025-07-28 17:55:24.956 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1c2d7d3c-0057-468b-8d27-9c29fbe06fa4] socks connection closed\n2025-07-28 17:55:24.956 [info] [command][c994bf73-6925-43e5-b183-a245dc769b87] Socket close event received\n2025-07-28 17:55:24.997 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51567 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:56:24.962 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:56:24.965 [info] [command][e10c7b8a-e39e-48b0-a74e-19385e033ed5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e10c7b8a-e39e-48b0-a74e-19385e033ed5""}\n2025-07-28 17:56:24.966 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][818403cb-7a41-4fb4-bfbd-0feee7beae97] received connection request\n2025-07-28 17:56:24.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 17:56:24.967 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:56:25.009 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][818403cb-7a41-4fb4-bfbd-0feee7beae97] socks forwarding established\n2025-07-28 17:56:25.064 [info] [command][e10c7b8a-e39e-48b0-a74e-19385e033ed5] Process exited with code 0\n2025-07-28 17:56:25.064 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][818403cb-7a41-4fb4-bfbd-0feee7beae97] socks connection closed\n2025-07-28 17:56:25.064 [info] [command][e10c7b8a-e39e-48b0-a74e-19385e033ed5] Socket close event received\n2025-07-28 17:56:25.105 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51584 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:57:25.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:57:25.071 [info] [command][250e5c80-a071-48ae-93d5-478410773235] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""250e5c80-a071-48ae-93d5-478410773235""}\n2025-07-28 17:57:25.072 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4f5badcb-ac08-4273-8049-d291df27fab0] received connection request\n2025-07-28 17:57:25.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:57:25.188 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f5badcb-ac08-4273-8049-d291df27fab0] socks forwarding established\n2025-07-28 17:57:25.234 [info] [command][250e5c80-a071-48ae-93d5-478410773235] Process exited with code 0\n2025-07-28 17:57:25.234 [info] [command][250e5c80-a071-48ae-93d5-478410773235] Socket close event received\n2025-07-28 17:57:25.235 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f5badcb-ac08-4273-8049-d291df27fab0] socks connection closed\n2025-07-28 17:57:25.276 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51619 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:58:25.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:58:25.243 [info] [command][8106e694-4214-429d-936f-b339a3881cb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8106e694-4214-429d-936f-b339a3881cb7""}\n2025-07-28 17:58:25.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4e96e360-b54c-40c3-b6c1-c243c9baa928] received connection request\n2025-07-28 17:58:25.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:58:25.288 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4e96e360-b54c-40c3-b6c1-c243c9baa928] socks forwarding established\n2025-07-28 17:58:25.331 [info] [command][8106e694-4214-429d-936f-b339a3881cb7] Process exited with code 0\n2025-07-28 17:58:25.331 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4e96e360-b54c-40c3-b6c1-c243c9baa928] socks connection closed\n2025-07-28 17:58:25.331 [info] [command][8106e694-4214-429d-936f-b339a3881cb7] Socket close event received\n2025-07-28 17:58:25.369 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51681 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 17:59:25.334 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 17:59:25.337 [info] [command][8636877a-521d-4f9c-a090-0b2a1dbcd821] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8636877a-521d-4f9c-a090-0b2a1dbcd821""}\n2025-07-28 17:59:25.338 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][43ddcd5a-0d98-47bc-9c2a-d9b6f7b0fc17] received connection request\n2025-07-28 17:59:25.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 17:59:25.383 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43ddcd5a-0d98-47bc-9c2a-d9b6f7b0fc17] socks forwarding established\n2025-07-28 17:59:25.437 [info] [command][8636877a-521d-4f9c-a090-0b2a1dbcd821] Process exited with code 0\n2025-07-28 17:59:25.437 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43ddcd5a-0d98-47bc-9c2a-d9b6f7b0fc17] socks connection closed\n2025-07-28 17:59:25.437 [info] [command][8636877a-521d-4f9c-a090-0b2a1dbcd821] Socket close event received\n2025-07-28 17:59:25.488 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51727 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:00:25.440 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:00:25.443 [info] [command][d57c8b1c-382c-47c6-a7fc-28538baef880] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d57c8b1c-382c-47c6-a7fc-28538baef880""}\n2025-07-28 18:00:25.444 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][10e111e3-5d10-47cd-81b1-0bc4e85ff986] received connection request\n2025-07-28 18:00:25.444 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:00:25.488 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][10e111e3-5d10-47cd-81b1-0bc4e85ff986] socks forwarding established\n2025-07-28 18:00:25.542 [info] [command][d57c8b1c-382c-47c6-a7fc-28538baef880] Process exited with code 0\n2025-07-28 18:00:25.543 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][10e111e3-5d10-47cd-81b1-0bc4e85ff986] socks connection closed\n2025-07-28 18:00:25.544 [info] [command][d57c8b1c-382c-47c6-a7fc-28538baef880] Socket close event received\n2025-07-28 18:00:25.588 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51749 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:01:25.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:01:25.549 [info] [command][b531891a-e4e8-4a0c-afd6-cdf3c81a27e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b531891a-e4e8-4a0c-afd6-cdf3c81a27e9""}\n2025-07-28 18:01:25.550 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f1838992-0211-4426-a45e-96405f0b12a3] received connection request\n2025-07-28 18:01:25.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:01:25.591 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f1838992-0211-4426-a45e-96405f0b12a3] socks forwarding established\n2025-07-28 18:01:25.636 [info] [command][b531891a-e4e8-4a0c-afd6-cdf3c81a27e9] Process exited with code 0\n2025-07-28 18:01:25.637 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f1838992-0211-4426-a45e-96405f0b12a3] socks connection closed\n2025-07-28 18:01:25.637 [info] [command][b531891a-e4e8-4a0c-afd6-cdf3c81a27e9] Socket close event received\n2025-07-28 18:01:25.677 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51768 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:02:25.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:02:25.646 [info] [command][a8361e7d-1bd4-45ac-8fef-e7c1f2bc7bb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a8361e7d-1bd4-45ac-8fef-e7c1f2bc7bb8""}\n2025-07-28 18:02:25.647 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1a67a5ce-19c8-4377-b67c-1345d4f9a431] received connection request\n2025-07-28 18:02:25.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:02:25.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1a67a5ce-19c8-4377-b67c-1345d4f9a431] socks forwarding established\n2025-07-28 18:02:25.757 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1a67a5ce-19c8-4377-b67c-1345d4f9a431] socks connection closed\n2025-07-28 18:02:25.758 [info] [command][a8361e7d-1bd4-45ac-8fef-e7c1f2bc7bb8] Process exited with code 0\n2025-07-28 18:02:25.758 [info] [command][a8361e7d-1bd4-45ac-8fef-e7c1f2bc7bb8] Socket close event received\n2025-07-28 18:02:25.801 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51803 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:03:25.760 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:03:25.763 [info] [command][35a5080b-7053-4a7f-a6ad-3780dc4dfeb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""35a5080b-7053-4a7f-a6ad-3780dc4dfeb5""}\n2025-07-28 18:03:25.764 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f2caaf86-966b-45d2-8f10-d8521a9018cf] received connection request\n2025-07-28 18:03:25.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:03:25.810 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2caaf86-966b-45d2-8f10-d8521a9018cf] socks forwarding established\n2025-07-28 18:03:25.859 [info] [command][35a5080b-7053-4a7f-a6ad-3780dc4dfeb5] Process exited with code 0\n2025-07-28 18:03:25.859 [info] [command][35a5080b-7053-4a7f-a6ad-3780dc4dfeb5] Socket close event received\n2025-07-28 18:03:25.860 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2caaf86-966b-45d2-8f10-d8521a9018cf] socks connection closed\n2025-07-28 18:03:25.902 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51846 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:04:25.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:04:25.863 [info] [command][6243328e-7d63-4e0c-b71a-0f9b0c14a437] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6243328e-7d63-4e0c-b71a-0f9b0c14a437""}\n2025-07-28 18:04:25.864 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1b47433d-3810-45f7-9b16-c52aaeed1c0b] received connection request\n2025-07-28 18:04:25.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:04:25.904 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1b47433d-3810-45f7-9b16-c52aaeed1c0b] socks forwarding established\n2025-07-28 18:04:25.949 [info] [command][6243328e-7d63-4e0c-b71a-0f9b0c14a437] Process exited with code 0\n2025-07-28 18:04:25.949 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1b47433d-3810-45f7-9b16-c52aaeed1c0b] socks connection closed\n2025-07-28 18:04:25.949 [info] [command][6243328e-7d63-4e0c-b71a-0f9b0c14a437] Socket close event received\n2025-07-28 18:04:25.988 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51870 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:05:25.952 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:05:25.955 [info] [command][c1d992f1-f022-4725-96ff-8822b1d67ab5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c1d992f1-f022-4725-96ff-8822b1d67ab5""}\n2025-07-28 18:05:25.956 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7d6326ab-ef4f-4e9f-a329-97bf64dbe4c5] received connection request\n2025-07-28 18:05:25.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:05:26.000 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7d6326ab-ef4f-4e9f-a329-97bf64dbe4c5] socks forwarding established\n2025-07-28 18:05:26.048 [info] [command][c1d992f1-f022-4725-96ff-8822b1d67ab5] Process exited with code 0\n2025-07-28 18:05:26.049 [info] [command][c1d992f1-f022-4725-96ff-8822b1d67ab5] Socket close event received\n2025-07-28 18:05:26.049 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7d6326ab-ef4f-4e9f-a329-97bf64dbe4c5] socks connection closed\n2025-07-28 18:05:26.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51912 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:06:26.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:06:26.054 [info] [command][6eb108e7-d75c-4127-acc9-59dd4de8eb3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6eb108e7-d75c-4127-acc9-59dd4de8eb3a""}\n2025-07-28 18:06:26.054 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][99ea3bd6-1614-4b59-af6b-2a0b0e5172a5] received connection request\n2025-07-28 18:06:26.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:06:26.097 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][99ea3bd6-1614-4b59-af6b-2a0b0e5172a5] socks forwarding established\n2025-07-28 18:06:26.145 [info] [command][6eb108e7-d75c-4127-acc9-59dd4de8eb3a] Process exited with code 0\n2025-07-28 18:06:26.145 [info] [command][6eb108e7-d75c-4127-acc9-59dd4de8eb3a] Socket close event received\n2025-07-28 18:06:26.146 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][99ea3bd6-1614-4b59-af6b-2a0b0e5172a5] socks connection closed\n2025-07-28 18:06:26.195 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51933 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:07:26.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:07:26.150 [info] [command][1fa7083e-6e73-40ac-ace4-1f54866fc0da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1fa7083e-6e73-40ac-ace4-1f54866fc0da""}\n2025-07-28 18:07:26.151 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bc1536eb-227c-4381-a88e-0e2633e2536b] received connection request\n2025-07-28 18:07:26.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:07:26.194 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bc1536eb-227c-4381-a88e-0e2633e2536b] socks forwarding established\n2025-07-28 18:07:26.238 [info] [command][1fa7083e-6e73-40ac-ace4-1f54866fc0da] Process exited with code 0\n2025-07-28 18:07:26.238 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bc1536eb-227c-4381-a88e-0e2633e2536b] socks connection closed\n2025-07-28 18:07:26.238 [info] [command][1fa7083e-6e73-40ac-ace4-1f54866fc0da] Socket close event received\n2025-07-28 18:07:26.277 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51975 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:08:26.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:08:26.242 [info] [command][859650dc-f625-4a9f-8a0b-6c0919304f6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""859650dc-f625-4a9f-8a0b-6c0919304f6b""}\n2025-07-28 18:08:26.243 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][154e40d2-067d-4d2f-a2ab-4ef528c228b1] received connection request\n2025-07-28 18:08:26.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:08:26.288 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][154e40d2-067d-4d2f-a2ab-4ef528c228b1] socks forwarding established\n2025-07-28 18:08:26.334 [info] [command][859650dc-f625-4a9f-8a0b-6c0919304f6b] Process exited with code 0\n2025-07-28 18:08:26.335 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][154e40d2-067d-4d2f-a2ab-4ef528c228b1] socks connection closed\n2025-07-28 18:08:26.335 [info] [command][859650dc-f625-4a9f-8a0b-6c0919304f6b] Socket close event received\n2025-07-28 18:08:26.376 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52029 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:09:26.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:09:26.342 [info] [command][e91ce831-3f5d-4927-96f7-db6de1cb72e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e91ce831-3f5d-4927-96f7-db6de1cb72e8""}\n2025-07-28 18:09:26.343 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][01741b56-1955-402b-8439-06cd85800c4b] received connection request\n2025-07-28 18:09:26.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:09:26.388 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][01741b56-1955-402b-8439-06cd85800c4b] socks forwarding established\n2025-07-28 18:09:26.432 [info] [command][e91ce831-3f5d-4927-96f7-db6de1cb72e8] Process exited with code 0\n2025-07-28 18:09:26.432 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][01741b56-1955-402b-8439-06cd85800c4b] socks connection closed\n2025-07-28 18:09:26.432 [info] [command][e91ce831-3f5d-4927-96f7-db6de1cb72e8] Socket close event received\n2025-07-28 18:09:26.475 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52050 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:10:26.433 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:10:26.436 [info] [command][a6e08eb0-f716-4aa7-bb9f-6ec05c5f8ec1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a6e08eb0-f716-4aa7-bb9f-6ec05c5f8ec1""}\n2025-07-28 18:10:26.437 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b78a6765-1c32-403f-9502-aeb690fe5f06] received connection request\n2025-07-28 18:10:26.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:10:26.483 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b78a6765-1c32-403f-9502-aeb690fe5f06] socks forwarding established\n2025-07-28 18:10:26.606 [info] [command][a6e08eb0-f716-4aa7-bb9f-6ec05c5f8ec1] Process exited with code 0\n2025-07-28 18:10:26.607 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b78a6765-1c32-403f-9502-aeb690fe5f06] socks connection closed\n2025-07-28 18:10:26.607 [info] [command][a6e08eb0-f716-4aa7-bb9f-6ec05c5f8ec1] Socket close event received\n2025-07-28 18:10:26.651 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52076 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:11:26.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:11:26.611 [info] [command][e28d8e99-6602-45cd-ba6d-cb62200cbabc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e28d8e99-6602-45cd-ba6d-cb62200cbabc""}\n2025-07-28 18:11:26.611 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0de73da5-2179-4872-b3f7-0898b3d0ed51] received connection request\n2025-07-28 18:11:26.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:11:26.654 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0de73da5-2179-4872-b3f7-0898b3d0ed51] socks forwarding established\n2025-07-28 18:11:26.697 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0de73da5-2179-4872-b3f7-0898b3d0ed51] socks connection closed\n2025-07-28 18:11:26.698 [info] [command][e28d8e99-6602-45cd-ba6d-cb62200cbabc] Process exited with code 0\n2025-07-28 18:11:26.698 [info] [command][e28d8e99-6602-45cd-ba6d-cb62200cbabc] Socket close event received\n2025-07-28 18:11:26.738 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52107 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:12:26.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:12:26.707 [info] [command][7ab35524-c5d8-4ec5-b956-17b3c2d5d8fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7ab35524-c5d8-4ec5-b956-17b3c2d5d8fc""}\n2025-07-28 18:12:26.708 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2076d68f-081b-4c40-ba85-5d7ccb29597f] received connection request\n2025-07-28 18:12:26.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:12:26.753 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2076d68f-081b-4c40-ba85-5d7ccb29597f] socks forwarding established\n2025-07-28 18:12:26.806 [info] [command][7ab35524-c5d8-4ec5-b956-17b3c2d5d8fc] Process exited with code 0\n2025-07-28 18:12:26.807 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2076d68f-081b-4c40-ba85-5d7ccb29597f] socks connection closed\n2025-07-28 18:12:26.807 [info] [command][7ab35524-c5d8-4ec5-b956-17b3c2d5d8fc] Socket close event received\n2025-07-28 18:12:26.847 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52149 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:13:26.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:13:26.815 [info] [command][64e341df-c230-490a-a8a6-3049cef46047] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""64e341df-c230-490a-a8a6-3049cef46047""}\n2025-07-28 18:13:26.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a331a133-30cb-424a-8812-e3eae727d298] received connection request\n2025-07-28 18:13:26.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:13:26.869 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a331a133-30cb-424a-8812-e3eae727d298] socks forwarding established\n2025-07-28 18:13:26.916 [info] [command][64e341df-c230-490a-a8a6-3049cef46047] Process exited with code 0\n2025-07-28 18:13:26.916 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a331a133-30cb-424a-8812-e3eae727d298] socks connection closed\n2025-07-28 18:13:26.916 [info] [command][64e341df-c230-490a-a8a6-3049cef46047] Socket close event received\n2025-07-28 18:13:26.958 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52190 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:14:26.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:14:26.925 [info] [command][2e3ba43a-f4a9-464d-8e2f-81cd7818fcb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2e3ba43a-f4a9-464d-8e2f-81cd7818fcb7""}\n2025-07-28 18:14:26.925 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][62e3e9bc-7e3d-4e91-be46-607ce2965dde] received connection request\n2025-07-28 18:14:26.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:14:26.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][62e3e9bc-7e3d-4e91-be46-607ce2965dde] socks forwarding established\n2025-07-28 18:14:27.018 [info] [command][2e3ba43a-f4a9-464d-8e2f-81cd7818fcb7] Process exited with code 0\n2025-07-28 18:14:27.018 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][62e3e9bc-7e3d-4e91-be46-607ce2965dde] socks connection closed\n2025-07-28 18:14:27.018 [info] [command][2e3ba43a-f4a9-464d-8e2f-81cd7818fcb7] Socket close event received\n2025-07-28 18:14:27.060 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52215 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:15:27.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:15:27.026 [info] [command][c624c0fd-e273-47a6-af2b-895f14e6d639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c624c0fd-e273-47a6-af2b-895f14e6d639""}\n2025-07-28 18:15:27.027 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][58c1bcfe-5a56-40c2-8635-22f085587efa] received connection request\n2025-07-28 18:15:27.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:15:27.193 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][58c1bcfe-5a56-40c2-8635-22f085587efa] socks forwarding established\n2025-07-28 18:15:27.238 [info] [command][c624c0fd-e273-47a6-af2b-895f14e6d639] Process exited with code 0\n2025-07-28 18:15:27.239 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][58c1bcfe-5a56-40c2-8635-22f085587efa] socks connection closed\n2025-07-28 18:15:27.239 [info] [command][c624c0fd-e273-47a6-af2b-895f14e6d639] Socket close event received\n2025-07-28 18:15:27.277 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52230 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:16:27.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:16:27.247 [info] [command][dbd129ec-cfb7-4fb5-a03c-171778c55375] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dbd129ec-cfb7-4fb5-a03c-171778c55375""}\n2025-07-28 18:16:27.248 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7442534e-b2fc-44ea-968d-c1bbc6ec0e04] received connection request\n2025-07-28 18:16:27.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:16:27.293 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7442534e-b2fc-44ea-968d-c1bbc6ec0e04] socks forwarding established\n2025-07-28 18:16:27.352 [info] [command][dbd129ec-cfb7-4fb5-a03c-171778c55375] Process exited with code 0\n2025-07-28 18:16:27.353 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7442534e-b2fc-44ea-968d-c1bbc6ec0e04] socks connection closed\n2025-07-28 18:16:27.353 [info] [command][dbd129ec-cfb7-4fb5-a03c-171778c55375] Socket close event received\n2025-07-28 18:16:27.395 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52246 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:17:27.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:17:27.361 [info] [command][1df500f3-c666-4446-b0db-b299093dce20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1df500f3-c666-4446-b0db-b299093dce20""}\n2025-07-28 18:17:27.362 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][303149ab-a29b-48c4-951c-1ec2be9dbbf6] received connection request\n2025-07-28 18:17:27.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:17:27.514 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][303149ab-a29b-48c4-951c-1ec2be9dbbf6] socks forwarding established\n2025-07-28 18:17:27.654 [info] [command][1df500f3-c666-4446-b0db-b299093dce20] Process exited with code 0\n2025-07-28 18:17:27.654 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][303149ab-a29b-48c4-951c-1ec2be9dbbf6] socks connection closed\n2025-07-28 18:17:27.654 [info] [command][1df500f3-c666-4446-b0db-b299093dce20] Socket close event received\n2025-07-28 18:17:27.694 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52277 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:18:27.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:18:27.659 [info] [command][5c6f83e9-7a0c-41d4-918c-fc676fb28d43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5c6f83e9-7a0c-41d4-918c-fc676fb28d43""}\n2025-07-28 18:18:27.660 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f354c7fe-1322-4cea-96b4-d2dc4e1b6d95] received connection request\n2025-07-28 18:18:27.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:18:27.702 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f354c7fe-1322-4cea-96b4-d2dc4e1b6d95] socks forwarding established\n2025-07-28 18:18:27.747 [info] [command][5c6f83e9-7a0c-41d4-918c-fc676fb28d43] Process exited with code 0\n2025-07-28 18:18:27.748 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f354c7fe-1322-4cea-96b4-d2dc4e1b6d95] socks connection closed\n2025-07-28 18:18:27.748 [info] [command][5c6f83e9-7a0c-41d4-918c-fc676fb28d43] Socket close event received\n2025-07-28 18:18:27.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52306 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:19:27.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:19:27.757 [info] [command][4cbc275d-cd74-4324-8ccf-07f6692a367f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4cbc275d-cd74-4324-8ccf-07f6692a367f""}\n2025-07-28 18:19:27.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a0dc1641-3c9d-44af-a2db-09afdfe85f82] received connection request\n2025-07-28 18:19:27.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:19:27.808 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0dc1641-3c9d-44af-a2db-09afdfe85f82] socks forwarding established\n2025-07-28 18:19:27.853 [info] [command][4cbc275d-cd74-4324-8ccf-07f6692a367f] Process exited with code 0\n2025-07-28 18:19:27.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0dc1641-3c9d-44af-a2db-09afdfe85f82] socks connection closed\n2025-07-28 18:19:27.853 [info] [command][4cbc275d-cd74-4324-8ccf-07f6692a367f] Socket close event received\n2025-07-28 18:19:27.967 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52329 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:20:27.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:20:27.863 [info] [command][7c2170ec-4fe0-4354-a009-0e28a7a0f23d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7c2170ec-4fe0-4354-a009-0e28a7a0f23d""}\n2025-07-28 18:20:27.863 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][48fbb649-279a-4a37-a1ee-592184bc69d4] received connection request\n2025-07-28 18:20:27.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:20:27.906 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][48fbb649-279a-4a37-a1ee-592184bc69d4] socks forwarding established\n2025-07-28 18:20:27.954 [info] [command][7c2170ec-4fe0-4354-a009-0e28a7a0f23d] Process exited with code 0\n2025-07-28 18:20:27.955 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][48fbb649-279a-4a37-a1ee-592184bc69d4] socks connection closed\n2025-07-28 18:20:27.955 [info] [command][7c2170ec-4fe0-4354-a009-0e28a7a0f23d] Socket close event received\n2025-07-28 18:20:27.995 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52352 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:21:27.958 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:21:27.961 [info] [command][46d12b04-2763-41ed-ac0d-45098d9b7ebb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""46d12b04-2763-41ed-ac0d-45098d9b7ebb""}\n2025-07-28 18:21:27.962 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a7593a80-d6d5-432f-9e82-0d35c0f4bc13] received connection request\n2025-07-28 18:21:27.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:21:28.004 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a7593a80-d6d5-432f-9e82-0d35c0f4bc13] socks forwarding established\n2025-07-28 18:21:28.052 [info] [command][46d12b04-2763-41ed-ac0d-45098d9b7ebb] Process exited with code 0\n2025-07-28 18:21:28.052 [info] [command][46d12b04-2763-41ed-ac0d-45098d9b7ebb] Socket close event received\n2025-07-28 18:21:28.053 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a7593a80-d6d5-432f-9e82-0d35c0f4bc13] socks connection closed\n2025-07-28 18:21:28.094 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52373 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:22:28.058 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:22:28.060 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bfd6e279-7ce2-442a-bca4-d33bcb9bd3f8] received connection request\n2025-07-28 18:22:28.061 [info] [command][59c88d60-a297-4c8f-bc3d-c2afd4c11fe4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""59c88d60-a297-4c8f-bc3d-c2afd4c11fe4""}\n2025-07-28 18:22:28.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:22:28.103 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bfd6e279-7ce2-442a-bca4-d33bcb9bd3f8] socks forwarding established\n2025-07-28 18:22:28.153 [info] [command][59c88d60-a297-4c8f-bc3d-c2afd4c11fe4] Process exited with code 0\n2025-07-28 18:22:28.153 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bfd6e279-7ce2-442a-bca4-d33bcb9bd3f8] socks connection closed\n2025-07-28 18:22:28.153 [info] [command][59c88d60-a297-4c8f-bc3d-c2afd4c11fe4] Socket close event received\n2025-07-28 18:22:28.193 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52409 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:23:28.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:23:28.157 [info] [command][404104cb-fe17-4175-953b-12185a00581b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""404104cb-fe17-4175-953b-12185a00581b""}\n2025-07-28 18:23:28.157 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d0df167a-497d-43aa-816c-103cd94596cc] received connection request\n2025-07-28 18:23:28.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:23:28.247 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d0df167a-497d-43aa-816c-103cd94596cc] socks forwarding established\n2025-07-28 18:23:28.303 [info] [command][404104cb-fe17-4175-953b-12185a00581b] Process exited with code 0\n2025-07-28 18:23:28.303 [info] [command][404104cb-fe17-4175-953b-12185a00581b] Socket close event received\n2025-07-28 18:23:28.304 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d0df167a-497d-43aa-816c-103cd94596cc] socks connection closed\n2025-07-28 18:23:28.405 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52452 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:24:28.307 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:24:28.310 [info] [command][d010aad3-4d1a-424b-8485-32ce4c609b9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d010aad3-4d1a-424b-8485-32ce4c609b9b""}\n2025-07-28 18:24:28.311 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3edd7d8e-305c-474d-88ca-51e54e0bb9e1] received connection request\n2025-07-28 18:24:28.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:24:28.372 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3edd7d8e-305c-474d-88ca-51e54e0bb9e1] socks forwarding established\n2025-07-28 18:24:28.420 [info] [command][d010aad3-4d1a-424b-8485-32ce4c609b9b] Process exited with code 0\n2025-07-28 18:24:28.421 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3edd7d8e-305c-474d-88ca-51e54e0bb9e1] socks connection closed\n2025-07-28 18:24:28.421 [info] [command][d010aad3-4d1a-424b-8485-32ce4c609b9b] Socket close event received\n2025-07-28 18:24:28.462 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52478 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:25:28.421 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:25:28.423 [info] [command][f8ad9486-8d5e-4658-be92-a9d304e38317] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f8ad9486-8d5e-4658-be92-a9d304e38317""}\n2025-07-28 18:25:28.423 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bceee219-d42c-4646-93c5-6c492ccc9138] received connection request\n2025-07-28 18:25:28.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:25:28.475 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bceee219-d42c-4646-93c5-6c492ccc9138] socks forwarding established\n2025-07-28 18:25:28.518 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bceee219-d42c-4646-93c5-6c492ccc9138] socks connection closed\n2025-07-28 18:25:28.518 [info] [command][f8ad9486-8d5e-4658-be92-a9d304e38317] Process exited with code 0\n2025-07-28 18:25:28.518 [info] [command][f8ad9486-8d5e-4658-be92-a9d304e38317] Socket close event received\n2025-07-28 18:25:28.558 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52507 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:26:28.520 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:26:28.523 [info] [command][a6ea1dbf-bab0-4ef4-8415-337d54a5ee7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a6ea1dbf-bab0-4ef4-8415-337d54a5ee7b""}\n2025-07-28 18:26:28.524 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c6c7d409-2fc9-493a-ab2c-7352fb960415] received connection request\n2025-07-28 18:26:28.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:26:28.584 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c6c7d409-2fc9-493a-ab2c-7352fb960415] socks forwarding established\n2025-07-28 18:26:28.636 [info] [command][a6ea1dbf-bab0-4ef4-8415-337d54a5ee7b] Process exited with code 0\n2025-07-28 18:26:28.637 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c6c7d409-2fc9-493a-ab2c-7352fb960415] socks connection closed\n2025-07-28 18:26:28.637 [info] [command][a6ea1dbf-bab0-4ef4-8415-337d54a5ee7b] Socket close event received\n2025-07-28 18:26:28.762 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52530 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:27:28.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:27:28.640 [info] [command][e105714f-7efd-423b-8a37-c2e01a27fe32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e105714f-7efd-423b-8a37-c2e01a27fe32""}\n2025-07-28 18:27:28.640 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][302b55c9-608d-42ff-82b5-9b1a3d15d747] received connection request\n2025-07-28 18:27:28.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:27:28.681 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][302b55c9-608d-42ff-82b5-9b1a3d15d747] socks forwarding established\n2025-07-28 18:27:28.725 [info] [command][e105714f-7efd-423b-8a37-c2e01a27fe32] Process exited with code 0\n2025-07-28 18:27:28.726 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][302b55c9-608d-42ff-82b5-9b1a3d15d747] socks connection closed\n2025-07-28 18:27:28.727 [info] [command][e105714f-7efd-423b-8a37-c2e01a27fe32] Socket close event received\n2025-07-28 18:27:28.765 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52571 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:28:28.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:28:28.733 [info] [command][f0719fc4-814d-43b9-9256-baddc77e7192] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f0719fc4-814d-43b9-9256-baddc77e7192""}\n2025-07-28 18:28:28.733 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][76e32a1b-0ed9-4252-87b8-2ebbb0de1a01] received connection request\n2025-07-28 18:28:28.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:28:28.775 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76e32a1b-0ed9-4252-87b8-2ebbb0de1a01] socks forwarding established\n2025-07-28 18:28:28.826 [info] [command][f0719fc4-814d-43b9-9256-baddc77e7192] Process exited with code 0\n2025-07-28 18:28:28.826 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76e32a1b-0ed9-4252-87b8-2ebbb0de1a01] socks connection closed\n2025-07-28 18:28:28.827 [info] [command][f0719fc4-814d-43b9-9256-baddc77e7192] Socket close event received\n2025-07-28 18:28:28.867 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52628 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:29:28.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:29:28.834 [info] [command][0d933864-ff76-4ab5-9068-9db17e39f358] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0d933864-ff76-4ab5-9068-9db17e39f358""}\n2025-07-28 18:29:28.836 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2f356628-1a15-4ba8-89fb-0c6cc05b8b51] received connection request\n2025-07-28 18:29:28.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:29:28.895 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2f356628-1a15-4ba8-89fb-0c6cc05b8b51] socks forwarding established\n2025-07-28 18:29:29.006 [info] [command][0d933864-ff76-4ab5-9068-9db17e39f358] Process exited with code 0\n2025-07-28 18:29:29.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2f356628-1a15-4ba8-89fb-0c6cc05b8b51] socks connection closed\n2025-07-28 18:29:29.007 [info] [command][0d933864-ff76-4ab5-9068-9db17e39f358] Socket close event received\n2025-07-28 18:29:29.050 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52681 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:30:29.010 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:30:29.014 [info] [command][d6f1b14c-7075-4b83-a00d-a6677a7f1167] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d6f1b14c-7075-4b83-a00d-a6677a7f1167""}\n2025-07-28 18:30:29.015 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8fdf3780-1c78-411e-a9d5-f73ad3d81eab] received connection request\n2025-07-28 18:30:29.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:30:29.094 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8fdf3780-1c78-411e-a9d5-f73ad3d81eab] socks forwarding established\n2025-07-28 18:30:29.139 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8fdf3780-1c78-411e-a9d5-f73ad3d81eab] socks connection closed\n2025-07-28 18:30:29.139 [info] [command][d6f1b14c-7075-4b83-a00d-a6677a7f1167] Process exited with code 0\n2025-07-28 18:30:29.139 [info] [command][d6f1b14c-7075-4b83-a00d-a6677a7f1167] Socket close event received\n2025-07-28 18:30:29.180 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52703 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:31:29.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:31:29.146 [info] [command][6843ef04-880f-4c2f-9e94-a957114731d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6843ef04-880f-4c2f-9e94-a957114731d7""}\n2025-07-28 18:31:29.146 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e24165ba-db8c-4c6c-be83-66eaf3944f2a] received connection request\n2025-07-28 18:31:29.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:31:29.187 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e24165ba-db8c-4c6c-be83-66eaf3944f2a] socks forwarding established\n2025-07-28 18:31:29.240 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e24165ba-db8c-4c6c-be83-66eaf3944f2a] socks connection closed\n2025-07-28 18:31:29.240 [info] [command][6843ef04-880f-4c2f-9e94-a957114731d7] Process exited with code 0\n2025-07-28 18:31:29.240 [info] [command][6843ef04-880f-4c2f-9e94-a957114731d7] Socket close event received\n2025-07-28 18:31:29.279 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52728 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:32:29.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:32:29.248 [info] [command][acc288d0-040c-4109-9df1-b303dd7d00fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""acc288d0-040c-4109-9df1-b303dd7d00fa""}\n2025-07-28 18:32:29.249 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c6530b9b-f3a1-465b-835b-85a49cf811f4] received connection request\n2025-07-28 18:32:29.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:32:29.328 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c6530b9b-f3a1-465b-835b-85a49cf811f4] socks forwarding established\n2025-07-28 18:32:29.380 [info] [command][acc288d0-040c-4109-9df1-b303dd7d00fa] Process exited with code 0\n2025-07-28 18:32:29.380 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c6530b9b-f3a1-465b-835b-85a49cf811f4] socks connection closed\n2025-07-28 18:32:29.381 [info] [command][acc288d0-040c-4109-9df1-b303dd7d00fa] Socket close event received\n2025-07-28 18:32:29.423 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52770 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:33:29.382 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:33:29.384 [info] [command][2ef0e45b-e261-4d7c-a1be-f98e1e4cbf2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2ef0e45b-e261-4d7c-a1be-f98e1e4cbf2b""}\n2025-07-28 18:33:29.384 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cda32dc4-0ced-4986-a537-c8871825a5ab] received connection request\n2025-07-28 18:33:29.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:33:29.444 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cda32dc4-0ced-4986-a537-c8871825a5ab] socks forwarding established\n2025-07-28 18:33:29.488 [info] [command][2ef0e45b-e261-4d7c-a1be-f98e1e4cbf2b] Process exited with code 0\n2025-07-28 18:33:29.488 [info] [command][2ef0e45b-e261-4d7c-a1be-f98e1e4cbf2b] Socket close event received\n2025-07-28 18:33:29.488 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cda32dc4-0ced-4986-a537-c8871825a5ab] socks connection closed\n2025-07-28 18:33:29.529 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52801 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:34:29.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:34:29.493 [info] [command][df5a69c4-d447-41f8-a4ba-ada90fa6e5c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""df5a69c4-d447-41f8-a4ba-ada90fa6e5c1""}\n2025-07-28 18:34:29.493 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6cbd497c-adca-4227-bf80-4eba619cc48b] received connection request\n2025-07-28 18:34:29.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 18:34:29.494 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:34:29.585 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6cbd497c-adca-4227-bf80-4eba619cc48b] socks forwarding established\n2025-07-28 18:34:29.630 [info] [command][df5a69c4-d447-41f8-a4ba-ada90fa6e5c1] Process exited with code 0\n2025-07-28 18:34:29.630 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6cbd497c-adca-4227-bf80-4eba619cc48b] socks connection closed\n2025-07-28 18:34:29.631 [info] [command][df5a69c4-d447-41f8-a4ba-ada90fa6e5c1] Socket close event received\n2025-07-28 18:34:29.670 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52817 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:35:29.634 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:35:29.637 [info] [command][845f3b73-c649-44d0-baa1-888d039f2499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""845f3b73-c649-44d0-baa1-888d039f2499""}\n2025-07-28 18:35:29.638 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5bd8c62e-acb4-4e6a-899c-9967e2b9b18c] received connection request\n2025-07-28 18:35:29.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:35:29.680 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5bd8c62e-acb4-4e6a-899c-9967e2b9b18c] socks forwarding established\n2025-07-28 18:35:29.725 [info] [command][845f3b73-c649-44d0-baa1-888d039f2499] Process exited with code 0\n2025-07-28 18:35:29.726 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5bd8c62e-acb4-4e6a-899c-9967e2b9b18c] socks connection closed\n2025-07-28 18:35:29.726 [info] [command][845f3b73-c649-44d0-baa1-888d039f2499] Socket close event received\n2025-07-28 18:35:29.767 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52846 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:36:29.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:36:29.734 [info] [command][e630e39a-1776-46cf-93c2-a8451902799b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e630e39a-1776-46cf-93c2-a8451902799b""}\n2025-07-28 18:36:29.735 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bff4f41d-5270-45cd-a44f-5c9f789d8289] received connection request\n2025-07-28 18:36:29.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:36:29.778 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bff4f41d-5270-45cd-a44f-5c9f789d8289] socks forwarding established\n2025-07-28 18:36:29.822 [info] [command][e630e39a-1776-46cf-93c2-a8451902799b] Process exited with code 0\n2025-07-28 18:36:29.823 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bff4f41d-5270-45cd-a44f-5c9f789d8289] socks connection closed\n2025-07-28 18:36:29.823 [info] [command][e630e39a-1776-46cf-93c2-a8451902799b] Socket close event received\n2025-07-28 18:36:29.863 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52858 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:37:29.828 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:37:29.832 [info] [command][d5b81699-b8c8-47d2-8571-1ced3b5c107b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d5b81699-b8c8-47d2-8571-1ced3b5c107b""}\n2025-07-28 18:37:29.833 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1f9b5f51-a8e9-4fbd-95f7-f8dbb3b43610] received connection request\n2025-07-28 18:37:29.833 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:37:29.880 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1f9b5f51-a8e9-4fbd-95f7-f8dbb3b43610] socks forwarding established\n2025-07-28 18:37:29.924 [info] [command][d5b81699-b8c8-47d2-8571-1ced3b5c107b] Process exited with code 0\n2025-07-28 18:37:29.925 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1f9b5f51-a8e9-4fbd-95f7-f8dbb3b43610] socks connection closed\n2025-07-28 18:37:29.925 [info] [command][d5b81699-b8c8-47d2-8571-1ced3b5c107b] Socket close event received\n2025-07-28 18:37:29.966 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52891 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:38:29.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:38:29.931 [info] [command][a652b810-ec6d-4f52-88bd-b2d5600468d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a652b810-ec6d-4f52-88bd-b2d5600468d8""}\n2025-07-28 18:38:29.931 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ef4529cb-d35a-4929-b34d-5fa8b5e7438f] received connection request\n2025-07-28 18:38:29.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:38:29.973 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ef4529cb-d35a-4929-b34d-5fa8b5e7438f] socks forwarding established\n2025-07-28 18:38:30.020 [info] [command][a652b810-ec6d-4f52-88bd-b2d5600468d8] Process exited with code 0\n2025-07-28 18:38:30.020 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ef4529cb-d35a-4929-b34d-5fa8b5e7438f] socks connection closed\n2025-07-28 18:38:30.020 [info] [command][a652b810-ec6d-4f52-88bd-b2d5600468d8] Socket close event received\n2025-07-28 18:38:30.060 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52927 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:39:30.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:39:30.029 [info] [command][b25ac179-822d-4941-9754-b78233cdc2cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b25ac179-822d-4941-9754-b78233cdc2cb""}\n2025-07-28 18:39:30.030 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f2bfa402-4393-4f7a-a527-1e0ab5ffb1b7] received connection request\n2025-07-28 18:39:30.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:39:30.072 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2bfa402-4393-4f7a-a527-1e0ab5ffb1b7] socks forwarding established\n2025-07-28 18:39:30.116 [info] [command][b25ac179-822d-4941-9754-b78233cdc2cb] Process exited with code 0\n2025-07-28 18:39:30.117 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2bfa402-4393-4f7a-a527-1e0ab5ffb1b7] socks connection closed\n2025-07-28 18:39:30.117 [info] [command][b25ac179-822d-4941-9754-b78233cdc2cb] Socket close event received\n2025-07-28 18:39:30.156 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52949 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:40:30.121 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:40:30.124 [info] [command][e02c94ca-2cd9-412d-97d9-5dc097dae20d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e02c94ca-2cd9-412d-97d9-5dc097dae20d""}\n2025-07-28 18:40:30.124 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][664ef1d9-9097-42a1-acf2-ef82974a67e6] received connection request\n2025-07-28 18:40:30.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:40:30.171 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][664ef1d9-9097-42a1-acf2-ef82974a67e6] socks forwarding established\n2025-07-28 18:40:30.230 [info] [command][e02c94ca-2cd9-412d-97d9-5dc097dae20d] Process exited with code 0\n2025-07-28 18:40:30.231 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][664ef1d9-9097-42a1-acf2-ef82974a67e6] socks connection closed\n2025-07-28 18:40:30.231 [info] [command][e02c94ca-2cd9-412d-97d9-5dc097dae20d] Socket close event received\n2025-07-28 18:40:30.276 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52967 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:41:30.236 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:41:30.237 [info] [command][bf7112b7-61ad-491f-a119-ddc1067fdfec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bf7112b7-61ad-491f-a119-ddc1067fdfec""}\n2025-07-28 18:41:30.238 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7c5c6f30-a5b3-440d-8d9b-b87371f2f3f2] received connection request\n2025-07-28 18:41:30.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:41:30.280 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7c5c6f30-a5b3-440d-8d9b-b87371f2f3f2] socks forwarding established\n2025-07-28 18:41:30.377 [info] [command][bf7112b7-61ad-491f-a119-ddc1067fdfec] Process exited with code 0\n2025-07-28 18:41:30.377 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7c5c6f30-a5b3-440d-8d9b-b87371f2f3f2] socks connection closed\n2025-07-28 18:41:30.377 [info] [command][bf7112b7-61ad-491f-a119-ddc1067fdfec] Socket close event received\n2025-07-28 18:41:30.419 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52989 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:42:30.383 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:42:30.386 [info] [command][869bf37e-6363-45ab-bd5c-d7fa1d21d2ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""869bf37e-6363-45ab-bd5c-d7fa1d21d2ab""}\n2025-07-28 18:42:30.387 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4943c575-93de-42a2-b277-87c8abc8f43f] received connection request\n2025-07-28 18:42:30.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:42:30.429 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4943c575-93de-42a2-b277-87c8abc8f43f] socks forwarding established\n2025-07-28 18:42:30.473 [info] [command][869bf37e-6363-45ab-bd5c-d7fa1d21d2ab] Process exited with code 0\n2025-07-28 18:42:30.473 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4943c575-93de-42a2-b277-87c8abc8f43f] socks connection closed\n2025-07-28 18:42:30.473 [info] [command][869bf37e-6363-45ab-bd5c-d7fa1d21d2ab] Socket close event received\n2025-07-28 18:42:30.513 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53020 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:43:30.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:43:30.480 [info] [command][79b10891-8c2a-4ea8-8487-7e83d57d84ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""79b10891-8c2a-4ea8-8487-7e83d57d84ea""}\n2025-07-28 18:43:30.481 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][92deceb1-3ac7-4532-b9f7-e9a1ba4c5da8] received connection request\n2025-07-28 18:43:30.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:43:30.522 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][92deceb1-3ac7-4532-b9f7-e9a1ba4c5da8] socks forwarding established\n2025-07-28 18:43:30.567 [info] [command][79b10891-8c2a-4ea8-8487-7e83d57d84ea] Process exited with code 0\n2025-07-28 18:43:30.568 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][92deceb1-3ac7-4532-b9f7-e9a1ba4c5da8] socks connection closed\n2025-07-28 18:43:30.568 [info] [command][79b10891-8c2a-4ea8-8487-7e83d57d84ea] Socket close event received\n2025-07-28 18:43:30.608 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53048 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:44:30.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:44:30.576 [info] [command][af5e0f6d-dd27-41b6-80b9-20f2be3c212f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""af5e0f6d-dd27-41b6-80b9-20f2be3c212f""}\n2025-07-28 18:44:30.576 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c852d909-b6db-4986-89b7-8dd0359f84fe] received connection request\n2025-07-28 18:44:30.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:44:30.655 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c852d909-b6db-4986-89b7-8dd0359f84fe] socks forwarding established\n2025-07-28 18:44:30.701 [info] [command][af5e0f6d-dd27-41b6-80b9-20f2be3c212f] Process exited with code 0\n2025-07-28 18:44:30.701 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c852d909-b6db-4986-89b7-8dd0359f84fe] socks connection closed\n2025-07-28 18:44:30.701 [info] [command][af5e0f6d-dd27-41b6-80b9-20f2be3c212f] Socket close event received\n2025-07-28 18:44:30.742 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53069 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:45:30.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:45:30.706 [info] [command][f134d89e-3cf2-4512-bffc-11d80c6d37c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f134d89e-3cf2-4512-bffc-11d80c6d37c5""}\n2025-07-28 18:45:30.706 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][74011195-20a0-4dfb-8ba6-77e57ae4b530] received connection request\n2025-07-28 18:45:30.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:45:30.746 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][74011195-20a0-4dfb-8ba6-77e57ae4b530] socks forwarding established\n2025-07-28 18:45:30.791 [info] [command][f134d89e-3cf2-4512-bffc-11d80c6d37c5] Process exited with code 0\n2025-07-28 18:45:30.791 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][74011195-20a0-4dfb-8ba6-77e57ae4b530] socks connection closed\n2025-07-28 18:45:30.791 [info] [command][f134d89e-3cf2-4512-bffc-11d80c6d37c5] Socket close event received\n2025-07-28 18:45:30.831 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53096 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:46:30.791 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:46:30.793 [info] [command][0659aa8f-cacc-4131-a14f-b61cc5ae3ab3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0659aa8f-cacc-4131-a14f-b61cc5ae3ab3""}\n2025-07-28 18:46:30.793 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][405a91a2-db73-4ad0-85f8-4ce9d6618023] received connection request\n2025-07-28 18:46:30.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:46:30.838 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][405a91a2-db73-4ad0-85f8-4ce9d6618023] socks forwarding established\n2025-07-28 18:46:30.884 [info] [command][0659aa8f-cacc-4131-a14f-b61cc5ae3ab3] Process exited with code 0\n2025-07-28 18:46:30.885 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][405a91a2-db73-4ad0-85f8-4ce9d6618023] socks connection closed\n2025-07-28 18:46:30.885 [info] [command][0659aa8f-cacc-4131-a14f-b61cc5ae3ab3] Socket close event received\n2025-07-28 18:46:30.925 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53118 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:47:30.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:47:30.892 [info] [command][71ecf609-8713-493f-868c-d2d06a94bb8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""71ecf609-8713-493f-868c-d2d06a94bb8d""}\n2025-07-28 18:47:30.892 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a4f5c833-ae50-4d84-b78e-9f9cd2532437] received connection request\n2025-07-28 18:47:30.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:47:30.935 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a4f5c833-ae50-4d84-b78e-9f9cd2532437] socks forwarding established\n2025-07-28 18:47:30.980 [info] [command][71ecf609-8713-493f-868c-d2d06a94bb8d] Process exited with code 0\n2025-07-28 18:47:30.981 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a4f5c833-ae50-4d84-b78e-9f9cd2532437] socks connection closed\n2025-07-28 18:47:30.981 [info] [command][71ecf609-8713-493f-868c-d2d06a94bb8d] Socket close event received\n2025-07-28 18:47:31.021 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53159 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:48:30.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:48:30.986 [info] [command][576194e4-a48c-4a31-8a61-3e8550e2f727] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""576194e4-a48c-4a31-8a61-3e8550e2f727""}\n2025-07-28 18:48:30.987 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][523c163e-134e-4c8d-99fc-d40142f28d1b] received connection request\n2025-07-28 18:48:30.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 18:48:30.989 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:48:31.037 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][523c163e-134e-4c8d-99fc-d40142f28d1b] socks forwarding established\n2025-07-28 18:48:31.083 [info] [command][576194e4-a48c-4a31-8a61-3e8550e2f727] Process exited with code 0\n2025-07-28 18:48:31.083 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][523c163e-134e-4c8d-99fc-d40142f28d1b] socks connection closed\n2025-07-28 18:48:31.083 [info] [command][576194e4-a48c-4a31-8a61-3e8550e2f727] Socket close event received\n2025-07-28 18:48:31.123 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53188 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:49:31.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:49:31.090 [info] [command][06b7846c-bd15-4258-9780-c9bcd9e3867d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""06b7846c-bd15-4258-9780-c9bcd9e3867d""}\n2025-07-28 18:49:31.090 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b8eea8f3-f5b5-4606-90ae-7e5d886f14ba] received connection request\n2025-07-28 18:49:31.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:49:31.145 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8eea8f3-f5b5-4606-90ae-7e5d886f14ba] socks forwarding established\n2025-07-28 18:49:31.217 [info] [command][06b7846c-bd15-4258-9780-c9bcd9e3867d] Process exited with code 0\n2025-07-28 18:49:31.218 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8eea8f3-f5b5-4606-90ae-7e5d886f14ba] socks connection closed\n2025-07-28 18:49:31.218 [info] [command][06b7846c-bd15-4258-9780-c9bcd9e3867d] Socket close event received\n2025-07-28 18:49:31.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53211 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:50:31.220 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:50:31.223 [info] [command][089e87b6-eb1c-4188-bcfd-7a1f6a0e0d27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""089e87b6-eb1c-4188-bcfd-7a1f6a0e0d27""}\n2025-07-28 18:50:31.224 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7d8c1100-2cd0-421d-8d29-334a5178b61a] received connection request\n2025-07-28 18:50:31.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:50:31.264 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7d8c1100-2cd0-421d-8d29-334a5178b61a] socks forwarding established\n2025-07-28 18:50:31.310 [info] [command][089e87b6-eb1c-4188-bcfd-7a1f6a0e0d27] Process exited with code 0\n2025-07-28 18:50:31.310 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7d8c1100-2cd0-421d-8d29-334a5178b61a] socks connection closed\n2025-07-28 18:50:31.310 [info] [command][089e87b6-eb1c-4188-bcfd-7a1f6a0e0d27] Socket close event received\n2025-07-28 18:50:31.350 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53248 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:51:31.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:51:31.318 [info] [command][66da7f91-a6ed-479c-b32f-8edf82c038c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""66da7f91-a6ed-479c-b32f-8edf82c038c4""}\n2025-07-28 18:51:31.320 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][384afb78-8805-44c4-895f-ddb99ef5bf6c] received connection request\n2025-07-28 18:51:31.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:51:31.363 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][384afb78-8805-44c4-895f-ddb99ef5bf6c] socks forwarding established\n2025-07-28 18:51:31.409 [info] [command][66da7f91-a6ed-479c-b32f-8edf82c038c4] Process exited with code 0\n2025-07-28 18:51:31.410 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][384afb78-8805-44c4-895f-ddb99ef5bf6c] socks connection closed\n2025-07-28 18:51:31.410 [info] [command][66da7f91-a6ed-479c-b32f-8edf82c038c4] Socket close event received\n2025-07-28 18:51:31.453 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53263 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:52:31.413 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:52:31.416 [info] [command][b4959243-87de-49d4-9f2e-6c3f1e9b186c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b4959243-87de-49d4-9f2e-6c3f1e9b186c""}\n2025-07-28 18:52:31.417 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][09706921-9f87-40da-91e8-ec6052aa5043] received connection request\n2025-07-28 18:52:31.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:52:31.465 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][09706921-9f87-40da-91e8-ec6052aa5043] socks forwarding established\n2025-07-28 18:52:31.517 [info] [command][b4959243-87de-49d4-9f2e-6c3f1e9b186c] Process exited with code 0\n2025-07-28 18:52:31.517 [info] [command][b4959243-87de-49d4-9f2e-6c3f1e9b186c] Socket close event received\n2025-07-28 18:52:31.518 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][09706921-9f87-40da-91e8-ec6052aa5043] socks connection closed\n2025-07-28 18:52:31.564 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53302 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:53:31.520 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:53:31.523 [info] [command][362a5a9a-18bd-4fff-916e-3be1e76aa1e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""362a5a9a-18bd-4fff-916e-3be1e76aa1e4""}\n2025-07-28 18:53:31.524 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5b1cc2e6-aaf9-4155-8684-6b0a577c0aae] received connection request\n2025-07-28 18:53:31.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:53:31.573 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5b1cc2e6-aaf9-4155-8684-6b0a577c0aae] socks forwarding established\n2025-07-28 18:53:31.619 [info] [command][362a5a9a-18bd-4fff-916e-3be1e76aa1e4] Process exited with code 0\n2025-07-28 18:53:31.620 [info] [command][362a5a9a-18bd-4fff-916e-3be1e76aa1e4] Socket close event received\n2025-07-28 18:53:31.620 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5b1cc2e6-aaf9-4155-8684-6b0a577c0aae] socks connection closed\n2025-07-28 18:53:31.663 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53359 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:54:31.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:54:31.627 [info] [command][2e23a2e5-c27e-40a0-9dc0-89bd750264c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2e23a2e5-c27e-40a0-9dc0-89bd750264c6""}\n2025-07-28 18:54:31.628 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][91b50ad3-a90e-47e2-a03b-957ad50597d1] received connection request\n2025-07-28 18:54:31.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:54:31.671 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][91b50ad3-a90e-47e2-a03b-957ad50597d1] socks forwarding established\n2025-07-28 18:54:31.715 [info] [command][2e23a2e5-c27e-40a0-9dc0-89bd750264c6] Process exited with code 0\n2025-07-28 18:54:31.715 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][91b50ad3-a90e-47e2-a03b-957ad50597d1] socks connection closed\n2025-07-28 18:54:31.715 [info] [command][2e23a2e5-c27e-40a0-9dc0-89bd750264c6] Socket close event received\n2025-07-28 18:54:31.755 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53379 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:55:31.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:55:31.724 [info] [command][6b966d40-a62e-4d8d-8800-6ab3c0b44f52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6b966d40-a62e-4d8d-8800-6ab3c0b44f52""}\n2025-07-28 18:55:31.725 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ccbece9c-1f74-49f6-bd8f-437575ac7a8e] received connection request\n2025-07-28 18:55:31.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:55:31.772 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ccbece9c-1f74-49f6-bd8f-437575ac7a8e] socks forwarding established\n2025-07-28 18:55:31.818 [info] [command][6b966d40-a62e-4d8d-8800-6ab3c0b44f52] Process exited with code 0\n2025-07-28 18:55:31.819 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ccbece9c-1f74-49f6-bd8f-437575ac7a8e] socks connection closed\n2025-07-28 18:55:31.819 [info] [command][6b966d40-a62e-4d8d-8800-6ab3c0b44f52] Socket close event received\n2025-07-28 18:55:31.861 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53416 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:56:31.820 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:56:31.823 [info] [command][6af68b72-28d5-4351-8d9b-088c8c74e552] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6af68b72-28d5-4351-8d9b-088c8c74e552""}\n2025-07-28 18:56:31.824 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][84f812ae-967c-4a17-8684-084ba5f2d8c2] received connection request\n2025-07-28 18:56:31.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:56:31.871 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84f812ae-967c-4a17-8684-084ba5f2d8c2] socks forwarding established\n2025-07-28 18:56:31.918 [info] [command][6af68b72-28d5-4351-8d9b-088c8c74e552] Process exited with code 0\n2025-07-28 18:56:31.918 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84f812ae-967c-4a17-8684-084ba5f2d8c2] socks connection closed\n2025-07-28 18:56:31.919 [info] [command][6af68b72-28d5-4351-8d9b-088c8c74e552] Socket close event received\n2025-07-28 18:56:31.961 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53437 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:57:31.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:57:31.928 [info] [command][ab12ec90-df19-4adb-a430-ded510e328f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ab12ec90-df19-4adb-a430-ded510e328f5""}\n2025-07-28 18:57:31.929 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][366fe966-c84c-479f-8798-14624b556fcb] received connection request\n2025-07-28 18:57:31.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:57:31.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][366fe966-c84c-479f-8798-14624b556fcb] socks forwarding established\n2025-07-28 18:57:32.018 [info] [command][ab12ec90-df19-4adb-a430-ded510e328f5] Process exited with code 0\n2025-07-28 18:57:32.019 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][366fe966-c84c-479f-8798-14624b556fcb] socks connection closed\n2025-07-28 18:57:32.019 [info] [command][ab12ec90-df19-4adb-a430-ded510e328f5] Socket close event received\n2025-07-28 18:57:32.059 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53469 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:58:32.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:58:32.023 [info] [command][420d0f8e-31ae-4cad-a884-43398f49f15b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""420d0f8e-31ae-4cad-a884-43398f49f15b""}\n2025-07-28 18:58:32.024 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ae2f3cf2-6e13-46a9-9879-2bfbd8c1b825] received connection request\n2025-07-28 18:58:32.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:58:32.065 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ae2f3cf2-6e13-46a9-9879-2bfbd8c1b825] socks forwarding established\n2025-07-28 18:58:32.122 [info] [command][420d0f8e-31ae-4cad-a884-43398f49f15b] Process exited with code 0\n2025-07-28 18:58:32.123 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ae2f3cf2-6e13-46a9-9879-2bfbd8c1b825] socks connection closed\n2025-07-28 18:58:32.123 [info] [command][420d0f8e-31ae-4cad-a884-43398f49f15b] Socket close event received\n2025-07-28 18:58:32.162 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53517 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 18:59:32.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 18:59:32.131 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a3359f1d-228c-4c94-8535-37a68e1d2081] received connection request\n2025-07-28 18:59:32.131 [info] [command][216b371c-00f7-4ff8-afa7-b8ab5a91f02d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""216b371c-00f7-4ff8-afa7-b8ab5a91f02d""}\n2025-07-28 18:59:32.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 18:59:32.137 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 18:59:32.245 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3359f1d-228c-4c94-8535-37a68e1d2081] socks forwarding established\n2025-07-28 18:59:32.291 [info] [command][216b371c-00f7-4ff8-afa7-b8ab5a91f02d] Process exited with code 0\n2025-07-28 18:59:32.292 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3359f1d-228c-4c94-8535-37a68e1d2081] socks connection closed\n2025-07-28 18:59:32.292 [info] [command][216b371c-00f7-4ff8-afa7-b8ab5a91f02d] Socket close event received\n2025-07-28 18:59:32.411 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53536 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:00:32.297 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:00:32.299 [info] [command][846c3198-9fe2-4485-a0eb-4036decb633d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""846c3198-9fe2-4485-a0eb-4036decb633d""}\n2025-07-28 19:00:32.300 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5c1e0242-db5e-46f5-8175-95f7cb30d489] received connection request\n2025-07-28 19:00:32.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:00:32.407 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5c1e0242-db5e-46f5-8175-95f7cb30d489] socks forwarding established\n2025-07-28 19:00:32.550 [info] [command][846c3198-9fe2-4485-a0eb-4036decb633d] Process exited with code 0\n2025-07-28 19:00:32.551 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5c1e0242-db5e-46f5-8175-95f7cb30d489] socks connection closed\n2025-07-28 19:00:32.551 [info] [command][846c3198-9fe2-4485-a0eb-4036decb633d] Socket close event received\n2025-07-28 19:00:32.603 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53560 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:01:32.555 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:01:32.558 [info] [command][cbb10753-6efa-4d5c-bcf4-1f1b389abc3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cbb10753-6efa-4d5c-bcf4-1f1b389abc3f""}\n2025-07-28 19:01:32.559 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a6fd7210-9ec1-43a9-9ee9-eef6372a68d1] received connection request\n2025-07-28 19:01:32.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:01:32.671 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6fd7210-9ec1-43a9-9ee9-eef6372a68d1] socks forwarding established\n2025-07-28 19:01:32.715 [info] [command][cbb10753-6efa-4d5c-bcf4-1f1b389abc3f] Process exited with code 0\n2025-07-28 19:01:32.716 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6fd7210-9ec1-43a9-9ee9-eef6372a68d1] socks connection closed\n2025-07-28 19:01:32.716 [info] [command][cbb10753-6efa-4d5c-bcf4-1f1b389abc3f] Socket close event received\n2025-07-28 19:01:32.756 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53584 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:02:32.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:02:32.721 [info] [command][2abf60b1-d94f-40b5-b8f2-08a9b15228ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2abf60b1-d94f-40b5-b8f2-08a9b15228ae""}\n2025-07-28 19:02:32.721 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][90649261-921d-42a5-8148-f70613915ebd] received connection request\n2025-07-28 19:02:32.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:02:32.762 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][90649261-921d-42a5-8148-f70613915ebd] socks forwarding established\n2025-07-28 19:02:32.806 [info] [command][2abf60b1-d94f-40b5-b8f2-08a9b15228ae] Process exited with code 0\n2025-07-28 19:02:32.806 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][90649261-921d-42a5-8148-f70613915ebd] socks connection closed\n2025-07-28 19:02:32.806 [info] [command][2abf60b1-d94f-40b5-b8f2-08a9b15228ae] Socket close event received\n2025-07-28 19:02:32.852 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53636 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:03:32.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:03:32.814 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0ba5365d-df3a-455f-bcce-9f98388874c3] received connection request\n2025-07-28 19:03:32.815 [info] [command][5dc09a47-8f10-43be-a3f9-e1203d6efc3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5dc09a47-8f10-43be-a3f9-e1203d6efc3a""}\n2025-07-28 19:03:32.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:03:32.859 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0ba5365d-df3a-455f-bcce-9f98388874c3] socks forwarding established\n2025-07-28 19:03:32.908 [info] [command][5dc09a47-8f10-43be-a3f9-e1203d6efc3a] Process exited with code 0\n2025-07-28 19:03:32.908 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0ba5365d-df3a-455f-bcce-9f98388874c3] socks connection closed\n2025-07-28 19:03:32.908 [info] [command][5dc09a47-8f10-43be-a3f9-e1203d6efc3a] Socket close event received\n2025-07-28 19:03:32.948 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53670 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:04:32.911 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:04:32.914 [info] [command][512675e7-aa57-4e4e-95fc-60cb78997429] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""512675e7-aa57-4e4e-95fc-60cb78997429""}\n2025-07-28 19:04:32.914 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][482d8b0e-7aed-4dd6-82de-a0cb01d5773d] received connection request\n2025-07-28 19:04:32.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:04:32.915 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:04:32.957 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][482d8b0e-7aed-4dd6-82de-a0cb01d5773d] socks forwarding established\n2025-07-28 19:04:33.000 [info] [command][512675e7-aa57-4e4e-95fc-60cb78997429] Process exited with code 0\n2025-07-28 19:04:33.000 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][482d8b0e-7aed-4dd6-82de-a0cb01d5773d] socks connection closed\n2025-07-28 19:04:33.001 [info] [command][512675e7-aa57-4e4e-95fc-60cb78997429] Socket close event received\n2025-07-28 19:04:33.040 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53712 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:05:33.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:05:33.004 [info] [command][e6c4859c-f315-4fc9-8234-9f58873b045b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e6c4859c-f315-4fc9-8234-9f58873b045b""}\n2025-07-28 19:05:33.005 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fb6b6758-5918-4471-adbc-04bf5e981b78] received connection request\n2025-07-28 19:05:33.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:05:33.268 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fb6b6758-5918-4471-adbc-04bf5e981b78] socks forwarding established\n2025-07-28 19:05:33.313 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fb6b6758-5918-4471-adbc-04bf5e981b78] socks connection closed\n2025-07-28 19:05:33.313 [info] [command][e6c4859c-f315-4fc9-8234-9f58873b045b] Process exited with code 0\n2025-07-28 19:05:33.313 [info] [command][e6c4859c-f315-4fc9-8234-9f58873b045b] Socket close event received\n2025-07-28 19:05:33.352 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53749 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:06:33.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:06:33.322 [info] [command][a2907d52-b70d-4a7a-92de-386368e3966e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a2907d52-b70d-4a7a-92de-386368e3966e""}\n2025-07-28 19:06:33.323 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6539e69b-53be-4117-a146-801597ce916e] received connection request\n2025-07-28 19:06:33.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:06:33.428 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6539e69b-53be-4117-a146-801597ce916e] socks forwarding established\n2025-07-28 19:06:33.476 [info] [command][a2907d52-b70d-4a7a-92de-386368e3966e] Process exited with code 0\n2025-07-28 19:06:33.477 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6539e69b-53be-4117-a146-801597ce916e] socks connection closed\n2025-07-28 19:06:33.477 [info] [command][a2907d52-b70d-4a7a-92de-386368e3966e] Socket close event received\n2025-07-28 19:06:33.516 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53776 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:07:33.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:07:33.483 [info] [command][580f402f-e32c-4aa8-8bbf-b93bcb4e04d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""580f402f-e32c-4aa8-8bbf-b93bcb4e04d8""}\n2025-07-28 19:07:33.484 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][96948299-07ea-41ae-bccb-833b0827320e] received connection request\n2025-07-28 19:07:33.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:07:33.528 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][96948299-07ea-41ae-bccb-833b0827320e] socks forwarding established\n2025-07-28 19:07:33.573 [info] [command][580f402f-e32c-4aa8-8bbf-b93bcb4e04d8] Process exited with code 0\n2025-07-28 19:07:33.573 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][96948299-07ea-41ae-bccb-833b0827320e] socks connection closed\n2025-07-28 19:07:33.573 [info] [command][580f402f-e32c-4aa8-8bbf-b93bcb4e04d8] Socket close event received\n2025-07-28 19:07:33.612 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53813 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:08:33.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:08:33.582 [info] [command][20af251b-0ba4-47c0-86cf-9b76a3c74946] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""20af251b-0ba4-47c0-86cf-9b76a3c74946""}\n2025-07-28 19:08:33.582 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a6ddf05a-fba4-4ab8-b506-c2d49b710932] received connection request\n2025-07-28 19:08:33.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:08:33.626 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6ddf05a-fba4-4ab8-b506-c2d49b710932] socks forwarding established\n2025-07-28 19:08:33.670 [info] [command][20af251b-0ba4-47c0-86cf-9b76a3c74946] Process exited with code 0\n2025-07-28 19:08:33.670 [info] [command][20af251b-0ba4-47c0-86cf-9b76a3c74946] Socket close event received\n2025-07-28 19:08:33.671 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6ddf05a-fba4-4ab8-b506-c2d49b710932] socks connection closed\n2025-07-28 19:08:33.717 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53857 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:09:33.675 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:09:33.676 [info] [command][16b1ed96-4ae6-4e38-8c1f-2946174af0e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""16b1ed96-4ae6-4e38-8c1f-2946174af0e8""}\n2025-07-28 19:09:33.677 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][11a70fed-e626-4b86-a044-58ba9f6feb9f] received connection request\n2025-07-28 19:09:33.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:09:33.677 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:09:33.718 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][11a70fed-e626-4b86-a044-58ba9f6feb9f] socks forwarding established\n2025-07-28 19:09:33.850 [info] [command][16b1ed96-4ae6-4e38-8c1f-2946174af0e8] Process exited with code 0\n2025-07-28 19:09:33.851 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][11a70fed-e626-4b86-a044-58ba9f6feb9f] socks connection closed\n2025-07-28 19:09:33.851 [info] [command][16b1ed96-4ae6-4e38-8c1f-2946174af0e8] Socket close event received\n2025-07-28 19:09:33.892 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53880 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:10:33.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:10:33.852 [info] [command][82848a68-110d-4ffb-bc88-eb34f23746e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""82848a68-110d-4ffb-bc88-eb34f23746e1""}\n2025-07-28 19:10:33.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0c5c57cd-e447-46c6-97d3-a769c7126b75] received connection request\n2025-07-28 19:10:33.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:10:33.853 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:10:33.893 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0c5c57cd-e447-46c6-97d3-a769c7126b75] socks forwarding established\n2025-07-28 19:10:33.939 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0c5c57cd-e447-46c6-97d3-a769c7126b75] socks connection closed\n2025-07-28 19:10:33.939 [info] [command][82848a68-110d-4ffb-bc88-eb34f23746e1] Process exited with code 0\n2025-07-28 19:10:33.939 [info] [command][82848a68-110d-4ffb-bc88-eb34f23746e1] Socket close event received\n2025-07-28 19:10:33.978 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53899 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:11:33.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:11:33.945 [info] [command][b3bfc376-ce44-4cc7-a346-8a4eb84f5057] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b3bfc376-ce44-4cc7-a346-8a4eb84f5057""}\n2025-07-28 19:11:33.945 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][782f48ad-c21f-4510-a6b1-00910902a08e] received connection request\n2025-07-28 19:11:33.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:11:33.985 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][782f48ad-c21f-4510-a6b1-00910902a08e] socks forwarding established\n2025-07-28 19:11:34.042 [info] [command][b3bfc376-ce44-4cc7-a346-8a4eb84f5057] Process exited with code 0\n2025-07-28 19:11:34.043 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][782f48ad-c21f-4510-a6b1-00910902a08e] socks connection closed\n2025-07-28 19:11:34.043 [info] [command][b3bfc376-ce44-4cc7-a346-8a4eb84f5057] Socket close event received\n2025-07-28 19:11:34.088 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53919 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:12:34.043 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:12:34.045 [info] [command][99007e68-7645-45bd-9fd0-19a4b70579da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""99007e68-7645-45bd-9fd0-19a4b70579da""}\n2025-07-28 19:12:34.046 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7925b955-88fe-4541-b9e4-7693276fa084] received connection request\n2025-07-28 19:12:34.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:12:34.099 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7925b955-88fe-4541-b9e4-7693276fa084] socks forwarding established\n2025-07-28 19:12:34.145 [info] [command][99007e68-7645-45bd-9fd0-19a4b70579da] Process exited with code 0\n2025-07-28 19:12:34.145 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7925b955-88fe-4541-b9e4-7693276fa084] socks connection closed\n2025-07-28 19:12:34.145 [info] [command][99007e68-7645-45bd-9fd0-19a4b70579da] Socket close event received\n2025-07-28 19:12:34.186 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53962 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:13:34.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:13:34.153 [info] [command][d864a2b6-1e7b-415b-bf7b-74d09ba7fbd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d864a2b6-1e7b-415b-bf7b-74d09ba7fbd2""}\n2025-07-28 19:13:34.153 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2742d11f-e839-49d9-8d0b-39ccae0da376] received connection request\n2025-07-28 19:13:34.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:13:34.291 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2742d11f-e839-49d9-8d0b-39ccae0da376] socks forwarding established\n2025-07-28 19:13:34.442 [info] [command][d864a2b6-1e7b-415b-bf7b-74d09ba7fbd2] Process exited with code 0\n2025-07-28 19:13:34.442 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2742d11f-e839-49d9-8d0b-39ccae0da376] socks connection closed\n2025-07-28 19:13:34.442 [info] [command][d864a2b6-1e7b-415b-bf7b-74d09ba7fbd2] Socket close event received\n2025-07-28 19:13:34.487 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 53997 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:14:34.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:14:34.450 [info] [command][98610d06-da11-414e-94fe-0af889d751bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""98610d06-da11-414e-94fe-0af889d751bf""}\n2025-07-28 19:14:34.451 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][10445e33-56e4-477c-8758-9cd533daa6b8] received connection request\n2025-07-28 19:14:34.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:14:34.493 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][10445e33-56e4-477c-8758-9cd533daa6b8] socks forwarding established\n2025-07-28 19:14:34.537 [info] [command][98610d06-da11-414e-94fe-0af889d751bf] Process exited with code 0\n2025-07-28 19:14:34.538 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][10445e33-56e4-477c-8758-9cd533daa6b8] socks connection closed\n2025-07-28 19:14:34.538 [info] [command][98610d06-da11-414e-94fe-0af889d751bf] Socket close event received\n2025-07-28 19:14:34.577 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54027 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:15:34.543 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:15:34.546 [info] [command][faaa00bc-e010-433a-a61f-c652cb7f0f30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""faaa00bc-e010-433a-a61f-c652cb7f0f30""}\n2025-07-28 19:15:34.547 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9f6bac44-5906-4c13-adf4-a8cd8760ebcc] received connection request\n2025-07-28 19:15:34.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:15:34.591 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f6bac44-5906-4c13-adf4-a8cd8760ebcc] socks forwarding established\n2025-07-28 19:15:34.645 [info] [command][faaa00bc-e010-433a-a61f-c652cb7f0f30] Process exited with code 0\n2025-07-28 19:15:34.645 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f6bac44-5906-4c13-adf4-a8cd8760ebcc] socks connection closed\n2025-07-28 19:15:34.646 [info] [command][faaa00bc-e010-433a-a61f-c652cb7f0f30] Socket close event received\n2025-07-28 19:15:34.689 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54082 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:16:34.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:16:34.648 [info] [command][458f1bff-53b1-4d39-bc4c-88c06b8cd48e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""458f1bff-53b1-4d39-bc4c-88c06b8cd48e""}\n2025-07-28 19:16:34.648 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][545303b1-e711-428c-904f-146375377c3c] received connection request\n2025-07-28 19:16:34.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:16:34.721 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][545303b1-e711-428c-904f-146375377c3c] socks forwarding established\n2025-07-28 19:16:34.764 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][545303b1-e711-428c-904f-146375377c3c] socks connection closed\n2025-07-28 19:16:34.764 [info] [command][458f1bff-53b1-4d39-bc4c-88c06b8cd48e] Process exited with code 0\n2025-07-28 19:16:34.764 [info] [command][458f1bff-53b1-4d39-bc4c-88c06b8cd48e] Socket close event received\n2025-07-28 19:16:34.802 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54106 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:17:34.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:17:34.768 [info] [command][e1908a04-2e1e-48b2-be76-896fe339d25a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e1908a04-2e1e-48b2-be76-896fe339d25a""}\n2025-07-28 19:17:34.769 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][16566e79-b531-4370-9040-265f6095be3d] received connection request\n2025-07-28 19:17:34.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:17:34.863 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16566e79-b531-4370-9040-265f6095be3d] socks forwarding established\n2025-07-28 19:17:34.911 [info] [command][e1908a04-2e1e-48b2-be76-896fe339d25a] Process exited with code 0\n2025-07-28 19:17:34.912 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16566e79-b531-4370-9040-265f6095be3d] socks connection closed\n2025-07-28 19:17:34.912 [info] [command][e1908a04-2e1e-48b2-be76-896fe339d25a] Socket close event received\n2025-07-28 19:17:34.953 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54164 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:18:34.915 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:18:34.916 [info] [command][bb09cc5d-58e4-492d-9011-0f3e33b92450] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bb09cc5d-58e4-492d-9011-0f3e33b92450""}\n2025-07-28 19:18:34.916 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0f90a945-d847-4bf4-8a77-815fea992e06] received connection request\n2025-07-28 19:18:34.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:18:34.963 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0f90a945-d847-4bf4-8a77-815fea992e06] socks forwarding established\n2025-07-28 19:18:35.010 [info] [command][bb09cc5d-58e4-492d-9011-0f3e33b92450] Process exited with code 0\n2025-07-28 19:18:35.010 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0f90a945-d847-4bf4-8a77-815fea992e06] socks connection closed\n2025-07-28 19:18:35.010 [info] [command][bb09cc5d-58e4-492d-9011-0f3e33b92450] Socket close event received\n2025-07-28 19:18:35.050 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54204 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:19:35.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:19:35.019 [info] [command][eda7c10c-3342-47aa-967a-422e570ae550] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""eda7c10c-3342-47aa-967a-422e570ae550""}\n2025-07-28 19:19:35.021 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0d4a43ef-e56a-4d3e-89f2-92ad833c0bc4] received connection request\n2025-07-28 19:19:35.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:19:35.153 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0d4a43ef-e56a-4d3e-89f2-92ad833c0bc4] socks forwarding established\n2025-07-28 19:19:35.217 [info] [command][eda7c10c-3342-47aa-967a-422e570ae550] Process exited with code 0\n2025-07-28 19:19:35.218 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0d4a43ef-e56a-4d3e-89f2-92ad833c0bc4] socks connection closed\n2025-07-28 19:19:35.218 [info] [command][eda7c10c-3342-47aa-967a-422e570ae550] Socket close event received\n2025-07-28 19:19:35.259 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54226 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:20:35.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:20:35.228 [info] [command][5fb68607-5e77-48e3-bdb9-99c5f5fce42f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5fb68607-5e77-48e3-bdb9-99c5f5fce42f""}\n2025-07-28 19:20:35.229 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][576961d1-b7cb-40e9-ba15-cc6ff568eca9] received connection request\n2025-07-28 19:20:35.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:20:35.274 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][576961d1-b7cb-40e9-ba15-cc6ff568eca9] socks forwarding established\n2025-07-28 19:20:35.322 [info] [command][5fb68607-5e77-48e3-bdb9-99c5f5fce42f] Process exited with code 0\n2025-07-28 19:20:35.322 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][576961d1-b7cb-40e9-ba15-cc6ff568eca9] socks connection closed\n2025-07-28 19:20:35.322 [info] [command][5fb68607-5e77-48e3-bdb9-99c5f5fce42f] Socket close event received\n2025-07-28 19:20:35.361 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54251 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:21:35.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:21:35.326 [info] [command][e2d4163e-e2e8-484f-926c-32e79baed108] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e2d4163e-e2e8-484f-926c-32e79baed108""}\n2025-07-28 19:21:35.326 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][24275ce8-56d1-458a-b0b9-67d3ce83272a] received connection request\n2025-07-28 19:21:35.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:21:35.370 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][24275ce8-56d1-458a-b0b9-67d3ce83272a] socks forwarding established\n2025-07-28 19:21:35.419 [info] [command][e2d4163e-e2e8-484f-926c-32e79baed108] Process exited with code 0\n2025-07-28 19:21:35.419 [info] [command][e2d4163e-e2e8-484f-926c-32e79baed108] Socket close event received\n2025-07-28 19:21:35.428 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][24275ce8-56d1-458a-b0b9-67d3ce83272a] socks connection closed\n2025-07-28 19:21:35.468 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54267 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:22:35.420 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:22:35.421 [info] [command][946cc1e2-aaba-448f-af10-37ee49772601] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""946cc1e2-aaba-448f-af10-37ee49772601""}\n2025-07-28 19:22:35.422 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fed2edd4-bfef-4bd1-a5ac-3dcd3bbcf7d6] received connection request\n2025-07-28 19:22:35.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:22:35.463 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fed2edd4-bfef-4bd1-a5ac-3dcd3bbcf7d6] socks forwarding established\n2025-07-28 19:22:35.508 [info] [command][946cc1e2-aaba-448f-af10-37ee49772601] Process exited with code 0\n2025-07-28 19:22:35.509 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fed2edd4-bfef-4bd1-a5ac-3dcd3bbcf7d6] socks connection closed\n2025-07-28 19:22:35.509 [info] [command][946cc1e2-aaba-448f-af10-37ee49772601] Socket close event received\n2025-07-28 19:22:35.549 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54300 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:23:35.513 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:23:35.517 [info] [command][53424c44-aa9b-449e-8384-2d390527f2a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""53424c44-aa9b-449e-8384-2d390527f2a5""}\n2025-07-28 19:23:35.517 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ebf2a687-9119-477d-8c89-d67c2f99e264] received connection request\n2025-07-28 19:23:35.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:23:35.561 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ebf2a687-9119-477d-8c89-d67c2f99e264] socks forwarding established\n2025-07-28 19:23:35.616 [info] [command][53424c44-aa9b-449e-8384-2d390527f2a5] Process exited with code 0\n2025-07-28 19:23:35.617 [info] [command][53424c44-aa9b-449e-8384-2d390527f2a5] Socket close event received\n2025-07-28 19:23:35.618 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ebf2a687-9119-477d-8c89-d67c2f99e264] socks connection closed\n2025-07-28 19:23:35.676 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54333 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:24:35.621 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:24:35.623 [info] [command][91232afb-65ab-41ba-9c33-be6097ba2f20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""91232afb-65ab-41ba-9c33-be6097ba2f20""}\n2025-07-28 19:24:35.623 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e268a786-2610-4c0b-8903-958d02b16b8a] received connection request\n2025-07-28 19:24:35.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:24:35.667 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e268a786-2610-4c0b-8903-958d02b16b8a] socks forwarding established\n2025-07-28 19:24:35.716 [info] [command][91232afb-65ab-41ba-9c33-be6097ba2f20] Process exited with code 0\n2025-07-28 19:24:35.716 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e268a786-2610-4c0b-8903-958d02b16b8a] socks connection closed\n2025-07-28 19:24:35.716 [info] [command][91232afb-65ab-41ba-9c33-be6097ba2f20] Socket close event received\n2025-07-28 19:24:35.761 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54370 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:25:35.716 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:25:35.718 [info] [command][81d642fd-0af3-4423-96be-de5ade76feb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""81d642fd-0af3-4423-96be-de5ade76feb9""}\n2025-07-28 19:25:35.725 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c74dce59-89db-4735-99f7-de692f9a6e5d] received connection request\n2025-07-28 19:25:35.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:25:35.726 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:25:35.767 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c74dce59-89db-4735-99f7-de692f9a6e5d] socks forwarding established\n2025-07-28 19:25:35.816 [info] [command][81d642fd-0af3-4423-96be-de5ade76feb9] Process exited with code 0\n2025-07-28 19:25:35.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c74dce59-89db-4735-99f7-de692f9a6e5d] socks connection closed\n2025-07-28 19:25:35.816 [info] [command][81d642fd-0af3-4423-96be-de5ade76feb9] Socket close event received\n2025-07-28 19:25:35.913 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54388 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:26:35.820 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:26:35.824 [info] [command][6bcd6eb1-287b-4b7a-aa29-341dc6d6d561] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6bcd6eb1-287b-4b7a-aa29-341dc6d6d561""}\n2025-07-28 19:26:35.825 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][60e84847-acb6-45dd-ade8-2abb1643d355] received connection request\n2025-07-28 19:26:35.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:26:35.826 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:26:35.866 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][60e84847-acb6-45dd-ade8-2abb1643d355] socks forwarding established\n2025-07-28 19:26:35.912 [info] [command][6bcd6eb1-287b-4b7a-aa29-341dc6d6d561] Process exited with code 0\n2025-07-28 19:26:35.912 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][60e84847-acb6-45dd-ade8-2abb1643d355] socks connection closed\n2025-07-28 19:26:35.913 [info] [command][6bcd6eb1-287b-4b7a-aa29-341dc6d6d561] Socket close event received\n2025-07-28 19:26:35.956 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54423 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:27:35.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:27:35.920 [info] [command][d364539b-935b-4b1a-82f3-6d7f1cec434b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d364539b-935b-4b1a-82f3-6d7f1cec434b""}\n2025-07-28 19:27:35.924 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e3eb407f-d583-4433-9748-502e9f91e779] received connection request\n2025-07-28 19:27:35.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:27:35.927 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:27:35.968 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e3eb407f-d583-4433-9748-502e9f91e779] socks forwarding established\n2025-07-28 19:27:36.021 [info] [command][d364539b-935b-4b1a-82f3-6d7f1cec434b] Process exited with code 0\n2025-07-28 19:27:36.021 [info] [command][d364539b-935b-4b1a-82f3-6d7f1cec434b] Socket close event received\n2025-07-28 19:27:36.027 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e3eb407f-d583-4433-9748-502e9f91e779] socks connection closed\n2025-07-28 19:27:36.062 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54467 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:28:36.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:28:36.027 [info] [command][f15eb03b-2a02-4ee0-993d-fef83c036f84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f15eb03b-2a02-4ee0-993d-fef83c036f84""}\n2025-07-28 19:28:36.028 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cc7df067-222d-468b-855e-c9550bc2b062] received connection request\n2025-07-28 19:28:36.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:28:36.072 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cc7df067-222d-468b-855e-c9550bc2b062] socks forwarding established\n2025-07-28 19:28:36.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cc7df067-222d-468b-855e-c9550bc2b062] socks connection closed\n2025-07-28 19:28:36.120 [info] [command][f15eb03b-2a02-4ee0-993d-fef83c036f84] Process exited with code 0\n2025-07-28 19:28:36.120 [info] [command][f15eb03b-2a02-4ee0-993d-fef83c036f84] Socket close event received\n2025-07-28 19:28:36.161 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54499 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:29:36.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:29:36.124 [info] [command][c1736a15-deff-467b-9f8c-51309097e33a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c1736a15-deff-467b-9f8c-51309097e33a""}\n2025-07-28 19:29:36.124 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e619608b-4347-487c-ac95-296f3be9827d] received connection request\n2025-07-28 19:29:36.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:29:36.124 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:29:36.166 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e619608b-4347-487c-ac95-296f3be9827d] socks forwarding established\n2025-07-28 19:29:36.268 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e619608b-4347-487c-ac95-296f3be9827d] socks connection closed\n2025-07-28 19:29:36.268 [info] [command][c1736a15-deff-467b-9f8c-51309097e33a] Process exited with code 0\n2025-07-28 19:29:36.268 [info] [command][c1736a15-deff-467b-9f8c-51309097e33a] Socket close event received\n2025-07-28 19:29:36.306 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54515 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:30:36.271 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:30:36.273 [info] [command][5debb2a5-78bd-420c-a76e-3e13ee5c57f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5debb2a5-78bd-420c-a76e-3e13ee5c57f4""}\n2025-07-28 19:30:36.273 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7ca925d4-28fb-4e68-b43a-55379141cf18] received connection request\n2025-07-28 19:30:36.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:30:36.274 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:30:36.314 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ca925d4-28fb-4e68-b43a-55379141cf18] socks forwarding established\n2025-07-28 19:30:36.360 [info] [command][5debb2a5-78bd-420c-a76e-3e13ee5c57f4] Process exited with code 0\n2025-07-28 19:30:36.360 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ca925d4-28fb-4e68-b43a-55379141cf18] socks connection closed\n2025-07-28 19:30:36.360 [info] [command][5debb2a5-78bd-420c-a76e-3e13ee5c57f4] Socket close event received\n2025-07-28 19:30:36.402 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54536 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:31:36.366 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:31:36.372 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][86c37cc3-2cf3-467f-bb2c-86bd5d222d87] received connection request\n2025-07-28 19:31:36.372 [info] [command][fd1c5e97-a2d9-49cd-9b35-552dcb75a611] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fd1c5e97-a2d9-49cd-9b35-552dcb75a611""}\n2025-07-28 19:31:36.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:31:36.420 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][86c37cc3-2cf3-467f-bb2c-86bd5d222d87] socks forwarding established\n2025-07-28 19:31:36.465 [info] [command][fd1c5e97-a2d9-49cd-9b35-552dcb75a611] Process exited with code 0\n2025-07-28 19:31:36.465 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][86c37cc3-2cf3-467f-bb2c-86bd5d222d87] socks connection closed\n2025-07-28 19:31:36.466 [info] [command][fd1c5e97-a2d9-49cd-9b35-552dcb75a611] Socket close event received\n2025-07-28 19:31:36.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54563 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:32:36.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:32:36.472 [info] [command][da61ee82-ae9c-4187-82a3-7b92a4e6d3a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""da61ee82-ae9c-4187-82a3-7b92a4e6d3a0""}\n2025-07-28 19:32:36.473 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][66b07ec4-bfea-40ba-8dd9-324feb30b25d] received connection request\n2025-07-28 19:32:36.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:32:36.572 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][66b07ec4-bfea-40ba-8dd9-324feb30b25d] socks forwarding established\n2025-07-28 19:32:36.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][66b07ec4-bfea-40ba-8dd9-324feb30b25d] socks connection closed\n2025-07-28 19:32:36.710 [info] [command][da61ee82-ae9c-4187-82a3-7b92a4e6d3a0] Process exited with code 0\n2025-07-28 19:32:36.711 [info] [command][da61ee82-ae9c-4187-82a3-7b92a4e6d3a0] Socket close event received\n2025-07-28 19:32:36.750 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54608 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:33:36.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:33:36.714 [info] [command][d9c76227-7554-42a4-b9ee-2816115fa3b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d9c76227-7554-42a4-b9ee-2816115fa3b5""}\n2025-07-28 19:33:36.715 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][13d448fc-fd82-4beb-bc28-1460a631d6c8] received connection request\n2025-07-28 19:33:36.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:33:36.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][13d448fc-fd82-4beb-bc28-1460a631d6c8] socks forwarding established\n2025-07-28 19:33:36.802 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][13d448fc-fd82-4beb-bc28-1460a631d6c8] socks connection closed\n2025-07-28 19:33:36.803 [info] [command][d9c76227-7554-42a4-b9ee-2816115fa3b5] Process exited with code 0\n2025-07-28 19:33:36.803 [info] [command][d9c76227-7554-42a4-b9ee-2816115fa3b5] Socket close event received\n2025-07-28 19:33:36.842 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54637 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:34:36.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:34:36.811 [info] [command][cd383aa4-aa0d-46c1-8deb-aabed0501fd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cd383aa4-aa0d-46c1-8deb-aabed0501fd4""}\n2025-07-28 19:34:36.812 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cef31286-e0fd-4eac-9fdc-db6a35e072e4] received connection request\n2025-07-28 19:34:36.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:34:36.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cef31286-e0fd-4eac-9fdc-db6a35e072e4] socks forwarding established\n2025-07-28 19:34:36.898 [info] [command][cd383aa4-aa0d-46c1-8deb-aabed0501fd4] Process exited with code 0\n2025-07-28 19:34:36.898 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cef31286-e0fd-4eac-9fdc-db6a35e072e4] socks connection closed\n2025-07-28 19:34:36.898 [info] [command][cd383aa4-aa0d-46c1-8deb-aabed0501fd4] Socket close event received\n2025-07-28 19:34:36.944 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54657 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:35:36.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:35:36.906 [info] [command][1750f9d1-09e4-44e5-8290-f63b36d255f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1750f9d1-09e4-44e5-8290-f63b36d255f6""}\n2025-07-28 19:35:36.907 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f4e31733-eea9-4ea2-a8cf-30ba1cd41fc0] received connection request\n2025-07-28 19:35:36.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:35:37.037 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4e31733-eea9-4ea2-a8cf-30ba1cd41fc0] socks forwarding established\n2025-07-28 19:35:37.082 [info] [command][1750f9d1-09e4-44e5-8290-f63b36d255f6] Process exited with code 0\n2025-07-28 19:35:37.083 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4e31733-eea9-4ea2-a8cf-30ba1cd41fc0] socks connection closed\n2025-07-28 19:35:37.084 [info] [command][1750f9d1-09e4-44e5-8290-f63b36d255f6] Socket close event received\n2025-07-28 19:35:37.126 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54681 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:36:37.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:36:37.090 [info] [command][7e163f4f-c115-4c91-bbfb-b3265b9473a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7e163f4f-c115-4c91-bbfb-b3265b9473a0""}\n2025-07-28 19:36:37.091 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][575ff184-5229-4295-a96d-62f32d2661a7] received connection request\n2025-07-28 19:36:37.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:36:37.133 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][575ff184-5229-4295-a96d-62f32d2661a7] socks forwarding established\n2025-07-28 19:36:37.177 [info] [command][7e163f4f-c115-4c91-bbfb-b3265b9473a0] Process exited with code 0\n2025-07-28 19:36:37.178 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][575ff184-5229-4295-a96d-62f32d2661a7] socks connection closed\n2025-07-28 19:36:37.178 [info] [command][7e163f4f-c115-4c91-bbfb-b3265b9473a0] Socket close event received\n2025-07-28 19:36:37.219 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54708 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:37:37.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:37:37.187 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7eb7ed87-a933-463d-bc01-c2495eaa69a6] received connection request\n2025-07-28 19:37:37.187 [info] [command][69c0c747-6293-43be-8556-80185706ff09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""69c0c747-6293-43be-8556-80185706ff09""}\n2025-07-28 19:37:37.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:37:37.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7eb7ed87-a933-463d-bc01-c2495eaa69a6] socks forwarding established\n2025-07-28 19:37:37.286 [info] [command][69c0c747-6293-43be-8556-80185706ff09] Process exited with code 0\n2025-07-28 19:37:37.286 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7eb7ed87-a933-463d-bc01-c2495eaa69a6] socks connection closed\n2025-07-28 19:37:37.286 [info] [command][69c0c747-6293-43be-8556-80185706ff09] Socket close event received\n2025-07-28 19:37:37.326 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54758 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:38:37.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:38:37.293 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][18f8abb1-490f-459f-be12-b7d7a9230a20] received connection request\n2025-07-28 19:38:37.293 [info] [command][e170307f-6ab8-406e-b744-102b630d5d18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e170307f-6ab8-406e-b744-102b630d5d18""}\n2025-07-28 19:38:37.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:38:37.334 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18f8abb1-490f-459f-be12-b7d7a9230a20] socks forwarding established\n2025-07-28 19:38:37.382 [info] [command][e170307f-6ab8-406e-b744-102b630d5d18] Process exited with code 0\n2025-07-28 19:38:37.382 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18f8abb1-490f-459f-be12-b7d7a9230a20] socks connection closed\n2025-07-28 19:38:37.382 [info] [command][e170307f-6ab8-406e-b744-102b630d5d18] Socket close event received\n2025-07-28 19:38:37.425 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54800 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:39:37.383 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:39:37.386 [info] [command][51541242-1ffb-420e-a405-d9e57d7fdb55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""51541242-1ffb-420e-a405-d9e57d7fdb55""}\n2025-07-28 19:39:37.386 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cfa617e9-d149-4c70-b064-568b0b245138] received connection request\n2025-07-28 19:39:37.386 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:39:37.433 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cfa617e9-d149-4c70-b064-568b0b245138] socks forwarding established\n2025-07-28 19:39:37.556 [info] [command][51541242-1ffb-420e-a405-d9e57d7fdb55] Process exited with code 0\n2025-07-28 19:39:37.557 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cfa617e9-d149-4c70-b064-568b0b245138] socks connection closed\n2025-07-28 19:39:37.557 [info] [command][51541242-1ffb-420e-a405-d9e57d7fdb55] Socket close event received\n2025-07-28 19:39:37.596 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54833 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:40:37.560 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:40:37.562 [info] [command][b19fe817-badc-44b1-9382-41f8ad24caf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b19fe817-badc-44b1-9382-41f8ad24caf6""}\n2025-07-28 19:40:37.563 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][26fea97e-2868-4286-8d61-ff5724026122] received connection request\n2025-07-28 19:40:37.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:40:37.603 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][26fea97e-2868-4286-8d61-ff5724026122] socks forwarding established\n2025-07-28 19:40:37.649 [info] [command][b19fe817-badc-44b1-9382-41f8ad24caf6] Process exited with code 0\n2025-07-28 19:40:37.649 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][26fea97e-2868-4286-8d61-ff5724026122] socks connection closed\n2025-07-28 19:40:37.649 [info] [command][b19fe817-badc-44b1-9382-41f8ad24caf6] Socket close event received\n2025-07-28 19:40:37.696 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54865 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:41:37.654 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:41:37.656 [info] [command][7b56c649-3ebc-4992-a581-c5b3540d4af3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7b56c649-3ebc-4992-a581-c5b3540d4af3""}\n2025-07-28 19:41:37.657 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][35fb5a11-af9b-423a-b832-f2ffe1b87eb5] received connection request\n2025-07-28 19:41:37.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:41:37.725 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35fb5a11-af9b-423a-b832-f2ffe1b87eb5] socks forwarding established\n2025-07-28 19:41:37.784 [info] [command][7b56c649-3ebc-4992-a581-c5b3540d4af3] Process exited with code 0\n2025-07-28 19:41:37.784 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35fb5a11-af9b-423a-b832-f2ffe1b87eb5] socks connection closed\n2025-07-28 19:41:37.784 [info] [command][7b56c649-3ebc-4992-a581-c5b3540d4af3] Socket close event received\n2025-07-28 19:41:37.831 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54890 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:42:37.787 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:42:37.789 [info] [command][0dc10867-fb82-44b1-b8f8-f42da1a32e53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0dc10867-fb82-44b1-b8f8-f42da1a32e53""}\n2025-07-28 19:42:37.789 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][43fa274e-6913-4389-a4f0-88102688ad5f] received connection request\n2025-07-28 19:42:37.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:42:37.854 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43fa274e-6913-4389-a4f0-88102688ad5f] socks forwarding established\n2025-07-28 19:42:37.900 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43fa274e-6913-4389-a4f0-88102688ad5f] socks connection closed\n2025-07-28 19:42:37.900 [info] [command][0dc10867-fb82-44b1-b8f8-f42da1a32e53] Process exited with code 0\n2025-07-28 19:42:37.900 [info] [command][0dc10867-fb82-44b1-b8f8-f42da1a32e53] Socket close event received\n2025-07-28 19:42:37.948 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54939 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:43:37.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:43:37.908 [info] [command][09bc832a-522f-4b50-a3a8-7d060a1809ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""09bc832a-522f-4b50-a3a8-7d060a1809ef""}\n2025-07-28 19:43:37.909 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][39e8cc55-cf73-4914-8f9b-4087243924d3] received connection request\n2025-07-28 19:43:37.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:43:37.954 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][39e8cc55-cf73-4914-8f9b-4087243924d3] socks forwarding established\n2025-07-28 19:43:38.001 [info] [command][09bc832a-522f-4b50-a3a8-7d060a1809ef] Process exited with code 0\n2025-07-28 19:43:38.002 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][39e8cc55-cf73-4914-8f9b-4087243924d3] socks connection closed\n2025-07-28 19:43:38.002 [info] [command][09bc832a-522f-4b50-a3a8-7d060a1809ef] Socket close event received\n2025-07-28 19:43:38.280 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 54993 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:44:38.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:44:38.009 [info] [command][d69b0dfb-f964-4b35-ab7c-8ff2a52fc9bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d69b0dfb-f964-4b35-ab7c-8ff2a52fc9bc""}\n2025-07-28 19:44:38.010 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][95e6d5a7-917d-4995-9b97-e72574af041e] received connection request\n2025-07-28 19:44:38.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:44:38.052 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][95e6d5a7-917d-4995-9b97-e72574af041e] socks forwarding established\n2025-07-28 19:44:38.098 [info] [command][d69b0dfb-f964-4b35-ab7c-8ff2a52fc9bc] Process exited with code 0\n2025-07-28 19:44:38.099 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][95e6d5a7-917d-4995-9b97-e72574af041e] socks connection closed\n2025-07-28 19:44:38.099 [info] [command][d69b0dfb-f964-4b35-ab7c-8ff2a52fc9bc] Socket close event received\n2025-07-28 19:44:38.140 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55019 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:45:38.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:45:38.107 [info] [command][b9756a3e-50bf-48a0-bd66-b691a7aaaffd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b9756a3e-50bf-48a0-bd66-b691a7aaaffd""}\n2025-07-28 19:45:38.108 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d3dbebb8-fc8c-4e0e-94e3-a6b7d5d45e1f] received connection request\n2025-07-28 19:45:38.109 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:45:38.155 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d3dbebb8-fc8c-4e0e-94e3-a6b7d5d45e1f] socks forwarding established\n2025-07-28 19:45:38.201 [info] [command][b9756a3e-50bf-48a0-bd66-b691a7aaaffd] Process exited with code 0\n2025-07-28 19:45:38.202 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d3dbebb8-fc8c-4e0e-94e3-a6b7d5d45e1f] socks connection closed\n2025-07-28 19:45:38.202 [info] [command][b9756a3e-50bf-48a0-bd66-b691a7aaaffd] Socket close event received\n2025-07-28 19:45:38.244 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55043 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:46:38.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:46:38.206 [info] [command][2263deb7-eb7b-4210-88b2-59764f4932ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2263deb7-eb7b-4210-88b2-59764f4932ff""}\n2025-07-28 19:46:38.206 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7ff583ea-3890-4db1-a5c1-f367a16965b8] received connection request\n2025-07-28 19:46:38.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 19:46:38.207 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:46:38.275 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ff583ea-3890-4db1-a5c1-f367a16965b8] socks forwarding established\n2025-07-28 19:46:38.322 [info] [command][2263deb7-eb7b-4210-88b2-59764f4932ff] Process exited with code 0\n2025-07-28 19:46:38.323 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ff583ea-3890-4db1-a5c1-f367a16965b8] socks connection closed\n2025-07-28 19:46:38.323 [info] [command][2263deb7-eb7b-4210-88b2-59764f4932ff] Socket close event received\n2025-07-28 19:46:38.508 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55084 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:47:38.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:47:38.329 [info] [command][f4021872-c405-4c7c-bc9e-b32d4543729e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f4021872-c405-4c7c-bc9e-b32d4543729e""}\n2025-07-28 19:47:38.330 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][60c3f846-13dc-4f38-8140-c794bfffaedb] received connection request\n2025-07-28 19:47:38.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:47:38.374 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][60c3f846-13dc-4f38-8140-c794bfffaedb] socks forwarding established\n2025-07-28 19:47:38.420 [info] [command][f4021872-c405-4c7c-bc9e-b32d4543729e] Process exited with code 0\n2025-07-28 19:47:38.421 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][60c3f846-13dc-4f38-8140-c794bfffaedb] socks connection closed\n2025-07-28 19:47:38.421 [info] [command][f4021872-c405-4c7c-bc9e-b32d4543729e] Socket close event received\n2025-07-28 19:47:38.463 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55132 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:48:38.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:48:38.428 [info] [command][5cd9c692-bba2-4b57-b561-07f2f8fd2c1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5cd9c692-bba2-4b57-b561-07f2f8fd2c1e""}\n2025-07-28 19:48:38.429 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d3fbc1a2-acff-47b9-ba5d-24148358f253] received connection request\n2025-07-28 19:48:38.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:48:38.470 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d3fbc1a2-acff-47b9-ba5d-24148358f253] socks forwarding established\n2025-07-28 19:48:38.515 [info] [command][5cd9c692-bba2-4b57-b561-07f2f8fd2c1e] Process exited with code 0\n2025-07-28 19:48:38.515 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d3fbc1a2-acff-47b9-ba5d-24148358f253] socks connection closed\n2025-07-28 19:48:38.516 [info] [command][5cd9c692-bba2-4b57-b561-07f2f8fd2c1e] Socket close event received\n2025-07-28 19:48:38.554 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55199 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:49:38.518 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:49:38.522 [info] [command][666b33a5-9935-44c3-a6f3-f8d3642508ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""666b33a5-9935-44c3-a6f3-f8d3642508ed""}\n2025-07-28 19:49:38.523 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a40cfadd-dea4-441b-a06c-0327665508ba] received connection request\n2025-07-28 19:49:38.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:49:38.566 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a40cfadd-dea4-441b-a06c-0327665508ba] socks forwarding established\n2025-07-28 19:49:38.614 [info] [command][666b33a5-9935-44c3-a6f3-f8d3642508ed] Process exited with code 0\n2025-07-28 19:49:38.615 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a40cfadd-dea4-441b-a06c-0327665508ba] socks connection closed\n2025-07-28 19:49:38.615 [info] [command][666b33a5-9935-44c3-a6f3-f8d3642508ed] Socket close event received\n2025-07-28 19:49:38.654 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55222 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:50:38.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:50:38.618 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][003d6564-c2b1-4aa0-8954-4d9d6839fa8a] received connection request\n2025-07-28 19:50:38.618 [info] [command][0a65f676-02bc-466b-aabb-ba7299659e09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0a65f676-02bc-466b-aabb-ba7299659e09""}\n2025-07-28 19:50:38.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:50:38.684 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][003d6564-c2b1-4aa0-8954-4d9d6839fa8a] socks forwarding established\n2025-07-28 19:50:38.730 [info] [command][0a65f676-02bc-466b-aabb-ba7299659e09] Process exited with code 0\n2025-07-28 19:50:38.730 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][003d6564-c2b1-4aa0-8954-4d9d6839fa8a] socks connection closed\n2025-07-28 19:50:38.730 [info] [command][0a65f676-02bc-466b-aabb-ba7299659e09] Socket close event received\n2025-07-28 19:50:38.771 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55272 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:51:38.733 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:51:38.736 [info] [command][ec5ef3c8-4766-422d-a841-7208bc90e571] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ec5ef3c8-4766-422d-a841-7208bc90e571""}\n2025-07-28 19:51:38.737 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][41626250-618f-46af-a422-591085b9ac1d] received connection request\n2025-07-28 19:51:38.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:51:38.781 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41626250-618f-46af-a422-591085b9ac1d] socks forwarding established\n2025-07-28 19:51:38.826 [info] [command][ec5ef3c8-4766-422d-a841-7208bc90e571] Process exited with code 0\n2025-07-28 19:51:38.826 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41626250-618f-46af-a422-591085b9ac1d] socks connection closed\n2025-07-28 19:51:38.826 [info] [command][ec5ef3c8-4766-422d-a841-7208bc90e571] Socket close event received\n2025-07-28 19:51:38.869 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55290 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:52:38.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:52:38.828 [info] [command][4947cd2f-e44f-4978-941b-0326c28ab5ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4947cd2f-e44f-4978-941b-0326c28ab5ec""}\n2025-07-28 19:52:38.828 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][24cb8856-8f24-41e5-8db9-4675539497de] received connection request\n2025-07-28 19:52:38.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:52:38.902 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][24cb8856-8f24-41e5-8db9-4675539497de] socks forwarding established\n2025-07-28 19:52:39.063 [info] [command][4947cd2f-e44f-4978-941b-0326c28ab5ec] Process exited with code 0\n2025-07-28 19:52:39.063 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][24cb8856-8f24-41e5-8db9-4675539497de] socks connection closed\n2025-07-28 19:52:39.063 [info] [command][4947cd2f-e44f-4978-941b-0326c28ab5ec] Socket close event received\n2025-07-28 19:52:39.105 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55338 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:53:39.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:53:39.067 [info] [command][c9309f59-bb85-4703-819a-cf866a0734c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c9309f59-bb85-4703-819a-cf866a0734c1""}\n2025-07-28 19:53:39.068 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][619cc4d0-2841-4de9-aa6c-b13c9840664b] received connection request\n2025-07-28 19:53:39.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:53:39.111 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][619cc4d0-2841-4de9-aa6c-b13c9840664b] socks forwarding established\n2025-07-28 19:53:39.156 [info] [command][c9309f59-bb85-4703-819a-cf866a0734c1] Process exited with code 0\n2025-07-28 19:53:39.156 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][619cc4d0-2841-4de9-aa6c-b13c9840664b] socks connection closed\n2025-07-28 19:53:39.156 [info] [command][c9309f59-bb85-4703-819a-cf866a0734c1] Socket close event received\n2025-07-28 19:53:39.196 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55375 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:54:39.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:54:39.162 [info] [command][819d29d4-c5b8-4195-9365-3a0f2cd7db45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""819d29d4-c5b8-4195-9365-3a0f2cd7db45""}\n2025-07-28 19:54:39.162 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][18c1a6fd-bdac-454c-882b-f54615a8899e] received connection request\n2025-07-28 19:54:39.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:54:39.205 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18c1a6fd-bdac-454c-882b-f54615a8899e] socks forwarding established\n2025-07-28 19:54:39.252 [info] [command][819d29d4-c5b8-4195-9365-3a0f2cd7db45] Process exited with code 0\n2025-07-28 19:54:39.253 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][18c1a6fd-bdac-454c-882b-f54615a8899e] socks connection closed\n2025-07-28 19:54:39.253 [info] [command][819d29d4-c5b8-4195-9365-3a0f2cd7db45] Socket close event received\n2025-07-28 19:54:39.295 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55419 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:55:39.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:55:39.255 [info] [command][96264898-d8e9-45d4-8a72-9218ac2642aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""96264898-d8e9-45d4-8a72-9218ac2642aa""}\n2025-07-28 19:55:39.255 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d0fceaa4-2c06-4228-b10f-f7f0b2c4f5a9] received connection request\n2025-07-28 19:55:39.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:55:39.294 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d0fceaa4-2c06-4228-b10f-f7f0b2c4f5a9] socks forwarding established\n2025-07-28 19:55:39.336 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d0fceaa4-2c06-4228-b10f-f7f0b2c4f5a9] socks connection closed\n2025-07-28 19:55:39.337 [info] [command][96264898-d8e9-45d4-8a72-9218ac2642aa] Process exited with code 0\n2025-07-28 19:55:39.337 [info] [command][96264898-d8e9-45d4-8a72-9218ac2642aa] Socket close event received\n2025-07-28 19:55:39.376 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55446 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:56:39.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:56:39.342 [info] [command][cd408de6-e358-4878-99e2-77317f167630] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cd408de6-e358-4878-99e2-77317f167630""}\n2025-07-28 19:56:39.343 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][940c499a-4da5-442a-9bb8-83e159cfa3d7] received connection request\n2025-07-28 19:56:39.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:56:39.404 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][940c499a-4da5-442a-9bb8-83e159cfa3d7] socks forwarding established\n2025-07-28 19:56:39.449 [info] [command][cd408de6-e358-4878-99e2-77317f167630] Process exited with code 0\n2025-07-28 19:56:39.449 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][940c499a-4da5-442a-9bb8-83e159cfa3d7] socks connection closed\n2025-07-28 19:56:39.449 [info] [command][cd408de6-e358-4878-99e2-77317f167630] Socket close event received\n2025-07-28 19:56:39.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55468 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:57:39.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:57:39.457 [info] [command][c70d2201-9708-4644-8d45-9ff42a36ec53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c70d2201-9708-4644-8d45-9ff42a36ec53""}\n2025-07-28 19:57:39.458 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d48716fa-9106-4cc0-abd3-06d2cf73d6f1] received connection request\n2025-07-28 19:57:39.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:57:39.501 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d48716fa-9106-4cc0-abd3-06d2cf73d6f1] socks forwarding established\n2025-07-28 19:57:39.546 [info] [command][c70d2201-9708-4644-8d45-9ff42a36ec53] Process exited with code 0\n2025-07-28 19:57:39.547 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d48716fa-9106-4cc0-abd3-06d2cf73d6f1] socks connection closed\n2025-07-28 19:57:39.547 [info] [command][c70d2201-9708-4644-8d45-9ff42a36ec53] Socket close event received\n2025-07-28 19:57:39.588 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55515 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:58:39.549 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:58:39.551 [info] [command][f61e48ba-7551-4ae5-b436-5fce61c46f48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f61e48ba-7551-4ae5-b436-5fce61c46f48""}\n2025-07-28 19:58:39.551 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ad84b629-6ce3-4eba-85da-b8e80cee6b7a] received connection request\n2025-07-28 19:58:39.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:58:39.592 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ad84b629-6ce3-4eba-85da-b8e80cee6b7a] socks forwarding established\n2025-07-28 19:58:39.635 [info] [command][f61e48ba-7551-4ae5-b436-5fce61c46f48] Process exited with code 0\n2025-07-28 19:58:39.635 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ad84b629-6ce3-4eba-85da-b8e80cee6b7a] socks connection closed\n2025-07-28 19:58:39.635 [info] [command][f61e48ba-7551-4ae5-b436-5fce61c46f48] Socket close event received\n2025-07-28 19:58:39.675 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55549 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 19:59:39.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 19:59:39.641 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c5895f2d-c5bf-48da-b980-62fd5469e3cd] received connection request\n2025-07-28 19:59:39.641 [info] [command][11d9230b-35d1-4ed5-8045-7278f87a3982] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""11d9230b-35d1-4ed5-8045-7278f87a3982""}\n2025-07-28 19:59:39.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 19:59:39.699 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c5895f2d-c5bf-48da-b980-62fd5469e3cd] socks forwarding established\n2025-07-28 19:59:39.744 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c5895f2d-c5bf-48da-b980-62fd5469e3cd] socks connection closed\n2025-07-28 19:59:39.744 [info] [command][11d9230b-35d1-4ed5-8045-7278f87a3982] Process exited with code 0\n2025-07-28 19:59:39.744 [info] [command][11d9230b-35d1-4ed5-8045-7278f87a3982] Socket close event received\n2025-07-28 19:59:39.785 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55589 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:00:39.746 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:00:39.748 [info] [command][7ecdd918-c585-409a-88dd-0c58f1aeeb64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7ecdd918-c585-409a-88dd-0c58f1aeeb64""}\n2025-07-28 20:00:39.748 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][12571757-c19d-4fe7-a04c-faf44c3b825a] received connection request\n2025-07-28 20:00:39.749 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:00:39.790 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][12571757-c19d-4fe7-a04c-faf44c3b825a] socks forwarding established\n2025-07-28 20:00:39.835 [info] [command][7ecdd918-c585-409a-88dd-0c58f1aeeb64] Process exited with code 0\n2025-07-28 20:00:39.836 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][12571757-c19d-4fe7-a04c-faf44c3b825a] socks connection closed\n2025-07-28 20:00:39.836 [info] [command][7ecdd918-c585-409a-88dd-0c58f1aeeb64] Socket close event received\n2025-07-28 20:00:39.883 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55637 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:01:39.840 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:01:39.844 [info] [command][ea9d3b41-2dd7-4dda-afb4-dcbf40e5e492] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ea9d3b41-2dd7-4dda-afb4-dcbf40e5e492""}\n2025-07-28 20:01:39.845 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f91f08f9-6371-4f4d-927e-84d3e0239be4] received connection request\n2025-07-28 20:01:39.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:01:39.888 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f91f08f9-6371-4f4d-927e-84d3e0239be4] socks forwarding established\n2025-07-28 20:01:39.936 [info] [command][ea9d3b41-2dd7-4dda-afb4-dcbf40e5e492] Process exited with code 0\n2025-07-28 20:01:39.937 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f91f08f9-6371-4f4d-927e-84d3e0239be4] socks connection closed\n2025-07-28 20:01:39.937 [info] [command][ea9d3b41-2dd7-4dda-afb4-dcbf40e5e492] Socket close event received\n2025-07-28 20:01:39.977 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55664 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:02:39.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:02:39.940 [info] [command][6c205bb8-4660-4386-94b8-7bac56ccd6ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6c205bb8-4660-4386-94b8-7bac56ccd6ca""}\n2025-07-28 20:02:39.941 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e0f56f22-bd27-4a5f-81d5-5fb205495403] received connection request\n2025-07-28 20:02:39.941 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:02:40.005 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e0f56f22-bd27-4a5f-81d5-5fb205495403] socks forwarding established\n2025-07-28 20:02:40.051 [info] [command][6c205bb8-4660-4386-94b8-7bac56ccd6ca] Process exited with code 0\n2025-07-28 20:02:40.052 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e0f56f22-bd27-4a5f-81d5-5fb205495403] socks connection closed\n2025-07-28 20:02:40.052 [info] [command][6c205bb8-4660-4386-94b8-7bac56ccd6ca] Socket close event received\n2025-07-28 20:02:40.176 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55700 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:03:40.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:03:40.059 [info] [command][99251b30-780d-492b-8f4a-92ed1fd7e1ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""99251b30-780d-492b-8f4a-92ed1fd7e1ff""}\n2025-07-28 20:03:40.060 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][46eb7af5-3111-4de0-87d3-86149e3c549f] received connection request\n2025-07-28 20:03:40.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:03:40.105 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46eb7af5-3111-4de0-87d3-86149e3c549f] socks forwarding established\n2025-07-28 20:03:40.151 [info] [command][99251b30-780d-492b-8f4a-92ed1fd7e1ff] Process exited with code 0\n2025-07-28 20:03:40.151 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46eb7af5-3111-4de0-87d3-86149e3c549f] socks connection closed\n2025-07-28 20:03:40.151 [info] [command][99251b30-780d-492b-8f4a-92ed1fd7e1ff] Socket close event received\n2025-07-28 20:03:40.191 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55770 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:04:40.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:04:40.156 [info] [command][76657eb9-0e5a-48d7-b54c-b510032969f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""76657eb9-0e5a-48d7-b54c-b510032969f5""}\n2025-07-28 20:04:40.156 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a65e5081-058f-4eb2-8235-3b10bcafc565] received connection request\n2025-07-28 20:04:40.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:04:40.157 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:04:40.201 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a65e5081-058f-4eb2-8235-3b10bcafc565] socks forwarding established\n2025-07-28 20:04:40.247 [info] [command][76657eb9-0e5a-48d7-b54c-b510032969f5] Process exited with code 0\n2025-07-28 20:04:40.247 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a65e5081-058f-4eb2-8235-3b10bcafc565] socks connection closed\n2025-07-28 20:04:40.247 [info] [command][76657eb9-0e5a-48d7-b54c-b510032969f5] Socket close event received\n2025-07-28 20:04:40.288 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55793 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:05:40.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:05:40.257 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d648b072-6326-4f7a-a98e-eb24af16da46] received connection request\n2025-07-28 20:05:40.257 [info] [command][1b052b55-8308-46f2-b082-b05a26baf4f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1b052b55-8308-46f2-b082-b05a26baf4f9""}\n2025-07-28 20:05:40.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:05:40.304 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d648b072-6326-4f7a-a98e-eb24af16da46] socks forwarding established\n2025-07-28 20:05:40.353 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d648b072-6326-4f7a-a98e-eb24af16da46] socks connection closed\n2025-07-28 20:05:40.353 [info] [command][1b052b55-8308-46f2-b082-b05a26baf4f9] Process exited with code 0\n2025-07-28 20:05:40.353 [info] [command][1b052b55-8308-46f2-b082-b05a26baf4f9] Socket close event received\n2025-07-28 20:05:40.397 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55824 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:06:40.357 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:06:40.359 [info] [command][ab26d7ec-451f-435f-8b28-8b4860aadd81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ab26d7ec-451f-435f-8b28-8b4860aadd81""}\n2025-07-28 20:06:40.359 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][57539c98-d864-4906-a778-2d05d6d90bc2] received connection request\n2025-07-28 20:06:40.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:06:40.435 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][57539c98-d864-4906-a778-2d05d6d90bc2] socks forwarding established\n2025-07-28 20:06:40.485 [info] [command][ab26d7ec-451f-435f-8b28-8b4860aadd81] Process exited with code 0\n2025-07-28 20:06:40.486 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][57539c98-d864-4906-a778-2d05d6d90bc2] socks connection closed\n2025-07-28 20:06:40.486 [info] [command][ab26d7ec-451f-435f-8b28-8b4860aadd81] Socket close event received\n2025-07-28 20:06:40.552 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55850 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:07:40.490 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:07:40.493 [info] [command][bcde1dcf-d63e-432e-af91-18147117d342] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bcde1dcf-d63e-432e-af91-18147117d342""}\n2025-07-28 20:07:40.493 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][eedb5430-2364-4587-800e-569e6eb4cd88] received connection request\n2025-07-28 20:07:40.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:07:40.543 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eedb5430-2364-4587-800e-569e6eb4cd88] socks forwarding established\n2025-07-28 20:07:40.729 [info] [command][bcde1dcf-d63e-432e-af91-18147117d342] Process exited with code 0\n2025-07-28 20:07:40.729 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eedb5430-2364-4587-800e-569e6eb4cd88] socks connection closed\n2025-07-28 20:07:40.730 [info] [command][bcde1dcf-d63e-432e-af91-18147117d342] Socket close event received\n2025-07-28 20:07:40.778 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55900 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:08:40.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:08:40.737 [info] [command][92dcefc4-92a0-487b-9b7c-8426d27c2f93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""92dcefc4-92a0-487b-9b7c-8426d27c2f93""}\n2025-07-28 20:08:40.738 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][303b4c11-7190-4e04-9575-1c4fa58a5852] received connection request\n2025-07-28 20:08:40.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:08:40.805 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][303b4c11-7190-4e04-9575-1c4fa58a5852] socks forwarding established\n2025-07-28 20:08:40.938 [info] [command][92dcefc4-92a0-487b-9b7c-8426d27c2f93] Process exited with code 0\n2025-07-28 20:08:40.938 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][303b4c11-7190-4e04-9575-1c4fa58a5852] socks connection closed\n2025-07-28 20:08:40.938 [info] [command][92dcefc4-92a0-487b-9b7c-8426d27c2f93] Socket close event received\n2025-07-28 20:08:40.979 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 55952 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:09:40.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:09:40.945 [info] [command][f153dd0a-4f15-4099-af1b-8f16cc8e40dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f153dd0a-4f15-4099-af1b-8f16cc8e40dc""}\n2025-07-28 20:09:40.946 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ee6a18a2-058c-4864-894a-73b0f9736192] received connection request\n2025-07-28 20:09:40.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:09:40.987 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ee6a18a2-058c-4864-894a-73b0f9736192] socks forwarding established\n2025-07-28 20:09:41.033 [info] [command][f153dd0a-4f15-4099-af1b-8f16cc8e40dc] Process exited with code 0\n2025-07-28 20:09:41.034 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ee6a18a2-058c-4864-894a-73b0f9736192] socks connection closed\n2025-07-28 20:09:41.034 [info] [command][f153dd0a-4f15-4099-af1b-8f16cc8e40dc] Socket close event received\n2025-07-28 20:09:41.076 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56110 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:10:41.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:10:41.040 [info] [command][03434512-f31e-4a4b-b151-870b671c1a64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""03434512-f31e-4a4b-b151-870b671c1a64""}\n2025-07-28 20:10:41.042 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f5b5d7be-d754-4df2-acfc-3be70305ae0d] received connection request\n2025-07-28 20:10:41.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:10:41.084 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f5b5d7be-d754-4df2-acfc-3be70305ae0d] socks forwarding established\n2025-07-28 20:10:41.130 [info] [command][03434512-f31e-4a4b-b151-870b671c1a64] Process exited with code 0\n2025-07-28 20:10:41.131 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f5b5d7be-d754-4df2-acfc-3be70305ae0d] socks connection closed\n2025-07-28 20:10:41.131 [info] [command][03434512-f31e-4a4b-b151-870b671c1a64] Socket close event received\n2025-07-28 20:10:41.171 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56162 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:11:41.136 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:11:41.137 [info] [command][aded2755-c20d-4720-af7d-f919f8cd12ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""aded2755-c20d-4720-af7d-f919f8cd12ef""}\n2025-07-28 20:11:41.138 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][32d1e072-4bb7-424f-bd5e-b5bf1b2b84e1] received connection request\n2025-07-28 20:11:41.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:11:41.185 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][32d1e072-4bb7-424f-bd5e-b5bf1b2b84e1] socks forwarding established\n2025-07-28 20:11:41.231 [info] [command][aded2755-c20d-4720-af7d-f919f8cd12ef] Process exited with code 0\n2025-07-28 20:11:41.233 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][32d1e072-4bb7-424f-bd5e-b5bf1b2b84e1] socks connection closed\n2025-07-28 20:11:41.233 [info] [command][aded2755-c20d-4720-af7d-f919f8cd12ef] Socket close event received\n2025-07-28 20:11:41.272 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56197 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:12:41.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:12:41.240 [info] [command][dd81ffb7-2819-44b8-87c9-1ec9aead9538] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dd81ffb7-2819-44b8-87c9-1ec9aead9538""}\n2025-07-28 20:12:41.241 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7ff6b4e1-dd7e-409b-aa5b-41d2088eca90] received connection request\n2025-07-28 20:12:41.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:12:41.242 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:12:41.285 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ff6b4e1-dd7e-409b-aa5b-41d2088eca90] socks forwarding established\n2025-07-28 20:12:41.328 [info] [command][dd81ffb7-2819-44b8-87c9-1ec9aead9538] Process exited with code 0\n2025-07-28 20:12:41.328 [info] [command][dd81ffb7-2819-44b8-87c9-1ec9aead9538] Socket close event received\n2025-07-28 20:12:41.329 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ff6b4e1-dd7e-409b-aa5b-41d2088eca90] socks connection closed\n2025-07-28 20:12:41.368 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56238 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:13:41.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:13:41.335 [info] [command][ab7fd5ad-773e-444a-831a-9723439064ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ab7fd5ad-773e-444a-831a-9723439064ab""}\n2025-07-28 20:13:41.336 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8977ef4c-af87-4f9a-beff-d8e274b50c2e] received connection request\n2025-07-28 20:13:41.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:13:41.378 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8977ef4c-af87-4f9a-beff-d8e274b50c2e] socks forwarding established\n2025-07-28 20:13:41.423 [info] [command][ab7fd5ad-773e-444a-831a-9723439064ab] Process exited with code 0\n2025-07-28 20:13:41.423 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8977ef4c-af87-4f9a-beff-d8e274b50c2e] socks connection closed\n2025-07-28 20:13:41.423 [info] [command][ab7fd5ad-773e-444a-831a-9723439064ab] Socket close event received\n2025-07-28 20:13:41.470 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56282 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:14:41.429 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:14:41.431 [info] [command][07487a68-aa73-41d7-bd2d-c26908d0941c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""07487a68-aa73-41d7-bd2d-c26908d0941c""}\n2025-07-28 20:14:41.431 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d8ce0a90-528d-4f27-9544-576569a860cb] received connection request\n2025-07-28 20:14:41.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:14:41.477 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d8ce0a90-528d-4f27-9544-576569a860cb] socks forwarding established\n2025-07-28 20:14:41.522 [info] [command][07487a68-aa73-41d7-bd2d-c26908d0941c] Process exited with code 0\n2025-07-28 20:14:41.523 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d8ce0a90-528d-4f27-9544-576569a860cb] socks connection closed\n2025-07-28 20:14:41.523 [info] [command][07487a68-aa73-41d7-bd2d-c26908d0941c] Socket close event received\n2025-07-28 20:14:41.653 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56336 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:15:41.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:15:41.529 [info] [command][f4edc0da-10c9-458a-ab98-72180018f906] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f4edc0da-10c9-458a-ab98-72180018f906""}\n2025-07-28 20:15:41.529 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0554c72b-659b-4e71-a87b-a90477189b36] received connection request\n2025-07-28 20:15:41.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:15:41.569 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0554c72b-659b-4e71-a87b-a90477189b36] socks forwarding established\n2025-07-28 20:15:41.617 [info] [command][f4edc0da-10c9-458a-ab98-72180018f906] Process exited with code 0\n2025-07-28 20:15:41.617 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0554c72b-659b-4e71-a87b-a90477189b36] socks connection closed\n2025-07-28 20:15:41.618 [info] [command][f4edc0da-10c9-458a-ab98-72180018f906] Socket close event received\n2025-07-28 20:15:41.658 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56367 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:16:41.621 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:16:41.625 [info] [command][da838dc7-3eae-4328-b6ba-3dfdaa97e3e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""da838dc7-3eae-4328-b6ba-3dfdaa97e3e8""}\n2025-07-28 20:16:41.626 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][de483a97-cfa3-4779-86d5-c80be8cf4149] received connection request\n2025-07-28 20:16:41.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:16:41.675 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][de483a97-cfa3-4779-86d5-c80be8cf4149] socks forwarding established\n2025-07-28 20:16:41.779 [info] [command][da838dc7-3eae-4328-b6ba-3dfdaa97e3e8] Process exited with code 0\n2025-07-28 20:16:41.779 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][de483a97-cfa3-4779-86d5-c80be8cf4149] socks connection closed\n2025-07-28 20:16:41.780 [info] [command][da838dc7-3eae-4328-b6ba-3dfdaa97e3e8] Socket close event received\n2025-07-28 20:16:41.826 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56418 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:17:41.784 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:17:41.787 [info] [command][5e523c0f-429f-4810-82bc-dd91ec20a925] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5e523c0f-429f-4810-82bc-dd91ec20a925""}\n2025-07-28 20:17:41.788 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bc67a409-1545-4373-9340-4425b7c83428] received connection request\n2025-07-28 20:17:41.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:17:41.882 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bc67a409-1545-4373-9340-4425b7c83428] socks forwarding established\n2025-07-28 20:17:41.929 [info] [command][5e523c0f-429f-4810-82bc-dd91ec20a925] Process exited with code 0\n2025-07-28 20:17:41.929 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bc67a409-1545-4373-9340-4425b7c83428] socks connection closed\n2025-07-28 20:17:41.930 [info] [command][5e523c0f-429f-4810-82bc-dd91ec20a925] Socket close event received\n2025-07-28 20:17:41.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56472 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:18:41.931 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:18:41.934 [info] [command][6282ef85-c884-4e51-bc06-dc8b0147effc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6282ef85-c884-4e51-bc06-dc8b0147effc""}\n2025-07-28 20:18:41.935 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a497f66e-5462-4a90-bd69-c9c8c15c2a17] received connection request\n2025-07-28 20:18:41.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:18:41.976 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a497f66e-5462-4a90-bd69-c9c8c15c2a17] socks forwarding established\n2025-07-28 20:18:42.019 [info] [command][6282ef85-c884-4e51-bc06-dc8b0147effc] Process exited with code 0\n2025-07-28 20:18:42.019 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a497f66e-5462-4a90-bd69-c9c8c15c2a17] socks connection closed\n2025-07-28 20:18:42.020 [info] [command][6282ef85-c884-4e51-bc06-dc8b0147effc] Socket close event received\n2025-07-28 20:18:42.068 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56520 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:19:42.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:19:42.026 [info] [command][b8e7e3c9-60eb-41a2-aa1a-ddfe63646969] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b8e7e3c9-60eb-41a2-aa1a-ddfe63646969""}\n2025-07-28 20:19:42.027 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][16bf68e5-755d-4900-84d7-1803aeefdb5b] received connection request\n2025-07-28 20:19:42.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:19:42.070 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16bf68e5-755d-4900-84d7-1803aeefdb5b] socks forwarding established\n2025-07-28 20:19:42.116 [info] [command][b8e7e3c9-60eb-41a2-aa1a-ddfe63646969] Process exited with code 0\n2025-07-28 20:19:42.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16bf68e5-755d-4900-84d7-1803aeefdb5b] socks connection closed\n2025-07-28 20:19:42.120 [info] [command][b8e7e3c9-60eb-41a2-aa1a-ddfe63646969] Socket close event received\n2025-07-28 20:19:42.167 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56578 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:20:42.121 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:20:42.121 [info] [command][5c29e610-3f64-4234-9e6d-60650912ec70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5c29e610-3f64-4234-9e6d-60650912ec70""}\n2025-07-28 20:20:42.122 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][59e71687-857c-4469-9ea7-b497aae202f4] received connection request\n2025-07-28 20:20:42.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:20:42.122 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:20:42.176 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][59e71687-857c-4469-9ea7-b497aae202f4] socks forwarding established\n2025-07-28 20:20:42.222 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][59e71687-857c-4469-9ea7-b497aae202f4] socks connection closed\n2025-07-28 20:20:42.222 [info] [command][5c29e610-3f64-4234-9e6d-60650912ec70] Process exited with code 0\n2025-07-28 20:20:42.222 [info] [command][5c29e610-3f64-4234-9e6d-60650912ec70] Socket close event received\n2025-07-28 20:20:42.266 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56625 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:21:42.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:21:42.230 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][31755795-392a-428f-be24-4ddac747422b] received connection request\n2025-07-28 20:21:42.231 [info] [command][997db3ea-cd1d-4121-ba48-84c6b48abf94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""997db3ea-cd1d-4121-ba48-84c6b48abf94""}\n2025-07-28 20:21:42.231 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:21:42.282 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][31755795-392a-428f-be24-4ddac747422b] socks forwarding established\n2025-07-28 20:21:42.383 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][31755795-392a-428f-be24-4ddac747422b] socks connection closed\n2025-07-28 20:21:42.383 [info] [command][997db3ea-cd1d-4121-ba48-84c6b48abf94] Process exited with code 0\n2025-07-28 20:21:42.383 [info] [command][997db3ea-cd1d-4121-ba48-84c6b48abf94] Socket close event received\n2025-07-28 20:21:42.518 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56657 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:22:42.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:22:42.390 [info] [command][5172dd7c-b74f-4ee2-a187-7372c7e5e651] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5172dd7c-b74f-4ee2-a187-7372c7e5e651""}\n2025-07-28 20:22:42.390 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fd342282-c6c7-4011-81d1-41538d602792] received connection request\n2025-07-28 20:22:42.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:22:42.390 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:22:42.511 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fd342282-c6c7-4011-81d1-41538d602792] socks forwarding established\n2025-07-28 20:22:42.650 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fd342282-c6c7-4011-81d1-41538d602792] socks connection closed\n2025-07-28 20:22:42.651 [info] [command][5172dd7c-b74f-4ee2-a187-7372c7e5e651] Process exited with code 0\n2025-07-28 20:22:42.651 [info] [command][5172dd7c-b74f-4ee2-a187-7372c7e5e651] Socket close event received\n2025-07-28 20:22:42.691 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56712 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:23:42.654 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:23:42.656 [info] [command][40283640-3555-4c4b-b0f9-99db3ba4329b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""40283640-3555-4c4b-b0f9-99db3ba4329b""}\n2025-07-28 20:23:42.657 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][00f8a814-059a-42fd-9746-6bbd18d4f7ec] received connection request\n2025-07-28 20:23:42.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:23:42.776 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][00f8a814-059a-42fd-9746-6bbd18d4f7ec] socks forwarding established\n2025-07-28 20:23:42.829 [info] [command][40283640-3555-4c4b-b0f9-99db3ba4329b] Process exited with code 0\n2025-07-28 20:23:42.829 [info] [command][40283640-3555-4c4b-b0f9-99db3ba4329b] Socket close event received\n2025-07-28 20:23:42.830 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][00f8a814-059a-42fd-9746-6bbd18d4f7ec] socks connection closed\n2025-07-28 20:23:42.873 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56757 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:24:42.830 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:24:42.833 [info] [command][60b33747-cc7d-4cef-91a5-91a14c9c75c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""60b33747-cc7d-4cef-91a5-91a14c9c75c9""}\n2025-07-28 20:24:42.833 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][68c70995-3511-421b-a884-dea4335c2f91] received connection request\n2025-07-28 20:24:42.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:24:42.878 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68c70995-3511-421b-a884-dea4335c2f91] socks forwarding established\n2025-07-28 20:24:42.923 [info] [command][60b33747-cc7d-4cef-91a5-91a14c9c75c9] Process exited with code 0\n2025-07-28 20:24:42.923 [info] [command][60b33747-cc7d-4cef-91a5-91a14c9c75c9] Socket close event received\n2025-07-28 20:24:42.924 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68c70995-3511-421b-a884-dea4335c2f91] socks connection closed\n2025-07-28 20:24:43.006 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56795 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:25:42.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:25:42.933 [info] [command][c2b8a8dd-2013-497d-9619-59b159c10dd8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c2b8a8dd-2013-497d-9619-59b159c10dd8""}\n2025-07-28 20:25:42.934 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4d936391-f7fc-404a-954d-aa803a02dca5] received connection request\n2025-07-28 20:25:42.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:25:42.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4d936391-f7fc-404a-954d-aa803a02dca5] socks forwarding established\n2025-07-28 20:25:43.023 [info] [command][c2b8a8dd-2013-497d-9619-59b159c10dd8] Process exited with code 0\n2025-07-28 20:25:43.023 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4d936391-f7fc-404a-954d-aa803a02dca5] socks connection closed\n2025-07-28 20:25:43.023 [info] [command][c2b8a8dd-2013-497d-9619-59b159c10dd8] Socket close event received\n2025-07-28 20:25:43.063 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56832 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:26:43.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:26:43.029 [info] [command][124dd978-2dc3-444e-9f49-7c2977e8752a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""124dd978-2dc3-444e-9f49-7c2977e8752a""}\n2025-07-28 20:26:43.030 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6a244657-a9f7-43df-840b-bce52f90528c] received connection request\n2025-07-28 20:26:43.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:26:43.109 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6a244657-a9f7-43df-840b-bce52f90528c] socks forwarding established\n2025-07-28 20:26:43.156 [info] [command][124dd978-2dc3-444e-9f49-7c2977e8752a] Process exited with code 0\n2025-07-28 20:26:43.157 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6a244657-a9f7-43df-840b-bce52f90528c] socks connection closed\n2025-07-28 20:26:43.157 [info] [command][124dd978-2dc3-444e-9f49-7c2977e8752a] Socket close event received\n2025-07-28 20:26:43.267 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56888 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:27:43.158 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:27:43.160 [info] [command][63980459-67c9-4cb4-8383-3d8a372245e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""63980459-67c9-4cb4-8383-3d8a372245e1""}\n2025-07-28 20:27:43.160 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][650736ea-e823-4de1-a74b-09dd5e6e3adb] received connection request\n2025-07-28 20:27:43.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:27:43.199 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][650736ea-e823-4de1-a74b-09dd5e6e3adb] socks forwarding established\n2025-07-28 20:27:43.244 [info] [command][63980459-67c9-4cb4-8383-3d8a372245e1] Process exited with code 0\n2025-07-28 20:27:43.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][650736ea-e823-4de1-a74b-09dd5e6e3adb] socks connection closed\n2025-07-28 20:27:43.244 [info] [command][63980459-67c9-4cb4-8383-3d8a372245e1] Socket close event received\n2025-07-28 20:27:43.287 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56923 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:28:43.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:28:43.251 [info] [command][d8d330f4-4ce7-4470-930b-71bf8f0daf40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d8d330f4-4ce7-4470-930b-71bf8f0daf40""}\n2025-07-28 20:28:43.252 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8d21e178-dd0b-4592-a7e0-f74a228c8fb2] received connection request\n2025-07-28 20:28:43.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:28:43.637 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8d21e178-dd0b-4592-a7e0-f74a228c8fb2] socks forwarding established\n2025-07-28 20:28:43.683 [info] [command][d8d330f4-4ce7-4470-930b-71bf8f0daf40] Process exited with code 0\n2025-07-28 20:28:43.683 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8d21e178-dd0b-4592-a7e0-f74a228c8fb2] socks connection closed\n2025-07-28 20:28:43.684 [info] [command][d8d330f4-4ce7-4470-930b-71bf8f0daf40] Socket close event received\n2025-07-28 20:28:43.729 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 56959 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:29:43.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:29:43.688 [info] [command][ae2244d7-1ab7-470c-8f3c-99f7e948224b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ae2244d7-1ab7-470c-8f3c-99f7e948224b""}\n2025-07-28 20:29:43.689 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e58f9768-1394-4ab3-8fb0-3719bc4f54fb] received connection request\n2025-07-28 20:29:43.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:29:43.732 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e58f9768-1394-4ab3-8fb0-3719bc4f54fb] socks forwarding established\n2025-07-28 20:29:43.781 [info] [command][ae2244d7-1ab7-470c-8f3c-99f7e948224b] Process exited with code 0\n2025-07-28 20:29:43.782 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e58f9768-1394-4ab3-8fb0-3719bc4f54fb] socks connection closed\n2025-07-28 20:29:43.782 [info] [command][ae2244d7-1ab7-470c-8f3c-99f7e948224b] Socket close event received\n2025-07-28 20:29:43.891 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57016 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:30:43.787 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:30:43.790 [info] [command][0e4b8b14-e5d6-4a5f-bb78-3afd90d3df47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0e4b8b14-e5d6-4a5f-bb78-3afd90d3df47""}\n2025-07-28 20:30:43.790 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][178c4d29-16f6-4810-812a-87d99ca02205] received connection request\n2025-07-28 20:30:43.791 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:30:43.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][178c4d29-16f6-4810-812a-87d99ca02205] socks forwarding established\n2025-07-28 20:30:44.029 [info] [command][0e4b8b14-e5d6-4a5f-bb78-3afd90d3df47] Process exited with code 0\n2025-07-28 20:30:44.030 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][178c4d29-16f6-4810-812a-87d99ca02205] socks connection closed\n2025-07-28 20:30:44.030 [info] [command][0e4b8b14-e5d6-4a5f-bb78-3afd90d3df47] Socket close event received\n2025-07-28 20:30:44.473 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57053 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:31:44.031 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:31:44.034 [info] [command][05302737-14b8-4c40-8394-fd51b9b720b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""05302737-14b8-4c40-8394-fd51b9b720b7""}\n2025-07-28 20:31:44.035 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][909027bc-3171-45a1-9fea-7859b94c7199] received connection request\n2025-07-28 20:31:44.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:31:44.082 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][909027bc-3171-45a1-9fea-7859b94c7199] socks forwarding established\n2025-07-28 20:31:44.134 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][909027bc-3171-45a1-9fea-7859b94c7199] socks connection closed\n2025-07-28 20:31:44.134 [info] [command][05302737-14b8-4c40-8394-fd51b9b720b7] Process exited with code 0\n2025-07-28 20:31:44.134 [info] [command][05302737-14b8-4c40-8394-fd51b9b720b7] Socket close event received\n2025-07-28 20:31:44.182 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57087 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:32:44.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:32:44.139 [info] [command][1ac5c173-5ddc-4a74-95da-28b8474799f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1ac5c173-5ddc-4a74-95da-28b8474799f4""}\n2025-07-28 20:32:44.139 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][35ff49d6-1709-4fa7-8caa-07a2cb60bebf] received connection request\n2025-07-28 20:32:44.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:32:44.270 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35ff49d6-1709-4fa7-8caa-07a2cb60bebf] socks forwarding established\n2025-07-28 20:32:44.340 [info] [command][1ac5c173-5ddc-4a74-95da-28b8474799f4] Process exited with code 0\n2025-07-28 20:32:44.340 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35ff49d6-1709-4fa7-8caa-07a2cb60bebf] socks connection closed\n2025-07-28 20:32:44.341 [info] [command][1ac5c173-5ddc-4a74-95da-28b8474799f4] Socket close event received\n2025-07-28 20:32:44.389 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57132 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:33:44.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:33:44.343 [info] [command][056a38e4-b348-4f58-93e4-5fd549ea7914] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""056a38e4-b348-4f58-93e4-5fd549ea7914""}\n2025-07-28 20:33:44.343 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b8217027-15d2-4bde-b886-3fc815b53bab] received connection request\n2025-07-28 20:33:44.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:33:44.344 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:33:44.388 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8217027-15d2-4bde-b886-3fc815b53bab] socks forwarding established\n2025-07-28 20:33:44.436 [info] [command][056a38e4-b348-4f58-93e4-5fd549ea7914] Process exited with code 0\n2025-07-28 20:33:44.436 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8217027-15d2-4bde-b886-3fc815b53bab] socks connection closed\n2025-07-28 20:33:44.436 [info] [command][056a38e4-b348-4f58-93e4-5fd549ea7914] Socket close event received\n2025-07-28 20:33:44.478 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57176 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:34:44.441 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:34:44.443 [info] [command][8c7e7be8-15bc-4c05-9585-066fbd236067] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8c7e7be8-15bc-4c05-9585-066fbd236067""}\n2025-07-28 20:34:44.444 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2070417e-2aca-45c5-9ca4-c0359b1a8e9c] received connection request\n2025-07-28 20:34:44.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:34:44.500 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2070417e-2aca-45c5-9ca4-c0359b1a8e9c] socks forwarding established\n2025-07-28 20:34:44.554 [info] [command][8c7e7be8-15bc-4c05-9585-066fbd236067] Process exited with code 0\n2025-07-28 20:34:44.554 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2070417e-2aca-45c5-9ca4-c0359b1a8e9c] socks connection closed\n2025-07-28 20:34:44.555 [info] [command][8c7e7be8-15bc-4c05-9585-066fbd236067] Socket close event received\n2025-07-28 20:34:44.603 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57227 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:35:44.555 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:35:44.556 [info] [command][20decbb3-ae48-44ec-915e-82f6ec045d27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""20decbb3-ae48-44ec-915e-82f6ec045d27""}\n2025-07-28 20:35:44.557 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][925ef166-88ad-4547-89b2-58d03365373b] received connection request\n2025-07-28 20:35:44.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:35:44.557 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:35:44.655 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][925ef166-88ad-4547-89b2-58d03365373b] socks forwarding established\n2025-07-28 20:35:44.709 [info] [command][20decbb3-ae48-44ec-915e-82f6ec045d27] Process exited with code 0\n2025-07-28 20:35:44.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][925ef166-88ad-4547-89b2-58d03365373b] socks connection closed\n2025-07-28 20:35:44.710 [info] [command][20decbb3-ae48-44ec-915e-82f6ec045d27] Socket close event received\n2025-07-28 20:35:44.792 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57259 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:36:44.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:36:44.718 [info] [command][d4c86b2c-c424-4275-ab82-d33ed4bcb905] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d4c86b2c-c424-4275-ab82-d33ed4bcb905""}\n2025-07-28 20:36:44.719 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2a374f14-d1f5-4b97-9fe6-a944360dc536] received connection request\n2025-07-28 20:36:44.719 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:36:44.763 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2a374f14-d1f5-4b97-9fe6-a944360dc536] socks forwarding established\n2025-07-28 20:36:44.805 [info] [command][d4c86b2c-c424-4275-ab82-d33ed4bcb905] Process exited with code 0\n2025-07-28 20:36:44.805 [info] [command][d4c86b2c-c424-4275-ab82-d33ed4bcb905] Socket close event received\n2025-07-28 20:36:44.822 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2a374f14-d1f5-4b97-9fe6-a944360dc536] socks connection closed\n2025-07-28 20:36:44.853 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57295 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:37:44.810 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:37:44.814 [info] [command][8db15f0d-dc9a-4a9a-929c-125b1cd4c0f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8db15f0d-dc9a-4a9a-929c-125b1cd4c0f5""}\n2025-07-28 20:37:44.815 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][905f4c7e-859e-4f64-b181-17f5d7ad1c74] received connection request\n2025-07-28 20:37:44.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:37:44.860 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][905f4c7e-859e-4f64-b181-17f5d7ad1c74] socks forwarding established\n2025-07-28 20:37:44.913 [info] [command][8db15f0d-dc9a-4a9a-929c-125b1cd4c0f5] Process exited with code 0\n2025-07-28 20:37:44.913 [info] [command][8db15f0d-dc9a-4a9a-929c-125b1cd4c0f5] Socket close event received\n2025-07-28 20:37:44.914 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][905f4c7e-859e-4f64-b181-17f5d7ad1c74] socks connection closed\n2025-07-28 20:37:44.961 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57344 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:38:44.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:38:44.916 [info] [command][1d105644-5b55-433d-9b21-1d97f29caaeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1d105644-5b55-433d-9b21-1d97f29caaeb""}\n2025-07-28 20:38:44.917 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a92ee3bf-9ea6-4ac2-b548-97b139a05d64] received connection request\n2025-07-28 20:38:44.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:38:45.219 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a92ee3bf-9ea6-4ac2-b548-97b139a05d64] socks forwarding established\n2025-07-28 20:38:45.267 [info] [command][1d105644-5b55-433d-9b21-1d97f29caaeb] Process exited with code 0\n2025-07-28 20:38:45.267 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a92ee3bf-9ea6-4ac2-b548-97b139a05d64] socks connection closed\n2025-07-28 20:38:45.268 [info] [command][1d105644-5b55-433d-9b21-1d97f29caaeb] Socket close event received\n2025-07-28 20:38:45.508 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57380 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:39:45.271 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:39:45.274 [info] [command][0a0675e9-67b4-49c6-a86d-705b9745ccb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0a0675e9-67b4-49c6-a86d-705b9745ccb3""}\n2025-07-28 20:39:45.275 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][16426d8f-02a4-41cf-9ac9-95c79d5097a7] received connection request\n2025-07-28 20:39:45.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:39:45.323 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16426d8f-02a4-41cf-9ac9-95c79d5097a7] socks forwarding established\n2025-07-28 20:39:45.369 [info] [command][0a0675e9-67b4-49c6-a86d-705b9745ccb3] Process exited with code 0\n2025-07-28 20:39:45.369 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16426d8f-02a4-41cf-9ac9-95c79d5097a7] socks connection closed\n2025-07-28 20:39:45.369 [info] [command][0a0675e9-67b4-49c6-a86d-705b9745ccb3] Socket close event received\n2025-07-28 20:39:45.413 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57416 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:40:45.370 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:40:45.373 [info] [command][ed854020-9ba3-47f8-8b7f-bb1d85f8e390] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ed854020-9ba3-47f8-8b7f-bb1d85f8e390""}\n2025-07-28 20:40:45.374 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9ab98634-efcd-476b-b924-6ab4cd8a68c5] received connection request\n2025-07-28 20:40:45.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:40:45.415 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9ab98634-efcd-476b-b924-6ab4cd8a68c5] socks forwarding established\n2025-07-28 20:40:45.461 [info] [command][ed854020-9ba3-47f8-8b7f-bb1d85f8e390] Process exited with code 0\n2025-07-28 20:40:45.461 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9ab98634-efcd-476b-b924-6ab4cd8a68c5] socks connection closed\n2025-07-28 20:40:45.461 [info] [command][ed854020-9ba3-47f8-8b7f-bb1d85f8e390] Socket close event received\n2025-07-28 20:40:45.504 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57445 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:41:45.464 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:41:45.468 [info] [command][3ddb7eca-0b36-4d68-91c8-c2fab886e448] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3ddb7eca-0b36-4d68-91c8-c2fab886e448""}\n2025-07-28 20:41:45.471 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][14b6cacd-5fd1-42e9-a77c-2cb8a43b7e4d] received connection request\n2025-07-28 20:41:45.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:41:45.473 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:41:45.516 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][14b6cacd-5fd1-42e9-a77c-2cb8a43b7e4d] socks forwarding established\n2025-07-28 20:41:45.561 [info] [command][3ddb7eca-0b36-4d68-91c8-c2fab886e448] Process exited with code 0\n2025-07-28 20:41:45.561 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][14b6cacd-5fd1-42e9-a77c-2cb8a43b7e4d] socks connection closed\n2025-07-28 20:41:45.561 [info] [command][3ddb7eca-0b36-4d68-91c8-c2fab886e448] Socket close event received\n2025-07-28 20:41:45.665 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57481 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:42:45.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:42:45.567 [info] [command][955c6db6-a948-4ae5-b23d-edf436a989e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""955c6db6-a948-4ae5-b23d-edf436a989e9""}\n2025-07-28 20:42:45.568 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f214d285-c3c6-4232-830a-bdd96d8b8c65] received connection request\n2025-07-28 20:42:45.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:42:45.569 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:42:45.613 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f214d285-c3c6-4232-830a-bdd96d8b8c65] socks forwarding established\n2025-07-28 20:42:45.658 [info] [command][955c6db6-a948-4ae5-b23d-edf436a989e9] Process exited with code 0\n2025-07-28 20:42:45.658 [info] [command][955c6db6-a948-4ae5-b23d-edf436a989e9] Socket close event received\n2025-07-28 20:42:45.659 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f214d285-c3c6-4232-830a-bdd96d8b8c65] socks connection closed\n2025-07-28 20:42:45.717 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57515 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:43:45.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:43:45.666 [info] [command][d8fb9b22-5db2-464b-87a4-b30e6db37f38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d8fb9b22-5db2-464b-87a4-b30e6db37f38""}\n2025-07-28 20:43:45.667 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5c3242f5-da3c-4c1a-a69f-7fcb2b8cdf29] received connection request\n2025-07-28 20:43:45.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:43:45.711 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5c3242f5-da3c-4c1a-a69f-7fcb2b8cdf29] socks forwarding established\n2025-07-28 20:43:45.757 [info] [command][d8fb9b22-5db2-464b-87a4-b30e6db37f38] Process exited with code 0\n2025-07-28 20:43:45.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5c3242f5-da3c-4c1a-a69f-7fcb2b8cdf29] socks connection closed\n2025-07-28 20:43:45.758 [info] [command][d8fb9b22-5db2-464b-87a4-b30e6db37f38] Socket close event received\n2025-07-28 20:43:45.799 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57554 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:44:45.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:44:45.766 [info] [command][01defc1b-e7cc-416c-bd0e-ba8b2f9c54fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""01defc1b-e7cc-416c-bd0e-ba8b2f9c54fa""}\n2025-07-28 20:44:45.767 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][76d0ee84-ec3a-42ec-b2c4-ec9da865091e] received connection request\n2025-07-28 20:44:45.768 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:44:45.810 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76d0ee84-ec3a-42ec-b2c4-ec9da865091e] socks forwarding established\n2025-07-28 20:44:45.858 [info] [command][01defc1b-e7cc-416c-bd0e-ba8b2f9c54fa] Process exited with code 0\n2025-07-28 20:44:45.859 [info] [command][01defc1b-e7cc-416c-bd0e-ba8b2f9c54fa] Socket close event received\n2025-07-28 20:44:45.859 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76d0ee84-ec3a-42ec-b2c4-ec9da865091e] socks connection closed\n2025-07-28 20:44:45.900 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57606 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:45:45.865 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:45:45.869 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a702c563-6a56-4002-9f26-e395fbd8b775] received connection request\n2025-07-28 20:45:45.870 [info] [command][94b3facf-7b7b-4b78-bc72-d80112929036] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""94b3facf-7b7b-4b78-bc72-d80112929036""}\n2025-07-28 20:45:45.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:45:45.912 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a702c563-6a56-4002-9f26-e395fbd8b775] socks forwarding established\n2025-07-28 20:45:45.959 [info] [command][94b3facf-7b7b-4b78-bc72-d80112929036] Process exited with code 0\n2025-07-28 20:45:45.959 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a702c563-6a56-4002-9f26-e395fbd8b775] socks connection closed\n2025-07-28 20:45:45.959 [info] [command][94b3facf-7b7b-4b78-bc72-d80112929036] Socket close event received\n2025-07-28 20:45:46.006 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57630 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:46:45.962 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:46:45.965 [info] [command][857ce366-cf90-45ea-94d8-089edd326652] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""857ce366-cf90-45ea-94d8-089edd326652""}\n2025-07-28 20:46:45.965 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a49a5eb6-49bd-4d7d-960d-0857b31a54ba] received connection request\n2025-07-28 20:46:45.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:46:46.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a49a5eb6-49bd-4d7d-960d-0857b31a54ba] socks forwarding established\n2025-07-28 20:46:46.053 [info] [command][857ce366-cf90-45ea-94d8-089edd326652] Process exited with code 0\n2025-07-28 20:46:46.054 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a49a5eb6-49bd-4d7d-960d-0857b31a54ba] socks connection closed\n2025-07-28 20:46:46.054 [info] [command][857ce366-cf90-45ea-94d8-089edd326652] Socket close event received\n2025-07-28 20:46:46.094 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57654 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:47:46.058 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:47:46.061 [info] [command][993d0c5b-0a61-4003-9b44-fc4096217cd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""993d0c5b-0a61-4003-9b44-fc4096217cd2""}\n2025-07-28 20:47:46.062 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cf0c1610-d7c1-4e52-bf22-adcc5396f3ac] received connection request\n2025-07-28 20:47:46.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:47:46.172 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cf0c1610-d7c1-4e52-bf22-adcc5396f3ac] socks forwarding established\n2025-07-28 20:47:46.222 [info] [command][993d0c5b-0a61-4003-9b44-fc4096217cd2] Process exited with code 0\n2025-07-28 20:47:46.222 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cf0c1610-d7c1-4e52-bf22-adcc5396f3ac] socks connection closed\n2025-07-28 20:47:46.222 [info] [command][993d0c5b-0a61-4003-9b44-fc4096217cd2] Socket close event received\n2025-07-28 20:47:46.301 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57690 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:48:46.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:48:46.226 [info] [command][f49f42c7-8c32-4967-b42e-422523e54051] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f49f42c7-8c32-4967-b42e-422523e54051""}\n2025-07-28 20:48:46.226 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c1b2218e-19d7-415d-86e9-fe69913530e6] received connection request\n2025-07-28 20:48:46.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:48:46.270 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c1b2218e-19d7-415d-86e9-fe69913530e6] socks forwarding established\n2025-07-28 20:48:46.314 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c1b2218e-19d7-415d-86e9-fe69913530e6] socks connection closed\n2025-07-28 20:48:46.314 [info] [command][f49f42c7-8c32-4967-b42e-422523e54051] Process exited with code 0\n2025-07-28 20:48:46.314 [info] [command][f49f42c7-8c32-4967-b42e-422523e54051] Socket close event received\n2025-07-28 20:48:46.354 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57755 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:49:46.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:49:46.318 [info] [command][911e8eaa-b8da-49c2-89db-0220468d5d06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""911e8eaa-b8da-49c2-89db-0220468d5d06""}\n2025-07-28 20:49:46.319 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c0980eec-f7f8-459b-b18f-cd1334925945] received connection request\n2025-07-28 20:49:46.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:49:46.364 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0980eec-f7f8-459b-b18f-cd1334925945] socks forwarding established\n2025-07-28 20:49:46.414 [info] [command][911e8eaa-b8da-49c2-89db-0220468d5d06] Process exited with code 0\n2025-07-28 20:49:46.415 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c0980eec-f7f8-459b-b18f-cd1334925945] socks connection closed\n2025-07-28 20:49:46.415 [info] [command][911e8eaa-b8da-49c2-89db-0220468d5d06] Socket close event received\n2025-07-28 20:49:46.457 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57804 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:50:46.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:50:46.415 [info] [command][d95c5b72-dc28-4d96-96e4-6dd5ed69c9a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d95c5b72-dc28-4d96-96e4-6dd5ed69c9a7""}\n2025-07-28 20:50:46.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][27507ef5-78e2-4f24-ae27-f6ae716e1cd0] received connection request\n2025-07-28 20:50:46.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:50:46.416 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:50:46.457 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][27507ef5-78e2-4f24-ae27-f6ae716e1cd0] socks forwarding established\n2025-07-28 20:50:46.502 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][27507ef5-78e2-4f24-ae27-f6ae716e1cd0] socks connection closed\n2025-07-28 20:50:46.502 [info] [command][d95c5b72-dc28-4d96-96e4-6dd5ed69c9a7] Process exited with code 0\n2025-07-28 20:50:46.502 [info] [command][d95c5b72-dc28-4d96-96e4-6dd5ed69c9a7] Socket close event received\n2025-07-28 20:50:46.541 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57836 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:51:46.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:51:46.507 [info] [command][1611c945-8e85-406b-bc8a-572212d17795] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1611c945-8e85-406b-bc8a-572212d17795""}\n2025-07-28 20:51:46.508 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a3ceb8bc-750c-4c2c-9b41-087fc23d098a] received connection request\n2025-07-28 20:51:46.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:51:46.553 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3ceb8bc-750c-4c2c-9b41-087fc23d098a] socks forwarding established\n2025-07-28 20:51:46.599 [info] [command][1611c945-8e85-406b-bc8a-572212d17795] Process exited with code 0\n2025-07-28 20:51:46.599 [info] [command][1611c945-8e85-406b-bc8a-572212d17795] Socket close event received\n2025-07-28 20:51:46.601 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3ceb8bc-750c-4c2c-9b41-087fc23d098a] socks connection closed\n2025-07-28 20:51:46.640 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57885 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:52:46.599 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:52:46.601 [info] [command][ef782fa3-a3bf-4538-9068-9092779c4d12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ef782fa3-a3bf-4538-9068-9092779c4d12""}\n2025-07-28 20:52:46.601 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][73f5d0a3-30d4-40bc-b3fe-13e9b5ef8943] received connection request\n2025-07-28 20:52:46.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:52:46.705 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][73f5d0a3-30d4-40bc-b3fe-13e9b5ef8943] socks forwarding established\n2025-07-28 20:52:46.750 [info] [command][ef782fa3-a3bf-4538-9068-9092779c4d12] Process exited with code 0\n2025-07-28 20:52:46.750 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][73f5d0a3-30d4-40bc-b3fe-13e9b5ef8943] socks connection closed\n2025-07-28 20:52:46.751 [info] [command][ef782fa3-a3bf-4538-9068-9092779c4d12] Socket close event received\n2025-07-28 20:52:46.791 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57928 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:53:46.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:53:46.754 [info] [command][800a1853-d979-4b3b-b503-973939cf2f15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""800a1853-d979-4b3b-b503-973939cf2f15""}\n2025-07-28 20:53:46.755 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][23ca31f8-fbc5-45f2-8949-c1a64f4bcb9c] received connection request\n2025-07-28 20:53:46.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:53:46.797 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][23ca31f8-fbc5-45f2-8949-c1a64f4bcb9c] socks forwarding established\n2025-07-28 20:53:46.842 [info] [command][800a1853-d979-4b3b-b503-973939cf2f15] Process exited with code 0\n2025-07-28 20:53:46.842 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][23ca31f8-fbc5-45f2-8949-c1a64f4bcb9c] socks connection closed\n2025-07-28 20:53:46.842 [info] [command][800a1853-d979-4b3b-b503-973939cf2f15] Socket close event received\n2025-07-28 20:53:46.884 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 57965 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:54:46.843 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:54:46.845 [info] [command][e96285cf-ded3-41bf-b039-abde2d10f976] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e96285cf-ded3-41bf-b039-abde2d10f976""}\n2025-07-28 20:54:46.847 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bb6cf56e-7ab9-4198-9f77-c5692d16924e] received connection request\n2025-07-28 20:54:46.848 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:54:46.892 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bb6cf56e-7ab9-4198-9f77-c5692d16924e] socks forwarding established\n2025-07-28 20:54:46.938 [info] [command][e96285cf-ded3-41bf-b039-abde2d10f976] Process exited with code 0\n2025-07-28 20:54:46.938 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bb6cf56e-7ab9-4198-9f77-c5692d16924e] socks connection closed\n2025-07-28 20:54:46.938 [info] [command][e96285cf-ded3-41bf-b039-abde2d10f976] Socket close event received\n2025-07-28 20:54:46.980 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58003 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:55:46.944 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:55:46.947 [info] [command][0e5112f9-3761-48a7-abba-b773f52b59c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0e5112f9-3761-48a7-abba-b773f52b59c6""}\n2025-07-28 20:55:46.948 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6b2009f8-341d-4dfa-b024-77c19ae399c2] received connection request\n2025-07-28 20:55:46.949 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 20:55:46.949 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:55:46.990 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6b2009f8-341d-4dfa-b024-77c19ae399c2] socks forwarding established\n2025-07-28 20:55:47.038 [info] [command][0e5112f9-3761-48a7-abba-b773f52b59c6] Process exited with code 0\n2025-07-28 20:55:47.038 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6b2009f8-341d-4dfa-b024-77c19ae399c2] socks connection closed\n2025-07-28 20:55:47.038 [info] [command][0e5112f9-3761-48a7-abba-b773f52b59c6] Socket close event received\n2025-07-28 20:55:47.077 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58048 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:56:47.040 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:56:47.043 [info] [command][aa9cde64-b91b-4705-bc27-324ab68e8fbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""aa9cde64-b91b-4705-bc27-324ab68e8fbd""}\n2025-07-28 20:56:47.044 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0502be2b-7c74-4364-b67f-e0930cac15da] received connection request\n2025-07-28 20:56:47.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:56:47.231 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0502be2b-7c74-4364-b67f-e0930cac15da] socks forwarding established\n2025-07-28 20:56:47.283 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0502be2b-7c74-4364-b67f-e0930cac15da] socks connection closed\n2025-07-28 20:56:47.284 [info] [command][aa9cde64-b91b-4705-bc27-324ab68e8fbd] Process exited with code 0\n2025-07-28 20:56:47.284 [info] [command][aa9cde64-b91b-4705-bc27-324ab68e8fbd] Socket close event received\n2025-07-28 20:56:47.323 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58082 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:57:47.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:57:47.293 [info] [command][60cad0c9-9372-44d2-9606-c4571856bf99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""60cad0c9-9372-44d2-9606-c4571856bf99""}\n2025-07-28 20:57:47.294 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a237aa9f-59a7-4259-9b5a-23a26862d08a] received connection request\n2025-07-28 20:57:47.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:57:47.340 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a237aa9f-59a7-4259-9b5a-23a26862d08a] socks forwarding established\n2025-07-28 20:57:47.384 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a237aa9f-59a7-4259-9b5a-23a26862d08a] socks connection closed\n2025-07-28 20:57:47.385 [info] [command][60cad0c9-9372-44d2-9606-c4571856bf99] Process exited with code 0\n2025-07-28 20:57:47.385 [info] [command][60cad0c9-9372-44d2-9606-c4571856bf99] Socket close event received\n2025-07-28 20:57:47.427 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58152 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:58:47.390 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:58:47.393 [info] [command][eadfcacb-f113-4621-b2e2-22769f65af72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""eadfcacb-f113-4621-b2e2-22769f65af72""}\n2025-07-28 20:58:47.393 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][29b310c9-4ffa-4b6a-8ee5-e1fba10f6f84] received connection request\n2025-07-28 20:58:47.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:58:47.441 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][29b310c9-4ffa-4b6a-8ee5-e1fba10f6f84] socks forwarding established\n2025-07-28 20:58:47.490 [info] [command][eadfcacb-f113-4621-b2e2-22769f65af72] Process exited with code 0\n2025-07-28 20:58:47.490 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][29b310c9-4ffa-4b6a-8ee5-e1fba10f6f84] socks connection closed\n2025-07-28 20:58:47.490 [info] [command][eadfcacb-f113-4621-b2e2-22769f65af72] Socket close event received\n2025-07-28 20:58:47.530 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58198 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 20:59:47.494 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 20:59:47.496 [info] [command][5576a5d5-3e9a-48a3-b821-4cea094f36da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5576a5d5-3e9a-48a3-b821-4cea094f36da""}\n2025-07-28 20:59:47.496 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][337e73f9-e298-428c-9c82-4144dc9b85b2] received connection request\n2025-07-28 20:59:47.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 20:59:47.609 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][337e73f9-e298-428c-9c82-4144dc9b85b2] socks forwarding established\n2025-07-28 20:59:47.658 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][337e73f9-e298-428c-9c82-4144dc9b85b2] socks connection closed\n2025-07-28 20:59:47.658 [info] [command][5576a5d5-3e9a-48a3-b821-4cea094f36da] Process exited with code 0\n2025-07-28 20:59:47.658 [info] [command][5576a5d5-3e9a-48a3-b821-4cea094f36da] Socket close event received\n2025-07-28 20:59:47.697 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58248 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:00:47.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:00:47.664 [info] [command][2661d65e-e1b3-48f7-816e-c0d7f0ba4e76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2661d65e-e1b3-48f7-816e-c0d7f0ba4e76""}\n2025-07-28 21:00:47.665 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][67e2c1f4-7130-4242-a60a-ecdfbfcd4a75] received connection request\n2025-07-28 21:00:47.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:00:47.708 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][67e2c1f4-7130-4242-a60a-ecdfbfcd4a75] socks forwarding established\n2025-07-28 21:00:47.754 [info] [command][2661d65e-e1b3-48f7-816e-c0d7f0ba4e76] Process exited with code 0\n2025-07-28 21:00:47.755 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][67e2c1f4-7130-4242-a60a-ecdfbfcd4a75] socks connection closed\n2025-07-28 21:00:47.755 [info] [command][2661d65e-e1b3-48f7-816e-c0d7f0ba4e76] Socket close event received\n2025-07-28 21:00:47.795 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58277 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:01:47.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:01:47.758 [info] [command][6947d721-e865-40fd-af8b-875e414d69af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6947d721-e865-40fd-af8b-875e414d69af""}\n2025-07-28 21:01:47.759 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1d8c3d77-d9c1-4439-8de8-605e0dff656f] received connection request\n2025-07-28 21:01:47.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 21:01:47.761 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:01:47.802 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1d8c3d77-d9c1-4439-8de8-605e0dff656f] socks forwarding established\n2025-07-28 21:01:47.848 [info] [command][6947d721-e865-40fd-af8b-875e414d69af] Process exited with code 0\n2025-07-28 21:01:47.848 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1d8c3d77-d9c1-4439-8de8-605e0dff656f] socks connection closed\n2025-07-28 21:01:47.848 [info] [command][6947d721-e865-40fd-af8b-875e414d69af] Socket close event received\n2025-07-28 21:01:47.888 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58303 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:02:47.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:02:47.857 [info] [command][95d238ae-1db2-4f1d-b05f-6828bdbb7af2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""95d238ae-1db2-4f1d-b05f-6828bdbb7af2""}\n2025-07-28 21:02:47.858 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][506b91ed-9e58-4c7d-bf8d-78e8fd5a6f41] received connection request\n2025-07-28 21:02:47.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:02:47.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][506b91ed-9e58-4c7d-bf8d-78e8fd5a6f41] socks forwarding established\n2025-07-28 21:02:48.045 [info] [command][95d238ae-1db2-4f1d-b05f-6828bdbb7af2] Process exited with code 0\n2025-07-28 21:02:48.046 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][506b91ed-9e58-4c7d-bf8d-78e8fd5a6f41] socks connection closed\n2025-07-28 21:02:48.046 [info] [command][95d238ae-1db2-4f1d-b05f-6828bdbb7af2] Socket close event received\n2025-07-28 21:02:48.085 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58360 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:03:48.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:03:48.049 [info] [command][75d1d652-193e-453b-bb46-c26a16a873f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""75d1d652-193e-453b-bb46-c26a16a873f7""}\n2025-07-28 21:03:48.049 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c9f1f840-7be7-467b-9d26-05147a69d71a] received connection request\n2025-07-28 21:03:48.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 21:03:48.050 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:03:48.093 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c9f1f840-7be7-467b-9d26-05147a69d71a] socks forwarding established\n2025-07-28 21:03:48.137 [info] [command][75d1d652-193e-453b-bb46-c26a16a873f7] Process exited with code 0\n2025-07-28 21:03:48.137 [info] [command][75d1d652-193e-453b-bb46-c26a16a873f7] Socket close event received\n2025-07-28 21:03:48.175 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c9f1f840-7be7-467b-9d26-05147a69d71a] socks connection closed\n2025-07-28 21:03:48.177 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58418 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:04:48.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:04:48.149 [info] [command][bb4de1e8-fcd0-4972-bada-0daa70dbad9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bb4de1e8-fcd0-4972-bada-0daa70dbad9a""}\n2025-07-28 21:04:48.150 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4be24a48-86d1-478b-8623-4ed5b95655c7] received connection request\n2025-07-28 21:04:48.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:04:48.193 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4be24a48-86d1-478b-8623-4ed5b95655c7] socks forwarding established\n2025-07-28 21:04:48.270 [info] [command][bb4de1e8-fcd0-4972-bada-0daa70dbad9a] Process exited with code 0\n2025-07-28 21:04:48.270 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4be24a48-86d1-478b-8623-4ed5b95655c7] socks connection closed\n2025-07-28 21:04:48.270 [info] [command][bb4de1e8-fcd0-4972-bada-0daa70dbad9a] Socket close event received\n2025-07-28 21:04:48.314 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58483 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:05:48.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:05:48.279 [info] [command][a5281752-2def-42bd-a6aa-1e06369978ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a5281752-2def-42bd-a6aa-1e06369978ba""}\n2025-07-28 21:05:48.280 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][745cc9c5-506c-4452-805e-38668ff73d99] received connection request\n2025-07-28 21:05:48.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:05:48.395 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][745cc9c5-506c-4452-805e-38668ff73d99] socks forwarding established\n2025-07-28 21:05:48.454 [info] [command][a5281752-2def-42bd-a6aa-1e06369978ba] Process exited with code 0\n2025-07-28 21:05:48.454 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][745cc9c5-506c-4452-805e-38668ff73d99] socks connection closed\n2025-07-28 21:05:48.455 [info] [command][a5281752-2def-42bd-a6aa-1e06369978ba] Socket close event received\n2025-07-28 21:05:48.499 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58535 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:06:48.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:06:48.461 [info] [command][1c48de82-4609-4322-a7a3-f6ce95069e47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1c48de82-4609-4322-a7a3-f6ce95069e47""}\n2025-07-28 21:06:48.461 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][eb418085-88ae-4447-b388-c398c604ebab] received connection request\n2025-07-28 21:06:48.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 21:06:48.462 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:06:48.508 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eb418085-88ae-4447-b388-c398c604ebab] socks forwarding established\n2025-07-28 21:06:48.552 [info] [command][1c48de82-4609-4322-a7a3-f6ce95069e47] Process exited with code 0\n2025-07-28 21:06:48.553 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eb418085-88ae-4447-b388-c398c604ebab] socks connection closed\n2025-07-28 21:06:48.553 [info] [command][1c48de82-4609-4322-a7a3-f6ce95069e47] Socket close event received\n2025-07-28 21:06:48.593 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58570 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:07:48.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:07:48.561 [info] [command][1a47988c-ddc9-4985-b2d7-81ea221318ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1a47988c-ddc9-4985-b2d7-81ea221318ee""}\n2025-07-28 21:07:48.562 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9556cd37-3a0e-4376-b289-8e4b503cbb55] received connection request\n2025-07-28 21:07:48.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:07:48.604 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9556cd37-3a0e-4376-b289-8e4b503cbb55] socks forwarding established\n2025-07-28 21:07:48.648 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9556cd37-3a0e-4376-b289-8e4b503cbb55] socks connection closed\n2025-07-28 21:07:48.648 [info] [command][1a47988c-ddc9-4985-b2d7-81ea221318ee] Process exited with code 0\n2025-07-28 21:07:48.649 [info] [command][1a47988c-ddc9-4985-b2d7-81ea221318ee] Socket close event received\n2025-07-28 21:07:48.689 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58612 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:08:48.649 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:08:48.652 [info] [command][fbbe1660-edd7-4793-998c-0c155b9cc754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fbbe1660-edd7-4793-998c-0c155b9cc754""}\n2025-07-28 21:08:48.652 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6f79fe68-9628-455f-aed0-592651f43110] received connection request\n2025-07-28 21:08:48.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:08:48.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6f79fe68-9628-455f-aed0-592651f43110] socks forwarding established\n2025-07-28 21:08:48.756 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6f79fe68-9628-455f-aed0-592651f43110] socks connection closed\n2025-07-28 21:08:48.756 [info] [command][fbbe1660-edd7-4793-998c-0c155b9cc754] Process exited with code 0\n2025-07-28 21:08:48.756 [info] [command][fbbe1660-edd7-4793-998c-0c155b9cc754] Socket close event received\n2025-07-28 21:08:48.797 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58655 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:09:48.760 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:09:48.763 [info] [command][fd5830ce-8787-44a9-ab0b-fe5a32b389df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fd5830ce-8787-44a9-ab0b-fe5a32b389df""}\n2025-07-28 21:09:48.763 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fd11f123-7dc7-4b68-9cb8-b3f1388d4f6d] received connection request\n2025-07-28 21:09:48.764 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:09:48.810 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fd11f123-7dc7-4b68-9cb8-b3f1388d4f6d] socks forwarding established\n2025-07-28 21:09:48.856 [info] [command][fd5830ce-8787-44a9-ab0b-fe5a32b389df] Process exited with code 0\n2025-07-28 21:09:48.856 [info] [command][fd5830ce-8787-44a9-ab0b-fe5a32b389df] Socket close event received\n2025-07-28 21:09:48.857 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fd11f123-7dc7-4b68-9cb8-b3f1388d4f6d] socks connection closed\n2025-07-28 21:09:48.903 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58714 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:10:48.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:10:48.866 [info] [command][5a391517-fd12-47a3-93c1-6a79133ecd12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5a391517-fd12-47a3-93c1-6a79133ecd12""}\n2025-07-28 21:10:48.867 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9983fa70-2e62-4f45-8b86-2658b884d5c9] received connection request\n2025-07-28 21:10:48.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:10:48.913 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9983fa70-2e62-4f45-8b86-2658b884d5c9] socks forwarding established\n2025-07-28 21:10:48.960 [info] [command][5a391517-fd12-47a3-93c1-6a79133ecd12] Process exited with code 0\n2025-07-28 21:10:48.960 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9983fa70-2e62-4f45-8b86-2658b884d5c9] socks connection closed\n2025-07-28 21:10:48.961 [info] [command][5a391517-fd12-47a3-93c1-6a79133ecd12] Socket close event received\n2025-07-28 21:10:49.002 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58747 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:11:48.966 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:11:48.969 [info] [command][92c6e7c7-e51a-4d52-ad89-a7db78f2870e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""92c6e7c7-e51a-4d52-ad89-a7db78f2870e""}\n2025-07-28 21:11:48.970 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][51ea4a4b-cd76-4f39-961f-48121a1dcb31] received connection request\n2025-07-28 21:11:48.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:11:49.027 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][51ea4a4b-cd76-4f39-961f-48121a1dcb31] socks forwarding established\n2025-07-28 21:11:49.071 [info] [command][92c6e7c7-e51a-4d52-ad89-a7db78f2870e] Process exited with code 0\n2025-07-28 21:11:49.071 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][51ea4a4b-cd76-4f39-961f-48121a1dcb31] socks connection closed\n2025-07-28 21:11:49.072 [info] [command][92c6e7c7-e51a-4d52-ad89-a7db78f2870e] Socket close event received\n2025-07-28 21:11:49.112 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58781 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:12:49.073 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:12:49.075 [info] [command][8af8d44f-6248-4d8f-bb18-da8b02f5d654] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8af8d44f-6248-4d8f-bb18-da8b02f5d654""}\n2025-07-28 21:12:49.075 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c301df9b-a914-4a4c-b0fd-df9accef3149] received connection request\n2025-07-28 21:12:49.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:12:49.202 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c301df9b-a914-4a4c-b0fd-df9accef3149] socks forwarding established\n2025-07-28 21:12:49.254 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c301df9b-a914-4a4c-b0fd-df9accef3149] socks connection closed\n2025-07-28 21:12:49.254 [info] [command][8af8d44f-6248-4d8f-bb18-da8b02f5d654] Process exited with code 0\n2025-07-28 21:12:49.256 [info] [command][8af8d44f-6248-4d8f-bb18-da8b02f5d654] Socket close event received\n2025-07-28 21:12:49.330 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58863 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:13:49.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:13:49.262 [info] [command][705d8ebc-efd5-478a-954f-1c478ee5cfbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""705d8ebc-efd5-478a-954f-1c478ee5cfbb""}\n2025-07-28 21:13:49.263 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d63d77cd-df11-46c5-8569-e645b3d455ae] received connection request\n2025-07-28 21:13:49.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:13:49.326 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d63d77cd-df11-46c5-8569-e645b3d455ae] socks forwarding established\n2025-07-28 21:13:49.377 [info] [command][705d8ebc-efd5-478a-954f-1c478ee5cfbb] Process exited with code 0\n2025-07-28 21:13:49.377 [info] [command][705d8ebc-efd5-478a-954f-1c478ee5cfbb] Socket close event received\n2025-07-28 21:13:49.378 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d63d77cd-df11-46c5-8569-e645b3d455ae] socks connection closed\n2025-07-28 21:13:49.419 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58918 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:14:49.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:14:49.381 [info] [command][e777b9bf-7e25-4740-bce2-65909cc6f4e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e777b9bf-7e25-4740-bce2-65909cc6f4e3""}\n2025-07-28 21:14:49.382 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][397e6683-941c-43c7-b249-f6fa50b7bb18] received connection request\n2025-07-28 21:14:49.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:14:49.426 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][397e6683-941c-43c7-b249-f6fa50b7bb18] socks forwarding established\n2025-07-28 21:14:49.475 [info] [command][e777b9bf-7e25-4740-bce2-65909cc6f4e3] Process exited with code 0\n2025-07-28 21:14:49.476 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][397e6683-941c-43c7-b249-f6fa50b7bb18] socks connection closed\n2025-07-28 21:14:49.476 [info] [command][e777b9bf-7e25-4740-bce2-65909cc6f4e3] Socket close event received\n2025-07-28 21:14:49.521 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 58960 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:15:49.477 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:15:49.479 [info] [command][ddc693cf-3386-4ef1-90b2-eab45778ef83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ddc693cf-3386-4ef1-90b2-eab45778ef83""}\n2025-07-28 21:15:49.479 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3a718d85-ff23-41b0-aadb-beadc75c6c85] received connection request\n2025-07-28 21:15:49.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:15:49.601 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3a718d85-ff23-41b0-aadb-beadc75c6c85] socks forwarding established\n2025-07-28 21:15:49.739 [info] [command][ddc693cf-3386-4ef1-90b2-eab45778ef83] Process exited with code 0\n2025-07-28 21:15:49.740 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3a718d85-ff23-41b0-aadb-beadc75c6c85] socks connection closed\n2025-07-28 21:15:49.740 [info] [command][ddc693cf-3386-4ef1-90b2-eab45778ef83] Socket close event received\n2025-07-28 21:15:49.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59010 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:16:49.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:16:49.744 [info] [command][88b13c0a-d904-48be-b1dc-8c4d2d29f1d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""88b13c0a-d904-48be-b1dc-8c4d2d29f1d0""}\n2025-07-28 21:16:49.745 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][634319f5-86f5-49ab-8862-5a32ad02b717] received connection request\n2025-07-28 21:16:49.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:16:49.789 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][634319f5-86f5-49ab-8862-5a32ad02b717] socks forwarding established\n2025-07-28 21:16:49.834 [info] [command][88b13c0a-d904-48be-b1dc-8c4d2d29f1d0] Process exited with code 0\n2025-07-28 21:16:49.834 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][634319f5-86f5-49ab-8862-5a32ad02b717] socks connection closed\n2025-07-28 21:16:49.834 [info] [command][88b13c0a-d904-48be-b1dc-8c4d2d29f1d0] Socket close event received\n2025-07-28 21:16:49.874 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59040 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:17:49.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:17:49.836 [info] [command][ef47d423-07ee-40d3-90b3-33556cf4f0da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ef47d423-07ee-40d3-90b3-33556cf4f0da""}\n2025-07-28 21:17:49.837 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f55cedf2-d7fc-4dd2-be85-3f5a911e9d83] received connection request\n2025-07-28 21:17:49.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:17:49.877 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f55cedf2-d7fc-4dd2-be85-3f5a911e9d83] socks forwarding established\n2025-07-28 21:17:49.925 [info] [command][ef47d423-07ee-40d3-90b3-33556cf4f0da] Process exited with code 0\n2025-07-28 21:17:49.925 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f55cedf2-d7fc-4dd2-be85-3f5a911e9d83] socks connection closed\n2025-07-28 21:17:49.925 [info] [command][ef47d423-07ee-40d3-90b3-33556cf4f0da] Socket close event received\n2025-07-28 21:17:49.976 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59092 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:18:49.926 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:18:49.928 [info] [command][22fc5845-f4f4-4637-9716-dd76d8fbc9a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""22fc5845-f4f4-4637-9716-dd76d8fbc9a5""}\n2025-07-28 21:18:49.928 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b8d3be59-d91e-43a3-abd9-7496b089dee9] received connection request\n2025-07-28 21:18:49.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:18:49.971 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8d3be59-d91e-43a3-abd9-7496b089dee9] socks forwarding established\n2025-07-28 21:18:50.016 [info] [command][22fc5845-f4f4-4637-9716-dd76d8fbc9a5] Process exited with code 0\n2025-07-28 21:18:50.017 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8d3be59-d91e-43a3-abd9-7496b089dee9] socks connection closed\n2025-07-28 21:18:50.017 [info] [command][22fc5845-f4f4-4637-9716-dd76d8fbc9a5] Socket close event received\n2025-07-28 21:18:50.055 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59160 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:19:50.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:19:50.020 [info] [command][b1f9b893-b05a-4c98-a3eb-886f6a3cc4f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b1f9b893-b05a-4c98-a3eb-886f6a3cc4f2""}\n2025-07-28 21:19:50.020 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6589ac9b-c78e-4129-822b-7bf74b4324b9] received connection request\n2025-07-28 21:19:50.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 21:19:50.020 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:19:50.061 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6589ac9b-c78e-4129-822b-7bf74b4324b9] socks forwarding established\n2025-07-28 21:19:50.109 [info] [command][b1f9b893-b05a-4c98-a3eb-886f6a3cc4f2] Process exited with code 0\n2025-07-28 21:19:50.109 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6589ac9b-c78e-4129-822b-7bf74b4324b9] socks connection closed\n2025-07-28 21:19:50.109 [info] [command][b1f9b893-b05a-4c98-a3eb-886f6a3cc4f2] Socket close event received\n2025-07-28 21:19:50.149 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59220 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:20:50.115 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:20:50.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][94bd96d1-acea-4eeb-b35a-52e3d7cbdb3a] received connection request\n2025-07-28 21:20:50.121 [info] [command][a97365ce-1308-435b-b247-f12820163413] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a97365ce-1308-435b-b247-f12820163413""}\n2025-07-28 21:20:50.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:20:50.163 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94bd96d1-acea-4eeb-b35a-52e3d7cbdb3a] socks forwarding established\n2025-07-28 21:20:50.207 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94bd96d1-acea-4eeb-b35a-52e3d7cbdb3a] socks connection closed\n2025-07-28 21:20:50.207 [info] [command][a97365ce-1308-435b-b247-f12820163413] Process exited with code 0\n2025-07-28 21:20:50.207 [info] [command][a97365ce-1308-435b-b247-f12820163413] Socket close event received\n2025-07-28 21:20:50.248 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59264 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:21:50.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:21:50.213 [info] [command][d43f78ff-f85e-4fbe-9460-c47802005f45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d43f78ff-f85e-4fbe-9460-c47802005f45""}\n2025-07-28 21:21:50.214 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8450931e-0aa8-4fab-995e-9bac3b6ce436] received connection request\n2025-07-28 21:21:50.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:21:50.263 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8450931e-0aa8-4fab-995e-9bac3b6ce436] socks forwarding established\n2025-07-28 21:21:50.310 [info] [command][d43f78ff-f85e-4fbe-9460-c47802005f45] Process exited with code 0\n2025-07-28 21:21:50.310 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8450931e-0aa8-4fab-995e-9bac3b6ce436] socks connection closed\n2025-07-28 21:21:50.311 [info] [command][d43f78ff-f85e-4fbe-9460-c47802005f45] Socket close event received\n2025-07-28 21:21:50.352 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59305 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:22:50.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:22:50.313 [info] [command][480596d3-1598-4a74-bebc-338ad335b871] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""480596d3-1598-4a74-bebc-338ad335b871""}\n2025-07-28 21:22:50.314 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a92eed9f-1736-480a-a122-b6d1031bf5e8] received connection request\n2025-07-28 21:22:50.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:22:50.356 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a92eed9f-1736-480a-a122-b6d1031bf5e8] socks forwarding established\n2025-07-28 21:22:50.403 [info] [command][480596d3-1598-4a74-bebc-338ad335b871] Process exited with code 0\n2025-07-28 21:22:50.403 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a92eed9f-1736-480a-a122-b6d1031bf5e8] socks connection closed\n2025-07-28 21:22:50.403 [info] [command][480596d3-1598-4a74-bebc-338ad335b871] Socket close event received\n2025-07-28 21:22:50.442 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59355 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:23:50.407 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:23:50.409 [info] [command][36f92102-e855-4ad7-847e-9f01b52ee195] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""36f92102-e855-4ad7-847e-9f01b52ee195""}\n2025-07-28 21:23:50.410 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][df764fc8-f0f3-48e7-9274-fd4e02c5d395] received connection request\n2025-07-28 21:23:50.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:23:50.455 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][df764fc8-f0f3-48e7-9274-fd4e02c5d395] socks forwarding established\n2025-07-28 21:23:50.503 [info] [command][36f92102-e855-4ad7-847e-9f01b52ee195] Process exited with code 0\n2025-07-28 21:23:50.503 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][df764fc8-f0f3-48e7-9274-fd4e02c5d395] socks connection closed\n2025-07-28 21:23:50.503 [info] [command][36f92102-e855-4ad7-847e-9f01b52ee195] Socket close event received\n2025-07-28 21:23:50.556 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59403 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:24:50.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:24:50.506 [info] [command][5d7742d3-05b5-4b58-99a8-1380493ec46e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5d7742d3-05b5-4b58-99a8-1380493ec46e""}\n2025-07-28 21:24:50.506 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e15fb99d-be2d-456e-ac23-e6bf99c01b4d] received connection request\n2025-07-28 21:24:50.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:24:50.551 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e15fb99d-be2d-456e-ac23-e6bf99c01b4d] socks forwarding established\n2025-07-28 21:24:50.595 [info] [command][5d7742d3-05b5-4b58-99a8-1380493ec46e] Process exited with code 0\n2025-07-28 21:24:50.596 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e15fb99d-be2d-456e-ac23-e6bf99c01b4d] socks connection closed\n2025-07-28 21:24:50.596 [info] [command][5d7742d3-05b5-4b58-99a8-1380493ec46e] Socket close event received\n2025-07-28 21:24:50.724 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59452 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:25:50.598 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:25:50.601 [info] [command][7314550e-87ff-4d18-924b-31ef3cecde6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7314550e-87ff-4d18-924b-31ef3cecde6d""}\n2025-07-28 21:25:50.601 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3be19d61-9f10-47b3-a34b-7bf2d1afc4a8] received connection request\n2025-07-28 21:25:50.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:25:50.643 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3be19d61-9f10-47b3-a34b-7bf2d1afc4a8] socks forwarding established\n2025-07-28 21:25:50.687 [info] [command][7314550e-87ff-4d18-924b-31ef3cecde6d] Process exited with code 0\n2025-07-28 21:25:50.687 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3be19d61-9f10-47b3-a34b-7bf2d1afc4a8] socks connection closed\n2025-07-28 21:25:50.687 [info] [command][7314550e-87ff-4d18-924b-31ef3cecde6d] Socket close event received\n2025-07-28 21:25:50.725 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59496 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:26:50.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:26:50.691 [info] [command][71634188-91b5-41b0-9501-0fe1a548f321] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""71634188-91b5-41b0-9501-0fe1a548f321""}\n2025-07-28 21:26:50.692 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][da4030d2-917a-45be-8938-5e3e875def9a] received connection request\n2025-07-28 21:26:50.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:26:50.738 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][da4030d2-917a-45be-8938-5e3e875def9a] socks forwarding established\n2025-07-28 21:26:50.786 [info] [command][71634188-91b5-41b0-9501-0fe1a548f321] Process exited with code 0\n2025-07-28 21:26:50.786 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][da4030d2-917a-45be-8938-5e3e875def9a] socks connection closed\n2025-07-28 21:26:50.786 [info] [command][71634188-91b5-41b0-9501-0fe1a548f321] Socket close event received\n2025-07-28 21:26:50.826 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59519 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:27:50.788 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:27:50.789 [info] [command][071b3c18-f194-4f46-b8a9-53a3f7be74db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""071b3c18-f194-4f46-b8a9-53a3f7be74db""}\n2025-07-28 21:27:50.790 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fcf89b22-b8a0-48e5-b0bb-0b3313303b7f] received connection request\n2025-07-28 21:27:50.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:27:51.156 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fcf89b22-b8a0-48e5-b0bb-0b3313303b7f] socks forwarding established\n2025-07-28 21:27:51.277 [info] [command][071b3c18-f194-4f46-b8a9-53a3f7be74db] Process exited with code 0\n2025-07-28 21:27:51.278 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fcf89b22-b8a0-48e5-b0bb-0b3313303b7f] socks connection closed\n2025-07-28 21:27:51.278 [info] [command][071b3c18-f194-4f46-b8a9-53a3f7be74db] Socket close event received\n2025-07-28 21:27:51.322 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59590 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:28:51.281 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:28:51.284 [info] [command][f97131d6-cd0f-4155-b308-2814b5a59d9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f97131d6-cd0f-4155-b308-2814b5a59d9f""}\n2025-07-28 21:28:51.285 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][310ca0a4-43ed-4a3a-b6c4-bbb08ae7fe96] received connection request\n2025-07-28 21:28:51.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:28:51.326 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][310ca0a4-43ed-4a3a-b6c4-bbb08ae7fe96] socks forwarding established\n2025-07-28 21:28:51.372 [info] [command][f97131d6-cd0f-4155-b308-2814b5a59d9f] Process exited with code 0\n2025-07-28 21:28:51.372 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][310ca0a4-43ed-4a3a-b6c4-bbb08ae7fe96] socks connection closed\n2025-07-28 21:28:51.372 [info] [command][f97131d6-cd0f-4155-b308-2814b5a59d9f] Socket close event received\n2025-07-28 21:28:51.411 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59636 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:29:51.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:29:51.377 [info] [command][f65957fc-4e69-4ee9-a639-8ebaee2ad560] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f65957fc-4e69-4ee9-a639-8ebaee2ad560""}\n2025-07-28 21:29:51.377 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d0dfcbb7-78b1-48c6-afff-753a5d0b198c] received connection request\n2025-07-28 21:29:51.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 21:29:51.378 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:29:51.478 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d0dfcbb7-78b1-48c6-afff-753a5d0b198c] socks forwarding established\n2025-07-28 21:29:51.526 [info] [command][f65957fc-4e69-4ee9-a639-8ebaee2ad560] Process exited with code 0\n2025-07-28 21:29:51.526 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d0dfcbb7-78b1-48c6-afff-753a5d0b198c] socks connection closed\n2025-07-28 21:29:51.526 [info] [command][f65957fc-4e69-4ee9-a639-8ebaee2ad560] Socket close event received\n2025-07-28 21:29:51.566 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59700 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:30:51.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:30:51.531 [info] [command][22ffa062-16a2-4f5b-9b93-967fc8f45bb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""22ffa062-16a2-4f5b-9b93-967fc8f45bb5""}\n2025-07-28 21:30:51.532 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][08265bcc-0616-4f1a-91d2-3480e75592e1] received connection request\n2025-07-28 21:30:51.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:30:51.575 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][08265bcc-0616-4f1a-91d2-3480e75592e1] socks forwarding established\n2025-07-28 21:30:51.623 [info] [command][22ffa062-16a2-4f5b-9b93-967fc8f45bb5] Process exited with code 0\n2025-07-28 21:30:51.623 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][08265bcc-0616-4f1a-91d2-3480e75592e1] socks connection closed\n2025-07-28 21:30:51.623 [info] [command][22ffa062-16a2-4f5b-9b93-967fc8f45bb5] Socket close event received\n2025-07-28 21:30:51.666 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59728 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:31:51.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:31:51.626 [info] [command][c08f6e42-0eb5-47eb-95e0-02b0d0bb7138] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c08f6e42-0eb5-47eb-95e0-02b0d0bb7138""}\n2025-07-28 21:31:51.626 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8b67c6f3-6878-4fd7-b9a4-834a1f65c2e0] received connection request\n2025-07-28 21:31:51.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:31:51.667 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8b67c6f3-6878-4fd7-b9a4-834a1f65c2e0] socks forwarding established\n2025-07-28 21:31:51.712 [info] [command][c08f6e42-0eb5-47eb-95e0-02b0d0bb7138] Process exited with code 0\n2025-07-28 21:31:51.713 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8b67c6f3-6878-4fd7-b9a4-834a1f65c2e0] socks connection closed\n2025-07-28 21:31:51.713 [info] [command][c08f6e42-0eb5-47eb-95e0-02b0d0bb7138] Socket close event received\n2025-07-28 21:31:51.753 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59754 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:32:51.718 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:32:51.721 [info] [command][ada582b9-39a3-4319-aff5-5de9102b17f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ada582b9-39a3-4319-aff5-5de9102b17f4""}\n2025-07-28 21:32:51.722 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][807e9be6-aff8-4c39-afc1-78f0e9f0f44d] received connection request\n2025-07-28 21:32:51.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:32:51.767 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][807e9be6-aff8-4c39-afc1-78f0e9f0f44d] socks forwarding established\n2025-07-28 21:32:51.816 [info] [command][ada582b9-39a3-4319-aff5-5de9102b17f4] Process exited with code 0\n2025-07-28 21:32:51.816 [info] [command][ada582b9-39a3-4319-aff5-5de9102b17f4] Socket close event received\n2025-07-28 21:32:51.824 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][807e9be6-aff8-4c39-afc1-78f0e9f0f44d] socks connection closed\n2025-07-28 21:32:51.861 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59803 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:33:51.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:33:51.826 [info] [command][f80088cd-8e47-4f7b-b1b2-1aed1ab4f0c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f80088cd-8e47-4f7b-b1b2-1aed1ab4f0c7""}\n2025-07-28 21:33:51.827 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f2ef27aa-ad23-4426-954e-216d424407ee] received connection request\n2025-07-28 21:33:51.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:33:51.871 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2ef27aa-ad23-4426-954e-216d424407ee] socks forwarding established\n2025-07-28 21:33:51.918 [info] [command][f80088cd-8e47-4f7b-b1b2-1aed1ab4f0c7] Process exited with code 0\n2025-07-28 21:33:51.918 [info] [command][f80088cd-8e47-4f7b-b1b2-1aed1ab4f0c7] Socket close event received\n2025-07-28 21:33:51.919 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2ef27aa-ad23-4426-954e-216d424407ee] socks connection closed\n2025-07-28 21:33:51.961 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59844 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:34:51.921 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:34:51.924 [info] [command][ce637605-3af9-4955-81a2-99c46a232dd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ce637605-3af9-4955-81a2-99c46a232dd9""}\n2025-07-28 21:34:51.925 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][86979c13-9b61-409e-af5f-f5c7f09c1f3c] received connection request\n2025-07-28 21:34:51.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:34:52.034 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][86979c13-9b61-409e-af5f-f5c7f09c1f3c] socks forwarding established\n2025-07-28 21:34:52.220 [info] [command][ce637605-3af9-4955-81a2-99c46a232dd9] Process exited with code 0\n2025-07-28 21:34:52.220 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][86979c13-9b61-409e-af5f-f5c7f09c1f3c] socks connection closed\n2025-07-28 21:34:52.220 [info] [command][ce637605-3af9-4955-81a2-99c46a232dd9] Socket close event received\n2025-07-28 21:34:52.261 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59879 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:35:52.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:35:52.223 [info] [command][040a3e66-e249-4520-9218-11e203eecbb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""040a3e66-e249-4520-9218-11e203eecbb9""}\n2025-07-28 21:35:52.223 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5eab914e-7438-435e-9635-5b2ed14c1c61] received connection request\n2025-07-28 21:35:52.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:35:52.266 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5eab914e-7438-435e-9635-5b2ed14c1c61] socks forwarding established\n2025-07-28 21:35:52.315 [info] [command][040a3e66-e249-4520-9218-11e203eecbb9] Process exited with code 0\n2025-07-28 21:35:52.315 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5eab914e-7438-435e-9635-5b2ed14c1c61] socks connection closed\n2025-07-28 21:35:52.315 [info] [command][040a3e66-e249-4520-9218-11e203eecbb9] Socket close event received\n2025-07-28 21:35:52.403 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59968 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:36:52.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:36:52.324 [info] [command][1071877f-722b-4bce-a2ef-0fd4fb3a776f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1071877f-722b-4bce-a2ef-0fd4fb3a776f""}\n2025-07-28 21:36:52.325 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9aa9a676-fa82-4227-b422-85bdc4775460] received connection request\n2025-07-28 21:36:52.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:36:52.371 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9aa9a676-fa82-4227-b422-85bdc4775460] socks forwarding established\n2025-07-28 21:36:52.418 [info] [command][1071877f-722b-4bce-a2ef-0fd4fb3a776f] Process exited with code 0\n2025-07-28 21:36:52.418 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9aa9a676-fa82-4227-b422-85bdc4775460] socks connection closed\n2025-07-28 21:36:52.418 [info] [command][1071877f-722b-4bce-a2ef-0fd4fb3a776f] Socket close event received\n2025-07-28 21:36:52.458 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 59996 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:37:52.423 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:37:52.426 [info] [command][2310c948-504c-4826-a84b-d9ef6eb396a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2310c948-504c-4826-a84b-d9ef6eb396a9""}\n2025-07-28 21:37:52.428 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][eb1391a8-a303-48f7-8ed8-cdafc5b9ede0] received connection request\n2025-07-28 21:37:52.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:37:52.470 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eb1391a8-a303-48f7-8ed8-cdafc5b9ede0] socks forwarding established\n2025-07-28 21:37:52.514 [info] [command][2310c948-504c-4826-a84b-d9ef6eb396a9] Process exited with code 0\n2025-07-28 21:37:52.515 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][eb1391a8-a303-48f7-8ed8-cdafc5b9ede0] socks connection closed\n2025-07-28 21:37:52.515 [info] [command][2310c948-504c-4826-a84b-d9ef6eb396a9] Socket close event received\n2025-07-28 21:37:52.555 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60062 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:38:52.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:38:52.522 [info] [command][1c002895-1a34-4c68-9773-751cad177f8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1c002895-1a34-4c68-9773-751cad177f8d""}\n2025-07-28 21:38:52.524 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][11e9257e-7882-41ed-872d-041a3a41fcda] received connection request\n2025-07-28 21:38:52.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:38:52.568 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][11e9257e-7882-41ed-872d-041a3a41fcda] socks forwarding established\n2025-07-28 21:38:52.622 [info] [command][1c002895-1a34-4c68-9773-751cad177f8d] Process exited with code 0\n2025-07-28 21:38:52.622 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][11e9257e-7882-41ed-872d-041a3a41fcda] socks connection closed\n2025-07-28 21:38:52.622 [info] [command][1c002895-1a34-4c68-9773-751cad177f8d] Socket close event received\n2025-07-28 21:38:52.697 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60109 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:39:52.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:39:52.629 [info] [command][99f9ff80-ad36-4412-87e2-a73ba768c812] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""99f9ff80-ad36-4412-87e2-a73ba768c812""}\n2025-07-28 21:39:52.630 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][de715ce3-7cc7-415f-9242-6a4f0ae9eb0a] received connection request\n2025-07-28 21:39:52.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:39:52.683 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][de715ce3-7cc7-415f-9242-6a4f0ae9eb0a] socks forwarding established\n2025-07-28 21:39:52.735 [info] [command][99f9ff80-ad36-4412-87e2-a73ba768c812] Process exited with code 0\n2025-07-28 21:39:52.735 [info] [command][99f9ff80-ad36-4412-87e2-a73ba768c812] Socket close event received\n2025-07-28 21:39:52.735 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][de715ce3-7cc7-415f-9242-6a4f0ae9eb0a] socks connection closed\n2025-07-28 21:39:52.778 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60151 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:40:52.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:40:52.741 [info] [command][1079f6e2-6987-4385-ae1f-ee94926bb316] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1079f6e2-6987-4385-ae1f-ee94926bb316""}\n2025-07-28 21:40:52.741 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e0bb042e-e0b6-494b-a7a1-961c5f353350] received connection request\n2025-07-28 21:40:52.742 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:40:52.782 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e0bb042e-e0b6-494b-a7a1-961c5f353350] socks forwarding established\n2025-07-28 21:40:52.826 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e0bb042e-e0b6-494b-a7a1-961c5f353350] socks connection closed\n2025-07-28 21:40:52.827 [info] [command][1079f6e2-6987-4385-ae1f-ee94926bb316] Process exited with code 0\n2025-07-28 21:40:52.827 [info] [command][1079f6e2-6987-4385-ae1f-ee94926bb316] Socket close event received\n2025-07-28 21:40:52.867 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60193 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:41:52.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:41:52.836 [info] [command][885d68fc-835c-4251-8465-c18a9e63c107] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""885d68fc-835c-4251-8465-c18a9e63c107""}\n2025-07-28 21:41:52.837 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d477d5d7-b0a1-4184-8f1f-9a0d4b5c2873] received connection request\n2025-07-28 21:41:52.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:41:52.893 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d477d5d7-b0a1-4184-8f1f-9a0d4b5c2873] socks forwarding established\n2025-07-28 21:41:52.940 [info] [command][885d68fc-835c-4251-8465-c18a9e63c107] Process exited with code 0\n2025-07-28 21:41:52.940 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d477d5d7-b0a1-4184-8f1f-9a0d4b5c2873] socks connection closed\n2025-07-28 21:41:52.940 [info] [command][885d68fc-835c-4251-8465-c18a9e63c107] Socket close event received\n2025-07-28 21:41:52.980 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60218 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:42:52.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:42:52.944 [info] [command][88ee9692-1a75-444f-817e-ae86e99618af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""88ee9692-1a75-444f-817e-ae86e99618af""}\n2025-07-28 21:42:52.945 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][555f561d-9d11-479a-8253-935e7ecf516c] received connection request\n2025-07-28 21:42:52.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:42:52.986 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][555f561d-9d11-479a-8253-935e7ecf516c] socks forwarding established\n2025-07-28 21:42:53.028 [info] [command][88ee9692-1a75-444f-817e-ae86e99618af] Process exited with code 0\n2025-07-28 21:42:53.029 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][555f561d-9d11-479a-8253-935e7ecf516c] socks connection closed\n2025-07-28 21:42:53.029 [info] [command][88ee9692-1a75-444f-817e-ae86e99618af] Socket close event received\n2025-07-28 21:42:53.070 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60269 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:43:53.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:43:53.035 [info] [command][6b12a52f-7784-45c3-928d-25bc9049fe00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6b12a52f-7784-45c3-928d-25bc9049fe00""}\n2025-07-28 21:43:53.035 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0bfb9700-3b18-4abb-92aa-ade5d472d60e] received connection request\n2025-07-28 21:43:53.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:43:53.077 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0bfb9700-3b18-4abb-92aa-ade5d472d60e] socks forwarding established\n2025-07-28 21:43:53.124 [info] [command][6b12a52f-7784-45c3-928d-25bc9049fe00] Process exited with code 0\n2025-07-28 21:43:53.124 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0bfb9700-3b18-4abb-92aa-ade5d472d60e] socks connection closed\n2025-07-28 21:43:53.125 [info] [command][6b12a52f-7784-45c3-928d-25bc9049fe00] Socket close event received\n2025-07-28 21:43:53.165 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60302 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:44:53.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:44:53.127 [info] [command][abd34682-70bd-455e-9cfb-9631ca81d4d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""abd34682-70bd-455e-9cfb-9631ca81d4d3""}\n2025-07-28 21:44:53.128 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][94324676-e167-4751-878a-6de05d1b4e31] received connection request\n2025-07-28 21:44:53.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:44:53.173 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94324676-e167-4751-878a-6de05d1b4e31] socks forwarding established\n2025-07-28 21:44:53.223 [info] [command][abd34682-70bd-455e-9cfb-9631ca81d4d3] Process exited with code 0\n2025-07-28 21:44:53.224 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][94324676-e167-4751-878a-6de05d1b4e31] socks connection closed\n2025-07-28 21:44:53.224 [info] [command][abd34682-70bd-455e-9cfb-9631ca81d4d3] Socket close event received\n2025-07-28 21:44:53.265 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60347 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:45:53.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:45:53.231 [info] [command][03851fc1-1f1d-4601-a78d-6ecbe20b2fc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""03851fc1-1f1d-4601-a78d-6ecbe20b2fc3""}\n2025-07-28 21:45:53.232 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][633274dc-2b47-479e-a23e-3e74d0141528] received connection request\n2025-07-28 21:45:53.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:45:53.277 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][633274dc-2b47-479e-a23e-3e74d0141528] socks forwarding established\n2025-07-28 21:45:53.322 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][633274dc-2b47-479e-a23e-3e74d0141528] socks connection closed\n2025-07-28 21:45:53.322 [info] [command][03851fc1-1f1d-4601-a78d-6ecbe20b2fc3] Process exited with code 0\n2025-07-28 21:45:53.323 [info] [command][03851fc1-1f1d-4601-a78d-6ecbe20b2fc3] Socket close event received\n2025-07-28 21:45:53.362 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60371 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:46:53.331 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:46:53.332 [info] [command][a9d064b0-8d70-483a-b70e-97664d569e77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a9d064b0-8d70-483a-b70e-97664d569e77""}\n2025-07-28 21:46:53.332 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][aacadc9e-d330-4152-a8c1-9d7c39247a04] received connection request\n2025-07-28 21:46:53.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:46:53.373 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][aacadc9e-d330-4152-a8c1-9d7c39247a04] socks forwarding established\n2025-07-28 21:46:53.419 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][aacadc9e-d330-4152-a8c1-9d7c39247a04] socks connection closed\n2025-07-28 21:46:53.419 [info] [command][a9d064b0-8d70-483a-b70e-97664d569e77] Process exited with code 0\n2025-07-28 21:46:53.419 [info] [command][a9d064b0-8d70-483a-b70e-97664d569e77] Socket close event received\n2025-07-28 21:46:53.458 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60426 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:47:53.429 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:47:53.432 [info] [command][e1eb0608-6e41-415d-a4cc-f78e3a2a67f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e1eb0608-6e41-415d-a4cc-f78e3a2a67f0""}\n2025-07-28 21:47:53.433 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2704588d-c5e8-4ac0-ba6a-940aa47fffdf] received connection request\n2025-07-28 21:47:53.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:47:53.476 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2704588d-c5e8-4ac0-ba6a-940aa47fffdf] socks forwarding established\n2025-07-28 21:47:53.525 [info] [command][e1eb0608-6e41-415d-a4cc-f78e3a2a67f0] Process exited with code 0\n2025-07-28 21:47:53.526 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2704588d-c5e8-4ac0-ba6a-940aa47fffdf] socks connection closed\n2025-07-28 21:47:53.526 [info] [command][e1eb0608-6e41-415d-a4cc-f78e3a2a67f0] Socket close event received\n2025-07-28 21:47:53.566 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60484 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:48:53.526 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:48:53.530 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d6eb656d-5de4-4061-88b5-a0035fc2cbc6] received connection request\n2025-07-28 21:48:53.531 [info] [command][cab7f3ad-6842-4825-9bb0-a862cdf595af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cab7f3ad-6842-4825-9bb0-a862cdf595af""}\n2025-07-28 21:48:53.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:48:53.629 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d6eb656d-5de4-4061-88b5-a0035fc2cbc6] socks forwarding established\n2025-07-28 21:48:53.676 [info] [command][cab7f3ad-6842-4825-9bb0-a862cdf595af] Process exited with code 0\n2025-07-28 21:48:53.676 [info] [command][cab7f3ad-6842-4825-9bb0-a862cdf595af] Socket close event received\n2025-07-28 21:48:53.677 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d6eb656d-5de4-4061-88b5-a0035fc2cbc6] socks connection closed\n2025-07-28 21:48:53.717 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60514 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:49:53.682 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:49:53.685 [info] [command][a6f2c070-0507-4758-a2e3-091502469d5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a6f2c070-0507-4758-a2e3-091502469d5e""}\n2025-07-28 21:49:53.685 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d703d1f6-9c35-4128-b746-7c2f60e32ca2] received connection request\n2025-07-28 21:49:53.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:49:53.730 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d703d1f6-9c35-4128-b746-7c2f60e32ca2] socks forwarding established\n2025-07-28 21:49:53.777 [info] [command][a6f2c070-0507-4758-a2e3-091502469d5e] Process exited with code 0\n2025-07-28 21:49:53.778 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d703d1f6-9c35-4128-b746-7c2f60e32ca2] socks connection closed\n2025-07-28 21:49:53.778 [info] [command][a6f2c070-0507-4758-a2e3-091502469d5e] Socket close event received\n2025-07-28 21:49:53.826 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60560 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:50:53.787 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:50:53.794 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][68e6e7a6-b17e-4cf0-aab1-2b833d4b13b0] received connection request\n2025-07-28 21:50:53.794 [info] [command][7c2b308a-8920-4722-9e89-fe733c70e171] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7c2b308a-8920-4722-9e89-fe733c70e171""}\n2025-07-28 21:50:53.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:50:53.835 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68e6e7a6-b17e-4cf0-aab1-2b833d4b13b0] socks forwarding established\n2025-07-28 21:50:53.881 [info] [command][7c2b308a-8920-4722-9e89-fe733c70e171] Process exited with code 0\n2025-07-28 21:50:53.881 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68e6e7a6-b17e-4cf0-aab1-2b833d4b13b0] socks connection closed\n2025-07-28 21:50:53.882 [info] [command][7c2b308a-8920-4722-9e89-fe733c70e171] Socket close event received\n2025-07-28 21:50:53.926 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60589 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:51:53.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:51:53.887 [info] [command][f99ae14b-a0ec-4e19-8019-68221927ecb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f99ae14b-a0ec-4e19-8019-68221927ecb2""}\n2025-07-28 21:51:53.888 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dd0d6d37-de64-470a-bfe6-36e2814ab55d] received connection request\n2025-07-28 21:51:53.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:51:53.934 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dd0d6d37-de64-470a-bfe6-36e2814ab55d] socks forwarding established\n2025-07-28 21:51:54.062 [info] [command][f99ae14b-a0ec-4e19-8019-68221927ecb2] Process exited with code 0\n2025-07-28 21:51:54.063 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dd0d6d37-de64-470a-bfe6-36e2814ab55d] socks connection closed\n2025-07-28 21:51:54.063 [info] [command][f99ae14b-a0ec-4e19-8019-68221927ecb2] Socket close event received\n2025-07-28 21:51:54.104 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60634 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:52:54.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:52:54.067 [info] [command][9156f904-85bb-4981-9b27-c49d964533c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9156f904-85bb-4981-9b27-c49d964533c4""}\n2025-07-28 21:52:54.067 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][291ac140-4868-4847-8fe9-fd82d207c615] received connection request\n2025-07-28 21:52:54.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:52:54.109 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][291ac140-4868-4847-8fe9-fd82d207c615] socks forwarding established\n2025-07-28 21:52:54.153 [info] [command][9156f904-85bb-4981-9b27-c49d964533c4] Process exited with code 0\n2025-07-28 21:52:54.153 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][291ac140-4868-4847-8fe9-fd82d207c615] socks connection closed\n2025-07-28 21:52:54.153 [info] [command][9156f904-85bb-4981-9b27-c49d964533c4] Socket close event received\n2025-07-28 21:52:54.194 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60665 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:53:54.155 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:53:54.158 [info] [command][8421830d-0d5b-42cd-8b15-cf3a7f9c292d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8421830d-0d5b-42cd-8b15-cf3a7f9c292d""}\n2025-07-28 21:53:54.158 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5e0551c8-bf87-4479-ab11-d46cd41670f4] received connection request\n2025-07-28 21:53:54.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:53:54.206 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5e0551c8-bf87-4479-ab11-d46cd41670f4] socks forwarding established\n2025-07-28 21:53:54.251 [info] [command][8421830d-0d5b-42cd-8b15-cf3a7f9c292d] Process exited with code 0\n2025-07-28 21:53:54.251 [info] [command][8421830d-0d5b-42cd-8b15-cf3a7f9c292d] Socket close event received\n2025-07-28 21:53:54.252 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5e0551c8-bf87-4479-ab11-d46cd41670f4] socks connection closed\n2025-07-28 21:53:54.291 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60687 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:54:54.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:54:54.264 [info] [command][07066ca3-ba5d-465b-ba61-795184fce1ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""07066ca3-ba5d-465b-ba61-795184fce1ee""}\n2025-07-28 21:54:54.264 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e3c4ea8b-795e-47d1-aa0b-dec7caac97f3] received connection request\n2025-07-28 21:54:54.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:54:54.308 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e3c4ea8b-795e-47d1-aa0b-dec7caac97f3] socks forwarding established\n2025-07-28 21:54:54.421 [info] [command][07066ca3-ba5d-465b-ba61-795184fce1ee] Process exited with code 0\n2025-07-28 21:54:54.421 [info] [command][07066ca3-ba5d-465b-ba61-795184fce1ee] Socket close event received\n2025-07-28 21:54:54.421 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e3c4ea8b-795e-47d1-aa0b-dec7caac97f3] socks connection closed\n2025-07-28 21:54:54.466 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60718 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:55:54.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:55:54.435 [info] [command][94e8f44d-76fe-4600-a7f8-59e86d91b814] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""94e8f44d-76fe-4600-a7f8-59e86d91b814""}\n2025-07-28 21:55:54.436 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a1b698b6-ab8a-4e05-a7c2-a41a86646c54] received connection request\n2025-07-28 21:55:54.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:55:54.481 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a1b698b6-ab8a-4e05-a7c2-a41a86646c54] socks forwarding established\n2025-07-28 21:55:54.530 [info] [command][94e8f44d-76fe-4600-a7f8-59e86d91b814] Process exited with code 0\n2025-07-28 21:55:54.530 [info] [command][94e8f44d-76fe-4600-a7f8-59e86d91b814] Socket close event received\n2025-07-28 21:55:54.531 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a1b698b6-ab8a-4e05-a7c2-a41a86646c54] socks connection closed\n2025-07-28 21:55:54.571 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60751 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:56:54.541 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:56:54.544 [info] [command][10b3c741-1581-4002-a3f0-79aaeb67e742] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""10b3c741-1581-4002-a3f0-79aaeb67e742""}\n2025-07-28 21:56:54.545 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cdb3fdf3-4b88-4cd3-bd2a-ad8c62782ab0] received connection request\n2025-07-28 21:56:54.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:56:54.589 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cdb3fdf3-4b88-4cd3-bd2a-ad8c62782ab0] socks forwarding established\n2025-07-28 21:56:54.637 [info] [command][10b3c741-1581-4002-a3f0-79aaeb67e742] Process exited with code 0\n2025-07-28 21:56:54.638 [info] [command][10b3c741-1581-4002-a3f0-79aaeb67e742] Socket close event received\n2025-07-28 21:56:54.638 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cdb3fdf3-4b88-4cd3-bd2a-ad8c62782ab0] socks connection closed\n2025-07-28 21:56:54.678 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60788 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:57:54.643 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:57:54.645 [info] [command][dc18fdcf-319e-4a63-95ef-f2b5cfcc65d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dc18fdcf-319e-4a63-95ef-f2b5cfcc65d5""}\n2025-07-28 21:57:54.646 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f27d4fa5-ddfa-482e-be21-dabf72eb1c04] received connection request\n2025-07-28 21:57:54.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 21:57:54.646 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:57:54.687 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f27d4fa5-ddfa-482e-be21-dabf72eb1c04] socks forwarding established\n2025-07-28 21:57:54.730 [info] [command][dc18fdcf-319e-4a63-95ef-f2b5cfcc65d5] Process exited with code 0\n2025-07-28 21:57:54.730 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f27d4fa5-ddfa-482e-be21-dabf72eb1c04] socks connection closed\n2025-07-28 21:57:54.731 [info] [command][dc18fdcf-319e-4a63-95ef-f2b5cfcc65d5] Socket close event received\n2025-07-28 21:57:54.771 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60820 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:58:54.736 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:58:54.738 [info] [command][9fcc971d-a7e0-44a6-90c3-2e354f4a0603] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9fcc971d-a7e0-44a6-90c3-2e354f4a0603""}\n2025-07-28 21:58:54.739 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9f0f63ed-425f-4697-be1d-c2a81393f614] received connection request\n2025-07-28 21:58:54.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:58:54.784 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f0f63ed-425f-4697-be1d-c2a81393f614] socks forwarding established\n2025-07-28 21:58:54.832 [info] [command][9fcc971d-a7e0-44a6-90c3-2e354f4a0603] Process exited with code 0\n2025-07-28 21:58:54.832 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f0f63ed-425f-4697-be1d-c2a81393f614] socks connection closed\n2025-07-28 21:58:54.832 [info] [command][9fcc971d-a7e0-44a6-90c3-2e354f4a0603] Socket close event received\n2025-07-28 21:58:54.875 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60839 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 21:59:54.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 21:59:54.840 [info] [command][4b24955d-16e2-4c4f-985a-e4ca47b4a87a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4b24955d-16e2-4c4f-985a-e4ca47b4a87a""}\n2025-07-28 21:59:54.841 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ac9cdef6-8492-43cc-b83c-de606f1334a5] received connection request\n2025-07-28 21:59:54.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 21:59:54.887 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ac9cdef6-8492-43cc-b83c-de606f1334a5] socks forwarding established\n2025-07-28 21:59:54.938 [info] [command][4b24955d-16e2-4c4f-985a-e4ca47b4a87a] Process exited with code 0\n2025-07-28 21:59:54.939 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ac9cdef6-8492-43cc-b83c-de606f1334a5] socks connection closed\n2025-07-28 21:59:54.939 [info] [command][4b24955d-16e2-4c4f-985a-e4ca47b4a87a] Socket close event received\n2025-07-28 21:59:54.980 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60871 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:00:54.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:00:54.951 [info] [command][c66b6197-d0f4-4068-a90f-71cfb7331ab8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c66b6197-d0f4-4068-a90f-71cfb7331ab8""}\n2025-07-28 22:00:54.951 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][613c17e8-7a68-45a2-ae4f-666ae30a53c9] received connection request\n2025-07-28 22:00:54.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:00:54.993 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][613c17e8-7a68-45a2-ae4f-666ae30a53c9] socks forwarding established\n2025-07-28 22:00:55.039 [info] [command][c66b6197-d0f4-4068-a90f-71cfb7331ab8] Process exited with code 0\n2025-07-28 22:00:55.039 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][613c17e8-7a68-45a2-ae4f-666ae30a53c9] socks connection closed\n2025-07-28 22:00:55.039 [info] [command][c66b6197-d0f4-4068-a90f-71cfb7331ab8] Socket close event received\n2025-07-28 22:00:55.080 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60914 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:01:55.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:01:55.044 [info] [command][095e9d46-22c4-4da7-8084-5ea9022750c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""095e9d46-22c4-4da7-8084-5ea9022750c9""}\n2025-07-28 22:01:55.045 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3c93cc25-d58d-4e40-b231-a5c4b36e3850] received connection request\n2025-07-28 22:01:55.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:01:55.087 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3c93cc25-d58d-4e40-b231-a5c4b36e3850] socks forwarding established\n2025-07-28 22:01:55.134 [info] [command][095e9d46-22c4-4da7-8084-5ea9022750c9] Process exited with code 0\n2025-07-28 22:01:55.134 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3c93cc25-d58d-4e40-b231-a5c4b36e3850] socks connection closed\n2025-07-28 22:01:55.135 [info] [command][095e9d46-22c4-4da7-8084-5ea9022750c9] Socket close event received\n2025-07-28 22:01:55.177 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60953 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:02:55.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:02:55.140 [info] [command][c3d63304-2d6c-41fa-8b1e-6e4ecf814ac3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c3d63304-2d6c-41fa-8b1e-6e4ecf814ac3""}\n2025-07-28 22:02:55.141 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2237f22b-018b-47f7-8b94-626bdaad175f] received connection request\n2025-07-28 22:02:55.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:02:55.186 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2237f22b-018b-47f7-8b94-626bdaad175f] socks forwarding established\n2025-07-28 22:02:55.232 [info] [command][c3d63304-2d6c-41fa-8b1e-6e4ecf814ac3] Process exited with code 0\n2025-07-28 22:02:55.233 [info] [command][c3d63304-2d6c-41fa-8b1e-6e4ecf814ac3] Socket close event received\n2025-07-28 22:02:55.233 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2237f22b-018b-47f7-8b94-626bdaad175f] socks connection closed\n2025-07-28 22:02:55.277 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 60994 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:03:55.235 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:03:55.237 [info] [command][a77ca274-b7db-4663-b8cd-9a6365eb5175] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a77ca274-b7db-4663-b8cd-9a6365eb5175""}\n2025-07-28 22:03:55.238 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cdb8b14b-5020-4bd7-bed4-395bb84e69ca] received connection request\n2025-07-28 22:03:55.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:03:55.281 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cdb8b14b-5020-4bd7-bed4-395bb84e69ca] socks forwarding established\n2025-07-28 22:03:55.331 [info] [command][a77ca274-b7db-4663-b8cd-9a6365eb5175] Process exited with code 0\n2025-07-28 22:03:55.331 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cdb8b14b-5020-4bd7-bed4-395bb84e69ca] socks connection closed\n2025-07-28 22:03:55.332 [info] [command][a77ca274-b7db-4663-b8cd-9a6365eb5175] Socket close event received\n2025-07-28 22:03:55.374 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61021 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:04:55.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:04:55.343 [info] [command][918f7934-7504-4e77-a7cc-af9671b776dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""918f7934-7504-4e77-a7cc-af9671b776dd""}\n2025-07-28 22:04:55.343 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a81ff49d-f586-4f6e-be4e-bd180ae059fa] received connection request\n2025-07-28 22:04:55.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:04:55.386 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a81ff49d-f586-4f6e-be4e-bd180ae059fa] socks forwarding established\n2025-07-28 22:04:55.517 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a81ff49d-f586-4f6e-be4e-bd180ae059fa] socks connection closed\n2025-07-28 22:04:55.517 [info] [command][918f7934-7504-4e77-a7cc-af9671b776dd] Process exited with code 0\n2025-07-28 22:04:55.517 [info] [command][918f7934-7504-4e77-a7cc-af9671b776dd] Socket close event received\n2025-07-28 22:04:55.558 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61063 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:05:55.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:05:55.527 [info] [command][94a2290a-6f3c-4087-aa18-f536b306b53f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""94a2290a-6f3c-4087-aa18-f536b306b53f""}\n2025-07-28 22:05:55.528 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a8cb27a5-b802-497b-a5fc-8b9b9c9d1636] received connection request\n2025-07-28 22:05:55.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:05:55.571 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a8cb27a5-b802-497b-a5fc-8b9b9c9d1636] socks forwarding established\n2025-07-28 22:05:55.617 [info] [command][94a2290a-6f3c-4087-aa18-f536b306b53f] Process exited with code 0\n2025-07-28 22:05:55.617 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a8cb27a5-b802-497b-a5fc-8b9b9c9d1636] socks connection closed\n2025-07-28 22:05:55.617 [info] [command][94a2290a-6f3c-4087-aa18-f536b306b53f] Socket close event received\n2025-07-28 22:05:55.657 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61092 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:06:55.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:06:55.623 [info] [command][40e967b0-5920-49e4-ac01-dc503182a565] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""40e967b0-5920-49e4-ac01-dc503182a565""}\n2025-07-28 22:06:55.624 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][34fdafa9-1d83-40d8-85d4-ce88892f27e6] received connection request\n2025-07-28 22:06:55.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:06:55.682 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][34fdafa9-1d83-40d8-85d4-ce88892f27e6] socks forwarding established\n2025-07-28 22:06:55.733 [info] [command][40e967b0-5920-49e4-ac01-dc503182a565] Process exited with code 0\n2025-07-28 22:06:55.733 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][34fdafa9-1d83-40d8-85d4-ce88892f27e6] socks connection closed\n2025-07-28 22:06:55.733 [info] [command][40e967b0-5920-49e4-ac01-dc503182a565] Socket close event received\n2025-07-28 22:06:55.774 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61135 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:07:55.734 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:07:55.738 [info] [command][f166f48b-e08d-4e3b-8d00-b8b853146274] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f166f48b-e08d-4e3b-8d00-b8b853146274""}\n2025-07-28 22:07:55.739 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8a2f8c58-4f88-42e3-a4bf-bf5688f7ebd1] received connection request\n2025-07-28 22:07:55.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:07:55.783 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8a2f8c58-4f88-42e3-a4bf-bf5688f7ebd1] socks forwarding established\n2025-07-28 22:07:55.828 [info] [command][f166f48b-e08d-4e3b-8d00-b8b853146274] Process exited with code 0\n2025-07-28 22:07:55.828 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8a2f8c58-4f88-42e3-a4bf-bf5688f7ebd1] socks connection closed\n2025-07-28 22:07:55.829 [info] [command][f166f48b-e08d-4e3b-8d00-b8b853146274] Socket close event received\n2025-07-28 22:07:55.866 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61178 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:08:55.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:08:55.841 [info] [command][02ebb3af-1e23-4d9c-9240-5cd886cd0219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""02ebb3af-1e23-4d9c-9240-5cd886cd0219""}\n2025-07-28 22:08:55.841 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4f714310-cde3-4fa3-9063-0a225dc8b9b0] received connection request\n2025-07-28 22:08:55.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:08:55.966 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f714310-cde3-4fa3-9063-0a225dc8b9b0] socks forwarding established\n2025-07-28 22:08:56.012 [info] [command][02ebb3af-1e23-4d9c-9240-5cd886cd0219] Process exited with code 0\n2025-07-28 22:08:56.012 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4f714310-cde3-4fa3-9063-0a225dc8b9b0] socks connection closed\n2025-07-28 22:08:56.013 [info] [command][02ebb3af-1e23-4d9c-9240-5cd886cd0219] Socket close event received\n2025-07-28 22:08:56.054 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61197 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:09:56.022 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:09:56.025 [info] [command][9be0701c-b2a1-4620-bbb1-e470611826d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9be0701c-b2a1-4620-bbb1-e470611826d9""}\n2025-07-28 22:09:56.025 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][247ca4f8-a3ac-4bdb-be44-500ccbe12f3d] received connection request\n2025-07-28 22:09:56.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:09:56.070 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][247ca4f8-a3ac-4bdb-be44-500ccbe12f3d] socks forwarding established\n2025-07-28 22:09:56.117 [info] [command][9be0701c-b2a1-4620-bbb1-e470611826d9] Process exited with code 0\n2025-07-28 22:09:56.118 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][247ca4f8-a3ac-4bdb-be44-500ccbe12f3d] socks connection closed\n2025-07-28 22:09:56.118 [info] [command][9be0701c-b2a1-4620-bbb1-e470611826d9] Socket close event received\n2025-07-28 22:09:56.160 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61231 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:10:56.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:10:56.121 [info] [command][5648eb52-86de-4247-8218-bb8b6e55709c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5648eb52-86de-4247-8218-bb8b6e55709c""}\n2025-07-28 22:10:56.122 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][602310d0-fe1d-4fe9-9b97-f10841497d8d] received connection request\n2025-07-28 22:10:56.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:10:56.165 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][602310d0-fe1d-4fe9-9b97-f10841497d8d] socks forwarding established\n2025-07-28 22:10:56.210 [info] [command][5648eb52-86de-4247-8218-bb8b6e55709c] Process exited with code 0\n2025-07-28 22:10:56.211 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][602310d0-fe1d-4fe9-9b97-f10841497d8d] socks connection closed\n2025-07-28 22:10:56.211 [info] [command][5648eb52-86de-4247-8218-bb8b6e55709c] Socket close event received\n2025-07-28 22:10:56.250 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61266 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:11:56.213 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:11:56.216 [info] [command][277abc8b-1c4d-4496-a85f-74efdf5b8cba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""277abc8b-1c4d-4496-a85f-74efdf5b8cba""}\n2025-07-28 22:11:56.217 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][75f5a40d-6889-4869-be95-f27155392769] received connection request\n2025-07-28 22:11:56.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:11:56.260 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][75f5a40d-6889-4869-be95-f27155392769] socks forwarding established\n2025-07-28 22:11:56.308 [info] [command][277abc8b-1c4d-4496-a85f-74efdf5b8cba] Process exited with code 0\n2025-07-28 22:11:56.308 [info] [command][277abc8b-1c4d-4496-a85f-74efdf5b8cba] Socket close event received\n2025-07-28 22:11:56.309 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][75f5a40d-6889-4869-be95-f27155392769] socks connection closed\n2025-07-28 22:11:56.349 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61306 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:12:56.308 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:12:56.309 [info] [command][8c086961-13c0-4214-9dc7-7dd10156afe4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8c086961-13c0-4214-9dc7-7dd10156afe4""}\n2025-07-28 22:12:56.310 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a3c6f463-b6d6-4539-9e93-29760c75c8fe] received connection request\n2025-07-28 22:12:56.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:12:56.355 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3c6f463-b6d6-4539-9e93-29760c75c8fe] socks forwarding established\n2025-07-28 22:12:56.400 [info] [command][8c086961-13c0-4214-9dc7-7dd10156afe4] Process exited with code 0\n2025-07-28 22:12:56.400 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a3c6f463-b6d6-4539-9e93-29760c75c8fe] socks connection closed\n2025-07-28 22:12:56.400 [info] [command][8c086961-13c0-4214-9dc7-7dd10156afe4] Socket close event received\n2025-07-28 22:12:56.441 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61345 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:13:56.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:13:56.415 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1d2bfd6a-6f13-4674-8281-e92b6669ac8a] received connection request\n2025-07-28 22:13:56.415 [info] [command][973b957e-eaa7-4f74-9790-4a546e10e843] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""973b957e-eaa7-4f74-9790-4a546e10e843""}\n2025-07-28 22:13:56.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:13:56.457 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1d2bfd6a-6f13-4674-8281-e92b6669ac8a] socks forwarding established\n2025-07-28 22:13:56.504 [info] [command][973b957e-eaa7-4f74-9790-4a546e10e843] Process exited with code 0\n2025-07-28 22:13:56.504 [info] [command][973b957e-eaa7-4f74-9790-4a546e10e843] Socket close event received\n2025-07-28 22:13:56.505 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1d2bfd6a-6f13-4674-8281-e92b6669ac8a] socks connection closed\n2025-07-28 22:13:56.547 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61364 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:14:56.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:14:56.513 [info] [command][e2a71f00-89ae-4f53-ad14-f6df48e7962f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e2a71f00-89ae-4f53-ad14-f6df48e7962f""}\n2025-07-28 22:14:56.514 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1caa7551-9ec2-49c3-8285-1734a7e0e5c9] received connection request\n2025-07-28 22:14:56.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 22:14:56.514 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:14:56.558 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1caa7551-9ec2-49c3-8285-1734a7e0e5c9] socks forwarding established\n2025-07-28 22:14:56.605 [info] [command][e2a71f00-89ae-4f53-ad14-f6df48e7962f] Process exited with code 0\n2025-07-28 22:14:56.605 [info] [command][e2a71f00-89ae-4f53-ad14-f6df48e7962f] Socket close event received\n2025-07-28 22:14:56.605 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1caa7551-9ec2-49c3-8285-1734a7e0e5c9] socks connection closed\n2025-07-28 22:14:56.645 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61400 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:15:56.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:15:56.611 [info] [command][27b1d168-4fc6-458f-a41c-56678830dbe4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""27b1d168-4fc6-458f-a41c-56678830dbe4""}\n2025-07-28 22:15:56.612 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][091c9c9b-ba5c-4b2d-bfba-ba255ab2e1ac] received connection request\n2025-07-28 22:15:56.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:15:56.665 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][091c9c9b-ba5c-4b2d-bfba-ba255ab2e1ac] socks forwarding established\n2025-07-28 22:15:56.711 [info] [command][27b1d168-4fc6-458f-a41c-56678830dbe4] Process exited with code 0\n2025-07-28 22:15:56.712 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][091c9c9b-ba5c-4b2d-bfba-ba255ab2e1ac] socks connection closed\n2025-07-28 22:15:56.712 [info] [command][27b1d168-4fc6-458f-a41c-56678830dbe4] Socket close event received\n2025-07-28 22:15:56.756 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61437 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:16:56.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:16:56.719 [info] [command][4e32faac-e588-42aa-9dde-0884bbbb314d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4e32faac-e588-42aa-9dde-0884bbbb314d""}\n2025-07-28 22:16:56.720 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9f86e4dc-87e2-4f13-be1b-0bf0ed1c8f98] received connection request\n2025-07-28 22:16:56.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 22:16:56.721 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:16:56.770 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f86e4dc-87e2-4f13-be1b-0bf0ed1c8f98] socks forwarding established\n2025-07-28 22:16:56.816 [info] [command][4e32faac-e588-42aa-9dde-0884bbbb314d] Process exited with code 0\n2025-07-28 22:16:56.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9f86e4dc-87e2-4f13-be1b-0bf0ed1c8f98] socks connection closed\n2025-07-28 22:16:56.817 [info] [command][4e32faac-e588-42aa-9dde-0884bbbb314d] Socket close event received\n2025-07-28 22:16:56.857 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61470 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:17:56.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:17:56.830 [info] [command][884a2af2-9e7c-4263-afd0-f5ca491ae791] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""884a2af2-9e7c-4263-afd0-f5ca491ae791""}\n2025-07-28 22:17:56.831 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b8f0bcf1-2163-483e-bbe8-4062ba5545ee] received connection request\n2025-07-28 22:17:56.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:17:56.874 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8f0bcf1-2163-483e-bbe8-4062ba5545ee] socks forwarding established\n2025-07-28 22:17:56.923 [info] [command][884a2af2-9e7c-4263-afd0-f5ca491ae791] Process exited with code 0\n2025-07-28 22:17:56.923 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b8f0bcf1-2163-483e-bbe8-4062ba5545ee] socks connection closed\n2025-07-28 22:17:56.923 [info] [command][884a2af2-9e7c-4263-afd0-f5ca491ae791] Socket close event received\n2025-07-28 22:17:56.965 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61502 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:18:56.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:18:56.927 [info] [command][7ef6b686-8a8e-4271-86bd-a8b6844e6f1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7ef6b686-8a8e-4271-86bd-a8b6844e6f1e""}\n2025-07-28 22:18:56.928 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][68618185-dafa-4a4b-9d8b-e6ce061ed38e] received connection request\n2025-07-28 22:18:56.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:18:57.113 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68618185-dafa-4a4b-9d8b-e6ce061ed38e] socks forwarding established\n2025-07-28 22:18:57.162 [info] [command][7ef6b686-8a8e-4271-86bd-a8b6844e6f1e] Process exited with code 0\n2025-07-28 22:18:57.162 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][68618185-dafa-4a4b-9d8b-e6ce061ed38e] socks connection closed\n2025-07-28 22:18:57.163 [info] [command][7ef6b686-8a8e-4271-86bd-a8b6844e6f1e] Socket close event received\n2025-07-28 22:18:57.208 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61521 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:19:57.166 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:19:57.168 [info] [command][bc665f66-e938-4f3a-a680-9ecad639372d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bc665f66-e938-4f3a-a680-9ecad639372d""}\n2025-07-28 22:19:57.169 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7062322c-00e9-4c35-bde4-0266c3c53493] received connection request\n2025-07-28 22:19:57.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:19:57.211 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7062322c-00e9-4c35-bde4-0266c3c53493] socks forwarding established\n2025-07-28 22:19:57.256 [info] [command][bc665f66-e938-4f3a-a680-9ecad639372d] Process exited with code 0\n2025-07-28 22:19:57.257 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7062322c-00e9-4c35-bde4-0266c3c53493] socks connection closed\n2025-07-28 22:19:57.257 [info] [command][bc665f66-e938-4f3a-a680-9ecad639372d] Socket close event received\n2025-07-28 22:19:57.300 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61573 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:20:57.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:20:57.268 [info] [command][80b5f35c-a301-4f29-802b-b58519c3cd11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""80b5f35c-a301-4f29-802b-b58519c3cd11""}\n2025-07-28 22:20:57.268 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][640f909a-ae12-4006-9e24-e48cebd0434e] received connection request\n2025-07-28 22:20:57.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:20:57.316 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][640f909a-ae12-4006-9e24-e48cebd0434e] socks forwarding established\n2025-07-28 22:20:57.362 [info] [command][80b5f35c-a301-4f29-802b-b58519c3cd11] Process exited with code 0\n2025-07-28 22:20:57.363 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][640f909a-ae12-4006-9e24-e48cebd0434e] socks connection closed\n2025-07-28 22:20:57.363 [info] [command][80b5f35c-a301-4f29-802b-b58519c3cd11] Socket close event received\n2025-07-28 22:20:57.402 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61611 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:21:57.373 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:21:57.376 [info] [command][e5801ffc-0c2e-44c0-846a-6df839b76801] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e5801ffc-0c2e-44c0-846a-6df839b76801""}\n2025-07-28 22:21:57.376 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0835409c-1fc4-4c0b-8c05-53a319b55e57] received connection request\n2025-07-28 22:21:57.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:21:57.422 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0835409c-1fc4-4c0b-8c05-53a319b55e57] socks forwarding established\n2025-07-28 22:21:57.471 [info] [command][e5801ffc-0c2e-44c0-846a-6df839b76801] Process exited with code 0\n2025-07-28 22:21:57.471 [info] [command][e5801ffc-0c2e-44c0-846a-6df839b76801] Socket close event received\n2025-07-28 22:21:57.471 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0835409c-1fc4-4c0b-8c05-53a319b55e57] socks connection closed\n2025-07-28 22:21:57.511 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61657 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:22:57.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:22:57.484 [info] [command][5c96fe3c-03d5-4d14-be2c-51456c383310] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5c96fe3c-03d5-4d14-be2c-51456c383310""}\n2025-07-28 22:22:57.485 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c2057b39-1c81-4c5c-9e88-e54a94c0b11b] received connection request\n2025-07-28 22:22:57.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:22:57.532 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c2057b39-1c81-4c5c-9e88-e54a94c0b11b] socks forwarding established\n2025-07-28 22:22:57.577 [info] [command][5c96fe3c-03d5-4d14-be2c-51456c383310] Process exited with code 0\n2025-07-28 22:22:57.577 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c2057b39-1c81-4c5c-9e88-e54a94c0b11b] socks connection closed\n2025-07-28 22:22:57.577 [info] [command][5c96fe3c-03d5-4d14-be2c-51456c383310] Socket close event received\n2025-07-28 22:22:57.633 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61689 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:23:57.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:23:57.583 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][53d7eb27-6de5-467d-ae2b-aec07dacbe82] received connection request\n2025-07-28 22:23:57.584 [info] [command][17964f1f-b918-4d9f-b729-a0e2384e0644] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""17964f1f-b918-4d9f-b729-a0e2384e0644""}\n2025-07-28 22:23:57.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:23:57.634 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][53d7eb27-6de5-467d-ae2b-aec07dacbe82] socks forwarding established\n2025-07-28 22:23:57.682 [info] [command][17964f1f-b918-4d9f-b729-a0e2384e0644] Process exited with code 0\n2025-07-28 22:23:57.683 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][53d7eb27-6de5-467d-ae2b-aec07dacbe82] socks connection closed\n2025-07-28 22:23:57.683 [info] [command][17964f1f-b918-4d9f-b729-a0e2384e0644] Socket close event received\n2025-07-28 22:23:57.722 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61708 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:24:57.688 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:24:57.691 [info] [command][a6f417af-984f-4712-96d1-7b8368ed045f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a6f417af-984f-4712-96d1-7b8368ed045f""}\n2025-07-28 22:24:57.692 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b00d1ea8-9abf-4758-b358-5bc5e24f425b] received connection request\n2025-07-28 22:24:57.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:24:57.740 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b00d1ea8-9abf-4758-b358-5bc5e24f425b] socks forwarding established\n2025-07-28 22:24:57.785 [info] [command][a6f417af-984f-4712-96d1-7b8368ed045f] Process exited with code 0\n2025-07-28 22:24:57.785 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b00d1ea8-9abf-4758-b358-5bc5e24f425b] socks connection closed\n2025-07-28 22:24:57.786 [info] [command][a6f417af-984f-4712-96d1-7b8368ed045f] Socket close event received\n2025-07-28 22:24:57.826 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61753 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:25:57.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:25:57.800 [info] [command][ab7b19b4-9ae0-408a-855d-c5f39923482b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ab7b19b4-9ae0-408a-855d-c5f39923482b""}\n2025-07-28 22:25:57.800 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f26bf3e6-f204-4251-a6a0-2d0365f37240] received connection request\n2025-07-28 22:25:57.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:25:57.846 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f26bf3e6-f204-4251-a6a0-2d0365f37240] socks forwarding established\n2025-07-28 22:25:57.890 [info] [command][ab7b19b4-9ae0-408a-855d-c5f39923482b] Process exited with code 0\n2025-07-28 22:25:57.891 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f26bf3e6-f204-4251-a6a0-2d0365f37240] socks connection closed\n2025-07-28 22:25:57.891 [info] [command][ab7b19b4-9ae0-408a-855d-c5f39923482b] Socket close event received\n2025-07-28 22:25:57.929 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61775 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:26:57.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:26:57.904 [info] [command][184f3d2b-5ec3-4e7d-b2d3-7321fe769bc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""184f3d2b-5ec3-4e7d-b2d3-7321fe769bc9""}\n2025-07-28 22:26:57.905 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][875e9bbf-6b21-4cc0-959f-e9f625496e14] received connection request\n2025-07-28 22:26:57.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:26:57.953 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][875e9bbf-6b21-4cc0-959f-e9f625496e14] socks forwarding established\n2025-07-28 22:26:58.040 [info] [command][184f3d2b-5ec3-4e7d-b2d3-7321fe769bc9] Process exited with code 0\n2025-07-28 22:26:58.041 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][875e9bbf-6b21-4cc0-959f-e9f625496e14] socks connection closed\n2025-07-28 22:26:58.041 [info] [command][184f3d2b-5ec3-4e7d-b2d3-7321fe769bc9] Socket close event received\n2025-07-28 22:26:58.084 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61808 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:27:58.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:27:58.048 [info] [command][0be3804e-12de-4280-8b8a-10109297d530] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0be3804e-12de-4280-8b8a-10109297d530""}\n2025-07-28 22:27:58.049 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a5eed453-fe60-419a-8c3c-e6d9f44ff480] received connection request\n2025-07-28 22:27:58.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:27:58.096 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a5eed453-fe60-419a-8c3c-e6d9f44ff480] socks forwarding established\n2025-07-28 22:27:58.147 [info] [command][0be3804e-12de-4280-8b8a-10109297d530] Process exited with code 0\n2025-07-28 22:27:58.148 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a5eed453-fe60-419a-8c3c-e6d9f44ff480] socks connection closed\n2025-07-28 22:27:58.148 [info] [command][0be3804e-12de-4280-8b8a-10109297d530] Socket close event received\n2025-07-28 22:27:58.194 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61841 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:28:58.148 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:28:58.152 [info] [command][3554f926-e25c-4bf9-9825-cecac843d1be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3554f926-e25c-4bf9-9825-cecac843d1be""}\n2025-07-28 22:28:58.153 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a532ef1e-48d7-45f1-8da6-0e22ef38b7b2] received connection request\n2025-07-28 22:28:58.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:28:58.195 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a532ef1e-48d7-45f1-8da6-0e22ef38b7b2] socks forwarding established\n2025-07-28 22:28:58.241 [info] [command][3554f926-e25c-4bf9-9825-cecac843d1be] Process exited with code 0\n2025-07-28 22:28:58.241 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a532ef1e-48d7-45f1-8da6-0e22ef38b7b2] socks connection closed\n2025-07-28 22:28:58.242 [info] [command][3554f926-e25c-4bf9-9825-cecac843d1be] Socket close event received\n2025-07-28 22:28:58.280 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61880 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:29:58.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:29:58.243 [info] [command][b6f9064f-159b-47c4-bc9d-642c94499527] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b6f9064f-159b-47c4-bc9d-642c94499527""}\n2025-07-28 22:29:58.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cdc0f516-9ac2-41d9-ac6b-eb94d86c60e2] received connection request\n2025-07-28 22:29:58.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 22:29:58.244 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:29:58.286 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cdc0f516-9ac2-41d9-ac6b-eb94d86c60e2] socks forwarding established\n2025-07-28 22:29:58.330 [info] [command][b6f9064f-159b-47c4-bc9d-642c94499527] Process exited with code 0\n2025-07-28 22:29:58.330 [info] [command][b6f9064f-159b-47c4-bc9d-642c94499527] Socket close event received\n2025-07-28 22:29:58.331 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cdc0f516-9ac2-41d9-ac6b-eb94d86c60e2] socks connection closed\n2025-07-28 22:29:58.371 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61912 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:30:58.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:30:58.334 [info] [command][9c4334d1-0bd4-4dc8-a0d6-c447a0e2d6db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9c4334d1-0bd4-4dc8-a0d6-c447a0e2d6db""}\n2025-07-28 22:30:58.335 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][51cd4e22-2020-470d-a8b2-426e36be5171] received connection request\n2025-07-28 22:30:58.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:30:58.404 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][51cd4e22-2020-470d-a8b2-426e36be5171] socks forwarding established\n2025-07-28 22:30:58.451 [info] [command][9c4334d1-0bd4-4dc8-a0d6-c447a0e2d6db] Process exited with code 0\n2025-07-28 22:30:58.451 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][51cd4e22-2020-470d-a8b2-426e36be5171] socks connection closed\n2025-07-28 22:30:58.451 [info] [command][9c4334d1-0bd4-4dc8-a0d6-c447a0e2d6db] Socket close event received\n2025-07-28 22:30:58.515 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61939 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:31:58.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:31:58.456 [info] [command][b1a8f742-11d4-4e4f-a17c-aedc446d7f5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b1a8f742-11d4-4e4f-a17c-aedc446d7f5f""}\n2025-07-28 22:31:58.456 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c6528a0d-2d11-42bb-a207-903066982b85] received connection request\n2025-07-28 22:31:58.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:31:58.497 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c6528a0d-2d11-42bb-a207-903066982b85] socks forwarding established\n2025-07-28 22:31:58.539 [info] [command][b1a8f742-11d4-4e4f-a17c-aedc446d7f5f] Process exited with code 0\n2025-07-28 22:31:58.540 [info] [command][b1a8f742-11d4-4e4f-a17c-aedc446d7f5f] Socket close event received\n2025-07-28 22:31:58.540 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c6528a0d-2d11-42bb-a207-903066982b85] socks connection closed\n2025-07-28 22:31:58.582 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 61977 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:32:58.550 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:32:58.553 [info] [command][99adeed2-2401-4095-b39a-d39464f07a53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""99adeed2-2401-4095-b39a-d39464f07a53""}\n2025-07-28 22:32:58.553 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][269d9b38-a178-4b8e-a13b-f67824f0e0b8] received connection request\n2025-07-28 22:32:58.554 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:32:58.596 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][269d9b38-a178-4b8e-a13b-f67824f0e0b8] socks forwarding established\n2025-07-28 22:32:58.643 [info] [command][99adeed2-2401-4095-b39a-d39464f07a53] Process exited with code 0\n2025-07-28 22:32:58.644 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][269d9b38-a178-4b8e-a13b-f67824f0e0b8] socks connection closed\n2025-07-28 22:32:58.644 [info] [command][99adeed2-2401-4095-b39a-d39464f07a53] Socket close event received\n2025-07-28 22:32:58.686 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62014 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:33:58.652 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:33:58.656 [info] [command][291c15b1-3ccd-4ea1-81b5-cbabaac0592e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""291c15b1-3ccd-4ea1-81b5-cbabaac0592e""}\n2025-07-28 22:33:58.657 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f1a42676-b585-4888-8e84-ccbe6b61fe9e] received connection request\n2025-07-28 22:33:58.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:33:58.713 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f1a42676-b585-4888-8e84-ccbe6b61fe9e] socks forwarding established\n2025-07-28 22:33:58.763 [info] [command][291c15b1-3ccd-4ea1-81b5-cbabaac0592e] Process exited with code 0\n2025-07-28 22:33:58.763 [info] [command][291c15b1-3ccd-4ea1-81b5-cbabaac0592e] Socket close event received\n2025-07-28 22:33:58.763 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f1a42676-b585-4888-8e84-ccbe6b61fe9e] socks connection closed\n2025-07-28 22:33:58.802 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62043 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:34:58.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:34:58.775 [info] [command][f4ef180e-1f31-49ae-af4f-ce4fd108f609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f4ef180e-1f31-49ae-af4f-ce4fd108f609""}\n2025-07-28 22:34:58.777 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4a4bd9ac-5645-4032-b4e9-98ff1f9768d9] received connection request\n2025-07-28 22:34:58.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:34:58.819 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4a4bd9ac-5645-4032-b4e9-98ff1f9768d9] socks forwarding established\n2025-07-28 22:34:58.866 [info] [command][f4ef180e-1f31-49ae-af4f-ce4fd108f609] Process exited with code 0\n2025-07-28 22:34:58.866 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4a4bd9ac-5645-4032-b4e9-98ff1f9768d9] socks connection closed\n2025-07-28 22:34:58.867 [info] [command][f4ef180e-1f31-49ae-af4f-ce4fd108f609] Socket close event received\n2025-07-28 22:34:58.907 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62076 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:35:58.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:35:58.877 [info] [command][ddf3ebf4-202c-4ba9-9a34-d87568241d86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ddf3ebf4-202c-4ba9-9a34-d87568241d86""}\n2025-07-28 22:35:58.878 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e2eebc79-728c-4f0e-bb56-58231785c133] received connection request\n2025-07-28 22:35:58.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:35:58.922 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e2eebc79-728c-4f0e-bb56-58231785c133] socks forwarding established\n2025-07-28 22:35:58.970 [info] [command][ddf3ebf4-202c-4ba9-9a34-d87568241d86] Process exited with code 0\n2025-07-28 22:35:58.970 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e2eebc79-728c-4f0e-bb56-58231785c133] socks connection closed\n2025-07-28 22:35:58.971 [info] [command][ddf3ebf4-202c-4ba9-9a34-d87568241d86] Socket close event received\n2025-07-28 22:35:59.012 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62101 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:36:58.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:36:58.978 [info] [command][271003cf-9696-426d-afa7-d2fa443a6742] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""271003cf-9696-426d-afa7-d2fa443a6742""}\n2025-07-28 22:36:58.979 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2cd72c0c-687f-46de-aae7-57f2426aeac7] received connection request\n2025-07-28 22:36:58.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:36:59.021 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2cd72c0c-687f-46de-aae7-57f2426aeac7] socks forwarding established\n2025-07-28 22:36:59.065 [info] [command][271003cf-9696-426d-afa7-d2fa443a6742] Process exited with code 0\n2025-07-28 22:36:59.065 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2cd72c0c-687f-46de-aae7-57f2426aeac7] socks connection closed\n2025-07-28 22:36:59.065 [info] [command][271003cf-9696-426d-afa7-d2fa443a6742] Socket close event received\n2025-07-28 22:36:59.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62135 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:37:59.071 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:37:59.074 [info] [command][68c8d2ef-a246-4e74-8dc4-e629efe13a76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""68c8d2ef-a246-4e74-8dc4-e629efe13a76""}\n2025-07-28 22:37:59.075 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8e2ea41a-3282-4a1c-9d67-9b3ffa2c921a] received connection request\n2025-07-28 22:37:59.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:37:59.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8e2ea41a-3282-4a1c-9d67-9b3ffa2c921a] socks forwarding established\n2025-07-28 22:37:59.164 [info] [command][68c8d2ef-a246-4e74-8dc4-e629efe13a76] Process exited with code 0\n2025-07-28 22:37:59.165 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8e2ea41a-3282-4a1c-9d67-9b3ffa2c921a] socks connection closed\n2025-07-28 22:37:59.165 [info] [command][68c8d2ef-a246-4e74-8dc4-e629efe13a76] Socket close event received\n2025-07-28 22:37:59.213 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62170 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:38:59.167 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:38:59.168 [info] [command][86e29f22-2be8-4f08-80ef-204a3f7a3ab1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""86e29f22-2be8-4f08-80ef-204a3f7a3ab1""}\n2025-07-28 22:38:59.169 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a0979782-2f3f-4f26-a025-034ca3affdd2] received connection request\n2025-07-28 22:38:59.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:38:59.213 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0979782-2f3f-4f26-a025-034ca3affdd2] socks forwarding established\n2025-07-28 22:38:59.257 [info] [command][86e29f22-2be8-4f08-80ef-204a3f7a3ab1] Process exited with code 0\n2025-07-28 22:38:59.257 [info] [command][86e29f22-2be8-4f08-80ef-204a3f7a3ab1] Socket close event received\n2025-07-28 22:38:59.258 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0979782-2f3f-4f26-a025-034ca3affdd2] socks connection closed\n2025-07-28 22:38:59.298 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62189 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:39:59.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:39:59.262 [info] [command][d6b5f696-5c5f-4cfc-ac27-d91af7d7bb47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d6b5f696-5c5f-4cfc-ac27-d91af7d7bb47""}\n2025-07-28 22:39:59.262 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f4097532-3ed7-40c7-80fe-927d3e2e5d17] received connection request\n2025-07-28 22:39:59.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 22:39:59.263 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:39:59.309 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4097532-3ed7-40c7-80fe-927d3e2e5d17] socks forwarding established\n2025-07-28 22:39:59.353 [info] [command][d6b5f696-5c5f-4cfc-ac27-d91af7d7bb47] Process exited with code 0\n2025-07-28 22:39:59.354 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4097532-3ed7-40c7-80fe-927d3e2e5d17] socks connection closed\n2025-07-28 22:39:59.354 [info] [command][d6b5f696-5c5f-4cfc-ac27-d91af7d7bb47] Socket close event received\n2025-07-28 22:39:59.398 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62231 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:40:59.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:40:59.363 [info] [command][fd887900-8168-4fde-bd96-aa715f9fe387] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fd887900-8168-4fde-bd96-aa715f9fe387""}\n2025-07-28 22:40:59.363 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d77e8561-6904-4365-9933-ca843616637b] received connection request\n2025-07-28 22:40:59.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:40:59.406 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d77e8561-6904-4365-9933-ca843616637b] socks forwarding established\n2025-07-28 22:40:59.452 [info] [command][fd887900-8168-4fde-bd96-aa715f9fe387] Process exited with code 0\n2025-07-28 22:40:59.452 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d77e8561-6904-4365-9933-ca843616637b] socks connection closed\n2025-07-28 22:40:59.452 [info] [command][fd887900-8168-4fde-bd96-aa715f9fe387] Socket close event received\n2025-07-28 22:40:59.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62264 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:41:59.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:41:59.459 [info] [command][d0c64a81-3905-453b-bd2e-ae0986f9eda6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d0c64a81-3905-453b-bd2e-ae0986f9eda6""}\n2025-07-28 22:41:59.460 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d5417605-ebb7-4314-b41d-80c1199e6b9f] received connection request\n2025-07-28 22:41:59.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:41:59.505 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d5417605-ebb7-4314-b41d-80c1199e6b9f] socks forwarding established\n2025-07-28 22:41:59.549 [info] [command][d0c64a81-3905-453b-bd2e-ae0986f9eda6] Process exited with code 0\n2025-07-28 22:41:59.549 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d5417605-ebb7-4314-b41d-80c1199e6b9f] socks connection closed\n2025-07-28 22:41:59.549 [info] [command][d0c64a81-3905-453b-bd2e-ae0986f9eda6] Socket close event received\n2025-07-28 22:41:59.590 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62297 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:42:59.550 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:42:59.553 [info] [command][31573c75-5dd9-4446-b0f6-aaf53f903940] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""31573c75-5dd9-4446-b0f6-aaf53f903940""}\n2025-07-28 22:42:59.553 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][41ffddac-7bcb-45df-902c-d8bcc00fe6fe] received connection request\n2025-07-28 22:42:59.554 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:42:59.595 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41ffddac-7bcb-45df-902c-d8bcc00fe6fe] socks forwarding established\n2025-07-28 22:42:59.642 [info] [command][31573c75-5dd9-4446-b0f6-aaf53f903940] Process exited with code 0\n2025-07-28 22:42:59.642 [info] [command][31573c75-5dd9-4446-b0f6-aaf53f903940] Socket close event received\n2025-07-28 22:42:59.649 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][41ffddac-7bcb-45df-902c-d8bcc00fe6fe] socks connection closed\n2025-07-28 22:42:59.690 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62350 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:43:59.649 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:43:59.650 [info] [command][afa8c123-e06c-4489-aecf-d1c5d5700dbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""afa8c123-e06c-4489-aecf-d1c5d5700dbe""}\n2025-07-28 22:43:59.651 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9c633dff-2f23-4693-a428-0f75cf682488] received connection request\n2025-07-28 22:43:59.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:43:59.698 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9c633dff-2f23-4693-a428-0f75cf682488] socks forwarding established\n2025-07-28 22:43:59.743 [info] [command][afa8c123-e06c-4489-aecf-d1c5d5700dbe] Process exited with code 0\n2025-07-28 22:43:59.743 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9c633dff-2f23-4693-a428-0f75cf682488] socks connection closed\n2025-07-28 22:43:59.743 [info] [command][afa8c123-e06c-4489-aecf-d1c5d5700dbe] Socket close event received\n2025-07-28 22:43:59.782 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62368 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:44:59.751 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:44:59.752 [info] [command][0f60fe6f-7a7b-4015-a204-28d5aa6c8afe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0f60fe6f-7a7b-4015-a204-28d5aa6c8afe""}\n2025-07-28 22:44:59.753 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6ee6e59c-c292-425f-9622-80f201d8c1f6] received connection request\n2025-07-28 22:44:59.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:44:59.795 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6ee6e59c-c292-425f-9622-80f201d8c1f6] socks forwarding established\n2025-07-28 22:44:59.841 [info] [command][0f60fe6f-7a7b-4015-a204-28d5aa6c8afe] Process exited with code 0\n2025-07-28 22:44:59.841 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6ee6e59c-c292-425f-9622-80f201d8c1f6] socks connection closed\n2025-07-28 22:44:59.841 [info] [command][0f60fe6f-7a7b-4015-a204-28d5aa6c8afe] Socket close event received\n2025-07-28 22:44:59.881 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62412 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:45:59.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:45:59.853 [info] [command][75085114-5ef3-4c99-a9e6-5f1d94064fe4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""75085114-5ef3-4c99-a9e6-5f1d94064fe4""}\n2025-07-28 22:45:59.854 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e0565fca-43eb-487b-9f90-add512c9a15f] received connection request\n2025-07-28 22:45:59.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:45:59.895 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e0565fca-43eb-487b-9f90-add512c9a15f] socks forwarding established\n2025-07-28 22:45:59.947 [info] [command][75085114-5ef3-4c99-a9e6-5f1d94064fe4] Process exited with code 0\n2025-07-28 22:45:59.947 [info] [command][75085114-5ef3-4c99-a9e6-5f1d94064fe4] Socket close event received\n2025-07-28 22:45:59.947 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e0565fca-43eb-487b-9f90-add512c9a15f] socks connection closed\n2025-07-28 22:45:59.991 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62435 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:46:59.952 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:46:59.955 [info] [command][3a095a83-b199-46bc-a627-81de7ebac1fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3a095a83-b199-46bc-a627-81de7ebac1fd""}\n2025-07-28 22:46:59.956 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8603b7d6-2fb1-411b-9c9a-89dcdbc678f4] received connection request\n2025-07-28 22:46:59.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:47:00.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8603b7d6-2fb1-411b-9c9a-89dcdbc678f4] socks forwarding established\n2025-07-28 22:47:00.247 [info] [command][3a095a83-b199-46bc-a627-81de7ebac1fd] Process exited with code 0\n2025-07-28 22:47:00.247 [info] [command][3a095a83-b199-46bc-a627-81de7ebac1fd] Socket close event received\n2025-07-28 22:47:00.248 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8603b7d6-2fb1-411b-9c9a-89dcdbc678f4] socks connection closed\n2025-07-28 22:47:00.389 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62468 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:48:00.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:48:00.253 [info] [command][94932c90-f663-473f-98cf-c786051f0e8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""94932c90-f663-473f-98cf-c786051f0e8f""}\n2025-07-28 22:48:00.254 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][982c2dd7-b8a0-444b-80f4-584b03ed3341] received connection request\n2025-07-28 22:48:00.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:48:00.294 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][982c2dd7-b8a0-444b-80f4-584b03ed3341] socks forwarding established\n2025-07-28 22:48:00.342 [info] [command][94932c90-f663-473f-98cf-c786051f0e8f] Process exited with code 0\n2025-07-28 22:48:00.342 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][982c2dd7-b8a0-444b-80f4-584b03ed3341] socks connection closed\n2025-07-28 22:48:00.343 [info] [command][94932c90-f663-473f-98cf-c786051f0e8f] Socket close event received\n2025-07-28 22:48:00.383 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62509 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:49:00.353 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:49:00.355 [info] [command][224d2dfc-6803-4f4a-86f4-296a6b5468c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""224d2dfc-6803-4f4a-86f4-296a6b5468c8""}\n2025-07-28 22:49:00.356 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0033149e-1a9f-43c8-90cc-0ae3e9addd4c] received connection request\n2025-07-28 22:49:00.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:49:00.398 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0033149e-1a9f-43c8-90cc-0ae3e9addd4c] socks forwarding established\n2025-07-28 22:49:00.442 [info] [command][224d2dfc-6803-4f4a-86f4-296a6b5468c8] Process exited with code 0\n2025-07-28 22:49:00.442 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0033149e-1a9f-43c8-90cc-0ae3e9addd4c] socks connection closed\n2025-07-28 22:49:00.443 [info] [command][224d2dfc-6803-4f4a-86f4-296a6b5468c8] Socket close event received\n2025-07-28 22:49:00.484 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62541 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:50:00.451 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:50:00.454 [info] [command][2bb95a7b-e98f-4e69-9af4-5c9b2976658b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2bb95a7b-e98f-4e69-9af4-5c9b2976658b""}\n2025-07-28 22:50:00.455 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b23d215a-32f2-4ffd-82ac-540a4fe08838] received connection request\n2025-07-28 22:50:00.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:50:00.500 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b23d215a-32f2-4ffd-82ac-540a4fe08838] socks forwarding established\n2025-07-28 22:50:00.545 [info] [command][2bb95a7b-e98f-4e69-9af4-5c9b2976658b] Process exited with code 0\n2025-07-28 22:50:00.545 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b23d215a-32f2-4ffd-82ac-540a4fe08838] socks connection closed\n2025-07-28 22:50:00.545 [info] [command][2bb95a7b-e98f-4e69-9af4-5c9b2976658b] Socket close event received\n2025-07-28 22:50:00.587 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62576 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:51:00.552 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:51:00.555 [info] [command][3a04d725-b582-444d-b2d7-b575fd7c7e45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3a04d725-b582-444d-b2d7-b575fd7c7e45""}\n2025-07-28 22:51:00.556 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e7d32cd9-c109-4e80-b0a5-805a935ae178] received connection request\n2025-07-28 22:51:00.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:51:00.604 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e7d32cd9-c109-4e80-b0a5-805a935ae178] socks forwarding established\n2025-07-28 22:51:00.649 [info] [command][3a04d725-b582-444d-b2d7-b575fd7c7e45] Process exited with code 0\n2025-07-28 22:51:00.650 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e7d32cd9-c109-4e80-b0a5-805a935ae178] socks connection closed\n2025-07-28 22:51:00.650 [info] [command][3a04d725-b582-444d-b2d7-b575fd7c7e45] Socket close event received\n2025-07-28 22:51:00.692 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62601 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:52:00.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:52:00.657 [info] [command][35e033a3-0a67-443f-87fe-d9f6193e3b83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""35e033a3-0a67-443f-87fe-d9f6193e3b83""}\n2025-07-28 22:52:00.658 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][217e9afe-f21c-405d-8f11-26359983f833] received connection request\n2025-07-28 22:52:00.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:52:00.703 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][217e9afe-f21c-405d-8f11-26359983f833] socks forwarding established\n2025-07-28 22:52:00.747 [info] [command][35e033a3-0a67-443f-87fe-d9f6193e3b83] Process exited with code 0\n2025-07-28 22:52:00.748 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][217e9afe-f21c-405d-8f11-26359983f833] socks connection closed\n2025-07-28 22:52:00.748 [info] [command][35e033a3-0a67-443f-87fe-d9f6193e3b83] Socket close event received\n2025-07-28 22:52:00.787 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62664 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:53:00.751 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:53:00.754 [info] [command][4f0ff676-b9da-4bd3-ab15-667bb9fb2652] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4f0ff676-b9da-4bd3-ab15-667bb9fb2652""}\n2025-07-28 22:53:00.755 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][16f7cfe0-8175-4b26-abb3-7d4c46daac29] received connection request\n2025-07-28 22:53:00.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:53:00.800 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16f7cfe0-8175-4b26-abb3-7d4c46daac29] socks forwarding established\n2025-07-28 22:53:00.845 [info] [command][4f0ff676-b9da-4bd3-ab15-667bb9fb2652] Process exited with code 0\n2025-07-28 22:53:00.845 [info] [command][4f0ff676-b9da-4bd3-ab15-667bb9fb2652] Socket close event received\n2025-07-28 22:53:00.846 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][16f7cfe0-8175-4b26-abb3-7d4c46daac29] socks connection closed\n2025-07-28 22:53:00.885 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62696 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:54:00.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:54:00.847 [info] [command][651c088f-c46c-4c29-9d24-b595a95e838c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""651c088f-c46c-4c29-9d24-b595a95e838c""}\n2025-07-28 22:54:00.847 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f9de59ab-0a7f-40da-b2e1-cb9f4f0b54ef] received connection request\n2025-07-28 22:54:00.848 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 22:54:00.848 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:54:00.890 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f9de59ab-0a7f-40da-b2e1-cb9f4f0b54ef] socks forwarding established\n2025-07-28 22:54:00.936 [info] [command][651c088f-c46c-4c29-9d24-b595a95e838c] Process exited with code 0\n2025-07-28 22:54:00.936 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f9de59ab-0a7f-40da-b2e1-cb9f4f0b54ef] socks connection closed\n2025-07-28 22:54:00.936 [info] [command][651c088f-c46c-4c29-9d24-b595a95e838c] Socket close event received\n2025-07-28 22:54:00.978 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62716 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:55:00.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:55:00.945 [info] [command][e938dda3-c3c3-4740-9853-751b23ed8fec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e938dda3-c3c3-4740-9853-751b23ed8fec""}\n2025-07-28 22:55:00.945 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][545cfeea-4d6a-4d30-b195-eb446b8529fd] received connection request\n2025-07-28 22:55:00.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:55:00.992 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][545cfeea-4d6a-4d30-b195-eb446b8529fd] socks forwarding established\n2025-07-28 22:55:01.038 [info] [command][e938dda3-c3c3-4740-9853-751b23ed8fec] Process exited with code 0\n2025-07-28 22:55:01.039 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][545cfeea-4d6a-4d30-b195-eb446b8529fd] socks connection closed\n2025-07-28 22:55:01.039 [info] [command][e938dda3-c3c3-4740-9853-751b23ed8fec] Socket close event received\n2025-07-28 22:55:01.079 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62757 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:56:01.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:56:01.052 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][15124e3d-e951-49d2-85c8-68fdefd1bba9] received connection request\n2025-07-28 22:56:01.052 [info] [command][3344cc27-4a8a-4f68-8d76-bf706c5ddd42] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3344cc27-4a8a-4f68-8d76-bf706c5ddd42""}\n2025-07-28 22:56:01.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:56:01.101 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][15124e3d-e951-49d2-85c8-68fdefd1bba9] socks forwarding established\n2025-07-28 22:56:01.149 [info] [command][3344cc27-4a8a-4f68-8d76-bf706c5ddd42] Process exited with code 0\n2025-07-28 22:56:01.149 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][15124e3d-e951-49d2-85c8-68fdefd1bba9] socks connection closed\n2025-07-28 22:56:01.150 [info] [command][3344cc27-4a8a-4f68-8d76-bf706c5ddd42] Socket close event received\n2025-07-28 22:56:01.204 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62780 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:57:01.151 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:57:01.153 [info] [command][4bfaf734-1272-409c-9b1d-e16addc92ed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4bfaf734-1272-409c-9b1d-e16addc92ed7""}\n2025-07-28 22:57:01.154 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][98e2bffc-a504-422e-9e41-fa89e17157fb] received connection request\n2025-07-28 22:57:01.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:57:01.195 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][98e2bffc-a504-422e-9e41-fa89e17157fb] socks forwarding established\n2025-07-28 22:57:01.241 [info] [command][4bfaf734-1272-409c-9b1d-e16addc92ed7] Process exited with code 0\n2025-07-28 22:57:01.241 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][98e2bffc-a504-422e-9e41-fa89e17157fb] socks connection closed\n2025-07-28 22:57:01.242 [info] [command][4bfaf734-1272-409c-9b1d-e16addc92ed7] Socket close event received\n2025-07-28 22:57:01.282 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62813 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:58:01.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:58:01.250 [info] [command][4a78f804-de95-4612-848e-895a3f796a85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4a78f804-de95-4612-848e-895a3f796a85""}\n2025-07-28 22:58:01.251 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c79a7361-a745-46f7-a0ed-c079a28cfa63] received connection request\n2025-07-28 22:58:01.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:58:01.296 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c79a7361-a745-46f7-a0ed-c079a28cfa63] socks forwarding established\n2025-07-28 22:58:01.345 [info] [command][4a78f804-de95-4612-848e-895a3f796a85] Process exited with code 0\n2025-07-28 22:58:01.346 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c79a7361-a745-46f7-a0ed-c079a28cfa63] socks connection closed\n2025-07-28 22:58:01.346 [info] [command][4a78f804-de95-4612-848e-895a3f796a85] Socket close event received\n2025-07-28 22:58:01.387 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62846 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 22:59:01.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 22:59:01.354 [info] [command][bdcfa85e-472d-4331-827d-26257bee98ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bdcfa85e-472d-4331-827d-26257bee98ed""}\n2025-07-28 22:59:01.354 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f4d43363-e150-4782-bdd8-3a14e3b0b871] received connection request\n2025-07-28 22:59:01.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 22:59:01.400 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4d43363-e150-4782-bdd8-3a14e3b0b871] socks forwarding established\n2025-07-28 22:59:01.449 [info] [command][bdcfa85e-472d-4331-827d-26257bee98ed] Process exited with code 0\n2025-07-28 22:59:01.450 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f4d43363-e150-4782-bdd8-3a14e3b0b871] socks connection closed\n2025-07-28 22:59:01.450 [info] [command][bdcfa85e-472d-4331-827d-26257bee98ed] Socket close event received\n2025-07-28 22:59:01.489 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62865 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:00:01.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:00:01.460 [info] [command][f2db6571-b2eb-4c22-a703-d3c183f4370c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f2db6571-b2eb-4c22-a703-d3c183f4370c""}\n2025-07-28 23:00:01.460 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][77fd5e72-7c11-4cf8-a14c-a027b3efb74d] received connection request\n2025-07-28 23:00:01.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:00:01.578 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][77fd5e72-7c11-4cf8-a14c-a027b3efb74d] socks forwarding established\n2025-07-28 23:00:01.624 [info] [command][f2db6571-b2eb-4c22-a703-d3c183f4370c] Process exited with code 0\n2025-07-28 23:00:01.625 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][77fd5e72-7c11-4cf8-a14c-a027b3efb74d] socks connection closed\n2025-07-28 23:00:01.625 [info] [command][f2db6571-b2eb-4c22-a703-d3c183f4370c] Socket close event received\n2025-07-28 23:00:01.664 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62909 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:01:01.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:01:01.633 [info] [command][f6dfd7c8-805c-416a-af92-ab855f5e53d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f6dfd7c8-805c-416a-af92-ab855f5e53d8""}\n2025-07-28 23:01:01.633 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3ce30bf5-87c7-431f-abee-ac3a3608f1dd] received connection request\n2025-07-28 23:01:01.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:01:01.688 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3ce30bf5-87c7-431f-abee-ac3a3608f1dd] socks forwarding established\n2025-07-28 23:01:01.735 [info] [command][f6dfd7c8-805c-416a-af92-ab855f5e53d8] Process exited with code 0\n2025-07-28 23:01:01.736 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3ce30bf5-87c7-431f-abee-ac3a3608f1dd] socks connection closed\n2025-07-28 23:01:01.736 [info] [command][f6dfd7c8-805c-416a-af92-ab855f5e53d8] Socket close event received\n2025-07-28 23:01:01.776 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62938 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:02:01.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:02:01.744 [info] [command][9fa169c7-40c8-4f6c-af77-28b148d4408f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9fa169c7-40c8-4f6c-af77-28b148d4408f""}\n2025-07-28 23:02:01.745 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e4a125de-5a71-4154-8b3b-88856eef7c93] received connection request\n2025-07-28 23:02:01.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 23:02:01.746 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:02:01.789 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e4a125de-5a71-4154-8b3b-88856eef7c93] socks forwarding established\n2025-07-28 23:02:01.841 [info] [command][9fa169c7-40c8-4f6c-af77-28b148d4408f] Process exited with code 0\n2025-07-28 23:02:01.841 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e4a125de-5a71-4154-8b3b-88856eef7c93] socks connection closed\n2025-07-28 23:02:01.841 [info] [command][9fa169c7-40c8-4f6c-af77-28b148d4408f] Socket close event received\n2025-07-28 23:02:01.881 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 62982 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:03:01.850 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:03:01.853 [info] [command][eb58e21f-1da9-4471-902b-a59605b1e181] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""eb58e21f-1da9-4471-902b-a59605b1e181""}\n2025-07-28 23:03:01.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c650d483-1d95-4cc7-806d-f719fed09525] received connection request\n2025-07-28 23:03:01.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:03:01.897 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c650d483-1d95-4cc7-806d-f719fed09525] socks forwarding established\n2025-07-28 23:03:01.945 [info] [command][eb58e21f-1da9-4471-902b-a59605b1e181] Process exited with code 0\n2025-07-28 23:03:01.945 [info] [command][eb58e21f-1da9-4471-902b-a59605b1e181] Socket close event received\n2025-07-28 23:03:01.946 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c650d483-1d95-4cc7-806d-f719fed09525] socks connection closed\n2025-07-28 23:03:01.985 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63017 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:04:01.952 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:04:01.954 [info] [command][ae117291-ee10-440a-bb56-b7723a790984] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ae117291-ee10-440a-bb56-b7723a790984""}\n2025-07-28 23:04:01.955 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2391c5cb-7e39-4440-abab-a966873480a1] received connection request\n2025-07-28 23:04:01.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:04:01.996 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2391c5cb-7e39-4440-abab-a966873480a1] socks forwarding established\n2025-07-28 23:04:02.042 [info] [command][ae117291-ee10-440a-bb56-b7723a790984] Process exited with code 0\n2025-07-28 23:04:02.042 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2391c5cb-7e39-4440-abab-a966873480a1] socks connection closed\n2025-07-28 23:04:02.043 [info] [command][ae117291-ee10-440a-bb56-b7723a790984] Socket close event received\n2025-07-28 23:04:02.083 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63038 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:05:02.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:05:02.052 [info] [command][1efe800b-beaa-4a70-aaaf-271d77d3b7a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1efe800b-beaa-4a70-aaaf-271d77d3b7a7""}\n2025-07-28 23:05:02.053 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][75813bee-56a3-4d29-811c-ae95a02fdacb] received connection request\n2025-07-28 23:05:02.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:05:02.101 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][75813bee-56a3-4d29-811c-ae95a02fdacb] socks forwarding established\n2025-07-28 23:05:02.149 [info] [command][1efe800b-beaa-4a70-aaaf-271d77d3b7a7] Process exited with code 0\n2025-07-28 23:05:02.149 [info] [command][1efe800b-beaa-4a70-aaaf-271d77d3b7a7] Socket close event received\n2025-07-28 23:05:02.150 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][75813bee-56a3-4d29-811c-ae95a02fdacb] socks connection closed\n2025-07-28 23:05:02.191 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63076 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:06:02.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:06:02.153 [info] [command][2e89432d-d4a6-498c-826f-e7a3009dceb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2e89432d-d4a6-498c-826f-e7a3009dceb9""}\n2025-07-28 23:06:02.154 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fe14a690-1625-4526-a4ae-10bb612b5e33] received connection request\n2025-07-28 23:06:02.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:06:02.209 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fe14a690-1625-4526-a4ae-10bb612b5e33] socks forwarding established\n2025-07-28 23:06:02.364 [info] [command][2e89432d-d4a6-498c-826f-e7a3009dceb9] Process exited with code 0\n2025-07-28 23:06:02.364 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fe14a690-1625-4526-a4ae-10bb612b5e33] socks connection closed\n2025-07-28 23:06:02.364 [info] [command][2e89432d-d4a6-498c-826f-e7a3009dceb9] Socket close event received\n2025-07-28 23:06:02.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63111 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:07:02.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:07:02.368 [info] [command][940dee02-fab6-4f1b-a4cd-098738b49af4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""940dee02-fab6-4f1b-a4cd-098738b49af4""}\n2025-07-28 23:07:02.369 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d168db04-a67f-4f42-b614-82aa381e7834] received connection request\n2025-07-28 23:07:02.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:07:02.412 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d168db04-a67f-4f42-b614-82aa381e7834] socks forwarding established\n2025-07-28 23:07:02.456 [info] [command][940dee02-fab6-4f1b-a4cd-098738b49af4] Process exited with code 0\n2025-07-28 23:07:02.457 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d168db04-a67f-4f42-b614-82aa381e7834] socks connection closed\n2025-07-28 23:07:02.457 [info] [command][940dee02-fab6-4f1b-a4cd-098738b49af4] Socket close event received\n2025-07-28 23:07:02.498 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63146 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:08:02.464 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:08:02.466 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6b9ea846-c86b-4151-9775-8cce8ec7726e] received connection request\n2025-07-28 23:08:02.466 [info] [command][538c89b5-8392-43ff-9de3-c147df31e579] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""538c89b5-8392-43ff-9de3-c147df31e579""}\n2025-07-28 23:08:02.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:08:02.507 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6b9ea846-c86b-4151-9775-8cce8ec7726e] socks forwarding established\n2025-07-28 23:08:02.553 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6b9ea846-c86b-4151-9775-8cce8ec7726e] socks connection closed\n2025-07-28 23:08:02.554 [info] [command][538c89b5-8392-43ff-9de3-c147df31e579] Process exited with code 0\n2025-07-28 23:08:02.554 [info] [command][538c89b5-8392-43ff-9de3-c147df31e579] Socket close event received\n2025-07-28 23:08:02.593 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63178 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:09:02.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:09:02.561 [info] [command][757c0bf3-1f13-4a3a-af30-3ab9e28bd884] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""757c0bf3-1f13-4a3a-af30-3ab9e28bd884""}\n2025-07-28 23:09:02.562 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][00f64ed2-6ca3-4a4f-a6e5-eb15839bd912] received connection request\n2025-07-28 23:09:02.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-28 23:09:02.563 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:09:02.605 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][00f64ed2-6ca3-4a4f-a6e5-eb15839bd912] socks forwarding established\n2025-07-28 23:09:02.655 [info] [command][757c0bf3-1f13-4a3a-af30-3ab9e28bd884] Process exited with code 0\n2025-07-28 23:09:02.656 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][00f64ed2-6ca3-4a4f-a6e5-eb15839bd912] socks connection closed\n2025-07-28 23:09:02.656 [info] [command][757c0bf3-1f13-4a3a-af30-3ab9e28bd884] Socket close event received\n2025-07-28 23:09:02.697 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63199 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:10:02.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:10:02.666 [info] [command][4178fa99-6ced-4caf-8994-1c7e9cc87528] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4178fa99-6ced-4caf-8994-1c7e9cc87528""}\n2025-07-28 23:10:02.667 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][46ca4f3a-a38d-420d-888f-6de542371ef8] received connection request\n2025-07-28 23:10:02.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:10:02.713 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46ca4f3a-a38d-420d-888f-6de542371ef8] socks forwarding established\n2025-07-28 23:10:02.776 [info] [command][4178fa99-6ced-4caf-8994-1c7e9cc87528] Process exited with code 0\n2025-07-28 23:10:02.777 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46ca4f3a-a38d-420d-888f-6de542371ef8] socks connection closed\n2025-07-28 23:10:02.777 [info] [command][4178fa99-6ced-4caf-8994-1c7e9cc87528] Socket close event received\n2025-07-28 23:10:02.819 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63235 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:11:02.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:11:02.784 [info] [command][8dedefd5-3d42-4c71-8bce-3d736d6e374c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8dedefd5-3d42-4c71-8bce-3d736d6e374c""}\n2025-07-28 23:11:02.785 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][665fa8bf-042a-42f3-8e37-580f7c5ebd17] received connection request\n2025-07-28 23:11:02.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:11:02.831 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][665fa8bf-042a-42f3-8e37-580f7c5ebd17] socks forwarding established\n2025-07-28 23:11:02.876 [info] [command][8dedefd5-3d42-4c71-8bce-3d736d6e374c] Process exited with code 0\n2025-07-28 23:11:02.877 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][665fa8bf-042a-42f3-8e37-580f7c5ebd17] socks connection closed\n2025-07-28 23:11:02.877 [info] [command][8dedefd5-3d42-4c71-8bce-3d736d6e374c] Socket close event received\n2025-07-28 23:11:02.916 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63271 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:12:02.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:12:02.886 [info] [command][13f55159-96e1-4879-b731-7472c76f4f8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""13f55159-96e1-4879-b731-7472c76f4f8c""}\n2025-07-28 23:12:02.887 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3a3b2543-8726-4cd9-94d8-04dfd35b270f] received connection request\n2025-07-28 23:12:02.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:12:02.928 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3a3b2543-8726-4cd9-94d8-04dfd35b270f] socks forwarding established\n2025-07-28 23:12:02.973 [info] [command][13f55159-96e1-4879-b731-7472c76f4f8c] Process exited with code 0\n2025-07-28 23:12:02.973 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3a3b2543-8726-4cd9-94d8-04dfd35b270f] socks connection closed\n2025-07-28 23:12:02.974 [info] [command][13f55159-96e1-4879-b731-7472c76f4f8c] Socket close event received\n2025-07-28 23:12:03.014 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63304 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:13:02.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:13:02.978 [info] [command][46784314-3c09-4f6b-bf4c-fe55bf1c9d5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""46784314-3c09-4f6b-bf4c-fe55bf1c9d5f""}\n2025-07-28 23:13:02.978 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e8280436-764b-403b-a722-6f63483a8e6e] received connection request\n2025-07-28 23:13:02.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:13:03.017 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e8280436-764b-403b-a722-6f63483a8e6e] socks forwarding established\n2025-07-28 23:13:03.061 [info] [command][46784314-3c09-4f6b-bf4c-fe55bf1c9d5f] Process exited with code 0\n2025-07-28 23:13:03.062 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e8280436-764b-403b-a722-6f63483a8e6e] socks connection closed\n2025-07-28 23:13:03.062 [info] [command][46784314-3c09-4f6b-bf4c-fe55bf1c9d5f] Socket close event received\n2025-07-28 23:13:03.103 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63338 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:14:03.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:14:03.075 [info] [command][f3bc1920-a3a9-4e75-b045-fa3a610fba78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f3bc1920-a3a9-4e75-b045-fa3a610fba78""}\n2025-07-28 23:14:03.076 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1feb096c-2758-43bc-8c4f-7082d63409b5] received connection request\n2025-07-28 23:14:03.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:14:03.118 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1feb096c-2758-43bc-8c4f-7082d63409b5] socks forwarding established\n2025-07-28 23:14:03.164 [info] [command][f3bc1920-a3a9-4e75-b045-fa3a610fba78] Process exited with code 0\n2025-07-28 23:14:03.164 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1feb096c-2758-43bc-8c4f-7082d63409b5] socks connection closed\n2025-07-28 23:14:03.164 [info] [command][f3bc1920-a3a9-4e75-b045-fa3a610fba78] Socket close event received\n2025-07-28 23:14:03.205 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63372 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:15:03.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:15:03.177 [info] [command][eecd0f88-495c-4b7e-8205-a81cd2a86889] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""eecd0f88-495c-4b7e-8205-a81cd2a86889""}\n2025-07-28 23:15:03.177 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][43424a21-f6f0-4e96-847e-d27cc06bdfab] received connection request\n2025-07-28 23:15:03.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:15:03.220 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43424a21-f6f0-4e96-847e-d27cc06bdfab] socks forwarding established\n2025-07-28 23:15:03.264 [info] [command][eecd0f88-495c-4b7e-8205-a81cd2a86889] Process exited with code 0\n2025-07-28 23:15:03.264 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][43424a21-f6f0-4e96-847e-d27cc06bdfab] socks connection closed\n2025-07-28 23:15:03.264 [info] [command][eecd0f88-495c-4b7e-8205-a81cd2a86889] Socket close event received\n2025-07-28 23:15:03.303 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63408 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:16:03.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:16:03.269 [info] [command][80137483-d146-40a8-8995-a34ae6b39c1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""80137483-d146-40a8-8995-a34ae6b39c1b""}\n2025-07-28 23:16:03.269 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][379eb47e-8089-4f61-bc90-910d8ae53022] received connection request\n2025-07-28 23:16:03.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:16:03.312 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][379eb47e-8089-4f61-bc90-910d8ae53022] socks forwarding established\n2025-07-28 23:16:03.359 [info] [command][80137483-d146-40a8-8995-a34ae6b39c1b] Process exited with code 0\n2025-07-28 23:16:03.359 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][379eb47e-8089-4f61-bc90-910d8ae53022] socks connection closed\n2025-07-28 23:16:03.359 [info] [command][80137483-d146-40a8-8995-a34ae6b39c1b] Socket close event received\n2025-07-28 23:16:03.400 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63443 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:17:03.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:17:03.373 [info] [command][9479db39-5c15-4f3c-aab9-30d199ab0bd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9479db39-5c15-4f3c-aab9-30d199ab0bd9""}\n2025-07-28 23:17:03.374 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][97006a9f-49a5-48d2-a32a-d68aeae500d0] received connection request\n2025-07-28 23:17:03.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:17:03.415 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][97006a9f-49a5-48d2-a32a-d68aeae500d0] socks forwarding established\n2025-07-28 23:17:03.461 [info] [command][9479db39-5c15-4f3c-aab9-30d199ab0bd9] Process exited with code 0\n2025-07-28 23:17:03.461 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][97006a9f-49a5-48d2-a32a-d68aeae500d0] socks connection closed\n2025-07-28 23:17:03.462 [info] [command][9479db39-5c15-4f3c-aab9-30d199ab0bd9] Socket close event received\n2025-07-28 23:17:03.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63476 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:18:03.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:18:03.475 [info] [command][27af5ce4-71d7-460a-bf6e-a9efb6db42c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""27af5ce4-71d7-460a-bf6e-a9efb6db42c0""}\n2025-07-28 23:18:03.476 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][adeab512-2f8c-4ea4-88f4-677730486e98] received connection request\n2025-07-28 23:18:03.477 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:18:03.535 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][adeab512-2f8c-4ea4-88f4-677730486e98] socks forwarding established\n2025-07-28 23:18:03.580 [info] [command][27af5ce4-71d7-460a-bf6e-a9efb6db42c0] Process exited with code 0\n2025-07-28 23:18:03.581 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][adeab512-2f8c-4ea4-88f4-677730486e98] socks connection closed\n2025-07-28 23:18:03.581 [info] [command][27af5ce4-71d7-460a-bf6e-a9efb6db42c0] Socket close event received\n2025-07-28 23:18:03.621 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63509 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:19:03.582 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:19:03.585 [info] [command][1f22a198-f955-4e79-8126-9728c3d92cd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1f22a198-f955-4e79-8126-9728c3d92cd4""}\n2025-07-28 23:19:03.585 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ce99ba78-2818-4e9f-8b86-a1d356e7fc9a] received connection request\n2025-07-28 23:19:03.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:19:03.673 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ce99ba78-2818-4e9f-8b86-a1d356e7fc9a] socks forwarding established\n2025-07-28 23:19:03.724 [info] [command][1f22a198-f955-4e79-8126-9728c3d92cd4] Process exited with code 0\n2025-07-28 23:19:03.724 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ce99ba78-2818-4e9f-8b86-a1d356e7fc9a] socks connection closed\n2025-07-28 23:19:03.724 [info] [command][1f22a198-f955-4e79-8126-9728c3d92cd4] Socket close event received\n2025-07-28 23:19:03.766 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63530 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:20:03.728 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:20:03.732 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][95adef77-9302-4c3e-ad11-0bd9cf090fcf] received connection request\n2025-07-28 23:20:03.732 [info] [command][540162bb-9495-4425-b4f8-fa603b643b3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""540162bb-9495-4425-b4f8-fa603b643b3d""}\n2025-07-28 23:20:03.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:20:03.817 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][95adef77-9302-4c3e-ad11-0bd9cf090fcf] socks forwarding established\n2025-07-28 23:20:03.984 [info] [command][540162bb-9495-4425-b4f8-fa603b643b3d] Process exited with code 0\n2025-07-28 23:20:03.984 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][95adef77-9302-4c3e-ad11-0bd9cf090fcf] socks connection closed\n2025-07-28 23:20:03.985 [info] [command][540162bb-9495-4425-b4f8-fa603b643b3d] Socket close event received\n2025-07-28 23:20:04.042 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63577 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:21:03.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:21:03.996 [info] [command][d336d6d0-ded4-4ff0-8e02-897fc2c7f3bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d336d6d0-ded4-4ff0-8e02-897fc2c7f3bc""}\n2025-07-28 23:21:03.997 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d53daee4-4eb0-4fd7-851c-ec0a3eddc2ba] received connection request\n2025-07-28 23:21:03.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:21:04.044 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d53daee4-4eb0-4fd7-851c-ec0a3eddc2ba] socks forwarding established\n2025-07-28 23:21:04.091 [info] [command][d336d6d0-ded4-4ff0-8e02-897fc2c7f3bc] Process exited with code 0\n2025-07-28 23:21:04.091 [info] [command][d336d6d0-ded4-4ff0-8e02-897fc2c7f3bc] Socket close event received\n2025-07-28 23:21:04.092 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d53daee4-4eb0-4fd7-851c-ec0a3eddc2ba] socks connection closed\n2025-07-28 23:21:04.134 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63605 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:22:04.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:22:04.105 [info] [command][048d3fe6-7994-4b94-a896-5567229ea8d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""048d3fe6-7994-4b94-a896-5567229ea8d6""}\n2025-07-28 23:22:04.105 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][73840449-042d-4f3e-8dbb-39cd79dda32d] received connection request\n2025-07-28 23:22:04.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:22:04.149 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][73840449-042d-4f3e-8dbb-39cd79dda32d] socks forwarding established\n2025-07-28 23:22:04.195 [info] [command][048d3fe6-7994-4b94-a896-5567229ea8d6] Process exited with code 0\n2025-07-28 23:22:04.195 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][73840449-042d-4f3e-8dbb-39cd79dda32d] socks connection closed\n2025-07-28 23:22:04.195 [info] [command][048d3fe6-7994-4b94-a896-5567229ea8d6] Socket close event received\n2025-07-28 23:22:04.236 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63636 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:23:04.202 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:23:04.205 [info] [command][06a996c7-0004-4caa-9e7e-e5a9cc8414b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""06a996c7-0004-4caa-9e7e-e5a9cc8414b4""}\n2025-07-28 23:23:04.205 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][97cf9f34-c511-4584-93e6-4d192cabcee1] received connection request\n2025-07-28 23:23:04.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:23:04.250 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][97cf9f34-c511-4584-93e6-4d192cabcee1] socks forwarding established\n2025-07-28 23:23:04.298 [info] [command][06a996c7-0004-4caa-9e7e-e5a9cc8414b4] Process exited with code 0\n2025-07-28 23:23:04.298 [info] [command][06a996c7-0004-4caa-9e7e-e5a9cc8414b4] Socket close event received\n2025-07-28 23:23:04.299 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][97cf9f34-c511-4584-93e6-4d192cabcee1] socks connection closed\n2025-07-28 23:23:04.339 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63676 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:24:04.302 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:24:04.303 [info] [command][924f40a3-cd9a-48e7-9d92-aa286618b7b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""924f40a3-cd9a-48e7-9d92-aa286618b7b0""}\n2025-07-28 23:24:04.304 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fc97e750-362d-47f6-9404-2634fc38065e] received connection request\n2025-07-28 23:24:04.304 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:24:04.491 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fc97e750-362d-47f6-9404-2634fc38065e] socks forwarding established\n2025-07-28 23:24:04.541 [info] [command][924f40a3-cd9a-48e7-9d92-aa286618b7b0] Process exited with code 0\n2025-07-28 23:24:04.542 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fc97e750-362d-47f6-9404-2634fc38065e] socks connection closed\n2025-07-28 23:24:04.542 [info] [command][924f40a3-cd9a-48e7-9d92-aa286618b7b0] Socket close event received\n2025-07-28 23:24:04.601 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63697 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:25:04.551 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:25:04.554 [info] [command][64282e3a-a886-459e-9ec7-9811305a3c0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""64282e3a-a886-459e-9ec7-9811305a3c0d""}\n2025-07-28 23:25:04.554 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][986ef9b6-c9e4-4fc1-8e1c-c2d62868671c] received connection request\n2025-07-28 23:25:04.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:25:04.599 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][986ef9b6-c9e4-4fc1-8e1c-c2d62868671c] socks forwarding established\n2025-07-28 23:25:04.645 [info] [command][64282e3a-a886-459e-9ec7-9811305a3c0d] Process exited with code 0\n2025-07-28 23:25:04.645 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][986ef9b6-c9e4-4fc1-8e1c-c2d62868671c] socks connection closed\n2025-07-28 23:25:04.645 [info] [command][64282e3a-a886-459e-9ec7-9811305a3c0d] Socket close event received\n2025-07-28 23:25:04.686 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63737 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:26:04.655 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:26:04.658 [info] [command][6eebc605-eda1-44bb-9482-b71720a83107] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6eebc605-eda1-44bb-9482-b71720a83107""}\n2025-07-28 23:26:04.659 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][993aa103-99ee-46a6-bc88-2ba322f338a2] received connection request\n2025-07-28 23:26:04.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:26:04.702 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][993aa103-99ee-46a6-bc88-2ba322f338a2] socks forwarding established\n2025-07-28 23:26:04.749 [info] [command][6eebc605-eda1-44bb-9482-b71720a83107] Process exited with code 0\n2025-07-28 23:26:04.749 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][993aa103-99ee-46a6-bc88-2ba322f338a2] socks connection closed\n2025-07-28 23:26:04.749 [info] [command][6eebc605-eda1-44bb-9482-b71720a83107] Socket close event received\n2025-07-28 23:26:04.831 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63766 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:27:04.756 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:27:04.759 [info] [command][926175db-abdc-4a63-8c3b-9ff1561ecf0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""926175db-abdc-4a63-8c3b-9ff1561ecf0f""}\n2025-07-28 23:27:04.760 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][36f30644-2267-4ac6-bdb8-86ac25e40fb5] received connection request\n2025-07-28 23:27:04.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:27:04.803 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][36f30644-2267-4ac6-bdb8-86ac25e40fb5] socks forwarding established\n2025-07-28 23:27:04.852 [info] [command][926175db-abdc-4a63-8c3b-9ff1561ecf0f] Process exited with code 0\n2025-07-28 23:27:04.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][36f30644-2267-4ac6-bdb8-86ac25e40fb5] socks connection closed\n2025-07-28 23:27:04.853 [info] [command][926175db-abdc-4a63-8c3b-9ff1561ecf0f] Socket close event received\n2025-07-28 23:27:04.894 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63797 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:28:04.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:28:04.864 [info] [command][9068046f-2079-49dc-bc91-58763c609932] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9068046f-2079-49dc-bc91-58763c609932""}\n2025-07-28 23:28:04.865 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][103b0274-4308-4747-993b-3f2ee69de945] received connection request\n2025-07-28 23:28:04.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:28:04.915 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][103b0274-4308-4747-993b-3f2ee69de945] socks forwarding established\n2025-07-28 23:28:04.963 [info] [command][9068046f-2079-49dc-bc91-58763c609932] Process exited with code 0\n2025-07-28 23:28:04.963 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][103b0274-4308-4747-993b-3f2ee69de945] socks connection closed\n2025-07-28 23:28:04.963 [info] [command][9068046f-2079-49dc-bc91-58763c609932] Socket close event received\n2025-07-28 23:28:05.004 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63841 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:29:04.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:29:04.976 [info] [command][2a3becfc-9d24-4d6a-a85c-2b7595b7fbeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2a3becfc-9d24-4d6a-a85c-2b7595b7fbeb""}\n2025-07-28 23:29:04.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4cde3e21-9a9f-42ba-abb4-ce07113d5305] received connection request\n2025-07-28 23:29:04.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:29:05.018 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4cde3e21-9a9f-42ba-abb4-ce07113d5305] socks forwarding established\n2025-07-28 23:29:05.063 [info] [command][2a3becfc-9d24-4d6a-a85c-2b7595b7fbeb] Process exited with code 0\n2025-07-28 23:29:05.064 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4cde3e21-9a9f-42ba-abb4-ce07113d5305] socks connection closed\n2025-07-28 23:29:05.064 [info] [command][2a3becfc-9d24-4d6a-a85c-2b7595b7fbeb] Socket close event received\n2025-07-28 23:29:05.104 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63874 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:30:05.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:30:05.074 [info] [command][6e6fca77-c7d3-46e6-9599-226cb2ba107b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6e6fca77-c7d3-46e6-9599-226cb2ba107b""}\n2025-07-28 23:30:05.075 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0bed9cb4-ca80-43c0-a457-f826a7d75cd4] received connection request\n2025-07-28 23:30:05.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:30:05.123 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0bed9cb4-ca80-43c0-a457-f826a7d75cd4] socks forwarding established\n2025-07-28 23:30:05.166 [info] [command][6e6fca77-c7d3-46e6-9599-226cb2ba107b] Process exited with code 0\n2025-07-28 23:30:05.166 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0bed9cb4-ca80-43c0-a457-f826a7d75cd4] socks connection closed\n2025-07-28 23:30:05.166 [info] [command][6e6fca77-c7d3-46e6-9599-226cb2ba107b] Socket close event received\n2025-07-28 23:30:05.206 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63922 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:31:05.173 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:31:05.175 [info] [command][d5c5708a-5461-4185-a88f-f291e5d5cf6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d5c5708a-5461-4185-a88f-f291e5d5cf6f""}\n2025-07-28 23:31:05.175 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][aac77332-a1d6-4361-b4c1-3148e4af3eb2] received connection request\n2025-07-28 23:31:05.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:31:05.223 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][aac77332-a1d6-4361-b4c1-3148e4af3eb2] socks forwarding established\n2025-07-28 23:31:05.268 [info] [command][d5c5708a-5461-4185-a88f-f291e5d5cf6f] Process exited with code 0\n2025-07-28 23:31:05.269 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][aac77332-a1d6-4361-b4c1-3148e4af3eb2] socks connection closed\n2025-07-28 23:31:05.269 [info] [command][d5c5708a-5461-4185-a88f-f291e5d5cf6f] Socket close event received\n2025-07-28 23:31:05.310 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63947 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:32:05.279 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:32:05.280 [info] [command][193d8fb8-b51d-4302-b89b-8ba38946c9a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""193d8fb8-b51d-4302-b89b-8ba38946c9a3""}\n2025-07-28 23:32:05.281 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fce3dad0-98fb-40e6-908f-bd30a12cc5ea] received connection request\n2025-07-28 23:32:05.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:32:05.322 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fce3dad0-98fb-40e6-908f-bd30a12cc5ea] socks forwarding established\n2025-07-28 23:32:05.366 [info] [command][193d8fb8-b51d-4302-b89b-8ba38946c9a3] Process exited with code 0\n2025-07-28 23:32:05.367 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fce3dad0-98fb-40e6-908f-bd30a12cc5ea] socks connection closed\n2025-07-28 23:32:05.367 [info] [command][193d8fb8-b51d-4302-b89b-8ba38946c9a3] Socket close event received\n2025-07-28 23:32:05.407 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 63987 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:33:05.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:33:05.374 [info] [command][cd6ce86e-2cb3-4dc6-b259-d4af0cff8462] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cd6ce86e-2cb3-4dc6-b259-d4af0cff8462""}\n2025-07-28 23:33:05.375 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][471d9d85-2831-4800-8bb3-fabe996d2af7] received connection request\n2025-07-28 23:33:05.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:33:05.428 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][471d9d85-2831-4800-8bb3-fabe996d2af7] socks forwarding established\n2025-07-28 23:33:05.472 [info] [command][cd6ce86e-2cb3-4dc6-b259-d4af0cff8462] Process exited with code 0\n2025-07-28 23:33:05.473 [info] [command][cd6ce86e-2cb3-4dc6-b259-d4af0cff8462] Socket close event received\n2025-07-28 23:33:05.512 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64040 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:33:05.512 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][471d9d85-2831-4800-8bb3-fabe996d2af7] socks connection closed\n2025-07-28 23:34:05.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:34:05.483 [info] [command][ea5326b4-caf4-4aff-b257-80f7918a7c49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ea5326b4-caf4-4aff-b257-80f7918a7c49""}\n2025-07-28 23:34:05.484 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a6d88d81-3389-4018-87a9-81803c605bfa] received connection request\n2025-07-28 23:34:05.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:34:06.358 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6d88d81-3389-4018-87a9-81803c605bfa] socks forwarding established\n2025-07-28 23:34:06.423 [info] [command][ea5326b4-caf4-4aff-b257-80f7918a7c49] Process exited with code 0\n2025-07-28 23:34:06.423 [info] [command][ea5326b4-caf4-4aff-b257-80f7918a7c49] Socket close event received\n2025-07-28 23:34:06.468 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64070 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:34:06.468 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a6d88d81-3389-4018-87a9-81803c605bfa] socks connection closed\n2025-07-28 23:35:06.433 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:35:06.436 [info] [command][124f82a9-f71e-4dd9-abf4-6ab36f02cb9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""124f82a9-f71e-4dd9-abf4-6ab36f02cb9a""}\n2025-07-28 23:35:06.436 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2fc51548-1a32-42a9-9d92-f5f85641962d] received connection request\n2025-07-28 23:35:06.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:35:06.482 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2fc51548-1a32-42a9-9d92-f5f85641962d] socks forwarding established\n2025-07-28 23:35:06.529 [info] [command][124f82a9-f71e-4dd9-abf4-6ab36f02cb9a] Process exited with code 0\n2025-07-28 23:35:06.530 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2fc51548-1a32-42a9-9d92-f5f85641962d] socks connection closed\n2025-07-28 23:35:06.530 [info] [command][124f82a9-f71e-4dd9-abf4-6ab36f02cb9a] Socket close event received\n2025-07-28 23:35:06.570 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64106 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:36:06.537 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:36:06.540 [info] [command][e3d86d43-e47e-461e-8d07-2557f4009f2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e3d86d43-e47e-461e-8d07-2557f4009f2f""}\n2025-07-28 23:36:06.541 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d2ac1443-909f-4839-b9cc-100a86dd9d3b] received connection request\n2025-07-28 23:36:06.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:36:06.592 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d2ac1443-909f-4839-b9cc-100a86dd9d3b] socks forwarding established\n2025-07-28 23:36:07.782 [info] [command][e3d86d43-e47e-461e-8d07-2557f4009f2f] Process exited with code 0\n2025-07-28 23:36:07.782 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d2ac1443-909f-4839-b9cc-100a86dd9d3b] socks connection closed\n2025-07-28 23:36:07.782 [info] [command][e3d86d43-e47e-461e-8d07-2557f4009f2f] Socket close event received\n2025-07-28 23:36:07.823 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64130 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:37:07.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:37:07.791 [info] [command][95a99166-61e1-41d2-96e4-5b4ed795a34a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""95a99166-61e1-41d2-96e4-5b4ed795a34a""}\n2025-07-28 23:37:07.791 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][17277d55-3d34-4c75-962d-3d1ca659167e] received connection request\n2025-07-28 23:37:07.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:37:07.834 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][17277d55-3d34-4c75-962d-3d1ca659167e] socks forwarding established\n2025-07-28 23:37:07.879 [info] [command][95a99166-61e1-41d2-96e4-5b4ed795a34a] Process exited with code 0\n2025-07-28 23:37:07.879 [info] [command][95a99166-61e1-41d2-96e4-5b4ed795a34a] Socket close event received\n2025-07-28 23:37:07.918 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64187 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:37:07.918 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][17277d55-3d34-4c75-962d-3d1ca659167e] socks connection closed\n2025-07-28 23:38:07.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:38:07.883 [info] [command][e2ca3d1c-ba5f-4639-bdbb-ca0267f6e611] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e2ca3d1c-ba5f-4639-bdbb-ca0267f6e611""}\n2025-07-28 23:38:07.884 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1c0847b9-3109-4a18-a53b-4afef6e90c80] received connection request\n2025-07-28 23:38:07.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:38:07.929 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1c0847b9-3109-4a18-a53b-4afef6e90c80] socks forwarding established\n2025-07-28 23:38:07.975 [info] [command][e2ca3d1c-ba5f-4639-bdbb-ca0267f6e611] Process exited with code 0\n2025-07-28 23:38:07.975 [info] [command][e2ca3d1c-ba5f-4639-bdbb-ca0267f6e611] Socket close event received\n2025-07-28 23:38:08.000 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1c0847b9-3109-4a18-a53b-4afef6e90c80] socks connection closed\n2025-07-28 23:38:08.024 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64226 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:39:07.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:39:07.987 [info] [command][73717b03-f8fc-4d6b-a97f-43f345f8ee60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""73717b03-f8fc-4d6b-a97f-43f345f8ee60""}\n2025-07-28 23:39:07.988 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0a4b1f1f-4cbe-4b8d-a4bb-b79375371fb7] received connection request\n2025-07-28 23:39:07.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:39:08.063 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0a4b1f1f-4cbe-4b8d-a4bb-b79375371fb7] socks forwarding established\n2025-07-28 23:39:08.112 [info] [command][73717b03-f8fc-4d6b-a97f-43f345f8ee60] Process exited with code 0\n2025-07-28 23:39:08.112 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0a4b1f1f-4cbe-4b8d-a4bb-b79375371fb7] socks connection closed\n2025-07-28 23:39:08.112 [info] [command][73717b03-f8fc-4d6b-a97f-43f345f8ee60] Socket close event received\n2025-07-28 23:39:08.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64262 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:40:08.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:40:08.118 [info] [command][0ccee8dc-1d31-4856-8ea0-4246b2acfcf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0ccee8dc-1d31-4856-8ea0-4246b2acfcf9""}\n2025-07-28 23:40:08.118 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0e4db7b2-3459-4366-9097-51b428c5ab8a] received connection request\n2025-07-28 23:40:08.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:40:08.158 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0e4db7b2-3459-4366-9097-51b428c5ab8a] socks forwarding established\n2025-07-28 23:40:08.204 [info] [command][0ccee8dc-1d31-4856-8ea0-4246b2acfcf9] Process exited with code 0\n2025-07-28 23:40:08.204 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0e4db7b2-3459-4366-9097-51b428c5ab8a] socks connection closed\n2025-07-28 23:40:08.205 [info] [command][0ccee8dc-1d31-4856-8ea0-4246b2acfcf9] Socket close event received\n2025-07-28 23:40:08.264 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64299 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:41:08.209 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:41:08.212 [info] [command][5c59c37e-522c-42ff-a94c-f010ea78b973] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5c59c37e-522c-42ff-a94c-f010ea78b973""}\n2025-07-28 23:41:08.213 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3d06104d-0c0f-498f-92d6-b42a24ccb7b5] received connection request\n2025-07-28 23:41:08.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:41:08.260 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3d06104d-0c0f-498f-92d6-b42a24ccb7b5] socks forwarding established\n2025-07-28 23:41:08.307 [info] [command][5c59c37e-522c-42ff-a94c-f010ea78b973] Process exited with code 0\n2025-07-28 23:41:08.307 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3d06104d-0c0f-498f-92d6-b42a24ccb7b5] socks connection closed\n2025-07-28 23:41:08.307 [info] [command][5c59c37e-522c-42ff-a94c-f010ea78b973] Socket close event received\n2025-07-28 23:41:08.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64321 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:42:08.316 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:42:08.319 [info] [command][0dbe26c4-4be5-4580-8b2c-3f1a94421963] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0dbe26c4-4be5-4580-8b2c-3f1a94421963""}\n2025-07-28 23:42:08.320 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7df0c110-8412-4c28-b5fd-dd9006ecc582] received connection request\n2025-07-28 23:42:08.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:42:08.364 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7df0c110-8412-4c28-b5fd-dd9006ecc582] socks forwarding established\n2025-07-28 23:42:08.410 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7df0c110-8412-4c28-b5fd-dd9006ecc582] socks connection closed\n2025-07-28 23:42:08.410 [info] [command][0dbe26c4-4be5-4580-8b2c-3f1a94421963] Process exited with code 0\n2025-07-28 23:42:08.410 [info] [command][0dbe26c4-4be5-4580-8b2c-3f1a94421963] Socket close event received\n2025-07-28 23:42:08.450 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64380 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:43:08.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:43:08.418 [info] [command][4e0b1f0f-3eaf-4ab1-bd98-c1f1515a8b77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4e0b1f0f-3eaf-4ab1-bd98-c1f1515a8b77""}\n2025-07-28 23:43:08.419 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][42754ecf-73e0-4c47-afb6-b5041dc48f9f] received connection request\n2025-07-28 23:43:08.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:43:08.480 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][42754ecf-73e0-4c47-afb6-b5041dc48f9f] socks forwarding established\n2025-07-28 23:43:08.527 [info] [command][4e0b1f0f-3eaf-4ab1-bd98-c1f1515a8b77] Process exited with code 0\n2025-07-28 23:43:08.528 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][42754ecf-73e0-4c47-afb6-b5041dc48f9f] socks connection closed\n2025-07-28 23:43:08.528 [info] [command][4e0b1f0f-3eaf-4ab1-bd98-c1f1515a8b77] Socket close event received\n2025-07-28 23:43:08.568 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64416 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:44:08.537 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:44:08.538 [info] [command][cd7912f8-7b8d-48a9-a0e2-8cf01e8cffcc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""cd7912f8-7b8d-48a9-a0e2-8cf01e8cffcc""}\n2025-07-28 23:44:08.538 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][46a0d1c0-efe6-41b1-b55a-083f8ff2ae5e] received connection request\n2025-07-28 23:44:08.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:44:08.583 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46a0d1c0-efe6-41b1-b55a-083f8ff2ae5e] socks forwarding established\n2025-07-28 23:44:08.628 [info] [command][cd7912f8-7b8d-48a9-a0e2-8cf01e8cffcc] Process exited with code 0\n2025-07-28 23:44:08.628 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46a0d1c0-efe6-41b1-b55a-083f8ff2ae5e] socks connection closed\n2025-07-28 23:44:08.628 [info] [command][cd7912f8-7b8d-48a9-a0e2-8cf01e8cffcc] Socket close event received\n2025-07-28 23:44:08.669 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64452 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:45:08.628 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:45:08.632 [info] [command][477c6cf3-009b-4753-81c7-6b5d604d3730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""477c6cf3-009b-4753-81c7-6b5d604d3730""}\n2025-07-28 23:45:08.632 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2c1dc390-79be-4ba4-84c8-c8f493b2aea7] received connection request\n2025-07-28 23:45:08.633 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:45:08.678 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2c1dc390-79be-4ba4-84c8-c8f493b2aea7] socks forwarding established\n2025-07-28 23:45:08.727 [info] [command][477c6cf3-009b-4753-81c7-6b5d604d3730] Process exited with code 0\n2025-07-28 23:45:08.727 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2c1dc390-79be-4ba4-84c8-c8f493b2aea7] socks connection closed\n2025-07-28 23:45:08.727 [info] [command][477c6cf3-009b-4753-81c7-6b5d604d3730] Socket close event received\n2025-07-28 23:45:08.770 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64487 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:46:08.732 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:46:08.735 [info] [command][ade0599b-0306-4810-bc7e-e6672eccb8fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ade0599b-0306-4810-bc7e-e6672eccb8fd""}\n2025-07-28 23:46:08.736 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0d6f4d4d-f649-497a-8330-d468d1865994] received connection request\n2025-07-28 23:46:08.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:46:08.777 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0d6f4d4d-f649-497a-8330-d468d1865994] socks forwarding established\n2025-07-28 23:46:08.822 [info] [command][ade0599b-0306-4810-bc7e-e6672eccb8fd] Process exited with code 0\n2025-07-28 23:46:08.823 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0d6f4d4d-f649-497a-8330-d468d1865994] socks connection closed\n2025-07-28 23:46:08.823 [info] [command][ade0599b-0306-4810-bc7e-e6672eccb8fd] Socket close event received\n2025-07-28 23:46:08.862 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64528 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:47:08.832 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:47:08.834 [info] [command][25057239-d8fd-45f9-8631-8737169f40ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""25057239-d8fd-45f9-8631-8737169f40ad""}\n2025-07-28 23:47:08.835 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d9355440-73ae-481c-95e1-fee99a712b0d] received connection request\n2025-07-28 23:47:08.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:47:08.879 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d9355440-73ae-481c-95e1-fee99a712b0d] socks forwarding established\n2025-07-28 23:47:08.927 [info] [command][25057239-d8fd-45f9-8631-8737169f40ad] Process exited with code 0\n2025-07-28 23:47:08.927 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d9355440-73ae-481c-95e1-fee99a712b0d] socks connection closed\n2025-07-28 23:47:08.927 [info] [command][25057239-d8fd-45f9-8631-8737169f40ad] Socket close event received\n2025-07-28 23:47:08.997 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64561 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:48:08.932 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:48:08.935 [info] [command][0b0690fa-0cca-46ab-9b58-25b33d2b506d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""0b0690fa-0cca-46ab-9b58-25b33d2b506d""}\n2025-07-28 23:48:08.935 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][00806a28-3f08-49a3-9d31-9d4a38cec105] received connection request\n2025-07-28 23:48:08.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:48:08.980 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][00806a28-3f08-49a3-9d31-9d4a38cec105] socks forwarding established\n2025-07-28 23:48:09.025 [info] [command][0b0690fa-0cca-46ab-9b58-25b33d2b506d] Process exited with code 0\n2025-07-28 23:48:09.026 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][00806a28-3f08-49a3-9d31-9d4a38cec105] socks connection closed\n2025-07-28 23:48:09.026 [info] [command][0b0690fa-0cca-46ab-9b58-25b33d2b506d] Socket close event received\n2025-07-28 23:48:09.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64623 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:49:09.027 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:49:09.029 [info] [command][c0fc0a3c-e675-42e1-a3ac-f97c0a156c4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c0fc0a3c-e675-42e1-a3ac-f97c0a156c4f""}\n2025-07-28 23:49:09.030 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5ef25b36-e7da-4879-9fae-ccb7b57bd08f] received connection request\n2025-07-28 23:49:09.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:49:09.081 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5ef25b36-e7da-4879-9fae-ccb7b57bd08f] socks forwarding established\n2025-07-28 23:49:09.137 [info] [command][c0fc0a3c-e675-42e1-a3ac-f97c0a156c4f] Process exited with code 0\n2025-07-28 23:49:09.137 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5ef25b36-e7da-4879-9fae-ccb7b57bd08f] socks connection closed\n2025-07-28 23:49:09.137 [info] [command][c0fc0a3c-e675-42e1-a3ac-f97c0a156c4f] Socket close event received\n2025-07-28 23:49:09.178 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64659 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:50:09.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:50:09.150 [info] [command][7da2148a-400e-4a26-9f49-955fedcac276] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""7da2148a-400e-4a26-9f49-955fedcac276""}\n2025-07-28 23:50:09.150 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2853a8b7-6169-4424-bbb8-cce11905e71a] received connection request\n2025-07-28 23:50:09.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:50:09.196 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2853a8b7-6169-4424-bbb8-cce11905e71a] socks forwarding established\n2025-07-28 23:50:09.242 [info] [command][7da2148a-400e-4a26-9f49-955fedcac276] Process exited with code 0\n2025-07-28 23:50:09.242 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2853a8b7-6169-4424-bbb8-cce11905e71a] socks connection closed\n2025-07-28 23:50:09.242 [info] [command][7da2148a-400e-4a26-9f49-955fedcac276] Socket close event received\n2025-07-28 23:50:09.282 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64697 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:51:09.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:51:09.251 [info] [command][62558a9e-ee78-42f7-9e58-f2c7228182a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""62558a9e-ee78-42f7-9e58-f2c7228182a9""}\n2025-07-28 23:51:09.252 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5d9bb7e3-a3e8-4cd2-8ac2-be8dd215f2ad] received connection request\n2025-07-28 23:51:09.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:51:09.296 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5d9bb7e3-a3e8-4cd2-8ac2-be8dd215f2ad] socks forwarding established\n2025-07-28 23:51:09.348 [info] [command][62558a9e-ee78-42f7-9e58-f2c7228182a9] Process exited with code 0\n2025-07-28 23:51:09.349 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5d9bb7e3-a3e8-4cd2-8ac2-be8dd215f2ad] socks connection closed\n2025-07-28 23:51:09.349 [info] [command][62558a9e-ee78-42f7-9e58-f2c7228182a9] Socket close event received\n2025-07-28 23:51:09.389 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64721 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:52:09.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:52:09.361 [info] [command][2af1a8a0-98c8-4241-a327-f07e9095d2a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2af1a8a0-98c8-4241-a327-f07e9095d2a6""}\n2025-07-28 23:52:09.362 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][84750853-6240-4216-a31a-997f428dac56] received connection request\n2025-07-28 23:52:09.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:52:09.404 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84750853-6240-4216-a31a-997f428dac56] socks forwarding established\n2025-07-28 23:52:09.451 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84750853-6240-4216-a31a-997f428dac56] socks connection closed\n2025-07-28 23:52:09.451 [info] [command][2af1a8a0-98c8-4241-a327-f07e9095d2a6] Process exited with code 0\n2025-07-28 23:52:09.451 [info] [command][2af1a8a0-98c8-4241-a327-f07e9095d2a6] Socket close event received\n2025-07-28 23:52:09.500 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64772 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:53:09.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:53:09.463 [info] [command][9cd21bbf-df08-4b68-a1e2-9c40e1a2776b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9cd21bbf-df08-4b68-a1e2-9c40e1a2776b""}\n2025-07-28 23:53:09.464 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f2e81c87-43df-47f6-9bf9-fd83efbb877f] received connection request\n2025-07-28 23:53:09.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:53:09.628 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2e81c87-43df-47f6-9bf9-fd83efbb877f] socks forwarding established\n2025-07-28 23:53:09.677 [info] [command][9cd21bbf-df08-4b68-a1e2-9c40e1a2776b] Process exited with code 0\n2025-07-28 23:53:09.677 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f2e81c87-43df-47f6-9bf9-fd83efbb877f] socks connection closed\n2025-07-28 23:53:09.677 [info] [command][9cd21bbf-df08-4b68-a1e2-9c40e1a2776b] Socket close event received\n2025-07-28 23:53:09.717 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64819 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:54:09.679 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:54:09.682 [info] [command][677e44fc-63f5-4921-bd69-b7daea90b4fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""677e44fc-63f5-4921-bd69-b7daea90b4fa""}\n2025-07-28 23:54:09.683 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][588ff8d4-d1eb-48f6-b3a2-5b5ac23afcac] received connection request\n2025-07-28 23:54:09.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:54:09.729 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][588ff8d4-d1eb-48f6-b3a2-5b5ac23afcac] socks forwarding established\n2025-07-28 23:54:09.775 [info] [command][677e44fc-63f5-4921-bd69-b7daea90b4fa] Process exited with code 0\n2025-07-28 23:54:09.775 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][588ff8d4-d1eb-48f6-b3a2-5b5ac23afcac] socks connection closed\n2025-07-28 23:54:09.775 [info] [command][677e44fc-63f5-4921-bd69-b7daea90b4fa] Socket close event received\n2025-07-28 23:54:09.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64847 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:55:09.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:55:09.783 [info] [command][2f52c795-52a4-491a-9ba3-be816ebd7855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2f52c795-52a4-491a-9ba3-be816ebd7855""}\n2025-07-28 23:55:09.784 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f448b252-ea9b-408e-b5bd-2c87133f8c6b] received connection request\n2025-07-28 23:55:09.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:55:09.830 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f448b252-ea9b-408e-b5bd-2c87133f8c6b] socks forwarding established\n2025-07-28 23:55:09.881 [info] [command][2f52c795-52a4-491a-9ba3-be816ebd7855] Process exited with code 0\n2025-07-28 23:55:09.881 [info] [command][2f52c795-52a4-491a-9ba3-be816ebd7855] Socket close event received\n2025-07-28 23:55:09.882 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f448b252-ea9b-408e-b5bd-2c87133f8c6b] socks connection closed\n2025-07-28 23:55:09.931 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64890 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:56:09.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:56:09.893 [info] [command][64281404-5822-49b6-8bc7-d94e5f38f4a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""64281404-5822-49b6-8bc7-d94e5f38f4a3""}\n2025-07-28 23:56:09.894 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7ce087df-6ae5-437a-86f0-9780bd1808d9] received connection request\n2025-07-28 23:56:09.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:56:09.940 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ce087df-6ae5-437a-86f0-9780bd1808d9] socks forwarding established\n2025-07-28 23:56:09.997 [info] [command][64281404-5822-49b6-8bc7-d94e5f38f4a3] Process exited with code 0\n2025-07-28 23:56:09.997 [info] [command][64281404-5822-49b6-8bc7-d94e5f38f4a3] Socket close event received\n2025-07-28 23:56:09.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7ce087df-6ae5-437a-86f0-9780bd1808d9] socks connection closed\n2025-07-28 23:56:10.040 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64912 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:57:09.999 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:57:10.002 [info] [command][ff029251-38a5-4c41-9ef8-62eb919aafef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ff029251-38a5-4c41-9ef8-62eb919aafef""}\n2025-07-28 23:57:10.002 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ec6e161f-1f4f-432e-894b-b5356d413d67] received connection request\n2025-07-28 23:57:10.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:57:10.058 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ec6e161f-1f4f-432e-894b-b5356d413d67] socks forwarding established\n2025-07-28 23:57:10.104 [info] [command][ff029251-38a5-4c41-9ef8-62eb919aafef] Process exited with code 0\n2025-07-28 23:57:10.105 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ec6e161f-1f4f-432e-894b-b5356d413d67] socks connection closed\n2025-07-28 23:57:10.105 [info] [command][ff029251-38a5-4c41-9ef8-62eb919aafef] Socket close event received\n2025-07-28 23:57:10.146 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64942 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:58:10.113 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:58:10.116 [info] [command][054a8d73-6b7b-451d-8d90-6a8c8f49f5f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""054a8d73-6b7b-451d-8d90-6a8c8f49f5f6""}\n2025-07-28 23:58:10.117 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][40c796c3-72f7-442c-8348-c0916af0f4ec] received connection request\n2025-07-28 23:58:10.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:58:10.162 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][40c796c3-72f7-442c-8348-c0916af0f4ec] socks forwarding established\n2025-07-28 23:58:10.208 [info] [command][054a8d73-6b7b-451d-8d90-6a8c8f49f5f6] Process exited with code 0\n2025-07-28 23:58:10.209 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][40c796c3-72f7-442c-8348-c0916af0f4ec] socks connection closed\n2025-07-28 23:58:10.209 [info] [command][054a8d73-6b7b-451d-8d90-6a8c8f49f5f6] Socket close event received\n2025-07-28 23:58:10.248 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 64978 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-28 23:59:10.212 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-28 23:59:10.215 [info] [command][b6b287f5-0d76-4b52-9736-add91f7234e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b6b287f5-0d76-4b52-9736-add91f7234e1""}\n2025-07-28 23:59:10.215 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7a415756-e365-42ef-a5f6-c076e64ab60d] received connection request\n2025-07-28 23:59:10.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-28 23:59:10.260 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7a415756-e365-42ef-a5f6-c076e64ab60d] socks forwarding established\n2025-07-28 23:59:10.304 [info] [command][b6b287f5-0d76-4b52-9736-add91f7234e1] Process exited with code 0\n2025-07-28 23:59:10.305 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7a415756-e365-42ef-a5f6-c076e64ab60d] socks connection closed\n2025-07-28 23:59:10.305 [info] [command][b6b287f5-0d76-4b52-9736-add91f7234e1] Socket close event received\n2025-07-28 23:59:10.344 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65007 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:00:10.314 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:00:10.317 [info] [command][be3b6ee6-78fa-4c18-ae91-85013c75f76d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""be3b6ee6-78fa-4c18-ae91-85013c75f76d""}\n2025-07-29 00:00:10.318 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ed07fc1f-3ef1-4c15-ae99-dd81d6e1942d] received connection request\n2025-07-29 00:00:10.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:00:10.365 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ed07fc1f-3ef1-4c15-ae99-dd81d6e1942d] socks forwarding established\n2025-07-29 00:00:10.409 [info] [command][be3b6ee6-78fa-4c18-ae91-85013c75f76d] Process exited with code 0\n2025-07-29 00:00:10.409 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ed07fc1f-3ef1-4c15-ae99-dd81d6e1942d] socks connection closed\n2025-07-29 00:00:10.409 [info] [command][be3b6ee6-78fa-4c18-ae91-85013c75f76d] Socket close event received\n2025-07-29 00:00:10.449 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65049 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:01:10.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:01:10.422 [info] [command][ec66402e-ee89-44ac-858d-54ac6f81155a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ec66402e-ee89-44ac-858d-54ac6f81155a""}\n2025-07-29 00:01:10.424 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dfb0297d-ddb4-4cd2-bd25-b8698c40be37] received connection request\n2025-07-29 00:01:10.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:01:10.465 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dfb0297d-ddb4-4cd2-bd25-b8698c40be37] socks forwarding established\n2025-07-29 00:01:10.513 [info] [command][ec66402e-ee89-44ac-858d-54ac6f81155a] Process exited with code 0\n2025-07-29 00:01:10.513 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dfb0297d-ddb4-4cd2-bd25-b8698c40be37] socks connection closed\n2025-07-29 00:01:10.514 [info] [command][ec66402e-ee89-44ac-858d-54ac6f81155a] Socket close event received\n2025-07-29 00:01:10.553 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65076 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:02:10.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:02:10.524 [info] [command][c7f65a96-8d72-4f30-890c-8e0eda25e473] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c7f65a96-8d72-4f30-890c-8e0eda25e473""}\n2025-07-29 00:02:10.525 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6a2679c3-49b7-4c0d-a9e2-224442bb998b] received connection request\n2025-07-29 00:02:10.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:02:10.567 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6a2679c3-49b7-4c0d-a9e2-224442bb998b] socks forwarding established\n2025-07-29 00:02:10.612 [info] [command][c7f65a96-8d72-4f30-890c-8e0eda25e473] Process exited with code 0\n2025-07-29 00:02:10.612 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6a2679c3-49b7-4c0d-a9e2-224442bb998b] socks connection closed\n2025-07-29 00:02:10.612 [info] [command][c7f65a96-8d72-4f30-890c-8e0eda25e473] Socket close event received\n2025-07-29 00:02:10.653 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65115 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:03:10.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:03:10.623 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bba9f1e6-0179-43d8-b605-08dde43e32c5] received connection request\n2025-07-29 00:03:10.623 [info] [command][5bd3a914-537f-4f56-9b49-e01097c926bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5bd3a914-537f-4f56-9b49-e01097c926bc""}\n2025-07-29 00:03:10.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:03:10.665 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bba9f1e6-0179-43d8-b605-08dde43e32c5] socks forwarding established\n2025-07-29 00:03:10.708 [info] [command][5bd3a914-537f-4f56-9b49-e01097c926bc] Process exited with code 0\n2025-07-29 00:03:10.709 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bba9f1e6-0179-43d8-b605-08dde43e32c5] socks connection closed\n2025-07-29 00:03:10.709 [info] [command][5bd3a914-537f-4f56-9b49-e01097c926bc] Socket close event received\n2025-07-29 00:03:10.747 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65156 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:04:10.710 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:04:10.713 [info] [command][dfda2a34-1e09-4ce0-ac72-c8280a99e5ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dfda2a34-1e09-4ce0-ac72-c8280a99e5ae""}\n2025-07-29 00:04:10.714 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][abf18b9f-e09a-4fce-a601-ad7d95e232b3] received connection request\n2025-07-29 00:04:10.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:04:10.761 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][abf18b9f-e09a-4fce-a601-ad7d95e232b3] socks forwarding established\n2025-07-29 00:04:10.807 [info] [command][dfda2a34-1e09-4ce0-ac72-c8280a99e5ae] Process exited with code 0\n2025-07-29 00:04:10.807 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][abf18b9f-e09a-4fce-a601-ad7d95e232b3] socks connection closed\n2025-07-29 00:04:10.808 [info] [command][dfda2a34-1e09-4ce0-ac72-c8280a99e5ae] Socket close event received\n2025-07-29 00:04:10.864 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65193 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:05:10.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:05:10.821 [info] [command][4268bd73-21e1-416f-87d4-58c7dfe94e87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4268bd73-21e1-416f-87d4-58c7dfe94e87""}\n2025-07-29 00:05:10.822 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][095b23c1-449a-4243-ba10-f49bbcadf049] received connection request\n2025-07-29 00:05:10.822 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:05:10.863 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][095b23c1-449a-4243-ba10-f49bbcadf049] socks forwarding established\n2025-07-29 00:05:10.909 [info] [command][4268bd73-21e1-416f-87d4-58c7dfe94e87] Process exited with code 0\n2025-07-29 00:05:10.909 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][095b23c1-449a-4243-ba10-f49bbcadf049] socks connection closed\n2025-07-29 00:05:10.909 [info] [command][4268bd73-21e1-416f-87d4-58c7dfe94e87] Socket close event received\n2025-07-29 00:05:10.949 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65232 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:06:10.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:06:10.921 [info] [command][323af6ed-f6cc-4653-9dfc-c4702b6e367c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""323af6ed-f6cc-4653-9dfc-c4702b6e367c""}\n2025-07-29 00:06:10.922 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0b7c1970-31fe-40d0-af5a-e0324746f4c5] received connection request\n2025-07-29 00:06:10.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:06:10.968 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0b7c1970-31fe-40d0-af5a-e0324746f4c5] socks forwarding established\n2025-07-29 00:06:11.016 [info] [command][323af6ed-f6cc-4653-9dfc-c4702b6e367c] Process exited with code 0\n2025-07-29 00:06:11.016 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0b7c1970-31fe-40d0-af5a-e0324746f4c5] socks connection closed\n2025-07-29 00:06:11.016 [info] [command][323af6ed-f6cc-4653-9dfc-c4702b6e367c] Socket close event received\n2025-07-29 00:06:11.113 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65279 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:07:11.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:07:11.023 [info] [command][6d9aa274-eb22-49f4-bd61-82b5ce74858f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6d9aa274-eb22-49f4-bd61-82b5ce74858f""}\n2025-07-29 00:07:11.023 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][402c2792-aa63-4d58-899e-581a65971a38] received connection request\n2025-07-29 00:07:11.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:07:11.105 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][402c2792-aa63-4d58-899e-581a65971a38] socks forwarding established\n2025-07-29 00:07:11.154 [info] [command][6d9aa274-eb22-49f4-bd61-82b5ce74858f] Process exited with code 0\n2025-07-29 00:07:11.154 [info] [command][6d9aa274-eb22-49f4-bd61-82b5ce74858f] Socket close event received\n2025-07-29 00:07:11.155 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][402c2792-aa63-4d58-899e-581a65971a38] socks connection closed\n2025-07-29 00:07:11.196 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65313 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:08:11.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:08:11.164 [info] [command][f6010a21-12db-45e0-9986-cc92dcf0ee49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f6010a21-12db-45e0-9986-cc92dcf0ee49""}\n2025-07-29 00:08:11.165 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][36895c86-1c55-452e-a2f4-66574472973e] received connection request\n2025-07-29 00:08:11.166 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:08:11.207 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][36895c86-1c55-452e-a2f4-66574472973e] socks forwarding established\n2025-07-29 00:08:11.253 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][36895c86-1c55-452e-a2f4-66574472973e] socks connection closed\n2025-07-29 00:08:11.253 [info] [command][f6010a21-12db-45e0-9986-cc92dcf0ee49] Process exited with code 0\n2025-07-29 00:08:11.254 [info] [command][f6010a21-12db-45e0-9986-cc92dcf0ee49] Socket close event received\n2025-07-29 00:08:11.293 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65382 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:09:11.264 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:09:11.267 [info] [command][42e88748-b17b-414b-991d-8f33be6019ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""42e88748-b17b-414b-991d-8f33be6019ee""}\n2025-07-29 00:09:11.267 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d1169499-7bc0-4f73-afff-4f29fb27c9aa] received connection request\n2025-07-29 00:09:11.268 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:09:11.308 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d1169499-7bc0-4f73-afff-4f29fb27c9aa] socks forwarding established\n2025-07-29 00:09:11.353 [info] [command][42e88748-b17b-414b-991d-8f33be6019ee] Process exited with code 0\n2025-07-29 00:09:11.354 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d1169499-7bc0-4f73-afff-4f29fb27c9aa] socks connection closed\n2025-07-29 00:09:11.354 [info] [command][42e88748-b17b-414b-991d-8f33be6019ee] Socket close event received\n2025-07-29 00:09:11.396 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65410 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:10:11.357 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:10:11.360 [info] [command][6c51e251-66de-4ef0-80c3-9424ab425e33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6c51e251-66de-4ef0-80c3-9424ab425e33""}\n2025-07-29 00:10:11.361 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][729b49d6-08ba-4994-a4d6-ef029d2e3093] received connection request\n2025-07-29 00:10:11.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:10:11.402 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][729b49d6-08ba-4994-a4d6-ef029d2e3093] socks forwarding established\n2025-07-29 00:10:11.449 [info] [command][6c51e251-66de-4ef0-80c3-9424ab425e33] Process exited with code 0\n2025-07-29 00:10:11.450 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][729b49d6-08ba-4994-a4d6-ef029d2e3093] socks connection closed\n2025-07-29 00:10:11.450 [info] [command][6c51e251-66de-4ef0-80c3-9424ab425e33] Socket close event received\n2025-07-29 00:10:11.498 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65468 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:11:11.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:11:11.455 [info] [command][69ecccd4-9168-4b49-8cc4-d31ec6930cb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""69ecccd4-9168-4b49-8cc4-d31ec6930cb2""}\n2025-07-29 00:11:11.456 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][5f9f190f-a6b7-46b1-8494-2a80b36921f5] received connection request\n2025-07-29 00:11:11.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:11:11.518 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5f9f190f-a6b7-46b1-8494-2a80b36921f5] socks forwarding established\n2025-07-29 00:11:11.566 [info] [command][69ecccd4-9168-4b49-8cc4-d31ec6930cb2] Process exited with code 0\n2025-07-29 00:11:11.567 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][5f9f190f-a6b7-46b1-8494-2a80b36921f5] socks connection closed\n2025-07-29 00:11:11.567 [info] [command][69ecccd4-9168-4b49-8cc4-d31ec6930cb2] Socket close event received\n2025-07-29 00:11:11.608 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65493 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:12:11.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:12:11.571 [info] [command][b69417ff-fbde-46da-ac3d-db4e2d451abc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b69417ff-fbde-46da-ac3d-db4e2d451abc""}\n2025-07-29 00:12:11.572 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f0d2f34b-e19e-47ca-b3f4-0049af55246f] received connection request\n2025-07-29 00:12:11.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:12:11.614 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f0d2f34b-e19e-47ca-b3f4-0049af55246f] socks forwarding established\n2025-07-29 00:12:11.661 [info] [command][b69417ff-fbde-46da-ac3d-db4e2d451abc] Process exited with code 0\n2025-07-29 00:12:11.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f0d2f34b-e19e-47ca-b3f4-0049af55246f] socks connection closed\n2025-07-29 00:12:11.662 [info] [command][b69417ff-fbde-46da-ac3d-db4e2d451abc] Socket close event received\n2025-07-29 00:12:11.703 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 65535 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:13:11.670 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:13:11.674 [info] [command][1e0e5000-e9bb-477d-ae44-a184826a06a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1e0e5000-e9bb-477d-ae44-a184826a06a5""}\n2025-07-29 00:13:11.674 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fc10c367-f00f-4634-a134-8ef87d5c8709] received connection request\n2025-07-29 00:13:11.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:13:11.717 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fc10c367-f00f-4634-a134-8ef87d5c8709] socks forwarding established\n2025-07-29 00:13:11.765 [info] [command][1e0e5000-e9bb-477d-ae44-a184826a06a5] Process exited with code 0\n2025-07-29 00:13:11.766 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fc10c367-f00f-4634-a134-8ef87d5c8709] socks connection closed\n2025-07-29 00:13:11.767 [info] [command][1e0e5000-e9bb-477d-ae44-a184826a06a5] Socket close event received\n2025-07-29 00:13:11.807 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49189 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:14:11.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:14:11.780 [info] [command][631ae0da-99bb-439c-a0c8-f9881e934f24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""631ae0da-99bb-439c-a0c8-f9881e934f24""}\n2025-07-29 00:14:11.780 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2744decf-1a60-4d47-b493-1dfb1ec46e4a] received connection request\n2025-07-29 00:14:11.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-29 00:14:11.782 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:14:11.827 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2744decf-1a60-4d47-b493-1dfb1ec46e4a] socks forwarding established\n2025-07-29 00:14:11.871 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2744decf-1a60-4d47-b493-1dfb1ec46e4a] socks connection closed\n2025-07-29 00:14:11.871 [info] [command][631ae0da-99bb-439c-a0c8-f9881e934f24] Process exited with code 0\n2025-07-29 00:14:11.871 [info] [command][631ae0da-99bb-439c-a0c8-f9881e934f24] Socket close event received\n2025-07-29 00:14:11.911 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49215 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:15:11.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:15:11.874 [info] [command][3270331d-13a4-4b3c-a695-543583d1f89b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3270331d-13a4-4b3c-a695-543583d1f89b""}\n2025-07-29 00:15:11.874 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][0366c9e9-f078-4b34-ba79-954e5213662f] received connection request\n2025-07-29 00:15:11.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:15:11.956 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0366c9e9-f078-4b34-ba79-954e5213662f] socks forwarding established\n2025-07-29 00:15:12.003 [info] [command][3270331d-13a4-4b3c-a695-543583d1f89b] Process exited with code 0\n2025-07-29 00:15:12.004 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][0366c9e9-f078-4b34-ba79-954e5213662f] socks connection closed\n2025-07-29 00:15:12.004 [info] [command][3270331d-13a4-4b3c-a695-543583d1f89b] Socket close event received\n2025-07-29 00:15:12.044 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49283 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:16:12.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:16:12.016 [info] [command][069bfb32-a739-47f8-96f8-14084fa89c3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""069bfb32-a739-47f8-96f8-14084fa89c3c""}\n2025-07-29 00:16:12.016 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][118eb495-0ac7-4557-9dd6-bbef34cbde07] received connection request\n2025-07-29 00:16:12.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:16:12.063 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][118eb495-0ac7-4557-9dd6-bbef34cbde07] socks forwarding established\n2025-07-29 00:16:12.113 [info] [command][069bfb32-a739-47f8-96f8-14084fa89c3c] Process exited with code 0\n2025-07-29 00:16:12.113 [info] [command][069bfb32-a739-47f8-96f8-14084fa89c3c] Socket close event received\n2025-07-29 00:16:12.113 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][118eb495-0ac7-4557-9dd6-bbef34cbde07] socks connection closed\n2025-07-29 00:16:12.157 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49304 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:17:12.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:17:12.124 [info] [command][6b9306b8-831a-4005-8b92-b45c5b1f4fd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6b9306b8-831a-4005-8b92-b45c5b1f4fd7""}\n2025-07-29 00:17:12.125 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8714bbfa-f713-492f-815e-d3e07aeeb80c] received connection request\n2025-07-29 00:17:12.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:17:12.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8714bbfa-f713-492f-815e-d3e07aeeb80c] socks forwarding established\n2025-07-29 00:17:12.214 [info] [command][6b9306b8-831a-4005-8b92-b45c5b1f4fd7] Process exited with code 0\n2025-07-29 00:17:12.215 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8714bbfa-f713-492f-815e-d3e07aeeb80c] socks connection closed\n2025-07-29 00:17:12.215 [info] [command][6b9306b8-831a-4005-8b92-b45c5b1f4fd7] Socket close event received\n2025-07-29 00:17:12.262 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49334 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:18:12.219 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:18:12.222 [info] [command][fb05d9fd-3ffd-4d80-ac0c-3c63fabdc3ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""fb05d9fd-3ffd-4d80-ac0c-3c63fabdc3ef""}\n2025-07-29 00:18:12.223 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f51997d8-3f85-4533-b5ad-f1b272c67ebb] received connection request\n2025-07-29 00:18:12.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:18:12.275 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f51997d8-3f85-4533-b5ad-f1b272c67ebb] socks forwarding established\n2025-07-29 00:18:12.321 [info] [command][fb05d9fd-3ffd-4d80-ac0c-3c63fabdc3ef] Process exited with code 0\n2025-07-29 00:18:12.321 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f51997d8-3f85-4533-b5ad-f1b272c67ebb] socks connection closed\n2025-07-29 00:18:12.322 [info] [command][fb05d9fd-3ffd-4d80-ac0c-3c63fabdc3ef] Socket close event received\n2025-07-29 00:18:12.364 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49372 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:19:12.331 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:19:12.334 [info] [command][825dc62d-d2ba-419f-86d3-91bc2a915c59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""825dc62d-d2ba-419f-86d3-91bc2a915c59""}\n2025-07-29 00:19:12.335 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b551d038-a972-4f5a-8d42-c8e818169451] received connection request\n2025-07-29 00:19:12.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:19:12.381 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b551d038-a972-4f5a-8d42-c8e818169451] socks forwarding established\n2025-07-29 00:19:12.425 [info] [command][825dc62d-d2ba-419f-86d3-91bc2a915c59] Process exited with code 0\n2025-07-29 00:19:12.425 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b551d038-a972-4f5a-8d42-c8e818169451] socks connection closed\n2025-07-29 00:19:12.426 [info] [command][825dc62d-d2ba-419f-86d3-91bc2a915c59] Socket close event received\n2025-07-29 00:19:12.466 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49407 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:20:12.434 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:20:12.437 [info] [command][8836b665-e869-4dd1-85ca-d96ae40d6f7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8836b665-e869-4dd1-85ca-d96ae40d6f7a""}\n2025-07-29 00:20:12.438 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][70a2f72d-d64d-4793-82f6-2b9f84cff226] received connection request\n2025-07-29 00:20:12.438 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:20:12.700 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][70a2f72d-d64d-4793-82f6-2b9f84cff226] socks forwarding established\n2025-07-29 00:20:12.746 [info] [command][8836b665-e869-4dd1-85ca-d96ae40d6f7a] Process exited with code 0\n2025-07-29 00:20:12.747 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][70a2f72d-d64d-4793-82f6-2b9f84cff226] socks connection closed\n2025-07-29 00:20:12.747 [info] [command][8836b665-e869-4dd1-85ca-d96ae40d6f7a] Socket close event received\n2025-07-29 00:20:12.787 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49460 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:21:12.754 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:21:12.757 [info] [command][ebbf28c7-35fb-45cb-a9a6-48c60d0f4353] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ebbf28c7-35fb-45cb-a9a6-48c60d0f4353""}\n2025-07-29 00:21:12.757 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cf454cab-1f4a-4340-9546-bb03d8ddf2b1] received connection request\n2025-07-29 00:21:12.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:21:12.801 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cf454cab-1f4a-4340-9546-bb03d8ddf2b1] socks forwarding established\n2025-07-29 00:21:12.864 [info] [command][ebbf28c7-35fb-45cb-a9a6-48c60d0f4353] Process exited with code 0\n2025-07-29 00:21:12.864 [info] [command][ebbf28c7-35fb-45cb-a9a6-48c60d0f4353] Socket close event received\n2025-07-29 00:21:12.865 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cf454cab-1f4a-4340-9546-bb03d8ddf2b1] socks connection closed\n2025-07-29 00:21:12.910 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49488 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:22:12.868 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:22:12.870 [info] [command][e2a32abc-db95-479e-b077-52fb52b158e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e2a32abc-db95-479e-b077-52fb52b158e1""}\n2025-07-29 00:22:12.871 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c8b6d6de-2ee1-452e-89de-94b2df05210d] received connection request\n2025-07-29 00:22:12.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:22:12.930 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c8b6d6de-2ee1-452e-89de-94b2df05210d] socks forwarding established\n2025-07-29 00:22:12.975 [info] [command][e2a32abc-db95-479e-b077-52fb52b158e1] Process exited with code 0\n2025-07-29 00:22:12.975 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c8b6d6de-2ee1-452e-89de-94b2df05210d] socks connection closed\n2025-07-29 00:22:12.975 [info] [command][e2a32abc-db95-479e-b077-52fb52b158e1] Socket close event received\n2025-07-29 00:22:13.017 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49526 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:23:12.984 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:23:12.987 [info] [command][e75a49dc-015b-4806-956c-d46b9883c49a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e75a49dc-015b-4806-956c-d46b9883c49a""}\n2025-07-29 00:23:12.988 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9d048b0c-fdb8-4094-8f3d-1160097ac2a0] received connection request\n2025-07-29 00:23:12.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:23:13.031 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9d048b0c-fdb8-4094-8f3d-1160097ac2a0] socks forwarding established\n2025-07-29 00:23:13.076 [info] [command][e75a49dc-015b-4806-956c-d46b9883c49a] Process exited with code 0\n2025-07-29 00:23:13.077 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9d048b0c-fdb8-4094-8f3d-1160097ac2a0] socks connection closed\n2025-07-29 00:23:13.077 [info] [command][e75a49dc-015b-4806-956c-d46b9883c49a] Socket close event received\n2025-07-29 00:23:13.117 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49563 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:24:13.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:24:13.085 [info] [command][82761753-40f6-458e-b5a1-7e395cefd511] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""82761753-40f6-458e-b5a1-7e395cefd511""}\n2025-07-29 00:24:13.086 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1ee8e372-d893-4409-92f2-086a8d091c78] received connection request\n2025-07-29 00:24:13.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:24:13.128 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1ee8e372-d893-4409-92f2-086a8d091c78] socks forwarding established\n2025-07-29 00:24:13.177 [info] [command][82761753-40f6-458e-b5a1-7e395cefd511] Process exited with code 0\n2025-07-29 00:24:13.177 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1ee8e372-d893-4409-92f2-086a8d091c78] socks connection closed\n2025-07-29 00:24:13.177 [info] [command][82761753-40f6-458e-b5a1-7e395cefd511] Socket close event received\n2025-07-29 00:24:13.228 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49588 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:25:13.186 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:25:13.189 [info] [command][650f8b55-1424-4ac1-855a-508189a0f761] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""650f8b55-1424-4ac1-855a-508189a0f761""}\n2025-07-29 00:25:13.189 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][35e56d83-d2cc-4e55-9399-61a69143802c] received connection request\n2025-07-29 00:25:13.190 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:25:13.311 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35e56d83-d2cc-4e55-9399-61a69143802c] socks forwarding established\n2025-07-29 00:25:13.358 [info] [command][650f8b55-1424-4ac1-855a-508189a0f761] Process exited with code 0\n2025-07-29 00:25:13.358 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35e56d83-d2cc-4e55-9399-61a69143802c] socks connection closed\n2025-07-29 00:25:13.358 [info] [command][650f8b55-1424-4ac1-855a-508189a0f761] Socket close event received\n2025-07-29 00:25:13.409 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49625 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:26:13.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:26:13.370 [info] [command][ab978aef-1e4f-4328-a818-3cb758b3203c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ab978aef-1e4f-4328-a818-3cb758b3203c""}\n2025-07-29 00:26:13.371 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fb11f209-36aa-4d44-818e-801f78d99706] received connection request\n2025-07-29 00:26:13.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:26:13.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fb11f209-36aa-4d44-818e-801f78d99706] socks forwarding established\n2025-07-29 00:26:13.461 [info] [command][ab978aef-1e4f-4328-a818-3cb758b3203c] Process exited with code 0\n2025-07-29 00:26:13.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fb11f209-36aa-4d44-818e-801f78d99706] socks connection closed\n2025-07-29 00:26:13.462 [info] [command][ab978aef-1e4f-4328-a818-3cb758b3203c] Socket close event received\n2025-07-29 00:26:13.504 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49647 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:27:13.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:27:13.472 [info] [command][08333b39-6ea0-49c4-bd5e-7f761501f1c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""08333b39-6ea0-49c4-bd5e-7f761501f1c4""}\n2025-07-29 00:27:13.472 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3883db41-4ff1-4239-aee2-1832e76ade6e] received connection request\n2025-07-29 00:27:13.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:27:13.518 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3883db41-4ff1-4239-aee2-1832e76ade6e] socks forwarding established\n2025-07-29 00:27:13.564 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3883db41-4ff1-4239-aee2-1832e76ade6e] socks connection closed\n2025-07-29 00:27:13.564 [info] [command][08333b39-6ea0-49c4-bd5e-7f761501f1c4] Process exited with code 0\n2025-07-29 00:27:13.564 [info] [command][08333b39-6ea0-49c4-bd5e-7f761501f1c4] Socket close event received\n2025-07-29 00:27:13.603 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49699 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:28:13.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:28:13.571 [info] [command][68e41353-da31-48e9-b52e-39e43302e62d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""68e41353-da31-48e9-b52e-39e43302e62d""}\n2025-07-29 00:28:13.571 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][30e956b7-719e-4019-843c-a5a15c0df8dc] received connection request\n2025-07-29 00:28:13.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:28:13.619 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][30e956b7-719e-4019-843c-a5a15c0df8dc] socks forwarding established\n2025-07-29 00:28:13.667 [info] [command][68e41353-da31-48e9-b52e-39e43302e62d] Process exited with code 0\n2025-07-29 00:28:13.667 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][30e956b7-719e-4019-843c-a5a15c0df8dc] socks connection closed\n2025-07-29 00:28:13.667 [info] [command][68e41353-da31-48e9-b52e-39e43302e62d] Socket close event received\n2025-07-29 00:28:13.708 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49732 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:29:13.675 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:29:13.677 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1dcaf24b-3f8a-4f26-86ff-519550adf890] received connection request\n2025-07-29 00:29:13.677 [info] [command][62ff6577-8b3d-4c2c-9e00-5b306d7c5a13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""62ff6577-8b3d-4c2c-9e00-5b306d7c5a13""}\n2025-07-29 00:29:13.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:29:13.753 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1dcaf24b-3f8a-4f26-86ff-519550adf890] socks forwarding established\n2025-07-29 00:29:13.812 [info] [command][62ff6577-8b3d-4c2c-9e00-5b306d7c5a13] Process exited with code 0\n2025-07-29 00:29:13.812 [info] [command][62ff6577-8b3d-4c2c-9e00-5b306d7c5a13] Socket close event received\n2025-07-29 00:29:13.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1dcaf24b-3f8a-4f26-86ff-519550adf890] socks connection closed\n2025-07-29 00:29:13.861 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49754 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:30:13.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:30:13.820 [info] [command][bd6b6fc6-84d4-46cc-9fbd-9293102fcc0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""bd6b6fc6-84d4-46cc-9fbd-9293102fcc0c""}\n2025-07-29 00:30:13.821 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d7e24ff2-5189-4c97-b8f9-d00806bbab74] received connection request\n2025-07-29 00:30:13.822 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:30:13.866 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d7e24ff2-5189-4c97-b8f9-d00806bbab74] socks forwarding established\n2025-07-29 00:30:13.909 [info] [command][bd6b6fc6-84d4-46cc-9fbd-9293102fcc0c] Process exited with code 0\n2025-07-29 00:30:13.909 [info] [command][bd6b6fc6-84d4-46cc-9fbd-9293102fcc0c] Socket close event received\n2025-07-29 00:30:13.910 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d7e24ff2-5189-4c97-b8f9-d00806bbab74] socks connection closed\n2025-07-29 00:30:13.961 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49801 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:31:13.919 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:31:13.921 [info] [command][d09a3d57-f66c-4186-908e-64abac08e6c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d09a3d57-f66c-4186-908e-64abac08e6c8""}\n2025-07-29 00:31:13.922 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ae75fbb1-b6f1-401d-b59b-d12d43019a98] received connection request\n2025-07-29 00:31:13.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:31:13.969 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ae75fbb1-b6f1-401d-b59b-d12d43019a98] socks forwarding established\n2025-07-29 00:31:14.012 [info] [command][d09a3d57-f66c-4186-908e-64abac08e6c8] Process exited with code 0\n2025-07-29 00:31:14.012 [info] [command][d09a3d57-f66c-4186-908e-64abac08e6c8] Socket close event received\n2025-07-29 00:31:14.012 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ae75fbb1-b6f1-401d-b59b-d12d43019a98] socks connection closed\n2025-07-29 00:31:14.053 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49833 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:32:14.022 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:32:14.026 [info] [command][83be63ae-0963-4634-9047-6e8e653bcc95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""83be63ae-0963-4634-9047-6e8e653bcc95""}\n2025-07-29 00:32:14.027 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7505966a-90d5-465f-bf23-d90091f660ad] received connection request\n2025-07-29 00:32:14.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:32:14.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7505966a-90d5-465f-bf23-d90091f660ad] socks forwarding established\n2025-07-29 00:32:14.119 [info] [command][83be63ae-0963-4634-9047-6e8e653bcc95] Process exited with code 0\n2025-07-29 00:32:14.119 [info] [command][83be63ae-0963-4634-9047-6e8e653bcc95] Socket close event received\n2025-07-29 00:32:14.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7505966a-90d5-465f-bf23-d90091f660ad] socks connection closed\n2025-07-29 00:32:14.161 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49872 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:33:14.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:33:14.127 [info] [command][e6d9bf66-ba28-4012-89a6-c7112f7b06e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e6d9bf66-ba28-4012-89a6-c7112f7b06e2""}\n2025-07-29 00:33:14.127 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2bb19f18-c8a7-467f-8dfc-6a70f860fdf0] received connection request\n2025-07-29 00:33:14.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:33:14.168 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2bb19f18-c8a7-467f-8dfc-6a70f860fdf0] socks forwarding established\n2025-07-29 00:33:14.213 [info] [command][e6d9bf66-ba28-4012-89a6-c7112f7b06e2] Process exited with code 0\n2025-07-29 00:33:14.214 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2bb19f18-c8a7-467f-8dfc-6a70f860fdf0] socks connection closed\n2025-07-29 00:33:14.214 [info] [command][e6d9bf66-ba28-4012-89a6-c7112f7b06e2] Socket close event received\n2025-07-29 00:33:14.254 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49902 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:34:14.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:34:14.226 [info] [command][3e1db6de-78ed-4ce3-9739-6501acb2996a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3e1db6de-78ed-4ce3-9739-6501acb2996a""}\n2025-07-29 00:34:14.226 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][007469ea-bb07-4df6-8bf5-184a401d3779] received connection request\n2025-07-29 00:34:14.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:34:14.291 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][007469ea-bb07-4df6-8bf5-184a401d3779] socks forwarding established\n2025-07-29 00:34:14.496 [info] [command][3e1db6de-78ed-4ce3-9739-6501acb2996a] Process exited with code 0\n2025-07-29 00:34:14.496 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][007469ea-bb07-4df6-8bf5-184a401d3779] socks connection closed\n2025-07-29 00:34:14.496 [info] [command][3e1db6de-78ed-4ce3-9739-6501acb2996a] Socket close event received\n2025-07-29 00:34:14.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49923 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:35:14.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:35:14.507 [info] [command][90e6e765-72c9-48f5-90aa-4b268e89f795] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""90e6e765-72c9-48f5-90aa-4b268e89f795""}\n2025-07-29 00:35:14.508 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][81f749e8-da56-4340-a069-f50de6ad3d4d] received connection request\n2025-07-29 00:35:14.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:35:14.552 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][81f749e8-da56-4340-a069-f50de6ad3d4d] socks forwarding established\n2025-07-29 00:35:14.596 [info] [command][90e6e765-72c9-48f5-90aa-4b268e89f795] Process exited with code 0\n2025-07-29 00:35:14.597 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][81f749e8-da56-4340-a069-f50de6ad3d4d] socks connection closed\n2025-07-29 00:35:14.597 [info] [command][90e6e765-72c9-48f5-90aa-4b268e89f795] Socket close event received\n2025-07-29 00:35:14.638 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49956 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:36:14.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:36:14.602 [info] [command][02fcd5f4-68cf-49d8-86d1-ad3b2517efc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""02fcd5f4-68cf-49d8-86d1-ad3b2517efc7""}\n2025-07-29 00:36:14.603 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6c4e3992-4843-42c4-b059-94be1530d645] received connection request\n2025-07-29 00:36:14.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:36:14.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6c4e3992-4843-42c4-b059-94be1530d645] socks forwarding established\n2025-07-29 00:36:14.708 [info] [command][02fcd5f4-68cf-49d8-86d1-ad3b2517efc7] Process exited with code 0\n2025-07-29 00:36:14.708 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6c4e3992-4843-42c4-b059-94be1530d645] socks connection closed\n2025-07-29 00:36:14.708 [info] [command][02fcd5f4-68cf-49d8-86d1-ad3b2517efc7] Socket close event received\n2025-07-29 00:36:14.748 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 49980 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:37:14.715 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:37:14.717 [info] [command][d20e89f9-baa6-461c-9360-91155604b3c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d20e89f9-baa6-461c-9360-91155604b3c2""}\n2025-07-29 00:37:14.718 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][60430cf6-79ae-4691-8e10-5871ae7ad313] received connection request\n2025-07-29 00:37:14.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:37:14.761 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][60430cf6-79ae-4691-8e10-5871ae7ad313] socks forwarding established\n2025-07-29 00:37:14.805 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][60430cf6-79ae-4691-8e10-5871ae7ad313] socks connection closed\n2025-07-29 00:37:14.807 [info] [command][d20e89f9-baa6-461c-9360-91155604b3c2] Process exited with code 0\n2025-07-29 00:37:14.807 [info] [command][d20e89f9-baa6-461c-9360-91155604b3c2] Socket close event received\n2025-07-29 00:37:14.848 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50022 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:38:14.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:38:14.814 [info] [command][4841b837-0a78-48b2-a64f-3e4ca725fcd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""4841b837-0a78-48b2-a64f-3e4ca725fcd3""}\n2025-07-29 00:38:14.815 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][7cb7a61e-5b8c-4475-ad5a-b912ba1e6375] received connection request\n2025-07-29 00:38:14.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:38:14.859 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7cb7a61e-5b8c-4475-ad5a-b912ba1e6375] socks forwarding established\n2025-07-29 00:38:14.992 [info] [command][4841b837-0a78-48b2-a64f-3e4ca725fcd3] Process exited with code 0\n2025-07-29 00:38:14.993 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][7cb7a61e-5b8c-4475-ad5a-b912ba1e6375] socks connection closed\n2025-07-29 00:38:14.993 [info] [command][4841b837-0a78-48b2-a64f-3e4ca725fcd3] Socket close event received\n2025-07-29 00:38:15.032 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50057 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:39:14.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:39:15.000 [info] [command][886385d9-dfb5-4bc2-88ff-c385aa4f9b7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""886385d9-dfb5-4bc2-88ff-c385aa4f9b7a""}\n2025-07-29 00:39:15.000 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][918f15ac-5ad2-4fc5-8d78-19bb98c0b768] received connection request\n2025-07-29 00:39:15.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:39:15.047 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][918f15ac-5ad2-4fc5-8d78-19bb98c0b768] socks forwarding established\n2025-07-29 00:39:15.150 [info] [command][886385d9-dfb5-4bc2-88ff-c385aa4f9b7a] Process exited with code 0\n2025-07-29 00:39:15.150 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][918f15ac-5ad2-4fc5-8d78-19bb98c0b768] socks connection closed\n2025-07-29 00:39:15.150 [info] [command][886385d9-dfb5-4bc2-88ff-c385aa4f9b7a] Socket close event received\n2025-07-29 00:39:15.192 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50079 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:40:15.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:40:15.162 [info] [command][5b137773-f0bf-48a7-8762-40f27a76181c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5b137773-f0bf-48a7-8762-40f27a76181c""}\n2025-07-29 00:40:15.163 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][be603dc3-66d5-44f3-a353-8695f6a4ed26] received connection request\n2025-07-29 00:40:15.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:40:15.210 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][be603dc3-66d5-44f3-a353-8695f6a4ed26] socks forwarding established\n2025-07-29 00:40:15.256 [info] [command][5b137773-f0bf-48a7-8762-40f27a76181c] Process exited with code 0\n2025-07-29 00:40:15.257 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][be603dc3-66d5-44f3-a353-8695f6a4ed26] socks connection closed\n2025-07-29 00:40:15.257 [info] [command][5b137773-f0bf-48a7-8762-40f27a76181c] Socket close event received\n2025-07-29 00:40:15.300 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50113 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:41:15.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:41:15.261 [info] [command][9b252d64-bad0-4441-8758-7785d9574dca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9b252d64-bad0-4441-8758-7785d9574dca""}\n2025-07-29 00:41:15.261 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a0bcdf6b-068c-4354-83f2-6a8d48634e47] received connection request\n2025-07-29 00:41:15.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:41:15.344 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0bcdf6b-068c-4354-83f2-6a8d48634e47] socks forwarding established\n2025-07-29 00:41:15.391 [info] [command][9b252d64-bad0-4441-8758-7785d9574dca] Process exited with code 0\n2025-07-29 00:41:15.392 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a0bcdf6b-068c-4354-83f2-6a8d48634e47] socks connection closed\n2025-07-29 00:41:15.392 [info] [command][9b252d64-bad0-4441-8758-7785d9574dca] Socket close event received\n2025-07-29 00:41:15.473 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50135 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:42:15.402 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:42:15.405 [info] [command][dfda8077-dd03-4c2b-8e52-d3eddcecd716] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dfda8077-dd03-4c2b-8e52-d3eddcecd716""}\n2025-07-29 00:42:15.406 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][46de1b66-d54c-4067-94c9-dd75dcc54225] received connection request\n2025-07-29 00:42:15.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:42:15.449 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46de1b66-d54c-4067-94c9-dd75dcc54225] socks forwarding established\n2025-07-29 00:42:15.492 [info] [command][dfda8077-dd03-4c2b-8e52-d3eddcecd716] Process exited with code 0\n2025-07-29 00:42:15.493 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][46de1b66-d54c-4067-94c9-dd75dcc54225] socks connection closed\n2025-07-29 00:42:15.493 [info] [command][dfda8077-dd03-4c2b-8e52-d3eddcecd716] Socket close event received\n2025-07-29 00:42:15.531 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50181 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:43:15.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:43:15.501 [info] [command][14290e10-6e08-4829-b79e-4d325a4afe2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""14290e10-6e08-4829-b79e-4d325a4afe2a""}\n2025-07-29 00:43:15.502 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][76184f0a-3f7e-4e81-a6a8-b248fb3a0220] received connection request\n2025-07-29 00:43:15.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-29 00:43:15.504 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:43:15.552 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76184f0a-3f7e-4e81-a6a8-b248fb3a0220] socks forwarding established\n2025-07-29 00:43:15.599 [info] [command][14290e10-6e08-4829-b79e-4d325a4afe2a] Process exited with code 0\n2025-07-29 00:43:15.600 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76184f0a-3f7e-4e81-a6a8-b248fb3a0220] socks connection closed\n2025-07-29 00:43:15.600 [info] [command][14290e10-6e08-4829-b79e-4d325a4afe2a] Socket close event received\n2025-07-29 00:43:15.640 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50214 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:44:15.601 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:44:15.603 [info] [command][ee0f1306-e0b4-4d7c-8b05-04c639433883] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ee0f1306-e0b4-4d7c-8b05-04c639433883""}\n2025-07-29 00:44:15.603 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ccfa33c1-d0fa-4120-bcf0-db45b8805a01] received connection request\n2025-07-29 00:44:15.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:44:15.711 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ccfa33c1-d0fa-4120-bcf0-db45b8805a01] socks forwarding established\n2025-07-29 00:44:15.763 [info] [command][ee0f1306-e0b4-4d7c-8b05-04c639433883] Process exited with code 0\n2025-07-29 00:44:15.764 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ccfa33c1-d0fa-4120-bcf0-db45b8805a01] socks connection closed\n2025-07-29 00:44:15.764 [info] [command][ee0f1306-e0b4-4d7c-8b05-04c639433883] Socket close event received\n2025-07-29 00:44:15.804 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50234 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:45:15.767 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:45:15.769 [info] [command][2222969f-543b-4eeb-8ce4-841eb8e836c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""2222969f-543b-4eeb-8ce4-841eb8e836c0""}\n2025-07-29 00:45:15.770 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][a737c408-fc53-4fd8-b93d-4643d36caf09] received connection request\n2025-07-29 00:45:15.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:45:15.813 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a737c408-fc53-4fd8-b93d-4643d36caf09] socks forwarding established\n2025-07-29 00:45:15.864 [info] [command][2222969f-543b-4eeb-8ce4-841eb8e836c0] Process exited with code 0\n2025-07-29 00:45:15.864 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][a737c408-fc53-4fd8-b93d-4643d36caf09] socks connection closed\n2025-07-29 00:45:15.864 [info] [command][2222969f-543b-4eeb-8ce4-841eb8e836c0] Socket close event received\n2025-07-29 00:45:15.905 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50280 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:46:15.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:46:15.876 [info] [command][b778f28f-8118-4374-a9c0-d40d85281d83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b778f28f-8118-4374-a9c0-d40d85281d83""}\n2025-07-29 00:46:15.877 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4c3a8b4b-8ca3-4ba4-909d-aaec199a6170] received connection request\n2025-07-29 00:46:15.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-29 00:46:15.878 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:46:15.922 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c3a8b4b-8ca3-4ba4-909d-aaec199a6170] socks forwarding established\n2025-07-29 00:46:15.972 [info] [command][b778f28f-8118-4374-a9c0-d40d85281d83] Process exited with code 0\n2025-07-29 00:46:15.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c3a8b4b-8ca3-4ba4-909d-aaec199a6170] socks connection closed\n2025-07-29 00:46:15.972 [info] [command][b778f28f-8118-4374-a9c0-d40d85281d83] Socket close event received\n2025-07-29 00:46:16.017 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50303 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:47:15.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:47:15.975 [info] [command][c84225bd-7f1a-4662-b891-48298191be19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c84225bd-7f1a-4662-b891-48298191be19""}\n2025-07-29 00:47:15.975 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8cf1b2bb-000a-48c0-abd3-fd58b50abdb7] received connection request\n2025-07-29 00:47:15.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:47:16.015 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8cf1b2bb-000a-48c0-abd3-fd58b50abdb7] socks forwarding established\n2025-07-29 00:47:16.060 [info] [command][c84225bd-7f1a-4662-b891-48298191be19] Process exited with code 0\n2025-07-29 00:47:16.061 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8cf1b2bb-000a-48c0-abd3-fd58b50abdb7] socks connection closed\n2025-07-29 00:47:16.061 [info] [command][c84225bd-7f1a-4662-b891-48298191be19] Socket close event received\n2025-07-29 00:47:16.099 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50339 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:48:16.070 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:48:16.072 [info] [command][e799787c-e1bf-4fa4-944e-425d0303ba27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e799787c-e1bf-4fa4-944e-425d0303ba27""}\n2025-07-29 00:48:16.073 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ca0379bc-7c40-4650-b716-9dd7fe47378f] received connection request\n2025-07-29 00:48:16.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:48:16.124 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ca0379bc-7c40-4650-b716-9dd7fe47378f] socks forwarding established\n2025-07-29 00:48:16.173 [info] [command][e799787c-e1bf-4fa4-944e-425d0303ba27] Process exited with code 0\n2025-07-29 00:48:16.174 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ca0379bc-7c40-4650-b716-9dd7fe47378f] socks connection closed\n2025-07-29 00:48:16.174 [info] [command][e799787c-e1bf-4fa4-944e-425d0303ba27] Socket close event received\n2025-07-29 00:48:16.226 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50384 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:49:16.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:49:16.176 [info] [command][327021aa-8778-4c9f-8fda-5037799a91dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""327021aa-8778-4c9f-8fda-5037799a91dd""}\n2025-07-29 00:49:16.177 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][70fdd840-b6f5-419d-a635-ed0ba6230e9d] received connection request\n2025-07-29 00:49:16.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:49:16.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][70fdd840-b6f5-419d-a635-ed0ba6230e9d] socks forwarding established\n2025-07-29 00:49:16.295 [info] [command][327021aa-8778-4c9f-8fda-5037799a91dd] Process exited with code 0\n2025-07-29 00:49:16.296 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][70fdd840-b6f5-419d-a635-ed0ba6230e9d] socks connection closed\n2025-07-29 00:49:16.296 [info] [command][327021aa-8778-4c9f-8fda-5037799a91dd] Socket close event received\n2025-07-29 00:49:16.337 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50411 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:50:16.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:50:16.308 [info] [command][428ad28b-2fb5-40fb-b5d0-3adb08130762] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""428ad28b-2fb5-40fb-b5d0-3adb08130762""}\n2025-07-29 00:50:16.309 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][607a1088-75e6-4c7e-a12c-504556b0d214] received connection request\n2025-07-29 00:50:16.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:50:16.355 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][607a1088-75e6-4c7e-a12c-504556b0d214] socks forwarding established\n2025-07-29 00:50:16.398 [info] [command][428ad28b-2fb5-40fb-b5d0-3adb08130762] Process exited with code 0\n2025-07-29 00:50:16.399 [info] [command][428ad28b-2fb5-40fb-b5d0-3adb08130762] Socket close event received\n2025-07-29 00:50:16.399 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][607a1088-75e6-4c7e-a12c-504556b0d214] socks connection closed\n2025-07-29 00:50:16.439 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50470 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:51:16.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:51:16.411 [info] [command][8132cc63-9943-423c-9183-7aa41447dc45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8132cc63-9943-423c-9183-7aa41447dc45""}\n2025-07-29 00:51:16.411 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][51888cff-c1cf-4bcc-a873-5e59e70a13b3] received connection request\n2025-07-29 00:51:16.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:51:16.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][51888cff-c1cf-4bcc-a873-5e59e70a13b3] socks forwarding established\n2025-07-29 00:51:16.510 [info] [command][8132cc63-9943-423c-9183-7aa41447dc45] Process exited with code 0\n2025-07-29 00:51:16.510 [info] [command][8132cc63-9943-423c-9183-7aa41447dc45] Socket close event received\n2025-07-29 00:51:16.521 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][51888cff-c1cf-4bcc-a873-5e59e70a13b3] socks connection closed\n2025-07-29 00:51:16.562 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50496 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:52:16.520 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:52:16.523 [info] [command][dedc3938-c5b3-465c-82ac-0f58177ae5a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""dedc3938-c5b3-465c-82ac-0f58177ae5a5""}\n2025-07-29 00:52:16.524 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][79e5f3ad-2e92-414c-b972-99b75f9a5616] received connection request\n2025-07-29 00:52:16.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:52:16.569 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][79e5f3ad-2e92-414c-b972-99b75f9a5616] socks forwarding established\n2025-07-29 00:52:16.616 [info] [command][dedc3938-c5b3-465c-82ac-0f58177ae5a5] Process exited with code 0\n2025-07-29 00:52:16.616 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][79e5f3ad-2e92-414c-b972-99b75f9a5616] socks connection closed\n2025-07-29 00:52:16.617 [info] [command][dedc3938-c5b3-465c-82ac-0f58177ae5a5] Socket close event received\n2025-07-29 00:52:16.662 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50531 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:53:16.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:53:16.629 [info] [command][e2482220-5428-4dd6-8a6a-875304f02c11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e2482220-5428-4dd6-8a6a-875304f02c11""}\n2025-07-29 00:53:16.630 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][35d60197-4110-450c-bd79-f0c7ce0fc7f5] received connection request\n2025-07-29 00:53:16.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:53:16.674 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35d60197-4110-450c-bd79-f0c7ce0fc7f5] socks forwarding established\n2025-07-29 00:53:16.722 [info] [command][e2482220-5428-4dd6-8a6a-875304f02c11] Process exited with code 0\n2025-07-29 00:53:16.722 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][35d60197-4110-450c-bd79-f0c7ce0fc7f5] socks connection closed\n2025-07-29 00:53:16.722 [info] [command][e2482220-5428-4dd6-8a6a-875304f02c11] Socket close event received\n2025-07-29 00:53:16.771 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50564 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:54:16.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:54:16.732 [info] [command][07e1fdbe-2434-4598-be21-e664415cb631] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""07e1fdbe-2434-4598-be21-e664415cb631""}\n2025-07-29 00:54:16.733 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][50600535-5bac-40af-a7e3-828625d5da3a] received connection request\n2025-07-29 00:54:16.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:54:16.775 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][50600535-5bac-40af-a7e3-828625d5da3a] socks forwarding established\n2025-07-29 00:54:16.820 [info] [command][07e1fdbe-2434-4598-be21-e664415cb631] Process exited with code 0\n2025-07-29 00:54:16.820 [info] [command][07e1fdbe-2434-4598-be21-e664415cb631] Socket close event received\n2025-07-29 00:54:16.823 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][50600535-5bac-40af-a7e3-828625d5da3a] socks connection closed\n2025-07-29 00:54:16.860 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50596 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:55:16.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:55:16.828 [info] [command][6c7075a4-67e2-421f-aef2-c038488fb110] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6c7075a4-67e2-421f-aef2-c038488fb110""}\n2025-07-29 00:55:16.828 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][733bc418-4b07-4f0b-8d4a-b78277da19c5] received connection request\n2025-07-29 00:55:16.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:55:16.872 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][733bc418-4b07-4f0b-8d4a-b78277da19c5] socks forwarding established\n2025-07-29 00:55:16.917 [info] [command][6c7075a4-67e2-421f-aef2-c038488fb110] Process exited with code 0\n2025-07-29 00:55:16.917 [info] [command][6c7075a4-67e2-421f-aef2-c038488fb110] Socket close event received\n2025-07-29 00:55:16.917 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][733bc418-4b07-4f0b-8d4a-b78277da19c5] socks connection closed\n2025-07-29 00:55:16.959 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50629 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:56:16.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:56:16.924 [info] [command][f219fe8a-53fd-4a97-94db-29952abf627d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f219fe8a-53fd-4a97-94db-29952abf627d""}\n2025-07-29 00:56:16.925 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6a5b2c10-eced-44da-b2d6-5fe57b1e7505] received connection request\n2025-07-29 00:56:16.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:56:16.967 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6a5b2c10-eced-44da-b2d6-5fe57b1e7505] socks forwarding established\n2025-07-29 00:56:17.014 [info] [command][f219fe8a-53fd-4a97-94db-29952abf627d] Process exited with code 0\n2025-07-29 00:56:17.015 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6a5b2c10-eced-44da-b2d6-5fe57b1e7505] socks connection closed\n2025-07-29 00:56:17.015 [info] [command][f219fe8a-53fd-4a97-94db-29952abf627d] Socket close event received\n2025-07-29 00:56:17.055 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50653 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:57:17.024 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:57:17.025 [info] [command][e3081e45-12be-4ae4-b6e7-ba5a8b4bbe5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""e3081e45-12be-4ae4-b6e7-ba5a8b4bbe5b""}\n2025-07-29 00:57:17.026 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6211555a-1b18-49ec-bfc7-f29ccacf0750] received connection request\n2025-07-29 00:57:17.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:57:17.122 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6211555a-1b18-49ec-bfc7-f29ccacf0750] socks forwarding established\n2025-07-29 00:57:17.168 [info] [command][e3081e45-12be-4ae4-b6e7-ba5a8b4bbe5b] Process exited with code 0\n2025-07-29 00:57:17.168 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6211555a-1b18-49ec-bfc7-f29ccacf0750] socks connection closed\n2025-07-29 00:57:17.169 [info] [command][e3081e45-12be-4ae4-b6e7-ba5a8b4bbe5b] Socket close event received\n2025-07-29 00:57:17.210 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50686 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:58:17.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:58:17.179 [info] [command][234d18be-b806-4435-8e99-626aafde527c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""234d18be-b806-4435-8e99-626aafde527c""}\n2025-07-29 00:58:17.180 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][159601d6-7737-495f-8fa6-ef7f78c70704] received connection request\n2025-07-29 00:58:17.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:58:17.275 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][159601d6-7737-495f-8fa6-ef7f78c70704] socks forwarding established\n2025-07-29 00:58:17.326 [info] [command][234d18be-b806-4435-8e99-626aafde527c] Process exited with code 0\n2025-07-29 00:58:17.326 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][159601d6-7737-495f-8fa6-ef7f78c70704] socks connection closed\n2025-07-29 00:58:17.326 [info] [command][234d18be-b806-4435-8e99-626aafde527c] Socket close event received\n2025-07-29 00:58:17.371 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50729 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 00:59:17.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 00:59:17.338 [info] [command][82ce819d-2713-41a6-86b9-3101fbcddca2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""82ce819d-2713-41a6-86b9-3101fbcddca2""}\n2025-07-29 00:59:17.339 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][37e2c94f-3f3e-4047-8456-0bbd87bfd247] received connection request\n2025-07-29 00:59:17.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 00:59:17.387 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][37e2c94f-3f3e-4047-8456-0bbd87bfd247] socks forwarding established\n2025-07-29 00:59:17.860 [info] [command][82ce819d-2713-41a6-86b9-3101fbcddca2] Process exited with code 0\n2025-07-29 00:59:17.860 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][37e2c94f-3f3e-4047-8456-0bbd87bfd247] socks connection closed\n2025-07-29 00:59:17.860 [info] [command][82ce819d-2713-41a6-86b9-3101fbcddca2] Socket close event received\n2025-07-29 00:59:17.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50748 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:00:17.867 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:00:17.869 [info] [command][1860f358-5850-4830-8e94-81d74f8f9b9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""1860f358-5850-4830-8e94-81d74f8f9b9a""}\n2025-07-29 01:00:17.870 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cb8a371c-1e74-4019-ac65-170d312953a7] received connection request\n2025-07-29 01:00:17.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:00:17.915 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cb8a371c-1e74-4019-ac65-170d312953a7] socks forwarding established\n2025-07-29 01:00:17.961 [info] [command][1860f358-5850-4830-8e94-81d74f8f9b9a] Process exited with code 0\n2025-07-29 01:00:17.961 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cb8a371c-1e74-4019-ac65-170d312953a7] socks connection closed\n2025-07-29 01:00:17.961 [info] [command][1860f358-5850-4830-8e94-81d74f8f9b9a] Socket close event received\n2025-07-29 01:00:18.001 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50782 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:01:17.968 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:01:17.971 [info] [command][6fdf9e9e-90a2-48be-9897-5f6c3c85326a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6fdf9e9e-90a2-48be-9897-5f6c3c85326a""}\n2025-07-29 01:01:17.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][80e3110e-3dda-4a7e-acd5-05d3c2c75624] received connection request\n2025-07-29 01:01:17.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-29 01:01:17.973 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:01:18.015 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][80e3110e-3dda-4a7e-acd5-05d3c2c75624] socks forwarding established\n2025-07-29 01:01:18.078 [info] [command][6fdf9e9e-90a2-48be-9897-5f6c3c85326a] Process exited with code 0\n2025-07-29 01:01:18.078 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][80e3110e-3dda-4a7e-acd5-05d3c2c75624] socks connection closed\n2025-07-29 01:01:18.079 [info] [command][6fdf9e9e-90a2-48be-9897-5f6c3c85326a] Socket close event received\n2025-07-29 01:01:18.119 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50821 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:02:18.084 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:02:18.087 [info] [command][761b451c-a68f-4dd3-aae5-5fac232048a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""761b451c-a68f-4dd3-aae5-5fac232048a9""}\n2025-07-29 01:02:18.088 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2194cb33-9334-4c37-8919-7b9631442fd5] received connection request\n2025-07-29 01:02:18.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:02:18.141 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2194cb33-9334-4c37-8919-7b9631442fd5] socks forwarding established\n2025-07-29 01:02:18.202 [info] [command][761b451c-a68f-4dd3-aae5-5fac232048a9] Process exited with code 0\n2025-07-29 01:02:18.202 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2194cb33-9334-4c37-8919-7b9631442fd5] socks connection closed\n2025-07-29 01:02:18.202 [info] [command][761b451c-a68f-4dd3-aae5-5fac232048a9] Socket close event received\n2025-07-29 01:02:18.265 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50861 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:03:18.204 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:03:18.207 [info] [command][9208583b-fef6-4dc5-84b8-397a6dd9838a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""9208583b-fef6-4dc5-84b8-397a6dd9838a""}\n2025-07-29 01:03:18.207 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8f7f1c43-272f-44e3-a6da-0fc298226a4c] received connection request\n2025-07-29 01:03:18.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:03:18.250 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8f7f1c43-272f-44e3-a6da-0fc298226a4c] socks forwarding established\n2025-07-29 01:03:18.300 [info] [command][9208583b-fef6-4dc5-84b8-397a6dd9838a] Process exited with code 0\n2025-07-29 01:03:18.301 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8f7f1c43-272f-44e3-a6da-0fc298226a4c] socks connection closed\n2025-07-29 01:03:18.301 [info] [command][9208583b-fef6-4dc5-84b8-397a6dd9838a] Socket close event received\n2025-07-29 01:03:18.343 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50892 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:04:18.308 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:04:18.311 [info] [command][05ed8383-6dad-4819-90b7-051dd15a8d2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""05ed8383-6dad-4819-90b7-051dd15a8d2c""}\n2025-07-29 01:04:18.311 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][b9f7a1d5-7986-4779-8c62-2a8b0b0b0487] received connection request\n2025-07-29 01:04:18.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:04:18.362 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b9f7a1d5-7986-4779-8c62-2a8b0b0b0487] socks forwarding established\n2025-07-29 01:04:18.409 [info] [command][05ed8383-6dad-4819-90b7-051dd15a8d2c] Process exited with code 0\n2025-07-29 01:04:18.409 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][b9f7a1d5-7986-4779-8c62-2a8b0b0b0487] socks connection closed\n2025-07-29 01:04:18.409 [info] [command][05ed8383-6dad-4819-90b7-051dd15a8d2c] Socket close event received\n2025-07-29 01:04:18.453 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50918 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:05:18.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:05:18.419 [info] [command][a09cc520-b466-4c41-80c3-13346c7845c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""a09cc520-b466-4c41-80c3-13346c7845c1""}\n2025-07-29 01:05:18.420 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][adfa86bc-4cf1-4116-8131-1b27b048f41f] received connection request\n2025-07-29 01:05:18.420 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:05:18.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][adfa86bc-4cf1-4116-8131-1b27b048f41f] socks forwarding established\n2025-07-29 01:05:18.514 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][adfa86bc-4cf1-4116-8131-1b27b048f41f] socks connection closed\n2025-07-29 01:05:18.514 [info] [command][a09cc520-b466-4c41-80c3-13346c7845c1] Process exited with code 0\n2025-07-29 01:05:18.514 [info] [command][a09cc520-b466-4c41-80c3-13346c7845c1] Socket close event received\n2025-07-29 01:05:18.555 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50965 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:06:18.523 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:06:18.527 [info] [command][767d27e8-3c31-44e4-b7c9-105b0a921d83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""767d27e8-3c31-44e4-b7c9-105b0a921d83""}\n2025-07-29 01:06:18.529 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][caf358b7-f297-4c3a-ab52-18f080a9b520] received connection request\n2025-07-29 01:06:18.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:06:18.577 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][caf358b7-f297-4c3a-ab52-18f080a9b520] socks forwarding established\n2025-07-29 01:06:18.628 [info] [command][767d27e8-3c31-44e4-b7c9-105b0a921d83] Process exited with code 0\n2025-07-29 01:06:18.628 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][caf358b7-f297-4c3a-ab52-18f080a9b520] socks connection closed\n2025-07-29 01:06:18.628 [info] [command][767d27e8-3c31-44e4-b7c9-105b0a921d83] Socket close event received\n2025-07-29 01:06:18.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 50995 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:07:18.634 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:07:18.636 [info] [command][16590ffa-5121-46b1-a61d-264ea1853a64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""16590ffa-5121-46b1-a61d-264ea1853a64""}\n2025-07-29 01:07:18.637 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][c316b8e2-d2f3-4403-9574-dc10dc479c37] received connection request\n2025-07-29 01:07:18.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:07:18.689 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c316b8e2-d2f3-4403-9574-dc10dc479c37] socks forwarding established\n2025-07-29 01:07:18.738 [info] [command][16590ffa-5121-46b1-a61d-264ea1853a64] Process exited with code 0\n2025-07-29 01:07:18.738 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][c316b8e2-d2f3-4403-9574-dc10dc479c37] socks connection closed\n2025-07-29 01:07:18.738 [info] [command][16590ffa-5121-46b1-a61d-264ea1853a64] Socket close event received\n2025-07-29 01:07:18.781 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51027 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:08:18.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:08:18.740 [info] [command][950dec2f-d323-4098-9a6c-cbff769acff3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""950dec2f-d323-4098-9a6c-cbff769acff3""}\n2025-07-29 01:08:18.741 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ee8b0414-b7bf-4960-8724-4b6ca8ea8173] received connection request\n2025-07-29 01:08:18.742 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:08:18.793 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ee8b0414-b7bf-4960-8724-4b6ca8ea8173] socks forwarding established\n2025-07-29 01:08:18.839 [info] [command][950dec2f-d323-4098-9a6c-cbff769acff3] Process exited with code 0\n2025-07-29 01:08:18.839 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ee8b0414-b7bf-4960-8724-4b6ca8ea8173] socks connection closed\n2025-07-29 01:08:18.839 [info] [command][950dec2f-d323-4098-9a6c-cbff769acff3] Socket close event received\n2025-07-29 01:08:18.881 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51060 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:09:18.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:09:18.853 [info] [command][5cea5398-8fa5-4269-ab44-420032ec1b95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5cea5398-8fa5-4269-ab44-420032ec1b95""}\n2025-07-29 01:09:18.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][fd14bbae-3da5-4479-baa7-0fb9d43854a4] received connection request\n2025-07-29 01:09:18.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:09:18.897 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fd14bbae-3da5-4479-baa7-0fb9d43854a4] socks forwarding established\n2025-07-29 01:09:18.944 [info] [command][5cea5398-8fa5-4269-ab44-420032ec1b95] Process exited with code 0\n2025-07-29 01:09:18.944 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][fd14bbae-3da5-4479-baa7-0fb9d43854a4] socks connection closed\n2025-07-29 01:09:18.945 [info] [command][5cea5398-8fa5-4269-ab44-420032ec1b95] Socket close event received\n2025-07-29 01:09:18.984 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51097 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:10:18.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:10:18.950 [info] [command][d791ee37-5b0b-4096-be2a-e4bf9b21fde5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d791ee37-5b0b-4096-be2a-e4bf9b21fde5""}\n2025-07-29 01:10:18.951 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][4c13f193-a0b4-4378-9fdc-752e0b69ae9e] received connection request\n2025-07-29 01:10:18.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:10:19.004 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c13f193-a0b4-4378-9fdc-752e0b69ae9e] socks forwarding established\n2025-07-29 01:10:19.054 [info] [command][d791ee37-5b0b-4096-be2a-e4bf9b21fde5] Process exited with code 0\n2025-07-29 01:10:19.055 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][4c13f193-a0b4-4378-9fdc-752e0b69ae9e] socks connection closed\n2025-07-29 01:10:19.055 [info] [command][d791ee37-5b0b-4096-be2a-e4bf9b21fde5] Socket close event received\n2025-07-29 01:10:19.097 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51144 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:11:19.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:11:19.066 [info] [command][82369299-04ab-4a2b-b3a0-e05de8724925] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""82369299-04ab-4a2b-b3a0-e05de8724925""}\n2025-07-29 01:11:19.066 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d3700bc0-cc28-413a-be7d-2692539e162d] received connection request\n2025-07-29 01:11:19.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:11:19.114 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d3700bc0-cc28-413a-be7d-2692539e162d] socks forwarding established\n2025-07-29 01:11:19.159 [info] [command][82369299-04ab-4a2b-b3a0-e05de8724925] Process exited with code 0\n2025-07-29 01:11:19.160 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d3700bc0-cc28-413a-be7d-2692539e162d] socks connection closed\n2025-07-29 01:11:19.160 [info] [command][82369299-04ab-4a2b-b3a0-e05de8724925] Socket close event received\n2025-07-29 01:11:19.199 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51166 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:12:19.163 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:12:19.165 [info] [command][07876fca-e7cf-48b0-9350-0972122dee82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""07876fca-e7cf-48b0-9350-0972122dee82""}\n2025-07-29 01:12:19.166 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1daa7acd-0c53-4174-aa48-475ef7482c70] received connection request\n2025-07-29 01:12:19.166 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:12:19.213 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1daa7acd-0c53-4174-aa48-475ef7482c70] socks forwarding established\n2025-07-29 01:12:19.260 [info] [command][07876fca-e7cf-48b0-9350-0972122dee82] Process exited with code 0\n2025-07-29 01:12:19.260 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1daa7acd-0c53-4174-aa48-475ef7482c70] socks connection closed\n2025-07-29 01:12:19.260 [info] [command][07876fca-e7cf-48b0-9350-0972122dee82] Socket close event received\n2025-07-29 01:12:19.300 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51212 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:13:19.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:13:19.269 [info] [command][08ed0b91-fb22-4e5b-adf2-08c9fc549f74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""08ed0b91-fb22-4e5b-adf2-08c9fc549f74""}\n2025-07-29 01:13:19.270 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][76dbdd8c-a673-4f69-bd08-a9bc2d74ef2f] received connection request\n2025-07-29 01:13:19.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:13:19.313 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76dbdd8c-a673-4f69-bd08-a9bc2d74ef2f] socks forwarding established\n2025-07-29 01:13:19.358 [info] [command][08ed0b91-fb22-4e5b-adf2-08c9fc549f74] Process exited with code 0\n2025-07-29 01:13:19.358 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][76dbdd8c-a673-4f69-bd08-a9bc2d74ef2f] socks connection closed\n2025-07-29 01:13:19.358 [info] [command][08ed0b91-fb22-4e5b-adf2-08c9fc549f74] Socket close event received\n2025-07-29 01:13:19.402 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51270 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:14:19.359 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:14:19.362 [info] [command][01801323-761c-4252-a6d8-82ac82197e23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""01801323-761c-4252-a6d8-82ac82197e23""}\n2025-07-29 01:14:19.363 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][9378b70b-5c80-4ec9-973d-f0ec3fc382c8] received connection request\n2025-07-29 01:14:19.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:14:19.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9378b70b-5c80-4ec9-973d-f0ec3fc382c8] socks forwarding established\n2025-07-29 01:14:19.473 [info] [command][01801323-761c-4252-a6d8-82ac82197e23] Process exited with code 0\n2025-07-29 01:14:19.474 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][9378b70b-5c80-4ec9-973d-f0ec3fc382c8] socks connection closed\n2025-07-29 01:14:19.474 [info] [command][01801323-761c-4252-a6d8-82ac82197e23] Socket close event received\n2025-07-29 01:14:19.514 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51303 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:15:19.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:15:19.486 [info] [command][ecb7b75f-e2bd-40dc-86b4-9d8f3fb9811c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ecb7b75f-e2bd-40dc-86b4-9d8f3fb9811c""}\n2025-07-29 01:15:19.488 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dbd56148-6bf3-4450-ac9f-c852c8345119] received connection request\n2025-07-29 01:15:19.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:15:19.533 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dbd56148-6bf3-4450-ac9f-c852c8345119] socks forwarding established\n2025-07-29 01:15:19.584 [info] [command][ecb7b75f-e2bd-40dc-86b4-9d8f3fb9811c] Process exited with code 0\n2025-07-29 01:15:19.585 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dbd56148-6bf3-4450-ac9f-c852c8345119] socks connection closed\n2025-07-29 01:15:19.585 [info] [command][ecb7b75f-e2bd-40dc-86b4-9d8f3fb9811c] Socket close event received\n2025-07-29 01:15:19.626 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51338 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:16:19.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:16:19.598 [info] [command][c94e17b2-6e84-47f7-a706-27d064d161ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""c94e17b2-6e84-47f7-a706-27d064d161ae""}\n2025-07-29 01:16:19.599 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][6234ab42-532e-4753-ba04-62e76c41b4c4] received connection request\n2025-07-29 01:16:19.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:16:19.644 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6234ab42-532e-4753-ba04-62e76c41b4c4] socks forwarding established\n2025-07-29 01:16:19.766 [info] [command][c94e17b2-6e84-47f7-a706-27d064d161ae] Process exited with code 0\n2025-07-29 01:16:19.767 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][6234ab42-532e-4753-ba04-62e76c41b4c4] socks connection closed\n2025-07-29 01:16:19.767 [info] [command][c94e17b2-6e84-47f7-a706-27d064d161ae] Socket close event received\n2025-07-29 01:16:19.814 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51361 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:17:19.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:17:19.780 [info] [command][21cea0d1-30b7-4ddd-908e-85ac902c4c59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""21cea0d1-30b7-4ddd-908e-85ac902c4c59""}\n2025-07-29 01:17:19.781 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][cc0c32ef-8800-47a8-b3a8-a031176b6b54] received connection request\n2025-07-29 01:17:19.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:17:19.828 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cc0c32ef-8800-47a8-b3a8-a031176b6b54] socks forwarding established\n2025-07-29 01:17:19.873 [info] [command][21cea0d1-30b7-4ddd-908e-85ac902c4c59] Process exited with code 0\n2025-07-29 01:17:19.873 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][cc0c32ef-8800-47a8-b3a8-a031176b6b54] socks connection closed\n2025-07-29 01:17:19.873 [info] [command][21cea0d1-30b7-4ddd-908e-85ac902c4c59] Socket close event received\n2025-07-29 01:17:19.914 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51520 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:18:19.873 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:18:19.875 [info] [command][aae78271-4dd5-498b-a831-64668ab2eb92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""aae78271-4dd5-498b-a831-64668ab2eb92""}\n2025-07-29 01:18:19.876 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][d36d9dec-66b0-475a-a4f1-fb0c8148553b] received connection request\n2025-07-29 01:18:19.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:18:19.920 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d36d9dec-66b0-475a-a4f1-fb0c8148553b] socks forwarding established\n2025-07-29 01:18:19.968 [info] [command][aae78271-4dd5-498b-a831-64668ab2eb92] Process exited with code 0\n2025-07-29 01:18:19.968 [info] [command][aae78271-4dd5-498b-a831-64668ab2eb92] Socket close event received\n2025-07-29 01:18:19.969 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][d36d9dec-66b0-475a-a4f1-fb0c8148553b] socks connection closed\n2025-07-29 01:18:20.009 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51566 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:19:19.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:19:19.974 [info] [command][5d8beaa4-b2d5-4998-a639-fadbd62d8fd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""5d8beaa4-b2d5-4998-a639-fadbd62d8fd5""}\n2025-07-29 01:19:19.974 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][1ca6adf5-1979-4688-a990-a41d44a27149] received connection request\n2025-07-29 01:19:19.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\n\n2025-07-29 01:19:19.975 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:19:20.022 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1ca6adf5-1979-4688-a990-a41d44a27149] socks forwarding established\n2025-07-29 01:19:20.066 [info] [command][5d8beaa4-b2d5-4998-a639-fadbd62d8fd5] Process exited with code 0\n2025-07-29 01:19:20.067 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][1ca6adf5-1979-4688-a990-a41d44a27149] socks connection closed\n2025-07-29 01:19:20.067 [info] [command][5d8beaa4-b2d5-4998-a639-fadbd62d8fd5] Socket close event received\n2025-07-29 01:19:20.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51587 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:20:20.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:20:20.072 [info] [command][8455dcc1-0e0c-4b2c-901c-1de9034bbe87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8455dcc1-0e0c-4b2c-901c-1de9034bbe87""}\n2025-07-29 01:20:20.073 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][bf122ecd-49b2-4b2e-b0e8-d17ef981ebd4] received connection request\n2025-07-29 01:20:20.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:20:20.250 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bf122ecd-49b2-4b2e-b0e8-d17ef981ebd4] socks forwarding established\n2025-07-29 01:20:20.295 [info] [command][8455dcc1-0e0c-4b2c-901c-1de9034bbe87] Process exited with code 0\n2025-07-29 01:20:20.295 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][bf122ecd-49b2-4b2e-b0e8-d17ef981ebd4] socks connection closed\n2025-07-29 01:20:20.295 [info] [command][8455dcc1-0e0c-4b2c-901c-1de9034bbe87] Socket close event received\n2025-07-29 01:20:20.333 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51632 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:21:20.297 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:21:20.299 [info] [command][8aa165d4-14b6-4c24-a26a-bea5b1e91d58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""8aa165d4-14b6-4c24-a26a-bea5b1e91d58""}\n2025-07-29 01:21:20.299 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f602e12e-0800-4009-96d7-c7a7614c82f1] received connection request\n2025-07-29 01:21:20.300 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:21:20.344 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f602e12e-0800-4009-96d7-c7a7614c82f1] socks forwarding established\n2025-07-29 01:21:20.389 [info] [command][8aa165d4-14b6-4c24-a26a-bea5b1e91d58] Process exited with code 0\n2025-07-29 01:21:20.389 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f602e12e-0800-4009-96d7-c7a7614c82f1] socks connection closed\n2025-07-29 01:21:20.390 [info] [command][8aa165d4-14b6-4c24-a26a-bea5b1e91d58] Socket close event received\n2025-07-29 01:21:20.510 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51669 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:22:20.392 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:22:20.393 [info] [command][3c5842b0-8dba-469f-a845-e26fa205f5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3c5842b0-8dba-469f-a845-e26fa205f5c8""}\n2025-07-29 01:22:20.394 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][84b7cb55-7318-4380-8586-8b9e42dc064e] received connection request\n2025-07-29 01:22:20.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:22:20.436 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84b7cb55-7318-4380-8586-8b9e42dc064e] socks forwarding established\n2025-07-29 01:22:20.481 [info] [command][3c5842b0-8dba-469f-a845-e26fa205f5c8] Process exited with code 0\n2025-07-29 01:22:20.481 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][84b7cb55-7318-4380-8586-8b9e42dc064e] socks connection closed\n2025-07-29 01:22:20.481 [info] [command][3c5842b0-8dba-469f-a845-e26fa205f5c8] Socket close event received\n2025-07-29 01:22:20.521 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51702 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:23:20.482 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:23:20.484 [info] [command][6d577bb1-2e12-45b2-87ea-dd5bca717320] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6d577bb1-2e12-45b2-87ea-dd5bca717320""}\n2025-07-29 01:23:20.485 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][8f5db41f-5e4d-41f6-8577-11565649f98d] received connection request\n2025-07-29 01:23:20.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:23:20.529 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8f5db41f-5e4d-41f6-8577-11565649f98d] socks forwarding established\n2025-07-29 01:23:20.573 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][8f5db41f-5e4d-41f6-8577-11565649f98d] socks connection closed\n2025-07-29 01:23:20.573 [info] [command][6d577bb1-2e12-45b2-87ea-dd5bca717320] Process exited with code 0\n2025-07-29 01:23:20.573 [info] [command][6d577bb1-2e12-45b2-87ea-dd5bca717320] Socket close event received\n2025-07-29 01:23:20.613 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51732 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:24:20.583 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:24:20.586 [info] [command][820cf56b-b27f-49b1-b95c-325bed307a0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""820cf56b-b27f-49b1-b95c-325bed307a0d""}\n2025-07-29 01:24:20.587 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][f3df08e7-7b49-42ad-94a5-704faca3a6c8] received connection request\n2025-07-29 01:24:20.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:24:20.628 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f3df08e7-7b49-42ad-94a5-704faca3a6c8] socks forwarding established\n2025-07-29 01:24:20.682 [info] [command][820cf56b-b27f-49b1-b95c-325bed307a0d] Process exited with code 0\n2025-07-29 01:24:20.682 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][f3df08e7-7b49-42ad-94a5-704faca3a6c8] socks connection closed\n2025-07-29 01:24:20.682 [info] [command][820cf56b-b27f-49b1-b95c-325bed307a0d] Socket close event received\n2025-07-29 01:24:20.723 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51752 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:25:20.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:25:20.688 [info] [command][3b8e2dbd-225e-4d32-b110-7e5a75955a9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""3b8e2dbd-225e-4d32-b110-7e5a75955a9c""}\n2025-07-29 01:25:20.689 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][015bfef3-fa3c-47f4-8112-8d997bc10b6b] received connection request\n2025-07-29 01:25:20.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:25:20.738 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][015bfef3-fa3c-47f4-8112-8d997bc10b6b] socks forwarding established\n2025-07-29 01:25:20.787 [info] [command][3b8e2dbd-225e-4d32-b110-7e5a75955a9c] Process exited with code 0\n2025-07-29 01:25:20.787 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][015bfef3-fa3c-47f4-8112-8d997bc10b6b] socks connection closed\n2025-07-29 01:25:20.787 [info] [command][3b8e2dbd-225e-4d32-b110-7e5a75955a9c] Socket close event received\n2025-07-29 01:25:20.828 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51788 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:26:20.794 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:26:20.797 [info] [command][052bf5b8-a9f3-4aea-bb36-51671f02abf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""052bf5b8-a9f3-4aea-bb36-51671f02abf6""}\n2025-07-29 01:26:20.797 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][dc1b5267-43d7-499b-b617-933b4db1f03a] received connection request\n2025-07-29 01:26:20.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:26:20.847 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dc1b5267-43d7-499b-b617-933b4db1f03a] socks forwarding established\n2025-07-29 01:26:20.935 [info] [command][052bf5b8-a9f3-4aea-bb36-51671f02abf6] Process exited with code 0\n2025-07-29 01:26:20.935 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][dc1b5267-43d7-499b-b617-933b4db1f03a] socks connection closed\n2025-07-29 01:26:20.935 [info] [command][052bf5b8-a9f3-4aea-bb36-51671f02abf6] Socket close event received\n2025-07-29 01:26:20.975 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51816 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:27:20.945 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:27:20.947 [info] [command][62a0c491-885e-462d-958c-f1ee1a0d7111] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""62a0c491-885e-462d-958c-f1ee1a0d7111""}\n2025-07-29 01:27:20.947 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][e80d32b1-eb31-40e2-b7b3-b915c7cfe9b6] received connection request\n2025-07-29 01:27:20.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:27:20.992 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e80d32b1-eb31-40e2-b7b3-b915c7cfe9b6] socks forwarding established\n2025-07-29 01:27:21.037 [info] [command][62a0c491-885e-462d-958c-f1ee1a0d7111] Process exited with code 0\n2025-07-29 01:27:21.037 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][e80d32b1-eb31-40e2-b7b3-b915c7cfe9b6] socks connection closed\n2025-07-29 01:27:21.037 [info] [command][62a0c491-885e-462d-958c-f1ee1a0d7111] Socket close event received\n2025-07-29 01:27:21.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51858 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:28:21.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:28:21.047 [info] [command][6505be34-c114-45f6-8e11-5a4970197891] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""6505be34-c114-45f6-8e11-5a4970197891""}\n2025-07-29 01:28:21.048 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][57472022-0d02-447b-9f0f-63aeb55fe060] received connection request\n2025-07-29 01:28:21.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:28:21.092 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][57472022-0d02-447b-9f0f-63aeb55fe060] socks forwarding established\n2025-07-29 01:28:21.141 [info] [command][6505be34-c114-45f6-8e11-5a4970197891] Process exited with code 0\n2025-07-29 01:28:21.141 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][57472022-0d02-447b-9f0f-63aeb55fe060] socks connection closed\n2025-07-29 01:28:21.141 [info] [command][6505be34-c114-45f6-8e11-5a4970197891] Socket close event received\n2025-07-29 01:28:21.180 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51897 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:29:21.148 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:29:21.151 [info] [command][d1bed401-b260-4a7a-8eb4-48bb85012bfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""d1bed401-b260-4a7a-8eb4-48bb85012bfb""}\n2025-07-29 01:29:21.152 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][2c3cd93d-02b7-4fb7-a3ba-8df0b3c23986] received connection request\n2025-07-29 01:29:21.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:29:21.198 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2c3cd93d-02b7-4fb7-a3ba-8df0b3c23986] socks forwarding established\n2025-07-29 01:29:21.242 [info] [command][d1bed401-b260-4a7a-8eb4-48bb85012bfb] Process exited with code 0\n2025-07-29 01:29:21.243 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][2c3cd93d-02b7-4fb7-a3ba-8df0b3c23986] socks connection closed\n2025-07-29 01:29:21.243 [info] [command][d1bed401-b260-4a7a-8eb4-48bb85012bfb] Socket close event received\n2025-07-29 01:29:21.285 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51920 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:30:21.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:30:21.244 [info] [command][f344ec93-e47e-4a53-9666-3d2b64c8dbe4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""f344ec93-e47e-4a53-9666-3d2b64c8dbe4""}\n2025-07-29 01:30:21.245 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][edb43156-1788-48b4-893b-89cd90dc777d] received connection request\n2025-07-29 01:30:21.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:30:21.286 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][edb43156-1788-48b4-893b-89cd90dc777d] socks forwarding established\n2025-07-29 01:30:21.335 [info] [command][f344ec93-e47e-4a53-9666-3d2b64c8dbe4] Process exited with code 0\n2025-07-29 01:30:21.335 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][edb43156-1788-48b4-893b-89cd90dc777d] socks connection closed\n2025-07-29 01:30:21.335 [info] [command][f344ec93-e47e-4a53-9666-3d2b64c8dbe4] Socket close event received\n2025-07-29 01:30:21.377 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51958 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:31:21.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:31:21.340 [info] [command][43b426e6-0d6d-477d-a74f-88a1c288ad43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""43b426e6-0d6d-477d-a74f-88a1c288ad43""}\n2025-07-29 01:31:21.341 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][db34f5b8-ab0d-4d49-b0d3-af1d38911605] received connection request\n2025-07-29 01:31:21.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:31:21.384 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][db34f5b8-ab0d-4d49-b0d3-af1d38911605] socks forwarding established\n2025-07-29 01:31:21.428 [info] [command][43b426e6-0d6d-477d-a74f-88a1c288ad43] Process exited with code 0\n2025-07-29 01:31:21.428 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][db34f5b8-ab0d-4d49-b0d3-af1d38911605] socks connection closed\n2025-07-29 01:31:21.428 [info] [command][43b426e6-0d6d-477d-a74f-88a1c288ad43] Socket close event received\n2025-07-29 01:31:21.469 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 51993 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:32:21.438 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:32:21.439 [info] [command][60f6db80-4f45-4f9f-b1dc-397046d73046] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""60f6db80-4f45-4f9f-b1dc-397046d73046""}\n2025-07-29 01:32:21.440 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][660ec600-8ded-4129-af8f-3a9d84a36c7c] received connection request\n2025-07-29 01:32:21.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:32:21.489 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][660ec600-8ded-4129-af8f-3a9d84a36c7c] socks forwarding established\n2025-07-29 01:32:21.535 [info] [command][60f6db80-4f45-4f9f-b1dc-397046d73046] Process exited with code 0\n2025-07-29 01:32:21.535 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][660ec600-8ded-4129-af8f-3a9d84a36c7c] socks connection closed\n2025-07-29 01:32:21.535 [info] [command][60f6db80-4f45-4f9f-b1dc-397046d73046] Socket close event received\n2025-07-29 01:32:21.577 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60228 for 127.0.0.1 port 36497, connect from 127.0.0.1 port 52030 to 127.0.0.1 port 60228, nchannels 6\n\n2025-07-29 01:33:21.544 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:33:21.546 [info] [command][ed1e5b26-51bb-461d-a9f2-41006aa37923] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""ed1e5b26-51bb-461d-a9f2-41006aa37923""}\n2025-07-29 01:33:21.547 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][3a3768c2-5a68-404b-9f02-a9bb97ff821e] received connection request\n2025-07-29 01:33:21.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 60228 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:33:51.555 [error] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][3a3768c2-5a68-404b-9f02-a9bb97ff821e] error while creating socks forwarding Proxy connection timed out\n2025-07-29 01:33:51.556 [info] [command][ed1e5b26-51bb-461d-a9f2-41006aa37923] Socket end event received\n2025-07-29 01:33:51.556 [info] [command][ed1e5b26-51bb-461d-a9f2-41006aa37923] Socket close event received\n2025-07-29 01:34:34.189 [info] (ssh_tunnel) stderr: Connection to login.haicore.berlin closed by remote host.\n\n2025-07-29 01:34:34.191 [info] (ssh_tunnel) stderr: client_loop: send disconnect: Broken pipe\n\n2025-07-29 01:34:34.193 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][78ed52a6-3cbc-4919-bf20-8cdd636de1b8] socks connection closed\n2025-07-29 01:34:34.193 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][894830ac-9671-4e95-a621-fe63de3ae913] socks connection closed\n2025-07-29 01:34:34.195 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 01:34:34.254 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][9c46e6de-8b95-46f3-817c-5e1034a3cfc2] received connection request\n2025-07-29 01:34:34.254 [error] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][9c46e6de-8b95-46f3-817c-5e1034a3cfc2] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:34.267 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-29 01:34:34.267 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-29 01:34:34.272 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][c1964069-dc38-4eb3-9470-badc5c9c0cc9] received connection request\n2025-07-29 01:34:34.273 [error] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][c1964069-dc38-4eb3-9470-badc5c9c0cc9] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:34.274 [error] Failed to connect to Cursor server at http://127.0.0.1:60237, attempt 1 of 3 fetch failed\n2025-07-29 01:34:35.279 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][fbfd1c36-11b7-4045-8618-e87c6a48e95f] received connection request\n2025-07-29 01:34:35.279 [error] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][fbfd1c36-11b7-4045-8618-e87c6a48e95f] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:35.280 [error] Failed to connect to Cursor server at http://127.0.0.1:60237, attempt 2 of 3 fetch failed\n2025-07-29 01:34:36.288 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][35f28602-2886-4e74-8a80-7167f78ca79b] received connection request\n2025-07-29 01:34:36.289 [error] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][35f28602-2886-4e74-8a80-7167f78ca79b] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:36.290 [error] Failed to connect to Cursor server at http://127.0.0.1:60237, attempt 3 of 3 fetch failed\n2025-07-29 01:34:36.291 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-29 01:34:36.291 [info] [forwarding][code] returning existing forwarding server listening on local port 60237\n2025-07-29 01:34:36.291 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 4abf7a71-504f-4ffb-b822-4e03ff3e25dd\n2025-07-29 01:34:36.291 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 60238\n2025-07-29 01:34:36.291 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 9584774a-ca9a-4f97-a1fb-27a8b5ab63e8\n2025-07-29 01:34:36.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:34:36.295 [info] [command][b116cad8-2c72-418c-b3f6-f1571a2fa1c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9584774a-ca9a-4f97-a1fb-27a8b5ab63e8"",""id"":""b116cad8-2c72-418c-b3f6-f1571a2fa1c7""}\n2025-07-29 01:34:36.297 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:36497][ccbbf28b-b697-451e-a5fd-8e65e30dd78a] received connection request\n2025-07-29 01:34:36.297 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][64956fa5-d756-4e87-bd18-2ea8dc5836c1] received connection request\n2025-07-29 01:34:36.298 [error] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:60228 -> 127.0.0.1:36497][ccbbf28b-b697-451e-a5fd-8e65e30dd78a] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:36.299 [error] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][64956fa5-d756-4e87-bd18-2ea8dc5836c1] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:36.299 [info] [command][b116cad8-2c72-418c-b3f6-f1571a2fa1c7] Socket end event received\n2025-07-29 01:34:36.299 [info] [command][b116cad8-2c72-418c-b3f6-f1571a2fa1c7] Socket close event received\n2025-07-29 01:34:36.300 [error] Failed to connect to Cursor server at http://127.0.0.1:60237, attempt 1 of 3 fetch failed\n2025-07-29 01:34:37.312 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][408dcb18-d545-4601-95a4-a07979914747] received connection request\n2025-07-29 01:34:37.313 [error] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][408dcb18-d545-4601-95a4-a07979914747] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:37.314 [error] Failed to connect to Cursor server at http://127.0.0.1:60237, attempt 2 of 3 fetch failed\n2025-07-29 01:34:38.324 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:43719][45da170d-88cf-4557-960b-b18585c6849b] received connection request\n2025-07-29 01:34:38.325 [error] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:60228 -> 127.0.0.1:43719][45da170d-88cf-4557-960b-b18585c6849b] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60228\n2025-07-29 01:34:38.325 [error] Failed to connect to Cursor server at http://127.0.0.1:60237, attempt 3 of 3 fetch failed\n2025-07-29 01:34:38.325 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-29 01:34:38.381 [info] Terminating existing SSH process with pid: 58939\n2025-07-29 01:34:38.381 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-29 01:34:38.381 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tY3ZDh/socket.sock\n2025-07-29 01:34:38.385 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12760.sh"" | ssh -v -T -D 52295 login.haicore.berlin bash --login -c bash\n2025-07-29 01:34:38.385 [info] Started installation script. Waiting for it to finish...\n2025-07-29 01:34:38.385 [info] Waiting for server to install via process(76852)...\n2025-07-29 01:34:38.394 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 01:34:38.394 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 01:34:38.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 01:34:38.396 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 01:34:38.396 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 01:34:38.501 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-29 01:34:38.503 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-29 01:34:38.503 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-29 01:34:38.503 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-29 01:34:38.546 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-29 01:34:38.548 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-29 01:34:38.548 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-29 01:34:38.571 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-29 01:34:38.572 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-29 01:34:38.604 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-29 01:34:38.605 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-29 01:34:38.605 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-29 01:34:38.608 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-29 01:34:38.608 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-29 01:34:38.609 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-29 01:34:38.697 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-29 01:34:38.726 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-29 01:34:38.733 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-29 01:34:38.733 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 01:34:38.850 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 01:34:38.917 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:52295 forwarded to remote address socks:0\n\n2025-07-29 01:34:38.917 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 52295.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 52295.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-29 01:34:38.917 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-29 01:34:39.110 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-29 01:34:39.110 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-29 01:34:39.117 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-29 01:34:39.117 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-29 01:34:39.133 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\n\n2025-07-29 01:34:39.133 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-29 01:34:39.557 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-29 01:34:39.563 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 01:34:39.567 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-29 01:34:39.862 [info] (ssh_tunnel) stdout: v20.18.2\nChecking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nRunning multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js bd92fd45-7915-4013-9b78-e6bb774b9ca0\nMultiplex server started with PID 2785110 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-29 01:34:39.890 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-29 01:34:40.379 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 2785134 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 01:34:40.871 [info] (ssh_tunnel) stdout: 95a3c78572f77ca447e9acde: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40439==\nmultiplexConnectionToken==bd92fd45-7915-4013-9b78-e6bb774b9ca0==\ncodeListeningOn==33083==\ncodeConnectionToken==89417252-6b8d-43b3-a256-4484f90520d1==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n95a3c78572f77ca447e9acde: end\n\n2025-07-29 01:34:40.873 [info] Server install command exit code: 0\n2025-07-29 01:34:40.873 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12760.sh\n2025-07-29 01:34:40.873 [info] [forwarding][code] returning existing forwarding server listening on local port 60237\n2025-07-29 01:34:40.874 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 89417252-6b8d-43b3-a256-4484f90520d1\n2025-07-29 01:34:40.874 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 60238\n2025-07-29 01:34:40.874 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: bd92fd45-7915-4013-9b78-e6bb774b9ca0\n2025-07-29 01:34:40.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:34:40.875 [info] [remote-ssh] Resolved exec server. Socks port: 52295\n2025-07-29 01:34:40.875 [info] Setting up 0 default forwarded ports\n2025-07-29 01:34:40.875 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":60237,""connectionToken"":""89417252-6b8d-43b3-a256-4484f90520d1"",""extensionHostEnv"":{}}. Socks port: 52295\n2025-07-29 01:34:40.876 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 01:34:40.877 [info] [command][45ae48c5-4f31-4bb6-8b9c-78b5e9901821] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""45ae48c5-4f31-4bb6-8b9c-78b5e9901821""}\n2025-07-29 01:34:40.877 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][da21ed64-7eb7-4ec2-b792-da74e8d9d5fe] received connection request\n2025-07-29 01:34:40.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 01:34:40.879 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:34:40.906 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][da21ed64-7eb7-4ec2-b792-da74e8d9d5fe] socks forwarding established\n2025-07-29 01:34:40.935 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][da21ed64-7eb7-4ec2-b792-da74e8d9d5fe] socks connection closed\n2025-07-29 01:34:40.935 [info] [command][45ae48c5-4f31-4bb6-8b9c-78b5e9901821] Process exited with code 0\n2025-07-29 01:34:40.935 [info] [command][45ae48c5-4f31-4bb6-8b9c-78b5e9901821] Socket close event received\n2025-07-29 01:34:40.949 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:33083][f916ac6d-b9b1-4df8-9c60-adeaa093cdd9] received connection request\n2025-07-29 01:34:40.949 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:34:40.957 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-29 01:34:40.963 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52299 to 127.0.0.1 port 52295, nchannels 5\n\n2025-07-29 01:34:40.975 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:52295 -> 127.0.0.1:33083][f916ac6d-b9b1-4df8-9c60-adeaa093cdd9] socks forwarding established\n2025-07-29 01:34:41.014 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:33083][ea6cd2dc-0f98-4e4e-b76a-05437b1be2c5] received connection request\n2025-07-29 01:34:41.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:34:41.040 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:52295 -> 127.0.0.1:33083][ea6cd2dc-0f98-4e4e-b76a-05437b1be2c5] socks forwarding established\n2025-07-29 01:34:41.067 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:52295 -> 127.0.0.1:33083][f916ac6d-b9b1-4df8-9c60-adeaa093cdd9] socks connection closed\n2025-07-29 01:34:41.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 33083, connect from 127.0.0.1 port 52301 to 127.0.0.1 port 52295, nchannels 5\n\n2025-07-29 01:34:41.416 [info] [forwarding][code][127.0.0.1:60237 -> 127.0.0.1:52295 -> 127.0.0.1:33083][ea6cd2dc-0f98-4e4e-b76a-05437b1be2c5] socks connection closed\n2025-07-29 01:34:41.441 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 33083, connect from 127.0.0.1 port 52303 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:35:40.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:35:40.941 [info] [command][95f0bb2e-95f2-444f-ba53-61fa1643dc17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""95f0bb2e-95f2-444f-ba53-61fa1643dc17""}\n2025-07-29 01:35:40.941 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][afaa3cca-14ec-471b-a35d-47ab6d9e556c] received connection request\n2025-07-29 01:35:40.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:35:41.005 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][afaa3cca-14ec-471b-a35d-47ab6d9e556c] socks forwarding established\n2025-07-29 01:35:41.039 [info] [command][95f0bb2e-95f2-444f-ba53-61fa1643dc17] Process exited with code 0\n2025-07-29 01:35:41.039 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][afaa3cca-14ec-471b-a35d-47ab6d9e556c] socks connection closed\n2025-07-29 01:35:41.039 [info] [command][95f0bb2e-95f2-444f-ba53-61fa1643dc17] Socket close event received\n2025-07-29 01:35:41.064 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52356 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:36:41.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:36:41.049 [info] [command][50ee9501-07dc-4dcf-8de1-75acd1d7604b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""50ee9501-07dc-4dcf-8de1-75acd1d7604b""}\n2025-07-29 01:36:41.050 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e0542e46-d847-4c2c-a129-3fe4864ecdd1] received connection request\n2025-07-29 01:36:41.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:36:41.084 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e0542e46-d847-4c2c-a129-3fe4864ecdd1] socks forwarding established\n2025-07-29 01:36:41.124 [info] [command][50ee9501-07dc-4dcf-8de1-75acd1d7604b] Process exited with code 0\n2025-07-29 01:36:41.124 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e0542e46-d847-4c2c-a129-3fe4864ecdd1] socks connection closed\n2025-07-29 01:36:41.124 [info] [command][50ee9501-07dc-4dcf-8de1-75acd1d7604b] Socket close event received\n2025-07-29 01:36:41.148 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52396 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:37:41.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:37:41.127 [info] [command][ad9b8308-417a-4279-835c-66fbb9bc8de9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ad9b8308-417a-4279-835c-66fbb9bc8de9""}\n2025-07-29 01:37:41.127 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8972495e-f371-40c1-836e-3b0f607f9dc1] received connection request\n2025-07-29 01:37:41.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:37:41.157 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8972495e-f371-40c1-836e-3b0f607f9dc1] socks forwarding established\n2025-07-29 01:37:41.188 [info] [command][ad9b8308-417a-4279-835c-66fbb9bc8de9] Process exited with code 0\n2025-07-29 01:37:41.188 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8972495e-f371-40c1-836e-3b0f607f9dc1] socks connection closed\n2025-07-29 01:37:41.188 [info] [command][ad9b8308-417a-4279-835c-66fbb9bc8de9] Socket close event received\n2025-07-29 01:37:41.215 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52432 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:38:41.197 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:38:41.199 [info] [command][c0fb707b-4198-481d-9818-ec25fbcbcfd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c0fb707b-4198-481d-9818-ec25fbcbcfd5""}\n2025-07-29 01:38:41.200 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6238a21f-40e4-4d68-a024-9cd9fc4e40b0] received connection request\n2025-07-29 01:38:41.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:38:41.234 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6238a21f-40e4-4d68-a024-9cd9fc4e40b0] socks forwarding established\n2025-07-29 01:38:41.266 [info] [command][c0fb707b-4198-481d-9818-ec25fbcbcfd5] Process exited with code 0\n2025-07-29 01:38:41.266 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6238a21f-40e4-4d68-a024-9cd9fc4e40b0] socks connection closed\n2025-07-29 01:38:41.266 [info] [command][c0fb707b-4198-481d-9818-ec25fbcbcfd5] Socket close event received\n2025-07-29 01:38:41.291 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52470 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:39:41.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:39:41.279 [info] [command][14f49141-5c3e-4f6d-8bc4-d9ffe7f3c0e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""14f49141-5c3e-4f6d-8bc4-d9ffe7f3c0e3""}\n2025-07-29 01:39:41.280 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][114101bb-a739-4590-a88a-c8f39848af1f] received connection request\n2025-07-29 01:39:41.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 01:39:41.281 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:39:41.286 [info] (ssh_tunnel) stdout: Code server process 2785134 died\n\n2025-07-29 01:39:41.309 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][114101bb-a739-4590-a88a-c8f39848af1f] socks forwarding established\n2025-07-29 01:39:41.340 [info] [command][14f49141-5c3e-4f6d-8bc4-d9ffe7f3c0e3] Process exited with code 0\n2025-07-29 01:39:41.341 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][114101bb-a739-4590-a88a-c8f39848af1f] socks connection closed\n2025-07-29 01:39:41.341 [info] [command][14f49141-5c3e-4f6d-8bc4-d9ffe7f3c0e3] Socket close event received\n2025-07-29 01:39:41.365 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52499 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:40:41.344 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:40:41.348 [info] [command][37ecdd82-3405-4206-bdd5-a7b4be857974] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""37ecdd82-3405-4206-bdd5-a7b4be857974""}\n2025-07-29 01:40:41.348 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c9af9bae-6c67-4292-9a51-0500f5c3c7ba] received connection request\n2025-07-29 01:40:41.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:40:41.379 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c9af9bae-6c67-4292-9a51-0500f5c3c7ba] socks forwarding established\n2025-07-29 01:40:41.413 [info] [command][37ecdd82-3405-4206-bdd5-a7b4be857974] Process exited with code 0\n2025-07-29 01:40:41.413 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c9af9bae-6c67-4292-9a51-0500f5c3c7ba] socks connection closed\n2025-07-29 01:40:41.413 [info] [command][37ecdd82-3405-4206-bdd5-a7b4be857974] Socket close event received\n2025-07-29 01:40:41.437 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52546 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:41:41.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:41:41.419 [info] [command][46cb3541-08bf-4296-8b1f-50477c5f4929] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""46cb3541-08bf-4296-8b1f-50477c5f4929""}\n2025-07-29 01:41:41.420 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f2a56d95-1edc-4226-8d46-d024f3ae51f1] received connection request\n2025-07-29 01:41:41.420 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:41:41.448 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f2a56d95-1edc-4226-8d46-d024f3ae51f1] socks forwarding established\n2025-07-29 01:41:41.481 [info] [command][46cb3541-08bf-4296-8b1f-50477c5f4929] Process exited with code 0\n2025-07-29 01:41:41.482 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f2a56d95-1edc-4226-8d46-d024f3ae51f1] socks connection closed\n2025-07-29 01:41:41.482 [info] [command][46cb3541-08bf-4296-8b1f-50477c5f4929] Socket close event received\n2025-07-29 01:41:41.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52574 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:42:41.493 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:42:41.496 [info] [command][f8201d65-0aea-4c04-bddb-56f669641254] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f8201d65-0aea-4c04-bddb-56f669641254""}\n2025-07-29 01:42:41.497 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][84b37bc5-2512-4b70-a0c3-311d83265696] received connection request\n2025-07-29 01:42:41.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:42:41.526 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][84b37bc5-2512-4b70-a0c3-311d83265696] socks forwarding established\n2025-07-29 01:42:41.559 [info] [command][f8201d65-0aea-4c04-bddb-56f669641254] Process exited with code 0\n2025-07-29 01:42:41.560 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][84b37bc5-2512-4b70-a0c3-311d83265696] socks connection closed\n2025-07-29 01:42:41.560 [info] [command][f8201d65-0aea-4c04-bddb-56f669641254] Socket close event received\n2025-07-29 01:42:41.583 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52604 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:43:41.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:43:41.568 [info] [command][28fcb76e-2d75-4b8b-9764-064ba0e60e71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""28fcb76e-2d75-4b8b-9764-064ba0e60e71""}\n2025-07-29 01:43:41.569 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d2a525a6-e072-4f69-a643-d60e5d87d9d1] received connection request\n2025-07-29 01:43:41.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:43:41.602 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d2a525a6-e072-4f69-a643-d60e5d87d9d1] socks forwarding established\n2025-07-29 01:43:41.630 [info] [command][28fcb76e-2d75-4b8b-9764-064ba0e60e71] Process exited with code 0\n2025-07-29 01:43:41.631 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d2a525a6-e072-4f69-a643-d60e5d87d9d1] socks connection closed\n2025-07-29 01:43:41.631 [info] [command][28fcb76e-2d75-4b8b-9764-064ba0e60e71] Socket close event received\n2025-07-29 01:43:41.656 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52636 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:44:41.631 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:44:41.634 [info] [command][5144c42d-2d8a-40e2-9129-ea810af38bbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5144c42d-2d8a-40e2-9129-ea810af38bbd""}\n2025-07-29 01:44:41.635 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7818beef-86d0-4b86-88c2-d77c7e1c85b8] received connection request\n2025-07-29 01:44:41.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:44:41.671 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7818beef-86d0-4b86-88c2-d77c7e1c85b8] socks forwarding established\n2025-07-29 01:44:41.702 [info] [command][5144c42d-2d8a-40e2-9129-ea810af38bbd] Process exited with code 0\n2025-07-29 01:44:41.702 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7818beef-86d0-4b86-88c2-d77c7e1c85b8] socks connection closed\n2025-07-29 01:44:41.702 [info] [command][5144c42d-2d8a-40e2-9129-ea810af38bbd] Socket close event received\n2025-07-29 01:44:41.725 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52665 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:45:41.708 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:45:41.711 [info] [command][08815127-025b-428b-8f56-20656c776a4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""08815127-025b-428b-8f56-20656c776a4a""}\n2025-07-29 01:45:41.712 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][42770f7a-0b5a-4357-a192-457b179d94aa] received connection request\n2025-07-29 01:45:41.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:45:41.745 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][42770f7a-0b5a-4357-a192-457b179d94aa] socks forwarding established\n2025-07-29 01:45:41.797 [info] [command][08815127-025b-428b-8f56-20656c776a4a] Process exited with code 0\n2025-07-29 01:45:41.797 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][42770f7a-0b5a-4357-a192-457b179d94aa] socks connection closed\n2025-07-29 01:45:41.797 [info] [command][08815127-025b-428b-8f56-20656c776a4a] Socket close event received\n2025-07-29 01:45:41.821 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52697 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:46:41.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:46:41.811 [info] [command][9817eba3-e14f-49a6-a01a-969cd9269763] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9817eba3-e14f-49a6-a01a-969cd9269763""}\n2025-07-29 01:46:41.812 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][bd4a7b3b-f207-44c9-b149-72961f7eb322] received connection request\n2025-07-29 01:46:41.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:46:41.865 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bd4a7b3b-f207-44c9-b149-72961f7eb322] socks forwarding established\n2025-07-29 01:46:41.897 [info] [command][9817eba3-e14f-49a6-a01a-969cd9269763] Process exited with code 0\n2025-07-29 01:46:41.898 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bd4a7b3b-f207-44c9-b149-72961f7eb322] socks connection closed\n2025-07-29 01:46:41.898 [info] [command][9817eba3-e14f-49a6-a01a-969cd9269763] Socket close event received\n2025-07-29 01:46:41.930 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52738 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:47:41.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:47:41.905 [info] [command][6935f62b-e6f3-43de-bc25-4c7a180d6fdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6935f62b-e6f3-43de-bc25-4c7a180d6fdf""}\n2025-07-29 01:47:41.906 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8c407244-c0d0-4d5a-887a-de91c35d5d5b] received connection request\n2025-07-29 01:47:41.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:47:41.937 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8c407244-c0d0-4d5a-887a-de91c35d5d5b] socks forwarding established\n2025-07-29 01:47:41.965 [info] [command][6935f62b-e6f3-43de-bc25-4c7a180d6fdf] Process exited with code 0\n2025-07-29 01:47:41.966 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8c407244-c0d0-4d5a-887a-de91c35d5d5b] socks connection closed\n2025-07-29 01:47:41.966 [info] [command][6935f62b-e6f3-43de-bc25-4c7a180d6fdf] Socket close event received\n2025-07-29 01:47:41.991 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52821 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:48:41.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:48:41.976 [info] [command][2df876d5-841d-4a6e-8686-17b15f19293c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2df876d5-841d-4a6e-8686-17b15f19293c""}\n2025-07-29 01:48:41.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6025f25a-8ffb-4fc0-b860-e2c82f5a8990] received connection request\n2025-07-29 01:48:41.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:48:42.008 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6025f25a-8ffb-4fc0-b860-e2c82f5a8990] socks forwarding established\n2025-07-29 01:48:42.038 [info] [command][2df876d5-841d-4a6e-8686-17b15f19293c] Process exited with code 0\n2025-07-29 01:48:42.038 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6025f25a-8ffb-4fc0-b860-e2c82f5a8990] socks connection closed\n2025-07-29 01:48:42.039 [info] [command][2df876d5-841d-4a6e-8686-17b15f19293c] Socket close event received\n2025-07-29 01:48:42.063 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52854 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:49:42.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:49:42.051 [info] [command][e2797809-92c5-452a-a229-bc9d2663d234] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e2797809-92c5-452a-a229-bc9d2663d234""}\n2025-07-29 01:49:42.052 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][eed7eb9f-558e-4d15-ad7f-73585540485e] received connection request\n2025-07-29 01:49:42.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:49:42.080 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][eed7eb9f-558e-4d15-ad7f-73585540485e] socks forwarding established\n2025-07-29 01:49:42.111 [info] [command][e2797809-92c5-452a-a229-bc9d2663d234] Process exited with code 0\n2025-07-29 01:49:42.112 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][eed7eb9f-558e-4d15-ad7f-73585540485e] socks connection closed\n2025-07-29 01:49:42.112 [info] [command][e2797809-92c5-452a-a229-bc9d2663d234] Socket close event received\n2025-07-29 01:49:42.137 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52875 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:50:42.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:50:42.123 [info] [command][abd6842d-551f-4637-a1db-31fc80518df8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""abd6842d-551f-4637-a1db-31fc80518df8""}\n2025-07-29 01:50:42.123 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][692016c4-e798-4f5c-afc7-88c6ea6f5922] received connection request\n2025-07-29 01:50:42.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:50:42.154 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][692016c4-e798-4f5c-afc7-88c6ea6f5922] socks forwarding established\n2025-07-29 01:50:42.184 [info] [command][abd6842d-551f-4637-a1db-31fc80518df8] Process exited with code 0\n2025-07-29 01:50:42.185 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][692016c4-e798-4f5c-afc7-88c6ea6f5922] socks connection closed\n2025-07-29 01:50:42.185 [info] [command][abd6842d-551f-4637-a1db-31fc80518df8] Socket close event received\n2025-07-29 01:50:42.211 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52911 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:51:42.192 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:51:42.196 [info] [command][19ca9356-1de0-44a3-bad3-df1f9ae8012a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""19ca9356-1de0-44a3-bad3-df1f9ae8012a""}\n2025-07-29 01:51:42.197 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8ce2af07-5909-401c-9c46-af3c0512f7b4] received connection request\n2025-07-29 01:51:42.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:51:42.224 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8ce2af07-5909-401c-9c46-af3c0512f7b4] socks forwarding established\n2025-07-29 01:51:42.254 [info] [command][19ca9356-1de0-44a3-bad3-df1f9ae8012a] Process exited with code 0\n2025-07-29 01:51:42.254 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8ce2af07-5909-401c-9c46-af3c0512f7b4] socks connection closed\n2025-07-29 01:51:42.254 [info] [command][19ca9356-1de0-44a3-bad3-df1f9ae8012a] Socket close event received\n2025-07-29 01:51:42.278 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52952 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:52:42.262 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:52:42.265 [info] [command][49eee1c0-e1d5-468a-8e38-beacc83f1a46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""49eee1c0-e1d5-468a-8e38-beacc83f1a46""}\n2025-07-29 01:52:42.265 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][10a46bbf-503f-4752-9115-ff433db7ceca] received connection request\n2025-07-29 01:52:42.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:52:42.295 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][10a46bbf-503f-4752-9115-ff433db7ceca] socks forwarding established\n2025-07-29 01:52:42.327 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][10a46bbf-503f-4752-9115-ff433db7ceca] socks connection closed\n2025-07-29 01:52:42.327 [info] [command][49eee1c0-e1d5-468a-8e38-beacc83f1a46] Process exited with code 0\n2025-07-29 01:52:42.327 [info] [command][49eee1c0-e1d5-468a-8e38-beacc83f1a46] Socket close event received\n2025-07-29 01:52:42.351 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52987 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:53:42.330 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:53:42.332 [info] [command][23a462c1-38f9-437d-858e-c07cb0ff12e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""23a462c1-38f9-437d-858e-c07cb0ff12e9""}\n2025-07-29 01:53:42.333 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][20359c3e-20e9-4d96-a65c-c07dc818de4b] received connection request\n2025-07-29 01:53:42.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:53:42.362 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][20359c3e-20e9-4d96-a65c-c07dc818de4b] socks forwarding established\n2025-07-29 01:53:42.392 [info] [command][23a462c1-38f9-437d-858e-c07cb0ff12e9] Process exited with code 0\n2025-07-29 01:53:42.392 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][20359c3e-20e9-4d96-a65c-c07dc818de4b] socks connection closed\n2025-07-29 01:53:42.392 [info] [command][23a462c1-38f9-437d-858e-c07cb0ff12e9] Socket close event received\n2025-07-29 01:53:42.417 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53029 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:54:42.402 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:54:42.405 [info] [command][e1be6838-48c0-48c7-9f8b-beac3150f68f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e1be6838-48c0-48c7-9f8b-beac3150f68f""}\n2025-07-29 01:54:42.406 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e4c58c60-7e31-4bf9-abd2-0dcbe437b6b7] received connection request\n2025-07-29 01:54:42.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:54:42.435 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e4c58c60-7e31-4bf9-abd2-0dcbe437b6b7] socks forwarding established\n2025-07-29 01:54:42.467 [info] [command][e1be6838-48c0-48c7-9f8b-beac3150f68f] Process exited with code 0\n2025-07-29 01:54:42.467 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e4c58c60-7e31-4bf9-abd2-0dcbe437b6b7] socks connection closed\n2025-07-29 01:54:42.467 [info] [command][e1be6838-48c0-48c7-9f8b-beac3150f68f] Socket close event received\n2025-07-29 01:54:42.492 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53051 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:55:42.476 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:55:42.479 [info] [command][4eac3cfa-2847-4b89-a12f-e91ffadda734] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4eac3cfa-2847-4b89-a12f-e91ffadda734""}\n2025-07-29 01:55:42.479 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][18805f82-0b4f-439f-8bb9-96aa838c1f0a] received connection request\n2025-07-29 01:55:42.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:55:42.514 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][18805f82-0b4f-439f-8bb9-96aa838c1f0a] socks forwarding established\n2025-07-29 01:55:42.551 [info] [command][4eac3cfa-2847-4b89-a12f-e91ffadda734] Process exited with code 0\n2025-07-29 01:55:42.552 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][18805f82-0b4f-439f-8bb9-96aa838c1f0a] socks connection closed\n2025-07-29 01:55:42.552 [info] [command][4eac3cfa-2847-4b89-a12f-e91ffadda734] Socket close event received\n2025-07-29 01:55:42.588 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53091 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:56:42.554 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:56:42.556 [info] [command][51c0a08a-d5dc-4f98-9b88-97e897bb43e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""51c0a08a-d5dc-4f98-9b88-97e897bb43e9""}\n2025-07-29 01:56:42.557 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][050dd2f1-6010-4d43-9b07-d24996f732e9] received connection request\n2025-07-29 01:56:42.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:56:42.584 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][050dd2f1-6010-4d43-9b07-d24996f732e9] socks forwarding established\n2025-07-29 01:56:42.614 [info] [command][51c0a08a-d5dc-4f98-9b88-97e897bb43e9] Process exited with code 0\n2025-07-29 01:56:42.615 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][050dd2f1-6010-4d43-9b07-d24996f732e9] socks connection closed\n2025-07-29 01:56:42.615 [info] [command][51c0a08a-d5dc-4f98-9b88-97e897bb43e9] Socket close event received\n2025-07-29 01:56:42.638 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53112 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:57:42.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:57:42.623 [info] [command][ecb185a6-2c90-4d32-849c-e4cd6f3689b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ecb185a6-2c90-4d32-849c-e4cd6f3689b7""}\n2025-07-29 01:57:42.624 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0b8da4c0-b7c2-4d1f-93c7-0dbee3f06b60] received connection request\n2025-07-29 01:57:42.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:57:42.656 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0b8da4c0-b7c2-4d1f-93c7-0dbee3f06b60] socks forwarding established\n2025-07-29 01:57:42.689 [info] [command][ecb185a6-2c90-4d32-849c-e4cd6f3689b7] Process exited with code 0\n2025-07-29 01:57:42.690 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0b8da4c0-b7c2-4d1f-93c7-0dbee3f06b60] socks connection closed\n2025-07-29 01:57:42.690 [info] [command][ecb185a6-2c90-4d32-849c-e4cd6f3689b7] Socket close event received\n2025-07-29 01:57:42.724 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53145 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:58:42.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:58:42.698 [info] [command][661f2172-cb9d-4dbd-8d98-c787c53277de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""661f2172-cb9d-4dbd-8d98-c787c53277de""}\n2025-07-29 01:58:42.698 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][17f81634-86b9-47e4-b950-d5e09deb9b43] received connection request\n2025-07-29 01:58:42.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:58:42.733 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][17f81634-86b9-47e4-b950-d5e09deb9b43] socks forwarding established\n2025-07-29 01:58:42.765 [info] [command][661f2172-cb9d-4dbd-8d98-c787c53277de] Process exited with code 0\n2025-07-29 01:58:42.765 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][17f81634-86b9-47e4-b950-d5e09deb9b43] socks connection closed\n2025-07-29 01:58:42.765 [info] [command][661f2172-cb9d-4dbd-8d98-c787c53277de] Socket close event received\n2025-07-29 01:58:42.790 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53186 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 01:59:42.767 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 01:59:42.769 [info] [command][dfeedf65-5ff7-48a3-8686-c265addc80fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""dfeedf65-5ff7-48a3-8686-c265addc80fd""}\n2025-07-29 01:59:42.769 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][3b0f80be-8a8d-40b7-b909-e121fc3cbec4] received connection request\n2025-07-29 01:59:42.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 01:59:42.803 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3b0f80be-8a8d-40b7-b909-e121fc3cbec4] socks forwarding established\n2025-07-29 01:59:42.835 [info] [command][dfeedf65-5ff7-48a3-8686-c265addc80fd] Process exited with code 0\n2025-07-29 01:59:42.835 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3b0f80be-8a8d-40b7-b909-e121fc3cbec4] socks connection closed\n2025-07-29 01:59:42.835 [info] [command][dfeedf65-5ff7-48a3-8686-c265addc80fd] Socket close event received\n2025-07-29 01:59:42.860 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53209 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:00:42.844 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:00:42.847 [info] [command][a8848287-d86c-40e6-9160-a24ad47200aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a8848287-d86c-40e6-9160-a24ad47200aa""}\n2025-07-29 02:00:42.848 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d0963df4-83c4-49a4-aaa8-46886586acae] received connection request\n2025-07-29 02:00:42.848 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:00:42.880 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0963df4-83c4-49a4-aaa8-46886586acae] socks forwarding established\n2025-07-29 02:00:42.911 [info] [command][a8848287-d86c-40e6-9160-a24ad47200aa] Process exited with code 0\n2025-07-29 02:00:42.911 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0963df4-83c4-49a4-aaa8-46886586acae] socks connection closed\n2025-07-29 02:00:42.911 [info] [command][a8848287-d86c-40e6-9160-a24ad47200aa] Socket close event received\n2025-07-29 02:00:42.935 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53249 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:01:42.920 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:01:42.924 [info] [command][9d50626a-0958-4c55-8f6f-823b61386117] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9d50626a-0958-4c55-8f6f-823b61386117""}\n2025-07-29 02:01:42.925 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a1b69115-4b33-4fc2-a79a-b6785a052451] received connection request\n2025-07-29 02:01:42.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:01:42.958 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a1b69115-4b33-4fc2-a79a-b6785a052451] socks forwarding established\n2025-07-29 02:01:42.990 [info] [command][9d50626a-0958-4c55-8f6f-823b61386117] Process exited with code 0\n2025-07-29 02:01:42.990 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a1b69115-4b33-4fc2-a79a-b6785a052451] socks connection closed\n2025-07-29 02:01:42.990 [info] [command][9d50626a-0958-4c55-8f6f-823b61386117] Socket close event received\n2025-07-29 02:01:43.015 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53277 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:02:42.997 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:02:42.999 [info] [command][f5915a10-d050-4df0-8dd9-80bc975ae476] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f5915a10-d050-4df0-8dd9-80bc975ae476""}\n2025-07-29 02:02:43.000 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6656dfa8-bd14-48b4-891c-30f36d19857d] received connection request\n2025-07-29 02:02:43.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:02:43.033 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6656dfa8-bd14-48b4-891c-30f36d19857d] socks forwarding established\n2025-07-29 02:02:43.062 [info] [command][f5915a10-d050-4df0-8dd9-80bc975ae476] Process exited with code 0\n2025-07-29 02:02:43.063 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6656dfa8-bd14-48b4-891c-30f36d19857d] socks connection closed\n2025-07-29 02:02:43.063 [info] [command][f5915a10-d050-4df0-8dd9-80bc975ae476] Socket close event received\n2025-07-29 02:02:43.104 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53308 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:03:43.070 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:03:43.073 [info] [command][318438a2-2cdf-446a-90b1-046ca0b74e81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""318438a2-2cdf-446a-90b1-046ca0b74e81""}\n2025-07-29 02:03:43.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7966e92d-359c-47cc-93c4-4808861af358] received connection request\n2025-07-29 02:03:43.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:03:43.103 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7966e92d-359c-47cc-93c4-4808861af358] socks forwarding established\n2025-07-29 02:03:43.133 [info] [command][318438a2-2cdf-446a-90b1-046ca0b74e81] Process exited with code 0\n2025-07-29 02:03:43.134 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7966e92d-359c-47cc-93c4-4808861af358] socks connection closed\n2025-07-29 02:03:43.134 [info] [command][318438a2-2cdf-446a-90b1-046ca0b74e81] Socket close event received\n2025-07-29 02:03:43.160 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53343 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:04:43.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:04:43.147 [info] [command][69db1eb7-c260-470e-8b0a-1c5ac60a3840] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""69db1eb7-c260-470e-8b0a-1c5ac60a3840""}\n2025-07-29 02:04:43.148 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0c5e4acb-d232-4fb6-a6a9-7647329a7292] received connection request\n2025-07-29 02:04:43.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:04:43.178 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0c5e4acb-d232-4fb6-a6a9-7647329a7292] socks forwarding established\n2025-07-29 02:04:43.205 [info] [command][69db1eb7-c260-470e-8b0a-1c5ac60a3840] Process exited with code 0\n2025-07-29 02:04:43.206 [info] [command][69db1eb7-c260-470e-8b0a-1c5ac60a3840] Socket close event received\n2025-07-29 02:04:43.207 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0c5e4acb-d232-4fb6-a6a9-7647329a7292] socks connection closed\n2025-07-29 02:04:43.231 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53372 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:05:43.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:05:43.217 [info] [command][36c9ef22-ff6f-4027-8619-8d4e6545d6ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""36c9ef22-ff6f-4027-8619-8d4e6545d6ed""}\n2025-07-29 02:05:43.218 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6c7995a6-146d-47df-977a-4ad23eea2f15] received connection request\n2025-07-29 02:05:43.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:05:43.253 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6c7995a6-146d-47df-977a-4ad23eea2f15] socks forwarding established\n2025-07-29 02:05:43.281 [info] [command][36c9ef22-ff6f-4027-8619-8d4e6545d6ed] Process exited with code 0\n2025-07-29 02:05:43.281 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6c7995a6-146d-47df-977a-4ad23eea2f15] socks connection closed\n2025-07-29 02:05:43.281 [info] [command][36c9ef22-ff6f-4027-8619-8d4e6545d6ed] Socket close event received\n2025-07-29 02:05:43.304 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53412 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:06:43.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:06:43.291 [info] [command][0c80a0ab-8929-47d9-b0ba-ba0d599c22f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0c80a0ab-8929-47d9-b0ba-ba0d599c22f1""}\n2025-07-29 02:06:43.292 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d1839b72-b078-47bb-8e7b-1bca61cb708c] received connection request\n2025-07-29 02:06:43.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:06:43.321 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d1839b72-b078-47bb-8e7b-1bca61cb708c] socks forwarding established\n2025-07-29 02:06:43.351 [info] [command][0c80a0ab-8929-47d9-b0ba-ba0d599c22f1] Process exited with code 0\n2025-07-29 02:06:43.351 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d1839b72-b078-47bb-8e7b-1bca61cb708c] socks connection closed\n2025-07-29 02:06:43.351 [info] [command][0c80a0ab-8929-47d9-b0ba-ba0d599c22f1] Socket close event received\n2025-07-29 02:06:43.376 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53432 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:07:43.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:07:43.354 [info] [command][2c8923c5-ce11-4a01-b6d1-41e26c50d932] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2c8923c5-ce11-4a01-b6d1-41e26c50d932""}\n2025-07-29 02:07:43.354 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b1a4656c-5bd2-47a2-9a08-6e3c1deb4c72] received connection request\n2025-07-29 02:07:43.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:07:43.380 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b1a4656c-5bd2-47a2-9a08-6e3c1deb4c72] socks forwarding established\n2025-07-29 02:07:43.409 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b1a4656c-5bd2-47a2-9a08-6e3c1deb4c72] socks connection closed\n2025-07-29 02:07:43.409 [info] [command][2c8923c5-ce11-4a01-b6d1-41e26c50d932] Process exited with code 0\n2025-07-29 02:07:43.409 [info] [command][2c8923c5-ce11-4a01-b6d1-41e26c50d932] Socket close event received\n2025-07-29 02:07:43.434 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53464 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:08:43.413 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:08:43.415 [info] [command][be3dad9b-ba3d-48b5-9ff3-7367c22339ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""be3dad9b-ba3d-48b5-9ff3-7367c22339ba""}\n2025-07-29 02:08:43.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][aeda0aa0-d6dc-4a4d-be37-0864cba28eb4] received connection request\n2025-07-29 02:08:43.417 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:08:43.446 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][aeda0aa0-d6dc-4a4d-be37-0864cba28eb4] socks forwarding established\n2025-07-29 02:08:43.479 [info] [command][be3dad9b-ba3d-48b5-9ff3-7367c22339ba] Process exited with code 0\n2025-07-29 02:08:43.480 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][aeda0aa0-d6dc-4a4d-be37-0864cba28eb4] socks connection closed\n2025-07-29 02:08:43.480 [info] [command][be3dad9b-ba3d-48b5-9ff3-7367c22339ba] Socket close event received\n2025-07-29 02:08:43.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53500 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:09:43.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:09:43.482 [info] [command][2f0f096f-863a-47c9-ab67-02bb0ea3a9fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2f0f096f-863a-47c9-ab67-02bb0ea3a9fc""}\n2025-07-29 02:09:43.483 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][41d5d279-efd0-4389-bce6-bc047b636b77] received connection request\n2025-07-29 02:09:43.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:09:43.510 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][41d5d279-efd0-4389-bce6-bc047b636b77] socks forwarding established\n2025-07-29 02:09:43.540 [info] [command][2f0f096f-863a-47c9-ab67-02bb0ea3a9fc] Process exited with code 0\n2025-07-29 02:09:43.541 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][41d5d279-efd0-4389-bce6-bc047b636b77] socks connection closed\n2025-07-29 02:09:43.541 [info] [command][2f0f096f-863a-47c9-ab67-02bb0ea3a9fc] Socket close event received\n2025-07-29 02:09:43.565 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53524 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:10:43.551 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:10:43.554 [info] [command][8a4428a9-1a9a-4b81-bead-9207c8771335] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8a4428a9-1a9a-4b81-bead-9207c8771335""}\n2025-07-29 02:10:43.555 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][06d0a32d-2dfa-4ca1-91ab-fb1d6b49fe33] received connection request\n2025-07-29 02:10:43.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:10:43.588 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][06d0a32d-2dfa-4ca1-91ab-fb1d6b49fe33] socks forwarding established\n2025-07-29 02:10:43.618 [info] [command][8a4428a9-1a9a-4b81-bead-9207c8771335] Process exited with code 0\n2025-07-29 02:10:43.619 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][06d0a32d-2dfa-4ca1-91ab-fb1d6b49fe33] socks connection closed\n2025-07-29 02:10:43.619 [info] [command][8a4428a9-1a9a-4b81-bead-9207c8771335] Socket close event received\n2025-07-29 02:10:43.646 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53567 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:11:43.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:11:43.624 [info] [command][c28046be-88d9-47be-9b82-5962778f3b76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c28046be-88d9-47be-9b82-5962778f3b76""}\n2025-07-29 02:11:43.624 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d4fbdc8a-e310-4290-8eb1-1be6ee3a10fc] received connection request\n2025-07-29 02:11:43.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:11:43.652 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d4fbdc8a-e310-4290-8eb1-1be6ee3a10fc] socks forwarding established\n2025-07-29 02:11:43.681 [info] [command][c28046be-88d9-47be-9b82-5962778f3b76] Process exited with code 0\n2025-07-29 02:11:43.681 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d4fbdc8a-e310-4290-8eb1-1be6ee3a10fc] socks connection closed\n2025-07-29 02:11:43.681 [info] [command][c28046be-88d9-47be-9b82-5962778f3b76] Socket close event received\n2025-07-29 02:11:43.703 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53587 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:12:43.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:12:43.691 [info] [command][1fc9cb2f-c63c-44a6-a484-c0838ee8cdba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1fc9cb2f-c63c-44a6-a484-c0838ee8cdba""}\n2025-07-29 02:12:43.692 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dd74d63c-c184-4b98-8ee9-fbf0561dcf43] received connection request\n2025-07-29 02:12:43.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:12:43.719 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dd74d63c-c184-4b98-8ee9-fbf0561dcf43] socks forwarding established\n2025-07-29 02:12:43.748 [info] [command][1fc9cb2f-c63c-44a6-a484-c0838ee8cdba] Process exited with code 0\n2025-07-29 02:12:43.748 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dd74d63c-c184-4b98-8ee9-fbf0561dcf43] socks connection closed\n2025-07-29 02:12:43.748 [info] [command][1fc9cb2f-c63c-44a6-a484-c0838ee8cdba] Socket close event received\n2025-07-29 02:12:43.775 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53618 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:13:43.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:13:43.757 [info] [command][05fcd994-0f1c-4aaf-ade6-e6346a2cd45f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""05fcd994-0f1c-4aaf-ade6-e6346a2cd45f""}\n2025-07-29 02:13:43.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8d6d649c-d5bd-4c4a-9853-5bdad57535b9] received connection request\n2025-07-29 02:13:43.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:13:43.788 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8d6d649c-d5bd-4c4a-9853-5bdad57535b9] socks forwarding established\n2025-07-29 02:13:43.819 [info] [command][05fcd994-0f1c-4aaf-ade6-e6346a2cd45f] Process exited with code 0\n2025-07-29 02:13:43.819 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8d6d649c-d5bd-4c4a-9853-5bdad57535b9] socks connection closed\n2025-07-29 02:13:43.819 [info] [command][05fcd994-0f1c-4aaf-ade6-e6346a2cd45f] Socket close event received\n2025-07-29 02:13:43.846 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53658 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:14:43.828 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:14:43.829 [info] [command][e6af1f9d-f55f-4583-80a4-7c1c0810c56d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e6af1f9d-f55f-4583-80a4-7c1c0810c56d""}\n2025-07-29 02:14:43.830 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][606798cd-e099-4f7f-ad48-51854b5bad20] received connection request\n2025-07-29 02:14:43.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:14:43.860 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][606798cd-e099-4f7f-ad48-51854b5bad20] socks forwarding established\n2025-07-29 02:14:43.891 [info] [command][e6af1f9d-f55f-4583-80a4-7c1c0810c56d] Process exited with code 0\n2025-07-29 02:14:43.891 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][606798cd-e099-4f7f-ad48-51854b5bad20] socks connection closed\n2025-07-29 02:14:43.891 [info] [command][e6af1f9d-f55f-4583-80a4-7c1c0810c56d] Socket close event received\n2025-07-29 02:14:43.914 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53679 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:15:43.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:15:43.893 [info] [command][125ebf0d-a8ed-45d8-8d37-bd69c218ffa2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""125ebf0d-a8ed-45d8-8d37-bd69c218ffa2""}\n2025-07-29 02:15:43.894 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1fcc3d06-cb6b-4d82-92d1-62c3ac407cb0] received connection request\n2025-07-29 02:15:43.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:15:43.927 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1fcc3d06-cb6b-4d82-92d1-62c3ac407cb0] socks forwarding established\n2025-07-29 02:15:43.959 [info] [command][125ebf0d-a8ed-45d8-8d37-bd69c218ffa2] Process exited with code 0\n2025-07-29 02:15:43.959 [info] [command][125ebf0d-a8ed-45d8-8d37-bd69c218ffa2] Socket close event received\n2025-07-29 02:15:43.960 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1fcc3d06-cb6b-4d82-92d1-62c3ac407cb0] socks connection closed\n2025-07-29 02:15:43.992 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53715 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:16:43.966 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:16:43.969 [info] [command][c05b04bf-d962-428c-8b8c-0149687ae020] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c05b04bf-d962-428c-8b8c-0149687ae020""}\n2025-07-29 02:16:43.970 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a1fd8d1f-92db-4d15-b827-c8360e8db9f1] received connection request\n2025-07-29 02:16:43.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:16:44.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a1fd8d1f-92db-4d15-b827-c8360e8db9f1] socks forwarding established\n2025-07-29 02:16:44.066 [info] [command][c05b04bf-d962-428c-8b8c-0149687ae020] Process exited with code 0\n2025-07-29 02:16:44.067 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a1fd8d1f-92db-4d15-b827-c8360e8db9f1] socks connection closed\n2025-07-29 02:16:44.067 [info] [command][c05b04bf-d962-428c-8b8c-0149687ae020] Socket close event received\n2025-07-29 02:16:44.091 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53735 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:17:44.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:17:44.071 [info] [command][6d547954-7358-4844-85ab-63fcfc6d6090] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6d547954-7358-4844-85ab-63fcfc6d6090""}\n2025-07-29 02:17:44.072 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ddffb71c-b83d-416a-ab0c-888b1e3e46c7] received connection request\n2025-07-29 02:17:44.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:17:44.111 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ddffb71c-b83d-416a-ab0c-888b1e3e46c7] socks forwarding established\n2025-07-29 02:17:44.151 [info] [command][6d547954-7358-4844-85ab-63fcfc6d6090] Process exited with code 0\n2025-07-29 02:17:44.152 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ddffb71c-b83d-416a-ab0c-888b1e3e46c7] socks connection closed\n2025-07-29 02:17:44.152 [info] [command][6d547954-7358-4844-85ab-63fcfc6d6090] Socket close event received\n2025-07-29 02:17:44.183 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53782 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:18:44.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:18:44.158 [info] [command][4decf88e-c6ae-403c-8fc7-89a6edb1dd13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4decf88e-c6ae-403c-8fc7-89a6edb1dd13""}\n2025-07-29 02:18:44.159 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7a99b679-c7ed-4ab6-b14d-ed04e8ec1341] received connection request\n2025-07-29 02:18:44.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:18:44.189 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a99b679-c7ed-4ab6-b14d-ed04e8ec1341] socks forwarding established\n2025-07-29 02:18:44.222 [info] [command][4decf88e-c6ae-403c-8fc7-89a6edb1dd13] Process exited with code 0\n2025-07-29 02:18:44.222 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a99b679-c7ed-4ab6-b14d-ed04e8ec1341] socks connection closed\n2025-07-29 02:18:44.222 [info] [command][4decf88e-c6ae-403c-8fc7-89a6edb1dd13] Socket close event received\n2025-07-29 02:18:44.249 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53836 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:19:44.232 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:19:44.235 [info] [command][9fc24426-04bc-4c1e-8551-a8b1e5056a4e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9fc24426-04bc-4c1e-8551-a8b1e5056a4e""}\n2025-07-29 02:19:44.235 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][fca6454b-6872-4d2e-834c-ff5e922a5121] received connection request\n2025-07-29 02:19:44.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:19:44.268 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fca6454b-6872-4d2e-834c-ff5e922a5121] socks forwarding established\n2025-07-29 02:19:44.308 [info] [command][9fc24426-04bc-4c1e-8551-a8b1e5056a4e] Process exited with code 0\n2025-07-29 02:19:44.308 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fca6454b-6872-4d2e-834c-ff5e922a5121] socks connection closed\n2025-07-29 02:19:44.309 [info] [command][9fc24426-04bc-4c1e-8551-a8b1e5056a4e] Socket close event received\n2025-07-29 02:19:44.333 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53856 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:20:44.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:20:44.317 [info] [command][4c062531-2f4a-47d4-b1f1-4b08f8f21d44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4c062531-2f4a-47d4-b1f1-4b08f8f21d44""}\n2025-07-29 02:20:44.318 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ce6caab7-0f42-44cc-b40f-537db29f82bf] received connection request\n2025-07-29 02:20:44.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:20:44.348 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce6caab7-0f42-44cc-b40f-537db29f82bf] socks forwarding established\n2025-07-29 02:20:44.423 [info] [command][4c062531-2f4a-47d4-b1f1-4b08f8f21d44] Process exited with code 0\n2025-07-29 02:20:44.424 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce6caab7-0f42-44cc-b40f-537db29f82bf] socks connection closed\n2025-07-29 02:20:44.424 [info] [command][4c062531-2f4a-47d4-b1f1-4b08f8f21d44] Socket close event received\n2025-07-29 02:20:44.447 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53900 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:21:44.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:21:44.489 [info] [command][5df63245-f7de-4422-a0ef-85e823e37b20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5df63245-f7de-4422-a0ef-85e823e37b20""}\n2025-07-29 02:21:44.490 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][01106814-3331-4fd4-adc1-afa0d9686098] received connection request\n2025-07-29 02:21:44.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:21:44.525 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][01106814-3331-4fd4-adc1-afa0d9686098] socks forwarding established\n2025-07-29 02:21:44.554 [info] [command][5df63245-f7de-4422-a0ef-85e823e37b20] Process exited with code 0\n2025-07-29 02:21:44.554 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][01106814-3331-4fd4-adc1-afa0d9686098] socks connection closed\n2025-07-29 02:21:44.554 [info] [command][5df63245-f7de-4422-a0ef-85e823e37b20] Socket close event received\n2025-07-29 02:21:44.578 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53939 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:22:44.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:22:44.560 [info] [command][542a84b1-0502-446d-9ba8-6ec534d36b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""542a84b1-0502-446d-9ba8-6ec534d36b66""}\n2025-07-29 02:22:44.561 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cb29537b-a12f-4c56-aca4-b8e05ccc3aaf] received connection request\n2025-07-29 02:22:44.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:22:44.587 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cb29537b-a12f-4c56-aca4-b8e05ccc3aaf] socks forwarding established\n2025-07-29 02:22:44.616 [info] [command][542a84b1-0502-446d-9ba8-6ec534d36b66] Process exited with code 0\n2025-07-29 02:22:44.617 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cb29537b-a12f-4c56-aca4-b8e05ccc3aaf] socks connection closed\n2025-07-29 02:22:44.617 [info] [command][542a84b1-0502-446d-9ba8-6ec534d36b66] Socket close event received\n2025-07-29 02:22:44.658 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53968 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:23:44.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:23:44.623 [info] [command][555b89d7-74a5-4251-ae47-da76d7a5515c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""555b89d7-74a5-4251-ae47-da76d7a5515c""}\n2025-07-29 02:23:44.623 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c31deafd-30cb-4a3e-859d-88e29d9f7ce6] received connection request\n2025-07-29 02:23:44.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:23:44.655 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c31deafd-30cb-4a3e-859d-88e29d9f7ce6] socks forwarding established\n2025-07-29 02:23:44.684 [info] [command][555b89d7-74a5-4251-ae47-da76d7a5515c] Process exited with code 0\n2025-07-29 02:23:44.684 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c31deafd-30cb-4a3e-859d-88e29d9f7ce6] socks connection closed\n2025-07-29 02:23:44.684 [info] [command][555b89d7-74a5-4251-ae47-da76d7a5515c] Socket close event received\n2025-07-29 02:23:44.708 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53998 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:24:44.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:24:44.693 [info] [command][b65fe124-73fb-40f8-bb9c-8c648c6ab0c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b65fe124-73fb-40f8-bb9c-8c648c6ab0c7""}\n2025-07-29 02:24:44.695 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c1e3ab85-d5ae-44f0-9850-752cf7d94d91] received connection request\n2025-07-29 02:24:44.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:24:44.729 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c1e3ab85-d5ae-44f0-9850-752cf7d94d91] socks forwarding established\n2025-07-29 02:24:44.765 [info] [command][b65fe124-73fb-40f8-bb9c-8c648c6ab0c7] Process exited with code 0\n2025-07-29 02:24:44.766 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c1e3ab85-d5ae-44f0-9850-752cf7d94d91] socks connection closed\n2025-07-29 02:24:44.766 [info] [command][b65fe124-73fb-40f8-bb9c-8c648c6ab0c7] Socket close event received\n2025-07-29 02:24:44.790 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54020 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:25:44.775 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:25:44.778 [info] [command][03103ed8-b634-4656-8050-e3593fcee777] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""03103ed8-b634-4656-8050-e3593fcee777""}\n2025-07-29 02:25:44.779 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0ea2b1d4-fb07-4695-b2fd-3750fd08da4a] received connection request\n2025-07-29 02:25:44.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 02:25:44.780 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:25:44.808 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0ea2b1d4-fb07-4695-b2fd-3750fd08da4a] socks forwarding established\n2025-07-29 02:25:44.839 [info] [command][03103ed8-b634-4656-8050-e3593fcee777] Process exited with code 0\n2025-07-29 02:25:44.840 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0ea2b1d4-fb07-4695-b2fd-3750fd08da4a] socks connection closed\n2025-07-29 02:25:44.840 [info] [command][03103ed8-b634-4656-8050-e3593fcee777] Socket close event received\n2025-07-29 02:25:44.865 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54075 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:26:44.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:26:44.855 [info] [command][ff3e930e-fc2e-4c6e-99c0-33215e4a3605] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ff3e930e-fc2e-4c6e-99c0-33215e4a3605""}\n2025-07-29 02:26:44.856 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d9b2dd35-ea83-400b-814b-67096b427cf8] received connection request\n2025-07-29 02:26:44.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:26:44.892 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d9b2dd35-ea83-400b-814b-67096b427cf8] socks forwarding established\n2025-07-29 02:26:44.927 [info] [command][ff3e930e-fc2e-4c6e-99c0-33215e4a3605] Process exited with code 0\n2025-07-29 02:26:44.928 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d9b2dd35-ea83-400b-814b-67096b427cf8] socks connection closed\n2025-07-29 02:26:44.928 [info] [command][ff3e930e-fc2e-4c6e-99c0-33215e4a3605] Socket close event received\n2025-07-29 02:26:44.954 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54096 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:27:44.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:27:44.939 [info] [command][93404988-4171-447e-84d8-fda7a0621105] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""93404988-4171-447e-84d8-fda7a0621105""}\n2025-07-29 02:27:44.940 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][af1ce7eb-9de2-44ef-a498-32fb8ff28d7e] received connection request\n2025-07-29 02:27:44.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:27:44.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][af1ce7eb-9de2-44ef-a498-32fb8ff28d7e] socks forwarding established\n2025-07-29 02:27:45.009 [info] [command][93404988-4171-447e-84d8-fda7a0621105] Process exited with code 0\n2025-07-29 02:27:45.010 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][af1ce7eb-9de2-44ef-a498-32fb8ff28d7e] socks connection closed\n2025-07-29 02:27:45.010 [info] [command][93404988-4171-447e-84d8-fda7a0621105] Socket close event received\n2025-07-29 02:27:45.033 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54128 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:28:45.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:28:45.018 [info] [command][b5a9dadc-f0fc-46f2-a0b4-4038d43c7943] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b5a9dadc-f0fc-46f2-a0b4-4038d43c7943""}\n2025-07-29 02:28:45.019 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9e231119-9ea5-46ad-8afb-6864f9d3e9f9] received connection request\n2025-07-29 02:28:45.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:28:45.048 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9e231119-9ea5-46ad-8afb-6864f9d3e9f9] socks forwarding established\n2025-07-29 02:28:45.079 [info] [command][b5a9dadc-f0fc-46f2-a0b4-4038d43c7943] Process exited with code 0\n2025-07-29 02:28:45.080 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9e231119-9ea5-46ad-8afb-6864f9d3e9f9] socks connection closed\n2025-07-29 02:28:45.080 [info] [command][b5a9dadc-f0fc-46f2-a0b4-4038d43c7943] Socket close event received\n2025-07-29 02:28:45.108 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54156 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:29:45.091 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:29:45.093 [info] [command][225c578c-154d-4f1d-8848-eaa9453a2a80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""225c578c-154d-4f1d-8848-eaa9453a2a80""}\n2025-07-29 02:29:45.094 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][39d32e31-5b52-40bc-938b-93e635b8ac3c] received connection request\n2025-07-29 02:29:45.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:29:45.128 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][39d32e31-5b52-40bc-938b-93e635b8ac3c] socks forwarding established\n2025-07-29 02:29:45.162 [info] [command][225c578c-154d-4f1d-8848-eaa9453a2a80] Process exited with code 0\n2025-07-29 02:29:45.162 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][39d32e31-5b52-40bc-938b-93e635b8ac3c] socks connection closed\n2025-07-29 02:29:45.162 [info] [command][225c578c-154d-4f1d-8848-eaa9453a2a80] Socket close event received\n2025-07-29 02:29:45.190 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54176 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:30:45.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:30:45.169 [info] [command][bd3f6764-9128-4b00-8158-fa50f1c26cd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bd3f6764-9128-4b00-8158-fa50f1c26cd9""}\n2025-07-29 02:30:45.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e8154654-6ebb-4163-8d9e-6bf6dfaf4799] received connection request\n2025-07-29 02:30:45.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:30:45.629 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e8154654-6ebb-4163-8d9e-6bf6dfaf4799] socks forwarding established\n2025-07-29 02:30:45.660 [info] [command][bd3f6764-9128-4b00-8158-fa50f1c26cd9] Process exited with code 0\n2025-07-29 02:30:45.660 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e8154654-6ebb-4163-8d9e-6bf6dfaf4799] socks connection closed\n2025-07-29 02:30:45.660 [info] [command][bd3f6764-9128-4b00-8158-fa50f1c26cd9] Socket close event received\n2025-07-29 02:30:45.684 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54211 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:31:45.672 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:31:45.675 [info] [command][4ba3c2b1-1618-4de4-b578-9480383bfcbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4ba3c2b1-1618-4de4-b578-9480383bfcbb""}\n2025-07-29 02:31:45.675 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][52ffcba5-a66f-43e1-85ac-7f2d47b8c38b] received connection request\n2025-07-29 02:31:45.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:31:45.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][52ffcba5-a66f-43e1-85ac-7f2d47b8c38b] socks forwarding established\n2025-07-29 02:31:45.739 [info] [command][4ba3c2b1-1618-4de4-b578-9480383bfcbb] Process exited with code 0\n2025-07-29 02:31:45.739 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][52ffcba5-a66f-43e1-85ac-7f2d47b8c38b] socks connection closed\n2025-07-29 02:31:45.739 [info] [command][4ba3c2b1-1618-4de4-b578-9480383bfcbb] Socket close event received\n2025-07-29 02:31:45.766 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54234 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:32:45.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:32:45.753 [info] [command][8306dacc-fde8-4356-b64b-eda6d2ddc4e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8306dacc-fde8-4356-b64b-eda6d2ddc4e8""}\n2025-07-29 02:32:45.753 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9942c63b-df57-46f7-a75e-4ad16cf98f4d] received connection request\n2025-07-29 02:32:45.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:32:45.786 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9942c63b-df57-46f7-a75e-4ad16cf98f4d] socks forwarding established\n2025-07-29 02:32:45.824 [info] [command][8306dacc-fde8-4356-b64b-eda6d2ddc4e8] Process exited with code 0\n2025-07-29 02:32:45.825 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9942c63b-df57-46f7-a75e-4ad16cf98f4d] socks connection closed\n2025-07-29 02:32:45.825 [info] [command][8306dacc-fde8-4356-b64b-eda6d2ddc4e8] Socket close event received\n2025-07-29 02:32:45.850 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54278 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:33:45.830 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:33:45.832 [info] [command][bb3f137a-2f9a-4b89-bc2e-545834773e7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bb3f137a-2f9a-4b89-bc2e-545834773e7e""}\n2025-07-29 02:33:45.833 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][406fc3a4-966c-43e2-8c34-020e45b0dd38] received connection request\n2025-07-29 02:33:45.833 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:33:45.864 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][406fc3a4-966c-43e2-8c34-020e45b0dd38] socks forwarding established\n2025-07-29 02:33:45.895 [info] [command][bb3f137a-2f9a-4b89-bc2e-545834773e7e] Process exited with code 0\n2025-07-29 02:33:45.895 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][406fc3a4-966c-43e2-8c34-020e45b0dd38] socks connection closed\n2025-07-29 02:33:45.895 [info] [command][bb3f137a-2f9a-4b89-bc2e-545834773e7e] Socket close event received\n2025-07-29 02:33:45.920 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54309 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:34:45.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:34:45.902 [info] [command][a7ac8a4e-136b-40d4-abff-96dea228acf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a7ac8a4e-136b-40d4-abff-96dea228acf6""}\n2025-07-29 02:34:45.903 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dc286d8a-f893-4050-aee0-f23227c809d7] received connection request\n2025-07-29 02:34:45.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:34:45.932 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dc286d8a-f893-4050-aee0-f23227c809d7] socks forwarding established\n2025-07-29 02:34:45.964 [info] [command][a7ac8a4e-136b-40d4-abff-96dea228acf6] Process exited with code 0\n2025-07-29 02:34:45.965 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dc286d8a-f893-4050-aee0-f23227c809d7] socks connection closed\n2025-07-29 02:34:45.965 [info] [command][a7ac8a4e-136b-40d4-abff-96dea228acf6] Socket close event received\n2025-07-29 02:34:45.990 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54331 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:35:45.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:35:45.972 [info] [command][fe90aa02-4dff-4d5b-8c51-773e92c6e902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fe90aa02-4dff-4d5b-8c51-773e92c6e902""}\n2025-07-29 02:35:45.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b04a81c9-0a5e-405b-88cd-f2dc41e98eeb] received connection request\n2025-07-29 02:35:45.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:35:45.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b04a81c9-0a5e-405b-88cd-f2dc41e98eeb] socks forwarding established\n2025-07-29 02:35:46.030 [info] [command][fe90aa02-4dff-4d5b-8c51-773e92c6e902] Process exited with code 0\n2025-07-29 02:35:46.030 [info] [command][fe90aa02-4dff-4d5b-8c51-773e92c6e902] Socket close event received\n2025-07-29 02:35:46.030 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b04a81c9-0a5e-405b-88cd-f2dc41e98eeb] socks connection closed\n2025-07-29 02:35:46.060 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54367 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:36:46.039 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:36:46.041 [info] [command][6c370746-a210-4422-a879-a00a9ab136fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6c370746-a210-4422-a879-a00a9ab136fa""}\n2025-07-29 02:36:46.042 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][909b6372-e0dd-4ff4-b149-f5a2164f0c09] received connection request\n2025-07-29 02:36:46.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:36:46.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][909b6372-e0dd-4ff4-b149-f5a2164f0c09] socks forwarding established\n2025-07-29 02:36:46.102 [info] [command][6c370746-a210-4422-a879-a00a9ab136fa] Process exited with code 0\n2025-07-29 02:36:46.103 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][909b6372-e0dd-4ff4-b149-f5a2164f0c09] socks connection closed\n2025-07-29 02:36:46.103 [info] [command][6c370746-a210-4422-a879-a00a9ab136fa] Socket close event received\n2025-07-29 02:36:46.126 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54401 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:37:46.113 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:37:46.116 [info] [command][da2ed875-56b6-4a70-9672-a775251de77c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""da2ed875-56b6-4a70-9672-a775251de77c""}\n2025-07-29 02:37:46.119 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][116f29ae-2fc4-462f-ab70-3185fdbfcdf6] received connection request\n2025-07-29 02:37:46.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 02:37:46.121 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:37:46.153 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][116f29ae-2fc4-462f-ab70-3185fdbfcdf6] socks forwarding established\n2025-07-29 02:37:46.186 [info] [command][da2ed875-56b6-4a70-9672-a775251de77c] Process exited with code 0\n2025-07-29 02:37:46.187 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][116f29ae-2fc4-462f-ab70-3185fdbfcdf6] socks connection closed\n2025-07-29 02:37:46.187 [info] [command][da2ed875-56b6-4a70-9672-a775251de77c] Socket close event received\n2025-07-29 02:37:46.226 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54434 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:38:46.191 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:38:46.194 [info] [command][ea4fc85c-efe1-4055-bbac-edf3cbb4c407] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ea4fc85c-efe1-4055-bbac-edf3cbb4c407""}\n2025-07-29 02:38:46.194 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][387b76b9-0178-4d20-90a0-0e17c3b6ad94] received connection request\n2025-07-29 02:38:46.194 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:38:46.222 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][387b76b9-0178-4d20-90a0-0e17c3b6ad94] socks forwarding established\n2025-07-29 02:38:46.251 [info] [command][ea4fc85c-efe1-4055-bbac-edf3cbb4c407] Process exited with code 0\n2025-07-29 02:38:46.251 [info] [command][ea4fc85c-efe1-4055-bbac-edf3cbb4c407] Socket close event received\n2025-07-29 02:38:46.251 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][387b76b9-0178-4d20-90a0-0e17c3b6ad94] socks connection closed\n2025-07-29 02:38:46.275 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54465 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:39:46.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:39:46.262 [info] [command][c7df62af-f743-4279-b739-3a1d4380f29f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c7df62af-f743-4279-b739-3a1d4380f29f""}\n2025-07-29 02:39:46.263 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d0b41c99-92f6-4276-88de-06ba83a1a414] received connection request\n2025-07-29 02:39:46.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:39:46.293 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0b41c99-92f6-4276-88de-06ba83a1a414] socks forwarding established\n2025-07-29 02:39:46.323 [info] [command][c7df62af-f743-4279-b739-3a1d4380f29f] Process exited with code 0\n2025-07-29 02:39:46.323 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0b41c99-92f6-4276-88de-06ba83a1a414] socks connection closed\n2025-07-29 02:39:46.324 [info] [command][c7df62af-f743-4279-b739-3a1d4380f29f] Socket close event received\n2025-07-29 02:39:46.349 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54490 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:40:46.330 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:40:46.332 [info] [command][df45089c-7a50-435d-9de4-9bcf6be28cc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""df45089c-7a50-435d-9de4-9bcf6be28cc5""}\n2025-07-29 02:40:46.332 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2bf7ed04-dfdb-442f-8a06-873570e493ac] received connection request\n2025-07-29 02:40:46.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:40:46.363 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2bf7ed04-dfdb-442f-8a06-873570e493ac] socks forwarding established\n2025-07-29 02:40:46.394 [info] [command][df45089c-7a50-435d-9de4-9bcf6be28cc5] Process exited with code 0\n2025-07-29 02:40:46.395 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2bf7ed04-dfdb-442f-8a06-873570e493ac] socks connection closed\n2025-07-29 02:40:46.395 [info] [command][df45089c-7a50-435d-9de4-9bcf6be28cc5] Socket close event received\n2025-07-29 02:40:46.421 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54529 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:41:46.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:41:46.405 [info] [command][d3725b6f-00e2-4b07-9a04-a6f703c2b5d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d3725b6f-00e2-4b07-9a04-a6f703c2b5d3""}\n2025-07-29 02:41:46.406 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b9042a1b-a3e4-41b6-8c3f-2d430844ca5a] received connection request\n2025-07-29 02:41:46.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:41:46.437 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b9042a1b-a3e4-41b6-8c3f-2d430844ca5a] socks forwarding established\n2025-07-29 02:41:46.465 [info] [command][d3725b6f-00e2-4b07-9a04-a6f703c2b5d3] Process exited with code 0\n2025-07-29 02:41:46.466 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b9042a1b-a3e4-41b6-8c3f-2d430844ca5a] socks connection closed\n2025-07-29 02:41:46.466 [info] [command][d3725b6f-00e2-4b07-9a04-a6f703c2b5d3] Socket close event received\n2025-07-29 02:41:46.495 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54550 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:42:46.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:42:46.481 [info] [command][bec868cb-46ce-41b5-bee1-2548c281c8c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bec868cb-46ce-41b5-bee1-2548c281c8c4""}\n2025-07-29 02:42:46.482 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][eaf8477e-1ec5-40a6-8784-5ab63c93441f] received connection request\n2025-07-29 02:42:46.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:42:46.516 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][eaf8477e-1ec5-40a6-8784-5ab63c93441f] socks forwarding established\n2025-07-29 02:42:46.551 [info] [command][bec868cb-46ce-41b5-bee1-2548c281c8c4] Process exited with code 0\n2025-07-29 02:42:46.552 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][eaf8477e-1ec5-40a6-8784-5ab63c93441f] socks connection closed\n2025-07-29 02:42:46.552 [info] [command][bec868cb-46ce-41b5-bee1-2548c281c8c4] Socket close event received\n2025-07-29 02:42:46.575 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54587 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:43:46.563 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:43:46.564 [info] [command][c71a0305-fe75-43d0-972a-348ea8429e40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c71a0305-fe75-43d0-972a-348ea8429e40""}\n2025-07-29 02:43:46.565 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][27d51e70-074a-43f2-90dd-7e51dd4380e7] received connection request\n2025-07-29 02:43:46.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:43:46.594 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27d51e70-074a-43f2-90dd-7e51dd4380e7] socks forwarding established\n2025-07-29 02:43:46.624 [info] [command][c71a0305-fe75-43d0-972a-348ea8429e40] Process exited with code 0\n2025-07-29 02:43:46.625 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27d51e70-074a-43f2-90dd-7e51dd4380e7] socks connection closed\n2025-07-29 02:43:46.625 [info] [command][c71a0305-fe75-43d0-972a-348ea8429e40] Socket close event received\n2025-07-29 02:43:46.649 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54628 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:44:46.637 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:44:46.638 [info] [command][fd6e9988-7ae4-40d3-b29a-799eb070cd2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fd6e9988-7ae4-40d3-b29a-799eb070cd2d""}\n2025-07-29 02:44:46.638 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][124e9441-5fce-465a-91a8-6e0ed7adad6c] received connection request\n2025-07-29 02:44:46.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:44:46.672 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][124e9441-5fce-465a-91a8-6e0ed7adad6c] socks forwarding established\n2025-07-29 02:44:46.701 [info] [command][fd6e9988-7ae4-40d3-b29a-799eb070cd2d] Process exited with code 0\n2025-07-29 02:44:46.701 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][124e9441-5fce-465a-91a8-6e0ed7adad6c] socks connection closed\n2025-07-29 02:44:46.701 [info] [command][fd6e9988-7ae4-40d3-b29a-799eb070cd2d] Socket close event received\n2025-07-29 02:44:46.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54647 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:45:46.712 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:45:46.713 [info] [command][197e4c25-db5c-4023-b3c0-edf3e0f2800c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""197e4c25-db5c-4023-b3c0-edf3e0f2800c""}\n2025-07-29 02:45:46.714 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ed9a620b-0974-4a06-9395-b59e4033cba4] received connection request\n2025-07-29 02:45:46.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:45:46.747 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ed9a620b-0974-4a06-9395-b59e4033cba4] socks forwarding established\n2025-07-29 02:45:46.779 [info] [command][197e4c25-db5c-4023-b3c0-edf3e0f2800c] Process exited with code 0\n2025-07-29 02:45:46.780 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ed9a620b-0974-4a06-9395-b59e4033cba4] socks connection closed\n2025-07-29 02:45:46.780 [info] [command][197e4c25-db5c-4023-b3c0-edf3e0f2800c] Socket close event received\n2025-07-29 02:45:46.803 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54678 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:46:46.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:46:46.793 [info] [command][74f229c9-5943-4d93-87d4-c1fb9aa750db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""74f229c9-5943-4d93-87d4-c1fb9aa750db""}\n2025-07-29 02:46:46.794 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][acbf9351-deac-4ee3-944d-66febd24b93d] received connection request\n2025-07-29 02:46:46.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:46:46.825 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][acbf9351-deac-4ee3-944d-66febd24b93d] socks forwarding established\n2025-07-29 02:46:46.854 [info] [command][74f229c9-5943-4d93-87d4-c1fb9aa750db] Process exited with code 0\n2025-07-29 02:46:46.854 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][acbf9351-deac-4ee3-944d-66febd24b93d] socks connection closed\n2025-07-29 02:46:46.854 [info] [command][74f229c9-5943-4d93-87d4-c1fb9aa750db] Socket close event received\n2025-07-29 02:46:46.878 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54700 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:47:46.867 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:47:46.870 [info] [command][dedae5b4-1f09-4e03-a92b-bfd58ad2881c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""dedae5b4-1f09-4e03-a92b-bfd58ad2881c""}\n2025-07-29 02:47:46.871 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9a7d82f3-758e-4d3d-a8e2-589e1f3e1631] received connection request\n2025-07-29 02:47:46.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:47:46.899 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9a7d82f3-758e-4d3d-a8e2-589e1f3e1631] socks forwarding established\n2025-07-29 02:47:46.931 [info] [command][dedae5b4-1f09-4e03-a92b-bfd58ad2881c] Process exited with code 0\n2025-07-29 02:47:46.932 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9a7d82f3-758e-4d3d-a8e2-589e1f3e1631] socks connection closed\n2025-07-29 02:47:46.932 [info] [command][dedae5b4-1f09-4e03-a92b-bfd58ad2881c] Socket close event received\n2025-07-29 02:47:46.957 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54741 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:48:46.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:48:46.943 [info] [command][f452568e-af6b-45ea-8ecd-f6c34de8dd73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f452568e-af6b-45ea-8ecd-f6c34de8dd73""}\n2025-07-29 02:48:46.944 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][10eb7bcc-b64b-4746-b2f0-0bdfeba649ff] received connection request\n2025-07-29 02:48:46.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:48:46.978 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][10eb7bcc-b64b-4746-b2f0-0bdfeba649ff] socks forwarding established\n2025-07-29 02:48:47.010 [info] [command][f452568e-af6b-45ea-8ecd-f6c34de8dd73] Process exited with code 0\n2025-07-29 02:48:47.011 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][10eb7bcc-b64b-4746-b2f0-0bdfeba649ff] socks connection closed\n2025-07-29 02:48:47.011 [info] [command][f452568e-af6b-45ea-8ecd-f6c34de8dd73] Socket close event received\n2025-07-29 02:48:47.035 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54775 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:49:47.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:49:47.019 [info] [command][ca8dc0d4-fd42-4b3e-9c1e-0f1ff9fa146c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ca8dc0d4-fd42-4b3e-9c1e-0f1ff9fa146c""}\n2025-07-29 02:49:47.021 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9029911c-879f-4dcc-bce7-3c4ebed907dd] received connection request\n2025-07-29 02:49:47.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 02:49:47.021 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:49:47.053 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9029911c-879f-4dcc-bce7-3c4ebed907dd] socks forwarding established\n2025-07-29 02:49:47.087 [info] [command][ca8dc0d4-fd42-4b3e-9c1e-0f1ff9fa146c] Process exited with code 0\n2025-07-29 02:49:47.087 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9029911c-879f-4dcc-bce7-3c4ebed907dd] socks connection closed\n2025-07-29 02:49:47.087 [info] [command][ca8dc0d4-fd42-4b3e-9c1e-0f1ff9fa146c] Socket close event received\n2025-07-29 02:49:47.113 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54797 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:50:47.094 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:50:47.096 [info] [command][1d51fc0b-864c-4196-9729-a17cb7cde457] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1d51fc0b-864c-4196-9729-a17cb7cde457""}\n2025-07-29 02:50:47.097 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][09f83a86-2b4f-49d0-a3b4-ad971104dd1e] received connection request\n2025-07-29 02:50:47.098 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:50:47.133 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][09f83a86-2b4f-49d0-a3b4-ad971104dd1e] socks forwarding established\n2025-07-29 02:50:47.170 [info] [command][1d51fc0b-864c-4196-9729-a17cb7cde457] Process exited with code 0\n2025-07-29 02:50:47.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][09f83a86-2b4f-49d0-a3b4-ad971104dd1e] socks connection closed\n2025-07-29 02:50:47.170 [info] [command][1d51fc0b-864c-4196-9729-a17cb7cde457] Socket close event received\n2025-07-29 02:50:47.195 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54830 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:51:47.173 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:51:47.175 [info] [command][091008ea-88f3-4f42-ab35-6e454c153b2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""091008ea-88f3-4f42-ab35-6e454c153b2c""}\n2025-07-29 02:51:47.176 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a968d84d-8149-41cb-8485-7e6df1081ead] received connection request\n2025-07-29 02:51:47.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:51:47.210 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a968d84d-8149-41cb-8485-7e6df1081ead] socks forwarding established\n2025-07-29 02:51:47.241 [info] [command][091008ea-88f3-4f42-ab35-6e454c153b2c] Process exited with code 0\n2025-07-29 02:51:47.241 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a968d84d-8149-41cb-8485-7e6df1081ead] socks connection closed\n2025-07-29 02:51:47.241 [info] [command][091008ea-88f3-4f42-ab35-6e454c153b2c] Socket close event received\n2025-07-29 02:51:47.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54863 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:52:47.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:52:47.257 [info] [command][ec279ec1-bdc4-48de-825c-0033dae74c73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ec279ec1-bdc4-48de-825c-0033dae74c73""}\n2025-07-29 02:52:47.258 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][90eed584-0794-4576-868d-ea1b4d86b26e] received connection request\n2025-07-29 02:52:47.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:52:47.287 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][90eed584-0794-4576-868d-ea1b4d86b26e] socks forwarding established\n2025-07-29 02:52:47.316 [info] [command][ec279ec1-bdc4-48de-825c-0033dae74c73] Process exited with code 0\n2025-07-29 02:52:47.316 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][90eed584-0794-4576-868d-ea1b4d86b26e] socks connection closed\n2025-07-29 02:52:47.317 [info] [command][ec279ec1-bdc4-48de-825c-0033dae74c73] Socket close event received\n2025-07-29 02:52:47.343 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54900 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:53:47.323 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:53:47.325 [info] [command][a8087254-92d9-4ca3-ad5b-61371cf33240] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a8087254-92d9-4ca3-ad5b-61371cf33240""}\n2025-07-29 02:53:47.326 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][00627703-da87-4e50-897f-c019de0c2893] received connection request\n2025-07-29 02:53:47.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:53:47.358 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][00627703-da87-4e50-897f-c019de0c2893] socks forwarding established\n2025-07-29 02:53:47.389 [info] [command][a8087254-92d9-4ca3-ad5b-61371cf33240] Process exited with code 0\n2025-07-29 02:53:47.391 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][00627703-da87-4e50-897f-c019de0c2893] socks connection closed\n2025-07-29 02:53:47.391 [info] [command][a8087254-92d9-4ca3-ad5b-61371cf33240] Socket close event received\n2025-07-29 02:53:47.415 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54933 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:54:47.400 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:54:47.403 [info] [command][342db310-20fb-4cdf-b14a-2be73721bf7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""342db310-20fb-4cdf-b14a-2be73721bf7a""}\n2025-07-29 02:54:47.404 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d5012e56-ee93-4cfd-a8fd-c91b1fd6f102] received connection request\n2025-07-29 02:54:47.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:54:47.430 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d5012e56-ee93-4cfd-a8fd-c91b1fd6f102] socks forwarding established\n2025-07-29 02:54:47.459 [info] [command][342db310-20fb-4cdf-b14a-2be73721bf7a] Process exited with code 0\n2025-07-29 02:54:47.459 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d5012e56-ee93-4cfd-a8fd-c91b1fd6f102] socks connection closed\n2025-07-29 02:54:47.459 [info] [command][342db310-20fb-4cdf-b14a-2be73721bf7a] Socket close event received\n2025-07-29 02:54:47.516 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54955 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:55:47.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:55:47.465 [info] [command][7f57b155-6582-46b8-acd5-31e7feb414e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7f57b155-6582-46b8-acd5-31e7feb414e9""}\n2025-07-29 02:55:47.466 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][51598a38-e9e2-40a1-a9a2-109a971ac722] received connection request\n2025-07-29 02:55:47.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:55:47.495 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][51598a38-e9e2-40a1-a9a2-109a971ac722] socks forwarding established\n2025-07-29 02:55:47.527 [info] [command][7f57b155-6582-46b8-acd5-31e7feb414e9] Process exited with code 0\n2025-07-29 02:55:47.527 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][51598a38-e9e2-40a1-a9a2-109a971ac722] socks connection closed\n2025-07-29 02:55:47.527 [info] [command][7f57b155-6582-46b8-acd5-31e7feb414e9] Socket close event received\n2025-07-29 02:55:47.552 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55001 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:56:47.531 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:56:47.533 [info] [command][e49eca86-85e1-4cd4-9dc5-0e4e0dc99fae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e49eca86-85e1-4cd4-9dc5-0e4e0dc99fae""}\n2025-07-29 02:56:47.533 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0bc60bd7-1bed-43dc-b358-9f27914d3243] received connection request\n2025-07-29 02:56:47.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:56:47.560 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0bc60bd7-1bed-43dc-b358-9f27914d3243] socks forwarding established\n2025-07-29 02:56:47.590 [info] [command][e49eca86-85e1-4cd4-9dc5-0e4e0dc99fae] Process exited with code 0\n2025-07-29 02:56:47.590 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0bc60bd7-1bed-43dc-b358-9f27914d3243] socks connection closed\n2025-07-29 02:56:47.591 [info] [command][e49eca86-85e1-4cd4-9dc5-0e4e0dc99fae] Socket close event received\n2025-07-29 02:56:47.615 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55021 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:57:47.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:57:47.598 [info] [command][0b8b4226-434b-4b56-9445-670af8a64c63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0b8b4226-434b-4b56-9445-670af8a64c63""}\n2025-07-29 02:57:47.599 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2dc5aeb0-5485-4d6d-8dee-e224e7416262] received connection request\n2025-07-29 02:57:47.599 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:57:47.630 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2dc5aeb0-5485-4d6d-8dee-e224e7416262] socks forwarding established\n2025-07-29 02:57:47.661 [info] [command][0b8b4226-434b-4b56-9445-670af8a64c63] Process exited with code 0\n2025-07-29 02:57:47.661 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2dc5aeb0-5485-4d6d-8dee-e224e7416262] socks connection closed\n2025-07-29 02:57:47.661 [info] [command][0b8b4226-434b-4b56-9445-670af8a64c63] Socket close event received\n2025-07-29 02:57:47.686 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55071 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:58:47.670 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:58:47.673 [info] [command][db8bd689-4dfb-466d-9709-85d488b0af77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""db8bd689-4dfb-466d-9709-85d488b0af77""}\n2025-07-29 02:58:47.674 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][17018559-3baf-4ce7-a858-b29d3857e60a] received connection request\n2025-07-29 02:58:47.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:58:47.706 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][17018559-3baf-4ce7-a858-b29d3857e60a] socks forwarding established\n2025-07-29 02:58:47.738 [info] [command][db8bd689-4dfb-466d-9709-85d488b0af77] Process exited with code 0\n2025-07-29 02:58:47.739 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][17018559-3baf-4ce7-a858-b29d3857e60a] socks connection closed\n2025-07-29 02:58:47.739 [info] [command][db8bd689-4dfb-466d-9709-85d488b0af77] Socket close event received\n2025-07-29 02:58:47.763 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55111 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 02:59:47.747 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 02:59:47.749 [info] [command][d2526713-2abd-4625-a83f-a3bb242ede47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d2526713-2abd-4625-a83f-a3bb242ede47""}\n2025-07-29 02:59:47.750 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][abe4b2dd-6fe4-4fee-9d42-472685b5f54e] received connection request\n2025-07-29 02:59:47.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 02:59:47.784 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][abe4b2dd-6fe4-4fee-9d42-472685b5f54e] socks forwarding established\n2025-07-29 02:59:47.814 [info] [command][d2526713-2abd-4625-a83f-a3bb242ede47] Process exited with code 0\n2025-07-29 02:59:47.815 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][abe4b2dd-6fe4-4fee-9d42-472685b5f54e] socks connection closed\n2025-07-29 02:59:47.815 [info] [command][d2526713-2abd-4625-a83f-a3bb242ede47] Socket close event received\n2025-07-29 02:59:47.846 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55146 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:00:47.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:00:47.829 [info] [command][aabd914d-92c3-45f1-bfd5-852ccce83eb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""aabd914d-92c3-45f1-bfd5-852ccce83eb2""}\n2025-07-29 03:00:47.830 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4e369047-af71-43b0-889e-ac2aa3c4f1a8] received connection request\n2025-07-29 03:00:47.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:00:47.859 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4e369047-af71-43b0-889e-ac2aa3c4f1a8] socks forwarding established\n2025-07-29 03:00:47.889 [info] [command][aabd914d-92c3-45f1-bfd5-852ccce83eb2] Process exited with code 0\n2025-07-29 03:00:47.889 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4e369047-af71-43b0-889e-ac2aa3c4f1a8] socks connection closed\n2025-07-29 03:00:47.889 [info] [command][aabd914d-92c3-45f1-bfd5-852ccce83eb2] Socket close event received\n2025-07-29 03:00:47.913 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55185 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:01:47.899 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:01:47.901 [info] [command][5e9b54d0-e181-4d45-a065-8e36cb312837] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5e9b54d0-e181-4d45-a065-8e36cb312837""}\n2025-07-29 03:01:47.902 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a207e497-0265-45e6-b267-2063c04f4c85] received connection request\n2025-07-29 03:01:47.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:01:47.929 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a207e497-0265-45e6-b267-2063c04f4c85] socks forwarding established\n2025-07-29 03:01:47.960 [info] [command][5e9b54d0-e181-4d45-a065-8e36cb312837] Process exited with code 0\n2025-07-29 03:01:47.960 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a207e497-0265-45e6-b267-2063c04f4c85] socks connection closed\n2025-07-29 03:01:47.960 [info] [command][5e9b54d0-e181-4d45-a065-8e36cb312837] Socket close event received\n2025-07-29 03:01:47.986 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55211 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:02:47.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:02:47.971 [info] [command][f6330fc9-72b6-4ee8-a3c7-d2b3e253adbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f6330fc9-72b6-4ee8-a3c7-d2b3e253adbd""}\n2025-07-29 03:02:47.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][02280069-0ea4-4665-b16c-63e476d8e5c7] received connection request\n2025-07-29 03:02:47.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:02:47.999 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][02280069-0ea4-4665-b16c-63e476d8e5c7] socks forwarding established\n2025-07-29 03:02:48.041 [info] [command][f6330fc9-72b6-4ee8-a3c7-d2b3e253adbd] Process exited with code 0\n2025-07-29 03:02:48.042 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][02280069-0ea4-4665-b16c-63e476d8e5c7] socks connection closed\n2025-07-29 03:02:48.042 [info] [command][f6330fc9-72b6-4ee8-a3c7-d2b3e253adbd] Socket close event received\n2025-07-29 03:02:48.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55243 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:03:48.049 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:03:48.052 [info] [command][8ff2d103-f3ad-4884-b2f6-6e4826ef56d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8ff2d103-f3ad-4884-b2f6-6e4826ef56d0""}\n2025-07-29 03:03:48.053 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2ad91361-80f6-4aab-88aa-c2a54cef4282] received connection request\n2025-07-29 03:03:48.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:03:48.092 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2ad91361-80f6-4aab-88aa-c2a54cef4282] socks forwarding established\n2025-07-29 03:03:48.267 [info] [command][8ff2d103-f3ad-4884-b2f6-6e4826ef56d0] Process exited with code 0\n2025-07-29 03:03:48.267 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2ad91361-80f6-4aab-88aa-c2a54cef4282] socks connection closed\n2025-07-29 03:03:48.267 [info] [command][8ff2d103-f3ad-4884-b2f6-6e4826ef56d0] Socket close event received\n2025-07-29 03:03:48.293 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55277 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:04:48.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:04:48.277 [info] [command][f794ee1e-e52b-423e-8578-c092bfd561fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f794ee1e-e52b-423e-8578-c092bfd561fc""}\n2025-07-29 03:04:48.277 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ada8e673-aaca-4d1f-9de3-abde90f838c3] received connection request\n2025-07-29 03:04:48.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:04:48.305 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ada8e673-aaca-4d1f-9de3-abde90f838c3] socks forwarding established\n2025-07-29 03:04:48.335 [info] [command][f794ee1e-e52b-423e-8578-c092bfd561fc] Process exited with code 0\n2025-07-29 03:04:48.335 [info] [command][f794ee1e-e52b-423e-8578-c092bfd561fc] Socket close event received\n2025-07-29 03:04:48.335 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ada8e673-aaca-4d1f-9de3-abde90f838c3] socks connection closed\n2025-07-29 03:04:48.361 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55297 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:05:48.347 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:05:48.350 [info] [command][6fdfe260-3014-4813-b6b6-a818ac3ce44e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6fdfe260-3014-4813-b6b6-a818ac3ce44e""}\n2025-07-29 03:05:48.351 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cafabfa8-cf71-4f4c-b3de-0af893fc98c1] received connection request\n2025-07-29 03:05:48.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:05:48.384 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cafabfa8-cf71-4f4c-b3de-0af893fc98c1] socks forwarding established\n2025-07-29 03:05:48.415 [info] [command][6fdfe260-3014-4813-b6b6-a818ac3ce44e] Process exited with code 0\n2025-07-29 03:05:48.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cafabfa8-cf71-4f4c-b3de-0af893fc98c1] socks connection closed\n2025-07-29 03:05:48.416 [info] [command][6fdfe260-3014-4813-b6b6-a818ac3ce44e] Socket close event received\n2025-07-29 03:05:48.440 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55338 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:06:48.428 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:06:48.430 [info] [command][2e2fb958-2ea6-48a1-a826-4e8d7a212b4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2e2fb958-2ea6-48a1-a826-4e8d7a212b4d""}\n2025-07-29 03:06:48.431 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0358e3f3-0b66-4e67-b05c-b74a6193d119] received connection request\n2025-07-29 03:06:48.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:06:48.461 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0358e3f3-0b66-4e67-b05c-b74a6193d119] socks forwarding established\n2025-07-29 03:06:48.490 [info] [command][2e2fb958-2ea6-48a1-a826-4e8d7a212b4d] Process exited with code 0\n2025-07-29 03:06:48.491 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0358e3f3-0b66-4e67-b05c-b74a6193d119] socks connection closed\n2025-07-29 03:06:48.491 [info] [command][2e2fb958-2ea6-48a1-a826-4e8d7a212b4d] Socket close event received\n2025-07-29 03:06:48.514 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55360 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:07:48.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:07:48.502 [info] [command][4ef6d3fe-b2f7-4759-b48c-aa8cb2a8de56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4ef6d3fe-b2f7-4759-b48c-aa8cb2a8de56""}\n2025-07-29 03:07:48.502 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][93d9efa5-08e3-4276-a171-ff8ba8c3501d] received connection request\n2025-07-29 03:07:48.503 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:07:48.531 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][93d9efa5-08e3-4276-a171-ff8ba8c3501d] socks forwarding established\n2025-07-29 03:07:48.560 [info] [command][4ef6d3fe-b2f7-4759-b48c-aa8cb2a8de56] Process exited with code 0\n2025-07-29 03:07:48.561 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][93d9efa5-08e3-4276-a171-ff8ba8c3501d] socks connection closed\n2025-07-29 03:07:48.561 [info] [command][4ef6d3fe-b2f7-4759-b48c-aa8cb2a8de56] Socket close event received\n2025-07-29 03:07:48.584 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55402 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:08:48.563 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:08:48.566 [info] [command][983799eb-7ce6-42b9-80d5-a932c47fd33a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""983799eb-7ce6-42b9-80d5-a932c47fd33a""}\n2025-07-29 03:08:48.567 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0a0c9f28-861a-4766-8d4f-704b9b11341b] received connection request\n2025-07-29 03:08:48.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:08:48.597 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0a0c9f28-861a-4766-8d4f-704b9b11341b] socks forwarding established\n2025-07-29 03:08:48.630 [info] [command][983799eb-7ce6-42b9-80d5-a932c47fd33a] Process exited with code 0\n2025-07-29 03:08:48.630 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0a0c9f28-861a-4766-8d4f-704b9b11341b] socks connection closed\n2025-07-29 03:08:48.630 [info] [command][983799eb-7ce6-42b9-80d5-a932c47fd33a] Socket close event received\n2025-07-29 03:08:48.656 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55432 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:09:48.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:09:48.644 [info] [command][026c55a9-b8eb-498c-bd04-50647f571edd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""026c55a9-b8eb-498c-bd04-50647f571edd""}\n2025-07-29 03:09:48.645 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][005c53ab-4410-4b9e-85d6-b73d03ea5e94] received connection request\n2025-07-29 03:09:48.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:09:48.679 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][005c53ab-4410-4b9e-85d6-b73d03ea5e94] socks forwarding established\n2025-07-29 03:09:48.717 [info] [command][026c55a9-b8eb-498c-bd04-50647f571edd] Process exited with code 0\n2025-07-29 03:09:48.718 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][005c53ab-4410-4b9e-85d6-b73d03ea5e94] socks connection closed\n2025-07-29 03:09:48.718 [info] [command][026c55a9-b8eb-498c-bd04-50647f571edd] Socket close event received\n2025-07-29 03:09:48.744 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55455 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:10:48.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:10:48.731 [info] [command][255d3f6e-b374-486d-9e55-8f77ac73a28a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""255d3f6e-b374-486d-9e55-8f77ac73a28a""}\n2025-07-29 03:10:48.732 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ab423277-e980-4303-a4b3-f71bd399684f] received connection request\n2025-07-29 03:10:48.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:10:48.764 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ab423277-e980-4303-a4b3-f71bd399684f] socks forwarding established\n2025-07-29 03:10:48.798 [info] [command][255d3f6e-b374-486d-9e55-8f77ac73a28a] Process exited with code 0\n2025-07-29 03:10:48.798 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ab423277-e980-4303-a4b3-f71bd399684f] socks connection closed\n2025-07-29 03:10:48.798 [info] [command][255d3f6e-b374-486d-9e55-8f77ac73a28a] Socket close event received\n2025-07-29 03:10:48.824 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55492 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:11:48.804 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:11:48.808 [info] [command][e3fe1615-36a2-4461-b542-9760aff5ed77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e3fe1615-36a2-4461-b542-9760aff5ed77""}\n2025-07-29 03:11:48.808 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][68c0b6e9-d55d-4e0a-851d-0b9b79b3d477] received connection request\n2025-07-29 03:11:48.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:11:48.842 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][68c0b6e9-d55d-4e0a-851d-0b9b79b3d477] socks forwarding established\n2025-07-29 03:11:48.874 [info] [command][e3fe1615-36a2-4461-b542-9760aff5ed77] Process exited with code 0\n2025-07-29 03:11:48.875 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][68c0b6e9-d55d-4e0a-851d-0b9b79b3d477] socks connection closed\n2025-07-29 03:11:48.875 [info] [command][e3fe1615-36a2-4461-b542-9760aff5ed77] Socket close event received\n2025-07-29 03:11:48.898 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55515 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:12:48.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:12:48.884 [info] [command][5968ce12-f776-4cdd-87b1-5a615ebfb302] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5968ce12-f776-4cdd-87b1-5a615ebfb302""}\n2025-07-29 03:12:48.885 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][88f1365e-0e09-4036-a365-80752ba62d55] received connection request\n2025-07-29 03:12:48.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:12:48.919 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][88f1365e-0e09-4036-a365-80752ba62d55] socks forwarding established\n2025-07-29 03:12:48.949 [info] [command][5968ce12-f776-4cdd-87b1-5a615ebfb302] Process exited with code 0\n2025-07-29 03:12:48.949 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][88f1365e-0e09-4036-a365-80752ba62d55] socks connection closed\n2025-07-29 03:12:48.949 [info] [command][5968ce12-f776-4cdd-87b1-5a615ebfb302] Socket close event received\n2025-07-29 03:12:48.974 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55548 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:13:48.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:13:48.961 [info] [command][17f9f094-89a8-4b5f-ac9f-723e0882847e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""17f9f094-89a8-4b5f-ac9f-723e0882847e""}\n2025-07-29 03:13:48.962 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][53fc2967-d756-4052-a035-f819644f917d] received connection request\n2025-07-29 03:13:48.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:13:48.994 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][53fc2967-d756-4052-a035-f819644f917d] socks forwarding established\n2025-07-29 03:13:49.028 [info] [command][17f9f094-89a8-4b5f-ac9f-723e0882847e] Process exited with code 0\n2025-07-29 03:13:49.028 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][53fc2967-d756-4052-a035-f819644f917d] socks connection closed\n2025-07-29 03:13:49.028 [info] [command][17f9f094-89a8-4b5f-ac9f-723e0882847e] Socket close event received\n2025-07-29 03:13:49.054 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55583 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:14:49.033 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:14:49.035 [info] [command][505e1ea8-167e-417c-9b35-c65bc0a16194] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""505e1ea8-167e-417c-9b35-c65bc0a16194""}\n2025-07-29 03:14:49.035 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9703ac5c-225d-4070-91cb-5dd20000214d] received connection request\n2025-07-29 03:14:49.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:14:49.068 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9703ac5c-225d-4070-91cb-5dd20000214d] socks forwarding established\n2025-07-29 03:14:49.100 [info] [command][505e1ea8-167e-417c-9b35-c65bc0a16194] Process exited with code 0\n2025-07-29 03:14:49.100 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9703ac5c-225d-4070-91cb-5dd20000214d] socks connection closed\n2025-07-29 03:14:49.100 [info] [command][505e1ea8-167e-417c-9b35-c65bc0a16194] Socket close event received\n2025-07-29 03:14:49.125 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55611 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:15:49.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:15:49.109 [info] [command][38c99e40-afe8-4991-ba1e-bce5892b74f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""38c99e40-afe8-4991-ba1e-bce5892b74f5""}\n2025-07-29 03:15:49.110 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][bdb30f29-20f6-4d30-927f-3a66503f2109] received connection request\n2025-07-29 03:15:49.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 03:15:49.111 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:15:49.140 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bdb30f29-20f6-4d30-927f-3a66503f2109] socks forwarding established\n2025-07-29 03:15:49.170 [info] [command][38c99e40-afe8-4991-ba1e-bce5892b74f5] Process exited with code 0\n2025-07-29 03:15:49.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bdb30f29-20f6-4d30-927f-3a66503f2109] socks connection closed\n2025-07-29 03:15:49.170 [info] [command][38c99e40-afe8-4991-ba1e-bce5892b74f5] Socket close event received\n2025-07-29 03:15:49.194 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55643 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:16:49.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:16:49.179 [info] [command][9cfc15f9-dbaf-4039-98aa-17bab94eb8d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9cfc15f9-dbaf-4039-98aa-17bab94eb8d2""}\n2025-07-29 03:16:49.180 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][78cd85fc-d124-4a3e-8851-8e63fcf8085c] received connection request\n2025-07-29 03:16:49.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:16:49.214 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][78cd85fc-d124-4a3e-8851-8e63fcf8085c] socks forwarding established\n2025-07-29 03:16:49.244 [info] [command][9cfc15f9-dbaf-4039-98aa-17bab94eb8d2] Process exited with code 0\n2025-07-29 03:16:49.245 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][78cd85fc-d124-4a3e-8851-8e63fcf8085c] socks connection closed\n2025-07-29 03:16:49.245 [info] [command][9cfc15f9-dbaf-4039-98aa-17bab94eb8d2] Socket close event received\n2025-07-29 03:16:49.268 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55663 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:17:49.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:17:49.254 [info] [command][3c4840cb-88a9-4800-a481-7dfd645624b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3c4840cb-88a9-4800-a481-7dfd645624b6""}\n2025-07-29 03:17:49.254 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e2b72142-6014-40e8-a47c-f2f527c949b1] received connection request\n2025-07-29 03:17:49.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:17:49.286 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e2b72142-6014-40e8-a47c-f2f527c949b1] socks forwarding established\n2025-07-29 03:17:49.317 [info] [command][3c4840cb-88a9-4800-a481-7dfd645624b6] Process exited with code 0\n2025-07-29 03:17:49.317 [info] [command][3c4840cb-88a9-4800-a481-7dfd645624b6] Socket close event received\n2025-07-29 03:17:49.317 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e2b72142-6014-40e8-a47c-f2f527c949b1] socks connection closed\n2025-07-29 03:17:49.343 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55694 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:18:49.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:18:49.333 [info] [command][516e118e-c0ea-49fe-b529-83d5e1866582] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""516e118e-c0ea-49fe-b529-83d5e1866582""}\n2025-07-29 03:18:49.334 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][71f4e6a0-e48b-4379-b1ba-ad620e74c44f] received connection request\n2025-07-29 03:18:49.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:18:49.368 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][71f4e6a0-e48b-4379-b1ba-ad620e74c44f] socks forwarding established\n2025-07-29 03:18:49.398 [info] [command][516e118e-c0ea-49fe-b529-83d5e1866582] Process exited with code 0\n2025-07-29 03:18:49.398 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][71f4e6a0-e48b-4379-b1ba-ad620e74c44f] socks connection closed\n2025-07-29 03:18:49.399 [info] [command][516e118e-c0ea-49fe-b529-83d5e1866582] Socket close event received\n2025-07-29 03:18:49.422 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55730 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:19:49.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:19:49.413 [info] [command][901e4c08-7042-4a84-be01-fdf428f66ca9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""901e4c08-7042-4a84-be01-fdf428f66ca9""}\n2025-07-29 03:19:49.414 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e5d363d7-91b2-4ae0-8cf3-f57334217307] received connection request\n2025-07-29 03:19:49.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:19:49.450 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e5d363d7-91b2-4ae0-8cf3-f57334217307] socks forwarding established\n2025-07-29 03:19:49.481 [info] [command][901e4c08-7042-4a84-be01-fdf428f66ca9] Process exited with code 0\n2025-07-29 03:19:49.482 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e5d363d7-91b2-4ae0-8cf3-f57334217307] socks connection closed\n2025-07-29 03:19:49.482 [info] [command][901e4c08-7042-4a84-be01-fdf428f66ca9] Socket close event received\n2025-07-29 03:19:49.506 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55756 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:20:49.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:20:49.491 [info] [command][aba7dcbc-e529-4c14-a7f8-8e364c5e8a56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""aba7dcbc-e529-4c14-a7f8-8e364c5e8a56""}\n2025-07-29 03:20:49.492 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][540f4666-835b-4e94-b2ab-e62c081f34fa] received connection request\n2025-07-29 03:20:49.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:20:49.533 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][540f4666-835b-4e94-b2ab-e62c081f34fa] socks forwarding established\n2025-07-29 03:20:49.564 [info] [command][aba7dcbc-e529-4c14-a7f8-8e364c5e8a56] Process exited with code 0\n2025-07-29 03:20:49.564 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][540f4666-835b-4e94-b2ab-e62c081f34fa] socks connection closed\n2025-07-29 03:20:49.564 [info] [command][aba7dcbc-e529-4c14-a7f8-8e364c5e8a56] Socket close event received\n2025-07-29 03:20:49.588 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55825 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:21:49.502 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:21:49.505 [info] [command][24348520-493e-4a31-bfc8-e2179061a0d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""24348520-493e-4a31-bfc8-e2179061a0d1""}\n2025-07-29 03:21:49.506 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][61042bc4-0a40-47a3-ab68-499ab58ee091] received connection request\n2025-07-29 03:21:49.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:21:49.533 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][61042bc4-0a40-47a3-ab68-499ab58ee091] socks forwarding established\n2025-07-29 03:21:49.564 [info] [command][24348520-493e-4a31-bfc8-e2179061a0d1] Process exited with code 0\n2025-07-29 03:21:49.564 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][61042bc4-0a40-47a3-ab68-499ab58ee091] socks connection closed\n2025-07-29 03:21:49.565 [info] [command][24348520-493e-4a31-bfc8-e2179061a0d1] Socket close event received\n2025-07-29 03:21:49.590 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55849 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:22:49.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:22:49.577 [info] [command][58c9b114-e4a9-4352-b032-4ac2a725e103] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""58c9b114-e4a9-4352-b032-4ac2a725e103""}\n2025-07-29 03:22:49.578 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f5767692-6436-4c2a-bb20-88c97e6b4431] received connection request\n2025-07-29 03:22:49.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:22:49.611 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f5767692-6436-4c2a-bb20-88c97e6b4431] socks forwarding established\n2025-07-29 03:22:49.650 [info] [command][58c9b114-e4a9-4352-b032-4ac2a725e103] Process exited with code 0\n2025-07-29 03:22:49.650 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f5767692-6436-4c2a-bb20-88c97e6b4431] socks connection closed\n2025-07-29 03:22:49.651 [info] [command][58c9b114-e4a9-4352-b032-4ac2a725e103] Socket close event received\n2025-07-29 03:22:49.675 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55888 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:23:49.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:23:49.658 [info] [command][50c815cd-0bf7-4d09-92ed-90f002e9322a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""50c815cd-0bf7-4d09-92ed-90f002e9322a""}\n2025-07-29 03:23:49.659 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][93914695-0e1b-442b-8fec-d0532edf36ad] received connection request\n2025-07-29 03:23:49.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:23:49.686 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][93914695-0e1b-442b-8fec-d0532edf36ad] socks forwarding established\n2025-07-29 03:23:49.714 [info] [command][50c815cd-0bf7-4d09-92ed-90f002e9322a] Process exited with code 0\n2025-07-29 03:23:49.715 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][93914695-0e1b-442b-8fec-d0532edf36ad] socks connection closed\n2025-07-29 03:23:49.715 [info] [command][50c815cd-0bf7-4d09-92ed-90f002e9322a] Socket close event received\n2025-07-29 03:23:49.737 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55935 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:24:49.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:24:49.719 [info] [command][cc6b4f8e-5498-4263-9ac6-3355b5b19137] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""cc6b4f8e-5498-4263-9ac6-3355b5b19137""}\n2025-07-29 03:24:49.719 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f855a9dc-fc44-4d19-a713-39286e63a908] received connection request\n2025-07-29 03:24:49.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:24:49.755 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f855a9dc-fc44-4d19-a713-39286e63a908] socks forwarding established\n2025-07-29 03:24:49.797 [info] [command][cc6b4f8e-5498-4263-9ac6-3355b5b19137] Process exited with code 0\n2025-07-29 03:24:49.798 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f855a9dc-fc44-4d19-a713-39286e63a908] socks connection closed\n2025-07-29 03:24:49.798 [info] [command][cc6b4f8e-5498-4263-9ac6-3355b5b19137] Socket close event received\n2025-07-29 03:24:49.821 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55971 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:25:49.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:25:49.812 [info] [command][f0a11f3c-989b-4dce-804a-4f9617cddb48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f0a11f3c-989b-4dce-804a-4f9617cddb48""}\n2025-07-29 03:25:49.813 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b0e8a95c-7db4-4560-949d-f8c988ee99ca] received connection request\n2025-07-29 03:25:49.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:25:49.842 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b0e8a95c-7db4-4560-949d-f8c988ee99ca] socks forwarding established\n2025-07-29 03:25:49.873 [info] [command][f0a11f3c-989b-4dce-804a-4f9617cddb48] Process exited with code 0\n2025-07-29 03:25:49.874 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b0e8a95c-7db4-4560-949d-f8c988ee99ca] socks connection closed\n2025-07-29 03:25:49.874 [info] [command][f0a11f3c-989b-4dce-804a-4f9617cddb48] Socket close event received\n2025-07-29 03:25:49.899 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56004 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:26:49.875 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:26:49.878 [info] [command][14472667-bd19-4282-a8b1-01a0a98c9d2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""14472667-bd19-4282-a8b1-01a0a98c9d2e""}\n2025-07-29 03:26:49.878 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c7a66835-9729-48cb-8f3f-608d42c3e80a] received connection request\n2025-07-29 03:26:49.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:26:49.914 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c7a66835-9729-48cb-8f3f-608d42c3e80a] socks forwarding established\n2025-07-29 03:26:49.950 [info] [command][14472667-bd19-4282-a8b1-01a0a98c9d2e] Process exited with code 0\n2025-07-29 03:26:49.950 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c7a66835-9729-48cb-8f3f-608d42c3e80a] socks connection closed\n2025-07-29 03:26:49.951 [info] [command][14472667-bd19-4282-a8b1-01a0a98c9d2e] Socket close event received\n2025-07-29 03:26:49.974 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56034 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:27:49.959 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:27:49.962 [info] [command][5fb463f1-50fd-4ab6-8b45-283801f2abdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5fb463f1-50fd-4ab6-8b45-283801f2abdf""}\n2025-07-29 03:27:49.962 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][194d9696-5feb-4505-ba1f-cfc1976e405d] received connection request\n2025-07-29 03:27:49.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:27:49.995 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][194d9696-5feb-4505-ba1f-cfc1976e405d] socks forwarding established\n2025-07-29 03:27:50.024 [info] [command][5fb463f1-50fd-4ab6-8b45-283801f2abdf] Process exited with code 0\n2025-07-29 03:27:50.024 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][194d9696-5feb-4505-ba1f-cfc1976e405d] socks connection closed\n2025-07-29 03:27:50.024 [info] [command][5fb463f1-50fd-4ab6-8b45-283801f2abdf] Socket close event received\n2025-07-29 03:27:50.049 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56066 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:28:50.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:28:50.036 [info] [command][81fc46fc-b634-4420-943c-9a8da2215468] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""81fc46fc-b634-4420-943c-9a8da2215468""}\n2025-07-29 03:28:50.037 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f2dd35b3-764f-4d49-8c09-2e864b7a5778] received connection request\n2025-07-29 03:28:50.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:28:50.065 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f2dd35b3-764f-4d49-8c09-2e864b7a5778] socks forwarding established\n2025-07-29 03:28:50.095 [info] [command][81fc46fc-b634-4420-943c-9a8da2215468] Process exited with code 0\n2025-07-29 03:28:50.095 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f2dd35b3-764f-4d49-8c09-2e864b7a5778] socks connection closed\n2025-07-29 03:28:50.095 [info] [command][81fc46fc-b634-4420-943c-9a8da2215468] Socket close event received\n2025-07-29 03:28:50.118 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56095 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:29:50.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:29:50.104 [info] [command][90e46108-f20a-4a18-880f-9f9f863ca345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""90e46108-f20a-4a18-880f-9f9f863ca345""}\n2025-07-29 03:29:50.104 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][46f669ad-6f80-48a6-9b1a-77e0edd32c28] received connection request\n2025-07-29 03:29:50.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 03:29:50.104 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:29:50.131 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][46f669ad-6f80-48a6-9b1a-77e0edd32c28] socks forwarding established\n2025-07-29 03:29:50.166 [info] [command][90e46108-f20a-4a18-880f-9f9f863ca345] Process exited with code 0\n2025-07-29 03:29:50.167 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][46f669ad-6f80-48a6-9b1a-77e0edd32c28] socks connection closed\n2025-07-29 03:29:50.167 [info] [command][90e46108-f20a-4a18-880f-9f9f863ca345] Socket close event received\n2025-07-29 03:29:50.192 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56117 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:30:50.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:30:50.174 [info] [command][1fb42080-4c0b-430c-af2d-2612c882ea16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1fb42080-4c0b-430c-af2d-2612c882ea16""}\n2025-07-29 03:30:50.175 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b0078465-18ec-4f66-940a-1bb96c3a9a68] received connection request\n2025-07-29 03:30:50.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:30:50.206 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b0078465-18ec-4f66-940a-1bb96c3a9a68] socks forwarding established\n2025-07-29 03:30:50.237 [info] [command][1fb42080-4c0b-430c-af2d-2612c882ea16] Process exited with code 0\n2025-07-29 03:30:50.237 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b0078465-18ec-4f66-940a-1bb96c3a9a68] socks connection closed\n2025-07-29 03:30:50.237 [info] [command][1fb42080-4c0b-430c-af2d-2612c882ea16] Socket close event received\n2025-07-29 03:30:50.264 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56153 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:31:50.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:31:50.249 [info] [command][862d52c1-0510-43c6-b12d-ee1773eb539d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""862d52c1-0510-43c6-b12d-ee1773eb539d""}\n2025-07-29 03:31:50.250 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f46bd59c-294e-4fd3-9be7-1d446cd8d417] received connection request\n2025-07-29 03:31:50.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:31:50.281 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f46bd59c-294e-4fd3-9be7-1d446cd8d417] socks forwarding established\n2025-07-29 03:31:50.316 [info] [command][862d52c1-0510-43c6-b12d-ee1773eb539d] Process exited with code 0\n2025-07-29 03:31:50.316 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f46bd59c-294e-4fd3-9be7-1d446cd8d417] socks connection closed\n2025-07-29 03:31:50.316 [info] [command][862d52c1-0510-43c6-b12d-ee1773eb539d] Socket close event received\n2025-07-29 03:31:50.341 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56176 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:32:50.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:32:50.328 [info] [command][2015d174-f9ec-4bfd-9e4d-846991fa4515] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2015d174-f9ec-4bfd-9e4d-846991fa4515""}\n2025-07-29 03:32:50.328 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a988298e-a86e-47f9-bba9-9970999cc75d] received connection request\n2025-07-29 03:32:50.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:32:50.361 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a988298e-a86e-47f9-bba9-9970999cc75d] socks forwarding established\n2025-07-29 03:32:50.390 [info] [command][2015d174-f9ec-4bfd-9e4d-846991fa4515] Process exited with code 0\n2025-07-29 03:32:50.390 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a988298e-a86e-47f9-bba9-9970999cc75d] socks connection closed\n2025-07-29 03:32:50.390 [info] [command][2015d174-f9ec-4bfd-9e4d-846991fa4515] Socket close event received\n2025-07-29 03:32:50.413 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56216 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:33:50.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:33:50.394 [info] [command][556d6497-c40d-4c04-ad5d-8b302e981270] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""556d6497-c40d-4c04-ad5d-8b302e981270""}\n2025-07-29 03:33:50.395 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b4e46c8b-1369-401b-ad82-a2f6994e587f] received connection request\n2025-07-29 03:33:50.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:33:50.423 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b4e46c8b-1369-401b-ad82-a2f6994e587f] socks forwarding established\n2025-07-29 03:33:50.452 [info] [command][556d6497-c40d-4c04-ad5d-8b302e981270] Process exited with code 0\n2025-07-29 03:33:50.452 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b4e46c8b-1369-401b-ad82-a2f6994e587f] socks connection closed\n2025-07-29 03:33:50.452 [info] [command][556d6497-c40d-4c04-ad5d-8b302e981270] Socket close event received\n2025-07-29 03:33:50.476 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56248 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:34:50.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:34:50.462 [info] [command][6e7e8ba6-3e1d-4c07-b38f-697477aaa485] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6e7e8ba6-3e1d-4c07-b38f-697477aaa485""}\n2025-07-29 03:34:50.463 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ac860a99-78f7-4a61-b082-27ddde5f1d56] received connection request\n2025-07-29 03:34:50.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:34:50.489 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ac860a99-78f7-4a61-b082-27ddde5f1d56] socks forwarding established\n2025-07-29 03:34:50.518 [info] [command][6e7e8ba6-3e1d-4c07-b38f-697477aaa485] Process exited with code 0\n2025-07-29 03:34:50.518 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ac860a99-78f7-4a61-b082-27ddde5f1d56] socks connection closed\n2025-07-29 03:34:50.518 [info] [command][6e7e8ba6-3e1d-4c07-b38f-697477aaa485] Socket close event received\n2025-07-29 03:34:50.542 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56271 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:35:50.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:35:50.528 [info] [command][d6f75941-9526-4033-b04b-32bcdd4864c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d6f75941-9526-4033-b04b-32bcdd4864c4""}\n2025-07-29 03:35:50.528 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7c900634-21c0-4cb9-8f10-6806f03d8360] received connection request\n2025-07-29 03:35:50.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:35:50.559 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7c900634-21c0-4cb9-8f10-6806f03d8360] socks forwarding established\n2025-07-29 03:35:50.589 [info] [command][d6f75941-9526-4033-b04b-32bcdd4864c4] Process exited with code 0\n2025-07-29 03:35:50.590 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7c900634-21c0-4cb9-8f10-6806f03d8360] socks connection closed\n2025-07-29 03:35:50.590 [info] [command][d6f75941-9526-4033-b04b-32bcdd4864c4] Socket close event received\n2025-07-29 03:35:50.613 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56303 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:36:50.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:36:50.596 [info] [command][773fc0b6-59ce-4b4b-a9e8-30a4148bec04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""773fc0b6-59ce-4b4b-a9e8-30a4148bec04""}\n2025-07-29 03:36:50.596 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e2fbb7e4-3ae6-4622-850a-27264ffdbf30] received connection request\n2025-07-29 03:36:50.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:36:50.623 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e2fbb7e4-3ae6-4622-850a-27264ffdbf30] socks forwarding established\n2025-07-29 03:36:50.653 [info] [command][773fc0b6-59ce-4b4b-a9e8-30a4148bec04] Process exited with code 0\n2025-07-29 03:36:50.653 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e2fbb7e4-3ae6-4622-850a-27264ffdbf30] socks connection closed\n2025-07-29 03:36:50.653 [info] [command][773fc0b6-59ce-4b4b-a9e8-30a4148bec04] Socket close event received\n2025-07-29 03:36:50.677 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56329 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:37:50.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:37:50.666 [info] [command][1cbca68c-bea7-4b65-9940-8351f66e7ae7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1cbca68c-bea7-4b65-9940-8351f66e7ae7""}\n2025-07-29 03:37:50.666 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][27491f50-9991-4239-8101-3c304826f258] received connection request\n2025-07-29 03:37:50.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:37:50.695 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27491f50-9991-4239-8101-3c304826f258] socks forwarding established\n2025-07-29 03:37:50.727 [info] [command][1cbca68c-bea7-4b65-9940-8351f66e7ae7] Process exited with code 0\n2025-07-29 03:37:50.727 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27491f50-9991-4239-8101-3c304826f258] socks connection closed\n2025-07-29 03:37:50.727 [info] [command][1cbca68c-bea7-4b65-9940-8351f66e7ae7] Socket close event received\n2025-07-29 03:37:50.763 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56360 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:38:50.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:38:50.733 [info] [command][bb904ca4-22f6-45be-9824-645c74e08bae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bb904ca4-22f6-45be-9824-645c74e08bae""}\n2025-07-29 03:38:50.734 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ce346c28-9374-4da9-9260-e21a8edf126b] received connection request\n2025-07-29 03:38:50.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:38:50.761 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce346c28-9374-4da9-9260-e21a8edf126b] socks forwarding established\n2025-07-29 03:38:50.792 [info] [command][bb904ca4-22f6-45be-9824-645c74e08bae] Process exited with code 0\n2025-07-29 03:38:50.793 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce346c28-9374-4da9-9260-e21a8edf126b] socks connection closed\n2025-07-29 03:38:50.793 [info] [command][bb904ca4-22f6-45be-9824-645c74e08bae] Socket close event received\n2025-07-29 03:38:50.817 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56394 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:39:50.799 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:39:50.802 [info] [command][d8ce836b-44d9-46f1-8ac9-7f5f7b7817d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d8ce836b-44d9-46f1-8ac9-7f5f7b7817d1""}\n2025-07-29 03:39:50.803 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dbcd3b8e-372c-4d8d-a280-3bcd926945ae] received connection request\n2025-07-29 03:39:50.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:39:50.836 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dbcd3b8e-372c-4d8d-a280-3bcd926945ae] socks forwarding established\n2025-07-29 03:39:50.865 [info] [command][d8ce836b-44d9-46f1-8ac9-7f5f7b7817d1] Process exited with code 0\n2025-07-29 03:39:50.865 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dbcd3b8e-372c-4d8d-a280-3bcd926945ae] socks connection closed\n2025-07-29 03:39:50.865 [info] [command][d8ce836b-44d9-46f1-8ac9-7f5f7b7817d1] Socket close event received\n2025-07-29 03:39:50.891 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56415 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:40:50.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:40:50.867 [info] [command][156af499-0d79-4641-bed9-531700fb6319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""156af499-0d79-4641-bed9-531700fb6319""}\n2025-07-29 03:40:50.867 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dca4b33c-ca9c-40f4-a0f7-1d339ae2740b] received connection request\n2025-07-29 03:40:50.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:40:50.901 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dca4b33c-ca9c-40f4-a0f7-1d339ae2740b] socks forwarding established\n2025-07-29 03:40:50.931 [info] [command][156af499-0d79-4641-bed9-531700fb6319] Process exited with code 0\n2025-07-29 03:40:50.931 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dca4b33c-ca9c-40f4-a0f7-1d339ae2740b] socks connection closed\n2025-07-29 03:40:50.931 [info] [command][156af499-0d79-4641-bed9-531700fb6319] Socket close event received\n2025-07-29 03:40:50.956 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56447 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:41:50.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:41:50.948 [info] [command][3a9eb2f6-3150-4b18-872c-eb24c4a1e085] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3a9eb2f6-3150-4b18-872c-eb24c4a1e085""}\n2025-07-29 03:41:50.949 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][041d3362-bf9a-4820-b0d1-e5d9c046e107] received connection request\n2025-07-29 03:41:50.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:41:50.977 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][041d3362-bf9a-4820-b0d1-e5d9c046e107] socks forwarding established\n2025-07-29 03:41:51.007 [info] [command][3a9eb2f6-3150-4b18-872c-eb24c4a1e085] Process exited with code 0\n2025-07-29 03:41:51.007 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][041d3362-bf9a-4820-b0d1-e5d9c046e107] socks connection closed\n2025-07-29 03:41:51.008 [info] [command][3a9eb2f6-3150-4b18-872c-eb24c4a1e085] Socket close event received\n2025-07-29 03:41:51.033 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56491 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:42:51.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:42:51.017 [info] [command][97cafec8-4962-4d20-a06f-bf943608bf6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""97cafec8-4962-4d20-a06f-bf943608bf6b""}\n2025-07-29 03:42:51.018 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][db2010b9-1093-46b1-807c-7037bf5ad8e2] received connection request\n2025-07-29 03:42:51.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:42:51.047 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][db2010b9-1093-46b1-807c-7037bf5ad8e2] socks forwarding established\n2025-07-29 03:42:51.093 [info] [command][97cafec8-4962-4d20-a06f-bf943608bf6b] Process exited with code 0\n2025-07-29 03:42:51.093 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][db2010b9-1093-46b1-807c-7037bf5ad8e2] socks connection closed\n2025-07-29 03:42:51.093 [info] [command][97cafec8-4962-4d20-a06f-bf943608bf6b] Socket close event received\n2025-07-29 03:42:51.117 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56522 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:43:51.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:43:51.103 [info] [command][0e89f0db-e4be-4a63-88b5-353a1c142193] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0e89f0db-e4be-4a63-88b5-353a1c142193""}\n2025-07-29 03:43:51.104 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][22c4a87e-aa7e-462f-be8b-df0807efea60] received connection request\n2025-07-29 03:43:51.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:43:51.134 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][22c4a87e-aa7e-462f-be8b-df0807efea60] socks forwarding established\n2025-07-29 03:43:51.162 [info] [command][0e89f0db-e4be-4a63-88b5-353a1c142193] Process exited with code 0\n2025-07-29 03:43:51.163 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][22c4a87e-aa7e-462f-be8b-df0807efea60] socks connection closed\n2025-07-29 03:43:51.163 [info] [command][0e89f0db-e4be-4a63-88b5-353a1c142193] Socket close event received\n2025-07-29 03:43:51.187 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56553 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:44:51.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:44:51.174 [info] [command][782be59e-051f-4ef0-bf06-5c7ad3343475] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""782be59e-051f-4ef0-bf06-5c7ad3343475""}\n2025-07-29 03:44:51.175 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f8913839-1b36-49bf-9df3-44cdf29b2254] received connection request\n2025-07-29 03:44:51.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:44:51.204 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f8913839-1b36-49bf-9df3-44cdf29b2254] socks forwarding established\n2025-07-29 03:44:51.236 [info] [command][782be59e-051f-4ef0-bf06-5c7ad3343475] Process exited with code 0\n2025-07-29 03:44:51.236 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f8913839-1b36-49bf-9df3-44cdf29b2254] socks connection closed\n2025-07-29 03:44:51.236 [info] [command][782be59e-051f-4ef0-bf06-5c7ad3343475] Socket close event received\n2025-07-29 03:44:51.259 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56570 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:45:51.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:45:51.249 [info] [command][ed72e59b-75dc-463f-998d-8bf1d7563ab4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ed72e59b-75dc-463f-998d-8bf1d7563ab4""}\n2025-07-29 03:45:51.249 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][59c037f3-6711-459b-b6f8-45b0acc79c0d] received connection request\n2025-07-29 03:45:51.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:45:51.284 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][59c037f3-6711-459b-b6f8-45b0acc79c0d] socks forwarding established\n2025-07-29 03:45:51.314 [info] [command][ed72e59b-75dc-463f-998d-8bf1d7563ab4] Process exited with code 0\n2025-07-29 03:45:51.315 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][59c037f3-6711-459b-b6f8-45b0acc79c0d] socks connection closed\n2025-07-29 03:45:51.315 [info] [command][ed72e59b-75dc-463f-998d-8bf1d7563ab4] Socket close event received\n2025-07-29 03:45:51.339 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56605 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:46:51.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:46:51.323 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][76e3c5fc-f29d-4737-87af-99b23fdc602a] received connection request\n2025-07-29 03:46:51.324 [info] [command][44b3e6a0-68da-40a2-939d-c793dbccc175] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""44b3e6a0-68da-40a2-939d-c793dbccc175""}\n2025-07-29 03:46:51.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:46:51.356 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][76e3c5fc-f29d-4737-87af-99b23fdc602a] socks forwarding established\n2025-07-29 03:46:51.387 [info] [command][44b3e6a0-68da-40a2-939d-c793dbccc175] Process exited with code 0\n2025-07-29 03:46:51.387 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][76e3c5fc-f29d-4737-87af-99b23fdc602a] socks connection closed\n2025-07-29 03:46:51.387 [info] [command][44b3e6a0-68da-40a2-939d-c793dbccc175] Socket close event received\n2025-07-29 03:46:51.410 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56630 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:47:51.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:47:51.392 [info] [command][4441e46a-cec8-402c-89b7-9c5858fe5156] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4441e46a-cec8-402c-89b7-9c5858fe5156""}\n2025-07-29 03:47:51.393 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][587f0e8b-c98a-455f-9475-ba2816275c9d] received connection request\n2025-07-29 03:47:51.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:47:51.422 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][587f0e8b-c98a-455f-9475-ba2816275c9d] socks forwarding established\n2025-07-29 03:47:51.452 [info] [command][4441e46a-cec8-402c-89b7-9c5858fe5156] Process exited with code 0\n2025-07-29 03:47:51.453 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][587f0e8b-c98a-455f-9475-ba2816275c9d] socks connection closed\n2025-07-29 03:47:51.453 [info] [command][4441e46a-cec8-402c-89b7-9c5858fe5156] Socket close event received\n2025-07-29 03:47:51.477 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56674 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:48:51.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:48:51.463 [info] [command][3b734231-dede-4283-b0b3-8d8080034f7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3b734231-dede-4283-b0b3-8d8080034f7e""}\n2025-07-29 03:48:51.464 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ff3d7bd8-23a6-4a8c-b342-b554e882c6a9] received connection request\n2025-07-29 03:48:51.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:48:51.493 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ff3d7bd8-23a6-4a8c-b342-b554e882c6a9] socks forwarding established\n2025-07-29 03:48:51.524 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ff3d7bd8-23a6-4a8c-b342-b554e882c6a9] socks connection closed\n2025-07-29 03:48:51.525 [info] [command][3b734231-dede-4283-b0b3-8d8080034f7e] Process exited with code 0\n2025-07-29 03:48:51.525 [info] [command][3b734231-dede-4283-b0b3-8d8080034f7e] Socket close event received\n2025-07-29 03:48:51.549 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56705 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:49:51.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:49:51.530 [info] [command][4f01148f-30cf-4e4b-af74-7905926b7b0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4f01148f-30cf-4e4b-af74-7905926b7b0b""}\n2025-07-29 03:49:51.531 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6e9f0c90-d8f6-4b58-815d-e511b9414fe7] received connection request\n2025-07-29 03:49:51.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:49:51.559 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6e9f0c90-d8f6-4b58-815d-e511b9414fe7] socks forwarding established\n2025-07-29 03:49:51.589 [info] [command][4f01148f-30cf-4e4b-af74-7905926b7b0b] Process exited with code 0\n2025-07-29 03:49:51.590 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6e9f0c90-d8f6-4b58-815d-e511b9414fe7] socks connection closed\n2025-07-29 03:49:51.590 [info] [command][4f01148f-30cf-4e4b-af74-7905926b7b0b] Socket close event received\n2025-07-29 03:49:51.613 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56724 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:50:51.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:50:51.603 [info] [command][2bf5b605-bc60-4d4f-a4fa-2f0c6e5a5d51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2bf5b605-bc60-4d4f-a4fa-2f0c6e5a5d51""}\n2025-07-29 03:50:51.604 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][be243188-7a92-407a-a3fa-8c39caf6e04e] received connection request\n2025-07-29 03:50:51.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:50:51.637 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][be243188-7a92-407a-a3fa-8c39caf6e04e] socks forwarding established\n2025-07-29 03:50:51.665 [info] [command][2bf5b605-bc60-4d4f-a4fa-2f0c6e5a5d51] Process exited with code 0\n2025-07-29 03:50:51.665 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][be243188-7a92-407a-a3fa-8c39caf6e04e] socks connection closed\n2025-07-29 03:50:51.665 [info] [command][2bf5b605-bc60-4d4f-a4fa-2f0c6e5a5d51] Socket close event received\n2025-07-29 03:50:51.689 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56757 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:51:51.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:51:51.669 [info] [command][5591edee-0481-4256-9cb5-23a866601b4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5591edee-0481-4256-9cb5-23a866601b4b""}\n2025-07-29 03:51:51.670 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][216eabf4-e410-41dc-858c-fb1991b5c8ab] received connection request\n2025-07-29 03:51:51.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:51:51.697 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][216eabf4-e410-41dc-858c-fb1991b5c8ab] socks forwarding established\n2025-07-29 03:51:51.726 [info] [command][5591edee-0481-4256-9cb5-23a866601b4b] Process exited with code 0\n2025-07-29 03:51:51.726 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][216eabf4-e410-41dc-858c-fb1991b5c8ab] socks connection closed\n2025-07-29 03:51:51.726 [info] [command][5591edee-0481-4256-9cb5-23a866601b4b] Socket close event received\n2025-07-29 03:51:51.753 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56792 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:52:51.728 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:52:51.729 [info] [command][ce337792-c04c-4c51-9491-40dce6750d0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ce337792-c04c-4c51-9491-40dce6750d0e""}\n2025-07-29 03:52:51.730 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][58d9d1aa-a364-4c29-8f53-fc18bbec1b8b] received connection request\n2025-07-29 03:52:51.730 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:52:51.757 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][58d9d1aa-a364-4c29-8f53-fc18bbec1b8b] socks forwarding established\n2025-07-29 03:52:51.789 [info] [command][ce337792-c04c-4c51-9491-40dce6750d0e] Process exited with code 0\n2025-07-29 03:52:51.789 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][58d9d1aa-a364-4c29-8f53-fc18bbec1b8b] socks connection closed\n2025-07-29 03:52:51.789 [info] [command][ce337792-c04c-4c51-9491-40dce6750d0e] Socket close event received\n2025-07-29 03:52:51.813 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56822 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:53:51.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:53:51.792 [info] [command][e0b3a4d9-4f5b-42f9-ad04-c6ac9ed88cd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e0b3a4d9-4f5b-42f9-ad04-c6ac9ed88cd6""}\n2025-07-29 03:53:51.793 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][520f4e49-a16c-4b77-a823-cf64a2bf24a1] received connection request\n2025-07-29 03:53:51.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:53:51.822 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][520f4e49-a16c-4b77-a823-cf64a2bf24a1] socks forwarding established\n2025-07-29 03:53:51.852 [info] [command][e0b3a4d9-4f5b-42f9-ad04-c6ac9ed88cd6] Process exited with code 0\n2025-07-29 03:53:51.852 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][520f4e49-a16c-4b77-a823-cf64a2bf24a1] socks connection closed\n2025-07-29 03:53:51.853 [info] [command][e0b3a4d9-4f5b-42f9-ad04-c6ac9ed88cd6] Socket close event received\n2025-07-29 03:53:51.884 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56856 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:54:51.863 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:54:51.866 [info] [command][045f0b1b-39bc-459c-9146-bace5fefaa60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""045f0b1b-39bc-459c-9146-bace5fefaa60""}\n2025-07-29 03:54:51.866 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8e240ca1-23a0-4b6b-96b0-f97449ecc4af] received connection request\n2025-07-29 03:54:51.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:54:51.894 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8e240ca1-23a0-4b6b-96b0-f97449ecc4af] socks forwarding established\n2025-07-29 03:54:51.923 [info] [command][045f0b1b-39bc-459c-9146-bace5fefaa60] Process exited with code 0\n2025-07-29 03:54:51.923 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8e240ca1-23a0-4b6b-96b0-f97449ecc4af] socks connection closed\n2025-07-29 03:54:51.924 [info] [command][045f0b1b-39bc-459c-9146-bace5fefaa60] Socket close event received\n2025-07-29 03:54:51.948 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56873 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:55:51.927 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:55:51.930 [info] [command][7967f544-f077-4424-bd1c-8b47611d92d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7967f544-f077-4424-bd1c-8b47611d92d2""}\n2025-07-29 03:55:51.931 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][78a2e572-94e2-4a49-89bd-9ee904fb4108] received connection request\n2025-07-29 03:55:51.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:55:51.964 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][78a2e572-94e2-4a49-89bd-9ee904fb4108] socks forwarding established\n2025-07-29 03:55:51.994 [info] [command][7967f544-f077-4424-bd1c-8b47611d92d2] Process exited with code 0\n2025-07-29 03:55:51.994 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][78a2e572-94e2-4a49-89bd-9ee904fb4108] socks connection closed\n2025-07-29 03:55:51.994 [info] [command][7967f544-f077-4424-bd1c-8b47611d92d2] Socket close event received\n2025-07-29 03:55:52.020 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56914 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:56:52.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:56:52.002 [info] [command][fe04447f-e6ea-484e-8f93-62abbc62e8ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fe04447f-e6ea-484e-8f93-62abbc62e8ca""}\n2025-07-29 03:56:52.003 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7d17daa2-7678-4e1f-9fcd-4caba9df63e6] received connection request\n2025-07-29 03:56:52.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:56:52.031 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7d17daa2-7678-4e1f-9fcd-4caba9df63e6] socks forwarding established\n2025-07-29 03:56:52.062 [info] [command][fe04447f-e6ea-484e-8f93-62abbc62e8ca] Process exited with code 0\n2025-07-29 03:56:52.062 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7d17daa2-7678-4e1f-9fcd-4caba9df63e6] socks connection closed\n2025-07-29 03:56:52.062 [info] [command][fe04447f-e6ea-484e-8f93-62abbc62e8ca] Socket close event received\n2025-07-29 03:56:52.086 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56936 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:57:52.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:57:52.070 [info] [command][18d24378-f182-4b61-89ff-170bae0e22b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""18d24378-f182-4b61-89ff-170bae0e22b4""}\n2025-07-29 03:57:52.071 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9b51dbe7-d00d-4c9d-b294-f53241b9942c] received connection request\n2025-07-29 03:57:52.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:57:52.100 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9b51dbe7-d00d-4c9d-b294-f53241b9942c] socks forwarding established\n2025-07-29 03:57:52.134 [info] [command][18d24378-f182-4b61-89ff-170bae0e22b4] Process exited with code 0\n2025-07-29 03:57:52.134 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9b51dbe7-d00d-4c9d-b294-f53241b9942c] socks connection closed\n2025-07-29 03:57:52.134 [info] [command][18d24378-f182-4b61-89ff-170bae0e22b4] Socket close event received\n2025-07-29 03:57:52.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56967 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:58:52.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:58:52.147 [info] [command][e1514e68-b157-4212-a714-271204631661] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e1514e68-b157-4212-a714-271204631661""}\n2025-07-29 03:58:52.148 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a1197222-de8f-4108-af98-f92ae93dfc1d] received connection request\n2025-07-29 03:58:52.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:58:52.217 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a1197222-de8f-4108-af98-f92ae93dfc1d] socks forwarding established\n2025-07-29 03:58:52.248 [info] [command][e1514e68-b157-4212-a714-271204631661] Process exited with code 0\n2025-07-29 03:58:52.248 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a1197222-de8f-4108-af98-f92ae93dfc1d] socks connection closed\n2025-07-29 03:58:52.248 [info] [command][e1514e68-b157-4212-a714-271204631661] Socket close event received\n2025-07-29 03:58:52.276 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56997 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 03:59:52.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 03:59:52.261 [info] [command][20fb3a6f-f5aa-4b95-968a-b663535e735e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""20fb3a6f-f5aa-4b95-968a-b663535e735e""}\n2025-07-29 03:59:52.261 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d600fdc7-0ffd-4569-aea4-0812a4994b15] received connection request\n2025-07-29 03:59:52.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 03:59:52.291 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d600fdc7-0ffd-4569-aea4-0812a4994b15] socks forwarding established\n2025-07-29 03:59:52.320 [info] [command][20fb3a6f-f5aa-4b95-968a-b663535e735e] Process exited with code 0\n2025-07-29 03:59:52.321 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d600fdc7-0ffd-4569-aea4-0812a4994b15] socks connection closed\n2025-07-29 03:59:52.321 [info] [command][20fb3a6f-f5aa-4b95-968a-b663535e735e] Socket close event received\n2025-07-29 03:59:52.358 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57031 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:00:52.326 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:00:52.329 [info] [command][48703774-3e54-49a6-9e23-b81b7b96fe78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""48703774-3e54-49a6-9e23-b81b7b96fe78""}\n2025-07-29 04:00:52.329 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][fffcb0d6-d704-4d6b-bd81-37da0cd0c03b] received connection request\n2025-07-29 04:00:52.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:00:52.362 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fffcb0d6-d704-4d6b-bd81-37da0cd0c03b] socks forwarding established\n2025-07-29 04:00:52.393 [info] [command][48703774-3e54-49a6-9e23-b81b7b96fe78] Process exited with code 0\n2025-07-29 04:00:52.393 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fffcb0d6-d704-4d6b-bd81-37da0cd0c03b] socks connection closed\n2025-07-29 04:00:52.393 [info] [command][48703774-3e54-49a6-9e23-b81b7b96fe78] Socket close event received\n2025-07-29 04:00:52.417 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57072 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:01:52.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:01:52.407 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f4e9b1ed-ec61-4c06-ad72-7f2b9c463350] received connection request\n2025-07-29 04:01:52.407 [info] [command][279571a7-bab8-4ecc-8438-d97c81e3284c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""279571a7-bab8-4ecc-8438-d97c81e3284c""}\n2025-07-29 04:01:52.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:01:52.436 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f4e9b1ed-ec61-4c06-ad72-7f2b9c463350] socks forwarding established\n2025-07-29 04:01:52.466 [info] [command][279571a7-bab8-4ecc-8438-d97c81e3284c] Process exited with code 0\n2025-07-29 04:01:52.466 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f4e9b1ed-ec61-4c06-ad72-7f2b9c463350] socks connection closed\n2025-07-29 04:01:52.467 [info] [command][279571a7-bab8-4ecc-8438-d97c81e3284c] Socket close event received\n2025-07-29 04:01:52.492 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57097 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:02:52.467 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:02:52.468 [info] [command][e8a1d545-f071-4d9d-8067-26bc08e75814] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e8a1d545-f071-4d9d-8067-26bc08e75814""}\n2025-07-29 04:02:52.469 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e065c28b-414e-4b8f-b055-a6320266a073] received connection request\n2025-07-29 04:02:52.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:02:52.495 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e065c28b-414e-4b8f-b055-a6320266a073] socks forwarding established\n2025-07-29 04:02:52.540 [info] [command][e8a1d545-f071-4d9d-8067-26bc08e75814] Process exited with code 0\n2025-07-29 04:02:52.540 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e065c28b-414e-4b8f-b055-a6320266a073] socks connection closed\n2025-07-29 04:02:52.540 [info] [command][e8a1d545-f071-4d9d-8067-26bc08e75814] Socket close event received\n2025-07-29 04:02:52.566 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57125 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:03:52.550 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:03:52.553 [info] [command][e22bf813-5434-4cfc-ba0f-fe8d25bb8ca6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e22bf813-5434-4cfc-ba0f-fe8d25bb8ca6""}\n2025-07-29 04:03:52.554 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][75b11d16-a74b-4e03-8737-ad95bc819472] received connection request\n2025-07-29 04:03:52.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:03:52.582 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][75b11d16-a74b-4e03-8737-ad95bc819472] socks forwarding established\n2025-07-29 04:03:52.611 [info] [command][e22bf813-5434-4cfc-ba0f-fe8d25bb8ca6] Process exited with code 0\n2025-07-29 04:03:52.612 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][75b11d16-a74b-4e03-8737-ad95bc819472] socks connection closed\n2025-07-29 04:03:52.612 [info] [command][e22bf813-5434-4cfc-ba0f-fe8d25bb8ca6] Socket close event received\n2025-07-29 04:03:52.636 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57160 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:04:52.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:04:52.616 [info] [command][97feb89d-cf87-465b-a14f-c3336d5d1ebf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""97feb89d-cf87-465b-a14f-c3336d5d1ebf""}\n2025-07-29 04:04:52.617 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][92f8aa8a-a478-45b8-8f6e-18eaf7523d42] received connection request\n2025-07-29 04:04:52.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:04:52.645 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][92f8aa8a-a478-45b8-8f6e-18eaf7523d42] socks forwarding established\n2025-07-29 04:04:52.679 [info] [command][97feb89d-cf87-465b-a14f-c3336d5d1ebf] Process exited with code 0\n2025-07-29 04:04:52.679 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][92f8aa8a-a478-45b8-8f6e-18eaf7523d42] socks connection closed\n2025-07-29 04:04:52.679 [info] [command][97feb89d-cf87-465b-a14f-c3336d5d1ebf] Socket close event received\n2025-07-29 04:04:52.702 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57190 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:05:52.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:05:52.688 [info] [command][94b05a7c-f552-4b8d-8011-c946ed1e1a62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""94b05a7c-f552-4b8d-8011-c946ed1e1a62""}\n2025-07-29 04:05:52.689 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][000ed485-1421-4827-bf7b-f5febcfae49d] received connection request\n2025-07-29 04:05:52.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:05:52.715 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][000ed485-1421-4827-bf7b-f5febcfae49d] socks forwarding established\n2025-07-29 04:05:52.745 [info] [command][94b05a7c-f552-4b8d-8011-c946ed1e1a62] Process exited with code 0\n2025-07-29 04:05:52.746 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][000ed485-1421-4827-bf7b-f5febcfae49d] socks connection closed\n2025-07-29 04:05:52.746 [info] [command][94b05a7c-f552-4b8d-8011-c946ed1e1a62] Socket close event received\n2025-07-29 04:05:52.769 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57229 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:06:52.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:06:52.753 [info] [command][5d29b81b-f02a-4c07-a79b-9b6fb3a5454d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5d29b81b-f02a-4c07-a79b-9b6fb3a5454d""}\n2025-07-29 04:06:52.754 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][95b89d60-6b38-405b-aa3e-850ac7f9b6bb] received connection request\n2025-07-29 04:06:52.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:06:52.784 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][95b89d60-6b38-405b-aa3e-850ac7f9b6bb] socks forwarding established\n2025-07-29 04:06:52.815 [info] [command][5d29b81b-f02a-4c07-a79b-9b6fb3a5454d] Process exited with code 0\n2025-07-29 04:06:52.815 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][95b89d60-6b38-405b-aa3e-850ac7f9b6bb] socks connection closed\n2025-07-29 04:06:52.815 [info] [command][5d29b81b-f02a-4c07-a79b-9b6fb3a5454d] Socket close event received\n2025-07-29 04:06:52.861 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57257 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:07:52.825 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:07:52.828 [info] [command][6e45d046-2dda-4b1b-942a-9317034258a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6e45d046-2dda-4b1b-942a-9317034258a8""}\n2025-07-29 04:07:52.829 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8e122a9d-b325-4dda-aee8-82df75642551] received connection request\n2025-07-29 04:07:52.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:07:52.856 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8e122a9d-b325-4dda-aee8-82df75642551] socks forwarding established\n2025-07-29 04:07:52.887 [info] [command][6e45d046-2dda-4b1b-942a-9317034258a8] Process exited with code 0\n2025-07-29 04:07:52.888 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8e122a9d-b325-4dda-aee8-82df75642551] socks connection closed\n2025-07-29 04:07:52.888 [info] [command][6e45d046-2dda-4b1b-942a-9317034258a8] Socket close event received\n2025-07-29 04:07:52.911 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57293 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:08:52.894 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:08:52.896 [info] [command][6719cfa6-49b8-4b3b-98ab-57017ac8d896] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6719cfa6-49b8-4b3b-98ab-57017ac8d896""}\n2025-07-29 04:08:52.897 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e1a62edb-11dd-4a48-9e50-f1cc09f34547] received connection request\n2025-07-29 04:08:52.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:08:52.940 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e1a62edb-11dd-4a48-9e50-f1cc09f34547] socks forwarding established\n2025-07-29 04:08:52.969 [info] [command][6719cfa6-49b8-4b3b-98ab-57017ac8d896] Process exited with code 0\n2025-07-29 04:08:52.970 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e1a62edb-11dd-4a48-9e50-f1cc09f34547] socks connection closed\n2025-07-29 04:08:52.970 [info] [command][6719cfa6-49b8-4b3b-98ab-57017ac8d896] Socket close event received\n2025-07-29 04:08:52.995 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57325 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:09:52.977 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:09:52.980 [info] [command][a55fe3f6-cb02-40aa-bb52-5ebc118fa94f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a55fe3f6-cb02-40aa-bb52-5ebc118fa94f""}\n2025-07-29 04:09:52.981 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a3a60822-4c27-4f27-bb3e-5cf201ed9808] received connection request\n2025-07-29 04:09:52.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:09:53.016 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a3a60822-4c27-4f27-bb3e-5cf201ed9808] socks forwarding established\n2025-07-29 04:09:53.045 [info] [command][a55fe3f6-cb02-40aa-bb52-5ebc118fa94f] Process exited with code 0\n2025-07-29 04:09:53.046 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a3a60822-4c27-4f27-bb3e-5cf201ed9808] socks connection closed\n2025-07-29 04:09:53.046 [info] [command][a55fe3f6-cb02-40aa-bb52-5ebc118fa94f] Socket close event received\n2025-07-29 04:09:53.072 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57346 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:10:53.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:10:53.057 [info] [command][e2b26ebb-dad8-4c26-b243-8fc9aec670e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e2b26ebb-dad8-4c26-b243-8fc9aec670e9""}\n2025-07-29 04:10:53.058 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][63bdde5d-957b-4317-bd60-85fbd7f68cde] received connection request\n2025-07-29 04:10:53.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:10:53.084 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][63bdde5d-957b-4317-bd60-85fbd7f68cde] socks forwarding established\n2025-07-29 04:10:53.113 [info] [command][e2b26ebb-dad8-4c26-b243-8fc9aec670e9] Process exited with code 0\n2025-07-29 04:10:53.114 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][63bdde5d-957b-4317-bd60-85fbd7f68cde] socks connection closed\n2025-07-29 04:10:53.114 [info] [command][e2b26ebb-dad8-4c26-b243-8fc9aec670e9] Socket close event received\n2025-07-29 04:10:53.138 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57381 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:11:53.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:11:53.127 [info] [command][7d4f519b-c4ac-4b5c-910c-349cab8148f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7d4f519b-c4ac-4b5c-910c-349cab8148f9""}\n2025-07-29 04:11:53.128 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4851ffe4-6f6b-4bb3-ab3e-ed702de0ce79] received connection request\n2025-07-29 04:11:53.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:11:53.156 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4851ffe4-6f6b-4bb3-ab3e-ed702de0ce79] socks forwarding established\n2025-07-29 04:11:53.184 [info] [command][7d4f519b-c4ac-4b5c-910c-349cab8148f9] Process exited with code 0\n2025-07-29 04:11:53.184 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4851ffe4-6f6b-4bb3-ab3e-ed702de0ce79] socks connection closed\n2025-07-29 04:11:53.185 [info] [command][7d4f519b-c4ac-4b5c-910c-349cab8148f9] Socket close event received\n2025-07-29 04:11:53.209 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57402 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:12:53.188 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:12:53.190 [info] [command][6d510995-5ca8-40a3-b348-1e940beff4de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6d510995-5ca8-40a3-b348-1e940beff4de""}\n2025-07-29 04:12:53.190 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1f0db27b-b06f-44c0-bdaa-6c6b29332abc] received connection request\n2025-07-29 04:12:53.191 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:12:53.220 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1f0db27b-b06f-44c0-bdaa-6c6b29332abc] socks forwarding established\n2025-07-29 04:12:53.250 [info] [command][6d510995-5ca8-40a3-b348-1e940beff4de] Process exited with code 0\n2025-07-29 04:12:53.250 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1f0db27b-b06f-44c0-bdaa-6c6b29332abc] socks connection closed\n2025-07-29 04:12:53.250 [info] [command][6d510995-5ca8-40a3-b348-1e940beff4de] Socket close event received\n2025-07-29 04:12:53.276 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57453 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:13:53.255 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:13:53.257 [info] [command][62d37319-ef18-44ef-af71-d81aed6cfc40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""62d37319-ef18-44ef-af71-d81aed6cfc40""}\n2025-07-29 04:13:53.258 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7a8083a2-f809-4020-8711-d4c2e2f9375d] received connection request\n2025-07-29 04:13:53.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:13:53.289 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a8083a2-f809-4020-8711-d4c2e2f9375d] socks forwarding established\n2025-07-29 04:13:53.319 [info] [command][62d37319-ef18-44ef-af71-d81aed6cfc40] Process exited with code 0\n2025-07-29 04:13:53.319 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a8083a2-f809-4020-8711-d4c2e2f9375d] socks connection closed\n2025-07-29 04:13:53.320 [info] [command][62d37319-ef18-44ef-af71-d81aed6cfc40] Socket close event received\n2025-07-29 04:13:53.344 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57489 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:14:53.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:14:53.330 [info] [command][789b88d5-aa13-45b3-9da1-484974d6f6e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""789b88d5-aa13-45b3-9da1-484974d6f6e6""}\n2025-07-29 04:14:53.330 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a9caaeea-b190-4d61-a4b9-af6ff3bd7256] received connection request\n2025-07-29 04:14:53.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:14:53.359 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a9caaeea-b190-4d61-a4b9-af6ff3bd7256] socks forwarding established\n2025-07-29 04:14:53.386 [info] [command][789b88d5-aa13-45b3-9da1-484974d6f6e6] Process exited with code 0\n2025-07-29 04:14:53.386 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a9caaeea-b190-4d61-a4b9-af6ff3bd7256] socks connection closed\n2025-07-29 04:14:53.386 [info] [command][789b88d5-aa13-45b3-9da1-484974d6f6e6] Socket close event received\n2025-07-29 04:14:53.410 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57506 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:15:53.390 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:15:53.391 [info] [command][a44b4723-85a1-4bf0-9589-5410fc06d9ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a44b4723-85a1-4bf0-9589-5410fc06d9ad""}\n2025-07-29 04:15:53.391 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d4fb6b3f-f692-4225-a693-f71dede11de5] received connection request\n2025-07-29 04:15:53.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:15:53.423 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d4fb6b3f-f692-4225-a693-f71dede11de5] socks forwarding established\n2025-07-29 04:15:53.453 [info] [command][a44b4723-85a1-4bf0-9589-5410fc06d9ad] Process exited with code 0\n2025-07-29 04:15:53.454 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d4fb6b3f-f692-4225-a693-f71dede11de5] socks connection closed\n2025-07-29 04:15:53.454 [info] [command][a44b4723-85a1-4bf0-9589-5410fc06d9ad] Socket close event received\n2025-07-29 04:15:53.479 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57545 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:16:53.464 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:16:53.465 [info] [command][5ac6d012-3f3d-4785-96c0-3ff21943c931] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5ac6d012-3f3d-4785-96c0-3ff21943c931""}\n2025-07-29 04:16:53.465 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e0f06308-51ee-4c48-ab16-f71c8bf6a5fa] received connection request\n2025-07-29 04:16:53.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 04:16:53.466 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:16:53.494 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e0f06308-51ee-4c48-ab16-f71c8bf6a5fa] socks forwarding established\n2025-07-29 04:16:53.538 [info] [command][5ac6d012-3f3d-4785-96c0-3ff21943c931] Process exited with code 0\n2025-07-29 04:16:53.538 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e0f06308-51ee-4c48-ab16-f71c8bf6a5fa] socks connection closed\n2025-07-29 04:16:53.538 [info] [command][5ac6d012-3f3d-4785-96c0-3ff21943c931] Socket close event received\n2025-07-29 04:16:53.566 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57578 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:17:53.543 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:17:53.545 [info] [command][61948ce1-c276-4d7a-a505-bb0112359ad9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""61948ce1-c276-4d7a-a505-bb0112359ad9""}\n2025-07-29 04:17:53.545 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c2fecefd-ab5a-425c-9b30-32160f6b0b86] received connection request\n2025-07-29 04:17:53.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:17:53.571 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2fecefd-ab5a-425c-9b30-32160f6b0b86] socks forwarding established\n2025-07-29 04:17:53.603 [info] [command][61948ce1-c276-4d7a-a505-bb0112359ad9] Process exited with code 0\n2025-07-29 04:17:53.604 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2fecefd-ab5a-425c-9b30-32160f6b0b86] socks connection closed\n2025-07-29 04:17:53.604 [info] [command][61948ce1-c276-4d7a-a505-bb0112359ad9] Socket close event received\n2025-07-29 04:17:53.631 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57618 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:18:53.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:18:53.608 [info] [command][bac36905-d02b-4773-a6e3-f9e19ee46b5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bac36905-d02b-4773-a6e3-f9e19ee46b5d""}\n2025-07-29 04:18:53.609 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][987513f2-a11e-4958-ab48-1bc6d8813afe] received connection request\n2025-07-29 04:18:53.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:18:53.638 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][987513f2-a11e-4958-ab48-1bc6d8813afe] socks forwarding established\n2025-07-29 04:18:53.666 [info] [command][bac36905-d02b-4773-a6e3-f9e19ee46b5d] Process exited with code 0\n2025-07-29 04:18:53.666 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][987513f2-a11e-4958-ab48-1bc6d8813afe] socks connection closed\n2025-07-29 04:18:53.667 [info] [command][bac36905-d02b-4773-a6e3-f9e19ee46b5d] Socket close event received\n2025-07-29 04:18:53.691 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57642 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:19:53.675 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:19:53.677 [info] [command][deff0566-2eb9-4f11-ab00-f1aed7ade814] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""deff0566-2eb9-4f11-ab00-f1aed7ade814""}\n2025-07-29 04:19:53.678 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e71e4065-3aa9-4fd5-8b8a-2a7b195e20eb] received connection request\n2025-07-29 04:19:53.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:19:53.706 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e71e4065-3aa9-4fd5-8b8a-2a7b195e20eb] socks forwarding established\n2025-07-29 04:19:53.735 [info] [command][deff0566-2eb9-4f11-ab00-f1aed7ade814] Process exited with code 0\n2025-07-29 04:19:53.736 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e71e4065-3aa9-4fd5-8b8a-2a7b195e20eb] socks connection closed\n2025-07-29 04:19:53.736 [info] [command][deff0566-2eb9-4f11-ab00-f1aed7ade814] Socket close event received\n2025-07-29 04:19:53.760 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57672 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:20:53.740 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:20:53.742 [info] [command][e17a205a-0d41-43b3-90d0-8a8115313a0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e17a205a-0d41-43b3-90d0-8a8115313a0e""}\n2025-07-29 04:20:53.743 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][56f95b32-5af4-4235-9330-4d7e1433152d] received connection request\n2025-07-29 04:20:53.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:20:53.774 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][56f95b32-5af4-4235-9330-4d7e1433152d] socks forwarding established\n2025-07-29 04:20:53.804 [info] [command][e17a205a-0d41-43b3-90d0-8a8115313a0e] Process exited with code 0\n2025-07-29 04:20:53.804 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][56f95b32-5af4-4235-9330-4d7e1433152d] socks connection closed\n2025-07-29 04:20:53.804 [info] [command][e17a205a-0d41-43b3-90d0-8a8115313a0e] Socket close event received\n2025-07-29 04:20:53.834 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57700 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:21:53.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:21:53.809 [info] [command][73292327-c049-4437-9c90-4580aa442d7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""73292327-c049-4437-9c90-4580aa442d7b""}\n2025-07-29 04:21:53.809 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dec47322-e005-43b2-835f-e3b9c64982a2] received connection request\n2025-07-29 04:21:53.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:21:53.838 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dec47322-e005-43b2-835f-e3b9c64982a2] socks forwarding established\n2025-07-29 04:21:53.869 [info] [command][73292327-c049-4437-9c90-4580aa442d7b] Process exited with code 0\n2025-07-29 04:21:53.869 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dec47322-e005-43b2-835f-e3b9c64982a2] socks connection closed\n2025-07-29 04:21:53.869 [info] [command][73292327-c049-4437-9c90-4580aa442d7b] Socket close event received\n2025-07-29 04:21:53.893 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57731 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:22:53.880 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:22:53.886 [info] [command][0e53c3bc-c865-4f4f-9807-a79c1a39e759] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0e53c3bc-c865-4f4f-9807-a79c1a39e759""}\n2025-07-29 04:22:53.886 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ce16a967-5217-4a4e-9c2d-eb50b1a9d244] received connection request\n2025-07-29 04:22:53.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:22:53.920 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce16a967-5217-4a4e-9c2d-eb50b1a9d244] socks forwarding established\n2025-07-29 04:22:53.949 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce16a967-5217-4a4e-9c2d-eb50b1a9d244] socks connection closed\n2025-07-29 04:22:53.949 [info] [command][0e53c3bc-c865-4f4f-9807-a79c1a39e759] Process exited with code 0\n2025-07-29 04:22:53.949 [info] [command][0e53c3bc-c865-4f4f-9807-a79c1a39e759] Socket close event received\n2025-07-29 04:22:53.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57774 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:23:53.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:23:53.963 [info] [command][3572ce08-219a-4d98-af1e-94d7420c3333] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3572ce08-219a-4d98-af1e-94d7420c3333""}\n2025-07-29 04:23:53.965 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][115067c1-da05-4724-a6d2-cf9fcb150f4d] received connection request\n2025-07-29 04:23:53.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:23:53.999 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][115067c1-da05-4724-a6d2-cf9fcb150f4d] socks forwarding established\n2025-07-29 04:23:54.034 [info] [command][3572ce08-219a-4d98-af1e-94d7420c3333] Process exited with code 0\n2025-07-29 04:23:54.035 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][115067c1-da05-4724-a6d2-cf9fcb150f4d] socks connection closed\n2025-07-29 04:23:54.035 [info] [command][3572ce08-219a-4d98-af1e-94d7420c3333] Socket close event received\n2025-07-29 04:23:54.060 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57798 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:24:54.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:24:54.038 [info] [command][ee8ed2ca-f20b-4272-add6-5a3d81c8c022] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ee8ed2ca-f20b-4272-add6-5a3d81c8c022""}\n2025-07-29 04:24:54.039 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c853a445-5d54-4c26-a269-58be3cd5f852] received connection request\n2025-07-29 04:24:54.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:24:54.065 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c853a445-5d54-4c26-a269-58be3cd5f852] socks forwarding established\n2025-07-29 04:24:54.096 [info] [command][ee8ed2ca-f20b-4272-add6-5a3d81c8c022] Process exited with code 0\n2025-07-29 04:24:54.096 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c853a445-5d54-4c26-a269-58be3cd5f852] socks connection closed\n2025-07-29 04:24:54.096 [info] [command][ee8ed2ca-f20b-4272-add6-5a3d81c8c022] Socket close event received\n2025-07-29 04:24:54.121 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57826 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:25:54.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:25:54.110 [info] [command][029668a7-20c1-4b82-92e1-52f3a5396a9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""029668a7-20c1-4b82-92e1-52f3a5396a9f""}\n2025-07-29 04:25:54.110 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][360bc213-d47e-4b50-bd6e-21367cb39aea] received connection request\n2025-07-29 04:25:54.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:25:54.140 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][360bc213-d47e-4b50-bd6e-21367cb39aea] socks forwarding established\n2025-07-29 04:25:54.171 [info] [command][029668a7-20c1-4b82-92e1-52f3a5396a9f] Process exited with code 0\n2025-07-29 04:25:54.171 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][360bc213-d47e-4b50-bd6e-21367cb39aea] socks connection closed\n2025-07-29 04:25:54.171 [info] [command][029668a7-20c1-4b82-92e1-52f3a5396a9f] Socket close event received\n2025-07-29 04:25:54.197 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57846 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:26:54.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:26:54.183 [info] [command][20b74807-eb0f-4472-9b90-fe968d9974fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""20b74807-eb0f-4472-9b90-fe968d9974fd""}\n2025-07-29 04:26:54.184 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d4fb38de-8e77-429a-bfa0-42e8d1a0572d] received connection request\n2025-07-29 04:26:54.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:26:54.214 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d4fb38de-8e77-429a-bfa0-42e8d1a0572d] socks forwarding established\n2025-07-29 04:26:54.244 [info] [command][20b74807-eb0f-4472-9b90-fe968d9974fd] Process exited with code 0\n2025-07-29 04:26:54.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d4fb38de-8e77-429a-bfa0-42e8d1a0572d] socks connection closed\n2025-07-29 04:26:54.245 [info] [command][20b74807-eb0f-4472-9b90-fe968d9974fd] Socket close event received\n2025-07-29 04:26:54.270 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57919 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:27:54.235 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:27:54.238 [info] [command][cc963651-7775-4971-94ab-7079a7ce2d5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""cc963651-7775-4971-94ab-7079a7ce2d5b""}\n2025-07-29 04:27:54.238 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e4ba03e4-836e-42c2-ab13-572c08dc1407] received connection request\n2025-07-29 04:27:54.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:27:54.265 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e4ba03e4-836e-42c2-ab13-572c08dc1407] socks forwarding established\n2025-07-29 04:27:54.294 [info] [command][cc963651-7775-4971-94ab-7079a7ce2d5b] Process exited with code 0\n2025-07-29 04:27:54.294 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e4ba03e4-836e-42c2-ab13-572c08dc1407] socks connection closed\n2025-07-29 04:27:54.294 [info] [command][cc963651-7775-4971-94ab-7079a7ce2d5b] Socket close event received\n2025-07-29 04:27:54.322 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57952 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:28:54.302 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:28:54.305 [info] [command][dd4d7b67-a7f6-432b-b493-e96f041e8650] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""dd4d7b67-a7f6-432b-b493-e96f041e8650""}\n2025-07-29 04:28:54.306 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f49ab083-4b34-40ac-a8c4-67a66efb0b61] received connection request\n2025-07-29 04:28:54.306 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:28:54.339 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f49ab083-4b34-40ac-a8c4-67a66efb0b61] socks forwarding established\n2025-07-29 04:28:54.369 [info] [command][dd4d7b67-a7f6-432b-b493-e96f041e8650] Process exited with code 0\n2025-07-29 04:28:54.369 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f49ab083-4b34-40ac-a8c4-67a66efb0b61] socks connection closed\n2025-07-29 04:28:54.369 [info] [command][dd4d7b67-a7f6-432b-b493-e96f041e8650] Socket close event received\n2025-07-29 04:28:54.395 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 57974 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:29:54.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:29:54.381 [info] [command][58bf0bf4-f2c7-4d88-ba9a-ff1c4fa459a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""58bf0bf4-f2c7-4d88-ba9a-ff1c4fa459a0""}\n2025-07-29 04:29:54.382 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ad69ed7f-ab4e-45bd-9b28-9328f9d79631] received connection request\n2025-07-29 04:29:54.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:29:54.414 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ad69ed7f-ab4e-45bd-9b28-9328f9d79631] socks forwarding established\n2025-07-29 04:29:54.444 [info] [command][58bf0bf4-f2c7-4d88-ba9a-ff1c4fa459a0] Process exited with code 0\n2025-07-29 04:29:54.445 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ad69ed7f-ab4e-45bd-9b28-9328f9d79631] socks connection closed\n2025-07-29 04:29:54.445 [info] [command][58bf0bf4-f2c7-4d88-ba9a-ff1c4fa459a0] Socket close event received\n2025-07-29 04:29:54.469 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58006 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:30:54.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:30:54.459 [info] [command][6fb7fc77-103f-4e61-b92a-46262cfb9076] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6fb7fc77-103f-4e61-b92a-46262cfb9076""}\n2025-07-29 04:30:54.460 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1fddc653-2b99-4f16-997a-1541846d0f06] received connection request\n2025-07-29 04:30:54.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:30:54.494 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1fddc653-2b99-4f16-997a-1541846d0f06] socks forwarding established\n2025-07-29 04:30:54.523 [info] [command][6fb7fc77-103f-4e61-b92a-46262cfb9076] Process exited with code 0\n2025-07-29 04:30:54.523 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1fddc653-2b99-4f16-997a-1541846d0f06] socks connection closed\n2025-07-29 04:30:54.523 [info] [command][6fb7fc77-103f-4e61-b92a-46262cfb9076] Socket close event received\n2025-07-29 04:30:54.547 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58034 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:31:54.533 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:31:54.536 [info] [command][cfccdd3e-86c5-48d0-876d-cd04dd163a82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""cfccdd3e-86c5-48d0-876d-cd04dd163a82""}\n2025-07-29 04:31:54.537 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5ecbe2fb-2398-4ccc-a2d7-d92372600322] received connection request\n2025-07-29 04:31:54.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:31:54.563 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5ecbe2fb-2398-4ccc-a2d7-d92372600322] socks forwarding established\n2025-07-29 04:31:54.592 [info] [command][cfccdd3e-86c5-48d0-876d-cd04dd163a82] Process exited with code 0\n2025-07-29 04:31:54.592 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5ecbe2fb-2398-4ccc-a2d7-d92372600322] socks connection closed\n2025-07-29 04:31:54.592 [info] [command][cfccdd3e-86c5-48d0-876d-cd04dd163a82] Socket close event received\n2025-07-29 04:31:54.617 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58071 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:32:54.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:32:54.597 [info] [command][ef8dc74a-58c2-4fdf-979a-79c295327a9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ef8dc74a-58c2-4fdf-979a-79c295327a9f""}\n2025-07-29 04:32:54.598 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9e96c2f6-5f9a-4a18-99fe-315f9f261042] received connection request\n2025-07-29 04:32:54.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:32:54.627 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9e96c2f6-5f9a-4a18-99fe-315f9f261042] socks forwarding established\n2025-07-29 04:32:54.658 [info] [command][ef8dc74a-58c2-4fdf-979a-79c295327a9f] Process exited with code 0\n2025-07-29 04:32:54.658 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9e96c2f6-5f9a-4a18-99fe-315f9f261042] socks connection closed\n2025-07-29 04:32:54.658 [info] [command][ef8dc74a-58c2-4fdf-979a-79c295327a9f] Socket close event received\n2025-07-29 04:32:54.681 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58101 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:33:54.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:33:54.662 [info] [command][8057f37a-8cd8-4460-abf2-5c23e6c80fe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8057f37a-8cd8-4460-abf2-5c23e6c80fe5""}\n2025-07-29 04:33:54.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0592d7de-09c5-4fe3-9eec-574838a9d150] received connection request\n2025-07-29 04:33:54.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:33:54.700 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0592d7de-09c5-4fe3-9eec-574838a9d150] socks forwarding established\n2025-07-29 04:33:54.756 [info] [command][8057f37a-8cd8-4460-abf2-5c23e6c80fe5] Process exited with code 0\n2025-07-29 04:33:54.757 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0592d7de-09c5-4fe3-9eec-574838a9d150] socks connection closed\n2025-07-29 04:33:54.757 [info] [command][8057f37a-8cd8-4460-abf2-5c23e6c80fe5] Socket close event received\n2025-07-29 04:33:54.780 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58122 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:34:54.759 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:34:54.761 [info] [command][b9321a53-48a1-4b2c-bbb6-cd78fd14e6cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b9321a53-48a1-4b2c-bbb6-cd78fd14e6cd""}\n2025-07-29 04:34:54.762 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][087ee239-bf01-4c17-945e-355802c7e450] received connection request\n2025-07-29 04:34:54.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:34:54.788 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][087ee239-bf01-4c17-945e-355802c7e450] socks forwarding established\n2025-07-29 04:34:54.816 [info] [command][b9321a53-48a1-4b2c-bbb6-cd78fd14e6cd] Process exited with code 0\n2025-07-29 04:34:54.817 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][087ee239-bf01-4c17-945e-355802c7e450] socks connection closed\n2025-07-29 04:34:54.817 [info] [command][b9321a53-48a1-4b2c-bbb6-cd78fd14e6cd] Socket close event received\n2025-07-29 04:34:54.840 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58165 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:35:54.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:35:54.829 [info] [command][66de3ae8-d923-4d6f-8ccc-95f5e1f090cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""66de3ae8-d923-4d6f-8ccc-95f5e1f090cc""}\n2025-07-29 04:35:54.830 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0b0a202d-995e-4cb8-81db-51ece23cbcce] received connection request\n2025-07-29 04:35:54.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:35:54.861 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0b0a202d-995e-4cb8-81db-51ece23cbcce] socks forwarding established\n2025-07-29 04:35:54.889 [info] [command][66de3ae8-d923-4d6f-8ccc-95f5e1f090cc] Process exited with code 0\n2025-07-29 04:35:54.890 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0b0a202d-995e-4cb8-81db-51ece23cbcce] socks connection closed\n2025-07-29 04:35:54.890 [info] [command][66de3ae8-d923-4d6f-8ccc-95f5e1f090cc] Socket close event received\n2025-07-29 04:35:54.914 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58187 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:36:54.897 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:36:54.900 [info] [command][2b9f2ffd-a7af-4e30-9ea9-92084bc25ef3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2b9f2ffd-a7af-4e30-9ea9-92084bc25ef3""}\n2025-07-29 04:36:54.900 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][901daf75-f446-4f2b-b608-6916cf8efcf1] received connection request\n2025-07-29 04:36:54.901 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:36:54.927 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][901daf75-f446-4f2b-b608-6916cf8efcf1] socks forwarding established\n2025-07-29 04:36:54.956 [info] [command][2b9f2ffd-a7af-4e30-9ea9-92084bc25ef3] Process exited with code 0\n2025-07-29 04:36:54.957 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][901daf75-f446-4f2b-b608-6916cf8efcf1] socks connection closed\n2025-07-29 04:36:54.957 [info] [command][2b9f2ffd-a7af-4e30-9ea9-92084bc25ef3] Socket close event received\n2025-07-29 04:36:54.981 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58219 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:37:54.962 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:37:54.965 [info] [command][bc8b66ae-dbd4-4ace-b377-38c37d602be9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bc8b66ae-dbd4-4ace-b377-38c37d602be9""}\n2025-07-29 04:37:54.965 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][de31998e-5ab4-4964-a37a-d31de8aad2da] received connection request\n2025-07-29 04:37:54.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:37:54.994 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][de31998e-5ab4-4964-a37a-d31de8aad2da] socks forwarding established\n2025-07-29 04:37:55.025 [info] [command][bc8b66ae-dbd4-4ace-b377-38c37d602be9] Process exited with code 0\n2025-07-29 04:37:55.025 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][de31998e-5ab4-4964-a37a-d31de8aad2da] socks connection closed\n2025-07-29 04:37:55.026 [info] [command][bc8b66ae-dbd4-4ace-b377-38c37d602be9] Socket close event received\n2025-07-29 04:37:55.049 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58250 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:38:55.029 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:38:55.031 [info] [command][39d4a82d-d2b2-405a-915b-2909f3fba149] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""39d4a82d-d2b2-405a-915b-2909f3fba149""}\n2025-07-29 04:38:55.032 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2a4e6ac0-1c74-4996-9116-44a016e15d90] received connection request\n2025-07-29 04:38:55.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:38:55.068 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2a4e6ac0-1c74-4996-9116-44a016e15d90] socks forwarding established\n2025-07-29 04:38:55.099 [info] [command][39d4a82d-d2b2-405a-915b-2909f3fba149] Process exited with code 0\n2025-07-29 04:38:55.099 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2a4e6ac0-1c74-4996-9116-44a016e15d90] socks connection closed\n2025-07-29 04:38:55.100 [info] [command][39d4a82d-d2b2-405a-915b-2909f3fba149] Socket close event received\n2025-07-29 04:38:55.123 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58281 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:39:55.110 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:39:55.112 [info] [command][5c9da6f7-32a2-4fb0-9d6b-f060bae1247b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5c9da6f7-32a2-4fb0-9d6b-f060bae1247b""}\n2025-07-29 04:39:55.113 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][80164b7f-72a8-4848-aba8-4c9f3fb3e94c] received connection request\n2025-07-29 04:39:55.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:39:55.142 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][80164b7f-72a8-4848-aba8-4c9f3fb3e94c] socks forwarding established\n2025-07-29 04:39:55.172 [info] [command][5c9da6f7-32a2-4fb0-9d6b-f060bae1247b] Process exited with code 0\n2025-07-29 04:39:55.172 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][80164b7f-72a8-4848-aba8-4c9f3fb3e94c] socks connection closed\n2025-07-29 04:39:55.172 [info] [command][5c9da6f7-32a2-4fb0-9d6b-f060bae1247b] Socket close event received\n2025-07-29 04:39:55.208 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58316 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:40:55.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:40:55.184 [info] [command][d0ced594-b9f2-4d11-8d70-a5a78864cff2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d0ced594-b9f2-4d11-8d70-a5a78864cff2""}\n2025-07-29 04:40:55.185 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0822a8ec-c626-429e-92cb-aa4b7a99adab] received connection request\n2025-07-29 04:40:55.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:40:55.219 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0822a8ec-c626-429e-92cb-aa4b7a99adab] socks forwarding established\n2025-07-29 04:40:55.250 [info] [command][d0ced594-b9f2-4d11-8d70-a5a78864cff2] Process exited with code 0\n2025-07-29 04:40:55.251 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0822a8ec-c626-429e-92cb-aa4b7a99adab] socks connection closed\n2025-07-29 04:40:55.251 [info] [command][d0ced594-b9f2-4d11-8d70-a5a78864cff2] Socket close event received\n2025-07-29 04:40:55.275 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58335 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:41:55.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:41:55.256 [info] [command][3de6ee5a-e3c8-406f-8362-2d4906d74d73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3de6ee5a-e3c8-406f-8362-2d4906d74d73""}\n2025-07-29 04:41:55.257 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][bb5ad280-92d5-4a7e-ae28-016dd9de1eef] received connection request\n2025-07-29 04:41:55.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:41:55.288 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bb5ad280-92d5-4a7e-ae28-016dd9de1eef] socks forwarding established\n2025-07-29 04:41:55.318 [info] [command][3de6ee5a-e3c8-406f-8362-2d4906d74d73] Process exited with code 0\n2025-07-29 04:41:55.318 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bb5ad280-92d5-4a7e-ae28-016dd9de1eef] socks connection closed\n2025-07-29 04:41:55.318 [info] [command][3de6ee5a-e3c8-406f-8362-2d4906d74d73] Socket close event received\n2025-07-29 04:41:55.341 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58369 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:42:55.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:42:55.324 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][763d863b-0de7-466a-900c-ee73f95b1ce9] received connection request\n2025-07-29 04:42:55.325 [info] [command][b17a6aaa-2ece-4a20-873f-899d2787f84e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b17a6aaa-2ece-4a20-873f-899d2787f84e""}\n2025-07-29 04:42:55.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:42:55.355 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][763d863b-0de7-466a-900c-ee73f95b1ce9] socks forwarding established\n2025-07-29 04:42:55.384 [info] [command][b17a6aaa-2ece-4a20-873f-899d2787f84e] Process exited with code 0\n2025-07-29 04:42:55.384 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][763d863b-0de7-466a-900c-ee73f95b1ce9] socks connection closed\n2025-07-29 04:42:55.384 [info] [command][b17a6aaa-2ece-4a20-873f-899d2787f84e] Socket close event received\n2025-07-29 04:42:55.407 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58413 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:43:55.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:43:55.396 [info] [command][9b0ccb81-8722-423f-9e81-42f85e6a0e1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9b0ccb81-8722-423f-9e81-42f85e6a0e1f""}\n2025-07-29 04:43:55.396 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f87bccb3-c780-46b8-ba17-3a29aafc77e0] received connection request\n2025-07-29 04:43:55.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:43:55.429 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f87bccb3-c780-46b8-ba17-3a29aafc77e0] socks forwarding established\n2025-07-29 04:43:55.460 [info] [command][9b0ccb81-8722-423f-9e81-42f85e6a0e1f] Process exited with code 0\n2025-07-29 04:43:55.460 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f87bccb3-c780-46b8-ba17-3a29aafc77e0] socks connection closed\n2025-07-29 04:43:55.460 [info] [command][9b0ccb81-8722-423f-9e81-42f85e6a0e1f] Socket close event received\n2025-07-29 04:43:55.486 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58430 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:44:55.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:44:55.470 [info] [command][a0cdd78b-4d26-40bd-a55e-94d094574a08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a0cdd78b-4d26-40bd-a55e-94d094574a08""}\n2025-07-29 04:44:55.470 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6f4a8872-fd37-406d-a319-063152e23473] received connection request\n2025-07-29 04:44:55.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:44:55.497 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6f4a8872-fd37-406d-a319-063152e23473] socks forwarding established\n2025-07-29 04:44:55.528 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6f4a8872-fd37-406d-a319-063152e23473] socks connection closed\n2025-07-29 04:44:55.528 [info] [command][a0cdd78b-4d26-40bd-a55e-94d094574a08] Process exited with code 0\n2025-07-29 04:44:55.528 [info] [command][a0cdd78b-4d26-40bd-a55e-94d094574a08] Socket close event received\n2025-07-29 04:44:55.552 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58460 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:45:55.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:45:55.532 [info] [command][3924ded7-39a6-4291-8fe0-63ddb277ac6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3924ded7-39a6-4291-8fe0-63ddb277ac6a""}\n2025-07-29 04:45:55.532 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4ebbe583-db66-495a-bc9d-3123c9b8873f] received connection request\n2025-07-29 04:45:55.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:45:55.567 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4ebbe583-db66-495a-bc9d-3123c9b8873f] socks forwarding established\n2025-07-29 04:45:55.598 [info] [command][3924ded7-39a6-4291-8fe0-63ddb277ac6a] Process exited with code 0\n2025-07-29 04:45:55.598 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4ebbe583-db66-495a-bc9d-3123c9b8873f] socks connection closed\n2025-07-29 04:45:55.598 [info] [command][3924ded7-39a6-4291-8fe0-63ddb277ac6a] Socket close event received\n2025-07-29 04:45:55.622 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58479 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:46:55.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:46:55.611 [info] [command][daaf854e-d7d9-46a1-90f4-b65084ff8afb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""daaf854e-d7d9-46a1-90f4-b65084ff8afb""}\n2025-07-29 04:46:55.612 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][20dd66c0-2a71-4115-834f-85a3d4796537] received connection request\n2025-07-29 04:46:55.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:46:55.647 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][20dd66c0-2a71-4115-834f-85a3d4796537] socks forwarding established\n2025-07-29 04:46:55.678 [info] [command][daaf854e-d7d9-46a1-90f4-b65084ff8afb] Process exited with code 0\n2025-07-29 04:46:55.679 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][20dd66c0-2a71-4115-834f-85a3d4796537] socks connection closed\n2025-07-29 04:46:55.679 [info] [command][daaf854e-d7d9-46a1-90f4-b65084ff8afb] Socket close event received\n2025-07-29 04:46:55.705 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58521 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:47:55.682 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:47:55.684 [info] [command][58a3c571-2f1c-4d37-ab39-96b9ab066019] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""58a3c571-2f1c-4d37-ab39-96b9ab066019""}\n2025-07-29 04:47:55.684 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][242b1350-38c9-40fd-b9ad-39a0ab5ab6c5] received connection request\n2025-07-29 04:47:55.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:47:55.712 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][242b1350-38c9-40fd-b9ad-39a0ab5ab6c5] socks forwarding established\n2025-07-29 04:47:55.740 [info] [command][58a3c571-2f1c-4d37-ab39-96b9ab066019] Process exited with code 0\n2025-07-29 04:47:55.741 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][242b1350-38c9-40fd-b9ad-39a0ab5ab6c5] socks connection closed\n2025-07-29 04:47:55.741 [info] [command][58a3c571-2f1c-4d37-ab39-96b9ab066019] Socket close event received\n2025-07-29 04:47:55.765 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58558 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:48:55.751 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:48:55.755 [info] [command][0858775c-4ba4-4b69-81fb-84ca7c47aa3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0858775c-4ba4-4b69-81fb-84ca7c47aa3e""}\n2025-07-29 04:48:55.755 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b2624b8a-02a5-48e2-924f-3febce7465d8] received connection request\n2025-07-29 04:48:55.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:48:55.791 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b2624b8a-02a5-48e2-924f-3febce7465d8] socks forwarding established\n2025-07-29 04:48:55.820 [info] [command][0858775c-4ba4-4b69-81fb-84ca7c47aa3e] Process exited with code 0\n2025-07-29 04:48:55.821 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b2624b8a-02a5-48e2-924f-3febce7465d8] socks connection closed\n2025-07-29 04:48:55.821 [info] [command][0858775c-4ba4-4b69-81fb-84ca7c47aa3e] Socket close event received\n2025-07-29 04:48:55.846 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58574 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:49:55.830 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:49:55.833 [info] [command][705eb376-68e2-4f82-8f0f-286706e9b73f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""705eb376-68e2-4f82-8f0f-286706e9b73f""}\n2025-07-29 04:49:55.834 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][98470f13-a150-4acf-acf5-2e1b074d67a7] received connection request\n2025-07-29 04:49:55.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:49:55.867 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][98470f13-a150-4acf-acf5-2e1b074d67a7] socks forwarding established\n2025-07-29 04:49:55.899 [info] [command][705eb376-68e2-4f82-8f0f-286706e9b73f] Process exited with code 0\n2025-07-29 04:49:55.899 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][98470f13-a150-4acf-acf5-2e1b074d67a7] socks connection closed\n2025-07-29 04:49:55.900 [info] [command][705eb376-68e2-4f82-8f0f-286706e9b73f] Socket close event received\n2025-07-29 04:49:55.924 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58608 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:50:55.910 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:50:55.913 [info] [command][b4468180-d7c8-46ee-8afc-a0fb2a01d270] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b4468180-d7c8-46ee-8afc-a0fb2a01d270""}\n2025-07-29 04:50:55.914 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c2fde2cd-3267-41b8-888f-2b2e33bb1e5b] received connection request\n2025-07-29 04:50:55.914 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:50:55.945 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2fde2cd-3267-41b8-888f-2b2e33bb1e5b] socks forwarding established\n2025-07-29 04:50:55.977 [info] [command][b4468180-d7c8-46ee-8afc-a0fb2a01d270] Process exited with code 0\n2025-07-29 04:50:55.978 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2fde2cd-3267-41b8-888f-2b2e33bb1e5b] socks connection closed\n2025-07-29 04:50:55.978 [info] [command][b4468180-d7c8-46ee-8afc-a0fb2a01d270] Socket close event received\n2025-07-29 04:50:56.001 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58649 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:51:55.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:51:55.987 [info] [command][8ebf9a72-3fa2-4fca-bfdf-592bea4fd3f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8ebf9a72-3fa2-4fca-bfdf-592bea4fd3f6""}\n2025-07-29 04:51:55.987 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d2a33926-dc70-408d-a56a-0dc69355f3ff] received connection request\n2025-07-29 04:51:55.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:51:56.021 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d2a33926-dc70-408d-a56a-0dc69355f3ff] socks forwarding established\n2025-07-29 04:51:56.049 [info] [command][8ebf9a72-3fa2-4fca-bfdf-592bea4fd3f6] Process exited with code 0\n2025-07-29 04:51:56.049 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d2a33926-dc70-408d-a56a-0dc69355f3ff] socks connection closed\n2025-07-29 04:51:56.050 [info] [command][8ebf9a72-3fa2-4fca-bfdf-592bea4fd3f6] Socket close event received\n2025-07-29 04:51:56.074 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58689 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:52:56.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:52:56.061 [info] [command][0b454b68-70c2-47d1-b4de-8c03edd117f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0b454b68-70c2-47d1-b4de-8c03edd117f0""}\n2025-07-29 04:52:56.061 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1e321bfd-1270-4df6-90e6-d43b23bf19f5] received connection request\n2025-07-29 04:52:56.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:52:56.092 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e321bfd-1270-4df6-90e6-d43b23bf19f5] socks forwarding established\n2025-07-29 04:52:56.131 [info] [command][0b454b68-70c2-47d1-b4de-8c03edd117f0] Process exited with code 0\n2025-07-29 04:52:56.131 [info] [command][0b454b68-70c2-47d1-b4de-8c03edd117f0] Socket close event received\n2025-07-29 04:52:56.132 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e321bfd-1270-4df6-90e6-d43b23bf19f5] socks connection closed\n2025-07-29 04:52:56.156 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58722 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:53:56.136 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:53:56.140 [info] [command][7a070da1-8a18-4b08-a64a-368909e216bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7a070da1-8a18-4b08-a64a-368909e216bb""}\n2025-07-29 04:53:56.140 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7a0de425-658f-4e57-bed6-057dd758bb6c] received connection request\n2025-07-29 04:53:56.141 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:53:56.169 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a0de425-658f-4e57-bed6-057dd758bb6c] socks forwarding established\n2025-07-29 04:53:56.210 [info] [command][7a070da1-8a18-4b08-a64a-368909e216bb] Process exited with code 0\n2025-07-29 04:53:56.211 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a0de425-658f-4e57-bed6-057dd758bb6c] socks connection closed\n2025-07-29 04:53:56.211 [info] [command][7a070da1-8a18-4b08-a64a-368909e216bb] Socket close event received\n2025-07-29 04:53:56.236 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58738 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:54:56.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:54:56.221 [info] [command][d0001fba-da68-4bd8-a96b-ce0abbe02dd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d0001fba-da68-4bd8-a96b-ce0abbe02dd2""}\n2025-07-29 04:54:56.221 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0172191d-4cca-4ddd-b3d9-4e0f8b9b9c3c] received connection request\n2025-07-29 04:54:56.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:54:56.251 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0172191d-4cca-4ddd-b3d9-4e0f8b9b9c3c] socks forwarding established\n2025-07-29 04:54:56.279 [info] [command][d0001fba-da68-4bd8-a96b-ce0abbe02dd2] Process exited with code 0\n2025-07-29 04:54:56.279 [info] [command][d0001fba-da68-4bd8-a96b-ce0abbe02dd2] Socket close event received\n2025-07-29 04:54:56.299 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0172191d-4cca-4ddd-b3d9-4e0f8b9b9c3c] socks connection closed\n2025-07-29 04:54:56.303 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58778 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:55:56.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:55:56.285 [info] [command][a88b2631-a0b3-4d84-a7a3-d9c548a0252c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a88b2631-a0b3-4d84-a7a3-d9c548a0252c""}\n2025-07-29 04:55:56.286 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0cff4887-0c17-4eb0-ae57-dd521207ff19] received connection request\n2025-07-29 04:55:56.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:55:56.313 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0cff4887-0c17-4eb0-ae57-dd521207ff19] socks forwarding established\n2025-07-29 04:55:56.343 [info] [command][a88b2631-a0b3-4d84-a7a3-d9c548a0252c] Process exited with code 0\n2025-07-29 04:55:56.344 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0cff4887-0c17-4eb0-ae57-dd521207ff19] socks connection closed\n2025-07-29 04:55:56.344 [info] [command][a88b2631-a0b3-4d84-a7a3-d9c548a0252c] Socket close event received\n2025-07-29 04:55:56.372 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58815 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:56:56.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:56:56.348 [info] [command][368435de-3b5b-42cc-99b6-b0079808219d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""368435de-3b5b-42cc-99b6-b0079808219d""}\n2025-07-29 04:56:56.350 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b44a94d7-ae2d-4fda-9cde-e8cfe1b42ad3] received connection request\n2025-07-29 04:56:56.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:56:56.379 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b44a94d7-ae2d-4fda-9cde-e8cfe1b42ad3] socks forwarding established\n2025-07-29 04:56:56.409 [info] [command][368435de-3b5b-42cc-99b6-b0079808219d] Process exited with code 0\n2025-07-29 04:56:56.409 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b44a94d7-ae2d-4fda-9cde-e8cfe1b42ad3] socks connection closed\n2025-07-29 04:56:56.409 [info] [command][368435de-3b5b-42cc-99b6-b0079808219d] Socket close event received\n2025-07-29 04:56:56.433 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58849 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:57:56.409 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:57:56.411 [info] [command][3b613a39-cd4d-4cd1-b5ae-54e084ab04e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3b613a39-cd4d-4cd1-b5ae-54e084ab04e8""}\n2025-07-29 04:57:56.411 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cf674a6e-97ee-413f-af7f-98bc28c3948d] received connection request\n2025-07-29 04:57:56.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:57:56.448 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cf674a6e-97ee-413f-af7f-98bc28c3948d] socks forwarding established\n2025-07-29 04:57:56.480 [info] [command][3b613a39-cd4d-4cd1-b5ae-54e084ab04e8] Process exited with code 0\n2025-07-29 04:57:56.481 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cf674a6e-97ee-413f-af7f-98bc28c3948d] socks connection closed\n2025-07-29 04:57:56.481 [info] [command][3b613a39-cd4d-4cd1-b5ae-54e084ab04e8] Socket close event received\n2025-07-29 04:57:56.507 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58885 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:58:56.483 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:58:56.484 [info] [command][ab17e736-8747-4450-8fe1-20bac743d395] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ab17e736-8747-4450-8fe1-20bac743d395""}\n2025-07-29 04:58:56.485 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a2f1ae37-689e-48ad-ae3f-3513b6d73fba] received connection request\n2025-07-29 04:58:56.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:58:56.513 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a2f1ae37-689e-48ad-ae3f-3513b6d73fba] socks forwarding established\n2025-07-29 04:58:56.542 [info] [command][ab17e736-8747-4450-8fe1-20bac743d395] Process exited with code 0\n2025-07-29 04:58:56.542 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a2f1ae37-689e-48ad-ae3f-3513b6d73fba] socks connection closed\n2025-07-29 04:58:56.542 [info] [command][ab17e736-8747-4450-8fe1-20bac743d395] Socket close event received\n2025-07-29 04:58:56.565 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58904 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 04:59:56.549 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 04:59:56.551 [info] [command][00b8f197-dbf8-437b-bc94-b5ff195045d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""00b8f197-dbf8-437b-bc94-b5ff195045d7""}\n2025-07-29 04:59:56.552 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9b294fb8-714b-4cf2-ba42-4878e59a9157] received connection request\n2025-07-29 04:59:56.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 04:59:56.585 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9b294fb8-714b-4cf2-ba42-4878e59a9157] socks forwarding established\n2025-07-29 04:59:56.616 [info] [command][00b8f197-dbf8-437b-bc94-b5ff195045d7] Process exited with code 0\n2025-07-29 04:59:56.616 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9b294fb8-714b-4cf2-ba42-4878e59a9157] socks connection closed\n2025-07-29 04:59:56.616 [info] [command][00b8f197-dbf8-437b-bc94-b5ff195045d7] Socket close event received\n2025-07-29 04:59:56.641 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58939 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:00:56.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:00:56.627 [info] [command][e5d7cafb-424b-409e-bcfa-36b5a95b83f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e5d7cafb-424b-409e-bcfa-36b5a95b83f6""}\n2025-07-29 05:00:56.627 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][41e71ef4-e333-448f-99f3-5f818134ce7c] received connection request\n2025-07-29 05:00:56.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:00:56.664 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][41e71ef4-e333-448f-99f3-5f818134ce7c] socks forwarding established\n2025-07-29 05:00:56.693 [info] [command][e5d7cafb-424b-409e-bcfa-36b5a95b83f6] Process exited with code 0\n2025-07-29 05:00:56.694 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][41e71ef4-e333-448f-99f3-5f818134ce7c] socks connection closed\n2025-07-29 05:00:56.694 [info] [command][e5d7cafb-424b-409e-bcfa-36b5a95b83f6] Socket close event received\n2025-07-29 05:00:56.717 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 58962 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:01:56.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:01:56.705 [info] [command][a428b7ee-d933-4dc0-ab20-d62020458825] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a428b7ee-d933-4dc0-ab20-d62020458825""}\n2025-07-29 05:01:56.705 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][72cf9672-b1fe-41d5-8635-82c8844334b7] received connection request\n2025-07-29 05:01:56.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:01:56.732 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][72cf9672-b1fe-41d5-8635-82c8844334b7] socks forwarding established\n2025-07-29 05:01:56.759 [info] [command][a428b7ee-d933-4dc0-ab20-d62020458825] Process exited with code 0\n2025-07-29 05:01:56.759 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][72cf9672-b1fe-41d5-8635-82c8844334b7] socks connection closed\n2025-07-29 05:01:56.759 [info] [command][a428b7ee-d933-4dc0-ab20-d62020458825] Socket close event received\n2025-07-29 05:01:56.783 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59005 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:02:56.764 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:02:56.766 [info] [command][a2876986-5ed7-4c7b-8339-65f349366517] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a2876986-5ed7-4c7b-8339-65f349366517""}\n2025-07-29 05:02:56.766 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4f6b9b38-7dc7-4f6f-9190-922643a6ac77] received connection request\n2025-07-29 05:02:56.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:02:56.794 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4f6b9b38-7dc7-4f6f-9190-922643a6ac77] socks forwarding established\n2025-07-29 05:02:56.824 [info] [command][a2876986-5ed7-4c7b-8339-65f349366517] Process exited with code 0\n2025-07-29 05:02:56.824 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4f6b9b38-7dc7-4f6f-9190-922643a6ac77] socks connection closed\n2025-07-29 05:02:56.824 [info] [command][a2876986-5ed7-4c7b-8339-65f349366517] Socket close event received\n2025-07-29 05:02:56.847 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59039 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:03:56.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:03:56.836 [info] [command][8d9fec99-6e0c-4254-82cb-c2023d7eb5b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8d9fec99-6e0c-4254-82cb-c2023d7eb5b5""}\n2025-07-29 05:03:56.837 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][06f6c44f-cce2-428c-8565-e765d2135aab] received connection request\n2025-07-29 05:03:56.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:03:56.869 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][06f6c44f-cce2-428c-8565-e765d2135aab] socks forwarding established\n2025-07-29 05:03:56.904 [info] [command][8d9fec99-6e0c-4254-82cb-c2023d7eb5b5] Process exited with code 0\n2025-07-29 05:03:56.905 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][06f6c44f-cce2-428c-8565-e765d2135aab] socks connection closed\n2025-07-29 05:03:56.905 [info] [command][8d9fec99-6e0c-4254-82cb-c2023d7eb5b5] Socket close event received\n2025-07-29 05:03:56.948 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59065 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:04:56.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:04:56.909 [info] [command][f582f34d-b1fe-4521-abd3-3df88f349abc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f582f34d-b1fe-4521-abd3-3df88f349abc""}\n2025-07-29 05:04:56.909 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][3f2c612f-faf5-422e-bee0-ff0c340bcd0b] received connection request\n2025-07-29 05:04:56.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:04:56.939 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3f2c612f-faf5-422e-bee0-ff0c340bcd0b] socks forwarding established\n2025-07-29 05:04:56.968 [info] [command][f582f34d-b1fe-4521-abd3-3df88f349abc] Process exited with code 0\n2025-07-29 05:04:56.968 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3f2c612f-faf5-422e-bee0-ff0c340bcd0b] socks connection closed\n2025-07-29 05:04:56.969 [info] [command][f582f34d-b1fe-4521-abd3-3df88f349abc] Socket close event received\n2025-07-29 05:04:56.993 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59100 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:05:56.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:05:56.976 [info] [command][f71cee12-08ef-45b0-8ece-9b94ee39b1a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f71cee12-08ef-45b0-8ece-9b94ee39b1a8""}\n2025-07-29 05:05:56.976 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a339adf0-48ec-4b9e-b473-57e22c2de1c6] received connection request\n2025-07-29 05:05:56.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:05:57.005 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a339adf0-48ec-4b9e-b473-57e22c2de1c6] socks forwarding established\n2025-07-29 05:05:57.033 [info] [command][f71cee12-08ef-45b0-8ece-9b94ee39b1a8] Process exited with code 0\n2025-07-29 05:05:57.033 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a339adf0-48ec-4b9e-b473-57e22c2de1c6] socks connection closed\n2025-07-29 05:05:57.033 [info] [command][f71cee12-08ef-45b0-8ece-9b94ee39b1a8] Socket close event received\n2025-07-29 05:05:57.057 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59130 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:06:57.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:06:57.037 [info] [command][9af4bb8b-0f56-4c0a-af82-b7634fd929cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9af4bb8b-0f56-4c0a-af82-b7634fd929cf""}\n2025-07-29 05:06:57.038 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1e068268-f5ac-4a06-a84a-9293216307c1] received connection request\n2025-07-29 05:06:57.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:06:57.065 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e068268-f5ac-4a06-a84a-9293216307c1] socks forwarding established\n2025-07-29 05:06:57.093 [info] [command][9af4bb8b-0f56-4c0a-af82-b7634fd929cf] Process exited with code 0\n2025-07-29 05:06:57.094 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e068268-f5ac-4a06-a84a-9293216307c1] socks connection closed\n2025-07-29 05:06:57.094 [info] [command][9af4bb8b-0f56-4c0a-af82-b7634fd929cf] Socket close event received\n2025-07-29 05:06:57.119 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59164 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:07:57.100 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:07:57.102 [info] [command][e3a4a30a-5394-433f-9719-e134b8583845] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e3a4a30a-5394-433f-9719-e134b8583845""}\n2025-07-29 05:07:57.103 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][eeb3748d-8f7b-421a-a9a7-0ef9bae0a767] received connection request\n2025-07-29 05:07:57.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:07:57.136 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][eeb3748d-8f7b-421a-a9a7-0ef9bae0a767] socks forwarding established\n2025-07-29 05:07:57.169 [info] [command][e3a4a30a-5394-433f-9719-e134b8583845] Process exited with code 0\n2025-07-29 05:07:57.169 [info] [command][e3a4a30a-5394-433f-9719-e134b8583845] Socket close event received\n2025-07-29 05:07:57.174 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][eeb3748d-8f7b-421a-a9a7-0ef9bae0a767] socks connection closed\n2025-07-29 05:07:57.195 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59198 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:08:57.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:08:57.180 [info] [command][0bf99aa0-231b-4698-b4e9-d9ae9e143be3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0bf99aa0-231b-4698-b4e9-d9ae9e143be3""}\n2025-07-29 05:08:57.180 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a6d674d7-9b6a-441b-9cec-b75479bf7c57] received connection request\n2025-07-29 05:08:57.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:08:57.209 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a6d674d7-9b6a-441b-9cec-b75479bf7c57] socks forwarding established\n2025-07-29 05:08:57.237 [info] [command][0bf99aa0-231b-4698-b4e9-d9ae9e143be3] Process exited with code 0\n2025-07-29 05:08:57.238 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a6d674d7-9b6a-441b-9cec-b75479bf7c57] socks connection closed\n2025-07-29 05:08:57.238 [info] [command][0bf99aa0-231b-4698-b4e9-d9ae9e143be3] Socket close event received\n2025-07-29 05:08:57.263 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59218 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:09:57.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:09:57.250 [info] [command][33604730-8808-46c5-b56c-d6229809e875] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""33604730-8808-46c5-b56c-d6229809e875""}\n2025-07-29 05:09:57.251 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e78fcb8a-ce51-4903-b711-f71fe6623b43] received connection request\n2025-07-29 05:09:57.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:09:57.302 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e78fcb8a-ce51-4903-b711-f71fe6623b43] socks forwarding established\n2025-07-29 05:09:57.333 [info] [command][33604730-8808-46c5-b56c-d6229809e875] Process exited with code 0\n2025-07-29 05:09:57.333 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e78fcb8a-ce51-4903-b711-f71fe6623b43] socks connection closed\n2025-07-29 05:09:57.333 [info] [command][33604730-8808-46c5-b56c-d6229809e875] Socket close event received\n2025-07-29 05:09:57.357 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59266 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:10:57.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:10:57.346 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6e832552-6f69-4b53-b5f2-0db55d438dee] received connection request\n2025-07-29 05:10:57.346 [info] [command][afe32e6c-7580-4be2-aa6c-9cc0909a8998] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""afe32e6c-7580-4be2-aa6c-9cc0909a8998""}\n2025-07-29 05:10:57.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:10:57.377 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6e832552-6f69-4b53-b5f2-0db55d438dee] socks forwarding established\n2025-07-29 05:10:57.408 [info] [command][afe32e6c-7580-4be2-aa6c-9cc0909a8998] Process exited with code 0\n2025-07-29 05:10:57.409 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6e832552-6f69-4b53-b5f2-0db55d438dee] socks connection closed\n2025-07-29 05:10:57.409 [info] [command][afe32e6c-7580-4be2-aa6c-9cc0909a8998] Socket close event received\n2025-07-29 05:10:57.431 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59286 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:11:57.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:11:57.420 [info] [command][5dba70a2-e4f8-4deb-96ca-d22009f41325] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5dba70a2-e4f8-4deb-96ca-d22009f41325""}\n2025-07-29 05:11:57.421 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][319554ed-f63f-4fdc-8eab-cb17dd0e4039] received connection request\n2025-07-29 05:11:57.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:11:57.449 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][319554ed-f63f-4fdc-8eab-cb17dd0e4039] socks forwarding established\n2025-07-29 05:11:57.487 [info] [command][5dba70a2-e4f8-4deb-96ca-d22009f41325] Process exited with code 0\n2025-07-29 05:11:57.487 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][319554ed-f63f-4fdc-8eab-cb17dd0e4039] socks connection closed\n2025-07-29 05:11:57.487 [info] [command][5dba70a2-e4f8-4deb-96ca-d22009f41325] Socket close event received\n2025-07-29 05:11:57.514 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59319 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:12:57.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:12:57.500 [info] [command][4040cf13-5a13-472e-87a2-506a8ca82ccb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4040cf13-5a13-472e-87a2-506a8ca82ccb""}\n2025-07-29 05:12:57.500 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7fc5f5d4-26be-4976-9e8b-5d63952c3ab1] received connection request\n2025-07-29 05:12:57.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:12:57.532 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7fc5f5d4-26be-4976-9e8b-5d63952c3ab1] socks forwarding established\n2025-07-29 05:12:57.564 [info] [command][4040cf13-5a13-472e-87a2-506a8ca82ccb] Process exited with code 0\n2025-07-29 05:12:57.564 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7fc5f5d4-26be-4976-9e8b-5d63952c3ab1] socks connection closed\n2025-07-29 05:12:57.564 [info] [command][4040cf13-5a13-472e-87a2-506a8ca82ccb] Socket close event received\n2025-07-29 05:12:57.588 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59363 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:13:57.566 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:13:57.569 [info] [command][b0c117fc-024a-4d04-9fe6-e02d30e7f2fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b0c117fc-024a-4d04-9fe6-e02d30e7f2fa""}\n2025-07-29 05:13:57.570 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2822d615-b9ad-46c8-bc5c-16b6e8ca4a77] received connection request\n2025-07-29 05:13:57.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:13:57.668 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2822d615-b9ad-46c8-bc5c-16b6e8ca4a77] socks forwarding established\n2025-07-29 05:13:57.700 [info] [command][b0c117fc-024a-4d04-9fe6-e02d30e7f2fa] Process exited with code 0\n2025-07-29 05:13:57.700 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2822d615-b9ad-46c8-bc5c-16b6e8ca4a77] socks connection closed\n2025-07-29 05:13:57.700 [info] [command][b0c117fc-024a-4d04-9fe6-e02d30e7f2fa] Socket close event received\n2025-07-29 05:13:57.724 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59382 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:14:57.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:14:57.710 [info] [command][c177558b-24e1-4952-a28d-22a8e28e1fe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c177558b-24e1-4952-a28d-22a8e28e1fe5""}\n2025-07-29 05:14:57.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f744b868-3aea-452f-a1e2-0fabf686f1f4] received connection request\n2025-07-29 05:14:57.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:14:57.737 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f744b868-3aea-452f-a1e2-0fabf686f1f4] socks forwarding established\n2025-07-29 05:14:57.767 [info] [command][c177558b-24e1-4952-a28d-22a8e28e1fe5] Process exited with code 0\n2025-07-29 05:14:57.768 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f744b868-3aea-452f-a1e2-0fabf686f1f4] socks connection closed\n2025-07-29 05:14:57.768 [info] [command][c177558b-24e1-4952-a28d-22a8e28e1fe5] Socket close event received\n2025-07-29 05:14:57.793 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59414 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:15:57.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:15:57.772 [info] [command][0f5266dd-c178-4791-8fc4-7af7857db8ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0f5266dd-c178-4791-8fc4-7af7857db8ca""}\n2025-07-29 05:15:57.773 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][aa6c789f-0aa6-4fb6-aa13-e8f680dc034d] received connection request\n2025-07-29 05:15:57.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:15:57.804 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][aa6c789f-0aa6-4fb6-aa13-e8f680dc034d] socks forwarding established\n2025-07-29 05:15:57.838 [info] [command][0f5266dd-c178-4791-8fc4-7af7857db8ca] Process exited with code 0\n2025-07-29 05:15:57.839 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][aa6c789f-0aa6-4fb6-aa13-e8f680dc034d] socks connection closed\n2025-07-29 05:15:57.839 [info] [command][0f5266dd-c178-4791-8fc4-7af7857db8ca] Socket close event received\n2025-07-29 05:15:57.863 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59433 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:16:57.843 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:16:57.845 [info] [command][7d2773e3-f074-43f7-b318-ef0930aa2967] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7d2773e3-f074-43f7-b318-ef0930aa2967""}\n2025-07-29 05:16:57.846 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d0a7d149-3f6c-4311-b760-98e626e700be] received connection request\n2025-07-29 05:16:57.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:16:57.878 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0a7d149-3f6c-4311-b760-98e626e700be] socks forwarding established\n2025-07-29 05:16:57.908 [info] [command][7d2773e3-f074-43f7-b318-ef0930aa2967] Process exited with code 0\n2025-07-29 05:16:57.908 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0a7d149-3f6c-4311-b760-98e626e700be] socks connection closed\n2025-07-29 05:16:57.908 [info] [command][7d2773e3-f074-43f7-b318-ef0930aa2967] Socket close event received\n2025-07-29 05:16:57.932 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59475 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:17:57.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:17:57.915 [info] [command][120d45c7-e98b-4ebc-ac64-e00521679041] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""120d45c7-e98b-4ebc-ac64-e00521679041""}\n2025-07-29 05:17:57.915 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8cafd838-b0aa-4c4e-91e7-a249895f5784] received connection request\n2025-07-29 05:17:57.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:17:57.945 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8cafd838-b0aa-4c4e-91e7-a249895f5784] socks forwarding established\n2025-07-29 05:17:57.974 [info] [command][120d45c7-e98b-4ebc-ac64-e00521679041] Process exited with code 0\n2025-07-29 05:17:57.975 [info] [command][120d45c7-e98b-4ebc-ac64-e00521679041] Socket close event received\n2025-07-29 05:17:57.976 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8cafd838-b0aa-4c4e-91e7-a249895f5784] socks connection closed\n2025-07-29 05:17:58.000 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59508 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:18:57.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:18:57.979 [info] [command][243bfb75-3f69-46b4-b915-345fa45dc810] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""243bfb75-3f69-46b4-b915-345fa45dc810""}\n2025-07-29 05:18:57.980 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b2797236-4d6a-486c-b01d-60c1e704929c] received connection request\n2025-07-29 05:18:57.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:18:58.012 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b2797236-4d6a-486c-b01d-60c1e704929c] socks forwarding established\n2025-07-29 05:18:58.041 [info] [command][243bfb75-3f69-46b4-b915-345fa45dc810] Process exited with code 0\n2025-07-29 05:18:58.041 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b2797236-4d6a-486c-b01d-60c1e704929c] socks connection closed\n2025-07-29 05:18:58.041 [info] [command][243bfb75-3f69-46b4-b915-345fa45dc810] Socket close event received\n2025-07-29 05:18:58.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59532 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:19:58.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:19:58.047 [info] [command][526f58ad-21e8-4c0f-9a9a-040731b7c40e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""526f58ad-21e8-4c0f-9a9a-040731b7c40e""}\n2025-07-29 05:19:58.048 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6c8e3bac-ee1a-46a0-a146-7e581951efc6] received connection request\n2025-07-29 05:19:58.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:19:58.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6c8e3bac-ee1a-46a0-a146-7e581951efc6] socks forwarding established\n2025-07-29 05:19:58.103 [info] [command][526f58ad-21e8-4c0f-9a9a-040731b7c40e] Process exited with code 0\n2025-07-29 05:19:58.104 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6c8e3bac-ee1a-46a0-a146-7e581951efc6] socks connection closed\n2025-07-29 05:19:58.104 [info] [command][526f58ad-21e8-4c0f-9a9a-040731b7c40e] Socket close event received\n2025-07-29 05:19:58.127 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59573 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:20:58.110 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:20:58.113 [info] [command][2c97dad2-bb5e-48e4-85c4-f54f5bd08929] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2c97dad2-bb5e-48e4-85c4-f54f5bd08929""}\n2025-07-29 05:20:58.114 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][fc8953aa-3999-4159-8ebc-d074ccf71536] received connection request\n2025-07-29 05:20:58.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:20:58.143 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fc8953aa-3999-4159-8ebc-d074ccf71536] socks forwarding established\n2025-07-29 05:20:58.172 [info] [command][2c97dad2-bb5e-48e4-85c4-f54f5bd08929] Process exited with code 0\n2025-07-29 05:20:58.173 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fc8953aa-3999-4159-8ebc-d074ccf71536] socks connection closed\n2025-07-29 05:20:58.173 [info] [command][2c97dad2-bb5e-48e4-85c4-f54f5bd08929] Socket close event received\n2025-07-29 05:20:58.198 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59645 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:21:58.177 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:21:58.180 [info] [command][6684024c-b06b-4f4d-8b4a-28af302d8384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6684024c-b06b-4f4d-8b4a-28af302d8384""}\n2025-07-29 05:21:58.181 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1e4762db-dbbe-4043-a394-c95d7c765365] received connection request\n2025-07-29 05:21:58.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:21:58.208 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e4762db-dbbe-4043-a394-c95d7c765365] socks forwarding established\n2025-07-29 05:21:58.241 [info] [command][6684024c-b06b-4f4d-8b4a-28af302d8384] Process exited with code 0\n2025-07-29 05:21:58.243 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e4762db-dbbe-4043-a394-c95d7c765365] socks connection closed\n2025-07-29 05:21:58.243 [info] [command][6684024c-b06b-4f4d-8b4a-28af302d8384] Socket close event received\n2025-07-29 05:21:58.267 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59678 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:22:58.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:22:58.248 [info] [command][7c077313-27bf-4d78-b242-c0180d16d87b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7c077313-27bf-4d78-b242-c0180d16d87b""}\n2025-07-29 05:22:58.248 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dbd0cdfc-0bd3-4fcd-abcf-704657a861ef] received connection request\n2025-07-29 05:22:58.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:22:58.281 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dbd0cdfc-0bd3-4fcd-abcf-704657a861ef] socks forwarding established\n2025-07-29 05:22:58.311 [info] [command][7c077313-27bf-4d78-b242-c0180d16d87b] Process exited with code 0\n2025-07-29 05:22:58.311 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dbd0cdfc-0bd3-4fcd-abcf-704657a861ef] socks connection closed\n2025-07-29 05:22:58.311 [info] [command][7c077313-27bf-4d78-b242-c0180d16d87b] Socket close event received\n2025-07-29 05:22:58.336 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59709 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:23:58.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:23:58.321 [info] [command][cf06118d-8435-499f-80bd-1d0019eee5eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""cf06118d-8435-499f-80bd-1d0019eee5eb""}\n2025-07-29 05:23:58.321 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c0309317-6fed-403e-bc17-5ff7f39462c3] received connection request\n2025-07-29 05:23:58.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:23:58.358 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c0309317-6fed-403e-bc17-5ff7f39462c3] socks forwarding established\n2025-07-29 05:23:58.390 [info] [command][cf06118d-8435-499f-80bd-1d0019eee5eb] Process exited with code 0\n2025-07-29 05:23:58.390 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c0309317-6fed-403e-bc17-5ff7f39462c3] socks connection closed\n2025-07-29 05:23:58.390 [info] [command][cf06118d-8435-499f-80bd-1d0019eee5eb] Socket close event received\n2025-07-29 05:23:58.415 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59726 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:24:58.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:24:58.397 [info] [command][b7a38f61-dc9f-4eb0-8223-5f39da78d67b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b7a38f61-dc9f-4eb0-8223-5f39da78d67b""}\n2025-07-29 05:24:58.397 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6b515fd6-1ae4-4a8b-b429-f5e7fd69ef41] received connection request\n2025-07-29 05:24:58.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:24:58.427 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6b515fd6-1ae4-4a8b-b429-f5e7fd69ef41] socks forwarding established\n2025-07-29 05:24:58.454 [info] [command][b7a38f61-dc9f-4eb0-8223-5f39da78d67b] Process exited with code 0\n2025-07-29 05:24:58.455 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6b515fd6-1ae4-4a8b-b429-f5e7fd69ef41] socks connection closed\n2025-07-29 05:24:58.455 [info] [command][b7a38f61-dc9f-4eb0-8223-5f39da78d67b] Socket close event received\n2025-07-29 05:24:58.478 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59768 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:25:58.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:25:58.461 [info] [command][ba63a0ac-1285-4ff9-bcc0-976dab77c3b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ba63a0ac-1285-4ff9-bcc0-976dab77c3b1""}\n2025-07-29 05:25:58.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][16f15379-f6d4-402e-b346-f711da70d92d] received connection request\n2025-07-29 05:25:58.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:25:58.498 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][16f15379-f6d4-402e-b346-f711da70d92d] socks forwarding established\n2025-07-29 05:25:58.536 [info] [command][ba63a0ac-1285-4ff9-bcc0-976dab77c3b1] Process exited with code 0\n2025-07-29 05:25:58.536 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][16f15379-f6d4-402e-b346-f711da70d92d] socks connection closed\n2025-07-29 05:25:58.537 [info] [command][ba63a0ac-1285-4ff9-bcc0-976dab77c3b1] Socket close event received\n2025-07-29 05:25:58.562 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59788 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:26:58.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:26:58.551 [info] [command][e3e03b13-1e3d-4af5-93df-f4c3b435cf1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e3e03b13-1e3d-4af5-93df-f4c3b435cf1b""}\n2025-07-29 05:26:58.552 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1b09c014-d6e7-4c87-95fe-bea85efd6c1d] received connection request\n2025-07-29 05:26:58.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:26:58.586 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1b09c014-d6e7-4c87-95fe-bea85efd6c1d] socks forwarding established\n2025-07-29 05:26:58.615 [info] [command][e3e03b13-1e3d-4af5-93df-f4c3b435cf1b] Process exited with code 0\n2025-07-29 05:26:58.615 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1b09c014-d6e7-4c87-95fe-bea85efd6c1d] socks connection closed\n2025-07-29 05:26:58.616 [info] [command][e3e03b13-1e3d-4af5-93df-f4c3b435cf1b] Socket close event received\n2025-07-29 05:26:58.640 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59825 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:27:58.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:27:58.625 [info] [command][c0bb17f5-92e4-4b2e-9bbc-e378a8d22c2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c0bb17f5-92e4-4b2e-9bbc-e378a8d22c2a""}\n2025-07-29 05:27:58.626 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][13774135-45fc-4cfd-b91c-7068ef9e1899] received connection request\n2025-07-29 05:27:58.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:27:58.657 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][13774135-45fc-4cfd-b91c-7068ef9e1899] socks forwarding established\n2025-07-29 05:27:58.685 [info] [command][c0bb17f5-92e4-4b2e-9bbc-e378a8d22c2a] Process exited with code 0\n2025-07-29 05:27:58.686 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][13774135-45fc-4cfd-b91c-7068ef9e1899] socks connection closed\n2025-07-29 05:27:58.686 [info] [command][c0bb17f5-92e4-4b2e-9bbc-e378a8d22c2a] Socket close event received\n2025-07-29 05:27:58.709 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59857 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:28:58.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:28:58.698 [info] [command][892060ee-1b1c-4f13-b92a-79486b2b10b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""892060ee-1b1c-4f13-b92a-79486b2b10b3""}\n2025-07-29 05:28:58.698 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c4f0a974-1d0f-482a-9039-ffa46dfeadcb] received connection request\n2025-07-29 05:28:58.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:28:58.731 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c4f0a974-1d0f-482a-9039-ffa46dfeadcb] socks forwarding established\n2025-07-29 05:28:58.765 [info] [command][892060ee-1b1c-4f13-b92a-79486b2b10b3] Process exited with code 0\n2025-07-29 05:28:58.766 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c4f0a974-1d0f-482a-9039-ffa46dfeadcb] socks connection closed\n2025-07-29 05:28:58.766 [info] [command][892060ee-1b1c-4f13-b92a-79486b2b10b3] Socket close event received\n2025-07-29 05:28:58.792 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59885 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:29:58.773 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:29:58.775 [info] [command][0e8e0c5e-44cf-4166-8438-8905687f05c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0e8e0c5e-44cf-4166-8438-8905687f05c6""}\n2025-07-29 05:29:58.776 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c9ca86d4-6951-42e2-b3ce-c698923f9ad6] received connection request\n2025-07-29 05:29:58.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:29:58.807 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c9ca86d4-6951-42e2-b3ce-c698923f9ad6] socks forwarding established\n2025-07-29 05:29:58.835 [info] [command][0e8e0c5e-44cf-4166-8438-8905687f05c6] Process exited with code 0\n2025-07-29 05:29:58.835 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c9ca86d4-6951-42e2-b3ce-c698923f9ad6] socks connection closed\n2025-07-29 05:29:58.835 [info] [command][0e8e0c5e-44cf-4166-8438-8905687f05c6] Socket close event received\n2025-07-29 05:29:58.859 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59920 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:30:58.840 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:30:58.842 [info] [command][639a20ca-fae0-40e6-adb7-bf84d687b584] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""639a20ca-fae0-40e6-adb7-bf84d687b584""}\n2025-07-29 05:30:58.843 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4127c80b-b9b9-4c72-b4c3-c5e91fda86c3] received connection request\n2025-07-29 05:30:58.843 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:30:58.873 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4127c80b-b9b9-4c72-b4c3-c5e91fda86c3] socks forwarding established\n2025-07-29 05:30:58.901 [info] [command][639a20ca-fae0-40e6-adb7-bf84d687b584] Process exited with code 0\n2025-07-29 05:30:58.902 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4127c80b-b9b9-4c72-b4c3-c5e91fda86c3] socks connection closed\n2025-07-29 05:30:58.902 [info] [command][639a20ca-fae0-40e6-adb7-bf84d687b584] Socket close event received\n2025-07-29 05:30:58.927 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59942 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:31:58.902 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:31:58.905 [info] [command][ac6f218d-7d2c-42ce-9e8c-79d299f0a1a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ac6f218d-7d2c-42ce-9e8c-79d299f0a1a3""}\n2025-07-29 05:31:58.905 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2ba163b9-aa1d-4c51-9e36-86fe62d960a9] received connection request\n2025-07-29 05:31:58.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:31:58.939 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2ba163b9-aa1d-4c51-9e36-86fe62d960a9] socks forwarding established\n2025-07-29 05:31:58.967 [info] [command][ac6f218d-7d2c-42ce-9e8c-79d299f0a1a3] Process exited with code 0\n2025-07-29 05:31:58.968 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2ba163b9-aa1d-4c51-9e36-86fe62d960a9] socks connection closed\n2025-07-29 05:31:58.968 [info] [command][ac6f218d-7d2c-42ce-9e8c-79d299f0a1a3] Socket close event received\n2025-07-29 05:31:58.991 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 59976 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:32:58.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:32:58.981 [info] [command][d88d2759-3c26-4045-8a51-5a4f2bd6f233] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d88d2759-3c26-4045-8a51-5a4f2bd6f233""}\n2025-07-29 05:32:58.981 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5de146d9-0515-44a3-b743-e643de777b7b] received connection request\n2025-07-29 05:32:58.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:32:59.015 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5de146d9-0515-44a3-b743-e643de777b7b] socks forwarding established\n2025-07-29 05:32:59.043 [info] [command][d88d2759-3c26-4045-8a51-5a4f2bd6f233] Process exited with code 0\n2025-07-29 05:32:59.043 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5de146d9-0515-44a3-b743-e643de777b7b] socks connection closed\n2025-07-29 05:32:59.043 [info] [command][d88d2759-3c26-4045-8a51-5a4f2bd6f233] Socket close event received\n2025-07-29 05:32:59.079 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60006 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:33:59.052 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:33:59.054 [info] [command][4b8c85a4-fe5d-479c-bdfc-a7996861c07f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4b8c85a4-fe5d-479c-bdfc-a7996861c07f""}\n2025-07-29 05:33:59.055 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4269ccc4-2f04-48b4-a3a3-826425526228] received connection request\n2025-07-29 05:33:59.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:33:59.095 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4269ccc4-2f04-48b4-a3a3-826425526228] socks forwarding established\n2025-07-29 05:33:59.129 [info] [command][4b8c85a4-fe5d-479c-bdfc-a7996861c07f] Process exited with code 0\n2025-07-29 05:33:59.129 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4269ccc4-2f04-48b4-a3a3-826425526228] socks connection closed\n2025-07-29 05:33:59.129 [info] [command][4b8c85a4-fe5d-479c-bdfc-a7996861c07f] Socket close event received\n2025-07-29 05:33:59.154 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60025 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:34:59.133 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:34:59.136 [info] [command][2d4ac026-8463-40a3-b882-158aebeab23e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2d4ac026-8463-40a3-b882-158aebeab23e""}\n2025-07-29 05:34:59.137 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][662c8527-f659-4fae-845d-1359144f5360] received connection request\n2025-07-29 05:34:59.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:34:59.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][662c8527-f659-4fae-845d-1359144f5360] socks forwarding established\n2025-07-29 05:34:59.212 [info] [command][2d4ac026-8463-40a3-b882-158aebeab23e] Process exited with code 0\n2025-07-29 05:34:59.212 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][662c8527-f659-4fae-845d-1359144f5360] socks connection closed\n2025-07-29 05:34:59.212 [info] [command][2d4ac026-8463-40a3-b882-158aebeab23e] Socket close event received\n2025-07-29 05:34:59.236 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60072 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:35:59.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:35:59.217 [info] [command][06e82ae3-8066-45d2-8c48-ce9424895561] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""06e82ae3-8066-45d2-8c48-ce9424895561""}\n2025-07-29 05:35:59.218 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b0c0bb0f-18d3-48fd-a3db-26390152e2d3] received connection request\n2025-07-29 05:35:59.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:35:59.246 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b0c0bb0f-18d3-48fd-a3db-26390152e2d3] socks forwarding established\n2025-07-29 05:35:59.277 [info] [command][06e82ae3-8066-45d2-8c48-ce9424895561] Process exited with code 0\n2025-07-29 05:35:59.278 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b0c0bb0f-18d3-48fd-a3db-26390152e2d3] socks connection closed\n2025-07-29 05:35:59.278 [info] [command][06e82ae3-8066-45d2-8c48-ce9424895561] Socket close event received\n2025-07-29 05:35:59.303 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60091 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:36:59.287 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:36:59.290 [info] [command][3bc1db82-fed7-4927-a4d5-d6482b3dc19c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3bc1db82-fed7-4927-a4d5-d6482b3dc19c""}\n2025-07-29 05:36:59.291 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a3f9adce-af34-4025-9a15-cbe696f20193] received connection request\n2025-07-29 05:36:59.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:36:59.329 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a3f9adce-af34-4025-9a15-cbe696f20193] socks forwarding established\n2025-07-29 05:36:59.361 [info] [command][3bc1db82-fed7-4927-a4d5-d6482b3dc19c] Process exited with code 0\n2025-07-29 05:36:59.362 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a3f9adce-af34-4025-9a15-cbe696f20193] socks connection closed\n2025-07-29 05:36:59.362 [info] [command][3bc1db82-fed7-4927-a4d5-d6482b3dc19c] Socket close event received\n2025-07-29 05:36:59.388 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60124 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:37:59.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:37:59.374 [info] [command][cf525efb-0854-4361-9822-1caedb1aee07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""cf525efb-0854-4361-9822-1caedb1aee07""}\n2025-07-29 05:37:59.375 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7a9e3b5f-00dd-4c52-a874-914c6dba090f] received connection request\n2025-07-29 05:37:59.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:37:59.406 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a9e3b5f-00dd-4c52-a874-914c6dba090f] socks forwarding established\n2025-07-29 05:37:59.436 [info] [command][cf525efb-0854-4361-9822-1caedb1aee07] Process exited with code 0\n2025-07-29 05:37:59.436 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7a9e3b5f-00dd-4c52-a874-914c6dba090f] socks connection closed\n2025-07-29 05:37:59.436 [info] [command][cf525efb-0854-4361-9822-1caedb1aee07] Socket close event received\n2025-07-29 05:37:59.461 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60159 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:38:59.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:38:59.447 [info] [command][84dbbdda-a54a-4c4e-8363-18a70faa432b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""84dbbdda-a54a-4c4e-8363-18a70faa432b""}\n2025-07-29 05:38:59.448 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8fcc0c5a-e505-4e4f-8ac0-4d65e6e263b1] received connection request\n2025-07-29 05:38:59.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:38:59.483 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8fcc0c5a-e505-4e4f-8ac0-4d65e6e263b1] socks forwarding established\n2025-07-29 05:38:59.512 [info] [command][84dbbdda-a54a-4c4e-8363-18a70faa432b] Process exited with code 0\n2025-07-29 05:38:59.513 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8fcc0c5a-e505-4e4f-8ac0-4d65e6e263b1] socks connection closed\n2025-07-29 05:38:59.513 [info] [command][84dbbdda-a54a-4c4e-8363-18a70faa432b] Socket close event received\n2025-07-29 05:38:59.543 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60177 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:39:59.523 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:39:59.526 [info] [command][6b0bcde7-e174-4583-bc54-ad52d2763594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6b0bcde7-e174-4583-bc54-ad52d2763594""}\n2025-07-29 05:39:59.527 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c4386e33-2c8f-488e-a41a-34fc58a631ed] received connection request\n2025-07-29 05:39:59.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:39:59.570 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c4386e33-2c8f-488e-a41a-34fc58a631ed] socks forwarding established\n2025-07-29 05:39:59.600 [info] [command][6b0bcde7-e174-4583-bc54-ad52d2763594] Process exited with code 0\n2025-07-29 05:39:59.600 [info] [command][6b0bcde7-e174-4583-bc54-ad52d2763594] Socket close event received\n2025-07-29 05:39:59.602 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c4386e33-2c8f-488e-a41a-34fc58a631ed] socks connection closed\n2025-07-29 05:39:59.624 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60220 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:40:59.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:40:59.612 [info] [command][421d18cc-2c51-48bc-9773-a6553ca83573] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""421d18cc-2c51-48bc-9773-a6553ca83573""}\n2025-07-29 05:40:59.613 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][249f4903-0c74-4ce6-bd25-5162d78092e3] received connection request\n2025-07-29 05:40:59.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:40:59.641 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][249f4903-0c74-4ce6-bd25-5162d78092e3] socks forwarding established\n2025-07-29 05:40:59.670 [info] [command][421d18cc-2c51-48bc-9773-a6553ca83573] Process exited with code 0\n2025-07-29 05:40:59.670 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][249f4903-0c74-4ce6-bd25-5162d78092e3] socks connection closed\n2025-07-29 05:40:59.670 [info] [command][421d18cc-2c51-48bc-9773-a6553ca83573] Socket close event received\n2025-07-29 05:40:59.694 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60272 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:41:59.680 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:41:59.682 [info] [command][edbefe62-7391-4c39-a0ec-2ee1c936e07e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""edbefe62-7391-4c39-a0ec-2ee1c936e07e""}\n2025-07-29 05:41:59.683 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ce36c6b2-3428-40fb-b432-4e6284a0372d] received connection request\n2025-07-29 05:41:59.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:41:59.722 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce36c6b2-3428-40fb-b432-4e6284a0372d] socks forwarding established\n2025-07-29 05:41:59.751 [info] [command][edbefe62-7391-4c39-a0ec-2ee1c936e07e] Process exited with code 0\n2025-07-29 05:41:59.752 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ce36c6b2-3428-40fb-b432-4e6284a0372d] socks connection closed\n2025-07-29 05:41:59.752 [info] [command][edbefe62-7391-4c39-a0ec-2ee1c936e07e] Socket close event received\n2025-07-29 05:41:59.778 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60308 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:42:59.761 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:42:59.764 [info] [command][58ec2131-f56f-4fc3-ba6b-ad9f9aed59ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""58ec2131-f56f-4fc3-ba6b-ad9f9aed59ad""}\n2025-07-29 05:42:59.765 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f1b1cc3c-750b-4905-9dae-2f106ea18778] received connection request\n2025-07-29 05:42:59.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:42:59.798 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f1b1cc3c-750b-4905-9dae-2f106ea18778] socks forwarding established\n2025-07-29 05:42:59.827 [info] [command][58ec2131-f56f-4fc3-ba6b-ad9f9aed59ad] Process exited with code 0\n2025-07-29 05:42:59.828 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f1b1cc3c-750b-4905-9dae-2f106ea18778] socks connection closed\n2025-07-29 05:42:59.828 [info] [command][58ec2131-f56f-4fc3-ba6b-ad9f9aed59ad] Socket close event received\n2025-07-29 05:42:59.852 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60339 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:43:59.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:43:59.836 [info] [command][5e7b7166-3200-4da4-8c6e-8f5ed9060730] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5e7b7166-3200-4da4-8c6e-8f5ed9060730""}\n2025-07-29 05:43:59.837 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][fe5a6f85-4943-4a26-9409-7d63be8d4cf8] received connection request\n2025-07-29 05:43:59.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:43:59.866 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fe5a6f85-4943-4a26-9409-7d63be8d4cf8] socks forwarding established\n2025-07-29 05:43:59.896 [info] [command][5e7b7166-3200-4da4-8c6e-8f5ed9060730] Process exited with code 0\n2025-07-29 05:43:59.896 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fe5a6f85-4943-4a26-9409-7d63be8d4cf8] socks connection closed\n2025-07-29 05:43:59.896 [info] [command][5e7b7166-3200-4da4-8c6e-8f5ed9060730] Socket close event received\n2025-07-29 05:43:59.921 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60356 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:44:59.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:44:59.901 [info] [command][fc78eb53-a0ee-46ff-b7c5-9658f96e274f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fc78eb53-a0ee-46ff-b7c5-9658f96e274f""}\n2025-07-29 05:44:59.902 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4754354b-a402-4ed9-8052-74b9d7537f35] received connection request\n2025-07-29 05:44:59.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:44:59.949 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4754354b-a402-4ed9-8052-74b9d7537f35] socks forwarding established\n2025-07-29 05:44:59.982 [info] [command][fc78eb53-a0ee-46ff-b7c5-9658f96e274f] Process exited with code 0\n2025-07-29 05:44:59.982 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4754354b-a402-4ed9-8052-74b9d7537f35] socks connection closed\n2025-07-29 05:44:59.982 [info] [command][fc78eb53-a0ee-46ff-b7c5-9658f96e274f] Socket close event received\n2025-07-29 05:45:00.006 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60386 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:45:59.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:45:59.985 [info] [command][aec3050a-fd9a-49c0-b2be-e275d0c41fa5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""aec3050a-fd9a-49c0-b2be-e275d0c41fa5""}\n2025-07-29 05:45:59.986 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][feacc8ce-f33f-44e0-bbfd-5c9d22070bbd] received connection request\n2025-07-29 05:45:59.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:46:00.023 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][feacc8ce-f33f-44e0-bbfd-5c9d22070bbd] socks forwarding established\n2025-07-29 05:46:00.066 [info] [command][aec3050a-fd9a-49c0-b2be-e275d0c41fa5] Process exited with code 0\n2025-07-29 05:46:00.066 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][feacc8ce-f33f-44e0-bbfd-5c9d22070bbd] socks connection closed\n2025-07-29 05:46:00.066 [info] [command][aec3050a-fd9a-49c0-b2be-e275d0c41fa5] Socket close event received\n2025-07-29 05:46:00.094 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60406 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:47:00.071 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:47:00.074 [info] [command][4192d301-f69c-4873-8bfe-a0d40cc93236] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4192d301-f69c-4873-8bfe-a0d40cc93236""}\n2025-07-29 05:47:00.074 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7f97cccc-f179-43e3-a4b2-17f2f5fdf62e] received connection request\n2025-07-29 05:47:00.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:47:00.106 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7f97cccc-f179-43e3-a4b2-17f2f5fdf62e] socks forwarding established\n2025-07-29 05:47:00.136 [info] [command][4192d301-f69c-4873-8bfe-a0d40cc93236] Process exited with code 0\n2025-07-29 05:47:00.136 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7f97cccc-f179-43e3-a4b2-17f2f5fdf62e] socks connection closed\n2025-07-29 05:47:00.136 [info] [command][4192d301-f69c-4873-8bfe-a0d40cc93236] Socket close event received\n2025-07-29 05:47:00.161 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60453 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:48:00.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:48:00.143 [info] [command][b0b7bbeb-12f2-4d5c-9a1c-1b64b088df05] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b0b7bbeb-12f2-4d5c-9a1c-1b64b088df05""}\n2025-07-29 05:48:00.144 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][3dd88933-b772-4651-a497-e54fbc206de1] received connection request\n2025-07-29 05:48:00.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 05:48:00.144 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:48:00.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3dd88933-b772-4651-a497-e54fbc206de1] socks forwarding established\n2025-07-29 05:48:00.201 [info] [command][b0b7bbeb-12f2-4d5c-9a1c-1b64b088df05] Process exited with code 0\n2025-07-29 05:48:00.201 [info] [command][b0b7bbeb-12f2-4d5c-9a1c-1b64b088df05] Socket close event received\n2025-07-29 05:48:00.202 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3dd88933-b772-4651-a497-e54fbc206de1] socks connection closed\n2025-07-29 05:48:00.226 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60483 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:49:00.212 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:49:00.215 [info] [command][38dc3380-62a5-4c68-b34d-c1eceea19792] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""38dc3380-62a5-4c68-b34d-c1eceea19792""}\n2025-07-29 05:49:00.216 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b7695970-5433-45f1-9811-9d0877e980f6] received connection request\n2025-07-29 05:49:00.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:49:00.244 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b7695970-5433-45f1-9811-9d0877e980f6] socks forwarding established\n2025-07-29 05:49:00.272 [info] [command][38dc3380-62a5-4c68-b34d-c1eceea19792] Process exited with code 0\n2025-07-29 05:49:00.272 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b7695970-5433-45f1-9811-9d0877e980f6] socks connection closed\n2025-07-29 05:49:00.272 [info] [command][38dc3380-62a5-4c68-b34d-c1eceea19792] Socket close event received\n2025-07-29 05:49:00.297 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60499 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:50:00.277 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:50:00.279 [info] [command][f2190857-045f-4dac-a6e4-62254cc26028] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f2190857-045f-4dac-a6e4-62254cc26028""}\n2025-07-29 05:50:00.280 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cf6ea4aa-3a19-4e92-a7ca-a13c2faf87a0] received connection request\n2025-07-29 05:50:00.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:50:00.313 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cf6ea4aa-3a19-4e92-a7ca-a13c2faf87a0] socks forwarding established\n2025-07-29 05:50:00.345 [info] [command][f2190857-045f-4dac-a6e4-62254cc26028] Process exited with code 0\n2025-07-29 05:50:00.345 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cf6ea4aa-3a19-4e92-a7ca-a13c2faf87a0] socks connection closed\n2025-07-29 05:50:00.345 [info] [command][f2190857-045f-4dac-a6e4-62254cc26028] Socket close event received\n2025-07-29 05:50:00.372 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60531 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:51:00.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:51:00.351 [info] [command][6a5acef7-91f3-46a4-ae6f-fd7ae7c852d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6a5acef7-91f3-46a4-ae6f-fd7ae7c852d7""}\n2025-07-29 05:51:00.352 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][22dacf4e-1b0e-4b0c-9e1d-0d974b83fbd0] received connection request\n2025-07-29 05:51:00.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:51:00.384 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][22dacf4e-1b0e-4b0c-9e1d-0d974b83fbd0] socks forwarding established\n2025-07-29 05:51:00.414 [info] [command][6a5acef7-91f3-46a4-ae6f-fd7ae7c852d7] Process exited with code 0\n2025-07-29 05:51:00.414 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][22dacf4e-1b0e-4b0c-9e1d-0d974b83fbd0] socks connection closed\n2025-07-29 05:51:00.414 [info] [command][6a5acef7-91f3-46a4-ae6f-fd7ae7c852d7] Socket close event received\n2025-07-29 05:51:00.438 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60550 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:52:00.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:52:00.417 [info] [command][1fe656e4-e6e2-479c-9eb8-580bd5925059] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1fe656e4-e6e2-479c-9eb8-580bd5925059""}\n2025-07-29 05:52:00.418 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][100728ad-dd7d-4db2-af0f-738e7fa44cf4] received connection request\n2025-07-29 05:52:00.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:52:00.453 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][100728ad-dd7d-4db2-af0f-738e7fa44cf4] socks forwarding established\n2025-07-29 05:52:00.519 [info] [command][1fe656e4-e6e2-479c-9eb8-580bd5925059] Process exited with code 0\n2025-07-29 05:52:00.519 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][100728ad-dd7d-4db2-af0f-738e7fa44cf4] socks connection closed\n2025-07-29 05:52:00.519 [info] [command][1fe656e4-e6e2-479c-9eb8-580bd5925059] Socket close event received\n2025-07-29 05:52:00.544 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60603 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:53:00.530 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:53:00.533 [info] [command][80101e84-8e82-49d0-8c01-9cf04f8c1024] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""80101e84-8e82-49d0-8c01-9cf04f8c1024""}\n2025-07-29 05:53:00.534 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][3f80a69c-8e85-4db4-bf3b-81f2d89a4b5b] received connection request\n2025-07-29 05:53:00.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:53:00.570 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3f80a69c-8e85-4db4-bf3b-81f2d89a4b5b] socks forwarding established\n2025-07-29 05:53:00.599 [info] [command][80101e84-8e82-49d0-8c01-9cf04f8c1024] Process exited with code 0\n2025-07-29 05:53:00.599 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3f80a69c-8e85-4db4-bf3b-81f2d89a4b5b] socks connection closed\n2025-07-29 05:53:00.599 [info] [command][80101e84-8e82-49d0-8c01-9cf04f8c1024] Socket close event received\n2025-07-29 05:53:00.624 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60646 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:54:00.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:54:00.601 [info] [command][045dab7d-e991-4a83-b164-5e7ff96ce6d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""045dab7d-e991-4a83-b164-5e7ff96ce6d4""}\n2025-07-29 05:54:00.602 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4771ce68-b677-4dcd-9271-517d73e8859c] received connection request\n2025-07-29 05:54:00.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:54:00.634 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4771ce68-b677-4dcd-9271-517d73e8859c] socks forwarding established\n2025-07-29 05:54:00.666 [info] [command][045dab7d-e991-4a83-b164-5e7ff96ce6d4] Process exited with code 0\n2025-07-29 05:54:00.666 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4771ce68-b677-4dcd-9271-517d73e8859c] socks connection closed\n2025-07-29 05:54:00.666 [info] [command][045dab7d-e991-4a83-b164-5e7ff96ce6d4] Socket close event received\n2025-07-29 05:54:00.691 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60667 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:55:00.675 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:55:00.677 [info] [command][95843bc2-77af-4cdc-8795-1fac7d6be700] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""95843bc2-77af-4cdc-8795-1fac7d6be700""}\n2025-07-29 05:55:00.678 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][10945a90-a0b2-47e5-bed9-13ca61c9d856] received connection request\n2025-07-29 05:55:00.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:55:00.707 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][10945a90-a0b2-47e5-bed9-13ca61c9d856] socks forwarding established\n2025-07-29 05:55:00.738 [info] [command][95843bc2-77af-4cdc-8795-1fac7d6be700] Process exited with code 0\n2025-07-29 05:55:00.739 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][10945a90-a0b2-47e5-bed9-13ca61c9d856] socks connection closed\n2025-07-29 05:55:00.739 [info] [command][95843bc2-77af-4cdc-8795-1fac7d6be700] Socket close event received\n2025-07-29 05:55:00.763 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60702 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:56:00.746 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:56:00.749 [info] [command][d0e5fc36-fc09-42e8-bb33-5f717f13f273] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d0e5fc36-fc09-42e8-bb33-5f717f13f273""}\n2025-07-29 05:56:00.749 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5bd81f81-f2a3-400c-8359-7a434914e087] received connection request\n2025-07-29 05:56:00.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:56:00.780 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5bd81f81-f2a3-400c-8359-7a434914e087] socks forwarding established\n2025-07-29 05:56:00.811 [info] [command][d0e5fc36-fc09-42e8-bb33-5f717f13f273] Process exited with code 0\n2025-07-29 05:56:00.811 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5bd81f81-f2a3-400c-8359-7a434914e087] socks connection closed\n2025-07-29 05:56:00.811 [info] [command][d0e5fc36-fc09-42e8-bb33-5f717f13f273] Socket close event received\n2025-07-29 05:56:00.836 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60732 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:57:00.813 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:57:00.816 [info] [command][0829806a-4b1a-4072-ba38-43890f5b42c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0829806a-4b1a-4072-ba38-43890f5b42c2""}\n2025-07-29 05:57:00.817 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][554f6280-23bf-42b2-83be-65fb7c2cfad6] received connection request\n2025-07-29 05:57:00.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:57:00.854 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][554f6280-23bf-42b2-83be-65fb7c2cfad6] socks forwarding established\n2025-07-29 05:57:00.883 [info] [command][0829806a-4b1a-4072-ba38-43890f5b42c2] Process exited with code 0\n2025-07-29 05:57:00.883 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][554f6280-23bf-42b2-83be-65fb7c2cfad6] socks connection closed\n2025-07-29 05:57:00.883 [info] [command][0829806a-4b1a-4072-ba38-43890f5b42c2] Socket close event received\n2025-07-29 05:57:00.907 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60767 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:58:00.892 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:58:00.894 [info] [command][203e47cd-7c6b-4c3d-bad6-2e8b8e2fee85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""203e47cd-7c6b-4c3d-bad6-2e8b8e2fee85""}\n2025-07-29 05:58:00.895 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a7b4f534-0b4a-429c-8b0c-000ecd50c007] received connection request\n2025-07-29 05:58:00.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:58:00.925 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a7b4f534-0b4a-429c-8b0c-000ecd50c007] socks forwarding established\n2025-07-29 05:58:00.953 [info] [command][203e47cd-7c6b-4c3d-bad6-2e8b8e2fee85] Process exited with code 0\n2025-07-29 05:58:00.953 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a7b4f534-0b4a-429c-8b0c-000ecd50c007] socks connection closed\n2025-07-29 05:58:00.953 [info] [command][203e47cd-7c6b-4c3d-bad6-2e8b8e2fee85] Socket close event received\n2025-07-29 05:58:00.978 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60798 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 05:59:00.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 05:59:00.966 [info] [command][17f4ac13-fe21-484e-b013-072049507ca6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""17f4ac13-fe21-484e-b013-072049507ca6""}\n2025-07-29 05:59:00.967 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b793e267-a089-448e-a00e-0fb9ffd428c5] received connection request\n2025-07-29 05:59:00.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 05:59:00.998 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b793e267-a089-448e-a00e-0fb9ffd428c5] socks forwarding established\n2025-07-29 05:59:01.026 [info] [command][17f4ac13-fe21-484e-b013-072049507ca6] Process exited with code 0\n2025-07-29 05:59:01.027 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b793e267-a089-448e-a00e-0fb9ffd428c5] socks connection closed\n2025-07-29 05:59:01.027 [info] [command][17f4ac13-fe21-484e-b013-072049507ca6] Socket close event received\n2025-07-29 05:59:01.052 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60814 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:00:01.036 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:00:01.040 [info] [command][95e050e5-f644-44fd-9325-cb9ca8a267d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""95e050e5-f644-44fd-9325-cb9ca8a267d6""}\n2025-07-29 06:00:01.041 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][733dea80-9d60-49f3-a696-4fd2b8a8cdfd] received connection request\n2025-07-29 06:00:01.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:00:01.077 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][733dea80-9d60-49f3-a696-4fd2b8a8cdfd] socks forwarding established\n2025-07-29 06:00:01.110 [info] [command][95e050e5-f644-44fd-9325-cb9ca8a267d6] Process exited with code 0\n2025-07-29 06:00:01.111 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][733dea80-9d60-49f3-a696-4fd2b8a8cdfd] socks connection closed\n2025-07-29 06:00:01.111 [info] [command][95e050e5-f644-44fd-9325-cb9ca8a267d6] Socket close event received\n2025-07-29 06:00:01.135 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60867 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:01:01.122 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:01:01.124 [info] [command][48b6cb1e-0b97-46bb-a4db-c9bbe0fa34ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""48b6cb1e-0b97-46bb-a4db-c9bbe0fa34ef""}\n2025-07-29 06:01:01.125 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e6fa13b1-cf6f-44f2-9537-19449809f3aa] received connection request\n2025-07-29 06:01:01.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:01:01.391 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e6fa13b1-cf6f-44f2-9537-19449809f3aa] socks forwarding established\n2025-07-29 06:01:01.425 [info] [command][48b6cb1e-0b97-46bb-a4db-c9bbe0fa34ef] Process exited with code 0\n2025-07-29 06:01:01.426 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e6fa13b1-cf6f-44f2-9537-19449809f3aa] socks connection closed\n2025-07-29 06:01:01.426 [info] [command][48b6cb1e-0b97-46bb-a4db-c9bbe0fa34ef] Socket close event received\n2025-07-29 06:01:01.450 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60895 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:02:01.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:02:01.442 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e33dc99c-3af9-413a-b6e0-562dd09d9062] received connection request\n2025-07-29 06:02:01.442 [info] [command][d72e6f96-e96b-4382-bb61-43042c11526c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d72e6f96-e96b-4382-bb61-43042c11526c""}\n2025-07-29 06:02:01.443 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:02:01.471 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e33dc99c-3af9-413a-b6e0-562dd09d9062] socks forwarding established\n2025-07-29 06:02:01.511 [info] [command][d72e6f96-e96b-4382-bb61-43042c11526c] Process exited with code 0\n2025-07-29 06:02:01.511 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e33dc99c-3af9-413a-b6e0-562dd09d9062] socks connection closed\n2025-07-29 06:02:01.511 [info] [command][d72e6f96-e96b-4382-bb61-43042c11526c] Socket close event received\n2025-07-29 06:02:01.540 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60931 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:03:01.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:03:01.521 [info] [command][03757e8d-1cfa-492e-a337-8aea1818befe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""03757e8d-1cfa-492e-a337-8aea1818befe""}\n2025-07-29 06:03:01.522 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][06bd31b7-07c0-4ace-836a-328f57ad3c9e] received connection request\n2025-07-29 06:03:01.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:03:01.556 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][06bd31b7-07c0-4ace-836a-328f57ad3c9e] socks forwarding established\n2025-07-29 06:03:01.589 [info] [command][03757e8d-1cfa-492e-a337-8aea1818befe] Process exited with code 0\n2025-07-29 06:03:01.589 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][06bd31b7-07c0-4ace-836a-328f57ad3c9e] socks connection closed\n2025-07-29 06:03:01.589 [info] [command][03757e8d-1cfa-492e-a337-8aea1818befe] Socket close event received\n2025-07-29 06:03:01.615 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60971 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:04:01.593 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:04:01.595 [info] [command][fc9f9efb-7f0c-4935-8681-59461944d54e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fc9f9efb-7f0c-4935-8681-59461944d54e""}\n2025-07-29 06:04:01.595 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f49df27b-cd47-4c70-98ba-dd8870ac0cca] received connection request\n2025-07-29 06:04:01.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:04:01.626 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f49df27b-cd47-4c70-98ba-dd8870ac0cca] socks forwarding established\n2025-07-29 06:04:01.655 [info] [command][fc9f9efb-7f0c-4935-8681-59461944d54e] Process exited with code 0\n2025-07-29 06:04:01.655 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f49df27b-cd47-4c70-98ba-dd8870ac0cca] socks connection closed\n2025-07-29 06:04:01.655 [info] [command][fc9f9efb-7f0c-4935-8681-59461944d54e] Socket close event received\n2025-07-29 06:04:01.688 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 60993 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:05:01.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:05:01.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e1df35b4-3bda-40af-afea-18a2a7ab51ba] received connection request\n2025-07-29 06:05:01.663 [info] [command][a25a0e29-21f7-4c63-9ab5-f3631c95e17c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a25a0e29-21f7-4c63-9ab5-f3631c95e17c""}\n2025-07-29 06:05:01.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:05:01.698 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e1df35b4-3bda-40af-afea-18a2a7ab51ba] socks forwarding established\n2025-07-29 06:05:01.732 [info] [command][a25a0e29-21f7-4c63-9ab5-f3631c95e17c] Process exited with code 0\n2025-07-29 06:05:01.733 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e1df35b4-3bda-40af-afea-18a2a7ab51ba] socks connection closed\n2025-07-29 06:05:01.733 [info] [command][a25a0e29-21f7-4c63-9ab5-f3631c95e17c] Socket close event received\n2025-07-29 06:05:01.757 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61025 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:06:01.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:06:01.744 [info] [command][91ab8bbd-acd5-49a0-af00-4cf7e1fb6320] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""91ab8bbd-acd5-49a0-af00-4cf7e1fb6320""}\n2025-07-29 06:06:01.744 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d105027b-4682-4fe8-9b08-adf4b6bd3e7a] received connection request\n2025-07-29 06:06:01.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:06:01.775 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d105027b-4682-4fe8-9b08-adf4b6bd3e7a] socks forwarding established\n2025-07-29 06:06:01.804 [info] [command][91ab8bbd-acd5-49a0-af00-4cf7e1fb6320] Process exited with code 0\n2025-07-29 06:06:01.805 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d105027b-4682-4fe8-9b08-adf4b6bd3e7a] socks connection closed\n2025-07-29 06:06:01.805 [info] [command][91ab8bbd-acd5-49a0-af00-4cf7e1fb6320] Socket close event received\n2025-07-29 06:06:01.829 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61051 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:07:01.810 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:07:01.813 [info] [command][fe1f4237-b00f-42a5-bfdb-97900ce7a23c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fe1f4237-b00f-42a5-bfdb-97900ce7a23c""}\n2025-07-29 06:07:01.813 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dcd4edb3-1ea3-47b6-a052-3b4dab50b67f] received connection request\n2025-07-29 06:07:01.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:07:01.841 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dcd4edb3-1ea3-47b6-a052-3b4dab50b67f] socks forwarding established\n2025-07-29 06:07:01.887 [info] [command][fe1f4237-b00f-42a5-bfdb-97900ce7a23c] Process exited with code 0\n2025-07-29 06:07:01.887 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dcd4edb3-1ea3-47b6-a052-3b4dab50b67f] socks connection closed\n2025-07-29 06:07:01.888 [info] [command][fe1f4237-b00f-42a5-bfdb-97900ce7a23c] Socket close event received\n2025-07-29 06:07:01.922 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61084 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:08:01.895 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:08:01.898 [info] [command][9e614d64-0fd6-47af-8bd0-08f5e7cb5c59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9e614d64-0fd6-47af-8bd0-08f5e7cb5c59""}\n2025-07-29 06:08:01.899 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][abffd507-4eb3-42d3-aa10-85fdc4fc994f] received connection request\n2025-07-29 06:08:01.899 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:08:01.933 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][abffd507-4eb3-42d3-aa10-85fdc4fc994f] socks forwarding established\n2025-07-29 06:08:01.964 [info] [command][9e614d64-0fd6-47af-8bd0-08f5e7cb5c59] Process exited with code 0\n2025-07-29 06:08:01.964 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][abffd507-4eb3-42d3-aa10-85fdc4fc994f] socks connection closed\n2025-07-29 06:08:01.964 [info] [command][9e614d64-0fd6-47af-8bd0-08f5e7cb5c59] Socket close event received\n2025-07-29 06:08:01.988 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61126 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:09:01.968 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:09:01.970 [info] [command][f9fcd288-ffc0-416e-bafd-e2ec5e010258] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f9fcd288-ffc0-416e-bafd-e2ec5e010258""}\n2025-07-29 06:09:01.971 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a6286482-cd79-4feb-a4c2-22c95af9d12c] received connection request\n2025-07-29 06:09:01.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:09:02.003 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a6286482-cd79-4feb-a4c2-22c95af9d12c] socks forwarding established\n2025-07-29 06:09:02.031 [info] [command][f9fcd288-ffc0-416e-bafd-e2ec5e010258] Process exited with code 0\n2025-07-29 06:09:02.032 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a6286482-cd79-4feb-a4c2-22c95af9d12c] socks connection closed\n2025-07-29 06:09:02.032 [info] [command][f9fcd288-ffc0-416e-bafd-e2ec5e010258] Socket close event received\n2025-07-29 06:09:02.056 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61145 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:10:02.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:10:02.039 [info] [command][73212055-3a25-41a3-8495-16049a627281] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""73212055-3a25-41a3-8495-16049a627281""}\n2025-07-29 06:10:02.040 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][17a2c40e-7eb6-47cd-b0c9-5d6e1253d9c7] received connection request\n2025-07-29 06:10:02.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:10:02.077 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][17a2c40e-7eb6-47cd-b0c9-5d6e1253d9c7] socks forwarding established\n2025-07-29 06:10:02.120 [info] [command][73212055-3a25-41a3-8495-16049a627281] Process exited with code 0\n2025-07-29 06:10:02.120 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][17a2c40e-7eb6-47cd-b0c9-5d6e1253d9c7] socks connection closed\n2025-07-29 06:10:02.120 [info] [command][73212055-3a25-41a3-8495-16049a627281] Socket close event received\n2025-07-29 06:10:02.145 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61180 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:11:02.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:11:02.130 [info] [command][c84b1799-cbc3-45bd-9134-9cf8f5da547e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c84b1799-cbc3-45bd-9134-9cf8f5da547e""}\n2025-07-29 06:11:02.130 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f13dd40b-2947-4140-8d06-4bf09db8b3ef] received connection request\n2025-07-29 06:11:02.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:11:02.162 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f13dd40b-2947-4140-8d06-4bf09db8b3ef] socks forwarding established\n2025-07-29 06:11:02.193 [info] [command][c84b1799-cbc3-45bd-9134-9cf8f5da547e] Process exited with code 0\n2025-07-29 06:11:02.193 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f13dd40b-2947-4140-8d06-4bf09db8b3ef] socks connection closed\n2025-07-29 06:11:02.193 [info] [command][c84b1799-cbc3-45bd-9134-9cf8f5da547e] Socket close event received\n2025-07-29 06:11:02.225 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61208 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:12:02.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:12:02.206 [info] [command][7b242349-22ae-4ef6-971e-7a85cd0be9ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7b242349-22ae-4ef6-971e-7a85cd0be9ce""}\n2025-07-29 06:12:02.207 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][27da46c2-0be4-4924-adf3-a99f420f8aa3] received connection request\n2025-07-29 06:12:02.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:12:02.238 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27da46c2-0be4-4924-adf3-a99f420f8aa3] socks forwarding established\n2025-07-29 06:12:02.268 [info] [command][7b242349-22ae-4ef6-971e-7a85cd0be9ce] Process exited with code 0\n2025-07-29 06:12:02.268 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27da46c2-0be4-4924-adf3-a99f420f8aa3] socks connection closed\n2025-07-29 06:12:02.268 [info] [command][7b242349-22ae-4ef6-971e-7a85cd0be9ce] Socket close event received\n2025-07-29 06:12:02.294 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61245 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:13:02.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:13:02.277 [info] [command][518af3e6-7165-46b1-96d3-12fcf7aefc06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""518af3e6-7165-46b1-96d3-12fcf7aefc06""}\n2025-07-29 06:13:02.278 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][85087de5-ebd4-4e25-bf86-cf09672e2b3a] received connection request\n2025-07-29 06:13:02.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:13:02.314 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][85087de5-ebd4-4e25-bf86-cf09672e2b3a] socks forwarding established\n2025-07-29 06:13:02.348 [info] [command][518af3e6-7165-46b1-96d3-12fcf7aefc06] Process exited with code 0\n2025-07-29 06:13:02.349 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][85087de5-ebd4-4e25-bf86-cf09672e2b3a] socks connection closed\n2025-07-29 06:13:02.349 [info] [command][518af3e6-7165-46b1-96d3-12fcf7aefc06] Socket close event received\n2025-07-29 06:13:02.372 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61283 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:14:02.352 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:14:02.354 [info] [command][5d5f5c4b-e11d-4d9b-892d-22e731e14370] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5d5f5c4b-e11d-4d9b-892d-22e731e14370""}\n2025-07-29 06:14:02.355 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e530d126-1942-46b3-b207-3a3d895e35a3] received connection request\n2025-07-29 06:14:02.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:14:02.386 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e530d126-1942-46b3-b207-3a3d895e35a3] socks forwarding established\n2025-07-29 06:14:02.415 [info] [command][5d5f5c4b-e11d-4d9b-892d-22e731e14370] Process exited with code 0\n2025-07-29 06:14:02.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e530d126-1942-46b3-b207-3a3d895e35a3] socks connection closed\n2025-07-29 06:14:02.416 [info] [command][5d5f5c4b-e11d-4d9b-892d-22e731e14370] Socket close event received\n2025-07-29 06:14:02.441 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61303 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:15:02.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:15:02.428 [info] [command][2caf734d-356b-41a1-ade6-3920461195d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2caf734d-356b-41a1-ade6-3920461195d1""}\n2025-07-29 06:15:02.429 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][679846cb-63f0-4383-b419-61f52ac23602] received connection request\n2025-07-29 06:15:02.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:15:02.457 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][679846cb-63f0-4383-b419-61f52ac23602] socks forwarding established\n2025-07-29 06:15:02.490 [info] [command][2caf734d-356b-41a1-ade6-3920461195d1] Process exited with code 0\n2025-07-29 06:15:02.490 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][679846cb-63f0-4383-b419-61f52ac23602] socks connection closed\n2025-07-29 06:15:02.490 [info] [command][2caf734d-356b-41a1-ade6-3920461195d1] Socket close event received\n2025-07-29 06:15:02.515 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61340 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:16:02.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:16:02.501 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][38f414c9-ba5e-4ff9-9f45-d932b215b2b4] received connection request\n2025-07-29 06:16:02.501 [info] [command][eca9ba48-24f9-4d4b-8e6d-f6cb84fcb18c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""eca9ba48-24f9-4d4b-8e6d-f6cb84fcb18c""}\n2025-07-29 06:16:02.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:16:02.533 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][38f414c9-ba5e-4ff9-9f45-d932b215b2b4] socks forwarding established\n2025-07-29 06:16:02.564 [info] [command][eca9ba48-24f9-4d4b-8e6d-f6cb84fcb18c] Process exited with code 0\n2025-07-29 06:16:02.565 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][38f414c9-ba5e-4ff9-9f45-d932b215b2b4] socks connection closed\n2025-07-29 06:16:02.565 [info] [command][eca9ba48-24f9-4d4b-8e6d-f6cb84fcb18c] Socket close event received\n2025-07-29 06:16:02.591 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61365 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:17:02.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:17:02.577 [info] [command][904655b5-027f-4b27-b0a6-667ace40dbd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""904655b5-027f-4b27-b0a6-667ace40dbd1""}\n2025-07-29 06:17:02.577 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][65dd3ddb-a45f-4164-8906-80e9ac4ca365] received connection request\n2025-07-29 06:17:02.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:17:02.607 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][65dd3ddb-a45f-4164-8906-80e9ac4ca365] socks forwarding established\n2025-07-29 06:17:02.637 [info] [command][904655b5-027f-4b27-b0a6-667ace40dbd1] Process exited with code 0\n2025-07-29 06:17:02.637 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][65dd3ddb-a45f-4164-8906-80e9ac4ca365] socks connection closed\n2025-07-29 06:17:02.637 [info] [command][904655b5-027f-4b27-b0a6-667ace40dbd1] Socket close event received\n2025-07-29 06:17:02.663 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61399 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:18:02.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:18:02.649 [info] [command][7b1627ae-40be-42c7-8110-1de85acbe875] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7b1627ae-40be-42c7-8110-1de85acbe875""}\n2025-07-29 06:18:02.650 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8c7c8554-7338-44a8-b5f5-b7fbc1dbbdb1] received connection request\n2025-07-29 06:18:02.650 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:18:02.680 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8c7c8554-7338-44a8-b5f5-b7fbc1dbbdb1] socks forwarding established\n2025-07-29 06:18:02.710 [info] [command][7b1627ae-40be-42c7-8110-1de85acbe875] Process exited with code 0\n2025-07-29 06:18:02.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8c7c8554-7338-44a8-b5f5-b7fbc1dbbdb1] socks connection closed\n2025-07-29 06:18:02.710 [info] [command][7b1627ae-40be-42c7-8110-1de85acbe875] Socket close event received\n2025-07-29 06:18:02.737 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61433 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:19:02.721 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:19:02.723 [info] [command][48ea711c-bc0b-4ec9-8b95-31f5c25fe286] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""48ea711c-bc0b-4ec9-8b95-31f5c25fe286""}\n2025-07-29 06:19:02.724 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4ca814af-f0a2-42a6-ab39-86b4d0c655ad] received connection request\n2025-07-29 06:19:02.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:19:02.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4ca814af-f0a2-42a6-ab39-86b4d0c655ad] socks forwarding established\n2025-07-29 06:19:02.833 [info] [command][48ea711c-bc0b-4ec9-8b95-31f5c25fe286] Process exited with code 0\n2025-07-29 06:19:02.834 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4ca814af-f0a2-42a6-ab39-86b4d0c655ad] socks connection closed\n2025-07-29 06:19:02.834 [info] [command][48ea711c-bc0b-4ec9-8b95-31f5c25fe286] Socket close event received\n2025-07-29 06:19:02.858 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61462 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:20:02.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:20:02.839 [info] [command][98adaad0-f27f-4a25-bd30-92c4e3b27602] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""98adaad0-f27f-4a25-bd30-92c4e3b27602""}\n2025-07-29 06:20:02.839 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f9382fbd-762a-4783-bfb0-fb44a496bf95] received connection request\n2025-07-29 06:20:02.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:20:02.874 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f9382fbd-762a-4783-bfb0-fb44a496bf95] socks forwarding established\n2025-07-29 06:20:02.902 [info] [command][98adaad0-f27f-4a25-bd30-92c4e3b27602] Process exited with code 0\n2025-07-29 06:20:02.903 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f9382fbd-762a-4783-bfb0-fb44a496bf95] socks connection closed\n2025-07-29 06:20:02.903 [info] [command][98adaad0-f27f-4a25-bd30-92c4e3b27602] Socket close event received\n2025-07-29 06:20:02.925 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61503 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:21:02.911 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:21:02.914 [info] [command][8fc32cf3-b8ed-4ed6-acba-8c84929f8010] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8fc32cf3-b8ed-4ed6-acba-8c84929f8010""}\n2025-07-29 06:21:02.915 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b5e83e9e-5cbf-48ff-ae49-d807622054c2] received connection request\n2025-07-29 06:21:02.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:21:02.942 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b5e83e9e-5cbf-48ff-ae49-d807622054c2] socks forwarding established\n2025-07-29 06:21:02.972 [info] [command][8fc32cf3-b8ed-4ed6-acba-8c84929f8010] Process exited with code 0\n2025-07-29 06:21:02.973 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b5e83e9e-5cbf-48ff-ae49-d807622054c2] socks connection closed\n2025-07-29 06:21:02.973 [info] [command][8fc32cf3-b8ed-4ed6-acba-8c84929f8010] Socket close event received\n2025-07-29 06:21:02.999 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61522 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:22:02.977 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:22:02.981 [info] [command][62396bc7-1e27-40c1-940e-83fd5ad7b4ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""62396bc7-1e27-40c1-940e-83fd5ad7b4ae""}\n2025-07-29 06:22:02.981 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f81e436f-e6eb-43a9-a1fe-77eabcc53003] received connection request\n2025-07-29 06:22:02.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:22:03.011 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f81e436f-e6eb-43a9-a1fe-77eabcc53003] socks forwarding established\n2025-07-29 06:22:03.040 [info] [command][62396bc7-1e27-40c1-940e-83fd5ad7b4ae] Process exited with code 0\n2025-07-29 06:22:03.040 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f81e436f-e6eb-43a9-a1fe-77eabcc53003] socks connection closed\n2025-07-29 06:22:03.041 [info] [command][62396bc7-1e27-40c1-940e-83fd5ad7b4ae] Socket close event received\n2025-07-29 06:22:03.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61554 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:23:03.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:23:03.053 [info] [command][93144b4d-af52-4aae-8671-c14e3844a85c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""93144b4d-af52-4aae-8671-c14e3844a85c""}\n2025-07-29 06:23:03.054 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5f024bc5-027b-4c9a-a62f-848378fbe426] received connection request\n2025-07-29 06:23:03.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:23:03.086 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5f024bc5-027b-4c9a-a62f-848378fbe426] socks forwarding established\n2025-07-29 06:23:03.115 [info] [command][93144b4d-af52-4aae-8671-c14e3844a85c] Process exited with code 0\n2025-07-29 06:23:03.115 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5f024bc5-027b-4c9a-a62f-848378fbe426] socks connection closed\n2025-07-29 06:23:03.115 [info] [command][93144b4d-af52-4aae-8671-c14e3844a85c] Socket close event received\n2025-07-29 06:23:03.138 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61595 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:24:03.121 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:24:03.124 [info] [command][a102d55c-d55f-4288-9288-677c15fe58df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a102d55c-d55f-4288-9288-677c15fe58df""}\n2025-07-29 06:24:03.125 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][3eb7f0ab-cd59-46e5-a303-bd7333e1db19] received connection request\n2025-07-29 06:24:03.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:24:03.160 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3eb7f0ab-cd59-46e5-a303-bd7333e1db19] socks forwarding established\n2025-07-29 06:24:03.213 [info] [command][a102d55c-d55f-4288-9288-677c15fe58df] Process exited with code 0\n2025-07-29 06:24:03.214 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3eb7f0ab-cd59-46e5-a303-bd7333e1db19] socks connection closed\n2025-07-29 06:24:03.214 [info] [command][a102d55c-d55f-4288-9288-677c15fe58df] Socket close event received\n2025-07-29 06:24:03.240 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61613 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:25:03.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:25:03.224 [info] [command][b76cbdf1-4d8c-4109-8838-14ea46c41267] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b76cbdf1-4d8c-4109-8838-14ea46c41267""}\n2025-07-29 06:25:03.225 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6d3bc6f1-76fe-4f11-89e5-2842ceddaeb6] received connection request\n2025-07-29 06:25:03.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:25:03.264 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6d3bc6f1-76fe-4f11-89e5-2842ceddaeb6] socks forwarding established\n2025-07-29 06:25:03.293 [info] [command][b76cbdf1-4d8c-4109-8838-14ea46c41267] Process exited with code 0\n2025-07-29 06:25:03.293 [info] [command][b76cbdf1-4d8c-4109-8838-14ea46c41267] Socket close event received\n2025-07-29 06:25:03.298 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6d3bc6f1-76fe-4f11-89e5-2842ceddaeb6] socks connection closed\n2025-07-29 06:25:03.319 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61645 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:26:03.294 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:26:03.297 [info] [command][0dad1a5b-7cc1-46d4-8032-4eb4470b70a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0dad1a5b-7cc1-46d4-8032-4eb4470b70a7""}\n2025-07-29 06:26:03.297 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6849c1b4-8770-4f29-9487-15957a14b99d] received connection request\n2025-07-29 06:26:03.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:26:03.369 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6849c1b4-8770-4f29-9487-15957a14b99d] socks forwarding established\n2025-07-29 06:26:03.403 [info] [command][0dad1a5b-7cc1-46d4-8032-4eb4470b70a7] Process exited with code 0\n2025-07-29 06:26:03.403 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6849c1b4-8770-4f29-9487-15957a14b99d] socks connection closed\n2025-07-29 06:26:03.403 [info] [command][0dad1a5b-7cc1-46d4-8032-4eb4470b70a7] Socket close event received\n2025-07-29 06:26:03.429 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61671 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:27:03.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:27:03.408 [info] [command][5da22a22-52a3-489f-a1ec-48172fc718df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5da22a22-52a3-489f-a1ec-48172fc718df""}\n2025-07-29 06:27:03.409 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6bca883e-7447-4aab-a75b-8d8ce328c5ab] received connection request\n2025-07-29 06:27:03.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:27:03.439 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6bca883e-7447-4aab-a75b-8d8ce328c5ab] socks forwarding established\n2025-07-29 06:27:03.469 [info] [command][5da22a22-52a3-489f-a1ec-48172fc718df] Process exited with code 0\n2025-07-29 06:27:03.469 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6bca883e-7447-4aab-a75b-8d8ce328c5ab] socks connection closed\n2025-07-29 06:27:03.469 [info] [command][5da22a22-52a3-489f-a1ec-48172fc718df] Socket close event received\n2025-07-29 06:27:03.493 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61709 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:28:03.474 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:28:03.477 [info] [command][565943e1-350f-4dc1-8cdb-962b9cc60be1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""565943e1-350f-4dc1-8cdb-962b9cc60be1""}\n2025-07-29 06:28:03.478 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][70363538-c2c7-4a92-8a14-1beac4cf3674] received connection request\n2025-07-29 06:28:03.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:28:03.507 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][70363538-c2c7-4a92-8a14-1beac4cf3674] socks forwarding established\n2025-07-29 06:28:03.537 [info] [command][565943e1-350f-4dc1-8cdb-962b9cc60be1] Process exited with code 0\n2025-07-29 06:28:03.537 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][70363538-c2c7-4a92-8a14-1beac4cf3674] socks connection closed\n2025-07-29 06:28:03.538 [info] [command][565943e1-350f-4dc1-8cdb-962b9cc60be1] Socket close event received\n2025-07-29 06:28:05.612 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61755 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:29:03.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:29:03.542 [info] [command][67f3dfc4-78dd-4c9c-b753-ab8b25069c63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""67f3dfc4-78dd-4c9c-b753-ab8b25069c63""}\n2025-07-29 06:29:03.543 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][21925cbc-fb1d-4a1d-afd8-5d37bd037221] received connection request\n2025-07-29 06:29:03.544 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:29:03.575 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][21925cbc-fb1d-4a1d-afd8-5d37bd037221] socks forwarding established\n2025-07-29 06:29:03.605 [info] [command][67f3dfc4-78dd-4c9c-b753-ab8b25069c63] Process exited with code 0\n2025-07-29 06:29:03.605 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][21925cbc-fb1d-4a1d-afd8-5d37bd037221] socks connection closed\n2025-07-29 06:29:03.606 [info] [command][67f3dfc4-78dd-4c9c-b753-ab8b25069c63] Socket close event received\n2025-07-29 06:29:03.630 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61783 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:30:03.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:30:03.614 [info] [command][c179a7de-70b1-48c7-9abd-09878e80ee3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c179a7de-70b1-48c7-9abd-09878e80ee3e""}\n2025-07-29 06:30:03.615 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7080e2ca-70d6-413f-be8c-e6ef10f4fa0d] received connection request\n2025-07-29 06:30:03.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:30:03.650 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7080e2ca-70d6-413f-be8c-e6ef10f4fa0d] socks forwarding established\n2025-07-29 06:30:03.680 [info] [command][c179a7de-70b1-48c7-9abd-09878e80ee3e] Process exited with code 0\n2025-07-29 06:30:03.680 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7080e2ca-70d6-413f-be8c-e6ef10f4fa0d] socks connection closed\n2025-07-29 06:30:03.680 [info] [command][c179a7de-70b1-48c7-9abd-09878e80ee3e] Socket close event received\n2025-07-29 06:30:03.713 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61816 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:31:03.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:31:03.689 [info] [command][95488c67-784f-483a-bcbd-abf1b19a9b2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""95488c67-784f-483a-bcbd-abf1b19a9b2b""}\n2025-07-29 06:31:03.690 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][37d3a5a4-4377-4481-aabd-9ce2604e2868] received connection request\n2025-07-29 06:31:03.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:31:03.719 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][37d3a5a4-4377-4481-aabd-9ce2604e2868] socks forwarding established\n2025-07-29 06:31:03.752 [info] [command][95488c67-784f-483a-bcbd-abf1b19a9b2b] Process exited with code 0\n2025-07-29 06:31:03.753 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][37d3a5a4-4377-4481-aabd-9ce2604e2868] socks connection closed\n2025-07-29 06:31:03.753 [info] [command][95488c67-784f-483a-bcbd-abf1b19a9b2b] Socket close event received\n2025-07-29 06:31:03.796 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61842 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:32:03.754 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:32:03.757 [info] [command][10aef953-54e6-445e-bc8f-54097bc93406] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""10aef953-54e6-445e-bc8f-54097bc93406""}\n2025-07-29 06:32:03.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0dc669b2-ef35-4b00-b0c6-f252f4fa4cf6] received connection request\n2025-07-29 06:32:03.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:32:03.789 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0dc669b2-ef35-4b00-b0c6-f252f4fa4cf6] socks forwarding established\n2025-07-29 06:32:03.817 [info] [command][10aef953-54e6-445e-bc8f-54097bc93406] Process exited with code 0\n2025-07-29 06:32:03.818 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0dc669b2-ef35-4b00-b0c6-f252f4fa4cf6] socks connection closed\n2025-07-29 06:32:03.818 [info] [command][10aef953-54e6-445e-bc8f-54097bc93406] Socket close event received\n2025-07-29 06:32:03.843 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61880 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:33:03.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:33:03.831 [info] [command][2bf7b988-3cf3-401e-81b4-f40a3cf47027] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2bf7b988-3cf3-401e-81b4-f40a3cf47027""}\n2025-07-29 06:33:03.831 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][732e5cb8-1394-4be3-8010-7fa8558a09f7] received connection request\n2025-07-29 06:33:03.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:33:03.865 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][732e5cb8-1394-4be3-8010-7fa8558a09f7] socks forwarding established\n2025-07-29 06:33:03.893 [info] [command][2bf7b988-3cf3-401e-81b4-f40a3cf47027] Process exited with code 0\n2025-07-29 06:33:03.894 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][732e5cb8-1394-4be3-8010-7fa8558a09f7] socks connection closed\n2025-07-29 06:33:03.894 [info] [command][2bf7b988-3cf3-401e-81b4-f40a3cf47027] Socket close event received\n2025-07-29 06:33:03.917 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61925 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:34:03.899 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:34:03.902 [info] [command][51fc9ae4-e54c-4b99-800d-72666ad558de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""51fc9ae4-e54c-4b99-800d-72666ad558de""}\n2025-07-29 06:34:03.903 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5403515a-4b2b-47de-ac0e-63e3c9dd5a7f] received connection request\n2025-07-29 06:34:03.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:34:03.937 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5403515a-4b2b-47de-ac0e-63e3c9dd5a7f] socks forwarding established\n2025-07-29 06:34:03.966 [info] [command][51fc9ae4-e54c-4b99-800d-72666ad558de] Process exited with code 0\n2025-07-29 06:34:03.967 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5403515a-4b2b-47de-ac0e-63e3c9dd5a7f] socks connection closed\n2025-07-29 06:34:03.967 [info] [command][51fc9ae4-e54c-4b99-800d-72666ad558de] Socket close event received\n2025-07-29 06:34:03.991 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61944 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:35:03.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:35:03.977 [info] [command][3b49a367-fe4b-4d8c-8a9e-38fbcf42901e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3b49a367-fe4b-4d8c-8a9e-38fbcf42901e""}\n2025-07-29 06:35:03.978 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a0d45201-639d-4d24-aa37-afdbcb5a73d6] received connection request\n2025-07-29 06:35:03.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:35:04.009 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a0d45201-639d-4d24-aa37-afdbcb5a73d6] socks forwarding established\n2025-07-29 06:35:04.041 [info] [command][3b49a367-fe4b-4d8c-8a9e-38fbcf42901e] Process exited with code 0\n2025-07-29 06:35:04.042 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a0d45201-639d-4d24-aa37-afdbcb5a73d6] socks connection closed\n2025-07-29 06:35:04.042 [info] [command][3b49a367-fe4b-4d8c-8a9e-38fbcf42901e] Socket close event received\n2025-07-29 06:35:04.068 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61976 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:36:04.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:36:04.048 [info] [command][e951f7eb-12a5-40fd-8fdf-80a593b86230] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e951f7eb-12a5-40fd-8fdf-80a593b86230""}\n2025-07-29 06:36:04.049 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1e282b57-c53b-476e-82d3-1c119fe0d71f] received connection request\n2025-07-29 06:36:04.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:36:04.078 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e282b57-c53b-476e-82d3-1c119fe0d71f] socks forwarding established\n2025-07-29 06:36:04.113 [info] [command][e951f7eb-12a5-40fd-8fdf-80a593b86230] Process exited with code 0\n2025-07-29 06:36:04.114 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1e282b57-c53b-476e-82d3-1c119fe0d71f] socks connection closed\n2025-07-29 06:36:04.114 [info] [command][e951f7eb-12a5-40fd-8fdf-80a593b86230] Socket close event received\n2025-07-29 06:36:04.138 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 61997 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:37:04.115 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:37:04.117 [info] [command][7fea6b56-4ae4-4115-b756-27547f700fc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7fea6b56-4ae4-4115-b756-27547f700fc1""}\n2025-07-29 06:37:04.118 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][612870f4-c505-45e8-8ef8-4bef53f58c38] received connection request\n2025-07-29 06:37:04.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:37:04.148 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][612870f4-c505-45e8-8ef8-4bef53f58c38] socks forwarding established\n2025-07-29 06:37:04.178 [info] [command][7fea6b56-4ae4-4115-b756-27547f700fc1] Process exited with code 0\n2025-07-29 06:37:04.179 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][612870f4-c505-45e8-8ef8-4bef53f58c38] socks connection closed\n2025-07-29 06:37:04.179 [info] [command][7fea6b56-4ae4-4115-b756-27547f700fc1] Socket close event received\n2025-07-29 06:37:04.203 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62031 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:38:04.180 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:38:04.183 [info] [command][d9a55508-f952-4eba-b8e1-a0a92a15a964] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d9a55508-f952-4eba-b8e1-a0a92a15a964""}\n2025-07-29 06:38:04.184 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][073d1068-0e4e-441d-a6d2-082b77a37302] received connection request\n2025-07-29 06:38:04.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:38:04.216 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][073d1068-0e4e-441d-a6d2-082b77a37302] socks forwarding established\n2025-07-29 06:38:04.249 [info] [command][d9a55508-f952-4eba-b8e1-a0a92a15a964] Process exited with code 0\n2025-07-29 06:38:04.249 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][073d1068-0e4e-441d-a6d2-082b77a37302] socks connection closed\n2025-07-29 06:38:04.250 [info] [command][d9a55508-f952-4eba-b8e1-a0a92a15a964] Socket close event received\n2025-07-29 06:38:04.278 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62072 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:39:04.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:39:04.259 [info] [command][435ba529-d114-432c-b279-1d913560c5e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""435ba529-d114-432c-b279-1d913560c5e1""}\n2025-07-29 06:39:04.259 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cf57ebcc-be6d-4bbb-ba8a-59786329b315] received connection request\n2025-07-29 06:39:04.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:39:04.288 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cf57ebcc-be6d-4bbb-ba8a-59786329b315] socks forwarding established\n2025-07-29 06:39:04.320 [info] [command][435ba529-d114-432c-b279-1d913560c5e1] Process exited with code 0\n2025-07-29 06:39:04.321 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cf57ebcc-be6d-4bbb-ba8a-59786329b315] socks connection closed\n2025-07-29 06:39:04.321 [info] [command][435ba529-d114-432c-b279-1d913560c5e1] Socket close event received\n2025-07-29 06:39:04.357 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62090 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:40:04.331 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:40:04.334 [info] [command][dfd43652-4160-43c6-b37b-462cff8ef761] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""dfd43652-4160-43c6-b37b-462cff8ef761""}\n2025-07-29 06:40:04.335 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2a69d550-739d-4c91-adae-56c9a29653ff] received connection request\n2025-07-29 06:40:04.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:40:04.364 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2a69d550-739d-4c91-adae-56c9a29653ff] socks forwarding established\n2025-07-29 06:40:04.394 [info] [command][dfd43652-4160-43c6-b37b-462cff8ef761] Process exited with code 0\n2025-07-29 06:40:04.394 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2a69d550-739d-4c91-adae-56c9a29653ff] socks connection closed\n2025-07-29 06:40:04.394 [info] [command][dfd43652-4160-43c6-b37b-462cff8ef761] Socket close event received\n2025-07-29 06:40:04.418 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62124 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:41:04.402 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:41:04.406 [info] [command][55c9589a-7e10-42a1-8edb-8f5289293b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""55c9589a-7e10-42a1-8edb-8f5289293b66""}\n2025-07-29 06:41:04.406 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][65ec8eaf-9057-404a-b185-bd9e9c29ed9f] received connection request\n2025-07-29 06:41:04.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:41:04.432 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][65ec8eaf-9057-404a-b185-bd9e9c29ed9f] socks forwarding established\n2025-07-29 06:41:04.461 [info] [command][55c9589a-7e10-42a1-8edb-8f5289293b66] Process exited with code 0\n2025-07-29 06:41:04.462 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][65ec8eaf-9057-404a-b185-bd9e9c29ed9f] socks connection closed\n2025-07-29 06:41:04.462 [info] [command][55c9589a-7e10-42a1-8edb-8f5289293b66] Socket close event received\n2025-07-29 06:41:04.486 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62147 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:42:04.472 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:42:04.474 [info] [command][3d99e3fd-83cd-4438-95cc-218ee5c52390] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3d99e3fd-83cd-4438-95cc-218ee5c52390""}\n2025-07-29 06:42:04.475 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d66146d3-bea4-4ccd-8667-e2f8ce816921] received connection request\n2025-07-29 06:42:04.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:42:04.506 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d66146d3-bea4-4ccd-8667-e2f8ce816921] socks forwarding established\n2025-07-29 06:42:04.535 [info] [command][3d99e3fd-83cd-4438-95cc-218ee5c52390] Process exited with code 0\n2025-07-29 06:42:04.536 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d66146d3-bea4-4ccd-8667-e2f8ce816921] socks connection closed\n2025-07-29 06:42:04.536 [info] [command][3d99e3fd-83cd-4438-95cc-218ee5c52390] Socket close event received\n2025-07-29 06:42:04.559 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62181 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:43:04.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:43:04.540 [info] [command][2067072f-c197-4b45-9f46-c869c19883ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2067072f-c197-4b45-9f46-c869c19883ef""}\n2025-07-29 06:43:04.540 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][fd51416c-b21a-407d-a8b4-9c6b701f77a5] received connection request\n2025-07-29 06:43:04.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:43:04.571 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fd51416c-b21a-407d-a8b4-9c6b701f77a5] socks forwarding established\n2025-07-29 06:43:04.600 [info] [command][2067072f-c197-4b45-9f46-c869c19883ef] Process exited with code 0\n2025-07-29 06:43:04.600 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fd51416c-b21a-407d-a8b4-9c6b701f77a5] socks connection closed\n2025-07-29 06:43:04.601 [info] [command][2067072f-c197-4b45-9f46-c869c19883ef] Socket close event received\n2025-07-29 06:43:04.624 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62231 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:44:04.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:44:04.612 [info] [command][b09fb6bc-2e01-488a-a6af-c45e96b752d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b09fb6bc-2e01-488a-a6af-c45e96b752d8""}\n2025-07-29 06:44:04.613 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][bc4b4b75-aa97-4e28-a7f9-93b1823be4fd] received connection request\n2025-07-29 06:44:04.614 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:44:04.640 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bc4b4b75-aa97-4e28-a7f9-93b1823be4fd] socks forwarding established\n2025-07-29 06:44:04.671 [info] [command][b09fb6bc-2e01-488a-a6af-c45e96b752d8] Process exited with code 0\n2025-07-29 06:44:04.671 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][bc4b4b75-aa97-4e28-a7f9-93b1823be4fd] socks connection closed\n2025-07-29 06:44:04.671 [info] [command][b09fb6bc-2e01-488a-a6af-c45e96b752d8] Socket close event received\n2025-07-29 06:44:04.696 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62261 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:45:04.676 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:45:04.680 [info] [command][09789c50-4ca9-46ff-8336-b6382e3d6c38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""09789c50-4ca9-46ff-8336-b6382e3d6c38""}\n2025-07-29 06:45:04.680 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8ddf84f7-f94b-4205-89e0-2ecbef2c389f] received connection request\n2025-07-29 06:45:04.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:45:04.710 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8ddf84f7-f94b-4205-89e0-2ecbef2c389f] socks forwarding established\n2025-07-29 06:45:04.742 [info] [command][09789c50-4ca9-46ff-8336-b6382e3d6c38] Process exited with code 0\n2025-07-29 06:45:04.743 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8ddf84f7-f94b-4205-89e0-2ecbef2c389f] socks connection closed\n2025-07-29 06:45:04.743 [info] [command][09789c50-4ca9-46ff-8336-b6382e3d6c38] Socket close event received\n2025-07-29 06:45:04.768 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62293 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:46:04.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:46:04.755 [info] [command][1ffbb774-db59-419e-a9a8-9be7c6a8f6ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1ffbb774-db59-419e-a9a8-9be7c6a8f6ae""}\n2025-07-29 06:46:04.755 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][3a0686ce-aa6a-4d1b-94ef-d820cd1baf47] received connection request\n2025-07-29 06:46:04.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:46:04.786 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3a0686ce-aa6a-4d1b-94ef-d820cd1baf47] socks forwarding established\n2025-07-29 06:46:04.814 [info] [command][1ffbb774-db59-419e-a9a8-9be7c6a8f6ae] Process exited with code 0\n2025-07-29 06:46:04.814 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][3a0686ce-aa6a-4d1b-94ef-d820cd1baf47] socks connection closed\n2025-07-29 06:46:04.814 [info] [command][1ffbb774-db59-419e-a9a8-9be7c6a8f6ae] Socket close event received\n2025-07-29 06:46:04.837 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62315 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:47:04.820 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:47:04.824 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][629bb54a-95a3-45d4-8924-f53e5a754502] received connection request\n2025-07-29 06:47:04.824 [info] [command][5d7f10cc-2460-4d72-9c1e-98a45392b42a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5d7f10cc-2460-4d72-9c1e-98a45392b42a""}\n2025-07-29 06:47:04.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:47:04.853 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][629bb54a-95a3-45d4-8924-f53e5a754502] socks forwarding established\n2025-07-29 06:47:04.883 [info] [command][5d7f10cc-2460-4d72-9c1e-98a45392b42a] Process exited with code 0\n2025-07-29 06:47:04.883 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][629bb54a-95a3-45d4-8924-f53e5a754502] socks connection closed\n2025-07-29 06:47:04.883 [info] [command][5d7f10cc-2460-4d72-9c1e-98a45392b42a] Socket close event received\n2025-07-29 06:47:04.907 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62348 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:48:04.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:48:04.894 [info] [command][9a657c94-d18e-4376-bd18-f42b1481e72e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9a657c94-d18e-4376-bd18-f42b1481e72e""}\n2025-07-29 06:48:04.895 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ac2771d0-2ecb-405a-8e07-102c68f769fb] received connection request\n2025-07-29 06:48:04.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:48:04.926 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ac2771d0-2ecb-405a-8e07-102c68f769fb] socks forwarding established\n2025-07-29 06:48:04.960 [info] [command][9a657c94-d18e-4376-bd18-f42b1481e72e] Process exited with code 0\n2025-07-29 06:48:04.960 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ac2771d0-2ecb-405a-8e07-102c68f769fb] socks connection closed\n2025-07-29 06:48:04.960 [info] [command][9a657c94-d18e-4376-bd18-f42b1481e72e] Socket close event received\n2025-07-29 06:48:04.987 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62379 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:49:04.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:49:04.971 [info] [command][93fe40e3-bf8b-46cd-b48a-4a5a5b5f9e1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""93fe40e3-bf8b-46cd-b48a-4a5a5b5f9e1f""}\n2025-07-29 06:49:04.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c2f05880-f427-4e0c-8038-8e47bce405ba] received connection request\n2025-07-29 06:49:04.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:49:05.003 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2f05880-f427-4e0c-8038-8e47bce405ba] socks forwarding established\n2025-07-29 06:49:05.032 [info] [command][93fe40e3-bf8b-46cd-b48a-4a5a5b5f9e1f] Process exited with code 0\n2025-07-29 06:49:05.032 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2f05880-f427-4e0c-8038-8e47bce405ba] socks connection closed\n2025-07-29 06:49:05.033 [info] [command][93fe40e3-bf8b-46cd-b48a-4a5a5b5f9e1f] Socket close event received\n2025-07-29 06:49:05.056 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62427 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:50:05.039 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:50:05.041 [info] [command][091bfa02-9aee-4a1a-ba95-e9662880c21b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""091bfa02-9aee-4a1a-ba95-e9662880c21b""}\n2025-07-29 06:50:05.042 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][07e61991-c20c-41f0-a2d5-1d61c513eb17] received connection request\n2025-07-29 06:50:05.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:50:05.072 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][07e61991-c20c-41f0-a2d5-1d61c513eb17] socks forwarding established\n2025-07-29 06:50:05.102 [info] [command][091bfa02-9aee-4a1a-ba95-e9662880c21b] Process exited with code 0\n2025-07-29 06:50:05.102 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][07e61991-c20c-41f0-a2d5-1d61c513eb17] socks connection closed\n2025-07-29 06:50:05.102 [info] [command][091bfa02-9aee-4a1a-ba95-e9662880c21b] Socket close event received\n2025-07-29 06:50:05.128 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62470 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:51:05.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:51:05.112 [info] [command][17e48660-11e6-4efe-9a9a-55b179a712fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""17e48660-11e6-4efe-9a9a-55b179a712fe""}\n2025-07-29 06:51:05.113 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][99bb85fd-dcf2-40c4-b7da-676be8504ebf] received connection request\n2025-07-29 06:51:05.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:51:05.141 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][99bb85fd-dcf2-40c4-b7da-676be8504ebf] socks forwarding established\n2025-07-29 06:51:05.170 [info] [command][17e48660-11e6-4efe-9a9a-55b179a712fe] Process exited with code 0\n2025-07-29 06:51:05.170 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][99bb85fd-dcf2-40c4-b7da-676be8504ebf] socks connection closed\n2025-07-29 06:51:05.170 [info] [command][17e48660-11e6-4efe-9a9a-55b179a712fe] Socket close event received\n2025-07-29 06:51:05.194 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62490 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:52:05.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:52:05.175 [info] [command][e373215f-f1cf-477e-b055-eff61ae2f2f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e373215f-f1cf-477e-b055-eff61ae2f2f3""}\n2025-07-29 06:52:05.175 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][233975d3-a583-4d43-8528-9124abe3f969] received connection request\n2025-07-29 06:52:05.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:52:05.209 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][233975d3-a583-4d43-8528-9124abe3f969] socks forwarding established\n2025-07-29 06:52:05.238 [info] [command][e373215f-f1cf-477e-b055-eff61ae2f2f3] Process exited with code 0\n2025-07-29 06:52:05.239 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][233975d3-a583-4d43-8528-9124abe3f969] socks connection closed\n2025-07-29 06:52:05.239 [info] [command][e373215f-f1cf-477e-b055-eff61ae2f2f3] Socket close event received\n2025-07-29 06:52:05.262 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62525 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:53:05.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:53:05.248 [info] [command][6b26a9c7-9ca5-41b4-8219-2a0e0ddac7bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6b26a9c7-9ca5-41b4-8219-2a0e0ddac7bb""}\n2025-07-29 06:53:05.249 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][fe9ae2a2-7544-4286-8e5d-260ffd66c9a7] received connection request\n2025-07-29 06:53:05.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:53:05.395 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fe9ae2a2-7544-4286-8e5d-260ffd66c9a7] socks forwarding established\n2025-07-29 06:53:05.426 [info] [command][6b26a9c7-9ca5-41b4-8219-2a0e0ddac7bb] Process exited with code 0\n2025-07-29 06:53:05.427 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fe9ae2a2-7544-4286-8e5d-260ffd66c9a7] socks connection closed\n2025-07-29 06:53:05.427 [info] [command][6b26a9c7-9ca5-41b4-8219-2a0e0ddac7bb] Socket close event received\n2025-07-29 06:53:05.453 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62554 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:54:05.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:54:05.434 [info] [command][d896512d-fdf1-4a95-aa5b-410615b866b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d896512d-fdf1-4a95-aa5b-410615b866b7""}\n2025-07-29 06:54:05.435 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2513d489-834c-4604-b776-f0d8bab39aba] received connection request\n2025-07-29 06:54:05.435 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:54:05.464 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2513d489-834c-4604-b776-f0d8bab39aba] socks forwarding established\n2025-07-29 06:54:05.493 [info] [command][d896512d-fdf1-4a95-aa5b-410615b866b7] Process exited with code 0\n2025-07-29 06:54:05.494 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2513d489-834c-4604-b776-f0d8bab39aba] socks connection closed\n2025-07-29 06:54:05.494 [info] [command][d896512d-fdf1-4a95-aa5b-410615b866b7] Socket close event received\n2025-07-29 06:54:05.519 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62584 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:55:05.502 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:55:05.503 [info] [command][59e4a705-e57a-4c34-8ed9-1537eaa4d554] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""59e4a705-e57a-4c34-8ed9-1537eaa4d554""}\n2025-07-29 06:55:05.504 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5051e998-0381-4937-9168-643f580a7087] received connection request\n2025-07-29 06:55:05.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:55:05.542 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5051e998-0381-4937-9168-643f580a7087] socks forwarding established\n2025-07-29 06:55:05.576 [info] [command][59e4a705-e57a-4c34-8ed9-1537eaa4d554] Process exited with code 0\n2025-07-29 06:55:05.576 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5051e998-0381-4937-9168-643f580a7087] socks connection closed\n2025-07-29 06:55:05.576 [info] [command][59e4a705-e57a-4c34-8ed9-1537eaa4d554] Socket close event received\n2025-07-29 06:55:05.601 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62621 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:56:05.578 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:56:05.580 [info] [command][a8842413-bd99-4b60-b84c-129916c672ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a8842413-bd99-4b60-b84c-129916c672ad""}\n2025-07-29 06:56:05.581 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][65dd41d4-53ab-4972-b0ac-c626a8fef2c2] received connection request\n2025-07-29 06:56:05.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 06:56:05.582 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:56:05.613 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][65dd41d4-53ab-4972-b0ac-c626a8fef2c2] socks forwarding established\n2025-07-29 06:56:05.643 [info] [command][a8842413-bd99-4b60-b84c-129916c672ad] Process exited with code 0\n2025-07-29 06:56:05.643 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][65dd41d4-53ab-4972-b0ac-c626a8fef2c2] socks connection closed\n2025-07-29 06:56:05.644 [info] [command][a8842413-bd99-4b60-b84c-129916c672ad] Socket close event received\n2025-07-29 06:56:05.667 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62640 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:57:05.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:57:05.656 [info] [command][64a15f18-8ce9-4cde-8728-31234461de40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""64a15f18-8ce9-4cde-8728-31234461de40""}\n2025-07-29 06:57:05.657 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b1cf9985-3236-411e-87c5-acab3e19055b] received connection request\n2025-07-29 06:57:05.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:57:05.687 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b1cf9985-3236-411e-87c5-acab3e19055b] socks forwarding established\n2025-07-29 06:57:05.717 [info] [command][64a15f18-8ce9-4cde-8728-31234461de40] Process exited with code 0\n2025-07-29 06:57:05.717 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b1cf9985-3236-411e-87c5-acab3e19055b] socks connection closed\n2025-07-29 06:57:05.717 [info] [command][64a15f18-8ce9-4cde-8728-31234461de40] Socket close event received\n2025-07-29 06:57:05.752 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62676 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:58:05.726 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:58:05.730 [info] [command][7d87b0e6-2f05-475b-bd26-ce10090c0d6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7d87b0e6-2f05-475b-bd26-ce10090c0d6e""}\n2025-07-29 06:58:05.731 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1f865d17-1413-46c5-9d19-2cb52c4e5b69] received connection request\n2025-07-29 06:58:05.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:58:05.758 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1f865d17-1413-46c5-9d19-2cb52c4e5b69] socks forwarding established\n2025-07-29 06:58:05.789 [info] [command][7d87b0e6-2f05-475b-bd26-ce10090c0d6e] Process exited with code 0\n2025-07-29 06:58:05.789 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1f865d17-1413-46c5-9d19-2cb52c4e5b69] socks connection closed\n2025-07-29 06:58:05.789 [info] [command][7d87b0e6-2f05-475b-bd26-ce10090c0d6e] Socket close event received\n2025-07-29 06:58:05.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62709 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 06:59:05.792 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 06:59:05.795 [info] [command][ee40c601-444e-41d3-9dac-e63992cfef1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ee40c601-444e-41d3-9dac-e63992cfef1f""}\n2025-07-29 06:59:05.795 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cb8fe68b-6f05-4d72-ac51-8eb5cda458bf] received connection request\n2025-07-29 06:59:05.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 06:59:05.826 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cb8fe68b-6f05-4d72-ac51-8eb5cda458bf] socks forwarding established\n2025-07-29 06:59:05.855 [info] [command][ee40c601-444e-41d3-9dac-e63992cfef1f] Process exited with code 0\n2025-07-29 06:59:05.856 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cb8fe68b-6f05-4d72-ac51-8eb5cda458bf] socks connection closed\n2025-07-29 06:59:05.856 [info] [command][ee40c601-444e-41d3-9dac-e63992cfef1f] Socket close event received\n2025-07-29 06:59:05.879 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62723 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:00:05.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:00:05.865 [info] [command][1e351609-ff63-46b1-9df2-4b674be82a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1e351609-ff63-46b1-9df2-4b674be82a78""}\n2025-07-29 07:00:05.866 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][053cd7f7-2f69-4f6f-8193-14db23d8dc7a] received connection request\n2025-07-29 07:00:05.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:00:05.900 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][053cd7f7-2f69-4f6f-8193-14db23d8dc7a] socks forwarding established\n2025-07-29 07:00:05.931 [info] [command][1e351609-ff63-46b1-9df2-4b674be82a78] Process exited with code 0\n2025-07-29 07:00:05.931 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][053cd7f7-2f69-4f6f-8193-14db23d8dc7a] socks connection closed\n2025-07-29 07:00:05.931 [info] [command][1e351609-ff63-46b1-9df2-4b674be82a78] Socket close event received\n2025-07-29 07:00:05.955 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62757 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:01:05.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:01:05.945 [info] [command][15bd0cd7-fa63-475f-8c56-d6bc3f09f081] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""15bd0cd7-fa63-475f-8c56-d6bc3f09f081""}\n2025-07-29 07:01:05.945 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ff9788a1-ecbf-45cb-b200-b1ab2b206791] received connection request\n2025-07-29 07:01:05.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:01:05.995 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ff9788a1-ecbf-45cb-b200-b1ab2b206791] socks forwarding established\n2025-07-29 07:01:06.025 [info] [command][15bd0cd7-fa63-475f-8c56-d6bc3f09f081] Process exited with code 0\n2025-07-29 07:01:06.025 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ff9788a1-ecbf-45cb-b200-b1ab2b206791] socks connection closed\n2025-07-29 07:01:06.025 [info] [command][15bd0cd7-fa63-475f-8c56-d6bc3f09f081] Socket close event received\n2025-07-29 07:01:06.051 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62781 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:02:06.031 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:02:06.034 [info] [command][6238292a-312e-4981-912d-20e0a094c10e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6238292a-312e-4981-912d-20e0a094c10e""}\n2025-07-29 07:02:06.035 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2268478d-bae8-4520-8ffb-49143e844118] received connection request\n2025-07-29 07:02:06.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:02:06.069 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2268478d-bae8-4520-8ffb-49143e844118] socks forwarding established\n2025-07-29 07:02:06.100 [info] [command][6238292a-312e-4981-912d-20e0a094c10e] Process exited with code 0\n2025-07-29 07:02:06.100 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2268478d-bae8-4520-8ffb-49143e844118] socks connection closed\n2025-07-29 07:02:06.100 [info] [command][6238292a-312e-4981-912d-20e0a094c10e] Socket close event received\n2025-07-29 07:02:06.127 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62826 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:03:06.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:03:06.111 [info] [command][d7a1b1c4-56d5-435f-a57e-71e849d58333] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d7a1b1c4-56d5-435f-a57e-71e849d58333""}\n2025-07-29 07:03:06.111 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][04c7ecd0-675d-4b98-b394-50a4b25effc1] received connection request\n2025-07-29 07:03:06.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:03:06.137 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][04c7ecd0-675d-4b98-b394-50a4b25effc1] socks forwarding established\n2025-07-29 07:03:06.167 [info] [command][d7a1b1c4-56d5-435f-a57e-71e849d58333] Process exited with code 0\n2025-07-29 07:03:06.168 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][04c7ecd0-675d-4b98-b394-50a4b25effc1] socks connection closed\n2025-07-29 07:03:06.168 [info] [command][d7a1b1c4-56d5-435f-a57e-71e849d58333] Socket close event received\n2025-07-29 07:03:06.192 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62856 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:04:06.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:04:06.174 [info] [command][1befb847-3d0f-4f10-accc-59fd391f5b17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1befb847-3d0f-4f10-accc-59fd391f5b17""}\n2025-07-29 07:04:06.174 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][9fb30bf5-878b-4e62-bf16-cb25331a25c8] received connection request\n2025-07-29 07:04:06.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:04:06.208 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9fb30bf5-878b-4e62-bf16-cb25331a25c8] socks forwarding established\n2025-07-29 07:04:06.238 [info] [command][1befb847-3d0f-4f10-accc-59fd391f5b17] Process exited with code 0\n2025-07-29 07:04:06.239 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][9fb30bf5-878b-4e62-bf16-cb25331a25c8] socks connection closed\n2025-07-29 07:04:06.239 [info] [command][1befb847-3d0f-4f10-accc-59fd391f5b17] Socket close event received\n2025-07-29 07:04:06.266 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62876 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:05:06.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:05:06.248 [info] [command][6fdd5869-5a50-4df8-9498-968d2d3ac258] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6fdd5869-5a50-4df8-9498-968d2d3ac258""}\n2025-07-29 07:05:06.248 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][7be55e7f-0e0b-46f9-b231-5c9a478e6bcc] received connection request\n2025-07-29 07:05:06.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:05:06.281 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7be55e7f-0e0b-46f9-b231-5c9a478e6bcc] socks forwarding established\n2025-07-29 07:05:06.311 [info] [command][6fdd5869-5a50-4df8-9498-968d2d3ac258] Process exited with code 0\n2025-07-29 07:05:06.312 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][7be55e7f-0e0b-46f9-b231-5c9a478e6bcc] socks connection closed\n2025-07-29 07:05:06.312 [info] [command][6fdd5869-5a50-4df8-9498-968d2d3ac258] Socket close event received\n2025-07-29 07:05:06.336 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62907 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:06:06.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:06:06.324 [info] [command][511527a6-2583-4708-abba-606a00ef366e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""511527a6-2583-4708-abba-606a00ef366e""}\n2025-07-29 07:06:06.325 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d0f53034-b222-4386-85ea-e89491744bd5] received connection request\n2025-07-29 07:06:06.326 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:06:06.359 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0f53034-b222-4386-85ea-e89491744bd5] socks forwarding established\n2025-07-29 07:06:06.389 [info] [command][511527a6-2583-4708-abba-606a00ef366e] Process exited with code 0\n2025-07-29 07:06:06.390 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d0f53034-b222-4386-85ea-e89491744bd5] socks connection closed\n2025-07-29 07:06:06.390 [info] [command][511527a6-2583-4708-abba-606a00ef366e] Socket close event received\n2025-07-29 07:06:06.436 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62928 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:07:06.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:07:06.397 [info] [command][0d1ae68b-d504-4205-982e-2e37fadc9797] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0d1ae68b-d504-4205-982e-2e37fadc9797""}\n2025-07-29 07:07:06.397 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d7b2344b-159e-4abc-83f4-bc63a1a6871d] received connection request\n2025-07-29 07:07:06.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:07:06.429 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d7b2344b-159e-4abc-83f4-bc63a1a6871d] socks forwarding established\n2025-07-29 07:07:06.458 [info] [command][0d1ae68b-d504-4205-982e-2e37fadc9797] Process exited with code 0\n2025-07-29 07:07:06.458 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d7b2344b-159e-4abc-83f4-bc63a1a6871d] socks connection closed\n2025-07-29 07:07:06.458 [info] [command][0d1ae68b-d504-4205-982e-2e37fadc9797] Socket close event received\n2025-07-29 07:07:06.482 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 62974 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:08:06.468 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:08:06.471 [info] [command][b3615a21-6c97-4995-969b-aa31e93f07cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b3615a21-6c97-4995-969b-aa31e93f07cb""}\n2025-07-29 07:08:06.471 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c2b5791e-aae3-4d51-a2ab-0a14eea80fd2] received connection request\n2025-07-29 07:08:06.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:08:06.505 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2b5791e-aae3-4d51-a2ab-0a14eea80fd2] socks forwarding established\n2025-07-29 07:08:06.536 [info] [command][b3615a21-6c97-4995-969b-aa31e93f07cb] Process exited with code 0\n2025-07-29 07:08:06.536 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2b5791e-aae3-4d51-a2ab-0a14eea80fd2] socks connection closed\n2025-07-29 07:08:06.536 [info] [command][b3615a21-6c97-4995-969b-aa31e93f07cb] Socket close event received\n2025-07-29 07:08:06.562 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63007 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:09:06.537 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:09:06.540 [info] [command][1a01f006-8cdc-4b65-aef4-68944096e594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1a01f006-8cdc-4b65-aef4-68944096e594""}\n2025-07-29 07:09:06.540 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][943d7751-dde1-40aa-b96c-4fe05315d9c0] received connection request\n2025-07-29 07:09:06.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:09:06.572 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][943d7751-dde1-40aa-b96c-4fe05315d9c0] socks forwarding established\n2025-07-29 07:09:06.606 [info] [command][1a01f006-8cdc-4b65-aef4-68944096e594] Process exited with code 0\n2025-07-29 07:09:06.606 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][943d7751-dde1-40aa-b96c-4fe05315d9c0] socks connection closed\n2025-07-29 07:09:06.606 [info] [command][1a01f006-8cdc-4b65-aef4-68944096e594] Socket close event received\n2025-07-29 07:09:06.629 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63023 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:10:06.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:10:06.613 [info] [command][c92028ad-37a7-4c69-8a5e-d7750d5123c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c92028ad-37a7-4c69-8a5e-d7750d5123c1""}\n2025-07-29 07:10:06.614 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][54f62bf9-6801-4b83-9e82-87f513f9d72a] received connection request\n2025-07-29 07:10:06.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:10:06.654 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][54f62bf9-6801-4b83-9e82-87f513f9d72a] socks forwarding established\n2025-07-29 07:10:06.703 [info] [command][c92028ad-37a7-4c69-8a5e-d7750d5123c1] Process exited with code 0\n2025-07-29 07:10:06.703 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][54f62bf9-6801-4b83-9e82-87f513f9d72a] socks connection closed\n2025-07-29 07:10:06.704 [info] [command][c92028ad-37a7-4c69-8a5e-d7750d5123c1] Socket close event received\n2025-07-29 07:10:06.730 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63059 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:11:06.710 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:11:06.713 [info] [command][449f8b1b-268a-43af-aa7f-ec77728dd26f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""449f8b1b-268a-43af-aa7f-ec77728dd26f""}\n2025-07-29 07:11:06.713 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f110d112-f68f-45b5-8e4a-80359c56ee87] received connection request\n2025-07-29 07:11:06.714 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:11:06.743 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f110d112-f68f-45b5-8e4a-80359c56ee87] socks forwarding established\n2025-07-29 07:11:06.774 [info] [command][449f8b1b-268a-43af-aa7f-ec77728dd26f] Process exited with code 0\n2025-07-29 07:11:06.775 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f110d112-f68f-45b5-8e4a-80359c56ee87] socks connection closed\n2025-07-29 07:11:06.775 [info] [command][449f8b1b-268a-43af-aa7f-ec77728dd26f] Socket close event received\n2025-07-29 07:11:06.802 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63092 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:12:06.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:12:06.780 [info] [command][0973563d-4f0e-40cd-a69e-56b690f2da8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0973563d-4f0e-40cd-a69e-56b690f2da8e""}\n2025-07-29 07:12:06.781 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][843ba94f-c41f-4d11-aba1-d31eafc2bae4] received connection request\n2025-07-29 07:12:06.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:12:06.865 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][843ba94f-c41f-4d11-aba1-d31eafc2bae4] socks forwarding established\n2025-07-29 07:12:06.901 [info] [command][0973563d-4f0e-40cd-a69e-56b690f2da8e] Process exited with code 0\n2025-07-29 07:12:06.901 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][843ba94f-c41f-4d11-aba1-d31eafc2bae4] socks connection closed\n2025-07-29 07:12:06.901 [info] [command][0973563d-4f0e-40cd-a69e-56b690f2da8e] Socket close event received\n2025-07-29 07:12:06.925 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63127 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:13:06.907 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:13:06.911 [info] [command][e3d6368a-eca6-483c-8e77-f764890fce98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e3d6368a-eca6-483c-8e77-f764890fce98""}\n2025-07-29 07:13:06.912 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][311226c6-f9ea-41fd-839e-d31f8cd5933e] received connection request\n2025-07-29 07:13:06.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:13:06.939 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][311226c6-f9ea-41fd-839e-d31f8cd5933e] socks forwarding established\n2025-07-29 07:13:06.969 [info] [command][e3d6368a-eca6-483c-8e77-f764890fce98] Process exited with code 0\n2025-07-29 07:13:06.970 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][311226c6-f9ea-41fd-839e-d31f8cd5933e] socks connection closed\n2025-07-29 07:13:06.970 [info] [command][e3d6368a-eca6-483c-8e77-f764890fce98] Socket close event received\n2025-07-29 07:13:06.995 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63165 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:14:06.976 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:14:06.978 [info] [command][e934e82f-a8f0-4df7-bb73-31b53e2ff9cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e934e82f-a8f0-4df7-bb73-31b53e2ff9cf""}\n2025-07-29 07:14:06.979 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f3b78aab-20be-44e5-85bf-44e6f4d784ef] received connection request\n2025-07-29 07:14:06.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:14:07.016 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f3b78aab-20be-44e5-85bf-44e6f4d784ef] socks forwarding established\n2025-07-29 07:14:07.046 [info] [command][e934e82f-a8f0-4df7-bb73-31b53e2ff9cf] Process exited with code 0\n2025-07-29 07:14:07.047 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f3b78aab-20be-44e5-85bf-44e6f4d784ef] socks connection closed\n2025-07-29 07:14:07.047 [info] [command][e934e82f-a8f0-4df7-bb73-31b53e2ff9cf] Socket close event received\n2025-07-29 07:14:07.070 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63182 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:15:07.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:15:07.051 [info] [command][8a794fbb-0689-4bec-b7ee-123300af8120] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8a794fbb-0689-4bec-b7ee-123300af8120""}\n2025-07-29 07:15:07.052 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][657f3764-06a5-4df8-8d42-ac024c6721fc] received connection request\n2025-07-29 07:15:07.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:15:07.097 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][657f3764-06a5-4df8-8d42-ac024c6721fc] socks forwarding established\n2025-07-29 07:15:07.126 [info] [command][8a794fbb-0689-4bec-b7ee-123300af8120] Process exited with code 0\n2025-07-29 07:15:07.126 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][657f3764-06a5-4df8-8d42-ac024c6721fc] socks connection closed\n2025-07-29 07:15:07.127 [info] [command][8a794fbb-0689-4bec-b7ee-123300af8120] Socket close event received\n2025-07-29 07:15:07.153 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63223 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:16:07.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:16:07.140 [info] [command][4e8e0382-8961-4377-8e18-ff6c01c70620] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4e8e0382-8961-4377-8e18-ff6c01c70620""}\n2025-07-29 07:16:07.141 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][d9f7a3f3-6cc2-4f66-a079-b1454106f75a] received connection request\n2025-07-29 07:16:07.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:16:07.179 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d9f7a3f3-6cc2-4f66-a079-b1454106f75a] socks forwarding established\n2025-07-29 07:16:07.369 [info] [command][4e8e0382-8961-4377-8e18-ff6c01c70620] Process exited with code 0\n2025-07-29 07:16:07.369 [info] [command][4e8e0382-8961-4377-8e18-ff6c01c70620] Socket close event received\n2025-07-29 07:16:07.370 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][d9f7a3f3-6cc2-4f66-a079-b1454106f75a] socks connection closed\n2025-07-29 07:16:07.395 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63244 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:17:07.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:17:07.377 [info] [command][85c2d57d-0e63-4559-95e2-0978fe042eec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""85c2d57d-0e63-4559-95e2-0978fe042eec""}\n2025-07-29 07:17:07.378 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][53d7f1be-a232-438a-bb3f-c3e110a82c7a] received connection request\n2025-07-29 07:17:07.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:17:07.406 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][53d7f1be-a232-438a-bb3f-c3e110a82c7a] socks forwarding established\n2025-07-29 07:17:07.436 [info] [command][85c2d57d-0e63-4559-95e2-0978fe042eec] Process exited with code 0\n2025-07-29 07:17:07.436 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][53d7f1be-a232-438a-bb3f-c3e110a82c7a] socks connection closed\n2025-07-29 07:17:07.437 [info] [command][85c2d57d-0e63-4559-95e2-0978fe042eec] Socket close event received\n2025-07-29 07:17:07.464 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63277 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:18:07.441 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:18:07.444 [info] [command][c2585881-8e1a-46ff-8e6b-304a36ab9f54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c2585881-8e1a-46ff-8e6b-304a36ab9f54""}\n2025-07-29 07:18:07.445 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][abff89a6-b079-45e0-bfc8-81de4a18df8a] received connection request\n2025-07-29 07:18:07.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:18:07.475 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][abff89a6-b079-45e0-bfc8-81de4a18df8a] socks forwarding established\n2025-07-29 07:18:07.504 [info] [command][c2585881-8e1a-46ff-8e6b-304a36ab9f54] Process exited with code 0\n2025-07-29 07:18:07.504 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][abff89a6-b079-45e0-bfc8-81de4a18df8a] socks connection closed\n2025-07-29 07:18:07.505 [info] [command][c2585881-8e1a-46ff-8e6b-304a36ab9f54] Socket close event received\n2025-07-29 07:18:07.530 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63308 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:19:07.507 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:19:07.509 [info] [command][d6e28dcb-7010-4756-b034-d34933304d04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d6e28dcb-7010-4756-b034-d34933304d04""}\n2025-07-29 07:19:07.509 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a3a4f7e8-b479-4724-bd6f-39ce79d95695] received connection request\n2025-07-29 07:19:07.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:19:07.539 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a3a4f7e8-b479-4724-bd6f-39ce79d95695] socks forwarding established\n2025-07-29 07:19:07.569 [info] [command][d6e28dcb-7010-4756-b034-d34933304d04] Process exited with code 0\n2025-07-29 07:19:07.569 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a3a4f7e8-b479-4724-bd6f-39ce79d95695] socks connection closed\n2025-07-29 07:19:07.569 [info] [command][d6e28dcb-7010-4756-b034-d34933304d04] Socket close event received\n2025-07-29 07:19:07.592 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63329 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:20:07.577 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:20:07.579 [info] [command][ab68fa89-1e49-4827-8e1b-78708710c000] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ab68fa89-1e49-4827-8e1b-78708710c000""}\n2025-07-29 07:20:07.580 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5d0ac16f-8d8b-47a5-8c30-fce6aff6853f] received connection request\n2025-07-29 07:20:07.580 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:20:07.612 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5d0ac16f-8d8b-47a5-8c30-fce6aff6853f] socks forwarding established\n2025-07-29 07:20:07.642 [info] [command][ab68fa89-1e49-4827-8e1b-78708710c000] Process exited with code 0\n2025-07-29 07:20:07.642 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5d0ac16f-8d8b-47a5-8c30-fce6aff6853f] socks connection closed\n2025-07-29 07:20:07.642 [info] [command][ab68fa89-1e49-4827-8e1b-78708710c000] Socket close event received\n2025-07-29 07:20:07.669 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63396 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:21:07.650 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:21:07.653 [info] [command][a8f24570-dfe3-47a0-bf84-57c3ca2b12a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a8f24570-dfe3-47a0-bf84-57c3ca2b12a8""}\n2025-07-29 07:21:07.653 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e344243c-859c-41ab-928b-3b25950af26c] received connection request\n2025-07-29 07:21:07.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:21:07.686 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e344243c-859c-41ab-928b-3b25950af26c] socks forwarding established\n2025-07-29 07:21:07.716 [info] [command][a8f24570-dfe3-47a0-bf84-57c3ca2b12a8] Process exited with code 0\n2025-07-29 07:21:07.716 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e344243c-859c-41ab-928b-3b25950af26c] socks connection closed\n2025-07-29 07:21:07.716 [info] [command][a8f24570-dfe3-47a0-bf84-57c3ca2b12a8] Socket close event received\n2025-07-29 07:21:07.740 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63417 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:22:07.718 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:22:07.720 [info] [command][4f0c0649-e997-44d0-9b33-24999e9d6507] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4f0c0649-e997-44d0-9b33-24999e9d6507""}\n2025-07-29 07:22:07.721 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][29d40326-bbca-492a-85a7-16d72dd9314d] received connection request\n2025-07-29 07:22:07.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:22:07.751 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][29d40326-bbca-492a-85a7-16d72dd9314d] socks forwarding established\n2025-07-29 07:22:07.780 [info] [command][4f0c0649-e997-44d0-9b33-24999e9d6507] Process exited with code 0\n2025-07-29 07:22:07.780 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][29d40326-bbca-492a-85a7-16d72dd9314d] socks connection closed\n2025-07-29 07:22:07.780 [info] [command][4f0c0649-e997-44d0-9b33-24999e9d6507] Socket close event received\n2025-07-29 07:22:07.804 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63454 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:23:07.788 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:23:07.789 [info] [command][958da0bd-053f-4b1b-ac17-399e104422eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""958da0bd-053f-4b1b-ac17-399e104422eb""}\n2025-07-29 07:23:07.789 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][dc13b6ad-22ab-4d28-b195-e02406fd1fb3] received connection request\n2025-07-29 07:23:07.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:23:07.816 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dc13b6ad-22ab-4d28-b195-e02406fd1fb3] socks forwarding established\n2025-07-29 07:23:07.846 [info] [command][958da0bd-053f-4b1b-ac17-399e104422eb] Process exited with code 0\n2025-07-29 07:23:07.846 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][dc13b6ad-22ab-4d28-b195-e02406fd1fb3] socks connection closed\n2025-07-29 07:23:07.846 [info] [command][958da0bd-053f-4b1b-ac17-399e104422eb] Socket close event received\n2025-07-29 07:23:07.872 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63484 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:24:07.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:24:07.854 [info] [command][430655d1-5304-4f09-abfa-63b990ffbfc4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""430655d1-5304-4f09-abfa-63b990ffbfc4""}\n2025-07-29 07:24:07.855 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][099c63c9-cd57-4874-820f-4906ef6093bc] received connection request\n2025-07-29 07:24:07.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:24:07.887 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][099c63c9-cd57-4874-820f-4906ef6093bc] socks forwarding established\n2025-07-29 07:24:07.924 [info] [command][430655d1-5304-4f09-abfa-63b990ffbfc4] Process exited with code 0\n2025-07-29 07:24:07.924 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][099c63c9-cd57-4874-820f-4906ef6093bc] socks connection closed\n2025-07-29 07:24:07.924 [info] [command][430655d1-5304-4f09-abfa-63b990ffbfc4] Socket close event received\n2025-07-29 07:24:07.948 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63511 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:25:07.934 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:25:07.938 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5956acc4-b696-4a08-8c38-496d7737784e] received connection request\n2025-07-29 07:25:07.938 [info] [command][7d766ea8-3a70-4316-9f7f-37f62f9d21b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7d766ea8-3a70-4316-9f7f-37f62f9d21b0""}\n2025-07-29 07:25:07.939 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:25:07.972 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5956acc4-b696-4a08-8c38-496d7737784e] socks forwarding established\n2025-07-29 07:25:08.003 [info] [command][7d766ea8-3a70-4316-9f7f-37f62f9d21b0] Process exited with code 0\n2025-07-29 07:25:08.004 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5956acc4-b696-4a08-8c38-496d7737784e] socks connection closed\n2025-07-29 07:25:08.004 [info] [command][7d766ea8-3a70-4316-9f7f-37f62f9d21b0] Socket close event received\n2025-07-29 07:25:08.029 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63542 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:26:08.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:26:08.012 [info] [command][9f97df45-1405-4e58-86e3-5d8587ccdf96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9f97df45-1405-4e58-86e3-5d8587ccdf96""}\n2025-07-29 07:26:08.012 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][771b6392-159b-4240-8a3a-4c3848333587] received connection request\n2025-07-29 07:26:08.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:26:08.044 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][771b6392-159b-4240-8a3a-4c3848333587] socks forwarding established\n2025-07-29 07:26:08.072 [info] [command][9f97df45-1405-4e58-86e3-5d8587ccdf96] Process exited with code 0\n2025-07-29 07:26:08.072 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][771b6392-159b-4240-8a3a-4c3848333587] socks connection closed\n2025-07-29 07:26:08.072 [info] [command][9f97df45-1405-4e58-86e3-5d8587ccdf96] Socket close event received\n2025-07-29 07:26:08.098 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63562 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:27:08.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:27:08.085 [info] [command][5b65d488-0ac3-4cd2-89c8-211383ef34b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5b65d488-0ac3-4cd2-89c8-211383ef34b5""}\n2025-07-29 07:27:08.086 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][8f55fc0f-e55f-4433-9733-9b15be765bed] received connection request\n2025-07-29 07:27:08.087 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:27:08.121 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8f55fc0f-e55f-4433-9733-9b15be765bed] socks forwarding established\n2025-07-29 07:27:08.151 [info] [command][5b65d488-0ac3-4cd2-89c8-211383ef34b5] Process exited with code 0\n2025-07-29 07:27:08.152 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][8f55fc0f-e55f-4433-9733-9b15be765bed] socks connection closed\n2025-07-29 07:27:08.152 [info] [command][5b65d488-0ac3-4cd2-89c8-211383ef34b5] Socket close event received\n2025-07-29 07:27:08.176 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63598 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:28:08.158 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:28:08.160 [info] [command][fba6d9fd-79cb-4bee-b1ac-dd779a0eb23e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fba6d9fd-79cb-4bee-b1ac-dd779a0eb23e""}\n2025-07-29 07:28:08.161 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][39202148-f430-4da1-bea9-b84d9aa77e49] received connection request\n2025-07-29 07:28:08.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:28:08.193 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][39202148-f430-4da1-bea9-b84d9aa77e49] socks forwarding established\n2025-07-29 07:28:08.222 [info] [command][fba6d9fd-79cb-4bee-b1ac-dd779a0eb23e] Process exited with code 0\n2025-07-29 07:28:08.223 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][39202148-f430-4da1-bea9-b84d9aa77e49] socks connection closed\n2025-07-29 07:28:08.223 [info] [command][fba6d9fd-79cb-4bee-b1ac-dd779a0eb23e] Socket close event received\n2025-07-29 07:28:08.249 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63628 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:29:08.224 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:29:08.227 [info] [command][68b6ead4-7033-4350-95ff-ed22056dec68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""68b6ead4-7033-4350-95ff-ed22056dec68""}\n2025-07-29 07:29:08.227 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2680203c-d6d8-4181-bd0c-3588140a6206] received connection request\n2025-07-29 07:29:08.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:29:08.260 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2680203c-d6d8-4181-bd0c-3588140a6206] socks forwarding established\n2025-07-29 07:29:08.288 [info] [command][68b6ead4-7033-4350-95ff-ed22056dec68] Process exited with code 0\n2025-07-29 07:29:08.289 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2680203c-d6d8-4181-bd0c-3588140a6206] socks connection closed\n2025-07-29 07:29:08.289 [info] [command][68b6ead4-7033-4350-95ff-ed22056dec68] Socket close event received\n2025-07-29 07:29:08.313 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63655 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:30:08.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:30:08.302 [info] [command][402e9440-c493-41de-b4a8-ae2e60402310] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""402e9440-c493-41de-b4a8-ae2e60402310""}\n2025-07-29 07:30:08.303 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][ca641d33-0e75-49dc-82a7-75661194f534] received connection request\n2025-07-29 07:30:08.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:30:08.330 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ca641d33-0e75-49dc-82a7-75661194f534] socks forwarding established\n2025-07-29 07:30:08.360 [info] [command][402e9440-c493-41de-b4a8-ae2e60402310] Process exited with code 0\n2025-07-29 07:30:08.360 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][ca641d33-0e75-49dc-82a7-75661194f534] socks connection closed\n2025-07-29 07:30:08.360 [info] [command][402e9440-c493-41de-b4a8-ae2e60402310] Socket close event received\n2025-07-29 07:30:08.383 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63690 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:31:08.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:31:08.371 [info] [command][91c47fbf-1460-4482-bcd0-05fe3b1bd443] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""91c47fbf-1460-4482-bcd0-05fe3b1bd443""}\n2025-07-29 07:31:08.372 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cdd4a6bb-b2db-4951-b01d-91f1217c8d41] received connection request\n2025-07-29 07:31:08.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:31:08.403 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cdd4a6bb-b2db-4951-b01d-91f1217c8d41] socks forwarding established\n2025-07-29 07:31:08.434 [info] [command][91c47fbf-1460-4482-bcd0-05fe3b1bd443] Process exited with code 0\n2025-07-29 07:31:08.434 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cdd4a6bb-b2db-4951-b01d-91f1217c8d41] socks connection closed\n2025-07-29 07:31:08.435 [info] [command][91c47fbf-1460-4482-bcd0-05fe3b1bd443] Socket close event received\n2025-07-29 07:31:08.458 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63713 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:32:08.444 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:32:08.447 [info] [command][f43087e3-e772-42cc-9468-2fc19b8fe772] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f43087e3-e772-42cc-9468-2fc19b8fe772""}\n2025-07-29 07:32:08.448 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b6562f92-3aa8-4b85-b423-12a62c46085d] received connection request\n2025-07-29 07:32:08.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:32:08.476 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b6562f92-3aa8-4b85-b423-12a62c46085d] socks forwarding established\n2025-07-29 07:32:08.506 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b6562f92-3aa8-4b85-b423-12a62c46085d] socks connection closed\n2025-07-29 07:32:08.507 [info] [command][f43087e3-e772-42cc-9468-2fc19b8fe772] Process exited with code 0\n2025-07-29 07:32:08.507 [info] [command][f43087e3-e772-42cc-9468-2fc19b8fe772] Socket close event received\n2025-07-29 07:32:08.530 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63747 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:33:08.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:33:08.514 [info] [command][c8f274d8-f2dc-474b-80bb-37ae0f92c60a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c8f274d8-f2dc-474b-80bb-37ae0f92c60a""}\n2025-07-29 07:33:08.514 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][746d7578-fa22-4e47-910d-144fe76d5cd3] received connection request\n2025-07-29 07:33:08.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:33:08.545 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][746d7578-fa22-4e47-910d-144fe76d5cd3] socks forwarding established\n2025-07-29 07:33:08.574 [info] [command][c8f274d8-f2dc-474b-80bb-37ae0f92c60a] Process exited with code 0\n2025-07-29 07:33:08.574 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][746d7578-fa22-4e47-910d-144fe76d5cd3] socks connection closed\n2025-07-29 07:33:08.574 [info] [command][c8f274d8-f2dc-474b-80bb-37ae0f92c60a] Socket close event received\n2025-07-29 07:33:08.602 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63776 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:34:08.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:34:08.587 [info] [command][b5433bbd-864a-475b-9cbf-10e35c2f1709] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b5433bbd-864a-475b-9cbf-10e35c2f1709""}\n2025-07-29 07:34:08.588 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0297e252-bf6a-4ed7-ae65-920dd7adabe1] received connection request\n2025-07-29 07:34:08.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:34:08.621 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0297e252-bf6a-4ed7-ae65-920dd7adabe1] socks forwarding established\n2025-07-29 07:34:08.651 [info] [command][b5433bbd-864a-475b-9cbf-10e35c2f1709] Process exited with code 0\n2025-07-29 07:34:08.651 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0297e252-bf6a-4ed7-ae65-920dd7adabe1] socks connection closed\n2025-07-29 07:34:08.651 [info] [command][b5433bbd-864a-475b-9cbf-10e35c2f1709] Socket close event received\n2025-07-29 07:34:08.675 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63807 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:35:08.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:35:08.662 [info] [command][c1638b92-4765-4d8c-a1e0-392a2373ad97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c1638b92-4765-4d8c-a1e0-392a2373ad97""}\n2025-07-29 07:35:08.662 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][27ad3686-93c7-4f1b-bd96-307034d3199c] received connection request\n2025-07-29 07:35:08.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:35:08.708 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27ad3686-93c7-4f1b-bd96-307034d3199c] socks forwarding established\n2025-07-29 07:35:08.741 [info] [command][c1638b92-4765-4d8c-a1e0-392a2373ad97] Process exited with code 0\n2025-07-29 07:35:08.741 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][27ad3686-93c7-4f1b-bd96-307034d3199c] socks connection closed\n2025-07-29 07:35:08.741 [info] [command][c1638b92-4765-4d8c-a1e0-392a2373ad97] Socket close event received\n2025-07-29 07:35:08.766 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63841 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:36:08.748 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:36:08.750 [info] [command][559579d3-0fc1-49cd-9f3e-34fedce4a017] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""559579d3-0fc1-49cd-9f3e-34fedce4a017""}\n2025-07-29 07:36:08.751 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][91a5fcf6-0cc8-4743-993b-4597d585ddd4] received connection request\n2025-07-29 07:36:08.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:36:08.782 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][91a5fcf6-0cc8-4743-993b-4597d585ddd4] socks forwarding established\n2025-07-29 07:36:08.812 [info] [command][559579d3-0fc1-49cd-9f3e-34fedce4a017] Process exited with code 0\n2025-07-29 07:36:08.812 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][91a5fcf6-0cc8-4743-993b-4597d585ddd4] socks connection closed\n2025-07-29 07:36:08.812 [info] [command][559579d3-0fc1-49cd-9f3e-34fedce4a017] Socket close event received\n2025-07-29 07:36:08.836 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63864 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:37:08.818 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:37:08.821 [info] [command][c805fab0-cf91-4260-b305-f1e380df087e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c805fab0-cf91-4260-b305-f1e380df087e""}\n2025-07-29 07:37:08.822 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][cfb84689-df70-44f6-b38d-b33e2e26be97] received connection request\n2025-07-29 07:37:08.823 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:37:08.856 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cfb84689-df70-44f6-b38d-b33e2e26be97] socks forwarding established\n2025-07-29 07:37:08.885 [info] [command][c805fab0-cf91-4260-b305-f1e380df087e] Process exited with code 0\n2025-07-29 07:37:08.886 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][cfb84689-df70-44f6-b38d-b33e2e26be97] socks connection closed\n2025-07-29 07:37:08.886 [info] [command][c805fab0-cf91-4260-b305-f1e380df087e] Socket close event received\n2025-07-29 07:37:08.910 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63902 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:38:08.888 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:38:08.891 [info] [command][20ac12b1-1dd3-4ce2-a155-df0d5c6462e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""20ac12b1-1dd3-4ce2-a155-df0d5c6462e8""}\n2025-07-29 07:38:08.892 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4f3851b2-2873-4ba4-bc48-ef60d951fd28] received connection request\n2025-07-29 07:38:08.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:38:08.923 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4f3851b2-2873-4ba4-bc48-ef60d951fd28] socks forwarding established\n2025-07-29 07:38:08.952 [info] [command][20ac12b1-1dd3-4ce2-a155-df0d5c6462e8] Process exited with code 0\n2025-07-29 07:38:08.952 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4f3851b2-2873-4ba4-bc48-ef60d951fd28] socks connection closed\n2025-07-29 07:38:08.952 [info] [command][20ac12b1-1dd3-4ce2-a155-df0d5c6462e8] Socket close event received\n2025-07-29 07:38:08.978 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63933 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:39:08.959 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:39:08.961 [info] [command][864fd2df-4e52-4c30-98b0-86a9df50950b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""864fd2df-4e52-4c30-98b0-86a9df50950b""}\n2025-07-29 07:39:08.961 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][126cbfce-70d8-41f3-8ad8-f8f8dd5f068e] received connection request\n2025-07-29 07:39:08.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:39:08.988 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][126cbfce-70d8-41f3-8ad8-f8f8dd5f068e] socks forwarding established\n2025-07-29 07:39:09.017 [info] [command][864fd2df-4e52-4c30-98b0-86a9df50950b] Process exited with code 0\n2025-07-29 07:39:09.018 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][126cbfce-70d8-41f3-8ad8-f8f8dd5f068e] socks connection closed\n2025-07-29 07:39:09.018 [info] [command][864fd2df-4e52-4c30-98b0-86a9df50950b] Socket close event received\n2025-07-29 07:39:09.041 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63950 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:40:09.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:40:09.031 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][2dad4cac-8575-4634-a534-83040d9626a1] received connection request\n2025-07-29 07:40:09.032 [info] [command][0cf3a081-ab71-41fd-a5b6-8df7b91b5d56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0cf3a081-ab71-41fd-a5b6-8df7b91b5d56""}\n2025-07-29 07:40:09.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:40:09.064 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2dad4cac-8575-4634-a534-83040d9626a1] socks forwarding established\n2025-07-29 07:40:09.093 [info] [command][0cf3a081-ab71-41fd-a5b6-8df7b91b5d56] Process exited with code 0\n2025-07-29 07:40:09.093 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][2dad4cac-8575-4634-a534-83040d9626a1] socks connection closed\n2025-07-29 07:40:09.093 [info] [command][0cf3a081-ab71-41fd-a5b6-8df7b91b5d56] Socket close event received\n2025-07-29 07:40:09.119 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 63984 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:41:09.095 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:41:09.098 [info] [command][2e33e5a1-725f-4362-91a9-50a22342b290] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2e33e5a1-725f-4362-91a9-50a22342b290""}\n2025-07-29 07:41:09.099 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c0af4285-6de6-4b7e-90d3-6123118e1161] received connection request\n2025-07-29 07:41:09.099 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:41:09.137 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c0af4285-6de6-4b7e-90d3-6123118e1161] socks forwarding established\n2025-07-29 07:41:09.167 [info] [command][2e33e5a1-725f-4362-91a9-50a22342b290] Process exited with code 0\n2025-07-29 07:41:09.168 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c0af4285-6de6-4b7e-90d3-6123118e1161] socks connection closed\n2025-07-29 07:41:09.168 [info] [command][2e33e5a1-725f-4362-91a9-50a22342b290] Socket close event received\n2025-07-29 07:41:09.200 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64003 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:42:09.178 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:42:09.180 [info] [command][c64634d7-359c-4916-9030-a0604f40b56f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c64634d7-359c-4916-9030-a0604f40b56f""}\n2025-07-29 07:42:09.182 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c9483269-661c-4b88-b59f-0cd69d2efb01] received connection request\n2025-07-29 07:42:09.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:42:09.218 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c9483269-661c-4b88-b59f-0cd69d2efb01] socks forwarding established\n2025-07-29 07:42:09.252 [info] [command][c64634d7-359c-4916-9030-a0604f40b56f] Process exited with code 0\n2025-07-29 07:42:09.252 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c9483269-661c-4b88-b59f-0cd69d2efb01] socks connection closed\n2025-07-29 07:42:09.252 [info] [command][c64634d7-359c-4916-9030-a0604f40b56f] Socket close event received\n2025-07-29 07:42:09.276 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64046 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:43:09.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:43:09.257 [info] [command][f687d512-f5be-40d6-9681-b30739a6c205] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f687d512-f5be-40d6-9681-b30739a6c205""}\n2025-07-29 07:43:09.258 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6312578a-b919-4359-b978-68e9423769d5] received connection request\n2025-07-29 07:43:09.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:43:09.285 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6312578a-b919-4359-b978-68e9423769d5] socks forwarding established\n2025-07-29 07:43:09.316 [info] [command][f687d512-f5be-40d6-9681-b30739a6c205] Process exited with code 0\n2025-07-29 07:43:09.317 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6312578a-b919-4359-b978-68e9423769d5] socks connection closed\n2025-07-29 07:43:09.317 [info] [command][f687d512-f5be-40d6-9681-b30739a6c205] Socket close event received\n2025-07-29 07:43:09.342 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64077 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:44:09.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:44:09.321 [info] [command][4aff6052-45a8-4ed0-a5fd-f5e816080c8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4aff6052-45a8-4ed0-a5fd-f5e816080c8f""}\n2025-07-29 07:44:09.322 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][f67d0398-8ca3-499a-9215-0eded5b3c8c1] received connection request\n2025-07-29 07:44:09.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:44:09.348 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f67d0398-8ca3-499a-9215-0eded5b3c8c1] socks forwarding established\n2025-07-29 07:44:09.379 [info] [command][4aff6052-45a8-4ed0-a5fd-f5e816080c8f] Process exited with code 0\n2025-07-29 07:44:09.380 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][f67d0398-8ca3-499a-9215-0eded5b3c8c1] socks connection closed\n2025-07-29 07:44:09.380 [info] [command][4aff6052-45a8-4ed0-a5fd-f5e816080c8f] Socket close event received\n2025-07-29 07:44:09.406 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64107 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:45:09.380 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:45:09.383 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][4206539c-15a6-48e5-8316-15571e38050f] received connection request\n2025-07-29 07:45:09.383 [info] [command][98894a63-f585-4e18-9e51-eb27a6876c8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""98894a63-f585-4e18-9e51-eb27a6876c8a""}\n2025-07-29 07:45:09.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:45:09.416 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4206539c-15a6-48e5-8316-15571e38050f] socks forwarding established\n2025-07-29 07:45:09.447 [info] [command][98894a63-f585-4e18-9e51-eb27a6876c8a] Process exited with code 0\n2025-07-29 07:45:09.447 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][4206539c-15a6-48e5-8316-15571e38050f] socks connection closed\n2025-07-29 07:45:09.447 [info] [command][98894a63-f585-4e18-9e51-eb27a6876c8a] Socket close event received\n2025-07-29 07:45:09.474 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64144 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:46:09.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:46:09.458 [info] [command][3f183899-eaf2-4396-9d39-65b9a4364cd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3f183899-eaf2-4396-9d39-65b9a4364cd0""}\n2025-07-29 07:46:09.459 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a8944c7c-dd9e-4b7f-b40c-f26be2e5bc83] received connection request\n2025-07-29 07:46:09.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:46:09.490 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a8944c7c-dd9e-4b7f-b40c-f26be2e5bc83] socks forwarding established\n2025-07-29 07:46:09.536 [info] [command][3f183899-eaf2-4396-9d39-65b9a4364cd0] Process exited with code 0\n2025-07-29 07:46:09.537 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a8944c7c-dd9e-4b7f-b40c-f26be2e5bc83] socks connection closed\n2025-07-29 07:46:09.537 [info] [command][3f183899-eaf2-4396-9d39-65b9a4364cd0] Socket close event received\n2025-07-29 07:46:09.561 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64177 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:47:09.546 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:47:09.549 [info] [command][f6518fa4-39ec-4659-9666-483e44203b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f6518fa4-39ec-4659-9666-483e44203b66""}\n2025-07-29 07:47:09.549 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][1a6cb659-ad9d-4337-adcd-c732a91ee9f1] received connection request\n2025-07-29 07:47:09.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:47:09.577 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1a6cb659-ad9d-4337-adcd-c732a91ee9f1] socks forwarding established\n2025-07-29 07:47:09.606 [info] [command][f6518fa4-39ec-4659-9666-483e44203b66] Process exited with code 0\n2025-07-29 07:47:09.607 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][1a6cb659-ad9d-4337-adcd-c732a91ee9f1] socks connection closed\n2025-07-29 07:47:09.607 [info] [command][f6518fa4-39ec-4659-9666-483e44203b66] Socket close event received\n2025-07-29 07:47:09.630 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64211 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:48:09.610 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:48:09.612 [info] [command][24234d24-9035-411b-a67e-4c29bfe10efa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""24234d24-9035-411b-a67e-4c29bfe10efa""}\n2025-07-29 07:48:09.613 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][03a0b41e-e70a-447a-9d09-388bfa299168] received connection request\n2025-07-29 07:48:09.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:48:09.643 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][03a0b41e-e70a-447a-9d09-388bfa299168] socks forwarding established\n2025-07-29 07:48:09.674 [info] [command][24234d24-9035-411b-a67e-4c29bfe10efa] Process exited with code 0\n2025-07-29 07:48:09.674 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][03a0b41e-e70a-447a-9d09-388bfa299168] socks connection closed\n2025-07-29 07:48:09.674 [info] [command][24234d24-9035-411b-a67e-4c29bfe10efa] Socket close event received\n2025-07-29 07:48:09.700 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64249 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:49:09.681 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:49:09.685 [info] [command][b9f38af4-09a6-4449-9ec6-16504e46f8e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b9f38af4-09a6-4449-9ec6-16504e46f8e1""}\n2025-07-29 07:49:09.685 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][474a414c-0d00-46db-9b0f-3ebaff1435c5] received connection request\n2025-07-29 07:49:09.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:49:09.716 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][474a414c-0d00-46db-9b0f-3ebaff1435c5] socks forwarding established\n2025-07-29 07:49:09.745 [info] [command][b9f38af4-09a6-4449-9ec6-16504e46f8e1] Process exited with code 0\n2025-07-29 07:49:09.746 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][474a414c-0d00-46db-9b0f-3ebaff1435c5] socks connection closed\n2025-07-29 07:49:09.746 [info] [command][b9f38af4-09a6-4449-9ec6-16504e46f8e1] Socket close event received\n2025-07-29 07:49:09.769 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64274 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:50:09.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:50:09.756 [info] [command][26417adc-e3ee-4cb3-87cf-a77596c70d78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""26417adc-e3ee-4cb3-87cf-a77596c70d78""}\n2025-07-29 07:50:09.757 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][72c3246f-a0ea-4227-abea-ba9bd9b140c1] received connection request\n2025-07-29 07:50:09.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 07:50:09.758 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:50:09.793 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][72c3246f-a0ea-4227-abea-ba9bd9b140c1] socks forwarding established\n2025-07-29 07:50:09.991 [info] [command][26417adc-e3ee-4cb3-87cf-a77596c70d78] Process exited with code 0\n2025-07-29 07:50:09.991 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][72c3246f-a0ea-4227-abea-ba9bd9b140c1] socks connection closed\n2025-07-29 07:50:09.991 [info] [command][26417adc-e3ee-4cb3-87cf-a77596c70d78] Socket close event received\n2025-07-29 07:50:10.017 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64308 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:51:10.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:51:10.004 [info] [command][d42c0004-71e2-4b83-adcc-b55f3ad9333f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d42c0004-71e2-4b83-adcc-b55f3ad9333f""}\n2025-07-29 07:51:10.005 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][0d81501f-40d7-4397-9e9a-1cf083400f09] received connection request\n2025-07-29 07:51:10.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:51:10.038 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0d81501f-40d7-4397-9e9a-1cf083400f09] socks forwarding established\n2025-07-29 07:51:10.067 [info] [command][d42c0004-71e2-4b83-adcc-b55f3ad9333f] Process exited with code 0\n2025-07-29 07:51:10.068 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][0d81501f-40d7-4397-9e9a-1cf083400f09] socks connection closed\n2025-07-29 07:51:10.068 [info] [command][d42c0004-71e2-4b83-adcc-b55f3ad9333f] Socket close event received\n2025-07-29 07:51:10.093 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64333 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:52:10.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:52:10.077 [info] [command][e729e0f4-e557-4657-a3e4-94ad6543d9e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e729e0f4-e557-4657-a3e4-94ad6543d9e0""}\n2025-07-29 07:52:10.077 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c2af6d3a-ec73-4509-a9d7-214517509af4] received connection request\n2025-07-29 07:52:10.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:52:10.116 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2af6d3a-ec73-4509-a9d7-214517509af4] socks forwarding established\n2025-07-29 07:52:10.146 [info] [command][e729e0f4-e557-4657-a3e4-94ad6543d9e0] Process exited with code 0\n2025-07-29 07:52:10.146 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c2af6d3a-ec73-4509-a9d7-214517509af4] socks connection closed\n2025-07-29 07:52:10.146 [info] [command][e729e0f4-e557-4657-a3e4-94ad6543d9e0] Socket close event received\n2025-07-29 07:52:10.169 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64367 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:53:10.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:53:10.150 [info] [command][7448d17d-4ae5-4183-96c3-0ea335184d04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7448d17d-4ae5-4183-96c3-0ea335184d04""}\n2025-07-29 07:53:10.151 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][e560f900-0706-4240-ba55-6d25e88fe719] received connection request\n2025-07-29 07:53:10.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:53:10.187 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e560f900-0706-4240-ba55-6d25e88fe719] socks forwarding established\n2025-07-29 07:53:10.220 [info] [command][7448d17d-4ae5-4183-96c3-0ea335184d04] Process exited with code 0\n2025-07-29 07:53:10.220 [info] [command][7448d17d-4ae5-4183-96c3-0ea335184d04] Socket close event received\n2025-07-29 07:53:10.220 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][e560f900-0706-4240-ba55-6d25e88fe719] socks connection closed\n2025-07-29 07:53:10.245 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64397 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:54:10.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:54:10.233 [info] [command][4e9ba86f-5653-418d-bbfd-254294cbe3eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4e9ba86f-5653-418d-bbfd-254294cbe3eb""}\n2025-07-29 07:54:10.234 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][c7cbec98-7835-4955-8349-a7c4e72e0c85] received connection request\n2025-07-29 07:54:10.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:54:10.265 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c7cbec98-7835-4955-8349-a7c4e72e0c85] socks forwarding established\n2025-07-29 07:54:10.293 [info] [command][4e9ba86f-5653-418d-bbfd-254294cbe3eb] Process exited with code 0\n2025-07-29 07:54:10.293 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][c7cbec98-7835-4955-8349-a7c4e72e0c85] socks connection closed\n2025-07-29 07:54:10.293 [info] [command][4e9ba86f-5653-418d-bbfd-254294cbe3eb] Socket close event received\n2025-07-29 07:54:10.319 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64420 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:55:10.295 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:55:10.298 [info] [command][f98a93bc-0fc4-46bd-b9b6-1d0874b3cae7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f98a93bc-0fc4-46bd-b9b6-1d0874b3cae7""}\n2025-07-29 07:55:10.299 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][fea013de-2126-45d2-8cc3-0115762d3db4] received connection request\n2025-07-29 07:55:10.299 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:55:10.327 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fea013de-2126-45d2-8cc3-0115762d3db4] socks forwarding established\n2025-07-29 07:55:10.357 [info] [command][f98a93bc-0fc4-46bd-b9b6-1d0874b3cae7] Process exited with code 0\n2025-07-29 07:55:10.358 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][fea013de-2126-45d2-8cc3-0115762d3db4] socks connection closed\n2025-07-29 07:55:10.358 [info] [command][f98a93bc-0fc4-46bd-b9b6-1d0874b3cae7] Socket close event received\n2025-07-29 07:55:10.382 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64451 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:56:10.367 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:56:10.370 [info] [command][77cf9b4b-e0e2-4fd5-91d5-625de9b7b76b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""77cf9b4b-e0e2-4fd5-91d5-625de9b7b76b""}\n2025-07-29 07:56:10.371 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5eb77b1e-34d9-4559-9960-70dbf859e776] received connection request\n2025-07-29 07:56:10.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:56:10.407 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5eb77b1e-34d9-4559-9960-70dbf859e776] socks forwarding established\n2025-07-29 07:56:10.442 [info] [command][77cf9b4b-e0e2-4fd5-91d5-625de9b7b76b] Process exited with code 0\n2025-07-29 07:56:10.443 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][5eb77b1e-34d9-4559-9960-70dbf859e776] socks connection closed\n2025-07-29 07:56:10.443 [info] [command][77cf9b4b-e0e2-4fd5-91d5-625de9b7b76b] Socket close event received\n2025-07-29 07:56:10.478 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64486 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:57:10.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:57:10.457 [info] [command][eb4f2132-e224-426f-a324-23147941dd6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""eb4f2132-e224-426f-a324-23147941dd6b""}\n2025-07-29 07:57:10.458 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][a055f872-60da-4e68-87e6-48f5adfb0ad7] received connection request\n2025-07-29 07:57:10.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:57:10.485 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a055f872-60da-4e68-87e6-48f5adfb0ad7] socks forwarding established\n2025-07-29 07:57:10.515 [info] [command][eb4f2132-e224-426f-a324-23147941dd6b] Process exited with code 0\n2025-07-29 07:57:10.516 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][a055f872-60da-4e68-87e6-48f5adfb0ad7] socks connection closed\n2025-07-29 07:57:10.516 [info] [command][eb4f2132-e224-426f-a324-23147941dd6b] Socket close event received\n2025-07-29 07:57:10.540 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64520 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:58:10.521 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:58:10.524 [info] [command][0161d213-8190-4e2f-aa81-c94bc0643328] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0161d213-8190-4e2f-aa81-c94bc0643328""}\n2025-07-29 07:58:10.524 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][b315d32b-90e6-4c5e-b23e-435f9c005fbd] received connection request\n2025-07-29 07:58:10.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:58:10.553 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b315d32b-90e6-4c5e-b23e-435f9c005fbd] socks forwarding established\n2025-07-29 07:58:10.594 [info] [command][0161d213-8190-4e2f-aa81-c94bc0643328] Process exited with code 0\n2025-07-29 07:58:10.595 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][b315d32b-90e6-4c5e-b23e-435f9c005fbd] socks connection closed\n2025-07-29 07:58:10.595 [info] [command][0161d213-8190-4e2f-aa81-c94bc0643328] Socket close event received\n2025-07-29 07:58:10.630 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64553 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 07:59:10.604 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 07:59:10.608 [info] [command][326bded8-2aea-4904-a931-4ebf43cd8f1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""326bded8-2aea-4904-a931-4ebf43cd8f1b""}\n2025-07-29 07:59:10.608 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][6f7587fd-de96-429b-95fb-20bc4ee3ce48] received connection request\n2025-07-29 07:59:10.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 07:59:10.636 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6f7587fd-de96-429b-95fb-20bc4ee3ce48] socks forwarding established\n2025-07-29 07:59:10.663 [info] [command][326bded8-2aea-4904-a931-4ebf43cd8f1b] Process exited with code 0\n2025-07-29 07:59:10.663 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:52295 -> 127.0.0.1:40439][6f7587fd-de96-429b-95fb-20bc4ee3ce48] socks connection closed\n2025-07-29 07:59:10.663 [info] [command][326bded8-2aea-4904-a931-4ebf43cd8f1b] Socket close event received\n2025-07-29 07:59:10.687 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 52295 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64571 to 127.0.0.1 port 52295, nchannels 4\n\n2025-07-29 08:00:10.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60238\n2025-07-29 08:00:10.671 [info] [command][18a8d515-2b56-4ba3-bdba-7846cdc0651e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""18a8d515-2b56-4ba3-bdba-7846cdc0651e""}\n2025-07-29 08:00:10.672 [info] [forwarding][multiplex][127.0.0.1:60238 -> 127.0.0.1:40439][5958b7c5-02ef-47a5-9027-2592e882289d] received connection request\n2025-07-29 08:00:10.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 52295 forwarding to socks port 0 requested.\n\n2025-07-29 08:00:10.673 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:00:20.934 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-29 08:00:20.941 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 08:00:20.942 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-29 08:00:20.944 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 08:00:20.946 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8036.sh"" | ssh -v -T -D 64711 login.haicore.berlin bash --login -c bash\n2025-07-29 08:00:20.946 [info] Started installation script. Waiting for it to finish...\n2025-07-29 08:00:20.946 [info] Waiting for server to install via process(89755)...\n2025-07-29 08:00:20.966 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 08:00:20.966 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 08:00:20.967 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 08:00:20.967 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 08:00:20.967 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-29 08:00:20.967 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 08:00:21.059 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-29 08:00:21.062 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-29 08:00:21.062 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-29 08:00:21.106 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-29 08:00:21.110 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-29 08:00:21.110 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-29 08:00:21.110 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-29 08:00:21.147 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-29 08:00:21.147 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-29 08:00:21.147 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-29 08:00:21.195 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-29 08:00:21.196 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-29 08:00:21.197 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-29 08:00:21.201 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-29 08:00:21.201 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-29 08:00:21.325 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-29 08:00:21.367 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-29 08:00:21.375 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-29 08:00:21.375 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 08:00:21.428 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 08:00:21.500 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:64711 forwarded to remote address socks:0\n\n2025-07-29 08:00:21.501 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 64711.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 64711.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-29 08:00:21.501 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-29 08:00:21.543 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-29 08:00:21.544 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-29 08:00:21.554 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-07-29 08:00:21.554 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-29 08:00:21.590 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-29 08:00:21.993 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-29 08:00:22.032 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 08:00:22.035 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-29 08:00:22.035 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-29 08:00:22.040 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-29 08:00:22.051 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-29 08:00:22.068 [info] (ssh_tunnel) stdout: Running multiplex server: 2785110 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js bd92fd45-7915-4013-9b78-e6bb774b9ca0\n\n2025-07-29 08:00:22.070 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 2785110 /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js bd92fd45-7915-4013-9b78-e6bb774b9ca0\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-29 08:00:22.071 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-29 08:00:22.081 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-29 08:00:22.092 [info] (ssh_tunnel) stdout: Code server script is not running\n\n2025-07-29 08:00:22.093 [info] (ssh_tunnel) stdout: Creating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 08:00:22.096 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-29 08:00:22.097 [info] (ssh_tunnel) stdout: Code server started with PID 2892780 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 08:00:22.098 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 08:00:22.610 [info] (ssh_tunnel) stdout: 077e9e555ac751e17d331751: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40439==\nmultiplexConnectionToken==bd92fd45-7915-4013-9b78-e6bb774b9ca0==\ncodeListeningOn==40901==\ncodeConnectionToken==7040d872-d888-44fe-bdcd-444dbc3ba4b9==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n077e9e555ac751e17d331751: end\n\n2025-07-29 08:00:22.611 [info] Server install command exit code: 0\n2025-07-29 08:00:22.611 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8036.sh\n2025-07-29 08:00:22.612 [info] [forwarding][code] creating new forwarding server\n2025-07-29 08:00:22.612 [info] [forwarding][code] server listening on 127.0.0.1:64722\n2025-07-29 08:00:22.612 [info] [forwarding][code] Set up server\n2025-07-29 08:00:22.612 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 7040d872-d888-44fe-bdcd-444dbc3ba4b9\n2025-07-29 08:00:22.612 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-29 08:00:22.612 [info] [forwarding][multiplex] server listening on 127.0.0.1:64723\n2025-07-29 08:00:22.612 [info] [forwarding][multiplex] Set up server\n2025-07-29 08:00:22.613 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: bd92fd45-7915-4013-9b78-e6bb774b9ca0\n2025-07-29 08:00:22.613 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:00:22.614 [info] [remote-ssh] Resolved exec server. Socks port: 64711\n2025-07-29 08:00:22.614 [info] Setting up 0 default forwarded ports\n2025-07-29 08:00:22.614 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":64722,""connectionToken"":""7040d872-d888-44fe-bdcd-444dbc3ba4b9"",""extensionHostEnv"":{}}. Socks port: 64711\n2025-07-29 08:00:22.614 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 08:00:22.616 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][69e98d32-c6af-4a62-ac27-03ddbdc8d058] received connection request\n2025-07-29 08:00:22.617 [info] [command][a767cbac-bd67-4efc-919d-7cf4c612f154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a767cbac-bd67-4efc-919d-7cf4c612f154""}\n2025-07-29 08:00:22.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:00:22.637 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:40901][d0914a74-6d81-4eef-a2de-3ef4f92482a0] received connection request\n2025-07-29 08:00:22.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:00:22.666 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][69e98d32-c6af-4a62-ac27-03ddbdc8d058] socks forwarding established\n2025-07-29 08:00:22.680 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:64711 -> 127.0.0.1:40901][d0914a74-6d81-4eef-a2de-3ef4f92482a0] socks forwarding established\n2025-07-29 08:00:22.711 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][69e98d32-c6af-4a62-ac27-03ddbdc8d058] socks connection closed\n2025-07-29 08:00:22.711 [info] [command][a767cbac-bd67-4efc-919d-7cf4c612f154] Process exited with code 0\n2025-07-29 08:00:22.711 [info] [command][a767cbac-bd67-4efc-919d-7cf4c612f154] Socket close event received\n2025-07-29 08:00:22.736 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:40901][991c311f-66e0-48e6-b825-12c673a88cc5] received connection request\n2025-07-29 08:00:22.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:00:22.750 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64725 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:00:22.778 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:64711 -> 127.0.0.1:40901][991c311f-66e0-48e6-b825-12c673a88cc5] socks forwarding established\n2025-07-29 08:00:22.959 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-29 08:01:22.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:01:22.714 [info] [command][162694ac-920b-46ff-8f13-4ee071803f5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""162694ac-920b-46ff-8f13-4ee071803f5d""}\n2025-07-29 08:01:22.714 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4630e6b4-c045-4407-bac7-5e34b0ebaac3] received connection request\n2025-07-29 08:01:22.714 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:01:22.753 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4630e6b4-c045-4407-bac7-5e34b0ebaac3] socks forwarding established\n2025-07-29 08:01:22.808 [info] [command][162694ac-920b-46ff-8f13-4ee071803f5d] Process exited with code 0\n2025-07-29 08:01:22.808 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4630e6b4-c045-4407-bac7-5e34b0ebaac3] socks connection closed\n2025-07-29 08:01:22.808 [info] [command][162694ac-920b-46ff-8f13-4ee071803f5d] Socket close event received\n2025-07-29 08:01:22.849 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64848 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:02:22.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:02:22.813 [info] [command][c01d6231-2676-4e39-a3d9-0a8b081c5ad6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c01d6231-2676-4e39-a3d9-0a8b081c5ad6""}\n2025-07-29 08:02:22.813 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][d26a4aba-f0bd-4557-a568-072db7b9a8db] received connection request\n2025-07-29 08:02:22.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 08:02:22.814 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:02:22.855 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d26a4aba-f0bd-4557-a568-072db7b9a8db] socks forwarding established\n2025-07-29 08:02:22.899 [info] [command][c01d6231-2676-4e39-a3d9-0a8b081c5ad6] Process exited with code 0\n2025-07-29 08:02:22.899 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d26a4aba-f0bd-4557-a568-072db7b9a8db] socks connection closed\n2025-07-29 08:02:22.899 [info] [command][c01d6231-2676-4e39-a3d9-0a8b081c5ad6] Socket close event received\n2025-07-29 08:02:22.938 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64899 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:03:22.905 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:03:22.908 [info] [command][899c3730-dc03-4a11-be6f-dc9deb9e9f43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""899c3730-dc03-4a11-be6f-dc9deb9e9f43""}\n2025-07-29 08:03:22.909 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e64e7d8c-bc09-497f-9770-5f1b548029fe] received connection request\n2025-07-29 08:03:22.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:03:22.951 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e64e7d8c-bc09-497f-9770-5f1b548029fe] socks forwarding established\n2025-07-29 08:03:22.997 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e64e7d8c-bc09-497f-9770-5f1b548029fe] socks connection closed\n2025-07-29 08:03:22.997 [info] [command][899c3730-dc03-4a11-be6f-dc9deb9e9f43] Process exited with code 0\n2025-07-29 08:03:22.997 [info] [command][899c3730-dc03-4a11-be6f-dc9deb9e9f43] Socket close event received\n2025-07-29 08:03:23.036 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64950 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:04:23.003 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:04:23.006 [info] [command][877ccce3-f6a0-4e3c-a8e2-24f1b96eebfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""877ccce3-f6a0-4e3c-a8e2-24f1b96eebfb""}\n2025-07-29 08:04:23.007 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c4dd3fdd-ec58-4706-81c8-b3bb8fc600a3] received connection request\n2025-07-29 08:04:23.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:04:23.048 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c4dd3fdd-ec58-4706-81c8-b3bb8fc600a3] socks forwarding established\n2025-07-29 08:04:23.093 [info] [command][877ccce3-f6a0-4e3c-a8e2-24f1b96eebfb] Process exited with code 0\n2025-07-29 08:04:23.093 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c4dd3fdd-ec58-4706-81c8-b3bb8fc600a3] socks connection closed\n2025-07-29 08:04:23.094 [info] [command][877ccce3-f6a0-4e3c-a8e2-24f1b96eebfb] Socket close event received\n2025-07-29 08:04:23.132 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 64995 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:05:23.096 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:05:23.098 [info] [command][872c0351-3007-434d-8179-7f486616a930] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""872c0351-3007-434d-8179-7f486616a930""}\n2025-07-29 08:05:23.099 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][3176629e-8bb9-4e31-b460-1bbfdf233248] received connection request\n2025-07-29 08:05:23.099 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:05:23.140 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3176629e-8bb9-4e31-b460-1bbfdf233248] socks forwarding established\n2025-07-29 08:05:23.183 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3176629e-8bb9-4e31-b460-1bbfdf233248] socks connection closed\n2025-07-29 08:05:23.183 [info] [command][872c0351-3007-434d-8179-7f486616a930] Process exited with code 0\n2025-07-29 08:05:23.183 [info] [command][872c0351-3007-434d-8179-7f486616a930] Socket close event received\n2025-07-29 08:05:23.228 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65036 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:06:23.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:06:23.191 [info] [command][986ed760-f2a6-443a-ad2b-eb0a960d8e9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""986ed760-f2a6-443a-ad2b-eb0a960d8e9a""}\n2025-07-29 08:06:23.192 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][2222deeb-552c-4db8-baa0-01a8cb73385e] received connection request\n2025-07-29 08:06:23.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:06:23.239 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][2222deeb-552c-4db8-baa0-01a8cb73385e] socks forwarding established\n2025-07-29 08:06:23.283 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][2222deeb-552c-4db8-baa0-01a8cb73385e] socks connection closed\n2025-07-29 08:06:23.283 [info] [command][986ed760-f2a6-443a-ad2b-eb0a960d8e9a] Process exited with code 0\n2025-07-29 08:06:23.283 [info] [command][986ed760-f2a6-443a-ad2b-eb0a960d8e9a] Socket close event received\n2025-07-29 08:06:23.323 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65073 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:07:23.285 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:07:23.288 [info] [command][110094f3-2091-4210-b148-44d4bbdb9733] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""110094f3-2091-4210-b148-44d4bbdb9733""}\n2025-07-29 08:07:23.289 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][35f49f03-7337-451f-a2b5-10d6059b497c] received connection request\n2025-07-29 08:07:23.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:07:23.332 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][35f49f03-7337-451f-a2b5-10d6059b497c] socks forwarding established\n2025-07-29 08:07:23.386 [info] [command][110094f3-2091-4210-b148-44d4bbdb9733] Process exited with code 0\n2025-07-29 08:07:23.387 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][35f49f03-7337-451f-a2b5-10d6059b497c] socks connection closed\n2025-07-29 08:07:23.387 [info] [command][110094f3-2091-4210-b148-44d4bbdb9733] Socket close event received\n2025-07-29 08:07:23.426 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65113 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:08:23.392 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:08:23.395 [info] [command][a1877a13-3d81-4dda-aad7-e75d2eb1c4aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a1877a13-3d81-4dda-aad7-e75d2eb1c4aa""}\n2025-07-29 08:08:23.396 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][1c604606-1127-4ed2-82a9-04e98357c1f5] received connection request\n2025-07-29 08:08:23.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:08:23.438 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1c604606-1127-4ed2-82a9-04e98357c1f5] socks forwarding established\n2025-07-29 08:08:23.484 [info] [command][a1877a13-3d81-4dda-aad7-e75d2eb1c4aa] Process exited with code 0\n2025-07-29 08:08:23.484 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1c604606-1127-4ed2-82a9-04e98357c1f5] socks connection closed\n2025-07-29 08:08:23.484 [info] [command][a1877a13-3d81-4dda-aad7-e75d2eb1c4aa] Socket close event received\n2025-07-29 08:08:23.526 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65148 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:09:23.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:09:23.493 [info] [command][5c83da38-cee7-4d09-bf2d-6112c4b202a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5c83da38-cee7-4d09-bf2d-6112c4b202a9""}\n2025-07-29 08:09:23.493 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][56396bd2-380e-4b8c-8474-adb1a8c67f8e] received connection request\n2025-07-29 08:09:23.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:09:23.538 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][56396bd2-380e-4b8c-8474-adb1a8c67f8e] socks forwarding established\n2025-07-29 08:09:23.584 [info] [command][5c83da38-cee7-4d09-bf2d-6112c4b202a9] Process exited with code 0\n2025-07-29 08:09:23.584 [info] [command][5c83da38-cee7-4d09-bf2d-6112c4b202a9] Socket close event received\n2025-07-29 08:09:23.585 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][56396bd2-380e-4b8c-8474-adb1a8c67f8e] socks connection closed\n2025-07-29 08:09:23.626 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65191 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:10:23.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:10:23.588 [info] [command][91e567e9-e3de-4d66-b0d9-96df204c80ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""91e567e9-e3de-4d66-b0d9-96df204c80ad""}\n2025-07-29 08:10:23.589 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][d3462ba9-9149-4661-8c8a-20970790547d] received connection request\n2025-07-29 08:10:23.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:10:23.630 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d3462ba9-9149-4661-8c8a-20970790547d] socks forwarding established\n2025-07-29 08:10:23.675 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d3462ba9-9149-4661-8c8a-20970790547d] socks connection closed\n2025-07-29 08:10:23.676 [info] [command][91e567e9-e3de-4d66-b0d9-96df204c80ad] Process exited with code 0\n2025-07-29 08:10:23.676 [info] [command][91e567e9-e3de-4d66-b0d9-96df204c80ad] Socket close event received\n2025-07-29 08:10:23.716 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65232 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:11:23.677 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:11:23.680 [info] [command][0084f4c4-6ffc-4389-bccb-f29e980f8399] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0084f4c4-6ffc-4389-bccb-f29e980f8399""}\n2025-07-29 08:11:23.681 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][50ffa59c-de7d-41c7-8f9f-c784d4929bbd] received connection request\n2025-07-29 08:11:23.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:11:23.726 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][50ffa59c-de7d-41c7-8f9f-c784d4929bbd] socks forwarding established\n2025-07-29 08:11:23.772 [info] [command][0084f4c4-6ffc-4389-bccb-f29e980f8399] Process exited with code 0\n2025-07-29 08:11:23.773 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][50ffa59c-de7d-41c7-8f9f-c784d4929bbd] socks connection closed\n2025-07-29 08:11:23.773 [info] [command][0084f4c4-6ffc-4389-bccb-f29e980f8399] Socket close event received\n2025-07-29 08:11:23.813 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65265 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:12:23.775 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:12:23.777 [info] [command][17cbe20e-805b-4755-a16e-b72cff4d9770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""17cbe20e-805b-4755-a16e-b72cff4d9770""}\n2025-07-29 08:12:23.778 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][922b043d-b722-4824-ae52-eea7a73e467d] received connection request\n2025-07-29 08:12:23.779 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:12:23.826 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][922b043d-b722-4824-ae52-eea7a73e467d] socks forwarding established\n2025-07-29 08:12:23.873 [info] [command][17cbe20e-805b-4755-a16e-b72cff4d9770] Process exited with code 0\n2025-07-29 08:12:23.873 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][922b043d-b722-4824-ae52-eea7a73e467d] socks connection closed\n2025-07-29 08:12:23.873 [info] [command][17cbe20e-805b-4755-a16e-b72cff4d9770] Socket close event received\n2025-07-29 08:12:23.914 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65299 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:13:23.878 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:13:23.882 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][68ea096d-c168-4885-886e-1dc9425d2e2d] received connection request\n2025-07-29 08:13:23.882 [info] [command][f20ebd87-f2df-4449-b68e-ae8f5dce3594] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f20ebd87-f2df-4449-b68e-ae8f5dce3594""}\n2025-07-29 08:13:23.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:13:23.924 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][68ea096d-c168-4885-886e-1dc9425d2e2d] socks forwarding established\n2025-07-29 08:13:23.968 [info] [command][f20ebd87-f2df-4449-b68e-ae8f5dce3594] Process exited with code 0\n2025-07-29 08:13:23.968 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][68ea096d-c168-4885-886e-1dc9425d2e2d] socks connection closed\n2025-07-29 08:13:23.969 [info] [command][f20ebd87-f2df-4449-b68e-ae8f5dce3594] Socket close event received\n2025-07-29 08:13:24.008 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65328 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:14:23.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:14:23.975 [info] [command][0865f22c-d039-4707-a192-9a7220a04fc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0865f22c-d039-4707-a192-9a7220a04fc5""}\n2025-07-29 08:14:23.976 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][7ed750e6-5ce2-45b8-bead-aa908bc61bb2] received connection request\n2025-07-29 08:14:23.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:14:24.021 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][7ed750e6-5ce2-45b8-bead-aa908bc61bb2] socks forwarding established\n2025-07-29 08:14:24.065 [info] [command][0865f22c-d039-4707-a192-9a7220a04fc5] Process exited with code 0\n2025-07-29 08:14:24.066 [info] [command][0865f22c-d039-4707-a192-9a7220a04fc5] Socket close event received\n2025-07-29 08:14:24.066 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][7ed750e6-5ce2-45b8-bead-aa908bc61bb2] socks connection closed\n2025-07-29 08:14:24.105 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65375 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:15:24.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:15:24.070 [info] [command][6734a26a-ccff-45d6-bcc1-871450fe725b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6734a26a-ccff-45d6-bcc1-871450fe725b""}\n2025-07-29 08:15:24.071 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fab4fa5d-54bd-4014-9941-1d58efdf23b5] received connection request\n2025-07-29 08:15:24.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:15:24.114 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fab4fa5d-54bd-4014-9941-1d58efdf23b5] socks forwarding established\n2025-07-29 08:15:24.159 [info] [command][6734a26a-ccff-45d6-bcc1-871450fe725b] Process exited with code 0\n2025-07-29 08:15:24.159 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fab4fa5d-54bd-4014-9941-1d58efdf23b5] socks connection closed\n2025-07-29 08:15:24.159 [info] [command][6734a26a-ccff-45d6-bcc1-871450fe725b] Socket close event received\n2025-07-29 08:15:24.199 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65421 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:16:24.164 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:16:24.168 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][823a23eb-30fe-4832-ab28-6679e04401da] received connection request\n2025-07-29 08:16:24.168 [info] [command][4f7cc8e0-6b04-48d5-8393-3eb5d521de63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4f7cc8e0-6b04-48d5-8393-3eb5d521de63""}\n2025-07-29 08:16:24.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:16:24.209 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][823a23eb-30fe-4832-ab28-6679e04401da] socks forwarding established\n2025-07-29 08:16:24.255 [info] [command][4f7cc8e0-6b04-48d5-8393-3eb5d521de63] Process exited with code 0\n2025-07-29 08:16:24.255 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][823a23eb-30fe-4832-ab28-6679e04401da] socks connection closed\n2025-07-29 08:16:24.256 [info] [command][4f7cc8e0-6b04-48d5-8393-3eb5d521de63] Socket close event received\n2025-07-29 08:16:24.301 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65455 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:17:24.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:17:24.260 [info] [command][1eeaeb69-79cd-45c1-b946-0be813c03c7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1eeaeb69-79cd-45c1-b946-0be813c03c7f""}\n2025-07-29 08:17:24.260 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0d64ea29-3b8f-40a6-a682-73d360dee139] received connection request\n2025-07-29 08:17:24.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:17:24.302 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0d64ea29-3b8f-40a6-a682-73d360dee139] socks forwarding established\n2025-07-29 08:17:24.346 [info] [command][1eeaeb69-79cd-45c1-b946-0be813c03c7f] Process exited with code 0\n2025-07-29 08:17:24.347 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0d64ea29-3b8f-40a6-a682-73d360dee139] socks connection closed\n2025-07-29 08:17:24.347 [info] [command][1eeaeb69-79cd-45c1-b946-0be813c03c7f] Socket close event received\n2025-07-29 08:17:24.385 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 65501 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:18:24.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:18:24.351 [info] [command][2d6a3ded-3424-4b68-8277-36e0d6428c1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2d6a3ded-3424-4b68-8277-36e0d6428c1d""}\n2025-07-29 08:18:24.352 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0d6994c5-a52b-4ab7-82d7-29a4e174adf2] received connection request\n2025-07-29 08:18:24.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:18:24.394 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0d6994c5-a52b-4ab7-82d7-29a4e174adf2] socks forwarding established\n2025-07-29 08:18:24.441 [info] [command][2d6a3ded-3424-4b68-8277-36e0d6428c1d] Process exited with code 0\n2025-07-29 08:18:24.441 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0d6994c5-a52b-4ab7-82d7-29a4e174adf2] socks connection closed\n2025-07-29 08:18:24.442 [info] [command][2d6a3ded-3424-4b68-8277-36e0d6428c1d] Socket close event received\n2025-07-29 08:18:24.497 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49159 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:19:24.445 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:19:24.447 [info] [command][fb5fae7f-ebcb-43b9-834e-d9fc760287db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fb5fae7f-ebcb-43b9-834e-d9fc760287db""}\n2025-07-29 08:19:24.448 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][41755e19-abb9-4340-ac04-e243d1d392d9] received connection request\n2025-07-29 08:19:24.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:19:24.600 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][41755e19-abb9-4340-ac04-e243d1d392d9] socks forwarding established\n2025-07-29 08:19:24.645 [info] [command][fb5fae7f-ebcb-43b9-834e-d9fc760287db] Process exited with code 0\n2025-07-29 08:19:24.645 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][41755e19-abb9-4340-ac04-e243d1d392d9] socks connection closed\n2025-07-29 08:19:24.645 [info] [command][fb5fae7f-ebcb-43b9-834e-d9fc760287db] Socket close event received\n2025-07-29 08:19:24.684 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49200 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:20:24.648 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:20:24.651 [info] [command][bb8cbddb-cea2-4d56-a6d5-5234e6d9ac15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bb8cbddb-cea2-4d56-a6d5-5234e6d9ac15""}\n2025-07-29 08:20:24.651 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][afc6d512-4f27-48ed-ae30-6787d67ded69] received connection request\n2025-07-29 08:20:24.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:20:24.699 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][afc6d512-4f27-48ed-ae30-6787d67ded69] socks forwarding established\n2025-07-29 08:20:24.744 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][afc6d512-4f27-48ed-ae30-6787d67ded69] socks connection closed\n2025-07-29 08:20:24.745 [info] [command][bb8cbddb-cea2-4d56-a6d5-5234e6d9ac15] Process exited with code 0\n2025-07-29 08:20:24.745 [info] [command][bb8cbddb-cea2-4d56-a6d5-5234e6d9ac15] Socket close event received\n2025-07-29 08:20:24.791 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49258 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:21:24.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:21:24.751 [info] [command][e7619e97-2799-473d-998d-a500a1f29ca1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e7619e97-2799-473d-998d-a500a1f29ca1""}\n2025-07-29 08:21:24.752 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a372d09b-cae3-4f9c-b924-632bc5209715] received connection request\n2025-07-29 08:21:24.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:21:24.797 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a372d09b-cae3-4f9c-b924-632bc5209715] socks forwarding established\n2025-07-29 08:21:24.840 [info] [command][e7619e97-2799-473d-998d-a500a1f29ca1] Process exited with code 0\n2025-07-29 08:21:24.841 [info] [command][e7619e97-2799-473d-998d-a500a1f29ca1] Socket close event received\n2025-07-29 08:21:24.841 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a372d09b-cae3-4f9c-b924-632bc5209715] socks connection closed\n2025-07-29 08:21:24.883 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49313 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:22:24.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:22:24.849 [info] [command][73ca7744-09a4-4ee2-82eb-2c508467e724] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""73ca7744-09a4-4ee2-82eb-2c508467e724""}\n2025-07-29 08:22:24.849 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5875dcd1-3eb0-465b-bddf-06e903b7138b] received connection request\n2025-07-29 08:22:24.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:22:24.892 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5875dcd1-3eb0-465b-bddf-06e903b7138b] socks forwarding established\n2025-07-29 08:22:24.937 [info] [command][73ca7744-09a4-4ee2-82eb-2c508467e724] Process exited with code 0\n2025-07-29 08:22:24.937 [info] [command][73ca7744-09a4-4ee2-82eb-2c508467e724] Socket close event received\n2025-07-29 08:22:24.938 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5875dcd1-3eb0-465b-bddf-06e903b7138b] socks connection closed\n2025-07-29 08:22:24.977 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49358 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:23:24.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:23:24.946 [info] [command][556538ab-8fcd-4372-9f98-6972de724391] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""556538ab-8fcd-4372-9f98-6972de724391""}\n2025-07-29 08:23:24.946 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][042b5b4a-6b70-4f27-b2fe-136c803cd20a] received connection request\n2025-07-29 08:23:24.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:23:24.992 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][042b5b4a-6b70-4f27-b2fe-136c803cd20a] socks forwarding established\n2025-07-29 08:23:25.037 [info] [command][556538ab-8fcd-4372-9f98-6972de724391] Process exited with code 0\n2025-07-29 08:23:25.038 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][042b5b4a-6b70-4f27-b2fe-136c803cd20a] socks connection closed\n2025-07-29 08:23:25.038 [info] [command][556538ab-8fcd-4372-9f98-6972de724391] Socket close event received\n2025-07-29 08:23:25.079 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49396 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:24:25.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:24:25.043 [info] [command][466892bc-2c05-46bd-98e9-a155df1590c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""466892bc-2c05-46bd-98e9-a155df1590c2""}\n2025-07-29 08:24:25.043 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][556c2d7f-682e-457e-9ec5-85f3bc3afddb] received connection request\n2025-07-29 08:24:25.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:24:25.088 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][556c2d7f-682e-457e-9ec5-85f3bc3afddb] socks forwarding established\n2025-07-29 08:24:25.132 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][556c2d7f-682e-457e-9ec5-85f3bc3afddb] socks connection closed\n2025-07-29 08:24:25.133 [info] [command][466892bc-2c05-46bd-98e9-a155df1590c2] Process exited with code 0\n2025-07-29 08:24:25.135 [info] [command][466892bc-2c05-46bd-98e9-a155df1590c2] Socket close event received\n2025-07-29 08:24:25.173 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49450 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:25:25.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:25:25.141 [info] [command][89f050a7-9fc2-4e02-a086-01fa3a6783d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""89f050a7-9fc2-4e02-a086-01fa3a6783d6""}\n2025-07-29 08:25:25.142 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][126e2a40-2445-4b31-9011-aa0c2e376d60] received connection request\n2025-07-29 08:25:25.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:25:25.190 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][126e2a40-2445-4b31-9011-aa0c2e376d60] socks forwarding established\n2025-07-29 08:25:25.235 [info] [command][89f050a7-9fc2-4e02-a086-01fa3a6783d6] Process exited with code 0\n2025-07-29 08:25:25.235 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][126e2a40-2445-4b31-9011-aa0c2e376d60] socks connection closed\n2025-07-29 08:25:25.235 [info] [command][89f050a7-9fc2-4e02-a086-01fa3a6783d6] Socket close event received\n2025-07-29 08:25:25.275 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49495 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:26:25.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:26:25.242 [info] [command][5f370d1d-f5a1-4f3c-af8b-13d064031b7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5f370d1d-f5a1-4f3c-af8b-13d064031b7d""}\n2025-07-29 08:26:25.243 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fa64ecc8-a3ec-450b-9194-ea5b05e2dc73] received connection request\n2025-07-29 08:26:25.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:26:25.289 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fa64ecc8-a3ec-450b-9194-ea5b05e2dc73] socks forwarding established\n2025-07-29 08:26:25.333 [info] [command][5f370d1d-f5a1-4f3c-af8b-13d064031b7d] Process exited with code 0\n2025-07-29 08:26:25.334 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fa64ecc8-a3ec-450b-9194-ea5b05e2dc73] socks connection closed\n2025-07-29 08:26:25.334 [info] [command][5f370d1d-f5a1-4f3c-af8b-13d064031b7d] Socket close event received\n2025-07-29 08:26:25.373 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49526 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:27:25.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:27:25.340 [info] [command][5cd15eb7-ba19-4686-bfab-be54ed2b3c97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5cd15eb7-ba19-4686-bfab-be54ed2b3c97""}\n2025-07-29 08:27:25.341 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][27794d73-5f03-421c-b6b1-9aa0f12030d5] received connection request\n2025-07-29 08:27:25.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:27:25.386 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][27794d73-5f03-421c-b6b1-9aa0f12030d5] socks forwarding established\n2025-07-29 08:27:25.435 [info] [command][5cd15eb7-ba19-4686-bfab-be54ed2b3c97] Process exited with code 0\n2025-07-29 08:27:25.436 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][27794d73-5f03-421c-b6b1-9aa0f12030d5] socks connection closed\n2025-07-29 08:27:25.436 [info] [command][5cd15eb7-ba19-4686-bfab-be54ed2b3c97] Socket close event received\n2025-07-29 08:27:25.475 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49578 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:28:25.438 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:28:25.441 [info] [command][63f2222b-6d92-4947-9dad-714e24b337d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""63f2222b-6d92-4947-9dad-714e24b337d5""}\n2025-07-29 08:28:25.441 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4dd776e6-2997-476c-9373-01127dbacb1c] received connection request\n2025-07-29 08:28:25.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:28:25.482 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4dd776e6-2997-476c-9373-01127dbacb1c] socks forwarding established\n2025-07-29 08:28:25.526 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4dd776e6-2997-476c-9373-01127dbacb1c] socks connection closed\n2025-07-29 08:28:25.526 [info] [command][63f2222b-6d92-4947-9dad-714e24b337d5] Process exited with code 0\n2025-07-29 08:28:25.526 [info] [command][63f2222b-6d92-4947-9dad-714e24b337d5] Socket close event received\n2025-07-29 08:28:25.566 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49610 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:29:25.530 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:29:25.533 [info] [command][dc1b9029-fa1b-43e6-807b-63b2d68e730c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""dc1b9029-fa1b-43e6-807b-63b2d68e730c""}\n2025-07-29 08:29:25.533 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][72cc237f-ffd9-47bb-bca6-e8192840ff50] received connection request\n2025-07-29 08:29:25.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 08:29:25.534 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:29:25.579 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][72cc237f-ffd9-47bb-bca6-e8192840ff50] socks forwarding established\n2025-07-29 08:29:25.623 [info] [command][dc1b9029-fa1b-43e6-807b-63b2d68e730c] Process exited with code 0\n2025-07-29 08:29:25.624 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][72cc237f-ffd9-47bb-bca6-e8192840ff50] socks connection closed\n2025-07-29 08:29:25.624 [info] [command][dc1b9029-fa1b-43e6-807b-63b2d68e730c] Socket close event received\n2025-07-29 08:29:25.663 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49649 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:30:25.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:30:25.628 [info] [command][7b283a73-3912-4164-85ed-48c1b8e043a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7b283a73-3912-4164-85ed-48c1b8e043a7""}\n2025-07-29 08:30:25.628 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][22dec3f7-54ea-4456-bcc1-13ddb5281d81] received connection request\n2025-07-29 08:30:25.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:30:25.669 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][22dec3f7-54ea-4456-bcc1-13ddb5281d81] socks forwarding established\n2025-07-29 08:30:25.710 [info] [command][7b283a73-3912-4164-85ed-48c1b8e043a7] Process exited with code 0\n2025-07-29 08:30:25.710 [info] [command][7b283a73-3912-4164-85ed-48c1b8e043a7] Socket close event received\n2025-07-29 08:30:25.710 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][22dec3f7-54ea-4456-bcc1-13ddb5281d81] socks connection closed\n2025-07-29 08:30:25.749 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49696 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:31:25.716 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:31:25.719 [info] [command][9e060aba-41f9-49bb-9905-612f26acd87b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9e060aba-41f9-49bb-9905-612f26acd87b""}\n2025-07-29 08:31:25.720 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a3629a06-2ae3-43ca-afec-5b0ecdc4af07] received connection request\n2025-07-29 08:31:25.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:31:25.769 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a3629a06-2ae3-43ca-afec-5b0ecdc4af07] socks forwarding established\n2025-07-29 08:31:26.607 [info] [command][9e060aba-41f9-49bb-9905-612f26acd87b] Process exited with code 0\n2025-07-29 08:31:26.607 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a3629a06-2ae3-43ca-afec-5b0ecdc4af07] socks connection closed\n2025-07-29 08:31:26.607 [info] [command][9e060aba-41f9-49bb-9905-612f26acd87b] Socket close event received\n2025-07-29 08:31:26.647 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49730 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:32:26.611 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:32:26.614 [info] [command][741ae48f-465e-4aa0-950a-214f11a52633] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""741ae48f-465e-4aa0-950a-214f11a52633""}\n2025-07-29 08:32:26.615 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][3b566af7-f129-44de-9800-bccbfedcc811] received connection request\n2025-07-29 08:32:26.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:32:26.656 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3b566af7-f129-44de-9800-bccbfedcc811] socks forwarding established\n2025-07-29 08:32:26.701 [info] [command][741ae48f-465e-4aa0-950a-214f11a52633] Process exited with code 0\n2025-07-29 08:32:26.702 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3b566af7-f129-44de-9800-bccbfedcc811] socks connection closed\n2025-07-29 08:32:26.702 [info] [command][741ae48f-465e-4aa0-950a-214f11a52633] Socket close event received\n2025-07-29 08:32:26.741 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49775 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:33:26.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:33:26.706 [info] [command][67987f5f-688e-422c-80d7-be4902c3c91b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""67987f5f-688e-422c-80d7-be4902c3c91b""}\n2025-07-29 08:33:26.707 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][3c66a781-8fac-43ee-b107-9ab24badf940] received connection request\n2025-07-29 08:33:26.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:33:26.748 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3c66a781-8fac-43ee-b107-9ab24badf940] socks forwarding established\n2025-07-29 08:33:26.806 [info] [command][67987f5f-688e-422c-80d7-be4902c3c91b] Process exited with code 0\n2025-07-29 08:33:26.806 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3c66a781-8fac-43ee-b107-9ab24badf940] socks connection closed\n2025-07-29 08:33:26.807 [info] [command][67987f5f-688e-422c-80d7-be4902c3c91b] Socket close event received\n2025-07-29 08:33:26.851 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49798 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:34:26.809 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:34:26.811 [info] [command][bdbc59e6-018f-4fb8-8e66-54e4e692c5fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bdbc59e6-018f-4fb8-8e66-54e4e692c5fa""}\n2025-07-29 08:34:26.811 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][545e9b65-c9e1-42f2-b9f0-5ad2c9e8d74f] received connection request\n2025-07-29 08:34:26.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:34:26.851 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][545e9b65-c9e1-42f2-b9f0-5ad2c9e8d74f] socks forwarding established\n2025-07-29 08:34:26.894 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][545e9b65-c9e1-42f2-b9f0-5ad2c9e8d74f] socks connection closed\n2025-07-29 08:34:26.894 [info] [command][bdbc59e6-018f-4fb8-8e66-54e4e692c5fa] Process exited with code 0\n2025-07-29 08:34:26.894 [info] [command][bdbc59e6-018f-4fb8-8e66-54e4e692c5fa] Socket close event received\n2025-07-29 08:34:26.933 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49835 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:35:26.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:35:26.901 [info] [command][c8a4822e-ffe4-427f-a4a2-7ee318563b0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c8a4822e-ffe4-427f-a4a2-7ee318563b0c""}\n2025-07-29 08:35:26.902 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][beb0a013-de4d-4a0b-9996-43e14335537d] received connection request\n2025-07-29 08:35:26.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:35:26.946 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][beb0a013-de4d-4a0b-9996-43e14335537d] socks forwarding established\n2025-07-29 08:35:26.991 [info] [command][c8a4822e-ffe4-427f-a4a2-7ee318563b0c] Process exited with code 0\n2025-07-29 08:35:26.992 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][beb0a013-de4d-4a0b-9996-43e14335537d] socks connection closed\n2025-07-29 08:35:26.992 [info] [command][c8a4822e-ffe4-427f-a4a2-7ee318563b0c] Socket close event received\n2025-07-29 08:35:27.033 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49871 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:36:26.992 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:36:26.993 [info] [command][d03b7a28-6467-4f18-b6db-9350b1b5f8ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d03b7a28-6467-4f18-b6db-9350b1b5f8ff""}\n2025-07-29 08:36:26.994 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c7913334-797f-4845-82a8-38c8755c03c7] received connection request\n2025-07-29 08:36:26.994 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:36:27.033 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c7913334-797f-4845-82a8-38c8755c03c7] socks forwarding established\n2025-07-29 08:36:27.077 [info] [command][d03b7a28-6467-4f18-b6db-9350b1b5f8ff] Process exited with code 0\n2025-07-29 08:36:27.077 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c7913334-797f-4845-82a8-38c8755c03c7] socks connection closed\n2025-07-29 08:36:27.077 [info] [command][d03b7a28-6467-4f18-b6db-9350b1b5f8ff] Socket close event received\n2025-07-29 08:36:27.116 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49914 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:37:27.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:37:27.085 [info] [command][12843c2d-c5ec-47ed-af32-8fcf7ff18bdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""12843c2d-c5ec-47ed-af32-8fcf7ff18bdf""}\n2025-07-29 08:37:27.085 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fab2da05-c22e-48a3-84d9-b35445b8f6f7] received connection request\n2025-07-29 08:37:27.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:37:27.125 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fab2da05-c22e-48a3-84d9-b35445b8f6f7] socks forwarding established\n2025-07-29 08:37:27.173 [info] [command][12843c2d-c5ec-47ed-af32-8fcf7ff18bdf] Process exited with code 0\n2025-07-29 08:37:27.173 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fab2da05-c22e-48a3-84d9-b35445b8f6f7] socks connection closed\n2025-07-29 08:37:27.173 [info] [command][12843c2d-c5ec-47ed-af32-8fcf7ff18bdf] Socket close event received\n2025-07-29 08:37:27.212 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49952 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:38:27.179 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:38:27.182 [info] [command][6e28d3de-086b-403c-b396-ac71fa720166] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6e28d3de-086b-403c-b396-ac71fa720166""}\n2025-07-29 08:38:27.183 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][72245064-acff-4352-8562-e902ed7138b0] received connection request\n2025-07-29 08:38:27.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:38:27.229 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][72245064-acff-4352-8562-e902ed7138b0] socks forwarding established\n2025-07-29 08:38:27.274 [info] [command][6e28d3de-086b-403c-b396-ac71fa720166] Process exited with code 0\n2025-07-29 08:38:27.275 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][72245064-acff-4352-8562-e902ed7138b0] socks connection closed\n2025-07-29 08:38:27.275 [info] [command][6e28d3de-086b-403c-b396-ac71fa720166] Socket close event received\n2025-07-29 08:38:27.316 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 49985 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:39:27.279 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:39:27.282 [info] [command][e6174ff7-fecf-4160-9a25-74555ca5b2a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e6174ff7-fecf-4160-9a25-74555ca5b2a0""}\n2025-07-29 08:39:27.283 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c8aadd4b-a8d9-4ac6-9f23-64eaffe5ade5] received connection request\n2025-07-29 08:39:27.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:39:27.325 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c8aadd4b-a8d9-4ac6-9f23-64eaffe5ade5] socks forwarding established\n2025-07-29 08:39:27.368 [info] [command][e6174ff7-fecf-4160-9a25-74555ca5b2a0] Process exited with code 0\n2025-07-29 08:39:27.369 [info] [command][e6174ff7-fecf-4160-9a25-74555ca5b2a0] Socket close event received\n2025-07-29 08:39:27.369 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c8aadd4b-a8d9-4ac6-9f23-64eaffe5ade5] socks connection closed\n2025-07-29 08:39:27.409 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50030 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:40:27.373 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:40:27.376 [info] [command][62018e3f-d077-479d-82e6-dc732c70b686] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""62018e3f-d077-479d-82e6-dc732c70b686""}\n2025-07-29 08:40:27.377 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][51d39b55-e562-472f-8cc5-01b0f1f84fce] received connection request\n2025-07-29 08:40:27.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:40:27.418 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][51d39b55-e562-472f-8cc5-01b0f1f84fce] socks forwarding established\n2025-07-29 08:40:27.464 [info] [command][62018e3f-d077-479d-82e6-dc732c70b686] Process exited with code 0\n2025-07-29 08:40:27.464 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][51d39b55-e562-472f-8cc5-01b0f1f84fce] socks connection closed\n2025-07-29 08:40:27.464 [info] [command][62018e3f-d077-479d-82e6-dc732c70b686] Socket close event received\n2025-07-29 08:40:27.504 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50072 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:41:27.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:41:27.473 [info] [command][557188dd-0a06-40f0-a366-fdb59eb88df3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""557188dd-0a06-40f0-a366-fdb59eb88df3""}\n2025-07-29 08:41:27.473 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][2fffb5bd-04ca-45cd-b8f8-5f077278bed9] received connection request\n2025-07-29 08:41:27.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:41:27.522 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][2fffb5bd-04ca-45cd-b8f8-5f077278bed9] socks forwarding established\n2025-07-29 08:41:27.568 [info] [command][557188dd-0a06-40f0-a366-fdb59eb88df3] Process exited with code 0\n2025-07-29 08:41:27.568 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][2fffb5bd-04ca-45cd-b8f8-5f077278bed9] socks connection closed\n2025-07-29 08:41:27.569 [info] [command][557188dd-0a06-40f0-a366-fdb59eb88df3] Socket close event received\n2025-07-29 08:41:27.608 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50100 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:42:27.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:42:27.574 [info] [command][a47e1e09-f5d2-42fd-a1a7-25388911fe07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a47e1e09-f5d2-42fd-a1a7-25388911fe07""}\n2025-07-29 08:42:27.575 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][245617ec-be35-4d33-959c-bf0c10c21753] received connection request\n2025-07-29 08:42:27.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:42:27.618 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][245617ec-be35-4d33-959c-bf0c10c21753] socks forwarding established\n2025-07-29 08:42:27.663 [info] [command][a47e1e09-f5d2-42fd-a1a7-25388911fe07] Process exited with code 0\n2025-07-29 08:42:27.663 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][245617ec-be35-4d33-959c-bf0c10c21753] socks connection closed\n2025-07-29 08:42:27.663 [info] [command][a47e1e09-f5d2-42fd-a1a7-25388911fe07] Socket close event received\n2025-07-29 08:42:27.706 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50150 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:43:27.665 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:43:27.667 [info] [command][ca1e1c2c-0c9d-4231-9e60-a7dad66fb350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ca1e1c2c-0c9d-4231-9e60-a7dad66fb350""}\n2025-07-29 08:43:27.667 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][483c04e6-6e62-4977-9e78-6c77ac1ade74] received connection request\n2025-07-29 08:43:27.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:43:27.709 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][483c04e6-6e62-4977-9e78-6c77ac1ade74] socks forwarding established\n2025-07-29 08:43:27.753 [info] [command][ca1e1c2c-0c9d-4231-9e60-a7dad66fb350] Process exited with code 0\n2025-07-29 08:43:27.753 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][483c04e6-6e62-4977-9e78-6c77ac1ade74] socks connection closed\n2025-07-29 08:43:27.754 [info] [command][ca1e1c2c-0c9d-4231-9e60-a7dad66fb350] Socket close event received\n2025-07-29 08:43:27.793 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50184 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:44:27.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:44:27.759 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][1dd3c823-8d65-4e71-b330-89f9a2f25e17] received connection request\n2025-07-29 08:44:27.760 [info] [command][9900e2d5-fc2b-4ad7-ab53-1475026fb5d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9900e2d5-fc2b-4ad7-ab53-1475026fb5d8""}\n2025-07-29 08:44:27.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:44:27.803 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1dd3c823-8d65-4e71-b330-89f9a2f25e17] socks forwarding established\n2025-07-29 08:44:27.848 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1dd3c823-8d65-4e71-b330-89f9a2f25e17] socks connection closed\n2025-07-29 08:44:27.848 [info] [command][9900e2d5-fc2b-4ad7-ab53-1475026fb5d8] Process exited with code 0\n2025-07-29 08:44:27.848 [info] [command][9900e2d5-fc2b-4ad7-ab53-1475026fb5d8] Socket close event received\n2025-07-29 08:44:27.888 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50233 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:45:27.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:45:27.856 [info] [command][0ef15fd8-7d17-496b-9e10-55a592827d7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0ef15fd8-7d17-496b-9e10-55a592827d7a""}\n2025-07-29 08:45:27.857 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][edffae4c-8e6a-4acd-82dd-ebb12abc850b] received connection request\n2025-07-29 08:45:27.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:45:27.899 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][edffae4c-8e6a-4acd-82dd-ebb12abc850b] socks forwarding established\n2025-07-29 08:45:27.955 [info] [command][0ef15fd8-7d17-496b-9e10-55a592827d7a] Process exited with code 0\n2025-07-29 08:45:27.955 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][edffae4c-8e6a-4acd-82dd-ebb12abc850b] socks connection closed\n2025-07-29 08:45:27.956 [info] [command][0ef15fd8-7d17-496b-9e10-55a592827d7a] Socket close event received\n2025-07-29 08:45:27.999 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50284 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:46:27.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:46:27.957 [info] [command][703c547a-2e19-4b48-95e2-89cabcbd10a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""703c547a-2e19-4b48-95e2-89cabcbd10a7""}\n2025-07-29 08:46:27.958 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][271eba54-1382-49c9-a4c0-da065993ee41] received connection request\n2025-07-29 08:46:27.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:46:27.999 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][271eba54-1382-49c9-a4c0-da065993ee41] socks forwarding established\n2025-07-29 08:46:28.043 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][271eba54-1382-49c9-a4c0-da065993ee41] socks connection closed\n2025-07-29 08:46:28.043 [info] [command][703c547a-2e19-4b48-95e2-89cabcbd10a7] Process exited with code 0\n2025-07-29 08:46:28.043 [info] [command][703c547a-2e19-4b48-95e2-89cabcbd10a7] Socket close event received\n2025-07-29 08:46:28.082 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50324 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:47:28.043 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:47:28.044 [info] [command][1f873229-7a65-4c30-a4dd-0727fb1e7843] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1f873229-7a65-4c30-a4dd-0727fb1e7843""}\n2025-07-29 08:47:28.045 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][917f6b8d-2384-4834-ba99-356e315d54ef] received connection request\n2025-07-29 08:47:28.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 08:47:28.045 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:47:28.085 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][917f6b8d-2384-4834-ba99-356e315d54ef] socks forwarding established\n2025-07-29 08:47:28.130 [info] [command][1f873229-7a65-4c30-a4dd-0727fb1e7843] Process exited with code 0\n2025-07-29 08:47:28.130 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][917f6b8d-2384-4834-ba99-356e315d54ef] socks connection closed\n2025-07-29 08:47:28.130 [info] [command][1f873229-7a65-4c30-a4dd-0727fb1e7843] Socket close event received\n2025-07-29 08:47:28.169 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50367 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:48:28.133 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:48:28.134 [info] [command][136610ba-1962-4be6-b2cc-c1971a254f2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""136610ba-1962-4be6-b2cc-c1971a254f2e""}\n2025-07-29 08:48:28.135 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][eaddd89b-fb27-482c-9d06-3b976b0457b6] received connection request\n2025-07-29 08:48:28.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:48:28.174 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][eaddd89b-fb27-482c-9d06-3b976b0457b6] socks forwarding established\n2025-07-29 08:48:28.219 [info] [command][136610ba-1962-4be6-b2cc-c1971a254f2e] Process exited with code 0\n2025-07-29 08:48:28.220 [info] [command][136610ba-1962-4be6-b2cc-c1971a254f2e] Socket close event received\n2025-07-29 08:48:28.230 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][eaddd89b-fb27-482c-9d06-3b976b0457b6] socks connection closed\n2025-07-29 08:48:28.261 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50407 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:49:28.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:49:28.222 [info] [command][bec947d5-d35a-428d-ba85-af86ff136071] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bec947d5-d35a-428d-ba85-af86ff136071""}\n2025-07-29 08:49:28.222 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][12b65349-914c-48df-9417-7d54ac5b4ca5] received connection request\n2025-07-29 08:49:28.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 08:49:28.223 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:49:28.262 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][12b65349-914c-48df-9417-7d54ac5b4ca5] socks forwarding established\n2025-07-29 08:49:28.313 [info] [command][bec947d5-d35a-428d-ba85-af86ff136071] Process exited with code 0\n2025-07-29 08:49:28.313 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][12b65349-914c-48df-9417-7d54ac5b4ca5] socks connection closed\n2025-07-29 08:49:28.313 [info] [command][bec947d5-d35a-428d-ba85-af86ff136071] Socket close event received\n2025-07-29 08:49:28.354 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50465 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:50:28.316 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:50:28.318 [info] [command][3eecac83-b202-423f-9e5b-5071afb622c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3eecac83-b202-423f-9e5b-5071afb622c1""}\n2025-07-29 08:50:28.319 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4cd2baab-3dbe-4563-aca6-4b8d5eb7f151] received connection request\n2025-07-29 08:50:28.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:50:28.361 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4cd2baab-3dbe-4563-aca6-4b8d5eb7f151] socks forwarding established\n2025-07-29 08:50:28.407 [info] [command][3eecac83-b202-423f-9e5b-5071afb622c1] Process exited with code 0\n2025-07-29 08:50:28.407 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4cd2baab-3dbe-4563-aca6-4b8d5eb7f151] socks connection closed\n2025-07-29 08:50:28.407 [info] [command][3eecac83-b202-423f-9e5b-5071afb622c1] Socket close event received\n2025-07-29 08:50:28.450 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50509 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:51:28.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:51:28.414 [info] [command][2b1cb541-083a-4f23-bea9-3486a8a9b01c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2b1cb541-083a-4f23-bea9-3486a8a9b01c""}\n2025-07-29 08:51:28.414 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e00fc8a0-eb68-4424-80f8-6de7caf32f9f] received connection request\n2025-07-29 08:51:28.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:51:28.454 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e00fc8a0-eb68-4424-80f8-6de7caf32f9f] socks forwarding established\n2025-07-29 08:51:28.498 [info] [command][2b1cb541-083a-4f23-bea9-3486a8a9b01c] Process exited with code 0\n2025-07-29 08:51:28.498 [info] [command][2b1cb541-083a-4f23-bea9-3486a8a9b01c] Socket close event received\n2025-07-29 08:51:28.499 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e00fc8a0-eb68-4424-80f8-6de7caf32f9f] socks connection closed\n2025-07-29 08:51:28.539 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50577 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:52:28.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:52:28.504 [info] [command][9722df5d-70e1-4c09-a151-372b65a10ec9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9722df5d-70e1-4c09-a151-372b65a10ec9""}\n2025-07-29 08:52:28.505 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][78b17635-f17b-4800-ae3d-347f6a0a09d3] received connection request\n2025-07-29 08:52:28.506 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:52:28.549 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][78b17635-f17b-4800-ae3d-347f6a0a09d3] socks forwarding established\n2025-07-29 08:52:28.597 [info] [command][9722df5d-70e1-4c09-a151-372b65a10ec9] Process exited with code 0\n2025-07-29 08:52:28.598 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][78b17635-f17b-4800-ae3d-347f6a0a09d3] socks connection closed\n2025-07-29 08:52:28.598 [info] [command][9722df5d-70e1-4c09-a151-372b65a10ec9] Socket close event received\n2025-07-29 08:52:28.636 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50626 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:53:28.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:53:28.605 [info] [command][2ae3aee6-1dc0-4fca-ac86-3184d43b11c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2ae3aee6-1dc0-4fca-ac86-3184d43b11c0""}\n2025-07-29 08:53:28.606 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c54886f7-b8c0-4154-99d7-c8fadff652a9] received connection request\n2025-07-29 08:53:28.606 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:53:28.647 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c54886f7-b8c0-4154-99d7-c8fadff652a9] socks forwarding established\n2025-07-29 08:53:28.692 [info] [command][2ae3aee6-1dc0-4fca-ac86-3184d43b11c0] Process exited with code 0\n2025-07-29 08:53:28.692 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c54886f7-b8c0-4154-99d7-c8fadff652a9] socks connection closed\n2025-07-29 08:53:28.692 [info] [command][2ae3aee6-1dc0-4fca-ac86-3184d43b11c0] Socket close event received\n2025-07-29 08:53:28.731 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50650 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:54:28.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:54:28.699 [info] [command][822a7c57-cbb2-4123-bc4f-c3f7a3eac7f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""822a7c57-cbb2-4123-bc4f-c3f7a3eac7f3""}\n2025-07-29 08:54:28.700 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][9e887871-04d7-4ef3-b5c3-bfe008988c3b] received connection request\n2025-07-29 08:54:28.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:54:28.751 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9e887871-04d7-4ef3-b5c3-bfe008988c3b] socks forwarding established\n2025-07-29 08:54:28.796 [info] [command][822a7c57-cbb2-4123-bc4f-c3f7a3eac7f3] Process exited with code 0\n2025-07-29 08:54:28.796 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9e887871-04d7-4ef3-b5c3-bfe008988c3b] socks connection closed\n2025-07-29 08:54:28.796 [info] [command][822a7c57-cbb2-4123-bc4f-c3f7a3eac7f3] Socket close event received\n2025-07-29 08:54:28.835 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50681 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:55:28.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:55:28.803 [info] [command][79eecf65-72f7-405f-9524-0ef2785da553] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""79eecf65-72f7-405f-9524-0ef2785da553""}\n2025-07-29 08:55:28.804 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][8e5984ab-44d6-4b62-a947-226e74ae0868] received connection request\n2025-07-29 08:55:28.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:55:28.850 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8e5984ab-44d6-4b62-a947-226e74ae0868] socks forwarding established\n2025-07-29 08:55:28.894 [info] [command][79eecf65-72f7-405f-9524-0ef2785da553] Process exited with code 0\n2025-07-29 08:55:28.894 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8e5984ab-44d6-4b62-a947-226e74ae0868] socks connection closed\n2025-07-29 08:55:28.894 [info] [command][79eecf65-72f7-405f-9524-0ef2785da553] Socket close event received\n2025-07-29 08:55:28.934 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50714 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:56:28.894 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:56:28.896 [info] [command][c6d4b6e6-f91a-4b25-bfcb-e2fed618a1f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c6d4b6e6-f91a-4b25-bfcb-e2fed618a1f6""}\n2025-07-29 08:56:28.897 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a1e68f10-3c5b-4175-8c68-9afbef564199] received connection request\n2025-07-29 08:56:28.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:56:28.949 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a1e68f10-3c5b-4175-8c68-9afbef564199] socks forwarding established\n2025-07-29 08:56:28.995 [info] [command][c6d4b6e6-f91a-4b25-bfcb-e2fed618a1f6] Process exited with code 0\n2025-07-29 08:56:28.995 [info] [command][c6d4b6e6-f91a-4b25-bfcb-e2fed618a1f6] Socket close event received\n2025-07-29 08:56:28.996 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a1e68f10-3c5b-4175-8c68-9afbef564199] socks connection closed\n2025-07-29 08:56:29.036 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50751 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:57:28.997 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:57:29.000 [info] [command][a199492b-a8a7-4ba6-83f9-4e2139e4884f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a199492b-a8a7-4ba6-83f9-4e2139e4884f""}\n2025-07-29 08:57:29.001 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5f28d5b6-3ddb-4284-8c1a-d6a7ea1b198b] received connection request\n2025-07-29 08:57:29.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:57:29.042 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5f28d5b6-3ddb-4284-8c1a-d6a7ea1b198b] socks forwarding established\n2025-07-29 08:57:29.088 [info] [command][a199492b-a8a7-4ba6-83f9-4e2139e4884f] Process exited with code 0\n2025-07-29 08:57:29.089 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5f28d5b6-3ddb-4284-8c1a-d6a7ea1b198b] socks connection closed\n2025-07-29 08:57:29.089 [info] [command][a199492b-a8a7-4ba6-83f9-4e2139e4884f] Socket close event received\n2025-07-29 08:57:29.132 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50785 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:58:29.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:58:29.101 [info] [command][d00ab324-27b2-49c0-baf9-99718dd2f365] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d00ab324-27b2-49c0-baf9-99718dd2f365""}\n2025-07-29 08:58:29.102 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][82671d70-7612-49ee-b9f6-280b3686d0b7] received connection request\n2025-07-29 08:58:29.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:58:29.145 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][82671d70-7612-49ee-b9f6-280b3686d0b7] socks forwarding established\n2025-07-29 08:58:29.190 [info] [command][d00ab324-27b2-49c0-baf9-99718dd2f365] Process exited with code 0\n2025-07-29 08:58:29.191 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][82671d70-7612-49ee-b9f6-280b3686d0b7] socks connection closed\n2025-07-29 08:58:29.191 [info] [command][d00ab324-27b2-49c0-baf9-99718dd2f365] Socket close event received\n2025-07-29 08:58:29.231 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50805 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 08:59:29.198 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 08:59:29.202 [info] [command][afb78647-4dc1-425b-bc3a-a85d5083a510] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""afb78647-4dc1-425b-bc3a-a85d5083a510""}\n2025-07-29 08:59:29.202 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4947520b-4237-4b34-a478-1c28f536eb7f] received connection request\n2025-07-29 08:59:29.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 08:59:29.248 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4947520b-4237-4b34-a478-1c28f536eb7f] socks forwarding established\n2025-07-29 08:59:29.292 [info] [command][afb78647-4dc1-425b-bc3a-a85d5083a510] Process exited with code 0\n2025-07-29 08:59:29.292 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4947520b-4237-4b34-a478-1c28f536eb7f] socks connection closed\n2025-07-29 08:59:29.293 [info] [command][afb78647-4dc1-425b-bc3a-a85d5083a510] Socket close event received\n2025-07-29 08:59:29.335 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50836 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:00:29.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:00:29.302 [info] [command][d3bcd75e-eab4-49ec-a647-25ea0f2457bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d3bcd75e-eab4-49ec-a647-25ea0f2457bf""}\n2025-07-29 09:00:29.303 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][20451eb7-5890-403a-81b9-fc6a192fb494] received connection request\n2025-07-29 09:00:29.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:00:29.344 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][20451eb7-5890-403a-81b9-fc6a192fb494] socks forwarding established\n2025-07-29 09:00:29.387 [info] [command][d3bcd75e-eab4-49ec-a647-25ea0f2457bf] Process exited with code 0\n2025-07-29 09:00:29.387 [info] [command][d3bcd75e-eab4-49ec-a647-25ea0f2457bf] Socket close event received\n2025-07-29 09:00:29.388 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][20451eb7-5890-403a-81b9-fc6a192fb494] socks connection closed\n2025-07-29 09:00:29.427 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50877 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:01:29.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:01:29.399 [info] [command][4c0dac32-f4fa-4c6a-a90e-c3d1a4820853] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4c0dac32-f4fa-4c6a-a90e-c3d1a4820853""}\n2025-07-29 09:01:29.400 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][8894f29a-66a5-4782-9980-220acb1a99ce] received connection request\n2025-07-29 09:01:29.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:01:29.443 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8894f29a-66a5-4782-9980-220acb1a99ce] socks forwarding established\n2025-07-29 09:01:29.494 [info] [command][4c0dac32-f4fa-4c6a-a90e-c3d1a4820853] Process exited with code 0\n2025-07-29 09:01:29.495 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8894f29a-66a5-4782-9980-220acb1a99ce] socks connection closed\n2025-07-29 09:01:29.495 [info] [command][4c0dac32-f4fa-4c6a-a90e-c3d1a4820853] Socket close event received\n2025-07-29 09:01:29.536 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50924 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:02:29.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:02:29.508 [info] [command][d69673b1-5569-4164-862c-edf3b98af058] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d69673b1-5569-4164-862c-edf3b98af058""}\n2025-07-29 09:02:29.510 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fefa8201-5507-4a63-8d50-9538571ff7aa] received connection request\n2025-07-29 09:02:29.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 09:02:29.510 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:02:29.553 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fefa8201-5507-4a63-8d50-9538571ff7aa] socks forwarding established\n2025-07-29 09:02:29.598 [info] [command][d69673b1-5569-4164-862c-edf3b98af058] Process exited with code 0\n2025-07-29 09:02:29.598 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fefa8201-5507-4a63-8d50-9538571ff7aa] socks connection closed\n2025-07-29 09:02:29.599 [info] [command][d69673b1-5569-4164-862c-edf3b98af058] Socket close event received\n2025-07-29 09:02:29.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50936 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:03:29.602 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:03:29.604 [info] [command][8c2a32d7-9152-4623-83f4-a9a1617f97dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8c2a32d7-9152-4623-83f4-a9a1617f97dd""}\n2025-07-29 09:03:29.605 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][d6d95f24-4017-49a2-a3c0-a4e1abbb079b] received connection request\n2025-07-29 09:03:29.606 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:03:29.653 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d6d95f24-4017-49a2-a3c0-a4e1abbb079b] socks forwarding established\n2025-07-29 09:03:29.697 [info] [command][8c2a32d7-9152-4623-83f4-a9a1617f97dd] Process exited with code 0\n2025-07-29 09:03:29.697 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d6d95f24-4017-49a2-a3c0-a4e1abbb079b] socks connection closed\n2025-07-29 09:03:29.698 [info] [command][8c2a32d7-9152-4623-83f4-a9a1617f97dd] Socket close event received\n2025-07-29 09:03:29.737 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50957 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:04:29.707 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:04:29.710 [info] [command][ff7412eb-1731-4e19-963d-ab04ad2c86f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ff7412eb-1731-4e19-963d-ab04ad2c86f8""}\n2025-07-29 09:04:29.711 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][afa36e1e-9ad3-490d-b79b-ce86d734b39d] received connection request\n2025-07-29 09:04:29.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:04:29.755 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][afa36e1e-9ad3-490d-b79b-ce86d734b39d] socks forwarding established\n2025-07-29 09:04:29.800 [info] [command][ff7412eb-1731-4e19-963d-ab04ad2c86f8] Process exited with code 0\n2025-07-29 09:04:29.801 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][afa36e1e-9ad3-490d-b79b-ce86d734b39d] socks connection closed\n2025-07-29 09:04:29.801 [info] [command][ff7412eb-1731-4e19-963d-ab04ad2c86f8] Socket close event received\n2025-07-29 09:04:29.841 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 50980 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:05:29.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:05:29.814 [info] [command][3140fa92-ae08-4dc2-a07e-65b838297c88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3140fa92-ae08-4dc2-a07e-65b838297c88""}\n2025-07-29 09:05:29.815 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0408fe1d-d809-4fbc-b958-488d55120491] received connection request\n2025-07-29 09:05:29.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:05:29.856 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0408fe1d-d809-4fbc-b958-488d55120491] socks forwarding established\n2025-07-29 09:05:29.903 [info] [command][3140fa92-ae08-4dc2-a07e-65b838297c88] Process exited with code 0\n2025-07-29 09:05:29.904 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0408fe1d-d809-4fbc-b958-488d55120491] socks connection closed\n2025-07-29 09:05:29.904 [info] [command][3140fa92-ae08-4dc2-a07e-65b838297c88] Socket close event received\n2025-07-29 09:05:29.943 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51016 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:06:29.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:06:29.908 [info] [command][97f640cc-9097-4270-8211-04625953a28a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""97f640cc-9097-4270-8211-04625953a28a""}\n2025-07-29 09:06:29.909 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][7a598b94-0fb7-4f25-9a9c-a4eb49630edf] received connection request\n2025-07-29 09:06:29.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:06:29.954 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][7a598b94-0fb7-4f25-9a9c-a4eb49630edf] socks forwarding established\n2025-07-29 09:06:30.001 [info] [command][97f640cc-9097-4270-8211-04625953a28a] Process exited with code 0\n2025-07-29 09:06:30.001 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][7a598b94-0fb7-4f25-9a9c-a4eb49630edf] socks connection closed\n2025-07-29 09:06:30.002 [info] [command][97f640cc-9097-4270-8211-04625953a28a] Socket close event received\n2025-07-29 09:06:30.042 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51054 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:07:30.002 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:07:30.005 [info] [command][f91e9951-e5d8-4033-bd60-b934379b23f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f91e9951-e5d8-4033-bd60-b934379b23f3""}\n2025-07-29 09:07:30.006 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][de55503f-ce26-41a9-adf2-896b701ef680] received connection request\n2025-07-29 09:07:30.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:07:30.048 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][de55503f-ce26-41a9-adf2-896b701ef680] socks forwarding established\n2025-07-29 09:07:30.093 [info] [command][f91e9951-e5d8-4033-bd60-b934379b23f3] Process exited with code 0\n2025-07-29 09:07:30.094 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][de55503f-ce26-41a9-adf2-896b701ef680] socks connection closed\n2025-07-29 09:07:30.094 [info] [command][f91e9951-e5d8-4033-bd60-b934379b23f3] Socket close event received\n2025-07-29 09:07:30.133 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51091 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:08:30.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:08:30.103 [info] [command][64b1c3be-e211-40e6-aae3-16aeb475b37f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""64b1c3be-e211-40e6-aae3-16aeb475b37f""}\n2025-07-29 09:08:30.103 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][96b86745-ca47-44da-ab36-be0f697cee28] received connection request\n2025-07-29 09:08:30.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:08:30.149 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][96b86745-ca47-44da-ab36-be0f697cee28] socks forwarding established\n2025-07-29 09:08:30.196 [info] [command][64b1c3be-e211-40e6-aae3-16aeb475b37f] Process exited with code 0\n2025-07-29 09:08:30.196 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][96b86745-ca47-44da-ab36-be0f697cee28] socks connection closed\n2025-07-29 09:08:30.197 [info] [command][64b1c3be-e211-40e6-aae3-16aeb475b37f] Socket close event received\n2025-07-29 09:08:30.238 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51114 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:09:30.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:09:30.207 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5146d7cd-f57f-4aa8-92ba-a377fd6a9bd5] received connection request\n2025-07-29 09:09:30.207 [info] [command][cda71548-1272-4b2e-8461-9ea2af42123a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""cda71548-1272-4b2e-8461-9ea2af42123a""}\n2025-07-29 09:09:30.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:09:30.253 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5146d7cd-f57f-4aa8-92ba-a377fd6a9bd5] socks forwarding established\n2025-07-29 09:09:30.383 [info] [command][cda71548-1272-4b2e-8461-9ea2af42123a] Process exited with code 0\n2025-07-29 09:09:30.384 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5146d7cd-f57f-4aa8-92ba-a377fd6a9bd5] socks connection closed\n2025-07-29 09:09:30.384 [info] [command][cda71548-1272-4b2e-8461-9ea2af42123a] Socket close event received\n2025-07-29 09:09:30.424 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51150 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:10:30.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:10:30.390 [info] [command][204a2379-864d-43fc-9b87-862ec453c4e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""204a2379-864d-43fc-9b87-862ec453c4e6""}\n2025-07-29 09:10:30.391 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][8ffbdfb1-3260-4663-b7c6-ed50611e572f] received connection request\n2025-07-29 09:10:30.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:10:30.439 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8ffbdfb1-3260-4663-b7c6-ed50611e572f] socks forwarding established\n2025-07-29 09:10:30.484 [info] [command][204a2379-864d-43fc-9b87-862ec453c4e6] Process exited with code 0\n2025-07-29 09:10:30.484 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8ffbdfb1-3260-4663-b7c6-ed50611e572f] socks connection closed\n2025-07-29 09:10:30.485 [info] [command][204a2379-864d-43fc-9b87-862ec453c4e6] Socket close event received\n2025-07-29 09:10:30.540 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51190 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:11:30.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:11:30.489 [info] [command][7aea969c-fd40-49a9-940d-e97b56c837fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7aea969c-fd40-49a9-940d-e97b56c837fb""}\n2025-07-29 09:11:30.490 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][541e217b-99c2-4d5d-a41e-6560523b2714] received connection request\n2025-07-29 09:11:30.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:11:30.545 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][541e217b-99c2-4d5d-a41e-6560523b2714] socks forwarding established\n2025-07-29 09:11:30.594 [info] [command][7aea969c-fd40-49a9-940d-e97b56c837fb] Process exited with code 0\n2025-07-29 09:11:30.594 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][541e217b-99c2-4d5d-a41e-6560523b2714] socks connection closed\n2025-07-29 09:11:30.595 [info] [command][7aea969c-fd40-49a9-940d-e97b56c837fb] Socket close event received\n2025-07-29 09:11:30.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51229 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:12:30.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:12:30.606 [info] [command][59686779-b8fb-46c9-ba12-01a663d98b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""59686779-b8fb-46c9-ba12-01a663d98b66""}\n2025-07-29 09:12:30.607 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4d9863e5-fabf-4c00-8860-dfe4f8fef4b4] received connection request\n2025-07-29 09:12:30.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:12:30.655 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4d9863e5-fabf-4c00-8860-dfe4f8fef4b4] socks forwarding established\n2025-07-29 09:12:30.718 [info] [command][59686779-b8fb-46c9-ba12-01a663d98b66] Process exited with code 0\n2025-07-29 09:12:30.718 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4d9863e5-fabf-4c00-8860-dfe4f8fef4b4] socks connection closed\n2025-07-29 09:12:30.719 [info] [command][59686779-b8fb-46c9-ba12-01a663d98b66] Socket close event received\n2025-07-29 09:12:30.760 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51267 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:13:30.719 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:13:30.723 [info] [command][aac878c3-e438-468b-a927-74c494624f1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""aac878c3-e438-468b-a927-74c494624f1f""}\n2025-07-29 09:13:30.724 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][1cb6a2eb-ec55-483a-b451-643b3bda7bcf] received connection request\n2025-07-29 09:13:30.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:13:30.765 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1cb6a2eb-ec55-483a-b451-643b3bda7bcf] socks forwarding established\n2025-07-29 09:13:30.810 [info] [command][aac878c3-e438-468b-a927-74c494624f1f] Process exited with code 0\n2025-07-29 09:13:30.811 [info] [command][aac878c3-e438-468b-a927-74c494624f1f] Socket close event received\n2025-07-29 09:13:30.811 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1cb6a2eb-ec55-483a-b451-643b3bda7bcf] socks connection closed\n2025-07-29 09:13:30.861 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51292 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:14:30.815 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:14:30.819 [info] [command][b733b808-5c5f-42c8-b548-b321afc3a0f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b733b808-5c5f-42c8-b548-b321afc3a0f5""}\n2025-07-29 09:14:30.819 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][93171f59-5056-4415-aafe-b5b003f9564b] received connection request\n2025-07-29 09:14:30.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:14:30.869 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][93171f59-5056-4415-aafe-b5b003f9564b] socks forwarding established\n2025-07-29 09:14:30.915 [info] [command][b733b808-5c5f-42c8-b548-b321afc3a0f5] Process exited with code 0\n2025-07-29 09:14:30.915 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][93171f59-5056-4415-aafe-b5b003f9564b] socks connection closed\n2025-07-29 09:14:30.915 [info] [command][b733b808-5c5f-42c8-b548-b321afc3a0f5] Socket close event received\n2025-07-29 09:14:30.970 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51324 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:15:30.918 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:15:30.921 [info] [command][daf6cbbb-7d6d-46ad-b1fa-bd39b6b86a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""daf6cbbb-7d6d-46ad-b1fa-bd39b6b86a78""}\n2025-07-29 09:15:30.922 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][70b2728f-d705-4d5a-9ef2-ac3adfd88f3d] received connection request\n2025-07-29 09:15:30.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:15:31.013 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][70b2728f-d705-4d5a-9ef2-ac3adfd88f3d] socks forwarding established\n2025-07-29 09:15:31.060 [info] [command][daf6cbbb-7d6d-46ad-b1fa-bd39b6b86a78] Process exited with code 0\n2025-07-29 09:15:31.060 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][70b2728f-d705-4d5a-9ef2-ac3adfd88f3d] socks connection closed\n2025-07-29 09:15:31.061 [info] [command][daf6cbbb-7d6d-46ad-b1fa-bd39b6b86a78] Socket close event received\n2025-07-29 09:15:31.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51400 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:16:31.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:16:31.068 [info] [command][72782019-d9e1-49d2-b9c2-3a376647b4b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""72782019-d9e1-49d2-b9c2-3a376647b4b1""}\n2025-07-29 09:16:31.069 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f2e228bc-f056-4a4d-aa24-356801f265dc] received connection request\n2025-07-29 09:16:31.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:16:31.112 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f2e228bc-f056-4a4d-aa24-356801f265dc] socks forwarding established\n2025-07-29 09:16:31.157 [info] [command][72782019-d9e1-49d2-b9c2-3a376647b4b1] Process exited with code 0\n2025-07-29 09:16:31.157 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f2e228bc-f056-4a4d-aa24-356801f265dc] socks connection closed\n2025-07-29 09:16:31.157 [info] [command][72782019-d9e1-49d2-b9c2-3a376647b4b1] Socket close event received\n2025-07-29 09:16:31.204 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51422 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:17:31.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:17:31.163 [info] [command][f23a7650-b34e-4a03-b8a7-39ec770a9caf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f23a7650-b34e-4a03-b8a7-39ec770a9caf""}\n2025-07-29 09:17:31.164 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][59be5d88-adf9-415b-9b6c-7f278ecc0b5d] received connection request\n2025-07-29 09:17:31.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:17:31.210 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][59be5d88-adf9-415b-9b6c-7f278ecc0b5d] socks forwarding established\n2025-07-29 09:17:31.261 [info] [command][f23a7650-b34e-4a03-b8a7-39ec770a9caf] Process exited with code 0\n2025-07-29 09:17:31.261 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][59be5d88-adf9-415b-9b6c-7f278ecc0b5d] socks connection closed\n2025-07-29 09:17:31.261 [info] [command][f23a7650-b34e-4a03-b8a7-39ec770a9caf] Socket close event received\n2025-07-29 09:17:31.309 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51461 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:18:31.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:18:31.268 [info] [command][fd232c4e-cbce-4983-8d25-fb1cd8389c15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fd232c4e-cbce-4983-8d25-fb1cd8389c15""}\n2025-07-29 09:18:31.269 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a808192d-2b49-4ffe-9e61-582c68f23ea8] received connection request\n2025-07-29 09:18:31.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:18:31.311 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a808192d-2b49-4ffe-9e61-582c68f23ea8] socks forwarding established\n2025-07-29 09:18:31.356 [info] [command][fd232c4e-cbce-4983-8d25-fb1cd8389c15] Process exited with code 0\n2025-07-29 09:18:31.356 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a808192d-2b49-4ffe-9e61-582c68f23ea8] socks connection closed\n2025-07-29 09:18:31.356 [info] [command][fd232c4e-cbce-4983-8d25-fb1cd8389c15] Socket close event received\n2025-07-29 09:18:31.403 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51496 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:19:31.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:19:31.363 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][9b097433-e62e-4755-9af1-10439126b4d7] received connection request\n2025-07-29 09:19:31.363 [info] [command][8feceab0-0742-4b77-9884-c3e19fccaee9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8feceab0-0742-4b77-9884-c3e19fccaee9""}\n2025-07-29 09:19:31.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:19:31.457 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9b097433-e62e-4755-9af1-10439126b4d7] socks forwarding established\n2025-07-29 09:19:31.689 [info] [command][8feceab0-0742-4b77-9884-c3e19fccaee9] Process exited with code 0\n2025-07-29 09:19:31.689 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9b097433-e62e-4755-9af1-10439126b4d7] socks connection closed\n2025-07-29 09:19:31.689 [info] [command][8feceab0-0742-4b77-9884-c3e19fccaee9] Socket close event received\n2025-07-29 09:19:31.729 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51542 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:20:31.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:20:31.692 [info] [command][8a7fc585-aca9-4477-8f33-76dca1809cf3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8a7fc585-aca9-4477-8f33-76dca1809cf3""}\n2025-07-29 09:20:31.692 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0925e9c3-9052-4b60-b530-10e5a4c62de5] received connection request\n2025-07-29 09:20:31.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 09:20:31.693 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:20:31.739 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0925e9c3-9052-4b60-b530-10e5a4c62de5] socks forwarding established\n2025-07-29 09:20:31.783 [info] [command][8a7fc585-aca9-4477-8f33-76dca1809cf3] Process exited with code 0\n2025-07-29 09:20:31.784 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0925e9c3-9052-4b60-b530-10e5a4c62de5] socks connection closed\n2025-07-29 09:20:31.784 [info] [command][8a7fc585-aca9-4477-8f33-76dca1809cf3] Socket close event received\n2025-07-29 09:20:31.823 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51589 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:21:31.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:21:31.791 [info] [command][4a1e560f-b4ad-4470-8989-78ac0b8a19e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4a1e560f-b4ad-4470-8989-78ac0b8a19e2""}\n2025-07-29 09:21:31.792 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4ebff741-5248-466e-8f26-941f7f3ddc02] received connection request\n2025-07-29 09:21:31.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:21:31.840 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4ebff741-5248-466e-8f26-941f7f3ddc02] socks forwarding established\n2025-07-29 09:21:31.887 [info] [command][4a1e560f-b4ad-4470-8989-78ac0b8a19e2] Process exited with code 0\n2025-07-29 09:21:31.888 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4ebff741-5248-466e-8f26-941f7f3ddc02] socks connection closed\n2025-07-29 09:21:31.888 [info] [command][4a1e560f-b4ad-4470-8989-78ac0b8a19e2] Socket close event received\n2025-07-29 09:21:31.932 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51614 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:22:31.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:22:31.891 [info] [command][5f90425a-a987-4b3a-bdea-b00e18331e2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5f90425a-a987-4b3a-bdea-b00e18331e2d""}\n2025-07-29 09:22:31.891 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a22d5f76-4c92-4968-8bc5-a45d580780e2] received connection request\n2025-07-29 09:22:31.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:22:31.932 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a22d5f76-4c92-4968-8bc5-a45d580780e2] socks forwarding established\n2025-07-29 09:22:31.977 [info] [command][5f90425a-a987-4b3a-bdea-b00e18331e2d] Process exited with code 0\n2025-07-29 09:22:31.977 [info] [command][5f90425a-a987-4b3a-bdea-b00e18331e2d] Socket close event received\n2025-07-29 09:22:31.983 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a22d5f76-4c92-4968-8bc5-a45d580780e2] socks connection closed\n2025-07-29 09:22:32.019 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51652 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:23:31.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:23:31.982 [info] [command][bf454965-7111-446a-9ac8-e913dcfc6c3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bf454965-7111-446a-9ac8-e913dcfc6c3f""}\n2025-07-29 09:23:31.982 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][05e368e2-8979-4ffe-adbb-67c85ee34d8f] received connection request\n2025-07-29 09:23:31.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:23:32.027 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][05e368e2-8979-4ffe-adbb-67c85ee34d8f] socks forwarding established\n2025-07-29 09:23:32.073 [info] [command][bf454965-7111-446a-9ac8-e913dcfc6c3f] Process exited with code 0\n2025-07-29 09:23:32.074 [info] [command][bf454965-7111-446a-9ac8-e913dcfc6c3f] Socket close event received\n2025-07-29 09:23:32.074 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][05e368e2-8979-4ffe-adbb-67c85ee34d8f] socks connection closed\n2025-07-29 09:23:32.121 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51671 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:24:32.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:24:32.079 [info] [command][b19c192d-e184-46b5-b863-1e54fae0ac1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b19c192d-e184-46b5-b863-1e54fae0ac1b""}\n2025-07-29 09:24:32.080 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][1ccbc317-6559-495a-b2cf-dde6030c806d] received connection request\n2025-07-29 09:24:32.081 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:24:32.157 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1ccbc317-6559-495a-b2cf-dde6030c806d] socks forwarding established\n2025-07-29 09:24:32.206 [info] [command][b19c192d-e184-46b5-b863-1e54fae0ac1b] Process exited with code 0\n2025-07-29 09:24:32.207 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1ccbc317-6559-495a-b2cf-dde6030c806d] socks connection closed\n2025-07-29 09:24:32.207 [info] [command][b19c192d-e184-46b5-b863-1e54fae0ac1b] Socket close event received\n2025-07-29 09:24:32.255 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51713 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:25:32.212 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:25:32.215 [info] [command][8784a893-c13c-4596-a0f3-9d4224da37f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8784a893-c13c-4596-a0f3-9d4224da37f1""}\n2025-07-29 09:25:32.216 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][6a899958-6eeb-4391-b46d-4280017c4ce8] received connection request\n2025-07-29 09:25:32.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:25:32.257 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6a899958-6eeb-4391-b46d-4280017c4ce8] socks forwarding established\n2025-07-29 09:25:32.301 [info] [command][8784a893-c13c-4596-a0f3-9d4224da37f1] Process exited with code 0\n2025-07-29 09:25:32.301 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6a899958-6eeb-4391-b46d-4280017c4ce8] socks connection closed\n2025-07-29 09:25:32.301 [info] [command][8784a893-c13c-4596-a0f3-9d4224da37f1] Socket close event received\n2025-07-29 09:25:32.348 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51747 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:26:32.304 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:26:32.307 [info] [command][a31608a8-7ade-4bbf-9cae-ee70e3073696] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a31608a8-7ade-4bbf-9cae-ee70e3073696""}\n2025-07-29 09:26:32.308 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0539ec97-91ef-4866-aad6-c213e746748d] received connection request\n2025-07-29 09:26:32.309 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:26:32.365 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0539ec97-91ef-4866-aad6-c213e746748d] socks forwarding established\n2025-07-29 09:26:32.409 [info] [command][a31608a8-7ade-4bbf-9cae-ee70e3073696] Process exited with code 0\n2025-07-29 09:26:32.410 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0539ec97-91ef-4866-aad6-c213e746748d] socks connection closed\n2025-07-29 09:26:32.410 [info] [command][a31608a8-7ade-4bbf-9cae-ee70e3073696] Socket close event received\n2025-07-29 09:26:32.449 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51768 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:27:32.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:27:32.414 [info] [command][002f15ba-c610-4520-bd6c-abee30423c82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""002f15ba-c610-4520-bd6c-abee30423c82""}\n2025-07-29 09:27:32.415 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][05f2150c-92f1-4d43-a3fb-e6a16fdbcc06] received connection request\n2025-07-29 09:27:32.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:27:32.465 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][05f2150c-92f1-4d43-a3fb-e6a16fdbcc06] socks forwarding established\n2025-07-29 09:27:32.514 [info] [command][002f15ba-c610-4520-bd6c-abee30423c82] Process exited with code 0\n2025-07-29 09:27:32.515 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][05f2150c-92f1-4d43-a3fb-e6a16fdbcc06] socks connection closed\n2025-07-29 09:27:32.515 [info] [command][002f15ba-c610-4520-bd6c-abee30423c82] Socket close event received\n2025-07-29 09:27:32.568 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51808 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:28:32.517 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:28:32.519 [info] [command][6154f3f7-8055-4653-8537-68b14be489d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6154f3f7-8055-4653-8537-68b14be489d6""}\n2025-07-29 09:28:32.520 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][882f9937-0522-4b24-8382-aa32a4daf786] received connection request\n2025-07-29 09:28:32.521 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:28:32.564 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][882f9937-0522-4b24-8382-aa32a4daf786] socks forwarding established\n2025-07-29 09:28:32.611 [info] [command][6154f3f7-8055-4653-8537-68b14be489d6] Process exited with code 0\n2025-07-29 09:28:32.612 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][882f9937-0522-4b24-8382-aa32a4daf786] socks connection closed\n2025-07-29 09:28:32.612 [info] [command][6154f3f7-8055-4653-8537-68b14be489d6] Socket close event received\n2025-07-29 09:28:32.654 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51830 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:29:32.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:29:32.617 [info] [command][933efc56-f91c-4730-97b5-ff53f95cf90c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""933efc56-f91c-4730-97b5-ff53f95cf90c""}\n2025-07-29 09:29:32.617 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][6d484e0e-59b4-466e-b913-c1ee2ad2db9c] received connection request\n2025-07-29 09:29:32.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:29:32.666 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6d484e0e-59b4-466e-b913-c1ee2ad2db9c] socks forwarding established\n2025-07-29 09:29:32.716 [info] [command][933efc56-f91c-4730-97b5-ff53f95cf90c] Process exited with code 0\n2025-07-29 09:29:32.716 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6d484e0e-59b4-466e-b913-c1ee2ad2db9c] socks connection closed\n2025-07-29 09:29:32.717 [info] [command][933efc56-f91c-4730-97b5-ff53f95cf90c] Socket close event received\n2025-07-29 09:29:32.758 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51871 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:30:32.722 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:30:32.724 [info] [command][86228f2d-7bb8-49d5-b1e0-f6838d2785e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""86228f2d-7bb8-49d5-b1e0-f6838d2785e5""}\n2025-07-29 09:30:32.725 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c068e6ab-fcbf-49b6-8415-14e1a4e36fd6] received connection request\n2025-07-29 09:30:32.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:30:32.773 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c068e6ab-fcbf-49b6-8415-14e1a4e36fd6] socks forwarding established\n2025-07-29 09:30:32.817 [info] [command][86228f2d-7bb8-49d5-b1e0-f6838d2785e5] Process exited with code 0\n2025-07-29 09:30:32.817 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c068e6ab-fcbf-49b6-8415-14e1a4e36fd6] socks connection closed\n2025-07-29 09:30:32.817 [info] [command][86228f2d-7bb8-49d5-b1e0-f6838d2785e5] Socket close event received\n2025-07-29 09:30:32.928 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51946 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:31:32.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:31:32.822 [info] [command][daa2fae5-3837-44c9-a762-87ad27db3dec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""daa2fae5-3837-44c9-a762-87ad27db3dec""}\n2025-07-29 09:31:32.823 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][78539fcb-4f51-477e-8e9d-1a79239ac274] received connection request\n2025-07-29 09:31:32.823 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:31:32.882 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][78539fcb-4f51-477e-8e9d-1a79239ac274] socks forwarding established\n2025-07-29 09:31:32.934 [info] [command][daa2fae5-3837-44c9-a762-87ad27db3dec] Process exited with code 0\n2025-07-29 09:31:32.935 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][78539fcb-4f51-477e-8e9d-1a79239ac274] socks connection closed\n2025-07-29 09:31:32.935 [info] [command][daa2fae5-3837-44c9-a762-87ad27db3dec] Socket close event received\n2025-07-29 09:31:32.976 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 51977 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:32:32.934 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:32:32.939 [info] [command][9582ea3e-d9b1-488c-9c03-08c3c98072fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9582ea3e-d9b1-488c-9c03-08c3c98072fe""}\n2025-07-29 09:32:32.940 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][50400f8f-69eb-43ca-87a6-c6700557ed81] received connection request\n2025-07-29 09:32:32.941 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:32:32.991 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][50400f8f-69eb-43ca-87a6-c6700557ed81] socks forwarding established\n2025-07-29 09:32:33.036 [info] [command][9582ea3e-d9b1-488c-9c03-08c3c98072fe] Process exited with code 0\n2025-07-29 09:32:33.036 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][50400f8f-69eb-43ca-87a6-c6700557ed81] socks connection closed\n2025-07-29 09:32:33.036 [info] [command][9582ea3e-d9b1-488c-9c03-08c3c98072fe] Socket close event received\n2025-07-29 09:32:33.075 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52025 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:33:33.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:33:33.044 [info] [command][aa95676b-20b3-4bf7-8021-2ed22905134f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""aa95676b-20b3-4bf7-8021-2ed22905134f""}\n2025-07-29 09:33:33.045 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][b25ff3d6-a396-4142-b6d5-6a764a211ebb] received connection request\n2025-07-29 09:33:33.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:33:33.115 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b25ff3d6-a396-4142-b6d5-6a764a211ebb] socks forwarding established\n2025-07-29 09:33:33.160 [info] [command][aa95676b-20b3-4bf7-8021-2ed22905134f] Process exited with code 0\n2025-07-29 09:33:33.161 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b25ff3d6-a396-4142-b6d5-6a764a211ebb] socks connection closed\n2025-07-29 09:33:33.161 [info] [command][aa95676b-20b3-4bf7-8021-2ed22905134f] Socket close event received\n2025-07-29 09:33:33.208 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52051 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:34:33.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:34:33.164 [info] [command][62becc20-67e3-4a25-bf7e-b0074150bfc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""62becc20-67e3-4a25-bf7e-b0074150bfc3""}\n2025-07-29 09:34:33.164 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][26aec123-3f71-485e-8a46-fb8662477d98] received connection request\n2025-07-29 09:34:33.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:34:33.208 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][26aec123-3f71-485e-8a46-fb8662477d98] socks forwarding established\n2025-07-29 09:34:33.254 [info] [command][62becc20-67e3-4a25-bf7e-b0074150bfc3] Process exited with code 0\n2025-07-29 09:34:33.255 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][26aec123-3f71-485e-8a46-fb8662477d98] socks connection closed\n2025-07-29 09:34:33.255 [info] [command][62becc20-67e3-4a25-bf7e-b0074150bfc3] Socket close event received\n2025-07-29 09:34:33.302 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52087 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:35:33.257 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:35:33.260 [info] [command][b52d7a12-0a82-4f6e-870f-35c3f178c92d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b52d7a12-0a82-4f6e-870f-35c3f178c92d""}\n2025-07-29 09:35:33.260 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][3494bcb3-cebe-48b0-89cd-3300d7445a46] received connection request\n2025-07-29 09:35:33.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 09:35:33.260 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:35:33.355 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3494bcb3-cebe-48b0-89cd-3300d7445a46] socks forwarding established\n2025-07-29 09:35:33.401 [info] [command][b52d7a12-0a82-4f6e-870f-35c3f178c92d] Process exited with code 0\n2025-07-29 09:35:33.402 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3494bcb3-cebe-48b0-89cd-3300d7445a46] socks connection closed\n2025-07-29 09:35:33.402 [info] [command][b52d7a12-0a82-4f6e-870f-35c3f178c92d] Socket close event received\n2025-07-29 09:35:33.498 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52120 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:36:33.404 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:36:33.406 [info] [command][a01390f1-85bd-4d72-9644-a528ae12c59a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a01390f1-85bd-4d72-9644-a528ae12c59a""}\n2025-07-29 09:36:33.406 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][6e8898aa-a9a1-4601-a1f3-3dc9b3967e83] received connection request\n2025-07-29 09:36:33.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 09:36:33.406 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:36:33.448 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6e8898aa-a9a1-4601-a1f3-3dc9b3967e83] socks forwarding established\n2025-07-29 09:36:33.498 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6e8898aa-a9a1-4601-a1f3-3dc9b3967e83] socks connection closed\n2025-07-29 09:36:33.498 [info] [command][a01390f1-85bd-4d72-9644-a528ae12c59a] Process exited with code 0\n2025-07-29 09:36:33.498 [info] [command][a01390f1-85bd-4d72-9644-a528ae12c59a] Socket close event received\n2025-07-29 09:36:33.610 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52156 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:37:33.500 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:37:33.503 [info] [command][0b51b096-9a15-4aa1-9663-017b5b06a270] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0b51b096-9a15-4aa1-9663-017b5b06a270""}\n2025-07-29 09:37:33.503 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a646e320-94bc-4db0-b8d0-682516e4a8f8] received connection request\n2025-07-29 09:37:33.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:37:33.554 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a646e320-94bc-4db0-b8d0-682516e4a8f8] socks forwarding established\n2025-07-29 09:37:33.599 [info] [command][0b51b096-9a15-4aa1-9663-017b5b06a270] Process exited with code 0\n2025-07-29 09:37:33.600 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a646e320-94bc-4db0-b8d0-682516e4a8f8] socks connection closed\n2025-07-29 09:37:33.600 [info] [command][0b51b096-9a15-4aa1-9663-017b5b06a270] Socket close event received\n2025-07-29 09:37:33.639 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52219 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:38:33.599 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:38:33.601 [info] [command][43d2aaeb-18ec-433f-947c-00712c68eda0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""43d2aaeb-18ec-433f-947c-00712c68eda0""}\n2025-07-29 09:38:33.602 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][41d8b684-9a2d-4c8e-ac9f-83fd85ccffc1] received connection request\n2025-07-29 09:38:33.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:38:33.659 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][41d8b684-9a2d-4c8e-ac9f-83fd85ccffc1] socks forwarding established\n2025-07-29 09:38:33.795 [info] [command][43d2aaeb-18ec-433f-947c-00712c68eda0] Process exited with code 0\n2025-07-29 09:38:33.796 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][41d8b684-9a2d-4c8e-ac9f-83fd85ccffc1] socks connection closed\n2025-07-29 09:38:33.796 [info] [command][43d2aaeb-18ec-433f-947c-00712c68eda0] Socket close event received\n2025-07-29 09:38:33.839 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52248 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:39:33.799 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:39:33.803 [info] [command][9e7c5f1e-3e1b-4b2e-b471-dd040e2b15b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9e7c5f1e-3e1b-4b2e-b471-dd040e2b15b3""}\n2025-07-29 09:39:33.803 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][233c1f71-eeaf-4bae-b07f-d69ad3d7f77e] received connection request\n2025-07-29 09:39:33.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:39:33.855 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][233c1f71-eeaf-4bae-b07f-d69ad3d7f77e] socks forwarding established\n2025-07-29 09:39:33.924 [info] [command][9e7c5f1e-3e1b-4b2e-b471-dd040e2b15b3] Process exited with code 0\n2025-07-29 09:39:33.925 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][233c1f71-eeaf-4bae-b07f-d69ad3d7f77e] socks connection closed\n2025-07-29 09:39:33.925 [info] [command][9e7c5f1e-3e1b-4b2e-b471-dd040e2b15b3] Socket close event received\n2025-07-29 09:39:34.005 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52290 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:40:33.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:40:33.933 [info] [command][a8022a3d-41f7-4802-af2d-061ea5b1248a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a8022a3d-41f7-4802-af2d-061ea5b1248a""}\n2025-07-29 09:40:33.933 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][202cb4b1-88a4-4f2e-a720-b599bc419ba1] received connection request\n2025-07-29 09:40:33.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:40:33.982 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][202cb4b1-88a4-4f2e-a720-b599bc419ba1] socks forwarding established\n2025-07-29 09:40:34.033 [info] [command][a8022a3d-41f7-4802-af2d-061ea5b1248a] Process exited with code 0\n2025-07-29 09:40:34.033 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][202cb4b1-88a4-4f2e-a720-b599bc419ba1] socks connection closed\n2025-07-29 09:40:34.034 [info] [command][a8022a3d-41f7-4802-af2d-061ea5b1248a] Socket close event received\n2025-07-29 09:40:34.089 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52334 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:41:34.038 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:41:34.041 [info] [command][43ec3f7e-658c-49c6-8d3e-dc22816dc3c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""43ec3f7e-658c-49c6-8d3e-dc22816dc3c6""}\n2025-07-29 09:41:34.041 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f20076d5-3e0b-43e5-870d-0718a9bf11b4] received connection request\n2025-07-29 09:41:34.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:41:34.096 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f20076d5-3e0b-43e5-870d-0718a9bf11b4] socks forwarding established\n2025-07-29 09:41:34.143 [info] [command][43ec3f7e-658c-49c6-8d3e-dc22816dc3c6] Process exited with code 0\n2025-07-29 09:41:34.144 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f20076d5-3e0b-43e5-870d-0718a9bf11b4] socks connection closed\n2025-07-29 09:41:34.144 [info] [command][43ec3f7e-658c-49c6-8d3e-dc22816dc3c6] Socket close event received\n2025-07-29 09:41:34.190 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52358 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:42:34.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:42:34.148 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e1e0be39-e9c4-45ad-9ee6-a4f32aa78b90] received connection request\n2025-07-29 09:42:34.148 [info] [command][c99ca161-af5d-4fcc-808b-0b5c9bbf635d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c99ca161-af5d-4fcc-808b-0b5c9bbf635d""}\n2025-07-29 09:42:34.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:42:34.197 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e1e0be39-e9c4-45ad-9ee6-a4f32aa78b90] socks forwarding established\n2025-07-29 09:42:34.257 [info] [command][c99ca161-af5d-4fcc-808b-0b5c9bbf635d] Process exited with code 0\n2025-07-29 09:42:34.257 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e1e0be39-e9c4-45ad-9ee6-a4f32aa78b90] socks connection closed\n2025-07-29 09:42:34.257 [info] [command][c99ca161-af5d-4fcc-808b-0b5c9bbf635d] Socket close event received\n2025-07-29 09:42:34.354 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52406 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:43:34.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:43:34.263 [info] [command][d59c789f-bbd7-427d-b2da-0d58c3092ef0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d59c789f-bbd7-427d-b2da-0d58c3092ef0""}\n2025-07-29 09:43:34.264 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][3d1e91eb-ccd5-4c6a-bc72-199a0d024dac] received connection request\n2025-07-29 09:43:34.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:43:34.312 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3d1e91eb-ccd5-4c6a-bc72-199a0d024dac] socks forwarding established\n2025-07-29 09:43:34.357 [info] [command][d59c789f-bbd7-427d-b2da-0d58c3092ef0] Process exited with code 0\n2025-07-29 09:43:34.357 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3d1e91eb-ccd5-4c6a-bc72-199a0d024dac] socks connection closed\n2025-07-29 09:43:34.357 [info] [command][d59c789f-bbd7-427d-b2da-0d58c3092ef0] Socket close event received\n2025-07-29 09:43:34.396 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52431 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:44:34.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:44:34.361 [info] [command][fd2497ee-65f7-4c37-9eec-aa2ed93f0ad4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fd2497ee-65f7-4c37-9eec-aa2ed93f0ad4""}\n2025-07-29 09:44:34.361 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fb0948b8-bf83-4c31-8da9-b1ad97de92f3] received connection request\n2025-07-29 09:44:34.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:44:34.405 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fb0948b8-bf83-4c31-8da9-b1ad97de92f3] socks forwarding established\n2025-07-29 09:44:34.462 [info] [command][fd2497ee-65f7-4c37-9eec-aa2ed93f0ad4] Process exited with code 0\n2025-07-29 09:44:34.462 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fb0948b8-bf83-4c31-8da9-b1ad97de92f3] socks connection closed\n2025-07-29 09:44:34.462 [info] [command][fd2497ee-65f7-4c37-9eec-aa2ed93f0ad4] Socket close event received\n2025-07-29 09:44:34.504 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52474 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:45:34.464 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:45:34.466 [info] [command][34372005-5ce8-4a64-90b1-d8d0eb305c17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""34372005-5ce8-4a64-90b1-d8d0eb305c17""}\n2025-07-29 09:45:34.467 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c1e45089-be1c-402b-82fa-9b4862424912] received connection request\n2025-07-29 09:45:34.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:45:34.588 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c1e45089-be1c-402b-82fa-9b4862424912] socks forwarding established\n2025-07-29 09:45:34.642 [info] [command][34372005-5ce8-4a64-90b1-d8d0eb305c17] Process exited with code 0\n2025-07-29 09:45:34.642 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c1e45089-be1c-402b-82fa-9b4862424912] socks connection closed\n2025-07-29 09:45:34.642 [info] [command][34372005-5ce8-4a64-90b1-d8d0eb305c17] Socket close event received\n2025-07-29 09:45:34.700 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52507 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:46:34.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:46:34.649 [info] [command][0517b7ba-156e-4e6e-a944-73d35f52be7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0517b7ba-156e-4e6e-a944-73d35f52be7c""}\n2025-07-29 09:46:34.649 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][92a5d27a-24bf-4b42-8e44-4841422e7963] received connection request\n2025-07-29 09:46:34.650 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:46:34.696 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][92a5d27a-24bf-4b42-8e44-4841422e7963] socks forwarding established\n2025-07-29 09:46:34.747 [info] [command][0517b7ba-156e-4e6e-a944-73d35f52be7c] Process exited with code 0\n2025-07-29 09:46:34.747 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][92a5d27a-24bf-4b42-8e44-4841422e7963] socks connection closed\n2025-07-29 09:46:34.747 [info] [command][0517b7ba-156e-4e6e-a944-73d35f52be7c] Socket close event received\n2025-07-29 09:46:34.788 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52528 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:47:34.748 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:47:34.751 [info] [command][7ca394ba-ceff-46d2-bf0f-bbf569967bed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7ca394ba-ceff-46d2-bf0f-bbf569967bed""}\n2025-07-29 09:47:34.752 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][6b330035-2a98-4363-9746-c2b7b73ab4f3] received connection request\n2025-07-29 09:47:34.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 09:47:34.753 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:47:34.800 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6b330035-2a98-4363-9746-c2b7b73ab4f3] socks forwarding established\n2025-07-29 09:47:34.853 [info] [command][7ca394ba-ceff-46d2-bf0f-bbf569967bed] Process exited with code 0\n2025-07-29 09:47:34.854 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][6b330035-2a98-4363-9746-c2b7b73ab4f3] socks connection closed\n2025-07-29 09:47:34.854 [info] [command][7ca394ba-ceff-46d2-bf0f-bbf569967bed] Socket close event received\n2025-07-29 09:47:34.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52586 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:48:34.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:48:34.859 [info] [command][7210ad2b-4e80-4622-a98a-71a821955584] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7210ad2b-4e80-4622-a98a-71a821955584""}\n2025-07-29 09:48:34.859 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][06069bb1-c259-44c2-bc31-1c7de1a89e7d] received connection request\n2025-07-29 09:48:34.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:48:34.913 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][06069bb1-c259-44c2-bc31-1c7de1a89e7d] socks forwarding established\n2025-07-29 09:48:34.979 [info] [command][7210ad2b-4e80-4622-a98a-71a821955584] Process exited with code 0\n2025-07-29 09:48:34.980 [info] [command][7210ad2b-4e80-4622-a98a-71a821955584] Socket close event received\n2025-07-29 09:48:34.981 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][06069bb1-c259-44c2-bc31-1c7de1a89e7d] socks connection closed\n2025-07-29 09:48:35.030 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52607 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:49:34.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:49:34.988 [info] [command][92fd02fc-4041-4ac9-9740-855c03fa4d7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""92fd02fc-4041-4ac9-9740-855c03fa4d7a""}\n2025-07-29 09:49:34.989 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][82a463fb-3dec-4ac6-a296-a72ca967b7c6] received connection request\n2025-07-29 09:49:34.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:49:35.037 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][82a463fb-3dec-4ac6-a296-a72ca967b7c6] socks forwarding established\n2025-07-29 09:49:35.082 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][82a463fb-3dec-4ac6-a296-a72ca967b7c6] socks connection closed\n2025-07-29 09:49:35.082 [info] [command][92fd02fc-4041-4ac9-9740-855c03fa4d7a] Process exited with code 0\n2025-07-29 09:49:35.082 [info] [command][92fd02fc-4041-4ac9-9740-855c03fa4d7a] Socket close event received\n2025-07-29 09:49:35.124 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52644 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:50:35.092 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:50:35.094 [info] [command][05b351a0-5b88-46e8-8b14-b09f5b7732fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""05b351a0-5b88-46e8-8b14-b09f5b7732fa""}\n2025-07-29 09:50:35.095 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][598e1f7f-0839-4618-83ab-99c0a3494322] received connection request\n2025-07-29 09:50:35.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:50:35.159 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][598e1f7f-0839-4618-83ab-99c0a3494322] socks forwarding established\n2025-07-29 09:50:35.208 [info] [command][05b351a0-5b88-46e8-8b14-b09f5b7732fa] Process exited with code 0\n2025-07-29 09:50:35.208 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][598e1f7f-0839-4618-83ab-99c0a3494322] socks connection closed\n2025-07-29 09:50:35.209 [info] [command][05b351a0-5b88-46e8-8b14-b09f5b7732fa] Socket close event received\n2025-07-29 09:50:35.248 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52692 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:51:35.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:51:35.216 [info] [command][68c13770-8a24-4524-95da-e9c5c4a49e63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""68c13770-8a24-4524-95da-e9c5c4a49e63""}\n2025-07-29 09:51:35.217 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f4bfa046-68f0-4016-b11b-6985cedb03f2] received connection request\n2025-07-29 09:51:35.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:51:35.262 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f4bfa046-68f0-4016-b11b-6985cedb03f2] socks forwarding established\n2025-07-29 09:51:35.313 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f4bfa046-68f0-4016-b11b-6985cedb03f2] socks connection closed\n2025-07-29 09:51:35.313 [info] [command][68c13770-8a24-4524-95da-e9c5c4a49e63] Process exited with code 0\n2025-07-29 09:51:35.313 [info] [command][68c13770-8a24-4524-95da-e9c5c4a49e63] Socket close event received\n2025-07-29 09:51:35.357 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52721 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:52:35.322 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:52:35.323 [info] [command][1ea3d3e4-8d34-4296-914b-6586a1ce8780] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1ea3d3e4-8d34-4296-914b-6586a1ce8780""}\n2025-07-29 09:52:35.323 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5ccf2462-431d-470b-a030-e4cb6836a0a8] received connection request\n2025-07-29 09:52:35.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 09:52:35.324 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:52:35.370 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5ccf2462-431d-470b-a030-e4cb6836a0a8] socks forwarding established\n2025-07-29 09:52:35.414 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5ccf2462-431d-470b-a030-e4cb6836a0a8] socks connection closed\n2025-07-29 09:52:35.415 [info] [command][1ea3d3e4-8d34-4296-914b-6586a1ce8780] Process exited with code 0\n2025-07-29 09:52:35.415 [info] [command][1ea3d3e4-8d34-4296-914b-6586a1ce8780] Socket close event received\n2025-07-29 09:52:35.454 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52756 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:53:35.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:53:35.420 [info] [command][e56c9cd5-3869-4a3a-8cfc-80e7c28e55df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e56c9cd5-3869-4a3a-8cfc-80e7c28e55df""}\n2025-07-29 09:53:35.420 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c6ceaed1-3297-43bd-979b-25f027d4ce85] received connection request\n2025-07-29 09:53:35.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:53:35.464 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c6ceaed1-3297-43bd-979b-25f027d4ce85] socks forwarding established\n2025-07-29 09:53:35.508 [info] [command][e56c9cd5-3869-4a3a-8cfc-80e7c28e55df] Process exited with code 0\n2025-07-29 09:53:35.508 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c6ceaed1-3297-43bd-979b-25f027d4ce85] socks connection closed\n2025-07-29 09:53:35.508 [info] [command][e56c9cd5-3869-4a3a-8cfc-80e7c28e55df] Socket close event received\n2025-07-29 09:53:35.556 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52777 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:54:35.513 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:54:35.515 [info] [command][5f537f42-fc70-4fe0-93f9-795f2cc064fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5f537f42-fc70-4fe0-93f9-795f2cc064fb""}\n2025-07-29 09:54:35.515 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][dab72a5b-3659-4519-ac85-d955124c3a75] received connection request\n2025-07-29 09:54:35.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 09:54:35.515 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:54:35.562 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][dab72a5b-3659-4519-ac85-d955124c3a75] socks forwarding established\n2025-07-29 09:54:35.606 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][dab72a5b-3659-4519-ac85-d955124c3a75] socks connection closed\n2025-07-29 09:54:35.606 [info] [command][5f537f42-fc70-4fe0-93f9-795f2cc064fb] Process exited with code 0\n2025-07-29 09:54:35.606 [info] [command][5f537f42-fc70-4fe0-93f9-795f2cc064fb] Socket close event received\n2025-07-29 09:54:35.650 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52816 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:55:35.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:55:35.617 [info] [command][ea20af9e-7fda-4242-970e-f3e3fa45fd87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ea20af9e-7fda-4242-970e-f3e3fa45fd87""}\n2025-07-29 09:55:35.618 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e80b454d-3ddd-45d4-9266-cf2565b3f4e5] received connection request\n2025-07-29 09:55:35.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:55:35.662 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e80b454d-3ddd-45d4-9266-cf2565b3f4e5] socks forwarding established\n2025-07-29 09:55:35.708 [info] [command][ea20af9e-7fda-4242-970e-f3e3fa45fd87] Process exited with code 0\n2025-07-29 09:55:35.709 [info] [command][ea20af9e-7fda-4242-970e-f3e3fa45fd87] Socket close event received\n2025-07-29 09:55:35.710 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e80b454d-3ddd-45d4-9266-cf2565b3f4e5] socks connection closed\n2025-07-29 09:55:35.750 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52859 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:56:35.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:56:35.716 [info] [command][ccaa6532-8cce-45a8-9f22-e42681c91e44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ccaa6532-8cce-45a8-9f22-e42681c91e44""}\n2025-07-29 09:56:35.717 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][7db7b33d-eb07-4c5c-8243-5ae302f42406] received connection request\n2025-07-29 09:56:35.717 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:56:35.765 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][7db7b33d-eb07-4c5c-8243-5ae302f42406] socks forwarding established\n2025-07-29 09:56:35.819 [info] [command][ccaa6532-8cce-45a8-9f22-e42681c91e44] Process exited with code 0\n2025-07-29 09:56:35.819 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][7db7b33d-eb07-4c5c-8243-5ae302f42406] socks connection closed\n2025-07-29 09:56:35.819 [info] [command][ccaa6532-8cce-45a8-9f22-e42681c91e44] Socket close event received\n2025-07-29 09:56:35.866 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52909 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:57:35.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:57:35.825 [info] [command][d19a548d-15b0-44dc-a854-8039985c2901] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d19a548d-15b0-44dc-a854-8039985c2901""}\n2025-07-29 09:57:35.826 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][45ec37a1-f914-4796-ba48-0356734a3f4c] received connection request\n2025-07-29 09:57:35.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:57:35.876 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][45ec37a1-f914-4796-ba48-0356734a3f4c] socks forwarding established\n2025-07-29 09:57:35.927 [info] [command][d19a548d-15b0-44dc-a854-8039985c2901] Process exited with code 0\n2025-07-29 09:57:35.928 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][45ec37a1-f914-4796-ba48-0356734a3f4c] socks connection closed\n2025-07-29 09:57:35.928 [info] [command][d19a548d-15b0-44dc-a854-8039985c2901] Socket close event received\n2025-07-29 09:57:35.972 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52926 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:58:35.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:58:35.932 [info] [command][131906a6-ee16-4122-b76a-036a4647fbfa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""131906a6-ee16-4122-b76a-036a4647fbfa""}\n2025-07-29 09:58:35.933 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][06423d3a-402e-42a1-bd8e-c5c3ab3160ac] received connection request\n2025-07-29 09:58:35.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:58:35.978 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][06423d3a-402e-42a1-bd8e-c5c3ab3160ac] socks forwarding established\n2025-07-29 09:58:36.024 [info] [command][131906a6-ee16-4122-b76a-036a4647fbfa] Process exited with code 0\n2025-07-29 09:58:36.025 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][06423d3a-402e-42a1-bd8e-c5c3ab3160ac] socks connection closed\n2025-07-29 09:58:36.025 [info] [command][131906a6-ee16-4122-b76a-036a4647fbfa] Socket close event received\n2025-07-29 09:58:36.073 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52948 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 09:59:36.030 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 09:59:36.033 [info] [command][416f0e0e-81b5-4d79-9a63-d2c721bbd027] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""416f0e0e-81b5-4d79-9a63-d2c721bbd027""}\n2025-07-29 09:59:36.034 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e3f79ee4-34f1-479b-aba5-48f8b40a0565] received connection request\n2025-07-29 09:59:36.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 09:59:36.091 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e3f79ee4-34f1-479b-aba5-48f8b40a0565] socks forwarding established\n2025-07-29 09:59:36.144 [info] [command][416f0e0e-81b5-4d79-9a63-d2c721bbd027] Process exited with code 0\n2025-07-29 09:59:36.145 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e3f79ee4-34f1-479b-aba5-48f8b40a0565] socks connection closed\n2025-07-29 09:59:36.145 [info] [command][416f0e0e-81b5-4d79-9a63-d2c721bbd027] Socket close event received\n2025-07-29 09:59:36.222 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 52981 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:00:36.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:00:36.153 [info] [command][f9908a3e-d7a4-4407-9087-3757c2017301] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f9908a3e-d7a4-4407-9087-3757c2017301""}\n2025-07-29 10:00:36.154 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][712d8736-7744-41da-a8e2-46b7d0a7fff4] received connection request\n2025-07-29 10:00:36.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:00:36.204 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][712d8736-7744-41da-a8e2-46b7d0a7fff4] socks forwarding established\n2025-07-29 10:00:36.255 [info] [command][f9908a3e-d7a4-4407-9087-3757c2017301] Process exited with code 0\n2025-07-29 10:00:36.256 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][712d8736-7744-41da-a8e2-46b7d0a7fff4] socks connection closed\n2025-07-29 10:00:36.256 [info] [command][f9908a3e-d7a4-4407-9087-3757c2017301] Socket close event received\n2025-07-29 10:00:36.295 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53016 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:01:36.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:01:36.261 [info] [command][61e29123-45a1-47f7-a802-5962f51e3839] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""61e29123-45a1-47f7-a802-5962f51e3839""}\n2025-07-29 10:01:36.262 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0adfa003-b5f3-47e8-8c02-35f089296dd7] received connection request\n2025-07-29 10:01:36.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:01:36.428 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0adfa003-b5f3-47e8-8c02-35f089296dd7] socks forwarding established\n2025-07-29 10:01:36.529 [info] [command][61e29123-45a1-47f7-a802-5962f51e3839] Process exited with code 0\n2025-07-29 10:01:36.529 [info] [command][61e29123-45a1-47f7-a802-5962f51e3839] Socket close event received\n2025-07-29 10:01:36.530 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0adfa003-b5f3-47e8-8c02-35f089296dd7] socks connection closed\n2025-07-29 10:01:36.570 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53046 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:02:36.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:02:36.536 [info] [command][bcfc613d-9581-491a-b3e1-3f338ff4132f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bcfc613d-9581-491a-b3e1-3f338ff4132f""}\n2025-07-29 10:02:36.537 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][13646757-9342-425d-b130-4f7f7e1db804] received connection request\n2025-07-29 10:02:36.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:02:36.583 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][13646757-9342-425d-b130-4f7f7e1db804] socks forwarding established\n2025-07-29 10:02:36.626 [info] [command][bcfc613d-9581-491a-b3e1-3f338ff4132f] Process exited with code 0\n2025-07-29 10:02:36.626 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][13646757-9342-425d-b130-4f7f7e1db804] socks connection closed\n2025-07-29 10:02:36.626 [info] [command][bcfc613d-9581-491a-b3e1-3f338ff4132f] Socket close event received\n2025-07-29 10:02:36.668 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53110 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:03:36.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:03:36.633 [info] [command][c4fcee6c-8a13-4d9b-8697-74969165a200] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c4fcee6c-8a13-4d9b-8697-74969165a200""}\n2025-07-29 10:03:36.634 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][228c1664-eeac-4abe-ad6d-8821eefc6869] received connection request\n2025-07-29 10:03:36.635 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 10:03:36.635 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:03:36.700 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][228c1664-eeac-4abe-ad6d-8821eefc6869] socks forwarding established\n2025-07-29 10:03:36.761 [info] [command][c4fcee6c-8a13-4d9b-8697-74969165a200] Process exited with code 0\n2025-07-29 10:03:36.761 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][228c1664-eeac-4abe-ad6d-8821eefc6869] socks connection closed\n2025-07-29 10:03:36.761 [info] [command][c4fcee6c-8a13-4d9b-8697-74969165a200] Socket close event received\n2025-07-29 10:03:36.803 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53144 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:04:36.766 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:04:36.769 [info] [command][7345d605-3c53-4976-b5bd-99ff3c23af5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""7345d605-3c53-4976-b5bd-99ff3c23af5a""}\n2025-07-29 10:04:36.770 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c6e93381-b8bc-4b15-9ced-7ebd283356fb] received connection request\n2025-07-29 10:04:36.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:04:36.818 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c6e93381-b8bc-4b15-9ced-7ebd283356fb] socks forwarding established\n2025-07-29 10:04:36.870 [info] [command][7345d605-3c53-4976-b5bd-99ff3c23af5a] Process exited with code 0\n2025-07-29 10:04:36.870 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c6e93381-b8bc-4b15-9ced-7ebd283356fb] socks connection closed\n2025-07-29 10:04:36.871 [info] [command][7345d605-3c53-4976-b5bd-99ff3c23af5a] Socket close event received\n2025-07-29 10:04:36.912 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53188 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:05:36.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:05:36.877 [info] [command][315f3142-f52b-46fb-b2c3-2cbcf48cf4dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""315f3142-f52b-46fb-b2c3-2cbcf48cf4dc""}\n2025-07-29 10:05:36.878 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][9eeaaafa-d0a4-41ed-b8b9-434dea9064d9] received connection request\n2025-07-29 10:05:36.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:05:36.925 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9eeaaafa-d0a4-41ed-b8b9-434dea9064d9] socks forwarding established\n2025-07-29 10:05:36.974 [info] [command][315f3142-f52b-46fb-b2c3-2cbcf48cf4dc] Process exited with code 0\n2025-07-29 10:05:36.974 [info] [command][315f3142-f52b-46fb-b2c3-2cbcf48cf4dc] Socket close event received\n2025-07-29 10:05:36.975 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9eeaaafa-d0a4-41ed-b8b9-434dea9064d9] socks connection closed\n2025-07-29 10:05:37.013 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53251 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:06:36.980 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:06:36.983 [info] [command][ad8d7e8b-cc9d-47da-a974-cf22c27ad712] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ad8d7e8b-cc9d-47da-a974-cf22c27ad712""}\n2025-07-29 10:06:36.983 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][43eb8f04-7f49-4ca6-ba9f-1101d268d002] received connection request\n2025-07-29 10:06:36.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:06:37.031 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][43eb8f04-7f49-4ca6-ba9f-1101d268d002] socks forwarding established\n2025-07-29 10:06:37.083 [info] [command][ad8d7e8b-cc9d-47da-a974-cf22c27ad712] Process exited with code 0\n2025-07-29 10:06:37.084 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][43eb8f04-7f49-4ca6-ba9f-1101d268d002] socks connection closed\n2025-07-29 10:06:37.084 [info] [command][ad8d7e8b-cc9d-47da-a974-cf22c27ad712] Socket close event received\n2025-07-29 10:06:37.130 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53283 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:07:37.086 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:07:37.088 [info] [command][041c100a-ff01-4daf-9333-44f52175051e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""041c100a-ff01-4daf-9333-44f52175051e""}\n2025-07-29 10:07:37.088 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a576a1af-9af7-4229-8aed-5ae9957aaf76] received connection request\n2025-07-29 10:07:37.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:07:37.186 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a576a1af-9af7-4229-8aed-5ae9957aaf76] socks forwarding established\n2025-07-29 10:07:37.228 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a576a1af-9af7-4229-8aed-5ae9957aaf76] socks connection closed\n2025-07-29 10:07:37.229 [info] [command][041c100a-ff01-4daf-9333-44f52175051e] Process exited with code 0\n2025-07-29 10:07:37.229 [info] [command][041c100a-ff01-4daf-9333-44f52175051e] Socket close event received\n2025-07-29 10:07:37.314 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53328 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:08:37.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:08:37.233 [info] [command][3e8e2e3d-33c1-4f0c-b11f-c0197c89b1f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3e8e2e3d-33c1-4f0c-b11f-c0197c89b1f8""}\n2025-07-29 10:08:37.234 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][275f38f3-8f6f-4f87-b44d-cf9673b354c1] received connection request\n2025-07-29 10:08:37.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:08:37.279 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][275f38f3-8f6f-4f87-b44d-cf9673b354c1] socks forwarding established\n2025-07-29 10:08:37.329 [info] [command][3e8e2e3d-33c1-4f0c-b11f-c0197c89b1f8] Process exited with code 0\n2025-07-29 10:08:37.330 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][275f38f3-8f6f-4f87-b44d-cf9673b354c1] socks connection closed\n2025-07-29 10:08:37.330 [info] [command][3e8e2e3d-33c1-4f0c-b11f-c0197c89b1f8] Socket close event received\n2025-07-29 10:08:37.368 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53358 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:09:37.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:09:37.337 [info] [command][d3729446-adf6-4c30-b8d8-bacde03fa560] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d3729446-adf6-4c30-b8d8-bacde03fa560""}\n2025-07-29 10:09:37.337 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][61350ac0-ad7f-4234-8aab-220b95f4dc84] received connection request\n2025-07-29 10:09:37.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 10:09:37.338 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:09:37.391 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][61350ac0-ad7f-4234-8aab-220b95f4dc84] socks forwarding established\n2025-07-29 10:09:37.452 [info] [command][d3729446-adf6-4c30-b8d8-bacde03fa560] Process exited with code 0\n2025-07-29 10:09:37.452 [info] [command][d3729446-adf6-4c30-b8d8-bacde03fa560] Socket close event received\n2025-07-29 10:09:37.453 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][61350ac0-ad7f-4234-8aab-220b95f4dc84] socks connection closed\n2025-07-29 10:09:37.491 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53408 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:10:37.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:10:37.457 [info] [command][c45b9821-57a4-4ba0-9350-4845715b6103] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c45b9821-57a4-4ba0-9350-4845715b6103""}\n2025-07-29 10:10:37.458 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f9ba7768-f279-4044-b7cb-9b35d3ea7058] received connection request\n2025-07-29 10:10:37.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:10:37.500 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f9ba7768-f279-4044-b7cb-9b35d3ea7058] socks forwarding established\n2025-07-29 10:10:37.548 [info] [command][c45b9821-57a4-4ba0-9350-4845715b6103] Process exited with code 0\n2025-07-29 10:10:37.548 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f9ba7768-f279-4044-b7cb-9b35d3ea7058] socks connection closed\n2025-07-29 10:10:37.548 [info] [command][c45b9821-57a4-4ba0-9350-4845715b6103] Socket close event received\n2025-07-29 10:10:37.590 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:11:37.553 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:11:37.556 [info] [command][55a017eb-c504-47a7-88d8-e7af6d697926] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""55a017eb-c504-47a7-88d8-e7af6d697926""}\n2025-07-29 10:11:37.557 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5fa722d2-aa8d-4255-8b2e-70bc58b86af9] received connection request\n2025-07-29 10:11:37.558 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:11:38.838 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5fa722d2-aa8d-4255-8b2e-70bc58b86af9] socks forwarding established\n2025-07-29 10:11:38.896 [info] [command][55a017eb-c504-47a7-88d8-e7af6d697926] Process exited with code 0\n2025-07-29 10:11:38.897 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5fa722d2-aa8d-4255-8b2e-70bc58b86af9] socks connection closed\n2025-07-29 10:11:38.897 [info] [command][55a017eb-c504-47a7-88d8-e7af6d697926] Socket close event received\n2025-07-29 10:11:38.938 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53479 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:12:38.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:12:38.903 [info] [command][2a378d24-609b-4908-8968-30bb90547d46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2a378d24-609b-4908-8968-30bb90547d46""}\n2025-07-29 10:12:38.904 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][01a19542-be34-4bb8-8543-651ca9cc73b6] received connection request\n2025-07-29 10:12:38.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:12:38.949 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][01a19542-be34-4bb8-8543-651ca9cc73b6] socks forwarding established\n2025-07-29 10:12:38.999 [info] [command][2a378d24-609b-4908-8968-30bb90547d46] Process exited with code 0\n2025-07-29 10:12:38.999 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][01a19542-be34-4bb8-8543-651ca9cc73b6] socks connection closed\n2025-07-29 10:12:39.000 [info] [command][2a378d24-609b-4908-8968-30bb90547d46] Socket close event received\n2025-07-29 10:12:39.041 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53542 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:13:39.003 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:13:39.007 [info] [command][83afb0a9-746e-400b-b8b4-d954f9a0d84f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""83afb0a9-746e-400b-b8b4-d954f9a0d84f""}\n2025-07-29 10:13:39.008 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][46fd7775-1fb7-4406-ba83-78834cb4e231] received connection request\n2025-07-29 10:13:39.009 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:13:39.051 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][46fd7775-1fb7-4406-ba83-78834cb4e231] socks forwarding established\n2025-07-29 10:13:39.096 [info] [command][83afb0a9-746e-400b-b8b4-d954f9a0d84f] Process exited with code 0\n2025-07-29 10:13:39.097 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][46fd7775-1fb7-4406-ba83-78834cb4e231] socks connection closed\n2025-07-29 10:13:39.097 [info] [command][83afb0a9-746e-400b-b8b4-d954f9a0d84f] Socket close event received\n2025-07-29 10:13:39.136 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53588 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:14:39.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:14:39.103 [info] [command][83f519fe-ab96-4456-b4ad-5379038a4fc4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""83f519fe-ab96-4456-b4ad-5379038a4fc4""}\n2025-07-29 10:14:39.103 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][885f0372-f066-43d9-b421-1a5433c90fa9] received connection request\n2025-07-29 10:14:39.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 10:14:39.103 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:14:39.179 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][885f0372-f066-43d9-b421-1a5433c90fa9] socks forwarding established\n2025-07-29 10:14:39.224 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][885f0372-f066-43d9-b421-1a5433c90fa9] socks connection closed\n2025-07-29 10:14:39.224 [info] [command][83f519fe-ab96-4456-b4ad-5379038a4fc4] Process exited with code 0\n2025-07-29 10:14:39.224 [info] [command][83f519fe-ab96-4456-b4ad-5379038a4fc4] Socket close event received\n2025-07-29 10:14:39.336 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53632 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:15:39.228 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:15:39.230 [info] [command][f7460ecc-6252-4aba-876e-eb5d90fb607f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f7460ecc-6252-4aba-876e-eb5d90fb607f""}\n2025-07-29 10:15:39.230 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][ccdcaea5-e9c2-40d4-92ba-d38d5211ea78] received connection request\n2025-07-29 10:15:39.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:15:39.286 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][ccdcaea5-e9c2-40d4-92ba-d38d5211ea78] socks forwarding established\n2025-07-29 10:15:39.331 [info] [command][f7460ecc-6252-4aba-876e-eb5d90fb607f] Process exited with code 0\n2025-07-29 10:15:39.331 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][ccdcaea5-e9c2-40d4-92ba-d38d5211ea78] socks connection closed\n2025-07-29 10:15:39.331 [info] [command][f7460ecc-6252-4aba-876e-eb5d90fb607f] Socket close event received\n2025-07-29 10:15:39.370 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53681 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:16:39.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:16:39.339 [info] [command][3f5b5ecb-0603-4c6e-94e6-1bccf1804e5c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3f5b5ecb-0603-4c6e-94e6-1bccf1804e5c""}\n2025-07-29 10:16:39.340 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][aee1d37f-afd0-4526-ba09-5bcd4f014b1e] received connection request\n2025-07-29 10:16:39.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:16:39.380 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][aee1d37f-afd0-4526-ba09-5bcd4f014b1e] socks forwarding established\n2025-07-29 10:16:39.424 [info] [command][3f5b5ecb-0603-4c6e-94e6-1bccf1804e5c] Process exited with code 0\n2025-07-29 10:16:39.425 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][aee1d37f-afd0-4526-ba09-5bcd4f014b1e] socks connection closed\n2025-07-29 10:16:39.425 [info] [command][3f5b5ecb-0603-4c6e-94e6-1bccf1804e5c] Socket close event received\n2025-07-29 10:16:39.532 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53721 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:17:39.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:17:39.426 [info] [command][9400b916-5c70-4131-b76b-1b61c2bbb765] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9400b916-5c70-4131-b76b-1b61c2bbb765""}\n2025-07-29 10:17:39.426 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c2ac3f1f-7e21-4253-89b5-fda6f79a9352] received connection request\n2025-07-29 10:17:39.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:17:39.470 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c2ac3f1f-7e21-4253-89b5-fda6f79a9352] socks forwarding established\n2025-07-29 10:17:39.518 [info] [command][9400b916-5c70-4131-b76b-1b61c2bbb765] Process exited with code 0\n2025-07-29 10:17:39.518 [info] [command][9400b916-5c70-4131-b76b-1b61c2bbb765] Socket close event received\n2025-07-29 10:17:39.522 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c2ac3f1f-7e21-4253-89b5-fda6f79a9352] socks connection closed\n2025-07-29 10:17:39.557 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53773 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:18:39.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:18:39.522 [info] [command][394f8a82-088a-4649-bff3-473a1b4d113f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""394f8a82-088a-4649-bff3-473a1b4d113f""}\n2025-07-29 10:18:39.523 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][3eac223c-d0c1-476f-ac41-e1ed6098f911] received connection request\n2025-07-29 10:18:39.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:18:39.564 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3eac223c-d0c1-476f-ac41-e1ed6098f911] socks forwarding established\n2025-07-29 10:18:39.609 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3eac223c-d0c1-476f-ac41-e1ed6098f911] socks connection closed\n2025-07-29 10:18:39.609 [info] [command][394f8a82-088a-4649-bff3-473a1b4d113f] Process exited with code 0\n2025-07-29 10:18:39.609 [info] [command][394f8a82-088a-4649-bff3-473a1b4d113f] Socket close event received\n2025-07-29 10:18:39.651 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53800 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:19:39.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:19:39.616 [info] [command][65dbdfe6-8012-4160-8b83-28096288a327] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""65dbdfe6-8012-4160-8b83-28096288a327""}\n2025-07-29 10:19:39.618 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f5cf1a62-af0e-4115-8c0b-94a3b70a4eba] received connection request\n2025-07-29 10:19:39.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:19:40.139 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f5cf1a62-af0e-4115-8c0b-94a3b70a4eba] socks forwarding established\n2025-07-29 10:19:40.188 [info] [command][65dbdfe6-8012-4160-8b83-28096288a327] Process exited with code 0\n2025-07-29 10:19:40.188 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f5cf1a62-af0e-4115-8c0b-94a3b70a4eba] socks connection closed\n2025-07-29 10:19:40.188 [info] [command][65dbdfe6-8012-4160-8b83-28096288a327] Socket close event received\n2025-07-29 10:19:40.231 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53846 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:20:40.193 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:20:40.196 [info] [command][9a2eb1b3-3adc-4ba5-ad2c-73394dac3a13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9a2eb1b3-3adc-4ba5-ad2c-73394dac3a13""}\n2025-07-29 10:20:40.197 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][01b137f0-541c-4cf1-952e-78611b1c88cd] received connection request\n2025-07-29 10:20:40.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:20:40.272 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][01b137f0-541c-4cf1-952e-78611b1c88cd] socks forwarding established\n2025-07-29 10:20:40.334 [info] [command][9a2eb1b3-3adc-4ba5-ad2c-73394dac3a13] Process exited with code 0\n2025-07-29 10:20:40.335 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][01b137f0-541c-4cf1-952e-78611b1c88cd] socks connection closed\n2025-07-29 10:20:40.335 [info] [command][9a2eb1b3-3adc-4ba5-ad2c-73394dac3a13] Socket close event received\n2025-07-29 10:20:40.375 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53898 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:21:40.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:21:40.340 [info] [command][a3dbce5b-3f73-4137-b52a-9e3db8cfce53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a3dbce5b-3f73-4137-b52a-9e3db8cfce53""}\n2025-07-29 10:21:40.340 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c2a0e864-aa3c-42fa-9eb1-0c0fc274bb77] received connection request\n2025-07-29 10:21:40.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:21:40.380 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c2a0e864-aa3c-42fa-9eb1-0c0fc274bb77] socks forwarding established\n2025-07-29 10:21:40.427 [info] [command][a3dbce5b-3f73-4137-b52a-9e3db8cfce53] Process exited with code 0\n2025-07-29 10:21:40.427 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c2a0e864-aa3c-42fa-9eb1-0c0fc274bb77] socks connection closed\n2025-07-29 10:21:40.427 [info] [command][a3dbce5b-3f73-4137-b52a-9e3db8cfce53] Socket close event received\n2025-07-29 10:21:40.534 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53920 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:22:40.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:22:40.435 [info] [command][24e38ec9-8d2d-42bf-be78-fdf9ff13fed3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""24e38ec9-8d2d-42bf-be78-fdf9ff13fed3""}\n2025-07-29 10:22:40.436 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][26dd4b18-e47c-461e-9582-0cde60c50233] received connection request\n2025-07-29 10:22:40.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:22:40.480 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][26dd4b18-e47c-461e-9582-0cde60c50233] socks forwarding established\n2025-07-29 10:22:40.524 [info] [command][24e38ec9-8d2d-42bf-be78-fdf9ff13fed3] Process exited with code 0\n2025-07-29 10:22:40.525 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][26dd4b18-e47c-461e-9582-0cde60c50233] socks connection closed\n2025-07-29 10:22:40.525 [info] [command][24e38ec9-8d2d-42bf-be78-fdf9ff13fed3] Socket close event received\n2025-07-29 10:22:40.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 53984 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:23:40.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:23:40.532 [info] [command][79ddd9a1-8879-4e31-9e3a-224d8d55c31c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""79ddd9a1-8879-4e31-9e3a-224d8d55c31c""}\n2025-07-29 10:23:40.532 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f9abd102-8673-4bb4-81b3-3e2ab256e080] received connection request\n2025-07-29 10:23:40.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:23:40.574 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f9abd102-8673-4bb4-81b3-3e2ab256e080] socks forwarding established\n2025-07-29 10:23:40.619 [info] [command][79ddd9a1-8879-4e31-9e3a-224d8d55c31c] Process exited with code 0\n2025-07-29 10:23:40.619 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f9abd102-8673-4bb4-81b3-3e2ab256e080] socks connection closed\n2025-07-29 10:23:40.619 [info] [command][79ddd9a1-8879-4e31-9e3a-224d8d55c31c] Socket close event received\n2025-07-29 10:23:40.658 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54003 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:24:40.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:24:40.625 [info] [command][d2cef275-0b01-4bb7-be24-cc042c817544] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d2cef275-0b01-4bb7-be24-cc042c817544""}\n2025-07-29 10:24:40.626 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e8f4e42a-2305-4c5c-bb44-a4fa3d184896] received connection request\n2025-07-29 10:24:40.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:24:40.668 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e8f4e42a-2305-4c5c-bb44-a4fa3d184896] socks forwarding established\n2025-07-29 10:24:40.713 [info] [command][d2cef275-0b01-4bb7-be24-cc042c817544] Process exited with code 0\n2025-07-29 10:24:40.713 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e8f4e42a-2305-4c5c-bb44-a4fa3d184896] socks connection closed\n2025-07-29 10:24:40.713 [info] [command][d2cef275-0b01-4bb7-be24-cc042c817544] Socket close event received\n2025-07-29 10:24:40.756 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54043 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:25:40.715 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:25:40.718 [info] [command][45df8d84-4a19-4779-ba99-3e3fe3c88328] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""45df8d84-4a19-4779-ba99-3e3fe3c88328""}\n2025-07-29 10:25:40.719 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][aab0cfb5-0c99-444d-b8a2-0c0ff418d646] received connection request\n2025-07-29 10:25:40.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:25:40.780 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][aab0cfb5-0c99-444d-b8a2-0c0ff418d646] socks forwarding established\n2025-07-29 10:25:40.824 [info] [command][45df8d84-4a19-4779-ba99-3e3fe3c88328] Process exited with code 0\n2025-07-29 10:25:40.825 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][aab0cfb5-0c99-444d-b8a2-0c0ff418d646] socks connection closed\n2025-07-29 10:25:40.825 [info] [command][45df8d84-4a19-4779-ba99-3e3fe3c88328] Socket close event received\n2025-07-29 10:25:40.880 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54077 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:26:40.830 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:26:40.833 [info] [command][21699d32-72c0-4a54-aab1-6d8394757881] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""21699d32-72c0-4a54-aab1-6d8394757881""}\n2025-07-29 10:26:40.833 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][1a1ec06f-de87-4825-94af-529b1816f5c8] received connection request\n2025-07-29 10:26:40.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:26:40.890 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1a1ec06f-de87-4825-94af-529b1816f5c8] socks forwarding established\n2025-07-29 10:26:40.934 [info] [command][21699d32-72c0-4a54-aab1-6d8394757881] Process exited with code 0\n2025-07-29 10:26:40.935 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1a1ec06f-de87-4825-94af-529b1816f5c8] socks connection closed\n2025-07-29 10:26:40.935 [info] [command][21699d32-72c0-4a54-aab1-6d8394757881] Socket close event received\n2025-07-29 10:26:40.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54098 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:27:40.939 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:27:40.942 [info] [command][bee3550d-a718-417a-bac1-ab69826af587] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bee3550d-a718-417a-bac1-ab69826af587""}\n2025-07-29 10:27:40.943 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c7d3f0dd-b438-455d-85ea-ca945e510b52] received connection request\n2025-07-29 10:27:40.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:27:40.988 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c7d3f0dd-b438-455d-85ea-ca945e510b52] socks forwarding established\n2025-07-29 10:27:41.034 [info] [command][bee3550d-a718-417a-bac1-ab69826af587] Process exited with code 0\n2025-07-29 10:27:41.034 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c7d3f0dd-b438-455d-85ea-ca945e510b52] socks connection closed\n2025-07-29 10:27:41.034 [info] [command][bee3550d-a718-417a-bac1-ab69826af587] Socket close event received\n2025-07-29 10:27:41.077 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54132 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:28:41.040 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:28:41.043 [info] [command][108b9b37-6f90-44ed-8777-6b14cf1a9040] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""108b9b37-6f90-44ed-8777-6b14cf1a9040""}\n2025-07-29 10:28:41.044 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4a962639-9318-4285-ac2b-5d730d7ce44f] received connection request\n2025-07-29 10:28:41.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:28:41.093 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4a962639-9318-4285-ac2b-5d730d7ce44f] socks forwarding established\n2025-07-29 10:28:41.138 [info] [command][108b9b37-6f90-44ed-8777-6b14cf1a9040] Process exited with code 0\n2025-07-29 10:28:41.139 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4a962639-9318-4285-ac2b-5d730d7ce44f] socks connection closed\n2025-07-29 10:28:41.139 [info] [command][108b9b37-6f90-44ed-8777-6b14cf1a9040] Socket close event received\n2025-07-29 10:28:41.183 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54157 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:29:41.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:29:41.147 [info] [command][83878b91-2677-4237-a1c0-ffc33bf678aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""83878b91-2677-4237-a1c0-ffc33bf678aa""}\n2025-07-29 10:29:41.148 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][b6a6d3a8-c848-4bfd-9e55-f5e13f00b63b] received connection request\n2025-07-29 10:29:41.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:29:41.188 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b6a6d3a8-c848-4bfd-9e55-f5e13f00b63b] socks forwarding established\n2025-07-29 10:29:41.251 [info] [command][83878b91-2677-4237-a1c0-ffc33bf678aa] Process exited with code 0\n2025-07-29 10:29:41.251 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b6a6d3a8-c848-4bfd-9e55-f5e13f00b63b] socks connection closed\n2025-07-29 10:29:41.252 [info] [command][83878b91-2677-4237-a1c0-ffc33bf678aa] Socket close event received\n2025-07-29 10:29:41.291 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54189 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:30:41.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:30:41.259 [info] [command][ecffea75-d759-440c-814e-1ea06d93a481] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ecffea75-d759-440c-814e-1ea06d93a481""}\n2025-07-29 10:30:41.260 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][b6ae33ef-7d24-4351-a963-44ecaef6c8b8] received connection request\n2025-07-29 10:30:41.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:30:41.303 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b6ae33ef-7d24-4351-a963-44ecaef6c8b8] socks forwarding established\n2025-07-29 10:30:41.348 [info] [command][ecffea75-d759-440c-814e-1ea06d93a481] Process exited with code 0\n2025-07-29 10:30:41.348 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b6ae33ef-7d24-4351-a963-44ecaef6c8b8] socks connection closed\n2025-07-29 10:30:41.349 [info] [command][ecffea75-d759-440c-814e-1ea06d93a481] Socket close event received\n2025-07-29 10:30:41.387 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54231 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:31:41.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:31:41.352 [info] [command][d6be1bf5-ef26-4fdd-865d-a7b40232983c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d6be1bf5-ef26-4fdd-865d-a7b40232983c""}\n2025-07-29 10:31:41.352 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fdd9d852-f778-4436-82a5-3a16e5fdf578] received connection request\n2025-07-29 10:31:41.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:31:41.397 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fdd9d852-f778-4436-82a5-3a16e5fdf578] socks forwarding established\n2025-07-29 10:31:41.504 [info] [command][d6be1bf5-ef26-4fdd-865d-a7b40232983c] Process exited with code 0\n2025-07-29 10:31:41.505 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fdd9d852-f778-4436-82a5-3a16e5fdf578] socks connection closed\n2025-07-29 10:31:41.505 [info] [command][d6be1bf5-ef26-4fdd-865d-a7b40232983c] Socket close event received\n2025-07-29 10:31:41.547 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54252 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:32:41.510 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:32:41.513 [info] [command][f879542a-2d18-4d26-adcf-618091dfc3e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f879542a-2d18-4d26-adcf-618091dfc3e3""}\n2025-07-29 10:32:41.514 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][157e5225-dcbc-4fc5-8a95-66751d036bf9] received connection request\n2025-07-29 10:32:41.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:32:41.561 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][157e5225-dcbc-4fc5-8a95-66751d036bf9] socks forwarding established\n2025-07-29 10:32:41.604 [info] [command][f879542a-2d18-4d26-adcf-618091dfc3e3] Process exited with code 0\n2025-07-29 10:32:41.604 [info] [command][f879542a-2d18-4d26-adcf-618091dfc3e3] Socket close event received\n2025-07-29 10:32:41.607 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][157e5225-dcbc-4fc5-8a95-66751d036bf9] socks connection closed\n2025-07-29 10:32:41.645 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54286 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:33:41.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:33:41.612 [info] [command][ea3da067-e001-40ec-b01f-973f745c46ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ea3da067-e001-40ec-b01f-973f745c46ed""}\n2025-07-29 10:33:41.613 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][40cf9d52-161a-4326-a426-17ad7b8ca5ef] received connection request\n2025-07-29 10:33:41.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:33:41.655 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][40cf9d52-161a-4326-a426-17ad7b8ca5ef] socks forwarding established\n2025-07-29 10:33:41.699 [info] [command][ea3da067-e001-40ec-b01f-973f745c46ed] Process exited with code 0\n2025-07-29 10:33:41.700 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][40cf9d52-161a-4326-a426-17ad7b8ca5ef] socks connection closed\n2025-07-29 10:33:41.700 [info] [command][ea3da067-e001-40ec-b01f-973f745c46ed] Socket close event received\n2025-07-29 10:33:41.739 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54310 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:34:41.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:34:41.706 [info] [command][908aca36-a58a-4c24-a4bc-a6915c7d32fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""908aca36-a58a-4c24-a4bc-a6915c7d32fb""}\n2025-07-29 10:34:41.707 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][3dfd7d99-dcd2-49b4-84d9-6b3e94ffa1f4] received connection request\n2025-07-29 10:34:41.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:34:41.761 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3dfd7d99-dcd2-49b4-84d9-6b3e94ffa1f4] socks forwarding established\n2025-07-29 10:34:41.810 [info] [command][908aca36-a58a-4c24-a4bc-a6915c7d32fb] Process exited with code 0\n2025-07-29 10:34:41.811 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][3dfd7d99-dcd2-49b4-84d9-6b3e94ffa1f4] socks connection closed\n2025-07-29 10:34:41.811 [info] [command][908aca36-a58a-4c24-a4bc-a6915c7d32fb] Socket close event received\n2025-07-29 10:34:42.172 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54342 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:35:41.811 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:35:41.814 [info] [command][9a1ae030-fcff-4a8e-97ce-1ee1b4e05541] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""9a1ae030-fcff-4a8e-97ce-1ee1b4e05541""}\n2025-07-29 10:35:41.815 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a3d12a86-2d25-4cd9-b151-1fbab2bde578] received connection request\n2025-07-29 10:35:41.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:35:41.856 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a3d12a86-2d25-4cd9-b151-1fbab2bde578] socks forwarding established\n2025-07-29 10:35:41.901 [info] [command][9a1ae030-fcff-4a8e-97ce-1ee1b4e05541] Process exited with code 0\n2025-07-29 10:35:41.902 [info] [command][9a1ae030-fcff-4a8e-97ce-1ee1b4e05541] Socket close event received\n2025-07-29 10:35:41.902 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a3d12a86-2d25-4cd9-b151-1fbab2bde578] socks connection closed\n2025-07-29 10:35:41.942 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54374 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:36:41.908 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:36:41.910 [info] [command][8dd3ab6d-934a-42ed-b4aa-f711e9c52468] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8dd3ab6d-934a-42ed-b4aa-f711e9c52468""}\n2025-07-29 10:36:41.911 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][aa999418-1c49-443e-9b93-ff0f1ec9df16] received connection request\n2025-07-29 10:36:41.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:36:41.955 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][aa999418-1c49-443e-9b93-ff0f1ec9df16] socks forwarding established\n2025-07-29 10:36:42.002 [info] [command][8dd3ab6d-934a-42ed-b4aa-f711e9c52468] Process exited with code 0\n2025-07-29 10:36:42.003 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][aa999418-1c49-443e-9b93-ff0f1ec9df16] socks connection closed\n2025-07-29 10:36:42.003 [info] [command][8dd3ab6d-934a-42ed-b4aa-f711e9c52468] Socket close event received\n2025-07-29 10:36:42.043 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54400 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:37:42.008 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:37:42.010 [info] [command][753e5802-889d-4dbe-962b-bd3a87fbc6f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""753e5802-889d-4dbe-962b-bd3a87fbc6f0""}\n2025-07-29 10:37:42.011 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][859992e1-5feb-4f23-b6ad-de82ccd27b03] received connection request\n2025-07-29 10:37:42.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:37:42.096 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][859992e1-5feb-4f23-b6ad-de82ccd27b03] socks forwarding established\n2025-07-29 10:37:42.148 [info] [command][753e5802-889d-4dbe-962b-bd3a87fbc6f0] Process exited with code 0\n2025-07-29 10:37:42.148 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][859992e1-5feb-4f23-b6ad-de82ccd27b03] socks connection closed\n2025-07-29 10:37:42.149 [info] [command][753e5802-889d-4dbe-962b-bd3a87fbc6f0] Socket close event received\n2025-07-29 10:37:42.201 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54435 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:38:42.154 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:38:42.157 [info] [command][69870a27-1f4f-498e-b360-bb5edb653c74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""69870a27-1f4f-498e-b360-bb5edb653c74""}\n2025-07-29 10:38:42.158 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][8281f1a2-9515-47fb-8503-8c2fd544636b] received connection request\n2025-07-29 10:38:42.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:38:42.203 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8281f1a2-9515-47fb-8503-8c2fd544636b] socks forwarding established\n2025-07-29 10:38:42.248 [info] [command][69870a27-1f4f-498e-b360-bb5edb653c74] Process exited with code 0\n2025-07-29 10:38:42.248 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8281f1a2-9515-47fb-8503-8c2fd544636b] socks connection closed\n2025-07-29 10:38:42.248 [info] [command][69870a27-1f4f-498e-b360-bb5edb653c74] Socket close event received\n2025-07-29 10:38:42.287 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54454 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:39:42.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:39:42.253 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0e92a774-7096-4b58-bd76-7340d2356c66] received connection request\n2025-07-29 10:39:42.254 [info] [command][8de0178d-1bb4-43a3-9b43-067666ed5fe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""8de0178d-1bb4-43a3-9b43-067666ed5fe5""}\n2025-07-29 10:39:42.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:39:42.295 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0e92a774-7096-4b58-bd76-7340d2356c66] socks forwarding established\n2025-07-29 10:39:42.339 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0e92a774-7096-4b58-bd76-7340d2356c66] socks connection closed\n2025-07-29 10:39:42.340 [info] [command][8de0178d-1bb4-43a3-9b43-067666ed5fe5] Process exited with code 0\n2025-07-29 10:39:42.340 [info] [command][8de0178d-1bb4-43a3-9b43-067666ed5fe5] Socket close event received\n2025-07-29 10:39:42.463 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54494 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:40:42.343 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:40:42.345 [info] [command][5da1a97f-5b2f-47c5-9e94-cc1ba9e04621] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5da1a97f-5b2f-47c5-9e94-cc1ba9e04621""}\n2025-07-29 10:40:42.345 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4091634e-f924-4ab2-9880-ac115827f460] received connection request\n2025-07-29 10:40:42.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:40:42.385 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4091634e-f924-4ab2-9880-ac115827f460] socks forwarding established\n2025-07-29 10:40:42.467 [info] [command][5da1a97f-5b2f-47c5-9e94-cc1ba9e04621] Process exited with code 0\n2025-07-29 10:40:42.467 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4091634e-f924-4ab2-9880-ac115827f460] socks connection closed\n2025-07-29 10:40:42.467 [info] [command][5da1a97f-5b2f-47c5-9e94-cc1ba9e04621] Socket close event received\n2025-07-29 10:40:42.508 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54532 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:41:42.468 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:41:42.471 [info] [command][053cfb08-1e59-4630-aac1-09baeca4db2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""053cfb08-1e59-4630-aac1-09baeca4db2a""}\n2025-07-29 10:41:42.471 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][62cfd16f-6b3a-4bf2-8a6c-83fd404cdc69] received connection request\n2025-07-29 10:41:42.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:41:42.513 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][62cfd16f-6b3a-4bf2-8a6c-83fd404cdc69] socks forwarding established\n2025-07-29 10:41:42.558 [info] [command][053cfb08-1e59-4630-aac1-09baeca4db2a] Process exited with code 0\n2025-07-29 10:41:42.558 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][62cfd16f-6b3a-4bf2-8a6c-83fd404cdc69] socks connection closed\n2025-07-29 10:41:42.558 [info] [command][053cfb08-1e59-4630-aac1-09baeca4db2a] Socket close event received\n2025-07-29 10:41:42.598 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54552 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:42:42.562 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:42:42.565 [info] [command][67d644a6-5d8a-4929-acec-8a6b224cf0ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""67d644a6-5d8a-4929-acec-8a6b224cf0ae""}\n2025-07-29 10:42:42.566 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][ba11ebce-2069-417a-a933-09b54cc73091] received connection request\n2025-07-29 10:42:42.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:42:42.610 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][ba11ebce-2069-417a-a933-09b54cc73091] socks forwarding established\n2025-07-29 10:42:42.653 [info] [command][67d644a6-5d8a-4929-acec-8a6b224cf0ae] Process exited with code 0\n2025-07-29 10:42:42.653 [info] [command][67d644a6-5d8a-4929-acec-8a6b224cf0ae] Socket close event received\n2025-07-29 10:42:42.655 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][ba11ebce-2069-417a-a933-09b54cc73091] socks connection closed\n2025-07-29 10:42:42.774 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54588 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:43:42.660 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:43:42.662 [info] [command][ee037cc5-3cf0-4333-bdba-7b072b0556c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ee037cc5-3cf0-4333-bdba-7b072b0556c2""}\n2025-07-29 10:43:42.663 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][8c6fbb2f-337c-4ed0-a79d-4895e7d403a9] received connection request\n2025-07-29 10:43:42.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:43:42.706 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8c6fbb2f-337c-4ed0-a79d-4895e7d403a9] socks forwarding established\n2025-07-29 10:43:42.753 [info] [command][ee037cc5-3cf0-4333-bdba-7b072b0556c2] Process exited with code 0\n2025-07-29 10:43:42.754 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8c6fbb2f-337c-4ed0-a79d-4895e7d403a9] socks connection closed\n2025-07-29 10:43:42.754 [info] [command][ee037cc5-3cf0-4333-bdba-7b072b0556c2] Socket close event received\n2025-07-29 10:43:42.794 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54609 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:44:42.759 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:44:42.762 [info] [command][d70ebdae-b7bb-4a0d-b889-de0e428183ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d70ebdae-b7bb-4a0d-b889-de0e428183ee""}\n2025-07-29 10:44:42.762 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a7ff0f78-3039-4e1f-b6a3-36d0d16fb9ec] received connection request\n2025-07-29 10:44:42.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:44:42.802 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a7ff0f78-3039-4e1f-b6a3-36d0d16fb9ec] socks forwarding established\n2025-07-29 10:44:42.845 [info] [command][d70ebdae-b7bb-4a0d-b889-de0e428183ee] Process exited with code 0\n2025-07-29 10:44:42.846 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a7ff0f78-3039-4e1f-b6a3-36d0d16fb9ec] socks connection closed\n2025-07-29 10:44:42.846 [info] [command][d70ebdae-b7bb-4a0d-b889-de0e428183ee] Socket close event received\n2025-07-29 10:44:42.886 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54645 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:45:42.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:45:42.854 [info] [command][d27b8fdd-969e-4ace-95cc-970c0801f35f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d27b8fdd-969e-4ace-95cc-970c0801f35f""}\n2025-07-29 10:45:42.855 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a0f85e77-6692-47bd-b241-fdd6c9b0ea0e] received connection request\n2025-07-29 10:45:42.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:45:42.897 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a0f85e77-6692-47bd-b241-fdd6c9b0ea0e] socks forwarding established\n2025-07-29 10:45:43.012 [info] [command][d27b8fdd-969e-4ace-95cc-970c0801f35f] Process exited with code 0\n2025-07-29 10:45:43.013 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a0f85e77-6692-47bd-b241-fdd6c9b0ea0e] socks connection closed\n2025-07-29 10:45:43.013 [info] [command][d27b8fdd-969e-4ace-95cc-970c0801f35f] Socket close event received\n2025-07-29 10:45:43.055 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54692 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:46:43.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:46:43.021 [info] [command][2e3721af-5bbf-416c-b559-8313e8033537] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2e3721af-5bbf-416c-b559-8313e8033537""}\n2025-07-29 10:46:43.021 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f4a2c362-667b-44bc-ad28-0e3c76f2e2c4] received connection request\n2025-07-29 10:46:43.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:46:43.064 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f4a2c362-667b-44bc-ad28-0e3c76f2e2c4] socks forwarding established\n2025-07-29 10:46:43.109 [info] [command][2e3721af-5bbf-416c-b559-8313e8033537] Process exited with code 0\n2025-07-29 10:46:43.109 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f4a2c362-667b-44bc-ad28-0e3c76f2e2c4] socks connection closed\n2025-07-29 10:46:43.109 [info] [command][2e3721af-5bbf-416c-b559-8313e8033537] Socket close event received\n2025-07-29 10:46:43.148 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54712 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:47:43.111 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:47:43.115 [info] [command][b3d1f316-b750-4f08-b725-869cbe58340c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b3d1f316-b750-4f08-b725-869cbe58340c""}\n2025-07-29 10:47:43.116 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][eb271c8c-b2bf-47be-a906-e817d96a785b] received connection request\n2025-07-29 10:47:43.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:47:43.160 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][eb271c8c-b2bf-47be-a906-e817d96a785b] socks forwarding established\n2025-07-29 10:47:43.206 [info] [command][b3d1f316-b750-4f08-b725-869cbe58340c] Process exited with code 0\n2025-07-29 10:47:43.206 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][eb271c8c-b2bf-47be-a906-e817d96a785b] socks connection closed\n2025-07-29 10:47:43.206 [info] [command][b3d1f316-b750-4f08-b725-869cbe58340c] Socket close event received\n2025-07-29 10:47:43.246 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54748 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:48:43.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:48:43.211 [info] [command][5c568dd8-313b-4ced-9d05-6a4bf79f354e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""5c568dd8-313b-4ced-9d05-6a4bf79f354e""}\n2025-07-29 10:48:43.212 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][27cb00aa-ddd2-4b58-9bc6-abc9ea15622f] received connection request\n2025-07-29 10:48:43.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:48:43.254 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][27cb00aa-ddd2-4b58-9bc6-abc9ea15622f] socks forwarding established\n2025-07-29 10:48:43.299 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][27cb00aa-ddd2-4b58-9bc6-abc9ea15622f] socks connection closed\n2025-07-29 10:48:43.300 [info] [command][5c568dd8-313b-4ced-9d05-6a4bf79f354e] Process exited with code 0\n2025-07-29 10:48:43.300 [info] [command][5c568dd8-313b-4ced-9d05-6a4bf79f354e] Socket close event received\n2025-07-29 10:48:43.342 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54772 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:49:43.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:49:43.308 [info] [command][29dddce2-4b4d-403b-8281-d34da4b2c995] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""29dddce2-4b4d-403b-8281-d34da4b2c995""}\n2025-07-29 10:49:43.309 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][24817af2-a909-4d6d-85e4-604f08ce43a8] received connection request\n2025-07-29 10:49:43.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:49:43.353 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][24817af2-a909-4d6d-85e4-604f08ce43a8] socks forwarding established\n2025-07-29 10:49:43.398 [info] [command][29dddce2-4b4d-403b-8281-d34da4b2c995] Process exited with code 0\n2025-07-29 10:49:43.399 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][24817af2-a909-4d6d-85e4-604f08ce43a8] socks connection closed\n2025-07-29 10:49:43.404 [info] [command][29dddce2-4b4d-403b-8281-d34da4b2c995] Socket close event received\n2025-07-29 10:49:43.438 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54805 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:50:43.402 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:50:43.405 [info] [command][fe93c2d9-38cc-4bcd-8d0d-17e91b8c66a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""fe93c2d9-38cc-4bcd-8d0d-17e91b8c66a3""}\n2025-07-29 10:50:43.406 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][26f71e27-6a6b-46ae-a02d-6ee8d4cfa30b] received connection request\n2025-07-29 10:50:43.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:50:43.446 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][26f71e27-6a6b-46ae-a02d-6ee8d4cfa30b] socks forwarding established\n2025-07-29 10:50:43.493 [info] [command][fe93c2d9-38cc-4bcd-8d0d-17e91b8c66a3] Process exited with code 0\n2025-07-29 10:50:43.494 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][26f71e27-6a6b-46ae-a02d-6ee8d4cfa30b] socks connection closed\n2025-07-29 10:50:43.494 [info] [command][fe93c2d9-38cc-4bcd-8d0d-17e91b8c66a3] Socket close event received\n2025-07-29 10:50:43.533 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54838 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:51:43.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:51:43.501 [info] [command][a64bcf9e-8796-42d0-aef5-a79d8b95e5bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""a64bcf9e-8796-42d0-aef5-a79d8b95e5bc""}\n2025-07-29 10:51:43.501 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][726b10bd-acf2-49b2-affb-5bc6ad064abe] received connection request\n2025-07-29 10:51:43.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:51:43.597 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][726b10bd-acf2-49b2-affb-5bc6ad064abe] socks forwarding established\n2025-07-29 10:51:43.643 [info] [command][a64bcf9e-8796-42d0-aef5-a79d8b95e5bc] Process exited with code 0\n2025-07-29 10:51:43.643 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][726b10bd-acf2-49b2-affb-5bc6ad064abe] socks connection closed\n2025-07-29 10:51:43.643 [info] [command][a64bcf9e-8796-42d0-aef5-a79d8b95e5bc] Socket close event received\n2025-07-29 10:51:43.684 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54875 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:52:43.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:52:43.654 [info] [command][80d51e7a-435c-4149-939f-2dff7dfe2e3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""80d51e7a-435c-4149-939f-2dff7dfe2e3b""}\n2025-07-29 10:52:43.655 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][76c8ad8f-74a8-4bc7-bcae-abf10c283996] received connection request\n2025-07-29 10:52:43.655 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:52:43.702 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][76c8ad8f-74a8-4bc7-bcae-abf10c283996] socks forwarding established\n2025-07-29 10:52:43.748 [info] [command][80d51e7a-435c-4149-939f-2dff7dfe2e3b] Process exited with code 0\n2025-07-29 10:52:43.749 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][76c8ad8f-74a8-4bc7-bcae-abf10c283996] socks connection closed\n2025-07-29 10:52:43.749 [info] [command][80d51e7a-435c-4149-939f-2dff7dfe2e3b] Socket close event received\n2025-07-29 10:52:43.791 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54910 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:53:43.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:53:43.754 [info] [command][298e14ff-7db3-4503-b01d-c7d5257f15b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""298e14ff-7db3-4503-b01d-c7d5257f15b5""}\n2025-07-29 10:53:43.754 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][719f5ea0-587f-4556-a462-ebb93db1a52e] received connection request\n2025-07-29 10:53:43.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:53:43.798 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][719f5ea0-587f-4556-a462-ebb93db1a52e] socks forwarding established\n2025-07-29 10:53:43.844 [info] [command][298e14ff-7db3-4503-b01d-c7d5257f15b5] Process exited with code 0\n2025-07-29 10:53:43.844 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][719f5ea0-587f-4556-a462-ebb93db1a52e] socks connection closed\n2025-07-29 10:53:43.844 [info] [command][298e14ff-7db3-4503-b01d-c7d5257f15b5] Socket close event received\n2025-07-29 10:53:43.888 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54930 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:54:43.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:54:43.848 [info] [command][c9642947-677c-46ef-b82f-bebb487228ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c9642947-677c-46ef-b82f-bebb487228ea""}\n2025-07-29 10:54:43.849 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a09478b6-50d7-4f75-8133-0032214a4061] received connection request\n2025-07-29 10:54:43.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:54:43.890 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a09478b6-50d7-4f75-8133-0032214a4061] socks forwarding established\n2025-07-29 10:54:43.937 [info] [command][c9642947-677c-46ef-b82f-bebb487228ea] Process exited with code 0\n2025-07-29 10:54:43.937 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a09478b6-50d7-4f75-8133-0032214a4061] socks connection closed\n2025-07-29 10:54:43.937 [info] [command][c9642947-677c-46ef-b82f-bebb487228ea] Socket close event received\n2025-07-29 10:54:43.977 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 54966 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:55:43.940 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:55:43.942 [info] [command][b55f9f24-77c3-481f-98f0-b8c9a977961a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b55f9f24-77c3-481f-98f0-b8c9a977961a""}\n2025-07-29 10:55:43.943 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][2e41a718-0dd6-438e-a7fd-05776eeb8d0c] received connection request\n2025-07-29 10:55:43.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:55:43.989 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][2e41a718-0dd6-438e-a7fd-05776eeb8d0c] socks forwarding established\n2025-07-29 10:55:44.031 [info] [command][b55f9f24-77c3-481f-98f0-b8c9a977961a] Process exited with code 0\n2025-07-29 10:55:44.032 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][2e41a718-0dd6-438e-a7fd-05776eeb8d0c] socks connection closed\n2025-07-29 10:55:44.032 [info] [command][b55f9f24-77c3-481f-98f0-b8c9a977961a] Socket close event received\n2025-07-29 10:55:44.072 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55001 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:56:44.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:56:44.038 [info] [command][424a3e0d-278e-4f66-ba57-6927e2040bf1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""424a3e0d-278e-4f66-ba57-6927e2040bf1""}\n2025-07-29 10:56:44.039 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][37380f2b-f5e4-4bc7-ad1c-e2b6b6b4d08c] received connection request\n2025-07-29 10:56:44.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:56:44.237 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][37380f2b-f5e4-4bc7-ad1c-e2b6b6b4d08c] socks forwarding established\n2025-07-29 10:56:44.283 [info] [command][424a3e0d-278e-4f66-ba57-6927e2040bf1] Process exited with code 0\n2025-07-29 10:56:44.284 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][37380f2b-f5e4-4bc7-ad1c-e2b6b6b4d08c] socks connection closed\n2025-07-29 10:56:44.284 [info] [command][424a3e0d-278e-4f66-ba57-6927e2040bf1] Socket close event received\n2025-07-29 10:56:44.323 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55023 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:57:44.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:57:44.293 [info] [command][12436323-df37-4e6c-8136-702fe073394a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""12436323-df37-4e6c-8136-702fe073394a""}\n2025-07-29 10:57:44.294 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c7894ffb-b2f0-45d5-828a-070e13ca5e4a] received connection request\n2025-07-29 10:57:44.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:57:44.338 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c7894ffb-b2f0-45d5-828a-070e13ca5e4a] socks forwarding established\n2025-07-29 10:57:44.385 [info] [command][12436323-df37-4e6c-8136-702fe073394a] Process exited with code 0\n2025-07-29 10:57:44.386 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c7894ffb-b2f0-45d5-828a-070e13ca5e4a] socks connection closed\n2025-07-29 10:57:44.386 [info] [command][12436323-df37-4e6c-8136-702fe073394a] Socket close event received\n2025-07-29 10:57:44.427 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55073 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:58:44.391 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:58:44.394 [info] [command][43dcc7b3-b6ab-4828-b893-8488c396bb98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""43dcc7b3-b6ab-4828-b893-8488c396bb98""}\n2025-07-29 10:58:44.394 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f73314d5-8eda-4648-95b5-8290e028a22a] received connection request\n2025-07-29 10:58:44.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:58:44.436 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f73314d5-8eda-4648-95b5-8290e028a22a] socks forwarding established\n2025-07-29 10:58:44.481 [info] [command][43dcc7b3-b6ab-4828-b893-8488c396bb98] Process exited with code 0\n2025-07-29 10:58:44.481 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f73314d5-8eda-4648-95b5-8290e028a22a] socks connection closed\n2025-07-29 10:58:44.481 [info] [command][43dcc7b3-b6ab-4828-b893-8488c396bb98] Socket close event received\n2025-07-29 10:58:44.521 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55096 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 10:59:44.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 10:59:44.489 [info] [command][0c5371ee-e6ec-42a4-b9f5-412fbda5cade] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""0c5371ee-e6ec-42a4-b9f5-412fbda5cade""}\n2025-07-29 10:59:44.489 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c2c0b9f9-9d4a-4dbf-a581-111c7fe42788] received connection request\n2025-07-29 10:59:44.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 10:59:44.533 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c2c0b9f9-9d4a-4dbf-a581-111c7fe42788] socks forwarding established\n2025-07-29 10:59:44.581 [info] [command][0c5371ee-e6ec-42a4-b9f5-412fbda5cade] Process exited with code 0\n2025-07-29 10:59:44.581 [info] [command][0c5371ee-e6ec-42a4-b9f5-412fbda5cade] Socket close event received\n2025-07-29 10:59:44.581 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c2c0b9f9-9d4a-4dbf-a581-111c7fe42788] socks connection closed\n2025-07-29 10:59:44.622 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55136 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:00:44.584 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:00:44.586 [info] [command][656f12be-2273-4ae7-b1a5-229eac5725c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""656f12be-2273-4ae7-b1a5-229eac5725c2""}\n2025-07-29 11:00:44.587 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][dd8f533f-6486-499e-b5cf-f75e552088cf] received connection request\n2025-07-29 11:00:44.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 11:00:44.588 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:00:44.632 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][dd8f533f-6486-499e-b5cf-f75e552088cf] socks forwarding established\n2025-07-29 11:00:44.676 [info] [command][656f12be-2273-4ae7-b1a5-229eac5725c2] Process exited with code 0\n2025-07-29 11:00:44.676 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][dd8f533f-6486-499e-b5cf-f75e552088cf] socks connection closed\n2025-07-29 11:00:44.676 [info] [command][656f12be-2273-4ae7-b1a5-229eac5725c2] Socket close event received\n2025-07-29 11:00:44.736 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55183 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:01:44.682 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:01:44.685 [info] [command][98a25b90-1286-4600-87e9-d0d833bc486d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""98a25b90-1286-4600-87e9-d0d833bc486d""}\n2025-07-29 11:01:44.686 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][a5a86100-e93d-46fb-a804-04d7447376cd] received connection request\n2025-07-29 11:01:44.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:01:44.727 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a5a86100-e93d-46fb-a804-04d7447376cd] socks forwarding established\n2025-07-29 11:01:44.771 [info] [command][98a25b90-1286-4600-87e9-d0d833bc486d] Process exited with code 0\n2025-07-29 11:01:44.772 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][a5a86100-e93d-46fb-a804-04d7447376cd] socks connection closed\n2025-07-29 11:01:44.772 [info] [command][98a25b90-1286-4600-87e9-d0d833bc486d] Socket close event received\n2025-07-29 11:01:44.811 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55224 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:02:44.778 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:02:44.781 [info] [command][3cf71b45-cf32-4265-a8bf-4373e376b68d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3cf71b45-cf32-4265-a8bf-4373e376b68d""}\n2025-07-29 11:02:44.781 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e77b071e-e39b-4f34-9f46-6ded48a02fc1] received connection request\n2025-07-29 11:02:44.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:02:44.830 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e77b071e-e39b-4f34-9f46-6ded48a02fc1] socks forwarding established\n2025-07-29 11:02:44.873 [info] [command][3cf71b45-cf32-4265-a8bf-4373e376b68d] Process exited with code 0\n2025-07-29 11:02:44.874 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e77b071e-e39b-4f34-9f46-6ded48a02fc1] socks connection closed\n2025-07-29 11:02:44.874 [info] [command][3cf71b45-cf32-4265-a8bf-4373e376b68d] Socket close event received\n2025-07-29 11:02:44.914 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55260 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:03:44.876 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:03:44.879 [info] [command][f7308d5d-5790-46bb-a315-1f350c35d985] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f7308d5d-5790-46bb-a315-1f350c35d985""}\n2025-07-29 11:03:44.880 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][9e8dc56e-516d-495e-a286-05a0ccd368ed] received connection request\n2025-07-29 11:03:44.880 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:03:44.921 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9e8dc56e-516d-495e-a286-05a0ccd368ed] socks forwarding established\n2025-07-29 11:03:44.966 [info] [command][f7308d5d-5790-46bb-a315-1f350c35d985] Process exited with code 0\n2025-07-29 11:03:44.966 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9e8dc56e-516d-495e-a286-05a0ccd368ed] socks connection closed\n2025-07-29 11:03:44.966 [info] [command][f7308d5d-5790-46bb-a315-1f350c35d985] Socket close event received\n2025-07-29 11:03:45.005 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55304 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:04:44.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:04:44.973 [info] [command][b10205d7-4897-407a-8680-7c9ebd193e92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b10205d7-4897-407a-8680-7c9ebd193e92""}\n2025-07-29 11:04:44.974 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][0f9bb58e-46c0-4b88-af8a-16ed8ad3347a] received connection request\n2025-07-29 11:04:44.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:04:45.020 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0f9bb58e-46c0-4b88-af8a-16ed8ad3347a] socks forwarding established\n2025-07-29 11:04:45.065 [info] [command][b10205d7-4897-407a-8680-7c9ebd193e92] Process exited with code 0\n2025-07-29 11:04:45.066 [info] [command][b10205d7-4897-407a-8680-7c9ebd193e92] Socket close event received\n2025-07-29 11:04:45.066 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][0f9bb58e-46c0-4b88-af8a-16ed8ad3347a] socks connection closed\n2025-07-29 11:04:45.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55339 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:05:45.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:05:45.070 [info] [command][951ba49c-7f13-413b-ac92-7590ae2a1eef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""951ba49c-7f13-413b-ac92-7590ae2a1eef""}\n2025-07-29 11:05:45.071 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][528c9884-845f-4a3d-b48e-a72c648644ba] received connection request\n2025-07-29 11:05:45.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:05:45.118 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][528c9884-845f-4a3d-b48e-a72c648644ba] socks forwarding established\n2025-07-29 11:05:45.163 [info] [command][951ba49c-7f13-413b-ac92-7590ae2a1eef] Process exited with code 0\n2025-07-29 11:05:45.163 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][528c9884-845f-4a3d-b48e-a72c648644ba] socks connection closed\n2025-07-29 11:05:45.163 [info] [command][951ba49c-7f13-413b-ac92-7590ae2a1eef] Socket close event received\n2025-07-29 11:05:45.260 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55376 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:06:45.166 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:06:45.168 [info] [command][ac36887f-b101-4e29-9e52-6ba7237bbe12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ac36887f-b101-4e29-9e52-6ba7237bbe12""}\n2025-07-29 11:06:45.169 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][b36f4138-bdf0-4983-b933-723e63338a6a] received connection request\n2025-07-29 11:06:45.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:06:45.213 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b36f4138-bdf0-4983-b933-723e63338a6a] socks forwarding established\n2025-07-29 11:06:45.258 [info] [command][ac36887f-b101-4e29-9e52-6ba7237bbe12] Process exited with code 0\n2025-07-29 11:06:45.258 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b36f4138-bdf0-4983-b933-723e63338a6a] socks connection closed\n2025-07-29 11:06:45.258 [info] [command][ac36887f-b101-4e29-9e52-6ba7237bbe12] Socket close event received\n2025-07-29 11:06:45.297 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55397 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:07:45.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:07:45.265 [info] [command][f7858859-0e62-4bfb-b30b-91f3f3011f77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""f7858859-0e62-4bfb-b30b-91f3f3011f77""}\n2025-07-29 11:07:45.266 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][1c8ac1a0-6b1e-4d2f-8bf8-b0dedb60e84c] received connection request\n2025-07-29 11:07:45.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:07:45.314 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1c8ac1a0-6b1e-4d2f-8bf8-b0dedb60e84c] socks forwarding established\n2025-07-29 11:07:45.359 [info] [command][f7858859-0e62-4bfb-b30b-91f3f3011f77] Process exited with code 0\n2025-07-29 11:07:45.360 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][1c8ac1a0-6b1e-4d2f-8bf8-b0dedb60e84c] socks connection closed\n2025-07-29 11:07:45.360 [info] [command][f7858859-0e62-4bfb-b30b-91f3f3011f77] Socket close event received\n2025-07-29 11:07:45.404 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55441 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:08:45.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:08:45.363 [info] [command][d2034b2a-ea6d-46a5-bbcf-66459db4ffb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d2034b2a-ea6d-46a5-bbcf-66459db4ffb5""}\n2025-07-29 11:08:45.363 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][b9c1d78b-db79-4ae5-9e87-43a31a797a61] received connection request\n2025-07-29 11:08:45.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:08:45.406 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b9c1d78b-db79-4ae5-9e87-43a31a797a61] socks forwarding established\n2025-07-29 11:08:45.452 [info] [command][d2034b2a-ea6d-46a5-bbcf-66459db4ffb5] Process exited with code 0\n2025-07-29 11:08:45.452 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][b9c1d78b-db79-4ae5-9e87-43a31a797a61] socks connection closed\n2025-07-29 11:08:45.452 [info] [command][d2034b2a-ea6d-46a5-bbcf-66459db4ffb5] Socket close event received\n2025-07-29 11:08:45.492 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55474 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:09:45.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:09:45.461 [info] [command][843f5df5-9b89-4a42-8b42-3752b9ba882f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""843f5df5-9b89-4a42-8b42-3752b9ba882f""}\n2025-07-29 11:09:45.462 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fb908dd2-87b7-477e-9964-e8858f73f248] received connection request\n2025-07-29 11:09:45.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:09:45.504 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fb908dd2-87b7-477e-9964-e8858f73f248] socks forwarding established\n2025-07-29 11:09:45.577 [info] [command][843f5df5-9b89-4a42-8b42-3752b9ba882f] Process exited with code 0\n2025-07-29 11:09:45.577 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fb908dd2-87b7-477e-9964-e8858f73f248] socks connection closed\n2025-07-29 11:09:45.577 [info] [command][843f5df5-9b89-4a42-8b42-3752b9ba882f] Socket close event received\n2025-07-29 11:09:45.626 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55509 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:10:45.581 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:10:45.584 [info] [command][de72c738-ef1a-4a2a-b95b-48ba17b30767] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""de72c738-ef1a-4a2a-b95b-48ba17b30767""}\n2025-07-29 11:10:45.584 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][dcec5a31-82b7-4400-adff-76d18f0f217f] received connection request\n2025-07-29 11:10:45.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:10:45.628 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][dcec5a31-82b7-4400-adff-76d18f0f217f] socks forwarding established\n2025-07-29 11:10:45.673 [info] [command][de72c738-ef1a-4a2a-b95b-48ba17b30767] Process exited with code 0\n2025-07-29 11:10:45.673 [info] [command][de72c738-ef1a-4a2a-b95b-48ba17b30767] Socket close event received\n2025-07-29 11:10:45.674 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][dcec5a31-82b7-4400-adff-76d18f0f217f] socks connection closed\n2025-07-29 11:10:45.715 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55545 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:11:45.679 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:11:45.680 [info] [command][4d5e5046-92c0-49cf-88c0-ddcba4ecfed3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""4d5e5046-92c0-49cf-88c0-ddcba4ecfed3""}\n2025-07-29 11:11:45.681 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][4fc94a83-b494-46d3-976f-1aec8bf4d952] received connection request\n2025-07-29 11:11:45.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:11:45.723 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4fc94a83-b494-46d3-976f-1aec8bf4d952] socks forwarding established\n2025-07-29 11:11:45.769 [info] [command][4d5e5046-92c0-49cf-88c0-ddcba4ecfed3] Process exited with code 0\n2025-07-29 11:11:45.770 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][4fc94a83-b494-46d3-976f-1aec8bf4d952] socks connection closed\n2025-07-29 11:11:45.770 [info] [command][4d5e5046-92c0-49cf-88c0-ddcba4ecfed3] Socket close event received\n2025-07-29 11:11:45.810 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55578 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:12:45.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:12:45.775 [info] [command][12b2bb9f-58a6-433d-86d2-2afdb8ea828d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""12b2bb9f-58a6-433d-86d2-2afdb8ea828d""}\n2025-07-29 11:12:45.776 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][db3e579c-cdc6-4146-8689-e543704a5ea9] received connection request\n2025-07-29 11:12:45.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:12:45.819 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][db3e579c-cdc6-4146-8689-e543704a5ea9] socks forwarding established\n2025-07-29 11:12:45.872 [info] [command][12b2bb9f-58a6-433d-86d2-2afdb8ea828d] Process exited with code 0\n2025-07-29 11:12:45.873 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][db3e579c-cdc6-4146-8689-e543704a5ea9] socks connection closed\n2025-07-29 11:12:45.873 [info] [command][12b2bb9f-58a6-433d-86d2-2afdb8ea828d] Socket close event received\n2025-07-29 11:12:45.913 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55613 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:13:45.878 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:13:45.881 [info] [command][94654a9c-d613-41a5-9b42-dfd23f98cda5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""94654a9c-d613-41a5-9b42-dfd23f98cda5""}\n2025-07-29 11:13:45.882 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fdc7aecf-eab7-46b6-b7e4-429cf2b0af67] received connection request\n2025-07-29 11:13:45.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:13:45.927 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fdc7aecf-eab7-46b6-b7e4-429cf2b0af67] socks forwarding established\n2025-07-29 11:13:45.975 [info] [command][94654a9c-d613-41a5-9b42-dfd23f98cda5] Process exited with code 0\n2025-07-29 11:13:45.976 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fdc7aecf-eab7-46b6-b7e4-429cf2b0af67] socks connection closed\n2025-07-29 11:13:45.976 [info] [command][94654a9c-d613-41a5-9b42-dfd23f98cda5] Socket close event received\n2025-07-29 11:13:46.016 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55639 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:14:45.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:14:45.982 [info] [command][d6e4c62a-faf9-45b5-a2d1-de5124a3698e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""d6e4c62a-faf9-45b5-a2d1-de5124a3698e""}\n2025-07-29 11:14:45.982 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][9f65462d-61d6-4d7c-b086-0c05af203f64] received connection request\n2025-07-29 11:14:45.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:14:46.113 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9f65462d-61d6-4d7c-b086-0c05af203f64] socks forwarding established\n2025-07-29 11:14:46.158 [info] [command][d6e4c62a-faf9-45b5-a2d1-de5124a3698e] Process exited with code 0\n2025-07-29 11:14:46.158 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9f65462d-61d6-4d7c-b086-0c05af203f64] socks connection closed\n2025-07-29 11:14:46.158 [info] [command][d6e4c62a-faf9-45b5-a2d1-de5124a3698e] Socket close event received\n2025-07-29 11:14:46.199 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55675 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:15:46.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:15:46.162 [info] [command][c4444055-74e0-442b-8cfd-3d3836c2592d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c4444055-74e0-442b-8cfd-3d3836c2592d""}\n2025-07-29 11:15:46.163 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5e38c379-7101-48a3-a3d1-44ce51e83c1c] received connection request\n2025-07-29 11:15:46.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:15:46.212 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5e38c379-7101-48a3-a3d1-44ce51e83c1c] socks forwarding established\n2025-07-29 11:15:46.256 [info] [command][c4444055-74e0-442b-8cfd-3d3836c2592d] Process exited with code 0\n2025-07-29 11:15:46.257 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5e38c379-7101-48a3-a3d1-44ce51e83c1c] socks connection closed\n2025-07-29 11:15:46.257 [info] [command][c4444055-74e0-442b-8cfd-3d3836c2592d] Socket close event received\n2025-07-29 11:15:46.296 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55705 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:16:46.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:16:46.264 [info] [command][c87186e8-0474-47b8-9094-123c1551c36f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""c87186e8-0474-47b8-9094-123c1551c36f""}\n2025-07-29 11:16:46.264 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][d3fccaaf-ad4f-45e3-a51a-9bb9023636d1] received connection request\n2025-07-29 11:16:46.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:16:46.305 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d3fccaaf-ad4f-45e3-a51a-9bb9023636d1] socks forwarding established\n2025-07-29 11:16:46.351 [info] [command][c87186e8-0474-47b8-9094-123c1551c36f] Process exited with code 0\n2025-07-29 11:16:46.351 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d3fccaaf-ad4f-45e3-a51a-9bb9023636d1] socks connection closed\n2025-07-29 11:16:46.351 [info] [command][c87186e8-0474-47b8-9094-123c1551c36f] Socket close event received\n2025-07-29 11:16:46.393 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55726 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:17:46.357 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:17:46.360 [info] [command][ecc14a41-89f2-423e-8a73-062d6f8b04da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ecc14a41-89f2-423e-8a73-062d6f8b04da""}\n2025-07-29 11:17:46.361 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fa037b21-c5e8-40f1-a9c0-644fe368a568] received connection request\n2025-07-29 11:17:46.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:17:46.404 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fa037b21-c5e8-40f1-a9c0-644fe368a568] socks forwarding established\n2025-07-29 11:17:46.450 [info] [command][ecc14a41-89f2-423e-8a73-062d6f8b04da] Process exited with code 0\n2025-07-29 11:17:46.450 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fa037b21-c5e8-40f1-a9c0-644fe368a568] socks connection closed\n2025-07-29 11:17:46.450 [info] [command][ecc14a41-89f2-423e-8a73-062d6f8b04da] Socket close event received\n2025-07-29 11:17:46.489 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55761 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:18:46.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:18:46.459 [info] [command][bb52fb07-2f91-4443-a608-82a199327a26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""bb52fb07-2f91-4443-a608-82a199327a26""}\n2025-07-29 11:18:46.460 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][28f9c7ff-1c5e-43f9-90be-32db8dacd361] received connection request\n2025-07-29 11:18:46.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:18:46.502 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][28f9c7ff-1c5e-43f9-90be-32db8dacd361] socks forwarding established\n2025-07-29 11:18:46.548 [info] [command][bb52fb07-2f91-4443-a608-82a199327a26] Process exited with code 0\n2025-07-29 11:18:46.548 [info] [command][bb52fb07-2f91-4443-a608-82a199327a26] Socket close event received\n2025-07-29 11:18:46.548 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][28f9c7ff-1c5e-43f9-90be-32db8dacd361] socks connection closed\n2025-07-29 11:18:46.588 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55782 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:19:46.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:19:46.551 [info] [command][16e31095-48a6-4ce0-842c-290fedec7219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""16e31095-48a6-4ce0-842c-290fedec7219""}\n2025-07-29 11:19:46.552 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5a0f71e8-00d6-41cb-b09a-91349d534ffe] received connection request\n2025-07-29 11:19:46.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:19:46.595 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5a0f71e8-00d6-41cb-b09a-91349d534ffe] socks forwarding established\n2025-07-29 11:19:46.640 [info] [command][16e31095-48a6-4ce0-842c-290fedec7219] Process exited with code 0\n2025-07-29 11:19:46.641 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5a0f71e8-00d6-41cb-b09a-91349d534ffe] socks connection closed\n2025-07-29 11:19:46.641 [info] [command][16e31095-48a6-4ce0-842c-290fedec7219] Socket close event received\n2025-07-29 11:19:46.681 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55820 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:20:46.644 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:20:46.647 [info] [command][57f8bd40-6d75-4b96-8d9d-4051601bb3e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""57f8bd40-6d75-4b96-8d9d-4051601bb3e5""}\n2025-07-29 11:20:46.648 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f31a034d-9afb-4bee-8d1e-bbf624f6841e] received connection request\n2025-07-29 11:20:46.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:20:46.691 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f31a034d-9afb-4bee-8d1e-bbf624f6841e] socks forwarding established\n2025-07-29 11:20:46.802 [info] [command][57f8bd40-6d75-4b96-8d9d-4051601bb3e5] Process exited with code 0\n2025-07-29 11:20:46.802 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f31a034d-9afb-4bee-8d1e-bbf624f6841e] socks connection closed\n2025-07-29 11:20:46.803 [info] [command][57f8bd40-6d75-4b96-8d9d-4051601bb3e5] Socket close event received\n2025-07-29 11:20:46.860 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55859 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:21:46.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:21:46.811 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][5bfb4cea-8eaa-4616-8947-c18988ea50da] received connection request\n2025-07-29 11:21:46.812 [info] [command][29285263-9ca1-4279-a956-4e74bda26473] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""29285263-9ca1-4279-a956-4e74bda26473""}\n2025-07-29 11:21:46.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:21:46.859 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5bfb4cea-8eaa-4616-8947-c18988ea50da] socks forwarding established\n2025-07-29 11:21:46.903 [info] [command][29285263-9ca1-4279-a956-4e74bda26473] Process exited with code 0\n2025-07-29 11:21:46.904 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][5bfb4cea-8eaa-4616-8947-c18988ea50da] socks connection closed\n2025-07-29 11:21:46.904 [info] [command][29285263-9ca1-4279-a956-4e74bda26473] Socket close event received\n2025-07-29 11:21:46.943 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55881 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:22:46.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:22:46.909 [info] [command][cc1c8dd8-cf2a-461f-9368-fd49ed84b1c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""cc1c8dd8-cf2a-461f-9368-fd49ed84b1c3""}\n2025-07-29 11:22:46.909 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][c686abc5-34b9-4f00-8b05-0450ca484038] received connection request\n2025-07-29 11:22:46.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:22:46.956 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c686abc5-34b9-4f00-8b05-0450ca484038] socks forwarding established\n2025-07-29 11:22:47.002 [info] [command][cc1c8dd8-cf2a-461f-9368-fd49ed84b1c3] Process exited with code 0\n2025-07-29 11:22:47.003 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][c686abc5-34b9-4f00-8b05-0450ca484038] socks connection closed\n2025-07-29 11:22:47.003 [info] [command][cc1c8dd8-cf2a-461f-9368-fd49ed84b1c3] Socket close event received\n2025-07-29 11:22:47.042 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55931 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:23:47.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:23:47.013 [info] [command][6a86efaa-e5dd-401a-9df6-a9de9909fe5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""6a86efaa-e5dd-401a-9df6-a9de9909fe5b""}\n2025-07-29 11:23:47.014 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][42aae615-7613-4e2d-b815-3998b4a65305] received connection request\n2025-07-29 11:23:47.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:23:47.096 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][42aae615-7613-4e2d-b815-3998b4a65305] socks forwarding established\n2025-07-29 11:23:47.224 [info] [command][6a86efaa-e5dd-401a-9df6-a9de9909fe5b] Process exited with code 0\n2025-07-29 11:23:47.224 [info] [command][6a86efaa-e5dd-401a-9df6-a9de9909fe5b] Socket close event received\n2025-07-29 11:23:47.232 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][42aae615-7613-4e2d-b815-3998b4a65305] socks connection closed\n2025-07-29 11:23:47.265 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 55959 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:24:47.227 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:24:47.229 [info] [command][99dbeed3-5c1f-482f-8231-808f394f2652] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""99dbeed3-5c1f-482f-8231-808f394f2652""}\n2025-07-29 11:24:47.229 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][d5138f98-bc58-4b3c-b27e-fba5bf2673cb] received connection request\n2025-07-29 11:24:47.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\n\n2025-07-29 11:24:47.229 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:24:47.274 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d5138f98-bc58-4b3c-b27e-fba5bf2673cb] socks forwarding established\n2025-07-29 11:24:47.319 [info] [command][99dbeed3-5c1f-482f-8231-808f394f2652] Process exited with code 0\n2025-07-29 11:24:47.319 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][d5138f98-bc58-4b3c-b27e-fba5bf2673cb] socks connection closed\n2025-07-29 11:24:47.320 [info] [command][99dbeed3-5c1f-482f-8231-808f394f2652] Socket close event received\n2025-07-29 11:24:47.357 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56031 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:25:47.324 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:25:47.327 [info] [command][93948b7c-1a0a-4124-b0c0-a5bf91f4c3df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""93948b7c-1a0a-4124-b0c0-a5bf91f4c3df""}\n2025-07-29 11:25:47.327 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][8322aca1-9e60-4355-a2e4-fd66edf2bd4e] received connection request\n2025-07-29 11:25:47.328 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:25:47.376 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8322aca1-9e60-4355-a2e4-fd66edf2bd4e] socks forwarding established\n2025-07-29 11:25:47.421 [info] [command][93948b7c-1a0a-4124-b0c0-a5bf91f4c3df] Process exited with code 0\n2025-07-29 11:25:47.421 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8322aca1-9e60-4355-a2e4-fd66edf2bd4e] socks connection closed\n2025-07-29 11:25:47.421 [info] [command][93948b7c-1a0a-4124-b0c0-a5bf91f4c3df] Socket close event received\n2025-07-29 11:25:47.460 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56080 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:26:47.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:26:47.431 [info] [command][e6fd0999-6957-44a1-a1bd-ae0702889b27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""e6fd0999-6957-44a1-a1bd-ae0702889b27""}\n2025-07-29 11:26:47.432 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][9649508c-86ae-4337-997d-13c2fed652b1] received connection request\n2025-07-29 11:26:47.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:26:47.474 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9649508c-86ae-4337-997d-13c2fed652b1] socks forwarding established\n2025-07-29 11:26:47.520 [info] [command][e6fd0999-6957-44a1-a1bd-ae0702889b27] Process exited with code 0\n2025-07-29 11:26:47.520 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][9649508c-86ae-4337-997d-13c2fed652b1] socks connection closed\n2025-07-29 11:26:47.520 [info] [command][e6fd0999-6957-44a1-a1bd-ae0702889b27] Socket close event received\n2025-07-29 11:26:47.561 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56124 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:27:47.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:27:47.528 [info] [command][b5ea3130-1c92-4eb7-8b3c-496f0d5363c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""b5ea3130-1c92-4eb7-8b3c-496f0d5363c5""}\n2025-07-29 11:27:47.529 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][cabc22d4-8f72-4640-be46-850b82f82d1a] received connection request\n2025-07-29 11:27:47.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:27:47.571 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][cabc22d4-8f72-4640-be46-850b82f82d1a] socks forwarding established\n2025-07-29 11:27:47.619 [info] [command][b5ea3130-1c92-4eb7-8b3c-496f0d5363c5] Process exited with code 0\n2025-07-29 11:27:47.619 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][cabc22d4-8f72-4640-be46-850b82f82d1a] socks connection closed\n2025-07-29 11:27:47.619 [info] [command][b5ea3130-1c92-4eb7-8b3c-496f0d5363c5] Socket close event received\n2025-07-29 11:27:47.658 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56158 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:28:47.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:28:47.627 [info] [command][2a4b400c-4d89-4aa0-8c94-57c17163c895] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2a4b400c-4d89-4aa0-8c94-57c17163c895""}\n2025-07-29 11:28:47.628 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][464cbd2a-172b-4086-95ce-9c2902422dba] received connection request\n2025-07-29 11:28:47.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:28:47.669 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][464cbd2a-172b-4086-95ce-9c2902422dba] socks forwarding established\n2025-07-29 11:28:47.714 [info] [command][2a4b400c-4d89-4aa0-8c94-57c17163c895] Process exited with code 0\n2025-07-29 11:28:47.714 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][464cbd2a-172b-4086-95ce-9c2902422dba] socks connection closed\n2025-07-29 11:28:47.715 [info] [command][2a4b400c-4d89-4aa0-8c94-57c17163c895] Socket close event received\n2025-07-29 11:28:47.753 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56180 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:29:47.718 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:29:47.721 [info] [command][ca31461f-80a7-49ac-89a3-0504761cf438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""ca31461f-80a7-49ac-89a3-0504761cf438""}\n2025-07-29 11:29:47.722 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f97533b4-f985-4486-9860-96cfefa323e5] received connection request\n2025-07-29 11:29:47.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:29:47.763 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f97533b4-f985-4486-9860-96cfefa323e5] socks forwarding established\n2025-07-29 11:29:47.858 [info] [command][ca31461f-80a7-49ac-89a3-0504761cf438] Process exited with code 0\n2025-07-29 11:29:47.858 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f97533b4-f985-4486-9860-96cfefa323e5] socks connection closed\n2025-07-29 11:29:47.858 [info] [command][ca31461f-80a7-49ac-89a3-0504761cf438] Socket close event received\n2025-07-29 11:29:47.899 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56238 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:30:47.860 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:30:47.861 [info] [command][3f087667-8372-4550-b9d8-839d6f893f7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""3f087667-8372-4550-b9d8-839d6f893f7c""}\n2025-07-29 11:30:47.862 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][e0486f18-6d42-410c-b9cb-11a81beaf1a9] received connection request\n2025-07-29 11:30:47.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:30:47.901 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e0486f18-6d42-410c-b9cb-11a81beaf1a9] socks forwarding established\n2025-07-29 11:30:47.946 [info] [command][3f087667-8372-4550-b9d8-839d6f893f7c] Process exited with code 0\n2025-07-29 11:30:47.946 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][e0486f18-6d42-410c-b9cb-11a81beaf1a9] socks connection closed\n2025-07-29 11:30:47.946 [info] [command][3f087667-8372-4550-b9d8-839d6f893f7c] Socket close event received\n2025-07-29 11:30:47.991 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56283 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:31:47.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:31:47.950 [info] [command][dc875bb6-f8db-469c-89af-afbd4cd66829] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""dc875bb6-f8db-469c-89af-afbd4cd66829""}\n2025-07-29 11:31:47.950 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][f71c7a39-453b-4260-92ed-d89d6960122c] received connection request\n2025-07-29 11:31:47.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:31:47.996 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f71c7a39-453b-4260-92ed-d89d6960122c] socks forwarding established\n2025-07-29 11:31:48.045 [info] [command][dc875bb6-f8db-469c-89af-afbd4cd66829] Process exited with code 0\n2025-07-29 11:31:48.045 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][f71c7a39-453b-4260-92ed-d89d6960122c] socks connection closed\n2025-07-29 11:31:48.045 [info] [command][dc875bb6-f8db-469c-89af-afbd4cd66829] Socket close event received\n2025-07-29 11:31:48.084 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56326 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:32:48.048 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:32:48.051 [info] [command][45ec681b-5307-4cfc-a736-169cdc236b8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""45ec681b-5307-4cfc-a736-169cdc236b8c""}\n2025-07-29 11:32:48.052 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][8869f90f-afae-4b5d-bbef-8bf66f432fc6] received connection request\n2025-07-29 11:32:48.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:32:48.092 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8869f90f-afae-4b5d-bbef-8bf66f432fc6] socks forwarding established\n2025-07-29 11:32:48.137 [info] [command][45ec681b-5307-4cfc-a736-169cdc236b8c] Process exited with code 0\n2025-07-29 11:32:48.137 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][8869f90f-afae-4b5d-bbef-8bf66f432fc6] socks connection closed\n2025-07-29 11:32:48.137 [info] [command][45ec681b-5307-4cfc-a736-169cdc236b8c] Socket close event received\n2025-07-29 11:32:48.178 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56365 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:33:48.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:33:48.143 [info] [command][910f1158-53e3-421e-b0dc-8210f9196d41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""910f1158-53e3-421e-b0dc-8210f9196d41""}\n2025-07-29 11:33:48.144 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][171ca37b-b4d8-4464-a1b0-a6acb6838b7a] received connection request\n2025-07-29 11:33:48.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:33:48.189 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][171ca37b-b4d8-4464-a1b0-a6acb6838b7a] socks forwarding established\n2025-07-29 11:33:48.235 [info] [command][910f1158-53e3-421e-b0dc-8210f9196d41] Process exited with code 0\n2025-07-29 11:33:48.236 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][171ca37b-b4d8-4464-a1b0-a6acb6838b7a] socks connection closed\n2025-07-29 11:33:48.236 [info] [command][910f1158-53e3-421e-b0dc-8210f9196d41] Socket close event received\n2025-07-29 11:33:48.277 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56382 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:34:48.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:34:48.243 [info] [command][1fbdcbe4-5a63-48f2-997b-919fc76cb7ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""1fbdcbe4-5a63-48f2-997b-919fc76cb7ce""}\n2025-07-29 11:34:48.244 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:40439][fde22d80-6f49-49b6-86ca-b2d4e389ec05] received connection request\n2025-07-29 11:34:48.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:34:48.285 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fde22d80-6f49-49b6-86ca-b2d4e389ec05] socks forwarding established\n2025-07-29 11:34:48.329 [info] [command][1fbdcbe4-5a63-48f2-997b-919fc76cb7ce] Process exited with code 0\n2025-07-29 11:34:48.330 [info] [forwarding][multiplex][127.0.0.1:64723 -> 127.0.0.1:64711 -> 127.0.0.1:40439][fde22d80-6f49-49b6-86ca-b2d4e389ec05] socks connection closed\n2025-07-29 11:34:48.330 [info] [command][1fbdcbe4-5a63-48f2-997b-919fc76cb7ce] Socket close event received\n2025-07-29 11:34:48.378 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64711 for 127.0.0.1 port 40439, connect from 127.0.0.1 port 56416 to 127.0.0.1 port 64711, nchannels 6\n\n2025-07-29 11:35:28.677 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-29 11:35:28.677 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-29 11:35:28.687 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:40901][4ec49bee-8340-41f2-b7c5-3d4a3f68bdc3] received connection request\n2025-07-29 11:35:28.690 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:40901][259bbe23-497f-4a13-bab7-50163adda31b] received connection request\n2025-07-29 11:35:28.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:35:28.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:35:38.683 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-29 11:35:38.684 [error] Failed to connect to Cursor server at http://127.0.0.1:64722, attempt 1 of 3 This operation was aborted\n2025-07-29 11:35:38.687 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:40901][09580bad-d404-4a44-9ab9-7d05608b010b] received connection request\n2025-07-29 11:35:38.688 [info] (ssh_tunnel) stderr: debug1: Connection to port 64711 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:35:38.887 [info] Terminating existing SSH process with pid: 89755\n2025-07-29 11:35:38.888 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-29 11:35:38.895 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-29 11:35:38.903 [error] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:64711 -> 127.0.0.1:40901][4ec49bee-8340-41f2-b7c5-3d4a3f68bdc3] error while creating socks forwarding Socket closed\n2025-07-29 11:35:38.903 [error] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:64711 -> 127.0.0.1:40901][259bbe23-497f-4a13-bab7-50163adda31b] error while creating socks forwarding Socket closed\n2025-07-29 11:35:38.904 [error] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:64711 -> 127.0.0.1:40901][09580bad-d404-4a44-9ab9-7d05608b010b] error while creating socks forwarding Socket closed\n2025-07-29 11:35:38.904 [info] [forwarding][code][127.0.0.1:64722 -> 127.0.0.1:64711 -> 127.0.0.1:40901][d0914a74-6d81-4eef-a2de-3ef4f92482a0] socks connection closed\n2025-07-29 11:35:38.906 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:35:38.921 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4882.sh"" | ssh -v -T -D 56558 login.haicore.berlin bash --login -c bash\n2025-07-29 11:35:38.922 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:35:38.922 [info] Waiting for server to install via process(96246)...\n2025-07-29 11:35:38.968 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:35:38.968 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-29 11:35:38.968 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:35:38.970 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:35:38.971 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-29 11:35:38.971 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:35:38.993 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:35:38.995 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:35:38.996 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:35:38.996 [info] Retrying connection in 5 seconds...\n2025-07-29 11:35:39.686 [error] Failed to connect to Cursor server at http://127.0.0.1:64722, attempt 2 of 3 This operation was aborted\n2025-07-29 11:35:40.690 [error] Failed to connect to Cursor server at http://127.0.0.1:64722, attempt 3 of 3 This operation was aborted\n2025-07-29 11:35:40.690 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-29 11:35:40.690 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-29 11:35:44.007 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4882.sh\n2025-07-29 11:35:44.008 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:35:44.014 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1577.sh"" | ssh -v -T -D 56578 login.haicore.berlin bash --login -c bash\n2025-07-29 11:35:44.014 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:35:44.014 [info] Waiting for server to install via process(96265)...\n2025-07-29 11:35:44.033 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:35:44.034 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:35:44.034 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:35:44.034 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:35:44.034 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:35:44.036 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:35:44.037 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:35:44.037 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:35:44.037 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:19.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:64723\n2025-07-29 11:38:19.069 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1577.sh\n2025-07-29 11:38:19.072 [error] [forwarding][multiplex][127.0.0.1:64723 -> unknown}][89f0058c-0aef-4e75-b247-bb92a956ad3b] remote server not configured\n2025-07-29 11:38:19.073 [info] [command][2100b893-45ea-4233-ba3e-e59f1bc4eb0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bd92fd45-7915-4013-9b78-e6bb774b9ca0"",""id"":""2100b893-45ea-4233-ba3e-e59f1bc4eb0b""}\n2025-07-29 11:38:19.073 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:19.074 [error] [command][2100b893-45ea-4233-ba3e-e59f1bc4eb0b] Socket error: Error: read ECONNRESET\n2025-07-29 11:38:19.074 [info] [command][2100b893-45ea-4233-ba3e-e59f1bc4eb0b] Socket close event received\n2025-07-29 11:38:19.076 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77061.sh"" | ssh -v -T -D 56581 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:19.076 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:19.076 [info] Waiting for server to install via process(96269)...\n2025-07-29 11:38:19.089 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:38:19.089 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:19.089 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:19.089 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:19.090 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:19.092 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:19.093 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:19.094 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:19.094 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:24.103 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77061.sh\n2025-07-29 11:38:24.103 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:24.105 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81209.sh"" | ssh -v -T -D 56601 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:24.105 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:24.106 [info] Waiting for server to install via process(96274)...\n2025-07-29 11:38:24.121 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:38:24.121 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:24.121 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:24.121 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:24.122 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:24.124 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:24.124 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:24.124 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:24.124 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:29.187 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81209.sh\n2025-07-29 11:38:29.193 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:29.251 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46407.sh"" | ssh -v -T -D 56605 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:29.251 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:29.251 [info] Waiting for server to install via process(96281)...\n2025-07-29 11:38:29.475 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:38:29.475 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:29.477 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:29.482 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:29.495 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:29.522 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:29.524 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:29.525 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:29.525 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:34.525 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46407.sh\n2025-07-29 11:38:34.526 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:34.528 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99160.sh"" | ssh -v -T -D 56612 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:34.528 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:34.528 [info] Waiting for server to install via process(96290)...\n2025-07-29 11:38:34.537 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:38:34.537 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:34.537 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:34.537 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:34.538 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:34.539 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:34.539 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:34.540 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:34.540 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:39.543 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99160.sh\n2025-07-29 11:38:39.544 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:39.547 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95034.sh"" | ssh -v -T -D 56613 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:39.547 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:39.547 [info] Waiting for server to install via process(96295)...\n2025-07-29 11:38:39.560 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:38:39.560 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-29 11:38:39.560 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:39.560 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-29 11:38:39.560 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:39.560 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:39.561 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:39.563 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:39.564 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:39.564 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:39.564 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:44.572 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95034.sh\n2025-07-29 11:38:44.573 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:44.574 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24007.sh"" | ssh -v -T -D 56616 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:44.574 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:44.574 [info] Waiting for server to install via process(96301)...\n2025-07-29 11:38:44.584 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:38:44.584 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:44.584 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:44.584 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:44.584 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:44.586 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:44.586 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:44.587 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:44.587 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:49.596 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24007.sh\n2025-07-29 11:38:49.597 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:49.599 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17930.sh"" | ssh -v -T -D 56619 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:49.599 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:49.599 [info] Waiting for server to install via process(96305)...\n2025-07-29 11:38:49.608 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:38:49.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-29 11:38:49.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:49.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:49.609 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:49.609 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:49.611 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:49.611 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:49.611 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:49.611 [info] Retrying connection in 5 seconds...\n2025-07-29 11:38:54.622 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17930.sh\n2025-07-29 11:38:54.623 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:38:54.626 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3813.sh"" | ssh -v -T -D 56620 login.haicore.berlin bash --login -c bash\n2025-07-29 11:38:54.626 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:38:54.626 [info] Waiting for server to install via process(96310)...\n2025-07-29 11:38:54.639 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:38:54.639 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:38:54.639 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:38:54.639 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:38:54.639 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:38:54.641 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:38:54.642 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:38:54.642 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:38:54.642 [info] Retrying connection in 5 seconds...\n2025-07-29 11:39:31.245 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3813.sh\n2025-07-29 11:39:31.247 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:39:31.248 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32916.sh"" | ssh -v -T -D 56623 login.haicore.berlin bash --login -c bash\n2025-07-29 11:39:31.248 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:39:31.248 [info] Waiting for server to install via process(96316)...\n2025-07-29 11:39:31.255 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:39:31.255 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:39:31.255 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:39:31.255 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:39:31.255 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:39:31.256 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:39:31.257 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:39:31.257 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:39:31.257 [info] Retrying connection in 5 seconds...\n2025-07-29 11:39:36.267 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_32916.sh\n2025-07-29 11:39:36.268 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:39:36.273 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61086.sh"" | ssh -v -T -D 56625 login.haicore.berlin bash --login -c bash\n2025-07-29 11:39:36.273 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:39:36.273 [info] Waiting for server to install via process(96324)...\n2025-07-29 11:39:36.295 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:39:36.295 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:39:36.295 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:39:36.295 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:39:36.295 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:39:36.297 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:39:36.298 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:39:36.298 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:39:36.298 [info] Retrying connection in 5 seconds...\n2025-07-29 11:39:41.299 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61086.sh\n2025-07-29 11:39:41.299 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:39:41.303 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35300.sh"" | ssh -v -T -D 56629 login.haicore.berlin bash --login -c bash\n2025-07-29 11:39:41.303 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:39:41.303 [info] Waiting for server to install via process(96329)...\n2025-07-29 11:39:41.318 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:39:41.318 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:39:41.318 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:39:41.318 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:39:41.318 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:39:41.320 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:39:41.321 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:39:41.321 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:39:41.321 [info] Retrying connection in 5 seconds...\n2025-07-29 11:39:46.324 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35300.sh\n2025-07-29 11:39:46.325 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:39:46.331 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74650.sh"" | ssh -v -T -D 56630 login.haicore.berlin bash --login -c bash\n2025-07-29 11:39:46.331 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:39:46.331 [info] Waiting for server to install via process(96333)...\n2025-07-29 11:39:46.352 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:39:46.352 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:39:46.352 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:39:46.352 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:39:46.352 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:39:46.354 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:39:46.355 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:39:46.355 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:39:46.355 [info] Retrying connection in 5 seconds...\n2025-07-29 11:39:51.360 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74650.sh\n2025-07-29 11:39:51.361 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:39:51.367 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15110.sh"" | ssh -v -T -D 56634 login.haicore.berlin bash --login -c bash\n2025-07-29 11:39:51.367 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:39:51.367 [info] Waiting for server to install via process(96338)...\n2025-07-29 11:39:51.387 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:39:51.387 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:39:51.387 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:39:51.388 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:39:51.388 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:39:51.390 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:39:51.390 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:39:51.391 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:39:51.391 [info] Retrying connection in 5 seconds...\n2025-07-29 11:39:56.398 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15110.sh\n2025-07-29 11:39:56.400 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:39:56.404 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_92159.sh"" | ssh -v -T -D 56635 login.haicore.berlin bash --login -c bash\n2025-07-29 11:39:56.404 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:39:56.404 [info] Waiting for server to install via process(96342)...\n2025-07-29 11:39:56.420 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:39:56.420 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:39:56.420 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:39:56.420 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:39:56.420 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:39:56.423 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:39:56.423 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:39:56.424 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:39:56.424 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:01.431 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_92159.sh\n2025-07-29 11:40:01.432 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:01.435 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84901.sh"" | ssh -v -T -D 56637 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:01.436 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:01.436 [info] Waiting for server to install via process(96347)...\n2025-07-29 11:40:01.450 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:40:01.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:01.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:01.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:01.451 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:01.454 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:01.455 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:01.455 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:01.455 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:06.466 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84901.sh\n2025-07-29 11:40:06.467 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:06.471 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29034.sh"" | ssh -v -T -D 56647 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:06.471 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:06.472 [info] Waiting for server to install via process(96352)...\n2025-07-29 11:40:06.488 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:40:06.489 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:06.489 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:06.489 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:06.489 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:06.491 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:06.492 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:06.492 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:06.492 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:11.495 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29034.sh\n2025-07-29 11:40:11.496 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:11.501 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1806.sh"" | ssh -v -T -D 56649 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:11.501 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:11.501 [info] Waiting for server to install via process(96356)...\n2025-07-29 11:40:11.518 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:40:11.518 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:11.519 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:11.519 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:11.519 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:11.522 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:11.522 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:11.523 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:11.523 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:16.530 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1806.sh\n2025-07-29 11:40:16.532 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:16.536 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22629.sh"" | ssh -v -T -D 56650 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:16.536 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:16.536 [info] Waiting for server to install via process(96360)...\n2025-07-29 11:40:16.557 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:40:16.557 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:16.557 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:16.557 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:16.558 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:16.560 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:16.560 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:16.561 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:16.561 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:21.566 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22629.sh\n2025-07-29 11:40:21.567 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:21.570 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82176.sh"" | ssh -v -T -D 56651 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:21.570 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:21.570 [info] Waiting for server to install via process(96365)...\n2025-07-29 11:40:21.582 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:40:21.582 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:21.583 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:21.583 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:21.583 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:21.585 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:21.585 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:21.586 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:21.586 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:26.591 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82176.sh\n2025-07-29 11:40:26.593 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:26.596 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23798.sh"" | ssh -v -T -D 56652 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:26.597 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:26.597 [info] Waiting for server to install via process(96370)...\n2025-07-29 11:40:26.616 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:40:26.616 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:26.616 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-29 11:40:26.616 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:26.617 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:26.620 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:26.622 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:26.622 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:26.622 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:31.629 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23798.sh\n2025-07-29 11:40:31.630 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:31.635 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82329.sh"" | ssh -v -T -D 56654 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:31.635 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:31.635 [info] Waiting for server to install via process(96378)...\n2025-07-29 11:40:31.651 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:40:31.652 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:31.652 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:31.652 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:31.652 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:31.654 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:31.655 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:31.655 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:31.655 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:36.658 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82329.sh\n2025-07-29 11:40:36.659 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:36.662 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2596.sh"" | ssh -v -T -D 56655 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:36.662 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:36.662 [info] Waiting for server to install via process(96382)...\n2025-07-29 11:40:36.680 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:40:36.680 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:36.680 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:36.680 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:36.680 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:36.683 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:36.683 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:36.684 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:36.684 [info] Retrying connection in 5 seconds...\n2025-07-29 11:40:41.688 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2596.sh\n2025-07-29 11:40:41.689 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-wHy82b/socket.sock\n2025-07-29 11:40:41.695 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43968.sh"" | ssh -v -T -D 56657 login.haicore.berlin bash --login -c bash\n2025-07-29 11:40:41.695 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:40:41.695 [info] Waiting for server to install via process(96388)...\n2025-07-29 11:40:41.711 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 11:40:41.711 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:40:41.711 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:40:41.711 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:40:41.712 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:40:41.714 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 11:40:41.714 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 11:40:41.715 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:41.715 [error] Failed to connect after 25 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:40:41.715 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43968.sh\n2025-07-29 11:40:41.715 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 11:43:18.335 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-29 11:43:18.343 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 11:43:18.344 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-29 11:43:18.346 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 11:43:18.349 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26108.sh"" | ssh -v -T -D 57263 login.haicore.berlin bash --login -c bash\n2025-07-29 11:43:18.349 [info] Started installation script. Waiting for it to finish...\n2025-07-29 11:43:18.349 [info] Waiting for server to install via process(96520)...\n2025-07-29 11:43:18.363 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 11:43:18.364 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 11:43:18.364 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 11:43:18.364 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 11:43:18.364 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-29 11:43:18.364 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 11:43:19.803 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-29 11:43:19.805 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-29 11:43:19.805 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-29 11:43:19.936 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-29 11:43:19.943 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-29 11:43:19.943 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-29 11:43:20.171 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-29 11:43:20.172 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-29 11:43:20.516 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-29 11:43:20.517 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-29 11:43:20.522 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-29 11:43:21.276 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-29 11:43:21.445 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-29 11:43:21.451 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-29 11:43:21.451 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 11:43:23.010 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 11:43:23.311 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:57263 forwarded to remote address socks:0\n\n2025-07-29 11:43:23.311 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 57263.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 57263.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-29 11:43:23.311 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-29 11:43:23.311 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-29 11:43:23.508 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\ndebug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-29 11:43:23.515 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-29 11:43:23.515 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-29 11:43:23.627 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-29 11:43:25.310 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 11:43:25.311 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nRunning multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-29 11:43:25.614 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 64436bf9-75ea-489d-a37c-48b1798a1733\nMultiplex server started with PID 3500610 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nChecking for code servers\nCode server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 3500634 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 11:43:26.514 [info] (ssh_tunnel) stdout: 1182a6e7acdc325d6d4f2885: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36191==\nmultiplexConnectionToken==64436bf9-75ea-489d-a37c-48b1798a1733==\ncodeListeningOn==42629==\ncodeConnectionToken==3bd28c07-4a1e-4894-8274-76e0fdfedf4c==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n1182a6e7acdc325d6d4f2885: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 11:43:26.515 [info] Server install command exit code: 0\n2025-07-29 11:43:26.515 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_26108.sh\n2025-07-29 11:43:26.516 [info] [forwarding][code] creating new forwarding server\n2025-07-29 11:43:26.517 [info] [forwarding][code] server listening on 127.0.0.1:57281\n2025-07-29 11:43:26.517 [info] [forwarding][code] Set up server\n2025-07-29 11:43:26.517 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 3bd28c07-4a1e-4894-8274-76e0fdfedf4c\n2025-07-29 11:43:26.517 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-29 11:43:26.517 [info] [forwarding][multiplex] server listening on 127.0.0.1:57282\n2025-07-29 11:43:26.517 [info] [forwarding][multiplex] Set up server\n2025-07-29 11:43:26.518 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 64436bf9-75ea-489d-a37c-48b1798a1733\n2025-07-29 11:43:26.518 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:43:26.519 [info] [remote-ssh] Resolved exec server. Socks port: 57263\n2025-07-29 11:43:26.519 [info] Setting up 0 default forwarded ports\n2025-07-29 11:43:26.519 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":57281,""connectionToken"":""3bd28c07-4a1e-4894-8274-76e0fdfedf4c"",""extensionHostEnv"":{}}. Socks port: 57263\n2025-07-29 11:43:26.521 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][6bf6eb17-994a-43c3-886e-902ff224e065] received connection request\n2025-07-29 11:43:26.522 [info] [command][1b035482-8c25-4c5d-856b-f51885837453] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""1b035482-8c25-4c5d-856b-f51885837453""}\n2025-07-29 11:43:26.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:43:26.546 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:42629][b2873875-340a-40df-941d-aade56731bb2] received connection request\n2025-07-29 11:43:26.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:43:29.312 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][6bf6eb17-994a-43c3-886e-902ff224e065] socks forwarding established\n2025-07-29 11:43:29.313 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][b2873875-340a-40df-941d-aade56731bb2] socks forwarding established\n2025-07-29 11:43:29.696 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:42629][46d44c66-4393-403b-ae28-d16d535ab7cf] received connection request\n2025-07-29 11:43:29.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\n\n2025-07-29 11:43:29.697 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:43:29.910 [info] [command][1b035482-8c25-4c5d-856b-f51885837453] Process exited with code 0\n2025-07-29 11:43:29.910 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][6bf6eb17-994a-43c3-886e-902ff224e065] socks connection closed\n2025-07-29 11:43:29.910 [info] [command][1b035482-8c25-4c5d-856b-f51885837453] Socket close event received\n2025-07-29 11:43:29.910 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][46d44c66-4393-403b-ae28-d16d535ab7cf] socks forwarding established\n2025-07-29 11:43:30.517 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 57284 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:43:33.113 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-29 11:44:29.916 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:44:29.920 [info] [command][3e874dfb-d2be-45b9-b2f5-478dc4337659] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""3e874dfb-d2be-45b9-b2f5-478dc4337659""}\n2025-07-29 11:44:29.921 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][2197513c-d03d-4e19-b9c0-b4e899a0b280] received connection request\n2025-07-29 11:44:29.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:44:30.134 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][2197513c-d03d-4e19-b9c0-b4e899a0b280] socks forwarding established\n2025-07-29 11:44:30.363 [info] [command][3e874dfb-d2be-45b9-b2f5-478dc4337659] Process exited with code 0\n2025-07-29 11:44:30.363 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][2197513c-d03d-4e19-b9c0-b4e899a0b280] socks connection closed\n2025-07-29 11:44:30.364 [info] [command][3e874dfb-d2be-45b9-b2f5-478dc4337659] Socket close event received\n2025-07-29 11:44:30.500 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 57554 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:45:30.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:45:30.372 [info] [command][95132084-4e67-4fcd-92ae-87745a7f9b72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""95132084-4e67-4fcd-92ae-87745a7f9b72""}\n2025-07-29 11:45:30.373 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][4eeb5c94-4205-4528-b3a6-ebaffcad6873] received connection request\n2025-07-29 11:45:30.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\n\n2025-07-29 11:45:30.375 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:45:30.543 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][4eeb5c94-4205-4528-b3a6-ebaffcad6873] socks forwarding established\n2025-07-29 11:45:30.695 [info] [command][95132084-4e67-4fcd-92ae-87745a7f9b72] Process exited with code 0\n2025-07-29 11:45:30.695 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][4eeb5c94-4205-4528-b3a6-ebaffcad6873] socks connection closed\n2025-07-29 11:45:30.695 [info] [command][95132084-4e67-4fcd-92ae-87745a7f9b72] Socket close event received\n2025-07-29 11:45:30.921 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 57652 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:46:30.696 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:46:30.699 [info] [command][6203ed90-e2de-489e-9f26-dfd2288ddb99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""6203ed90-e2de-489e-9f26-dfd2288ddb99""}\n2025-07-29 11:46:30.700 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][04082bc2-1fe7-4207-9c6f-dc5686f9536c] received connection request\n2025-07-29 11:46:30.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:46:30.931 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][04082bc2-1fe7-4207-9c6f-dc5686f9536c] socks forwarding established\n2025-07-29 11:46:32.144 [info] [command][6203ed90-e2de-489e-9f26-dfd2288ddb99] Process exited with code 0\n2025-07-29 11:46:32.144 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][04082bc2-1fe7-4207-9c6f-dc5686f9536c] socks connection closed\n2025-07-29 11:46:32.144 [info] [command][6203ed90-e2de-489e-9f26-dfd2288ddb99] Socket close event received\n2025-07-29 11:46:32.308 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 57741 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:47:32.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:47:32.152 [info] [command][e1a08188-fb53-4ba0-bd42-64d45a69eb39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""e1a08188-fb53-4ba0-bd42-64d45a69eb39""}\n2025-07-29 11:47:32.153 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][76b1fe97-089e-4182-8407-1122bc987b39] received connection request\n2025-07-29 11:47:32.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:47:33.276 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][76b1fe97-089e-4182-8407-1122bc987b39] socks forwarding established\n2025-07-29 11:47:33.382 [info] [command][e1a08188-fb53-4ba0-bd42-64d45a69eb39] Process exited with code 0\n2025-07-29 11:47:33.382 [info] [command][e1a08188-fb53-4ba0-bd42-64d45a69eb39] Socket close event received\n2025-07-29 11:47:34.042 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 57820 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:47:34.042 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][76b1fe97-089e-4182-8407-1122bc987b39] socks connection closed\n2025-07-29 11:48:33.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:48:33.387 [info] [command][aeb8ec43-781f-477e-b44e-3bf3d233675f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""aeb8ec43-781f-477e-b44e-3bf3d233675f""}\n2025-07-29 11:48:33.387 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][50bde8f3-e1e5-46e3-a060-2ea6ba44de6b] received connection request\n2025-07-29 11:48:33.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:48:37.687 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][50bde8f3-e1e5-46e3-a060-2ea6ba44de6b] socks forwarding established\n2025-07-29 11:48:38.297 [info] [command][aeb8ec43-781f-477e-b44e-3bf3d233675f] Process exited with code 0\n2025-07-29 11:48:38.298 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][50bde8f3-e1e5-46e3-a060-2ea6ba44de6b] socks connection closed\n2025-07-29 11:48:38.298 [info] [command][aeb8ec43-781f-477e-b44e-3bf3d233675f] Socket close event received\n2025-07-29 11:48:38.438 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 57965 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:49:38.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:49:38.302 [info] [command][9ee34298-9c0d-478c-9fb1-605c47073979] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""9ee34298-9c0d-478c-9fb1-605c47073979""}\n2025-07-29 11:49:38.302 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][939c8dfa-dde0-4ab3-91d7-ab8b948ba643] received connection request\n2025-07-29 11:49:38.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:49:38.513 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][939c8dfa-dde0-4ab3-91d7-ab8b948ba643] socks forwarding established\n2025-07-29 11:49:38.717 [info] [command][9ee34298-9c0d-478c-9fb1-605c47073979] Process exited with code 0\n2025-07-29 11:49:38.717 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][939c8dfa-dde0-4ab3-91d7-ab8b948ba643] socks connection closed\n2025-07-29 11:49:38.717 [info] [command][9ee34298-9c0d-478c-9fb1-605c47073979] Socket close event received\n2025-07-29 11:49:38.813 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58085 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:50:38.718 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:50:38.720 [info] [command][a2dc759a-2d31-47af-9f99-dd43b1bccbb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""a2dc759a-2d31-47af-9f99-dd43b1bccbb5""}\n2025-07-29 11:50:38.721 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][790eefc7-c2cf-404f-869f-43f6cb1ddb05] received connection request\n2025-07-29 11:50:38.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\n\n2025-07-29 11:50:38.721 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:50:38.874 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][790eefc7-c2cf-404f-869f-43f6cb1ddb05] socks forwarding established\n2025-07-29 11:50:39.000 [info] [command][a2dc759a-2d31-47af-9f99-dd43b1bccbb5] Process exited with code 0\n2025-07-29 11:50:39.001 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][790eefc7-c2cf-404f-869f-43f6cb1ddb05] socks connection closed\n2025-07-29 11:50:39.001 [info] [command][a2dc759a-2d31-47af-9f99-dd43b1bccbb5] Socket close event received\n2025-07-29 11:50:39.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58136 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:51:39.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:51:39.007 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][a123850d-c97c-444d-9541-97cb8c5bf7d5] received connection request\n2025-07-29 11:51:39.008 [info] [command][67d2504e-50af-4f67-b6a4-e3ddc4fb213f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""67d2504e-50af-4f67-b6a4-e3ddc4fb213f""}\n2025-07-29 11:51:39.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:51:39.199 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][a123850d-c97c-444d-9541-97cb8c5bf7d5] socks forwarding established\n2025-07-29 11:51:39.306 [info] [command][67d2504e-50af-4f67-b6a4-e3ddc4fb213f] Process exited with code 0\n2025-07-29 11:51:39.307 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][a123850d-c97c-444d-9541-97cb8c5bf7d5] socks connection closed\n2025-07-29 11:51:39.307 [info] [command][67d2504e-50af-4f67-b6a4-e3ddc4fb213f] Socket close event received\n2025-07-29 11:51:39.405 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58221 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:52:39.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:52:39.309 [info] [command][8cefc387-30d3-4a94-9819-3257ea2b1fae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""8cefc387-30d3-4a94-9819-3257ea2b1fae""}\n2025-07-29 11:52:39.309 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][645855c1-1993-467c-b3d8-2c99b9af2afb] received connection request\n2025-07-29 11:52:39.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:52:39.408 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][645855c1-1993-467c-b3d8-2c99b9af2afb] socks forwarding established\n2025-07-29 11:52:39.506 [info] [command][8cefc387-30d3-4a94-9819-3257ea2b1fae] Process exited with code 0\n2025-07-29 11:52:39.506 [info] [command][8cefc387-30d3-4a94-9819-3257ea2b1fae] Socket close event received\n2025-07-29 11:52:39.507 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][645855c1-1993-467c-b3d8-2c99b9af2afb] socks connection closed\n2025-07-29 11:52:39.597 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58251 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:53:39.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:53:39.515 [info] [command][afd16b79-0cd1-4dc0-b9e6-6d7f8b379062] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""afd16b79-0cd1-4dc0-b9e6-6d7f8b379062""}\n2025-07-29 11:53:39.516 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][aaf56db6-de11-47d0-95c6-0f9e5aff3c70] received connection request\n2025-07-29 11:53:39.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:53:39.640 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][aaf56db6-de11-47d0-95c6-0f9e5aff3c70] socks forwarding established\n2025-07-29 11:53:39.748 [info] [command][afd16b79-0cd1-4dc0-b9e6-6d7f8b379062] Process exited with code 0\n2025-07-29 11:53:39.749 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][aaf56db6-de11-47d0-95c6-0f9e5aff3c70] socks connection closed\n2025-07-29 11:53:39.749 [info] [command][afd16b79-0cd1-4dc0-b9e6-6d7f8b379062] Socket close event received\n2025-07-29 11:53:39.851 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58301 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:54:39.754 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:54:39.757 [info] [command][9a9cf429-a33a-4469-83e6-a3682b1521d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""9a9cf429-a33a-4469-83e6-a3682b1521d6""}\n2025-07-29 11:54:39.758 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][1d483200-4afb-42cf-b4a5-f5bac51f52ec] received connection request\n2025-07-29 11:54:39.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:54:39.893 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][1d483200-4afb-42cf-b4a5-f5bac51f52ec] socks forwarding established\n2025-07-29 11:54:40.010 [info] [command][9a9cf429-a33a-4469-83e6-a3682b1521d6] Process exited with code 0\n2025-07-29 11:54:40.010 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][1d483200-4afb-42cf-b4a5-f5bac51f52ec] socks connection closed\n2025-07-29 11:54:40.010 [info] [command][9a9cf429-a33a-4469-83e6-a3682b1521d6] Socket close event received\n2025-07-29 11:54:40.123 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58346 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:55:40.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:55:40.018 [info] [command][70d0a921-132d-48c5-aa99-e7cbaeeebc62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""70d0a921-132d-48c5-aa99-e7cbaeeebc62""}\n2025-07-29 11:55:40.020 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][d81ed4f5-ce48-4e4b-acdb-496dd3ed9dca] received connection request\n2025-07-29 11:55:40.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:55:40.155 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][d81ed4f5-ce48-4e4b-acdb-496dd3ed9dca] socks forwarding established\n2025-07-29 11:55:40.290 [info] [command][70d0a921-132d-48c5-aa99-e7cbaeeebc62] Process exited with code 0\n2025-07-29 11:55:40.290 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][d81ed4f5-ce48-4e4b-acdb-496dd3ed9dca] socks connection closed\n2025-07-29 11:55:40.290 [info] [command][70d0a921-132d-48c5-aa99-e7cbaeeebc62] Socket close event received\n2025-07-29 11:55:40.405 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58388 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:56:40.295 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:56:40.297 [info] [command][01c7737a-9247-49b4-930b-26d009e724ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""01c7737a-9247-49b4-930b-26d009e724ea""}\n2025-07-29 11:56:40.297 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][1af3d1ba-629a-46c0-a923-529c0e515b07] received connection request\n2025-07-29 11:56:40.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:56:40.395 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][1af3d1ba-629a-46c0-a923-529c0e515b07] socks forwarding established\n2025-07-29 11:56:40.525 [info] [command][01c7737a-9247-49b4-930b-26d009e724ea] Process exited with code 0\n2025-07-29 11:56:40.526 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][1af3d1ba-629a-46c0-a923-529c0e515b07] socks connection closed\n2025-07-29 11:56:40.526 [info] [command][01c7737a-9247-49b4-930b-26d009e724ea] Socket close event received\n2025-07-29 11:56:40.658 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58430 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:57:40.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:57:40.531 [info] [command][5b27cd33-4fb1-4f74-a7ac-a5ad3a8655f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""5b27cd33-4fb1-4f74-a7ac-a5ad3a8655f9""}\n2025-07-29 11:57:40.531 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][d0e5e88f-cbe8-4e6a-a1b1-4fc0d9efb2ad] received connection request\n2025-07-29 11:57:40.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:57:40.657 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][d0e5e88f-cbe8-4e6a-a1b1-4fc0d9efb2ad] socks forwarding established\n2025-07-29 11:57:40.752 [info] [command][5b27cd33-4fb1-4f74-a7ac-a5ad3a8655f9] Process exited with code 0\n2025-07-29 11:57:40.753 [info] [command][5b27cd33-4fb1-4f74-a7ac-a5ad3a8655f9] Socket close event received\n2025-07-29 11:57:40.756 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][d0e5e88f-cbe8-4e6a-a1b1-4fc0d9efb2ad] socks connection closed\n2025-07-29 11:57:40.853 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58468 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:58:40.758 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:58:40.761 [info] [command][b1067a70-72fc-45e5-8451-1ff85887452e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""b1067a70-72fc-45e5-8451-1ff85887452e""}\n2025-07-29 11:58:40.762 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][e333de08-028c-4edf-ad54-32d265dcc189] received connection request\n2025-07-29 11:58:40.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:58:40.848 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][e333de08-028c-4edf-ad54-32d265dcc189] socks forwarding established\n2025-07-29 11:58:40.974 [info] [command][b1067a70-72fc-45e5-8451-1ff85887452e] Process exited with code 0\n2025-07-29 11:58:40.974 [info] [command][b1067a70-72fc-45e5-8451-1ff85887452e] Socket close event received\n2025-07-29 11:58:40.979 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][e333de08-028c-4edf-ad54-32d265dcc189] socks connection closed\n2025-07-29 11:58:41.103 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58522 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 11:59:40.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 11:59:40.981 [info] [command][77a3961d-0503-4cc3-8dc3-fff842c68308] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""77a3961d-0503-4cc3-8dc3-fff842c68308""}\n2025-07-29 11:59:40.982 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][ceb98179-1f3d-4cb0-a325-2de988cadd57] received connection request\n2025-07-29 11:59:40.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 11:59:41.115 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][ceb98179-1f3d-4cb0-a325-2de988cadd57] socks forwarding established\n2025-07-29 11:59:41.218 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][ceb98179-1f3d-4cb0-a325-2de988cadd57] socks connection closed\n2025-07-29 11:59:41.218 [info] [command][77a3961d-0503-4cc3-8dc3-fff842c68308] Process exited with code 0\n2025-07-29 11:59:41.218 [info] [command][77a3961d-0503-4cc3-8dc3-fff842c68308] Socket close event received\n2025-07-29 11:59:41.312 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58573 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 12:00:41.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 12:00:41.226 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][919a97fa-5256-4c9b-90ea-84a2580f5f5b] received connection request\n2025-07-29 12:00:41.226 [info] [command][6571d15d-ef67-42c2-8d15-51f28dea2243] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""6571d15d-ef67-42c2-8d15-51f28dea2243""}\n2025-07-29 12:00:41.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:00:41.318 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][919a97fa-5256-4c9b-90ea-84a2580f5f5b] socks forwarding established\n2025-07-29 12:00:41.443 [info] [command][6571d15d-ef67-42c2-8d15-51f28dea2243] Process exited with code 0\n2025-07-29 12:00:41.444 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][919a97fa-5256-4c9b-90ea-84a2580f5f5b] socks connection closed\n2025-07-29 12:00:41.444 [info] [command][6571d15d-ef67-42c2-8d15-51f28dea2243] Socket close event received\n2025-07-29 12:00:41.540 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58602 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 12:01:41.445 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 12:01:41.447 [info] [command][afe7aead-0e08-44d6-a5d5-b0cccf5c6e00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""afe7aead-0e08-44d6-a5d5-b0cccf5c6e00""}\n2025-07-29 12:01:41.449 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][fb7e2783-62dd-47bc-9440-f29989739378] received connection request\n2025-07-29 12:01:41.450 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:01:41.646 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][fb7e2783-62dd-47bc-9440-f29989739378] socks forwarding established\n2025-07-29 12:01:41.791 [info] [command][afe7aead-0e08-44d6-a5d5-b0cccf5c6e00] Process exited with code 0\n2025-07-29 12:01:41.792 [info] [command][afe7aead-0e08-44d6-a5d5-b0cccf5c6e00] Socket close event received\n2025-07-29 12:01:41.795 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][fb7e2783-62dd-47bc-9440-f29989739378] socks connection closed\n2025-07-29 12:01:41.918 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58637 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 12:02:41.794 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 12:02:41.796 [info] [command][f3596917-1f28-4de1-a8d1-071db846b845] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""f3596917-1f28-4de1-a8d1-071db846b845""}\n2025-07-29 12:02:41.797 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][2e0cec85-7108-402c-8bb2-0aa8272b8012] received connection request\n2025-07-29 12:02:41.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:02:42.065 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][2e0cec85-7108-402c-8bb2-0aa8272b8012] socks forwarding established\n2025-07-29 12:02:42.189 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][2e0cec85-7108-402c-8bb2-0aa8272b8012] socks connection closed\n2025-07-29 12:02:42.190 [info] [command][f3596917-1f28-4de1-a8d1-071db846b845] Process exited with code 0\n2025-07-29 12:02:42.190 [info] [command][f3596917-1f28-4de1-a8d1-071db846b845] Socket close event received\n2025-07-29 12:02:42.292 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58670 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 12:03:42.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 12:03:42.197 [info] [command][e9e4b942-a4e1-448b-84e0-6f0bf6d40d20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""e9e4b942-a4e1-448b-84e0-6f0bf6d40d20""}\n2025-07-29 12:03:42.198 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][29a1565c-69f2-4d09-af9b-9c4e75f2e26c] received connection request\n2025-07-29 12:03:42.198 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:03:42.334 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][29a1565c-69f2-4d09-af9b-9c4e75f2e26c] socks forwarding established\n2025-07-29 12:03:42.480 [info] [command][e9e4b942-a4e1-448b-84e0-6f0bf6d40d20] Process exited with code 0\n2025-07-29 12:03:42.480 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][29a1565c-69f2-4d09-af9b-9c4e75f2e26c] socks connection closed\n2025-07-29 12:03:42.480 [info] [command][e9e4b942-a4e1-448b-84e0-6f0bf6d40d20] Socket close event received\n2025-07-29 12:03:42.607 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58730 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 12:04:06.311 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:42629][a8ce2f45-93f7-45bd-823a-07f852b81649] received connection request\n2025-07-29 12:04:06.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:04:31.625 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][a8ce2f45-93f7-45bd-823a-07f852b81649] socks forwarding established\n2025-07-29 12:04:31.791 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][46d44c66-4393-403b-ae28-d16d535ab7cf] socks connection closed\n2025-07-29 12:04:31.829 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 42629, connect from 127.0.0.1 port 57297 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 12:04:42.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 12:04:42.486 [info] [command][ceabea88-84b9-48c5-9f66-71eebbf1afbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""ceabea88-84b9-48c5-9f66-71eebbf1afbd""}\n2025-07-29 12:04:42.486 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:36191][a38a8837-d35e-42c1-a382-96267b547011] received connection request\n2025-07-29 12:04:42.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\n\n2025-07-29 12:04:42.487 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:04:42.534 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][a38a8837-d35e-42c1-a382-96267b547011] socks forwarding established\n2025-07-29 12:04:42.665 [info] [command][ceabea88-84b9-48c5-9f66-71eebbf1afbd] Process exited with code 0\n2025-07-29 12:04:42.665 [info] [forwarding][multiplex][127.0.0.1:57282 -> 127.0.0.1:57263 -> 127.0.0.1:36191][a38a8837-d35e-42c1-a382-96267b547011] socks connection closed\n2025-07-29 12:04:42.665 [info] [command][ceabea88-84b9-48c5-9f66-71eebbf1afbd] Socket close event received\n2025-07-29 12:04:42.712 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 57263 for 127.0.0.1 port 36191, connect from 127.0.0.1 port 58999 to 127.0.0.1 port 57263, nchannels 6\n\n2025-07-29 12:04:46.013 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-29 12:04:46.014 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-29 12:04:46.026 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:42629][e8542227-d396-49a3-843f-a3b5f2d6fc1c] received connection request\n2025-07-29 12:04:46.110 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:42629][a0f81d27-3f87-4e7a-aafc-0fc6bb993ebe] received connection request\n2025-07-29 12:04:46.110 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:04:46.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:04:56.030 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-29 12:04:56.031 [error] Failed to connect to Cursor server at http://127.0.0.1:57281, attempt 1 of 3 This operation was aborted\n2025-07-29 12:04:56.034 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:42629][ec8ce13b-9946-482c-9cae-04fff964d358] received connection request\n2025-07-29 12:04:56.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 57263 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 12:04:56.102 [info] Terminating existing SSH process with pid: 96520\n2025-07-29 12:04:56.102 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-29 12:04:56.102 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 12:04:56.102 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-29 12:04:56.103 [error] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][e8542227-d396-49a3-843f-a3b5f2d6fc1c] error while creating socks forwarding Socket closed\n2025-07-29 12:04:56.103 [error] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][a0f81d27-3f87-4e7a-aafc-0fc6bb993ebe] error while creating socks forwarding Socket closed\n2025-07-29 12:04:56.103 [error] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][ec8ce13b-9946-482c-9cae-04fff964d358] error while creating socks forwarding Socket closed\n2025-07-29 12:04:56.103 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][a8ce2f45-93f7-45bd-823a-07f852b81649] socks connection closed\n2025-07-29 12:04:56.103 [info] [forwarding][code][127.0.0.1:57281 -> 127.0.0.1:57263 -> 127.0.0.1:42629][b2873875-340a-40df-941d-aade56731bb2] socks connection closed\n2025-07-29 12:04:56.106 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21264.sh"" | ssh -v -T -D 59034 login.haicore.berlin bash --login -c bash\n2025-07-29 12:04:56.107 [info] Started installation script. Waiting for it to finish...\n2025-07-29 12:04:56.107 [info] Waiting for server to install via process(97304)...\n2025-07-29 12:04:56.114 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 12:04:56.114 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 12:04:56.115 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-29 12:04:56.115 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 12:04:56.115 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 12:04:56.115 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 12:04:56.116 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 12:04:56.117 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 12:04:56.117 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 12:04:56.117 [info] Retrying connection in 5 seconds...\n2025-07-29 12:04:57.041 [error] Failed to connect to Cursor server at http://127.0.0.1:57281, attempt 2 of 3 This operation was aborted\n2025-07-29 12:04:58.046 [error] Failed to connect to Cursor server at http://127.0.0.1:57281, attempt 3 of 3 This operation was aborted\n2025-07-29 12:04:58.047 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-29 12:04:58.047 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-29 12:05:01.125 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21264.sh\n2025-07-29 12:05:01.126 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 12:05:01.131 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50649.sh"" | ssh -v -T -D 59035 login.haicore.berlin bash --login -c bash\n2025-07-29 12:05:01.132 [info] Started installation script. Waiting for it to finish...\n2025-07-29 12:05:01.132 [info] Waiting for server to install via process(97308)...\n2025-07-29 12:05:01.149 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 12:05:01.149 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 12:05:01.149 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-29 12:05:01.151 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 12:05:01.151 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 12:05:01.157 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 12:05:01.160 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 12:05:01.160 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 12:05:01.161 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 12:05:01.161 [info] Retrying connection in 5 seconds...\n2025-07-29 12:05:06.166 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50649.sh\n2025-07-29 12:05:06.167 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 12:05:06.173 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37471.sh"" | ssh -v -T -D 59036 login.haicore.berlin bash --login -c bash\n2025-07-29 12:05:06.173 [info] Started installation script. Waiting for it to finish...\n2025-07-29 12:05:06.174 [info] Waiting for server to install via process(97314)...\n2025-07-29 12:05:06.189 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 12:05:06.189 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 12:05:06.190 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 12:05:06.190 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 12:05:06.190 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 12:05:06.193 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 12:05:06.194 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 12:05:06.195 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 12:05:06.195 [info] Retrying connection in 5 seconds...\n2025-07-29 12:05:11.196 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37471.sh\n2025-07-29 12:05:11.198 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 12:05:11.202 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8728.sh"" | ssh -v -T -D 59037 login.haicore.berlin bash --login -c bash\n2025-07-29 12:05:11.202 [info] Started installation script. Waiting for it to finish...\n2025-07-29 12:05:11.202 [info] Waiting for server to install via process(97319)...\n2025-07-29 12:05:11.221 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 12:05:11.221 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 12:05:11.222 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 12:05:11.222 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 12:05:11.222 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 12:05:11.224 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 12:05:11.225 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 12:05:11.225 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 12:05:11.225 [info] Retrying connection in 5 seconds...\n2025-07-29 12:05:16.226 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8728.sh\n2025-07-29 12:05:16.227 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 12:05:16.232 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48387.sh"" | ssh -v -T -D 59038 login.haicore.berlin bash --login -c bash\n2025-07-29 12:05:16.232 [info] Started installation script. Waiting for it to finish...\n2025-07-29 12:05:16.232 [info] Waiting for server to install via process(97324)...\n2025-07-29 12:05:16.248 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 12:05:16.249 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 12:05:16.249 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 12:05:16.249 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 12:05:16.249 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 12:05:16.251 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 12:05:16.252 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 12:05:16.252 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 12:05:16.252 [info] Retrying connection in 5 seconds...\n2025-07-29 12:20:17.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57282\n2025-07-29 12:20:17.858 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48387.sh\n2025-07-29 12:20:17.859 [error] [forwarding][multiplex][127.0.0.1:57282 -> unknown}][343ddf37-6b27-4a20-85dc-a863bfe84a3e] remote server not configured\n2025-07-29 12:20:17.860 [info] [command][1793837e-200a-47ff-891e-48ad4a51e356] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""64436bf9-75ea-489d-a37c-48b1798a1733"",""id"":""1793837e-200a-47ff-891e-48ad4a51e356""}\n2025-07-29 12:20:17.861 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-uq4NZt/socket.sock\n2025-07-29 12:20:17.862 [error] [command][1793837e-200a-47ff-891e-48ad4a51e356] Socket error: Error: read ECONNRESET\n2025-07-29 12:20:17.862 [info] [command][1793837e-200a-47ff-891e-48ad4a51e356] Socket close event received\n2025-07-29 12:20:17.932 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20189.sh"" | ssh -v -T -D 59040 login.haicore.berlin bash --login -c bash\n2025-07-29 12:20:17.932 [info] Started installation script. Waiting for it to finish...\n2025-07-29 12:20:17.932 [info] Waiting for server to install via process(97329)...\n2025-07-29 12:20:17.941 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 12:20:17.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 12:20:17.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 12:20:17.942 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 12:20:17.945 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-29 12:20:17.945 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-29 12:20:17.946 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 12:20:17.946 [error] Failed to connect after 6 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 12:20:17.946 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20189.sh\n2025-07-29 12:20:17.946 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-29 13:30:20.957 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-29 13:30:20.964 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-r7m3nQ/socket.sock\n2025-07-29 13:30:20.965 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-29 13:30:20.966 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-r7m3nQ/socket.sock\n2025-07-29 13:30:20.969 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13059.sh"" | ssh -v -T -D 60144 login.haicore.berlin bash --login -c bash\n2025-07-29 13:30:20.969 [info] Started installation script. Waiting for it to finish...\n2025-07-29 13:30:20.969 [info] Waiting for server to install via process(98146)...\n2025-07-29 13:30:20.980 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-29 13:30:20.980 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-29 13:30:20.981 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-29 13:30:20.981 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 13:30:20.982 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-29 13:30:20.982 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 13:30:21.100 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-29 13:30:21.101 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-29 13:30:21.101 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-29 13:30:21.148 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-29 13:30:21.150 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-29 13:30:21.150 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-29 13:30:21.191 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\n\n2025-07-29 13:30:21.191 [info] (ssh_tunnel) stderr: debug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-29 13:30:21.192 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-29 13:30:21.232 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-29 13:30:21.233 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-29 13:30:21.233 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-29 13:30:21.238 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-07-29 13:30:21.238 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-29 13:30:21.374 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-29 13:30:21.454 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-29 13:30:21.460 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-29 13:30:21.460 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 13:30:21.509 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-29 13:30:21.592 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-29 13:30:21.857 [info] Askpass server received request: POST /\n2025-07-29 13:30:21.857 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-29 13:30:21.857 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-29 13:30:29.133 [error] Password authentication cancelled\n2025-07-29 13:30:29.135 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-29 13:30:31.474 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-29 13:30:31.479 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-G9aESR/socket.sock\n2025-07-29 13:30:31.480 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-29 13:30:31.482 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-G9aESR/socket.sock\n2025-07-29 13:30:31.484 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25117.sh"" | ssh -v -T -D 60156 login.haicore.berlin bash --login -c bash\n2025-07-29 13:30:31.484 [info] Started installation script. Waiting for it to finish...\n2025-07-29 13:30:31.484 [info] Waiting for server to install via process(98164)...\n2025-07-29 13:30:31.490 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-29 13:30:31.490 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\ndebug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-29 13:30:31.491 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-29 13:30:31.535 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-29 13:30:31.535 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-29 13:30:31.535 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-29 13:30:31.581 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-29 13:30:31.582 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-29 13:30:31.582 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-29 13:30:31.621 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-29 13:30:31.621 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-29 13:30:31.621 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-29 13:30:31.664 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-29 13:30:31.665 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-29 13:30:31.665 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-29 13:30:31.668 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-29 13:30:31.668 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-29 13:30:31.669 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-29 13:30:31.794 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-29 13:30:31.838 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-29 13:30:31.842 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-29 13:30:31.843 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 13:30:31.897 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-29 13:30:31.972 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:60156 forwarded to remote address socks:0\n\n2025-07-29 13:30:31.972 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 60156.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 60156.\n\n2025-07-29 13:30:31.973 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-29 13:30:31.974 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-29 13:30:31.974 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-29 13:30:32.014 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-29 13:30:32.015 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-29 13:30:32.023 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\n\n2025-07-29 13:30:32.024 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-29 13:30:32.056 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-29 13:30:32.466 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-29 13:30:32.502 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 13:30:32.504 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-29 13:30:32.505 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-29 13:30:32.508 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-29 13:30:32.520 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-29 13:30:32.539 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-29 13:30:32.542 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-29 13:30:32.545 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-29 13:30:32.549 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-29 13:30:32.554 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b1c5208e-4bb8-4710-a2e1-1df2881ed078\n\n2025-07-29 13:30:32.555 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3036464 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-29 13:30:32.556 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-29 13:30:33.064 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-29 13:30:33.083 [info] (ssh_tunnel) stdout: Code server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 2892780 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-29 13:30:33.084 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 13:30:33.091 [info] (ssh_tunnel) stdout: f15310df3dcff5a9e8c8a68f: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==34991==\nmultiplexConnectionToken==b1c5208e-4bb8-4710-a2e1-1df2881ed078==\ncodeListeningOn==40901==\ncodeConnectionToken==7040d872-d888-44fe-bdcd-444dbc3ba4b9==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nf15310df3dcff5a9e8c8a68f: end\n\n2025-07-29 13:30:33.092 [info] Server install command exit code: 0\n2025-07-29 13:30:33.092 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25117.sh\n2025-07-29 13:30:33.092 [info] [forwarding][code] creating new forwarding server\n2025-07-29 13:30:33.092 [info] [forwarding][code] server listening on 127.0.0.1:60159\n2025-07-29 13:30:33.092 [info] [forwarding][code] Set up server\n2025-07-29 13:30:33.092 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 7040d872-d888-44fe-bdcd-444dbc3ba4b9\n2025-07-29 13:30:33.092 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-29 13:30:33.092 [info] [forwarding][multiplex] server listening on 127.0.0.1:60160\n2025-07-29 13:30:33.092 [info] [forwarding][multiplex] Set up server\n2025-07-29 13:30:33.093 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b1c5208e-4bb8-4710-a2e1-1df2881ed078\n2025-07-29 13:30:33.093 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:30:33.093 [info] [remote-ssh] Resolved exec server. Socks port: 60156\n2025-07-29 13:30:33.093 [info] Setting up 0 default forwarded ports\n2025-07-29 13:30:33.093 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":60159,""connectionToken"":""7040d872-d888-44fe-bdcd-444dbc3ba4b9"",""extensionHostEnv"":{}}. Socks port: 60156\n2025-07-29 13:30:33.094 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-29 13:30:33.094 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1e411df3-6b0b-4588-b886-f3c8ecae3b46] received connection request\n2025-07-29 13:30:33.095 [info] [command][182ba545-0f1e-4594-99e7-ac7ccda3440b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""182ba545-0f1e-4594-99e7-ac7ccda3440b""}\n2025-07-29 13:30:33.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:30:33.106 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][43c92609-9bf0-4324-83fa-f3bf3156d7f9] received connection request\n2025-07-29 13:30:33.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:30:33.137 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1e411df3-6b0b-4588-b886-f3c8ecae3b46] socks forwarding established\n2025-07-29 13:30:33.147 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][43c92609-9bf0-4324-83fa-f3bf3156d7f9] socks forwarding established\n2025-07-29 13:30:33.189 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1e411df3-6b0b-4588-b886-f3c8ecae3b46] socks connection closed\n2025-07-29 13:30:33.189 [info] [command][182ba545-0f1e-4594-99e7-ac7ccda3440b] Process exited with code 0\n2025-07-29 13:30:33.189 [info] [command][182ba545-0f1e-4594-99e7-ac7ccda3440b] Socket close event received\n2025-07-29 13:30:33.203 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][b9b697ad-92cf-4e4d-8623-b44302c02af9] received connection request\n2025-07-29 13:30:33.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:30:33.229 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60162 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:30:33.244 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][b9b697ad-92cf-4e4d-8623-b44302c02af9] socks forwarding established\n2025-07-29 13:30:33.445 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-29 13:31:33.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:31:33.199 [info] [command][bdd6b296-4379-43f7-88d1-0f90b38f2af6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bdd6b296-4379-43f7-88d1-0f90b38f2af6""}\n2025-07-29 13:31:33.200 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c44f782c-d842-4540-a8d3-05daea2339bc] received connection request\n2025-07-29 13:31:33.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:31:33.247 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c44f782c-d842-4540-a8d3-05daea2339bc] socks forwarding established\n2025-07-29 13:31:33.295 [info] [command][bdd6b296-4379-43f7-88d1-0f90b38f2af6] Process exited with code 0\n2025-07-29 13:31:33.296 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c44f782c-d842-4540-a8d3-05daea2339bc] socks connection closed\n2025-07-29 13:31:33.296 [info] [command][bdd6b296-4379-43f7-88d1-0f90b38f2af6] Socket close event received\n2025-07-29 13:31:33.335 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60245 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:32:33.296 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:32:33.299 [info] [command][1857a9df-9b63-4312-a574-2288bb62e9a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1857a9df-9b63-4312-a574-2288bb62e9a5""}\n2025-07-29 13:32:33.299 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d588537b-14ec-4776-8d84-d18c70861842] received connection request\n2025-07-29 13:32:33.300 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:32:33.343 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d588537b-14ec-4776-8d84-d18c70861842] socks forwarding established\n2025-07-29 13:32:33.394 [info] [command][1857a9df-9b63-4312-a574-2288bb62e9a5] Process exited with code 0\n2025-07-29 13:32:33.394 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d588537b-14ec-4776-8d84-d18c70861842] socks connection closed\n2025-07-29 13:32:33.394 [info] [command][1857a9df-9b63-4312-a574-2288bb62e9a5] Socket close event received\n2025-07-29 13:32:33.433 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60282 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:33:33.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:33:33.399 [info] [command][e86af136-e97f-471b-86cc-1d558edc9c7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e86af136-e97f-471b-86cc-1d558edc9c7c""}\n2025-07-29 13:33:33.400 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][68639715-f003-4e88-a0c8-33074c77a48e] received connection request\n2025-07-29 13:33:33.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:33:33.443 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][68639715-f003-4e88-a0c8-33074c77a48e] socks forwarding established\n2025-07-29 13:33:33.487 [info] [command][e86af136-e97f-471b-86cc-1d558edc9c7c] Process exited with code 0\n2025-07-29 13:33:33.487 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][68639715-f003-4e88-a0c8-33074c77a48e] socks connection closed\n2025-07-29 13:33:33.487 [info] [command][e86af136-e97f-471b-86cc-1d558edc9c7c] Socket close event received\n2025-07-29 13:33:33.527 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60299 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:34:33.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:34:33.490 [info] [command][8f5c2e4f-4e9b-43bb-9d8c-0f9305c9486c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8f5c2e4f-4e9b-43bb-9d8c-0f9305c9486c""}\n2025-07-29 13:34:33.491 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2967f13a-1504-4e9a-8319-bc8a32fa0c9b] received connection request\n2025-07-29 13:34:33.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:34:33.536 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2967f13a-1504-4e9a-8319-bc8a32fa0c9b] socks forwarding established\n2025-07-29 13:34:33.585 [info] [command][8f5c2e4f-4e9b-43bb-9d8c-0f9305c9486c] Process exited with code 0\n2025-07-29 13:34:33.586 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2967f13a-1504-4e9a-8319-bc8a32fa0c9b] socks connection closed\n2025-07-29 13:34:33.586 [info] [command][8f5c2e4f-4e9b-43bb-9d8c-0f9305c9486c] Socket close event received\n2025-07-29 13:34:33.626 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60343 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:35:33.587 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:35:33.592 [info] [command][cfc1d64e-ebca-4ead-b36b-cca683930695] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cfc1d64e-ebca-4ead-b36b-cca683930695""}\n2025-07-29 13:35:33.593 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f7a7f405-9d34-48da-8705-094b5daf59ee] received connection request\n2025-07-29 13:35:33.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:35:33.636 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f7a7f405-9d34-48da-8705-094b5daf59ee] socks forwarding established\n2025-07-29 13:35:33.682 [info] [command][cfc1d64e-ebca-4ead-b36b-cca683930695] Process exited with code 0\n2025-07-29 13:35:33.683 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f7a7f405-9d34-48da-8705-094b5daf59ee] socks connection closed\n2025-07-29 13:35:33.683 [info] [command][cfc1d64e-ebca-4ead-b36b-cca683930695] Socket close event received\n2025-07-29 13:35:33.724 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60387 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:36:33.684 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:36:33.686 [info] [command][28cda6c3-faea-4dc6-89e2-389846a7c489] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""28cda6c3-faea-4dc6-89e2-389846a7c489""}\n2025-07-29 13:36:33.687 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5efb7167-9464-4aad-92bd-b5b3eff61233] received connection request\n2025-07-29 13:36:33.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:36:33.729 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5efb7167-9464-4aad-92bd-b5b3eff61233] socks forwarding established\n2025-07-29 13:36:33.775 [info] [command][28cda6c3-faea-4dc6-89e2-389846a7c489] Process exited with code 0\n2025-07-29 13:36:33.775 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5efb7167-9464-4aad-92bd-b5b3eff61233] socks connection closed\n2025-07-29 13:36:33.775 [info] [command][28cda6c3-faea-4dc6-89e2-389846a7c489] Socket close event received\n2025-07-29 13:36:33.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60430 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:37:33.778 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:37:33.782 [info] [command][8f716518-fc5c-4e8c-80c8-a36dab3f6e84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8f716518-fc5c-4e8c-80c8-a36dab3f6e84""}\n2025-07-29 13:37:33.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e870608f-17f3-44bc-bcb6-0ef94dc8e093] received connection request\n2025-07-29 13:37:33.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:37:33.830 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e870608f-17f3-44bc-bcb6-0ef94dc8e093] socks forwarding established\n2025-07-29 13:37:33.879 [info] [command][8f716518-fc5c-4e8c-80c8-a36dab3f6e84] Process exited with code 0\n2025-07-29 13:37:33.880 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e870608f-17f3-44bc-bcb6-0ef94dc8e093] socks connection closed\n2025-07-29 13:37:33.880 [info] [command][8f716518-fc5c-4e8c-80c8-a36dab3f6e84] Socket close event received\n2025-07-29 13:37:33.921 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60473 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:38:33.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:38:33.886 [info] [command][c99f61cb-a236-4e24-a479-2d05ec1a45d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c99f61cb-a236-4e24-a479-2d05ec1a45d3""}\n2025-07-29 13:38:33.886 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b354c826-50f4-42e3-b2cd-a014843afbb7] received connection request\n2025-07-29 13:38:33.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:38:33.929 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b354c826-50f4-42e3-b2cd-a014843afbb7] socks forwarding established\n2025-07-29 13:38:33.976 [info] [command][c99f61cb-a236-4e24-a479-2d05ec1a45d3] Process exited with code 0\n2025-07-29 13:38:33.976 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b354c826-50f4-42e3-b2cd-a014843afbb7] socks connection closed\n2025-07-29 13:38:33.977 [info] [command][c99f61cb-a236-4e24-a479-2d05ec1a45d3] Socket close event received\n2025-07-29 13:38:34.017 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60493 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:39:33.982 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:39:33.985 [info] [command][30ad0222-0453-4eea-8288-21f5f1acd8a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""30ad0222-0453-4eea-8288-21f5f1acd8a4""}\n2025-07-29 13:39:33.986 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c87290db-11e0-499d-991a-25a69320990b] received connection request\n2025-07-29 13:39:33.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:39:34.034 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c87290db-11e0-499d-991a-25a69320990b] socks forwarding established\n2025-07-29 13:39:34.086 [info] [command][30ad0222-0453-4eea-8288-21f5f1acd8a4] Process exited with code 0\n2025-07-29 13:39:34.086 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c87290db-11e0-499d-991a-25a69320990b] socks connection closed\n2025-07-29 13:39:34.086 [info] [command][30ad0222-0453-4eea-8288-21f5f1acd8a4] Socket close event received\n2025-07-29 13:39:34.127 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60516 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:40:34.092 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:40:34.096 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d310dcf2-4927-4091-9e94-7773d86606e6] received connection request\n2025-07-29 13:40:34.096 [info] [command][e8017639-6e44-4d9b-b9e8-1c941ad2c43e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e8017639-6e44-4d9b-b9e8-1c941ad2c43e""}\n2025-07-29 13:40:34.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:40:34.139 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d310dcf2-4927-4091-9e94-7773d86606e6] socks forwarding established\n2025-07-29 13:40:34.183 [info] [command][e8017639-6e44-4d9b-b9e8-1c941ad2c43e] Process exited with code 0\n2025-07-29 13:40:34.183 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d310dcf2-4927-4091-9e94-7773d86606e6] socks connection closed\n2025-07-29 13:40:34.184 [info] [command][e8017639-6e44-4d9b-b9e8-1c941ad2c43e] Socket close event received\n2025-07-29 13:40:34.223 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60570 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:41:34.190 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:41:34.193 [info] [command][a783fcd0-4c61-46c3-8c50-d92efe005c46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a783fcd0-4c61-46c3-8c50-d92efe005c46""}\n2025-07-29 13:41:34.194 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][00526e7a-5d48-4690-ad04-d9a130326267] received connection request\n2025-07-29 13:41:34.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:41:34.237 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00526e7a-5d48-4690-ad04-d9a130326267] socks forwarding established\n2025-07-29 13:41:34.282 [info] [command][a783fcd0-4c61-46c3-8c50-d92efe005c46] Process exited with code 0\n2025-07-29 13:41:34.282 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00526e7a-5d48-4690-ad04-d9a130326267] socks connection closed\n2025-07-29 13:41:34.283 [info] [command][a783fcd0-4c61-46c3-8c50-d92efe005c46] Socket close event received\n2025-07-29 13:41:34.325 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60606 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:42:34.288 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:42:34.290 [info] [command][cb264467-6b6d-41d4-a96e-348e1e9dbbb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cb264467-6b6d-41d4-a96e-348e1e9dbbb3""}\n2025-07-29 13:42:34.291 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3cfda049-8369-4d42-9600-d9f579f64b0c] received connection request\n2025-07-29 13:42:34.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:42:34.334 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3cfda049-8369-4d42-9600-d9f579f64b0c] socks forwarding established\n2025-07-29 13:42:34.380 [info] [command][cb264467-6b6d-41d4-a96e-348e1e9dbbb3] Process exited with code 0\n2025-07-29 13:42:34.380 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3cfda049-8369-4d42-9600-d9f579f64b0c] socks connection closed\n2025-07-29 13:42:34.380 [info] [command][cb264467-6b6d-41d4-a96e-348e1e9dbbb3] Socket close event received\n2025-07-29 13:42:34.421 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60646 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:43:34.384 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:43:34.386 [info] [command][196c2d2a-1695-48cd-9d5b-663a7646fa72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""196c2d2a-1695-48cd-9d5b-663a7646fa72""}\n2025-07-29 13:43:34.386 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][88e62a9a-04c2-46b9-9be0-ed0fca23c4c1] received connection request\n2025-07-29 13:43:34.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:43:34.426 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][88e62a9a-04c2-46b9-9be0-ed0fca23c4c1] socks forwarding established\n2025-07-29 13:43:34.473 [info] [command][196c2d2a-1695-48cd-9d5b-663a7646fa72] Process exited with code 0\n2025-07-29 13:43:34.473 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][88e62a9a-04c2-46b9-9be0-ed0fca23c4c1] socks connection closed\n2025-07-29 13:43:34.473 [info] [command][196c2d2a-1695-48cd-9d5b-663a7646fa72] Socket close event received\n2025-07-29 13:43:34.513 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60676 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:44:34.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:44:34.482 [info] [command][98dcb290-a233-4b73-860e-fce9986a0fac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""98dcb290-a233-4b73-860e-fce9986a0fac""}\n2025-07-29 13:44:34.483 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6790ba38-2eaf-4fe4-ab35-341278c5cee2] received connection request\n2025-07-29 13:44:34.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:44:34.525 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6790ba38-2eaf-4fe4-ab35-341278c5cee2] socks forwarding established\n2025-07-29 13:44:34.569 [info] [command][98dcb290-a233-4b73-860e-fce9986a0fac] Process exited with code 0\n2025-07-29 13:44:34.570 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6790ba38-2eaf-4fe4-ab35-341278c5cee2] socks connection closed\n2025-07-29 13:44:34.570 [info] [command][98dcb290-a233-4b73-860e-fce9986a0fac] Socket close event received\n2025-07-29 13:44:34.610 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60703 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:45:34.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:45:34.575 [info] [command][32068a65-29bc-44d6-88a2-5e651e084e61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""32068a65-29bc-44d6-88a2-5e651e084e61""}\n2025-07-29 13:45:34.576 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cedfb0ac-ed96-409c-ad09-f0da3cf3924f] received connection request\n2025-07-29 13:45:34.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:45:34.618 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cedfb0ac-ed96-409c-ad09-f0da3cf3924f] socks forwarding established\n2025-07-29 13:45:34.663 [info] [command][32068a65-29bc-44d6-88a2-5e651e084e61] Process exited with code 0\n2025-07-29 13:45:34.663 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cedfb0ac-ed96-409c-ad09-f0da3cf3924f] socks connection closed\n2025-07-29 13:45:34.663 [info] [command][32068a65-29bc-44d6-88a2-5e651e084e61] Socket close event received\n2025-07-29 13:45:34.702 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60757 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:46:34.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:46:34.667 [info] [command][9673c620-f8dc-4913-a70a-9d0a11effebb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9673c620-f8dc-4913-a70a-9d0a11effebb""}\n2025-07-29 13:46:34.668 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3e4d5f71-58ce-400b-b4e7-d2d23a41ef8b] received connection request\n2025-07-29 13:46:34.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:46:34.716 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3e4d5f71-58ce-400b-b4e7-d2d23a41ef8b] socks forwarding established\n2025-07-29 13:46:34.762 [info] [command][9673c620-f8dc-4913-a70a-9d0a11effebb] Process exited with code 0\n2025-07-29 13:46:34.762 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3e4d5f71-58ce-400b-b4e7-d2d23a41ef8b] socks connection closed\n2025-07-29 13:46:34.762 [info] [command][9673c620-f8dc-4913-a70a-9d0a11effebb] Socket close event received\n2025-07-29 13:46:34.802 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60780 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:47:34.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:47:34.767 [info] [command][1804212a-1a3c-4fdd-b5b0-37acfcb4a4ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1804212a-1a3c-4fdd-b5b0-37acfcb4a4ac""}\n2025-07-29 13:47:34.767 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7bf3746b-193e-4c97-ad4c-974bd519f71c] received connection request\n2025-07-29 13:47:34.768 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:47:34.808 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7bf3746b-193e-4c97-ad4c-974bd519f71c] socks forwarding established\n2025-07-29 13:47:34.855 [info] [command][1804212a-1a3c-4fdd-b5b0-37acfcb4a4ac] Process exited with code 0\n2025-07-29 13:47:34.856 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7bf3746b-193e-4c97-ad4c-974bd519f71c] socks connection closed\n2025-07-29 13:47:34.856 [info] [command][1804212a-1a3c-4fdd-b5b0-37acfcb4a4ac] Socket close event received\n2025-07-29 13:47:34.899 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60813 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:48:34.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:48:34.861 [info] [command][08194c91-6a33-4a52-800a-79bf79ba3678] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""08194c91-6a33-4a52-800a-79bf79ba3678""}\n2025-07-29 13:48:34.862 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bb2157b5-7e1a-4eb6-97ac-db5ecfa0da4a] received connection request\n2025-07-29 13:48:34.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:48:34.903 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bb2157b5-7e1a-4eb6-97ac-db5ecfa0da4a] socks forwarding established\n2025-07-29 13:48:34.948 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bb2157b5-7e1a-4eb6-97ac-db5ecfa0da4a] socks connection closed\n2025-07-29 13:48:34.948 [info] [command][08194c91-6a33-4a52-800a-79bf79ba3678] Process exited with code 0\n2025-07-29 13:48:34.948 [info] [command][08194c91-6a33-4a52-800a-79bf79ba3678] Socket close event received\n2025-07-29 13:48:34.994 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60833 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:49:34.952 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:49:34.954 [info] [command][72f8a47f-ff80-4c1e-94a5-41d408984ca1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""72f8a47f-ff80-4c1e-94a5-41d408984ca1""}\n2025-07-29 13:49:34.955 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4e19e02e-6b98-49b6-9317-721121a374bb] received connection request\n2025-07-29 13:49:34.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:49:34.995 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4e19e02e-6b98-49b6-9317-721121a374bb] socks forwarding established\n2025-07-29 13:49:35.041 [info] [command][72f8a47f-ff80-4c1e-94a5-41d408984ca1] Process exited with code 0\n2025-07-29 13:49:35.041 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4e19e02e-6b98-49b6-9317-721121a374bb] socks connection closed\n2025-07-29 13:49:35.041 [info] [command][72f8a47f-ff80-4c1e-94a5-41d408984ca1] Socket close event received\n2025-07-29 13:49:35.081 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60859 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:50:35.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:50:35.044 [info] [command][c4c4304d-5288-4c32-bf27-d58096134bce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c4c4304d-5288-4c32-bf27-d58096134bce""}\n2025-07-29 13:50:35.045 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2af8626e-0852-4ef2-8a51-45e5bca4b8f7] received connection request\n2025-07-29 13:50:35.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:50:35.089 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2af8626e-0852-4ef2-8a51-45e5bca4b8f7] socks forwarding established\n2025-07-29 13:50:35.135 [info] [command][c4c4304d-5288-4c32-bf27-d58096134bce] Process exited with code 0\n2025-07-29 13:50:35.136 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2af8626e-0852-4ef2-8a51-45e5bca4b8f7] socks connection closed\n2025-07-29 13:50:35.136 [info] [command][c4c4304d-5288-4c32-bf27-d58096134bce] Socket close event received\n2025-07-29 13:50:35.179 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60925 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:51:35.142 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:51:35.144 [info] [command][8deb1b56-a353-491b-833c-1fd8640978fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8deb1b56-a353-491b-833c-1fd8640978fc""}\n2025-07-29 13:51:35.145 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cd7d7e7a-eb55-4f15-9a3c-e97943e6a549] received connection request\n2025-07-29 13:51:35.146 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:51:35.238 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cd7d7e7a-eb55-4f15-9a3c-e97943e6a549] socks forwarding established\n2025-07-29 13:51:35.290 [info] [command][8deb1b56-a353-491b-833c-1fd8640978fc] Process exited with code 0\n2025-07-29 13:51:35.291 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cd7d7e7a-eb55-4f15-9a3c-e97943e6a549] socks connection closed\n2025-07-29 13:51:35.291 [info] [command][8deb1b56-a353-491b-833c-1fd8640978fc] Socket close event received\n2025-07-29 13:51:35.365 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60950 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:52:35.292 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:52:35.294 [info] [command][34f5f3ff-e1f7-4341-bea5-1b13eda3de1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""34f5f3ff-e1f7-4341-bea5-1b13eda3de1d""}\n2025-07-29 13:52:35.295 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][069b47dc-52c2-4253-938f-c4bd773b31a9] received connection request\n2025-07-29 13:52:35.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:52:35.339 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][069b47dc-52c2-4253-938f-c4bd773b31a9] socks forwarding established\n2025-07-29 13:52:35.382 [info] [command][34f5f3ff-e1f7-4341-bea5-1b13eda3de1d] Process exited with code 0\n2025-07-29 13:52:35.383 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][069b47dc-52c2-4253-938f-c4bd773b31a9] socks connection closed\n2025-07-29 13:52:35.383 [info] [command][34f5f3ff-e1f7-4341-bea5-1b13eda3de1d] Socket close event received\n2025-07-29 13:52:35.424 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60989 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:53:35.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:53:35.391 [info] [command][1ec294c8-6dd0-4789-8e1e-bb9d3db938ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1ec294c8-6dd0-4789-8e1e-bb9d3db938ab""}\n2025-07-29 13:53:35.392 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a8d5743a-9bbf-40be-a358-7b4efcc1033f] received connection request\n2025-07-29 13:53:35.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:53:35.433 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a8d5743a-9bbf-40be-a358-7b4efcc1033f] socks forwarding established\n2025-07-29 13:53:35.478 [info] [command][1ec294c8-6dd0-4789-8e1e-bb9d3db938ab] Process exited with code 0\n2025-07-29 13:53:35.478 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a8d5743a-9bbf-40be-a358-7b4efcc1033f] socks connection closed\n2025-07-29 13:53:35.478 [info] [command][1ec294c8-6dd0-4789-8e1e-bb9d3db938ab] Socket close event received\n2025-07-29 13:53:35.548 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61016 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:54:35.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:54:35.482 [info] [command][3ca6510d-53d9-4b01-80b4-1b6569468fe9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3ca6510d-53d9-4b01-80b4-1b6569468fe9""}\n2025-07-29 13:54:35.483 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0ce4a2e1-31c6-4228-9c10-197a02dc9d76] received connection request\n2025-07-29 13:54:35.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:54:35.525 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ce4a2e1-31c6-4228-9c10-197a02dc9d76] socks forwarding established\n2025-07-29 13:54:35.578 [info] [command][3ca6510d-53d9-4b01-80b4-1b6569468fe9] Process exited with code 0\n2025-07-29 13:54:35.578 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ce4a2e1-31c6-4228-9c10-197a02dc9d76] socks connection closed\n2025-07-29 13:54:35.578 [info] [command][3ca6510d-53d9-4b01-80b4-1b6569468fe9] Socket close event received\n2025-07-29 13:54:35.618 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61041 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:55:35.583 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:55:35.585 [info] [command][b8cc2763-aa0d-411b-9e78-6d81863cca5c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b8cc2763-aa0d-411b-9e78-6d81863cca5c""}\n2025-07-29 13:55:35.586 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d7752c3a-d275-4f7f-8f86-4f07508f9c48] received connection request\n2025-07-29 13:55:35.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:55:35.628 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7752c3a-d275-4f7f-8f86-4f07508f9c48] socks forwarding established\n2025-07-29 13:55:35.674 [info] [command][b8cc2763-aa0d-411b-9e78-6d81863cca5c] Process exited with code 0\n2025-07-29 13:55:35.674 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7752c3a-d275-4f7f-8f86-4f07508f9c48] socks connection closed\n2025-07-29 13:55:35.675 [info] [command][b8cc2763-aa0d-411b-9e78-6d81863cca5c] Socket close event received\n2025-07-29 13:55:35.715 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61094 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:56:35.676 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:56:35.679 [info] [command][75ad9df2-e324-4830-a7b6-4f72948aed59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""75ad9df2-e324-4830-a7b6-4f72948aed59""}\n2025-07-29 13:56:35.680 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][953fe42c-5d95-4d93-9cbd-575d1b745e90] received connection request\n2025-07-29 13:56:35.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:56:35.723 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][953fe42c-5d95-4d93-9cbd-575d1b745e90] socks forwarding established\n2025-07-29 13:56:35.770 [info] [command][75ad9df2-e324-4830-a7b6-4f72948aed59] Process exited with code 0\n2025-07-29 13:56:35.770 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][953fe42c-5d95-4d93-9cbd-575d1b745e90] socks connection closed\n2025-07-29 13:56:35.770 [info] [command][75ad9df2-e324-4830-a7b6-4f72948aed59] Socket close event received\n2025-07-29 13:56:35.811 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61112 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:57:35.771 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:57:35.774 [info] [command][41b0b4fd-5fe4-4fb9-abe4-c9200681497a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""41b0b4fd-5fe4-4fb9-abe4-c9200681497a""}\n2025-07-29 13:57:35.775 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2a7ecb49-0f00-4325-ad2a-5ad31b826f16] received connection request\n2025-07-29 13:57:35.775 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:57:35.819 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2a7ecb49-0f00-4325-ad2a-5ad31b826f16] socks forwarding established\n2025-07-29 13:57:35.867 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2a7ecb49-0f00-4325-ad2a-5ad31b826f16] socks connection closed\n2025-07-29 13:57:35.868 [info] [command][41b0b4fd-5fe4-4fb9-abe4-c9200681497a] Process exited with code 0\n2025-07-29 13:57:35.868 [info] [command][41b0b4fd-5fe4-4fb9-abe4-c9200681497a] Socket close event received\n2025-07-29 13:57:35.910 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61181 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:58:35.871 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:58:35.874 [info] [command][a46ec297-e4b8-47e6-841b-84624bef6577] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a46ec297-e4b8-47e6-841b-84624bef6577""}\n2025-07-29 13:58:35.875 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d1e93ef7-ea83-4786-8b54-920b34f21e8d] received connection request\n2025-07-29 13:58:35.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:58:35.918 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d1e93ef7-ea83-4786-8b54-920b34f21e8d] socks forwarding established\n2025-07-29 13:58:35.965 [info] [command][a46ec297-e4b8-47e6-841b-84624bef6577] Process exited with code 0\n2025-07-29 13:58:35.965 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d1e93ef7-ea83-4786-8b54-920b34f21e8d] socks connection closed\n2025-07-29 13:58:35.965 [info] [command][a46ec297-e4b8-47e6-841b-84624bef6577] Socket close event received\n2025-07-29 13:58:36.009 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61230 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 13:59:35.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 13:59:35.971 [info] [command][55c7afbb-814e-4d96-b531-fece8c6733f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""55c7afbb-814e-4d96-b531-fece8c6733f8""}\n2025-07-29 13:59:35.972 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][477b8c13-1a8a-4a2e-a855-35997762104f] received connection request\n2025-07-29 13:59:35.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 13:59:36.014 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][477b8c13-1a8a-4a2e-a855-35997762104f] socks forwarding established\n2025-07-29 13:59:36.058 [info] [command][55c7afbb-814e-4d96-b531-fece8c6733f8] Process exited with code 0\n2025-07-29 13:59:36.059 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][477b8c13-1a8a-4a2e-a855-35997762104f] socks connection closed\n2025-07-29 13:59:36.059 [info] [command][55c7afbb-814e-4d96-b531-fece8c6733f8] Socket close event received\n2025-07-29 13:59:36.099 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61252 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:00:36.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:00:36.063 [info] [command][ae8ddd2a-4639-4636-b4f5-c516aba9feaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ae8ddd2a-4639-4636-b4f5-c516aba9feaf""}\n2025-07-29 14:00:36.064 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][753f3dde-1aa3-4012-aa3a-dc9d5724d3a5] received connection request\n2025-07-29 14:00:36.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:00:36.108 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][753f3dde-1aa3-4012-aa3a-dc9d5724d3a5] socks forwarding established\n2025-07-29 14:00:36.154 [info] [command][ae8ddd2a-4639-4636-b4f5-c516aba9feaf] Process exited with code 0\n2025-07-29 14:00:36.155 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][753f3dde-1aa3-4012-aa3a-dc9d5724d3a5] socks connection closed\n2025-07-29 14:00:36.155 [info] [command][ae8ddd2a-4639-4636-b4f5-c516aba9feaf] Socket close event received\n2025-07-29 14:00:36.195 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61297 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:01:36.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:01:36.163 [info] [command][bec2c0a4-cb15-4651-9259-c9ad88ff3907] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bec2c0a4-cb15-4651-9259-c9ad88ff3907""}\n2025-07-29 14:01:36.163 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][86c43e05-fe80-41e2-9e12-47c09e471de7] received connection request\n2025-07-29 14:01:36.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:01:36.205 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][86c43e05-fe80-41e2-9e12-47c09e471de7] socks forwarding established\n2025-07-29 14:01:36.250 [info] [command][bec2c0a4-cb15-4651-9259-c9ad88ff3907] Process exited with code 0\n2025-07-29 14:01:36.250 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][86c43e05-fe80-41e2-9e12-47c09e471de7] socks connection closed\n2025-07-29 14:01:36.250 [info] [command][bec2c0a4-cb15-4651-9259-c9ad88ff3907] Socket close event received\n2025-07-29 14:01:36.292 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61315 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:02:36.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:02:36.257 [info] [command][9616b6e1-e3c9-40be-8d8e-abfca552ac3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9616b6e1-e3c9-40be-8d8e-abfca552ac3a""}\n2025-07-29 14:02:36.258 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0295e1c1-a1f0-467c-b033-7a86a1cc97c0] received connection request\n2025-07-29 14:02:36.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:02:36.300 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0295e1c1-a1f0-467c-b033-7a86a1cc97c0] socks forwarding established\n2025-07-29 14:02:36.346 [info] [command][9616b6e1-e3c9-40be-8d8e-abfca552ac3a] Process exited with code 0\n2025-07-29 14:02:36.347 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0295e1c1-a1f0-467c-b033-7a86a1cc97c0] socks connection closed\n2025-07-29 14:02:36.347 [info] [command][9616b6e1-e3c9-40be-8d8e-abfca552ac3a] Socket close event received\n2025-07-29 14:02:36.387 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61351 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:03:36.348 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:03:36.351 [info] [command][d5761a4f-ef5d-40ad-834a-54b30bfdbdbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d5761a4f-ef5d-40ad-834a-54b30bfdbdbd""}\n2025-07-29 14:03:36.351 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][06c23502-d24c-4ea7-af65-7bc5e2e04131] received connection request\n2025-07-29 14:03:36.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:03:36.424 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][06c23502-d24c-4ea7-af65-7bc5e2e04131] socks forwarding established\n2025-07-29 14:03:36.470 [info] [command][d5761a4f-ef5d-40ad-834a-54b30bfdbdbd] Process exited with code 0\n2025-07-29 14:03:36.471 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][06c23502-d24c-4ea7-af65-7bc5e2e04131] socks connection closed\n2025-07-29 14:03:36.471 [info] [command][d5761a4f-ef5d-40ad-834a-54b30bfdbdbd] Socket close event received\n2025-07-29 14:03:36.525 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61378 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:04:36.474 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:04:36.477 [info] [command][d3b17ceb-4f03-4e77-9a1e-dda7bcb6dde6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d3b17ceb-4f03-4e77-9a1e-dda7bcb6dde6""}\n2025-07-29 14:04:36.477 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c4132279-a5a5-4ec8-a750-63e8f5186caa] received connection request\n2025-07-29 14:04:36.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 14:04:36.478 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:04:36.519 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c4132279-a5a5-4ec8-a750-63e8f5186caa] socks forwarding established\n2025-07-29 14:04:36.564 [info] [command][d3b17ceb-4f03-4e77-9a1e-dda7bcb6dde6] Process exited with code 0\n2025-07-29 14:04:36.565 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c4132279-a5a5-4ec8-a750-63e8f5186caa] socks connection closed\n2025-07-29 14:04:36.565 [info] [command][d3b17ceb-4f03-4e77-9a1e-dda7bcb6dde6] Socket close event received\n2025-07-29 14:04:36.606 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61403 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:05:36.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:05:36.566 [info] [command][bc09ddac-cfd7-4101-9cdc-0734fab31ef4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bc09ddac-cfd7-4101-9cdc-0734fab31ef4""}\n2025-07-29 14:05:36.566 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e4bd16a1-bc7a-4a8b-bca0-9eefccf4b7c7] received connection request\n2025-07-29 14:05:36.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:05:36.607 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e4bd16a1-bc7a-4a8b-bca0-9eefccf4b7c7] socks forwarding established\n2025-07-29 14:05:36.652 [info] [command][bc09ddac-cfd7-4101-9cdc-0734fab31ef4] Process exited with code 0\n2025-07-29 14:05:36.652 [info] [command][bc09ddac-cfd7-4101-9cdc-0734fab31ef4] Socket close event received\n2025-07-29 14:05:36.652 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e4bd16a1-bc7a-4a8b-bca0-9eefccf4b7c7] socks connection closed\n2025-07-29 14:05:36.695 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61449 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:06:36.655 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:06:36.658 [info] [command][132450c6-b3e4-4a48-b6ce-fbad2be41675] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""132450c6-b3e4-4a48-b6ce-fbad2be41675""}\n2025-07-29 14:06:36.658 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e40736aa-4824-4a65-82e1-43bdbd13916e] received connection request\n2025-07-29 14:06:36.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:06:36.727 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e40736aa-4824-4a65-82e1-43bdbd13916e] socks forwarding established\n2025-07-29 14:06:36.776 [info] [command][132450c6-b3e4-4a48-b6ce-fbad2be41675] Process exited with code 0\n2025-07-29 14:06:36.776 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e40736aa-4824-4a65-82e1-43bdbd13916e] socks connection closed\n2025-07-29 14:06:36.776 [info] [command][132450c6-b3e4-4a48-b6ce-fbad2be41675] Socket close event received\n2025-07-29 14:06:36.819 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61468 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:07:36.778 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:07:36.779 [info] [command][2ad57be9-5ea3-4bca-b57f-3b08c5cf9e99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2ad57be9-5ea3-4bca-b57f-3b08c5cf9e99""}\n2025-07-29 14:07:36.779 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][110aa75d-1e6b-4841-a2a1-1d9428cf102f] received connection request\n2025-07-29 14:07:36.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:07:36.820 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][110aa75d-1e6b-4841-a2a1-1d9428cf102f] socks forwarding established\n2025-07-29 14:07:36.862 [info] [command][2ad57be9-5ea3-4bca-b57f-3b08c5cf9e99] Process exited with code 0\n2025-07-29 14:07:36.862 [info] [command][2ad57be9-5ea3-4bca-b57f-3b08c5cf9e99] Socket close event received\n2025-07-29 14:07:36.862 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][110aa75d-1e6b-4841-a2a1-1d9428cf102f] socks connection closed\n2025-07-29 14:07:36.902 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61505 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:08:36.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:08:36.864 [info] [command][32892117-2819-4b85-b976-f0e61809a7df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""32892117-2819-4b85-b976-f0e61809a7df""}\n2025-07-29 14:08:36.864 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][19466bdb-fa45-4126-8c00-a691faa85783] received connection request\n2025-07-29 14:08:36.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:08:36.907 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][19466bdb-fa45-4126-8c00-a691faa85783] socks forwarding established\n2025-07-29 14:08:36.951 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][19466bdb-fa45-4126-8c00-a691faa85783] socks connection closed\n2025-07-29 14:08:36.952 [info] [command][32892117-2819-4b85-b976-f0e61809a7df] Process exited with code 0\n2025-07-29 14:08:36.952 [info] [command][32892117-2819-4b85-b976-f0e61809a7df] Socket close event received\n2025-07-29 14:08:36.992 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61527 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:09:36.954 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:09:36.957 [info] [command][7ff8f914-c15f-47e1-b8d9-2ce80e0a9b54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7ff8f914-c15f-47e1-b8d9-2ce80e0a9b54""}\n2025-07-29 14:09:36.957 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][27ae3151-8ded-4aaf-b935-0908e59b9e9b] received connection request\n2025-07-29 14:09:36.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:09:37.000 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][27ae3151-8ded-4aaf-b935-0908e59b9e9b] socks forwarding established\n2025-07-29 14:09:37.055 [info] [command][7ff8f914-c15f-47e1-b8d9-2ce80e0a9b54] Process exited with code 0\n2025-07-29 14:09:37.056 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][27ae3151-8ded-4aaf-b935-0908e59b9e9b] socks connection closed\n2025-07-29 14:09:37.056 [info] [command][7ff8f914-c15f-47e1-b8d9-2ce80e0a9b54] Socket close event received\n2025-07-29 14:09:37.102 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61559 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:10:37.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:10:37.062 [info] [command][046c5290-a7cd-401c-9005-7118d4537a15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""046c5290-a7cd-401c-9005-7118d4537a15""}\n2025-07-29 14:10:37.063 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bcc2a844-4ae2-43c5-88ad-19608889877e] received connection request\n2025-07-29 14:10:37.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:10:37.105 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bcc2a844-4ae2-43c5-88ad-19608889877e] socks forwarding established\n2025-07-29 14:10:37.152 [info] [command][046c5290-a7cd-401c-9005-7118d4537a15] Process exited with code 0\n2025-07-29 14:10:37.152 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bcc2a844-4ae2-43c5-88ad-19608889877e] socks connection closed\n2025-07-29 14:10:37.152 [info] [command][046c5290-a7cd-401c-9005-7118d4537a15] Socket close event received\n2025-07-29 14:10:37.192 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61615 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:11:37.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:11:37.156 [info] [command][fed88476-c62d-4e57-a70a-a6e87f3cd0c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fed88476-c62d-4e57-a70a-a6e87f3cd0c5""}\n2025-07-29 14:11:37.157 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e504102e-86c3-46bc-a04c-61f4b8d97f07] received connection request\n2025-07-29 14:11:37.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:11:37.207 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e504102e-86c3-46bc-a04c-61f4b8d97f07] socks forwarding established\n2025-07-29 14:11:37.254 [info] [command][fed88476-c62d-4e57-a70a-a6e87f3cd0c5] Process exited with code 0\n2025-07-29 14:11:37.254 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e504102e-86c3-46bc-a04c-61f4b8d97f07] socks connection closed\n2025-07-29 14:11:37.254 [info] [command][fed88476-c62d-4e57-a70a-a6e87f3cd0c5] Socket close event received\n2025-07-29 14:11:37.295 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61637 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:12:37.260 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:12:37.264 [info] [command][12cb5729-f265-49d9-8c63-d139a77a8dcc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""12cb5729-f265-49d9-8c63-d139a77a8dcc""}\n2025-07-29 14:12:37.265 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6f285cee-49c2-49cd-a4e4-5a4a001db687] received connection request\n2025-07-29 14:12:37.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:12:37.310 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6f285cee-49c2-49cd-a4e4-5a4a001db687] socks forwarding established\n2025-07-29 14:12:37.355 [info] [command][12cb5729-f265-49d9-8c63-d139a77a8dcc] Process exited with code 0\n2025-07-29 14:12:37.355 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6f285cee-49c2-49cd-a4e4-5a4a001db687] socks connection closed\n2025-07-29 14:12:37.355 [info] [command][12cb5729-f265-49d9-8c63-d139a77a8dcc] Socket close event received\n2025-07-29 14:12:37.396 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61681 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:13:37.356 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:13:37.359 [info] [command][dfef6c62-cf72-4065-a88c-280f94d8fe30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dfef6c62-cf72-4065-a88c-280f94d8fe30""}\n2025-07-29 14:13:37.360 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0d48bdaa-f017-4f5f-9051-6942257bc03b] received connection request\n2025-07-29 14:13:37.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:13:37.403 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0d48bdaa-f017-4f5f-9051-6942257bc03b] socks forwarding established\n2025-07-29 14:13:37.450 [info] [command][dfef6c62-cf72-4065-a88c-280f94d8fe30] Process exited with code 0\n2025-07-29 14:13:37.450 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0d48bdaa-f017-4f5f-9051-6942257bc03b] socks connection closed\n2025-07-29 14:13:37.450 [info] [command][dfef6c62-cf72-4065-a88c-280f94d8fe30] Socket close event received\n2025-07-29 14:13:37.490 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61707 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:14:37.450 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:14:37.451 [info] [command][2dd3dbc0-0132-49c1-abac-ac805e8dbfd8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2dd3dbc0-0132-49c1-abac-ac805e8dbfd8""}\n2025-07-29 14:14:37.451 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fce15ed2-f1db-4c59-b91a-5c42fececb52] received connection request\n2025-07-29 14:14:37.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:14:37.494 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fce15ed2-f1db-4c59-b91a-5c42fececb52] socks forwarding established\n2025-07-29 14:14:37.539 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fce15ed2-f1db-4c59-b91a-5c42fececb52] socks connection closed\n2025-07-29 14:14:37.539 [info] [command][2dd3dbc0-0132-49c1-abac-ac805e8dbfd8] Process exited with code 0\n2025-07-29 14:14:37.539 [info] [command][2dd3dbc0-0132-49c1-abac-ac805e8dbfd8] Socket close event received\n2025-07-29 14:14:37.619 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61730 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:15:37.543 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:15:37.545 [info] [command][828563ae-53c0-48e3-8af4-47e0b67b50ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""828563ae-53c0-48e3-8af4-47e0b67b50ab""}\n2025-07-29 14:15:37.545 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5484f2f1-08e1-45d7-ae69-8d3c14b172d6] received connection request\n2025-07-29 14:15:37.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:15:37.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5484f2f1-08e1-45d7-ae69-8d3c14b172d6] socks forwarding established\n2025-07-29 14:15:37.633 [info] [command][828563ae-53c0-48e3-8af4-47e0b67b50ab] Process exited with code 0\n2025-07-29 14:15:37.633 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5484f2f1-08e1-45d7-ae69-8d3c14b172d6] socks connection closed\n2025-07-29 14:15:37.634 [info] [command][828563ae-53c0-48e3-8af4-47e0b67b50ab] Socket close event received\n2025-07-29 14:15:37.674 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61786 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:16:37.634 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:16:37.637 [info] [command][3ec0339f-6c12-4176-b496-3da6da91f21a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3ec0339f-6c12-4176-b496-3da6da91f21a""}\n2025-07-29 14:16:37.638 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c00a4e96-811a-4e8f-bde1-baba056e81b7] received connection request\n2025-07-29 14:16:37.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:16:37.680 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c00a4e96-811a-4e8f-bde1-baba056e81b7] socks forwarding established\n2025-07-29 14:16:37.727 [info] [command][3ec0339f-6c12-4176-b496-3da6da91f21a] Process exited with code 0\n2025-07-29 14:16:37.727 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c00a4e96-811a-4e8f-bde1-baba056e81b7] socks connection closed\n2025-07-29 14:16:37.727 [info] [command][3ec0339f-6c12-4176-b496-3da6da91f21a] Socket close event received\n2025-07-29 14:16:37.767 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61815 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:17:37.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:17:37.734 [info] [command][2d64a608-8c4d-40f8-a7ec-e96cf0d62740] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2d64a608-8c4d-40f8-a7ec-e96cf0d62740""}\n2025-07-29 14:17:37.735 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8dcbbcc4-2161-41ec-9aab-c01704fd47a1] received connection request\n2025-07-29 14:17:37.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:17:37.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8dcbbcc4-2161-41ec-9aab-c01704fd47a1] socks forwarding established\n2025-07-29 14:17:37.829 [info] [command][2d64a608-8c4d-40f8-a7ec-e96cf0d62740] Process exited with code 0\n2025-07-29 14:17:37.829 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8dcbbcc4-2161-41ec-9aab-c01704fd47a1] socks connection closed\n2025-07-29 14:17:37.829 [info] [command][2d64a608-8c4d-40f8-a7ec-e96cf0d62740] Socket close event received\n2025-07-29 14:17:37.869 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61852 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:18:37.833 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:18:37.837 [info] [command][725b8163-62ff-4fc1-8faa-c7823ad98b1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""725b8163-62ff-4fc1-8faa-c7823ad98b1d""}\n2025-07-29 14:18:37.838 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][eace2bb7-3d4d-4b65-8292-601f94612c2a] received connection request\n2025-07-29 14:18:37.839 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:18:37.881 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eace2bb7-3d4d-4b65-8292-601f94612c2a] socks forwarding established\n2025-07-29 14:18:37.928 [info] [command][725b8163-62ff-4fc1-8faa-c7823ad98b1d] Process exited with code 0\n2025-07-29 14:18:37.929 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eace2bb7-3d4d-4b65-8292-601f94612c2a] socks connection closed\n2025-07-29 14:18:37.929 [info] [command][725b8163-62ff-4fc1-8faa-c7823ad98b1d] Socket close event received\n2025-07-29 14:18:37.968 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61924 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:19:37.931 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:19:37.934 [info] [command][55248a83-fc90-47bb-8944-b89fe35db2f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""55248a83-fc90-47bb-8944-b89fe35db2f9""}\n2025-07-29 14:19:37.935 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][35c2aaa8-e948-4eaa-932a-3edbb46b9233] received connection request\n2025-07-29 14:19:37.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:19:37.984 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][35c2aaa8-e948-4eaa-932a-3edbb46b9233] socks forwarding established\n2025-07-29 14:19:38.030 [info] [command][55248a83-fc90-47bb-8944-b89fe35db2f9] Process exited with code 0\n2025-07-29 14:19:38.030 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][35c2aaa8-e948-4eaa-932a-3edbb46b9233] socks connection closed\n2025-07-29 14:19:38.030 [info] [command][55248a83-fc90-47bb-8944-b89fe35db2f9] Socket close event received\n2025-07-29 14:19:38.072 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61952 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:20:38.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:20:38.038 [info] [command][4b8f7b86-d768-43da-bac4-fad821d35efd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4b8f7b86-d768-43da-bac4-fad821d35efd""}\n2025-07-29 14:20:38.039 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8912cf30-6e23-412e-b6ae-e345985ad2d6] received connection request\n2025-07-29 14:20:38.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:20:38.084 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8912cf30-6e23-412e-b6ae-e345985ad2d6] socks forwarding established\n2025-07-29 14:20:38.130 [info] [command][4b8f7b86-d768-43da-bac4-fad821d35efd] Process exited with code 0\n2025-07-29 14:20:38.130 [info] [command][4b8f7b86-d768-43da-bac4-fad821d35efd] Socket close event received\n2025-07-29 14:20:38.131 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8912cf30-6e23-412e-b6ae-e345985ad2d6] socks connection closed\n2025-07-29 14:20:38.173 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62003 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:21:38.135 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:21:38.138 [info] [command][dbd618e7-3f0e-44d9-b4a0-1d843e051b84] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dbd618e7-3f0e-44d9-b4a0-1d843e051b84""}\n2025-07-29 14:21:38.139 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][527ad53b-3c3e-42c4-a58b-f25782a5c7a5] received connection request\n2025-07-29 14:21:38.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:21:38.186 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][527ad53b-3c3e-42c4-a58b-f25782a5c7a5] socks forwarding established\n2025-07-29 14:21:38.233 [info] [command][dbd618e7-3f0e-44d9-b4a0-1d843e051b84] Process exited with code 0\n2025-07-29 14:21:38.234 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][527ad53b-3c3e-42c4-a58b-f25782a5c7a5] socks connection closed\n2025-07-29 14:21:38.234 [info] [command][dbd618e7-3f0e-44d9-b4a0-1d843e051b84] Socket close event received\n2025-07-29 14:21:38.294 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62025 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:22:38.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:22:38.242 [info] [command][1b07a5b4-ffca-4120-b309-55f3da81f35f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1b07a5b4-ffca-4120-b309-55f3da81f35f""}\n2025-07-29 14:22:38.242 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a9cec597-f241-4a1a-89af-d60083bcfb83] received connection request\n2025-07-29 14:22:38.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:22:38.286 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a9cec597-f241-4a1a-89af-d60083bcfb83] socks forwarding established\n2025-07-29 14:22:38.333 [info] [command][1b07a5b4-ffca-4120-b309-55f3da81f35f] Process exited with code 0\n2025-07-29 14:22:38.334 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a9cec597-f241-4a1a-89af-d60083bcfb83] socks connection closed\n2025-07-29 14:22:38.334 [info] [command][1b07a5b4-ffca-4120-b309-55f3da81f35f] Socket close event received\n2025-07-29 14:22:38.376 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62064 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:23:38.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:23:38.339 [info] [command][16073737-e0bf-4f81-a9cb-355889a08d6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""16073737-e0bf-4f81-a9cb-355889a08d6a""}\n2025-07-29 14:23:38.339 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d6c9d24a-2ef9-4672-810c-ccc4c672c308] received connection request\n2025-07-29 14:23:38.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:23:38.381 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d6c9d24a-2ef9-4672-810c-ccc4c672c308] socks forwarding established\n2025-07-29 14:23:38.427 [info] [command][16073737-e0bf-4f81-a9cb-355889a08d6a] Process exited with code 0\n2025-07-29 14:23:38.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d6c9d24a-2ef9-4672-810c-ccc4c672c308] socks connection closed\n2025-07-29 14:23:38.427 [info] [command][16073737-e0bf-4f81-a9cb-355889a08d6a] Socket close event received\n2025-07-29 14:23:38.466 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62095 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:24:38.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:24:38.431 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3fe3c752-c220-4d2b-86d4-c6418e2c0403] received connection request\n2025-07-29 14:24:38.432 [info] [command][b3b87818-dc2d-496a-8bed-2731ab052b6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b3b87818-dc2d-496a-8bed-2731ab052b6d""}\n2025-07-29 14:24:38.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:24:38.474 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3fe3c752-c220-4d2b-86d4-c6418e2c0403] socks forwarding established\n2025-07-29 14:24:38.519 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3fe3c752-c220-4d2b-86d4-c6418e2c0403] socks connection closed\n2025-07-29 14:24:38.519 [info] [command][b3b87818-dc2d-496a-8bed-2731ab052b6d] Process exited with code 0\n2025-07-29 14:24:38.519 [info] [command][b3b87818-dc2d-496a-8bed-2731ab052b6d] Socket close event received\n2025-07-29 14:24:38.559 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62117 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:25:38.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:25:38.528 [info] [command][3c023216-b240-412f-bacc-96225f92f17c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3c023216-b240-412f-bacc-96225f92f17c""}\n2025-07-29 14:25:38.529 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7053ead9-4d84-4952-b344-fe0387b0cbb8] received connection request\n2025-07-29 14:25:38.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:25:38.571 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7053ead9-4d84-4952-b344-fe0387b0cbb8] socks forwarding established\n2025-07-29 14:25:38.617 [info] [command][3c023216-b240-412f-bacc-96225f92f17c] Process exited with code 0\n2025-07-29 14:25:38.617 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7053ead9-4d84-4952-b344-fe0387b0cbb8] socks connection closed\n2025-07-29 14:25:38.617 [info] [command][3c023216-b240-412f-bacc-96225f92f17c] Socket close event received\n2025-07-29 14:25:38.657 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62199 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:26:38.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:26:38.624 [info] [command][72508730-db9c-427c-bd57-e24c2baf8ebf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""72508730-db9c-427c-bd57-e24c2baf8ebf""}\n2025-07-29 14:26:38.624 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][479c90c3-badd-4edc-8d3b-813546994713] received connection request\n2025-07-29 14:26:38.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:26:38.669 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][479c90c3-badd-4edc-8d3b-813546994713] socks forwarding established\n2025-07-29 14:26:38.716 [info] [command][72508730-db9c-427c-bd57-e24c2baf8ebf] Process exited with code 0\n2025-07-29 14:26:38.716 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][479c90c3-badd-4edc-8d3b-813546994713] socks connection closed\n2025-07-29 14:26:38.716 [info] [command][72508730-db9c-427c-bd57-e24c2baf8ebf] Socket close event received\n2025-07-29 14:26:38.760 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62230 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:27:38.718 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:27:38.720 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7554c96c-cb21-4a1f-8ce4-5984993e152b] received connection request\n2025-07-29 14:27:38.720 [info] [command][6a5fc48c-cbee-4f7d-a360-50f6e4d7c5f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6a5fc48c-cbee-4f7d-a360-50f6e4d7c5f3""}\n2025-07-29 14:27:38.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:27:38.761 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7554c96c-cb21-4a1f-8ce4-5984993e152b] socks forwarding established\n2025-07-29 14:27:38.807 [info] [command][6a5fc48c-cbee-4f7d-a360-50f6e4d7c5f3] Process exited with code 0\n2025-07-29 14:27:38.807 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7554c96c-cb21-4a1f-8ce4-5984993e152b] socks connection closed\n2025-07-29 14:27:38.807 [info] [command][6a5fc48c-cbee-4f7d-a360-50f6e4d7c5f3] Socket close event received\n2025-07-29 14:27:38.847 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62286 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:28:38.810 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:28:38.813 [info] [command][8b229d99-8393-45fd-99e2-a9b6c0e2c54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8b229d99-8393-45fd-99e2-a9b6c0e2c54c""}\n2025-07-29 14:28:38.813 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5a4a90c8-7b1a-411b-ae40-02391c35b5c3] received connection request\n2025-07-29 14:28:38.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:28:38.857 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a4a90c8-7b1a-411b-ae40-02391c35b5c3] socks forwarding established\n2025-07-29 14:28:38.902 [info] [command][8b229d99-8393-45fd-99e2-a9b6c0e2c54c] Process exited with code 0\n2025-07-29 14:28:38.902 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a4a90c8-7b1a-411b-ae40-02391c35b5c3] socks connection closed\n2025-07-29 14:28:38.903 [info] [command][8b229d99-8393-45fd-99e2-a9b6c0e2c54c] Socket close event received\n2025-07-29 14:28:38.942 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62309 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:29:38.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:29:38.910 [info] [command][c96cf9f6-9220-4862-a69a-f00a862a6a6c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c96cf9f6-9220-4862-a69a-f00a862a6a6c""}\n2025-07-29 14:29:38.911 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8931f275-34b1-4272-b224-6bb0443c6b76] received connection request\n2025-07-29 14:29:38.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:29:38.973 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8931f275-34b1-4272-b224-6bb0443c6b76] socks forwarding established\n2025-07-29 14:29:39.019 [info] [command][c96cf9f6-9220-4862-a69a-f00a862a6a6c] Process exited with code 0\n2025-07-29 14:29:39.020 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8931f275-34b1-4272-b224-6bb0443c6b76] socks connection closed\n2025-07-29 14:29:39.020 [info] [command][c96cf9f6-9220-4862-a69a-f00a862a6a6c] Socket close event received\n2025-07-29 14:29:39.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62346 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:30:39.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:30:39.028 [info] [command][fa208d35-6eaf-4a5c-bf1a-515a88951a9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fa208d35-6eaf-4a5c-bf1a-515a88951a9f""}\n2025-07-29 14:30:39.029 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1739e067-b888-4174-90f6-38372040c1cf] received connection request\n2025-07-29 14:30:39.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:30:39.074 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1739e067-b888-4174-90f6-38372040c1cf] socks forwarding established\n2025-07-29 14:30:39.118 [info] [command][fa208d35-6eaf-4a5c-bf1a-515a88951a9f] Process exited with code 0\n2025-07-29 14:30:39.119 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1739e067-b888-4174-90f6-38372040c1cf] socks connection closed\n2025-07-29 14:30:39.119 [info] [command][fa208d35-6eaf-4a5c-bf1a-515a88951a9f] Socket close event received\n2025-07-29 14:30:39.160 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62418 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:31:39.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:31:39.127 [info] [command][034c5326-6d46-4a37-9ec1-7a66af7f2d03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""034c5326-6d46-4a37-9ec1-7a66af7f2d03""}\n2025-07-29 14:31:39.128 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b9c21dde-9605-4685-b454-9e2263cc28ae] received connection request\n2025-07-29 14:31:39.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:31:39.172 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b9c21dde-9605-4685-b454-9e2263cc28ae] socks forwarding established\n2025-07-29 14:31:39.219 [info] [command][034c5326-6d46-4a37-9ec1-7a66af7f2d03] Process exited with code 0\n2025-07-29 14:31:39.220 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b9c21dde-9605-4685-b454-9e2263cc28ae] socks connection closed\n2025-07-29 14:31:39.220 [info] [command][034c5326-6d46-4a37-9ec1-7a66af7f2d03] Socket close event received\n2025-07-29 14:31:39.260 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62440 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:32:39.225 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:32:39.227 [info] [command][bde29ea1-c2ee-4966-ac02-8553b1110319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bde29ea1-c2ee-4966-ac02-8553b1110319""}\n2025-07-29 14:32:39.228 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][812965a6-2131-4b71-9a7f-54a9b78f08b8] received connection request\n2025-07-29 14:32:39.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:32:39.272 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][812965a6-2131-4b71-9a7f-54a9b78f08b8] socks forwarding established\n2025-07-29 14:32:39.324 [info] [command][bde29ea1-c2ee-4966-ac02-8553b1110319] Process exited with code 0\n2025-07-29 14:32:39.324 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][812965a6-2131-4b71-9a7f-54a9b78f08b8] socks connection closed\n2025-07-29 14:32:39.324 [info] [command][bde29ea1-c2ee-4966-ac02-8553b1110319] Socket close event received\n2025-07-29 14:32:39.367 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62478 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:33:39.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:33:39.332 [info] [command][cc35a3d0-8481-46b5-8a94-bf4defa4f3f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cc35a3d0-8481-46b5-8a94-bf4defa4f3f7""}\n2025-07-29 14:33:39.333 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a19aefc1-4904-4816-ab0e-20470a3b3f49] received connection request\n2025-07-29 14:33:39.334 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:33:39.376 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a19aefc1-4904-4816-ab0e-20470a3b3f49] socks forwarding established\n2025-07-29 14:33:39.449 [info] [command][cc35a3d0-8481-46b5-8a94-bf4defa4f3f7] Process exited with code 0\n2025-07-29 14:33:39.450 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a19aefc1-4904-4816-ab0e-20470a3b3f49] socks connection closed\n2025-07-29 14:33:39.450 [info] [command][cc35a3d0-8481-46b5-8a94-bf4defa4f3f7] Socket close event received\n2025-07-29 14:33:39.490 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62500 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:34:39.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:34:39.457 [info] [command][20bf8aba-1995-4eb9-8f63-7d09f1786140] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""20bf8aba-1995-4eb9-8f63-7d09f1786140""}\n2025-07-29 14:34:39.458 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8dfa8a84-1922-4ce8-8b46-de40aeafb459] received connection request\n2025-07-29 14:34:39.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:34:39.500 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8dfa8a84-1922-4ce8-8b46-de40aeafb459] socks forwarding established\n2025-07-29 14:34:39.547 [info] [command][20bf8aba-1995-4eb9-8f63-7d09f1786140] Process exited with code 0\n2025-07-29 14:34:39.547 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8dfa8a84-1922-4ce8-8b46-de40aeafb459] socks connection closed\n2025-07-29 14:34:39.547 [info] [command][20bf8aba-1995-4eb9-8f63-7d09f1786140] Socket close event received\n2025-07-29 14:34:39.589 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62521 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:35:39.550 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:35:39.553 [info] [command][28791473-9c49-492a-9c60-d2fb3fb49971] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""28791473-9c49-492a-9c60-d2fb3fb49971""}\n2025-07-29 14:35:39.554 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0b4fe732-032d-4fa6-ab18-9d5a2ac0c48a] received connection request\n2025-07-29 14:35:39.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:35:39.598 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b4fe732-032d-4fa6-ab18-9d5a2ac0c48a] socks forwarding established\n2025-07-29 14:35:39.653 [info] [command][28791473-9c49-492a-9c60-d2fb3fb49971] Process exited with code 0\n2025-07-29 14:35:39.653 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b4fe732-032d-4fa6-ab18-9d5a2ac0c48a] socks connection closed\n2025-07-29 14:35:39.653 [info] [command][28791473-9c49-492a-9c60-d2fb3fb49971] Socket close event received\n2025-07-29 14:35:39.694 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62567 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:36:39.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:36:39.661 [info] [command][53982706-ccc6-4442-a383-f408f89909d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""53982706-ccc6-4442-a383-f408f89909d2""}\n2025-07-29 14:36:39.662 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a59dac47-033c-49b2-9eed-4951788d0782] received connection request\n2025-07-29 14:36:39.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:36:39.744 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a59dac47-033c-49b2-9eed-4951788d0782] socks forwarding established\n2025-07-29 14:36:39.789 [info] [command][53982706-ccc6-4442-a383-f408f89909d2] Process exited with code 0\n2025-07-29 14:36:39.790 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a59dac47-033c-49b2-9eed-4951788d0782] socks connection closed\n2025-07-29 14:36:39.790 [info] [command][53982706-ccc6-4442-a383-f408f89909d2] Socket close event received\n2025-07-29 14:36:39.832 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62586 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:37:39.792 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:37:39.795 [info] [command][9b3645e9-3e54-4fec-aabc-f9fd7ac16714] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9b3645e9-3e54-4fec-aabc-f9fd7ac16714""}\n2025-07-29 14:37:39.796 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f979c9fa-8168-4899-a2ec-a4578c33a2d2] received connection request\n2025-07-29 14:37:39.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:37:39.837 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f979c9fa-8168-4899-a2ec-a4578c33a2d2] socks forwarding established\n2025-07-29 14:37:39.883 [info] [command][9b3645e9-3e54-4fec-aabc-f9fd7ac16714] Process exited with code 0\n2025-07-29 14:37:39.883 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f979c9fa-8168-4899-a2ec-a4578c33a2d2] socks connection closed\n2025-07-29 14:37:39.883 [info] [command][9b3645e9-3e54-4fec-aabc-f9fd7ac16714] Socket close event received\n2025-07-29 14:37:39.923 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62621 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:38:39.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:38:39.892 [info] [command][659e502a-4e9d-4a14-8741-182bb860c567] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""659e502a-4e9d-4a14-8741-182bb860c567""}\n2025-07-29 14:38:39.892 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c205987d-b16d-4fd6-b3e5-7efaa1a2050d] received connection request\n2025-07-29 14:38:39.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:38:39.936 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c205987d-b16d-4fd6-b3e5-7efaa1a2050d] socks forwarding established\n2025-07-29 14:38:39.983 [info] [command][659e502a-4e9d-4a14-8741-182bb860c567] Process exited with code 0\n2025-07-29 14:38:39.984 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c205987d-b16d-4fd6-b3e5-7efaa1a2050d] socks connection closed\n2025-07-29 14:38:39.984 [info] [command][659e502a-4e9d-4a14-8741-182bb860c567] Socket close event received\n2025-07-29 14:38:40.025 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62638 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:39:39.986 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:39:39.989 [info] [command][ecd2c988-26cc-46ee-b9af-45cb03c83b4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ecd2c988-26cc-46ee-b9af-45cb03c83b4a""}\n2025-07-29 14:39:39.989 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f66f6b37-574a-4fa7-b4ef-38867f264191] received connection request\n2025-07-29 14:39:39.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:39:40.034 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f66f6b37-574a-4fa7-b4ef-38867f264191] socks forwarding established\n2025-07-29 14:39:40.080 [info] [command][ecd2c988-26cc-46ee-b9af-45cb03c83b4a] Process exited with code 0\n2025-07-29 14:39:40.080 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f66f6b37-574a-4fa7-b4ef-38867f264191] socks connection closed\n2025-07-29 14:39:40.081 [info] [command][ecd2c988-26cc-46ee-b9af-45cb03c83b4a] Socket close event received\n2025-07-29 14:39:40.120 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62657 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:40:40.081 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:40:40.084 [info] [command][c9a30ec7-0b66-450e-a6a8-0518a39515ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c9a30ec7-0b66-450e-a6a8-0518a39515ff""}\n2025-07-29 14:40:40.085 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1193d6cf-be9f-419a-aef3-19a56fadd8da] received connection request\n2025-07-29 14:40:40.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:40:40.129 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1193d6cf-be9f-419a-aef3-19a56fadd8da] socks forwarding established\n2025-07-29 14:40:40.174 [info] [command][c9a30ec7-0b66-450e-a6a8-0518a39515ff] Process exited with code 0\n2025-07-29 14:40:40.175 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1193d6cf-be9f-419a-aef3-19a56fadd8da] socks connection closed\n2025-07-29 14:40:40.175 [info] [command][c9a30ec7-0b66-450e-a6a8-0518a39515ff] Socket close event received\n2025-07-29 14:40:40.215 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62705 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:41:40.183 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:41:40.186 [info] [command][7eded2e1-2a31-4171-82c0-b8ec041b7339] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7eded2e1-2a31-4171-82c0-b8ec041b7339""}\n2025-07-29 14:41:40.187 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b1f6ddae-6ae5-4089-b39c-efeaa571b03c] received connection request\n2025-07-29 14:41:40.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:41:40.234 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b1f6ddae-6ae5-4089-b39c-efeaa571b03c] socks forwarding established\n2025-07-29 14:41:40.283 [info] [command][7eded2e1-2a31-4171-82c0-b8ec041b7339] Process exited with code 0\n2025-07-29 14:41:40.283 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b1f6ddae-6ae5-4089-b39c-efeaa571b03c] socks connection closed\n2025-07-29 14:41:40.283 [info] [command][7eded2e1-2a31-4171-82c0-b8ec041b7339] Socket close event received\n2025-07-29 14:41:40.327 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62724 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:42:40.287 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:42:40.288 [info] [command][4867d672-a930-4f14-9114-2ceef242d5b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4867d672-a930-4f14-9114-2ceef242d5b4""}\n2025-07-29 14:42:40.289 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5b93dad4-f9d5-4018-8323-90d96bc42c9b] received connection request\n2025-07-29 14:42:40.290 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:42:40.331 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5b93dad4-f9d5-4018-8323-90d96bc42c9b] socks forwarding established\n2025-07-29 14:42:40.376 [info] [command][4867d672-a930-4f14-9114-2ceef242d5b4] Process exited with code 0\n2025-07-29 14:42:40.376 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5b93dad4-f9d5-4018-8323-90d96bc42c9b] socks connection closed\n2025-07-29 14:42:40.376 [info] [command][4867d672-a930-4f14-9114-2ceef242d5b4] Socket close event received\n2025-07-29 14:42:40.434 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62779 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:43:40.384 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:43:40.385 [info] [command][1670efbe-8628-471b-a816-16adc68ff1c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1670efbe-8628-471b-a816-16adc68ff1c1""}\n2025-07-29 14:43:40.386 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6e3429ca-1bd4-4da3-85b6-1ce738c87458] received connection request\n2025-07-29 14:43:40.386 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:43:40.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6e3429ca-1bd4-4da3-85b6-1ce738c87458] socks forwarding established\n2025-07-29 14:43:40.476 [info] [command][1670efbe-8628-471b-a816-16adc68ff1c1] Process exited with code 0\n2025-07-29 14:43:40.476 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6e3429ca-1bd4-4da3-85b6-1ce738c87458] socks connection closed\n2025-07-29 14:43:40.477 [info] [command][1670efbe-8628-471b-a816-16adc68ff1c1] Socket close event received\n2025-07-29 14:43:40.518 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62798 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:44:40.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:44:40.491 [info] [command][3d695bc3-2dd0-4266-ab54-2dbc78149769] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3d695bc3-2dd0-4266-ab54-2dbc78149769""}\n2025-07-29 14:44:40.491 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9a6c3746-9b13-4135-b130-a4776f95a0da] received connection request\n2025-07-29 14:44:40.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:44:40.536 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a6c3746-9b13-4135-b130-a4776f95a0da] socks forwarding established\n2025-07-29 14:44:40.582 [info] [command][3d695bc3-2dd0-4266-ab54-2dbc78149769] Process exited with code 0\n2025-07-29 14:44:40.583 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a6c3746-9b13-4135-b130-a4776f95a0da] socks connection closed\n2025-07-29 14:44:40.583 [info] [command][3d695bc3-2dd0-4266-ab54-2dbc78149769] Socket close event received\n2025-07-29 14:44:40.623 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62830 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:45:40.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:45:40.592 [info] [command][34162e1a-d77d-453b-ab46-0b10f4b3d1c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""34162e1a-d77d-453b-ab46-0b10f4b3d1c1""}\n2025-07-29 14:45:40.593 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][00e4d561-00ea-4acd-b85f-2cd18e6b93f7] received connection request\n2025-07-29 14:45:40.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:45:40.637 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00e4d561-00ea-4acd-b85f-2cd18e6b93f7] socks forwarding established\n2025-07-29 14:45:40.682 [info] [command][34162e1a-d77d-453b-ab46-0b10f4b3d1c1] Process exited with code 0\n2025-07-29 14:45:40.682 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00e4d561-00ea-4acd-b85f-2cd18e6b93f7] socks connection closed\n2025-07-29 14:45:40.682 [info] [command][34162e1a-d77d-453b-ab46-0b10f4b3d1c1] Socket close event received\n2025-07-29 14:45:40.722 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62859 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:46:40.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:46:40.696 [info] [command][be6f68dd-e035-42ea-898c-fa13481163c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""be6f68dd-e035-42ea-898c-fa13481163c4""}\n2025-07-29 14:46:40.697 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d7b1f744-be43-4959-ba36-d675e8295c13] received connection request\n2025-07-29 14:46:40.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 14:46:40.698 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:46:40.743 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7b1f744-be43-4959-ba36-d675e8295c13] socks forwarding established\n2025-07-29 14:46:40.789 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7b1f744-be43-4959-ba36-d675e8295c13] socks connection closed\n2025-07-29 14:46:40.789 [info] [command][be6f68dd-e035-42ea-898c-fa13481163c4] Process exited with code 0\n2025-07-29 14:46:40.790 [info] [command][be6f68dd-e035-42ea-898c-fa13481163c4] Socket close event received\n2025-07-29 14:46:40.832 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62893 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:47:40.797 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:47:40.799 [info] [command][cfd26db4-4f98-4d73-a5e5-c92c7d266341] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cfd26db4-4f98-4d73-a5e5-c92c7d266341""}\n2025-07-29 14:47:40.800 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9c0238ef-0346-4b82-9197-b0cc1ecfd8a8] received connection request\n2025-07-29 14:47:40.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:47:40.847 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c0238ef-0346-4b82-9197-b0cc1ecfd8a8] socks forwarding established\n2025-07-29 14:47:40.891 [info] [command][cfd26db4-4f98-4d73-a5e5-c92c7d266341] Process exited with code 0\n2025-07-29 14:47:40.891 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c0238ef-0346-4b82-9197-b0cc1ecfd8a8] socks connection closed\n2025-07-29 14:47:40.891 [info] [command][cfd26db4-4f98-4d73-a5e5-c92c7d266341] Socket close event received\n2025-07-29 14:47:40.931 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62929 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:48:40.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:48:40.903 [info] [command][9ffeadc9-37f5-4285-a0a6-08ec7311068f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9ffeadc9-37f5-4285-a0a6-08ec7311068f""}\n2025-07-29 14:48:40.903 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1fe6af30-6198-4b6a-95f9-3a4d403d6361] received connection request\n2025-07-29 14:48:40.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:48:40.951 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1fe6af30-6198-4b6a-95f9-3a4d403d6361] socks forwarding established\n2025-07-29 14:48:40.996 [info] [command][9ffeadc9-37f5-4285-a0a6-08ec7311068f] Process exited with code 0\n2025-07-29 14:48:40.997 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1fe6af30-6198-4b6a-95f9-3a4d403d6361] socks connection closed\n2025-07-29 14:48:40.997 [info] [command][9ffeadc9-37f5-4285-a0a6-08ec7311068f] Socket close event received\n2025-07-29 14:48:41.038 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62948 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:49:41.002 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:49:41.002 [info] [command][f2480f53-c9ce-4244-aa1d-d9e6c52eee3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f2480f53-c9ce-4244-aa1d-d9e6c52eee3c""}\n2025-07-29 14:49:41.003 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8fd7544d-e77b-4700-b8f0-639e7df0a440] received connection request\n2025-07-29 14:49:41.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:49:41.049 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8fd7544d-e77b-4700-b8f0-639e7df0a440] socks forwarding established\n2025-07-29 14:49:41.097 [info] [command][f2480f53-c9ce-4244-aa1d-d9e6c52eee3c] Process exited with code 0\n2025-07-29 14:49:41.097 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8fd7544d-e77b-4700-b8f0-639e7df0a440] socks connection closed\n2025-07-29 14:49:41.097 [info] [command][f2480f53-c9ce-4244-aa1d-d9e6c52eee3c] Socket close event received\n2025-07-29 14:49:41.137 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62967 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:50:41.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:50:41.100 [info] [command][c680aa6a-d05c-45f8-9ba3-c28c5c267b40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c680aa6a-d05c-45f8-9ba3-c28c5c267b40""}\n2025-07-29 14:50:41.100 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][912bbabe-490e-41b0-9aef-3fb18e481f0e] received connection request\n2025-07-29 14:50:41.100 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:50:41.146 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][912bbabe-490e-41b0-9aef-3fb18e481f0e] socks forwarding established\n2025-07-29 14:50:41.193 [info] [command][c680aa6a-d05c-45f8-9ba3-c28c5c267b40] Process exited with code 0\n2025-07-29 14:50:41.194 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][912bbabe-490e-41b0-9aef-3fb18e481f0e] socks connection closed\n2025-07-29 14:50:41.194 [info] [command][c680aa6a-d05c-45f8-9ba3-c28c5c267b40] Socket close event received\n2025-07-29 14:50:41.233 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62999 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:51:41.201 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:51:41.202 [info] [command][1d2291e1-3aa1-4151-bae9-f41d853ee8aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1d2291e1-3aa1-4151-bae9-f41d853ee8aa""}\n2025-07-29 14:51:41.203 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][00a5ab02-e753-464d-a07f-670ad0a043ed] received connection request\n2025-07-29 14:51:41.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:51:41.250 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00a5ab02-e753-464d-a07f-670ad0a043ed] socks forwarding established\n2025-07-29 14:51:41.297 [info] [command][1d2291e1-3aa1-4151-bae9-f41d853ee8aa] Process exited with code 0\n2025-07-29 14:51:41.297 [info] [command][1d2291e1-3aa1-4151-bae9-f41d853ee8aa] Socket close event received\n2025-07-29 14:51:41.298 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00a5ab02-e753-464d-a07f-670ad0a043ed] socks connection closed\n2025-07-29 14:51:41.341 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63039 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:52:41.303 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:52:41.305 [info] [command][33c0ca09-4e67-4a1d-9c96-f4d3476400a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""33c0ca09-4e67-4a1d-9c96-f4d3476400a2""}\n2025-07-29 14:52:41.305 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e5f52c8b-7dd6-4df4-a3cf-6e2e1ea64bb7] received connection request\n2025-07-29 14:52:41.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:52:41.350 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e5f52c8b-7dd6-4df4-a3cf-6e2e1ea64bb7] socks forwarding established\n2025-07-29 14:52:41.397 [info] [command][33c0ca09-4e67-4a1d-9c96-f4d3476400a2] Process exited with code 0\n2025-07-29 14:52:41.397 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e5f52c8b-7dd6-4df4-a3cf-6e2e1ea64bb7] socks connection closed\n2025-07-29 14:52:41.397 [info] [command][33c0ca09-4e67-4a1d-9c96-f4d3476400a2] Socket close event received\n2025-07-29 14:52:41.444 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63079 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:53:41.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:53:41.399 [info] [command][3a65fbee-4d82-4d4e-a85e-206e1d804de5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3a65fbee-4d82-4d4e-a85e-206e1d804de5""}\n2025-07-29 14:53:41.399 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a600ea99-553b-4c22-a9e2-4326a6373bac] received connection request\n2025-07-29 14:53:41.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 14:53:41.400 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:53:41.440 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a600ea99-553b-4c22-a9e2-4326a6373bac] socks forwarding established\n2025-07-29 14:53:41.488 [info] [command][3a65fbee-4d82-4d4e-a85e-206e1d804de5] Process exited with code 0\n2025-07-29 14:53:41.488 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a600ea99-553b-4c22-a9e2-4326a6373bac] socks connection closed\n2025-07-29 14:53:41.488 [info] [command][3a65fbee-4d82-4d4e-a85e-206e1d804de5] Socket close event received\n2025-07-29 14:53:41.532 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63099 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:54:41.495 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:54:41.497 [info] [command][ee938e23-8980-48e1-9391-6b90c21331f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ee938e23-8980-48e1-9391-6b90c21331f1""}\n2025-07-29 14:54:41.498 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][aaffa041-ac14-458e-bed1-dd245b4f7472] received connection request\n2025-07-29 14:54:41.499 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:54:41.541 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][aaffa041-ac14-458e-bed1-dd245b4f7472] socks forwarding established\n2025-07-29 14:54:41.589 [info] [command][ee938e23-8980-48e1-9391-6b90c21331f1] Process exited with code 0\n2025-07-29 14:54:41.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][aaffa041-ac14-458e-bed1-dd245b4f7472] socks connection closed\n2025-07-29 14:54:41.589 [info] [command][ee938e23-8980-48e1-9391-6b90c21331f1] Socket close event received\n2025-07-29 14:54:41.632 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63118 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:55:41.599 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:55:41.601 [info] [command][83021765-b81c-4da3-bd68-039d1fa0ce58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""83021765-b81c-4da3-bd68-039d1fa0ce58""}\n2025-07-29 14:55:41.602 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][16fcf85e-ab68-4abd-91fa-9da19d1037ff] received connection request\n2025-07-29 14:55:41.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:55:41.647 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][16fcf85e-ab68-4abd-91fa-9da19d1037ff] socks forwarding established\n2025-07-29 14:55:41.694 [info] [command][83021765-b81c-4da3-bd68-039d1fa0ce58] Process exited with code 0\n2025-07-29 14:55:41.695 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][16fcf85e-ab68-4abd-91fa-9da19d1037ff] socks connection closed\n2025-07-29 14:55:41.695 [info] [command][83021765-b81c-4da3-bd68-039d1fa0ce58] Socket close event received\n2025-07-29 14:55:41.743 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63153 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:56:41.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:56:41.700 [info] [command][2eabf137-0d41-4fea-abb1-9744f33607e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2eabf137-0d41-4fea-abb1-9744f33607e1""}\n2025-07-29 14:56:41.701 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][eedc70bf-09f6-4308-bc65-26ad3cdf273c] received connection request\n2025-07-29 14:56:41.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:56:41.749 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eedc70bf-09f6-4308-bc65-26ad3cdf273c] socks forwarding established\n2025-07-29 14:56:41.797 [info] [command][2eabf137-0d41-4fea-abb1-9744f33607e1] Process exited with code 0\n2025-07-29 14:56:41.797 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eedc70bf-09f6-4308-bc65-26ad3cdf273c] socks connection closed\n2025-07-29 14:56:41.798 [info] [command][2eabf137-0d41-4fea-abb1-9744f33607e1] Socket close event received\n2025-07-29 14:56:41.839 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63185 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:57:41.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:57:41.810 [info] [command][8e669b69-2c3c-442f-9433-7e2136423807] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8e669b69-2c3c-442f-9433-7e2136423807""}\n2025-07-29 14:57:41.810 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][456f8dbe-2751-45a7-bfd0-ad78f8ed3a2e] received connection request\n2025-07-29 14:57:41.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:57:41.858 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][456f8dbe-2751-45a7-bfd0-ad78f8ed3a2e] socks forwarding established\n2025-07-29 14:57:41.905 [info] [command][8e669b69-2c3c-442f-9433-7e2136423807] Process exited with code 0\n2025-07-29 14:57:41.905 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][456f8dbe-2751-45a7-bfd0-ad78f8ed3a2e] socks connection closed\n2025-07-29 14:57:41.906 [info] [command][8e669b69-2c3c-442f-9433-7e2136423807] Socket close event received\n2025-07-29 14:57:41.945 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63224 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:58:41.910 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:58:41.913 [info] [command][f9985c41-c90d-43c7-a80d-abe9695c315d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f9985c41-c90d-43c7-a80d-abe9695c315d""}\n2025-07-29 14:58:41.914 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0b871d6a-80bf-44cd-bfe9-7e536c253fdc] received connection request\n2025-07-29 14:58:41.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:58:41.960 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b871d6a-80bf-44cd-bfe9-7e536c253fdc] socks forwarding established\n2025-07-29 14:58:42.008 [info] [command][f9985c41-c90d-43c7-a80d-abe9695c315d] Process exited with code 0\n2025-07-29 14:58:42.008 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b871d6a-80bf-44cd-bfe9-7e536c253fdc] socks connection closed\n2025-07-29 14:58:42.009 [info] [command][f9985c41-c90d-43c7-a80d-abe9695c315d] Socket close event received\n2025-07-29 14:58:42.050 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63241 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 14:59:42.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 14:59:42.015 [info] [command][176e9ce0-2a8e-41eb-a049-c31b08221f30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""176e9ce0-2a8e-41eb-a049-c31b08221f30""}\n2025-07-29 14:59:42.015 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b3e18ded-52a7-4a2c-9960-34903debd630] received connection request\n2025-07-29 14:59:42.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 14:59:42.062 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b3e18ded-52a7-4a2c-9960-34903debd630] socks forwarding established\n2025-07-29 14:59:42.108 [info] [command][176e9ce0-2a8e-41eb-a049-c31b08221f30] Process exited with code 0\n2025-07-29 14:59:42.108 [info] [command][176e9ce0-2a8e-41eb-a049-c31b08221f30] Socket close event received\n2025-07-29 14:59:42.108 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b3e18ded-52a7-4a2c-9960-34903debd630] socks connection closed\n2025-07-29 14:59:42.148 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63262 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:00:42.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:00:42.113 [info] [command][388b384f-481e-4018-9509-12fc1441e680] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""388b384f-481e-4018-9509-12fc1441e680""}\n2025-07-29 15:00:42.114 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1b1d33e8-1466-44c2-b9cf-98ee8800a993] received connection request\n2025-07-29 15:00:42.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:00:42.157 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1b1d33e8-1466-44c2-b9cf-98ee8800a993] socks forwarding established\n2025-07-29 15:00:42.208 [info] [command][388b384f-481e-4018-9509-12fc1441e680] Process exited with code 0\n2025-07-29 15:00:42.208 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1b1d33e8-1466-44c2-b9cf-98ee8800a993] socks connection closed\n2025-07-29 15:00:42.208 [info] [command][388b384f-481e-4018-9509-12fc1441e680] Socket close event received\n2025-07-29 15:00:42.249 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63296 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:01:42.212 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:01:42.214 [info] [command][ee57bc29-0942-4c7f-b131-1d67c8a5c819] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ee57bc29-0942-4c7f-b131-1d67c8a5c819""}\n2025-07-29 15:01:42.215 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4d3f962d-d1fd-46df-98b4-38f71c536513] received connection request\n2025-07-29 15:01:42.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:01:42.262 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4d3f962d-d1fd-46df-98b4-38f71c536513] socks forwarding established\n2025-07-29 15:01:42.308 [info] [command][ee57bc29-0942-4c7f-b131-1d67c8a5c819] Process exited with code 0\n2025-07-29 15:01:42.308 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4d3f962d-d1fd-46df-98b4-38f71c536513] socks connection closed\n2025-07-29 15:01:42.308 [info] [command][ee57bc29-0942-4c7f-b131-1d67c8a5c819] Socket close event received\n2025-07-29 15:01:42.350 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63332 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:02:42.316 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:02:42.318 [info] [command][aee729ee-7978-4953-867a-e0fcfaa7f3a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""aee729ee-7978-4953-867a-e0fcfaa7f3a8""}\n2025-07-29 15:02:42.319 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ed49b8a9-9541-4031-9b0f-82b98dcb4000] received connection request\n2025-07-29 15:02:42.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:02:42.361 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed49b8a9-9541-4031-9b0f-82b98dcb4000] socks forwarding established\n2025-07-29 15:02:42.410 [info] [command][aee729ee-7978-4953-867a-e0fcfaa7f3a8] Process exited with code 0\n2025-07-29 15:02:42.410 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed49b8a9-9541-4031-9b0f-82b98dcb4000] socks connection closed\n2025-07-29 15:02:42.410 [info] [command][aee729ee-7978-4953-867a-e0fcfaa7f3a8] Socket close event received\n2025-07-29 15:02:42.450 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63369 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:03:42.411 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:03:42.414 [info] [command][f35520b2-0600-4c03-9465-28efeb8daf48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f35520b2-0600-4c03-9465-28efeb8daf48""}\n2025-07-29 15:03:42.414 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][977d0e42-b596-43f1-9eb6-ff3d9fb5e75e] received connection request\n2025-07-29 15:03:42.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:03:42.457 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][977d0e42-b596-43f1-9eb6-ff3d9fb5e75e] socks forwarding established\n2025-07-29 15:03:42.504 [info] [command][f35520b2-0600-4c03-9465-28efeb8daf48] Process exited with code 0\n2025-07-29 15:03:42.504 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][977d0e42-b596-43f1-9eb6-ff3d9fb5e75e] socks connection closed\n2025-07-29 15:03:42.504 [info] [command][f35520b2-0600-4c03-9465-28efeb8daf48] Socket close event received\n2025-07-29 15:03:42.547 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63388 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:04:42.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:04:42.511 [info] [command][bb59d95a-1c35-4c3a-a12a-0292a363ac60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bb59d95a-1c35-4c3a-a12a-0292a363ac60""}\n2025-07-29 15:04:42.511 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][759febe1-4355-4e40-ad18-a1e8fdb1f747] received connection request\n2025-07-29 15:04:42.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 15:04:42.512 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:04:42.557 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][759febe1-4355-4e40-ad18-a1e8fdb1f747] socks forwarding established\n2025-07-29 15:04:42.603 [info] [command][bb59d95a-1c35-4c3a-a12a-0292a363ac60] Process exited with code 0\n2025-07-29 15:04:42.603 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][759febe1-4355-4e40-ad18-a1e8fdb1f747] socks connection closed\n2025-07-29 15:04:42.603 [info] [command][bb59d95a-1c35-4c3a-a12a-0292a363ac60] Socket close event received\n2025-07-29 15:04:42.643 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63408 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:05:42.612 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:05:42.614 [info] [command][fe06a21c-21b6-4eb9-aa08-1db3b747a137] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fe06a21c-21b6-4eb9-aa08-1db3b747a137""}\n2025-07-29 15:05:42.614 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3583fbfa-5386-466e-b385-efe73a022f92] received connection request\n2025-07-29 15:05:42.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:05:42.657 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3583fbfa-5386-466e-b385-efe73a022f92] socks forwarding established\n2025-07-29 15:05:42.703 [info] [command][fe06a21c-21b6-4eb9-aa08-1db3b747a137] Process exited with code 0\n2025-07-29 15:05:42.704 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3583fbfa-5386-466e-b385-efe73a022f92] socks connection closed\n2025-07-29 15:05:42.704 [info] [command][fe06a21c-21b6-4eb9-aa08-1db3b747a137] Socket close event received\n2025-07-29 15:05:42.745 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63445 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:06:42.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:06:42.712 [info] [command][0e07541c-719b-49cc-a3bc-89ab9fcc2715] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0e07541c-719b-49cc-a3bc-89ab9fcc2715""}\n2025-07-29 15:06:42.713 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6540e4c3-0ff8-43b2-ab09-8118de640753] received connection request\n2025-07-29 15:06:42.714 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:06:42.764 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6540e4c3-0ff8-43b2-ab09-8118de640753] socks forwarding established\n2025-07-29 15:06:42.812 [info] [command][0e07541c-719b-49cc-a3bc-89ab9fcc2715] Process exited with code 0\n2025-07-29 15:06:42.813 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6540e4c3-0ff8-43b2-ab09-8118de640753] socks connection closed\n2025-07-29 15:06:42.813 [info] [command][0e07541c-719b-49cc-a3bc-89ab9fcc2715] Socket close event received\n2025-07-29 15:06:42.856 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63482 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:07:42.816 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:07:42.819 [info] [command][6cba3a42-b27f-455f-87ab-f4a3d40c11ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6cba3a42-b27f-455f-87ab-f4a3d40c11ff""}\n2025-07-29 15:07:42.821 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][249913a8-a488-410e-a396-348c540db48f] received connection request\n2025-07-29 15:07:42.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:07:42.871 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][249913a8-a488-410e-a396-348c540db48f] socks forwarding established\n2025-07-29 15:07:42.919 [info] [command][6cba3a42-b27f-455f-87ab-f4a3d40c11ff] Process exited with code 0\n2025-07-29 15:07:42.919 [info] [command][6cba3a42-b27f-455f-87ab-f4a3d40c11ff] Socket close event received\n2025-07-29 15:07:42.920 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][249913a8-a488-410e-a396-348c540db48f] socks connection closed\n2025-07-29 15:07:42.964 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63514 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:08:42.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:08:42.932 [info] [command][c6ae58ef-2f2f-46b4-b467-9cd1d7699c78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c6ae58ef-2f2f-46b4-b467-9cd1d7699c78""}\n2025-07-29 15:08:42.932 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3cd44dca-d282-4615-9817-ead9497b2649] received connection request\n2025-07-29 15:08:42.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:08:42.995 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3cd44dca-d282-4615-9817-ead9497b2649] socks forwarding established\n2025-07-29 15:08:43.043 [info] [command][c6ae58ef-2f2f-46b4-b467-9cd1d7699c78] Process exited with code 0\n2025-07-29 15:08:43.044 [info] [command][c6ae58ef-2f2f-46b4-b467-9cd1d7699c78] Socket close event received\n2025-07-29 15:08:43.045 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3cd44dca-d282-4615-9817-ead9497b2649] socks connection closed\n2025-07-29 15:08:43.090 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63534 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:09:43.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:09:43.058 [info] [command][0a3f74b0-7bf4-4a3d-bdce-ece77743f115] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0a3f74b0-7bf4-4a3d-bdce-ece77743f115""}\n2025-07-29 15:09:43.059 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a51d90c4-7c43-456d-ad64-7af0bc315911] received connection request\n2025-07-29 15:09:43.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:09:43.107 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a51d90c4-7c43-456d-ad64-7af0bc315911] socks forwarding established\n2025-07-29 15:09:43.155 [info] [command][0a3f74b0-7bf4-4a3d-bdce-ece77743f115] Process exited with code 0\n2025-07-29 15:09:43.155 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a51d90c4-7c43-456d-ad64-7af0bc315911] socks connection closed\n2025-07-29 15:09:43.155 [info] [command][0a3f74b0-7bf4-4a3d-bdce-ece77743f115] Socket close event received\n2025-07-29 15:09:43.196 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63557 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:10:43.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:10:43.161 [info] [command][e64c0b77-0f65-4112-ba57-d43b677bd414] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e64c0b77-0f65-4112-ba57-d43b677bd414""}\n2025-07-29 15:10:43.161 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9b091c98-430b-4ca2-a972-84ee7b8915a3] received connection request\n2025-07-29 15:10:43.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 15:10:43.162 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:10:43.204 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9b091c98-430b-4ca2-a972-84ee7b8915a3] socks forwarding established\n2025-07-29 15:10:43.250 [info] [command][e64c0b77-0f65-4112-ba57-d43b677bd414] Process exited with code 0\n2025-07-29 15:10:43.250 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9b091c98-430b-4ca2-a972-84ee7b8915a3] socks connection closed\n2025-07-29 15:10:43.250 [info] [command][e64c0b77-0f65-4112-ba57-d43b677bd414] Socket close event received\n2025-07-29 15:10:43.290 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63617 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:11:43.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:11:43.256 [info] [command][b0024ee3-e6a0-4e82-adff-91a89a0bc693] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b0024ee3-e6a0-4e82-adff-91a89a0bc693""}\n2025-07-29 15:11:43.257 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f5dbf1f9-e669-42a9-a14c-fa7b842e2777] received connection request\n2025-07-29 15:11:43.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:11:43.299 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f5dbf1f9-e669-42a9-a14c-fa7b842e2777] socks forwarding established\n2025-07-29 15:11:43.345 [info] [command][b0024ee3-e6a0-4e82-adff-91a89a0bc693] Process exited with code 0\n2025-07-29 15:11:43.346 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f5dbf1f9-e669-42a9-a14c-fa7b842e2777] socks connection closed\n2025-07-29 15:11:43.346 [info] [command][b0024ee3-e6a0-4e82-adff-91a89a0bc693] Socket close event received\n2025-07-29 15:11:43.395 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63679 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:12:43.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:12:43.352 [info] [command][0b644a3c-d575-496f-8d1d-aea7dee28fc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0b644a3c-d575-496f-8d1d-aea7dee28fc9""}\n2025-07-29 15:12:43.353 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a49b064a-ce5f-451a-a9e4-597aedb4eda8] received connection request\n2025-07-29 15:12:43.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:12:43.399 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a49b064a-ce5f-451a-a9e4-597aedb4eda8] socks forwarding established\n2025-07-29 15:12:43.449 [info] [command][0b644a3c-d575-496f-8d1d-aea7dee28fc9] Process exited with code 0\n2025-07-29 15:12:43.449 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a49b064a-ce5f-451a-a9e4-597aedb4eda8] socks connection closed\n2025-07-29 15:12:43.450 [info] [command][0b644a3c-d575-496f-8d1d-aea7dee28fc9] Socket close event received\n2025-07-29 15:12:43.491 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63765 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:13:43.451 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:13:43.453 [info] [command][bc574523-1e3d-4379-bd35-f7657ef8c456] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bc574523-1e3d-4379-bd35-f7657ef8c456""}\n2025-07-29 15:13:43.454 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4a7e4c71-ca8b-4b5e-9c83-a156f1434036] received connection request\n2025-07-29 15:13:43.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 15:13:43.455 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:13:43.498 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4a7e4c71-ca8b-4b5e-9c83-a156f1434036] socks forwarding established\n2025-07-29 15:13:43.545 [info] [command][bc574523-1e3d-4379-bd35-f7657ef8c456] Process exited with code 0\n2025-07-29 15:13:43.546 [info] [command][bc574523-1e3d-4379-bd35-f7657ef8c456] Socket close event received\n2025-07-29 15:13:43.547 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4a7e4c71-ca8b-4b5e-9c83-a156f1434036] socks connection closed\n2025-07-29 15:13:43.652 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63797 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:14:43.551 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:14:43.554 [info] [command][e7ca2aed-4ed5-4a3e-9a90-fe74fd60b4e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e7ca2aed-4ed5-4a3e-9a90-fe74fd60b4e9""}\n2025-07-29 15:14:43.554 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7c03598d-e91a-461d-a82c-7ee3518ba95e] received connection request\n2025-07-29 15:14:43.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:14:43.596 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7c03598d-e91a-461d-a82c-7ee3518ba95e] socks forwarding established\n2025-07-29 15:14:43.648 [info] [command][e7ca2aed-4ed5-4a3e-9a90-fe74fd60b4e9] Process exited with code 0\n2025-07-29 15:14:43.648 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7c03598d-e91a-461d-a82c-7ee3518ba95e] socks connection closed\n2025-07-29 15:14:43.648 [info] [command][e7ca2aed-4ed5-4a3e-9a90-fe74fd60b4e9] Socket close event received\n2025-07-29 15:14:43.690 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63822 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:15:43.652 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:15:43.655 [info] [command][7e4ae58e-7c3d-4413-a6e1-af1533df0ed8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7e4ae58e-7c3d-4413-a6e1-af1533df0ed8""}\n2025-07-29 15:15:43.656 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5180d006-6f7d-40fc-b7ce-dc2fa0a18d43] received connection request\n2025-07-29 15:15:43.656 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:15:43.699 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5180d006-6f7d-40fc-b7ce-dc2fa0a18d43] socks forwarding established\n2025-07-29 15:15:43.747 [info] [command][7e4ae58e-7c3d-4413-a6e1-af1533df0ed8] Process exited with code 0\n2025-07-29 15:15:43.747 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5180d006-6f7d-40fc-b7ce-dc2fa0a18d43] socks connection closed\n2025-07-29 15:15:43.748 [info] [command][7e4ae58e-7c3d-4413-a6e1-af1533df0ed8] Socket close event received\n2025-07-29 15:15:43.791 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63887 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:16:43.750 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:16:43.754 [info] [command][45728a69-1739-4320-a581-2f8a904b84ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""45728a69-1739-4320-a581-2f8a904b84ab""}\n2025-07-29 15:16:43.755 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ef69e8db-a316-437b-bb01-f509bc494d35] received connection request\n2025-07-29 15:16:43.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:16:43.799 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef69e8db-a316-437b-bb01-f509bc494d35] socks forwarding established\n2025-07-29 15:16:43.848 [info] [command][45728a69-1739-4320-a581-2f8a904b84ab] Process exited with code 0\n2025-07-29 15:16:43.848 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef69e8db-a316-437b-bb01-f509bc494d35] socks connection closed\n2025-07-29 15:16:43.848 [info] [command][45728a69-1739-4320-a581-2f8a904b84ab] Socket close event received\n2025-07-29 15:16:43.889 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63921 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:17:43.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:17:43.854 [info] [command][c1653a34-8589-4a3d-a5fc-7380af146282] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c1653a34-8589-4a3d-a5fc-7380af146282""}\n2025-07-29 15:17:43.855 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][849f4138-ad83-4944-8f24-ebcb518d9aeb] received connection request\n2025-07-29 15:17:43.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:17:43.899 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][849f4138-ad83-4944-8f24-ebcb518d9aeb] socks forwarding established\n2025-07-29 15:17:43.946 [info] [command][c1653a34-8589-4a3d-a5fc-7380af146282] Process exited with code 0\n2025-07-29 15:17:43.946 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][849f4138-ad83-4944-8f24-ebcb518d9aeb] socks connection closed\n2025-07-29 15:17:43.946 [info] [command][c1653a34-8589-4a3d-a5fc-7380af146282] Socket close event received\n2025-07-29 15:17:43.985 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63987 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:18:43.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:18:43.952 [info] [command][d85a17a7-674f-48e2-8b59-dd9f1555b56a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d85a17a7-674f-48e2-8b59-dd9f1555b56a""}\n2025-07-29 15:18:43.953 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a89bcd43-415c-427c-ad97-838b1fd98888] received connection request\n2025-07-29 15:18:43.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:18:43.998 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a89bcd43-415c-427c-ad97-838b1fd98888] socks forwarding established\n2025-07-29 15:18:44.045 [info] [command][d85a17a7-674f-48e2-8b59-dd9f1555b56a] Process exited with code 0\n2025-07-29 15:18:44.045 [info] [command][d85a17a7-674f-48e2-8b59-dd9f1555b56a] Socket close event received\n2025-07-29 15:18:44.046 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a89bcd43-415c-427c-ad97-838b1fd98888] socks connection closed\n2025-07-29 15:18:44.087 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64010 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:19:44.049 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:19:44.051 [info] [command][306d00a8-d148-4910-a37a-529acfa0e812] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""306d00a8-d148-4910-a37a-529acfa0e812""}\n2025-07-29 15:19:44.051 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][eedffb26-2571-42e9-b678-80ea2074ae73] received connection request\n2025-07-29 15:19:44.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:19:44.093 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eedffb26-2571-42e9-b678-80ea2074ae73] socks forwarding established\n2025-07-29 15:19:44.140 [info] [command][306d00a8-d148-4910-a37a-529acfa0e812] Process exited with code 0\n2025-07-29 15:19:44.141 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eedffb26-2571-42e9-b678-80ea2074ae73] socks connection closed\n2025-07-29 15:19:44.141 [info] [command][306d00a8-d148-4910-a37a-529acfa0e812] Socket close event received\n2025-07-29 15:19:44.180 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64032 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:20:44.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:20:44.148 [info] [command][6fbe03ea-e2ce-44aa-b76e-1ee6b5aa3d7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6fbe03ea-e2ce-44aa-b76e-1ee6b5aa3d7c""}\n2025-07-29 15:20:44.149 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8952c7ef-49df-43ca-ac16-656d1991dbb1] received connection request\n2025-07-29 15:20:44.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:20:44.194 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8952c7ef-49df-43ca-ac16-656d1991dbb1] socks forwarding established\n2025-07-29 15:20:44.243 [info] [command][6fbe03ea-e2ce-44aa-b76e-1ee6b5aa3d7c] Process exited with code 0\n2025-07-29 15:20:44.243 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8952c7ef-49df-43ca-ac16-656d1991dbb1] socks connection closed\n2025-07-29 15:20:44.243 [info] [command][6fbe03ea-e2ce-44aa-b76e-1ee6b5aa3d7c] Socket close event received\n2025-07-29 15:20:44.284 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64087 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:21:44.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:21:44.251 [info] [command][acc41b43-a7f6-453d-98f9-efa53be5439c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""acc41b43-a7f6-453d-98f9-efa53be5439c""}\n2025-07-29 15:21:44.252 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][41f2ff2c-cefc-479d-9973-8c2464194042] received connection request\n2025-07-29 15:21:44.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:21:44.294 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][41f2ff2c-cefc-479d-9973-8c2464194042] socks forwarding established\n2025-07-29 15:21:44.340 [info] [command][acc41b43-a7f6-453d-98f9-efa53be5439c] Process exited with code 0\n2025-07-29 15:21:44.341 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][41f2ff2c-cefc-479d-9973-8c2464194042] socks connection closed\n2025-07-29 15:21:44.341 [info] [command][acc41b43-a7f6-453d-98f9-efa53be5439c] Socket close event received\n2025-07-29 15:21:44.385 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64107 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:22:44.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:22:44.349 [info] [command][797cb25c-96a2-44d9-a504-30e18630612c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""797cb25c-96a2-44d9-a504-30e18630612c""}\n2025-07-29 15:22:44.349 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6fd678e3-5016-4681-8e39-8f8097696621] received connection request\n2025-07-29 15:22:44.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:22:44.391 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6fd678e3-5016-4681-8e39-8f8097696621] socks forwarding established\n2025-07-29 15:22:44.437 [info] [command][797cb25c-96a2-44d9-a504-30e18630612c] Process exited with code 0\n2025-07-29 15:22:44.437 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6fd678e3-5016-4681-8e39-8f8097696621] socks connection closed\n2025-07-29 15:22:44.438 [info] [command][797cb25c-96a2-44d9-a504-30e18630612c] Socket close event received\n2025-07-29 15:22:44.479 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64145 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:23:44.440 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:23:44.443 [info] [command][a4a5f3f0-d0ca-4043-a48a-dae0d685fbdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a4a5f3f0-d0ca-4043-a48a-dae0d685fbdb""}\n2025-07-29 15:23:44.444 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0247bb14-4947-4b6c-bf1c-eb1834629437] received connection request\n2025-07-29 15:23:44.444 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:23:44.488 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0247bb14-4947-4b6c-bf1c-eb1834629437] socks forwarding established\n2025-07-29 15:23:44.540 [info] [command][a4a5f3f0-d0ca-4043-a48a-dae0d685fbdb] Process exited with code 0\n2025-07-29 15:23:44.541 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0247bb14-4947-4b6c-bf1c-eb1834629437] socks connection closed\n2025-07-29 15:23:44.541 [info] [command][a4a5f3f0-d0ca-4043-a48a-dae0d685fbdb] Socket close event received\n2025-07-29 15:23:44.586 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64162 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:24:44.542 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:24:44.544 [info] [command][fb8cfc29-6d43-4b80-ad23-98e478bc041a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fb8cfc29-6d43-4b80-ad23-98e478bc041a""}\n2025-07-29 15:24:44.545 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f0fafeaf-175f-486c-a8c4-df1e53653133] received connection request\n2025-07-29 15:24:44.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:24:44.588 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0fafeaf-175f-486c-a8c4-df1e53653133] socks forwarding established\n2025-07-29 15:24:44.637 [info] [command][fb8cfc29-6d43-4b80-ad23-98e478bc041a] Process exited with code 0\n2025-07-29 15:24:44.637 [info] [command][fb8cfc29-6d43-4b80-ad23-98e478bc041a] Socket close event received\n2025-07-29 15:24:44.640 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0fafeaf-175f-486c-a8c4-df1e53653133] socks connection closed\n2025-07-29 15:24:44.686 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64185 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:25:44.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:25:44.645 [info] [command][4577a130-1f30-4d00-843f-3920f255cd45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4577a130-1f30-4d00-843f-3920f255cd45""}\n2025-07-29 15:25:44.646 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][306dc340-8713-4b17-a85b-ff77a8a4ad8b] received connection request\n2025-07-29 15:25:44.646 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:25:44.687 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][306dc340-8713-4b17-a85b-ff77a8a4ad8b] socks forwarding established\n2025-07-29 15:25:44.734 [info] [command][4577a130-1f30-4d00-843f-3920f255cd45] Process exited with code 0\n2025-07-29 15:25:44.734 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][306dc340-8713-4b17-a85b-ff77a8a4ad8b] socks connection closed\n2025-07-29 15:25:44.734 [info] [command][4577a130-1f30-4d00-843f-3920f255cd45] Socket close event received\n2025-07-29 15:25:44.774 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64229 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:26:44.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:26:44.740 [info] [command][bb6b0222-8117-4936-bbb4-e1fd53d1a2a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bb6b0222-8117-4936-bbb4-e1fd53d1a2a5""}\n2025-07-29 15:26:44.740 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7f5fc816-707f-4d4a-9bd8-1f217b6748fc] received connection request\n2025-07-29 15:26:44.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:26:44.784 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7f5fc816-707f-4d4a-9bd8-1f217b6748fc] socks forwarding established\n2025-07-29 15:26:44.829 [info] [command][bb6b0222-8117-4936-bbb4-e1fd53d1a2a5] Process exited with code 0\n2025-07-29 15:26:44.829 [info] [command][bb6b0222-8117-4936-bbb4-e1fd53d1a2a5] Socket close event received\n2025-07-29 15:26:44.830 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7f5fc816-707f-4d4a-9bd8-1f217b6748fc] socks connection closed\n2025-07-29 15:26:44.873 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64260 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:27:44.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:27:44.838 [info] [command][97ef872e-cba8-4328-96b1-bc0134e57adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""97ef872e-cba8-4328-96b1-bc0134e57adc""}\n2025-07-29 15:27:44.839 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][82cb57ea-9a40-48cc-b020-3a8d4c3f28c4] received connection request\n2025-07-29 15:27:44.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:27:44.886 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][82cb57ea-9a40-48cc-b020-3a8d4c3f28c4] socks forwarding established\n2025-07-29 15:27:44.933 [info] [command][97ef872e-cba8-4328-96b1-bc0134e57adc] Process exited with code 0\n2025-07-29 15:27:44.933 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][82cb57ea-9a40-48cc-b020-3a8d4c3f28c4] socks connection closed\n2025-07-29 15:27:44.933 [info] [command][97ef872e-cba8-4328-96b1-bc0134e57adc] Socket close event received\n2025-07-29 15:27:44.972 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64297 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:28:44.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:28:44.936 [info] [command][4bdcfd97-2bd7-4e27-bac9-1205cd1242ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4bdcfd97-2bd7-4e27-bac9-1205cd1242ea""}\n2025-07-29 15:28:44.936 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b55564b7-df50-4597-9892-5f7ebaa76f21] received connection request\n2025-07-29 15:28:44.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:28:44.999 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b55564b7-df50-4597-9892-5f7ebaa76f21] socks forwarding established\n2025-07-29 15:28:45.055 [info] [command][4bdcfd97-2bd7-4e27-bac9-1205cd1242ea] Process exited with code 0\n2025-07-29 15:28:45.056 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b55564b7-df50-4597-9892-5f7ebaa76f21] socks connection closed\n2025-07-29 15:28:45.056 [info] [command][4bdcfd97-2bd7-4e27-bac9-1205cd1242ea] Socket close event received\n2025-07-29 15:28:45.099 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64319 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:29:45.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:29:45.063 [info] [command][432cb2b7-a04e-41e3-bc99-715085901191] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""432cb2b7-a04e-41e3-bc99-715085901191""}\n2025-07-29 15:29:45.064 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ef2e8790-32cb-49ab-88ff-f5b5e460695c] received connection request\n2025-07-29 15:29:45.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:29:45.108 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef2e8790-32cb-49ab-88ff-f5b5e460695c] socks forwarding established\n2025-07-29 15:29:45.154 [info] [command][432cb2b7-a04e-41e3-bc99-715085901191] Process exited with code 0\n2025-07-29 15:29:45.154 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef2e8790-32cb-49ab-88ff-f5b5e460695c] socks connection closed\n2025-07-29 15:29:45.154 [info] [command][432cb2b7-a04e-41e3-bc99-715085901191] Socket close event received\n2025-07-29 15:29:45.194 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64340 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:30:45.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:30:45.161 [info] [command][91dbbe95-175c-404c-ab2c-2448341033c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""91dbbe95-175c-404c-ab2c-2448341033c1""}\n2025-07-29 15:30:45.162 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5a2b6c93-5ddd-4acb-89ed-ff7a7cce72c4] received connection request\n2025-07-29 15:30:45.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:30:45.206 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a2b6c93-5ddd-4acb-89ed-ff7a7cce72c4] socks forwarding established\n2025-07-29 15:30:45.252 [info] [command][91dbbe95-175c-404c-ab2c-2448341033c1] Process exited with code 0\n2025-07-29 15:30:45.252 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a2b6c93-5ddd-4acb-89ed-ff7a7cce72c4] socks connection closed\n2025-07-29 15:30:45.253 [info] [command][91dbbe95-175c-404c-ab2c-2448341033c1] Socket close event received\n2025-07-29 15:30:45.295 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64388 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:31:45.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:31:45.263 [info] [command][570fed3a-70e4-4b5b-b896-6f9cc9f637ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""570fed3a-70e4-4b5b-b896-6f9cc9f637ff""}\n2025-07-29 15:31:45.263 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6639ff77-f900-4ce2-a32c-60b416fc5288] received connection request\n2025-07-29 15:31:45.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:31:45.307 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6639ff77-f900-4ce2-a32c-60b416fc5288] socks forwarding established\n2025-07-29 15:31:45.354 [info] [command][570fed3a-70e4-4b5b-b896-6f9cc9f637ff] Process exited with code 0\n2025-07-29 15:31:45.354 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6639ff77-f900-4ce2-a32c-60b416fc5288] socks connection closed\n2025-07-29 15:31:45.354 [info] [command][570fed3a-70e4-4b5b-b896-6f9cc9f637ff] Socket close event received\n2025-07-29 15:31:45.395 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64453 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:32:45.359 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:32:45.361 [info] [command][6aa5b2c6-08c9-489a-aafd-89edc14aef29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6aa5b2c6-08c9-489a-aafd-89edc14aef29""}\n2025-07-29 15:32:45.362 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cec8d152-7874-4ec3-9920-ba85ac863479] received connection request\n2025-07-29 15:32:45.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:32:45.444 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cec8d152-7874-4ec3-9920-ba85ac863479] socks forwarding established\n2025-07-29 15:32:45.492 [info] [command][6aa5b2c6-08c9-489a-aafd-89edc14aef29] Process exited with code 0\n2025-07-29 15:32:45.492 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cec8d152-7874-4ec3-9920-ba85ac863479] socks connection closed\n2025-07-29 15:32:45.493 [info] [command][6aa5b2c6-08c9-489a-aafd-89edc14aef29] Socket close event received\n2025-07-29 15:32:45.533 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64490 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:33:45.496 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:33:45.499 [info] [command][fe16af10-a990-44a7-9925-deb9891292b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fe16af10-a990-44a7-9925-deb9891292b8""}\n2025-07-29 15:33:45.500 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][032e9127-3e0a-4cc5-8b89-975ca2429a3b] received connection request\n2025-07-29 15:33:45.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 15:33:45.502 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:33:45.542 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][032e9127-3e0a-4cc5-8b89-975ca2429a3b] socks forwarding established\n2025-07-29 15:33:45.588 [info] [command][fe16af10-a990-44a7-9925-deb9891292b8] Process exited with code 0\n2025-07-29 15:33:45.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][032e9127-3e0a-4cc5-8b89-975ca2429a3b] socks connection closed\n2025-07-29 15:33:45.589 [info] [command][fe16af10-a990-44a7-9925-deb9891292b8] Socket close event received\n2025-07-29 15:33:45.628 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64514 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:34:45.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:34:45.595 [info] [command][47d555f0-908c-4f21-b2f5-877aa84ee7ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""47d555f0-908c-4f21-b2f5-877aa84ee7ea""}\n2025-07-29 15:34:45.597 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6f0512bc-beb1-4ad5-99c8-84a2f3dcf5c0] received connection request\n2025-07-29 15:34:45.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:34:45.640 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6f0512bc-beb1-4ad5-99c8-84a2f3dcf5c0] socks forwarding established\n2025-07-29 15:34:45.686 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6f0512bc-beb1-4ad5-99c8-84a2f3dcf5c0] socks connection closed\n2025-07-29 15:34:45.686 [info] [command][47d555f0-908c-4f21-b2f5-877aa84ee7ea] Process exited with code 0\n2025-07-29 15:34:45.686 [info] [command][47d555f0-908c-4f21-b2f5-877aa84ee7ea] Socket close event received\n2025-07-29 15:34:45.727 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64542 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:35:45.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:35:45.692 [info] [command][8e38127c-6777-40b0-a6ca-827878618533] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8e38127c-6777-40b0-a6ca-827878618533""}\n2025-07-29 15:35:45.692 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][46c83f30-1051-4aab-a255-baee62a34b2c] received connection request\n2025-07-29 15:35:45.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:35:45.736 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][46c83f30-1051-4aab-a255-baee62a34b2c] socks forwarding established\n2025-07-29 15:35:45.782 [info] [command][8e38127c-6777-40b0-a6ca-827878618533] Process exited with code 0\n2025-07-29 15:35:45.782 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][46c83f30-1051-4aab-a255-baee62a34b2c] socks connection closed\n2025-07-29 15:35:45.782 [info] [command][8e38127c-6777-40b0-a6ca-827878618533] Socket close event received\n2025-07-29 15:35:45.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64596 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:36:45.785 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:36:45.788 [info] [command][e5dde153-a6b3-401d-9cd2-1b2455f16251] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e5dde153-a6b3-401d-9cd2-1b2455f16251""}\n2025-07-29 15:36:45.789 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][05383ad9-404e-4743-9b7a-f2c97afeaefe] received connection request\n2025-07-29 15:36:45.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:36:45.835 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][05383ad9-404e-4743-9b7a-f2c97afeaefe] socks forwarding established\n2025-07-29 15:36:45.882 [info] [command][e5dde153-a6b3-401d-9cd2-1b2455f16251] Process exited with code 0\n2025-07-29 15:36:45.883 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][05383ad9-404e-4743-9b7a-f2c97afeaefe] socks connection closed\n2025-07-29 15:36:45.883 [info] [command][e5dde153-a6b3-401d-9cd2-1b2455f16251] Socket close event received\n2025-07-29 15:36:45.922 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64633 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:37:45.886 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:37:45.889 [info] [command][95d3d4a6-c5d0-4438-95ea-133332c14d39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""95d3d4a6-c5d0-4438-95ea-133332c14d39""}\n2025-07-29 15:37:45.890 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ef64089d-f809-47cc-aa44-a96c5b12e85e] received connection request\n2025-07-29 15:37:45.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:37:45.935 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef64089d-f809-47cc-aa44-a96c5b12e85e] socks forwarding established\n2025-07-29 15:37:45.981 [info] [command][95d3d4a6-c5d0-4438-95ea-133332c14d39] Process exited with code 0\n2025-07-29 15:37:45.983 [info] [command][95d3d4a6-c5d0-4438-95ea-133332c14d39] Socket close event received\n2025-07-29 15:37:45.984 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef64089d-f809-47cc-aa44-a96c5b12e85e] socks connection closed\n2025-07-29 15:37:46.024 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64669 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:38:45.981 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:38:45.983 [info] [command][3a0fd7e4-a61b-4ef4-a9a1-5e6b53e987e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3a0fd7e4-a61b-4ef4-a9a1-5e6b53e987e1""}\n2025-07-29 15:38:45.984 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][47661128-454a-48b8-8682-5363386d3307] received connection request\n2025-07-29 15:38:45.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:38:46.024 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][47661128-454a-48b8-8682-5363386d3307] socks forwarding established\n2025-07-29 15:38:46.081 [info] [command][3a0fd7e4-a61b-4ef4-a9a1-5e6b53e987e1] Process exited with code 0\n2025-07-29 15:38:46.081 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][47661128-454a-48b8-8682-5363386d3307] socks connection closed\n2025-07-29 15:38:46.081 [info] [command][3a0fd7e4-a61b-4ef4-a9a1-5e6b53e987e1] Socket close event received\n2025-07-29 15:38:46.126 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64696 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:39:46.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:39:46.087 [info] [command][4627ea17-775e-49bb-be20-5ad9ff142b27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4627ea17-775e-49bb-be20-5ad9ff142b27""}\n2025-07-29 15:39:46.088 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cc1dc054-f0ff-4cbd-9bd4-11a1059ec641] received connection request\n2025-07-29 15:39:46.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:39:46.131 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cc1dc054-f0ff-4cbd-9bd4-11a1059ec641] socks forwarding established\n2025-07-29 15:39:46.180 [info] [command][4627ea17-775e-49bb-be20-5ad9ff142b27] Process exited with code 0\n2025-07-29 15:39:46.180 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cc1dc054-f0ff-4cbd-9bd4-11a1059ec641] socks connection closed\n2025-07-29 15:39:46.180 [info] [command][4627ea17-775e-49bb-be20-5ad9ff142b27] Socket close event received\n2025-07-29 15:39:46.221 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64740 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:40:46.186 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:40:46.188 [info] [command][7fe622d8-1d73-4998-96dc-ed7b9cb6dab2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7fe622d8-1d73-4998-96dc-ed7b9cb6dab2""}\n2025-07-29 15:40:46.189 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0eae2c33-5fd5-4f7f-bc9a-2b44f69cec26] received connection request\n2025-07-29 15:40:46.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:40:46.231 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0eae2c33-5fd5-4f7f-bc9a-2b44f69cec26] socks forwarding established\n2025-07-29 15:40:46.277 [info] [command][7fe622d8-1d73-4998-96dc-ed7b9cb6dab2] Process exited with code 0\n2025-07-29 15:40:46.277 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0eae2c33-5fd5-4f7f-bc9a-2b44f69cec26] socks connection closed\n2025-07-29 15:40:46.277 [info] [command][7fe622d8-1d73-4998-96dc-ed7b9cb6dab2] Socket close event received\n2025-07-29 15:40:46.320 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64827 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:41:46.280 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:41:46.283 [info] [command][83360058-780c-4c8f-a091-34b01e394019] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""83360058-780c-4c8f-a091-34b01e394019""}\n2025-07-29 15:41:46.283 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2c4ab902-9c29-415a-bce8-6934fc126e40] received connection request\n2025-07-29 15:41:46.284 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:41:46.327 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2c4ab902-9c29-415a-bce8-6934fc126e40] socks forwarding established\n2025-07-29 15:41:46.373 [info] [command][83360058-780c-4c8f-a091-34b01e394019] Process exited with code 0\n2025-07-29 15:41:46.374 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2c4ab902-9c29-415a-bce8-6934fc126e40] socks connection closed\n2025-07-29 15:41:46.374 [info] [command][83360058-780c-4c8f-a091-34b01e394019] Socket close event received\n2025-07-29 15:41:46.414 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64846 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:42:46.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:42:46.382 [info] [command][fddbbd62-c1ed-407f-b6c8-f164069c3801] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fddbbd62-c1ed-407f-b6c8-f164069c3801""}\n2025-07-29 15:42:46.383 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][862b018f-80e4-4968-89ae-2e1ff78872c6] received connection request\n2025-07-29 15:42:46.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:42:46.428 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][862b018f-80e4-4968-89ae-2e1ff78872c6] socks forwarding established\n2025-07-29 15:42:46.473 [info] [command][fddbbd62-c1ed-407f-b6c8-f164069c3801] Process exited with code 0\n2025-07-29 15:42:46.473 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][862b018f-80e4-4968-89ae-2e1ff78872c6] socks connection closed\n2025-07-29 15:42:46.474 [info] [command][fddbbd62-c1ed-407f-b6c8-f164069c3801] Socket close event received\n2025-07-29 15:42:46.517 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64881 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:43:46.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:43:46.482 [info] [command][13d8d78e-87d6-4e0e-9fd2-851f1fa0be7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""13d8d78e-87d6-4e0e-9fd2-851f1fa0be7a""}\n2025-07-29 15:43:46.482 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4c392413-3814-4ca5-abd5-afd3a0994f9c] received connection request\n2025-07-29 15:43:46.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:43:46.526 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4c392413-3814-4ca5-abd5-afd3a0994f9c] socks forwarding established\n2025-07-29 15:43:46.572 [info] [command][13d8d78e-87d6-4e0e-9fd2-851f1fa0be7a] Process exited with code 0\n2025-07-29 15:43:46.572 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4c392413-3814-4ca5-abd5-afd3a0994f9c] socks connection closed\n2025-07-29 15:43:46.573 [info] [command][13d8d78e-87d6-4e0e-9fd2-851f1fa0be7a] Socket close event received\n2025-07-29 15:43:46.613 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64901 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:44:46.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:44:46.582 [info] [command][15cecce2-acfd-4b1c-b514-1fdf0b614161] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""15cecce2-acfd-4b1c-b514-1fdf0b614161""}\n2025-07-29 15:44:46.583 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0038c078-cdeb-4368-a57d-2e7da3be6eb1] received connection request\n2025-07-29 15:44:46.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:44:46.627 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0038c078-cdeb-4368-a57d-2e7da3be6eb1] socks forwarding established\n2025-07-29 15:44:46.676 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0038c078-cdeb-4368-a57d-2e7da3be6eb1] socks connection closed\n2025-07-29 15:44:46.677 [info] [command][15cecce2-acfd-4b1c-b514-1fdf0b614161] Process exited with code 0\n2025-07-29 15:44:46.677 [info] [command][15cecce2-acfd-4b1c-b514-1fdf0b614161] Socket close event received\n2025-07-29 15:44:46.717 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64941 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:45:46.685 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:45:46.686 [info] [command][0daf0aef-b785-4db8-b338-2b15d1c58297] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0daf0aef-b785-4db8-b338-2b15d1c58297""}\n2025-07-29 15:45:46.687 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cae00a49-ca0f-4e19-b9c2-eb66f9e0412f] received connection request\n2025-07-29 15:45:46.688 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:45:46.731 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cae00a49-ca0f-4e19-b9c2-eb66f9e0412f] socks forwarding established\n2025-07-29 15:45:46.779 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cae00a49-ca0f-4e19-b9c2-eb66f9e0412f] socks connection closed\n2025-07-29 15:45:46.779 [info] [command][0daf0aef-b785-4db8-b338-2b15d1c58297] Process exited with code 0\n2025-07-29 15:45:46.779 [info] [command][0daf0aef-b785-4db8-b338-2b15d1c58297] Socket close event received\n2025-07-29 15:45:46.820 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64988 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:46:46.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:46:46.783 [info] [command][0ebea140-652a-4f94-9381-a1b492c76b07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0ebea140-652a-4f94-9381-a1b492c76b07""}\n2025-07-29 15:46:46.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][14809718-36ae-4d35-82ea-29d4e63a013e] received connection request\n2025-07-29 15:46:46.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:46:46.825 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][14809718-36ae-4d35-82ea-29d4e63a013e] socks forwarding established\n2025-07-29 15:46:46.869 [info] [command][0ebea140-652a-4f94-9381-a1b492c76b07] Process exited with code 0\n2025-07-29 15:46:46.869 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][14809718-36ae-4d35-82ea-29d4e63a013e] socks connection closed\n2025-07-29 15:46:46.870 [info] [command][0ebea140-652a-4f94-9381-a1b492c76b07] Socket close event received\n2025-07-29 15:46:46.911 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65018 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:47:46.873 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:47:46.876 [info] [command][a70fa82d-b1df-484b-a8f0-2ac3e1374759] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a70fa82d-b1df-484b-a8f0-2ac3e1374759""}\n2025-07-29 15:47:46.877 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6d6f1ff0-b444-488d-bd5b-839feb562833] received connection request\n2025-07-29 15:47:46.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:47:46.921 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6d6f1ff0-b444-488d-bd5b-839feb562833] socks forwarding established\n2025-07-29 15:47:46.970 [info] [command][a70fa82d-b1df-484b-a8f0-2ac3e1374759] Process exited with code 0\n2025-07-29 15:47:46.970 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6d6f1ff0-b444-488d-bd5b-839feb562833] socks connection closed\n2025-07-29 15:47:46.970 [info] [command][a70fa82d-b1df-484b-a8f0-2ac3e1374759] Socket close event received\n2025-07-29 15:47:47.011 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65058 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:48:46.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:48:46.980 [info] [command][2c5aec4e-6097-4063-945f-87d62df3b6b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2c5aec4e-6097-4063-945f-87d62df3b6b2""}\n2025-07-29 15:48:46.981 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7beff7de-2aed-4283-89cb-e288ce417489] received connection request\n2025-07-29 15:48:46.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:48:47.026 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7beff7de-2aed-4283-89cb-e288ce417489] socks forwarding established\n2025-07-29 15:48:47.073 [info] [command][2c5aec4e-6097-4063-945f-87d62df3b6b2] Process exited with code 0\n2025-07-29 15:48:47.073 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7beff7de-2aed-4283-89cb-e288ce417489] socks connection closed\n2025-07-29 15:48:47.073 [info] [command][2c5aec4e-6097-4063-945f-87d62df3b6b2] Socket close event received\n2025-07-29 15:48:47.116 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65075 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:49:47.084 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:49:47.087 [info] [command][d8244b5a-65ed-4a6a-b955-0b3312f19a1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d8244b5a-65ed-4a6a-b955-0b3312f19a1b""}\n2025-07-29 15:49:47.088 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][75669526-18d1-499a-8ea3-fc850f8c037e] received connection request\n2025-07-29 15:49:47.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:49:47.171 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75669526-18d1-499a-8ea3-fc850f8c037e] socks forwarding established\n2025-07-29 15:49:47.215 [info] [command][d8244b5a-65ed-4a6a-b955-0b3312f19a1b] Process exited with code 0\n2025-07-29 15:49:47.215 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75669526-18d1-499a-8ea3-fc850f8c037e] socks connection closed\n2025-07-29 15:49:47.215 [info] [command][d8244b5a-65ed-4a6a-b955-0b3312f19a1b] Socket close event received\n2025-07-29 15:49:47.259 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65111 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:50:47.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:50:47.224 [info] [command][7c4dcccd-3e7d-4a41-ac47-03b56cbcaf2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7c4dcccd-3e7d-4a41-ac47-03b56cbcaf2a""}\n2025-07-29 15:50:47.225 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][389ad449-0f45-4dc1-a1ff-b1d716b455a8] received connection request\n2025-07-29 15:50:47.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:50:47.270 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][389ad449-0f45-4dc1-a1ff-b1d716b455a8] socks forwarding established\n2025-07-29 15:50:47.316 [info] [command][7c4dcccd-3e7d-4a41-ac47-03b56cbcaf2a] Process exited with code 0\n2025-07-29 15:50:47.316 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][389ad449-0f45-4dc1-a1ff-b1d716b455a8] socks connection closed\n2025-07-29 15:50:47.317 [info] [command][7c4dcccd-3e7d-4a41-ac47-03b56cbcaf2a] Socket close event received\n2025-07-29 15:50:47.357 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65146 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:51:47.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:51:47.321 [info] [command][d6f85640-1fc7-46be-a5c2-cbbd0324d98a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d6f85640-1fc7-46be-a5c2-cbbd0324d98a""}\n2025-07-29 15:51:47.322 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6d4cabc2-a352-4270-87af-28f0acc830ca] received connection request\n2025-07-29 15:51:47.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:51:47.363 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6d4cabc2-a352-4270-87af-28f0acc830ca] socks forwarding established\n2025-07-29 15:51:47.411 [info] [command][d6f85640-1fc7-46be-a5c2-cbbd0324d98a] Process exited with code 0\n2025-07-29 15:51:47.411 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6d4cabc2-a352-4270-87af-28f0acc830ca] socks connection closed\n2025-07-29 15:51:47.411 [info] [command][d6f85640-1fc7-46be-a5c2-cbbd0324d98a] Socket close event received\n2025-07-29 15:51:47.455 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65164 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:52:47.421 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:52:47.423 [info] [command][211e5a64-955a-494d-9e65-fecc5c0b5757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""211e5a64-955a-494d-9e65-fecc5c0b5757""}\n2025-07-29 15:52:47.423 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3555a01d-3f9c-40eb-9520-8df4c50db0be] received connection request\n2025-07-29 15:52:47.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:52:47.466 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3555a01d-3f9c-40eb-9520-8df4c50db0be] socks forwarding established\n2025-07-29 15:52:47.512 [info] [command][211e5a64-955a-494d-9e65-fecc5c0b5757] Process exited with code 0\n2025-07-29 15:52:47.512 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3555a01d-3f9c-40eb-9520-8df4c50db0be] socks connection closed\n2025-07-29 15:52:47.513 [info] [command][211e5a64-955a-494d-9e65-fecc5c0b5757] Socket close event received\n2025-07-29 15:52:47.555 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65202 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:53:47.518 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:53:47.522 [info] [command][ca35a0a8-b828-4931-8739-8aab2a3b73e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ca35a0a8-b828-4931-8739-8aab2a3b73e3""}\n2025-07-29 15:53:47.523 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8c17c8e9-b5ac-4a3a-8c3f-5aca51a00af6] received connection request\n2025-07-29 15:53:47.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:53:47.566 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8c17c8e9-b5ac-4a3a-8c3f-5aca51a00af6] socks forwarding established\n2025-07-29 15:53:47.610 [info] [command][ca35a0a8-b828-4931-8739-8aab2a3b73e3] Process exited with code 0\n2025-07-29 15:53:47.611 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8c17c8e9-b5ac-4a3a-8c3f-5aca51a00af6] socks connection closed\n2025-07-29 15:53:47.611 [info] [command][ca35a0a8-b828-4931-8739-8aab2a3b73e3] Socket close event received\n2025-07-29 15:53:47.650 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65224 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:54:47.619 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:54:47.621 [info] [command][cfd224a9-ee97-451c-904a-ab9f72afbe96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cfd224a9-ee97-451c-904a-ab9f72afbe96""}\n2025-07-29 15:54:47.622 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8826e06a-d463-444d-9b58-7d53fc60dca2] received connection request\n2025-07-29 15:54:47.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:54:47.671 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8826e06a-d463-444d-9b58-7d53fc60dca2] socks forwarding established\n2025-07-29 15:54:47.715 [info] [command][cfd224a9-ee97-451c-904a-ab9f72afbe96] Process exited with code 0\n2025-07-29 15:54:47.715 [info] [command][cfd224a9-ee97-451c-904a-ab9f72afbe96] Socket close event received\n2025-07-29 15:54:47.717 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8826e06a-d463-444d-9b58-7d53fc60dca2] socks connection closed\n2025-07-29 15:54:47.757 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65248 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:55:47.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:55:47.719 [info] [command][b80f4c51-73c9-485d-8659-17c10751b319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b80f4c51-73c9-485d-8659-17c10751b319""}\n2025-07-29 15:55:47.720 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ae2a8020-ea67-41cc-833a-712cb808b762] received connection request\n2025-07-29 15:55:47.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:55:47.768 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ae2a8020-ea67-41cc-833a-712cb808b762] socks forwarding established\n2025-07-29 15:55:47.817 [info] [command][b80f4c51-73c9-485d-8659-17c10751b319] Process exited with code 0\n2025-07-29 15:55:47.817 [info] [command][b80f4c51-73c9-485d-8659-17c10751b319] Socket close event received\n2025-07-29 15:55:47.818 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ae2a8020-ea67-41cc-833a-712cb808b762] socks connection closed\n2025-07-29 15:55:47.860 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65286 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:56:47.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:56:47.828 [info] [command][bd9c43d0-2ca8-4336-8dab-e804dbdf3920] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bd9c43d0-2ca8-4336-8dab-e804dbdf3920""}\n2025-07-29 15:56:47.828 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][59241ac0-fff9-43d4-afb9-5cdc5394fb67] received connection request\n2025-07-29 15:56:47.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:56:47.922 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][59241ac0-fff9-43d4-afb9-5cdc5394fb67] socks forwarding established\n2025-07-29 15:56:47.968 [info] [command][bd9c43d0-2ca8-4336-8dab-e804dbdf3920] Process exited with code 0\n2025-07-29 15:56:47.969 [info] [command][bd9c43d0-2ca8-4336-8dab-e804dbdf3920] Socket close event received\n2025-07-29 15:56:47.970 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][59241ac0-fff9-43d4-afb9-5cdc5394fb67] socks connection closed\n2025-07-29 15:56:48.010 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65331 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:57:47.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:57:47.976 [info] [command][3ef61eda-fb61-45cf-a467-d254a4c72010] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3ef61eda-fb61-45cf-a467-d254a4c72010""}\n2025-07-29 15:57:47.977 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][168ad012-d87c-40de-960d-22772ccd742c] received connection request\n2025-07-29 15:57:47.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:57:48.029 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][168ad012-d87c-40de-960d-22772ccd742c] socks forwarding established\n2025-07-29 15:57:48.079 [info] [command][3ef61eda-fb61-45cf-a467-d254a4c72010] Process exited with code 0\n2025-07-29 15:57:48.080 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][168ad012-d87c-40de-960d-22772ccd742c] socks connection closed\n2025-07-29 15:57:48.080 [info] [command][3ef61eda-fb61-45cf-a467-d254a4c72010] Socket close event received\n2025-07-29 15:57:48.122 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65370 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:58:48.089 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:58:48.091 [info] [command][c55bae71-bdbd-4be9-845f-71a75e8f0682] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c55bae71-bdbd-4be9-845f-71a75e8f0682""}\n2025-07-29 15:58:48.091 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5308c822-d253-4f67-bfdf-7c0c36bf5a6a] received connection request\n2025-07-29 15:58:48.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:58:48.135 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5308c822-d253-4f67-bfdf-7c0c36bf5a6a] socks forwarding established\n2025-07-29 15:58:48.180 [info] [command][c55bae71-bdbd-4be9-845f-71a75e8f0682] Process exited with code 0\n2025-07-29 15:58:48.181 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5308c822-d253-4f67-bfdf-7c0c36bf5a6a] socks connection closed\n2025-07-29 15:58:48.182 [info] [command][c55bae71-bdbd-4be9-845f-71a75e8f0682] Socket close event received\n2025-07-29 15:58:48.222 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65391 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 15:59:48.184 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 15:59:48.186 [info] [command][de6eb75f-aa2d-4953-9f1c-0b7a3dc4dd00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""de6eb75f-aa2d-4953-9f1c-0b7a3dc4dd00""}\n2025-07-29 15:59:48.187 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d2bde48c-c772-457d-99b4-046eada9d5c6] received connection request\n2025-07-29 15:59:48.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 15:59:48.232 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d2bde48c-c772-457d-99b4-046eada9d5c6] socks forwarding established\n2025-07-29 15:59:48.279 [info] [command][de6eb75f-aa2d-4953-9f1c-0b7a3dc4dd00] Process exited with code 0\n2025-07-29 15:59:48.280 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d2bde48c-c772-457d-99b4-046eada9d5c6] socks connection closed\n2025-07-29 15:59:48.280 [info] [command][de6eb75f-aa2d-4953-9f1c-0b7a3dc4dd00] Socket close event received\n2025-07-29 15:59:48.322 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65412 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:00:48.281 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:00:48.284 [info] [command][7b5af456-cabe-4409-bea0-1575621a9122] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7b5af456-cabe-4409-bea0-1575621a9122""}\n2025-07-29 16:00:48.285 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7a5af828-6a25-4be4-b090-c3a696881b5d] received connection request\n2025-07-29 16:00:48.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:00:48.334 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7a5af828-6a25-4be4-b090-c3a696881b5d] socks forwarding established\n2025-07-29 16:00:48.385 [info] [command][7b5af456-cabe-4409-bea0-1575621a9122] Process exited with code 0\n2025-07-29 16:00:48.385 [info] [command][7b5af456-cabe-4409-bea0-1575621a9122] Socket close event received\n2025-07-29 16:00:48.385 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7a5af828-6a25-4be4-b090-c3a696881b5d] socks connection closed\n2025-07-29 16:00:48.437 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65443 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:01:48.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:01:48.389 [info] [command][daadb353-9db0-46b5-bcbe-cd2bcd56d828] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""daadb353-9db0-46b5-bcbe-cd2bcd56d828""}\n2025-07-29 16:01:48.390 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][befc0ae0-4140-41fa-94dc-d7ccd427ae68] received connection request\n2025-07-29 16:01:48.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:01:48.432 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][befc0ae0-4140-41fa-94dc-d7ccd427ae68] socks forwarding established\n2025-07-29 16:01:48.492 [info] [command][daadb353-9db0-46b5-bcbe-cd2bcd56d828] Process exited with code 0\n2025-07-29 16:01:48.493 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][befc0ae0-4140-41fa-94dc-d7ccd427ae68] socks connection closed\n2025-07-29 16:01:48.493 [info] [command][daadb353-9db0-46b5-bcbe-cd2bcd56d828] Socket close event received\n2025-07-29 16:01:48.539 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65479 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:02:48.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:02:48.500 [info] [command][ca802186-0c32-470c-9981-45c21493d272] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ca802186-0c32-470c-9981-45c21493d272""}\n2025-07-29 16:02:48.501 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4f455d7d-c7d8-4cc2-b107-2a64c20bda59] received connection request\n2025-07-29 16:02:48.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:02:48.544 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f455d7d-c7d8-4cc2-b107-2a64c20bda59] socks forwarding established\n2025-07-29 16:02:48.593 [info] [command][ca802186-0c32-470c-9981-45c21493d272] Process exited with code 0\n2025-07-29 16:02:48.594 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f455d7d-c7d8-4cc2-b107-2a64c20bda59] socks connection closed\n2025-07-29 16:02:48.594 [info] [command][ca802186-0c32-470c-9981-45c21493d272] Socket close event received\n2025-07-29 16:02:48.643 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65514 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:03:48.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:03:48.599 [info] [command][e931178d-adc4-4ce2-9d4a-f500f547a0fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e931178d-adc4-4ce2-9d4a-f500f547a0fb""}\n2025-07-29 16:03:48.600 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][21dc9b0e-7db7-42d9-86fd-9d9d72e0b02f] received connection request\n2025-07-29 16:03:48.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:03:48.651 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][21dc9b0e-7db7-42d9-86fd-9d9d72e0b02f] socks forwarding established\n2025-07-29 16:03:48.698 [info] [command][e931178d-adc4-4ce2-9d4a-f500f547a0fb] Process exited with code 0\n2025-07-29 16:03:48.699 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][21dc9b0e-7db7-42d9-86fd-9d9d72e0b02f] socks connection closed\n2025-07-29 16:03:48.700 [info] [command][e931178d-adc4-4ce2-9d4a-f500f547a0fb] Socket close event received\n2025-07-29 16:03:48.740 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49153 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:04:48.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:04:48.701 [info] [command][442dbfdd-8b22-42ec-80cf-82c666be0675] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""442dbfdd-8b22-42ec-80cf-82c666be0675""}\n2025-07-29 16:04:48.701 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bf523fb4-e2d8-40a6-9478-2ced4a087442] received connection request\n2025-07-29 16:04:48.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:04:48.747 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bf523fb4-e2d8-40a6-9478-2ced4a087442] socks forwarding established\n2025-07-29 16:04:48.800 [info] [command][442dbfdd-8b22-42ec-80cf-82c666be0675] Process exited with code 0\n2025-07-29 16:04:48.800 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bf523fb4-e2d8-40a6-9478-2ced4a087442] socks connection closed\n2025-07-29 16:04:48.800 [info] [command][442dbfdd-8b22-42ec-80cf-82c666be0675] Socket close event received\n2025-07-29 16:04:48.840 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49173 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:05:48.802 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:05:48.804 [info] [command][77df4cbd-0bf2-4e26-a0d1-963e1fefcb6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""77df4cbd-0bf2-4e26-a0d1-963e1fefcb6b""}\n2025-07-29 16:05:48.805 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4ada392f-ee68-440f-a747-3c98626b4ad6] received connection request\n2025-07-29 16:05:48.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:05:48.848 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4ada392f-ee68-440f-a747-3c98626b4ad6] socks forwarding established\n2025-07-29 16:05:48.893 [info] [command][77df4cbd-0bf2-4e26-a0d1-963e1fefcb6b] Process exited with code 0\n2025-07-29 16:05:48.893 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4ada392f-ee68-440f-a747-3c98626b4ad6] socks connection closed\n2025-07-29 16:05:48.893 [info] [command][77df4cbd-0bf2-4e26-a0d1-963e1fefcb6b] Socket close event received\n2025-07-29 16:05:48.934 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49222 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:06:48.902 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:06:48.903 [info] [command][691496e8-431c-40a3-919d-32eece1f302d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""691496e8-431c-40a3-919d-32eece1f302d""}\n2025-07-29 16:06:48.904 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][42795330-2224-431b-a2b1-48c684bf996a] received connection request\n2025-07-29 16:06:48.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:06:48.950 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][42795330-2224-431b-a2b1-48c684bf996a] socks forwarding established\n2025-07-29 16:06:48.994 [info] [command][691496e8-431c-40a3-919d-32eece1f302d] Process exited with code 0\n2025-07-29 16:06:48.995 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][42795330-2224-431b-a2b1-48c684bf996a] socks connection closed\n2025-07-29 16:06:48.996 [info] [command][691496e8-431c-40a3-919d-32eece1f302d] Socket close event received\n2025-07-29 16:06:49.042 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49262 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:07:49.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:07:49.002 [info] [command][1a10419a-92a7-4f19-82dd-886551fe2d5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1a10419a-92a7-4f19-82dd-886551fe2d5f""}\n2025-07-29 16:07:49.003 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][16ddfd95-1b7c-4c10-942f-b2e23cdd20f3] received connection request\n2025-07-29 16:07:49.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:07:49.046 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][16ddfd95-1b7c-4c10-942f-b2e23cdd20f3] socks forwarding established\n2025-07-29 16:07:49.089 [info] [command][1a10419a-92a7-4f19-82dd-886551fe2d5f] Process exited with code 0\n2025-07-29 16:07:49.090 [info] [command][1a10419a-92a7-4f19-82dd-886551fe2d5f] Socket close event received\n2025-07-29 16:07:49.090 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][16ddfd95-1b7c-4c10-942f-b2e23cdd20f3] socks connection closed\n2025-07-29 16:07:49.139 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49297 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:08:49.092 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:08:49.095 [info] [command][eaa23f99-1b04-439d-bbda-5c86a96c1c26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""eaa23f99-1b04-439d-bbda-5c86a96c1c26""}\n2025-07-29 16:08:49.096 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b7cebb4b-af0d-490d-b0e0-0c03b352cd1f] received connection request\n2025-07-29 16:08:49.097 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:08:49.143 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b7cebb4b-af0d-490d-b0e0-0c03b352cd1f] socks forwarding established\n2025-07-29 16:08:49.218 [info] [command][eaa23f99-1b04-439d-bbda-5c86a96c1c26] Process exited with code 0\n2025-07-29 16:08:49.218 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b7cebb4b-af0d-490d-b0e0-0c03b352cd1f] socks connection closed\n2025-07-29 16:08:49.219 [info] [command][eaa23f99-1b04-439d-bbda-5c86a96c1c26] Socket close event received\n2025-07-29 16:08:49.261 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49316 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:09:49.222 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:09:49.225 [info] [command][485c86e8-46bf-4a50-9229-1b679fa2ad4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""485c86e8-46bf-4a50-9229-1b679fa2ad4f""}\n2025-07-29 16:09:49.225 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][15376264-a50f-44ea-ac49-e4d09b91d8cf] received connection request\n2025-07-29 16:09:49.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:09:49.270 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][15376264-a50f-44ea-ac49-e4d09b91d8cf] socks forwarding established\n2025-07-29 16:09:49.316 [info] [command][485c86e8-46bf-4a50-9229-1b679fa2ad4f] Process exited with code 0\n2025-07-29 16:09:49.316 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][15376264-a50f-44ea-ac49-e4d09b91d8cf] socks connection closed\n2025-07-29 16:09:49.317 [info] [command][485c86e8-46bf-4a50-9229-1b679fa2ad4f] Socket close event received\n2025-07-29 16:09:49.357 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49341 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:10:49.327 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:10:49.331 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][77000740-8768-43eb-9a20-dd7d4655ada1] received connection request\n2025-07-29 16:10:49.331 [info] [command][f5757034-cd45-4bd4-93c9-0717873be20b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f5757034-cd45-4bd4-93c9-0717873be20b""}\n2025-07-29 16:10:49.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:10:49.374 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77000740-8768-43eb-9a20-dd7d4655ada1] socks forwarding established\n2025-07-29 16:10:49.422 [info] [command][f5757034-cd45-4bd4-93c9-0717873be20b] Process exited with code 0\n2025-07-29 16:10:49.422 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77000740-8768-43eb-9a20-dd7d4655ada1] socks connection closed\n2025-07-29 16:10:49.422 [info] [command][f5757034-cd45-4bd4-93c9-0717873be20b] Socket close event received\n2025-07-29 16:10:49.463 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49374 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:11:49.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:11:49.431 [info] [command][b9e48fa2-c9dd-477d-81c0-0c9d4416bb9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b9e48fa2-c9dd-477d-81c0-0c9d4416bb9c""}\n2025-07-29 16:11:49.431 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cb459f77-333b-420a-8460-e252029fed47] received connection request\n2025-07-29 16:11:49.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:11:49.477 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb459f77-333b-420a-8460-e252029fed47] socks forwarding established\n2025-07-29 16:11:49.526 [info] [command][b9e48fa2-c9dd-477d-81c0-0c9d4416bb9c] Process exited with code 0\n2025-07-29 16:11:49.526 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb459f77-333b-420a-8460-e252029fed47] socks connection closed\n2025-07-29 16:11:49.527 [info] [command][b9e48fa2-c9dd-477d-81c0-0c9d4416bb9c] Socket close event received\n2025-07-29 16:11:49.570 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49406 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:12:49.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:12:49.530 [info] [command][305bde43-e0f9-4da7-8240-80ac2400f434] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""305bde43-e0f9-4da7-8240-80ac2400f434""}\n2025-07-29 16:12:49.530 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a2d3de9a-1c6b-4270-af9f-a4aa2d8ed1aa] received connection request\n2025-07-29 16:12:49.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:12:49.572 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a2d3de9a-1c6b-4270-af9f-a4aa2d8ed1aa] socks forwarding established\n2025-07-29 16:12:49.618 [info] [command][305bde43-e0f9-4da7-8240-80ac2400f434] Process exited with code 0\n2025-07-29 16:12:49.618 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a2d3de9a-1c6b-4270-af9f-a4aa2d8ed1aa] socks connection closed\n2025-07-29 16:12:49.618 [info] [command][305bde43-e0f9-4da7-8240-80ac2400f434] Socket close event received\n2025-07-29 16:12:49.659 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49444 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:13:49.626 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:13:49.629 [info] [command][f6713042-965e-4fb4-95ac-af07ea23988e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f6713042-965e-4fb4-95ac-af07ea23988e""}\n2025-07-29 16:13:49.629 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][09137e10-b7ab-48f6-b14f-c712c6bea6b9] received connection request\n2025-07-29 16:13:49.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:13:49.673 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][09137e10-b7ab-48f6-b14f-c712c6bea6b9] socks forwarding established\n2025-07-29 16:13:49.719 [info] [command][f6713042-965e-4fb4-95ac-af07ea23988e] Process exited with code 0\n2025-07-29 16:13:49.719 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][09137e10-b7ab-48f6-b14f-c712c6bea6b9] socks connection closed\n2025-07-29 16:13:49.719 [info] [command][f6713042-965e-4fb4-95ac-af07ea23988e] Socket close event received\n2025-07-29 16:13:49.762 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49466 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:14:49.722 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:14:49.725 [info] [command][b373cbc0-57cf-4069-b4a8-a7e22806729e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b373cbc0-57cf-4069-b4a8-a7e22806729e""}\n2025-07-29 16:14:49.725 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][10aa1653-deb5-4220-b2b3-38831651d261] received connection request\n2025-07-29 16:14:49.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:14:49.772 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][10aa1653-deb5-4220-b2b3-38831651d261] socks forwarding established\n2025-07-29 16:14:49.821 [info] [command][b373cbc0-57cf-4069-b4a8-a7e22806729e] Process exited with code 0\n2025-07-29 16:14:49.822 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][10aa1653-deb5-4220-b2b3-38831651d261] socks connection closed\n2025-07-29 16:14:49.822 [info] [command][b373cbc0-57cf-4069-b4a8-a7e22806729e] Socket close event received\n2025-07-29 16:14:49.865 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49488 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:15:49.830 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:15:49.832 [info] [command][80958628-4a7a-497c-9e16-5b9231d655f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""80958628-4a7a-497c-9e16-5b9231d655f0""}\n2025-07-29 16:15:49.833 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d241b4c7-31fa-41de-8213-1f058b5bc5d4] received connection request\n2025-07-29 16:15:49.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:15:49.882 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d241b4c7-31fa-41de-8213-1f058b5bc5d4] socks forwarding established\n2025-07-29 16:15:49.933 [info] [command][80958628-4a7a-497c-9e16-5b9231d655f0] Process exited with code 0\n2025-07-29 16:15:49.934 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d241b4c7-31fa-41de-8213-1f058b5bc5d4] socks connection closed\n2025-07-29 16:15:49.934 [info] [command][80958628-4a7a-497c-9e16-5b9231d655f0] Socket close event received\n2025-07-29 16:15:49.975 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49528 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:16:49.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:16:49.946 [info] [command][ac24f97c-6ff2-4876-b660-a8ddc4e0fdd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ac24f97c-6ff2-4876-b660-a8ddc4e0fdd9""}\n2025-07-29 16:16:49.947 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c3c4dfef-74e2-49eb-8d10-bf22e20de962] received connection request\n2025-07-29 16:16:49.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:16:49.992 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c3c4dfef-74e2-49eb-8d10-bf22e20de962] socks forwarding established\n2025-07-29 16:16:50.037 [info] [command][ac24f97c-6ff2-4876-b660-a8ddc4e0fdd9] Process exited with code 0\n2025-07-29 16:16:50.038 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c3c4dfef-74e2-49eb-8d10-bf22e20de962] socks connection closed\n2025-07-29 16:16:50.038 [info] [command][ac24f97c-6ff2-4876-b660-a8ddc4e0fdd9] Socket close event received\n2025-07-29 16:16:50.079 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49562 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:17:50.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:17:50.042 [info] [command][1225cdf7-6c04-4613-82bd-9f858bff5e97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1225cdf7-6c04-4613-82bd-9f858bff5e97""}\n2025-07-29 16:17:50.043 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][61bd3172-394a-4f8a-b036-8c4f15205be5] received connection request\n2025-07-29 16:17:50.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:17:50.089 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][61bd3172-394a-4f8a-b036-8c4f15205be5] socks forwarding established\n2025-07-29 16:17:50.145 [info] [command][1225cdf7-6c04-4613-82bd-9f858bff5e97] Process exited with code 0\n2025-07-29 16:17:50.145 [info] [command][1225cdf7-6c04-4613-82bd-9f858bff5e97] Socket close event received\n2025-07-29 16:17:50.146 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][61bd3172-394a-4f8a-b036-8c4f15205be5] socks connection closed\n2025-07-29 16:17:50.195 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49597 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:18:50.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:18:50.148 [info] [command][171a1ca5-eb95-484d-8daf-c6f05ad9874b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""171a1ca5-eb95-484d-8daf-c6f05ad9874b""}\n2025-07-29 16:18:50.149 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c6520621-f634-4c45-a672-e9d40227a4de] received connection request\n2025-07-29 16:18:50.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:18:50.219 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c6520621-f634-4c45-a672-e9d40227a4de] socks forwarding established\n2025-07-29 16:18:50.287 [info] [command][171a1ca5-eb95-484d-8daf-c6f05ad9874b] Process exited with code 0\n2025-07-29 16:18:50.288 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c6520621-f634-4c45-a672-e9d40227a4de] socks connection closed\n2025-07-29 16:18:50.288 [info] [command][171a1ca5-eb95-484d-8daf-c6f05ad9874b] Socket close event received\n2025-07-29 16:18:50.328 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49660 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:19:50.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:19:50.291 [info] [command][fd3cab2e-27a4-4f35-9dc8-52996e9e7c4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fd3cab2e-27a4-4f35-9dc8-52996e9e7c4a""}\n2025-07-29 16:19:50.291 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4c5efe0d-b847-4b5f-bb6d-dbd043e0f426] received connection request\n2025-07-29 16:19:50.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 16:19:50.291 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:19:50.343 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4c5efe0d-b847-4b5f-bb6d-dbd043e0f426] socks forwarding established\n2025-07-29 16:19:50.387 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4c5efe0d-b847-4b5f-bb6d-dbd043e0f426] socks connection closed\n2025-07-29 16:19:50.387 [info] [command][fd3cab2e-27a4-4f35-9dc8-52996e9e7c4a] Process exited with code 0\n2025-07-29 16:19:50.387 [info] [command][fd3cab2e-27a4-4f35-9dc8-52996e9e7c4a] Socket close event received\n2025-07-29 16:19:50.429 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49706 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:20:50.390 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:20:50.392 [info] [command][499a71a8-aec9-4c8d-98ca-f0c129c54103] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""499a71a8-aec9-4c8d-98ca-f0c129c54103""}\n2025-07-29 16:20:50.393 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1964c044-bb5e-441b-a7a4-74cbf773c6fe] received connection request\n2025-07-29 16:20:50.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:20:50.439 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1964c044-bb5e-441b-a7a4-74cbf773c6fe] socks forwarding established\n2025-07-29 16:20:50.487 [info] [command][499a71a8-aec9-4c8d-98ca-f0c129c54103] Process exited with code 0\n2025-07-29 16:20:50.487 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1964c044-bb5e-441b-a7a4-74cbf773c6fe] socks connection closed\n2025-07-29 16:20:50.487 [info] [command][499a71a8-aec9-4c8d-98ca-f0c129c54103] Socket close event received\n2025-07-29 16:20:50.528 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49749 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:21:50.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:21:50.494 [info] [command][8f93b21e-1e30-40a9-9afe-bd1210b8cc85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8f93b21e-1e30-40a9-9afe-bd1210b8cc85""}\n2025-07-29 16:21:50.495 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1dfa23ab-37e4-4527-a786-e573f24bba25] received connection request\n2025-07-29 16:21:50.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:21:50.540 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1dfa23ab-37e4-4527-a786-e573f24bba25] socks forwarding established\n2025-07-29 16:21:50.586 [info] [command][8f93b21e-1e30-40a9-9afe-bd1210b8cc85] Process exited with code 0\n2025-07-29 16:21:50.587 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1dfa23ab-37e4-4527-a786-e573f24bba25] socks connection closed\n2025-07-29 16:21:50.587 [info] [command][8f93b21e-1e30-40a9-9afe-bd1210b8cc85] Socket close event received\n2025-07-29 16:21:50.628 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49775 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:22:50.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:22:50.594 [info] [command][52845720-5b92-45c2-ae94-9f7673cd7ee8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""52845720-5b92-45c2-ae94-9f7673cd7ee8""}\n2025-07-29 16:22:50.595 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cb58e77e-0ac3-4cca-9902-2ea19f7992f0] received connection request\n2025-07-29 16:22:50.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:22:50.638 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb58e77e-0ac3-4cca-9902-2ea19f7992f0] socks forwarding established\n2025-07-29 16:22:50.684 [info] [command][52845720-5b92-45c2-ae94-9f7673cd7ee8] Process exited with code 0\n2025-07-29 16:22:50.685 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb58e77e-0ac3-4cca-9902-2ea19f7992f0] socks connection closed\n2025-07-29 16:22:50.685 [info] [command][52845720-5b92-45c2-ae94-9f7673cd7ee8] Socket close event received\n2025-07-29 16:22:50.725 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49830 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:23:50.685 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:23:50.687 [info] [command][d3d9e895-f6a3-4072-b3d1-73a6402c7631] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d3d9e895-f6a3-4072-b3d1-73a6402c7631""}\n2025-07-29 16:23:50.688 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d31dac9d-2841-4b65-b08a-adfdeee70a4f] received connection request\n2025-07-29 16:23:50.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:23:50.732 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d31dac9d-2841-4b65-b08a-adfdeee70a4f] socks forwarding established\n2025-07-29 16:23:50.778 [info] [command][d3d9e895-f6a3-4072-b3d1-73a6402c7631] Process exited with code 0\n2025-07-29 16:23:50.778 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d31dac9d-2841-4b65-b08a-adfdeee70a4f] socks connection closed\n2025-07-29 16:23:50.778 [info] [command][d3d9e895-f6a3-4072-b3d1-73a6402c7631] Socket close event received\n2025-07-29 16:23:50.823 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49859 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:24:50.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:24:50.782 [info] [command][c8c12218-bfd5-401e-81e1-229680238751] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c8c12218-bfd5-401e-81e1-229680238751""}\n2025-07-29 16:24:50.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][19697251-e726-491f-a2d1-c8acd68d6129] received connection request\n2025-07-29 16:24:50.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:24:50.825 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][19697251-e726-491f-a2d1-c8acd68d6129] socks forwarding established\n2025-07-29 16:24:50.871 [info] [command][c8c12218-bfd5-401e-81e1-229680238751] Process exited with code 0\n2025-07-29 16:24:50.871 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][19697251-e726-491f-a2d1-c8acd68d6129] socks connection closed\n2025-07-29 16:24:50.872 [info] [command][c8c12218-bfd5-401e-81e1-229680238751] Socket close event received\n2025-07-29 16:24:50.913 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49927 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:25:50.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:25:50.877 [info] [command][11278b39-65fb-4f77-ae65-1cf1f4601d79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""11278b39-65fb-4f77-ae65-1cf1f4601d79""}\n2025-07-29 16:25:50.878 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0bd71f09-a4a9-4b6a-861c-0843874edfb4] received connection request\n2025-07-29 16:25:50.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:25:50.930 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0bd71f09-a4a9-4b6a-861c-0843874edfb4] socks forwarding established\n2025-07-29 16:25:50.976 [info] [command][11278b39-65fb-4f77-ae65-1cf1f4601d79] Process exited with code 0\n2025-07-29 16:25:50.977 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0bd71f09-a4a9-4b6a-861c-0843874edfb4] socks connection closed\n2025-07-29 16:25:50.977 [info] [command][11278b39-65fb-4f77-ae65-1cf1f4601d79] Socket close event received\n2025-07-29 16:25:51.017 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49977 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:26:50.977 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:26:50.979 [info] [command][e3b8db0c-90fd-4a80-8b71-82f7734dd787] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e3b8db0c-90fd-4a80-8b71-82f7734dd787""}\n2025-07-29 16:26:50.979 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4de09719-ccd4-49eb-94af-02e3a6d5caa4] received connection request\n2025-07-29 16:26:50.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:26:51.021 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4de09719-ccd4-49eb-94af-02e3a6d5caa4] socks forwarding established\n2025-07-29 16:26:51.065 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4de09719-ccd4-49eb-94af-02e3a6d5caa4] socks connection closed\n2025-07-29 16:26:51.065 [info] [command][e3b8db0c-90fd-4a80-8b71-82f7734dd787] Process exited with code 0\n2025-07-29 16:26:51.066 [info] [command][e3b8db0c-90fd-4a80-8b71-82f7734dd787] Socket close event received\n2025-07-29 16:26:51.105 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50011 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:27:51.071 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:27:51.074 [info] [command][5d8bd490-f060-4377-b14f-e182400fd5a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5d8bd490-f060-4377-b14f-e182400fd5a5""}\n2025-07-29 16:27:51.075 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][53d8df30-61ce-4742-b65a-a0ea52e96d6e] received connection request\n2025-07-29 16:27:51.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:27:51.118 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][53d8df30-61ce-4742-b65a-a0ea52e96d6e] socks forwarding established\n2025-07-29 16:27:51.164 [info] [command][5d8bd490-f060-4377-b14f-e182400fd5a5] Process exited with code 0\n2025-07-29 16:27:51.165 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][53d8df30-61ce-4742-b65a-a0ea52e96d6e] socks connection closed\n2025-07-29 16:27:51.165 [info] [command][5d8bd490-f060-4377-b14f-e182400fd5a5] Socket close event received\n2025-07-29 16:27:51.207 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50058 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:28:51.166 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:28:51.168 [info] [command][f502cebd-ea22-4b77-82e6-89def3c1ed01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f502cebd-ea22-4b77-82e6-89def3c1ed01""}\n2025-07-29 16:28:51.168 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1ca7c120-55d1-46fe-bbb8-ecf8a166cd50] received connection request\n2025-07-29 16:28:51.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 16:28:51.169 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:28:51.210 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1ca7c120-55d1-46fe-bbb8-ecf8a166cd50] socks forwarding established\n2025-07-29 16:28:51.256 [info] [command][f502cebd-ea22-4b77-82e6-89def3c1ed01] Process exited with code 0\n2025-07-29 16:28:51.256 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1ca7c120-55d1-46fe-bbb8-ecf8a166cd50] socks connection closed\n2025-07-29 16:28:51.256 [info] [command][f502cebd-ea22-4b77-82e6-89def3c1ed01] Socket close event received\n2025-07-29 16:28:51.296 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50085 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:29:51.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:29:51.260 [info] [command][6851262a-e3d3-40a1-824f-25c78c26b9af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6851262a-e3d3-40a1-824f-25c78c26b9af""}\n2025-07-29 16:29:51.260 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][722b2906-a12f-4b9f-8124-fba47da813f4] received connection request\n2025-07-29 16:29:51.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:29:51.301 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][722b2906-a12f-4b9f-8124-fba47da813f4] socks forwarding established\n2025-07-29 16:29:51.345 [info] [command][6851262a-e3d3-40a1-824f-25c78c26b9af] Process exited with code 0\n2025-07-29 16:29:51.346 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][722b2906-a12f-4b9f-8124-fba47da813f4] socks connection closed\n2025-07-29 16:29:51.346 [info] [command][6851262a-e3d3-40a1-824f-25c78c26b9af] Socket close event received\n2025-07-29 16:29:51.385 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50135 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:30:51.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:30:51.353 [info] [command][740a0980-a636-4565-ada0-ca74b2eaaca5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""740a0980-a636-4565-ada0-ca74b2eaaca5""}\n2025-07-29 16:30:51.353 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][17550134-77cd-46df-86b3-ed0e519b6f60] received connection request\n2025-07-29 16:30:51.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:30:51.399 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][17550134-77cd-46df-86b3-ed0e519b6f60] socks forwarding established\n2025-07-29 16:30:51.454 [info] [command][740a0980-a636-4565-ada0-ca74b2eaaca5] Process exited with code 0\n2025-07-29 16:30:51.454 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][17550134-77cd-46df-86b3-ed0e519b6f60] socks connection closed\n2025-07-29 16:30:51.454 [info] [command][740a0980-a636-4565-ada0-ca74b2eaaca5] Socket close event received\n2025-07-29 16:30:51.497 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50171 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:31:51.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:31:51.464 [info] [command][94fd6843-dd82-4c4d-879b-464228cbf3c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""94fd6843-dd82-4c4d-879b-464228cbf3c6""}\n2025-07-29 16:31:51.465 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4753f9b1-9506-47d3-8f2c-06b4982c94fa] received connection request\n2025-07-29 16:31:51.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:31:51.512 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4753f9b1-9506-47d3-8f2c-06b4982c94fa] socks forwarding established\n2025-07-29 16:31:51.560 [info] [command][94fd6843-dd82-4c4d-879b-464228cbf3c6] Process exited with code 0\n2025-07-29 16:31:51.560 [info] [command][94fd6843-dd82-4c4d-879b-464228cbf3c6] Socket close event received\n2025-07-29 16:31:51.561 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4753f9b1-9506-47d3-8f2c-06b4982c94fa] socks connection closed\n2025-07-29 16:31:51.603 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50201 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:32:51.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:32:51.564 [info] [command][89a270c6-20f4-4b89-ae92-f5577075c45f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""89a270c6-20f4-4b89-ae92-f5577075c45f""}\n2025-07-29 16:32:51.564 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][26d0e400-d147-4bfb-a556-2b6608ad3259] received connection request\n2025-07-29 16:32:51.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 16:32:51.565 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:32:51.607 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][26d0e400-d147-4bfb-a556-2b6608ad3259] socks forwarding established\n2025-07-29 16:32:51.654 [info] [command][89a270c6-20f4-4b89-ae92-f5577075c45f] Process exited with code 0\n2025-07-29 16:32:51.654 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][26d0e400-d147-4bfb-a556-2b6608ad3259] socks connection closed\n2025-07-29 16:32:51.654 [info] [command][89a270c6-20f4-4b89-ae92-f5577075c45f] Socket close event received\n2025-07-29 16:32:51.698 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50240 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:33:51.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:33:51.662 [info] [command][63b1db08-04e4-440f-9145-6d26bbd4ee38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""63b1db08-04e4-440f-9145-6d26bbd4ee38""}\n2025-07-29 16:33:51.663 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e0c8009e-1a9a-4385-9092-b44fe0a60f4b] received connection request\n2025-07-29 16:33:51.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:33:51.706 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e0c8009e-1a9a-4385-9092-b44fe0a60f4b] socks forwarding established\n2025-07-29 16:33:51.752 [info] [command][63b1db08-04e4-440f-9145-6d26bbd4ee38] Process exited with code 0\n2025-07-29 16:33:51.753 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e0c8009e-1a9a-4385-9092-b44fe0a60f4b] socks connection closed\n2025-07-29 16:33:51.753 [info] [command][63b1db08-04e4-440f-9145-6d26bbd4ee38] Socket close event received\n2025-07-29 16:33:51.792 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50278 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:34:51.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:34:51.754 [info] [command][381c3c10-14c8-4e33-b4b7-e2539ef8db55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""381c3c10-14c8-4e33-b4b7-e2539ef8db55""}\n2025-07-29 16:34:51.754 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][33421d7a-61b2-44d9-b8bd-98065b6ce475] received connection request\n2025-07-29 16:34:51.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:34:51.795 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][33421d7a-61b2-44d9-b8bd-98065b6ce475] socks forwarding established\n2025-07-29 16:34:51.840 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][33421d7a-61b2-44d9-b8bd-98065b6ce475] socks connection closed\n2025-07-29 16:34:51.840 [info] [command][381c3c10-14c8-4e33-b4b7-e2539ef8db55] Process exited with code 0\n2025-07-29 16:34:51.840 [info] [command][381c3c10-14c8-4e33-b4b7-e2539ef8db55] Socket close event received\n2025-07-29 16:34:51.879 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50327 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:35:51.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:35:51.849 [info] [command][26bb4911-d110-4497-8ee4-dee77e57b9b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""26bb4911-d110-4497-8ee4-dee77e57b9b8""}\n2025-07-29 16:35:51.849 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8ae61181-9f5b-4347-b66d-8ac4bcc82833] received connection request\n2025-07-29 16:35:51.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:35:51.894 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ae61181-9f5b-4347-b66d-8ac4bcc82833] socks forwarding established\n2025-07-29 16:35:51.943 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ae61181-9f5b-4347-b66d-8ac4bcc82833] socks connection closed\n2025-07-29 16:35:51.944 [info] [command][26bb4911-d110-4497-8ee4-dee77e57b9b8] Process exited with code 0\n2025-07-29 16:35:51.944 [info] [command][26bb4911-d110-4497-8ee4-dee77e57b9b8] Socket close event received\n2025-07-29 16:35:51.984 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50370 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:36:51.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:36:51.952 [info] [command][defc5072-9138-4a24-ba43-d8486351e8b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""defc5072-9138-4a24-ba43-d8486351e8b5""}\n2025-07-29 16:36:51.953 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0f9e56ca-53ca-4e06-a06f-993215d80b22] received connection request\n2025-07-29 16:36:51.953 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:36:51.995 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0f9e56ca-53ca-4e06-a06f-993215d80b22] socks forwarding established\n2025-07-29 16:36:52.042 [info] [command][defc5072-9138-4a24-ba43-d8486351e8b5] Process exited with code 0\n2025-07-29 16:36:52.042 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0f9e56ca-53ca-4e06-a06f-993215d80b22] socks connection closed\n2025-07-29 16:36:52.043 [info] [command][defc5072-9138-4a24-ba43-d8486351e8b5] Socket close event received\n2025-07-29 16:36:52.090 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50404 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:37:52.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:37:52.049 [info] [command][ef77b1cc-b3c3-4e80-b441-8efc2bc9257f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ef77b1cc-b3c3-4e80-b441-8efc2bc9257f""}\n2025-07-29 16:37:52.050 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f55e9bdd-fb4c-4df7-9f10-3f79faff6760] received connection request\n2025-07-29 16:37:52.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:37:52.092 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f55e9bdd-fb4c-4df7-9f10-3f79faff6760] socks forwarding established\n2025-07-29 16:37:52.138 [info] [command][ef77b1cc-b3c3-4e80-b441-8efc2bc9257f] Process exited with code 0\n2025-07-29 16:37:52.138 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f55e9bdd-fb4c-4df7-9f10-3f79faff6760] socks connection closed\n2025-07-29 16:37:52.138 [info] [command][ef77b1cc-b3c3-4e80-b441-8efc2bc9257f] Socket close event received\n2025-07-29 16:37:52.180 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50456 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:38:52.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:38:52.140 [info] [command][7b24c064-37f5-4bec-b5fe-a0b70a1c0075] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7b24c064-37f5-4bec-b5fe-a0b70a1c0075""}\n2025-07-29 16:38:52.140 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][be3e71c8-4b11-49ee-bb59-336fa3ccbfb6] received connection request\n2025-07-29 16:38:52.141 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 16:38:52.141 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:38:52.183 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][be3e71c8-4b11-49ee-bb59-336fa3ccbfb6] socks forwarding established\n2025-07-29 16:38:52.232 [info] [command][7b24c064-37f5-4bec-b5fe-a0b70a1c0075] Process exited with code 0\n2025-07-29 16:38:52.232 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][be3e71c8-4b11-49ee-bb59-336fa3ccbfb6] socks connection closed\n2025-07-29 16:38:52.232 [info] [command][7b24c064-37f5-4bec-b5fe-a0b70a1c0075] Socket close event received\n2025-07-29 16:38:52.278 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50486 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:39:52.234 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:39:52.238 [info] [command][ea7f2a35-2c90-43f5-a3c5-80f3011b4a6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ea7f2a35-2c90-43f5-a3c5-80f3011b4a6f""}\n2025-07-29 16:39:52.239 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a982e80b-1061-446e-b5b5-8df836d494b0] received connection request\n2025-07-29 16:39:52.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:39:52.285 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a982e80b-1061-446e-b5b5-8df836d494b0] socks forwarding established\n2025-07-29 16:39:52.332 [info] [command][ea7f2a35-2c90-43f5-a3c5-80f3011b4a6f] Process exited with code 0\n2025-07-29 16:39:52.332 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a982e80b-1061-446e-b5b5-8df836d494b0] socks connection closed\n2025-07-29 16:39:52.332 [info] [command][ea7f2a35-2c90-43f5-a3c5-80f3011b4a6f] Socket close event received\n2025-07-29 16:39:52.375 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50525 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:40:52.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:40:52.338 [info] [command][59f27bbc-7386-4c60-b051-ef33567c74e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""59f27bbc-7386-4c60-b051-ef33567c74e1""}\n2025-07-29 16:40:52.338 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bdba2f9d-1f9b-48d8-9fdf-c0dffdf256a5] received connection request\n2025-07-29 16:40:52.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:40:52.379 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bdba2f9d-1f9b-48d8-9fdf-c0dffdf256a5] socks forwarding established\n2025-07-29 16:40:52.427 [info] [command][59f27bbc-7386-4c60-b051-ef33567c74e1] Process exited with code 0\n2025-07-29 16:40:52.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bdba2f9d-1f9b-48d8-9fdf-c0dffdf256a5] socks connection closed\n2025-07-29 16:40:52.427 [info] [command][59f27bbc-7386-4c60-b051-ef33567c74e1] Socket close event received\n2025-07-29 16:40:52.468 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50574 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:41:52.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:41:52.435 [info] [command][cb358fb4-0573-4710-bfc9-ccc22bc232a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cb358fb4-0573-4710-bfc9-ccc22bc232a8""}\n2025-07-29 16:41:52.436 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4be177ec-6d95-4c90-a200-2cb7fbecf413] received connection request\n2025-07-29 16:41:52.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:41:52.483 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4be177ec-6d95-4c90-a200-2cb7fbecf413] socks forwarding established\n2025-07-29 16:41:52.532 [info] [command][cb358fb4-0573-4710-bfc9-ccc22bc232a8] Process exited with code 0\n2025-07-29 16:41:52.532 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4be177ec-6d95-4c90-a200-2cb7fbecf413] socks connection closed\n2025-07-29 16:41:52.533 [info] [command][cb358fb4-0573-4710-bfc9-ccc22bc232a8] Socket close event received\n2025-07-29 16:41:52.576 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50603 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:42:52.533 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:42:52.537 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d7207891-434c-4e79-a386-8cc26d6a856d] received connection request\n2025-07-29 16:42:52.539 [info] [command][6c86eb25-12da-4dcb-9319-4e9be5a6b245] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6c86eb25-12da-4dcb-9319-4e9be5a6b245""}\n2025-07-29 16:42:52.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 16:42:52.540 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:42:52.586 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7207891-434c-4e79-a386-8cc26d6a856d] socks forwarding established\n2025-07-29 16:42:52.638 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7207891-434c-4e79-a386-8cc26d6a856d] socks connection closed\n2025-07-29 16:42:52.638 [info] [command][6c86eb25-12da-4dcb-9319-4e9be5a6b245] Process exited with code 0\n2025-07-29 16:42:52.638 [info] [command][6c86eb25-12da-4dcb-9319-4e9be5a6b245] Socket close event received\n2025-07-29 16:42:52.678 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50644 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:43:52.644 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:43:52.647 [info] [command][2858defd-e801-4ae9-b89c-b61ab0d350f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2858defd-e801-4ae9-b89c-b61ab0d350f6""}\n2025-07-29 16:43:52.648 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c93f97e4-58fe-49a6-97d7-ee975aa99bc8] received connection request\n2025-07-29 16:43:52.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:43:52.699 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c93f97e4-58fe-49a6-97d7-ee975aa99bc8] socks forwarding established\n2025-07-29 16:43:52.753 [info] [command][2858defd-e801-4ae9-b89c-b61ab0d350f6] Process exited with code 0\n2025-07-29 16:43:52.753 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c93f97e4-58fe-49a6-97d7-ee975aa99bc8] socks connection closed\n2025-07-29 16:43:52.753 [info] [command][2858defd-e801-4ae9-b89c-b61ab0d350f6] Socket close event received\n2025-07-29 16:43:52.802 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50817 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:44:52.754 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:44:52.757 [info] [command][4993cd4e-99bd-40d6-a229-198575e22ad9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4993cd4e-99bd-40d6-a229-198575e22ad9""}\n2025-07-29 16:44:52.757 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fa7ddd16-50a4-4150-8327-5177204b4b69] received connection request\n2025-07-29 16:44:52.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:44:52.805 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fa7ddd16-50a4-4150-8327-5177204b4b69] socks forwarding established\n2025-07-29 16:44:52.850 [info] [command][4993cd4e-99bd-40d6-a229-198575e22ad9] Process exited with code 0\n2025-07-29 16:44:52.850 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fa7ddd16-50a4-4150-8327-5177204b4b69] socks connection closed\n2025-07-29 16:44:52.850 [info] [command][4993cd4e-99bd-40d6-a229-198575e22ad9] Socket close event received\n2025-07-29 16:44:52.892 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50877 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:45:52.853 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:45:52.856 [info] [command][44ca86d8-1110-40ea-b30c-2ba896579f3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""44ca86d8-1110-40ea-b30c-2ba896579f3c""}\n2025-07-29 16:45:52.856 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7bd777df-62b7-450e-9a8d-6ac9c5c61a6a] received connection request\n2025-07-29 16:45:52.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:45:52.899 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7bd777df-62b7-450e-9a8d-6ac9c5c61a6a] socks forwarding established\n2025-07-29 16:45:52.943 [info] [command][44ca86d8-1110-40ea-b30c-2ba896579f3c] Process exited with code 0\n2025-07-29 16:45:52.944 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7bd777df-62b7-450e-9a8d-6ac9c5c61a6a] socks connection closed\n2025-07-29 16:45:52.944 [info] [command][44ca86d8-1110-40ea-b30c-2ba896579f3c] Socket close event received\n2025-07-29 16:45:52.985 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50922 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:46:52.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:46:52.952 [info] [command][7d847da7-fcd9-489a-a053-2d514cffe036] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7d847da7-fcd9-489a-a053-2d514cffe036""}\n2025-07-29 16:46:52.953 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3791757d-d304-44d3-99fd-e3081e7b4377] received connection request\n2025-07-29 16:46:52.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:46:53.003 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3791757d-d304-44d3-99fd-e3081e7b4377] socks forwarding established\n2025-07-29 16:46:53.053 [info] [command][7d847da7-fcd9-489a-a053-2d514cffe036] Process exited with code 0\n2025-07-29 16:46:53.054 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3791757d-d304-44d3-99fd-e3081e7b4377] socks connection closed\n2025-07-29 16:46:53.054 [info] [command][7d847da7-fcd9-489a-a053-2d514cffe036] Socket close event received\n2025-07-29 16:46:53.094 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50964 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:47:53.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:47:53.056 [info] [command][e84f7564-a382-4d95-8553-91536d5eb60f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e84f7564-a382-4d95-8553-91536d5eb60f""}\n2025-07-29 16:47:53.056 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4049d14e-d86f-41e5-85bd-491eef01a1e4] received connection request\n2025-07-29 16:47:53.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:47:53.108 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4049d14e-d86f-41e5-85bd-491eef01a1e4] socks forwarding established\n2025-07-29 16:47:53.159 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4049d14e-d86f-41e5-85bd-491eef01a1e4] socks connection closed\n2025-07-29 16:47:53.159 [info] [command][e84f7564-a382-4d95-8553-91536d5eb60f] Process exited with code 0\n2025-07-29 16:47:53.159 [info] [command][e84f7564-a382-4d95-8553-91536d5eb60f] Socket close event received\n2025-07-29 16:47:53.200 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51017 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:48:53.162 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:48:53.164 [info] [command][72f10f92-ab85-431a-8ff4-32ea583aa23b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""72f10f92-ab85-431a-8ff4-32ea583aa23b""}\n2025-07-29 16:48:53.165 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2637e1f6-df83-4353-8049-21bc699115be] received connection request\n2025-07-29 16:48:53.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:48:53.207 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2637e1f6-df83-4353-8049-21bc699115be] socks forwarding established\n2025-07-29 16:48:53.253 [info] [command][72f10f92-ab85-431a-8ff4-32ea583aa23b] Process exited with code 0\n2025-07-29 16:48:53.254 [info] [command][72f10f92-ab85-431a-8ff4-32ea583aa23b] Socket close event received\n2025-07-29 16:48:53.254 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2637e1f6-df83-4353-8049-21bc699115be] socks connection closed\n2025-07-29 16:48:53.296 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51042 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:49:53.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:49:53.258 [info] [command][e471fc34-25c9-4a6e-94a9-d5cce1fd9d5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e471fc34-25c9-4a6e-94a9-d5cce1fd9d5d""}\n2025-07-29 16:49:53.259 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7b887d9c-07ed-4f55-b7f5-1a1510f6dbcc] received connection request\n2025-07-29 16:49:53.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:49:53.302 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7b887d9c-07ed-4f55-b7f5-1a1510f6dbcc] socks forwarding established\n2025-07-29 16:49:53.350 [info] [command][e471fc34-25c9-4a6e-94a9-d5cce1fd9d5d] Process exited with code 0\n2025-07-29 16:49:53.350 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7b887d9c-07ed-4f55-b7f5-1a1510f6dbcc] socks connection closed\n2025-07-29 16:49:53.351 [info] [command][e471fc34-25c9-4a6e-94a9-d5cce1fd9d5d] Socket close event received\n2025-07-29 16:49:53.392 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51102 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:50:53.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:50:53.354 [info] [command][28267ab3-e500-4301-9fd4-b92b1ab7d687] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""28267ab3-e500-4301-9fd4-b92b1ab7d687""}\n2025-07-29 16:50:53.355 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5abb90e1-0977-49ce-91b1-fc89bf7ac847] received connection request\n2025-07-29 16:50:53.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:50:53.397 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5abb90e1-0977-49ce-91b1-fc89bf7ac847] socks forwarding established\n2025-07-29 16:50:53.447 [info] [command][28267ab3-e500-4301-9fd4-b92b1ab7d687] Process exited with code 0\n2025-07-29 16:50:53.447 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5abb90e1-0977-49ce-91b1-fc89bf7ac847] socks connection closed\n2025-07-29 16:50:53.448 [info] [command][28267ab3-e500-4301-9fd4-b92b1ab7d687] Socket close event received\n2025-07-29 16:50:53.489 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51152 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:51:53.451 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:51:53.454 [info] [command][5e4b72ee-e943-497e-925e-9789ad9de16b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5e4b72ee-e943-497e-925e-9789ad9de16b""}\n2025-07-29 16:51:53.455 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ed784b46-36ab-4107-87ec-33dcee7334fb] received connection request\n2025-07-29 16:51:53.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:51:53.498 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed784b46-36ab-4107-87ec-33dcee7334fb] socks forwarding established\n2025-07-29 16:51:53.548 [info] [command][5e4b72ee-e943-497e-925e-9789ad9de16b] Process exited with code 0\n2025-07-29 16:51:53.549 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed784b46-36ab-4107-87ec-33dcee7334fb] socks connection closed\n2025-07-29 16:51:53.549 [info] [command][5e4b72ee-e943-497e-925e-9789ad9de16b] Socket close event received\n2025-07-29 16:51:53.594 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51178 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:52:53.555 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:52:53.558 [info] [command][b9f54758-8145-4279-936b-2e0cb4f534ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b9f54758-8145-4279-936b-2e0cb4f534ef""}\n2025-07-29 16:52:53.559 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5c71a319-5cde-4c57-9078-3e2c6c2b693a] received connection request\n2025-07-29 16:52:53.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:52:53.607 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5c71a319-5cde-4c57-9078-3e2c6c2b693a] socks forwarding established\n2025-07-29 16:52:53.654 [info] [command][b9f54758-8145-4279-936b-2e0cb4f534ef] Process exited with code 0\n2025-07-29 16:52:53.655 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5c71a319-5cde-4c57-9078-3e2c6c2b693a] socks connection closed\n2025-07-29 16:52:53.655 [info] [command][b9f54758-8145-4279-936b-2e0cb4f534ef] Socket close event received\n2025-07-29 16:52:53.695 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51235 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:53:53.660 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:53:53.662 [info] [command][f36ac1d0-984a-419c-a3c5-f0ea9d0b0495] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f36ac1d0-984a-419c-a3c5-f0ea9d0b0495""}\n2025-07-29 16:53:53.663 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][24f2a989-3aec-4055-905b-374d9eff76a5] received connection request\n2025-07-29 16:53:53.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:53:53.703 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][24f2a989-3aec-4055-905b-374d9eff76a5] socks forwarding established\n2025-07-29 16:53:53.748 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][24f2a989-3aec-4055-905b-374d9eff76a5] socks connection closed\n2025-07-29 16:53:53.748 [info] [command][f36ac1d0-984a-419c-a3c5-f0ea9d0b0495] Process exited with code 0\n2025-07-29 16:53:53.748 [info] [command][f36ac1d0-984a-419c-a3c5-f0ea9d0b0495] Socket close event received\n2025-07-29 16:53:53.790 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51267 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:54:53.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:54:53.751 [info] [command][81101dbf-4ab7-4752-a556-a70fd149e0b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""81101dbf-4ab7-4752-a556-a70fd149e0b3""}\n2025-07-29 16:54:53.752 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fbfc1f2a-dbcc-48b6-b179-7ec2a7b9d2d7] received connection request\n2025-07-29 16:54:53.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:54:53.796 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fbfc1f2a-dbcc-48b6-b179-7ec2a7b9d2d7] socks forwarding established\n2025-07-29 16:54:53.844 [info] [command][81101dbf-4ab7-4752-a556-a70fd149e0b3] Process exited with code 0\n2025-07-29 16:54:53.845 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fbfc1f2a-dbcc-48b6-b179-7ec2a7b9d2d7] socks connection closed\n2025-07-29 16:54:53.845 [info] [command][81101dbf-4ab7-4752-a556-a70fd149e0b3] Socket close event received\n2025-07-29 16:54:53.888 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51319 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:55:53.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:55:53.852 [info] [command][7a06cf92-053f-42a1-9068-1683d07b3264] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7a06cf92-053f-42a1-9068-1683d07b3264""}\n2025-07-29 16:55:53.852 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][97398e25-fada-4e45-a57f-73518ecaaef7] received connection request\n2025-07-29 16:55:53.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:55:53.900 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][97398e25-fada-4e45-a57f-73518ecaaef7] socks forwarding established\n2025-07-29 16:55:53.946 [info] [command][7a06cf92-053f-42a1-9068-1683d07b3264] Process exited with code 0\n2025-07-29 16:55:53.946 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][97398e25-fada-4e45-a57f-73518ecaaef7] socks connection closed\n2025-07-29 16:55:53.947 [info] [command][7a06cf92-053f-42a1-9068-1683d07b3264] Socket close event received\n2025-07-29 16:55:53.988 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51357 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:56:53.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:56:53.951 [info] [command][6f88bf83-a939-4ed5-a6f4-799605bcb6d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6f88bf83-a939-4ed5-a6f4-799605bcb6d1""}\n2025-07-29 16:56:53.952 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][94204878-b1be-4943-a409-e2cb8e15fefe] received connection request\n2025-07-29 16:56:53.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:56:53.994 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][94204878-b1be-4943-a409-e2cb8e15fefe] socks forwarding established\n2025-07-29 16:56:54.043 [info] [command][6f88bf83-a939-4ed5-a6f4-799605bcb6d1] Process exited with code 0\n2025-07-29 16:56:54.044 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][94204878-b1be-4943-a409-e2cb8e15fefe] socks connection closed\n2025-07-29 16:56:54.044 [info] [command][6f88bf83-a939-4ed5-a6f4-799605bcb6d1] Socket close event received\n2025-07-29 16:56:54.087 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51390 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:57:54.049 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:57:54.051 [info] [command][eba9308c-8865-42f4-96f0-9ddb48ba6c0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""eba9308c-8865-42f4-96f0-9ddb48ba6c0f""}\n2025-07-29 16:57:54.051 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][31135511-0634-476d-b122-5416b9d0131a] received connection request\n2025-07-29 16:57:54.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:57:54.100 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][31135511-0634-476d-b122-5416b9d0131a] socks forwarding established\n2025-07-29 16:57:54.150 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][31135511-0634-476d-b122-5416b9d0131a] socks connection closed\n2025-07-29 16:57:54.150 [info] [command][eba9308c-8865-42f4-96f0-9ddb48ba6c0f] Process exited with code 0\n2025-07-29 16:57:54.150 [info] [command][eba9308c-8865-42f4-96f0-9ddb48ba6c0f] Socket close event received\n2025-07-29 16:57:54.208 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51440 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:58:54.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:58:54.160 [info] [command][bb51b8a0-05d4-47dd-b579-88c622bd9887] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bb51b8a0-05d4-47dd-b579-88c622bd9887""}\n2025-07-29 16:58:54.161 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7877c151-5693-4f36-9a19-d530a4d1fff9] received connection request\n2025-07-29 16:58:54.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:58:54.203 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7877c151-5693-4f36-9a19-d530a4d1fff9] socks forwarding established\n2025-07-29 16:58:54.250 [info] [command][bb51b8a0-05d4-47dd-b579-88c622bd9887] Process exited with code 0\n2025-07-29 16:58:54.251 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7877c151-5693-4f36-9a19-d530a4d1fff9] socks connection closed\n2025-07-29 16:58:54.251 [info] [command][bb51b8a0-05d4-47dd-b579-88c622bd9887] Socket close event received\n2025-07-29 16:58:54.291 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51467 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 16:59:54.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 16:59:54.255 [info] [command][39bf9d28-6f03-4da2-a6f5-0bc8bdae6175] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""39bf9d28-6f03-4da2-a6f5-0bc8bdae6175""}\n2025-07-29 16:59:54.256 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b848eb43-cb4a-4ac6-bd1e-5e1b03f500c8] received connection request\n2025-07-29 16:59:54.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 16:59:54.299 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b848eb43-cb4a-4ac6-bd1e-5e1b03f500c8] socks forwarding established\n2025-07-29 16:59:54.345 [info] [command][39bf9d28-6f03-4da2-a6f5-0bc8bdae6175] Process exited with code 0\n2025-07-29 16:59:54.345 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b848eb43-cb4a-4ac6-bd1e-5e1b03f500c8] socks connection closed\n2025-07-29 16:59:54.345 [info] [command][39bf9d28-6f03-4da2-a6f5-0bc8bdae6175] Socket close event received\n2025-07-29 16:59:54.386 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51529 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:00:54.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:00:54.349 [info] [command][de4d1fc1-573e-4e05-8f97-4d922ce7eda4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""de4d1fc1-573e-4e05-8f97-4d922ce7eda4""}\n2025-07-29 17:00:54.350 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5b7a4214-b3fa-42d2-827c-f9c9f944637f] received connection request\n2025-07-29 17:00:54.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:00:54.391 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5b7a4214-b3fa-42d2-827c-f9c9f944637f] socks forwarding established\n2025-07-29 17:00:54.437 [info] [command][de4d1fc1-573e-4e05-8f97-4d922ce7eda4] Process exited with code 0\n2025-07-29 17:00:54.437 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5b7a4214-b3fa-42d2-827c-f9c9f944637f] socks connection closed\n2025-07-29 17:00:54.438 [info] [command][de4d1fc1-573e-4e05-8f97-4d922ce7eda4] Socket close event received\n2025-07-29 17:00:54.481 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51569 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:01:54.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:01:54.446 [info] [command][dc84bfe1-f249-4e48-8c85-08a835d16fb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dc84bfe1-f249-4e48-8c85-08a835d16fb9""}\n2025-07-29 17:01:54.447 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1d97467b-ecb4-4bc9-b906-e54f80b83fbc] received connection request\n2025-07-29 17:01:54.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:01:54.492 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1d97467b-ecb4-4bc9-b906-e54f80b83fbc] socks forwarding established\n2025-07-29 17:01:54.538 [info] [command][dc84bfe1-f249-4e48-8c85-08a835d16fb9] Process exited with code 0\n2025-07-29 17:01:54.538 [info] [command][dc84bfe1-f249-4e48-8c85-08a835d16fb9] Socket close event received\n2025-07-29 17:01:54.539 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1d97467b-ecb4-4bc9-b906-e54f80b83fbc] socks connection closed\n2025-07-29 17:01:54.580 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51612 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:02:54.538 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:02:54.540 [info] [command][b65da4f0-84a7-4462-82db-451f4d7b2825] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b65da4f0-84a7-4462-82db-451f4d7b2825""}\n2025-07-29 17:02:54.540 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][afd211f9-3366-4e47-98cf-5a06dec6030f] received connection request\n2025-07-29 17:02:54.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 17:02:54.540 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:02:54.581 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][afd211f9-3366-4e47-98cf-5a06dec6030f] socks forwarding established\n2025-07-29 17:02:54.626 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][afd211f9-3366-4e47-98cf-5a06dec6030f] socks connection closed\n2025-07-29 17:02:54.626 [info] [command][b65da4f0-84a7-4462-82db-451f4d7b2825] Process exited with code 0\n2025-07-29 17:02:54.626 [info] [command][b65da4f0-84a7-4462-82db-451f4d7b2825] Socket close event received\n2025-07-29 17:02:54.667 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51669 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:03:54.632 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:03:54.635 [info] [command][1f4ab051-acbe-4e6d-b087-eb8cced1e383] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1f4ab051-acbe-4e6d-b087-eb8cced1e383""}\n2025-07-29 17:03:54.635 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fd7f90a4-c16b-4e6b-bb22-ca01cbe3dc78] received connection request\n2025-07-29 17:03:54.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:03:54.680 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd7f90a4-c16b-4e6b-bb22-ca01cbe3dc78] socks forwarding established\n2025-07-29 17:03:54.731 [info] [command][1f4ab051-acbe-4e6d-b087-eb8cced1e383] Process exited with code 0\n2025-07-29 17:03:54.731 [info] [command][1f4ab051-acbe-4e6d-b087-eb8cced1e383] Socket close event received\n2025-07-29 17:03:54.732 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd7f90a4-c16b-4e6b-bb22-ca01cbe3dc78] socks connection closed\n2025-07-29 17:03:54.772 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51730 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:04:54.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:04:54.739 [info] [command][f6990654-42a2-4d98-b81a-0bd35eca2a16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f6990654-42a2-4d98-b81a-0bd35eca2a16""}\n2025-07-29 17:04:54.740 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4463121f-5b2d-48f6-a773-c55302affcc2] received connection request\n2025-07-29 17:04:54.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:04:54.784 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4463121f-5b2d-48f6-a773-c55302affcc2] socks forwarding established\n2025-07-29 17:04:54.832 [info] [command][f6990654-42a2-4d98-b81a-0bd35eca2a16] Process exited with code 0\n2025-07-29 17:04:54.832 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4463121f-5b2d-48f6-a773-c55302affcc2] socks connection closed\n2025-07-29 17:04:54.832 [info] [command][f6990654-42a2-4d98-b81a-0bd35eca2a16] Socket close event received\n2025-07-29 17:04:54.879 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51776 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:05:54.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:05:54.840 [info] [command][73e2f43c-2ab4-4cb4-8e16-afbfad3c4db1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""73e2f43c-2ab4-4cb4-8e16-afbfad3c4db1""}\n2025-07-29 17:05:54.841 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f0927384-9323-4130-bdde-c7f0b5700290] received connection request\n2025-07-29 17:05:54.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:05:54.893 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0927384-9323-4130-bdde-c7f0b5700290] socks forwarding established\n2025-07-29 17:05:54.940 [info] [command][73e2f43c-2ab4-4cb4-8e16-afbfad3c4db1] Process exited with code 0\n2025-07-29 17:05:54.940 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0927384-9323-4130-bdde-c7f0b5700290] socks connection closed\n2025-07-29 17:05:54.940 [info] [command][73e2f43c-2ab4-4cb4-8e16-afbfad3c4db1] Socket close event received\n2025-07-29 17:05:54.980 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51826 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:06:54.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:06:54.946 [info] [command][9926acf3-98c1-45d8-9a57-ce22b1e1d091] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9926acf3-98c1-45d8-9a57-ce22b1e1d091""}\n2025-07-29 17:06:54.947 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2d6fa55b-27c4-421f-ae31-9471883a04b1] received connection request\n2025-07-29 17:06:54.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:06:55.011 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2d6fa55b-27c4-421f-ae31-9471883a04b1] socks forwarding established\n2025-07-29 17:06:55.058 [info] [command][9926acf3-98c1-45d8-9a57-ce22b1e1d091] Process exited with code 0\n2025-07-29 17:06:55.058 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2d6fa55b-27c4-421f-ae31-9471883a04b1] socks connection closed\n2025-07-29 17:06:55.058 [info] [command][9926acf3-98c1-45d8-9a57-ce22b1e1d091] Socket close event received\n2025-07-29 17:06:55.101 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51856 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:07:55.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:07:55.062 [info] [command][17a86b99-0aae-4843-8aeb-24c74c12993a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""17a86b99-0aae-4843-8aeb-24c74c12993a""}\n2025-07-29 17:07:55.062 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][13ea431e-2409-485f-8c1c-c99299817214] received connection request\n2025-07-29 17:07:55.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:07:55.104 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][13ea431e-2409-485f-8c1c-c99299817214] socks forwarding established\n2025-07-29 17:07:55.150 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][13ea431e-2409-485f-8c1c-c99299817214] socks connection closed\n2025-07-29 17:07:55.150 [info] [command][17a86b99-0aae-4843-8aeb-24c74c12993a] Process exited with code 0\n2025-07-29 17:07:55.150 [info] [command][17a86b99-0aae-4843-8aeb-24c74c12993a] Socket close event received\n2025-07-29 17:07:55.189 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51910 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:08:55.154 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:08:55.155 [info] [command][3c584cb8-b8a5-4d37-aa24-f10ed8cc6a51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3c584cb8-b8a5-4d37-aa24-f10ed8cc6a51""}\n2025-07-29 17:08:55.156 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3cb5d660-7308-4945-96dd-5a2dfc84635f] received connection request\n2025-07-29 17:08:55.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:08:55.197 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3cb5d660-7308-4945-96dd-5a2dfc84635f] socks forwarding established\n2025-07-29 17:08:55.245 [info] [command][3c584cb8-b8a5-4d37-aa24-f10ed8cc6a51] Process exited with code 0\n2025-07-29 17:08:55.245 [info] [command][3c584cb8-b8a5-4d37-aa24-f10ed8cc6a51] Socket close event received\n2025-07-29 17:08:55.246 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3cb5d660-7308-4945-96dd-5a2dfc84635f] socks connection closed\n2025-07-29 17:08:55.286 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51945 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:09:55.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:09:55.251 [info] [command][e8677dda-6a46-4a5b-a9f8-7b3415bebd4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e8677dda-6a46-4a5b-a9f8-7b3415bebd4c""}\n2025-07-29 17:09:55.252 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][30bc37b6-8117-4a0c-b764-1d67a7f3f86d] received connection request\n2025-07-29 17:09:55.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:09:55.295 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][30bc37b6-8117-4a0c-b764-1d67a7f3f86d] socks forwarding established\n2025-07-29 17:09:55.340 [info] [command][e8677dda-6a46-4a5b-a9f8-7b3415bebd4c] Process exited with code 0\n2025-07-29 17:09:55.341 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][30bc37b6-8117-4a0c-b764-1d67a7f3f86d] socks connection closed\n2025-07-29 17:09:55.341 [info] [command][e8677dda-6a46-4a5b-a9f8-7b3415bebd4c] Socket close event received\n2025-07-29 17:09:55.383 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51985 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:10:55.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:10:55.348 [info] [command][f3f4b40d-435f-464c-8346-e01ce04e6ec8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f3f4b40d-435f-464c-8346-e01ce04e6ec8""}\n2025-07-29 17:10:55.348 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9323e45a-9a3f-42f1-b672-abcedc619d6c] received connection request\n2025-07-29 17:10:55.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:10:55.393 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9323e45a-9a3f-42f1-b672-abcedc619d6c] socks forwarding established\n2025-07-29 17:10:55.440 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9323e45a-9a3f-42f1-b672-abcedc619d6c] socks connection closed\n2025-07-29 17:10:55.440 [info] [command][f3f4b40d-435f-464c-8346-e01ce04e6ec8] Process exited with code 0\n2025-07-29 17:10:55.440 [info] [command][f3f4b40d-435f-464c-8346-e01ce04e6ec8] Socket close event received\n2025-07-29 17:10:55.479 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52032 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:11:55.441 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:11:55.443 [info] [command][1ba61718-e7e9-4cd2-8d67-e8c6cc10daef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1ba61718-e7e9-4cd2-8d67-e8c6cc10daef""}\n2025-07-29 17:11:55.443 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0ae6ad33-99dc-4723-b8c7-141e67ae289f] received connection request\n2025-07-29 17:11:55.443 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:11:55.484 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ae6ad33-99dc-4723-b8c7-141e67ae289f] socks forwarding established\n2025-07-29 17:11:55.530 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ae6ad33-99dc-4723-b8c7-141e67ae289f] socks connection closed\n2025-07-29 17:11:55.530 [info] [command][1ba61718-e7e9-4cd2-8d67-e8c6cc10daef] Process exited with code 0\n2025-07-29 17:11:55.530 [info] [command][1ba61718-e7e9-4cd2-8d67-e8c6cc10daef] Socket close event received\n2025-07-29 17:11:55.571 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52062 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:12:55.535 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:12:55.538 [info] [command][43700e31-0951-4935-9d54-dba416857f93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""43700e31-0951-4935-9d54-dba416857f93""}\n2025-07-29 17:12:55.539 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8df92823-4cd8-4914-9cd0-3b7d45a79284] received connection request\n2025-07-29 17:12:55.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:12:55.588 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8df92823-4cd8-4914-9cd0-3b7d45a79284] socks forwarding established\n2025-07-29 17:12:55.634 [info] [command][43700e31-0951-4935-9d54-dba416857f93] Process exited with code 0\n2025-07-29 17:12:55.634 [info] [command][43700e31-0951-4935-9d54-dba416857f93] Socket close event received\n2025-07-29 17:12:55.635 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8df92823-4cd8-4914-9cd0-3b7d45a79284] socks connection closed\n2025-07-29 17:12:55.678 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52101 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:13:55.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:13:55.641 [info] [command][b83b3ccb-7dfc-44e6-8671-c3bfc9bbff00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b83b3ccb-7dfc-44e6-8671-c3bfc9bbff00""}\n2025-07-29 17:13:55.641 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4373bd55-77ad-4f21-993f-76cd8c70ad06] received connection request\n2025-07-29 17:13:55.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:13:55.684 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4373bd55-77ad-4f21-993f-76cd8c70ad06] socks forwarding established\n2025-07-29 17:13:55.733 [info] [command][b83b3ccb-7dfc-44e6-8671-c3bfc9bbff00] Process exited with code 0\n2025-07-29 17:13:55.734 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4373bd55-77ad-4f21-993f-76cd8c70ad06] socks connection closed\n2025-07-29 17:13:55.734 [info] [command][b83b3ccb-7dfc-44e6-8671-c3bfc9bbff00] Socket close event received\n2025-07-29 17:13:55.774 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52124 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:14:55.739 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:14:55.743 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][401530c9-34d8-45a8-9159-9e95efe92dc9] received connection request\n2025-07-29 17:14:55.744 [info] [command][2d2f6004-eb0c-4880-942f-d217504812fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2d2f6004-eb0c-4880-942f-d217504812fe""}\n2025-07-29 17:14:55.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:14:55.787 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][401530c9-34d8-45a8-9159-9e95efe92dc9] socks forwarding established\n2025-07-29 17:14:55.834 [info] [command][2d2f6004-eb0c-4880-942f-d217504812fe] Process exited with code 0\n2025-07-29 17:14:55.834 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][401530c9-34d8-45a8-9159-9e95efe92dc9] socks connection closed\n2025-07-29 17:14:55.834 [info] [command][2d2f6004-eb0c-4880-942f-d217504812fe] Socket close event received\n2025-07-29 17:14:55.875 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52193 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:15:55.834 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:15:55.837 [info] [command][3b411104-d23f-4ca6-999f-4a8389f5732b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3b411104-d23f-4ca6-999f-4a8389f5732b""}\n2025-07-29 17:15:55.838 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][013c989f-3f36-4532-977c-f9aa780fac03] received connection request\n2025-07-29 17:15:55.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:15:55.881 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][013c989f-3f36-4532-977c-f9aa780fac03] socks forwarding established\n2025-07-29 17:15:55.926 [info] [command][3b411104-d23f-4ca6-999f-4a8389f5732b] Process exited with code 0\n2025-07-29 17:15:55.926 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][013c989f-3f36-4532-977c-f9aa780fac03] socks connection closed\n2025-07-29 17:15:55.926 [info] [command][3b411104-d23f-4ca6-999f-4a8389f5732b] Socket close event received\n2025-07-29 17:15:55.966 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52234 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:16:55.927 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:16:55.929 [info] [command][51192c30-6fa4-4c4b-b216-893d58395939] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""51192c30-6fa4-4c4b-b216-893d58395939""}\n2025-07-29 17:16:55.930 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a807ef70-6059-41ea-b6ab-0ecbfd0da6d2] received connection request\n2025-07-29 17:16:55.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:16:55.975 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a807ef70-6059-41ea-b6ab-0ecbfd0da6d2] socks forwarding established\n2025-07-29 17:16:56.023 [info] [command][51192c30-6fa4-4c4b-b216-893d58395939] Process exited with code 0\n2025-07-29 17:16:56.023 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a807ef70-6059-41ea-b6ab-0ecbfd0da6d2] socks connection closed\n2025-07-29 17:16:56.023 [info] [command][51192c30-6fa4-4c4b-b216-893d58395939] Socket close event received\n2025-07-29 17:16:56.065 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52272 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:17:56.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:17:56.026 [info] [command][5623ad9d-29f5-4131-93e7-497b0f9dd8db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5623ad9d-29f5-4131-93e7-497b0f9dd8db""}\n2025-07-29 17:17:56.027 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][50e0db7c-fb7a-4918-be43-ad9fd674132e] received connection request\n2025-07-29 17:17:56.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 17:17:56.027 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:17:56.068 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50e0db7c-fb7a-4918-be43-ad9fd674132e] socks forwarding established\n2025-07-29 17:17:56.113 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50e0db7c-fb7a-4918-be43-ad9fd674132e] socks connection closed\n2025-07-29 17:17:56.113 [info] [command][5623ad9d-29f5-4131-93e7-497b0f9dd8db] Process exited with code 0\n2025-07-29 17:17:56.113 [info] [command][5623ad9d-29f5-4131-93e7-497b0f9dd8db] Socket close event received\n2025-07-29 17:17:56.154 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52311 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:18:56.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:18:56.122 [info] [command][65729989-9342-4c5a-aba2-66faf86e186d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""65729989-9342-4c5a-aba2-66faf86e186d""}\n2025-07-29 17:18:56.123 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ce892e8e-ff01-4ca7-b8b8-6b5617952e4c] received connection request\n2025-07-29 17:18:56.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:18:56.165 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ce892e8e-ff01-4ca7-b8b8-6b5617952e4c] socks forwarding established\n2025-07-29 17:18:56.212 [info] [command][65729989-9342-4c5a-aba2-66faf86e186d] Process exited with code 0\n2025-07-29 17:18:56.212 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ce892e8e-ff01-4ca7-b8b8-6b5617952e4c] socks connection closed\n2025-07-29 17:18:56.213 [info] [command][65729989-9342-4c5a-aba2-66faf86e186d] Socket close event received\n2025-07-29 17:18:56.253 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52337 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:19:56.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:19:56.218 [info] [command][ecdd7f28-f438-4bdb-8c40-757680a7d13d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ecdd7f28-f438-4bdb-8c40-757680a7d13d""}\n2025-07-29 17:19:56.218 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cdef45f3-7ef2-4fd2-ba32-0ae61c066543] received connection request\n2025-07-29 17:19:56.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:19:56.259 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cdef45f3-7ef2-4fd2-ba32-0ae61c066543] socks forwarding established\n2025-07-29 17:19:56.303 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cdef45f3-7ef2-4fd2-ba32-0ae61c066543] socks connection closed\n2025-07-29 17:19:56.304 [info] [command][ecdd7f28-f438-4bdb-8c40-757680a7d13d] Process exited with code 0\n2025-07-29 17:19:56.304 [info] [command][ecdd7f28-f438-4bdb-8c40-757680a7d13d] Socket close event received\n2025-07-29 17:19:56.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52377 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:20:56.305 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:20:56.308 [info] [command][2072118f-1344-4244-9761-1c8434b810d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2072118f-1344-4244-9761-1c8434b810d3""}\n2025-07-29 17:20:56.309 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dfd7e8a3-28b1-4094-a31c-4b667bb51476] received connection request\n2025-07-29 17:20:56.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:20:56.353 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dfd7e8a3-28b1-4094-a31c-4b667bb51476] socks forwarding established\n2025-07-29 17:20:56.400 [info] [command][2072118f-1344-4244-9761-1c8434b810d3] Process exited with code 0\n2025-07-29 17:20:56.400 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dfd7e8a3-28b1-4094-a31c-4b667bb51476] socks connection closed\n2025-07-29 17:20:56.400 [info] [command][2072118f-1344-4244-9761-1c8434b810d3] Socket close event received\n2025-07-29 17:20:56.441 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52422 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:21:56.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:21:56.407 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][28ff75eb-13ab-40a3-97c6-8988e920af32] received connection request\n2025-07-29 17:21:56.407 [info] [command][34183745-cbc5-4de6-aae0-0700b4fa36ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""34183745-cbc5-4de6-aae0-0700b4fa36ab""}\n2025-07-29 17:21:56.408 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:21:56.452 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][28ff75eb-13ab-40a3-97c6-8988e920af32] socks forwarding established\n2025-07-29 17:21:56.496 [info] [command][34183745-cbc5-4de6-aae0-0700b4fa36ab] Process exited with code 0\n2025-07-29 17:21:56.496 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][28ff75eb-13ab-40a3-97c6-8988e920af32] socks connection closed\n2025-07-29 17:21:56.496 [info] [command][34183745-cbc5-4de6-aae0-0700b4fa36ab] Socket close event received\n2025-07-29 17:21:56.537 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52456 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:22:56.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:22:56.500 [info] [command][b83f217c-710b-4631-b8b2-e9a465d06e90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b83f217c-710b-4631-b8b2-e9a465d06e90""}\n2025-07-29 17:22:56.500 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4e7d9209-852a-42c5-99da-26aaba7400d6] received connection request\n2025-07-29 17:22:56.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:22:56.543 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4e7d9209-852a-42c5-99da-26aaba7400d6] socks forwarding established\n2025-07-29 17:22:56.590 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4e7d9209-852a-42c5-99da-26aaba7400d6] socks connection closed\n2025-07-29 17:22:56.590 [info] [command][b83f217c-710b-4631-b8b2-e9a465d06e90] Process exited with code 0\n2025-07-29 17:22:56.590 [info] [command][b83f217c-710b-4631-b8b2-e9a465d06e90] Socket close event received\n2025-07-29 17:22:56.637 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52493 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:23:56.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:23:56.596 [info] [command][7ec9be12-0f9a-4b04-b97f-a3d6f0e49873] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7ec9be12-0f9a-4b04-b97f-a3d6f0e49873""}\n2025-07-29 17:23:56.596 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][efdf74c8-25ff-45b0-9273-ad00b13bc3e2] received connection request\n2025-07-29 17:23:56.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:23:56.640 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][efdf74c8-25ff-45b0-9273-ad00b13bc3e2] socks forwarding established\n2025-07-29 17:23:56.693 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][efdf74c8-25ff-45b0-9273-ad00b13bc3e2] socks connection closed\n2025-07-29 17:23:56.694 [info] [command][7ec9be12-0f9a-4b04-b97f-a3d6f0e49873] Process exited with code 0\n2025-07-29 17:23:56.694 [info] [command][7ec9be12-0f9a-4b04-b97f-a3d6f0e49873] Socket close event received\n2025-07-29 17:23:56.735 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52519 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:24:56.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:24:56.697 [info] [command][eb3b4dd9-e6fc-4080-a76b-b114ad4885f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""eb3b4dd9-e6fc-4080-a76b-b114ad4885f6""}\n2025-07-29 17:24:56.697 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][98feb43e-6b0c-4aae-952f-3139e4470323] received connection request\n2025-07-29 17:24:56.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:24:56.739 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][98feb43e-6b0c-4aae-952f-3139e4470323] socks forwarding established\n2025-07-29 17:24:56.792 [info] [command][eb3b4dd9-e6fc-4080-a76b-b114ad4885f6] Process exited with code 0\n2025-07-29 17:24:56.792 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][98feb43e-6b0c-4aae-952f-3139e4470323] socks connection closed\n2025-07-29 17:24:56.792 [info] [command][eb3b4dd9-e6fc-4080-a76b-b114ad4885f6] Socket close event received\n2025-07-29 17:24:56.840 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52558 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:25:56.797 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:25:56.800 [info] [command][efa7baa2-12d4-4dbc-898f-ad7bb9133be6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""efa7baa2-12d4-4dbc-898f-ad7bb9133be6""}\n2025-07-29 17:25:56.801 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e304c926-ad76-40ec-97ad-8cf60734ab93] received connection request\n2025-07-29 17:25:56.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 17:25:56.802 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:25:56.848 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e304c926-ad76-40ec-97ad-8cf60734ab93] socks forwarding established\n2025-07-29 17:25:56.894 [info] [command][efa7baa2-12d4-4dbc-898f-ad7bb9133be6] Process exited with code 0\n2025-07-29 17:25:56.895 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e304c926-ad76-40ec-97ad-8cf60734ab93] socks connection closed\n2025-07-29 17:25:56.895 [info] [command][efa7baa2-12d4-4dbc-898f-ad7bb9133be6] Socket close event received\n2025-07-29 17:25:56.934 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52599 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:26:56.899 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:26:56.900 [info] [command][02d7a8b0-f04b-4159-b92a-1670996978ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""02d7a8b0-f04b-4159-b92a-1670996978ec""}\n2025-07-29 17:26:56.900 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][43b797bc-d70f-40b5-b95d-cdca76ea671d] received connection request\n2025-07-29 17:26:56.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:26:56.940 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][43b797bc-d70f-40b5-b95d-cdca76ea671d] socks forwarding established\n2025-07-29 17:26:56.984 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][43b797bc-d70f-40b5-b95d-cdca76ea671d] socks connection closed\n2025-07-29 17:26:56.984 [info] [command][02d7a8b0-f04b-4159-b92a-1670996978ec] Process exited with code 0\n2025-07-29 17:26:56.984 [info] [command][02d7a8b0-f04b-4159-b92a-1670996978ec] Socket close event received\n2025-07-29 17:26:57.024 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52624 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:27:56.984 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:27:56.986 [info] [command][07ba7643-e178-4bba-aad0-4180fdc61373] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""07ba7643-e178-4bba-aad0-4180fdc61373""}\n2025-07-29 17:27:56.986 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2fda8ffd-e7e3-49ea-95e6-ec6f5c14d1de] received connection request\n2025-07-29 17:27:56.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:27:57.027 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2fda8ffd-e7e3-49ea-95e6-ec6f5c14d1de] socks forwarding established\n2025-07-29 17:27:57.072 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2fda8ffd-e7e3-49ea-95e6-ec6f5c14d1de] socks connection closed\n2025-07-29 17:27:57.072 [info] [command][07ba7643-e178-4bba-aad0-4180fdc61373] Process exited with code 0\n2025-07-29 17:27:57.072 [info] [command][07ba7643-e178-4bba-aad0-4180fdc61373] Socket close event received\n2025-07-29 17:27:57.112 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52664 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:28:57.075 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:28:57.079 [info] [command][99bb2c4b-e376-4d8c-b002-a7873e2293c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""99bb2c4b-e376-4d8c-b002-a7873e2293c2""}\n2025-07-29 17:28:57.079 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][270e5732-ba65-46a8-9650-77650ed73da7] received connection request\n2025-07-29 17:28:57.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:28:57.125 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][270e5732-ba65-46a8-9650-77650ed73da7] socks forwarding established\n2025-07-29 17:28:57.173 [info] [command][99bb2c4b-e376-4d8c-b002-a7873e2293c2] Process exited with code 0\n2025-07-29 17:28:57.174 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][270e5732-ba65-46a8-9650-77650ed73da7] socks connection closed\n2025-07-29 17:28:57.174 [info] [command][99bb2c4b-e376-4d8c-b002-a7873e2293c2] Socket close event received\n2025-07-29 17:28:57.216 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52696 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:29:57.175 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:29:57.177 [info] [command][2563e59e-504d-47ac-b4e3-9432a8c5c500] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2563e59e-504d-47ac-b4e3-9432a8c5c500""}\n2025-07-29 17:29:57.177 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b3579aca-924b-4f24-bfa5-886b6ae55778] received connection request\n2025-07-29 17:29:57.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:29:57.218 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b3579aca-924b-4f24-bfa5-886b6ae55778] socks forwarding established\n2025-07-29 17:29:57.263 [info] [command][2563e59e-504d-47ac-b4e3-9432a8c5c500] Process exited with code 0\n2025-07-29 17:29:57.264 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b3579aca-924b-4f24-bfa5-886b6ae55778] socks connection closed\n2025-07-29 17:29:57.264 [info] [command][2563e59e-504d-47ac-b4e3-9432a8c5c500] Socket close event received\n2025-07-29 17:29:57.303 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52735 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:30:57.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:30:57.270 [info] [command][e8f9eb54-1e5b-4b36-8b8e-22167986b407] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e8f9eb54-1e5b-4b36-8b8e-22167986b407""}\n2025-07-29 17:30:57.271 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][777c1e93-bae6-456c-9b0d-c548e1e03d00] received connection request\n2025-07-29 17:30:57.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:30:57.313 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][777c1e93-bae6-456c-9b0d-c548e1e03d00] socks forwarding established\n2025-07-29 17:30:57.358 [info] [command][e8f9eb54-1e5b-4b36-8b8e-22167986b407] Process exited with code 0\n2025-07-29 17:30:57.359 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][777c1e93-bae6-456c-9b0d-c548e1e03d00] socks connection closed\n2025-07-29 17:30:57.359 [info] [command][e8f9eb54-1e5b-4b36-8b8e-22167986b407] Socket close event received\n2025-07-29 17:30:57.401 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52790 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:31:57.365 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:31:57.368 [info] [command][30ad3567-10eb-424b-834f-1778a158d01f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""30ad3567-10eb-424b-834f-1778a158d01f""}\n2025-07-29 17:31:57.369 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][54a22c15-6ce6-447b-918e-eea3f471cb88] received connection request\n2025-07-29 17:31:57.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:31:57.417 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][54a22c15-6ce6-447b-918e-eea3f471cb88] socks forwarding established\n2025-07-29 17:31:57.463 [info] [command][30ad3567-10eb-424b-834f-1778a158d01f] Process exited with code 0\n2025-07-29 17:31:57.464 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][54a22c15-6ce6-447b-918e-eea3f471cb88] socks connection closed\n2025-07-29 17:31:57.464 [info] [command][30ad3567-10eb-424b-834f-1778a158d01f] Socket close event received\n2025-07-29 17:31:57.506 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52816 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:32:57.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:32:57.472 [info] [command][7d2fa249-1119-4fac-86c2-3e16dd886823] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7d2fa249-1119-4fac-86c2-3e16dd886823""}\n2025-07-29 17:32:57.473 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0391c3d0-a1d6-4d75-a28b-2c67fa6719ce] received connection request\n2025-07-29 17:32:57.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:32:57.514 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0391c3d0-a1d6-4d75-a28b-2c67fa6719ce] socks forwarding established\n2025-07-29 17:32:57.562 [info] [command][7d2fa249-1119-4fac-86c2-3e16dd886823] Process exited with code 0\n2025-07-29 17:32:57.562 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0391c3d0-a1d6-4d75-a28b-2c67fa6719ce] socks connection closed\n2025-07-29 17:32:57.562 [info] [command][7d2fa249-1119-4fac-86c2-3e16dd886823] Socket close event received\n2025-07-29 17:32:57.603 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52857 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:33:57.565 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:33:57.567 [info] [command][865639e5-c45c-4325-97b0-0ba3ab16e224] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""865639e5-c45c-4325-97b0-0ba3ab16e224""}\n2025-07-29 17:33:57.568 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c647b0bf-a0de-4795-b31c-b27692d24b2a] received connection request\n2025-07-29 17:33:57.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:33:57.613 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c647b0bf-a0de-4795-b31c-b27692d24b2a] socks forwarding established\n2025-07-29 17:33:57.658 [info] [command][865639e5-c45c-4325-97b0-0ba3ab16e224] Process exited with code 0\n2025-07-29 17:33:57.658 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c647b0bf-a0de-4795-b31c-b27692d24b2a] socks connection closed\n2025-07-29 17:33:57.658 [info] [command][865639e5-c45c-4325-97b0-0ba3ab16e224] Socket close event received\n2025-07-29 17:33:57.701 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52876 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:34:57.661 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:34:57.663 [info] [command][8cf2298c-30fc-4524-959b-67b5f5fc82ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8cf2298c-30fc-4524-959b-67b5f5fc82ef""}\n2025-07-29 17:34:57.664 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0fc28fbf-2abd-4c89-bee7-302850c79057] received connection request\n2025-07-29 17:34:57.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:34:57.708 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0fc28fbf-2abd-4c89-bee7-302850c79057] socks forwarding established\n2025-07-29 17:34:57.755 [info] [command][8cf2298c-30fc-4524-959b-67b5f5fc82ef] Process exited with code 0\n2025-07-29 17:34:57.755 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0fc28fbf-2abd-4c89-bee7-302850c79057] socks connection closed\n2025-07-29 17:34:57.756 [info] [command][8cf2298c-30fc-4524-959b-67b5f5fc82ef] Socket close event received\n2025-07-29 17:34:57.795 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52911 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:35:57.761 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:35:57.764 [info] [command][f8ceedb3-4f83-44fb-86c8-27aed519752e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f8ceedb3-4f83-44fb-86c8-27aed519752e""}\n2025-07-29 17:35:57.765 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][afe57dfa-50f0-4ceb-8511-a9de9203b2f5] received connection request\n2025-07-29 17:35:57.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:35:57.810 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][afe57dfa-50f0-4ceb-8511-a9de9203b2f5] socks forwarding established\n2025-07-29 17:35:57.856 [info] [command][f8ceedb3-4f83-44fb-86c8-27aed519752e] Process exited with code 0\n2025-07-29 17:35:57.856 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][afe57dfa-50f0-4ceb-8511-a9de9203b2f5] socks connection closed\n2025-07-29 17:35:57.856 [info] [command][f8ceedb3-4f83-44fb-86c8-27aed519752e] Socket close event received\n2025-07-29 17:35:57.899 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52948 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:36:57.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:36:57.860 [info] [command][19223de7-37f4-4576-b0be-1fc3f16299d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""19223de7-37f4-4576-b0be-1fc3f16299d1""}\n2025-07-29 17:36:57.861 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][02efe456-83d8-4434-9e3d-8a2835aa2d9f] received connection request\n2025-07-29 17:36:57.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:36:57.906 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][02efe456-83d8-4434-9e3d-8a2835aa2d9f] socks forwarding established\n2025-07-29 17:36:57.957 [info] [command][19223de7-37f4-4576-b0be-1fc3f16299d1] Process exited with code 0\n2025-07-29 17:36:57.957 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][02efe456-83d8-4434-9e3d-8a2835aa2d9f] socks connection closed\n2025-07-29 17:36:57.957 [info] [command][19223de7-37f4-4576-b0be-1fc3f16299d1] Socket close event received\n2025-07-29 17:36:58.001 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52975 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:37:57.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:37:57.966 [info] [command][8cb520fd-d532-44d9-97ac-444b3b7e9d52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8cb520fd-d532-44d9-97ac-444b3b7e9d52""}\n2025-07-29 17:37:57.967 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6fc59f68-8e1e-4e71-b836-47d0d0297caf] received connection request\n2025-07-29 17:37:57.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:37:58.011 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6fc59f68-8e1e-4e71-b836-47d0d0297caf] socks forwarding established\n2025-07-29 17:37:58.054 [info] [command][8cb520fd-d532-44d9-97ac-444b3b7e9d52] Process exited with code 0\n2025-07-29 17:37:58.054 [info] [command][8cb520fd-d532-44d9-97ac-444b3b7e9d52] Socket close event received\n2025-07-29 17:37:58.055 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6fc59f68-8e1e-4e71-b836-47d0d0297caf] socks connection closed\n2025-07-29 17:37:58.096 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53044 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:38:58.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:38:58.059 [info] [command][22f46c9a-2c9b-4d8b-ac2a-7600f28bf749] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""22f46c9a-2c9b-4d8b-ac2a-7600f28bf749""}\n2025-07-29 17:38:58.060 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f80f5144-9966-4672-af63-625103341d58] received connection request\n2025-07-29 17:38:58.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:38:58.103 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f80f5144-9966-4672-af63-625103341d58] socks forwarding established\n2025-07-29 17:38:58.148 [info] [command][22f46c9a-2c9b-4d8b-ac2a-7600f28bf749] Process exited with code 0\n2025-07-29 17:38:58.149 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f80f5144-9966-4672-af63-625103341d58] socks connection closed\n2025-07-29 17:38:58.149 [info] [command][22f46c9a-2c9b-4d8b-ac2a-7600f28bf749] Socket close event received\n2025-07-29 17:38:58.191 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53100 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:39:58.153 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:39:58.156 [info] [command][dfa074fb-2faa-495f-aad0-3bca19dac86b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dfa074fb-2faa-495f-aad0-3bca19dac86b""}\n2025-07-29 17:39:58.157 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][443eb6d7-afe2-41cd-94f7-817ae4e9e8b0] received connection request\n2025-07-29 17:39:58.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:39:58.202 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][443eb6d7-afe2-41cd-94f7-817ae4e9e8b0] socks forwarding established\n2025-07-29 17:39:58.246 [info] [command][dfa074fb-2faa-495f-aad0-3bca19dac86b] Process exited with code 0\n2025-07-29 17:39:58.247 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][443eb6d7-afe2-41cd-94f7-817ae4e9e8b0] socks connection closed\n2025-07-29 17:39:58.247 [info] [command][dfa074fb-2faa-495f-aad0-3bca19dac86b] Socket close event received\n2025-07-29 17:39:58.289 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53134 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:40:58.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:40:58.253 [info] [command][3255fc5f-e30b-4b49-bb22-58719b7b9159] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3255fc5f-e30b-4b49-bb22-58719b7b9159""}\n2025-07-29 17:40:58.253 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bcf377e7-4dfe-4ef7-8ab7-6dd7e35103b3] received connection request\n2025-07-29 17:40:58.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:40:58.297 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bcf377e7-4dfe-4ef7-8ab7-6dd7e35103b3] socks forwarding established\n2025-07-29 17:40:58.342 [info] [command][3255fc5f-e30b-4b49-bb22-58719b7b9159] Process exited with code 0\n2025-07-29 17:40:58.343 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bcf377e7-4dfe-4ef7-8ab7-6dd7e35103b3] socks connection closed\n2025-07-29 17:40:58.343 [info] [command][3255fc5f-e30b-4b49-bb22-58719b7b9159] Socket close event received\n2025-07-29 17:40:58.383 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53172 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:41:58.344 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:41:58.347 [info] [command][4871e487-7d69-48d3-878b-7405cae73e22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4871e487-7d69-48d3-878b-7405cae73e22""}\n2025-07-29 17:41:58.348 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][be26e3a7-3f7b-4633-8227-41d5f3490cda] received connection request\n2025-07-29 17:41:58.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:41:58.396 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][be26e3a7-3f7b-4633-8227-41d5f3490cda] socks forwarding established\n2025-07-29 17:41:58.442 [info] [command][4871e487-7d69-48d3-878b-7405cae73e22] Process exited with code 0\n2025-07-29 17:41:58.443 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][be26e3a7-3f7b-4633-8227-41d5f3490cda] socks connection closed\n2025-07-29 17:41:58.443 [info] [command][4871e487-7d69-48d3-878b-7405cae73e22] Socket close event received\n2025-07-29 17:41:58.483 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53204 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:42:58.449 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:42:58.452 [info] [command][c38ca518-f918-425f-af8a-2bed5448abda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c38ca518-f918-425f-af8a-2bed5448abda""}\n2025-07-29 17:42:58.453 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][18b74d1f-999d-48dc-81b9-db0d8f61ee8e] received connection request\n2025-07-29 17:42:58.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:42:58.497 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][18b74d1f-999d-48dc-81b9-db0d8f61ee8e] socks forwarding established\n2025-07-29 17:42:58.543 [info] [command][c38ca518-f918-425f-af8a-2bed5448abda] Process exited with code 0\n2025-07-29 17:42:58.544 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][18b74d1f-999d-48dc-81b9-db0d8f61ee8e] socks connection closed\n2025-07-29 17:42:58.544 [info] [command][c38ca518-f918-425f-af8a-2bed5448abda] Socket close event received\n2025-07-29 17:42:58.584 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53244 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:43:58.549 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:43:58.551 [info] [command][191eef36-d743-424a-8ae1-724c87042cf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""191eef36-d743-424a-8ae1-724c87042cf6""}\n2025-07-29 17:43:58.553 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9c48ddb0-197a-4852-83e6-42269c0b7d67] received connection request\n2025-07-29 17:43:58.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:43:58.600 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c48ddb0-197a-4852-83e6-42269c0b7d67] socks forwarding established\n2025-07-29 17:43:58.649 [info] [command][191eef36-d743-424a-8ae1-724c87042cf6] Process exited with code 0\n2025-07-29 17:43:58.649 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c48ddb0-197a-4852-83e6-42269c0b7d67] socks connection closed\n2025-07-29 17:43:58.649 [info] [command][191eef36-d743-424a-8ae1-724c87042cf6] Socket close event received\n2025-07-29 17:43:58.691 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53266 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:44:58.654 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:44:58.656 [info] [command][22656dae-beab-4e49-b7f8-326a603a8f04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""22656dae-beab-4e49-b7f8-326a603a8f04""}\n2025-07-29 17:44:58.657 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f9051899-b6c7-476f-bb63-ac8e6619d0a0] received connection request\n2025-07-29 17:44:58.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:44:58.706 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9051899-b6c7-476f-bb63-ac8e6619d0a0] socks forwarding established\n2025-07-29 17:44:58.753 [info] [command][22656dae-beab-4e49-b7f8-326a603a8f04] Process exited with code 0\n2025-07-29 17:44:58.754 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9051899-b6c7-476f-bb63-ac8e6619d0a0] socks connection closed\n2025-07-29 17:44:58.754 [info] [command][22656dae-beab-4e49-b7f8-326a603a8f04] Socket close event received\n2025-07-29 17:44:58.794 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53306 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:45:58.759 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:45:58.761 [info] [command][705ec538-d6a8-4b57-ab52-11d4506d31c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""705ec538-d6a8-4b57-ab52-11d4506d31c0""}\n2025-07-29 17:45:58.762 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cdae1ecd-1f41-41af-9fb6-37b51f5b63f9] received connection request\n2025-07-29 17:45:58.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:45:58.805 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cdae1ecd-1f41-41af-9fb6-37b51f5b63f9] socks forwarding established\n2025-07-29 17:45:58.849 [info] [command][705ec538-d6a8-4b57-ab52-11d4506d31c0] Process exited with code 0\n2025-07-29 17:45:58.850 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cdae1ecd-1f41-41af-9fb6-37b51f5b63f9] socks connection closed\n2025-07-29 17:45:58.850 [info] [command][705ec538-d6a8-4b57-ab52-11d4506d31c0] Socket close event received\n2025-07-29 17:45:58.895 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53342 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:46:58.856 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:46:58.860 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0e27bc8e-b3f3-4c08-9313-739255fdaa00] received connection request\n2025-07-29 17:46:58.860 [info] [command][c828e7cc-0222-4e61-b217-7389dae52899] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c828e7cc-0222-4e61-b217-7389dae52899""}\n2025-07-29 17:46:58.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:46:58.907 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0e27bc8e-b3f3-4c08-9313-739255fdaa00] socks forwarding established\n2025-07-29 17:46:58.952 [info] [command][c828e7cc-0222-4e61-b217-7389dae52899] Process exited with code 0\n2025-07-29 17:46:58.953 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0e27bc8e-b3f3-4c08-9313-739255fdaa00] socks connection closed\n2025-07-29 17:46:58.953 [info] [command][c828e7cc-0222-4e61-b217-7389dae52899] Socket close event received\n2025-07-29 17:46:58.994 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53388 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:47:58.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:47:58.961 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b114c3c1-9f6a-4a5f-ae50-0a5f057fb978] received connection request\n2025-07-29 17:47:58.962 [info] [command][14c98e01-041a-4808-a74b-26f990085f82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""14c98e01-041a-4808-a74b-26f990085f82""}\n2025-07-29 17:47:58.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:47:59.012 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b114c3c1-9f6a-4a5f-ae50-0a5f057fb978] socks forwarding established\n2025-07-29 17:47:59.057 [info] [command][14c98e01-041a-4808-a74b-26f990085f82] Process exited with code 0\n2025-07-29 17:47:59.058 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b114c3c1-9f6a-4a5f-ae50-0a5f057fb978] socks connection closed\n2025-07-29 17:47:59.058 [info] [command][14c98e01-041a-4808-a74b-26f990085f82] Socket close event received\n2025-07-29 17:47:59.099 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53443 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:48:59.062 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:48:59.064 [info] [command][5950bd0a-db6d-47e1-8e1f-4c5f76b481fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5950bd0a-db6d-47e1-8e1f-4c5f76b481fc""}\n2025-07-29 17:48:59.065 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b13850cc-1f57-44a6-b22b-a48a15ac0408] received connection request\n2025-07-29 17:48:59.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 17:48:59.066 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:48:59.112 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b13850cc-1f57-44a6-b22b-a48a15ac0408] socks forwarding established\n2025-07-29 17:48:59.158 [info] [command][5950bd0a-db6d-47e1-8e1f-4c5f76b481fc] Process exited with code 0\n2025-07-29 17:48:59.159 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b13850cc-1f57-44a6-b22b-a48a15ac0408] socks connection closed\n2025-07-29 17:48:59.159 [info] [command][5950bd0a-db6d-47e1-8e1f-4c5f76b481fc] Socket close event received\n2025-07-29 17:48:59.204 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53494 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:49:59.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:49:59.161 [info] [command][5a09500d-3dc0-48c8-8507-529c8c398eaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5a09500d-3dc0-48c8-8507-529c8c398eaf""}\n2025-07-29 17:49:59.162 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2212e84f-e7fb-4243-b03b-15021c40c8c0] received connection request\n2025-07-29 17:49:59.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:49:59.210 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2212e84f-e7fb-4243-b03b-15021c40c8c0] socks forwarding established\n2025-07-29 17:49:59.261 [info] [command][5a09500d-3dc0-48c8-8507-529c8c398eaf] Process exited with code 0\n2025-07-29 17:49:59.261 [info] [command][5a09500d-3dc0-48c8-8507-529c8c398eaf] Socket close event received\n2025-07-29 17:49:59.261 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2212e84f-e7fb-4243-b03b-15021c40c8c0] socks connection closed\n2025-07-29 17:49:59.309 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53535 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:50:59.265 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:50:59.267 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6351939a-9870-442d-bc44-913c9c7c8140] received connection request\n2025-07-29 17:50:59.267 [info] [command][d1d643aa-b688-44f2-8683-00787a272438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d1d643aa-b688-44f2-8683-00787a272438""}\n2025-07-29 17:50:59.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:50:59.309 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6351939a-9870-442d-bc44-913c9c7c8140] socks forwarding established\n2025-07-29 17:50:59.353 [info] [command][d1d643aa-b688-44f2-8683-00787a272438] Process exited with code 0\n2025-07-29 17:50:59.354 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6351939a-9870-442d-bc44-913c9c7c8140] socks connection closed\n2025-07-29 17:50:59.354 [info] [command][d1d643aa-b688-44f2-8683-00787a272438] Socket close event received\n2025-07-29 17:50:59.394 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53569 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:51:59.356 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:51:59.359 [info] [command][f8248ed7-3954-47d4-998a-5b46a21171b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f8248ed7-3954-47d4-998a-5b46a21171b3""}\n2025-07-29 17:51:59.360 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f74f8274-be6b-496d-a062-83c1f4bfdfb7] received connection request\n2025-07-29 17:51:59.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:51:59.403 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f74f8274-be6b-496d-a062-83c1f4bfdfb7] socks forwarding established\n2025-07-29 17:51:59.447 [info] [command][f8248ed7-3954-47d4-998a-5b46a21171b3] Process exited with code 0\n2025-07-29 17:51:59.447 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f74f8274-be6b-496d-a062-83c1f4bfdfb7] socks connection closed\n2025-07-29 17:51:59.448 [info] [command][f8248ed7-3954-47d4-998a-5b46a21171b3] Socket close event received\n2025-07-29 17:51:59.490 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53599 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:52:59.450 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:52:59.453 [info] [command][d7eaaee9-4bd8-4123-b005-6415cc129166] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d7eaaee9-4bd8-4123-b005-6415cc129166""}\n2025-07-29 17:52:59.454 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6c65a7d7-4185-4f81-a376-da8170aca33f] received connection request\n2025-07-29 17:52:59.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:52:59.499 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6c65a7d7-4185-4f81-a376-da8170aca33f] socks forwarding established\n2025-07-29 17:52:59.544 [info] [command][d7eaaee9-4bd8-4123-b005-6415cc129166] Process exited with code 0\n2025-07-29 17:52:59.545 [info] [command][d7eaaee9-4bd8-4123-b005-6415cc129166] Socket close event received\n2025-07-29 17:52:59.545 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6c65a7d7-4185-4f81-a376-da8170aca33f] socks connection closed\n2025-07-29 17:52:59.586 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53648 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:53:59.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:53:59.550 [info] [command][26ead23a-d708-4f54-96e8-58e4832f8809] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""26ead23a-d708-4f54-96e8-58e4832f8809""}\n2025-07-29 17:53:59.551 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][032b4580-cf47-44e7-82fc-6b93e83983e8] received connection request\n2025-07-29 17:53:59.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:53:59.599 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][032b4580-cf47-44e7-82fc-6b93e83983e8] socks forwarding established\n2025-07-29 17:53:59.646 [info] [command][26ead23a-d708-4f54-96e8-58e4832f8809] Process exited with code 0\n2025-07-29 17:53:59.647 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][032b4580-cf47-44e7-82fc-6b93e83983e8] socks connection closed\n2025-07-29 17:53:59.647 [info] [command][26ead23a-d708-4f54-96e8-58e4832f8809] Socket close event received\n2025-07-29 17:53:59.687 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53672 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:54:59.650 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:54:59.651 [info] [command][c3129583-657c-442e-b83c-e73ce0953932] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c3129583-657c-442e-b83c-e73ce0953932""}\n2025-07-29 17:54:59.652 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a8c067a9-fd57-4ffb-b313-d7d47e9971c0] received connection request\n2025-07-29 17:54:59.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 17:54:59.652 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:54:59.730 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a8c067a9-fd57-4ffb-b313-d7d47e9971c0] socks forwarding established\n2025-07-29 17:54:59.775 [info] [command][c3129583-657c-442e-b83c-e73ce0953932] Process exited with code 0\n2025-07-29 17:54:59.776 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a8c067a9-fd57-4ffb-b313-d7d47e9971c0] socks connection closed\n2025-07-29 17:54:59.776 [info] [command][c3129583-657c-442e-b83c-e73ce0953932] Socket close event received\n2025-07-29 17:54:59.815 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53719 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:55:59.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:55:59.784 [info] [command][95d8b022-66aa-4b0a-a54f-09450c021696] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""95d8b022-66aa-4b0a-a54f-09450c021696""}\n2025-07-29 17:55:59.785 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e0beee6e-9348-43d0-8570-df1f1af48d69] received connection request\n2025-07-29 17:55:59.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:55:59.833 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e0beee6e-9348-43d0-8570-df1f1af48d69] socks forwarding established\n2025-07-29 17:55:59.883 [info] [command][95d8b022-66aa-4b0a-a54f-09450c021696] Process exited with code 0\n2025-07-29 17:55:59.883 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e0beee6e-9348-43d0-8570-df1f1af48d69] socks connection closed\n2025-07-29 17:55:59.883 [info] [command][95d8b022-66aa-4b0a-a54f-09450c021696] Socket close event received\n2025-07-29 17:55:59.924 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53754 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:56:59.888 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:56:59.890 [info] [command][95956602-9d11-49fb-8ad8-53886d21060a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""95956602-9d11-49fb-8ad8-53886d21060a""}\n2025-07-29 17:56:59.891 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6797791f-0624-4775-a8c3-f586857f32c6] received connection request\n2025-07-29 17:56:59.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:56:59.942 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6797791f-0624-4775-a8c3-f586857f32c6] socks forwarding established\n2025-07-29 17:56:59.989 [info] [command][95956602-9d11-49fb-8ad8-53886d21060a] Process exited with code 0\n2025-07-29 17:56:59.990 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6797791f-0624-4775-a8c3-f586857f32c6] socks connection closed\n2025-07-29 17:56:59.990 [info] [command][95956602-9d11-49fb-8ad8-53886d21060a] Socket close event received\n2025-07-29 17:57:00.032 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53819 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:57:59.990 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:57:59.991 [info] [command][adabd42a-25e8-4fe2-995f-81aa67023f54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""adabd42a-25e8-4fe2-995f-81aa67023f54""}\n2025-07-29 17:57:59.992 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a603ec1a-b55a-4faa-9238-484d3cfed78d] received connection request\n2025-07-29 17:57:59.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:58:00.036 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a603ec1a-b55a-4faa-9238-484d3cfed78d] socks forwarding established\n2025-07-29 17:58:00.082 [info] [command][adabd42a-25e8-4fe2-995f-81aa67023f54] Process exited with code 0\n2025-07-29 17:58:00.083 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a603ec1a-b55a-4faa-9238-484d3cfed78d] socks connection closed\n2025-07-29 17:58:00.083 [info] [command][adabd42a-25e8-4fe2-995f-81aa67023f54] Socket close event received\n2025-07-29 17:58:00.125 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53856 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 17:59:00.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 17:59:00.089 [info] [command][a73e56d9-3e48-44a2-ae46-1d610a0dd1eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a73e56d9-3e48-44a2-ae46-1d610a0dd1eb""}\n2025-07-29 17:59:00.090 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3a551c80-694c-4cf7-a0de-1b30eb7ddca2] received connection request\n2025-07-29 17:59:00.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 17:59:00.132 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3a551c80-694c-4cf7-a0de-1b30eb7ddca2] socks forwarding established\n2025-07-29 17:59:00.176 [info] [command][a73e56d9-3e48-44a2-ae46-1d610a0dd1eb] Process exited with code 0\n2025-07-29 17:59:00.177 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3a551c80-694c-4cf7-a0de-1b30eb7ddca2] socks connection closed\n2025-07-29 17:59:00.177 [info] [command][a73e56d9-3e48-44a2-ae46-1d610a0dd1eb] Socket close event received\n2025-07-29 17:59:00.217 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53884 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:00:00.180 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:00:00.183 [info] [command][6cc8922e-e6f8-4584-9764-0a8132606246] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6cc8922e-e6f8-4584-9764-0a8132606246""}\n2025-07-29 18:00:00.184 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2e8a8200-0d58-4a56-9348-a4bba12d2e54] received connection request\n2025-07-29 18:00:00.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:00:00.185 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:00:00.233 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2e8a8200-0d58-4a56-9348-a4bba12d2e54] socks forwarding established\n2025-07-29 18:00:00.280 [info] [command][6cc8922e-e6f8-4584-9764-0a8132606246] Process exited with code 0\n2025-07-29 18:00:00.281 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2e8a8200-0d58-4a56-9348-a4bba12d2e54] socks connection closed\n2025-07-29 18:00:00.281 [info] [command][6cc8922e-e6f8-4584-9764-0a8132606246] Socket close event received\n2025-07-29 18:00:00.324 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53919 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:01:00.285 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:01:00.289 [info] [command][48235c8a-60e6-45c8-945e-5d8401a98766] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""48235c8a-60e6-45c8-945e-5d8401a98766""}\n2025-07-29 18:01:00.290 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][92bfe89f-1d24-493a-8409-9671b3ca0020] received connection request\n2025-07-29 18:01:00.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:01:00.333 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][92bfe89f-1d24-493a-8409-9671b3ca0020] socks forwarding established\n2025-07-29 18:01:00.377 [info] [command][48235c8a-60e6-45c8-945e-5d8401a98766] Process exited with code 0\n2025-07-29 18:01:00.378 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][92bfe89f-1d24-493a-8409-9671b3ca0020] socks connection closed\n2025-07-29 18:01:00.378 [info] [command][48235c8a-60e6-45c8-945e-5d8401a98766] Socket close event received\n2025-07-29 18:01:00.421 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 53954 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:02:00.390 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:02:00.391 [info] [command][33b775dc-e3d0-4356-b200-37d8ebe515e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""33b775dc-e3d0-4356-b200-37d8ebe515e1""}\n2025-07-29 18:02:00.391 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4138ce32-e210-45a7-9038-315b65f4a983] received connection request\n2025-07-29 18:02:00.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:02:00.392 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:02:00.436 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4138ce32-e210-45a7-9038-315b65f4a983] socks forwarding established\n2025-07-29 18:02:00.481 [info] [command][33b775dc-e3d0-4356-b200-37d8ebe515e1] Process exited with code 0\n2025-07-29 18:02:00.482 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4138ce32-e210-45a7-9038-315b65f4a983] socks connection closed\n2025-07-29 18:02:00.482 [info] [command][33b775dc-e3d0-4356-b200-37d8ebe515e1] Socket close event received\n2025-07-29 18:02:00.523 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54002 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:03:00.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:03:00.490 [info] [command][08f76fbe-eda0-41b2-8e18-2793817e526d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""08f76fbe-eda0-41b2-8e18-2793817e526d""}\n2025-07-29 18:03:00.491 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][50ef29ee-7c7c-4384-b596-37784bf8eb79] received connection request\n2025-07-29 18:03:00.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:03:00.536 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50ef29ee-7c7c-4384-b596-37784bf8eb79] socks forwarding established\n2025-07-29 18:03:00.580 [info] [command][08f76fbe-eda0-41b2-8e18-2793817e526d] Process exited with code 0\n2025-07-29 18:03:00.581 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50ef29ee-7c7c-4384-b596-37784bf8eb79] socks connection closed\n2025-07-29 18:03:00.581 [info] [command][08f76fbe-eda0-41b2-8e18-2793817e526d] Socket close event received\n2025-07-29 18:03:00.623 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54046 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:04:00.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:04:00.589 [info] [command][e57d63d1-fa0a-4371-82d3-4795ca09bb44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e57d63d1-fa0a-4371-82d3-4795ca09bb44""}\n2025-07-29 18:04:00.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e30c860c-8a46-4c7f-9482-f36bd0dc64e2] received connection request\n2025-07-29 18:04:00.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:04:00.682 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e30c860c-8a46-4c7f-9482-f36bd0dc64e2] socks forwarding established\n2025-07-29 18:04:00.728 [info] [command][e57d63d1-fa0a-4371-82d3-4795ca09bb44] Process exited with code 0\n2025-07-29 18:04:00.729 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e30c860c-8a46-4c7f-9482-f36bd0dc64e2] socks connection closed\n2025-07-29 18:04:00.729 [info] [command][e57d63d1-fa0a-4371-82d3-4795ca09bb44] Socket close event received\n2025-07-29 18:04:00.770 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54075 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:05:00.733 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:05:00.735 [info] [command][822a5c6b-3a21-4d85-8538-f92ea7f7627d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""822a5c6b-3a21-4d85-8538-f92ea7f7627d""}\n2025-07-29 18:05:00.736 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a6a2f475-bce2-48d3-8d59-f5a8e72503e8] received connection request\n2025-07-29 18:05:00.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:05:00.778 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a6a2f475-bce2-48d3-8d59-f5a8e72503e8] socks forwarding established\n2025-07-29 18:05:00.824 [info] [command][822a5c6b-3a21-4d85-8538-f92ea7f7627d] Process exited with code 0\n2025-07-29 18:05:00.825 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a6a2f475-bce2-48d3-8d59-f5a8e72503e8] socks connection closed\n2025-07-29 18:05:00.825 [info] [command][822a5c6b-3a21-4d85-8538-f92ea7f7627d] Socket close event received\n2025-07-29 18:05:00.865 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54122 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:06:00.831 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:06:00.833 [info] [command][2d72ea11-1a61-4415-a522-42bf82b93bc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2d72ea11-1a61-4415-a522-42bf82b93bc3""}\n2025-07-29 18:06:00.834 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0ebb345d-438d-44cc-a91b-cebe164b5682] received connection request\n2025-07-29 18:06:00.835 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:06:00.835 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:06:00.876 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ebb345d-438d-44cc-a91b-cebe164b5682] socks forwarding established\n2025-07-29 18:06:00.923 [info] [command][2d72ea11-1a61-4415-a522-42bf82b93bc3] Process exited with code 0\n2025-07-29 18:06:00.923 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ebb345d-438d-44cc-a91b-cebe164b5682] socks connection closed\n2025-07-29 18:06:00.924 [info] [command][2d72ea11-1a61-4415-a522-42bf82b93bc3] Socket close event received\n2025-07-29 18:06:00.964 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54187 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:07:00.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:07:00.930 [info] [command][88017c6e-78bc-4140-8322-0da9efb29549] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""88017c6e-78bc-4140-8322-0da9efb29549""}\n2025-07-29 18:07:00.930 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][03eea8c3-5ed0-46af-af3d-7af4b771e1b4] received connection request\n2025-07-29 18:07:00.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:07:00.973 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][03eea8c3-5ed0-46af-af3d-7af4b771e1b4] socks forwarding established\n2025-07-29 18:07:01.018 [info] [command][88017c6e-78bc-4140-8322-0da9efb29549] Process exited with code 0\n2025-07-29 18:07:01.018 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][03eea8c3-5ed0-46af-af3d-7af4b771e1b4] socks connection closed\n2025-07-29 18:07:01.018 [info] [command][88017c6e-78bc-4140-8322-0da9efb29549] Socket close event received\n2025-07-29 18:07:01.058 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54233 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:08:01.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:08:01.025 [info] [command][e73fc08b-50b2-4a35-83c9-ab4a3fa249f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e73fc08b-50b2-4a35-83c9-ab4a3fa249f3""}\n2025-07-29 18:08:01.026 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6e8b1567-ec95-40d8-aa7c-f2e3bd38a2ef] received connection request\n2025-07-29 18:08:01.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:08:01.069 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6e8b1567-ec95-40d8-aa7c-f2e3bd38a2ef] socks forwarding established\n2025-07-29 18:08:01.117 [info] [command][e73fc08b-50b2-4a35-83c9-ab4a3fa249f3] Process exited with code 0\n2025-07-29 18:08:01.117 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6e8b1567-ec95-40d8-aa7c-f2e3bd38a2ef] socks connection closed\n2025-07-29 18:08:01.118 [info] [command][e73fc08b-50b2-4a35-83c9-ab4a3fa249f3] Socket close event received\n2025-07-29 18:08:01.158 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54271 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:09:01.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:09:01.124 [info] [command][93446e6c-17b1-4e00-afd1-3755aeeac062] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""93446e6c-17b1-4e00-afd1-3755aeeac062""}\n2025-07-29 18:09:01.125 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1aa40083-32f8-4329-93de-cda93b161ea9] received connection request\n2025-07-29 18:09:01.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:09:01.168 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1aa40083-32f8-4329-93de-cda93b161ea9] socks forwarding established\n2025-07-29 18:09:01.213 [info] [command][93446e6c-17b1-4e00-afd1-3755aeeac062] Process exited with code 0\n2025-07-29 18:09:01.214 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1aa40083-32f8-4329-93de-cda93b161ea9] socks connection closed\n2025-07-29 18:09:01.214 [info] [command][93446e6c-17b1-4e00-afd1-3755aeeac062] Socket close event received\n2025-07-29 18:09:01.256 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54292 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:10:01.216 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:10:01.220 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c0156959-5a3a-4992-9d4e-eb11366c0294] received connection request\n2025-07-29 18:10:01.221 [info] [command][c6e28ccd-4835-4a01-b0f5-9a23905c8b21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c6e28ccd-4835-4a01-b0f5-9a23905c8b21""}\n2025-07-29 18:10:01.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:10:01.264 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c0156959-5a3a-4992-9d4e-eb11366c0294] socks forwarding established\n2025-07-29 18:10:01.311 [info] [command][c6e28ccd-4835-4a01-b0f5-9a23905c8b21] Process exited with code 0\n2025-07-29 18:10:01.312 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c0156959-5a3a-4992-9d4e-eb11366c0294] socks connection closed\n2025-07-29 18:10:01.312 [info] [command][c6e28ccd-4835-4a01-b0f5-9a23905c8b21] Socket close event received\n2025-07-29 18:10:01.355 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54335 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:11:01.317 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:11:01.320 [info] [command][20ab41a8-9ef3-41b7-a9b5-c118fd6fc160] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""20ab41a8-9ef3-41b7-a9b5-c118fd6fc160""}\n2025-07-29 18:11:01.321 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][249a5500-5c8f-4933-8c73-16d95777698c] received connection request\n2025-07-29 18:11:01.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:11:01.370 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][249a5500-5c8f-4933-8c73-16d95777698c] socks forwarding established\n2025-07-29 18:11:01.424 [info] [command][20ab41a8-9ef3-41b7-a9b5-c118fd6fc160] Process exited with code 0\n2025-07-29 18:11:01.424 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][249a5500-5c8f-4933-8c73-16d95777698c] socks connection closed\n2025-07-29 18:11:01.424 [info] [command][20ab41a8-9ef3-41b7-a9b5-c118fd6fc160] Socket close event received\n2025-07-29 18:11:01.467 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54376 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:12:01.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:12:01.428 [info] [command][debea3d7-b93a-4aa8-92fc-6c43a228e014] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""debea3d7-b93a-4aa8-92fc-6c43a228e014""}\n2025-07-29 18:12:01.429 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5645c021-6a66-4709-9aae-421edd4e8b63] received connection request\n2025-07-29 18:12:01.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:12:01.429 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:12:01.471 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5645c021-6a66-4709-9aae-421edd4e8b63] socks forwarding established\n2025-07-29 18:12:01.520 [info] [command][debea3d7-b93a-4aa8-92fc-6c43a228e014] Process exited with code 0\n2025-07-29 18:12:01.520 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5645c021-6a66-4709-9aae-421edd4e8b63] socks connection closed\n2025-07-29 18:12:01.521 [info] [command][debea3d7-b93a-4aa8-92fc-6c43a228e014] Socket close event received\n2025-07-29 18:12:01.560 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54404 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:13:01.523 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:13:01.526 [info] [command][b9aed275-994e-40b2-954d-ef4796d8499f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b9aed275-994e-40b2-954d-ef4796d8499f""}\n2025-07-29 18:13:01.526 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b65c7296-1c86-4fb8-b6d0-2b4649ccd29d] received connection request\n2025-07-29 18:13:01.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:13:01.572 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b65c7296-1c86-4fb8-b6d0-2b4649ccd29d] socks forwarding established\n2025-07-29 18:13:01.618 [info] [command][b9aed275-994e-40b2-954d-ef4796d8499f] Process exited with code 0\n2025-07-29 18:13:01.619 [info] [command][b9aed275-994e-40b2-954d-ef4796d8499f] Socket close event received\n2025-07-29 18:13:01.619 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b65c7296-1c86-4fb8-b6d0-2b4649ccd29d] socks connection closed\n2025-07-29 18:13:01.663 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54455 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:14:01.621 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:14:01.623 [info] [command][37f61a90-a9a4-4854-abc7-53421c707314] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""37f61a90-a9a4-4854-abc7-53421c707314""}\n2025-07-29 18:14:01.624 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f14fe8cd-e576-46dc-808b-965e5f698808] received connection request\n2025-07-29 18:14:01.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:14:01.668 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f14fe8cd-e576-46dc-808b-965e5f698808] socks forwarding established\n2025-07-29 18:14:01.715 [info] [command][37f61a90-a9a4-4854-abc7-53421c707314] Process exited with code 0\n2025-07-29 18:14:01.715 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f14fe8cd-e576-46dc-808b-965e5f698808] socks connection closed\n2025-07-29 18:14:01.716 [info] [command][37f61a90-a9a4-4854-abc7-53421c707314] Socket close event received\n2025-07-29 18:14:01.756 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54478 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:15:01.721 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:15:01.724 [info] [command][c4d234b1-acd0-49c4-87a6-4d6ea249cbb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c4d234b1-acd0-49c4-87a6-4d6ea249cbb9""}\n2025-07-29 18:15:01.725 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0b353efa-97cc-4a01-96d2-30e0da55d429] received connection request\n2025-07-29 18:15:01.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:15:01.780 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b353efa-97cc-4a01-96d2-30e0da55d429] socks forwarding established\n2025-07-29 18:15:01.823 [info] [command][c4d234b1-acd0-49c4-87a6-4d6ea249cbb9] Process exited with code 0\n2025-07-29 18:15:01.823 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b353efa-97cc-4a01-96d2-30e0da55d429] socks connection closed\n2025-07-29 18:15:01.823 [info] [command][c4d234b1-acd0-49c4-87a6-4d6ea249cbb9] Socket close event received\n2025-07-29 18:15:01.863 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54523 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:16:01.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:16:01.829 [info] [command][ef1611cb-2009-436e-abd6-69a2d4bcc332] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ef1611cb-2009-436e-abd6-69a2d4bcc332""}\n2025-07-29 18:16:01.830 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][75660b4c-88da-4c0e-a121-e8035660e95b] received connection request\n2025-07-29 18:16:01.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:16:01.877 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75660b4c-88da-4c0e-a121-e8035660e95b] socks forwarding established\n2025-07-29 18:16:01.923 [info] [command][ef1611cb-2009-436e-abd6-69a2d4bcc332] Process exited with code 0\n2025-07-29 18:16:01.924 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75660b4c-88da-4c0e-a121-e8035660e95b] socks connection closed\n2025-07-29 18:16:01.924 [info] [command][ef1611cb-2009-436e-abd6-69a2d4bcc332] Socket close event received\n2025-07-29 18:16:01.967 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54561 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:17:01.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:17:01.933 [info] [command][07c5de8c-669b-4f78-9fd0-481ae112d2c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""07c5de8c-669b-4f78-9fd0-481ae112d2c6""}\n2025-07-29 18:17:01.934 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][183a14b8-00da-463c-9103-7b1eddab1bb7] received connection request\n2025-07-29 18:17:01.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:17:01.982 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][183a14b8-00da-463c-9103-7b1eddab1bb7] socks forwarding established\n2025-07-29 18:17:02.031 [info] [command][07c5de8c-669b-4f78-9fd0-481ae112d2c6] Process exited with code 0\n2025-07-29 18:17:02.031 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][183a14b8-00da-463c-9103-7b1eddab1bb7] socks connection closed\n2025-07-29 18:17:02.032 [info] [command][07c5de8c-669b-4f78-9fd0-481ae112d2c6] Socket close event received\n2025-07-29 18:17:02.074 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54625 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:18:02.037 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:18:02.040 [info] [command][8bbc39bb-08d4-46da-9523-5c0dce15cf48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8bbc39bb-08d4-46da-9523-5c0dce15cf48""}\n2025-07-29 18:18:02.041 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][677a5d5c-06de-481e-82d3-997cfacb312b] received connection request\n2025-07-29 18:18:02.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:18:02.085 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][677a5d5c-06de-481e-82d3-997cfacb312b] socks forwarding established\n2025-07-29 18:18:02.131 [info] [command][8bbc39bb-08d4-46da-9523-5c0dce15cf48] Process exited with code 0\n2025-07-29 18:18:02.132 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][677a5d5c-06de-481e-82d3-997cfacb312b] socks connection closed\n2025-07-29 18:18:02.132 [info] [command][8bbc39bb-08d4-46da-9523-5c0dce15cf48] Socket close event received\n2025-07-29 18:18:02.183 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54695 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:19:02.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:19:02.141 [info] [command][3c0568bb-fad1-412a-907b-3d66424309a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3c0568bb-fad1-412a-907b-3d66424309a8""}\n2025-07-29 18:19:02.142 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][46ad173d-f8f0-482f-93da-34152cea2a2b] received connection request\n2025-07-29 18:19:02.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:19:02.190 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][46ad173d-f8f0-482f-93da-34152cea2a2b] socks forwarding established\n2025-07-29 18:19:02.234 [info] [command][3c0568bb-fad1-412a-907b-3d66424309a8] Process exited with code 0\n2025-07-29 18:19:02.234 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][46ad173d-f8f0-482f-93da-34152cea2a2b] socks connection closed\n2025-07-29 18:19:02.234 [info] [command][3c0568bb-fad1-412a-907b-3d66424309a8] Socket close event received\n2025-07-29 18:19:02.275 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54725 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:20:02.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:20:02.242 [info] [command][3fb45a7f-4537-48c1-8098-f6224a8efac9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3fb45a7f-4537-48c1-8098-f6224a8efac9""}\n2025-07-29 18:20:02.243 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][98a32121-3b17-4f27-a716-55d951854f1c] received connection request\n2025-07-29 18:20:02.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:20:02.295 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][98a32121-3b17-4f27-a716-55d951854f1c] socks forwarding established\n2025-07-29 18:20:02.343 [info] [command][3fb45a7f-4537-48c1-8098-f6224a8efac9] Process exited with code 0\n2025-07-29 18:20:02.344 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][98a32121-3b17-4f27-a716-55d951854f1c] socks connection closed\n2025-07-29 18:20:02.344 [info] [command][3fb45a7f-4537-48c1-8098-f6224a8efac9] Socket close event received\n2025-07-29 18:20:02.384 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54770 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:21:02.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:21:02.349 [info] [command][1f9c17ba-881b-4897-a2b8-a2814f550efe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1f9c17ba-881b-4897-a2b8-a2814f550efe""}\n2025-07-29 18:21:02.350 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][42902172-7e7d-4c3c-8be7-116f7950a0d0] received connection request\n2025-07-29 18:21:02.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:21:02.397 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][42902172-7e7d-4c3c-8be7-116f7950a0d0] socks forwarding established\n2025-07-29 18:21:02.441 [info] [command][1f9c17ba-881b-4897-a2b8-a2814f550efe] Process exited with code 0\n2025-07-29 18:21:02.441 [info] [command][1f9c17ba-881b-4897-a2b8-a2814f550efe] Socket close event received\n2025-07-29 18:21:02.442 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][42902172-7e7d-4c3c-8be7-116f7950a0d0] socks connection closed\n2025-07-29 18:21:02.482 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54824 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:22:02.447 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:22:02.450 [info] [command][af48bbd2-8f5c-42fe-bf20-1678eabe21a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""af48bbd2-8f5c-42fe-bf20-1678eabe21a7""}\n2025-07-29 18:22:02.451 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ef43e3ef-5994-4eef-add4-b9c2f326185d] received connection request\n2025-07-29 18:22:02.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:22:02.507 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef43e3ef-5994-4eef-add4-b9c2f326185d] socks forwarding established\n2025-07-29 18:22:02.554 [info] [command][af48bbd2-8f5c-42fe-bf20-1678eabe21a7] Process exited with code 0\n2025-07-29 18:22:02.555 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ef43e3ef-5994-4eef-add4-b9c2f326185d] socks connection closed\n2025-07-29 18:22:02.555 [info] [command][af48bbd2-8f5c-42fe-bf20-1678eabe21a7] Socket close event received\n2025-07-29 18:22:02.597 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54856 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:23:02.559 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:23:02.563 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9352da04-60ed-42ec-b024-62d40f6628f6] received connection request\n2025-07-29 18:23:02.563 [info] [command][f7a6eaf2-3543-4f23-a01d-80ebd55b2e18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f7a6eaf2-3543-4f23-a01d-80ebd55b2e18""}\n2025-07-29 18:23:02.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:23:02.612 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9352da04-60ed-42ec-b024-62d40f6628f6] socks forwarding established\n2025-07-29 18:23:02.660 [info] [command][f7a6eaf2-3543-4f23-a01d-80ebd55b2e18] Process exited with code 0\n2025-07-29 18:23:02.660 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9352da04-60ed-42ec-b024-62d40f6628f6] socks connection closed\n2025-07-29 18:23:02.661 [info] [command][f7a6eaf2-3543-4f23-a01d-80ebd55b2e18] Socket close event received\n2025-07-29 18:23:02.707 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54911 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:24:02.665 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:24:02.667 [info] [command][21778d5f-0920-45ac-b822-7ec8e8c795ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""21778d5f-0920-45ac-b822-7ec8e8c795ed""}\n2025-07-29 18:24:02.668 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ed68c35a-0927-4059-9830-aa1eb190c1da] received connection request\n2025-07-29 18:24:02.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:24:02.668 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:24:02.708 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed68c35a-0927-4059-9830-aa1eb190c1da] socks forwarding established\n2025-07-29 18:24:02.758 [info] [command][21778d5f-0920-45ac-b822-7ec8e8c795ed] Process exited with code 0\n2025-07-29 18:24:02.758 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed68c35a-0927-4059-9830-aa1eb190c1da] socks connection closed\n2025-07-29 18:24:02.758 [info] [command][21778d5f-0920-45ac-b822-7ec8e8c795ed] Socket close event received\n2025-07-29 18:24:02.799 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 54959 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:25:02.763 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:25:02.767 [info] [command][cc9eccb0-82c6-4bb5-a093-a02ca4066157] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cc9eccb0-82c6-4bb5-a093-a02ca4066157""}\n2025-07-29 18:25:02.768 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2d3b7a0e-818b-4c73-b8f0-dbc117cf4e30] received connection request\n2025-07-29 18:25:02.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:25:02.815 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2d3b7a0e-818b-4c73-b8f0-dbc117cf4e30] socks forwarding established\n2025-07-29 18:25:02.862 [info] [command][cc9eccb0-82c6-4bb5-a093-a02ca4066157] Process exited with code 0\n2025-07-29 18:25:02.863 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2d3b7a0e-818b-4c73-b8f0-dbc117cf4e30] socks connection closed\n2025-07-29 18:25:02.863 [info] [command][cc9eccb0-82c6-4bb5-a093-a02ca4066157] Socket close event received\n2025-07-29 18:25:02.907 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55001 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:26:02.864 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:26:02.867 [info] [command][fc0ac0b8-f0f3-4fb8-aeb3-0d0efec1654e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fc0ac0b8-f0f3-4fb8-aeb3-0d0efec1654e""}\n2025-07-29 18:26:02.867 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][47944da8-b6d6-40a0-8202-c52e5388dd30] received connection request\n2025-07-29 18:26:02.868 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:26:02.912 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][47944da8-b6d6-40a0-8202-c52e5388dd30] socks forwarding established\n2025-07-29 18:26:02.960 [info] [command][fc0ac0b8-f0f3-4fb8-aeb3-0d0efec1654e] Process exited with code 0\n2025-07-29 18:26:02.960 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][47944da8-b6d6-40a0-8202-c52e5388dd30] socks connection closed\n2025-07-29 18:26:02.961 [info] [command][fc0ac0b8-f0f3-4fb8-aeb3-0d0efec1654e] Socket close event received\n2025-07-29 18:26:03.000 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55075 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:27:02.964 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:27:02.968 [info] [command][f8f93876-39e9-442b-9e7e-298eb91b6a58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f8f93876-39e9-442b-9e7e-298eb91b6a58""}\n2025-07-29 18:27:02.969 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4f16b9c3-6378-4873-8a1c-0aef79dee1b4] received connection request\n2025-07-29 18:27:02.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:27:03.014 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f16b9c3-6378-4873-8a1c-0aef79dee1b4] socks forwarding established\n2025-07-29 18:27:03.062 [info] [command][f8f93876-39e9-442b-9e7e-298eb91b6a58] Process exited with code 0\n2025-07-29 18:27:03.062 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f16b9c3-6378-4873-8a1c-0aef79dee1b4] socks connection closed\n2025-07-29 18:27:03.063 [info] [command][f8f93876-39e9-442b-9e7e-298eb91b6a58] Socket close event received\n2025-07-29 18:27:03.104 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55106 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:28:03.066 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:28:03.070 [info] [command][cd9dfb1c-43ab-4d2e-b55e-1c36ed5c1b8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cd9dfb1c-43ab-4d2e-b55e-1c36ed5c1b8d""}\n2025-07-29 18:28:03.071 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c93b2b01-a79d-4d3b-a2a6-421d563b90ef] received connection request\n2025-07-29 18:28:03.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:28:03.116 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c93b2b01-a79d-4d3b-a2a6-421d563b90ef] socks forwarding established\n2025-07-29 18:28:03.164 [info] [command][cd9dfb1c-43ab-4d2e-b55e-1c36ed5c1b8d] Process exited with code 0\n2025-07-29 18:28:03.165 [info] [command][cd9dfb1c-43ab-4d2e-b55e-1c36ed5c1b8d] Socket close event received\n2025-07-29 18:28:03.166 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c93b2b01-a79d-4d3b-a2a6-421d563b90ef] socks connection closed\n2025-07-29 18:28:03.210 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55151 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:29:03.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:29:03.172 [info] [command][af755e09-8887-4a24-b7c6-b2128d110cac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""af755e09-8887-4a24-b7c6-b2128d110cac""}\n2025-07-29 18:29:03.173 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][afe5e4c0-90f9-4ddd-ac2e-9e890c9c7b64] received connection request\n2025-07-29 18:29:03.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:29:03.219 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][afe5e4c0-90f9-4ddd-ac2e-9e890c9c7b64] socks forwarding established\n2025-07-29 18:29:03.268 [info] [command][af755e09-8887-4a24-b7c6-b2128d110cac] Process exited with code 0\n2025-07-29 18:29:03.269 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][afe5e4c0-90f9-4ddd-ac2e-9e890c9c7b64] socks connection closed\n2025-07-29 18:29:03.269 [info] [command][af755e09-8887-4a24-b7c6-b2128d110cac] Socket close event received\n2025-07-29 18:29:03.310 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55181 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:30:03.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:30:03.278 [info] [command][3c9c662e-c1cb-45ee-bd3b-52cc44c32496] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3c9c662e-c1cb-45ee-bd3b-52cc44c32496""}\n2025-07-29 18:30:03.279 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8903c659-77e6-421f-a9ef-eb0261f43d79] received connection request\n2025-07-29 18:30:03.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:30:03.321 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8903c659-77e6-421f-a9ef-eb0261f43d79] socks forwarding established\n2025-07-29 18:30:03.368 [info] [command][3c9c662e-c1cb-45ee-bd3b-52cc44c32496] Process exited with code 0\n2025-07-29 18:30:03.369 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8903c659-77e6-421f-a9ef-eb0261f43d79] socks connection closed\n2025-07-29 18:30:03.369 [info] [command][3c9c662e-c1cb-45ee-bd3b-52cc44c32496] Socket close event received\n2025-07-29 18:30:03.410 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55215 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:31:03.370 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:31:03.374 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][aa5b9585-97a1-4c7f-8875-a0913229ba5e] received connection request\n2025-07-29 18:31:03.375 [info] [command][a4f681bb-6ef1-496d-87d5-e44b0ac98b2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a4f681bb-6ef1-496d-87d5-e44b0ac98b2c""}\n2025-07-29 18:31:03.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:31:03.421 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][aa5b9585-97a1-4c7f-8875-a0913229ba5e] socks forwarding established\n2025-07-29 18:31:03.467 [info] [command][a4f681bb-6ef1-496d-87d5-e44b0ac98b2c] Process exited with code 0\n2025-07-29 18:31:03.468 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][aa5b9585-97a1-4c7f-8875-a0913229ba5e] socks connection closed\n2025-07-29 18:31:03.468 [info] [command][a4f681bb-6ef1-496d-87d5-e44b0ac98b2c] Socket close event received\n2025-07-29 18:31:03.511 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55258 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:32:03.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:32:03.476 [info] [command][13ee213b-4bf8-486e-ae6f-380c84c65392] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""13ee213b-4bf8-486e-ae6f-380c84c65392""}\n2025-07-29 18:32:03.477 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dcf3f0ab-07a6-45a5-bf42-cee0b88df0e3] received connection request\n2025-07-29 18:32:03.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:32:03.523 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dcf3f0ab-07a6-45a5-bf42-cee0b88df0e3] socks forwarding established\n2025-07-29 18:32:03.570 [info] [command][13ee213b-4bf8-486e-ae6f-380c84c65392] Process exited with code 0\n2025-07-29 18:32:03.571 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dcf3f0ab-07a6-45a5-bf42-cee0b88df0e3] socks connection closed\n2025-07-29 18:32:03.571 [info] [command][13ee213b-4bf8-486e-ae6f-380c84c65392] Socket close event received\n2025-07-29 18:32:03.613 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55280 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:33:03.573 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:33:03.575 [info] [command][b705275f-55b1-4767-8071-c3ffd715049d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b705275f-55b1-4767-8071-c3ffd715049d""}\n2025-07-29 18:33:03.575 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6b9133e1-3e33-4fba-811d-e77e055040e8] received connection request\n2025-07-29 18:33:03.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:33:03.621 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6b9133e1-3e33-4fba-811d-e77e055040e8] socks forwarding established\n2025-07-29 18:33:03.668 [info] [command][b705275f-55b1-4767-8071-c3ffd715049d] Process exited with code 0\n2025-07-29 18:33:03.668 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6b9133e1-3e33-4fba-811d-e77e055040e8] socks connection closed\n2025-07-29 18:33:03.668 [info] [command][b705275f-55b1-4767-8071-c3ffd715049d] Socket close event received\n2025-07-29 18:33:03.708 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55323 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:34:03.673 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:34:03.675 [info] [command][92538e26-374f-4c56-9cd5-b01664858da9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""92538e26-374f-4c56-9cd5-b01664858da9""}\n2025-07-29 18:34:03.676 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bb0bc754-74c5-4b68-bd11-3ca3587e4ea9] received connection request\n2025-07-29 18:34:03.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:34:03.720 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bb0bc754-74c5-4b68-bd11-3ca3587e4ea9] socks forwarding established\n2025-07-29 18:34:03.766 [info] [command][92538e26-374f-4c56-9cd5-b01664858da9] Process exited with code 0\n2025-07-29 18:34:03.767 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bb0bc754-74c5-4b68-bd11-3ca3587e4ea9] socks connection closed\n2025-07-29 18:34:03.767 [info] [command][92538e26-374f-4c56-9cd5-b01664858da9] Socket close event received\n2025-07-29 18:34:03.843 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55383 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:35:03.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:35:03.774 [info] [command][43badd73-4efd-44f8-9df5-be730a82a983] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""43badd73-4efd-44f8-9df5-be730a82a983""}\n2025-07-29 18:35:03.775 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5366a2cb-685e-4f10-a78b-c821491432d1] received connection request\n2025-07-29 18:35:03.775 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:35:03.817 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5366a2cb-685e-4f10-a78b-c821491432d1] socks forwarding established\n2025-07-29 18:35:03.861 [info] [command][43badd73-4efd-44f8-9df5-be730a82a983] Process exited with code 0\n2025-07-29 18:35:03.862 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5366a2cb-685e-4f10-a78b-c821491432d1] socks connection closed\n2025-07-29 18:35:03.862 [info] [command][43badd73-4efd-44f8-9df5-be730a82a983] Socket close event received\n2025-07-29 18:35:03.904 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55480 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:36:03.867 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:36:03.870 [info] [command][12466e48-4b2f-4069-90a9-9ea11038860f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""12466e48-4b2f-4069-90a9-9ea11038860f""}\n2025-07-29 18:36:03.875 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f2623302-046c-496c-92ce-7d5b683debc5] received connection request\n2025-07-29 18:36:03.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:36:03.923 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f2623302-046c-496c-92ce-7d5b683debc5] socks forwarding established\n2025-07-29 18:36:03.970 [info] [command][12466e48-4b2f-4069-90a9-9ea11038860f] Process exited with code 0\n2025-07-29 18:36:03.971 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f2623302-046c-496c-92ce-7d5b683debc5] socks connection closed\n2025-07-29 18:36:03.971 [info] [command][12466e48-4b2f-4069-90a9-9ea11038860f] Socket close event received\n2025-07-29 18:36:04.013 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55533 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:37:03.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:37:03.978 [info] [command][c9879776-52bf-4855-b258-fe61a357288c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c9879776-52bf-4855-b258-fe61a357288c""}\n2025-07-29 18:37:03.980 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][376df798-59d8-44a0-943a-70502fd6f411] received connection request\n2025-07-29 18:37:03.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:37:04.023 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][376df798-59d8-44a0-943a-70502fd6f411] socks forwarding established\n2025-07-29 18:37:04.068 [info] [command][c9879776-52bf-4855-b258-fe61a357288c] Process exited with code 0\n2025-07-29 18:37:04.069 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][376df798-59d8-44a0-943a-70502fd6f411] socks connection closed\n2025-07-29 18:37:04.069 [info] [command][c9879776-52bf-4855-b258-fe61a357288c] Socket close event received\n2025-07-29 18:37:04.112 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55574 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:38:04.071 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:38:04.075 [info] [command][34ed6e6c-bac1-486e-8f7c-c02761289af0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""34ed6e6c-bac1-486e-8f7c-c02761289af0""}\n2025-07-29 18:38:04.076 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][75ca6028-b8d8-4968-b920-84604ce02b3d] received connection request\n2025-07-29 18:38:04.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:38:04.123 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75ca6028-b8d8-4968-b920-84604ce02b3d] socks forwarding established\n2025-07-29 18:38:04.168 [info] [command][34ed6e6c-bac1-486e-8f7c-c02761289af0] Process exited with code 0\n2025-07-29 18:38:04.169 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75ca6028-b8d8-4968-b920-84604ce02b3d] socks connection closed\n2025-07-29 18:38:04.169 [info] [command][34ed6e6c-bac1-486e-8f7c-c02761289af0] Socket close event received\n2025-07-29 18:38:04.210 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55610 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:39:04.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:39:04.175 [info] [command][81a1f97f-679f-4957-b347-f0f8a81af03a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""81a1f97f-679f-4957-b347-f0f8a81af03a""}\n2025-07-29 18:39:04.177 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dc68c1c1-7012-4a1d-9c15-3abe2b57d87b] received connection request\n2025-07-29 18:39:04.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:39:04.224 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dc68c1c1-7012-4a1d-9c15-3abe2b57d87b] socks forwarding established\n2025-07-29 18:39:04.270 [info] [command][81a1f97f-679f-4957-b347-f0f8a81af03a] Process exited with code 0\n2025-07-29 18:39:04.271 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dc68c1c1-7012-4a1d-9c15-3abe2b57d87b] socks connection closed\n2025-07-29 18:39:04.271 [info] [command][81a1f97f-679f-4957-b347-f0f8a81af03a] Socket close event received\n2025-07-29 18:39:04.313 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55628 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:40:04.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:40:04.278 [info] [command][860e3b5d-b383-4186-b5a0-5fda057e0c04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""860e3b5d-b383-4186-b5a0-5fda057e0c04""}\n2025-07-29 18:40:04.279 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f820d4cf-7a3a-4e94-b6dc-11a2ed68bdb2] received connection request\n2025-07-29 18:40:04.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:40:04.327 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f820d4cf-7a3a-4e94-b6dc-11a2ed68bdb2] socks forwarding established\n2025-07-29 18:40:04.374 [info] [command][860e3b5d-b383-4186-b5a0-5fda057e0c04] Process exited with code 0\n2025-07-29 18:40:04.374 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f820d4cf-7a3a-4e94-b6dc-11a2ed68bdb2] socks connection closed\n2025-07-29 18:40:04.374 [info] [command][860e3b5d-b383-4186-b5a0-5fda057e0c04] Socket close event received\n2025-07-29 18:40:04.416 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55666 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:41:04.375 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:41:04.382 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][113e5c86-6def-4595-9122-6933a57e93ab] received connection request\n2025-07-29 18:41:04.383 [info] [command][5334fcc6-3df6-45ed-9d61-17b1bc67e254] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5334fcc6-3df6-45ed-9d61-17b1bc67e254""}\n2025-07-29 18:41:04.385 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:41:04.385 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:41:04.432 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][113e5c86-6def-4595-9122-6933a57e93ab] socks forwarding established\n2025-07-29 18:41:04.479 [info] [command][5334fcc6-3df6-45ed-9d61-17b1bc67e254] Process exited with code 0\n2025-07-29 18:41:04.479 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][113e5c86-6def-4595-9122-6933a57e93ab] socks connection closed\n2025-07-29 18:41:04.480 [info] [command][5334fcc6-3df6-45ed-9d61-17b1bc67e254] Socket close event received\n2025-07-29 18:41:04.522 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55702 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:42:04.485 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:42:04.488 [info] [command][27f42b22-06b5-486d-be21-2274cd88a588] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""27f42b22-06b5-486d-be21-2274cd88a588""}\n2025-07-29 18:42:04.489 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7751633a-936f-4ba1-9028-1897fa37a80b] received connection request\n2025-07-29 18:42:04.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:42:04.537 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7751633a-936f-4ba1-9028-1897fa37a80b] socks forwarding established\n2025-07-29 18:42:04.582 [info] [command][27f42b22-06b5-486d-be21-2274cd88a588] Process exited with code 0\n2025-07-29 18:42:04.582 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7751633a-936f-4ba1-9028-1897fa37a80b] socks connection closed\n2025-07-29 18:42:04.582 [info] [command][27f42b22-06b5-486d-be21-2274cd88a588] Socket close event received\n2025-07-29 18:42:04.624 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55739 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:43:04.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:43:04.588 [info] [command][6e673cda-7faf-4ba9-ae28-4722959d8fe7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6e673cda-7faf-4ba9-ae28-4722959d8fe7""}\n2025-07-29 18:43:04.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][49111c55-876c-437f-9f91-dd633f8efbb8] received connection request\n2025-07-29 18:43:04.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:43:04.589 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:43:04.637 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][49111c55-876c-437f-9f91-dd633f8efbb8] socks forwarding established\n2025-07-29 18:43:04.682 [info] [command][6e673cda-7faf-4ba9-ae28-4722959d8fe7] Process exited with code 0\n2025-07-29 18:43:04.682 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][49111c55-876c-437f-9f91-dd633f8efbb8] socks connection closed\n2025-07-29 18:43:04.683 [info] [command][6e673cda-7faf-4ba9-ae28-4722959d8fe7] Socket close event received\n2025-07-29 18:43:04.725 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55780 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:44:04.687 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:44:04.690 [info] [command][da11b008-88b4-4db6-aac9-3b6c927d0ce3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""da11b008-88b4-4db6-aac9-3b6c927d0ce3""}\n2025-07-29 18:44:04.691 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2dbf4c50-d1a8-44b5-a667-03976c75b87b] received connection request\n2025-07-29 18:44:04.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:44:04.740 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2dbf4c50-d1a8-44b5-a667-03976c75b87b] socks forwarding established\n2025-07-29 18:44:04.787 [info] [command][da11b008-88b4-4db6-aac9-3b6c927d0ce3] Process exited with code 0\n2025-07-29 18:44:04.788 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2dbf4c50-d1a8-44b5-a667-03976c75b87b] socks connection closed\n2025-07-29 18:44:04.788 [info] [command][da11b008-88b4-4db6-aac9-3b6c927d0ce3] Socket close event received\n2025-07-29 18:44:04.829 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55799 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:45:04.791 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:45:04.794 [info] [command][93162806-0e62-412f-b591-db9198f96a68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""93162806-0e62-412f-b591-db9198f96a68""}\n2025-07-29 18:45:04.795 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4699444b-2d10-4a68-bd44-071d9f2839e8] received connection request\n2025-07-29 18:45:04.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:45:04.845 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4699444b-2d10-4a68-bd44-071d9f2839e8] socks forwarding established\n2025-07-29 18:45:04.892 [info] [command][93162806-0e62-412f-b591-db9198f96a68] Process exited with code 0\n2025-07-29 18:45:04.892 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4699444b-2d10-4a68-bd44-071d9f2839e8] socks connection closed\n2025-07-29 18:45:04.893 [info] [command][93162806-0e62-412f-b591-db9198f96a68] Socket close event received\n2025-07-29 18:45:04.934 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55846 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:46:04.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:46:04.901 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][88a1b6c0-24f9-4f24-8868-d404e1f49547] received connection request\n2025-07-29 18:46:04.902 [info] [command][f59c80e4-39f0-4669-b92c-a0e14c2c69e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f59c80e4-39f0-4669-b92c-a0e14c2c69e1""}\n2025-07-29 18:46:04.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:46:04.949 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][88a1b6c0-24f9-4f24-8868-d404e1f49547] socks forwarding established\n2025-07-29 18:46:04.994 [info] [command][f59c80e4-39f0-4669-b92c-a0e14c2c69e1] Process exited with code 0\n2025-07-29 18:46:04.995 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][88a1b6c0-24f9-4f24-8868-d404e1f49547] socks connection closed\n2025-07-29 18:46:04.995 [info] [command][f59c80e4-39f0-4669-b92c-a0e14c2c69e1] Socket close event received\n2025-07-29 18:46:05.036 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55884 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:47:04.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:47:05.001 [info] [command][2c13befd-8b92-4a8e-8708-115a87afcb40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2c13befd-8b92-4a8e-8708-115a87afcb40""}\n2025-07-29 18:47:05.002 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3d6164ce-8122-40a9-aad9-35645d771b7b] received connection request\n2025-07-29 18:47:05.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:47:05.050 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3d6164ce-8122-40a9-aad9-35645d771b7b] socks forwarding established\n2025-07-29 18:47:05.097 [info] [command][2c13befd-8b92-4a8e-8708-115a87afcb40] Process exited with code 0\n2025-07-29 18:47:05.098 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3d6164ce-8122-40a9-aad9-35645d771b7b] socks connection closed\n2025-07-29 18:47:05.098 [info] [command][2c13befd-8b92-4a8e-8708-115a87afcb40] Socket close event received\n2025-07-29 18:47:05.141 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55912 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:48:05.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:48:05.103 [info] [command][1685d2e9-78ca-4fc0-be47-36a43c3ecf2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1685d2e9-78ca-4fc0-be47-36a43c3ecf2f""}\n2025-07-29 18:48:05.104 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][02294d16-29a1-45d7-b46c-d1fcce90de75] received connection request\n2025-07-29 18:48:05.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:48:05.147 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][02294d16-29a1-45d7-b46c-d1fcce90de75] socks forwarding established\n2025-07-29 18:48:05.194 [info] [command][1685d2e9-78ca-4fc0-be47-36a43c3ecf2f] Process exited with code 0\n2025-07-29 18:48:05.195 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][02294d16-29a1-45d7-b46c-d1fcce90de75] socks connection closed\n2025-07-29 18:48:05.195 [info] [command][1685d2e9-78ca-4fc0-be47-36a43c3ecf2f] Socket close event received\n2025-07-29 18:48:05.242 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55949 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:49:05.201 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:49:05.204 [info] [command][cd8c24d6-50e1-48d1-add7-53b165ee5ddf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cd8c24d6-50e1-48d1-add7-53b165ee5ddf""}\n2025-07-29 18:49:05.205 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][386da3b6-7655-4cef-aa77-ec68bf15ab17] received connection request\n2025-07-29 18:49:05.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:49:05.251 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][386da3b6-7655-4cef-aa77-ec68bf15ab17] socks forwarding established\n2025-07-29 18:49:05.296 [info] [command][cd8c24d6-50e1-48d1-add7-53b165ee5ddf] Process exited with code 0\n2025-07-29 18:49:05.297 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][386da3b6-7655-4cef-aa77-ec68bf15ab17] socks connection closed\n2025-07-29 18:49:05.297 [info] [command][cd8c24d6-50e1-48d1-add7-53b165ee5ddf] Socket close event received\n2025-07-29 18:49:05.337 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 55979 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:50:05.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:50:05.301 [info] [command][fb7448e5-c4e3-446a-82b1-d8992e8bc63a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fb7448e5-c4e3-446a-82b1-d8992e8bc63a""}\n2025-07-29 18:50:05.301 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ddaba4b3-471a-4b9d-a44e-bb8ec009d6c3] received connection request\n2025-07-29 18:50:05.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:50:05.343 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ddaba4b3-471a-4b9d-a44e-bb8ec009d6c3] socks forwarding established\n2025-07-29 18:50:05.388 [info] [command][fb7448e5-c4e3-446a-82b1-d8992e8bc63a] Process exited with code 0\n2025-07-29 18:50:05.388 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ddaba4b3-471a-4b9d-a44e-bb8ec009d6c3] socks connection closed\n2025-07-29 18:50:05.388 [info] [command][fb7448e5-c4e3-446a-82b1-d8992e8bc63a] Socket close event received\n2025-07-29 18:50:05.429 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56024 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:51:05.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:51:05.395 [info] [command][71294c29-4fe4-4575-8971-9f0169645833] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""71294c29-4fe4-4575-8971-9f0169645833""}\n2025-07-29 18:51:05.396 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c4c1a44b-0d0e-434f-8d5d-a06e9bec1167] received connection request\n2025-07-29 18:51:05.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:51:05.439 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c4c1a44b-0d0e-434f-8d5d-a06e9bec1167] socks forwarding established\n2025-07-29 18:51:05.484 [info] [command][71294c29-4fe4-4575-8971-9f0169645833] Process exited with code 0\n2025-07-29 18:51:05.484 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c4c1a44b-0d0e-434f-8d5d-a06e9bec1167] socks connection closed\n2025-07-29 18:51:05.485 [info] [command][71294c29-4fe4-4575-8971-9f0169645833] Socket close event received\n2025-07-29 18:51:05.525 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56068 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:52:05.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:52:05.489 [info] [command][b57f9899-aa72-4872-bf10-89e63f5d4f30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b57f9899-aa72-4872-bf10-89e63f5d4f30""}\n2025-07-29 18:52:05.490 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c3728dc0-77d5-454b-a815-825ac1c1f558] received connection request\n2025-07-29 18:52:05.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:52:05.530 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c3728dc0-77d5-454b-a815-825ac1c1f558] socks forwarding established\n2025-07-29 18:52:05.574 [info] [command][b57f9899-aa72-4872-bf10-89e63f5d4f30] Process exited with code 0\n2025-07-29 18:52:05.575 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c3728dc0-77d5-454b-a815-825ac1c1f558] socks connection closed\n2025-07-29 18:52:05.575 [info] [command][b57f9899-aa72-4872-bf10-89e63f5d4f30] Socket close event received\n2025-07-29 18:52:05.615 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56095 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:53:05.582 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:53:05.585 [info] [command][69f3df18-a38d-4e13-a3d7-c81660189b6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""69f3df18-a38d-4e13-a3d7-c81660189b6e""}\n2025-07-29 18:53:05.586 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fd59dcf3-c17e-4441-ab2a-11a6ee99665c] received connection request\n2025-07-29 18:53:05.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:53:05.631 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd59dcf3-c17e-4441-ab2a-11a6ee99665c] socks forwarding established\n2025-07-29 18:53:05.679 [info] [command][69f3df18-a38d-4e13-a3d7-c81660189b6e] Process exited with code 0\n2025-07-29 18:53:05.679 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd59dcf3-c17e-4441-ab2a-11a6ee99665c] socks connection closed\n2025-07-29 18:53:05.679 [info] [command][69f3df18-a38d-4e13-a3d7-c81660189b6e] Socket close event received\n2025-07-29 18:53:05.721 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56140 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:54:05.684 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:54:05.688 [info] [command][00dc831e-22d0-497c-af26-f548a9e8c88e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""00dc831e-22d0-497c-af26-f548a9e8c88e""}\n2025-07-29 18:54:05.689 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][addd2a40-4904-43cc-80f6-d4ceba712e0c] received connection request\n2025-07-29 18:54:05.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:54:05.733 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][addd2a40-4904-43cc-80f6-d4ceba712e0c] socks forwarding established\n2025-07-29 18:54:05.781 [info] [command][00dc831e-22d0-497c-af26-f548a9e8c88e] Process exited with code 0\n2025-07-29 18:54:05.782 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][addd2a40-4904-43cc-80f6-d4ceba712e0c] socks connection closed\n2025-07-29 18:54:05.782 [info] [command][00dc831e-22d0-497c-af26-f548a9e8c88e] Socket close event received\n2025-07-29 18:54:05.826 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56163 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:55:05.783 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:55:05.785 [info] [command][5d0620f1-58e2-4fb4-b544-d268e0f44312] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5d0620f1-58e2-4fb4-b544-d268e0f44312""}\n2025-07-29 18:55:05.785 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1209a112-97a5-4cad-85bb-9d152054976a] received connection request\n2025-07-29 18:55:05.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:55:05.828 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1209a112-97a5-4cad-85bb-9d152054976a] socks forwarding established\n2025-07-29 18:55:05.873 [info] [command][5d0620f1-58e2-4fb4-b544-d268e0f44312] Process exited with code 0\n2025-07-29 18:55:05.873 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1209a112-97a5-4cad-85bb-9d152054976a] socks connection closed\n2025-07-29 18:55:05.873 [info] [command][5d0620f1-58e2-4fb4-b544-d268e0f44312] Socket close event received\n2025-07-29 18:55:05.916 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56204 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:56:05.877 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:56:05.880 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1eb5e8e1-7583-4de6-81cc-fc30cb49d6d5] received connection request\n2025-07-29 18:56:05.881 [info] [command][f54db5eb-2e8b-42d1-8362-2491dffa8ff1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f54db5eb-2e8b-42d1-8362-2491dffa8ff1""}\n2025-07-29 18:56:05.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 18:56:05.882 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:56:05.923 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1eb5e8e1-7583-4de6-81cc-fc30cb49d6d5] socks forwarding established\n2025-07-29 18:56:05.968 [info] [command][f54db5eb-2e8b-42d1-8362-2491dffa8ff1] Process exited with code 0\n2025-07-29 18:56:05.969 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1eb5e8e1-7583-4de6-81cc-fc30cb49d6d5] socks connection closed\n2025-07-29 18:56:05.969 [info] [command][f54db5eb-2e8b-42d1-8362-2491dffa8ff1] Socket close event received\n2025-07-29 18:56:06.011 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56248 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:57:05.970 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:57:05.973 [info] [command][976018e7-8cdf-4b8f-bcb2-0814165391d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""976018e7-8cdf-4b8f-bcb2-0814165391d7""}\n2025-07-29 18:57:05.974 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dcb1b060-c32f-43ee-86f5-8b5198752367] received connection request\n2025-07-29 18:57:05.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:57:06.019 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dcb1b060-c32f-43ee-86f5-8b5198752367] socks forwarding established\n2025-07-29 18:57:06.066 [info] [command][976018e7-8cdf-4b8f-bcb2-0814165391d7] Process exited with code 0\n2025-07-29 18:57:06.066 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dcb1b060-c32f-43ee-86f5-8b5198752367] socks connection closed\n2025-07-29 18:57:06.067 [info] [command][976018e7-8cdf-4b8f-bcb2-0814165391d7] Socket close event received\n2025-07-29 18:57:06.106 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56274 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:58:06.070 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:58:06.073 [info] [command][5d082cf7-1a1e-4ad0-836e-75da0552f3ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5d082cf7-1a1e-4ad0-836e-75da0552f3ff""}\n2025-07-29 18:58:06.075 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][385a896c-3b82-4751-9d8c-403e080798ce] received connection request\n2025-07-29 18:58:06.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:58:06.118 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][385a896c-3b82-4751-9d8c-403e080798ce] socks forwarding established\n2025-07-29 18:58:06.165 [info] [command][5d082cf7-1a1e-4ad0-836e-75da0552f3ff] Process exited with code 0\n2025-07-29 18:58:06.166 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][385a896c-3b82-4751-9d8c-403e080798ce] socks connection closed\n2025-07-29 18:58:06.166 [info] [command][5d082cf7-1a1e-4ad0-836e-75da0552f3ff] Socket close event received\n2025-07-29 18:58:06.215 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56311 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 18:59:06.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 18:59:06.176 [info] [command][b7ca8a57-709a-4bdd-bbbd-11ad6d3fd3ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b7ca8a57-709a-4bdd-bbbd-11ad6d3fd3ec""}\n2025-07-29 18:59:06.178 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][38685736-23b9-4caf-b631-2b95aef9b42f] received connection request\n2025-07-29 18:59:06.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 18:59:06.224 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][38685736-23b9-4caf-b631-2b95aef9b42f] socks forwarding established\n2025-07-29 18:59:06.273 [info] [command][b7ca8a57-709a-4bdd-bbbd-11ad6d3fd3ec] Process exited with code 0\n2025-07-29 18:59:06.273 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][38685736-23b9-4caf-b631-2b95aef9b42f] socks connection closed\n2025-07-29 18:59:06.273 [info] [command][b7ca8a57-709a-4bdd-bbbd-11ad6d3fd3ec] Socket close event received\n2025-07-29 18:59:06.314 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56351 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:00:06.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:00:06.281 [info] [command][03b41d75-af35-48a2-8621-da6348a922e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""03b41d75-af35-48a2-8621-da6348a922e0""}\n2025-07-29 19:00:06.282 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d68ddb39-f8f8-49ba-9030-f12797bef253] received connection request\n2025-07-29 19:00:06.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:00:06.330 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d68ddb39-f8f8-49ba-9030-f12797bef253] socks forwarding established\n2025-07-29 19:00:06.379 [info] [command][03b41d75-af35-48a2-8621-da6348a922e0] Process exited with code 0\n2025-07-29 19:00:06.380 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d68ddb39-f8f8-49ba-9030-f12797bef253] socks connection closed\n2025-07-29 19:00:06.381 [info] [command][03b41d75-af35-48a2-8621-da6348a922e0] Socket close event received\n2025-07-29 19:00:06.423 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56386 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:01:06.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:01:06.389 [info] [command][bbec2fd5-6f03-4180-80ea-7b51153cf052] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bbec2fd5-6f03-4180-80ea-7b51153cf052""}\n2025-07-29 19:01:06.390 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][398e76ec-35fb-4266-a145-a19ec0665b98] received connection request\n2025-07-29 19:01:06.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:01:06.445 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][398e76ec-35fb-4266-a145-a19ec0665b98] socks forwarding established\n2025-07-29 19:01:06.493 [info] [command][bbec2fd5-6f03-4180-80ea-7b51153cf052] Process exited with code 0\n2025-07-29 19:01:06.494 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][398e76ec-35fb-4266-a145-a19ec0665b98] socks connection closed\n2025-07-29 19:01:06.494 [info] [command][bbec2fd5-6f03-4180-80ea-7b51153cf052] Socket close event received\n2025-07-29 19:01:06.535 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56423 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:02:06.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:02:06.499 [info] [command][31625678-ef27-4983-8664-7b78bec0689f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""31625678-ef27-4983-8664-7b78bec0689f""}\n2025-07-29 19:02:06.500 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][226ea42d-f8d1-4a1d-a420-52e34cdada4b] received connection request\n2025-07-29 19:02:06.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 19:02:06.500 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:02:06.544 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][226ea42d-f8d1-4a1d-a420-52e34cdada4b] socks forwarding established\n2025-07-29 19:02:06.594 [info] [command][31625678-ef27-4983-8664-7b78bec0689f] Process exited with code 0\n2025-07-29 19:02:06.595 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][226ea42d-f8d1-4a1d-a420-52e34cdada4b] socks connection closed\n2025-07-29 19:02:06.595 [info] [command][31625678-ef27-4983-8664-7b78bec0689f] Socket close event received\n2025-07-29 19:02:06.636 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56449 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:03:06.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:03:06.602 [info] [command][ad722086-c3ff-4acf-86f2-34be098916d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ad722086-c3ff-4acf-86f2-34be098916d1""}\n2025-07-29 19:03:06.603 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fa6ea91a-5beb-4676-89b6-9ec03a4b4d3e] received connection request\n2025-07-29 19:03:06.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:03:06.647 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fa6ea91a-5beb-4676-89b6-9ec03a4b4d3e] socks forwarding established\n2025-07-29 19:03:06.697 [info] [command][ad722086-c3ff-4acf-86f2-34be098916d1] Process exited with code 0\n2025-07-29 19:03:06.697 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fa6ea91a-5beb-4676-89b6-9ec03a4b4d3e] socks connection closed\n2025-07-29 19:03:06.697 [info] [command][ad722086-c3ff-4acf-86f2-34be098916d1] Socket close event received\n2025-07-29 19:03:06.738 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56498 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:04:06.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:04:06.703 [info] [command][de445101-b9ef-4133-91b9-78bd1f198609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""de445101-b9ef-4133-91b9-78bd1f198609""}\n2025-07-29 19:04:06.704 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][68d7d356-887c-4982-92da-d20b5ec24147] received connection request\n2025-07-29 19:04:06.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:04:06.748 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][68d7d356-887c-4982-92da-d20b5ec24147] socks forwarding established\n2025-07-29 19:04:06.795 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][68d7d356-887c-4982-92da-d20b5ec24147] socks connection closed\n2025-07-29 19:04:06.796 [info] [command][de445101-b9ef-4133-91b9-78bd1f198609] Process exited with code 0\n2025-07-29 19:04:06.796 [info] [command][de445101-b9ef-4133-91b9-78bd1f198609] Socket close event received\n2025-07-29 19:04:06.837 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56535 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:05:06.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:05:06.806 [info] [command][00dd0dae-2398-48ae-a6ad-2aa177b8e2d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""00dd0dae-2398-48ae-a6ad-2aa177b8e2d9""}\n2025-07-29 19:05:06.807 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9fc98918-90d5-488e-a2be-e78e845a3c61] received connection request\n2025-07-29 19:05:06.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:05:06.855 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9fc98918-90d5-488e-a2be-e78e845a3c61] socks forwarding established\n2025-07-29 19:05:06.911 [info] [command][00dd0dae-2398-48ae-a6ad-2aa177b8e2d9] Process exited with code 0\n2025-07-29 19:05:06.912 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9fc98918-90d5-488e-a2be-e78e845a3c61] socks connection closed\n2025-07-29 19:05:06.912 [info] [command][00dd0dae-2398-48ae-a6ad-2aa177b8e2d9] Socket close event received\n2025-07-29 19:05:06.953 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56572 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:06:06.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:06:06.920 [info] [command][a9e07471-0256-4623-8753-b3a404d34382] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a9e07471-0256-4623-8753-b3a404d34382""}\n2025-07-29 19:06:06.921 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][60329d18-17a3-4147-8918-a6d8ffde3959] received connection request\n2025-07-29 19:06:06.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:06:06.964 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][60329d18-17a3-4147-8918-a6d8ffde3959] socks forwarding established\n2025-07-29 19:06:07.011 [info] [command][a9e07471-0256-4623-8753-b3a404d34382] Process exited with code 0\n2025-07-29 19:06:07.012 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][60329d18-17a3-4147-8918-a6d8ffde3959] socks connection closed\n2025-07-29 19:06:07.012 [info] [command][a9e07471-0256-4623-8753-b3a404d34382] Socket close event received\n2025-07-29 19:06:07.054 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56604 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:07:07.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:07:07.018 [info] [command][b2079362-8f5e-42f4-bef3-06b82704ba65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b2079362-8f5e-42f4-bef3-06b82704ba65""}\n2025-07-29 19:07:07.019 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][45de83d9-e2a5-478c-aac1-c378ca748408] received connection request\n2025-07-29 19:07:07.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:07:07.061 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][45de83d9-e2a5-478c-aac1-c378ca748408] socks forwarding established\n2025-07-29 19:07:07.110 [info] [command][b2079362-8f5e-42f4-bef3-06b82704ba65] Process exited with code 0\n2025-07-29 19:07:07.110 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][45de83d9-e2a5-478c-aac1-c378ca748408] socks connection closed\n2025-07-29 19:07:07.110 [info] [command][b2079362-8f5e-42f4-bef3-06b82704ba65] Socket close event received\n2025-07-29 19:07:07.152 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56631 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:08:07.121 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:08:07.124 [info] [command][6cc9b40b-a6fe-4984-98dc-ee58148c911c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6cc9b40b-a6fe-4984-98dc-ee58148c911c""}\n2025-07-29 19:08:07.125 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][89040050-0fd1-4d83-bfdc-0792a41fe402] received connection request\n2025-07-29 19:08:07.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:08:07.176 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][89040050-0fd1-4d83-bfdc-0792a41fe402] socks forwarding established\n2025-07-29 19:08:07.223 [info] [command][6cc9b40b-a6fe-4984-98dc-ee58148c911c] Process exited with code 0\n2025-07-29 19:08:07.224 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][89040050-0fd1-4d83-bfdc-0792a41fe402] socks connection closed\n2025-07-29 19:08:07.224 [info] [command][6cc9b40b-a6fe-4984-98dc-ee58148c911c] Socket close event received\n2025-07-29 19:08:07.264 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56664 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:09:07.229 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:09:07.232 [info] [command][52e733e9-d064-4173-aba0-12bbd0b59097] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""52e733e9-d064-4173-aba0-12bbd0b59097""}\n2025-07-29 19:09:07.232 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0038eaff-0345-4d56-b2fd-e2ef4b929c7d] received connection request\n2025-07-29 19:09:07.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:09:07.279 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0038eaff-0345-4d56-b2fd-e2ef4b929c7d] socks forwarding established\n2025-07-29 19:09:07.325 [info] [command][52e733e9-d064-4173-aba0-12bbd0b59097] Process exited with code 0\n2025-07-29 19:09:07.325 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0038eaff-0345-4d56-b2fd-e2ef4b929c7d] socks connection closed\n2025-07-29 19:09:07.325 [info] [command][52e733e9-d064-4173-aba0-12bbd0b59097] Socket close event received\n2025-07-29 19:09:07.371 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56699 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:10:07.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:10:07.335 [info] [command][5af012df-3ec4-4129-bc77-32631c54c2b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5af012df-3ec4-4129-bc77-32631c54c2b5""}\n2025-07-29 19:10:07.336 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5ce1b085-b2fe-4b6d-afe5-d6ad01eaf233] received connection request\n2025-07-29 19:10:07.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:10:07.380 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ce1b085-b2fe-4b6d-afe5-d6ad01eaf233] socks forwarding established\n2025-07-29 19:10:07.427 [info] [command][5af012df-3ec4-4129-bc77-32631c54c2b5] Process exited with code 0\n2025-07-29 19:10:07.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ce1b085-b2fe-4b6d-afe5-d6ad01eaf233] socks connection closed\n2025-07-29 19:10:07.427 [info] [command][5af012df-3ec4-4129-bc77-32631c54c2b5] Socket close event received\n2025-07-29 19:10:07.468 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56741 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:11:07.430 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:11:07.433 [info] [command][03eacd4e-add8-493d-aed9-aa672260543b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""03eacd4e-add8-493d-aed9-aa672260543b""}\n2025-07-29 19:11:07.434 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ced26434-fce8-4268-9e82-fe7d1589009b] received connection request\n2025-07-29 19:11:07.435 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:11:07.478 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ced26434-fce8-4268-9e82-fe7d1589009b] socks forwarding established\n2025-07-29 19:11:07.524 [info] [command][03eacd4e-add8-493d-aed9-aa672260543b] Process exited with code 0\n2025-07-29 19:11:07.524 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ced26434-fce8-4268-9e82-fe7d1589009b] socks connection closed\n2025-07-29 19:11:07.524 [info] [command][03eacd4e-add8-493d-aed9-aa672260543b] Socket close event received\n2025-07-29 19:11:07.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56777 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:12:07.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:12:07.531 [info] [command][58a793d2-d027-405a-a233-b34dbad6bf88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""58a793d2-d027-405a-a233-b34dbad6bf88""}\n2025-07-29 19:12:07.532 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f9fd7099-5f6d-4514-b028-41489cfecc19] received connection request\n2025-07-29 19:12:07.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:12:07.574 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9fd7099-5f6d-4514-b028-41489cfecc19] socks forwarding established\n2025-07-29 19:12:07.620 [info] [command][58a793d2-d027-405a-a233-b34dbad6bf88] Process exited with code 0\n2025-07-29 19:12:07.620 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9fd7099-5f6d-4514-b028-41489cfecc19] socks connection closed\n2025-07-29 19:12:07.620 [info] [command][58a793d2-d027-405a-a233-b34dbad6bf88] Socket close event received\n2025-07-29 19:12:07.661 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56828 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:13:07.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:13:07.626 [info] [command][497b26bb-9ee8-4893-a756-0cb726dd1d65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""497b26bb-9ee8-4893-a756-0cb726dd1d65""}\n2025-07-29 19:13:07.627 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][658c2943-1123-41de-9d0d-d3deb1289317] received connection request\n2025-07-29 19:13:07.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:13:07.674 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][658c2943-1123-41de-9d0d-d3deb1289317] socks forwarding established\n2025-07-29 19:13:07.720 [info] [command][497b26bb-9ee8-4893-a756-0cb726dd1d65] Process exited with code 0\n2025-07-29 19:13:07.720 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][658c2943-1123-41de-9d0d-d3deb1289317] socks connection closed\n2025-07-29 19:13:07.721 [info] [command][497b26bb-9ee8-4893-a756-0cb726dd1d65] Socket close event received\n2025-07-29 19:13:07.760 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56850 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:14:07.726 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:14:07.728 [info] [command][c7a50176-fe32-41d6-9c46-a09ac540cfb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c7a50176-fe32-41d6-9c46-a09ac540cfb4""}\n2025-07-29 19:14:07.728 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][10dcdf55-047c-4859-a43f-a3fd21a9b958] received connection request\n2025-07-29 19:14:07.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:14:07.772 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][10dcdf55-047c-4859-a43f-a3fd21a9b958] socks forwarding established\n2025-07-29 19:14:07.817 [info] [command][c7a50176-fe32-41d6-9c46-a09ac540cfb4] Process exited with code 0\n2025-07-29 19:14:07.818 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][10dcdf55-047c-4859-a43f-a3fd21a9b958] socks connection closed\n2025-07-29 19:14:07.818 [info] [command][c7a50176-fe32-41d6-9c46-a09ac540cfb4] Socket close event received\n2025-07-29 19:14:07.859 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56875 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:15:07.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:15:07.825 [info] [command][6116e396-b66b-45c0-9b19-b890662c2071] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6116e396-b66b-45c0-9b19-b890662c2071""}\n2025-07-29 19:15:07.825 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c66f3de8-0cb8-4286-a5b6-6b21b8fa85c2] received connection request\n2025-07-29 19:15:07.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:15:07.867 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c66f3de8-0cb8-4286-a5b6-6b21b8fa85c2] socks forwarding established\n2025-07-29 19:15:07.914 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c66f3de8-0cb8-4286-a5b6-6b21b8fa85c2] socks connection closed\n2025-07-29 19:15:07.915 [info] [command][6116e396-b66b-45c0-9b19-b890662c2071] Process exited with code 0\n2025-07-29 19:15:07.915 [info] [command][6116e396-b66b-45c0-9b19-b890662c2071] Socket close event received\n2025-07-29 19:15:07.954 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56913 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:16:07.918 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:16:07.919 [info] [command][fa30953e-0728-4eb9-a8a2-a8ac2cb4ac40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fa30953e-0728-4eb9-a8a2-a8ac2cb4ac40""}\n2025-07-29 19:16:07.919 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c5c12e47-e267-47b1-bb8b-4437ec8f003b] received connection request\n2025-07-29 19:16:07.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:16:07.967 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c5c12e47-e267-47b1-bb8b-4437ec8f003b] socks forwarding established\n2025-07-29 19:16:08.014 [info] [command][fa30953e-0728-4eb9-a8a2-a8ac2cb4ac40] Process exited with code 0\n2025-07-29 19:16:08.014 [info] [command][fa30953e-0728-4eb9-a8a2-a8ac2cb4ac40] Socket close event received\n2025-07-29 19:16:08.070 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56952 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:16:08.070 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c5c12e47-e267-47b1-bb8b-4437ec8f003b] socks connection closed\n2025-07-29 19:17:08.024 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:17:08.027 [info] [command][b85434c1-97ab-4e7a-be18-67fabe762e4e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b85434c1-97ab-4e7a-be18-67fabe762e4e""}\n2025-07-29 19:17:08.027 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][42432f27-30cb-47c8-b4f1-7b72212ae315] received connection request\n2025-07-29 19:17:08.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:17:08.075 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][42432f27-30cb-47c8-b4f1-7b72212ae315] socks forwarding established\n2025-07-29 19:17:08.123 [info] [command][b85434c1-97ab-4e7a-be18-67fabe762e4e] Process exited with code 0\n2025-07-29 19:17:08.123 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][42432f27-30cb-47c8-b4f1-7b72212ae315] socks connection closed\n2025-07-29 19:17:08.123 [info] [command][b85434c1-97ab-4e7a-be18-67fabe762e4e] Socket close event received\n2025-07-29 19:17:08.164 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 56974 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:18:08.132 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:18:08.134 [info] [command][ebebef17-33cf-47b1-b137-7766ea913dbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ebebef17-33cf-47b1-b137-7766ea913dbe""}\n2025-07-29 19:18:08.135 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][50d7df2c-0a67-4632-9f57-81c492f63e3d] received connection request\n2025-07-29 19:18:08.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:18:08.180 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50d7df2c-0a67-4632-9f57-81c492f63e3d] socks forwarding established\n2025-07-29 19:18:08.229 [info] [command][ebebef17-33cf-47b1-b137-7766ea913dbe] Process exited with code 0\n2025-07-29 19:18:08.229 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50d7df2c-0a67-4632-9f57-81c492f63e3d] socks connection closed\n2025-07-29 19:18:08.229 [info] [command][ebebef17-33cf-47b1-b137-7766ea913dbe] Socket close event received\n2025-07-29 19:18:08.270 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57009 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:19:08.236 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:19:08.238 [info] [command][237b898e-69a9-495a-9240-fa87a924112a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""237b898e-69a9-495a-9240-fa87a924112a""}\n2025-07-29 19:19:08.239 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3e21ffe1-7602-4852-962e-e87cf9769ef0] received connection request\n2025-07-29 19:19:08.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:19:08.282 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3e21ffe1-7602-4852-962e-e87cf9769ef0] socks forwarding established\n2025-07-29 19:19:08.329 [info] [command][237b898e-69a9-495a-9240-fa87a924112a] Process exited with code 0\n2025-07-29 19:19:08.329 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3e21ffe1-7602-4852-962e-e87cf9769ef0] socks connection closed\n2025-07-29 19:19:08.330 [info] [command][237b898e-69a9-495a-9240-fa87a924112a] Socket close event received\n2025-07-29 19:19:08.370 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57035 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:20:08.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:20:08.339 [info] [command][dd900e91-80e7-451f-b8ee-3cab4a520770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dd900e91-80e7-451f-b8ee-3cab4a520770""}\n2025-07-29 19:20:08.339 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a60bcb7e-21ca-4460-b4ac-5597e3d5d15f] received connection request\n2025-07-29 19:20:08.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:20:08.384 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a60bcb7e-21ca-4460-b4ac-5597e3d5d15f] socks forwarding established\n2025-07-29 19:20:08.431 [info] [command][dd900e91-80e7-451f-b8ee-3cab4a520770] Process exited with code 0\n2025-07-29 19:20:08.432 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a60bcb7e-21ca-4460-b4ac-5597e3d5d15f] socks connection closed\n2025-07-29 19:20:08.432 [info] [command][dd900e91-80e7-451f-b8ee-3cab4a520770] Socket close event received\n2025-07-29 19:20:08.472 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57075 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:21:08.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:21:08.437 [info] [command][da1879f1-f646-4cf0-939b-edcef17d18a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""da1879f1-f646-4cf0-939b-edcef17d18a1""}\n2025-07-29 19:21:08.438 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e1c2389c-1783-42ba-829e-160c9bc7e54b] received connection request\n2025-07-29 19:21:08.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:21:08.481 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e1c2389c-1783-42ba-829e-160c9bc7e54b] socks forwarding established\n2025-07-29 19:21:08.526 [info] [command][da1879f1-f646-4cf0-939b-edcef17d18a1] Process exited with code 0\n2025-07-29 19:21:08.527 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e1c2389c-1783-42ba-829e-160c9bc7e54b] socks connection closed\n2025-07-29 19:21:08.527 [info] [command][da1879f1-f646-4cf0-939b-edcef17d18a1] Socket close event received\n2025-07-29 19:21:08.567 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57109 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:22:08.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:22:08.539 [info] [command][680131ab-06fe-4d9e-8168-33c4db5bde6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""680131ab-06fe-4d9e-8168-33c4db5bde6f""}\n2025-07-29 19:22:08.540 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][941d3f8e-e49c-4204-9e73-daa2f6fe36ff] received connection request\n2025-07-29 19:22:08.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:22:08.585 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][941d3f8e-e49c-4204-9e73-daa2f6fe36ff] socks forwarding established\n2025-07-29 19:22:08.632 [info] [command][680131ab-06fe-4d9e-8168-33c4db5bde6f] Process exited with code 0\n2025-07-29 19:22:08.633 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][941d3f8e-e49c-4204-9e73-daa2f6fe36ff] socks connection closed\n2025-07-29 19:22:08.633 [info] [command][680131ab-06fe-4d9e-8168-33c4db5bde6f] Socket close event received\n2025-07-29 19:22:08.674 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57145 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:23:08.643 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:23:08.645 [info] [command][66c736a4-06a7-4e34-954b-db3df1a73c06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""66c736a4-06a7-4e34-954b-db3df1a73c06""}\n2025-07-29 19:23:08.646 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][390d3de5-f4c7-4ac8-b448-c440de4fa923] received connection request\n2025-07-29 19:23:08.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:23:08.688 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][390d3de5-f4c7-4ac8-b448-c440de4fa923] socks forwarding established\n2025-07-29 19:23:08.732 [info] [command][66c736a4-06a7-4e34-954b-db3df1a73c06] Process exited with code 0\n2025-07-29 19:23:08.732 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][390d3de5-f4c7-4ac8-b448-c440de4fa923] socks connection closed\n2025-07-29 19:23:08.733 [info] [command][66c736a4-06a7-4e34-954b-db3df1a73c06] Socket close event received\n2025-07-29 19:23:08.773 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57195 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:24:08.740 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:24:08.742 [info] [command][39252faa-c317-4112-a4a4-e17ddb194598] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""39252faa-c317-4112-a4a4-e17ddb194598""}\n2025-07-29 19:24:08.743 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8ead24ee-e6e8-4ced-b489-cd62a72df601] received connection request\n2025-07-29 19:24:08.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:24:08.788 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ead24ee-e6e8-4ced-b489-cd62a72df601] socks forwarding established\n2025-07-29 19:24:08.835 [info] [command][39252faa-c317-4112-a4a4-e17ddb194598] Process exited with code 0\n2025-07-29 19:24:08.835 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ead24ee-e6e8-4ced-b489-cd62a72df601] socks connection closed\n2025-07-29 19:24:08.835 [info] [command][39252faa-c317-4112-a4a4-e17ddb194598] Socket close event received\n2025-07-29 19:24:08.876 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57209 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:25:08.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:25:08.848 [info] [command][bfe0c074-7745-47c4-b787-4ec5ac4ae44b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bfe0c074-7745-47c4-b787-4ec5ac4ae44b""}\n2025-07-29 19:25:08.848 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4e5bb76d-563e-4066-b5cd-f3015ba5321f] received connection request\n2025-07-29 19:25:08.848 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:25:08.895 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4e5bb76d-563e-4066-b5cd-f3015ba5321f] socks forwarding established\n2025-07-29 19:25:08.942 [info] [command][bfe0c074-7745-47c4-b787-4ec5ac4ae44b] Process exited with code 0\n2025-07-29 19:25:08.942 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4e5bb76d-563e-4066-b5cd-f3015ba5321f] socks connection closed\n2025-07-29 19:25:08.943 [info] [command][bfe0c074-7745-47c4-b787-4ec5ac4ae44b] Socket close event received\n2025-07-29 19:25:08.984 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57235 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:26:08.947 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:26:08.950 [info] [command][7f608d52-d633-42e6-a43e-814ca1c8ebec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7f608d52-d633-42e6-a43e-814ca1c8ebec""}\n2025-07-29 19:26:08.951 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][872d3309-8927-4c91-a791-51fda295c59d] received connection request\n2025-07-29 19:26:08.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:26:08.998 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][872d3309-8927-4c91-a791-51fda295c59d] socks forwarding established\n2025-07-29 19:26:09.044 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][872d3309-8927-4c91-a791-51fda295c59d] socks connection closed\n2025-07-29 19:26:09.045 [info] [command][7f608d52-d633-42e6-a43e-814ca1c8ebec] Process exited with code 0\n2025-07-29 19:26:09.045 [info] [command][7f608d52-d633-42e6-a43e-814ca1c8ebec] Socket close event received\n2025-07-29 19:26:09.088 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57270 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:27:09.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:27:09.050 [info] [command][4353e4a8-f3dc-4192-aab2-977c8d6f6096] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4353e4a8-f3dc-4192-aab2-977c8d6f6096""}\n2025-07-29 19:27:09.051 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][31c50cab-fbb9-4abd-9da7-2495a5213c78] received connection request\n2025-07-29 19:27:09.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:27:09.094 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][31c50cab-fbb9-4abd-9da7-2495a5213c78] socks forwarding established\n2025-07-29 19:27:09.141 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][31c50cab-fbb9-4abd-9da7-2495a5213c78] socks connection closed\n2025-07-29 19:27:09.141 [info] [command][4353e4a8-f3dc-4192-aab2-977c8d6f6096] Process exited with code 0\n2025-07-29 19:27:09.141 [info] [command][4353e4a8-f3dc-4192-aab2-977c8d6f6096] Socket close event received\n2025-07-29 19:27:09.184 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57330 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:28:09.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:28:09.146 [info] [command][e185d376-d6d8-4de4-b02c-26266a49d204] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e185d376-d6d8-4de4-b02c-26266a49d204""}\n2025-07-29 19:28:09.147 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][112b5c12-87ce-4832-b20a-3d7c275c9852] received connection request\n2025-07-29 19:28:09.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:28:09.189 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][112b5c12-87ce-4832-b20a-3d7c275c9852] socks forwarding established\n2025-07-29 19:28:09.235 [info] [command][e185d376-d6d8-4de4-b02c-26266a49d204] Process exited with code 0\n2025-07-29 19:28:09.235 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][112b5c12-87ce-4832-b20a-3d7c275c9852] socks connection closed\n2025-07-29 19:28:09.235 [info] [command][e185d376-d6d8-4de4-b02c-26266a49d204] Socket close event received\n2025-07-29 19:28:09.277 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57359 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:29:09.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:29:09.243 [info] [command][a4b4be63-28ba-4a7d-a56d-5f1e8ba89ca2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a4b4be63-28ba-4a7d-a56d-5f1e8ba89ca2""}\n2025-07-29 19:29:09.243 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b32344a8-be4d-4d0f-bda4-72a6c46cd510] received connection request\n2025-07-29 19:29:09.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:29:09.287 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b32344a8-be4d-4d0f-bda4-72a6c46cd510] socks forwarding established\n2025-07-29 19:29:09.333 [info] [command][a4b4be63-28ba-4a7d-a56d-5f1e8ba89ca2] Process exited with code 0\n2025-07-29 19:29:09.333 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b32344a8-be4d-4d0f-bda4-72a6c46cd510] socks connection closed\n2025-07-29 19:29:09.334 [info] [command][a4b4be63-28ba-4a7d-a56d-5f1e8ba89ca2] Socket close event received\n2025-07-29 19:29:09.384 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57376 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:30:09.338 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:30:09.340 [info] [command][664ca38c-ab95-460a-9bc2-44b59c2462fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""664ca38c-ab95-460a-9bc2-44b59c2462fc""}\n2025-07-29 19:30:09.341 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][77d1b78f-0a9c-4b86-b0a3-a8986ef3ca33] received connection request\n2025-07-29 19:30:09.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:30:09.382 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77d1b78f-0a9c-4b86-b0a3-a8986ef3ca33] socks forwarding established\n2025-07-29 19:30:09.427 [info] [command][664ca38c-ab95-460a-9bc2-44b59c2462fc] Process exited with code 0\n2025-07-29 19:30:09.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77d1b78f-0a9c-4b86-b0a3-a8986ef3ca33] socks connection closed\n2025-07-29 19:30:09.428 [info] [command][664ca38c-ab95-460a-9bc2-44b59c2462fc] Socket close event received\n2025-07-29 19:30:09.468 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57412 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:31:09.431 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:31:09.434 [info] [command][6e406563-2d30-4e08-9bfd-d2b71de02698] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6e406563-2d30-4e08-9bfd-d2b71de02698""}\n2025-07-29 19:31:09.435 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][959da8f2-5b2a-4efb-8a6b-041a5c737c71] received connection request\n2025-07-29 19:31:09.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:31:09.489 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][959da8f2-5b2a-4efb-8a6b-041a5c737c71] socks forwarding established\n2025-07-29 19:31:09.536 [info] [command][6e406563-2d30-4e08-9bfd-d2b71de02698] Process exited with code 0\n2025-07-29 19:31:09.537 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][959da8f2-5b2a-4efb-8a6b-041a5c737c71] socks connection closed\n2025-07-29 19:31:09.537 [info] [command][6e406563-2d30-4e08-9bfd-d2b71de02698] Socket close event received\n2025-07-29 19:31:09.581 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57446 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:32:09.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:32:09.550 [info] [command][0ffbc611-eb9f-49c6-a954-d49685160589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0ffbc611-eb9f-49c6-a954-d49685160589""}\n2025-07-29 19:32:09.550 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][78567161-d20e-4f5f-8c96-87ac8490fd9f] received connection request\n2025-07-29 19:32:09.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:32:09.594 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][78567161-d20e-4f5f-8c96-87ac8490fd9f] socks forwarding established\n2025-07-29 19:32:09.637 [info] [command][0ffbc611-eb9f-49c6-a954-d49685160589] Process exited with code 0\n2025-07-29 19:32:09.638 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][78567161-d20e-4f5f-8c96-87ac8490fd9f] socks connection closed\n2025-07-29 19:32:09.638 [info] [command][0ffbc611-eb9f-49c6-a954-d49685160589] Socket close event received\n2025-07-29 19:32:09.680 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57470 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:33:09.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:33:09.641 [info] [command][ae136d29-3e4e-44a9-a17d-51370b401a3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ae136d29-3e4e-44a9-a17d-51370b401a3c""}\n2025-07-29 19:33:09.641 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7ca60517-7ccb-4176-a75c-ca19cb922a19] received connection request\n2025-07-29 19:33:09.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:33:09.684 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7ca60517-7ccb-4176-a75c-ca19cb922a19] socks forwarding established\n2025-07-29 19:33:09.731 [info] [command][ae136d29-3e4e-44a9-a17d-51370b401a3c] Process exited with code 0\n2025-07-29 19:33:09.731 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7ca60517-7ccb-4176-a75c-ca19cb922a19] socks connection closed\n2025-07-29 19:33:09.732 [info] [command][ae136d29-3e4e-44a9-a17d-51370b401a3c] Socket close event received\n2025-07-29 19:33:09.771 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57504 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:34:09.737 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:34:09.741 [info] [command][987183a9-f64d-4001-bd9c-5b4b0d5c7569] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""987183a9-f64d-4001-bd9c-5b4b0d5c7569""}\n2025-07-29 19:34:09.742 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5a43c391-6284-4ffc-a70a-3d340d80d141] received connection request\n2025-07-29 19:34:09.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:34:09.788 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a43c391-6284-4ffc-a70a-3d340d80d141] socks forwarding established\n2025-07-29 19:34:09.833 [info] [command][987183a9-f64d-4001-bd9c-5b4b0d5c7569] Process exited with code 0\n2025-07-29 19:34:09.833 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a43c391-6284-4ffc-a70a-3d340d80d141] socks connection closed\n2025-07-29 19:34:09.834 [info] [command][987183a9-f64d-4001-bd9c-5b4b0d5c7569] Socket close event received\n2025-07-29 19:34:09.874 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57526 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:35:09.835 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:35:09.837 [info] [command][3d864f42-7739-41ff-b156-8f3adc7be35b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3d864f42-7739-41ff-b156-8f3adc7be35b""}\n2025-07-29 19:35:09.838 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8b61c732-0dfb-4f18-87cb-b04995d3ccf8] received connection request\n2025-07-29 19:35:09.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:35:09.881 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8b61c732-0dfb-4f18-87cb-b04995d3ccf8] socks forwarding established\n2025-07-29 19:35:09.927 [info] [command][3d864f42-7739-41ff-b156-8f3adc7be35b] Process exited with code 0\n2025-07-29 19:35:09.927 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8b61c732-0dfb-4f18-87cb-b04995d3ccf8] socks connection closed\n2025-07-29 19:35:09.927 [info] [command][3d864f42-7739-41ff-b156-8f3adc7be35b] Socket close event received\n2025-07-29 19:35:09.969 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57564 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:36:09.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:36:09.933 [info] [command][8ad22b8b-e846-4da9-bcb0-b1e8338f61ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8ad22b8b-e846-4da9-bcb0-b1e8338f61ee""}\n2025-07-29 19:36:09.934 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a94c514f-5a8e-47d2-9898-99a43408d27c] received connection request\n2025-07-29 19:36:09.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:36:09.980 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a94c514f-5a8e-47d2-9898-99a43408d27c] socks forwarding established\n2025-07-29 19:36:10.028 [info] [command][8ad22b8b-e846-4da9-bcb0-b1e8338f61ee] Process exited with code 0\n2025-07-29 19:36:10.029 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a94c514f-5a8e-47d2-9898-99a43408d27c] socks connection closed\n2025-07-29 19:36:10.029 [info] [command][8ad22b8b-e846-4da9-bcb0-b1e8338f61ee] Socket close event received\n2025-07-29 19:36:10.070 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57602 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:37:10.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:37:10.035 [info] [command][52f8ff89-2024-4e0f-be7f-c2e8d2d8f9c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""52f8ff89-2024-4e0f-be7f-c2e8d2d8f9c9""}\n2025-07-29 19:37:10.036 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2e209fe2-3661-43f6-9606-0ea06a76bcd2] received connection request\n2025-07-29 19:37:10.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:37:10.085 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2e209fe2-3661-43f6-9606-0ea06a76bcd2] socks forwarding established\n2025-07-29 19:37:10.133 [info] [command][52f8ff89-2024-4e0f-be7f-c2e8d2d8f9c9] Process exited with code 0\n2025-07-29 19:37:10.133 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2e209fe2-3661-43f6-9606-0ea06a76bcd2] socks connection closed\n2025-07-29 19:37:10.134 [info] [command][52f8ff89-2024-4e0f-be7f-c2e8d2d8f9c9] Socket close event received\n2025-07-29 19:37:10.178 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57630 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:38:10.138 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:38:10.140 [info] [command][ff014bd3-c134-4dec-8692-3106e4f3be11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ff014bd3-c134-4dec-8692-3106e4f3be11""}\n2025-07-29 19:38:10.140 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a278d413-4e28-4837-bcc2-d91a869439b1] received connection request\n2025-07-29 19:38:10.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:38:10.185 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a278d413-4e28-4837-bcc2-d91a869439b1] socks forwarding established\n2025-07-29 19:38:10.231 [info] [command][ff014bd3-c134-4dec-8692-3106e4f3be11] Process exited with code 0\n2025-07-29 19:38:10.231 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a278d413-4e28-4837-bcc2-d91a869439b1] socks connection closed\n2025-07-29 19:38:10.231 [info] [command][ff014bd3-c134-4dec-8692-3106e4f3be11] Socket close event received\n2025-07-29 19:38:10.273 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57686 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:39:10.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:39:10.239 [info] [command][7cae2219-a19c-43d2-b024-2befb7289432] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7cae2219-a19c-43d2-b024-2befb7289432""}\n2025-07-29 19:39:10.241 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][205d98e5-9300-4307-90c1-06dabf29bba0] received connection request\n2025-07-29 19:39:10.241 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:39:10.285 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][205d98e5-9300-4307-90c1-06dabf29bba0] socks forwarding established\n2025-07-29 19:39:10.336 [info] [command][7cae2219-a19c-43d2-b024-2befb7289432] Process exited with code 0\n2025-07-29 19:39:10.336 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][205d98e5-9300-4307-90c1-06dabf29bba0] socks connection closed\n2025-07-29 19:39:10.336 [info] [command][7cae2219-a19c-43d2-b024-2befb7289432] Socket close event received\n2025-07-29 19:39:10.385 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57705 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:40:10.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:40:10.343 [info] [command][e523be0f-1fd5-4616-b47f-7f8559a16d05] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e523be0f-1fd5-4616-b47f-7f8559a16d05""}\n2025-07-29 19:40:10.344 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1154c6a9-aa53-4e40-ac95-25108bc16d3b] received connection request\n2025-07-29 19:40:10.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:40:10.393 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1154c6a9-aa53-4e40-ac95-25108bc16d3b] socks forwarding established\n2025-07-29 19:40:10.438 [info] [command][e523be0f-1fd5-4616-b47f-7f8559a16d05] Process exited with code 0\n2025-07-29 19:40:10.439 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1154c6a9-aa53-4e40-ac95-25108bc16d3b] socks connection closed\n2025-07-29 19:40:10.439 [info] [command][e523be0f-1fd5-4616-b47f-7f8559a16d05] Socket close event received\n2025-07-29 19:40:10.482 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57756 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:41:10.442 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:41:10.445 [info] [command][9ab516bf-1bfb-469f-89c9-4be257807ac5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9ab516bf-1bfb-469f-89c9-4be257807ac5""}\n2025-07-29 19:41:10.446 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0e6f6bc6-8545-4021-8ba9-71b7770c7612] received connection request\n2025-07-29 19:41:10.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:41:10.489 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0e6f6bc6-8545-4021-8ba9-71b7770c7612] socks forwarding established\n2025-07-29 19:41:10.537 [info] [command][9ab516bf-1bfb-469f-89c9-4be257807ac5] Process exited with code 0\n2025-07-29 19:41:10.537 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0e6f6bc6-8545-4021-8ba9-71b7770c7612] socks connection closed\n2025-07-29 19:41:10.537 [info] [command][9ab516bf-1bfb-469f-89c9-4be257807ac5] Socket close event received\n2025-07-29 19:41:10.580 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57795 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:42:10.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:42:10.543 [info] [command][3b63dd56-afac-49d3-a315-201bd49f40ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3b63dd56-afac-49d3-a315-201bd49f40ad""}\n2025-07-29 19:42:10.544 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d806308e-a4b1-4cef-9051-37295be9b948] received connection request\n2025-07-29 19:42:10.544 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:42:10.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d806308e-a4b1-4cef-9051-37295be9b948] socks forwarding established\n2025-07-29 19:42:10.635 [info] [command][3b63dd56-afac-49d3-a315-201bd49f40ad] Process exited with code 0\n2025-07-29 19:42:10.635 [info] [command][3b63dd56-afac-49d3-a315-201bd49f40ad] Socket close event received\n2025-07-29 19:42:10.649 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d806308e-a4b1-4cef-9051-37295be9b948] socks connection closed\n2025-07-29 19:42:10.675 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57819 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:43:10.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:43:10.643 [info] [command][ac9bef07-12a6-4cde-86ec-561ac3078915] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ac9bef07-12a6-4cde-86ec-561ac3078915""}\n2025-07-29 19:43:10.644 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8bd244b9-6b7b-4e6d-88b2-fb0afb0f2106] received connection request\n2025-07-29 19:43:10.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:43:10.689 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8bd244b9-6b7b-4e6d-88b2-fb0afb0f2106] socks forwarding established\n2025-07-29 19:43:10.737 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8bd244b9-6b7b-4e6d-88b2-fb0afb0f2106] socks connection closed\n2025-07-29 19:43:10.737 [info] [command][ac9bef07-12a6-4cde-86ec-561ac3078915] Process exited with code 0\n2025-07-29 19:43:10.737 [info] [command][ac9bef07-12a6-4cde-86ec-561ac3078915] Socket close event received\n2025-07-29 19:43:10.779 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57870 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:44:10.741 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:44:10.742 [info] [command][03aee73e-71b9-489d-a156-6f7d8ec4329d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""03aee73e-71b9-489d-a156-6f7d8ec4329d""}\n2025-07-29 19:44:10.743 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][97c1b565-ae87-48c7-98e6-0ab1a28ad3ee] received connection request\n2025-07-29 19:44:10.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 19:44:10.743 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:44:10.786 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][97c1b565-ae87-48c7-98e6-0ab1a28ad3ee] socks forwarding established\n2025-07-29 19:44:10.838 [info] [command][03aee73e-71b9-489d-a156-6f7d8ec4329d] Process exited with code 0\n2025-07-29 19:44:10.838 [info] [command][03aee73e-71b9-489d-a156-6f7d8ec4329d] Socket close event received\n2025-07-29 19:44:10.839 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][97c1b565-ae87-48c7-98e6-0ab1a28ad3ee] socks connection closed\n2025-07-29 19:44:10.880 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57891 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:45:10.843 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:45:10.846 [info] [command][e8b28d61-92d1-462b-a259-95a790362132] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e8b28d61-92d1-462b-a259-95a790362132""}\n2025-07-29 19:45:10.846 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2272bdff-317f-4aed-845b-ae5fabf3946a] received connection request\n2025-07-29 19:45:10.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 19:45:10.846 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:45:10.905 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2272bdff-317f-4aed-845b-ae5fabf3946a] socks forwarding established\n2025-07-29 19:45:11.002 [info] [command][e8b28d61-92d1-462b-a259-95a790362132] Process exited with code 0\n2025-07-29 19:45:11.002 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2272bdff-317f-4aed-845b-ae5fabf3946a] socks connection closed\n2025-07-29 19:45:11.002 [info] [command][e8b28d61-92d1-462b-a259-95a790362132] Socket close event received\n2025-07-29 19:45:11.045 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57937 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:46:11.003 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:46:11.006 [info] [command][b1c861e8-2e5e-4cc6-8a6c-bf497368396d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b1c861e8-2e5e-4cc6-8a6c-bf497368396d""}\n2025-07-29 19:46:11.007 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ecbb7957-fcb0-4671-b545-4134787c0fbe] received connection request\n2025-07-29 19:46:11.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:46:11.055 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ecbb7957-fcb0-4671-b545-4134787c0fbe] socks forwarding established\n2025-07-29 19:46:11.103 [info] [command][b1c861e8-2e5e-4cc6-8a6c-bf497368396d] Process exited with code 0\n2025-07-29 19:46:11.104 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ecbb7957-fcb0-4671-b545-4134787c0fbe] socks connection closed\n2025-07-29 19:46:11.104 [info] [command][b1c861e8-2e5e-4cc6-8a6c-bf497368396d] Socket close event received\n2025-07-29 19:46:11.146 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 57993 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:47:11.108 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:47:11.110 [info] [command][ce8c6f91-e5a6-4ca4-b58d-4fbec77dc429] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ce8c6f91-e5a6-4ca4-b58d-4fbec77dc429""}\n2025-07-29 19:47:11.111 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6c717f38-00f8-4c73-907b-f03a76136d93] received connection request\n2025-07-29 19:47:11.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:47:11.156 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6c717f38-00f8-4c73-907b-f03a76136d93] socks forwarding established\n2025-07-29 19:47:11.206 [info] [command][ce8c6f91-e5a6-4ca4-b58d-4fbec77dc429] Process exited with code 0\n2025-07-29 19:47:11.206 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6c717f38-00f8-4c73-907b-f03a76136d93] socks connection closed\n2025-07-29 19:47:11.207 [info] [command][ce8c6f91-e5a6-4ca4-b58d-4fbec77dc429] Socket close event received\n2025-07-29 19:47:11.259 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58021 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:48:11.210 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:48:11.213 [info] [command][da9ff240-aca0-49d5-81a6-7802f0eae7d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""da9ff240-aca0-49d5-81a6-7802f0eae7d9""}\n2025-07-29 19:48:11.214 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c8eba889-2af7-4d4e-ba98-82b6013666a7] received connection request\n2025-07-29 19:48:11.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:48:11.258 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c8eba889-2af7-4d4e-ba98-82b6013666a7] socks forwarding established\n2025-07-29 19:48:11.305 [info] [command][da9ff240-aca0-49d5-81a6-7802f0eae7d9] Process exited with code 0\n2025-07-29 19:48:11.306 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c8eba889-2af7-4d4e-ba98-82b6013666a7] socks connection closed\n2025-07-29 19:48:11.306 [info] [command][da9ff240-aca0-49d5-81a6-7802f0eae7d9] Socket close event received\n2025-07-29 19:48:11.347 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58059 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:49:11.308 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:49:11.311 [info] [command][a121f0eb-fc89-4c4f-be4a-47c2229c74e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a121f0eb-fc89-4c4f-be4a-47c2229c74e5""}\n2025-07-29 19:49:11.312 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0ce07f48-55c8-4615-83d0-a3d5e245e2d2] received connection request\n2025-07-29 19:49:11.313 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:49:11.358 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ce07f48-55c8-4615-83d0-a3d5e245e2d2] socks forwarding established\n2025-07-29 19:49:11.456 [info] [command][a121f0eb-fc89-4c4f-be4a-47c2229c74e5] Process exited with code 0\n2025-07-29 19:49:11.456 [info] [command][a121f0eb-fc89-4c4f-be4a-47c2229c74e5] Socket close event received\n2025-07-29 19:49:11.457 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0ce07f48-55c8-4615-83d0-a3d5e245e2d2] socks connection closed\n2025-07-29 19:49:11.498 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58082 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:50:11.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:50:11.459 [info] [command][12f52fed-b012-4508-8802-76701773588d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""12f52fed-b012-4508-8802-76701773588d""}\n2025-07-29 19:50:11.460 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][45003f7a-2b8c-48d3-a5c1-89f13a1cdfe1] received connection request\n2025-07-29 19:50:11.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:50:11.504 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][45003f7a-2b8c-48d3-a5c1-89f13a1cdfe1] socks forwarding established\n2025-07-29 19:50:11.551 [info] [command][12f52fed-b012-4508-8802-76701773588d] Process exited with code 0\n2025-07-29 19:50:11.552 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][45003f7a-2b8c-48d3-a5c1-89f13a1cdfe1] socks connection closed\n2025-07-29 19:50:11.552 [info] [command][12f52fed-b012-4508-8802-76701773588d] Socket close event received\n2025-07-29 19:50:11.596 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58126 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:51:11.553 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:51:11.556 [info] [command][a5251260-32da-4084-995c-5a39729665b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a5251260-32da-4084-995c-5a39729665b4""}\n2025-07-29 19:51:11.557 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d780a2d2-e472-40ee-b21a-fd9cf4418ea6] received connection request\n2025-07-29 19:51:11.558 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:51:11.604 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d780a2d2-e472-40ee-b21a-fd9cf4418ea6] socks forwarding established\n2025-07-29 19:51:11.652 [info] [command][a5251260-32da-4084-995c-5a39729665b4] Process exited with code 0\n2025-07-29 19:51:11.652 [info] [command][a5251260-32da-4084-995c-5a39729665b4] Socket close event received\n2025-07-29 19:51:11.653 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d780a2d2-e472-40ee-b21a-fd9cf4418ea6] socks connection closed\n2025-07-29 19:51:11.696 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58166 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:52:11.656 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:52:11.659 [info] [command][acfbd7c4-bb2b-446c-b7e3-d868152c6398] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""acfbd7c4-bb2b-446c-b7e3-d868152c6398""}\n2025-07-29 19:52:11.660 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][050edc7b-f85a-4a9d-b119-27e5816cbdff] received connection request\n2025-07-29 19:52:11.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:52:11.709 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][050edc7b-f85a-4a9d-b119-27e5816cbdff] socks forwarding established\n2025-07-29 19:52:11.757 [info] [command][acfbd7c4-bb2b-446c-b7e3-d868152c6398] Process exited with code 0\n2025-07-29 19:52:11.758 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][050edc7b-f85a-4a9d-b119-27e5816cbdff] socks connection closed\n2025-07-29 19:52:11.758 [info] [command][acfbd7c4-bb2b-446c-b7e3-d868152c6398] Socket close event received\n2025-07-29 19:52:11.798 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58186 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:53:11.761 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:53:11.764 [info] [command][6c0aaafe-b26d-42db-b57d-7641cd44c012] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6c0aaafe-b26d-42db-b57d-7641cd44c012""}\n2025-07-29 19:53:11.764 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e2b3caf4-cd02-4b4d-b357-e80fc607c4f5] received connection request\n2025-07-29 19:53:11.764 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:53:11.809 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e2b3caf4-cd02-4b4d-b357-e80fc607c4f5] socks forwarding established\n2025-07-29 19:53:11.854 [info] [command][6c0aaafe-b26d-42db-b57d-7641cd44c012] Process exited with code 0\n2025-07-29 19:53:11.854 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e2b3caf4-cd02-4b4d-b357-e80fc607c4f5] socks connection closed\n2025-07-29 19:53:11.854 [info] [command][6c0aaafe-b26d-42db-b57d-7641cd44c012] Socket close event received\n2025-07-29 19:53:11.896 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58223 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:54:11.860 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:54:11.863 [info] [command][6026e6d2-47b6-421b-8b9b-fbca7fc1e4ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6026e6d2-47b6-421b-8b9b-fbca7fc1e4ef""}\n2025-07-29 19:54:11.864 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][429a5ba3-2819-4049-8862-8cf31ccc5275] received connection request\n2025-07-29 19:54:11.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 19:54:11.865 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:54:11.917 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][429a5ba3-2819-4049-8862-8cf31ccc5275] socks forwarding established\n2025-07-29 19:54:11.968 [info] [command][6026e6d2-47b6-421b-8b9b-fbca7fc1e4ef] Process exited with code 0\n2025-07-29 19:54:11.968 [info] [command][6026e6d2-47b6-421b-8b9b-fbca7fc1e4ef] Socket close event received\n2025-07-29 19:54:11.969 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][429a5ba3-2819-4049-8862-8cf31ccc5275] socks connection closed\n2025-07-29 19:54:12.010 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58244 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:55:11.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:55:11.976 [info] [command][29f91f85-5e19-4007-ac1f-78453fe34d07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""29f91f85-5e19-4007-ac1f-78453fe34d07""}\n2025-07-29 19:55:11.977 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0cf63453-d3f7-4a94-9a16-c1591c7b8fd5] received connection request\n2025-07-29 19:55:11.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:55:12.020 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0cf63453-d3f7-4a94-9a16-c1591c7b8fd5] socks forwarding established\n2025-07-29 19:55:12.069 [info] [command][29f91f85-5e19-4007-ac1f-78453fe34d07] Process exited with code 0\n2025-07-29 19:55:12.070 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0cf63453-d3f7-4a94-9a16-c1591c7b8fd5] socks connection closed\n2025-07-29 19:55:12.070 [info] [command][29f91f85-5e19-4007-ac1f-78453fe34d07] Socket close event received\n2025-07-29 19:55:12.110 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58280 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:56:12.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:56:12.075 [info] [command][745f2010-1ff8-42dd-98cf-61dfe1b68982] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""745f2010-1ff8-42dd-98cf-61dfe1b68982""}\n2025-07-29 19:56:12.076 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2bdf3a6f-8233-4737-95de-2b8bf5298b7b] received connection request\n2025-07-29 19:56:12.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:56:12.119 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2bdf3a6f-8233-4737-95de-2b8bf5298b7b] socks forwarding established\n2025-07-29 19:56:12.168 [info] [command][745f2010-1ff8-42dd-98cf-61dfe1b68982] Process exited with code 0\n2025-07-29 19:56:12.168 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2bdf3a6f-8233-4737-95de-2b8bf5298b7b] socks connection closed\n2025-07-29 19:56:12.168 [info] [command][745f2010-1ff8-42dd-98cf-61dfe1b68982] Socket close event received\n2025-07-29 19:56:12.209 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58323 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:57:12.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:57:12.178 [info] [command][cb39e547-f416-450e-ad58-314d78e3db4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cb39e547-f416-450e-ad58-314d78e3db4c""}\n2025-07-29 19:57:12.179 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4017b22e-0ba7-40b1-8606-ad7a83e18f05] received connection request\n2025-07-29 19:57:12.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:57:12.222 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4017b22e-0ba7-40b1-8606-ad7a83e18f05] socks forwarding established\n2025-07-29 19:57:12.273 [info] [command][cb39e547-f416-450e-ad58-314d78e3db4c] Process exited with code 0\n2025-07-29 19:57:12.273 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4017b22e-0ba7-40b1-8606-ad7a83e18f05] socks connection closed\n2025-07-29 19:57:12.273 [info] [command][cb39e547-f416-450e-ad58-314d78e3db4c] Socket close event received\n2025-07-29 19:57:12.316 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58352 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:58:12.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:58:12.280 [info] [command][e01a35da-8f43-45f6-ab94-e387b0285bf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e01a35da-8f43-45f6-ab94-e387b0285bf5""}\n2025-07-29 19:58:12.281 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7e217f63-b8ab-4675-88d5-762e3d388127] received connection request\n2025-07-29 19:58:12.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:58:12.324 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7e217f63-b8ab-4675-88d5-762e3d388127] socks forwarding established\n2025-07-29 19:58:12.373 [info] [command][e01a35da-8f43-45f6-ab94-e387b0285bf5] Process exited with code 0\n2025-07-29 19:58:12.373 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7e217f63-b8ab-4675-88d5-762e3d388127] socks connection closed\n2025-07-29 19:58:12.373 [info] [command][e01a35da-8f43-45f6-ab94-e387b0285bf5] Socket close event received\n2025-07-29 19:58:12.415 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58387 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 19:59:12.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 19:59:12.381 [info] [command][c26225da-7b16-4c44-af9f-3aeb5760d2b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c26225da-7b16-4c44-af9f-3aeb5760d2b1""}\n2025-07-29 19:59:12.382 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fdc93883-86ba-40de-8682-28835a4d20a8] received connection request\n2025-07-29 19:59:12.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 19:59:12.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fdc93883-86ba-40de-8682-28835a4d20a8] socks forwarding established\n2025-07-29 19:59:12.474 [info] [command][c26225da-7b16-4c44-af9f-3aeb5760d2b1] Process exited with code 0\n2025-07-29 19:59:12.475 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fdc93883-86ba-40de-8682-28835a4d20a8] socks connection closed\n2025-07-29 19:59:12.475 [info] [command][c26225da-7b16-4c44-af9f-3aeb5760d2b1] Socket close event received\n2025-07-29 19:59:12.517 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58404 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:00:12.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:00:12.487 [info] [command][4a79ade0-c78b-40dc-837d-e57e2a22f9a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4a79ade0-c78b-40dc-837d-e57e2a22f9a3""}\n2025-07-29 20:00:12.487 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][77760229-b72c-424d-a7ac-21a36fd16a16] received connection request\n2025-07-29 20:00:12.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:00:12.533 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77760229-b72c-424d-a7ac-21a36fd16a16] socks forwarding established\n2025-07-29 20:00:12.580 [info] [command][4a79ade0-c78b-40dc-837d-e57e2a22f9a3] Process exited with code 0\n2025-07-29 20:00:12.581 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77760229-b72c-424d-a7ac-21a36fd16a16] socks connection closed\n2025-07-29 20:00:12.581 [info] [command][4a79ade0-c78b-40dc-837d-e57e2a22f9a3] Socket close event received\n2025-07-29 20:00:12.621 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58441 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:01:12.591 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:01:12.595 [info] [command][3c64642d-2e1d-41fb-9e71-3f21d9fae876] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3c64642d-2e1d-41fb-9e71-3f21d9fae876""}\n2025-07-29 20:01:12.597 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6bf0e10b-0805-44fe-8ce3-5156fdaaeddb] received connection request\n2025-07-29 20:01:12.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 20:01:12.599 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:01:12.642 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6bf0e10b-0805-44fe-8ce3-5156fdaaeddb] socks forwarding established\n2025-07-29 20:01:12.689 [info] [command][3c64642d-2e1d-41fb-9e71-3f21d9fae876] Process exited with code 0\n2025-07-29 20:01:12.690 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6bf0e10b-0805-44fe-8ce3-5156fdaaeddb] socks connection closed\n2025-07-29 20:01:12.690 [info] [command][3c64642d-2e1d-41fb-9e71-3f21d9fae876] Socket close event received\n2025-07-29 20:01:12.732 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58482 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:02:12.692 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:02:12.693 [info] [command][8897624c-26df-492d-b23d-1ac44ed337bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8897624c-26df-492d-b23d-1ac44ed337bc""}\n2025-07-29 20:02:12.693 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3b7c00c7-bb94-467a-9668-e747e46ad24c] received connection request\n2025-07-29 20:02:12.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 20:02:12.694 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:02:12.738 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3b7c00c7-bb94-467a-9668-e747e46ad24c] socks forwarding established\n2025-07-29 20:02:12.785 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3b7c00c7-bb94-467a-9668-e747e46ad24c] socks connection closed\n2025-07-29 20:02:12.785 [info] [command][8897624c-26df-492d-b23d-1ac44ed337bc] Process exited with code 0\n2025-07-29 20:02:12.785 [info] [command][8897624c-26df-492d-b23d-1ac44ed337bc] Socket close event received\n2025-07-29 20:02:12.826 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58514 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:03:12.795 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:03:12.798 [info] [command][df2bd227-bb10-487a-9dc6-11341908f8a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""df2bd227-bb10-487a-9dc6-11341908f8a7""}\n2025-07-29 20:03:12.798 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][82d83a8c-c72d-41df-91e4-e23900c33eac] received connection request\n2025-07-29 20:03:12.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:03:12.845 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][82d83a8c-c72d-41df-91e4-e23900c33eac] socks forwarding established\n2025-07-29 20:03:12.892 [info] [command][df2bd227-bb10-487a-9dc6-11341908f8a7] Process exited with code 0\n2025-07-29 20:03:12.893 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][82d83a8c-c72d-41df-91e4-e23900c33eac] socks connection closed\n2025-07-29 20:03:12.893 [info] [command][df2bd227-bb10-487a-9dc6-11341908f8a7] Socket close event received\n2025-07-29 20:03:12.936 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58525 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:04:12.900 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:04:12.903 [info] [command][d5ff442d-f984-49fd-8778-def86267f07e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d5ff442d-f984-49fd-8778-def86267f07e""}\n2025-07-29 20:04:12.904 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][06af5030-7d91-4ba4-8586-21befd6ddce6] received connection request\n2025-07-29 20:04:12.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:04:12.947 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][06af5030-7d91-4ba4-8586-21befd6ddce6] socks forwarding established\n2025-07-29 20:04:12.991 [info] [command][d5ff442d-f984-49fd-8778-def86267f07e] Process exited with code 0\n2025-07-29 20:04:12.992 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][06af5030-7d91-4ba4-8586-21befd6ddce6] socks connection closed\n2025-07-29 20:04:12.992 [info] [command][d5ff442d-f984-49fd-8778-def86267f07e] Socket close event received\n2025-07-29 20:04:13.038 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58544 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:05:13.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:05:13.004 [info] [command][2507dee8-11ab-49f7-8a43-4a6b59fbf497] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2507dee8-11ab-49f7-8a43-4a6b59fbf497""}\n2025-07-29 20:05:13.004 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][83ac5373-67a2-4c6a-a1cf-24b1f0dbd0af] received connection request\n2025-07-29 20:05:13.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:05:13.047 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][83ac5373-67a2-4c6a-a1cf-24b1f0dbd0af] socks forwarding established\n2025-07-29 20:05:13.096 [info] [command][2507dee8-11ab-49f7-8a43-4a6b59fbf497] Process exited with code 0\n2025-07-29 20:05:13.096 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][83ac5373-67a2-4c6a-a1cf-24b1f0dbd0af] socks connection closed\n2025-07-29 20:05:13.096 [info] [command][2507dee8-11ab-49f7-8a43-4a6b59fbf497] Socket close event received\n2025-07-29 20:05:13.137 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58566 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:06:13.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:06:13.103 [info] [command][d1af45c6-b829-4c07-aacf-9f0c747e0ed1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d1af45c6-b829-4c07-aacf-9f0c747e0ed1""}\n2025-07-29 20:06:13.104 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][116ab178-edc2-4dcd-ba55-f86b4bafcce7] received connection request\n2025-07-29 20:06:13.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:06:13.155 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][116ab178-edc2-4dcd-ba55-f86b4bafcce7] socks forwarding established\n2025-07-29 20:06:13.201 [info] [command][d1af45c6-b829-4c07-aacf-9f0c747e0ed1] Process exited with code 0\n2025-07-29 20:06:13.201 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][116ab178-edc2-4dcd-ba55-f86b4bafcce7] socks connection closed\n2025-07-29 20:06:13.201 [info] [command][d1af45c6-b829-4c07-aacf-9f0c747e0ed1] Socket close event received\n2025-07-29 20:06:13.243 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:07:13.205 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:07:13.209 [info] [command][7ca9fc35-16a3-4ff6-9af4-a47fdeafa426] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7ca9fc35-16a3-4ff6-9af4-a47fdeafa426""}\n2025-07-29 20:07:13.210 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][aa1fb4c4-a5d3-42dd-b6ac-19388e5e1546] received connection request\n2025-07-29 20:07:13.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:07:13.255 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][aa1fb4c4-a5d3-42dd-b6ac-19388e5e1546] socks forwarding established\n2025-07-29 20:07:13.306 [info] [command][7ca9fc35-16a3-4ff6-9af4-a47fdeafa426] Process exited with code 0\n2025-07-29 20:07:13.306 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][aa1fb4c4-a5d3-42dd-b6ac-19388e5e1546] socks connection closed\n2025-07-29 20:07:13.307 [info] [command][7ca9fc35-16a3-4ff6-9af4-a47fdeafa426] Socket close event received\n2025-07-29 20:07:13.348 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58638 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:08:13.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:08:13.318 [info] [command][f60a3094-15e9-4e50-a08b-abc9c59e627d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f60a3094-15e9-4e50-a08b-abc9c59e627d""}\n2025-07-29 20:08:13.319 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6d7159ed-e08b-4368-8e78-b99350b1ff2a] received connection request\n2025-07-29 20:08:13.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:08:13.365 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6d7159ed-e08b-4368-8e78-b99350b1ff2a] socks forwarding established\n2025-07-29 20:08:13.416 [info] [command][f60a3094-15e9-4e50-a08b-abc9c59e627d] Process exited with code 0\n2025-07-29 20:08:13.416 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6d7159ed-e08b-4368-8e78-b99350b1ff2a] socks connection closed\n2025-07-29 20:08:13.416 [info] [command][f60a3094-15e9-4e50-a08b-abc9c59e627d] Socket close event received\n2025-07-29 20:08:13.456 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58672 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:09:13.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:09:13.430 [info] [command][a5a48ae7-5e46-433c-b8d3-9f6bd8e1790c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a5a48ae7-5e46-433c-b8d3-9f6bd8e1790c""}\n2025-07-29 20:09:13.430 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][60baffb1-b3e1-4f43-a21f-1d0091352e82] received connection request\n2025-07-29 20:09:13.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:09:13.476 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][60baffb1-b3e1-4f43-a21f-1d0091352e82] socks forwarding established\n2025-07-29 20:09:13.525 [info] [command][a5a48ae7-5e46-433c-b8d3-9f6bd8e1790c] Process exited with code 0\n2025-07-29 20:09:13.525 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][60baffb1-b3e1-4f43-a21f-1d0091352e82] socks connection closed\n2025-07-29 20:09:13.526 [info] [command][a5a48ae7-5e46-433c-b8d3-9f6bd8e1790c] Socket close event received\n2025-07-29 20:09:13.570 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58690 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:10:13.530 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:10:13.533 [info] [command][0179d584-8398-485e-983e-47e62a4f99ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0179d584-8398-485e-983e-47e62a4f99ec""}\n2025-07-29 20:10:13.534 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][80545919-8447-439c-934e-5634d5a02c20] received connection request\n2025-07-29 20:10:13.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:10:13.581 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][80545919-8447-439c-934e-5634d5a02c20] socks forwarding established\n2025-07-29 20:10:13.628 [info] [command][0179d584-8398-485e-983e-47e62a4f99ec] Process exited with code 0\n2025-07-29 20:10:13.628 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][80545919-8447-439c-934e-5634d5a02c20] socks connection closed\n2025-07-29 20:10:13.629 [info] [command][0179d584-8398-485e-983e-47e62a4f99ec] Socket close event received\n2025-07-29 20:10:13.669 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58714 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:11:13.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:11:13.642 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][77dbd0c8-0dc8-4857-aefe-7a18df9a85e5] received connection request\n2025-07-29 20:11:13.642 [info] [command][0482a982-582f-4141-80d1-2b45930aa01d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0482a982-582f-4141-80d1-2b45930aa01d""}\n2025-07-29 20:11:13.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:11:13.686 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77dbd0c8-0dc8-4857-aefe-7a18df9a85e5] socks forwarding established\n2025-07-29 20:11:13.734 [info] [command][0482a982-582f-4141-80d1-2b45930aa01d] Process exited with code 0\n2025-07-29 20:11:13.734 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77dbd0c8-0dc8-4857-aefe-7a18df9a85e5] socks connection closed\n2025-07-29 20:11:13.734 [info] [command][0482a982-582f-4141-80d1-2b45930aa01d] Socket close event received\n2025-07-29 20:11:13.776 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58750 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:12:13.739 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:12:13.742 [info] [command][28656ad0-ac9f-48af-98bc-d275d3168fa9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""28656ad0-ac9f-48af-98bc-d275d3168fa9""}\n2025-07-29 20:12:13.743 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][75a58f15-bc24-4c7a-84ba-a5a2d985fc3f] received connection request\n2025-07-29 20:12:13.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:12:13.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75a58f15-bc24-4c7a-84ba-a5a2d985fc3f] socks forwarding established\n2025-07-29 20:12:13.831 [info] [command][28656ad0-ac9f-48af-98bc-d275d3168fa9] Process exited with code 0\n2025-07-29 20:12:13.831 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][75a58f15-bc24-4c7a-84ba-a5a2d985fc3f] socks connection closed\n2025-07-29 20:12:13.831 [info] [command][28656ad0-ac9f-48af-98bc-d275d3168fa9] Socket close event received\n2025-07-29 20:12:13.874 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58781 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:13:13.841 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:13:13.844 [info] [command][10ed40ca-3c4c-45d8-943e-ecb1a0583a64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""10ed40ca-3c4c-45d8-943e-ecb1a0583a64""}\n2025-07-29 20:13:13.845 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f8418241-3dc6-4694-a98c-3227c2da1e86] received connection request\n2025-07-29 20:13:13.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:13:13.887 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f8418241-3dc6-4694-a98c-3227c2da1e86] socks forwarding established\n2025-07-29 20:13:13.937 [info] [command][10ed40ca-3c4c-45d8-943e-ecb1a0583a64] Process exited with code 0\n2025-07-29 20:13:13.938 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f8418241-3dc6-4694-a98c-3227c2da1e86] socks connection closed\n2025-07-29 20:13:13.938 [info] [command][10ed40ca-3c4c-45d8-943e-ecb1a0583a64] Socket close event received\n2025-07-29 20:13:13.981 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58818 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:14:13.944 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:14:13.946 [info] [command][03ba397a-b532-4603-a464-18259a999cd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""03ba397a-b532-4603-a464-18259a999cd9""}\n2025-07-29 20:14:13.947 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][05fdea3a-ea4c-4722-a014-ed8de174e26d] received connection request\n2025-07-29 20:14:13.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:14:13.992 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][05fdea3a-ea4c-4722-a014-ed8de174e26d] socks forwarding established\n2025-07-29 20:14:14.039 [info] [command][03ba397a-b532-4603-a464-18259a999cd9] Process exited with code 0\n2025-07-29 20:14:14.040 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][05fdea3a-ea4c-4722-a014-ed8de174e26d] socks connection closed\n2025-07-29 20:14:14.041 [info] [command][03ba397a-b532-4603-a464-18259a999cd9] Socket close event received\n2025-07-29 20:14:14.081 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58842 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:15:14.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:15:14.053 [info] [command][66bcbf4b-1889-4ade-af8b-a8de01bc3adb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""66bcbf4b-1889-4ade-af8b-a8de01bc3adb""}\n2025-07-29 20:15:14.054 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][96b087ae-fa82-4dc0-a4dd-2c9bb7b6b6a5] received connection request\n2025-07-29 20:15:14.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:15:14.101 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][96b087ae-fa82-4dc0-a4dd-2c9bb7b6b6a5] socks forwarding established\n2025-07-29 20:15:14.143 [info] [command][66bcbf4b-1889-4ade-af8b-a8de01bc3adb] Process exited with code 0\n2025-07-29 20:15:14.144 [info] [command][66bcbf4b-1889-4ade-af8b-a8de01bc3adb] Socket close event received\n2025-07-29 20:15:14.145 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][96b087ae-fa82-4dc0-a4dd-2c9bb7b6b6a5] socks connection closed\n2025-07-29 20:15:14.185 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58879 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:16:14.151 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:16:14.155 [info] [command][f0f96bf4-697a-403f-9841-e73b113b6e8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f0f96bf4-697a-403f-9841-e73b113b6e8f""}\n2025-07-29 20:16:14.155 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7153a9b8-46e6-482a-908b-45169e4bc2ed] received connection request\n2025-07-29 20:16:14.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:16:14.201 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7153a9b8-46e6-482a-908b-45169e4bc2ed] socks forwarding established\n2025-07-29 20:16:14.249 [info] [command][f0f96bf4-697a-403f-9841-e73b113b6e8f] Process exited with code 0\n2025-07-29 20:16:14.249 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7153a9b8-46e6-482a-908b-45169e4bc2ed] socks connection closed\n2025-07-29 20:16:14.250 [info] [command][f0f96bf4-697a-403f-9841-e73b113b6e8f] Socket close event received\n2025-07-29 20:16:14.290 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58928 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:17:14.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:17:14.257 [info] [command][5c9a61a1-2dc9-4085-aa05-20d2a314a546] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5c9a61a1-2dc9-4085-aa05-20d2a314a546""}\n2025-07-29 20:17:14.258 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][15bca544-4c78-4d44-b101-0e2059988031] received connection request\n2025-07-29 20:17:14.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:17:14.324 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][15bca544-4c78-4d44-b101-0e2059988031] socks forwarding established\n2025-07-29 20:17:14.370 [info] [command][5c9a61a1-2dc9-4085-aa05-20d2a314a546] Process exited with code 0\n2025-07-29 20:17:14.371 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][15bca544-4c78-4d44-b101-0e2059988031] socks connection closed\n2025-07-29 20:17:14.371 [info] [command][5c9a61a1-2dc9-4085-aa05-20d2a314a546] Socket close event received\n2025-07-29 20:17:14.455 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58958 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:18:14.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:18:14.380 [info] [command][5c7b3ad5-3da4-4944-a9b8-3abfe7edee68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5c7b3ad5-3da4-4944-a9b8-3abfe7edee68""}\n2025-07-29 20:18:14.381 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][82ee3f48-7155-4725-b588-3c6fc21875bf] received connection request\n2025-07-29 20:18:14.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:18:14.424 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][82ee3f48-7155-4725-b588-3c6fc21875bf] socks forwarding established\n2025-07-29 20:18:14.472 [info] [command][5c7b3ad5-3da4-4944-a9b8-3abfe7edee68] Process exited with code 0\n2025-07-29 20:18:14.473 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][82ee3f48-7155-4725-b588-3c6fc21875bf] socks connection closed\n2025-07-29 20:18:14.473 [info] [command][5c7b3ad5-3da4-4944-a9b8-3abfe7edee68] Socket close event received\n2025-07-29 20:18:14.516 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 58991 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:19:14.476 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:19:14.479 [info] [command][dba9a671-33d6-4b87-8679-d2e65fc712c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dba9a671-33d6-4b87-8679-d2e65fc712c9""}\n2025-07-29 20:19:14.480 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b552a6ba-8e5b-4d43-8bc5-81aff5755d49] received connection request\n2025-07-29 20:19:14.481 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:19:14.529 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b552a6ba-8e5b-4d43-8bc5-81aff5755d49] socks forwarding established\n2025-07-29 20:19:14.626 [info] [command][dba9a671-33d6-4b87-8679-d2e65fc712c9] Process exited with code 0\n2025-07-29 20:19:14.626 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b552a6ba-8e5b-4d43-8bc5-81aff5755d49] socks connection closed\n2025-07-29 20:19:14.626 [info] [command][dba9a671-33d6-4b87-8679-d2e65fc712c9] Socket close event received\n2025-07-29 20:19:14.682 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59016 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:20:14.631 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:20:14.633 [info] [command][fd03f039-4058-4890-ac18-af0e9c49a447] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fd03f039-4058-4890-ac18-af0e9c49a447""}\n2025-07-29 20:20:14.634 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a7c27edc-0c3c-47af-b1c6-f9ef33cd36a4] received connection request\n2025-07-29 20:20:14.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:20:14.682 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7c27edc-0c3c-47af-b1c6-f9ef33cd36a4] socks forwarding established\n2025-07-29 20:20:14.729 [info] [command][fd03f039-4058-4890-ac18-af0e9c49a447] Process exited with code 0\n2025-07-29 20:20:14.729 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7c27edc-0c3c-47af-b1c6-f9ef33cd36a4] socks connection closed\n2025-07-29 20:20:14.730 [info] [command][fd03f039-4058-4890-ac18-af0e9c49a447] Socket close event received\n2025-07-29 20:20:14.776 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59053 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:21:14.736 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:21:14.738 [info] [command][2efcc7d7-0a5b-417e-9c44-987e839b3a47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2efcc7d7-0a5b-417e-9c44-987e839b3a47""}\n2025-07-29 20:21:14.739 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a7f2b3e0-d575-4803-8093-93a54fae92d6] received connection request\n2025-07-29 20:21:14.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:21:14.806 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7f2b3e0-d575-4803-8093-93a54fae92d6] socks forwarding established\n2025-07-29 20:21:14.857 [info] [command][2efcc7d7-0a5b-417e-9c44-987e839b3a47] Process exited with code 0\n2025-07-29 20:21:14.858 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7f2b3e0-d575-4803-8093-93a54fae92d6] socks connection closed\n2025-07-29 20:21:14.858 [info] [command][2efcc7d7-0a5b-417e-9c44-987e839b3a47] Socket close event received\n2025-07-29 20:21:14.913 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59090 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:22:14.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:22:14.868 [info] [command][2d36a756-ab53-431f-92ad-b234579061a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2d36a756-ab53-431f-92ad-b234579061a6""}\n2025-07-29 20:22:14.869 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f4431ae7-510c-44bd-bfcf-2f49c6fc5456] received connection request\n2025-07-29 20:22:14.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:22:14.922 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f4431ae7-510c-44bd-bfcf-2f49c6fc5456] socks forwarding established\n2025-07-29 20:22:14.973 [info] [command][2d36a756-ab53-431f-92ad-b234579061a6] Process exited with code 0\n2025-07-29 20:22:14.974 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f4431ae7-510c-44bd-bfcf-2f49c6fc5456] socks connection closed\n2025-07-29 20:22:14.974 [info] [command][2d36a756-ab53-431f-92ad-b234579061a6] Socket close event received\n2025-07-29 20:22:15.031 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59124 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:23:14.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:23:14.986 [info] [command][144112db-ecd7-4099-810f-74452df4ec87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""144112db-ecd7-4099-810f-74452df4ec87""}\n2025-07-29 20:23:14.987 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f275458f-01d0-4a42-a5d3-e20fc252e6ba] received connection request\n2025-07-29 20:23:14.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:23:15.048 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f275458f-01d0-4a42-a5d3-e20fc252e6ba] socks forwarding established\n2025-07-29 20:23:15.100 [info] [command][144112db-ecd7-4099-810f-74452df4ec87] Process exited with code 0\n2025-07-29 20:23:15.100 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f275458f-01d0-4a42-a5d3-e20fc252e6ba] socks connection closed\n2025-07-29 20:23:15.100 [info] [command][144112db-ecd7-4099-810f-74452df4ec87] Socket close event received\n2025-07-29 20:23:15.174 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59159 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:24:15.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:24:15.111 [info] [command][819acf17-2c99-4f67-b776-aebb4a034d89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""819acf17-2c99-4f67-b776-aebb4a034d89""}\n2025-07-29 20:24:15.112 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9f950307-6523-4ebd-b859-c5718806ab62] received connection request\n2025-07-29 20:24:15.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:24:15.158 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9f950307-6523-4ebd-b859-c5718806ab62] socks forwarding established\n2025-07-29 20:24:15.207 [info] [command][819acf17-2c99-4f67-b776-aebb4a034d89] Process exited with code 0\n2025-07-29 20:24:15.208 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9f950307-6523-4ebd-b859-c5718806ab62] socks connection closed\n2025-07-29 20:24:15.208 [info] [command][819acf17-2c99-4f67-b776-aebb4a034d89] Socket close event received\n2025-07-29 20:24:15.260 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59178 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:25:15.210 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:25:15.213 [info] [command][ebca2ab8-cff9-46d0-8e6b-2bfd12635646] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ebca2ab8-cff9-46d0-8e6b-2bfd12635646""}\n2025-07-29 20:25:15.213 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ea04880b-1ce5-441e-9bc2-ff32f0a3781e] received connection request\n2025-07-29 20:25:15.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:25:15.256 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ea04880b-1ce5-441e-9bc2-ff32f0a3781e] socks forwarding established\n2025-07-29 20:25:15.304 [info] [command][ebca2ab8-cff9-46d0-8e6b-2bfd12635646] Process exited with code 0\n2025-07-29 20:25:15.304 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ea04880b-1ce5-441e-9bc2-ff32f0a3781e] socks connection closed\n2025-07-29 20:25:15.304 [info] [command][ebca2ab8-cff9-46d0-8e6b-2bfd12635646] Socket close event received\n2025-07-29 20:25:15.347 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59197 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:26:15.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:26:15.318 [info] [command][07909611-2430-49f5-a093-e6d15daf6390] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""07909611-2430-49f5-a093-e6d15daf6390""}\n2025-07-29 20:26:15.319 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1506ed54-ed1d-47bb-9b52-8859669e9ed0] received connection request\n2025-07-29 20:26:15.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:26:15.366 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1506ed54-ed1d-47bb-9b52-8859669e9ed0] socks forwarding established\n2025-07-29 20:26:15.415 [info] [command][07909611-2430-49f5-a093-e6d15daf6390] Process exited with code 0\n2025-07-29 20:26:15.415 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1506ed54-ed1d-47bb-9b52-8859669e9ed0] socks connection closed\n2025-07-29 20:26:15.415 [info] [command][07909611-2430-49f5-a093-e6d15daf6390] Socket close event received\n2025-07-29 20:26:15.458 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59234 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:27:15.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:27:15.427 [info] [command][5e6116c0-3317-4892-8eb8-98aa7fd09850] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5e6116c0-3317-4892-8eb8-98aa7fd09850""}\n2025-07-29 20:27:15.428 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a0f804b8-3e1e-490e-ba2d-ede9db2d7432] received connection request\n2025-07-29 20:27:15.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:27:15.471 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a0f804b8-3e1e-490e-ba2d-ede9db2d7432] socks forwarding established\n2025-07-29 20:27:15.514 [info] [command][5e6116c0-3317-4892-8eb8-98aa7fd09850] Process exited with code 0\n2025-07-29 20:27:15.514 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a0f804b8-3e1e-490e-ba2d-ede9db2d7432] socks connection closed\n2025-07-29 20:27:15.515 [info] [command][5e6116c0-3317-4892-8eb8-98aa7fd09850] Socket close event received\n2025-07-29 20:27:15.556 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59270 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:28:15.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:28:15.526 [info] [command][e0d18176-3007-46f1-8830-87357f894445] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e0d18176-3007-46f1-8830-87357f894445""}\n2025-07-29 20:28:15.527 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c166924b-3cd6-4a24-9386-cc0f003e5a48] received connection request\n2025-07-29 20:28:15.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:28:15.571 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c166924b-3cd6-4a24-9386-cc0f003e5a48] socks forwarding established\n2025-07-29 20:28:15.619 [info] [command][e0d18176-3007-46f1-8830-87357f894445] Process exited with code 0\n2025-07-29 20:28:15.620 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c166924b-3cd6-4a24-9386-cc0f003e5a48] socks connection closed\n2025-07-29 20:28:15.620 [info] [command][e0d18176-3007-46f1-8830-87357f894445] Socket close event received\n2025-07-29 20:28:15.662 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59307 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:29:15.621 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:29:15.624 [info] [command][183aa40c-e352-4c79-9683-bb2311ad867e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""183aa40c-e352-4c79-9683-bb2311ad867e""}\n2025-07-29 20:29:15.625 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a7f030f7-0747-410f-aa56-a397900dd432] received connection request\n2025-07-29 20:29:15.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:29:15.669 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7f030f7-0747-410f-aa56-a397900dd432] socks forwarding established\n2025-07-29 20:29:15.716 [info] [command][183aa40c-e352-4c79-9683-bb2311ad867e] Process exited with code 0\n2025-07-29 20:29:15.717 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7f030f7-0747-410f-aa56-a397900dd432] socks connection closed\n2025-07-29 20:29:15.717 [info] [command][183aa40c-e352-4c79-9683-bb2311ad867e] Socket close event received\n2025-07-29 20:29:15.759 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59324 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:30:15.725 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:30:15.729 [info] [command][fb99b045-2b62-4bae-ad75-c83df273a087] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fb99b045-2b62-4bae-ad75-c83df273a087""}\n2025-07-29 20:30:15.729 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c26d5784-25e3-43fe-836e-345520d410e1] received connection request\n2025-07-29 20:30:15.730 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:30:15.773 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c26d5784-25e3-43fe-836e-345520d410e1] socks forwarding established\n2025-07-29 20:30:15.819 [info] [command][fb99b045-2b62-4bae-ad75-c83df273a087] Process exited with code 0\n2025-07-29 20:30:15.819 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c26d5784-25e3-43fe-836e-345520d410e1] socks connection closed\n2025-07-29 20:30:15.820 [info] [command][fb99b045-2b62-4bae-ad75-c83df273a087] Socket close event received\n2025-07-29 20:30:15.863 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59357 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:31:15.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:31:15.824 [info] [command][120b0f52-a44a-49fb-94fe-b4b6284b6fdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""120b0f52-a44a-49fb-94fe-b4b6284b6fdd""}\n2025-07-29 20:31:15.824 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9dd29e18-e444-40d2-8520-bc2a1c8d6de1] received connection request\n2025-07-29 20:31:15.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 20:31:15.825 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:31:15.870 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9dd29e18-e444-40d2-8520-bc2a1c8d6de1] socks forwarding established\n2025-07-29 20:31:15.917 [info] [command][120b0f52-a44a-49fb-94fe-b4b6284b6fdd] Process exited with code 0\n2025-07-29 20:31:15.918 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9dd29e18-e444-40d2-8520-bc2a1c8d6de1] socks connection closed\n2025-07-29 20:31:15.918 [info] [command][120b0f52-a44a-49fb-94fe-b4b6284b6fdd] Socket close event received\n2025-07-29 20:31:15.963 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59393 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:32:15.926 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:32:15.929 [info] [command][9e3e9546-88c3-4539-8f97-8e7713fcb57a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9e3e9546-88c3-4539-8f97-8e7713fcb57a""}\n2025-07-29 20:32:15.929 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e66f22a5-8bf8-446b-b919-b305f7e28cfb] received connection request\n2025-07-29 20:32:15.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:32:15.978 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e66f22a5-8bf8-446b-b919-b305f7e28cfb] socks forwarding established\n2025-07-29 20:32:16.024 [info] [command][9e3e9546-88c3-4539-8f97-8e7713fcb57a] Process exited with code 0\n2025-07-29 20:32:16.024 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e66f22a5-8bf8-446b-b919-b305f7e28cfb] socks connection closed\n2025-07-29 20:32:16.024 [info] [command][9e3e9546-88c3-4539-8f97-8e7713fcb57a] Socket close event received\n2025-07-29 20:32:16.066 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59448 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:33:16.031 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:33:16.034 [info] [command][2165ccfb-ec03-4715-95a8-30061733d6c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2165ccfb-ec03-4715-95a8-30061733d6c4""}\n2025-07-29 20:33:16.035 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f9480e8f-182d-493f-8e0b-05515a9e73d6] received connection request\n2025-07-29 20:33:16.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:33:16.079 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9480e8f-182d-493f-8e0b-05515a9e73d6] socks forwarding established\n2025-07-29 20:33:16.126 [info] [command][2165ccfb-ec03-4715-95a8-30061733d6c4] Process exited with code 0\n2025-07-29 20:33:16.126 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9480e8f-182d-493f-8e0b-05515a9e73d6] socks connection closed\n2025-07-29 20:33:16.127 [info] [command][2165ccfb-ec03-4715-95a8-30061733d6c4] Socket close event received\n2025-07-29 20:33:16.166 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59483 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:34:16.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:34:16.131 [info] [command][d4130ae6-32b9-43a9-b085-d4dda8223efd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d4130ae6-32b9-43a9-b085-d4dda8223efd""}\n2025-07-29 20:34:16.132 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][eda0d0cb-9728-43dd-910a-1a9a4d67c9fb] received connection request\n2025-07-29 20:34:16.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:34:16.178 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eda0d0cb-9728-43dd-910a-1a9a4d67c9fb] socks forwarding established\n2025-07-29 20:34:16.223 [info] [command][d4130ae6-32b9-43a9-b085-d4dda8223efd] Process exited with code 0\n2025-07-29 20:34:16.224 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eda0d0cb-9728-43dd-910a-1a9a4d67c9fb] socks connection closed\n2025-07-29 20:34:16.224 [info] [command][d4130ae6-32b9-43a9-b085-d4dda8223efd] Socket close event received\n2025-07-29 20:34:16.267 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59505 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:35:16.233 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:35:16.236 [info] [command][1b23123c-1dd4-4b7e-8d9d-7f4a48eb2a3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1b23123c-1dd4-4b7e-8d9d-7f4a48eb2a3b""}\n2025-07-29 20:35:16.237 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c96ac678-ff41-4f5b-84b9-ab2a517be998] received connection request\n2025-07-29 20:35:16.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:35:16.279 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c96ac678-ff41-4f5b-84b9-ab2a517be998] socks forwarding established\n2025-07-29 20:35:16.327 [info] [command][1b23123c-1dd4-4b7e-8d9d-7f4a48eb2a3b] Process exited with code 0\n2025-07-29 20:35:16.327 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c96ac678-ff41-4f5b-84b9-ab2a517be998] socks connection closed\n2025-07-29 20:35:16.327 [info] [command][1b23123c-1dd4-4b7e-8d9d-7f4a48eb2a3b] Socket close event received\n2025-07-29 20:35:16.368 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59526 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:36:16.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:36:16.340 [info] [command][5f48a6c8-a86a-4ec1-9b81-82d2a446b711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5f48a6c8-a86a-4ec1-9b81-82d2a446b711""}\n2025-07-29 20:36:16.340 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][62a5a436-42a3-48fb-a855-7d5fd89b6d65] received connection request\n2025-07-29 20:36:16.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:36:16.383 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][62a5a436-42a3-48fb-a855-7d5fd89b6d65] socks forwarding established\n2025-07-29 20:36:16.428 [info] [command][5f48a6c8-a86a-4ec1-9b81-82d2a446b711] Process exited with code 0\n2025-07-29 20:36:16.429 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][62a5a436-42a3-48fb-a855-7d5fd89b6d65] socks connection closed\n2025-07-29 20:36:16.429 [info] [command][5f48a6c8-a86a-4ec1-9b81-82d2a446b711] Socket close event received\n2025-07-29 20:36:16.472 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59560 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:37:16.439 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:37:16.440 [info] [command][b5980878-e6a5-4ab7-808c-6c7d1010e2b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b5980878-e6a5-4ab7-808c-6c7d1010e2b2""}\n2025-07-29 20:37:16.441 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a16e21d7-43a9-4ce2-9655-825d0f493f5f] received connection request\n2025-07-29 20:37:16.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:37:16.485 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a16e21d7-43a9-4ce2-9655-825d0f493f5f] socks forwarding established\n2025-07-29 20:37:16.533 [info] [command][b5980878-e6a5-4ab7-808c-6c7d1010e2b2] Process exited with code 0\n2025-07-29 20:37:16.533 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a16e21d7-43a9-4ce2-9655-825d0f493f5f] socks connection closed\n2025-07-29 20:37:16.533 [info] [command][b5980878-e6a5-4ab7-808c-6c7d1010e2b2] Socket close event received\n2025-07-29 20:37:16.574 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59594 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:38:16.536 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:38:16.539 [info] [command][5664a27b-5566-4341-8095-73ddee6c879e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5664a27b-5566-4341-8095-73ddee6c879e""}\n2025-07-29 20:38:16.540 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ca817939-d1c0-4943-90df-678b3f022929] received connection request\n2025-07-29 20:38:16.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:38:16.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ca817939-d1c0-4943-90df-678b3f022929] socks forwarding established\n2025-07-29 20:38:16.636 [info] [command][5664a27b-5566-4341-8095-73ddee6c879e] Process exited with code 0\n2025-07-29 20:38:16.636 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ca817939-d1c0-4943-90df-678b3f022929] socks connection closed\n2025-07-29 20:38:16.636 [info] [command][5664a27b-5566-4341-8095-73ddee6c879e] Socket close event received\n2025-07-29 20:38:16.677 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59629 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:39:16.645 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:39:16.648 [info] [command][d37b91e1-4059-4e99-af04-62f09b6c1c44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d37b91e1-4059-4e99-af04-62f09b6c1c44""}\n2025-07-29 20:39:16.649 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2e2fd8e0-2652-4c53-a227-303f589ab72b] received connection request\n2025-07-29 20:39:16.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:39:16.695 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2e2fd8e0-2652-4c53-a227-303f589ab72b] socks forwarding established\n2025-07-29 20:39:16.744 [info] [command][d37b91e1-4059-4e99-af04-62f09b6c1c44] Process exited with code 0\n2025-07-29 20:39:16.744 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2e2fd8e0-2652-4c53-a227-303f589ab72b] socks connection closed\n2025-07-29 20:39:16.744 [info] [command][d37b91e1-4059-4e99-af04-62f09b6c1c44] Socket close event received\n2025-07-29 20:39:16.786 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59648 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:40:16.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:40:16.751 [info] [command][51cee3fb-ec15-47f0-9655-5ac5e982fed0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""51cee3fb-ec15-47f0-9655-5ac5e982fed0""}\n2025-07-29 20:40:16.752 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fd36f126-858e-4e8a-abd6-ad1232f7492b] received connection request\n2025-07-29 20:40:16.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:40:16.796 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd36f126-858e-4e8a-abd6-ad1232f7492b] socks forwarding established\n2025-07-29 20:40:16.842 [info] [command][51cee3fb-ec15-47f0-9655-5ac5e982fed0] Process exited with code 0\n2025-07-29 20:40:16.843 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd36f126-858e-4e8a-abd6-ad1232f7492b] socks connection closed\n2025-07-29 20:40:16.843 [info] [command][51cee3fb-ec15-47f0-9655-5ac5e982fed0] Socket close event received\n2025-07-29 20:40:16.883 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59670 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:41:16.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:41:16.855 [info] [command][20591369-9cdc-4ffe-aa7c-7c5d1ca46ff2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""20591369-9cdc-4ffe-aa7c-7c5d1ca46ff2""}\n2025-07-29 20:41:16.855 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][431d5fdb-2d8b-4c81-be66-75acd76e3f9b] received connection request\n2025-07-29 20:41:16.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:41:16.900 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][431d5fdb-2d8b-4c81-be66-75acd76e3f9b] socks forwarding established\n2025-07-29 20:41:16.948 [info] [command][20591369-9cdc-4ffe-aa7c-7c5d1ca46ff2] Process exited with code 0\n2025-07-29 20:41:16.948 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][431d5fdb-2d8b-4c81-be66-75acd76e3f9b] socks connection closed\n2025-07-29 20:41:16.948 [info] [command][20591369-9cdc-4ffe-aa7c-7c5d1ca46ff2] Socket close event received\n2025-07-29 20:41:16.990 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59708 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:42:16.947 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:42:16.949 [info] [command][f6092036-9131-48ae-b5ed-6f7bc058b39b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f6092036-9131-48ae-b5ed-6f7bc058b39b""}\n2025-07-29 20:42:16.950 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][881dde59-781b-410f-ab3f-4460bc9f690b] received connection request\n2025-07-29 20:42:16.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:42:16.992 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][881dde59-781b-410f-ab3f-4460bc9f690b] socks forwarding established\n2025-07-29 20:42:17.038 [info] [command][f6092036-9131-48ae-b5ed-6f7bc058b39b] Process exited with code 0\n2025-07-29 20:42:17.038 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][881dde59-781b-410f-ab3f-4460bc9f690b] socks connection closed\n2025-07-29 20:42:17.038 [info] [command][f6092036-9131-48ae-b5ed-6f7bc058b39b] Socket close event received\n2025-07-29 20:42:17.079 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59742 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:43:17.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:43:17.049 [info] [command][bd1a04da-1d8e-46a5-ac6e-a57f984bf62b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bd1a04da-1d8e-46a5-ac6e-a57f984bf62b""}\n2025-07-29 20:43:17.049 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0a3116ce-c0ad-42ee-801e-b977c9c4e90a] received connection request\n2025-07-29 20:43:17.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:43:17.093 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0a3116ce-c0ad-42ee-801e-b977c9c4e90a] socks forwarding established\n2025-07-29 20:43:17.140 [info] [command][bd1a04da-1d8e-46a5-ac6e-a57f984bf62b] Process exited with code 0\n2025-07-29 20:43:17.140 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0a3116ce-c0ad-42ee-801e-b977c9c4e90a] socks connection closed\n2025-07-29 20:43:17.140 [info] [command][bd1a04da-1d8e-46a5-ac6e-a57f984bf62b] Socket close event received\n2025-07-29 20:43:17.181 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59779 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:44:17.151 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:44:17.154 [info] [command][ef49cca8-6135-434d-b3e4-fcd066c83b31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ef49cca8-6135-434d-b3e4-fcd066c83b31""}\n2025-07-29 20:44:17.155 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a010b764-9809-4afb-9af5-015061372ea9] received connection request\n2025-07-29 20:44:17.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:44:17.201 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a010b764-9809-4afb-9af5-015061372ea9] socks forwarding established\n2025-07-29 20:44:17.248 [info] [command][ef49cca8-6135-434d-b3e4-fcd066c83b31] Process exited with code 0\n2025-07-29 20:44:17.248 [info] [command][ef49cca8-6135-434d-b3e4-fcd066c83b31] Socket close event received\n2025-07-29 20:44:17.249 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a010b764-9809-4afb-9af5-015061372ea9] socks connection closed\n2025-07-29 20:44:17.291 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59797 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:45:17.259 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:45:17.262 [info] [command][b6d3e573-bdac-4e37-8096-8502093ff6bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b6d3e573-bdac-4e37-8096-8502093ff6bd""}\n2025-07-29 20:45:17.263 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][acf97dfe-1f8e-45b1-a1c7-8997d494f119] received connection request\n2025-07-29 20:45:17.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:45:17.307 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][acf97dfe-1f8e-45b1-a1c7-8997d494f119] socks forwarding established\n2025-07-29 20:45:17.354 [info] [command][b6d3e573-bdac-4e37-8096-8502093ff6bd] Process exited with code 0\n2025-07-29 20:45:17.355 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][acf97dfe-1f8e-45b1-a1c7-8997d494f119] socks connection closed\n2025-07-29 20:45:17.355 [info] [command][b6d3e573-bdac-4e37-8096-8502093ff6bd] Socket close event received\n2025-07-29 20:45:17.395 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59823 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:46:17.366 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:46:17.369 [info] [command][0f6d0623-8dfa-409d-9fe3-5080f891b1c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0f6d0623-8dfa-409d-9fe3-5080f891b1c8""}\n2025-07-29 20:46:17.370 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bb28b6e3-3b06-4d37-a7b1-48b0386151b8] received connection request\n2025-07-29 20:46:17.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:46:17.415 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bb28b6e3-3b06-4d37-a7b1-48b0386151b8] socks forwarding established\n2025-07-29 20:46:17.462 [info] [command][0f6d0623-8dfa-409d-9fe3-5080f891b1c8] Process exited with code 0\n2025-07-29 20:46:17.462 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bb28b6e3-3b06-4d37-a7b1-48b0386151b8] socks connection closed\n2025-07-29 20:46:17.462 [info] [command][0f6d0623-8dfa-409d-9fe3-5080f891b1c8] Socket close event received\n2025-07-29 20:46:17.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59857 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:47:17.473 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:47:17.476 [info] [command][56bf2e3d-719e-4df6-91c9-c115d4cb6f20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""56bf2e3d-719e-4df6-91c9-c115d4cb6f20""}\n2025-07-29 20:47:17.477 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][256260cc-2b08-43ea-972a-ba895b141e65] received connection request\n2025-07-29 20:47:17.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:47:17.523 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][256260cc-2b08-43ea-972a-ba895b141e65] socks forwarding established\n2025-07-29 20:47:17.568 [info] [command][56bf2e3d-719e-4df6-91c9-c115d4cb6f20] Process exited with code 0\n2025-07-29 20:47:17.569 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][256260cc-2b08-43ea-972a-ba895b141e65] socks connection closed\n2025-07-29 20:47:17.569 [info] [command][56bf2e3d-719e-4df6-91c9-c115d4cb6f20] Socket close event received\n2025-07-29 20:47:17.609 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59897 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:48:17.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:48:17.575 [info] [command][b8a3a3a0-9642-48d1-9fde-e005bee06654] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b8a3a3a0-9642-48d1-9fde-e005bee06654""}\n2025-07-29 20:48:17.575 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][904e87c4-6c94-42d9-857e-dfbf07309c18] received connection request\n2025-07-29 20:48:17.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 20:48:17.575 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:48:17.617 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][904e87c4-6c94-42d9-857e-dfbf07309c18] socks forwarding established\n2025-07-29 20:48:17.661 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][904e87c4-6c94-42d9-857e-dfbf07309c18] socks connection closed\n2025-07-29 20:48:17.661 [info] [command][b8a3a3a0-9642-48d1-9fde-e005bee06654] Process exited with code 0\n2025-07-29 20:48:17.661 [info] [command][b8a3a3a0-9642-48d1-9fde-e005bee06654] Socket close event received\n2025-07-29 20:48:17.702 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59944 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:49:17.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:49:17.666 [info] [command][d0e61d8c-06ee-4661-8af0-162a48dd747d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d0e61d8c-06ee-4661-8af0-162a48dd747d""}\n2025-07-29 20:49:17.667 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1cc9c40c-4562-4620-83fa-2a463bca93cf] received connection request\n2025-07-29 20:49:17.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 20:49:17.668 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:49:17.734 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1cc9c40c-4562-4620-83fa-2a463bca93cf] socks forwarding established\n2025-07-29 20:49:17.802 [info] [command][d0e61d8c-06ee-4661-8af0-162a48dd747d] Process exited with code 0\n2025-07-29 20:49:17.803 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1cc9c40c-4562-4620-83fa-2a463bca93cf] socks connection closed\n2025-07-29 20:49:17.803 [info] [command][d0e61d8c-06ee-4661-8af0-162a48dd747d] Socket close event received\n2025-07-29 20:49:17.872 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59971 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:50:17.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:50:17.811 [info] [command][63bae59a-25a4-4a81-bc5f-4c99ad6066b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""63bae59a-25a4-4a81-bc5f-4c99ad6066b3""}\n2025-07-29 20:50:17.811 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c7ea642e-8ad2-4f1b-965b-b6e358ad9fea] received connection request\n2025-07-29 20:50:17.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:50:17.858 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c7ea642e-8ad2-4f1b-965b-b6e358ad9fea] socks forwarding established\n2025-07-29 20:50:17.907 [info] [command][63bae59a-25a4-4a81-bc5f-4c99ad6066b3] Process exited with code 0\n2025-07-29 20:50:17.908 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c7ea642e-8ad2-4f1b-965b-b6e358ad9fea] socks connection closed\n2025-07-29 20:50:17.909 [info] [command][63bae59a-25a4-4a81-bc5f-4c99ad6066b3] Socket close event received\n2025-07-29 20:50:17.949 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 59997 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:51:17.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:51:17.916 [info] [command][09c64f88-bea2-41c1-81a5-5572c0b310b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""09c64f88-bea2-41c1-81a5-5572c0b310b5""}\n2025-07-29 20:51:17.917 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][59f5838d-bc4c-4d33-a5ed-88875e03ce19] received connection request\n2025-07-29 20:51:17.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:51:17.961 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][59f5838d-bc4c-4d33-a5ed-88875e03ce19] socks forwarding established\n2025-07-29 20:51:18.007 [info] [command][09c64f88-bea2-41c1-81a5-5572c0b310b5] Process exited with code 0\n2025-07-29 20:51:18.008 [info] [command][09c64f88-bea2-41c1-81a5-5572c0b310b5] Socket close event received\n2025-07-29 20:51:18.009 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][59f5838d-bc4c-4d33-a5ed-88875e03ce19] socks connection closed\n2025-07-29 20:51:18.057 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60036 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:52:18.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:52:18.020 [info] [command][06d47f32-48c3-4b68-aad6-c12dab6d45cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""06d47f32-48c3-4b68-aad6-c12dab6d45cc""}\n2025-07-29 20:52:18.021 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f6111c6e-6a94-4010-91c3-7c3616530fe0] received connection request\n2025-07-29 20:52:18.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:52:18.067 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f6111c6e-6a94-4010-91c3-7c3616530fe0] socks forwarding established\n2025-07-29 20:52:18.114 [info] [command][06d47f32-48c3-4b68-aad6-c12dab6d45cc] Process exited with code 0\n2025-07-29 20:52:18.115 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f6111c6e-6a94-4010-91c3-7c3616530fe0] socks connection closed\n2025-07-29 20:52:18.115 [info] [command][06d47f32-48c3-4b68-aad6-c12dab6d45cc] Socket close event received\n2025-07-29 20:52:18.154 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60092 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:53:18.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:53:18.127 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9c767d06-f0f0-4bd0-82c8-af22d6091313] received connection request\n2025-07-29 20:53:18.128 [info] [command][65a9dd10-7be6-427f-8129-976f42e90e2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""65a9dd10-7be6-427f-8129-976f42e90e2e""}\n2025-07-29 20:53:18.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:53:18.170 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c767d06-f0f0-4bd0-82c8-af22d6091313] socks forwarding established\n2025-07-29 20:53:18.215 [info] [command][65a9dd10-7be6-427f-8129-976f42e90e2e] Process exited with code 0\n2025-07-29 20:53:18.215 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c767d06-f0f0-4bd0-82c8-af22d6091313] socks connection closed\n2025-07-29 20:53:18.216 [info] [command][65a9dd10-7be6-427f-8129-976f42e90e2e] Socket close event received\n2025-07-29 20:53:18.256 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60128 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:54:18.225 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:54:18.227 [info] [command][612cef5a-d0e2-4f9c-9f65-2c14cb4c00bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""612cef5a-d0e2-4f9c-9f65-2c14cb4c00bf""}\n2025-07-29 20:54:18.228 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3540a329-88be-4a13-96aa-c8be96ff228e] received connection request\n2025-07-29 20:54:18.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:54:18.274 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3540a329-88be-4a13-96aa-c8be96ff228e] socks forwarding established\n2025-07-29 20:54:18.319 [info] [command][612cef5a-d0e2-4f9c-9f65-2c14cb4c00bf] Process exited with code 0\n2025-07-29 20:54:18.319 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3540a329-88be-4a13-96aa-c8be96ff228e] socks connection closed\n2025-07-29 20:54:18.319 [info] [command][612cef5a-d0e2-4f9c-9f65-2c14cb4c00bf] Socket close event received\n2025-07-29 20:54:18.361 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60149 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:55:18.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:55:18.330 [info] [command][03dd2d95-a3ec-4e76-994e-4ebb44fb9fba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""03dd2d95-a3ec-4e76-994e-4ebb44fb9fba""}\n2025-07-29 20:55:18.330 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ed947dea-bf6d-49c2-99c8-85b6f7ea171f] received connection request\n2025-07-29 20:55:18.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:55:18.374 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed947dea-bf6d-49c2-99c8-85b6f7ea171f] socks forwarding established\n2025-07-29 20:55:18.422 [info] [command][03dd2d95-a3ec-4e76-994e-4ebb44fb9fba] Process exited with code 0\n2025-07-29 20:55:18.422 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed947dea-bf6d-49c2-99c8-85b6f7ea171f] socks connection closed\n2025-07-29 20:55:18.422 [info] [command][03dd2d95-a3ec-4e76-994e-4ebb44fb9fba] Socket close event received\n2025-07-29 20:55:18.462 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60181 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:56:18.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:56:18.427 [info] [command][cb75dc93-4315-4cbd-b45f-22c4f9460875] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cb75dc93-4315-4cbd-b45f-22c4f9460875""}\n2025-07-29 20:56:18.428 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7d04ecf4-424c-45ad-8800-ed78ff5e85d3] received connection request\n2025-07-29 20:56:18.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:56:18.470 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7d04ecf4-424c-45ad-8800-ed78ff5e85d3] socks forwarding established\n2025-07-29 20:56:18.515 [info] [command][cb75dc93-4315-4cbd-b45f-22c4f9460875] Process exited with code 0\n2025-07-29 20:56:18.515 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7d04ecf4-424c-45ad-8800-ed78ff5e85d3] socks connection closed\n2025-07-29 20:56:18.515 [info] [command][cb75dc93-4315-4cbd-b45f-22c4f9460875] Socket close event received\n2025-07-29 20:56:18.558 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60218 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:57:18.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:57:18.522 [info] [command][00db6a2f-3343-42c0-a8f9-89ca75871724] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""00db6a2f-3343-42c0-a8f9-89ca75871724""}\n2025-07-29 20:57:18.522 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6c0acc7b-cba2-433a-92da-f7c38f9b87a8] received connection request\n2025-07-29 20:57:18.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:57:18.567 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6c0acc7b-cba2-433a-92da-f7c38f9b87a8] socks forwarding established\n2025-07-29 20:57:18.614 [info] [command][00db6a2f-3343-42c0-a8f9-89ca75871724] Process exited with code 0\n2025-07-29 20:57:18.615 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6c0acc7b-cba2-433a-92da-f7c38f9b87a8] socks connection closed\n2025-07-29 20:57:18.615 [info] [command][00db6a2f-3343-42c0-a8f9-89ca75871724] Socket close event received\n2025-07-29 20:57:18.657 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60255 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:58:18.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:58:18.620 [info] [command][9f9e1c5b-c3d4-4c01-9b15-6f5a297e64a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9f9e1c5b-c3d4-4c01-9b15-6f5a297e64a1""}\n2025-07-29 20:58:18.621 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b9f70d10-b35c-40f9-bc51-7b21c1d1d381] received connection request\n2025-07-29 20:58:18.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:58:18.672 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b9f70d10-b35c-40f9-bc51-7b21c1d1d381] socks forwarding established\n2025-07-29 20:58:18.720 [info] [command][9f9e1c5b-c3d4-4c01-9b15-6f5a297e64a1] Process exited with code 0\n2025-07-29 20:58:18.721 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b9f70d10-b35c-40f9-bc51-7b21c1d1d381] socks connection closed\n2025-07-29 20:58:18.721 [info] [command][9f9e1c5b-c3d4-4c01-9b15-6f5a297e64a1] Socket close event received\n2025-07-29 20:58:18.761 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60295 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 20:59:18.721 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 20:59:18.724 [info] [command][be81689e-55de-4508-8f34-a7140b4daafc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""be81689e-55de-4508-8f34-a7140b4daafc""}\n2025-07-29 20:59:18.725 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][96b4db20-1c2e-43eb-b9c6-2a39b6bef3ed] received connection request\n2025-07-29 20:59:18.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 20:59:18.768 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][96b4db20-1c2e-43eb-b9c6-2a39b6bef3ed] socks forwarding established\n2025-07-29 20:59:18.813 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][96b4db20-1c2e-43eb-b9c6-2a39b6bef3ed] socks connection closed\n2025-07-29 20:59:18.813 [info] [command][be81689e-55de-4508-8f34-a7140b4daafc] Process exited with code 0\n2025-07-29 20:59:18.813 [info] [command][be81689e-55de-4508-8f34-a7140b4daafc] Socket close event received\n2025-07-29 20:59:18.853 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60315 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:00:18.815 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:00:18.817 [info] [command][7e70265a-765e-4fb9-b158-782bd88d466d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7e70265a-765e-4fb9-b158-782bd88d466d""}\n2025-07-29 21:00:18.817 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ab0f4f6f-59d9-4bc5-9c6e-7e8c4865418a] received connection request\n2025-07-29 21:00:18.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:00:18.864 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ab0f4f6f-59d9-4bc5-9c6e-7e8c4865418a] socks forwarding established\n2025-07-29 21:00:18.912 [info] [command][7e70265a-765e-4fb9-b158-782bd88d466d] Process exited with code 0\n2025-07-29 21:00:18.912 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ab0f4f6f-59d9-4bc5-9c6e-7e8c4865418a] socks connection closed\n2025-07-29 21:00:18.912 [info] [command][7e70265a-765e-4fb9-b158-782bd88d466d] Socket close event received\n2025-07-29 21:00:18.953 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60334 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:01:18.917 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:01:18.921 [info] [command][3af4ed7a-3303-4440-a09a-ab2285291733] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3af4ed7a-3303-4440-a09a-ab2285291733""}\n2025-07-29 21:01:18.922 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][70e3aacc-b87d-4a28-be58-10312ffd63ed] received connection request\n2025-07-29 21:01:18.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:01:18.966 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][70e3aacc-b87d-4a28-be58-10312ffd63ed] socks forwarding established\n2025-07-29 21:01:19.014 [info] [command][3af4ed7a-3303-4440-a09a-ab2285291733] Process exited with code 0\n2025-07-29 21:01:19.014 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][70e3aacc-b87d-4a28-be58-10312ffd63ed] socks connection closed\n2025-07-29 21:01:19.015 [info] [command][3af4ed7a-3303-4440-a09a-ab2285291733] Socket close event received\n2025-07-29 21:01:19.059 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60366 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:02:19.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:02:19.022 [info] [command][4dfc1fcb-7387-4ae5-8fef-49b4c4c6acf1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4dfc1fcb-7387-4ae5-8fef-49b4c4c6acf1""}\n2025-07-29 21:02:19.023 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cc6187f7-8d40-473e-a007-d2df07dca8a0] received connection request\n2025-07-29 21:02:19.023 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:02:19.071 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cc6187f7-8d40-473e-a007-d2df07dca8a0] socks forwarding established\n2025-07-29 21:02:19.116 [info] [command][4dfc1fcb-7387-4ae5-8fef-49b4c4c6acf1] Process exited with code 0\n2025-07-29 21:02:19.116 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cc6187f7-8d40-473e-a007-d2df07dca8a0] socks connection closed\n2025-07-29 21:02:19.116 [info] [command][4dfc1fcb-7387-4ae5-8fef-49b4c4c6acf1] Socket close event received\n2025-07-29 21:02:19.164 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60400 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:03:19.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:03:19.121 [info] [command][268d47af-734a-49c8-8f48-f01143f2d29f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""268d47af-734a-49c8-8f48-f01143f2d29f""}\n2025-07-29 21:03:19.122 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cb8ad569-1ad5-4e82-9eec-80518d17f46c] received connection request\n2025-07-29 21:03:19.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:03:19.171 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb8ad569-1ad5-4e82-9eec-80518d17f46c] socks forwarding established\n2025-07-29 21:03:19.214 [info] [command][268d47af-734a-49c8-8f48-f01143f2d29f] Process exited with code 0\n2025-07-29 21:03:19.214 [info] [command][268d47af-734a-49c8-8f48-f01143f2d29f] Socket close event received\n2025-07-29 21:03:19.215 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb8ad569-1ad5-4e82-9eec-80518d17f46c] socks connection closed\n2025-07-29 21:03:19.255 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60435 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:04:19.222 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:04:19.225 [info] [command][529ab0e3-a3fa-42c5-a060-6d88bbbe11f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""529ab0e3-a3fa-42c5-a060-6d88bbbe11f1""}\n2025-07-29 21:04:19.226 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b84d39d4-aa6e-4abb-a24a-50608e225a8f] received connection request\n2025-07-29 21:04:19.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:04:19.271 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b84d39d4-aa6e-4abb-a24a-50608e225a8f] socks forwarding established\n2025-07-29 21:04:19.316 [info] [command][529ab0e3-a3fa-42c5-a060-6d88bbbe11f1] Process exited with code 0\n2025-07-29 21:04:19.317 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b84d39d4-aa6e-4abb-a24a-50608e225a8f] socks connection closed\n2025-07-29 21:04:19.317 [info] [command][529ab0e3-a3fa-42c5-a060-6d88bbbe11f1] Socket close event received\n2025-07-29 21:04:19.357 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60454 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:05:19.320 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:05:19.323 [info] [command][4426d85f-5df3-4a6f-93c9-04dc23b31d04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4426d85f-5df3-4a6f-93c9-04dc23b31d04""}\n2025-07-29 21:05:19.324 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2bc3c75d-8b15-4a8d-b777-1e550751279c] received connection request\n2025-07-29 21:05:19.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:05:19.372 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2bc3c75d-8b15-4a8d-b777-1e550751279c] socks forwarding established\n2025-07-29 21:05:19.418 [info] [command][4426d85f-5df3-4a6f-93c9-04dc23b31d04] Process exited with code 0\n2025-07-29 21:05:19.418 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2bc3c75d-8b15-4a8d-b777-1e550751279c] socks connection closed\n2025-07-29 21:05:19.418 [info] [command][4426d85f-5df3-4a6f-93c9-04dc23b31d04] Socket close event received\n2025-07-29 21:05:19.458 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60477 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:06:19.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:06:19.426 [info] [command][3d765677-5d24-450c-984d-709351bdf9e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3d765677-5d24-450c-984d-709351bdf9e1""}\n2025-07-29 21:06:19.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cbc2b29f-140d-4f2d-8b08-c355f7820df5] received connection request\n2025-07-29 21:06:19.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:06:19.471 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cbc2b29f-140d-4f2d-8b08-c355f7820df5] socks forwarding established\n2025-07-29 21:06:19.516 [info] [command][3d765677-5d24-450c-984d-709351bdf9e1] Process exited with code 0\n2025-07-29 21:06:19.516 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cbc2b29f-140d-4f2d-8b08-c355f7820df5] socks connection closed\n2025-07-29 21:06:19.516 [info] [command][3d765677-5d24-450c-984d-709351bdf9e1] Socket close event received\n2025-07-29 21:06:19.557 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60513 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:07:19.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:07:19.530 [info] [command][470a7d94-15eb-4b17-94e6-56ed06b3ce77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""470a7d94-15eb-4b17-94e6-56ed06b3ce77""}\n2025-07-29 21:07:19.531 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7605f881-2c39-4b52-ad6f-2e325241bb8d] received connection request\n2025-07-29 21:07:19.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:07:19.574 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7605f881-2c39-4b52-ad6f-2e325241bb8d] socks forwarding established\n2025-07-29 21:07:19.621 [info] [command][470a7d94-15eb-4b17-94e6-56ed06b3ce77] Process exited with code 0\n2025-07-29 21:07:19.621 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7605f881-2c39-4b52-ad6f-2e325241bb8d] socks connection closed\n2025-07-29 21:07:19.621 [info] [command][470a7d94-15eb-4b17-94e6-56ed06b3ce77] Socket close event received\n2025-07-29 21:07:19.662 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60549 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:08:19.630 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:08:19.633 [info] [command][e4f2ed1b-ac68-4029-8692-ad0aa0f14144] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e4f2ed1b-ac68-4029-8692-ad0aa0f14144""}\n2025-07-29 21:08:19.633 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9ad96a4c-be07-4190-bef2-7a61f6152b0d] received connection request\n2025-07-29 21:08:19.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 21:08:19.635 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:08:19.678 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9ad96a4c-be07-4190-bef2-7a61f6152b0d] socks forwarding established\n2025-07-29 21:08:19.724 [info] [command][e4f2ed1b-ac68-4029-8692-ad0aa0f14144] Process exited with code 0\n2025-07-29 21:08:19.724 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9ad96a4c-be07-4190-bef2-7a61f6152b0d] socks connection closed\n2025-07-29 21:08:19.724 [info] [command][e4f2ed1b-ac68-4029-8692-ad0aa0f14144] Socket close event received\n2025-07-29 21:08:19.764 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60583 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:09:19.730 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:09:19.733 [info] [command][3cfa1a82-956f-4110-8476-739fb9d7673c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3cfa1a82-956f-4110-8476-739fb9d7673c""}\n2025-07-29 21:09:19.734 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0b4270f0-9ba5-4ca9-8c28-01f5d7140af4] received connection request\n2025-07-29 21:09:19.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:09:19.781 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b4270f0-9ba5-4ca9-8c28-01f5d7140af4] socks forwarding established\n2025-07-29 21:09:19.826 [info] [command][3cfa1a82-956f-4110-8476-739fb9d7673c] Process exited with code 0\n2025-07-29 21:09:19.826 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0b4270f0-9ba5-4ca9-8c28-01f5d7140af4] socks connection closed\n2025-07-29 21:09:19.826 [info] [command][3cfa1a82-956f-4110-8476-739fb9d7673c] Socket close event received\n2025-07-29 21:09:19.866 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60602 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:10:19.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:10:19.830 [info] [command][3cf6c342-3cda-426b-92e2-547ad8c638cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3cf6c342-3cda-426b-92e2-547ad8c638cd""}\n2025-07-29 21:10:19.831 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dccbdeea-abff-4f05-a346-100280375327] received connection request\n2025-07-29 21:10:19.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:10:19.879 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dccbdeea-abff-4f05-a346-100280375327] socks forwarding established\n2025-07-29 21:10:19.929 [info] [command][3cf6c342-3cda-426b-92e2-547ad8c638cd] Process exited with code 0\n2025-07-29 21:10:19.929 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dccbdeea-abff-4f05-a346-100280375327] socks connection closed\n2025-07-29 21:10:19.930 [info] [command][3cf6c342-3cda-426b-92e2-547ad8c638cd] Socket close event received\n2025-07-29 21:10:19.972 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60628 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:11:19.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:11:19.931 [info] [command][2f3d646d-cdfe-440e-8e2a-2b227de82d83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2f3d646d-cdfe-440e-8e2a-2b227de82d83""}\n2025-07-29 21:11:19.931 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][21e2aaf6-4e16-4476-acb8-acfc09f8b03b] received connection request\n2025-07-29 21:11:19.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:11:19.974 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][21e2aaf6-4e16-4476-acb8-acfc09f8b03b] socks forwarding established\n2025-07-29 21:11:20.020 [info] [command][2f3d646d-cdfe-440e-8e2a-2b227de82d83] Process exited with code 0\n2025-07-29 21:11:20.020 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][21e2aaf6-4e16-4476-acb8-acfc09f8b03b] socks connection closed\n2025-07-29 21:11:20.020 [info] [command][2f3d646d-cdfe-440e-8e2a-2b227de82d83] Socket close event received\n2025-07-29 21:11:20.061 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60664 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:12:20.031 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:12:20.033 [info] [command][42df3195-ba74-4c2d-bee1-3406bb0f4bbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""42df3195-ba74-4c2d-bee1-3406bb0f4bbd""}\n2025-07-29 21:12:20.034 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c43c9d6a-a856-4e62-8436-5ed0c4499abd] received connection request\n2025-07-29 21:12:20.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:12:20.091 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c43c9d6a-a856-4e62-8436-5ed0c4499abd] socks forwarding established\n2025-07-29 21:12:20.136 [info] [command][42df3195-ba74-4c2d-bee1-3406bb0f4bbd] Process exited with code 0\n2025-07-29 21:12:20.136 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c43c9d6a-a856-4e62-8436-5ed0c4499abd] socks connection closed\n2025-07-29 21:12:20.136 [info] [command][42df3195-ba74-4c2d-bee1-3406bb0f4bbd] Socket close event received\n2025-07-29 21:12:20.182 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60696 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:13:20.145 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:13:20.148 [info] [command][4c6d6c85-175c-41ed-9363-444e202e2e4e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4c6d6c85-175c-41ed-9363-444e202e2e4e""}\n2025-07-29 21:13:20.148 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][37fb9035-a10f-4ffd-afab-261564db0c14] received connection request\n2025-07-29 21:13:20.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:13:20.197 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][37fb9035-a10f-4ffd-afab-261564db0c14] socks forwarding established\n2025-07-29 21:13:20.240 [info] [command][4c6d6c85-175c-41ed-9363-444e202e2e4e] Process exited with code 0\n2025-07-29 21:13:20.241 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][37fb9035-a10f-4ffd-afab-261564db0c14] socks connection closed\n2025-07-29 21:13:20.241 [info] [command][4c6d6c85-175c-41ed-9363-444e202e2e4e] Socket close event received\n2025-07-29 21:13:20.281 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60734 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:14:20.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:14:20.248 [info] [command][6e569a52-7c2f-4c10-8318-df7b6d761b02] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6e569a52-7c2f-4c10-8318-df7b6d761b02""}\n2025-07-29 21:14:20.251 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b4426d12-786a-43b4-a125-f1126f790908] received connection request\n2025-07-29 21:14:20.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:14:20.294 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b4426d12-786a-43b4-a125-f1126f790908] socks forwarding established\n2025-07-29 21:14:20.338 [info] [command][6e569a52-7c2f-4c10-8318-df7b6d761b02] Process exited with code 0\n2025-07-29 21:14:20.338 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b4426d12-786a-43b4-a125-f1126f790908] socks connection closed\n2025-07-29 21:14:20.338 [info] [command][6e569a52-7c2f-4c10-8318-df7b6d761b02] Socket close event received\n2025-07-29 21:14:20.379 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60753 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:15:20.340 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:15:20.342 [info] [command][2a76d1f4-d11e-4808-8d5c-4ddb6fa11749] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2a76d1f4-d11e-4808-8d5c-4ddb6fa11749""}\n2025-07-29 21:15:20.342 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][430e7c24-0664-4e2e-b0bc-b72195fb02b3] received connection request\n2025-07-29 21:15:20.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:15:20.400 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][430e7c24-0664-4e2e-b0bc-b72195fb02b3] socks forwarding established\n2025-07-29 21:15:20.455 [info] [command][2a76d1f4-d11e-4808-8d5c-4ddb6fa11749] Process exited with code 0\n2025-07-29 21:15:20.456 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][430e7c24-0664-4e2e-b0bc-b72195fb02b3] socks connection closed\n2025-07-29 21:15:20.456 [info] [command][2a76d1f4-d11e-4808-8d5c-4ddb6fa11749] Socket close event received\n2025-07-29 21:15:20.495 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60777 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:16:20.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:16:20.464 [info] [command][b5290b85-65d8-4042-934b-bd23f75e22c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b5290b85-65d8-4042-934b-bd23f75e22c5""}\n2025-07-29 21:16:20.465 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][77652157-abf4-42c1-b611-95773132c4d4] received connection request\n2025-07-29 21:16:20.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:16:20.509 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77652157-abf4-42c1-b611-95773132c4d4] socks forwarding established\n2025-07-29 21:16:20.554 [info] [command][b5290b85-65d8-4042-934b-bd23f75e22c5] Process exited with code 0\n2025-07-29 21:16:20.554 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77652157-abf4-42c1-b611-95773132c4d4] socks connection closed\n2025-07-29 21:16:20.554 [info] [command][b5290b85-65d8-4042-934b-bd23f75e22c5] Socket close event received\n2025-07-29 21:16:20.594 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60815 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:17:20.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:17:20.558 [info] [command][aa417474-3a97-46a7-902c-570769209eb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""aa417474-3a97-46a7-902c-570769209eb4""}\n2025-07-29 21:17:20.559 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][571932be-2937-4714-9df3-ababf72c51b0] received connection request\n2025-07-29 21:17:20.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:17:20.601 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][571932be-2937-4714-9df3-ababf72c51b0] socks forwarding established\n2025-07-29 21:17:20.647 [info] [command][aa417474-3a97-46a7-902c-570769209eb4] Process exited with code 0\n2025-07-29 21:17:20.648 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][571932be-2937-4714-9df3-ababf72c51b0] socks connection closed\n2025-07-29 21:17:20.648 [info] [command][aa417474-3a97-46a7-902c-570769209eb4] Socket close event received\n2025-07-29 21:17:20.690 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60851 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:18:20.649 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:18:20.650 [info] [command][65db2b39-7079-47f3-ab54-5cddb5a84734] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""65db2b39-7079-47f3-ab54-5cddb5a84734""}\n2025-07-29 21:18:20.651 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4a59eeab-0446-4c77-b694-368ccd3e4ac1] received connection request\n2025-07-29 21:18:20.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:18:20.696 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4a59eeab-0446-4c77-b694-368ccd3e4ac1] socks forwarding established\n2025-07-29 21:18:20.743 [info] [command][65db2b39-7079-47f3-ab54-5cddb5a84734] Process exited with code 0\n2025-07-29 21:18:20.743 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4a59eeab-0446-4c77-b694-368ccd3e4ac1] socks connection closed\n2025-07-29 21:18:20.743 [info] [command][65db2b39-7079-47f3-ab54-5cddb5a84734] Socket close event received\n2025-07-29 21:18:20.783 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60892 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:19:20.746 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:19:20.748 [info] [command][e9729c81-b38c-4dd2-8951-481ebd4ec09d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e9729c81-b38c-4dd2-8951-481ebd4ec09d""}\n2025-07-29 21:19:20.748 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8ce7cc98-a980-4c85-902f-ed18e33297cc] received connection request\n2025-07-29 21:19:20.749 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:19:20.804 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ce7cc98-a980-4c85-902f-ed18e33297cc] socks forwarding established\n2025-07-29 21:19:20.849 [info] [command][e9729c81-b38c-4dd2-8951-481ebd4ec09d] Process exited with code 0\n2025-07-29 21:19:20.850 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ce7cc98-a980-4c85-902f-ed18e33297cc] socks connection closed\n2025-07-29 21:19:20.850 [info] [command][e9729c81-b38c-4dd2-8951-481ebd4ec09d] Socket close event received\n2025-07-29 21:19:20.891 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60913 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:20:20.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:20:20.861 [info] [command][80e7472f-a04d-442d-b042-cfc89c9794a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""80e7472f-a04d-442d-b042-cfc89c9794a9""}\n2025-07-29 21:20:20.863 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f9d7fe50-ceb7-4dcb-99a2-d35f65b5fb7b] received connection request\n2025-07-29 21:20:20.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:20:20.948 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9d7fe50-ceb7-4dcb-99a2-d35f65b5fb7b] socks forwarding established\n2025-07-29 21:20:20.995 [info] [command][80e7472f-a04d-442d-b042-cfc89c9794a9] Process exited with code 0\n2025-07-29 21:20:20.996 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9d7fe50-ceb7-4dcb-99a2-d35f65b5fb7b] socks connection closed\n2025-07-29 21:20:20.996 [info] [command][80e7472f-a04d-442d-b042-cfc89c9794a9] Socket close event received\n2025-07-29 21:20:21.043 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60945 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:21:21.005 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:21:21.008 [info] [command][7cf5d15a-fb49-4062-92fe-c66ec3268118] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7cf5d15a-fb49-4062-92fe-c66ec3268118""}\n2025-07-29 21:21:21.009 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ec4c2f3d-6624-4ef1-90c8-cbb7d922caa1] received connection request\n2025-07-29 21:21:21.009 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:21:21.055 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ec4c2f3d-6624-4ef1-90c8-cbb7d922caa1] socks forwarding established\n2025-07-29 21:21:21.102 [info] [command][7cf5d15a-fb49-4062-92fe-c66ec3268118] Process exited with code 0\n2025-07-29 21:21:21.102 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ec4c2f3d-6624-4ef1-90c8-cbb7d922caa1] socks connection closed\n2025-07-29 21:21:21.102 [info] [command][7cf5d15a-fb49-4062-92fe-c66ec3268118] Socket close event received\n2025-07-29 21:21:21.146 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 60980 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:22:21.105 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:22:21.108 [info] [command][3eac4072-8f83-4ac6-abee-0fe38681d61f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3eac4072-8f83-4ac6-abee-0fe38681d61f""}\n2025-07-29 21:22:21.109 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][50abe15e-9571-4759-9d67-ce813733ed7f] received connection request\n2025-07-29 21:22:21.109 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:22:21.152 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50abe15e-9571-4759-9d67-ce813733ed7f] socks forwarding established\n2025-07-29 21:22:21.200 [info] [command][3eac4072-8f83-4ac6-abee-0fe38681d61f] Process exited with code 0\n2025-07-29 21:22:21.201 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50abe15e-9571-4759-9d67-ce813733ed7f] socks connection closed\n2025-07-29 21:22:21.201 [info] [command][3eac4072-8f83-4ac6-abee-0fe38681d61f] Socket close event received\n2025-07-29 21:22:21.244 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61021 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:23:21.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:23:21.213 [info] [command][dd93e2ab-a231-4b97-bc34-ab7b03fa3ae2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dd93e2ab-a231-4b97-bc34-ab7b03fa3ae2""}\n2025-07-29 21:23:21.214 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2f88965b-ac39-4970-a17f-f02a45b04034] received connection request\n2025-07-29 21:23:21.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:23:21.258 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2f88965b-ac39-4970-a17f-f02a45b04034] socks forwarding established\n2025-07-29 21:23:21.305 [info] [command][dd93e2ab-a231-4b97-bc34-ab7b03fa3ae2] Process exited with code 0\n2025-07-29 21:23:21.305 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2f88965b-ac39-4970-a17f-f02a45b04034] socks connection closed\n2025-07-29 21:23:21.305 [info] [command][dd93e2ab-a231-4b97-bc34-ab7b03fa3ae2] Socket close event received\n2025-07-29 21:23:21.346 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61057 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:24:21.316 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:24:21.319 [info] [command][9f8dca75-f58c-428f-bcbc-99dea29860bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9f8dca75-f58c-428f-bcbc-99dea29860bb""}\n2025-07-29 21:24:21.320 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1885ef66-0cfa-4658-a71f-e95f3b190201] received connection request\n2025-07-29 21:24:21.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:24:21.365 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1885ef66-0cfa-4658-a71f-e95f3b190201] socks forwarding established\n2025-07-29 21:24:21.411 [info] [command][9f8dca75-f58c-428f-bcbc-99dea29860bb] Process exited with code 0\n2025-07-29 21:24:21.412 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1885ef66-0cfa-4658-a71f-e95f3b190201] socks connection closed\n2025-07-29 21:24:21.413 [info] [command][9f8dca75-f58c-428f-bcbc-99dea29860bb] Socket close event received\n2025-07-29 21:24:21.453 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61076 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:25:21.412 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:25:21.415 [info] [command][d72a41b5-7c26-4ec8-9030-a255e2c67e29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d72a41b5-7c26-4ec8-9030-a255e2c67e29""}\n2025-07-29 21:25:21.416 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][393a0bd9-f621-464b-b52d-d5ec6a06dad6] received connection request\n2025-07-29 21:25:21.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:25:21.458 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][393a0bd9-f621-464b-b52d-d5ec6a06dad6] socks forwarding established\n2025-07-29 21:25:21.503 [info] [command][d72a41b5-7c26-4ec8-9030-a255e2c67e29] Process exited with code 0\n2025-07-29 21:25:21.503 [info] [command][d72a41b5-7c26-4ec8-9030-a255e2c67e29] Socket close event received\n2025-07-29 21:25:21.504 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][393a0bd9-f621-464b-b52d-d5ec6a06dad6] socks connection closed\n2025-07-29 21:25:21.544 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61095 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:26:21.510 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:26:21.512 [info] [command][111d7fbe-259f-45c9-a886-ba69b282883e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""111d7fbe-259f-45c9-a886-ba69b282883e""}\n2025-07-29 21:26:21.513 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5a12e95a-6dea-485b-a50d-b7a70e76ffcc] received connection request\n2025-07-29 21:26:21.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:26:21.557 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a12e95a-6dea-485b-a50d-b7a70e76ffcc] socks forwarding established\n2025-07-29 21:26:21.603 [info] [command][111d7fbe-259f-45c9-a886-ba69b282883e] Process exited with code 0\n2025-07-29 21:26:21.604 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a12e95a-6dea-485b-a50d-b7a70e76ffcc] socks connection closed\n2025-07-29 21:26:21.604 [info] [command][111d7fbe-259f-45c9-a886-ba69b282883e] Socket close event received\n2025-07-29 21:26:21.643 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61130 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:27:21.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:27:21.608 [info] [command][93235b49-9807-4c67-aee8-a7f8882cb8cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""93235b49-9807-4c67-aee8-a7f8882cb8cc""}\n2025-07-29 21:27:21.609 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f26f8138-25b0-4869-b98c-8af52765bb2f] received connection request\n2025-07-29 21:27:21.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:27:21.656 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f26f8138-25b0-4869-b98c-8af52765bb2f] socks forwarding established\n2025-07-29 21:27:21.703 [info] [command][93235b49-9807-4c67-aee8-a7f8882cb8cc] Process exited with code 0\n2025-07-29 21:27:21.704 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f26f8138-25b0-4869-b98c-8af52765bb2f] socks connection closed\n2025-07-29 21:27:21.704 [info] [command][93235b49-9807-4c67-aee8-a7f8882cb8cc] Socket close event received\n2025-07-29 21:27:21.745 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61167 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:28:21.705 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:28:21.708 [info] [command][9205752e-f271-4ecd-81b3-9bdaefc4eea7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9205752e-f271-4ecd-81b3-9bdaefc4eea7""}\n2025-07-29 21:28:21.709 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2206e7b5-f6b4-4880-bf9f-0de94e1cc2b3] received connection request\n2025-07-29 21:28:21.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:28:21.755 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2206e7b5-f6b4-4880-bf9f-0de94e1cc2b3] socks forwarding established\n2025-07-29 21:28:21.802 [info] [command][9205752e-f271-4ecd-81b3-9bdaefc4eea7] Process exited with code 0\n2025-07-29 21:28:21.802 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2206e7b5-f6b4-4880-bf9f-0de94e1cc2b3] socks connection closed\n2025-07-29 21:28:21.802 [info] [command][9205752e-f271-4ecd-81b3-9bdaefc4eea7] Socket close event received\n2025-07-29 21:28:21.845 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61207 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:29:21.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:29:21.805 [info] [command][a25be2c0-2178-4efb-b443-ca485da0596e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a25be2c0-2178-4efb-b443-ca485da0596e""}\n2025-07-29 21:29:21.806 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2ab68162-d1d0-4e79-9167-ee4ed83f948a] received connection request\n2025-07-29 21:29:21.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:29:21.854 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2ab68162-d1d0-4e79-9167-ee4ed83f948a] socks forwarding established\n2025-07-29 21:29:21.902 [info] [command][a25be2c0-2178-4efb-b443-ca485da0596e] Process exited with code 0\n2025-07-29 21:29:21.902 [info] [command][a25be2c0-2178-4efb-b443-ca485da0596e] Socket close event received\n2025-07-29 21:29:21.903 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2ab68162-d1d0-4e79-9167-ee4ed83f948a] socks connection closed\n2025-07-29 21:29:21.947 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61226 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:30:21.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:30:21.905 [info] [command][4228377c-aee9-492d-b2fc-ec518cba1b53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4228377c-aee9-492d-b2fc-ec518cba1b53""}\n2025-07-29 21:30:21.906 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cdb704dc-73dc-4629-8182-0c5b2e655319] received connection request\n2025-07-29 21:30:21.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:30:21.949 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cdb704dc-73dc-4629-8182-0c5b2e655319] socks forwarding established\n2025-07-29 21:30:21.993 [info] [command][4228377c-aee9-492d-b2fc-ec518cba1b53] Process exited with code 0\n2025-07-29 21:30:21.993 [info] [command][4228377c-aee9-492d-b2fc-ec518cba1b53] Socket close event received\n2025-07-29 21:30:22.032 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cdb704dc-73dc-4629-8182-0c5b2e655319] socks connection closed\n2025-07-29 21:30:22.033 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61245 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:31:22.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:31:22.004 [info] [command][6c90d2c3-06fb-4d3f-b33d-37556d092abe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6c90d2c3-06fb-4d3f-b33d-37556d092abe""}\n2025-07-29 21:31:22.004 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bf5c2574-50c2-4848-b033-50692bbef9f0] received connection request\n2025-07-29 21:31:22.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:31:22.047 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bf5c2574-50c2-4848-b033-50692bbef9f0] socks forwarding established\n2025-07-29 21:31:22.093 [info] [command][6c90d2c3-06fb-4d3f-b33d-37556d092abe] Process exited with code 0\n2025-07-29 21:31:22.094 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bf5c2574-50c2-4848-b033-50692bbef9f0] socks connection closed\n2025-07-29 21:31:22.094 [info] [command][6c90d2c3-06fb-4d3f-b33d-37556d092abe] Socket close event received\n2025-07-29 21:31:22.135 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61279 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:32:22.101 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:32:22.104 [info] [command][0aa7ba70-98ae-4a6a-8bab-11074cdb4adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0aa7ba70-98ae-4a6a-8bab-11074cdb4adc""}\n2025-07-29 21:32:22.104 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][893bfb26-20c9-486b-aebb-1b8fb31cf195] received connection request\n2025-07-29 21:32:22.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:32:22.149 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][893bfb26-20c9-486b-aebb-1b8fb31cf195] socks forwarding established\n2025-07-29 21:32:22.197 [info] [command][0aa7ba70-98ae-4a6a-8bab-11074cdb4adc] Process exited with code 0\n2025-07-29 21:32:22.197 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][893bfb26-20c9-486b-aebb-1b8fb31cf195] socks connection closed\n2025-07-29 21:32:22.197 [info] [command][0aa7ba70-98ae-4a6a-8bab-11074cdb4adc] Socket close event received\n2025-07-29 21:32:22.241 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61312 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:33:22.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:33:22.211 [info] [command][3a6d0a9d-467b-4795-8d5c-ffda684594d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3a6d0a9d-467b-4795-8d5c-ffda684594d0""}\n2025-07-29 21:33:22.211 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9e4f6606-bdba-4fb0-b8fe-dbaa354dfa37] received connection request\n2025-07-29 21:33:22.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:33:22.254 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9e4f6606-bdba-4fb0-b8fe-dbaa354dfa37] socks forwarding established\n2025-07-29 21:33:22.302 [info] [command][3a6d0a9d-467b-4795-8d5c-ffda684594d0] Process exited with code 0\n2025-07-29 21:33:22.302 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9e4f6606-bdba-4fb0-b8fe-dbaa354dfa37] socks connection closed\n2025-07-29 21:33:22.303 [info] [command][3a6d0a9d-467b-4795-8d5c-ffda684594d0] Socket close event received\n2025-07-29 21:33:22.343 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61346 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:34:22.309 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:34:22.312 [info] [command][0441dcdd-ac44-45a5-a62d-7e7bef58e36b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0441dcdd-ac44-45a5-a62d-7e7bef58e36b""}\n2025-07-29 21:34:22.313 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c6e718df-1d15-4f60-b9fd-d130cea440df] received connection request\n2025-07-29 21:34:22.313 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:34:22.354 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c6e718df-1d15-4f60-b9fd-d130cea440df] socks forwarding established\n2025-07-29 21:34:22.402 [info] [command][0441dcdd-ac44-45a5-a62d-7e7bef58e36b] Process exited with code 0\n2025-07-29 21:34:22.402 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c6e718df-1d15-4f60-b9fd-d130cea440df] socks connection closed\n2025-07-29 21:34:22.402 [info] [command][0441dcdd-ac44-45a5-a62d-7e7bef58e36b] Socket close event received\n2025-07-29 21:34:22.447 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61366 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:35:22.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:35:22.408 [info] [command][e530a2ba-d190-4c27-b531-e7f45a917325] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e530a2ba-d190-4c27-b531-e7f45a917325""}\n2025-07-29 21:35:22.409 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f472e925-e287-41a4-ae53-188552c39fa5] received connection request\n2025-07-29 21:35:22.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:35:22.455 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f472e925-e287-41a4-ae53-188552c39fa5] socks forwarding established\n2025-07-29 21:35:22.502 [info] [command][e530a2ba-d190-4c27-b531-e7f45a917325] Process exited with code 0\n2025-07-29 21:35:22.502 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f472e925-e287-41a4-ae53-188552c39fa5] socks connection closed\n2025-07-29 21:35:22.503 [info] [command][e530a2ba-d190-4c27-b531-e7f45a917325] Socket close event received\n2025-07-29 21:35:22.543 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61384 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:36:22.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:36:22.514 [info] [command][81850531-4d8b-47ef-aa3f-b969a854b672] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""81850531-4d8b-47ef-aa3f-b969a854b672""}\n2025-07-29 21:36:22.515 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bd457734-47f1-4d17-b28c-46b6d6812c90] received connection request\n2025-07-29 21:36:22.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:36:22.561 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bd457734-47f1-4d17-b28c-46b6d6812c90] socks forwarding established\n2025-07-29 21:36:22.607 [info] [command][81850531-4d8b-47ef-aa3f-b969a854b672] Process exited with code 0\n2025-07-29 21:36:22.608 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bd457734-47f1-4d17-b28c-46b6d6812c90] socks connection closed\n2025-07-29 21:36:22.608 [info] [command][81850531-4d8b-47ef-aa3f-b969a854b672] Socket close event received\n2025-07-29 21:36:22.649 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61420 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:37:22.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:37:22.618 [info] [command][71b0bec8-b04b-4768-83e8-da4cf1dd215e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""71b0bec8-b04b-4768-83e8-da4cf1dd215e""}\n2025-07-29 21:37:22.619 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4c0843f0-11a5-4ec5-886e-86b0587e8f6f] received connection request\n2025-07-29 21:37:22.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:37:22.666 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4c0843f0-11a5-4ec5-886e-86b0587e8f6f] socks forwarding established\n2025-07-29 21:37:22.715 [info] [command][71b0bec8-b04b-4768-83e8-da4cf1dd215e] Process exited with code 0\n2025-07-29 21:37:22.715 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4c0843f0-11a5-4ec5-886e-86b0587e8f6f] socks connection closed\n2025-07-29 21:37:22.715 [info] [command][71b0bec8-b04b-4768-83e8-da4cf1dd215e] Socket close event received\n2025-07-29 21:37:22.758 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61458 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:38:22.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:38:22.719 [info] [command][40b298f5-56a1-4ae6-bad2-2ccb5c19d733] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""40b298f5-56a1-4ae6-bad2-2ccb5c19d733""}\n2025-07-29 21:38:22.720 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4438c275-9741-42bc-8267-0ce6f4037521] received connection request\n2025-07-29 21:38:22.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:38:22.766 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4438c275-9741-42bc-8267-0ce6f4037521] socks forwarding established\n2025-07-29 21:38:22.814 [info] [command][40b298f5-56a1-4ae6-bad2-2ccb5c19d733] Process exited with code 0\n2025-07-29 21:38:22.814 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4438c275-9741-42bc-8267-0ce6f4037521] socks connection closed\n2025-07-29 21:38:22.814 [info] [command][40b298f5-56a1-4ae6-bad2-2ccb5c19d733] Socket close event received\n2025-07-29 21:38:22.854 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61496 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:39:22.816 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:39:22.818 [info] [command][16ecd6b5-a5e2-4dc9-9548-fba16a550db2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""16ecd6b5-a5e2-4dc9-9548-fba16a550db2""}\n2025-07-29 21:39:22.818 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9a91f141-ab1a-4593-b4d1-ef30db9de68f] received connection request\n2025-07-29 21:39:22.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:39:22.858 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a91f141-ab1a-4593-b4d1-ef30db9de68f] socks forwarding established\n2025-07-29 21:39:22.906 [info] [command][16ecd6b5-a5e2-4dc9-9548-fba16a550db2] Process exited with code 0\n2025-07-29 21:39:22.906 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a91f141-ab1a-4593-b4d1-ef30db9de68f] socks connection closed\n2025-07-29 21:39:22.906 [info] [command][16ecd6b5-a5e2-4dc9-9548-fba16a550db2] Socket close event received\n2025-07-29 21:39:22.947 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61515 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:40:22.907 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:40:22.910 [info] [command][2d756972-5188-4229-b8c4-c1db53fa5838] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2d756972-5188-4229-b8c4-c1db53fa5838""}\n2025-07-29 21:40:22.910 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fb421a34-58f0-4a06-8bf8-4a79c7fba75e] received connection request\n2025-07-29 21:40:22.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:40:22.959 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fb421a34-58f0-4a06-8bf8-4a79c7fba75e] socks forwarding established\n2025-07-29 21:40:23.009 [info] [command][2d756972-5188-4229-b8c4-c1db53fa5838] Process exited with code 0\n2025-07-29 21:40:23.010 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fb421a34-58f0-4a06-8bf8-4a79c7fba75e] socks connection closed\n2025-07-29 21:40:23.010 [info] [command][2d756972-5188-4229-b8c4-c1db53fa5838] Socket close event received\n2025-07-29 21:40:23.054 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61534 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:41:23.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:41:23.023 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][77105052-c655-445b-9454-ca5ab22c9a5e] received connection request\n2025-07-29 21:41:23.024 [info] [command][83bfc94f-7d8e-422c-8f4e-15d9f7cec6ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""83bfc94f-7d8e-422c-8f4e-15d9f7cec6ea""}\n2025-07-29 21:41:23.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:41:23.070 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77105052-c655-445b-9454-ca5ab22c9a5e] socks forwarding established\n2025-07-29 21:41:23.117 [info] [command][83bfc94f-7d8e-422c-8f4e-15d9f7cec6ea] Process exited with code 0\n2025-07-29 21:41:23.118 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][77105052-c655-445b-9454-ca5ab22c9a5e] socks connection closed\n2025-07-29 21:41:23.118 [info] [command][83bfc94f-7d8e-422c-8f4e-15d9f7cec6ea] Socket close event received\n2025-07-29 21:41:23.159 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61573 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:42:23.127 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:42:23.130 [info] [command][92240df5-5ada-42a6-b125-c8b2198204d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""92240df5-5ada-42a6-b125-c8b2198204d2""}\n2025-07-29 21:42:23.131 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f48d8dcc-2dc3-4bb6-8097-77d39eefc863] received connection request\n2025-07-29 21:42:23.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:42:23.178 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f48d8dcc-2dc3-4bb6-8097-77d39eefc863] socks forwarding established\n2025-07-29 21:42:23.224 [info] [command][92240df5-5ada-42a6-b125-c8b2198204d2] Process exited with code 0\n2025-07-29 21:42:23.224 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f48d8dcc-2dc3-4bb6-8097-77d39eefc863] socks connection closed\n2025-07-29 21:42:23.224 [info] [command][92240df5-5ada-42a6-b125-c8b2198204d2] Socket close event received\n2025-07-29 21:42:23.265 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61604 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:43:23.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:43:23.233 [info] [command][b6bb09e4-24c2-47d9-a7b2-85c2e7071dc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b6bb09e4-24c2-47d9-a7b2-85c2e7071dc7""}\n2025-07-29 21:43:23.234 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b0379cd7-4475-41f9-98ab-4f9247baa7de] received connection request\n2025-07-29 21:43:23.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:43:23.280 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b0379cd7-4475-41f9-98ab-4f9247baa7de] socks forwarding established\n2025-07-29 21:43:23.327 [info] [command][b6bb09e4-24c2-47d9-a7b2-85c2e7071dc7] Process exited with code 0\n2025-07-29 21:43:23.327 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b0379cd7-4475-41f9-98ab-4f9247baa7de] socks connection closed\n2025-07-29 21:43:23.328 [info] [command][b6bb09e4-24c2-47d9-a7b2-85c2e7071dc7] Socket close event received\n2025-07-29 21:43:23.368 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61646 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:44:23.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:44:23.338 [info] [command][e7a05f21-8616-445d-8da9-2759fbbb2ad0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e7a05f21-8616-445d-8da9-2759fbbb2ad0""}\n2025-07-29 21:44:23.339 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6b56e013-a2eb-49eb-8a04-4eef810341a7] received connection request\n2025-07-29 21:44:23.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:44:23.381 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6b56e013-a2eb-49eb-8a04-4eef810341a7] socks forwarding established\n2025-07-29 21:44:23.427 [info] [command][e7a05f21-8616-445d-8da9-2759fbbb2ad0] Process exited with code 0\n2025-07-29 21:44:23.427 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6b56e013-a2eb-49eb-8a04-4eef810341a7] socks connection closed\n2025-07-29 21:44:23.428 [info] [command][e7a05f21-8616-445d-8da9-2759fbbb2ad0] Socket close event received\n2025-07-29 21:44:23.470 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61667 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:45:23.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:45:23.433 [info] [command][1e6a0021-ebea-4343-89af-0bce13ac0f31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1e6a0021-ebea-4343-89af-0bce13ac0f31""}\n2025-07-29 21:45:23.434 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][38f17c58-0a0c-431d-b2e3-83040ddcb659] received connection request\n2025-07-29 21:45:23.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:45:23.476 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][38f17c58-0a0c-431d-b2e3-83040ddcb659] socks forwarding established\n2025-07-29 21:45:23.523 [info] [command][1e6a0021-ebea-4343-89af-0bce13ac0f31] Process exited with code 0\n2025-07-29 21:45:23.523 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][38f17c58-0a0c-431d-b2e3-83040ddcb659] socks connection closed\n2025-07-29 21:45:23.523 [info] [command][1e6a0021-ebea-4343-89af-0bce13ac0f31] Socket close event received\n2025-07-29 21:45:23.563 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61695 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:46:23.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:46:23.528 [info] [command][a07346f9-01b5-415d-9fcd-822b74db6c7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a07346f9-01b5-415d-9fcd-822b74db6c7c""}\n2025-07-29 21:46:23.529 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][034c067f-641c-4586-b453-b1281069d446] received connection request\n2025-07-29 21:46:23.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:46:23.585 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][034c067f-641c-4586-b453-b1281069d446] socks forwarding established\n2025-07-29 21:46:23.636 [info] [command][a07346f9-01b5-415d-9fcd-822b74db6c7c] Process exited with code 0\n2025-07-29 21:46:23.636 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][034c067f-641c-4586-b453-b1281069d446] socks connection closed\n2025-07-29 21:46:23.636 [info] [command][a07346f9-01b5-415d-9fcd-822b74db6c7c] Socket close event received\n2025-07-29 21:46:23.677 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61741 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:47:23.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:47:23.644 [info] [command][5aca79b4-8bc4-47d4-994d-3dcfb7953e17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5aca79b4-8bc4-47d4-994d-3dcfb7953e17""}\n2025-07-29 21:47:23.645 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6b091835-c268-4fc8-95e4-c02e653e6e3c] received connection request\n2025-07-29 21:47:23.645 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:47:23.711 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6b091835-c268-4fc8-95e4-c02e653e6e3c] socks forwarding established\n2025-07-29 21:47:23.765 [info] [command][5aca79b4-8bc4-47d4-994d-3dcfb7953e17] Process exited with code 0\n2025-07-29 21:47:23.766 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6b091835-c268-4fc8-95e4-c02e653e6e3c] socks connection closed\n2025-07-29 21:47:23.766 [info] [command][5aca79b4-8bc4-47d4-994d-3dcfb7953e17] Socket close event received\n2025-07-29 21:47:23.807 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61777 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:48:23.773 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:48:23.776 [info] [command][6bf362c6-007e-40cf-94ea-1377aa0c41a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6bf362c6-007e-40cf-94ea-1377aa0c41a0""}\n2025-07-29 21:48:23.776 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][beb9bc2e-2b11-4498-b31e-2b407c6d4ab8] received connection request\n2025-07-29 21:48:23.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:48:23.819 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][beb9bc2e-2b11-4498-b31e-2b407c6d4ab8] socks forwarding established\n2025-07-29 21:48:23.866 [info] [command][6bf362c6-007e-40cf-94ea-1377aa0c41a0] Process exited with code 0\n2025-07-29 21:48:23.867 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][beb9bc2e-2b11-4498-b31e-2b407c6d4ab8] socks connection closed\n2025-07-29 21:48:23.867 [info] [command][6bf362c6-007e-40cf-94ea-1377aa0c41a0] Socket close event received\n2025-07-29 21:48:23.910 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61839 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:49:23.874 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:49:23.876 [info] [command][4b3ff4a2-01bf-424d-b573-37ea1800e9e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4b3ff4a2-01bf-424d-b573-37ea1800e9e8""}\n2025-07-29 21:49:23.877 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][65fafe33-55a4-413a-abb8-6944f4664003] received connection request\n2025-07-29 21:49:23.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:49:23.922 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][65fafe33-55a4-413a-abb8-6944f4664003] socks forwarding established\n2025-07-29 21:49:23.969 [info] [command][4b3ff4a2-01bf-424d-b573-37ea1800e9e8] Process exited with code 0\n2025-07-29 21:49:23.969 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][65fafe33-55a4-413a-abb8-6944f4664003] socks connection closed\n2025-07-29 21:49:23.970 [info] [command][4b3ff4a2-01bf-424d-b573-37ea1800e9e8] Socket close event received\n2025-07-29 21:49:24.011 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61862 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:50:23.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:50:23.982 [info] [command][6e78c9d5-1142-4365-847b-67dacefab8d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6e78c9d5-1142-4365-847b-67dacefab8d0""}\n2025-07-29 21:50:23.983 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7dc26048-29f3-4356-ab70-d04245cefc27] received connection request\n2025-07-29 21:50:23.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:50:24.028 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7dc26048-29f3-4356-ab70-d04245cefc27] socks forwarding established\n2025-07-29 21:50:24.074 [info] [command][6e78c9d5-1142-4365-847b-67dacefab8d0] Process exited with code 0\n2025-07-29 21:50:24.074 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7dc26048-29f3-4356-ab70-d04245cefc27] socks connection closed\n2025-07-29 21:50:24.074 [info] [command][6e78c9d5-1142-4365-847b-67dacefab8d0] Socket close event received\n2025-07-29 21:50:24.114 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61885 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:51:24.080 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:51:24.084 [info] [command][ee35c7c7-eeb7-4ef6-89f8-2f7d2267be98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ee35c7c7-eeb7-4ef6-89f8-2f7d2267be98""}\n2025-07-29 21:51:24.085 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][68971b02-3298-4684-9763-8b7633da0150] received connection request\n2025-07-29 21:51:24.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:51:24.129 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][68971b02-3298-4684-9763-8b7633da0150] socks forwarding established\n2025-07-29 21:51:24.176 [info] [command][ee35c7c7-eeb7-4ef6-89f8-2f7d2267be98] Process exited with code 0\n2025-07-29 21:51:24.177 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][68971b02-3298-4684-9763-8b7633da0150] socks connection closed\n2025-07-29 21:51:24.177 [info] [command][ee35c7c7-eeb7-4ef6-89f8-2f7d2267be98] Socket close event received\n2025-07-29 21:51:24.220 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61920 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:52:24.186 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:52:24.188 [info] [command][7ebfbf7e-9e68-4596-b065-7018f85f25ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7ebfbf7e-9e68-4596-b065-7018f85f25ad""}\n2025-07-29 21:52:24.189 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1f0efc08-fa4f-416a-993a-c82bb99f5788] received connection request\n2025-07-29 21:52:24.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:52:24.240 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f0efc08-fa4f-416a-993a-c82bb99f5788] socks forwarding established\n2025-07-29 21:52:24.287 [info] [command][7ebfbf7e-9e68-4596-b065-7018f85f25ad] Process exited with code 0\n2025-07-29 21:52:24.287 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f0efc08-fa4f-416a-993a-c82bb99f5788] socks connection closed\n2025-07-29 21:52:24.287 [info] [command][7ebfbf7e-9e68-4596-b065-7018f85f25ad] Socket close event received\n2025-07-29 21:52:24.331 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61955 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:53:24.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:53:24.301 [info] [command][e9331b81-418d-4c8c-9b4a-4507df57bbd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e9331b81-418d-4c8c-9b4a-4507df57bbd6""}\n2025-07-29 21:53:24.301 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6025e288-e225-4fcc-be15-c77cf4bb46ed] received connection request\n2025-07-29 21:53:24.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:53:24.362 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6025e288-e225-4fcc-be15-c77cf4bb46ed] socks forwarding established\n2025-07-29 21:53:24.413 [info] [command][e9331b81-418d-4c8c-9b4a-4507df57bbd6] Process exited with code 0\n2025-07-29 21:53:24.414 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6025e288-e225-4fcc-be15-c77cf4bb46ed] socks connection closed\n2025-07-29 21:53:24.414 [info] [command][e9331b81-418d-4c8c-9b4a-4507df57bbd6] Socket close event received\n2025-07-29 21:53:24.457 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 61990 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:54:24.421 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:54:24.423 [info] [command][0585d93b-c4ae-4ccd-acc9-5b5be2b2e8fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0585d93b-c4ae-4ccd-acc9-5b5be2b2e8fd""}\n2025-07-29 21:54:24.424 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][564d5c17-5d2e-4636-bfe5-96ad23b40aa5] received connection request\n2025-07-29 21:54:24.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:54:24.466 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][564d5c17-5d2e-4636-bfe5-96ad23b40aa5] socks forwarding established\n2025-07-29 21:54:24.521 [info] [command][0585d93b-c4ae-4ccd-acc9-5b5be2b2e8fd] Process exited with code 0\n2025-07-29 21:54:24.522 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][564d5c17-5d2e-4636-bfe5-96ad23b40aa5] socks connection closed\n2025-07-29 21:54:24.522 [info] [command][0585d93b-c4ae-4ccd-acc9-5b5be2b2e8fd] Socket close event received\n2025-07-29 21:54:24.562 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62013 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:55:24.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:55:24.527 [info] [command][65f82ea8-4e49-410c-85bb-5615689806f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""65f82ea8-4e49-410c-85bb-5615689806f1""}\n2025-07-29 21:55:24.528 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5ac5f6b3-e823-4c6c-a348-4f7459f1728c] received connection request\n2025-07-29 21:55:24.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:55:24.572 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ac5f6b3-e823-4c6c-a348-4f7459f1728c] socks forwarding established\n2025-07-29 21:55:24.616 [info] [command][65f82ea8-4e49-410c-85bb-5615689806f1] Process exited with code 0\n2025-07-29 21:55:24.616 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ac5f6b3-e823-4c6c-a348-4f7459f1728c] socks connection closed\n2025-07-29 21:55:24.616 [info] [command][65f82ea8-4e49-410c-85bb-5615689806f1] Socket close event received\n2025-07-29 21:55:24.661 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62037 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:56:24.625 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:56:24.628 [info] [command][f0c7aa20-5237-49bf-b3b5-7637911d1b3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f0c7aa20-5237-49bf-b3b5-7637911d1b3e""}\n2025-07-29 21:56:24.629 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5ec304a3-b006-4ad2-88d6-e65e075a239c] received connection request\n2025-07-29 21:56:24.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:56:24.675 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ec304a3-b006-4ad2-88d6-e65e075a239c] socks forwarding established\n2025-07-29 21:56:24.723 [info] [command][f0c7aa20-5237-49bf-b3b5-7637911d1b3e] Process exited with code 0\n2025-07-29 21:56:24.723 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ec304a3-b006-4ad2-88d6-e65e075a239c] socks connection closed\n2025-07-29 21:56:24.723 [info] [command][f0c7aa20-5237-49bf-b3b5-7637911d1b3e] Socket close event received\n2025-07-29 21:56:24.765 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62072 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:57:24.727 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:57:24.730 [info] [command][b7a07292-982e-4a85-ab48-393d7b89a48c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b7a07292-982e-4a85-ab48-393d7b89a48c""}\n2025-07-29 21:57:24.731 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7e9b0d34-8875-41ba-8919-a0e3b02b548b] received connection request\n2025-07-29 21:57:24.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:57:24.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7e9b0d34-8875-41ba-8919-a0e3b02b548b] socks forwarding established\n2025-07-29 21:57:24.831 [info] [command][b7a07292-982e-4a85-ab48-393d7b89a48c] Process exited with code 0\n2025-07-29 21:57:24.831 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7e9b0d34-8875-41ba-8919-a0e3b02b548b] socks connection closed\n2025-07-29 21:57:24.832 [info] [command][b7a07292-982e-4a85-ab48-393d7b89a48c] Socket close event received\n2025-07-29 21:57:24.872 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62107 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:58:24.840 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:58:24.844 [info] [command][e61e43b3-05fe-4dce-8ccd-d6673494d29b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e61e43b3-05fe-4dce-8ccd-d6673494d29b""}\n2025-07-29 21:58:24.845 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ce7eefa2-a2e6-494c-9332-ec18aaa1ffea] received connection request\n2025-07-29 21:58:24.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:58:24.893 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ce7eefa2-a2e6-494c-9332-ec18aaa1ffea] socks forwarding established\n2025-07-29 21:58:24.940 [info] [command][e61e43b3-05fe-4dce-8ccd-d6673494d29b] Process exited with code 0\n2025-07-29 21:58:24.940 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ce7eefa2-a2e6-494c-9332-ec18aaa1ffea] socks connection closed\n2025-07-29 21:58:24.941 [info] [command][e61e43b3-05fe-4dce-8ccd-d6673494d29b] Socket close event received\n2025-07-29 21:58:24.985 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62152 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 21:59:24.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 21:59:24.949 [info] [command][90c9d53a-5627-4dda-aded-240ae1bd5b54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""90c9d53a-5627-4dda-aded-240ae1bd5b54""}\n2025-07-29 21:59:24.950 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][906af1b2-dc64-4b9f-a6c5-3f770bb1c000] received connection request\n2025-07-29 21:59:24.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 21:59:24.998 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][906af1b2-dc64-4b9f-a6c5-3f770bb1c000] socks forwarding established\n2025-07-29 21:59:25.044 [info] [command][90c9d53a-5627-4dda-aded-240ae1bd5b54] Process exited with code 0\n2025-07-29 21:59:25.045 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][906af1b2-dc64-4b9f-a6c5-3f770bb1c000] socks connection closed\n2025-07-29 21:59:25.045 [info] [command][90c9d53a-5627-4dda-aded-240ae1bd5b54] Socket close event received\n2025-07-29 21:59:25.087 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62179 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:00:25.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:00:25.057 [info] [command][838c9d41-82d5-4d51-8ea7-a2329e056288] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""838c9d41-82d5-4d51-8ea7-a2329e056288""}\n2025-07-29 22:00:25.058 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][65d636b0-5d6a-43b5-81d5-586c289cf347] received connection request\n2025-07-29 22:00:25.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:00:25.109 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][65d636b0-5d6a-43b5-81d5-586c289cf347] socks forwarding established\n2025-07-29 22:00:25.164 [info] [command][838c9d41-82d5-4d51-8ea7-a2329e056288] Process exited with code 0\n2025-07-29 22:00:25.165 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][65d636b0-5d6a-43b5-81d5-586c289cf347] socks connection closed\n2025-07-29 22:00:25.165 [info] [command][838c9d41-82d5-4d51-8ea7-a2329e056288] Socket close event received\n2025-07-29 22:00:25.205 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62199 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:01:25.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:01:25.180 [info] [command][3481d5a4-540e-438d-b219-ed9fb795e7cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3481d5a4-540e-438d-b219-ed9fb795e7cd""}\n2025-07-29 22:01:25.181 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][df672a46-809b-4494-8d72-f6070884f26a] received connection request\n2025-07-29 22:01:25.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:01:25.228 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][df672a46-809b-4494-8d72-f6070884f26a] socks forwarding established\n2025-07-29 22:01:25.279 [info] [command][3481d5a4-540e-438d-b219-ed9fb795e7cd] Process exited with code 0\n2025-07-29 22:01:25.279 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][df672a46-809b-4494-8d72-f6070884f26a] socks connection closed\n2025-07-29 22:01:25.280 [info] [command][3481d5a4-540e-438d-b219-ed9fb795e7cd] Socket close event received\n2025-07-29 22:01:25.322 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62245 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:02:25.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:02:25.288 [info] [command][88cb1d3c-f6a1-40ef-aff0-b6027fb5c5d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""88cb1d3c-f6a1-40ef-aff0-b6027fb5c5d6""}\n2025-07-29 22:02:25.289 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f3080a4c-2a96-4044-bb4d-65e395f44fbe] received connection request\n2025-07-29 22:02:25.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:02:25.334 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f3080a4c-2a96-4044-bb4d-65e395f44fbe] socks forwarding established\n2025-07-29 22:02:25.378 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f3080a4c-2a96-4044-bb4d-65e395f44fbe] socks connection closed\n2025-07-29 22:02:25.378 [info] [command][88cb1d3c-f6a1-40ef-aff0-b6027fb5c5d6] Process exited with code 0\n2025-07-29 22:02:25.378 [info] [command][88cb1d3c-f6a1-40ef-aff0-b6027fb5c5d6] Socket close event received\n2025-07-29 22:02:25.418 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62286 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:03:25.380 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:03:25.382 [info] [command][39d92b85-8583-4e96-a53a-858e16d1faf3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""39d92b85-8583-4e96-a53a-858e16d1faf3""}\n2025-07-29 22:03:25.383 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a34e46e5-6905-4b2e-908e-073f500168dd] received connection request\n2025-07-29 22:03:25.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:03:25.428 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a34e46e5-6905-4b2e-908e-073f500168dd] socks forwarding established\n2025-07-29 22:03:25.474 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a34e46e5-6905-4b2e-908e-073f500168dd] socks connection closed\n2025-07-29 22:03:25.474 [info] [command][39d92b85-8583-4e96-a53a-858e16d1faf3] Process exited with code 0\n2025-07-29 22:03:25.474 [info] [command][39d92b85-8583-4e96-a53a-858e16d1faf3] Socket close event received\n2025-07-29 22:03:25.516 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62320 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:04:25.485 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:04:25.488 [info] [command][45bc56d1-9274-4d03-85fa-7e8912d614c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""45bc56d1-9274-4d03-85fa-7e8912d614c0""}\n2025-07-29 22:04:25.489 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][808e1069-4a67-4266-abf0-9e0fe1a8cbac] received connection request\n2025-07-29 22:04:25.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:04:25.533 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][808e1069-4a67-4266-abf0-9e0fe1a8cbac] socks forwarding established\n2025-07-29 22:04:25.580 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][808e1069-4a67-4266-abf0-9e0fe1a8cbac] socks connection closed\n2025-07-29 22:04:25.580 [info] [command][45bc56d1-9274-4d03-85fa-7e8912d614c0] Process exited with code 0\n2025-07-29 22:04:25.580 [info] [command][45bc56d1-9274-4d03-85fa-7e8912d614c0] Socket close event received\n2025-07-29 22:04:25.620 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62340 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:05:25.581 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:05:25.585 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f861c418-ee74-4954-950d-5a4d54297369] received connection request\n2025-07-29 22:05:25.585 [info] [command][014c3263-931e-470a-b8d7-cef74ddcdead] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""014c3263-931e-470a-b8d7-cef74ddcdead""}\n2025-07-29 22:05:25.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:05:25.635 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f861c418-ee74-4954-950d-5a4d54297369] socks forwarding established\n2025-07-29 22:05:25.702 [info] [command][014c3263-931e-470a-b8d7-cef74ddcdead] Process exited with code 0\n2025-07-29 22:05:25.702 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f861c418-ee74-4954-950d-5a4d54297369] socks connection closed\n2025-07-29 22:05:25.702 [info] [command][014c3263-931e-470a-b8d7-cef74ddcdead] Socket close event received\n2025-07-29 22:05:25.748 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62372 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:06:25.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:06:25.710 [info] [command][73541653-e626-4cd0-9b90-a1d9d596548c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""73541653-e626-4cd0-9b90-a1d9d596548c""}\n2025-07-29 22:06:25.711 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][335438f0-65be-4f3e-bf35-c356fabcce1c] received connection request\n2025-07-29 22:06:25.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:06:25.802 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][335438f0-65be-4f3e-bf35-c356fabcce1c] socks forwarding established\n2025-07-29 22:06:25.848 [info] [command][73541653-e626-4cd0-9b90-a1d9d596548c] Process exited with code 0\n2025-07-29 22:06:25.849 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][335438f0-65be-4f3e-bf35-c356fabcce1c] socks connection closed\n2025-07-29 22:06:25.849 [info] [command][73541653-e626-4cd0-9b90-a1d9d596548c] Socket close event received\n2025-07-29 22:06:25.932 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62415 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:07:25.858 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:07:25.861 [info] [command][5dd53f2b-4df9-44d7-9f58-20ff52367f44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5dd53f2b-4df9-44d7-9f58-20ff52367f44""}\n2025-07-29 22:07:25.862 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d1b80a85-63fa-4274-83de-af6493f6fd3e] received connection request\n2025-07-29 22:07:25.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:07:25.912 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d1b80a85-63fa-4274-83de-af6493f6fd3e] socks forwarding established\n2025-07-29 22:07:25.959 [info] [command][5dd53f2b-4df9-44d7-9f58-20ff52367f44] Process exited with code 0\n2025-07-29 22:07:25.959 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d1b80a85-63fa-4274-83de-af6493f6fd3e] socks connection closed\n2025-07-29 22:07:25.960 [info] [command][5dd53f2b-4df9-44d7-9f58-20ff52367f44] Socket close event received\n2025-07-29 22:07:26.000 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62452 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:08:25.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:08:25.972 [info] [command][e9a7196d-5c97-42f2-b2bb-912062e523c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e9a7196d-5c97-42f2-b2bb-912062e523c3""}\n2025-07-29 22:08:25.973 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][35828112-9cdb-4326-be5a-6ee3e65d4c23] received connection request\n2025-07-29 22:08:25.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:08:26.021 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][35828112-9cdb-4326-be5a-6ee3e65d4c23] socks forwarding established\n2025-07-29 22:08:26.067 [info] [command][e9a7196d-5c97-42f2-b2bb-912062e523c3] Process exited with code 0\n2025-07-29 22:08:26.068 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][35828112-9cdb-4326-be5a-6ee3e65d4c23] socks connection closed\n2025-07-29 22:08:26.068 [info] [command][e9a7196d-5c97-42f2-b2bb-912062e523c3] Socket close event received\n2025-07-29 22:08:26.109 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62485 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:09:26.078 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:09:26.081 [info] [command][d5ae4f64-df4d-4abe-b827-c10a8a18ef5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d5ae4f64-df4d-4abe-b827-c10a8a18ef5a""}\n2025-07-29 22:09:26.082 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a7198751-fc54-465d-998e-bbdea0c68cff] received connection request\n2025-07-29 22:09:26.082 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:09:26.129 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7198751-fc54-465d-998e-bbdea0c68cff] socks forwarding established\n2025-07-29 22:09:26.173 [info] [command][d5ae4f64-df4d-4abe-b827-c10a8a18ef5a] Process exited with code 0\n2025-07-29 22:09:26.174 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a7198751-fc54-465d-998e-bbdea0c68cff] socks connection closed\n2025-07-29 22:09:26.174 [info] [command][d5ae4f64-df4d-4abe-b827-c10a8a18ef5a] Socket close event received\n2025-07-29 22:09:26.215 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62506 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:10:26.181 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:10:26.184 [info] [command][0503f0a3-e935-47ee-9f27-f1da331c583d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0503f0a3-e935-47ee-9f27-f1da331c583d""}\n2025-07-29 22:10:26.185 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][17a5fc7e-e288-491d-8226-d3a1f83e1466] received connection request\n2025-07-29 22:10:26.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:10:26.235 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][17a5fc7e-e288-491d-8226-d3a1f83e1466] socks forwarding established\n2025-07-29 22:10:26.281 [info] [command][0503f0a3-e935-47ee-9f27-f1da331c583d] Process exited with code 0\n2025-07-29 22:10:26.281 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][17a5fc7e-e288-491d-8226-d3a1f83e1466] socks connection closed\n2025-07-29 22:10:26.281 [info] [command][0503f0a3-e935-47ee-9f27-f1da331c583d] Socket close event received\n2025-07-29 22:10:26.322 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62529 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:11:26.285 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:11:26.288 [info] [command][41d571be-ec8c-4841-836b-6541d375c8cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""41d571be-ec8c-4841-836b-6541d375c8cb""}\n2025-07-29 22:11:26.289 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b71c212c-f742-440c-b364-dbfdcddcb2e2] received connection request\n2025-07-29 22:11:26.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:11:26.333 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b71c212c-f742-440c-b364-dbfdcddcb2e2] socks forwarding established\n2025-07-29 22:11:26.379 [info] [command][41d571be-ec8c-4841-836b-6541d375c8cb] Process exited with code 0\n2025-07-29 22:11:26.380 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b71c212c-f742-440c-b364-dbfdcddcb2e2] socks connection closed\n2025-07-29 22:11:26.380 [info] [command][41d571be-ec8c-4841-836b-6541d375c8cb] Socket close event received\n2025-07-29 22:11:26.420 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62565 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:12:26.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:12:26.389 [info] [command][dca17083-bf40-4edb-9ee6-98e99f8277c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""dca17083-bf40-4edb-9ee6-98e99f8277c5""}\n2025-07-29 22:12:26.390 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][21a95f04-deb3-48c0-a5ad-304e661126b1] received connection request\n2025-07-29 22:12:26.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:12:26.432 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][21a95f04-deb3-48c0-a5ad-304e661126b1] socks forwarding established\n2025-07-29 22:12:26.477 [info] [command][dca17083-bf40-4edb-9ee6-98e99f8277c5] Process exited with code 0\n2025-07-29 22:12:26.478 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][21a95f04-deb3-48c0-a5ad-304e661126b1] socks connection closed\n2025-07-29 22:12:26.478 [info] [command][dca17083-bf40-4edb-9ee6-98e99f8277c5] Socket close event received\n2025-07-29 22:12:26.522 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62598 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:13:26.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:13:26.489 [info] [command][05378128-308e-413e-8321-b162bd5ef592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""05378128-308e-413e-8321-b162bd5ef592""}\n2025-07-29 22:13:26.490 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f60ed8e3-8734-4a71-abed-2851a94f8baa] received connection request\n2025-07-29 22:13:26.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:13:26.534 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f60ed8e3-8734-4a71-abed-2851a94f8baa] socks forwarding established\n2025-07-29 22:13:26.581 [info] [command][05378128-308e-413e-8321-b162bd5ef592] Process exited with code 0\n2025-07-29 22:13:26.581 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f60ed8e3-8734-4a71-abed-2851a94f8baa] socks connection closed\n2025-07-29 22:13:26.581 [info] [command][05378128-308e-413e-8321-b162bd5ef592] Socket close event received\n2025-07-29 22:13:26.621 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62633 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:14:26.588 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:14:26.590 [info] [command][cb06021f-f5a9-41bb-8637-9e4eb3d83448] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cb06021f-f5a9-41bb-8637-9e4eb3d83448""}\n2025-07-29 22:14:26.591 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][56eacae7-0a32-43e5-ae49-d504e9943ebc] received connection request\n2025-07-29 22:14:26.591 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:14:26.634 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][56eacae7-0a32-43e5-ae49-d504e9943ebc] socks forwarding established\n2025-07-29 22:14:26.678 [info] [command][cb06021f-f5a9-41bb-8637-9e4eb3d83448] Process exited with code 0\n2025-07-29 22:14:26.678 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][56eacae7-0a32-43e5-ae49-d504e9943ebc] socks connection closed\n2025-07-29 22:14:26.678 [info] [command][cb06021f-f5a9-41bb-8637-9e4eb3d83448] Socket close event received\n2025-07-29 22:14:26.717 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62656 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:15:26.689 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:15:26.692 [info] [command][b4183d0c-a97c-4b08-b5c4-1691947d0ea1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b4183d0c-a97c-4b08-b5c4-1691947d0ea1""}\n2025-07-29 22:15:26.694 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e1d454b5-7e71-45ac-b142-46fe923b61b1] received connection request\n2025-07-29 22:15:26.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:15:26.743 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e1d454b5-7e71-45ac-b142-46fe923b61b1] socks forwarding established\n2025-07-29 22:15:26.788 [info] [command][b4183d0c-a97c-4b08-b5c4-1691947d0ea1] Process exited with code 0\n2025-07-29 22:15:26.789 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e1d454b5-7e71-45ac-b142-46fe923b61b1] socks connection closed\n2025-07-29 22:15:26.789 [info] [command][b4183d0c-a97c-4b08-b5c4-1691947d0ea1] Socket close event received\n2025-07-29 22:15:26.829 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62688 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:16:26.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:16:26.799 [info] [command][41558a44-973a-4025-8ea8-3c5dae9bab79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""41558a44-973a-4025-8ea8-3c5dae9bab79""}\n2025-07-29 22:16:26.799 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a4022083-b023-4c68-a547-738248bc756e] received connection request\n2025-07-29 22:16:26.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:16:26.847 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a4022083-b023-4c68-a547-738248bc756e] socks forwarding established\n2025-07-29 22:16:26.892 [info] [command][41558a44-973a-4025-8ea8-3c5dae9bab79] Process exited with code 0\n2025-07-29 22:16:26.892 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a4022083-b023-4c68-a547-738248bc756e] socks connection closed\n2025-07-29 22:16:26.892 [info] [command][41558a44-973a-4025-8ea8-3c5dae9bab79] Socket close event received\n2025-07-29 22:16:26.936 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62724 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:17:26.897 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:17:26.900 [info] [command][05e92228-6522-4e06-b480-f9bf45c216ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""05e92228-6522-4e06-b480-f9bf45c216ac""}\n2025-07-29 22:17:26.901 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6986b604-8e84-439d-ac97-aa26d29a002e] received connection request\n2025-07-29 22:17:26.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:17:26.953 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6986b604-8e84-439d-ac97-aa26d29a002e] socks forwarding established\n2025-07-29 22:17:26.998 [info] [command][05e92228-6522-4e06-b480-f9bf45c216ac] Process exited with code 0\n2025-07-29 22:17:26.999 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6986b604-8e84-439d-ac97-aa26d29a002e] socks connection closed\n2025-07-29 22:17:26.999 [info] [command][05e92228-6522-4e06-b480-f9bf45c216ac] Socket close event received\n2025-07-29 22:17:27.042 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62757 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:18:27.003 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:18:27.006 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][58343f31-d5ab-49fd-9924-6dfe6ed71b21] received connection request\n2025-07-29 22:18:27.007 [info] [command][9169fe9a-2e62-4766-bea4-d501e8f9da1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9169fe9a-2e62-4766-bea4-d501e8f9da1e""}\n2025-07-29 22:18:27.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:18:27.051 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][58343f31-d5ab-49fd-9924-6dfe6ed71b21] socks forwarding established\n2025-07-29 22:18:27.094 [info] [command][9169fe9a-2e62-4766-bea4-d501e8f9da1e] Process exited with code 0\n2025-07-29 22:18:27.094 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][58343f31-d5ab-49fd-9924-6dfe6ed71b21] socks connection closed\n2025-07-29 22:18:27.094 [info] [command][9169fe9a-2e62-4766-bea4-d501e8f9da1e] Socket close event received\n2025-07-29 22:18:27.136 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62789 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:19:27.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:19:27.107 [info] [command][5d6d5c7a-aa84-417e-8c70-0c066e8e5aa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5d6d5c7a-aa84-417e-8c70-0c066e8e5aa3""}\n2025-07-29 22:19:27.108 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][869b4d96-b928-4443-ac2c-703462314f97] received connection request\n2025-07-29 22:19:27.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:19:27.150 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][869b4d96-b928-4443-ac2c-703462314f97] socks forwarding established\n2025-07-29 22:19:27.195 [info] [command][5d6d5c7a-aa84-417e-8c70-0c066e8e5aa3] Process exited with code 0\n2025-07-29 22:19:27.195 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][869b4d96-b928-4443-ac2c-703462314f97] socks connection closed\n2025-07-29 22:19:27.195 [info] [command][5d6d5c7a-aa84-417e-8c70-0c066e8e5aa3] Socket close event received\n2025-07-29 22:19:27.236 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62809 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:20:27.199 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:20:27.203 [info] [command][65a090d0-a216-4ec1-9219-1df9928f8689] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""65a090d0-a216-4ec1-9219-1df9928f8689""}\n2025-07-29 22:20:27.203 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][952adc64-3074-4a5f-bf4b-34018fe2faf7] received connection request\n2025-07-29 22:20:27.204 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:20:27.250 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][952adc64-3074-4a5f-bf4b-34018fe2faf7] socks forwarding established\n2025-07-29 22:20:27.297 [info] [command][65a090d0-a216-4ec1-9219-1df9928f8689] Process exited with code 0\n2025-07-29 22:20:27.298 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][952adc64-3074-4a5f-bf4b-34018fe2faf7] socks connection closed\n2025-07-29 22:20:27.298 [info] [command][65a090d0-a216-4ec1-9219-1df9928f8689] Socket close event received\n2025-07-29 22:20:27.341 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62836 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:21:27.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:21:27.300 [info] [command][c1a46a6b-48d2-47a4-b7c3-d53a8b6db63d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c1a46a6b-48d2-47a4-b7c3-d53a8b6db63d""}\n2025-07-29 22:21:27.301 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2633ac17-e6cc-471f-a508-cea98793b120] received connection request\n2025-07-29 22:21:27.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:21:27.343 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2633ac17-e6cc-471f-a508-cea98793b120] socks forwarding established\n2025-07-29 22:21:27.415 [info] [command][c1a46a6b-48d2-47a4-b7c3-d53a8b6db63d] Process exited with code 0\n2025-07-29 22:21:27.415 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2633ac17-e6cc-471f-a508-cea98793b120] socks connection closed\n2025-07-29 22:21:27.415 [info] [command][c1a46a6b-48d2-47a4-b7c3-d53a8b6db63d] Socket close event received\n2025-07-29 22:21:27.455 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62872 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:22:27.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:22:27.415 [info] [command][18182939-514e-47a3-a83c-b88179d868e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""18182939-514e-47a3-a83c-b88179d868e9""}\n2025-07-29 22:22:27.415 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][54e2b4fd-35c1-4a2c-a3d4-2c9d04ee4d0e] received connection request\n2025-07-29 22:22:27.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:22:27.457 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][54e2b4fd-35c1-4a2c-a3d4-2c9d04ee4d0e] socks forwarding established\n2025-07-29 22:22:27.505 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][54e2b4fd-35c1-4a2c-a3d4-2c9d04ee4d0e] socks connection closed\n2025-07-29 22:22:27.505 [info] [command][18182939-514e-47a3-a83c-b88179d868e9] Process exited with code 0\n2025-07-29 22:22:27.505 [info] [command][18182939-514e-47a3-a83c-b88179d868e9] Socket close event received\n2025-07-29 22:22:27.546 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62925 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:23:27.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:23:27.511 [info] [command][52dd115b-af6b-4757-a30b-1f8307a43397] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""52dd115b-af6b-4757-a30b-1f8307a43397""}\n2025-07-29 22:23:27.512 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9bf6ae22-b30e-43c8-96b7-f21bc908c3a9] received connection request\n2025-07-29 22:23:27.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:23:27.555 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9bf6ae22-b30e-43c8-96b7-f21bc908c3a9] socks forwarding established\n2025-07-29 22:23:27.601 [info] [command][52dd115b-af6b-4757-a30b-1f8307a43397] Process exited with code 0\n2025-07-29 22:23:27.602 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9bf6ae22-b30e-43c8-96b7-f21bc908c3a9] socks connection closed\n2025-07-29 22:23:27.602 [info] [command][52dd115b-af6b-4757-a30b-1f8307a43397] Socket close event received\n2025-07-29 22:23:27.643 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62951 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:24:27.612 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:24:27.614 [info] [command][8f7ec4a1-b763-46fd-b2b7-f40cc9bb27dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8f7ec4a1-b763-46fd-b2b7-f40cc9bb27dd""}\n2025-07-29 22:24:27.615 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][986abefe-e450-4885-9af7-a9466cc88da4] received connection request\n2025-07-29 22:24:27.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:24:27.675 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][986abefe-e450-4885-9af7-a9466cc88da4] socks forwarding established\n2025-07-29 22:24:27.720 [info] [command][8f7ec4a1-b763-46fd-b2b7-f40cc9bb27dd] Process exited with code 0\n2025-07-29 22:24:27.720 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][986abefe-e450-4885-9af7-a9466cc88da4] socks connection closed\n2025-07-29 22:24:27.720 [info] [command][8f7ec4a1-b763-46fd-b2b7-f40cc9bb27dd] Socket close event received\n2025-07-29 22:24:27.761 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 62971 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:25:27.722 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:25:27.725 [info] [command][7b3dbc08-5923-431f-b49b-8ccc0ef70553] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7b3dbc08-5923-431f-b49b-8ccc0ef70553""}\n2025-07-29 22:25:27.725 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0d4c22db-bc5f-42ea-a897-4466badbcc4c] received connection request\n2025-07-29 22:25:27.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:25:27.767 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0d4c22db-bc5f-42ea-a897-4466badbcc4c] socks forwarding established\n2025-07-29 22:25:27.817 [info] [command][7b3dbc08-5923-431f-b49b-8ccc0ef70553] Process exited with code 0\n2025-07-29 22:25:27.817 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0d4c22db-bc5f-42ea-a897-4466badbcc4c] socks connection closed\n2025-07-29 22:25:27.817 [info] [command][7b3dbc08-5923-431f-b49b-8ccc0ef70553] Socket close event received\n2025-07-29 22:25:27.857 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63005 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:26:27.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:26:27.829 [info] [command][d4e1b846-4d51-461e-a7d5-4a62f3b78bf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d4e1b846-4d51-461e-a7d5-4a62f3b78bf5""}\n2025-07-29 22:26:27.829 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4706bc3c-5676-44c0-87c7-43f7025eb587] received connection request\n2025-07-29 22:26:27.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 22:26:27.829 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:26:27.870 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4706bc3c-5676-44c0-87c7-43f7025eb587] socks forwarding established\n2025-07-29 22:26:27.916 [info] [command][d4e1b846-4d51-461e-a7d5-4a62f3b78bf5] Process exited with code 0\n2025-07-29 22:26:27.916 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4706bc3c-5676-44c0-87c7-43f7025eb587] socks connection closed\n2025-07-29 22:26:27.916 [info] [command][d4e1b846-4d51-461e-a7d5-4a62f3b78bf5] Socket close event received\n2025-07-29 22:26:27.957 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63041 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:27:27.925 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:27:27.927 [info] [command][163c142c-e731-4017-921b-8aa98844db4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""163c142c-e731-4017-921b-8aa98844db4b""}\n2025-07-29 22:27:27.928 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fe0954d9-eb19-4ea4-aa63-4985e6ca2615] received connection request\n2025-07-29 22:27:27.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:27:27.997 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fe0954d9-eb19-4ea4-aa63-4985e6ca2615] socks forwarding established\n2025-07-29 22:27:28.067 [info] [command][163c142c-e731-4017-921b-8aa98844db4b] Process exited with code 0\n2025-07-29 22:27:28.067 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fe0954d9-eb19-4ea4-aa63-4985e6ca2615] socks connection closed\n2025-07-29 22:27:28.067 [info] [command][163c142c-e731-4017-921b-8aa98844db4b] Socket close event received\n2025-07-29 22:27:28.131 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63077 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:28:28.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:28:28.077 [info] [command][7786ac95-5571-4f39-8fcc-af50d5249110] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7786ac95-5571-4f39-8fcc-af50d5249110""}\n2025-07-29 22:28:28.078 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f94d5a58-80e6-47cb-98b7-704eef28bfe9] received connection request\n2025-07-29 22:28:28.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:28:28.121 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f94d5a58-80e6-47cb-98b7-704eef28bfe9] socks forwarding established\n2025-07-29 22:28:28.165 [info] [command][7786ac95-5571-4f39-8fcc-af50d5249110] Process exited with code 0\n2025-07-29 22:28:28.165 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f94d5a58-80e6-47cb-98b7-704eef28bfe9] socks connection closed\n2025-07-29 22:28:28.166 [info] [command][7786ac95-5571-4f39-8fcc-af50d5249110] Socket close event received\n2025-07-29 22:28:28.207 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63103 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:29:28.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:29:28.175 [info] [command][f21088b8-9b49-465e-ad37-dabbc2975c9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f21088b8-9b49-465e-ad37-dabbc2975c9a""}\n2025-07-29 22:29:28.175 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1f4dcfc1-6e93-4af4-ad83-544a18701d8e] received connection request\n2025-07-29 22:29:28.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 22:29:28.176 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:29:28.217 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f4dcfc1-6e93-4af4-ad83-544a18701d8e] socks forwarding established\n2025-07-29 22:29:28.263 [info] [command][f21088b8-9b49-465e-ad37-dabbc2975c9a] Process exited with code 0\n2025-07-29 22:29:28.264 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f4dcfc1-6e93-4af4-ad83-544a18701d8e] socks connection closed\n2025-07-29 22:29:28.264 [info] [command][f21088b8-9b49-465e-ad37-dabbc2975c9a] Socket close event received\n2025-07-29 22:29:28.305 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63126 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:30:28.265 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:30:28.268 [info] [command][8a16b2e3-d42b-485b-b176-48c66e9ac0af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8a16b2e3-d42b-485b-b176-48c66e9ac0af""}\n2025-07-29 22:30:28.268 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b487898d-b941-470f-8ae5-9aa493fcabd8] received connection request\n2025-07-29 22:30:28.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:30:28.316 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b487898d-b941-470f-8ae5-9aa493fcabd8] socks forwarding established\n2025-07-29 22:30:28.378 [info] [command][8a16b2e3-d42b-485b-b176-48c66e9ac0af] Process exited with code 0\n2025-07-29 22:30:28.378 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b487898d-b941-470f-8ae5-9aa493fcabd8] socks connection closed\n2025-07-29 22:30:28.378 [info] [command][8a16b2e3-d42b-485b-b176-48c66e9ac0af] Socket close event received\n2025-07-29 22:30:28.423 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63158 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:31:28.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:31:28.390 [info] [command][9c65fef5-712e-4d7b-b773-b8c10eced682] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9c65fef5-712e-4d7b-b773-b8c10eced682""}\n2025-07-29 22:31:28.391 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5adc6eba-30bd-4745-b4a8-537d4bfeefa5] received connection request\n2025-07-29 22:31:28.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:31:28.444 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5adc6eba-30bd-4745-b4a8-537d4bfeefa5] socks forwarding established\n2025-07-29 22:31:28.502 [info] [command][9c65fef5-712e-4d7b-b773-b8c10eced682] Process exited with code 0\n2025-07-29 22:31:28.502 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5adc6eba-30bd-4745-b4a8-537d4bfeefa5] socks connection closed\n2025-07-29 22:31:28.503 [info] [command][9c65fef5-712e-4d7b-b773-b8c10eced682] Socket close event received\n2025-07-29 22:31:28.554 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63196 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:32:28.512 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:32:28.514 [info] [command][bdcaf998-98f7-46b4-853d-70ab10ba7997] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bdcaf998-98f7-46b4-853d-70ab10ba7997""}\n2025-07-29 22:32:28.514 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d599a1f2-70fa-4893-a0d7-26d3540af827] received connection request\n2025-07-29 22:32:28.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:32:28.557 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d599a1f2-70fa-4893-a0d7-26d3540af827] socks forwarding established\n2025-07-29 22:32:28.603 [info] [command][bdcaf998-98f7-46b4-853d-70ab10ba7997] Process exited with code 0\n2025-07-29 22:32:28.603 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d599a1f2-70fa-4893-a0d7-26d3540af827] socks connection closed\n2025-07-29 22:32:28.603 [info] [command][bdcaf998-98f7-46b4-853d-70ab10ba7997] Socket close event received\n2025-07-29 22:32:28.643 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63230 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:33:28.609 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:33:28.611 [info] [command][402a1dc9-a208-4a32-a2da-319482fee0ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""402a1dc9-a208-4a32-a2da-319482fee0ca""}\n2025-07-29 22:33:28.612 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][34891f79-c9b5-45c3-a4b5-0a7d5b2fde1f] received connection request\n2025-07-29 22:33:28.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:33:28.656 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][34891f79-c9b5-45c3-a4b5-0a7d5b2fde1f] socks forwarding established\n2025-07-29 22:33:28.702 [info] [command][402a1dc9-a208-4a32-a2da-319482fee0ca] Process exited with code 0\n2025-07-29 22:33:28.702 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][34891f79-c9b5-45c3-a4b5-0a7d5b2fde1f] socks connection closed\n2025-07-29 22:33:28.702 [info] [command][402a1dc9-a208-4a32-a2da-319482fee0ca] Socket close event received\n2025-07-29 22:33:28.743 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63254 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:34:28.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:34:28.714 [info] [command][4abf3ab0-3297-4cc7-af34-7b2e7ee37a26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4abf3ab0-3297-4cc7-af34-7b2e7ee37a26""}\n2025-07-29 22:34:28.714 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4a2232f1-c6d4-4caa-a729-fd79b6da3db8] received connection request\n2025-07-29 22:34:28.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:34:28.759 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4a2232f1-c6d4-4caa-a729-fd79b6da3db8] socks forwarding established\n2025-07-29 22:34:28.806 [info] [command][4abf3ab0-3297-4cc7-af34-7b2e7ee37a26] Process exited with code 0\n2025-07-29 22:34:28.806 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4a2232f1-c6d4-4caa-a729-fd79b6da3db8] socks connection closed\n2025-07-29 22:34:28.806 [info] [command][4abf3ab0-3297-4cc7-af34-7b2e7ee37a26] Socket close event received\n2025-07-29 22:34:28.845 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63271 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:35:28.816 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:35:28.819 [info] [command][54c9af83-0b83-40d4-8a4f-a2b7a03bab14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""54c9af83-0b83-40d4-8a4f-a2b7a03bab14""}\n2025-07-29 22:35:28.820 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2756de7e-f8f9-4a61-a75f-cb650ca256fe] received connection request\n2025-07-29 22:35:28.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:35:28.865 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2756de7e-f8f9-4a61-a75f-cb650ca256fe] socks forwarding established\n2025-07-29 22:35:28.912 [info] [command][54c9af83-0b83-40d4-8a4f-a2b7a03bab14] Process exited with code 0\n2025-07-29 22:35:28.912 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2756de7e-f8f9-4a61-a75f-cb650ca256fe] socks connection closed\n2025-07-29 22:35:28.912 [info] [command][54c9af83-0b83-40d4-8a4f-a2b7a03bab14] Socket close event received\n2025-07-29 22:35:28.954 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63305 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:36:28.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:36:28.917 [info] [command][77432798-f792-4fee-8baf-083c8f1737bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""77432798-f792-4fee-8baf-083c8f1737bd""}\n2025-07-29 22:36:28.918 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][750c746f-1b3e-403a-8d9e-6eb65abbefe2] received connection request\n2025-07-29 22:36:28.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:36:28.961 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][750c746f-1b3e-403a-8d9e-6eb65abbefe2] socks forwarding established\n2025-07-29 22:36:29.006 [info] [command][77432798-f792-4fee-8baf-083c8f1737bd] Process exited with code 0\n2025-07-29 22:36:29.006 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][750c746f-1b3e-403a-8d9e-6eb65abbefe2] socks connection closed\n2025-07-29 22:36:29.007 [info] [command][77432798-f792-4fee-8baf-083c8f1737bd] Socket close event received\n2025-07-29 22:36:29.049 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63343 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:37:29.016 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:37:29.018 [info] [command][cad428d6-6a3c-4a5a-8675-4ecb383b1e7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cad428d6-6a3c-4a5a-8675-4ecb383b1e7f""}\n2025-07-29 22:37:29.019 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a6bfbf62-00e2-466a-9df4-006075283ede] received connection request\n2025-07-29 22:37:29.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:37:29.066 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a6bfbf62-00e2-466a-9df4-006075283ede] socks forwarding established\n2025-07-29 22:37:29.127 [info] [command][cad428d6-6a3c-4a5a-8675-4ecb383b1e7f] Process exited with code 0\n2025-07-29 22:37:29.127 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a6bfbf62-00e2-466a-9df4-006075283ede] socks connection closed\n2025-07-29 22:37:29.127 [info] [command][cad428d6-6a3c-4a5a-8675-4ecb383b1e7f] Socket close event received\n2025-07-29 22:37:29.169 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63378 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:38:29.134 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:38:29.136 [info] [command][7ee516e9-3cc4-4823-80f5-b4f1fd3c8ef3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7ee516e9-3cc4-4823-80f5-b4f1fd3c8ef3""}\n2025-07-29 22:38:29.137 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a3085624-5200-4966-b683-31b5c7c95c91] received connection request\n2025-07-29 22:38:29.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:38:29.190 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a3085624-5200-4966-b683-31b5c7c95c91] socks forwarding established\n2025-07-29 22:38:29.241 [info] [command][7ee516e9-3cc4-4823-80f5-b4f1fd3c8ef3] Process exited with code 0\n2025-07-29 22:38:29.241 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a3085624-5200-4966-b683-31b5c7c95c91] socks connection closed\n2025-07-29 22:38:29.242 [info] [command][7ee516e9-3cc4-4823-80f5-b4f1fd3c8ef3] Socket close event received\n2025-07-29 22:38:29.291 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63402 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:39:29.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:39:29.250 [info] [command][cc793288-ca74-45a5-9062-9cce4c3c1db0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cc793288-ca74-45a5-9062-9cce4c3c1db0""}\n2025-07-29 22:39:29.251 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][eee6d810-71bb-491e-b22c-b0fba9c06135] received connection request\n2025-07-29 22:39:29.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:39:29.297 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eee6d810-71bb-491e-b22c-b0fba9c06135] socks forwarding established\n2025-07-29 22:39:29.342 [info] [command][cc793288-ca74-45a5-9062-9cce4c3c1db0] Process exited with code 0\n2025-07-29 22:39:29.342 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][eee6d810-71bb-491e-b22c-b0fba9c06135] socks connection closed\n2025-07-29 22:39:29.342 [info] [command][cc793288-ca74-45a5-9062-9cce4c3c1db0] Socket close event received\n2025-07-29 22:39:29.384 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63420 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:40:29.352 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:40:29.361 [info] [command][1992d3bc-cdc5-47b3-b1c2-d68639057891] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1992d3bc-cdc5-47b3-b1c2-d68639057891""}\n2025-07-29 22:40:29.363 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][25e0928a-64e5-4931-9c6c-b6982ff43118] received connection request\n2025-07-29 22:40:29.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:40:29.406 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][25e0928a-64e5-4931-9c6c-b6982ff43118] socks forwarding established\n2025-07-29 22:40:29.461 [info] [command][1992d3bc-cdc5-47b3-b1c2-d68639057891] Process exited with code 0\n2025-07-29 22:40:29.461 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][25e0928a-64e5-4931-9c6c-b6982ff43118] socks connection closed\n2025-07-29 22:40:29.461 [info] [command][1992d3bc-cdc5-47b3-b1c2-d68639057891] Socket close event received\n2025-07-29 22:40:29.510 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63453 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:41:29.464 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:41:29.467 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a176631b-8e6c-454b-8ae5-0bffedf9d808] received connection request\n2025-07-29 22:41:29.467 [info] [command][47581291-aef7-4e90-bc5b-21fbda1fc4dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""47581291-aef7-4e90-bc5b-21fbda1fc4dc""}\n2025-07-29 22:41:29.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:41:29.509 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a176631b-8e6c-454b-8ae5-0bffedf9d808] socks forwarding established\n2025-07-29 22:41:29.557 [info] [command][47581291-aef7-4e90-bc5b-21fbda1fc4dc] Process exited with code 0\n2025-07-29 22:41:29.558 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a176631b-8e6c-454b-8ae5-0bffedf9d808] socks connection closed\n2025-07-29 22:41:29.558 [info] [command][47581291-aef7-4e90-bc5b-21fbda1fc4dc] Socket close event received\n2025-07-29 22:41:29.599 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63493 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:42:29.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:42:29.559 [info] [command][bdc06ec9-fbc0-4005-afcf-bb26b5abf809] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bdc06ec9-fbc0-4005-afcf-bb26b5abf809""}\n2025-07-29 22:42:29.559 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4ca44860-dbdc-4aa4-9279-d31bc6a45e21] received connection request\n2025-07-29 22:42:29.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 22:42:29.559 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:42:29.600 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4ca44860-dbdc-4aa4-9279-d31bc6a45e21] socks forwarding established\n2025-07-29 22:42:29.645 [info] [command][bdc06ec9-fbc0-4005-afcf-bb26b5abf809] Process exited with code 0\n2025-07-29 22:42:29.645 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4ca44860-dbdc-4aa4-9279-d31bc6a45e21] socks connection closed\n2025-07-29 22:42:29.645 [info] [command][bdc06ec9-fbc0-4005-afcf-bb26b5abf809] Socket close event received\n2025-07-29 22:42:29.692 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63546 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:43:29.648 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:43:29.650 [info] [command][c583b63e-32e6-48b8-8883-bf3fbd385cb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c583b63e-32e6-48b8-8883-bf3fbd385cb7""}\n2025-07-29 22:43:29.650 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][50f2a33b-7d0c-4771-b3cc-b9f51ca28036] received connection request\n2025-07-29 22:43:29.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:43:29.699 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50f2a33b-7d0c-4771-b3cc-b9f51ca28036] socks forwarding established\n2025-07-29 22:43:29.747 [info] [command][c583b63e-32e6-48b8-8883-bf3fbd385cb7] Process exited with code 0\n2025-07-29 22:43:29.747 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][50f2a33b-7d0c-4771-b3cc-b9f51ca28036] socks connection closed\n2025-07-29 22:43:29.747 [info] [command][c583b63e-32e6-48b8-8883-bf3fbd385cb7] Socket close event received\n2025-07-29 22:43:29.788 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63574 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:44:29.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:44:29.756 [info] [command][144dd6e0-81cf-4d0e-adf4-de3f456322d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""144dd6e0-81cf-4d0e-adf4-de3f456322d0""}\n2025-07-29 22:44:29.757 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][00ac6d09-1d7e-42ef-9fdd-2a2377defc3f] received connection request\n2025-07-29 22:44:29.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:44:29.808 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00ac6d09-1d7e-42ef-9fdd-2a2377defc3f] socks forwarding established\n2025-07-29 22:44:29.854 [info] [command][144dd6e0-81cf-4d0e-adf4-de3f456322d0] Process exited with code 0\n2025-07-29 22:44:29.855 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][00ac6d09-1d7e-42ef-9fdd-2a2377defc3f] socks connection closed\n2025-07-29 22:44:29.855 [info] [command][144dd6e0-81cf-4d0e-adf4-de3f456322d0] Socket close event received\n2025-07-29 22:44:29.902 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63596 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:45:29.863 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:45:29.867 [info] [command][161bbace-d868-4c8b-93d9-ff4739fe5403] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""161bbace-d868-4c8b-93d9-ff4739fe5403""}\n2025-07-29 22:45:29.868 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][06f7473e-ab14-4dba-9654-438285f66ffd] received connection request\n2025-07-29 22:45:29.869 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:45:29.921 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][06f7473e-ab14-4dba-9654-438285f66ffd] socks forwarding established\n2025-07-29 22:45:29.965 [info] [command][161bbace-d868-4c8b-93d9-ff4739fe5403] Process exited with code 0\n2025-07-29 22:45:29.965 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][06f7473e-ab14-4dba-9654-438285f66ffd] socks connection closed\n2025-07-29 22:45:29.965 [info] [command][161bbace-d868-4c8b-93d9-ff4739fe5403] Socket close event received\n2025-07-29 22:45:30.005 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63632 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:46:29.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:46:29.977 [info] [command][031d0a42-27fd-4098-b259-647092399468] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""031d0a42-27fd-4098-b259-647092399468""}\n2025-07-29 22:46:29.979 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8cbd970d-c45e-4c1d-ab84-e47080d3c12d] received connection request\n2025-07-29 22:46:29.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 22:46:29.980 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:46:30.029 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8cbd970d-c45e-4c1d-ab84-e47080d3c12d] socks forwarding established\n2025-07-29 22:46:30.073 [info] [command][031d0a42-27fd-4098-b259-647092399468] Process exited with code 0\n2025-07-29 22:46:30.073 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8cbd970d-c45e-4c1d-ab84-e47080d3c12d] socks connection closed\n2025-07-29 22:46:30.073 [info] [command][031d0a42-27fd-4098-b259-647092399468] Socket close event received\n2025-07-29 22:46:30.115 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63671 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:47:30.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:47:30.086 [info] [command][874f80a1-43df-4ea9-b785-a9446ad10d0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""874f80a1-43df-4ea9-b785-a9446ad10d0f""}\n2025-07-29 22:47:30.087 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bd81366d-c89c-4553-9361-bf7c0302120b] received connection request\n2025-07-29 22:47:30.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:47:30.135 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bd81366d-c89c-4553-9361-bf7c0302120b] socks forwarding established\n2025-07-29 22:47:30.179 [info] [command][874f80a1-43df-4ea9-b785-a9446ad10d0f] Process exited with code 0\n2025-07-29 22:47:30.180 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bd81366d-c89c-4553-9361-bf7c0302120b] socks connection closed\n2025-07-29 22:47:30.180 [info] [command][874f80a1-43df-4ea9-b785-a9446ad10d0f] Socket close event received\n2025-07-29 22:47:30.222 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63709 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:48:30.190 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:48:30.193 [info] [command][297b7b8e-74ce-4264-8290-414620fdfeb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""297b7b8e-74ce-4264-8290-414620fdfeb8""}\n2025-07-29 22:48:30.194 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][640ee95a-2382-46c1-8c09-5227293eb3a3] received connection request\n2025-07-29 22:48:30.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:48:30.240 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][640ee95a-2382-46c1-8c09-5227293eb3a3] socks forwarding established\n2025-07-29 22:48:30.288 [info] [command][297b7b8e-74ce-4264-8290-414620fdfeb8] Process exited with code 0\n2025-07-29 22:48:30.288 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][640ee95a-2382-46c1-8c09-5227293eb3a3] socks connection closed\n2025-07-29 22:48:30.288 [info] [command][297b7b8e-74ce-4264-8290-414620fdfeb8] Socket close event received\n2025-07-29 22:48:30.332 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63737 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:49:30.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:49:30.291 [info] [command][da507586-df1d-4551-8d1f-4a77af230bf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""da507586-df1d-4551-8d1f-4a77af230bf0""}\n2025-07-29 22:49:30.292 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3ef566ab-d040-4385-b29b-d2aaece67c08] received connection request\n2025-07-29 22:49:30.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:49:30.338 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3ef566ab-d040-4385-b29b-d2aaece67c08] socks forwarding established\n2025-07-29 22:49:30.386 [info] [command][da507586-df1d-4551-8d1f-4a77af230bf0] Process exited with code 0\n2025-07-29 22:49:30.387 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3ef566ab-d040-4385-b29b-d2aaece67c08] socks connection closed\n2025-07-29 22:49:30.387 [info] [command][da507586-df1d-4551-8d1f-4a77af230bf0] Socket close event received\n2025-07-29 22:49:30.443 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63775 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:50:30.390 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:50:30.390 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fd708bbf-afbf-473a-8fe8-57eae51cdad1] received connection request\n2025-07-29 22:50:30.390 [info] [command][8c81afef-66c5-43ee-ae0a-bd03959e4351] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8c81afef-66c5-43ee-ae0a-bd03959e4351""}\n2025-07-29 22:50:30.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:50:30.432 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd708bbf-afbf-473a-8fe8-57eae51cdad1] socks forwarding established\n2025-07-29 22:50:30.478 [info] [command][8c81afef-66c5-43ee-ae0a-bd03959e4351] Process exited with code 0\n2025-07-29 22:50:30.478 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd708bbf-afbf-473a-8fe8-57eae51cdad1] socks connection closed\n2025-07-29 22:50:30.478 [info] [command][8c81afef-66c5-43ee-ae0a-bd03959e4351] Socket close event received\n2025-07-29 22:50:30.519 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63809 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:51:30.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:51:30.486 [info] [command][f4d25bc9-6657-40a0-9d89-ede8b75c2d34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f4d25bc9-6657-40a0-9d89-ede8b75c2d34""}\n2025-07-29 22:51:30.486 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9c765025-3341-4a2d-850f-97d200121526] received connection request\n2025-07-29 22:51:30.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:51:30.530 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c765025-3341-4a2d-850f-97d200121526] socks forwarding established\n2025-07-29 22:51:30.576 [info] [command][f4d25bc9-6657-40a0-9d89-ede8b75c2d34] Process exited with code 0\n2025-07-29 22:51:30.577 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9c765025-3341-4a2d-850f-97d200121526] socks connection closed\n2025-07-29 22:51:30.577 [info] [command][f4d25bc9-6657-40a0-9d89-ede8b75c2d34] Socket close event received\n2025-07-29 22:51:30.618 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63848 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:52:30.581 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:52:30.583 [info] [command][228c2e3f-97eb-4768-9db5-235f6ff50886] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""228c2e3f-97eb-4768-9db5-235f6ff50886""}\n2025-07-29 22:52:30.584 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f521c7c3-9905-4b87-856d-287ec7678d10] received connection request\n2025-07-29 22:52:30.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:52:30.627 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f521c7c3-9905-4b87-856d-287ec7678d10] socks forwarding established\n2025-07-29 22:52:30.671 [info] [command][228c2e3f-97eb-4768-9db5-235f6ff50886] Process exited with code 0\n2025-07-29 22:52:30.672 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f521c7c3-9905-4b87-856d-287ec7678d10] socks connection closed\n2025-07-29 22:52:30.672 [info] [command][228c2e3f-97eb-4768-9db5-235f6ff50886] Socket close event received\n2025-07-29 22:52:30.711 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63880 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:53:30.692 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:53:30.694 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bacc54aa-c0d9-49ee-bc36-31f177d71f07] received connection request\n2025-07-29 22:53:30.695 [info] [command][edd23099-3b34-4b2c-bd64-61c38f35e2d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""edd23099-3b34-4b2c-bd64-61c38f35e2d1""}\n2025-07-29 22:53:30.695 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:53:30.738 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bacc54aa-c0d9-49ee-bc36-31f177d71f07] socks forwarding established\n2025-07-29 22:53:30.813 [info] [command][edd23099-3b34-4b2c-bd64-61c38f35e2d1] Process exited with code 0\n2025-07-29 22:53:30.813 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bacc54aa-c0d9-49ee-bc36-31f177d71f07] socks connection closed\n2025-07-29 22:53:30.814 [info] [command][edd23099-3b34-4b2c-bd64-61c38f35e2d1] Socket close event received\n2025-07-29 22:53:30.853 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63918 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:54:30.824 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:54:30.827 [info] [command][f5760767-447b-4717-aa2b-f1f67cde1b45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f5760767-447b-4717-aa2b-f1f67cde1b45""}\n2025-07-29 22:54:30.829 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b204f09d-bd45-414f-aec8-d221e767edd5] received connection request\n2025-07-29 22:54:30.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:54:30.877 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b204f09d-bd45-414f-aec8-d221e767edd5] socks forwarding established\n2025-07-29 22:54:30.923 [info] [command][f5760767-447b-4717-aa2b-f1f67cde1b45] Process exited with code 0\n2025-07-29 22:54:30.923 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b204f09d-bd45-414f-aec8-d221e767edd5] socks connection closed\n2025-07-29 22:54:30.924 [info] [command][f5760767-447b-4717-aa2b-f1f67cde1b45] Socket close event received\n2025-07-29 22:54:30.965 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63948 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:55:30.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:55:30.937 [info] [command][19da2836-e8b8-466f-9190-145743409540] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""19da2836-e8b8-466f-9190-145743409540""}\n2025-07-29 22:55:30.937 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3d5fa6e6-499f-457e-b57c-81da7711ea6a] received connection request\n2025-07-29 22:55:30.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:55:30.985 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3d5fa6e6-499f-457e-b57c-81da7711ea6a] socks forwarding established\n2025-07-29 22:55:31.029 [info] [command][19da2836-e8b8-466f-9190-145743409540] Process exited with code 0\n2025-07-29 22:55:31.030 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3d5fa6e6-499f-457e-b57c-81da7711ea6a] socks connection closed\n2025-07-29 22:55:31.030 [info] [command][19da2836-e8b8-466f-9190-145743409540] Socket close event received\n2025-07-29 22:55:31.071 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 63984 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:56:31.038 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:56:31.042 [info] [command][6d1e2e36-d488-4c2d-95e7-ba7d17e8d586] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6d1e2e36-d488-4c2d-95e7-ba7d17e8d586""}\n2025-07-29 22:56:31.042 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d2a879df-f309-43a4-9ece-c86221d15fc4] received connection request\n2025-07-29 22:56:31.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:56:31.090 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d2a879df-f309-43a4-9ece-c86221d15fc4] socks forwarding established\n2025-07-29 22:56:31.135 [info] [command][6d1e2e36-d488-4c2d-95e7-ba7d17e8d586] Process exited with code 0\n2025-07-29 22:56:31.135 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d2a879df-f309-43a4-9ece-c86221d15fc4] socks connection closed\n2025-07-29 22:56:31.135 [info] [command][6d1e2e36-d488-4c2d-95e7-ba7d17e8d586] Socket close event received\n2025-07-29 22:56:31.175 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64021 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:57:31.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:57:31.139 [info] [command][7ced58ce-b39e-4a50-8a2c-86764af42e7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7ced58ce-b39e-4a50-8a2c-86764af42e7b""}\n2025-07-29 22:57:31.141 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][63a13c6c-da27-490e-a89b-a90f8a20fcf0] received connection request\n2025-07-29 22:57:31.141 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:57:31.187 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][63a13c6c-da27-490e-a89b-a90f8a20fcf0] socks forwarding established\n2025-07-29 22:57:31.235 [info] [command][7ced58ce-b39e-4a50-8a2c-86764af42e7b] Process exited with code 0\n2025-07-29 22:57:31.235 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][63a13c6c-da27-490e-a89b-a90f8a20fcf0] socks connection closed\n2025-07-29 22:57:31.235 [info] [command][7ced58ce-b39e-4a50-8a2c-86764af42e7b] Socket close event received\n2025-07-29 22:57:31.275 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64064 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:58:31.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:58:31.249 [info] [command][e97eb772-04d0-48ff-ad1b-8a188a93ca85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e97eb772-04d0-48ff-ad1b-8a188a93ca85""}\n2025-07-29 22:58:31.250 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8ac39e6b-2c72-4b62-80e8-162c5a80ed3d] received connection request\n2025-07-29 22:58:31.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:58:31.299 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ac39e6b-2c72-4b62-80e8-162c5a80ed3d] socks forwarding established\n2025-07-29 22:58:31.346 [info] [command][e97eb772-04d0-48ff-ad1b-8a188a93ca85] Process exited with code 0\n2025-07-29 22:58:31.347 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ac39e6b-2c72-4b62-80e8-162c5a80ed3d] socks connection closed\n2025-07-29 22:58:31.347 [info] [command][e97eb772-04d0-48ff-ad1b-8a188a93ca85] Socket close event received\n2025-07-29 22:58:31.387 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64088 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 22:59:31.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 22:59:31.356 [info] [command][0f1fd6a9-503d-4b02-be80-f2eef70eaf2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0f1fd6a9-503d-4b02-be80-f2eef70eaf2a""}\n2025-07-29 22:59:31.357 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][49a35035-c7a6-4afc-817a-82a5842854a4] received connection request\n2025-07-29 22:59:31.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 22:59:31.358 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 22:59:31.403 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][49a35035-c7a6-4afc-817a-82a5842854a4] socks forwarding established\n2025-07-29 22:59:31.451 [info] [command][0f1fd6a9-503d-4b02-be80-f2eef70eaf2a] Process exited with code 0\n2025-07-29 22:59:31.451 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][49a35035-c7a6-4afc-817a-82a5842854a4] socks connection closed\n2025-07-29 22:59:31.452 [info] [command][0f1fd6a9-503d-4b02-be80-f2eef70eaf2a] Socket close event received\n2025-07-29 22:59:31.496 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64110 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:00:31.462 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:00:31.467 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fb1ded70-0a06-4d85-aab8-4e2e77bdf19e] received connection request\n2025-07-29 23:00:31.467 [info] [command][7965a85c-73fd-46d4-81c1-a182ad4b1125] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7965a85c-73fd-46d4-81c1-a182ad4b1125""}\n2025-07-29 23:00:31.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:00:31.508 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fb1ded70-0a06-4d85-aab8-4e2e77bdf19e] socks forwarding established\n2025-07-29 23:00:31.558 [info] [command][7965a85c-73fd-46d4-81c1-a182ad4b1125] Process exited with code 0\n2025-07-29 23:00:31.558 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fb1ded70-0a06-4d85-aab8-4e2e77bdf19e] socks connection closed\n2025-07-29 23:00:31.558 [info] [command][7965a85c-73fd-46d4-81c1-a182ad4b1125] Socket close event received\n2025-07-29 23:00:31.599 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64142 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:01:31.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:01:31.571 [info] [command][0531079a-05df-4a0b-8d28-c15e038b99f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0531079a-05df-4a0b-8d28-c15e038b99f3""}\n2025-07-29 23:01:31.572 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d151c218-3b0f-40f2-8d6e-1c244240a6b4] received connection request\n2025-07-29 23:01:31.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:01:31.617 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d151c218-3b0f-40f2-8d6e-1c244240a6b4] socks forwarding established\n2025-07-29 23:01:31.662 [info] [command][0531079a-05df-4a0b-8d28-c15e038b99f3] Process exited with code 0\n2025-07-29 23:01:31.662 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d151c218-3b0f-40f2-8d6e-1c244240a6b4] socks connection closed\n2025-07-29 23:01:31.663 [info] [command][0531079a-05df-4a0b-8d28-c15e038b99f3] Socket close event received\n2025-07-29 23:01:31.703 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64179 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:02:31.665 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:02:31.667 [info] [command][9f138974-4d53-4e9b-8212-b10751a628a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9f138974-4d53-4e9b-8212-b10751a628a2""}\n2025-07-29 23:02:31.668 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e7201558-bbf3-4329-85e8-86f20cd67542] received connection request\n2025-07-29 23:02:31.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:02:31.711 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e7201558-bbf3-4329-85e8-86f20cd67542] socks forwarding established\n2025-07-29 23:02:31.762 [info] [command][9f138974-4d53-4e9b-8212-b10751a628a2] Process exited with code 0\n2025-07-29 23:02:31.762 [info] [command][9f138974-4d53-4e9b-8212-b10751a628a2] Socket close event received\n2025-07-29 23:02:31.763 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e7201558-bbf3-4329-85e8-86f20cd67542] socks connection closed\n2025-07-29 23:02:31.804 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64217 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:03:31.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:03:31.772 [info] [command][2dd28f23-fb57-494e-b42f-a7a44987cec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2dd28f23-fb57-494e-b42f-a7a44987cec5""}\n2025-07-29 23:03:31.773 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7245acb0-d834-4ca4-8cc3-84d784ed71a5] received connection request\n2025-07-29 23:03:31.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:03:31.817 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7245acb0-d834-4ca4-8cc3-84d784ed71a5] socks forwarding established\n2025-07-29 23:03:31.866 [info] [command][2dd28f23-fb57-494e-b42f-a7a44987cec5] Process exited with code 0\n2025-07-29 23:03:31.866 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7245acb0-d834-4ca4-8cc3-84d784ed71a5] socks connection closed\n2025-07-29 23:03:31.866 [info] [command][2dd28f23-fb57-494e-b42f-a7a44987cec5] Socket close event received\n2025-07-29 23:03:31.909 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64238 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:04:31.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:04:31.872 [info] [command][0ab5d853-7688-42f5-962c-3d85dec3e15b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0ab5d853-7688-42f5-962c-3d85dec3e15b""}\n2025-07-29 23:04:31.873 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][07b2c77e-40d6-4c92-bda6-3c5254a69007] received connection request\n2025-07-29 23:04:31.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:04:31.917 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][07b2c77e-40d6-4c92-bda6-3c5254a69007] socks forwarding established\n2025-07-29 23:04:31.962 [info] [command][0ab5d853-7688-42f5-962c-3d85dec3e15b] Process exited with code 0\n2025-07-29 23:04:31.962 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][07b2c77e-40d6-4c92-bda6-3c5254a69007] socks connection closed\n2025-07-29 23:04:31.963 [info] [command][0ab5d853-7688-42f5-962c-3d85dec3e15b] Socket close event received\n2025-07-29 23:04:32.003 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64259 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:05:31.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:05:31.971 [info] [command][f2275dcd-9e77-446a-bd95-a902ce5e43ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f2275dcd-9e77-446a-bd95-a902ce5e43ed""}\n2025-07-29 23:05:31.972 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6f9ec32a-e32d-43cb-b8f6-0e5e97d5a4ff] received connection request\n2025-07-29 23:05:31.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:05:32.016 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6f9ec32a-e32d-43cb-b8f6-0e5e97d5a4ff] socks forwarding established\n2025-07-29 23:05:32.062 [info] [command][f2275dcd-9e77-446a-bd95-a902ce5e43ed] Process exited with code 0\n2025-07-29 23:05:32.062 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6f9ec32a-e32d-43cb-b8f6-0e5e97d5a4ff] socks connection closed\n2025-07-29 23:05:32.062 [info] [command][f2275dcd-9e77-446a-bd95-a902ce5e43ed] Socket close event received\n2025-07-29 23:05:32.103 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64292 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:06:32.067 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:06:32.070 [info] [command][c54e4e40-1a34-4c69-8b73-15f80dc33ccf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c54e4e40-1a34-4c69-8b73-15f80dc33ccf""}\n2025-07-29 23:06:32.071 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][346c44c0-249d-4ad7-94d8-2864d5ed49ca] received connection request\n2025-07-29 23:06:32.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:06:32.113 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][346c44c0-249d-4ad7-94d8-2864d5ed49ca] socks forwarding established\n2025-07-29 23:06:32.159 [info] [command][c54e4e40-1a34-4c69-8b73-15f80dc33ccf] Process exited with code 0\n2025-07-29 23:06:32.159 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][346c44c0-249d-4ad7-94d8-2864d5ed49ca] socks connection closed\n2025-07-29 23:06:32.159 [info] [command][c54e4e40-1a34-4c69-8b73-15f80dc33ccf] Socket close event received\n2025-07-29 23:06:32.199 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64327 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:07:32.167 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:07:32.170 [info] [command][1088aa81-b2a4-451a-a3c9-ef3fc15daff6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1088aa81-b2a4-451a-a3c9-ef3fc15daff6""}\n2025-07-29 23:07:32.171 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][326b1a64-42e7-498f-ac1b-195add2e9983] received connection request\n2025-07-29 23:07:32.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:07:32.216 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][326b1a64-42e7-498f-ac1b-195add2e9983] socks forwarding established\n2025-07-29 23:07:32.261 [info] [command][1088aa81-b2a4-451a-a3c9-ef3fc15daff6] Process exited with code 0\n2025-07-29 23:07:32.261 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][326b1a64-42e7-498f-ac1b-195add2e9983] socks connection closed\n2025-07-29 23:07:32.261 [info] [command][1088aa81-b2a4-451a-a3c9-ef3fc15daff6] Socket close event received\n2025-07-29 23:07:32.304 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64359 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:08:32.266 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:08:32.270 [info] [command][a144faaf-0011-4c98-9d2b-269f996f821f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a144faaf-0011-4c98-9d2b-269f996f821f""}\n2025-07-29 23:08:32.271 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][246288a7-672f-451f-957b-5193f6b6ff9b] received connection request\n2025-07-29 23:08:32.272 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:08:32.315 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][246288a7-672f-451f-957b-5193f6b6ff9b] socks forwarding established\n2025-07-29 23:08:32.361 [info] [command][a144faaf-0011-4c98-9d2b-269f996f821f] Process exited with code 0\n2025-07-29 23:08:32.362 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][246288a7-672f-451f-957b-5193f6b6ff9b] socks connection closed\n2025-07-29 23:08:32.362 [info] [command][a144faaf-0011-4c98-9d2b-269f996f821f] Socket close event received\n2025-07-29 23:08:32.409 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64380 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:09:32.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:09:32.371 [info] [command][4256211d-8f6f-45b4-97ba-834c753d783d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4256211d-8f6f-45b4-97ba-834c753d783d""}\n2025-07-29 23:09:32.372 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][84f0e727-487e-46d9-9bd8-3b8881f567f2] received connection request\n2025-07-29 23:09:32.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:09:32.420 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][84f0e727-487e-46d9-9bd8-3b8881f567f2] socks forwarding established\n2025-07-29 23:09:32.476 [info] [command][4256211d-8f6f-45b4-97ba-834c753d783d] Process exited with code 0\n2025-07-29 23:09:32.476 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][84f0e727-487e-46d9-9bd8-3b8881f567f2] socks connection closed\n2025-07-29 23:09:32.476 [info] [command][4256211d-8f6f-45b4-97ba-834c753d783d] Socket close event received\n2025-07-29 23:09:32.518 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64399 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:10:32.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:10:32.482 [info] [command][7844a521-46e1-4dd7-85dd-1ec3a7e3cb4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7844a521-46e1-4dd7-85dd-1ec3a7e3cb4f""}\n2025-07-29 23:10:32.483 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1504bd0d-4249-4ed0-9f07-f3f7858c5a83] received connection request\n2025-07-29 23:10:32.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:10:32.531 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1504bd0d-4249-4ed0-9f07-f3f7858c5a83] socks forwarding established\n2025-07-29 23:10:32.583 [info] [command][7844a521-46e1-4dd7-85dd-1ec3a7e3cb4f] Process exited with code 0\n2025-07-29 23:10:32.583 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1504bd0d-4249-4ed0-9f07-f3f7858c5a83] socks connection closed\n2025-07-29 23:10:32.583 [info] [command][7844a521-46e1-4dd7-85dd-1ec3a7e3cb4f] Socket close event received\n2025-07-29 23:10:32.622 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64435 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:11:32.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:11:32.588 [info] [command][2192418d-40a3-4fd0-a32d-b324bd771189] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2192418d-40a3-4fd0-a32d-b324bd771189""}\n2025-07-29 23:11:32.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1f6e9a55-1f72-4754-b94f-b90c6c1e4e50] received connection request\n2025-07-29 23:11:32.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:11:32.637 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f6e9a55-1f72-4754-b94f-b90c6c1e4e50] socks forwarding established\n2025-07-29 23:11:32.680 [info] [command][2192418d-40a3-4fd0-a32d-b324bd771189] Process exited with code 0\n2025-07-29 23:11:32.680 [info] [command][2192418d-40a3-4fd0-a32d-b324bd771189] Socket close event received\n2025-07-29 23:11:32.681 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f6e9a55-1f72-4754-b94f-b90c6c1e4e50] socks connection closed\n2025-07-29 23:11:32.723 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64485 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:12:32.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:12:32.688 [info] [command][e423cfdd-3711-44a0-8c78-4b452e1e0436] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e423cfdd-3711-44a0-8c78-4b452e1e0436""}\n2025-07-29 23:12:32.688 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][70e5879f-88ad-4a3c-855d-36b891af1e17] received connection request\n2025-07-29 23:12:32.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:12:32.737 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][70e5879f-88ad-4a3c-855d-36b891af1e17] socks forwarding established\n2025-07-29 23:12:32.782 [info] [command][e423cfdd-3711-44a0-8c78-4b452e1e0436] Process exited with code 0\n2025-07-29 23:12:32.782 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][70e5879f-88ad-4a3c-855d-36b891af1e17] socks connection closed\n2025-07-29 23:12:32.782 [info] [command][e423cfdd-3711-44a0-8c78-4b452e1e0436] Socket close event received\n2025-07-29 23:12:32.822 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64516 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:13:32.785 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:13:32.788 [info] [command][a8643660-79cb-42e3-9650-1777805fdbd9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a8643660-79cb-42e3-9650-1777805fdbd9""}\n2025-07-29 23:13:32.789 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][76ee3746-ec03-490e-b2ed-c9d1a1b84088] received connection request\n2025-07-29 23:13:32.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:13:32.833 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][76ee3746-ec03-490e-b2ed-c9d1a1b84088] socks forwarding established\n2025-07-29 23:13:32.879 [info] [command][a8643660-79cb-42e3-9650-1777805fdbd9] Process exited with code 0\n2025-07-29 23:13:32.879 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][76ee3746-ec03-490e-b2ed-c9d1a1b84088] socks connection closed\n2025-07-29 23:13:32.879 [info] [command][a8643660-79cb-42e3-9650-1777805fdbd9] Socket close event received\n2025-07-29 23:13:32.918 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64538 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:14:32.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:14:32.892 [info] [command][10111d11-6061-49ab-a9b4-d1a6c85364f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""10111d11-6061-49ab-a9b4-d1a6c85364f2""}\n2025-07-29 23:14:32.893 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f0a184dd-f7fd-4124-a281-ea618b4e96e8] received connection request\n2025-07-29 23:14:32.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:14:32.942 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0a184dd-f7fd-4124-a281-ea618b4e96e8] socks forwarding established\n2025-07-29 23:14:32.988 [info] [command][10111d11-6061-49ab-a9b4-d1a6c85364f2] Process exited with code 0\n2025-07-29 23:14:32.988 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0a184dd-f7fd-4124-a281-ea618b4e96e8] socks connection closed\n2025-07-29 23:14:32.988 [info] [command][10111d11-6061-49ab-a9b4-d1a6c85364f2] Socket close event received\n2025-07-29 23:14:33.029 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64563 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:15:32.990 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:15:32.993 [info] [command][2f403ecd-4209-48cc-a825-e4c263e4dc08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2f403ecd-4209-48cc-a825-e4c263e4dc08""}\n2025-07-29 23:15:32.994 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3c6ca55c-f02d-43b3-b124-5d3471d4a35d] received connection request\n2025-07-29 23:15:32.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:15:33.040 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3c6ca55c-f02d-43b3-b124-5d3471d4a35d] socks forwarding established\n2025-07-29 23:15:33.086 [info] [command][2f403ecd-4209-48cc-a825-e4c263e4dc08] Process exited with code 0\n2025-07-29 23:15:33.086 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3c6ca55c-f02d-43b3-b124-5d3471d4a35d] socks connection closed\n2025-07-29 23:15:33.086 [info] [command][2f403ecd-4209-48cc-a825-e4c263e4dc08] Socket close event received\n2025-07-29 23:15:33.128 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64598 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:16:33.097 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:16:33.100 [info] [command][46e9f9d3-8439-4f24-99ad-80f4846b040b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""46e9f9d3-8439-4f24-99ad-80f4846b040b""}\n2025-07-29 23:16:33.101 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5468f118-32a4-4191-ab7f-6131a2949db7] received connection request\n2025-07-29 23:16:33.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:16:33.145 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5468f118-32a4-4191-ab7f-6131a2949db7] socks forwarding established\n2025-07-29 23:16:33.239 [info] [command][46e9f9d3-8439-4f24-99ad-80f4846b040b] Process exited with code 0\n2025-07-29 23:16:33.239 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5468f118-32a4-4191-ab7f-6131a2949db7] socks connection closed\n2025-07-29 23:16:33.239 [info] [command][46e9f9d3-8439-4f24-99ad-80f4846b040b] Socket close event received\n2025-07-29 23:16:33.284 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64649 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:17:33.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:17:33.246 [info] [command][a931e1e9-3033-4299-98be-510dc8ac31e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a931e1e9-3033-4299-98be-510dc8ac31e4""}\n2025-07-29 23:17:33.247 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6427b5ee-cdd2-4022-b4d8-e8763c625c4f] received connection request\n2025-07-29 23:17:33.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:17:33.292 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6427b5ee-cdd2-4022-b4d8-e8763c625c4f] socks forwarding established\n2025-07-29 23:17:33.338 [info] [command][a931e1e9-3033-4299-98be-510dc8ac31e4] Process exited with code 0\n2025-07-29 23:17:33.339 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6427b5ee-cdd2-4022-b4d8-e8763c625c4f] socks connection closed\n2025-07-29 23:17:33.339 [info] [command][a931e1e9-3033-4299-98be-510dc8ac31e4] Socket close event received\n2025-07-29 23:17:33.380 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64680 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:18:33.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:18:33.352 [info] [command][0461d841-c3ab-4838-b323-40b44f6b4adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0461d841-c3ab-4838-b323-40b44f6b4adc""}\n2025-07-29 23:18:33.353 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][94a27872-b530-420f-802f-c3d62ec92b20] received connection request\n2025-07-29 23:18:33.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 23:18:33.355 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:18:33.405 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][94a27872-b530-420f-802f-c3d62ec92b20] socks forwarding established\n2025-07-29 23:18:33.451 [info] [command][0461d841-c3ab-4838-b323-40b44f6b4adc] Process exited with code 0\n2025-07-29 23:18:33.452 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][94a27872-b530-420f-802f-c3d62ec92b20] socks connection closed\n2025-07-29 23:18:33.452 [info] [command][0461d841-c3ab-4838-b323-40b44f6b4adc] Socket close event received\n2025-07-29 23:18:33.494 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64703 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:19:33.453 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:19:33.457 [info] [command][02671dd8-d500-464c-ba8a-86a2a435ec10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""02671dd8-d500-464c-ba8a-86a2a435ec10""}\n2025-07-29 23:19:33.458 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][16ae5cd3-ee29-49cd-a656-8327192f8801] received connection request\n2025-07-29 23:19:33.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:19:33.503 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][16ae5cd3-ee29-49cd-a656-8327192f8801] socks forwarding established\n2025-07-29 23:19:33.550 [info] [command][02671dd8-d500-464c-ba8a-86a2a435ec10] Process exited with code 0\n2025-07-29 23:19:33.551 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][16ae5cd3-ee29-49cd-a656-8327192f8801] socks connection closed\n2025-07-29 23:19:33.551 [info] [command][02671dd8-d500-464c-ba8a-86a2a435ec10] Socket close event received\n2025-07-29 23:19:33.591 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64726 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:20:33.555 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:20:33.558 [info] [command][3f76ec33-3c25-4b52-bfb6-4c4996468b89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3f76ec33-3c25-4b52-bfb6-4c4996468b89""}\n2025-07-29 23:20:33.559 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2abf483e-b4ef-4a97-8b69-029ed3e19f71] received connection request\n2025-07-29 23:20:33.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:20:33.603 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2abf483e-b4ef-4a97-8b69-029ed3e19f71] socks forwarding established\n2025-07-29 23:20:33.649 [info] [command][3f76ec33-3c25-4b52-bfb6-4c4996468b89] Process exited with code 0\n2025-07-29 23:20:33.650 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2abf483e-b4ef-4a97-8b69-029ed3e19f71] socks connection closed\n2025-07-29 23:20:33.650 [info] [command][3f76ec33-3c25-4b52-bfb6-4c4996468b89] Socket close event received\n2025-07-29 23:20:33.690 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64768 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:21:33.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:21:33.661 [info] [command][49b54811-a82c-41c8-89e8-e3f0264c2f03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""49b54811-a82c-41c8-89e8-e3f0264c2f03""}\n2025-07-29 23:21:33.662 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3dcc1a9d-1be3-4ae9-8455-7a56109a1bcb] received connection request\n2025-07-29 23:21:33.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:21:33.708 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3dcc1a9d-1be3-4ae9-8455-7a56109a1bcb] socks forwarding established\n2025-07-29 23:21:33.751 [info] [command][49b54811-a82c-41c8-89e8-e3f0264c2f03] Process exited with code 0\n2025-07-29 23:21:33.751 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3dcc1a9d-1be3-4ae9-8455-7a56109a1bcb] socks connection closed\n2025-07-29 23:21:33.751 [info] [command][49b54811-a82c-41c8-89e8-e3f0264c2f03] Socket close event received\n2025-07-29 23:21:33.791 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64802 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:22:33.761 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:22:33.764 [info] [command][a0dece06-5770-4ff9-afb6-bec06324618c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a0dece06-5770-4ff9-afb6-bec06324618c""}\n2025-07-29 23:22:33.765 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ed349bea-dbdd-4345-920c-152323c141e6] received connection request\n2025-07-29 23:22:33.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:22:33.808 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed349bea-dbdd-4345-920c-152323c141e6] socks forwarding established\n2025-07-29 23:22:33.852 [info] [command][a0dece06-5770-4ff9-afb6-bec06324618c] Process exited with code 0\n2025-07-29 23:22:33.852 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ed349bea-dbdd-4345-920c-152323c141e6] socks connection closed\n2025-07-29 23:22:33.852 [info] [command][a0dece06-5770-4ff9-afb6-bec06324618c] Socket close event received\n2025-07-29 23:22:33.932 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64834 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:23:33.860 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:23:33.864 [info] [command][da0d9985-db87-4c53-b78d-729a1040e053] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""da0d9985-db87-4c53-b78d-729a1040e053""}\n2025-07-29 23:23:33.865 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4755cc84-2c5c-41b1-adef-29e68e937aec] received connection request\n2025-07-29 23:23:33.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:23:33.908 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4755cc84-2c5c-41b1-adef-29e68e937aec] socks forwarding established\n2025-07-29 23:23:33.953 [info] [command][da0d9985-db87-4c53-b78d-729a1040e053] Process exited with code 0\n2025-07-29 23:23:33.953 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4755cc84-2c5c-41b1-adef-29e68e937aec] socks connection closed\n2025-07-29 23:23:33.953 [info] [command][da0d9985-db87-4c53-b78d-729a1040e053] Socket close event received\n2025-07-29 23:23:33.996 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64858 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:24:33.962 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:24:33.965 [info] [command][42a0a4e7-1b91-4771-a52b-793fd81d5bb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""42a0a4e7-1b91-4771-a52b-793fd81d5bb3""}\n2025-07-29 23:24:33.966 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1f940c53-c3be-4172-a70b-e038a1ee2381] received connection request\n2025-07-29 23:24:33.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:24:34.009 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f940c53-c3be-4172-a70b-e038a1ee2381] socks forwarding established\n2025-07-29 23:24:34.055 [info] [command][42a0a4e7-1b91-4771-a52b-793fd81d5bb3] Process exited with code 0\n2025-07-29 23:24:34.055 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1f940c53-c3be-4172-a70b-e038a1ee2381] socks connection closed\n2025-07-29 23:24:34.055 [info] [command][42a0a4e7-1b91-4771-a52b-793fd81d5bb3] Socket close event received\n2025-07-29 23:24:34.095 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64878 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:25:34.062 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:25:34.064 [info] [command][23e2c6d7-7f42-4012-8694-6fc8536e0985] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""23e2c6d7-7f42-4012-8694-6fc8536e0985""}\n2025-07-29 23:25:34.066 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4bf716d1-2bd6-4534-92b1-1cdc3006c2e3] received connection request\n2025-07-29 23:25:34.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:25:34.108 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4bf716d1-2bd6-4534-92b1-1cdc3006c2e3] socks forwarding established\n2025-07-29 23:25:34.156 [info] [command][23e2c6d7-7f42-4012-8694-6fc8536e0985] Process exited with code 0\n2025-07-29 23:25:34.156 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4bf716d1-2bd6-4534-92b1-1cdc3006c2e3] socks connection closed\n2025-07-29 23:25:34.156 [info] [command][23e2c6d7-7f42-4012-8694-6fc8536e0985] Socket close event received\n2025-07-29 23:25:34.197 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64914 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:26:34.162 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:26:34.165 [info] [command][5fd9ed42-7860-4197-a78e-4fffed9e5aff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5fd9ed42-7860-4197-a78e-4fffed9e5aff""}\n2025-07-29 23:26:34.165 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2b539f38-6955-4735-8998-636fae6f87b9] received connection request\n2025-07-29 23:26:34.166 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:26:34.215 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2b539f38-6955-4735-8998-636fae6f87b9] socks forwarding established\n2025-07-29 23:26:34.260 [info] [command][5fd9ed42-7860-4197-a78e-4fffed9e5aff] Process exited with code 0\n2025-07-29 23:26:34.260 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2b539f38-6955-4735-8998-636fae6f87b9] socks connection closed\n2025-07-29 23:26:34.260 [info] [command][5fd9ed42-7860-4197-a78e-4fffed9e5aff] Socket close event received\n2025-07-29 23:26:34.301 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64952 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:27:34.261 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:27:34.263 [info] [command][b2baf9b1-27d0-431f-862a-7c33d4fdebcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b2baf9b1-27d0-431f-862a-7c33d4fdebcd""}\n2025-07-29 23:27:34.264 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b43d4af9-5833-45fb-8ae8-d4ab167bdebe] received connection request\n2025-07-29 23:27:34.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:27:34.313 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b43d4af9-5833-45fb-8ae8-d4ab167bdebe] socks forwarding established\n2025-07-29 23:27:34.362 [info] [command][b2baf9b1-27d0-431f-862a-7c33d4fdebcd] Process exited with code 0\n2025-07-29 23:27:34.363 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b43d4af9-5833-45fb-8ae8-d4ab167bdebe] socks connection closed\n2025-07-29 23:27:34.363 [info] [command][b2baf9b1-27d0-431f-862a-7c33d4fdebcd] Socket close event received\n2025-07-29 23:27:34.406 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 64985 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:28:34.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:28:34.372 [info] [command][fbb82570-ef43-43ed-b1c1-10dd745e4bf8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fbb82570-ef43-43ed-b1c1-10dd745e4bf8""}\n2025-07-29 23:28:34.373 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][51c76ee3-060f-4b6c-9305-31f1a0ab7696] received connection request\n2025-07-29 23:28:34.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:28:34.417 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][51c76ee3-060f-4b6c-9305-31f1a0ab7696] socks forwarding established\n2025-07-29 23:28:34.462 [info] [command][fbb82570-ef43-43ed-b1c1-10dd745e4bf8] Process exited with code 0\n2025-07-29 23:28:34.463 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][51c76ee3-060f-4b6c-9305-31f1a0ab7696] socks connection closed\n2025-07-29 23:28:34.463 [info] [command][fbb82570-ef43-43ed-b1c1-10dd745e4bf8] Socket close event received\n2025-07-29 23:28:34.505 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65010 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:29:34.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:29:34.472 [info] [command][7708d2e7-7db0-47eb-9572-ab1a38ddb437] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7708d2e7-7db0-47eb-9572-ab1a38ddb437""}\n2025-07-29 23:29:34.473 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][85637bba-67e9-4148-bd0e-689cfc054586] received connection request\n2025-07-29 23:29:34.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:29:34.518 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][85637bba-67e9-4148-bd0e-689cfc054586] socks forwarding established\n2025-07-29 23:29:34.565 [info] [command][7708d2e7-7db0-47eb-9572-ab1a38ddb437] Process exited with code 0\n2025-07-29 23:29:34.566 [info] [command][7708d2e7-7db0-47eb-9572-ab1a38ddb437] Socket close event received\n2025-07-29 23:29:34.566 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][85637bba-67e9-4148-bd0e-689cfc054586] socks connection closed\n2025-07-29 23:29:34.609 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65028 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:30:34.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:30:34.578 [info] [command][c4728c1c-8fea-4fae-9204-c829b651e210] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c4728c1c-8fea-4fae-9204-c829b651e210""}\n2025-07-29 23:30:34.578 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f0f5552e-68dd-405a-8c55-62d84a2c12a4] received connection request\n2025-07-29 23:30:34.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:30:34.621 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0f5552e-68dd-405a-8c55-62d84a2c12a4] socks forwarding established\n2025-07-29 23:30:34.667 [info] [command][c4728c1c-8fea-4fae-9204-c829b651e210] Process exited with code 0\n2025-07-29 23:30:34.667 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f0f5552e-68dd-405a-8c55-62d84a2c12a4] socks connection closed\n2025-07-29 23:30:34.668 [info] [command][c4728c1c-8fea-4fae-9204-c829b651e210] Socket close event received\n2025-07-29 23:30:34.710 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65064 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:31:34.669 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:31:34.672 [info] [command][6850b4f7-4e01-49fd-9e04-4a5b97c4b333] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6850b4f7-4e01-49fd-9e04-4a5b97c4b333""}\n2025-07-29 23:31:34.673 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bdfa8f00-264f-4e74-a1cd-8c588cc5b3e4] received connection request\n2025-07-29 23:31:34.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:31:34.719 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bdfa8f00-264f-4e74-a1cd-8c588cc5b3e4] socks forwarding established\n2025-07-29 23:31:34.768 [info] [command][6850b4f7-4e01-49fd-9e04-4a5b97c4b333] Process exited with code 0\n2025-07-29 23:31:34.768 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bdfa8f00-264f-4e74-a1cd-8c588cc5b3e4] socks connection closed\n2025-07-29 23:31:34.768 [info] [command][6850b4f7-4e01-49fd-9e04-4a5b97c4b333] Socket close event received\n2025-07-29 23:31:34.812 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65099 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:32:34.772 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:32:34.775 [info] [command][4d95dd41-9948-401e-afa8-e7aeddfdbfae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4d95dd41-9948-401e-afa8-e7aeddfdbfae""}\n2025-07-29 23:32:34.776 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d7cb0e8c-e5ec-44a0-bfd3-dd8dbdb63819] received connection request\n2025-07-29 23:32:34.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:32:34.822 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7cb0e8c-e5ec-44a0-bfd3-dd8dbdb63819] socks forwarding established\n2025-07-29 23:32:34.869 [info] [command][4d95dd41-9948-401e-afa8-e7aeddfdbfae] Process exited with code 0\n2025-07-29 23:32:34.870 [info] [command][4d95dd41-9948-401e-afa8-e7aeddfdbfae] Socket close event received\n2025-07-29 23:32:34.870 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d7cb0e8c-e5ec-44a0-bfd3-dd8dbdb63819] socks connection closed\n2025-07-29 23:32:34.911 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65131 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:33:34.876 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:33:34.879 [info] [command][6a07f0fc-88d3-4ecf-a9c8-edd475e6b0bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6a07f0fc-88d3-4ecf-a9c8-edd475e6b0bb""}\n2025-07-29 23:33:34.879 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c7fed4e3-afe9-4ba0-a4b3-fda96db9d6f3] received connection request\n2025-07-29 23:33:34.880 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:33:34.927 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c7fed4e3-afe9-4ba0-a4b3-fda96db9d6f3] socks forwarding established\n2025-07-29 23:33:34.974 [info] [command][6a07f0fc-88d3-4ecf-a9c8-edd475e6b0bb] Process exited with code 0\n2025-07-29 23:33:34.975 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c7fed4e3-afe9-4ba0-a4b3-fda96db9d6f3] socks connection closed\n2025-07-29 23:33:34.975 [info] [command][6a07f0fc-88d3-4ecf-a9c8-edd475e6b0bb] Socket close event received\n2025-07-29 23:33:35.015 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65152 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:34:34.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:34:34.983 [info] [command][0bc465d0-e049-43a1-b0bd-32a627d15c89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0bc465d0-e049-43a1-b0bd-32a627d15c89""}\n2025-07-29 23:34:34.984 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][67f7023b-14b7-43af-a34b-2e6a196c3722] received connection request\n2025-07-29 23:34:34.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:34:35.030 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][67f7023b-14b7-43af-a34b-2e6a196c3722] socks forwarding established\n2025-07-29 23:34:35.076 [info] [command][0bc465d0-e049-43a1-b0bd-32a627d15c89] Process exited with code 0\n2025-07-29 23:34:35.076 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][67f7023b-14b7-43af-a34b-2e6a196c3722] socks connection closed\n2025-07-29 23:34:35.076 [info] [command][0bc465d0-e049-43a1-b0bd-32a627d15c89] Socket close event received\n2025-07-29 23:34:35.118 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65170 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:35:35.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:35:35.088 [info] [command][8e9c41b6-850b-4a30-9f77-0183e2414183] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8e9c41b6-850b-4a30-9f77-0183e2414183""}\n2025-07-29 23:35:35.089 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dc181a24-d180-4723-9199-f932fe149b94] received connection request\n2025-07-29 23:35:35.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:35:35.139 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dc181a24-d180-4723-9199-f932fe149b94] socks forwarding established\n2025-07-29 23:35:35.189 [info] [command][8e9c41b6-850b-4a30-9f77-0183e2414183] Process exited with code 0\n2025-07-29 23:35:35.189 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dc181a24-d180-4723-9199-f932fe149b94] socks connection closed\n2025-07-29 23:35:35.189 [info] [command][8e9c41b6-850b-4a30-9f77-0183e2414183] Socket close event received\n2025-07-29 23:35:35.230 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65211 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:36:35.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:36:35.199 [info] [command][2e093950-279d-4b84-be30-7e15cda94461] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2e093950-279d-4b84-be30-7e15cda94461""}\n2025-07-29 23:36:35.199 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][be7d3f68-89a9-4033-9010-319d0a1d0e24] received connection request\n2025-07-29 23:36:35.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:36:35.248 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][be7d3f68-89a9-4033-9010-319d0a1d0e24] socks forwarding established\n2025-07-29 23:36:35.293 [info] [command][2e093950-279d-4b84-be30-7e15cda94461] Process exited with code 0\n2025-07-29 23:36:35.293 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][be7d3f68-89a9-4033-9010-319d0a1d0e24] socks connection closed\n2025-07-29 23:36:35.293 [info] [command][2e093950-279d-4b84-be30-7e15cda94461] Socket close event received\n2025-07-29 23:36:35.335 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65256 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:37:35.294 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:37:35.299 [info] [command][6c1aa272-1fad-46f0-909d-d60269c4bd91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6c1aa272-1fad-46f0-909d-d60269c4bd91""}\n2025-07-29 23:37:35.300 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][1fbd1894-a1b5-4ab3-8681-ece58578b8a5] received connection request\n2025-07-29 23:37:35.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:37:35.346 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1fbd1894-a1b5-4ab3-8681-ece58578b8a5] socks forwarding established\n2025-07-29 23:37:35.392 [info] [command][6c1aa272-1fad-46f0-909d-d60269c4bd91] Process exited with code 0\n2025-07-29 23:37:35.392 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][1fbd1894-a1b5-4ab3-8681-ece58578b8a5] socks connection closed\n2025-07-29 23:37:35.393 [info] [command][6c1aa272-1fad-46f0-909d-d60269c4bd91] Socket close event received\n2025-07-29 23:37:35.433 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65288 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:38:35.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:38:35.408 [info] [command][c67533fb-e895-4ed7-9eea-2f47ea14498a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c67533fb-e895-4ed7-9eea-2f47ea14498a""}\n2025-07-29 23:38:35.409 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5f94b3c4-4c38-457c-938f-4b7965961d16] received connection request\n2025-07-29 23:38:35.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:38:35.456 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5f94b3c4-4c38-457c-938f-4b7965961d16] socks forwarding established\n2025-07-29 23:38:35.508 [info] [command][c67533fb-e895-4ed7-9eea-2f47ea14498a] Process exited with code 0\n2025-07-29 23:38:35.508 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5f94b3c4-4c38-457c-938f-4b7965961d16] socks connection closed\n2025-07-29 23:38:35.508 [info] [command][c67533fb-e895-4ed7-9eea-2f47ea14498a] Socket close event received\n2025-07-29 23:38:35.583 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65307 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:39:35.519 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:39:35.523 [info] [command][0b094ed5-1717-48bb-bc9f-c9089be909a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0b094ed5-1717-48bb-bc9f-c9089be909a2""}\n2025-07-29 23:39:35.524 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2ba39711-7c91-4a70-a75a-0114cc880766] received connection request\n2025-07-29 23:39:35.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:39:35.573 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2ba39711-7c91-4a70-a75a-0114cc880766] socks forwarding established\n2025-07-29 23:39:35.618 [info] [command][0b094ed5-1717-48bb-bc9f-c9089be909a2] Process exited with code 0\n2025-07-29 23:39:35.618 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2ba39711-7c91-4a70-a75a-0114cc880766] socks connection closed\n2025-07-29 23:39:35.618 [info] [command][0b094ed5-1717-48bb-bc9f-c9089be909a2] Socket close event received\n2025-07-29 23:39:35.658 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65324 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:40:35.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:40:35.627 [info] [command][6c6f037b-f34f-4f1f-8cf3-e014c1b37bee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6c6f037b-f34f-4f1f-8cf3-e014c1b37bee""}\n2025-07-29 23:40:35.628 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9b796a8a-3c0f-495b-8c7e-ba4b9145f1d0] received connection request\n2025-07-29 23:40:35.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:40:35.673 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9b796a8a-3c0f-495b-8c7e-ba4b9145f1d0] socks forwarding established\n2025-07-29 23:40:35.722 [info] [command][6c6f037b-f34f-4f1f-8cf3-e014c1b37bee] Process exited with code 0\n2025-07-29 23:40:35.723 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9b796a8a-3c0f-495b-8c7e-ba4b9145f1d0] socks connection closed\n2025-07-29 23:40:35.723 [info] [command][6c6f037b-f34f-4f1f-8cf3-e014c1b37bee] Socket close event received\n2025-07-29 23:40:35.763 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65357 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:41:35.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:41:35.736 [info] [command][b6767db1-1084-4b46-9fbc-bde83b7f1d14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b6767db1-1084-4b46-9fbc-bde83b7f1d14""}\n2025-07-29 23:41:35.737 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4feada75-1ae4-4268-9477-da15e8103e8d] received connection request\n2025-07-29 23:41:35.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 23:41:35.739 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:41:35.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4feada75-1ae4-4268-9477-da15e8103e8d] socks forwarding established\n2025-07-29 23:41:35.827 [info] [command][b6767db1-1084-4b46-9fbc-bde83b7f1d14] Process exited with code 0\n2025-07-29 23:41:35.828 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4feada75-1ae4-4268-9477-da15e8103e8d] socks connection closed\n2025-07-29 23:41:35.828 [info] [command][b6767db1-1084-4b46-9fbc-bde83b7f1d14] Socket close event received\n2025-07-29 23:41:35.869 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65398 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:42:35.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:42:35.840 [info] [command][94ffdece-c619-458a-8045-604d91b70ecd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""94ffdece-c619-458a-8045-604d91b70ecd""}\n2025-07-29 23:42:35.841 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][583d27fe-ec25-4202-be41-74f48f5ae448] received connection request\n2025-07-29 23:42:35.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:42:35.885 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][583d27fe-ec25-4202-be41-74f48f5ae448] socks forwarding established\n2025-07-29 23:42:35.931 [info] [command][94ffdece-c619-458a-8045-604d91b70ecd] Process exited with code 0\n2025-07-29 23:42:35.931 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][583d27fe-ec25-4202-be41-74f48f5ae448] socks connection closed\n2025-07-29 23:42:35.931 [info] [command][94ffdece-c619-458a-8045-604d91b70ecd] Socket close event received\n2025-07-29 23:42:35.970 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65430 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:43:35.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:43:35.941 [info] [command][0e78f196-e6f7-461b-a2b5-35c662cc1789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0e78f196-e6f7-461b-a2b5-35c662cc1789""}\n2025-07-29 23:43:35.942 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2329c465-0f92-414a-8db8-355407102b94] received connection request\n2025-07-29 23:43:35.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:43:35.991 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2329c465-0f92-414a-8db8-355407102b94] socks forwarding established\n2025-07-29 23:43:36.037 [info] [command][0e78f196-e6f7-461b-a2b5-35c662cc1789] Process exited with code 0\n2025-07-29 23:43:36.038 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2329c465-0f92-414a-8db8-355407102b94] socks connection closed\n2025-07-29 23:43:36.039 [info] [command][0e78f196-e6f7-461b-a2b5-35c662cc1789] Socket close event received\n2025-07-29 23:43:36.079 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65451 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:44:36.039 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:44:36.041 [info] [command][b0c71f7c-1174-4c78-a193-b258fb04c00c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b0c71f7c-1174-4c78-a193-b258fb04c00c""}\n2025-07-29 23:44:36.042 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6ac7f0e4-e930-4026-8291-eda4b687731e] received connection request\n2025-07-29 23:44:36.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:44:36.091 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6ac7f0e4-e930-4026-8291-eda4b687731e] socks forwarding established\n2025-07-29 23:44:36.137 [info] [command][b0c71f7c-1174-4c78-a193-b258fb04c00c] Process exited with code 0\n2025-07-29 23:44:36.138 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6ac7f0e4-e930-4026-8291-eda4b687731e] socks connection closed\n2025-07-29 23:44:36.138 [info] [command][b0c71f7c-1174-4c78-a193-b258fb04c00c] Socket close event received\n2025-07-29 23:44:36.180 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65472 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:45:36.149 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:45:36.154 [info] [command][d998d3bb-a9d2-40cb-97fd-731f3784bca7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d998d3bb-a9d2-40cb-97fd-731f3784bca7""}\n2025-07-29 23:45:36.155 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f47fa117-8eac-42e2-9bc0-f6fe00f988b1] received connection request\n2025-07-29 23:45:36.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:45:36.206 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f47fa117-8eac-42e2-9bc0-f6fe00f988b1] socks forwarding established\n2025-07-29 23:45:36.252 [info] [command][d998d3bb-a9d2-40cb-97fd-731f3784bca7] Process exited with code 0\n2025-07-29 23:45:36.252 [info] [command][d998d3bb-a9d2-40cb-97fd-731f3784bca7] Socket close event received\n2025-07-29 23:45:36.254 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f47fa117-8eac-42e2-9bc0-f6fe00f988b1] socks connection closed\n2025-07-29 23:45:36.295 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 65510 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:46:36.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:46:36.259 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f591eaf4-c27f-4fd8-9e54-4155897b84c1] received connection request\n2025-07-29 23:46:36.259 [info] [command][ba986ec3-5dc2-48c2-8af1-52ae53b9353a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ba986ec3-5dc2-48c2-8af1-52ae53b9353a""}\n2025-07-29 23:46:36.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:46:36.311 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f591eaf4-c27f-4fd8-9e54-4155897b84c1] socks forwarding established\n2025-07-29 23:46:36.361 [info] [command][ba986ec3-5dc2-48c2-8af1-52ae53b9353a] Process exited with code 0\n2025-07-29 23:46:36.361 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f591eaf4-c27f-4fd8-9e54-4155897b84c1] socks connection closed\n2025-07-29 23:46:36.361 [info] [command][ba986ec3-5dc2-48c2-8af1-52ae53b9353a] Socket close event received\n2025-07-29 23:46:36.401 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49182 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:47:36.361 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:47:36.362 [info] [command][7ed027ce-6710-492a-91bc-ae2cbc23ca73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""7ed027ce-6710-492a-91bc-ae2cbc23ca73""}\n2025-07-29 23:47:36.362 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b8fd799a-6879-4099-841c-74b4a7fca08e] received connection request\n2025-07-29 23:47:36.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:47:36.406 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b8fd799a-6879-4099-841c-74b4a7fca08e] socks forwarding established\n2025-07-29 23:47:36.453 [info] [command][7ed027ce-6710-492a-91bc-ae2cbc23ca73] Process exited with code 0\n2025-07-29 23:47:36.454 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b8fd799a-6879-4099-841c-74b4a7fca08e] socks connection closed\n2025-07-29 23:47:36.454 [info] [command][7ed027ce-6710-492a-91bc-ae2cbc23ca73] Socket close event received\n2025-07-29 23:47:36.494 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49220 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:48:36.461 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:48:36.464 [info] [command][aa644c82-38d2-43b4-8d98-5d67ecbce71a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""aa644c82-38d2-43b4-8d98-5d67ecbce71a""}\n2025-07-29 23:48:36.465 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6795e7a5-98c2-4ae4-b8d2-01b9bc2aa73f] received connection request\n2025-07-29 23:48:36.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 23:48:36.467 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:48:36.514 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6795e7a5-98c2-4ae4-b8d2-01b9bc2aa73f] socks forwarding established\n2025-07-29 23:48:36.561 [info] [command][aa644c82-38d2-43b4-8d98-5d67ecbce71a] Process exited with code 0\n2025-07-29 23:48:36.561 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6795e7a5-98c2-4ae4-b8d2-01b9bc2aa73f] socks connection closed\n2025-07-29 23:48:36.562 [info] [command][aa644c82-38d2-43b4-8d98-5d67ecbce71a] Socket close event received\n2025-07-29 23:48:36.605 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49240 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:49:36.568 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:49:36.571 [info] [command][9051cdbd-0e4f-49f1-980b-862b6807e658] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9051cdbd-0e4f-49f1-980b-862b6807e658""}\n2025-07-29 23:49:36.571 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][952b8788-9b69-4697-ac6e-dc14233c2b0d] received connection request\n2025-07-29 23:49:36.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:49:36.619 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][952b8788-9b69-4697-ac6e-dc14233c2b0d] socks forwarding established\n2025-07-29 23:49:36.667 [info] [command][9051cdbd-0e4f-49f1-980b-862b6807e658] Process exited with code 0\n2025-07-29 23:49:36.668 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][952b8788-9b69-4697-ac6e-dc14233c2b0d] socks connection closed\n2025-07-29 23:49:36.668 [info] [command][9051cdbd-0e4f-49f1-980b-862b6807e658] Socket close event received\n2025-07-29 23:49:36.709 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49260 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:50:36.671 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:50:36.673 [info] [command][428bafc7-476b-4cce-b0f1-3c4fb338826b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""428bafc7-476b-4cce-b0f1-3c4fb338826b""}\n2025-07-29 23:50:36.675 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a2e4fc3e-d3db-4a2b-802f-e74fed4f8424] received connection request\n2025-07-29 23:50:36.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:50:36.717 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a2e4fc3e-d3db-4a2b-802f-e74fed4f8424] socks forwarding established\n2025-07-29 23:50:36.764 [info] [command][428bafc7-476b-4cce-b0f1-3c4fb338826b] Process exited with code 0\n2025-07-29 23:50:36.764 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a2e4fc3e-d3db-4a2b-802f-e74fed4f8424] socks connection closed\n2025-07-29 23:50:36.764 [info] [command][428bafc7-476b-4cce-b0f1-3c4fb338826b] Socket close event received\n2025-07-29 23:50:36.805 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49292 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:51:36.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:51:36.771 [info] [command][502299e9-d7a0-469a-810c-487e9bafcd94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""502299e9-d7a0-469a-810c-487e9bafcd94""}\n2025-07-29 23:51:36.772 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9f413e79-e1cd-42c1-927c-c28d815c97b1] received connection request\n2025-07-29 23:51:36.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:51:36.818 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9f413e79-e1cd-42c1-927c-c28d815c97b1] socks forwarding established\n2025-07-29 23:51:36.869 [info] [command][502299e9-d7a0-469a-810c-487e9bafcd94] Process exited with code 0\n2025-07-29 23:51:36.869 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9f413e79-e1cd-42c1-927c-c28d815c97b1] socks connection closed\n2025-07-29 23:51:36.870 [info] [command][502299e9-d7a0-469a-810c-487e9bafcd94] Socket close event received\n2025-07-29 23:51:36.910 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49328 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:52:36.880 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:52:36.882 [info] [command][8091948b-e744-4ffa-827d-47c5201f7eaf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8091948b-e744-4ffa-827d-47c5201f7eaf""}\n2025-07-29 23:52:36.882 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cba3cf5b-5c3a-4d7c-b60f-10c334153e26] received connection request\n2025-07-29 23:52:36.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:52:36.926 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cba3cf5b-5c3a-4d7c-b60f-10c334153e26] socks forwarding established\n2025-07-29 23:52:36.971 [info] [command][8091948b-e744-4ffa-827d-47c5201f7eaf] Process exited with code 0\n2025-07-29 23:52:36.971 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cba3cf5b-5c3a-4d7c-b60f-10c334153e26] socks connection closed\n2025-07-29 23:52:36.971 [info] [command][8091948b-e744-4ffa-827d-47c5201f7eaf] Socket close event received\n2025-07-29 23:52:37.011 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49362 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:53:36.981 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:53:36.983 [info] [command][ad2317ae-5d29-45ce-b39d-61555adebe2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ad2317ae-5d29-45ce-b39d-61555adebe2f""}\n2025-07-29 23:53:36.983 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][05dd56cd-ef83-4777-986f-200115677dd7] received connection request\n2025-07-29 23:53:36.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:53:37.026 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][05dd56cd-ef83-4777-986f-200115677dd7] socks forwarding established\n2025-07-29 23:53:37.070 [info] [command][ad2317ae-5d29-45ce-b39d-61555adebe2f] Process exited with code 0\n2025-07-29 23:53:37.071 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][05dd56cd-ef83-4777-986f-200115677dd7] socks connection closed\n2025-07-29 23:53:37.071 [info] [command][ad2317ae-5d29-45ce-b39d-61555adebe2f] Socket close event received\n2025-07-29 23:53:37.111 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49383 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:54:37.075 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:54:37.077 [info] [command][22cca542-9db5-4891-93b3-1f2e65f4aa2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""22cca542-9db5-4891-93b3-1f2e65f4aa2f""}\n2025-07-29 23:54:37.078 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cc940280-3dbd-4bb1-bf55-ffa3e0959783] received connection request\n2025-07-29 23:54:37.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-29 23:54:37.079 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:54:37.122 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cc940280-3dbd-4bb1-bf55-ffa3e0959783] socks forwarding established\n2025-07-29 23:54:37.167 [info] [command][22cca542-9db5-4891-93b3-1f2e65f4aa2f] Process exited with code 0\n2025-07-29 23:54:37.167 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cc940280-3dbd-4bb1-bf55-ffa3e0959783] socks connection closed\n2025-07-29 23:54:37.167 [info] [command][22cca542-9db5-4891-93b3-1f2e65f4aa2f] Socket close event received\n2025-07-29 23:54:37.209 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49406 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:55:37.174 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:55:37.177 [info] [command][2eecc743-da63-4979-b8eb-97ab6601d14a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2eecc743-da63-4979-b8eb-97ab6601d14a""}\n2025-07-29 23:55:37.177 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0c135ac3-dbe9-4a31-be82-f0c0007e6e31] received connection request\n2025-07-29 23:55:37.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:55:37.221 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0c135ac3-dbe9-4a31-be82-f0c0007e6e31] socks forwarding established\n2025-07-29 23:55:37.303 [info] [command][2eecc743-da63-4979-b8eb-97ab6601d14a] Process exited with code 0\n2025-07-29 23:55:37.303 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0c135ac3-dbe9-4a31-be82-f0c0007e6e31] socks connection closed\n2025-07-29 23:55:37.303 [info] [command][2eecc743-da63-4979-b8eb-97ab6601d14a] Socket close event received\n2025-07-29 23:55:37.348 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49438 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:56:37.304 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:56:37.307 [info] [command][b0e70f98-a12d-457e-b84d-5ced025df60b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b0e70f98-a12d-457e-b84d-5ced025df60b""}\n2025-07-29 23:56:37.307 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][466ca54b-2d0a-49cd-a82b-c6361720a2b9] received connection request\n2025-07-29 23:56:37.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:56:37.351 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][466ca54b-2d0a-49cd-a82b-c6361720a2b9] socks forwarding established\n2025-07-29 23:56:37.396 [info] [command][b0e70f98-a12d-457e-b84d-5ced025df60b] Process exited with code 0\n2025-07-29 23:56:37.396 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][466ca54b-2d0a-49cd-a82b-c6361720a2b9] socks connection closed\n2025-07-29 23:56:37.397 [info] [command][b0e70f98-a12d-457e-b84d-5ced025df60b] Socket close event received\n2025-07-29 23:56:37.437 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49478 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:57:37.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:57:37.408 [info] [command][61ad35e1-d2b1-4506-bd1e-95ed5dcb4139] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""61ad35e1-d2b1-4506-bd1e-95ed5dcb4139""}\n2025-07-29 23:57:37.409 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5406bc81-afb5-435f-9856-931ebd35c40d] received connection request\n2025-07-29 23:57:37.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:57:37.461 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5406bc81-afb5-435f-9856-931ebd35c40d] socks forwarding established\n2025-07-29 23:57:37.508 [info] [command][61ad35e1-d2b1-4506-bd1e-95ed5dcb4139] Process exited with code 0\n2025-07-29 23:57:37.508 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5406bc81-afb5-435f-9856-931ebd35c40d] socks connection closed\n2025-07-29 23:57:37.508 [info] [command][61ad35e1-d2b1-4506-bd1e-95ed5dcb4139] Socket close event received\n2025-07-29 23:57:37.550 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49532 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:58:37.514 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:58:37.516 [info] [command][76eae5e3-8f06-4cb0-bbc8-c1581c4cf7ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""76eae5e3-8f06-4cb0-bbc8-c1581c4cf7ca""}\n2025-07-29 23:58:37.517 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d3691ecb-6d75-4852-ab9f-39ad50ea7c86] received connection request\n2025-07-29 23:58:37.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:58:37.565 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d3691ecb-6d75-4852-ab9f-39ad50ea7c86] socks forwarding established\n2025-07-29 23:58:37.610 [info] [command][76eae5e3-8f06-4cb0-bbc8-c1581c4cf7ca] Process exited with code 0\n2025-07-29 23:58:37.610 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d3691ecb-6d75-4852-ab9f-39ad50ea7c86] socks connection closed\n2025-07-29 23:58:37.610 [info] [command][76eae5e3-8f06-4cb0-bbc8-c1581c4cf7ca] Socket close event received\n2025-07-29 23:58:37.650 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49553 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-29 23:59:37.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-29 23:59:37.617 [info] [command][d6714a90-debb-4e10-9d14-32c9b141d2d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d6714a90-debb-4e10-9d14-32c9b141d2d6""}\n2025-07-29 23:59:37.618 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][005e6530-3d20-4955-8062-12cb70768eaf] received connection request\n2025-07-29 23:59:37.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-29 23:59:37.667 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][005e6530-3d20-4955-8062-12cb70768eaf] socks forwarding established\n2025-07-29 23:59:37.714 [info] [command][d6714a90-debb-4e10-9d14-32c9b141d2d6] Process exited with code 0\n2025-07-29 23:59:37.714 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][005e6530-3d20-4955-8062-12cb70768eaf] socks connection closed\n2025-07-29 23:59:37.714 [info] [command][d6714a90-debb-4e10-9d14-32c9b141d2d6] Socket close event received\n2025-07-29 23:59:37.754 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49571 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:00:37.723 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:00:37.726 [info] [command][54d0c092-6034-4f3c-b931-b8085c9a6ed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""54d0c092-6034-4f3c-b931-b8085c9a6ed7""}\n2025-07-30 00:00:37.728 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c85f461e-a329-4dfb-afda-78b44bef99c6] received connection request\n2025-07-30 00:00:37.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:00:37.772 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c85f461e-a329-4dfb-afda-78b44bef99c6] socks forwarding established\n2025-07-30 00:00:37.818 [info] [command][54d0c092-6034-4f3c-b931-b8085c9a6ed7] Process exited with code 0\n2025-07-30 00:00:37.819 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c85f461e-a329-4dfb-afda-78b44bef99c6] socks connection closed\n2025-07-30 00:00:37.819 [info] [command][54d0c092-6034-4f3c-b931-b8085c9a6ed7] Socket close event received\n2025-07-30 00:00:37.862 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49608 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:01:37.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:01:37.833 [info] [command][5fb859c0-61e7-4168-9750-b1d954f961a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5fb859c0-61e7-4168-9750-b1d954f961a9""}\n2025-07-30 00:01:37.834 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][2f8f941c-622b-4ca0-b2ce-5eaca32c7386] received connection request\n2025-07-30 00:01:37.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:01:37.882 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2f8f941c-622b-4ca0-b2ce-5eaca32c7386] socks forwarding established\n2025-07-30 00:01:37.930 [info] [command][5fb859c0-61e7-4168-9750-b1d954f961a9] Process exited with code 0\n2025-07-30 00:01:37.931 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][2f8f941c-622b-4ca0-b2ce-5eaca32c7386] socks connection closed\n2025-07-30 00:01:37.931 [info] [command][5fb859c0-61e7-4168-9750-b1d954f961a9] Socket close event received\n2025-07-30 00:01:37.971 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49641 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:02:37.935 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:02:37.938 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8ba71033-3588-443c-b2a1-1089263c06b3] received connection request\n2025-07-30 00:02:37.939 [info] [command][a931e8fa-2a05-40c7-8770-0dedb4e5da0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a931e8fa-2a05-40c7-8770-0dedb4e5da0c""}\n2025-07-30 00:02:37.939 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:02:37.985 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ba71033-3588-443c-b2a1-1089263c06b3] socks forwarding established\n2025-07-30 00:02:38.030 [info] [command][a931e8fa-2a05-40c7-8770-0dedb4e5da0c] Process exited with code 0\n2025-07-30 00:02:38.030 [info] [command][a931e8fa-2a05-40c7-8770-0dedb4e5da0c] Socket close event received\n2025-07-30 00:02:38.031 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8ba71033-3588-443c-b2a1-1089263c06b3] socks connection closed\n2025-07-30 00:02:38.073 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49677 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:03:38.031 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:03:38.033 [info] [command][e58e6bf5-0656-44e3-84ac-72b17980925c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e58e6bf5-0656-44e3-84ac-72b17980925c""}\n2025-07-30 00:03:38.033 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7952aaee-15ee-4033-921d-1983fa607098] received connection request\n2025-07-30 00:03:38.033 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:03:38.081 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7952aaee-15ee-4033-921d-1983fa607098] socks forwarding established\n2025-07-30 00:03:38.124 [info] [command][e58e6bf5-0656-44e3-84ac-72b17980925c] Process exited with code 0\n2025-07-30 00:03:38.125 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7952aaee-15ee-4033-921d-1983fa607098] socks connection closed\n2025-07-30 00:03:38.125 [info] [command][e58e6bf5-0656-44e3-84ac-72b17980925c] Socket close event received\n2025-07-30 00:03:38.164 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49698 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:04:38.132 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:04:38.135 [info] [command][6971973c-93cc-4823-946e-a2bff218a02f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6971973c-93cc-4823-946e-a2bff218a02f""}\n2025-07-30 00:04:38.135 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e688ca28-6132-4ac0-8935-3b0911368d5f] received connection request\n2025-07-30 00:04:38.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:04:38.180 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e688ca28-6132-4ac0-8935-3b0911368d5f] socks forwarding established\n2025-07-30 00:04:38.225 [info] [command][6971973c-93cc-4823-946e-a2bff218a02f] Process exited with code 0\n2025-07-30 00:04:38.225 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e688ca28-6132-4ac0-8935-3b0911368d5f] socks connection closed\n2025-07-30 00:04:38.225 [info] [command][6971973c-93cc-4823-946e-a2bff218a02f] Socket close event received\n2025-07-30 00:04:38.266 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49719 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:05:38.235 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:05:38.237 [info] [command][f65a6a47-cd64-43bf-866f-5668944bf21c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f65a6a47-cd64-43bf-866f-5668944bf21c""}\n2025-07-30 00:05:38.238 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][6a3c1f74-03fc-470c-a13a-71c84de0314a] received connection request\n2025-07-30 00:05:38.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:05:38.287 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6a3c1f74-03fc-470c-a13a-71c84de0314a] socks forwarding established\n2025-07-30 00:05:38.333 [info] [command][f65a6a47-cd64-43bf-866f-5668944bf21c] Process exited with code 0\n2025-07-30 00:05:38.333 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][6a3c1f74-03fc-470c-a13a-71c84de0314a] socks connection closed\n2025-07-30 00:05:38.333 [info] [command][f65a6a47-cd64-43bf-866f-5668944bf21c] Socket close event received\n2025-07-30 00:05:38.383 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49766 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:06:38.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:06:38.345 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d4ec49d0-ec39-46c5-a575-524606221590] received connection request\n2025-07-30 00:06:38.346 [info] [command][9e48a680-0ecf-4ac0-b38c-cce272382871] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9e48a680-0ecf-4ac0-b38c-cce272382871""}\n2025-07-30 00:06:38.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:06:38.387 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d4ec49d0-ec39-46c5-a575-524606221590] socks forwarding established\n2025-07-30 00:06:38.432 [info] [command][9e48a680-0ecf-4ac0-b38c-cce272382871] Process exited with code 0\n2025-07-30 00:06:38.432 [info] [command][9e48a680-0ecf-4ac0-b38c-cce272382871] Socket close event received\n2025-07-30 00:06:38.433 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d4ec49d0-ec39-46c5-a575-524606221590] socks connection closed\n2025-07-30 00:06:38.474 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49802 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:07:38.443 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:07:38.446 [info] [command][954ad530-af40-489a-ab30-a96dd8b949a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""954ad530-af40-489a-ab30-a96dd8b949a9""}\n2025-07-30 00:07:38.446 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9ab1de91-dea5-4032-8cb4-6c5b0b45ba6b] received connection request\n2025-07-30 00:07:38.447 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:07:38.492 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9ab1de91-dea5-4032-8cb4-6c5b0b45ba6b] socks forwarding established\n2025-07-30 00:07:38.537 [info] [command][954ad530-af40-489a-ab30-a96dd8b949a9] Process exited with code 0\n2025-07-30 00:07:38.537 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9ab1de91-dea5-4032-8cb4-6c5b0b45ba6b] socks connection closed\n2025-07-30 00:07:38.537 [info] [command][954ad530-af40-489a-ab30-a96dd8b949a9] Socket close event received\n2025-07-30 00:07:38.577 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49842 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:08:38.541 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:08:38.545 [info] [command][3184b045-05c3-40e6-9a4a-fc8ef0beaafa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3184b045-05c3-40e6-9a4a-fc8ef0beaafa""}\n2025-07-30 00:08:38.546 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][df552833-4abe-40a6-b1ab-09ad4a880d5f] received connection request\n2025-07-30 00:08:38.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:08:38.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][df552833-4abe-40a6-b1ab-09ad4a880d5f] socks forwarding established\n2025-07-30 00:08:38.643 [info] [command][3184b045-05c3-40e6-9a4a-fc8ef0beaafa] Process exited with code 0\n2025-07-30 00:08:38.644 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][df552833-4abe-40a6-b1ab-09ad4a880d5f] socks connection closed\n2025-07-30 00:08:38.645 [info] [command][3184b045-05c3-40e6-9a4a-fc8ef0beaafa] Socket close event received\n2025-07-30 00:08:38.692 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49862 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:09:38.644 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:09:38.647 [info] [command][6feb99a5-7669-4843-9e1e-1cd239cf105d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6feb99a5-7669-4843-9e1e-1cd239cf105d""}\n2025-07-30 00:09:38.647 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7b69dabd-6b98-4680-935e-5816e6b83dbe] received connection request\n2025-07-30 00:09:38.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:09:38.700 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7b69dabd-6b98-4680-935e-5816e6b83dbe] socks forwarding established\n2025-07-30 00:09:38.778 [info] [command][6feb99a5-7669-4843-9e1e-1cd239cf105d] Process exited with code 0\n2025-07-30 00:09:38.778 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7b69dabd-6b98-4680-935e-5816e6b83dbe] socks connection closed\n2025-07-30 00:09:38.779 [info] [command][6feb99a5-7669-4843-9e1e-1cd239cf105d] Socket close event received\n2025-07-30 00:09:38.827 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49880 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:10:38.784 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:10:38.786 [info] [command][07a8bb6e-1857-4a9f-b123-414a8d4a199c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""07a8bb6e-1857-4a9f-b123-414a8d4a199c""}\n2025-07-30 00:10:38.787 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3258aa68-891a-4c0b-a667-c88c4d430526] received connection request\n2025-07-30 00:10:38.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:10:38.835 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3258aa68-891a-4c0b-a667-c88c4d430526] socks forwarding established\n2025-07-30 00:10:38.890 [info] [command][07a8bb6e-1857-4a9f-b123-414a8d4a199c] Process exited with code 0\n2025-07-30 00:10:38.891 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3258aa68-891a-4c0b-a667-c88c4d430526] socks connection closed\n2025-07-30 00:10:38.891 [info] [command][07a8bb6e-1857-4a9f-b123-414a8d4a199c] Socket close event received\n2025-07-30 00:10:38.937 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49913 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:11:38.902 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:11:38.906 [info] [command][725c5e13-524c-43aa-b145-37a5cbb766a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""725c5e13-524c-43aa-b145-37a5cbb766a1""}\n2025-07-30 00:11:38.907 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d9a737c6-1d8f-46d6-82b0-e1a3dda4f686] received connection request\n2025-07-30 00:11:38.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:11:38.951 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d9a737c6-1d8f-46d6-82b0-e1a3dda4f686] socks forwarding established\n2025-07-30 00:11:39.002 [info] [command][725c5e13-524c-43aa-b145-37a5cbb766a1] Process exited with code 0\n2025-07-30 00:11:39.003 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d9a737c6-1d8f-46d6-82b0-e1a3dda4f686] socks connection closed\n2025-07-30 00:11:39.003 [info] [command][725c5e13-524c-43aa-b145-37a5cbb766a1] Socket close event received\n2025-07-30 00:11:39.053 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49950 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:12:39.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:12:39.012 [info] [command][49fe152a-e1e2-4031-bb0f-c4e7068e17ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""49fe152a-e1e2-4031-bb0f-c4e7068e17ff""}\n2025-07-30 00:12:39.013 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d4b0d450-1ea5-4828-9b68-fa5bb6ff47e2] received connection request\n2025-07-30 00:12:39.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:12:39.063 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d4b0d450-1ea5-4828-9b68-fa5bb6ff47e2] socks forwarding established\n2025-07-30 00:12:39.147 [info] [command][49fe152a-e1e2-4031-bb0f-c4e7068e17ff] Process exited with code 0\n2025-07-30 00:12:39.147 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d4b0d450-1ea5-4828-9b68-fa5bb6ff47e2] socks connection closed\n2025-07-30 00:12:39.147 [info] [command][49fe152a-e1e2-4031-bb0f-c4e7068e17ff] Socket close event received\n2025-07-30 00:12:39.247 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 49989 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:13:39.154 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:13:39.155 [info] [command][d4db424f-2e9d-4eb4-beea-c0647d28aaef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d4db424f-2e9d-4eb4-beea-c0647d28aaef""}\n2025-07-30 00:13:39.156 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f9ddc203-8447-4c02-920d-15516233b9d7] received connection request\n2025-07-30 00:13:39.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 00:13:39.158 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:13:39.279 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9ddc203-8447-4c02-920d-15516233b9d7] socks forwarding established\n2025-07-30 00:13:39.331 [info] [command][d4db424f-2e9d-4eb4-beea-c0647d28aaef] Process exited with code 0\n2025-07-30 00:13:39.332 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f9ddc203-8447-4c02-920d-15516233b9d7] socks connection closed\n2025-07-30 00:13:39.332 [info] [command][d4db424f-2e9d-4eb4-beea-c0647d28aaef] Socket close event received\n2025-07-30 00:13:39.372 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50011 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:14:39.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:14:39.344 [info] [command][2a667030-600d-4dce-9655-057f7b9bd5d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2a667030-600d-4dce-9655-057f7b9bd5d2""}\n2025-07-30 00:14:39.344 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3730b467-e2bb-4917-9f11-64561e5c0f38] received connection request\n2025-07-30 00:14:39.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:14:39.391 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3730b467-e2bb-4917-9f11-64561e5c0f38] socks forwarding established\n2025-07-30 00:14:39.476 [info] [command][2a667030-600d-4dce-9655-057f7b9bd5d2] Process exited with code 0\n2025-07-30 00:14:39.477 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3730b467-e2bb-4917-9f11-64561e5c0f38] socks connection closed\n2025-07-30 00:14:39.477 [info] [command][2a667030-600d-4dce-9655-057f7b9bd5d2] Socket close event received\n2025-07-30 00:14:39.526 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50034 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:15:39.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:15:39.491 [info] [command][81e752a9-de21-4970-b03d-77396de9629b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""81e752a9-de21-4970-b03d-77396de9629b""}\n2025-07-30 00:15:39.492 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8bc971e5-864a-4d37-8b99-e6f438a8929c] received connection request\n2025-07-30 00:15:39.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:15:39.538 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8bc971e5-864a-4d37-8b99-e6f438a8929c] socks forwarding established\n2025-07-30 00:15:39.589 [info] [command][81e752a9-de21-4970-b03d-77396de9629b] Process exited with code 0\n2025-07-30 00:15:39.589 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8bc971e5-864a-4d37-8b99-e6f438a8929c] socks connection closed\n2025-07-30 00:15:39.589 [info] [command][81e752a9-de21-4970-b03d-77396de9629b] Socket close event received\n2025-07-30 00:15:39.630 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50069 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:16:39.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:16:39.599 [info] [command][a7c74712-15fa-44c0-9899-f9a17b18c2b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a7c74712-15fa-44c0-9899-f9a17b18c2b1""}\n2025-07-30 00:16:39.600 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][24f92d70-651c-4631-921e-22a4fd87498b] received connection request\n2025-07-30 00:16:39.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:16:39.646 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][24f92d70-651c-4631-921e-22a4fd87498b] socks forwarding established\n2025-07-30 00:16:39.697 [info] [command][a7c74712-15fa-44c0-9899-f9a17b18c2b1] Process exited with code 0\n2025-07-30 00:16:39.697 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][24f92d70-651c-4631-921e-22a4fd87498b] socks connection closed\n2025-07-30 00:16:39.697 [info] [command][a7c74712-15fa-44c0-9899-f9a17b18c2b1] Socket close event received\n2025-07-30 00:16:39.785 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50105 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:17:39.702 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:17:39.705 [info] [command][f59be647-0ccc-499a-8eeb-6d74631ac1b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f59be647-0ccc-499a-8eeb-6d74631ac1b9""}\n2025-07-30 00:17:39.708 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9a043edb-e4ec-4b3e-b991-f65d2e65ccc0] received connection request\n2025-07-30 00:17:39.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 00:17:39.709 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:17:39.757 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a043edb-e4ec-4b3e-b991-f65d2e65ccc0] socks forwarding established\n2025-07-30 00:17:39.817 [info] [command][f59be647-0ccc-499a-8eeb-6d74631ac1b9] Process exited with code 0\n2025-07-30 00:17:39.817 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a043edb-e4ec-4b3e-b991-f65d2e65ccc0] socks connection closed\n2025-07-30 00:17:39.818 [info] [command][f59be647-0ccc-499a-8eeb-6d74631ac1b9] Socket close event received\n2025-07-30 00:17:39.859 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50137 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:18:39.828 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:18:39.830 [info] [command][1a7fd3f1-4a4e-4537-ada7-89ced60ee0ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1a7fd3f1-4a4e-4537-ada7-89ced60ee0ef""}\n2025-07-30 00:18:39.831 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ae3377a6-2103-4013-9812-4576cb9ec5bc] received connection request\n2025-07-30 00:18:39.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 00:18:39.831 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:18:39.873 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ae3377a6-2103-4013-9812-4576cb9ec5bc] socks forwarding established\n2025-07-30 00:18:39.921 [info] [command][1a7fd3f1-4a4e-4537-ada7-89ced60ee0ef] Process exited with code 0\n2025-07-30 00:18:39.921 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ae3377a6-2103-4013-9812-4576cb9ec5bc] socks connection closed\n2025-07-30 00:18:39.921 [info] [command][1a7fd3f1-4a4e-4537-ada7-89ced60ee0ef] Socket close event received\n2025-07-30 00:18:39.964 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50162 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:19:39.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:19:39.933 [info] [command][0b8c2a31-69ec-470d-854e-e59615efc71c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0b8c2a31-69ec-470d-854e-e59615efc71c""}\n2025-07-30 00:19:39.933 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0a00aaa7-3582-4e36-b35c-129a34d1e514] received connection request\n2025-07-30 00:19:39.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:19:39.975 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0a00aaa7-3582-4e36-b35c-129a34d1e514] socks forwarding established\n2025-07-30 00:19:40.018 [info] [command][0b8c2a31-69ec-470d-854e-e59615efc71c] Process exited with code 0\n2025-07-30 00:19:40.018 [info] [command][0b8c2a31-69ec-470d-854e-e59615efc71c] Socket close event received\n2025-07-30 00:19:40.022 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0a00aaa7-3582-4e36-b35c-129a34d1e514] socks connection closed\n2025-07-30 00:19:40.061 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50185 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:20:40.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:20:40.029 [info] [command][84b5767d-fdf3-4d40-adc5-f976c6c74f93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""84b5767d-fdf3-4d40-adc5-f976c6c74f93""}\n2025-07-30 00:20:40.030 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d45ef57d-a7b8-49b8-b412-d34d71e34094] received connection request\n2025-07-30 00:20:40.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:20:40.076 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d45ef57d-a7b8-49b8-b412-d34d71e34094] socks forwarding established\n2025-07-30 00:20:40.123 [info] [command][84b5767d-fdf3-4d40-adc5-f976c6c74f93] Process exited with code 0\n2025-07-30 00:20:40.123 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d45ef57d-a7b8-49b8-b412-d34d71e34094] socks connection closed\n2025-07-30 00:20:40.123 [info] [command][84b5767d-fdf3-4d40-adc5-f976c6c74f93] Socket close event received\n2025-07-30 00:20:40.163 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50227 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:21:40.134 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:21:40.137 [info] [command][ff9fbd66-7811-4abe-a3f6-a37b320658b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ff9fbd66-7811-4abe-a3f6-a37b320658b3""}\n2025-07-30 00:21:40.138 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e1d1fbdd-e592-469d-9420-73a60d5d3694] received connection request\n2025-07-30 00:21:40.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:21:40.184 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e1d1fbdd-e592-469d-9420-73a60d5d3694] socks forwarding established\n2025-07-30 00:21:40.229 [info] [command][ff9fbd66-7811-4abe-a3f6-a37b320658b3] Process exited with code 0\n2025-07-30 00:21:40.230 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e1d1fbdd-e592-469d-9420-73a60d5d3694] socks connection closed\n2025-07-30 00:21:40.230 [info] [command][ff9fbd66-7811-4abe-a3f6-a37b320658b3] Socket close event received\n2025-07-30 00:21:40.274 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50261 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:22:40.231 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:22:40.235 [info] [command][64490880-9040-4042-b181-1f25efec4fa6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""64490880-9040-4042-b181-1f25efec4fa6""}\n2025-07-30 00:22:40.237 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4fa03d5b-2d71-4233-a7fa-51016af70a5b] received connection request\n2025-07-30 00:22:40.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:22:40.281 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4fa03d5b-2d71-4233-a7fa-51016af70a5b] socks forwarding established\n2025-07-30 00:22:40.327 [info] [command][64490880-9040-4042-b181-1f25efec4fa6] Process exited with code 0\n2025-07-30 00:22:40.327 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4fa03d5b-2d71-4233-a7fa-51016af70a5b] socks connection closed\n2025-07-30 00:22:40.328 [info] [command][64490880-9040-4042-b181-1f25efec4fa6] Socket close event received\n2025-07-30 00:22:40.369 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50293 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:23:40.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:23:40.340 [info] [command][bdaac82a-e3a8-42c1-bd04-333fff1d1492] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""bdaac82a-e3a8-42c1-bd04-333fff1d1492""}\n2025-07-30 00:23:40.340 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fd5490ad-90c4-4a24-8e23-d42f76095684] received connection request\n2025-07-30 00:23:40.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:23:40.385 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd5490ad-90c4-4a24-8e23-d42f76095684] socks forwarding established\n2025-07-30 00:23:40.429 [info] [command][bdaac82a-e3a8-42c1-bd04-333fff1d1492] Process exited with code 0\n2025-07-30 00:23:40.429 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fd5490ad-90c4-4a24-8e23-d42f76095684] socks connection closed\n2025-07-30 00:23:40.429 [info] [command][bdaac82a-e3a8-42c1-bd04-333fff1d1492] Socket close event received\n2025-07-30 00:23:40.471 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50317 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:24:40.437 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:24:40.440 [info] [command][3f90cb60-23db-40b2-bea3-9afff8feae87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3f90cb60-23db-40b2-bea3-9afff8feae87""}\n2025-07-30 00:24:40.441 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][efcb700b-94b2-4ec7-86c0-c111be12206a] received connection request\n2025-07-30 00:24:40.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:24:40.485 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][efcb700b-94b2-4ec7-86c0-c111be12206a] socks forwarding established\n2025-07-30 00:24:40.531 [info] [command][3f90cb60-23db-40b2-bea3-9afff8feae87] Process exited with code 0\n2025-07-30 00:24:40.531 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][efcb700b-94b2-4ec7-86c0-c111be12206a] socks connection closed\n2025-07-30 00:24:40.532 [info] [command][3f90cb60-23db-40b2-bea3-9afff8feae87] Socket close event received\n2025-07-30 00:24:40.572 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50336 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:25:40.541 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:25:40.544 [info] [command][c32232bd-9019-4495-9c66-fe8f7a7146a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c32232bd-9019-4495-9c66-fe8f7a7146a3""}\n2025-07-30 00:25:40.544 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][28bd1cb0-547b-4010-a01a-bfe33e40eb7d] received connection request\n2025-07-30 00:25:40.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:25:40.586 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][28bd1cb0-547b-4010-a01a-bfe33e40eb7d] socks forwarding established\n2025-07-30 00:25:40.632 [info] [command][c32232bd-9019-4495-9c66-fe8f7a7146a3] Process exited with code 0\n2025-07-30 00:25:40.633 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][28bd1cb0-547b-4010-a01a-bfe33e40eb7d] socks connection closed\n2025-07-30 00:25:40.633 [info] [command][c32232bd-9019-4495-9c66-fe8f7a7146a3] Socket close event received\n2025-07-30 00:25:40.675 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50371 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:26:40.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:26:40.639 [info] [command][82554df0-1c8b-4f1d-924e-b78d36f749a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""82554df0-1c8b-4f1d-924e-b78d36f749a9""}\n2025-07-30 00:26:40.640 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dd5624fc-956e-4808-ab48-601c366182f4] received connection request\n2025-07-30 00:26:40.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:26:40.687 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dd5624fc-956e-4808-ab48-601c366182f4] socks forwarding established\n2025-07-30 00:26:40.735 [info] [command][82554df0-1c8b-4f1d-924e-b78d36f749a9] Process exited with code 0\n2025-07-30 00:26:40.736 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dd5624fc-956e-4808-ab48-601c366182f4] socks connection closed\n2025-07-30 00:26:40.737 [info] [command][82554df0-1c8b-4f1d-924e-b78d36f749a9] Socket close event received\n2025-07-30 00:26:40.776 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50431 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:27:40.747 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:27:40.749 [info] [command][394abce2-3e7d-433e-b270-7a06e317787a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""394abce2-3e7d-433e-b270-7a06e317787a""}\n2025-07-30 00:27:40.749 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9e4aab82-e52b-4339-a60d-3743b4233908] received connection request\n2025-07-30 00:27:40.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:27:40.796 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9e4aab82-e52b-4339-a60d-3743b4233908] socks forwarding established\n2025-07-30 00:27:40.841 [info] [command][394abce2-3e7d-433e-b270-7a06e317787a] Process exited with code 0\n2025-07-30 00:27:40.841 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9e4aab82-e52b-4339-a60d-3743b4233908] socks connection closed\n2025-07-30 00:27:40.842 [info] [command][394abce2-3e7d-433e-b270-7a06e317787a] Socket close event received\n2025-07-30 00:27:40.884 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50485 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:28:40.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:28:40.850 [info] [command][5b7881b9-b800-435c-8425-b76cab823345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5b7881b9-b800-435c-8425-b76cab823345""}\n2025-07-30 00:28:40.851 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5a3c3a97-41c0-4054-a1e4-6efa60611b7d] received connection request\n2025-07-30 00:28:40.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 00:28:40.852 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:28:40.895 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a3c3a97-41c0-4054-a1e4-6efa60611b7d] socks forwarding established\n2025-07-30 00:28:40.941 [info] [command][5b7881b9-b800-435c-8425-b76cab823345] Process exited with code 0\n2025-07-30 00:28:40.941 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5a3c3a97-41c0-4054-a1e4-6efa60611b7d] socks connection closed\n2025-07-30 00:28:40.941 [info] [command][5b7881b9-b800-435c-8425-b76cab823345] Socket close event received\n2025-07-30 00:28:40.981 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50515 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:29:40.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:29:40.951 [info] [command][6d96cbf8-2981-4b99-b19f-04425d9761f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6d96cbf8-2981-4b99-b19f-04425d9761f1""}\n2025-07-30 00:29:40.952 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9ebf78fb-0d13-4caf-88e4-7e86456ac039] received connection request\n2025-07-30 00:29:40.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:29:41.001 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9ebf78fb-0d13-4caf-88e4-7e86456ac039] socks forwarding established\n2025-07-30 00:29:41.046 [info] [command][6d96cbf8-2981-4b99-b19f-04425d9761f1] Process exited with code 0\n2025-07-30 00:29:41.046 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9ebf78fb-0d13-4caf-88e4-7e86456ac039] socks connection closed\n2025-07-30 00:29:41.047 [info] [command][6d96cbf8-2981-4b99-b19f-04425d9761f1] Socket close event received\n2025-07-30 00:29:41.088 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50533 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:30:41.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:30:41.056 [info] [command][166db44e-e1bb-486e-aed4-2c7ad91cd41c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""166db44e-e1bb-486e-aed4-2c7ad91cd41c""}\n2025-07-30 00:30:41.056 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][36471846-eac1-44a2-9b81-fbf66cdcaedc] received connection request\n2025-07-30 00:30:41.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:30:41.103 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][36471846-eac1-44a2-9b81-fbf66cdcaedc] socks forwarding established\n2025-07-30 00:30:41.149 [info] [command][166db44e-e1bb-486e-aed4-2c7ad91cd41c] Process exited with code 0\n2025-07-30 00:30:41.150 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][36471846-eac1-44a2-9b81-fbf66cdcaedc] socks connection closed\n2025-07-30 00:30:41.150 [info] [command][166db44e-e1bb-486e-aed4-2c7ad91cd41c] Socket close event received\n2025-07-30 00:30:41.192 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50574 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:31:41.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:31:41.158 [info] [command][2d8c6ab9-86fa-4e0c-85fb-85f9f962bc86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2d8c6ab9-86fa-4e0c-85fb-85f9f962bc86""}\n2025-07-30 00:31:41.158 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][14b1b7ad-8c84-4090-b6be-84a8dac5b775] received connection request\n2025-07-30 00:31:41.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:31:41.206 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][14b1b7ad-8c84-4090-b6be-84a8dac5b775] socks forwarding established\n2025-07-30 00:31:41.251 [info] [command][2d8c6ab9-86fa-4e0c-85fb-85f9f962bc86] Process exited with code 0\n2025-07-30 00:31:41.252 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][14b1b7ad-8c84-4090-b6be-84a8dac5b775] socks connection closed\n2025-07-30 00:31:41.252 [info] [command][2d8c6ab9-86fa-4e0c-85fb-85f9f962bc86] Socket close event received\n2025-07-30 00:31:41.293 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50611 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:32:41.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:32:41.259 [info] [command][9c692ee8-e848-467c-8485-bd9acb422e1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9c692ee8-e848-467c-8485-bd9acb422e1d""}\n2025-07-30 00:32:41.260 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][23c65e15-c8a0-4282-ac48-60443b29619a] received connection request\n2025-07-30 00:32:41.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:32:41.307 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][23c65e15-c8a0-4282-ac48-60443b29619a] socks forwarding established\n2025-07-30 00:32:41.353 [info] [command][9c692ee8-e848-467c-8485-bd9acb422e1d] Process exited with code 0\n2025-07-30 00:32:41.353 [info] [command][9c692ee8-e848-467c-8485-bd9acb422e1d] Socket close event received\n2025-07-30 00:32:41.354 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][23c65e15-c8a0-4282-ac48-60443b29619a] socks connection closed\n2025-07-30 00:32:41.395 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50643 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:33:41.363 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:33:41.366 [info] [command][48651bf2-e725-46ca-90f5-b355d9399d01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""48651bf2-e725-46ca-90f5-b355d9399d01""}\n2025-07-30 00:33:41.368 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][99fc83ac-16b3-49c9-8097-2ea3f7e56e48] received connection request\n2025-07-30 00:33:41.368 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:33:41.411 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][99fc83ac-16b3-49c9-8097-2ea3f7e56e48] socks forwarding established\n2025-07-30 00:33:41.456 [info] [command][48651bf2-e725-46ca-90f5-b355d9399d01] Process exited with code 0\n2025-07-30 00:33:41.456 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][99fc83ac-16b3-49c9-8097-2ea3f7e56e48] socks connection closed\n2025-07-30 00:33:41.456 [info] [command][48651bf2-e725-46ca-90f5-b355d9399d01] Socket close event received\n2025-07-30 00:33:41.497 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50666 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:34:41.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:34:41.464 [info] [command][3557da14-ff17-4d2e-b0bc-33b6be22af70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3557da14-ff17-4d2e-b0bc-33b6be22af70""}\n2025-07-30 00:34:41.465 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4fbd4b97-19a4-4d69-8cbb-4cab987a9c54] received connection request\n2025-07-30 00:34:41.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:34:41.510 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4fbd4b97-19a4-4d69-8cbb-4cab987a9c54] socks forwarding established\n2025-07-30 00:34:41.554 [info] [command][3557da14-ff17-4d2e-b0bc-33b6be22af70] Process exited with code 0\n2025-07-30 00:34:41.554 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4fbd4b97-19a4-4d69-8cbb-4cab987a9c54] socks connection closed\n2025-07-30 00:34:41.555 [info] [command][3557da14-ff17-4d2e-b0bc-33b6be22af70] Socket close event received\n2025-07-30 00:34:41.596 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50685 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:35:41.563 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:35:41.566 [info] [command][b640b4fc-10db-4698-8f44-315779f63fb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b640b4fc-10db-4698-8f44-315779f63fb3""}\n2025-07-30 00:35:41.567 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e61ea59a-0f2a-441e-aed4-408952be13c7] received connection request\n2025-07-30 00:35:41.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:35:41.611 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e61ea59a-0f2a-441e-aed4-408952be13c7] socks forwarding established\n2025-07-30 00:35:41.657 [info] [command][b640b4fc-10db-4698-8f44-315779f63fb3] Process exited with code 0\n2025-07-30 00:35:41.657 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e61ea59a-0f2a-441e-aed4-408952be13c7] socks connection closed\n2025-07-30 00:35:41.657 [info] [command][b640b4fc-10db-4698-8f44-315779f63fb3] Socket close event received\n2025-07-30 00:35:41.700 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50716 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:36:41.662 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:36:41.666 [info] [command][1236f51e-3524-4a46-897f-90a0ae0aea1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1236f51e-3524-4a46-897f-90a0ae0aea1a""}\n2025-07-30 00:36:41.667 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][0dfe7326-2a1c-4d44-b61a-f3f8933c49f8] received connection request\n2025-07-30 00:36:41.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:36:41.710 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0dfe7326-2a1c-4d44-b61a-f3f8933c49f8] socks forwarding established\n2025-07-30 00:36:41.754 [info] [command][1236f51e-3524-4a46-897f-90a0ae0aea1a] Process exited with code 0\n2025-07-30 00:36:41.754 [info] [command][1236f51e-3524-4a46-897f-90a0ae0aea1a] Socket close event received\n2025-07-30 00:36:41.755 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][0dfe7326-2a1c-4d44-b61a-f3f8933c49f8] socks connection closed\n2025-07-30 00:36:41.797 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50752 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:37:41.756 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:37:41.758 [info] [command][cc147f54-1eea-4752-afa9-5e1064564328] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cc147f54-1eea-4752-afa9-5e1064564328""}\n2025-07-30 00:37:41.759 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dddc247c-8695-4370-a9ae-55543b42f62f] received connection request\n2025-07-30 00:37:41.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:37:41.803 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dddc247c-8695-4370-a9ae-55543b42f62f] socks forwarding established\n2025-07-30 00:37:41.850 [info] [command][cc147f54-1eea-4752-afa9-5e1064564328] Process exited with code 0\n2025-07-30 00:37:41.850 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dddc247c-8695-4370-a9ae-55543b42f62f] socks connection closed\n2025-07-30 00:37:41.850 [info] [command][cc147f54-1eea-4752-afa9-5e1064564328] Socket close event received\n2025-07-30 00:37:41.891 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50785 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:38:41.857 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:38:41.859 [info] [command][fef01e81-df14-47fe-99af-2ce8989eb03a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fef01e81-df14-47fe-99af-2ce8989eb03a""}\n2025-07-30 00:38:41.859 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f34327d2-a941-4513-b228-113357273a2a] received connection request\n2025-07-30 00:38:41.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:38:41.902 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f34327d2-a941-4513-b228-113357273a2a] socks forwarding established\n2025-07-30 00:38:41.946 [info] [command][fef01e81-df14-47fe-99af-2ce8989eb03a] Process exited with code 0\n2025-07-30 00:38:41.947 [info] [command][fef01e81-df14-47fe-99af-2ce8989eb03a] Socket close event received\n2025-07-30 00:38:41.947 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f34327d2-a941-4513-b228-113357273a2a] socks connection closed\n2025-07-30 00:38:41.987 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50809 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:39:41.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:39:41.954 [info] [command][d187b5c7-8d5b-48e5-b096-833a981507cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d187b5c7-8d5b-48e5-b096-833a981507cd""}\n2025-07-30 00:39:41.955 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][25f295f0-e877-4555-926d-7c048132b543] received connection request\n2025-07-30 00:39:41.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:39:42.001 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][25f295f0-e877-4555-926d-7c048132b543] socks forwarding established\n2025-07-30 00:39:42.053 [info] [command][d187b5c7-8d5b-48e5-b096-833a981507cd] Process exited with code 0\n2025-07-30 00:39:42.053 [info] [command][d187b5c7-8d5b-48e5-b096-833a981507cd] Socket close event received\n2025-07-30 00:39:42.054 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][25f295f0-e877-4555-926d-7c048132b543] socks connection closed\n2025-07-30 00:39:42.095 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50834 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:40:42.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:40:42.065 [info] [command][0a692083-e3f0-4474-9203-e1bc93bc5143] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""0a692083-e3f0-4474-9203-e1bc93bc5143""}\n2025-07-30 00:40:42.066 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][c8ff39ce-d5ed-491b-985b-7bf95a8266d3] received connection request\n2025-07-30 00:40:42.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:40:42.114 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c8ff39ce-d5ed-491b-985b-7bf95a8266d3] socks forwarding established\n2025-07-30 00:40:42.159 [info] [command][0a692083-e3f0-4474-9203-e1bc93bc5143] Process exited with code 0\n2025-07-30 00:40:42.159 [info] [command][0a692083-e3f0-4474-9203-e1bc93bc5143] Socket close event received\n2025-07-30 00:40:42.160 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][c8ff39ce-d5ed-491b-985b-7bf95a8266d3] socks connection closed\n2025-07-30 00:40:42.202 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50869 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:41:42.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:41:42.164 [info] [command][1a89fabe-3fbb-4d64-9122-367765ce758f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1a89fabe-3fbb-4d64-9122-367765ce758f""}\n2025-07-30 00:41:42.164 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][79877fef-b89c-4f53-b7b5-dc3b795c5a27] received connection request\n2025-07-30 00:41:42.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:41:42.214 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][79877fef-b89c-4f53-b7b5-dc3b795c5a27] socks forwarding established\n2025-07-30 00:41:42.261 [info] [command][1a89fabe-3fbb-4d64-9122-367765ce758f] Process exited with code 0\n2025-07-30 00:41:42.263 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][79877fef-b89c-4f53-b7b5-dc3b795c5a27] socks connection closed\n2025-07-30 00:41:42.263 [info] [command][1a89fabe-3fbb-4d64-9122-367765ce758f] Socket close event received\n2025-07-30 00:41:42.302 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50910 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:42:42.269 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:42:42.580 [info] [command][cfb6fc3b-af35-46e9-a56b-5fdae81f8b55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""cfb6fc3b-af35-46e9-a56b-5fdae81f8b55""}\n2025-07-30 00:42:42.580 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5f0d3eb0-a6cb-4e42-9742-03a7ca9ebd6a] received connection request\n2025-07-30 00:42:42.580 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:42:42.624 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5f0d3eb0-a6cb-4e42-9742-03a7ca9ebd6a] socks forwarding established\n2025-07-30 00:42:42.669 [info] [command][cfb6fc3b-af35-46e9-a56b-5fdae81f8b55] Process exited with code 0\n2025-07-30 00:42:42.669 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5f0d3eb0-a6cb-4e42-9742-03a7ca9ebd6a] socks connection closed\n2025-07-30 00:42:42.669 [info] [command][cfb6fc3b-af35-46e9-a56b-5fdae81f8b55] Socket close event received\n2025-07-30 00:42:42.709 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50944 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:43:42.680 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:43:42.682 [info] [command][15f61fcb-34bd-4343-869d-d0919240cc73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""15f61fcb-34bd-4343-869d-d0919240cc73""}\n2025-07-30 00:43:42.683 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f26abc09-8e78-48ec-ae78-a0eba46315f9] received connection request\n2025-07-30 00:43:42.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:43:42.725 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f26abc09-8e78-48ec-ae78-a0eba46315f9] socks forwarding established\n2025-07-30 00:43:42.768 [info] [command][15f61fcb-34bd-4343-869d-d0919240cc73] Process exited with code 0\n2025-07-30 00:43:42.769 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f26abc09-8e78-48ec-ae78-a0eba46315f9] socks connection closed\n2025-07-30 00:43:42.769 [info] [command][15f61fcb-34bd-4343-869d-d0919240cc73] Socket close event received\n2025-07-30 00:43:42.808 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50966 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:44:42.773 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:44:42.775 [info] [command][89d3a403-2a79-4fc5-85ba-5bf0e95126ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""89d3a403-2a79-4fc5-85ba-5bf0e95126ba""}\n2025-07-30 00:44:42.776 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bf75f604-49a3-4677-a848-f01ffa4f98d8] received connection request\n2025-07-30 00:44:42.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:44:42.820 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bf75f604-49a3-4677-a848-f01ffa4f98d8] socks forwarding established\n2025-07-30 00:44:42.867 [info] [command][89d3a403-2a79-4fc5-85ba-5bf0e95126ba] Process exited with code 0\n2025-07-30 00:44:42.867 [info] [command][89d3a403-2a79-4fc5-85ba-5bf0e95126ba] Socket close event received\n2025-07-30 00:44:42.868 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bf75f604-49a3-4677-a848-f01ffa4f98d8] socks connection closed\n2025-07-30 00:44:42.909 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 50986 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:45:42.869 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:45:42.872 [info] [command][c240dfb3-fe28-461f-b793-a118a99dd65a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""c240dfb3-fe28-461f-b793-a118a99dd65a""}\n2025-07-30 00:45:42.872 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5ac5246c-4b53-4184-b68e-289144cbaf39] received connection request\n2025-07-30 00:45:42.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:45:42.916 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ac5246c-4b53-4184-b68e-289144cbaf39] socks forwarding established\n2025-07-30 00:45:42.961 [info] [command][c240dfb3-fe28-461f-b793-a118a99dd65a] Process exited with code 0\n2025-07-30 00:45:42.962 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5ac5246c-4b53-4184-b68e-289144cbaf39] socks connection closed\n2025-07-30 00:45:42.962 [info] [command][c240dfb3-fe28-461f-b793-a118a99dd65a] Socket close event received\n2025-07-30 00:45:43.003 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51029 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:46:42.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:46:42.972 [info] [command][8720f94d-285a-4f4f-8848-de20a15fdca6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8720f94d-285a-4f4f-8848-de20a15fdca6""}\n2025-07-30 00:46:42.973 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][72fa7429-41fc-4a72-b9b3-1c9b3476a472] received connection request\n2025-07-30 00:46:42.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:46:43.026 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][72fa7429-41fc-4a72-b9b3-1c9b3476a472] socks forwarding established\n2025-07-30 00:46:43.071 [info] [command][8720f94d-285a-4f4f-8848-de20a15fdca6] Process exited with code 0\n2025-07-30 00:46:43.072 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][72fa7429-41fc-4a72-b9b3-1c9b3476a472] socks connection closed\n2025-07-30 00:46:43.072 [info] [command][8720f94d-285a-4f4f-8848-de20a15fdca6] Socket close event received\n2025-07-30 00:46:43.115 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51067 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:47:43.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:47:43.084 [info] [command][eee92b87-3006-4034-b054-5d8035b8163a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""eee92b87-3006-4034-b054-5d8035b8163a""}\n2025-07-30 00:47:43.085 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][fcdc8e03-a271-4e1d-af8b-814a9ad0a2e4] received connection request\n2025-07-30 00:47:43.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:47:43.130 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fcdc8e03-a271-4e1d-af8b-814a9ad0a2e4] socks forwarding established\n2025-07-30 00:47:43.178 [info] [command][eee92b87-3006-4034-b054-5d8035b8163a] Process exited with code 0\n2025-07-30 00:47:43.179 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][fcdc8e03-a271-4e1d-af8b-814a9ad0a2e4] socks connection closed\n2025-07-30 00:47:43.179 [info] [command][eee92b87-3006-4034-b054-5d8035b8163a] Socket close event received\n2025-07-30 00:47:43.220 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51100 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:48:43.184 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:48:43.187 [info] [command][6654ff2d-890b-4082-be53-fb4ebf9979bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""6654ff2d-890b-4082-be53-fb4ebf9979bd""}\n2025-07-30 00:48:43.188 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ac98c0b1-3f6f-441d-992e-e8406c383d4e] received connection request\n2025-07-30 00:48:43.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:48:43.231 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ac98c0b1-3f6f-441d-992e-e8406c383d4e] socks forwarding established\n2025-07-30 00:48:43.275 [info] [command][6654ff2d-890b-4082-be53-fb4ebf9979bd] Process exited with code 0\n2025-07-30 00:48:43.276 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ac98c0b1-3f6f-441d-992e-e8406c383d4e] socks connection closed\n2025-07-30 00:48:43.276 [info] [command][6654ff2d-890b-4082-be53-fb4ebf9979bd] Socket close event received\n2025-07-30 00:48:43.318 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51120 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:49:43.283 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:49:43.284 [info] [command][640e5cfd-9e0f-4a8d-bae6-87da34c99e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""640e5cfd-9e0f-4a8d-bae6-87da34c99e74""}\n2025-07-30 00:49:43.285 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][14e57189-6998-446f-a1d9-3c7671a8e582] received connection request\n2025-07-30 00:49:43.285 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:49:43.333 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][14e57189-6998-446f-a1d9-3c7671a8e582] socks forwarding established\n2025-07-30 00:49:43.377 [info] [command][640e5cfd-9e0f-4a8d-bae6-87da34c99e74] Process exited with code 0\n2025-07-30 00:49:43.377 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][14e57189-6998-446f-a1d9-3c7671a8e582] socks connection closed\n2025-07-30 00:49:43.377 [info] [command][640e5cfd-9e0f-4a8d-bae6-87da34c99e74] Socket close event received\n2025-07-30 00:49:43.418 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51139 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:50:43.383 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:50:43.385 [info] [command][4014cf2b-5b7f-4330-9b5b-1deea4e42118] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""4014cf2b-5b7f-4330-9b5b-1deea4e42118""}\n2025-07-30 00:50:43.386 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][27958bc6-0434-49a8-ae43-011f60d18333] received connection request\n2025-07-30 00:50:43.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:50:43.428 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][27958bc6-0434-49a8-ae43-011f60d18333] socks forwarding established\n2025-07-30 00:50:43.471 [info] [command][4014cf2b-5b7f-4330-9b5b-1deea4e42118] Process exited with code 0\n2025-07-30 00:50:43.472 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][27958bc6-0434-49a8-ae43-011f60d18333] socks connection closed\n2025-07-30 00:50:43.472 [info] [command][4014cf2b-5b7f-4330-9b5b-1deea4e42118] Socket close event received\n2025-07-30 00:50:43.511 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51173 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:51:43.476 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:51:43.479 [info] [command][2c54d9d1-93c9-4e01-8140-8f6d4daf4f32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2c54d9d1-93c9-4e01-8140-8f6d4daf4f32""}\n2025-07-30 00:51:43.480 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4f7435a3-76a6-4157-b16f-8351754a82d9] received connection request\n2025-07-30 00:51:43.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 00:51:43.480 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:51:43.526 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f7435a3-76a6-4157-b16f-8351754a82d9] socks forwarding established\n2025-07-30 00:51:43.573 [info] [command][2c54d9d1-93c9-4e01-8140-8f6d4daf4f32] Process exited with code 0\n2025-07-30 00:51:43.574 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f7435a3-76a6-4157-b16f-8351754a82d9] socks connection closed\n2025-07-30 00:51:43.574 [info] [command][2c54d9d1-93c9-4e01-8140-8f6d4daf4f32] Socket close event received\n2025-07-30 00:51:43.616 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51221 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:52:43.582 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:52:43.584 [info] [command][59fad5e4-acfd-4809-bc09-4d1d2db5da59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""59fad5e4-acfd-4809-bc09-4d1d2db5da59""}\n2025-07-30 00:52:43.585 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][81ea68a7-63d1-4e56-ba51-b102328875bd] received connection request\n2025-07-30 00:52:43.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:52:43.626 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][81ea68a7-63d1-4e56-ba51-b102328875bd] socks forwarding established\n2025-07-30 00:52:43.672 [info] [command][59fad5e4-acfd-4809-bc09-4d1d2db5da59] Process exited with code 0\n2025-07-30 00:52:43.672 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][81ea68a7-63d1-4e56-ba51-b102328875bd] socks connection closed\n2025-07-30 00:52:43.672 [info] [command][59fad5e4-acfd-4809-bc09-4d1d2db5da59] Socket close event received\n2025-07-30 00:52:43.713 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51269 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:53:43.682 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:53:43.683 [info] [command][3afb22d2-a1c5-4ae9-807e-74dc610b06f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""3afb22d2-a1c5-4ae9-807e-74dc610b06f8""}\n2025-07-30 00:53:43.684 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4f9112cf-bd4e-42f0-8c15-8de4080d8ef3] received connection request\n2025-07-30 00:53:43.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:53:43.727 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f9112cf-bd4e-42f0-8c15-8de4080d8ef3] socks forwarding established\n2025-07-30 00:53:43.771 [info] [command][3afb22d2-a1c5-4ae9-807e-74dc610b06f8] Process exited with code 0\n2025-07-30 00:53:43.771 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4f9112cf-bd4e-42f0-8c15-8de4080d8ef3] socks connection closed\n2025-07-30 00:53:43.772 [info] [command][3afb22d2-a1c5-4ae9-807e-74dc610b06f8] Socket close event received\n2025-07-30 00:53:43.811 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51292 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:54:43.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:54:43.779 [info] [command][676a3fe0-3f44-4ef1-88ea-597e3d50c968] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""676a3fe0-3f44-4ef1-88ea-597e3d50c968""}\n2025-07-30 00:54:43.780 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5dc7f9af-4f4a-40c8-ad36-46fbe24e6fa0] received connection request\n2025-07-30 00:54:43.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:54:43.830 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5dc7f9af-4f4a-40c8-ad36-46fbe24e6fa0] socks forwarding established\n2025-07-30 00:54:43.874 [info] [command][676a3fe0-3f44-4ef1-88ea-597e3d50c968] Process exited with code 0\n2025-07-30 00:54:43.874 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5dc7f9af-4f4a-40c8-ad36-46fbe24e6fa0] socks connection closed\n2025-07-30 00:54:43.875 [info] [command][676a3fe0-3f44-4ef1-88ea-597e3d50c968] Socket close event received\n2025-07-30 00:54:43.915 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51312 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:55:43.877 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:55:43.879 [info] [command][81abc9af-f72f-4433-8f78-7e4453a50f98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""81abc9af-f72f-4433-8f78-7e4453a50f98""}\n2025-07-30 00:55:43.880 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4b53de37-c702-4029-a12b-1dfe3904bf06] received connection request\n2025-07-30 00:55:43.880 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:55:43.923 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4b53de37-c702-4029-a12b-1dfe3904bf06] socks forwarding established\n2025-07-30 00:55:43.967 [info] [command][81abc9af-f72f-4433-8f78-7e4453a50f98] Process exited with code 0\n2025-07-30 00:55:43.967 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4b53de37-c702-4029-a12b-1dfe3904bf06] socks connection closed\n2025-07-30 00:55:43.967 [info] [command][81abc9af-f72f-4433-8f78-7e4453a50f98] Socket close event received\n2025-07-30 00:55:44.007 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51347 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:56:43.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:56:43.981 [info] [command][a800e62f-f28d-44c3-9609-24b92d95ff33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a800e62f-f28d-44c3-9609-24b92d95ff33""}\n2025-07-30 00:56:43.982 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][583cfe49-b48d-4492-8d80-e65baf2e8707] received connection request\n2025-07-30 00:56:43.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 00:56:43.983 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:56:44.029 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][583cfe49-b48d-4492-8d80-e65baf2e8707] socks forwarding established\n2025-07-30 00:56:44.075 [info] [command][a800e62f-f28d-44c3-9609-24b92d95ff33] Process exited with code 0\n2025-07-30 00:56:44.075 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][583cfe49-b48d-4492-8d80-e65baf2e8707] socks connection closed\n2025-07-30 00:56:44.075 [info] [command][a800e62f-f28d-44c3-9609-24b92d95ff33] Socket close event received\n2025-07-30 00:56:44.118 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51387 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:57:44.077 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:57:44.079 [info] [command][12148a67-4bb7-4912-b833-86370889f234] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""12148a67-4bb7-4912-b833-86370889f234""}\n2025-07-30 00:57:44.080 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d19ebf03-7476-4fbe-952d-93f9c7f8194d] received connection request\n2025-07-30 00:57:44.081 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:57:44.124 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d19ebf03-7476-4fbe-952d-93f9c7f8194d] socks forwarding established\n2025-07-30 00:57:44.175 [info] [command][12148a67-4bb7-4912-b833-86370889f234] Process exited with code 0\n2025-07-30 00:57:44.175 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d19ebf03-7476-4fbe-952d-93f9c7f8194d] socks connection closed\n2025-07-30 00:57:44.175 [info] [command][12148a67-4bb7-4912-b833-86370889f234] Socket close event received\n2025-07-30 00:57:44.215 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51419 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:58:44.179 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:58:44.182 [info] [command][b5467079-e570-4aab-8b9d-53316579187c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""b5467079-e570-4aab-8b9d-53316579187c""}\n2025-07-30 00:58:44.183 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][bc26a811-c7bc-4fb4-a273-70c466ed2fd5] received connection request\n2025-07-30 00:58:44.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:58:44.228 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bc26a811-c7bc-4fb4-a273-70c466ed2fd5] socks forwarding established\n2025-07-30 00:58:44.274 [info] [command][b5467079-e570-4aab-8b9d-53316579187c] Process exited with code 0\n2025-07-30 00:58:44.274 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][bc26a811-c7bc-4fb4-a273-70c466ed2fd5] socks connection closed\n2025-07-30 00:58:44.274 [info] [command][b5467079-e570-4aab-8b9d-53316579187c] Socket close event received\n2025-07-30 00:58:44.314 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51444 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 00:59:44.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 00:59:44.278 [info] [command][5cdedabb-67be-480a-a318-e2ee5f936908] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""5cdedabb-67be-480a-a318-e2ee5f936908""}\n2025-07-30 00:59:44.278 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][87234a06-4490-4ea3-823c-65d9c469f850] received connection request\n2025-07-30 00:59:44.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 00:59:44.279 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 00:59:44.322 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][87234a06-4490-4ea3-823c-65d9c469f850] socks forwarding established\n2025-07-30 00:59:44.367 [info] [command][5cdedabb-67be-480a-a318-e2ee5f936908] Process exited with code 0\n2025-07-30 00:59:44.368 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][87234a06-4490-4ea3-823c-65d9c469f850] socks connection closed\n2025-07-30 00:59:44.368 [info] [command][5cdedabb-67be-480a-a318-e2ee5f936908] Socket close event received\n2025-07-30 00:59:44.408 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51465 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:00:44.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:00:44.375 [info] [command][eef22d02-02a3-49f9-a3e4-b83f5e2169d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""eef22d02-02a3-49f9-a3e4-b83f5e2169d2""}\n2025-07-30 01:00:44.376 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9a7fd15f-be61-4490-9ae2-e9560064742e] received connection request\n2025-07-30 01:00:44.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:00:44.424 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a7fd15f-be61-4490-9ae2-e9560064742e] socks forwarding established\n2025-07-30 01:00:44.474 [info] [command][eef22d02-02a3-49f9-a3e4-b83f5e2169d2] Process exited with code 0\n2025-07-30 01:00:44.474 [info] [command][eef22d02-02a3-49f9-a3e4-b83f5e2169d2] Socket close event received\n2025-07-30 01:00:44.475 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9a7fd15f-be61-4490-9ae2-e9560064742e] socks connection closed\n2025-07-30 01:00:44.517 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51496 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:01:44.485 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:01:44.488 [info] [command][322616a1-2145-4114-830e-cde0e338538b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""322616a1-2145-4114-830e-cde0e338538b""}\n2025-07-30 01:01:44.488 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][78ab256a-d584-41a7-aa21-65a5317a43aa] received connection request\n2025-07-30 01:01:44.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:01:44.530 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][78ab256a-d584-41a7-aa21-65a5317a43aa] socks forwarding established\n2025-07-30 01:01:44.576 [info] [command][322616a1-2145-4114-830e-cde0e338538b] Process exited with code 0\n2025-07-30 01:01:44.577 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][78ab256a-d584-41a7-aa21-65a5317a43aa] socks connection closed\n2025-07-30 01:01:44.577 [info] [command][322616a1-2145-4114-830e-cde0e338538b] Socket close event received\n2025-07-30 01:01:44.620 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51531 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:02:44.588 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:02:44.590 [info] [command][a536988d-f506-4dd0-9a92-3a46d9a7edb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a536988d-f506-4dd0-9a92-3a46d9a7edb0""}\n2025-07-30 01:02:44.590 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][99e9a4df-fd6c-4882-8688-3e4c866a8c79] received connection request\n2025-07-30 01:02:44.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:02:44.633 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][99e9a4df-fd6c-4882-8688-3e4c866a8c79] socks forwarding established\n2025-07-30 01:02:44.680 [info] [command][a536988d-f506-4dd0-9a92-3a46d9a7edb0] Process exited with code 0\n2025-07-30 01:02:44.681 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][99e9a4df-fd6c-4882-8688-3e4c866a8c79] socks connection closed\n2025-07-30 01:02:44.681 [info] [command][a536988d-f506-4dd0-9a92-3a46d9a7edb0] Socket close event received\n2025-07-30 01:02:44.721 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51562 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:03:44.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:03:44.693 [info] [command][d90c1422-b5f3-45da-bc09-b55a6348a8c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d90c1422-b5f3-45da-bc09-b55a6348a8c2""}\n2025-07-30 01:03:44.694 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7d3ae06c-9561-43ba-b180-f5594f1a3912] received connection request\n2025-07-30 01:03:44.695 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:03:44.738 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7d3ae06c-9561-43ba-b180-f5594f1a3912] socks forwarding established\n2025-07-30 01:03:44.783 [info] [command][d90c1422-b5f3-45da-bc09-b55a6348a8c2] Process exited with code 0\n2025-07-30 01:03:44.783 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7d3ae06c-9561-43ba-b180-f5594f1a3912] socks connection closed\n2025-07-30 01:03:44.784 [info] [command][d90c1422-b5f3-45da-bc09-b55a6348a8c2] Socket close event received\n2025-07-30 01:03:44.825 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51583 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:04:44.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:04:44.792 [info] [command][21405a77-966b-4532-ac8d-b20c256029df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""21405a77-966b-4532-ac8d-b20c256029df""}\n2025-07-30 01:04:44.793 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][cb5047e1-dbda-4e58-8781-0bd0d9acf44d] received connection request\n2025-07-30 01:04:44.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:04:44.838 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb5047e1-dbda-4e58-8781-0bd0d9acf44d] socks forwarding established\n2025-07-30 01:04:44.884 [info] [command][21405a77-966b-4532-ac8d-b20c256029df] Process exited with code 0\n2025-07-30 01:04:44.884 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][cb5047e1-dbda-4e58-8781-0bd0d9acf44d] socks connection closed\n2025-07-30 01:04:44.885 [info] [command][21405a77-966b-4532-ac8d-b20c256029df] Socket close event received\n2025-07-30 01:04:44.927 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51621 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:05:44.894 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:05:44.897 [info] [command][fcc20a96-6fdf-40d7-9f90-5c621d57a369] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fcc20a96-6fdf-40d7-9f90-5c621d57a369""}\n2025-07-30 01:05:44.898 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][e8ea7c40-a46f-4ccf-8fb0-b1280e3b5566] received connection request\n2025-07-30 01:05:44.899 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:05:44.944 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e8ea7c40-a46f-4ccf-8fb0-b1280e3b5566] socks forwarding established\n2025-07-30 01:05:44.993 [info] [command][fcc20a96-6fdf-40d7-9f90-5c621d57a369] Process exited with code 0\n2025-07-30 01:05:44.994 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][e8ea7c40-a46f-4ccf-8fb0-b1280e3b5566] socks connection closed\n2025-07-30 01:05:44.994 [info] [command][fcc20a96-6fdf-40d7-9f90-5c621d57a369] Socket close event received\n2025-07-30 01:05:45.035 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51656 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:06:44.998 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:06:45.000 [info] [command][33e33aa7-625c-4112-968c-b6c0fd30230a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""33e33aa7-625c-4112-968c-b6c0fd30230a""}\n2025-07-30 01:06:45.002 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][a48ba1c6-4389-484c-915c-0a2005a8badb] received connection request\n2025-07-30 01:06:45.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:06:45.052 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a48ba1c6-4389-484c-915c-0a2005a8badb] socks forwarding established\n2025-07-30 01:06:45.162 [info] [command][33e33aa7-625c-4112-968c-b6c0fd30230a] Process exited with code 0\n2025-07-30 01:06:45.162 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][a48ba1c6-4389-484c-915c-0a2005a8badb] socks connection closed\n2025-07-30 01:06:45.162 [info] [command][33e33aa7-625c-4112-968c-b6c0fd30230a] Socket close event received\n2025-07-30 01:06:45.203 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51696 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:07:45.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:07:45.173 [info] [command][1010ced5-6999-424b-aabe-2364b1e10979] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""1010ced5-6999-424b-aabe-2364b1e10979""}\n2025-07-30 01:07:45.174 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][4052ce64-86aa-40d5-9e88-7f889b2b5e7b] received connection request\n2025-07-30 01:07:45.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:07:45.219 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4052ce64-86aa-40d5-9e88-7f889b2b5e7b] socks forwarding established\n2025-07-30 01:07:45.264 [info] [command][1010ced5-6999-424b-aabe-2364b1e10979] Process exited with code 0\n2025-07-30 01:07:45.264 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][4052ce64-86aa-40d5-9e88-7f889b2b5e7b] socks connection closed\n2025-07-30 01:07:45.264 [info] [command][1010ced5-6999-424b-aabe-2364b1e10979] Socket close event received\n2025-07-30 01:07:45.305 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51728 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:08:45.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:08:45.276 [info] [command][fd944804-fd53-41cc-a34f-a7e09dd76cfe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""fd944804-fd53-41cc-a34f-a7e09dd76cfe""}\n2025-07-30 01:08:45.277 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][17426095-2d47-44d1-973b-577f334e5cce] received connection request\n2025-07-30 01:08:45.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:08:45.323 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][17426095-2d47-44d1-973b-577f334e5cce] socks forwarding established\n2025-07-30 01:08:45.369 [info] [command][fd944804-fd53-41cc-a34f-a7e09dd76cfe] Process exited with code 0\n2025-07-30 01:08:45.370 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][17426095-2d47-44d1-973b-577f334e5cce] socks connection closed\n2025-07-30 01:08:45.370 [info] [command][fd944804-fd53-41cc-a34f-a7e09dd76cfe] Socket close event received\n2025-07-30 01:08:45.410 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51750 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:09:45.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:09:45.375 [info] [command][70fb2bff-fa51-4286-856c-9c1339f42b07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""70fb2bff-fa51-4286-856c-9c1339f42b07""}\n2025-07-30 01:09:45.375 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][ddc765a4-a942-4bfa-9e1c-5b81bb384705] received connection request\n2025-07-30 01:09:45.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:09:45.415 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ddc765a4-a942-4bfa-9e1c-5b81bb384705] socks forwarding established\n2025-07-30 01:09:45.461 [info] [command][70fb2bff-fa51-4286-856c-9c1339f42b07] Process exited with code 0\n2025-07-30 01:09:45.461 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][ddc765a4-a942-4bfa-9e1c-5b81bb384705] socks connection closed\n2025-07-30 01:09:45.461 [info] [command][70fb2bff-fa51-4286-856c-9c1339f42b07] Socket close event received\n2025-07-30 01:09:45.502 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51773 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:10:45.465 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:10:45.467 [info] [command][d541c8b7-e5e8-473d-811e-eb0ed5e23209] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d541c8b7-e5e8-473d-811e-eb0ed5e23209""}\n2025-07-30 01:10:45.469 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b3b7e483-e754-4ff9-9a6e-3c560bda1f70] received connection request\n2025-07-30 01:10:45.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:10:45.514 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b3b7e483-e754-4ff9-9a6e-3c560bda1f70] socks forwarding established\n2025-07-30 01:10:45.568 [info] [command][d541c8b7-e5e8-473d-811e-eb0ed5e23209] Process exited with code 0\n2025-07-30 01:10:45.569 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b3b7e483-e754-4ff9-9a6e-3c560bda1f70] socks connection closed\n2025-07-30 01:10:45.569 [info] [command][d541c8b7-e5e8-473d-811e-eb0ed5e23209] Socket close event received\n2025-07-30 01:10:45.611 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51805 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:11:45.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:11:45.576 [info] [command][e69a2a55-d6db-4987-b141-f0eca1a5769c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e69a2a55-d6db-4987-b141-f0eca1a5769c""}\n2025-07-30 01:11:45.576 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f58f14c3-6b8b-40cf-8e11-fb9d66e95ac8] received connection request\n2025-07-30 01:11:45.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:11:45.621 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f58f14c3-6b8b-40cf-8e11-fb9d66e95ac8] socks forwarding established\n2025-07-30 01:11:45.665 [info] [command][e69a2a55-d6db-4987-b141-f0eca1a5769c] Process exited with code 0\n2025-07-30 01:11:45.665 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f58f14c3-6b8b-40cf-8e11-fb9d66e95ac8] socks connection closed\n2025-07-30 01:11:45.665 [info] [command][e69a2a55-d6db-4987-b141-f0eca1a5769c] Socket close event received\n2025-07-30 01:11:45.705 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51842 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:12:45.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:12:45.669 [info] [command][d44c06ae-3eee-4149-9fc7-d9080441690c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d44c06ae-3eee-4149-9fc7-d9080441690c""}\n2025-07-30 01:12:45.670 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9685c872-82c2-4472-b1e5-1f7e2029d14f] received connection request\n2025-07-30 01:12:45.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:12:45.712 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9685c872-82c2-4472-b1e5-1f7e2029d14f] socks forwarding established\n2025-07-30 01:12:45.761 [info] [command][d44c06ae-3eee-4149-9fc7-d9080441690c] Process exited with code 0\n2025-07-30 01:12:45.762 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9685c872-82c2-4472-b1e5-1f7e2029d14f] socks connection closed\n2025-07-30 01:12:45.762 [info] [command][d44c06ae-3eee-4149-9fc7-d9080441690c] Socket close event received\n2025-07-30 01:12:45.802 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51874 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:13:45.767 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:13:45.768 [info] [command][39155ab1-0461-44ee-b407-cc1c36713eda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""39155ab1-0461-44ee-b407-cc1c36713eda""}\n2025-07-30 01:13:45.770 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][dd06d574-df65-4744-9823-1942721db2fd] received connection request\n2025-07-30 01:13:45.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:13:45.815 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dd06d574-df65-4744-9823-1942721db2fd] socks forwarding established\n2025-07-30 01:13:45.888 [info] [command][39155ab1-0461-44ee-b407-cc1c36713eda] Process exited with code 0\n2025-07-30 01:13:45.888 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][dd06d574-df65-4744-9823-1942721db2fd] socks connection closed\n2025-07-30 01:13:45.888 [info] [command][39155ab1-0461-44ee-b407-cc1c36713eda] Socket close event received\n2025-07-30 01:13:45.930 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51904 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:14:45.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:14:45.893 [info] [command][ee1fe5f9-427c-4b5f-8467-3b9a657f43fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ee1fe5f9-427c-4b5f-8467-3b9a657f43fa""}\n2025-07-30 01:14:45.894 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][84c15e5d-81da-4b2c-9a7d-1a159d35940b] received connection request\n2025-07-30 01:14:45.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:14:45.940 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][84c15e5d-81da-4b2c-9a7d-1a159d35940b] socks forwarding established\n2025-07-30 01:14:45.990 [info] [command][ee1fe5f9-427c-4b5f-8467-3b9a657f43fa] Process exited with code 0\n2025-07-30 01:14:45.990 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][84c15e5d-81da-4b2c-9a7d-1a159d35940b] socks connection closed\n2025-07-30 01:14:45.990 [info] [command][ee1fe5f9-427c-4b5f-8467-3b9a657f43fa] Socket close event received\n2025-07-30 01:14:46.031 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51929 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:15:45.993 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:15:45.996 [info] [command][d97870a6-186d-4d3d-b5ea-57d1d0ce1111] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""d97870a6-186d-4d3d-b5ea-57d1d0ce1111""}\n2025-07-30 01:15:45.997 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][12ea8a24-53b9-4eaa-aa3a-1be8cbad3ef9] received connection request\n2025-07-30 01:15:45.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:15:46.047 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][12ea8a24-53b9-4eaa-aa3a-1be8cbad3ef9] socks forwarding established\n2025-07-30 01:15:46.091 [info] [command][d97870a6-186d-4d3d-b5ea-57d1d0ce1111] Process exited with code 0\n2025-07-30 01:15:46.091 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][12ea8a24-53b9-4eaa-aa3a-1be8cbad3ef9] socks connection closed\n2025-07-30 01:15:46.091 [info] [command][d97870a6-186d-4d3d-b5ea-57d1d0ce1111] Socket close event received\n2025-07-30 01:15:46.132 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 51980 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:16:46.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:16:46.100 [info] [command][e2228e84-2147-46e5-9fed-70ab8749c976] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e2228e84-2147-46e5-9fed-70ab8749c976""}\n2025-07-30 01:16:46.101 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][f3c791de-da05-4af7-a83c-1f40d6e0311e] received connection request\n2025-07-30 01:16:46.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:16:46.148 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f3c791de-da05-4af7-a83c-1f40d6e0311e] socks forwarding established\n2025-07-30 01:16:46.194 [info] [command][e2228e84-2147-46e5-9fed-70ab8749c976] Process exited with code 0\n2025-07-30 01:16:46.194 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][f3c791de-da05-4af7-a83c-1f40d6e0311e] socks connection closed\n2025-07-30 01:16:46.194 [info] [command][e2228e84-2147-46e5-9fed-70ab8749c976] Socket close event received\n2025-07-30 01:16:46.239 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52020 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:17:46.198 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:17:46.201 [info] [command][2acf019c-029b-42f7-b25f-9a0f266887d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""2acf019c-029b-42f7-b25f-9a0f266887d0""}\n2025-07-30 01:17:46.202 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][5e93f825-4ea4-41b6-9e42-ba7f3d6b915e] received connection request\n2025-07-30 01:17:46.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:17:46.266 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5e93f825-4ea4-41b6-9e42-ba7f3d6b915e] socks forwarding established\n2025-07-30 01:17:46.311 [info] [command][2acf019c-029b-42f7-b25f-9a0f266887d0] Process exited with code 0\n2025-07-30 01:17:46.312 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][5e93f825-4ea4-41b6-9e42-ba7f3d6b915e] socks connection closed\n2025-07-30 01:17:46.312 [info] [command][2acf019c-029b-42f7-b25f-9a0f266887d0] Socket close event received\n2025-07-30 01:17:46.394 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52049 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:18:46.312 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:18:46.314 [info] [command][9dce0b61-15a0-4c1d-9edd-414c98e1bd5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""9dce0b61-15a0-4c1d-9edd-414c98e1bd5f""}\n2025-07-30 01:18:46.314 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][8f23bfa5-ec1a-479f-95e4-e0958ebe6b76] received connection request\n2025-07-30 01:18:46.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:18:46.358 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8f23bfa5-ec1a-479f-95e4-e0958ebe6b76] socks forwarding established\n2025-07-30 01:18:46.403 [info] [command][9dce0b61-15a0-4c1d-9edd-414c98e1bd5f] Process exited with code 0\n2025-07-30 01:18:46.403 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][8f23bfa5-ec1a-479f-95e4-e0958ebe6b76] socks connection closed\n2025-07-30 01:18:46.403 [info] [command][9dce0b61-15a0-4c1d-9edd-414c98e1bd5f] Socket close event received\n2025-07-30 01:18:46.446 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52072 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:19:46.413 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:19:46.415 [info] [command][40c597c1-e0c7-4ec3-a7db-10c8817b9f4e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""40c597c1-e0c7-4ec3-a7db-10c8817b9f4e""}\n2025-07-30 01:19:46.416 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][9b6d6d3c-fd98-414e-83ab-d433894ba060] received connection request\n2025-07-30 01:19:46.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:19:46.461 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9b6d6d3c-fd98-414e-83ab-d433894ba060] socks forwarding established\n2025-07-30 01:19:46.507 [info] [command][40c597c1-e0c7-4ec3-a7db-10c8817b9f4e] Process exited with code 0\n2025-07-30 01:19:46.508 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][9b6d6d3c-fd98-414e-83ab-d433894ba060] socks connection closed\n2025-07-30 01:19:46.508 [info] [command][40c597c1-e0c7-4ec3-a7db-10c8817b9f4e] Socket close event received\n2025-07-30 01:19:46.549 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52094 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:20:46.513 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:20:46.515 [info] [command][e4eeabd8-9b94-47ed-af89-569891a2c24e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e4eeabd8-9b94-47ed-af89-569891a2c24e""}\n2025-07-30 01:20:46.515 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][38f785a1-51bd-466d-bfdf-775fe8018d5a] received connection request\n2025-07-30 01:20:46.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:20:46.559 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][38f785a1-51bd-466d-bfdf-775fe8018d5a] socks forwarding established\n2025-07-30 01:20:46.605 [info] [command][e4eeabd8-9b94-47ed-af89-569891a2c24e] Process exited with code 0\n2025-07-30 01:20:46.605 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][38f785a1-51bd-466d-bfdf-775fe8018d5a] socks connection closed\n2025-07-30 01:20:46.606 [info] [command][e4eeabd8-9b94-47ed-af89-569891a2c24e] Socket close event received\n2025-07-30 01:20:46.647 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52134 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:21:46.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:21:46.610 [info] [command][a9b71808-8df4-4947-a266-f07c1ecb6780] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""a9b71808-8df4-4947-a266-f07c1ecb6780""}\n2025-07-30 01:21:46.611 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][3d8d84a9-f463-491f-a52d-c6328dc691b2] received connection request\n2025-07-30 01:21:46.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:21:46.652 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3d8d84a9-f463-491f-a52d-c6328dc691b2] socks forwarding established\n2025-07-30 01:21:46.698 [info] [command][a9b71808-8df4-4947-a266-f07c1ecb6780] Process exited with code 0\n2025-07-30 01:21:46.698 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][3d8d84a9-f463-491f-a52d-c6328dc691b2] socks connection closed\n2025-07-30 01:21:46.698 [info] [command][a9b71808-8df4-4947-a266-f07c1ecb6780] Socket close event received\n2025-07-30 01:21:46.740 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52173 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:22:46.699 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:22:46.701 [info] [command][8a2cdc5f-9c2a-429a-8193-aaa973482510] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""8a2cdc5f-9c2a-429a-8193-aaa973482510""}\n2025-07-30 01:22:46.701 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][28e7d4ca-589c-463b-8d6e-8689dd8e315c] received connection request\n2025-07-30 01:22:46.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:22:46.745 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][28e7d4ca-589c-463b-8d6e-8689dd8e315c] socks forwarding established\n2025-07-30 01:22:46.791 [info] [command][8a2cdc5f-9c2a-429a-8193-aaa973482510] Process exited with code 0\n2025-07-30 01:22:46.791 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][28e7d4ca-589c-463b-8d6e-8689dd8e315c] socks connection closed\n2025-07-30 01:22:46.791 [info] [command][8a2cdc5f-9c2a-429a-8193-aaa973482510] Socket close event received\n2025-07-30 01:22:46.831 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52208 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:23:46.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:23:46.797 [info] [command][df2bcf81-d7ea-46ba-897a-0e9d46aa2f7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""df2bcf81-d7ea-46ba-897a-0e9d46aa2f7c""}\n2025-07-30 01:23:46.797 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][750c2dcd-44a9-49b4-b5a6-bb4a9051b3cd] received connection request\n2025-07-30 01:23:46.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:23:46.840 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][750c2dcd-44a9-49b4-b5a6-bb4a9051b3cd] socks forwarding established\n2025-07-30 01:23:46.885 [info] [command][df2bcf81-d7ea-46ba-897a-0e9d46aa2f7c] Process exited with code 0\n2025-07-30 01:23:46.886 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][750c2dcd-44a9-49b4-b5a6-bb4a9051b3cd] socks connection closed\n2025-07-30 01:23:46.886 [info] [command][df2bcf81-d7ea-46ba-897a-0e9d46aa2f7c] Socket close event received\n2025-07-30 01:23:46.926 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52227 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:24:46.895 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:24:46.898 [info] [command][ca1b6bdb-107a-4fbf-b497-b8183e42c1da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""ca1b6bdb-107a-4fbf-b497-b8183e42c1da""}\n2025-07-30 01:24:46.899 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][7007ff1d-647b-4db1-acec-2019117aab48] received connection request\n2025-07-30 01:24:46.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:24:46.945 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7007ff1d-647b-4db1-acec-2019117aab48] socks forwarding established\n2025-07-30 01:24:46.991 [info] [command][ca1b6bdb-107a-4fbf-b497-b8183e42c1da] Process exited with code 0\n2025-07-30 01:24:46.992 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][7007ff1d-647b-4db1-acec-2019117aab48] socks connection closed\n2025-07-30 01:24:46.992 [info] [command][ca1b6bdb-107a-4fbf-b497-b8183e42c1da] Socket close event received\n2025-07-30 01:24:47.034 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52251 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:25:47.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:25:47.003 [info] [command][f0bdc6d6-deba-4fa7-9aeb-c9ce4c808e7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""f0bdc6d6-deba-4fa7-9aeb-c9ce4c808e7e""}\n2025-07-30 01:25:47.003 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][b7e128ff-a94c-48ab-9866-789bf992eb6e] received connection request\n2025-07-30 01:25:47.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 60156 forwarding to socks port 0 requested.\n\n2025-07-30 01:25:47.003 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 01:25:47.046 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b7e128ff-a94c-48ab-9866-789bf992eb6e] socks forwarding established\n2025-07-30 01:25:47.091 [info] [command][f0bdc6d6-deba-4fa7-9aeb-c9ce4c808e7e] Process exited with code 0\n2025-07-30 01:25:47.091 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][b7e128ff-a94c-48ab-9866-789bf992eb6e] socks connection closed\n2025-07-30 01:25:47.091 [info] [command][f0bdc6d6-deba-4fa7-9aeb-c9ce4c808e7e] Socket close event received\n2025-07-30 01:25:47.133 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60156 for 127.0.0.1 port 34991, connect from 127.0.0.1 port 52313 to 127.0.0.1 port 60156, nchannels 6\n\n2025-07-30 01:26:46.061 [info] (ssh_tunnel) stderr: Connection to login.haicore.berlin closed by remote host.\nclient_loop: send disconnect: Broken pipe\n\n2025-07-30 01:26:46.065 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][43c92609-9bf0-4324-83fa-f3bf3156d7f9] socks connection closed\n2025-07-30 01:26:46.065 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][b9b697ad-92cf-4e4d-8623-b44302c02af9] socks connection closed\n2025-07-30 01:26:46.066 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-30 01:26:46.082 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][534b24de-34d8-499b-a4e6-cb13926070e8] received connection request\n2025-07-30 01:26:46.084 [error] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][534b24de-34d8-499b-a4e6-cb13926070e8] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:46.092 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-30 01:26:46.092 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-30 01:26:46.103 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][1a6c9610-d760-4e85-b169-7892f1d36c0b] received connection request\n2025-07-30 01:26:46.103 [error] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][1a6c9610-d760-4e85-b169-7892f1d36c0b] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:46.107 [error] Failed to connect to Cursor server at http://127.0.0.1:60159, attempt 1 of 3 fetch failed\n2025-07-30 01:26:47.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:26:47.100 [info] [command][e01fefab-ad91-45fc-a3c2-c71e994c9103] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""e01fefab-ad91-45fc-a3c2-c71e994c9103""}\n2025-07-30 01:26:47.101 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][d95af3e3-2359-4d72-af3a-11d715021cc9] received connection request\n2025-07-30 01:26:47.101 [error] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][d95af3e3-2359-4d72-af3a-11d715021cc9] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:47.103 [info] [command][e01fefab-ad91-45fc-a3c2-c71e994c9103] Socket end event received\n2025-07-30 01:26:47.103 [info] [command][e01fefab-ad91-45fc-a3c2-c71e994c9103] Socket close event received\n2025-07-30 01:26:47.111 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][93acefaf-eba6-4f08-8135-d768ef18aea2] received connection request\n2025-07-30 01:26:47.112 [error] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][93acefaf-eba6-4f08-8135-d768ef18aea2] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:47.113 [error] Failed to connect to Cursor server at http://127.0.0.1:60159, attempt 2 of 3 fetch failed\n2025-07-30 01:26:48.116 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][19793a13-f232-4d86-b923-a60d0c6be7a1] received connection request\n2025-07-30 01:26:48.117 [error] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][19793a13-f232-4d86-b923-a60d0c6be7a1] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:48.118 [error] Failed to connect to Cursor server at http://127.0.0.1:60159, attempt 3 of 3 fetch failed\n2025-07-30 01:26:48.118 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-30 01:26:48.118 [info] [forwarding][code] returning existing forwarding server listening on local port 60159\n2025-07-30 01:26:48.118 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 7040d872-d888-44fe-bdcd-444dbc3ba4b9\n2025-07-30 01:26:48.118 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 60160\n2025-07-30 01:26:48.118 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b1c5208e-4bb8-4710-a2e1-1df2881ed078\n2025-07-30 01:26:48.118 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60160\n2025-07-30 01:26:48.121 [info] [command][589027da-61c9-41c4-a1eb-50712c11db9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b1c5208e-4bb8-4710-a2e1-1df2881ed078"",""id"":""589027da-61c9-41c4-a1eb-50712c11db9d""}\n2025-07-30 01:26:48.121 [info] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:34991][60e1e1b9-195d-48b6-bf68-2179958a62fd] received connection request\n2025-07-30 01:26:48.121 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][8e0c553d-b541-4b72-8f6a-acf7ed346276] received connection request\n2025-07-30 01:26:48.122 [error] [forwarding][multiplex][127.0.0.1:60160 -> 127.0.0.1:60156 -> 127.0.0.1:34991][60e1e1b9-195d-48b6-bf68-2179958a62fd] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:48.122 [error] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][8e0c553d-b541-4b72-8f6a-acf7ed346276] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:48.122 [info] [command][589027da-61c9-41c4-a1eb-50712c11db9d] Socket end event received\n2025-07-30 01:26:48.122 [info] [command][589027da-61c9-41c4-a1eb-50712c11db9d] Socket close event received\n2025-07-30 01:26:48.123 [error] Failed to connect to Cursor server at http://127.0.0.1:60159, attempt 1 of 3 fetch failed\n2025-07-30 01:26:49.130 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][945784a4-905e-4181-91f1-41ecd180c06b] received connection request\n2025-07-30 01:26:49.131 [error] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][945784a4-905e-4181-91f1-41ecd180c06b] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:49.131 [error] Failed to connect to Cursor server at http://127.0.0.1:60159, attempt 2 of 3 fetch failed\n2025-07-30 01:26:50.142 [info] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:40901][8dcc5973-07f6-4a50-a4d3-9a3fbd864039] received connection request\n2025-07-30 01:26:50.143 [error] [forwarding][code][127.0.0.1:60159 -> 127.0.0.1:60156 -> 127.0.0.1:40901][8dcc5973-07f6-4a50-a4d3-9a3fbd864039] error while creating socks forwarding connect ECONNREFUSED 127.0.0.1:60156\n2025-07-30 01:26:50.143 [error] Failed to connect to Cursor server at http://127.0.0.1:60159, attempt 3 of 3 fetch failed\n2025-07-30 01:26:50.143 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-30 01:26:50.195 [info] Terminating existing SSH process with pid: 98164\n2025-07-30 01:26:50.196 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-30 01:26:50.196 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-G9aESR/socket.sock\n2025-07-30 01:26:50.202 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68842.sh"" | ssh -v -T -D 52493 login.haicore.berlin bash --login -c bash\n2025-07-30 01:26:50.202 [info] Started installation script. Waiting for it to finish...\n2025-07-30 01:26:50.202 [info] Waiting for server to install via process(24037)...\n2025-07-30 01:26:50.215 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-30 01:26:50.216 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-30 01:26:50.217 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-30 01:26:50.217 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-30 01:26:50.217 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-30 01:26:50.330 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-30 01:26:50.333 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-30 01:26:50.333 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-30 01:26:50.333 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-30 01:26:50.381 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-30 01:26:50.387 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-30 01:26:50.387 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-30 01:26:50.387 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-30 01:26:50.466 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-30 01:26:50.467 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-30 01:26:50.500 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-30 01:26:50.501 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-30 01:26:50.502 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-30 01:26:50.505 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-30 01:26:50.505 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-30 01:26:50.603 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-30 01:26:50.666 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-30 01:26:50.671 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-30 01:26:50.672 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-30 01:26:50.710 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-30 01:26:50.777 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-30 01:26:50.953 [info] Askpass server received request: POST /\n2025-07-30 01:26:50.954 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-30 01:26:50.954 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-30 11:51:19.788 [error] Password authentication cancelled\n2025-07-30 11:51:19.826 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-30 11:51:19.844 [info] (ssh_tunnel) stderr: ssh_dispatch_run_fatal: Connection to 141.80.150.4 port 22: Broken pipe\n\n2025-07-30 11:51:19.847 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-30 11:51:19.849 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-30 11:51:19.849 [error] Failed to connect after 1 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-30 11:51:19.849 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68842.sh\n2025-07-30 11:51:19.854 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-30 11:51:25.301 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-30 11:51:25.309 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-xQFtXk/socket.sock\n2025-07-30 11:51:25.310 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-30 11:51:25.310 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.23/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-xQFtXk/socket.sock\n2025-07-30 11:51:25.313 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36846.sh"" | ssh -v -T -D 54639 login.haicore.berlin bash --login -c bash\n2025-07-30 11:51:25.313 [info] Started installation script. Waiting for it to finish...\n2025-07-30 11:51:25.313 [info] Waiting for server to install via process(45162)...\n2025-07-30 11:51:25.325 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-30 11:51:25.325 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-30 11:51:25.326 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-30 11:51:25.326 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-30 11:51:25.326 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-30 11:51:25.448 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-30 11:51:25.449 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-30 11:51:25.449 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-30 11:51:25.449 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-30 11:51:25.502 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-30 11:51:25.504 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-30 11:51:25.504 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-30 11:51:25.667 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-30 11:51:25.668 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-30 11:51:25.725 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-30 11:51:25.727 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-30 11:51:25.732 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-30 11:51:25.732 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-30 11:51:25.862 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-30 11:51:25.930 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-30 11:51:25.940 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-30 11:51:25.940 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-30 11:51:26.049 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-30 11:51:26.178 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:54639 forwarded to remote address socks:0\n\n2025-07-30 11:51:26.178 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54639.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54639.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-30 11:51:26.182 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-30 11:51:26.339 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-30 11:51:26.340 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-30 11:51:26.346 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-30 11:51:26.390 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\n\n2025-07-30 11:51:26.390 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-30 11:51:26.814 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-30 11:51:26.854 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-30 11:51:26.857 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-30 11:51:26.859 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-30 11:51:26.869 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-30 11:51:26.887 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-30 11:51:26.894 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-30 11:51:26.899 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 0c8379a5-ec5c-44e3-b030-79c2b85eb988\n\n2025-07-30 11:51:26.901 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3552614 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-30 11:51:26.903 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-30 11:51:27.412 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-30 11:51:27.509 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 3552638 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-30 11:51:27.510 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-30 11:51:27.950 [info] (ssh_tunnel) stdout: 3a3fd058eaa9ca1374feb794: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45667==\nmultiplexConnectionToken==0c8379a5-ec5c-44e3-b030-79c2b85eb988==\ncodeListeningOn==34871==\ncodeConnectionToken==f0ed3738-5fa8-4d0b-9cc2-3ce06f55e621==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n3a3fd058eaa9ca1374feb794: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-30 11:51:27.954 [info] Server install command exit code: 0\n2025-07-30 11:51:27.954 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36846.sh\n2025-07-30 11:51:27.957 [info] [forwarding][code] creating new forwarding server\n2025-07-30 11:51:27.958 [info] [forwarding][code] server listening on 127.0.0.1:54653\n2025-07-30 11:51:27.958 [info] [forwarding][code] Set up server\n2025-07-30 11:51:27.959 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: f0ed3738-5fa8-4d0b-9cc2-3ce06f55e621\n2025-07-30 11:51:27.959 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-30 11:51:27.959 [info] [forwarding][multiplex] server listening on 127.0.0.1:54654\n2025-07-30 11:51:27.959 [info] [forwarding][multiplex] Set up server\n2025-07-30 11:51:27.960 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 0c8379a5-ec5c-44e3-b030-79c2b85eb988\n2025-07-30 11:51:27.960 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:54654\n2025-07-30 11:51:27.961 [info] [remote-ssh] Resolved exec server. Socks port: 54639\n2025-07-30 11:51:27.961 [info] Setting up 0 default forwarded ports\n2025-07-30 11:51:27.961 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54653,""connectionToken"":""f0ed3738-5fa8-4d0b-9cc2-3ce06f55e621"",""extensionHostEnv"":{}}. Socks port: 54639\n2025-07-30 11:51:27.962 [info] [command][a511c8f4-2ae8-496b-8fe7-4261d4e10f74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""0c8379a5-ec5c-44e3-b030-79c2b85eb988"",""id"":""a511c8f4-2ae8-496b-8fe7-4261d4e10f74""}\n2025-07-30 11:51:27.963 [info] [forwarding][multiplex][127.0.0.1:54654 -> 127.0.0.1:45667][ffa2e603-da56-4309-9982-c5c2127d25e6] received connection request\n2025-07-30 11:51:27.963 [info] (ssh_tunnel) stderr: debug1: Connection to port 54639 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 11:51:28.036 [info] [forwarding][code][127.0.0.1:54653 -> 127.0.0.1:34871][0f0f0213-0f64-46c9-a855-71807ca797b0] received connection request\n2025-07-30 11:51:28.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 54639 forwarding to socks port 0 requested.\n\n2025-07-30 11:51:28.037 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 11:51:28.038 [info] [forwarding][multiplex][127.0.0.1:54654 -> 127.0.0.1:54639 -> 127.0.0.1:45667][ffa2e603-da56-4309-9982-c5c2127d25e6] socks forwarding established\n2025-07-30 11:51:28.250 [info] [forwarding][code][127.0.0.1:54653 -> 127.0.0.1:54639 -> 127.0.0.1:34871][0f0f0213-0f64-46c9-a855-71807ca797b0] socks forwarding established\n2025-07-30 11:51:28.251 [info] [command][a511c8f4-2ae8-496b-8fe7-4261d4e10f74] Process exited with code 0\n2025-07-30 11:51:28.251 [info] [command][a511c8f4-2ae8-496b-8fe7-4261d4e10f74] Socket close event received\n2025-07-30 11:51:28.252 [info] [forwarding][multiplex][127.0.0.1:54654 -> 127.0.0.1:54639 -> 127.0.0.1:45667][ffa2e603-da56-4309-9982-c5c2127d25e6] socks connection closed\n2025-07-30 11:51:28.292 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54639 for 127.0.0.1 port 45667, connect from 127.0.0.1 port 54656 to 127.0.0.1 port 54639, nchannels 5\n\n2025-07-30 11:51:28.306 [info] [forwarding][code][127.0.0.1:54653 -> 127.0.0.1:34871][c91c56cb-692a-4a3b-ae50-d66a4f904194] received connection request\n2025-07-30 11:51:28.306 [info] (ssh_tunnel) stderr: debug1: Connection to port 54639 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-30 11:51:28.347 [info] [forwarding][code][127.0.0.1:54653 -> 127.0.0.1:54639 -> 127.0.0.1:34871][c91c56cb-692a-4a3b-ae50-d66a4f904194] socks forwarding established\n2025-07-30 11:51:28.538 [info] Saved platform linux for remote host login.haicore.berlin\n",log,tab +3,188,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"11:51:32 AM [info] Activating crowd-code\n11:51:32 AM [info] Recording started\n11:51:32 AM [info] Initializing git provider using file system watchers...\n",Log,tab +4,241,"extension-output-pdoom-org.crowd-code-#1-crowd-code",153,0,"11:51:32 AM [info] Git repository found\n11:51:32 AM [info] Git provider initialized successfully\n11:51:32 AM [info] Initial git state: [object Object]\n",Log,content +5,241504,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, 1))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n # FIXME (f.srambical): here, again, we shouldn't pad, but instead omit the last frame\n vid_embed_BSNM += jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +6,246219,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=""maskgit"",\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n video_batch_BSHWC = video_batch_BSHWC.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n gt = video_batch_BSHWC[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch_BSHWC.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch_BSHWC * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_E.shape[0]):\n action = action_batch_E[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +7,246982,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport einops\n\nfrom utils.nn import STTransformer, Transformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""\n MaskGIT dynamics model\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n D: B*T*N\n H: height\n W: width\n C: number of channels\n P: patch token dimension (patch_size^2 * C)\n V: vocabulary size\n """"""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n if training:\n batch_size = vid_embed_BTNM.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed_BTNM.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed_BTNM = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed_BTNM\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n # FIXME (f.srambical): we must not pad the actions, but remove the last frames!!!!!!!!!!!!!!!!!!!\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n padded_act_embed_BTNM = jnp.broadcast_to(padded_act_embed_BT1M, vid_embed_BTNM.shape)\n vid_embed_BTNM += padded_act_embed_BTNM\n logits_BTNV = self.transformer(vid_embed_BTNM)\n return logits_BTNV, mask\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = Transformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""]) # (B, T, N, E)\n act_embed = self.action_up(batch[""latent_actions""]) # (B, T-1, E)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n\n vid_embed = einops.rearrange(vid_embed, ""b t n e -> b (t n) e"")\n logits = self.transformer(vid_embed)\n logits = einops.rearrange(logits, ""b (t n) v -> b t n v"")\n\n return logits, jnp.ones_like(batch[""video_tokens""])\n\n def sample(self, batch: Dict[str, jax.Array]) -> jax.Array:\n # FIXME (f.srambical): implement this\n raise NotImplementedError(""Sampling not implemented for Transformer dynamics model"")",python,tab +8,247623,"models/lam.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n M: model dimension\n L: latent dimension\n D: B * T * N\n H: height\n W: width\n C: number of channels (n_dim)\n P: patch token dimension (patch_size^2 * C)\n E: B * (T - 1)\n\n Tm1: T - 1\n Np1: N + 1\n """"""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.patch_token_dim,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n videos_BTHWC = batch[""videos""]\n outputs = self.vq_encode(videos_BTHWC, training)\n patch_BTNP = outputs[""patches""]\n z_q_BTm11L = outputs[""z_q""]\n action_BTm11M = self.action_up(z_q_BTm11L)\n patch_BTm1NM = self.patch_up(patch_BTNP[:, :-1])\n B, T, N, _ = patch_BTNP.shape\n # FIXME (f.srambical): should we prepend the action to the patch instead?\n action_BTm1NM = jnp.broadcast_to(action_BTm11M, patch_BTm1NM.shape)\n video_action_patches_BTm1NM = action_BTm1NM + patch_BTm1NM\n del outputs[""patches""], patch_BTNP, patch_BTm1NM\n\n # --- Decode ---\n video_recon_BTm1P = self.decoder(video_action_patches_BTm1NM)\n video_recon_BTm1P = video_recon_BTm1P.astype(jnp.float32)\n video_recon_BTm1P = nnx.sigmoid(video_recon_BTm1P)\n video_recon_BTm1P = video_recon_BTm1P.astype(self.dtype)\n video_recon_BTHWC = unpatchify(video_recon_BTm1P, self.patch_size, H, W)\n outputs[""recon""] = video_recon_BTHWC\n return outputs\n\n def vq_encode(\n self, videos_BTHWC: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess videos ---\n B, T = videos_BTHWC.shape[:2]\n patch_BTNP = patchify(videos_BTHWC, self.patch_size)\n action_pad_BT1P = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patch_BTNp1P = jnp.concatenate((action_pad_BT1P, patch_BTNP), axis=2)\n\n # --- Encode ---\n z_BTNp1L = self.encoder(padded_patch_BTNp1P)\n # Get latent action for all future frames\n z_BTm1L = z_BTNp1L[:, 1:, 0]\n\n # --- Vector quantize ---\n z_EL = z_BTm1L.reshape(B * (T - 1), self.latent_dim)\n z_q_EL, z_EL, emb_EL, indices_E = self.vq(z_EL, training)\n z_q_BTm11L = z_q_EL.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patch_BTNP, z_q=z_q_BTm11L, z=z_EL, emb=emb_EL, indices=indices_E)\n",python,tab +9,265861,"genie.py",0,0,"",python,tab +10,265862,"genie.py",6146,5,"FIXME",python,selection_command +11,266974,"genie.py",8828,5,"FIXME",python,selection_command +12,268167,"genie.py",12448,5,"FIXME",python,selection_command +13,272458,"models/dynamics.py",0,0,"",python,tab +14,272458,"models/dynamics.py",3307,5,"FIXME",python,selection_command +15,274995,"models/dynamics.py",3311,0,"",python,selection_command +16,276956,"models/dynamics.py",3402,0,"",python,selection_command +17,277403,"models/dynamics.py",3401,1,"",python,content +18,278790,"models/dynamics.py",3400,1,"",python,content +19,278953,"models/dynamics.py",3399,1,"",python,content +20,279139,"models/dynamics.py",3398,1,"",python,content +21,279318,"models/dynamics.py",3397,1,"",python,content +22,279512,"models/dynamics.py",3396,1,"",python,content +23,279654,"models/dynamics.py",3395,1,"",python,content +24,280343,"models/dynamics.py",3394,1,"",python,content +25,280458,"models/dynamics.py",3393,1,"",python,content +26,281296,"models/dynamics.py",3392,1,"",python,content +27,282018,"models/dynamics.py",3391,1,"",python,content +28,282176,"models/dynamics.py",3390,1,"",python,content +29,282875,"models/dynamics.py",3389,1,"",python,content +30,283342,"models/dynamics.py",3388,0,"",python,selection_command +31,283733,"models/dynamics.py",3387,0,"",python,selection_command +32,283841,"models/dynamics.py",3386,0,"",python,selection_command +33,284102,"models/dynamics.py",3385,0,"",python,selection_command +34,284127,"models/dynamics.py",3384,0,"",python,selection_command +35,284162,"models/dynamics.py",3383,0,"",python,selection_command +36,284186,"models/dynamics.py",3382,0,"",python,selection_command +37,284225,"models/dynamics.py",3381,0,"",python,selection_command +38,284262,"models/dynamics.py",3380,0,"",python,selection_command +39,284289,"models/dynamics.py",3379,0,"",python,selection_command +40,284326,"models/dynamics.py",3378,0,"",python,selection_command +41,284356,"models/dynamics.py",3377,0,"",python,selection_command +42,284389,"models/dynamics.py",3376,0,"",python,selection_command +43,284600,"models/dynamics.py",3377,0,"",python,selection_command +44,284657,"models/dynamics.py",3378,0,"",python,selection_command +45,284915,"models/dynamics.py",3379,0,"",python,selection_command +46,284940,"models/dynamics.py",3380,0,"",python,selection_command +47,284977,"models/dynamics.py",3381,0,"",python,selection_command +48,286188,"models/dynamics.py",3388,0,"",python,selection_command +49,287921,"models/dynamics.py",3387,0,"",python,selection_command +50,288165,"models/dynamics.py",3386,0,"",python,selection_command +51,288197,"models/dynamics.py",3385,0,"",python,selection_command +52,288231,"models/dynamics.py",3384,0,"",python,selection_command +53,288262,"models/dynamics.py",3383,0,"",python,selection_command +54,288294,"models/dynamics.py",3382,0,"",python,selection_command +55,288328,"models/dynamics.py",3381,0,"",python,selection_command +56,288358,"models/dynamics.py",3380,0,"",python,selection_command +57,288392,"models/dynamics.py",3379,0,"",python,selection_command +58,288426,"models/dynamics.py",3378,0,"",python,selection_command +59,288460,"models/dynamics.py",3377,0,"",python,selection_command +60,288784,"models/dynamics.py",3389,0,"",python,selection_command +61,289423,"models/dynamics.py",3388,1,"",python,content +62,290010,"models/dynamics.py",3387,1,"",python,content +63,290143,"models/dynamics.py",3386,1,"",python,content +64,290813,"models/dynamics.py",3385,1,"",python,content +65,290948,"models/dynamics.py",3384,1,"",python,content +66,291076,"models/dynamics.py",3383,1,"",python,content +67,292350,"models/dynamics.py",3382,0,"",python,selection_command +68,292539,"models/dynamics.py",3377,0,"",python,selection_command +69,292811,"models/dynamics.py",3372,0,"",python,selection_command +70,292817,"models/dynamics.py",3368,0,"",python,selection_command +71,292845,"models/dynamics.py",3361,0,"",python,selection_command +72,292878,"models/dynamics.py",3357,0,"",python,selection_command +73,292913,"models/dynamics.py",3355,0,"",python,selection_command +74,292946,"models/dynamics.py",3348,0,"",python,selection_command +75,292980,"models/dynamics.py",3344,0,"",python,selection_command +76,293352,"models/dynamics.py",3340,0,"",python,selection_command +77,293505,"models/dynamics.py",3336,0,"",python,selection_command +78,293673,"models/dynamics.py",3331,0,"",python,selection_command +79,296475,"models/dynamics.py",3383,0,"",python,selection_command +80,297369,"models/dynamics.py",3383,0," ",python,content +81,297369,"models/dynamics.py",3384,0,"",python,selection_keyboard +82,297689,"models/dynamics.py",3384,0,"()",python,content +83,297689,"models/dynamics.py",3385,0,"",python,selection_keyboard +84,297759,"models/dynamics.py",3385,1,")",python,content +85,297759,"models/dynamics.py",3386,0,"",python,selection_keyboard +86,298310,"models/dynamics.py",3385,0,"",python,selection_command +87,298606,"models/dynamics.py",3384,0,"",python,selection_command +88,299328,"models/dynamics.py",3385,0,"",python,selection_command +89,309163,"models/dynamics.py",3385,0,"https://github.com/p-doom/jasmine/issues/122",python,content +90,309164,"models/dynamics.py",3429,0,"",python,selection_keyboard +91,309546,"models/dynamics.py",3428,0,"",python,selection_command +92,313789,"models/dynamics.py",3328,0,"",python,selection_command +93,315045,"models/dynamics.py",3328,1,"W",python,content +94,320276,"models/dynamics.py",3333,0,"",python,selection_command +95,326562,"models/dynamics.py",3354,0,"",python,selection_command +96,327115,"models/dynamics.py",3374,0,"",python,selection_command +97,327491,"models/dynamics.py",3382,0,"",python,selection_command +98,327900,"models/dynamics.py",3382,1,"",python,content +99,343668,"genie.py",0,0,"",python,tab +100,343668,"genie.py",8828,5,"FIXME",python,selection_command +101,345716,"genie.py",8832,0,"",python,selection_command +102,346163,"genie.py",8828,0,"",python,selection_command +103,346319,"genie.py",8826,0,"",python,selection_command +104,346473,"genie.py",8812,0,"",python,selection_command +105,346670,"genie.py",8793,0,"",python,selection_command +106,346821,"genie.py",8792,0,"",python,selection_command +107,347552,"genie.py",8867,0,"",python,selection_command +108,349779,"genie.py",8911,0," (https://github.com/p-doom/jasmine/issues/122)",python,content +109,349779,"genie.py",8896,0,"ove",python,content +110,349779,"genie.py",8894,2,"",python,content +111,349779,"genie.py",8893,0,"re",python,content +112,349779,"genie.py",8892,1,"",python,content +113,349779,"genie.py",8888,3,"",python,content +114,349779,"genie.py",8887,0,", bu",python,content +115,349779,"genie.py",8885,0,"o",python,content +116,349779,"genie.py",8884,0,"act",python,content +117,349779,"genie.py",8883,0,"he",python,content +118,349779,"genie.py",8880,2,"",python,content +119,349779,"genie.py",8878,1,"",python,content +120,349779,"genie.py",8868,5,"",python,content +121,349779,"genie.py",8860,7,"",python,content +122,349779,"genie.py",8855,4,"",python,content +123,349779,"genie.py",8854,0," must",python,content +124,349779,"genie.py",8851,3,"",python,content +125,349779,"genie.py",8850,0,"W",python,content +126,349779,"genie.py",8849,1,"",python,content +127,351832,"genie.py",8861,0,"",python,selection_command +128,352033,"genie.py",8865,0,"",python,selection_command +129,359488,"genie.py",0,0,"",python,tab +130,359489,"genie.py",128,0,"",python,selection_command +131,368162,"sample.py",0,0,"",python,tab +132,368162,"sample.py",2636,0,"",python,selection_command +133,373179,"genie.py",0,0,"",python,tab +134,373180,"genie.py",128,0,"",python,selection_command +135,384130,"genie.py",0,0,"",python,tab +136,385319,"models/dynamics.py",0,0,"",python,tab +137,393155,"models/dynamics.py",0,0,"",python,tab +138,393156,"models/dynamics.py",83,0,"",python,selection_command +139,403207,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""\n MaskGIT dynamics model\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n D: B*T*N\n H: height\n W: width\n C: number of channels\n P: patch token dimension (patch_size^2 * C)\n V: vocabulary size\n """"""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n if training:\n batch_size = vid_embed_BTNM.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed_BTNM.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed_BTNM = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed_BTNM\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n # FIXME (f.srambical): We must not pad the actions, but remove the last frame (https://github.com/p-doom/jasmine/issues/122)\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n padded_act_embed_BTNM = jnp.broadcast_to(padded_act_embed_BT1M, vid_embed_BTNM.shape)\n vid_embed_BTNM += padded_act_embed_BTNM\n logits_BTNV = self.transformer(vid_embed_BTNM)\n return logits_BTNV, mask\n",python,tab +140,403207,"models/dynamics.py",3270,0,"",python,selection_command +141,404104,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, 1))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n # FIXME (f.srambical): We must not pad the actions, but remove the last frame (https://github.com/p-doom/jasmine/issues/122)\n vid_embed_BSNM += jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +142,404104,"genie.py",7884,0,"",python,selection_command +143,405211,"models/dynamics.py",0,0,"",python,tab +144,405212,"models/dynamics.py",3270,0,"",python,selection_command +145,462284,"models/dynamics.py",0,0,"",python,tab +146,469344,"models/dynamics.py",0,0,"",python,selection_command +147,476169,"models/dynamics.py",19,0,"",python,selection_command +148,477007,"models/dynamics.py",154,0,"",python,selection_command +149,477304,"models/dynamics.py",227,0,"",python,selection_command +150,477454,"models/dynamics.py",367,0,"",python,selection_command +151,477607,"models/dynamics.py",2151,0,"",python,selection_command +152,478435,"models/dynamics.py",3759,0,"",python,selection_command +153,479099,"models/dynamics.py",5242,0,"",python,selection_command +154,479276,"models/dynamics.py",5830,0,"",python,selection_command +155,480226,"models/dynamics.py",5242,0,"",python,selection_command +156,480627,"models/dynamics.py",5830,0,"",python,selection_command +157,480820,"models/dynamics.py",19,0,"",python,selection_command +158,483829,"models/dynamics.py",24,0,"",python,selection_command +159,484914,"models/dynamics.py",34,0,"",python,selection_command +160,485538,"models/dynamics.py",55,0,"",python,selection_command +161,485785,"models/dynamics.py",79,0,"",python,selection_command +162,485814,"models/dynamics.py",95,0,"",python,selection_command +163,485840,"models/dynamics.py",97,0,"",python,selection_command +164,485876,"models/dynamics.py",117,0,"",python,selection_command +165,485909,"models/dynamics.py",146,0,"",python,selection_command +166,485941,"models/dynamics.py",147,0,"",python,selection_command +167,485978,"models/dynamics.py",167,0,"",python,selection_command +168,486009,"models/dynamics.py",189,0,"",python,selection_command +169,486046,"models/dynamics.py",210,0,"",python,selection_command +170,486084,"models/dynamics.py",221,0,"",python,selection_command +171,486114,"models/dynamics.py",241,0,"",python,selection_command +172,486152,"models/dynamics.py",262,0,"",python,selection_command +173,486180,"models/dynamics.py",284,0,"",python,selection_command +174,486214,"models/dynamics.py",311,0,"",python,selection_command +175,486371,"models/dynamics.py",350,0,"",python,selection_command +176,486550,"models/dynamics.py",374,0,"",python,selection_command +177,492194,"models/dynamics.py",359,17,"",python,content +178,492246,"models/dynamics.py",367,0,"",python,selection_command +179,517922,"models/dynamics.py",339,0,"",python,selection_command +180,518093,"models/dynamics.py",300,0,"",python,selection_command +181,520213,"models/dynamics.py",359,18,"",python,content +182,520228,"models/dynamics.py",367,0,"",python,selection_command +183,520747,"models/dynamics.py",359,17,"",python,content +184,520749,"models/dynamics.py",367,0,"",python,selection_command +185,522677,"models/dynamics.py",359,30,"",python,content +186,522690,"models/dynamics.py",367,0,"",python,selection_command +187,525329,"models/dynamics.py",408,0,"",python,selection_command +188,525668,"models/dynamics.py",3685,0,"",python,selection_command +189,525806,"models/dynamics.py",3712,0,"",python,selection_command +190,526723,"models/dynamics.py",408,0,"",python,selection_command +191,527637,"models/dynamics.py",3685,0,"",python,selection_command +192,528373,"models/dynamics.py",3712,0,"",python,selection_command +193,528691,"models/dynamics.py",408,0,"",python,selection_command +194,530230,"models/dynamics.py",357,0,"",python,selection_command +195,530599,"models/dynamics.py",329,0,"",python,selection_command +196,530747,"models/dynamics.py",290,0,"",python,selection_command +197,530799,"models/dynamics.py",263,0,"",python,selection_command +198,531122,"models/dynamics.py",290,0,"",python,selection_command +199,531289,"models/dynamics.py",329,0,"",python,selection_command +200,531688,"models/dynamics.py",357,0,"",python,selection_command +201,533043,"models/dynamics.py",329,0,"",python,selection_command +202,533138,"models/dynamics.py",290,0,"",python,selection_command +203,533286,"models/dynamics.py",263,0,"",python,selection_command +204,533539,"models/dynamics.py",241,0,"",python,selection_command +205,533550,"models/dynamics.py",221,0,"",python,selection_command +206,533588,"models/dynamics.py",216,0,"",python,selection_command +207,533618,"models/dynamics.py",189,0,"",python,selection_command +208,533662,"models/dynamics.py",181,0,"",python,selection_command +209,533699,"models/dynamics.py",147,0,"",python,selection_command +210,533730,"models/dynamics.py",146,0,"",python,selection_command +211,533764,"models/dynamics.py",144,0,"",python,selection_command +212,533795,"models/dynamics.py",97,0,"",python,selection_command +213,533829,"models/dynamics.py",95,0,"",python,selection_command +214,533857,"models/dynamics.py",81,0,"",python,selection_command +215,533916,"models/dynamics.py",95,0,"",python,selection_command +216,534181,"models/dynamics.py",97,0,"",python,selection_command +217,534199,"models/dynamics.py",144,0,"",python,selection_command +218,534231,"models/dynamics.py",146,0,"",python,selection_command +219,534265,"models/dynamics.py",147,0,"",python,selection_command +220,534306,"models/dynamics.py",181,0,"",python,selection_command +221,534338,"models/dynamics.py",189,0,"",python,selection_command +222,534364,"models/dynamics.py",216,0,"",python,selection_command +223,534396,"models/dynamics.py",221,0,"",python,selection_command +224,534428,"models/dynamics.py",241,0,"",python,selection_command +225,534465,"models/dynamics.py",263,0,"",python,selection_command +226,534495,"models/dynamics.py",290,0,"",python,selection_command +227,534530,"models/dynamics.py",329,0,"",python,selection_command +228,535866,"models/dynamics.py",357,0,"",python,selection_command +229,535934,"models/dynamics.py",396,0,"",python,selection_command +230,536959,"models/dynamics.py",367,0,"C: number of channels\n ",python,content +231,536974,"models/dynamics.py",367,0,"",python,selection_command +232,537707,"models/dynamics.py",359,30,"",python,content +233,537723,"models/dynamics.py",367,0,"",python,selection_command +234,539825,"models/dynamics.py",1719,0,"",python,selection_command +235,540689,"models/dynamics.py",3127,0,"",python,selection_command +236,541588,"models/dynamics.py",367,0,"",python,selection_command +237,542116,"models/dynamics.py",1719,0,"",python,selection_command +238,542329,"models/dynamics.py",3127,0,"",python,selection_command +239,542516,"models/dynamics.py",367,0,"",python,selection_command +240,543184,"models/dynamics.py",359,52,"",python,content +241,543197,"models/dynamics.py",367,0,"",python,selection_command +242,545549,"models/dynamics.py",3548,0,"",python,selection_command +243,545995,"models/dynamics.py",3610,0,"",python,selection_command +244,546263,"models/dynamics.py",367,0,"",python,selection_command +245,546447,"models/dynamics.py",3548,0,"",python,selection_command +246,546831,"models/dynamics.py",3610,0,"",python,selection_command +247,547130,"models/dynamics.py",367,0,"",python,selection_command +248,549165,"models/dynamics.py",339,0,"",python,selection_command +249,549234,"models/dynamics.py",300,0,"",python,selection_command +250,550434,"models/dynamics.py",339,0,"",python,selection_command +251,550871,"models/dynamics.py",1800,0,"",python,selection_command +252,551018,"models/dynamics.py",2213,0,"",python,selection_command +253,551865,"models/dynamics.py",1800,0,"",python,selection_command +254,552034,"models/dynamics.py",339,0,"",python,selection_command +255,552482,"models/dynamics.py",1800,0,"",python,selection_command +256,552635,"models/dynamics.py",2213,0,"",python,selection_command +257,552771,"models/dynamics.py",3160,0,"",python,selection_command +258,553859,"models/dynamics.py",2213,0,"",python,selection_command +259,553991,"models/dynamics.py",1800,0,"",python,selection_command +260,554134,"models/dynamics.py",339,0,"",python,selection_command +261,554298,"models/dynamics.py",4891,0,"",python,selection_command +262,554948,"models/dynamics.py",339,0,"",python,selection_command +263,556370,"models/dynamics.py",300,0,"",python,selection_command +264,556498,"models/dynamics.py",273,0,"",python,selection_command +265,557330,"models/dynamics.py",300,0,"",python,selection_command +266,557438,"models/dynamics.py",2099,0,"",python,selection_command +267,557600,"models/dynamics.py",2159,0,"",python,selection_command +268,558611,"models/dynamics.py",2099,0,"",python,selection_command +269,558776,"models/dynamics.py",300,0,"",python,selection_command +270,569864,"models/lam.py",0,0,"",python,tab +271,572466,"models/lam.py",316,0,"",python,selection_command +272,572717,"models/lam.py",343,0,"",python,selection_command +273,572745,"models/lam.py",382,0,"",python,selection_command +274,572771,"models/lam.py",409,0,"",python,selection_command +275,572812,"models/lam.py",437,0,"",python,selection_command +276,572848,"models/lam.py",458,0,"",python,selection_command +277,577897,"models/lam.py",437,0,"",python,selection_command +278,578050,"models/lam.py",409,0,"",python,selection_command +279,578339,"models/lam.py",382,0,"",python,selection_command +280,578497,"models/lam.py",343,0,"",python,selection_command +281,578783,"models/lam.py",344,0,"",python,selection_command +282,583068,"models/lam.py",449,0,"",python,selection_command +283,583361,"models/lam.py",627,0,"",python,selection_command +284,584001,"models/lam.py",632,0,"",python,selection_command +285,584423,"models/lam.py",3395,0,"",python,selection_command +286,593772,"models/lam.py",3524,0,"",python,selection_command +287,593920,"models/lam.py",3551,0,"",python,selection_command +288,594075,"models/lam.py",3577,0,"",python,selection_command +289,594230,"models/lam.py",3592,0,"",python,selection_command +290,594497,"models/lam.py",3702,0,"",python,selection_command +291,594746,"models/lam.py",3749,0,"",python,selection_command +292,594942,"models/lam.py",3792,0,"",python,selection_command +293,595210,"models/lam.py",3808,0,"",python,selection_command +294,595588,"models/lam.py",3823,0,"",python,selection_command +295,596623,"models/lam.py",3866,0,"",python,selection_command +296,597052,"models/lam.py",3880,0,"",python,selection_command +297,597389,"models/lam.py",3975,0,"",python,selection_command +298,597750,"models/lam.py",4520,0,"",python,selection_command +299,597903,"models/lam.py",4708,0,"",python,selection_command +300,598051,"models/lam.py",4757,0,"",python,selection_command +301,598468,"models/lam.py",4808,0,"",python,selection_command +302,598801,"models/lam.py",4843,0,"",python,selection_command +303,599124,"models/lam.py",4921,0,"",python,selection_command +304,599284,"models/lam.py",5200,0,"",python,selection_command +305,599600,"models/lam.py",344,0,"",python,selection_command +306,602397,"models/lam.py",383,0,"",python,selection_command +307,602655,"models/lam.py",3475,0,"",python,selection_command +308,613342,"models/lam.py",0,0,"",python,selection_command +309,613505,"models/lam.py",206,0,"",python,selection_command +310,614115,"models/lam.py",216,0,"",python,selection_command +311,614468,"models/lam.py",383,0,"",python,selection_command +312,615346,"models/lam.py",410,0,"",python,selection_command +313,616446,"models/lam.py",2340,0,"",python,selection_command +314,616604,"models/lam.py",2544,0,"",python,selection_command +315,617568,"models/lam.py",3436,0,"",python,selection_command +316,619027,"models/lam.py",0,0,"",python,selection_command +317,629279,"models/lam.py",19,0,"",python,selection_command +318,629760,"models/lam.py",271,0,"",python,selection_command +319,629931,"models/lam.py",438,0,"",python,selection_command +320,630120,"models/lam.py",3136,0,"",python,selection_command +321,631037,"models/lam.py",3189,0,"",python,selection_command +322,631340,"models/lam.py",3898,0,"",python,selection_command +323,631652,"models/lam.py",4408,0,"",python,selection_command +324,632030,"models/lam.py",19,0,"",python,selection_command +325,632970,"models/lam.py",271,0,"",python,selection_command +326,633282,"models/lam.py",438,0,"",python,selection_command +327,638577,"models/lam.py",430,21,"",python,content +328,638597,"models/lam.py",438,0,"",python,selection_command +329,639122,"models/lam.py",456,0,"",python,selection_command +330,639271,"models/lam.py",473,0,"",python,selection_command +331,639420,"models/lam.py",511,0,"",python,selection_command +332,639493,"models/lam.py",563,0,"",python,selection_command +333,640108,"models/lam.py",555,23,"",python,content +334,640261,"models/lam.py",503,0,"",python,selection_command +335,640422,"models/lam.py",465,0,"",python,selection_command +336,640572,"models/lam.py",448,0,"",python,selection_command +337,640650,"models/lam.py",430,0,"",python,selection_command +338,640787,"models/lam.py",402,0,"",python,selection_command +339,641062,"models/lam.py",429,0,"\n E: B * (T - 1)",python,content +340,641063,"models/lam.py",438,0,"",python,selection_command +341,669230,"models/lam.py",0,0,"",python,tab +342,669231,"models/lam.py",430,0,"",python,selection_command +343,673693,"models/dynamics.py",0,0,"",python,tab +344,673693,"models/dynamics.py",83,0,"",python,selection_command +345,691619,"models/dynamics.py",93,0,"",python,selection_mouse +346,693814,"models/dynamics.py",5443,0,"",python,selection_command +347,694015,"models/dynamics.py",5557,0,"",python,selection_command +348,694212,"models/dynamics.py",90,0,"",python,selection_command +349,852170,"genie.py",0,0,"",python,tab +350,852171,"genie.py",8694,11,"jnp.reshape",python,selection_command +351,1253096,"genie.py",8704,0,"",python,selection_command +352,1269093,"genie.py",8739,0,"",python,selection_command +353,1270779,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +354,1273496,"genie.py",0,0,"",python,tab +355,1273498,"TERMINAL",0,0,"",,terminal_focus +356,1274257,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +357,1274279,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +358,1275820,"TERMINAL",0,0,"git stash",,terminal_command +359,1275870,"TERMINAL",0,0,"]633;C",,terminal_output +360,1276017,"TERMINAL",0,0,"Saved working directory and index state WIP on shazeer-notation: 5050d93 chore: remove unused dimension keys from docstring\r\n",,terminal_output +361,1276076,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar",,terminal_output +362,1276297,"genie.py",128,6088,"from models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n",python,content +363,1284043,"genie.py",4116,7437," tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n",python,content +364,1285269,"genie.py",0,0,"Switched from branch 'shazeer-notation' to 'main'",python,git_branch_checkout +365,1288623,"genie.py",4116,6662," videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, 1))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n # FIXME (f.srambical): We must not pad the actions, but remove the last frame (https://github.com/p-doom/jasmine/issues/122)\n vid_embed_BSNM += jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n",python,content +366,1292603,"TERMINAL",0,0,"git stash pop",,terminal_command +367,1292656,"TERMINAL",0,0,"]633;C",,terminal_output +368,1292738,"TERMINAL",0,0,"On branch main\r\nYour branch is up to date with 'origin/main'.\r\n\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: .gitignore\r\n\tmodified: genie.py\r\n\tmodified: models/dynamics.py\r\n\tmodified: sample.py\r\n\tmodified: train_dynamics.py\r\n\tmodified: utils/nn.py\r\n\r\nUntracked files:\r\n (use ""git add ..."" to include in what will be committed)\r\n\tbatch_size_benchmark_tokenizer_flash_attention.json\r\n\tbatch_size_benchmark_tokenizer_no_flash_attention.json\r\n\tbenchmark_batch_sizes_tokenizer.py\r\n\tgenerate_arrayrecord_dataset.py\r\n\tsalient_restore_failing_minimal_example.py\r\n\tslurm/\r\n\ttest.ipynb\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\nDropped refs/stash@{0} (9004f9e198e14e3817bd8aff6481abb919ba5ac6)\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +369,1292976,"genie.py",128,5158,"from models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n",python,content +370,1306079,"genie.py",10543,0,"",python,selection_command +371,1306167,"genie.py",7794,0,"",python,selection_command +372,1306317,"genie.py",5813,0,"",python,selection_command +373,1306459,"genie.py",3717,0,"",python,selection_command +374,1306600,"genie.py",1877,0,"",python,selection_command +375,1306744,"genie.py",304,0,"",python,selection_command +376,1312130,"README.md",0,0,"

🧞‍♀️ Jasmine: A simple, performant and scalable JAX-based world modeling codebase 🧞‍♀️

\n\n

\n \n \n \n \n

\n\nJasmine is a production-ready JAX-based world modeling codebase. It currently implements the high-level architecture of [Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391) (Bruce et al., 2024) with [MaskGIT](https://arxiv.org/abs/2202.04200) (Chang et al., 2022), as well as an autoregressive (causal) baseline. A diffusion baseline is coming soon.\n\nJasmine scales from single hosts to hundreds of xPUs thanks to XLA and strives to be an easily hackable, batteries-included foundation for world modeling research.\n\n

Overview

\n\n- Asynchronous & distributed checkpointing thanks to [orbax.checkpoint](https://github.com/google/orbax)\n - Jasmine also supports mixing and matching hardware topologies (e.g. train on four nodes, load the checkpoint on a single node)\n- Optimized dataloading thanks to [Grain](https://github.com/google/grain)\n - Dataloading scales with the number of processes (i.e. nodes/xPUs)\n- Checkpointing of model weights, optimizer and dataloader states\n- Full reproducibility with **exact** training curves (thanks to seeded dataloading and training, and [JAX' approach to pseudo random numbers](https://docs.jax.dev/en/latest/random-numbers.html))\n- Automatic checkpoint deletion/retention according to specified retention policy thanks to `orbax.checkpoint.CheckpointManager`\n- Mixed precision training using `bfloat16`\n - `int8` training is on the roadmap via [aqt](https://github.com/google/aqt)\n- FlashAttention thanks to [cuDNN SDPA](https://github.com/jax-ml/jax/blob/a155c5a9997924170e0067d552351a9833c12c11/jax/_src/cudnn/fused_attention_stablehlo.py#L842)\n- Frame-level KV cache resets for accelerated spatiotemporal attention in causal baseline (still in PR)\n- Activation checkpointing (even onto host memory if desired)\n- DDP (changing to FSDP requires changing **a single line of code**)\n- WSD learning rate schedule\n - No need to retrain from scratch if you want to train for longer\n- Index-shuffling during dataloading\n- Google-native stack\n - https://github.com/google/orbax for checkpointing\n - https://github.com/google/grain for dataloading\n - https://github.com/google-deepmind/dm_pix for image manipulation\n - https://github.com/google/array_record as the data format\n- Easy model inspection thanks to [treescope](https://github.com/google-deepmind/treescope)\n- Easy model surgery thanks to the new [flax.nnx](https://flax.readthedocs.io/en/latest/guides/linen_to_nnx.html) API\n\n

Setup 🧗

\n\nJasmine requires `python 3.10`, `jax 0.6.2` and `flax 0.10.7`. To install the requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nDownload OpenAI's VPT dataset by running:\n\n```bash\nbash input_pipeline/download/openai/download_index_files.sh\npython input_pipeline/download/openai/download_videos.py\n```\n\nNote: this is a large dataset and may take a while to download.\n\nFor performant distributed training, we additionally preprocess the dataset into `arrayrecords`:\n\n```bash\npython input_pipeline/preprocess/video_to_array_records.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer (and latent action model).\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing 📜

\n\nJasmine was built by [Mihir Mahajan](https://maharajamihir.github.io/), [Alfred Nguyen](https://avocadoali.github.io/) and [Franz Srambical](https://srambical.fr/), but started as a fork of [Jafar](https://github.com/flairox/jafar), built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jasmine in your work, please cite us, Jafar, and the original Genie paper as follows:\n\n```\n@article{\n mahajan2025jasmine,\n title={Jasmine: A simple, performant and scalable JAX-based world modeling codebase},\n author={Mihir Mahajan and Alfred Nguyen and Franz Srambical and Stefan Bauer},\n journal = {p(doom) blog},\n year={2025},\n url={https://pdoom.org/jasmine.html}\n note = {https://pdoom.org/blog.html}\n}\n```\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +377,1313482,"README.md",3370,0,"",markdown,selection_command +378,1313648,"README.md",794,0,"",markdown,selection_command +379,1313819,"README.md",0,0,"",markdown,selection_command +380,1316060,"README.md",3127,0,"",markdown,selection_keyboard +381,1316787,"README.md",3108,0,"",markdown,selection_command +382,1316878,"README.md",3076,0,"",markdown,selection_command +383,1317016,"README.md",3068,0,"",markdown,selection_command +384,1317178,"README.md",3067,0,"",markdown,selection_command +385,1317303,"README.md",2970,0,"",markdown,selection_command +386,1317442,"README.md",2969,0,"",markdown,selection_command +387,1317575,"README.md",2926,0,"",markdown,selection_command +388,1317722,"README.md",2925,0,"",markdown,selection_command +389,1317882,"README.md",2807,0,"",markdown,selection_command +390,1318371,"README.md",2924,0,"\n",markdown,content +391,1319164,"README.md",2925,0,"-",markdown,content +392,1319164,"README.md",2926,0,"",markdown,selection_keyboard +393,1319772,"README.md",2926,0," ",markdown,content +394,1319772,"README.md",2927,0,"",markdown,selection_keyboard +395,1320160,"README.md",2927,0,"S",markdown,content +396,1320160,"README.md",2928,0,"",markdown,selection_keyboard +397,1320292,"README.md",2928,0,"u",markdown,content +398,1320292,"README.md",2929,0,"",markdown,selection_keyboard +399,1320448,"README.md",2929,0,"f",markdown,content +400,1320448,"README.md",2930,0,"",markdown,selection_keyboard +401,1320611,"README.md",2930,0,"f",markdown,content +402,1320611,"README.md",2931,0,"",markdown,selection_keyboard +403,1320645,"README.md",2931,0,"i",markdown,content +404,1320645,"README.md",2932,0,"",markdown,selection_keyboard +405,1320748,"README.md",2932,0,"x",markdown,content +406,1320748,"README.md",2933,0,"",markdown,selection_keyboard +407,1321022,"README.md",2933,0," ",markdown,content +408,1321022,"README.md",2934,0,"",markdown,selection_keyboard +409,1324371,"README.md",2933,1,"",markdown,content +410,1324775,"README.md",2933,0,"-",markdown,content +411,1324775,"README.md",2934,0,"",markdown,selection_keyboard +412,1325136,"README.md",2934,0,"n",markdown,content +413,1325137,"README.md",2935,0,"",markdown,selection_keyboard +414,1325240,"README.md",2935,0,"o",markdown,content +415,1325240,"README.md",2936,0,"",markdown,selection_keyboard +416,1325324,"README.md",2936,0,"n",markdown,content +417,1325324,"README.md",2937,0,"",markdown,selection_keyboard +418,1325394,"README.md",2937,0,"t",markdown,content +419,1325394,"README.md",2938,0,"",markdown,selection_keyboard +420,1325690,"README.md",2938,0,"a",markdown,content +421,1325690,"README.md",2939,0,"",markdown,selection_keyboard +422,1325701,"README.md",2939,0,"t",markdown,content +423,1325701,"README.md",2940,0,"",markdown,selection_keyboard +424,1325749,"README.md",2940,0,"o",markdown,content +425,1325749,"README.md",2941,0,"",markdown,selection_keyboard +426,1325766,"README.md",2941,0,"i",markdown,content +427,1325766,"README.md",2942,0,"",markdown,selection_keyboard +428,1325797,"README.md",2942,0,"n",markdown,content +429,1325797,"README.md",2943,0,"",markdown,selection_keyboard +430,1326334,"README.md",2934,9,"",markdown,content +431,1326523,"README.md",2934,0,"n",markdown,content +432,1326524,"README.md",2935,0,"",markdown,selection_keyboard +433,1326611,"README.md",2935,0,"o",markdown,content +434,1326611,"README.md",2936,0,"",markdown,selection_keyboard +435,1326855,"README.md",2936,0,"t",markdown,content +436,1326855,"README.md",2937,0,"",markdown,selection_keyboard +437,1327120,"README.md",2937,0,"a",markdown,content +438,1327120,"README.md",2938,0,"",markdown,selection_keyboard +439,1327124,"README.md",2938,0,"t",markdown,content +440,1327124,"README.md",2939,0,"",markdown,selection_keyboard +441,1327177,"README.md",2939,0,"o",markdown,content +442,1327177,"README.md",2940,0,"",markdown,selection_keyboard +443,1327189,"README.md",2940,0,"i",markdown,content +444,1327189,"README.md",2941,0,"",markdown,selection_keyboard +445,1327266,"README.md",2941,0,"n",markdown,content +446,1327267,"README.md",2942,0,"",markdown,selection_keyboard +447,1327877,"README.md",2941,1,"",markdown,content +448,1328018,"README.md",2940,1,"",markdown,content +449,1328309,"README.md",2934,6,"",markdown,content +450,1328454,"README.md",2934,0,"n",markdown,content +451,1328454,"README.md",2935,0,"",markdown,selection_keyboard +452,1328647,"README.md",2935,0,"o",markdown,content +453,1328647,"README.md",2936,0,"",markdown,selection_keyboard +454,1328719,"README.md",2936,0,"t",markdown,content +455,1328719,"README.md",2937,0,"",markdown,selection_keyboard +456,1328969,"README.md",2937,0,"a",markdown,content +457,1328969,"README.md",2938,0,"",markdown,selection_keyboard +458,1328991,"README.md",2938,0,"t",markdown,content +459,1328991,"README.md",2939,0,"",markdown,selection_keyboard +460,1329058,"README.md",2939,0,"i",markdown,content +461,1329058,"README.md",2940,0,"",markdown,selection_keyboard +462,1329064,"README.md",2940,0,"o",markdown,content +463,1329064,"README.md",2941,0,"",markdown,selection_keyboard +464,1329148,"README.md",2941,0,"n",markdown,content +465,1329149,"README.md",2942,0,"",markdown,selection_keyboard +466,1329383,"README.md",2942,0," ",markdown,content +467,1329383,"README.md",2943,0,"",markdown,selection_keyboard +468,1330777,"README.md",2927,0,"(",markdown,content +469,1330777,"README.md",2928,0,"",markdown,selection_keyboard +470,1331873,"README.md",2927,0,"",markdown,selection_command +471,1333111,"README.md",2944,0,"",markdown,selection_command +472,1333832,"README.md",2943,1,"",markdown,content +473,1335095,"README.md",2943,0,")",markdown,content +474,1335095,"README.md",2944,0,"",markdown,selection_keyboard +475,1337033,"README.md",2943,1,"",markdown,content +476,1338712,"README.md",2943,0,"()",markdown,content +477,1338712,"README.md",2944,0,"",markdown,selection_keyboard +478,1339398,"README.md",2943,2,"",markdown,content +479,1339981,"README.md",2943,0,"9",markdown,content +480,1339982,"README.md",2944,0,"",markdown,selection_keyboard +481,1340504,"README.md",2943,1,"",markdown,content +482,1341025,"README.md",2943,0,"}",markdown,content +483,1341025,"README.md",2944,0,"",markdown,selection_keyboard +484,1341860,"README.md",2943,1,"",markdown,content +485,1342552,"README.md",2943,0,"]",markdown,content +486,1342552,"README.md",2944,0,"",markdown,selection_keyboard +487,1343655,"README.md",2943,0,"",markdown,selection_command +488,1344815,"README.md",2925,0,"",markdown,selection_command +489,1345724,"README.md",2926,0,"",markdown,selection_command +490,1345795,"README.md",2927,0,"",markdown,selection_command +491,1345938,"README.md",2928,0,"",markdown,selection_command +492,1346356,"README.md",2927,1,"",markdown,content +493,1347054,"README.md",2927,0,"{",markdown,content +494,1347054,"README.md",2928,0,"",markdown,selection_keyboard +495,1347701,"README.md",2927,1,"",markdown,content +496,1348010,"README.md",2927,0,"Q",markdown,content +497,1348010,"README.md",2928,0,"",markdown,selection_keyboard +498,1348405,"README.md",2927,1,"",markdown,content +499,1348694,"README.md",2927,0,"[",markdown,content +500,1348694,"README.md",2928,0,"",markdown,selection_keyboard +501,1349581,"README.md",2927,0,"",markdown,selection_command +502,1350194,"README.md",2945,0,"",markdown,selection_command +503,1351246,"README.md",2925,0,"",markdown,selection_command +504,1351394,"README.md",2807,0,"",markdown,selection_command +505,1351630,"README.md",2925,0,"",markdown,selection_command +506,1352128,"README.md",2944,0,"",markdown,selection_command +507,1352613,"README.md",2944,0,"()",markdown,content +508,1352614,"README.md",2945,0,"",markdown,selection_keyboard +509,1352657,"README.md",2945,1,")",markdown,content +510,1352657,"README.md",2946,0,"",markdown,selection_keyboard +511,1353074,"README.md",2945,0,"",markdown,selection_command +512,1353464,"README.md",2944,0,"",markdown,selection_command +513,1385695,"README.md",2943,0,"",markdown,selection_command +514,1385821,"README.md",2935,0,"",markdown,selection_command +515,1387063,"README.md",5011,76,"",markdown,content +516,1387069,"README.md",5011,0,"",markdown,selection_command +517,1389665,"README.md",5010,0,"",markdown,selection_command +518,1390665,"README.md",5011,0,"Jasmine: A simple, performant and scalable JAX-based world modeling codebase",markdown,content +519,1390675,"README.md",2935,0,"",markdown,selection_command +520,1393430,"README.md",2944,2,"",markdown,content +521,1393431,"README.md",2943,0,"",markdown,selection_command +522,1394438,"README.md",2944,0,"()",markdown,content +523,1394442,"README.md",2944,0,"",markdown,selection_command +524,1394908,"README.md",2947,0,"",markdown,selection_command +525,1396915,"README.md",2925,0,"",markdown,selection_command +526,1396918,"README.md",2926,0,"",markdown,selection_command +527,1397213,"README.md",2927,0,"",markdown,selection_command +528,1397227,"README.md",2809,0,"",markdown,selection_command +529,1397404,"README.md",2810,0,"",markdown,selection_command +530,1397576,"README.md",2928,0,"",markdown,selection_command +531,1401552,"README.md",2928,15,"",markdown,content +532,1403113,"README.md",2928,0,"S",markdown,content +533,1403114,"README.md",2929,0,"",markdown,selection_keyboard +534,1403309,"README.md",2929,0,"h",markdown,content +535,1403309,"README.md",2930,0,"",markdown,selection_keyboard +536,1403454,"README.md",2930,0,"a",markdown,content +537,1403454,"README.md",2931,0,"",markdown,selection_keyboard +538,1403463,"README.md",2931,0,"p",markdown,content +539,1403463,"README.md",2932,0,"",markdown,selection_keyboard +540,1403550,"README.md",2932,0,"e",markdown,content +541,1403550,"README.md",2933,0,"",markdown,selection_keyboard +542,1403751,"README.md",2933,0," ",markdown,content +543,1403751,"README.md",2934,0,"",markdown,selection_keyboard +544,1403853,"README.md",2934,0,"s",markdown,content +545,1403854,"README.md",2935,0,"",markdown,selection_keyboard +546,1403857,"README.md",2935,0,"u",markdown,content +547,1403857,"README.md",2936,0,"",markdown,selection_keyboard +548,1404072,"README.md",2936,0,"f",markdown,content +549,1404072,"README.md",2937,0,"",markdown,selection_keyboard +550,1404115,"README.md",2937,0,"f",markdown,content +551,1404116,"README.md",2938,0,"",markdown,selection_keyboard +552,1404183,"README.md",2938,0,"i",markdown,content +553,1404183,"README.md",2939,0,"",markdown,selection_keyboard +554,1404342,"README.md",2939,0,"x",markdown,content +555,1404342,"README.md",2940,0,"",markdown,selection_keyboard +556,1404472,"README.md",2940,0,"e",markdown,content +557,1404472,"README.md",2941,0,"",markdown,selection_keyboard +558,1404655,"README.md",2941,0,"s",markdown,content +559,1404656,"README.md",2942,0,"",markdown,selection_keyboard +560,1404811,"README.md",2941,0,"",markdown,selection_command +561,1405187,"README.md",2945,0,"",markdown,selection_command +562,1405968,"README.md",2944,0,"",markdown,selection_command +563,1412003,"README.md",2944,0,"https://medium.com/@NoamShazeer/shape-suffixes-good-coding-style-f836e72e24fd",markdown,content +564,1412003,"README.md",3021,0,"",markdown,selection_keyboard +565,1412766,"README.md",3020,0,"",markdown,selection_command +566,1413695,"README.md",3022,0,"",markdown,selection_command +567,1413939,"README.md",3022,0," ",markdown,content +568,1413939,"README.md",3023,0,"",markdown,selection_keyboard +569,1508066,"README.md",3022,0,"",markdown,selection_command +570,1516132,"README.md",2925,0,"",markdown,selection_command +571,1517019,"README.md",2925,0,"w",markdown,content +572,1517019,"README.md",2926,0,"",markdown,selection_keyboard +573,1517632,"README.md",2925,1,"",markdown,content +574,1517782,"README.md",2927,0,"",markdown,selection_command +575,1519384,"README.md",2927,0,"C",markdown,content +576,1519385,"README.md",2928,0,"",markdown,selection_keyboard +577,1519734,"README.md",2928,0,"o",markdown,content +578,1519735,"README.md",2929,0,"",markdown,selection_keyboard +579,1519892,"README.md",2929,0,"n",markdown,content +580,1519893,"README.md",2930,0,"",markdown,selection_keyboard +581,1520010,"README.md",2930,0,"s",markdown,content +582,1520010,"README.md",2931,0,"",markdown,selection_keyboard +583,1520077,"README.md",2931,0,"i",markdown,content +584,1520077,"README.md",2932,0,"",markdown,selection_keyboard +585,1520191,"README.md",2932,0,"s",markdown,content +586,1520191,"README.md",2933,0,"",markdown,selection_keyboard +587,1520208,"README.md",2933,0,"t",markdown,content +588,1520209,"README.md",2934,0,"",markdown,selection_keyboard +589,1520314,"README.md",2934,0,"e",markdown,content +590,1520314,"README.md",2935,0,"",markdown,selection_keyboard +591,1520363,"README.md",2935,0,"n",markdown,content +592,1520363,"README.md",2936,0,"",markdown,selection_keyboard +593,1520501,"README.md",2936,0,"t",markdown,content +594,1520501,"README.md",2937,0,"",markdown,selection_keyboard +595,1520720,"README.md",2937,0," ",markdown,content +596,1520720,"README.md",2938,0,"",markdown,selection_keyboard +597,1520784,"README.md",2938,0,"u",markdown,content +598,1520784,"README.md",2939,0,"",markdown,selection_keyboard +599,1521022,"README.md",2939,0,"s",markdown,content +600,1521022,"README.md",2940,0,"",markdown,selection_keyboard +601,1521100,"README.md",2940,0,"a",markdown,content +602,1521101,"README.md",2941,0,"",markdown,selection_keyboard +603,1521104,"README.md",2941,0,"g",markdown,content +604,1521104,"README.md",2942,0,"",markdown,selection_keyboard +605,1521140,"README.md",2942,0,"e",markdown,content +606,1521141,"README.md",2943,0,"",markdown,selection_keyboard +607,1521339,"README.md",2943,0," ",markdown,content +608,1521339,"README.md",2944,0,"",markdown,selection_keyboard +609,1521347,"README.md",2944,0,"o",markdown,content +610,1521347,"README.md",2945,0,"",markdown,selection_keyboard +611,1521578,"README.md",2945,0,"f",markdown,content +612,1521578,"README.md",2946,0,"",markdown,selection_keyboard +613,1521590,"README.md",2946,0," ",markdown,content +614,1521590,"README.md",2947,0,"",markdown,selection_keyboard +615,1521737,"README.md",2946,0,"",markdown,selection_command +616,1522483,"README.md",3043,0,"",markdown,selection_command +617,1522846,"README.md",3042,0,"",markdown,selection_command +618,1567622,"README.md",3041,0,"",markdown,selection_command +619,1567837,"README.md",3029,0,"",markdown,selection_command +620,1567869,"README.md",3028,0,"",markdown,selection_command +621,1567902,"README.md",3023,0,"",markdown,selection_command +622,1567929,"README.md",3022,0,"",markdown,selection_command +623,1567963,"README.md",3016,0,"",markdown,selection_command +624,1567993,"README.md",3015,0,"",markdown,selection_command +625,1568030,"README.md",3011,0,"",markdown,selection_command +626,1568065,"README.md",3010,0,"",markdown,selection_command +627,1568100,"README.md",3002,0,"",markdown,selection_command +628,1568133,"README.md",3001,0,"",markdown,selection_command +629,1568166,"README.md",2996,0,"",markdown,selection_command +630,1568201,"README.md",2995,0,"",markdown,selection_command +631,1568233,"README.md",2984,0,"",markdown,selection_command +632,1568269,"README.md",2982,0,"",markdown,selection_command +633,1568304,"README.md",2979,0,"",markdown,selection_command +634,1568333,"README.md",2978,0,"",markdown,selection_command +635,1568371,"README.md",2972,0,"",markdown,selection_command +636,1568401,"README.md",2969,0,"",markdown,selection_command +637,1568433,"README.md",2964,0,"",markdown,selection_command +638,1568466,"README.md",2962,0,"",markdown,selection_command +639,1568501,"README.md",2954,0,"",markdown,selection_command +640,1568535,"README.md",2948,0,"",markdown,selection_command +641,1568708,"README.md",2947,0,"",markdown,selection_command +642,1569175,"README.md",2946,0,"",markdown,selection_command +643,1569392,"README.md",2946,1," ",markdown,selection_command +644,1569405,"README.md",2944,3,"of ",markdown,selection_command +645,1569654,"README.md",2938,9,"usage of ",markdown,selection_command +646,1569857,"README.md",2927,20,"Consistent usage of ",markdown,selection_command +647,1570065,"README.md",2925,22,"- Consistent usage of ",markdown,selection_command +648,1570540,"README.md",2926,21," Consistent usage of ",markdown,selection_command +649,1570708,"README.md",2927,20,"Consistent usage of ",markdown,selection_command +650,1570972,"README.md",2928,19,"onsistent usage of ",markdown,selection_command +651,1571294,"README.md",2927,20,"Consistent usage of ",markdown,selection_command +652,1572417,"README.md",2927,20,"",markdown,content +653,1573450,"README.md",3023,0,"",markdown,selection_command +654,1574358,"README.md",3023,0,"t",markdown,content +655,1574358,"README.md",3024,0,"",markdown,selection_keyboard +656,1574462,"README.md",3024,0,"h",markdown,content +657,1574462,"README.md",3025,0,"",markdown,selection_keyboard +658,1574573,"README.md",3025,0,"r",markdown,content +659,1574573,"README.md",3026,0,"",markdown,selection_keyboard +660,1574678,"README.md",3026,0,"o",markdown,content +661,1574678,"README.md",3027,0,"",markdown,selection_keyboard +662,1574764,"README.md",3027,0,"u",markdown,content +663,1574764,"README.md",3028,0,"",markdown,selection_keyboard +664,1574927,"README.md",3028,0,"g",markdown,content +665,1574927,"README.md",3029,0,"",markdown,selection_keyboard +666,1574966,"README.md",3029,0,"h",markdown,content +667,1574966,"README.md",3030,0,"",markdown,selection_keyboard +668,1575139,"README.md",3030,0,"o",markdown,content +669,1575139,"README.md",3031,0,"",markdown,selection_keyboard +670,1575194,"README.md",3031,0,"u",markdown,content +671,1575194,"README.md",3032,0,"",markdown,selection_keyboard +672,1575294,"README.md",3032,0,"t",markdown,content +673,1575294,"README.md",3033,0,"",markdown,selection_keyboard +674,1575524,"README.md",3033,0," ",markdown,content +675,1575525,"README.md",3034,0,"",markdown,selection_keyboard +676,1575563,"README.md",3034,0,"t",markdown,content +677,1575563,"README.md",3035,0,"",markdown,selection_keyboard +678,1575723,"README.md",3035,0,"h",markdown,content +679,1575723,"README.md",3036,0,"",markdown,selection_keyboard +680,1575777,"README.md",3036,0,"e",markdown,content +681,1575777,"README.md",3037,0,"",markdown,selection_keyboard +682,1575964,"README.md",3037,0," ",markdown,content +683,1575965,"README.md",3038,0,"",markdown,selection_keyboard +684,1577114,"README.md",3034,4,"",markdown,content +685,1577258,"README.md",3023,11,"",markdown,content +686,1577547,"README.md",3023,0,"t",markdown,content +687,1577547,"README.md",3024,0,"",markdown,selection_keyboard +688,1577623,"README.md",3024,0,"h",markdown,content +689,1577624,"README.md",3025,0,"",markdown,selection_keyboard +690,1577713,"README.md",3025,0,"r",markdown,content +691,1577713,"README.md",3026,0,"",markdown,selection_keyboard +692,1577821,"README.md",3026,0,"o",markdown,content +693,1577821,"README.md",3027,0,"",markdown,selection_keyboard +694,1577878,"README.md",3027,0,"u",markdown,content +695,1577878,"README.md",3028,0,"",markdown,selection_keyboard +696,1577970,"README.md",3028,0,"g",markdown,content +697,1577970,"README.md",3029,0,"",markdown,selection_keyboard +698,1578076,"README.md",3029,0,"h",markdown,content +699,1578076,"README.md",3030,0,"",markdown,selection_keyboard +700,1578245,"README.md",3030,0,"o",markdown,content +701,1578245,"README.md",3031,0,"",markdown,selection_keyboard +702,1578299,"README.md",3031,0,"u",markdown,content +703,1578299,"README.md",3032,0,"",markdown,selection_keyboard +704,1578360,"README.md",3032,0,"t",markdown,content +705,1578360,"README.md",3033,0,"",markdown,selection_keyboard +706,1578633,"README.md",3033,0," ",markdown,content +707,1578634,"README.md",3034,0,"",markdown,selection_keyboard +708,1578635,"README.md",3034,0,"t",markdown,content +709,1578635,"README.md",3035,0,"",markdown,selection_keyboard +710,1578677,"README.md",3035,0,"h",markdown,content +711,1578677,"README.md",3036,0,"",markdown,selection_keyboard +712,1578771,"README.md",3036,0,"e",markdown,content +713,1578771,"README.md",3037,0,"",markdown,selection_keyboard +714,1578976,"README.md",3037,0," ",markdown,content +715,1578976,"README.md",3038,0,"",markdown,selection_keyboard +716,1578982,"README.md",3038,0,"r",markdown,content +717,1578982,"README.md",3039,0,"",markdown,selection_keyboard +718,1579030,"README.md",3039,0,"e",markdown,content +719,1579030,"README.md",3040,0,"",markdown,selection_keyboard +720,1579069,"README.md",3040,0,"p",markdown,content +721,1579070,"README.md",3041,0,"",markdown,selection_keyboard +722,1579125,"README.md",3041,0,"o",markdown,content +723,1579125,"README.md",3042,0,"",markdown,selection_keyboard +724,1579350,"README.md",3042,0,"s",markdown,content +725,1579350,"README.md",3043,0,"",markdown,selection_keyboard +726,1579367,"README.md",3043,0,"i",markdown,content +727,1579367,"README.md",3044,0,"",markdown,selection_keyboard +728,1579434,"README.md",3044,0,"t",markdown,content +729,1579434,"README.md",3045,0,"",markdown,selection_keyboard +730,1579527,"README.md",3045,0,"o",markdown,content +731,1579527,"README.md",3046,0,"",markdown,selection_keyboard +732,1579611,"README.md",3046,0,"r",markdown,content +733,1579611,"README.md",3047,0,"",markdown,selection_keyboard +734,1579745,"README.md",3047,0,"y",markdown,content +735,1579745,"README.md",3048,0,"",markdown,selection_keyboard +736,1579941,"README.md",3048,0," ",markdown,content +737,1579941,"README.md",3049,0,"",markdown,selection_keyboard +738,1579986,"README.md",3049,0,"o",markdown,content +739,1579986,"README.md",3050,0,"",markdown,selection_keyboard +740,1580198,"README.md",3050,0,"f",markdown,content +741,1580198,"README.md",3051,0,"",markdown,selection_keyboard +742,1580604,"README.md",3050,1,"",markdown,content +743,1580729,"README.md",3049,1,"",markdown,content +744,1581065,"README.md",3049,0,"f",markdown,content +745,1581066,"README.md",3050,0,"",markdown,selection_keyboard +746,1581094,"README.md",3050,0,"o",markdown,content +747,1581094,"README.md",3051,0,"",markdown,selection_keyboard +748,1581400,"README.md",3051,0,"r",markdown,content +749,1581400,"README.md",3052,0,"",markdown,selection_keyboard +750,1581615,"README.md",3051,1,"",markdown,content +751,1581767,"README.md",3050,1,"",markdown,content +752,1582070,"README.md",3049,1,"",markdown,content +753,1582266,"README.md",3048,1,"",markdown,content +754,1582478,"README.md",3048,0," ",markdown,content +755,1582478,"README.md",3049,0,"",markdown,selection_keyboard +756,1582568,"README.md",3049,0,"f",markdown,content +757,1582568,"README.md",3050,0,"",markdown,selection_keyboard +758,1582609,"README.md",3050,0,"o",markdown,content +759,1582610,"README.md",3051,0,"",markdown,selection_keyboard +760,1582702,"README.md",3051,0,"r",markdown,content +761,1582702,"README.md",3052,0,"",markdown,selection_keyboard +762,1582870,"README.md",3052,0," ",markdown,content +763,1582870,"README.md",3053,0,"",markdown,selection_keyboard +764,1582881,"README.md",3053,0,"i",markdown,content +765,1582881,"README.md",3054,0,"",markdown,selection_keyboard +766,1583184,"README.md",3054,0,"n",markdown,content +767,1583184,"README.md",3055,0,"",markdown,selection_keyboard +768,1583190,"README.md",3055,0,"h",markdown,content +769,1583190,"README.md",3056,0,"",markdown,selection_keyboard +770,1583599,"README.md",3055,1,"",markdown,content +771,1583752,"README.md",3054,1,"",markdown,content +772,1583978,"README.md",3053,1,"",markdown,content +773,1584140,"README.md",3052,1,"",markdown,content +774,1584655,"README.md",3049,3,"",markdown,content +775,1584969,"README.md",3048,1,"",markdown,content +776,1585142,"README.md",3047,0,"",markdown,selection_command +777,1615954,"README.md",3048,0,"",markdown,selection_command +778,1616701,"README.md",3047,0,"",markdown,selection_command +779,1641630,"README.md",3038,0,"",markdown,selection_command +780,1641783,"README.md",3034,0,"",markdown,selection_command +781,1641928,"README.md",3023,0,"",markdown,selection_command +782,1642064,"README.md",3021,0,"",markdown,selection_command +783,1642499,"README.md",3023,0,"",markdown,selection_command +784,1642706,"README.md",3023,1,"t",markdown,selection_command +785,1642761,"README.md",3023,10,"throughout",markdown,selection_command +786,1643656,"README.md",3023,0,"",markdown,selection_command +787,1644294,"README.md",3023,1,"t",markdown,selection_command +788,1644360,"README.md",3023,10,"throughout",markdown,selection_command +789,1645011,"README.md",3032,0,"",markdown,selection_command +790,1666194,"README.md",0,0,"",markdown,tab +791,1680291,"README.md",0,0,"Switched from branch 'main' to 'shape-suffix-note-readme'",markdown,git_branch_checkout +792,1681479,"README.md",0,0,"

🧞‍♀️ Jasmine: A simple, performant and scalable JAX-based world modeling codebase 🧞‍♀️

\n\n

\n \n \n \n \n

\n\nJasmine is a production-ready JAX-based world modeling codebase. It currently implements the high-level architecture of [Genie: Generative Interactive Environments](https://arxiv.org/abs/2402.15391) (Bruce et al., 2024) with [MaskGIT](https://arxiv.org/abs/2202.04200) (Chang et al., 2022), as well as an autoregressive (causal) baseline. A diffusion baseline is coming soon.\n\nJasmine scales from single hosts to hundreds of xPUs thanks to XLA and strives to be an easily hackable, batteries-included foundation for world modeling research.\n\n

Overview

\n\n- Asynchronous & distributed checkpointing thanks to [orbax.checkpoint](https://github.com/google/orbax)\n - Jasmine also supports mixing and matching hardware topologies (e.g. train on four nodes, load the checkpoint on a single node)\n- Optimized dataloading thanks to [Grain](https://github.com/google/grain)\n - Dataloading scales with the number of processes (i.e. nodes/xPUs)\n- Checkpointing of model weights, optimizer and dataloader states\n- Full reproducibility with **exact** training curves (thanks to seeded dataloading and training, and [JAX' approach to pseudo random numbers](https://docs.jax.dev/en/latest/random-numbers.html))\n- Automatic checkpoint deletion/retention according to specified retention policy thanks to `orbax.checkpoint.CheckpointManager`\n- Mixed precision training using `bfloat16`\n - `int8` training is on the roadmap via [aqt](https://github.com/google/aqt)\n- FlashAttention thanks to [cuDNN SDPA](https://github.com/jax-ml/jax/blob/a155c5a9997924170e0067d552351a9833c12c11/jax/_src/cudnn/fused_attention_stablehlo.py#L842)\n- Frame-level KV cache resets for accelerated spatiotemporal attention in causal baseline (still in PR)\n- Activation checkpointing (even onto host memory if desired)\n- DDP (changing to FSDP requires changing **a single line of code**)\n- WSD learning rate schedule\n - No need to retrain from scratch if you want to train for longer\n- Index-shuffling during dataloading\n- Google-native stack\n - https://github.com/google/orbax for checkpointing\n - https://github.com/google/grain for dataloading\n - https://github.com/google-deepmind/dm_pix for image manipulation\n - https://github.com/google/array_record as the data format\n- Easy model inspection thanks to [treescope](https://github.com/google-deepmind/treescope)\n- Easy model surgery thanks to the new [flax.nnx](https://flax.readthedocs.io/en/latest/guides/linen_to_nnx.html) API\n- [Shape suffixes](https://medium.com/@NoamShazeer/shape-suffixes-good-coding-style-f836e72e24fd) throughout the repository\n\n

Setup 🧗

\n\nJasmine requires `python 3.10`, `jax 0.6.2` and `flax 0.10.7`. To install the requirements, run:\n\n```bash\npip install -r requirements.txt\npre-commit install\n```\n\nDownload OpenAI's VPT dataset by running:\n\n```bash\nbash input_pipeline/download/openai/download_index_files.sh\npython input_pipeline/download/openai/download_videos.py\n```\n\nNote: this is a large dataset and may take a while to download.\n\nFor performant distributed training, we additionally preprocess the dataset into `arrayrecords`:\n\n```bash\npython input_pipeline/preprocess/video_to_array_records.py\n```\n\n

Quick Start 🚀

\n\nGenie has three components: a [video tokenizer](models/tokenizer.py), a [latent action model](models/lam.py), and a [dynamics model](models/dynamics.py). Each of these components are trained separately, however, the dynamics model requires a pre-trained video tokenizer (and latent action model).\n\nTo train the video tokenizer (similar for the LAM), run:\n\n```bash\npython train_tokenizer.py --ckpt_dir \n```\n\nOnce the tokenizer and LAM are trained, the dynamics model can be trained with:\n\n```bash\npython train_dynamics.py --tokenizer_checkpoint --lam_checkpoint \n```\n\nLogging with `wandb` is supported. To enable logging, set the `WANDB_API_KEY` environment variable or run:\n\n```bash\nwandb login\n```\n\nTraining can then be logged by setting the `--log` flag:\n\n```bash\npython train_tokenizer.py --log --entity --project \n```\n\n

Citing 📜

\n\nJasmine was built by [Mihir Mahajan](https://maharajamihir.github.io/), [Alfred Nguyen](https://avocadoali.github.io/) and [Franz Srambical](https://srambical.fr/), but started as a fork of [Jafar](https://github.com/flairox/jafar), built by [Matthew Jackson](https://matthewtjackson.com) and [Timon Willi](https://www.timonwilli.com).\n\nIf you use Jasmine in your work, please cite us, Jafar, and the original Genie paper as follows:\n\n```\n@article{\n mahajan2025jasmine,\n title={Jasmine: A simple, performant and scalable JAX-based world modeling codebase},\n author={Mihir Mahajan and Alfred Nguyen and Franz Srambical and Stefan Bauer},\n journal = {p(doom) blog},\n year={2025},\n url={https://pdoom.org/jasmine.html}\n note = {https://pdoom.org/blog.html}\n}\n```\n```\n@inproceedings{\n willi2024jafar,\n title={Jafar: An Open-Source Genie Reimplemention in Jax},\n author={Timon Willi and Matthew Thomas Jackson and Jakob Nicolaus Foerster},\n booktitle={First Workshop on Controllable Video Generation @ ICML 2024},\n year={2024},\n url={https://openreview.net/forum?id=ZZGaQHs9Jb}\n}\n```\n```\n@inproceedings{\n bruce2024genie,\n title={Genie: Generative Interactive Environments},\n author={Jake Bruce and Michael D Dennis and Ashley Edwards and Jack Parker-Holder and Yuge Shi and Edward Hughes and Matthew Lai and Aditi Mavalankar and Richie Steigerwald and Chris Apps and Yusuf Aytar and Sarah Maria Elisabeth Bechtle and Feryal Behbahani and Stephanie C.Y. Chan and Nicolas Heess and Lucy Gonzalez and Simon Osindero and Sherjil Ozair and Scott Reed and Jingwei Zhang and Konrad Zolna and Jeff Clune and Nando de Freitas and Satinder Singh and Tim Rockt{\""a}schel},\n booktitle={Forty-first International Conference on Machine Learning},\n year={2024},\n url={https://openreview.net/forum?id=bJbSbJskOS}\n}\n```\n",markdown,tab +793,1681480,"README.md",2925,0,"",markdown,selection_command +794,1818485,"README.md",0,0,"",markdown,tab +795,1830058,"TERMINAL",0,0,"git stash",,terminal_command +796,1830109,"TERMINAL",0,0,"]633;C",,terminal_output +797,1830225,"TERMINAL",0,0,"Saved working directory and index state WIP on shape-suffix-note-readme: 2f3c36f chore: mention shape suffix usage in README\r\n",,terminal_output +798,1830272,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar",,terminal_output +799,1833890,"README.md",2925,124,"",markdown,content +800,1835294,"README.md",0,0,"Switched from branch 'shape-suffix-note-readme' to 'main'",markdown,git_branch_checkout +801,1838643,"README.md",2925,0,"- [Shape suffixes](https://medium.com/@NoamShazeer/shape-suffixes-good-coding-style-f836e72e24fd) throughout the repository\n",markdown,content +802,1840008,"TERMINAL",0,0,"git stash pop",,terminal_command +803,1840056,"TERMINAL",0,0,"]633;C",,terminal_output +804,1840131,"TERMINAL",0,0,"On branch main\r\nYour branch is up to date with 'origin/main'.\r\n\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: .gitignore\r\n\tmodified: genie.py\r\n\tmodified: models/dynamics.py\r\n\tmodified: sample.py\r\n\tmodified: train_dynamics.py\r\n\tmodified: utils/nn.py\r\n\r\nUntracked files:\r\n (use ""git add ..."" to include in what will be committed)\r\n\tbatch_size_benchmark_tokenizer_flash_attention.json\r\n\tbatch_size_benchmark_tokenizer_no_flash_attention.json\r\n\tbenchmark_batch_sizes_tokenizer.py\r\n\tgenerate_arrayrecord_dataset.py\r\n\tsalient_restore_failing_minimal_example.py\r\n\tslurm/\r\n\ttest.ipynb\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\nDropped refs/stash@{0} (6ad7593e60679c5e0c6b8bbff94d14581d97d33d)\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +805,1842499,"README.md",0,0,"",markdown,selection_command +806,1843028,"models/lam.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n M: model dimension\n L: latent dimension\n E: B * (T - 1)\n H: height\n W: width\n C: number of channels (n_dim)\n P: patch token dimension (patch_size^2 * C)\n\n Tm1: T - 1\n Np1: N + 1\n """"""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.patch_token_dim,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n videos_BTHWC = batch[""videos""]\n outputs = self.vq_encode(videos_BTHWC, training)\n patch_BTNP = outputs[""patches""]\n z_q_BTm11L = outputs[""z_q""]\n action_BTm11M = self.action_up(z_q_BTm11L)\n patch_BTm1NM = self.patch_up(patch_BTNP[:, :-1])\n B, T, N, _ = patch_BTNP.shape\n # FIXME (f.srambical): should we prepend the action to the patch instead?\n action_BTm1NM = jnp.broadcast_to(action_BTm11M, patch_BTm1NM.shape)\n video_action_patches_BTm1NM = action_BTm1NM + patch_BTm1NM\n del outputs[""patches""], patch_BTNP, patch_BTm1NM\n\n # --- Decode ---\n video_recon_BTm1P = self.decoder(video_action_patches_BTm1NM)\n video_recon_BTm1P = video_recon_BTm1P.astype(jnp.float32)\n video_recon_BTm1P = nnx.sigmoid(video_recon_BTm1P)\n video_recon_BTm1P = video_recon_BTm1P.astype(self.dtype)\n video_recon_BTHWC = unpatchify(video_recon_BTm1P, self.patch_size, H, W)\n outputs[""recon""] = video_recon_BTHWC\n return outputs\n\n def vq_encode(\n self, videos_BTHWC: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess videos ---\n B, T = videos_BTHWC.shape[:2]\n patch_BTNP = patchify(videos_BTHWC, self.patch_size)\n action_pad_BT1P = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patch_BTNp1P = jnp.concatenate((action_pad_BT1P, patch_BTNP), axis=2)\n\n # --- Encode ---\n z_BTNp1L = self.encoder(padded_patch_BTNp1P)\n # Get latent action for all future frames\n z_BTm1L = z_BTNp1L[:, 1:, 0]\n\n # --- Vector quantize ---\n z_EL = z_BTm1L.reshape(B * (T - 1), self.latent_dim)\n z_q_EL, z_EL, emb_EL, indices_E = self.vq(z_EL, training)\n z_q_BTm11L = z_q_EL.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patch_BTNP, z_q=z_q_BTm11L, z=z_EL, emb=emb_EL, indices=indices_E)\n",python,tab +807,1925571,"models/lam.py",1801,0,"",python,selection_command +808,1925700,"models/lam.py",3228,0,"",python,selection_command +809,1926441,"models/lam.py",5238,0,"",python,selection_command +810,1926808,"models/lam.py",3080,0,"",python,selection_command +811,1926930,"models/lam.py",1689,0,"",python,selection_command +812,1935267,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport einops\n\nfrom utils.nn import STTransformer, Transformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""\n MaskGIT dynamics model\n \n Dimension keys:\n B: batch size\n T: sequence length\n N: number of patches per frame\n L: latent dimension\n V: vocabulary size\n """"""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n video_tokens_BTN = batch[""video_tokens""]\n latent_actions_BTm11L = batch[""latent_actions""]\n vid_embed_BTNM = self.patch_embed(video_tokens_BTN)\n if training:\n batch_size = vid_embed_BTNM.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed_BTNM.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed_BTNM = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed_BTNM\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed_BTm11M = self.action_up(latent_actions_BTm11L)\n # FIXME (f.srambical): We must not pad the actions, but remove the last frame (https://github.com/p-doom/jasmine/issues/122)\n padded_act_embed_BT1M = jnp.pad(act_embed_BTm11M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n padded_act_embed_BTNM = jnp.broadcast_to(padded_act_embed_BT1M, vid_embed_BTNM.shape)\n vid_embed_BTNM += padded_act_embed_BTNM\n logits_BTNV = self.transformer(vid_embed_BTNM)\n return logits_BTNV, mask\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = Transformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""]) # (B, T, N, E)\n act_embed = self.action_up(batch[""latent_actions""]) # (B, T-1, E)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n\n vid_embed = einops.rearrange(vid_embed, ""b t n e -> b (t n) e"")\n logits = self.transformer(vid_embed)\n logits = einops.rearrange(logits, ""b (t n) v -> b t n v"")\n\n return logits, jnp.ones_like(batch[""video_tokens""])\n\n def sample(self, batch: Dict[str, jax.Array]) -> jax.Array:\n # FIXME (f.srambical): implement this\n raise NotImplementedError(""Sampling not implemented for Transformer dynamics model"")",python,tab +813,1944603,"models/dynamics.py",3173,0,"",python,selection_command +814,1946248,"models/dynamics.py",3306,0,"",python,selection_command +815,1946584,"models/dynamics.py",3326,0,"",python,selection_command +816,1946785,"models/dynamics.py",3328,0,"",python,selection_command +817,1946980,"models/dynamics.py",3331,0,"",python,selection_command +818,1948655,"models/dynamics.py",3423,0,"",python,selection_command +819,1948756,"models/dynamics.py",3424,0,"",python,selection_command +820,1948940,"models/dynamics.py",3436,0,"",python,selection_command +821,1950777,"models/dynamics.py",3344,0,"",python,selection_command +822,1950939,"models/dynamics.py",3211,0,"",python,selection_command +823,1951722,"models/dynamics.py",3344,0,"",python,selection_command +824,1951783,"models/dynamics.py",3436,0,"",python,selection_command +825,1955192,"models/lam.py",0,0,"",python,tab +826,1958583,"models/lam.py",3080,0,"",python,selection_command +827,1960909,"models/lam.py",3098,0,"",python,selection_command +828,1961157,"models/lam.py",3163,0,"",python,selection_command +829,1961192,"models/lam.py",3194,0,"",python,selection_command +830,1961225,"models/lam.py",3224,0,"",python,selection_command +831,1961259,"models/lam.py",3266,0,"",python,selection_command +832,1961291,"models/lam.py",3305,0,"",python,selection_command +833,1961319,"models/lam.py",3362,0,"",python,selection_command +834,1961481,"models/lam.py",3402,0,"",python,selection_command +835,1961640,"models/lam.py",3438,0,"",python,selection_command +836,1961785,"models/lam.py",3489,0,"",python,selection_command +837,1961943,"models/lam.py",3546,0,"",python,selection_command +838,1962087,"models/lam.py",3584,0,"",python,selection_command +839,1963523,"models/lam.py",3546,0,"",python,selection_command +840,1964883,"models/lam.py",3550,0,"",python,selection_command +841,1971227,"models/lam.py",3542,38,"",python,content +842,1971246,"models/lam.py",3550,0,"",python,selection_command +843,2000793,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00",,terminal_command +844,2000867,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14090\r\n",,terminal_output +845,2000967,"TERMINAL",0,0,"salloc: Nodes hai002 are ready for job\r\n",,terminal_output +846,2001294,"TERMINAL",0,0,"Running inside SLURM, Job ID 14090.\r\n",,terminal_output +847,2001375,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +848,2002220,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +849,2003084,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +850,2015362,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +851,2027081,"experiments/tokenizer_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nmkdir -p $ckpt_dir\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +852,2028702,"experiments/tokenizer_grain_checkpointing.sh",637,0,"",shellscript,selection_command +853,2029298,"experiments/tokenizer_grain_checkpointing.sh",291,0,"",shellscript,selection_command +854,2029509,"experiments/tokenizer_grain_checkpointing.sh",0,0,"",shellscript,selection_command +855,2029970,"experiments/tokenizer_grain_checkpointing.sh",291,0,"",shellscript,selection_command +856,2030125,"experiments/tokenizer_grain_checkpointing.sh",637,0,"",shellscript,selection_command +857,2034791,"TERMINAL",0,0,"b",,terminal_output +858,2035058,"TERMINAL",0,0,"a",,terminal_output +859,2035159,"TERMINAL",0,0,"sh",,terminal_output +860,2035423,"TERMINAL",0,0," x",,terminal_output +861,2035541,"TERMINAL",0,0,"e",,terminal_output +862,2035896,"TERMINAL",0,0,"",,terminal_output +863,2036006,"TERMINAL",0,0,"e",,terminal_output +864,2036462,"TERMINAL",0,0,"x",,terminal_output +865,2036539,"TERMINAL",0,0,"p",,terminal_output +866,2036676,"TERMINAL",0,0,"e",,terminal_output +867,2037103,"TERMINAL",0,0,"riments/",,terminal_output +868,2037551,"TERMINAL",0,0,"to",,terminal_output +869,2037696,"TERMINAL",0,0,"k",,terminal_output +870,2037906,"TERMINAL",0,0,"enizer_",,terminal_output +871,2038114,"TERMINAL",0,0,"g",,terminal_output +872,2038543,"TERMINAL",0,0,"rain_checkpointing.sh ",,terminal_output +873,2039872,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +874,2049625,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +875,2053611,"TERMINAL",0,0,"Counting all components: ['decoder', 'encoder', 'vq']\r\nParameter counts:\r\n{'decoder': 16858736, 'encoder': 16858752, 'vq': 32768, 'total': 33750256}\r\n",,terminal_output +876,2054424,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +877,2059670,"TERMINAL",0,0,"",,terminal_focus +878,2060213,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +879,2060213,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +880,2063309,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00",,terminal_command +881,2063387,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14091\r\n",,terminal_output +882,2063517,"TERMINAL",0,0,"salloc: Nodes hai002 are ready for job\r\n",,terminal_output +883,2063778,"TERMINAL",0,0,"Running inside SLURM, Job ID 14091.\r\n",,terminal_output +884,2063906,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +885,2064371,"TERMINAL",0,0,"b",,terminal_output +886,2064644,"TERMINAL",0,0,"a",,terminal_output +887,2064766,"TERMINAL",0,0,"sh",,terminal_output +888,2065290,"TERMINAL",0,0," e",,terminal_output +889,2065453,"TERMINAL",0,0,"cxp",,terminal_output +890,2065566,"TERMINAL",0,0,"e",,terminal_output +891,2065640,"TERMINAL",0,0,"r",,terminal_output +892,2065902,"TERMINAL",0,0,"",,terminal_output +893,2066147,"TERMINAL",0,0,"",,terminal_output +894,2066296,"TERMINAL",0,0,"",,terminal_output +895,2066439,"TERMINAL",0,0,"",,terminal_output +896,2066564,"TERMINAL",0,0,"",,terminal_output +897,2066712,"TERMINAL",0,0,"x",,terminal_output +898,2066875,"TERMINAL",0,0,"e",,terminal_output +899,2066960,"TERMINAL",0,0,"p",,terminal_output +900,2067219,"TERMINAL",0,0,"",,terminal_output +901,2067367,"TERMINAL",0,0,"p",,terminal_output +902,2067444,"TERMINAL",0,0,"e",,terminal_output +903,2067537,"TERMINAL",0,0,"r",,terminal_output +904,2067745,"TERMINAL",0,0,"iments/",,terminal_output +905,2068218,"TERMINAL",0,0,"l",,terminal_output +906,2068301,"TERMINAL",0,0,"am",,terminal_output +907,2068499,"TERMINAL",0,0,"_grain_checkpointing.sh ",,terminal_output +908,2072130,"experiments/lam_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/lam_openai_grain_checkpointing""\n\nmkdir -p $ckpt_dir\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nPYTHONUNBUFFERED=1 python train_lam.py \\n --batch_size 12 \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +909,2078724,"TERMINAL",0,0,"srun",,terminal_focus +910,2081217,"TERMINAL",0,0,"srun",,terminal_focus +911,2085129,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +912,2087445,"TERMINAL",0,0,"Step 0, loss: 0.2529805898666382\r\n",,terminal_output +913,2088336,"TERMINAL",0,0,"srun",,terminal_focus +914,2089356,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +915,2089841,"experiments/lam_grain_checkpointing.sh",494,0,"",shellscript,selection_mouse +916,2089843,"experiments/lam_grain_checkpointing.sh",493,0,"",shellscript,selection_command +917,2093685,"TERMINAL",0,0,"Counting all components: ['action_in', 'action_up', 'decoder', 'encoder', 'patch_up', 'vq']\r\nParameter counts:\r\n{'action_in': 768, 'action_up': 16896, 'decoder': 17474816, 'encoder': 17228832, 'patch_up': 393728, 'vq': 192, 'total': 35115232}\r\n",,terminal_output +918,2094607,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +919,2103711,"TERMINAL",0,0,"Step 1, loss: 0.26711365580558777\r\n",,terminal_output +920,2104710,"TERMINAL",0,0,"Step 2, loss: 0.2589769959449768\r\n",,terminal_output +921,2105764,"TERMINAL",0,0,"Step 3, loss: 0.2472621500492096\r\n",,terminal_output +922,2106826,"TERMINAL",0,0,"Step 4, loss: 0.24388481676578522\r\n",,terminal_output +923,2107163,"TERMINAL",0,0,"Saved checkpoint at step 5\r\n",,terminal_output +924,2108441,"TERMINAL",0,0,"Step 5, loss: 0.23236797749996185\r\n",,terminal_output +925,2109540,"TERMINAL",0,0,"Step 6, loss: 0.22905175387859344\r\n",,terminal_output +926,2110652,"TERMINAL",0,0,"Step 7, loss: 0.21261829137802124\r\n",,terminal_output +927,2111363,"TERMINAL",0,0,"2025-07-30 12:26:43.892641: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-30 12:26:43.893871: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-30 12:26:43.893897: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-30 12:26:43.894402: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +928,2111626,"TERMINAL",0,0,"Step 8, loss: 0.19872674345970154\r\n",,terminal_output +929,2112698,"TERMINAL",0,0,"Step 9, loss: 0.18822208046913147\r\n",,terminal_output +930,2113049,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +931,2114107,"TERMINAL",0,0,"Step 10, loss: 0.18592137098312378\r\n",,terminal_output +932,2115178,"TERMINAL",0,0,"Step 11, loss: 0.1744261533021927\r\n",,terminal_output +933,2116249,"TERMINAL",0,0,"Step 12, loss: 0.16919247806072235\r\n",,terminal_output +934,2117343,"TERMINAL",0,0,"Step 13, loss: 0.16497579216957092\r\n",,terminal_output +935,2118645,"TERMINAL",0,0,"Step 14, loss: 0.16120468080043793\r\n",,terminal_output +936,2118798,"TERMINAL",0,0,"Saved checkpoint at step 15\r\n",,terminal_output +937,2119911,"TERMINAL",0,0,"Step 15, loss: 0.15591901540756226\r\n",,terminal_output +938,2120947,"TERMINAL",0,0,"Step 16, loss: 0.15622581541538239\r\n",,terminal_output +939,2122203,"TERMINAL",0,0,"Step 17, loss: 0.1513490378856659\r\n",,terminal_output +940,2122566,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14090.0 task 0: running\r\n",,terminal_output +941,2122743,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14090.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-30T12:26:55.316] error: *** STEP 14090.0 ON hai002 CANCELLED AT 2025-07-30T12:26:55 DUE to SIGNAL Killed ***\r\n",,terminal_output +942,2122944,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14090.0\r\nsrun: job abort in progress\r\n",,terminal_output +943,2123098,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14090.0\r\n",,terminal_output +944,2123245,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +945,2124486,"TERMINAL",0,0,"srun",,terminal_focus +946,2125696,"TERMINAL",0,0,"Step 0, loss: 0.27598443627357483\r\n",,terminal_output +947,2125731,"TERMINAL",0,0,"srun",,terminal_focus +948,2126502,"experiments/lam_grain_checkpointing.sh",494,0,"",shellscript,selection_mouse +949,2126504,"experiments/lam_grain_checkpointing.sh",493,0,"",shellscript,selection_command +950,2134045,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +951,2136596,"TERMINAL",0,0,"b",,terminal_output +952,2136978,"TERMINAL",0,0,"ash",,terminal_output +953,2137214,"TERMINAL",0,0," e",,terminal_output +954,2137306,"TERMINAL",0,0,"x",,terminal_output +955,2137369,"TERMINAL",0,0,"p",,terminal_output +956,2137479,"TERMINAL",0,0,"e",,terminal_output +957,2137612,"TERMINAL",0,0,"rim",,terminal_output +958,2138003,"TERMINAL",0,0,"ents/",,terminal_output +959,2139043,"TERMINAL",0,0,"dy",,terminal_output +960,2139384,"TERMINAL",0,0,"n",,terminal_output +961,2139950,"TERMINAL",0,0,"amics_grain_",,terminal_output +962,2144166,"TERMINAL",0,0,"Step 1, loss: 0.23057176172733307\r\n",,terminal_output +963,2144282,"TERMINAL",0,0,"Step 2, loss: 0.2054509073495865\r\n",,terminal_output +964,2144397,"TERMINAL",0,0,"Step 3, loss: 0.18693041801452637\r\n",,terminal_output +965,2144506,"TERMINAL",0,0,"Step 4, loss: 0.17474958300590515\r\n",,terminal_output +966,2145060,"TERMINAL",0,0,"Saved checkpoint at step 5\r\n",,terminal_output +967,2145125,"TERMINAL",0,0,"Step 5, loss: 0.16059204936027527\r\n",,terminal_output +968,2145257,"TERMINAL",0,0,"Step 6, loss: 0.1525067538022995\r\n",,terminal_output +969,2145370,"TERMINAL",0,0,"Step 7, loss: 0.14633497595787048\r\n",,terminal_output +970,2145422,"TERMINAL",0,0,"t",,terminal_output +971,2145582,"TERMINAL",0,0,"Step 8, loss: 0.1406102478504181\r\n",,terminal_output +972,2145713,"TERMINAL",0,0,"ok_",,terminal_output +973,2145717,"TERMINAL",0,0,"Step 9, loss: 0.13634566962718964\r\n",,terminal_output +974,2146435,"TERMINAL",0,0,"r",,terminal_output +975,2146526,"TERMINAL",0,0,"e",,terminal_output +976,2146877,"TERMINAL",0,0,"store.sh ",,terminal_output +977,2148609,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +978,2148778,"TERMINAL",0,0,"Step 10, loss: 0.13224714994430542\r\n",,terminal_output +979,2148905,"TERMINAL",0,0,"Step 11, loss: 0.1288883537054062\r\n",,terminal_output +980,2149505,"TERMINAL",0,0,"Step 12, loss: 0.12575164437294006\r\n",,terminal_output +981,2149907,"TERMINAL",0,0,"Step 13, loss: 0.1229858472943306\r\n",,terminal_output +982,2150021,"TERMINAL",0,0,"Step 14, loss: 0.12082796543836594\r\n",,terminal_output +983,2151632,"TERMINAL",0,0,"Saved checkpoint at step 15\r\n",,terminal_output +984,2151815,"TERMINAL",0,0,"Step 15, loss: 0.11854327470064163\r\n",,terminal_output +985,2151932,"TERMINAL",0,0,"Step 16, loss: 0.11674737185239792\r\n",,terminal_output +986,2152570,"TERMINAL",0,0,"Step 17, loss: 0.11478893458843231\r\n",,terminal_output +987,2152958,"TERMINAL",0,0,"Step 18, loss: 0.112965427339077\r\n",,terminal_output +988,2153075,"TERMINAL",0,0,"Step 19, loss: 0.1109720766544342\r\n",,terminal_output +989,2154871,"TERMINAL",0,0,"Saved checkpoint at step 20\r\n",,terminal_output +990,2155205,"TERMINAL",0,0,"Step 20, loss: 0.10907234996557236\r\n",,terminal_output +991,2155337,"TERMINAL",0,0,"Step 21, loss: 0.10779614746570587\r\n",,terminal_output +992,2155450,"TERMINAL",0,0,"Step 22, loss: 0.10616778582334518\r\n",,terminal_output +993,2156061,"TERMINAL",0,0,"Step 23, loss: 0.1047898381948471\r\n",,terminal_output +994,2156290,"TERMINAL",0,0,"Step 24, loss: 0.10336347669363022\r\n",,terminal_output +995,2158319,"TERMINAL",0,0,"Saved checkpoint at step 25\r\n",,terminal_output +996,2158464,"TERMINAL",0,0,"Step 25, loss: 0.10205663740634918\r\n",,terminal_output +997,2158607,"TERMINAL",0,0,"Step 26, loss: 0.10076358169317245\r\n",,terminal_output +998,2158753,"TERMINAL",0,0,"Step 27, loss: 0.09970021992921829\r\n",,terminal_output +999,2159332,"TERMINAL",0,0,"Step 28, loss: 0.09879430383443832\r\n",,terminal_output +1000,2159502,"TERMINAL",0,0,"Step 29, loss: 0.09779567271471024\r\n",,terminal_output +1001,2161630,"TERMINAL",0,0,"Saved checkpoint at step 30\r\n",,terminal_output +1002,2161806,"TERMINAL",0,0,"Step 30, loss: 0.0969027504324913\r\n",,terminal_output +1003,2161934,"TERMINAL",0,0,"Step 31, loss: 0.09592843800783157\r\n",,terminal_output +1004,2162775,"TERMINAL",0,0,"Step 32, loss: 0.09522546827793121\r\n",,terminal_output +1005,2162980,"TERMINAL",0,0,"Step 33, loss: 0.09479893743991852\r\n",,terminal_output +1006,2163088,"TERMINAL",0,0,"Step 34, loss: 0.09398521482944489\r\n",,terminal_output +1007,2164524,"experiments/dynamics_grain_tok_restore.sh",286,0,"",shellscript,selection_mouse +1008,2164662,"TERMINAL",0,0,"Saved checkpoint at step 35\r\n",,terminal_output +1009,2164824,"TERMINAL",0,0,"Step 35, loss: 0.09340778738260269\r\n",,terminal_output +1010,2164961,"TERMINAL",0,0,"Step 36, loss: 0.09281201660633087\r\n",,terminal_output +1011,2165603,"experiments/dynamics_grain_tok_restore.sh",286,1,"l",shellscript,selection_command +1012,2165767,"experiments/dynamics_grain_tok_restore.sh",286,2,"la",shellscript,selection_command +1013,2165768,"TERMINAL",0,0,"Step 37, loss: 0.0924578607082367\r\n",,terminal_output +1014,2165933,"experiments/dynamics_grain_tok_restore.sh",286,3,"lam",shellscript,selection_command +1015,2165985,"TERMINAL",0,0,"Step 38, loss: 0.0920955091714859\r\n",,terminal_output +1016,2166099,"TERMINAL",0,0,"Step 39, loss: 0.09170319885015488\r\n",,terminal_output +1017,2166177,"experiments/dynamics_grain_tok_restore.sh",286,4,"lam_",shellscript,selection_command +1018,2166299,"experiments/dynamics_grain_tok_restore.sh",286,5,"lam_r",shellscript,selection_command +1019,2166791,"experiments/dynamics_grain_tok_restore.sh",286,4,"lam_",shellscript,selection_command +1020,2166946,"experiments/dynamics_grain_tok_restore.sh",286,4,"",shellscript,content +1021,2167978,"TERMINAL",0,0,"Saved checkpoint at step 40\r\n",,terminal_output +1022,2168094,"TERMINAL",0,0,"Step 40, loss: 0.09131022542715073\r\n",,terminal_output +1023,2168232,"TERMINAL",0,0,"Step 41, loss: 0.09089621156454086\r\n",,terminal_output +1024,2169142,"TERMINAL",0,0,"Step 42, loss: 0.09069348871707916\r\n",,terminal_output +1025,2169275,"TERMINAL",0,0,"Step 43, loss: 0.09041627496480942\r\n",,terminal_output +1026,2169385,"TERMINAL",0,0,"Step 44, loss: 0.09013067930936813\r\n",,terminal_output +1027,2171150,"TERMINAL",0,0,"Saved checkpoint at step 45\r\n",,terminal_output +1028,2171494,"TERMINAL",0,0,"Step 45, loss: 0.0899263545870781\r\n",,terminal_output +1029,2171605,"TERMINAL",0,0,"Step 46, loss: 0.08948289602994919\r\n",,terminal_output +1030,2171661,"TERMINAL",0,0,"tokenizer_[3@grain_checkpointing",,terminal_output +1031,2171979,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1032,2172279,"TERMINAL",0,0,"Step 47, loss: 0.0893426239490509\r\n",,terminal_output +1033,2172481,"TERMINAL",0,0,"Step 48, loss: 0.08919670432806015\r\n",,terminal_output +1034,2172583,"TERMINAL",0,0,"Step 49, loss: 0.08908873796463013\r\n",,terminal_output +1035,2172852,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14090.1 task 0: running\r\n",,terminal_output +1036,2172933,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14090.1\r\nsrun: forcing job termination\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_tokenizer.py"", line 6, in \r\n from jax.sharding import Mesh, PartitionSpec, NamedSharding\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/__init__.py"", line 82, in \r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n from jax._src.api import effects_barrier as effects_barrier\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api.py"", line 43, in \r\n[2025-07-30T12:27:45.502] error: *** STEP 14090.1 ON hai002 CANCELLED AT 2025-07-30T12:27:45 DUE to SIGNAL Killed ***\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1037,2173215,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1038,2173638,"TERMINAL",0,0,"bash experiments/tokenizer_grain_checkpointing.sh ",,terminal_output +1039,2174720,"TERMINAL",0,0,"Saved checkpoint at step 50\r\n",,terminal_output +1040,2174733,"TERMINAL",0,0,"\r\n\r",,terminal_output +1041,2174899,"TERMINAL",0,0,"Step 50, loss: 0.08882137387990952\r\n",,terminal_output +1042,2175022,"TERMINAL",0,0,"Step 51, loss: 0.08863107115030289\r\n",,terminal_output +1043,2175372,"TERMINAL",0,0,"e",,terminal_output +1044,2175530,"TERMINAL",0,0,"xp",,terminal_output +1045,2175618,"TERMINAL",0,0,"Step 52, loss: 0.0883856937289238\r\n",,terminal_output +1046,2175673,"TERMINAL",0,0,"e",,terminal_output +1047,2175755,"TERMINAL",0,0,"ri",,terminal_output +1048,2175849,"TERMINAL",0,0,"m",,terminal_output +1049,2175849,"TERMINAL",0,0,"Step 53, loss: 0.08832767605781555\r\n",,terminal_output +1050,2176090,"TERMINAL",0,0,"ents/",,terminal_output +1051,2176166,"TERMINAL",0,0,"Step 54, loss: 0.08831117302179337\r\n",,terminal_output +1052,2176594,"TERMINAL",0,0,"dy",,terminal_output +1053,2176830,"TERMINAL",0,0,"namics_grain_",,terminal_output +1054,2177038,"TERMINAL",0,0,"t",,terminal_output +1055,2177097,"TERMINAL",0,0,"o",,terminal_output +1056,2177222,"TERMINAL",0,0,"k",,terminal_output +1057,2177371,"TERMINAL",0,0,"_",,terminal_output +1058,2177456,"TERMINAL",0,0,"r",,terminal_output +1059,2177843,"TERMINAL",0,0,"Saved checkpoint at step 55\r\n",,terminal_output +1060,2177969,"TERMINAL",0,0,"Step 55, loss: 0.08822423964738846\r\n",,terminal_output +1061,2178031,"TERMINAL",0,0,"e",,terminal_output +1062,2178120,"TERMINAL",0,0,"Step 56, loss: 0.08820890635251999\r\n",,terminal_output +1063,2178237,"TERMINAL",0,0,"Step 57, loss: 0.08800172060728073\r\n",,terminal_output +1064,2178265,"TERMINAL",0,0,"store.sh ",,terminal_output +1065,2178627,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1066,2178786,"TERMINAL",0,0,"Step 58, loss: 0.08786825835704803\r\n",,terminal_output +1067,2179161,"TERMINAL",0,0,"Step 59, loss: 0.08771100640296936\r\n",,terminal_output +1068,2180350,"TERMINAL",0,0,"srun",,terminal_focus +1069,2181053,"TERMINAL",0,0,"Saved checkpoint at step 60\r\n",,terminal_output +1070,2181199,"TERMINAL",0,0,"Step 60, loss: 0.08783899247646332\r\n",,terminal_output +1071,2181508,"TERMINAL",0,0,"Step 61, loss: 0.08754253387451172\r\n",,terminal_output +1072,2181609,"TERMINAL",0,0,"Step 62, loss: 0.08743385970592499\r\n",,terminal_output +1073,2182156,"TERMINAL",0,0,"Step 63, loss: 0.0873028114438057\r\n",,terminal_output +1074,2182441,"TERMINAL",0,0,"Step 64, loss: 0.08722645044326782\r\n",,terminal_output +1075,2182704,"TERMINAL",0,0,"^CProcess SpawnProcess-4:\r\nProcess SpawnProcess-5:\r\nProcess SpawnProcess-2:\r\nProcess SpawnProcess-3:\r\nProcess SpawnProcess-8:\r\nProcess SpawnProcess-1:\r\nProcess SpawnProcess-6:\r\nProcess SpawnProcess-7:\r\nTraceback (most recent call last):\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\nKeyboardInterrupt\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\nKeyboardInterrupt\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\n",,terminal_output +1076,2182849,"TERMINAL",0,0,"^C",,terminal_output +1077,2183043,"TERMINAL",0,0,"^C",,terminal_output +1078,2183179,"TERMINAL",0,0,"^C",,terminal_output +1079,2183317,"TERMINAL",0,0,"^C",,terminal_output +1080,2184048,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +1081,2184274,"TERMINAL",0,0,"ERROR:absl:[process=0][thread=MainThread][step=60][wait_until_finished] Save Finalize thread (save_finalize) failed.\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1951, in wait_until_finished\r\n self._finalize_thread.get_not_none().join()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 154, in join\r\n super().join(*args, **kwargs)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1096, in join\r\n self._wait_for_tstate_lock()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1116, in _wait_for_tstate_lock\r\n if lock.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_lam.py"", line 375, in \r\n checkpoint_manager.save(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1379, in save\r\n self.wait_until_finished()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1951, in wait_until_finished\r\n self._finalize_thread.get_not_none().join()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 154, in join\r\n super().join(*args, **kwargs)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1096, in join\r\n self._wait_for_tstate_lock()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1116, in _wait_for_tstate_lock\r\n if lock.acquire(block, timeout):\r\nKeyboardInterrupt\r\n",,terminal_output +1082,2185484,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 26 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +1083,2185900,"TERMINAL",0,0,"\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1084,2190438,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +1085,2191177,"TERMINAL",0,0,"e",,terminal_output +1086,2191845,"TERMINAL",0,0,"",,terminal_output +1087,2192095,"TERMINAL",0,0,"b",,terminal_output +1088,2192333,"TERMINAL",0,0,"a",,terminal_output +1089,2192421,"TERMINAL",0,0,"sh",,terminal_output +1090,2192645,"TERMINAL",0,0," e",,terminal_output +1091,2192714,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1092,2192812,"TERMINAL",0,0,"xcp",,terminal_output +1093,2192950,"TERMINAL",0,0,"e",,terminal_output +1094,2193051,"TERMINAL",0,0,"ri",,terminal_output +1095,2193107,"TERMINAL",0,0,"m",,terminal_output +1096,2193531,"TERMINAL",0,0," ",,terminal_output +1097,2193652,"TERMINAL",0,0,"",,terminal_output +1098,2193774,"TERMINAL",0,0,"",,terminal_output +1099,2193905,"TERMINAL",0,0,"",,terminal_output +1100,2194059,"TERMINAL",0,0,"",,terminal_output +1101,2194189,"TERMINAL",0,0,"",,terminal_output +1102,2194234,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +1103,2194341,"TERMINAL",0,0,"p",,terminal_output +1104,2194480,"TERMINAL",0,0,"e",,terminal_output +1105,2194584,"TERMINAL",0,0,"r",,terminal_output +1106,2194736,"TERMINAL",0,0,"iments/",,terminal_output +1107,2196667,"TERMINAL",0,0,"dy",,terminal_output +1108,2196875,"TERMINAL",0,0,"namics_grain_",,terminal_output +1109,2197053,"TERMINAL",0,0,"t",,terminal_output +1110,2197153,"TERMINAL",0,0,"o",,terminal_output +1111,2197295,"TERMINAL",0,0,"k",,terminal_output +1112,2198111,"TERMINAL",0,0,"_",,terminal_output +1113,2198704,"TERMINAL",0,0,"l",,terminal_output +1114,2198876,"TERMINAL",0,0,"am_restore.sh ",,terminal_output +1115,2215624,"TERMINAL",0,0,"2025-07-30 12:28:28.193386: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-30 12:28:28.193733: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-30 12:28:28.194989: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-30 12:28:28.195016: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1116,2222509,"TERMINAL",0,0,"srun",,terminal_focus +1117,2223842,"TERMINAL",0,0,"srun",,terminal_focus +1118,2237341,"TERMINAL",0,0,"lam_grain_checkpointing",,terminal_output +1119,2238006,"TERMINAL",0,0,"Step 0, loss: 12.375102043151855\r\n",,terminal_output +1120,2239372,"TERMINAL",0,0,"dynamics_g[7@rain_tok_lam_restore",,terminal_output +1121,2239998,"TERMINAL",0,0,"",,terminal_output +1122,2242318,"TERMINAL",0,0,"srun",,terminal_focus +1123,2250115,"TERMINAL",0,0,"^[",,terminal_output +1124,2250849,"TERMINAL",0,0,"srun",,terminal_focus +1125,2269346,"TERMINAL",0,0,"Step 1, loss: 1.0422463417053223\r\n",,terminal_output +1126,2270385,"TERMINAL",0,0,"Step 2, loss: 1.077260136604309\r\n",,terminal_output +1127,2271444,"TERMINAL",0,0,"Step 3, loss: 0.6814483404159546\r\n",,terminal_output +1128,2272487,"TERMINAL",0,0,"Step 4, loss: 1.7493561506271362\r\n",,terminal_output +1129,2273731,"TERMINAL",0,0,"Saved checkpoint at step 5\r\n",,terminal_output +1130,2274912,"TERMINAL",0,0,"Step 5, loss: 0.9099135398864746\r\n",,terminal_output +1131,2276105,"TERMINAL",0,0,"Step 6, loss: 1.798590064048767\r\n",,terminal_output +1132,2277632,"TERMINAL",0,0,"Step 7, loss: 2.385127305984497\r\n",,terminal_output +1133,2278681,"TERMINAL",0,0,"Step 8, loss: 2.68245005607605\r\n",,terminal_output +1134,2279741,"TERMINAL",0,0,"Step 9, loss: 2.96684193611145\r\n",,terminal_output +1135,2280828,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +1136,2281604,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1137,2282451,"TERMINAL",0,0,"Step 10, loss: 3.051603317260742\r\n",,terminal_output +1138,2282943,"TERMINAL",0,0,"srun",,terminal_focus +1139,2283993,"TERMINAL",0,0,"srun",,terminal_focus +1140,2284416,"TERMINAL",0,0,"Step 11, loss: 3.1526217460632324\r\n",,terminal_output +1141,2285853,"TERMINAL",0,0,"Step 12, loss: 2.8650639057159424\r\n",,terminal_output +1142,2286039,"TERMINAL",0,0,"╭─ Unrecognized options ──────────────────────────╮\r\n│ Unrecognized options: --min-lr=0.0000866 │\r\n│ ─────────────────────────────────────────────── │\r\n│ For full helptext, run train_dynamics.py --help │\r\n╰─────────────────────────────────────────────────╯\r\n",,terminal_output +1143,2286281,"TERMINAL",0,0,"srun: error: hai002: task 0: Exited with exit code 2\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1144,2286892,"TERMINAL",0,0,"Step 13, loss: 2.7294652462005615\r\n",,terminal_output +1145,2288008,"TERMINAL",0,0,"Step 14, loss: 2.492433786392212\r\n",,terminal_output +1146,2288810,"TERMINAL",0,0,"Saved checkpoint at step 15\r\n",,terminal_output +1147,2291353,"TERMINAL",0,0,"Step 15, loss: 2.100741147994995\r\n",,terminal_output +1148,2292561,"TERMINAL",0,0,"Step 16, loss: 1.779188871383667\r\n",,terminal_output +1149,2293627,"TERMINAL",0,0,"Step 17, loss: 1.2717560529708862\r\n",,terminal_output +1150,2294710,"TERMINAL",0,0,"Step 18, loss: 0.7530547976493835\r\n",,terminal_output +1151,2295775,"TERMINAL",0,0,"Step 19, loss: 0.20003987848758698\r\n",,terminal_output +1152,2296649,"TERMINAL",0,0,"Saved checkpoint at step 20\r\n",,terminal_output +1153,2297761,"TERMINAL",0,0,"Step 20, loss: 6.770153999328613\r\n",,terminal_output +1154,2299954,"TERMINAL",0,0,"Step 21, loss: 0.2967166006565094\r\n",,terminal_output +1155,2301009,"TERMINAL",0,0,"Step 22, loss: 0.5501412153244019\r\n",,terminal_output +1156,2302072,"TERMINAL",0,0,"Step 23, loss: 0.9842024445533752\r\n",,terminal_output +1157,2303132,"TERMINAL",0,0,"Step 24, loss: 1.3541138172149658\r\n",,terminal_output +1158,2303782,"TERMINAL",0,0,"Saved checkpoint at step 25\r\n",,terminal_output +1159,2304839,"TERMINAL",0,0,"Step 25, loss: 1.6609275341033936\r\n",,terminal_output +1160,2306855,"TERMINAL",0,0,"Step 26, loss: 1.9087624549865723\r\n",,terminal_output +1161,2308187,"TERMINAL",0,0,"Step 27, loss: 2.029648542404175\r\n",,terminal_output +1162,2309312,"TERMINAL",0,0,"Step 28, loss: 2.1871535778045654\r\n",,terminal_output +1163,2310290,"TERMINAL",0,0,"Step 29, loss: 2.1973698139190674\r\n",,terminal_output +1164,2311153,"TERMINAL",0,0,"Saved checkpoint at step 30\r\n",,terminal_output +1165,2313073,"TERMINAL",0,0,"Step 30, loss: 2.159276008605957\r\n",,terminal_output +1166,2314758,"TERMINAL",0,0,"Step 31, loss: 2.145866870880127\r\n",,terminal_output +1167,2315829,"TERMINAL",0,0,"Step 32, loss: 1.974285364151001\r\n",,terminal_output +1168,2316910,"TERMINAL",0,0,"Step 33, loss: 1.852476954460144\r\n",,terminal_output +1169,2318007,"TERMINAL",0,0,"Step 34, loss: 1.6190632581710815\r\n",,terminal_output +1170,2318834,"TERMINAL",0,0,"Saved checkpoint at step 35\r\n",,terminal_output +1171,2319970,"TERMINAL",0,0,"Step 35, loss: 1.393631935119629\r\n",,terminal_output +1172,2322376,"TERMINAL",0,0,"Step 36, loss: 1.0522416830062866\r\n",,terminal_output +1173,2323449,"TERMINAL",0,0,"Step 37, loss: 0.7431889772415161\r\n",,terminal_output +1174,2324520,"TERMINAL",0,0,"Step 38, loss: 0.33582019805908203\r\n",,terminal_output +1175,2325593,"TERMINAL",0,0,"Step 39, loss: 0.9180669188499451\r\n",,terminal_output +1176,2326214,"TERMINAL",0,0,"Saved checkpoint at step 40\r\n",,terminal_output +1177,2328172,"TERMINAL",0,0,"Step 40, loss: 0.3167715072631836\r\n",,terminal_output +1178,2330119,"TERMINAL",0,0,"Step 41, loss: 0.24083390831947327\r\n",,terminal_output +1179,2331135,"TERMINAL",0,0,"Step 42, loss: 0.3529973030090332\r\n",,terminal_output +1180,2332164,"TERMINAL",0,0,"Step 43, loss: 0.4352520704269409\r\n",,terminal_output +1181,2333181,"TERMINAL",0,0,"Step 44, loss: 0.43045708537101746\r\n",,terminal_output +1182,2334106,"TERMINAL",0,0,"Saved checkpoint at step 45\r\n",,terminal_output +1183,2335146,"TERMINAL",0,0,"Step 45, loss: 0.40698614716529846\r\n",,terminal_output +1184,2337164,"TERMINAL",0,0,"Step 46, loss: 0.3468603789806366\r\n",,terminal_output +1185,2338179,"TERMINAL",0,0,"Step 47, loss: 0.23481270670890808\r\n",,terminal_output +1186,2339222,"TERMINAL",0,0,"Step 48, loss: 0.25557741522789\r\n",,terminal_output +1187,2340265,"TERMINAL",0,0,"Step 49, loss: 0.41170957684516907\r\n",,terminal_output +1188,2341217,"TERMINAL",0,0,"Saved checkpoint at step 50\r\n",,terminal_output +1189,2342337,"TERMINAL",0,0,"Step 50, loss: 0.20991449058055878\r\n",,terminal_output +1190,2344655,"TERMINAL",0,0,"Step 51, loss: 0.3204874098300934\r\n",,terminal_output +1191,2345702,"TERMINAL",0,0,"Step 52, loss: 0.3665634095668793\r\n",,terminal_output +1192,2346768,"TERMINAL",0,0,"Step 53, loss: 0.38797852396965027\r\n",,terminal_output +1193,2347786,"TERMINAL",0,0,"Step 54, loss: 0.34497544169425964\r\n",,terminal_output +1194,2348654,"TERMINAL",0,0,"Saved checkpoint at step 55\r\n",,terminal_output +1195,2350279,"TERMINAL",0,0,"Step 55, loss: 0.2383810579776764\r\n",,terminal_output +1196,2352303,"TERMINAL",0,0,"Step 56, loss: 0.18732061982154846\r\n",,terminal_output +1197,2353338,"TERMINAL",0,0,"Step 57, loss: 0.42178642749786377\r\n",,terminal_output +1198,2354380,"TERMINAL",0,0,"Step 58, loss: 0.1976466178894043\r\n",,terminal_output +1199,2355405,"TERMINAL",0,0,"Step 59, loss: 0.3245480954647064\r\n",,terminal_output +1200,2356259,"TERMINAL",0,0,"Saved checkpoint at step 60\r\n",,terminal_output +1201,2357333,"TERMINAL",0,0,"Step 60, loss: 0.4130720794200897\r\n",,terminal_output +1202,2359897,"TERMINAL",0,0,"Step 61, loss: 0.42029085755348206\r\n",,terminal_output +1203,2360911,"TERMINAL",0,0,"Step 62, loss: 0.36593881249427795\r\n",,terminal_output +1204,2361954,"TERMINAL",0,0,"Step 63, loss: 0.2635682225227356\r\n",,terminal_output +1205,2363033,"TERMINAL",0,0,"Step 64, loss: 0.16180598735809326\r\n",,terminal_output +1206,2363597,"TERMINAL",0,0,"Saved checkpoint at step 65\r\n",,terminal_output +1207,2364752,"TERMINAL",0,0,"Step 65, loss: 0.5605260133743286\r\n",,terminal_output +1208,2366462,"TERMINAL",0,0,"Step 66, loss: 0.18507613241672516\r\n",,terminal_output +1209,2367521,"TERMINAL",0,0,"Step 67, loss: 0.32127124071121216\r\n",,terminal_output +1210,2368549,"TERMINAL",0,0,"Step 68, loss: 0.444414347410202\r\n",,terminal_output +1211,2369787,"TERMINAL",0,0,"Step 69, loss: 0.48580121994018555\r\n",,terminal_output +1212,2370608,"TERMINAL",0,0,"Saved checkpoint at step 70\r\n",,terminal_output +1213,2372506,"TERMINAL",0,0,"Step 70, loss: 0.46764329075813293\r\n",,terminal_output +1214,2374097,"TERMINAL",0,0,"Step 71, loss: 0.4070836901664734\r\n",,terminal_output +1215,2375561,"TERMINAL",0,0,"Step 72, loss: 0.2804730236530304\r\n",,terminal_output +1216,2376521,"TERMINAL",0,0,"Step 73, loss: 0.18310120701789856\r\n",,terminal_output +1217,2377555,"TERMINAL",0,0,"Step 74, loss: 0.36337363719940186\r\n",,terminal_output +1218,2378411,"TERMINAL",0,0,"Saved checkpoint at step 75\r\n",,terminal_output +1219,2379527,"TERMINAL",0,0,"Step 75, loss: 0.2521009147167206\r\n",,terminal_output +1220,2382023,"TERMINAL",0,0,"Step 76, loss: 0.1884707659482956\r\n",,terminal_output +1221,2383097,"TERMINAL",0,0,"Step 77, loss: 0.2380204051733017\r\n",,terminal_output +1222,2384117,"TERMINAL",0,0,"Step 78, loss: 0.2862670421600342\r\n",,terminal_output +1223,2385156,"TERMINAL",0,0,"Step 79, loss: 0.28368428349494934\r\n",,terminal_output +1224,2386024,"TERMINAL",0,0,"Saved checkpoint at step 80\r\n",,terminal_output +1225,2387110,"TERMINAL",0,0,"Step 80, loss: 0.22004489600658417\r\n",,terminal_output +1226,2389551,"TERMINAL",0,0,"Step 81, loss: 0.17814576625823975\r\n",,terminal_output +1227,2390586,"TERMINAL",0,0,"Step 82, loss: 0.23715417087078094\r\n",,terminal_output +1228,2391622,"TERMINAL",0,0,"Step 83, loss: 0.19447022676467896\r\n",,terminal_output +1229,2392690,"TERMINAL",0,0,"Step 84, loss: 0.16926884651184082\r\n",,terminal_output +1230,2393236,"TERMINAL",0,0,"Saved checkpoint at step 85\r\n",,terminal_output +1231,2394328,"TERMINAL",0,0,"Step 85, loss: 0.2009303718805313\r\n",,terminal_output +1232,2396738,"TERMINAL",0,0,"Step 86, loss: 0.20798946917057037\r\n",,terminal_output +1233,2398211,"TERMINAL",0,0,"Step 87, loss: 0.17167803645133972\r\n",,terminal_output +1234,2399322,"TERMINAL",0,0,"Step 88, loss: 0.1729011982679367\r\n",,terminal_output +1235,2400377,"TERMINAL",0,0,"Step 89, loss: 0.2093827873468399\r\n",,terminal_output +1236,2401226,"TERMINAL",0,0,"Saved checkpoint at step 90\r\n",,terminal_output +1237,2402832,"TERMINAL",0,0,"Step 90, loss: 0.15994827449321747\r\n",,terminal_output +1238,2404911,"TERMINAL",0,0,"Step 91, loss: 0.20374175906181335\r\n",,terminal_output +1239,2405990,"TERMINAL",0,0,"Step 92, loss: 0.19773812592029572\r\n",,terminal_output +1240,2407067,"TERMINAL",0,0,"Step 93, loss: 0.15849420428276062\r\n",,terminal_output +1241,2408201,"TERMINAL",0,0,"Step 94, loss: 0.23024973273277283\r\n",,terminal_output +1242,2409060,"TERMINAL",0,0,"Saved checkpoint at step 95\r\n",,terminal_output +1243,2410090,"TERMINAL",0,0,"Step 95, loss: 0.16293497383594513\r\n",,terminal_output +1244,2412422,"TERMINAL",0,0,"Step 96, loss: 0.20607273280620575\r\n",,terminal_output +1245,2413501,"TERMINAL",0,0,"Step 97, loss: 0.2052072435617447\r\n",,terminal_output +1246,2414517,"TERMINAL",0,0,"Step 98, loss: 0.1553254872560501\r\n",,terminal_output +1247,2415607,"TERMINAL",0,0,"Step 99, loss: 0.19248908758163452\r\n",,terminal_output +1248,2416345,"TERMINAL",0,0,"Saved checkpoint at step 100\r\n",,terminal_output +1249,2418332,"TERMINAL",0,0,"Step 100, loss: 0.1614258736371994\r\n",,terminal_output +1250,2419963,"TERMINAL",0,0,"Step 101, loss: 0.1763862669467926\r\n",,terminal_output +1251,2421402,"TERMINAL",0,0,"Step 102, loss: 0.18493641912937164\r\n",,terminal_output +1252,2422483,"TERMINAL",0,0,"Step 103, loss: 0.16099552810192108\r\n",,terminal_output +1253,2423518,"TERMINAL",0,0,"Step 104, loss: 0.16805203258991241\r\n",,terminal_output +1254,2424392,"TERMINAL",0,0,"Saved checkpoint at step 105\r\n",,terminal_output +1255,2426175,"TERMINAL",0,0,"Step 105, loss: 0.16738122701644897\r\n",,terminal_output +1256,2427976,"TERMINAL",0,0,"Step 106, loss: 0.15726397931575775\r\n",,terminal_output +1257,2429113,"TERMINAL",0,0,"Step 107, loss: 0.1826467365026474\r\n",,terminal_output +1258,2430088,"TERMINAL",0,0,"Step 108, loss: 0.15374155342578888\r\n",,terminal_output +1259,2431134,"TERMINAL",0,0,"Step 109, loss: 0.17414969205856323\r\n",,terminal_output +1260,2431985,"TERMINAL",0,0,"Saved checkpoint at step 110\r\n",,terminal_output +1261,2433050,"TERMINAL",0,0,"Step 110, loss: 0.1531939059495926\r\n",,terminal_output +1262,2435348,"TERMINAL",0,0,"Step 111, loss: 0.16946832835674286\r\n",,terminal_output +1263,2436394,"TERMINAL",0,0,"Step 112, loss: 0.15796376764774323\r\n",,terminal_output +1264,2437516,"TERMINAL",0,0,"Step 113, loss: 0.1668936163187027\r\n",,terminal_output +1265,2438540,"TERMINAL",0,0,"Step 114, loss: 0.14738017320632935\r\n",,terminal_output +1266,2439064,"TERMINAL",0,0,"Saved checkpoint at step 115\r\n",,terminal_output +1267,2441075,"TERMINAL",0,0,"Step 115, loss: 0.16752989590168\r\n",,terminal_output +1268,2442661,"TERMINAL",0,0,"Step 116, loss: 0.16127373278141022\r\n",,terminal_output +1269,2444090,"TERMINAL",0,0,"Step 117, loss: 0.1651086062192917\r\n",,terminal_output +1270,2445126,"TERMINAL",0,0,"Step 118, loss: 0.15403319895267487\r\n",,terminal_output +1271,2446180,"TERMINAL",0,0,"Step 119, loss: 0.16580674052238464\r\n",,terminal_output +1272,2447041,"TERMINAL",0,0,"Saved checkpoint at step 120\r\n",,terminal_output +1273,2449359,"TERMINAL",0,0,"Step 120, loss: 0.15430642664432526\r\n",,terminal_output +1274,2450682,"TERMINAL",0,0,"Step 121, loss: 0.1648550033569336\r\n",,terminal_output +1275,2451714,"TERMINAL",0,0,"Step 122, loss: 0.1546647995710373\r\n",,terminal_output +1276,2452796,"TERMINAL",0,0,"Step 123, loss: 0.16102905571460724\r\n",,terminal_output +1277,2453835,"TERMINAL",0,0,"Step 124, loss: 0.15051332116127014\r\n",,terminal_output +1278,2454664,"TERMINAL",0,0,"Saved checkpoint at step 125\r\n",,terminal_output +1279,2455774,"TERMINAL",0,0,"Step 125, loss: 0.1566666066646576\r\n",,terminal_output +1280,2458398,"TERMINAL",0,0,"Step 126, loss: 0.15136733651161194\r\n",,terminal_output +1281,2459534,"TERMINAL",0,0,"Step 127, loss: 0.15510571002960205\r\n",,terminal_output +1282,2460460,"TERMINAL",0,0,"Step 128, loss: 0.15861722826957703\r\n",,terminal_output +1283,2461492,"TERMINAL",0,0,"Step 129, loss: 0.15373174846172333\r\n",,terminal_output +1284,2462371,"TERMINAL",0,0,"Saved checkpoint at step 130\r\n",,terminal_output +1285,2464011,"TERMINAL",0,0,"Step 130, loss: 0.15391558408737183\r\n",,terminal_output +1286,2466119,"TERMINAL",0,0,"Step 131, loss: 0.16136635839939117\r\n",,terminal_output +1287,2467189,"TERMINAL",0,0,"Step 132, loss: 0.18587888777256012\r\n",,terminal_output +1288,2468257,"TERMINAL",0,0,"Step 133, loss: 0.15597108006477356\r\n",,terminal_output +1289,2469381,"TERMINAL",0,0,"Step 134, loss: 0.16135697066783905\r\n",,terminal_output +1290,2470237,"TERMINAL",0,0,"Saved checkpoint at step 135\r\n",,terminal_output +1291,2471409,"TERMINAL",0,0,"Step 135, loss: 0.17229998111724854\r\n",,terminal_output +1292,2473828,"TERMINAL",0,0,"Step 136, loss: 0.1633979231119156\r\n",,terminal_output +1293,2474853,"TERMINAL",0,0,"Step 137, loss: 0.2315777838230133\r\n",,terminal_output +1294,2475888,"TERMINAL",0,0,"Step 138, loss: 0.23238642513751984\r\n",,terminal_output +1295,2476915,"TERMINAL",0,0,"Step 139, loss: 0.2775993347167969\r\n",,terminal_output +1296,2477660,"TERMINAL",0,0,"Saved checkpoint at step 140\r\n",,terminal_output +1297,2478739,"TERMINAL",0,0,"Step 140, loss: 0.20137515664100647\r\n",,terminal_output +1298,2481230,"TERMINAL",0,0,"Step 141, loss: 0.1642637699842453\r\n",,terminal_output +1299,2482211,"TERMINAL",0,0,"Step 142, loss: 0.3324328362941742\r\n",,terminal_output +1300,2483240,"TERMINAL",0,0,"Step 143, loss: 0.30893707275390625\r\n",,terminal_output +1301,2484647,"TERMINAL",0,0,"Step 144, loss: 0.4137941002845764\r\n",,terminal_output +1302,2485208,"TERMINAL",0,0,"Saved checkpoint at step 145\r\n",,terminal_output +1303,2486617,"TERMINAL",0,0,"Step 145, loss: 0.3927072584629059\r\n",,terminal_output +1304,2489189,"TERMINAL",0,0,"Step 146, loss: 0.2903442978858948\r\n",,terminal_output +1305,2490225,"TERMINAL",0,0,"Step 147, loss: 0.19271880388259888\r\n",,terminal_output +1306,2491260,"TERMINAL",0,0,"Step 148, loss: 0.24532616138458252\r\n",,terminal_output +1307,2492308,"TERMINAL",0,0,"Step 149, loss: 0.23415663838386536\r\n",,terminal_output +1308,2493160,"TERMINAL",0,0,"Saved checkpoint at step 150\r\n",,terminal_output +1309,2494518,"TERMINAL",0,0,"Step 150, loss: 0.1834374964237213\r\n",,terminal_output +1310,2496804,"TERMINAL",0,0,"Step 151, loss: 0.2078574150800705\r\n",,terminal_output +1311,2497877,"TERMINAL",0,0,"Step 152, loss: 0.22171960771083832\r\n",,terminal_output +1312,2498933,"TERMINAL",0,0,"Step 153, loss: 0.19023199379444122\r\n",,terminal_output +1313,2499952,"TERMINAL",0,0,"Step 154, loss: 0.1634034514427185\r\n",,terminal_output +1314,2500812,"TERMINAL",0,0,"Saved checkpoint at step 155\r\n",,terminal_output +1315,2501851,"TERMINAL",0,0,"Step 155, loss: 0.24872511625289917\r\n",,terminal_output +1316,2504150,"TERMINAL",0,0,"Step 156, loss: 0.16861893236637115\r\n",,terminal_output +1317,2505171,"TERMINAL",0,0,"Step 157, loss: 0.2489626109600067\r\n",,terminal_output +1318,2506182,"TERMINAL",0,0,"Step 158, loss: 0.2797827124595642\r\n",,terminal_output +1319,2507191,"TERMINAL",0,0,"Step 159, loss: 0.1924496293067932\r\n",,terminal_output +1320,2507967,"TERMINAL",0,0,"Saved checkpoint at step 160\r\n",,terminal_output +1321,2509034,"TERMINAL",0,0,"Step 160, loss: 0.1799745112657547\r\n",,terminal_output +1322,2511404,"TERMINAL",0,0,"Step 161, loss: 0.1843891590833664\r\n",,terminal_output +1323,2512858,"TERMINAL",0,0,"Step 162, loss: 0.16177071630954742\r\n",,terminal_output +1324,2513966,"TERMINAL",0,0,"Step 163, loss: 0.1770397126674652\r\n",,terminal_output +1325,2515017,"TERMINAL",0,0,"Step 164, loss: 0.19368889927864075\r\n",,terminal_output +1326,2515886,"TERMINAL",0,0,"Saved checkpoint at step 165\r\n",,terminal_output +1327,2518001,"TERMINAL",0,0,"Step 165, loss: 0.17071229219436646\r\n",,terminal_output +1328,2519541,"TERMINAL",0,0,"Step 166, loss: 0.1660902351140976\r\n",,terminal_output +1329,2520547,"TERMINAL",0,0,"Step 167, loss: 0.17829887568950653\r\n",,terminal_output +1330,2521539,"TERMINAL",0,0,"Step 168, loss: 0.15436720848083496\r\n",,terminal_output +1331,2522564,"TERMINAL",0,0,"Step 169, loss: 0.1761653870344162\r\n",,terminal_output +1332,2523414,"TERMINAL",0,0,"Saved checkpoint at step 170\r\n",,terminal_output +1333,2524559,"TERMINAL",0,0,"Step 170, loss: 0.16023766994476318\r\n",,terminal_output +1334,2526671,"TERMINAL",0,0,"Step 171, loss: 0.1506895273923874\r\n",,terminal_output +1335,2527692,"TERMINAL",0,0,"Step 172, loss: 0.17531542479991913\r\n",,terminal_output +1336,2528713,"TERMINAL",0,0,"Step 173, loss: 0.15703046321868896\r\n",,terminal_output +1337,2529882,"TERMINAL",0,0,"Step 174, loss: 0.18314461410045624\r\n",,terminal_output +1338,2530595,"TERMINAL",0,0,"Saved checkpoint at step 175\r\n",,terminal_output +1339,2532550,"TERMINAL",0,0,"Step 175, loss: 0.16171015799045563\r\n",,terminal_output +1340,2534165,"TERMINAL",0,0,"Step 176, loss: 0.1675521731376648\r\n",,terminal_output +1341,2535624,"TERMINAL",0,0,"Step 177, loss: 0.1554492563009262\r\n",,terminal_output +1342,2536622,"TERMINAL",0,0,"Step 178, loss: 0.15798558294773102\r\n",,terminal_output +1343,2537682,"TERMINAL",0,0,"Step 179, loss: 0.16770806908607483\r\n",,terminal_output +1344,2538544,"TERMINAL",0,0,"Saved checkpoint at step 180\r\n",,terminal_output +1345,2539650,"TERMINAL",0,0,"Step 180, loss: 0.15391357243061066\r\n",,terminal_output +1346,2541904,"TERMINAL",0,0,"Step 181, loss: 0.16865772008895874\r\n",,terminal_output +1347,2542990,"TERMINAL",0,0,"Step 182, loss: 0.1513872742652893\r\n",,terminal_output +1348,2544010,"TERMINAL",0,0,"Step 183, loss: 0.16594208776950836\r\n",,terminal_output +1349,2545046,"TERMINAL",0,0,"Step 184, loss: 0.16168135404586792\r\n",,terminal_output +1350,2545903,"TERMINAL",0,0,"Saved checkpoint at step 185\r\n",,terminal_output +1351,2547091,"TERMINAL",0,0,"Step 185, loss: 0.15303166210651398\r\n",,terminal_output +1352,2549542,"TERMINAL",0,0,"Step 186, loss: 0.16222843527793884\r\n",,terminal_output +1353,2550550,"TERMINAL",0,0,"Step 187, loss: 0.15390338003635406\r\n",,terminal_output +1354,2551579,"TERMINAL",0,0,"Step 188, loss: 0.1633419543504715\r\n",,terminal_output +1355,2552630,"TERMINAL",0,0,"Step 189, loss: 0.1528347283601761\r\n",,terminal_output +1356,2553209,"TERMINAL",0,0,"Saved checkpoint at step 190\r\n",,terminal_output +1357,2555171,"TERMINAL",0,0,"Step 190, loss: 0.16481323540210724\r\n",,terminal_output +1358,2556819,"TERMINAL",0,0,"Step 191, loss: 0.1506071239709854\r\n",,terminal_output +1359,2558256,"TERMINAL",0,0,"Step 192, loss: 0.16389988362789154\r\n",,terminal_output +1360,2559310,"TERMINAL",0,0,"Step 193, loss: 0.1492414027452469\r\n",,terminal_output +1361,2560415,"TERMINAL",0,0,"Step 194, loss: 0.15992146730422974\r\n",,terminal_output +1362,2561272,"TERMINAL",0,0,"Saved checkpoint at step 195\r\n",,terminal_output +1363,2563463,"TERMINAL",0,0,"Step 195, loss: 0.14569908380508423\r\n",,terminal_output +1364,2565009,"TERMINAL",0,0,"Step 196, loss: 0.15725265443325043\r\n",,terminal_output +1365,2565938,"TERMINAL",0,0,"Step 197, loss: 0.1498391479253769\r\n",,terminal_output +1366,2566975,"TERMINAL",0,0,"Step 198, loss: 0.16102458536624908\r\n",,terminal_output +1367,2568013,"TERMINAL",0,0,"Step 199, loss: 0.15400870144367218\r\n",,terminal_output +1368,2568888,"TERMINAL",0,0,"Saved checkpoint at step 200\r\n",,terminal_output +1369,2569556,"experiments/dynamics_grain_tok_restore.sh",697,0,"",shellscript,selection_mouse +1370,2569948,"TERMINAL",0,0,"Step 200, loss: 0.15435220301151276\r\n",,terminal_output +1371,2572334,"TERMINAL",0,0,"Step 201, loss: 0.15221063792705536\r\n",,terminal_output +1372,2573386,"TERMINAL",0,0,"Step 202, loss: 0.15340033173561096\r\n",,terminal_output +1373,2574462,"TERMINAL",0,0,"Step 203, loss: 0.14851301908493042\r\n",,terminal_output +1374,2575216,"experiments/dynamics_grain_tok_lam_restore.sh",0,0,"#!/usr/bin/env bash\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\nlam_ckpt_dir=""$PWD/checkpoints/lam_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --batch_size 48 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --lam_checkpoint $lam_ckpt_dir \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +1375,2575506,"TERMINAL",0,0,"Step 204, loss: 0.15531450510025024\r\n",,terminal_output +1376,2576077,"TERMINAL",0,0,"Saved checkpoint at step 205\r\n",,terminal_output +1377,2576706,"experiments/dynamics_grain_tok_lam_restore.sh",602,0,"",shellscript,selection_command +1378,2576849,"experiments/dynamics_grain_tok_lam_restore.sh",619,0,"",shellscript,selection_command +1379,2576998,"experiments/dynamics_grain_tok_lam_restore.sh",644,0,"",shellscript,selection_command +1380,2577240,"experiments/dynamics_grain_tok_lam_restore.sh",636,0,"",shellscript,selection_command +1381,2577389,"experiments/dynamics_grain_tok_lam_restore.sh",635,0,"",shellscript,selection_command +1382,2577561,"experiments/dynamics_grain_tok_lam_restore.sh",634,0,"",shellscript,selection_command +1383,2577906,"experiments/dynamics_grain_tok_lam_restore.sh",633,0,"",shellscript,selection_command +1384,2578064,"TERMINAL",0,0,"Step 205, loss: 0.14892539381980896\r\n",,terminal_output +1385,2578186,"experiments/dynamics_grain_tok_lam_restore.sh",627,0,"",shellscript,selection_command +1386,2578965,"experiments/dynamics_grain_tok_lam_restore.sh",627,6,"",shellscript,content +1387,2579344,"experiments/dynamics_grain_tok_lam_restore.sh",627,0,"i",shellscript,content +1388,2579345,"experiments/dynamics_grain_tok_lam_restore.sh",628,0,"",shellscript,selection_keyboard +1389,2579474,"experiments/dynamics_grain_tok_lam_restore.sh",628,0,"n",shellscript,content +1390,2579474,"experiments/dynamics_grain_tok_lam_restore.sh",629,0,"",shellscript,selection_keyboard +1391,2579572,"experiments/dynamics_grain_tok_lam_restore.sh",629,0,"i",shellscript,content +1392,2579572,"experiments/dynamics_grain_tok_lam_restore.sh",630,0,"",shellscript,selection_keyboard +1393,2579652,"experiments/dynamics_grain_tok_lam_restore.sh",630,0,"t",shellscript,content +1394,2579652,"experiments/dynamics_grain_tok_lam_restore.sh",631,0,"",shellscript,selection_keyboard +1395,2579665,"TERMINAL",0,0,"Step 206, loss: 0.14881691336631775\r\n",,terminal_output +1396,2580262,"experiments/dynamics_grain_tok_lam_restore.sh",631,0,"_",shellscript,content +1397,2580262,"experiments/dynamics_grain_tok_lam_restore.sh",632,0,"",shellscript,selection_keyboard +1398,2580709,"experiments/dynamics_grain_tok_lam_restore.sh",632,0,"l",shellscript,content +1399,2580709,"experiments/dynamics_grain_tok_lam_restore.sh",633,0,"",shellscript,selection_keyboard +1400,2580714,"experiments/dynamics_grain_tok_lam_restore.sh",633,0,"r",shellscript,content +1401,2580714,"experiments/dynamics_grain_tok_lam_restore.sh",634,0,"",shellscript,selection_keyboard +1402,2580958,"experiments/dynamics_grain_tok_lam_restore.sh",633,0,"",shellscript,selection_command +1403,2581077,"TERMINAL",0,0,"Step 207, loss: 0.15701967477798462\r\n",,terminal_output +1404,2581800,"experiments/dynamics_grain_tok_lam_restore.sh",659,0,"",shellscript,selection_command +1405,2582145,"TERMINAL",0,0,"Step 208, loss: 0.1509488821029663\r\n",,terminal_output +1406,2583184,"TERMINAL",0,0,"Step 209, loss: 0.15654577314853668\r\n",,terminal_output +1407,2583316,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_lam_restore.sh ",,terminal_output +1408,2583655,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1409,2584083,"TERMINAL",0,0,"Saved checkpoint at step 210\r\n",,terminal_output +1410,2585891,"TERMINAL",0,0,"Step 210, loss: 0.15711769461631775\r\n",,terminal_output +1411,2586743,"TERMINAL",0,0,"srun",,terminal_focus +1412,2587314,"TERMINAL",0,0,"srun",,terminal_focus +1413,2587478,"TERMINAL",0,0,"srun",,terminal_focus +1414,2587716,"TERMINAL",0,0,"Step 211, loss: 0.151102676987648\r\n",,terminal_output +1415,2588263,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14090.2 task 0: running\r\n",,terminal_output +1416,2588386,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14090.2\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-30T12:34:40.964] error: *** STEP 14090.2 ON hai002 CANCELLED AT 2025-07-30T12:34:40 DUE to SIGNAL Killed ***\r\n",,terminal_output +1417,2588643,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14090.2\r\nsrun: job abort in progress\r\n^Csrun: sending Ctrl-C to StepId=14090.2\r\n",,terminal_output +1418,2589102,"TERMINAL",0,0,"srun",,terminal_focus +1419,2589224,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1420,2589271,"TERMINAL",0,0,"srun",,terminal_focus +1421,2589469,"TERMINAL",0,0,"srun",,terminal_focus +1422,2589707,"TERMINAL",0,0,"srun",,terminal_focus +1423,2590407,"TERMINAL",0,0,"srun",,terminal_focus +1424,2597397,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1425,2603618,"TERMINAL",0,0,"Running on 1 devices.\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\nStarting training from step 0...\r\n",,terminal_output +1426,2619260,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 362, in \r\n loss, recon, metrics = train_step(genie, optimizer, inputs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 146, in train_step\r\n optimizer.update(grads)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/training/optimizer.py"", line 271, in update\r\n updates, new_opt_state = self.tx.update(grads, opt_state, params, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/transforms/_combining.py"", line 89, in update_fn\r\n updates, new_s = fn(updates, s, params, **extra_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/_src/base.py"", line 335, in update\r\n return tx.update(updates, state, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/_src/transform.py"", line 283, in update_fn\r\n mu = optax.tree.update_moment(updates, state.mu, b1, 1)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/optax/tree_utils/_tree_math.py"", line 332, in tree_update_moment\r\n return jax.tree.map(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/tree.py"", line 155, in map\r\n return tree_util.tree_map(f, tree, *rest, is_leaf=is_leaf)\r\nValueError: Dict key mismatch; expected keys: ['action_in', 'action_up', 'encoder', 'patch_up', 'vq']; dict: {'action_in': VariableState( # 768 (1.5 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'action_up': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 16,384 (32.8 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'decoder': {'blocks': {0: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 1: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 2: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 3: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}}, 'input_dense': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'input_norm1': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'input_norm2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'output_dense': {'bias': VariableState( # 768 (1.5 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 393,216 (786.4 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'encoder': {'blocks': {0: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 1: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 2: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 3: {'ffn_dense1': {'bias': VariableState( # 2,048 (4.1 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_dense2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 1,048,576 (2.1 MB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'ffn_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'spatial_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'spatial_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'temporal_attention': {'key': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'out': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'query': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'value': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 262,144 (524.3 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'temporal_norm': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}}, 'input_dense': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 393,216 (786.4 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'input_norm1': {'bias': VariableState( # 768 (1.5 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 768 (1.5 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'input_norm2': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'scale': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'output_dense': {'bias': VariableState( # 32 (64 B)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 16,384 (32.8 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}}, 'patch_up': {'bias': VariableState( # 512 (1.0 KB)\r\n type=Param,\r\n value=Tracedwith\r\n), 'kernel': VariableState( # 393,216 (786.4 KB)\r\n type=Param,\r\n value=Tracedwith\r\n)}, 'vq': {'codebook': VariableState( # 192 (384 B)\r\n type=Param,\r\n value=Tracedwith\r\n)}}.\r\n",,terminal_output +1427,2622043,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 11 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +1428,2622397,"TERMINAL",0,0,"srun: error: hai002: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1429,2650405,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1430,2650431,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1431,2662144,"TERMINAL",0,0,"srun",,terminal_focus +1432,2665447,"TERMINAL",0,0,"srun",,terminal_focus +1433,2665742,"TERMINAL",0,0,"srun",,terminal_focus +1434,2676209,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1435,2676288,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1436,2677307,"TERMINAL",0,0,"b",,terminal_output +1437,2677638,"TERMINAL",0,0,"ash",,terminal_output +1438,2677858,"TERMINAL",0,0," e",,terminal_output +1439,2678015,"TERMINAL",0,0,"xcp",,terminal_output +1440,2678138,"TERMINAL",0,0,"e",,terminal_output +1441,2678287,"TERMINAL",0,0,"rim",,terminal_output +1442,2678486,"TERMINAL",0,0," ",,terminal_output +1443,2678904,"TERMINAL",0,0,"",,terminal_output +1444,2679456,"TERMINAL",0,0,"e",,terminal_output +1445,2679615,"TERMINAL",0,0,"x",,terminal_output +1446,2679672,"TERMINAL",0,0,"p",,terminal_output +1447,2679780,"TERMINAL",0,0,"e",,terminal_output +1448,2679927,"TERMINAL",0,0,"rim",,terminal_output +1449,2680187,"TERMINAL",0,0,"ents/",,terminal_output +1450,2680495,"TERMINAL",0,0,"s",,terminal_output +1451,2680571,"TERMINAL",0,0,"amp",,terminal_output +1452,2680744,"TERMINAL",0,0,"l",,terminal_output +1453,2680800,"TERMINAL",0,0,"e.sh ",,terminal_output +1454,2709568,"experiments/dynamics_grain_tok_lam_restore.sh",696,0,"",shellscript,selection_mouse +1455,2709574,"experiments/dynamics_grain_tok_lam_restore.sh",695,0,"",shellscript,selection_command +1456,2715759,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\n #--dynamics_type ""causal"" \\nsrun python sample.py \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +1457,2720038,"experiments/sample.sh",137,0,"",shellscript,selection_command +1458,2720603,"experiments/sample.sh",136,0,"",shellscript,selection_command +1459,2720848,"experiments/sample.sh",135,0,"",shellscript,selection_command +1460,2720886,"experiments/sample.sh",134,0,"",shellscript,selection_command +1461,2720919,"experiments/sample.sh",133,0,"",shellscript,selection_command +1462,2721689,"experiments/sample.sh",140,0,"",shellscript,selection_command +1463,2722507,"experiments/sample.sh",183,0,"",shellscript,selection_command +1464,2722658,"experiments/sample.sh",215,0,"",shellscript,selection_command +1465,2722777,"experiments/sample.sh",183,0,"",shellscript,selection_command +1466,2722938,"experiments/sample.sh",140,0,"",shellscript,selection_command +1467,2723345,"experiments/sample.sh",141,0,"",shellscript,selection_command +1468,2723375,"experiments/sample.sh",142,0,"",shellscript,selection_command +1469,2723551,"experiments/sample.sh",142,0,"\n",shellscript,content +1470,2723557,"experiments/sample.sh",143,0,"w",shellscript,content +1471,2723557,"experiments/sample.sh",144,0,"",shellscript,selection_keyboard +1472,2724214,"experiments/sample.sh",143,0,"",shellscript,selection_command +1473,2724464,"experiments/sample.sh",142,2,"",shellscript,content +1474,2725677,"experiments/sample.sh",140,0,"",shellscript,selection_command +1475,2725821,"experiments/sample.sh",142,0,"",shellscript,selection_command +1476,2727703,"TERMINAL",0,0,"p",,terminal_output +1477,2727812,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1478,2729847,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14090.3 task 0: running\r\n^Csrun: sending Ctrl-C to StepId=14090.3\r\nsrun: forcing job termination\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 14, in \r\n import tyro\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/__init__.py"", line 7, in \r\n from . import constructors as constructors\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/constructors/__init__.py"", line 17, in \r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n from ._registry import ConstructorRegistry as ConstructorRegistry\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/constructors/_registry.py"", line 15, in \r\n[2025-07-30T12:37:02.388] error: *** STEP 14090.3 ON hai002 CANCELLED AT 2025-07-30T12:37:02 DUE to SIGNAL Killed ***\r\n from ._struct_spec import (\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1479,2730030,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1480,2730674,"TERMINAL",0,0,"bash experiments/sample.sh p",,terminal_output +1481,2731849,"TERMINAL",0,0,"",,terminal_output +1482,2731997,"TERMINAL",0,0,"\r",,terminal_output +1483,2732511,"TERMINAL",0,0,"\r\n\r",,terminal_output +1484,2732742,"TERMINAL",0,0,"",,terminal_output +1485,2733109,"TERMINAL",0,0,"sh ",,terminal_output +1486,2733464,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1487,2744608,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 141, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 792, in restore\r\n raise ValueError(\r\nValueError: User-provided restore item and on-disk value metadata tree structures do not match: {'model': {'dynamics': {'transformer': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=float32)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=float32)}}}, rhs=None), 'dynamics': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}, 'opt_state': {'0': {'mu': {'dynamics': {'transformer': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=bfloat16)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=bfloat16)}}}, rhs=None), 'dynamics': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}, 'nu': {'dynamics': {'transformer': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=float32)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=float32)}}}, rhs=None), 'dynamics': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(va",,terminal_output +1488,2744673,"TERMINAL",0,0,"lue_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}}}}\r\n",,terminal_output +1489,2745281,"TERMINAL",0,0,"srun: error: hai002: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1490,2752600,"experiments/sample.sh",355,0,"",shellscript,selection_mouse +1491,2752614,"experiments/sample.sh",354,0,"",shellscript,selection_command +1492,2752706,"experiments/sample.sh",354,1,"r",shellscript,selection_mouse +1493,2752712,"experiments/sample.sh",355,0,"",shellscript,selection_command +1494,2755247,"experiments/sample.sh",354,0,"",shellscript,selection_command +1495,2772911,"experiments/sample.sh",355,0,"",shellscript,selection_command +1496,2772911,"experiments/sample.sh",355,0,"p",shellscript,content +1497,2772912,"experiments/sample.sh",356,0,"",shellscript,selection_keyboard +1498,2773126,"experiments/sample.sh",356,0,"s",shellscript,content +1499,2773126,"experiments/sample.sh",357,0,"",shellscript,selection_keyboard +1500,2773182,"experiments/sample.sh",357,0,"a",shellscript,content +1501,2773183,"experiments/sample.sh",358,0,"",shellscript,selection_keyboard +1502,2773187,"experiments/sample.sh",358,0,"m",shellscript,content +1503,2773187,"experiments/sample.sh",359,0,"",shellscript,selection_keyboard +1504,2773279,"experiments/sample.sh",359,0,"p",shellscript,content +1505,2773280,"experiments/sample.sh",360,0,"",shellscript,selection_keyboard +1506,2773683,"experiments/sample.sh",359,0,"",shellscript,selection_command +1507,2773905,"experiments/sample.sh",355,5,"",shellscript,content +1508,2773907,"experiments/sample.sh",354,0,"",shellscript,selection_command +1509,2778949,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n """"""\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_type=""maskgit"",\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch_BSHWC, action_batch_E):\n input_video_BTHWC = video_batch_BSHWC[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch_BSHWC = next(dataloader)\n video_batch_BSHWC = video_batch_BSHWC.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch_BSHWC)\n action_batch_E = genie.vq_encode(batch, training=False)\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch_BSHWC, action_batch_E)\n gt = video_batch_BSHWC[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch_BSHWC.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch_BSHWC * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch_E.shape[0]):\n action = action_batch_E[row, t, 0]\n y_offset = row * video_batch_BSHWC.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +1510,2779419,"sample.py",5399,0,"",python,selection_command +1511,2779588,"sample.py",6708,0,"",python,selection_command +1512,2779737,"sample.py",7298,0,"",python,selection_command +1513,2780641,"sample.py",6183,0,"",python,selection_command +1514,2780888,"sample.py",5010,0,"",python,selection_command +1515,2780916,"sample.py",3840,0,"",python,selection_command +1516,2780942,"sample.py",2899,0,"",python,selection_command +1517,2780988,"sample.py",1802,0,"",python,selection_command +1518,2781008,"sample.py",1120,0,"",python,selection_command +1519,2781039,"sample.py",350,0,"",python,selection_command +1520,2781072,"sample.py",0,0,"",python,selection_command +1521,2782676,"sample.py",586,0,"",python,selection_command +1522,2782740,"sample.py",1428,0,"",python,selection_command +1523,2782970,"sample.py",2173,0,"",python,selection_command +1524,2783039,"sample.py",3275,0,"",python,selection_command +1525,2783279,"sample.py",4279,0,"",python,selection_command +1526,2783446,"sample.py",5344,0,"",python,selection_command +1527,2783626,"sample.py",6678,0,"",python,selection_command +1528,2783779,"sample.py",7298,0,"",python,selection_command +1529,2784274,"sample.py",0,0,"",python,selection_command +1530,2785256,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1531,2785344,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1532,2785527,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1533,2785586,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1534,2788398,"sample.py",0,0,"",python,tab +1535,2788399,"sample.py",2636,0,"",python,selection_command +1536,2826099,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n D: B * T * N\n E: B * (T - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, 1))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n # FIXME (f.srambical): We must not pad the actions, but remove the last frame (https://github.com/p-doom/jasmine/issues/122)\n vid_embed_BSNM += jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +1537,2827070,"genie.py",315,0,"",python,selection_command +1538,2827416,"genie.py",2415,0,"",python,selection_command +1539,2828114,"genie.py",2974,0,"",python,selection_command +1540,2829146,"genie.py",7292,0,"",python,selection_command +1541,2829748,"genie.py",16551,0,"",python,selection_command +1542,2832028,"genie.py",16468,0,"",python,selection_command +1543,2832078,"genie.py",16551,0,"",python,selection_command +1544,2833899,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1545,2833966,"TERMINAL",0,0,"\r[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1546,2838526,"TERMINAL",0,0,"[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1547,2838672,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +1548,2842050,"TERMINAL",0,0,"$",,terminal_output +1549,2842724,"TERMINAL",0,0,"",,terminal_output +1550,2843096,"TERMINAL",0,0,"%",,terminal_output +1551,2843535,"TERMINAL",0,0,"",,terminal_output +1552,2843892,"TERMINAL",0,0,"^",,terminal_output +1553,2844663,"TERMINAL",0,0,"",,terminal_output +1554,2845323,"TERMINAL",0,0,"+",,terminal_output +1555,2846166,"TERMINAL",0,0,"",,terminal_output +1556,2846508,"TERMINAL",0,0,":",,terminal_output +1557,2846889,"TERMINAL",0,0,"$",,terminal_output +1558,2846999,"TERMINAL",0,0,"%",,terminal_output +1559,2847119,"TERMINAL",0,0,"^",,terminal_output +1560,2847923,"TERMINAL",0,0,"+",,terminal_output +1561,2849340,"TERMINAL",0,0,"&*",,terminal_output +1562,2849424,"TERMINAL",0,0,"(",,terminal_output +1563,2850050,"TERMINAL",0,0,"",,terminal_output +1564,2850227,"TERMINAL",0,0,"",,terminal_output +1565,2850364,"TERMINAL",0,0,"",,terminal_output +1566,2850507,"TERMINAL",0,0,"",,terminal_output +1567,2850644,"TERMINAL",0,0,"",,terminal_output +1568,2850784,"TERMINAL",0,0,"",,terminal_output +1569,2850912,"TERMINAL",0,0,"",,terminal_output +1570,2851073,"TERMINAL",0,0,"",,terminal_output +1571,2851354,"TERMINAL",0,0,"",,terminal_output +1572,2851840,"TERMINAL",0,0," ",,terminal_output +1573,2852061,"TERMINAL",0,0,"*",,terminal_output +1574,2852628,"TERMINAL",0,0,"",,terminal_output +1575,2852938,"TERMINAL",0,0,"&",,terminal_output +1576,2854227,"TERMINAL",0,0,">",,terminal_output +1577,2854647,"TERMINAL",0,0," ",,terminal_output +1578,2854768,"TERMINAL",0,0,"o",,terminal_output +1579,2854907,"TERMINAL",0,0,"ut",,terminal_output +1580,2855047,"TERMINAL",0,0,".",,terminal_output +1581,2855201,"TERMINAL",0,0,"t",,terminal_output +1582,2855280,"TERMINAL",0,0,"e",,terminal_output +1583,2855656,"TERMINAL",0,0,"",,terminal_output +1584,2856123,"TERMINAL",0,0,"",,terminal_output +1585,2856287,"TERMINAL",0,0,"",,terminal_output +1586,2856443,"TERMINAL",0,0,"",,terminal_output +1587,2856569,"TERMINAL",0,0,"",,terminal_output +1588,2856694,"TERMINAL",0,0,"",,terminal_output +1589,2856942,"TERMINAL",0,0,"tem",,terminal_output +1590,2857492,"TERMINAL",0,0,"",,terminal_output +1591,2857638,"TERMINAL",0,0,"",,terminal_output +1592,2857787,"TERMINAL",0,0,"",,terminal_output +1593,2857995,"TERMINAL",0,0," t",,terminal_output +1594,2858082,"TERMINAL",0,0,"em",,terminal_output +1595,2858152,"TERMINAL",0,0,"p",,terminal_output +1596,2858425,"TERMINAL",0,0,".",,terminal_output +1597,2858769,"TERMINAL",0,0,"",,terminal_output +1598,2858920,"TERMINAL",0,0,"",,terminal_output +1599,2859057,"TERMINAL",0,0,"",,terminal_output +1600,2859193,"TERMINAL",0,0,"",,terminal_output +1601,2859340,"TERMINAL",0,0,"",,terminal_output +1602,2859495,"TERMINAL",0,0," ",,terminal_output +1603,2859620,"TERMINAL",0,0,"m",,terminal_output +1604,2859705,"TERMINAL",0,0,"t",,terminal_output +1605,2859788,"TERMINAL",0,0,"e",,terminal_output +1606,2859987,"TERMINAL",0,0,"",,terminal_output +1607,2860136,"TERMINAL",0,0,"",,terminal_output +1608,2860300,"TERMINAL",0,0,"t",,terminal_output +1609,2860374,"TERMINAL",0,0,"e",,terminal_output +1610,2860443,"TERMINAL",0,0,"m",,terminal_output +1611,2860688,"TERMINAL",0,0,"p",,terminal_output +1612,2860917,"TERMINAL",0,0,".",,terminal_output +1613,2861141,"TERMINAL",0,0,"o",,terminal_output +1614,2861231,"TERMINAL",0,0,"u",,terminal_output +1615,2861706,"TERMINAL",0,0,"t",,terminal_output +1616,2861953,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1617,2863462,"TERMINAL",0,0,"ff",,terminal_output +1618,2863769,"TERMINAL",0,0,"fff",,terminal_output +1619,2866784,"TERMINAL",0,0,"^C",,terminal_output +1620,2866864,"TERMINAL",0,0,"^C",,terminal_output +1621,2867006,"TERMINAL",0,0,"^C",,terminal_output +1622,2867190,"TERMINAL",0,0,"^C]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1623,2867329,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1624,2867464,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1625,2868096,"TERMINAL",0,0,"bash experiments/sample.sh &> temp.out",,terminal_output +1626,2868537,"TERMINAL",0,0,"\r\n[?2004l\rbash: temp.out: cannot overwrite existing file\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1627,2871220,"TERMINAL",0,0,"r",,terminal_output +1628,2871282,"TERMINAL",0,0,"m",,terminal_output +1629,2871511,"TERMINAL",0,0," ",,terminal_output +1630,2871933,"TERMINAL",0,0,"t",,terminal_output +1631,2872020,"TERMINAL",0,0,"m",,terminal_output +1632,2872482,"TERMINAL",0,0,"",,terminal_output +1633,2873040,"TERMINAL",0,0,"",,terminal_output +1634,2873175,"TERMINAL",0,0,"me",,terminal_output +1635,2873630,"TERMINAL",0,0,"",,terminal_output +1636,2873853,"TERMINAL",0,0,"",,terminal_output +1637,2873995,"TERMINAL",0,0,"",,terminal_output +1638,2874111,"TERMINAL",0,0,"em",,terminal_output +1639,2874315,"TERMINAL",0,0,"p.out ",,terminal_output +1640,2874851,"TERMINAL",0,0,"\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1641,2875416,"TERMINAL",0,0,"rm temp.out bash experiments/sample.sh &> temp.out",,terminal_output +1642,2875840,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1643,2887770,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai002.haicore.berlin:~/jafar] $ ",,terminal_output +1644,2894941,"temp.out",0,0,"Traceback (most recent call last):\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 141, in \n restored = checkpoint_manager.restore(\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\n restored = self._checkpointer.restore(restore_directory, args=args)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\n return super().restore(directory, *args, **kwargs)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\n restored = self._restore(directory, args=ckpt_args)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\n return self._handler.restore(directory, args=args)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\n restored[item_name] = handler.restore(\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\n return self._handler_impl.restore(directory, args=args)\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 792, in restore\n raise ValueError(\nValueError: User-provided restore item and on-disk value metadata tree structures do not match: {'model': {'dynamics': {'transformer': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=float32)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=float32)}}}, rhs=None), 'dynamics': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}, 'opt_state': {'0': {'mu': {'dynamics': {'transformer': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=bfloat16)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=bfloat16)}}}, rhs=None), 'dynamics': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}, 'nu': {'dynamics': {'transformer': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=float32)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=float32)}}}, rhs=None), 'dynamics': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}}}}\nsrun: error: hai002: task 0: Exited with exit code 1\n",plaintext,tab +1645,2895899,"temp.out",785,0,"",plaintext,selection_command +1646,2896072,"temp.out",1600,0,"",plaintext,selection_command +1647,2896255,"temp.out",101560,0,"",plaintext,selection_command +1648,2897090,"temp.out",0,0,"",plaintext,selection_command +1649,2921584,"temp.out",35,0,"",plaintext,selection_command +1650,2921794,"temp.out",110,0,"",plaintext,selection_command +1651,2921823,"temp.out",153,0,"",plaintext,selection_command +1652,2921857,"temp.out",292,0,"",plaintext,selection_command +1653,2921891,"temp.out",364,0,"",plaintext,selection_command +1654,2921924,"temp.out",521,0,"",plaintext,selection_command +1655,2921958,"temp.out",576,0,"",plaintext,selection_command +1656,2921992,"temp.out",727,0,"",plaintext,selection_command +1657,2922027,"temp.out",783,0,"",plaintext,selection_command +1658,2922061,"temp.out",935,0,"",plaintext,selection_command +1659,2922093,"temp.out",990,0,"",plaintext,selection_command +1660,2922128,"temp.out",1152,0,"",plaintext,selection_command +1661,2922161,"temp.out",1195,0,"",plaintext,selection_command +1662,2922194,"temp.out",1354,0,"",plaintext,selection_command +1663,2922341,"temp.out",1414,0,"",plaintext,selection_command +1664,2922584,"temp.out",1578,0,"",plaintext,selection_command +1665,2922681,"temp.out",1600,0,"",plaintext,selection_command +1666,2924022,"temp.out",1610,0,"",plaintext,selection_command +1667,2924279,"temp.out",1612,0,"",plaintext,selection_command +1668,2924301,"temp.out",1616,0,"",plaintext,selection_command +1669,2924338,"temp.out",1617,0,"",plaintext,selection_command +1670,2924373,"temp.out",1626,0,"",plaintext,selection_command +1671,2924420,"temp.out",1634,0,"",plaintext,selection_command +1672,2924453,"temp.out",1639,0,"",plaintext,selection_command +1673,2924512,"temp.out",1643,0,"",plaintext,selection_command +1674,2924512,"temp.out",1645,0,"",plaintext,selection_command +1675,2924530,"temp.out",1646,0,"",plaintext,selection_command +1676,2924573,"temp.out",1651,0,"",plaintext,selection_command +1677,2924598,"temp.out",1657,0,"",plaintext,selection_command +1678,2924627,"temp.out",1666,0,"",plaintext,selection_command +1679,2924663,"temp.out",1671,0,"",plaintext,selection_command +1680,2924697,"temp.out",1682,0,"",plaintext,selection_command +1681,2924730,"temp.out",1685,0,"",plaintext,selection_command +1682,2924763,"temp.out",1689,0,"",plaintext,selection_command +1683,2925160,"temp.out",1694,0,"",plaintext,selection_command +1684,2925339,"temp.out",1696,0,"",plaintext,selection_command +1685,2925590,"temp.out",1698,0,"",plaintext,selection_command +1686,2925609,"temp.out",1703,0,"",plaintext,selection_command +1687,2925644,"temp.out",1706,0,"",plaintext,selection_command +1688,2925676,"temp.out",1708,0,"",plaintext,selection_command +1689,2925711,"temp.out",1716,0,"",plaintext,selection_command +1690,2925745,"temp.out",1719,0,"",plaintext,selection_command +1691,2925778,"temp.out",1721,0,"",plaintext,selection_command +1692,2925810,"temp.out",1732,0,"",plaintext,selection_command +1693,2925847,"temp.out",1735,0,"",plaintext,selection_command +1694,2925880,"temp.out",1739,0,"",plaintext,selection_command +1695,2925914,"temp.out",1740,0,"",plaintext,selection_command +1696,2925947,"temp.out",1743,0,"",plaintext,selection_command +1697,2925980,"temp.out",1746,0,"",plaintext,selection_command +1698,2936961,"temp.out",1752,0,"",plaintext,selection_command +1699,2945935,"temp.out",1740,0,"",plaintext,selection_command +1700,2951633,"temp.out",101560,0,"",plaintext,selection_command +1701,2960739,"temp.out",1,1,"r",plaintext,selection_command +1702,2960810,"temp.out",15583,2,"rh",plaintext,selection_command +1703,2960987,"temp.out",15583,3,"rhs",plaintext,selection_command +1704,2962562,"temp.out",15585,0,"",plaintext,selection_command +1705,2965114,"temp.out",15621,0,"",plaintext,selection_command +1706,2966000,"temp.out",0,0,"",plaintext,selection_command +1707,2966186,"temp.out",15583,0,"",plaintext,selection_command +1708,2972213,"temp.out",15621,0,"",plaintext,selection_command +1709,2972690,"temp.out",49664,0,"",plaintext,selection_command +1710,2981139,"temp.out",49702,0,"",plaintext,selection_command +1711,2981302,"temp.out",81983,0,"",plaintext,selection_command +1712,2981772,"temp.out",82021,0,"",plaintext,selection_command +1713,2981930,"temp.out",15583,0,"",plaintext,selection_command +1714,2982549,"temp.out",0,0,"",plaintext,selection_command +1715,2987069,"sample.py",0,0,"",python,tab +1716,2987917,"sample.py",2636,0,"",python,selection_command +1717,2988864,"sample.py",2655,0,"",python,selection_command +1718,2994078,"experiments/sample.sh",0,0,"",shellscript,tab +1719,2995203,"experiments/sample.sh",325,0,"",shellscript,selection_command +1720,2995338,"experiments/sample.sh",300,0,"",shellscript,selection_command +1721,2995496,"experiments/sample.sh",278,0,"",shellscript,selection_command +1722,2995651,"experiments/sample.sh",260,0,"",shellscript,selection_command +1723,2995785,"experiments/sample.sh",239,0,"",shellscript,selection_command +1724,2995927,"experiments/sample.sh",208,0,"",shellscript,selection_command +1725,2996136,"experiments/sample.sh",239,0,"",shellscript,selection_command +1726,2996300,"experiments/sample.sh",260,0,"",shellscript,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-995920d4-3066-4bd1-985c-53b12cb9e83c1753010233944-2025_07_20-13.18.05.231/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-995920d4-3066-4bd1-985c-53b12cb9e83c1753010233944-2025_07_20-13.18.05.231/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..047adb38f708efb5f2d63dfe5149fc6d9adcca40 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-995920d4-3066-4bd1-985c-53b12cb9e83c1753010233944-2025_07_20-13.18.05.231/source.csv @@ -0,0 +1,2664 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,863,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-14 14:15:14.072 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-14 14:15:14.072 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-lHYAht/socket.sock\n2025-07-14 14:15:14.072 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-14 14:15:14.072 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-lHYAht/socket.sock\n2025-07-14 14:15:14.072 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_80384.sh"" | ssh -v -T -D 62197 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 14:15:14.072 [info] Started installation script. Waiting for it to finish...\n2025-07-14 14:15:14.072 [info] Waiting for server to install via process(27370)...\n2025-07-14 14:15:14.072 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 14:15:14.072 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 14:15:14.072 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-14 14:15:14.098 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-14 14:15:14.176 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-14 14:15:14.176 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-14 14:15:14.176 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-14 14:15:14.194 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-14 14:15:14.195 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-14 14:15:14.210 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-14 14:15:14.212 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-14 14:15:14.222 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-14 14:15:14.286 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-14 14:15:14.301 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-14 14:15:14.305 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-14 14:15:14.308 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\n\n2025-07-14 14:15:14.308 [info] (ssh_tunnel) stderr: debug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-14 14:15:14.897 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\n\n2025-07-14 14:15:14.899 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-14 14:15:14.920 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-14 14:15:15.674 [info] Askpass server received request: POST /\n2025-07-14 14:15:15.675 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-14 14:15:15.675 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-14 14:15:53.922 [info] (ssh_tunnel) stderr: ssh_dispatch_run_fatal: Connection to 2a00:1398:4:180c::8d34:2b11 port 22: incomplete message\n\n2025-07-14 14:15:53.924 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 14:15:53.925 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 14:15:53.925 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_80384.sh\n2025-07-14 14:15:53.926 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 14:16:57.204 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-14 14:16:57.216 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 14:16:57.217 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-14 14:16:57.218 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 14:16:57.221 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8429.sh"" | ssh -v -T -D 62450 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 14:16:57.221 [info] Started installation script. Waiting for it to finish...\n2025-07-14 14:16:57.221 [info] Waiting for server to install via process(28062)...\n2025-07-14 14:16:57.228 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-14 14:16:57.228 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 14:16:57.228 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-14 14:16:57.228 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 14:16:57.228 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 14:16:57.275 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-14 14:16:57.275 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-14 14:16:57.276 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-14 14:16:57.276 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-14 14:16:57.276 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-14 14:16:57.314 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-14 14:16:57.315 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-14 14:16:57.315 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-14 14:16:57.332 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-14 14:16:57.333 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-14 14:16:57.360 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-14 14:16:57.361 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-14 14:16:57.361 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-14 14:16:57.364 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-14 14:16:57.364 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-14 14:16:57.364 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-14 14:16:57.439 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-14 14:16:57.467 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-14 14:16:57.471 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-14 14:16:57.471 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \n\n2025-07-14 14:16:57.471 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\n\n2025-07-14 14:16:57.471 [info] (ssh_tunnel) stderr: debug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-14 14:16:58.066 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-14 14:16:58.093 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-14 14:16:58.200 [info] Askpass server received request: POST /\n2025-07-14 14:16:58.201 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-14 14:16:58.201 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-14 14:17:07.673 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-14 14:17:07.758 [info] Askpass server received request: POST /\n2025-07-14 14:17:07.759 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-14 14:17:07.759 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-14 14:17:11.328 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.19]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:62450 forwarded to remote address socks:0\n\n2025-07-14 14:17:11.328 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 62450.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 62450.\n\n2025-07-14 14:17:11.330 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-14 14:17:11.928 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-14 14:17:11.928 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-14 14:17:11.933 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\n\n2025-07-14 14:17:11.933 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-14 14:17:11.953 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-14 14:17:14.633 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-14 14:17:14.906 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\nDownloading server via wget from https://downloads.cursor.com/production/a8e95743c5268be73767c46944a71f4465d05c90/linux/x64/cursor-reh-linux-x64.tar.gz to cursor-server-1c0f46c7-9da8-464a-ad76-fc412d40675f.tar.gz\n\n2025-07-14 14:17:14.906 [info] (ssh_tunnel) stderr: --2025-07-14 14:17:14-- https://downloads.cursor.com/production/a8e95743c5268be73767c46944a71f4465d05c90/linux/x64/cursor-reh-linux-x64.tar.gz\n\n2025-07-14 14:17:14.998 [info] (ssh_tunnel) stderr: Resolving downloads.cursor.com (downloads.cursor.com)... \n2025-07-14 14:17:15.103 [info] (ssh_tunnel) stderr: 2606:4700::6812:1080, 2606:4700::6812:1180, 104.18.17.128, ...\nConnecting to downloads.cursor.com (downloads.cursor.com)|2606:4700::6812:1080|:443... connected.\n\n2025-07-14 14:17:15.122 [info] (ssh_tunnel) stderr: HTTP request sent, awaiting response... \n2025-07-14 14:17:15.136 [info] (ssh_tunnel) stderr: 200 OK\nLength: 68058811 (65M) [application/gzip]\nSaving to: ‘cursor-server-1c0f46c7-9da8-464a-ad76-fc412d40675f.tar.gz’\n\n 0K ...\n2025-07-14 14:17:15.142 [info] (ssh_tunnel) stderr: ....... .......... .......... .....\n2025-07-14 14:17:15.157 [info] (ssh_tunnel) stderr: ..... .......... 0% 10.6M 6s\n 50K .......... .......... .......... .......... .......... 0% 106M 3s\n 100K .......... .......... .......... .......... .......... 0% 116M 2s\n 150K ..\n2025-07-14 14:17:15.158 [info] (ssh_tunnel) stderr: ........ .......... .......... .......... .......... 0% 112M 2s\n 200K .......... .......... .......... .......... .......... 0% 59.7M 2s\n 250K .......... .......... .......... .......... .......... 0% 46.7M 2s\n 300K .......... .......... .......... .......... .......... 0% 206M 2s\n 350K .......... .......... .......... .......... ..\n2025-07-14 14:17:15.166 [info] (ssh_tunnel) stderr: ........ 0% 173M 1s\n 400K .......... .......... .......... .......... .......... 0% 183M 1s\n 450K .......... .......... .......... .......... .......... 0% 38.7M 1s\n 500K .......... .......... .......... .......... ..\n2025-07-14 14:17:15.168 [info] (ssh_tunnel) stderr: ........ 0% 190M 1s\n 550K .......... .......... .......... .......... .......... 0% 167M 1s\n 600K .......... .......... .......... .......... .......... 0% 207M 1s\n 650K .......... .......... .......... .......... .......... 1% 211M 1s\n 700K .......... .......... .......... .......... .......... 1% 208M 1s\n 750K .......... .......... .......... .......... .......... 1% 156M 1s\n 800K .......... .......... .......... .......... .......... 1% 196M 1s\n 850K .......... .......... .......... .......... .......... 1% 202M 1s\n 900K .......... .......... .......... .......... .......... 1% 209M 1s\n 950K .......... .......... .......... .......... .......... 1% 184M 1s\n 1000K .......... .......... .......... .......... .......... 1% 170M 1s\n 1050K .......... .......... .......... .......... .......... 1% 163M 1s\n 1100K .......... .......... .......... .......... .......... 1% 158M 1s\n 1150K .......... .......... .......... .......... .......... 1% 136M 1s\n 1200K .......... .......... .......... .......... .......... 1% 166M 1s\n 1250K .......... .......... .......... .......... .......... 1% 167M 1s\n 1300K .......... .......... .......... .......... .......... 2% 162M 1s\n 1350K .......... .......... .......... .......... .......... 2% 146M 1s\n 1400K .......... .......... .......... .......... .......... 2% 165M 1s\n 1450K .......... .......... .......... .......... .......... 2% 157M 1s\n 1500K .......... .......... .......... .......... .......... 2% 167M 1s\n 1550K .......... .......... .......... .......... .......... 2% 142M 1s\n 1600K .......... .......... .......... .......... .......... 2% 164M 1s\n 1650K .......... .......... .......... .......... .......... 2% 170M 1s\n 1700K .......... .......... ......\n2025-07-14 14:17:15.171 [info] (ssh_tunnel) stderr: .... .......... .......... 2% 170M 1s\n 1750K .......... .......... .......... .......... .......... 2% 152M 1s\n 1800K .......... .......... ..........\n2025-07-14 14:17:15.175 [info] (ssh_tunnel) stderr: .......... .......... 2% 163M 1s\n 1850K .......... .......... .......... .......... .......... 2% 161M 1s\n 1900K .......... .......... .......... .......... .......... 2% 153M 1s\n 1950K .......... .......... .......... .......... .......... 3% 131M 1s\n 2000K .......... .......... .......... .......... .......... 3% 166M 1s\n 2050K .......... .......... .......... .......... .......... 3% 167M 1s\n 2100K .......... .......... .......... .......... .......... 3% 163M 1s\n 2150K .......... .......... .......... .......... .......... 3% 149M 1s\n 2200K .......... .......... .......... .......... .......... 3% 168M 1s\n 2250K .......... .......... .......... .......... .......... 3% 147M 1s\n 2300K .......... .......... .......... .......... .......... 3% 154M 1s\n 2350K .......... .......... .......... .......... .......... 3% 137M 1s\n 2400K .......... .......... .......... .......... .......... 3% 164M 1s\n 2450K .......... .......... .......... .......... .......... 3% 168M 1s\n 2500K .......... .......... .......... .......... .......... 3% 169M 1s\n 2550K .......... .......... .......... .......... .......... 3% 153M 1s\n 2600K .......... .......... .......... .......... .......... 3% 162M 1s\n 2650K .......... .......... .......... .......... .......... 4% 170M 1s\n 2700K .......... .......... .......... ....\n2025-07-14 14:17:15.176 [info] (ssh_tunnel) stderr: ...... .......... 4% 153M 1s\n 2750K .......... .......... .......... .......... .......... 4% 133M 1s\n 2800K .......... .......... .......... .......... .......... 4% 160M 1s\n 2850K .......... .......... .......... .......... .......... 4% 168M 1s\n 2900K .......... .......... .......... ....\n2025-07-14 14:17:15.187 [info] (ssh_tunnel) stderr: ...... .......... 4% 165M 1s\n 2950K .......... .......... .......... .......... .......... 4% 152M 1s\n 3000K .......... .......... .......... .......... .......... 4% 170M 1s\n 3050K .......... .......... .......... .......... .......... 4% 165M 1s\n 3100K .......... .......... .......... .......... .......... 4% 151M 1s\n 3150K .......... .......... .......... .......... .......... 4% 133M 1s\n 3200K .......... .......... .......... .......... .......... 4% 152M 1s\n 3250K .......... .......... .......... .......... .......... 4% 157M 1s\n 3300K .......... .......... .......... .......... .......... 5% 164M 1s\n 3350K .......... .......... .......... .......... .......... 5% 187M 1s\n 3400K .......... .......... .......... .......... .......... 5% 245M 1s\n 3450K ....\n2025-07-14 14:17:15.187 [info] (ssh_tunnel) stderr: ...... .......... .......... .......... .......... 5% 218M 0s\n 3500K .......... .......... .......... .......... .......... 5% 240M 0s\n 3550K .......... .......... .......... .......... .......... 5% 205M 0s\n 3600K .......... .......... .......... .......... .......... 5% 244M 0s\n 3650K .......... .......... .......... .......... .......... 5% 213M 0s\n 3700K .......... .......... .......... .......... .......... 5% 248M 0s\n 3750K .......... .......... .......... .......... .......... 5% 212M 0s\n 3800K .......... .......... .......... .......... .......... 5% 226M 0s\n 3850K .......... .......... .......... .......... .......... 5% 240M 0s\n 3900K .......... .......... .......... .......... .......... 5% 248M 0s\n 3950K .......... .......... .......... .......... .......... 6% 208M 0s\n 4000K .......... .......... .......... .......... .......... 6% 241M 0s\n 4050K .......... .......... .......... .......... .......... 6% 240M 0s\n 4100K .......... .......... .......... .......... .......... 6% 222M 0s\n 4150K .......... .......... .......... .......... .......... 6% 195M 0s\n 4200K .......... .......... .......... .......... .....\n2025-07-14 14:17:15.195 [info] (ssh_tunnel) stderr: ..... 6% 223M 0s\n 4250K .......... .......... .......... .......... .......... 6% 238M 0s\n 4300K .......... .......... .......... .......... .......... 6% 233M 0s\n 4350K .......... .......... .......... .......... .......... 6% 197M 0s\n 4400K .......... .......... .......... .......... .......... 6% 241M 0s\n 4450K .......... .......... .......... .......... .......... 6% 240M 0s\n 4500K .......... .......... .......... .......... .......... 6% 237M 0s\n 4550K .......... .......... .......... .......... .......... 6% 210M 0s\n 4600K .......... .......... .......... .......... .......... 6% 235M 0s\n 4650K .......... .......... .......... .......... .......... 7% 239M 0s\n 4700K .......... .......... .......... .......... .......... 7% 226M 0s\n 4750K .......... .......... .......... .......... .......... 7% 190M 0s\n 4800K .......... .......... .......... .......... .......... 7% 224M 0s\n 4850K .......... .......... .......... .......... .......... 7% 224M 0s\n 4900K .......... .......... .......... .......... .......... 7% 242M 0s\n 4950K .......... .......... .......... .......... .......... 7% 214M 0s\n 5000K .......... .......... .......... .......... .......... 7% 228M 0s\n 5050K .......... .......... .......... .......... .......... 7% 227M 0s\n 5100K .......... .......... .......... .......... .......... 7% 228M 0s\n 5150K .......... .......... .......... .......... .......... 7% 204M 0s\n 5200K .......... .......... .......... .......... .......... 7% 237M 0s\n 5250K .......... .......... .......... .......... .......... 7% 210M 0s\n 5300K .......... .......... .......... .......... .......... 8% 245M 0s\n 5350K .......... .......... .......... .......... .......... 8% 223M 0s\n 5400K .......... .......... .......... .......... .......... 8% 246M 0s\n 5450K .......... .......... .......... .......... .......... 8% 208M 0s\n 5500K .......... .......\n2025-07-14 14:17:15.201 [info] (ssh_tunnel) stderr: ... .......... .......... .......... 8% 227M 0s\n 5550K .......... .......... .......... .......... .......... 8% 205M 0s\n 5600K .......... .......... .......... .......... .......... 8% 238M 0s\n 5650K .......... .......... .......... .......... .......... 8% 245M 0s\n 5700K .......... .......... .......... .......... .......... 8% 235M 0s\n 5750K .......... .......... .......... .......... .......... 8% 222M 0s\n 5800K .......... .......... .......... .......... .......... 8% 239M 0s\n 5850K .......... .......... .......... .......... .......... 8% 224M 0s\n 5900K .......... .......... .......... .......... .......... 8% 327M 0s\n2025-07-14 14:17:15.201 [info] (ssh_tunnel) stderr: \n 5950K .......... .......... .......... .......... .......... 9% 298M 0s\n 6000K .......... .......... .......... .......... .......... 9% 368M 0s\n 6050K .......... .......... .......... .......... .......... 9% 375M 0s\n 6100K .......... .......... .......... .......... .......... 9% 373M 0s\n 6150K .......... .......... .......... .......... .......... 9% 333M 0s\n 6200K .......... .......... .......... .......... .......... 9% 371M 0s\n 6250K .......... .......... .......... .......... .......... 9% 371M 0s\n 6300K .......... .......... .......... .......... .......... 9% 381M 0s\n 6350K .......... .......... .......... .......... .......... 9% 296M 0s\n 6400K .......... .......... .......... .......... .......... 9% 376M 0s\n 6450K .......... .......... .......... .......... .......... 9% 370M 0s\n 6500K .......... .......... .......... .......... .......... 9% 374M 0s\n 6550K .......... .......... .......... .......... .......... 9% 340M 0s\n 6600K .......... .......... .......... .......... .......... 10% 367M 0s\n 6650K .......... .......... .......... .......... .......... 10% 344M 0s\n 6700K .......... .......... .......... .......... .......... 10% 344M 0s\n 6750K .......... .......... .......... .......... .......... 10% 285M 0s\n 6800K .......... .......... .......... .......... .......... 10% 369M 0s\n 6850K .......... .......... .......... .......... .......... 10% 376M 0s\n 6900K .......... .......... .......... .......... .......... 10% 368M 0s\n 6950K .......... .......... .......... ..........\n2025-07-14 14:17:15.208 [info] (ssh_tunnel) stderr: .......... 10% 334M 0s\n 7000K .......... .......... .......... .......... .......... 10% 374M 0s\n 7050K .......... .......... .......... .......... .......... 10% 363M 0s\n 7100K .......... .......... .......... .......... .......... 10% 375M 0s\n 7150K .......... .......... .......... .......... .......... 10% 307M 0s\n 7200K .......... ....\n2025-07-14 14:17:15.209 [info] (ssh_tunnel) stderr: ...... .......... .......... .......... 10% 368M 0s\n 7250K .......... .......... .......... .......... .......... 10% 377M 0s\n 7300K .......... .......... .......... .......... .......... 11% 360M 0s\n 7350K .......... .......... .......... .......... .......... 11% 331M 0s\n 7400K .......... .......... .......... .......... .......... 11% 360M 0s\n 7450K .......... .......... .......... .......... .......... 11% 327M 0s\n 7500K .......... .......... .......... .......... .......... 11% 367M 0s\n 7550K ........\n2025-07-14 14:17:15.239 [info] (ssh_tunnel) stderr: .. .......... .......... .......... .......... 11% 333M 0s\n 7600K .......... .......... .......... .......... .......... 11% 359M 0s\n 7650K .......... .......... .......... .......... .......... 11% 341M 0s\n 7700K .......... .......... .......... .......... .......... 11% 382M 0s\n 7750K .......... .......... .......... .......... .......... 11% 305M 0s\n 7800K .......... .......... .......... .......... .......... 11% 368M 0s\n 7850K .......... .......... .......... .......... .......... 11% 351M 0s\n 7900K .......... .......... .......... .......... .......... 11% 384M 0s\n 7950K .......... .......... .......... .......... .......... 12% 320M 0s\n 8000K .......... ....\n2025-07-14 14:17:15.240 [info] (ssh_tunnel) stderr: ...... .......... .......... .......... 12% 333M 0s\n 8050K .......... .......... .......... .......... .......... 12% 316M 0s\n 8100K .......... .......... .......... .......... .......... 12% 346M 0s\n 8150K .......... .......... .......... .......... .......... 12% 317M 0s\n 8200K .......... .......... .......... .......... .......... 12% 365M 0s\n 8250K .......... .......... .......... .......... .......... 12% 361M 0s\n 8300K .......... .......... .......... .......... .......... 12% 338M 0s\n 8350K .......... .......... .......... .......... .......... 12% 295M 0s\n 8400K .......... .......... .......... .......... .......... 12% 372M 0s\n 8450K .......... .......... .......... .......... .......... 12% 340M 0s\n 8500K .......... .......... .......... .......... .......... 12% 347M 0s\n 8550K .......... .......... .......... .......... .......... 12% 306M 0s\n 8600K .......... .......... .......... .......... .......... 13% 341M 0s\n 8650K .......... .......... .......... .......... .......... 13% 340M 0s\n 8700K .......... .......... .......... .......... .......... 13% 347M 0s\n 8750K .......... .......... .......... .......... .......... 13% 290M 0s\n 8800K .......... .......... .......... .......... .......... 13% 342M 0s\n 8850K .......... .......... .......... .......... .......... 13% 341M 0s\n 8900K .......... .......... .......... .......... .......... 13% 352M 0s\n 8950K .......... .......... .......... .......... .......... 13% 301M 0s\n 9000K .......... .......... .......... .......... .......... 13% 344M 0s\n 9050K .......... .......... .......... .......... .......... 13% 349M 0s\n 9100K .......... .......... .......... .......... .......... 13% 356M 0s\n 9150K .......... .......... .......... .......... .......... 13% 267M 0s\n 9200K .......... .......... .......... .......... .......... 13% 339M 0s\n 9250K .......... .......... .......... .......... .......... 13% 371M 0s\n 9300K .......... .......... .......... .......... .......... 14% 344M 0s\n 9350K .......... .......... .......... .......... .......... 14% 338M 0s\n 9400K .......... .......... .......... .......... .......... 14% 375M 0s\n 9450K .......... .......... .......... .......... .......... 14% 368M 0s\n 9500K .......... .......... .......... .......... .......... 14% 348M 0s\n 9550K .......... .......... .......... .......... .......... 14% 280M 0s\n 9600K .......... .......... .......... .......... .......... 14% 333M 0s\n 9650K .......... .......... .......... .......... .......... 14% 350M 0s\n 9700K .......... .......... .......... .......... .......... 14% 341M 0s\n 9750K .......... .......... .......... .......... .......... 14% 312M 0s\n 9800K .......... .......... .......... .......... .......... 14% 345M 0s\n 9850K .......... .......... .......... .......... .......... 14% 357M 0s\n 9900K .......... .......... .......... .......... .......... 14% 327M 0s\n 9950K .......... .......... ....\n2025-07-14 14:17:15.241 [info] (ssh_tunnel) stderr: ...... .......... .......... 15% 252M 0s\n 10000K .......... .......... .......... .......... .......... 15% 365M 0s\n 10050K .......... .......... .......... ........\n2025-07-14 14:17:15.242 [info] (ssh_tunnel) stderr: .. .......... 15% 366M 0s\n 10100K .......... .......... .......... .......... .......... 15% 367M 0s\n 10150K .......... .......... .......... .......... .......... 15% 331M 0s\n 10200K .......... .......... ..\n2025-07-14 14:17:15.245 [info] (ssh_tunnel) stderr: ........ .......... .......... 15% 365M 0s\n 10250K .......... .......... .......... .......... .......... 15% 380M 0s\n 10300K .......... .......... .......... .......... .......... 15% 370M 0s\n 10350K .......... .......... .......... .......... .......... 15% 303M 0s\n 10400K .......... .......... .......... .......... .......... 15% 369M 0s\n 10450K .......... .......... .......... .......... .......... 15% 366M 0s\n 10500K .......... .......... .......... .......... .......... 15% 347M 0s\n 10550K .......... .......... ....\n2025-07-14 14:17:15.246 [info] (ssh_tunnel) stderr: ...... .......... .......... 15% 290M 0s\n 10600K .......... .......... .......... .......... .......... 16% 355M 0s\n 10650K .......... .......... .......... .......... .......... 16% 350M 0s\n 10700K .......... .......... .......... .......... .......... 16% 349M 0s\n 10750K .......... .......... .......... .......... .......... 16% 296M 0s\n 10800K .......... .......... .......... .......... .......... 16% 431M 0s\n 10850K .......... .......... .......... .......... .......... 16% 433M 0s\n 10900K .......... .......... .......... .......... .......... 16% 414M 0s\n 10950K .......... .......... .......... .......... .......... 16% 388M 0s\n 11000K .......... .......... .......... .......... .......... 16% 430M 0s\n 11050K .......... .......... .......... .......... .......... 16% 411M 0s\n 11100K .......... .......... .......... .......... .......... 16% 373M 0s\n 11150K .......... .......... .......... .......... .......... 16% 330M 0s\n 11200K .......... .......... .......... .......... .......... 16% 430M 0s\n 11250K .......... .......... .......... .......... .......... 17% 425M 0s\n 11300K .......... .......... .......... .......... .......... 17% 414M 0s\n 11350K .......... .......... .......... .......... .......... 17% 327M 0s\n 11400K .......... .......... .......... .......... .......... 17% 400M 0s\n 11450K .......... .......... .......... .......... .......... 17% 411M 0s\n 11500K .......... .......... .......... .......... .......... 17% 419M 0s\n 11550K .......... .......... .......... .......... .......... 17% 335M 0s\n 11600K .......... .......... .......... .......... .......... 17% 419M 0s\n 11650K .......... .......... .......... .......... .......... 17% 422M 0s\n 11700K .......... .......... .......... .......... .......... 17% 402M 0s\n 11750K .......... .......... .......... .......... .......... 17% 375M 0s\n 11800K .......... .......... .......... .......... .......... 17% 417M 0s\n 11850K .......... .......... .......... .......... .......... 17% 436M 0s\n 11900K .......... .......... .......... .......... .......... 17% 436M 0s\n 11950K .......... .......... .......... .......... .......... 18% 310M 0s\n 12000K .......... .......... .......... .......... .......... 18% 454M 0s\n 12050K .......... .......... .......... .......... .......... 18% 430M 0s\n 12100K .......... .......... .......... .......... .......... 18% 432M 0s\n 12150K .......... .......... .......... .......... .......... 18% 407M 0s\n 12200K .......... .......... .......... .......... .......... 18% 445M 0s\n 12250K .......... .......... .......... .......... .......... 18% 452M 0s\n 12300K .......... .......... .......... .......... .......... 18% 456M 0s\n 12350K .......... .......... .......... .......... .......... 18% 380M 0s\n 12400K .......... .......... .......... .......... .......... 18% 372M 0s\n 12450K .......... .......... .......... .......... .......... 18% 434M 0s\n 12500K .......... .......... .......... .......... .......... 18% 430M 0s\n 12550K .......... .......... .......... .......... .......... 18% 388M 0s\n 12600K .......... .......... .......... .......... .......... 19% 459M 0s\n 12650K .......... .......... .......... .......... .......... 19% 457M 0s\n 12700K .......... .......... .......... .......... .......... 19% 460M 0s\n 12750K .......... .......... .......... .......... .......... 19% 270M 0s\n 12800K .......... .......... .......... .......... .......... 19% 21.4M 0s\n 12850K .......... .......... .......... .......... .......... 19% 336M 0s\n 12900K .......... .......... .......... .......... .......... 19% 421M 0s\n 12950K .......... .......... .......... .......... .......... 19% 359M 0s\n 13000K .......... .......... .......... .......... .......... 19% 378M 0s\n 13050K .......... .......... .......... .......... .......... 19% 385M 0s\n 13100K .......... .......... .......... .......... .......... 19% 379M 0s\n 13150K .......... .......... ....\n2025-07-14 14:17:15.247 [info] (ssh_tunnel) stderr: ...... .......... .......... 19% 323M 0s\n 13200K .......... .......... .......... .......... .......... 19% 424M 0s\n 13250K .......... .......... .......... .......... .......... 20% 393M 0s\n 13300K .......... .......... .......... .......... .......... 20% 372M 0s\n 13350K .......... .......... .......... .......... .......... 20% 396M 0s\n 13400K ......\n2025-07-14 14:17:15.249 [info] (ssh_tunnel) stderr: .... .......... .......... .......... .......... 20% 434M 0s\n 13450K .......... .......... .......... .......... .......... 20% 447M 0s\n 13500K .......... .......... .......... .......... ..\n2025-07-14 14:17:15.253 [info] (ssh_tunnel) stderr: ........ 20% 434M 0s\n 13550K .......... .......... .......... .......... .......... 20% 370M 0s\n 13600K .......... .......... .......... .......... .......... 20% 425M 0s\n 13650K .......... ..\n2025-07-14 14:17:15.254 [info] (ssh_tunnel) stderr: ........ .......... .......... .......... 20% 444M 0s\n 13700K .......... .......... .......... .......... .......... 20% 408M 0s\n 13750K .......... .......... .......... .......... .......... 20% 408M 0s\n 13800K .......... .......... .......... .......... .......... 20% 430M 0s\n 13850K .......... .......... .......... .......... .......... 20% 381M 0s\n 13900K .......... .......... .......... .......... .......... 20% 425M 0s\n 13950K .......... .......... .......... .......... .......... 21% 381M 0s\n 14000K .......... .......... .......... .......... .......... 21% 448M 0s\n 14050K .......... .......... .......... .......... .......... 21% 364M 0s\n 14100K .......... .......... .......... .......... .......... 21% 427M 0s\n 14150K .......... .......... .......... .......... .......... 21% 372M 0s\n 14200K .......... .......... .......... .......... .......... 21% 438M 0s\n 14250K .......... .......... .......... .......... .......... 21% 433M 0s\n 14300K .......... .......... .......... .......... .......... 21% 439M 0s\n 14350K .......... .......... .......... .......... .......... 21% 376M 0s\n 14400K .......... .......... .......... .......... .......... 21% 429M 0s\n 14450K .......... .......... .......... .......... .......... 21% 423M 0s\n 14500K .......... .......... .......... .......... .......... 21% 414M 0s\n 14550K .......... .......... .......... .......... .......... 21% 375M 0s\n 14600K .......... .......... .......... .......... .......... 22% 453M 0s\n 14650K .......... .......... .......... .......... .......... 22% 387M 0s\n 14700K .......... .......... .......... .......... .......... 22% 441M 0s\n 14750K .......... .......... .......... .......... .......... 22% 365M 0s\n 14800K .......... .......... .......... .......... .......... 22% 455M 0s\n 14850K .......... .......... .......... .......... .......... 22% 456M 0s\n 14900K .......... .......... .......... .......... .......... 22% 382M 0s\n 14950K .......... .......... .......... .......... .......... 22% 389M 0s\n 15000K .......... .......... .......... .......... .......... 22% 459M 0s\n 15050K .......... .......... .......... .......... .......... 22% 455M 0s\n 15100K .......... .......... .......... .......... .......... 22% 45.9M 0s\n 15150K .......... .......... .......... .......... .......... 22% 317M 0s\n 15200K .......... .......... .......... .......... .......... 22% 424M 0s\n 15250K .......... .......... .......... .......... .......... 23% 335M 0s\n 15300K .......... .......... .......... .......... .......... 23% 387M 0s\n 15350K .......... .......... .......... .......... .......... 23% 353M 0s\n 15400K .......... .......... .......... .......... .......... 23% 386M 0s\n 15450K .......... .......... .......... .......... .......... 23% 406M 0s\n 15500K .......... .......... .......... .......... .......... 23% 429M 0s\n 15550K .......... .......... .......... .......... .......... 23% 354M 0s\n 15600K .......... .......... .......... .......... .......... 23% 66.5M 0s\n 15650K .......... .......... .......... .......... .......... 23% 379M 0s\n 15700K .......... .......... .......... .......... .......... 23% 426M 0s\n 15750K .......... .......... .......... .......... .......... 23% 365M 0s\n 15800K .......... .......... .......... .......... .......... 23% 385M 0s\n 15850K .......... .......... .......... .......... .......... 23% 377M 0s\n 15900K .......... .......... .......... .......... .......... 23% 372M 0s\n 15950K .......... .......... .......... .......... .......... 24% 308M 0s\n 16000K .......... .......... .......... .......... .......... 24% 416M 0s\n 16050K .......... .......... .......... .......... .......... 24% 418M 0s\n 16100K .......... .......... ......\n2025-07-14 14:17:15.258 [info] (ssh_tunnel) stderr: .... .......... .......... 24% 390M 0s\n 16150K .......... .......... .......... .......... .......... 24% 351M 0s\n 16200K .......... .......... .......... .......... .......... 24% 375M 0s\n 16250K .......... .......... .......... .......... .......... 24% 424M 0s\n 16300K .......... .......... .......... .......... .......... 24% 364M 0s\n2025-07-14 14:17:15.258 [info] (ssh_tunnel) stderr: \n 16350K .......... .......... .......... .......... .......... 24% 1.55M 0s\n 16400K .......... .......... .......... .......... .......... 24% 298M 0s\n 16450K .......... .......... .......... .......... .......... 24% 309M 0s\n 16500K .......... .......... .......... .......... .......... 24% 287M 0s\n 16550K .......... .......... .......... .......... .......... 24% 287M 0s\n 16600K .......... .......... .......... .......... .......... 25% 319M 0s\n 16650K .......... .......... .......... .......... .......... 25% 318M 0s\n 16700K .......... .......... .......... .......... .......... 25% 323M 0s\n 16750K .......... .......... .......... .......... .......... 25% 264M 0s\n 16800K .......... .......... .......... .......... .......... 25% 300M 0s\n 16850K .......... .......... .......... .......... .......... 25% 323M 0s\n 16900K .......... .......... .......... .......... .......... 25% 317M 0s\n 16950K .......... .......... .......... .......... .......... 25% 270M 0s\n 17000K .......... .......... .......... .......... .......... 25% 270M 0s\n 17050K .......... .......... .......... .......... .......... 25% 277M 0s\n 17100K .......... .......... .......... .......... .......... 25% 280M 0s\n 17150K .......... .......... .......... .......... .......... 25% 233M 0s\n 17200K .......... .......... .......... .......... .......... 25% 304M 0s\n 17250K .......... .......... .......... .......... .......... 26% 286M 0s\n 17300K .......... .......... .......... .......... .......... 26% 304M 0s\n 17350K .......... .......... .......... .......... .......... 26% 260M 0s\n 17400K .......... .......... .......... .......... .......... 26% 318M 0s\n 17450K .......... .......... .......... .......... .......... 26% 284M 0s\n 17500K .......... .......... .......... .......... .......... 26% 301M 0s\n 17550K .......... .......... .......... .......... .......... 26% 261M 0s\n 17600K .......... .......... .......... .......... .......... 26% 294M 0s\n 17650K .......... .......... .......... .......... .......... 26% 272M 0s\n 17700K .......... .......... .......... .......... .......... 26% 277M 0s\n 17750K .......... .......... .......... .......... .......... 26% 266M 0s\n 17800K .......... .......... .......... .......... .......... 26% 243M 0s\n 17850K .......... .......... .......... .......... .......... 26% 208M 0s\n 17900K .......... .......... .......... .......... .......... 27% 230M 0s\n 17950K .......... .......... .......... .......... .......... 27% 178M 0s\n 18000K .......... .......... .......... .......... .......... 27% 223M 0s\n 18050K .......... .......... .......... .......... .......... 27% 218M 0s\n 18100K .......... .......... .......... .......... .......... 27% 202M 0s\n 18150K .......... .......... .......... .......... .......... 27% 201M 0s\n 18200K .......... .......... .......... .......... .......... 27% 209M 0s\n 18250K .......... .......... .......... .......... .......... 27% 239M 0s\n 18300K .......... .......... .......... .......... .......... 27% 194M 0s\n 18350K .......... .......... .......... .......... .......... 27% 168M 0s\n 18400K .......... .......... ..\n2025-07-14 14:17:15.261 [info] (ssh_tunnel) stderr: ........ .......... .......... 27% 241M 0s\n 18450K .......... .......... .......... .......... .......... 27% 216M 0s\n 18500K .......... .......... .......... .......... .......... 27% 216M 0s\n 18550K .......... .......... .......... .......... .......... 27% 208M 0s\n 18600K .......... .......... .......... .......... ....\n2025-07-14 14:17:15.261 [info] (ssh_tunnel) stderr: ...... 28% 227M 0s\n 18650K .......... .......... .......... .......... .......... 28% 218M 0s\n 18700K .......... .......... .......... .......... .......... 28% 220M 0s\n 18750K .......... .......... .......... .......... .......... 28% 177M 0s\n 18800K .......... .......... .......... .......... .......... 28% 216M 0s\n 18850K .......... .......... .......... .......... .......... 28% 218M 0s\n 18900K .......... .......... .......... .......... .......... 28% 223M 0s\n 18950K .......... .......... .......... .......... .......... 28% 203M 0s\n 19000K .......... .......... .......... .......... .......... 28% 230M 0s\n 19050K .......... .......... .......... .......... .......... 28% 234M 0s\n 19100K .......... .......... .......... .......... .......... 28% 220M 0s\n 19150K .......... .......... .......... .......... .......... 28% 176M 0s\n 19200K .......... .......... .......... .......... .......... 28% 215M 0s\n 19250K .......... .......... .......... .......... .......... 29% 233M 0s\n 19300K .......... .......... .......... .......... .......... 29% 220M 0s\n 19350K .......... .......... .......... .......... .......... 29% 199M 0s\n 19400K .......... .......... .......... .......... .......... 29% 220M 0s\n 19450K .......... .......... .......... .......... .......... 29% 230M 0s\n 19500K .......... .......... .......... .......... .......... 29% 211M 0s\n 19550K .......... .\n2025-07-14 14:17:15.265 [info] (ssh_tunnel) stderr: ......... .......... .......... .......... 29% 179M 0s\n 19600K .......... .......... .......... .......... .......... 29% 239M 0s\n 19650K .......... .......... .......... .......... .......... 29% 219M 0s\n 19700K .......... .......... .......... .......... .......... 29% 217M 0s\n 19750K .......... .......... .......... .......... .......... 29% 211M 0s\n 19800K .......... .......... .......... .......... .......... 29% 224M 0s\n 19850K .......... .......... .......... .......... .......... 29% 217M 0s\n 19900K .......... .......... .......... .......... .......... 30% 229M 0s\n 19950K .......... .......... .......... .......... .......... 30% 177M 0s\n 20000K .......... ....\n2025-07-14 14:17:15.268 [info] (ssh_tunnel) stderr: ...... .......... .......... .......... 30% 228M 0s\n 20050K .......... .......... .......... .......... .......... 30% 256M 0s\n 20100K .......... .......... .......... ....\n2025-07-14 14:17:15.268 [info] (ssh_tunnel) stderr: ...... .......... 30% 313M 0s\n 20150K .......... .......... .......... .......... .......... 30% 310M 0s\n 20200K .......... .......... .......... .......... .......... 30% 322M 0s\n 20250K .......... .......... .......... .......... .......... 30% 345M 0s\n 20300K .......... .......... .......... .......... .......... 30% 322M 0s\n 20350K .......... .......... .......... .......... .......... 30% 269M 0s\n 20400K .......... .......... .......... .......... .......... 30% 332M 0s\n 20450K .......... .......... .......... ....\n2025-07-14 14:17:15.296 [info] (ssh_tunnel) stderr: ...... .......... 30% 352M 0s\n 20500K .......... .......... .......... .......... .......... 30% 353M 0s\n 20550K .......... .......... .......... .......... .......... 30% 328M 0s\n 20600K .......... .......... .......... .......... .......... 31% 343M 0s\n 20650K .......... .......... .......... .......... .......... 31% 348M 0s\n 20700K .......... .......... .......... .......... .......... 31% 328M 0s\n 20750K .......... .......... .......... .......... .......... 31% 251M 0s\n 20800K .......... .......... .......... .......... .......... 31% 320M 0s\n 20850K .......... .......... .......... .......... .......... 31% 322M 0s\n 20900K .......... .......... .......... .......... .......... 31% 320M 0s\n 20950K .......... .......... ....\n2025-07-14 14:17:15.297 [info] (ssh_tunnel) stderr: ...... .......... .......... 31% 323M 0s\n 21000K .......... .......... .......... .......... .......... 31% 344M 0s\n 21050K .......... .......... .......... .......... .......... 31% 342M 0s\n 21100K .......... .......... .......... .......... .......... 31% 341M 0s\n 21150K .......... .......... .......... .......... .......... 31% 300M 0s\n 21200K .......... .......... .......... .......... .......... 31% 318M 0s\n 21250K .......... .......... .......... .......... .......... 32% 352M 0s\n 21300K .......... .......... .......... .......... .......... 32% 325M 0s\n 21350K .......... .......... .......... .......... .......... 32% 310M 0s\n 21400K .......... .......... .......... .......... .......... 32% 352M 0s\n 21450K .......... .......... .......... .......... .......... 32% 345M 0s\n 21500K .......... .......... .......... .......... .......... 32% 353M 0s\n 21550K .......... .......... .......... .......... .......... 32% 272M 0s\n 21600K .......... .......... .......... .......... .......... 32% 331M 0s\n 21650K .......... .......... .......... .......... .......... 32% 347M 0s\n 21700K .......... .......... .......... .......... .......... 32% 361M 0s\n 21750K .......... .......... .......... .......... .......... 32% 315M 0s\n 21800K .......... .......... .......... .......... .......... 32% 353M 0s\n 21850K .......... .......... .......... .......... .......... 32% 320M 0s\n 21900K .......... .......... .......... .......... .......... 33% 343M 0s\n 21950K .......... .......... .......... .......... .......... 33% 272M 0s\n 22000K .......... .......... .......... .......... .......... 33% 354M 0s\n 22050K .......... .......... .......... .......... .......... 33% 361M 0s\n 22100K .......... .......... .......... .......... .......... 33% 302M 0s\n 22150K .......... .......... .......... .......... .......... 33% 325M 0s\n 22200K .......... .......... .......... .......... .......... 33% 315M 0s\n 22250K .......... .......... .......... .......... .......... 33% 338M 0s\n 22300K .......... .......... .......... .......... .......... 33% 354M 0s\n 22350K .......... .......... .......... .......... .......... 33% 299M 0s\n 22400K .......... .......... .......... .......... .......... 33% 365M 0s\n 22450K .......... .......... .......... .......... .......... 33% 347M 0s\n 22500K .......... .......... .......... .......... .......... 33% 340M 0s\n 22550K .......... .......... .......... .......... .......... 34% 316M 0s\n 22600K .......... .......... .......... .......... .......... 34% 356M 0s\n 22650K .......... .......... .......... .......... .......... 34% 360M 0s\n 22700K .......... .......... .......... .......... .......... 34% 354M 0s\n 22750K .......... .......... .\n2025-07-14 14:17:15.304 [info] (ssh_tunnel) stderr: ......... .......... .......... 34% 282M 0s\n 22800K .......... .......... .......... .......... .......... 34% 296M 0s\n 22850K .......... .......... .......... .......... .......... 34% 357M 0s\n 22900K .......... .......... .......... .......... .......... 34% 358M 0s\n 22950K .......... .......... .......... .......... .......... 34% 303M 0s\n 23000K .......... .......... .......... .......... .......... 34% 333M 0s\n 23050K .......... .......... .......... .......... .......... 34% 357M 0s\n 23100K .......... .......... .......... .......... .......... 34% 347M 0s\n 23150K .......... .......... .......... .......... .......... 34% 284M 0s\n 23200K .......... .......... .......... .......... .......... 34% 352M 0s\n 23250K .......... .......... .......... .......... .......... 35% 296M 0s\n 23300K .......... .......... .......... .......... .......... 35% 348M 0s\n 23350K .......... .......... .......... .......... .......... 35% 295M 0s\n 23400K .......... .......... .......... .......... .......... 35% 353M 0s\n 23450K .......... .......... .......... .......... .......... 35% 319M 0s\n 23500K .......... .......... .......... .......... .......... 35% 357M 0s\n 23550K .......... .......... .......... .......... .......... 35% 314M 0s\n 23600K .......... .......... .......... .......... .......... 35% 363M 0s\n 23650K .......... .......... .......... .......... .......... 35% 345M 0s\n 23700K .......... .......... .......... .......... .......... 35% 350M 0s\n 23750K .......... .......... .......... .......... .......... 35% 265M 0s\n 23800K .......... .......... .......... .......... .......... 35% 322M 0s\n 23850K .......... .......... .......... .......... .......... 35% 349M 0s\n 23900K .......... .......... .......... .......... .......... 36% 349M 0s\n 23950K .......... .......... .......... .......... .......... 36% 383M 0s\n 24000K .......... .......... .......... .......... .......... 36% 430M 0s\n 24050K .......... .......... .......... .......... .......... 36% 367M 0s\n 24100K .......... .......... .......... .......... .......... 36% 428M 0s\n 24150K .......... .......... .......... .......... .......... 36% 285M 0s\n 24200K .......... .......... .......... .......... .......... 36% 424M 0s\n 24250K .......... .......... .......... .......... .......... 36% 431M 0s\n 24300K .......... .......... .......... .......... .......... 36% 426M 0s\n 24350K .......... .......... .......... .......... .......... 36% 387M 0s\n 24400K .......... .......... .......... .......... .......... 36% 431M 0s\n 24450K .......... .......... .......... .......... .......... 36% 369M 0s\n 24500K .......... .......... .......... .......... .......... 36% 420M 0s\n 24550K .......... .......... .......... .......... .......... 37% 332M 0s\n 24600K .......... .......... .......... .......... .......... 37% 387M 0s\n 24650K .......... .......... .......... .......... .......... 37% 442M 0s\n 24700K .......... .......... .......... .......... .......... 37% 394M 0s\n 24750K .......... .......... .......... .......... .......... 37% 395M 0s\n 24800K .......... .......... .......... .......... .......... 37% 328M 0s\n 24850K .......... .......... .......... .......... .......... 37% 425M 0s\n 24900K .......... .......... .......... .......... .......... 37% 427M 0s\n 24950K .......... .......... .......... .......... .......... 37% 324M 0s\n 25000K .......... .......... .......... .......... .......... 37% 428M 0s\n 25050K .......... .......... .......... .......... .......... 37% 431M 0s\n 25100K .......... .......... .......... .......... .......... 37% 430M 0s\n 25150K .......... .......... .......... .......... .......... 37% 393M 0s\n 25200K .......... .......... .......... .......... .......... 37% 400M 0s\n 25250K .......... .......... .......... .......... .......... 38% 400M 0s\n 25300K .......... .......... .......... .......... .......... 38% 437M 0s\n 25350K .......... .......... .......... .......... .......... 38% 309M 0s\n 25400K .......... .......... .......... .......... .......... 38% 430M 0s\n 25450K .......... .......... .......... .......... .......... 38% 452M 0s\n 25500K .......... .......... .......... .......... .......... 38% 401M 0s\n 25550K .......... .......... .......... .......... .......... 38% 358M 0s\n 25600K .......... .......... .......... .......... .......... 38% 385M 0s\n 25650K .......... .......... .......... .......... .......... 38% 403M 0s\n 25700K .......... .......... .......... .......... .......... 38% 419M 0s\n 25750K .......... .......... .......... .......... .......... 38% 343M 0s\n 25800K .......... .......... .......... .......... .......... 38% 436M 0s\n 25850K .......... .......... .......... .......... .......... 38% 426M 0s\n 25900K .......... .......... .......... .......... .......... 39% 425M 0s\n 25950K .......... .......... .......... .......... .......... 39% 340M 0s\n 26000K .......... .......... .......... .......... .......... 39% 414M 0s\n 26050K .......... .......... .......... .......... .......... 39% 425M 0s\n 26100K .......... .......... .......... .......... .......... 39% 423M 0s\n 26150K .......... .......... .......... .......... .......... 39% 364M 0s\n 26200K .......... .......... .......... .......... .......... 39% 423M 0s\n 26250K .......... .......... .......... .......... .......... 39% 425M 0s\n 26300K .......... .......... .......... .......... .......... 39% 378M 0s\n 26350K .......... .......... .......... .......... .......... 39% 331M 0s\n 26400K .......... .......... .......... .......... .......... 39% 322M 0s\n 26450K .......... .......... .......... .......... .......... 39% 391M 0s\n 26500K .......... .......... .......... .......... .......... 39% 381M 0s\n 26550K .......... .......... .......... .......... .......... 40% 313M 0s\n 26600K .......... .......... .......... .......... .......... 40% 418M 0s\n 26650K .......... .......... .......... .......... .......... 40% 311M 0s\n 26700K .......... .......... .......... .......... .......... 40% 396M 0s\n 26750K .......... .......... .......... .......... .......... 40% 338M 0s\n 26800K .......... .......... .......... .......... .......... 40% 431M 0s\n 26850K .......... .......... .......... .......... .......... 40% 410M 0s\n 26900K .......... .......... .......... .......... .......... 40% 420M 0s\n 26950K .......... .......... .......... .......... .......... 40% 360M 0s\n 27000K .......... .......... .......... .......... .......... 40% 423M 0s\n 27050K .......... .......... .......... .......... .......... 40% 430M 0s\n 27100K .......... .......... .......... .......... .......... 40% 347M 0s\n 27150K .......... .......... .......... .......... .......... 40% 325M 0s\n 27200K .......... .......... .......... .......... .......... 40% 428M 0s\n 27250K .......... .......... .......... .......... .......... 41% 425M 0s\n 27300K .......... .......... .......... .......... .......... 41% 409M 0s\n 27350K .......... .......... .......... .......... .......... 41% 372M 0s\n 27400K .......... .......... .......... .......... .......... 41% 427M 0s\n 27450K .......... .......... .......... .......... .......... 41% 344M 0s\n 27500K .......... .......... .......... .......... .......... 41% 403M 0s\n 27550K .......... .......... .......... .......... .......... 41% 305M 0s\n 27600K .......... .......... .......... .......... .......... 41% 378M 0s\n 27650K .......... .......... .......... .......... .......... 41% 422M 0s\n 27700K .......... .......... .......... .......... .......... 41% 364M 0s\n 27750K .......... .......... .......... .......... .......... 41% 363M 0s\n 27800K .......... .......... .......... .......... .......... 41% 400M 0s\n 27850K .......... .......... .......... .......... .......... 41% 415M 0s\n 27900K .......... .......... .......... .......... .......... 42% 414M 0s\n 27950K .......... .......... .......... .......... .......... 42% 338M 0s\n 28000K .......... .......... .......... .......... .......... 42% 420M 0s\n 28050K .......... .......... .......... .......... .......... 42% 355M 0s\n 28100K .......... .......... .......... .......... .......... 42% 397M 0s\n 28150K .......\n2025-07-14 14:17:15.304 [info] (ssh_tunnel) stderr: ... .......... .......... .......... .......... 42% 353M 0s\n 28200K .......... .......... .......... .......... .......... 42% 420M 0s\n 28250K .......... .......... .......... .......... .......... 42% 398M 0s\n 28300K .......... .......... .......... .......... .......... 42% 423M 0s\n 28350K .......... .......... .......... .......... .......... 42% 347M 0s\n 28400K .......... .......... .......... .......... .......... 42% 402M 0s\n 28450K .......... .......... .......... .......... .......... 42% 422M 0s\n 28500K .......... .......... .......... .......... .......... 42% 367M 0s\n 28550K .......... .......... .......... .......... .......... 43% 366M 0s\n 28600K .......... .......... .......... .......... .......... 43% 426M 0s\n 28650K .......... .......... .......... .......... .......... 43% 330M 0s\n 28700K .......... .......... .......... .......... .......... 43% 420M 0s\n 28750K .......... .......... .......... .......... .......... 43% 346M 0s\n 28800K .......... .......... .......... .......... .......... 43% 400M 0s\n 28850K .......... .......... .......... .......... .......... 43% 418M 0s\n 28900K .......... .......... .......... .......... .......... 43% 392M 0s\n 28950K .......... .......... .......... .......... .......... 43% 378M 0s\n 29000K .......... .......... .......... .......... .......... 43% 404M 0s\n 29050K .......... .......... .......... .......... .......... 43% 411M 0s\n 29100K .......... .......... .......... .......... .......... 43% 399M 0s\n 29150K .......... .......... .......... .......... .......... 43% 347M 0s\n 29200K .......... .......... .......... .......... .......... 44% 393M 0s\n 29250K .......... .......... .......... .......... .......... 44% 434M 0s\n 29300K .......... .......... .......... .......... .......... 44% 405M 0s\n 29350K .......... .......... .......... .......... .......... 44% 348M 0s\n 29400K .......... .......... .......... .......... .......... 44% 388M 0s\n 29450K .......... .......... .......... .......... .......... 44% 411M 0s\n 29500K .......... .......... .......... .......... .......... 44% 411M 0s\n 29550K .......... .......... .......... .......... .......... 44% 333M 0s\n 29600K .......... .......... .......... .......... .......... 44% 426M 0s\n 29650K .......... .......... .......... .......... .......... 44% 405M 0s\n 29700K .......... .......... .......... .......... .......... 44% 389M 0s\n 29750K .......... .......... .......... .......... .......... 44% 333M 0s\n 29800K .......... .......... .......... .......... .......... 44% 335M 0s\n 29850K .......... .......... .......... .......... .......... 44% 425M 0s\n 29900K .......... .......... .......... .......... .......... 45% 383M 0s\n 29950K .......... .......... .......... .......... .......... 45% 362M 0s\n 30000K .......... .......... .......... .......... .......... 45% 403M 0s\n 30050K .......... .......... .......... .......... .......... 45% 406M 0s\n 30100K .......... .......... .......... .......... .......... 45% 395M 0s\n 30150K ........\n2025-07-14 14:17:15.311 [info] (ssh_tunnel) stderr: .. .......... .......... .......... .......... 45% 318M 0s\n 30200K .......... .......... .......... .......... .......... 45% 326M 0s\n 30250K .......... .......... .......... .......... .......... 45% 429M 0s\n 30300K .......... .......... .......... .......... .......... 45% 394M 0s\n 30350K .......... .......... .......... .......... .......... 45% 315M 0s\n 30400K .......... .......... .......... .......... .......... 45% 427M 0s\n 30450K .......... .......... .......... .......... .......... 45% 402M 0s\n 30500K .......... .......... .......... .......... .......... 45% 382M 0s\n 30550K .......... .......... .......... .......... .......... 46% 345M 0s\n 30600K .......... .......... .......... .......... .......... 46% 418M 0s\n 30650K .......... .......... .......... ......\n2025-07-14 14:17:15.311 [info] (ssh_tunnel) stderr: .... .......... 46% 387M 0s\n 30700K .......... .......... .......... .......... .......... 46% 417M 0s\n 30750K .......... .......... .......... .......... .......... 46% 351M 0s\n 30800K .......... .......... .......... .......... .......... 46% 431M 0s\n 30850K .......... .......... .......... .......... .......... 46% 394M 0s\n 30900K .......... .......... .......... .......... .......... 46% 419M 0s\n 30950K .......... .......... .......... .......... .......... 46% 342M 0s\n 31000K .......... .......... .......... .......... .......... 46% 400M 0s\n 31050K .......... .......... .......... .......... .......... 46% 399M 0s\n 31100K .......... .......... .......... .......... .......... 46% 392M 0s\n 31150K .......... .......... .......... .......... .......... 46% 362M 0s\n 31200K .......... .......... .......... .......... .......... 47% 412M 0s\n 31250K .......... .......... .......... .......... .......... 47% 391M 0s\n 31300K .......... .......... .......... .......... .......... 47% 414M 0s\n 31350K .......... .......... .......... .......... .......... 47% 351M 0s\n 31400K .......... .......... .......... .......... .......... 47% 420M 0s\n 31450K .......... .......... .......... .......... .......... 47% 385M 0s\n 31500K .......... .......... .......... .......... .......... 47% 415M 0s\n 31550K .......... .......... .......... .......... .......... 47% 346M 0s\n 31600K .......... ...\n2025-07-14 14:17:15.313 [info] (ssh_tunnel) stderr: ....... .......... .......... .......... 47% 405M 0s\n 31650K .......... .......... .......... .......... .......... 47% 408M 0s\n 31700K .......... ........\n2025-07-14 14:17:15.316 [info] (ssh_tunnel) stderr: .. .......... .......... .......... 47% 409M 0s\n 31750K .......... .......... .......... .......... .......... 47% 354M 0s\n 31800K .......... .......... ..\n2025-07-14 14:17:15.318 [info] (ssh_tunnel) stderr: ........ .......... .......... 47% 394M 0s\n 31850K .......... .......... .......... .......... .......... 47% 391M 0s\n 31900K .......... .......... ..\n2025-07-14 14:17:15.318 [info] (ssh_tunnel) stderr: ........ .......... .......... 48% 415M 0s\n 31950K .......... .......... .......... .......... .......... 48% 358M 0s\n 32000K .......... .......... .......... .......... .......... 48% 360M 0s\n 32050K .......... .......... .......... .......... .......... 48% 398M 0s\n 32100K .......... .......... .......... .......... .......... 48% 375M 0s\n 32150K .......... .......... .......... .......... .......... 48% 366M 0s\n 32200K .......... .......... .......... .......... .......... 48% 406M 0s\n 32250K .......... .......... .......... .......... .......... 48% 415M 0s\n 32300K .......... .......... .......... .......... .......... 48% 408M 0s\n 32350K .......... .......... .......... .......... .......... 48% 350M 0s\n 32400K .......... .......... .......... .......... ......\n2025-07-14 14:17:15.318 [info] (ssh_tunnel) stderr: .... 48% 360M 0s\n 32450K .......... .......... .......... .......... .......... 48% 412M 0s\n 32500K .......... .......... .......... .......... .......... 48% 385M 0s\n 32550K .......... .......... .......... .......... .......... 49% 370M 0s\n 32600K .......... .......... .......... .......... .......... 49% 413M 0s\n 32650K .......... .......... .......... .......... .......... 49% 418M 0s\n 32700K .......... .......... .......... .......... .......... 49% 421M 0s\n 32750K .......... .......... .......... .......... .......... 49% 66.0M 0s\n 32800K .......... .......... .......... .......... .......... 49% 404M 0s\n 32850K .......... .......... .......... .......... .......... 49% 432M 0s\n 32900K .......... .......... .......... .......... .......... 49% 433M 0s\n 32950K .......... ......\n2025-07-14 14:17:15.318 [info] (ssh_tunnel) stderr: .... .......... .......... .......... 49% 394M 0s\n 33000K .......... .......... .......... .......... .......... 49% 388M 0s\n 33050K .......... .......... .......... .......... .......... 49% 416M 0s\n 33100K .......... .......... .......... .......... .......... 49% 433M 0s\n 33150K .......... .......... ....\n2025-07-14 14:17:15.321 [info] (ssh_tunnel) stderr: ...... .......... .......... 49% 363M 0s\n 33200K .......... .......... .......... .......... .......... 50% 432M 0s\n 33250K .......... .......... .......... ......\n2025-07-14 14:17:15.325 [info] (ssh_tunnel) stderr: .... .......... 50% 428M 0s\n 33300K .......... .......... .......... .......... .......... 50% 455M 0s\n 33350K .......... .......... .......... ..........\n2025-07-14 14:17:15.325 [info] (ssh_tunnel) stderr: .......... 50% 398M 0s\n 33400K .......... .......... .......... .......... .......... 50% 443M 0s\n 33450K .......... .......... .......... .......... .......... 50% 427M 0s\n 33500K .......... .......... .......... .......... .......... 50% 432M 0s\n 33550K .......... .......... .......... .......... .......... 50% 364M 0s\n 33600K .......... .......... .......... .......... .......... 50% 452M 0s\n 33650K .......... .......... .......... .......... .......... 50% 443M 0s\n 33700K .......... .......... .......... .......... .......... 50% 445M 0s\n 33750K .......... .......... .......... .......... .......... 50% 404M 0s\n 33800K .......... .......... .......... .......... .......... 50% 432M 0s\n 33850K .......... .......... .......... ......\n2025-07-14 14:17:15.325 [info] (ssh_tunnel) stderr: .... .......... 51% 444M 0s\n 33900K .......... .......... .......... .......... .......... 51% 424M 0s\n 33950K .......... .......... .......... .......... .......... 51% 365M 0s\n 34000K .......... .......... .......... .......... .......... 51% 448M 0s\n 34050K .......... .......... .......... .......... .......... 51% 434M 0s\n 34100K .......... .......... .......... .......... .......... 51% 394M 0s\n 34150K .......... .......... .......... .......... .......... 51% 344M 0s\n 34200K .......... .......... .......... .......... .......... 51% 424M 0s\n 34250K .......... .......... .......... .......... .......... 51% 434M 0s\n 34300K .......... .......... .......... .......... .......... 51% 401M 0s\n 34350K .......... .......... .......... .......... .......... 51% 398M 0s\n 34400K .......... .......... .......... .......... .......... 51% 434M 0s\n 34450K .......... .......... .......... .......... .......... 51% 406M 0s\n 34500K .......... .......... .......... .......... .......... 51% 438M 0s\n 34550K ........\n2025-07-14 14:17:15.331 [info] (ssh_tunnel) stderr: .. .......... .......... .......... .......... 52% 398M 0s\n 34600K .......... .......... .......... .......... .......... 52% 418M 0s\n 34650K .......... .......... .......... .......... .......... 52% 445M 0s\n 34700K .......... .......... .......... .......... .......\n2025-07-14 14:17:15.332 [info] (ssh_tunnel) stderr: ... 52% 425M 0s\n 34750K .......... .......... .......... .......... .......... 52% 332M 0s\n 34800K .......... .......... .......... ........\n2025-07-14 14:17:15.332 [info] (ssh_tunnel) stderr: .. .......... 52% 445M 0s\n 34850K .......... .......... .......... .......... .......... 52% 439M 0s\n 34900K .......... .......... .......... .......... .......... 52% 427M 0s\n 34950K .......... .......... .......... .......... .......... 52% 393M 0s\n 35000K .......... .......... .......... .......... .......... 52% 421M 0s\n 35050K .......... .......... .......... .......... .......... 52% 437M 0s\n 35100K .......... .......... .......... ....\n2025-07-14 14:17:15.332 [info] (ssh_tunnel) stderr: ...... .......... 52% 449M 0s\n 35150K .......... .......... .......... .......... .......... 52% 328M 0s\n 35200K .......... .......... .......... .......... .......... 53% 445M 0s\n 35250K .......... .......... .......... .......... .......... 53% 452M 0s\n 35300K .......... .......... .......... .......... .......... 53% 382M 0s\n 35350K .......... .......... .......... .......... .......... 53% 398M 0s\n 35400K .......... .......... .......... .......... .......... 53% 429M 0s\n 35450K .......... .......... .......... .......... .......... 53% 409M 0s\n 35500K .......... .......... .......... .......... .......... 53% 422M 0s\n 35550K .......... .......... .......... .......... .......... 53% 347M 0s\n 35600K .......... .......... .......... .......... .......... 53% 445M 0s\n 35650K .......... .......... .......... .......... .......... 53% 447M 0s\n 35700K .......... .......... .......... .......... .......... 53% 391M 0s\n 35750K .......... .......... .......... .......... .......... 53% 386M 0s\n 35800K .......... .......... .......... ...\n2025-07-14 14:17:15.332 [info] (ssh_tunnel) stderr: ....... .......... 53% 439M 0s\n 35850K .......... .......... .......... .......... .......... 54% 439M 0s\n 35900K .......... .......... ......\n2025-07-14 14:17:15.336 [info] (ssh_tunnel) stderr: .... .......... .......... 54% 441M 0s\n 35950K .......... .......... .......... .......... .......... 54% 362M 0s\n 36000K .......... .......... ..\n2025-07-14 14:17:15.357 [info] (ssh_tunnel) stderr: ........ .......... .......... 54% 419M 0s\n 36050K .......... .......... .......... .......... .......... 54% 449M 0s\n 36100K .......... .......... .......... .......... .......... 54% 440M 0s\n 36150K .......... .......... .......... .......... .......... 54% 388M 0s\n 36200K .......... .......... .......... .......... .......... 54% 429M 0s\n 36250K .......... .......... .......... .......... .......... 54% 434M 0s\n 36300K .......... .......... .......... .......... .......... 54% 433M 0s\n 36350K .......... .......... .......... .......... .......... 54% 361M 0s\n 36400K .......... .......... .......... .......... .......... 54% 419M 0s\n 36450K .......... .......... .......... .......... .......... 54% 437M 0s\n 36500K .........\n2025-07-14 14:17:15.357 [info] (ssh_tunnel) stderr: . .......... .......... .......... .......... 54% 429M 0s\n 36550K .......... .......... .......... .......... .......... 55% 393M 0s\n 36600K .......... .......... .......... .......... .......... 55% 375M 0s\n 36650K .......... .......... .......... .......... .......... 55% 356M 0s\n 36700K .......... .......... .......... .......... .......... 55% 433M 0s\n 36750K .......... .......... .......... .......... .......... 55% 345M 0s\n 36800K .......... .......... .......... .......... .......... 55% 405M 0s\n 36850K .......... .......... .......... .......... .......... 55% 405M 0s\n 36900K .......... .......... .......... .......... .......... 55% 441M 0s\n 36950K .......... .......... .......... .......... .......... 55% 402M 0s\n 37000K .......... .......... .......... .......... .......... 55% 418M 0s\n 37050K .......... .......... .......... .......... .......... 55% 396M 0s\n 37100K .......... .......... .......... .......... .......... 55% 439M 0s\n 37150K .......... .......... .......... .......... .......... 55% 345M 0s\n 37200K .......... .......... .......... .......... .......... 56% 395M 0s\n 37250K .......... .......... .......... .......... .......... 56% 418M 0s\n 37300K .......... .......... .......... .......... .......... 56% 434M 0s\n 37350K .......... .......... .......... .......... .......... 56% 398M 0s\n 37400K .......... .......... .......... .......... .......... 56% 392M 0s\n 37450K .......... .......... .......... .......... .......... 56% 420M 0s\n 37500K .......... .......... .......... .......... .......... 56% 439M 0s\n 37550K ......\n2025-07-14 14:17:15.429 [info] (ssh_tunnel) stderr: .... .......... .......... .......... .......... 56% 336M 0s\n 37600K .......... .......... .......... .......... .......... 56% 407M 0s\n 37650K .......... .......... .......... .......... .......... 56% 401M 0s\n 37700K .......... .......... .......... .......... ..........\n2025-07-14 14:17:15.432 [info] (ssh_tunnel) stderr: 56% 416M 0s\n 37750K .......... .......... .......... .......... .......... 56% 393M 0s\n 37800K .......... .......... .......... .......... .......... 56% 405M 0s\n 37850K .......... .......... .......... .......... .......... 57% 408M 0s\n 37900K .......... .......... .......... .......... .......... 57% 394M 0s\n 37950K .......... .......... .......... .......... .......... 57% 363M 0s\n 38000K .......... .......... .......... .......... .......... 57% 444M 0s\n 38050K .......... .......... .......... .......... .......... 57% 402M 0s\n 38100K .......... ........\n2025-07-14 14:17:15.432 [info] (ssh_tunnel) stderr: .. .......... .......... .......... 57% 421M 0s\n 38150K .......... .......... .......... .......... .......... 57% 393M 0s\n 38200K .......... .......... .......... .......... .......... 57% 441M 0s\n 38250K .......... .......... .......... .......... .......... 57% 437M 0s\n 38300K .......... .......... .......... .......... .......... 57% 443M 0s\n 38350K .......... .......... .......... .......... .......... 57% 362M 0s\n 38400K .......... .......... .......... .......... .......... 57% 432M 0s\n 38450K .......... .......... .......... .......... .......... 57% 411M 0s\n 38500K .......... .......... .......... .......... .......... 58% 428M 0s\n 38550K .......... .......... .......... .......... .......... 58% 392M 0s\n 38600K .......... .......... .......... .......... .......... 58% 434M 0s\n 38650K .......... .......... .......... .......... .......... 58% 429M 0s\n 38700K .......... .......... .......... .......... .......... 58% 439M 0s\n 38750K .......... .......... .......... .......... .......... 58% 358M 0s\n 38800K .......... .......... .......... .......... .......... 58% 434M 0s\n 38850K .......... .......... .......... .......... .......... 58% 435M 0s\n 38900K .......... .......... .......... .......... .......... 58% 418M 0s\n 38950K .......... .......... .......... .......... .......... 58% 395M 0s\n 39000K .......... .......... .......... .......... .......... 58% 435M 0s\n 39050K .......... ..........\n2025-07-14 14:17:15.434 [info] (ssh_tunnel) stderr: .......... .......... .......... 58% 426M 0s\n 39100K .......... .......... .......... .......... .......... 58% 421M 0s\n 39150K .......... .......... .......... .......... .......... 58% 347M 0s\n 39200K .......... .......... .......... .......... .......... 59% 441M 0s\n 39250K .......... \n2025-07-14 14:17:15.436 [info] (ssh_tunnel) stderr: .......... .......... .......... .......... 59% 410M 0s\n 39300K .......... .......... .......... .......... .......... 59% 415M 0s\n 39350K ..\n2025-07-14 14:17:15.438 [info] (ssh_tunnel) stderr: ........ .......... .......... .......... .......... 59% 384M 0s\n 39400K .......... .......... .......... .......... .......... 59% 440M\n2025-07-14 14:17:15.465 [info] (ssh_tunnel) stderr: 0s\n 39450K .......... .......... .......... .......... .......... 59% 432M 0s\n 39500K .......... .......... .......... .......... .......... 59% 413M 0s\n 39550K .......... .......... .......... .......... .......... 59% 360M 0s\n 39600K .......... .......... .......... .......... .......... 59% 429M 0s\n 39650K .......... .......... .......... .......... .......... 59% 417M 0s\n 39700K .......... .......... .......... .......... .......... 59% 424M 0s\n 39750K .......... .......... .......... .......... .......... 59% 379M 0s\n 39800K .......... .......... .......... .......... .......... 59% 430M 0s\n 39850K .......... .......... .......... .......... .......... 60% 427M 0s\n 39900K .......... .......... .......... .......... .......... 60% 417M 0s\n 39950K .......... .......... .......... .......... .......... 60% 349M 0s\n 40000K .......... .......... .......... .......... .......... 60% 437M 0s\n 40050K .......... .......... .......... .......... .......... 60% 386M 0s\n 40100K .......... .......... .......... .......... .......... 60% 380M 0s\n 40150K .......... .......... .......... .......... .......... 60% 364M 0s\n 40200K .......... .......... .......... .......... .......... 60% 407M 0s\n 40250K .......... .......... .......... .......... .......... 60% 423M 0s\n 40300K .......... .......... .......... .......... .......... 60% 422M 0s\n 40350K .......... .......... .......... .......... .......... 60% 351M 0s\n 40400K .......... .......... .......... .......... .......... 60% 416M 0s\n 40450K .......... .......... .......... .......... .......... 60% 430M 0s\n 40500K .......... .......... .......... .......... .......... 61% 419M 0s\n 40550K .......... .......... .......... .......... .......... 61% 373M 0s\n 40600K .......... .......... .......... .......... .......... 61% 419M 0s\n 40650K .......... .......... .......... .......... .......... 61% 432M 0s\n 40700K .......... .......... .......... .......... .......... 61% 420M 0s\n 40750K .......... .......... .......... .......... .......... 61% 351M 0s\n 40800K .......... .......... .......... .......... .......... 61% 428M 0s\n 40850K .......... .......... .......... .......... .......... 61% 425M 0s\n 40900K .......... .......... .......... .......... .......... 61% 424M 0s\n 40950K .......... .......... .......... .......... .......... 61% 370M 0s\n 41000K .......... .......... .......... .......... .......... 61% 413M 0s\n 41050K .......... .......... .......... .......... .......... 61% 425M 0s\n 41100K .......... .......... .......... .......... .......... 61% 411M 0s\n 41150K .......... .......... .......... .......... .......... 61% 349M 0s\n 41200K .......... .......... .......... .......... .......... 62% 431M 0s\n 41250K .......... .......... .......... .......... .......... 62% 413M 0s\n 41300K .......... .......... .......... .......... .......... 62% 412M 0s\n 41350K .......... .......... .......... .......... .......... 62% 383M 0s\n 41400K .......... .......... .......... .......... .......... 62% 409M 0s\n 41450K .......... .......... .......... .......... .......... 62% 418M 0s\n 41500K .......... .......... .......... .......... .......... 62% 397M 0s\n 41550K .......... .......... .......... .......... .......... 62% 351M 0s\n 41600K .......... .......... .......... .......... .......... 62% 424M 0s\n 41650K .......... .......... .......... .......... .......... 62% 431M 0s\n 41700K .......... .......... .......... .......... .......... 62% 421M 0s\n 41750K .......... .......... .......... .......... .......... 62% 380M 0s\n 41800K .......... .......... .......... .......... .......... 62% 403M 0s\n 41850K .......... .......... .......... .......... .......... 63% 431M 0s\n 41900K .......... .......... .......... .......... .......... 63% 424M 0s\n 41950K .......... .......... .......... .......... .......... 63% 346M 0s\n 42000K .......... .......... .......... .......... .......... 63% 420M 0s\n 42050K .......... .......... .......... .......... .......... 63% 415M 0s\n 42100K .......... .......... .......... .......... .......... 63% 418M 0s\n 42150K .......... .......... .......... .......... .......... 63% 386M 0s\n 42200K .......... .......... .......... .......... .......... 63% 403M 0s\n 42250K .......... .......... .......... .......... .......... 63% 418M 0s\n 42300K .......... .......... .......... .......... .......... 63% 411M 0s\n 42350K .......... .......... .......... .......... .......... 63% 347M 0s\n 42400K .......... .......... .......... .......... .......... 63% 434M 0s\n 42450K .......... .......... .......... .......... .......... 63% 419M 0s\n 42500K .......... .......... .......... .......... .......... 64% 418M 0s\n 42550K .......... .......... .......... .......... .......... 64% 381M 0s\n 42600K .......... .......... .......... .......... .......... 64% 427M 0s\n 42650K .......... .......... .......... .......... .......... 64% 413M 0s\n 42700K .......... .......... .......... .......... .......... 64% 422M 0s\n 42750K .......... .......... .......... .......... .......... 64% 349M 0s\n 42800K .......... .......... .......... .......... .......... 64% 417M 0s\n 42850K .......... .......... .......... .......... .......... 64% 424M 0s\n 42900K .......... .......... .......... .......... .......... 64% 423M 0s\n 42950K .......... .......... .......... .......... .......... 64% 386M 0s\n 43000K .......... .......... .......... .......... .......... 64% 415M 0s\n 43050K .......... .......... .......... .......... .......... 64% 383M 0s\n 43100K .......... .......... .......... .......... .......... 64% 412M 0s\n 43150K .......... .......... .......... .......... .......... 64% 356M 0s\n 43200K .......... .......... .......... .......... .......... 65% 381M 0s\n 43250K .......... .......... .......... .......... .......... 65% 377M 0s\n 43300K .......... .......... .......... .......... .......... 65% 409M 0s\n 43350K .......... .......... .......... .......... .......... 65% 383M 0s\n 43400K .......... .......... .......... .......... .......... 65% 406M 0s\n 43450K .......... .......... .......... .......... .......... 65% 388M 0s\n 43500K .......... .......... .......... .......... .......... 65% 411M 0s\n 43550K .......... .......... .......... .......... .......... 65% 328M 0s\n 43600K .......... .......... .......... .......... .......... 65% 415M 0s\n 43650K .......... .......... .......... .......... .......... 65% 420M 0s\n 43700K .......... .......... .......... .......... .......... 65% 398M 0s\n 43750K .......... .......... .......... .......... .......... 65% 353M 0s\n 43800K ......\n2025-07-14 14:17:15.465 [info] (ssh_tunnel) stderr: .... .......... .......... .......... .......... 65% 404M 0s\n 43850K .......... .......... .......... .......... .......... 66%\n2025-07-14 14:17:15.469 [info] (ssh_tunnel) stderr: 386M 0s\n 43900K .......... .......... .......... .......... .......... 66% 382M 0s\n 43950K .......... .......... .......... .......... .......... 66% 319M 0s\n 44000K .......... .......... .......... .......... .......... 66% 419M 0s\n 44050K .......... .......... .......... .......... .......... 66% 427M 0s\n 44100K .......... .......... .......... .......... .......... 66% 335M 0s\n 44150K .......... .......... .......... .......... .......... 66% 266M 0s\n 44200K .......... .......... .......... .......... .......... 66% 279M 0s\n 44250K .......... .......... .......... .......... ....\n2025-07-14 14:17:15.471 [info] (ssh_tunnel) stderr: ...... 66% 303M 0s\n 44300K .......... .......... .......... .......... .......... 66% 337M 0s\n 44350K .......... .......... .......... .......... .......\n2025-07-14 14:17:15.473 [info] (ssh_tunnel) stderr: ... 66% 331M 0s\n 44400K .......... .......... .......... .......... .......... 66% 427M 0s\n 44450K .......... .......... .......... .......... .......... 66% 422M 0s\n 44500K .......... .......... .......... .......... .......... 67% 428M 0s\n 44550K .......... .......... .......... .......... .......... 67% 367M 0s\n 44600K .......... .......... .......... .......... .......... 67% 415M 0s\n 44650K .......... .......... .......... .......... .......... 67% 405M 0s\n 44700K .......... .......... .......... .......... .......... 67% 414M 0s\n 44750K .......... .......... ....\n2025-07-14 14:17:15.473 [info] (ssh_tunnel) stderr: ...... .......... .......... 67% 354M 0s\n 44800K .......... .......... .......... .......... .......... 67% 413M 0s\n 44850K .......... .......... .......... .......... .......... 67% 421M 0s\n 44900K .......... .......... .......... .......... .......... 67% 414M 0s\n 44950K .......... .......... .......... .......... .......... 67% 372M 0s\n 45000K .......... .......... .......... .......... .......... 67% 419M 0s\n 45050K .......... .......... .......... .......... .......... 67% 421M 0s\n 45100K .......... .......... .......... .......... .......... 67% 420M 0s\n 45150K .......... .......... .......... .......... .......... 68% 348M 0s\n 45200K .......... .......... .......... .......... .......... 68% 417M 0s\n 45250K .......... .......... .......... .......... .......... 68% 429M 0s\n 45300K .......... .......... .......... .......... .......... 68% 411M 0s\n 45350K .......... .......... .......... .......... .......... 68% 370M 0s\n 45400K .......... .......... .......... .......... .......... 68% 411M 0s\n 45450K .......... .......... .......... .......... .......... 68% 423M 0s\n 45500K .......... .......... .......... .......... .........\n2025-07-14 14:17:15.475 [info] (ssh_tunnel) stderr: . 68% 420M 0s\n 45550K .......... .......... .......... .......... .......... 68% 338M 0s\n 45600K .......... .......... .......... .......... .......... 68% 395M 0s\n 45650K .......... .......... .......... .......... .......... 68% 363M 0s\n 45700K .......... .......... .......... .......... .......... 68% 409M 0s\n 45750K .......... .......... .......... .......... .......... 68% 359M 0s\n 45800K .......... .......... .......... .......... ..........\n2025-07-14 14:17:15.483 [info] (ssh_tunnel) stderr: 68% 340M 0s\n 45850K .......... .......... .......... .......... .......... 69% 409M 0s\n 45900K .......... .......... .......... .......... ..\n2025-07-14 14:17:15.483 [info] (ssh_tunnel) stderr: ........ 69% 380M 0s\n 45950K .......... .......... .......... .......... .......... 69% 340M 0s\n 46000K .......... .......... .......... .......... .......... 69% 403M 0s\n 46050K .......... .......... .......... .......... .......... 69% 382M 0s\n 46100K .......... .......... .......... .......... ..........\n2025-07-14 14:17:15.486 [info] (ssh_tunnel) stderr: 69% 397M 0s\n 46150K .......... .......... .......... .......... .......... 69% 356M 0s\n 46200K .......... .......... .......... .......... .......... 69% 421M 0s\n 46250K .......... .......... .......... .......... .......... 69% 426M 0s\n 46300K .......... .......... .......... .......... .......... 69% 406M 0s\n 46350K .......... .......... .......... .......... .......... 69% 334M 0s\n 46400K .......... .......... .......\n2025-07-14 14:17:15.486 [info] (ssh_tunnel) stderr: ... .......... .......... 69% 413M 0s\n 46450K .......... .......... .......... .......... .......... 69% 410M 0s\n 46500K .......... .......... .......... .......... .......... 70% 422M 0s\n 46550K .......... .......... .......... .......... .......... 70% 369M 0s\n 46600K .......... .......... .......... .......... .......... 70% 421M 0s\n 46650K .......... .......... .......... .......... .......... 70% 413M 0s\n 46700K .......... .......... .......... .......... .......... 70% 430M 0s\n 46750K .......... .......... .......... .......... .......... 70% 354M 0s\n 46800K .......... .......... .......... .......... .......... 70% 417M 0s\n 46850K .......... .......... .......... .......... .......... 70% 416M 0s\n 46900K .......... .......... .......... .......... .......... 70% 424M 0s\n 46950K .......... .......... .......... .......... .......... 70% 315M 0s\n 47000K .......... .......... .......... .......... .......... 70% 402M 0s\n 47050K .......... .......... .......... ......\n2025-07-14 14:17:15.487 [info] (ssh_tunnel) stderr: .... .......... 70% 360M 0s\n 47100K .......... .......... .......... .......... .......... 70% 400M 0s\n 47150K .......... .......... .......... .......... .......... 71% 344M 0s\n 47200K .......... .......... .......... .......... .......... 71% 410M 0s\n 47250K .......... .......... .......... .......... .......... 71% 372M 0s\n 47300K .......... .......... .......... .......... .......... 71% 383M 0s\n 47350K .......... .......... .......... .......... .......... 71% 331M 0s\n2025-07-14 14:17:15.488 [info] (ssh_tunnel) stderr: \n 47400K .......... .......... .......... .......... .......... 71% 430M 0s\n 47450K .......... .......... .......... .......... ....\n2025-07-14 14:17:15.494 [info] (ssh_tunnel) stderr: ...... 71% 312M 0s\n 47500K .......... .......... .......... .......... .......... 71% 394M 0s\n 47550K .......... .......... .......... .......... .......... 71% 322M 0s\n 47600K .......... .......... .......... .......... .......... 71% 415M 0s\n 47650K .......... .......... .......... .......... .......... 71% 389M 0s\n 47700K .......... .......... .......... .......... .......... 71% 373M 0s\n 47750K .......... .......... .......... .\n2025-07-14 14:17:15.494 [info] (ssh_tunnel) stderr: ......... .......... 71% 347M 0s\n 47800K .......... .......... .......... .......... .......... 71% 417M 0s\n 47850K .......... .......... .......... .......... .......... 72% 413M 0s\n 47900K .......... .......... .......... .......... .......... 72% 350M 0s\n 47950K .......... .......... .......... .......... .......... 72% 309M 0s\n 48000K .......... .......... .......... .......... .......... 72% 402M 0s\n 48050K .......... .......... .......... .......... .......... 72% 394M 0s\n 48100K .......... .......... .......... .......... .......... 72% 363M 0s\n 48150K .......... .......... .......... .......... .......... 72% 358M 0s\n 48200K .......... .......... .......... .......... .......... 72% 391M 0s\n 48250K .......... .......... .......... .......... .......... 72% 386M 0s\n 48300K .......... .......... .......... .......... .......... 72% 387M 0s\n 48350K .......... .......... .......... .......... .......... 72% 340M 0s\n 48400K .......... .......... .......... .......... .......... 72% 387M 0s\n 48450K .......... .......... .......... .......... .......... 72% 388M 0s\n 48500K .......... .......... .......... .......... .......... 73% 347M 0s\n 48550K .......... .......... .......... .......... .......... 73% 369M 0s\n 48600K .......... ....\n2025-07-14 14:17:15.495 [info] (ssh_tunnel) stderr: ...... .......... .......... .......... 73% 411M 0s\n 48650K .......... .......... .......... .......... .......... 73% 385M 0s\n 48700K .......... .......... .......... .......... .......... 73% 341M 0s\n 48750K .......... .......... .......... ..........\n2025-07-14 14:17:15.496 [info] (ssh_tunnel) stderr: .......... 73% 333M 0s\n 48800K .......... .......... .......... .......... .......... 73% 419M 0s\n 48850K .......... .......... .......... .......... ..\n2025-07-14 14:17:15.503 [info] (ssh_tunnel) stderr: ........ 73% 361M 0s\n 48900K .......... .......... .......... .......... .......... 73% 366M 0s\n 48950K .......... .......... .......... .......... .......... 73% 370M 0s\n 49000K .......... .......... .......... .......... .......... 73% 420M 0s\n 49050K .......... ..........\n2025-07-14 14:17:15.506 [info] (ssh_tunnel) stderr: .......... .......... .......... 73% 381M 0s\n 49100K .......... .......... .......... .......... .......... 73% 375M 0s\n 49150K .......... .......... .......... .......... .......... 74% 71.0M 0s\n 49200K .......... .......... .......... .......... .......... 74%\n2025-07-14 14:17:15.507 [info] (ssh_tunnel) stderr: 394M 0s\n 49250K .......... .......... .......... .......... .......... 74% 407M 0s\n 49300K .......... .......... .......... .......... .......... 74% 391M 0s\n 49350K .......... .......... .......... .......... .......... 74% 400M 0s\n 49400K .......... .......... .......... .......... .......... 74% 415M 0s\n 49450K .......... .......... .......... .......... .......... 74% 376M 0s\n 49500K .......... .......... .......... .......... .......... 74% 429M 0s\n 49550K .......... .......... .......... .......... .......... 74% 371M 0s\n 49600K .......... .......... .......... .......... .......... 74% 385M 0s\n 49650K .......... .......... .......... .......... .......... 74% 408M 0s\n 49700K .......... .......... .......... .......... .......... 74% 388M 0s\n 49750K .......... .......... .......... .......... .......... 74% 394M 0s\n 49800K .......... .......... .......... .......... .......... 75% 450M 0s\n 49850K .......... .......... .......... .......... .......... 75% 370M 0s\n 49900K .......... .......... .......... .......... .......... 75% 422M 0s\n 49950K .......... .......... .......... .......... .......... 75% 337M 0s\n 50000K .......... .......... .......... .......... .......... 75% 404M 0s\n 50050K .......... .......... .......... .......... .......... 75% 421M 0s\n 50100K .......... .......... .......... .......... .......... 75% 432M 0s\n 50150K .......... .......... .......... ..........\n2025-07-14 14:17:15.507 [info] (ssh_tunnel) stderr: .......... 75% 367M 0s\n 50200K .......... .......... .......... .......... .......... 75% 448M 0s\n 50250K .......... .......... .......... .......... .......... 75% 415M 0s\n 50300K .......... .......... .......... .......... .......... 75% 404M 0s\n 50350K .......... .......... .......... .......... .......... 75% 370M 0s\n 50400K .......... .......... .......... .......... .......... 75% 449M 0s\n 50450K .......... .......... .......... .......... .......... 75% 397M 0s\n 50500K ..........\n2025-07-14 14:17:15.514 [info] (ssh_tunnel) stderr: .......... .......... .......... .......... 76% 402M 0s\n 50550K .......... .......... .......... .......... .......... 76% 407M 0s\n 50600K .......... .......... .......... .......... .......... 76% 450M 0s\n 50650K .......... .......... .......... .......... .......... 76% 437M 0s\n 50700K .......... .......... .......... .......... .......... 76% 381M 0s\n 50750K .......... .......... .......... .......... .......... 76% 337M 0s\n 50800K .......... .......... .......... .......... .......... 76% 452M 0s\n 50850K .......... .......... .......... .......... .......... 76% 442M 0s\n 50900K .......... .......... .......... .......... .......... 76% 372M 0s\n 50950K .......... .......... .......... .......... .......... 76% 357M 0s\n 51000K .......... .......... .......... .......... .......... 76% 448M 0s\n 51050K .......... .......... .......... .......... .......... 76% 449M 0s\n 51100K .......... .......... .......... .......... .......... 76% 384M 0s\n 51150K .......... .......... .......... .......... .......... 77% 330M 0s\n 51200K .......... .\n2025-07-14 14:17:15.514 [info] (ssh_tunnel) stderr: ......... .......... .......... .......... 77% 420M 0s\n 51250K .......... .......... .......... .......... .......... 77% 418M 0s\n 51300K .......... .......... .......... .......... .......... 77% 419M 0s\n 51350K .......... .......... .......... .......... .......... 77% 391M 0s\n 51400K .......... .......... .......... .......... .......... 77% 429M 0s\n 51450K .......... .......... .......... .......... .......... 77% 432M 0s\n 51500K .......... .......... .......... .......... .......... 77% 413M 0s\n 51550K .......... .......... .......... .......... .......... 77% 348M 0s\n 51600K .......... .......... .......... .......... .......... 77% 440M 0s\n 51650K .......... .......... .......... .......... .......... 77% 421M 0s\n 51700K .......... .......... .......... .......... .......... 77% 389M 0s\n 51750K .......... .......... .......... .......... .......... 77% 380M 0s\n 51800K .......... .......... .......... .......... .......... 78% 432M 0s\n 51850K .......... .......... .......... .......... .......... 78% 397M 0s\n 51900K .......... .......... .......... .......... .......... 78% 393M 0s\n 51950K .......... .......... .......... .......... .......... 78% 345M 0s\n 52000K .......... .......... .......... .......... .......... 78% 415M 0s\n 52050K .......... .......... .......... .......... .......... 78% 412M 0s\n 52100K .......... .......... .......... .......... .......... 78% 384M 0s\n 52150K .......... .......... .......... .......... .......... 78% 330M 0s\n 52200K .......... ....\n2025-07-14 14:17:15.522 [info] (ssh_tunnel) stderr: ...... .......... .......... .......... 78% 418M 0s\n 52250K .......... .......... .......... .......... .......... 78% 411M 0s\n 52300K .......... .......... .......... .......... .......... 78% 445M 0s\n 52350K .......... .......... .......... .......... .......... 78% 313M 0s\n 52400K .......... ...\n2025-07-14 14:17:15.527 [info] (ssh_tunnel) stderr: ....... .......... .......... .......... 78% 385M 0s\n 52450K .......... .......... .......... .......... .......... 78% 406M 0s\n 52500K .......... .......... .......... .......... .......... 79% 424M 0s\n 52550K .......... .......... .......... .......... .......... 79% 336M 0s\n 52600K .......... .......... .......... .......... .......... 79% 380M 0s\n 52650K .......... .......... .......... .......... .......... 79% 453M 0s\n 52700K .......... .......... .......... .......... .......... 79% 342M 0s\n 52750K .......... .......... .......... .......... .......... 79% 353M 0s\n 52800K .......... .......... .......... .......... .......... 79% 402M 0s\n 52850K .......... ..........\n2025-07-14 14:17:15.527 [info] (ssh_tunnel) stderr: .......... .......... .......... 79% 399M 0s\n 52900K .......... .......... .......... .......... .......... 79% 440M 0s\n 52950K .......... .......... .......... .......... .......... 79% 310M 0s\n 53000K .......... .......... .......... .......... .......... 79% 378M 0s\n 53050K .......... .......... .......... .......... .......... 79% 397M 0s\n 53100K .......... .......... .......... .......... .......... 79% 433M 0s\n 53150K .......... .......... .......... .......... .......... 80% 383M 0s\n 53200K .......... .......... .......... .......... .......... 80% 382M 0s\n 53250K .......... .......... .......... .......... .......... 80% 415M 0s\n 53300K .......... .......... .......... .......... .......... 80% 426M 0s\n 53350K .......... .......... .......... .......... .......... 80% 369M 0s\n 53400K .......... .......... .......... .......... .......... 80% 392M 0s\n 53450K .......... .......... .......... .......... .......... 80% 421M 0s\n 53500K .......... .......... .......... .......... .......... 80% 391M 0s\n 53550K .......... .......... .......... .......... .......... 80% 345M 0s\n 53600K .......... .......... .......... .......... .......... 80% 416M 0s\n 53650K .......... .......... .......... .......... .......... 80% 431M 0s\n 53700K .......... .......... .......... .......... .......... 80% 457M 0s\n 53750K .......... .......... .......... .......... .......... 80% 321M 0s\n 53800K .......... .......... .......... .......... .......... 81% 374M 0s\n 53850K .......... .......... .......... .......... .......... 81% 428M 0s\n 53900K .......... .......... .......... .......... .......... 81% 399M 0s\n 53950K .......... .......... .......... .......... .......... 81% 391M 0s\n 54000K .......... .......... .......... .......... .......... 81% 380M 0s\n 54050K .......... .......... .......... .......... .......... 81% 445M 0s\n 54100K .......... .......... .......... .......... .......... 81% 462M 0s\n 54150K .......... .......... .......... .......... .......... 81% 337M 0s\n 54200K .......... .......... .......... .......... .......... 81% 417M 0s\n 54250K .......... .......... .......... .......... .......... 81% 445M 0s\n 54300K .......... .......... .......... .......... .......... 81% 408M 0s\n 54350K .......... .......... .......... .......... .......... 81% 323M 0s\n 54400K .......... .......... .......... .......... .......... 81% 411M 0s\n 54450K .......... .......... .......... .......... .......... 81% 442M 0s\n 54500K .......... ........\n2025-07-14 14:17:15.536 [info] (ssh_tunnel) stderr: .. .......... .......... .......... 82% 366M 0s\n 54550K .......... .......... .......... .......... .......... 82% 365M 0s\n 54600K .......... .......... .......... .......... .......... 82% 399M 0s\n 54650K .......... .......... .........\n2025-07-14 14:17:15.536 [info] (ssh_tunnel) stderr: . .......... .......... 82% 416M 0s\n 54700K .......... .......... .......... .......... .......... 82% 377M 0s\n 54750K .......... .......... .......... .......... .......... 82% 364M 0s\n 54800K .......... .......... .......... .......... .......... 82% 416M 0s\n 54850K .......... .......... .......... .......... .......... 82% 422M 0s\n 54900K .......... .......... .......... .......... .......... 82% 422M 0s\n 54950K .......... .......... .......... .......... .......... 82% 345M 0s\n 55000K .......... .......... .......... .......... .......... 82% 427M 0s\n 55050K .......... .......... .......... .......... .......... 82% 399M 0s\n 55100K .......... .......... .......... .......... .......... 82% 395M 0s\n 55150K .......... .......... .......... .......... .......... 83% 394M 0s\n 55200K .......... .......... .......... .......... .......... 83% 381M 0s\n 55250K .......... .......... .......... .......... .......... 83% 418M 0s\n 55300K .......... .......... .......... .......... .......... 83% 438M 0s\n 55350K .......... .......... .......... .......... .......... 83% 362M 0s\n 55400K .......... .......... .......... .......... .......... 83% 396M 0s\n 55450K .......... .......... .......... .......... .......... 83% 421M 0s\n 55500K .......... .......... .......... .......... .......... 83% 372M 0s\n 55550K .......... .......... .......... .......... .......... 83% 384M 0s\n 55600K .......... .......... .......... .......... .......... 83% 365M 0s\n 55650K .......... .......... .......... .......... .......... 83% 425M 0s\n 55700K .......... .......... .......... .......... .......... 83% 387M 0s\n 55750K .......... .......... .......... .......... .......... 83% 332M 0s\n 55800K .......... .......... .......... .......... .......... 84% 417M 0s\n 55850K .......... .......... .......... .......... .......... 84% 418M 0s\n 55900K .......... .......... .......... .......... .......... 84% 395M 0s\n 55950K .......... .......... .......... ..\n2025-07-14 14:17:15.536 [info] (ssh_tunnel) stderr: ........ .......... 84% 360M 0s\n 56000K .......... .......... .......... .......... .......... 84% 422M 0s\n 56050K .......... .......... .......... .......... .......... 84% 376M 0s\n 56100K .......... .......... .......... .......... .......... 84% 394M 0s\n 56150K .......... .......... .......... .......... .......... 84% 371M 0s\n 56200K .......... .......... .......... .......... .......... 84% 436M 0s\n 56250K .......... .......... .......... .......... .......... 84% 423M 0s\n 56300K .......... .......... .......... .......... .......... 84% 396M 0s\n 56350K .......... .......... .......... .......... .......... 84% 356M 0s\n 56400K .......... .......... .......... .......... .......... 84% 385M 0s\n 56450K .......... .......... .......... .......... .......... 85% 400M 0s\n 56500K .......... .......... .......... .......... .......... 85% 407M 0s\n 56550K .......... .......... .......... .......... .......... 85% 390M 0s\n 56600K .......... .......... .......... .......... .......... 85% 436M 0s\n 56650K .......... .......... .......... .......... .......... 85% 434M 0s\n 56700K .......... .......... .......... .......... .......... 85% 441M 0s\n 56750K .......... .......... .......... .......... .......... 85% 354M 0s\n 56800K .......... .......... .......... .......... .......... 85% 431M 0s\n 56850K .......... .......... .......... .......... .......... 85% 402M 0s\n 56900K .......... .......... .......... .......... .......... 85% 434M 0s\n 56950K .......... .......... .......... .......... .......... 85% 393M 0s\n 57000K .......... .......... .......... .......... .......... 85% 430M 0s\n 57050K .......... .......... .......... .......... .......... 85% 441M 0s\n 57100K .......... .......... .......... .......... .......... 85% 427M 0s\n 57150K .......... .......... .......... .......... .......... 86% 348M 0s\n 57200K .......... .......... .......... .......... .......... 86% 432M 0s\n 57250K .......... .......... .......... .......... .......... 86% 430M 0s\n 57300K .......... .......... .......... .......... .......... 86% 432M 0s\n 57350K .......... .......... .......... .......... .......... 86% 389M 0s\n 57400K .......... .......... .......... .......... .......... 86% 433M 0s\n 57450K .......... ..\n2025-07-14 14:17:15.629 [info] (ssh_tunnel) stderr: ........ .......... .......... .......... 86% 431M 0s\n 57500K .......... .......... .......... .......... .......... 86% 434M 0s\n 57550K .......... .......... .......... .......... .......... 86% 351M 0s\n 57600K .......... .......... .......... .......... .......... 86% 418M 0s\n 57650K .......... .......... .......... .......... .......... 86% 430M 0s\n 57700K .......... .......... .......... .......... .......... 86% 435M 0s\n 57750K .......... .......... .......... .......... .......... 86% 376M 0s\n 57800K .......... .......... .......... .......... .......... 87% 427M 0s\n 57850K .......... .......... .......... .......... .......... 87% 426M 0s\n 57900K .......... .......... .......... .......... .......... 87% 433M 0s\n 57950K .......... .......... .......... .......... .......... 87% 357M 0s\n 58000K .......... .......... .......... .......... .......... 87% 408M 0s\n 58050K .......... .......... .......... .......... .......... 87% 422M 0s\n 58100K .......... .......... ......\n2025-07-14 14:17:15.630 [info] (ssh_tunnel) stderr: .... .......... .......... 87% 431M 0s\n 58150K .......... .......... .......... .......... .......... 87% 392M 0s\n 58200K .......... .......... .......... .......... .......... 87% 412M 0s\n 58250K .......... .......... .......... .......... .......... 87% 426M 0s\n 58300K .......... .......... .......... .......... .......... 87% 431M 0s\n 58350K .......... .......... .......... .......... .......... 87% 354M 0s\n 58400K .......... .......... .......... .......... .......... 87% 414M 0s\n 58450K .......... .......... .......... .......... .......... 88% 424M 0s\n 58500K .......... .......... .......... .......... .......... 88% 431M 0s\n 58550K .......... .......... .......... .......... .......... 88% 390M 0s\n 58600K .......... .......... .......... .......... .......... 88% 424M 0s\n 58650K .......... .......... .......... .......... .......... 88% 426M 0s\n 58700K .......... .......... .......... .......... .......... 88% 428M 0s\n 58750K .......... .......... .......... .......... .......... 88% 331M 0s\n 58800K .......... .......... .......... .......... .......... 88% 381M 0s\n 58850K .......... .......... .......... .......... .......... 88% 382M 0s\n 58900K .......... .......... .......... .......... .......... 88% 394M 0s\n 58950K .......... .......... .......... .......... .......... 88% 357M 0s\n 59000K .......... .......... .......... .......... .......... 88% 397M 0s\n 59050K .......... .......... .......... .......... .......... 88% 405M 0s\n 59100K .......... .......... .......... .......... .......... 88% 403M 0s\n 59150K .......... .......... .......... .......... .......... 89% 329M 0s\n 59200K .......... .......... .......... .......... .......... 89% 392M 0s\n 59250K .......... .......... .......... .......... .......... 89% 406M 0s\n 59300K .......... .......... .......... .......... .......... 89% 405M 0s\n 59350K .......... .......... .......... .......... .......... 89% 363M 0s\n 59400K .......... .......... .......... .......... .......... 89% 401M 0s\n 59450K .......... .......... .......... .......... .......... 89% 397M 0s\n 59500K .......... .......... .......... .......... .......... 89% 400M 0s\n 59550K .......... .......... .......... .......... .......... 89% 346M 0s\n 59600K .......... .......... .......... .......... .......... 89% 403M 0s\n 59650K .......... .......... .......... .......... .......... 89% 407M 0s\n 59700K .......... .......... .......... .......... .......... 89% 408M 0s\n 59750K .......... .......... .......... .......... .......... 89% 371M 0s\n 59800K .......... .......... .......... .......... .......... 90% 406M 0s\n 59850K .......... .......... .......... .......... .......... 90% 426M 0s\n 59900K .......... .......... .......... .......... .......... 90% 416M 0s\n 59950K .......... .......... .......... .......... .......... 90% 351M 0s\n 60000K .......... .......... .......... .......... .......... 90% 406M 0s\n 60050K .......... .......... .......... .......... .......... 90% 444M 0s\n 60100K .......... .......... .......... .......... .......... 90% 432M 0s\n 60150K .......... .......... .......... .......... .......... 90% 383M 0s\n 60200K .......... .......... .......... .......... .......... 90% 451M 0s\n 60250K .......... .......... .......... .......... .......... 90% 447M 0s\n 60300K .......... .......... .......... .......... .......... 90% 429M 0s\n 60350K .......... .......... .......... .......... .......... 90% 367M 0s\n 60400K .......... ........\n2025-07-14 14:17:15.640 [info] (ssh_tunnel) stderr: .. .......... .......... .......... 90% 434M 0s\n 60450K .......... .......... .......... .......... .......... 91% 427M 0s\n 60500K .......... .......... .......... .......... .......... 91% 430M 0s\n 60550K .......... .......... .......... .......... .......... 91% 393M 0s\n 60600K .......... .......... .......... .......... .......... 91% 436M 0s\n 60650K .......... .......... .......... .......... .......... 91% 423M 0s\n 60700K .......... .......... .......... .......... .......... 91% 438M 0s\n 60750K .......... .......... .......... .......... .......... 91% 362M 0s\n 60800K .......... .......... .......... .......... .......... 91% 440M 0s\n 60850K .......... .......... .......... .......... .......... 91% 420M 0s\n 60900K .......... .......... .......... .......... .......... 91% 422M 0s\n 60950K .......... .......... .......... .......... .......... 91% 359M 0s\n 61000K .......... .......... .......... .......... .......... 91% 432M 0s\n 61050K .......... .......... .......... .......... .......... 91% 429M 0s\n 61100K .......... .......... .......... .......... .......... 92% 437M 0s\n 61150K .......... .......... .......... .......... .......... 92% 333M 0s\n 61200K .......... .......... .......... .......... .......... 92% 440M 0s\n 61250K .......... .......... .......... .......... .......... 92% 424M 0s\n 61300K .......... .......... .......... .......... .......... 92% 354M 0s\n 61350K .......... .......... .......... .......... .......... 92% 394M 0s\n 61400K .......... .......... .......... .......... ......\n2025-07-14 14:17:15.641 [info] (ssh_tunnel) stderr: .... 92% 427M 0s\n 61450K .......... .......... .......... .......... .......... 92% 425M 0s\n 61500K .......... .......... .......... .......... .......... 92% 417M 0s\n 61550K .......... .......... .......... .......... .......... 92% 343M 0s\n 61600K .......... .......... .......... .......... .......... 92% 393M 0s\n 61650K .......... .......... .......... .......... .......... 92% 309M 0s\n 61700K .......... .......... .......... .......... .......... 92% 410M 0s\n 61750K .......... .......... .......... .......... .......... 92% 354M 0s\n 61800K .\n2025-07-14 14:17:15.641 [info] (ssh_tunnel) stderr: ......... .......... .......... .......... .......... 93% 387M 0s\n 61850K .......... .......... .......... .......... .......... 93% 396M 0s\n 61900K .......... .......... .......... .......... .......... 93% 393M 0s\n 61950K .......... .......... .......... .......... .......... 93% 325M 0s\n 62000K .......... .......... .......... .......... .......... 93% 401M 0s\n 62050K .......... .......... .......... .......... .......... 93% 382M 0s\n 62100K .......... .......... .......... .......... .......... 93% 393M 0s\n 62150K .......... .......... .......... .......... .......... 93% 357M 0s\n 62200K .......... .......... .......... .......... .......... 93% 394M 0s\n 62250K .......... .......... .......... .......... .......... 93% 383M 0s\n 62300K .......... .......... .......... .......... .......... 93% 245M 0s\n 62350K .......... .......... .......... .......... .......... 93% 324M 0s\n 62400K .......... .......... .......... .......... .......... 93% 371M 0s\n 62450K .......... .......... .......... .......... .......... 94% 393M 0s\n 62500K .......... .......... .......... .......... .......... 94% 389M 0s\n 62550K .......... .......... .......... .......... .......... 94% 75.4M 0s\n 62600K .......... .......... .......... .......... .......... 94% 379M 0s\n 62650K .......... .......... .......... .......... .......... 94% 401M 0s\n 62700K .......... ........\n2025-07-14 14:17:15.642 [info] (ssh_tunnel) stderr: .. .......... .......... .......... 94% 397M 0s\n 62750K .......... .......... .......... .......... .......... 94% 335M 0s\n 62800K .......... .......... .......... .......... .......... 94% 409M 0s\n 62850K .......... .......... .......... .......... .......... 94% 404M 0s\n 62900K .......... .......... .......... .......... .......... 94% 391M 0s\n 62950K .......... .......... .......... .......... .......... 94% 368M 0s\n 63000K .......... .......... .......... .......... .......... 94% 409M 0s\n 63050K .......... .......... .......... .......... .......... 94% 402M 0s\n 63100K .......... .......... .......... .......... .......... 95% 412M 0s\n 63150K .......... .......... .......... .......... .......... 95% 343M 0s\n 63200K .......... .......... .......... .......... .......... 95% 418M 0s\n 63250K .......... .......... .......... .......... .......... 95% 416M 0s\n 63300K ..........\n2025-07-14 14:17:15.649 [info] (ssh_tunnel) stderr: .......... .......... .......... .......... 95% 333M 0s\n 63350K .......... .......... .......... .......... .......... 95% 372M 0s\n 63400K .......... .......... .......... .......... .......... 95% 375M 0s\n 63450K .......... .......... .......... .......... .......... 95% 412M 0s\n 63500K .......... .......... .......... .......... .......... 95% 413M 0s\n 63550K .......... .......... .......... .......... .......... 95% 338M 0s\n 63600K .......... .......... .......... .......... .......... 95% 380M 0s\n 63650K .......... .......... .......... .......... .......... 95% 405M 0s\n 63700K .......... .......... .......... .......... .......... 95% 415M 0s\n 63750K .......... .......... .......... .......... .......... 95% 380M 0s\n 63800K .......... .......... .......... .......... .......... 96% 415M 0s\n 63850K .......... .......... .......... .......... .......... 96% 418M 0s\n 63900K .......... ........\n2025-07-14 14:17:15.649 [info] (ssh_tunnel) stderr: .. .......... .......... .......... 96% 373M 0s\n 63950K .......... .......... .......... .......... .......... 96% 309M 0s\n 64000K .......... .......... .......... .......... .......... 96% 346M 0s\n 64050K .......... .......... .......... .......... .......... 96% 389M 0s\n 64100K .......... .......... .......... .......... .......... 96% 392M 0s\n 64150K .......... .......... .......... .......... .......... 96% 320M 0s\n 64200K .......... .......... .......... .......... .......... 96% 395M 0s\n 64250K .......... .......... .......... .......... .......... 96% 418M 0s\n 64300K .......... .......... .......... .......... .......... 96% 420M 0s\n 64350K .......... .......... .......... .......... .......... 96% 347M 0s\n 64400K .......... .......... .......... .......... .......... 96% 410M 0s\n 64450K .......... .......... .......... .......... .......... 97% 411M 0s\n 64500K .......... .......... .......... .......... .......... 97% 391M 0s\n 64550K .......... .......... .......... .......... .......... 97% 344M 0s\n 64600K .......... .......... .......... .......... .......... 97% 386M 0s\n 64650K .......... .......... .......... .......... .......... 97% 388M 0s\n 64700K .......... .......... .......... .......... .......... 97% 398M 0s\n 64750K .......... .......... .......... .......... .......... 97% 326M 0s\n 64800K .......... .......... .......... .......... .......... 97% 398M 0s\n 64850K .......... .......... .......... .......... .......... 97% 396M 0s\n 64900K .......... .......... .......... .......... .......... 97% 391M 0s\n 64950K .......... .......... .......... .......... .......... 97% 346M 0s\n 65000K .......... .......... .......... ........\n2025-07-14 14:17:15.660 [info] (ssh_tunnel) stderr: .. .......... 97% 388M 0s\n 65050K .......... .......... .......... .......... .......... 97% 385M 0s\n 65100K .......... .......... .......... .......... .......... 98% 388M 0s\n 65150K .......... .......... .......... .......... .......... 98% 326M 0s\n 65200K .......... .......... .......... .......... .......... 98% 403M 0s\n 65250K .......... .......... .......... .......... .......... 98% 391M 0s\n 65300K ........\n2025-07-14 14:17:15.660 [info] (ssh_tunnel) stderr: .. .......... .......... .......... .......... 98% 395M 0s\n 65350K .......... .......... .......... .......... .......... 98% 337M 0s\n 65400K .......... .......... .......... .......... .......... 98% 386M 0s\n 65450K .......... .......... .......... .......... .......... 98% 399M 0s\n 65500K .......... .......... .......... .......... .......... 98% 74.6M 0s\n 65550K .......... .......... .......... .......... .......... 98% 294M 0s\n 65600K .......... .......... .......... .......... .......... 98% 439M 0s\n 65650K .......... .......... .......... .......... .......... 98% 416M 0s\n 65700K .......... .......... .......... .......... .......... 98% 441M 0s\n 65750K .......... .......... .......... .......... .......... 99% 402M 0s\n 65800K .......... .......... .......... .......... .......... 99% 421M 0s\n 65850K .......... .......... .......... .......... .......... 99% 428M 0s\n 65900K .......... .......... .......... .......... .......... 99% 396M 0s\n 65950K .......... .......... .......... .......... .......... 99% 358M 0s\n 66000K .......... .......... .......... .......... .......... 99% 452M 0s\n 66050K .......... .......... .......... .......... .......... 99% 437M 0s\n 66100K .......... .......... .......... .......... .......... 99% 455M 0s\n 66150K .......... .......... .......... .......... .......... 99% 393M 0s\n 66200K .......... .......... .......... .......... .......... 99% 458M 0s\n 66250K .......... .......... .......... .......... .......... 99% 443M 0s\n 66300K .......... .......... .......... .......... .......... 99% 432M 0s\n 66350K .......... .......... .......... .......... .......... 99% 362M 0s\n 66400K .......... .......... .......... .......... .......... 99% 456M 0s\n 66450K .......... ... 100% 435M=0.2s\n\n2025-07-14 14:17:15 (276 MB/s) - ‘cursor-server-1c0f46c7-9da8-464a-ad76-fc412d40675f.tar.gz’ saved [68058811/68058811]\n\n\n2025-07-14 14:17:26.122 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-14 14:17:26.192 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-14 14:17:26.208 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-14 14:17:26.314 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-14 14:17:26.327 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-14 14:17:26.364 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-14 14:17:26.378 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-14 14:17:26.413 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 79fd9113-f3ad-4a7c-8b69-7098e18fecfb\n\n2025-07-14 14:17:26.413 [info] (ssh_tunnel) stdout: Multiplex server started with PID 4160115 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-14 14:17:26.427 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-14 14:17:26.441 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-14 14:17:26.951 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-14 14:17:27.053 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 14:17:27.069 [info] (ssh_tunnel) stdout: Starting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\n\n2025-07-14 14:17:27.084 [info] (ssh_tunnel) stdout: Code server started with PID 4160223 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 14:17:27.104 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 14:17:27.616 [info] (ssh_tunnel) stdout: 37be33cd6960cff51b51c874: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45899==\nmultiplexConnectionToken==79fd9113-f3ad-4a7c-8b69-7098e18fecfb==\n\n2025-07-14 14:17:27.622 [info] (ssh_tunnel) stdout: codeListeningOn==40389==\ncodeConnectionToken==9b7f273b-49c8-4681-9b58-87ff716b3407==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n37be33cd6960cff51b51c874: end\n\n2025-07-14 14:17:27.625 [info] Server install command exit code: 0\n2025-07-14 14:17:27.626 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8429.sh\n2025-07-14 14:17:27.628 [info] [forwarding][code] creating new forwarding server\n2025-07-14 14:17:27.628 [info] [forwarding][code] server listening on 62463\n2025-07-14 14:17:27.629 [info] [forwarding][code] Set up server\n2025-07-14 14:17:27.629 [info] [remote-ssh] codeListeningOn (remote=40389; local=62463) codeConnectionToken: 9b7f273b-49c8-4681-9b58-87ff716b3407\n2025-07-14 14:17:27.629 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-14 14:17:27.629 [info] [forwarding][multiplex] server listening on 62464\n2025-07-14 14:17:27.629 [info] [forwarding][multiplex] Set up server\n2025-07-14 14:17:27.631 [info] [remote-ssh] multiplexListeningOn (remote=45899; local=62464) multiplexConnectionToken: 79fd9113-f3ad-4a7c-8b69-7098e18fecfb\n2025-07-14 14:17:27.631 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:17:27.635 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 14:17:27.636 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1489714a-3bda-4341-91d0-1f69ee311719] received connection request\n2025-07-14 14:17:27.637 [info] [command][6d43a117-0edc-4189-8fd6-d3fa3caf6858] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""6d43a117-0edc-4189-8fd6-d3fa3caf6858""}\n2025-07-14 14:17:27.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:17:27.649 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:40389][f71bf5ff-61e8-4351-8ace-5e0673cf7a6d] received connection request\n2025-07-14 14:17:27.650 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:17:27.687 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1489714a-3bda-4341-91d0-1f69ee311719] socks forwarding established\n2025-07-14 14:17:27.687 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][f71bf5ff-61e8-4351-8ace-5e0673cf7a6d] socks forwarding established\n2025-07-14 14:17:27.753 [info] Successfully connected to Cursor server at http://127.0.0.1:62463/version\n2025-07-14 14:17:27.753 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-14 14:17:27.753 [info] [command][6d43a117-0edc-4189-8fd6-d3fa3caf6858] Process exited with code 0\n2025-07-14 14:17:27.754 [info] [command][6d43a117-0edc-4189-8fd6-d3fa3caf6858] Socket close event received\n2025-07-14 14:17:27.754 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c2606aac-bf60-4f63-a431-b97dc19dc796] received connection request\n2025-07-14 14:17:27.754 [info] [command][271433fe-e9ab-4889-a9c1-cd04f70843af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""271433fe-e9ab-4889-a9c1-cd04f70843af""}\n2025-07-14 14:17:27.754 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:17:27.763 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1489714a-3bda-4341-91d0-1f69ee311719] socks connection closed\n2025-07-14 14:17:27.816 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62466 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:17:27.816 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c2606aac-bf60-4f63-a431-b97dc19dc796] socks forwarding established\n2025-07-14 14:17:27.878 [info] [command][271433fe-e9ab-4889-a9c1-cd04f70843af] Process exited with code 0\n2025-07-14 14:17:27.878 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-14 14:17:27.879 [info] [remote-ssh] Resolved exec server. Socks port: 62450\n2025-07-14 14:17:27.879 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":62463,""connectionToken"":""9b7f273b-49c8-4681-9b58-87ff716b3407"",""extensionHostEnv"":{}}. Socks port: 62450\n2025-07-14 14:17:27.879 [info] [command][271433fe-e9ab-4889-a9c1-cd04f70843af] Socket close event received\n2025-07-14 14:17:27.890 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c2606aac-bf60-4f63-a431-b97dc19dc796] socks connection closed\n2025-07-14 14:17:27.925 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62470 to 127.0.0.1 port 62450, nchannels 5\n\n2025-07-14 14:17:27.926 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:40389][2397fce9-4856-4ae1-bf3c-8bf42f6ec0a7] received connection request\n2025-07-14 14:17:27.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:17:27.980 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][2397fce9-4856-4ae1-bf3c-8bf42f6ec0a7] socks forwarding established\n2025-07-14 14:17:28.052 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:40389][87d9f55a-0bd2-4011-8c76-310ff60680a5] received connection request\n2025-07-14 14:17:28.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:17:28.105 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][87d9f55a-0bd2-4011-8c76-310ff60680a5] socks forwarding established\n2025-07-14 14:17:28.317 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-14 14:17:30.818 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 40389, connect from 127.0.0.1 port 62468 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:17:30.818 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][f71bf5ff-61e8-4351-8ace-5e0673cf7a6d] socks connection closed\n2025-07-14 14:17:32.018 [info] [tunnel-forwarding][127.0.0.1:8791 -> localhost:8791] server listening\n2025-07-14 14:18:27.757 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:18:27.760 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][61182308-e349-462c-ad1b-edefe7a1bd80] received connection request\n2025-07-14 14:18:27.761 [info] [command][7f340b93-170e-4e2f-9c3c-14eafe91a0e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7f340b93-170e-4e2f-9c3c-14eafe91a0e1""}\n2025-07-14 14:18:27.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:18:27.783 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][61182308-e349-462c-ad1b-edefe7a1bd80] socks forwarding established\n2025-07-14 14:18:27.815 [info] [command][7f340b93-170e-4e2f-9c3c-14eafe91a0e1] Process exited with code 0\n2025-07-14 14:18:27.815 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][61182308-e349-462c-ad1b-edefe7a1bd80] socks connection closed\n2025-07-14 14:18:27.815 [info] [command][7f340b93-170e-4e2f-9c3c-14eafe91a0e1] Socket close event received\n2025-07-14 14:18:27.833 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62551 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:19:27.821 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:19:27.822 [info] [command][9e0cace2-0c10-4773-b04b-ab36ed3bbd72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9e0cace2-0c10-4773-b04b-ab36ed3bbd72""}\n2025-07-14 14:19:27.822 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0689a278-7b6f-485d-bbb0-e50831374730] received connection request\n2025-07-14 14:19:27.823 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:19:27.841 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0689a278-7b6f-485d-bbb0-e50831374730] socks forwarding established\n2025-07-14 14:19:27.874 [info] [command][9e0cace2-0c10-4773-b04b-ab36ed3bbd72] Process exited with code 0\n2025-07-14 14:19:27.874 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0689a278-7b6f-485d-bbb0-e50831374730] socks connection closed\n2025-07-14 14:19:27.875 [info] [command][9e0cace2-0c10-4773-b04b-ab36ed3bbd72] Socket close event received\n2025-07-14 14:19:27.893 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62577 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:20:27.878 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:20:27.880 [info] [command][e9fa8e03-61e7-49da-be23-d8aa2b6d4f6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""e9fa8e03-61e7-49da-be23-d8aa2b6d4f6b""}\n2025-07-14 14:20:27.881 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d71e3b8f-5978-4697-bd21-5d219b674268] received connection request\n2025-07-14 14:20:27.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:20:27.955 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d71e3b8f-5978-4697-bd21-5d219b674268] socks forwarding established\n2025-07-14 14:20:28.122 [info] [command][e9fa8e03-61e7-49da-be23-d8aa2b6d4f6b] Process exited with code 0\n2025-07-14 14:20:28.123 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d71e3b8f-5978-4697-bd21-5d219b674268] socks connection closed\n2025-07-14 14:20:28.123 [info] [command][e9fa8e03-61e7-49da-be23-d8aa2b6d4f6b] Socket close event received\n2025-07-14 14:20:28.144 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62632 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:21:28.124 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:21:28.126 [info] [command][273b5b15-1635-47c0-8d4b-4b041cddc4e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""273b5b15-1635-47c0-8d4b-4b041cddc4e2""}\n2025-07-14 14:21:28.127 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6f1c680c-6347-46f2-af53-1c65b5b77981] received connection request\n2025-07-14 14:21:28.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:21:28.147 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6f1c680c-6347-46f2-af53-1c65b5b77981] socks forwarding established\n2025-07-14 14:21:28.179 [info] [command][273b5b15-1635-47c0-8d4b-4b041cddc4e2] Process exited with code 0\n2025-07-14 14:21:28.180 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6f1c680c-6347-46f2-af53-1c65b5b77981] socks connection closed\n2025-07-14 14:21:28.180 [info] [command][273b5b15-1635-47c0-8d4b-4b041cddc4e2] Socket close event received\n2025-07-14 14:21:28.199 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62653 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:22:28.182 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:22:28.183 [info] [command][a40453d1-427d-4374-8fbe-15f10b174554] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a40453d1-427d-4374-8fbe-15f10b174554""}\n2025-07-14 14:22:28.183 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ee313301-2303-4a37-8f53-e36be5925cb0] received connection request\n2025-07-14 14:22:28.184 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:22:28.204 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ee313301-2303-4a37-8f53-e36be5925cb0] socks forwarding established\n2025-07-14 14:22:28.244 [info] [command][a40453d1-427d-4374-8fbe-15f10b174554] Process exited with code 0\n2025-07-14 14:22:28.244 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ee313301-2303-4a37-8f53-e36be5925cb0] socks connection closed\n2025-07-14 14:22:28.244 [info] [command][a40453d1-427d-4374-8fbe-15f10b174554] Socket close event received\n2025-07-14 14:22:28.260 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62695 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:23:28.248 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:23:28.249 [info] [command][4e4d4389-610e-41ad-8754-d0f78eaf22d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4e4d4389-610e-41ad-8754-d0f78eaf22d1""}\n2025-07-14 14:23:28.250 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][cc462fe7-def2-47cd-8996-1d7d6b249ea6] received connection request\n2025-07-14 14:23:28.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:23:28.269 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cc462fe7-def2-47cd-8996-1d7d6b249ea6] socks forwarding established\n2025-07-14 14:23:28.306 [info] [command][4e4d4389-610e-41ad-8754-d0f78eaf22d1] Process exited with code 0\n2025-07-14 14:23:28.307 [info] [command][4e4d4389-610e-41ad-8754-d0f78eaf22d1] Socket close event received\n2025-07-14 14:23:28.307 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cc462fe7-def2-47cd-8996-1d7d6b249ea6] socks connection closed\n2025-07-14 14:23:28.325 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62733 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:24:28.311 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:24:28.312 [info] [command][edbbadc2-3ad1-4156-94a7-2ffc10ff2d08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""edbbadc2-3ad1-4156-94a7-2ffc10ff2d08""}\n2025-07-14 14:24:28.313 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][3dc82b6e-2349-4ffa-8b6d-09dc9f26f46d] received connection request\n2025-07-14 14:24:28.313 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:24:28.363 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3dc82b6e-2349-4ffa-8b6d-09dc9f26f46d] socks forwarding established\n2025-07-14 14:24:28.530 [info] [command][edbbadc2-3ad1-4156-94a7-2ffc10ff2d08] Process exited with code 0\n2025-07-14 14:24:28.530 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3dc82b6e-2349-4ffa-8b6d-09dc9f26f46d] socks connection closed\n2025-07-14 14:24:28.530 [info] [command][edbbadc2-3ad1-4156-94a7-2ffc10ff2d08] Socket close event received\n2025-07-14 14:24:28.549 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62751 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:25:28.537 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:25:28.539 [info] [command][3c3973c1-c6f5-4afa-aa53-e098b0b653d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""3c3973c1-c6f5-4afa-aa53-e098b0b653d1""}\n2025-07-14 14:25:28.540 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][323f53e6-8ce2-4860-8abe-0070d3a640e0] received connection request\n2025-07-14 14:25:28.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:25:28.560 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][323f53e6-8ce2-4860-8abe-0070d3a640e0] socks forwarding established\n2025-07-14 14:25:28.592 [info] [command][3c3973c1-c6f5-4afa-aa53-e098b0b653d1] Process exited with code 0\n2025-07-14 14:25:28.592 [info] [command][3c3973c1-c6f5-4afa-aa53-e098b0b653d1] Socket close event received\n2025-07-14 14:25:28.593 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][323f53e6-8ce2-4860-8abe-0070d3a640e0] socks connection closed\n2025-07-14 14:25:28.610 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62801 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:26:28.598 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:26:28.600 [info] [command][5b5de1d8-b224-4819-b5d2-58832128fb7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""5b5de1d8-b224-4819-b5d2-58832128fb7a""}\n2025-07-14 14:26:28.600 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6a5d2246-c885-4ca9-a1ae-579f29068dd0] received connection request\n2025-07-14 14:26:28.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 14:26:28.600 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:26:28.617 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6a5d2246-c885-4ca9-a1ae-579f29068dd0] socks forwarding established\n2025-07-14 14:26:28.646 [info] [command][5b5de1d8-b224-4819-b5d2-58832128fb7a] Process exited with code 0\n2025-07-14 14:26:28.646 [info] [command][5b5de1d8-b224-4819-b5d2-58832128fb7a] Socket close event received\n2025-07-14 14:26:28.647 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6a5d2246-c885-4ca9-a1ae-579f29068dd0] socks connection closed\n2025-07-14 14:26:28.664 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62829 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:27:28.653 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:27:28.659 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][bdbb2097-be96-46aa-ab37-08b83a41a6e1] received connection request\n2025-07-14 14:27:28.659 [info] [command][6fd89c00-263d-49ab-887b-7238ec20c966] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""6fd89c00-263d-49ab-887b-7238ec20c966""}\n2025-07-14 14:27:28.660 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:27:28.678 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bdbb2097-be96-46aa-ab37-08b83a41a6e1] socks forwarding established\n2025-07-14 14:27:28.716 [info] [command][6fd89c00-263d-49ab-887b-7238ec20c966] Process exited with code 0\n2025-07-14 14:27:28.716 [info] [command][6fd89c00-263d-49ab-887b-7238ec20c966] Socket close event received\n2025-07-14 14:27:28.717 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bdbb2097-be96-46aa-ab37-08b83a41a6e1] socks connection closed\n2025-07-14 14:27:28.736 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62877 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:28:28.720 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:28:28.721 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][2c858b4f-45e4-4d2f-9736-0380775ed901] received connection request\n2025-07-14 14:28:28.721 [info] [command][a184c47e-13d5-4c3a-905b-ebd9facac8df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a184c47e-13d5-4c3a-905b-ebd9facac8df""}\n2025-07-14 14:28:28.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:28:28.918 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2c858b4f-45e4-4d2f-9736-0380775ed901] socks forwarding established\n2025-07-14 14:28:28.950 [info] [command][a184c47e-13d5-4c3a-905b-ebd9facac8df] Process exited with code 0\n2025-07-14 14:28:28.950 [info] [command][a184c47e-13d5-4c3a-905b-ebd9facac8df] Socket close event received\n2025-07-14 14:28:28.953 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2c858b4f-45e4-4d2f-9736-0380775ed901] socks connection closed\n2025-07-14 14:28:29.019 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62897 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:29:28.955 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:29:28.958 [info] [command][d62acfd1-9f24-4f46-9b19-95199c5d3a20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d62acfd1-9f24-4f46-9b19-95199c5d3a20""}\n2025-07-14 14:29:28.959 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][accc928a-6d06-492d-99ec-e13156140f7a] received connection request\n2025-07-14 14:29:28.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:29:28.980 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][accc928a-6d06-492d-99ec-e13156140f7a] socks forwarding established\n2025-07-14 14:29:29.011 [info] [command][d62acfd1-9f24-4f46-9b19-95199c5d3a20] Process exited with code 0\n2025-07-14 14:29:29.011 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][accc928a-6d06-492d-99ec-e13156140f7a] socks connection closed\n2025-07-14 14:29:29.012 [info] [command][d62acfd1-9f24-4f46-9b19-95199c5d3a20] Socket close event received\n2025-07-14 14:29:29.029 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62962 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:30:29.018 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:30:29.019 [info] [command][b8412b0a-5486-4837-bdb5-e97af5bee5e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b8412b0a-5486-4837-bdb5-e97af5bee5e1""}\n2025-07-14 14:30:29.020 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f9cc5f45-b1ce-4246-8ac6-1e7b2833ebfd] received connection request\n2025-07-14 14:30:29.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:30:29.040 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f9cc5f45-b1ce-4246-8ac6-1e7b2833ebfd] socks forwarding established\n2025-07-14 14:30:29.069 [info] [command][b8412b0a-5486-4837-bdb5-e97af5bee5e1] Process exited with code 0\n2025-07-14 14:30:29.070 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f9cc5f45-b1ce-4246-8ac6-1e7b2833ebfd] socks connection closed\n2025-07-14 14:30:29.070 [info] [command][b8412b0a-5486-4837-bdb5-e97af5bee5e1] Socket close event received\n2025-07-14 14:30:29.090 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 62993 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:31:29.074 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:31:29.075 [info] [command][f0fe7817-8dff-4b26-b37b-6e10a3a98688] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f0fe7817-8dff-4b26-b37b-6e10a3a98688""}\n2025-07-14 14:31:29.076 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][879f72ec-776c-4a5c-8c5b-d217f8acde69] received connection request\n2025-07-14 14:31:29.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:31:29.100 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][879f72ec-776c-4a5c-8c5b-d217f8acde69] socks forwarding established\n2025-07-14 14:31:29.129 [info] [command][f0fe7817-8dff-4b26-b37b-6e10a3a98688] Process exited with code 0\n2025-07-14 14:31:29.129 [info] [command][f0fe7817-8dff-4b26-b37b-6e10a3a98688] Socket close event received\n2025-07-14 14:31:29.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63013 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:31:29.147 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][879f72ec-776c-4a5c-8c5b-d217f8acde69] socks connection closed\n2025-07-14 14:32:29.136 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:32:29.138 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0fb838d8-b822-4304-9da4-6319478be788] received connection request\n2025-07-14 14:32:29.138 [info] [command][bd9bc889-1932-4cfd-9431-d0a8996bb0a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""bd9bc889-1932-4cfd-9431-d0a8996bb0a2""}\n2025-07-14 14:32:29.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:32:29.168 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0fb838d8-b822-4304-9da4-6319478be788] socks forwarding established\n2025-07-14 14:32:29.200 [info] [command][bd9bc889-1932-4cfd-9431-d0a8996bb0a2] Process exited with code 0\n2025-07-14 14:32:29.200 [info] [command][bd9bc889-1932-4cfd-9431-d0a8996bb0a2] Socket close event received\n2025-07-14 14:32:29.219 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0fb838d8-b822-4304-9da4-6319478be788] socks connection closed\n2025-07-14 14:32:29.220 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63042 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:33:29.205 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:33:29.207 [info] [command][3e416eb6-7e6c-48d9-a20b-ff3512fc97b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""3e416eb6-7e6c-48d9-a20b-ff3512fc97b4""}\n2025-07-14 14:33:29.208 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][80dafe5c-c649-4099-987f-25a3584cd2cf] received connection request\n2025-07-14 14:33:29.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:33:29.304 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][80dafe5c-c649-4099-987f-25a3584cd2cf] socks forwarding established\n2025-07-14 14:33:29.461 [info] [command][3e416eb6-7e6c-48d9-a20b-ff3512fc97b4] Process exited with code 0\n2025-07-14 14:33:29.461 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][80dafe5c-c649-4099-987f-25a3584cd2cf] socks connection closed\n2025-07-14 14:33:29.461 [info] [command][3e416eb6-7e6c-48d9-a20b-ff3512fc97b4] Socket close event received\n2025-07-14 14:33:29.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63056 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:34:29.462 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:34:29.463 [info] [command][1751ec5a-4a35-44bb-89ae-15cccef3d3a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1751ec5a-4a35-44bb-89ae-15cccef3d3a8""}\n2025-07-14 14:34:29.463 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][53db53a8-3963-4048-ba02-77ba4e44d81d] received connection request\n2025-07-14 14:34:29.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:34:29.480 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][53db53a8-3963-4048-ba02-77ba4e44d81d] socks forwarding established\n2025-07-14 14:34:29.510 [info] [command][1751ec5a-4a35-44bb-89ae-15cccef3d3a8] Process exited with code 0\n2025-07-14 14:34:29.510 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][53db53a8-3963-4048-ba02-77ba4e44d81d] socks connection closed\n2025-07-14 14:34:29.510 [info] [command][1751ec5a-4a35-44bb-89ae-15cccef3d3a8] Socket close event received\n2025-07-14 14:34:29.528 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63082 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:35:29.516 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:35:29.519 [info] [command][ae7ff85d-f8df-49b3-a0ac-f967dbaf876d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ae7ff85d-f8df-49b3-a0ac-f967dbaf876d""}\n2025-07-14 14:35:29.520 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][73ed8ee1-a426-40e8-a3a5-f27ae6910693] received connection request\n2025-07-14 14:35:29.521 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:35:29.543 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][73ed8ee1-a426-40e8-a3a5-f27ae6910693] socks forwarding established\n2025-07-14 14:35:29.576 [info] [command][ae7ff85d-f8df-49b3-a0ac-f967dbaf876d] Process exited with code 0\n2025-07-14 14:35:29.577 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][73ed8ee1-a426-40e8-a3a5-f27ae6910693] socks connection closed\n2025-07-14 14:35:29.577 [info] [command][ae7ff85d-f8df-49b3-a0ac-f967dbaf876d] Socket close event received\n2025-07-14 14:35:29.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63115 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:36:29.581 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:36:29.582 [info] [command][02ef97e5-9405-414c-bb6d-5ac490bd93c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""02ef97e5-9405-414c-bb6d-5ac490bd93c5""}\n2025-07-14 14:36:29.583 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][241788d1-062c-4371-9776-3744fe495418] received connection request\n2025-07-14 14:36:29.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:36:29.602 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][241788d1-062c-4371-9776-3744fe495418] socks forwarding established\n2025-07-14 14:36:29.634 [info] [command][02ef97e5-9405-414c-bb6d-5ac490bd93c5] Process exited with code 0\n2025-07-14 14:36:29.634 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][241788d1-062c-4371-9776-3744fe495418] socks connection closed\n2025-07-14 14:36:29.634 [info] [command][02ef97e5-9405-414c-bb6d-5ac490bd93c5] Socket close event received\n2025-07-14 14:36:29.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63127 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:37:29.639 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:37:29.641 [info] [command][7b3d9eb0-c822-4275-9ff7-d939a9b1b5d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7b3d9eb0-c822-4275-9ff7-d939a9b1b5d8""}\n2025-07-14 14:37:29.642 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][cddf9611-020f-418d-8a75-c7920b925277] received connection request\n2025-07-14 14:37:29.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:37:29.728 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cddf9611-020f-418d-8a75-c7920b925277] socks forwarding established\n2025-07-14 14:37:29.895 [info] [command][7b3d9eb0-c822-4275-9ff7-d939a9b1b5d8] Process exited with code 0\n2025-07-14 14:37:29.895 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cddf9611-020f-418d-8a75-c7920b925277] socks connection closed\n2025-07-14 14:37:29.895 [info] [command][7b3d9eb0-c822-4275-9ff7-d939a9b1b5d8] Socket close event received\n2025-07-14 14:37:29.913 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63164 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:38:29.898 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:38:29.899 [info] [command][9fb6a233-cc0f-4124-af73-470f24c55ef6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9fb6a233-cc0f-4124-af73-470f24c55ef6""}\n2025-07-14 14:38:29.899 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e39fbb17-772d-4f96-956c-d029b034e429] received connection request\n2025-07-14 14:38:29.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:38:29.925 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e39fbb17-772d-4f96-956c-d029b034e429] socks forwarding established\n2025-07-14 14:38:29.955 [info] [command][9fb6a233-cc0f-4124-af73-470f24c55ef6] Process exited with code 0\n2025-07-14 14:38:29.955 [info] [command][9fb6a233-cc0f-4124-af73-470f24c55ef6] Socket close event received\n2025-07-14 14:38:29.955 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e39fbb17-772d-4f96-956c-d029b034e429] socks connection closed\n2025-07-14 14:38:29.972 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63184 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:39:29.962 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:39:29.963 [info] [command][5a398c7e-c81e-4621-88c6-15681475e7c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""5a398c7e-c81e-4621-88c6-15681475e7c4""}\n2025-07-14 14:39:29.964 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][353e03b4-1c4a-4268-8c15-2793f2846500] received connection request\n2025-07-14 14:39:29.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:39:29.982 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][353e03b4-1c4a-4268-8c15-2793f2846500] socks forwarding established\n2025-07-14 14:39:30.014 [info] [command][5a398c7e-c81e-4621-88c6-15681475e7c4] Process exited with code 0\n2025-07-14 14:39:30.015 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][353e03b4-1c4a-4268-8c15-2793f2846500] socks connection closed\n2025-07-14 14:39:30.015 [info] [command][5a398c7e-c81e-4621-88c6-15681475e7c4] Socket close event received\n2025-07-14 14:39:30.032 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63197 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:40:30.021 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:40:30.023 [info] [command][50b9ff4f-c00a-48ef-9f61-0b0a9eccf68f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""50b9ff4f-c00a-48ef-9f61-0b0a9eccf68f""}\n2025-07-14 14:40:30.023 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][341f7360-20c6-4277-bf5d-aac0843af937] received connection request\n2025-07-14 14:40:30.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:40:30.042 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][341f7360-20c6-4277-bf5d-aac0843af937] socks forwarding established\n2025-07-14 14:40:30.075 [info] [command][50b9ff4f-c00a-48ef-9f61-0b0a9eccf68f] Process exited with code 0\n2025-07-14 14:40:30.075 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][341f7360-20c6-4277-bf5d-aac0843af937] socks connection closed\n2025-07-14 14:40:30.075 [info] [command][50b9ff4f-c00a-48ef-9f61-0b0a9eccf68f] Socket close event received\n2025-07-14 14:40:30.092 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63238 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:41:30.076 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:41:30.078 [info] [command][2c8cf132-de8a-4630-afa6-281008955b28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2c8cf132-de8a-4630-afa6-281008955b28""}\n2025-07-14 14:41:30.078 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9b71f989-0b53-4afa-ab0b-98324acc5a42] received connection request\n2025-07-14 14:41:30.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:41:30.197 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9b71f989-0b53-4afa-ab0b-98324acc5a42] socks forwarding established\n2025-07-14 14:41:30.306 [info] [command][2c8cf132-de8a-4630-afa6-281008955b28] Process exited with code 0\n2025-07-14 14:41:30.306 [info] [command][2c8cf132-de8a-4630-afa6-281008955b28] Socket close event received\n2025-07-14 14:41:30.310 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9b71f989-0b53-4afa-ab0b-98324acc5a42] socks connection closed\n2025-07-14 14:41:30.323 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63278 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:42:30.308 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:42:30.310 [info] [command][a440bc14-2715-4d36-9eca-386543c1598f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a440bc14-2715-4d36-9eca-386543c1598f""}\n2025-07-14 14:42:30.311 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][007c0c9a-17d8-4b25-871c-74c7785fcb95] received connection request\n2025-07-14 14:42:30.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:42:30.330 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][007c0c9a-17d8-4b25-871c-74c7785fcb95] socks forwarding established\n2025-07-14 14:42:30.361 [info] [command][a440bc14-2715-4d36-9eca-386543c1598f] Process exited with code 0\n2025-07-14 14:42:30.361 [info] [command][a440bc14-2715-4d36-9eca-386543c1598f] Socket close event received\n2025-07-14 14:42:30.378 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63343 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:42:30.378 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][007c0c9a-17d8-4b25-871c-74c7785fcb95] socks connection closed\n2025-07-14 14:43:30.366 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:43:30.366 [info] [command][4072393f-e913-4552-9d33-08fb2a330ed5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4072393f-e913-4552-9d33-08fb2a330ed5""}\n2025-07-14 14:43:30.367 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][cdad10f2-65e1-4071-ae16-2bd94bb49424] received connection request\n2025-07-14 14:43:30.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:43:30.385 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cdad10f2-65e1-4071-ae16-2bd94bb49424] socks forwarding established\n2025-07-14 14:43:30.431 [info] [command][4072393f-e913-4552-9d33-08fb2a330ed5] Process exited with code 0\n2025-07-14 14:43:30.431 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cdad10f2-65e1-4071-ae16-2bd94bb49424] socks connection closed\n2025-07-14 14:43:30.431 [info] [command][4072393f-e913-4552-9d33-08fb2a330ed5] Socket close event received\n2025-07-14 14:43:30.449 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63378 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:44:30.437 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:44:30.439 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][872e2437-dbfc-4e34-947b-e1ccbb5b01ca] received connection request\n2025-07-14 14:44:30.439 [info] [command][a0691f8c-d52b-4d64-b1e1-3a029a92615a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a0691f8c-d52b-4d64-b1e1-3a029a92615a""}\n2025-07-14 14:44:30.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:44:30.457 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][872e2437-dbfc-4e34-947b-e1ccbb5b01ca] socks forwarding established\n2025-07-14 14:44:30.510 [info] [command][a0691f8c-d52b-4d64-b1e1-3a029a92615a] Process exited with code 0\n2025-07-14 14:44:30.511 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][872e2437-dbfc-4e34-947b-e1ccbb5b01ca] socks connection closed\n2025-07-14 14:44:30.511 [info] [command][a0691f8c-d52b-4d64-b1e1-3a029a92615a] Socket close event received\n2025-07-14 14:44:30.529 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63400 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:45:30.517 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:45:30.518 [info] [command][9529f933-7e8f-4608-a1f1-c9afcf60e5b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9529f933-7e8f-4608-a1f1-c9afcf60e5b1""}\n2025-07-14 14:45:30.519 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][27b76d98-2f4c-4cac-b8e9-a5e6228c176c] received connection request\n2025-07-14 14:45:30.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:45:30.538 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][27b76d98-2f4c-4cac-b8e9-a5e6228c176c] socks forwarding established\n2025-07-14 14:45:30.697 [info] [command][9529f933-7e8f-4608-a1f1-c9afcf60e5b1] Process exited with code 0\n2025-07-14 14:45:30.697 [info] [command][9529f933-7e8f-4608-a1f1-c9afcf60e5b1] Socket close event received\n2025-07-14 14:45:30.699 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][27b76d98-2f4c-4cac-b8e9-a5e6228c176c] socks connection closed\n2025-07-14 14:45:30.722 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63433 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:46:30.703 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:46:30.705 [info] [command][4f217453-5847-4af0-a732-0fb019905f93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4f217453-5847-4af0-a732-0fb019905f93""}\n2025-07-14 14:46:30.706 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1e207b78-95f7-4616-9ba7-505a2be73f31] received connection request\n2025-07-14 14:46:30.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:46:30.731 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1e207b78-95f7-4616-9ba7-505a2be73f31] socks forwarding established\n2025-07-14 14:46:30.763 [info] [command][4f217453-5847-4af0-a732-0fb019905f93] Process exited with code 0\n2025-07-14 14:46:30.763 [info] [command][4f217453-5847-4af0-a732-0fb019905f93] Socket close event received\n2025-07-14 14:46:30.779 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1e207b78-95f7-4616-9ba7-505a2be73f31] socks connection closed\n2025-07-14 14:46:30.781 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63447 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:47:30.767 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:47:30.768 [info] [command][04a2f626-17c9-4cdc-a4cb-74582396da87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""04a2f626-17c9-4cdc-a4cb-74582396da87""}\n2025-07-14 14:47:30.770 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][df933238-bc86-4cc7-81ab-1a07c2a5d36a] received connection request\n2025-07-14 14:47:30.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:47:30.790 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][df933238-bc86-4cc7-81ab-1a07c2a5d36a] socks forwarding established\n2025-07-14 14:47:30.820 [info] [command][04a2f626-17c9-4cdc-a4cb-74582396da87] Process exited with code 0\n2025-07-14 14:47:30.821 [info] [command][04a2f626-17c9-4cdc-a4cb-74582396da87] Socket close event received\n2025-07-14 14:47:30.822 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][df933238-bc86-4cc7-81ab-1a07c2a5d36a] socks connection closed\n2025-07-14 14:47:30.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63483 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:48:30.827 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:48:30.828 [info] [command][1723aeee-81bf-43b3-b205-7d01b9207c58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1723aeee-81bf-43b3-b205-7d01b9207c58""}\n2025-07-14 14:48:30.829 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][dbfb3287-da30-4d20-bb1d-1810a05ccc81] received connection request\n2025-07-14 14:48:30.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:48:30.848 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dbfb3287-da30-4d20-bb1d-1810a05ccc81] socks forwarding established\n2025-07-14 14:48:30.877 [info] [command][1723aeee-81bf-43b3-b205-7d01b9207c58] Process exited with code 0\n2025-07-14 14:48:30.878 [info] [command][1723aeee-81bf-43b3-b205-7d01b9207c58] Socket close event received\n2025-07-14 14:48:30.894 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dbfb3287-da30-4d20-bb1d-1810a05ccc81] socks connection closed\n2025-07-14 14:48:30.896 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63540 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:49:30.882 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:49:30.884 [info] [command][b7efe2b2-e2a9-4760-b53e-4e260fcc205d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b7efe2b2-e2a9-4760-b53e-4e260fcc205d""}\n2025-07-14 14:49:30.885 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5f15a693-4669-45f2-a263-25492919dd4d] received connection request\n2025-07-14 14:49:30.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:49:30.974 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5f15a693-4669-45f2-a263-25492919dd4d] socks forwarding established\n2025-07-14 14:49:31.148 [info] [command][b7efe2b2-e2a9-4760-b53e-4e260fcc205d] Process exited with code 0\n2025-07-14 14:49:31.148 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5f15a693-4669-45f2-a263-25492919dd4d] socks connection closed\n2025-07-14 14:49:31.148 [info] [command][b7efe2b2-e2a9-4760-b53e-4e260fcc205d] Socket close event received\n2025-07-14 14:49:31.171 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63557 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:50:31.155 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:50:31.156 [info] [command][87d593ca-06bd-45fb-9b16-d800f0402c0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""87d593ca-06bd-45fb-9b16-d800f0402c0a""}\n2025-07-14 14:50:31.157 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ce765d17-23f2-45b8-8f95-38849d6324c8] received connection request\n2025-07-14 14:50:31.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:50:31.175 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ce765d17-23f2-45b8-8f95-38849d6324c8] socks forwarding established\n2025-07-14 14:50:31.209 [info] [command][87d593ca-06bd-45fb-9b16-d800f0402c0a] Process exited with code 0\n2025-07-14 14:50:31.209 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ce765d17-23f2-45b8-8f95-38849d6324c8] socks connection closed\n2025-07-14 14:50:31.209 [info] [command][87d593ca-06bd-45fb-9b16-d800f0402c0a] Socket close event received\n2025-07-14 14:50:31.230 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63588 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:51:31.215 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:51:31.217 [info] [command][23f1ceff-279e-4840-b697-1fc086771c17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""23f1ceff-279e-4840-b697-1fc086771c17""}\n2025-07-14 14:51:31.217 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][4c6e8b58-6a4e-4550-bdd0-d6fd52df5ddc] received connection request\n2025-07-14 14:51:31.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:51:31.241 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4c6e8b58-6a4e-4550-bdd0-d6fd52df5ddc] socks forwarding established\n2025-07-14 14:51:31.270 [info] [command][23f1ceff-279e-4840-b697-1fc086771c17] Process exited with code 0\n2025-07-14 14:51:31.270 [info] [command][23f1ceff-279e-4840-b697-1fc086771c17] Socket close event received\n2025-07-14 14:51:31.287 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4c6e8b58-6a4e-4550-bdd0-d6fd52df5ddc] socks connection closed\n2025-07-14 14:51:31.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63654 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:52:31.277 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:52:31.278 [info] [command][741fc6d9-56a0-42ba-94a8-7f776271c1bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""741fc6d9-56a0-42ba-94a8-7f776271c1bf""}\n2025-07-14 14:52:31.279 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][4574e50e-5510-499b-a83d-5eb3bd365175] received connection request\n2025-07-14 14:52:31.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:52:31.299 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4574e50e-5510-499b-a83d-5eb3bd365175] socks forwarding established\n2025-07-14 14:52:31.329 [info] [command][741fc6d9-56a0-42ba-94a8-7f776271c1bf] Process exited with code 0\n2025-07-14 14:52:31.329 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4574e50e-5510-499b-a83d-5eb3bd365175] socks connection closed\n2025-07-14 14:52:31.329 [info] [command][741fc6d9-56a0-42ba-94a8-7f776271c1bf] Socket close event received\n2025-07-14 14:52:31.349 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63681 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:53:31.334 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:53:31.336 [info] [command][a2f626f5-1e4e-4ebf-ba9a-c3922039f28e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a2f626f5-1e4e-4ebf-ba9a-c3922039f28e""}\n2025-07-14 14:53:31.337 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6ae4eb89-88a3-47b1-adb2-7709a56d1c74] received connection request\n2025-07-14 14:53:31.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:53:31.418 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6ae4eb89-88a3-47b1-adb2-7709a56d1c74] socks forwarding established\n2025-07-14 14:53:31.485 [info] [command][a2f626f5-1e4e-4ebf-ba9a-c3922039f28e] Process exited with code 0\n2025-07-14 14:53:31.485 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6ae4eb89-88a3-47b1-adb2-7709a56d1c74] socks connection closed\n2025-07-14 14:53:31.485 [info] [command][a2f626f5-1e4e-4ebf-ba9a-c3922039f28e] Socket close event received\n2025-07-14 14:53:31.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63701 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:54:31.491 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:54:31.491 [info] [command][2ccdca21-a46c-4e27-bf16-0fadd5a0e920] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2ccdca21-a46c-4e27-bf16-0fadd5a0e920""}\n2025-07-14 14:54:31.492 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b3d1b267-5900-4469-b1d8-eb606f084c06] received connection request\n2025-07-14 14:54:31.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:54:31.510 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b3d1b267-5900-4469-b1d8-eb606f084c06] socks forwarding established\n2025-07-14 14:54:31.542 [info] [command][2ccdca21-a46c-4e27-bf16-0fadd5a0e920] Process exited with code 0\n2025-07-14 14:54:31.542 [info] [command][2ccdca21-a46c-4e27-bf16-0fadd5a0e920] Socket close event received\n2025-07-14 14:54:31.543 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b3d1b267-5900-4469-b1d8-eb606f084c06] socks connection closed\n2025-07-14 14:54:31.561 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63721 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:55:31.553 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:55:31.554 [info] [command][b14ce144-8e5a-4ca9-a145-651b4b90b9b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b14ce144-8e5a-4ca9-a145-651b4b90b9b9""}\n2025-07-14 14:55:31.554 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0f40eb78-68b3-400e-bed7-962cc44132fe] received connection request\n2025-07-14 14:55:31.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:55:31.574 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0f40eb78-68b3-400e-bed7-962cc44132fe] socks forwarding established\n2025-07-14 14:55:31.603 [info] [command][b14ce144-8e5a-4ca9-a145-651b4b90b9b9] Process exited with code 0\n2025-07-14 14:55:31.603 [info] [command][b14ce144-8e5a-4ca9-a145-651b4b90b9b9] Socket close event received\n2025-07-14 14:55:31.604 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0f40eb78-68b3-400e-bed7-962cc44132fe] socks connection closed\n2025-07-14 14:55:31.621 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63751 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:56:31.609 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:56:31.610 [info] [command][f58dec4b-2787-44c5-9798-3f1e54c78ef7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f58dec4b-2787-44c5-9798-3f1e54c78ef7""}\n2025-07-14 14:56:31.610 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][4ece34e6-a929-47ee-8b6b-52ae59f03ea4] received connection request\n2025-07-14 14:56:31.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 14:56:31.610 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:56:31.629 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4ece34e6-a929-47ee-8b6b-52ae59f03ea4] socks forwarding established\n2025-07-14 14:56:31.666 [info] [command][f58dec4b-2787-44c5-9798-3f1e54c78ef7] Process exited with code 0\n2025-07-14 14:56:31.666 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4ece34e6-a929-47ee-8b6b-52ae59f03ea4] socks connection closed\n2025-07-14 14:56:31.667 [info] [command][f58dec4b-2787-44c5-9798-3f1e54c78ef7] Socket close event received\n2025-07-14 14:56:31.689 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63764 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:57:31.672 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:57:31.673 [info] [command][11901eb5-8545-4473-8242-c378f301820b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""11901eb5-8545-4473-8242-c378f301820b""}\n2025-07-14 14:57:31.674 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][47d31c4c-aa1a-46fa-8c11-44ce1b57638a] received connection request\n2025-07-14 14:57:31.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:57:31.711 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][47d31c4c-aa1a-46fa-8c11-44ce1b57638a] socks forwarding established\n2025-07-14 14:57:31.744 [info] [command][11901eb5-8545-4473-8242-c378f301820b] Process exited with code 0\n2025-07-14 14:57:31.744 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][47d31c4c-aa1a-46fa-8c11-44ce1b57638a] socks connection closed\n2025-07-14 14:57:31.744 [info] [command][11901eb5-8545-4473-8242-c378f301820b] Socket close event received\n2025-07-14 14:57:31.763 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63793 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:58:31.747 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:58:31.749 [info] [command][669a5a22-4e38-4d86-95f7-306d0f15a81a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""669a5a22-4e38-4d86-95f7-306d0f15a81a""}\n2025-07-14 14:58:31.750 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e5126852-e3d5-4157-9fa5-60e9de336ee7] received connection request\n2025-07-14 14:58:31.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 14:58:31.751 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:58:31.769 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e5126852-e3d5-4157-9fa5-60e9de336ee7] socks forwarding established\n2025-07-14 14:58:31.811 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e5126852-e3d5-4157-9fa5-60e9de336ee7] socks connection closed\n2025-07-14 14:58:31.811 [info] [command][669a5a22-4e38-4d86-95f7-306d0f15a81a] Process exited with code 0\n2025-07-14 14:58:31.811 [info] [command][669a5a22-4e38-4d86-95f7-306d0f15a81a] Socket close event received\n2025-07-14 14:58:31.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63825 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 14:59:31.815 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 14:59:31.817 [info] [command][b1d85d47-20be-4a70-a5d3-2ff0f23e4539] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b1d85d47-20be-4a70-a5d3-2ff0f23e4539""}\n2025-07-14 14:59:31.818 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e6e6258e-cb2a-4fcd-8757-fb0a91b69a1d] received connection request\n2025-07-14 14:59:31.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 14:59:31.838 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e6e6258e-cb2a-4fcd-8757-fb0a91b69a1d] socks forwarding established\n2025-07-14 14:59:31.870 [info] [command][b1d85d47-20be-4a70-a5d3-2ff0f23e4539] Process exited with code 0\n2025-07-14 14:59:31.870 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e6e6258e-cb2a-4fcd-8757-fb0a91b69a1d] socks connection closed\n2025-07-14 14:59:31.870 [info] [command][b1d85d47-20be-4a70-a5d3-2ff0f23e4539] Socket close event received\n2025-07-14 14:59:31.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63868 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:00:31.875 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:00:31.876 [info] [command][18febaa8-9bc1-4cfa-bd73-7158d455c1eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""18febaa8-9bc1-4cfa-bd73-7158d455c1eb""}\n2025-07-14 15:00:31.876 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][08a9d1cd-19cb-43e3-8087-443684aaaedf] received connection request\n2025-07-14 15:00:31.877 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:00:31.896 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][08a9d1cd-19cb-43e3-8087-443684aaaedf] socks forwarding established\n2025-07-14 15:00:31.926 [info] [command][18febaa8-9bc1-4cfa-bd73-7158d455c1eb] Process exited with code 0\n2025-07-14 15:00:31.926 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][08a9d1cd-19cb-43e3-8087-443684aaaedf] socks connection closed\n2025-07-14 15:00:31.927 [info] [command][18febaa8-9bc1-4cfa-bd73-7158d455c1eb] Socket close event received\n2025-07-14 15:00:32.035 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63933 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:01:31.931 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:01:31.933 [info] [command][b21993d3-694c-4145-81b2-4b4b9ef3d53c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b21993d3-694c-4145-81b2-4b4b9ef3d53c""}\n2025-07-14 15:01:31.933 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][459e6c82-ff75-484d-8b7b-552a20a94f59] received connection request\n2025-07-14 15:01:31.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:01:31.951 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][459e6c82-ff75-484d-8b7b-552a20a94f59] socks forwarding established\n2025-07-14 15:01:31.982 [info] [command][b21993d3-694c-4145-81b2-4b4b9ef3d53c] Process exited with code 0\n2025-07-14 15:01:31.982 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][459e6c82-ff75-484d-8b7b-552a20a94f59] socks connection closed\n2025-07-14 15:01:31.982 [info] [command][b21993d3-694c-4145-81b2-4b4b9ef3d53c] Socket close event received\n2025-07-14 15:01:32.000 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63964 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:02:31.986 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:02:31.988 [info] [command][2dc0e8a4-a212-4c77-a0fb-cb40af1b18eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2dc0e8a4-a212-4c77-a0fb-cb40af1b18eb""}\n2025-07-14 15:02:31.989 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9c39e112-7669-4b68-80d9-5545f4becaa3] received connection request\n2025-07-14 15:02:31.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:02:32.050 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9c39e112-7669-4b68-80d9-5545f4becaa3] socks forwarding established\n2025-07-14 15:02:32.082 [info] [command][2dc0e8a4-a212-4c77-a0fb-cb40af1b18eb] Process exited with code 0\n2025-07-14 15:02:32.083 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9c39e112-7669-4b68-80d9-5545f4becaa3] socks connection closed\n2025-07-14 15:02:32.083 [info] [command][2dc0e8a4-a212-4c77-a0fb-cb40af1b18eb] Socket close event received\n2025-07-14 15:02:32.100 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 63997 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:03:32.088 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:03:32.089 [info] [command][bdc3d0df-204e-41c1-af22-c05dfdbc8221] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""bdc3d0df-204e-41c1-af22-c05dfdbc8221""}\n2025-07-14 15:03:32.089 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][2382604f-6a8b-41b1-a0c7-74713f76a9c1] received connection request\n2025-07-14 15:03:32.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:03:32.107 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2382604f-6a8b-41b1-a0c7-74713f76a9c1] socks forwarding established\n2025-07-14 15:03:32.137 [info] [command][bdc3d0df-204e-41c1-af22-c05dfdbc8221] Process exited with code 0\n2025-07-14 15:03:32.137 [info] [command][bdc3d0df-204e-41c1-af22-c05dfdbc8221] Socket close event received\n2025-07-14 15:03:32.154 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2382604f-6a8b-41b1-a0c7-74713f76a9c1] socks connection closed\n2025-07-14 15:03:32.154 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64012 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:04:32.141 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:04:32.141 [info] [command][14399868-b768-432b-b693-249555db088b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""14399868-b768-432b-b693-249555db088b""}\n2025-07-14 15:04:32.142 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9b631a23-e094-4218-bce4-c86315a43d2b] received connection request\n2025-07-14 15:04:32.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:04:32.162 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9b631a23-e094-4218-bce4-c86315a43d2b] socks forwarding established\n2025-07-14 15:04:32.194 [info] [command][14399868-b768-432b-b693-249555db088b] Process exited with code 0\n2025-07-14 15:04:32.195 [info] [command][14399868-b768-432b-b693-249555db088b] Socket close event received\n2025-07-14 15:04:32.218 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64043 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:04:32.218 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9b631a23-e094-4218-bce4-c86315a43d2b] socks connection closed\n2025-07-14 15:05:32.200 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:05:32.203 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][3a16c1f9-168c-4d5e-94f6-a8bbc974f70b] received connection request\n2025-07-14 15:05:32.203 [info] [command][f2ea30d9-e388-4a63-990d-9ab20d0caf5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f2ea30d9-e388-4a63-990d-9ab20d0caf5e""}\n2025-07-14 15:05:32.204 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:05:32.222 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3a16c1f9-168c-4d5e-94f6-a8bbc974f70b] socks forwarding established\n2025-07-14 15:05:32.253 [info] [command][f2ea30d9-e388-4a63-990d-9ab20d0caf5e] Process exited with code 0\n2025-07-14 15:05:32.253 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3a16c1f9-168c-4d5e-94f6-a8bbc974f70b] socks connection closed\n2025-07-14 15:05:32.254 [info] [command][f2ea30d9-e388-4a63-990d-9ab20d0caf5e] Socket close event received\n2025-07-14 15:05:32.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64080 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:06:32.256 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:06:32.258 [info] [command][354dbbea-c5b5-4a5b-a1ba-6dc0999106c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""354dbbea-c5b5-4a5b-a1ba-6dc0999106c8""}\n2025-07-14 15:06:32.259 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][70c264b9-3c42-474a-8dbd-ae36e94d9c79] received connection request\n2025-07-14 15:06:32.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:06:32.392 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][70c264b9-3c42-474a-8dbd-ae36e94d9c79] socks forwarding established\n2025-07-14 15:06:32.422 [info] [command][354dbbea-c5b5-4a5b-a1ba-6dc0999106c8] Process exited with code 0\n2025-07-14 15:06:32.422 [info] [command][354dbbea-c5b5-4a5b-a1ba-6dc0999106c8] Socket close event received\n2025-07-14 15:06:32.516 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64093 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:06:32.516 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][70c264b9-3c42-474a-8dbd-ae36e94d9c79] socks connection closed\n2025-07-14 15:07:32.429 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:07:32.431 [info] [command][fe59ba89-d08e-446b-96c7-7c9af6c747c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fe59ba89-d08e-446b-96c7-7c9af6c747c0""}\n2025-07-14 15:07:32.431 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][46f20a9c-23e3-4170-b5ce-e4aff1e56ad2] received connection request\n2025-07-14 15:07:32.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:07:32.456 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][46f20a9c-23e3-4170-b5ce-e4aff1e56ad2] socks forwarding established\n2025-07-14 15:07:32.495 [info] [command][fe59ba89-d08e-446b-96c7-7c9af6c747c0] Process exited with code 0\n2025-07-14 15:07:32.496 [info] [command][fe59ba89-d08e-446b-96c7-7c9af6c747c0] Socket close event received\n2025-07-14 15:07:32.501 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][46f20a9c-23e3-4170-b5ce-e4aff1e56ad2] socks connection closed\n2025-07-14 15:07:32.562 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64125 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:08:32.502 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:08:32.505 [info] [command][ad5de1ec-d929-40f5-af99-9f1101a1e0f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ad5de1ec-d929-40f5-af99-9f1101a1e0f3""}\n2025-07-14 15:08:32.506 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9a87334e-46e2-467d-b56c-9c64bff981d9] received connection request\n2025-07-14 15:08:32.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:08:32.526 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9a87334e-46e2-467d-b56c-9c64bff981d9] socks forwarding established\n2025-07-14 15:08:32.560 [info] [command][ad5de1ec-d929-40f5-af99-9f1101a1e0f3] Process exited with code 0\n2025-07-14 15:08:32.560 [info] [command][ad5de1ec-d929-40f5-af99-9f1101a1e0f3] Socket close event received\n2025-07-14 15:08:32.575 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9a87334e-46e2-467d-b56c-9c64bff981d9] socks connection closed\n2025-07-14 15:08:32.579 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64139 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:09:32.567 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:09:32.571 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][fc9ae024-8a24-4e4f-a793-4e07c033f48d] received connection request\n2025-07-14 15:09:32.571 [info] [command][13792963-d2b7-4faa-a686-892414a6c568] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""13792963-d2b7-4faa-a686-892414a6c568""}\n2025-07-14 15:09:32.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:09:32.591 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fc9ae024-8a24-4e4f-a793-4e07c033f48d] socks forwarding established\n2025-07-14 15:09:32.634 [info] [command][13792963-d2b7-4faa-a686-892414a6c568] Process exited with code 0\n2025-07-14 15:09:32.634 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fc9ae024-8a24-4e4f-a793-4e07c033f48d] socks connection closed\n2025-07-14 15:09:32.634 [info] [command][13792963-d2b7-4faa-a686-892414a6c568] Socket close event received\n2025-07-14 15:09:32.653 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64160 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:10:32.637 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:10:32.638 [info] [command][d7515410-0187-4c8b-9f0f-21085a747a0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d7515410-0187-4c8b-9f0f-21085a747a0e""}\n2025-07-14 15:10:32.639 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][93793694-d1fc-4cc5-ae04-70ce944df321] received connection request\n2025-07-14 15:10:32.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:10:32.788 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][93793694-d1fc-4cc5-ae04-70ce944df321] socks forwarding established\n2025-07-14 15:10:32.852 [info] [command][d7515410-0187-4c8b-9f0f-21085a747a0e] Process exited with code 0\n2025-07-14 15:10:32.852 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][93793694-d1fc-4cc5-ae04-70ce944df321] socks connection closed\n2025-07-14 15:10:32.852 [info] [command][d7515410-0187-4c8b-9f0f-21085a747a0e] Socket close event received\n2025-07-14 15:10:32.949 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64191 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:11:32.859 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:11:32.861 [info] [command][ca54002f-3cf1-4f80-b719-fa404cb19c83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ca54002f-3cf1-4f80-b719-fa404cb19c83""}\n2025-07-14 15:11:32.861 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][74d7b6ca-0ae1-4d6c-8a20-90323909721f] received connection request\n2025-07-14 15:11:32.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 15:11:32.862 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:11:32.880 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][74d7b6ca-0ae1-4d6c-8a20-90323909721f] socks forwarding established\n2025-07-14 15:11:32.914 [info] [command][ca54002f-3cf1-4f80-b719-fa404cb19c83] Process exited with code 0\n2025-07-14 15:11:32.915 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][74d7b6ca-0ae1-4d6c-8a20-90323909721f] socks connection closed\n2025-07-14 15:11:32.915 [info] [command][ca54002f-3cf1-4f80-b719-fa404cb19c83] Socket close event received\n2025-07-14 15:11:32.933 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64205 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:12:32.921 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:12:32.921 [info] [command][46ade490-55f6-46bb-956a-cec008ba5dab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""46ade490-55f6-46bb-956a-cec008ba5dab""}\n2025-07-14 15:12:32.922 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][7402bd63-55f0-4e9b-b393-8a887cdc237d] received connection request\n2025-07-14 15:12:32.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:12:32.940 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7402bd63-55f0-4e9b-b393-8a887cdc237d] socks forwarding established\n2025-07-14 15:12:32.970 [info] [command][46ade490-55f6-46bb-956a-cec008ba5dab] Process exited with code 0\n2025-07-14 15:12:32.970 [info] [command][46ade490-55f6-46bb-956a-cec008ba5dab] Socket close event received\n2025-07-14 15:12:32.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64231 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:12:32.988 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7402bd63-55f0-4e9b-b393-8a887cdc237d] socks connection closed\n2025-07-14 15:13:32.977 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:13:32.978 [info] [command][1c826e08-af3f-4ec5-a2f4-397e5984ded4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1c826e08-af3f-4ec5-a2f4-397e5984ded4""}\n2025-07-14 15:13:32.978 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][8b0c9caa-e7a9-4fb9-ae48-62fed2b0486c] received connection request\n2025-07-14 15:13:32.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:13:32.997 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8b0c9caa-e7a9-4fb9-ae48-62fed2b0486c] socks forwarding established\n2025-07-14 15:13:33.027 [info] [command][1c826e08-af3f-4ec5-a2f4-397e5984ded4] Process exited with code 0\n2025-07-14 15:13:33.027 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8b0c9caa-e7a9-4fb9-ae48-62fed2b0486c] socks connection closed\n2025-07-14 15:13:33.027 [info] [command][1c826e08-af3f-4ec5-a2f4-397e5984ded4] Socket close event received\n2025-07-14 15:13:33.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64245 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:14:33.033 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:14:33.036 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][2ffbd56e-ce27-40c2-ae4e-4fdeb627aceb] received connection request\n2025-07-14 15:14:33.036 [info] [command][ed3b3a46-3205-48a4-966b-4da263150222] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ed3b3a46-3205-48a4-966b-4da263150222""}\n2025-07-14 15:14:33.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:14:33.138 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2ffbd56e-ce27-40c2-ae4e-4fdeb627aceb] socks forwarding established\n2025-07-14 15:14:33.179 [info] [command][ed3b3a46-3205-48a4-966b-4da263150222] Process exited with code 0\n2025-07-14 15:14:33.180 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2ffbd56e-ce27-40c2-ae4e-4fdeb627aceb] socks connection closed\n2025-07-14 15:14:33.180 [info] [command][ed3b3a46-3205-48a4-966b-4da263150222] Socket close event received\n2025-07-14 15:14:33.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64268 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:15:33.185 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:15:33.186 [info] [command][fbc438ec-8a14-41dd-ab47-26f3328ce115] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fbc438ec-8a14-41dd-ab47-26f3328ce115""}\n2025-07-14 15:15:33.187 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0daa97a6-46dc-4e82-b667-074d9389a9f8] received connection request\n2025-07-14 15:15:33.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:15:33.207 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0daa97a6-46dc-4e82-b667-074d9389a9f8] socks forwarding established\n2025-07-14 15:15:33.240 [info] [command][fbc438ec-8a14-41dd-ab47-26f3328ce115] Process exited with code 0\n2025-07-14 15:15:33.240 [info] [command][fbc438ec-8a14-41dd-ab47-26f3328ce115] Socket close event received\n2025-07-14 15:15:33.240 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0daa97a6-46dc-4e82-b667-074d9389a9f8] socks connection closed\n2025-07-14 15:15:33.257 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64313 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:16:33.242 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:16:33.243 [info] [command][3db446e5-6b46-43cc-bf90-30afdfae57fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""3db446e5-6b46-43cc-bf90-30afdfae57fe""}\n2025-07-14 15:16:33.243 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f3ac29d0-cf9b-4c49-b3ea-34ea1f7a2dc7] received connection request\n2025-07-14 15:16:33.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:16:33.262 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f3ac29d0-cf9b-4c49-b3ea-34ea1f7a2dc7] socks forwarding established\n2025-07-14 15:16:33.291 [info] [command][3db446e5-6b46-43cc-bf90-30afdfae57fe] Process exited with code 0\n2025-07-14 15:16:33.291 [info] [command][3db446e5-6b46-43cc-bf90-30afdfae57fe] Socket close event received\n2025-07-14 15:16:33.292 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f3ac29d0-cf9b-4c49-b3ea-34ea1f7a2dc7] socks connection closed\n2025-07-14 15:16:33.310 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64329 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:17:33.297 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:17:33.298 [info] [command][91223ff1-4b45-45cd-9aa6-d019efe77076] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""91223ff1-4b45-45cd-9aa6-d019efe77076""}\n2025-07-14 15:17:33.298 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][809d5953-613f-4774-95c1-b412e7e30e4d] received connection request\n2025-07-14 15:17:33.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:17:33.317 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][809d5953-613f-4774-95c1-b412e7e30e4d] socks forwarding established\n2025-07-14 15:17:33.355 [info] [command][91223ff1-4b45-45cd-9aa6-d019efe77076] Process exited with code 0\n2025-07-14 15:17:33.355 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][809d5953-613f-4774-95c1-b412e7e30e4d] socks connection closed\n2025-07-14 15:17:33.355 [info] [command][91223ff1-4b45-45cd-9aa6-d019efe77076] Socket close event received\n2025-07-14 15:17:33.374 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64364 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:18:33.361 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:18:33.362 [info] [command][2ae746db-6bcd-4a11-81ef-55d21daab5b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2ae746db-6bcd-4a11-81ef-55d21daab5b0""}\n2025-07-14 15:18:33.362 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e1760297-568e-4046-8bc6-9f31a844ee89] received connection request\n2025-07-14 15:18:33.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:18:33.459 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e1760297-568e-4046-8bc6-9f31a844ee89] socks forwarding established\n2025-07-14 15:18:33.623 [info] [command][2ae746db-6bcd-4a11-81ef-55d21daab5b0] Process exited with code 0\n2025-07-14 15:18:33.624 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e1760297-568e-4046-8bc6-9f31a844ee89] socks connection closed\n2025-07-14 15:18:33.624 [info] [command][2ae746db-6bcd-4a11-81ef-55d21daab5b0] Socket close event received\n2025-07-14 15:18:33.641 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64387 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:19:33.626 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:19:33.629 [info] [command][503311cc-3de5-416d-af3c-0d5b83aa4c8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""503311cc-3de5-416d-af3c-0d5b83aa4c8e""}\n2025-07-14 15:19:33.629 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e1b70372-ae5a-4683-90f9-6724a0fef228] received connection request\n2025-07-14 15:19:33.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:19:33.651 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e1b70372-ae5a-4683-90f9-6724a0fef228] socks forwarding established\n2025-07-14 15:19:33.683 [info] [command][503311cc-3de5-416d-af3c-0d5b83aa4c8e] Process exited with code 0\n2025-07-14 15:19:33.684 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e1b70372-ae5a-4683-90f9-6724a0fef228] socks connection closed\n2025-07-14 15:19:33.684 [info] [command][503311cc-3de5-416d-af3c-0d5b83aa4c8e] Socket close event received\n2025-07-14 15:19:33.702 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64406 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:20:33.687 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:20:33.689 [info] [command][96f33159-49cc-40a8-811c-ba508fc3335b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""96f33159-49cc-40a8-811c-ba508fc3335b""}\n2025-07-14 15:20:33.690 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c311e7cf-c148-4780-9583-71b212800607] received connection request\n2025-07-14 15:20:33.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 15:20:33.690 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:20:33.708 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c311e7cf-c148-4780-9583-71b212800607] socks forwarding established\n2025-07-14 15:20:33.742 [info] [command][96f33159-49cc-40a8-811c-ba508fc3335b] Process exited with code 0\n2025-07-14 15:20:33.742 [info] [command][96f33159-49cc-40a8-811c-ba508fc3335b] Socket close event received\n2025-07-14 15:20:33.742 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c311e7cf-c148-4780-9583-71b212800607] socks connection closed\n2025-07-14 15:20:33.760 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64453 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:21:33.748 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:21:33.750 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d0ef8f75-d23d-4a78-acff-ae738ff03495] received connection request\n2025-07-14 15:21:33.751 [info] [command][9d322df5-07ca-42bc-9254-aab5f0070c04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9d322df5-07ca-42bc-9254-aab5f0070c04""}\n2025-07-14 15:21:33.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:21:33.769 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d0ef8f75-d23d-4a78-acff-ae738ff03495] socks forwarding established\n2025-07-14 15:21:33.802 [info] [command][9d322df5-07ca-42bc-9254-aab5f0070c04] Process exited with code 0\n2025-07-14 15:21:33.802 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d0ef8f75-d23d-4a78-acff-ae738ff03495] socks connection closed\n2025-07-14 15:21:33.802 [info] [command][9d322df5-07ca-42bc-9254-aab5f0070c04] Socket close event received\n2025-07-14 15:21:33.821 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64470 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:22:33.807 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:22:33.808 [info] [command][c57b2683-04a5-49a1-b6d7-d7a9b00ceb76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c57b2683-04a5-49a1-b6d7-d7a9b00ceb76""}\n2025-07-14 15:22:33.808 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][95edf014-772b-4447-9c47-784c0a24bddc] received connection request\n2025-07-14 15:22:33.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:22:33.899 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][95edf014-772b-4447-9c47-784c0a24bddc] socks forwarding established\n2025-07-14 15:22:34.065 [info] [command][c57b2683-04a5-49a1-b6d7-d7a9b00ceb76] Process exited with code 0\n2025-07-14 15:22:34.066 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][95edf014-772b-4447-9c47-784c0a24bddc] socks connection closed\n2025-07-14 15:22:34.066 [info] [command][c57b2683-04a5-49a1-b6d7-d7a9b00ceb76] Socket close event received\n2025-07-14 15:22:34.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64500 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:23:34.071 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:23:34.073 [info] [command][8d95d782-904c-438b-adfa-f4ad7a16c240] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""8d95d782-904c-438b-adfa-f4ad7a16c240""}\n2025-07-14 15:23:34.073 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][309f2447-ff12-4b3d-81cb-0cbb6d3e6127] received connection request\n2025-07-14 15:23:34.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:23:34.091 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][309f2447-ff12-4b3d-81cb-0cbb6d3e6127] socks forwarding established\n2025-07-14 15:23:34.124 [info] [command][8d95d782-904c-438b-adfa-f4ad7a16c240] Process exited with code 0\n2025-07-14 15:23:34.124 [info] [command][8d95d782-904c-438b-adfa-f4ad7a16c240] Socket close event received\n2025-07-14 15:23:34.125 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][309f2447-ff12-4b3d-81cb-0cbb6d3e6127] socks connection closed\n2025-07-14 15:23:34.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64515 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:24:34.130 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:24:34.131 [info] [command][4eaf7a32-9a8d-4fd7-a391-aaee554bf1dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4eaf7a32-9a8d-4fd7-a391-aaee554bf1dd""}\n2025-07-14 15:24:34.131 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1abf78bf-6531-4650-8661-37d917d0fee4] received connection request\n2025-07-14 15:24:34.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:24:34.157 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1abf78bf-6531-4650-8661-37d917d0fee4] socks forwarding established\n2025-07-14 15:24:34.190 [info] [command][4eaf7a32-9a8d-4fd7-a391-aaee554bf1dd] Process exited with code 0\n2025-07-14 15:24:34.191 [info] [command][4eaf7a32-9a8d-4fd7-a391-aaee554bf1dd] Socket close event received\n2025-07-14 15:24:34.191 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1abf78bf-6531-4650-8661-37d917d0fee4] socks connection closed\n2025-07-14 15:24:34.210 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64533 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:25:34.196 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:25:34.198 [info] [command][55ae01c5-219a-4cb9-b4a6-edb57d6fb80e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""55ae01c5-219a-4cb9-b4a6-edb57d6fb80e""}\n2025-07-14 15:25:34.199 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][169b4c6d-f1af-4c00-b61c-748fdc14fc39] received connection request\n2025-07-14 15:25:34.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:25:34.221 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][169b4c6d-f1af-4c00-b61c-748fdc14fc39] socks forwarding established\n2025-07-14 15:25:34.256 [info] [command][55ae01c5-219a-4cb9-b4a6-edb57d6fb80e] Process exited with code 0\n2025-07-14 15:25:34.256 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][169b4c6d-f1af-4c00-b61c-748fdc14fc39] socks connection closed\n2025-07-14 15:25:34.257 [info] [command][55ae01c5-219a-4cb9-b4a6-edb57d6fb80e] Socket close event received\n2025-07-14 15:25:34.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64568 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:26:34.263 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:26:34.264 [info] [command][845a9358-bc46-449b-a867-26d378700da3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""845a9358-bc46-449b-a867-26d378700da3""}\n2025-07-14 15:26:34.265 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][57a7cea4-57b9-46de-8e98-5e8b4fe09b38] received connection request\n2025-07-14 15:26:34.265 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:26:34.416 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][57a7cea4-57b9-46de-8e98-5e8b4fe09b38] socks forwarding established\n2025-07-14 15:26:34.580 [info] [command][845a9358-bc46-449b-a867-26d378700da3] Process exited with code 0\n2025-07-14 15:26:34.580 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][57a7cea4-57b9-46de-8e98-5e8b4fe09b38] socks connection closed\n2025-07-14 15:26:34.580 [info] [command][845a9358-bc46-449b-a867-26d378700da3] Socket close event received\n2025-07-14 15:26:34.601 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64581 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:27:34.583 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:27:34.586 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][fef3f4fe-180e-425d-b674-1b7e9ee6f404] received connection request\n2025-07-14 15:27:34.586 [info] [command][0f9daf62-1e5d-4419-9540-1debde6c18d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""0f9daf62-1e5d-4419-9540-1debde6c18d3""}\n2025-07-14 15:27:34.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:27:34.607 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fef3f4fe-180e-425d-b674-1b7e9ee6f404] socks forwarding established\n2025-07-14 15:27:34.643 [info] [command][0f9daf62-1e5d-4419-9540-1debde6c18d3] Process exited with code 0\n2025-07-14 15:27:34.643 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fef3f4fe-180e-425d-b674-1b7e9ee6f404] socks connection closed\n2025-07-14 15:27:34.644 [info] [command][0f9daf62-1e5d-4419-9540-1debde6c18d3] Socket close event received\n2025-07-14 15:27:34.661 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64611 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:28:34.647 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:28:34.648 [info] [command][a300f2a3-2409-4b56-bb38-be1ab69d8b31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a300f2a3-2409-4b56-bb38-be1ab69d8b31""}\n2025-07-14 15:28:34.649 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b8ee0d0f-448c-41a7-bd16-7a2700713f02] received connection request\n2025-07-14 15:28:34.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:28:34.670 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b8ee0d0f-448c-41a7-bd16-7a2700713f02] socks forwarding established\n2025-07-14 15:28:34.702 [info] [command][a300f2a3-2409-4b56-bb38-be1ab69d8b31] Process exited with code 0\n2025-07-14 15:28:34.702 [info] [command][a300f2a3-2409-4b56-bb38-be1ab69d8b31] Socket close event received\n2025-07-14 15:28:34.703 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b8ee0d0f-448c-41a7-bd16-7a2700713f02] socks connection closed\n2025-07-14 15:28:34.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64632 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:29:34.708 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:29:34.710 [info] [command][4f6dc3a0-7c11-4093-bf5d-a3f7b9c6d0da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4f6dc3a0-7c11-4093-bf5d-a3f7b9c6d0da""}\n2025-07-14 15:29:34.711 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ab5636bb-7025-44b3-a817-21565b205106] received connection request\n2025-07-14 15:29:34.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:29:34.733 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ab5636bb-7025-44b3-a817-21565b205106] socks forwarding established\n2025-07-14 15:29:34.766 [info] [command][4f6dc3a0-7c11-4093-bf5d-a3f7b9c6d0da] Process exited with code 0\n2025-07-14 15:29:34.766 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ab5636bb-7025-44b3-a817-21565b205106] socks connection closed\n2025-07-14 15:29:34.766 [info] [command][4f6dc3a0-7c11-4093-bf5d-a3f7b9c6d0da] Socket close event received\n2025-07-14 15:29:34.783 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64653 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:30:34.770 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:30:34.771 [info] [command][15804599-888d-4164-9bd5-81e8f34cd7c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""15804599-888d-4164-9bd5-81e8f34cd7c7""}\n2025-07-14 15:30:34.772 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5d33c07c-baac-4b46-a4dc-f1ada7a3568e] received connection request\n2025-07-14 15:30:34.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:30:34.886 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5d33c07c-baac-4b46-a4dc-f1ada7a3568e] socks forwarding established\n2025-07-14 15:30:35.048 [info] [command][15804599-888d-4164-9bd5-81e8f34cd7c7] Process exited with code 0\n2025-07-14 15:30:35.049 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5d33c07c-baac-4b46-a4dc-f1ada7a3568e] socks connection closed\n2025-07-14 15:30:35.049 [info] [command][15804599-888d-4164-9bd5-81e8f34cd7c7] Socket close event received\n2025-07-14 15:30:35.067 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64687 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:31:35.052 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:31:35.054 [info] [command][2d00af7a-872a-4d45-a9ae-c572148144ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2d00af7a-872a-4d45-a9ae-c572148144ce""}\n2025-07-14 15:31:35.055 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5916368b-9304-470d-9b9b-513d095fb001] received connection request\n2025-07-14 15:31:35.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:31:35.077 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5916368b-9304-470d-9b9b-513d095fb001] socks forwarding established\n2025-07-14 15:31:35.110 [info] [command][2d00af7a-872a-4d45-a9ae-c572148144ce] Process exited with code 0\n2025-07-14 15:31:35.110 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5916368b-9304-470d-9b9b-513d095fb001] socks connection closed\n2025-07-14 15:31:35.111 [info] [command][2d00af7a-872a-4d45-a9ae-c572148144ce] Socket close event received\n2025-07-14 15:31:35.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64700 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:32:35.117 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:32:35.119 [info] [command][83b1dfc6-8c86-4842-82de-b9c21c7eabbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""83b1dfc6-8c86-4842-82de-b9c21c7eabbf""}\n2025-07-14 15:32:35.120 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9c325adc-f63f-457d-9c4b-8f3bc87816fe] received connection request\n2025-07-14 15:32:35.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 15:32:35.121 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:32:35.140 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9c325adc-f63f-457d-9c4b-8f3bc87816fe] socks forwarding established\n2025-07-14 15:32:35.177 [info] [command][83b1dfc6-8c86-4842-82de-b9c21c7eabbf] Process exited with code 0\n2025-07-14 15:32:35.177 [info] [command][83b1dfc6-8c86-4842-82de-b9c21c7eabbf] Socket close event received\n2025-07-14 15:32:35.178 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9c325adc-f63f-457d-9c4b-8f3bc87816fe] socks connection closed\n2025-07-14 15:32:35.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64736 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:33:35.179 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:33:35.180 [info] [command][6476725e-4969-4a4b-9871-ee4184dba604] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""6476725e-4969-4a4b-9871-ee4184dba604""}\n2025-07-14 15:33:35.181 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][3ee0d050-64cd-42f5-af88-b79f6094b2f4] received connection request\n2025-07-14 15:33:35.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:33:35.207 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3ee0d050-64cd-42f5-af88-b79f6094b2f4] socks forwarding established\n2025-07-14 15:33:35.241 [info] [command][6476725e-4969-4a4b-9871-ee4184dba604] Process exited with code 0\n2025-07-14 15:33:35.243 [info] [command][6476725e-4969-4a4b-9871-ee4184dba604] Socket close event received\n2025-07-14 15:33:35.244 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3ee0d050-64cd-42f5-af88-b79f6094b2f4] socks connection closed\n2025-07-14 15:33:35.262 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64756 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:34:35.249 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:34:35.250 [info] [command][eb1a1546-59ea-4c3c-ae03-618ae95d81ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""eb1a1546-59ea-4c3c-ae03-618ae95d81ec""}\n2025-07-14 15:34:35.250 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][8304b9ff-66bb-4bff-bbf9-2720bf77f57b] received connection request\n2025-07-14 15:34:35.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:34:35.353 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8304b9ff-66bb-4bff-bbf9-2720bf77f57b] socks forwarding established\n2025-07-14 15:34:35.517 [info] [command][eb1a1546-59ea-4c3c-ae03-618ae95d81ec] Process exited with code 0\n2025-07-14 15:34:35.518 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8304b9ff-66bb-4bff-bbf9-2720bf77f57b] socks connection closed\n2025-07-14 15:34:35.518 [info] [command][eb1a1546-59ea-4c3c-ae03-618ae95d81ec] Socket close event received\n2025-07-14 15:34:35.543 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64792 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:35:35.521 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:35:35.522 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][adfe23db-4192-4e42-bd07-aca2145cffc8] received connection request\n2025-07-14 15:35:35.523 [info] [command][ebdf4dda-5685-4ebe-91c3-92933e9c4e14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ebdf4dda-5685-4ebe-91c3-92933e9c4e14""}\n2025-07-14 15:35:35.523 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:35:35.542 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][adfe23db-4192-4e42-bd07-aca2145cffc8] socks forwarding established\n2025-07-14 15:35:35.576 [info] [command][ebdf4dda-5685-4ebe-91c3-92933e9c4e14] Process exited with code 0\n2025-07-14 15:35:35.577 [info] [command][ebdf4dda-5685-4ebe-91c3-92933e9c4e14] Socket close event received\n2025-07-14 15:35:35.577 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][adfe23db-4192-4e42-bd07-aca2145cffc8] socks connection closed\n2025-07-14 15:35:35.595 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64841 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:36:35.581 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:36:35.584 [info] [command][c1127297-de5c-452e-b375-72d514e72915] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c1127297-de5c-452e-b375-72d514e72915""}\n2025-07-14 15:36:35.584 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ce3e39d5-0aae-45ef-8d07-8d3ec329f0da] received connection request\n2025-07-14 15:36:35.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:36:35.605 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ce3e39d5-0aae-45ef-8d07-8d3ec329f0da] socks forwarding established\n2025-07-14 15:36:35.634 [info] [command][c1127297-de5c-452e-b375-72d514e72915] Process exited with code 0\n2025-07-14 15:36:35.634 [info] [command][c1127297-de5c-452e-b375-72d514e72915] Socket close event received\n2025-07-14 15:36:35.635 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ce3e39d5-0aae-45ef-8d07-8d3ec329f0da] socks connection closed\n2025-07-14 15:36:35.654 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64856 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:37:35.640 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:37:35.642 [info] [command][b99b54f8-ca7c-46b1-ab2c-b60e0fcf4c6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b99b54f8-ca7c-46b1-ab2c-b60e0fcf4c6d""}\n2025-07-14 15:37:35.642 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][cbfb9d6f-2610-40d2-be61-81c02350acac] received connection request\n2025-07-14 15:37:35.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:37:35.659 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cbfb9d6f-2610-40d2-be61-81c02350acac] socks forwarding established\n2025-07-14 15:37:35.690 [info] [command][b99b54f8-ca7c-46b1-ab2c-b60e0fcf4c6d] Process exited with code 0\n2025-07-14 15:37:35.691 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cbfb9d6f-2610-40d2-be61-81c02350acac] socks connection closed\n2025-07-14 15:37:35.691 [info] [command][b99b54f8-ca7c-46b1-ab2c-b60e0fcf4c6d] Socket close event received\n2025-07-14 15:37:35.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64884 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:38:35.693 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:38:35.695 [info] [command][0b00ed54-1052-4f88-9311-8fa7c4b9eb66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""0b00ed54-1052-4f88-9311-8fa7c4b9eb66""}\n2025-07-14 15:38:35.696 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][139d705b-ea72-4db2-8f61-8f06c35ba541] received connection request\n2025-07-14 15:38:35.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:38:35.794 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][139d705b-ea72-4db2-8f61-8f06c35ba541] socks forwarding established\n2025-07-14 15:38:35.962 [info] [command][0b00ed54-1052-4f88-9311-8fa7c4b9eb66] Process exited with code 0\n2025-07-14 15:38:35.962 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][139d705b-ea72-4db2-8f61-8f06c35ba541] socks connection closed\n2025-07-14 15:38:35.963 [info] [command][0b00ed54-1052-4f88-9311-8fa7c4b9eb66] Socket close event received\n2025-07-14 15:38:35.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64902 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:39:35.966 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:39:35.967 [info] [command][994a5662-16ef-4d9d-9400-8a3b6970d833] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""994a5662-16ef-4d9d-9400-8a3b6970d833""}\n2025-07-14 15:39:35.968 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][572153e4-901d-49aa-9adb-41bc30ea1e5d] received connection request\n2025-07-14 15:39:35.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:39:35.988 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][572153e4-901d-49aa-9adb-41bc30ea1e5d] socks forwarding established\n2025-07-14 15:39:36.024 [info] [command][994a5662-16ef-4d9d-9400-8a3b6970d833] Process exited with code 0\n2025-07-14 15:39:36.025 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][572153e4-901d-49aa-9adb-41bc30ea1e5d] socks connection closed\n2025-07-14 15:39:36.025 [info] [command][994a5662-16ef-4d9d-9400-8a3b6970d833] Socket close event received\n2025-07-14 15:39:36.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64917 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:40:36.027 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:40:36.029 [info] [command][256b20fb-b7f6-4b5c-aec0-e8dcf01b15d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""256b20fb-b7f6-4b5c-aec0-e8dcf01b15d2""}\n2025-07-14 15:40:36.030 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1c2074f2-fed9-4438-bbdf-ff3855e422f3] received connection request\n2025-07-14 15:40:36.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:40:36.049 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1c2074f2-fed9-4438-bbdf-ff3855e422f3] socks forwarding established\n2025-07-14 15:40:36.082 [info] [command][256b20fb-b7f6-4b5c-aec0-e8dcf01b15d2] Process exited with code 0\n2025-07-14 15:40:36.082 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1c2074f2-fed9-4438-bbdf-ff3855e422f3] socks connection closed\n2025-07-14 15:40:36.082 [info] [command][256b20fb-b7f6-4b5c-aec0-e8dcf01b15d2] Socket close event received\n2025-07-14 15:40:36.100 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64949 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:41:36.088 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:41:36.089 [info] [command][a1ca1a1c-bdab-45e5-b35d-0888b361e196] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a1ca1a1c-bdab-45e5-b35d-0888b361e196""}\n2025-07-14 15:41:36.090 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][eee169b6-4789-4324-a074-71367c226cf8] received connection request\n2025-07-14 15:41:36.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:41:36.111 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][eee169b6-4789-4324-a074-71367c226cf8] socks forwarding established\n2025-07-14 15:41:36.143 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][eee169b6-4789-4324-a074-71367c226cf8] socks connection closed\n2025-07-14 15:41:36.144 [info] [command][a1ca1a1c-bdab-45e5-b35d-0888b361e196] Process exited with code 0\n2025-07-14 15:41:36.144 [info] [command][a1ca1a1c-bdab-45e5-b35d-0888b361e196] Socket close event received\n2025-07-14 15:41:36.165 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64963 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:42:36.152 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:42:36.153 [info] [command][ea335b1a-94fb-439b-a21b-90e72d4d2295] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ea335b1a-94fb-439b-a21b-90e72d4d2295""}\n2025-07-14 15:42:36.153 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][241cefe9-c43a-42dc-aef1-b32b27064b58] received connection request\n2025-07-14 15:42:36.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:42:36.172 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][241cefe9-c43a-42dc-aef1-b32b27064b58] socks forwarding established\n2025-07-14 15:42:36.326 [info] [command][ea335b1a-94fb-439b-a21b-90e72d4d2295] Process exited with code 0\n2025-07-14 15:42:36.326 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][241cefe9-c43a-42dc-aef1-b32b27064b58] socks connection closed\n2025-07-14 15:42:36.326 [info] [command][ea335b1a-94fb-439b-a21b-90e72d4d2295] Socket close event received\n2025-07-14 15:42:36.351 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 64988 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:43:36.328 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:43:36.329 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ed63abc9-f226-42d3-914b-75b63bf3fb17] received connection request\n2025-07-14 15:43:36.330 [info] [command][53374146-c30e-4fdf-ae34-83af29cbdcfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""53374146-c30e-4fdf-ae34-83af29cbdcfc""}\n2025-07-14 15:43:36.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:43:36.348 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ed63abc9-f226-42d3-914b-75b63bf3fb17] socks forwarding established\n2025-07-14 15:43:36.380 [info] [command][53374146-c30e-4fdf-ae34-83af29cbdcfc] Process exited with code 0\n2025-07-14 15:43:36.380 [info] [command][53374146-c30e-4fdf-ae34-83af29cbdcfc] Socket close event received\n2025-07-14 15:43:36.381 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ed63abc9-f226-42d3-914b-75b63bf3fb17] socks connection closed\n2025-07-14 15:43:36.398 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65008 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:44:36.389 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:44:36.391 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][3d6be318-f962-4757-97ac-148366967b8c] received connection request\n2025-07-14 15:44:36.391 [info] [command][e2d61496-7146-4c88-9ed0-1c969c454c48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""e2d61496-7146-4c88-9ed0-1c969c454c48""}\n2025-07-14 15:44:36.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:44:36.415 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3d6be318-f962-4757-97ac-148366967b8c] socks forwarding established\n2025-07-14 15:44:36.448 [info] [command][e2d61496-7146-4c88-9ed0-1c969c454c48] Process exited with code 0\n2025-07-14 15:44:36.448 [info] [command][e2d61496-7146-4c88-9ed0-1c969c454c48] Socket close event received\n2025-07-14 15:44:36.449 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3d6be318-f962-4757-97ac-148366967b8c] socks connection closed\n2025-07-14 15:44:36.469 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65026 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:45:36.457 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:45:36.458 [info] [command][66793ce9-84dc-4055-a0db-2280646dbb70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""66793ce9-84dc-4055-a0db-2280646dbb70""}\n2025-07-14 15:45:36.459 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e544a8c2-7f2a-406e-99e3-52f568b0decd] received connection request\n2025-07-14 15:45:36.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:45:36.483 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e544a8c2-7f2a-406e-99e3-52f568b0decd] socks forwarding established\n2025-07-14 15:45:36.519 [info] [command][66793ce9-84dc-4055-a0db-2280646dbb70] Process exited with code 0\n2025-07-14 15:45:36.520 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e544a8c2-7f2a-406e-99e3-52f568b0decd] socks connection closed\n2025-07-14 15:45:36.520 [info] [command][66793ce9-84dc-4055-a0db-2280646dbb70] Socket close event received\n2025-07-14 15:45:36.537 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65059 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:46:36.530 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:46:36.531 [info] [command][c8b2b990-ebb0-448e-833e-6939ef89a2b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c8b2b990-ebb0-448e-833e-6939ef89a2b8""}\n2025-07-14 15:46:36.532 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][27e55ad6-538e-4afd-9f53-c63b52ad5638] received connection request\n2025-07-14 15:46:36.533 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:46:36.601 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][27e55ad6-538e-4afd-9f53-c63b52ad5638] socks forwarding established\n2025-07-14 15:46:36.767 [info] [command][c8b2b990-ebb0-448e-833e-6939ef89a2b8] Process exited with code 0\n2025-07-14 15:46:36.768 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][27e55ad6-538e-4afd-9f53-c63b52ad5638] socks connection closed\n2025-07-14 15:46:36.768 [info] [command][c8b2b990-ebb0-448e-833e-6939ef89a2b8] Socket close event received\n2025-07-14 15:46:36.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65075 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:47:36.769 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:47:36.770 [info] [command][f5893fd0-d1d4-4b3f-8363-be3d86c4fc4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f5893fd0-d1d4-4b3f-8363-be3d86c4fc4d""}\n2025-07-14 15:47:36.771 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][22df8c28-48c9-4255-9e05-be14b9af2e38] received connection request\n2025-07-14 15:47:36.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:47:36.798 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][22df8c28-48c9-4255-9e05-be14b9af2e38] socks forwarding established\n2025-07-14 15:47:36.828 [info] [command][f5893fd0-d1d4-4b3f-8363-be3d86c4fc4d] Process exited with code 0\n2025-07-14 15:47:36.828 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][22df8c28-48c9-4255-9e05-be14b9af2e38] socks connection closed\n2025-07-14 15:47:36.828 [info] [command][f5893fd0-d1d4-4b3f-8363-be3d86c4fc4d] Socket close event received\n2025-07-14 15:47:36.848 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65108 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:48:36.831 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:48:36.833 [info] [command][86408975-ed36-492c-b59e-5482947a6186] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""86408975-ed36-492c-b59e-5482947a6186""}\n2025-07-14 15:48:36.833 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][a010809d-479c-4464-8b0d-7572ef789c9f] received connection request\n2025-07-14 15:48:36.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:48:36.851 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a010809d-479c-4464-8b0d-7572ef789c9f] socks forwarding established\n2025-07-14 15:48:36.883 [info] [command][86408975-ed36-492c-b59e-5482947a6186] Process exited with code 0\n2025-07-14 15:48:36.883 [info] [command][86408975-ed36-492c-b59e-5482947a6186] Socket close event received\n2025-07-14 15:48:36.883 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a010809d-479c-4464-8b0d-7572ef789c9f] socks connection closed\n2025-07-14 15:48:36.901 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65125 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:49:36.886 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:49:36.887 [info] [command][fc71a73e-1623-4b1e-a20d-6add08090d26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fc71a73e-1623-4b1e-a20d-6add08090d26""}\n2025-07-14 15:49:36.887 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9ec7c8f3-2d11-4239-996a-6e8bda3f22ce] received connection request\n2025-07-14 15:49:36.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:49:36.905 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9ec7c8f3-2d11-4239-996a-6e8bda3f22ce] socks forwarding established\n2025-07-14 15:49:36.937 [info] [command][fc71a73e-1623-4b1e-a20d-6add08090d26] Process exited with code 0\n2025-07-14 15:49:36.937 [info] [command][fc71a73e-1623-4b1e-a20d-6add08090d26] Socket close event received\n2025-07-14 15:49:36.938 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9ec7c8f3-2d11-4239-996a-6e8bda3f22ce] socks connection closed\n2025-07-14 15:49:36.955 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65143 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:50:36.941 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:50:36.943 [info] [command][a7de23da-332f-4421-8bcf-4cef189d7117] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a7de23da-332f-4421-8bcf-4cef189d7117""}\n2025-07-14 15:50:36.944 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][dbdab87e-e772-4e9f-ae39-fd3730006412] received connection request\n2025-07-14 15:50:36.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:50:37.037 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dbdab87e-e772-4e9f-ae39-fd3730006412] socks forwarding established\n2025-07-14 15:50:37.127 [info] [command][a7de23da-332f-4421-8bcf-4cef189d7117] Process exited with code 0\n2025-07-14 15:50:37.128 [info] [command][a7de23da-332f-4421-8bcf-4cef189d7117] Socket close event received\n2025-07-14 15:50:37.128 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dbdab87e-e772-4e9f-ae39-fd3730006412] socks connection closed\n2025-07-14 15:50:37.155 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65177 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:51:37.134 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:51:37.137 [info] [command][8377b6c0-e4db-4b90-a2f9-6d6631bc360c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""8377b6c0-e4db-4b90-a2f9-6d6631bc360c""}\n2025-07-14 15:51:37.138 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e86aa0f8-3ff9-4751-b21b-7adc42f0cb34] received connection request\n2025-07-14 15:51:37.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:51:37.159 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e86aa0f8-3ff9-4751-b21b-7adc42f0cb34] socks forwarding established\n2025-07-14 15:51:37.193 [info] [command][8377b6c0-e4db-4b90-a2f9-6d6631bc360c] Process exited with code 0\n2025-07-14 15:51:37.193 [info] [command][8377b6c0-e4db-4b90-a2f9-6d6631bc360c] Socket close event received\n2025-07-14 15:51:37.193 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e86aa0f8-3ff9-4751-b21b-7adc42f0cb34] socks connection closed\n2025-07-14 15:51:37.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65194 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:52:37.200 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:52:37.201 [info] [command][f04ff000-d317-4020-b34e-24023a294d1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f04ff000-d317-4020-b34e-24023a294d1c""}\n2025-07-14 15:52:37.202 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][7f7556ca-093f-40f8-9852-017dce8e2092] received connection request\n2025-07-14 15:52:37.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:52:37.220 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7f7556ca-093f-40f8-9852-017dce8e2092] socks forwarding established\n2025-07-14 15:52:37.254 [info] [command][f04ff000-d317-4020-b34e-24023a294d1c] Process exited with code 0\n2025-07-14 15:52:37.254 [info] [command][f04ff000-d317-4020-b34e-24023a294d1c] Socket close event received\n2025-07-14 15:52:37.254 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7f7556ca-093f-40f8-9852-017dce8e2092] socks connection closed\n2025-07-14 15:52:37.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65232 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:53:37.258 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:53:37.260 [info] [command][aae506eb-5138-4ec3-adb9-5e7f554fd042] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""aae506eb-5138-4ec3-adb9-5e7f554fd042""}\n2025-07-14 15:53:37.261 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][32766389-3721-446d-b878-0ea6382cdb51] received connection request\n2025-07-14 15:53:37.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:53:37.286 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][32766389-3721-446d-b878-0ea6382cdb51] socks forwarding established\n2025-07-14 15:53:37.316 [info] [command][aae506eb-5138-4ec3-adb9-5e7f554fd042] Process exited with code 0\n2025-07-14 15:53:37.317 [info] [command][aae506eb-5138-4ec3-adb9-5e7f554fd042] Socket close event received\n2025-07-14 15:53:37.317 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][32766389-3721-446d-b878-0ea6382cdb51] socks connection closed\n2025-07-14 15:53:37.335 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65284 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:54:37.324 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:54:37.325 [info] [command][50e1fbbc-43e7-42cc-8a9f-9bb772a31a45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""50e1fbbc-43e7-42cc-8a9f-9bb772a31a45""}\n2025-07-14 15:54:37.326 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][37ca6516-2c42-4ac2-9749-27523fc10d91] received connection request\n2025-07-14 15:54:37.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:54:37.390 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][37ca6516-2c42-4ac2-9749-27523fc10d91] socks forwarding established\n2025-07-14 15:54:37.465 [info] [command][50e1fbbc-43e7-42cc-8a9f-9bb772a31a45] Process exited with code 0\n2025-07-14 15:54:37.466 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][37ca6516-2c42-4ac2-9749-27523fc10d91] socks connection closed\n2025-07-14 15:54:37.466 [info] [command][50e1fbbc-43e7-42cc-8a9f-9bb772a31a45] Socket close event received\n2025-07-14 15:54:37.485 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65297 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:55:37.472 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:55:37.473 [info] [command][c919bb64-57c8-4b3c-b903-4150bdf427e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c919bb64-57c8-4b3c-b903-4150bdf427e5""}\n2025-07-14 15:55:37.474 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][4ea17baf-4d90-4e56-a0dc-5c1106d5297a] received connection request\n2025-07-14 15:55:37.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:55:37.496 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4ea17baf-4d90-4e56-a0dc-5c1106d5297a] socks forwarding established\n2025-07-14 15:55:37.530 [info] [command][c919bb64-57c8-4b3c-b903-4150bdf427e5] Process exited with code 0\n2025-07-14 15:55:37.531 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4ea17baf-4d90-4e56-a0dc-5c1106d5297a] socks connection closed\n2025-07-14 15:55:37.531 [info] [command][c919bb64-57c8-4b3c-b903-4150bdf427e5] Socket close event received\n2025-07-14 15:55:37.554 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65326 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:56:37.537 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:56:37.538 [info] [command][083f89f0-0985-4288-b131-410274fcc310] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""083f89f0-0985-4288-b131-410274fcc310""}\n2025-07-14 15:56:37.539 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1051ccb7-2515-4d47-8a5f-931382f4d3f4] received connection request\n2025-07-14 15:56:37.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:56:37.559 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1051ccb7-2515-4d47-8a5f-931382f4d3f4] socks forwarding established\n2025-07-14 15:56:37.590 [info] [command][083f89f0-0985-4288-b131-410274fcc310] Process exited with code 0\n2025-07-14 15:56:37.591 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1051ccb7-2515-4d47-8a5f-931382f4d3f4] socks connection closed\n2025-07-14 15:56:37.591 [info] [command][083f89f0-0985-4288-b131-410274fcc310] Socket close event received\n2025-07-14 15:56:37.609 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:57:37.593 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:57:37.594 [info] [command][30267ffd-e615-42fd-a16b-b0c1eefe44ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""30267ffd-e615-42fd-a16b-b0c1eefe44ff""}\n2025-07-14 15:57:37.595 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5bea58e2-ce31-4845-bafb-27aaceb1b465] received connection request\n2025-07-14 15:57:37.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:57:37.619 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5bea58e2-ce31-4845-bafb-27aaceb1b465] socks forwarding established\n2025-07-14 15:57:37.650 [info] [command][30267ffd-e615-42fd-a16b-b0c1eefe44ff] Process exited with code 0\n2025-07-14 15:57:37.651 [info] [command][30267ffd-e615-42fd-a16b-b0c1eefe44ff] Socket close event received\n2025-07-14 15:57:37.654 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5bea58e2-ce31-4845-bafb-27aaceb1b465] socks connection closed\n2025-07-14 15:57:37.669 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65373 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:58:37.661 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:58:37.663 [info] [command][fed89d75-07b7-40ba-acde-2a9eadcc41e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fed89d75-07b7-40ba-acde-2a9eadcc41e6""}\n2025-07-14 15:58:37.663 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][a70768e8-d5f7-4156-ac21-a60b732659ee] received connection request\n2025-07-14 15:58:37.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:58:37.803 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a70768e8-d5f7-4156-ac21-a60b732659ee] socks forwarding established\n2025-07-14 15:58:37.909 [info] [command][fed89d75-07b7-40ba-acde-2a9eadcc41e6] Process exited with code 0\n2025-07-14 15:58:37.909 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a70768e8-d5f7-4156-ac21-a60b732659ee] socks connection closed\n2025-07-14 15:58:37.909 [info] [command][fed89d75-07b7-40ba-acde-2a9eadcc41e6] Socket close event received\n2025-07-14 15:58:37.930 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65400 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 15:59:37.915 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 15:59:37.917 [info] [command][1933524b-2ad4-4577-b340-d4b14fb0b4b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1933524b-2ad4-4577-b340-d4b14fb0b4b4""}\n2025-07-14 15:59:37.918 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][aff2a2ea-07f3-4f92-8df0-f396d2efa2c1] received connection request\n2025-07-14 15:59:37.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 15:59:37.937 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][aff2a2ea-07f3-4f92-8df0-f396d2efa2c1] socks forwarding established\n2025-07-14 15:59:37.970 [info] [command][1933524b-2ad4-4577-b340-d4b14fb0b4b4] Process exited with code 0\n2025-07-14 15:59:37.970 [info] [command][1933524b-2ad4-4577-b340-d4b14fb0b4b4] Socket close event received\n2025-07-14 15:59:37.970 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][aff2a2ea-07f3-4f92-8df0-f396d2efa2c1] socks connection closed\n2025-07-14 15:59:37.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65415 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:00:37.981 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:00:37.982 [info] [command][926a086c-5cad-4d1e-bf1e-429da270c394] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""926a086c-5cad-4d1e-bf1e-429da270c394""}\n2025-07-14 16:00:37.983 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0c93a460-31da-4466-9c38-8b7dd144b869] received connection request\n2025-07-14 16:00:37.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:00:38.002 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0c93a460-31da-4466-9c38-8b7dd144b869] socks forwarding established\n2025-07-14 16:00:38.034 [info] [command][926a086c-5cad-4d1e-bf1e-429da270c394] Process exited with code 0\n2025-07-14 16:00:38.035 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0c93a460-31da-4466-9c38-8b7dd144b869] socks connection closed\n2025-07-14 16:00:38.035 [info] [command][926a086c-5cad-4d1e-bf1e-429da270c394] Socket close event received\n2025-07-14 16:00:38.052 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65449 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:01:38.041 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:01:38.043 [info] [command][95527181-9cd1-4781-add4-2a4535aa51ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""95527181-9cd1-4781-add4-2a4535aa51ab""}\n2025-07-14 16:01:38.043 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e05218e6-376c-43f7-b217-9c808f6b6914] received connection request\n2025-07-14 16:01:38.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:01:38.064 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e05218e6-376c-43f7-b217-9c808f6b6914] socks forwarding established\n2025-07-14 16:01:38.096 [info] [command][95527181-9cd1-4781-add4-2a4535aa51ab] Process exited with code 0\n2025-07-14 16:01:38.097 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e05218e6-376c-43f7-b217-9c808f6b6914] socks connection closed\n2025-07-14 16:01:38.097 [info] [command][95527181-9cd1-4781-add4-2a4535aa51ab] Socket close event received\n2025-07-14 16:01:38.117 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65475 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:02:38.108 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:02:38.110 [info] [command][0945731e-98a3-4193-9027-14b9638037ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""0945731e-98a3-4193-9027-14b9638037ed""}\n2025-07-14 16:02:38.111 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][590388a6-b662-47e8-94a9-d9292bdd3cdd] received connection request\n2025-07-14 16:02:38.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:02:38.135 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][590388a6-b662-47e8-94a9-d9292bdd3cdd] socks forwarding established\n2025-07-14 16:02:38.276 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][590388a6-b662-47e8-94a9-d9292bdd3cdd] socks connection closed\n2025-07-14 16:02:38.277 [info] [command][0945731e-98a3-4193-9027-14b9638037ed] Process exited with code 0\n2025-07-14 16:02:38.277 [info] [command][0945731e-98a3-4193-9027-14b9638037ed] Socket close event received\n2025-07-14 16:02:38.353 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65513 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:03:38.288 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:03:38.290 [info] [command][c76d241a-c03a-427d-b967-f6b8928e6b0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c76d241a-c03a-427d-b967-f6b8928e6b0b""}\n2025-07-14 16:03:38.291 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d3fcd4cb-f0d8-4180-9baf-2a867e0188a1] received connection request\n2025-07-14 16:03:38.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:03:38.315 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d3fcd4cb-f0d8-4180-9baf-2a867e0188a1] socks forwarding established\n2025-07-14 16:03:38.347 [info] [command][c76d241a-c03a-427d-b967-f6b8928e6b0b] Process exited with code 0\n2025-07-14 16:03:38.348 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d3fcd4cb-f0d8-4180-9baf-2a867e0188a1] socks connection closed\n2025-07-14 16:03:38.348 [info] [command][c76d241a-c03a-427d-b967-f6b8928e6b0b] Socket close event received\n2025-07-14 16:03:38.374 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 65526 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:04:38.359 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:04:38.360 [info] [command][64555d01-9af9-4a5d-b7bc-c974f81aced7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""64555d01-9af9-4a5d-b7bc-c974f81aced7""}\n2025-07-14 16:04:38.361 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][81e9aae1-7bf6-4cdb-b751-cd1ea16f1c2b] received connection request\n2025-07-14 16:04:38.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:04:38.380 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][81e9aae1-7bf6-4cdb-b751-cd1ea16f1c2b] socks forwarding established\n2025-07-14 16:04:38.412 [info] [command][64555d01-9af9-4a5d-b7bc-c974f81aced7] Process exited with code 0\n2025-07-14 16:04:38.412 [info] [command][64555d01-9af9-4a5d-b7bc-c974f81aced7] Socket close event received\n2025-07-14 16:04:38.413 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][81e9aae1-7bf6-4cdb-b751-cd1ea16f1c2b] socks connection closed\n2025-07-14 16:04:38.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49155 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:05:38.418 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:05:38.419 [info] [command][35bbfd16-dab1-4d33-ba53-f8744cd88262] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""35bbfd16-dab1-4d33-ba53-f8744cd88262""}\n2025-07-14 16:05:38.420 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][21a52564-390a-4a63-880e-15a6d22e820f] received connection request\n2025-07-14 16:05:38.420 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:05:38.439 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][21a52564-390a-4a63-880e-15a6d22e820f] socks forwarding established\n2025-07-14 16:05:38.471 [info] [command][35bbfd16-dab1-4d33-ba53-f8744cd88262] Process exited with code 0\n2025-07-14 16:05:38.471 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][21a52564-390a-4a63-880e-15a6d22e820f] socks connection closed\n2025-07-14 16:05:38.471 [info] [command][35bbfd16-dab1-4d33-ba53-f8744cd88262] Socket close event received\n2025-07-14 16:05:38.489 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49171 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:06:38.476 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:06:38.477 [info] [command][ed3fb5ef-805a-4f2c-9dbd-4af6ba20429b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ed3fb5ef-805a-4f2c-9dbd-4af6ba20429b""}\n2025-07-14 16:06:38.477 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][48f07777-42aa-46cc-a549-3c32247bad95] received connection request\n2025-07-14 16:06:38.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:06:38.502 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][48f07777-42aa-46cc-a549-3c32247bad95] socks forwarding established\n2025-07-14 16:06:38.667 [info] [command][ed3fb5ef-805a-4f2c-9dbd-4af6ba20429b] Process exited with code 0\n2025-07-14 16:06:38.668 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][48f07777-42aa-46cc-a549-3c32247bad95] socks connection closed\n2025-07-14 16:06:38.668 [info] [command][ed3fb5ef-805a-4f2c-9dbd-4af6ba20429b] Socket close event received\n2025-07-14 16:06:38.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49201 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:07:38.669 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:07:38.670 [info] [command][b0604d26-b2d9-48a1-882c-3f4cc2418efa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b0604d26-b2d9-48a1-882c-3f4cc2418efa""}\n2025-07-14 16:07:38.671 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][a5581084-ce0a-4e05-aeac-a728cbd77869] received connection request\n2025-07-14 16:07:38.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:07:38.690 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a5581084-ce0a-4e05-aeac-a728cbd77869] socks forwarding established\n2025-07-14 16:07:38.736 [info] [command][b0604d26-b2d9-48a1-882c-3f4cc2418efa] Process exited with code 0\n2025-07-14 16:07:38.737 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a5581084-ce0a-4e05-aeac-a728cbd77869] socks connection closed\n2025-07-14 16:07:38.737 [info] [command][b0604d26-b2d9-48a1-882c-3f4cc2418efa] Socket close event received\n2025-07-14 16:07:38.754 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49216 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:08:38.738 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:08:38.739 [info] [command][9f21b84d-759d-4ee9-af70-06689c8e39cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9f21b84d-759d-4ee9-af70-06689c8e39cf""}\n2025-07-14 16:08:38.740 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][7b4dae7f-9308-4b1e-84f6-557aaf1e5d3d] received connection request\n2025-07-14 16:08:38.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:08:38.759 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7b4dae7f-9308-4b1e-84f6-557aaf1e5d3d] socks forwarding established\n2025-07-14 16:08:38.794 [info] [command][9f21b84d-759d-4ee9-af70-06689c8e39cf] Process exited with code 0\n2025-07-14 16:08:38.794 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7b4dae7f-9308-4b1e-84f6-557aaf1e5d3d] socks connection closed\n2025-07-14 16:08:38.794 [info] [command][9f21b84d-759d-4ee9-af70-06689c8e39cf] Socket close event received\n2025-07-14 16:08:38.812 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49246 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:09:38.806 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:09:38.806 [info] [command][f5809d47-e4b5-488b-9d53-087301b49063] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f5809d47-e4b5-488b-9d53-087301b49063""}\n2025-07-14 16:09:38.807 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][20e6f7a7-f2d8-4e3f-baf6-deb301b24af2] received connection request\n2025-07-14 16:09:38.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:09:38.826 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][20e6f7a7-f2d8-4e3f-baf6-deb301b24af2] socks forwarding established\n2025-07-14 16:09:38.858 [info] [command][f5809d47-e4b5-488b-9d53-087301b49063] Process exited with code 0\n2025-07-14 16:09:38.858 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][20e6f7a7-f2d8-4e3f-baf6-deb301b24af2] socks connection closed\n2025-07-14 16:09:38.858 [info] [command][f5809d47-e4b5-488b-9d53-087301b49063] Socket close event received\n2025-07-14 16:09:38.876 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49261 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:10:38.865 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:10:38.866 [info] [command][411297fd-f4d9-470d-b8bb-d9a2c1a7fe2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""411297fd-f4d9-470d-b8bb-d9a2c1a7fe2b""}\n2025-07-14 16:10:38.866 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d03bc6ea-50ef-4f11-9ddd-bc0c60edbedf] received connection request\n2025-07-14 16:10:38.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:10:38.884 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d03bc6ea-50ef-4f11-9ddd-bc0c60edbedf] socks forwarding established\n2025-07-14 16:10:39.039 [info] [command][411297fd-f4d9-470d-b8bb-d9a2c1a7fe2b] Process exited with code 0\n2025-07-14 16:10:39.040 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d03bc6ea-50ef-4f11-9ddd-bc0c60edbedf] socks connection closed\n2025-07-14 16:10:39.040 [info] [command][411297fd-f4d9-470d-b8bb-d9a2c1a7fe2b] Socket close event received\n2025-07-14 16:10:39.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49277 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:11:39.042 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:11:39.043 [info] [command][1a24145f-98a9-4d9c-920d-ae565ca68879] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1a24145f-98a9-4d9c-920d-ae565ca68879""}\n2025-07-14 16:11:39.043 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][242c1056-41ba-4663-9838-5e75e8aa7b76] received connection request\n2025-07-14 16:11:39.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:11:39.065 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][242c1056-41ba-4663-9838-5e75e8aa7b76] socks forwarding established\n2025-07-14 16:11:39.096 [info] [command][1a24145f-98a9-4d9c-920d-ae565ca68879] Process exited with code 0\n2025-07-14 16:11:39.096 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][242c1056-41ba-4663-9838-5e75e8aa7b76] socks connection closed\n2025-07-14 16:11:39.097 [info] [command][1a24145f-98a9-4d9c-920d-ae565ca68879] Socket close event received\n2025-07-14 16:11:39.114 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49302 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:12:39.106 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:12:39.106 [info] [command][0e3764f6-2d5a-4fc6-9eea-aa287ee2bd7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""0e3764f6-2d5a-4fc6-9eea-aa287ee2bd7f""}\n2025-07-14 16:12:39.107 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][8013fba0-2c68-4049-9bc5-5704cb2b2435] received connection request\n2025-07-14 16:12:39.107 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:12:39.124 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8013fba0-2c68-4049-9bc5-5704cb2b2435] socks forwarding established\n2025-07-14 16:12:39.155 [info] [command][0e3764f6-2d5a-4fc6-9eea-aa287ee2bd7f] Process exited with code 0\n2025-07-14 16:12:39.156 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8013fba0-2c68-4049-9bc5-5704cb2b2435] socks connection closed\n2025-07-14 16:12:39.156 [info] [command][0e3764f6-2d5a-4fc6-9eea-aa287ee2bd7f] Socket close event received\n2025-07-14 16:12:39.173 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49320 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:13:39.160 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:13:39.162 [info] [command][ecb5506b-3d16-46da-9729-fc3a18b29dcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ecb5506b-3d16-46da-9729-fc3a18b29dcf""}\n2025-07-14 16:13:39.163 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6785523e-523c-4c58-9c5d-1c7a100fb94d] received connection request\n2025-07-14 16:13:39.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:13:39.183 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6785523e-523c-4c58-9c5d-1c7a100fb94d] socks forwarding established\n2025-07-14 16:13:39.215 [info] [command][ecb5506b-3d16-46da-9729-fc3a18b29dcf] Process exited with code 0\n2025-07-14 16:13:39.216 [info] [command][ecb5506b-3d16-46da-9729-fc3a18b29dcf] Socket close event received\n2025-07-14 16:13:39.216 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6785523e-523c-4c58-9c5d-1c7a100fb94d] socks connection closed\n2025-07-14 16:13:39.235 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49346 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:14:39.223 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:14:39.225 [info] [command][fe64bb94-7c6c-4bab-bbf1-c77c82961ff1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fe64bb94-7c6c-4bab-bbf1-c77c82961ff1""}\n2025-07-14 16:14:39.225 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ce182a51-8b3e-4b0e-be2d-106339b71bec] received connection request\n2025-07-14 16:14:39.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:14:39.249 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ce182a51-8b3e-4b0e-be2d-106339b71bec] socks forwarding established\n2025-07-14 16:14:39.414 [info] [command][fe64bb94-7c6c-4bab-bbf1-c77c82961ff1] Process exited with code 0\n2025-07-14 16:14:39.415 [info] [command][fe64bb94-7c6c-4bab-bbf1-c77c82961ff1] Socket close event received\n2025-07-14 16:14:39.415 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ce182a51-8b3e-4b0e-be2d-106339b71bec] socks connection closed\n2025-07-14 16:14:39.434 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49363 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:15:39.421 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:15:39.424 [info] [command][d9025910-4d84-4122-8e21-a68c3c89cf69] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d9025910-4d84-4122-8e21-a68c3c89cf69""}\n2025-07-14 16:15:39.424 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b08d91e8-143c-493b-91e6-551dbce162bc] received connection request\n2025-07-14 16:15:39.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:15:39.456 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b08d91e8-143c-493b-91e6-551dbce162bc] socks forwarding established\n2025-07-14 16:15:39.622 [info] [command][d9025910-4d84-4122-8e21-a68c3c89cf69] Process exited with code 0\n2025-07-14 16:15:39.622 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b08d91e8-143c-493b-91e6-551dbce162bc] socks connection closed\n2025-07-14 16:15:39.622 [info] [command][d9025910-4d84-4122-8e21-a68c3c89cf69] Socket close event received\n2025-07-14 16:15:39.646 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49410 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:16:39.624 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:16:39.625 [info] [command][632fb1c8-e017-4960-a12a-31b79f0a8e05] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""632fb1c8-e017-4960-a12a-31b79f0a8e05""}\n2025-07-14 16:16:39.626 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6728deec-c226-4ffe-9a1f-332516fbabf3] received connection request\n2025-07-14 16:16:39.626 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:16:39.649 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6728deec-c226-4ffe-9a1f-332516fbabf3] socks forwarding established\n2025-07-14 16:16:39.689 [info] [command][632fb1c8-e017-4960-a12a-31b79f0a8e05] Process exited with code 0\n2025-07-14 16:16:39.689 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6728deec-c226-4ffe-9a1f-332516fbabf3] socks connection closed\n2025-07-14 16:16:39.689 [info] [command][632fb1c8-e017-4960-a12a-31b79f0a8e05] Socket close event received\n2025-07-14 16:16:39.707 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49426 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:17:39.700 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:17:39.700 [info] [command][8435f07c-52c7-4ad0-ad1e-ae77f680b4ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""8435f07c-52c7-4ad0-ad1e-ae77f680b4ab""}\n2025-07-14 16:17:39.701 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][24b80ecf-315e-4161-88ba-eb3225698c8d] received connection request\n2025-07-14 16:17:39.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:17:39.701 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:17:39.722 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][24b80ecf-315e-4161-88ba-eb3225698c8d] socks forwarding established\n2025-07-14 16:17:39.832 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][24b80ecf-315e-4161-88ba-eb3225698c8d] socks connection closed\n2025-07-14 16:17:39.832 [info] [command][8435f07c-52c7-4ad0-ad1e-ae77f680b4ab] Process exited with code 0\n2025-07-14 16:17:39.832 [info] [command][8435f07c-52c7-4ad0-ad1e-ae77f680b4ab] Socket close event received\n2025-07-14 16:17:39.904 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49470 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:18:39.838 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:18:39.841 [info] [command][0b4e0b00-eaae-4f46-a33f-293a53c942da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""0b4e0b00-eaae-4f46-a33f-293a53c942da""}\n2025-07-14 16:18:39.841 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f152f85f-fa59-48ae-9368-6a6f406be57d] received connection request\n2025-07-14 16:18:39.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:18:39.860 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f152f85f-fa59-48ae-9368-6a6f406be57d] socks forwarding established\n2025-07-14 16:18:39.892 [info] [command][0b4e0b00-eaae-4f46-a33f-293a53c942da] Process exited with code 0\n2025-07-14 16:18:39.892 [info] [command][0b4e0b00-eaae-4f46-a33f-293a53c942da] Socket close event received\n2025-07-14 16:18:39.893 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f152f85f-fa59-48ae-9368-6a6f406be57d] socks connection closed\n2025-07-14 16:18:39.911 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49532 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:19:39.899 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:19:39.899 [info] [command][d9e040cd-8ebf-4a4b-bfa1-2457a4426e59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d9e040cd-8ebf-4a4b-bfa1-2457a4426e59""}\n2025-07-14 16:19:39.900 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][613ca49d-4222-403d-ae1f-248fa9b98ed9] received connection request\n2025-07-14 16:19:39.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:19:39.918 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][613ca49d-4222-403d-ae1f-248fa9b98ed9] socks forwarding established\n2025-07-14 16:19:39.953 [info] [command][d9e040cd-8ebf-4a4b-bfa1-2457a4426e59] Process exited with code 0\n2025-07-14 16:19:39.953 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][613ca49d-4222-403d-ae1f-248fa9b98ed9] socks connection closed\n2025-07-14 16:19:39.953 [info] [command][d9e040cd-8ebf-4a4b-bfa1-2457a4426e59] Socket close event received\n2025-07-14 16:19:39.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49555 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:20:39.959 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:20:39.960 [info] [command][41e14333-ceb1-4fb3-9411-7f4c778c87bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""41e14333-ceb1-4fb3-9411-7f4c778c87bc""}\n2025-07-14 16:20:39.961 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e95cff00-85b6-4af9-b5d3-3c6ab27efd7d] received connection request\n2025-07-14 16:20:39.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:20:39.979 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e95cff00-85b6-4af9-b5d3-3c6ab27efd7d] socks forwarding established\n2025-07-14 16:20:40.011 [info] [command][41e14333-ceb1-4fb3-9411-7f4c778c87bc] Process exited with code 0\n2025-07-14 16:20:40.011 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e95cff00-85b6-4af9-b5d3-3c6ab27efd7d] socks connection closed\n2025-07-14 16:20:40.011 [info] [command][41e14333-ceb1-4fb3-9411-7f4c778c87bc] Socket close event received\n2025-07-14 16:20:40.029 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49599 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:21:40.017 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:21:40.020 [info] [command][d55e849d-a226-426b-9cb5-99103bdfdb51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d55e849d-a226-426b-9cb5-99103bdfdb51""}\n2025-07-14 16:21:40.021 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f96c0692-561e-4b6c-98b0-79dda7c2c6ba] received connection request\n2025-07-14 16:21:40.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:21:40.128 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f96c0692-561e-4b6c-98b0-79dda7c2c6ba] socks forwarding established\n2025-07-14 16:21:40.294 [info] [command][d55e849d-a226-426b-9cb5-99103bdfdb51] Process exited with code 0\n2025-07-14 16:21:40.295 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f96c0692-561e-4b6c-98b0-79dda7c2c6ba] socks connection closed\n2025-07-14 16:21:40.295 [info] [command][d55e849d-a226-426b-9cb5-99103bdfdb51] Socket close event received\n2025-07-14 16:21:40.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49615 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:22:40.298 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:22:40.299 [info] [command][9299c78a-d1ed-4973-a199-da1390fb515b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9299c78a-d1ed-4973-a199-da1390fb515b""}\n2025-07-14 16:22:40.300 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][8dc2e296-210f-46eb-b602-aa2b9fe77f12] received connection request\n2025-07-14 16:22:40.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:22:40.320 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8dc2e296-210f-46eb-b602-aa2b9fe77f12] socks forwarding established\n2025-07-14 16:22:40.351 [info] [command][9299c78a-d1ed-4973-a199-da1390fb515b] Process exited with code 0\n2025-07-14 16:22:40.352 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8dc2e296-210f-46eb-b602-aa2b9fe77f12] socks connection closed\n2025-07-14 16:22:40.352 [info] [command][9299c78a-d1ed-4973-a199-da1390fb515b] Socket close event received\n2025-07-14 16:22:40.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49645 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:23:40.357 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:23:40.359 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][44338ea7-f07d-4190-ac29-9d306673de02] received connection request\n2025-07-14 16:23:40.360 [info] [command][de9bedcd-3da7-4c99-9f14-1f44bf01ed3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""de9bedcd-3da7-4c99-9f14-1f44bf01ed3f""}\n2025-07-14 16:23:40.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:23:40.379 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][44338ea7-f07d-4190-ac29-9d306673de02] socks forwarding established\n2025-07-14 16:23:40.415 [info] [command][de9bedcd-3da7-4c99-9f14-1f44bf01ed3f] Process exited with code 0\n2025-07-14 16:23:40.416 [info] [command][de9bedcd-3da7-4c99-9f14-1f44bf01ed3f] Socket close event received\n2025-07-14 16:23:40.416 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][44338ea7-f07d-4190-ac29-9d306673de02] socks connection closed\n2025-07-14 16:23:40.434 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49664 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:24:40.419 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:24:40.420 [info] [command][256ce3f7-eb3a-4e12-8b0f-3eb897041cdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""256ce3f7-eb3a-4e12-8b0f-3eb897041cdd""}\n2025-07-14 16:24:40.421 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][99215308-fad1-401e-91f1-0f2f4238e5d5] received connection request\n2025-07-14 16:24:40.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:24:40.440 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][99215308-fad1-401e-91f1-0f2f4238e5d5] socks forwarding established\n2025-07-14 16:24:40.473 [info] [command][256ce3f7-eb3a-4e12-8b0f-3eb897041cdd] Process exited with code 0\n2025-07-14 16:24:40.473 [info] [command][256ce3f7-eb3a-4e12-8b0f-3eb897041cdd] Socket close event received\n2025-07-14 16:24:40.474 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][99215308-fad1-401e-91f1-0f2f4238e5d5] socks connection closed\n2025-07-14 16:24:40.495 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49689 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:25:40.475 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:25:40.477 [info] [command][a2ed92da-2aee-4ef3-898d-89e473bf8ff5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a2ed92da-2aee-4ef3-898d-89e473bf8ff5""}\n2025-07-14 16:25:40.478 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][451e8c72-e3e6-4320-92b3-a04d0847bf45] received connection request\n2025-07-14 16:25:40.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:25:40.630 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][451e8c72-e3e6-4320-92b3-a04d0847bf45] socks forwarding established\n2025-07-14 16:25:40.661 [info] [command][a2ed92da-2aee-4ef3-898d-89e473bf8ff5] Process exited with code 0\n2025-07-14 16:25:40.661 [info] [command][a2ed92da-2aee-4ef3-898d-89e473bf8ff5] Socket close event received\n2025-07-14 16:25:40.662 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][451e8c72-e3e6-4320-92b3-a04d0847bf45] socks connection closed\n2025-07-14 16:25:40.808 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49733 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:26:40.664 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:26:40.665 [info] [command][dc01703b-6ead-4672-a6d2-dbef5acff90c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""dc01703b-6ead-4672-a6d2-dbef5acff90c""}\n2025-07-14 16:26:40.665 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][8171781a-b51d-4ced-a920-21d71888726a] received connection request\n2025-07-14 16:26:40.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:26:40.683 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8171781a-b51d-4ced-a920-21d71888726a] socks forwarding established\n2025-07-14 16:26:40.716 [info] [command][dc01703b-6ead-4672-a6d2-dbef5acff90c] Process exited with code 0\n2025-07-14 16:26:40.716 [info] [command][dc01703b-6ead-4672-a6d2-dbef5acff90c] Socket close event received\n2025-07-14 16:26:40.717 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8171781a-b51d-4ced-a920-21d71888726a] socks connection closed\n2025-07-14 16:26:40.734 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49764 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:27:40.720 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:27:40.721 [info] [command][1d26e7ad-c6dc-4bb6-b788-4688b1ccb19d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1d26e7ad-c6dc-4bb6-b788-4688b1ccb19d""}\n2025-07-14 16:27:40.722 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ec6b1fb9-4b95-478a-93fd-886d6c41bfde] received connection request\n2025-07-14 16:27:40.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:27:40.742 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ec6b1fb9-4b95-478a-93fd-886d6c41bfde] socks forwarding established\n2025-07-14 16:27:40.777 [info] [command][1d26e7ad-c6dc-4bb6-b788-4688b1ccb19d] Process exited with code 0\n2025-07-14 16:27:40.777 [info] [command][1d26e7ad-c6dc-4bb6-b788-4688b1ccb19d] Socket close event received\n2025-07-14 16:27:40.795 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ec6b1fb9-4b95-478a-93fd-886d6c41bfde] socks connection closed\n2025-07-14 16:27:40.798 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49799 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:28:40.782 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:28:40.783 [info] [command][04c11349-2295-4380-bbe7-cf39df2cc3b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""04c11349-2295-4380-bbe7-cf39df2cc3b7""}\n2025-07-14 16:28:40.784 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5b00ed5e-91fe-4cb8-94b2-0fc40882acab] received connection request\n2025-07-14 16:28:40.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:28:40.801 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5b00ed5e-91fe-4cb8-94b2-0fc40882acab] socks forwarding established\n2025-07-14 16:28:40.831 [info] [command][04c11349-2295-4380-bbe7-cf39df2cc3b7] Process exited with code 0\n2025-07-14 16:28:40.831 [info] [command][04c11349-2295-4380-bbe7-cf39df2cc3b7] Socket close event received\n2025-07-14 16:28:40.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49820 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:28:40.850 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5b00ed5e-91fe-4cb8-94b2-0fc40882acab] socks connection closed\n2025-07-14 16:29:40.838 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:29:40.839 [info] [command][30ddc9b2-ba5b-41d7-aa12-b07b3a69d802] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""30ddc9b2-ba5b-41d7-aa12-b07b3a69d802""}\n2025-07-14 16:29:40.840 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c5784a71-582e-4f47-ab39-de247a3ccde1] received connection request\n2025-07-14 16:29:40.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:29:40.882 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c5784a71-582e-4f47-ab39-de247a3ccde1] socks forwarding established\n2025-07-14 16:29:41.046 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c5784a71-582e-4f47-ab39-de247a3ccde1] socks connection closed\n2025-07-14 16:29:41.047 [info] [command][30ddc9b2-ba5b-41d7-aa12-b07b3a69d802] Process exited with code 0\n2025-07-14 16:29:41.047 [info] [command][30ddc9b2-ba5b-41d7-aa12-b07b3a69d802] Socket close event received\n2025-07-14 16:29:41.064 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49840 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:30:41.049 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:30:41.049 [info] [command][75b674f3-dfb5-41bd-bac6-e89928f01d97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""75b674f3-dfb5-41bd-bac6-e89928f01d97""}\n2025-07-14 16:30:41.049 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][fda996f0-5617-4590-9fda-cceff92f2c7c] received connection request\n2025-07-14 16:30:41.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:30:41.067 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fda996f0-5617-4590-9fda-cceff92f2c7c] socks forwarding established\n2025-07-14 16:30:41.097 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fda996f0-5617-4590-9fda-cceff92f2c7c] socks connection closed\n2025-07-14 16:30:41.097 [info] [command][75b674f3-dfb5-41bd-bac6-e89928f01d97] Process exited with code 0\n2025-07-14 16:30:41.097 [info] [command][75b674f3-dfb5-41bd-bac6-e89928f01d97] Socket close event received\n2025-07-14 16:30:41.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49868 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:31:41.103 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:31:41.104 [info] [command][915013b5-f071-4fc0-a38c-b5a5fe9db711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""915013b5-f071-4fc0-a38c-b5a5fe9db711""}\n2025-07-14 16:31:41.104 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0adea512-6127-48c2-91f6-dbec32f0f4eb] received connection request\n2025-07-14 16:31:41.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:31:41.104 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:31:41.122 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0adea512-6127-48c2-91f6-dbec32f0f4eb] socks forwarding established\n2025-07-14 16:31:41.156 [info] [command][915013b5-f071-4fc0-a38c-b5a5fe9db711] Process exited with code 0\n2025-07-14 16:31:41.157 [info] [command][915013b5-f071-4fc0-a38c-b5a5fe9db711] Socket close event received\n2025-07-14 16:31:41.157 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0adea512-6127-48c2-91f6-dbec32f0f4eb] socks connection closed\n2025-07-14 16:31:41.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49893 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:32:41.162 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:32:41.163 [info] [command][a8028cba-7937-4294-934c-8b5394632286] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a8028cba-7937-4294-934c-8b5394632286""}\n2025-07-14 16:32:41.163 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][60e5c8fe-bf4e-4aac-9cac-019e4efe437c] received connection request\n2025-07-14 16:32:41.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:32:41.164 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:32:41.181 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][60e5c8fe-bf4e-4aac-9cac-019e4efe437c] socks forwarding established\n2025-07-14 16:32:41.208 [info] [command][a8028cba-7937-4294-934c-8b5394632286] Process exited with code 0\n2025-07-14 16:32:41.208 [info] [command][a8028cba-7937-4294-934c-8b5394632286] Socket close event received\n2025-07-14 16:32:41.208 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][60e5c8fe-bf4e-4aac-9cac-019e4efe437c] socks connection closed\n2025-07-14 16:32:41.226 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49943 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:33:41.210 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:33:41.212 [info] [command][4fd4f3b2-ec61-4edc-8914-22a0e0d84155] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4fd4f3b2-ec61-4edc-8914-22a0e0d84155""}\n2025-07-14 16:33:41.212 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d0750398-1284-48f5-a2b3-350b774eef0b] received connection request\n2025-07-14 16:33:41.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:33:41.231 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d0750398-1284-48f5-a2b3-350b774eef0b] socks forwarding established\n2025-07-14 16:33:41.385 [info] [command][4fd4f3b2-ec61-4edc-8914-22a0e0d84155] Process exited with code 0\n2025-07-14 16:33:41.386 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d0750398-1284-48f5-a2b3-350b774eef0b] socks connection closed\n2025-07-14 16:33:41.386 [info] [command][4fd4f3b2-ec61-4edc-8914-22a0e0d84155] Socket close event received\n2025-07-14 16:33:41.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49961 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:34:41.389 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:34:41.390 [info] [command][f08d79a1-bef9-4544-8f59-1955d22c2609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f08d79a1-bef9-4544-8f59-1955d22c2609""}\n2025-07-14 16:34:41.391 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9b3e32b0-0aa1-42fd-8b47-33cabe45856e] received connection request\n2025-07-14 16:34:41.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:34:41.416 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9b3e32b0-0aa1-42fd-8b47-33cabe45856e] socks forwarding established\n2025-07-14 16:34:41.451 [info] [command][f08d79a1-bef9-4544-8f59-1955d22c2609] Process exited with code 0\n2025-07-14 16:34:41.451 [info] [command][f08d79a1-bef9-4544-8f59-1955d22c2609] Socket close event received\n2025-07-14 16:34:41.451 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9b3e32b0-0aa1-42fd-8b47-33cabe45856e] socks connection closed\n2025-07-14 16:34:41.468 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 49994 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:35:41.457 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:35:41.459 [info] [command][821ff766-fe1d-44eb-abb9-2d09bf655f21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""821ff766-fe1d-44eb-abb9-2d09bf655f21""}\n2025-07-14 16:35:41.460 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][fa9b82b3-d180-48f4-a131-ba3515799751] received connection request\n2025-07-14 16:35:41.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:35:41.481 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fa9b82b3-d180-48f4-a131-ba3515799751] socks forwarding established\n2025-07-14 16:35:41.510 [info] [command][821ff766-fe1d-44eb-abb9-2d09bf655f21] Process exited with code 0\n2025-07-14 16:35:41.510 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fa9b82b3-d180-48f4-a131-ba3515799751] socks connection closed\n2025-07-14 16:35:41.510 [info] [command][821ff766-fe1d-44eb-abb9-2d09bf655f21] Socket close event received\n2025-07-14 16:35:41.529 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50042 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:36:41.513 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:36:41.514 [info] [command][57205668-26ed-4fc6-a51e-4488c97795f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""57205668-26ed-4fc6-a51e-4488c97795f4""}\n2025-07-14 16:36:41.514 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f6091f7c-fc5b-4bf8-8a07-cfc3b64f8a0e] received connection request\n2025-07-14 16:36:41.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:36:41.532 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f6091f7c-fc5b-4bf8-8a07-cfc3b64f8a0e] socks forwarding established\n2025-07-14 16:36:41.565 [info] [command][57205668-26ed-4fc6-a51e-4488c97795f4] Process exited with code 0\n2025-07-14 16:36:41.565 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f6091f7c-fc5b-4bf8-8a07-cfc3b64f8a0e] socks connection closed\n2025-07-14 16:36:41.565 [info] [command][57205668-26ed-4fc6-a51e-4488c97795f4] Socket close event received\n2025-07-14 16:36:41.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50063 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:37:41.571 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:37:41.572 [info] [command][c09164ef-57ca-49c9-a63d-491630fa6a29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c09164ef-57ca-49c9-a63d-491630fa6a29""}\n2025-07-14 16:37:41.572 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][a518973e-0d69-469a-aa83-397dc7732ccd] received connection request\n2025-07-14 16:37:41.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:37:41.572 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:37:41.714 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a518973e-0d69-469a-aa83-397dc7732ccd] socks forwarding established\n2025-07-14 16:37:41.821 [info] [command][c09164ef-57ca-49c9-a63d-491630fa6a29] Process exited with code 0\n2025-07-14 16:37:41.821 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a518973e-0d69-469a-aa83-397dc7732ccd] socks connection closed\n2025-07-14 16:37:41.821 [info] [command][c09164ef-57ca-49c9-a63d-491630fa6a29] Socket close event received\n2025-07-14 16:37:41.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50106 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:38:41.822 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:38:41.823 [info] [command][59f03331-c1c2-461d-b06b-8c144c218076] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""59f03331-c1c2-461d-b06b-8c144c218076""}\n2025-07-14 16:38:41.824 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][44bc4d04-0fad-4c21-8e87-d85fb4f83e53] received connection request\n2025-07-14 16:38:41.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:38:41.824 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:38:41.849 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][44bc4d04-0fad-4c21-8e87-d85fb4f83e53] socks forwarding established\n2025-07-14 16:38:41.881 [info] [command][59f03331-c1c2-461d-b06b-8c144c218076] Process exited with code 0\n2025-07-14 16:38:41.882 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][44bc4d04-0fad-4c21-8e87-d85fb4f83e53] socks connection closed\n2025-07-14 16:38:41.882 [info] [command][59f03331-c1c2-461d-b06b-8c144c218076] Socket close event received\n2025-07-14 16:38:41.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50130 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:39:41.884 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:39:41.886 [info] [command][4dfa5d29-6f27-4852-bf37-a096d0e3b980] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4dfa5d29-6f27-4852-bf37-a096d0e3b980""}\n2025-07-14 16:39:41.887 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][bf0fb75e-f076-4948-91c0-76983542e496] received connection request\n2025-07-14 16:39:41.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:39:41.906 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bf0fb75e-f076-4948-91c0-76983542e496] socks forwarding established\n2025-07-14 16:39:41.938 [info] [command][4dfa5d29-6f27-4852-bf37-a096d0e3b980] Process exited with code 0\n2025-07-14 16:39:41.938 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bf0fb75e-f076-4948-91c0-76983542e496] socks connection closed\n2025-07-14 16:39:41.938 [info] [command][4dfa5d29-6f27-4852-bf37-a096d0e3b980] Socket close event received\n2025-07-14 16:39:41.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50145 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:40:41.943 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:40:41.945 [info] [command][5fe1cc77-d22e-4734-8ad9-ddc3d4511476] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""5fe1cc77-d22e-4734-8ad9-ddc3d4511476""}\n2025-07-14 16:40:41.946 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0201fab1-9b0d-4ebe-8077-5172287af098] received connection request\n2025-07-14 16:40:41.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:40:41.965 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0201fab1-9b0d-4ebe-8077-5172287af098] socks forwarding established\n2025-07-14 16:40:41.997 [info] [command][5fe1cc77-d22e-4734-8ad9-ddc3d4511476] Process exited with code 0\n2025-07-14 16:40:41.997 [info] [command][5fe1cc77-d22e-4734-8ad9-ddc3d4511476] Socket close event received\n2025-07-14 16:40:41.998 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0201fab1-9b0d-4ebe-8077-5172287af098] socks connection closed\n2025-07-14 16:40:42.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50180 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:41:42.000 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:41:42.003 [info] [command][697f4891-10a6-44dc-9926-dd52746f0eb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""697f4891-10a6-44dc-9926-dd52746f0eb8""}\n2025-07-14 16:41:42.004 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][881617c8-a37d-4308-a866-7286c7820b61] received connection request\n2025-07-14 16:41:42.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:41:42.085 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][881617c8-a37d-4308-a866-7286c7820b61] socks forwarding established\n2025-07-14 16:41:42.159 [info] [command][697f4891-10a6-44dc-9926-dd52746f0eb8] Process exited with code 0\n2025-07-14 16:41:42.159 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][881617c8-a37d-4308-a866-7286c7820b61] socks connection closed\n2025-07-14 16:41:42.159 [info] [command][697f4891-10a6-44dc-9926-dd52746f0eb8] Socket close event received\n2025-07-14 16:41:42.227 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50195 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:42:42.164 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:42:42.164 [info] [command][2304dd3d-2378-4118-a651-705e78305efc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2304dd3d-2378-4118-a651-705e78305efc""}\n2025-07-14 16:42:42.165 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ea82821a-8b92-4778-99a0-06ea9949da2d] received connection request\n2025-07-14 16:42:42.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:42:42.182 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ea82821a-8b92-4778-99a0-06ea9949da2d] socks forwarding established\n2025-07-14 16:42:42.213 [info] [command][2304dd3d-2378-4118-a651-705e78305efc] Process exited with code 0\n2025-07-14 16:42:42.213 [info] [command][2304dd3d-2378-4118-a651-705e78305efc] Socket close event received\n2025-07-14 16:42:42.214 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ea82821a-8b92-4778-99a0-06ea9949da2d] socks connection closed\n2025-07-14 16:42:42.231 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50236 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:43:42.217 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:43:42.219 [info] [command][76136fbd-34f8-46d9-a25e-e1d9623394fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""76136fbd-34f8-46d9-a25e-e1d9623394fa""}\n2025-07-14 16:43:42.219 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][a0c47a68-7b01-43a6-b608-4be744bcfee9] received connection request\n2025-07-14 16:43:42.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:43:42.220 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:43:42.267 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a0c47a68-7b01-43a6-b608-4be744bcfee9] socks forwarding established\n2025-07-14 16:43:42.333 [info] [command][76136fbd-34f8-46d9-a25e-e1d9623394fa] Process exited with code 0\n2025-07-14 16:43:42.333 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a0c47a68-7b01-43a6-b608-4be744bcfee9] socks connection closed\n2025-07-14 16:43:42.333 [info] [command][76136fbd-34f8-46d9-a25e-e1d9623394fa] Socket close event received\n2025-07-14 16:43:42.351 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50277 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:44:42.339 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:44:42.342 [info] [command][40b1ee1a-2582-452f-b8e5-b6e495941469] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""40b1ee1a-2582-452f-b8e5-b6e495941469""}\n2025-07-14 16:44:42.343 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][cb1d8325-3426-48ce-923e-c27038c371a5] received connection request\n2025-07-14 16:44:42.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:44:42.440 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cb1d8325-3426-48ce-923e-c27038c371a5] socks forwarding established\n2025-07-14 16:44:42.475 [info] [command][40b1ee1a-2582-452f-b8e5-b6e495941469] Process exited with code 0\n2025-07-14 16:44:42.476 [info] [command][40b1ee1a-2582-452f-b8e5-b6e495941469] Socket close event received\n2025-07-14 16:44:42.481 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cb1d8325-3426-48ce-923e-c27038c371a5] socks connection closed\n2025-07-14 16:44:42.541 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50313 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:45:42.481 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:45:42.482 [info] [command][e85bfa8d-8f23-4c1c-90b5-4d831765c3f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""e85bfa8d-8f23-4c1c-90b5-4d831765c3f5""}\n2025-07-14 16:45:42.482 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][3a4d6409-31be-4794-b759-a8e0329901f7] received connection request\n2025-07-14 16:45:42.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:45:42.500 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3a4d6409-31be-4794-b759-a8e0329901f7] socks forwarding established\n2025-07-14 16:45:42.531 [info] [command][e85bfa8d-8f23-4c1c-90b5-4d831765c3f5] Process exited with code 0\n2025-07-14 16:45:42.531 [info] [command][e85bfa8d-8f23-4c1c-90b5-4d831765c3f5] Socket close event received\n2025-07-14 16:45:42.532 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3a4d6409-31be-4794-b759-a8e0329901f7] socks connection closed\n2025-07-14 16:45:42.553 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50361 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:46:42.538 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:46:42.540 [info] [command][4a82e819-113d-42bf-bd17-ecc79fa9465c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4a82e819-113d-42bf-bd17-ecc79fa9465c""}\n2025-07-14 16:46:42.541 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9e157aa5-f3e5-4bb0-bf95-d41cf203a44c] received connection request\n2025-07-14 16:46:42.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:46:42.564 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9e157aa5-f3e5-4bb0-bf95-d41cf203a44c] socks forwarding established\n2025-07-14 16:46:42.598 [info] [command][4a82e819-113d-42bf-bd17-ecc79fa9465c] Process exited with code 0\n2025-07-14 16:46:42.598 [info] [command][4a82e819-113d-42bf-bd17-ecc79fa9465c] Socket close event received\n2025-07-14 16:46:42.599 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9e157aa5-f3e5-4bb0-bf95-d41cf203a44c] socks connection closed\n2025-07-14 16:46:42.617 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50377 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:47:42.604 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:47:42.606 [info] [command][8637d58b-fdf6-41c0-8301-a77a44b816aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""8637d58b-fdf6-41c0-8301-a77a44b816aa""}\n2025-07-14 16:47:42.607 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e682eac9-2128-4f4f-acf5-98f9cbaa7254] received connection request\n2025-07-14 16:47:42.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:47:42.652 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e682eac9-2128-4f4f-acf5-98f9cbaa7254] socks forwarding established\n2025-07-14 16:47:42.812 [info] [command][8637d58b-fdf6-41c0-8301-a77a44b816aa] Process exited with code 0\n2025-07-14 16:47:42.812 [info] [command][8637d58b-fdf6-41c0-8301-a77a44b816aa] Socket close event received\n2025-07-14 16:47:42.814 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e682eac9-2128-4f4f-acf5-98f9cbaa7254] socks connection closed\n2025-07-14 16:47:42.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50412 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:48:42.817 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:48:42.820 [info] [command][d4e4e25d-c812-4556-8da9-4c9a1a172441] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d4e4e25d-c812-4556-8da9-4c9a1a172441""}\n2025-07-14 16:48:42.821 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5c14f552-66c9-4c4f-aec2-f02162282767] received connection request\n2025-07-14 16:48:42.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:48:42.843 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5c14f552-66c9-4c4f-aec2-f02162282767] socks forwarding established\n2025-07-14 16:48:42.876 [info] [command][d4e4e25d-c812-4556-8da9-4c9a1a172441] Process exited with code 0\n2025-07-14 16:48:42.876 [info] [command][d4e4e25d-c812-4556-8da9-4c9a1a172441] Socket close event received\n2025-07-14 16:48:42.882 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5c14f552-66c9-4c4f-aec2-f02162282767] socks connection closed\n2025-07-14 16:48:42.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50438 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:49:42.882 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:49:42.884 [info] [command][1e0d836e-ded4-4612-80b6-b3a282a8ab91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1e0d836e-ded4-4612-80b6-b3a282a8ab91""}\n2025-07-14 16:49:42.885 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][548543a3-f899-46a5-ae57-8a4b4bc2e418] received connection request\n2025-07-14 16:49:42.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:49:42.904 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][548543a3-f899-46a5-ae57-8a4b4bc2e418] socks forwarding established\n2025-07-14 16:49:42.937 [info] [command][1e0d836e-ded4-4612-80b6-b3a282a8ab91] Process exited with code 0\n2025-07-14 16:49:42.937 [info] [command][1e0d836e-ded4-4612-80b6-b3a282a8ab91] Socket close event received\n2025-07-14 16:49:42.938 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][548543a3-f899-46a5-ae57-8a4b4bc2e418] socks connection closed\n2025-07-14 16:49:42.957 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50459 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:50:42.941 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:50:42.941 [info] [command][6232d92a-0dd8-4967-8715-59ba1d30762d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""6232d92a-0dd8-4967-8715-59ba1d30762d""}\n2025-07-14 16:50:42.942 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][53e9724a-9f83-4caa-96a9-f74e75ea9a5b] received connection request\n2025-07-14 16:50:42.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:50:42.942 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:50:42.961 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][53e9724a-9f83-4caa-96a9-f74e75ea9a5b] socks forwarding established\n2025-07-14 16:50:43.028 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][53e9724a-9f83-4caa-96a9-f74e75ea9a5b] socks connection closed\n2025-07-14 16:50:43.028 [info] [command][6232d92a-0dd8-4967-8715-59ba1d30762d] Process exited with code 0\n2025-07-14 16:50:43.028 [info] [command][6232d92a-0dd8-4967-8715-59ba1d30762d] Socket close event received\n2025-07-14 16:50:43.054 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50487 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:51:43.035 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:51:43.036 [info] [command][27352cbe-5b68-4ca3-bd3a-3bcf3af36977] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""27352cbe-5b68-4ca3-bd3a-3bcf3af36977""}\n2025-07-14 16:51:43.037 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b53ff761-f436-4778-8cdb-0d24faee92c4] received connection request\n2025-07-14 16:51:43.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:51:43.056 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b53ff761-f436-4778-8cdb-0d24faee92c4] socks forwarding established\n2025-07-14 16:51:43.088 [info] [command][27352cbe-5b68-4ca3-bd3a-3bcf3af36977] Process exited with code 0\n2025-07-14 16:51:43.088 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b53ff761-f436-4778-8cdb-0d24faee92c4] socks connection closed\n2025-07-14 16:51:43.088 [info] [command][27352cbe-5b68-4ca3-bd3a-3bcf3af36977] Socket close event received\n2025-07-14 16:51:43.123 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50504 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:52:43.093 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:52:43.094 [info] [command][f15bd6ad-1c89-4e74-8ee6-67b6ad39674f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f15bd6ad-1c89-4e74-8ee6-67b6ad39674f""}\n2025-07-14 16:52:43.095 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e64a541e-eb8e-44e0-9897-c2fbcca1d011] received connection request\n2025-07-14 16:52:43.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 16:52:43.097 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:52:43.126 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e64a541e-eb8e-44e0-9897-c2fbcca1d011] socks forwarding established\n2025-07-14 16:52:43.257 [info] [command][f15bd6ad-1c89-4e74-8ee6-67b6ad39674f] Process exited with code 0\n2025-07-14 16:52:43.258 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e64a541e-eb8e-44e0-9897-c2fbcca1d011] socks connection closed\n2025-07-14 16:52:43.258 [info] [command][f15bd6ad-1c89-4e74-8ee6-67b6ad39674f] Socket close event received\n2025-07-14 16:52:43.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50534 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:53:43.264 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:53:43.265 [info] [command][841d47a5-3f89-4625-9f85-e5b89a734e8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""841d47a5-3f89-4625-9f85-e5b89a734e8c""}\n2025-07-14 16:53:43.265 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f7bfbb58-6806-4c2f-9059-51b457f9f5ea] received connection request\n2025-07-14 16:53:43.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:53:43.283 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f7bfbb58-6806-4c2f-9059-51b457f9f5ea] socks forwarding established\n2025-07-14 16:53:43.315 [info] [command][841d47a5-3f89-4625-9f85-e5b89a734e8c] Process exited with code 0\n2025-07-14 16:53:43.315 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f7bfbb58-6806-4c2f-9059-51b457f9f5ea] socks connection closed\n2025-07-14 16:53:43.315 [info] [command][841d47a5-3f89-4625-9f85-e5b89a734e8c] Socket close event received\n2025-07-14 16:53:43.333 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50562 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:54:43.321 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:54:43.322 [info] [command][66952b71-78fa-422d-b800-4446e6a2d29f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""66952b71-78fa-422d-b800-4446e6a2d29f""}\n2025-07-14 16:54:43.323 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ed2e1f86-f2dc-4ae2-8fa0-73e6c2101506] received connection request\n2025-07-14 16:54:43.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:54:43.341 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ed2e1f86-f2dc-4ae2-8fa0-73e6c2101506] socks forwarding established\n2025-07-14 16:54:43.372 [info] [command][66952b71-78fa-422d-b800-4446e6a2d29f] Process exited with code 0\n2025-07-14 16:54:43.372 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ed2e1f86-f2dc-4ae2-8fa0-73e6c2101506] socks connection closed\n2025-07-14 16:54:43.372 [info] [command][66952b71-78fa-422d-b800-4446e6a2d29f] Socket close event received\n2025-07-14 16:54:43.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50579 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:55:43.376 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:55:43.377 [info] [command][72f669f1-c848-46ec-8b61-24f6f753257b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""72f669f1-c848-46ec-8b61-24f6f753257b""}\n2025-07-14 16:55:43.378 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][bde26e62-a27e-41c0-ab6f-5f9a5657bf39] received connection request\n2025-07-14 16:55:43.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:55:43.398 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bde26e62-a27e-41c0-ab6f-5f9a5657bf39] socks forwarding established\n2025-07-14 16:55:43.431 [info] [command][72f669f1-c848-46ec-8b61-24f6f753257b] Process exited with code 0\n2025-07-14 16:55:43.432 [info] [command][72f669f1-c848-46ec-8b61-24f6f753257b] Socket close event received\n2025-07-14 16:55:43.433 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bde26e62-a27e-41c0-ab6f-5f9a5657bf39] socks connection closed\n2025-07-14 16:55:43.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50607 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:56:43.434 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:56:43.435 [info] [command][d2616b85-ab0f-4d5d-8eec-40bbd5837387] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d2616b85-ab0f-4d5d-8eec-40bbd5837387""}\n2025-07-14 16:56:43.435 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][3c4a028a-a4c3-49e1-97f0-ad61a196208e] received connection request\n2025-07-14 16:56:43.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:56:43.536 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3c4a028a-a4c3-49e1-97f0-ad61a196208e] socks forwarding established\n2025-07-14 16:56:43.689 [info] [command][d2616b85-ab0f-4d5d-8eec-40bbd5837387] Process exited with code 0\n2025-07-14 16:56:43.689 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][3c4a028a-a4c3-49e1-97f0-ad61a196208e] socks connection closed\n2025-07-14 16:56:43.689 [info] [command][d2616b85-ab0f-4d5d-8eec-40bbd5837387] Socket close event received\n2025-07-14 16:56:43.706 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50624 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:57:43.696 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:57:43.697 [info] [command][dc1a9ebe-c554-47f1-8eaa-950635deae66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""dc1a9ebe-c554-47f1-8eaa-950635deae66""}\n2025-07-14 16:57:43.697 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b235ebc7-489d-47f4-b8bb-dcddc3b5e2a6] received connection request\n2025-07-14 16:57:43.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:57:43.716 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b235ebc7-489d-47f4-b8bb-dcddc3b5e2a6] socks forwarding established\n2025-07-14 16:57:43.751 [info] [command][dc1a9ebe-c554-47f1-8eaa-950635deae66] Process exited with code 0\n2025-07-14 16:57:43.752 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b235ebc7-489d-47f4-b8bb-dcddc3b5e2a6] socks connection closed\n2025-07-14 16:57:43.752 [info] [command][dc1a9ebe-c554-47f1-8eaa-950635deae66] Socket close event received\n2025-07-14 16:57:43.771 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50659 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:58:43.758 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:58:43.759 [info] [command][b27a35f2-7e3e-4f5d-98ed-dc4f73aa4e4a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b27a35f2-7e3e-4f5d-98ed-dc4f73aa4e4a""}\n2025-07-14 16:58:43.760 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1852cd5e-54f8-4c08-bb39-36f47ee6be84] received connection request\n2025-07-14 16:58:43.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:58:43.787 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1852cd5e-54f8-4c08-bb39-36f47ee6be84] socks forwarding established\n2025-07-14 16:58:43.819 [info] [command][b27a35f2-7e3e-4f5d-98ed-dc4f73aa4e4a] Process exited with code 0\n2025-07-14 16:58:43.819 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1852cd5e-54f8-4c08-bb39-36f47ee6be84] socks connection closed\n2025-07-14 16:58:43.819 [info] [command][b27a35f2-7e3e-4f5d-98ed-dc4f73aa4e4a] Socket close event received\n2025-07-14 16:58:43.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50678 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 16:59:43.824 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 16:59:43.826 [info] [command][c165bfa1-b076-4de7-a563-3a3f7243f92c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c165bfa1-b076-4de7-a563-3a3f7243f92c""}\n2025-07-14 16:59:43.826 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0ee48869-601c-4c07-b4aa-ae287d2d1867] received connection request\n2025-07-14 16:59:43.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 16:59:43.847 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0ee48869-601c-4c07-b4aa-ae287d2d1867] socks forwarding established\n2025-07-14 16:59:43.886 [info] [command][c165bfa1-b076-4de7-a563-3a3f7243f92c] Process exited with code 0\n2025-07-14 16:59:43.886 [info] [command][c165bfa1-b076-4de7-a563-3a3f7243f92c] Socket close event received\n2025-07-14 16:59:43.888 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0ee48869-601c-4c07-b4aa-ae287d2d1867] socks connection closed\n2025-07-14 16:59:43.907 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50718 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:00:43.892 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:00:43.894 [info] [command][316ff941-7d13-43b2-a767-60429928d4d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""316ff941-7d13-43b2-a767-60429928d4d2""}\n2025-07-14 17:00:43.895 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6a88ed07-c71a-4d08-b70c-1cbcea9552d1] received connection request\n2025-07-14 17:00:43.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:00:44.024 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6a88ed07-c71a-4d08-b70c-1cbcea9552d1] socks forwarding established\n2025-07-14 17:00:44.195 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6a88ed07-c71a-4d08-b70c-1cbcea9552d1] socks connection closed\n2025-07-14 17:00:44.195 [info] [command][316ff941-7d13-43b2-a767-60429928d4d2] Process exited with code 0\n2025-07-14 17:00:44.195 [info] [command][316ff941-7d13-43b2-a767-60429928d4d2] Socket close event received\n2025-07-14 17:00:44.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50774 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:01:44.200 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:01:44.201 [info] [command][fa3cd39b-8e93-41eb-8749-8224b666bb21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fa3cd39b-8e93-41eb-8749-8224b666bb21""}\n2025-07-14 17:01:44.202 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][821252da-71a6-47b6-9b80-d625c5b0474d] received connection request\n2025-07-14 17:01:44.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:01:44.220 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][821252da-71a6-47b6-9b80-d625c5b0474d] socks forwarding established\n2025-07-14 17:01:44.252 [info] [command][fa3cd39b-8e93-41eb-8749-8224b666bb21] Process exited with code 0\n2025-07-14 17:01:44.252 [info] [command][fa3cd39b-8e93-41eb-8749-8224b666bb21] Socket close event received\n2025-07-14 17:01:44.253 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][821252da-71a6-47b6-9b80-d625c5b0474d] socks connection closed\n2025-07-14 17:01:44.271 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50798 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:02:44.256 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:02:44.257 [info] [command][b631f6dd-31ab-402e-8420-dce486938e2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b631f6dd-31ab-402e-8420-dce486938e2e""}\n2025-07-14 17:02:44.258 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][2eb3d22b-51e2-407d-9e19-e6f827ab77fb] received connection request\n2025-07-14 17:02:44.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:02:44.276 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2eb3d22b-51e2-407d-9e19-e6f827ab77fb] socks forwarding established\n2025-07-14 17:02:44.313 [info] [command][b631f6dd-31ab-402e-8420-dce486938e2e] Process exited with code 0\n2025-07-14 17:02:44.314 [info] [command][b631f6dd-31ab-402e-8420-dce486938e2e] Socket close event received\n2025-07-14 17:02:44.314 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2eb3d22b-51e2-407d-9e19-e6f827ab77fb] socks connection closed\n2025-07-14 17:02:44.333 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50836 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:03:44.320 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:03:44.321 [info] [command][3f20c416-d012-434a-a208-80a9af2a6eb6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""3f20c416-d012-434a-a208-80a9af2a6eb6""}\n2025-07-14 17:03:44.322 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][18ff0834-091d-4613-9583-6c785caa1efc] received connection request\n2025-07-14 17:03:44.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:03:44.369 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][18ff0834-091d-4613-9583-6c785caa1efc] socks forwarding established\n2025-07-14 17:03:44.404 [info] [command][3f20c416-d012-434a-a208-80a9af2a6eb6] Process exited with code 0\n2025-07-14 17:03:44.406 [info] [command][3f20c416-d012-434a-a208-80a9af2a6eb6] Socket close event received\n2025-07-14 17:03:44.408 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][18ff0834-091d-4613-9583-6c785caa1efc] socks connection closed\n2025-07-14 17:03:44.427 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50871 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:04:44.410 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:04:44.411 [info] [command][8bacf535-a004-43e5-b452-0d7414cdb5d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""8bacf535-a004-43e5-b452-0d7414cdb5d6""}\n2025-07-14 17:04:44.411 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][156b153e-7ce4-431d-8cb4-7dfee80ab017] received connection request\n2025-07-14 17:04:44.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 17:04:44.411 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:04:44.429 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][156b153e-7ce4-431d-8cb4-7dfee80ab017] socks forwarding established\n2025-07-14 17:04:44.460 [info] [command][8bacf535-a004-43e5-b452-0d7414cdb5d6] Process exited with code 0\n2025-07-14 17:04:44.460 [info] [command][8bacf535-a004-43e5-b452-0d7414cdb5d6] Socket close event received\n2025-07-14 17:04:44.461 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][156b153e-7ce4-431d-8cb4-7dfee80ab017] socks connection closed\n2025-07-14 17:04:44.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50912 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:05:44.463 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:05:44.464 [info] [command][67cb0c96-7cef-4498-b9b5-bd0a3d2cbf29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""67cb0c96-7cef-4498-b9b5-bd0a3d2cbf29""}\n2025-07-14 17:05:44.465 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1afad27d-1343-4df1-bd2d-f60b0f0dd2f1] received connection request\n2025-07-14 17:05:44.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:05:44.482 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1afad27d-1343-4df1-bd2d-f60b0f0dd2f1] socks forwarding established\n2025-07-14 17:05:44.512 [info] [command][67cb0c96-7cef-4498-b9b5-bd0a3d2cbf29] Process exited with code 0\n2025-07-14 17:05:44.512 [info] [command][67cb0c96-7cef-4498-b9b5-bd0a3d2cbf29] Socket close event received\n2025-07-14 17:05:44.513 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1afad27d-1343-4df1-bd2d-f60b0f0dd2f1] socks connection closed\n2025-07-14 17:05:44.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50955 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:06:44.515 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:06:44.519 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][58ef1d75-70af-4111-b6b5-06eea109e9ec] received connection request\n2025-07-14 17:06:44.520 [info] [command][9580d68f-2db6-4040-9ddd-3fb3b0d4fabf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9580d68f-2db6-4040-9ddd-3fb3b0d4fabf""}\n2025-07-14 17:06:44.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:06:44.545 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][58ef1d75-70af-4111-b6b5-06eea109e9ec] socks forwarding established\n2025-07-14 17:06:44.690 [info] [command][9580d68f-2db6-4040-9ddd-3fb3b0d4fabf] Process exited with code 0\n2025-07-14 17:06:44.690 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][58ef1d75-70af-4111-b6b5-06eea109e9ec] socks connection closed\n2025-07-14 17:06:44.690 [info] [command][9580d68f-2db6-4040-9ddd-3fb3b0d4fabf] Socket close event received\n2025-07-14 17:06:44.707 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 50984 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:07:44.697 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:07:44.698 [info] [command][edc06a56-b8ab-4367-aca7-0b0cbc960345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""edc06a56-b8ab-4367-aca7-0b0cbc960345""}\n2025-07-14 17:07:44.698 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][411d8936-4498-43b2-b809-02ed0bd20f45] received connection request\n2025-07-14 17:07:44.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:07:44.720 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][411d8936-4498-43b2-b809-02ed0bd20f45] socks forwarding established\n2025-07-14 17:07:44.751 [info] [command][edc06a56-b8ab-4367-aca7-0b0cbc960345] Process exited with code 0\n2025-07-14 17:07:44.751 [info] [command][edc06a56-b8ab-4367-aca7-0b0cbc960345] Socket close event received\n2025-07-14 17:07:44.751 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][411d8936-4498-43b2-b809-02ed0bd20f45] socks connection closed\n2025-07-14 17:07:44.770 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51019 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:08:44.757 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:08:44.758 [info] [command][580bc7cc-7394-4377-81e8-a855d37eefad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""580bc7cc-7394-4377-81e8-a855d37eefad""}\n2025-07-14 17:08:44.759 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][0fbed844-2652-4f57-b6c7-0d3df5512640] received connection request\n2025-07-14 17:08:44.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:08:44.778 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0fbed844-2652-4f57-b6c7-0d3df5512640] socks forwarding established\n2025-07-14 17:08:44.811 [info] [command][580bc7cc-7394-4377-81e8-a855d37eefad] Process exited with code 0\n2025-07-14 17:08:44.811 [info] [command][580bc7cc-7394-4377-81e8-a855d37eefad] Socket close event received\n2025-07-14 17:08:44.811 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][0fbed844-2652-4f57-b6c7-0d3df5512640] socks connection closed\n2025-07-14 17:08:44.829 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51032 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:09:44.815 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:09:44.817 [info] [command][82f6b676-9f3c-454b-8aca-ca51dc9b587a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""82f6b676-9f3c-454b-8aca-ca51dc9b587a""}\n2025-07-14 17:09:44.818 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][4194d2e1-f005-4506-8922-7407f8c56e2b] received connection request\n2025-07-14 17:09:44.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:09:44.838 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4194d2e1-f005-4506-8922-7407f8c56e2b] socks forwarding established\n2025-07-14 17:09:44.869 [info] [command][82f6b676-9f3c-454b-8aca-ca51dc9b587a] Process exited with code 0\n2025-07-14 17:09:44.870 [info] [command][82f6b676-9f3c-454b-8aca-ca51dc9b587a] Socket close event received\n2025-07-14 17:09:44.871 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4194d2e1-f005-4506-8922-7407f8c56e2b] socks connection closed\n2025-07-14 17:09:44.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51047 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:10:44.876 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:10:44.877 [info] [command][c874ff11-740c-42e9-a210-e1eca90c4d41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c874ff11-740c-42e9-a210-e1eca90c4d41""}\n2025-07-14 17:10:44.878 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c9f6ed51-4fc4-4c51-8172-ac821442ed29] received connection request\n2025-07-14 17:10:44.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:10:44.904 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c9f6ed51-4fc4-4c51-8172-ac821442ed29] socks forwarding established\n2025-07-14 17:10:44.935 [info] [command][c874ff11-740c-42e9-a210-e1eca90c4d41] Process exited with code 0\n2025-07-14 17:10:44.935 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c9f6ed51-4fc4-4c51-8172-ac821442ed29] socks connection closed\n2025-07-14 17:10:44.935 [info] [command][c874ff11-740c-42e9-a210-e1eca90c4d41] Socket close event received\n2025-07-14 17:10:44.952 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51092 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:11:44.941 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:11:44.943 [info] [command][89591e5f-119f-4aae-a7d1-537caa263746] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""89591e5f-119f-4aae-a7d1-537caa263746""}\n2025-07-14 17:11:44.943 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][57ed23cf-0a97-45d7-9691-88e7121ee767] received connection request\n2025-07-14 17:11:44.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:11:45.106 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][57ed23cf-0a97-45d7-9691-88e7121ee767] socks forwarding established\n2025-07-14 17:11:45.169 [info] [command][89591e5f-119f-4aae-a7d1-537caa263746] Process exited with code 0\n2025-07-14 17:11:45.169 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][57ed23cf-0a97-45d7-9691-88e7121ee767] socks connection closed\n2025-07-14 17:11:45.169 [info] [command][89591e5f-119f-4aae-a7d1-537caa263746] Socket close event received\n2025-07-14 17:11:45.266 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51110 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:12:45.175 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:12:45.176 [info] [command][6ef0aa5c-53c1-4183-8e96-d79ccdf7661b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""6ef0aa5c-53c1-4183-8e96-d79ccdf7661b""}\n2025-07-14 17:12:45.176 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][06ac9ad0-e58a-43c6-bfb4-3f7891a14443] received connection request\n2025-07-14 17:12:45.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:12:45.194 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][06ac9ad0-e58a-43c6-bfb4-3f7891a14443] socks forwarding established\n2025-07-14 17:12:45.225 [info] [command][6ef0aa5c-53c1-4183-8e96-d79ccdf7661b] Process exited with code 0\n2025-07-14 17:12:45.225 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][06ac9ad0-e58a-43c6-bfb4-3f7891a14443] socks connection closed\n2025-07-14 17:12:45.226 [info] [command][6ef0aa5c-53c1-4183-8e96-d79ccdf7661b] Socket close event received\n2025-07-14 17:12:45.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51138 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:13:45.232 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:13:45.234 [info] [command][334be405-fe80-49d3-82ef-69ac924b9874] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""334be405-fe80-49d3-82ef-69ac924b9874""}\n2025-07-14 17:13:45.235 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b08fce83-66ad-4684-978a-7ca05559bb70] received connection request\n2025-07-14 17:13:45.237 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:13:45.257 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b08fce83-66ad-4684-978a-7ca05559bb70] socks forwarding established\n2025-07-14 17:13:45.291 [info] [command][334be405-fe80-49d3-82ef-69ac924b9874] Process exited with code 0\n2025-07-14 17:13:45.292 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b08fce83-66ad-4684-978a-7ca05559bb70] socks connection closed\n2025-07-14 17:13:45.292 [info] [command][334be405-fe80-49d3-82ef-69ac924b9874] Socket close event received\n2025-07-14 17:13:45.310 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51158 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:14:45.298 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:14:45.300 [info] [command][6e7b86cf-a6f2-48b2-8fa2-701877e7312f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""6e7b86cf-a6f2-48b2-8fa2-701877e7312f""}\n2025-07-14 17:14:45.300 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9caf8a47-3f1a-4beb-90a4-650496f7f58b] received connection request\n2025-07-14 17:14:45.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:14:45.320 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9caf8a47-3f1a-4beb-90a4-650496f7f58b] socks forwarding established\n2025-07-14 17:14:45.354 [info] [command][6e7b86cf-a6f2-48b2-8fa2-701877e7312f] Process exited with code 0\n2025-07-14 17:14:45.354 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9caf8a47-3f1a-4beb-90a4-650496f7f58b] socks connection closed\n2025-07-14 17:14:45.354 [info] [command][6e7b86cf-a6f2-48b2-8fa2-701877e7312f] Socket close event received\n2025-07-14 17:14:45.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51177 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:15:45.360 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:15:45.363 [info] [command][eb5c58cf-601c-4ebb-a2fc-dbef21ad80cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""eb5c58cf-601c-4ebb-a2fc-dbef21ad80cd""}\n2025-07-14 17:15:45.364 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c5615f02-22e5-4f17-b9bd-571552c82d79] received connection request\n2025-07-14 17:15:45.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:15:45.491 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c5615f02-22e5-4f17-b9bd-571552c82d79] socks forwarding established\n2025-07-14 17:15:45.617 [info] [command][eb5c58cf-601c-4ebb-a2fc-dbef21ad80cd] Process exited with code 0\n2025-07-14 17:15:45.617 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c5615f02-22e5-4f17-b9bd-571552c82d79] socks connection closed\n2025-07-14 17:15:45.617 [info] [command][eb5c58cf-601c-4ebb-a2fc-dbef21ad80cd] Socket close event received\n2025-07-14 17:15:45.637 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51215 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:16:45.623 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:16:45.625 [info] [command][4e83baee-82df-49c3-b24a-5c04e1d39f23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4e83baee-82df-49c3-b24a-5c04e1d39f23""}\n2025-07-14 17:16:45.626 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c488dfaa-5635-4c16-a18f-74117a6051c4] received connection request\n2025-07-14 17:16:45.626 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:16:45.648 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c488dfaa-5635-4c16-a18f-74117a6051c4] socks forwarding established\n2025-07-14 17:16:45.678 [info] [command][4e83baee-82df-49c3-b24a-5c04e1d39f23] Process exited with code 0\n2025-07-14 17:16:45.679 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c488dfaa-5635-4c16-a18f-74117a6051c4] socks connection closed\n2025-07-14 17:16:45.679 [info] [command][4e83baee-82df-49c3-b24a-5c04e1d39f23] Socket close event received\n2025-07-14 17:16:45.697 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51238 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:17:45.686 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:17:45.687 [info] [command][fff22f94-5087-4c86-8a37-1fde736e8a86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fff22f94-5087-4c86-8a37-1fde736e8a86""}\n2025-07-14 17:17:45.688 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b227e4e4-3f71-42f5-9eff-dc94d1781cc1] received connection request\n2025-07-14 17:17:45.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:17:45.707 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b227e4e4-3f71-42f5-9eff-dc94d1781cc1] socks forwarding established\n2025-07-14 17:17:45.745 [info] [command][fff22f94-5087-4c86-8a37-1fde736e8a86] Process exited with code 0\n2025-07-14 17:17:45.746 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b227e4e4-3f71-42f5-9eff-dc94d1781cc1] socks connection closed\n2025-07-14 17:17:45.746 [info] [command][fff22f94-5087-4c86-8a37-1fde736e8a86] Socket close event received\n2025-07-14 17:17:45.764 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51286 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:18:45.752 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:18:45.754 [info] [command][05d6dd02-8e8e-4331-8298-3e0d6bad4d60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""05d6dd02-8e8e-4331-8298-3e0d6bad4d60""}\n2025-07-14 17:18:45.755 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][afafc5bf-9ade-4b7d-8611-6397f65eb6ee] received connection request\n2025-07-14 17:18:45.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:18:45.774 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][afafc5bf-9ade-4b7d-8611-6397f65eb6ee] socks forwarding established\n2025-07-14 17:18:45.806 [info] [command][05d6dd02-8e8e-4331-8298-3e0d6bad4d60] Process exited with code 0\n2025-07-14 17:18:45.807 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][afafc5bf-9ade-4b7d-8611-6397f65eb6ee] socks connection closed\n2025-07-14 17:18:45.807 [info] [command][05d6dd02-8e8e-4331-8298-3e0d6bad4d60] Socket close event received\n2025-07-14 17:18:45.825 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51305 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:19:45.809 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:19:45.811 [info] [command][70eb9e99-7848-487a-a009-b294c051a958] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""70eb9e99-7848-487a-a009-b294c051a958""}\n2025-07-14 17:19:45.811 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f86d8cc8-14cc-4a4a-88da-cb03279bb735] received connection request\n2025-07-14 17:19:45.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:19:45.830 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f86d8cc8-14cc-4a4a-88da-cb03279bb735] socks forwarding established\n2025-07-14 17:19:45.863 [info] [command][70eb9e99-7848-487a-a009-b294c051a958] Process exited with code 0\n2025-07-14 17:19:45.864 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f86d8cc8-14cc-4a4a-88da-cb03279bb735] socks connection closed\n2025-07-14 17:19:45.864 [info] [command][70eb9e99-7848-487a-a009-b294c051a958] Socket close event received\n2025-07-14 17:19:45.881 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51325 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:20:45.871 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:20:45.873 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9e373104-7e96-4eb6-b200-4352e6307a1f] received connection request\n2025-07-14 17:20:45.873 [info] [command][5ae5405c-cd52-4983-8f6f-3fab25ac99c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""5ae5405c-cd52-4983-8f6f-3fab25ac99c0""}\n2025-07-14 17:20:45.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 17:20:45.873 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:20:45.895 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9e373104-7e96-4eb6-b200-4352e6307a1f] socks forwarding established\n2025-07-14 17:20:46.028 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9e373104-7e96-4eb6-b200-4352e6307a1f] socks connection closed\n2025-07-14 17:20:46.029 [info] [command][5ae5405c-cd52-4983-8f6f-3fab25ac99c0] Process exited with code 0\n2025-07-14 17:20:46.029 [info] [command][5ae5405c-cd52-4983-8f6f-3fab25ac99c0] Socket close event received\n2025-07-14 17:20:46.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51361 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:21:46.034 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:21:46.035 [info] [command][1c9407ce-09eb-43e7-bf7a-4c765522ef3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1c9407ce-09eb-43e7-bf7a-4c765522ef3f""}\n2025-07-14 17:21:46.035 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][7d0f088e-aa18-4eea-91de-3820e0613257] received connection request\n2025-07-14 17:21:46.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:21:46.053 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7d0f088e-aa18-4eea-91de-3820e0613257] socks forwarding established\n2025-07-14 17:21:46.086 [info] [command][1c9407ce-09eb-43e7-bf7a-4c765522ef3f] Process exited with code 0\n2025-07-14 17:21:46.086 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7d0f088e-aa18-4eea-91de-3820e0613257] socks connection closed\n2025-07-14 17:21:46.086 [info] [command][1c9407ce-09eb-43e7-bf7a-4c765522ef3f] Socket close event received\n2025-07-14 17:21:46.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51376 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:22:46.088 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:22:46.090 [info] [command][10663116-1ff1-4edb-b5c6-b4db3b383aa8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""10663116-1ff1-4edb-b5c6-b4db3b383aa8""}\n2025-07-14 17:22:46.091 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][aa600c88-26fa-4819-94f9-d55879753c26] received connection request\n2025-07-14 17:22:46.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:22:46.112 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][aa600c88-26fa-4819-94f9-d55879753c26] socks forwarding established\n2025-07-14 17:22:46.215 [info] [command][10663116-1ff1-4edb-b5c6-b4db3b383aa8] Process exited with code 0\n2025-07-14 17:22:46.216 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][aa600c88-26fa-4819-94f9-d55879753c26] socks connection closed\n2025-07-14 17:22:46.216 [info] [command][10663116-1ff1-4edb-b5c6-b4db3b383aa8] Socket close event received\n2025-07-14 17:22:46.238 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51410 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:23:46.222 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:23:46.224 [info] [command][1ee05ca1-abef-4ad8-8b9d-ee98e4f5a550] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1ee05ca1-abef-4ad8-8b9d-ee98e4f5a550""}\n2025-07-14 17:23:46.225 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b3049013-b427-4d11-8cf8-fe7979d69811] received connection request\n2025-07-14 17:23:46.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:23:46.282 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b3049013-b427-4d11-8cf8-fe7979d69811] socks forwarding established\n2025-07-14 17:23:46.313 [info] [command][1ee05ca1-abef-4ad8-8b9d-ee98e4f5a550] Process exited with code 0\n2025-07-14 17:23:46.313 [info] [command][1ee05ca1-abef-4ad8-8b9d-ee98e4f5a550] Socket close event received\n2025-07-14 17:23:46.314 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b3049013-b427-4d11-8cf8-fe7979d69811] socks connection closed\n2025-07-14 17:23:46.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51449 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:24:46.315 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:24:46.317 [info] [command][7314c433-573f-45f0-9f81-15fd67ca8716] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7314c433-573f-45f0-9f81-15fd67ca8716""}\n2025-07-14 17:24:46.318 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][10dcadf3-18eb-493a-b5ef-11b4eee1fd17] received connection request\n2025-07-14 17:24:46.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:24:46.341 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][10dcadf3-18eb-493a-b5ef-11b4eee1fd17] socks forwarding established\n2025-07-14 17:24:46.378 [info] [command][7314c433-573f-45f0-9f81-15fd67ca8716] Process exited with code 0\n2025-07-14 17:24:46.379 [info] [command][7314c433-573f-45f0-9f81-15fd67ca8716] Socket close event received\n2025-07-14 17:24:46.380 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][10dcadf3-18eb-493a-b5ef-11b4eee1fd17] socks connection closed\n2025-07-14 17:24:46.401 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51471 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:25:46.385 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:25:46.387 [info] [command][5f210035-a513-4566-81a4-cb0d004ce84f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""5f210035-a513-4566-81a4-cb0d004ce84f""}\n2025-07-14 17:25:46.387 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][84386a38-c423-4a1f-9a43-7c1ae23c911a] received connection request\n2025-07-14 17:25:46.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:25:46.408 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][84386a38-c423-4a1f-9a43-7c1ae23c911a] socks forwarding established\n2025-07-14 17:25:46.447 [info] [command][5f210035-a513-4566-81a4-cb0d004ce84f] Process exited with code 0\n2025-07-14 17:25:46.447 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][84386a38-c423-4a1f-9a43-7c1ae23c911a] socks connection closed\n2025-07-14 17:25:46.447 [info] [command][5f210035-a513-4566-81a4-cb0d004ce84f] Socket close event received\n2025-07-14 17:25:46.466 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51502 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:26:46.450 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:26:46.451 [info] [command][82348748-0813-4213-a7a1-d6435d87766e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""82348748-0813-4213-a7a1-d6435d87766e""}\n2025-07-14 17:26:46.451 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][be3eaeac-8419-4fe2-8cb8-8bf0dc851462] received connection request\n2025-07-14 17:26:46.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:26:46.475 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][be3eaeac-8419-4fe2-8cb8-8bf0dc851462] socks forwarding established\n2025-07-14 17:26:46.517 [info] [command][82348748-0813-4213-a7a1-d6435d87766e] Process exited with code 0\n2025-07-14 17:26:46.517 [info] [command][82348748-0813-4213-a7a1-d6435d87766e] Socket close event received\n2025-07-14 17:26:46.518 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][be3eaeac-8419-4fe2-8cb8-8bf0dc851462] socks connection closed\n2025-07-14 17:26:46.540 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51516 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:27:46.523 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:27:46.525 [info] [command][b4e644ef-3a27-4fb0-921d-7505deb36fda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b4e644ef-3a27-4fb0-921d-7505deb36fda""}\n2025-07-14 17:27:46.526 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e60eddfa-b390-4777-87d7-8f47090f35dc] received connection request\n2025-07-14 17:27:46.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:27:46.592 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e60eddfa-b390-4777-87d7-8f47090f35dc] socks forwarding established\n2025-07-14 17:27:46.625 [info] [command][b4e644ef-3a27-4fb0-921d-7505deb36fda] Process exited with code 0\n2025-07-14 17:27:46.626 [info] [command][b4e644ef-3a27-4fb0-921d-7505deb36fda] Socket close event received\n2025-07-14 17:27:46.626 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e60eddfa-b390-4777-87d7-8f47090f35dc] socks connection closed\n2025-07-14 17:27:46.644 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51552 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:28:46.630 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:28:46.632 [info] [command][7eaa7561-7d25-44a7-b409-e05d58d2995d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7eaa7561-7d25-44a7-b409-e05d58d2995d""}\n2025-07-14 17:28:46.633 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][1fc06673-4711-41cb-9de1-9cdad668e51c] received connection request\n2025-07-14 17:28:46.634 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:28:46.697 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1fc06673-4711-41cb-9de1-9cdad668e51c] socks forwarding established\n2025-07-14 17:28:46.732 [info] [command][7eaa7561-7d25-44a7-b409-e05d58d2995d] Process exited with code 0\n2025-07-14 17:28:46.732 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][1fc06673-4711-41cb-9de1-9cdad668e51c] socks connection closed\n2025-07-14 17:28:46.732 [info] [command][7eaa7561-7d25-44a7-b409-e05d58d2995d] Socket close event received\n2025-07-14 17:28:46.750 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51604 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:29:46.736 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:29:46.738 [info] [command][2ddcf6f8-3664-4275-a183-221d1eae3510] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2ddcf6f8-3664-4275-a183-221d1eae3510""}\n2025-07-14 17:29:46.739 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e2ea5334-3964-41f6-92e1-26538caff23d] received connection request\n2025-07-14 17:29:46.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:29:46.758 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e2ea5334-3964-41f6-92e1-26538caff23d] socks forwarding established\n2025-07-14 17:29:46.791 [info] [command][2ddcf6f8-3664-4275-a183-221d1eae3510] Process exited with code 0\n2025-07-14 17:29:46.791 [info] [command][2ddcf6f8-3664-4275-a183-221d1eae3510] Socket close event received\n2025-07-14 17:29:46.792 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e2ea5334-3964-41f6-92e1-26538caff23d] socks connection closed\n2025-07-14 17:29:46.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51644 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:30:46.798 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:30:46.800 [info] [command][79e537d8-fc81-4fb1-ac72-71b7495bbc32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""79e537d8-fc81-4fb1-ac72-71b7495bbc32""}\n2025-07-14 17:30:46.801 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][15a22d4f-a993-4162-879b-d2a039b126f0] received connection request\n2025-07-14 17:30:46.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:30:46.823 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][15a22d4f-a993-4162-879b-d2a039b126f0] socks forwarding established\n2025-07-14 17:30:46.860 [info] [command][79e537d8-fc81-4fb1-ac72-71b7495bbc32] Process exited with code 0\n2025-07-14 17:30:46.860 [info] [command][79e537d8-fc81-4fb1-ac72-71b7495bbc32] Socket close event received\n2025-07-14 17:30:46.885 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][15a22d4f-a993-4162-879b-d2a039b126f0] socks connection closed\n2025-07-14 17:30:46.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51681 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:31:46.863 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:31:46.865 [info] [command][6dfc17d5-65cc-4e38-b75f-20cc6a1f9626] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""6dfc17d5-65cc-4e38-b75f-20cc6a1f9626""}\n2025-07-14 17:31:46.865 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e94a14ed-f02b-425e-868f-3a4f93c17676] received connection request\n2025-07-14 17:31:46.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:31:46.958 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e94a14ed-f02b-425e-868f-3a4f93c17676] socks forwarding established\n2025-07-14 17:31:47.123 [info] [command][6dfc17d5-65cc-4e38-b75f-20cc6a1f9626] Process exited with code 0\n2025-07-14 17:31:47.123 [info] [command][6dfc17d5-65cc-4e38-b75f-20cc6a1f9626] Socket close event received\n2025-07-14 17:31:47.125 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e94a14ed-f02b-425e-868f-3a4f93c17676] socks connection closed\n2025-07-14 17:31:47.144 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51716 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:32:47.125 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:32:47.127 [info] [command][5be6079d-7b41-43c1-b8f2-7eff74a65a67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""5be6079d-7b41-43c1-b8f2-7eff74a65a67""}\n2025-07-14 17:32:47.128 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e457b2d4-061b-417d-88c3-2e17fdde9896] received connection request\n2025-07-14 17:32:47.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:32:47.149 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e457b2d4-061b-417d-88c3-2e17fdde9896] socks forwarding established\n2025-07-14 17:32:47.183 [info] [command][5be6079d-7b41-43c1-b8f2-7eff74a65a67] Process exited with code 0\n2025-07-14 17:32:47.183 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e457b2d4-061b-417d-88c3-2e17fdde9896] socks connection closed\n2025-07-14 17:32:47.183 [info] [command][5be6079d-7b41-43c1-b8f2-7eff74a65a67] Socket close event received\n2025-07-14 17:32:47.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51774 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:33:47.187 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:33:47.188 [info] [command][ea9495f1-d63f-4ef8-bc22-b42b31ce7cc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ea9495f1-d63f-4ef8-bc22-b42b31ce7cc6""}\n2025-07-14 17:33:47.188 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d7df5b37-6886-4f43-af42-4cd883796857] received connection request\n2025-07-14 17:33:47.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 17:33:47.188 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:33:47.206 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d7df5b37-6886-4f43-af42-4cd883796857] socks forwarding established\n2025-07-14 17:33:47.243 [info] [command][ea9495f1-d63f-4ef8-bc22-b42b31ce7cc6] Process exited with code 0\n2025-07-14 17:33:47.244 [info] [command][ea9495f1-d63f-4ef8-bc22-b42b31ce7cc6] Socket close event received\n2025-07-14 17:33:47.244 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d7df5b37-6886-4f43-af42-4cd883796857] socks connection closed\n2025-07-14 17:33:47.265 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51811 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:34:47.250 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:34:47.251 [info] [command][1e3182a5-bd8c-4c7a-8551-939704681425] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""1e3182a5-bd8c-4c7a-8551-939704681425""}\n2025-07-14 17:34:47.252 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][758d707e-d7dd-43c7-807f-7780f6c50d3a] received connection request\n2025-07-14 17:34:47.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:34:47.271 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][758d707e-d7dd-43c7-807f-7780f6c50d3a] socks forwarding established\n2025-07-14 17:34:47.303 [info] [command][1e3182a5-bd8c-4c7a-8551-939704681425] Process exited with code 0\n2025-07-14 17:34:47.303 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][758d707e-d7dd-43c7-807f-7780f6c50d3a] socks connection closed\n2025-07-14 17:34:47.303 [info] [command][1e3182a5-bd8c-4c7a-8551-939704681425] Socket close event received\n2025-07-14 17:34:47.326 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51837 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:35:47.309 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:35:47.311 [info] [command][0cf526b3-1f0e-4913-ad97-397e78804dca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""0cf526b3-1f0e-4913-ad97-397e78804dca""}\n2025-07-14 17:35:47.311 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][04b65ca0-afda-42fa-b7e2-15b4b77c8522] received connection request\n2025-07-14 17:35:47.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:35:47.352 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][04b65ca0-afda-42fa-b7e2-15b4b77c8522] socks forwarding established\n2025-07-14 17:35:47.431 [info] [command][0cf526b3-1f0e-4913-ad97-397e78804dca] Process exited with code 0\n2025-07-14 17:35:47.431 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][04b65ca0-afda-42fa-b7e2-15b4b77c8522] socks connection closed\n2025-07-14 17:35:47.431 [info] [command][0cf526b3-1f0e-4913-ad97-397e78804dca] Socket close event received\n2025-07-14 17:35:47.579 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51868 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:36:47.435 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:36:47.436 [info] [command][d141a860-96f1-42cd-b792-ab98cf1928ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d141a860-96f1-42cd-b792-ab98cf1928ff""}\n2025-07-14 17:36:47.437 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ea3b8657-8ed8-4b4b-b0c5-e93926ff8fb4] received connection request\n2025-07-14 17:36:47.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:36:47.455 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ea3b8657-8ed8-4b4b-b0c5-e93926ff8fb4] socks forwarding established\n2025-07-14 17:36:47.489 [info] [command][d141a860-96f1-42cd-b792-ab98cf1928ff] Process exited with code 0\n2025-07-14 17:36:47.489 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ea3b8657-8ed8-4b4b-b0c5-e93926ff8fb4] socks connection closed\n2025-07-14 17:36:47.489 [info] [command][d141a860-96f1-42cd-b792-ab98cf1928ff] Socket close event received\n2025-07-14 17:36:47.506 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51882 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:37:47.493 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:37:47.494 [info] [command][4cee0a6d-197a-4775-82c2-4e0aa2fdc6a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""4cee0a6d-197a-4775-82c2-4e0aa2fdc6a5""}\n2025-07-14 17:37:47.495 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f32f1ab1-4640-4c15-85b1-63566aef9624] received connection request\n2025-07-14 17:37:47.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:37:47.513 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f32f1ab1-4640-4c15-85b1-63566aef9624] socks forwarding established\n2025-07-14 17:37:47.548 [info] [command][4cee0a6d-197a-4775-82c2-4e0aa2fdc6a5] Process exited with code 0\n2025-07-14 17:37:47.548 [info] [command][4cee0a6d-197a-4775-82c2-4e0aa2fdc6a5] Socket close event received\n2025-07-14 17:37:47.549 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f32f1ab1-4640-4c15-85b1-63566aef9624] socks connection closed\n2025-07-14 17:37:47.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51914 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:38:47.554 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:38:47.556 [info] [command][69fd4590-b4aa-4aad-bda5-b98a3c0d1887] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""69fd4590-b4aa-4aad-bda5-b98a3c0d1887""}\n2025-07-14 17:38:47.556 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][58cdac8f-120d-4109-a30b-234e9b48499d] received connection request\n2025-07-14 17:38:47.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:38:47.574 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][58cdac8f-120d-4109-a30b-234e9b48499d] socks forwarding established\n2025-07-14 17:38:47.605 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][58cdac8f-120d-4109-a30b-234e9b48499d] socks connection closed\n2025-07-14 17:38:47.606 [info] [command][69fd4590-b4aa-4aad-bda5-b98a3c0d1887] Process exited with code 0\n2025-07-14 17:38:47.606 [info] [command][69fd4590-b4aa-4aad-bda5-b98a3c0d1887] Socket close event received\n2025-07-14 17:38:47.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51954 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:39:47.610 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:39:47.612 [info] [command][561914e3-53d6-4be3-b214-4129dbf40cbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""561914e3-53d6-4be3-b214-4129dbf40cbe""}\n2025-07-14 17:39:47.613 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][eee29fa9-bfcf-46bc-a77b-849aa3508c62] received connection request\n2025-07-14 17:39:47.614 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:39:47.633 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][eee29fa9-bfcf-46bc-a77b-849aa3508c62] socks forwarding established\n2025-07-14 17:39:47.672 [info] [command][561914e3-53d6-4be3-b214-4129dbf40cbe] Process exited with code 0\n2025-07-14 17:39:47.672 [info] [command][561914e3-53d6-4be3-b214-4129dbf40cbe] Socket close event received\n2025-07-14 17:39:47.674 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][eee29fa9-bfcf-46bc-a77b-849aa3508c62] socks connection closed\n2025-07-14 17:39:47.692 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 51993 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:40:47.677 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:40:47.678 [info] [command][7a6aa1e1-e39f-4aa4-b3a3-444e6970280a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7a6aa1e1-e39f-4aa4-b3a3-444e6970280a""}\n2025-07-14 17:40:47.679 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c5f110b0-dd2e-4c5f-855e-4303dc4bb04a] received connection request\n2025-07-14 17:40:47.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:40:47.748 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c5f110b0-dd2e-4c5f-855e-4303dc4bb04a] socks forwarding established\n2025-07-14 17:40:47.914 [info] [command][7a6aa1e1-e39f-4aa4-b3a3-444e6970280a] Process exited with code 0\n2025-07-14 17:40:47.914 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c5f110b0-dd2e-4c5f-855e-4303dc4bb04a] socks connection closed\n2025-07-14 17:40:47.915 [info] [command][7a6aa1e1-e39f-4aa4-b3a3-444e6970280a] Socket close event received\n2025-07-14 17:40:47.933 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52025 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:41:47.917 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:41:47.919 [info] [command][3323c484-39b9-4670-96d8-50dfdc49a93c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""3323c484-39b9-4670-96d8-50dfdc49a93c""}\n2025-07-14 17:41:47.920 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d90e21e5-5bac-478b-8eef-80f831a52b00] received connection request\n2025-07-14 17:41:47.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:41:47.938 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d90e21e5-5bac-478b-8eef-80f831a52b00] socks forwarding established\n2025-07-14 17:41:47.968 [info] [command][3323c484-39b9-4670-96d8-50dfdc49a93c] Process exited with code 0\n2025-07-14 17:41:47.968 [info] [command][3323c484-39b9-4670-96d8-50dfdc49a93c] Socket close event received\n2025-07-14 17:41:47.969 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d90e21e5-5bac-478b-8eef-80f831a52b00] socks connection closed\n2025-07-14 17:41:47.987 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52037 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:42:47.975 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:42:47.977 [info] [command][448c1903-c020-4f59-b4fa-9baef6779478] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""448c1903-c020-4f59-b4fa-9baef6779478""}\n2025-07-14 17:42:47.978 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e79e6f2f-1bf9-4112-b782-ff26462a7053] received connection request\n2025-07-14 17:42:47.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:42:47.998 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e79e6f2f-1bf9-4112-b782-ff26462a7053] socks forwarding established\n2025-07-14 17:42:48.030 [info] [command][448c1903-c020-4f59-b4fa-9baef6779478] Process exited with code 0\n2025-07-14 17:42:48.030 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e79e6f2f-1bf9-4112-b782-ff26462a7053] socks connection closed\n2025-07-14 17:42:48.031 [info] [command][448c1903-c020-4f59-b4fa-9baef6779478] Socket close event received\n2025-07-14 17:42:48.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52070 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:43:48.034 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:43:48.035 [info] [command][8bd2bf63-cb3f-4441-9779-a7ced9928d68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""8bd2bf63-cb3f-4441-9779-a7ced9928d68""}\n2025-07-14 17:43:48.035 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c3a42247-864c-4d0f-8d8f-da9c074d49d0] received connection request\n2025-07-14 17:43:48.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:43:48.260 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c3a42247-864c-4d0f-8d8f-da9c074d49d0] socks forwarding established\n2025-07-14 17:43:48.292 [info] [command][8bd2bf63-cb3f-4441-9779-a7ced9928d68] Process exited with code 0\n2025-07-14 17:43:48.292 [info] [command][8bd2bf63-cb3f-4441-9779-a7ced9928d68] Socket close event received\n2025-07-14 17:43:48.295 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c3a42247-864c-4d0f-8d8f-da9c074d49d0] socks connection closed\n2025-07-14 17:43:48.321 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52088 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:44:48.298 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:44:48.301 [info] [command][a8d29905-833e-4794-98dd-18f8fdcf5966] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a8d29905-833e-4794-98dd-18f8fdcf5966""}\n2025-07-14 17:44:48.301 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][deab0f29-9dcb-4e11-9db6-b7ba0f00b635] received connection request\n2025-07-14 17:44:48.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 17:44:48.303 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:44:48.321 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][deab0f29-9dcb-4e11-9db6-b7ba0f00b635] socks forwarding established\n2025-07-14 17:44:48.357 [info] [command][a8d29905-833e-4794-98dd-18f8fdcf5966] Process exited with code 0\n2025-07-14 17:44:48.357 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][deab0f29-9dcb-4e11-9db6-b7ba0f00b635] socks connection closed\n2025-07-14 17:44:48.357 [info] [command][a8d29905-833e-4794-98dd-18f8fdcf5966] Socket close event received\n2025-07-14 17:44:48.392 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52121 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:45:48.365 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:45:48.366 [info] [command][7b4886f4-27a8-4290-a793-1fc029867433] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7b4886f4-27a8-4290-a793-1fc029867433""}\n2025-07-14 17:45:48.367 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][768b58d5-9b9d-4ddd-900d-bb76b318e368] received connection request\n2025-07-14 17:45:48.368 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:45:48.393 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][768b58d5-9b9d-4ddd-900d-bb76b318e368] socks forwarding established\n2025-07-14 17:45:48.511 [info] [command][7b4886f4-27a8-4290-a793-1fc029867433] Process exited with code 0\n2025-07-14 17:45:48.512 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][768b58d5-9b9d-4ddd-900d-bb76b318e368] socks connection closed\n2025-07-14 17:45:48.512 [info] [command][7b4886f4-27a8-4290-a793-1fc029867433] Socket close event received\n2025-07-14 17:45:48.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52155 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:46:48.518 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:46:48.521 [info] [command][aa36999b-961c-4a1f-b5a1-6102ce800188] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""aa36999b-961c-4a1f-b5a1-6102ce800188""}\n2025-07-14 17:46:48.522 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][71ded4db-1bc9-435f-999e-863ee6d21422] received connection request\n2025-07-14 17:46:48.522 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:46:48.544 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][71ded4db-1bc9-435f-999e-863ee6d21422] socks forwarding established\n2025-07-14 17:46:48.578 [info] [command][aa36999b-961c-4a1f-b5a1-6102ce800188] Process exited with code 0\n2025-07-14 17:46:48.578 [info] [command][aa36999b-961c-4a1f-b5a1-6102ce800188] Socket close event received\n2025-07-14 17:46:48.578 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][71ded4db-1bc9-435f-999e-863ee6d21422] socks connection closed\n2025-07-14 17:46:48.604 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52181 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:47:48.585 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:47:48.587 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][9005925d-cd3b-4cf9-a3f4-d82bddd558be] received connection request\n2025-07-14 17:47:48.588 [info] [command][58738676-5f52-4c28-9442-66be26a52a20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""58738676-5f52-4c28-9442-66be26a52a20""}\n2025-07-14 17:47:48.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:47:48.609 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9005925d-cd3b-4cf9-a3f4-d82bddd558be] socks forwarding established\n2025-07-14 17:47:48.640 [info] [command][58738676-5f52-4c28-9442-66be26a52a20] Process exited with code 0\n2025-07-14 17:47:48.640 [info] [command][58738676-5f52-4c28-9442-66be26a52a20] Socket close event received\n2025-07-14 17:47:48.641 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][9005925d-cd3b-4cf9-a3f4-d82bddd558be] socks connection closed\n2025-07-14 17:47:48.659 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52228 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:48:48.646 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:48:48.648 [info] [command][9bf93e78-169b-4014-bb50-2f0002337bf8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9bf93e78-169b-4014-bb50-2f0002337bf8""}\n2025-07-14 17:48:48.648 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][2ac1961c-4da6-4abd-9189-7e2415356f23] received connection request\n2025-07-14 17:48:48.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:48:48.670 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2ac1961c-4da6-4abd-9189-7e2415356f23] socks forwarding established\n2025-07-14 17:48:48.702 [info] [command][9bf93e78-169b-4014-bb50-2f0002337bf8] Process exited with code 0\n2025-07-14 17:48:48.702 [info] [command][9bf93e78-169b-4014-bb50-2f0002337bf8] Socket close event received\n2025-07-14 17:48:48.702 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][2ac1961c-4da6-4abd-9189-7e2415356f23] socks connection closed\n2025-07-14 17:48:48.719 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52250 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:49:48.708 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:49:48.709 [info] [command][091f6b4d-7ce3-4d84-be53-d802e0bdf1ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""091f6b4d-7ce3-4d84-be53-d802e0bdf1ac""}\n2025-07-14 17:49:48.709 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][fad1f33d-894f-4548-90e1-74c12a1a33b1] received connection request\n2025-07-14 17:49:48.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 17:49:48.709 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:49:48.780 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fad1f33d-894f-4548-90e1-74c12a1a33b1] socks forwarding established\n2025-07-14 17:49:48.936 [info] [command][091f6b4d-7ce3-4d84-be53-d802e0bdf1ac] Process exited with code 0\n2025-07-14 17:49:48.936 [info] [command][091f6b4d-7ce3-4d84-be53-d802e0bdf1ac] Socket close event received\n2025-07-14 17:49:48.937 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fad1f33d-894f-4548-90e1-74c12a1a33b1] socks connection closed\n2025-07-14 17:49:48.957 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52272 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:50:48.943 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:50:48.944 [info] [command][21ec03b7-bf06-4e44-8926-8f37233faf28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""21ec03b7-bf06-4e44-8926-8f37233faf28""}\n2025-07-14 17:50:48.945 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f5353aa7-83f2-486c-8131-bda6f38bf641] received connection request\n2025-07-14 17:50:48.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:50:48.965 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f5353aa7-83f2-486c-8131-bda6f38bf641] socks forwarding established\n2025-07-14 17:50:48.998 [info] [command][21ec03b7-bf06-4e44-8926-8f37233faf28] Process exited with code 0\n2025-07-14 17:50:48.999 [info] [command][21ec03b7-bf06-4e44-8926-8f37233faf28] Socket close event received\n2025-07-14 17:50:49.023 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52308 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:50:49.023 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f5353aa7-83f2-486c-8131-bda6f38bf641] socks connection closed\n2025-07-14 17:51:49.002 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:51:49.003 [info] [command][43ccf1bb-4d18-45ae-8a37-26a8739ae9d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""43ccf1bb-4d18-45ae-8a37-26a8739ae9d7""}\n2025-07-14 17:51:49.003 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e82ac3dd-242f-430a-90a3-7179186197ee] received connection request\n2025-07-14 17:51:49.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:51:49.021 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e82ac3dd-242f-430a-90a3-7179186197ee] socks forwarding established\n2025-07-14 17:51:49.053 [info] [command][43ccf1bb-4d18-45ae-8a37-26a8739ae9d7] Process exited with code 0\n2025-07-14 17:51:49.054 [info] [command][43ccf1bb-4d18-45ae-8a37-26a8739ae9d7] Socket close event received\n2025-07-14 17:51:49.054 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e82ac3dd-242f-430a-90a3-7179186197ee] socks connection closed\n2025-07-14 17:51:49.072 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52334 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:52:49.059 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:52:49.062 [info] [command][a4782140-d142-4cfd-af2c-40418acfc498] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a4782140-d142-4cfd-af2c-40418acfc498""}\n2025-07-14 17:52:49.062 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][fff7983d-9c71-420b-98ec-98a0c5318850] received connection request\n2025-07-14 17:52:49.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:52:49.081 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fff7983d-9c71-420b-98ec-98a0c5318850] socks forwarding established\n2025-07-14 17:52:49.114 [info] [command][a4782140-d142-4cfd-af2c-40418acfc498] Process exited with code 0\n2025-07-14 17:52:49.114 [info] [command][a4782140-d142-4cfd-af2c-40418acfc498] Socket close event received\n2025-07-14 17:52:49.115 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][fff7983d-9c71-420b-98ec-98a0c5318850] socks connection closed\n2025-07-14 17:52:49.132 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52361 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:53:49.117 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:53:49.119 [info] [command][0222d56d-9735-4046-9e7e-65f566359272] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""0222d56d-9735-4046-9e7e-65f566359272""}\n2025-07-14 17:53:49.120 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][63977bf4-aec5-46d9-a3d6-0fc80492800a] received connection request\n2025-07-14 17:53:49.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:53:49.140 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][63977bf4-aec5-46d9-a3d6-0fc80492800a] socks forwarding established\n2025-07-14 17:53:49.223 [info] [command][0222d56d-9735-4046-9e7e-65f566359272] Process exited with code 0\n2025-07-14 17:53:49.223 [info] [command][0222d56d-9735-4046-9e7e-65f566359272] Socket close event received\n2025-07-14 17:53:49.239 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][63977bf4-aec5-46d9-a3d6-0fc80492800a] socks connection closed\n2025-07-14 17:53:49.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52394 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:54:49.226 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:54:49.228 [info] [command][af7e03a3-8b64-4135-81e8-be01066bb421] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""af7e03a3-8b64-4135-81e8-be01066bb421""}\n2025-07-14 17:54:49.229 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5018e4b2-9b01-4430-8471-fc3889c9940d] received connection request\n2025-07-14 17:54:49.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:54:49.328 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5018e4b2-9b01-4430-8471-fc3889c9940d] socks forwarding established\n2025-07-14 17:54:49.397 [info] [command][af7e03a3-8b64-4135-81e8-be01066bb421] Process exited with code 0\n2025-07-14 17:54:49.397 [info] [command][af7e03a3-8b64-4135-81e8-be01066bb421] Socket close event received\n2025-07-14 17:54:49.480 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5018e4b2-9b01-4430-8471-fc3889c9940d] socks connection closed\n2025-07-14 17:54:49.494 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52417 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:55:49.403 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:55:49.405 [info] [command][601ca338-c260-452e-86f8-a063f1cf7775] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""601ca338-c260-452e-86f8-a063f1cf7775""}\n2025-07-14 17:55:49.406 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][85a4b3ec-27fe-4abe-aafc-6e66034579e6] received connection request\n2025-07-14 17:55:49.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:55:49.425 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][85a4b3ec-27fe-4abe-aafc-6e66034579e6] socks forwarding established\n2025-07-14 17:55:49.459 [info] [command][601ca338-c260-452e-86f8-a063f1cf7775] Process exited with code 0\n2025-07-14 17:55:49.460 [info] [command][601ca338-c260-452e-86f8-a063f1cf7775] Socket close event received\n2025-07-14 17:55:49.460 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][85a4b3ec-27fe-4abe-aafc-6e66034579e6] socks connection closed\n2025-07-14 17:55:49.477 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52457 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:56:49.466 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:56:49.467 [info] [command][69f74215-7cd7-4d44-8e1d-cae55da0bcc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""69f74215-7cd7-4d44-8e1d-cae55da0bcc5""}\n2025-07-14 17:56:49.467 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][4b0e5f0b-552d-4d54-85dd-2493927ebe9d] received connection request\n2025-07-14 17:56:49.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:56:49.486 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4b0e5f0b-552d-4d54-85dd-2493927ebe9d] socks forwarding established\n2025-07-14 17:56:49.516 [info] [command][69f74215-7cd7-4d44-8e1d-cae55da0bcc5] Process exited with code 0\n2025-07-14 17:56:49.516 [info] [command][69f74215-7cd7-4d44-8e1d-cae55da0bcc5] Socket close event received\n2025-07-14 17:56:49.516 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][4b0e5f0b-552d-4d54-85dd-2493927ebe9d] socks connection closed\n2025-07-14 17:56:49.534 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52483 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:57:49.523 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:57:49.524 [info] [command][e00224db-24bb-4c84-9a72-800a4d11bcda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""e00224db-24bb-4c84-9a72-800a4d11bcda""}\n2025-07-14 17:57:49.525 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][cb3b4a29-ee2f-4203-bb20-960e04c0f85a] received connection request\n2025-07-14 17:57:49.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:57:49.543 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cb3b4a29-ee2f-4203-bb20-960e04c0f85a] socks forwarding established\n2025-07-14 17:57:49.574 [info] [command][e00224db-24bb-4c84-9a72-800a4d11bcda] Process exited with code 0\n2025-07-14 17:57:49.575 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][cb3b4a29-ee2f-4203-bb20-960e04c0f85a] socks connection closed\n2025-07-14 17:57:49.575 [info] [command][e00224db-24bb-4c84-9a72-800a4d11bcda] Socket close event received\n2025-07-14 17:57:49.593 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52527 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:58:49.581 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:58:49.583 [info] [command][dc57136b-d416-4d5b-981b-4cee577d47e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""dc57136b-d416-4d5b-981b-4cee577d47e5""}\n2025-07-14 17:58:49.584 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][33ac4685-2635-4cee-a210-44c8c263ee8a] received connection request\n2025-07-14 17:58:49.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:58:49.614 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][33ac4685-2635-4cee-a210-44c8c263ee8a] socks forwarding established\n2025-07-14 17:58:49.761 [info] [command][dc57136b-d416-4d5b-981b-4cee577d47e5] Process exited with code 0\n2025-07-14 17:58:49.761 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][33ac4685-2635-4cee-a210-44c8c263ee8a] socks connection closed\n2025-07-14 17:58:49.761 [info] [command][dc57136b-d416-4d5b-981b-4cee577d47e5] Socket close event received\n2025-07-14 17:58:50.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52546 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 17:59:49.767 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 17:59:49.769 [info] [command][2604c5af-2068-45a5-8bfc-6762fee5f946] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2604c5af-2068-45a5-8bfc-6762fee5f946""}\n2025-07-14 17:59:49.770 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][a5ada42c-9ed3-4537-8ad1-0ff571a9f445] received connection request\n2025-07-14 17:59:49.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 17:59:49.791 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a5ada42c-9ed3-4537-8ad1-0ff571a9f445] socks forwarding established\n2025-07-14 17:59:49.827 [info] [command][2604c5af-2068-45a5-8bfc-6762fee5f946] Process exited with code 0\n2025-07-14 17:59:49.827 [info] [command][2604c5af-2068-45a5-8bfc-6762fee5f946] Socket close event received\n2025-07-14 17:59:49.828 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][a5ada42c-9ed3-4537-8ad1-0ff571a9f445] socks connection closed\n2025-07-14 17:59:49.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52576 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:00:49.831 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:00:49.833 [info] [command][515ef667-1020-41e5-a575-5dc408a0b788] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""515ef667-1020-41e5-a575-5dc408a0b788""}\n2025-07-14 18:00:49.833 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][68edaf13-19f5-4103-a0f0-55c88b0e80e2] received connection request\n2025-07-14 18:00:49.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:00:49.864 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][68edaf13-19f5-4103-a0f0-55c88b0e80e2] socks forwarding established\n2025-07-14 18:00:49.895 [info] [command][515ef667-1020-41e5-a575-5dc408a0b788] Process exited with code 0\n2025-07-14 18:00:49.895 [info] [command][515ef667-1020-41e5-a575-5dc408a0b788] Socket close event received\n2025-07-14 18:00:49.895 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][68edaf13-19f5-4103-a0f0-55c88b0e80e2] socks connection closed\n2025-07-14 18:00:49.913 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52624 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:01:49.898 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:01:49.899 [info] [command][f764f482-0880-4179-b857-63ed43ae12d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f764f482-0880-4179-b857-63ed43ae12d5""}\n2025-07-14 18:01:49.900 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][02b50eb4-6811-424e-9b68-da16d940bb5e] received connection request\n2025-07-14 18:01:49.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:01:49.918 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][02b50eb4-6811-424e-9b68-da16d940bb5e] socks forwarding established\n2025-07-14 18:01:49.948 [info] [command][f764f482-0880-4179-b857-63ed43ae12d5] Process exited with code 0\n2025-07-14 18:01:49.948 [info] [command][f764f482-0880-4179-b857-63ed43ae12d5] Socket close event received\n2025-07-14 18:01:49.948 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][02b50eb4-6811-424e-9b68-da16d940bb5e] socks connection closed\n2025-07-14 18:01:49.966 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52650 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:02:49.953 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:02:49.954 [info] [command][2ae653c4-8a26-412f-af15-3374a98eb9ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""2ae653c4-8a26-412f-af15-3374a98eb9ef""}\n2025-07-14 18:02:49.954 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][45f0b89b-3e26-4c8b-8531-bb185ab67d53] received connection request\n2025-07-14 18:02:49.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 18:02:49.954 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:02:49.971 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][45f0b89b-3e26-4c8b-8531-bb185ab67d53] socks forwarding established\n2025-07-14 18:02:50.019 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][45f0b89b-3e26-4c8b-8531-bb185ab67d53] socks connection closed\n2025-07-14 18:02:50.019 [info] [command][2ae653c4-8a26-412f-af15-3374a98eb9ef] Process exited with code 0\n2025-07-14 18:02:50.019 [info] [command][2ae653c4-8a26-412f-af15-3374a98eb9ef] Socket close event received\n2025-07-14 18:02:50.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52716 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:03:50.026 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:03:50.027 [info] [command][b6317523-9b0d-4d17-bad3-97f3efdcd912] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b6317523-9b0d-4d17-bad3-97f3efdcd912""}\n2025-07-14 18:03:50.028 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][193cdf30-c3a1-4fe1-83b3-5d68173f9392] received connection request\n2025-07-14 18:03:50.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:03:50.086 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][193cdf30-c3a1-4fe1-83b3-5d68173f9392] socks forwarding established\n2025-07-14 18:03:50.166 [info] [command][b6317523-9b0d-4d17-bad3-97f3efdcd912] Process exited with code 0\n2025-07-14 18:03:50.166 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][193cdf30-c3a1-4fe1-83b3-5d68173f9392] socks connection closed\n2025-07-14 18:03:50.166 [info] [command][b6317523-9b0d-4d17-bad3-97f3efdcd912] Socket close event received\n2025-07-14 18:03:50.187 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52753 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:04:50.172 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:04:50.174 [info] [command][531c1e07-b57e-4aac-9615-8dbb818ee114] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""531c1e07-b57e-4aac-9615-8dbb818ee114""}\n2025-07-14 18:04:50.174 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][129926cb-ec84-4283-b498-f97d1ae75834] received connection request\n2025-07-14 18:04:50.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:04:50.192 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][129926cb-ec84-4283-b498-f97d1ae75834] socks forwarding established\n2025-07-14 18:04:50.225 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][129926cb-ec84-4283-b498-f97d1ae75834] socks connection closed\n2025-07-14 18:04:50.225 [info] [command][531c1e07-b57e-4aac-9615-8dbb818ee114] Process exited with code 0\n2025-07-14 18:04:50.225 [info] [command][531c1e07-b57e-4aac-9615-8dbb818ee114] Socket close event received\n2025-07-14 18:04:50.242 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52787 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:05:50.227 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:05:50.228 [info] [command][91ae10d7-0d7c-4c41-bd3e-caee7bc99683] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""91ae10d7-0d7c-4c41-bd3e-caee7bc99683""}\n2025-07-14 18:05:50.228 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6b79b9dd-f725-46c2-a44b-aee1794a9eb4] received connection request\n2025-07-14 18:05:50.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 18:05:50.228 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:05:50.249 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6b79b9dd-f725-46c2-a44b-aee1794a9eb4] socks forwarding established\n2025-07-14 18:05:50.282 [info] [command][91ae10d7-0d7c-4c41-bd3e-caee7bc99683] Process exited with code 0\n2025-07-14 18:05:50.282 [info] [command][91ae10d7-0d7c-4c41-bd3e-caee7bc99683] Socket close event received\n2025-07-14 18:05:50.284 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6b79b9dd-f725-46c2-a44b-aee1794a9eb4] socks connection closed\n2025-07-14 18:05:50.307 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52831 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:06:50.289 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:06:50.290 [info] [command][a770f8aa-4bdb-487a-9672-f67c0956e64f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a770f8aa-4bdb-487a-9672-f67c0956e64f""}\n2025-07-14 18:06:50.290 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][dc8f788e-fa6d-4fad-956c-d3fd47c5afcb] received connection request\n2025-07-14 18:06:50.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 18:06:50.291 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:06:50.309 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dc8f788e-fa6d-4fad-956c-d3fd47c5afcb] socks forwarding established\n2025-07-14 18:06:50.343 [info] [command][a770f8aa-4bdb-487a-9672-f67c0956e64f] Process exited with code 0\n2025-07-14 18:06:50.343 [info] [command][a770f8aa-4bdb-487a-9672-f67c0956e64f] Socket close event received\n2025-07-14 18:06:50.344 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dc8f788e-fa6d-4fad-956c-d3fd47c5afcb] socks connection closed\n2025-07-14 18:06:50.364 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52851 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:07:50.350 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:07:50.350 [info] [command][a24aebb3-8410-4d75-9c46-e572e52375b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""a24aebb3-8410-4d75-9c46-e572e52375b5""}\n2025-07-14 18:07:50.351 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][b9d977f5-3b39-408a-8c5d-61f19d5d6e2b] received connection request\n2025-07-14 18:07:50.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:07:50.413 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b9d977f5-3b39-408a-8c5d-61f19d5d6e2b] socks forwarding established\n2025-07-14 18:07:50.557 [info] [command][a24aebb3-8410-4d75-9c46-e572e52375b5] Process exited with code 0\n2025-07-14 18:07:50.557 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][b9d977f5-3b39-408a-8c5d-61f19d5d6e2b] socks connection closed\n2025-07-14 18:07:50.557 [info] [command][a24aebb3-8410-4d75-9c46-e572e52375b5] Socket close event received\n2025-07-14 18:07:50.575 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52880 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:08:50.564 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:08:50.566 [info] [command][d00821ba-67db-44c9-827e-4ed1675d45cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d00821ba-67db-44c9-827e-4ed1675d45cd""}\n2025-07-14 18:08:50.567 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][dbe735e8-a70c-4b8a-8b8b-869d1f7d77a1] received connection request\n2025-07-14 18:08:50.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:08:50.586 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dbe735e8-a70c-4b8a-8b8b-869d1f7d77a1] socks forwarding established\n2025-07-14 18:08:50.618 [info] [command][d00821ba-67db-44c9-827e-4ed1675d45cd] Process exited with code 0\n2025-07-14 18:08:50.619 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][dbe735e8-a70c-4b8a-8b8b-869d1f7d77a1] socks connection closed\n2025-07-14 18:08:50.619 [info] [command][d00821ba-67db-44c9-827e-4ed1675d45cd] Socket close event received\n2025-07-14 18:08:50.636 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52906 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:09:50.623 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:09:50.625 [info] [command][48723ddc-8a3d-4cfe-afe6-4012cb0bf38e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""48723ddc-8a3d-4cfe-afe6-4012cb0bf38e""}\n2025-07-14 18:09:50.626 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6351dbaf-62c2-4323-9bcb-ca8a55fb30b2] received connection request\n2025-07-14 18:09:50.626 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:09:50.644 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6351dbaf-62c2-4323-9bcb-ca8a55fb30b2] socks forwarding established\n2025-07-14 18:09:50.677 [info] [command][48723ddc-8a3d-4cfe-afe6-4012cb0bf38e] Process exited with code 0\n2025-07-14 18:09:50.677 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6351dbaf-62c2-4323-9bcb-ca8a55fb30b2] socks connection closed\n2025-07-14 18:09:50.677 [info] [command][48723ddc-8a3d-4cfe-afe6-4012cb0bf38e] Socket close event received\n2025-07-14 18:09:50.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52933 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:10:50.683 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:10:50.685 [info] [command][3544e411-db55-4dee-9a27-b38117e6654c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""3544e411-db55-4dee-9a27-b38117e6654c""}\n2025-07-14 18:10:50.686 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][7bd2ac70-0e7e-4ed1-b821-367aabfb91e7] received connection request\n2025-07-14 18:10:50.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:10:50.708 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7bd2ac70-0e7e-4ed1-b821-367aabfb91e7] socks forwarding established\n2025-07-14 18:10:50.740 [info] [command][3544e411-db55-4dee-9a27-b38117e6654c] Process exited with code 0\n2025-07-14 18:10:50.740 [info] [command][3544e411-db55-4dee-9a27-b38117e6654c] Socket close event received\n2025-07-14 18:10:50.741 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7bd2ac70-0e7e-4ed1-b821-367aabfb91e7] socks connection closed\n2025-07-14 18:10:50.759 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52963 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:11:50.746 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:11:50.751 [info] [command][f132a71a-03d7-4cfb-8fb6-44fefa59c080] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f132a71a-03d7-4cfb-8fb6-44fefa59c080""}\n2025-07-14 18:11:50.751 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f7c750ac-4241-4a6b-bb79-bc6fa1b744f5] received connection request\n2025-07-14 18:11:50.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:11:50.776 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f7c750ac-4241-4a6b-bb79-bc6fa1b744f5] socks forwarding established\n2025-07-14 18:11:50.831 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f7c750ac-4241-4a6b-bb79-bc6fa1b744f5] socks connection closed\n2025-07-14 18:11:50.831 [info] [command][f132a71a-03d7-4cfb-8fb6-44fefa59c080] Process exited with code 0\n2025-07-14 18:11:50.831 [info] [command][f132a71a-03d7-4cfb-8fb6-44fefa59c080] Socket close event received\n2025-07-14 18:11:50.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 52994 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:12:50.835 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:12:50.835 [info] [command][b0dd73cb-e24e-4c60-8110-52a94314651a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""b0dd73cb-e24e-4c60-8110-52a94314651a""}\n2025-07-14 18:12:50.836 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6499da36-2c3b-45d6-8aab-55c3f974ae45] received connection request\n2025-07-14 18:12:50.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:12:50.854 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6499da36-2c3b-45d6-8aab-55c3f974ae45] socks forwarding established\n2025-07-14 18:12:50.885 [info] [command][b0dd73cb-e24e-4c60-8110-52a94314651a] Process exited with code 0\n2025-07-14 18:12:50.885 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6499da36-2c3b-45d6-8aab-55c3f974ae45] socks connection closed\n2025-07-14 18:12:50.886 [info] [command][b0dd73cb-e24e-4c60-8110-52a94314651a] Socket close event received\n2025-07-14 18:12:50.903 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53027 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:13:50.887 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:13:50.889 [info] [command][aef3d513-c2b2-4a91-961d-e051ad7f6a06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""aef3d513-c2b2-4a91-961d-e051ad7f6a06""}\n2025-07-14 18:13:50.890 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ad1812a6-d832-4e0d-a8e0-139e80255e78] received connection request\n2025-07-14 18:13:50.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 18:13:50.893 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:13:50.913 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ad1812a6-d832-4e0d-a8e0-139e80255e78] socks forwarding established\n2025-07-14 18:13:50.945 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ad1812a6-d832-4e0d-a8e0-139e80255e78] socks connection closed\n2025-07-14 18:13:50.945 [info] [command][aef3d513-c2b2-4a91-961d-e051ad7f6a06] Process exited with code 0\n2025-07-14 18:13:50.945 [info] [command][aef3d513-c2b2-4a91-961d-e051ad7f6a06] Socket close event received\n2025-07-14 18:13:50.962 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53054 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:14:50.947 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:14:50.948 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e145bd63-8a43-4105-b76b-da92898845d3] received connection request\n2025-07-14 18:14:50.948 [info] [command][f7119dca-f1f7-4537-acb0-d55f8865fddb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""f7119dca-f1f7-4537-acb0-d55f8865fddb""}\n2025-07-14 18:14:50.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:14:50.966 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e145bd63-8a43-4105-b76b-da92898845d3] socks forwarding established\n2025-07-14 18:14:50.998 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e145bd63-8a43-4105-b76b-da92898845d3] socks connection closed\n2025-07-14 18:14:50.998 [info] [command][f7119dca-f1f7-4537-acb0-d55f8865fddb] Process exited with code 0\n2025-07-14 18:14:50.998 [info] [command][f7119dca-f1f7-4537-acb0-d55f8865fddb] Socket close event received\n2025-07-14 18:14:51.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53087 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:15:51.005 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:15:51.008 [info] [command][656440c6-de10-4ed7-a2ca-09734c61f859] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""656440c6-de10-4ed7-a2ca-09734c61f859""}\n2025-07-14 18:15:51.009 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][87dee80f-22cc-4245-8f1c-39ba8b2b44ed] received connection request\n2025-07-14 18:15:51.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:15:51.030 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][87dee80f-22cc-4245-8f1c-39ba8b2b44ed] socks forwarding established\n2025-07-14 18:15:51.065 [info] [command][656440c6-de10-4ed7-a2ca-09734c61f859] Process exited with code 0\n2025-07-14 18:15:51.065 [info] [command][656440c6-de10-4ed7-a2ca-09734c61f859] Socket close event received\n2025-07-14 18:15:51.065 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][87dee80f-22cc-4245-8f1c-39ba8b2b44ed] socks connection closed\n2025-07-14 18:15:51.087 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53129 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:16:51.070 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:16:51.075 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][96461d09-c3bd-4018-a075-478978ba63c8] received connection request\n2025-07-14 18:16:51.076 [info] [command][aecf5b94-8c14-4c79-9c4e-effd6615b5fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""aecf5b94-8c14-4c79-9c4e-effd6615b5fd""}\n2025-07-14 18:16:51.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:16:51.125 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][96461d09-c3bd-4018-a075-478978ba63c8] socks forwarding established\n2025-07-14 18:16:51.289 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][96461d09-c3bd-4018-a075-478978ba63c8] socks connection closed\n2025-07-14 18:16:51.289 [info] [command][aecf5b94-8c14-4c79-9c4e-effd6615b5fd] Process exited with code 0\n2025-07-14 18:16:51.289 [info] [command][aecf5b94-8c14-4c79-9c4e-effd6615b5fd] Socket close event received\n2025-07-14 18:16:51.314 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53156 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:17:51.293 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:17:51.294 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ababcafc-9385-429d-8548-dfce537dfd5e] received connection request\n2025-07-14 18:17:51.295 [info] [command][e57d5cea-e43e-49c0-8869-1f8862c8d8a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""e57d5cea-e43e-49c0-8869-1f8862c8d8a7""}\n2025-07-14 18:17:51.295 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:17:51.313 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ababcafc-9385-429d-8548-dfce537dfd5e] socks forwarding established\n2025-07-14 18:17:51.347 [info] [command][e57d5cea-e43e-49c0-8869-1f8862c8d8a7] Process exited with code 0\n2025-07-14 18:17:51.347 [info] [command][e57d5cea-e43e-49c0-8869-1f8862c8d8a7] Socket close event received\n2025-07-14 18:17:51.347 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ababcafc-9385-429d-8548-dfce537dfd5e] socks connection closed\n2025-07-14 18:17:51.368 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53195 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:18:51.353 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:18:51.355 [info] [command][61a3dfbd-da57-4b78-b325-7b81e32cb89b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""61a3dfbd-da57-4b78-b325-7b81e32cb89b""}\n2025-07-14 18:18:51.356 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][d52af1f5-f5ea-444d-942f-bf0fa224dfa2] received connection request\n2025-07-14 18:18:51.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:18:51.377 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d52af1f5-f5ea-444d-942f-bf0fa224dfa2] socks forwarding established\n2025-07-14 18:18:51.409 [info] [command][61a3dfbd-da57-4b78-b325-7b81e32cb89b] Process exited with code 0\n2025-07-14 18:18:51.410 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][d52af1f5-f5ea-444d-942f-bf0fa224dfa2] socks connection closed\n2025-07-14 18:18:51.410 [info] [command][61a3dfbd-da57-4b78-b325-7b81e32cb89b] Socket close event received\n2025-07-14 18:18:51.428 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53220 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:19:51.412 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:19:51.414 [info] [command][675f2a70-32b4-48d5-bce7-34b07df27364] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""675f2a70-32b4-48d5-bce7-34b07df27364""}\n2025-07-14 18:19:51.415 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][8e658600-a65e-4443-8fef-971a46a94d46] received connection request\n2025-07-14 18:19:51.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:19:51.439 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8e658600-a65e-4443-8fef-971a46a94d46] socks forwarding established\n2025-07-14 18:19:51.478 [info] [command][675f2a70-32b4-48d5-bce7-34b07df27364] Process exited with code 0\n2025-07-14 18:19:51.479 [info] [command][675f2a70-32b4-48d5-bce7-34b07df27364] Socket close event received\n2025-07-14 18:19:51.480 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][8e658600-a65e-4443-8fef-971a46a94d46] socks connection closed\n2025-07-14 18:19:51.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53238 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:20:51.481 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:20:51.484 [info] [command][72c863c9-6daf-4b9d-9234-7f2ccc4e4fa6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""72c863c9-6daf-4b9d-9234-7f2ccc4e4fa6""}\n2025-07-14 18:20:51.485 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][913c0050-2a46-4eb1-b245-3125b618f57c] received connection request\n2025-07-14 18:20:51.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:20:51.571 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][913c0050-2a46-4eb1-b245-3125b618f57c] socks forwarding established\n2025-07-14 18:20:51.740 [info] [command][72c863c9-6daf-4b9d-9234-7f2ccc4e4fa6] Process exited with code 0\n2025-07-14 18:20:51.741 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][913c0050-2a46-4eb1-b245-3125b618f57c] socks connection closed\n2025-07-14 18:20:51.741 [info] [command][72c863c9-6daf-4b9d-9234-7f2ccc4e4fa6] Socket close event received\n2025-07-14 18:20:51.763 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53273 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:21:51.742 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:21:51.744 [info] [command][fd0dc358-fe6f-4a32-8f97-806e2bb10b76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""fd0dc358-fe6f-4a32-8f97-806e2bb10b76""}\n2025-07-14 18:21:51.745 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][137cd8f6-b439-4464-9ee3-9ccb1abd9bde] received connection request\n2025-07-14 18:21:51.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:21:51.766 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][137cd8f6-b439-4464-9ee3-9ccb1abd9bde] socks forwarding established\n2025-07-14 18:21:51.799 [info] [command][fd0dc358-fe6f-4a32-8f97-806e2bb10b76] Process exited with code 0\n2025-07-14 18:21:51.799 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][137cd8f6-b439-4464-9ee3-9ccb1abd9bde] socks connection closed\n2025-07-14 18:21:51.799 [info] [command][fd0dc358-fe6f-4a32-8f97-806e2bb10b76] Socket close event received\n2025-07-14 18:21:51.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53288 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:22:51.802 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:22:51.803 [info] [command][d762189c-34df-4ead-a2b7-130299956886] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""d762189c-34df-4ead-a2b7-130299956886""}\n2025-07-14 18:22:51.804 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f546bcfe-6d25-4cb5-b7dd-562cd3d9e522] received connection request\n2025-07-14 18:22:51.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:22:51.825 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f546bcfe-6d25-4cb5-b7dd-562cd3d9e522] socks forwarding established\n2025-07-14 18:22:51.856 [info] [command][d762189c-34df-4ead-a2b7-130299956886] Process exited with code 0\n2025-07-14 18:22:51.856 [info] [command][d762189c-34df-4ead-a2b7-130299956886] Socket close event received\n2025-07-14 18:22:51.856 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f546bcfe-6d25-4cb5-b7dd-562cd3d9e522] socks connection closed\n2025-07-14 18:22:51.874 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53315 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:23:51.862 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:23:51.865 [info] [command][81431d3d-29ee-4980-a153-9970bb6eb2a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""81431d3d-29ee-4980-a153-9970bb6eb2a3""}\n2025-07-14 18:23:51.865 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][c6136f93-ad78-4afd-9268-1679e685553f] received connection request\n2025-07-14 18:23:51.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\n\n2025-07-14 18:23:51.866 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:23:51.885 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c6136f93-ad78-4afd-9268-1679e685553f] socks forwarding established\n2025-07-14 18:23:51.919 [info] [command][81431d3d-29ee-4980-a153-9970bb6eb2a3] Process exited with code 0\n2025-07-14 18:23:51.920 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][c6136f93-ad78-4afd-9268-1679e685553f] socks connection closed\n2025-07-14 18:23:51.920 [info] [command][81431d3d-29ee-4980-a153-9970bb6eb2a3] Socket close event received\n2025-07-14 18:23:51.939 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53339 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:24:51.925 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:24:51.927 [info] [command][77fd2dc8-8ad8-43fa-87cb-d1d1370f3b9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""77fd2dc8-8ad8-43fa-87cb-d1d1370f3b9f""}\n2025-07-14 18:24:51.928 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][5894fa06-17b7-4bb4-b242-8b2323c6a07d] received connection request\n2025-07-14 18:24:51.929 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:24:51.948 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5894fa06-17b7-4bb4-b242-8b2323c6a07d] socks forwarding established\n2025-07-14 18:24:51.987 [info] [command][77fd2dc8-8ad8-43fa-87cb-d1d1370f3b9f] Process exited with code 0\n2025-07-14 18:24:51.988 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][5894fa06-17b7-4bb4-b242-8b2323c6a07d] socks connection closed\n2025-07-14 18:24:51.988 [info] [command][77fd2dc8-8ad8-43fa-87cb-d1d1370f3b9f] Socket close event received\n2025-07-14 18:24:52.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53358 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:25:51.994 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:25:51.997 [info] [command][9e05db60-3c29-4b45-8a22-aafe584f0b7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""9e05db60-3c29-4b45-8a22-aafe584f0b7a""}\n2025-07-14 18:25:51.998 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6786a12a-2ce1-4bbb-af4b-2012f45f91e0] received connection request\n2025-07-14 18:25:51.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:25:52.147 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6786a12a-2ce1-4bbb-af4b-2012f45f91e0] socks forwarding established\n2025-07-14 18:25:52.310 [info] [command][9e05db60-3c29-4b45-8a22-aafe584f0b7a] Process exited with code 0\n2025-07-14 18:25:52.310 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6786a12a-2ce1-4bbb-af4b-2012f45f91e0] socks connection closed\n2025-07-14 18:25:52.311 [info] [command][9e05db60-3c29-4b45-8a22-aafe584f0b7a] Socket close event received\n2025-07-14 18:25:52.332 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53393 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:26:52.317 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:26:52.318 [info] [command][374dfe88-a3bf-42bf-b2d5-c7a59120097d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""374dfe88-a3bf-42bf-b2d5-c7a59120097d""}\n2025-07-14 18:26:52.319 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][19ff6167-d4c9-4b2b-8a1e-fdddabf96a3a] received connection request\n2025-07-14 18:26:52.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:26:52.338 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][19ff6167-d4c9-4b2b-8a1e-fdddabf96a3a] socks forwarding established\n2025-07-14 18:26:52.371 [info] [command][374dfe88-a3bf-42bf-b2d5-c7a59120097d] Process exited with code 0\n2025-07-14 18:26:52.371 [info] [command][374dfe88-a3bf-42bf-b2d5-c7a59120097d] Socket close event received\n2025-07-14 18:26:52.372 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][19ff6167-d4c9-4b2b-8a1e-fdddabf96a3a] socks connection closed\n2025-07-14 18:26:52.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53409 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:27:52.378 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:27:52.379 [info] [command][ea5838b9-f622-4e92-b98d-99636a7424d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""ea5838b9-f622-4e92-b98d-99636a7424d3""}\n2025-07-14 18:27:52.380 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][aa239da4-aaac-4540-91cb-4864369c62e2] received connection request\n2025-07-14 18:27:52.381 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:27:52.404 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][aa239da4-aaac-4540-91cb-4864369c62e2] socks forwarding established\n2025-07-14 18:27:52.517 [info] [command][ea5838b9-f622-4e92-b98d-99636a7424d3] Process exited with code 0\n2025-07-14 18:27:52.517 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][aa239da4-aaac-4540-91cb-4864369c62e2] socks connection closed\n2025-07-14 18:27:52.517 [info] [command][ea5838b9-f622-4e92-b98d-99636a7424d3] Socket close event received\n2025-07-14 18:27:52.534 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53438 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:28:52.523 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:28:52.525 [info] [command][20441526-3da4-4324-a5d3-0aead9af1829] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""20441526-3da4-4324-a5d3-0aead9af1829""}\n2025-07-14 18:28:52.526 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][7f6c9500-1fbd-40c9-bdc3-cd84de233917] received connection request\n2025-07-14 18:28:52.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:28:52.548 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7f6c9500-1fbd-40c9-bdc3-cd84de233917] socks forwarding established\n2025-07-14 18:28:52.580 [info] [command][20441526-3da4-4324-a5d3-0aead9af1829] Process exited with code 0\n2025-07-14 18:28:52.581 [info] [command][20441526-3da4-4324-a5d3-0aead9af1829] Socket close event received\n2025-07-14 18:28:52.581 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][7f6c9500-1fbd-40c9-bdc3-cd84de233917] socks connection closed\n2025-07-14 18:28:52.600 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53459 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:29:52.585 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:29:52.585 [info] [command][c783b8fc-929d-4884-a8f8-a0f3aa0220b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""c783b8fc-929d-4884-a8f8-a0f3aa0220b4""}\n2025-07-14 18:29:52.586 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][6e5e4599-60c8-4a66-a461-3cd2cb5b4ecf] received connection request\n2025-07-14 18:29:52.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:29:52.604 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6e5e4599-60c8-4a66-a461-3cd2cb5b4ecf] socks forwarding established\n2025-07-14 18:29:52.636 [info] [command][c783b8fc-929d-4884-a8f8-a0f3aa0220b4] Process exited with code 0\n2025-07-14 18:29:52.636 [info] [command][c783b8fc-929d-4884-a8f8-a0f3aa0220b4] Socket close event received\n2025-07-14 18:29:52.637 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][6e5e4599-60c8-4a66-a461-3cd2cb5b4ecf] socks connection closed\n2025-07-14 18:29:52.654 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53483 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:30:52.643 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:30:52.645 [info] [command][7bb626dd-b8bf-4c6e-a58c-9919bc3c8fcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7bb626dd-b8bf-4c6e-a58c-9919bc3c8fcd""}\n2025-07-14 18:30:52.646 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][e6bb07ab-a684-4622-8c57-aedde2014359] received connection request\n2025-07-14 18:30:52.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:30:52.667 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e6bb07ab-a684-4622-8c57-aedde2014359] socks forwarding established\n2025-07-14 18:30:52.699 [info] [command][7bb626dd-b8bf-4c6e-a58c-9919bc3c8fcd] Process exited with code 0\n2025-07-14 18:30:52.700 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][e6bb07ab-a684-4622-8c57-aedde2014359] socks connection closed\n2025-07-14 18:30:52.700 [info] [command][7bb626dd-b8bf-4c6e-a58c-9919bc3c8fcd] Socket close event received\n2025-07-14 18:30:52.719 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53515 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:31:52.707 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:31:52.708 [info] [command][bd3a3e1d-8c8a-44a9-ba5a-4dcf7cd1e281] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""bd3a3e1d-8c8a-44a9-ba5a-4dcf7cd1e281""}\n2025-07-14 18:31:52.709 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][bc60ff1e-d819-4fdc-bed8-27a6df29e4a6] received connection request\n2025-07-14 18:31:52.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:31:52.732 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bc60ff1e-d819-4fdc-bed8-27a6df29e4a6] socks forwarding established\n2025-07-14 18:31:52.767 [info] [command][bd3a3e1d-8c8a-44a9-ba5a-4dcf7cd1e281] Process exited with code 0\n2025-07-14 18:31:52.768 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][bc60ff1e-d819-4fdc-bed8-27a6df29e4a6] socks connection closed\n2025-07-14 18:31:52.768 [info] [command][bd3a3e1d-8c8a-44a9-ba5a-4dcf7cd1e281] Socket close event received\n2025-07-14 18:31:52.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53533 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:32:52.774 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:32:52.776 [info] [command][7569681d-4003-432a-817b-3ed657ed44e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""7569681d-4003-432a-817b-3ed657ed44e7""}\n2025-07-14 18:32:52.777 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][ef79bd3a-ff10-4e00-8711-a4b3ad1dfdd8] received connection request\n2025-07-14 18:32:52.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:32:52.795 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ef79bd3a-ff10-4e00-8711-a4b3ad1dfdd8] socks forwarding established\n2025-07-14 18:32:52.827 [info] [command][7569681d-4003-432a-817b-3ed657ed44e7] Process exited with code 0\n2025-07-14 18:32:52.828 [info] [command][7569681d-4003-432a-817b-3ed657ed44e7] Socket close event received\n2025-07-14 18:32:52.828 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][ef79bd3a-ff10-4e00-8711-a4b3ad1dfdd8] socks connection closed\n2025-07-14 18:32:52.847 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53563 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:33:52.834 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:33:52.835 [info] [command][27d47f1d-f68f-4ef3-a8b6-fde150d077e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""27d47f1d-f68f-4ef3-a8b6-fde150d077e5""}\n2025-07-14 18:33:52.836 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:45899][f051403a-2ef9-4cfd-abfc-315a0b91b455] received connection request\n2025-07-14 18:33:52.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:33:52.925 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f051403a-2ef9-4cfd-abfc-315a0b91b455] socks forwarding established\n2025-07-14 18:33:53.092 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62450 -> 127.0.0.1:45899][f051403a-2ef9-4cfd-abfc-315a0b91b455] socks connection closed\n2025-07-14 18:33:53.093 [info] [command][27d47f1d-f68f-4ef3-a8b6-fde150d077e5] Process exited with code 0\n2025-07-14 18:33:53.093 [info] [command][27d47f1d-f68f-4ef3-a8b6-fde150d077e5] Socket close event received\n2025-07-14 18:33:53.109 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62450 for 127.0.0.1 port 45899, connect from 127.0.0.1 port 53578 to 127.0.0.1 port 62450, nchannels 6\n\n2025-07-14 18:33:59.341 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-14 18:33:59.341 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-14 18:33:59.351 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:40389][38ec42f8-7500-4c9e-9cdc-306f3c00262f] received connection request\n2025-07-14 18:33:59.436 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:40389][0c1d378f-4e5e-496f-b035-45341b58ab1c] received connection request\n2025-07-14 18:33:59.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:33:59.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:34:02.355 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-14 18:34:02.355 [error] Failed to connect to Cursor server at http://127.0.0.1:62463, attempt 1 of 3 This operation was aborted\n2025-07-14 18:34:02.358 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:40389][39013f1f-01d8-445a-8145-1d238e5100bf] received connection request\n2025-07-14 18:34:02.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 62450 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 18:34:02.426 [info] Terminating existing SSH process with pid: 28062\n2025-07-14 18:34:02.426 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-14 18:34:02.427 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:34:02.427 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-14 18:34:02.428 [error] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][38ec42f8-7500-4c9e-9cdc-306f3c00262f] error while creating socks forwarding Socket closed\n2025-07-14 18:34:02.428 [error] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][0c1d378f-4e5e-496f-b035-45341b58ab1c] error while creating socks forwarding Socket closed\n2025-07-14 18:34:02.428 [error] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][39013f1f-01d8-445a-8145-1d238e5100bf] error while creating socks forwarding Socket closed\n2025-07-14 18:34:02.428 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][2397fce9-4856-4ae1-bf3c-8bf42f6ec0a7] socks connection closed\n2025-07-14 18:34:02.428 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62450 -> 127.0.0.1:40389][87d9f55a-0bd2-4011-8c76-310ff60680a5] socks connection closed\n2025-07-14 18:34:02.432 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31851.sh"" | ssh -v -T -D 53589 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:34:02.432 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:34:02.432 [info] Waiting for server to install via process(37148)...\n2025-07-14 18:34:02.439 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-14 18:34:02.439 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:34:02.439 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:34:02.439 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:34:02.440 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:34:02.441 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:34:02.442 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:34:02.442 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:34:02.442 [info] Retrying connection in 5 seconds...\n2025-07-14 18:34:03.366 [error] Failed to connect to Cursor server at http://127.0.0.1:62463, attempt 2 of 3 This operation was aborted\n2025-07-14 18:34:04.378 [error] Failed to connect to Cursor server at http://127.0.0.1:62463, attempt 3 of 3 This operation was aborted\n2025-07-14 18:34:04.378 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-14 18:34:04.378 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-14 18:36:42.932 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31851.sh\n2025-07-14 18:36:42.938 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-14 18:36:42.939 [error] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:undefined][4473f5d1-5693-4107-a47a-7173fa8ba5e9] remote server not configured\n2025-07-14 18:36:42.940 [info] [command][3c0f7d68-85fb-4fb9-b828-3aab8668678b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""79fd9113-f3ad-4a7c-8b69-7098e18fecfb"",""id"":""3c0f7d68-85fb-4fb9-b828-3aab8668678b""}\n2025-07-14 18:36:42.941 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:36:42.942 [error] [command][3c0f7d68-85fb-4fb9-b828-3aab8668678b] Socket error: Error: read ECONNRESET\n2025-07-14 18:36:42.942 [info] [command][3c0f7d68-85fb-4fb9-b828-3aab8668678b] Socket close event received\n2025-07-14 18:36:43.011 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24022.sh"" | ssh -v -T -D 53591 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:36:43.011 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:36:43.011 [info] Waiting for server to install via process(37153)...\n2025-07-14 18:36:43.021 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-14 18:36:43.021 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:36:43.021 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:36:43.021 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:36:43.021 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:36:43.023 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:36:43.024 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:36:43.024 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:36:43.024 [info] Retrying connection in 5 seconds...\n2025-07-14 18:36:48.035 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24022.sh\n2025-07-14 18:36:48.036 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:36:48.038 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44360.sh"" | ssh -v -T -D 53593 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:36:48.039 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:36:48.039 [info] Waiting for server to install via process(37161)...\n2025-07-14 18:36:48.051 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 18:36:48.052 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:36:48.052 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:36:48.052 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:36:48.052 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:36:48.054 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:36:48.055 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:36:48.055 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:36:48.055 [info] Retrying connection in 5 seconds...\n2025-07-14 18:36:53.062 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44360.sh\n2025-07-14 18:36:53.063 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:36:53.066 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29973.sh"" | ssh -v -T -D 53595 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:36:53.067 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:36:53.067 [info] Waiting for server to install via process(37170)...\n2025-07-14 18:36:53.079 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 18:36:53.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:36:53.080 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:36:53.080 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:36:53.080 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:36:53.082 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:36:53.083 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:36:53.083 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:36:53.083 [info] Retrying connection in 5 seconds...\n2025-07-14 18:37:08.406 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29973.sh\n2025-07-14 18:37:08.407 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:37:08.409 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86245.sh"" | ssh -v -T -D 53596 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:37:08.410 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:37:08.410 [info] Waiting for server to install via process(37177)...\n2025-07-14 18:37:08.425 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 18:37:08.425 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:37:08.426 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:37:08.426 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:37:08.426 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:37:08.428 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:37:08.428 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:37:08.429 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:37:08.429 [info] Retrying connection in 5 seconds...\n2025-07-14 18:37:13.439 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86245.sh\n2025-07-14 18:37:13.439 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:37:13.443 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_710.sh"" | ssh -v -T -D 53598 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:37:13.443 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:37:13.443 [info] Waiting for server to install via process(37183)...\n2025-07-14 18:37:13.459 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 18:37:13.459 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:37:13.460 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-14 18:37:13.460 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:37:13.460 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:37:13.462 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:37:13.463 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:37:13.464 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:37:13.464 [info] Retrying connection in 5 seconds...\n2025-07-14 18:37:18.473 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_710.sh\n2025-07-14 18:37:18.474 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:37:18.480 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66474.sh"" | ssh -v -T -D 53599 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:37:18.480 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:37:18.480 [info] Waiting for server to install via process(37188)...\n2025-07-14 18:37:18.499 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-14 18:37:18.499 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:37:18.499 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:37:18.499 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:37:18.500 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:37:18.502 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:37:18.502 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:37:18.502 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:37:18.502 [info] Retrying connection in 5 seconds...\n2025-07-14 18:37:23.513 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66474.sh\n2025-07-14 18:37:23.514 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:37:23.520 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35878.sh"" | ssh -v -T -D 53600 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:37:23.520 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:37:23.520 [info] Waiting for server to install via process(37192)...\n2025-07-14 18:37:23.538 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-14 18:37:23.538 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:37:23.538 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:37:23.538 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:37:23.539 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:37:23.540 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:37:23.541 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:37:23.541 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:37:23.541 [info] Retrying connection in 5 seconds...\n2025-07-14 18:37:28.551 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35878.sh\n2025-07-14 18:37:28.552 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:37:28.556 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54270.sh"" | ssh -v -T -D 53602 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:37:28.556 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:37:28.556 [info] Waiting for server to install via process(37199)...\n2025-07-14 18:37:28.573 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 18:37:28.573 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:37:28.574 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:37:28.574 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:37:28.574 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:37:28.576 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:37:28.577 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:37:28.577 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:37:28.577 [info] Retrying connection in 5 seconds...\n2025-07-14 18:37:33.583 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54270.sh\n2025-07-14 18:37:33.584 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:37:33.587 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36675.sh"" | ssh -v -T -D 53603 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:37:33.587 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:37:33.587 [info] Waiting for server to install via process(37204)...\n2025-07-14 18:37:33.606 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 18:37:33.606 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:37:33.607 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:37:33.607 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:37:33.607 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:37:33.610 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:37:33.611 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:37:33.611 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:37:33.611 [info] Retrying connection in 5 seconds...\n2025-07-14 18:37:38.621 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36675.sh\n2025-07-14 18:37:38.622 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:37:38.625 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68363.sh"" | ssh -v -T -D 53604 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:37:38.625 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:37:38.625 [info] Waiting for server to install via process(37208)...\n2025-07-14 18:37:38.639 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-14 18:37:38.639 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:37:38.640 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:37:38.640 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:37:38.640 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:37:38.643 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:37:38.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:37:38.644 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:37:38.644 [info] Retrying connection in 5 seconds...\n2025-07-14 18:38:55.722 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68363.sh\n2025-07-14 18:38:55.722 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:38:55.788 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90555.sh"" | ssh -v -T -D 53605 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:38:55.788 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:38:55.788 [info] Waiting for server to install via process(37212)...\n2025-07-14 18:38:55.794 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-14 18:38:55.794 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:38:55.795 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:38:55.795 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:38:55.795 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:38:55.796 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:38:55.797 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:38:55.797 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:38:55.797 [info] Retrying connection in 5 seconds...\n2025-07-14 18:39:00.797 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90555.sh\n2025-07-14 18:39:00.797 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:39:00.799 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62487.sh"" | ssh -v -T -D 53606 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:39:00.800 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:39:00.800 [info] Waiting for server to install via process(37217)...\n2025-07-14 18:39:00.811 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 18:39:00.811 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:39:00.811 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:39:00.811 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:39:00.811 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:39:00.813 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:39:00.814 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:39:00.814 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:39:00.814 [info] Retrying connection in 5 seconds...\n2025-07-14 18:39:05.819 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62487.sh\n2025-07-14 18:39:05.824 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-f6oY6V/socket.sock\n2025-07-14 18:39:05.835 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40005.sh"" | ssh -v -T -D 53611 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 18:39:05.835 [info] Started installation script. Waiting for it to finish...\n2025-07-14 18:39:05.835 [info] Waiting for server to install via process(37221)...\n2025-07-14 18:39:05.865 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-14 18:39:05.865 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-14 18:39:05.865 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 18:39:05.865 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 18:39:05.865 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 18:39:05.866 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 18:39:05.867 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 18:39:05.868 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 18:39:05.868 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:39:05.868 [error] Failed to connect after 14 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 18:39:05.868 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40005.sh\n2025-07-14 18:39:05.869 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 20:09:13.524 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-14 20:09:13.539 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O0Gfsb/socket.sock\n2025-07-14 20:09:13.540 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-14 20:09:13.542 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O0Gfsb/socket.sock\n2025-07-14 20:09:13.544 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44034.sh"" | ssh -v -T -D 54505 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 20:09:13.544 [info] Started installation script. Waiting for it to finish...\n2025-07-14 20:09:13.544 [info] Waiting for server to install via process(37749)...\n2025-07-14 20:09:13.549 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-14 20:09:13.549 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-14 20:09:13.549 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 20:09:13.550 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 20:09:13.550 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 20:09:13.551 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-14 20:09:13.551 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 20:09:13.715 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-14 20:09:13.715 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-14 20:09:13.716 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-14 20:09:13.716 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-14 20:09:13.716 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-14 20:09:13.805 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-14 20:09:13.807 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-14 20:09:13.807 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-14 20:09:14.033 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-14 20:09:14.034 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-14 20:09:14.035 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-14 20:09:14.073 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-14 20:09:14.075 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-14 20:09:14.075 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-14 20:09:14.080 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-14 20:09:14.080 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-14 20:09:14.232 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-14 20:09:14.430 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-14 20:09:14.435 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-14 20:09:14.435 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-14 20:09:15.046 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\n\n2025-07-14 20:09:15.046 [info] (ssh_tunnel) stderr: debug1: Next authentication method: keyboard-interactive\n\n2025-07-14 20:09:15.085 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-14 20:09:15.339 [info] Askpass server received request: POST /\n2025-07-14 20:09:15.339 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-14 20:09:15.339 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-14 20:09:39.933 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-14 20:09:40.031 [info] Askpass server received request: POST /\n2025-07-14 20:09:40.031 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-14 20:09:40.031 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-14 20:09:46.409 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.20]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:54505 forwarded to remote address socks:0\n\n2025-07-14 20:09:46.410 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54505.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54505.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-14 20:09:46.412 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-14 20:09:46.413 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-14 20:09:46.905 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-14 20:09:46.906 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-14 20:09:46.917 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-14 20:09:46.931 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-14 20:09:49.656 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-14 20:09:49.764 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 20:09:49.787 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-14 20:09:49.862 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-14 20:09:49.877 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-14 20:09:49.985 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-14 20:09:50.005 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-14 20:09:50.023 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-14 20:09:50.035 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-14 20:09:50.053 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 3190eef4-868b-48f5-a572-0de621182d06\n\n2025-07-14 20:09:50.061 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3176899 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-14 20:09:50.061 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-14 20:09:50.067 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-14 20:09:50.598 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-14 20:09:50.718 [info] (ssh_tunnel) stdout: Code server script is not running\n\n2025-07-14 20:09:50.729 [info] (ssh_tunnel) stdout: Creating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 20:09:50.740 [info] (ssh_tunnel) stdout: Starting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\n\n2025-07-14 20:09:50.747 [info] (ssh_tunnel) stdout: Code server started with PID 3176944 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 20:09:50.752 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 20:09:51.297 [info] (ssh_tunnel) stdout: d517a3861b84340686ed99de: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==34749==\nmultiplexConnectionToken==3190eef4-868b-48f5-a572-0de621182d06==\ncodeListeningOn==33755==\ncodeConnectionToken==28d7b665-c3f9-4bbf-9a04-2b8f980ae717==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nd517a3861b84340686ed99de: end\n\n2025-07-14 20:09:51.299 [info] Server install command exit code: 0\n2025-07-14 20:09:51.299 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44034.sh\n2025-07-14 20:09:51.300 [info] [forwarding][code] creating new forwarding server\n2025-07-14 20:09:51.300 [info] [forwarding][code] server listening on 54517\n2025-07-14 20:09:51.300 [info] [forwarding][code] Set up server\n2025-07-14 20:09:51.300 [info] [remote-ssh] codeListeningOn (remote=33755; local=54517) codeConnectionToken: 28d7b665-c3f9-4bbf-9a04-2b8f980ae717\n2025-07-14 20:09:51.300 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-14 20:09:51.300 [info] [forwarding][multiplex] server listening on 54518\n2025-07-14 20:09:51.300 [info] [forwarding][multiplex] Set up server\n2025-07-14 20:09:51.302 [info] [remote-ssh] multiplexListeningOn (remote=34749; local=54518) multiplexConnectionToken: 3190eef4-868b-48f5-a572-0de621182d06\n2025-07-14 20:09:51.302 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:09:51.306 [info] [command][eb7458f2-31ea-4710-8c88-f77715de0feb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""eb7458f2-31ea-4710-8c88-f77715de0feb""}\n2025-07-14 20:09:51.307 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][a712080d-e502-4fba-a035-6c160a2a0743] received connection request\n2025-07-14 20:09:51.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:09:51.314 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-14 20:09:51.316 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:33755][bb2995e3-c06e-4473-8395-edba8fc67820] received connection request\n2025-07-14 20:09:51.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:09:51.342 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][a712080d-e502-4fba-a035-6c160a2a0743] socks forwarding established\n2025-07-14 20:09:51.346 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][bb2995e3-c06e-4473-8395-edba8fc67820] socks forwarding established\n2025-07-14 20:09:51.397 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][a712080d-e502-4fba-a035-6c160a2a0743] socks connection closed\n2025-07-14 20:09:51.397 [info] [command][eb7458f2-31ea-4710-8c88-f77715de0feb] Process exited with code 0\n2025-07-14 20:09:51.397 [info] [command][eb7458f2-31ea-4710-8c88-f77715de0feb] Socket close event received\n2025-07-14 20:09:51.426 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54520 to 127.0.0.1 port 54505, nchannels 5\n\n2025-07-14 20:09:51.563 [info] Successfully connected to Cursor server at http://127.0.0.1:54517/version\n2025-07-14 20:09:51.563 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-14 20:09:51.564 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][5730ec8d-af9e-46dd-abd0-4df4fc6cc739] received connection request\n2025-07-14 20:09:51.564 [info] [command][2007d814-8e60-4bcc-8bf9-7ef59763d996] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""2007d814-8e60-4bcc-8bf9-7ef59763d996""}\n2025-07-14 20:09:51.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:09:51.593 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][5730ec8d-af9e-46dd-abd0-4df4fc6cc739] socks forwarding established\n2025-07-14 20:09:51.632 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][5730ec8d-af9e-46dd-abd0-4df4fc6cc739] socks connection closed\n2025-07-14 20:09:51.632 [info] [command][2007d814-8e60-4bcc-8bf9-7ef59763d996] Process exited with code 0\n2025-07-14 20:09:51.632 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-14 20:09:51.633 [info] [remote-ssh] Resolved exec server. Socks port: 54505\n2025-07-14 20:09:51.633 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54517,""connectionToken"":""28d7b665-c3f9-4bbf-9a04-2b8f980ae717"",""extensionHostEnv"":{}}. Socks port: 54505\n2025-07-14 20:09:51.633 [info] [command][2007d814-8e60-4bcc-8bf9-7ef59763d996] Socket close event received\n2025-07-14 20:09:51.661 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54524 to 127.0.0.1 port 54505, nchannels 5\n\n2025-07-14 20:09:51.673 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:33755][ba7946fc-db5e-4682-887c-6575e858520b] received connection request\n2025-07-14 20:09:51.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:09:51.786 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][ba7946fc-db5e-4682-887c-6575e858520b] socks forwarding established\n2025-07-14 20:09:51.831 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:33755][eefbdc61-c4c3-4420-99d7-464de70c93e5] received connection request\n2025-07-14 20:09:51.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:09:51.860 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][eefbdc61-c4c3-4420-99d7-464de70c93e5] socks forwarding established\n2025-07-14 20:09:53.505 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-14 20:09:54.729 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 33755, connect from 127.0.0.1 port 54522 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:09:54.729 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][bb2995e3-c06e-4473-8395-edba8fc67820] socks connection closed\n2025-07-14 20:09:59.763 [info] [tunnel-forwarding][127.0.0.1:8791 -> localhost:8791] server listening\n2025-07-14 20:10:51.403 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:10:51.405 [info] [command][04f69c2b-d520-460e-80e8-6450e11b51b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""04f69c2b-d520-460e-80e8-6450e11b51b5""}\n2025-07-14 20:10:51.406 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][daa16d3d-c554-4ba4-bcb3-46afb9d7e220] received connection request\n2025-07-14 20:10:51.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:10:51.504 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][daa16d3d-c554-4ba4-bcb3-46afb9d7e220] socks forwarding established\n2025-07-14 20:10:51.574 [info] [command][04f69c2b-d520-460e-80e8-6450e11b51b5] Process exited with code 0\n2025-07-14 20:10:51.575 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][daa16d3d-c554-4ba4-bcb3-46afb9d7e220] socks connection closed\n2025-07-14 20:10:51.575 [info] [command][04f69c2b-d520-460e-80e8-6450e11b51b5] Socket close event received\n2025-07-14 20:10:51.603 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54601 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:11:51.579 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:11:51.580 [info] [command][1d94f784-81dd-42e9-956c-821b22764230] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""1d94f784-81dd-42e9-956c-821b22764230""}\n2025-07-14 20:11:51.581 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][48307f08-00e5-4405-a6e5-a07bf69addd1] received connection request\n2025-07-14 20:11:51.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:11:51.612 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][48307f08-00e5-4405-a6e5-a07bf69addd1] socks forwarding established\n2025-07-14 20:11:51.652 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][48307f08-00e5-4405-a6e5-a07bf69addd1] socks connection closed\n2025-07-14 20:11:51.652 [info] [command][1d94f784-81dd-42e9-956c-821b22764230] Process exited with code 0\n2025-07-14 20:11:51.652 [info] [command][1d94f784-81dd-42e9-956c-821b22764230] Socket close event received\n2025-07-14 20:11:51.678 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54645 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:12:51.654 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:12:51.654 [info] [command][e7f9ba68-5760-4aca-8128-3b90958485b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""e7f9ba68-5760-4aca-8128-3b90958485b5""}\n2025-07-14 20:12:51.655 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][3957a2b1-7ab2-40a3-9840-b8ba8232200a] received connection request\n2025-07-14 20:12:51.655 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:12:51.686 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][3957a2b1-7ab2-40a3-9840-b8ba8232200a] socks forwarding established\n2025-07-14 20:12:51.728 [info] [command][e7f9ba68-5760-4aca-8128-3b90958485b5] Process exited with code 0\n2025-07-14 20:12:51.728 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][3957a2b1-7ab2-40a3-9840-b8ba8232200a] socks connection closed\n2025-07-14 20:12:51.729 [info] [command][e7f9ba68-5760-4aca-8128-3b90958485b5] Socket close event received\n2025-07-14 20:12:51.756 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54677 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:13:51.732 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:13:51.733 [info] [command][6b7603c8-74a5-4ce0-8d5d-0a2819c35902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""6b7603c8-74a5-4ce0-8d5d-0a2819c35902""}\n2025-07-14 20:13:51.734 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][a5c7dacc-b71a-4a23-9b3c-a1ff49d9b22e] received connection request\n2025-07-14 20:13:51.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:13:51.772 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][a5c7dacc-b71a-4a23-9b3c-a1ff49d9b22e] socks forwarding established\n2025-07-14 20:13:51.814 [info] [command][6b7603c8-74a5-4ce0-8d5d-0a2819c35902] Process exited with code 0\n2025-07-14 20:13:51.814 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][a5c7dacc-b71a-4a23-9b3c-a1ff49d9b22e] socks connection closed\n2025-07-14 20:13:51.814 [info] [command][6b7603c8-74a5-4ce0-8d5d-0a2819c35902] Socket close event received\n2025-07-14 20:13:51.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54703 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:14:51.821 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:14:51.822 [info] [command][60d2d944-b301-46ee-8eb1-70471896f3c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""60d2d944-b301-46ee-8eb1-70471896f3c0""}\n2025-07-14 20:14:51.823 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][90aeb57c-cea7-46a0-affc-546a9c6d7d62] received connection request\n2025-07-14 20:14:51.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:14:51.854 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][90aeb57c-cea7-46a0-affc-546a9c6d7d62] socks forwarding established\n2025-07-14 20:14:51.893 [info] [command][60d2d944-b301-46ee-8eb1-70471896f3c0] Process exited with code 0\n2025-07-14 20:14:51.893 [info] [command][60d2d944-b301-46ee-8eb1-70471896f3c0] Socket close event received\n2025-07-14 20:14:51.893 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][90aeb57c-cea7-46a0-affc-546a9c6d7d62] socks connection closed\n2025-07-14 20:14:51.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54759 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:15:51.899 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:15:51.901 [info] [command][2e3c0d79-a237-4491-bbf5-4ec1871f0acb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""2e3c0d79-a237-4491-bbf5-4ec1871f0acb""}\n2025-07-14 20:15:51.902 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][39a5a57f-881c-4731-9dc4-e6a7856608d8] received connection request\n2025-07-14 20:15:51.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:15:51.930 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][39a5a57f-881c-4731-9dc4-e6a7856608d8] socks forwarding established\n2025-07-14 20:15:51.969 [info] [command][2e3c0d79-a237-4491-bbf5-4ec1871f0acb] Process exited with code 0\n2025-07-14 20:15:51.970 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][39a5a57f-881c-4731-9dc4-e6a7856608d8] socks connection closed\n2025-07-14 20:15:51.970 [info] [command][2e3c0d79-a237-4491-bbf5-4ec1871f0acb] Socket close event received\n2025-07-14 20:15:51.996 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54777 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:16:51.975 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:16:51.977 [info] [command][3a9343ad-c81b-4793-ac26-7ad243b22f46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""3a9343ad-c81b-4793-ac26-7ad243b22f46""}\n2025-07-14 20:16:51.978 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][df7915b6-1e7e-4ced-b3dc-dababe09f72a] received connection request\n2025-07-14 20:16:51.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:16:52.064 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][df7915b6-1e7e-4ced-b3dc-dababe09f72a] socks forwarding established\n2025-07-14 20:16:52.168 [info] [command][3a9343ad-c81b-4793-ac26-7ad243b22f46] Process exited with code 0\n2025-07-14 20:16:52.168 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][df7915b6-1e7e-4ced-b3dc-dababe09f72a] socks connection closed\n2025-07-14 20:16:52.168 [info] [command][3a9343ad-c81b-4793-ac26-7ad243b22f46] Socket close event received\n2025-07-14 20:16:52.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54789 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:17:52.175 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:17:52.177 [info] [command][612bf198-ca96-4a5c-bb8c-cc2a0a5fdc97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""612bf198-ca96-4a5c-bb8c-cc2a0a5fdc97""}\n2025-07-14 20:17:52.178 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][7e695ee1-41ed-4947-9ea8-a0e912c5100a] received connection request\n2025-07-14 20:17:52.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:17:52.209 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][7e695ee1-41ed-4947-9ea8-a0e912c5100a] socks forwarding established\n2025-07-14 20:17:52.251 [info] [command][612bf198-ca96-4a5c-bb8c-cc2a0a5fdc97] Process exited with code 0\n2025-07-14 20:17:52.252 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][7e695ee1-41ed-4947-9ea8-a0e912c5100a] socks connection closed\n2025-07-14 20:17:52.252 [info] [command][612bf198-ca96-4a5c-bb8c-cc2a0a5fdc97] Socket close event received\n2025-07-14 20:17:52.279 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54808 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:18:52.258 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:18:52.260 [info] [command][b5511bff-8573-474d-828d-aecdf5af818f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""b5511bff-8573-474d-828d-aecdf5af818f""}\n2025-07-14 20:18:52.260 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][b60ae347-d6fa-4633-b5ce-86f55fcfe7f9] received connection request\n2025-07-14 20:18:52.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:18:52.295 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][b60ae347-d6fa-4633-b5ce-86f55fcfe7f9] socks forwarding established\n2025-07-14 20:18:52.337 [info] [command][b5511bff-8573-474d-828d-aecdf5af818f] Process exited with code 0\n2025-07-14 20:18:52.338 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][b60ae347-d6fa-4633-b5ce-86f55fcfe7f9] socks connection closed\n2025-07-14 20:18:52.338 [info] [command][b5511bff-8573-474d-828d-aecdf5af818f] Socket close event received\n2025-07-14 20:18:52.365 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54826 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:19:52.340 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:19:52.341 [info] [command][c0a63b16-bc2a-403d-80cf-48d8b53a8de3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""c0a63b16-bc2a-403d-80cf-48d8b53a8de3""}\n2025-07-14 20:19:52.342 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][4f352e24-e023-4ffa-8708-4d34fabf40a8] received connection request\n2025-07-14 20:19:52.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:19:52.658 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][4f352e24-e023-4ffa-8708-4d34fabf40a8] socks forwarding established\n2025-07-14 20:19:52.699 [info] [command][c0a63b16-bc2a-403d-80cf-48d8b53a8de3] Process exited with code 0\n2025-07-14 20:19:52.699 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][4f352e24-e023-4ffa-8708-4d34fabf40a8] socks connection closed\n2025-07-14 20:19:52.699 [info] [command][c0a63b16-bc2a-403d-80cf-48d8b53a8de3] Socket close event received\n2025-07-14 20:19:52.848 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54869 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:20:52.701 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:20:52.704 [info] [command][45454e53-aa34-4a6a-ae7c-bac226fb1615] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""45454e53-aa34-4a6a-ae7c-bac226fb1615""}\n2025-07-14 20:20:52.704 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][451d2fb7-83dc-47e5-b6a3-2f4a4818b8e2] received connection request\n2025-07-14 20:20:52.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\n\n2025-07-14 20:20:52.706 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:20:52.733 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][451d2fb7-83dc-47e5-b6a3-2f4a4818b8e2] socks forwarding established\n2025-07-14 20:20:52.775 [info] [command][45454e53-aa34-4a6a-ae7c-bac226fb1615] Process exited with code 0\n2025-07-14 20:20:52.775 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][451d2fb7-83dc-47e5-b6a3-2f4a4818b8e2] socks connection closed\n2025-07-14 20:20:52.776 [info] [command][45454e53-aa34-4a6a-ae7c-bac226fb1615] Socket close event received\n2025-07-14 20:20:52.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54892 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:21:52.782 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:21:52.784 [info] [command][ea4e410f-6d4c-4eaf-9d53-b5ebdb0361f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""ea4e410f-6d4c-4eaf-9d53-b5ebdb0361f2""}\n2025-07-14 20:21:52.785 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][81e4768a-6be4-4554-aaff-8a33bf756242] received connection request\n2025-07-14 20:21:52.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:21:52.814 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][81e4768a-6be4-4554-aaff-8a33bf756242] socks forwarding established\n2025-07-14 20:21:52.856 [info] [command][ea4e410f-6d4c-4eaf-9d53-b5ebdb0361f2] Process exited with code 0\n2025-07-14 20:21:52.857 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][81e4768a-6be4-4554-aaff-8a33bf756242] socks connection closed\n2025-07-14 20:21:52.857 [info] [command][ea4e410f-6d4c-4eaf-9d53-b5ebdb0361f2] Socket close event received\n2025-07-14 20:21:52.883 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54909 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:22:52.863 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:22:52.865 [info] [command][52fa0755-29ea-4465-8b9b-fb1a602baaed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""52fa0755-29ea-4465-8b9b-fb1a602baaed""}\n2025-07-14 20:22:52.865 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][ddd27832-ff54-4787-8b51-f1f52e6ccbe5] received connection request\n2025-07-14 20:22:52.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:22:52.896 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][ddd27832-ff54-4787-8b51-f1f52e6ccbe5] socks forwarding established\n2025-07-14 20:22:52.937 [info] [command][52fa0755-29ea-4465-8b9b-fb1a602baaed] Process exited with code 0\n2025-07-14 20:22:52.938 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][ddd27832-ff54-4787-8b51-f1f52e6ccbe5] socks connection closed\n2025-07-14 20:22:52.938 [info] [command][52fa0755-29ea-4465-8b9b-fb1a602baaed] Socket close event received\n2025-07-14 20:22:52.964 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54926 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:23:52.942 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:23:52.944 [info] [command][5d36364b-5e42-45e7-b5d1-09207b486d1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""5d36364b-5e42-45e7-b5d1-09207b486d1f""}\n2025-07-14 20:23:52.945 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][5e2f83d6-9c95-4459-b786-7e9f57bd5705] received connection request\n2025-07-14 20:23:52.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:23:52.974 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][5e2f83d6-9c95-4459-b786-7e9f57bd5705] socks forwarding established\n2025-07-14 20:23:53.015 [info] [command][5d36364b-5e42-45e7-b5d1-09207b486d1f] Process exited with code 0\n2025-07-14 20:23:53.015 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][5e2f83d6-9c95-4459-b786-7e9f57bd5705] socks connection closed\n2025-07-14 20:23:53.015 [info] [command][5d36364b-5e42-45e7-b5d1-09207b486d1f] Socket close event received\n2025-07-14 20:23:53.043 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54942 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:24:53.022 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:24:53.024 [info] [command][47d5ae33-84fa-4330-85af-23f36227fc56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""47d5ae33-84fa-4330-85af-23f36227fc56""}\n2025-07-14 20:24:53.025 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][459466ab-9989-459d-acd4-5ac76b0e3e13] received connection request\n2025-07-14 20:24:53.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:24:53.053 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][459466ab-9989-459d-acd4-5ac76b0e3e13] socks forwarding established\n2025-07-14 20:24:53.096 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][459466ab-9989-459d-acd4-5ac76b0e3e13] socks connection closed\n2025-07-14 20:24:53.096 [info] [command][47d5ae33-84fa-4330-85af-23f36227fc56] Process exited with code 0\n2025-07-14 20:24:53.096 [info] [command][47d5ae33-84fa-4330-85af-23f36227fc56] Socket close event received\n2025-07-14 20:24:53.124 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 54995 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:25:53.103 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:25:53.105 [info] [command][4cf6dd74-2528-4110-910e-745b3d2016a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""4cf6dd74-2528-4110-910e-745b3d2016a4""}\n2025-07-14 20:25:53.106 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][5e81be22-bfcc-4176-a8f1-ae2e39c9fb90] received connection request\n2025-07-14 20:25:53.107 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:25:53.133 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][5e81be22-bfcc-4176-a8f1-ae2e39c9fb90] socks forwarding established\n2025-07-14 20:25:53.174 [info] [command][4cf6dd74-2528-4110-910e-745b3d2016a4] Process exited with code 0\n2025-07-14 20:25:53.175 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][5e81be22-bfcc-4176-a8f1-ae2e39c9fb90] socks connection closed\n2025-07-14 20:25:53.175 [info] [command][4cf6dd74-2528-4110-910e-745b3d2016a4] Socket close event received\n2025-07-14 20:25:53.202 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55008 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:26:53.181 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:26:53.183 [info] [command][7e6892e5-64bd-40cf-80ac-2a4de6778cb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""7e6892e5-64bd-40cf-80ac-2a4de6778cb7""}\n2025-07-14 20:26:53.184 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][4cc6dc3f-cef2-4d8c-b358-1e87951de54f] received connection request\n2025-07-14 20:26:53.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:26:53.266 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][4cc6dc3f-cef2-4d8c-b358-1e87951de54f] socks forwarding established\n2025-07-14 20:26:53.422 [info] [command][7e6892e5-64bd-40cf-80ac-2a4de6778cb7] Process exited with code 0\n2025-07-14 20:26:53.422 [info] [command][7e6892e5-64bd-40cf-80ac-2a4de6778cb7] Socket close event received\n2025-07-14 20:26:53.423 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][4cc6dc3f-cef2-4d8c-b358-1e87951de54f] socks connection closed\n2025-07-14 20:26:53.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55021 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:27:53.427 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:27:53.429 [info] [command][6b81f2d3-a6e9-420a-97d0-01af5d175b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""6b81f2d3-a6e9-420a-97d0-01af5d175b86""}\n2025-07-14 20:27:53.430 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][aae0b988-8414-4819-9c42-ff9b23900bd3] received connection request\n2025-07-14 20:27:53.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:27:53.474 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][aae0b988-8414-4819-9c42-ff9b23900bd3] socks forwarding established\n2025-07-14 20:27:53.564 [info] [command][6b81f2d3-a6e9-420a-97d0-01af5d175b86] Process exited with code 0\n2025-07-14 20:27:53.564 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][aae0b988-8414-4819-9c42-ff9b23900bd3] socks connection closed\n2025-07-14 20:27:53.564 [info] [command][6b81f2d3-a6e9-420a-97d0-01af5d175b86] Socket close event received\n2025-07-14 20:27:53.591 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55039 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:28:53.571 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:28:53.574 [info] [command][af2432c7-2978-4292-a1fb-5eadbc544ced] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""af2432c7-2978-4292-a1fb-5eadbc544ced""}\n2025-07-14 20:28:53.574 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][9c88d801-c9ee-4c57-95b8-d90a4d464324] received connection request\n2025-07-14 20:28:53.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:28:53.680 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][9c88d801-c9ee-4c57-95b8-d90a4d464324] socks forwarding established\n2025-07-14 20:28:53.723 [info] [command][af2432c7-2978-4292-a1fb-5eadbc544ced] Process exited with code 0\n2025-07-14 20:28:53.723 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][9c88d801-c9ee-4c57-95b8-d90a4d464324] socks connection closed\n2025-07-14 20:28:53.723 [info] [command][af2432c7-2978-4292-a1fb-5eadbc544ced] Socket close event received\n2025-07-14 20:28:53.754 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55077 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:29:53.726 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:29:53.728 [info] [command][d8623c74-793b-4b3d-9e55-02f0f62a50da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""d8623c74-793b-4b3d-9e55-02f0f62a50da""}\n2025-07-14 20:29:53.729 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][33a184f9-d07a-4ad4-b2a7-c79c434a2a86] received connection request\n2025-07-14 20:29:53.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:29:53.759 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][33a184f9-d07a-4ad4-b2a7-c79c434a2a86] socks forwarding established\n2025-07-14 20:29:53.801 [info] [command][d8623c74-793b-4b3d-9e55-02f0f62a50da] Process exited with code 0\n2025-07-14 20:29:53.801 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][33a184f9-d07a-4ad4-b2a7-c79c434a2a86] socks connection closed\n2025-07-14 20:29:53.802 [info] [command][d8623c74-793b-4b3d-9e55-02f0f62a50da] Socket close event received\n2025-07-14 20:29:53.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55135 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:30:53.803 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:30:53.805 [info] [command][3a55f0b9-61b4-452d-869f-dbdf92509736] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""3a55f0b9-61b4-452d-869f-dbdf92509736""}\n2025-07-14 20:30:53.805 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][79eeadbb-2f26-4b24-b01e-4bc72a14c200] received connection request\n2025-07-14 20:30:53.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:30:53.856 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][79eeadbb-2f26-4b24-b01e-4bc72a14c200] socks forwarding established\n2025-07-14 20:30:53.988 [info] [command][3a55f0b9-61b4-452d-869f-dbdf92509736] Process exited with code 0\n2025-07-14 20:30:53.989 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][79eeadbb-2f26-4b24-b01e-4bc72a14c200] socks connection closed\n2025-07-14 20:30:53.989 [info] [command][3a55f0b9-61b4-452d-869f-dbdf92509736] Socket close event received\n2025-07-14 20:30:54.037 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55151 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:31:53.994 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:31:53.995 [info] [command][1d94e702-6453-4d6a-ae6f-ce9a381ed892] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""1d94e702-6453-4d6a-ae6f-ce9a381ed892""}\n2025-07-14 20:31:53.996 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][69ba247f-5f8e-4591-a559-6f1e965bb90b] received connection request\n2025-07-14 20:31:53.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:31:54.029 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][69ba247f-5f8e-4591-a559-6f1e965bb90b] socks forwarding established\n2025-07-14 20:31:54.070 [info] [command][1d94e702-6453-4d6a-ae6f-ce9a381ed892] Process exited with code 0\n2025-07-14 20:31:54.070 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][69ba247f-5f8e-4591-a559-6f1e965bb90b] socks connection closed\n2025-07-14 20:31:54.070 [info] [command][1d94e702-6453-4d6a-ae6f-ce9a381ed892] Socket close event received\n2025-07-14 20:31:54.108 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55162 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:32:54.076 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:32:54.077 [info] [command][6050f2a1-ed44-4ab1-8fd9-d5bf17c4d70b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""6050f2a1-ed44-4ab1-8fd9-d5bf17c4d70b""}\n2025-07-14 20:32:54.077 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][2e3a0d25-b83c-430a-9a4b-f8af42370a76] received connection request\n2025-07-14 20:32:54.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:32:54.106 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][2e3a0d25-b83c-430a-9a4b-f8af42370a76] socks forwarding established\n2025-07-14 20:32:54.147 [info] [command][6050f2a1-ed44-4ab1-8fd9-d5bf17c4d70b] Process exited with code 0\n2025-07-14 20:32:54.148 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][2e3a0d25-b83c-430a-9a4b-f8af42370a76] socks connection closed\n2025-07-14 20:32:54.148 [info] [command][6050f2a1-ed44-4ab1-8fd9-d5bf17c4d70b] Socket close event received\n2025-07-14 20:32:54.174 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55179 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:33:54.152 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:33:54.153 [info] [command][6a534545-79de-4189-9cbb-7aeb10d8cfb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""6a534545-79de-4189-9cbb-7aeb10d8cfb0""}\n2025-07-14 20:33:54.153 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:34749][1d00f7cf-756e-4df4-af17-2d9814bd5c8b] received connection request\n2025-07-14 20:33:54.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:33:54.221 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][1d00f7cf-756e-4df4-af17-2d9814bd5c8b] socks forwarding established\n2025-07-14 20:33:54.326 [info] [command][6a534545-79de-4189-9cbb-7aeb10d8cfb0] Process exited with code 0\n2025-07-14 20:33:54.326 [info] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:54505 -> 127.0.0.1:34749][1d00f7cf-756e-4df4-af17-2d9814bd5c8b] socks connection closed\n2025-07-14 20:33:54.327 [info] [command][6a534545-79de-4189-9cbb-7aeb10d8cfb0] Socket close event received\n2025-07-14 20:33:54.354 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54505 for 127.0.0.1 port 34749, connect from 127.0.0.1 port 55197 to 127.0.0.1 port 54505, nchannels 6\n\n2025-07-14 20:34:42.612 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-14 20:34:42.612 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-14 20:34:42.616 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:33755][82d3e58f-a970-4a92-9b3b-cd710d918586] received connection request\n2025-07-14 20:34:42.619 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:33755][d4ed67cf-6246-4ce9-93d6-474a77f9da70] received connection request\n2025-07-14 20:34:42.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:34:45.620 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-14 20:34:45.621 [error] Failed to connect to Cursor server at http://127.0.0.1:54517, attempt 1 of 3 This operation was aborted\n2025-07-14 20:34:45.623 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:33755][00e219d0-93b7-4ff8-8885-462cead58094] received connection request\n2025-07-14 20:34:45.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 54505 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-14 20:34:45.694 [info] Terminating existing SSH process with pid: 37749\n2025-07-14 20:34:45.694 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-14 20:34:45.694 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-14 20:34:45.694 [error] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][82d3e58f-a970-4a92-9b3b-cd710d918586] error while creating socks forwarding Socket closed\n2025-07-14 20:34:45.695 [error] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][d4ed67cf-6246-4ce9-93d6-474a77f9da70] error while creating socks forwarding Socket closed\n2025-07-14 20:34:45.695 [error] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][00e219d0-93b7-4ff8-8885-462cead58094] error while creating socks forwarding Socket closed\n2025-07-14 20:34:45.695 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][ba7946fc-db5e-4682-887c-6575e858520b] socks connection closed\n2025-07-14 20:34:45.695 [info] [forwarding][code][127.0.0.1:54517 -> 127.0.0.1:54505 -> 127.0.0.1:33755][eefbdc61-c4c3-4420-99d7-464de70c93e5] socks connection closed\n2025-07-14 20:34:45.695 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O0Gfsb/socket.sock\n2025-07-14 20:34:45.698 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29258.sh"" | ssh -v -T -D 55266 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 20:34:45.698 [info] Started installation script. Waiting for it to finish...\n2025-07-14 20:34:45.698 [info] Waiting for server to install via process(38489)...\n2025-07-14 20:34:45.705 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-14 20:34:45.705 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 20:34:45.705 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 20:34:45.706 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 20:34:45.706 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 20:34:46.625 [error] Failed to connect to Cursor server at http://127.0.0.1:54517, attempt 2 of 3 This operation was aborted\n2025-07-14 20:34:46.631 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-14 20:34:46.641 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-14 20:34:46.641 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-14 20:34:46.641 [info] Retrying connection in 5 seconds...\n2025-07-14 20:34:47.627 [error] Failed to connect to Cursor server at http://127.0.0.1:54517, attempt 3 of 3 This operation was aborted\n2025-07-14 20:34:47.627 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-14 20:34:47.628 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-14 20:34:51.647 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29258.sh\n2025-07-14 20:34:51.647 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-O0Gfsb/socket.sock\n2025-07-14 20:34:51.652 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90648.sh"" | ssh -v -T -D 55301 horeka.scc.kit.edu bash --login -c bash\n2025-07-14 20:34:51.653 [info] Started installation script. Waiting for it to finish...\n2025-07-14 20:34:51.653 [info] Waiting for server to install via process(38505)...\n2025-07-14 20:34:51.672 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-14 20:34:51.672 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-14 20:34:51.672 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-14 20:34:51.672 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-14 20:34:51.672 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-14 20:34:52.891 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-14 20:34:52.891 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-14 20:34:52.892 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-14 20:34:52.944 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-14 20:34:52.946 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-14 20:34:52.947 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-14 20:34:52.979 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\n\n2025-07-14 20:34:52.979 [info] (ssh_tunnel) stderr: debug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-14 20:34:52.980 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-14 20:34:53.086 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-14 20:34:53.087 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-14 20:34:53.093 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-14 20:34:53.093 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-14 20:34:53.213 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-14 20:34:53.252 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-14 20:34:53.261 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-14 20:34:53.262 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\n\n2025-07-14 20:34:53.262 [info] (ssh_tunnel) stderr: debug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-14 20:34:53.942 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-14 20:34:53.988 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-14 20:34:54.090 [info] Askpass server received request: POST /\n2025-07-14 20:34:54.090 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-14 20:34:54.090 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-14 20:34:54.333 [info] [remote-ssh] Pinging remote server on port 54518\n2025-07-14 20:34:54.333 [info] [command][8c1e99b4-66e8-43a3-a545-93116100f8ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3190eef4-868b-48f5-a572-0de621182d06"",""id"":""8c1e99b4-66e8-43a3-a545-93116100f8ca""}\n2025-07-14 20:34:54.334 [error] [forwarding][multiplex][127.0.0.1:54518 -> 127.0.0.1:undefined][7f6705f7-11bc-43db-b09d-49d42ca1d6d3] remote server not configured\n2025-07-14 20:34:54.334 [error] [command][8c1e99b4-66e8-43a3-a545-93116100f8ca] Socket error: Error: read ECONNRESET\n2025-07-14 20:34:54.334 [info] [command][8c1e99b4-66e8-43a3-a545-93116100f8ca] Socket close event received\n2025-07-15 11:13:36.403 [error] Password authentication cancelled\n2025-07-15 11:13:36.405 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-15 11:13:36.411 [info] (ssh_tunnel) stderr: ssh_dispatch_run_fatal: Connection to 141.52.43.20 port 22: Can't assign requested address\n\n2025-07-15 11:13:36.412 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 11:13:36.412 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 11:13:36.412 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 11:13:36.412 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90648.sh\n2025-07-15 11:13:36.413 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 11:13:39.491 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-15 11:13:39.502 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 11:13:39.503 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-15 11:13:39.504 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 11:13:39.507 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3183.sh"" | ssh -v -T -D 65268 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 11:13:39.507 [info] Started installation script. Waiting for it to finish...\n2025-07-15 11:13:39.507 [info] Waiting for server to install via process(42370)...\n2025-07-15 11:13:39.512 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 11:13:39.512 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 11:13:39.513 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 11:13:39.513 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 11:13:39.513 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 11:13:39.551 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-15 11:13:39.551 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-15 11:13:39.551 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-15 11:13:39.551 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-15 11:13:39.551 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-15 11:13:39.590 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-15 11:13:39.591 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-15 11:13:39.591 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-15 11:13:39.608 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-15 11:13:39.608 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-15 11:13:39.608 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-15 11:13:39.632 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-15 11:13:39.632 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-15 11:13:39.632 [info] (ssh_tunnel) stderr: debug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-15 11:13:39.635 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-15 11:13:39.635 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-15 11:13:39.709 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-15 11:13:39.740 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-15 11:13:39.744 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-15 11:13:39.744 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-15 11:13:40.373 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-15 11:13:40.399 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-15 11:13:40.771 [info] Askpass server received request: POST /\n2025-07-15 11:13:40.773 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-15 11:13:40.774 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-15 11:14:23.721 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-15 11:14:23.825 [info] Askpass server received request: POST /\n2025-07-15 11:14:23.825 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-15 11:14:23.825 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-15 11:14:28.851 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.19]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:65268 forwarded to remote address socks:0\n\n2025-07-15 11:14:28.852 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 65268.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 65268.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-15 11:14:28.854 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-15 11:14:29.431 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-15 11:14:29.433 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-15 11:14:29.444 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-15 11:14:29.448 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-15 11:14:32.191 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-15 11:14:32.349 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-15 11:14:32.368 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-15 11:14:32.434 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-15 11:14:32.448 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 11:14:32.551 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-15 11:14:32.561 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 11:14:32.583 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-15 11:14:32.592 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 11:14:32.645 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js dd18db9b-722d-4af0-b9fc-a967a56f0eb1\n\n2025-07-15 11:14:32.652 [info] (ssh_tunnel) stdout: Multiplex server started with PID 1443315 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 11:14:32.652 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-15 11:14:32.659 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 11:14:33.191 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-15 11:14:33.304 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-15 11:14:33.315 [info] (ssh_tunnel) stdout: Starting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\n\n2025-07-15 11:14:33.322 [info] (ssh_tunnel) stdout: Code server started with PID 1443343 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-15 11:14:33.340 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-15 11:14:33.876 [info] (ssh_tunnel) stdout: 2b074f443e2240b096882a90: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==41109==\nmultiplexConnectionToken==dd18db9b-722d-4af0-b9fc-a967a56f0eb1==\ncodeListeningOn==39145==\ncodeConnectionToken==a5a4d8fa-6932-401a-b45e-59d555a96344==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n2b074f443e2240b096882a90: end\n\n2025-07-15 11:14:33.878 [info] Server install command exit code: 0\n2025-07-15 11:14:33.878 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3183.sh\n2025-07-15 11:14:33.881 [info] [forwarding][code] creating new forwarding server\n2025-07-15 11:14:33.881 [info] [forwarding][code] server listening on 65313\n2025-07-15 11:14:33.881 [info] [forwarding][code] Set up server\n2025-07-15 11:14:33.882 [info] [remote-ssh] codeListeningOn (remote=39145; local=65313) codeConnectionToken: a5a4d8fa-6932-401a-b45e-59d555a96344\n2025-07-15 11:14:33.882 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-15 11:14:33.883 [info] [forwarding][multiplex] server listening on 65314\n2025-07-15 11:14:33.883 [info] [forwarding][multiplex] Set up server\n2025-07-15 11:14:33.886 [info] [remote-ssh] multiplexListeningOn (remote=41109; local=65314) multiplexConnectionToken: dd18db9b-722d-4af0-b9fc-a967a56f0eb1\n2025-07-15 11:14:33.886 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:14:33.894 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-15 11:14:33.895 [info] [command][82210665-cbf4-459d-9dd2-f8d743b05930] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""82210665-cbf4-459d-9dd2-f8d743b05930""}\n2025-07-15 11:14:33.896 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7d82e6e3-0c5f-47d5-9818-843506e67a67] received connection request\n2025-07-15 11:14:33.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:14:33.905 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:39145][2f4c3d5f-4b4e-42a3-916a-1f74cdbf8a0a] received connection request\n2025-07-15 11:14:33.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:14:33.915 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7d82e6e3-0c5f-47d5-9818-843506e67a67] socks forwarding established\n2025-07-15 11:14:33.925 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][2f4c3d5f-4b4e-42a3-916a-1f74cdbf8a0a] socks forwarding established\n2025-07-15 11:14:33.956 [info] [command][82210665-cbf4-459d-9dd2-f8d743b05930] Process exited with code 0\n2025-07-15 11:14:33.956 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7d82e6e3-0c5f-47d5-9818-843506e67a67] socks connection closed\n2025-07-15 11:14:33.956 [info] [command][82210665-cbf4-459d-9dd2-f8d743b05930] Socket close event received\n2025-07-15 11:14:33.973 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 65316 to 127.0.0.1 port 65268, nchannels 5\n\n2025-07-15 11:14:34.042 [info] Successfully connected to Cursor server at http://127.0.0.1:65313/version\n2025-07-15 11:14:34.042 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-15 11:14:34.042 [info] [command][c1038953-4dac-48ee-80fb-f3df7f63c7ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c1038953-4dac-48ee-80fb-f3df7f63c7ae""}\n2025-07-15 11:14:34.043 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d2cb6bf5-249e-45a7-a41c-0cfaf055a1d7] received connection request\n2025-07-15 11:14:34.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:14:34.059 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d2cb6bf5-249e-45a7-a41c-0cfaf055a1d7] socks forwarding established\n2025-07-15 11:14:34.090 [info] [command][c1038953-4dac-48ee-80fb-f3df7f63c7ae] Process exited with code 0\n2025-07-15 11:14:34.090 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-15 11:14:34.091 [info] [remote-ssh] Resolved exec server. Socks port: 65268\n2025-07-15 11:14:34.091 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":65313,""connectionToken"":""a5a4d8fa-6932-401a-b45e-59d555a96344"",""extensionHostEnv"":{}}. Socks port: 65268\n2025-07-15 11:14:34.091 [info] [command][c1038953-4dac-48ee-80fb-f3df7f63c7ae] Socket close event received\n2025-07-15 11:14:34.091 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d2cb6bf5-249e-45a7-a41c-0cfaf055a1d7] socks connection closed\n2025-07-15 11:14:34.107 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 65320 to 127.0.0.1 port 65268, nchannels 5\n\n2025-07-15 11:14:34.128 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:39145][1be7d995-21f4-4809-bef6-5d99408717d9] received connection request\n2025-07-15 11:14:34.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:14:34.150 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][1be7d995-21f4-4809-bef6-5d99408717d9] socks forwarding established\n2025-07-15 11:14:34.182 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:39145][4693c2ed-6e88-45ec-8cb2-2e545b136f2a] received connection request\n2025-07-15 11:14:34.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:14:34.200 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][4693c2ed-6e88-45ec-8cb2-2e545b136f2a] socks forwarding established\n2025-07-15 11:14:34.339 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-15 11:14:41.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 39145, connect from 127.0.0.1 port 65318 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:14:41.956 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][2f4c3d5f-4b4e-42a3-916a-1f74cdbf8a0a] socks connection closed\n2025-07-15 11:14:42.959 [info] [tunnel-forwarding][127.0.0.1:8791 -> localhost:8791] server listening\n2025-07-15 11:15:33.962 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:15:33.963 [info] [command][99d1f31b-ee42-474f-83aa-bc5b33659206] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""99d1f31b-ee42-474f-83aa-bc5b33659206""}\n2025-07-15 11:15:33.963 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fbbbedb6-81cb-4599-8e28-d4f6a0531621] received connection request\n2025-07-15 11:15:33.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:15:33.985 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fbbbedb6-81cb-4599-8e28-d4f6a0531621] socks forwarding established\n2025-07-15 11:15:34.015 [info] [command][99d1f31b-ee42-474f-83aa-bc5b33659206] Process exited with code 0\n2025-07-15 11:15:34.015 [info] [command][99d1f31b-ee42-474f-83aa-bc5b33659206] Socket close event received\n2025-07-15 11:15:34.016 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fbbbedb6-81cb-4599-8e28-d4f6a0531621] socks connection closed\n2025-07-15 11:15:34.047 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49204 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:16:34.017 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:16:34.018 [info] [command][c573186a-9775-4664-9d41-eb9f17219bc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c573186a-9775-4664-9d41-eb9f17219bc3""}\n2025-07-15 11:16:34.019 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f8584ec4-ae32-466f-83ad-fd6840d35c0e] received connection request\n2025-07-15 11:16:34.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:16:34.036 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8584ec4-ae32-466f-83ad-fd6840d35c0e] socks forwarding established\n2025-07-15 11:16:34.102 [info] [command][c573186a-9775-4664-9d41-eb9f17219bc3] Process exited with code 0\n2025-07-15 11:16:34.102 [info] [command][c573186a-9775-4664-9d41-eb9f17219bc3] Socket close event received\n2025-07-15 11:16:34.120 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49288 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:16:34.120 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8584ec4-ae32-466f-83ad-fd6840d35c0e] socks connection closed\n2025-07-15 11:17:34.108 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:17:34.109 [info] [command][8239191d-5049-4822-9ef0-11771e3dd91e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8239191d-5049-4822-9ef0-11771e3dd91e""}\n2025-07-15 11:17:34.110 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6f3f760e-96cf-44a9-96e2-de66554ada9d] received connection request\n2025-07-15 11:17:34.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:17:34.128 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6f3f760e-96cf-44a9-96e2-de66554ada9d] socks forwarding established\n2025-07-15 11:17:34.161 [info] [command][8239191d-5049-4822-9ef0-11771e3dd91e] Process exited with code 0\n2025-07-15 11:17:34.161 [info] [command][8239191d-5049-4822-9ef0-11771e3dd91e] Socket close event received\n2025-07-15 11:17:34.175 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6f3f760e-96cf-44a9-96e2-de66554ada9d] socks connection closed\n2025-07-15 11:17:34.180 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49306 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:18:34.162 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:18:34.163 [info] [command][944befb5-c9be-4786-99c9-ec321061adc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""944befb5-c9be-4786-99c9-ec321061adc2""}\n2025-07-15 11:18:34.163 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1a7a9e7b-eede-4700-bd9c-8896f7a3fd50] received connection request\n2025-07-15 11:18:34.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:18:34.180 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1a7a9e7b-eede-4700-bd9c-8896f7a3fd50] socks forwarding established\n2025-07-15 11:18:34.216 [info] [command][944befb5-c9be-4786-99c9-ec321061adc2] Process exited with code 0\n2025-07-15 11:18:34.216 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1a7a9e7b-eede-4700-bd9c-8896f7a3fd50] socks connection closed\n2025-07-15 11:18:34.216 [info] [command][944befb5-c9be-4786-99c9-ec321061adc2] Socket close event received\n2025-07-15 11:18:34.232 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49332 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:19:34.219 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:19:34.221 [info] [command][086d83d3-89d4-411a-a261-7ee9c5fb0d70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""086d83d3-89d4-411a-a261-7ee9c5fb0d70""}\n2025-07-15 11:19:34.221 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][68b50746-b0ff-41cc-bd01-8c9aa8bcc277] received connection request\n2025-07-15 11:19:34.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:19:34.239 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][68b50746-b0ff-41cc-bd01-8c9aa8bcc277] socks forwarding established\n2025-07-15 11:19:34.270 [info] [command][086d83d3-89d4-411a-a261-7ee9c5fb0d70] Process exited with code 0\n2025-07-15 11:19:34.270 [info] [command][086d83d3-89d4-411a-a261-7ee9c5fb0d70] Socket close event received\n2025-07-15 11:19:34.285 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][68b50746-b0ff-41cc-bd01-8c9aa8bcc277] socks connection closed\n2025-07-15 11:19:34.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49375 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:20:34.276 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:20:34.278 [info] [command][0cee8e74-6840-42a7-88e3-e9cdc9c4a0d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0cee8e74-6840-42a7-88e3-e9cdc9c4a0d1""}\n2025-07-15 11:20:34.278 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f41bcf35-cf15-44a5-889a-b8849e0eea4a] received connection request\n2025-07-15 11:20:34.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:20:34.401 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f41bcf35-cf15-44a5-889a-b8849e0eea4a] socks forwarding established\n2025-07-15 11:20:34.517 [info] [command][0cee8e74-6840-42a7-88e3-e9cdc9c4a0d1] Process exited with code 0\n2025-07-15 11:20:34.517 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f41bcf35-cf15-44a5-889a-b8849e0eea4a] socks connection closed\n2025-07-15 11:20:34.518 [info] [command][0cee8e74-6840-42a7-88e3-e9cdc9c4a0d1] Socket close event received\n2025-07-15 11:20:34.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49397 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:21:34.523 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:21:34.525 [info] [command][215b8bd2-2cb5-4f32-bb33-abda5e5c9469] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""215b8bd2-2cb5-4f32-bb33-abda5e5c9469""}\n2025-07-15 11:21:34.527 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][51a82fcf-9385-49e0-9b54-9ea340f9749f] received connection request\n2025-07-15 11:21:34.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:21:34.545 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51a82fcf-9385-49e0-9b54-9ea340f9749f] socks forwarding established\n2025-07-15 11:21:34.579 [info] [command][215b8bd2-2cb5-4f32-bb33-abda5e5c9469] Process exited with code 0\n2025-07-15 11:21:34.579 [info] [command][215b8bd2-2cb5-4f32-bb33-abda5e5c9469] Socket close event received\n2025-07-15 11:21:34.580 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51a82fcf-9385-49e0-9b54-9ea340f9749f] socks connection closed\n2025-07-15 11:21:34.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49440 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:22:34.584 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:22:34.586 [info] [command][f8e24b3d-8cf7-46d3-b145-33736bb6edb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f8e24b3d-8cf7-46d3-b145-33736bb6edb2""}\n2025-07-15 11:22:34.586 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3e8ad31f-89f1-4054-b8bb-781eae5e648a] received connection request\n2025-07-15 11:22:34.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:22:34.603 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3e8ad31f-89f1-4054-b8bb-781eae5e648a] socks forwarding established\n2025-07-15 11:22:34.636 [info] [command][f8e24b3d-8cf7-46d3-b145-33736bb6edb2] Process exited with code 0\n2025-07-15 11:22:34.637 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3e8ad31f-89f1-4054-b8bb-781eae5e648a] socks connection closed\n2025-07-15 11:22:34.637 [info] [command][f8e24b3d-8cf7-46d3-b145-33736bb6edb2] Socket close event received\n2025-07-15 11:22:34.653 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49463 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:23:34.641 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:23:34.643 [info] [command][6051f2ef-2350-45da-a47b-58c830fc20e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6051f2ef-2350-45da-a47b-58c830fc20e4""}\n2025-07-15 11:23:34.643 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cd5acc85-e539-4b4f-9faa-0c9641855f21] received connection request\n2025-07-15 11:23:34.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:23:34.661 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cd5acc85-e539-4b4f-9faa-0c9641855f21] socks forwarding established\n2025-07-15 11:23:34.690 [info] [command][6051f2ef-2350-45da-a47b-58c830fc20e4] Process exited with code 0\n2025-07-15 11:23:34.690 [info] [command][6051f2ef-2350-45da-a47b-58c830fc20e4] Socket close event received\n2025-07-15 11:23:34.705 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cd5acc85-e539-4b4f-9faa-0c9641855f21] socks connection closed\n2025-07-15 11:23:34.706 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49494 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:24:34.696 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:24:34.698 [info] [command][c11c0c01-a936-4dcf-aba7-c2c559fdc29a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c11c0c01-a936-4dcf-aba7-c2c559fdc29a""}\n2025-07-15 11:24:34.699 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f67d2f15-2e37-43a5-9297-d544c8effebd] received connection request\n2025-07-15 11:24:34.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:24:34.717 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f67d2f15-2e37-43a5-9297-d544c8effebd] socks forwarding established\n2025-07-15 11:24:34.748 [info] [command][c11c0c01-a936-4dcf-aba7-c2c559fdc29a] Process exited with code 0\n2025-07-15 11:24:34.748 [info] [command][c11c0c01-a936-4dcf-aba7-c2c559fdc29a] Socket close event received\n2025-07-15 11:24:34.763 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f67d2f15-2e37-43a5-9297-d544c8effebd] socks connection closed\n2025-07-15 11:24:34.766 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49564 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:25:34.754 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:25:34.756 [info] [command][c0fff269-cf1f-4743-b35a-67cfbd5e844c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c0fff269-cf1f-4743-b35a-67cfbd5e844c""}\n2025-07-15 11:25:34.757 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5f6dad8b-2186-4b97-a454-32d0628d212a] received connection request\n2025-07-15 11:25:34.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:25:34.840 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5f6dad8b-2186-4b97-a454-32d0628d212a] socks forwarding established\n2025-07-15 11:25:34.868 [info] [command][c0fff269-cf1f-4743-b35a-67cfbd5e844c] Process exited with code 0\n2025-07-15 11:25:34.868 [info] [command][c0fff269-cf1f-4743-b35a-67cfbd5e844c] Socket close event received\n2025-07-15 11:25:34.869 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5f6dad8b-2186-4b97-a454-32d0628d212a] socks connection closed\n2025-07-15 11:25:35.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49585 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:26:34.872 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:26:34.873 [info] [command][f3625545-ef45-4bbc-b31b-a0d3e7927083] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f3625545-ef45-4bbc-b31b-a0d3e7927083""}\n2025-07-15 11:26:34.874 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7276befc-2e38-4425-9056-50156d87be0f] received connection request\n2025-07-15 11:26:34.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 11:26:34.874 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:26:34.890 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7276befc-2e38-4425-9056-50156d87be0f] socks forwarding established\n2025-07-15 11:26:34.919 [info] [command][f3625545-ef45-4bbc-b31b-a0d3e7927083] Process exited with code 0\n2025-07-15 11:26:34.920 [info] [command][f3625545-ef45-4bbc-b31b-a0d3e7927083] Socket close event received\n2025-07-15 11:26:34.920 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7276befc-2e38-4425-9056-50156d87be0f] socks connection closed\n2025-07-15 11:26:34.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49634 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:27:34.924 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:27:34.926 [info] [command][bffdb1f8-113f-421f-bcea-451998e7de12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bffdb1f8-113f-421f-bcea-451998e7de12""}\n2025-07-15 11:27:34.926 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2340a24d-e756-40d5-82c8-1b019d7097e5] received connection request\n2025-07-15 11:27:34.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 11:27:34.927 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:27:34.943 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2340a24d-e756-40d5-82c8-1b019d7097e5] socks forwarding established\n2025-07-15 11:27:34.993 [info] [command][bffdb1f8-113f-421f-bcea-451998e7de12] Process exited with code 0\n2025-07-15 11:27:34.993 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2340a24d-e756-40d5-82c8-1b019d7097e5] socks connection closed\n2025-07-15 11:27:34.993 [info] [command][bffdb1f8-113f-421f-bcea-451998e7de12] Socket close event received\n2025-07-15 11:27:35.097 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49661 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:28:34.993 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:28:34.995 [info] [command][5b537e07-d7c4-417f-997c-611b211c6131] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5b537e07-d7c4-417f-997c-611b211c6131""}\n2025-07-15 11:28:34.995 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][36af054f-390d-4d0d-ac73-c4a41b57ccbb] received connection request\n2025-07-15 11:28:34.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 11:28:34.996 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:28:35.012 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36af054f-390d-4d0d-ac73-c4a41b57ccbb] socks forwarding established\n2025-07-15 11:28:35.043 [info] [command][5b537e07-d7c4-417f-997c-611b211c6131] Process exited with code 0\n2025-07-15 11:28:35.044 [info] [command][5b537e07-d7c4-417f-997c-611b211c6131] Socket close event received\n2025-07-15 11:28:35.044 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36af054f-390d-4d0d-ac73-c4a41b57ccbb] socks connection closed\n2025-07-15 11:28:35.060 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49673 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:29:35.047 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:29:35.049 [info] [command][f1ba2ffe-b3d9-4f49-8aa1-258fcfa26aed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f1ba2ffe-b3d9-4f49-8aa1-258fcfa26aed""}\n2025-07-15 11:29:35.049 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ab190a49-78d9-4c34-bfd2-485c20786d09] received connection request\n2025-07-15 11:29:35.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 11:29:35.050 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:29:35.066 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ab190a49-78d9-4c34-bfd2-485c20786d09] socks forwarding established\n2025-07-15 11:29:35.096 [info] [command][f1ba2ffe-b3d9-4f49-8aa1-258fcfa26aed] Process exited with code 0\n2025-07-15 11:29:35.097 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ab190a49-78d9-4c34-bfd2-485c20786d09] socks connection closed\n2025-07-15 11:29:35.097 [info] [command][f1ba2ffe-b3d9-4f49-8aa1-258fcfa26aed] Socket close event received\n2025-07-15 11:29:35.115 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49702 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:30:35.096 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:30:35.098 [info] [command][df757ee0-f9a0-4256-b3bc-57bb9c78cc6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""df757ee0-f9a0-4256-b3bc-57bb9c78cc6e""}\n2025-07-15 11:30:35.098 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][15d28bfa-db6a-472c-8a9c-5c8d5bb020d5] received connection request\n2025-07-15 11:30:35.098 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:30:35.120 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][15d28bfa-db6a-472c-8a9c-5c8d5bb020d5] socks forwarding established\n2025-07-15 11:30:35.153 [info] [command][df757ee0-f9a0-4256-b3bc-57bb9c78cc6e] Process exited with code 0\n2025-07-15 11:30:35.153 [info] [command][df757ee0-f9a0-4256-b3bc-57bb9c78cc6e] Socket close event received\n2025-07-15 11:30:35.153 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][15d28bfa-db6a-472c-8a9c-5c8d5bb020d5] socks connection closed\n2025-07-15 11:30:35.171 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49723 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:31:35.157 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:31:35.159 [info] [command][8c45f676-a526-4af2-a32c-6c2aeef93c71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8c45f676-a526-4af2-a32c-6c2aeef93c71""}\n2025-07-15 11:31:35.160 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0b8295de-46e8-4072-bce4-1bebf4ef64e4] received connection request\n2025-07-15 11:31:35.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:31:35.189 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0b8295de-46e8-4072-bce4-1bebf4ef64e4] socks forwarding established\n2025-07-15 11:31:35.221 [info] [command][8c45f676-a526-4af2-a32c-6c2aeef93c71] Process exited with code 0\n2025-07-15 11:31:35.221 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0b8295de-46e8-4072-bce4-1bebf4ef64e4] socks connection closed\n2025-07-15 11:31:35.223 [info] [command][8c45f676-a526-4af2-a32c-6c2aeef93c71] Socket close event received\n2025-07-15 11:31:35.239 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49766 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:32:35.223 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:32:35.225 [info] [command][65043ef7-de48-4d4d-9ef7-30f5a0e0405e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""65043ef7-de48-4d4d-9ef7-30f5a0e0405e""}\n2025-07-15 11:32:35.226 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9afa0af2-04ca-4034-8185-74af0b17ae48] received connection request\n2025-07-15 11:32:35.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:32:35.315 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9afa0af2-04ca-4034-8185-74af0b17ae48] socks forwarding established\n2025-07-15 11:32:35.478 [info] [command][65043ef7-de48-4d4d-9ef7-30f5a0e0405e] Process exited with code 0\n2025-07-15 11:32:35.479 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9afa0af2-04ca-4034-8185-74af0b17ae48] socks connection closed\n2025-07-15 11:32:35.479 [info] [command][65043ef7-de48-4d4d-9ef7-30f5a0e0405e] Socket close event received\n2025-07-15 11:32:35.494 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49794 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:33:35.482 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:33:35.484 [info] [command][3173b332-154c-443a-9ddc-58652be9223b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3173b332-154c-443a-9ddc-58652be9223b""}\n2025-07-15 11:33:35.484 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4a7b5792-5632-4cdc-b64f-2fc062b6f60c] received connection request\n2025-07-15 11:33:35.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:33:35.500 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4a7b5792-5632-4cdc-b64f-2fc062b6f60c] socks forwarding established\n2025-07-15 11:33:35.531 [info] [command][3173b332-154c-443a-9ddc-58652be9223b] Process exited with code 0\n2025-07-15 11:33:35.531 [info] [command][3173b332-154c-443a-9ddc-58652be9223b] Socket close event received\n2025-07-15 11:33:35.533 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4a7b5792-5632-4cdc-b64f-2fc062b6f60c] socks connection closed\n2025-07-15 11:33:35.555 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49809 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:34:35.534 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:34:35.536 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7997ed10-7caf-4258-a47a-999662308213] received connection request\n2025-07-15 11:34:35.537 [info] [command][5fa53489-7718-416d-8e76-06737cd33a74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5fa53489-7718-416d-8e76-06737cd33a74""}\n2025-07-15 11:34:35.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:34:35.556 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7997ed10-7caf-4258-a47a-999662308213] socks forwarding established\n2025-07-15 11:34:35.586 [info] [command][5fa53489-7718-416d-8e76-06737cd33a74] Process exited with code 0\n2025-07-15 11:34:35.586 [info] [command][5fa53489-7718-416d-8e76-06737cd33a74] Socket close event received\n2025-07-15 11:34:35.586 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7997ed10-7caf-4258-a47a-999662308213] socks connection closed\n2025-07-15 11:34:35.603 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49839 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:35:35.592 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:35:35.594 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][493e9200-ebb3-4ea1-b11c-7e8e826deb24] received connection request\n2025-07-15 11:35:35.595 [info] [command][2bcfcd63-1f7a-4519-b94b-dd147b9041ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2bcfcd63-1f7a-4519-b94b-dd147b9041ce""}\n2025-07-15 11:35:35.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:35:35.614 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][493e9200-ebb3-4ea1-b11c-7e8e826deb24] socks forwarding established\n2025-07-15 11:35:35.644 [info] [command][2bcfcd63-1f7a-4519-b94b-dd147b9041ce] Process exited with code 0\n2025-07-15 11:35:35.645 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][493e9200-ebb3-4ea1-b11c-7e8e826deb24] socks connection closed\n2025-07-15 11:35:35.645 [info] [command][2bcfcd63-1f7a-4519-b94b-dd147b9041ce] Socket close event received\n2025-07-15 11:35:35.663 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49859 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:36:35.645 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:36:35.646 [info] [command][c796e499-3617-4934-baae-4290dc43124a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c796e499-3617-4934-baae-4290dc43124a""}\n2025-07-15 11:36:35.647 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3c922897-d2c5-458f-b609-4aaf1ec04bab] received connection request\n2025-07-15 11:36:35.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:36:35.665 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3c922897-d2c5-458f-b609-4aaf1ec04bab] socks forwarding established\n2025-07-15 11:36:35.697 [info] [command][c796e499-3617-4934-baae-4290dc43124a] Process exited with code 0\n2025-07-15 11:36:35.697 [info] [command][c796e499-3617-4934-baae-4290dc43124a] Socket close event received\n2025-07-15 11:36:35.698 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3c922897-d2c5-458f-b609-4aaf1ec04bab] socks connection closed\n2025-07-15 11:36:35.713 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49889 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:37:35.700 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:37:35.701 [info] [command][a2cbedcf-48aa-4c40-a801-b9be7756e781] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a2cbedcf-48aa-4c40-a801-b9be7756e781""}\n2025-07-15 11:37:35.701 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][25379cc4-77bc-49f9-b488-ded754650faf] received connection request\n2025-07-15 11:37:35.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:37:35.731 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][25379cc4-77bc-49f9-b488-ded754650faf] socks forwarding established\n2025-07-15 11:37:35.915 [info] [command][a2cbedcf-48aa-4c40-a801-b9be7756e781] Process exited with code 0\n2025-07-15 11:37:35.915 [info] [command][a2cbedcf-48aa-4c40-a801-b9be7756e781] Socket close event received\n2025-07-15 11:37:35.916 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][25379cc4-77bc-49f9-b488-ded754650faf] socks connection closed\n2025-07-15 11:37:36.037 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49903 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:38:35.918 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:38:35.919 [info] [command][60d3bbd3-072b-4179-8e23-b04ef3c92001] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""60d3bbd3-072b-4179-8e23-b04ef3c92001""}\n2025-07-15 11:38:35.920 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9afad8a2-b230-45a6-8322-5ef2b5923a87] received connection request\n2025-07-15 11:38:35.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:38:35.938 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9afad8a2-b230-45a6-8322-5ef2b5923a87] socks forwarding established\n2025-07-15 11:38:35.972 [info] [command][60d3bbd3-072b-4179-8e23-b04ef3c92001] Process exited with code 0\n2025-07-15 11:38:35.972 [info] [command][60d3bbd3-072b-4179-8e23-b04ef3c92001] Socket close event received\n2025-07-15 11:38:35.973 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9afad8a2-b230-45a6-8322-5ef2b5923a87] socks connection closed\n2025-07-15 11:38:35.989 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49923 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:39:35.973 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:39:35.975 [info] [command][6e731a2b-b676-4e67-a7f8-bbf15acd8f8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6e731a2b-b676-4e67-a7f8-bbf15acd8f8f""}\n2025-07-15 11:39:35.975 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d0586764-2600-44a8-b39e-9342cc9e6ece] received connection request\n2025-07-15 11:39:35.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:39:35.995 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d0586764-2600-44a8-b39e-9342cc9e6ece] socks forwarding established\n2025-07-15 11:39:36.029 [info] [command][6e731a2b-b676-4e67-a7f8-bbf15acd8f8f] Process exited with code 0\n2025-07-15 11:39:36.029 [info] [command][6e731a2b-b676-4e67-a7f8-bbf15acd8f8f] Socket close event received\n2025-07-15 11:39:36.030 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d0586764-2600-44a8-b39e-9342cc9e6ece] socks connection closed\n2025-07-15 11:39:36.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49955 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:40:36.033 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:40:36.035 [info] [command][1b766782-52b5-4682-ac4e-6fe4553b5abd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1b766782-52b5-4682-ac4e-6fe4553b5abd""}\n2025-07-15 11:40:36.036 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d44596b6-c698-49a6-bb8e-8da513e63c76] received connection request\n2025-07-15 11:40:36.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:40:36.053 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d44596b6-c698-49a6-bb8e-8da513e63c76] socks forwarding established\n2025-07-15 11:40:36.088 [info] [command][1b766782-52b5-4682-ac4e-6fe4553b5abd] Process exited with code 0\n2025-07-15 11:40:36.088 [info] [command][1b766782-52b5-4682-ac4e-6fe4553b5abd] Socket close event received\n2025-07-15 11:40:36.089 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d44596b6-c698-49a6-bb8e-8da513e63c76] socks connection closed\n2025-07-15 11:40:36.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 49975 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:41:36.092 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:41:36.094 [info] [command][650fa7d1-5218-4156-8887-05d4f96d036c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""650fa7d1-5218-4156-8887-05d4f96d036c""}\n2025-07-15 11:41:36.095 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6d2b307a-adcd-4f70-8efb-622a8e9dadf2] received connection request\n2025-07-15 11:41:36.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:41:36.311 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d2b307a-adcd-4f70-8efb-622a8e9dadf2] socks forwarding established\n2025-07-15 11:41:36.400 [info] [command][650fa7d1-5218-4156-8887-05d4f96d036c] Process exited with code 0\n2025-07-15 11:41:36.400 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d2b307a-adcd-4f70-8efb-622a8e9dadf2] socks connection closed\n2025-07-15 11:41:36.400 [info] [command][650fa7d1-5218-4156-8887-05d4f96d036c] Socket close event received\n2025-07-15 11:41:36.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50005 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:42:36.404 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:42:36.406 [info] [command][57f588f8-93cd-4d4a-ad09-e55468450e93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""57f588f8-93cd-4d4a-ad09-e55468450e93""}\n2025-07-15 11:42:36.407 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][36986038-06b9-46db-831b-adccf47c531a] received connection request\n2025-07-15 11:42:36.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:42:36.424 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36986038-06b9-46db-831b-adccf47c531a] socks forwarding established\n2025-07-15 11:42:36.456 [info] [command][57f588f8-93cd-4d4a-ad09-e55468450e93] Process exited with code 0\n2025-07-15 11:42:36.456 [info] [command][57f588f8-93cd-4d4a-ad09-e55468450e93] Socket close event received\n2025-07-15 11:42:36.457 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36986038-06b9-46db-831b-adccf47c531a] socks connection closed\n2025-07-15 11:42:36.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50022 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:43:36.458 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:43:36.460 [info] [command][c2363a4b-831e-4d0f-8b40-0adfa4d0e1ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c2363a4b-831e-4d0f-8b40-0adfa4d0e1ee""}\n2025-07-15 11:43:36.460 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5ff97b3c-a24b-4e49-9eeb-08b2654bd187] received connection request\n2025-07-15 11:43:36.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:43:36.478 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5ff97b3c-a24b-4e49-9eeb-08b2654bd187] socks forwarding established\n2025-07-15 11:43:36.511 [info] [command][c2363a4b-831e-4d0f-8b40-0adfa4d0e1ee] Process exited with code 0\n2025-07-15 11:43:36.511 [info] [command][c2363a4b-831e-4d0f-8b40-0adfa4d0e1ee] Socket close event received\n2025-07-15 11:43:36.511 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5ff97b3c-a24b-4e49-9eeb-08b2654bd187] socks connection closed\n2025-07-15 11:43:36.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50082 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:44:36.512 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:44:36.513 [info] [command][5b9b61e7-eb1d-46d2-8578-bbf8377cdb0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5b9b61e7-eb1d-46d2-8578-bbf8377cdb0b""}\n2025-07-15 11:44:36.513 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][00854ef4-c98b-49f2-bb2b-3d3c6de49928] received connection request\n2025-07-15 11:44:36.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:44:36.530 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][00854ef4-c98b-49f2-bb2b-3d3c6de49928] socks forwarding established\n2025-07-15 11:44:36.565 [info] [command][5b9b61e7-eb1d-46d2-8578-bbf8377cdb0b] Process exited with code 0\n2025-07-15 11:44:36.565 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][00854ef4-c98b-49f2-bb2b-3d3c6de49928] socks connection closed\n2025-07-15 11:44:36.566 [info] [command][5b9b61e7-eb1d-46d2-8578-bbf8377cdb0b] Socket close event received\n2025-07-15 11:44:36.583 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50137 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:45:36.571 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:45:36.573 [info] [command][9673cb6c-01b1-4070-988f-55feeb1fd99c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9673cb6c-01b1-4070-988f-55feeb1fd99c""}\n2025-07-15 11:45:36.574 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][51edf07b-249f-4ee1-a374-69c42afeb0b3] received connection request\n2025-07-15 11:45:36.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:45:36.593 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51edf07b-249f-4ee1-a374-69c42afeb0b3] socks forwarding established\n2025-07-15 11:45:36.626 [info] [command][9673cb6c-01b1-4070-988f-55feeb1fd99c] Process exited with code 0\n2025-07-15 11:45:36.627 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51edf07b-249f-4ee1-a374-69c42afeb0b3] socks connection closed\n2025-07-15 11:45:36.627 [info] [command][9673cb6c-01b1-4070-988f-55feeb1fd99c] Socket close event received\n2025-07-15 11:45:36.644 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50173 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:46:36.629 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:46:36.631 [info] [command][46a53794-afaa-4014-83ba-daeef71580b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""46a53794-afaa-4014-83ba-daeef71580b7""}\n2025-07-15 11:46:36.632 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0a5e88e7-f51a-45ea-bf0c-ae5b86a35377] received connection request\n2025-07-15 11:46:36.633 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 11:46:36.633 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:46:36.651 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0a5e88e7-f51a-45ea-bf0c-ae5b86a35377] socks forwarding established\n2025-07-15 11:46:36.683 [info] [command][46a53794-afaa-4014-83ba-daeef71580b7] Process exited with code 0\n2025-07-15 11:46:36.684 [info] [command][46a53794-afaa-4014-83ba-daeef71580b7] Socket close event received\n2025-07-15 11:46:36.686 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0a5e88e7-f51a-45ea-bf0c-ae5b86a35377] socks connection closed\n2025-07-15 11:46:36.700 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50210 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:47:36.687 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:47:36.688 [info] [command][ebeb64f4-4fff-4fee-9dca-f8cb70bc052e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ebeb64f4-4fff-4fee-9dca-f8cb70bc052e""}\n2025-07-15 11:47:36.689 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cefb2914-3266-452b-894f-2f60e7273906] received connection request\n2025-07-15 11:47:36.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:47:36.802 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cefb2914-3266-452b-894f-2f60e7273906] socks forwarding established\n2025-07-15 11:47:36.862 [info] [command][ebeb64f4-4fff-4fee-9dca-f8cb70bc052e] Process exited with code 0\n2025-07-15 11:47:36.862 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cefb2914-3266-452b-894f-2f60e7273906] socks connection closed\n2025-07-15 11:47:36.862 [info] [command][ebeb64f4-4fff-4fee-9dca-f8cb70bc052e] Socket close event received\n2025-07-15 11:47:36.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50237 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:48:36.867 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:48:36.869 [info] [command][459c45a6-9290-4e0e-ae62-8d7470211a70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""459c45a6-9290-4e0e-ae62-8d7470211a70""}\n2025-07-15 11:48:36.870 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][07ded031-ac71-47f0-aea9-a2867e4a920b] received connection request\n2025-07-15 11:48:36.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:48:36.890 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][07ded031-ac71-47f0-aea9-a2867e4a920b] socks forwarding established\n2025-07-15 11:48:36.927 [info] [command][459c45a6-9290-4e0e-ae62-8d7470211a70] Process exited with code 0\n2025-07-15 11:48:36.927 [info] [command][459c45a6-9290-4e0e-ae62-8d7470211a70] Socket close event received\n2025-07-15 11:48:36.942 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][07ded031-ac71-47f0-aea9-a2867e4a920b] socks connection closed\n2025-07-15 11:48:36.945 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50262 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:49:36.933 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:49:36.935 [info] [command][bee4a27e-8b52-483a-8d8e-9f55d6c10272] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bee4a27e-8b52-483a-8d8e-9f55d6c10272""}\n2025-07-15 11:49:36.936 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][34d6eeba-947f-4b7c-b36f-50ef82e8fd46] received connection request\n2025-07-15 11:49:36.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:49:36.959 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34d6eeba-947f-4b7c-b36f-50ef82e8fd46] socks forwarding established\n2025-07-15 11:49:36.995 [info] [command][bee4a27e-8b52-483a-8d8e-9f55d6c10272] Process exited with code 0\n2025-07-15 11:49:36.995 [info] [command][bee4a27e-8b52-483a-8d8e-9f55d6c10272] Socket close event received\n2025-07-15 11:49:37.007 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34d6eeba-947f-4b7c-b36f-50ef82e8fd46] socks connection closed\n2025-07-15 11:49:37.017 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50301 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:50:36.998 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:50:36.999 [info] [command][a853f021-5a85-4d7b-b41a-053fe4565f3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a853f021-5a85-4d7b-b41a-053fe4565f3c""}\n2025-07-15 11:50:36.999 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][73131b5c-3b05-4104-a52e-82c951655c3d] received connection request\n2025-07-15 11:50:36.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:50:37.074 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][73131b5c-3b05-4104-a52e-82c951655c3d] socks forwarding established\n2025-07-15 11:50:37.106 [info] [command][a853f021-5a85-4d7b-b41a-053fe4565f3c] Process exited with code 0\n2025-07-15 11:50:37.106 [info] [command][a853f021-5a85-4d7b-b41a-053fe4565f3c] Socket close event received\n2025-07-15 11:50:37.110 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][73131b5c-3b05-4104-a52e-82c951655c3d] socks connection closed\n2025-07-15 11:50:37.159 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50334 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:51:37.111 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:51:37.113 [info] [command][282d369e-fa35-4812-9e82-f9ee36ecd3ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""282d369e-fa35-4812-9e82-f9ee36ecd3ae""}\n2025-07-15 11:51:37.114 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d6c41ef9-59df-4ddc-85cd-520a509528be] received connection request\n2025-07-15 11:51:37.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:51:37.133 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d6c41ef9-59df-4ddc-85cd-520a509528be] socks forwarding established\n2025-07-15 11:51:37.169 [info] [command][282d369e-fa35-4812-9e82-f9ee36ecd3ae] Process exited with code 0\n2025-07-15 11:51:37.169 [info] [command][282d369e-fa35-4812-9e82-f9ee36ecd3ae] Socket close event received\n2025-07-15 11:51:37.171 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d6c41ef9-59df-4ddc-85cd-520a509528be] socks connection closed\n2025-07-15 11:51:37.194 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50367 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:52:37.175 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:52:37.176 [info] [command][84bbee56-ac68-43f4-adcb-cb22d62d7f35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""84bbee56-ac68-43f4-adcb-cb22d62d7f35""}\n2025-07-15 11:52:37.177 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][924fdf30-e0b4-40f0-9e60-ce4710c18811] received connection request\n2025-07-15 11:52:37.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:52:37.328 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][924fdf30-e0b4-40f0-9e60-ce4710c18811] socks forwarding established\n2025-07-15 11:52:37.362 [info] [command][84bbee56-ac68-43f4-adcb-cb22d62d7f35] Process exited with code 0\n2025-07-15 11:52:37.362 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][924fdf30-e0b4-40f0-9e60-ce4710c18811] socks connection closed\n2025-07-15 11:52:37.362 [info] [command][84bbee56-ac68-43f4-adcb-cb22d62d7f35] Socket close event received\n2025-07-15 11:52:37.472 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50383 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:53:37.366 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:53:37.369 [info] [command][3b1659df-c66b-4121-bd7e-800f2dac58dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3b1659df-c66b-4121-bd7e-800f2dac58dc""}\n2025-07-15 11:53:37.370 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][15b93f2c-abb6-49bd-a6c1-6eb889a27168] received connection request\n2025-07-15 11:53:37.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:53:37.397 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][15b93f2c-abb6-49bd-a6c1-6eb889a27168] socks forwarding established\n2025-07-15 11:53:37.435 [info] [command][3b1659df-c66b-4121-bd7e-800f2dac58dc] Process exited with code 0\n2025-07-15 11:53:37.435 [info] [command][3b1659df-c66b-4121-bd7e-800f2dac58dc] Socket close event received\n2025-07-15 11:53:37.437 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][15b93f2c-abb6-49bd-a6c1-6eb889a27168] socks connection closed\n2025-07-15 11:53:37.462 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50398 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:54:37.441 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:54:37.443 [info] [command][3b419116-9e79-4454-85e6-bc7f16914f3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3b419116-9e79-4454-85e6-bc7f16914f3b""}\n2025-07-15 11:54:37.445 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c38036b0-6805-4a2c-ad8f-37be3b20caef] received connection request\n2025-07-15 11:54:37.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:54:37.464 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c38036b0-6805-4a2c-ad8f-37be3b20caef] socks forwarding established\n2025-07-15 11:54:37.507 [info] [command][3b419116-9e79-4454-85e6-bc7f16914f3b] Process exited with code 0\n2025-07-15 11:54:37.507 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c38036b0-6805-4a2c-ad8f-37be3b20caef] socks connection closed\n2025-07-15 11:54:37.507 [info] [command][3b419116-9e79-4454-85e6-bc7f16914f3b] Socket close event received\n2025-07-15 11:54:37.525 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50431 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:55:37.512 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:55:37.513 [info] [command][030620e8-2eb2-4c80-b0f3-33cc3183c46d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""030620e8-2eb2-4c80-b0f3-33cc3183c46d""}\n2025-07-15 11:55:37.514 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][03c30b31-9650-45bd-8c63-afe6d27cf72a] received connection request\n2025-07-15 11:55:37.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:55:37.534 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][03c30b31-9650-45bd-8c63-afe6d27cf72a] socks forwarding established\n2025-07-15 11:55:37.574 [info] [command][030620e8-2eb2-4c80-b0f3-33cc3183c46d] Process exited with code 0\n2025-07-15 11:55:37.574 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][03c30b31-9650-45bd-8c63-afe6d27cf72a] socks connection closed\n2025-07-15 11:55:37.574 [info] [command][030620e8-2eb2-4c80-b0f3-33cc3183c46d] Socket close event received\n2025-07-15 11:55:37.593 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50449 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:56:37.580 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:56:37.582 [info] [command][da49ea53-4bdb-4417-abc8-42de4b15fa81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""da49ea53-4bdb-4417-abc8-42de4b15fa81""}\n2025-07-15 11:56:37.583 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][56c53a5d-aaef-4e2b-9cc6-3d289ad83341] received connection request\n2025-07-15 11:56:37.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:56:37.633 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][56c53a5d-aaef-4e2b-9cc6-3d289ad83341] socks forwarding established\n2025-07-15 11:56:37.791 [info] [command][da49ea53-4bdb-4417-abc8-42de4b15fa81] Process exited with code 0\n2025-07-15 11:56:37.792 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][56c53a5d-aaef-4e2b-9cc6-3d289ad83341] socks connection closed\n2025-07-15 11:56:37.792 [info] [command][da49ea53-4bdb-4417-abc8-42de4b15fa81] Socket close event received\n2025-07-15 11:56:37.812 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50476 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:57:37.798 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:57:37.799 [info] [command][bd19ad32-ac08-4233-8d91-afd8a12f6d9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bd19ad32-ac08-4233-8d91-afd8a12f6d9b""}\n2025-07-15 11:57:37.800 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][73b393fe-71cd-4f92-8053-15f0a1c875fb] received connection request\n2025-07-15 11:57:37.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:57:37.825 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][73b393fe-71cd-4f92-8053-15f0a1c875fb] socks forwarding established\n2025-07-15 11:57:37.854 [info] [command][bd19ad32-ac08-4233-8d91-afd8a12f6d9b] Process exited with code 0\n2025-07-15 11:57:37.854 [info] [command][bd19ad32-ac08-4233-8d91-afd8a12f6d9b] Socket close event received\n2025-07-15 11:57:37.871 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][73b393fe-71cd-4f92-8053-15f0a1c875fb] socks connection closed\n2025-07-15 11:57:37.872 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50491 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:58:37.859 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:58:37.860 [info] [command][802d1809-f3f0-4a01-a4ae-52ae39876997] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""802d1809-f3f0-4a01-a4ae-52ae39876997""}\n2025-07-15 11:58:37.861 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f6ee343d-95f4-46da-accb-3968d056b95c] received connection request\n2025-07-15 11:58:37.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:58:37.879 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f6ee343d-95f4-46da-accb-3968d056b95c] socks forwarding established\n2025-07-15 11:58:37.913 [info] [command][802d1809-f3f0-4a01-a4ae-52ae39876997] Process exited with code 0\n2025-07-15 11:58:37.913 [info] [command][802d1809-f3f0-4a01-a4ae-52ae39876997] Socket close event received\n2025-07-15 11:58:37.915 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f6ee343d-95f4-46da-accb-3968d056b95c] socks connection closed\n2025-07-15 11:58:37.930 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50503 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 11:59:37.916 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 11:59:37.917 [info] [command][d3064803-2041-4586-b82b-65f5ccdd4b43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d3064803-2041-4586-b82b-65f5ccdd4b43""}\n2025-07-15 11:59:37.918 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e61cdb30-4de7-4d23-9e4e-fd5ef6493825] received connection request\n2025-07-15 11:59:37.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 11:59:38.002 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e61cdb30-4de7-4d23-9e4e-fd5ef6493825] socks forwarding established\n2025-07-15 11:59:38.032 [info] [command][d3064803-2041-4586-b82b-65f5ccdd4b43] Process exited with code 0\n2025-07-15 11:59:38.032 [info] [command][d3064803-2041-4586-b82b-65f5ccdd4b43] Socket close event received\n2025-07-15 11:59:38.037 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e61cdb30-4de7-4d23-9e4e-fd5ef6493825] socks connection closed\n2025-07-15 11:59:38.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50533 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:00:38.038 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:00:38.040 [info] [command][348b62d3-ef0e-4b9d-b502-a63aff97b707] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""348b62d3-ef0e-4b9d-b502-a63aff97b707""}\n2025-07-15 12:00:38.041 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e71b9f2f-28e8-4bba-903b-a0fca96595e3] received connection request\n2025-07-15 12:00:38.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:00:38.060 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e71b9f2f-28e8-4bba-903b-a0fca96595e3] socks forwarding established\n2025-07-15 12:00:38.097 [info] [command][348b62d3-ef0e-4b9d-b502-a63aff97b707] Process exited with code 0\n2025-07-15 12:00:38.097 [info] [command][348b62d3-ef0e-4b9d-b502-a63aff97b707] Socket close event received\n2025-07-15 12:00:38.098 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e71b9f2f-28e8-4bba-903b-a0fca96595e3] socks connection closed\n2025-07-15 12:00:38.115 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50571 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:01:38.103 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:01:38.104 [info] [command][b7cd605c-070a-4e99-a1c8-9e2f19310c68] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b7cd605c-070a-4e99-a1c8-9e2f19310c68""}\n2025-07-15 12:01:38.105 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3d80f524-ebcc-4ad8-9463-94e155f5f4d3] received connection request\n2025-07-15 12:01:38.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:01:38.154 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d80f524-ebcc-4ad8-9463-94e155f5f4d3] socks forwarding established\n2025-07-15 12:01:38.311 [info] [command][b7cd605c-070a-4e99-a1c8-9e2f19310c68] Process exited with code 0\n2025-07-15 12:01:38.311 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d80f524-ebcc-4ad8-9463-94e155f5f4d3] socks connection closed\n2025-07-15 12:01:38.311 [info] [command][b7cd605c-070a-4e99-a1c8-9e2f19310c68] Socket close event received\n2025-07-15 12:01:38.328 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50600 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:02:38.316 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:02:38.317 [info] [command][e7406471-04b1-46b7-a69c-bc0b6d7cb82c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e7406471-04b1-46b7-a69c-bc0b6d7cb82c""}\n2025-07-15 12:02:38.318 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5745421f-e303-43f9-8b17-a15886197eee] received connection request\n2025-07-15 12:02:38.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:02:38.336 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5745421f-e303-43f9-8b17-a15886197eee] socks forwarding established\n2025-07-15 12:02:38.368 [info] [command][e7406471-04b1-46b7-a69c-bc0b6d7cb82c] Process exited with code 0\n2025-07-15 12:02:38.369 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5745421f-e303-43f9-8b17-a15886197eee] socks connection closed\n2025-07-15 12:02:38.369 [info] [command][e7406471-04b1-46b7-a69c-bc0b6d7cb82c] Socket close event received\n2025-07-15 12:02:38.385 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50614 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:03:38.374 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:03:38.377 [info] [command][34cae939-f537-48fb-98c8-692c86724bbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""34cae939-f537-48fb-98c8-692c86724bbd""}\n2025-07-15 12:03:38.378 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f53813ca-16d8-46da-ae4a-c3e1b9e16fb2] received connection request\n2025-07-15 12:03:38.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:03:38.397 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f53813ca-16d8-46da-ae4a-c3e1b9e16fb2] socks forwarding established\n2025-07-15 12:03:38.433 [info] [command][34cae939-f537-48fb-98c8-692c86724bbd] Process exited with code 0\n2025-07-15 12:03:38.434 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f53813ca-16d8-46da-ae4a-c3e1b9e16fb2] socks connection closed\n2025-07-15 12:03:38.434 [info] [command][34cae939-f537-48fb-98c8-692c86724bbd] Socket close event received\n2025-07-15 12:03:38.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50634 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:04:38.435 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:04:38.437 [info] [command][a3ec75e1-3407-460c-8326-7e28cf465b25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a3ec75e1-3407-460c-8326-7e28cf465b25""}\n2025-07-15 12:04:38.438 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][07d3660e-d5b1-4a67-b783-d12a4ae9f2ee] received connection request\n2025-07-15 12:04:38.438 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:04:38.466 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][07d3660e-d5b1-4a67-b783-d12a4ae9f2ee] socks forwarding established\n2025-07-15 12:04:38.499 [info] [command][a3ec75e1-3407-460c-8326-7e28cf465b25] Process exited with code 0\n2025-07-15 12:04:38.500 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][07d3660e-d5b1-4a67-b783-d12a4ae9f2ee] socks connection closed\n2025-07-15 12:04:38.500 [info] [command][a3ec75e1-3407-460c-8326-7e28cf465b25] Socket close event received\n2025-07-15 12:04:38.517 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50671 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:05:38.505 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:05:38.507 [info] [command][1186485c-9139-4aab-8f1a-0712cc1a74e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1186485c-9139-4aab-8f1a-0712cc1a74e2""}\n2025-07-15 12:05:38.508 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3682c55f-dfb2-4d8f-be91-7b33c4a7e5e1] received connection request\n2025-07-15 12:05:38.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:05:38.536 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3682c55f-dfb2-4d8f-be91-7b33c4a7e5e1] socks forwarding established\n2025-07-15 12:05:38.682 [info] [command][1186485c-9139-4aab-8f1a-0712cc1a74e2] Process exited with code 0\n2025-07-15 12:05:38.683 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3682c55f-dfb2-4d8f-be91-7b33c4a7e5e1] socks connection closed\n2025-07-15 12:05:38.683 [info] [command][1186485c-9139-4aab-8f1a-0712cc1a74e2] Socket close event received\n2025-07-15 12:05:38.701 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50690 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:06:38.688 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:06:38.689 [info] [command][1a4d7ee7-a174-4b5e-9369-fb52bec69dae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1a4d7ee7-a174-4b5e-9369-fb52bec69dae""}\n2025-07-15 12:06:38.690 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1d638af0-765f-4ea6-980b-677161b6df3a] received connection request\n2025-07-15 12:06:38.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:06:38.709 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1d638af0-765f-4ea6-980b-677161b6df3a] socks forwarding established\n2025-07-15 12:06:38.761 [info] [command][1a4d7ee7-a174-4b5e-9369-fb52bec69dae] Process exited with code 0\n2025-07-15 12:06:38.762 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1d638af0-765f-4ea6-980b-677161b6df3a] socks connection closed\n2025-07-15 12:06:38.762 [info] [command][1a4d7ee7-a174-4b5e-9369-fb52bec69dae] Socket close event received\n2025-07-15 12:06:38.781 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50721 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:07:38.762 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:07:38.764 [info] [command][0ee74897-bc49-4010-b754-8a105e8fefea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0ee74897-bc49-4010-b754-8a105e8fefea""}\n2025-07-15 12:07:38.765 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c70f708d-9572-444f-bcbe-defacb367bec] received connection request\n2025-07-15 12:07:38.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:07:38.783 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c70f708d-9572-444f-bcbe-defacb367bec] socks forwarding established\n2025-07-15 12:07:38.816 [info] [command][0ee74897-bc49-4010-b754-8a105e8fefea] Process exited with code 0\n2025-07-15 12:07:38.816 [info] [command][0ee74897-bc49-4010-b754-8a105e8fefea] Socket close event received\n2025-07-15 12:07:38.817 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c70f708d-9572-444f-bcbe-defacb367bec] socks connection closed\n2025-07-15 12:07:38.836 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50733 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:08:38.819 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:08:38.820 [info] [command][3ffcdffa-6278-492d-9c02-fc312899d237] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3ffcdffa-6278-492d-9c02-fc312899d237""}\n2025-07-15 12:08:38.820 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][68b3e159-5f4d-4e26-9242-e34381290b85] received connection request\n2025-07-15 12:08:38.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:08:38.837 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][68b3e159-5f4d-4e26-9242-e34381290b85] socks forwarding established\n2025-07-15 12:08:38.868 [info] [command][3ffcdffa-6278-492d-9c02-fc312899d237] Process exited with code 0\n2025-07-15 12:08:38.868 [info] [command][3ffcdffa-6278-492d-9c02-fc312899d237] Socket close event received\n2025-07-15 12:08:38.868 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][68b3e159-5f4d-4e26-9242-e34381290b85] socks connection closed\n2025-07-15 12:08:38.885 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50756 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:09:38.868 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:09:38.869 [info] [command][fc59dffb-f7d6-4807-abc7-0b5fdc2ed7e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fc59dffb-f7d6-4807-abc7-0b5fdc2ed7e2""}\n2025-07-15 12:09:38.870 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fbab6e6d-8f06-4123-b9f2-6b99a9d1ab9f] received connection request\n2025-07-15 12:09:38.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:09:38.886 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fbab6e6d-8f06-4123-b9f2-6b99a9d1ab9f] socks forwarding established\n2025-07-15 12:09:38.922 [info] [command][fc59dffb-f7d6-4807-abc7-0b5fdc2ed7e2] Process exited with code 0\n2025-07-15 12:09:38.923 [info] [command][fc59dffb-f7d6-4807-abc7-0b5fdc2ed7e2] Socket close event received\n2025-07-15 12:09:38.946 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fbab6e6d-8f06-4123-b9f2-6b99a9d1ab9f] socks connection closed\n2025-07-15 12:09:38.946 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50789 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:10:38.926 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:10:38.927 [info] [command][dd965901-9ed0-41da-948d-784a973cd84e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""dd965901-9ed0-41da-948d-784a973cd84e""}\n2025-07-15 12:10:38.928 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e93651ed-03ed-4be8-b764-ec15f50bd3e5] received connection request\n2025-07-15 12:10:38.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:10:38.949 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e93651ed-03ed-4be8-b764-ec15f50bd3e5] socks forwarding established\n2025-07-15 12:10:38.980 [info] [command][dd965901-9ed0-41da-948d-784a973cd84e] Process exited with code 0\n2025-07-15 12:10:38.980 [info] [command][dd965901-9ed0-41da-948d-784a973cd84e] Socket close event received\n2025-07-15 12:10:38.981 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e93651ed-03ed-4be8-b764-ec15f50bd3e5] socks connection closed\n2025-07-15 12:10:38.999 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50812 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:11:38.983 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:11:38.986 [info] [command][ebf6dc14-d199-498c-89dc-cbd44731090c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ebf6dc14-d199-498c-89dc-cbd44731090c""}\n2025-07-15 12:11:38.987 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e4d52036-a6fa-4a56-9be4-1cafdef0f4e1] received connection request\n2025-07-15 12:11:38.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:11:39.022 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e4d52036-a6fa-4a56-9be4-1cafdef0f4e1] socks forwarding established\n2025-07-15 12:11:39.071 [info] [command][ebf6dc14-d199-498c-89dc-cbd44731090c] Process exited with code 0\n2025-07-15 12:11:39.071 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e4d52036-a6fa-4a56-9be4-1cafdef0f4e1] socks connection closed\n2025-07-15 12:11:39.071 [info] [command][ebf6dc14-d199-498c-89dc-cbd44731090c] Socket close event received\n2025-07-15 12:11:39.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50899 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:12:39.076 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:12:39.077 [info] [command][bc3001ab-1a64-412b-a39a-35a6879d9e94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bc3001ab-1a64-412b-a39a-35a6879d9e94""}\n2025-07-15 12:12:39.078 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7d6d2d6c-51d5-41f2-9733-324d2902c7fe] received connection request\n2025-07-15 12:12:39.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:12:39.095 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7d6d2d6c-51d5-41f2-9733-324d2902c7fe] socks forwarding established\n2025-07-15 12:12:39.176 [info] [command][bc3001ab-1a64-412b-a39a-35a6879d9e94] Process exited with code 0\n2025-07-15 12:12:39.176 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7d6d2d6c-51d5-41f2-9733-324d2902c7fe] socks connection closed\n2025-07-15 12:12:39.176 [info] [command][bc3001ab-1a64-412b-a39a-35a6879d9e94] Socket close event received\n2025-07-15 12:12:39.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50924 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:13:39.178 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:13:39.178 [info] [command][b255c19e-8b39-404b-b166-a224d28c5581] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b255c19e-8b39-404b-b166-a224d28c5581""}\n2025-07-15 12:13:39.179 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][66b290b6-3d6b-4499-9c53-421059aa7549] received connection request\n2025-07-15 12:13:39.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:13:39.201 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][66b290b6-3d6b-4499-9c53-421059aa7549] socks forwarding established\n2025-07-15 12:13:39.235 [info] [command][b255c19e-8b39-404b-b166-a224d28c5581] Process exited with code 0\n2025-07-15 12:13:39.235 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][66b290b6-3d6b-4499-9c53-421059aa7549] socks connection closed\n2025-07-15 12:13:39.235 [info] [command][b255c19e-8b39-404b-b166-a224d28c5581] Socket close event received\n2025-07-15 12:13:39.252 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50949 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:14:39.239 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:14:39.241 [info] [command][1eed5774-58ac-45a1-b211-e9594cf30014] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1eed5774-58ac-45a1-b211-e9594cf30014""}\n2025-07-15 12:14:39.242 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fc7d51a6-9869-42e1-932d-f1f3ebf0f32c] received connection request\n2025-07-15 12:14:39.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:14:39.266 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fc7d51a6-9869-42e1-932d-f1f3ebf0f32c] socks forwarding established\n2025-07-15 12:14:39.298 [info] [command][1eed5774-58ac-45a1-b211-e9594cf30014] Process exited with code 0\n2025-07-15 12:14:39.298 [info] [command][1eed5774-58ac-45a1-b211-e9594cf30014] Socket close event received\n2025-07-15 12:14:39.298 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fc7d51a6-9869-42e1-932d-f1f3ebf0f32c] socks connection closed\n2025-07-15 12:14:39.316 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 50981 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:15:39.303 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:15:39.305 [info] [command][83e796bb-7665-4a02-b2aa-0e423a11c37c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""83e796bb-7665-4a02-b2aa-0e423a11c37c""}\n2025-07-15 12:15:39.306 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c01d5e9b-fe7a-4042-8bf6-6452fff6fd55] received connection request\n2025-07-15 12:15:39.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:15:39.327 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c01d5e9b-fe7a-4042-8bf6-6452fff6fd55] socks forwarding established\n2025-07-15 12:15:39.358 [info] [command][83e796bb-7665-4a02-b2aa-0e423a11c37c] Process exited with code 0\n2025-07-15 12:15:39.358 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c01d5e9b-fe7a-4042-8bf6-6452fff6fd55] socks connection closed\n2025-07-15 12:15:39.359 [info] [command][83e796bb-7665-4a02-b2aa-0e423a11c37c] Socket close event received\n2025-07-15 12:15:39.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51008 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:16:39.362 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:16:39.364 [info] [command][5ac0114d-1086-429e-a3b9-90b671f19a63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5ac0114d-1086-429e-a3b9-90b671f19a63""}\n2025-07-15 12:16:39.365 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4b0403ab-df7d-476a-8e09-d6391dceba1d] received connection request\n2025-07-15 12:16:39.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:16:39.516 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4b0403ab-df7d-476a-8e09-d6391dceba1d] socks forwarding established\n2025-07-15 12:16:39.549 [info] [command][5ac0114d-1086-429e-a3b9-90b671f19a63] Process exited with code 0\n2025-07-15 12:16:39.550 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4b0403ab-df7d-476a-8e09-d6391dceba1d] socks connection closed\n2025-07-15 12:16:39.550 [info] [command][5ac0114d-1086-429e-a3b9-90b671f19a63] Socket close event received\n2025-07-15 12:16:39.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51040 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:17:39.553 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:17:39.554 [info] [command][83c1066a-0c8c-4347-98b8-937c72d94362] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""83c1066a-0c8c-4347-98b8-937c72d94362""}\n2025-07-15 12:17:39.555 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e5f56766-3deb-4bda-94b7-0d1ebc76b0c3] received connection request\n2025-07-15 12:17:39.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:17:39.576 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e5f56766-3deb-4bda-94b7-0d1ebc76b0c3] socks forwarding established\n2025-07-15 12:17:39.607 [info] [command][83c1066a-0c8c-4347-98b8-937c72d94362] Process exited with code 0\n2025-07-15 12:17:39.608 [info] [command][83c1066a-0c8c-4347-98b8-937c72d94362] Socket close event received\n2025-07-15 12:17:39.623 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e5f56766-3deb-4bda-94b7-0d1ebc76b0c3] socks connection closed\n2025-07-15 12:17:39.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51061 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:18:39.610 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:18:39.611 [info] [command][9d7d468d-edbb-4714-9e0e-545f417d368a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9d7d468d-edbb-4714-9e0e-545f417d368a""}\n2025-07-15 12:18:39.611 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6d637e25-251e-4544-847f-193fea955014] received connection request\n2025-07-15 12:18:39.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:18:39.629 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d637e25-251e-4544-847f-193fea955014] socks forwarding established\n2025-07-15 12:18:39.659 [info] [command][9d7d468d-edbb-4714-9e0e-545f417d368a] Process exited with code 0\n2025-07-15 12:18:39.659 [info] [command][9d7d468d-edbb-4714-9e0e-545f417d368a] Socket close event received\n2025-07-15 12:18:39.660 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d637e25-251e-4544-847f-193fea955014] socks connection closed\n2025-07-15 12:18:39.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51083 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:19:39.660 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:19:39.661 [info] [command][99b986b9-b08f-4aeb-9dc3-dcb4288a5bff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""99b986b9-b08f-4aeb-9dc3-dcb4288a5bff""}\n2025-07-15 12:19:39.662 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3bdf7abf-d1f0-461f-bd3e-fca8411a1e7f] received connection request\n2025-07-15 12:19:39.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 12:19:39.662 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:19:39.679 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3bdf7abf-d1f0-461f-bd3e-fca8411a1e7f] socks forwarding established\n2025-07-15 12:19:39.711 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3bdf7abf-d1f0-461f-bd3e-fca8411a1e7f] socks connection closed\n2025-07-15 12:19:39.711 [info] [command][99b986b9-b08f-4aeb-9dc3-dcb4288a5bff] Process exited with code 0\n2025-07-15 12:19:39.711 [info] [command][99b986b9-b08f-4aeb-9dc3-dcb4288a5bff] Socket close event received\n2025-07-15 12:19:39.816 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51109 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:20:39.715 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:20:39.717 [info] [command][04c89723-7e4f-4a5a-a4bd-aff085524100] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""04c89723-7e4f-4a5a-a4bd-aff085524100""}\n2025-07-15 12:20:39.718 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][306a577a-6246-4735-81fd-0be96b55db09] received connection request\n2025-07-15 12:20:39.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:20:39.736 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][306a577a-6246-4735-81fd-0be96b55db09] socks forwarding established\n2025-07-15 12:20:39.770 [info] [command][04c89723-7e4f-4a5a-a4bd-aff085524100] Process exited with code 0\n2025-07-15 12:20:39.770 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][306a577a-6246-4735-81fd-0be96b55db09] socks connection closed\n2025-07-15 12:20:39.770 [info] [command][04c89723-7e4f-4a5a-a4bd-aff085524100] Socket close event received\n2025-07-15 12:20:39.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51135 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:21:39.775 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:21:39.779 [info] [command][9cf2c26c-0c3c-424d-b7b7-4b1b8b190dbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9cf2c26c-0c3c-424d-b7b7-4b1b8b190dbb""}\n2025-07-15 12:21:39.779 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b84c573f-0b5e-4fe5-a766-fda4bd4e6b36] received connection request\n2025-07-15 12:21:39.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:21:39.798 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b84c573f-0b5e-4fe5-a766-fda4bd4e6b36] socks forwarding established\n2025-07-15 12:21:39.829 [info] [command][9cf2c26c-0c3c-424d-b7b7-4b1b8b190dbb] Process exited with code 0\n2025-07-15 12:21:39.830 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b84c573f-0b5e-4fe5-a766-fda4bd4e6b36] socks connection closed\n2025-07-15 12:21:39.830 [info] [command][9cf2c26c-0c3c-424d-b7b7-4b1b8b190dbb] Socket close event received\n2025-07-15 12:21:39.847 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51167 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:22:39.835 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:22:39.837 [info] [command][1ac9123c-8cb3-4378-87cb-6352c80a52ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1ac9123c-8cb3-4378-87cb-6352c80a52ff""}\n2025-07-15 12:22:39.838 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][27b69db4-b8bf-457b-82fc-ff370872722a] received connection request\n2025-07-15 12:22:39.839 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:22:39.928 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][27b69db4-b8bf-457b-82fc-ff370872722a] socks forwarding established\n2025-07-15 12:22:39.960 [info] [command][1ac9123c-8cb3-4378-87cb-6352c80a52ff] Process exited with code 0\n2025-07-15 12:22:39.960 [info] [command][1ac9123c-8cb3-4378-87cb-6352c80a52ff] Socket close event received\n2025-07-15 12:22:39.977 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][27b69db4-b8bf-457b-82fc-ff370872722a] socks connection closed\n2025-07-15 12:22:39.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51194 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:23:39.962 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:23:39.964 [info] [command][995c75ae-f99d-4f00-b3b5-4f2f567af522] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""995c75ae-f99d-4f00-b3b5-4f2f567af522""}\n2025-07-15 12:23:39.966 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d5785185-538f-45d8-8ba1-92309baecc64] received connection request\n2025-07-15 12:23:39.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:23:39.994 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d5785185-538f-45d8-8ba1-92309baecc64] socks forwarding established\n2025-07-15 12:23:40.029 [info] [command][995c75ae-f99d-4f00-b3b5-4f2f567af522] Process exited with code 0\n2025-07-15 12:23:40.030 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d5785185-538f-45d8-8ba1-92309baecc64] socks connection closed\n2025-07-15 12:23:40.031 [info] [command][995c75ae-f99d-4f00-b3b5-4f2f567af522] Socket close event received\n2025-07-15 12:23:40.061 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51220 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:24:40.034 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:24:40.036 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0a501cc2-0ecf-43fa-8c0f-19344af6f959] received connection request\n2025-07-15 12:24:40.036 [info] [command][9aebded8-84d6-4fe1-a8d9-6d0470244019] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9aebded8-84d6-4fe1-a8d9-6d0470244019""}\n2025-07-15 12:24:40.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:24:40.054 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0a501cc2-0ecf-43fa-8c0f-19344af6f959] socks forwarding established\n2025-07-15 12:24:40.084 [info] [command][9aebded8-84d6-4fe1-a8d9-6d0470244019] Process exited with code 0\n2025-07-15 12:24:40.085 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0a501cc2-0ecf-43fa-8c0f-19344af6f959] socks connection closed\n2025-07-15 12:24:40.085 [info] [command][9aebded8-84d6-4fe1-a8d9-6d0470244019] Socket close event received\n2025-07-15 12:24:40.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51247 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:25:40.088 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:25:40.091 [info] [command][9c42fbbb-237b-4a46-915f-0582d01f8d70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9c42fbbb-237b-4a46-915f-0582d01f8d70""}\n2025-07-15 12:25:40.091 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][55c63e0c-e9e4-4027-9a95-74dd68aaef7f] received connection request\n2025-07-15 12:25:40.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:25:40.111 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][55c63e0c-e9e4-4027-9a95-74dd68aaef7f] socks forwarding established\n2025-07-15 12:25:40.144 [info] [command][9c42fbbb-237b-4a46-915f-0582d01f8d70] Process exited with code 0\n2025-07-15 12:25:40.144 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][55c63e0c-e9e4-4027-9a95-74dd68aaef7f] socks connection closed\n2025-07-15 12:25:40.144 [info] [command][9c42fbbb-237b-4a46-915f-0582d01f8d70] Socket close event received\n2025-07-15 12:25:40.163 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51272 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:26:40.148 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:26:40.149 [info] [command][107c83aa-948a-47ef-9e2c-55348a1eca6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""107c83aa-948a-47ef-9e2c-55348a1eca6d""}\n2025-07-15 12:26:40.149 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5762849c-453c-446e-804d-5e7cd5891b07] received connection request\n2025-07-15 12:26:40.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:26:40.283 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5762849c-453c-446e-804d-5e7cd5891b07] socks forwarding established\n2025-07-15 12:26:40.458 [info] [command][107c83aa-948a-47ef-9e2c-55348a1eca6d] Process exited with code 0\n2025-07-15 12:26:40.458 [info] [command][107c83aa-948a-47ef-9e2c-55348a1eca6d] Socket close event received\n2025-07-15 12:26:40.459 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5762849c-453c-446e-804d-5e7cd5891b07] socks connection closed\n2025-07-15 12:26:40.477 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51299 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:27:40.463 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:27:40.464 [info] [command][5b9110e8-916b-4f3c-8b03-13cc876fbeb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5b9110e8-916b-4f3c-8b03-13cc876fbeb0""}\n2025-07-15 12:27:40.464 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7e89d944-2acd-488c-8e2d-93d90ae2b1a4] received connection request\n2025-07-15 12:27:40.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:27:40.555 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7e89d944-2acd-488c-8e2d-93d90ae2b1a4] socks forwarding established\n2025-07-15 12:27:40.602 [info] [command][5b9110e8-916b-4f3c-8b03-13cc876fbeb0] Process exited with code 0\n2025-07-15 12:27:40.602 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7e89d944-2acd-488c-8e2d-93d90ae2b1a4] socks connection closed\n2025-07-15 12:27:40.602 [info] [command][5b9110e8-916b-4f3c-8b03-13cc876fbeb0] Socket close event received\n2025-07-15 12:27:40.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51321 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:28:40.607 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:28:40.610 [info] [command][742b9d03-1110-4189-8aea-5c3fc9aa9a03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""742b9d03-1110-4189-8aea-5c3fc9aa9a03""}\n2025-07-15 12:28:40.611 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7fefe924-0b55-4aa3-9602-4815c91969f4] received connection request\n2025-07-15 12:28:40.612 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:28:40.630 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7fefe924-0b55-4aa3-9602-4815c91969f4] socks forwarding established\n2025-07-15 12:28:40.664 [info] [command][742b9d03-1110-4189-8aea-5c3fc9aa9a03] Process exited with code 0\n2025-07-15 12:28:40.664 [info] [command][742b9d03-1110-4189-8aea-5c3fc9aa9a03] Socket close event received\n2025-07-15 12:28:40.666 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7fefe924-0b55-4aa3-9602-4815c91969f4] socks connection closed\n2025-07-15 12:28:40.684 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51342 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:29:40.667 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:29:40.668 [info] [command][05e9d273-8c49-43ff-8cae-54b0b589167f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""05e9d273-8c49-43ff-8cae-54b0b589167f""}\n2025-07-15 12:29:40.669 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][61d715ab-c3ca-4b37-afbd-e548b0bb92c3] received connection request\n2025-07-15 12:29:40.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:29:40.686 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][61d715ab-c3ca-4b37-afbd-e548b0bb92c3] socks forwarding established\n2025-07-15 12:29:40.715 [info] [command][05e9d273-8c49-43ff-8cae-54b0b589167f] Process exited with code 0\n2025-07-15 12:29:40.716 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][61d715ab-c3ca-4b37-afbd-e548b0bb92c3] socks connection closed\n2025-07-15 12:29:40.716 [info] [command][05e9d273-8c49-43ff-8cae-54b0b589167f] Socket close event received\n2025-07-15 12:29:40.733 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51373 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:30:40.717 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:30:40.719 [info] [command][7b2a1e12-d1de-43c3-be6c-281462a532b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7b2a1e12-d1de-43c3-be6c-281462a532b0""}\n2025-07-15 12:30:40.720 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][06dda931-7afd-4907-8241-0e907b0d78c3] received connection request\n2025-07-15 12:30:40.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:30:40.739 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][06dda931-7afd-4907-8241-0e907b0d78c3] socks forwarding established\n2025-07-15 12:30:40.773 [info] [command][7b2a1e12-d1de-43c3-be6c-281462a532b0] Process exited with code 0\n2025-07-15 12:30:40.774 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][06dda931-7afd-4907-8241-0e907b0d78c3] socks connection closed\n2025-07-15 12:30:40.774 [info] [command][7b2a1e12-d1de-43c3-be6c-281462a532b0] Socket close event received\n2025-07-15 12:30:40.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51392 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:31:40.778 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:31:40.781 [info] [command][e68ef75b-7bcd-43b4-b340-b6f4f45d29f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e68ef75b-7bcd-43b4-b340-b6f4f45d29f5""}\n2025-07-15 12:31:40.781 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][505e18da-3956-4c3f-8c1e-d9123ba4acbe] received connection request\n2025-07-15 12:31:40.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:31:40.803 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][505e18da-3956-4c3f-8c1e-d9123ba4acbe] socks forwarding established\n2025-07-15 12:31:40.834 [info] [command][e68ef75b-7bcd-43b4-b340-b6f4f45d29f5] Process exited with code 0\n2025-07-15 12:31:40.834 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][505e18da-3956-4c3f-8c1e-d9123ba4acbe] socks connection closed\n2025-07-15 12:31:40.834 [info] [command][e68ef75b-7bcd-43b4-b340-b6f4f45d29f5] Socket close event received\n2025-07-15 12:31:40.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51422 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:32:40.839 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:32:40.841 [info] [command][957b42d1-5db7-47bf-90c8-4f6ee6a864f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""957b42d1-5db7-47bf-90c8-4f6ee6a864f6""}\n2025-07-15 12:32:40.841 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][11956430-32b8-45c3-aaab-b8d002955ee7] received connection request\n2025-07-15 12:32:40.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:32:40.864 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][11956430-32b8-45c3-aaab-b8d002955ee7] socks forwarding established\n2025-07-15 12:32:40.896 [info] [command][957b42d1-5db7-47bf-90c8-4f6ee6a864f6] Process exited with code 0\n2025-07-15 12:32:40.896 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][11956430-32b8-45c3-aaab-b8d002955ee7] socks connection closed\n2025-07-15 12:32:40.897 [info] [command][957b42d1-5db7-47bf-90c8-4f6ee6a864f6] Socket close event received\n2025-07-15 12:32:40.913 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51440 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:33:40.902 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:33:40.904 [info] [command][1f77ebb4-1c48-462f-a667-cea22763938f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1f77ebb4-1c48-462f-a667-cea22763938f""}\n2025-07-15 12:33:40.904 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6b265891-f2ba-4413-8677-347fdb691077] received connection request\n2025-07-15 12:33:40.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:33:40.922 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6b265891-f2ba-4413-8677-347fdb691077] socks forwarding established\n2025-07-15 12:33:40.952 [info] [command][1f77ebb4-1c48-462f-a667-cea22763938f] Process exited with code 0\n2025-07-15 12:33:40.952 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6b265891-f2ba-4413-8677-347fdb691077] socks connection closed\n2025-07-15 12:33:40.953 [info] [command][1f77ebb4-1c48-462f-a667-cea22763938f] Socket close event received\n2025-07-15 12:33:41.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51490 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:34:40.957 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:34:40.958 [info] [command][55bc3ce1-f637-4bf7-89fe-3b250ed8618b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""55bc3ce1-f637-4bf7-89fe-3b250ed8618b""}\n2025-07-15 12:34:40.958 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d156a0be-60ef-41c9-824a-cb51e687455b] received connection request\n2025-07-15 12:34:40.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:34:40.975 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d156a0be-60ef-41c9-824a-cb51e687455b] socks forwarding established\n2025-07-15 12:34:41.005 [info] [command][55bc3ce1-f637-4bf7-89fe-3b250ed8618b] Process exited with code 0\n2025-07-15 12:34:41.005 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d156a0be-60ef-41c9-824a-cb51e687455b] socks connection closed\n2025-07-15 12:34:41.005 [info] [command][55bc3ce1-f637-4bf7-89fe-3b250ed8618b] Socket close event received\n2025-07-15 12:34:41.024 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51515 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:35:41.011 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:35:41.012 [info] [command][58bc5292-92ec-409c-ab29-b761391e244f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""58bc5292-92ec-409c-ab29-b761391e244f""}\n2025-07-15 12:35:41.013 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][470ca4b8-4a26-486a-baca-8af77bd3b55e] received connection request\n2025-07-15 12:35:41.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:35:41.031 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][470ca4b8-4a26-486a-baca-8af77bd3b55e] socks forwarding established\n2025-07-15 12:35:41.064 [info] [command][58bc5292-92ec-409c-ab29-b761391e244f] Process exited with code 0\n2025-07-15 12:35:41.064 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][470ca4b8-4a26-486a-baca-8af77bd3b55e] socks connection closed\n2025-07-15 12:35:41.065 [info] [command][58bc5292-92ec-409c-ab29-b761391e244f] Socket close event received\n2025-07-15 12:35:41.082 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51534 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:36:41.070 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:36:41.070 [info] [command][7392ec01-8885-4077-bb40-929f78bbd354] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7392ec01-8885-4077-bb40-929f78bbd354""}\n2025-07-15 12:36:41.071 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ce638902-8dd2-4389-b5d9-1f57d11600ec] received connection request\n2025-07-15 12:36:41.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 12:36:41.071 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:36:41.129 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ce638902-8dd2-4389-b5d9-1f57d11600ec] socks forwarding established\n2025-07-15 12:36:41.159 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ce638902-8dd2-4389-b5d9-1f57d11600ec] socks connection closed\n2025-07-15 12:36:41.159 [info] [command][7392ec01-8885-4077-bb40-929f78bbd354] Process exited with code 0\n2025-07-15 12:36:41.160 [info] [command][7392ec01-8885-4077-bb40-929f78bbd354] Socket close event received\n2025-07-15 12:36:41.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51565 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:37:41.163 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:37:41.166 [info] [command][64ad4fe2-d5a7-4ddd-a969-2808237b8b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""64ad4fe2-d5a7-4ddd-a969-2808237b8b2f""}\n2025-07-15 12:37:41.167 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1edcb4dd-4dd7-4632-99e1-1c6fc9e2206c] received connection request\n2025-07-15 12:37:41.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:37:41.185 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1edcb4dd-4dd7-4632-99e1-1c6fc9e2206c] socks forwarding established\n2025-07-15 12:37:41.218 [info] [command][64ad4fe2-d5a7-4ddd-a969-2808237b8b2f] Process exited with code 0\n2025-07-15 12:37:41.218 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1edcb4dd-4dd7-4632-99e1-1c6fc9e2206c] socks connection closed\n2025-07-15 12:37:41.218 [info] [command][64ad4fe2-d5a7-4ddd-a969-2808237b8b2f] Socket close event received\n2025-07-15 12:37:41.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51581 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:38:41.224 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:38:41.225 [info] [command][6898cc06-2001-4c74-a6c9-9abf0a4721d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6898cc06-2001-4c74-a6c9-9abf0a4721d5""}\n2025-07-15 12:38:41.225 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d4f08849-60c5-47a4-83d4-85367d4128e7] received connection request\n2025-07-15 12:38:41.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:38:41.244 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d4f08849-60c5-47a4-83d4-85367d4128e7] socks forwarding established\n2025-07-15 12:38:41.276 [info] [command][6898cc06-2001-4c74-a6c9-9abf0a4721d5] Process exited with code 0\n2025-07-15 12:38:41.276 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d4f08849-60c5-47a4-83d4-85367d4128e7] socks connection closed\n2025-07-15 12:38:41.276 [info] [command][6898cc06-2001-4c74-a6c9-9abf0a4721d5] Socket close event received\n2025-07-15 12:38:41.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51610 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:39:41.277 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:39:41.278 [info] [command][330f8ef3-3765-4b1f-8091-9d2eb384b93b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""330f8ef3-3765-4b1f-8091-9d2eb384b93b""}\n2025-07-15 12:39:41.279 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a7e41aa4-76ad-4509-8833-fae8b5ce2198] received connection request\n2025-07-15 12:39:41.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:39:41.312 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a7e41aa4-76ad-4509-8833-fae8b5ce2198] socks forwarding established\n2025-07-15 12:39:41.346 [info] [command][330f8ef3-3765-4b1f-8091-9d2eb384b93b] Process exited with code 0\n2025-07-15 12:39:41.346 [info] [command][330f8ef3-3765-4b1f-8091-9d2eb384b93b] Socket close event received\n2025-07-15 12:39:41.347 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a7e41aa4-76ad-4509-8833-fae8b5ce2198] socks connection closed\n2025-07-15 12:39:41.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51632 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:40:41.352 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:40:41.354 [info] [command][d2b09b23-6566-408d-925e-2758223dd757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d2b09b23-6566-408d-925e-2758223dd757""}\n2025-07-15 12:40:41.355 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ce93d299-3b00-4812-a205-46a5e0d6e9a0] received connection request\n2025-07-15 12:40:41.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:40:41.453 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ce93d299-3b00-4812-a205-46a5e0d6e9a0] socks forwarding established\n2025-07-15 12:40:41.489 [info] [command][d2b09b23-6566-408d-925e-2758223dd757] Process exited with code 0\n2025-07-15 12:40:41.490 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ce93d299-3b00-4812-a205-46a5e0d6e9a0] socks connection closed\n2025-07-15 12:40:41.490 [info] [command][d2b09b23-6566-408d-925e-2758223dd757] Socket close event received\n2025-07-15 12:40:41.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51652 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:41:41.495 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:41:41.498 [info] [command][c2fb9700-62b9-4732-8c5f-e4c1fe1dcc08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c2fb9700-62b9-4732-8c5f-e4c1fe1dcc08""}\n2025-07-15 12:41:41.499 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3d63b760-32b9-464b-87d5-0908e49189c0] received connection request\n2025-07-15 12:41:41.499 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:41:41.518 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d63b760-32b9-464b-87d5-0908e49189c0] socks forwarding established\n2025-07-15 12:41:41.549 [info] [command][c2fb9700-62b9-4732-8c5f-e4c1fe1dcc08] Process exited with code 0\n2025-07-15 12:41:41.549 [info] [command][c2fb9700-62b9-4732-8c5f-e4c1fe1dcc08] Socket close event received\n2025-07-15 12:41:41.565 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d63b760-32b9-464b-87d5-0908e49189c0] socks connection closed\n2025-07-15 12:41:41.571 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51688 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:42:41.550 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:42:41.551 [info] [command][a96660b6-a877-435e-ace1-0848630f0f0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a96660b6-a877-435e-ace1-0848630f0f0a""}\n2025-07-15 12:42:41.552 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][61f149d0-6e5a-49ae-a563-944b77c36890] received connection request\n2025-07-15 12:42:41.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:42:41.569 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][61f149d0-6e5a-49ae-a563-944b77c36890] socks forwarding established\n2025-07-15 12:42:41.601 [info] [command][a96660b6-a877-435e-ace1-0848630f0f0a] Process exited with code 0\n2025-07-15 12:42:41.602 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][61f149d0-6e5a-49ae-a563-944b77c36890] socks connection closed\n2025-07-15 12:42:41.602 [info] [command][a96660b6-a877-435e-ace1-0848630f0f0a] Socket close event received\n2025-07-15 12:42:41.620 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51706 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:43:41.607 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:43:41.609 [info] [command][509787b5-c82a-4fc2-a076-6e5b1e5607c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""509787b5-c82a-4fc2-a076-6e5b1e5607c7""}\n2025-07-15 12:43:41.610 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bd597a28-3061-4b85-99a0-0498edb3cd59] received connection request\n2025-07-15 12:43:41.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:43:41.667 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bd597a28-3061-4b85-99a0-0498edb3cd59] socks forwarding established\n2025-07-15 12:43:41.700 [info] [command][509787b5-c82a-4fc2-a076-6e5b1e5607c7] Process exited with code 0\n2025-07-15 12:43:41.701 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bd597a28-3061-4b85-99a0-0498edb3cd59] socks connection closed\n2025-07-15 12:43:41.701 [info] [command][509787b5-c82a-4fc2-a076-6e5b1e5607c7] Socket close event received\n2025-07-15 12:43:41.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51740 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:44:41.706 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:44:41.708 [info] [command][03c3d9fd-f652-454b-bc3f-09b13038da5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""03c3d9fd-f652-454b-bc3f-09b13038da5d""}\n2025-07-15 12:44:41.709 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][10d499fd-77d1-4fd1-8b38-00d785856d47] received connection request\n2025-07-15 12:44:41.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:44:41.727 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][10d499fd-77d1-4fd1-8b38-00d785856d47] socks forwarding established\n2025-07-15 12:44:41.758 [info] [command][03c3d9fd-f652-454b-bc3f-09b13038da5d] Process exited with code 0\n2025-07-15 12:44:41.758 [info] [command][03c3d9fd-f652-454b-bc3f-09b13038da5d] Socket close event received\n2025-07-15 12:44:41.759 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][10d499fd-77d1-4fd1-8b38-00d785856d47] socks connection closed\n2025-07-15 12:44:41.775 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51761 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:45:41.759 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:45:41.761 [info] [command][abdf17b8-184f-4feb-95a0-43da8ae35ebf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""abdf17b8-184f-4feb-95a0-43da8ae35ebf""}\n2025-07-15 12:45:41.761 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][91e4e5b0-c3be-4b78-9a2b-69d1850684a7] received connection request\n2025-07-15 12:45:41.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:45:41.778 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][91e4e5b0-c3be-4b78-9a2b-69d1850684a7] socks forwarding established\n2025-07-15 12:45:41.809 [info] [command][abdf17b8-184f-4feb-95a0-43da8ae35ebf] Process exited with code 0\n2025-07-15 12:45:41.810 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][91e4e5b0-c3be-4b78-9a2b-69d1850684a7] socks connection closed\n2025-07-15 12:45:41.810 [info] [command][abdf17b8-184f-4feb-95a0-43da8ae35ebf] Socket close event received\n2025-07-15 12:45:41.826 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51796 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:46:41.813 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:46:41.815 [info] [command][768240c2-3541-4a6d-952a-643384c89eef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""768240c2-3541-4a6d-952a-643384c89eef""}\n2025-07-15 12:46:41.816 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2b58bee8-f079-4672-ac83-2101a3742493] received connection request\n2025-07-15 12:46:41.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:46:41.834 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2b58bee8-f079-4672-ac83-2101a3742493] socks forwarding established\n2025-07-15 12:46:41.867 [info] [command][768240c2-3541-4a6d-952a-643384c89eef] Process exited with code 0\n2025-07-15 12:46:41.867 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2b58bee8-f079-4672-ac83-2101a3742493] socks connection closed\n2025-07-15 12:46:41.867 [info] [command][768240c2-3541-4a6d-952a-643384c89eef] Socket close event received\n2025-07-15 12:46:41.885 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51830 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:47:41.868 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:47:41.870 [info] [command][f7176b2b-1e39-4263-a7be-06c6322236e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f7176b2b-1e39-4263-a7be-06c6322236e9""}\n2025-07-15 12:47:41.871 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cab25226-961c-415e-95ba-3d5d09ff93dd] received connection request\n2025-07-15 12:47:41.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:47:41.901 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cab25226-961c-415e-95ba-3d5d09ff93dd] socks forwarding established\n2025-07-15 12:47:41.931 [info] [command][f7176b2b-1e39-4263-a7be-06c6322236e9] Process exited with code 0\n2025-07-15 12:47:41.932 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cab25226-961c-415e-95ba-3d5d09ff93dd] socks connection closed\n2025-07-15 12:47:41.932 [info] [command][f7176b2b-1e39-4263-a7be-06c6322236e9] Socket close event received\n2025-07-15 12:47:41.951 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51844 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:48:41.933 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:48:41.936 [info] [command][db8e6264-25d6-421c-ba3c-e47a9fc01106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""db8e6264-25d6-421c-ba3c-e47a9fc01106""}\n2025-07-15 12:48:41.937 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f3c8c4ec-7253-47a0-9276-0175629e5fd2] received connection request\n2025-07-15 12:48:41.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:48:41.958 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f3c8c4ec-7253-47a0-9276-0175629e5fd2] socks forwarding established\n2025-07-15 12:48:41.991 [info] [command][db8e6264-25d6-421c-ba3c-e47a9fc01106] Process exited with code 0\n2025-07-15 12:48:41.992 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f3c8c4ec-7253-47a0-9276-0175629e5fd2] socks connection closed\n2025-07-15 12:48:41.992 [info] [command][db8e6264-25d6-421c-ba3c-e47a9fc01106] Socket close event received\n2025-07-15 12:48:42.010 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51873 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:49:41.996 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:49:41.998 [info] [command][2a754baa-c3d9-4ecb-9377-bf1c73452d85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2a754baa-c3d9-4ecb-9377-bf1c73452d85""}\n2025-07-15 12:49:41.998 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ec4186e2-6d7d-48db-b206-427c80d33fcd] received connection request\n2025-07-15 12:49:41.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:49:42.099 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ec4186e2-6d7d-48db-b206-427c80d33fcd] socks forwarding established\n2025-07-15 12:49:42.135 [info] [command][2a754baa-c3d9-4ecb-9377-bf1c73452d85] Process exited with code 0\n2025-07-15 12:49:42.135 [info] [command][2a754baa-c3d9-4ecb-9377-bf1c73452d85] Socket close event received\n2025-07-15 12:49:42.137 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ec4186e2-6d7d-48db-b206-427c80d33fcd] socks connection closed\n2025-07-15 12:49:42.155 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51898 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:50:42.141 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:50:42.143 [info] [command][0c5e621c-24f6-4f04-8be9-241daa36cf57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0c5e621c-24f6-4f04-8be9-241daa36cf57""}\n2025-07-15 12:50:42.144 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4578e369-7f6e-49fd-a642-9955920560f9] received connection request\n2025-07-15 12:50:42.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 12:50:42.146 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:50:42.164 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4578e369-7f6e-49fd-a642-9955920560f9] socks forwarding established\n2025-07-15 12:50:42.196 [info] [command][0c5e621c-24f6-4f04-8be9-241daa36cf57] Process exited with code 0\n2025-07-15 12:50:42.196 [info] [command][0c5e621c-24f6-4f04-8be9-241daa36cf57] Socket close event received\n2025-07-15 12:50:42.196 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4578e369-7f6e-49fd-a642-9955920560f9] socks connection closed\n2025-07-15 12:50:42.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51915 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:51:42.197 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:51:42.198 [info] [command][5e7c805b-19bd-449f-bf7e-5d9216555a91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5e7c805b-19bd-449f-bf7e-5d9216555a91""}\n2025-07-15 12:51:42.199 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4fda8c0a-f45e-45eb-bab9-3b5677f91f3e] received connection request\n2025-07-15 12:51:42.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:51:42.217 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4fda8c0a-f45e-45eb-bab9-3b5677f91f3e] socks forwarding established\n2025-07-15 12:51:42.248 [info] [command][5e7c805b-19bd-449f-bf7e-5d9216555a91] Process exited with code 0\n2025-07-15 12:51:42.249 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4fda8c0a-f45e-45eb-bab9-3b5677f91f3e] socks connection closed\n2025-07-15 12:51:42.249 [info] [command][5e7c805b-19bd-449f-bf7e-5d9216555a91] Socket close event received\n2025-07-15 12:51:42.266 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51945 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:52:42.251 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:52:42.252 [info] [command][3bcb776a-eb8d-4179-ab9d-634780f281a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3bcb776a-eb8d-4179-ab9d-634780f281a5""}\n2025-07-15 12:52:42.253 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d077b097-c0f4-4ba4-9bb7-df572f58b082] received connection request\n2025-07-15 12:52:42.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:52:42.277 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d077b097-c0f4-4ba4-9bb7-df572f58b082] socks forwarding established\n2025-07-15 12:52:42.312 [info] [command][3bcb776a-eb8d-4179-ab9d-634780f281a5] Process exited with code 0\n2025-07-15 12:52:42.313 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d077b097-c0f4-4ba4-9bb7-df572f58b082] socks connection closed\n2025-07-15 12:52:42.313 [info] [command][3bcb776a-eb8d-4179-ab9d-634780f281a5] Socket close event received\n2025-07-15 12:52:42.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51964 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:53:42.318 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:53:42.321 [info] [command][92f5e89c-592a-4d41-b726-48a7b3660ecb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""92f5e89c-592a-4d41-b726-48a7b3660ecb""}\n2025-07-15 12:53:42.322 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8892f8a2-2d50-4e1e-9dc7-ae4b42015e93] received connection request\n2025-07-15 12:53:42.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:53:42.340 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8892f8a2-2d50-4e1e-9dc7-ae4b42015e93] socks forwarding established\n2025-07-15 12:53:42.373 [info] [command][92f5e89c-592a-4d41-b726-48a7b3660ecb] Process exited with code 0\n2025-07-15 12:53:42.373 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8892f8a2-2d50-4e1e-9dc7-ae4b42015e93] socks connection closed\n2025-07-15 12:53:42.373 [info] [command][92f5e89c-592a-4d41-b726-48a7b3660ecb] Socket close event received\n2025-07-15 12:53:42.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 51994 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:54:42.376 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:54:42.378 [info] [command][066e857e-eb29-4ad2-a3d2-a4b41181c658] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""066e857e-eb29-4ad2-a3d2-a4b41181c658""}\n2025-07-15 12:54:42.379 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2dfc1bd4-bb2c-4360-a168-99d8e3d1c491] received connection request\n2025-07-15 12:54:42.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:54:42.398 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2dfc1bd4-bb2c-4360-a168-99d8e3d1c491] socks forwarding established\n2025-07-15 12:54:42.429 [info] [command][066e857e-eb29-4ad2-a3d2-a4b41181c658] Process exited with code 0\n2025-07-15 12:54:42.430 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2dfc1bd4-bb2c-4360-a168-99d8e3d1c491] socks connection closed\n2025-07-15 12:54:42.430 [info] [command][066e857e-eb29-4ad2-a3d2-a4b41181c658] Socket close event received\n2025-07-15 12:54:42.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52029 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:55:42.431 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:55:42.432 [info] [command][e5808f83-6470-4880-a0dc-fabcf8f1faeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e5808f83-6470-4880-a0dc-fabcf8f1faeb""}\n2025-07-15 12:55:42.433 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0e2d5b98-3260-4ec8-8fe8-2c9dfbf7e179] received connection request\n2025-07-15 12:55:42.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:55:42.477 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0e2d5b98-3260-4ec8-8fe8-2c9dfbf7e179] socks forwarding established\n2025-07-15 12:55:42.645 [info] [command][e5808f83-6470-4880-a0dc-fabcf8f1faeb] Process exited with code 0\n2025-07-15 12:55:42.645 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0e2d5b98-3260-4ec8-8fe8-2c9dfbf7e179] socks connection closed\n2025-07-15 12:55:42.645 [info] [command][e5808f83-6470-4880-a0dc-fabcf8f1faeb] Socket close event received\n2025-07-15 12:55:42.661 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52050 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:56:42.649 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:56:42.651 [info] [command][fdd89227-7a97-4d71-a4d5-e9919579926a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fdd89227-7a97-4d71-a4d5-e9919579926a""}\n2025-07-15 12:56:42.652 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][eb9e8d4d-7cd7-4c40-bd64-7ca4eb6afb81] received connection request\n2025-07-15 12:56:42.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:56:42.671 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][eb9e8d4d-7cd7-4c40-bd64-7ca4eb6afb81] socks forwarding established\n2025-07-15 12:56:42.703 [info] [command][fdd89227-7a97-4d71-a4d5-e9919579926a] Process exited with code 0\n2025-07-15 12:56:42.703 [info] [command][fdd89227-7a97-4d71-a4d5-e9919579926a] Socket close event received\n2025-07-15 12:56:42.704 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][eb9e8d4d-7cd7-4c40-bd64-7ca4eb6afb81] socks connection closed\n2025-07-15 12:56:42.720 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52085 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:57:42.709 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:57:42.711 [info] [command][90a3017c-aa0b-4c6d-ae6b-e29bac6460eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""90a3017c-aa0b-4c6d-ae6b-e29bac6460eb""}\n2025-07-15 12:57:42.711 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][700de19b-8e10-4889-8a82-9c53f4851883] received connection request\n2025-07-15 12:57:42.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:57:42.730 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][700de19b-8e10-4889-8a82-9c53f4851883] socks forwarding established\n2025-07-15 12:57:42.761 [info] [command][90a3017c-aa0b-4c6d-ae6b-e29bac6460eb] Process exited with code 0\n2025-07-15 12:57:42.762 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][700de19b-8e10-4889-8a82-9c53f4851883] socks connection closed\n2025-07-15 12:57:42.762 [info] [command][90a3017c-aa0b-4c6d-ae6b-e29bac6460eb] Socket close event received\n2025-07-15 12:57:42.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52150 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:58:42.764 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:58:42.765 [info] [command][68fdf81d-9f73-4e9c-a4ad-881632c1b71b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""68fdf81d-9f73-4e9c-a4ad-881632c1b71b""}\n2025-07-15 12:58:42.765 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][094b1f3e-6fc5-4f23-a6bf-fb8240bca558] received connection request\n2025-07-15 12:58:42.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:58:42.782 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][094b1f3e-6fc5-4f23-a6bf-fb8240bca558] socks forwarding established\n2025-07-15 12:58:42.810 [info] [command][68fdf81d-9f73-4e9c-a4ad-881632c1b71b] Process exited with code 0\n2025-07-15 12:58:42.811 [info] [command][68fdf81d-9f73-4e9c-a4ad-881632c1b71b] Socket close event received\n2025-07-15 12:58:42.811 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][094b1f3e-6fc5-4f23-a6bf-fb8240bca558] socks connection closed\n2025-07-15 12:58:42.829 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52176 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 12:59:42.814 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 12:59:42.815 [info] [command][7414bf24-44a5-471e-a69b-882267635c77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7414bf24-44a5-471e-a69b-882267635c77""}\n2025-07-15 12:59:42.815 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ae4323d7-5827-4533-964a-09226a0e8754] received connection request\n2025-07-15 12:59:42.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 12:59:42.833 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ae4323d7-5827-4533-964a-09226a0e8754] socks forwarding established\n2025-07-15 12:59:42.864 [info] [command][7414bf24-44a5-471e-a69b-882267635c77] Process exited with code 0\n2025-07-15 12:59:42.864 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ae4323d7-5827-4533-964a-09226a0e8754] socks connection closed\n2025-07-15 12:59:42.864 [info] [command][7414bf24-44a5-471e-a69b-882267635c77] Socket close event received\n2025-07-15 12:59:42.880 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52241 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:00:42.869 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:00:42.871 [info] [command][4de760a2-7535-4644-b3ab-525f1996ae9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4de760a2-7535-4644-b3ab-525f1996ae9f""}\n2025-07-15 13:00:42.872 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][656d619a-e10b-4238-b791-34b6cf0e48f7] received connection request\n2025-07-15 13:00:42.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:00:42.892 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][656d619a-e10b-4238-b791-34b6cf0e48f7] socks forwarding established\n2025-07-15 13:00:42.926 [info] [command][4de760a2-7535-4644-b3ab-525f1996ae9f] Process exited with code 0\n2025-07-15 13:00:42.926 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][656d619a-e10b-4238-b791-34b6cf0e48f7] socks connection closed\n2025-07-15 13:00:42.926 [info] [command][4de760a2-7535-4644-b3ab-525f1996ae9f] Socket close event received\n2025-07-15 13:00:42.949 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52279 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:01:42.929 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:01:42.930 [info] [command][c8ad7701-6e93-40e4-b192-7374aa1b5296] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c8ad7701-6e93-40e4-b192-7374aa1b5296""}\n2025-07-15 13:01:42.930 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fec5caca-3a4f-4c3f-9a36-d0211e278162] received connection request\n2025-07-15 13:01:42.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:01:42.948 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fec5caca-3a4f-4c3f-9a36-d0211e278162] socks forwarding established\n2025-07-15 13:01:42.982 [info] [command][c8ad7701-6e93-40e4-b192-7374aa1b5296] Process exited with code 0\n2025-07-15 13:01:42.982 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fec5caca-3a4f-4c3f-9a36-d0211e278162] socks connection closed\n2025-07-15 13:01:42.983 [info] [command][c8ad7701-6e93-40e4-b192-7374aa1b5296] Socket close event received\n2025-07-15 13:01:43.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52359 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:02:42.984 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:02:42.985 [info] [command][5ed0260e-dc40-4801-b343-3109737d9ce0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5ed0260e-dc40-4801-b343-3109737d9ce0""}\n2025-07-15 13:02:42.985 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f268e993-404b-46b3-bb42-66d85324671f] received connection request\n2025-07-15 13:02:42.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:02:43.004 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f268e993-404b-46b3-bb42-66d85324671f] socks forwarding established\n2025-07-15 13:02:43.034 [info] [command][5ed0260e-dc40-4801-b343-3109737d9ce0] Process exited with code 0\n2025-07-15 13:02:43.035 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f268e993-404b-46b3-bb42-66d85324671f] socks connection closed\n2025-07-15 13:02:43.035 [info] [command][5ed0260e-dc40-4801-b343-3109737d9ce0] Socket close event received\n2025-07-15 13:02:43.057 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52390 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:03:43.036 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:03:43.038 [info] [command][ae0cede6-2db8-4eed-b9f1-cb2f03e3ca94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ae0cede6-2db8-4eed-b9f1-cb2f03e3ca94""}\n2025-07-15 13:03:43.039 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f89761fa-70be-42a6-842b-0e44c2f2e41f] received connection request\n2025-07-15 13:03:43.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:03:43.075 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f89761fa-70be-42a6-842b-0e44c2f2e41f] socks forwarding established\n2025-07-15 13:03:43.110 [info] [command][ae0cede6-2db8-4eed-b9f1-cb2f03e3ca94] Process exited with code 0\n2025-07-15 13:03:43.110 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f89761fa-70be-42a6-842b-0e44c2f2e41f] socks connection closed\n2025-07-15 13:03:43.110 [info] [command][ae0cede6-2db8-4eed-b9f1-cb2f03e3ca94] Socket close event received\n2025-07-15 13:03:43.129 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52429 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:04:43.116 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:04:43.118 [info] [command][64324805-339c-4cf3-a243-60adb204f302] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""64324805-339c-4cf3-a243-60adb204f302""}\n2025-07-15 13:04:43.119 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][487bf0b5-9ed3-46a3-b536-f7176844fafd] received connection request\n2025-07-15 13:04:43.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:04:43.137 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][487bf0b5-9ed3-46a3-b536-f7176844fafd] socks forwarding established\n2025-07-15 13:04:43.170 [info] [command][64324805-339c-4cf3-a243-60adb204f302] Process exited with code 0\n2025-07-15 13:04:43.170 [info] [command][64324805-339c-4cf3-a243-60adb204f302] Socket close event received\n2025-07-15 13:04:43.171 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][487bf0b5-9ed3-46a3-b536-f7176844fafd] socks connection closed\n2025-07-15 13:04:43.188 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52453 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:05:43.175 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:05:43.178 [info] [command][c26090aa-882b-49da-9ffd-87d6b9e88fb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c26090aa-882b-49da-9ffd-87d6b9e88fb3""}\n2025-07-15 13:05:43.178 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][88a8a0fb-6513-4de1-a660-4d7f72a17c56] received connection request\n2025-07-15 13:05:43.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:05:43.196 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][88a8a0fb-6513-4de1-a660-4d7f72a17c56] socks forwarding established\n2025-07-15 13:05:43.228 [info] [command][c26090aa-882b-49da-9ffd-87d6b9e88fb3] Process exited with code 0\n2025-07-15 13:05:43.228 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][88a8a0fb-6513-4de1-a660-4d7f72a17c56] socks connection closed\n2025-07-15 13:05:43.228 [info] [command][c26090aa-882b-49da-9ffd-87d6b9e88fb3] Socket close event received\n2025-07-15 13:05:43.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52480 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:06:43.229 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:06:43.231 [info] [command][60a63387-c743-4de7-abd5-08a0ad40cdda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""60a63387-c743-4de7-abd5-08a0ad40cdda""}\n2025-07-15 13:06:43.232 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][571c7b99-45b4-4a0b-90ed-3be35347787f] received connection request\n2025-07-15 13:06:43.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:06:43.250 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][571c7b99-45b4-4a0b-90ed-3be35347787f] socks forwarding established\n2025-07-15 13:06:43.359 [info] [command][60a63387-c743-4de7-abd5-08a0ad40cdda] Process exited with code 0\n2025-07-15 13:06:43.359 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][571c7b99-45b4-4a0b-90ed-3be35347787f] socks connection closed\n2025-07-15 13:06:43.360 [info] [command][60a63387-c743-4de7-abd5-08a0ad40cdda] Socket close event received\n2025-07-15 13:06:43.376 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52508 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:07:43.364 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:07:43.366 [info] [command][0dd489d0-4dd3-404f-813e-4a4cce894f86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0dd489d0-4dd3-404f-813e-4a4cce894f86""}\n2025-07-15 13:07:43.366 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b04c3f23-437a-4d37-9093-6bb81bdb0ee3] received connection request\n2025-07-15 13:07:43.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:07:43.384 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b04c3f23-437a-4d37-9093-6bb81bdb0ee3] socks forwarding established\n2025-07-15 13:07:43.417 [info] [command][0dd489d0-4dd3-404f-813e-4a4cce894f86] Process exited with code 0\n2025-07-15 13:07:43.418 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b04c3f23-437a-4d37-9093-6bb81bdb0ee3] socks connection closed\n2025-07-15 13:07:43.418 [info] [command][0dd489d0-4dd3-404f-813e-4a4cce894f86] Socket close event received\n2025-07-15 13:07:43.434 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52522 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:08:43.420 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:08:43.421 [info] [command][06ae2b6d-4ddf-43a3-a5d2-d6f8d843b045] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""06ae2b6d-4ddf-43a3-a5d2-d6f8d843b045""}\n2025-07-15 13:08:43.422 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d1f107cc-71a4-4425-ba23-a4471c643327] received connection request\n2025-07-15 13:08:43.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:08:43.441 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d1f107cc-71a4-4425-ba23-a4471c643327] socks forwarding established\n2025-07-15 13:08:43.473 [info] [command][06ae2b6d-4ddf-43a3-a5d2-d6f8d843b045] Process exited with code 0\n2025-07-15 13:08:43.473 [info] [command][06ae2b6d-4ddf-43a3-a5d2-d6f8d843b045] Socket close event received\n2025-07-15 13:08:43.474 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d1f107cc-71a4-4425-ba23-a4471c643327] socks connection closed\n2025-07-15 13:08:43.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52550 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:09:43.478 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:09:43.480 [info] [command][4dbdacb5-11f8-471d-b965-34ff7f17cc1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4dbdacb5-11f8-471d-b965-34ff7f17cc1a""}\n2025-07-15 13:09:43.481 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][62290315-6d09-40c5-b48b-82ac4cc5f76e] received connection request\n2025-07-15 13:09:43.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:09:43.500 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][62290315-6d09-40c5-b48b-82ac4cc5f76e] socks forwarding established\n2025-07-15 13:09:43.617 [info] [command][4dbdacb5-11f8-471d-b965-34ff7f17cc1a] Process exited with code 0\n2025-07-15 13:09:43.617 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][62290315-6d09-40c5-b48b-82ac4cc5f76e] socks connection closed\n2025-07-15 13:09:43.618 [info] [command][4dbdacb5-11f8-471d-b965-34ff7f17cc1a] Socket close event received\n2025-07-15 13:09:43.636 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52568 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:10:43.622 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:10:43.625 [info] [command][fef17114-c537-4173-a861-6b918836c035] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fef17114-c537-4173-a861-6b918836c035""}\n2025-07-15 13:10:43.625 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ca1af64b-4776-4929-9db3-3b86f13ce584] received connection request\n2025-07-15 13:10:43.626 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:10:43.644 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ca1af64b-4776-4929-9db3-3b86f13ce584] socks forwarding established\n2025-07-15 13:10:43.683 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ca1af64b-4776-4929-9db3-3b86f13ce584] socks connection closed\n2025-07-15 13:10:43.683 [info] [command][fef17114-c537-4173-a861-6b918836c035] Process exited with code 0\n2025-07-15 13:10:43.684 [info] [command][fef17114-c537-4173-a861-6b918836c035] Socket close event received\n2025-07-15 13:10:43.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52587 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:11:43.688 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:11:43.690 [info] [command][d4cca081-6058-48eb-b691-8266fb56ce42] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d4cca081-6058-48eb-b691-8266fb56ce42""}\n2025-07-15 13:11:43.691 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bf3e1457-2487-4248-be18-67f1df76400f] received connection request\n2025-07-15 13:11:43.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:11:43.709 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bf3e1457-2487-4248-be18-67f1df76400f] socks forwarding established\n2025-07-15 13:11:43.748 [info] [command][d4cca081-6058-48eb-b691-8266fb56ce42] Process exited with code 0\n2025-07-15 13:11:43.748 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bf3e1457-2487-4248-be18-67f1df76400f] socks connection closed\n2025-07-15 13:11:43.748 [info] [command][d4cca081-6058-48eb-b691-8266fb56ce42] Socket close event received\n2025-07-15 13:11:43.766 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52618 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:12:43.753 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:12:43.754 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0a8e3a4b-8d70-49d6-8f69-571ea6d7478b] received connection request\n2025-07-15 13:12:43.755 [info] [command][e166eaaa-ba79-4fe5-a384-b925cc380878] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e166eaaa-ba79-4fe5-a384-b925cc380878""}\n2025-07-15 13:12:43.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:12:43.806 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0a8e3a4b-8d70-49d6-8f69-571ea6d7478b] socks forwarding established\n2025-07-15 13:12:43.839 [info] [command][e166eaaa-ba79-4fe5-a384-b925cc380878] Process exited with code 0\n2025-07-15 13:12:43.840 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0a8e3a4b-8d70-49d6-8f69-571ea6d7478b] socks connection closed\n2025-07-15 13:12:43.840 [info] [command][e166eaaa-ba79-4fe5-a384-b925cc380878] Socket close event received\n2025-07-15 13:12:43.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52645 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:13:43.845 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:13:43.848 [info] [command][c98248d3-1e5c-4a2b-9b37-7cc7f5a621b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c98248d3-1e5c-4a2b-9b37-7cc7f5a621b4""}\n2025-07-15 13:13:43.849 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][799746c9-ace4-4c40-8df6-f6783b54f1b7] received connection request\n2025-07-15 13:13:43.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:13:43.872 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][799746c9-ace4-4c40-8df6-f6783b54f1b7] socks forwarding established\n2025-07-15 13:13:43.904 [info] [command][c98248d3-1e5c-4a2b-9b37-7cc7f5a621b4] Process exited with code 0\n2025-07-15 13:13:43.904 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][799746c9-ace4-4c40-8df6-f6783b54f1b7] socks connection closed\n2025-07-15 13:13:43.904 [info] [command][c98248d3-1e5c-4a2b-9b37-7cc7f5a621b4] Socket close event received\n2025-07-15 13:13:43.921 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52685 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:14:43.910 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:14:43.912 [info] [command][43483b0e-d41c-4f73-a4e5-7d58411b605f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""43483b0e-d41c-4f73-a4e5-7d58411b605f""}\n2025-07-15 13:14:43.913 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e7389910-237e-4c13-a0e1-ba6b8203b1a4] received connection request\n2025-07-15 13:14:43.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:14:43.931 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e7389910-237e-4c13-a0e1-ba6b8203b1a4] socks forwarding established\n2025-07-15 13:14:43.961 [info] [command][43483b0e-d41c-4f73-a4e5-7d58411b605f] Process exited with code 0\n2025-07-15 13:14:43.961 [info] [command][43483b0e-d41c-4f73-a4e5-7d58411b605f] Socket close event received\n2025-07-15 13:14:43.962 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e7389910-237e-4c13-a0e1-ba6b8203b1a4] socks connection closed\n2025-07-15 13:14:43.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52711 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:15:43.966 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:15:43.968 [info] [command][e76d1992-c694-41ae-a327-5b581c137a9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e76d1992-c694-41ae-a327-5b581c137a9a""}\n2025-07-15 13:15:43.969 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ebc6706f-fc4e-43be-af2b-8c91241d846c] received connection request\n2025-07-15 13:15:43.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:15:43.986 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ebc6706f-fc4e-43be-af2b-8c91241d846c] socks forwarding established\n2025-07-15 13:15:44.016 [info] [command][e76d1992-c694-41ae-a327-5b581c137a9a] Process exited with code 0\n2025-07-15 13:15:44.016 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ebc6706f-fc4e-43be-af2b-8c91241d846c] socks connection closed\n2025-07-15 13:15:44.016 [info] [command][e76d1992-c694-41ae-a327-5b581c137a9a] Socket close event received\n2025-07-15 13:15:44.033 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52731 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:16:44.017 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:16:44.020 [info] [command][7f5a0b16-ec95-4c0e-b761-0f4e829177a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7f5a0b16-ec95-4c0e-b761-0f4e829177a6""}\n2025-07-15 13:16:44.021 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][819fb73b-fd97-4aee-855b-d12c9ad1dfb4] received connection request\n2025-07-15 13:16:44.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:16:44.182 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][819fb73b-fd97-4aee-855b-d12c9ad1dfb4] socks forwarding established\n2025-07-15 13:16:44.214 [info] [command][7f5a0b16-ec95-4c0e-b761-0f4e829177a6] Process exited with code 0\n2025-07-15 13:16:44.215 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][819fb73b-fd97-4aee-855b-d12c9ad1dfb4] socks connection closed\n2025-07-15 13:16:44.215 [info] [command][7f5a0b16-ec95-4c0e-b761-0f4e829177a6] Socket close event received\n2025-07-15 13:16:44.290 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52759 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:17:44.216 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:17:44.218 [info] [command][a48bf272-31fc-40aa-9613-3f1a3e714c18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a48bf272-31fc-40aa-9613-3f1a3e714c18""}\n2025-07-15 13:17:44.218 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][227ead57-de5c-4765-b4b6-799a56cd5c92] received connection request\n2025-07-15 13:17:44.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:17:44.235 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][227ead57-de5c-4765-b4b6-799a56cd5c92] socks forwarding established\n2025-07-15 13:17:44.266 [info] [command][a48bf272-31fc-40aa-9613-3f1a3e714c18] Process exited with code 0\n2025-07-15 13:17:44.267 [info] [command][a48bf272-31fc-40aa-9613-3f1a3e714c18] Socket close event received\n2025-07-15 13:17:44.267 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][227ead57-de5c-4765-b4b6-799a56cd5c92] socks connection closed\n2025-07-15 13:17:44.283 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52802 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:18:44.271 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:18:44.272 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][532f45a8-ebe6-4d1f-9673-47ebd57e4550] received connection request\n2025-07-15 13:18:44.272 [info] [command][db02d5ff-ff67-4490-8ce9-92acef686c46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""db02d5ff-ff67-4490-8ce9-92acef686c46""}\n2025-07-15 13:18:44.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:18:44.296 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][532f45a8-ebe6-4d1f-9673-47ebd57e4550] socks forwarding established\n2025-07-15 13:18:44.457 [info] [command][db02d5ff-ff67-4490-8ce9-92acef686c46] Process exited with code 0\n2025-07-15 13:18:44.458 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][532f45a8-ebe6-4d1f-9673-47ebd57e4550] socks connection closed\n2025-07-15 13:18:44.458 [info] [command][db02d5ff-ff67-4490-8ce9-92acef686c46] Socket close event received\n2025-07-15 13:18:44.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52839 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:19:44.462 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:19:44.464 [info] [command][685ca1ae-84e3-455f-a0e6-b7d0663be7d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""685ca1ae-84e3-455f-a0e6-b7d0663be7d4""}\n2025-07-15 13:19:44.465 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a326319c-1096-47f2-a5b0-1bb95a5d42ef] received connection request\n2025-07-15 13:19:44.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:19:44.487 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a326319c-1096-47f2-a5b0-1bb95a5d42ef] socks forwarding established\n2025-07-15 13:19:44.517 [info] [command][685ca1ae-84e3-455f-a0e6-b7d0663be7d4] Process exited with code 0\n2025-07-15 13:19:44.517 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a326319c-1096-47f2-a5b0-1bb95a5d42ef] socks connection closed\n2025-07-15 13:19:44.517 [info] [command][685ca1ae-84e3-455f-a0e6-b7d0663be7d4] Socket close event received\n2025-07-15 13:19:44.534 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52855 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:20:44.518 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:20:44.519 [info] [command][d2d5d207-299a-4eac-9a7a-3424e678dae3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d2d5d207-299a-4eac-9a7a-3424e678dae3""}\n2025-07-15 13:20:44.519 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][011f97bd-b410-4311-8b22-6d835777bce7] received connection request\n2025-07-15 13:20:44.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:20:44.536 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][011f97bd-b410-4311-8b22-6d835777bce7] socks forwarding established\n2025-07-15 13:20:44.565 [info] [command][d2d5d207-299a-4eac-9a7a-3424e678dae3] Process exited with code 0\n2025-07-15 13:20:44.566 [info] [command][d2d5d207-299a-4eac-9a7a-3424e678dae3] Socket close event received\n2025-07-15 13:20:44.566 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][011f97bd-b410-4311-8b22-6d835777bce7] socks connection closed\n2025-07-15 13:20:44.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52878 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:21:44.570 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:21:44.571 [info] [command][31204f54-9c71-4099-973c-c6beee201df4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""31204f54-9c71-4099-973c-c6beee201df4""}\n2025-07-15 13:21:44.573 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7ad3c2ce-859f-42f9-bec9-9a9dc634b0a9] received connection request\n2025-07-15 13:21:44.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:21:44.591 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7ad3c2ce-859f-42f9-bec9-9a9dc634b0a9] socks forwarding established\n2025-07-15 13:21:44.624 [info] [command][31204f54-9c71-4099-973c-c6beee201df4] Process exited with code 0\n2025-07-15 13:21:44.625 [info] [command][31204f54-9c71-4099-973c-c6beee201df4] Socket close event received\n2025-07-15 13:21:44.627 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7ad3c2ce-859f-42f9-bec9-9a9dc634b0a9] socks connection closed\n2025-07-15 13:21:44.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52917 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:22:44.629 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:22:44.631 [info] [command][fdbc5ef1-5dca-4058-a10e-04e4809e991b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fdbc5ef1-5dca-4058-a10e-04e4809e991b""}\n2025-07-15 13:22:44.632 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d477fd06-bedc-4bf9-9df2-26da9ed451b2] received connection request\n2025-07-15 13:22:44.632 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:22:44.648 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d477fd06-bedc-4bf9-9df2-26da9ed451b2] socks forwarding established\n2025-07-15 13:22:44.680 [info] [command][fdbc5ef1-5dca-4058-a10e-04e4809e991b] Process exited with code 0\n2025-07-15 13:22:44.680 [info] [command][fdbc5ef1-5dca-4058-a10e-04e4809e991b] Socket close event received\n2025-07-15 13:22:44.680 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d477fd06-bedc-4bf9-9df2-26da9ed451b2] socks connection closed\n2025-07-15 13:22:44.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52951 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:23:44.684 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:23:44.686 [info] [command][647fe30a-1498-4728-be55-77ec1f35898e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""647fe30a-1498-4728-be55-77ec1f35898e""}\n2025-07-15 13:23:44.687 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5986b980-23da-4d91-bfbd-a3c3b12892da] received connection request\n2025-07-15 13:23:44.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:23:44.704 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5986b980-23da-4d91-bfbd-a3c3b12892da] socks forwarding established\n2025-07-15 13:23:44.734 [info] [command][647fe30a-1498-4728-be55-77ec1f35898e] Process exited with code 0\n2025-07-15 13:23:44.734 [info] [command][647fe30a-1498-4728-be55-77ec1f35898e] Socket close event received\n2025-07-15 13:23:44.734 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5986b980-23da-4d91-bfbd-a3c3b12892da] socks connection closed\n2025-07-15 13:23:44.750 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 52995 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:24:44.739 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:24:44.741 [info] [command][fe295aa9-e30c-454f-86c6-cd42f1ab779b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fe295aa9-e30c-454f-86c6-cd42f1ab779b""}\n2025-07-15 13:24:44.742 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][49f8d81f-95b9-4849-99d4-8b74513726dd] received connection request\n2025-07-15 13:24:44.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:24:44.868 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][49f8d81f-95b9-4849-99d4-8b74513726dd] socks forwarding established\n2025-07-15 13:24:44.900 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][49f8d81f-95b9-4849-99d4-8b74513726dd] socks connection closed\n2025-07-15 13:24:44.901 [info] [command][fe295aa9-e30c-454f-86c6-cd42f1ab779b] Process exited with code 0\n2025-07-15 13:24:44.901 [info] [command][fe295aa9-e30c-454f-86c6-cd42f1ab779b] Socket close event received\n2025-07-15 13:24:44.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53040 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:25:44.907 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:25:44.908 [info] [command][2d6e8b40-1f60-4c27-b0ff-36105abaa8b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2d6e8b40-1f60-4c27-b0ff-36105abaa8b8""}\n2025-07-15 13:25:44.909 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a23ae9bc-eb0e-46c8-847e-3ee59bb2a2e5] received connection request\n2025-07-15 13:25:44.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:25:44.932 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a23ae9bc-eb0e-46c8-847e-3ee59bb2a2e5] socks forwarding established\n2025-07-15 13:25:44.963 [info] [command][2d6e8b40-1f60-4c27-b0ff-36105abaa8b8] Process exited with code 0\n2025-07-15 13:25:44.963 [info] [command][2d6e8b40-1f60-4c27-b0ff-36105abaa8b8] Socket close event received\n2025-07-15 13:25:44.964 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a23ae9bc-eb0e-46c8-847e-3ee59bb2a2e5] socks connection closed\n2025-07-15 13:25:44.985 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53061 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:26:44.966 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:26:44.968 [info] [command][9df3ba3c-befb-479f-8f2a-35cf6544f4fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9df3ba3c-befb-479f-8f2a-35cf6544f4fb""}\n2025-07-15 13:26:44.968 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][002198ed-7b85-47d1-bc4e-1e8c82313620] received connection request\n2025-07-15 13:26:44.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:26:44.986 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][002198ed-7b85-47d1-bc4e-1e8c82313620] socks forwarding established\n2025-07-15 13:26:45.016 [info] [command][9df3ba3c-befb-479f-8f2a-35cf6544f4fb] Process exited with code 0\n2025-07-15 13:26:45.016 [info] [command][9df3ba3c-befb-479f-8f2a-35cf6544f4fb] Socket close event received\n2025-07-15 13:26:45.016 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][002198ed-7b85-47d1-bc4e-1e8c82313620] socks connection closed\n2025-07-15 13:26:45.036 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53100 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:27:45.022 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:27:45.026 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b49d3305-9235-4d4d-a5d6-7c1dd8ef23d6] received connection request\n2025-07-15 13:27:45.027 [info] [command][04fe0e64-ad55-4a6d-94a4-8df40dee36ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""04fe0e64-ad55-4a6d-94a4-8df40dee36ed""}\n2025-07-15 13:27:45.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:27:45.097 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b49d3305-9235-4d4d-a5d6-7c1dd8ef23d6] socks forwarding established\n2025-07-15 13:27:45.263 [info] [command][04fe0e64-ad55-4a6d-94a4-8df40dee36ed] Process exited with code 0\n2025-07-15 13:27:45.263 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b49d3305-9235-4d4d-a5d6-7c1dd8ef23d6] socks connection closed\n2025-07-15 13:27:45.263 [info] [command][04fe0e64-ad55-4a6d-94a4-8df40dee36ed] Socket close event received\n2025-07-15 13:27:45.282 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53148 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:28:45.263 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:28:45.263 [info] [command][a67d11e9-1802-4179-b845-2f8786576d73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a67d11e9-1802-4179-b845-2f8786576d73""}\n2025-07-15 13:28:45.264 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a2f24ed2-d87b-4a22-b540-74085688b758] received connection request\n2025-07-15 13:28:45.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:28:45.398 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a2f24ed2-d87b-4a22-b540-74085688b758] socks forwarding established\n2025-07-15 13:28:45.428 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a2f24ed2-d87b-4a22-b540-74085688b758] socks connection closed\n2025-07-15 13:28:45.428 [info] [command][a67d11e9-1802-4179-b845-2f8786576d73] Process exited with code 0\n2025-07-15 13:28:45.428 [info] [command][a67d11e9-1802-4179-b845-2f8786576d73] Socket close event received\n2025-07-15 13:28:45.575 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53185 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:29:45.431 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:29:45.432 [info] [command][907a4908-1f2b-4dfb-bcc9-63bc79f88c5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""907a4908-1f2b-4dfb-bcc9-63bc79f88c5b""}\n2025-07-15 13:29:45.432 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8f16b9d1-ea3a-4aa4-bd34-142866afa3b3] received connection request\n2025-07-15 13:29:45.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:29:45.516 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8f16b9d1-ea3a-4aa4-bd34-142866afa3b3] socks forwarding established\n2025-07-15 13:29:45.548 [info] [command][907a4908-1f2b-4dfb-bcc9-63bc79f88c5b] Process exited with code 0\n2025-07-15 13:29:45.548 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8f16b9d1-ea3a-4aa4-bd34-142866afa3b3] socks connection closed\n2025-07-15 13:29:45.548 [info] [command][907a4908-1f2b-4dfb-bcc9-63bc79f88c5b] Socket close event received\n2025-07-15 13:29:45.565 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53250 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:30:45.553 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:30:45.554 [info] [command][a9e14853-1720-4897-99b3-3433e50be8d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a9e14853-1720-4897-99b3-3433e50be8d3""}\n2025-07-15 13:30:45.554 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4cc8121b-cb86-4a59-86ca-1d309f1982e1] received connection request\n2025-07-15 13:30:45.554 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:30:45.684 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4cc8121b-cb86-4a59-86ca-1d309f1982e1] socks forwarding established\n2025-07-15 13:30:45.717 [info] [command][a9e14853-1720-4897-99b3-3433e50be8d3] Process exited with code 0\n2025-07-15 13:30:45.717 [info] [command][a9e14853-1720-4897-99b3-3433e50be8d3] Socket close event received\n2025-07-15 13:30:45.722 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4cc8121b-cb86-4a59-86ca-1d309f1982e1] socks connection closed\n2025-07-15 13:30:45.746 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53276 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:31:45.723 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:31:45.725 [info] [command][8a632f38-00c2-424a-a681-a65c4e09b98d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8a632f38-00c2-424a-a681-a65c4e09b98d""}\n2025-07-15 13:31:45.725 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9dbb4f88-2920-4632-b267-a18d03b0a9f5] received connection request\n2025-07-15 13:31:45.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:31:45.744 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9dbb4f88-2920-4632-b267-a18d03b0a9f5] socks forwarding established\n2025-07-15 13:31:45.779 [info] [command][8a632f38-00c2-424a-a681-a65c4e09b98d] Process exited with code 0\n2025-07-15 13:31:45.779 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9dbb4f88-2920-4632-b267-a18d03b0a9f5] socks connection closed\n2025-07-15 13:31:45.779 [info] [command][8a632f38-00c2-424a-a681-a65c4e09b98d] Socket close event received\n2025-07-15 13:31:45.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53313 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:32:45.782 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:32:45.784 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0c9fff6c-b432-493b-be4e-18db64f8a036] received connection request\n2025-07-15 13:32:45.784 [info] [command][a29a09d5-93c2-43fe-b9ad-95f665333470] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a29a09d5-93c2-43fe-b9ad-95f665333470""}\n2025-07-15 13:32:45.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:32:45.867 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0c9fff6c-b432-493b-be4e-18db64f8a036] socks forwarding established\n2025-07-15 13:32:45.899 [info] [command][a29a09d5-93c2-43fe-b9ad-95f665333470] Process exited with code 0\n2025-07-15 13:32:45.899 [info] [command][a29a09d5-93c2-43fe-b9ad-95f665333470] Socket close event received\n2025-07-15 13:32:45.902 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0c9fff6c-b432-493b-be4e-18db64f8a036] socks connection closed\n2025-07-15 13:32:45.917 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53334 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:33:45.910 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:33:45.912 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3cdff1e3-69eb-44c3-842d-9699ed04e547] received connection request\n2025-07-15 13:33:45.912 [info] [command][59c73ec5-bdd0-4cb3-a1c6-2d169feb9900] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""59c73ec5-bdd0-4cb3-a1c6-2d169feb9900""}\n2025-07-15 13:33:45.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:33:45.931 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3cdff1e3-69eb-44c3-842d-9699ed04e547] socks forwarding established\n2025-07-15 13:33:45.965 [info] [command][59c73ec5-bdd0-4cb3-a1c6-2d169feb9900] Process exited with code 0\n2025-07-15 13:33:45.965 [info] [command][59c73ec5-bdd0-4cb3-a1c6-2d169feb9900] Socket close event received\n2025-07-15 13:33:45.965 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3cdff1e3-69eb-44c3-842d-9699ed04e547] socks connection closed\n2025-07-15 13:33:45.981 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53374 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:34:45.966 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:34:45.968 [info] [command][7b011753-93b9-4dca-ae78-2abc45f365e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7b011753-93b9-4dca-ae78-2abc45f365e1""}\n2025-07-15 13:34:45.968 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][62e562b8-6c61-46ea-a341-3070a5749bd3] received connection request\n2025-07-15 13:34:45.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 13:34:45.968 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:34:45.985 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][62e562b8-6c61-46ea-a341-3070a5749bd3] socks forwarding established\n2025-07-15 13:34:46.015 [info] [command][7b011753-93b9-4dca-ae78-2abc45f365e1] Process exited with code 0\n2025-07-15 13:34:46.015 [info] [command][7b011753-93b9-4dca-ae78-2abc45f365e1] Socket close event received\n2025-07-15 13:34:46.016 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][62e562b8-6c61-46ea-a341-3070a5749bd3] socks connection closed\n2025-07-15 13:34:46.039 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53414 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:35:46.018 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:35:46.019 [info] [command][792fd55c-e39a-449a-8de2-8af265db5f12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""792fd55c-e39a-449a-8de2-8af265db5f12""}\n2025-07-15 13:35:46.020 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][178e18ba-9d4a-48db-badd-bc6fab437628] received connection request\n2025-07-15 13:35:46.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:35:46.041 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][178e18ba-9d4a-48db-badd-bc6fab437628] socks forwarding established\n2025-07-15 13:35:46.074 [info] [command][792fd55c-e39a-449a-8de2-8af265db5f12] Process exited with code 0\n2025-07-15 13:35:46.074 [info] [command][792fd55c-e39a-449a-8de2-8af265db5f12] Socket close event received\n2025-07-15 13:35:46.074 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][178e18ba-9d4a-48db-badd-bc6fab437628] socks connection closed\n2025-07-15 13:35:46.092 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53441 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:36:46.074 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:36:46.076 [info] [command][49a4e63e-c934-4b0a-80af-203b4632723f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""49a4e63e-c934-4b0a-80af-203b4632723f""}\n2025-07-15 13:36:46.077 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f8ef920b-bbbe-436c-8483-8f0b6302ac52] received connection request\n2025-07-15 13:36:46.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:36:46.161 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8ef920b-bbbe-436c-8483-8f0b6302ac52] socks forwarding established\n2025-07-15 13:36:46.193 [info] [command][49a4e63e-c934-4b0a-80af-203b4632723f] Process exited with code 0\n2025-07-15 13:36:46.194 [info] [command][49a4e63e-c934-4b0a-80af-203b4632723f] Socket close event received\n2025-07-15 13:36:46.194 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8ef920b-bbbe-436c-8483-8f0b6302ac52] socks connection closed\n2025-07-15 13:36:46.258 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53492 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:37:46.199 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:37:46.201 [info] [command][2fd39b62-010f-4ffd-b8fa-97b4de1a23d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2fd39b62-010f-4ffd-b8fa-97b4de1a23d4""}\n2025-07-15 13:37:46.202 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8384ff4c-f03d-4ca8-bd41-e1ef1ddfcbdd] received connection request\n2025-07-15 13:37:46.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:37:46.226 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8384ff4c-f03d-4ca8-bd41-e1ef1ddfcbdd] socks forwarding established\n2025-07-15 13:37:46.385 [info] [command][2fd39b62-010f-4ffd-b8fa-97b4de1a23d4] Process exited with code 0\n2025-07-15 13:37:46.385 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8384ff4c-f03d-4ca8-bd41-e1ef1ddfcbdd] socks connection closed\n2025-07-15 13:37:46.385 [info] [command][2fd39b62-010f-4ffd-b8fa-97b4de1a23d4] Socket close event received\n2025-07-15 13:37:46.402 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53520 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:38:46.390 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:38:46.390 [info] [command][4e3f729e-f4c5-43c2-ba6c-79f50c8cbd24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4e3f729e-f4c5-43c2-ba6c-79f50c8cbd24""}\n2025-07-15 13:38:46.390 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5fafd027-7619-4384-b901-432c2865b464] received connection request\n2025-07-15 13:38:46.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:38:46.503 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5fafd027-7619-4384-b901-432c2865b464] socks forwarding established\n2025-07-15 13:38:46.616 [info] [command][4e3f729e-f4c5-43c2-ba6c-79f50c8cbd24] Process exited with code 0\n2025-07-15 13:38:46.616 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5fafd027-7619-4384-b901-432c2865b464] socks connection closed\n2025-07-15 13:38:46.616 [info] [command][4e3f729e-f4c5-43c2-ba6c-79f50c8cbd24] Socket close event received\n2025-07-15 13:38:46.632 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53562 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:39:46.622 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:39:46.624 [info] [command][0019cbe8-146d-4b88-957b-31e8a2c1cd45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0019cbe8-146d-4b88-957b-31e8a2c1cd45""}\n2025-07-15 13:39:46.625 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a2cce2dd-7ab5-4882-a07c-fa6c6f0bf52a] received connection request\n2025-07-15 13:39:46.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:39:46.664 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a2cce2dd-7ab5-4882-a07c-fa6c6f0bf52a] socks forwarding established\n2025-07-15 13:39:46.760 [info] [command][0019cbe8-146d-4b88-957b-31e8a2c1cd45] Process exited with code 0\n2025-07-15 13:39:46.761 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a2cce2dd-7ab5-4882-a07c-fa6c6f0bf52a] socks connection closed\n2025-07-15 13:39:46.761 [info] [command][0019cbe8-146d-4b88-957b-31e8a2c1cd45] Socket close event received\n2025-07-15 13:39:46.779 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53591 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:40:46.764 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:40:46.770 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f895c775-240d-4a37-91a6-83ae787e5688] received connection request\n2025-07-15 13:40:46.771 [info] [command][db3d1995-0f58-4737-a345-aa49cb1c3772] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""db3d1995-0f58-4737-a345-aa49cb1c3772""}\n2025-07-15 13:40:46.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 13:40:46.775 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:40:46.802 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f895c775-240d-4a37-91a6-83ae787e5688] socks forwarding established\n2025-07-15 13:40:46.833 [info] [command][db3d1995-0f58-4737-a345-aa49cb1c3772] Process exited with code 0\n2025-07-15 13:40:46.833 [info] [command][db3d1995-0f58-4737-a345-aa49cb1c3772] Socket close event received\n2025-07-15 13:40:46.834 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f895c775-240d-4a37-91a6-83ae787e5688] socks connection closed\n2025-07-15 13:40:46.850 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53619 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:41:46.835 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:41:46.837 [info] [command][48295e1d-a4f4-4da9-ae2f-4f01b0147b69] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""48295e1d-a4f4-4da9-ae2f-4f01b0147b69""}\n2025-07-15 13:41:46.837 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ce98d4b9-c5ff-4903-9320-42c233b907cc] received connection request\n2025-07-15 13:41:46.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:41:46.854 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ce98d4b9-c5ff-4903-9320-42c233b907cc] socks forwarding established\n2025-07-15 13:41:46.885 [info] [command][48295e1d-a4f4-4da9-ae2f-4f01b0147b69] Process exited with code 0\n2025-07-15 13:41:46.886 [info] [command][48295e1d-a4f4-4da9-ae2f-4f01b0147b69] Socket close event received\n2025-07-15 13:41:46.887 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ce98d4b9-c5ff-4903-9320-42c233b907cc] socks connection closed\n2025-07-15 13:41:46.904 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53653 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:42:46.891 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:42:46.893 [info] [command][a140c91d-cfdc-4a15-ad6a-b1b048631a67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a140c91d-cfdc-4a15-ad6a-b1b048631a67""}\n2025-07-15 13:42:46.894 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][368833af-0baa-48f2-b38a-44ef023b3aa2] received connection request\n2025-07-15 13:42:46.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:42:46.926 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][368833af-0baa-48f2-b38a-44ef023b3aa2] socks forwarding established\n2025-07-15 13:42:46.999 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][368833af-0baa-48f2-b38a-44ef023b3aa2] socks connection closed\n2025-07-15 13:42:46.999 [info] [command][a140c91d-cfdc-4a15-ad6a-b1b048631a67] Process exited with code 0\n2025-07-15 13:42:46.999 [info] [command][a140c91d-cfdc-4a15-ad6a-b1b048631a67] Socket close event received\n2025-07-15 13:42:47.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53670 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:43:47.001 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:43:47.003 [info] [command][94eb816b-b664-4147-ad70-255d6b67c314] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""94eb816b-b664-4147-ad70-255d6b67c314""}\n2025-07-15 13:43:47.003 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5958f536-6f37-4ea9-87f0-718483f56b01] received connection request\n2025-07-15 13:43:47.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:43:47.022 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5958f536-6f37-4ea9-87f0-718483f56b01] socks forwarding established\n2025-07-15 13:43:47.053 [info] [command][94eb816b-b664-4147-ad70-255d6b67c314] Process exited with code 0\n2025-07-15 13:43:47.053 [info] [command][94eb816b-b664-4147-ad70-255d6b67c314] Socket close event received\n2025-07-15 13:43:47.053 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5958f536-6f37-4ea9-87f0-718483f56b01] socks connection closed\n2025-07-15 13:43:47.070 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53700 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:44:47.058 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:44:47.060 [info] [command][2d1b78b2-77fe-4ba5-9371-db2a3e42e691] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2d1b78b2-77fe-4ba5-9371-db2a3e42e691""}\n2025-07-15 13:44:47.061 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8f73dd8d-bd44-441d-b9f4-34da191495de] received connection request\n2025-07-15 13:44:47.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:44:47.083 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8f73dd8d-bd44-441d-b9f4-34da191495de] socks forwarding established\n2025-07-15 13:44:47.115 [info] [command][2d1b78b2-77fe-4ba5-9371-db2a3e42e691] Process exited with code 0\n2025-07-15 13:44:47.116 [info] [command][2d1b78b2-77fe-4ba5-9371-db2a3e42e691] Socket close event received\n2025-07-15 13:44:47.116 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8f73dd8d-bd44-441d-b9f4-34da191495de] socks connection closed\n2025-07-15 13:44:47.133 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53726 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:45:47.121 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:45:47.122 [info] [command][5031a1ad-4820-4c79-804a-61d4d94d1df8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5031a1ad-4820-4c79-804a-61d4d94d1df8""}\n2025-07-15 13:45:47.122 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8d0cd18c-9f5d-453f-97e2-3c9c94a22ec7] received connection request\n2025-07-15 13:45:47.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:45:47.220 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8d0cd18c-9f5d-453f-97e2-3c9c94a22ec7] socks forwarding established\n2025-07-15 13:45:47.312 [info] [command][5031a1ad-4820-4c79-804a-61d4d94d1df8] Process exited with code 0\n2025-07-15 13:45:47.313 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8d0cd18c-9f5d-453f-97e2-3c9c94a22ec7] socks connection closed\n2025-07-15 13:45:47.313 [info] [command][5031a1ad-4820-4c79-804a-61d4d94d1df8] Socket close event received\n2025-07-15 13:45:47.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53752 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:46:47.315 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:46:47.317 [info] [command][720944da-c76b-49db-a513-4cad8e5cd402] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""720944da-c76b-49db-a513-4cad8e5cd402""}\n2025-07-15 13:46:47.317 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bd497252-6259-4056-b7c4-43a2c3aae531] received connection request\n2025-07-15 13:46:47.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:46:47.336 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bd497252-6259-4056-b7c4-43a2c3aae531] socks forwarding established\n2025-07-15 13:46:47.367 [info] [command][720944da-c76b-49db-a513-4cad8e5cd402] Process exited with code 0\n2025-07-15 13:46:47.368 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bd497252-6259-4056-b7c4-43a2c3aae531] socks connection closed\n2025-07-15 13:46:47.368 [info] [command][720944da-c76b-49db-a513-4cad8e5cd402] Socket close event received\n2025-07-15 13:46:47.385 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53780 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:47:47.370 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:47:47.372 [info] [command][0e8adb40-58af-463d-8915-eccd30bc1d62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0e8adb40-58af-463d-8915-eccd30bc1d62""}\n2025-07-15 13:47:47.373 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9e72aa62-7d49-4cd9-8fc9-d2bb0a373cd8] received connection request\n2025-07-15 13:47:47.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:47:47.401 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9e72aa62-7d49-4cd9-8fc9-d2bb0a373cd8] socks forwarding established\n2025-07-15 13:47:47.484 [info] [command][0e8adb40-58af-463d-8915-eccd30bc1d62] Process exited with code 0\n2025-07-15 13:47:47.484 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9e72aa62-7d49-4cd9-8fc9-d2bb0a373cd8] socks connection closed\n2025-07-15 13:47:47.484 [info] [command][0e8adb40-58af-463d-8915-eccd30bc1d62] Socket close event received\n2025-07-15 13:47:47.502 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53807 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:48:47.486 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:48:47.487 [info] [command][0ecd4082-e9bc-4d54-98ff-46acd8ad7bd8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0ecd4082-e9bc-4d54-98ff-46acd8ad7bd8""}\n2025-07-15 13:48:47.488 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][26172752-012a-4c30-9105-186afd946b90] received connection request\n2025-07-15 13:48:47.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:48:47.508 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][26172752-012a-4c30-9105-186afd946b90] socks forwarding established\n2025-07-15 13:48:47.538 [info] [command][0ecd4082-e9bc-4d54-98ff-46acd8ad7bd8] Process exited with code 0\n2025-07-15 13:48:47.539 [info] [command][0ecd4082-e9bc-4d54-98ff-46acd8ad7bd8] Socket close event received\n2025-07-15 13:48:47.540 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][26172752-012a-4c30-9105-186afd946b90] socks connection closed\n2025-07-15 13:48:47.556 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53836 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:49:47.544 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:49:47.546 [info] [command][a0a6bd6c-fcb1-4cab-9875-e25bc4e8fa1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a0a6bd6c-fcb1-4cab-9875-e25bc4e8fa1d""}\n2025-07-15 13:49:47.547 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][71f86b0c-5b36-460e-8051-e363d5562575] received connection request\n2025-07-15 13:49:47.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:49:47.566 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][71f86b0c-5b36-460e-8051-e363d5562575] socks forwarding established\n2025-07-15 13:49:47.598 [info] [command][a0a6bd6c-fcb1-4cab-9875-e25bc4e8fa1d] Process exited with code 0\n2025-07-15 13:49:47.598 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][71f86b0c-5b36-460e-8051-e363d5562575] socks connection closed\n2025-07-15 13:49:47.598 [info] [command][a0a6bd6c-fcb1-4cab-9875-e25bc4e8fa1d] Socket close event received\n2025-07-15 13:49:47.616 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53897 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:50:47.604 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:50:47.607 [info] [command][9dc0b67a-cb4e-4ef4-8874-0d1b138489e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9dc0b67a-cb4e-4ef4-8874-0d1b138489e2""}\n2025-07-15 13:50:47.608 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6e91f45f-9800-4d7c-9909-a3a22763226e] received connection request\n2025-07-15 13:50:47.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:50:47.627 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6e91f45f-9800-4d7c-9909-a3a22763226e] socks forwarding established\n2025-07-15 13:50:47.659 [info] [command][9dc0b67a-cb4e-4ef4-8874-0d1b138489e2] Process exited with code 0\n2025-07-15 13:50:47.659 [info] [command][9dc0b67a-cb4e-4ef4-8874-0d1b138489e2] Socket close event received\n2025-07-15 13:50:47.659 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6e91f45f-9800-4d7c-9909-a3a22763226e] socks connection closed\n2025-07-15 13:50:47.681 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53944 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:51:47.659 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:51:47.660 [info] [command][edc5d9dc-f7c6-4518-bfac-d9339f89bd0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""edc5d9dc-f7c6-4518-bfac-d9339f89bd0a""}\n2025-07-15 13:51:47.660 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][48fe6dcc-65e2-4b9e-9036-c96b2d989486] received connection request\n2025-07-15 13:51:47.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:51:47.679 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][48fe6dcc-65e2-4b9e-9036-c96b2d989486] socks forwarding established\n2025-07-15 13:51:47.710 [info] [command][edc5d9dc-f7c6-4518-bfac-d9339f89bd0a] Process exited with code 0\n2025-07-15 13:51:47.710 [info] [command][edc5d9dc-f7c6-4518-bfac-d9339f89bd0a] Socket close event received\n2025-07-15 13:51:47.711 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][48fe6dcc-65e2-4b9e-9036-c96b2d989486] socks connection closed\n2025-07-15 13:51:47.729 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 53985 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:52:47.713 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:52:47.715 [info] [command][93cf3503-64cf-4cd5-984d-f8fb9b591ae9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""93cf3503-64cf-4cd5-984d-f8fb9b591ae9""}\n2025-07-15 13:52:47.715 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6a2b77a4-b7b3-4253-a34b-261a981c999f] received connection request\n2025-07-15 13:52:47.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:52:47.734 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6a2b77a4-b7b3-4253-a34b-261a981c999f] socks forwarding established\n2025-07-15 13:52:47.767 [info] [command][93cf3503-64cf-4cd5-984d-f8fb9b591ae9] Process exited with code 0\n2025-07-15 13:52:47.767 [info] [command][93cf3503-64cf-4cd5-984d-f8fb9b591ae9] Socket close event received\n2025-07-15 13:52:47.768 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6a2b77a4-b7b3-4253-a34b-261a981c999f] socks connection closed\n2025-07-15 13:52:47.784 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54001 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:53:47.772 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:53:47.773 [info] [command][535e63cf-fc09-40ba-b102-0e85a1ff1655] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""535e63cf-fc09-40ba-b102-0e85a1ff1655""}\n2025-07-15 13:53:47.773 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f4dc000a-0789-4d8e-abdd-b3cd8e9bab95] received connection request\n2025-07-15 13:53:47.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:53:47.792 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f4dc000a-0789-4d8e-abdd-b3cd8e9bab95] socks forwarding established\n2025-07-15 13:53:47.825 [info] [command][535e63cf-fc09-40ba-b102-0e85a1ff1655] Process exited with code 0\n2025-07-15 13:53:47.825 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f4dc000a-0789-4d8e-abdd-b3cd8e9bab95] socks connection closed\n2025-07-15 13:53:47.825 [info] [command][535e63cf-fc09-40ba-b102-0e85a1ff1655] Socket close event received\n2025-07-15 13:53:47.842 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54036 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:54:47.828 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:54:47.829 [info] [command][9d200603-c89b-4296-9749-bc2621b2171b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9d200603-c89b-4296-9749-bc2621b2171b""}\n2025-07-15 13:54:47.829 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8e89ae72-449b-4d67-8cc9-d9d1efffaf28] received connection request\n2025-07-15 13:54:47.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:54:47.850 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8e89ae72-449b-4d67-8cc9-d9d1efffaf28] socks forwarding established\n2025-07-15 13:54:47.880 [info] [command][9d200603-c89b-4296-9749-bc2621b2171b] Process exited with code 0\n2025-07-15 13:54:47.880 [info] [command][9d200603-c89b-4296-9749-bc2621b2171b] Socket close event received\n2025-07-15 13:54:47.881 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8e89ae72-449b-4d67-8cc9-d9d1efffaf28] socks connection closed\n2025-07-15 13:54:47.896 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54063 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:55:47.885 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:55:47.887 [info] [command][4b9707ad-95c5-4c6e-a16d-4f9439a28609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4b9707ad-95c5-4c6e-a16d-4f9439a28609""}\n2025-07-15 13:55:47.888 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bd776107-6945-4579-b18e-636cbaa51055] received connection request\n2025-07-15 13:55:47.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:55:47.906 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bd776107-6945-4579-b18e-636cbaa51055] socks forwarding established\n2025-07-15 13:55:47.937 [info] [command][4b9707ad-95c5-4c6e-a16d-4f9439a28609] Process exited with code 0\n2025-07-15 13:55:47.937 [info] [command][4b9707ad-95c5-4c6e-a16d-4f9439a28609] Socket close event received\n2025-07-15 13:55:47.938 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bd776107-6945-4579-b18e-636cbaa51055] socks connection closed\n2025-07-15 13:55:47.962 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54092 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:56:47.938 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:56:47.940 [info] [command][940e6481-fa05-49f0-b8db-24114ef6fa8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""940e6481-fa05-49f0-b8db-24114ef6fa8e""}\n2025-07-15 13:56:47.941 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bf76b891-520a-4099-908e-0e6447f78281] received connection request\n2025-07-15 13:56:47.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:56:47.966 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bf76b891-520a-4099-908e-0e6447f78281] socks forwarding established\n2025-07-15 13:56:47.993 [info] [command][940e6481-fa05-49f0-b8db-24114ef6fa8e] Process exited with code 0\n2025-07-15 13:56:47.993 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bf76b891-520a-4099-908e-0e6447f78281] socks connection closed\n2025-07-15 13:56:47.994 [info] [command][940e6481-fa05-49f0-b8db-24114ef6fa8e] Socket close event received\n2025-07-15 13:56:48.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54123 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:57:47.996 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:57:47.997 [info] [command][33e0d349-7b39-492a-844b-4c44b5c93d81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""33e0d349-7b39-492a-844b-4c44b5c93d81""}\n2025-07-15 13:57:47.997 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5e7468f6-9f45-4904-9d4d-3a6742f67ebb] received connection request\n2025-07-15 13:57:47.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:57:48.017 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5e7468f6-9f45-4904-9d4d-3a6742f67ebb] socks forwarding established\n2025-07-15 13:57:48.047 [info] [command][33e0d349-7b39-492a-844b-4c44b5c93d81] Process exited with code 0\n2025-07-15 13:57:48.048 [info] [command][33e0d349-7b39-492a-844b-4c44b5c93d81] Socket close event received\n2025-07-15 13:57:48.049 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5e7468f6-9f45-4904-9d4d-3a6742f67ebb] socks connection closed\n2025-07-15 13:57:48.064 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54144 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:58:48.052 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:58:48.054 [info] [command][2dfd2eca-5319-44d9-83ce-2f23c809f285] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2dfd2eca-5319-44d9-83ce-2f23c809f285""}\n2025-07-15 13:58:48.055 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][dd350af0-707a-4762-a860-c5b5afef9091] received connection request\n2025-07-15 13:58:48.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 13:58:48.056 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:58:48.074 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][dd350af0-707a-4762-a860-c5b5afef9091] socks forwarding established\n2025-07-15 13:58:48.100 [info] [command][2dfd2eca-5319-44d9-83ce-2f23c809f285] Process exited with code 0\n2025-07-15 13:58:48.100 [info] [command][2dfd2eca-5319-44d9-83ce-2f23c809f285] Socket close event received\n2025-07-15 13:58:48.101 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][dd350af0-707a-4762-a860-c5b5afef9091] socks connection closed\n2025-07-15 13:58:48.117 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54193 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 13:59:48.105 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 13:59:48.107 [info] [command][2ee429ae-0a39-401c-9016-d813cb5be841] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2ee429ae-0a39-401c-9016-d813cb5be841""}\n2025-07-15 13:59:48.108 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5239a310-ba9d-4310-92b1-9a9b3b69620c] received connection request\n2025-07-15 13:59:48.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 13:59:48.163 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5239a310-ba9d-4310-92b1-9a9b3b69620c] socks forwarding established\n2025-07-15 13:59:48.197 [info] [command][2ee429ae-0a39-401c-9016-d813cb5be841] Process exited with code 0\n2025-07-15 13:59:48.197 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5239a310-ba9d-4310-92b1-9a9b3b69620c] socks connection closed\n2025-07-15 13:59:48.197 [info] [command][2ee429ae-0a39-401c-9016-d813cb5be841] Socket close event received\n2025-07-15 13:59:48.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54236 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:00:48.201 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:00:48.203 [info] [command][5ffd6ba5-5d2b-42b4-a02b-5bb47ad75558] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5ffd6ba5-5d2b-42b4-a02b-5bb47ad75558""}\n2025-07-15 14:00:48.204 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][78d906a8-e4b9-4e07-8df3-0ee922668005] received connection request\n2025-07-15 14:00:48.204 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:00:48.310 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][78d906a8-e4b9-4e07-8df3-0ee922668005] socks forwarding established\n2025-07-15 14:00:48.343 [info] [command][5ffd6ba5-5d2b-42b4-a02b-5bb47ad75558] Process exited with code 0\n2025-07-15 14:00:48.344 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][78d906a8-e4b9-4e07-8df3-0ee922668005] socks connection closed\n2025-07-15 14:00:48.344 [info] [command][5ffd6ba5-5d2b-42b4-a02b-5bb47ad75558] Socket close event received\n2025-07-15 14:00:48.362 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54259 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:01:48.345 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:01:48.348 [info] [command][9516a944-7b3b-4b1d-baf0-b97a7f5e5393] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9516a944-7b3b-4b1d-baf0-b97a7f5e5393""}\n2025-07-15 14:01:48.349 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][80fd35cb-15ce-4fa3-9df1-5bd5702a00a4] received connection request\n2025-07-15 14:01:48.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:01:48.377 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][80fd35cb-15ce-4fa3-9df1-5bd5702a00a4] socks forwarding established\n2025-07-15 14:01:48.406 [info] [command][9516a944-7b3b-4b1d-baf0-b97a7f5e5393] Process exited with code 0\n2025-07-15 14:01:48.406 [info] [command][9516a944-7b3b-4b1d-baf0-b97a7f5e5393] Socket close event received\n2025-07-15 14:01:48.407 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][80fd35cb-15ce-4fa3-9df1-5bd5702a00a4] socks connection closed\n2025-07-15 14:01:48.423 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54301 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:02:48.411 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:02:48.413 [info] [command][6b2c1482-f924-4dfd-8d52-62fd78839aca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6b2c1482-f924-4dfd-8d52-62fd78839aca""}\n2025-07-15 14:02:48.414 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][61a33dd9-2c55-47ed-b5d1-f591fa63f134] received connection request\n2025-07-15 14:02:48.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:02:48.432 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][61a33dd9-2c55-47ed-b5d1-f591fa63f134] socks forwarding established\n2025-07-15 14:02:48.465 [info] [command][6b2c1482-f924-4dfd-8d52-62fd78839aca] Process exited with code 0\n2025-07-15 14:02:48.466 [info] [command][6b2c1482-f924-4dfd-8d52-62fd78839aca] Socket close event received\n2025-07-15 14:02:48.467 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][61a33dd9-2c55-47ed-b5d1-f591fa63f134] socks connection closed\n2025-07-15 14:02:48.487 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54315 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:03:48.470 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:03:48.471 [info] [command][05a21df5-0fb8-4d02-905a-82c7cdaa5859] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""05a21df5-0fb8-4d02-905a-82c7cdaa5859""}\n2025-07-15 14:03:48.472 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][16896842-d5bf-4adb-8807-10f5bd79b1a8] received connection request\n2025-07-15 14:03:48.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:03:48.492 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][16896842-d5bf-4adb-8807-10f5bd79b1a8] socks forwarding established\n2025-07-15 14:03:48.536 [info] [command][05a21df5-0fb8-4d02-905a-82c7cdaa5859] Process exited with code 0\n2025-07-15 14:03:48.536 [info] [command][05a21df5-0fb8-4d02-905a-82c7cdaa5859] Socket close event received\n2025-07-15 14:03:48.544 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][16896842-d5bf-4adb-8807-10f5bd79b1a8] socks connection closed\n2025-07-15 14:03:48.655 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54376 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:04:48.540 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:04:48.543 [info] [command][f413d749-e011-47bf-ba1c-228d993d0cf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f413d749-e011-47bf-ba1c-228d993d0cf0""}\n2025-07-15 14:04:48.543 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2cf5d511-dd1f-4c6f-ad9d-ce6e11b42756] received connection request\n2025-07-15 14:04:48.544 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:04:48.562 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2cf5d511-dd1f-4c6f-ad9d-ce6e11b42756] socks forwarding established\n2025-07-15 14:04:48.660 [info] [command][f413d749-e011-47bf-ba1c-228d993d0cf0] Process exited with code 0\n2025-07-15 14:04:48.660 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2cf5d511-dd1f-4c6f-ad9d-ce6e11b42756] socks connection closed\n2025-07-15 14:04:48.660 [info] [command][f413d749-e011-47bf-ba1c-228d993d0cf0] Socket close event received\n2025-07-15 14:04:48.677 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54405 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:05:48.663 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:05:48.665 [info] [command][79215641-691a-4a8b-918e-209983a3799d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""79215641-691a-4a8b-918e-209983a3799d""}\n2025-07-15 14:05:48.666 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a8643f9c-f3bf-47ea-baeb-95dcd9592cb8] received connection request\n2025-07-15 14:05:48.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:05:48.697 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a8643f9c-f3bf-47ea-baeb-95dcd9592cb8] socks forwarding established\n2025-07-15 14:05:48.728 [info] [command][79215641-691a-4a8b-918e-209983a3799d] Process exited with code 0\n2025-07-15 14:05:48.728 [info] [command][79215641-691a-4a8b-918e-209983a3799d] Socket close event received\n2025-07-15 14:05:48.729 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a8643f9c-f3bf-47ea-baeb-95dcd9592cb8] socks connection closed\n2025-07-15 14:05:48.746 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54424 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:06:48.730 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:06:48.732 [info] [command][3f64862e-0c05-4f4d-adc2-6f21a5c8388f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3f64862e-0c05-4f4d-adc2-6f21a5c8388f""}\n2025-07-15 14:06:48.733 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a5c3e7d4-5d1c-42cc-941c-a155590e0dad] received connection request\n2025-07-15 14:06:48.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:06:48.815 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a5c3e7d4-5d1c-42cc-941c-a155590e0dad] socks forwarding established\n2025-07-15 14:06:48.849 [info] [command][3f64862e-0c05-4f4d-adc2-6f21a5c8388f] Process exited with code 0\n2025-07-15 14:06:48.850 [info] [command][3f64862e-0c05-4f4d-adc2-6f21a5c8388f] Socket close event received\n2025-07-15 14:06:48.850 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a5c3e7d4-5d1c-42cc-941c-a155590e0dad] socks connection closed\n2025-07-15 14:06:48.868 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54451 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:07:48.854 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:07:48.857 [info] [command][b81e47e5-6e32-4d22-8118-23e738d05c02] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b81e47e5-6e32-4d22-8118-23e738d05c02""}\n2025-07-15 14:07:48.858 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0be21c6e-de21-4975-be9e-92ab9eb5f43a] received connection request\n2025-07-15 14:07:48.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:07:48.877 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0be21c6e-de21-4975-be9e-92ab9eb5f43a] socks forwarding established\n2025-07-15 14:07:48.913 [info] [command][b81e47e5-6e32-4d22-8118-23e738d05c02] Process exited with code 0\n2025-07-15 14:07:48.913 [info] [command][b81e47e5-6e32-4d22-8118-23e738d05c02] Socket close event received\n2025-07-15 14:07:48.914 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0be21c6e-de21-4975-be9e-92ab9eb5f43a] socks connection closed\n2025-07-15 14:07:48.931 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54480 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:08:48.914 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:08:48.916 [info] [command][32df28a7-503f-4307-af27-865a5552cfb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""32df28a7-503f-4307-af27-865a5552cfb7""}\n2025-07-15 14:08:48.917 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6f7c5666-ffeb-4d28-ae67-da73ead37c5d] received connection request\n2025-07-15 14:08:48.917 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:08:48.945 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6f7c5666-ffeb-4d28-ae67-da73ead37c5d] socks forwarding established\n2025-07-15 14:08:49.020 [info] [command][32df28a7-503f-4307-af27-865a5552cfb7] Process exited with code 0\n2025-07-15 14:08:49.020 [info] [command][32df28a7-503f-4307-af27-865a5552cfb7] Socket close event received\n2025-07-15 14:08:49.021 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6f7c5666-ffeb-4d28-ae67-da73ead37c5d] socks connection closed\n2025-07-15 14:08:49.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54511 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:09:49.024 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:09:49.025 [info] [command][055febd9-d4e9-42bb-be8a-af00c0ef7e0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""055febd9-d4e9-42bb-be8a-af00c0ef7e0f""}\n2025-07-15 14:09:49.026 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0bbe2ba9-da3e-4dc6-b6f7-84c61be30e62] received connection request\n2025-07-15 14:09:49.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:09:49.049 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0bbe2ba9-da3e-4dc6-b6f7-84c61be30e62] socks forwarding established\n2025-07-15 14:09:49.162 [info] [command][055febd9-d4e9-42bb-be8a-af00c0ef7e0f] Process exited with code 0\n2025-07-15 14:09:49.163 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0bbe2ba9-da3e-4dc6-b6f7-84c61be30e62] socks connection closed\n2025-07-15 14:09:49.163 [info] [command][055febd9-d4e9-42bb-be8a-af00c0ef7e0f] Socket close event received\n2025-07-15 14:09:49.179 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54531 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:10:49.165 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:10:49.168 [info] [command][6697c72d-4d7e-4e31-a354-f4700cda1c40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6697c72d-4d7e-4e31-a354-f4700cda1c40""}\n2025-07-15 14:10:49.169 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0fdd9357-6db6-46af-b450-b4e4bb333061] received connection request\n2025-07-15 14:10:49.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:10:49.191 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0fdd9357-6db6-46af-b450-b4e4bb333061] socks forwarding established\n2025-07-15 14:10:49.221 [info] [command][6697c72d-4d7e-4e31-a354-f4700cda1c40] Process exited with code 0\n2025-07-15 14:10:49.222 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0fdd9357-6db6-46af-b450-b4e4bb333061] socks connection closed\n2025-07-15 14:10:49.222 [info] [command][6697c72d-4d7e-4e31-a354-f4700cda1c40] Socket close event received\n2025-07-15 14:10:49.238 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54549 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:11:49.223 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:11:49.223 [info] [command][19dfdac9-89f9-4507-82c9-bb7780e7e001] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""19dfdac9-89f9-4507-82c9-bb7780e7e001""}\n2025-07-15 14:11:49.224 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][31c0eac9-87a6-43ea-9054-9daebea18239] received connection request\n2025-07-15 14:11:49.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:11:49.240 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][31c0eac9-87a6-43ea-9054-9daebea18239] socks forwarding established\n2025-07-15 14:11:49.269 [info] [command][19dfdac9-89f9-4507-82c9-bb7780e7e001] Process exited with code 0\n2025-07-15 14:11:49.269 [info] [command][19dfdac9-89f9-4507-82c9-bb7780e7e001] Socket close event received\n2025-07-15 14:11:49.269 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][31c0eac9-87a6-43ea-9054-9daebea18239] socks connection closed\n2025-07-15 14:11:49.286 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54581 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:12:49.273 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:12:49.275 [info] [command][4012583c-d47b-431a-bbe8-2a1e523e1ad6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4012583c-d47b-431a-bbe8-2a1e523e1ad6""}\n2025-07-15 14:12:49.275 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f78380ad-aee6-43a8-bcdf-e407cbedb5c0] received connection request\n2025-07-15 14:12:49.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:12:49.293 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f78380ad-aee6-43a8-bcdf-e407cbedb5c0] socks forwarding established\n2025-07-15 14:12:49.328 [info] [command][4012583c-d47b-431a-bbe8-2a1e523e1ad6] Process exited with code 0\n2025-07-15 14:12:49.328 [info] [command][4012583c-d47b-431a-bbe8-2a1e523e1ad6] Socket close event received\n2025-07-15 14:12:49.328 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f78380ad-aee6-43a8-bcdf-e407cbedb5c0] socks connection closed\n2025-07-15 14:12:49.346 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54608 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:13:49.333 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:13:49.337 [info] [command][146c56f7-b884-41f1-bde4-fdc724774549] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""146c56f7-b884-41f1-bde4-fdc724774549""}\n2025-07-15 14:13:49.339 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][36dcfa3b-0ae5-4dc9-ad7f-27f07928a3b3] received connection request\n2025-07-15 14:13:49.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:13:49.362 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36dcfa3b-0ae5-4dc9-ad7f-27f07928a3b3] socks forwarding established\n2025-07-15 14:13:49.398 [info] [command][146c56f7-b884-41f1-bde4-fdc724774549] Process exited with code 0\n2025-07-15 14:13:49.399 [info] [command][146c56f7-b884-41f1-bde4-fdc724774549] Socket close event received\n2025-07-15 14:13:49.401 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36dcfa3b-0ae5-4dc9-ad7f-27f07928a3b3] socks connection closed\n2025-07-15 14:13:49.421 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54662 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:14:49.400 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:14:49.402 [info] [command][7db5640e-3b29-46a8-a30c-fe24da147639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7db5640e-3b29-46a8-a30c-fe24da147639""}\n2025-07-15 14:14:49.402 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b5419ccb-6ec5-4d31-b49e-1585166af6f9] received connection request\n2025-07-15 14:14:49.403 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:14:49.430 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b5419ccb-6ec5-4d31-b49e-1585166af6f9] socks forwarding established\n2025-07-15 14:14:49.461 [info] [command][7db5640e-3b29-46a8-a30c-fe24da147639] Process exited with code 0\n2025-07-15 14:14:49.461 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b5419ccb-6ec5-4d31-b49e-1585166af6f9] socks connection closed\n2025-07-15 14:14:49.461 [info] [command][7db5640e-3b29-46a8-a30c-fe24da147639] Socket close event received\n2025-07-15 14:14:49.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54699 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:15:49.466 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:15:49.467 [info] [command][5a8003f2-6854-4ebe-9205-94f5375f15b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5a8003f2-6854-4ebe-9205-94f5375f15b5""}\n2025-07-15 14:15:49.467 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][08b5f342-150f-435e-98c3-628a6a4da753] received connection request\n2025-07-15 14:15:49.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:15:49.565 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][08b5f342-150f-435e-98c3-628a6a4da753] socks forwarding established\n2025-07-15 14:15:49.598 [info] [command][5a8003f2-6854-4ebe-9205-94f5375f15b5] Process exited with code 0\n2025-07-15 14:15:49.599 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][08b5f342-150f-435e-98c3-628a6a4da753] socks connection closed\n2025-07-15 14:15:49.599 [info] [command][5a8003f2-6854-4ebe-9205-94f5375f15b5] Socket close event received\n2025-07-15 14:15:49.616 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54729 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:16:49.604 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:16:49.606 [info] [command][64ea97ea-84a2-46a4-be85-28d0ad8173a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""64ea97ea-84a2-46a4-be85-28d0ad8173a0""}\n2025-07-15 14:16:49.606 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a61c4375-db68-42b3-bbc0-0548595e86ea] received connection request\n2025-07-15 14:16:49.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:16:49.658 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a61c4375-db68-42b3-bbc0-0548595e86ea] socks forwarding established\n2025-07-15 14:16:49.822 [info] [command][64ea97ea-84a2-46a4-be85-28d0ad8173a0] Process exited with code 0\n2025-07-15 14:16:49.822 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a61c4375-db68-42b3-bbc0-0548595e86ea] socks connection closed\n2025-07-15 14:16:49.822 [info] [command][64ea97ea-84a2-46a4-be85-28d0ad8173a0] Socket close event received\n2025-07-15 14:16:49.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54775 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:17:49.827 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:17:49.829 [info] [command][c70132ac-1a6b-4aaf-8788-e971fe693789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c70132ac-1a6b-4aaf-8788-e971fe693789""}\n2025-07-15 14:17:49.830 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][722df8d7-a151-44ec-9e0d-80e2005f34bc] received connection request\n2025-07-15 14:17:49.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:17:49.849 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][722df8d7-a151-44ec-9e0d-80e2005f34bc] socks forwarding established\n2025-07-15 14:17:49.883 [info] [command][c70132ac-1a6b-4aaf-8788-e971fe693789] Process exited with code 0\n2025-07-15 14:17:49.883 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][722df8d7-a151-44ec-9e0d-80e2005f34bc] socks connection closed\n2025-07-15 14:17:49.883 [info] [command][c70132ac-1a6b-4aaf-8788-e971fe693789] Socket close event received\n2025-07-15 14:17:49.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54795 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:18:49.888 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:18:49.891 [info] [command][465be9a7-b05c-4553-9145-8c4f264e533e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""465be9a7-b05c-4553-9145-8c4f264e533e""}\n2025-07-15 14:18:49.891 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5db87a0b-7c2a-4602-b64f-539506ed012c] received connection request\n2025-07-15 14:18:49.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:18:49.921 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5db87a0b-7c2a-4602-b64f-539506ed012c] socks forwarding established\n2025-07-15 14:18:49.958 [info] [command][465be9a7-b05c-4553-9145-8c4f264e533e] Process exited with code 0\n2025-07-15 14:18:49.958 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5db87a0b-7c2a-4602-b64f-539506ed012c] socks connection closed\n2025-07-15 14:18:49.958 [info] [command][465be9a7-b05c-4553-9145-8c4f264e533e] Socket close event received\n2025-07-15 14:18:49.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54839 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:19:49.961 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:19:49.964 [info] [command][70a6d498-a05e-40e2-b42d-a203ef41a81d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""70a6d498-a05e-40e2-b42d-a203ef41a81d""}\n2025-07-15 14:19:49.965 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][689f3320-8f3a-496a-aff5-e02fa8cea0e5] received connection request\n2025-07-15 14:19:49.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:19:49.989 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][689f3320-8f3a-496a-aff5-e02fa8cea0e5] socks forwarding established\n2025-07-15 14:19:50.021 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][689f3320-8f3a-496a-aff5-e02fa8cea0e5] socks connection closed\n2025-07-15 14:19:50.021 [info] [command][70a6d498-a05e-40e2-b42d-a203ef41a81d] Process exited with code 0\n2025-07-15 14:19:50.021 [info] [command][70a6d498-a05e-40e2-b42d-a203ef41a81d] Socket close event received\n2025-07-15 14:19:50.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54862 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:20:50.026 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:20:50.029 [info] [command][2ffe2fa3-db53-4fb8-976b-6721be84dbef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2ffe2fa3-db53-4fb8-976b-6721be84dbef""}\n2025-07-15 14:20:50.030 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6845250e-a37d-451d-9dc5-d2942e38a7e6] received connection request\n2025-07-15 14:20:50.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:20:50.051 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6845250e-a37d-451d-9dc5-d2942e38a7e6] socks forwarding established\n2025-07-15 14:20:50.082 [info] [command][2ffe2fa3-db53-4fb8-976b-6721be84dbef] Process exited with code 0\n2025-07-15 14:20:50.083 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6845250e-a37d-451d-9dc5-d2942e38a7e6] socks connection closed\n2025-07-15 14:20:50.083 [info] [command][2ffe2fa3-db53-4fb8-976b-6721be84dbef] Socket close event received\n2025-07-15 14:20:50.100 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54885 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:21:50.092 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:21:50.093 [info] [command][599d8d11-6aa5-4f31-92b0-3f2fd4560a08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""599d8d11-6aa5-4f31-92b0-3f2fd4560a08""}\n2025-07-15 14:21:50.094 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ed316f35-8e89-46e0-98c0-435ad7e0b601] received connection request\n2025-07-15 14:21:50.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:21:50.243 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ed316f35-8e89-46e0-98c0-435ad7e0b601] socks forwarding established\n2025-07-15 14:21:50.407 [info] [command][599d8d11-6aa5-4f31-92b0-3f2fd4560a08] Process exited with code 0\n2025-07-15 14:21:50.408 [info] [command][599d8d11-6aa5-4f31-92b0-3f2fd4560a08] Socket close event received\n2025-07-15 14:21:50.409 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ed316f35-8e89-46e0-98c0-435ad7e0b601] socks connection closed\n2025-07-15 14:21:50.427 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54901 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:22:50.410 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:22:50.412 [info] [command][b3cdc613-8056-47a2-b247-5627003bf7e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b3cdc613-8056-47a2-b247-5627003bf7e8""}\n2025-07-15 14:22:50.413 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fb8920a8-bf18-4a74-8c5a-9f482bd05dec] received connection request\n2025-07-15 14:22:50.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:22:50.429 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fb8920a8-bf18-4a74-8c5a-9f482bd05dec] socks forwarding established\n2025-07-15 14:22:50.462 [info] [command][b3cdc613-8056-47a2-b247-5627003bf7e8] Process exited with code 0\n2025-07-15 14:22:50.463 [info] [command][b3cdc613-8056-47a2-b247-5627003bf7e8] Socket close event received\n2025-07-15 14:22:50.463 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fb8920a8-bf18-4a74-8c5a-9f482bd05dec] socks connection closed\n2025-07-15 14:22:50.479 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54928 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:23:50.473 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:23:50.475 [info] [command][fb8b55e7-2c93-4dcd-882b-36bdd37c306e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fb8b55e7-2c93-4dcd-882b-36bdd37c306e""}\n2025-07-15 14:23:50.476 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8f0828f2-24c4-4122-acdb-c6128a4cc9dc] received connection request\n2025-07-15 14:23:50.476 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:23:50.493 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8f0828f2-24c4-4122-acdb-c6128a4cc9dc] socks forwarding established\n2025-07-15 14:23:50.524 [info] [command][fb8b55e7-2c93-4dcd-882b-36bdd37c306e] Process exited with code 0\n2025-07-15 14:23:50.524 [info] [command][fb8b55e7-2c93-4dcd-882b-36bdd37c306e] Socket close event received\n2025-07-15 14:23:50.524 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8f0828f2-24c4-4122-acdb-c6128a4cc9dc] socks connection closed\n2025-07-15 14:23:50.540 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54941 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:24:50.534 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:24:50.536 [info] [command][d31e1284-dcd8-4d86-bb3c-41d71a341b8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d31e1284-dcd8-4d86-bb3c-41d71a341b8c""}\n2025-07-15 14:24:50.537 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][aeb52662-500f-4c77-b0a4-de7f53af539f] received connection request\n2025-07-15 14:24:50.537 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:24:50.555 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aeb52662-500f-4c77-b0a4-de7f53af539f] socks forwarding established\n2025-07-15 14:24:50.584 [info] [command][d31e1284-dcd8-4d86-bb3c-41d71a341b8c] Process exited with code 0\n2025-07-15 14:24:50.584 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aeb52662-500f-4c77-b0a4-de7f53af539f] socks connection closed\n2025-07-15 14:24:50.585 [info] [command][d31e1284-dcd8-4d86-bb3c-41d71a341b8c] Socket close event received\n2025-07-15 14:24:50.601 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54972 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:25:50.594 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:25:50.596 [info] [command][53cc1b55-7e30-4e5e-b99f-4759ee1c243f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""53cc1b55-7e30-4e5e-b99f-4759ee1c243f""}\n2025-07-15 14:25:50.597 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a12f792d-4b04-4810-93bd-372e79de8c67] received connection request\n2025-07-15 14:25:50.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:25:50.686 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a12f792d-4b04-4810-93bd-372e79de8c67] socks forwarding established\n2025-07-15 14:25:50.761 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a12f792d-4b04-4810-93bd-372e79de8c67] socks connection closed\n2025-07-15 14:25:50.761 [info] [command][53cc1b55-7e30-4e5e-b99f-4759ee1c243f] Process exited with code 0\n2025-07-15 14:25:50.761 [info] [command][53cc1b55-7e30-4e5e-b99f-4759ee1c243f] Socket close event received\n2025-07-15 14:25:50.910 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 54989 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:26:50.771 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:26:50.773 [info] [command][82816bc2-b85a-43f3-b090-4b5064c7e12b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""82816bc2-b85a-43f3-b090-4b5064c7e12b""}\n2025-07-15 14:26:50.773 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c9cde259-8638-4dc4-8a53-14b3d1f2c953] received connection request\n2025-07-15 14:26:50.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:26:50.791 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c9cde259-8638-4dc4-8a53-14b3d1f2c953] socks forwarding established\n2025-07-15 14:26:50.826 [info] [command][82816bc2-b85a-43f3-b090-4b5064c7e12b] Process exited with code 0\n2025-07-15 14:26:50.826 [info] [command][82816bc2-b85a-43f3-b090-4b5064c7e12b] Socket close event received\n2025-07-15 14:26:50.826 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c9cde259-8638-4dc4-8a53-14b3d1f2c953] socks connection closed\n2025-07-15 14:26:50.843 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55004 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:27:50.836 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:27:50.839 [info] [command][f88c6f28-2402-4dda-9375-3e348be45aa0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f88c6f28-2402-4dda-9375-3e348be45aa0""}\n2025-07-15 14:27:50.840 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6245461a-36c2-4535-aae4-2dfbe5229c0c] received connection request\n2025-07-15 14:27:50.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:27:50.857 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6245461a-36c2-4535-aae4-2dfbe5229c0c] socks forwarding established\n2025-07-15 14:27:50.891 [info] [command][f88c6f28-2402-4dda-9375-3e348be45aa0] Process exited with code 0\n2025-07-15 14:27:50.891 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6245461a-36c2-4535-aae4-2dfbe5229c0c] socks connection closed\n2025-07-15 14:27:50.891 [info] [command][f88c6f28-2402-4dda-9375-3e348be45aa0] Socket close event received\n2025-07-15 14:27:50.908 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55035 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:28:50.897 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:28:50.899 [info] [command][1ceb5ba4-3a33-4d8e-9b73-91f27ace8c14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1ceb5ba4-3a33-4d8e-9b73-91f27ace8c14""}\n2025-07-15 14:28:50.899 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c52babf4-7604-4cc9-9ec9-b42fc2ceeb43] received connection request\n2025-07-15 14:28:50.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:28:50.917 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c52babf4-7604-4cc9-9ec9-b42fc2ceeb43] socks forwarding established\n2025-07-15 14:28:50.947 [info] [command][1ceb5ba4-3a33-4d8e-9b73-91f27ace8c14] Process exited with code 0\n2025-07-15 14:28:50.947 [info] [command][1ceb5ba4-3a33-4d8e-9b73-91f27ace8c14] Socket close event received\n2025-07-15 14:28:50.948 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c52babf4-7604-4cc9-9ec9-b42fc2ceeb43] socks connection closed\n2025-07-15 14:28:50.965 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55046 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:29:50.958 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:29:50.960 [info] [command][5886b951-1768-4049-9f0c-884206f67738] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5886b951-1768-4049-9f0c-884206f67738""}\n2025-07-15 14:29:50.961 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9e8b44e2-a2b5-4c31-84a8-883d25a286d3] received connection request\n2025-07-15 14:29:50.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:29:50.978 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9e8b44e2-a2b5-4c31-84a8-883d25a286d3] socks forwarding established\n2025-07-15 14:29:51.013 [info] [command][5886b951-1768-4049-9f0c-884206f67738] Process exited with code 0\n2025-07-15 14:29:51.014 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9e8b44e2-a2b5-4c31-84a8-883d25a286d3] socks connection closed\n2025-07-15 14:29:51.014 [info] [command][5886b951-1768-4049-9f0c-884206f67738] Socket close event received\n2025-07-15 14:29:51.031 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55080 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:30:51.018 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:30:51.020 [info] [command][21fef5a7-ec78-4921-a2a1-2586a292003a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""21fef5a7-ec78-4921-a2a1-2586a292003a""}\n2025-07-15 14:30:51.020 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0df95a1e-a45f-48e3-aed0-3705c78a6648] received connection request\n2025-07-15 14:30:51.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:30:51.167 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0df95a1e-a45f-48e3-aed0-3705c78a6648] socks forwarding established\n2025-07-15 14:30:52.195 [info] [command][21fef5a7-ec78-4921-a2a1-2586a292003a] Process exited with code 0\n2025-07-15 14:30:52.195 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0df95a1e-a45f-48e3-aed0-3705c78a6648] socks connection closed\n2025-07-15 14:30:52.195 [info] [command][21fef5a7-ec78-4921-a2a1-2586a292003a] Socket close event received\n2025-07-15 14:30:52.225 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55104 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:31:52.205 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:31:52.207 [info] [command][017cda3e-29cb-45ca-8c5f-659c0dff7a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""017cda3e-29cb-45ca-8c5f-659c0dff7a2f""}\n2025-07-15 14:31:52.208 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e176a2a7-7cdb-4018-8a6f-4466c403d45f] received connection request\n2025-07-15 14:31:52.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:31:52.225 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e176a2a7-7cdb-4018-8a6f-4466c403d45f] socks forwarding established\n2025-07-15 14:31:52.255 [info] [command][017cda3e-29cb-45ca-8c5f-659c0dff7a2f] Process exited with code 0\n2025-07-15 14:31:52.256 [info] [command][017cda3e-29cb-45ca-8c5f-659c0dff7a2f] Socket close event received\n2025-07-15 14:31:52.256 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e176a2a7-7cdb-4018-8a6f-4466c403d45f] socks connection closed\n2025-07-15 14:31:52.273 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55122 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:32:52.258 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:32:52.260 [info] [command][bc3a6c38-2da5-472b-bac7-aa5df8b03c36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bc3a6c38-2da5-472b-bac7-aa5df8b03c36""}\n2025-07-15 14:32:52.261 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1cd05834-d35e-4379-a2d3-0dbed41f291a] received connection request\n2025-07-15 14:32:52.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:32:52.278 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1cd05834-d35e-4379-a2d3-0dbed41f291a] socks forwarding established\n2025-07-15 14:32:52.309 [info] [command][bc3a6c38-2da5-472b-bac7-aa5df8b03c36] Process exited with code 0\n2025-07-15 14:32:52.310 [info] [command][bc3a6c38-2da5-472b-bac7-aa5df8b03c36] Socket close event received\n2025-07-15 14:32:52.310 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1cd05834-d35e-4379-a2d3-0dbed41f291a] socks connection closed\n2025-07-15 14:32:52.327 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55156 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:33:52.321 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:33:52.324 [info] [command][49f87495-f008-4fdc-929d-f41b548f7117] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""49f87495-f008-4fdc-929d-f41b548f7117""}\n2025-07-15 14:33:52.324 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][da71bbdb-8f88-4686-a0a2-0f75d6782044] received connection request\n2025-07-15 14:33:52.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:33:52.343 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][da71bbdb-8f88-4686-a0a2-0f75d6782044] socks forwarding established\n2025-07-15 14:33:52.374 [info] [command][49f87495-f008-4fdc-929d-f41b548f7117] Process exited with code 0\n2025-07-15 14:33:52.374 [info] [command][49f87495-f008-4fdc-929d-f41b548f7117] Socket close event received\n2025-07-15 14:33:52.375 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][da71bbdb-8f88-4686-a0a2-0f75d6782044] socks connection closed\n2025-07-15 14:33:52.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55177 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:34:52.383 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:34:52.386 [info] [command][52214f8b-6313-4644-9c88-f39c5a8782e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""52214f8b-6313-4644-9c88-f39c5a8782e1""}\n2025-07-15 14:34:52.387 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][51368a10-b696-4dd3-aed9-b2bac3792440] received connection request\n2025-07-15 14:34:52.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:34:52.507 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51368a10-b696-4dd3-aed9-b2bac3792440] socks forwarding established\n2025-07-15 14:34:52.673 [info] [command][52214f8b-6313-4644-9c88-f39c5a8782e1] Process exited with code 0\n2025-07-15 14:34:52.674 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51368a10-b696-4dd3-aed9-b2bac3792440] socks connection closed\n2025-07-15 14:34:52.674 [info] [command][52214f8b-6313-4644-9c88-f39c5a8782e1] Socket close event received\n2025-07-15 14:34:52.691 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55207 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:35:52.684 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:35:52.686 [info] [command][c11e1780-32c4-4c77-a9ed-efd4b042fa5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c11e1780-32c4-4c77-a9ed-efd4b042fa5b""}\n2025-07-15 14:35:52.687 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][34db6e69-80ed-4041-9eb0-76594a1f3c91] received connection request\n2025-07-15 14:35:52.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:35:52.715 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34db6e69-80ed-4041-9eb0-76594a1f3c91] socks forwarding established\n2025-07-15 14:35:52.755 [info] [command][c11e1780-32c4-4c77-a9ed-efd4b042fa5b] Process exited with code 0\n2025-07-15 14:35:52.755 [info] [command][c11e1780-32c4-4c77-a9ed-efd4b042fa5b] Socket close event received\n2025-07-15 14:35:52.762 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34db6e69-80ed-4041-9eb0-76594a1f3c91] socks connection closed\n2025-07-15 14:35:52.789 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55226 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:36:52.759 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:36:52.760 [info] [command][3271b669-9ccd-40a0-bc50-04b40c5da6f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3271b669-9ccd-40a0-bc50-04b40c5da6f6""}\n2025-07-15 14:36:52.761 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ebea4b3a-430a-4f73-8bb2-6762b1390fd3] received connection request\n2025-07-15 14:36:52.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:36:52.779 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ebea4b3a-430a-4f73-8bb2-6762b1390fd3] socks forwarding established\n2025-07-15 14:36:52.811 [info] [command][3271b669-9ccd-40a0-bc50-04b40c5da6f6] Process exited with code 0\n2025-07-15 14:36:52.811 [info] [command][3271b669-9ccd-40a0-bc50-04b40c5da6f6] Socket close event received\n2025-07-15 14:36:52.813 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ebea4b3a-430a-4f73-8bb2-6762b1390fd3] socks connection closed\n2025-07-15 14:36:52.829 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55241 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:37:52.822 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:37:52.824 [info] [command][c9ac76a5-d964-439d-883e-4add464a8060] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c9ac76a5-d964-439d-883e-4add464a8060""}\n2025-07-15 14:37:52.825 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7cfc592e-636b-472b-a5ff-8cf0bb56b8ef] received connection request\n2025-07-15 14:37:52.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:37:52.843 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7cfc592e-636b-472b-a5ff-8cf0bb56b8ef] socks forwarding established\n2025-07-15 14:37:52.874 [info] [command][c9ac76a5-d964-439d-883e-4add464a8060] Process exited with code 0\n2025-07-15 14:37:52.874 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7cfc592e-636b-472b-a5ff-8cf0bb56b8ef] socks connection closed\n2025-07-15 14:37:52.874 [info] [command][c9ac76a5-d964-439d-883e-4add464a8060] Socket close event received\n2025-07-15 14:37:52.890 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55272 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:38:52.884 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:38:52.886 [info] [command][45fad736-f938-4bb7-9312-88b486a137d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""45fad736-f938-4bb7-9312-88b486a137d6""}\n2025-07-15 14:38:52.886 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3d7df207-1487-4c98-9497-3d7be028b941] received connection request\n2025-07-15 14:38:52.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:38:52.904 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d7df207-1487-4c98-9497-3d7be028b941] socks forwarding established\n2025-07-15 14:38:52.934 [info] [command][45fad736-f938-4bb7-9312-88b486a137d6] Process exited with code 0\n2025-07-15 14:38:52.935 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d7df207-1487-4c98-9497-3d7be028b941] socks connection closed\n2025-07-15 14:38:52.935 [info] [command][45fad736-f938-4bb7-9312-88b486a137d6] Socket close event received\n2025-07-15 14:38:52.952 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55287 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:39:52.945 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:39:52.947 [info] [command][d0b60dd8-d6bb-4463-bc7d-fa61913e4fce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d0b60dd8-d6bb-4463-bc7d-fa61913e4fce""}\n2025-07-15 14:39:52.948 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][20991730-9ef7-4d24-974a-86c9a97150bd] received connection request\n2025-07-15 14:39:52.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:39:53.086 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][20991730-9ef7-4d24-974a-86c9a97150bd] socks forwarding established\n2025-07-15 14:39:53.157 [info] [command][d0b60dd8-d6bb-4463-bc7d-fa61913e4fce] Process exited with code 0\n2025-07-15 14:39:53.157 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][20991730-9ef7-4d24-974a-86c9a97150bd] socks connection closed\n2025-07-15 14:39:53.158 [info] [command][d0b60dd8-d6bb-4463-bc7d-fa61913e4fce] Socket close event received\n2025-07-15 14:39:53.252 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55319 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:40:53.166 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:40:53.168 [info] [command][29611458-f4fc-4eed-808c-0253a1db1c0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""29611458-f4fc-4eed-808c-0253a1db1c0d""}\n2025-07-15 14:40:53.169 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][35105c53-4860-42ba-9bc0-59fecbfcdede] received connection request\n2025-07-15 14:40:53.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:40:53.187 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][35105c53-4860-42ba-9bc0-59fecbfcdede] socks forwarding established\n2025-07-15 14:40:53.219 [info] [command][29611458-f4fc-4eed-808c-0253a1db1c0d] Process exited with code 0\n2025-07-15 14:40:53.219 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][35105c53-4860-42ba-9bc0-59fecbfcdede] socks connection closed\n2025-07-15 14:40:53.219 [info] [command][29611458-f4fc-4eed-808c-0253a1db1c0d] Socket close event received\n2025-07-15 14:40:53.236 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55340 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:41:53.230 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:41:53.232 [info] [command][56d12520-22b0-4537-af09-256fc68ce8c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""56d12520-22b0-4537-af09-256fc68ce8c0""}\n2025-07-15 14:41:53.232 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f8e0d50e-d6a1-4d41-b378-6670d0e2e6d9] received connection request\n2025-07-15 14:41:53.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:41:53.254 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8e0d50e-d6a1-4d41-b378-6670d0e2e6d9] socks forwarding established\n2025-07-15 14:41:53.284 [info] [command][56d12520-22b0-4537-af09-256fc68ce8c0] Process exited with code 0\n2025-07-15 14:41:53.285 [info] [command][56d12520-22b0-4537-af09-256fc68ce8c0] Socket close event received\n2025-07-15 14:41:53.285 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8e0d50e-d6a1-4d41-b378-6670d0e2e6d9] socks connection closed\n2025-07-15 14:41:53.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55359 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:42:53.296 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:42:53.297 [info] [command][dd99c138-ba4c-4c23-b07d-89702fb39431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""dd99c138-ba4c-4c23-b07d-89702fb39431""}\n2025-07-15 14:42:53.298 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f5ff3632-b441-4e08-9916-26c4538442fe] received connection request\n2025-07-15 14:42:53.299 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:42:53.318 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f5ff3632-b441-4e08-9916-26c4538442fe] socks forwarding established\n2025-07-15 14:42:53.350 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f5ff3632-b441-4e08-9916-26c4538442fe] socks connection closed\n2025-07-15 14:42:53.350 [info] [command][dd99c138-ba4c-4c23-b07d-89702fb39431] Process exited with code 0\n2025-07-15 14:42:53.350 [info] [command][dd99c138-ba4c-4c23-b07d-89702fb39431] Socket close event received\n2025-07-15 14:42:53.366 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55410 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:43:53.360 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:43:53.362 [info] [command][0d7963bf-f6a3-43af-a364-af1dbf012961] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0d7963bf-f6a3-43af-a364-af1dbf012961""}\n2025-07-15 14:43:53.362 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][17abaa1c-6cd4-46c8-80cd-1c6c692fe9af] received connection request\n2025-07-15 14:43:53.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:43:53.390 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][17abaa1c-6cd4-46c8-80cd-1c6c692fe9af] socks forwarding established\n2025-07-15 14:43:53.532 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][17abaa1c-6cd4-46c8-80cd-1c6c692fe9af] socks connection closed\n2025-07-15 14:43:53.532 [info] [command][0d7963bf-f6a3-43af-a364-af1dbf012961] Process exited with code 0\n2025-07-15 14:43:53.532 [info] [command][0d7963bf-f6a3-43af-a364-af1dbf012961] Socket close event received\n2025-07-15 14:43:53.548 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55424 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:44:53.538 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:44:53.540 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d96bf06a-507f-441e-811a-8c4aef0431fd] received connection request\n2025-07-15 14:44:53.540 [info] [command][cfeea003-fca1-4907-9fe5-07505dfb95c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cfeea003-fca1-4907-9fe5-07505dfb95c0""}\n2025-07-15 14:44:53.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:44:53.559 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d96bf06a-507f-441e-811a-8c4aef0431fd] socks forwarding established\n2025-07-15 14:44:53.591 [info] [command][cfeea003-fca1-4907-9fe5-07505dfb95c0] Process exited with code 0\n2025-07-15 14:44:53.591 [info] [command][cfeea003-fca1-4907-9fe5-07505dfb95c0] Socket close event received\n2025-07-15 14:44:53.607 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d96bf06a-507f-441e-811a-8c4aef0431fd] socks connection closed\n2025-07-15 14:44:53.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55455 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:45:53.601 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:45:53.603 [info] [command][a5a3669c-1720-46b5-9a37-d930d7b40bd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a5a3669c-1720-46b5-9a37-d930d7b40bd3""}\n2025-07-15 14:45:53.604 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bdc818e8-7d85-4f93-9e01-0bc099daa353] received connection request\n2025-07-15 14:45:53.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:45:53.622 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bdc818e8-7d85-4f93-9e01-0bc099daa353] socks forwarding established\n2025-07-15 14:45:53.655 [info] [command][a5a3669c-1720-46b5-9a37-d930d7b40bd3] Process exited with code 0\n2025-07-15 14:45:53.655 [info] [command][a5a3669c-1720-46b5-9a37-d930d7b40bd3] Socket close event received\n2025-07-15 14:45:53.656 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bdc818e8-7d85-4f93-9e01-0bc099daa353] socks connection closed\n2025-07-15 14:45:53.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55474 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:46:53.665 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:46:53.667 [info] [command][d3d36c6f-88b3-4cae-ac89-dc66537d20bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d3d36c6f-88b3-4cae-ac89-dc66537d20bc""}\n2025-07-15 14:46:53.668 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cff3bb76-3fba-4ee9-a2d9-fd18dc582208] received connection request\n2025-07-15 14:46:53.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:46:53.686 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cff3bb76-3fba-4ee9-a2d9-fd18dc582208] socks forwarding established\n2025-07-15 14:46:53.717 [info] [command][d3d36c6f-88b3-4cae-ac89-dc66537d20bc] Process exited with code 0\n2025-07-15 14:46:53.718 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cff3bb76-3fba-4ee9-a2d9-fd18dc582208] socks connection closed\n2025-07-15 14:46:53.718 [info] [command][d3d36c6f-88b3-4cae-ac89-dc66537d20bc] Socket close event received\n2025-07-15 14:46:53.737 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55489 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:47:53.728 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:47:53.730 [info] [command][ff906ed8-1f90-4322-b337-778410547405] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ff906ed8-1f90-4322-b337-778410547405""}\n2025-07-15 14:47:53.731 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][38797edc-f214-4cbb-a378-dc0364942634] received connection request\n2025-07-15 14:47:53.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:47:53.749 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][38797edc-f214-4cbb-a378-dc0364942634] socks forwarding established\n2025-07-15 14:47:53.780 [info] [command][ff906ed8-1f90-4322-b337-778410547405] Process exited with code 0\n2025-07-15 14:47:53.781 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][38797edc-f214-4cbb-a378-dc0364942634] socks connection closed\n2025-07-15 14:47:53.781 [info] [command][ff906ed8-1f90-4322-b337-778410547405] Socket close event received\n2025-07-15 14:47:53.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55518 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:48:53.790 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:48:53.792 [info] [command][2af58fe2-1eee-432d-aa23-e361ce39119a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2af58fe2-1eee-432d-aa23-e361ce39119a""}\n2025-07-15 14:48:53.793 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6964642a-cc10-4369-a198-b499972793dd] received connection request\n2025-07-15 14:48:53.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:48:53.871 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6964642a-cc10-4369-a198-b499972793dd] socks forwarding established\n2025-07-15 14:48:54.038 [info] [command][2af58fe2-1eee-432d-aa23-e361ce39119a] Process exited with code 0\n2025-07-15 14:48:54.038 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6964642a-cc10-4369-a198-b499972793dd] socks connection closed\n2025-07-15 14:48:54.038 [info] [command][2af58fe2-1eee-432d-aa23-e361ce39119a] Socket close event received\n2025-07-15 14:48:54.056 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55535 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:49:54.046 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:49:54.048 [info] [command][ca8087cb-d1f5-48a2-8d90-2bc5747b423a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ca8087cb-d1f5-48a2-8d90-2bc5747b423a""}\n2025-07-15 14:49:54.049 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b6ca0fb8-85f9-4723-859f-fa5712ae74e3] received connection request\n2025-07-15 14:49:54.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:49:54.072 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b6ca0fb8-85f9-4723-859f-fa5712ae74e3] socks forwarding established\n2025-07-15 14:49:54.108 [info] [command][ca8087cb-d1f5-48a2-8d90-2bc5747b423a] Process exited with code 0\n2025-07-15 14:49:54.108 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b6ca0fb8-85f9-4723-859f-fa5712ae74e3] socks connection closed\n2025-07-15 14:49:54.109 [info] [command][ca8087cb-d1f5-48a2-8d90-2bc5747b423a] Socket close event received\n2025-07-15 14:49:54.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55563 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:50:54.117 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:50:54.118 [info] [command][10954668-792b-4ec2-b884-99075b13b52e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""10954668-792b-4ec2-b884-99075b13b52e""}\n2025-07-15 14:50:54.119 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7d9b9379-6e51-4f6d-92a2-660fdb520ae3] received connection request\n2025-07-15 14:50:54.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:50:54.141 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7d9b9379-6e51-4f6d-92a2-660fdb520ae3] socks forwarding established\n2025-07-15 14:50:54.172 [info] [command][10954668-792b-4ec2-b884-99075b13b52e] Process exited with code 0\n2025-07-15 14:50:54.173 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7d9b9379-6e51-4f6d-92a2-660fdb520ae3] socks connection closed\n2025-07-15 14:50:54.173 [info] [command][10954668-792b-4ec2-b884-99075b13b52e] Socket close event received\n2025-07-15 14:50:54.191 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55579 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:51:54.181 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:51:54.184 [info] [command][4def7b75-e9bd-452d-8ba4-218b0b41b8ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4def7b75-e9bd-452d-8ba4-218b0b41b8ae""}\n2025-07-15 14:51:54.184 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][505c424e-35a1-479c-9bc8-ea757d16a271] received connection request\n2025-07-15 14:51:54.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:51:54.202 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][505c424e-35a1-479c-9bc8-ea757d16a271] socks forwarding established\n2025-07-15 14:51:54.234 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][505c424e-35a1-479c-9bc8-ea757d16a271] socks connection closed\n2025-07-15 14:51:54.234 [info] [command][4def7b75-e9bd-452d-8ba4-218b0b41b8ae] Process exited with code 0\n2025-07-15 14:51:54.234 [info] [command][4def7b75-e9bd-452d-8ba4-218b0b41b8ae] Socket close event received\n2025-07-15 14:51:54.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55598 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:52:54.237 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:52:54.239 [info] [command][514e76e5-544c-486c-9622-2c46511f68f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""514e76e5-544c-486c-9622-2c46511f68f5""}\n2025-07-15 14:52:54.239 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c0da844b-72fa-4b08-a131-28557210bcc0] received connection request\n2025-07-15 14:52:54.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:52:54.493 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c0da844b-72fa-4b08-a131-28557210bcc0] socks forwarding established\n2025-07-15 14:52:54.577 [info] [command][514e76e5-544c-486c-9622-2c46511f68f5] Process exited with code 0\n2025-07-15 14:52:54.578 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c0da844b-72fa-4b08-a131-28557210bcc0] socks connection closed\n2025-07-15 14:52:54.578 [info] [command][514e76e5-544c-486c-9622-2c46511f68f5] Socket close event received\n2025-07-15 14:52:54.595 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55630 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:53:54.585 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:53:54.586 [info] [command][f397cdb9-927d-44e8-b17a-108e56009475] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f397cdb9-927d-44e8-b17a-108e56009475""}\n2025-07-15 14:53:54.586 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][32ffc5ce-dd87-4c05-8078-eec2b4401157] received connection request\n2025-07-15 14:53:54.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:53:54.618 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][32ffc5ce-dd87-4c05-8078-eec2b4401157] socks forwarding established\n2025-07-15 14:53:54.653 [info] [command][f397cdb9-927d-44e8-b17a-108e56009475] Process exited with code 0\n2025-07-15 14:53:54.653 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][32ffc5ce-dd87-4c05-8078-eec2b4401157] socks connection closed\n2025-07-15 14:53:54.654 [info] [command][f397cdb9-927d-44e8-b17a-108e56009475] Socket close event received\n2025-07-15 14:53:54.684 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55644 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:54:54.658 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:54:54.660 [info] [command][c5c48f1e-b0ec-4d03-8c87-f1f4ec72fa37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c5c48f1e-b0ec-4d03-8c87-f1f4ec72fa37""}\n2025-07-15 14:54:54.661 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7831dcd7-d9c7-44ad-a27c-f382aca45c18] received connection request\n2025-07-15 14:54:54.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:54:54.679 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7831dcd7-d9c7-44ad-a27c-f382aca45c18] socks forwarding established\n2025-07-15 14:54:54.711 [info] [command][c5c48f1e-b0ec-4d03-8c87-f1f4ec72fa37] Process exited with code 0\n2025-07-15 14:54:54.711 [info] [command][c5c48f1e-b0ec-4d03-8c87-f1f4ec72fa37] Socket close event received\n2025-07-15 14:54:54.712 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7831dcd7-d9c7-44ad-a27c-f382aca45c18] socks connection closed\n2025-07-15 14:54:54.729 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55673 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:55:54.717 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:55:54.718 [info] [command][bbe5bb73-9a2c-4e4e-99fd-94bcc56b02e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bbe5bb73-9a2c-4e4e-99fd-94bcc56b02e1""}\n2025-07-15 14:55:54.718 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8fdbab06-8af3-4286-ad95-5f1a48a99dfa] received connection request\n2025-07-15 14:55:54.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:55:54.734 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8fdbab06-8af3-4286-ad95-5f1a48a99dfa] socks forwarding established\n2025-07-15 14:55:54.765 [info] [command][bbe5bb73-9a2c-4e4e-99fd-94bcc56b02e1] Process exited with code 0\n2025-07-15 14:55:54.766 [info] [command][bbe5bb73-9a2c-4e4e-99fd-94bcc56b02e1] Socket close event received\n2025-07-15 14:55:54.766 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8fdbab06-8af3-4286-ad95-5f1a48a99dfa] socks connection closed\n2025-07-15 14:55:54.781 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55689 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:56:54.769 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:56:54.771 [info] [command][1c8c0153-10c0-49ad-ba6a-6cbeef393b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1c8c0153-10c0-49ad-ba6a-6cbeef393b66""}\n2025-07-15 14:56:54.772 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1bc16321-4924-4e07-837b-e65ce91e26c7] received connection request\n2025-07-15 14:56:54.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:56:54.790 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1bc16321-4924-4e07-837b-e65ce91e26c7] socks forwarding established\n2025-07-15 14:56:54.819 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1bc16321-4924-4e07-837b-e65ce91e26c7] socks connection closed\n2025-07-15 14:56:54.819 [info] [command][1c8c0153-10c0-49ad-ba6a-6cbeef393b66] Process exited with code 0\n2025-07-15 14:56:54.819 [info] [command][1c8c0153-10c0-49ad-ba6a-6cbeef393b66] Socket close event received\n2025-07-15 14:56:54.835 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55706 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:57:54.830 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:57:54.832 [info] [command][46093174-e4b3-41f3-82a9-5a1feddb172b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""46093174-e4b3-41f3-82a9-5a1feddb172b""}\n2025-07-15 14:57:54.833 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][99c34605-1721-467f-9a11-0007b0634bed] received connection request\n2025-07-15 14:57:54.833 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:57:54.895 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][99c34605-1721-467f-9a11-0007b0634bed] socks forwarding established\n2025-07-15 14:57:55.060 [info] [command][46093174-e4b3-41f3-82a9-5a1feddb172b] Process exited with code 0\n2025-07-15 14:57:55.061 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][99c34605-1721-467f-9a11-0007b0634bed] socks connection closed\n2025-07-15 14:57:55.061 [info] [command][46093174-e4b3-41f3-82a9-5a1feddb172b] Socket close event received\n2025-07-15 14:57:55.076 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55736 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:58:55.062 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:58:55.063 [info] [command][1461c8af-d5f4-47e9-b152-882669442ec3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1461c8af-d5f4-47e9-b152-882669442ec3""}\n2025-07-15 14:58:55.064 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a2481971-fe8b-4f44-9f8c-18d7c5e90b53] received connection request\n2025-07-15 14:58:55.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:58:55.082 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a2481971-fe8b-4f44-9f8c-18d7c5e90b53] socks forwarding established\n2025-07-15 14:58:55.119 [info] [command][1461c8af-d5f4-47e9-b152-882669442ec3] Process exited with code 0\n2025-07-15 14:58:55.119 [info] [command][1461c8af-d5f4-47e9-b152-882669442ec3] Socket close event received\n2025-07-15 14:58:55.130 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a2481971-fe8b-4f44-9f8c-18d7c5e90b53] socks connection closed\n2025-07-15 14:58:55.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55753 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 14:59:55.122 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 14:59:55.124 [info] [command][dea77bc4-9a0c-41f6-acb8-d3e5ff6658df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""dea77bc4-9a0c-41f6-acb8-d3e5ff6658df""}\n2025-07-15 14:59:55.124 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9f541d82-2c17-4b78-b22b-10d030770161] received connection request\n2025-07-15 14:59:55.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 14:59:55.143 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9f541d82-2c17-4b78-b22b-10d030770161] socks forwarding established\n2025-07-15 14:59:55.174 [info] [command][dea77bc4-9a0c-41f6-acb8-d3e5ff6658df] Process exited with code 0\n2025-07-15 14:59:55.174 [info] [command][dea77bc4-9a0c-41f6-acb8-d3e5ff6658df] Socket close event received\n2025-07-15 14:59:55.174 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9f541d82-2c17-4b78-b22b-10d030770161] socks connection closed\n2025-07-15 14:59:55.193 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55784 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:00:55.184 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:00:55.186 [info] [command][f998668a-4eb4-4e03-878c-a797edb2b5a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f998668a-4eb4-4e03-878c-a797edb2b5a3""}\n2025-07-15 15:00:55.186 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][62b6d51a-775e-4461-afd3-1726e6e2ff0f] received connection request\n2025-07-15 15:00:55.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:00:55.204 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][62b6d51a-775e-4461-afd3-1726e6e2ff0f] socks forwarding established\n2025-07-15 15:00:55.236 [info] [command][f998668a-4eb4-4e03-878c-a797edb2b5a3] Process exited with code 0\n2025-07-15 15:00:55.236 [info] [command][f998668a-4eb4-4e03-878c-a797edb2b5a3] Socket close event received\n2025-07-15 15:00:55.237 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][62b6d51a-775e-4461-afd3-1726e6e2ff0f] socks connection closed\n2025-07-15 15:00:55.252 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55805 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:01:55.246 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:01:55.248 [info] [command][e4946044-7bbf-4e69-ae54-aaf2960d24c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e4946044-7bbf-4e69-ae54-aaf2960d24c4""}\n2025-07-15 15:01:55.248 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7a11f931-ac92-4793-af83-ad8efba0293d] received connection request\n2025-07-15 15:01:55.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:01:55.423 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7a11f931-ac92-4793-af83-ad8efba0293d] socks forwarding established\n2025-07-15 15:01:55.577 [info] [command][e4946044-7bbf-4e69-ae54-aaf2960d24c4] Process exited with code 0\n2025-07-15 15:01:55.577 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7a11f931-ac92-4793-af83-ad8efba0293d] socks connection closed\n2025-07-15 15:01:55.577 [info] [command][e4946044-7bbf-4e69-ae54-aaf2960d24c4] Socket close event received\n2025-07-15 15:01:55.595 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55822 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:02:55.579 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:02:55.580 [info] [command][617eb6d1-2eae-4d84-9d0d-51eaf8e8c457] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""617eb6d1-2eae-4d84-9d0d-51eaf8e8c457""}\n2025-07-15 15:02:55.581 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4bf89fe9-ce38-4573-a963-94f54c74344d] received connection request\n2025-07-15 15:02:55.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:02:55.602 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4bf89fe9-ce38-4573-a963-94f54c74344d] socks forwarding established\n2025-07-15 15:02:55.633 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4bf89fe9-ce38-4573-a963-94f54c74344d] socks connection closed\n2025-07-15 15:02:55.633 [info] [command][617eb6d1-2eae-4d84-9d0d-51eaf8e8c457] Process exited with code 0\n2025-07-15 15:02:55.633 [info] [command][617eb6d1-2eae-4d84-9d0d-51eaf8e8c457] Socket close event received\n2025-07-15 15:02:55.649 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55851 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:03:55.638 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:03:55.639 [info] [command][9c08e995-f1a9-4c6d-9d71-2fcc728cbbdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9c08e995-f1a9-4c6d-9d71-2fcc728cbbdf""}\n2025-07-15 15:03:55.639 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][270ae9cf-0822-4b86-ab6e-0effc85921b7] received connection request\n2025-07-15 15:03:55.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:03:55.656 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][270ae9cf-0822-4b86-ab6e-0effc85921b7] socks forwarding established\n2025-07-15 15:03:55.687 [info] [command][9c08e995-f1a9-4c6d-9d71-2fcc728cbbdf] Process exited with code 0\n2025-07-15 15:03:55.687 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][270ae9cf-0822-4b86-ab6e-0effc85921b7] socks connection closed\n2025-07-15 15:03:55.687 [info] [command][9c08e995-f1a9-4c6d-9d71-2fcc728cbbdf] Socket close event received\n2025-07-15 15:03:55.704 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55867 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:04:55.697 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:04:55.699 [info] [command][27a76a2e-3cee-49e7-9902-4e69353a2971] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""27a76a2e-3cee-49e7-9902-4e69353a2971""}\n2025-07-15 15:04:55.700 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][903a315b-4011-478b-a41a-d5c6196d0aae] received connection request\n2025-07-15 15:04:55.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:04:55.718 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][903a315b-4011-478b-a41a-d5c6196d0aae] socks forwarding established\n2025-07-15 15:04:55.748 [info] [command][27a76a2e-3cee-49e7-9902-4e69353a2971] Process exited with code 0\n2025-07-15 15:04:55.748 [info] [command][27a76a2e-3cee-49e7-9902-4e69353a2971] Socket close event received\n2025-07-15 15:04:55.749 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][903a315b-4011-478b-a41a-d5c6196d0aae] socks connection closed\n2025-07-15 15:04:55.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55903 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:05:55.752 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:05:55.754 [info] [command][32aa3adb-8873-4288-a791-5a98c61ad04c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""32aa3adb-8873-4288-a791-5a98c61ad04c""}\n2025-07-15 15:05:55.755 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d98607ef-1026-4786-bdbd-fbb1f0466944] received connection request\n2025-07-15 15:05:55.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:05:55.773 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d98607ef-1026-4786-bdbd-fbb1f0466944] socks forwarding established\n2025-07-15 15:05:55.807 [info] [command][32aa3adb-8873-4288-a791-5a98c61ad04c] Process exited with code 0\n2025-07-15 15:05:55.808 [info] [command][32aa3adb-8873-4288-a791-5a98c61ad04c] Socket close event received\n2025-07-15 15:05:55.811 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d98607ef-1026-4786-bdbd-fbb1f0466944] socks connection closed\n2025-07-15 15:05:55.826 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55924 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:06:55.815 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:06:55.816 [info] [command][3bb76034-de0f-41b2-a38b-887c1568b6f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3bb76034-de0f-41b2-a38b-887c1568b6f1""}\n2025-07-15 15:06:55.817 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6819a1a4-7b04-41de-9dbf-7bb9496f1d29] received connection request\n2025-07-15 15:06:55.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:06:55.880 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6819a1a4-7b04-41de-9dbf-7bb9496f1d29] socks forwarding established\n2025-07-15 15:06:55.993 [info] [command][3bb76034-de0f-41b2-a38b-887c1568b6f1] Process exited with code 0\n2025-07-15 15:06:55.993 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6819a1a4-7b04-41de-9dbf-7bb9496f1d29] socks connection closed\n2025-07-15 15:06:55.994 [info] [command][3bb76034-de0f-41b2-a38b-887c1568b6f1] Socket close event received\n2025-07-15 15:06:56.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55937 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:07:56.004 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:07:56.006 [info] [command][52f062d8-1b02-454b-829e-d0872509e6e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""52f062d8-1b02-454b-829e-d0872509e6e0""}\n2025-07-15 15:07:56.006 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2829ae64-d0a9-40c2-a59e-98a5fc97af24] received connection request\n2025-07-15 15:07:56.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:07:56.026 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2829ae64-d0a9-40c2-a59e-98a5fc97af24] socks forwarding established\n2025-07-15 15:07:56.062 [info] [command][52f062d8-1b02-454b-829e-d0872509e6e0] Process exited with code 0\n2025-07-15 15:07:56.062 [info] [command][52f062d8-1b02-454b-829e-d0872509e6e0] Socket close event received\n2025-07-15 15:07:56.063 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2829ae64-d0a9-40c2-a59e-98a5fc97af24] socks connection closed\n2025-07-15 15:07:56.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55964 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:08:56.063 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:08:56.064 [info] [command][c7f7a668-3b89-4e86-9928-0e0f8cd5abc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c7f7a668-3b89-4e86-9928-0e0f8cd5abc9""}\n2025-07-15 15:08:56.065 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][34d14813-8e2b-4c50-a26d-853304250d60] received connection request\n2025-07-15 15:08:56.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:08:56.090 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34d14813-8e2b-4c50-a26d-853304250d60] socks forwarding established\n2025-07-15 15:08:56.122 [info] [command][c7f7a668-3b89-4e86-9928-0e0f8cd5abc9] Process exited with code 0\n2025-07-15 15:08:56.122 [info] [command][c7f7a668-3b89-4e86-9928-0e0f8cd5abc9] Socket close event received\n2025-07-15 15:08:56.123 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34d14813-8e2b-4c50-a26d-853304250d60] socks connection closed\n2025-07-15 15:08:56.140 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 55981 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:09:56.132 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:09:56.135 [info] [command][5dbe332d-e877-4cae-8b6e-2c403e45b61f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5dbe332d-e877-4cae-8b6e-2c403e45b61f""}\n2025-07-15 15:09:56.135 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][248914dd-4540-4f4b-80aa-13dba2128c39] received connection request\n2025-07-15 15:09:56.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:09:56.154 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][248914dd-4540-4f4b-80aa-13dba2128c39] socks forwarding established\n2025-07-15 15:09:56.185 [info] [command][5dbe332d-e877-4cae-8b6e-2c403e45b61f] Process exited with code 0\n2025-07-15 15:09:56.185 [info] [command][5dbe332d-e877-4cae-8b6e-2c403e45b61f] Socket close event received\n2025-07-15 15:09:56.186 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][248914dd-4540-4f4b-80aa-13dba2128c39] socks connection closed\n2025-07-15 15:09:56.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56008 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:10:56.190 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:10:56.191 [info] [command][53f66087-d8f0-48b5-9fb7-3b68db1a399c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""53f66087-d8f0-48b5-9fb7-3b68db1a399c""}\n2025-07-15 15:10:56.192 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5b1a8eaa-5302-4bc1-bc37-11c35f5ba005] received connection request\n2025-07-15 15:10:56.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:10:56.298 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5b1a8eaa-5302-4bc1-bc37-11c35f5ba005] socks forwarding established\n2025-07-15 15:10:56.463 [info] [command][53f66087-d8f0-48b5-9fb7-3b68db1a399c] Process exited with code 0\n2025-07-15 15:10:56.463 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5b1a8eaa-5302-4bc1-bc37-11c35f5ba005] socks connection closed\n2025-07-15 15:10:56.463 [info] [command][53f66087-d8f0-48b5-9fb7-3b68db1a399c] Socket close event received\n2025-07-15 15:10:56.480 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56022 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:11:56.473 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:11:56.475 [info] [command][045fbdc5-3972-406f-8aab-ad831373b7f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""045fbdc5-3972-406f-8aab-ad831373b7f7""}\n2025-07-15 15:11:56.476 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f48f80f6-d53a-4c5e-aa9f-9af882fe80e4] received connection request\n2025-07-15 15:11:56.477 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:11:56.499 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f48f80f6-d53a-4c5e-aa9f-9af882fe80e4] socks forwarding established\n2025-07-15 15:11:56.531 [info] [command][045fbdc5-3972-406f-8aab-ad831373b7f7] Process exited with code 0\n2025-07-15 15:11:56.532 [info] [command][045fbdc5-3972-406f-8aab-ad831373b7f7] Socket close event received\n2025-07-15 15:11:56.532 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f48f80f6-d53a-4c5e-aa9f-9af882fe80e4] socks connection closed\n2025-07-15 15:11:56.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56041 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:12:56.542 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:12:56.544 [info] [command][d54dd30a-7a7d-4775-b718-33f0166ace8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d54dd30a-7a7d-4775-b718-33f0166ace8e""}\n2025-07-15 15:12:56.545 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4936786f-63b7-4735-9fd1-a90ea25c72c8] received connection request\n2025-07-15 15:12:56.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:12:56.563 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4936786f-63b7-4735-9fd1-a90ea25c72c8] socks forwarding established\n2025-07-15 15:12:56.594 [info] [command][d54dd30a-7a7d-4775-b718-33f0166ace8e] Process exited with code 0\n2025-07-15 15:12:56.594 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4936786f-63b7-4735-9fd1-a90ea25c72c8] socks connection closed\n2025-07-15 15:12:56.594 [info] [command][d54dd30a-7a7d-4775-b718-33f0166ace8e] Socket close event received\n2025-07-15 15:12:56.612 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56069 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:13:56.594 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:13:56.597 [info] [command][13d5e3af-93ef-48ff-9bde-f10691f4eef5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""13d5e3af-93ef-48ff-9bde-f10691f4eef5""}\n2025-07-15 15:13:56.597 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f89c933a-545e-4dc2-b7a1-38b6f256bc32] received connection request\n2025-07-15 15:13:56.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:13:56.616 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f89c933a-545e-4dc2-b7a1-38b6f256bc32] socks forwarding established\n2025-07-15 15:13:56.648 [info] [command][13d5e3af-93ef-48ff-9bde-f10691f4eef5] Process exited with code 0\n2025-07-15 15:13:56.648 [info] [command][13d5e3af-93ef-48ff-9bde-f10691f4eef5] Socket close event received\n2025-07-15 15:13:56.649 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f89c933a-545e-4dc2-b7a1-38b6f256bc32] socks connection closed\n2025-07-15 15:13:56.667 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56093 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:14:56.652 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:14:56.654 [info] [command][23f13bc4-df96-47a2-8659-7afea8794e36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""23f13bc4-df96-47a2-8659-7afea8794e36""}\n2025-07-15 15:14:56.655 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2ebac810-4d8d-4ecd-8a51-8e816131cadc] received connection request\n2025-07-15 15:14:56.656 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:14:56.678 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2ebac810-4d8d-4ecd-8a51-8e816131cadc] socks forwarding established\n2025-07-15 15:14:56.739 [info] [command][23f13bc4-df96-47a2-8659-7afea8794e36] Process exited with code 0\n2025-07-15 15:14:56.739 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2ebac810-4d8d-4ecd-8a51-8e816131cadc] socks connection closed\n2025-07-15 15:14:56.739 [info] [command][23f13bc4-df96-47a2-8659-7afea8794e36] Socket close event received\n2025-07-15 15:14:56.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56133 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:15:56.749 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:15:56.750 [info] [command][572acb8a-f567-43cd-8369-bb1bbb87b499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""572acb8a-f567-43cd-8369-bb1bbb87b499""}\n2025-07-15 15:15:56.751 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fad91115-0d45-43b9-9e8f-e113a6168399] received connection request\n2025-07-15 15:15:56.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:15:56.770 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fad91115-0d45-43b9-9e8f-e113a6168399] socks forwarding established\n2025-07-15 15:15:56.802 [info] [command][572acb8a-f567-43cd-8369-bb1bbb87b499] Process exited with code 0\n2025-07-15 15:15:56.802 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fad91115-0d45-43b9-9e8f-e113a6168399] socks connection closed\n2025-07-15 15:15:56.803 [info] [command][572acb8a-f567-43cd-8369-bb1bbb87b499] Socket close event received\n2025-07-15 15:15:56.821 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56156 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:16:56.804 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:16:56.807 [info] [command][d418af17-048a-4a6a-a55a-728f0f427907] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d418af17-048a-4a6a-a55a-728f0f427907""}\n2025-07-15 15:16:56.807 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ef88d009-fb54-4a7f-b796-68aa5c0172bd] received connection request\n2025-07-15 15:16:56.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:16:56.825 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ef88d009-fb54-4a7f-b796-68aa5c0172bd] socks forwarding established\n2025-07-15 15:16:56.860 [info] [command][d418af17-048a-4a6a-a55a-728f0f427907] Process exited with code 0\n2025-07-15 15:16:56.861 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ef88d009-fb54-4a7f-b796-68aa5c0172bd] socks connection closed\n2025-07-15 15:16:56.861 [info] [command][d418af17-048a-4a6a-a55a-728f0f427907] Socket close event received\n2025-07-15 15:16:56.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56171 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:17:56.865 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:17:56.866 [info] [command][690e5ea2-23f6-4010-a8f4-74ff77ca6ca8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""690e5ea2-23f6-4010-a8f4-74ff77ca6ca8""}\n2025-07-15 15:17:56.866 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8ee2fdaa-c192-412e-9d5c-654d75d026c7] received connection request\n2025-07-15 15:17:56.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:17:56.883 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8ee2fdaa-c192-412e-9d5c-654d75d026c7] socks forwarding established\n2025-07-15 15:17:56.915 [info] [command][690e5ea2-23f6-4010-a8f4-74ff77ca6ca8] Process exited with code 0\n2025-07-15 15:17:56.915 [info] [command][690e5ea2-23f6-4010-a8f4-74ff77ca6ca8] Socket close event received\n2025-07-15 15:17:56.915 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8ee2fdaa-c192-412e-9d5c-654d75d026c7] socks connection closed\n2025-07-15 15:17:56.932 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56200 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:18:56.920 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:18:56.921 [info] [command][8e06a9d6-4731-412b-9d14-7b6ace3ca23a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8e06a9d6-4731-412b-9d14-7b6ace3ca23a""}\n2025-07-15 15:18:56.921 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b96ddfa1-5495-4429-bbc0-8cc50834b0a2] received connection request\n2025-07-15 15:18:56.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:18:56.938 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b96ddfa1-5495-4429-bbc0-8cc50834b0a2] socks forwarding established\n2025-07-15 15:18:56.967 [info] [command][8e06a9d6-4731-412b-9d14-7b6ace3ca23a] Process exited with code 0\n2025-07-15 15:18:56.968 [info] [command][8e06a9d6-4731-412b-9d14-7b6ace3ca23a] Socket close event received\n2025-07-15 15:18:56.968 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b96ddfa1-5495-4429-bbc0-8cc50834b0a2] socks connection closed\n2025-07-15 15:18:56.984 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56221 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:19:56.970 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:19:56.972 [info] [command][feb562b6-7b46-47e3-8b11-6a34f24f8e48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""feb562b6-7b46-47e3-8b11-6a34f24f8e48""}\n2025-07-15 15:19:56.973 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7dc7bd3b-c904-49dc-a691-c8a9fc7441e4] received connection request\n2025-07-15 15:19:56.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:19:57.123 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7dc7bd3b-c904-49dc-a691-c8a9fc7441e4] socks forwarding established\n2025-07-15 15:19:57.289 [info] [command][feb562b6-7b46-47e3-8b11-6a34f24f8e48] Process exited with code 0\n2025-07-15 15:19:57.289 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7dc7bd3b-c904-49dc-a691-c8a9fc7441e4] socks connection closed\n2025-07-15 15:19:57.289 [info] [command][feb562b6-7b46-47e3-8b11-6a34f24f8e48] Socket close event received\n2025-07-15 15:19:57.306 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56259 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:20:57.293 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:20:57.295 [info] [command][9fe253ea-ac5c-4fc5-b26a-a96d3e708e58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9fe253ea-ac5c-4fc5-b26a-a96d3e708e58""}\n2025-07-15 15:20:57.295 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][59b93fe6-7a44-45f7-a152-72db9ee2133e] received connection request\n2025-07-15 15:20:57.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:20:57.313 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][59b93fe6-7a44-45f7-a152-72db9ee2133e] socks forwarding established\n2025-07-15 15:20:57.349 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][59b93fe6-7a44-45f7-a152-72db9ee2133e] socks connection closed\n2025-07-15 15:20:57.350 [info] [command][9fe253ea-ac5c-4fc5-b26a-a96d3e708e58] Process exited with code 0\n2025-07-15 15:20:57.350 [info] [command][9fe253ea-ac5c-4fc5-b26a-a96d3e708e58] Socket close event received\n2025-07-15 15:20:57.365 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56278 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:21:57.351 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:21:57.352 [info] [command][5e3332bd-980e-4df8-a7a8-ccb6bdf91a39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5e3332bd-980e-4df8-a7a8-ccb6bdf91a39""}\n2025-07-15 15:21:57.353 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][33bbda96-3566-44d0-b63a-f0c0e96af444] received connection request\n2025-07-15 15:21:57.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:21:57.369 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][33bbda96-3566-44d0-b63a-f0c0e96af444] socks forwarding established\n2025-07-15 15:21:57.401 [info] [command][5e3332bd-980e-4df8-a7a8-ccb6bdf91a39] Process exited with code 0\n2025-07-15 15:21:57.401 [info] [command][5e3332bd-980e-4df8-a7a8-ccb6bdf91a39] Socket close event received\n2025-07-15 15:21:57.401 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][33bbda96-3566-44d0-b63a-f0c0e96af444] socks connection closed\n2025-07-15 15:21:57.418 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56299 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:22:57.412 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:22:57.413 [info] [command][21f551c9-4f14-4843-950b-c1ea99888518] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""21f551c9-4f14-4843-950b-c1ea99888518""}\n2025-07-15 15:22:57.414 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4fd49d66-c23d-48c8-94f4-2bed7040110e] received connection request\n2025-07-15 15:22:57.415 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:22:57.436 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4fd49d66-c23d-48c8-94f4-2bed7040110e] socks forwarding established\n2025-07-15 15:22:57.470 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4fd49d66-c23d-48c8-94f4-2bed7040110e] socks connection closed\n2025-07-15 15:22:57.470 [info] [command][21f551c9-4f14-4843-950b-c1ea99888518] Process exited with code 0\n2025-07-15 15:22:57.470 [info] [command][21f551c9-4f14-4843-950b-c1ea99888518] Socket close event received\n2025-07-15 15:22:57.487 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56329 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:23:57.471 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:23:57.472 [info] [command][8e0db128-25da-4df5-9dc4-6a261bcc8446] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8e0db128-25da-4df5-9dc4-6a261bcc8446""}\n2025-07-15 15:23:57.473 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b92d91cd-84bb-4ff5-9582-70dca551e54e] received connection request\n2025-07-15 15:23:57.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:23:57.530 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b92d91cd-84bb-4ff5-9582-70dca551e54e] socks forwarding established\n2025-07-15 15:23:57.598 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b92d91cd-84bb-4ff5-9582-70dca551e54e] socks connection closed\n2025-07-15 15:23:57.598 [info] [command][8e0db128-25da-4df5-9dc4-6a261bcc8446] Process exited with code 0\n2025-07-15 15:23:57.598 [info] [command][8e0db128-25da-4df5-9dc4-6a261bcc8446] Socket close event received\n2025-07-15 15:23:57.614 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56343 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:24:57.607 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:24:57.608 [info] [command][8df96d4f-c12a-497f-b5d3-ae6726db9432] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8df96d4f-c12a-497f-b5d3-ae6726db9432""}\n2025-07-15 15:24:57.608 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][420e2ddc-0305-4fb6-a5c7-f8b9e70845a2] received connection request\n2025-07-15 15:24:57.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:24:57.625 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][420e2ddc-0305-4fb6-a5c7-f8b9e70845a2] socks forwarding established\n2025-07-15 15:24:57.658 [info] [command][8df96d4f-c12a-497f-b5d3-ae6726db9432] Process exited with code 0\n2025-07-15 15:24:57.658 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][420e2ddc-0305-4fb6-a5c7-f8b9e70845a2] socks connection closed\n2025-07-15 15:24:57.658 [info] [command][8df96d4f-c12a-497f-b5d3-ae6726db9432] Socket close event received\n2025-07-15 15:24:57.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56373 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:25:57.665 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:25:57.667 [info] [command][d3d03a6e-95a0-4d4e-be2a-717a5961ae0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d3d03a6e-95a0-4d4e-be2a-717a5961ae0c""}\n2025-07-15 15:25:57.667 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a8ce0fe8-89eb-46e5-8e06-f60a05ff901e] received connection request\n2025-07-15 15:25:57.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:25:57.686 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a8ce0fe8-89eb-46e5-8e06-f60a05ff901e] socks forwarding established\n2025-07-15 15:25:57.724 [info] [command][d3d03a6e-95a0-4d4e-be2a-717a5961ae0c] Process exited with code 0\n2025-07-15 15:25:57.725 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a8ce0fe8-89eb-46e5-8e06-f60a05ff901e] socks connection closed\n2025-07-15 15:25:57.725 [info] [command][d3d03a6e-95a0-4d4e-be2a-717a5961ae0c] Socket close event received\n2025-07-15 15:25:57.741 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56391 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:26:57.725 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:26:57.728 [info] [command][9f1a17a4-e65b-493e-b9c2-f8d834644e7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9f1a17a4-e65b-493e-b9c2-f8d834644e7e""}\n2025-07-15 15:26:57.728 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b3b240e3-d507-43e9-a85a-640aabcb0e8b] received connection request\n2025-07-15 15:26:57.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:26:57.746 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b3b240e3-d507-43e9-a85a-640aabcb0e8b] socks forwarding established\n2025-07-15 15:26:57.776 [info] [command][9f1a17a4-e65b-493e-b9c2-f8d834644e7e] Process exited with code 0\n2025-07-15 15:26:57.776 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b3b240e3-d507-43e9-a85a-640aabcb0e8b] socks connection closed\n2025-07-15 15:26:57.776 [info] [command][9f1a17a4-e65b-493e-b9c2-f8d834644e7e] Socket close event received\n2025-07-15 15:26:57.793 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56407 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:27:57.786 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:27:57.788 [info] [command][856e61bd-26af-495d-b728-f02ae6294454] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""856e61bd-26af-495d-b728-f02ae6294454""}\n2025-07-15 15:27:57.789 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][497cd684-55bb-4a99-878b-f7d90eb22dd8] received connection request\n2025-07-15 15:27:57.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:27:57.814 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][497cd684-55bb-4a99-878b-f7d90eb22dd8] socks forwarding established\n2025-07-15 15:27:57.846 [info] [command][856e61bd-26af-495d-b728-f02ae6294454] Process exited with code 0\n2025-07-15 15:27:57.846 [info] [command][856e61bd-26af-495d-b728-f02ae6294454] Socket close event received\n2025-07-15 15:27:57.847 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][497cd684-55bb-4a99-878b-f7d90eb22dd8] socks connection closed\n2025-07-15 15:27:57.863 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56435 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:28:57.851 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:28:57.853 [info] [command][648f917b-7eac-4b41-ad22-c9289ca798a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""648f917b-7eac-4b41-ad22-c9289ca798a8""}\n2025-07-15 15:28:57.854 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1eb84744-ff08-4955-b5ea-7e6c3dedc454] received connection request\n2025-07-15 15:28:57.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:28:57.945 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1eb84744-ff08-4955-b5ea-7e6c3dedc454] socks forwarding established\n2025-07-15 15:28:58.111 [info] [command][648f917b-7eac-4b41-ad22-c9289ca798a8] Process exited with code 0\n2025-07-15 15:28:58.111 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1eb84744-ff08-4955-b5ea-7e6c3dedc454] socks connection closed\n2025-07-15 15:28:58.111 [info] [command][648f917b-7eac-4b41-ad22-c9289ca798a8] Socket close event received\n2025-07-15 15:28:58.128 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56450 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:29:58.118 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:29:58.119 [info] [command][bf2d8114-e601-4bf8-99ef-4410c85975c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bf2d8114-e601-4bf8-99ef-4410c85975c2""}\n2025-07-15 15:29:58.119 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cf94782c-64f2-43cf-9b07-dd8063537684] received connection request\n2025-07-15 15:29:58.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:29:58.139 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cf94782c-64f2-43cf-9b07-dd8063537684] socks forwarding established\n2025-07-15 15:29:58.171 [info] [command][bf2d8114-e601-4bf8-99ef-4410c85975c2] Process exited with code 0\n2025-07-15 15:29:58.171 [info] [command][bf2d8114-e601-4bf8-99ef-4410c85975c2] Socket close event received\n2025-07-15 15:29:58.171 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cf94782c-64f2-43cf-9b07-dd8063537684] socks connection closed\n2025-07-15 15:29:58.188 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56478 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:30:58.177 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:30:58.179 [info] [command][d0682a71-8a56-49a0-8491-fc04abae0166] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d0682a71-8a56-49a0-8491-fc04abae0166""}\n2025-07-15 15:30:58.179 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1fcb1e9a-7775-43f5-8e59-168d92dbd978] received connection request\n2025-07-15 15:30:58.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:30:58.196 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1fcb1e9a-7775-43f5-8e59-168d92dbd978] socks forwarding established\n2025-07-15 15:30:58.227 [info] [command][d0682a71-8a56-49a0-8491-fc04abae0166] Process exited with code 0\n2025-07-15 15:30:58.227 [info] [command][d0682a71-8a56-49a0-8491-fc04abae0166] Socket close event received\n2025-07-15 15:30:58.227 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1fcb1e9a-7775-43f5-8e59-168d92dbd978] socks connection closed\n2025-07-15 15:30:58.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56515 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:31:58.230 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:31:58.231 [info] [command][4c468e85-72da-4383-b0ef-7189971f6675] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4c468e85-72da-4383-b0ef-7189971f6675""}\n2025-07-15 15:31:58.231 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e432cd4a-1ef8-448e-aa32-66fac993eca9] received connection request\n2025-07-15 15:31:58.231 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:31:58.248 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e432cd4a-1ef8-448e-aa32-66fac993eca9] socks forwarding established\n2025-07-15 15:31:58.279 [info] [command][4c468e85-72da-4383-b0ef-7189971f6675] Process exited with code 0\n2025-07-15 15:31:58.280 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e432cd4a-1ef8-448e-aa32-66fac993eca9] socks connection closed\n2025-07-15 15:31:58.280 [info] [command][4c468e85-72da-4383-b0ef-7189971f6675] Socket close event received\n2025-07-15 15:31:58.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56534 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:32:58.285 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:32:58.286 [info] [command][9186a776-c5a3-446b-a344-4a2573ce0455] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9186a776-c5a3-446b-a344-4a2573ce0455""}\n2025-07-15 15:32:58.286 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][637528e7-3aaf-4d14-b233-ac1ca0b960b8] received connection request\n2025-07-15 15:32:58.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:32:58.333 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][637528e7-3aaf-4d14-b233-ac1ca0b960b8] socks forwarding established\n2025-07-15 15:32:58.483 [info] [command][9186a776-c5a3-446b-a344-4a2573ce0455] Process exited with code 0\n2025-07-15 15:32:58.483 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][637528e7-3aaf-4d14-b233-ac1ca0b960b8] socks connection closed\n2025-07-15 15:32:58.483 [info] [command][9186a776-c5a3-446b-a344-4a2573ce0455] Socket close event received\n2025-07-15 15:32:58.498 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56564 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:33:58.492 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:33:58.493 [info] [command][25fbc1a3-8683-4799-9322-144764ad351e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""25fbc1a3-8683-4799-9322-144764ad351e""}\n2025-07-15 15:33:58.493 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d0ef2ce4-12dc-4df7-9529-49c859406273] received connection request\n2025-07-15 15:33:58.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:33:58.513 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d0ef2ce4-12dc-4df7-9529-49c859406273] socks forwarding established\n2025-07-15 15:33:58.544 [info] [command][25fbc1a3-8683-4799-9322-144764ad351e] Process exited with code 0\n2025-07-15 15:33:58.544 [info] [command][25fbc1a3-8683-4799-9322-144764ad351e] Socket close event received\n2025-07-15 15:33:58.544 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d0ef2ce4-12dc-4df7-9529-49c859406273] socks connection closed\n2025-07-15 15:33:58.560 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56578 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:34:58.552 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:34:58.552 [info] [command][f715b3b5-d78f-425a-91e8-8eb9049561c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f715b3b5-d78f-425a-91e8-8eb9049561c6""}\n2025-07-15 15:34:58.553 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a3ffe508-3943-4593-ae61-2b28ec9f837f] received connection request\n2025-07-15 15:34:58.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:34:58.576 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a3ffe508-3943-4593-ae61-2b28ec9f837f] socks forwarding established\n2025-07-15 15:34:58.607 [info] [command][f715b3b5-d78f-425a-91e8-8eb9049561c6] Process exited with code 0\n2025-07-15 15:34:58.607 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a3ffe508-3943-4593-ae61-2b28ec9f837f] socks connection closed\n2025-07-15 15:34:58.607 [info] [command][f715b3b5-d78f-425a-91e8-8eb9049561c6] Socket close event received\n2025-07-15 15:34:58.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56622 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:35:58.615 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:35:58.617 [info] [command][a4ebd68c-f471-476c-aaf1-cf69a024edca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a4ebd68c-f471-476c-aaf1-cf69a024edca""}\n2025-07-15 15:35:58.617 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][de977422-2664-44d1-832d-8d1fd6971848] received connection request\n2025-07-15 15:35:58.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:35:58.639 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][de977422-2664-44d1-832d-8d1fd6971848] socks forwarding established\n2025-07-15 15:35:58.670 [info] [command][a4ebd68c-f471-476c-aaf1-cf69a024edca] Process exited with code 0\n2025-07-15 15:35:58.670 [info] [command][a4ebd68c-f471-476c-aaf1-cf69a024edca] Socket close event received\n2025-07-15 15:35:58.670 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][de977422-2664-44d1-832d-8d1fd6971848] socks connection closed\n2025-07-15 15:35:58.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56638 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:36:58.676 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:36:58.677 [info] [command][91540cea-e3b6-4dc8-9092-3a6786cb719e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""91540cea-e3b6-4dc8-9092-3a6786cb719e""}\n2025-07-15 15:36:58.678 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2bb7e353-d14c-43e3-8619-0bbc71c33413] received connection request\n2025-07-15 15:36:58.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:36:58.694 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2bb7e353-d14c-43e3-8619-0bbc71c33413] socks forwarding established\n2025-07-15 15:36:58.840 [info] [command][91540cea-e3b6-4dc8-9092-3a6786cb719e] Process exited with code 0\n2025-07-15 15:36:58.840 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2bb7e353-d14c-43e3-8619-0bbc71c33413] socks connection closed\n2025-07-15 15:36:58.840 [info] [command][91540cea-e3b6-4dc8-9092-3a6786cb719e] Socket close event received\n2025-07-15 15:36:58.859 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56657 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:37:58.850 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:37:58.852 [info] [command][cb2cbecc-2324-430c-89f6-660ff34923a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cb2cbecc-2324-430c-89f6-660ff34923a9""}\n2025-07-15 15:37:58.852 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][101d1919-036a-4a8f-bbcb-1de75dec84d7] received connection request\n2025-07-15 15:37:58.853 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:37:58.873 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][101d1919-036a-4a8f-bbcb-1de75dec84d7] socks forwarding established\n2025-07-15 15:37:58.906 [info] [command][cb2cbecc-2324-430c-89f6-660ff34923a9] Process exited with code 0\n2025-07-15 15:37:58.906 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][101d1919-036a-4a8f-bbcb-1de75dec84d7] socks connection closed\n2025-07-15 15:37:58.906 [info] [command][cb2cbecc-2324-430c-89f6-660ff34923a9] Socket close event received\n2025-07-15 15:37:58.923 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56690 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:38:58.916 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:38:58.917 [info] [command][b8ccbe2d-fe6a-41f0-9dc6-6d9e65cae867] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b8ccbe2d-fe6a-41f0-9dc6-6d9e65cae867""}\n2025-07-15 15:38:58.918 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c6021b66-8ba4-40e9-8afe-fcd3c43e76b6] received connection request\n2025-07-15 15:38:58.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:38:58.941 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c6021b66-8ba4-40e9-8afe-fcd3c43e76b6] socks forwarding established\n2025-07-15 15:38:58.977 [info] [command][b8ccbe2d-fe6a-41f0-9dc6-6d9e65cae867] Process exited with code 0\n2025-07-15 15:38:58.977 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c6021b66-8ba4-40e9-8afe-fcd3c43e76b6] socks connection closed\n2025-07-15 15:38:58.977 [info] [command][b8ccbe2d-fe6a-41f0-9dc6-6d9e65cae867] Socket close event received\n2025-07-15 15:38:58.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56705 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:39:58.987 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:39:58.989 [info] [command][aa1f1564-c427-4ed2-883c-e6b0c002ca8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""aa1f1564-c427-4ed2-883c-e6b0c002ca8a""}\n2025-07-15 15:39:58.990 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][094284e3-983b-454b-b9eb-2076c2c5066f] received connection request\n2025-07-15 15:39:58.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:39:59.008 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][094284e3-983b-454b-b9eb-2076c2c5066f] socks forwarding established\n2025-07-15 15:39:59.041 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][094284e3-983b-454b-b9eb-2076c2c5066f] socks connection closed\n2025-07-15 15:39:59.041 [info] [command][aa1f1564-c427-4ed2-883c-e6b0c002ca8a] Process exited with code 0\n2025-07-15 15:39:59.041 [info] [command][aa1f1564-c427-4ed2-883c-e6b0c002ca8a] Socket close event received\n2025-07-15 15:39:59.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56747 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:40:59.049 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:40:59.050 [info] [command][7ac3be2a-c440-4ab2-8320-deb59facefdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7ac3be2a-c440-4ab2-8320-deb59facefdd""}\n2025-07-15 15:40:59.050 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7860bfa6-6e1a-44a9-b287-c6069b13f61a] received connection request\n2025-07-15 15:40:59.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:40:59.068 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7860bfa6-6e1a-44a9-b287-c6069b13f61a] socks forwarding established\n2025-07-15 15:40:59.114 [info] [command][7ac3be2a-c440-4ab2-8320-deb59facefdd] Process exited with code 0\n2025-07-15 15:40:59.114 [info] [command][7ac3be2a-c440-4ab2-8320-deb59facefdd] Socket close event received\n2025-07-15 15:40:59.132 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7860bfa6-6e1a-44a9-b287-c6069b13f61a] socks connection closed\n2025-07-15 15:40:59.137 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56767 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:41:59.125 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:41:59.127 [info] [command][e1b37a49-3593-4910-bbb7-8deb8191ebe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e1b37a49-3593-4910-bbb7-8deb8191ebe5""}\n2025-07-15 15:41:59.127 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fcc22fe0-1899-4637-89a1-7edbf02f4094] received connection request\n2025-07-15 15:41:59.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:41:59.190 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcc22fe0-1899-4637-89a1-7edbf02f4094] socks forwarding established\n2025-07-15 15:41:59.269 [info] [command][e1b37a49-3593-4910-bbb7-8deb8191ebe5] Process exited with code 0\n2025-07-15 15:41:59.270 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcc22fe0-1899-4637-89a1-7edbf02f4094] socks connection closed\n2025-07-15 15:41:59.270 [info] [command][e1b37a49-3593-4910-bbb7-8deb8191ebe5] Socket close event received\n2025-07-15 15:41:59.286 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56789 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:42:59.272 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:42:59.274 [info] [command][781ece3f-adda-4bcf-bada-014036344af3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""781ece3f-adda-4bcf-bada-014036344af3""}\n2025-07-15 15:42:59.275 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fde94805-ee9d-481f-a42a-c870bb28ce58] received connection request\n2025-07-15 15:42:59.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:42:59.294 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fde94805-ee9d-481f-a42a-c870bb28ce58] socks forwarding established\n2025-07-15 15:42:59.324 [info] [command][781ece3f-adda-4bcf-bada-014036344af3] Process exited with code 0\n2025-07-15 15:42:59.325 [info] [command][781ece3f-adda-4bcf-bada-014036344af3] Socket close event received\n2025-07-15 15:42:59.325 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fde94805-ee9d-481f-a42a-c870bb28ce58] socks connection closed\n2025-07-15 15:42:59.342 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56818 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:43:59.326 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:43:59.327 [info] [command][71e1579a-91b4-4531-8c31-7e230982ed5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""71e1579a-91b4-4531-8c31-7e230982ed5e""}\n2025-07-15 15:43:59.327 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e1b86dea-b70f-4a7d-8a8d-9ca59ca80591] received connection request\n2025-07-15 15:43:59.328 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:43:59.350 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e1b86dea-b70f-4a7d-8a8d-9ca59ca80591] socks forwarding established\n2025-07-15 15:43:59.379 [info] [command][71e1579a-91b4-4531-8c31-7e230982ed5e] Process exited with code 0\n2025-07-15 15:43:59.379 [info] [command][71e1579a-91b4-4531-8c31-7e230982ed5e] Socket close event received\n2025-07-15 15:43:59.393 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e1b86dea-b70f-4a7d-8a8d-9ca59ca80591] socks connection closed\n2025-07-15 15:43:59.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56836 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:44:59.380 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:44:59.381 [info] [command][b17171c6-3c81-4c50-9202-8a3c05513e08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b17171c6-3c81-4c50-9202-8a3c05513e08""}\n2025-07-15 15:44:59.382 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9f77d4f4-fbab-4db6-ae36-dd8502500749] received connection request\n2025-07-15 15:44:59.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:44:59.401 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9f77d4f4-fbab-4db6-ae36-dd8502500749] socks forwarding established\n2025-07-15 15:44:59.433 [info] [command][b17171c6-3c81-4c50-9202-8a3c05513e08] Process exited with code 0\n2025-07-15 15:44:59.434 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9f77d4f4-fbab-4db6-ae36-dd8502500749] socks connection closed\n2025-07-15 15:44:59.434 [info] [command][b17171c6-3c81-4c50-9202-8a3c05513e08] Socket close event received\n2025-07-15 15:44:59.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56912 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:45:59.435 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:45:59.436 [info] [command][30b119cb-77b2-49e9-82aa-6cb92ef39d8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""30b119cb-77b2-49e9-82aa-6cb92ef39d8e""}\n2025-07-15 15:45:59.436 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][47d0ef2f-7721-4595-83f3-af34996f055e] received connection request\n2025-07-15 15:45:59.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:45:59.454 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][47d0ef2f-7721-4595-83f3-af34996f055e] socks forwarding established\n2025-07-15 15:45:59.490 [info] [command][30b119cb-77b2-49e9-82aa-6cb92ef39d8e] Process exited with code 0\n2025-07-15 15:45:59.490 [info] [command][30b119cb-77b2-49e9-82aa-6cb92ef39d8e] Socket close event received\n2025-07-15 15:45:59.491 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][47d0ef2f-7721-4595-83f3-af34996f055e] socks connection closed\n2025-07-15 15:45:59.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56938 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:46:59.490 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:46:59.492 [info] [command][eec37275-c2b7-4db2-bd68-b2b92542021e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""eec37275-c2b7-4db2-bd68-b2b92542021e""}\n2025-07-15 15:46:59.493 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fc0e9fb1-62b4-4607-9751-dd728bc35dfd] received connection request\n2025-07-15 15:46:59.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:46:59.510 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fc0e9fb1-62b4-4607-9751-dd728bc35dfd] socks forwarding established\n2025-07-15 15:46:59.541 [info] [command][eec37275-c2b7-4db2-bd68-b2b92542021e] Process exited with code 0\n2025-07-15 15:46:59.542 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fc0e9fb1-62b4-4607-9751-dd728bc35dfd] socks connection closed\n2025-07-15 15:46:59.542 [info] [command][eec37275-c2b7-4db2-bd68-b2b92542021e] Socket close event received\n2025-07-15 15:46:59.643 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56973 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:47:59.546 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:47:59.548 [info] [command][dba50efb-a56f-4937-be23-ac7e7dae186e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""dba50efb-a56f-4937-be23-ac7e7dae186e""}\n2025-07-15 15:47:59.549 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0ddc6b43-9245-41fa-b6b4-c4ca3aef03b5] received connection request\n2025-07-15 15:47:59.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:47:59.567 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0ddc6b43-9245-41fa-b6b4-c4ca3aef03b5] socks forwarding established\n2025-07-15 15:47:59.600 [info] [command][dba50efb-a56f-4937-be23-ac7e7dae186e] Process exited with code 0\n2025-07-15 15:47:59.600 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0ddc6b43-9245-41fa-b6b4-c4ca3aef03b5] socks connection closed\n2025-07-15 15:47:59.600 [info] [command][dba50efb-a56f-4937-be23-ac7e7dae186e] Socket close event received\n2025-07-15 15:47:59.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 56986 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:48:59.605 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:48:59.607 [info] [command][07718874-c351-4203-8f03-67e2f309ded8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""07718874-c351-4203-8f03-67e2f309ded8""}\n2025-07-15 15:48:59.608 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][455a05bb-652a-4c67-9e7a-3e74032893a3] received connection request\n2025-07-15 15:48:59.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:48:59.632 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][455a05bb-652a-4c67-9e7a-3e74032893a3] socks forwarding established\n2025-07-15 15:48:59.662 [info] [command][07718874-c351-4203-8f03-67e2f309ded8] Process exited with code 0\n2025-07-15 15:48:59.662 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][455a05bb-652a-4c67-9e7a-3e74032893a3] socks connection closed\n2025-07-15 15:48:59.662 [info] [command][07718874-c351-4203-8f03-67e2f309ded8] Socket close event received\n2025-07-15 15:48:59.679 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57024 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:49:59.664 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:49:59.667 [info] [command][f5d5bde9-ab15-4e30-b735-3b67d223a1d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f5d5bde9-ab15-4e30-b735-3b67d223a1d4""}\n2025-07-15 15:49:59.667 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bf3fb336-b178-4097-aec9-083c10a2829e] received connection request\n2025-07-15 15:49:59.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:49:59.750 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bf3fb336-b178-4097-aec9-083c10a2829e] socks forwarding established\n2025-07-15 15:49:59.781 [info] [command][f5d5bde9-ab15-4e30-b735-3b67d223a1d4] Process exited with code 0\n2025-07-15 15:49:59.781 [info] [command][f5d5bde9-ab15-4e30-b735-3b67d223a1d4] Socket close event received\n2025-07-15 15:49:59.782 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bf3fb336-b178-4097-aec9-083c10a2829e] socks connection closed\n2025-07-15 15:49:59.800 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57039 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:50:59.782 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:50:59.784 [info] [command][fa2b5efa-331d-48d7-8f96-a656b9aad954] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fa2b5efa-331d-48d7-8f96-a656b9aad954""}\n2025-07-15 15:50:59.785 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7f62fe1f-c402-489b-8ce8-7b62db9dd429] received connection request\n2025-07-15 15:50:59.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:50:59.803 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7f62fe1f-c402-489b-8ce8-7b62db9dd429] socks forwarding established\n2025-07-15 15:50:59.841 [info] [command][fa2b5efa-331d-48d7-8f96-a656b9aad954] Process exited with code 0\n2025-07-15 15:50:59.841 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7f62fe1f-c402-489b-8ce8-7b62db9dd429] socks connection closed\n2025-07-15 15:50:59.842 [info] [command][fa2b5efa-331d-48d7-8f96-a656b9aad954] Socket close event received\n2025-07-15 15:50:59.859 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57056 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:51:59.846 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:51:59.847 [info] [command][2fdd6b3a-79f4-43b0-bf10-a737d6837b25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2fdd6b3a-79f4-43b0-bf10-a737d6837b25""}\n2025-07-15 15:51:59.848 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][55843947-2f8a-4083-a2d1-3ccaf43b3bdc] received connection request\n2025-07-15 15:51:59.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:51:59.865 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][55843947-2f8a-4083-a2d1-3ccaf43b3bdc] socks forwarding established\n2025-07-15 15:51:59.895 [info] [command][2fdd6b3a-79f4-43b0-bf10-a737d6837b25] Process exited with code 0\n2025-07-15 15:51:59.896 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][55843947-2f8a-4083-a2d1-3ccaf43b3bdc] socks connection closed\n2025-07-15 15:51:59.896 [info] [command][2fdd6b3a-79f4-43b0-bf10-a737d6837b25] Socket close event received\n2025-07-15 15:51:59.912 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57095 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:52:59.906 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:52:59.908 [info] [command][d574b7e6-ff98-4b06-9cdc-c44ae6e2e5be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d574b7e6-ff98-4b06-9cdc-c44ae6e2e5be""}\n2025-07-15 15:52:59.908 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][74f5c452-bd33-401c-afec-490e59b1c1db] received connection request\n2025-07-15 15:52:59.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:52:59.926 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][74f5c452-bd33-401c-afec-490e59b1c1db] socks forwarding established\n2025-07-15 15:53:00.032 [info] [command][d574b7e6-ff98-4b06-9cdc-c44ae6e2e5be] Process exited with code 0\n2025-07-15 15:53:00.033 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][74f5c452-bd33-401c-afec-490e59b1c1db] socks connection closed\n2025-07-15 15:53:00.033 [info] [command][d574b7e6-ff98-4b06-9cdc-c44ae6e2e5be] Socket close event received\n2025-07-15 15:53:00.050 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57110 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:54:00.043 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:54:00.045 [info] [command][6bf972d3-d32f-4761-932b-0f60b5037943] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6bf972d3-d32f-4761-932b-0f60b5037943""}\n2025-07-15 15:54:00.046 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5965a495-2879-4370-ba6a-ebdb2d4a1e66] received connection request\n2025-07-15 15:54:00.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:54:00.064 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5965a495-2879-4370-ba6a-ebdb2d4a1e66] socks forwarding established\n2025-07-15 15:54:00.096 [info] [command][6bf972d3-d32f-4761-932b-0f60b5037943] Process exited with code 0\n2025-07-15 15:54:00.096 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5965a495-2879-4370-ba6a-ebdb2d4a1e66] socks connection closed\n2025-07-15 15:54:00.096 [info] [command][6bf972d3-d32f-4761-932b-0f60b5037943] Socket close event received\n2025-07-15 15:54:00.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57140 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:55:00.101 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:55:00.103 [info] [command][4a1f3564-d6b0-4a63-97f7-ffb401bd3c55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4a1f3564-d6b0-4a63-97f7-ffb401bd3c55""}\n2025-07-15 15:55:00.104 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2aff182e-0544-4a46-a4fa-6abb07c9243a] received connection request\n2025-07-15 15:55:00.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:55:00.124 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2aff182e-0544-4a46-a4fa-6abb07c9243a] socks forwarding established\n2025-07-15 15:55:00.258 [info] [command][4a1f3564-d6b0-4a63-97f7-ffb401bd3c55] Process exited with code 0\n2025-07-15 15:55:00.258 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2aff182e-0544-4a46-a4fa-6abb07c9243a] socks connection closed\n2025-07-15 15:55:00.258 [info] [command][4a1f3564-d6b0-4a63-97f7-ffb401bd3c55] Socket close event received\n2025-07-15 15:55:00.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57157 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:56:00.259 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:56:00.261 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9bb1ff43-84a0-40fd-b7a8-4ffe162b36ae] received connection request\n2025-07-15 15:56:00.261 [info] [command][b9ae2c5d-3b71-4554-a9f8-c9530ee1a2b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b9ae2c5d-3b71-4554-a9f8-c9530ee1a2b8""}\n2025-07-15 15:56:00.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:56:00.280 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9bb1ff43-84a0-40fd-b7a8-4ffe162b36ae] socks forwarding established\n2025-07-15 15:56:00.352 [info] [command][b9ae2c5d-3b71-4554-a9f8-c9530ee1a2b8] Process exited with code 0\n2025-07-15 15:56:00.352 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9bb1ff43-84a0-40fd-b7a8-4ffe162b36ae] socks connection closed\n2025-07-15 15:56:00.352 [info] [command][b9ae2c5d-3b71-4554-a9f8-c9530ee1a2b8] Socket close event received\n2025-07-15 15:56:00.373 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57180 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:57:00.352 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:57:00.354 [info] [command][6b65e67b-9f9f-45c9-8f47-64c6dd84f9d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6b65e67b-9f9f-45c9-8f47-64c6dd84f9d7""}\n2025-07-15 15:57:00.355 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9e858053-911c-47b0-a5e4-c3710bee639f] received connection request\n2025-07-15 15:57:00.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:57:00.376 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9e858053-911c-47b0-a5e4-c3710bee639f] socks forwarding established\n2025-07-15 15:57:00.410 [info] [command][6b65e67b-9f9f-45c9-8f47-64c6dd84f9d7] Process exited with code 0\n2025-07-15 15:57:00.411 [info] [command][6b65e67b-9f9f-45c9-8f47-64c6dd84f9d7] Socket close event received\n2025-07-15 15:57:00.411 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9e858053-911c-47b0-a5e4-c3710bee639f] socks connection closed\n2025-07-15 15:57:00.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57215 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:58:00.416 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:58:00.418 [info] [command][b96e237e-e823-4d17-8e24-976851c1f66c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b96e237e-e823-4d17-8e24-976851c1f66c""}\n2025-07-15 15:58:00.419 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cfeef327-2480-4101-9b29-3c3e702be731] received connection request\n2025-07-15 15:58:00.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:58:00.461 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cfeef327-2480-4101-9b29-3c3e702be731] socks forwarding established\n2025-07-15 15:58:00.536 [info] [command][b96e237e-e823-4d17-8e24-976851c1f66c] Process exited with code 0\n2025-07-15 15:58:00.537 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cfeef327-2480-4101-9b29-3c3e702be731] socks connection closed\n2025-07-15 15:58:00.537 [info] [command][b96e237e-e823-4d17-8e24-976851c1f66c] Socket close event received\n2025-07-15 15:58:00.610 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57230 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 15:59:00.542 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 15:59:00.544 [info] [command][0ecb0ce8-0f27-48a5-a7b4-c742ae5ccdba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0ecb0ce8-0f27-48a5-a7b4-c742ae5ccdba""}\n2025-07-15 15:59:00.545 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][efe2d4c7-e249-4ca7-9183-be20343d7609] received connection request\n2025-07-15 15:59:00.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 15:59:00.646 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][efe2d4c7-e249-4ca7-9183-be20343d7609] socks forwarding established\n2025-07-15 15:59:00.679 [info] [command][0ecb0ce8-0f27-48a5-a7b4-c742ae5ccdba] Process exited with code 0\n2025-07-15 15:59:00.680 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][efe2d4c7-e249-4ca7-9183-be20343d7609] socks connection closed\n2025-07-15 15:59:00.680 [info] [command][0ecb0ce8-0f27-48a5-a7b4-c742ae5ccdba] Socket close event received\n2025-07-15 15:59:00.696 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57266 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:00:00.684 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:00:00.685 [info] [command][bfe56fe5-82c3-4f13-a48c-c3f3427fcd92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bfe56fe5-82c3-4f13-a48c-c3f3427fcd92""}\n2025-07-15 16:00:00.685 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f604bed5-3510-4d35-a289-aee6ffe9e27b] received connection request\n2025-07-15 16:00:00.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:00:00.710 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f604bed5-3510-4d35-a289-aee6ffe9e27b] socks forwarding established\n2025-07-15 16:00:00.751 [info] [command][bfe56fe5-82c3-4f13-a48c-c3f3427fcd92] Process exited with code 0\n2025-07-15 16:00:00.751 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f604bed5-3510-4d35-a289-aee6ffe9e27b] socks connection closed\n2025-07-15 16:00:00.751 [info] [command][bfe56fe5-82c3-4f13-a48c-c3f3427fcd92] Socket close event received\n2025-07-15 16:00:00.773 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57284 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:01:00.755 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:01:00.758 [info] [command][f0d00049-698f-488f-be85-756598ebae5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f0d00049-698f-488f-be85-756598ebae5a""}\n2025-07-15 16:01:00.759 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c88f1a73-6a44-4070-a554-a51ac5606f58] received connection request\n2025-07-15 16:01:00.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:01:00.778 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c88f1a73-6a44-4070-a554-a51ac5606f58] socks forwarding established\n2025-07-15 16:01:00.815 [info] [command][f0d00049-698f-488f-be85-756598ebae5a] Process exited with code 0\n2025-07-15 16:01:00.816 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c88f1a73-6a44-4070-a554-a51ac5606f58] socks connection closed\n2025-07-15 16:01:00.816 [info] [command][f0d00049-698f-488f-be85-756598ebae5a] Socket close event received\n2025-07-15 16:01:00.834 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57303 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:02:00.821 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:02:00.823 [info] [command][444fb853-f02a-41d3-8afe-a202da313138] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""444fb853-f02a-41d3-8afe-a202da313138""}\n2025-07-15 16:02:00.824 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][12cd71c9-c901-4205-bd7f-172dee3e2deb] received connection request\n2025-07-15 16:02:00.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:02:00.975 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][12cd71c9-c901-4205-bd7f-172dee3e2deb] socks forwarding established\n2025-07-15 16:02:01.012 [info] [command][444fb853-f02a-41d3-8afe-a202da313138] Process exited with code 0\n2025-07-15 16:02:01.012 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][12cd71c9-c901-4205-bd7f-172dee3e2deb] socks connection closed\n2025-07-15 16:02:01.012 [info] [command][444fb853-f02a-41d3-8afe-a202da313138] Socket close event received\n2025-07-15 16:02:01.072 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57336 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:03:01.015 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:03:01.017 [info] [command][bd347237-16e0-4c7f-86e2-e27eb0b96852] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bd347237-16e0-4c7f-86e2-e27eb0b96852""}\n2025-07-15 16:03:01.018 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][aa7f360c-ddc5-4d2e-a4a6-fd72c4341c23] received connection request\n2025-07-15 16:03:01.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:03:01.102 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aa7f360c-ddc5-4d2e-a4a6-fd72c4341c23] socks forwarding established\n2025-07-15 16:03:01.131 [info] [command][bd347237-16e0-4c7f-86e2-e27eb0b96852] Process exited with code 0\n2025-07-15 16:03:01.132 [info] [command][bd347237-16e0-4c7f-86e2-e27eb0b96852] Socket close event received\n2025-07-15 16:03:01.265 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aa7f360c-ddc5-4d2e-a4a6-fd72c4341c23] socks connection closed\n2025-07-15 16:03:01.278 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57362 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:04:01.136 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:04:01.138 [info] [command][3c351b3d-d183-4494-8247-7a953d2a3c39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3c351b3d-d183-4494-8247-7a953d2a3c39""}\n2025-07-15 16:04:01.138 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9051f2fd-9f28-4c22-9238-c8e9cee4e95e] received connection request\n2025-07-15 16:04:01.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:04:01.159 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9051f2fd-9f28-4c22-9238-c8e9cee4e95e] socks forwarding established\n2025-07-15 16:04:01.196 [info] [command][3c351b3d-d183-4494-8247-7a953d2a3c39] Process exited with code 0\n2025-07-15 16:04:01.196 [info] [command][3c351b3d-d183-4494-8247-7a953d2a3c39] Socket close event received\n2025-07-15 16:04:01.197 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9051f2fd-9f28-4c22-9238-c8e9cee4e95e] socks connection closed\n2025-07-15 16:04:01.230 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57400 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:05:01.201 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:05:01.202 [info] [command][48efbb4c-4b36-41d7-85f0-7abd0cbaa5e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""48efbb4c-4b36-41d7-85f0-7abd0cbaa5e3""}\n2025-07-15 16:05:01.203 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][91b8fc87-c281-44c3-a3ce-cf5379ecb420] received connection request\n2025-07-15 16:05:01.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:05:01.357 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][91b8fc87-c281-44c3-a3ce-cf5379ecb420] socks forwarding established\n2025-07-15 16:05:01.476 [info] [command][48efbb4c-4b36-41d7-85f0-7abd0cbaa5e3] Process exited with code 0\n2025-07-15 16:05:01.476 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][91b8fc87-c281-44c3-a3ce-cf5379ecb420] socks connection closed\n2025-07-15 16:05:01.476 [info] [command][48efbb4c-4b36-41d7-85f0-7abd0cbaa5e3] Socket close event received\n2025-07-15 16:05:01.499 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57424 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:06:01.481 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:06:01.484 [info] [command][cd732b52-19f5-4ccc-b273-c38914f60a3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cd732b52-19f5-4ccc-b273-c38914f60a3a""}\n2025-07-15 16:06:01.486 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2af740fb-ee38-4b4f-af5b-fdb563743584] received connection request\n2025-07-15 16:06:01.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 16:06:01.487 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:06:01.635 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2af740fb-ee38-4b4f-af5b-fdb563743584] socks forwarding established\n2025-07-15 16:06:01.801 [info] [command][cd732b52-19f5-4ccc-b273-c38914f60a3a] Process exited with code 0\n2025-07-15 16:06:01.802 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2af740fb-ee38-4b4f-af5b-fdb563743584] socks connection closed\n2025-07-15 16:06:01.802 [info] [command][cd732b52-19f5-4ccc-b273-c38914f60a3a] Socket close event received\n2025-07-15 16:06:01.822 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57456 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:07:01.807 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:07:01.809 [info] [command][e4f086db-bc37-47ae-9633-c2425a9288fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e4f086db-bc37-47ae-9633-c2425a9288fc""}\n2025-07-15 16:07:01.809 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][359695f0-98f4-47a8-bea7-ed8c6fd9457b] received connection request\n2025-07-15 16:07:01.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:07:01.965 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][359695f0-98f4-47a8-bea7-ed8c6fd9457b] socks forwarding established\n2025-07-15 16:07:02.027 [info] [command][e4f086db-bc37-47ae-9633-c2425a9288fc] Process exited with code 0\n2025-07-15 16:07:02.027 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][359695f0-98f4-47a8-bea7-ed8c6fd9457b] socks connection closed\n2025-07-15 16:07:02.027 [info] [command][e4f086db-bc37-47ae-9633-c2425a9288fc] Socket close event received\n2025-07-15 16:07:02.175 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57487 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:08:02.032 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:08:02.035 [info] [command][36aee8a7-48f3-4970-9b1f-0db661037a64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""36aee8a7-48f3-4970-9b1f-0db661037a64""}\n2025-07-15 16:08:02.036 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e5822b49-0ccf-4b25-b05f-626bdfb8effa] received connection request\n2025-07-15 16:08:02.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:08:02.088 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e5822b49-0ccf-4b25-b05f-626bdfb8effa] socks forwarding established\n2025-07-15 16:08:02.251 [info] [command][36aee8a7-48f3-4970-9b1f-0db661037a64] Process exited with code 0\n2025-07-15 16:08:02.251 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e5822b49-0ccf-4b25-b05f-626bdfb8effa] socks connection closed\n2025-07-15 16:08:02.251 [info] [command][36aee8a7-48f3-4970-9b1f-0db661037a64] Socket close event received\n2025-07-15 16:08:02.273 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57501 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:09:02.257 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:09:02.259 [info] [command][ed68f0f2-bf87-4a7a-bfe1-9fef34bacf57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ed68f0f2-bf87-4a7a-bfe1-9fef34bacf57""}\n2025-07-15 16:09:02.260 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c39d70dc-5ff2-42c1-9f3d-b1f258d97db3] received connection request\n2025-07-15 16:09:02.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:09:02.350 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c39d70dc-5ff2-42c1-9f3d-b1f258d97db3] socks forwarding established\n2025-07-15 16:09:02.425 [info] [command][ed68f0f2-bf87-4a7a-bfe1-9fef34bacf57] Process exited with code 0\n2025-07-15 16:09:02.425 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c39d70dc-5ff2-42c1-9f3d-b1f258d97db3] socks connection closed\n2025-07-15 16:09:02.425 [info] [command][ed68f0f2-bf87-4a7a-bfe1-9fef34bacf57] Socket close event received\n2025-07-15 16:09:02.511 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57526 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:10:02.429 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:10:02.431 [info] [command][8d30c9f1-d192-4dd7-8fda-2069544493d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8d30c9f1-d192-4dd7-8fda-2069544493d1""}\n2025-07-15 16:10:02.432 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][092d1c42-7b2d-442a-83e8-4d4fdee3672b] received connection request\n2025-07-15 16:10:02.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:10:02.450 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][092d1c42-7b2d-442a-83e8-4d4fdee3672b] socks forwarding established\n2025-07-15 16:10:02.648 [info] [command][8d30c9f1-d192-4dd7-8fda-2069544493d1] Process exited with code 0\n2025-07-15 16:10:02.648 [info] [command][8d30c9f1-d192-4dd7-8fda-2069544493d1] Socket close event received\n2025-07-15 16:10:02.649 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][092d1c42-7b2d-442a-83e8-4d4fdee3672b] socks connection closed\n2025-07-15 16:10:02.667 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57542 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:11:02.653 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:11:02.655 [info] [command][fe494f16-81a2-4a92-8ee4-e6cdb7d5fed2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fe494f16-81a2-4a92-8ee4-e6cdb7d5fed2""}\n2025-07-15 16:11:02.655 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][448d98d2-449b-4b25-8854-1395d7154870] received connection request\n2025-07-15 16:11:02.655 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:11:02.743 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][448d98d2-449b-4b25-8854-1395d7154870] socks forwarding established\n2025-07-15 16:11:02.776 [info] [command][fe494f16-81a2-4a92-8ee4-e6cdb7d5fed2] Process exited with code 0\n2025-07-15 16:11:02.777 [info] [command][fe494f16-81a2-4a92-8ee4-e6cdb7d5fed2] Socket close event received\n2025-07-15 16:11:02.778 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][448d98d2-449b-4b25-8854-1395d7154870] socks connection closed\n2025-07-15 16:11:02.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57559 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:12:02.783 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:12:02.785 [info] [command][d69c02c8-7ca6-41e3-ace0-99ede828ac72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d69c02c8-7ca6-41e3-ace0-99ede828ac72""}\n2025-07-15 16:12:02.786 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f3d24abf-c55e-4ed5-9fa5-381f02a826ac] received connection request\n2025-07-15 16:12:02.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:12:02.820 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f3d24abf-c55e-4ed5-9fa5-381f02a826ac] socks forwarding established\n2025-07-15 16:12:02.857 [info] [command][d69c02c8-7ca6-41e3-ace0-99ede828ac72] Process exited with code 0\n2025-07-15 16:12:02.857 [info] [command][d69c02c8-7ca6-41e3-ace0-99ede828ac72] Socket close event received\n2025-07-15 16:12:02.858 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f3d24abf-c55e-4ed5-9fa5-381f02a826ac] socks connection closed\n2025-07-15 16:12:02.876 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57624 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:13:02.863 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:13:02.865 [info] [command][610daa0a-032c-4fad-9ce1-9041781c50df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""610daa0a-032c-4fad-9ce1-9041781c50df""}\n2025-07-15 16:13:02.866 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3895dd14-ccdb-446d-8975-1b8ce3a88e9a] received connection request\n2025-07-15 16:13:02.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:13:02.884 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3895dd14-ccdb-446d-8975-1b8ce3a88e9a] socks forwarding established\n2025-07-15 16:13:02.916 [info] [command][610daa0a-032c-4fad-9ce1-9041781c50df] Process exited with code 0\n2025-07-15 16:13:02.916 [info] [command][610daa0a-032c-4fad-9ce1-9041781c50df] Socket close event received\n2025-07-15 16:13:02.917 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3895dd14-ccdb-446d-8975-1b8ce3a88e9a] socks connection closed\n2025-07-15 16:13:02.933 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57646 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:14:02.922 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:14:02.925 [info] [command][f7dda43c-9ec6-4cd2-9167-4c392262905b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f7dda43c-9ec6-4cd2-9167-4c392262905b""}\n2025-07-15 16:14:02.926 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9436cadf-d26f-49fa-9299-c4413db65ba6] received connection request\n2025-07-15 16:14:02.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:14:03.024 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9436cadf-d26f-49fa-9299-c4413db65ba6] socks forwarding established\n2025-07-15 16:14:03.069 [info] [command][f7dda43c-9ec6-4cd2-9167-4c392262905b] Process exited with code 0\n2025-07-15 16:14:03.070 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9436cadf-d26f-49fa-9299-c4413db65ba6] socks connection closed\n2025-07-15 16:14:03.070 [info] [command][f7dda43c-9ec6-4cd2-9167-4c392262905b] Socket close event received\n2025-07-15 16:14:03.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57718 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:15:03.075 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:15:03.076 [info] [command][a1417f39-9607-4632-91d5-44c2e8424abc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a1417f39-9607-4632-91d5-44c2e8424abc""}\n2025-07-15 16:15:03.077 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9b20159e-74e3-402e-8b57-72a4b1675bce] received connection request\n2025-07-15 16:15:03.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:15:03.098 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9b20159e-74e3-402e-8b57-72a4b1675bce] socks forwarding established\n2025-07-15 16:15:03.130 [info] [command][a1417f39-9607-4632-91d5-44c2e8424abc] Process exited with code 0\n2025-07-15 16:15:03.131 [info] [command][a1417f39-9607-4632-91d5-44c2e8424abc] Socket close event received\n2025-07-15 16:15:03.147 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9b20159e-74e3-402e-8b57-72a4b1675bce] socks connection closed\n2025-07-15 16:15:03.148 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57744 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:16:03.136 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:16:03.138 [info] [command][db8b8d31-8600-4bb3-b484-571fbfddedcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""db8b8d31-8600-4bb3-b484-571fbfddedcb""}\n2025-07-15 16:16:03.139 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][17af5785-b0d3-450d-87a7-4aedb0aa7ff3] received connection request\n2025-07-15 16:16:03.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:16:03.241 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][17af5785-b0d3-450d-87a7-4aedb0aa7ff3] socks forwarding established\n2025-07-15 16:16:03.278 [info] [command][db8b8d31-8600-4bb3-b484-571fbfddedcb] Process exited with code 0\n2025-07-15 16:16:03.279 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][17af5785-b0d3-450d-87a7-4aedb0aa7ff3] socks connection closed\n2025-07-15 16:16:03.279 [info] [command][db8b8d31-8600-4bb3-b484-571fbfddedcb] Socket close event received\n2025-07-15 16:16:03.295 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57770 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:17:03.282 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:17:03.284 [info] [command][c38d1094-7c03-492d-b6be-42d278fe782f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c38d1094-7c03-492d-b6be-42d278fe782f""}\n2025-07-15 16:17:03.284 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b8ccd20b-d83f-4ba8-aa0a-5c53b211770b] received connection request\n2025-07-15 16:17:03.284 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:17:03.309 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b8ccd20b-d83f-4ba8-aa0a-5c53b211770b] socks forwarding established\n2025-07-15 16:17:03.344 [info] [command][c38d1094-7c03-492d-b6be-42d278fe782f] Process exited with code 0\n2025-07-15 16:17:03.344 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b8ccd20b-d83f-4ba8-aa0a-5c53b211770b] socks connection closed\n2025-07-15 16:17:03.344 [info] [command][c38d1094-7c03-492d-b6be-42d278fe782f] Socket close event received\n2025-07-15 16:17:03.363 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57810 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:18:03.348 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:18:03.350 [info] [command][31cc530b-0bda-4a55-9d93-029809dafe56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""31cc530b-0bda-4a55-9d93-029809dafe56""}\n2025-07-15 16:18:03.351 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f94befb9-601a-4840-9348-c3a1f8dd675c] received connection request\n2025-07-15 16:18:03.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:18:03.368 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f94befb9-601a-4840-9348-c3a1f8dd675c] socks forwarding established\n2025-07-15 16:18:03.402 [info] [command][31cc530b-0bda-4a55-9d93-029809dafe56] Process exited with code 0\n2025-07-15 16:18:03.402 [info] [command][31cc530b-0bda-4a55-9d93-029809dafe56] Socket close event received\n2025-07-15 16:18:03.403 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f94befb9-601a-4840-9348-c3a1f8dd675c] socks connection closed\n2025-07-15 16:18:03.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57824 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:19:03.406 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:19:03.409 [info] [command][a7ab6560-968a-4060-956a-296657af9480] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a7ab6560-968a-4060-956a-296657af9480""}\n2025-07-15 16:19:03.410 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9bbebf9c-f6b4-4c87-914f-39e9e375df93] received connection request\n2025-07-15 16:19:03.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:19:03.430 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9bbebf9c-f6b4-4c87-914f-39e9e375df93] socks forwarding established\n2025-07-15 16:19:03.465 [info] [command][a7ab6560-968a-4060-956a-296657af9480] Process exited with code 0\n2025-07-15 16:19:03.465 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9bbebf9c-f6b4-4c87-914f-39e9e375df93] socks connection closed\n2025-07-15 16:19:03.465 [info] [command][a7ab6560-968a-4060-956a-296657af9480] Socket close event received\n2025-07-15 16:19:03.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57859 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:20:03.466 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:20:03.468 [info] [command][b9b6bbd5-3cc6-4a08-bd39-d2f9e7a7750f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b9b6bbd5-3cc6-4a08-bd39-d2f9e7a7750f""}\n2025-07-15 16:20:03.468 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a696d47c-46c0-4be7-b657-5a8f0c415ad5] received connection request\n2025-07-15 16:20:03.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:20:03.590 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a696d47c-46c0-4be7-b657-5a8f0c415ad5] socks forwarding established\n2025-07-15 16:20:03.623 [info] [command][b9b6bbd5-3cc6-4a08-bd39-d2f9e7a7750f] Process exited with code 0\n2025-07-15 16:20:03.623 [info] [command][b9b6bbd5-3cc6-4a08-bd39-d2f9e7a7750f] Socket close event received\n2025-07-15 16:20:03.624 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a696d47c-46c0-4be7-b657-5a8f0c415ad5] socks connection closed\n2025-07-15 16:20:03.642 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57882 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:21:03.627 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:21:03.630 [info] [command][cd4d7552-bfb9-4920-a6ff-e0a7189e3192] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cd4d7552-bfb9-4920-a6ff-e0a7189e3192""}\n2025-07-15 16:21:03.631 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0eec60c2-92be-4787-996b-911bad241782] received connection request\n2025-07-15 16:21:03.632 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:21:03.653 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0eec60c2-92be-4787-996b-911bad241782] socks forwarding established\n2025-07-15 16:21:03.685 [info] [command][cd4d7552-bfb9-4920-a6ff-e0a7189e3192] Process exited with code 0\n2025-07-15 16:21:03.685 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0eec60c2-92be-4787-996b-911bad241782] socks connection closed\n2025-07-15 16:21:03.686 [info] [command][cd4d7552-bfb9-4920-a6ff-e0a7189e3192] Socket close event received\n2025-07-15 16:21:03.702 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57896 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:22:03.691 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:22:03.693 [info] [command][15beaed3-da1c-4d3a-92b0-9d74ec13dcff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""15beaed3-da1c-4d3a-92b0-9d74ec13dcff""}\n2025-07-15 16:22:03.693 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4b7674cb-f0c6-422f-b443-091aabfacfe3] received connection request\n2025-07-15 16:22:03.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 16:22:03.694 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:22:03.712 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4b7674cb-f0c6-422f-b443-091aabfacfe3] socks forwarding established\n2025-07-15 16:22:03.742 [info] [command][15beaed3-da1c-4d3a-92b0-9d74ec13dcff] Process exited with code 0\n2025-07-15 16:22:03.742 [info] [command][15beaed3-da1c-4d3a-92b0-9d74ec13dcff] Socket close event received\n2025-07-15 16:22:03.743 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4b7674cb-f0c6-422f-b443-091aabfacfe3] socks connection closed\n2025-07-15 16:22:03.770 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57937 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:23:03.748 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:23:03.751 [info] [command][81f3b34c-9cd7-494f-bb1e-982b3e2e2150] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""81f3b34c-9cd7-494f-bb1e-982b3e2e2150""}\n2025-07-15 16:23:03.751 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e08c9fb6-53e2-41e5-85a8-796f6d9c2c12] received connection request\n2025-07-15 16:23:03.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:23:03.769 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e08c9fb6-53e2-41e5-85a8-796f6d9c2c12] socks forwarding established\n2025-07-15 16:23:03.800 [info] [command][81f3b34c-9cd7-494f-bb1e-982b3e2e2150] Process exited with code 0\n2025-07-15 16:23:03.800 [info] [command][81f3b34c-9cd7-494f-bb1e-982b3e2e2150] Socket close event received\n2025-07-15 16:23:03.801 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e08c9fb6-53e2-41e5-85a8-796f6d9c2c12] socks connection closed\n2025-07-15 16:23:03.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57951 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:24:03.802 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:24:03.804 [info] [command][a7a042a2-562d-4e47-bb0a-d062f3043a61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a7a042a2-562d-4e47-bb0a-d062f3043a61""}\n2025-07-15 16:24:03.805 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][618b4843-1513-4917-b2d7-4a073d9c0f0f] received connection request\n2025-07-15 16:24:03.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:24:03.822 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][618b4843-1513-4917-b2d7-4a073d9c0f0f] socks forwarding established\n2025-07-15 16:24:03.853 [info] [command][a7a042a2-562d-4e47-bb0a-d062f3043a61] Process exited with code 0\n2025-07-15 16:24:03.854 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][618b4843-1513-4917-b2d7-4a073d9c0f0f] socks connection closed\n2025-07-15 16:24:03.854 [info] [command][a7a042a2-562d-4e47-bb0a-d062f3043a61] Socket close event received\n2025-07-15 16:24:03.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 57990 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:25:03.853 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:25:03.855 [info] [command][b0721f7f-2d31-4b59-8e1f-44910dd26901] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b0721f7f-2d31-4b59-8e1f-44910dd26901""}\n2025-07-15 16:25:03.855 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3d535dd3-72b7-40c6-b620-8a0a09e8e67d] received connection request\n2025-07-15 16:25:03.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 16:25:03.856 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:03.873 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d535dd3-72b7-40c6-b620-8a0a09e8e67d] socks forwarding established\n2025-07-15 16:25:03.903 [info] [command][b0721f7f-2d31-4b59-8e1f-44910dd26901] Process exited with code 0\n2025-07-15 16:25:03.903 [info] [command][b0721f7f-2d31-4b59-8e1f-44910dd26901] Socket close event received\n2025-07-15 16:25:03.903 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d535dd3-72b7-40c6-b620-8a0a09e8e67d] socks connection closed\n2025-07-15 16:25:03.920 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58008 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:26:03.907 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:26:03.910 [info] [command][79141b67-3255-4e5a-97fa-d52f501c9906] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""79141b67-3255-4e5a-97fa-d52f501c9906""}\n2025-07-15 16:26:03.911 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][231574a9-d56a-4e30-bff9-8aa5bf8242a9] received connection request\n2025-07-15 16:26:03.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:26:03.986 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][231574a9-d56a-4e30-bff9-8aa5bf8242a9] socks forwarding established\n2025-07-15 16:26:04.018 [info] [command][79141b67-3255-4e5a-97fa-d52f501c9906] Process exited with code 0\n2025-07-15 16:26:04.018 [info] [command][79141b67-3255-4e5a-97fa-d52f501c9906] Socket close event received\n2025-07-15 16:26:04.021 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][231574a9-d56a-4e30-bff9-8aa5bf8242a9] socks connection closed\n2025-07-15 16:26:04.037 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58158 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:27:04.022 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:27:04.025 [info] [command][d4e7947b-d88c-4eef-8368-35bb6e0cac3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d4e7947b-d88c-4eef-8368-35bb6e0cac3b""}\n2025-07-15 16:27:04.026 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b0855eb5-33b1-46b8-82e8-c7567a01d579] received connection request\n2025-07-15 16:27:04.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:27:04.167 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b0855eb5-33b1-46b8-82e8-c7567a01d579] socks forwarding established\n2025-07-15 16:27:04.336 [info] [command][d4e7947b-d88c-4eef-8368-35bb6e0cac3b] Process exited with code 0\n2025-07-15 16:27:04.336 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b0855eb5-33b1-46b8-82e8-c7567a01d579] socks connection closed\n2025-07-15 16:27:04.336 [info] [command][d4e7947b-d88c-4eef-8368-35bb6e0cac3b] Socket close event received\n2025-07-15 16:27:04.355 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58198 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:28:04.340 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:28:04.342 [info] [command][028d08d5-7543-4573-a38e-82ae2d49a8f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""028d08d5-7543-4573-a38e-82ae2d49a8f6""}\n2025-07-15 16:28:04.342 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7fb457b5-e880-43c2-bf50-bf0f9d144105] received connection request\n2025-07-15 16:28:04.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:28:04.446 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7fb457b5-e880-43c2-bf50-bf0f9d144105] socks forwarding established\n2025-07-15 16:28:04.478 [info] [command][028d08d5-7543-4573-a38e-82ae2d49a8f6] Process exited with code 0\n2025-07-15 16:28:04.478 [info] [command][028d08d5-7543-4573-a38e-82ae2d49a8f6] Socket close event received\n2025-07-15 16:28:04.478 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7fb457b5-e880-43c2-bf50-bf0f9d144105] socks connection closed\n2025-07-15 16:28:04.511 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58221 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:29:04.480 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:29:04.483 [info] [command][8703952d-2e2d-4e68-81dc-43f39537eee4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8703952d-2e2d-4e68-81dc-43f39537eee4""}\n2025-07-15 16:29:04.483 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2d52fe16-3102-4d30-9e22-ca322b8cf7da] received connection request\n2025-07-15 16:29:04.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:29:04.550 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2d52fe16-3102-4d30-9e22-ca322b8cf7da] socks forwarding established\n2025-07-15 16:29:04.630 [info] [command][8703952d-2e2d-4e68-81dc-43f39537eee4] Process exited with code 0\n2025-07-15 16:29:04.631 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2d52fe16-3102-4d30-9e22-ca322b8cf7da] socks connection closed\n2025-07-15 16:29:04.631 [info] [command][8703952d-2e2d-4e68-81dc-43f39537eee4] Socket close event received\n2025-07-15 16:29:04.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58259 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:30:04.636 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:30:04.638 [info] [command][f32eefcc-1972-4e86-af86-edf801b489a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f32eefcc-1972-4e86-af86-edf801b489a7""}\n2025-07-15 16:30:04.639 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][162d5b27-03af-4399-890a-c800731a1c41] received connection request\n2025-07-15 16:30:04.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:30:04.675 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][162d5b27-03af-4399-890a-c800731a1c41] socks forwarding established\n2025-07-15 16:30:04.771 [info] [command][f32eefcc-1972-4e86-af86-edf801b489a7] Process exited with code 0\n2025-07-15 16:30:04.771 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][162d5b27-03af-4399-890a-c800731a1c41] socks connection closed\n2025-07-15 16:30:04.771 [info] [command][f32eefcc-1972-4e86-af86-edf801b489a7] Socket close event received\n2025-07-15 16:30:04.787 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58282 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:31:04.776 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:31:04.776 [info] [command][8e423ebb-8403-487e-9321-812f1656e25f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8e423ebb-8403-487e-9321-812f1656e25f""}\n2025-07-15 16:31:04.776 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6ac4a875-f579-4121-b42a-e5ee70729847] received connection request\n2025-07-15 16:31:04.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:31:04.864 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6ac4a875-f579-4121-b42a-e5ee70729847] socks forwarding established\n2025-07-15 16:31:04.984 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6ac4a875-f579-4121-b42a-e5ee70729847] socks connection closed\n2025-07-15 16:31:04.984 [info] [command][8e423ebb-8403-487e-9321-812f1656e25f] Process exited with code 0\n2025-07-15 16:31:04.984 [info] [command][8e423ebb-8403-487e-9321-812f1656e25f] Socket close event received\n2025-07-15 16:31:05.000 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58333 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:32:04.987 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:32:04.989 [info] [command][f8e5eebd-a92e-47ca-9d8b-5670c09314ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f8e5eebd-a92e-47ca-9d8b-5670c09314ec""}\n2025-07-15 16:32:04.990 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6354aa40-d7a9-490b-969e-0205b967a63b] received connection request\n2025-07-15 16:32:04.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:32:05.007 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6354aa40-d7a9-490b-969e-0205b967a63b] socks forwarding established\n2025-07-15 16:32:05.036 [info] [command][f8e5eebd-a92e-47ca-9d8b-5670c09314ec] Process exited with code 0\n2025-07-15 16:32:05.036 [info] [command][f8e5eebd-a92e-47ca-9d8b-5670c09314ec] Socket close event received\n2025-07-15 16:32:05.037 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6354aa40-d7a9-490b-969e-0205b967a63b] socks connection closed\n2025-07-15 16:32:05.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58380 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:33:05.042 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:33:05.044 [info] [command][0a3e37a5-047e-44ac-bbff-177eef608eec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0a3e37a5-047e-44ac-bbff-177eef608eec""}\n2025-07-15 16:33:05.045 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b07e8916-fdb6-4722-b019-0155f482c05e] received connection request\n2025-07-15 16:33:05.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:33:05.064 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b07e8916-fdb6-4722-b019-0155f482c05e] socks forwarding established\n2025-07-15 16:33:05.098 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b07e8916-fdb6-4722-b019-0155f482c05e] socks connection closed\n2025-07-15 16:33:05.098 [info] [command][0a3e37a5-047e-44ac-bbff-177eef608eec] Process exited with code 0\n2025-07-15 16:33:05.098 [info] [command][0a3e37a5-047e-44ac-bbff-177eef608eec] Socket close event received\n2025-07-15 16:33:05.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58408 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:34:05.104 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:34:05.107 [info] [command][5907ee82-f368-48bf-b8b3-8002c1e26dec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5907ee82-f368-48bf-b8b3-8002c1e26dec""}\n2025-07-15 16:34:05.107 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b69452e0-9276-40fa-848a-bb3e064f9859] received connection request\n2025-07-15 16:34:05.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:34:05.126 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b69452e0-9276-40fa-848a-bb3e064f9859] socks forwarding established\n2025-07-15 16:34:05.156 [info] [command][5907ee82-f368-48bf-b8b3-8002c1e26dec] Process exited with code 0\n2025-07-15 16:34:05.156 [info] [command][5907ee82-f368-48bf-b8b3-8002c1e26dec] Socket close event received\n2025-07-15 16:34:05.157 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b69452e0-9276-40fa-848a-bb3e064f9859] socks connection closed\n2025-07-15 16:34:05.173 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58454 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:35:05.158 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:35:05.160 [info] [command][a3b1a6fb-3585-4c80-8313-fbe849ea0e95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a3b1a6fb-3585-4c80-8313-fbe849ea0e95""}\n2025-07-15 16:35:05.160 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6e516d6e-a0a8-47f8-8622-a967379ec844] received connection request\n2025-07-15 16:35:05.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:35:05.179 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6e516d6e-a0a8-47f8-8622-a967379ec844] socks forwarding established\n2025-07-15 16:35:05.210 [info] [command][a3b1a6fb-3585-4c80-8313-fbe849ea0e95] Process exited with code 0\n2025-07-15 16:35:05.210 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6e516d6e-a0a8-47f8-8622-a967379ec844] socks connection closed\n2025-07-15 16:35:05.211 [info] [command][a3b1a6fb-3585-4c80-8313-fbe849ea0e95] Socket close event received\n2025-07-15 16:35:05.228 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58486 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:36:05.212 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:36:05.215 [info] [command][43b5a513-c580-4275-bb5a-3ccf12dddaa8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""43b5a513-c580-4275-bb5a-3ccf12dddaa8""}\n2025-07-15 16:36:05.216 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cd3f0304-378d-4c6d-a438-82d42c2753b5] received connection request\n2025-07-15 16:36:05.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:36:05.235 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cd3f0304-378d-4c6d-a438-82d42c2753b5] socks forwarding established\n2025-07-15 16:36:05.269 [info] [command][43b5a513-c580-4275-bb5a-3ccf12dddaa8] Process exited with code 0\n2025-07-15 16:36:05.270 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cd3f0304-378d-4c6d-a438-82d42c2753b5] socks connection closed\n2025-07-15 16:36:05.270 [info] [command][43b5a513-c580-4275-bb5a-3ccf12dddaa8] Socket close event received\n2025-07-15 16:36:05.286 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58530 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:37:05.275 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:37:05.279 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fb609765-fa13-4e81-8646-a531cf2caa9b] received connection request\n2025-07-15 16:37:05.279 [info] [command][82c5314c-cc4b-45d0-9e02-35f61ea713f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""82c5314c-cc4b-45d0-9e02-35f61ea713f8""}\n2025-07-15 16:37:05.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:37:05.296 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fb609765-fa13-4e81-8646-a531cf2caa9b] socks forwarding established\n2025-07-15 16:37:05.328 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fb609765-fa13-4e81-8646-a531cf2caa9b] socks connection closed\n2025-07-15 16:37:05.328 [info] [command][82c5314c-cc4b-45d0-9e02-35f61ea713f8] Process exited with code 0\n2025-07-15 16:37:05.329 [info] [command][82c5314c-cc4b-45d0-9e02-35f61ea713f8] Socket close event received\n2025-07-15 16:37:05.345 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58578 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:38:05.335 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:38:05.337 [info] [command][1edfb4cf-5c7c-45e6-9d94-7a98cc5b0ddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1edfb4cf-5c7c-45e6-9d94-7a98cc5b0ddd""}\n2025-07-15 16:38:05.338 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1151d008-2776-414b-a3d6-1161963adb10] received connection request\n2025-07-15 16:38:05.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 16:38:05.339 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:38:05.439 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1151d008-2776-414b-a3d6-1161963adb10] socks forwarding established\n2025-07-15 16:38:05.480 [info] [command][1edfb4cf-5c7c-45e6-9d94-7a98cc5b0ddd] Process exited with code 0\n2025-07-15 16:38:05.481 [info] [command][1edfb4cf-5c7c-45e6-9d94-7a98cc5b0ddd] Socket close event received\n2025-07-15 16:38:05.617 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1151d008-2776-414b-a3d6-1161963adb10] socks connection closed\n2025-07-15 16:38:05.629 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58617 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:39:05.483 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:39:05.485 [info] [command][ab04c479-1f66-423b-b05a-2a726f03d236] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ab04c479-1f66-423b-b05a-2a726f03d236""}\n2025-07-15 16:39:05.486 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][149611ab-d350-49ba-9462-339b6830c1f3] received connection request\n2025-07-15 16:39:05.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:39:05.503 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][149611ab-d350-49ba-9462-339b6830c1f3] socks forwarding established\n2025-07-15 16:39:05.533 [info] [command][ab04c479-1f66-423b-b05a-2a726f03d236] Process exited with code 0\n2025-07-15 16:39:05.533 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][149611ab-d350-49ba-9462-339b6830c1f3] socks connection closed\n2025-07-15 16:39:05.533 [info] [command][ab04c479-1f66-423b-b05a-2a726f03d236] Socket close event received\n2025-07-15 16:39:05.553 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58653 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:40:05.537 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:40:05.539 [info] [command][250040cd-20e1-4a53-93f0-c9f6bc2c5a37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""250040cd-20e1-4a53-93f0-c9f6bc2c5a37""}\n2025-07-15 16:40:05.539 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1a1fe7e3-c043-4c89-9651-f9ec75b78950] received connection request\n2025-07-15 16:40:05.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:40:05.560 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1a1fe7e3-c043-4c89-9651-f9ec75b78950] socks forwarding established\n2025-07-15 16:40:05.592 [info] [command][250040cd-20e1-4a53-93f0-c9f6bc2c5a37] Process exited with code 0\n2025-07-15 16:40:05.593 [info] [command][250040cd-20e1-4a53-93f0-c9f6bc2c5a37] Socket close event received\n2025-07-15 16:40:05.597 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1a1fe7e3-c043-4c89-9651-f9ec75b78950] socks connection closed\n2025-07-15 16:40:05.655 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58678 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:41:05.598 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:41:05.600 [info] [command][efbab32a-5412-404d-8292-91f4e98d0471] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""efbab32a-5412-404d-8292-91f4e98d0471""}\n2025-07-15 16:41:05.600 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2e21d346-4e4a-42a6-9a33-7aa4f41089c2] received connection request\n2025-07-15 16:41:05.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:41:05.621 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2e21d346-4e4a-42a6-9a33-7aa4f41089c2] socks forwarding established\n2025-07-15 16:41:05.790 [info] [command][efbab32a-5412-404d-8292-91f4e98d0471] Process exited with code 0\n2025-07-15 16:41:05.790 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2e21d346-4e4a-42a6-9a33-7aa4f41089c2] socks connection closed\n2025-07-15 16:41:05.790 [info] [command][efbab32a-5412-404d-8292-91f4e98d0471] Socket close event received\n2025-07-15 16:41:05.885 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58721 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:42:05.795 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:42:05.796 [info] [command][9cab56a9-1871-4fe4-a44a-fbcd65ce8754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9cab56a9-1871-4fe4-a44a-fbcd65ce8754""}\n2025-07-15 16:42:05.797 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][52555ba8-9547-4a14-9286-333134a9230b] received connection request\n2025-07-15 16:42:05.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:42:05.826 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][52555ba8-9547-4a14-9286-333134a9230b] socks forwarding established\n2025-07-15 16:42:05.858 [info] [command][9cab56a9-1871-4fe4-a44a-fbcd65ce8754] Process exited with code 0\n2025-07-15 16:42:05.858 [info] [command][9cab56a9-1871-4fe4-a44a-fbcd65ce8754] Socket close event received\n2025-07-15 16:42:05.859 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][52555ba8-9547-4a14-9286-333134a9230b] socks connection closed\n2025-07-15 16:42:05.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58777 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:43:05.864 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:43:05.868 [info] [command][d3c8e676-33f9-43a5-b90f-22b184115e2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d3c8e676-33f9-43a5-b90f-22b184115e2e""}\n2025-07-15 16:43:05.869 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][19812249-ac8e-4277-9f73-7de75b8550e0] received connection request\n2025-07-15 16:43:05.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:43:05.891 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][19812249-ac8e-4277-9f73-7de75b8550e0] socks forwarding established\n2025-07-15 16:43:05.920 [info] [command][d3c8e676-33f9-43a5-b90f-22b184115e2e] Process exited with code 0\n2025-07-15 16:43:05.921 [info] [command][d3c8e676-33f9-43a5-b90f-22b184115e2e] Socket close event received\n2025-07-15 16:43:05.921 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][19812249-ac8e-4277-9f73-7de75b8550e0] socks connection closed\n2025-07-15 16:43:05.938 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58801 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:44:05.925 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:44:05.927 [info] [command][d083d71a-0077-4e39-a574-98eebbbf0fa5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d083d71a-0077-4e39-a574-98eebbbf0fa5""}\n2025-07-15 16:44:05.928 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][78a275f7-4e86-4d91-b87b-fc551a720c94] received connection request\n2025-07-15 16:44:05.929 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:44:06.079 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][78a275f7-4e86-4d91-b87b-fc551a720c94] socks forwarding established\n2025-07-15 16:44:06.114 [info] [command][d083d71a-0077-4e39-a574-98eebbbf0fa5] Process exited with code 0\n2025-07-15 16:44:06.114 [info] [command][d083d71a-0077-4e39-a574-98eebbbf0fa5] Socket close event received\n2025-07-15 16:44:06.115 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][78a275f7-4e86-4d91-b87b-fc551a720c94] socks connection closed\n2025-07-15 16:44:06.261 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58840 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:45:06.116 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:45:06.119 [info] [command][5ed282fa-40c7-48e3-9c87-bbfb708b40d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5ed282fa-40c7-48e3-9c87-bbfb708b40d9""}\n2025-07-15 16:45:06.119 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3028d08f-541e-47fa-859e-dab6df38332f] received connection request\n2025-07-15 16:45:06.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:45:06.154 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3028d08f-541e-47fa-859e-dab6df38332f] socks forwarding established\n2025-07-15 16:45:06.320 [info] [command][5ed282fa-40c7-48e3-9c87-bbfb708b40d9] Process exited with code 0\n2025-07-15 16:45:06.321 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3028d08f-541e-47fa-859e-dab6df38332f] socks connection closed\n2025-07-15 16:45:06.321 [info] [command][5ed282fa-40c7-48e3-9c87-bbfb708b40d9] Socket close event received\n2025-07-15 16:45:06.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58870 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:46:06.326 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:46:06.329 [info] [command][2bc59a0a-b9da-4e94-af8f-1a699b483803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2bc59a0a-b9da-4e94-af8f-1a699b483803""}\n2025-07-15 16:46:06.330 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a04d1cb7-3e69-4460-828c-fb4dbbe6c3dc] received connection request\n2025-07-15 16:46:06.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:46:19.067 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a04d1cb7-3e69-4460-828c-fb4dbbe6c3dc] socks forwarding established\n2025-07-15 16:46:19.153 [info] [command][2bc59a0a-b9da-4e94-af8f-1a699b483803] Process exited with code 0\n2025-07-15 16:46:19.154 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a04d1cb7-3e69-4460-828c-fb4dbbe6c3dc] socks connection closed\n2025-07-15 16:46:19.154 [info] [command][2bc59a0a-b9da-4e94-af8f-1a699b483803] Socket close event received\n2025-07-15 16:46:19.174 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58926 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:47:19.158 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:47:19.160 [info] [command][11c246cd-a0e1-482a-ad0a-aba6c4f88827] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""11c246cd-a0e1-482a-ad0a-aba6c4f88827""}\n2025-07-15 16:47:19.161 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6183e5d7-74af-4813-ae53-e265ec89f8e0] received connection request\n2025-07-15 16:47:19.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:47:19.188 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6183e5d7-74af-4813-ae53-e265ec89f8e0] socks forwarding established\n2025-07-15 16:47:19.248 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6183e5d7-74af-4813-ae53-e265ec89f8e0] socks connection closed\n2025-07-15 16:47:19.248 [info] [command][11c246cd-a0e1-482a-ad0a-aba6c4f88827] Process exited with code 0\n2025-07-15 16:47:19.249 [info] [command][11c246cd-a0e1-482a-ad0a-aba6c4f88827] Socket close event received\n2025-07-15 16:47:19.710 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 58991 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:48:19.253 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:48:19.256 [info] [command][5f7e22e4-53d3-4144-8472-21c3ef1c4301] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5f7e22e4-53d3-4144-8472-21c3ef1c4301""}\n2025-07-15 16:48:19.257 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d7fe43c9-636f-4739-b047-645ec4b228bb] received connection request\n2025-07-15 16:48:19.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:48:19.279 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d7fe43c9-636f-4739-b047-645ec4b228bb] socks forwarding established\n2025-07-15 16:48:19.324 [info] [command][5f7e22e4-53d3-4144-8472-21c3ef1c4301] Process exited with code 0\n2025-07-15 16:48:19.324 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d7fe43c9-636f-4739-b047-645ec4b228bb] socks connection closed\n2025-07-15 16:48:19.324 [info] [command][5f7e22e4-53d3-4144-8472-21c3ef1c4301] Socket close event received\n2025-07-15 16:48:19.344 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59024 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:49:19.326 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:49:19.328 [info] [command][cf680dcb-0040-4248-8e3e-fe85575a55e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cf680dcb-0040-4248-8e3e-fe85575a55e8""}\n2025-07-15 16:49:19.328 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7dc27a2d-d2a7-4d17-b571-d6feda6b962d] received connection request\n2025-07-15 16:49:19.328 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:49:19.351 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7dc27a2d-d2a7-4d17-b571-d6feda6b962d] socks forwarding established\n2025-07-15 16:49:19.381 [info] [command][cf680dcb-0040-4248-8e3e-fe85575a55e8] Process exited with code 0\n2025-07-15 16:49:19.382 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7dc27a2d-d2a7-4d17-b571-d6feda6b962d] socks connection closed\n2025-07-15 16:49:19.382 [info] [command][cf680dcb-0040-4248-8e3e-fe85575a55e8] Socket close event received\n2025-07-15 16:49:19.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59081 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:50:19.387 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:50:19.389 [info] [command][8835c057-f17f-4824-875b-ca73ec400232] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8835c057-f17f-4824-875b-ca73ec400232""}\n2025-07-15 16:50:19.390 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b1220fe8-8a36-4711-8f83-1228cf0bef80] received connection request\n2025-07-15 16:50:19.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:50:19.423 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b1220fe8-8a36-4711-8f83-1228cf0bef80] socks forwarding established\n2025-07-15 16:50:19.455 [info] [command][8835c057-f17f-4824-875b-ca73ec400232] Process exited with code 0\n2025-07-15 16:50:19.455 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b1220fe8-8a36-4711-8f83-1228cf0bef80] socks connection closed\n2025-07-15 16:50:19.455 [info] [command][8835c057-f17f-4824-875b-ca73ec400232] Socket close event received\n2025-07-15 16:50:19.476 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59110 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:51:19.457 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:51:19.458 [info] [command][3db202d8-8555-4460-92db-ebcae04fe3b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3db202d8-8555-4460-92db-ebcae04fe3b4""}\n2025-07-15 16:51:19.458 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][773b4cbb-4791-4357-a90c-d9de938ea52e] received connection request\n2025-07-15 16:51:19.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:51:19.476 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][773b4cbb-4791-4357-a90c-d9de938ea52e] socks forwarding established\n2025-07-15 16:51:19.505 [info] [command][3db202d8-8555-4460-92db-ebcae04fe3b4] Process exited with code 0\n2025-07-15 16:51:19.505 [info] [command][3db202d8-8555-4460-92db-ebcae04fe3b4] Socket close event received\n2025-07-15 16:51:19.506 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][773b4cbb-4791-4357-a90c-d9de938ea52e] socks connection closed\n2025-07-15 16:51:19.522 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59154 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:52:19.506 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:52:19.508 [info] [command][2ffc979d-2f35-4ef4-9443-9ff51eab0b77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2ffc979d-2f35-4ef4-9443-9ff51eab0b77""}\n2025-07-15 16:52:19.508 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c2800638-3e3a-4a0f-971c-7bdf40db0cc1] received connection request\n2025-07-15 16:52:19.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:52:19.525 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c2800638-3e3a-4a0f-971c-7bdf40db0cc1] socks forwarding established\n2025-07-15 16:52:19.559 [info] [command][2ffc979d-2f35-4ef4-9443-9ff51eab0b77] Process exited with code 0\n2025-07-15 16:52:19.559 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c2800638-3e3a-4a0f-971c-7bdf40db0cc1] socks connection closed\n2025-07-15 16:52:19.559 [info] [command][2ffc979d-2f35-4ef4-9443-9ff51eab0b77] Socket close event received\n2025-07-15 16:52:19.577 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59220 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:53:19.559 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:53:19.560 [info] [command][64d2000b-f8e1-490d-b9b4-f528866fd27d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""64d2000b-f8e1-490d-b9b4-f528866fd27d""}\n2025-07-15 16:53:19.560 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cbd5790a-d0fc-4e85-9e46-9e1ae8c82cf8] received connection request\n2025-07-15 16:53:19.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 16:53:19.561 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:53:19.663 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cbd5790a-d0fc-4e85-9e46-9e1ae8c82cf8] socks forwarding established\n2025-07-15 16:53:19.784 [info] [command][64d2000b-f8e1-490d-b9b4-f528866fd27d] Process exited with code 0\n2025-07-15 16:53:19.785 [info] [command][64d2000b-f8e1-490d-b9b4-f528866fd27d] Socket close event received\n2025-07-15 16:53:19.785 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cbd5790a-d0fc-4e85-9e46-9e1ae8c82cf8] socks connection closed\n2025-07-15 16:53:19.803 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59275 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:54:19.790 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:54:19.793 [info] [command][6c0344d7-1066-4925-8e84-c8e6189c3910] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6c0344d7-1066-4925-8e84-c8e6189c3910""}\n2025-07-15 16:54:19.794 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b562016c-919e-491f-a05d-ba3280b54072] received connection request\n2025-07-15 16:54:19.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:54:19.811 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b562016c-919e-491f-a05d-ba3280b54072] socks forwarding established\n2025-07-15 16:54:19.905 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b562016c-919e-491f-a05d-ba3280b54072] socks connection closed\n2025-07-15 16:54:19.905 [info] [command][6c0344d7-1066-4925-8e84-c8e6189c3910] Process exited with code 0\n2025-07-15 16:54:19.906 [info] [command][6c0344d7-1066-4925-8e84-c8e6189c3910] Socket close event received\n2025-07-15 16:54:19.926 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59335 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:55:19.911 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:55:19.913 [info] [command][60b97b6b-e68d-41a0-baa9-112e47927793] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""60b97b6b-e68d-41a0-baa9-112e47927793""}\n2025-07-15 16:55:19.914 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][514d0643-d08f-4c11-9d0f-1da3f6cc7ec9] received connection request\n2025-07-15 16:55:19.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 16:55:19.915 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:55:19.932 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][514d0643-d08f-4c11-9d0f-1da3f6cc7ec9] socks forwarding established\n2025-07-15 16:55:19.963 [info] [command][60b97b6b-e68d-41a0-baa9-112e47927793] Process exited with code 0\n2025-07-15 16:55:19.963 [info] [command][60b97b6b-e68d-41a0-baa9-112e47927793] Socket close event received\n2025-07-15 16:55:19.964 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][514d0643-d08f-4c11-9d0f-1da3f6cc7ec9] socks connection closed\n2025-07-15 16:55:19.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59359 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:56:19.969 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:56:19.971 [info] [command][6f68d395-6181-427f-8962-c756360fa06e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6f68d395-6181-427f-8962-c756360fa06e""}\n2025-07-15 16:56:19.972 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][774a0dc9-0340-46cb-86ef-d0e4898cd238] received connection request\n2025-07-15 16:56:19.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:56:19.991 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][774a0dc9-0340-46cb-86ef-d0e4898cd238] socks forwarding established\n2025-07-15 16:56:20.093 [info] [command][6f68d395-6181-427f-8962-c756360fa06e] Process exited with code 0\n2025-07-15 16:56:20.094 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][774a0dc9-0340-46cb-86ef-d0e4898cd238] socks connection closed\n2025-07-15 16:56:20.094 [info] [command][6f68d395-6181-427f-8962-c756360fa06e] Socket close event received\n2025-07-15 16:56:20.111 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59421 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:57:20.099 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:57:20.100 [info] [command][ad5ce6ea-9cb2-40e3-a058-7438a1db25b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ad5ce6ea-9cb2-40e3-a058-7438a1db25b9""}\n2025-07-15 16:57:20.100 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4f97c3b9-2f7e-45b2-b8fe-834e7656f494] received connection request\n2025-07-15 16:57:20.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:57:20.118 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4f97c3b9-2f7e-45b2-b8fe-834e7656f494] socks forwarding established\n2025-07-15 16:57:20.149 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4f97c3b9-2f7e-45b2-b8fe-834e7656f494] socks connection closed\n2025-07-15 16:57:20.149 [info] [command][ad5ce6ea-9cb2-40e3-a058-7438a1db25b9] Process exited with code 0\n2025-07-15 16:57:20.149 [info] [command][ad5ce6ea-9cb2-40e3-a058-7438a1db25b9] Socket close event received\n2025-07-15 16:57:20.166 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59468 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:58:20.150 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:58:20.151 [info] [command][7e734097-3825-4e7c-bce2-d333d9c8a40b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7e734097-3825-4e7c-bce2-d333d9c8a40b""}\n2025-07-15 16:58:20.151 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][86c7b68a-ac5e-43b6-a129-f5caa8877336] received connection request\n2025-07-15 16:58:20.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:58:20.170 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][86c7b68a-ac5e-43b6-a129-f5caa8877336] socks forwarding established\n2025-07-15 16:58:20.199 [info] [command][7e734097-3825-4e7c-bce2-d333d9c8a40b] Process exited with code 0\n2025-07-15 16:58:20.199 [info] [command][7e734097-3825-4e7c-bce2-d333d9c8a40b] Socket close event received\n2025-07-15 16:58:20.200 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][86c7b68a-ac5e-43b6-a129-f5caa8877336] socks connection closed\n2025-07-15 16:58:20.217 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59522 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 16:59:20.205 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 16:59:20.208 [info] [command][95e75d4d-7f15-4eba-af47-1343a6ea4991] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""95e75d4d-7f15-4eba-af47-1343a6ea4991""}\n2025-07-15 16:59:20.209 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b6d23d0b-94ed-4501-8d3a-33fc4e0f0170] received connection request\n2025-07-15 16:59:20.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:59:20.273 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b6d23d0b-94ed-4501-8d3a-33fc4e0f0170] socks forwarding established\n2025-07-15 16:59:20.306 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b6d23d0b-94ed-4501-8d3a-33fc4e0f0170] socks connection closed\n2025-07-15 16:59:20.306 [info] [command][95e75d4d-7f15-4eba-af47-1343a6ea4991] Process exited with code 0\n2025-07-15 16:59:20.306 [info] [command][95e75d4d-7f15-4eba-af47-1343a6ea4991] Socket close event received\n2025-07-15 16:59:20.323 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59582 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:00:20.311 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:00:20.313 [info] [command][71a6c0f0-1c11-4606-a713-afaf2e988454] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""71a6c0f0-1c11-4606-a713-afaf2e988454""}\n2025-07-15 17:00:20.314 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][21ec4229-47de-4a30-aeb9-5cc56631beda] received connection request\n2025-07-15 17:00:20.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:00:20.332 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][21ec4229-47de-4a30-aeb9-5cc56631beda] socks forwarding established\n2025-07-15 17:00:20.364 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][21ec4229-47de-4a30-aeb9-5cc56631beda] socks connection closed\n2025-07-15 17:00:20.364 [info] [command][71a6c0f0-1c11-4606-a713-afaf2e988454] Process exited with code 0\n2025-07-15 17:00:20.364 [info] [command][71a6c0f0-1c11-4606-a713-afaf2e988454] Socket close event received\n2025-07-15 17:00:20.380 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59625 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:01:20.370 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:01:20.373 [info] [command][cea93492-d992-45b0-be8c-f0d3bfa70b47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cea93492-d992-45b0-be8c-f0d3bfa70b47""}\n2025-07-15 17:01:20.374 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][dd34e3f6-d71f-46b8-bcf8-90842023a8de] received connection request\n2025-07-15 17:01:20.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:01:20.392 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][dd34e3f6-d71f-46b8-bcf8-90842023a8de] socks forwarding established\n2025-07-15 17:01:20.424 [info] [command][cea93492-d992-45b0-be8c-f0d3bfa70b47] Process exited with code 0\n2025-07-15 17:01:20.424 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][dd34e3f6-d71f-46b8-bcf8-90842023a8de] socks connection closed\n2025-07-15 17:01:20.424 [info] [command][cea93492-d992-45b0-be8c-f0d3bfa70b47] Socket close event received\n2025-07-15 17:01:20.440 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59682 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:02:20.427 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:02:20.429 [info] [command][75e86c19-6f18-415e-858f-8e77dd24cee7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""75e86c19-6f18-415e-858f-8e77dd24cee7""}\n2025-07-15 17:02:20.430 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5205ad4a-f6e6-4d35-ba52-7dba16d4317c] received connection request\n2025-07-15 17:02:20.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:02:20.499 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5205ad4a-f6e6-4d35-ba52-7dba16d4317c] socks forwarding established\n2025-07-15 17:02:20.531 [info] [command][75e86c19-6f18-415e-858f-8e77dd24cee7] Process exited with code 0\n2025-07-15 17:02:20.531 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5205ad4a-f6e6-4d35-ba52-7dba16d4317c] socks connection closed\n2025-07-15 17:02:20.531 [info] [command][75e86c19-6f18-415e-858f-8e77dd24cee7] Socket close event received\n2025-07-15 17:02:20.549 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59751 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:03:20.535 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:03:20.538 [info] [command][bfc46b1d-a7c2-4469-ab9f-3e6cf8262bdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bfc46b1d-a7c2-4469-ab9f-3e6cf8262bdf""}\n2025-07-15 17:03:20.539 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0b77d20c-db61-4771-9e9f-9746b0225db5] received connection request\n2025-07-15 17:03:20.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:03:20.592 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0b77d20c-db61-4771-9e9f-9746b0225db5] socks forwarding established\n2025-07-15 17:03:20.678 [info] [command][bfc46b1d-a7c2-4469-ab9f-3e6cf8262bdf] Process exited with code 0\n2025-07-15 17:03:20.678 [info] [command][bfc46b1d-a7c2-4469-ab9f-3e6cf8262bdf] Socket close event received\n2025-07-15 17:03:20.679 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0b77d20c-db61-4771-9e9f-9746b0225db5] socks connection closed\n2025-07-15 17:03:20.697 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59796 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:04:20.679 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:04:20.681 [info] [command][f8823c20-5293-4a3a-a7c5-e420b2dece9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f8823c20-5293-4a3a-a7c5-e420b2dece9d""}\n2025-07-15 17:04:20.682 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1f1033df-3215-4714-a453-ef6d9a4e824f] received connection request\n2025-07-15 17:04:20.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:04:20.700 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1f1033df-3215-4714-a453-ef6d9a4e824f] socks forwarding established\n2025-07-15 17:04:20.731 [info] [command][f8823c20-5293-4a3a-a7c5-e420b2dece9d] Process exited with code 0\n2025-07-15 17:04:20.731 [info] [command][f8823c20-5293-4a3a-a7c5-e420b2dece9d] Socket close event received\n2025-07-15 17:04:20.732 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1f1033df-3215-4714-a453-ef6d9a4e824f] socks connection closed\n2025-07-15 17:04:20.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59837 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:05:20.737 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:05:20.739 [info] [command][b3637f01-1fd9-47da-9b35-2994ac95932f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b3637f01-1fd9-47da-9b35-2994ac95932f""}\n2025-07-15 17:05:20.740 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][85c96f5e-37e2-4c2b-9554-ce5ec38246c9] received connection request\n2025-07-15 17:05:20.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:05:20.761 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][85c96f5e-37e2-4c2b-9554-ce5ec38246c9] socks forwarding established\n2025-07-15 17:05:20.879 [info] [command][b3637f01-1fd9-47da-9b35-2994ac95932f] Process exited with code 0\n2025-07-15 17:05:20.879 [info] [command][b3637f01-1fd9-47da-9b35-2994ac95932f] Socket close event received\n2025-07-15 17:05:20.880 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][85c96f5e-37e2-4c2b-9554-ce5ec38246c9] socks connection closed\n2025-07-15 17:05:20.897 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59873 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:06:20.880 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:06:20.883 [info] [command][369d6464-e43f-41b7-a66f-6b9f7c310489] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""369d6464-e43f-41b7-a66f-6b9f7c310489""}\n2025-07-15 17:06:20.884 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][134ab1c7-c3bf-4d99-b395-9b0bb7737815] received connection request\n2025-07-15 17:06:20.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:06:20.907 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][134ab1c7-c3bf-4d99-b395-9b0bb7737815] socks forwarding established\n2025-07-15 17:06:20.941 [info] [command][369d6464-e43f-41b7-a66f-6b9f7c310489] Process exited with code 0\n2025-07-15 17:06:20.941 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][134ab1c7-c3bf-4d99-b395-9b0bb7737815] socks connection closed\n2025-07-15 17:06:20.941 [info] [command][369d6464-e43f-41b7-a66f-6b9f7c310489] Socket close event received\n2025-07-15 17:06:20.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59914 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:07:20.943 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:07:20.946 [info] [command][35c1ebb5-2741-4ef1-a817-9a6672308ac2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""35c1ebb5-2741-4ef1-a817-9a6672308ac2""}\n2025-07-15 17:07:20.946 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b4f09570-3b06-434b-b143-79d64b89dbc2] received connection request\n2025-07-15 17:07:20.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:07:20.965 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b4f09570-3b06-434b-b143-79d64b89dbc2] socks forwarding established\n2025-07-15 17:07:20.998 [info] [command][35c1ebb5-2741-4ef1-a817-9a6672308ac2] Process exited with code 0\n2025-07-15 17:07:20.998 [info] [command][35c1ebb5-2741-4ef1-a817-9a6672308ac2] Socket close event received\n2025-07-15 17:07:21.002 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b4f09570-3b06-434b-b143-79d64b89dbc2] socks connection closed\n2025-07-15 17:07:21.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59951 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:08:21.003 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:08:21.006 [info] [command][b6d0dcdb-9d35-4854-84b4-0d12125829e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b6d0dcdb-9d35-4854-84b4-0d12125829e2""}\n2025-07-15 17:08:21.007 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8bb111b2-225f-48d4-947a-b9adfceb8f85] received connection request\n2025-07-15 17:08:21.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:08:21.102 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8bb111b2-225f-48d4-947a-b9adfceb8f85] socks forwarding established\n2025-07-15 17:08:21.138 [info] [command][b6d0dcdb-9d35-4854-84b4-0d12125829e2] Process exited with code 0\n2025-07-15 17:08:21.139 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8bb111b2-225f-48d4-947a-b9adfceb8f85] socks connection closed\n2025-07-15 17:08:21.139 [info] [command][b6d0dcdb-9d35-4854-84b4-0d12125829e2] Socket close event received\n2025-07-15 17:08:21.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 59971 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:09:21.140 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:09:21.142 [info] [command][aa06bb53-1942-4112-98af-62c87a19e12e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""aa06bb53-1942-4112-98af-62c87a19e12e""}\n2025-07-15 17:09:21.143 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][32f2b22b-9c3f-4ee6-b9a2-5a97448045f0] received connection request\n2025-07-15 17:09:21.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:09:21.163 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][32f2b22b-9c3f-4ee6-b9a2-5a97448045f0] socks forwarding established\n2025-07-15 17:09:21.194 [info] [command][aa06bb53-1942-4112-98af-62c87a19e12e] Process exited with code 0\n2025-07-15 17:09:21.194 [info] [command][aa06bb53-1942-4112-98af-62c87a19e12e] Socket close event received\n2025-07-15 17:09:21.195 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][32f2b22b-9c3f-4ee6-b9a2-5a97448045f0] socks connection closed\n2025-07-15 17:09:21.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60012 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:10:21.200 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:10:21.202 [info] [command][fa37ae22-8b4b-43d2-b723-622e1e78906b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fa37ae22-8b4b-43d2-b723-622e1e78906b""}\n2025-07-15 17:10:21.203 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4a09eebd-f5c6-476b-88af-5d48329764d1] received connection request\n2025-07-15 17:10:21.204 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:10:21.222 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4a09eebd-f5c6-476b-88af-5d48329764d1] socks forwarding established\n2025-07-15 17:10:21.257 [info] [command][fa37ae22-8b4b-43d2-b723-622e1e78906b] Process exited with code 0\n2025-07-15 17:10:21.257 [info] [command][fa37ae22-8b4b-43d2-b723-622e1e78906b] Socket close event received\n2025-07-15 17:10:21.258 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4a09eebd-f5c6-476b-88af-5d48329764d1] socks connection closed\n2025-07-15 17:10:21.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60038 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:11:21.261 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:11:21.263 [info] [command][c8c86eb0-ba51-4a38-a0b2-222a45a36e1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c8c86eb0-ba51-4a38-a0b2-222a45a36e1d""}\n2025-07-15 17:11:21.263 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][21a7de42-071e-4e8b-9704-41ebc755c54e] received connection request\n2025-07-15 17:11:21.264 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:11:21.346 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][21a7de42-071e-4e8b-9704-41ebc755c54e] socks forwarding established\n2025-07-15 17:11:21.378 [info] [command][c8c86eb0-ba51-4a38-a0b2-222a45a36e1d] Process exited with code 0\n2025-07-15 17:11:21.378 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][21a7de42-071e-4e8b-9704-41ebc755c54e] socks connection closed\n2025-07-15 17:11:21.378 [info] [command][c8c86eb0-ba51-4a38-a0b2-222a45a36e1d] Socket close event received\n2025-07-15 17:11:21.443 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60103 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:12:21.383 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:12:21.385 [info] [command][13f16a42-0331-468e-920e-8b9e1f10b85f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""13f16a42-0331-468e-920e-8b9e1f10b85f""}\n2025-07-15 17:12:21.385 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][81cd0643-6489-4451-9c62-e03524f98d2f] received connection request\n2025-07-15 17:12:21.385 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:12:21.403 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][81cd0643-6489-4451-9c62-e03524f98d2f] socks forwarding established\n2025-07-15 17:12:21.436 [info] [command][13f16a42-0331-468e-920e-8b9e1f10b85f] Process exited with code 0\n2025-07-15 17:12:21.436 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][81cd0643-6489-4451-9c62-e03524f98d2f] socks connection closed\n2025-07-15 17:12:21.436 [info] [command][13f16a42-0331-468e-920e-8b9e1f10b85f] Socket close event received\n2025-07-15 17:12:21.456 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60146 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:13:21.437 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:13:21.439 [info] [command][a195059a-14a2-4526-9dd0-0778a0a81e4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a195059a-14a2-4526-9dd0-0778a0a81e4c""}\n2025-07-15 17:13:21.439 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5ff20f3f-d90a-4543-ac00-71d20fedf21c] received connection request\n2025-07-15 17:13:21.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:13:21.502 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5ff20f3f-d90a-4543-ac00-71d20fedf21c] socks forwarding established\n2025-07-15 17:13:21.588 [info] [command][a195059a-14a2-4526-9dd0-0778a0a81e4c] Process exited with code 0\n2025-07-15 17:13:21.588 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5ff20f3f-d90a-4543-ac00-71d20fedf21c] socks connection closed\n2025-07-15 17:13:21.588 [info] [command][a195059a-14a2-4526-9dd0-0778a0a81e4c] Socket close event received\n2025-07-15 17:13:21.738 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60172 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:14:21.592 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:14:21.594 [info] [command][5ebe7046-4b3e-4191-bb09-00622efa89f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5ebe7046-4b3e-4191-bb09-00622efa89f5""}\n2025-07-15 17:14:21.594 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9f46b6e8-1543-47cb-9c5d-d71f98ffe1e6] received connection request\n2025-07-15 17:14:21.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:14:21.612 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9f46b6e8-1543-47cb-9c5d-d71f98ffe1e6] socks forwarding established\n2025-07-15 17:14:21.657 [info] [command][5ebe7046-4b3e-4191-bb09-00622efa89f5] Process exited with code 0\n2025-07-15 17:14:21.657 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9f46b6e8-1543-47cb-9c5d-d71f98ffe1e6] socks connection closed\n2025-07-15 17:14:21.657 [info] [command][5ebe7046-4b3e-4191-bb09-00622efa89f5] Socket close event received\n2025-07-15 17:14:21.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60218 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:15:21.661 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:15:21.663 [info] [command][d61d1863-7a6b-43de-a830-f2963aed6402] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d61d1863-7a6b-43de-a830-f2963aed6402""}\n2025-07-15 17:15:21.664 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6d7d844c-1101-4597-bb9d-2206ee37db7a] received connection request\n2025-07-15 17:15:21.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:15:21.683 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d7d844c-1101-4597-bb9d-2206ee37db7a] socks forwarding established\n2025-07-15 17:15:21.715 [info] [command][d61d1863-7a6b-43de-a830-f2963aed6402] Process exited with code 0\n2025-07-15 17:15:21.716 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d7d844c-1101-4597-bb9d-2206ee37db7a] socks connection closed\n2025-07-15 17:15:21.716 [info] [command][d61d1863-7a6b-43de-a830-f2963aed6402] Socket close event received\n2025-07-15 17:15:21.734 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60253 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:16:21.719 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:16:21.721 [info] [command][f44f5981-2814-418d-b3bd-8a1565a27b4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f44f5981-2814-418d-b3bd-8a1565a27b4f""}\n2025-07-15 17:16:21.722 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0c7544da-8ae4-44d8-816f-deb132f5d5f2] received connection request\n2025-07-15 17:16:21.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:16:21.785 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0c7544da-8ae4-44d8-816f-deb132f5d5f2] socks forwarding established\n2025-07-15 17:16:21.817 [info] [command][f44f5981-2814-418d-b3bd-8a1565a27b4f] Process exited with code 0\n2025-07-15 17:16:21.817 [info] [command][f44f5981-2814-418d-b3bd-8a1565a27b4f] Socket close event received\n2025-07-15 17:16:21.818 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0c7544da-8ae4-44d8-816f-deb132f5d5f2] socks connection closed\n2025-07-15 17:16:21.963 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60298 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:17:21.823 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:17:21.824 [info] [command][3976acff-4b4f-4db1-b5ab-5b50d07f7383] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""3976acff-4b4f-4db1-b5ab-5b50d07f7383""}\n2025-07-15 17:17:21.825 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][aed16e8a-ef17-46a8-8581-768ae2855b35] received connection request\n2025-07-15 17:17:21.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:17:21.901 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aed16e8a-ef17-46a8-8581-768ae2855b35] socks forwarding established\n2025-07-15 17:17:22.051 [info] [command][3976acff-4b4f-4db1-b5ab-5b50d07f7383] Process exited with code 0\n2025-07-15 17:17:22.052 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aed16e8a-ef17-46a8-8581-768ae2855b35] socks connection closed\n2025-07-15 17:17:22.052 [info] [command][3976acff-4b4f-4db1-b5ab-5b50d07f7383] Socket close event received\n2025-07-15 17:17:22.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60332 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:18:22.057 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:18:22.058 [info] [command][b3271671-c95f-4ddd-992c-e5d7343c82d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b3271671-c95f-4ddd-992c-e5d7343c82d7""}\n2025-07-15 17:18:22.059 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6999fb36-1f0f-40a5-b1d7-b84f7aa63d7a] received connection request\n2025-07-15 17:18:22.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 17:18:22.059 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:18:22.175 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6999fb36-1f0f-40a5-b1d7-b84f7aa63d7a] socks forwarding established\n2025-07-15 17:18:22.244 [info] [command][b3271671-c95f-4ddd-992c-e5d7343c82d7] Process exited with code 0\n2025-07-15 17:18:22.245 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6999fb36-1f0f-40a5-b1d7-b84f7aa63d7a] socks connection closed\n2025-07-15 17:18:22.245 [info] [command][b3271671-c95f-4ddd-992c-e5d7343c82d7] Socket close event received\n2025-07-15 17:18:22.264 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60352 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:19:22.247 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:19:22.248 [info] [command][a7318830-b661-442e-b0de-b29fa33306ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a7318830-b661-442e-b0de-b29fa33306ed""}\n2025-07-15 17:19:22.249 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9a11571e-e68d-4ef9-8952-00e3f40850f7] received connection request\n2025-07-15 17:19:22.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:19:22.346 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9a11571e-e68d-4ef9-8952-00e3f40850f7] socks forwarding established\n2025-07-15 17:19:22.377 [info] [command][a7318830-b661-442e-b0de-b29fa33306ed] Process exited with code 0\n2025-07-15 17:19:22.377 [info] [command][a7318830-b661-442e-b0de-b29fa33306ed] Socket close event received\n2025-07-15 17:19:22.381 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9a11571e-e68d-4ef9-8952-00e3f40850f7] socks connection closed\n2025-07-15 17:19:22.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60395 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:20:22.381 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:20:22.384 [info] [command][8d5d4cfd-074f-4b67-8281-10b60a0362f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8d5d4cfd-074f-4b67-8281-10b60a0362f3""}\n2025-07-15 17:20:22.385 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f3879b3e-7f97-4fd1-8539-4434306ee4a0] received connection request\n2025-07-15 17:20:22.386 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:20:22.410 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f3879b3e-7f97-4fd1-8539-4434306ee4a0] socks forwarding established\n2025-07-15 17:20:22.440 [info] [command][8d5d4cfd-074f-4b67-8281-10b60a0362f3] Process exited with code 0\n2025-07-15 17:20:22.441 [info] [command][8d5d4cfd-074f-4b67-8281-10b60a0362f3] Socket close event received\n2025-07-15 17:20:22.441 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f3879b3e-7f97-4fd1-8539-4434306ee4a0] socks connection closed\n2025-07-15 17:20:22.460 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60430 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:21:22.447 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:21:22.449 [info] [command][7daf0022-c8f9-406f-8450-86c53f2839f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7daf0022-c8f9-406f-8450-86c53f2839f8""}\n2025-07-15 17:21:22.450 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][7615e6b3-80f2-4711-aede-40c5f232280a] received connection request\n2025-07-15 17:21:22.450 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:21:22.468 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7615e6b3-80f2-4711-aede-40c5f232280a] socks forwarding established\n2025-07-15 17:21:22.505 [info] [command][7daf0022-c8f9-406f-8450-86c53f2839f8] Process exited with code 0\n2025-07-15 17:21:22.505 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][7615e6b3-80f2-4711-aede-40c5f232280a] socks connection closed\n2025-07-15 17:21:22.506 [info] [command][7daf0022-c8f9-406f-8450-86c53f2839f8] Socket close event received\n2025-07-15 17:21:22.523 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60485 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:22:22.510 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:22:22.512 [info] [command][9cdc2bab-b8fb-4c3e-9fd1-23cc5eccd57f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9cdc2bab-b8fb-4c3e-9fd1-23cc5eccd57f""}\n2025-07-15 17:22:22.512 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][51605e4c-ec90-4c5d-b80a-3f4c6580b9f8] received connection request\n2025-07-15 17:22:22.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:22:22.529 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51605e4c-ec90-4c5d-b80a-3f4c6580b9f8] socks forwarding established\n2025-07-15 17:22:22.559 [info] [command][9cdc2bab-b8fb-4c3e-9fd1-23cc5eccd57f] Process exited with code 0\n2025-07-15 17:22:22.559 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][51605e4c-ec90-4c5d-b80a-3f4c6580b9f8] socks connection closed\n2025-07-15 17:22:22.559 [info] [command][9cdc2bab-b8fb-4c3e-9fd1-23cc5eccd57f] Socket close event received\n2025-07-15 17:22:22.575 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60538 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:23:22.562 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:23:22.563 [info] [command][9a669a3b-c95b-48ab-a514-8bba29e3cd6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9a669a3b-c95b-48ab-a514-8bba29e3cd6f""}\n2025-07-15 17:23:22.564 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c343a2ea-26fa-440e-8fe6-58eccf7d2fdd] received connection request\n2025-07-15 17:23:22.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 17:23:22.564 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:23:22.582 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c343a2ea-26fa-440e-8fe6-58eccf7d2fdd] socks forwarding established\n2025-07-15 17:23:22.611 [info] [command][9a669a3b-c95b-48ab-a514-8bba29e3cd6f] Process exited with code 0\n2025-07-15 17:23:22.611 [info] [command][9a669a3b-c95b-48ab-a514-8bba29e3cd6f] Socket close event received\n2025-07-15 17:23:22.612 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c343a2ea-26fa-440e-8fe6-58eccf7d2fdd] socks connection closed\n2025-07-15 17:23:22.628 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60566 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:24:22.618 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:24:22.619 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4df92855-e8c6-4804-9f7a-90f4d7af2170] received connection request\n2025-07-15 17:24:22.620 [info] [command][6f726001-e572-447a-ad16-3debc62a02cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6f726001-e572-447a-ad16-3debc62a02cc""}\n2025-07-15 17:24:22.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:24:22.636 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4df92855-e8c6-4804-9f7a-90f4d7af2170] socks forwarding established\n2025-07-15 17:24:22.670 [info] [command][6f726001-e572-447a-ad16-3debc62a02cc] Process exited with code 0\n2025-07-15 17:24:22.670 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4df92855-e8c6-4804-9f7a-90f4d7af2170] socks connection closed\n2025-07-15 17:24:22.671 [info] [command][6f726001-e572-447a-ad16-3debc62a02cc] Socket close event received\n2025-07-15 17:24:22.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60625 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:25:22.675 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:25:22.678 [info] [command][9e7b70a6-1793-4184-b5a1-5afdf5d8c835] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9e7b70a6-1793-4184-b5a1-5afdf5d8c835""}\n2025-07-15 17:25:22.679 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][36909f22-865a-48c0-80ef-fb58b5c2c79d] received connection request\n2025-07-15 17:25:22.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:25:22.697 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36909f22-865a-48c0-80ef-fb58b5c2c79d] socks forwarding established\n2025-07-15 17:25:22.735 [info] [command][9e7b70a6-1793-4184-b5a1-5afdf5d8c835] Process exited with code 0\n2025-07-15 17:25:22.735 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][36909f22-865a-48c0-80ef-fb58b5c2c79d] socks connection closed\n2025-07-15 17:25:22.735 [info] [command][9e7b70a6-1793-4184-b5a1-5afdf5d8c835] Socket close event received\n2025-07-15 17:25:22.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60687 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:26:22.740 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:26:22.742 [info] [command][e024e09a-89b7-40da-9d59-24b17c89f304] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e024e09a-89b7-40da-9d59-24b17c89f304""}\n2025-07-15 17:26:22.743 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e9f6fa67-4bdc-4e8e-a40e-6ea2a3e09472] received connection request\n2025-07-15 17:26:22.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:26:22.763 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e9f6fa67-4bdc-4e8e-a40e-6ea2a3e09472] socks forwarding established\n2025-07-15 17:26:22.794 [info] [command][e024e09a-89b7-40da-9d59-24b17c89f304] Process exited with code 0\n2025-07-15 17:26:22.794 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e9f6fa67-4bdc-4e8e-a40e-6ea2a3e09472] socks connection closed\n2025-07-15 17:26:22.794 [info] [command][e024e09a-89b7-40da-9d59-24b17c89f304] Socket close event received\n2025-07-15 17:26:22.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60734 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:27:22.796 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:27:22.798 [info] [command][132f0627-8878-43f2-b129-1524e2bf5014] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""132f0627-8878-43f2-b129-1524e2bf5014""}\n2025-07-15 17:27:22.799 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1749b0f0-836e-4f3b-a567-501b6c5443a3] received connection request\n2025-07-15 17:27:22.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:27:22.819 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1749b0f0-836e-4f3b-a567-501b6c5443a3] socks forwarding established\n2025-07-15 17:27:22.849 [info] [command][132f0627-8878-43f2-b129-1524e2bf5014] Process exited with code 0\n2025-07-15 17:27:22.850 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1749b0f0-836e-4f3b-a567-501b6c5443a3] socks connection closed\n2025-07-15 17:27:22.850 [info] [command][132f0627-8878-43f2-b129-1524e2bf5014] Socket close event received\n2025-07-15 17:27:22.868 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60775 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:28:22.855 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:28:22.858 [info] [command][33be13b7-f709-46ad-b0e4-7c144601380b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""33be13b7-f709-46ad-b0e4-7c144601380b""}\n2025-07-15 17:28:22.859 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][770c65a5-c97f-44e9-bb1a-489aa6231931] received connection request\n2025-07-15 17:28:22.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:28:22.884 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][770c65a5-c97f-44e9-bb1a-489aa6231931] socks forwarding established\n2025-07-15 17:28:22.916 [info] [command][33be13b7-f709-46ad-b0e4-7c144601380b] Process exited with code 0\n2025-07-15 17:28:22.916 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][770c65a5-c97f-44e9-bb1a-489aa6231931] socks connection closed\n2025-07-15 17:28:22.916 [info] [command][33be13b7-f709-46ad-b0e4-7c144601380b] Socket close event received\n2025-07-15 17:28:22.933 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60804 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:29:22.918 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:29:22.919 [info] [command][845a3284-d53e-4599-a70b-de6241bf81b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""845a3284-d53e-4599-a70b-de6241bf81b7""}\n2025-07-15 17:29:22.920 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ad001a92-d807-4317-9169-7dcc698b6280] received connection request\n2025-07-15 17:29:22.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:29:22.953 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ad001a92-d807-4317-9169-7dcc698b6280] socks forwarding established\n2025-07-15 17:29:22.985 [info] [command][845a3284-d53e-4599-a70b-de6241bf81b7] Process exited with code 0\n2025-07-15 17:29:22.985 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ad001a92-d807-4317-9169-7dcc698b6280] socks connection closed\n2025-07-15 17:29:22.985 [info] [command][845a3284-d53e-4599-a70b-de6241bf81b7] Socket close event received\n2025-07-15 17:29:23.001 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60850 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:30:22.987 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:30:22.989 [info] [command][41febb20-ea64-4af8-8403-fe394ff7b903] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""41febb20-ea64-4af8-8403-fe394ff7b903""}\n2025-07-15 17:30:22.990 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c4c4ed5b-5270-48d7-8e76-444d581ff170] received connection request\n2025-07-15 17:30:22.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:30:23.009 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c4c4ed5b-5270-48d7-8e76-444d581ff170] socks forwarding established\n2025-07-15 17:30:23.040 [info] [command][41febb20-ea64-4af8-8403-fe394ff7b903] Process exited with code 0\n2025-07-15 17:30:23.041 [info] [command][41febb20-ea64-4af8-8403-fe394ff7b903] Socket close event received\n2025-07-15 17:30:23.042 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c4c4ed5b-5270-48d7-8e76-444d581ff170] socks connection closed\n2025-07-15 17:30:23.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60878 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:31:23.045 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:31:23.046 [info] [command][a8f80eac-95fd-419f-81fa-3259bab34b0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a8f80eac-95fd-419f-81fa-3259bab34b0a""}\n2025-07-15 17:31:23.046 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f8b499a1-f9cf-42af-9d99-76865b28bc02] received connection request\n2025-07-15 17:31:23.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:31:23.063 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8b499a1-f9cf-42af-9d99-76865b28bc02] socks forwarding established\n2025-07-15 17:31:23.093 [info] [command][a8f80eac-95fd-419f-81fa-3259bab34b0a] Process exited with code 0\n2025-07-15 17:31:23.093 [info] [command][a8f80eac-95fd-419f-81fa-3259bab34b0a] Socket close event received\n2025-07-15 17:31:23.093 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f8b499a1-f9cf-42af-9d99-76865b28bc02] socks connection closed\n2025-07-15 17:31:23.113 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60919 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:32:23.094 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:32:23.096 [info] [command][e30475c5-9e42-4976-9899-50e01a40f5d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e30475c5-9e42-4976-9899-50e01a40f5d1""}\n2025-07-15 17:32:23.096 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e8e4ce9f-1dfc-4f52-bd32-d5e4623e9f34] received connection request\n2025-07-15 17:32:23.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:32:23.128 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e8e4ce9f-1dfc-4f52-bd32-d5e4623e9f34] socks forwarding established\n2025-07-15 17:32:23.162 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e8e4ce9f-1dfc-4f52-bd32-d5e4623e9f34] socks connection closed\n2025-07-15 17:32:23.162 [info] [command][e30475c5-9e42-4976-9899-50e01a40f5d1] Process exited with code 0\n2025-07-15 17:32:23.162 [info] [command][e30475c5-9e42-4976-9899-50e01a40f5d1] Socket close event received\n2025-07-15 17:32:23.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60962 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:33:23.167 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:33:23.169 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3ade19e8-a3ff-4c46-94aa-2dcb2c399fe5] received connection request\n2025-07-15 17:33:23.169 [info] [command][c355bcdf-3756-4e77-8511-4185ca760b7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c355bcdf-3756-4e77-8511-4185ca760b7d""}\n2025-07-15 17:33:23.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:33:23.322 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3ade19e8-a3ff-4c46-94aa-2dcb2c399fe5] socks forwarding established\n2025-07-15 17:33:23.358 [info] [command][c355bcdf-3756-4e77-8511-4185ca760b7d] Process exited with code 0\n2025-07-15 17:33:23.358 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3ade19e8-a3ff-4c46-94aa-2dcb2c399fe5] socks connection closed\n2025-07-15 17:33:23.359 [info] [command][c355bcdf-3756-4e77-8511-4185ca760b7d] Socket close event received\n2025-07-15 17:33:23.385 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 60980 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:34:23.359 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:34:23.361 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d3a590fb-2b09-4fe4-838b-9af2d609bccc] received connection request\n2025-07-15 17:34:23.362 [info] [command][7771241c-c297-408f-9a73-72ed80c0bb7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7771241c-c297-408f-9a73-72ed80c0bb7d""}\n2025-07-15 17:34:23.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:34:23.383 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d3a590fb-2b09-4fe4-838b-9af2d609bccc] socks forwarding established\n2025-07-15 17:34:23.424 [info] [command][7771241c-c297-408f-9a73-72ed80c0bb7d] Process exited with code 0\n2025-07-15 17:34:23.425 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d3a590fb-2b09-4fe4-838b-9af2d609bccc] socks connection closed\n2025-07-15 17:34:23.425 [info] [command][7771241c-c297-408f-9a73-72ed80c0bb7d] Socket close event received\n2025-07-15 17:34:23.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61024 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:35:23.426 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:35:23.429 [info] [command][e43bdfc3-aac5-42ef-a915-ec2ff3157ed3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e43bdfc3-aac5-42ef-a915-ec2ff3157ed3""}\n2025-07-15 17:35:23.430 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e37e1309-2b0b-4ece-827b-2ebcfe18673e] received connection request\n2025-07-15 17:35:23.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:35:23.456 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e37e1309-2b0b-4ece-827b-2ebcfe18673e] socks forwarding established\n2025-07-15 17:35:23.489 [info] [command][e43bdfc3-aac5-42ef-a915-ec2ff3157ed3] Process exited with code 0\n2025-07-15 17:35:23.490 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e37e1309-2b0b-4ece-827b-2ebcfe18673e] socks connection closed\n2025-07-15 17:35:23.490 [info] [command][e43bdfc3-aac5-42ef-a915-ec2ff3157ed3] Socket close event received\n2025-07-15 17:35:23.507 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61054 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:36:23.494 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:36:23.497 [info] [command][79356118-225e-4a1b-9ac4-fcf2153247fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""79356118-225e-4a1b-9ac4-fcf2153247fb""}\n2025-07-15 17:36:23.498 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ba64cac3-2762-4905-acee-23d274be7105] received connection request\n2025-07-15 17:36:23.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 17:36:23.499 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:36:23.516 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ba64cac3-2762-4905-acee-23d274be7105] socks forwarding established\n2025-07-15 17:36:23.550 [info] [command][79356118-225e-4a1b-9ac4-fcf2153247fb] Process exited with code 0\n2025-07-15 17:36:23.550 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ba64cac3-2762-4905-acee-23d274be7105] socks connection closed\n2025-07-15 17:36:23.550 [info] [command][79356118-225e-4a1b-9ac4-fcf2153247fb] Socket close event received\n2025-07-15 17:36:23.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61096 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:37:23.551 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:37:23.553 [info] [command][fc2e32a7-b96e-4908-9731-0832a800ced8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fc2e32a7-b96e-4908-9731-0832a800ced8""}\n2025-07-15 17:37:23.554 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1ccea9ce-1586-425f-b0e3-ca165438cf12] received connection request\n2025-07-15 17:37:23.554 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:37:23.576 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1ccea9ce-1586-425f-b0e3-ca165438cf12] socks forwarding established\n2025-07-15 17:37:23.612 [info] [command][fc2e32a7-b96e-4908-9731-0832a800ced8] Process exited with code 0\n2025-07-15 17:37:23.612 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1ccea9ce-1586-425f-b0e3-ca165438cf12] socks connection closed\n2025-07-15 17:37:23.612 [info] [command][fc2e32a7-b96e-4908-9731-0832a800ced8] Socket close event received\n2025-07-15 17:37:23.628 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61134 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:38:23.617 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:38:23.620 [info] [command][afe8aa15-72f5-4893-99f8-c43536791ebc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""afe8aa15-72f5-4893-99f8-c43536791ebc""}\n2025-07-15 17:38:23.621 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][181be748-105d-4100-a3c9-c68c9915d95d] received connection request\n2025-07-15 17:38:23.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:38:23.640 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][181be748-105d-4100-a3c9-c68c9915d95d] socks forwarding established\n2025-07-15 17:38:23.670 [info] [command][afe8aa15-72f5-4893-99f8-c43536791ebc] Process exited with code 0\n2025-07-15 17:38:23.671 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][181be748-105d-4100-a3c9-c68c9915d95d] socks connection closed\n2025-07-15 17:38:23.671 [info] [command][afe8aa15-72f5-4893-99f8-c43536791ebc] Socket close event received\n2025-07-15 17:38:23.689 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61158 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:39:23.674 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:39:23.677 [info] [command][51b1dcb7-0478-4291-b4fb-dce05d6fea88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""51b1dcb7-0478-4291-b4fb-dce05d6fea88""}\n2025-07-15 17:39:23.678 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ccbef1f4-08aa-462d-9ce3-53f64fe3e3a5] received connection request\n2025-07-15 17:39:23.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:39:23.696 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ccbef1f4-08aa-462d-9ce3-53f64fe3e3a5] socks forwarding established\n2025-07-15 17:39:23.728 [info] [command][51b1dcb7-0478-4291-b4fb-dce05d6fea88] Process exited with code 0\n2025-07-15 17:39:23.728 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ccbef1f4-08aa-462d-9ce3-53f64fe3e3a5] socks connection closed\n2025-07-15 17:39:23.728 [info] [command][51b1dcb7-0478-4291-b4fb-dce05d6fea88] Socket close event received\n2025-07-15 17:39:23.745 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61201 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:40:23.732 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:40:23.734 [info] [command][46ca953e-1ee7-4be7-a6a5-fae9cf18252f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""46ca953e-1ee7-4be7-a6a5-fae9cf18252f""}\n2025-07-15 17:40:23.735 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][01a97761-010f-443c-8432-889be38506c3] received connection request\n2025-07-15 17:40:23.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:40:23.753 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][01a97761-010f-443c-8432-889be38506c3] socks forwarding established\n2025-07-15 17:40:23.782 [info] [command][46ca953e-1ee7-4be7-a6a5-fae9cf18252f] Process exited with code 0\n2025-07-15 17:40:23.783 [info] [command][46ca953e-1ee7-4be7-a6a5-fae9cf18252f] Socket close event received\n2025-07-15 17:40:23.783 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][01a97761-010f-443c-8432-889be38506c3] socks connection closed\n2025-07-15 17:40:23.799 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61226 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:41:23.784 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:41:23.787 [info] [command][285edf0d-6490-409f-8511-e0ae2e58f35d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""285edf0d-6490-409f-8511-e0ae2e58f35d""}\n2025-07-15 17:41:23.787 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][93c7d278-c13d-487d-96d0-60ae2be195cb] received connection request\n2025-07-15 17:41:23.788 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:41:23.821 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][93c7d278-c13d-487d-96d0-60ae2be195cb] socks forwarding established\n2025-07-15 17:41:23.850 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][93c7d278-c13d-487d-96d0-60ae2be195cb] socks connection closed\n2025-07-15 17:41:23.850 [info] [command][285edf0d-6490-409f-8511-e0ae2e58f35d] Process exited with code 0\n2025-07-15 17:41:23.851 [info] [command][285edf0d-6490-409f-8511-e0ae2e58f35d] Socket close event received\n2025-07-15 17:41:23.868 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61283 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:42:23.855 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:42:23.856 [info] [command][61078cef-d86e-479b-946c-963f47574325] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""61078cef-d86e-479b-946c-963f47574325""}\n2025-07-15 17:42:23.857 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fcae1938-3caa-48d4-ad5a-701999401ae6] received connection request\n2025-07-15 17:42:23.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:42:23.873 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcae1938-3caa-48d4-ad5a-701999401ae6] socks forwarding established\n2025-07-15 17:42:23.901 [info] [command][61078cef-d86e-479b-946c-963f47574325] Process exited with code 0\n2025-07-15 17:42:23.901 [info] [command][61078cef-d86e-479b-946c-963f47574325] Socket close event received\n2025-07-15 17:42:23.903 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcae1938-3caa-48d4-ad5a-701999401ae6] socks connection closed\n2025-07-15 17:42:23.917 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61335 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:43:23.903 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:43:23.905 [info] [command][1ba41098-44de-44ee-b2bb-175308c67fed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1ba41098-44de-44ee-b2bb-175308c67fed""}\n2025-07-15 17:43:23.905 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c8860ce9-9312-4c9b-b8f0-629d2363a305] received connection request\n2025-07-15 17:43:23.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:43:23.923 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c8860ce9-9312-4c9b-b8f0-629d2363a305] socks forwarding established\n2025-07-15 17:43:23.955 [info] [command][1ba41098-44de-44ee-b2bb-175308c67fed] Process exited with code 0\n2025-07-15 17:43:23.955 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c8860ce9-9312-4c9b-b8f0-629d2363a305] socks connection closed\n2025-07-15 17:43:23.955 [info] [command][1ba41098-44de-44ee-b2bb-175308c67fed] Socket close event received\n2025-07-15 17:43:23.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61383 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:44:23.959 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:44:23.961 [info] [command][70e01117-9739-4147-a296-cf93471687fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""70e01117-9739-4147-a296-cf93471687fe""}\n2025-07-15 17:44:23.962 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][42e44f94-4cfb-47c7-b52f-7c3ebc30b597] received connection request\n2025-07-15 17:44:23.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:44:23.983 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][42e44f94-4cfb-47c7-b52f-7c3ebc30b597] socks forwarding established\n2025-07-15 17:44:24.017 [info] [command][70e01117-9739-4147-a296-cf93471687fe] Process exited with code 0\n2025-07-15 17:44:24.018 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][42e44f94-4cfb-47c7-b52f-7c3ebc30b597] socks connection closed\n2025-07-15 17:44:24.018 [info] [command][70e01117-9739-4147-a296-cf93471687fe] Socket close event received\n2025-07-15 17:44:24.037 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61426 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:45:24.019 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:45:24.021 [info] [command][e0f5f8f0-0746-4899-b833-abe408779637] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e0f5f8f0-0746-4899-b833-abe408779637""}\n2025-07-15 17:45:24.022 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8faa5b52-98c5-45a9-ada4-45078c9d0df1] received connection request\n2025-07-15 17:45:24.023 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:45:24.046 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8faa5b52-98c5-45a9-ada4-45078c9d0df1] socks forwarding established\n2025-07-15 17:45:24.077 [info] [command][e0f5f8f0-0746-4899-b833-abe408779637] Process exited with code 0\n2025-07-15 17:45:24.077 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8faa5b52-98c5-45a9-ada4-45078c9d0df1] socks connection closed\n2025-07-15 17:45:24.077 [info] [command][e0f5f8f0-0746-4899-b833-abe408779637] Socket close event received\n2025-07-15 17:45:24.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61454 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:46:24.082 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:46:24.084 [info] [command][fb898120-109c-4af7-a2e8-5209e5796c44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fb898120-109c-4af7-a2e8-5209e5796c44""}\n2025-07-15 17:46:24.085 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1676f00d-0afd-42b3-8c22-c5e8abe17bdb] received connection request\n2025-07-15 17:46:24.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 17:46:24.085 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:46:24.102 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1676f00d-0afd-42b3-8c22-c5e8abe17bdb] socks forwarding established\n2025-07-15 17:46:24.133 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1676f00d-0afd-42b3-8c22-c5e8abe17bdb] socks connection closed\n2025-07-15 17:46:24.133 [info] [command][fb898120-109c-4af7-a2e8-5209e5796c44] Process exited with code 0\n2025-07-15 17:46:24.133 [info] [command][fb898120-109c-4af7-a2e8-5209e5796c44] Socket close event received\n2025-07-15 17:46:24.151 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61495 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:47:24.136 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:47:24.138 [info] [command][f8e393fd-fee4-44c3-b18e-3ca02eda2095] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f8e393fd-fee4-44c3-b18e-3ca02eda2095""}\n2025-07-15 17:47:24.139 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2f612e1a-ec00-49cb-a778-e9ccc0b2bb01] received connection request\n2025-07-15 17:47:24.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:47:24.168 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2f612e1a-ec00-49cb-a778-e9ccc0b2bb01] socks forwarding established\n2025-07-15 17:47:24.194 [info] [command][f8e393fd-fee4-44c3-b18e-3ca02eda2095] Process exited with code 0\n2025-07-15 17:47:24.194 [info] [command][f8e393fd-fee4-44c3-b18e-3ca02eda2095] Socket close event received\n2025-07-15 17:47:24.195 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2f612e1a-ec00-49cb-a778-e9ccc0b2bb01] socks connection closed\n2025-07-15 17:47:24.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61533 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:48:24.200 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:48:24.203 [info] [command][b2220d24-883b-4937-8d63-6ba5064ccb5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b2220d24-883b-4937-8d63-6ba5064ccb5e""}\n2025-07-15 17:48:24.203 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9447240f-4d02-4206-9128-c5d9eafec30e] received connection request\n2025-07-15 17:48:24.204 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:48:24.221 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9447240f-4d02-4206-9128-c5d9eafec30e] socks forwarding established\n2025-07-15 17:48:24.254 [info] [command][b2220d24-883b-4937-8d63-6ba5064ccb5e] Process exited with code 0\n2025-07-15 17:48:24.255 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9447240f-4d02-4206-9128-c5d9eafec30e] socks connection closed\n2025-07-15 17:48:24.255 [info] [command][b2220d24-883b-4937-8d63-6ba5064ccb5e] Socket close event received\n2025-07-15 17:48:24.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61554 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:49:24.260 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:49:24.262 [info] [command][1ac65b4a-c6a0-4aee-9249-ca2fd02cc063] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1ac65b4a-c6a0-4aee-9249-ca2fd02cc063""}\n2025-07-15 17:49:24.263 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fb7993a6-bb24-454f-97db-45901de12caf] received connection request\n2025-07-15 17:49:24.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:49:24.280 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fb7993a6-bb24-454f-97db-45901de12caf] socks forwarding established\n2025-07-15 17:49:24.311 [info] [command][1ac65b4a-c6a0-4aee-9249-ca2fd02cc063] Process exited with code 0\n2025-07-15 17:49:24.312 [info] [command][1ac65b4a-c6a0-4aee-9249-ca2fd02cc063] Socket close event received\n2025-07-15 17:49:24.312 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fb7993a6-bb24-454f-97db-45901de12caf] socks connection closed\n2025-07-15 17:49:24.328 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61592 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:50:24.315 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:50:24.316 [info] [command][5cf0c7b4-882e-4535-b073-f5b39263966f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5cf0c7b4-882e-4535-b073-f5b39263966f""}\n2025-07-15 17:50:24.316 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f796ab71-1f13-4024-a498-0b4bcb200f3b] received connection request\n2025-07-15 17:50:24.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:50:24.338 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f796ab71-1f13-4024-a498-0b4bcb200f3b] socks forwarding established\n2025-07-15 17:50:24.372 [info] [command][5cf0c7b4-882e-4535-b073-f5b39263966f] Process exited with code 0\n2025-07-15 17:50:24.372 [info] [command][5cf0c7b4-882e-4535-b073-f5b39263966f] Socket close event received\n2025-07-15 17:50:24.373 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f796ab71-1f13-4024-a498-0b4bcb200f3b] socks connection closed\n2025-07-15 17:50:24.388 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61618 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:51:24.375 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:51:24.377 [info] [command][1bc4937c-3328-4880-9f56-4efc33803309] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1bc4937c-3328-4880-9f56-4efc33803309""}\n2025-07-15 17:51:24.378 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0db92a8e-15a8-451f-a7fb-e6e2f390729d] received connection request\n2025-07-15 17:51:24.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:51:24.458 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0db92a8e-15a8-451f-a7fb-e6e2f390729d] socks forwarding established\n2025-07-15 17:51:24.489 [info] [command][1bc4937c-3328-4880-9f56-4efc33803309] Process exited with code 0\n2025-07-15 17:51:24.489 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0db92a8e-15a8-451f-a7fb-e6e2f390729d] socks connection closed\n2025-07-15 17:51:24.489 [info] [command][1bc4937c-3328-4880-9f56-4efc33803309] Socket close event received\n2025-07-15 17:51:24.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61700 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:52:24.494 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:52:24.496 [info] [command][c55bdda1-fc1f-4fa0-9a3e-1cc7f46c2e8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c55bdda1-fc1f-4fa0-9a3e-1cc7f46c2e8f""}\n2025-07-15 17:52:24.497 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2eb86c98-d5ea-422b-b247-08bf6a79fddc] received connection request\n2025-07-15 17:52:24.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:52:24.601 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2eb86c98-d5ea-422b-b247-08bf6a79fddc] socks forwarding established\n2025-07-15 17:52:24.766 [info] [command][c55bdda1-fc1f-4fa0-9a3e-1cc7f46c2e8f] Process exited with code 0\n2025-07-15 17:52:24.766 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2eb86c98-d5ea-422b-b247-08bf6a79fddc] socks connection closed\n2025-07-15 17:52:24.766 [info] [command][c55bdda1-fc1f-4fa0-9a3e-1cc7f46c2e8f] Socket close event received\n2025-07-15 17:52:24.782 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61743 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:53:24.769 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:53:24.770 [info] [command][cab24f69-6c71-42d7-95fd-036b44c04baf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cab24f69-6c71-42d7-95fd-036b44c04baf""}\n2025-07-15 17:53:24.771 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ab97964c-eaef-4254-9286-7c84fc9fd6f1] received connection request\n2025-07-15 17:53:24.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:53:24.812 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ab97964c-eaef-4254-9286-7c84fc9fd6f1] socks forwarding established\n2025-07-15 17:53:24.843 [info] [command][cab24f69-6c71-42d7-95fd-036b44c04baf] Process exited with code 0\n2025-07-15 17:53:24.843 [info] [command][cab24f69-6c71-42d7-95fd-036b44c04baf] Socket close event received\n2025-07-15 17:53:24.847 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ab97964c-eaef-4254-9286-7c84fc9fd6f1] socks connection closed\n2025-07-15 17:53:24.884 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61762 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:54:24.847 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:54:24.849 [info] [command][8b9ea42e-5547-4c90-8ac2-3237c4d78807] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8b9ea42e-5547-4c90-8ac2-3237c4d78807""}\n2025-07-15 17:54:24.850 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9d72e15e-5eaf-4d76-b7af-05f20d397f95] received connection request\n2025-07-15 17:54:24.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:54:24.867 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9d72e15e-5eaf-4d76-b7af-05f20d397f95] socks forwarding established\n2025-07-15 17:54:24.901 [info] [command][8b9ea42e-5547-4c90-8ac2-3237c4d78807] Process exited with code 0\n2025-07-15 17:54:24.901 [info] [command][8b9ea42e-5547-4c90-8ac2-3237c4d78807] Socket close event received\n2025-07-15 17:54:24.902 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9d72e15e-5eaf-4d76-b7af-05f20d397f95] socks connection closed\n2025-07-15 17:54:24.920 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61801 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:55:24.906 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:55:24.908 [info] [command][8c1d4d03-467e-4c72-8980-b0f8f6910a70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""8c1d4d03-467e-4c72-8980-b0f8f6910a70""}\n2025-07-15 17:55:24.909 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][97d1d91d-85fd-43ff-94a4-25056da5bbb8] received connection request\n2025-07-15 17:55:24.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:55:24.927 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][97d1d91d-85fd-43ff-94a4-25056da5bbb8] socks forwarding established\n2025-07-15 17:55:24.958 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][97d1d91d-85fd-43ff-94a4-25056da5bbb8] socks connection closed\n2025-07-15 17:55:24.958 [info] [command][8c1d4d03-467e-4c72-8980-b0f8f6910a70] Process exited with code 0\n2025-07-15 17:55:24.958 [info] [command][8c1d4d03-467e-4c72-8980-b0f8f6910a70] Socket close event received\n2025-07-15 17:55:24.975 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61822 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:56:24.961 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:56:24.963 [info] [command][4d963eb8-d5ce-4937-b04c-f150a5b03f39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4d963eb8-d5ce-4937-b04c-f150a5b03f39""}\n2025-07-15 17:56:24.963 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3dfe0401-97a1-4117-8a3a-250639506e76] received connection request\n2025-07-15 17:56:24.963 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 17:56:24.963 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:56:25.037 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3dfe0401-97a1-4117-8a3a-250639506e76] socks forwarding established\n2025-07-15 17:56:25.066 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3dfe0401-97a1-4117-8a3a-250639506e76] socks connection closed\n2025-07-15 17:56:25.067 [info] [command][4d963eb8-d5ce-4937-b04c-f150a5b03f39] Process exited with code 0\n2025-07-15 17:56:25.067 [info] [command][4d963eb8-d5ce-4937-b04c-f150a5b03f39] Socket close event received\n2025-07-15 17:56:25.217 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61868 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:57:25.076 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:57:25.079 [info] [command][562e1b38-8da4-4ce4-ae28-d2fc5c6058e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""562e1b38-8da4-4ce4-ae28-d2fc5c6058e9""}\n2025-07-15 17:57:25.080 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][57fdcae5-1560-4bab-8c53-515ec72c1698] received connection request\n2025-07-15 17:57:25.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:57:25.098 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][57fdcae5-1560-4bab-8c53-515ec72c1698] socks forwarding established\n2025-07-15 17:57:25.128 [info] [command][562e1b38-8da4-4ce4-ae28-d2fc5c6058e9] Process exited with code 0\n2025-07-15 17:57:25.128 [info] [command][562e1b38-8da4-4ce4-ae28-d2fc5c6058e9] Socket close event received\n2025-07-15 17:57:25.129 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][57fdcae5-1560-4bab-8c53-515ec72c1698] socks connection closed\n2025-07-15 17:57:25.145 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61907 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:58:25.131 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:58:25.132 [info] [command][4e7a969a-fc87-4a34-932e-3d99e9dc943e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4e7a969a-fc87-4a34-932e-3d99e9dc943e""}\n2025-07-15 17:58:25.133 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9557b02e-efc9-48e0-b358-50ef5c9eecdf] received connection request\n2025-07-15 17:58:25.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:58:25.152 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9557b02e-efc9-48e0-b358-50ef5c9eecdf] socks forwarding established\n2025-07-15 17:58:25.182 [info] [command][4e7a969a-fc87-4a34-932e-3d99e9dc943e] Process exited with code 0\n2025-07-15 17:58:25.182 [info] [command][4e7a969a-fc87-4a34-932e-3d99e9dc943e] Socket close event received\n2025-07-15 17:58:25.183 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9557b02e-efc9-48e0-b358-50ef5c9eecdf] socks connection closed\n2025-07-15 17:58:25.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61932 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 17:59:25.192 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 17:59:25.195 [info] [command][e78da6d1-0dd0-40a8-be00-f52cc636f7b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e78da6d1-0dd0-40a8-be00-f52cc636f7b2""}\n2025-07-15 17:59:25.195 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b3fd6fa4-467d-427a-bab1-e7b88c3a1884] received connection request\n2025-07-15 17:59:25.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:59:25.213 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b3fd6fa4-467d-427a-bab1-e7b88c3a1884] socks forwarding established\n2025-07-15 17:59:25.244 [info] [command][e78da6d1-0dd0-40a8-be00-f52cc636f7b2] Process exited with code 0\n2025-07-15 17:59:25.244 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b3fd6fa4-467d-427a-bab1-e7b88c3a1884] socks connection closed\n2025-07-15 17:59:25.245 [info] [command][e78da6d1-0dd0-40a8-be00-f52cc636f7b2] Socket close event received\n2025-07-15 17:59:25.265 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61966 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:00:25.253 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:00:25.255 [info] [command][bb6f7ad0-0ba4-49e7-ab36-f1a82e1ccc07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""bb6f7ad0-0ba4-49e7-ab36-f1a82e1ccc07""}\n2025-07-15 18:00:25.255 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b839f4bb-101d-432f-a94e-3a662e7aa6d3] received connection request\n2025-07-15 18:00:25.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:00:25.371 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b839f4bb-101d-432f-a94e-3a662e7aa6d3] socks forwarding established\n2025-07-15 18:00:25.537 [info] [command][bb6f7ad0-0ba4-49e7-ab36-f1a82e1ccc07] Process exited with code 0\n2025-07-15 18:00:25.538 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b839f4bb-101d-432f-a94e-3a662e7aa6d3] socks connection closed\n2025-07-15 18:00:25.538 [info] [command][bb6f7ad0-0ba4-49e7-ab36-f1a82e1ccc07] Socket close event received\n2025-07-15 18:00:25.556 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 61986 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:01:25.542 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:01:25.544 [info] [command][f0aeb7c9-a908-4289-92e8-4660ec95c7b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f0aeb7c9-a908-4289-92e8-4660ec95c7b1""}\n2025-07-15 18:01:25.544 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1fdc4da3-7a6c-4f3b-99db-529b65d68248] received connection request\n2025-07-15 18:01:25.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:01:25.565 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1fdc4da3-7a6c-4f3b-99db-529b65d68248] socks forwarding established\n2025-07-15 18:01:25.597 [info] [command][f0aeb7c9-a908-4289-92e8-4660ec95c7b1] Process exited with code 0\n2025-07-15 18:01:25.597 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1fdc4da3-7a6c-4f3b-99db-529b65d68248] socks connection closed\n2025-07-15 18:01:25.598 [info] [command][f0aeb7c9-a908-4289-92e8-4660ec95c7b1] Socket close event received\n2025-07-15 18:01:25.614 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62040 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:02:25.599 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:02:25.600 [info] [command][5feccac1-c73b-40f3-8a7d-7601fe0dab56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""5feccac1-c73b-40f3-8a7d-7601fe0dab56""}\n2025-07-15 18:02:25.600 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2e89743b-ddb2-45ca-a9bd-acf857a061c1] received connection request\n2025-07-15 18:02:25.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:02:25.626 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2e89743b-ddb2-45ca-a9bd-acf857a061c1] socks forwarding established\n2025-07-15 18:02:25.658 [info] [command][5feccac1-c73b-40f3-8a7d-7601fe0dab56] Process exited with code 0\n2025-07-15 18:02:25.658 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2e89743b-ddb2-45ca-a9bd-acf857a061c1] socks connection closed\n2025-07-15 18:02:25.658 [info] [command][5feccac1-c73b-40f3-8a7d-7601fe0dab56] Socket close event received\n2025-07-15 18:02:25.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62073 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:03:25.662 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:03:25.663 [info] [command][1f517653-bf8f-4d06-a7b7-0efcc3bbe1df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1f517653-bf8f-4d06-a7b7-0efcc3bbe1df""}\n2025-07-15 18:03:25.663 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2e56c748-3ca9-4ce1-9a68-1a60432e2160] received connection request\n2025-07-15 18:03:25.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:03:25.768 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2e56c748-3ca9-4ce1-9a68-1a60432e2160] socks forwarding established\n2025-07-15 18:03:25.799 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2e56c748-3ca9-4ce1-9a68-1a60432e2160] socks connection closed\n2025-07-15 18:03:25.799 [info] [command][1f517653-bf8f-4d06-a7b7-0efcc3bbe1df] Process exited with code 0\n2025-07-15 18:03:25.799 [info] [command][1f517653-bf8f-4d06-a7b7-0efcc3bbe1df] Socket close event received\n2025-07-15 18:03:25.816 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62100 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:04:25.805 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:04:25.808 [info] [command][d279c4d1-f36e-4db7-815e-f5fe7426bf17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d279c4d1-f36e-4db7-815e-f5fe7426bf17""}\n2025-07-15 18:04:25.809 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][26d25556-e9ec-4492-8d86-8fa640a4ab2f] received connection request\n2025-07-15 18:04:25.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:04:25.827 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][26d25556-e9ec-4492-8d86-8fa640a4ab2f] socks forwarding established\n2025-07-15 18:04:25.858 [info] [command][d279c4d1-f36e-4db7-815e-f5fe7426bf17] Process exited with code 0\n2025-07-15 18:04:25.859 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][26d25556-e9ec-4492-8d86-8fa640a4ab2f] socks connection closed\n2025-07-15 18:04:25.859 [info] [command][d279c4d1-f36e-4db7-815e-f5fe7426bf17] Socket close event received\n2025-07-15 18:04:25.875 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62141 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:05:25.864 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:05:25.866 [info] [command][a6e390c1-40a4-4860-accb-7480102f0350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a6e390c1-40a4-4860-accb-7480102f0350""}\n2025-07-15 18:05:25.867 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][2976afc0-25b5-4e23-8e7b-7f7a0c8d690e] received connection request\n2025-07-15 18:05:25.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:05:25.943 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2976afc0-25b5-4e23-8e7b-7f7a0c8d690e] socks forwarding established\n2025-07-15 18:05:25.977 [info] [command][a6e390c1-40a4-4860-accb-7480102f0350] Process exited with code 0\n2025-07-15 18:05:25.978 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][2976afc0-25b5-4e23-8e7b-7f7a0c8d690e] socks connection closed\n2025-07-15 18:05:25.978 [info] [command][a6e390c1-40a4-4860-accb-7480102f0350] Socket close event received\n2025-07-15 18:05:25.995 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62197 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:06:25.982 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:06:25.986 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e151f7fe-8f7f-4ec8-b048-11da123c6991] received connection request\n2025-07-15 18:06:25.986 [info] [command][60c030c0-8509-4c32-8b83-30f164c06625] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""60c030c0-8509-4c32-8b83-30f164c06625""}\n2025-07-15 18:06:25.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:06:26.006 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e151f7fe-8f7f-4ec8-b048-11da123c6991] socks forwarding established\n2025-07-15 18:06:26.036 [info] [command][60c030c0-8509-4c32-8b83-30f164c06625] Process exited with code 0\n2025-07-15 18:06:26.036 [info] [command][60c030c0-8509-4c32-8b83-30f164c06625] Socket close event received\n2025-07-15 18:06:26.036 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e151f7fe-8f7f-4ec8-b048-11da123c6991] socks connection closed\n2025-07-15 18:06:26.054 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62268 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:07:26.040 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:07:26.042 [info] [command][06959223-9139-4b80-99ad-397614bc7984] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""06959223-9139-4b80-99ad-397614bc7984""}\n2025-07-15 18:07:26.043 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e96e45ef-e3b5-4a12-a4bc-27fbf7aa02f9] received connection request\n2025-07-15 18:07:26.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:07:26.147 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e96e45ef-e3b5-4a12-a4bc-27fbf7aa02f9] socks forwarding established\n2025-07-15 18:07:26.178 [info] [command][06959223-9139-4b80-99ad-397614bc7984] Process exited with code 0\n2025-07-15 18:07:26.179 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e96e45ef-e3b5-4a12-a4bc-27fbf7aa02f9] socks connection closed\n2025-07-15 18:07:26.179 [info] [command][06959223-9139-4b80-99ad-397614bc7984] Socket close event received\n2025-07-15 18:07:26.202 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62322 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:08:26.183 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:08:26.185 [info] [command][2c7072f6-5591-41a7-9939-106162fcaa2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2c7072f6-5591-41a7-9939-106162fcaa2f""}\n2025-07-15 18:08:26.186 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d4928f99-9809-4fac-87b7-07da058bdd44] received connection request\n2025-07-15 18:08:26.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:08:26.203 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d4928f99-9809-4fac-87b7-07da058bdd44] socks forwarding established\n2025-07-15 18:08:26.234 [info] [command][2c7072f6-5591-41a7-9939-106162fcaa2f] Process exited with code 0\n2025-07-15 18:08:26.234 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d4928f99-9809-4fac-87b7-07da058bdd44] socks connection closed\n2025-07-15 18:08:26.234 [info] [command][2c7072f6-5591-41a7-9939-106162fcaa2f] Socket close event received\n2025-07-15 18:08:26.256 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62376 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:09:26.236 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:09:26.238 [info] [command][cb0315d2-15f6-4377-9250-0b3e5d94c6af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cb0315d2-15f6-4377-9250-0b3e5d94c6af""}\n2025-07-15 18:09:26.239 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][32e69369-2bee-4fe4-95da-a5d8ce8cd1f5] received connection request\n2025-07-15 18:09:26.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:09:26.257 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][32e69369-2bee-4fe4-95da-a5d8ce8cd1f5] socks forwarding established\n2025-07-15 18:09:26.288 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][32e69369-2bee-4fe4-95da-a5d8ce8cd1f5] socks connection closed\n2025-07-15 18:09:26.289 [info] [command][cb0315d2-15f6-4377-9250-0b3e5d94c6af] Process exited with code 0\n2025-07-15 18:09:26.289 [info] [command][cb0315d2-15f6-4377-9250-0b3e5d94c6af] Socket close event received\n2025-07-15 18:09:26.305 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62415 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:10:26.293 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:10:26.295 [info] [command][fb65bad2-d7bc-491b-b2a0-1974ed74c716] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fb65bad2-d7bc-491b-b2a0-1974ed74c716""}\n2025-07-15 18:10:26.295 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][c38ed5bc-cd7a-431c-9f8a-e90585ff7013] received connection request\n2025-07-15 18:10:26.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:10:26.391 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c38ed5bc-cd7a-431c-9f8a-e90585ff7013] socks forwarding established\n2025-07-15 18:10:26.428 [info] [command][fb65bad2-d7bc-491b-b2a0-1974ed74c716] Process exited with code 0\n2025-07-15 18:10:26.428 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][c38ed5bc-cd7a-431c-9f8a-e90585ff7013] socks connection closed\n2025-07-15 18:10:26.429 [info] [command][fb65bad2-d7bc-491b-b2a0-1974ed74c716] Socket close event received\n2025-07-15 18:10:26.453 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62450 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:11:26.428 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:11:26.430 [info] [command][2afbae7c-2955-4a5b-a0e3-5906ed4d43ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2afbae7c-2955-4a5b-a0e3-5906ed4d43ae""}\n2025-07-15 18:11:26.431 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][50623540-758f-4752-bbdc-81b1c1731373] received connection request\n2025-07-15 18:11:26.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:11:26.458 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][50623540-758f-4752-bbdc-81b1c1731373] socks forwarding established\n2025-07-15 18:11:26.489 [info] [command][2afbae7c-2955-4a5b-a0e3-5906ed4d43ae] Process exited with code 0\n2025-07-15 18:11:26.489 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][50623540-758f-4752-bbdc-81b1c1731373] socks connection closed\n2025-07-15 18:11:26.489 [info] [command][2afbae7c-2955-4a5b-a0e3-5906ed4d43ae] Socket close event received\n2025-07-15 18:11:26.507 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62526 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:12:26.492 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:12:26.494 [info] [command][7c56eba6-228d-4713-bfd2-0982fecab79c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7c56eba6-228d-4713-bfd2-0982fecab79c""}\n2025-07-15 18:12:26.495 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fcc9813b-9ecc-4cc7-a038-fef5bef73d1f] received connection request\n2025-07-15 18:12:26.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:12:26.535 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcc9813b-9ecc-4cc7-a038-fef5bef73d1f] socks forwarding established\n2025-07-15 18:12:26.582 [info] [command][7c56eba6-228d-4713-bfd2-0982fecab79c] Process exited with code 0\n2025-07-15 18:12:26.583 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcc9813b-9ecc-4cc7-a038-fef5bef73d1f] socks connection closed\n2025-07-15 18:12:26.583 [info] [command][7c56eba6-228d-4713-bfd2-0982fecab79c] Socket close event received\n2025-07-15 18:12:26.610 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62563 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:13:26.587 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:13:26.589 [info] [command][ddab8dde-6b6e-4a9e-8447-da7e1869668d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ddab8dde-6b6e-4a9e-8447-da7e1869668d""}\n2025-07-15 18:13:26.589 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][cf2b35fa-7526-43a4-a9cd-9a615342fb21] received connection request\n2025-07-15 18:13:26.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:13:26.607 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cf2b35fa-7526-43a4-a9cd-9a615342fb21] socks forwarding established\n2025-07-15 18:13:26.768 [info] [command][ddab8dde-6b6e-4a9e-8447-da7e1869668d] Process exited with code 0\n2025-07-15 18:13:26.769 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][cf2b35fa-7526-43a4-a9cd-9a615342fb21] socks connection closed\n2025-07-15 18:13:26.769 [info] [command][ddab8dde-6b6e-4a9e-8447-da7e1869668d] Socket close event received\n2025-07-15 18:13:26.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62586 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:14:26.774 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:14:26.777 [info] [command][fe5bd45e-384f-44fb-af0a-3382f91b7e35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fe5bd45e-384f-44fb-af0a-3382f91b7e35""}\n2025-07-15 18:14:26.777 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a0bcc98e-8374-4fb9-b05a-ac6b5fc473e3] received connection request\n2025-07-15 18:14:26.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:14:26.796 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a0bcc98e-8374-4fb9-b05a-ac6b5fc473e3] socks forwarding established\n2025-07-15 18:14:26.827 [info] [command][fe5bd45e-384f-44fb-af0a-3382f91b7e35] Process exited with code 0\n2025-07-15 18:14:26.827 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a0bcc98e-8374-4fb9-b05a-ac6b5fc473e3] socks connection closed\n2025-07-15 18:14:26.828 [info] [command][fe5bd45e-384f-44fb-af0a-3382f91b7e35] Socket close event received\n2025-07-15 18:14:26.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62624 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:15:26.833 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:15:26.836 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][bcefdc55-871a-4d5e-8f39-94316956a8c1] received connection request\n2025-07-15 18:15:26.837 [info] [command][caebad79-ad58-4b8a-85be-1e325e407ca1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""caebad79-ad58-4b8a-85be-1e325e407ca1""}\n2025-07-15 18:15:26.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:15:26.879 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bcefdc55-871a-4d5e-8f39-94316956a8c1] socks forwarding established\n2025-07-15 18:15:26.913 [info] [command][caebad79-ad58-4b8a-85be-1e325e407ca1] Process exited with code 0\n2025-07-15 18:15:26.914 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][bcefdc55-871a-4d5e-8f39-94316956a8c1] socks connection closed\n2025-07-15 18:15:26.914 [info] [command][caebad79-ad58-4b8a-85be-1e325e407ca1] Socket close event received\n2025-07-15 18:15:26.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62651 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:16:26.915 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:16:26.917 [info] [command][92d64a5a-287b-4677-836b-ed7f614b3873] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""92d64a5a-287b-4677-836b-ed7f614b3873""}\n2025-07-15 18:16:26.918 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d9b9d467-6c87-4e0d-866e-17773c83bc6f] received connection request\n2025-07-15 18:16:26.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:16:26.987 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d9b9d467-6c87-4e0d-866e-17773c83bc6f] socks forwarding established\n2025-07-15 18:16:27.018 [info] [command][92d64a5a-287b-4677-836b-ed7f614b3873] Process exited with code 0\n2025-07-15 18:16:27.018 [info] [command][92d64a5a-287b-4677-836b-ed7f614b3873] Socket close event received\n2025-07-15 18:16:27.019 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d9b9d467-6c87-4e0d-866e-17773c83bc6f] socks connection closed\n2025-07-15 18:16:27.165 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62714 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:17:27.024 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:17:27.026 [info] [command][83556d35-7e04-43e0-87bf-03c939791d3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""83556d35-7e04-43e0-87bf-03c939791d3f""}\n2025-07-15 18:17:27.027 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1a468870-b792-4fe5-8c0d-daa9c34fff85] received connection request\n2025-07-15 18:17:27.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:17:27.046 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1a468870-b792-4fe5-8c0d-daa9c34fff85] socks forwarding established\n2025-07-15 18:17:27.143 [info] [command][83556d35-7e04-43e0-87bf-03c939791d3f] Process exited with code 0\n2025-07-15 18:17:27.144 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1a468870-b792-4fe5-8c0d-daa9c34fff85] socks connection closed\n2025-07-15 18:17:27.144 [info] [command][83556d35-7e04-43e0-87bf-03c939791d3f] Socket close event received\n2025-07-15 18:17:27.160 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62759 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:18:27.144 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:18:27.146 [info] [command][98e1ed4a-6b07-40ed-ba23-0ed7d86c190d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""98e1ed4a-6b07-40ed-ba23-0ed7d86c190d""}\n2025-07-15 18:18:27.147 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][95b3988c-478d-4bd5-9239-a65a4ef5e408] received connection request\n2025-07-15 18:18:27.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:18:27.170 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][95b3988c-478d-4bd5-9239-a65a4ef5e408] socks forwarding established\n2025-07-15 18:18:27.338 [info] [command][98e1ed4a-6b07-40ed-ba23-0ed7d86c190d] Process exited with code 0\n2025-07-15 18:18:27.339 [info] [command][98e1ed4a-6b07-40ed-ba23-0ed7d86c190d] Socket close event received\n2025-07-15 18:18:27.340 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][95b3988c-478d-4bd5-9239-a65a4ef5e408] socks connection closed\n2025-07-15 18:18:27.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62783 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:19:27.344 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:19:27.346 [info] [command][7b21a77a-062a-4351-ae65-3cd233a3235c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7b21a77a-062a-4351-ae65-3cd233a3235c""}\n2025-07-15 18:19:27.346 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8daa22d0-2400-4998-a3b2-a777b6d2306f] received connection request\n2025-07-15 18:19:27.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:19:27.460 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8daa22d0-2400-4998-a3b2-a777b6d2306f] socks forwarding established\n2025-07-15 18:19:27.492 [info] [command][7b21a77a-062a-4351-ae65-3cd233a3235c] Process exited with code 0\n2025-07-15 18:19:27.492 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8daa22d0-2400-4998-a3b2-a777b6d2306f] socks connection closed\n2025-07-15 18:19:27.493 [info] [command][7b21a77a-062a-4351-ae65-3cd233a3235c] Socket close event received\n2025-07-15 18:19:27.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62819 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:20:27.495 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:20:27.497 [info] [command][b7d0f091-4e58-4150-9573-17895f1cb23c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""b7d0f091-4e58-4150-9573-17895f1cb23c""}\n2025-07-15 18:20:27.498 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a0891c2f-51ba-4664-92b4-63ebab3874ce] received connection request\n2025-07-15 18:20:27.499 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:20:27.645 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a0891c2f-51ba-4664-92b4-63ebab3874ce] socks forwarding established\n2025-07-15 18:20:27.677 [info] [command][b7d0f091-4e58-4150-9573-17895f1cb23c] Process exited with code 0\n2025-07-15 18:20:27.677 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a0891c2f-51ba-4664-92b4-63ebab3874ce] socks connection closed\n2025-07-15 18:20:27.677 [info] [command][b7d0f091-4e58-4150-9573-17895f1cb23c] Socket close event received\n2025-07-15 18:20:27.820 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62852 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:21:27.677 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:21:27.679 [info] [command][f94a68ff-a93f-4765-a5fd-36d742dcd9ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f94a68ff-a93f-4765-a5fd-36d742dcd9ea""}\n2025-07-15 18:21:27.679 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d75e1276-ccff-49fc-a9e5-d956d561a0c1] received connection request\n2025-07-15 18:21:27.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:21:27.697 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d75e1276-ccff-49fc-a9e5-d956d561a0c1] socks forwarding established\n2025-07-15 18:21:27.728 [info] [command][f94a68ff-a93f-4765-a5fd-36d742dcd9ea] Process exited with code 0\n2025-07-15 18:21:27.729 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d75e1276-ccff-49fc-a9e5-d956d561a0c1] socks connection closed\n2025-07-15 18:21:27.729 [info] [command][f94a68ff-a93f-4765-a5fd-36d742dcd9ea] Socket close event received\n2025-07-15 18:21:27.754 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62931 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:22:27.732 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:22:27.734 [info] [command][e0fa3a40-a2e7-4611-934d-b67e52373ac1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e0fa3a40-a2e7-4611-934d-b67e52373ac1""}\n2025-07-15 18:22:27.735 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][34f1d55d-cc5f-45db-a8ee-e89f83be7046] received connection request\n2025-07-15 18:22:27.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:22:27.756 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34f1d55d-cc5f-45db-a8ee-e89f83be7046] socks forwarding established\n2025-07-15 18:22:27.788 [info] [command][e0fa3a40-a2e7-4611-934d-b67e52373ac1] Process exited with code 0\n2025-07-15 18:22:27.788 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34f1d55d-cc5f-45db-a8ee-e89f83be7046] socks connection closed\n2025-07-15 18:22:27.788 [info] [command][e0fa3a40-a2e7-4611-934d-b67e52373ac1] Socket close event received\n2025-07-15 18:22:27.808 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62955 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:23:27.792 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:23:27.793 [info] [command][4550eef3-39d0-47c6-b0b7-c979ddc144f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4550eef3-39d0-47c6-b0b7-c979ddc144f3""}\n2025-07-15 18:23:27.794 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][dc270605-e906-4bf4-b865-2b7c73bf5df5] received connection request\n2025-07-15 18:23:27.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:23:27.813 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][dc270605-e906-4bf4-b865-2b7c73bf5df5] socks forwarding established\n2025-07-15 18:23:27.847 [info] [command][4550eef3-39d0-47c6-b0b7-c979ddc144f3] Process exited with code 0\n2025-07-15 18:23:27.847 [info] [command][4550eef3-39d0-47c6-b0b7-c979ddc144f3] Socket close event received\n2025-07-15 18:23:27.848 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][dc270605-e906-4bf4-b865-2b7c73bf5df5] socks connection closed\n2025-07-15 18:23:27.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 62986 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:24:27.852 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:24:27.854 [info] [command][f77f9e48-74cf-4138-babd-f91132a3a53d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f77f9e48-74cf-4138-babd-f91132a3a53d""}\n2025-07-15 18:24:27.854 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6bfa2d7d-00d3-481c-9167-2760260e38db] received connection request\n2025-07-15 18:24:27.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 18:24:27.854 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:24:27.872 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6bfa2d7d-00d3-481c-9167-2760260e38db] socks forwarding established\n2025-07-15 18:24:28.011 [info] [command][f77f9e48-74cf-4138-babd-f91132a3a53d] Process exited with code 0\n2025-07-15 18:24:28.011 [info] [command][f77f9e48-74cf-4138-babd-f91132a3a53d] Socket close event received\n2025-07-15 18:24:28.012 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6bfa2d7d-00d3-481c-9167-2760260e38db] socks connection closed\n2025-07-15 18:24:28.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63023 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:25:28.012 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:25:28.014 [info] [command][4a9a7a43-5303-412c-86b1-48485636ca91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4a9a7a43-5303-412c-86b1-48485636ca91""}\n2025-07-15 18:25:28.014 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e984c6c8-67b0-4f0d-8600-c8794fab2932] received connection request\n2025-07-15 18:25:28.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:25:28.030 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e984c6c8-67b0-4f0d-8600-c8794fab2932] socks forwarding established\n2025-07-15 18:25:28.060 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e984c6c8-67b0-4f0d-8600-c8794fab2932] socks connection closed\n2025-07-15 18:25:28.061 [info] [command][4a9a7a43-5303-412c-86b1-48485636ca91] Process exited with code 0\n2025-07-15 18:25:28.061 [info] [command][4a9a7a43-5303-412c-86b1-48485636ca91] Socket close event received\n2025-07-15 18:25:28.090 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63081 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:26:28.062 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:26:28.064 [info] [command][57c118d1-e90c-432e-9abc-10127396b5c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""57c118d1-e90c-432e-9abc-10127396b5c1""}\n2025-07-15 18:26:28.065 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][34d1a0a4-558b-49f5-9cd1-70aefe9653e1] received connection request\n2025-07-15 18:26:28.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:26:28.083 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34d1a0a4-558b-49f5-9cd1-70aefe9653e1] socks forwarding established\n2025-07-15 18:26:28.119 [info] [command][57c118d1-e90c-432e-9abc-10127396b5c1] Process exited with code 0\n2025-07-15 18:26:28.119 [info] [command][57c118d1-e90c-432e-9abc-10127396b5c1] Socket close event received\n2025-07-15 18:26:28.119 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][34d1a0a4-558b-49f5-9cd1-70aefe9653e1] socks connection closed\n2025-07-15 18:26:28.140 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63142 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:27:28.124 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:27:28.126 [info] [command][792249a3-dafa-4b40-a905-cb8a5662a508] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""792249a3-dafa-4b40-a905-cb8a5662a508""}\n2025-07-15 18:27:28.126 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][5116c703-217b-4862-82d6-d7a820f8a4ad] received connection request\n2025-07-15 18:27:28.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:27:28.144 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5116c703-217b-4862-82d6-d7a820f8a4ad] socks forwarding established\n2025-07-15 18:27:28.179 [info] [command][792249a3-dafa-4b40-a905-cb8a5662a508] Process exited with code 0\n2025-07-15 18:27:28.179 [info] [command][792249a3-dafa-4b40-a905-cb8a5662a508] Socket close event received\n2025-07-15 18:27:28.180 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][5116c703-217b-4862-82d6-d7a820f8a4ad] socks connection closed\n2025-07-15 18:27:28.199 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63172 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:28:28.181 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:28:28.182 [info] [command][85a9dd08-9251-41d8-a067-d515dc1a0087] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""85a9dd08-9251-41d8-a067-d515dc1a0087""}\n2025-07-15 18:28:28.183 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][9b7a8ec1-5d26-4aa8-be32-206afa26d069] received connection request\n2025-07-15 18:28:28.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:28:28.220 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9b7a8ec1-5d26-4aa8-be32-206afa26d069] socks forwarding established\n2025-07-15 18:28:28.251 [info] [command][85a9dd08-9251-41d8-a067-d515dc1a0087] Process exited with code 0\n2025-07-15 18:28:28.252 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][9b7a8ec1-5d26-4aa8-be32-206afa26d069] socks connection closed\n2025-07-15 18:28:28.252 [info] [command][85a9dd08-9251-41d8-a067-d515dc1a0087] Socket close event received\n2025-07-15 18:28:28.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63203 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:29:28.257 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:29:28.261 [info] [command][48476221-1f2a-4de2-9f9b-38630210d391] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""48476221-1f2a-4de2-9f9b-38630210d391""}\n2025-07-15 18:29:28.261 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][3d77e775-9b19-48ba-9ce2-dea94c1d347f] received connection request\n2025-07-15 18:29:28.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:29:28.335 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d77e775-9b19-48ba-9ce2-dea94c1d347f] socks forwarding established\n2025-07-15 18:29:28.367 [info] [command][48476221-1f2a-4de2-9f9b-38630210d391] Process exited with code 0\n2025-07-15 18:29:28.367 [info] [command][48476221-1f2a-4de2-9f9b-38630210d391] Socket close event received\n2025-07-15 18:29:28.371 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][3d77e775-9b19-48ba-9ce2-dea94c1d347f] socks connection closed\n2025-07-15 18:29:28.409 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63251 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:30:28.373 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:30:28.375 [info] [command][d5c38ee5-e9f2-451e-9b6a-82e832adacc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d5c38ee5-e9f2-451e-9b6a-82e832adacc6""}\n2025-07-15 18:30:28.376 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1d1e660c-5b7c-4259-a03d-ef0309e8f7cd] received connection request\n2025-07-15 18:30:28.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:30:28.399 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1d1e660c-5b7c-4259-a03d-ef0309e8f7cd] socks forwarding established\n2025-07-15 18:30:28.435 [info] [command][d5c38ee5-e9f2-451e-9b6a-82e832adacc6] Process exited with code 0\n2025-07-15 18:30:28.435 [info] [command][d5c38ee5-e9f2-451e-9b6a-82e832adacc6] Socket close event received\n2025-07-15 18:30:28.436 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1d1e660c-5b7c-4259-a03d-ef0309e8f7cd] socks connection closed\n2025-07-15 18:30:28.456 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63275 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:31:28.438 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:31:28.439 [info] [command][a7c3093e-534e-4344-aab9-1216db286db4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a7c3093e-534e-4344-aab9-1216db286db4""}\n2025-07-15 18:31:28.439 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][28094a4f-70ca-4113-b1d6-d662b2417ed6] received connection request\n2025-07-15 18:31:28.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:31:28.458 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][28094a4f-70ca-4113-b1d6-d662b2417ed6] socks forwarding established\n2025-07-15 18:31:28.582 [info] [command][a7c3093e-534e-4344-aab9-1216db286db4] Process exited with code 0\n2025-07-15 18:31:28.583 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][28094a4f-70ca-4113-b1d6-d662b2417ed6] socks connection closed\n2025-07-15 18:31:28.583 [info] [command][a7c3093e-534e-4344-aab9-1216db286db4] Socket close event received\n2025-07-15 18:31:28.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63347 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:32:28.587 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:32:28.589 [info] [command][2ea05a00-0c23-42ee-a56a-ef786ad41919] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2ea05a00-0c23-42ee-a56a-ef786ad41919""}\n2025-07-15 18:32:28.589 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][74b73425-1a31-4ba1-accc-e0aedd678da6] received connection request\n2025-07-15 18:32:28.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:32:28.621 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][74b73425-1a31-4ba1-accc-e0aedd678da6] socks forwarding established\n2025-07-15 18:32:28.758 [info] [command][2ea05a00-0c23-42ee-a56a-ef786ad41919] Process exited with code 0\n2025-07-15 18:32:28.758 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][74b73425-1a31-4ba1-accc-e0aedd678da6] socks connection closed\n2025-07-15 18:32:28.758 [info] [command][2ea05a00-0c23-42ee-a56a-ef786ad41919] Socket close event received\n2025-07-15 18:32:28.795 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63378 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:33:28.760 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:33:28.762 [info] [command][c2ec5e5a-bbe4-4fd7-a5af-4a38bbde5788] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c2ec5e5a-bbe4-4fd7-a5af-4a38bbde5788""}\n2025-07-15 18:33:28.763 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][4986bd07-18df-48f9-a6ae-82660915057b] received connection request\n2025-07-15 18:33:28.764 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:33:28.796 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4986bd07-18df-48f9-a6ae-82660915057b] socks forwarding established\n2025-07-15 18:33:28.833 [info] [command][c2ec5e5a-bbe4-4fd7-a5af-4a38bbde5788] Process exited with code 0\n2025-07-15 18:33:28.833 [info] [command][c2ec5e5a-bbe4-4fd7-a5af-4a38bbde5788] Socket close event received\n2025-07-15 18:33:28.846 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][4986bd07-18df-48f9-a6ae-82660915057b] socks connection closed\n2025-07-15 18:33:28.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63407 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:34:28.839 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:34:28.842 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][fcdc921c-4ec4-4b31-bf3d-432485c7ae8a] received connection request\n2025-07-15 18:34:28.843 [info] [command][deef97c1-d854-4a8f-8402-f6e8266fda08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""deef97c1-d854-4a8f-8402-f6e8266fda08""}\n2025-07-15 18:34:28.844 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:34:28.896 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcdc921c-4ec4-4b31-bf3d-432485c7ae8a] socks forwarding established\n2025-07-15 18:34:28.956 [info] [command][deef97c1-d854-4a8f-8402-f6e8266fda08] Process exited with code 0\n2025-07-15 18:34:28.956 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][fcdc921c-4ec4-4b31-bf3d-432485c7ae8a] socks connection closed\n2025-07-15 18:34:28.956 [info] [command][deef97c1-d854-4a8f-8402-f6e8266fda08] Socket close event received\n2025-07-15 18:34:28.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63449 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:35:28.961 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:35:28.964 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6fb1c3c9-23af-4ebb-92fc-c0941ec3ebdd] received connection request\n2025-07-15 18:35:28.964 [info] [command][9de2a8c7-d0e1-4a4a-a80c-a014db51297b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9de2a8c7-d0e1-4a4a-a80c-a014db51297b""}\n2025-07-15 18:35:28.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:35:28.989 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6fb1c3c9-23af-4ebb-92fc-c0941ec3ebdd] socks forwarding established\n2025-07-15 18:35:29.054 [info] [command][9de2a8c7-d0e1-4a4a-a80c-a014db51297b] Process exited with code 0\n2025-07-15 18:35:29.054 [info] [command][9de2a8c7-d0e1-4a4a-a80c-a014db51297b] Socket close event received\n2025-07-15 18:35:29.061 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6fb1c3c9-23af-4ebb-92fc-c0941ec3ebdd] socks connection closed\n2025-07-15 18:35:29.089 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63486 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:36:29.056 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:36:29.057 [info] [command][c0bed129-f708-40e3-a4b4-f098d90d5503] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c0bed129-f708-40e3-a4b4-f098d90d5503""}\n2025-07-15 18:36:29.057 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][a400cc81-4599-4d92-99a6-95d4aec35bde] received connection request\n2025-07-15 18:36:29.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:36:29.082 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a400cc81-4599-4d92-99a6-95d4aec35bde] socks forwarding established\n2025-07-15 18:36:29.114 [info] [command][c0bed129-f708-40e3-a4b4-f098d90d5503] Process exited with code 0\n2025-07-15 18:36:29.114 [info] [command][c0bed129-f708-40e3-a4b4-f098d90d5503] Socket close event received\n2025-07-15 18:36:29.116 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][a400cc81-4599-4d92-99a6-95d4aec35bde] socks connection closed\n2025-07-15 18:36:29.134 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63542 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:37:29.115 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:37:29.116 [info] [command][fd6b253d-68b8-4f50-ae87-9f00659a9b07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""fd6b253d-68b8-4f50-ae87-9f00659a9b07""}\n2025-07-15 18:37:29.116 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1983539a-6961-45e1-bd50-31fbcac9a8de] received connection request\n2025-07-15 18:37:29.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 18:37:29.116 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:37:29.227 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1983539a-6961-45e1-bd50-31fbcac9a8de] socks forwarding established\n2025-07-15 18:37:29.258 [info] [command][fd6b253d-68b8-4f50-ae87-9f00659a9b07] Process exited with code 0\n2025-07-15 18:37:29.258 [info] [command][fd6b253d-68b8-4f50-ae87-9f00659a9b07] Socket close event received\n2025-07-15 18:37:29.260 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1983539a-6961-45e1-bd50-31fbcac9a8de] socks connection closed\n2025-07-15 18:37:29.276 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63568 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:38:29.264 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:38:29.266 [info] [command][c488bf0c-f920-436a-add2-7bbe42503b6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c488bf0c-f920-436a-add2-7bbe42503b6b""}\n2025-07-15 18:38:29.266 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][01a563df-99ef-4beb-bc3a-785c51c48d23] received connection request\n2025-07-15 18:38:29.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:38:29.283 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][01a563df-99ef-4beb-bc3a-785c51c48d23] socks forwarding established\n2025-07-15 18:38:29.314 [info] [command][c488bf0c-f920-436a-add2-7bbe42503b6b] Process exited with code 0\n2025-07-15 18:38:29.315 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][01a563df-99ef-4beb-bc3a-785c51c48d23] socks connection closed\n2025-07-15 18:38:29.315 [info] [command][c488bf0c-f920-436a-add2-7bbe42503b6b] Socket close event received\n2025-07-15 18:38:29.332 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63589 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:39:29.320 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:39:29.321 [info] [command][a9af6817-16c8-4788-8333-e44970a12d3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a9af6817-16c8-4788-8333-e44970a12d3d""}\n2025-07-15 18:39:29.322 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8182339d-7a08-4dab-8bf8-c5e276daa0be] received connection request\n2025-07-15 18:39:29.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:39:29.340 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8182339d-7a08-4dab-8bf8-c5e276daa0be] socks forwarding established\n2025-07-15 18:39:29.371 [info] [command][a9af6817-16c8-4788-8333-e44970a12d3d] Process exited with code 0\n2025-07-15 18:39:29.372 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8182339d-7a08-4dab-8bf8-c5e276daa0be] socks connection closed\n2025-07-15 18:39:29.372 [info] [command][a9af6817-16c8-4788-8333-e44970a12d3d] Socket close event received\n2025-07-15 18:39:29.388 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63641 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:40:29.377 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:40:29.378 [info] [command][cf25e7e9-63c8-46c1-9f72-5cb40256c1a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cf25e7e9-63c8-46c1-9f72-5cb40256c1a1""}\n2025-07-15 18:40:29.379 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][505feab8-ddff-4c38-bbc1-3b1524a80531] received connection request\n2025-07-15 18:40:29.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:40:29.400 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][505feab8-ddff-4c38-bbc1-3b1524a80531] socks forwarding established\n2025-07-15 18:40:29.440 [info] [command][cf25e7e9-63c8-46c1-9f72-5cb40256c1a1] Process exited with code 0\n2025-07-15 18:40:29.441 [info] [command][cf25e7e9-63c8-46c1-9f72-5cb40256c1a1] Socket close event received\n2025-07-15 18:40:29.446 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][505feab8-ddff-4c38-bbc1-3b1524a80531] socks connection closed\n2025-07-15 18:40:29.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63672 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:41:29.443 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:41:29.445 [info] [command][0d231d3f-6a04-46ab-a3fa-a683c1fb0c25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0d231d3f-6a04-46ab-a3fa-a683c1fb0c25""}\n2025-07-15 18:41:29.446 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e1d96d91-e8ce-419f-8ca5-491579ca279e] received connection request\n2025-07-15 18:41:29.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:41:29.464 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e1d96d91-e8ce-419f-8ca5-491579ca279e] socks forwarding established\n2025-07-15 18:41:29.506 [info] [command][0d231d3f-6a04-46ab-a3fa-a683c1fb0c25] Process exited with code 0\n2025-07-15 18:41:29.507 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e1d96d91-e8ce-419f-8ca5-491579ca279e] socks connection closed\n2025-07-15 18:41:29.507 [info] [command][0d231d3f-6a04-46ab-a3fa-a683c1fb0c25] Socket close event received\n2025-07-15 18:41:29.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63738 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:42:29.507 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:42:29.517 [info] [command][69a3ecbd-deae-497e-90e1-3957cafe6df9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""69a3ecbd-deae-497e-90e1-3957cafe6df9""}\n2025-07-15 18:42:29.517 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e01772da-fe37-4747-848c-3721e28b506f] received connection request\n2025-07-15 18:42:29.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 18:42:29.519 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:42:29.541 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e01772da-fe37-4747-848c-3721e28b506f] socks forwarding established\n2025-07-15 18:42:29.572 [info] [command][69a3ecbd-deae-497e-90e1-3957cafe6df9] Process exited with code 0\n2025-07-15 18:42:29.572 [info] [command][69a3ecbd-deae-497e-90e1-3957cafe6df9] Socket close event received\n2025-07-15 18:42:29.573 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e01772da-fe37-4747-848c-3721e28b506f] socks connection closed\n2025-07-15 18:42:29.591 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63766 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:43:29.578 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:43:29.580 [info] [command][ddac8035-eb16-4dd7-8c39-0471beca2291] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""ddac8035-eb16-4dd7-8c39-0471beca2291""}\n2025-07-15 18:43:29.581 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e7b0b104-74c4-4938-8371-03e7f8e78aff] received connection request\n2025-07-15 18:43:29.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:43:29.663 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e7b0b104-74c4-4938-8371-03e7f8e78aff] socks forwarding established\n2025-07-15 18:43:29.694 [info] [command][ddac8035-eb16-4dd7-8c39-0471beca2291] Process exited with code 0\n2025-07-15 18:43:29.694 [info] [command][ddac8035-eb16-4dd7-8c39-0471beca2291] Socket close event received\n2025-07-15 18:43:29.695 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e7b0b104-74c4-4938-8371-03e7f8e78aff] socks connection closed\n2025-07-15 18:43:29.713 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63803 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:44:29.699 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:44:29.701 [info] [command][c0bff134-119e-44e5-90d7-3633c3a86b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""c0bff134-119e-44e5-90d7-3633c3a86b2f""}\n2025-07-15 18:44:29.701 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][eabd250b-21c8-4c95-ac1b-e360c03e5d14] received connection request\n2025-07-15 18:44:29.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:44:29.746 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][eabd250b-21c8-4c95-ac1b-e360c03e5d14] socks forwarding established\n2025-07-15 18:44:29.776 [info] [command][c0bff134-119e-44e5-90d7-3633c3a86b2f] Process exited with code 0\n2025-07-15 18:44:29.776 [info] [command][c0bff134-119e-44e5-90d7-3633c3a86b2f] Socket close event received\n2025-07-15 18:44:29.778 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][eabd250b-21c8-4c95-ac1b-e360c03e5d14] socks connection closed\n2025-07-15 18:44:29.835 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63846 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:45:29.776 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:45:29.777 [info] [command][cb3fd1df-fb33-47c5-963e-9530b578e09f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""cb3fd1df-fb33-47c5-963e-9530b578e09f""}\n2025-07-15 18:45:29.777 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][31feb44a-9db4-4b8a-89ec-762552def28c] received connection request\n2025-07-15 18:45:29.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 18:45:29.778 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:45:29.794 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][31feb44a-9db4-4b8a-89ec-762552def28c] socks forwarding established\n2025-07-15 18:45:29.825 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][31feb44a-9db4-4b8a-89ec-762552def28c] socks connection closed\n2025-07-15 18:45:29.825 [info] [command][cb3fd1df-fb33-47c5-963e-9530b578e09f] Process exited with code 0\n2025-07-15 18:45:29.825 [info] [command][cb3fd1df-fb33-47c5-963e-9530b578e09f] Socket close event received\n2025-07-15 18:45:29.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63879 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:46:29.830 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:46:29.832 [info] [command][0998d2ea-6093-4a1c-b975-aca2cf598370] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0998d2ea-6093-4a1c-b975-aca2cf598370""}\n2025-07-15 18:46:29.833 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][03979f40-4bec-4f1c-a0df-9a3ba328841a] received connection request\n2025-07-15 18:46:29.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:46:29.883 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][03979f40-4bec-4f1c-a0df-9a3ba328841a] socks forwarding established\n2025-07-15 18:46:30.004 [info] [command][0998d2ea-6093-4a1c-b975-aca2cf598370] Process exited with code 0\n2025-07-15 18:46:30.005 [info] [command][0998d2ea-6093-4a1c-b975-aca2cf598370] Socket close event received\n2025-07-15 18:46:30.006 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][03979f40-4bec-4f1c-a0df-9a3ba328841a] socks connection closed\n2025-07-15 18:46:30.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63941 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:47:30.006 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:47:30.007 [info] [command][7a9cccd4-56b2-4cd0-bc13-834d876dc575] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7a9cccd4-56b2-4cd0-bc13-834d876dc575""}\n2025-07-15 18:47:30.008 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][ca5a1aa1-f2e8-4fbf-9be2-af8dd0082243] received connection request\n2025-07-15 18:47:30.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 18:47:30.008 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:47:30.030 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ca5a1aa1-f2e8-4fbf-9be2-af8dd0082243] socks forwarding established\n2025-07-15 18:47:30.061 [info] [command][7a9cccd4-56b2-4cd0-bc13-834d876dc575] Process exited with code 0\n2025-07-15 18:47:30.062 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][ca5a1aa1-f2e8-4fbf-9be2-af8dd0082243] socks connection closed\n2025-07-15 18:47:30.062 [info] [command][7a9cccd4-56b2-4cd0-bc13-834d876dc575] Socket close event received\n2025-07-15 18:47:30.082 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63962 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:48:30.064 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:48:30.065 [info] [command][df1de6f3-293d-4c29-93f3-4ba91c9f95f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""df1de6f3-293d-4c29-93f3-4ba91c9f95f7""}\n2025-07-15 18:48:30.066 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][37d3b81d-329c-4419-845a-cdae9e60a7f8] received connection request\n2025-07-15 18:48:30.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:48:30.194 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][37d3b81d-329c-4419-845a-cdae9e60a7f8] socks forwarding established\n2025-07-15 18:48:30.224 [info] [command][df1de6f3-293d-4c29-93f3-4ba91c9f95f7] Process exited with code 0\n2025-07-15 18:48:30.224 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][37d3b81d-329c-4419-845a-cdae9e60a7f8] socks connection closed\n2025-07-15 18:48:30.224 [info] [command][df1de6f3-293d-4c29-93f3-4ba91c9f95f7] Socket close event received\n2025-07-15 18:48:30.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 63993 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:49:30.225 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:49:30.227 [info] [command][e8c8e60b-5ff6-4190-af43-1940ee1b33f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""e8c8e60b-5ff6-4190-af43-1940ee1b33f0""}\n2025-07-15 18:49:30.228 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f1f74701-959e-428a-82e3-e80e76eed107] received connection request\n2025-07-15 18:49:30.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:49:30.249 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f1f74701-959e-428a-82e3-e80e76eed107] socks forwarding established\n2025-07-15 18:49:31.491 [info] [command][e8c8e60b-5ff6-4190-af43-1940ee1b33f0] Process exited with code 0\n2025-07-15 18:49:31.491 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f1f74701-959e-428a-82e3-e80e76eed107] socks connection closed\n2025-07-15 18:49:31.492 [info] [command][e8c8e60b-5ff6-4190-af43-1940ee1b33f0] Socket close event received\n2025-07-15 18:49:31.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64035 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:50:31.497 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:50:31.498 [info] [command][25e63174-d8f5-4530-b828-77524783f333] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""25e63174-d8f5-4530-b828-77524783f333""}\n2025-07-15 18:50:31.499 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][730cf894-3d2d-4bfc-95d4-0e3a1132bc05] received connection request\n2025-07-15 18:50:31.499 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:50:31.561 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][730cf894-3d2d-4bfc-95d4-0e3a1132bc05] socks forwarding established\n2025-07-15 18:50:31.676 [info] [command][25e63174-d8f5-4530-b828-77524783f333] Process exited with code 0\n2025-07-15 18:50:31.676 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][730cf894-3d2d-4bfc-95d4-0e3a1132bc05] socks connection closed\n2025-07-15 18:50:31.676 [info] [command][25e63174-d8f5-4530-b828-77524783f333] Socket close event received\n2025-07-15 18:50:31.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64077 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:51:31.681 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:51:31.684 [info] [command][76bf01b1-41ae-4c88-a411-f93c0b39563e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""76bf01b1-41ae-4c88-a411-f93c0b39563e""}\n2025-07-15 18:51:31.684 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][aef84dbc-85bc-44ee-9efe-c510e8268d54] received connection request\n2025-07-15 18:51:31.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:51:31.765 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aef84dbc-85bc-44ee-9efe-c510e8268d54] socks forwarding established\n2025-07-15 18:51:31.794 [info] [command][76bf01b1-41ae-4c88-a411-f93c0b39563e] Process exited with code 0\n2025-07-15 18:51:31.795 [info] [command][76bf01b1-41ae-4c88-a411-f93c0b39563e] Socket close event received\n2025-07-15 18:51:31.796 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][aef84dbc-85bc-44ee-9efe-c510e8268d54] socks connection closed\n2025-07-15 18:51:31.943 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64124 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:52:31.795 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:52:31.798 [info] [command][02cf4b4b-c8d5-4f24-9c0e-47af5a0b0534] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""02cf4b4b-c8d5-4f24-9c0e-47af5a0b0534""}\n2025-07-15 18:52:31.799 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1f5acdfd-27c5-41a9-8acb-0fbb4347ee66] received connection request\n2025-07-15 18:52:31.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:52:31.819 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1f5acdfd-27c5-41a9-8acb-0fbb4347ee66] socks forwarding established\n2025-07-15 18:52:31.927 [info] [command][02cf4b4b-c8d5-4f24-9c0e-47af5a0b0534] Process exited with code 0\n2025-07-15 18:52:31.927 [info] [command][02cf4b4b-c8d5-4f24-9c0e-47af5a0b0534] Socket close event received\n2025-07-15 18:52:31.943 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1f5acdfd-27c5-41a9-8acb-0fbb4347ee66] socks connection closed\n2025-07-15 18:52:31.949 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64156 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:53:31.928 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:53:31.930 [info] [command][2f57794a-34b0-4551-8040-2b188608ffbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""2f57794a-34b0-4551-8040-2b188608ffbc""}\n2025-07-15 18:53:31.931 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][0c57d7e3-a7e5-47dd-aed7-0d4276b310f0] received connection request\n2025-07-15 18:53:31.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:53:31.949 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0c57d7e3-a7e5-47dd-aed7-0d4276b310f0] socks forwarding established\n2025-07-15 18:53:31.981 [info] [command][2f57794a-34b0-4551-8040-2b188608ffbc] Process exited with code 0\n2025-07-15 18:53:31.982 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][0c57d7e3-a7e5-47dd-aed7-0d4276b310f0] socks connection closed\n2025-07-15 18:53:31.982 [info] [command][2f57794a-34b0-4551-8040-2b188608ffbc] Socket close event received\n2025-07-15 18:53:32.001 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64177 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:54:31.985 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:54:31.988 [info] [command][f5ed449f-216d-49df-bb29-04ee47747b93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f5ed449f-216d-49df-bb29-04ee47747b93""}\n2025-07-15 18:54:31.989 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][44ba4f2f-6b4b-4932-941e-4baa4c5c6653] received connection request\n2025-07-15 18:54:31.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:54:32.007 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][44ba4f2f-6b4b-4932-941e-4baa4c5c6653] socks forwarding established\n2025-07-15 18:54:32.039 [info] [command][f5ed449f-216d-49df-bb29-04ee47747b93] Process exited with code 0\n2025-07-15 18:54:32.040 [info] [command][f5ed449f-216d-49df-bb29-04ee47747b93] Socket close event received\n2025-07-15 18:54:32.055 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][44ba4f2f-6b4b-4932-941e-4baa4c5c6653] socks connection closed\n2025-07-15 18:54:32.057 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64216 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:55:32.045 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:55:32.047 [info] [command][75d0f1be-47d7-4e6f-9033-954b46d29e3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""75d0f1be-47d7-4e6f-9033-954b46d29e3b""}\n2025-07-15 18:55:32.048 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][766a9e96-fb53-47fe-a736-65ad090845a6] received connection request\n2025-07-15 18:55:32.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:55:32.064 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][766a9e96-fb53-47fe-a736-65ad090845a6] socks forwarding established\n2025-07-15 18:55:32.095 [info] [command][75d0f1be-47d7-4e6f-9033-954b46d29e3b] Process exited with code 0\n2025-07-15 18:55:32.096 [info] [command][75d0f1be-47d7-4e6f-9033-954b46d29e3b] Socket close event received\n2025-07-15 18:55:32.096 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][766a9e96-fb53-47fe-a736-65ad090845a6] socks connection closed\n2025-07-15 18:55:32.113 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64251 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:56:32.098 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:56:32.100 [info] [command][83fb8bed-0660-4333-8e2e-b22cc92e603f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""83fb8bed-0660-4333-8e2e-b22cc92e603f""}\n2025-07-15 18:56:32.101 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][20d80d05-9286-47db-9991-3455209b6185] received connection request\n2025-07-15 18:56:32.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:56:32.118 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][20d80d05-9286-47db-9991-3455209b6185] socks forwarding established\n2025-07-15 18:56:32.147 [info] [command][83fb8bed-0660-4333-8e2e-b22cc92e603f] Process exited with code 0\n2025-07-15 18:56:32.147 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][20d80d05-9286-47db-9991-3455209b6185] socks connection closed\n2025-07-15 18:56:32.147 [info] [command][83fb8bed-0660-4333-8e2e-b22cc92e603f] Socket close event received\n2025-07-15 18:56:32.164 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64294 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:57:32.149 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:57:32.151 [info] [command][87958461-a644-444d-b33b-7c92c43a9d5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""87958461-a644-444d-b33b-7c92c43a9d5b""}\n2025-07-15 18:57:32.152 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][6d431a04-abb2-4937-81fe-64c47c0d0e22] received connection request\n2025-07-15 18:57:32.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:57:32.170 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d431a04-abb2-4937-81fe-64c47c0d0e22] socks forwarding established\n2025-07-15 18:57:32.202 [info] [command][87958461-a644-444d-b33b-7c92c43a9d5b] Process exited with code 0\n2025-07-15 18:57:32.203 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][6d431a04-abb2-4937-81fe-64c47c0d0e22] socks connection closed\n2025-07-15 18:57:32.203 [info] [command][87958461-a644-444d-b33b-7c92c43a9d5b] Socket close event received\n2025-07-15 18:57:32.221 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64332 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:58:32.206 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:58:32.208 [info] [command][28ed0574-4981-467c-9808-97717139f89d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""28ed0574-4981-467c-9808-97717139f89d""}\n2025-07-15 18:58:32.208 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d22fbf0c-0bb3-49e1-9a42-091c949c17e1] received connection request\n2025-07-15 18:58:32.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:58:32.379 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d22fbf0c-0bb3-49e1-9a42-091c949c17e1] socks forwarding established\n2025-07-15 18:58:32.414 [info] [command][28ed0574-4981-467c-9808-97717139f89d] Process exited with code 0\n2025-07-15 18:58:32.414 [info] [command][28ed0574-4981-467c-9808-97717139f89d] Socket close event received\n2025-07-15 18:58:32.415 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d22fbf0c-0bb3-49e1-9a42-091c949c17e1] socks connection closed\n2025-07-15 18:58:32.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64355 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 18:59:32.420 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 18:59:32.422 [info] [command][286816f9-16e4-4d3d-a0d0-5f2941cd4983] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""286816f9-16e4-4d3d-a0d0-5f2941cd4983""}\n2025-07-15 18:59:32.423 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8af8b1dc-3b99-4c6e-b4de-ece8259a3909] received connection request\n2025-07-15 18:59:32.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:59:32.442 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8af8b1dc-3b99-4c6e-b4de-ece8259a3909] socks forwarding established\n2025-07-15 18:59:32.474 [info] [command][286816f9-16e4-4d3d-a0d0-5f2941cd4983] Process exited with code 0\n2025-07-15 18:59:32.474 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8af8b1dc-3b99-4c6e-b4de-ece8259a3909] socks connection closed\n2025-07-15 18:59:32.474 [info] [command][286816f9-16e4-4d3d-a0d0-5f2941cd4983] Socket close event received\n2025-07-15 18:59:32.491 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64397 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:00:32.477 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:00:32.479 [info] [command][db9c3ce9-f757-4613-9f41-a44da6ddb20f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""db9c3ce9-f757-4613-9f41-a44da6ddb20f""}\n2025-07-15 19:00:32.480 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1f08d2fe-4e5a-4903-a928-b31d1d26af47] received connection request\n2025-07-15 19:00:32.481 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:00:32.555 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1f08d2fe-4e5a-4903-a928-b31d1d26af47] socks forwarding established\n2025-07-15 19:00:32.588 [info] [command][db9c3ce9-f757-4613-9f41-a44da6ddb20f] Process exited with code 0\n2025-07-15 19:00:32.589 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1f08d2fe-4e5a-4903-a928-b31d1d26af47] socks connection closed\n2025-07-15 19:00:32.589 [info] [command][db9c3ce9-f757-4613-9f41-a44da6ddb20f] Socket close event received\n2025-07-15 19:00:32.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64431 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:01:32.593 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:01:32.595 [info] [command][d87aff64-ef9b-4d8f-877b-93c45ec71352] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""d87aff64-ef9b-4d8f-877b-93c45ec71352""}\n2025-07-15 19:01:32.596 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][20680c94-10b1-40f1-96fc-220626dce2cb] received connection request\n2025-07-15 19:01:32.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:01:32.632 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][20680c94-10b1-40f1-96fc-220626dce2cb] socks forwarding established\n2025-07-15 19:01:32.663 [info] [command][d87aff64-ef9b-4d8f-877b-93c45ec71352] Process exited with code 0\n2025-07-15 19:01:32.663 [info] [command][d87aff64-ef9b-4d8f-877b-93c45ec71352] Socket close event received\n2025-07-15 19:01:32.663 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][20680c94-10b1-40f1-96fc-220626dce2cb] socks connection closed\n2025-07-15 19:01:32.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64477 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:02:32.665 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:02:32.667 [info] [command][91dd96ca-feb2-4055-ad10-956bb3858c01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""91dd96ca-feb2-4055-ad10-956bb3858c01""}\n2025-07-15 19:02:32.668 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][18a3629e-2485-46d5-b9cb-81834eb5815f] received connection request\n2025-07-15 19:02:32.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:02:32.715 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][18a3629e-2485-46d5-b9cb-81834eb5815f] socks forwarding established\n2025-07-15 19:02:32.748 [info] [command][91dd96ca-feb2-4055-ad10-956bb3858c01] Process exited with code 0\n2025-07-15 19:02:32.748 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][18a3629e-2485-46d5-b9cb-81834eb5815f] socks connection closed\n2025-07-15 19:02:32.749 [info] [command][91dd96ca-feb2-4055-ad10-956bb3858c01] Socket close event received\n2025-07-15 19:02:32.766 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64519 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:03:32.754 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:03:32.756 [info] [command][212a1a21-e45b-4287-bffb-b919ff57d8c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""212a1a21-e45b-4287-bffb-b919ff57d8c5""}\n2025-07-15 19:03:32.757 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][8bda0f0d-e8d3-47ac-ad7d-b2ed74d5393c] received connection request\n2025-07-15 19:03:32.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:03:32.779 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8bda0f0d-e8d3-47ac-ad7d-b2ed74d5393c] socks forwarding established\n2025-07-15 19:03:32.814 [info] [command][212a1a21-e45b-4287-bffb-b919ff57d8c5] Process exited with code 0\n2025-07-15 19:03:32.814 [info] [command][212a1a21-e45b-4287-bffb-b919ff57d8c5] Socket close event received\n2025-07-15 19:03:32.816 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][8bda0f0d-e8d3-47ac-ad7d-b2ed74d5393c] socks connection closed\n2025-07-15 19:03:32.848 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64546 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:04:32.815 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:04:32.817 [info] [command][6420cbb4-2671-4f3c-913b-f558f17ec7d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""6420cbb4-2671-4f3c-913b-f558f17ec7d1""}\n2025-07-15 19:04:32.818 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][1e908c8a-23f9-45c8-a1a5-235dfcc081c2] received connection request\n2025-07-15 19:04:32.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:04:32.836 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1e908c8a-23f9-45c8-a1a5-235dfcc081c2] socks forwarding established\n2025-07-15 19:04:32.866 [info] [command][6420cbb4-2671-4f3c-913b-f558f17ec7d1] Process exited with code 0\n2025-07-15 19:04:32.867 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][1e908c8a-23f9-45c8-a1a5-235dfcc081c2] socks connection closed\n2025-07-15 19:04:32.867 [info] [command][6420cbb4-2671-4f3c-913b-f558f17ec7d1] Socket close event received\n2025-07-15 19:04:32.884 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64592 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:05:32.869 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:05:32.870 [info] [command][0278bc49-dfce-4d05-8f45-f58225cfdf1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""0278bc49-dfce-4d05-8f45-f58225cfdf1e""}\n2025-07-15 19:05:32.870 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][123ed0be-07ec-40ec-849e-0411aec67e5b] received connection request\n2025-07-15 19:05:32.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:05:32.942 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][123ed0be-07ec-40ec-849e-0411aec67e5b] socks forwarding established\n2025-07-15 19:05:32.975 [info] [command][0278bc49-dfce-4d05-8f45-f58225cfdf1e] Process exited with code 0\n2025-07-15 19:05:32.976 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][123ed0be-07ec-40ec-849e-0411aec67e5b] socks connection closed\n2025-07-15 19:05:32.976 [info] [command][0278bc49-dfce-4d05-8f45-f58225cfdf1e] Socket close event received\n2025-07-15 19:05:33.120 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64635 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:06:32.980 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:06:32.981 [info] [command][7a6a3cdc-99e9-4cf0-ab1b-fabdb68f3a3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7a6a3cdc-99e9-4cf0-ab1b-fabdb68f3a3b""}\n2025-07-15 19:06:32.982 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][48ab7dee-2c46-47aa-a57f-ed3ecce8d1d5] received connection request\n2025-07-15 19:06:32.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:06:33.005 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][48ab7dee-2c46-47aa-a57f-ed3ecce8d1d5] socks forwarding established\n2025-07-15 19:06:33.164 [info] [command][7a6a3cdc-99e9-4cf0-ab1b-fabdb68f3a3b] Process exited with code 0\n2025-07-15 19:06:33.164 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][48ab7dee-2c46-47aa-a57f-ed3ecce8d1d5] socks connection closed\n2025-07-15 19:06:33.164 [info] [command][7a6a3cdc-99e9-4cf0-ab1b-fabdb68f3a3b] Socket close event received\n2025-07-15 19:06:33.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64702 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:07:33.167 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:07:33.169 [info] [command][9fe5b094-3b45-417f-aea1-8b4c19b99cc4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""9fe5b094-3b45-417f-aea1-8b4c19b99cc4""}\n2025-07-15 19:07:33.169 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][e1bd6bca-0ee9-41c6-944d-b11b966c9db9] received connection request\n2025-07-15 19:07:33.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:07:33.231 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e1bd6bca-0ee9-41c6-944d-b11b966c9db9] socks forwarding established\n2025-07-15 19:07:33.261 [info] [command][9fe5b094-3b45-417f-aea1-8b4c19b99cc4] Process exited with code 0\n2025-07-15 19:07:33.261 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][e1bd6bca-0ee9-41c6-944d-b11b966c9db9] socks connection closed\n2025-07-15 19:07:33.261 [info] [command][9fe5b094-3b45-417f-aea1-8b4c19b99cc4] Socket close event received\n2025-07-15 19:07:33.327 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64738 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:08:33.266 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:08:33.267 [info] [command][1cc985aa-cf70-4212-ae55-207bcb91f834] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""1cc985aa-cf70-4212-ae55-207bcb91f834""}\n2025-07-15 19:08:33.267 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][d518edd8-e109-42ad-b657-248245a9fd66] received connection request\n2025-07-15 19:08:33.268 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 19:08:33.268 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:08:33.331 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d518edd8-e109-42ad-b657-248245a9fd66] socks forwarding established\n2025-07-15 19:08:33.360 [info] [command][1cc985aa-cf70-4212-ae55-207bcb91f834] Process exited with code 0\n2025-07-15 19:08:33.360 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][d518edd8-e109-42ad-b657-248245a9fd66] socks connection closed\n2025-07-15 19:08:33.360 [info] [command][1cc985aa-cf70-4212-ae55-207bcb91f834] Socket close event received\n2025-07-15 19:08:33.419 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64758 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:09:33.366 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:09:33.369 [info] [command][f697d44f-494f-46a2-9028-6aceaaad34e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""f697d44f-494f-46a2-9028-6aceaaad34e5""}\n2025-07-15 19:09:33.370 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][b06587fb-af76-4e33-9d22-09005295e9d3] received connection request\n2025-07-15 19:09:33.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:09:33.388 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b06587fb-af76-4e33-9d22-09005295e9d3] socks forwarding established\n2025-07-15 19:09:33.419 [info] [command][f697d44f-494f-46a2-9028-6aceaaad34e5] Process exited with code 0\n2025-07-15 19:09:33.419 [info] [command][f697d44f-494f-46a2-9028-6aceaaad34e5] Socket close event received\n2025-07-15 19:09:33.420 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][b06587fb-af76-4e33-9d22-09005295e9d3] socks connection closed\n2025-07-15 19:09:33.436 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64794 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:10:33.425 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:10:33.427 [info] [command][7fcb24f2-3db7-449b-8359-2f018e426e7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""7fcb24f2-3db7-449b-8359-2f018e426e7d""}\n2025-07-15 19:10:33.428 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f7238d5a-7afd-400e-bf1a-3bcf07f9fb6a] received connection request\n2025-07-15 19:10:33.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:10:33.449 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f7238d5a-7afd-400e-bf1a-3bcf07f9fb6a] socks forwarding established\n2025-07-15 19:10:33.588 [info] [command][7fcb24f2-3db7-449b-8359-2f018e426e7d] Process exited with code 0\n2025-07-15 19:10:33.588 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f7238d5a-7afd-400e-bf1a-3bcf07f9fb6a] socks connection closed\n2025-07-15 19:10:33.588 [info] [command][7fcb24f2-3db7-449b-8359-2f018e426e7d] Socket close event received\n2025-07-15 19:10:33.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64826 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:11:33.592 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:11:33.593 [info] [command][88cff12f-e1b2-4988-9e85-a17d8d7da384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""88cff12f-e1b2-4988-9e85-a17d8d7da384""}\n2025-07-15 19:11:33.593 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][f52c5ad1-1f6f-4f6d-9460-799c9e37cf3f] received connection request\n2025-07-15 19:11:33.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:11:33.610 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f52c5ad1-1f6f-4f6d-9460-799c9e37cf3f] socks forwarding established\n2025-07-15 19:11:33.641 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][f52c5ad1-1f6f-4f6d-9460-799c9e37cf3f] socks connection closed\n2025-07-15 19:11:33.641 [info] [command][88cff12f-e1b2-4988-9e85-a17d8d7da384] Process exited with code 0\n2025-07-15 19:11:33.642 [info] [command][88cff12f-e1b2-4988-9e85-a17d8d7da384] Socket close event received\n2025-07-15 19:11:33.659 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64868 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:12:33.644 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:12:33.645 [info] [command][4104b1b6-8e2e-4c73-a4d2-458608386e26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""4104b1b6-8e2e-4c73-a4d2-458608386e26""}\n2025-07-15 19:12:33.645 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][17404b7b-cd86-4562-91f7-2c330d95f864] received connection request\n2025-07-15 19:12:33.645 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\n\n2025-07-15 19:12:33.646 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:12:33.664 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][17404b7b-cd86-4562-91f7-2c330d95f864] socks forwarding established\n2025-07-15 19:12:33.905 [info] [command][4104b1b6-8e2e-4c73-a4d2-458608386e26] Process exited with code 0\n2025-07-15 19:12:33.905 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][17404b7b-cd86-4562-91f7-2c330d95f864] socks connection closed\n2025-07-15 19:12:33.905 [info] [command][4104b1b6-8e2e-4c73-a4d2-458608386e26] Socket close event received\n2025-07-15 19:12:33.967 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64922 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:13:33.906 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:13:33.908 [info] [command][370f057e-682a-48f2-a187-b63082b3f4f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""370f057e-682a-48f2-a187-b63082b3f4f0""}\n2025-07-15 19:13:33.908 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:41109][23f51d7d-f37b-4e90-a1e8-10a569caaa1a] received connection request\n2025-07-15 19:13:33.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:13:33.926 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][23f51d7d-f37b-4e90-a1e8-10a569caaa1a] socks forwarding established\n2025-07-15 19:13:33.957 [info] [command][370f057e-682a-48f2-a187-b63082b3f4f0] Process exited with code 0\n2025-07-15 19:13:33.957 [info] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:65268 -> 127.0.0.1:41109][23f51d7d-f37b-4e90-a1e8-10a569caaa1a] socks connection closed\n2025-07-15 19:13:33.957 [info] [command][370f057e-682a-48f2-a187-b63082b3f4f0] Socket close event received\n2025-07-15 19:13:33.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65268 for 127.0.0.1 port 41109, connect from 127.0.0.1 port 64977 to 127.0.0.1 port 65268, nchannels 6\n\n2025-07-15 19:13:57.574 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-15 19:13:57.574 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-15 19:13:57.587 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:39145][b7984c36-eab5-4a46-bf11-64e6239f3073] received connection request\n2025-07-15 19:13:57.590 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:39145][96519220-ecd9-4633-a3cf-44f416bac5a4] received connection request\n2025-07-15 19:13:57.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.588 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-15 19:14:00.588 [error] Failed to connect to Cursor server at http://127.0.0.1:65313, attempt 1 of 3 This operation was aborted\n2025-07-15 19:14:00.589 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:39145][9d97f154-49bf-449f-a7c8-42db860f1a41] received connection request\n2025-07-15 19:14:00.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 65268 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.687 [info] Terminating existing SSH process with pid: 42370\n2025-07-15 19:14:00.687 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-15 19:14:00.688 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][b7984c36-eab5-4a46-bf11-64e6239f3073] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][96519220-ecd9-4633-a3cf-44f416bac5a4] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][9d97f154-49bf-449f-a7c8-42db860f1a41] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][1be7d995-21f4-4809-bef6-5d99408717d9] socks connection closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:65313 -> 127.0.0.1:65268 -> 127.0.0.1:39145][4693c2ed-6e88-45ec-8cb2-2e545b136f2a] socks connection closed\n2025-07-15 19:14:00.689 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:14:00.692 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6044.sh"" | ssh -v -T -D 65014 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:14:00.692 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:00.692 [info] Waiting for server to install via process(56269)...\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:00.700 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:00.700 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:00.701 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:00.704 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:00.704 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:01.599 [error] Failed to connect to Cursor server at http://127.0.0.1:65313, attempt 2 of 3 This operation was aborted\n2025-07-15 19:14:02.605 [error] Failed to connect to Cursor server at http://127.0.0.1:65313, attempt 3 of 3 This operation was aborted\n2025-07-15 19:14:02.606 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-15 19:14:02.606 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-15 19:14:21.583 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6044.sh\n2025-07-15 19:14:21.589 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:14:21.595 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96128.sh"" | ssh -v -T -D 65017 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:14:21.595 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:21.595 [info] Waiting for server to install via process(56280)...\n2025-07-15 19:14:21.606 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-15 19:14:21.606 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:21.606 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:21.607 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:21.607 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:14:21.608 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:14:21.609 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:21.609 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:21.609 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:26.613 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96128.sh\n2025-07-15 19:14:26.613 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:14:26.620 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24182.sh"" | ssh -v -T -D 65019 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:14:26.620 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:26.620 [info] Waiting for server to install via process(56288)...\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:14:26.643 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:14:26.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:26.644 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:26.644 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:31.651 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_24182.sh\n2025-07-15 19:14:31.653 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:14:31.656 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67579.sh"" | ssh -v -T -D 65022 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:14:31.657 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:31.657 [info] Waiting for server to install via process(56295)...\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:31.686 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:31.686 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:39.412 [info] [remote-ssh] Pinging remote server on port 65314\n2025-07-15 19:14:39.413 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67579.sh\n2025-07-15 19:14:39.414 [error] [forwarding][multiplex][127.0.0.1:65314 -> 127.0.0.1:undefined][4c1235af-037d-4850-896a-5afbf140cd88] remote server not configured\n2025-07-15 19:14:39.414 [info] [command][a643d8ad-2821-41d0-90d0-c63ddee63ae5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""dd18db9b-722d-4af0-b9fc-a967a56f0eb1"",""id"":""a643d8ad-2821-41d0-90d0-c63ddee63ae5""}\n2025-07-15 19:14:39.414 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:14:39.415 [error] [command][a643d8ad-2821-41d0-90d0-c63ddee63ae5] Socket error: Error: read ECONNRESET\n2025-07-15 19:14:39.415 [info] [command][a643d8ad-2821-41d0-90d0-c63ddee63ae5] Socket close event received\n2025-07-15 19:14:39.417 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43452.sh"" | ssh -v -T -D 65025 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:14:39.417 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:39.417 [info] Waiting for server to install via process(56304)...\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:39.431 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:39.431 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:14:39.433 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:14:39.434 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:39.434 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:39.434 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:44.444 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43452.sh\n2025-07-15 19:14:44.446 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:14:44.452 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20823.sh"" | ssh -v -T -D 65027 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:14:44.453 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:44.453 [info] Waiting for server to install via process(56310)...\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:14:44.472 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:14:44.473 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:44.473 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:44.473 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:49.483 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20823.sh\n2025-07-15 19:14:49.488 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:14:49.497 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79102.sh"" | ssh -v -T -D 65031 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:14:49.497 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:49.497 [info] Waiting for server to install via process(56319)...\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:14:49.509 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:14:49.510 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:49.510 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:49.510 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:37.922 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79102.sh\n2025-07-15 19:15:37.923 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:15:37.930 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3244.sh"" | ssh -v -T -D 65033 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:15:37.930 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:37.930 [info] Waiting for server to install via process(56327)...\n2025-07-15 19:15:37.941 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:37.947 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:37.947 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:42.957 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3244.sh\n2025-07-15 19:15:42.960 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:15:42.971 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_30510.sh"" | ssh -v -T -D 65036 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:15:42.971 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:42.971 [info] Waiting for server to install via process(56337)...\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:15:42.984 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:15:42.985 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:42.985 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:42.985 [info] Retrying connection in 5 seconds...\n2025-07-15 19:25:47.872 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_30510.sh\n2025-07-15 19:25:47.873 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-UNEyov/socket.sock\n2025-07-15 19:25:47.931 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14958.sh"" | ssh -v -T -D 65037 horeka.scc.kit.edu bash --login -c bash\n2025-07-15 19:25:47.931 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:25:47.932 [info] Waiting for server to install via process(56344)...\n2025-07-15 19:25:47.941 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-15 19:25:47.941 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:25:47.941 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:25:47.941 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:25:47.941 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-15 19:25:47.943 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-15 19:25:47.944 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:25:47.944 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:47.944 [error] Failed to connect after 10 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:47.944 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14958.sh\n2025-07-15 19:25:47.945 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 11:07:11.726 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-16 11:07:11.738 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 11:07:11.739 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-16 11:07:11.741 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 11:07:11.743 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88832.sh"" | ssh -v -T -D 54879 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 11:07:11.743 [info] Started installation script. Waiting for it to finish...\n2025-07-16 11:07:11.743 [info] Waiting for server to install via process(59968)...\n2025-07-16 11:07:11.748 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 11:07:11.748 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 11:07:11.748 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 11:07:11.748 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 11:07:11.749 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 11:07:12.056 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 11:07:12.057 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-16 11:07:12.057 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-16 11:07:12.058 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 11:07:12.095 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-16 11:07:12.098 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 11:07:12.098 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 11:07:12.111 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 11:07:12.112 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 11:07:12.138 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-16 11:07:12.140 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 11:07:12.140 [info] (ssh_tunnel) stderr: debug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-16 11:07:12.144 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-07-16 11:07:12.144 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 11:07:12.216 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 11:07:12.236 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 11:07:12.239 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 11:07:12.239 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-16 11:07:12.834 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-16 11:07:12.858 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 11:07:16.102 [info] Askpass server received request: POST /\n2025-07-16 11:07:16.102 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-16 11:07:16.102 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-16 11:07:28.999 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 11:07:32.132 [info] Askpass server received request: POST /\n2025-07-16 11:07:32.132 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-16 11:07:32.132 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-16 11:07:35.805 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:54879 forwarded to remote address socks:0\n\n2025-07-16 11:07:35.806 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54879.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54879.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-16 11:07:36.363 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-16 11:07:36.365 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-16 11:07:36.377 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\n\n2025-07-16 11:07:36.378 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-16 11:07:36.379 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-16 11:07:39.121 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-16 11:07:39.240 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 11:07:39.250 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-16 11:07:39.290 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-16 11:07:39.303 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 11:07:39.409 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-16 11:07:39.418 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 11:07:39.437 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-16 11:07:39.452 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 11:07:39.504 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 5af59a3f-6da2-4e66-b313-c39b8c9081bf\n\n2025-07-16 11:07:39.512 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2440859 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 11:07:39.514 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-16 11:07:39.521 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 11:07:40.112 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-16 11:07:40.154 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 11:07:40.167 [info] (ssh_tunnel) stdout: Starting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\n\n2025-07-16 11:07:40.174 [info] (ssh_tunnel) stdout: Code server started with PID 2440923 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 11:07:40.182 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 11:07:40.739 [info] (ssh_tunnel) stdout: ad03e32684c56721ea9b2a58: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\n\n2025-07-16 11:07:40.742 [info] (ssh_tunnel) stdout: errorMessage====\nisFatalError==false==\nmultiplexListeningOn==46131==\nmultiplexConnectionToken==5af59a3f-6da2-4e66-b313-c39b8c9081bf==\n\n2025-07-16 11:07:40.744 [info] (ssh_tunnel) stdout: codeListeningOn==36691==\ncodeConnectionToken==eec2fd76-3b12-4a3a-9f5f-ef00e4dedada==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nad03e32684c56721ea9b2a58: end\nUnlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 11:07:40.745 [info] Server install command exit code: 0\n2025-07-16 11:07:40.745 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_88832.sh\n2025-07-16 11:07:40.746 [info] [forwarding][code] creating new forwarding server\n2025-07-16 11:07:40.747 [info] [forwarding][code] server listening on 54992\n2025-07-16 11:07:40.747 [info] [forwarding][code] Set up server\n2025-07-16 11:07:40.747 [info] [remote-ssh] codeListeningOn (remote=36691; local=54992) codeConnectionToken: eec2fd76-3b12-4a3a-9f5f-ef00e4dedada\n2025-07-16 11:07:40.747 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-16 11:07:40.747 [info] [forwarding][multiplex] server listening on 54993\n2025-07-16 11:07:40.747 [info] [forwarding][multiplex] Set up server\n2025-07-16 11:07:40.749 [info] [remote-ssh] multiplexListeningOn (remote=46131; local=54993) multiplexConnectionToken: 5af59a3f-6da2-4e66-b313-c39b8c9081bf\n2025-07-16 11:07:40.749 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:07:40.755 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c3fad03f-7dc1-4593-93e0-ab9e428294c3] received connection request\n2025-07-16 11:07:40.755 [info] [command][f5781b8b-7f95-433b-a33c-6c4d69a01ad7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f5781b8b-7f95-433b-a33c-6c4d69a01ad7""}\n2025-07-16 11:07:40.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:07:40.761 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:36691][837ae7db-bbd2-49e8-836a-b4a9769a234f] received connection request\n2025-07-16 11:07:40.764 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:07:40.781 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c3fad03f-7dc1-4593-93e0-ab9e428294c3] socks forwarding established\n2025-07-16 11:07:40.796 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][837ae7db-bbd2-49e8-836a-b4a9769a234f] socks forwarding established\n2025-07-16 11:07:40.829 [info] [command][f5781b8b-7f95-433b-a33c-6c4d69a01ad7] Process exited with code 0\n2025-07-16 11:07:40.830 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c3fad03f-7dc1-4593-93e0-ab9e428294c3] socks connection closed\n2025-07-16 11:07:40.830 [info] [command][f5781b8b-7f95-433b-a33c-6c4d69a01ad7] Socket close event received\n2025-07-16 11:07:40.841 [info] Successfully connected to Cursor server at http://127.0.0.1:54992/version\n2025-07-16 11:07:40.841 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-16 11:07:40.842 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7bf95f94-0cc4-4824-a68e-837da35f8d91] received connection request\n2025-07-16 11:07:40.842 [info] [command][55ff39d2-3341-48e0-b94c-418a1cb61639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""55ff39d2-3341-48e0-b94c-418a1cb61639""}\n2025-07-16 11:07:40.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:07:40.846 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54995 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:07:40.864 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7bf95f94-0cc4-4824-a68e-837da35f8d91] socks forwarding established\n2025-07-16 11:07:40.896 [info] [command][55ff39d2-3341-48e0-b94c-418a1cb61639] Process exited with code 0\n2025-07-16 11:07:40.896 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-16 11:07:40.896 [info] [remote-ssh] Resolved exec server. Socks port: 54879\n2025-07-16 11:07:40.896 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54992,""connectionToken"":""eec2fd76-3b12-4a3a-9f5f-ef00e4dedada"",""extensionHostEnv"":{}}. Socks port: 54879\n2025-07-16 11:07:40.896 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7bf95f94-0cc4-4824-a68e-837da35f8d91] socks connection closed\n2025-07-16 11:07:40.896 [info] [command][55ff39d2-3341-48e0-b94c-418a1cb61639] Socket close event received\n2025-07-16 11:07:40.915 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54999 to 127.0.0.1 port 54879, nchannels 5\n\n2025-07-16 11:07:43.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 36691, connect from 127.0.0.1 port 54997 to 127.0.0.1 port 54879, nchannels 4\n\n2025-07-16 11:07:43.872 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][837ae7db-bbd2-49e8-836a-b4a9769a234f] socks connection closed\n2025-07-16 11:07:53.020 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:36691][b208034b-ea47-489d-9a2f-a66c1a0bf91f] received connection request\n2025-07-16 11:07:53.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:07:53.121 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][b208034b-ea47-489d-9a2f-a66c1a0bf91f] socks forwarding established\n2025-07-16 11:07:53.156 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:36691][3750a387-fd9f-49e7-aa49-114a943db93b] received connection request\n2025-07-16 11:07:53.156 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:07:53.299 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][3750a387-fd9f-49e7-aa49-114a943db93b] socks forwarding established\n2025-07-16 11:07:53.719 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-16 11:08:00.075 [info] [tunnel-forwarding][127.0.0.1:8791 -> localhost:8791] server listening\n2025-07-16 11:08:40.832 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:08:40.833 [info] [command][0e5fd657-f9ef-48c8-ad92-b172c285bbd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0e5fd657-f9ef-48c8-ad92-b172c285bbd7""}\n2025-07-16 11:08:40.834 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][46115b26-263b-49b3-b44d-c4c68c7dc5a7] received connection request\n2025-07-16 11:08:40.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:08:40.852 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][46115b26-263b-49b3-b44d-c4c68c7dc5a7] socks forwarding established\n2025-07-16 11:08:40.881 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][46115b26-263b-49b3-b44d-c4c68c7dc5a7] socks connection closed\n2025-07-16 11:08:40.882 [info] [command][0e5fd657-f9ef-48c8-ad92-b172c285bbd7] Process exited with code 0\n2025-07-16 11:08:40.882 [info] [command][0e5fd657-f9ef-48c8-ad92-b172c285bbd7] Socket close event received\n2025-07-16 11:08:40.900 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55157 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:09:40.887 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:09:40.889 [info] [command][28b40c6f-12c7-4ab9-b62f-05f3f994949f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""28b40c6f-12c7-4ab9-b62f-05f3f994949f""}\n2025-07-16 11:09:40.890 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d8d1a7c6-0f3d-4f19-a1a5-bd1ca48f698a] received connection request\n2025-07-16 11:09:40.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:09:40.908 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8d1a7c6-0f3d-4f19-a1a5-bd1ca48f698a] socks forwarding established\n2025-07-16 11:09:40.938 [info] [command][28b40c6f-12c7-4ab9-b62f-05f3f994949f] Process exited with code 0\n2025-07-16 11:09:40.939 [info] [command][28b40c6f-12c7-4ab9-b62f-05f3f994949f] Socket close event received\n2025-07-16 11:09:40.940 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8d1a7c6-0f3d-4f19-a1a5-bd1ca48f698a] socks connection closed\n2025-07-16 11:09:40.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55223 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:10:40.942 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:10:40.945 [info] [command][ff7f1a14-d46a-4050-a09c-5aca5212593b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ff7f1a14-d46a-4050-a09c-5aca5212593b""}\n2025-07-16 11:10:40.947 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][29580a0c-1562-4750-b16d-67bb84d4d42f] received connection request\n2025-07-16 11:10:40.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 11:10:40.948 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:10:40.966 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][29580a0c-1562-4750-b16d-67bb84d4d42f] socks forwarding established\n2025-07-16 11:10:40.997 [info] [command][ff7f1a14-d46a-4050-a09c-5aca5212593b] Process exited with code 0\n2025-07-16 11:10:40.998 [info] [command][ff7f1a14-d46a-4050-a09c-5aca5212593b] Socket close event received\n2025-07-16 11:10:40.999 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][29580a0c-1562-4750-b16d-67bb84d4d42f] socks connection closed\n2025-07-16 11:10:41.013 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55252 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:11:40.998 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:11:41.001 [info] [command][e8ddef2c-c75f-416a-9953-abafb18b652f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e8ddef2c-c75f-416a-9953-abafb18b652f""}\n2025-07-16 11:11:41.001 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4f4ce392-b7cb-4d2a-a676-f3ccf4369173] received connection request\n2025-07-16 11:11:41.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:11:41.025 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f4ce392-b7cb-4d2a-a676-f3ccf4369173] socks forwarding established\n2025-07-16 11:11:41.057 [info] [command][e8ddef2c-c75f-416a-9953-abafb18b652f] Process exited with code 0\n2025-07-16 11:11:41.057 [info] [command][e8ddef2c-c75f-416a-9953-abafb18b652f] Socket close event received\n2025-07-16 11:11:41.058 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f4ce392-b7cb-4d2a-a676-f3ccf4369173] socks connection closed\n2025-07-16 11:11:41.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55303 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:12:41.063 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:12:41.066 [info] [command][2374cbc8-e8fb-493b-9625-f55b9cb8b4c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2374cbc8-e8fb-493b-9625-f55b9cb8b4c7""}\n2025-07-16 11:12:41.067 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][40afb2a1-2996-4e38-afb3-8c0da3923a21] received connection request\n2025-07-16 11:12:41.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:12:41.113 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][40afb2a1-2996-4e38-afb3-8c0da3923a21] socks forwarding established\n2025-07-16 11:12:41.219 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][40afb2a1-2996-4e38-afb3-8c0da3923a21] socks connection closed\n2025-07-16 11:12:41.219 [info] [command][2374cbc8-e8fb-493b-9625-f55b9cb8b4c7] Process exited with code 0\n2025-07-16 11:12:41.220 [info] [command][2374cbc8-e8fb-493b-9625-f55b9cb8b4c7] Socket close event received\n2025-07-16 11:12:41.237 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55383 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:13:41.220 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:13:41.223 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][52bffefc-2ea8-4cb5-a4f9-1dc41f7b876d] received connection request\n2025-07-16 11:13:41.223 [info] [command][6612216f-6665-4fcc-a4ef-492849c2edf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6612216f-6665-4fcc-a4ef-492849c2edf6""}\n2025-07-16 11:13:41.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:13:41.240 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][52bffefc-2ea8-4cb5-a4f9-1dc41f7b876d] socks forwarding established\n2025-07-16 11:13:41.269 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][52bffefc-2ea8-4cb5-a4f9-1dc41f7b876d] socks connection closed\n2025-07-16 11:13:41.269 [info] [command][6612216f-6665-4fcc-a4ef-492849c2edf6] Process exited with code 0\n2025-07-16 11:13:41.269 [info] [command][6612216f-6665-4fcc-a4ef-492849c2edf6] Socket close event received\n2025-07-16 11:13:41.286 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55417 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:14:41.273 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:14:41.276 [info] [command][d7d53d26-669d-47ec-b551-14eca7139922] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d7d53d26-669d-47ec-b551-14eca7139922""}\n2025-07-16 11:14:41.276 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8f66c399-1fe4-4973-aca3-262e9714aa17] received connection request\n2025-07-16 11:14:41.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:14:41.295 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8f66c399-1fe4-4973-aca3-262e9714aa17] socks forwarding established\n2025-07-16 11:14:41.324 [info] [command][d7d53d26-669d-47ec-b551-14eca7139922] Process exited with code 0\n2025-07-16 11:14:41.325 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8f66c399-1fe4-4973-aca3-262e9714aa17] socks connection closed\n2025-07-16 11:14:41.325 [info] [command][d7d53d26-669d-47ec-b551-14eca7139922] Socket close event received\n2025-07-16 11:14:41.342 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55457 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:15:41.326 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:15:41.329 [info] [command][bcd13cf6-cc2e-4b99-8446-c43742c4bf21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bcd13cf6-cc2e-4b99-8446-c43742c4bf21""}\n2025-07-16 11:15:41.329 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f8682eb6-644b-4f05-ac03-0e80120ffe25] received connection request\n2025-07-16 11:15:41.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:15:41.347 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f8682eb6-644b-4f05-ac03-0e80120ffe25] socks forwarding established\n2025-07-16 11:15:41.377 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f8682eb6-644b-4f05-ac03-0e80120ffe25] socks connection closed\n2025-07-16 11:15:41.377 [info] [command][bcd13cf6-cc2e-4b99-8446-c43742c4bf21] Process exited with code 0\n2025-07-16 11:15:41.377 [info] [command][bcd13cf6-cc2e-4b99-8446-c43742c4bf21] Socket close event received\n2025-07-16 11:15:41.392 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55494 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:16:41.383 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:16:41.385 [info] [command][323afb0a-6ca2-4868-952a-47da1a272ff5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""323afb0a-6ca2-4868-952a-47da1a272ff5""}\n2025-07-16 11:16:41.386 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2c10d2ca-8de1-4e98-adda-db5cb99a4758] received connection request\n2025-07-16 11:16:41.386 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:16:41.403 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2c10d2ca-8de1-4e98-adda-db5cb99a4758] socks forwarding established\n2025-07-16 11:16:41.433 [info] [command][323afb0a-6ca2-4868-952a-47da1a272ff5] Process exited with code 0\n2025-07-16 11:16:41.433 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2c10d2ca-8de1-4e98-adda-db5cb99a4758] socks connection closed\n2025-07-16 11:16:41.433 [info] [command][323afb0a-6ca2-4868-952a-47da1a272ff5] Socket close event received\n2025-07-16 11:16:41.450 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55544 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:17:41.439 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:17:41.442 [info] [command][a30ad978-4bff-4a2d-8220-5ada3f68e478] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a30ad978-4bff-4a2d-8220-5ada3f68e478""}\n2025-07-16 11:17:41.443 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fe91cd61-76e8-4b90-8710-b3f514b87aeb] received connection request\n2025-07-16 11:17:41.444 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:17:41.464 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fe91cd61-76e8-4b90-8710-b3f514b87aeb] socks forwarding established\n2025-07-16 11:17:41.499 [info] [command][a30ad978-4bff-4a2d-8220-5ada3f68e478] Process exited with code 0\n2025-07-16 11:17:41.499 [info] [command][a30ad978-4bff-4a2d-8220-5ada3f68e478] Socket close event received\n2025-07-16 11:17:41.500 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fe91cd61-76e8-4b90-8710-b3f514b87aeb] socks connection closed\n2025-07-16 11:17:41.518 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55610 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:18:41.504 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:18:41.507 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][aceed40a-6aaa-4785-9e4c-7d02c8c0e080] received connection request\n2025-07-16 11:18:41.508 [info] [command][f8f6db54-5e33-4954-b356-5940e88c346a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f8f6db54-5e33-4954-b356-5940e88c346a""}\n2025-07-16 11:18:41.508 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:18:41.591 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aceed40a-6aaa-4785-9e4c-7d02c8c0e080] socks forwarding established\n2025-07-16 11:18:41.621 [info] [command][f8f6db54-5e33-4954-b356-5940e88c346a] Process exited with code 0\n2025-07-16 11:18:41.621 [info] [command][f8f6db54-5e33-4954-b356-5940e88c346a] Socket close event received\n2025-07-16 11:18:41.621 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aceed40a-6aaa-4785-9e4c-7d02c8c0e080] socks connection closed\n2025-07-16 11:18:41.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55646 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:19:41.626 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:19:41.628 [info] [command][be8e9281-dcf3-4035-9061-489648250cdc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""be8e9281-dcf3-4035-9061-489648250cdc""}\n2025-07-16 11:19:41.629 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c9a467fd-8db8-4758-8f30-6a7d8ad7f988] received connection request\n2025-07-16 11:19:41.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:19:41.647 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9a467fd-8db8-4758-8f30-6a7d8ad7f988] socks forwarding established\n2025-07-16 11:19:41.679 [info] [command][be8e9281-dcf3-4035-9061-489648250cdc] Process exited with code 0\n2025-07-16 11:19:41.679 [info] [command][be8e9281-dcf3-4035-9061-489648250cdc] Socket close event received\n2025-07-16 11:19:41.679 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9a467fd-8db8-4758-8f30-6a7d8ad7f988] socks connection closed\n2025-07-16 11:19:41.696 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55679 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:20:41.680 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:20:41.683 [info] [command][ce4bdd4a-5656-4d32-a07a-186c96baafbd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ce4bdd4a-5656-4d32-a07a-186c96baafbd""}\n2025-07-16 11:20:41.683 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1f263d46-675b-45e6-bc6a-8a9a8b312ad0] received connection request\n2025-07-16 11:20:41.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:20:41.702 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1f263d46-675b-45e6-bc6a-8a9a8b312ad0] socks forwarding established\n2025-07-16 11:20:41.733 [info] [command][ce4bdd4a-5656-4d32-a07a-186c96baafbd] Process exited with code 0\n2025-07-16 11:20:41.733 [info] [command][ce4bdd4a-5656-4d32-a07a-186c96baafbd] Socket close event received\n2025-07-16 11:20:41.734 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1f263d46-675b-45e6-bc6a-8a9a8b312ad0] socks connection closed\n2025-07-16 11:20:41.753 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55716 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:21:41.738 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:21:41.741 [info] [command][b433e681-2c49-4318-aa29-e4cbd51da9ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b433e681-2c49-4318-aa29-e4cbd51da9ba""}\n2025-07-16 11:21:41.742 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d2c04c5d-2dbe-4a68-abad-0d41d28bea87] received connection request\n2025-07-16 11:21:41.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:21:41.762 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d2c04c5d-2dbe-4a68-abad-0d41d28bea87] socks forwarding established\n2025-07-16 11:21:41.794 [info] [command][b433e681-2c49-4318-aa29-e4cbd51da9ba] Process exited with code 0\n2025-07-16 11:21:41.794 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d2c04c5d-2dbe-4a68-abad-0d41d28bea87] socks connection closed\n2025-07-16 11:21:41.795 [info] [command][b433e681-2c49-4318-aa29-e4cbd51da9ba] Socket close event received\n2025-07-16 11:21:41.812 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55755 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:22:41.799 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:22:41.801 [info] [command][1c7ba2ee-ba04-4ec4-b964-1f18d0d15bc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1c7ba2ee-ba04-4ec4-b964-1f18d0d15bc3""}\n2025-07-16 11:22:41.801 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][63138bd8-2716-4c2d-a549-93eaaf9269a9] received connection request\n2025-07-16 11:22:41.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 11:22:41.801 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:22:41.818 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][63138bd8-2716-4c2d-a549-93eaaf9269a9] socks forwarding established\n2025-07-16 11:22:41.847 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][63138bd8-2716-4c2d-a549-93eaaf9269a9] socks connection closed\n2025-07-16 11:22:41.847 [info] [command][1c7ba2ee-ba04-4ec4-b964-1f18d0d15bc3] Process exited with code 0\n2025-07-16 11:22:41.847 [info] [command][1c7ba2ee-ba04-4ec4-b964-1f18d0d15bc3] Socket close event received\n2025-07-16 11:22:41.863 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55802 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:23:41.853 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:23:41.855 [info] [command][6f7a5985-73cb-4630-8860-86d3d8e3842a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6f7a5985-73cb-4630-8860-86d3d8e3842a""}\n2025-07-16 11:23:41.857 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][def29ff2-2430-4a08-81d3-5cad05ef4a3b] received connection request\n2025-07-16 11:23:41.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:23:41.874 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][def29ff2-2430-4a08-81d3-5cad05ef4a3b] socks forwarding established\n2025-07-16 11:23:41.901 [info] [command][6f7a5985-73cb-4630-8860-86d3d8e3842a] Process exited with code 0\n2025-07-16 11:23:41.901 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][def29ff2-2430-4a08-81d3-5cad05ef4a3b] socks connection closed\n2025-07-16 11:23:41.901 [info] [command][6f7a5985-73cb-4630-8860-86d3d8e3842a] Socket close event received\n2025-07-16 11:23:41.919 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55828 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:24:41.902 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:24:41.903 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][27d247ba-6c97-4c66-a981-64e7d4595738] received connection request\n2025-07-16 11:24:41.903 [info] [command][68cebcbd-372d-4ae3-9416-eb593eed8e37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""68cebcbd-372d-4ae3-9416-eb593eed8e37""}\n2025-07-16 11:24:41.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 11:24:41.904 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:24:41.969 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][27d247ba-6c97-4c66-a981-64e7d4595738] socks forwarding established\n2025-07-16 11:24:41.998 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][27d247ba-6c97-4c66-a981-64e7d4595738] socks connection closed\n2025-07-16 11:24:41.998 [info] [command][68cebcbd-372d-4ae3-9416-eb593eed8e37] Process exited with code 0\n2025-07-16 11:24:41.998 [info] [command][68cebcbd-372d-4ae3-9416-eb593eed8e37] Socket close event received\n2025-07-16 11:24:42.145 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55858 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:25:42.004 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:25:42.007 [info] [command][eb49a1f9-7242-44f5-bdab-b1dab3052caa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""eb49a1f9-7242-44f5-bdab-b1dab3052caa""}\n2025-07-16 11:25:42.007 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5327ede1-ff56-4d7c-b278-b92e76c38b56] received connection request\n2025-07-16 11:25:42.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:25:42.031 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5327ede1-ff56-4d7c-b278-b92e76c38b56] socks forwarding established\n2025-07-16 11:25:42.061 [info] [command][eb49a1f9-7242-44f5-bdab-b1dab3052caa] Process exited with code 0\n2025-07-16 11:25:42.062 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5327ede1-ff56-4d7c-b278-b92e76c38b56] socks connection closed\n2025-07-16 11:25:42.062 [info] [command][eb49a1f9-7242-44f5-bdab-b1dab3052caa] Socket close event received\n2025-07-16 11:25:42.080 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55893 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:26:42.063 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:26:42.065 [info] [command][536388b3-1527-4962-9b27-46d91d3af5f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""536388b3-1527-4962-9b27-46d91d3af5f5""}\n2025-07-16 11:26:42.065 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fdc70f58-c0c1-404b-b007-e080c305e69d] received connection request\n2025-07-16 11:26:42.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:26:42.082 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fdc70f58-c0c1-404b-b007-e080c305e69d] socks forwarding established\n2025-07-16 11:26:42.112 [info] [command][536388b3-1527-4962-9b27-46d91d3af5f5] Process exited with code 0\n2025-07-16 11:26:42.113 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fdc70f58-c0c1-404b-b007-e080c305e69d] socks connection closed\n2025-07-16 11:26:42.113 [info] [command][536388b3-1527-4962-9b27-46d91d3af5f5] Socket close event received\n2025-07-16 11:26:42.131 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55939 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:27:42.118 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:27:42.120 [info] [command][63c0efee-6c2c-4d9b-b099-bc7989636e38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""63c0efee-6c2c-4d9b-b099-bc7989636e38""}\n2025-07-16 11:27:42.120 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0a37ba03-1fd8-4df7-ba66-f2c6a24e1686] received connection request\n2025-07-16 11:27:42.120 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:27:42.137 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0a37ba03-1fd8-4df7-ba66-f2c6a24e1686] socks forwarding established\n2025-07-16 11:27:42.166 [info] [command][63c0efee-6c2c-4d9b-b099-bc7989636e38] Process exited with code 0\n2025-07-16 11:27:42.166 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0a37ba03-1fd8-4df7-ba66-f2c6a24e1686] socks connection closed\n2025-07-16 11:27:42.166 [info] [command][63c0efee-6c2c-4d9b-b099-bc7989636e38] Socket close event received\n2025-07-16 11:27:42.185 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56005 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:28:42.171 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:28:42.174 [info] [command][47649e09-019c-4eda-ab09-e22282e58ba8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""47649e09-019c-4eda-ab09-e22282e58ba8""}\n2025-07-16 11:28:42.176 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][59bbcbd8-9545-4d1a-a101-223aad9c9d0a] received connection request\n2025-07-16 11:28:42.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:28:42.204 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][59bbcbd8-9545-4d1a-a101-223aad9c9d0a] socks forwarding established\n2025-07-16 11:28:42.236 [info] [command][47649e09-019c-4eda-ab09-e22282e58ba8] Process exited with code 0\n2025-07-16 11:28:42.236 [info] [command][47649e09-019c-4eda-ab09-e22282e58ba8] Socket close event received\n2025-07-16 11:28:42.237 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][59bbcbd8-9545-4d1a-a101-223aad9c9d0a] socks connection closed\n2025-07-16 11:28:42.255 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56035 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:29:42.240 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:29:42.241 [info] [command][5d415962-42cc-4977-ac3c-bdad6622037a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5d415962-42cc-4977-ac3c-bdad6622037a""}\n2025-07-16 11:29:42.242 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][23bca81d-689d-40e6-a035-1f40b9bae44a] received connection request\n2025-07-16 11:29:42.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 11:29:42.242 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:29:42.259 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][23bca81d-689d-40e6-a035-1f40b9bae44a] socks forwarding established\n2025-07-16 11:29:42.287 [info] [command][5d415962-42cc-4977-ac3c-bdad6622037a] Process exited with code 0\n2025-07-16 11:29:42.287 [info] [command][5d415962-42cc-4977-ac3c-bdad6622037a] Socket close event received\n2025-07-16 11:29:42.288 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][23bca81d-689d-40e6-a035-1f40b9bae44a] socks connection closed\n2025-07-16 11:29:42.304 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56080 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:30:42.291 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:30:42.294 [info] [command][0fc6afad-bb2e-4b49-af04-406cbbd83581] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0fc6afad-bb2e-4b49-af04-406cbbd83581""}\n2025-07-16 11:30:42.295 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c7fb9f0b-65b4-46e5-a8c6-ca50cf37ef03] received connection request\n2025-07-16 11:30:42.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:30:42.315 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c7fb9f0b-65b4-46e5-a8c6-ca50cf37ef03] socks forwarding established\n2025-07-16 11:30:42.477 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c7fb9f0b-65b4-46e5-a8c6-ca50cf37ef03] socks connection closed\n2025-07-16 11:30:42.477 [info] [command][0fc6afad-bb2e-4b49-af04-406cbbd83581] Process exited with code 0\n2025-07-16 11:30:42.477 [info] [command][0fc6afad-bb2e-4b49-af04-406cbbd83581] Socket close event received\n2025-07-16 11:30:42.494 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56108 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:31:42.483 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:31:42.485 [info] [command][5a1c8528-13bd-4700-85bf-8b9b7e2f8423] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5a1c8528-13bd-4700-85bf-8b9b7e2f8423""}\n2025-07-16 11:31:42.485 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][43739f5a-16c5-4fe0-9b7c-7d814baf8006] received connection request\n2025-07-16 11:31:42.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:31:42.502 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43739f5a-16c5-4fe0-9b7c-7d814baf8006] socks forwarding established\n2025-07-16 11:31:42.532 [info] [command][5a1c8528-13bd-4700-85bf-8b9b7e2f8423] Process exited with code 0\n2025-07-16 11:31:42.533 [info] [command][5a1c8528-13bd-4700-85bf-8b9b7e2f8423] Socket close event received\n2025-07-16 11:31:42.533 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43739f5a-16c5-4fe0-9b7c-7d814baf8006] socks connection closed\n2025-07-16 11:31:42.549 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56162 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:32:42.538 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:32:42.540 [info] [command][f3024580-8252-4a04-8161-305da16c5213] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f3024580-8252-4a04-8161-305da16c5213""}\n2025-07-16 11:32:42.540 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0005c212-0504-4a35-a799-98f8ea97f06b] received connection request\n2025-07-16 11:32:42.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:32:42.558 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0005c212-0504-4a35-a799-98f8ea97f06b] socks forwarding established\n2025-07-16 11:32:42.586 [info] [command][f3024580-8252-4a04-8161-305da16c5213] Process exited with code 0\n2025-07-16 11:32:42.586 [info] [command][f3024580-8252-4a04-8161-305da16c5213] Socket close event received\n2025-07-16 11:32:42.587 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0005c212-0504-4a35-a799-98f8ea97f06b] socks connection closed\n2025-07-16 11:32:42.603 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56231 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:33:42.591 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:33:42.594 [info] [command][6f86a098-6eb6-476b-adf7-876c19666169] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6f86a098-6eb6-476b-adf7-876c19666169""}\n2025-07-16 11:33:42.594 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][24e9962f-35bd-47f2-873f-ae3f34b18df8] received connection request\n2025-07-16 11:33:42.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:33:42.611 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][24e9962f-35bd-47f2-873f-ae3f34b18df8] socks forwarding established\n2025-07-16 11:33:42.641 [info] [command][6f86a098-6eb6-476b-adf7-876c19666169] Process exited with code 0\n2025-07-16 11:33:42.641 [info] [command][6f86a098-6eb6-476b-adf7-876c19666169] Socket close event received\n2025-07-16 11:33:42.642 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][24e9962f-35bd-47f2-873f-ae3f34b18df8] socks connection closed\n2025-07-16 11:33:42.658 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56266 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:34:42.644 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:34:42.646 [info] [command][bafd6afa-2d1e-41f0-8bfb-6c413961829e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bafd6afa-2d1e-41f0-8bfb-6c413961829e""}\n2025-07-16 11:34:42.647 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][561e7a95-ed7f-4d73-a3cb-57a428973407] received connection request\n2025-07-16 11:34:42.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:34:42.664 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][561e7a95-ed7f-4d73-a3cb-57a428973407] socks forwarding established\n2025-07-16 11:34:42.695 [info] [command][bafd6afa-2d1e-41f0-8bfb-6c413961829e] Process exited with code 0\n2025-07-16 11:34:42.695 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][561e7a95-ed7f-4d73-a3cb-57a428973407] socks connection closed\n2025-07-16 11:34:42.695 [info] [command][bafd6afa-2d1e-41f0-8bfb-6c413961829e] Socket close event received\n2025-07-16 11:34:42.711 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56287 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:35:42.701 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:35:42.703 [info] [command][5d5eb676-0139-4245-9e09-62cf2b7f9923] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5d5eb676-0139-4245-9e09-62cf2b7f9923""}\n2025-07-16 11:35:42.704 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][01c98f71-4e3b-4eaf-98d4-59493058832e] received connection request\n2025-07-16 11:35:42.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:35:42.723 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][01c98f71-4e3b-4eaf-98d4-59493058832e] socks forwarding established\n2025-07-16 11:35:42.753 [info] [command][5d5eb676-0139-4245-9e09-62cf2b7f9923] Process exited with code 0\n2025-07-16 11:35:42.753 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][01c98f71-4e3b-4eaf-98d4-59493058832e] socks connection closed\n2025-07-16 11:35:42.753 [info] [command][5d5eb676-0139-4245-9e09-62cf2b7f9923] Socket close event received\n2025-07-16 11:35:42.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56310 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:36:42.758 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:36:42.760 [info] [command][3a80d687-296f-4035-9029-99d3228d6305] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3a80d687-296f-4035-9029-99d3228d6305""}\n2025-07-16 11:36:42.761 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ec88cc1d-034f-49cc-a35d-27af956a0cf1] received connection request\n2025-07-16 11:36:42.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:36:42.796 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ec88cc1d-034f-49cc-a35d-27af956a0cf1] socks forwarding established\n2025-07-16 11:36:42.955 [info] [command][3a80d687-296f-4035-9029-99d3228d6305] Process exited with code 0\n2025-07-16 11:36:42.956 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ec88cc1d-034f-49cc-a35d-27af956a0cf1] socks connection closed\n2025-07-16 11:36:42.956 [info] [command][3a80d687-296f-4035-9029-99d3228d6305] Socket close event received\n2025-07-16 11:36:42.975 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56346 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:37:42.960 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:37:42.962 [info] [command][623359b9-8c87-4584-a63d-1958b34425b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""623359b9-8c87-4584-a63d-1958b34425b8""}\n2025-07-16 11:37:42.963 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6e6ef120-05c8-4376-8ff6-0ce5a98c4071] received connection request\n2025-07-16 11:37:42.964 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:37:43.010 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6e6ef120-05c8-4376-8ff6-0ce5a98c4071] socks forwarding established\n2025-07-16 11:37:43.045 [info] [command][623359b9-8c87-4584-a63d-1958b34425b8] Process exited with code 0\n2025-07-16 11:37:43.045 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6e6ef120-05c8-4376-8ff6-0ce5a98c4071] socks connection closed\n2025-07-16 11:37:43.045 [info] [command][623359b9-8c87-4584-a63d-1958b34425b8] Socket close event received\n2025-07-16 11:37:43.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56404 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:38:43.049 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:38:43.051 [info] [command][fb78f36f-70a6-4b09-893c-b42ff3d3ac09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fb78f36f-70a6-4b09-893c-b42ff3d3ac09""}\n2025-07-16 11:38:43.052 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][20d93671-de1a-4245-b9e9-dee50a635ad8] received connection request\n2025-07-16 11:38:43.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:38:43.196 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][20d93671-de1a-4245-b9e9-dee50a635ad8] socks forwarding established\n2025-07-16 11:38:43.231 [info] [command][fb78f36f-70a6-4b09-893c-b42ff3d3ac09] Process exited with code 0\n2025-07-16 11:38:43.232 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][20d93671-de1a-4245-b9e9-dee50a635ad8] socks connection closed\n2025-07-16 11:38:43.232 [info] [command][fb78f36f-70a6-4b09-893c-b42ff3d3ac09] Socket close event received\n2025-07-16 11:38:43.346 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56431 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:39:43.234 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:39:43.237 [info] [command][db3ce582-3102-47d0-91ac-f08d77724ad5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""db3ce582-3102-47d0-91ac-f08d77724ad5""}\n2025-07-16 11:39:43.238 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][73415d5c-a390-400c-8ffb-4823cf683b58] received connection request\n2025-07-16 11:39:43.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:39:43.257 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][73415d5c-a390-400c-8ffb-4823cf683b58] socks forwarding established\n2025-07-16 11:39:43.289 [info] [command][db3ce582-3102-47d0-91ac-f08d77724ad5] Process exited with code 0\n2025-07-16 11:39:43.290 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][73415d5c-a390-400c-8ffb-4823cf683b58] socks connection closed\n2025-07-16 11:39:43.290 [info] [command][db3ce582-3102-47d0-91ac-f08d77724ad5] Socket close event received\n2025-07-16 11:39:43.308 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56457 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:40:43.292 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:40:43.292 [info] [command][ed4d4b11-504b-4336-8a03-cadbb9b59770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ed4d4b11-504b-4336-8a03-cadbb9b59770""}\n2025-07-16 11:40:43.293 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0b0ac47b-4246-4cbf-b7ec-760b73449cf5] received connection request\n2025-07-16 11:40:43.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:40:43.331 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0b0ac47b-4246-4cbf-b7ec-760b73449cf5] socks forwarding established\n2025-07-16 11:40:43.361 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0b0ac47b-4246-4cbf-b7ec-760b73449cf5] socks connection closed\n2025-07-16 11:40:43.361 [info] [command][ed4d4b11-504b-4336-8a03-cadbb9b59770] Process exited with code 0\n2025-07-16 11:40:43.361 [info] [command][ed4d4b11-504b-4336-8a03-cadbb9b59770] Socket close event received\n2025-07-16 11:40:43.379 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56485 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:41:43.363 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:41:43.366 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6d82ed61-186f-4f24-a307-8aafa70277cc] received connection request\n2025-07-16 11:41:43.367 [info] [command][9fc99e4e-d004-4ec8-952a-f717187c64a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9fc99e4e-d004-4ec8-952a-f717187c64a0""}\n2025-07-16 11:41:43.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:41:43.385 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6d82ed61-186f-4f24-a307-8aafa70277cc] socks forwarding established\n2025-07-16 11:41:43.418 [info] [command][9fc99e4e-d004-4ec8-952a-f717187c64a0] Process exited with code 0\n2025-07-16 11:41:43.419 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6d82ed61-186f-4f24-a307-8aafa70277cc] socks connection closed\n2025-07-16 11:41:43.419 [info] [command][9fc99e4e-d004-4ec8-952a-f717187c64a0] Socket close event received\n2025-07-16 11:41:43.438 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56525 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:42:43.420 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:42:43.421 [info] [command][ae21915e-78b3-4718-81d5-5d23a74e17ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ae21915e-78b3-4718-81d5-5d23a74e17ab""}\n2025-07-16 11:42:43.422 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][935f4bfb-cb9b-4730-8a90-3fe3429837a2] received connection request\n2025-07-16 11:42:43.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:42:43.439 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][935f4bfb-cb9b-4730-8a90-3fe3429837a2] socks forwarding established\n2025-07-16 11:42:43.468 [info] [command][ae21915e-78b3-4718-81d5-5d23a74e17ab] Process exited with code 0\n2025-07-16 11:42:43.468 [info] [command][ae21915e-78b3-4718-81d5-5d23a74e17ab] Socket close event received\n2025-07-16 11:42:43.469 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][935f4bfb-cb9b-4730-8a90-3fe3429837a2] socks connection closed\n2025-07-16 11:42:43.487 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56577 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:43:43.470 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:43:43.473 [info] [command][7ff3c7af-30a6-4a7b-be1e-139f83792211] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7ff3c7af-30a6-4a7b-be1e-139f83792211""}\n2025-07-16 11:43:43.474 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0acb904b-3a74-42c0-a514-5f3db7167b37] received connection request\n2025-07-16 11:43:43.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:43:43.493 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0acb904b-3a74-42c0-a514-5f3db7167b37] socks forwarding established\n2025-07-16 11:43:43.524 [info] [command][7ff3c7af-30a6-4a7b-be1e-139f83792211] Process exited with code 0\n2025-07-16 11:43:43.525 [info] [command][7ff3c7af-30a6-4a7b-be1e-139f83792211] Socket close event received\n2025-07-16 11:43:43.526 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0acb904b-3a74-42c0-a514-5f3db7167b37] socks connection closed\n2025-07-16 11:43:43.543 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56611 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:44:43.531 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:44:43.533 [info] [command][192923ce-e89d-4136-b0aa-3d09b602e99a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""192923ce-e89d-4136-b0aa-3d09b602e99a""}\n2025-07-16 11:44:43.534 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4f06b102-d99d-4a42-9de0-53272b336188] received connection request\n2025-07-16 11:44:43.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:44:43.552 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f06b102-d99d-4a42-9de0-53272b336188] socks forwarding established\n2025-07-16 11:44:43.584 [info] [command][192923ce-e89d-4136-b0aa-3d09b602e99a] Process exited with code 0\n2025-07-16 11:44:43.584 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f06b102-d99d-4a42-9de0-53272b336188] socks connection closed\n2025-07-16 11:44:43.584 [info] [command][192923ce-e89d-4136-b0aa-3d09b602e99a] Socket close event received\n2025-07-16 11:44:43.601 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56634 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:45:43.585 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:45:43.587 [info] [command][84eb14e9-3e2f-4301-a935-0b83b5a1aec7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""84eb14e9-3e2f-4301-a935-0b83b5a1aec7""}\n2025-07-16 11:45:43.587 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][cd3937df-0e47-49a6-a77a-e7809791149f] received connection request\n2025-07-16 11:45:43.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:45:43.605 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cd3937df-0e47-49a6-a77a-e7809791149f] socks forwarding established\n2025-07-16 11:45:43.633 [info] [command][84eb14e9-3e2f-4301-a935-0b83b5a1aec7] Process exited with code 0\n2025-07-16 11:45:43.633 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cd3937df-0e47-49a6-a77a-e7809791149f] socks connection closed\n2025-07-16 11:45:43.633 [info] [command][84eb14e9-3e2f-4301-a935-0b83b5a1aec7] Socket close event received\n2025-07-16 11:45:43.650 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56654 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:46:43.634 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:46:43.637 [info] [command][9de5282d-b00e-4607-88d2-530702445540] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9de5282d-b00e-4607-88d2-530702445540""}\n2025-07-16 11:46:43.638 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c4d7a2ca-c723-4c18-a8c4-75380d4bd5d6] received connection request\n2025-07-16 11:46:43.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:46:43.657 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c4d7a2ca-c723-4c18-a8c4-75380d4bd5d6] socks forwarding established\n2025-07-16 11:46:43.690 [info] [command][9de5282d-b00e-4607-88d2-530702445540] Process exited with code 0\n2025-07-16 11:46:43.690 [info] [command][9de5282d-b00e-4607-88d2-530702445540] Socket close event received\n2025-07-16 11:46:43.691 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c4d7a2ca-c723-4c18-a8c4-75380d4bd5d6] socks connection closed\n2025-07-16 11:46:43.709 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56705 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:47:43.691 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:47:43.693 [info] [command][cdabe10d-787d-4ee3-9257-95ae23ff666c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cdabe10d-787d-4ee3-9257-95ae23ff666c""}\n2025-07-16 11:47:43.693 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c750d7be-4658-46b9-96c7-d6be76b63940] received connection request\n2025-07-16 11:47:43.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 11:47:43.693 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:47:43.712 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c750d7be-4658-46b9-96c7-d6be76b63940] socks forwarding established\n2025-07-16 11:47:43.742 [info] [command][cdabe10d-787d-4ee3-9257-95ae23ff666c] Process exited with code 0\n2025-07-16 11:47:43.743 [info] [command][cdabe10d-787d-4ee3-9257-95ae23ff666c] Socket close event received\n2025-07-16 11:47:43.743 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c750d7be-4658-46b9-96c7-d6be76b63940] socks connection closed\n2025-07-16 11:47:43.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56759 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:48:43.747 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:48:43.749 [info] [command][fcfd940a-9f9e-451b-a028-86ece881bb96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fcfd940a-9f9e-451b-a028-86ece881bb96""}\n2025-07-16 11:48:43.750 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5858e970-f4ef-4509-b60c-da33ae22492a] received connection request\n2025-07-16 11:48:43.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:48:43.767 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5858e970-f4ef-4509-b60c-da33ae22492a] socks forwarding established\n2025-07-16 11:48:43.797 [info] [command][fcfd940a-9f9e-451b-a028-86ece881bb96] Process exited with code 0\n2025-07-16 11:48:43.798 [info] [command][fcfd940a-9f9e-451b-a028-86ece881bb96] Socket close event received\n2025-07-16 11:48:43.799 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5858e970-f4ef-4509-b60c-da33ae22492a] socks connection closed\n2025-07-16 11:48:43.817 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56782 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:49:43.799 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:49:43.800 [info] [command][4c23cdf8-57c7-4137-9bea-cf29515a38f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4c23cdf8-57c7-4137-9bea-cf29515a38f0""}\n2025-07-16 11:49:43.800 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a88b1c09-93bd-456b-b7f2-bdaac9ad8076] received connection request\n2025-07-16 11:49:43.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:49:43.817 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a88b1c09-93bd-456b-b7f2-bdaac9ad8076] socks forwarding established\n2025-07-16 11:49:43.846 [info] [command][4c23cdf8-57c7-4137-9bea-cf29515a38f0] Process exited with code 0\n2025-07-16 11:49:43.847 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a88b1c09-93bd-456b-b7f2-bdaac9ad8076] socks connection closed\n2025-07-16 11:49:43.847 [info] [command][4c23cdf8-57c7-4137-9bea-cf29515a38f0] Socket close event received\n2025-07-16 11:49:43.864 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56806 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:50:43.852 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:50:43.853 [info] [command][7689da06-c43d-445f-9395-3c39ec6df638] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7689da06-c43d-445f-9395-3c39ec6df638""}\n2025-07-16 11:50:43.854 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4138a384-b128-416a-a7b2-b4a313d38c16] received connection request\n2025-07-16 11:50:43.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:50:43.871 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4138a384-b128-416a-a7b2-b4a313d38c16] socks forwarding established\n2025-07-16 11:50:43.901 [info] [command][7689da06-c43d-445f-9395-3c39ec6df638] Process exited with code 0\n2025-07-16 11:50:43.901 [info] [command][7689da06-c43d-445f-9395-3c39ec6df638] Socket close event received\n2025-07-16 11:50:43.901 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4138a384-b128-416a-a7b2-b4a313d38c16] socks connection closed\n2025-07-16 11:50:43.918 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56843 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:51:43.907 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:51:43.909 [info] [command][ae5246eb-6982-40e3-85c6-9d4038a53881] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ae5246eb-6982-40e3-85c6-9d4038a53881""}\n2025-07-16 11:51:43.909 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3ca3bd68-1d71-4fbc-86d9-f078632a0459] received connection request\n2025-07-16 11:51:43.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:51:43.926 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3ca3bd68-1d71-4fbc-86d9-f078632a0459] socks forwarding established\n2025-07-16 11:51:43.955 [info] [command][ae5246eb-6982-40e3-85c6-9d4038a53881] Process exited with code 0\n2025-07-16 11:51:43.955 [info] [command][ae5246eb-6982-40e3-85c6-9d4038a53881] Socket close event received\n2025-07-16 11:51:43.970 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3ca3bd68-1d71-4fbc-86d9-f078632a0459] socks connection closed\n2025-07-16 11:51:43.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56917 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:52:43.961 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:52:43.962 [info] [command][ce84f162-4a59-43b0-ab5f-af9bbcab501e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ce84f162-4a59-43b0-ab5f-af9bbcab501e""}\n2025-07-16 11:52:43.963 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][903dac76-7c6a-4942-80b2-18a15f2258e0] received connection request\n2025-07-16 11:52:43.963 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:52:43.980 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][903dac76-7c6a-4942-80b2-18a15f2258e0] socks forwarding established\n2025-07-16 11:52:44.007 [info] [command][ce84f162-4a59-43b0-ab5f-af9bbcab501e] Process exited with code 0\n2025-07-16 11:52:44.007 [info] [command][ce84f162-4a59-43b0-ab5f-af9bbcab501e] Socket close event received\n2025-07-16 11:52:44.009 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][903dac76-7c6a-4942-80b2-18a15f2258e0] socks connection closed\n2025-07-16 11:52:44.025 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56983 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:53:44.013 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:53:44.016 [info] [command][56bbf43d-b946-4d3e-a7a6-02160fe17a7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""56bbf43d-b946-4d3e-a7a6-02160fe17a7f""}\n2025-07-16 11:53:44.016 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][130d26bb-0819-4945-acf5-e41240117e3a] received connection request\n2025-07-16 11:53:44.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:53:44.034 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][130d26bb-0819-4945-acf5-e41240117e3a] socks forwarding established\n2025-07-16 11:53:44.066 [info] [command][56bbf43d-b946-4d3e-a7a6-02160fe17a7f] Process exited with code 0\n2025-07-16 11:53:44.066 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][130d26bb-0819-4945-acf5-e41240117e3a] socks connection closed\n2025-07-16 11:53:44.066 [info] [command][56bbf43d-b946-4d3e-a7a6-02160fe17a7f] Socket close event received\n2025-07-16 11:53:44.083 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57009 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:54:44.067 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:54:44.069 [info] [command][953b5cc0-4475-4672-ac44-cb29882f84b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""953b5cc0-4475-4672-ac44-cb29882f84b4""}\n2025-07-16 11:54:44.069 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][38b975cf-531a-4a3f-9d46-47d66a4bd1fa] received connection request\n2025-07-16 11:54:44.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:54:44.212 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][38b975cf-531a-4a3f-9d46-47d66a4bd1fa] socks forwarding established\n2025-07-16 11:54:44.377 [info] [command][953b5cc0-4475-4672-ac44-cb29882f84b4] Process exited with code 0\n2025-07-16 11:54:44.377 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][38b975cf-531a-4a3f-9d46-47d66a4bd1fa] socks connection closed\n2025-07-16 11:54:44.377 [info] [command][953b5cc0-4475-4672-ac44-cb29882f84b4] Socket close event received\n2025-07-16 11:54:44.395 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57036 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:55:44.381 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:55:44.382 [info] [command][e454e83e-82cf-412a-b680-41006c80c527] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e454e83e-82cf-412a-b680-41006c80c527""}\n2025-07-16 11:55:44.383 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0913aa0b-d190-4646-a9ca-196c4f41de3e] received connection request\n2025-07-16 11:55:44.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:55:44.508 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0913aa0b-d190-4646-a9ca-196c4f41de3e] socks forwarding established\n2025-07-16 11:55:44.537 [info] [command][e454e83e-82cf-412a-b680-41006c80c527] Process exited with code 0\n2025-07-16 11:55:44.537 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0913aa0b-d190-4646-a9ca-196c4f41de3e] socks connection closed\n2025-07-16 11:55:44.538 [info] [command][e454e83e-82cf-412a-b680-41006c80c527] Socket close event received\n2025-07-16 11:55:44.650 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57078 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:56:44.539 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:56:44.540 [info] [command][687a4a6f-5440-4d4d-9741-c20ee76d6954] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""687a4a6f-5440-4d4d-9741-c20ee76d6954""}\n2025-07-16 11:56:44.540 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][07c24eb6-3edf-464d-9fe4-edd8938d987a] received connection request\n2025-07-16 11:56:44.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:56:44.671 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][07c24eb6-3edf-464d-9fe4-edd8938d987a] socks forwarding established\n2025-07-16 11:56:44.749 [info] [command][687a4a6f-5440-4d4d-9741-c20ee76d6954] Process exited with code 0\n2025-07-16 11:56:44.749 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][07c24eb6-3edf-464d-9fe4-edd8938d987a] socks connection closed\n2025-07-16 11:56:44.749 [info] [command][687a4a6f-5440-4d4d-9741-c20ee76d6954] Socket close event received\n2025-07-16 11:56:44.794 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57142 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:57:44.755 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:57:44.757 [info] [command][fd50d0ca-1efe-45d8-b878-a117582f2eb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fd50d0ca-1efe-45d8-b878-a117582f2eb5""}\n2025-07-16 11:57:44.758 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fb867c9b-c771-4c09-9045-1b8e1f28ad86] received connection request\n2025-07-16 11:57:44.759 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:57:44.779 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fb867c9b-c771-4c09-9045-1b8e1f28ad86] socks forwarding established\n2025-07-16 11:57:44.811 [info] [command][fd50d0ca-1efe-45d8-b878-a117582f2eb5] Process exited with code 0\n2025-07-16 11:57:44.811 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fb867c9b-c771-4c09-9045-1b8e1f28ad86] socks connection closed\n2025-07-16 11:57:44.811 [info] [command][fd50d0ca-1efe-45d8-b878-a117582f2eb5] Socket close event received\n2025-07-16 11:57:44.828 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57209 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:58:44.817 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:58:44.819 [info] [command][6c177f38-4adc-4282-b205-6d1f95782e6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6c177f38-4adc-4282-b205-6d1f95782e6f""}\n2025-07-16 11:58:44.820 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4c3e682c-e619-40f5-83f7-a9ad474d8b8c] received connection request\n2025-07-16 11:58:44.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:58:44.841 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4c3e682c-e619-40f5-83f7-a9ad474d8b8c] socks forwarding established\n2025-07-16 11:58:44.879 [info] [command][6c177f38-4adc-4282-b205-6d1f95782e6f] Process exited with code 0\n2025-07-16 11:58:44.879 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4c3e682c-e619-40f5-83f7-a9ad474d8b8c] socks connection closed\n2025-07-16 11:58:44.879 [info] [command][6c177f38-4adc-4282-b205-6d1f95782e6f] Socket close event received\n2025-07-16 11:58:44.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57245 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 11:59:44.882 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 11:59:44.884 [info] [command][4bc9e47b-51b7-4d7f-821d-0038664f897a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4bc9e47b-51b7-4d7f-821d-0038664f897a""}\n2025-07-16 11:59:44.885 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c08b9fb1-1493-434d-b141-12a0d205ceab] received connection request\n2025-07-16 11:59:44.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 11:59:44.904 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c08b9fb1-1493-434d-b141-12a0d205ceab] socks forwarding established\n2025-07-16 11:59:44.935 [info] [command][4bc9e47b-51b7-4d7f-821d-0038664f897a] Process exited with code 0\n2025-07-16 11:59:44.935 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c08b9fb1-1493-434d-b141-12a0d205ceab] socks connection closed\n2025-07-16 11:59:44.935 [info] [command][4bc9e47b-51b7-4d7f-821d-0038664f897a] Socket close event received\n2025-07-16 11:59:45.077 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57278 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:00:44.940 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:00:44.942 [info] [command][45b59435-6e5c-4d60-8f85-f9557a78d643] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""45b59435-6e5c-4d60-8f85-f9557a78d643""}\n2025-07-16 12:00:44.943 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][03407dd0-04b3-42f5-9f38-1d0dc6deeffa] received connection request\n2025-07-16 12:00:44.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:00:44.961 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][03407dd0-04b3-42f5-9f38-1d0dc6deeffa] socks forwarding established\n2025-07-16 12:00:45.105 [info] [command][45b59435-6e5c-4d60-8f85-f9557a78d643] Process exited with code 0\n2025-07-16 12:00:45.105 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][03407dd0-04b3-42f5-9f38-1d0dc6deeffa] socks connection closed\n2025-07-16 12:00:45.106 [info] [command][45b59435-6e5c-4d60-8f85-f9557a78d643] Socket close event received\n2025-07-16 12:00:45.121 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57309 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:01:45.107 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:01:45.109 [info] [command][16516a03-ec77-4c5a-ab32-f2ecff2da482] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""16516a03-ec77-4c5a-ab32-f2ecff2da482""}\n2025-07-16 12:01:45.109 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][594294be-83d0-422a-87ca-b1462012e9f8] received connection request\n2025-07-16 12:01:45.110 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:01:45.134 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][594294be-83d0-422a-87ca-b1462012e9f8] socks forwarding established\n2025-07-16 12:01:45.169 [info] [command][16516a03-ec77-4c5a-ab32-f2ecff2da482] Process exited with code 0\n2025-07-16 12:01:45.169 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][594294be-83d0-422a-87ca-b1462012e9f8] socks connection closed\n2025-07-16 12:01:45.169 [info] [command][16516a03-ec77-4c5a-ab32-f2ecff2da482] Socket close event received\n2025-07-16 12:01:45.186 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57400 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:02:45.172 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:02:45.174 [info] [command][3385c3f3-eedb-43be-a182-b971e1a5a871] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3385c3f3-eedb-43be-a182-b971e1a5a871""}\n2025-07-16 12:02:45.175 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ebdfdc22-7b04-4ba8-a208-28c2f8ef8651] received connection request\n2025-07-16 12:02:45.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:02:45.193 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ebdfdc22-7b04-4ba8-a208-28c2f8ef8651] socks forwarding established\n2025-07-16 12:02:45.223 [info] [command][3385c3f3-eedb-43be-a182-b971e1a5a871] Process exited with code 0\n2025-07-16 12:02:45.224 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ebdfdc22-7b04-4ba8-a208-28c2f8ef8651] socks connection closed\n2025-07-16 12:02:45.224 [info] [command][3385c3f3-eedb-43be-a182-b971e1a5a871] Socket close event received\n2025-07-16 12:02:45.242 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57449 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:03:45.228 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:03:45.230 [info] [command][9af53d3d-1c2f-45b3-9c18-5556f98a3d35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9af53d3d-1c2f-45b3-9c18-5556f98a3d35""}\n2025-07-16 12:03:45.231 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9a92ad9d-ac62-4a82-8806-b1d3c90be177] received connection request\n2025-07-16 12:03:45.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:03:45.251 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9a92ad9d-ac62-4a82-8806-b1d3c90be177] socks forwarding established\n2025-07-16 12:03:45.398 [info] [command][9af53d3d-1c2f-45b3-9c18-5556f98a3d35] Process exited with code 0\n2025-07-16 12:03:45.398 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9a92ad9d-ac62-4a82-8806-b1d3c90be177] socks connection closed\n2025-07-16 12:03:45.398 [info] [command][9af53d3d-1c2f-45b3-9c18-5556f98a3d35] Socket close event received\n2025-07-16 12:03:45.414 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57479 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:04:45.403 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:04:45.405 [info] [command][b71deb7b-6fd7-414e-a20f-a3b71b9e672f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b71deb7b-6fd7-414e-a20f-a3b71b9e672f""}\n2025-07-16 12:04:45.405 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ef9f16d8-23a0-4895-8470-a285392d923e] received connection request\n2025-07-16 12:04:45.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:04:45.481 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ef9f16d8-23a0-4895-8470-a285392d923e] socks forwarding established\n2025-07-16 12:04:45.649 [info] [command][b71deb7b-6fd7-414e-a20f-a3b71b9e672f] Process exited with code 0\n2025-07-16 12:04:45.649 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ef9f16d8-23a0-4895-8470-a285392d923e] socks connection closed\n2025-07-16 12:04:45.649 [info] [command][b71deb7b-6fd7-414e-a20f-a3b71b9e672f] Socket close event received\n2025-07-16 12:04:45.665 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57505 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:05:45.654 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:05:45.655 [info] [command][4ede7436-62e1-42be-ba8c-c714e81fad5e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4ede7436-62e1-42be-ba8c-c714e81fad5e""}\n2025-07-16 12:05:45.655 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a5918396-3bd1-4da2-8649-e77a4a262827] received connection request\n2025-07-16 12:05:45.656 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:05:45.673 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a5918396-3bd1-4da2-8649-e77a4a262827] socks forwarding established\n2025-07-16 12:05:45.821 [info] [command][4ede7436-62e1-42be-ba8c-c714e81fad5e] Process exited with code 0\n2025-07-16 12:05:45.822 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a5918396-3bd1-4da2-8649-e77a4a262827] socks connection closed\n2025-07-16 12:05:45.822 [info] [command][4ede7436-62e1-42be-ba8c-c714e81fad5e] Socket close event received\n2025-07-16 12:05:45.838 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57583 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:06:45.827 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:06:45.828 [info] [command][7b3a578e-e48d-4e3f-97d4-e3352139cb06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7b3a578e-e48d-4e3f-97d4-e3352139cb06""}\n2025-07-16 12:06:45.829 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5d9ad1ae-4bf6-4361-9744-79ad94f64243] received connection request\n2025-07-16 12:06:45.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:06:45.851 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5d9ad1ae-4bf6-4361-9744-79ad94f64243] socks forwarding established\n2025-07-16 12:06:45.883 [info] [command][7b3a578e-e48d-4e3f-97d4-e3352139cb06] Process exited with code 0\n2025-07-16 12:06:45.883 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5d9ad1ae-4bf6-4361-9744-79ad94f64243] socks connection closed\n2025-07-16 12:06:45.883 [info] [command][7b3a578e-e48d-4e3f-97d4-e3352139cb06] Socket close event received\n2025-07-16 12:06:45.900 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57644 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:07:45.886 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:07:45.888 [info] [command][30617851-d8e2-4da6-abda-9812faba4723] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""30617851-d8e2-4da6-abda-9812faba4723""}\n2025-07-16 12:07:45.888 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d18941ac-2e63-45d2-a0b0-bb418af1d96c] received connection request\n2025-07-16 12:07:45.889 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:07:45.906 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d18941ac-2e63-45d2-a0b0-bb418af1d96c] socks forwarding established\n2025-07-16 12:07:45.935 [info] [command][30617851-d8e2-4da6-abda-9812faba4723] Process exited with code 0\n2025-07-16 12:07:45.935 [info] [command][30617851-d8e2-4da6-abda-9812faba4723] Socket close event received\n2025-07-16 12:07:45.936 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d18941ac-2e63-45d2-a0b0-bb418af1d96c] socks connection closed\n2025-07-16 12:07:45.952 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57705 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:08:45.941 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:08:45.942 [info] [command][cfe60360-931c-4001-8b40-ddea4ee0ac3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cfe60360-931c-4001-8b40-ddea4ee0ac3c""}\n2025-07-16 12:08:45.943 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][cf49fa6c-6710-4a52-a3d1-56280f6c34fc] received connection request\n2025-07-16 12:08:45.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:08:45.962 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cf49fa6c-6710-4a52-a3d1-56280f6c34fc] socks forwarding established\n2025-07-16 12:08:45.992 [info] [command][cfe60360-931c-4001-8b40-ddea4ee0ac3c] Process exited with code 0\n2025-07-16 12:08:45.992 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cf49fa6c-6710-4a52-a3d1-56280f6c34fc] socks connection closed\n2025-07-16 12:08:45.992 [info] [command][cfe60360-931c-4001-8b40-ddea4ee0ac3c] Socket close event received\n2025-07-16 12:08:46.010 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57729 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:09:45.993 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:09:45.994 [info] [command][f9221492-00cc-47de-9e95-eb82572658d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f9221492-00cc-47de-9e95-eb82572658d9""}\n2025-07-16 12:09:45.994 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][57948971-c6bc-4321-90e8-fc52047bc56e] received connection request\n2025-07-16 12:09:45.994 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:09:46.010 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][57948971-c6bc-4321-90e8-fc52047bc56e] socks forwarding established\n2025-07-16 12:09:46.039 [info] [command][f9221492-00cc-47de-9e95-eb82572658d9] Process exited with code 0\n2025-07-16 12:09:46.040 [info] [command][f9221492-00cc-47de-9e95-eb82572658d9] Socket close event received\n2025-07-16 12:09:46.040 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][57948971-c6bc-4321-90e8-fc52047bc56e] socks connection closed\n2025-07-16 12:09:46.057 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57755 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:10:46.042 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:10:46.043 [info] [command][5f55c5eb-4441-4b5b-a043-051cc2f9dc27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5f55c5eb-4441-4b5b-a043-051cc2f9dc27""}\n2025-07-16 12:10:46.044 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a9437cca-ac07-493a-9991-88a72d9d95db] received connection request\n2025-07-16 12:10:46.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:10:46.061 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a9437cca-ac07-493a-9991-88a72d9d95db] socks forwarding established\n2025-07-16 12:10:46.090 [info] [command][5f55c5eb-4441-4b5b-a043-051cc2f9dc27] Process exited with code 0\n2025-07-16 12:10:46.090 [info] [command][5f55c5eb-4441-4b5b-a043-051cc2f9dc27] Socket close event received\n2025-07-16 12:10:46.090 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a9437cca-ac07-493a-9991-88a72d9d95db] socks connection closed\n2025-07-16 12:10:46.106 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57786 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:11:46.094 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:11:46.096 [info] [command][8cbf22a6-8da8-4028-9204-170516de1008] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8cbf22a6-8da8-4028-9204-170516de1008""}\n2025-07-16 12:11:46.096 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f88824cd-0339-4a83-8604-cb1549b7ee3a] received connection request\n2025-07-16 12:11:46.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:11:46.112 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f88824cd-0339-4a83-8604-cb1549b7ee3a] socks forwarding established\n2025-07-16 12:11:46.142 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f88824cd-0339-4a83-8604-cb1549b7ee3a] socks connection closed\n2025-07-16 12:11:46.142 [info] [command][8cbf22a6-8da8-4028-9204-170516de1008] Process exited with code 0\n2025-07-16 12:11:46.142 [info] [command][8cbf22a6-8da8-4028-9204-170516de1008] Socket close event received\n2025-07-16 12:11:46.160 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57850 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:12:46.148 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:12:46.150 [info] [command][cdf4674b-7be5-4f15-90cb-835268811f77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cdf4674b-7be5-4f15-90cb-835268811f77""}\n2025-07-16 12:12:46.151 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][affc8230-8e7f-46a4-811b-46d8ad6fd0ea] received connection request\n2025-07-16 12:12:46.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:12:46.173 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][affc8230-8e7f-46a4-811b-46d8ad6fd0ea] socks forwarding established\n2025-07-16 12:12:46.205 [info] [command][cdf4674b-7be5-4f15-90cb-835268811f77] Process exited with code 0\n2025-07-16 12:12:46.205 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][affc8230-8e7f-46a4-811b-46d8ad6fd0ea] socks connection closed\n2025-07-16 12:12:46.205 [info] [command][cdf4674b-7be5-4f15-90cb-835268811f77] Socket close event received\n2025-07-16 12:12:46.224 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57911 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:13:46.205 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:13:46.208 [info] [command][93b22469-43b7-4763-8cd2-78b09c8619a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""93b22469-43b7-4763-8cd2-78b09c8619a1""}\n2025-07-16 12:13:46.208 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c424bd04-a1eb-4102-9f71-2d899766568a] received connection request\n2025-07-16 12:13:46.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:13:46.226 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c424bd04-a1eb-4102-9f71-2d899766568a] socks forwarding established\n2025-07-16 12:13:46.256 [info] [command][93b22469-43b7-4763-8cd2-78b09c8619a1] Process exited with code 0\n2025-07-16 12:13:46.257 [info] [command][93b22469-43b7-4763-8cd2-78b09c8619a1] Socket close event received\n2025-07-16 12:13:46.257 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c424bd04-a1eb-4102-9f71-2d899766568a] socks connection closed\n2025-07-16 12:13:46.276 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57947 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:14:46.259 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:14:46.260 [info] [command][facf0004-4cac-4515-b6ad-f903501965c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""facf0004-4cac-4515-b6ad-f903501965c9""}\n2025-07-16 12:14:46.260 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1c1d780e-7234-4704-aabc-68d51cc497f0] received connection request\n2025-07-16 12:14:46.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:46.276 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1c1d780e-7234-4704-aabc-68d51cc497f0] socks forwarding established\n2025-07-16 12:14:46.306 [info] [command][facf0004-4cac-4515-b6ad-f903501965c9] Process exited with code 0\n2025-07-16 12:14:46.306 [info] [command][facf0004-4cac-4515-b6ad-f903501965c9] Socket close event received\n2025-07-16 12:14:46.306 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1c1d780e-7234-4704-aabc-68d51cc497f0] socks connection closed\n2025-07-16 12:14:46.323 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58047 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:15:46.311 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:15:46.312 [info] [command][a40aa21f-8fae-4c1a-b1cf-3dbe3107603a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a40aa21f-8fae-4c1a-b1cf-3dbe3107603a""}\n2025-07-16 12:15:46.313 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b03d16ad-3738-47ed-aca5-34c072f396f9] received connection request\n2025-07-16 12:15:46.313 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:15:46.332 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b03d16ad-3738-47ed-aca5-34c072f396f9] socks forwarding established\n2025-07-16 12:15:46.363 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b03d16ad-3738-47ed-aca5-34c072f396f9] socks connection closed\n2025-07-16 12:15:46.363 [info] [command][a40aa21f-8fae-4c1a-b1cf-3dbe3107603a] Process exited with code 0\n2025-07-16 12:15:46.363 [info] [command][a40aa21f-8fae-4c1a-b1cf-3dbe3107603a] Socket close event received\n2025-07-16 12:15:46.383 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58078 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:16:46.367 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:16:46.369 [info] [command][abcef5c9-4293-40b5-8dc1-a966b467223b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""abcef5c9-4293-40b5-8dc1-a966b467223b""}\n2025-07-16 12:16:46.370 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][797e866d-64af-4019-a506-1426d579a2a4] received connection request\n2025-07-16 12:16:46.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:16:46.388 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][797e866d-64af-4019-a506-1426d579a2a4] socks forwarding established\n2025-07-16 12:16:46.417 [info] [command][abcef5c9-4293-40b5-8dc1-a966b467223b] Process exited with code 0\n2025-07-16 12:16:46.418 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][797e866d-64af-4019-a506-1426d579a2a4] socks connection closed\n2025-07-16 12:16:46.418 [info] [command][abcef5c9-4293-40b5-8dc1-a966b467223b] Socket close event received\n2025-07-16 12:16:46.436 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58113 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:17:46.423 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:17:46.423 [info] [command][553ed732-1e0b-43b5-864c-82e5327027ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""553ed732-1e0b-43b5-864c-82e5327027ff""}\n2025-07-16 12:17:46.424 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0f044d37-1956-4061-a5ba-833739c9ff59] received connection request\n2025-07-16 12:17:46.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:17:46.440 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0f044d37-1956-4061-a5ba-833739c9ff59] socks forwarding established\n2025-07-16 12:17:46.470 [info] [command][553ed732-1e0b-43b5-864c-82e5327027ff] Process exited with code 0\n2025-07-16 12:17:46.470 [info] [command][553ed732-1e0b-43b5-864c-82e5327027ff] Socket close event received\n2025-07-16 12:17:46.470 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0f044d37-1956-4061-a5ba-833739c9ff59] socks connection closed\n2025-07-16 12:17:46.496 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58169 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:18:46.472 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:18:46.473 [info] [command][2ecfc776-f3a9-4470-9003-5ebd86d301d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2ecfc776-f3a9-4470-9003-5ebd86d301d0""}\n2025-07-16 12:18:46.473 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a593ecba-85f1-424d-97ba-8bb4b5a40cf8] received connection request\n2025-07-16 12:18:46.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:18:46.490 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a593ecba-85f1-424d-97ba-8bb4b5a40cf8] socks forwarding established\n2025-07-16 12:18:46.519 [info] [command][2ecfc776-f3a9-4470-9003-5ebd86d301d0] Process exited with code 0\n2025-07-16 12:18:46.519 [info] [command][2ecfc776-f3a9-4470-9003-5ebd86d301d0] Socket close event received\n2025-07-16 12:18:46.522 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a593ecba-85f1-424d-97ba-8bb4b5a40cf8] socks connection closed\n2025-07-16 12:18:46.542 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58204 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:19:46.523 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:19:46.525 [info] [command][0991104e-4aff-47c1-9035-fb9e78776bcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0991104e-4aff-47c1-9035-fb9e78776bcd""}\n2025-07-16 12:19:46.526 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][806b0f81-6c90-4f06-8927-11fdbb378a7e] received connection request\n2025-07-16 12:19:46.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:19:46.546 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][806b0f81-6c90-4f06-8927-11fdbb378a7e] socks forwarding established\n2025-07-16 12:19:46.576 [info] [command][0991104e-4aff-47c1-9035-fb9e78776bcd] Process exited with code 0\n2025-07-16 12:19:46.577 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][806b0f81-6c90-4f06-8927-11fdbb378a7e] socks connection closed\n2025-07-16 12:19:46.577 [info] [command][0991104e-4aff-47c1-9035-fb9e78776bcd] Socket close event received\n2025-07-16 12:19:46.594 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58256 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:20:46.582 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:20:46.584 [info] [command][3449ed34-e11d-4091-b2ec-1905a0945582] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3449ed34-e11d-4091-b2ec-1905a0945582""}\n2025-07-16 12:20:46.585 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c45c1e46-4667-41c2-8094-bf90dbdc9daf] received connection request\n2025-07-16 12:20:46.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:20:46.605 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c45c1e46-4667-41c2-8094-bf90dbdc9daf] socks forwarding established\n2025-07-16 12:20:46.639 [info] [command][3449ed34-e11d-4091-b2ec-1905a0945582] Process exited with code 0\n2025-07-16 12:20:46.639 [info] [command][3449ed34-e11d-4091-b2ec-1905a0945582] Socket close event received\n2025-07-16 12:20:46.640 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c45c1e46-4667-41c2-8094-bf90dbdc9daf] socks connection closed\n2025-07-16 12:20:46.657 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58279 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:21:46.645 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:21:46.647 [info] [command][d8caf60b-9b99-4ca7-8dd9-af5061dfbf55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d8caf60b-9b99-4ca7-8dd9-af5061dfbf55""}\n2025-07-16 12:21:46.648 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5eafbd46-039d-4067-9091-15aae8c3fd47] received connection request\n2025-07-16 12:21:46.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:21:46.671 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5eafbd46-039d-4067-9091-15aae8c3fd47] socks forwarding established\n2025-07-16 12:21:46.701 [info] [command][d8caf60b-9b99-4ca7-8dd9-af5061dfbf55] Process exited with code 0\n2025-07-16 12:21:46.701 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5eafbd46-039d-4067-9091-15aae8c3fd47] socks connection closed\n2025-07-16 12:21:46.702 [info] [command][d8caf60b-9b99-4ca7-8dd9-af5061dfbf55] Socket close event received\n2025-07-16 12:21:46.718 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58303 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:22:46.707 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:22:46.708 [info] [command][ab0c8ea1-acda-42f4-a94b-0b8c13911123] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ab0c8ea1-acda-42f4-a94b-0b8c13911123""}\n2025-07-16 12:22:46.709 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][aff586ed-6b8a-40ab-b451-2409f7b4e79e] received connection request\n2025-07-16 12:22:46.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:22:46.726 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aff586ed-6b8a-40ab-b451-2409f7b4e79e] socks forwarding established\n2025-07-16 12:22:46.755 [info] [command][ab0c8ea1-acda-42f4-a94b-0b8c13911123] Process exited with code 0\n2025-07-16 12:22:46.755 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aff586ed-6b8a-40ab-b451-2409f7b4e79e] socks connection closed\n2025-07-16 12:22:46.755 [info] [command][ab0c8ea1-acda-42f4-a94b-0b8c13911123] Socket close event received\n2025-07-16 12:22:46.776 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58351 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:23:46.757 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:23:46.760 [info] [command][0e233037-c726-4c21-a67d-44dd8050abda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0e233037-c726-4c21-a67d-44dd8050abda""}\n2025-07-16 12:23:46.761 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7086d224-28f3-4249-a511-75cb6b836cdc] received connection request\n2025-07-16 12:23:46.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:23:46.784 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7086d224-28f3-4249-a511-75cb6b836cdc] socks forwarding established\n2025-07-16 12:23:46.826 [info] [command][0e233037-c726-4c21-a67d-44dd8050abda] Process exited with code 0\n2025-07-16 12:23:46.826 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7086d224-28f3-4249-a511-75cb6b836cdc] socks connection closed\n2025-07-16 12:23:46.827 [info] [command][0e233037-c726-4c21-a67d-44dd8050abda] Socket close event received\n2025-07-16 12:23:46.844 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58378 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:24:46.828 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:24:46.828 [info] [command][b57ea4af-340a-4bae-95b4-701da559e2ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b57ea4af-340a-4bae-95b4-701da559e2ee""}\n2025-07-16 12:24:46.828 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][62be247c-27c1-4e7c-bc20-7e736a839333] received connection request\n2025-07-16 12:24:46.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:24:46.847 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][62be247c-27c1-4e7c-bc20-7e736a839333] socks forwarding established\n2025-07-16 12:24:46.877 [info] [command][b57ea4af-340a-4bae-95b4-701da559e2ee] Process exited with code 0\n2025-07-16 12:24:46.877 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][62be247c-27c1-4e7c-bc20-7e736a839333] socks connection closed\n2025-07-16 12:24:46.877 [info] [command][b57ea4af-340a-4bae-95b4-701da559e2ee] Socket close event received\n2025-07-16 12:24:46.896 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58416 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:25:46.883 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:25:46.884 [info] [command][e2797236-5752-4741-a6f7-fb461ef0a1d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e2797236-5752-4741-a6f7-fb461ef0a1d2""}\n2025-07-16 12:25:46.885 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e38ed2dc-c517-4d3f-8cde-15366a993939] received connection request\n2025-07-16 12:25:46.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:25:46.904 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e38ed2dc-c517-4d3f-8cde-15366a993939] socks forwarding established\n2025-07-16 12:25:46.948 [info] [command][e2797236-5752-4741-a6f7-fb461ef0a1d2] Process exited with code 0\n2025-07-16 12:25:46.948 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e38ed2dc-c517-4d3f-8cde-15366a993939] socks connection closed\n2025-07-16 12:25:46.948 [info] [command][e2797236-5752-4741-a6f7-fb461ef0a1d2] Socket close event received\n2025-07-16 12:25:46.964 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58439 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:26:46.952 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:26:46.954 [info] [command][0e5d37e5-2bd3-4671-af96-1a7be1cd7199] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0e5d37e5-2bd3-4671-af96-1a7be1cd7199""}\n2025-07-16 12:26:46.955 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9d9cb46a-e7ce-414d-8d61-5f609ecd19ea] received connection request\n2025-07-16 12:26:46.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:26:46.973 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9d9cb46a-e7ce-414d-8d61-5f609ecd19ea] socks forwarding established\n2025-07-16 12:26:47.118 [info] [command][0e5d37e5-2bd3-4671-af96-1a7be1cd7199] Process exited with code 0\n2025-07-16 12:26:47.118 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9d9cb46a-e7ce-414d-8d61-5f609ecd19ea] socks connection closed\n2025-07-16 12:26:47.118 [info] [command][0e5d37e5-2bd3-4671-af96-1a7be1cd7199] Socket close event received\n2025-07-16 12:26:47.135 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58463 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:27:47.120 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:27:47.121 [info] [command][2a4fb21c-843f-49b9-810b-9acb2b3b7401] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2a4fb21c-843f-49b9-810b-9acb2b3b7401""}\n2025-07-16 12:27:47.122 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][73ab99f5-f952-423e-b595-ff4606d61752] received connection request\n2025-07-16 12:27:47.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:27:47.139 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][73ab99f5-f952-423e-b595-ff4606d61752] socks forwarding established\n2025-07-16 12:27:47.185 [info] [command][2a4fb21c-843f-49b9-810b-9acb2b3b7401] Process exited with code 0\n2025-07-16 12:27:47.186 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][73ab99f5-f952-423e-b595-ff4606d61752] socks connection closed\n2025-07-16 12:27:47.186 [info] [command][2a4fb21c-843f-49b9-810b-9acb2b3b7401] Socket close event received\n2025-07-16 12:27:47.201 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58517 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:28:47.191 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:28:47.193 [info] [command][541ead4d-c95f-4440-b543-256ccdeca20a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""541ead4d-c95f-4440-b543-256ccdeca20a""}\n2025-07-16 12:28:47.193 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7c652f5f-d883-49aa-8afd-2eb55132e8a6] received connection request\n2025-07-16 12:28:47.194 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:28:47.216 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7c652f5f-d883-49aa-8afd-2eb55132e8a6] socks forwarding established\n2025-07-16 12:28:47.246 [info] [command][541ead4d-c95f-4440-b543-256ccdeca20a] Process exited with code 0\n2025-07-16 12:28:47.246 [info] [command][541ead4d-c95f-4440-b543-256ccdeca20a] Socket close event received\n2025-07-16 12:28:47.247 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7c652f5f-d883-49aa-8afd-2eb55132e8a6] socks connection closed\n2025-07-16 12:28:47.264 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58548 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:29:47.249 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:29:47.250 [info] [command][62f7f35f-190f-4099-ad38-2e4456e6e95f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""62f7f35f-190f-4099-ad38-2e4456e6e95f""}\n2025-07-16 12:29:47.251 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a79f2c18-0ed6-4050-ab54-9906458dd76c] received connection request\n2025-07-16 12:29:47.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:29:47.269 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a79f2c18-0ed6-4050-ab54-9906458dd76c] socks forwarding established\n2025-07-16 12:29:47.297 [info] [command][62f7f35f-190f-4099-ad38-2e4456e6e95f] Process exited with code 0\n2025-07-16 12:29:47.298 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a79f2c18-0ed6-4050-ab54-9906458dd76c] socks connection closed\n2025-07-16 12:29:47.298 [info] [command][62f7f35f-190f-4099-ad38-2e4456e6e95f] Socket close event received\n2025-07-16 12:29:47.314 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58584 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:30:47.299 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:30:47.302 [info] [command][b0dbc216-7885-4e40-82a2-6539ae2c558a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b0dbc216-7885-4e40-82a2-6539ae2c558a""}\n2025-07-16 12:30:47.302 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][620089c7-8bf6-4764-a3dd-e63baeb51be4] received connection request\n2025-07-16 12:30:47.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:30:47.322 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][620089c7-8bf6-4764-a3dd-e63baeb51be4] socks forwarding established\n2025-07-16 12:30:47.353 [info] [command][b0dbc216-7885-4e40-82a2-6539ae2c558a] Process exited with code 0\n2025-07-16 12:30:47.353 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][620089c7-8bf6-4764-a3dd-e63baeb51be4] socks connection closed\n2025-07-16 12:30:47.353 [info] [command][b0dbc216-7885-4e40-82a2-6539ae2c558a] Socket close event received\n2025-07-16 12:30:47.370 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58613 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:31:47.363 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:31:47.365 [info] [command][cf557eb2-9d29-42ae-9cb2-8c36358fe20c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cf557eb2-9d29-42ae-9cb2-8c36358fe20c""}\n2025-07-16 12:31:47.366 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6ae5019a-8a13-4079-bfc6-fc57f2e0f835] received connection request\n2025-07-16 12:31:47.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:31:47.383 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6ae5019a-8a13-4079-bfc6-fc57f2e0f835] socks forwarding established\n2025-07-16 12:31:47.412 [info] [command][cf557eb2-9d29-42ae-9cb2-8c36358fe20c] Process exited with code 0\n2025-07-16 12:31:47.412 [info] [command][cf557eb2-9d29-42ae-9cb2-8c36358fe20c] Socket close event received\n2025-07-16 12:31:47.413 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6ae5019a-8a13-4079-bfc6-fc57f2e0f835] socks connection closed\n2025-07-16 12:31:47.431 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58646 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:32:47.416 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:32:47.417 [info] [command][27d46b1f-3f2d-4c35-9cb3-f11f52ef3d7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""27d46b1f-3f2d-4c35-9cb3-f11f52ef3d7f""}\n2025-07-16 12:32:47.418 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7538f5e5-c372-4594-bb3d-3ca3c40faecd] received connection request\n2025-07-16 12:32:47.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:32:47.435 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7538f5e5-c372-4594-bb3d-3ca3c40faecd] socks forwarding established\n2025-07-16 12:32:47.461 [info] [command][27d46b1f-3f2d-4c35-9cb3-f11f52ef3d7f] Process exited with code 0\n2025-07-16 12:32:47.461 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7538f5e5-c372-4594-bb3d-3ca3c40faecd] socks connection closed\n2025-07-16 12:32:47.461 [info] [command][27d46b1f-3f2d-4c35-9cb3-f11f52ef3d7f] Socket close event received\n2025-07-16 12:32:47.478 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58704 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:33:47.466 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:33:47.468 [info] [command][c7af9f47-7488-47f6-98cf-093a8dc458dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c7af9f47-7488-47f6-98cf-093a8dc458dd""}\n2025-07-16 12:33:47.469 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5cab7ec7-1931-466c-8534-f6c0404017c4] received connection request\n2025-07-16 12:33:47.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:33:47.489 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5cab7ec7-1931-466c-8534-f6c0404017c4] socks forwarding established\n2025-07-16 12:33:47.576 [info] [command][c7af9f47-7488-47f6-98cf-093a8dc458dd] Process exited with code 0\n2025-07-16 12:33:47.576 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5cab7ec7-1931-466c-8534-f6c0404017c4] socks connection closed\n2025-07-16 12:33:47.576 [info] [command][c7af9f47-7488-47f6-98cf-093a8dc458dd] Socket close event received\n2025-07-16 12:33:47.594 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58741 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:34:47.584 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:34:47.586 [info] [command][70191892-8164-410a-87ae-543a8de80908] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""70191892-8164-410a-87ae-543a8de80908""}\n2025-07-16 12:34:47.587 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7e54a8fd-80e1-465e-9b30-f4928f8fe5f8] received connection request\n2025-07-16 12:34:47.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:34:47.604 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7e54a8fd-80e1-465e-9b30-f4928f8fe5f8] socks forwarding established\n2025-07-16 12:34:47.634 [info] [command][70191892-8164-410a-87ae-543a8de80908] Process exited with code 0\n2025-07-16 12:34:47.634 [info] [command][70191892-8164-410a-87ae-543a8de80908] Socket close event received\n2025-07-16 12:34:47.634 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7e54a8fd-80e1-465e-9b30-f4928f8fe5f8] socks connection closed\n2025-07-16 12:34:47.651 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58778 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:35:47.641 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:35:47.642 [info] [command][a96d45fa-32b0-4a22-8c27-f3432faca9ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a96d45fa-32b0-4a22-8c27-f3432faca9ac""}\n2025-07-16 12:35:47.643 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3ee4de5c-36ae-4348-877e-3dd075de03e3] received connection request\n2025-07-16 12:35:47.645 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:35:47.664 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3ee4de5c-36ae-4348-877e-3dd075de03e3] socks forwarding established\n2025-07-16 12:35:47.699 [info] [command][a96d45fa-32b0-4a22-8c27-f3432faca9ac] Process exited with code 0\n2025-07-16 12:35:47.699 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3ee4de5c-36ae-4348-877e-3dd075de03e3] socks connection closed\n2025-07-16 12:35:47.700 [info] [command][a96d45fa-32b0-4a22-8c27-f3432faca9ac] Socket close event received\n2025-07-16 12:35:47.716 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58803 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:36:47.699 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:36:47.701 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][de9b0721-a93f-4898-93c3-2d030873cf67] received connection request\n2025-07-16 12:36:47.702 [info] [command][de6be36e-2ea2-4bee-bf7c-8af994e98ad9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""de6be36e-2ea2-4bee-bf7c-8af994e98ad9""}\n2025-07-16 12:36:47.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:36:47.721 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][de9b0721-a93f-4898-93c3-2d030873cf67] socks forwarding established\n2025-07-16 12:36:47.751 [info] [command][de6be36e-2ea2-4bee-bf7c-8af994e98ad9] Process exited with code 0\n2025-07-16 12:36:47.751 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][de9b0721-a93f-4898-93c3-2d030873cf67] socks connection closed\n2025-07-16 12:36:47.752 [info] [command][de6be36e-2ea2-4bee-bf7c-8af994e98ad9] Socket close event received\n2025-07-16 12:36:47.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58826 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:37:47.759 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:37:47.761 [info] [command][cda96fca-ed11-4ae9-96fe-d42015352340] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cda96fca-ed11-4ae9-96fe-d42015352340""}\n2025-07-16 12:37:47.761 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][09f6eb81-3744-4a9e-af2b-9557a2234ab2] received connection request\n2025-07-16 12:37:47.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:37:47.780 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][09f6eb81-3744-4a9e-af2b-9557a2234ab2] socks forwarding established\n2025-07-16 12:37:47.810 [info] [command][cda96fca-ed11-4ae9-96fe-d42015352340] Process exited with code 0\n2025-07-16 12:37:47.810 [info] [command][cda96fca-ed11-4ae9-96fe-d42015352340] Socket close event received\n2025-07-16 12:37:47.811 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][09f6eb81-3744-4a9e-af2b-9557a2234ab2] socks connection closed\n2025-07-16 12:37:47.828 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58880 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:38:47.820 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:38:47.822 [info] [command][4b1fd92f-bd8b-4930-9d52-f39f08878417] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4b1fd92f-bd8b-4930-9d52-f39f08878417""}\n2025-07-16 12:38:47.823 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b16dc23c-3346-4f75-ab8c-5ae2cfd679a3] received connection request\n2025-07-16 12:38:47.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:38:47.843 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b16dc23c-3346-4f75-ab8c-5ae2cfd679a3] socks forwarding established\n2025-07-16 12:38:47.877 [info] [command][4b1fd92f-bd8b-4930-9d52-f39f08878417] Process exited with code 0\n2025-07-16 12:38:47.877 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b16dc23c-3346-4f75-ab8c-5ae2cfd679a3] socks connection closed\n2025-07-16 12:38:47.878 [info] [command][4b1fd92f-bd8b-4930-9d52-f39f08878417] Socket close event received\n2025-07-16 12:38:47.895 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58906 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:39:47.880 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:39:47.881 [info] [command][ec551460-c7c3-48d3-a9f5-89ec5b3025a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ec551460-c7c3-48d3-a9f5-89ec5b3025a2""}\n2025-07-16 12:39:47.881 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d8653cd1-b5ab-4720-89e9-d08295f0b99f] received connection request\n2025-07-16 12:39:47.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:39:47.951 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8653cd1-b5ab-4720-89e9-d08295f0b99f] socks forwarding established\n2025-07-16 12:39:48.014 [info] [command][ec551460-c7c3-48d3-a9f5-89ec5b3025a2] Process exited with code 0\n2025-07-16 12:39:48.015 [info] [command][ec551460-c7c3-48d3-a9f5-89ec5b3025a2] Socket close event received\n2025-07-16 12:39:48.015 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8653cd1-b5ab-4720-89e9-d08295f0b99f] socks connection closed\n2025-07-16 12:39:48.127 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58941 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:40:48.022 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:40:48.023 [info] [command][3d1499d7-0aed-49b6-8d0c-046f2fb355eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3d1499d7-0aed-49b6-8d0c-046f2fb355eb""}\n2025-07-16 12:40:48.024 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6cf9661d-51c2-42db-a959-4d0758aee984] received connection request\n2025-07-16 12:40:48.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:40:48.042 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6cf9661d-51c2-42db-a959-4d0758aee984] socks forwarding established\n2025-07-16 12:40:48.074 [info] [command][3d1499d7-0aed-49b6-8d0c-046f2fb355eb] Process exited with code 0\n2025-07-16 12:40:48.074 [info] [command][3d1499d7-0aed-49b6-8d0c-046f2fb355eb] Socket close event received\n2025-07-16 12:40:48.075 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6cf9661d-51c2-42db-a959-4d0758aee984] socks connection closed\n2025-07-16 12:40:48.127 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58966 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:41:48.084 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:41:48.086 [info] [command][381d1243-da43-4c88-9bf9-8918e6508496] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""381d1243-da43-4c88-9bf9-8918e6508496""}\n2025-07-16 12:41:48.087 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9f0f00ad-0c32-42e9-a61b-8d9297a1dc32] received connection request\n2025-07-16 12:41:48.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:41:48.106 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9f0f00ad-0c32-42e9-a61b-8d9297a1dc32] socks forwarding established\n2025-07-16 12:41:48.138 [info] [command][381d1243-da43-4c88-9bf9-8918e6508496] Process exited with code 0\n2025-07-16 12:41:48.138 [info] [command][381d1243-da43-4c88-9bf9-8918e6508496] Socket close event received\n2025-07-16 12:41:48.139 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9f0f00ad-0c32-42e9-a61b-8d9297a1dc32] socks connection closed\n2025-07-16 12:41:48.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58992 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:42:48.145 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:42:48.146 [info] [command][6a72c39b-d2a2-43e0-86e8-09b6cc31fcf4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6a72c39b-d2a2-43e0-86e8-09b6cc31fcf4""}\n2025-07-16 12:42:48.147 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c6af95b7-9a69-4a90-a2f8-b95ed64a3a61] received connection request\n2025-07-16 12:42:48.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:42:48.166 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6af95b7-9a69-4a90-a2f8-b95ed64a3a61] socks forwarding established\n2025-07-16 12:42:48.200 [info] [command][6a72c39b-d2a2-43e0-86e8-09b6cc31fcf4] Process exited with code 0\n2025-07-16 12:42:48.200 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6af95b7-9a69-4a90-a2f8-b95ed64a3a61] socks connection closed\n2025-07-16 12:42:48.200 [info] [command][6a72c39b-d2a2-43e0-86e8-09b6cc31fcf4] Socket close event received\n2025-07-16 12:42:48.219 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59043 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:43:48.204 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:43:48.206 [info] [command][5aaafd58-29c6-4f71-8150-aaf90a82cfef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5aaafd58-29c6-4f71-8150-aaf90a82cfef""}\n2025-07-16 12:43:48.206 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][88a7bf66-815a-4f96-9a5b-16788b7785c4] received connection request\n2025-07-16 12:43:48.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:43:48.225 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][88a7bf66-815a-4f96-9a5b-16788b7785c4] socks forwarding established\n2025-07-16 12:43:48.263 [info] [command][5aaafd58-29c6-4f71-8150-aaf90a82cfef] Process exited with code 0\n2025-07-16 12:43:48.263 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][88a7bf66-815a-4f96-9a5b-16788b7785c4] socks connection closed\n2025-07-16 12:43:48.264 [info] [command][5aaafd58-29c6-4f71-8150-aaf90a82cfef] Socket close event received\n2025-07-16 12:43:48.281 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59068 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:44:48.273 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:44:48.275 [info] [command][80fc2de5-794d-4d3f-b772-d4d459f0ba02] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""80fc2de5-794d-4d3f-b772-d4d459f0ba02""}\n2025-07-16 12:44:48.275 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][64d0a8b0-c423-4734-8761-0bb7d6262579] received connection request\n2025-07-16 12:44:48.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:44:48.293 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][64d0a8b0-c423-4734-8761-0bb7d6262579] socks forwarding established\n2025-07-16 12:44:48.371 [info] [command][80fc2de5-794d-4d3f-b772-d4d459f0ba02] Process exited with code 0\n2025-07-16 12:44:48.372 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][64d0a8b0-c423-4734-8761-0bb7d6262579] socks connection closed\n2025-07-16 12:44:48.372 [info] [command][80fc2de5-794d-4d3f-b772-d4d459f0ba02] Socket close event received\n2025-07-16 12:44:48.391 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59108 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:45:48.378 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:45:48.380 [info] [command][b2e5eb46-db70-47dd-b791-39ad9ff0df61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b2e5eb46-db70-47dd-b791-39ad9ff0df61""}\n2025-07-16 12:45:48.380 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1dae15aa-d40e-4119-94c5-3de5b76bf5ef] received connection request\n2025-07-16 12:45:48.381 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:45:48.399 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1dae15aa-d40e-4119-94c5-3de5b76bf5ef] socks forwarding established\n2025-07-16 12:45:48.429 [info] [command][b2e5eb46-db70-47dd-b791-39ad9ff0df61] Process exited with code 0\n2025-07-16 12:45:48.429 [info] [command][b2e5eb46-db70-47dd-b791-39ad9ff0df61] Socket close event received\n2025-07-16 12:45:48.430 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1dae15aa-d40e-4119-94c5-3de5b76bf5ef] socks connection closed\n2025-07-16 12:45:48.448 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59130 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:46:48.440 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:46:48.441 [info] [command][9ce86cba-f4a1-423a-ae7d-2806e2d86389] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9ce86cba-f4a1-423a-ae7d-2806e2d86389""}\n2025-07-16 12:46:48.442 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5159dd5a-fad8-429e-91be-2fe24a216cff] received connection request\n2025-07-16 12:46:48.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 12:46:48.443 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:46:48.461 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5159dd5a-fad8-429e-91be-2fe24a216cff] socks forwarding established\n2025-07-16 12:46:48.491 [info] [command][9ce86cba-f4a1-423a-ae7d-2806e2d86389] Process exited with code 0\n2025-07-16 12:46:48.492 [info] [command][9ce86cba-f4a1-423a-ae7d-2806e2d86389] Socket close event received\n2025-07-16 12:46:48.492 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5159dd5a-fad8-429e-91be-2fe24a216cff] socks connection closed\n2025-07-16 12:46:48.509 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59155 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:47:48.499 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:47:48.500 [info] [command][b2959875-e93f-4183-9401-7d18f8905035] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b2959875-e93f-4183-9401-7d18f8905035""}\n2025-07-16 12:47:48.501 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f718697a-1efa-4415-a47a-09d08473a51e] received connection request\n2025-07-16 12:47:48.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:47:48.517 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f718697a-1efa-4415-a47a-09d08473a51e] socks forwarding established\n2025-07-16 12:47:48.547 [info] [command][b2959875-e93f-4183-9401-7d18f8905035] Process exited with code 0\n2025-07-16 12:47:48.547 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f718697a-1efa-4415-a47a-09d08473a51e] socks connection closed\n2025-07-16 12:47:48.547 [info] [command][b2959875-e93f-4183-9401-7d18f8905035] Socket close event received\n2025-07-16 12:47:48.565 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59206 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:48:48.559 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:48:48.560 [info] [command][efd3b561-1597-40db-a1b1-51c03973f887] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""efd3b561-1597-40db-a1b1-51c03973f887""}\n2025-07-16 12:48:48.561 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b4a841f4-9e11-449d-a44b-4d418294dbdb] received connection request\n2025-07-16 12:48:48.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:48:48.579 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b4a841f4-9e11-449d-a44b-4d418294dbdb] socks forwarding established\n2025-07-16 12:48:48.611 [info] [command][efd3b561-1597-40db-a1b1-51c03973f887] Process exited with code 0\n2025-07-16 12:48:48.612 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b4a841f4-9e11-449d-a44b-4d418294dbdb] socks connection closed\n2025-07-16 12:48:48.612 [info] [command][efd3b561-1597-40db-a1b1-51c03973f887] Socket close event received\n2025-07-16 12:48:48.630 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59234 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:49:48.614 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:49:48.615 [info] [command][5c85c512-12d6-45e4-bdf5-d3edfc3f8d66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5c85c512-12d6-45e4-bdf5-d3edfc3f8d66""}\n2025-07-16 12:49:48.616 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9199f7c0-d805-4f2c-8ca8-0be6fb883d37] received connection request\n2025-07-16 12:49:48.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:49:48.744 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9199f7c0-d805-4f2c-8ca8-0be6fb883d37] socks forwarding established\n2025-07-16 12:49:48.826 [info] [command][5c85c512-12d6-45e4-bdf5-d3edfc3f8d66] Process exited with code 0\n2025-07-16 12:49:48.827 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9199f7c0-d805-4f2c-8ca8-0be6fb883d37] socks connection closed\n2025-07-16 12:49:48.827 [info] [command][5c85c512-12d6-45e4-bdf5-d3edfc3f8d66] Socket close event received\n2025-07-16 12:49:48.843 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59271 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:50:48.837 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:50:48.839 [info] [command][474fa8cf-9551-422a-9239-4fb7487f2b5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""474fa8cf-9551-422a-9239-4fb7487f2b5f""}\n2025-07-16 12:50:48.840 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8696cc14-21b8-4386-8251-34169a819800] received connection request\n2025-07-16 12:50:48.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:50:48.859 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8696cc14-21b8-4386-8251-34169a819800] socks forwarding established\n2025-07-16 12:50:48.888 [info] [command][474fa8cf-9551-422a-9239-4fb7487f2b5f] Process exited with code 0\n2025-07-16 12:50:48.889 [info] [command][474fa8cf-9551-422a-9239-4fb7487f2b5f] Socket close event received\n2025-07-16 12:50:49.022 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8696cc14-21b8-4386-8251-34169a819800] socks connection closed\n2025-07-16 12:50:49.035 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59292 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:51:48.895 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:51:48.898 [info] [command][01880828-9137-4470-bfd1-5e9ac82aba32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""01880828-9137-4470-bfd1-5e9ac82aba32""}\n2025-07-16 12:51:48.898 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4f3ada25-9c3f-43b4-adfd-befb506ec3cc] received connection request\n2025-07-16 12:51:48.899 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:51:48.990 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f3ada25-9c3f-43b4-adfd-befb506ec3cc] socks forwarding established\n2025-07-16 12:51:49.018 [info] [command][01880828-9137-4470-bfd1-5e9ac82aba32] Process exited with code 0\n2025-07-16 12:51:49.018 [info] [command][01880828-9137-4470-bfd1-5e9ac82aba32] Socket close event received\n2025-07-16 12:51:49.019 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f3ada25-9c3f-43b4-adfd-befb506ec3cc] socks connection closed\n2025-07-16 12:51:49.169 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59319 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:52:49.028 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:52:49.030 [info] [command][a388a758-a18e-492c-809c-00f7ef50137d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a388a758-a18e-492c-809c-00f7ef50137d""}\n2025-07-16 12:52:49.031 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][dde8ac63-27fc-4406-9942-46c48bbea6fe] received connection request\n2025-07-16 12:52:49.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:52:49.050 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dde8ac63-27fc-4406-9942-46c48bbea6fe] socks forwarding established\n2025-07-16 12:52:49.082 [info] [command][a388a758-a18e-492c-809c-00f7ef50137d] Process exited with code 0\n2025-07-16 12:52:49.083 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dde8ac63-27fc-4406-9942-46c48bbea6fe] socks connection closed\n2025-07-16 12:52:49.083 [info] [command][a388a758-a18e-492c-809c-00f7ef50137d] Socket close event received\n2025-07-16 12:52:49.101 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59370 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:53:49.091 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:53:49.094 [info] [command][ac5f9300-9a76-4718-948d-fe72139d1226] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ac5f9300-9a76-4718-948d-fe72139d1226""}\n2025-07-16 12:53:49.094 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][53948699-fd69-4b2e-8d0e-ba2d3b02ae7b] received connection request\n2025-07-16 12:53:49.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:53:49.113 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][53948699-fd69-4b2e-8d0e-ba2d3b02ae7b] socks forwarding established\n2025-07-16 12:53:49.213 [info] [command][ac5f9300-9a76-4718-948d-fe72139d1226] Process exited with code 0\n2025-07-16 12:53:49.214 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][53948699-fd69-4b2e-8d0e-ba2d3b02ae7b] socks connection closed\n2025-07-16 12:53:49.214 [info] [command][ac5f9300-9a76-4718-948d-fe72139d1226] Socket close event received\n2025-07-16 12:53:49.231 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59397 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:54:49.217 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:54:49.220 [info] [command][15ab236e-6ee0-4eb6-8ae6-55c99f79ffed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""15ab236e-6ee0-4eb6-8ae6-55c99f79ffed""}\n2025-07-16 12:54:49.221 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8b52e41d-f293-4a1d-9dad-89f645c16860] received connection request\n2025-07-16 12:54:49.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:54:49.270 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8b52e41d-f293-4a1d-9dad-89f645c16860] socks forwarding established\n2025-07-16 12:54:49.344 [info] [command][15ab236e-6ee0-4eb6-8ae6-55c99f79ffed] Process exited with code 0\n2025-07-16 12:54:49.344 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8b52e41d-f293-4a1d-9dad-89f645c16860] socks connection closed\n2025-07-16 12:54:49.344 [info] [command][15ab236e-6ee0-4eb6-8ae6-55c99f79ffed] Socket close event received\n2025-07-16 12:54:49.492 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59434 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:55:49.351 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:55:49.352 [info] [command][01c140b0-0042-47f7-a4a2-977855756ab3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""01c140b0-0042-47f7-a4a2-977855756ab3""}\n2025-07-16 12:55:49.353 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c00461fc-a8ca-4d1a-bbb5-14882a7976f0] received connection request\n2025-07-16 12:55:49.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:55:49.477 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c00461fc-a8ca-4d1a-bbb5-14882a7976f0] socks forwarding established\n2025-07-16 12:55:49.535 [info] [command][01c140b0-0042-47f7-a4a2-977855756ab3] Process exited with code 0\n2025-07-16 12:55:49.535 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c00461fc-a8ca-4d1a-bbb5-14882a7976f0] socks connection closed\n2025-07-16 12:55:49.535 [info] [command][01c140b0-0042-47f7-a4a2-977855756ab3] Socket close event received\n2025-07-16 12:55:49.631 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59459 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:56:49.541 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:56:49.543 [info] [command][dee92410-5d59-4529-82e6-c09a419ffe83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""dee92410-5d59-4529-82e6-c09a419ffe83""}\n2025-07-16 12:56:49.544 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9d840c0e-3518-485f-a898-cffd0b3b3674] received connection request\n2025-07-16 12:56:49.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:56:49.564 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9d840c0e-3518-485f-a898-cffd0b3b3674] socks forwarding established\n2025-07-16 12:56:49.597 [info] [command][dee92410-5d59-4529-82e6-c09a419ffe83] Process exited with code 0\n2025-07-16 12:56:49.597 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9d840c0e-3518-485f-a898-cffd0b3b3674] socks connection closed\n2025-07-16 12:56:49.597 [info] [command][dee92410-5d59-4529-82e6-c09a419ffe83] Socket close event received\n2025-07-16 12:56:49.615 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59481 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:57:49.608 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:57:49.609 [info] [command][e3ceceb9-65df-438b-8bb7-0bb2c8d543fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e3ceceb9-65df-438b-8bb7-0bb2c8d543fc""}\n2025-07-16 12:57:49.610 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c27f6fa8-ea17-44c0-92d8-8ee7ea2aca2c] received connection request\n2025-07-16 12:57:49.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:57:49.628 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c27f6fa8-ea17-44c0-92d8-8ee7ea2aca2c] socks forwarding established\n2025-07-16 12:57:49.658 [info] [command][e3ceceb9-65df-438b-8bb7-0bb2c8d543fc] Process exited with code 0\n2025-07-16 12:57:49.659 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c27f6fa8-ea17-44c0-92d8-8ee7ea2aca2c] socks connection closed\n2025-07-16 12:57:49.659 [info] [command][e3ceceb9-65df-438b-8bb7-0bb2c8d543fc] Socket close event received\n2025-07-16 12:57:49.675 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59538 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:58:49.661 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:58:49.663 [info] [command][a82e1fa5-8940-4cbe-b96f-9b2e9efcb45c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a82e1fa5-8940-4cbe-b96f-9b2e9efcb45c""}\n2025-07-16 12:58:49.664 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][738ad8eb-b771-4439-a262-022f97fc2b4a] received connection request\n2025-07-16 12:58:49.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:58:49.682 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][738ad8eb-b771-4439-a262-022f97fc2b4a] socks forwarding established\n2025-07-16 12:58:49.715 [info] [command][a82e1fa5-8940-4cbe-b96f-9b2e9efcb45c] Process exited with code 0\n2025-07-16 12:58:49.715 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][738ad8eb-b771-4439-a262-022f97fc2b4a] socks connection closed\n2025-07-16 12:58:49.716 [info] [command][a82e1fa5-8940-4cbe-b96f-9b2e9efcb45c] Socket close event received\n2025-07-16 12:58:49.733 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59570 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 12:59:49.720 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 12:59:49.721 [info] [command][4d8233a5-b688-44fd-97ac-155fefdf0648] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4d8233a5-b688-44fd-97ac-155fefdf0648""}\n2025-07-16 12:59:49.722 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9c27472f-160c-489e-af69-0e6bf95b7d46] received connection request\n2025-07-16 12:59:49.722 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:59:49.745 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9c27472f-160c-489e-af69-0e6bf95b7d46] socks forwarding established\n2025-07-16 12:59:49.773 [info] [command][4d8233a5-b688-44fd-97ac-155fefdf0648] Process exited with code 0\n2025-07-16 12:59:49.773 [info] [command][4d8233a5-b688-44fd-97ac-155fefdf0648] Socket close event received\n2025-07-16 12:59:49.774 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9c27472f-160c-489e-af69-0e6bf95b7d46] socks connection closed\n2025-07-16 12:59:49.792 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59613 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:00:49.774 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:00:49.775 [info] [command][451fc860-59b6-4bfc-af11-6303e91ca864] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""451fc860-59b6-4bfc-af11-6303e91ca864""}\n2025-07-16 13:00:49.776 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7b43082c-d979-40c3-a40a-14ee76559e50] received connection request\n2025-07-16 13:00:49.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:00:49.794 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7b43082c-d979-40c3-a40a-14ee76559e50] socks forwarding established\n2025-07-16 13:00:49.822 [info] [command][451fc860-59b6-4bfc-af11-6303e91ca864] Process exited with code 0\n2025-07-16 13:00:49.822 [info] [command][451fc860-59b6-4bfc-af11-6303e91ca864] Socket close event received\n2025-07-16 13:00:49.823 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7b43082c-d979-40c3-a40a-14ee76559e50] socks connection closed\n2025-07-16 13:00:49.839 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59646 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:01:49.828 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:01:49.829 [info] [command][d921c367-3c5a-475b-a286-064e2ffebba9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d921c367-3c5a-475b-a286-064e2ffebba9""}\n2025-07-16 13:01:49.830 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][09f18361-0539-46b4-867a-49613581ddf6] received connection request\n2025-07-16 13:01:49.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 13:01:49.831 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:01:49.851 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][09f18361-0539-46b4-867a-49613581ddf6] socks forwarding established\n2025-07-16 13:01:49.883 [info] [command][d921c367-3c5a-475b-a286-064e2ffebba9] Process exited with code 0\n2025-07-16 13:01:49.884 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][09f18361-0539-46b4-867a-49613581ddf6] socks connection closed\n2025-07-16 13:01:49.884 [info] [command][d921c367-3c5a-475b-a286-064e2ffebba9] Socket close event received\n2025-07-16 13:01:49.902 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59669 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:02:49.888 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:02:49.890 [info] [command][90ebe1fd-6c7d-4222-afb7-6d90b81df339] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""90ebe1fd-6c7d-4222-afb7-6d90b81df339""}\n2025-07-16 13:02:49.891 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][daad89e0-b4ba-4a0d-bb40-893d377d3a9f] received connection request\n2025-07-16 13:02:49.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:02:49.910 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][daad89e0-b4ba-4a0d-bb40-893d377d3a9f] socks forwarding established\n2025-07-16 13:02:49.940 [info] [command][90ebe1fd-6c7d-4222-afb7-6d90b81df339] Process exited with code 0\n2025-07-16 13:02:49.940 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][daad89e0-b4ba-4a0d-bb40-893d377d3a9f] socks connection closed\n2025-07-16 13:02:49.941 [info] [command][90ebe1fd-6c7d-4222-afb7-6d90b81df339] Socket close event received\n2025-07-16 13:02:49.957 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59726 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:03:49.941 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:03:49.942 [info] [command][68b63d6e-31f8-4059-95cd-fd73bb13de1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""68b63d6e-31f8-4059-95cd-fd73bb13de1a""}\n2025-07-16 13:03:49.943 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][818b1054-19ec-4307-b00b-7e63443f708d] received connection request\n2025-07-16 13:03:49.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:03:49.962 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][818b1054-19ec-4307-b00b-7e63443f708d] socks forwarding established\n2025-07-16 13:03:49.993 [info] [command][68b63d6e-31f8-4059-95cd-fd73bb13de1a] Process exited with code 0\n2025-07-16 13:03:49.993 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][818b1054-19ec-4307-b00b-7e63443f708d] socks connection closed\n2025-07-16 13:03:49.993 [info] [command][68b63d6e-31f8-4059-95cd-fd73bb13de1a] Socket close event received\n2025-07-16 13:03:50.011 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59753 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:04:49.998 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:04:50.000 [info] [command][a65ee799-522e-48a0-968e-6033f40e9ebb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a65ee799-522e-48a0-968e-6033f40e9ebb""}\n2025-07-16 13:04:50.001 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b93f7d4d-91f3-4d4f-8968-1acc672c35f8] received connection request\n2025-07-16 13:04:50.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:04:50.060 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b93f7d4d-91f3-4d4f-8968-1acc672c35f8] socks forwarding established\n2025-07-16 13:04:50.094 [info] [command][a65ee799-522e-48a0-968e-6033f40e9ebb] Process exited with code 0\n2025-07-16 13:04:50.094 [info] [command][a65ee799-522e-48a0-968e-6033f40e9ebb] Socket close event received\n2025-07-16 13:04:50.096 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b93f7d4d-91f3-4d4f-8968-1acc672c35f8] socks connection closed\n2025-07-16 13:04:50.120 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59793 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:05:50.095 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:05:50.098 [info] [command][25237617-c41c-4cbd-913b-005f905707b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""25237617-c41c-4cbd-913b-005f905707b2""}\n2025-07-16 13:05:50.099 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b958395e-334a-41e9-bb32-1b59f8cb3e95] received connection request\n2025-07-16 13:05:50.099 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:05:50.117 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b958395e-334a-41e9-bb32-1b59f8cb3e95] socks forwarding established\n2025-07-16 13:05:50.149 [info] [command][25237617-c41c-4cbd-913b-005f905707b2] Process exited with code 0\n2025-07-16 13:05:50.149 [info] [command][25237617-c41c-4cbd-913b-005f905707b2] Socket close event received\n2025-07-16 13:05:50.150 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b958395e-334a-41e9-bb32-1b59f8cb3e95] socks connection closed\n2025-07-16 13:05:50.168 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59819 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:06:50.154 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:06:50.157 [info] [command][8359da61-2da2-4a5a-a3e6-71d47136690d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8359da61-2da2-4a5a-a3e6-71d47136690d""}\n2025-07-16 13:06:50.157 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][11305df6-ec36-4991-91df-3c2a103f54b5] received connection request\n2025-07-16 13:06:50.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:06:50.176 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][11305df6-ec36-4991-91df-3c2a103f54b5] socks forwarding established\n2025-07-16 13:06:50.207 [info] [command][8359da61-2da2-4a5a-a3e6-71d47136690d] Process exited with code 0\n2025-07-16 13:06:50.207 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][11305df6-ec36-4991-91df-3c2a103f54b5] socks connection closed\n2025-07-16 13:06:50.207 [info] [command][8359da61-2da2-4a5a-a3e6-71d47136690d] Socket close event received\n2025-07-16 13:06:50.225 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59845 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:07:50.212 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:07:50.214 [info] [command][db63ab80-761d-41b4-833d-25497a60bafe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""db63ab80-761d-41b4-833d-25497a60bafe""}\n2025-07-16 13:07:50.215 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c9dbd05d-4474-45e2-8227-a7c523b0b596] received connection request\n2025-07-16 13:07:50.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:07:50.233 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9dbd05d-4474-45e2-8227-a7c523b0b596] socks forwarding established\n2025-07-16 13:07:50.265 [info] [command][db63ab80-761d-41b4-833d-25497a60bafe] Process exited with code 0\n2025-07-16 13:07:50.265 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9dbd05d-4474-45e2-8227-a7c523b0b596] socks connection closed\n2025-07-16 13:07:50.266 [info] [command][db63ab80-761d-41b4-833d-25497a60bafe] Socket close event received\n2025-07-16 13:07:50.284 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59900 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:08:50.270 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:08:50.271 [info] [command][fda406e5-a7e0-428c-979c-0ceaa43942ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fda406e5-a7e0-428c-979c-0ceaa43942ee""}\n2025-07-16 13:08:50.272 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][38611a87-0db5-4f2b-b475-b2c6d185fd21] received connection request\n2025-07-16 13:08:50.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:08:50.293 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][38611a87-0db5-4f2b-b475-b2c6d185fd21] socks forwarding established\n2025-07-16 13:08:50.323 [info] [command][fda406e5-a7e0-428c-979c-0ceaa43942ee] Process exited with code 0\n2025-07-16 13:08:50.323 [info] [command][fda406e5-a7e0-428c-979c-0ceaa43942ee] Socket close event received\n2025-07-16 13:08:50.324 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][38611a87-0db5-4f2b-b475-b2c6d185fd21] socks connection closed\n2025-07-16 13:08:50.343 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59929 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:09:50.326 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:09:50.327 [info] [command][d4e38698-3ab0-4e20-b8d7-0059c820c4a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d4e38698-3ab0-4e20-b8d7-0059c820c4a9""}\n2025-07-16 13:09:50.328 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][84a31305-cfd8-4209-a655-0dcdd0addd76] received connection request\n2025-07-16 13:09:50.329 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:09:50.359 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][84a31305-cfd8-4209-a655-0dcdd0addd76] socks forwarding established\n2025-07-16 13:09:50.390 [info] [command][d4e38698-3ab0-4e20-b8d7-0059c820c4a9] Process exited with code 0\n2025-07-16 13:09:50.390 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][84a31305-cfd8-4209-a655-0dcdd0addd76] socks connection closed\n2025-07-16 13:09:50.390 [info] [command][d4e38698-3ab0-4e20-b8d7-0059c820c4a9] Socket close event received\n2025-07-16 13:09:50.508 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60000 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:10:50.391 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:10:50.392 [info] [command][074f7659-0a51-4159-a758-80efc29495c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""074f7659-0a51-4159-a758-80efc29495c8""}\n2025-07-16 13:10:50.393 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3d5c2c86-8b3b-439d-811d-4b8897a0786e] received connection request\n2025-07-16 13:10:50.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:10:50.412 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3d5c2c86-8b3b-439d-811d-4b8897a0786e] socks forwarding established\n2025-07-16 13:10:50.444 [info] [command][074f7659-0a51-4159-a758-80efc29495c8] Process exited with code 0\n2025-07-16 13:10:50.444 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3d5c2c86-8b3b-439d-811d-4b8897a0786e] socks connection closed\n2025-07-16 13:10:50.444 [info] [command][074f7659-0a51-4159-a758-80efc29495c8] Socket close event received\n2025-07-16 13:10:50.548 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60045 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:11:50.449 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:11:50.451 [info] [command][2f0a1b59-5d1c-46ee-85ed-49872ba4a3cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2f0a1b59-5d1c-46ee-85ed-49872ba4a3cd""}\n2025-07-16 13:11:50.452 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8258ffbe-a67d-4ff3-ad08-231e2899637e] received connection request\n2025-07-16 13:11:50.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 13:11:50.453 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:11:50.469 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8258ffbe-a67d-4ff3-ad08-231e2899637e] socks forwarding established\n2025-07-16 13:11:50.499 [info] [command][2f0a1b59-5d1c-46ee-85ed-49872ba4a3cd] Process exited with code 0\n2025-07-16 13:11:50.499 [info] [command][2f0a1b59-5d1c-46ee-85ed-49872ba4a3cd] Socket close event received\n2025-07-16 13:11:50.514 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8258ffbe-a67d-4ff3-ad08-231e2899637e] socks connection closed\n2025-07-16 13:11:50.515 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60084 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:12:50.504 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:12:50.508 [info] [command][3b9b27e5-f443-40da-80dc-72900293440c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3b9b27e5-f443-40da-80dc-72900293440c""}\n2025-07-16 13:12:50.508 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b6e3ff3b-e8e2-4810-b3d6-d20859831c00] received connection request\n2025-07-16 13:12:50.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:12:50.526 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b6e3ff3b-e8e2-4810-b3d6-d20859831c00] socks forwarding established\n2025-07-16 13:12:50.554 [info] [command][3b9b27e5-f443-40da-80dc-72900293440c] Process exited with code 0\n2025-07-16 13:12:50.554 [info] [command][3b9b27e5-f443-40da-80dc-72900293440c] Socket close event received\n2025-07-16 13:12:50.555 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b6e3ff3b-e8e2-4810-b3d6-d20859831c00] socks connection closed\n2025-07-16 13:12:50.571 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60139 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:13:50.559 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:13:50.561 [info] [command][3d80ca70-9b89-435e-bad1-f1383a75784c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3d80ca70-9b89-435e-bad1-f1383a75784c""}\n2025-07-16 13:13:50.562 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7e213587-7cfc-4eb7-9ebe-9cb7a1ba603a] received connection request\n2025-07-16 13:13:50.562 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:13:50.598 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7e213587-7cfc-4eb7-9ebe-9cb7a1ba603a] socks forwarding established\n2025-07-16 13:13:50.629 [info] [command][3d80ca70-9b89-435e-bad1-f1383a75784c] Process exited with code 0\n2025-07-16 13:13:50.630 [info] [command][3d80ca70-9b89-435e-bad1-f1383a75784c] Socket close event received\n2025-07-16 13:13:50.646 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60169 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:13:50.646 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7e213587-7cfc-4eb7-9ebe-9cb7a1ba603a] socks connection closed\n2025-07-16 13:14:50.632 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:14:50.634 [info] [command][e8572937-ca38-4fc2-93b8-cbf49eaa5419] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e8572937-ca38-4fc2-93b8-cbf49eaa5419""}\n2025-07-16 13:14:50.635 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][809169ea-eabf-4cd7-a990-990692558ab3] received connection request\n2025-07-16 13:14:50.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:14:50.653 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][809169ea-eabf-4cd7-a990-990692558ab3] socks forwarding established\n2025-07-16 13:14:50.682 [info] [command][e8572937-ca38-4fc2-93b8-cbf49eaa5419] Process exited with code 0\n2025-07-16 13:14:50.682 [info] [command][e8572937-ca38-4fc2-93b8-cbf49eaa5419] Socket close event received\n2025-07-16 13:14:50.683 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][809169ea-eabf-4cd7-a990-990692558ab3] socks connection closed\n2025-07-16 13:14:50.699 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60214 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:15:50.686 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:15:50.688 [info] [command][963e12f9-25d7-4219-a720-9cddd40ec00e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""963e12f9-25d7-4219-a720-9cddd40ec00e""}\n2025-07-16 13:15:50.689 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][52fb96bd-ce05-4a4c-9ef4-60ac48d78b71] received connection request\n2025-07-16 13:15:50.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:15:50.706 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][52fb96bd-ce05-4a4c-9ef4-60ac48d78b71] socks forwarding established\n2025-07-16 13:15:50.736 [info] [command][963e12f9-25d7-4219-a720-9cddd40ec00e] Process exited with code 0\n2025-07-16 13:15:50.736 [info] [command][963e12f9-25d7-4219-a720-9cddd40ec00e] Socket close event received\n2025-07-16 13:15:50.736 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][52fb96bd-ce05-4a4c-9ef4-60ac48d78b71] socks connection closed\n2025-07-16 13:15:50.753 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60239 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:16:50.742 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:16:50.744 [info] [command][51f70d8b-132c-4857-822c-096ed9d9a886] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""51f70d8b-132c-4857-822c-096ed9d9a886""}\n2025-07-16 13:16:50.745 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][68b6833b-b190-4366-b6ee-02d9649d98bc] received connection request\n2025-07-16 13:16:50.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:16:50.761 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][68b6833b-b190-4366-b6ee-02d9649d98bc] socks forwarding established\n2025-07-16 13:16:50.792 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][68b6833b-b190-4366-b6ee-02d9649d98bc] socks connection closed\n2025-07-16 13:16:50.793 [info] [command][51f70d8b-132c-4857-822c-096ed9d9a886] Process exited with code 0\n2025-07-16 13:16:50.793 [info] [command][51f70d8b-132c-4857-822c-096ed9d9a886] Socket close event received\n2025-07-16 13:16:50.809 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60266 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:17:50.798 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:17:50.800 [info] [command][f7152beb-efca-424a-8096-87219a4c4bb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f7152beb-efca-424a-8096-87219a4c4bb7""}\n2025-07-16 13:17:50.801 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][95b96c95-f2b8-45cd-91c8-a0077889942e] received connection request\n2025-07-16 13:17:50.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:17:50.818 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][95b96c95-f2b8-45cd-91c8-a0077889942e] socks forwarding established\n2025-07-16 13:17:50.848 [info] [command][f7152beb-efca-424a-8096-87219a4c4bb7] Process exited with code 0\n2025-07-16 13:17:50.849 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][95b96c95-f2b8-45cd-91c8-a0077889942e] socks connection closed\n2025-07-16 13:17:50.849 [info] [command][f7152beb-efca-424a-8096-87219a4c4bb7] Socket close event received\n2025-07-16 13:17:50.866 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60329 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:18:50.854 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:18:50.856 [info] [command][0fb18028-d38a-46e0-ae57-b7b2fece58bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0fb18028-d38a-46e0-ae57-b7b2fece58bd""}\n2025-07-16 13:18:50.857 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d47b8504-92f5-40b9-818b-7b6058c01ba5] received connection request\n2025-07-16 13:18:50.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:18:50.874 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d47b8504-92f5-40b9-818b-7b6058c01ba5] socks forwarding established\n2025-07-16 13:18:50.904 [info] [command][0fb18028-d38a-46e0-ae57-b7b2fece58bd] Process exited with code 0\n2025-07-16 13:18:50.905 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d47b8504-92f5-40b9-818b-7b6058c01ba5] socks connection closed\n2025-07-16 13:18:50.905 [info] [command][0fb18028-d38a-46e0-ae57-b7b2fece58bd] Socket close event received\n2025-07-16 13:18:50.922 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60381 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:19:50.910 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:19:50.911 [info] [command][0e0369f2-7a6b-496c-a6ad-cc24e9c62937] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0e0369f2-7a6b-496c-a6ad-cc24e9c62937""}\n2025-07-16 13:19:50.911 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][660e21ca-2571-4397-8f1c-8441e3c7c05a] received connection request\n2025-07-16 13:19:50.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:19:50.972 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][660e21ca-2571-4397-8f1c-8441e3c7c05a] socks forwarding established\n2025-07-16 13:19:51.000 [info] [command][0e0369f2-7a6b-496c-a6ad-cc24e9c62937] Process exited with code 0\n2025-07-16 13:19:51.001 [info] [command][0e0369f2-7a6b-496c-a6ad-cc24e9c62937] Socket close event received\n2025-07-16 13:19:51.001 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][660e21ca-2571-4397-8f1c-8441e3c7c05a] socks connection closed\n2025-07-16 13:19:51.019 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60423 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:20:51.006 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:20:51.006 [info] [command][1da13919-33af-4daf-b502-5bb905b51d1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1da13919-33af-4daf-b502-5bb905b51d1d""}\n2025-07-16 13:20:51.006 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][512ebc31-1fce-4b2c-80b1-7d9b63773901] received connection request\n2025-07-16 13:20:51.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:20:51.026 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][512ebc31-1fce-4b2c-80b1-7d9b63773901] socks forwarding established\n2025-07-16 13:20:51.056 [info] [command][1da13919-33af-4daf-b502-5bb905b51d1d] Process exited with code 0\n2025-07-16 13:20:51.057 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][512ebc31-1fce-4b2c-80b1-7d9b63773901] socks connection closed\n2025-07-16 13:20:51.057 [info] [command][1da13919-33af-4daf-b502-5bb905b51d1d] Socket close event received\n2025-07-16 13:20:51.074 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60446 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:21:51.057 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:21:51.058 [info] [command][1be87ad6-d9f8-451e-b29c-2676a32e5c39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1be87ad6-d9f8-451e-b29c-2676a32e5c39""}\n2025-07-16 13:21:51.058 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c001e280-39b5-4879-907d-6300fb97b39a] received connection request\n2025-07-16 13:21:51.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:21:51.078 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c001e280-39b5-4879-907d-6300fb97b39a] socks forwarding established\n2025-07-16 13:21:51.107 [info] [command][1be87ad6-d9f8-451e-b29c-2676a32e5c39] Process exited with code 0\n2025-07-16 13:21:51.107 [info] [command][1be87ad6-d9f8-451e-b29c-2676a32e5c39] Socket close event received\n2025-07-16 13:21:51.107 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c001e280-39b5-4879-907d-6300fb97b39a] socks connection closed\n2025-07-16 13:21:51.125 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60484 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:22:51.113 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:22:51.114 [info] [command][f6a6947a-1384-4eb8-bcf8-52a996ede7a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f6a6947a-1384-4eb8-bcf8-52a996ede7a9""}\n2025-07-16 13:22:51.114 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f0279b23-8d0c-4410-b813-46bd3e700e05] received connection request\n2025-07-16 13:22:51.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:22:51.131 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f0279b23-8d0c-4410-b813-46bd3e700e05] socks forwarding established\n2025-07-16 13:22:51.160 [info] [command][f6a6947a-1384-4eb8-bcf8-52a996ede7a9] Process exited with code 0\n2025-07-16 13:22:51.161 [info] [command][f6a6947a-1384-4eb8-bcf8-52a996ede7a9] Socket close event received\n2025-07-16 13:22:51.161 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f0279b23-8d0c-4410-b813-46bd3e700e05] socks connection closed\n2025-07-16 13:22:51.178 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60543 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:23:51.162 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:23:51.163 [info] [command][d6ac0a68-ffa6-47bb-8fbd-167c6a6b56a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d6ac0a68-ffa6-47bb-8fbd-167c6a6b56a5""}\n2025-07-16 13:23:51.163 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e531e7a6-300f-4c4d-bead-c0b8ec974234] received connection request\n2025-07-16 13:23:51.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 13:23:51.163 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:23:51.184 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e531e7a6-300f-4c4d-bead-c0b8ec974234] socks forwarding established\n2025-07-16 13:23:51.213 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e531e7a6-300f-4c4d-bead-c0b8ec974234] socks connection closed\n2025-07-16 13:23:51.213 [info] [command][d6ac0a68-ffa6-47bb-8fbd-167c6a6b56a5] Process exited with code 0\n2025-07-16 13:23:51.213 [info] [command][d6ac0a68-ffa6-47bb-8fbd-167c6a6b56a5] Socket close event received\n2025-07-16 13:23:51.230 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60566 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:24:51.215 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:24:51.216 [info] [command][791edc98-fbbd-4264-88ae-2aae73f749ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""791edc98-fbbd-4264-88ae-2aae73f749ae""}\n2025-07-16 13:24:51.216 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7fd257f5-14e7-42b1-a35b-fbab75a09a70] received connection request\n2025-07-16 13:24:51.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:24:51.234 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7fd257f5-14e7-42b1-a35b-fbab75a09a70] socks forwarding established\n2025-07-16 13:24:51.263 [info] [command][791edc98-fbbd-4264-88ae-2aae73f749ae] Process exited with code 0\n2025-07-16 13:24:51.264 [info] [command][791edc98-fbbd-4264-88ae-2aae73f749ae] Socket close event received\n2025-07-16 13:24:51.264 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7fd257f5-14e7-42b1-a35b-fbab75a09a70] socks connection closed\n2025-07-16 13:24:51.280 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60609 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:25:51.269 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:25:51.269 [info] [command][2818df3c-6361-446b-851e-a20396cbef11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2818df3c-6361-446b-851e-a20396cbef11""}\n2025-07-16 13:25:51.270 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8b7369ed-486e-4efa-9832-832e0fdd6317] received connection request\n2025-07-16 13:25:51.270 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:25:51.287 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8b7369ed-486e-4efa-9832-832e0fdd6317] socks forwarding established\n2025-07-16 13:25:51.317 [info] [command][2818df3c-6361-446b-851e-a20396cbef11] Process exited with code 0\n2025-07-16 13:25:51.317 [info] [command][2818df3c-6361-446b-851e-a20396cbef11] Socket close event received\n2025-07-16 13:25:51.318 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8b7369ed-486e-4efa-9832-832e0fdd6317] socks connection closed\n2025-07-16 13:25:51.332 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60647 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:26:51.322 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:26:51.324 [info] [command][7413a5ea-51d8-431c-a43e-2200f781887d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7413a5ea-51d8-431c-a43e-2200f781887d""}\n2025-07-16 13:26:51.325 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][23db3163-13f6-4268-b7c8-0d31c150ef7b] received connection request\n2025-07-16 13:26:51.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:26:51.345 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][23db3163-13f6-4268-b7c8-0d31c150ef7b] socks forwarding established\n2025-07-16 13:26:51.376 [info] [command][7413a5ea-51d8-431c-a43e-2200f781887d] Process exited with code 0\n2025-07-16 13:26:51.376 [info] [command][7413a5ea-51d8-431c-a43e-2200f781887d] Socket close event received\n2025-07-16 13:26:51.377 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][23db3163-13f6-4268-b7c8-0d31c150ef7b] socks connection closed\n2025-07-16 13:26:51.395 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60672 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:27:51.381 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:27:51.382 [info] [command][bb463d68-97a3-43af-98bc-68102a07b85f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bb463d68-97a3-43af-98bc-68102a07b85f""}\n2025-07-16 13:27:51.383 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][478f4bad-7958-45b9-a482-1da039f22c6a] received connection request\n2025-07-16 13:27:51.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:27:51.400 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][478f4bad-7958-45b9-a482-1da039f22c6a] socks forwarding established\n2025-07-16 13:27:51.429 [info] [command][bb463d68-97a3-43af-98bc-68102a07b85f] Process exited with code 0\n2025-07-16 13:27:51.429 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][478f4bad-7958-45b9-a482-1da039f22c6a] socks connection closed\n2025-07-16 13:27:51.430 [info] [command][bb463d68-97a3-43af-98bc-68102a07b85f] Socket close event received\n2025-07-16 13:27:51.446 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60743 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:28:51.435 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:28:51.436 [info] [command][3504d59b-ae8c-414b-9350-55c6ff11be1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3504d59b-ae8c-414b-9350-55c6ff11be1f""}\n2025-07-16 13:28:51.437 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][980ad5f8-9f5a-4d33-afbc-d81b74652ecb] received connection request\n2025-07-16 13:28:51.438 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:28:51.455 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][980ad5f8-9f5a-4d33-afbc-d81b74652ecb] socks forwarding established\n2025-07-16 13:28:51.486 [info] [command][3504d59b-ae8c-414b-9350-55c6ff11be1f] Process exited with code 0\n2025-07-16 13:28:51.487 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][980ad5f8-9f5a-4d33-afbc-d81b74652ecb] socks connection closed\n2025-07-16 13:28:51.487 [info] [command][3504d59b-ae8c-414b-9350-55c6ff11be1f] Socket close event received\n2025-07-16 13:28:51.504 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60775 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:29:51.489 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:29:51.490 [info] [command][9822cde9-48bf-4ad3-aab9-21ae2b980b56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9822cde9-48bf-4ad3-aab9-21ae2b980b56""}\n2025-07-16 13:29:51.491 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9b45c4df-d97e-406b-954b-a70f62f87fcc] received connection request\n2025-07-16 13:29:51.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:29:51.509 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9b45c4df-d97e-406b-954b-a70f62f87fcc] socks forwarding established\n2025-07-16 13:29:51.539 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9b45c4df-d97e-406b-954b-a70f62f87fcc] socks connection closed\n2025-07-16 13:29:51.539 [info] [command][9822cde9-48bf-4ad3-aab9-21ae2b980b56] Process exited with code 0\n2025-07-16 13:29:51.539 [info] [command][9822cde9-48bf-4ad3-aab9-21ae2b980b56] Socket close event received\n2025-07-16 13:29:51.556 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60817 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:30:51.544 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:30:51.547 [info] [command][d6b74d7f-3cd3-4ba8-8310-959787eb0138] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d6b74d7f-3cd3-4ba8-8310-959787eb0138""}\n2025-07-16 13:30:51.547 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b4a319ff-2d57-4e5e-8eb0-68ea6e11a2b0] received connection request\n2025-07-16 13:30:51.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:30:51.566 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b4a319ff-2d57-4e5e-8eb0-68ea6e11a2b0] socks forwarding established\n2025-07-16 13:30:51.601 [info] [command][d6b74d7f-3cd3-4ba8-8310-959787eb0138] Process exited with code 0\n2025-07-16 13:30:51.602 [info] [command][d6b74d7f-3cd3-4ba8-8310-959787eb0138] Socket close event received\n2025-07-16 13:30:51.602 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b4a319ff-2d57-4e5e-8eb0-68ea6e11a2b0] socks connection closed\n2025-07-16 13:30:51.618 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60860 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:31:51.604 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:31:51.605 [info] [command][7508f023-13d8-4937-b4a3-b0e2fe85f5d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7508f023-13d8-4937-b4a3-b0e2fe85f5d2""}\n2025-07-16 13:31:51.606 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3880c87f-0b82-4e2a-9157-07d0f1199115] received connection request\n2025-07-16 13:31:51.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:31:51.626 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3880c87f-0b82-4e2a-9157-07d0f1199115] socks forwarding established\n2025-07-16 13:31:51.658 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3880c87f-0b82-4e2a-9157-07d0f1199115] socks connection closed\n2025-07-16 13:31:51.659 [info] [command][7508f023-13d8-4937-b4a3-b0e2fe85f5d2] Process exited with code 0\n2025-07-16 13:31:51.659 [info] [command][7508f023-13d8-4937-b4a3-b0e2fe85f5d2] Socket close event received\n2025-07-16 13:31:51.675 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60882 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:32:51.667 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:32:51.669 [info] [command][ce128ba5-9e33-4281-9036-c442954a082c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ce128ba5-9e33-4281-9036-c442954a082c""}\n2025-07-16 13:32:51.670 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][03336659-8b52-4b33-8ec6-104741ab312c] received connection request\n2025-07-16 13:32:51.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:32:51.687 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][03336659-8b52-4b33-8ec6-104741ab312c] socks forwarding established\n2025-07-16 13:32:51.717 [info] [command][ce128ba5-9e33-4281-9036-c442954a082c] Process exited with code 0\n2025-07-16 13:32:51.717 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][03336659-8b52-4b33-8ec6-104741ab312c] socks connection closed\n2025-07-16 13:32:51.717 [info] [command][ce128ba5-9e33-4281-9036-c442954a082c] Socket close event received\n2025-07-16 13:32:51.734 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60944 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:33:51.723 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:33:51.725 [info] [command][fa3717fb-a10e-48ac-9798-000e503c258c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fa3717fb-a10e-48ac-9798-000e503c258c""}\n2025-07-16 13:33:51.726 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][323089ad-058c-4dd7-b9b2-e3321499ec18] received connection request\n2025-07-16 13:33:51.727 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:33:51.743 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][323089ad-058c-4dd7-b9b2-e3321499ec18] socks forwarding established\n2025-07-16 13:33:51.774 [info] [command][fa3717fb-a10e-48ac-9798-000e503c258c] Process exited with code 0\n2025-07-16 13:33:51.775 [info] [command][fa3717fb-a10e-48ac-9798-000e503c258c] Socket close event received\n2025-07-16 13:33:51.777 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][323089ad-058c-4dd7-b9b2-e3321499ec18] socks connection closed\n2025-07-16 13:33:51.791 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60987 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:34:51.777 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:34:51.780 [info] [command][43c1485a-b58e-4e64-893b-b4729ee1284c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""43c1485a-b58e-4e64-893b-b4729ee1284c""}\n2025-07-16 13:34:51.780 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][78ddec8c-4b8b-42e5-a504-4be0d13a12e7] received connection request\n2025-07-16 13:34:51.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:34:51.810 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][78ddec8c-4b8b-42e5-a504-4be0d13a12e7] socks forwarding established\n2025-07-16 13:34:51.840 [info] [command][43c1485a-b58e-4e64-893b-b4729ee1284c] Process exited with code 0\n2025-07-16 13:34:51.841 [info] [command][43c1485a-b58e-4e64-893b-b4729ee1284c] Socket close event received\n2025-07-16 13:34:51.841 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][78ddec8c-4b8b-42e5-a504-4be0d13a12e7] socks connection closed\n2025-07-16 13:34:51.859 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61026 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:35:51.845 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:35:51.847 [info] [command][63a5794d-d19f-4b84-8210-b7340d9a3a73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""63a5794d-d19f-4b84-8210-b7340d9a3a73""}\n2025-07-16 13:35:51.848 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6b42aa6c-3762-4fd6-a1c7-fd8015a53953] received connection request\n2025-07-16 13:35:51.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:35:51.865 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6b42aa6c-3762-4fd6-a1c7-fd8015a53953] socks forwarding established\n2025-07-16 13:35:51.896 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6b42aa6c-3762-4fd6-a1c7-fd8015a53953] socks connection closed\n2025-07-16 13:35:51.897 [info] [command][63a5794d-d19f-4b84-8210-b7340d9a3a73] Process exited with code 0\n2025-07-16 13:35:51.897 [info] [command][63a5794d-d19f-4b84-8210-b7340d9a3a73] Socket close event received\n2025-07-16 13:35:51.912 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61053 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:36:51.898 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:36:51.899 [info] [command][8495b9fa-77a1-440e-9b36-7b973c5a2ff2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8495b9fa-77a1-440e-9b36-7b973c5a2ff2""}\n2025-07-16 13:36:51.900 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8a0ee9e7-f038-473f-b63b-1f040ec833bf] received connection request\n2025-07-16 13:36:51.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:36:51.917 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8a0ee9e7-f038-473f-b63b-1f040ec833bf] socks forwarding established\n2025-07-16 13:36:51.946 [info] [command][8495b9fa-77a1-440e-9b36-7b973c5a2ff2] Process exited with code 0\n2025-07-16 13:36:51.946 [info] [command][8495b9fa-77a1-440e-9b36-7b973c5a2ff2] Socket close event received\n2025-07-16 13:36:51.947 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8a0ee9e7-f038-473f-b63b-1f040ec833bf] socks connection closed\n2025-07-16 13:36:51.965 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61088 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:37:51.951 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:37:51.952 [info] [command][57b8889d-02a8-4089-a653-57293e5007a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""57b8889d-02a8-4089-a653-57293e5007a3""}\n2025-07-16 13:37:51.953 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f286198e-e371-4b68-a704-fd57ba85b076] received connection request\n2025-07-16 13:37:51.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:37:52.014 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f286198e-e371-4b68-a704-fd57ba85b076] socks forwarding established\n2025-07-16 13:37:52.044 [info] [command][57b8889d-02a8-4089-a653-57293e5007a3] Process exited with code 0\n2025-07-16 13:37:52.044 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f286198e-e371-4b68-a704-fd57ba85b076] socks connection closed\n2025-07-16 13:37:52.045 [info] [command][57b8889d-02a8-4089-a653-57293e5007a3] Socket close event received\n2025-07-16 13:37:52.061 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61141 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:38:52.050 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:38:52.052 [info] [command][81989d95-24a0-43ec-804b-4614eeccca11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""81989d95-24a0-43ec-804b-4614eeccca11""}\n2025-07-16 13:38:52.053 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][183baade-30a5-466e-b044-7f978953aafd] received connection request\n2025-07-16 13:38:52.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:38:52.073 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][183baade-30a5-466e-b044-7f978953aafd] socks forwarding established\n2025-07-16 13:38:52.101 [info] [command][81989d95-24a0-43ec-804b-4614eeccca11] Process exited with code 0\n2025-07-16 13:38:52.102 [info] [command][81989d95-24a0-43ec-804b-4614eeccca11] Socket close event received\n2025-07-16 13:38:52.102 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][183baade-30a5-466e-b044-7f978953aafd] socks connection closed\n2025-07-16 13:38:52.118 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61172 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:39:52.105 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:39:52.108 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][cb1227f0-4f84-48a2-a7c8-6ec394cfe4e8] received connection request\n2025-07-16 13:39:52.108 [info] [command][e34f9fb8-9ae2-4d89-9417-57c1d9f47ed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e34f9fb8-9ae2-4d89-9417-57c1d9f47ed7""}\n2025-07-16 13:39:52.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:39:52.128 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cb1227f0-4f84-48a2-a7c8-6ec394cfe4e8] socks forwarding established\n2025-07-16 13:39:52.194 [info] [command][e34f9fb8-9ae2-4d89-9417-57c1d9f47ed7] Process exited with code 0\n2025-07-16 13:39:52.194 [info] [command][e34f9fb8-9ae2-4d89-9417-57c1d9f47ed7] Socket close event received\n2025-07-16 13:39:52.196 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cb1227f0-4f84-48a2-a7c8-6ec394cfe4e8] socks connection closed\n2025-07-16 13:39:52.299 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61210 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:40:52.194 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:40:52.195 [info] [command][ff39b797-66b7-47dd-b344-01aa9a85aa3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ff39b797-66b7-47dd-b344-01aa9a85aa3e""}\n2025-07-16 13:40:52.195 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][bb3bab71-f5a7-422c-8ff6-f72a5a0e0b1b] received connection request\n2025-07-16 13:40:52.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:40:52.210 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bb3bab71-f5a7-422c-8ff6-f72a5a0e0b1b] socks forwarding established\n2025-07-16 13:40:52.239 [info] [command][ff39b797-66b7-47dd-b344-01aa9a85aa3e] Process exited with code 0\n2025-07-16 13:40:52.239 [info] [command][ff39b797-66b7-47dd-b344-01aa9a85aa3e] Socket close event received\n2025-07-16 13:40:52.239 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bb3bab71-f5a7-422c-8ff6-f72a5a0e0b1b] socks connection closed\n2025-07-16 13:40:52.255 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61233 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:41:52.243 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:41:52.246 [info] [command][328ec4be-19a8-43ef-8940-a320749bfcd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""328ec4be-19a8-43ef-8940-a320749bfcd0""}\n2025-07-16 13:41:52.247 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][165246c1-3fde-433f-9ef8-7aecb21e8d8c] received connection request\n2025-07-16 13:41:52.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:41:52.264 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][165246c1-3fde-433f-9ef8-7aecb21e8d8c] socks forwarding established\n2025-07-16 13:41:52.293 [info] [command][328ec4be-19a8-43ef-8940-a320749bfcd0] Process exited with code 0\n2025-07-16 13:41:52.293 [info] [command][328ec4be-19a8-43ef-8940-a320749bfcd0] Socket close event received\n2025-07-16 13:41:52.294 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][165246c1-3fde-433f-9ef8-7aecb21e8d8c] socks connection closed\n2025-07-16 13:41:52.309 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61256 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:42:52.296 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:42:52.298 [info] [command][023fb4a1-6701-4f06-b835-25e16ec757a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""023fb4a1-6701-4f06-b835-25e16ec757a2""}\n2025-07-16 13:42:52.299 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5e4d76bd-e7da-4402-be49-8437dc5a06b2] received connection request\n2025-07-16 13:42:52.299 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:42:52.317 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e4d76bd-e7da-4402-be49-8437dc5a06b2] socks forwarding established\n2025-07-16 13:42:52.420 [info] [command][023fb4a1-6701-4f06-b835-25e16ec757a2] Process exited with code 0\n2025-07-16 13:42:52.421 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e4d76bd-e7da-4402-be49-8437dc5a06b2] socks connection closed\n2025-07-16 13:42:52.421 [info] [command][023fb4a1-6701-4f06-b835-25e16ec757a2] Socket close event received\n2025-07-16 13:42:52.440 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61308 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:43:52.425 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:43:52.426 [info] [command][6a7e78ec-e2b8-4f8b-a31d-98c0eb4cfb36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6a7e78ec-e2b8-4f8b-a31d-98c0eb4cfb36""}\n2025-07-16 13:43:52.427 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][282d415b-29b3-4a75-b5a3-51d1ddcc8c24] received connection request\n2025-07-16 13:43:52.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:43:52.473 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][282d415b-29b3-4a75-b5a3-51d1ddcc8c24] socks forwarding established\n2025-07-16 13:43:52.503 [info] [command][6a7e78ec-e2b8-4f8b-a31d-98c0eb4cfb36] Process exited with code 0\n2025-07-16 13:43:52.503 [info] [command][6a7e78ec-e2b8-4f8b-a31d-98c0eb4cfb36] Socket close event received\n2025-07-16 13:43:52.504 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][282d415b-29b3-4a75-b5a3-51d1ddcc8c24] socks connection closed\n2025-07-16 13:43:52.523 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61335 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:44:52.508 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:44:52.509 [info] [command][24a57e93-0c2d-4a4f-8e34-58f43c0d6a0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""24a57e93-0c2d-4a4f-8e34-58f43c0d6a0c""}\n2025-07-16 13:44:52.510 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0fa64259-893d-4612-8684-46164888d84e] received connection request\n2025-07-16 13:44:52.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:44:52.532 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0fa64259-893d-4612-8684-46164888d84e] socks forwarding established\n2025-07-16 13:44:52.562 [info] [command][24a57e93-0c2d-4a4f-8e34-58f43c0d6a0c] Process exited with code 0\n2025-07-16 13:44:52.563 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0fa64259-893d-4612-8684-46164888d84e] socks connection closed\n2025-07-16 13:44:52.563 [info] [command][24a57e93-0c2d-4a4f-8e34-58f43c0d6a0c] Socket close event received\n2025-07-16 13:44:52.582 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61373 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:45:52.574 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:45:52.575 [info] [command][de700c3c-421e-4a80-b5bd-61a6aee9706b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""de700c3c-421e-4a80-b5bd-61a6aee9706b""}\n2025-07-16 13:45:52.575 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][aabca979-1fb2-4f7b-b578-31b0e838533b] received connection request\n2025-07-16 13:45:52.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:45:52.592 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aabca979-1fb2-4f7b-b578-31b0e838533b] socks forwarding established\n2025-07-16 13:45:52.621 [info] [command][de700c3c-421e-4a80-b5bd-61a6aee9706b] Process exited with code 0\n2025-07-16 13:45:52.622 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aabca979-1fb2-4f7b-b578-31b0e838533b] socks connection closed\n2025-07-16 13:45:52.622 [info] [command][de700c3c-421e-4a80-b5bd-61a6aee9706b] Socket close event received\n2025-07-16 13:45:52.638 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61397 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:46:52.632 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:46:52.633 [info] [command][4b8bcffa-a82a-4fa6-983b-b40fcf6277ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4b8bcffa-a82a-4fa6-983b-b40fcf6277ab""}\n2025-07-16 13:46:52.634 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][74d42379-93e5-4998-9901-e55fae1f398d] received connection request\n2025-07-16 13:46:52.635 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:46:52.652 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][74d42379-93e5-4998-9901-e55fae1f398d] socks forwarding established\n2025-07-16 13:46:52.681 [info] [command][4b8bcffa-a82a-4fa6-983b-b40fcf6277ab] Process exited with code 0\n2025-07-16 13:46:52.681 [info] [command][4b8bcffa-a82a-4fa6-983b-b40fcf6277ab] Socket close event received\n2025-07-16 13:46:52.683 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][74d42379-93e5-4998-9901-e55fae1f398d] socks connection closed\n2025-07-16 13:46:52.700 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61423 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:47:52.688 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:47:52.689 [info] [command][ce7fc8ec-c5a6-476b-8f7b-d0618ef5d5d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ce7fc8ec-c5a6-476b-8f7b-d0618ef5d5d7""}\n2025-07-16 13:47:52.690 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c003c8dc-90af-4871-9217-2dbef39f2a39] received connection request\n2025-07-16 13:47:52.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:47:52.709 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c003c8dc-90af-4871-9217-2dbef39f2a39] socks forwarding established\n2025-07-16 13:47:52.744 [info] [command][ce7fc8ec-c5a6-476b-8f7b-d0618ef5d5d7] Process exited with code 0\n2025-07-16 13:47:52.744 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c003c8dc-90af-4871-9217-2dbef39f2a39] socks connection closed\n2025-07-16 13:47:52.744 [info] [command][ce7fc8ec-c5a6-476b-8f7b-d0618ef5d5d7] Socket close event received\n2025-07-16 13:47:52.841 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61476 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:48:52.755 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:48:52.756 [info] [command][fa5b40e9-be8a-42cb-8372-5e342d0ff841] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fa5b40e9-be8a-42cb-8372-5e342d0ff841""}\n2025-07-16 13:48:52.757 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d747eb65-d9ce-4372-b0cd-4165ef410dec] received connection request\n2025-07-16 13:48:52.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:48:52.775 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d747eb65-d9ce-4372-b0cd-4165ef410dec] socks forwarding established\n2025-07-16 13:48:52.805 [info] [command][fa5b40e9-be8a-42cb-8372-5e342d0ff841] Process exited with code 0\n2025-07-16 13:48:52.805 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d747eb65-d9ce-4372-b0cd-4165ef410dec] socks connection closed\n2025-07-16 13:48:52.805 [info] [command][fa5b40e9-be8a-42cb-8372-5e342d0ff841] Socket close event received\n2025-07-16 13:48:52.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61498 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:49:52.809 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:49:52.811 [info] [command][175e0ada-a756-4b11-937e-0172028f01ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""175e0ada-a756-4b11-937e-0172028f01ed""}\n2025-07-16 13:49:52.812 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][177d0c5f-89ab-46d7-a1a9-99242715be37] received connection request\n2025-07-16 13:49:52.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:49:52.830 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][177d0c5f-89ab-46d7-a1a9-99242715be37] socks forwarding established\n2025-07-16 13:49:52.861 [info] [command][175e0ada-a756-4b11-937e-0172028f01ed] Process exited with code 0\n2025-07-16 13:49:52.862 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][177d0c5f-89ab-46d7-a1a9-99242715be37] socks connection closed\n2025-07-16 13:49:52.862 [info] [command][175e0ada-a756-4b11-937e-0172028f01ed] Socket close event received\n2025-07-16 13:49:52.881 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61565 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:50:52.865 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:50:52.867 [info] [command][3696e7f4-afdf-40a1-b245-4e3dadc0f275] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3696e7f4-afdf-40a1-b245-4e3dadc0f275""}\n2025-07-16 13:50:52.867 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][87e1941d-efb6-4911-8bb9-2d755c71b6cf] received connection request\n2025-07-16 13:50:52.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:50:52.910 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][87e1941d-efb6-4911-8bb9-2d755c71b6cf] socks forwarding established\n2025-07-16 13:50:52.987 [info] [command][3696e7f4-afdf-40a1-b245-4e3dadc0f275] Process exited with code 0\n2025-07-16 13:50:52.987 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][87e1941d-efb6-4911-8bb9-2d755c71b6cf] socks connection closed\n2025-07-16 13:50:52.988 [info] [command][3696e7f4-afdf-40a1-b245-4e3dadc0f275] Socket close event received\n2025-07-16 13:50:53.100 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61615 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:51:52.993 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:51:52.995 [info] [command][4350a257-333b-4aeb-975f-07a07d4a43de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4350a257-333b-4aeb-975f-07a07d4a43de""}\n2025-07-16 13:51:52.996 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c95d4423-a058-4e48-af7d-778a3bb84c0b] received connection request\n2025-07-16 13:51:52.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:51:53.109 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c95d4423-a058-4e48-af7d-778a3bb84c0b] socks forwarding established\n2025-07-16 13:51:53.140 [info] [command][4350a257-333b-4aeb-975f-07a07d4a43de] Process exited with code 0\n2025-07-16 13:51:53.140 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c95d4423-a058-4e48-af7d-778a3bb84c0b] socks connection closed\n2025-07-16 13:51:53.140 [info] [command][4350a257-333b-4aeb-975f-07a07d4a43de] Socket close event received\n2025-07-16 13:51:53.157 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61680 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:52:53.143 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:52:53.145 [info] [command][16df7011-a335-4a45-b3d7-ec1e9356029f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""16df7011-a335-4a45-b3d7-ec1e9356029f""}\n2025-07-16 13:52:53.145 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c37a9f06-fc73-40b8-9222-425e8b11d015] received connection request\n2025-07-16 13:52:53.146 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:52:53.184 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c37a9f06-fc73-40b8-9222-425e8b11d015] socks forwarding established\n2025-07-16 13:52:53.221 [info] [command][16df7011-a335-4a45-b3d7-ec1e9356029f] Process exited with code 0\n2025-07-16 13:52:53.221 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c37a9f06-fc73-40b8-9222-425e8b11d015] socks connection closed\n2025-07-16 13:52:53.221 [info] [command][16df7011-a335-4a45-b3d7-ec1e9356029f] Socket close event received\n2025-07-16 13:52:53.242 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61730 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:53:53.222 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:53:53.223 [info] [command][b7a99836-3890-47d9-9a58-e4cbfc1922a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b7a99836-3890-47d9-9a58-e4cbfc1922a7""}\n2025-07-16 13:53:53.224 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e4ffabe2-5ba2-4269-a6f4-55e0d17a9412] received connection request\n2025-07-16 13:53:53.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:53:53.241 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e4ffabe2-5ba2-4269-a6f4-55e0d17a9412] socks forwarding established\n2025-07-16 13:53:53.267 [info] [command][b7a99836-3890-47d9-9a58-e4cbfc1922a7] Process exited with code 0\n2025-07-16 13:53:53.268 [info] [command][b7a99836-3890-47d9-9a58-e4cbfc1922a7] Socket close event received\n2025-07-16 13:53:53.269 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e4ffabe2-5ba2-4269-a6f4-55e0d17a9412] socks connection closed\n2025-07-16 13:53:53.285 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61763 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:54:53.269 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:54:53.272 [info] [command][487ed0d6-2357-477f-b8b0-a6d01b79efd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""487ed0d6-2357-477f-b8b0-a6d01b79efd7""}\n2025-07-16 13:54:53.273 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f820ec2d-595a-4a82-826b-62b88ee204fb] received connection request\n2025-07-16 13:54:53.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:54:53.426 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f820ec2d-595a-4a82-826b-62b88ee204fb] socks forwarding established\n2025-07-16 13:54:53.462 [info] [command][487ed0d6-2357-477f-b8b0-a6d01b79efd7] Process exited with code 0\n2025-07-16 13:54:53.462 [info] [command][487ed0d6-2357-477f-b8b0-a6d01b79efd7] Socket close event received\n2025-07-16 13:54:53.463 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f820ec2d-595a-4a82-826b-62b88ee204fb] socks connection closed\n2025-07-16 13:54:53.482 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61809 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:55:53.464 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:55:53.466 [info] [command][a26eed2d-eda6-42b0-8ca5-c081423e38c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a26eed2d-eda6-42b0-8ca5-c081423e38c0""}\n2025-07-16 13:55:53.467 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fa28dd97-5dbb-4f78-837d-60484974d24f] received connection request\n2025-07-16 13:55:53.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:55:53.484 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fa28dd97-5dbb-4f78-837d-60484974d24f] socks forwarding established\n2025-07-16 13:55:53.513 [info] [command][a26eed2d-eda6-42b0-8ca5-c081423e38c0] Process exited with code 0\n2025-07-16 13:55:53.513 [info] [command][a26eed2d-eda6-42b0-8ca5-c081423e38c0] Socket close event received\n2025-07-16 13:55:53.514 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fa28dd97-5dbb-4f78-837d-60484974d24f] socks connection closed\n2025-07-16 13:55:53.532 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61843 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:56:53.519 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:56:53.521 [info] [command][701dae3a-ddde-4007-8852-921d6f542f39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""701dae3a-ddde-4007-8852-921d6f542f39""}\n2025-07-16 13:56:53.522 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][940209ba-bca5-488d-8438-bce5975db1af] received connection request\n2025-07-16 13:56:53.522 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:56:53.540 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][940209ba-bca5-488d-8438-bce5975db1af] socks forwarding established\n2025-07-16 13:56:53.570 [info] [command][701dae3a-ddde-4007-8852-921d6f542f39] Process exited with code 0\n2025-07-16 13:56:53.570 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][940209ba-bca5-488d-8438-bce5975db1af] socks connection closed\n2025-07-16 13:56:53.571 [info] [command][701dae3a-ddde-4007-8852-921d6f542f39] Socket close event received\n2025-07-16 13:56:53.587 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61868 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:57:53.573 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:57:53.575 [info] [command][d9e17fd6-c560-4301-8b6f-955c615f0d24] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d9e17fd6-c560-4301-8b6f-955c615f0d24""}\n2025-07-16 13:57:53.576 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][410a8052-3a04-47d2-8f76-dc43caab0919] received connection request\n2025-07-16 13:57:53.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:57:53.595 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][410a8052-3a04-47d2-8f76-dc43caab0919] socks forwarding established\n2025-07-16 13:57:53.625 [info] [command][d9e17fd6-c560-4301-8b6f-955c615f0d24] Process exited with code 0\n2025-07-16 13:57:53.625 [info] [command][d9e17fd6-c560-4301-8b6f-955c615f0d24] Socket close event received\n2025-07-16 13:57:53.626 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][410a8052-3a04-47d2-8f76-dc43caab0919] socks connection closed\n2025-07-16 13:57:53.643 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61929 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:58:53.627 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:58:53.630 [info] [command][2d6bbccb-4beb-42a8-9d16-a762c66b8e8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2d6bbccb-4beb-42a8-9d16-a762c66b8e8a""}\n2025-07-16 13:58:53.630 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][04ccb259-85dc-483b-940d-526c690f1c06] received connection request\n2025-07-16 13:58:53.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:58:53.730 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][04ccb259-85dc-483b-940d-526c690f1c06] socks forwarding established\n2025-07-16 13:58:53.761 [info] [command][2d6bbccb-4beb-42a8-9d16-a762c66b8e8a] Process exited with code 0\n2025-07-16 13:58:53.761 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][04ccb259-85dc-483b-940d-526c690f1c06] socks connection closed\n2025-07-16 13:58:53.761 [info] [command][2d6bbccb-4beb-42a8-9d16-a762c66b8e8a] Socket close event received\n2025-07-16 13:58:53.780 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61958 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 13:59:53.763 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 13:59:53.766 [info] [command][0d96560f-6ba7-4521-9577-95b8456a8b90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0d96560f-6ba7-4521-9577-95b8456a8b90""}\n2025-07-16 13:59:53.767 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][32a939f2-7c27-4e40-a553-32a2034a65fb] received connection request\n2025-07-16 13:59:53.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:59:53.784 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][32a939f2-7c27-4e40-a553-32a2034a65fb] socks forwarding established\n2025-07-16 13:59:53.900 [info] [command][0d96560f-6ba7-4521-9577-95b8456a8b90] Process exited with code 0\n2025-07-16 13:59:53.901 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][32a939f2-7c27-4e40-a553-32a2034a65fb] socks connection closed\n2025-07-16 13:59:53.901 [info] [command][0d96560f-6ba7-4521-9577-95b8456a8b90] Socket close event received\n2025-07-16 13:59:53.919 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62011 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:00:53.905 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:00:53.908 [info] [command][22bee5ef-02dd-45e1-a3a2-102fa847a83a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""22bee5ef-02dd-45e1-a3a2-102fa847a83a""}\n2025-07-16 14:00:53.909 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c6de4b44-eab7-44c2-b4ac-d45478e003bf] received connection request\n2025-07-16 14:00:53.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:00:53.927 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6de4b44-eab7-44c2-b4ac-d45478e003bf] socks forwarding established\n2025-07-16 14:00:53.960 [info] [command][22bee5ef-02dd-45e1-a3a2-102fa847a83a] Process exited with code 0\n2025-07-16 14:00:53.961 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6de4b44-eab7-44c2-b4ac-d45478e003bf] socks connection closed\n2025-07-16 14:00:53.961 [info] [command][22bee5ef-02dd-45e1-a3a2-102fa847a83a] Socket close event received\n2025-07-16 14:00:53.979 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62045 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:01:53.967 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:01:53.969 [info] [command][33343df6-b07e-47c7-aa37-5a9ec757f8a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""33343df6-b07e-47c7-aa37-5a9ec757f8a7""}\n2025-07-16 14:01:53.969 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f0998281-95d0-45d4-b625-19eab496d24c] received connection request\n2025-07-16 14:01:53.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:01:53.989 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f0998281-95d0-45d4-b625-19eab496d24c] socks forwarding established\n2025-07-16 14:01:54.019 [info] [command][33343df6-b07e-47c7-aa37-5a9ec757f8a7] Process exited with code 0\n2025-07-16 14:01:54.019 [info] [command][33343df6-b07e-47c7-aa37-5a9ec757f8a7] Socket close event received\n2025-07-16 14:01:54.020 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f0998281-95d0-45d4-b625-19eab496d24c] socks connection closed\n2025-07-16 14:01:54.038 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62092 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:02:54.021 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:02:54.023 [info] [command][8c83eff5-bb52-4712-9aca-e97bc131c230] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8c83eff5-bb52-4712-9aca-e97bc131c230""}\n2025-07-16 14:02:54.024 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e11c6763-0dc5-441c-bba0-a08e83177651] received connection request\n2025-07-16 14:02:54.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:02:54.044 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e11c6763-0dc5-441c-bba0-a08e83177651] socks forwarding established\n2025-07-16 14:02:54.074 [info] [command][8c83eff5-bb52-4712-9aca-e97bc131c230] Process exited with code 0\n2025-07-16 14:02:54.074 [info] [command][8c83eff5-bb52-4712-9aca-e97bc131c230] Socket close event received\n2025-07-16 14:02:54.074 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e11c6763-0dc5-441c-bba0-a08e83177651] socks connection closed\n2025-07-16 14:02:54.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62145 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:03:54.079 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:03:54.082 [info] [command][80ba1424-3c27-4b7f-9cac-e9fc08ba7b91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""80ba1424-3c27-4b7f-9cac-e9fc08ba7b91""}\n2025-07-16 14:03:54.082 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][72ae284f-b745-4bde-8de8-69c7b7c563ab] received connection request\n2025-07-16 14:03:54.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:03:54.117 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72ae284f-b745-4bde-8de8-69c7b7c563ab] socks forwarding established\n2025-07-16 14:03:54.149 [info] [command][80ba1424-3c27-4b7f-9cac-e9fc08ba7b91] Process exited with code 0\n2025-07-16 14:03:54.149 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72ae284f-b745-4bde-8de8-69c7b7c563ab] socks connection closed\n2025-07-16 14:03:54.149 [info] [command][80ba1424-3c27-4b7f-9cac-e9fc08ba7b91] Socket close event received\n2025-07-16 14:03:54.168 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62169 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:04:54.154 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:04:54.157 [info] [command][064a24f8-bf72-4404-8c17-6619095fc6e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""064a24f8-bf72-4404-8c17-6619095fc6e6""}\n2025-07-16 14:04:54.158 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][852bcaeb-31a8-4c65-99fa-04b8d41ce32d] received connection request\n2025-07-16 14:04:54.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:04:54.181 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][852bcaeb-31a8-4c65-99fa-04b8d41ce32d] socks forwarding established\n2025-07-16 14:04:54.212 [info] [command][064a24f8-bf72-4404-8c17-6619095fc6e6] Process exited with code 0\n2025-07-16 14:04:54.212 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][852bcaeb-31a8-4c65-99fa-04b8d41ce32d] socks connection closed\n2025-07-16 14:04:54.212 [info] [command][064a24f8-bf72-4404-8c17-6619095fc6e6] Socket close event received\n2025-07-16 14:04:54.229 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62209 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:05:54.217 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:05:54.218 [info] [command][799f6acd-2105-4c7b-a2e6-836cd9650174] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""799f6acd-2105-4c7b-a2e6-836cd9650174""}\n2025-07-16 14:05:54.219 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][39da6f0e-5153-4db0-904b-5f078092a90c] received connection request\n2025-07-16 14:05:54.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 14:05:54.219 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:05:54.238 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][39da6f0e-5153-4db0-904b-5f078092a90c] socks forwarding established\n2025-07-16 14:05:54.269 [info] [command][799f6acd-2105-4c7b-a2e6-836cd9650174] Process exited with code 0\n2025-07-16 14:05:54.270 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][39da6f0e-5153-4db0-904b-5f078092a90c] socks connection closed\n2025-07-16 14:05:54.270 [info] [command][799f6acd-2105-4c7b-a2e6-836cd9650174] Socket close event received\n2025-07-16 14:05:54.288 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62232 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:06:54.275 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:06:54.278 [info] [command][ac650522-86de-4d34-9bde-462a1bfeea44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ac650522-86de-4d34-9bde-462a1bfeea44""}\n2025-07-16 14:06:54.279 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][df4c54dc-0a66-47c3-9535-c60b20a31e04] received connection request\n2025-07-16 14:06:54.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:06:54.375 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][df4c54dc-0a66-47c3-9535-c60b20a31e04] socks forwarding established\n2025-07-16 14:06:54.403 [info] [command][ac650522-86de-4d34-9bde-462a1bfeea44] Process exited with code 0\n2025-07-16 14:06:54.404 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][df4c54dc-0a66-47c3-9535-c60b20a31e04] socks connection closed\n2025-07-16 14:06:54.404 [info] [command][ac650522-86de-4d34-9bde-462a1bfeea44] Socket close event received\n2025-07-16 14:06:54.552 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62266 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:07:54.408 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:07:54.410 [info] [command][96d3b8b1-be70-4748-a550-b5901f07ad51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""96d3b8b1-be70-4748-a550-b5901f07ad51""}\n2025-07-16 14:07:54.410 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][33a03535-bf96-449a-9489-8f36053c775d] received connection request\n2025-07-16 14:07:54.411 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:07:54.485 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][33a03535-bf96-449a-9489-8f36053c775d] socks forwarding established\n2025-07-16 14:07:54.650 [info] [command][96d3b8b1-be70-4748-a550-b5901f07ad51] Process exited with code 0\n2025-07-16 14:07:54.651 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][33a03535-bf96-449a-9489-8f36053c775d] socks connection closed\n2025-07-16 14:07:54.651 [info] [command][96d3b8b1-be70-4748-a550-b5901f07ad51] Socket close event received\n2025-07-16 14:07:54.672 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62340 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:08:54.655 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:08:54.657 [info] [command][4beb4c00-f496-4c56-882b-390d494c765c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4beb4c00-f496-4c56-882b-390d494c765c""}\n2025-07-16 14:08:54.658 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][251e45cb-1ac2-4a3c-b2e1-eca9ea829981] received connection request\n2025-07-16 14:08:54.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:08:54.747 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][251e45cb-1ac2-4a3c-b2e1-eca9ea829981] socks forwarding established\n2025-07-16 14:08:54.854 [info] [command][4beb4c00-f496-4c56-882b-390d494c765c] Process exited with code 0\n2025-07-16 14:08:54.854 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][251e45cb-1ac2-4a3c-b2e1-eca9ea829981] socks connection closed\n2025-07-16 14:08:54.855 [info] [command][4beb4c00-f496-4c56-882b-390d494c765c] Socket close event received\n2025-07-16 14:08:54.871 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62375 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:09:54.856 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:09:54.858 [info] [command][2fdba0ae-44ff-4546-8197-fca831782434] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2fdba0ae-44ff-4546-8197-fca831782434""}\n2025-07-16 14:09:54.858 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b7c5d3dc-6dd5-4b10-b819-a3b5fe8b4699] received connection request\n2025-07-16 14:09:54.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:09:55.036 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b7c5d3dc-6dd5-4b10-b819-a3b5fe8b4699] socks forwarding established\n2025-07-16 14:09:55.064 [info] [command][2fdba0ae-44ff-4546-8197-fca831782434] Process exited with code 0\n2025-07-16 14:09:55.064 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b7c5d3dc-6dd5-4b10-b819-a3b5fe8b4699] socks connection closed\n2025-07-16 14:09:55.064 [info] [command][2fdba0ae-44ff-4546-8197-fca831782434] Socket close event received\n2025-07-16 14:09:55.215 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62442 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:10:55.067 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:10:55.069 [info] [command][772a22cf-f8ff-4eaa-abb8-14b25a33a72f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""772a22cf-f8ff-4eaa-abb8-14b25a33a72f""}\n2025-07-16 14:10:55.070 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2482c0d4-3e4b-4b39-b5fa-cca925c52278] received connection request\n2025-07-16 14:10:55.071 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:10:55.098 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2482c0d4-3e4b-4b39-b5fa-cca925c52278] socks forwarding established\n2025-07-16 14:10:55.130 [info] [command][772a22cf-f8ff-4eaa-abb8-14b25a33a72f] Process exited with code 0\n2025-07-16 14:10:55.130 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2482c0d4-3e4b-4b39-b5fa-cca925c52278] socks connection closed\n2025-07-16 14:10:55.131 [info] [command][772a22cf-f8ff-4eaa-abb8-14b25a33a72f] Socket close event received\n2025-07-16 14:10:55.258 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62468 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:11:55.131 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:11:55.132 [info] [command][63de1345-3253-406d-a977-0dad1a34212e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""63de1345-3253-406d-a977-0dad1a34212e""}\n2025-07-16 14:11:55.132 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f0d640b3-7faf-4c75-929a-864b76ac9f04] received connection request\n2025-07-16 14:11:55.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:11:55.160 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f0d640b3-7faf-4c75-929a-864b76ac9f04] socks forwarding established\n2025-07-16 14:11:55.326 [info] [command][63de1345-3253-406d-a977-0dad1a34212e] Process exited with code 0\n2025-07-16 14:11:55.326 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f0d640b3-7faf-4c75-929a-864b76ac9f04] socks connection closed\n2025-07-16 14:11:55.327 [info] [command][63de1345-3253-406d-a977-0dad1a34212e] Socket close event received\n2025-07-16 14:11:55.356 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62494 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:12:55.330 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:12:55.331 [info] [command][453e4c91-3f4a-4dfe-9a74-085efec34692] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""453e4c91-3f4a-4dfe-9a74-085efec34692""}\n2025-07-16 14:12:55.332 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d0a2f5f8-3f5b-44ec-93ee-bdadbd2b7c33] received connection request\n2025-07-16 14:12:55.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:12:55.391 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d0a2f5f8-3f5b-44ec-93ee-bdadbd2b7c33] socks forwarding established\n2025-07-16 14:12:55.419 [info] [command][453e4c91-3f4a-4dfe-9a74-085efec34692] Process exited with code 0\n2025-07-16 14:12:55.420 [info] [command][453e4c91-3f4a-4dfe-9a74-085efec34692] Socket close event received\n2025-07-16 14:12:55.420 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d0a2f5f8-3f5b-44ec-93ee-bdadbd2b7c33] socks connection closed\n2025-07-16 14:12:55.436 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62558 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:13:55.420 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:13:55.422 [info] [command][bba9a161-3def-4e81-9f7a-0c5cd2e602be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bba9a161-3def-4e81-9f7a-0c5cd2e602be""}\n2025-07-16 14:13:55.422 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][34329b85-8ae3-4a81-870a-3ed24456a9d4] received connection request\n2025-07-16 14:13:55.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:13:55.442 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][34329b85-8ae3-4a81-870a-3ed24456a9d4] socks forwarding established\n2025-07-16 14:13:55.584 [info] [command][bba9a161-3def-4e81-9f7a-0c5cd2e602be] Process exited with code 0\n2025-07-16 14:13:55.584 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][34329b85-8ae3-4a81-870a-3ed24456a9d4] socks connection closed\n2025-07-16 14:13:55.584 [info] [command][bba9a161-3def-4e81-9f7a-0c5cd2e602be] Socket close event received\n2025-07-16 14:13:55.606 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62588 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:14:55.588 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:14:55.592 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][dc8e2e90-6694-48c4-98db-6f97c6d57ff0] received connection request\n2025-07-16 14:14:55.592 [info] [command][ebff51e3-673c-4f81-a6d3-211ceb178926] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ebff51e3-673c-4f81-a6d3-211ceb178926""}\n2025-07-16 14:14:55.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:14:55.614 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dc8e2e90-6694-48c4-98db-6f97c6d57ff0] socks forwarding established\n2025-07-16 14:14:55.765 [info] [command][ebff51e3-673c-4f81-a6d3-211ceb178926] Process exited with code 0\n2025-07-16 14:14:55.765 [info] [command][ebff51e3-673c-4f81-a6d3-211ceb178926] Socket close event received\n2025-07-16 14:14:55.766 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dc8e2e90-6694-48c4-98db-6f97c6d57ff0] socks connection closed\n2025-07-16 14:14:55.958 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62635 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:15:55.767 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:15:55.768 [info] [command][e7b26aeb-4c4b-4d15-90de-aaf9ffa99be3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e7b26aeb-4c4b-4d15-90de-aaf9ffa99be3""}\n2025-07-16 14:15:55.768 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][792b9655-3ce6-4ea4-aacc-0f3bf89798e9] received connection request\n2025-07-16 14:15:55.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:15:55.785 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][792b9655-3ce6-4ea4-aacc-0f3bf89798e9] socks forwarding established\n2025-07-16 14:15:55.814 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][792b9655-3ce6-4ea4-aacc-0f3bf89798e9] socks connection closed\n2025-07-16 14:15:55.814 [info] [command][e7b26aeb-4c4b-4d15-90de-aaf9ffa99be3] Process exited with code 0\n2025-07-16 14:15:55.814 [info] [command][e7b26aeb-4c4b-4d15-90de-aaf9ffa99be3] Socket close event received\n2025-07-16 14:15:55.830 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62667 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:16:55.817 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:16:55.819 [info] [command][21e25b06-c791-41d0-8d63-8bac22fb1817] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""21e25b06-c791-41d0-8d63-8bac22fb1817""}\n2025-07-16 14:16:55.820 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][460c2747-dfe0-4fc5-9e9a-3eb683944fbb] received connection request\n2025-07-16 14:16:55.820 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:16:55.850 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][460c2747-dfe0-4fc5-9e9a-3eb683944fbb] socks forwarding established\n2025-07-16 14:16:55.941 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][460c2747-dfe0-4fc5-9e9a-3eb683944fbb] socks connection closed\n2025-07-16 14:16:55.941 [info] [command][21e25b06-c791-41d0-8d63-8bac22fb1817] Process exited with code 0\n2025-07-16 14:16:55.941 [info] [command][21e25b06-c791-41d0-8d63-8bac22fb1817] Socket close event received\n2025-07-16 14:16:55.958 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62727 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:17:55.944 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:17:55.946 [info] [command][9290fbf8-b5ed-45cc-9c57-ca4e636f6971] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9290fbf8-b5ed-45cc-9c57-ca4e636f6971""}\n2025-07-16 14:17:55.946 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2a296e04-9244-463e-981a-f73db0ee1b95] received connection request\n2025-07-16 14:17:55.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:17:55.967 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2a296e04-9244-463e-981a-f73db0ee1b95] socks forwarding established\n2025-07-16 14:17:56.019 [info] [command][9290fbf8-b5ed-45cc-9c57-ca4e636f6971] Process exited with code 0\n2025-07-16 14:17:56.019 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2a296e04-9244-463e-981a-f73db0ee1b95] socks connection closed\n2025-07-16 14:17:56.019 [info] [command][9290fbf8-b5ed-45cc-9c57-ca4e636f6971] Socket close event received\n2025-07-16 14:17:56.035 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62771 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:18:56.024 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:18:56.026 [info] [command][3e3d6608-2eed-48c3-8905-9bd5ca6acdf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3e3d6608-2eed-48c3-8905-9bd5ca6acdf9""}\n2025-07-16 14:18:56.027 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1a22cd98-81ec-4a83-8819-1b37e963ab59] received connection request\n2025-07-16 14:18:56.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:18:56.044 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1a22cd98-81ec-4a83-8819-1b37e963ab59] socks forwarding established\n2025-07-16 14:18:56.072 [info] [command][3e3d6608-2eed-48c3-8905-9bd5ca6acdf9] Process exited with code 0\n2025-07-16 14:18:56.072 [info] [command][3e3d6608-2eed-48c3-8905-9bd5ca6acdf9] Socket close event received\n2025-07-16 14:18:56.074 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1a22cd98-81ec-4a83-8819-1b37e963ab59] socks connection closed\n2025-07-16 14:18:56.090 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62801 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:19:56.075 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:19:56.078 [info] [command][4afa9c1d-de6d-4f27-8d7c-8e23603076a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4afa9c1d-de6d-4f27-8d7c-8e23603076a3""}\n2025-07-16 14:19:56.078 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][72ccf75f-68aa-4564-8ccf-91dd737a92b6] received connection request\n2025-07-16 14:19:56.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:19:56.116 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72ccf75f-68aa-4564-8ccf-91dd737a92b6] socks forwarding established\n2025-07-16 14:19:56.147 [info] [command][4afa9c1d-de6d-4f27-8d7c-8e23603076a3] Process exited with code 0\n2025-07-16 14:19:56.148 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72ccf75f-68aa-4564-8ccf-91dd737a92b6] socks connection closed\n2025-07-16 14:19:56.148 [info] [command][4afa9c1d-de6d-4f27-8d7c-8e23603076a3] Socket close event received\n2025-07-16 14:19:56.163 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62840 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:20:56.151 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:20:56.153 [info] [command][aee54606-e70d-4c32-95fb-7fbf76bf85aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""aee54606-e70d-4c32-95fb-7fbf76bf85aa""}\n2025-07-16 14:20:56.153 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][311c0872-e01c-4fec-ac3e-804dea558c4b] received connection request\n2025-07-16 14:20:56.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:20:56.172 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][311c0872-e01c-4fec-ac3e-804dea558c4b] socks forwarding established\n2025-07-16 14:20:56.204 [info] [command][aee54606-e70d-4c32-95fb-7fbf76bf85aa] Process exited with code 0\n2025-07-16 14:20:56.204 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][311c0872-e01c-4fec-ac3e-804dea558c4b] socks connection closed\n2025-07-16 14:20:56.204 [info] [command][aee54606-e70d-4c32-95fb-7fbf76bf85aa] Socket close event received\n2025-07-16 14:20:56.220 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62868 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:21:56.206 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:21:56.209 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a4e05d0d-e199-4112-a87e-3f231db7362b] received connection request\n2025-07-16 14:21:56.209 [info] [command][45f6d1da-d387-46d2-8337-e05dc9bfa5d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""45f6d1da-d387-46d2-8337-e05dc9bfa5d4""}\n2025-07-16 14:21:56.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:21:56.227 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a4e05d0d-e199-4112-a87e-3f231db7362b] socks forwarding established\n2025-07-16 14:21:56.259 [info] [command][45f6d1da-d387-46d2-8337-e05dc9bfa5d4] Process exited with code 0\n2025-07-16 14:21:56.259 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a4e05d0d-e199-4112-a87e-3f231db7362b] socks connection closed\n2025-07-16 14:21:56.260 [info] [command][45f6d1da-d387-46d2-8337-e05dc9bfa5d4] Socket close event received\n2025-07-16 14:21:56.354 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62906 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:22:56.264 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:22:56.266 [info] [command][5bf9212b-2a26-4ccc-ba4d-45a05200cb96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5bf9212b-2a26-4ccc-ba4d-45a05200cb96""}\n2025-07-16 14:22:56.266 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fc5e0cfd-5413-4f70-9b16-8bc8661d1bb5] received connection request\n2025-07-16 14:22:56.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:22:56.384 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fc5e0cfd-5413-4f70-9b16-8bc8661d1bb5] socks forwarding established\n2025-07-16 14:22:56.556 [info] [command][5bf9212b-2a26-4ccc-ba4d-45a05200cb96] Process exited with code 0\n2025-07-16 14:22:56.556 [info] [command][5bf9212b-2a26-4ccc-ba4d-45a05200cb96] Socket close event received\n2025-07-16 14:22:56.557 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fc5e0cfd-5413-4f70-9b16-8bc8661d1bb5] socks connection closed\n2025-07-16 14:22:56.573 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62955 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:23:56.561 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:23:56.564 [info] [command][a7fb99b3-df65-44ed-888c-c5f6f36eb8c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a7fb99b3-df65-44ed-888c-c5f6f36eb8c6""}\n2025-07-16 14:23:56.565 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][04031646-2b05-4219-8ffb-b0fde4c6cc4b] received connection request\n2025-07-16 14:23:56.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:23:56.626 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][04031646-2b05-4219-8ffb-b0fde4c6cc4b] socks forwarding established\n2025-07-16 14:23:56.659 [info] [command][a7fb99b3-df65-44ed-888c-c5f6f36eb8c6] Process exited with code 0\n2025-07-16 14:23:56.659 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][04031646-2b05-4219-8ffb-b0fde4c6cc4b] socks connection closed\n2025-07-16 14:23:56.659 [info] [command][a7fb99b3-df65-44ed-888c-c5f6f36eb8c6] Socket close event received\n2025-07-16 14:23:56.782 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 62990 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:24:56.664 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:24:56.665 [info] [command][0fc49c36-dd37-454f-a8c0-9a23be2a94f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0fc49c36-dd37-454f-a8c0-9a23be2a94f8""}\n2025-07-16 14:24:56.666 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][18f2f216-3498-4494-bc43-6e9c074cadc7] received connection request\n2025-07-16 14:24:56.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:24:56.688 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][18f2f216-3498-4494-bc43-6e9c074cadc7] socks forwarding established\n2025-07-16 14:24:56.718 [info] [command][0fc49c36-dd37-454f-a8c0-9a23be2a94f8] Process exited with code 0\n2025-07-16 14:24:56.719 [info] [command][0fc49c36-dd37-454f-a8c0-9a23be2a94f8] Socket close event received\n2025-07-16 14:24:56.852 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][18f2f216-3498-4494-bc43-6e9c074cadc7] socks connection closed\n2025-07-16 14:24:56.869 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63044 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:25:56.724 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:25:56.726 [info] [command][e26237a9-0d8c-4630-8491-d0a3872ee28f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e26237a9-0d8c-4630-8491-d0a3872ee28f""}\n2025-07-16 14:25:56.727 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][99cdfb17-f43b-4c01-b0da-aca34152eb66] received connection request\n2025-07-16 14:25:56.727 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:25:56.744 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][99cdfb17-f43b-4c01-b0da-aca34152eb66] socks forwarding established\n2025-07-16 14:25:56.772 [info] [command][e26237a9-0d8c-4630-8491-d0a3872ee28f] Process exited with code 0\n2025-07-16 14:25:56.773 [info] [command][e26237a9-0d8c-4630-8491-d0a3872ee28f] Socket close event received\n2025-07-16 14:25:56.773 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][99cdfb17-f43b-4c01-b0da-aca34152eb66] socks connection closed\n2025-07-16 14:25:56.791 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63074 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:26:56.774 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:26:56.777 [info] [command][c6a423a4-c486-47c9-a86d-193d715fe75d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c6a423a4-c486-47c9-a86d-193d715fe75d""}\n2025-07-16 14:26:56.778 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][edd5491f-ddb6-4098-ac2b-aa11dbce84f9] received connection request\n2025-07-16 14:26:56.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:26:56.815 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][edd5491f-ddb6-4098-ac2b-aa11dbce84f9] socks forwarding established\n2025-07-16 14:26:56.898 [info] [command][c6a423a4-c486-47c9-a86d-193d715fe75d] Process exited with code 0\n2025-07-16 14:26:56.899 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][edd5491f-ddb6-4098-ac2b-aa11dbce84f9] socks connection closed\n2025-07-16 14:26:56.899 [info] [command][c6a423a4-c486-47c9-a86d-193d715fe75d] Socket close event received\n2025-07-16 14:26:56.917 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63122 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:27:56.903 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:27:56.905 [info] [command][0d0628a6-cdc2-41cf-93e7-33ddaf32a61c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0d0628a6-cdc2-41cf-93e7-33ddaf32a61c""}\n2025-07-16 14:27:56.905 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][19149bf3-7790-4a35-aac2-20116535a772] received connection request\n2025-07-16 14:27:56.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:27:56.923 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][19149bf3-7790-4a35-aac2-20116535a772] socks forwarding established\n2025-07-16 14:27:56.952 [info] [command][0d0628a6-cdc2-41cf-93e7-33ddaf32a61c] Process exited with code 0\n2025-07-16 14:27:56.952 [info] [command][0d0628a6-cdc2-41cf-93e7-33ddaf32a61c] Socket close event received\n2025-07-16 14:27:56.953 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][19149bf3-7790-4a35-aac2-20116535a772] socks connection closed\n2025-07-16 14:27:56.970 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63166 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:28:56.957 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:28:56.958 [info] [command][02ebd1c4-0424-4b09-9841-961a1ca27880] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""02ebd1c4-0424-4b09-9841-961a1ca27880""}\n2025-07-16 14:28:56.959 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][124399ea-1550-4dd1-90f4-28affeb35ae7] received connection request\n2025-07-16 14:28:56.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:28:56.978 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][124399ea-1550-4dd1-90f4-28affeb35ae7] socks forwarding established\n2025-07-16 14:28:57.009 [info] [command][02ebd1c4-0424-4b09-9841-961a1ca27880] Process exited with code 0\n2025-07-16 14:28:57.009 [info] [command][02ebd1c4-0424-4b09-9841-961a1ca27880] Socket close event received\n2025-07-16 14:28:57.009 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][124399ea-1550-4dd1-90f4-28affeb35ae7] socks connection closed\n2025-07-16 14:28:57.026 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63194 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:29:57.014 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:29:57.016 [info] [command][41625fe9-4aaa-4c38-9456-a89668845286] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""41625fe9-4aaa-4c38-9456-a89668845286""}\n2025-07-16 14:29:57.017 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][23f7e9c9-768f-4a6b-83c7-0f2328cb2dff] received connection request\n2025-07-16 14:29:57.018 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:29:57.034 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][23f7e9c9-768f-4a6b-83c7-0f2328cb2dff] socks forwarding established\n2025-07-16 14:29:57.064 [info] [command][41625fe9-4aaa-4c38-9456-a89668845286] Process exited with code 0\n2025-07-16 14:29:57.065 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][23f7e9c9-768f-4a6b-83c7-0f2328cb2dff] socks connection closed\n2025-07-16 14:29:57.065 [info] [command][41625fe9-4aaa-4c38-9456-a89668845286] Socket close event received\n2025-07-16 14:29:57.081 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63241 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:30:57.069 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:30:57.071 [info] [command][fb716f8b-6b04-4985-bf38-d6b9be52c3fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fb716f8b-6b04-4985-bf38-d6b9be52c3fd""}\n2025-07-16 14:30:57.072 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][bf2c2682-a0df-4d08-9c8e-4266b9955328] received connection request\n2025-07-16 14:30:57.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:30:57.091 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bf2c2682-a0df-4d08-9c8e-4266b9955328] socks forwarding established\n2025-07-16 14:30:57.124 [info] [command][fb716f8b-6b04-4985-bf38-d6b9be52c3fd] Process exited with code 0\n2025-07-16 14:30:57.124 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bf2c2682-a0df-4d08-9c8e-4266b9955328] socks connection closed\n2025-07-16 14:30:57.124 [info] [command][fb716f8b-6b04-4985-bf38-d6b9be52c3fd] Socket close event received\n2025-07-16 14:30:57.141 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63288 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:31:57.129 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:31:57.132 [info] [command][fb896993-61bf-4449-b127-260901091522] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fb896993-61bf-4449-b127-260901091522""}\n2025-07-16 14:31:57.132 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3e2c0ba5-bdf3-4169-939e-fc4a3710723d] received connection request\n2025-07-16 14:31:57.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:31:57.151 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3e2c0ba5-bdf3-4169-939e-fc4a3710723d] socks forwarding established\n2025-07-16 14:31:57.181 [info] [command][fb896993-61bf-4449-b127-260901091522] Process exited with code 0\n2025-07-16 14:31:57.181 [info] [command][fb896993-61bf-4449-b127-260901091522] Socket close event received\n2025-07-16 14:31:57.182 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3e2c0ba5-bdf3-4169-939e-fc4a3710723d] socks connection closed\n2025-07-16 14:31:57.198 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63333 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:32:57.187 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:32:57.188 [info] [command][89b0d250-cc90-4636-a1ee-9df91a3816fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""89b0d250-cc90-4636-a1ee-9df91a3816fd""}\n2025-07-16 14:32:57.189 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d2d2b441-d9e3-452a-9013-0a64cc10269b] received connection request\n2025-07-16 14:32:57.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:32:57.205 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d2d2b441-d9e3-452a-9013-0a64cc10269b] socks forwarding established\n2025-07-16 14:32:57.235 [info] [command][89b0d250-cc90-4636-a1ee-9df91a3816fd] Process exited with code 0\n2025-07-16 14:32:57.236 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d2d2b441-d9e3-452a-9013-0a64cc10269b] socks connection closed\n2025-07-16 14:32:57.236 [info] [command][89b0d250-cc90-4636-a1ee-9df91a3816fd] Socket close event received\n2025-07-16 14:32:57.252 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63382 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:33:57.237 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:33:57.238 [info] [command][c0a78e8a-fec7-40a9-a95d-9a6d842df3d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c0a78e8a-fec7-40a9-a95d-9a6d842df3d4""}\n2025-07-16 14:33:57.238 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][faf11e8f-3a3c-4288-9f33-e7f22c9e4db0] received connection request\n2025-07-16 14:33:57.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 14:33:57.239 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:33:57.255 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][faf11e8f-3a3c-4288-9f33-e7f22c9e4db0] socks forwarding established\n2025-07-16 14:33:57.285 [info] [command][c0a78e8a-fec7-40a9-a95d-9a6d842df3d4] Process exited with code 0\n2025-07-16 14:33:57.285 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][faf11e8f-3a3c-4288-9f33-e7f22c9e4db0] socks connection closed\n2025-07-16 14:33:57.285 [info] [command][c0a78e8a-fec7-40a9-a95d-9a6d842df3d4] Socket close event received\n2025-07-16 14:33:57.301 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63405 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:34:57.289 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:34:57.290 [info] [command][8d9cb4c4-5ba3-42fb-88af-8b7b89401c0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8d9cb4c4-5ba3-42fb-88af-8b7b89401c0f""}\n2025-07-16 14:34:57.291 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][457192b1-a469-4313-aa46-52f11a94ac5e] received connection request\n2025-07-16 14:34:57.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:34:57.309 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][457192b1-a469-4313-aa46-52f11a94ac5e] socks forwarding established\n2025-07-16 14:34:57.338 [info] [command][8d9cb4c4-5ba3-42fb-88af-8b7b89401c0f] Process exited with code 0\n2025-07-16 14:34:57.338 [info] [command][8d9cb4c4-5ba3-42fb-88af-8b7b89401c0f] Socket close event received\n2025-07-16 14:34:57.339 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][457192b1-a469-4313-aa46-52f11a94ac5e] socks connection closed\n2025-07-16 14:34:57.355 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63447 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:35:57.344 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:35:57.346 [info] [command][c0ced80a-91c5-4cb8-b73e-59853e0dcc12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c0ced80a-91c5-4cb8-b73e-59853e0dcc12""}\n2025-07-16 14:35:57.347 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a9aa8fff-b315-4ac3-a113-7b89c31f550c] received connection request\n2025-07-16 14:35:57.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:35:57.367 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a9aa8fff-b315-4ac3-a113-7b89c31f550c] socks forwarding established\n2025-07-16 14:35:57.399 [info] [command][c0ced80a-91c5-4cb8-b73e-59853e0dcc12] Process exited with code 0\n2025-07-16 14:35:57.399 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a9aa8fff-b315-4ac3-a113-7b89c31f550c] socks connection closed\n2025-07-16 14:35:57.399 [info] [command][c0ced80a-91c5-4cb8-b73e-59853e0dcc12] Socket close event received\n2025-07-16 14:35:57.416 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63503 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:36:57.404 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:36:57.406 [info] [command][bc2710d2-779c-4dd4-ab78-ba2589b9867f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bc2710d2-779c-4dd4-ab78-ba2589b9867f""}\n2025-07-16 14:36:57.408 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][89fd0295-e973-4854-a39b-0ee538de124d] received connection request\n2025-07-16 14:36:57.408 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:36:57.478 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][89fd0295-e973-4854-a39b-0ee538de124d] socks forwarding established\n2025-07-16 14:36:57.511 [info] [command][bc2710d2-779c-4dd4-ab78-ba2589b9867f] Process exited with code 0\n2025-07-16 14:36:57.511 [info] [command][bc2710d2-779c-4dd4-ab78-ba2589b9867f] Socket close event received\n2025-07-16 14:36:57.516 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][89fd0295-e973-4854-a39b-0ee538de124d] socks connection closed\n2025-07-16 14:36:57.575 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63569 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:37:57.516 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:37:57.518 [info] [command][963e0649-2338-4a92-8baf-f593e68862e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""963e0649-2338-4a92-8baf-f593e68862e7""}\n2025-07-16 14:37:57.519 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fe6ba348-9ccf-4d75-a306-c48bd419cb6a] received connection request\n2025-07-16 14:37:57.520 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:37:57.538 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fe6ba348-9ccf-4d75-a306-c48bd419cb6a] socks forwarding established\n2025-07-16 14:37:57.567 [info] [command][963e0649-2338-4a92-8baf-f593e68862e7] Process exited with code 0\n2025-07-16 14:37:57.568 [info] [command][963e0649-2338-4a92-8baf-f593e68862e7] Socket close event received\n2025-07-16 14:37:57.568 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fe6ba348-9ccf-4d75-a306-c48bd419cb6a] socks connection closed\n2025-07-16 14:37:57.586 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63609 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:38:57.571 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:38:57.573 [info] [command][ec8a5fff-3813-4dcd-993e-782799844eae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ec8a5fff-3813-4dcd-993e-782799844eae""}\n2025-07-16 14:38:57.574 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][43fe9d8d-7a1f-49e8-90f2-24cf6afd89bd] received connection request\n2025-07-16 14:38:57.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:38:57.592 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43fe9d8d-7a1f-49e8-90f2-24cf6afd89bd] socks forwarding established\n2025-07-16 14:38:57.624 [info] [command][ec8a5fff-3813-4dcd-993e-782799844eae] Process exited with code 0\n2025-07-16 14:38:57.624 [info] [command][ec8a5fff-3813-4dcd-993e-782799844eae] Socket close event received\n2025-07-16 14:38:57.624 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43fe9d8d-7a1f-49e8-90f2-24cf6afd89bd] socks connection closed\n2025-07-16 14:38:57.640 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63628 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:39:57.627 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:39:57.629 [info] [command][c65e6422-defb-4974-a993-0faa45d9dfd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c65e6422-defb-4974-a993-0faa45d9dfd3""}\n2025-07-16 14:39:57.630 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2b947ecc-ab09-4900-a9d3-2f112cc0ba91] received connection request\n2025-07-16 14:39:57.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:39:57.647 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2b947ecc-ab09-4900-a9d3-2f112cc0ba91] socks forwarding established\n2025-07-16 14:39:57.678 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2b947ecc-ab09-4900-a9d3-2f112cc0ba91] socks connection closed\n2025-07-16 14:39:57.679 [info] [command][c65e6422-defb-4974-a993-0faa45d9dfd3] Process exited with code 0\n2025-07-16 14:39:57.679 [info] [command][c65e6422-defb-4974-a993-0faa45d9dfd3] Socket close event received\n2025-07-16 14:39:57.698 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63670 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:40:57.680 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:40:57.681 [info] [command][d47ef32a-efad-44a2-b760-c53b2f3ed2fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d47ef32a-efad-44a2-b760-c53b2f3ed2fe""}\n2025-07-16 14:40:57.681 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7b9f3649-184f-48ca-ab9a-b7d5aae3a59f] received connection request\n2025-07-16 14:40:57.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:40:57.697 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7b9f3649-184f-48ca-ab9a-b7d5aae3a59f] socks forwarding established\n2025-07-16 14:40:57.727 [info] [command][d47ef32a-efad-44a2-b760-c53b2f3ed2fe] Process exited with code 0\n2025-07-16 14:40:57.727 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7b9f3649-184f-48ca-ab9a-b7d5aae3a59f] socks connection closed\n2025-07-16 14:40:57.727 [info] [command][d47ef32a-efad-44a2-b760-c53b2f3ed2fe] Socket close event received\n2025-07-16 14:40:57.744 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63701 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:41:57.731 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:41:57.734 [info] [command][666b3e71-0b33-4fe4-ab91-775cc28bbd90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""666b3e71-0b33-4fe4-ab91-775cc28bbd90""}\n2025-07-16 14:41:57.734 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][961d6e03-e4aa-412d-9742-cbaf9d12fa63] received connection request\n2025-07-16 14:41:57.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:41:57.752 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][961d6e03-e4aa-412d-9742-cbaf9d12fa63] socks forwarding established\n2025-07-16 14:41:57.783 [info] [command][666b3e71-0b33-4fe4-ab91-775cc28bbd90] Process exited with code 0\n2025-07-16 14:41:57.783 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][961d6e03-e4aa-412d-9742-cbaf9d12fa63] socks connection closed\n2025-07-16 14:41:57.784 [info] [command][666b3e71-0b33-4fe4-ab91-775cc28bbd90] Socket close event received\n2025-07-16 14:41:57.799 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63742 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:42:57.789 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:42:57.792 [info] [command][c232d376-a1f0-4579-a560-f5675b8ec42a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c232d376-a1f0-4579-a560-f5675b8ec42a""}\n2025-07-16 14:42:57.793 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][19f95fb5-2d94-47c1-8d46-98be3a91b349] received connection request\n2025-07-16 14:42:57.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:42:57.810 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][19f95fb5-2d94-47c1-8d46-98be3a91b349] socks forwarding established\n2025-07-16 14:42:57.839 [info] [command][c232d376-a1f0-4579-a560-f5675b8ec42a] Process exited with code 0\n2025-07-16 14:42:57.839 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][19f95fb5-2d94-47c1-8d46-98be3a91b349] socks connection closed\n2025-07-16 14:42:57.840 [info] [command][c232d376-a1f0-4579-a560-f5675b8ec42a] Socket close event received\n2025-07-16 14:42:57.856 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63782 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:43:57.841 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:43:57.842 [info] [command][42f6d405-c717-41c8-867c-b4c164d8fa54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""42f6d405-c717-41c8-867c-b4c164d8fa54""}\n2025-07-16 14:43:57.842 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][43519bd6-f8a0-49b5-b76f-07585b3fc934] received connection request\n2025-07-16 14:43:57.843 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:43:57.860 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43519bd6-f8a0-49b5-b76f-07585b3fc934] socks forwarding established\n2025-07-16 14:43:57.889 [info] [command][42f6d405-c717-41c8-867c-b4c164d8fa54] Process exited with code 0\n2025-07-16 14:43:57.890 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43519bd6-f8a0-49b5-b76f-07585b3fc934] socks connection closed\n2025-07-16 14:43:57.890 [info] [command][42f6d405-c717-41c8-867c-b4c164d8fa54] Socket close event received\n2025-07-16 14:43:57.907 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63805 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:44:57.892 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:44:57.894 [info] [command][bf6dd6a1-2a37-41b6-b763-317035741c12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bf6dd6a1-2a37-41b6-b763-317035741c12""}\n2025-07-16 14:44:57.894 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][49002c90-b2d4-4c54-9459-442d6e92de59] received connection request\n2025-07-16 14:44:57.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:44:57.911 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49002c90-b2d4-4c54-9459-442d6e92de59] socks forwarding established\n2025-07-16 14:44:57.939 [info] [command][bf6dd6a1-2a37-41b6-b763-317035741c12] Process exited with code 0\n2025-07-16 14:44:57.940 [info] [command][bf6dd6a1-2a37-41b6-b763-317035741c12] Socket close event received\n2025-07-16 14:44:57.940 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49002c90-b2d4-4c54-9459-442d6e92de59] socks connection closed\n2025-07-16 14:44:57.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63868 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:45:57.940 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:45:57.941 [info] [command][4420e3ec-204d-43e9-a7dd-aea8fb33a3e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4420e3ec-204d-43e9-a7dd-aea8fb33a3e4""}\n2025-07-16 14:45:57.942 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c806c4cd-d33b-49ed-8606-0b291963b3b2] received connection request\n2025-07-16 14:45:57.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:45:57.963 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c806c4cd-d33b-49ed-8606-0b291963b3b2] socks forwarding established\n2025-07-16 14:45:58.006 [info] [command][4420e3ec-204d-43e9-a7dd-aea8fb33a3e4] Process exited with code 0\n2025-07-16 14:45:58.007 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c806c4cd-d33b-49ed-8606-0b291963b3b2] socks connection closed\n2025-07-16 14:45:58.007 [info] [command][4420e3ec-204d-43e9-a7dd-aea8fb33a3e4] Socket close event received\n2025-07-16 14:45:58.023 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63924 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:46:58.011 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:46:58.013 [info] [command][2c422af7-295c-4887-bfb1-9d405ca833b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2c422af7-295c-4887-bfb1-9d405ca833b6""}\n2025-07-16 14:46:58.013 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7d99650d-09ba-4b3c-b28a-6c38bd166811] received connection request\n2025-07-16 14:46:58.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:46:58.030 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7d99650d-09ba-4b3c-b28a-6c38bd166811] socks forwarding established\n2025-07-16 14:46:58.058 [info] [command][2c422af7-295c-4887-bfb1-9d405ca833b6] Process exited with code 0\n2025-07-16 14:46:58.059 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7d99650d-09ba-4b3c-b28a-6c38bd166811] socks connection closed\n2025-07-16 14:46:58.059 [info] [command][2c422af7-295c-4887-bfb1-9d405ca833b6] Socket close event received\n2025-07-16 14:46:58.075 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 63971 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:47:58.059 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:47:58.061 [info] [command][555f6a09-8369-4a9c-aa38-ea62027abba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""555f6a09-8369-4a9c-aa38-ea62027abba3""}\n2025-07-16 14:47:58.061 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][71bbef2a-e292-406d-93d9-a9abeaf778e7] received connection request\n2025-07-16 14:47:58.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:47:58.077 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][71bbef2a-e292-406d-93d9-a9abeaf778e7] socks forwarding established\n2025-07-16 14:47:58.106 [info] [command][555f6a09-8369-4a9c-aa38-ea62027abba3] Process exited with code 0\n2025-07-16 14:47:58.106 [info] [command][555f6a09-8369-4a9c-aa38-ea62027abba3] Socket close event received\n2025-07-16 14:47:58.119 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][71bbef2a-e292-406d-93d9-a9abeaf778e7] socks connection closed\n2025-07-16 14:47:58.122 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64048 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:48:58.110 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:48:58.113 [info] [command][a7b2699f-2960-406b-9abb-0cb09afe11c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a7b2699f-2960-406b-9abb-0cb09afe11c9""}\n2025-07-16 14:48:58.114 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c8e8329d-3e25-4270-ba2f-873df8022e8f] received connection request\n2025-07-16 14:48:58.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:48:58.132 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c8e8329d-3e25-4270-ba2f-873df8022e8f] socks forwarding established\n2025-07-16 14:48:58.162 [info] [command][a7b2699f-2960-406b-9abb-0cb09afe11c9] Process exited with code 0\n2025-07-16 14:48:58.162 [info] [command][a7b2699f-2960-406b-9abb-0cb09afe11c9] Socket close event received\n2025-07-16 14:48:58.163 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c8e8329d-3e25-4270-ba2f-873df8022e8f] socks connection closed\n2025-07-16 14:48:58.181 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64072 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:49:58.164 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:49:58.167 [info] [command][c6a87de3-e08c-44fe-9c7e-ee52c7dca019] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c6a87de3-e08c-44fe-9c7e-ee52c7dca019""}\n2025-07-16 14:49:58.167 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][79e16a98-3293-4635-ac72-cbb8443fa404] received connection request\n2025-07-16 14:49:58.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:49:58.184 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][79e16a98-3293-4635-ac72-cbb8443fa404] socks forwarding established\n2025-07-16 14:49:58.215 [info] [command][c6a87de3-e08c-44fe-9c7e-ee52c7dca019] Process exited with code 0\n2025-07-16 14:49:58.216 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][79e16a98-3293-4635-ac72-cbb8443fa404] socks connection closed\n2025-07-16 14:49:58.216 [info] [command][c6a87de3-e08c-44fe-9c7e-ee52c7dca019] Socket close event received\n2025-07-16 14:49:58.231 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64121 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:50:58.216 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:50:58.219 [info] [command][bdb677ab-1a54-45b4-9f94-b2e1c26085e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bdb677ab-1a54-45b4-9f94-b2e1c26085e0""}\n2025-07-16 14:50:58.219 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][acff4092-05bb-456e-950c-103ac8cb6a08] received connection request\n2025-07-16 14:50:58.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:50:58.235 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][acff4092-05bb-456e-950c-103ac8cb6a08] socks forwarding established\n2025-07-16 14:50:58.263 [info] [command][bdb677ab-1a54-45b4-9f94-b2e1c26085e0] Process exited with code 0\n2025-07-16 14:50:58.263 [info] [command][bdb677ab-1a54-45b4-9f94-b2e1c26085e0] Socket close event received\n2025-07-16 14:50:58.264 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][acff4092-05bb-456e-950c-103ac8cb6a08] socks connection closed\n2025-07-16 14:50:58.281 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64169 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:51:58.269 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:51:58.271 [info] [command][7f4a7814-a283-4b8e-b44b-f9200c6be296] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7f4a7814-a283-4b8e-b44b-f9200c6be296""}\n2025-07-16 14:51:58.271 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ab4534a8-ae74-4739-9031-a49b0aeb6fd7] received connection request\n2025-07-16 14:51:58.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:51:58.289 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ab4534a8-ae74-4739-9031-a49b0aeb6fd7] socks forwarding established\n2025-07-16 14:51:58.321 [info] [command][7f4a7814-a283-4b8e-b44b-f9200c6be296] Process exited with code 0\n2025-07-16 14:51:58.321 [info] [command][7f4a7814-a283-4b8e-b44b-f9200c6be296] Socket close event received\n2025-07-16 14:51:58.322 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ab4534a8-ae74-4739-9031-a49b0aeb6fd7] socks connection closed\n2025-07-16 14:51:58.338 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64211 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:52:58.325 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:52:58.327 [info] [command][a87cddf9-3dd7-4b9e-b1c3-045e1f9e9069] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a87cddf9-3dd7-4b9e-b1c3-045e1f9e9069""}\n2025-07-16 14:52:58.327 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3fc82ac7-eea7-4bce-a89c-226873658ca7] received connection request\n2025-07-16 14:52:58.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:52:58.344 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3fc82ac7-eea7-4bce-a89c-226873658ca7] socks forwarding established\n2025-07-16 14:52:58.373 [info] [command][a87cddf9-3dd7-4b9e-b1c3-045e1f9e9069] Process exited with code 0\n2025-07-16 14:52:58.374 [info] [command][a87cddf9-3dd7-4b9e-b1c3-045e1f9e9069] Socket close event received\n2025-07-16 14:52:58.374 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3fc82ac7-eea7-4bce-a89c-226873658ca7] socks connection closed\n2025-07-16 14:52:58.391 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64269 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:53:58.375 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:53:58.376 [info] [command][600669f7-bb8c-4060-96b1-57f17daf46d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""600669f7-bb8c-4060-96b1-57f17daf46d5""}\n2025-07-16 14:53:58.377 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1f4f7348-13c0-4bf8-a209-48a0414187df] received connection request\n2025-07-16 14:53:58.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 14:53:58.378 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:53:58.395 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1f4f7348-13c0-4bf8-a209-48a0414187df] socks forwarding established\n2025-07-16 14:53:58.426 [info] [command][600669f7-bb8c-4060-96b1-57f17daf46d5] Process exited with code 0\n2025-07-16 14:53:58.426 [info] [command][600669f7-bb8c-4060-96b1-57f17daf46d5] Socket close event received\n2025-07-16 14:53:58.428 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1f4f7348-13c0-4bf8-a209-48a0414187df] socks connection closed\n2025-07-16 14:53:58.446 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64294 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:54:58.431 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:54:58.433 [info] [command][645ed25e-cb68-41ed-bb85-eb41664400e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""645ed25e-cb68-41ed-bb85-eb41664400e0""}\n2025-07-16 14:54:58.433 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4152b105-14c3-4572-be25-2ed10286d337] received connection request\n2025-07-16 14:54:58.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:54:58.451 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4152b105-14c3-4572-be25-2ed10286d337] socks forwarding established\n2025-07-16 14:54:58.479 [info] [command][645ed25e-cb68-41ed-bb85-eb41664400e0] Process exited with code 0\n2025-07-16 14:54:58.480 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4152b105-14c3-4572-be25-2ed10286d337] socks connection closed\n2025-07-16 14:54:58.480 [info] [command][645ed25e-cb68-41ed-bb85-eb41664400e0] Socket close event received\n2025-07-16 14:54:58.497 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64349 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:55:58.484 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:55:58.485 [info] [command][a8bc4864-ca14-4728-a243-f80c0b9322c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a8bc4864-ca14-4728-a243-f80c0b9322c2""}\n2025-07-16 14:55:58.486 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e5e9edab-9ff7-4a5a-b296-9a735e89ed6e] received connection request\n2025-07-16 14:55:58.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:55:58.503 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e5e9edab-9ff7-4a5a-b296-9a735e89ed6e] socks forwarding established\n2025-07-16 14:55:58.534 [info] [command][a8bc4864-ca14-4728-a243-f80c0b9322c2] Process exited with code 0\n2025-07-16 14:55:58.534 [info] [command][a8bc4864-ca14-4728-a243-f80c0b9322c2] Socket close event received\n2025-07-16 14:55:58.534 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e5e9edab-9ff7-4a5a-b296-9a735e89ed6e] socks connection closed\n2025-07-16 14:55:58.550 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64378 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:56:58.538 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:56:58.539 [info] [command][3b255276-86f1-4a6b-8987-bd664f75e182] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3b255276-86f1-4a6b-8987-bd664f75e182""}\n2025-07-16 14:56:58.540 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1ced2ef7-b232-472d-b991-9ac43158f06c] received connection request\n2025-07-16 14:56:58.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:56:58.557 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1ced2ef7-b232-472d-b991-9ac43158f06c] socks forwarding established\n2025-07-16 14:56:58.586 [info] [command][3b255276-86f1-4a6b-8987-bd664f75e182] Process exited with code 0\n2025-07-16 14:56:58.587 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1ced2ef7-b232-472d-b991-9ac43158f06c] socks connection closed\n2025-07-16 14:56:58.587 [info] [command][3b255276-86f1-4a6b-8987-bd664f75e182] Socket close event received\n2025-07-16 14:56:58.603 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64419 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:57:58.592 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:57:58.594 [info] [command][69180dbd-9901-456d-98d5-07bfb8f6d7e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""69180dbd-9901-456d-98d5-07bfb8f6d7e2""}\n2025-07-16 14:57:58.595 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e1e9e9d9-5eb8-41a1-af4e-a5a9361fe0e2] received connection request\n2025-07-16 14:57:58.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:57:58.612 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1e9e9d9-5eb8-41a1-af4e-a5a9361fe0e2] socks forwarding established\n2025-07-16 14:57:58.641 [info] [command][69180dbd-9901-456d-98d5-07bfb8f6d7e2] Process exited with code 0\n2025-07-16 14:57:58.641 [info] [command][69180dbd-9901-456d-98d5-07bfb8f6d7e2] Socket close event received\n2025-07-16 14:57:58.642 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1e9e9d9-5eb8-41a1-af4e-a5a9361fe0e2] socks connection closed\n2025-07-16 14:57:58.657 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64472 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:58:58.642 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:58:58.643 [info] [command][1e5a15aa-6237-4be9-b4cc-516466d7d77e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1e5a15aa-6237-4be9-b4cc-516466d7d77e""}\n2025-07-16 14:58:58.644 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a561b993-e8ed-4fad-b94c-9892e5bd5bcd] received connection request\n2025-07-16 14:58:58.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:58:58.661 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a561b993-e8ed-4fad-b94c-9892e5bd5bcd] socks forwarding established\n2025-07-16 14:58:58.690 [info] [command][1e5a15aa-6237-4be9-b4cc-516466d7d77e] Process exited with code 0\n2025-07-16 14:58:58.690 [info] [command][1e5a15aa-6237-4be9-b4cc-516466d7d77e] Socket close event received\n2025-07-16 14:58:58.691 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a561b993-e8ed-4fad-b94c-9892e5bd5bcd] socks connection closed\n2025-07-16 14:58:58.706 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64496 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 14:59:58.695 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 14:59:58.697 [info] [command][e1987081-78d3-4474-a02f-fc2552ecc56e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e1987081-78d3-4474-a02f-fc2552ecc56e""}\n2025-07-16 14:59:58.698 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3ab96906-7052-40e8-8bd5-bbb5d95f7178] received connection request\n2025-07-16 14:59:58.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:59:58.714 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3ab96906-7052-40e8-8bd5-bbb5d95f7178] socks forwarding established\n2025-07-16 14:59:58.743 [info] [command][e1987081-78d3-4474-a02f-fc2552ecc56e] Process exited with code 0\n2025-07-16 14:59:58.743 [info] [command][e1987081-78d3-4474-a02f-fc2552ecc56e] Socket close event received\n2025-07-16 14:59:58.744 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3ab96906-7052-40e8-8bd5-bbb5d95f7178] socks connection closed\n2025-07-16 14:59:58.759 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64539 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:00:58.746 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:00:58.749 [info] [command][0d0519ec-aee7-462f-bf23-3a14c2c64fa9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0d0519ec-aee7-462f-bf23-3a14c2c64fa9""}\n2025-07-16 15:00:58.750 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b3b4741b-55d0-49e3-b73c-087448956697] received connection request\n2025-07-16 15:00:58.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:00:58.767 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b3b4741b-55d0-49e3-b73c-087448956697] socks forwarding established\n2025-07-16 15:00:58.797 [info] [command][0d0519ec-aee7-462f-bf23-3a14c2c64fa9] Process exited with code 0\n2025-07-16 15:00:58.798 [info] [command][0d0519ec-aee7-462f-bf23-3a14c2c64fa9] Socket close event received\n2025-07-16 15:00:58.798 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b3b4741b-55d0-49e3-b73c-087448956697] socks connection closed\n2025-07-16 15:00:58.815 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64570 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:01:58.802 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:01:58.805 [info] [command][1dfed42a-d978-4dec-9d35-34ca572a6f07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1dfed42a-d978-4dec-9d35-34ca572a6f07""}\n2025-07-16 15:01:58.805 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c5ef5293-4677-418a-bf41-65faa07d969f] received connection request\n2025-07-16 15:01:58.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:01:58.822 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c5ef5293-4677-418a-bf41-65faa07d969f] socks forwarding established\n2025-07-16 15:01:58.853 [info] [command][1dfed42a-d978-4dec-9d35-34ca572a6f07] Process exited with code 0\n2025-07-16 15:01:58.853 [info] [command][1dfed42a-d978-4dec-9d35-34ca572a6f07] Socket close event received\n2025-07-16 15:01:58.853 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c5ef5293-4677-418a-bf41-65faa07d969f] socks connection closed\n2025-07-16 15:01:58.871 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64608 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:02:58.864 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:02:58.865 [info] [command][e48a9e94-88be-4340-bb7d-2e7de0d41cf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e48a9e94-88be-4340-bb7d-2e7de0d41cf9""}\n2025-07-16 15:02:58.866 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7a8c5150-3e8f-45cf-9a83-1525e8a693ff] received connection request\n2025-07-16 15:02:58.867 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:02:58.884 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7a8c5150-3e8f-45cf-9a83-1525e8a693ff] socks forwarding established\n2025-07-16 15:02:58.913 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7a8c5150-3e8f-45cf-9a83-1525e8a693ff] socks connection closed\n2025-07-16 15:02:58.914 [info] [command][e48a9e94-88be-4340-bb7d-2e7de0d41cf9] Process exited with code 0\n2025-07-16 15:02:58.914 [info] [command][e48a9e94-88be-4340-bb7d-2e7de0d41cf9] Socket close event received\n2025-07-16 15:02:58.936 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64641 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:03:58.918 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:03:58.920 [info] [command][a2137607-f806-4ce1-b976-3e69c596d9a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a2137607-f806-4ce1-b976-3e69c596d9a0""}\n2025-07-16 15:03:58.921 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][08c89675-5c2b-4283-9cfb-29cf365f9089] received connection request\n2025-07-16 15:03:58.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:03:58.937 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][08c89675-5c2b-4283-9cfb-29cf365f9089] socks forwarding established\n2025-07-16 15:03:58.968 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][08c89675-5c2b-4283-9cfb-29cf365f9089] socks connection closed\n2025-07-16 15:03:58.969 [info] [command][a2137607-f806-4ce1-b976-3e69c596d9a0] Process exited with code 0\n2025-07-16 15:03:58.969 [info] [command][a2137607-f806-4ce1-b976-3e69c596d9a0] Socket close event received\n2025-07-16 15:03:58.985 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64661 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:04:58.973 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:04:58.975 [info] [command][41fbdffd-7ab3-4510-a6cf-042fb0b7b3bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""41fbdffd-7ab3-4510-a6cf-042fb0b7b3bb""}\n2025-07-16 15:04:58.976 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a7bf4875-3488-4315-ab97-2fadd8f7f145] received connection request\n2025-07-16 15:04:58.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:04:58.996 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a7bf4875-3488-4315-ab97-2fadd8f7f145] socks forwarding established\n2025-07-16 15:04:59.029 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a7bf4875-3488-4315-ab97-2fadd8f7f145] socks connection closed\n2025-07-16 15:04:59.029 [info] [command][41fbdffd-7ab3-4510-a6cf-042fb0b7b3bb] Process exited with code 0\n2025-07-16 15:04:59.029 [info] [command][41fbdffd-7ab3-4510-a6cf-042fb0b7b3bb] Socket close event received\n2025-07-16 15:04:59.046 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64701 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:05:59.033 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:05:59.034 [info] [command][6e962277-629e-4f22-94d2-eac69fcb6248] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6e962277-629e-4f22-94d2-eac69fcb6248""}\n2025-07-16 15:05:59.035 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][cbd48f7f-1248-4cd9-baf2-2e6442a877d3] received connection request\n2025-07-16 15:05:59.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:05:59.052 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cbd48f7f-1248-4cd9-baf2-2e6442a877d3] socks forwarding established\n2025-07-16 15:05:59.083 [info] [command][6e962277-629e-4f22-94d2-eac69fcb6248] Process exited with code 0\n2025-07-16 15:05:59.083 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cbd48f7f-1248-4cd9-baf2-2e6442a877d3] socks connection closed\n2025-07-16 15:05:59.083 [info] [command][6e962277-629e-4f22-94d2-eac69fcb6248] Socket close event received\n2025-07-16 15:05:59.099 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64725 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:06:59.085 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:06:59.086 [info] [command][75f76f04-98d9-4aad-8e2c-4a48f725063a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""75f76f04-98d9-4aad-8e2c-4a48f725063a""}\n2025-07-16 15:06:59.087 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8ed65fed-8d93-4095-bd07-487121c5ee53] received connection request\n2025-07-16 15:06:59.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 15:06:59.089 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:06:59.113 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8ed65fed-8d93-4095-bd07-487121c5ee53] socks forwarding established\n2025-07-16 15:06:59.143 [info] [command][75f76f04-98d9-4aad-8e2c-4a48f725063a] Process exited with code 0\n2025-07-16 15:06:59.144 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8ed65fed-8d93-4095-bd07-487121c5ee53] socks connection closed\n2025-07-16 15:06:59.144 [info] [command][75f76f04-98d9-4aad-8e2c-4a48f725063a] Socket close event received\n2025-07-16 15:06:59.159 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64765 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:07:59.145 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:07:59.147 [info] [command][d6b99b9c-425c-4f2f-8c1b-f1785118aaa5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d6b99b9c-425c-4f2f-8c1b-f1785118aaa5""}\n2025-07-16 15:07:59.147 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b1327150-36dd-4bcd-a18c-6528114a4205] received connection request\n2025-07-16 15:07:59.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:07:59.166 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b1327150-36dd-4bcd-a18c-6528114a4205] socks forwarding established\n2025-07-16 15:07:59.197 [info] [command][d6b99b9c-425c-4f2f-8c1b-f1785118aaa5] Process exited with code 0\n2025-07-16 15:07:59.198 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b1327150-36dd-4bcd-a18c-6528114a4205] socks connection closed\n2025-07-16 15:07:59.198 [info] [command][d6b99b9c-425c-4f2f-8c1b-f1785118aaa5] Socket close event received\n2025-07-16 15:07:59.216 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64809 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:08:59.198 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:08:59.201 [info] [command][990e935d-480b-4044-a0ee-03f65aee32c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""990e935d-480b-4044-a0ee-03f65aee32c8""}\n2025-07-16 15:08:59.201 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e1c42c3f-5e17-43a9-9194-d3eca13d2711] received connection request\n2025-07-16 15:08:59.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:08:59.220 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1c42c3f-5e17-43a9-9194-d3eca13d2711] socks forwarding established\n2025-07-16 15:08:59.252 [info] [command][990e935d-480b-4044-a0ee-03f65aee32c8] Process exited with code 0\n2025-07-16 15:08:59.253 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1c42c3f-5e17-43a9-9194-d3eca13d2711] socks connection closed\n2025-07-16 15:08:59.253 [info] [command][990e935d-480b-4044-a0ee-03f65aee32c8] Socket close event received\n2025-07-16 15:08:59.269 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64846 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:09:59.258 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:09:59.259 [info] [command][37ccbe8f-0525-471b-9df4-7e640b8bc05e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""37ccbe8f-0525-471b-9df4-7e640b8bc05e""}\n2025-07-16 15:09:59.260 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6d694297-ea67-494f-b1d1-93504ca4b3ea] received connection request\n2025-07-16 15:09:59.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:09:59.277 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6d694297-ea67-494f-b1d1-93504ca4b3ea] socks forwarding established\n2025-07-16 15:09:59.305 [info] [command][37ccbe8f-0525-471b-9df4-7e640b8bc05e] Process exited with code 0\n2025-07-16 15:09:59.305 [info] [command][37ccbe8f-0525-471b-9df4-7e640b8bc05e] Socket close event received\n2025-07-16 15:09:59.306 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6d694297-ea67-494f-b1d1-93504ca4b3ea] socks connection closed\n2025-07-16 15:09:59.322 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64910 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:10:59.311 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:10:59.312 [info] [command][a237d785-db8a-425e-9baf-5b70893ccdd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a237d785-db8a-425e-9baf-5b70893ccdd6""}\n2025-07-16 15:10:59.312 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6237ca09-a395-4e29-8aba-7bb8eae7e5a3] received connection request\n2025-07-16 15:10:59.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:10:59.331 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6237ca09-a395-4e29-8aba-7bb8eae7e5a3] socks forwarding established\n2025-07-16 15:10:59.446 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6237ca09-a395-4e29-8aba-7bb8eae7e5a3] socks connection closed\n2025-07-16 15:10:59.446 [info] [command][a237d785-db8a-425e-9baf-5b70893ccdd6] Process exited with code 0\n2025-07-16 15:10:59.446 [info] [command][a237d785-db8a-425e-9baf-5b70893ccdd6] Socket close event received\n2025-07-16 15:10:59.463 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64934 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:11:59.446 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:11:59.448 [info] [command][a53825b1-2b40-4247-9bdc-e85badde26ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a53825b1-2b40-4247-9bdc-e85badde26ba""}\n2025-07-16 15:11:59.449 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3780d13a-eaf9-4527-9293-97e609e94cec] received connection request\n2025-07-16 15:11:59.450 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:11:59.466 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3780d13a-eaf9-4527-9293-97e609e94cec] socks forwarding established\n2025-07-16 15:11:59.496 [info] [command][a53825b1-2b40-4247-9bdc-e85badde26ba] Process exited with code 0\n2025-07-16 15:11:59.497 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3780d13a-eaf9-4527-9293-97e609e94cec] socks connection closed\n2025-07-16 15:11:59.497 [info] [command][a53825b1-2b40-4247-9bdc-e85badde26ba] Socket close event received\n2025-07-16 15:11:59.513 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 64985 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:12:59.502 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:12:59.504 [info] [command][969a23ca-8bd1-42af-a5ef-2ae60090151c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""969a23ca-8bd1-42af-a5ef-2ae60090151c""}\n2025-07-16 15:12:59.505 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4380f48a-4117-4d3f-b7aa-34a3162466e3] received connection request\n2025-07-16 15:12:59.506 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:12:59.523 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4380f48a-4117-4d3f-b7aa-34a3162466e3] socks forwarding established\n2025-07-16 15:12:59.554 [info] [command][969a23ca-8bd1-42af-a5ef-2ae60090151c] Process exited with code 0\n2025-07-16 15:12:59.555 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4380f48a-4117-4d3f-b7aa-34a3162466e3] socks connection closed\n2025-07-16 15:12:59.555 [info] [command][969a23ca-8bd1-42af-a5ef-2ae60090151c] Socket close event received\n2025-07-16 15:12:59.571 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65020 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:13:59.557 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:13:59.559 [info] [command][ee15f5d0-33f2-4090-ae23-15115797615f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ee15f5d0-33f2-4090-ae23-15115797615f""}\n2025-07-16 15:13:59.559 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0ceb7ec2-219f-4cae-a727-636a2d482b13] received connection request\n2025-07-16 15:13:59.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:13:59.576 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0ceb7ec2-219f-4cae-a727-636a2d482b13] socks forwarding established\n2025-07-16 15:13:59.605 [info] [command][ee15f5d0-33f2-4090-ae23-15115797615f] Process exited with code 0\n2025-07-16 15:13:59.605 [info] [command][ee15f5d0-33f2-4090-ae23-15115797615f] Socket close event received\n2025-07-16 15:13:59.605 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0ceb7ec2-219f-4cae-a727-636a2d482b13] socks connection closed\n2025-07-16 15:13:59.621 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65052 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:14:59.607 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:14:59.609 [info] [command][8935c308-4e18-466f-afd8-587733b845d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8935c308-4e18-466f-afd8-587733b845d6""}\n2025-07-16 15:14:59.609 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1650ae30-e5b3-4e74-b805-e5b49e1b0900] received connection request\n2025-07-16 15:14:59.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:14:59.625 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1650ae30-e5b3-4e74-b805-e5b49e1b0900] socks forwarding established\n2025-07-16 15:14:59.654 [info] [command][8935c308-4e18-466f-afd8-587733b845d6] Process exited with code 0\n2025-07-16 15:14:59.654 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1650ae30-e5b3-4e74-b805-e5b49e1b0900] socks connection closed\n2025-07-16 15:14:59.655 [info] [command][8935c308-4e18-466f-afd8-587733b845d6] Socket close event received\n2025-07-16 15:14:59.671 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65113 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:15:59.655 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:15:59.656 [info] [command][37fc8148-9237-4ee8-81dd-f82aebc311d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""37fc8148-9237-4ee8-81dd-f82aebc311d2""}\n2025-07-16 15:15:59.657 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c9a37e00-2701-4877-8fa8-8c629c12aeb3] received connection request\n2025-07-16 15:15:59.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:15:59.674 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9a37e00-2701-4877-8fa8-8c629c12aeb3] socks forwarding established\n2025-07-16 15:15:59.703 [info] [command][37fc8148-9237-4ee8-81dd-f82aebc311d2] Process exited with code 0\n2025-07-16 15:15:59.703 [info] [command][37fc8148-9237-4ee8-81dd-f82aebc311d2] Socket close event received\n2025-07-16 15:15:59.704 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9a37e00-2701-4877-8fa8-8c629c12aeb3] socks connection closed\n2025-07-16 15:15:59.718 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65143 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:16:59.703 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:16:59.705 [info] [command][c1425676-dd7a-43f7-a434-01087e8f5f83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c1425676-dd7a-43f7-a434-01087e8f5f83""}\n2025-07-16 15:16:59.706 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7feb9ad9-7252-469e-946f-d2f3a10dbbb5] received connection request\n2025-07-16 15:16:59.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:16:59.723 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7feb9ad9-7252-469e-946f-d2f3a10dbbb5] socks forwarding established\n2025-07-16 15:16:59.752 [info] [command][c1425676-dd7a-43f7-a434-01087e8f5f83] Process exited with code 0\n2025-07-16 15:16:59.752 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7feb9ad9-7252-469e-946f-d2f3a10dbbb5] socks connection closed\n2025-07-16 15:16:59.753 [info] [command][c1425676-dd7a-43f7-a434-01087e8f5f83] Socket close event received\n2025-07-16 15:16:59.768 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65181 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:17:59.757 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:17:59.759 [info] [command][af68292f-5334-470c-9599-39ae686e4321] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""af68292f-5334-470c-9599-39ae686e4321""}\n2025-07-16 15:17:59.759 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][bc0efe11-a8dd-4446-8dad-143f8036cbfd] received connection request\n2025-07-16 15:17:59.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:17:59.777 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bc0efe11-a8dd-4446-8dad-143f8036cbfd] socks forwarding established\n2025-07-16 15:17:59.805 [info] [command][af68292f-5334-470c-9599-39ae686e4321] Process exited with code 0\n2025-07-16 15:17:59.805 [info] [command][af68292f-5334-470c-9599-39ae686e4321] Socket close event received\n2025-07-16 15:17:59.806 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bc0efe11-a8dd-4446-8dad-143f8036cbfd] socks connection closed\n2025-07-16 15:17:59.822 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65221 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:18:59.810 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:18:59.812 [info] [command][8a2d98b0-2421-440e-895f-0e666b98646a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8a2d98b0-2421-440e-895f-0e666b98646a""}\n2025-07-16 15:18:59.813 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8c3d6663-5bb5-4268-813b-d6b7b9e43606] received connection request\n2025-07-16 15:18:59.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:18:59.831 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8c3d6663-5bb5-4268-813b-d6b7b9e43606] socks forwarding established\n2025-07-16 15:18:59.862 [info] [command][8a2d98b0-2421-440e-895f-0e666b98646a] Process exited with code 0\n2025-07-16 15:18:59.862 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8c3d6663-5bb5-4268-813b-d6b7b9e43606] socks connection closed\n2025-07-16 15:18:59.862 [info] [command][8a2d98b0-2421-440e-895f-0e666b98646a] Socket close event received\n2025-07-16 15:18:59.880 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65246 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:19:59.865 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:19:59.868 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4f36ee0c-2362-4378-a7bb-83b11e8541a9] received connection request\n2025-07-16 15:19:59.868 [info] [command][f282bac9-02f2-4426-8554-dceed755c829] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f282bac9-02f2-4426-8554-dceed755c829""}\n2025-07-16 15:19:59.868 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:19:59.885 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f36ee0c-2362-4378-a7bb-83b11e8541a9] socks forwarding established\n2025-07-16 15:19:59.915 [info] [command][f282bac9-02f2-4426-8554-dceed755c829] Process exited with code 0\n2025-07-16 15:19:59.915 [info] [command][f282bac9-02f2-4426-8554-dceed755c829] Socket close event received\n2025-07-16 15:19:59.915 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f36ee0c-2362-4378-a7bb-83b11e8541a9] socks connection closed\n2025-07-16 15:19:59.931 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65303 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:20:59.919 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:20:59.921 [info] [command][c549f19d-e764-462f-b73d-8911574c2da8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c549f19d-e764-462f-b73d-8911574c2da8""}\n2025-07-16 15:20:59.921 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3822e67c-db9c-4570-b1b3-fe19ec884ea5] received connection request\n2025-07-16 15:20:59.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:20:59.937 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3822e67c-db9c-4570-b1b3-fe19ec884ea5] socks forwarding established\n2025-07-16 15:20:59.967 [info] [command][c549f19d-e764-462f-b73d-8911574c2da8] Process exited with code 0\n2025-07-16 15:20:59.967 [info] [command][c549f19d-e764-462f-b73d-8911574c2da8] Socket close event received\n2025-07-16 15:20:59.967 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3822e67c-db9c-4570-b1b3-fe19ec884ea5] socks connection closed\n2025-07-16 15:20:59.983 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65352 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:21:59.972 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:21:59.974 [info] [command][c39b4206-b942-4606-ad18-025d8986f330] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c39b4206-b942-4606-ad18-025d8986f330""}\n2025-07-16 15:21:59.974 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f1bc178c-13fe-49ac-9ef6-11f1a61a7685] received connection request\n2025-07-16 15:21:59.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:21:59.993 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f1bc178c-13fe-49ac-9ef6-11f1a61a7685] socks forwarding established\n2025-07-16 15:22:00.025 [info] [command][c39b4206-b942-4606-ad18-025d8986f330] Process exited with code 0\n2025-07-16 15:22:00.026 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f1bc178c-13fe-49ac-9ef6-11f1a61a7685] socks connection closed\n2025-07-16 15:22:00.026 [info] [command][c39b4206-b942-4606-ad18-025d8986f330] Socket close event received\n2025-07-16 15:22:00.043 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65399 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:23:00.026 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:23:00.027 [info] [command][0af027ca-f4ac-4d18-8cd8-28fed4540424] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0af027ca-f4ac-4d18-8cd8-28fed4540424""}\n2025-07-16 15:23:00.027 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8cbcae79-fe0d-4ad1-b5a3-3f2f68b31ec1] received connection request\n2025-07-16 15:23:00.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:23:00.043 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8cbcae79-fe0d-4ad1-b5a3-3f2f68b31ec1] socks forwarding established\n2025-07-16 15:23:00.074 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8cbcae79-fe0d-4ad1-b5a3-3f2f68b31ec1] socks connection closed\n2025-07-16 15:23:00.074 [info] [command][0af027ca-f4ac-4d18-8cd8-28fed4540424] Process exited with code 0\n2025-07-16 15:23:00.074 [info] [command][0af027ca-f4ac-4d18-8cd8-28fed4540424] Socket close event received\n2025-07-16 15:23:00.092 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65436 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:24:00.080 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:24:00.082 [info] [command][cac68951-7c32-44a1-a8b6-650c6d34d7a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cac68951-7c32-44a1-a8b6-650c6d34d7a7""}\n2025-07-16 15:24:00.083 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][72147021-1753-44af-9f40-3efb1b7b8653] received connection request\n2025-07-16 15:24:00.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:24:00.102 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72147021-1753-44af-9f40-3efb1b7b8653] socks forwarding established\n2025-07-16 15:24:00.132 [info] [command][cac68951-7c32-44a1-a8b6-650c6d34d7a7] Process exited with code 0\n2025-07-16 15:24:00.133 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72147021-1753-44af-9f40-3efb1b7b8653] socks connection closed\n2025-07-16 15:24:00.133 [info] [command][cac68951-7c32-44a1-a8b6-650c6d34d7a7] Socket close event received\n2025-07-16 15:24:00.150 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 65468 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:25:00.135 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:25:00.137 [info] [command][f523e1c5-6f70-4599-a884-4e2530bf2201] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f523e1c5-6f70-4599-a884-4e2530bf2201""}\n2025-07-16 15:25:00.138 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][251f546c-1d29-497f-be80-a4fbf24c1482] received connection request\n2025-07-16 15:25:00.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:25:00.156 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][251f546c-1d29-497f-be80-a4fbf24c1482] socks forwarding established\n2025-07-16 15:25:00.184 [info] [command][f523e1c5-6f70-4599-a884-4e2530bf2201] Process exited with code 0\n2025-07-16 15:25:00.185 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][251f546c-1d29-497f-be80-a4fbf24c1482] socks connection closed\n2025-07-16 15:25:00.185 [info] [command][f523e1c5-6f70-4599-a884-4e2530bf2201] Socket close event received\n2025-07-16 15:25:00.202 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49157 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:26:00.187 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:26:00.190 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][07d59da2-2df1-4831-9306-929454d3f1dc] received connection request\n2025-07-16 15:26:00.191 [info] [command][9442b784-7f2d-45f8-bf0f-0d9865608fb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9442b784-7f2d-45f8-bf0f-0d9865608fb0""}\n2025-07-16 15:26:00.191 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:26:00.208 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][07d59da2-2df1-4831-9306-929454d3f1dc] socks forwarding established\n2025-07-16 15:26:00.237 [info] [command][9442b784-7f2d-45f8-bf0f-0d9865608fb0] Process exited with code 0\n2025-07-16 15:26:00.237 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][07d59da2-2df1-4831-9306-929454d3f1dc] socks connection closed\n2025-07-16 15:26:00.237 [info] [command][9442b784-7f2d-45f8-bf0f-0d9865608fb0] Socket close event received\n2025-07-16 15:26:00.254 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49196 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:27:00.239 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:27:00.241 [info] [command][47c72276-f052-4abf-aee6-d49027152fba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""47c72276-f052-4abf-aee6-d49027152fba""}\n2025-07-16 15:27:00.242 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][03b24171-ba15-45b4-a8dc-be326ed43595] received connection request\n2025-07-16 15:27:00.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:27:00.260 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][03b24171-ba15-45b4-a8dc-be326ed43595] socks forwarding established\n2025-07-16 15:27:00.291 [info] [command][47c72276-f052-4abf-aee6-d49027152fba] Process exited with code 0\n2025-07-16 15:27:00.291 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][03b24171-ba15-45b4-a8dc-be326ed43595] socks connection closed\n2025-07-16 15:27:00.291 [info] [command][47c72276-f052-4abf-aee6-d49027152fba] Socket close event received\n2025-07-16 15:27:00.309 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49248 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:28:00.298 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:28:00.300 [info] [command][c43dda0d-d274-4969-b431-c4c5fe19b6de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c43dda0d-d274-4969-b431-c4c5fe19b6de""}\n2025-07-16 15:28:00.301 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][cc2f2cc3-9a9a-4c00-8803-4725fabee2f9] received connection request\n2025-07-16 15:28:00.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:28:00.318 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cc2f2cc3-9a9a-4c00-8803-4725fabee2f9] socks forwarding established\n2025-07-16 15:28:00.347 [info] [command][c43dda0d-d274-4969-b431-c4c5fe19b6de] Process exited with code 0\n2025-07-16 15:28:00.347 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cc2f2cc3-9a9a-4c00-8803-4725fabee2f9] socks connection closed\n2025-07-16 15:28:00.348 [info] [command][c43dda0d-d274-4969-b431-c4c5fe19b6de] Socket close event received\n2025-07-16 15:28:00.364 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49299 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:29:00.352 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:29:00.355 [info] [command][f04ba1ad-8db3-4656-b962-a1f03dfd893f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f04ba1ad-8db3-4656-b962-a1f03dfd893f""}\n2025-07-16 15:29:00.355 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d829006e-a9dd-4874-96f5-42aa60b10a7e] received connection request\n2025-07-16 15:29:00.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:29:00.373 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d829006e-a9dd-4874-96f5-42aa60b10a7e] socks forwarding established\n2025-07-16 15:29:00.403 [info] [command][f04ba1ad-8db3-4656-b962-a1f03dfd893f] Process exited with code 0\n2025-07-16 15:29:00.404 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d829006e-a9dd-4874-96f5-42aa60b10a7e] socks connection closed\n2025-07-16 15:29:00.404 [info] [command][f04ba1ad-8db3-4656-b962-a1f03dfd893f] Socket close event received\n2025-07-16 15:29:00.420 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49330 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:30:00.409 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:30:00.412 [info] [command][d9ceac52-8a5d-4db0-b9b5-5dffc0f87287] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d9ceac52-8a5d-4db0-b9b5-5dffc0f87287""}\n2025-07-16 15:30:00.413 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][56eeeb64-3649-4018-889e-fe62bffacf42] received connection request\n2025-07-16 15:30:00.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:30:00.431 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][56eeeb64-3649-4018-889e-fe62bffacf42] socks forwarding established\n2025-07-16 15:30:00.463 [info] [command][d9ceac52-8a5d-4db0-b9b5-5dffc0f87287] Process exited with code 0\n2025-07-16 15:30:00.463 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][56eeeb64-3649-4018-889e-fe62bffacf42] socks connection closed\n2025-07-16 15:30:00.463 [info] [command][d9ceac52-8a5d-4db0-b9b5-5dffc0f87287] Socket close event received\n2025-07-16 15:30:00.479 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49403 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:31:00.469 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:31:00.470 [info] [command][dd1494ee-5f12-43bd-93d6-283ed27d0a67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""dd1494ee-5f12-43bd-93d6-283ed27d0a67""}\n2025-07-16 15:31:00.471 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][28cdf3be-7b99-46c2-a248-3c90ea9744ae] received connection request\n2025-07-16 15:31:00.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:31:00.488 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][28cdf3be-7b99-46c2-a248-3c90ea9744ae] socks forwarding established\n2025-07-16 15:31:00.517 [info] [command][dd1494ee-5f12-43bd-93d6-283ed27d0a67] Process exited with code 0\n2025-07-16 15:31:00.517 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][28cdf3be-7b99-46c2-a248-3c90ea9744ae] socks connection closed\n2025-07-16 15:31:00.517 [info] [command][dd1494ee-5f12-43bd-93d6-283ed27d0a67] Socket close event received\n2025-07-16 15:31:00.533 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49447 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:32:00.517 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:32:00.520 [info] [command][8c401c9e-ab37-4a5b-80ab-bc26e09db221] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8c401c9e-ab37-4a5b-80ab-bc26e09db221""}\n2025-07-16 15:32:00.520 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2d158747-9835-4222-ad29-dba38eb075cc] received connection request\n2025-07-16 15:32:00.520 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:32:00.537 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2d158747-9835-4222-ad29-dba38eb075cc] socks forwarding established\n2025-07-16 15:32:00.570 [info] [command][8c401c9e-ab37-4a5b-80ab-bc26e09db221] Process exited with code 0\n2025-07-16 15:32:00.570 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2d158747-9835-4222-ad29-dba38eb075cc] socks connection closed\n2025-07-16 15:32:00.570 [info] [command][8c401c9e-ab37-4a5b-80ab-bc26e09db221] Socket close event received\n2025-07-16 15:32:00.586 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49503 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:33:00.572 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:33:00.574 [info] [command][77465ded-2131-4373-95e2-bc3feb6ed9e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""77465ded-2131-4373-95e2-bc3feb6ed9e4""}\n2025-07-16 15:33:00.574 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ad94a9f6-69fd-4d59-85f8-0e88b839f612] received connection request\n2025-07-16 15:33:00.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:33:00.591 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ad94a9f6-69fd-4d59-85f8-0e88b839f612] socks forwarding established\n2025-07-16 15:33:00.620 [info] [command][77465ded-2131-4373-95e2-bc3feb6ed9e4] Process exited with code 0\n2025-07-16 15:33:00.620 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ad94a9f6-69fd-4d59-85f8-0e88b839f612] socks connection closed\n2025-07-16 15:33:00.620 [info] [command][77465ded-2131-4373-95e2-bc3feb6ed9e4] Socket close event received\n2025-07-16 15:33:00.636 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49565 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:34:00.625 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:34:00.627 [info] [command][7e427af2-5c06-4849-959c-95c9a1333590] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7e427af2-5c06-4849-959c-95c9a1333590""}\n2025-07-16 15:34:00.628 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][86eb54e8-037c-4fce-b3f9-16300b012256] received connection request\n2025-07-16 15:34:00.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:34:00.645 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][86eb54e8-037c-4fce-b3f9-16300b012256] socks forwarding established\n2025-07-16 15:34:00.674 [info] [command][7e427af2-5c06-4849-959c-95c9a1333590] Process exited with code 0\n2025-07-16 15:34:00.674 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][86eb54e8-037c-4fce-b3f9-16300b012256] socks connection closed\n2025-07-16 15:34:00.674 [info] [command][7e427af2-5c06-4849-959c-95c9a1333590] Socket close event received\n2025-07-16 15:34:00.690 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49593 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:35:00.680 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:35:00.681 [info] [command][a2255323-3885-4d09-b652-55b79cd0f9d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a2255323-3885-4d09-b652-55b79cd0f9d2""}\n2025-07-16 15:35:00.681 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6b54ab92-28fd-480c-9311-1105d0015b99] received connection request\n2025-07-16 15:35:00.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:35:00.698 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6b54ab92-28fd-480c-9311-1105d0015b99] socks forwarding established\n2025-07-16 15:35:00.725 [info] [command][a2255323-3885-4d09-b652-55b79cd0f9d2] Process exited with code 0\n2025-07-16 15:35:00.725 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6b54ab92-28fd-480c-9311-1105d0015b99] socks connection closed\n2025-07-16 15:35:00.726 [info] [command][a2255323-3885-4d09-b652-55b79cd0f9d2] Socket close event received\n2025-07-16 15:35:00.742 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49653 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:36:00.727 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:36:00.729 [info] [command][5f7ec324-6c23-492b-9983-2378659f853f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5f7ec324-6c23-492b-9983-2378659f853f""}\n2025-07-16 15:36:00.729 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4240fb7f-ddee-4f3a-bd26-9b5e113fa8e9] received connection request\n2025-07-16 15:36:00.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:36:00.745 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4240fb7f-ddee-4f3a-bd26-9b5e113fa8e9] socks forwarding established\n2025-07-16 15:36:00.773 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4240fb7f-ddee-4f3a-bd26-9b5e113fa8e9] socks connection closed\n2025-07-16 15:36:00.773 [info] [command][5f7ec324-6c23-492b-9983-2378659f853f] Process exited with code 0\n2025-07-16 15:36:00.773 [info] [command][5f7ec324-6c23-492b-9983-2378659f853f] Socket close event received\n2025-07-16 15:36:00.789 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49693 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:37:00.774 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:37:00.775 [info] [command][89871d8b-d2a2-4531-ad57-c8303005996e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""89871d8b-d2a2-4531-ad57-c8303005996e""}\n2025-07-16 15:37:00.776 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][65bc024a-22a7-46ce-8707-fafd742beeea] received connection request\n2025-07-16 15:37:00.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:37:00.794 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][65bc024a-22a7-46ce-8707-fafd742beeea] socks forwarding established\n2025-07-16 15:37:00.825 [info] [command][89871d8b-d2a2-4531-ad57-c8303005996e] Process exited with code 0\n2025-07-16 15:37:00.826 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][65bc024a-22a7-46ce-8707-fafd742beeea] socks connection closed\n2025-07-16 15:37:00.826 [info] [command][89871d8b-d2a2-4531-ad57-c8303005996e] Socket close event received\n2025-07-16 15:37:00.844 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49746 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:38:00.830 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:38:00.832 [info] [command][51586f88-571f-4d38-bdfb-d1bf8400c0d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""51586f88-571f-4d38-bdfb-d1bf8400c0d9""}\n2025-07-16 15:38:00.832 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][56cfd442-2525-4140-bc69-406fe7f27837] received connection request\n2025-07-16 15:38:00.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 15:38:00.832 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:38:00.848 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][56cfd442-2525-4140-bc69-406fe7f27837] socks forwarding established\n2025-07-16 15:38:00.877 [info] [command][51586f88-571f-4d38-bdfb-d1bf8400c0d9] Process exited with code 0\n2025-07-16 15:38:00.877 [info] [command][51586f88-571f-4d38-bdfb-d1bf8400c0d9] Socket close event received\n2025-07-16 15:38:00.877 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][56cfd442-2525-4140-bc69-406fe7f27837] socks connection closed\n2025-07-16 15:38:00.892 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49785 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:39:00.881 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:39:00.883 [info] [command][32bce6e5-bba4-4cfe-b590-fa5dd783a43a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""32bce6e5-bba4-4cfe-b590-fa5dd783a43a""}\n2025-07-16 15:39:00.883 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][69e7772f-b88b-464a-99ba-1e44005bf79f] received connection request\n2025-07-16 15:39:00.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:39:00.900 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][69e7772f-b88b-464a-99ba-1e44005bf79f] socks forwarding established\n2025-07-16 15:39:00.928 [info] [command][32bce6e5-bba4-4cfe-b590-fa5dd783a43a] Process exited with code 0\n2025-07-16 15:39:00.928 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][69e7772f-b88b-464a-99ba-1e44005bf79f] socks connection closed\n2025-07-16 15:39:00.928 [info] [command][32bce6e5-bba4-4cfe-b590-fa5dd783a43a] Socket close event received\n2025-07-16 15:39:00.943 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49809 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:40:00.929 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:40:00.931 [info] [command][19f5f42e-68d3-4947-a289-6329157f1912] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""19f5f42e-68d3-4947-a289-6329157f1912""}\n2025-07-16 15:40:00.932 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1cee6283-3be8-4887-aea7-1f036ca310d1] received connection request\n2025-07-16 15:40:00.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:40:00.950 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1cee6283-3be8-4887-aea7-1f036ca310d1] socks forwarding established\n2025-07-16 15:40:00.980 [info] [command][19f5f42e-68d3-4947-a289-6329157f1912] Process exited with code 0\n2025-07-16 15:40:00.980 [info] [command][19f5f42e-68d3-4947-a289-6329157f1912] Socket close event received\n2025-07-16 15:40:00.981 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1cee6283-3be8-4887-aea7-1f036ca310d1] socks connection closed\n2025-07-16 15:40:00.999 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49886 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:41:00.986 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:41:00.988 [info] [command][7f8d9296-1ca8-4c8b-9d9b-3bfe83baa6e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7f8d9296-1ca8-4c8b-9d9b-3bfe83baa6e1""}\n2025-07-16 15:41:00.989 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][24ea557d-5f06-4247-9817-3adbe1f3a51c] received connection request\n2025-07-16 15:41:00.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:41:01.007 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][24ea557d-5f06-4247-9817-3adbe1f3a51c] socks forwarding established\n2025-07-16 15:41:01.038 [info] [command][7f8d9296-1ca8-4c8b-9d9b-3bfe83baa6e1] Process exited with code 0\n2025-07-16 15:41:01.038 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][24ea557d-5f06-4247-9817-3adbe1f3a51c] socks connection closed\n2025-07-16 15:41:01.039 [info] [command][7f8d9296-1ca8-4c8b-9d9b-3bfe83baa6e1] Socket close event received\n2025-07-16 15:41:01.056 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49921 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:42:01.039 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:42:01.042 [info] [command][cdd08fcc-db50-4470-9ba0-4c026d7e9235] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cdd08fcc-db50-4470-9ba0-4c026d7e9235""}\n2025-07-16 15:42:01.042 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5da24e28-53ab-449f-a23d-76dde84aaf74] received connection request\n2025-07-16 15:42:01.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:42:01.061 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5da24e28-53ab-449f-a23d-76dde84aaf74] socks forwarding established\n2025-07-16 15:42:01.172 [info] [command][cdd08fcc-db50-4470-9ba0-4c026d7e9235] Process exited with code 0\n2025-07-16 15:42:01.172 [info] [command][cdd08fcc-db50-4470-9ba0-4c026d7e9235] Socket close event received\n2025-07-16 15:42:01.173 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5da24e28-53ab-449f-a23d-76dde84aaf74] socks connection closed\n2025-07-16 15:42:01.189 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49961 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:43:01.173 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:43:01.176 [info] [command][f88d14a0-6d76-43ae-856f-074aa0e6c000] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f88d14a0-6d76-43ae-856f-074aa0e6c000""}\n2025-07-16 15:43:01.177 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][85e6c2e8-a800-4ddc-9b13-071963f4c710] received connection request\n2025-07-16 15:43:01.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:43:01.194 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][85e6c2e8-a800-4ddc-9b13-071963f4c710] socks forwarding established\n2025-07-16 15:43:01.218 [info] [command][f88d14a0-6d76-43ae-856f-074aa0e6c000] Process exited with code 0\n2025-07-16 15:43:01.219 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][85e6c2e8-a800-4ddc-9b13-071963f4c710] socks connection closed\n2025-07-16 15:43:01.219 [info] [command][f88d14a0-6d76-43ae-856f-074aa0e6c000] Socket close event received\n2025-07-16 15:43:01.236 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 49999 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:44:01.219 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:44:01.221 [info] [command][c92dec87-fb8e-4b59-bd35-313056044330] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c92dec87-fb8e-4b59-bd35-313056044330""}\n2025-07-16 15:44:01.222 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f73ebe4e-2ac3-4616-9a04-0394f036f959] received connection request\n2025-07-16 15:44:01.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:44:01.241 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f73ebe4e-2ac3-4616-9a04-0394f036f959] socks forwarding established\n2025-07-16 15:44:01.273 [info] [command][c92dec87-fb8e-4b59-bd35-313056044330] Process exited with code 0\n2025-07-16 15:44:01.274 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f73ebe4e-2ac3-4616-9a04-0394f036f959] socks connection closed\n2025-07-16 15:44:01.274 [info] [command][c92dec87-fb8e-4b59-bd35-313056044330] Socket close event received\n2025-07-16 15:44:01.291 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50022 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:45:01.279 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:45:01.281 [info] [command][4498b102-d267-4fd6-b0e6-ccc3bab2c787] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4498b102-d267-4fd6-b0e6-ccc3bab2c787""}\n2025-07-16 15:45:01.281 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][431d4cf2-3c2d-4152-a33b-90d8fe3e7718] received connection request\n2025-07-16 15:45:01.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:45:01.297 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][431d4cf2-3c2d-4152-a33b-90d8fe3e7718] socks forwarding established\n2025-07-16 15:45:01.326 [info] [command][4498b102-d267-4fd6-b0e6-ccc3bab2c787] Process exited with code 0\n2025-07-16 15:45:01.326 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][431d4cf2-3c2d-4152-a33b-90d8fe3e7718] socks connection closed\n2025-07-16 15:45:01.326 [info] [command][4498b102-d267-4fd6-b0e6-ccc3bab2c787] Socket close event received\n2025-07-16 15:45:01.342 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50067 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:46:01.330 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:46:01.334 [info] [command][5210b230-2125-4ad0-96a1-dfe4bc7334a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5210b230-2125-4ad0-96a1-dfe4bc7334a7""}\n2025-07-16 15:46:01.334 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][69ce753c-e7e4-4ac4-bc73-9a5e1f10d79b] received connection request\n2025-07-16 15:46:01.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:46:01.352 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][69ce753c-e7e4-4ac4-bc73-9a5e1f10d79b] socks forwarding established\n2025-07-16 15:46:01.381 [info] [command][5210b230-2125-4ad0-96a1-dfe4bc7334a7] Process exited with code 0\n2025-07-16 15:46:01.381 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][69ce753c-e7e4-4ac4-bc73-9a5e1f10d79b] socks connection closed\n2025-07-16 15:46:01.382 [info] [command][5210b230-2125-4ad0-96a1-dfe4bc7334a7] Socket close event received\n2025-07-16 15:46:01.398 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50109 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:47:01.384 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:47:01.387 [info] [command][1aefef2e-9c45-47f0-8b74-b5e71c3459fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1aefef2e-9c45-47f0-8b74-b5e71c3459fc""}\n2025-07-16 15:47:01.388 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][91e92391-f6bb-41e7-a69f-e1976f1b86b3] received connection request\n2025-07-16 15:47:01.389 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:47:01.407 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][91e92391-f6bb-41e7-a69f-e1976f1b86b3] socks forwarding established\n2025-07-16 15:47:01.436 [info] [command][1aefef2e-9c45-47f0-8b74-b5e71c3459fc] Process exited with code 0\n2025-07-16 15:47:01.436 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][91e92391-f6bb-41e7-a69f-e1976f1b86b3] socks connection closed\n2025-07-16 15:47:01.436 [info] [command][1aefef2e-9c45-47f0-8b74-b5e71c3459fc] Socket close event received\n2025-07-16 15:47:01.453 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50159 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:48:01.441 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:48:01.443 [info] [command][b79e9742-ef0d-4de0-a380-003dd0c73937] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b79e9742-ef0d-4de0-a380-003dd0c73937""}\n2025-07-16 15:48:01.444 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e03d869f-c28a-48bc-a914-7f8ecb11745c] received connection request\n2025-07-16 15:48:01.444 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:48:01.460 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e03d869f-c28a-48bc-a914-7f8ecb11745c] socks forwarding established\n2025-07-16 15:48:01.490 [info] [command][b79e9742-ef0d-4de0-a380-003dd0c73937] Process exited with code 0\n2025-07-16 15:48:01.491 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e03d869f-c28a-48bc-a914-7f8ecb11745c] socks connection closed\n2025-07-16 15:48:01.491 [info] [command][b79e9742-ef0d-4de0-a380-003dd0c73937] Socket close event received\n2025-07-16 15:48:01.510 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50196 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:49:01.497 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:49:01.499 [info] [command][5e224a11-5a10-485f-a383-e4b0b9df8ae1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5e224a11-5a10-485f-a383-e4b0b9df8ae1""}\n2025-07-16 15:49:01.500 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][63c8d7dd-b961-4825-8ee6-46752b0ae3af] received connection request\n2025-07-16 15:49:01.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:49:01.516 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][63c8d7dd-b961-4825-8ee6-46752b0ae3af] socks forwarding established\n2025-07-16 15:49:01.544 [info] [command][5e224a11-5a10-485f-a383-e4b0b9df8ae1] Process exited with code 0\n2025-07-16 15:49:01.544 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][63c8d7dd-b961-4825-8ee6-46752b0ae3af] socks connection closed\n2025-07-16 15:49:01.545 [info] [command][5e224a11-5a10-485f-a383-e4b0b9df8ae1] Socket close event received\n2025-07-16 15:49:01.561 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50222 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:50:01.545 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:50:01.548 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][56db1bad-d878-4e25-ad12-c7ad55397bcf] received connection request\n2025-07-16 15:50:01.549 [info] [command][f12d5dd6-e547-4f27-8016-29bd343efc52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f12d5dd6-e547-4f27-8016-29bd343efc52""}\n2025-07-16 15:50:01.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:50:01.566 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][56db1bad-d878-4e25-ad12-c7ad55397bcf] socks forwarding established\n2025-07-16 15:50:01.595 [info] [command][f12d5dd6-e547-4f27-8016-29bd343efc52] Process exited with code 0\n2025-07-16 15:50:01.595 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][56db1bad-d878-4e25-ad12-c7ad55397bcf] socks connection closed\n2025-07-16 15:50:01.596 [info] [command][f12d5dd6-e547-4f27-8016-29bd343efc52] Socket close event received\n2025-07-16 15:50:01.611 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50269 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:51:01.600 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:51:01.603 [info] [command][baca1fe2-67ad-4cbc-9a26-6fe2b5bd5892] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""baca1fe2-67ad-4cbc-9a26-6fe2b5bd5892""}\n2025-07-16 15:51:01.604 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][718f622a-fb40-4e55-918b-48e6f5460bd4] received connection request\n2025-07-16 15:51:01.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:51:01.755 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][718f622a-fb40-4e55-918b-48e6f5460bd4] socks forwarding established\n2025-07-16 15:51:01.795 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][718f622a-fb40-4e55-918b-48e6f5460bd4] socks connection closed\n2025-07-16 15:51:01.795 [info] [command][baca1fe2-67ad-4cbc-9a26-6fe2b5bd5892] Process exited with code 0\n2025-07-16 15:51:01.795 [info] [command][baca1fe2-67ad-4cbc-9a26-6fe2b5bd5892] Socket close event received\n2025-07-16 15:51:01.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50319 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:52:01.800 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:52:01.803 [info] [command][3792b846-a072-451c-9778-d6d48dcdabd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3792b846-a072-451c-9778-d6d48dcdabd4""}\n2025-07-16 15:52:01.804 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][81b22dcb-e7f3-48a9-984e-b02a2beb4768] received connection request\n2025-07-16 15:52:01.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:52:01.935 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][81b22dcb-e7f3-48a9-984e-b02a2beb4768] socks forwarding established\n2025-07-16 15:52:01.964 [info] [command][3792b846-a072-451c-9778-d6d48dcdabd4] Process exited with code 0\n2025-07-16 15:52:01.964 [info] [command][3792b846-a072-451c-9778-d6d48dcdabd4] Socket close event received\n2025-07-16 15:52:03.173 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][81b22dcb-e7f3-48a9-984e-b02a2beb4768] socks connection closed\n2025-07-16 15:52:03.173 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50364 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:53:01.970 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:53:01.971 [info] [command][3ef2be76-8664-4300-84a9-016c2e108a3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3ef2be76-8664-4300-84a9-016c2e108a3f""}\n2025-07-16 15:53:01.972 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7f5a3c1d-1368-44cc-bb79-34c83e3f70e3] received connection request\n2025-07-16 15:53:01.972 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:53:01.988 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7f5a3c1d-1368-44cc-bb79-34c83e3f70e3] socks forwarding established\n2025-07-16 15:53:02.016 [info] [command][3ef2be76-8664-4300-84a9-016c2e108a3f] Process exited with code 0\n2025-07-16 15:53:02.016 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7f5a3c1d-1368-44cc-bb79-34c83e3f70e3] socks connection closed\n2025-07-16 15:53:02.016 [info] [command][3ef2be76-8664-4300-84a9-016c2e108a3f] Socket close event received\n2025-07-16 15:53:02.032 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50402 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:54:02.020 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:54:02.022 [info] [command][d33186bc-01f4-45f5-85ff-a0aa48d23380] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d33186bc-01f4-45f5-85ff-a0aa48d23380""}\n2025-07-16 15:54:02.022 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a7efe63a-8eae-4b3f-85f6-0aae71be1d4d] received connection request\n2025-07-16 15:54:02.023 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:54:02.169 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a7efe63a-8eae-4b3f-85f6-0aae71be1d4d] socks forwarding established\n2025-07-16 15:54:02.205 [info] [command][d33186bc-01f4-45f5-85ff-a0aa48d23380] Process exited with code 0\n2025-07-16 15:54:02.205 [info] [command][d33186bc-01f4-45f5-85ff-a0aa48d23380] Socket close event received\n2025-07-16 15:54:02.219 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a7efe63a-8eae-4b3f-85f6-0aae71be1d4d] socks connection closed\n2025-07-16 15:54:02.221 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50433 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:55:02.211 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:55:02.214 [info] [command][18e1b6f8-f1be-4407-bd72-fb376b573ef4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""18e1b6f8-f1be-4407-bd72-fb376b573ef4""}\n2025-07-16 15:55:02.214 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5cf526a8-cbda-4663-8a72-a2540b9cdb20] received connection request\n2025-07-16 15:55:02.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:55:02.363 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5cf526a8-cbda-4663-8a72-a2540b9cdb20] socks forwarding established\n2025-07-16 15:55:02.393 [info] [command][18e1b6f8-f1be-4407-bd72-fb376b573ef4] Process exited with code 0\n2025-07-16 15:55:02.393 [info] [command][18e1b6f8-f1be-4407-bd72-fb376b573ef4] Socket close event received\n2025-07-16 15:55:02.394 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5cf526a8-cbda-4663-8a72-a2540b9cdb20] socks connection closed\n2025-07-16 15:55:02.412 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50481 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:56:02.398 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:56:02.400 [info] [command][1a160e75-6267-46b3-ab7d-a9190e32b561] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1a160e75-6267-46b3-ab7d-a9190e32b561""}\n2025-07-16 15:56:02.401 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0e575343-2b68-4871-829b-fce7bfe96e81] received connection request\n2025-07-16 15:56:02.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:56:02.417 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0e575343-2b68-4871-829b-fce7bfe96e81] socks forwarding established\n2025-07-16 15:56:02.446 [info] [command][1a160e75-6267-46b3-ab7d-a9190e32b561] Process exited with code 0\n2025-07-16 15:56:02.447 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0e575343-2b68-4871-829b-fce7bfe96e81] socks connection closed\n2025-07-16 15:56:02.447 [info] [command][1a160e75-6267-46b3-ab7d-a9190e32b561] Socket close event received\n2025-07-16 15:56:02.464 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50510 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:57:02.451 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:57:02.453 [info] [command][b53ddb27-8972-41b0-9df2-4da833eae83b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b53ddb27-8972-41b0-9df2-4da833eae83b""}\n2025-07-16 15:57:02.454 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][384ab7e0-dcdd-4f04-92e3-e5d1f2959a5a] received connection request\n2025-07-16 15:57:02.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:57:02.472 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][384ab7e0-dcdd-4f04-92e3-e5d1f2959a5a] socks forwarding established\n2025-07-16 15:57:02.502 [info] [command][b53ddb27-8972-41b0-9df2-4da833eae83b] Process exited with code 0\n2025-07-16 15:57:02.502 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][384ab7e0-dcdd-4f04-92e3-e5d1f2959a5a] socks connection closed\n2025-07-16 15:57:02.502 [info] [command][b53ddb27-8972-41b0-9df2-4da833eae83b] Socket close event received\n2025-07-16 15:57:02.522 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50549 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:58:02.503 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:58:02.505 [info] [command][d6d6a70a-9d77-46ca-90d8-424c1f8477cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d6d6a70a-9d77-46ca-90d8-424c1f8477cb""}\n2025-07-16 15:58:02.505 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a625a595-ed97-494b-846f-5207d45cb423] received connection request\n2025-07-16 15:58:02.506 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:58:02.523 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a625a595-ed97-494b-846f-5207d45cb423] socks forwarding established\n2025-07-16 15:58:02.554 [info] [command][d6d6a70a-9d77-46ca-90d8-424c1f8477cb] Process exited with code 0\n2025-07-16 15:58:02.555 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a625a595-ed97-494b-846f-5207d45cb423] socks connection closed\n2025-07-16 15:58:02.555 [info] [command][d6d6a70a-9d77-46ca-90d8-424c1f8477cb] Socket close event received\n2025-07-16 15:58:02.572 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50592 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 15:59:02.558 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 15:59:02.559 [info] [command][d8c76df5-d307-42fe-8a35-7299ccbc179d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d8c76df5-d307-42fe-8a35-7299ccbc179d""}\n2025-07-16 15:59:02.560 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1306760a-fb3e-4677-8726-e2dff4f65b53] received connection request\n2025-07-16 15:59:02.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:59:02.577 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1306760a-fb3e-4677-8726-e2dff4f65b53] socks forwarding established\n2025-07-16 15:59:02.605 [info] [command][d8c76df5-d307-42fe-8a35-7299ccbc179d] Process exited with code 0\n2025-07-16 15:59:02.606 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1306760a-fb3e-4677-8726-e2dff4f65b53] socks connection closed\n2025-07-16 15:59:02.606 [info] [command][d8c76df5-d307-42fe-8a35-7299ccbc179d] Socket close event received\n2025-07-16 15:59:02.623 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50615 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:00:02.611 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:00:02.613 [info] [command][f191910b-2556-4742-8e4c-aea523f0303f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f191910b-2556-4742-8e4c-aea523f0303f""}\n2025-07-16 16:00:02.614 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][abfa6aec-e1ee-41fd-875f-bef1e210f295] received connection request\n2025-07-16 16:00:02.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:00:02.637 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][abfa6aec-e1ee-41fd-875f-bef1e210f295] socks forwarding established\n2025-07-16 16:00:02.666 [info] [command][f191910b-2556-4742-8e4c-aea523f0303f] Process exited with code 0\n2025-07-16 16:00:02.666 [info] [command][f191910b-2556-4742-8e4c-aea523f0303f] Socket close event received\n2025-07-16 16:00:02.673 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][abfa6aec-e1ee-41fd-875f-bef1e210f295] socks connection closed\n2025-07-16 16:00:02.683 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50663 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:01:02.668 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:01:02.671 [info] [command][d9a282bd-2ea6-4246-a728-7cf13cad4a8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d9a282bd-2ea6-4246-a728-7cf13cad4a8f""}\n2025-07-16 16:01:02.671 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][11b8d5f9-2fa1-4305-8cd5-f89ac81e89ad] received connection request\n2025-07-16 16:01:02.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:01:02.690 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][11b8d5f9-2fa1-4305-8cd5-f89ac81e89ad] socks forwarding established\n2025-07-16 16:01:02.718 [info] [command][d9a282bd-2ea6-4246-a728-7cf13cad4a8f] Process exited with code 0\n2025-07-16 16:01:02.719 [info] [command][d9a282bd-2ea6-4246-a728-7cf13cad4a8f] Socket close event received\n2025-07-16 16:01:02.720 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][11b8d5f9-2fa1-4305-8cd5-f89ac81e89ad] socks connection closed\n2025-07-16 16:01:02.737 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50696 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:02:02.724 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:02:02.726 [info] [command][62928e21-b9b0-46a7-99c0-023d61b9be9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""62928e21-b9b0-46a7-99c0-023d61b9be9b""}\n2025-07-16 16:02:02.727 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][083fc3d3-ce80-4287-b605-e44979e75114] received connection request\n2025-07-16 16:02:02.727 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:02:02.769 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][083fc3d3-ce80-4287-b605-e44979e75114] socks forwarding established\n2025-07-16 16:02:02.803 [info] [command][62928e21-b9b0-46a7-99c0-023d61b9be9b] Process exited with code 0\n2025-07-16 16:02:02.803 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][083fc3d3-ce80-4287-b605-e44979e75114] socks connection closed\n2025-07-16 16:02:02.803 [info] [command][62928e21-b9b0-46a7-99c0-023d61b9be9b] Socket close event received\n2025-07-16 16:02:02.948 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50737 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:03:02.808 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:03:02.810 [info] [command][8a5247c3-b71d-4e79-aa68-c8e36028ccdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8a5247c3-b71d-4e79-aa68-c8e36028ccdb""}\n2025-07-16 16:03:02.811 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][dcf06699-b7b1-4e4d-af44-ec193ee6712a] received connection request\n2025-07-16 16:03:02.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:03:02.829 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dcf06699-b7b1-4e4d-af44-ec193ee6712a] socks forwarding established\n2025-07-16 16:03:02.858 [info] [command][8a5247c3-b71d-4e79-aa68-c8e36028ccdb] Process exited with code 0\n2025-07-16 16:03:02.858 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dcf06699-b7b1-4e4d-af44-ec193ee6712a] socks connection closed\n2025-07-16 16:03:02.859 [info] [command][8a5247c3-b71d-4e79-aa68-c8e36028ccdb] Socket close event received\n2025-07-16 16:03:02.876 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50781 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:04:02.863 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:04:02.864 [info] [command][46b2908c-e7a6-48c4-9b1f-d0e285e1cef7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""46b2908c-e7a6-48c4-9b1f-d0e285e1cef7""}\n2025-07-16 16:04:02.864 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][00e6bb14-01cf-42e7-987b-e98d4893b9ac] received connection request\n2025-07-16 16:04:02.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:04:02.938 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][00e6bb14-01cf-42e7-987b-e98d4893b9ac] socks forwarding established\n2025-07-16 16:04:02.970 [info] [command][46b2908c-e7a6-48c4-9b1f-d0e285e1cef7] Process exited with code 0\n2025-07-16 16:04:02.970 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][00e6bb14-01cf-42e7-987b-e98d4893b9ac] socks connection closed\n2025-07-16 16:04:02.970 [info] [command][46b2908c-e7a6-48c4-9b1f-d0e285e1cef7] Socket close event received\n2025-07-16 16:04:02.987 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50809 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:05:02.975 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:05:02.978 [info] [command][fc1ea8cb-1adc-4b19-ad22-95dbba33eadf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fc1ea8cb-1adc-4b19-ad22-95dbba33eadf""}\n2025-07-16 16:05:02.979 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b609d919-0b19-4199-9427-5b8739c36617] received connection request\n2025-07-16 16:05:02.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:05:03.113 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b609d919-0b19-4199-9427-5b8739c36617] socks forwarding established\n2025-07-16 16:05:03.145 [info] [command][fc1ea8cb-1adc-4b19-ad22-95dbba33eadf] Process exited with code 0\n2025-07-16 16:05:03.145 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b609d919-0b19-4199-9427-5b8739c36617] socks connection closed\n2025-07-16 16:05:03.145 [info] [command][fc1ea8cb-1adc-4b19-ad22-95dbba33eadf] Socket close event received\n2025-07-16 16:05:03.289 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50871 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:06:03.151 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:06:03.155 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][87df00de-4c6e-4778-beee-1f8cdfa2b58d] received connection request\n2025-07-16 16:06:03.156 [info] [command][2a9aa7e1-cb0f-4590-ae66-3697ce738328] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2a9aa7e1-cb0f-4590-ae66-3697ce738328""}\n2025-07-16 16:06:03.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:06:03.180 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][87df00de-4c6e-4778-beee-1f8cdfa2b58d] socks forwarding established\n2025-07-16 16:06:03.323 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][87df00de-4c6e-4778-beee-1f8cdfa2b58d] socks connection closed\n2025-07-16 16:06:03.323 [info] [command][2a9aa7e1-cb0f-4590-ae66-3697ce738328] Process exited with code 0\n2025-07-16 16:06:03.323 [info] [command][2a9aa7e1-cb0f-4590-ae66-3697ce738328] Socket close event received\n2025-07-16 16:06:03.338 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50896 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:07:03.328 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:07:03.331 [info] [command][5b42c6e5-d1c6-4ad4-84be-4dacf2d3c8ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5b42c6e5-d1c6-4ad4-84be-4dacf2d3c8ca""}\n2025-07-16 16:07:03.331 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][88b57fae-5b8f-4081-9651-bda03c5dd47c] received connection request\n2025-07-16 16:07:03.333 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:07:03.435 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][88b57fae-5b8f-4081-9651-bda03c5dd47c] socks forwarding established\n2025-07-16 16:07:03.466 [info] [command][5b42c6e5-d1c6-4ad4-84be-4dacf2d3c8ca] Process exited with code 0\n2025-07-16 16:07:03.466 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][88b57fae-5b8f-4081-9651-bda03c5dd47c] socks connection closed\n2025-07-16 16:07:03.467 [info] [command][5b42c6e5-d1c6-4ad4-84be-4dacf2d3c8ca] Socket close event received\n2025-07-16 16:07:03.614 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 50957 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:08:03.467 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:08:03.469 [info] [command][f2925bae-bdad-49c0-b418-62af6b5972e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f2925bae-bdad-49c0-b418-62af6b5972e7""}\n2025-07-16 16:08:03.469 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][84b06f96-9419-4ebd-a134-96cbe6982528] received connection request\n2025-07-16 16:08:03.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:08:03.500 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][84b06f96-9419-4ebd-a134-96cbe6982528] socks forwarding established\n2025-07-16 16:08:03.531 [info] [command][f2925bae-bdad-49c0-b418-62af6b5972e7] Process exited with code 0\n2025-07-16 16:08:03.531 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][84b06f96-9419-4ebd-a134-96cbe6982528] socks connection closed\n2025-07-16 16:08:03.531 [info] [command][f2925bae-bdad-49c0-b418-62af6b5972e7] Socket close event received\n2025-07-16 16:08:03.548 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51005 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:09:03.536 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:09:03.538 [info] [command][1622a033-1249-4c4e-bb11-f99cd9e34e73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1622a033-1249-4c4e-bb11-f99cd9e34e73""}\n2025-07-16 16:09:03.538 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][85738efd-a5f4-473e-996a-5aa8ddc9daad] received connection request\n2025-07-16 16:09:03.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:09:03.581 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][85738efd-a5f4-473e-996a-5aa8ddc9daad] socks forwarding established\n2025-07-16 16:09:03.611 [info] [command][1622a033-1249-4c4e-bb11-f99cd9e34e73] Process exited with code 0\n2025-07-16 16:09:03.611 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][85738efd-a5f4-473e-996a-5aa8ddc9daad] socks connection closed\n2025-07-16 16:09:03.611 [info] [command][1622a033-1249-4c4e-bb11-f99cd9e34e73] Socket close event received\n2025-07-16 16:09:03.631 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51063 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:10:03.617 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:10:03.619 [info] [command][f65bd4cc-b27a-44f8-a28f-479b0106d535] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f65bd4cc-b27a-44f8-a28f-479b0106d535""}\n2025-07-16 16:10:03.620 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7ae2df22-e745-49cb-a28a-91f1f6bd9018] received connection request\n2025-07-16 16:10:03.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 16:10:03.620 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:10:03.638 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7ae2df22-e745-49cb-a28a-91f1f6bd9018] socks forwarding established\n2025-07-16 16:10:03.778 [info] [command][f65bd4cc-b27a-44f8-a28f-479b0106d535] Process exited with code 0\n2025-07-16 16:10:03.779 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7ae2df22-e745-49cb-a28a-91f1f6bd9018] socks connection closed\n2025-07-16 16:10:03.779 [info] [command][f65bd4cc-b27a-44f8-a28f-479b0106d535] Socket close event received\n2025-07-16 16:10:03.794 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51130 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:11:03.781 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:11:03.783 [info] [command][e993603e-aa5d-4731-9b5e-042901da4234] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e993603e-aa5d-4731-9b5e-042901da4234""}\n2025-07-16 16:11:03.784 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8bfcc0b4-46f6-48e3-b53e-02ce7923bf6e] received connection request\n2025-07-16 16:11:03.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:11:03.801 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8bfcc0b4-46f6-48e3-b53e-02ce7923bf6e] socks forwarding established\n2025-07-16 16:11:03.834 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8bfcc0b4-46f6-48e3-b53e-02ce7923bf6e] socks connection closed\n2025-07-16 16:11:03.834 [info] [command][e993603e-aa5d-4731-9b5e-042901da4234] Process exited with code 0\n2025-07-16 16:11:03.834 [info] [command][e993603e-aa5d-4731-9b5e-042901da4234] Socket close event received\n2025-07-16 16:11:03.850 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51167 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:12:03.835 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:12:03.837 [info] [command][315064cf-8427-4bdc-a15b-8c4cb29964b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""315064cf-8427-4bdc-a15b-8c4cb29964b4""}\n2025-07-16 16:12:03.837 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b23feece-1334-41d9-8453-ebef2af1a60f] received connection request\n2025-07-16 16:12:03.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:12:03.855 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b23feece-1334-41d9-8453-ebef2af1a60f] socks forwarding established\n2025-07-16 16:12:03.888 [info] [command][315064cf-8427-4bdc-a15b-8c4cb29964b4] Process exited with code 0\n2025-07-16 16:12:03.888 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b23feece-1334-41d9-8453-ebef2af1a60f] socks connection closed\n2025-07-16 16:12:03.889 [info] [command][315064cf-8427-4bdc-a15b-8c4cb29964b4] Socket close event received\n2025-07-16 16:12:03.905 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51227 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:13:03.890 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:13:03.891 [info] [command][34396a99-1d5c-46bc-8978-9bf5b3ff5ce9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""34396a99-1d5c-46bc-8978-9bf5b3ff5ce9""}\n2025-07-16 16:13:03.892 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c93400e3-ea26-474a-b5fc-9ad8ad7f918c] received connection request\n2025-07-16 16:13:03.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:13:03.908 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c93400e3-ea26-474a-b5fc-9ad8ad7f918c] socks forwarding established\n2025-07-16 16:13:03.938 [info] [command][34396a99-1d5c-46bc-8978-9bf5b3ff5ce9] Process exited with code 0\n2025-07-16 16:13:03.938 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c93400e3-ea26-474a-b5fc-9ad8ad7f918c] socks connection closed\n2025-07-16 16:13:03.938 [info] [command][34396a99-1d5c-46bc-8978-9bf5b3ff5ce9] Socket close event received\n2025-07-16 16:13:03.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51276 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:14:03.943 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:14:03.943 [info] [command][26500ed8-c652-428a-a13b-16c00c5efd09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""26500ed8-c652-428a-a13b-16c00c5efd09""}\n2025-07-16 16:14:03.944 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6cd1928e-f8f3-4910-a083-d5c313319d37] received connection request\n2025-07-16 16:14:03.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:14:03.959 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6cd1928e-f8f3-4910-a083-d5c313319d37] socks forwarding established\n2025-07-16 16:14:03.988 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6cd1928e-f8f3-4910-a083-d5c313319d37] socks connection closed\n2025-07-16 16:14:03.988 [info] [command][26500ed8-c652-428a-a13b-16c00c5efd09] Process exited with code 0\n2025-07-16 16:14:03.988 [info] [command][26500ed8-c652-428a-a13b-16c00c5efd09] Socket close event received\n2025-07-16 16:14:04.003 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51332 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:15:03.994 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:15:03.996 [info] [command][d218c3b4-8e41-443e-811d-b3f294acc4e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d218c3b4-8e41-443e-811d-b3f294acc4e2""}\n2025-07-16 16:15:03.997 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c3ce1eed-d537-4974-850c-c52ea8207366] received connection request\n2025-07-16 16:15:03.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:15:04.015 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c3ce1eed-d537-4974-850c-c52ea8207366] socks forwarding established\n2025-07-16 16:15:04.045 [info] [command][d218c3b4-8e41-443e-811d-b3f294acc4e2] Process exited with code 0\n2025-07-16 16:15:04.045 [info] [command][d218c3b4-8e41-443e-811d-b3f294acc4e2] Socket close event received\n2025-07-16 16:15:04.046 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c3ce1eed-d537-4974-850c-c52ea8207366] socks connection closed\n2025-07-16 16:15:04.064 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51392 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:16:04.050 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:16:04.052 [info] [command][fcf029f2-6d69-4eb2-8d22-43404a78ffc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fcf029f2-6d69-4eb2-8d22-43404a78ffc2""}\n2025-07-16 16:16:04.052 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][06d8c88f-df3f-425d-ba4d-e5546387be47] received connection request\n2025-07-16 16:16:04.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:16:04.070 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][06d8c88f-df3f-425d-ba4d-e5546387be47] socks forwarding established\n2025-07-16 16:16:04.099 [info] [command][fcf029f2-6d69-4eb2-8d22-43404a78ffc2] Process exited with code 0\n2025-07-16 16:16:04.099 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][06d8c88f-df3f-425d-ba4d-e5546387be47] socks connection closed\n2025-07-16 16:16:04.099 [info] [command][fcf029f2-6d69-4eb2-8d22-43404a78ffc2] Socket close event received\n2025-07-16 16:16:04.116 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51419 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:17:04.101 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:17:04.103 [info] [command][60ceb486-387c-4cd3-afd7-eea03d2daa33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""60ceb486-387c-4cd3-afd7-eea03d2daa33""}\n2025-07-16 16:17:04.103 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][96ac5c1d-e257-4a4f-92cd-ad2dc9d58c23] received connection request\n2025-07-16 16:17:04.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:17:04.120 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][96ac5c1d-e257-4a4f-92cd-ad2dc9d58c23] socks forwarding established\n2025-07-16 16:17:04.150 [info] [command][60ceb486-387c-4cd3-afd7-eea03d2daa33] Process exited with code 0\n2025-07-16 16:17:04.150 [info] [command][60ceb486-387c-4cd3-afd7-eea03d2daa33] Socket close event received\n2025-07-16 16:17:04.151 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][96ac5c1d-e257-4a4f-92cd-ad2dc9d58c23] socks connection closed\n2025-07-16 16:17:04.167 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51464 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:18:04.156 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:18:04.159 [info] [command][38c54a05-dd8c-4f1a-b6b5-740d2570ed43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""38c54a05-dd8c-4f1a-b6b5-740d2570ed43""}\n2025-07-16 16:18:04.160 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d66536c0-9de0-45df-a5a6-a805dfe7eee7] received connection request\n2025-07-16 16:18:04.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 16:18:04.161 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:18:04.179 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d66536c0-9de0-45df-a5a6-a805dfe7eee7] socks forwarding established\n2025-07-16 16:18:04.208 [info] [command][38c54a05-dd8c-4f1a-b6b5-740d2570ed43] Process exited with code 0\n2025-07-16 16:18:04.209 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d66536c0-9de0-45df-a5a6-a805dfe7eee7] socks connection closed\n2025-07-16 16:18:04.209 [info] [command][38c54a05-dd8c-4f1a-b6b5-740d2570ed43] Socket close event received\n2025-07-16 16:18:04.225 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51541 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:19:04.214 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:19:04.217 [info] [command][a75ba46a-9b98-4300-a498-86889da9840f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a75ba46a-9b98-4300-a498-86889da9840f""}\n2025-07-16 16:19:04.219 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][798f7ed7-4e3a-471d-b07d-3d6c866bd922] received connection request\n2025-07-16 16:19:04.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:19:04.238 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][798f7ed7-4e3a-471d-b07d-3d6c866bd922] socks forwarding established\n2025-07-16 16:19:04.269 [info] [command][a75ba46a-9b98-4300-a498-86889da9840f] Process exited with code 0\n2025-07-16 16:19:04.269 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][798f7ed7-4e3a-471d-b07d-3d6c866bd922] socks connection closed\n2025-07-16 16:19:04.269 [info] [command][a75ba46a-9b98-4300-a498-86889da9840f] Socket close event received\n2025-07-16 16:19:04.285 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51593 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:20:04.272 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:20:04.274 [info] [command][49c9723d-a353-49f7-901d-b0d8dbde2745] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""49c9723d-a353-49f7-901d-b0d8dbde2745""}\n2025-07-16 16:20:04.275 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][63deb85b-d96e-4e93-8a7a-f35b438a4d17] received connection request\n2025-07-16 16:20:04.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:20:04.290 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][63deb85b-d96e-4e93-8a7a-f35b438a4d17] socks forwarding established\n2025-07-16 16:20:04.316 [info] [command][49c9723d-a353-49f7-901d-b0d8dbde2745] Process exited with code 0\n2025-07-16 16:20:04.316 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][63deb85b-d96e-4e93-8a7a-f35b438a4d17] socks connection closed\n2025-07-16 16:20:04.316 [info] [command][49c9723d-a353-49f7-901d-b0d8dbde2745] Socket close event received\n2025-07-16 16:20:04.333 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51635 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:21:04.320 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:21:04.322 [info] [command][5391f9d5-b710-4b50-bbd7-9b0760f01cd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5391f9d5-b710-4b50-bbd7-9b0760f01cd1""}\n2025-07-16 16:21:04.323 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d61a4f39-71a2-4275-9e2b-d207627afec1] received connection request\n2025-07-16 16:21:04.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:21:04.346 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d61a4f39-71a2-4275-9e2b-d207627afec1] socks forwarding established\n2025-07-16 16:21:04.373 [info] [command][5391f9d5-b710-4b50-bbd7-9b0760f01cd1] Process exited with code 0\n2025-07-16 16:21:04.373 [info] [command][5391f9d5-b710-4b50-bbd7-9b0760f01cd1] Socket close event received\n2025-07-16 16:21:04.374 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d61a4f39-71a2-4275-9e2b-d207627afec1] socks connection closed\n2025-07-16 16:21:04.522 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51662 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:22:04.375 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:22:04.376 [info] [command][7a901cfa-77d7-4f96-b958-5225d4a94dc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7a901cfa-77d7-4f96-b958-5225d4a94dc7""}\n2025-07-16 16:22:04.376 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d7696b9a-e2c0-46bd-8c92-79b7b84cfa79] received connection request\n2025-07-16 16:22:04.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:22:04.392 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d7696b9a-e2c0-46bd-8c92-79b7b84cfa79] socks forwarding established\n2025-07-16 16:22:04.558 [info] [command][7a901cfa-77d7-4f96-b958-5225d4a94dc7] Process exited with code 0\n2025-07-16 16:22:04.558 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d7696b9a-e2c0-46bd-8c92-79b7b84cfa79] socks connection closed\n2025-07-16 16:22:04.559 [info] [command][7a901cfa-77d7-4f96-b958-5225d4a94dc7] Socket close event received\n2025-07-16 16:22:04.686 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51700 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:23:04.563 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:23:04.566 [info] [command][8337a047-1aa9-4745-9895-2c6f74b0ea4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8337a047-1aa9-4745-9895-2c6f74b0ea4d""}\n2025-07-16 16:23:04.566 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e184d164-b22b-44e8-b087-6a1c80351ff7] received connection request\n2025-07-16 16:23:04.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:23:04.655 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e184d164-b22b-44e8-b087-6a1c80351ff7] socks forwarding established\n2025-07-16 16:23:04.684 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e184d164-b22b-44e8-b087-6a1c80351ff7] socks connection closed\n2025-07-16 16:23:04.684 [info] [command][8337a047-1aa9-4745-9895-2c6f74b0ea4d] Process exited with code 0\n2025-07-16 16:23:04.684 [info] [command][8337a047-1aa9-4745-9895-2c6f74b0ea4d] Socket close event received\n2025-07-16 16:23:04.832 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51753 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:24:04.690 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:24:04.692 [info] [command][70f4cc66-12bf-4ee0-b821-986b4aede77d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""70f4cc66-12bf-4ee0-b821-986b4aede77d""}\n2025-07-16 16:24:04.692 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][742b595f-1e52-4a34-be8f-1d39d8d297e1] received connection request\n2025-07-16 16:24:04.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 16:24:04.693 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:24:04.710 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][742b595f-1e52-4a34-be8f-1d39d8d297e1] socks forwarding established\n2025-07-16 16:24:04.745 [info] [command][70f4cc66-12bf-4ee0-b821-986b4aede77d] Process exited with code 0\n2025-07-16 16:24:04.745 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][742b595f-1e52-4a34-be8f-1d39d8d297e1] socks connection closed\n2025-07-16 16:24:04.745 [info] [command][70f4cc66-12bf-4ee0-b821-986b4aede77d] Socket close event received\n2025-07-16 16:24:04.763 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51775 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:25:04.751 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:25:04.754 [info] [command][f696772c-6f90-4162-9743-52c67d2a451e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f696772c-6f90-4162-9743-52c67d2a451e""}\n2025-07-16 16:25:04.755 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][aaa2666a-7c97-4348-b6a6-beec53d72d53] received connection request\n2025-07-16 16:25:04.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:25:04.772 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aaa2666a-7c97-4348-b6a6-beec53d72d53] socks forwarding established\n2025-07-16 16:25:04.804 [info] [command][f696772c-6f90-4162-9743-52c67d2a451e] Process exited with code 0\n2025-07-16 16:25:04.804 [info] [command][f696772c-6f90-4162-9743-52c67d2a451e] Socket close event received\n2025-07-16 16:25:04.805 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aaa2666a-7c97-4348-b6a6-beec53d72d53] socks connection closed\n2025-07-16 16:25:04.842 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51813 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:26:04.809 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:26:04.811 [info] [command][bccaefaf-cd1c-44b5-ac31-83f0a2a2fc6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bccaefaf-cd1c-44b5-ac31-83f0a2a2fc6d""}\n2025-07-16 16:26:04.812 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a87ffe75-4f0d-497a-b45c-af6ab419c47f] received connection request\n2025-07-16 16:26:04.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:26:04.829 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a87ffe75-4f0d-497a-b45c-af6ab419c47f] socks forwarding established\n2025-07-16 16:26:04.856 [info] [command][bccaefaf-cd1c-44b5-ac31-83f0a2a2fc6d] Process exited with code 0\n2025-07-16 16:26:04.856 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a87ffe75-4f0d-497a-b45c-af6ab419c47f] socks connection closed\n2025-07-16 16:26:04.857 [info] [command][bccaefaf-cd1c-44b5-ac31-83f0a2a2fc6d] Socket close event received\n2025-07-16 16:26:04.874 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51844 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:27:04.862 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:27:04.864 [info] [command][93ea7ee1-53af-41ee-a4e4-b0c7d1c1f307] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""93ea7ee1-53af-41ee-a4e4-b0c7d1c1f307""}\n2025-07-16 16:27:04.865 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d9144c30-e53b-4610-9725-0186d50ce3c6] received connection request\n2025-07-16 16:27:04.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:27:04.884 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d9144c30-e53b-4610-9725-0186d50ce3c6] socks forwarding established\n2025-07-16 16:27:04.911 [info] [command][93ea7ee1-53af-41ee-a4e4-b0c7d1c1f307] Process exited with code 0\n2025-07-16 16:27:04.911 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d9144c30-e53b-4610-9725-0186d50ce3c6] socks connection closed\n2025-07-16 16:27:04.911 [info] [command][93ea7ee1-53af-41ee-a4e4-b0c7d1c1f307] Socket close event received\n2025-07-16 16:27:04.928 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51884 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:28:04.912 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:28:04.914 [info] [command][ed27d8a2-e5be-4b74-a2b3-a7a12e9ba66c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ed27d8a2-e5be-4b74-a2b3-a7a12e9ba66c""}\n2025-07-16 16:28:04.915 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][62e95245-4413-4d18-90b8-2656e16d191a] received connection request\n2025-07-16 16:28:04.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:28:04.932 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][62e95245-4413-4d18-90b8-2656e16d191a] socks forwarding established\n2025-07-16 16:28:04.960 [info] [command][ed27d8a2-e5be-4b74-a2b3-a7a12e9ba66c] Process exited with code 0\n2025-07-16 16:28:04.960 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][62e95245-4413-4d18-90b8-2656e16d191a] socks connection closed\n2025-07-16 16:28:04.961 [info] [command][ed27d8a2-e5be-4b74-a2b3-a7a12e9ba66c] Socket close event received\n2025-07-16 16:28:04.977 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51926 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:29:04.965 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:29:04.967 [info] [command][3d3bbcca-2d09-42fa-a844-cde407ba3980] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3d3bbcca-2d09-42fa-a844-cde407ba3980""}\n2025-07-16 16:29:04.968 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][505752b8-4912-4094-bb23-9590b719aaec] received connection request\n2025-07-16 16:29:04.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:29:04.989 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][505752b8-4912-4094-bb23-9590b719aaec] socks forwarding established\n2025-07-16 16:29:05.014 [info] [command][3d3bbcca-2d09-42fa-a844-cde407ba3980] Process exited with code 0\n2025-07-16 16:29:05.014 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][505752b8-4912-4094-bb23-9590b719aaec] socks connection closed\n2025-07-16 16:29:05.015 [info] [command][3d3bbcca-2d09-42fa-a844-cde407ba3980] Socket close event received\n2025-07-16 16:29:05.031 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 51955 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:30:05.020 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:30:05.021 [info] [command][9b57c8ae-989e-4047-834d-c5e80f1e75f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9b57c8ae-989e-4047-834d-c5e80f1e75f2""}\n2025-07-16 16:30:05.022 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e2a9500e-32c7-4586-961f-6b18e3bb21c9] received connection request\n2025-07-16 16:30:05.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:30:05.042 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e2a9500e-32c7-4586-961f-6b18e3bb21c9] socks forwarding established\n2025-07-16 16:30:05.070 [info] [command][9b57c8ae-989e-4047-834d-c5e80f1e75f2] Process exited with code 0\n2025-07-16 16:30:05.071 [info] [command][9b57c8ae-989e-4047-834d-c5e80f1e75f2] Socket close event received\n2025-07-16 16:30:05.071 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e2a9500e-32c7-4586-961f-6b18e3bb21c9] socks connection closed\n2025-07-16 16:30:05.087 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52010 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:31:05.077 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:31:05.078 [info] [command][5dea0146-4540-4849-820f-febccb28dc32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5dea0146-4540-4849-820f-febccb28dc32""}\n2025-07-16 16:31:05.079 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6db78e1a-dec7-4859-908c-2c4afbdad124] received connection request\n2025-07-16 16:31:05.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:31:05.099 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6db78e1a-dec7-4859-908c-2c4afbdad124] socks forwarding established\n2025-07-16 16:31:05.124 [info] [command][5dea0146-4540-4849-820f-febccb28dc32] Process exited with code 0\n2025-07-16 16:31:05.124 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6db78e1a-dec7-4859-908c-2c4afbdad124] socks connection closed\n2025-07-16 16:31:05.125 [info] [command][5dea0146-4540-4849-820f-febccb28dc32] Socket close event received\n2025-07-16 16:31:05.140 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52040 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:32:05.130 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:32:05.132 [info] [command][0e40f826-d832-4918-aa28-1ae8de0cb58f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0e40f826-d832-4918-aa28-1ae8de0cb58f""}\n2025-07-16 16:32:05.132 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7c06cd02-b513-4ea4-a1cd-2edeca8b8c95] received connection request\n2025-07-16 16:32:05.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:32:05.206 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7c06cd02-b513-4ea4-a1cd-2edeca8b8c95] socks forwarding established\n2025-07-16 16:32:05.317 [info] [command][0e40f826-d832-4918-aa28-1ae8de0cb58f] Process exited with code 0\n2025-07-16 16:32:05.318 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7c06cd02-b513-4ea4-a1cd-2edeca8b8c95] socks connection closed\n2025-07-16 16:32:05.318 [info] [command][0e40f826-d832-4918-aa28-1ae8de0cb58f] Socket close event received\n2025-07-16 16:32:05.343 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52085 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:33:05.320 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:33:05.322 [info] [command][6ccf6927-93fc-4c76-a636-136d9d5e9164] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6ccf6927-93fc-4c76-a636-136d9d5e9164""}\n2025-07-16 16:33:05.323 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][75c7e38c-2f7e-4d82-9304-d9015478be5a] received connection request\n2025-07-16 16:33:05.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:33:05.339 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][75c7e38c-2f7e-4d82-9304-d9015478be5a] socks forwarding established\n2025-07-16 16:33:05.368 [info] [command][6ccf6927-93fc-4c76-a636-136d9d5e9164] Process exited with code 0\n2025-07-16 16:33:05.368 [info] [command][6ccf6927-93fc-4c76-a636-136d9d5e9164] Socket close event received\n2025-07-16 16:33:05.369 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][75c7e38c-2f7e-4d82-9304-d9015478be5a] socks connection closed\n2025-07-16 16:33:05.384 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52139 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:34:05.375 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:34:05.377 [info] [command][4041ef07-497d-48ad-a930-05f338153e08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4041ef07-497d-48ad-a930-05f338153e08""}\n2025-07-16 16:34:05.378 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][75346b8d-a1de-4d8f-9f1d-4d4c9aa67df5] received connection request\n2025-07-16 16:34:05.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:34:05.398 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][75346b8d-a1de-4d8f-9f1d-4d4c9aa67df5] socks forwarding established\n2025-07-16 16:34:05.427 [info] [command][4041ef07-497d-48ad-a930-05f338153e08] Process exited with code 0\n2025-07-16 16:34:05.427 [info] [command][4041ef07-497d-48ad-a930-05f338153e08] Socket close event received\n2025-07-16 16:34:05.428 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][75346b8d-a1de-4d8f-9f1d-4d4c9aa67df5] socks connection closed\n2025-07-16 16:34:05.443 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52163 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:35:05.431 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:35:05.432 [info] [command][6cd5d88f-be51-408c-b7a1-34a520f2158a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6cd5d88f-be51-408c-b7a1-34a520f2158a""}\n2025-07-16 16:35:05.433 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][17617eb6-9a65-4857-a4b6-ba6bfe141944] received connection request\n2025-07-16 16:35:05.433 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:35:05.450 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][17617eb6-9a65-4857-a4b6-ba6bfe141944] socks forwarding established\n2025-07-16 16:35:05.479 [info] [command][6cd5d88f-be51-408c-b7a1-34a520f2158a] Process exited with code 0\n2025-07-16 16:35:05.479 [info] [command][6cd5d88f-be51-408c-b7a1-34a520f2158a] Socket close event received\n2025-07-16 16:35:05.479 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][17617eb6-9a65-4857-a4b6-ba6bfe141944] socks connection closed\n2025-07-16 16:35:05.496 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52211 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:36:05.484 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:36:05.487 [info] [command][75de035e-a42c-4892-ae01-5f3e00725a42] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""75de035e-a42c-4892-ae01-5f3e00725a42""}\n2025-07-16 16:36:05.488 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][665bb8ee-7a92-4730-8c5f-3729c43f48d0] received connection request\n2025-07-16 16:36:05.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:36:05.508 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][665bb8ee-7a92-4730-8c5f-3729c43f48d0] socks forwarding established\n2025-07-16 16:36:05.540 [info] [command][75de035e-a42c-4892-ae01-5f3e00725a42] Process exited with code 0\n2025-07-16 16:36:05.540 [info] [command][75de035e-a42c-4892-ae01-5f3e00725a42] Socket close event received\n2025-07-16 16:36:05.541 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][665bb8ee-7a92-4730-8c5f-3729c43f48d0] socks connection closed\n2025-07-16 16:36:05.557 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52233 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:37:05.550 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:37:05.552 [info] [command][3eab2fb8-5b4f-4080-a4ea-21ce981faaa8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3eab2fb8-5b4f-4080-a4ea-21ce981faaa8""}\n2025-07-16 16:37:05.553 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1516b8be-9894-465c-aa54-4852ae7036df] received connection request\n2025-07-16 16:37:05.554 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:37:05.570 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1516b8be-9894-465c-aa54-4852ae7036df] socks forwarding established\n2025-07-16 16:37:05.598 [info] [command][3eab2fb8-5b4f-4080-a4ea-21ce981faaa8] Process exited with code 0\n2025-07-16 16:37:05.599 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1516b8be-9894-465c-aa54-4852ae7036df] socks connection closed\n2025-07-16 16:37:05.599 [info] [command][3eab2fb8-5b4f-4080-a4ea-21ce981faaa8] Socket close event received\n2025-07-16 16:37:05.615 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52272 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:38:05.607 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:38:05.610 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c11352e5-ab92-4610-8ddc-4fe4d6225ce9] received connection request\n2025-07-16 16:38:05.610 [info] [command][c1527796-ab06-4f08-92e2-0e49d0ab80b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c1527796-ab06-4f08-92e2-0e49d0ab80b5""}\n2025-07-16 16:38:05.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:38:05.628 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c11352e5-ab92-4610-8ddc-4fe4d6225ce9] socks forwarding established\n2025-07-16 16:38:05.658 [info] [command][c1527796-ab06-4f08-92e2-0e49d0ab80b5] Process exited with code 0\n2025-07-16 16:38:05.659 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c11352e5-ab92-4610-8ddc-4fe4d6225ce9] socks connection closed\n2025-07-16 16:38:05.659 [info] [command][c1527796-ab06-4f08-92e2-0e49d0ab80b5] Socket close event received\n2025-07-16 16:38:05.676 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52305 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:39:05.669 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:39:05.670 [info] [command][22d433d4-234d-47fc-932f-ce3d31e52c5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""22d433d4-234d-47fc-932f-ce3d31e52c5b""}\n2025-07-16 16:39:05.671 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c4cf25e6-2102-4d9b-a36a-969a06c61e5d] received connection request\n2025-07-16 16:39:05.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:39:05.689 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c4cf25e6-2102-4d9b-a36a-969a06c61e5d] socks forwarding established\n2025-07-16 16:39:05.717 [info] [command][22d433d4-234d-47fc-932f-ce3d31e52c5b] Process exited with code 0\n2025-07-16 16:39:05.717 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c4cf25e6-2102-4d9b-a36a-969a06c61e5d] socks connection closed\n2025-07-16 16:39:05.717 [info] [command][22d433d4-234d-47fc-932f-ce3d31e52c5b] Socket close event received\n2025-07-16 16:39:05.736 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52329 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:40:05.721 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:40:05.722 [info] [command][0db57c66-cd1a-4f4a-ad64-5a8aef01eed3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0db57c66-cd1a-4f4a-ad64-5a8aef01eed3""}\n2025-07-16 16:40:05.723 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][092cb1a4-e889-47a0-acf5-ebf73f606288] received connection request\n2025-07-16 16:40:05.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 16:40:05.723 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:40:05.739 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][092cb1a4-e889-47a0-acf5-ebf73f606288] socks forwarding established\n2025-07-16 16:40:05.768 [info] [command][0db57c66-cd1a-4f4a-ad64-5a8aef01eed3] Process exited with code 0\n2025-07-16 16:40:05.768 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][092cb1a4-e889-47a0-acf5-ebf73f606288] socks connection closed\n2025-07-16 16:40:05.768 [info] [command][0db57c66-cd1a-4f4a-ad64-5a8aef01eed3] Socket close event received\n2025-07-16 16:40:05.784 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52407 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:41:05.767 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:41:05.769 [info] [command][45e3603b-d1da-4277-98f6-c8f0456273da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""45e3603b-d1da-4277-98f6-c8f0456273da""}\n2025-07-16 16:41:05.769 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d5c6c671-99d4-4485-be35-0026a99178e2] received connection request\n2025-07-16 16:41:05.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:41:05.785 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d5c6c671-99d4-4485-be35-0026a99178e2] socks forwarding established\n2025-07-16 16:41:05.814 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d5c6c671-99d4-4485-be35-0026a99178e2] socks connection closed\n2025-07-16 16:41:05.814 [info] [command][45e3603b-d1da-4277-98f6-c8f0456273da] Process exited with code 0\n2025-07-16 16:41:05.815 [info] [command][45e3603b-d1da-4277-98f6-c8f0456273da] Socket close event received\n2025-07-16 16:41:05.831 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52462 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:42:05.816 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:42:05.818 [info] [command][60735de3-49b6-4a51-8cdb-3b641119d72b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""60735de3-49b6-4a51-8cdb-3b641119d72b""}\n2025-07-16 16:42:05.819 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2c352e95-c474-40f1-b877-011661ecf9b3] received connection request\n2025-07-16 16:42:05.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:42:05.837 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2c352e95-c474-40f1-b877-011661ecf9b3] socks forwarding established\n2025-07-16 16:42:05.866 [info] [command][60735de3-49b6-4a51-8cdb-3b641119d72b] Process exited with code 0\n2025-07-16 16:42:05.867 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2c352e95-c474-40f1-b877-011661ecf9b3] socks connection closed\n2025-07-16 16:42:05.867 [info] [command][60735de3-49b6-4a51-8cdb-3b641119d72b] Socket close event received\n2025-07-16 16:42:05.885 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52528 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:43:05.872 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:43:05.874 [info] [command][53319e72-8332-4faf-ac04-ff3b51e07f47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""53319e72-8332-4faf-ac04-ff3b51e07f47""}\n2025-07-16 16:43:05.874 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c9f2cdbc-7264-4e82-a28e-9193461a17c8] received connection request\n2025-07-16 16:43:05.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:43:05.892 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9f2cdbc-7264-4e82-a28e-9193461a17c8] socks forwarding established\n2025-07-16 16:43:05.923 [info] [command][53319e72-8332-4faf-ac04-ff3b51e07f47] Process exited with code 0\n2025-07-16 16:43:05.923 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c9f2cdbc-7264-4e82-a28e-9193461a17c8] socks connection closed\n2025-07-16 16:43:05.923 [info] [command][53319e72-8332-4faf-ac04-ff3b51e07f47] Socket close event received\n2025-07-16 16:43:05.941 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52600 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:44:05.925 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:44:05.927 [info] [command][553fdcbd-1890-4fc9-b755-1266f48be770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""553fdcbd-1890-4fc9-b755-1266f48be770""}\n2025-07-16 16:44:05.928 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5ae58df8-fb6d-43bb-ba56-c4999843310a] received connection request\n2025-07-16 16:44:05.929 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:44:05.946 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5ae58df8-fb6d-43bb-ba56-c4999843310a] socks forwarding established\n2025-07-16 16:44:05.976 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5ae58df8-fb6d-43bb-ba56-c4999843310a] socks connection closed\n2025-07-16 16:44:05.976 [info] [command][553fdcbd-1890-4fc9-b755-1266f48be770] Process exited with code 0\n2025-07-16 16:44:05.977 [info] [command][553fdcbd-1890-4fc9-b755-1266f48be770] Socket close event received\n2025-07-16 16:44:05.993 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52635 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:45:05.981 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:45:05.982 [info] [command][e0e3cc64-567e-4c3b-ac5f-6e49075c7f28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e0e3cc64-567e-4c3b-ac5f-6e49075c7f28""}\n2025-07-16 16:45:05.982 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5e267573-5b42-49f4-aac9-68a2e550508a] received connection request\n2025-07-16 16:45:05.983 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 16:45:05.983 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:45:05.999 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e267573-5b42-49f4-aac9-68a2e550508a] socks forwarding established\n2025-07-16 16:45:06.029 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e267573-5b42-49f4-aac9-68a2e550508a] socks connection closed\n2025-07-16 16:45:06.029 [info] [command][e0e3cc64-567e-4c3b-ac5f-6e49075c7f28] Process exited with code 0\n2025-07-16 16:45:06.029 [info] [command][e0e3cc64-567e-4c3b-ac5f-6e49075c7f28] Socket close event received\n2025-07-16 16:45:06.045 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52696 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:46:06.032 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:46:06.033 [info] [command][90869469-d05e-4dbd-8644-a5167cf81a19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""90869469-d05e-4dbd-8644-a5167cf81a19""}\n2025-07-16 16:46:06.034 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7bc1ed66-a301-433e-b007-8ac76bfb8cab] received connection request\n2025-07-16 16:46:06.035 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:46:06.056 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7bc1ed66-a301-433e-b007-8ac76bfb8cab] socks forwarding established\n2025-07-16 16:46:06.085 [info] [command][90869469-d05e-4dbd-8644-a5167cf81a19] Process exited with code 0\n2025-07-16 16:46:06.086 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7bc1ed66-a301-433e-b007-8ac76bfb8cab] socks connection closed\n2025-07-16 16:46:06.086 [info] [command][90869469-d05e-4dbd-8644-a5167cf81a19] Socket close event received\n2025-07-16 16:46:06.102 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52748 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:47:06.091 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:47:06.092 [info] [command][b01b5b12-eb47-4019-80bd-ea18053fce64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b01b5b12-eb47-4019-80bd-ea18053fce64""}\n2025-07-16 16:47:06.092 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4cca4552-8e6d-41e2-a9a3-cf8d5d3cf801] received connection request\n2025-07-16 16:47:06.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:47:06.109 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4cca4552-8e6d-41e2-a9a3-cf8d5d3cf801] socks forwarding established\n2025-07-16 16:47:06.138 [info] [command][b01b5b12-eb47-4019-80bd-ea18053fce64] Process exited with code 0\n2025-07-16 16:47:06.138 [info] [command][b01b5b12-eb47-4019-80bd-ea18053fce64] Socket close event received\n2025-07-16 16:47:06.138 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4cca4552-8e6d-41e2-a9a3-cf8d5d3cf801] socks connection closed\n2025-07-16 16:47:06.155 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52798 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:48:06.143 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:48:06.145 [info] [command][9964d446-a6da-4ad2-b7c0-7efbdbff6200] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9964d446-a6da-4ad2-b7c0-7efbdbff6200""}\n2025-07-16 16:48:06.145 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9cb65f0f-91be-4891-aba3-0d72ebda3140] received connection request\n2025-07-16 16:48:06.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:48:06.161 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9cb65f0f-91be-4891-aba3-0d72ebda3140] socks forwarding established\n2025-07-16 16:48:06.183 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9cb65f0f-91be-4891-aba3-0d72ebda3140] socks connection closed\n2025-07-16 16:48:06.183 [info] [command][9964d446-a6da-4ad2-b7c0-7efbdbff6200] Process exited with code 0\n2025-07-16 16:48:06.183 [info] [command][9964d446-a6da-4ad2-b7c0-7efbdbff6200] Socket close event received\n2025-07-16 16:48:06.198 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52861 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:49:06.189 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:49:06.191 [info] [command][69c11982-378c-4340-b588-ce235556c715] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""69c11982-378c-4340-b588-ce235556c715""}\n2025-07-16 16:49:06.191 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4c2cbcf3-5ac6-46c2-978b-8255ce774229] received connection request\n2025-07-16 16:49:06.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:49:06.214 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4c2cbcf3-5ac6-46c2-978b-8255ce774229] socks forwarding established\n2025-07-16 16:49:06.245 [info] [command][69c11982-378c-4340-b588-ce235556c715] Process exited with code 0\n2025-07-16 16:49:06.246 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4c2cbcf3-5ac6-46c2-978b-8255ce774229] socks connection closed\n2025-07-16 16:49:06.246 [info] [command][69c11982-378c-4340-b588-ce235556c715] Socket close event received\n2025-07-16 16:49:06.265 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52886 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:50:06.247 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:50:06.248 [info] [command][30dc63ea-2bb7-471b-8877-1e4e661de24e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""30dc63ea-2bb7-471b-8877-1e4e661de24e""}\n2025-07-16 16:50:06.248 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0a394454-5cf6-4623-be86-cca889aa61da] received connection request\n2025-07-16 16:50:06.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:50:06.268 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0a394454-5cf6-4623-be86-cca889aa61da] socks forwarding established\n2025-07-16 16:50:06.299 [info] [command][30dc63ea-2bb7-471b-8877-1e4e661de24e] Process exited with code 0\n2025-07-16 16:50:06.299 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0a394454-5cf6-4623-be86-cca889aa61da] socks connection closed\n2025-07-16 16:50:06.299 [info] [command][30dc63ea-2bb7-471b-8877-1e4e661de24e] Socket close event received\n2025-07-16 16:50:06.321 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 52936 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:51:06.305 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:51:06.306 [info] [command][0f93cfdc-5778-43b9-b7f8-8f7036742bd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0f93cfdc-5778-43b9-b7f8-8f7036742bd1""}\n2025-07-16 16:51:06.307 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][697cf5be-d70f-4656-b305-cfae3a2c6bde] received connection request\n2025-07-16 16:51:06.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:51:06.444 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][697cf5be-d70f-4656-b305-cfae3a2c6bde] socks forwarding established\n2025-07-16 16:51:06.474 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][697cf5be-d70f-4656-b305-cfae3a2c6bde] socks connection closed\n2025-07-16 16:51:06.474 [info] [command][0f93cfdc-5778-43b9-b7f8-8f7036742bd1] Process exited with code 0\n2025-07-16 16:51:06.474 [info] [command][0f93cfdc-5778-43b9-b7f8-8f7036742bd1] Socket close event received\n2025-07-16 16:51:06.577 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53017 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:52:06.475 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:52:06.478 [info] [command][d76dc433-0007-4b67-8ee0-67e2b6f63a95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d76dc433-0007-4b67-8ee0-67e2b6f63a95""}\n2025-07-16 16:52:06.478 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][20f624f9-a242-4c90-a027-fe9a2c604eda] received connection request\n2025-07-16 16:52:06.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:52:06.631 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][20f624f9-a242-4c90-a027-fe9a2c604eda] socks forwarding established\n2025-07-16 16:52:06.659 [info] [command][d76dc433-0007-4b67-8ee0-67e2b6f63a95] Process exited with code 0\n2025-07-16 16:52:06.660 [info] [command][d76dc433-0007-4b67-8ee0-67e2b6f63a95] Socket close event received\n2025-07-16 16:52:06.660 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][20f624f9-a242-4c90-a027-fe9a2c604eda] socks connection closed\n2025-07-16 16:52:06.805 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53087 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:53:06.663 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:53:06.665 [info] [command][915bfa30-f984-441c-8048-e27971f48589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""915bfa30-f984-441c-8048-e27971f48589""}\n2025-07-16 16:53:06.665 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][479f3e15-9fd1-4c98-a5d2-5aef7f08a85b] received connection request\n2025-07-16 16:53:06.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:53:06.798 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][479f3e15-9fd1-4c98-a5d2-5aef7f08a85b] socks forwarding established\n2025-07-16 16:53:06.830 [info] [command][915bfa30-f984-441c-8048-e27971f48589] Process exited with code 0\n2025-07-16 16:53:06.837 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][479f3e15-9fd1-4c98-a5d2-5aef7f08a85b] socks connection closed\n2025-07-16 16:53:06.837 [info] [command][915bfa30-f984-441c-8048-e27971f48589] Socket close event received\n2025-07-16 16:53:06.856 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53128 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:54:06.835 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:54:06.837 [info] [command][0cdd5e5f-ed16-49de-9669-db0a762211ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0cdd5e5f-ed16-49de-9669-db0a762211ec""}\n2025-07-16 16:54:06.838 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][401baf6f-c8cb-404e-81de-0a31f8800eed] received connection request\n2025-07-16 16:54:06.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 16:54:06.838 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:54:06.914 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][401baf6f-c8cb-404e-81de-0a31f8800eed] socks forwarding established\n2025-07-16 16:54:06.968 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][401baf6f-c8cb-404e-81de-0a31f8800eed] socks connection closed\n2025-07-16 16:54:06.969 [info] [command][0cdd5e5f-ed16-49de-9669-db0a762211ec] Process exited with code 0\n2025-07-16 16:54:06.969 [info] [command][0cdd5e5f-ed16-49de-9669-db0a762211ec] Socket close event received\n2025-07-16 16:54:07.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53202 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:55:06.972 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:55:06.974 [info] [command][df60fbde-5781-431a-8a2e-12a56cbd5584] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""df60fbde-5781-431a-8a2e-12a56cbd5584""}\n2025-07-16 16:55:06.974 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7fd5c11d-ed61-4a13-927a-2d44b7631331] received connection request\n2025-07-16 16:55:06.974 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:55:07.116 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7fd5c11d-ed61-4a13-927a-2d44b7631331] socks forwarding established\n2025-07-16 16:55:07.146 [info] [command][df60fbde-5781-431a-8a2e-12a56cbd5584] Process exited with code 0\n2025-07-16 16:55:07.146 [info] [command][df60fbde-5781-431a-8a2e-12a56cbd5584] Socket close event received\n2025-07-16 16:55:07.161 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7fd5c11d-ed61-4a13-927a-2d44b7631331] socks connection closed\n2025-07-16 16:55:07.163 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53277 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:56:07.149 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:56:07.150 [info] [command][0584e6ad-80d7-460b-ad8d-1529cd39716a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0584e6ad-80d7-460b-ad8d-1529cd39716a""}\n2025-07-16 16:56:07.150 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][93e32113-f391-4f67-9a76-b0dff957c5d1] received connection request\n2025-07-16 16:56:07.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:56:07.169 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][93e32113-f391-4f67-9a76-b0dff957c5d1] socks forwarding established\n2025-07-16 16:56:07.200 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][93e32113-f391-4f67-9a76-b0dff957c5d1] socks connection closed\n2025-07-16 16:56:07.200 [info] [command][0584e6ad-80d7-460b-ad8d-1529cd39716a] Process exited with code 0\n2025-07-16 16:56:07.200 [info] [command][0584e6ad-80d7-460b-ad8d-1529cd39716a] Socket close event received\n2025-07-16 16:56:07.216 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53322 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:57:07.207 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:57:07.209 [info] [command][fd148c96-5e69-4542-8461-10100f51f5c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fd148c96-5e69-4542-8461-10100f51f5c9""}\n2025-07-16 16:57:07.210 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6cd37b13-47dc-4eac-9e30-ceb44904a81b] received connection request\n2025-07-16 16:57:07.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:57:07.289 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6cd37b13-47dc-4eac-9e30-ceb44904a81b] socks forwarding established\n2025-07-16 16:57:07.457 [info] [command][fd148c96-5e69-4542-8461-10100f51f5c9] Process exited with code 0\n2025-07-16 16:57:07.458 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6cd37b13-47dc-4eac-9e30-ceb44904a81b] socks connection closed\n2025-07-16 16:57:07.458 [info] [command][fd148c96-5e69-4542-8461-10100f51f5c9] Socket close event received\n2025-07-16 16:57:07.482 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53393 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:58:07.459 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:58:07.461 [info] [command][edc5d61a-f22a-4421-a2c8-386a4355720c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""edc5d61a-f22a-4421-a2c8-386a4355720c""}\n2025-07-16 16:58:07.461 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][95a86859-ac18-4564-97a8-e94ee0ed48d1] received connection request\n2025-07-16 16:58:07.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:58:07.479 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][95a86859-ac18-4564-97a8-e94ee0ed48d1] socks forwarding established\n2025-07-16 16:58:07.511 [info] [command][edc5d61a-f22a-4421-a2c8-386a4355720c] Process exited with code 0\n2025-07-16 16:58:07.511 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][95a86859-ac18-4564-97a8-e94ee0ed48d1] socks connection closed\n2025-07-16 16:58:07.511 [info] [command][edc5d61a-f22a-4421-a2c8-386a4355720c] Socket close event received\n2025-07-16 16:58:07.530 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53476 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 16:59:07.516 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 16:59:07.518 [info] [command][9679ebdf-7310-444b-a160-aacee2eb6c3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9679ebdf-7310-444b-a160-aacee2eb6c3f""}\n2025-07-16 16:59:07.519 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][eb1ab961-0f28-48eb-a8bc-204183f13a7b] received connection request\n2025-07-16 16:59:07.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:59:07.538 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][eb1ab961-0f28-48eb-a8bc-204183f13a7b] socks forwarding established\n2025-07-16 16:59:07.569 [info] [command][9679ebdf-7310-444b-a160-aacee2eb6c3f] Process exited with code 0\n2025-07-16 16:59:07.570 [info] [command][9679ebdf-7310-444b-a160-aacee2eb6c3f] Socket close event received\n2025-07-16 16:59:07.571 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][eb1ab961-0f28-48eb-a8bc-204183f13a7b] socks connection closed\n2025-07-16 16:59:07.588 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53555 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:00:07.572 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:00:07.573 [info] [command][aab6e259-bd1d-4143-8001-ab4390242ad1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""aab6e259-bd1d-4143-8001-ab4390242ad1""}\n2025-07-16 17:00:07.573 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][014d6b97-b8fa-4ff3-84e8-b9383288a8d5] received connection request\n2025-07-16 17:00:07.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:00:07.589 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][014d6b97-b8fa-4ff3-84e8-b9383288a8d5] socks forwarding established\n2025-07-16 17:00:07.618 [info] [command][aab6e259-bd1d-4143-8001-ab4390242ad1] Process exited with code 0\n2025-07-16 17:00:07.618 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][014d6b97-b8fa-4ff3-84e8-b9383288a8d5] socks connection closed\n2025-07-16 17:00:07.618 [info] [command][aab6e259-bd1d-4143-8001-ab4390242ad1] Socket close event received\n2025-07-16 17:00:07.634 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53607 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:01:07.624 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:01:07.626 [info] [command][d8b0c96e-6cf1-42ba-9c4a-5c75e9d0867d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d8b0c96e-6cf1-42ba-9c4a-5c75e9d0867d""}\n2025-07-16 17:01:07.626 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][60c63d7c-0eb9-488c-809c-af4551821cff] received connection request\n2025-07-16 17:01:07.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:01:07.646 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][60c63d7c-0eb9-488c-809c-af4551821cff] socks forwarding established\n2025-07-16 17:01:07.677 [info] [command][d8b0c96e-6cf1-42ba-9c4a-5c75e9d0867d] Process exited with code 0\n2025-07-16 17:01:07.678 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][60c63d7c-0eb9-488c-809c-af4551821cff] socks connection closed\n2025-07-16 17:01:07.678 [info] [command][d8b0c96e-6cf1-42ba-9c4a-5c75e9d0867d] Socket close event received\n2025-07-16 17:01:07.695 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53680 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:02:07.681 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:02:07.683 [info] [command][5867c534-e646-4851-8e45-5fd8512368da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5867c534-e646-4851-8e45-5fd8512368da""}\n2025-07-16 17:02:07.684 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1b78e031-6d32-42b4-9d2a-495b1b8e9317] received connection request\n2025-07-16 17:02:07.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:02:07.705 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1b78e031-6d32-42b4-9d2a-495b1b8e9317] socks forwarding established\n2025-07-16 17:02:07.737 [info] [command][5867c534-e646-4851-8e45-5fd8512368da] Process exited with code 0\n2025-07-16 17:02:07.738 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1b78e031-6d32-42b4-9d2a-495b1b8e9317] socks connection closed\n2025-07-16 17:02:07.738 [info] [command][5867c534-e646-4851-8e45-5fd8512368da] Socket close event received\n2025-07-16 17:02:07.756 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53770 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:03:07.739 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:03:07.742 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f9928910-6a45-464a-a316-286703b990cf] received connection request\n2025-07-16 17:03:07.743 [info] [command][aca634c0-edec-44dc-aefb-53dec0d3b5ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""aca634c0-edec-44dc-aefb-53dec0d3b5ef""}\n2025-07-16 17:03:07.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:03:07.766 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f9928910-6a45-464a-a316-286703b990cf] socks forwarding established\n2025-07-16 17:03:07.798 [info] [command][aca634c0-edec-44dc-aefb-53dec0d3b5ef] Process exited with code 0\n2025-07-16 17:03:07.799 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f9928910-6a45-464a-a316-286703b990cf] socks connection closed\n2025-07-16 17:03:07.799 [info] [command][aca634c0-edec-44dc-aefb-53dec0d3b5ef] Socket close event received\n2025-07-16 17:03:07.816 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53838 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:04:07.805 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:04:07.806 [info] [command][7bc212b2-98f5-4ef6-8888-be8ee79a3623] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7bc212b2-98f5-4ef6-8888-be8ee79a3623""}\n2025-07-16 17:04:07.806 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][adc542db-f495-479b-8a61-918af0e3b62a] received connection request\n2025-07-16 17:04:07.807 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:04:07.829 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][adc542db-f495-479b-8a61-918af0e3b62a] socks forwarding established\n2025-07-16 17:04:07.858 [info] [command][7bc212b2-98f5-4ef6-8888-be8ee79a3623] Process exited with code 0\n2025-07-16 17:04:07.858 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][adc542db-f495-479b-8a61-918af0e3b62a] socks connection closed\n2025-07-16 17:04:07.858 [info] [command][7bc212b2-98f5-4ef6-8888-be8ee79a3623] Socket close event received\n2025-07-16 17:04:07.876 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53865 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:05:07.861 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:05:07.862 [info] [command][21cb39e2-93b9-442c-abb6-522fb527912d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""21cb39e2-93b9-442c-abb6-522fb527912d""}\n2025-07-16 17:05:07.862 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4d3164c1-a72c-4a3e-aa23-c94c6db4ac0e] received connection request\n2025-07-16 17:05:07.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:05:07.989 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4d3164c1-a72c-4a3e-aa23-c94c6db4ac0e] socks forwarding established\n2025-07-16 17:05:08.027 [info] [command][21cb39e2-93b9-442c-abb6-522fb527912d] Process exited with code 0\n2025-07-16 17:05:08.027 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4d3164c1-a72c-4a3e-aa23-c94c6db4ac0e] socks connection closed\n2025-07-16 17:05:08.027 [info] [command][21cb39e2-93b9-442c-abb6-522fb527912d] Socket close event received\n2025-07-16 17:05:08.048 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53937 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:06:08.033 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:06:08.036 [info] [command][b36fba13-bda0-49f6-8576-32592bfba226] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b36fba13-bda0-49f6-8576-32592bfba226""}\n2025-07-16 17:06:08.037 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e307a280-1d4b-46fa-a2fb-2d61b7f32210] received connection request\n2025-07-16 17:06:08.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:06:08.055 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e307a280-1d4b-46fa-a2fb-2d61b7f32210] socks forwarding established\n2025-07-16 17:06:08.213 [info] [command][b36fba13-bda0-49f6-8576-32592bfba226] Process exited with code 0\n2025-07-16 17:06:08.213 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e307a280-1d4b-46fa-a2fb-2d61b7f32210] socks connection closed\n2025-07-16 17:06:08.213 [info] [command][b36fba13-bda0-49f6-8576-32592bfba226] Socket close event received\n2025-07-16 17:06:08.229 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 53982 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:07:08.219 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:07:08.220 [info] [command][7268c13e-5edd-4e3d-90d6-2dee977d86ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7268c13e-5edd-4e3d-90d6-2dee977d86ac""}\n2025-07-16 17:07:08.221 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][456f9cb6-e5a6-415f-b0e8-bdc05e1da083] received connection request\n2025-07-16 17:07:08.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:07:08.265 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][456f9cb6-e5a6-415f-b0e8-bdc05e1da083] socks forwarding established\n2025-07-16 17:07:08.295 [info] [command][7268c13e-5edd-4e3d-90d6-2dee977d86ac] Process exited with code 0\n2025-07-16 17:07:08.295 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][456f9cb6-e5a6-415f-b0e8-bdc05e1da083] socks connection closed\n2025-07-16 17:07:08.295 [info] [command][7268c13e-5edd-4e3d-90d6-2dee977d86ac] Socket close event received\n2025-07-16 17:07:08.441 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54021 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:08:08.296 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:08:08.299 [info] [command][23f3219b-3118-496f-89a3-918f69a66c2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""23f3219b-3118-496f-89a3-918f69a66c2b""}\n2025-07-16 17:08:08.299 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c2087d9a-dd18-41d2-a2f5-9d0247d0c950] received connection request\n2025-07-16 17:08:08.299 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:08:08.316 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c2087d9a-dd18-41d2-a2f5-9d0247d0c950] socks forwarding established\n2025-07-16 17:08:08.399 [info] [command][23f3219b-3118-496f-89a3-918f69a66c2b] Process exited with code 0\n2025-07-16 17:08:08.399 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c2087d9a-dd18-41d2-a2f5-9d0247d0c950] socks connection closed\n2025-07-16 17:08:08.399 [info] [command][23f3219b-3118-496f-89a3-918f69a66c2b] Socket close event received\n2025-07-16 17:08:08.416 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54063 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:09:08.403 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:09:08.404 [info] [command][34fb82ae-4e5a-49cd-8db0-e65274d947a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""34fb82ae-4e5a-49cd-8db0-e65274d947a2""}\n2025-07-16 17:09:08.404 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8231c929-e47d-42f3-a9cf-2eb1cb35d4a0] received connection request\n2025-07-16 17:09:08.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:09:08.539 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8231c929-e47d-42f3-a9cf-2eb1cb35d4a0] socks forwarding established\n2025-07-16 17:09:08.654 [info] [command][34fb82ae-4e5a-49cd-8db0-e65274d947a2] Process exited with code 0\n2025-07-16 17:09:08.655 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8231c929-e47d-42f3-a9cf-2eb1cb35d4a0] socks connection closed\n2025-07-16 17:09:08.655 [info] [command][34fb82ae-4e5a-49cd-8db0-e65274d947a2] Socket close event received\n2025-07-16 17:09:08.671 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54090 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:10:08.660 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:10:08.662 [info] [command][c6ce9f7b-df91-423d-b9ca-3d4a46ff5caa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c6ce9f7b-df91-423d-b9ca-3d4a46ff5caa""}\n2025-07-16 17:10:08.663 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a829294e-1c39-481d-987a-9a0e44b8903f] received connection request\n2025-07-16 17:10:08.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:10:08.680 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a829294e-1c39-481d-987a-9a0e44b8903f] socks forwarding established\n2025-07-16 17:10:08.712 [info] [command][c6ce9f7b-df91-423d-b9ca-3d4a46ff5caa] Process exited with code 0\n2025-07-16 17:10:08.712 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a829294e-1c39-481d-987a-9a0e44b8903f] socks connection closed\n2025-07-16 17:10:08.712 [info] [command][c6ce9f7b-df91-423d-b9ca-3d4a46ff5caa] Socket close event received\n2025-07-16 17:10:08.731 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54132 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:11:08.717 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:11:08.719 [info] [command][70bdbf8d-5a6d-445b-af88-429dba8fea9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""70bdbf8d-5a6d-445b-af88-429dba8fea9e""}\n2025-07-16 17:11:08.720 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8aeb99bb-47e5-41e9-b383-4c1989c532cb] received connection request\n2025-07-16 17:11:08.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:11:08.738 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8aeb99bb-47e5-41e9-b383-4c1989c532cb] socks forwarding established\n2025-07-16 17:11:08.770 [info] [command][70bdbf8d-5a6d-445b-af88-429dba8fea9e] Process exited with code 0\n2025-07-16 17:11:08.770 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8aeb99bb-47e5-41e9-b383-4c1989c532cb] socks connection closed\n2025-07-16 17:11:08.770 [info] [command][70bdbf8d-5a6d-445b-af88-429dba8fea9e] Socket close event received\n2025-07-16 17:11:08.787 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54162 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:12:08.771 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:12:08.773 [info] [command][c43be51e-ae4f-47af-8f0b-c2f230683f45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c43be51e-ae4f-47af-8f0b-c2f230683f45""}\n2025-07-16 17:12:08.773 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f9233b42-ae68-469b-946a-ea1a41ba2a73] received connection request\n2025-07-16 17:12:08.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:12:08.791 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f9233b42-ae68-469b-946a-ea1a41ba2a73] socks forwarding established\n2025-07-16 17:12:08.821 [info] [command][c43be51e-ae4f-47af-8f0b-c2f230683f45] Process exited with code 0\n2025-07-16 17:12:08.821 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f9233b42-ae68-469b-946a-ea1a41ba2a73] socks connection closed\n2025-07-16 17:12:08.822 [info] [command][c43be51e-ae4f-47af-8f0b-c2f230683f45] Socket close event received\n2025-07-16 17:12:08.839 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54201 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:13:08.827 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:13:08.828 [info] [command][820a269a-0518-4146-ab01-d00e4a2749e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""820a269a-0518-4146-ab01-d00e4a2749e8""}\n2025-07-16 17:13:08.829 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][352280ad-842c-4b6a-a713-165eeacf4214] received connection request\n2025-07-16 17:13:08.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:13:08.847 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][352280ad-842c-4b6a-a713-165eeacf4214] socks forwarding established\n2025-07-16 17:13:08.881 [info] [command][820a269a-0518-4146-ab01-d00e4a2749e8] Process exited with code 0\n2025-07-16 17:13:08.881 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][352280ad-842c-4b6a-a713-165eeacf4214] socks connection closed\n2025-07-16 17:13:08.881 [info] [command][820a269a-0518-4146-ab01-d00e4a2749e8] Socket close event received\n2025-07-16 17:13:08.898 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54253 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:14:08.886 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:14:08.888 [info] [command][264564c3-0633-4d13-a9c6-393aae48d65a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""264564c3-0633-4d13-a9c6-393aae48d65a""}\n2025-07-16 17:14:08.889 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][43bc38a5-8d10-41b3-bf88-c17535a90e88] received connection request\n2025-07-16 17:14:08.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:14:08.906 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43bc38a5-8d10-41b3-bf88-c17535a90e88] socks forwarding established\n2025-07-16 17:14:08.938 [info] [command][264564c3-0633-4d13-a9c6-393aae48d65a] Process exited with code 0\n2025-07-16 17:14:08.939 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43bc38a5-8d10-41b3-bf88-c17535a90e88] socks connection closed\n2025-07-16 17:14:08.939 [info] [command][264564c3-0633-4d13-a9c6-393aae48d65a] Socket close event received\n2025-07-16 17:14:08.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54281 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:15:08.944 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:15:08.946 [info] [command][e06c5c63-f12b-4959-a2c4-fb57519737ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e06c5c63-f12b-4959-a2c4-fb57519737ef""}\n2025-07-16 17:15:08.947 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3d99a507-1983-46bf-b1d6-bc4d7ad369d7] received connection request\n2025-07-16 17:15:08.947 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:15:08.965 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3d99a507-1983-46bf-b1d6-bc4d7ad369d7] socks forwarding established\n2025-07-16 17:15:08.994 [info] [command][e06c5c63-f12b-4959-a2c4-fb57519737ef] Process exited with code 0\n2025-07-16 17:15:08.994 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3d99a507-1983-46bf-b1d6-bc4d7ad369d7] socks connection closed\n2025-07-16 17:15:08.995 [info] [command][e06c5c63-f12b-4959-a2c4-fb57519737ef] Socket close event received\n2025-07-16 17:15:09.012 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54322 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:16:08.999 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:16:09.001 [info] [command][e50a9f4c-b3a4-4c02-97b4-cb5f8ad8e80b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e50a9f4c-b3a4-4c02-97b4-cb5f8ad8e80b""}\n2025-07-16 17:16:09.002 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fdb27421-b6f4-4c69-893e-5f51f1b0f6db] received connection request\n2025-07-16 17:16:09.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:16:09.021 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fdb27421-b6f4-4c69-893e-5f51f1b0f6db] socks forwarding established\n2025-07-16 17:16:09.054 [info] [command][e50a9f4c-b3a4-4c02-97b4-cb5f8ad8e80b] Process exited with code 0\n2025-07-16 17:16:09.054 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fdb27421-b6f4-4c69-893e-5f51f1b0f6db] socks connection closed\n2025-07-16 17:16:09.054 [info] [command][e50a9f4c-b3a4-4c02-97b4-cb5f8ad8e80b] Socket close event received\n2025-07-16 17:16:09.072 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54350 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:17:09.059 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:17:09.061 [info] [command][9118870a-d456-4f71-9110-0a69464c615d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9118870a-d456-4f71-9110-0a69464c615d""}\n2025-07-16 17:17:09.062 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8a80e1f1-be97-4f5d-87a2-c136f5003bee] received connection request\n2025-07-16 17:17:09.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:17:09.079 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8a80e1f1-be97-4f5d-87a2-c136f5003bee] socks forwarding established\n2025-07-16 17:17:09.109 [info] [command][9118870a-d456-4f71-9110-0a69464c615d] Process exited with code 0\n2025-07-16 17:17:09.110 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8a80e1f1-be97-4f5d-87a2-c136f5003bee] socks connection closed\n2025-07-16 17:17:09.110 [info] [command][9118870a-d456-4f71-9110-0a69464c615d] Socket close event received\n2025-07-16 17:17:09.129 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54387 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:18:09.110 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:18:09.112 [info] [command][811a4981-575a-45d7-8397-6a529dcdea7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""811a4981-575a-45d7-8397-6a529dcdea7e""}\n2025-07-16 17:18:09.112 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][049a2ff9-7dbf-4b6a-944e-1644e06e1f5a] received connection request\n2025-07-16 17:18:09.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:18:09.131 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][049a2ff9-7dbf-4b6a-944e-1644e06e1f5a] socks forwarding established\n2025-07-16 17:18:09.160 [info] [command][811a4981-575a-45d7-8397-6a529dcdea7e] Process exited with code 0\n2025-07-16 17:18:09.160 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][049a2ff9-7dbf-4b6a-944e-1644e06e1f5a] socks connection closed\n2025-07-16 17:18:09.161 [info] [command][811a4981-575a-45d7-8397-6a529dcdea7e] Socket close event received\n2025-07-16 17:18:09.178 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54432 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:19:09.166 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:19:09.168 [info] [command][c4082815-e3ec-4623-ab04-7070f427e89e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c4082815-e3ec-4623-ab04-7070f427e89e""}\n2025-07-16 17:19:09.169 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f76b7df6-6f64-4cff-9d0b-41d4efeacbe5] received connection request\n2025-07-16 17:19:09.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:19:09.186 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f76b7df6-6f64-4cff-9d0b-41d4efeacbe5] socks forwarding established\n2025-07-16 17:19:09.218 [info] [command][c4082815-e3ec-4623-ab04-7070f427e89e] Process exited with code 0\n2025-07-16 17:19:09.218 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f76b7df6-6f64-4cff-9d0b-41d4efeacbe5] socks connection closed\n2025-07-16 17:19:09.218 [info] [command][c4082815-e3ec-4623-ab04-7070f427e89e] Socket close event received\n2025-07-16 17:19:09.236 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54455 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:20:09.224 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:20:09.226 [info] [command][0ddb660e-48b3-4a89-9cd4-7eba4dd4c989] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0ddb660e-48b3-4a89-9cd4-7eba4dd4c989""}\n2025-07-16 17:20:09.226 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][859fa7bd-5997-42ed-82ab-41711aec12b8] received connection request\n2025-07-16 17:20:09.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:20:09.243 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][859fa7bd-5997-42ed-82ab-41711aec12b8] socks forwarding established\n2025-07-16 17:20:09.272 [info] [command][0ddb660e-48b3-4a89-9cd4-7eba4dd4c989] Process exited with code 0\n2025-07-16 17:20:09.272 [info] [command][0ddb660e-48b3-4a89-9cd4-7eba4dd4c989] Socket close event received\n2025-07-16 17:20:09.273 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][859fa7bd-5997-42ed-82ab-41711aec12b8] socks connection closed\n2025-07-16 17:20:09.288 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54493 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:21:09.275 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:21:09.277 [info] [command][6e4655c3-91ec-418c-ae27-381cb67e7892] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6e4655c3-91ec-418c-ae27-381cb67e7892""}\n2025-07-16 17:21:09.278 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f28919f9-ab6e-4683-8af6-801d11f65e36] received connection request\n2025-07-16 17:21:09.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:21:09.296 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f28919f9-ab6e-4683-8af6-801d11f65e36] socks forwarding established\n2025-07-16 17:21:09.323 [info] [command][6e4655c3-91ec-418c-ae27-381cb67e7892] Process exited with code 0\n2025-07-16 17:21:09.323 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f28919f9-ab6e-4683-8af6-801d11f65e36] socks connection closed\n2025-07-16 17:21:09.324 [info] [command][6e4655c3-91ec-418c-ae27-381cb67e7892] Socket close event received\n2025-07-16 17:21:09.339 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54519 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:22:09.326 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:22:09.328 [info] [command][4cc4cbff-55a4-4ee0-b297-317049868f81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4cc4cbff-55a4-4ee0-b297-317049868f81""}\n2025-07-16 17:22:09.329 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][16e2d923-313f-40b7-afa9-d5c11f7f6b24] received connection request\n2025-07-16 17:22:09.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:22:09.350 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][16e2d923-313f-40b7-afa9-d5c11f7f6b24] socks forwarding established\n2025-07-16 17:22:09.455 [info] [command][4cc4cbff-55a4-4ee0-b297-317049868f81] Process exited with code 0\n2025-07-16 17:22:09.456 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][16e2d923-313f-40b7-afa9-d5c11f7f6b24] socks connection closed\n2025-07-16 17:22:09.456 [info] [command][4cc4cbff-55a4-4ee0-b297-317049868f81] Socket close event received\n2025-07-16 17:22:09.473 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54567 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:23:09.461 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:23:09.462 [info] [command][1cba2410-bb1e-4777-86a4-28cbc33625d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1cba2410-bb1e-4777-86a4-28cbc33625d4""}\n2025-07-16 17:23:09.462 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c3ff9e02-fc0a-4b44-a90e-6949b850b373] received connection request\n2025-07-16 17:23:09.463 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:23:09.485 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c3ff9e02-fc0a-4b44-a90e-6949b850b373] socks forwarding established\n2025-07-16 17:23:09.632 [info] [command][1cba2410-bb1e-4777-86a4-28cbc33625d4] Process exited with code 0\n2025-07-16 17:23:09.632 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c3ff9e02-fc0a-4b44-a90e-6949b850b373] socks connection closed\n2025-07-16 17:23:09.632 [info] [command][1cba2410-bb1e-4777-86a4-28cbc33625d4] Socket close event received\n2025-07-16 17:23:09.649 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54603 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:24:09.638 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:24:09.639 [info] [command][2403d39b-7b5c-41c6-9bd1-631548c37165] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2403d39b-7b5c-41c6-9bd1-631548c37165""}\n2025-07-16 17:24:09.640 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][bc27ee21-4dfc-416f-81f9-00e50b80e0fe] received connection request\n2025-07-16 17:24:09.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:24:09.681 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bc27ee21-4dfc-416f-81f9-00e50b80e0fe] socks forwarding established\n2025-07-16 17:24:09.710 [info] [command][2403d39b-7b5c-41c6-9bd1-631548c37165] Process exited with code 0\n2025-07-16 17:24:09.710 [info] [command][2403d39b-7b5c-41c6-9bd1-631548c37165] Socket close event received\n2025-07-16 17:24:09.711 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bc27ee21-4dfc-416f-81f9-00e50b80e0fe] socks connection closed\n2025-07-16 17:24:09.860 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54629 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:25:09.716 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:25:09.718 [info] [command][e882ea26-bca8-46bd-9fb3-8fc9abdbd9ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e882ea26-bca8-46bd-9fb3-8fc9abdbd9ed""}\n2025-07-16 17:25:09.719 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2964363d-beb0-45c7-888f-4cd6ca2f792f] received connection request\n2025-07-16 17:25:09.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:25:09.739 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2964363d-beb0-45c7-888f-4cd6ca2f792f] socks forwarding established\n2025-07-16 17:25:09.769 [info] [command][e882ea26-bca8-46bd-9fb3-8fc9abdbd9ed] Process exited with code 0\n2025-07-16 17:25:09.769 [info] [command][e882ea26-bca8-46bd-9fb3-8fc9abdbd9ed] Socket close event received\n2025-07-16 17:25:09.770 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2964363d-beb0-45c7-888f-4cd6ca2f792f] socks connection closed\n2025-07-16 17:25:09.787 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54675 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:26:09.770 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:26:09.772 [info] [command][81baed20-4bfc-4914-a6b8-4cee07c37abe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""81baed20-4bfc-4914-a6b8-4cee07c37abe""}\n2025-07-16 17:26:09.772 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8064dcc8-cc1c-47a7-bd9e-b56a50066a18] received connection request\n2025-07-16 17:26:09.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:26:09.791 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8064dcc8-cc1c-47a7-bd9e-b56a50066a18] socks forwarding established\n2025-07-16 17:26:09.826 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8064dcc8-cc1c-47a7-bd9e-b56a50066a18] socks connection closed\n2025-07-16 17:26:09.826 [info] [command][81baed20-4bfc-4914-a6b8-4cee07c37abe] Process exited with code 0\n2025-07-16 17:26:09.826 [info] [command][81baed20-4bfc-4914-a6b8-4cee07c37abe] Socket close event received\n2025-07-16 17:26:09.971 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54745 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:27:09.828 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:27:09.830 [info] [command][84782e61-4fca-4e51-aed5-dc884752d75d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""84782e61-4fca-4e51-aed5-dc884752d75d""}\n2025-07-16 17:27:09.830 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d0a4490f-4848-4766-9b82-85cb3160a4d3] received connection request\n2025-07-16 17:27:09.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:27:09.849 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d0a4490f-4848-4766-9b82-85cb3160a4d3] socks forwarding established\n2025-07-16 17:27:09.876 [info] [command][84782e61-4fca-4e51-aed5-dc884752d75d] Process exited with code 0\n2025-07-16 17:27:09.876 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d0a4490f-4848-4766-9b82-85cb3160a4d3] socks connection closed\n2025-07-16 17:27:09.876 [info] [command][84782e61-4fca-4e51-aed5-dc884752d75d] Socket close event received\n2025-07-16 17:27:09.893 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54807 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:28:09.877 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:28:09.878 [info] [command][e296bcf9-52a0-4e18-832e-62ced88528fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e296bcf9-52a0-4e18-832e-62ced88528fa""}\n2025-07-16 17:28:09.879 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9b64161e-f46c-4f85-970e-768cc8b02729] received connection request\n2025-07-16 17:28:09.879 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 17:28:09.879 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:28:09.895 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9b64161e-f46c-4f85-970e-768cc8b02729] socks forwarding established\n2025-07-16 17:28:09.924 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9b64161e-f46c-4f85-970e-768cc8b02729] socks connection closed\n2025-07-16 17:28:09.925 [info] [command][e296bcf9-52a0-4e18-832e-62ced88528fa] Process exited with code 0\n2025-07-16 17:28:09.925 [info] [command][e296bcf9-52a0-4e18-832e-62ced88528fa] Socket close event received\n2025-07-16 17:28:09.941 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54860 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:29:09.930 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:29:09.932 [info] [command][77def851-33d8-4137-a5d8-5b50f75bf765] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""77def851-33d8-4137-a5d8-5b50f75bf765""}\n2025-07-16 17:29:09.933 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1c154286-a26f-43c4-9ba3-60f20705f523] received connection request\n2025-07-16 17:29:09.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:29:10.027 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1c154286-a26f-43c4-9ba3-60f20705f523] socks forwarding established\n2025-07-16 17:29:10.061 [info] [command][77def851-33d8-4137-a5d8-5b50f75bf765] Process exited with code 0\n2025-07-16 17:29:10.061 [info] [command][77def851-33d8-4137-a5d8-5b50f75bf765] Socket close event received\n2025-07-16 17:29:10.062 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1c154286-a26f-43c4-9ba3-60f20705f523] socks connection closed\n2025-07-16 17:29:10.205 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54901 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:30:10.068 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:30:10.070 [info] [command][e20d63c9-8705-4955-9bc7-632b41ac13d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e20d63c9-8705-4955-9bc7-632b41ac13d7""}\n2025-07-16 17:30:10.071 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][eb18abce-4c5b-434e-808e-43dbbd87d402] received connection request\n2025-07-16 17:30:10.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:30:10.089 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][eb18abce-4c5b-434e-808e-43dbbd87d402] socks forwarding established\n2025-07-16 17:30:10.118 [info] [command][e20d63c9-8705-4955-9bc7-632b41ac13d7] Process exited with code 0\n2025-07-16 17:30:10.118 [info] [command][e20d63c9-8705-4955-9bc7-632b41ac13d7] Socket close event received\n2025-07-16 17:30:10.118 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][eb18abce-4c5b-434e-808e-43dbbd87d402] socks connection closed\n2025-07-16 17:30:10.136 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54943 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:31:10.119 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:31:10.120 [info] [command][45d99f25-6105-43fd-a4af-c1be2d942fe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""45d99f25-6105-43fd-a4af-c1be2d942fe3""}\n2025-07-16 17:31:10.121 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][355b9389-4616-44ab-828d-a02f20c70636] received connection request\n2025-07-16 17:31:10.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:31:10.138 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][355b9389-4616-44ab-828d-a02f20c70636] socks forwarding established\n2025-07-16 17:31:10.170 [info] [command][45d99f25-6105-43fd-a4af-c1be2d942fe3] Process exited with code 0\n2025-07-16 17:31:10.170 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][355b9389-4616-44ab-828d-a02f20c70636] socks connection closed\n2025-07-16 17:31:10.171 [info] [command][45d99f25-6105-43fd-a4af-c1be2d942fe3] Socket close event received\n2025-07-16 17:31:10.187 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 54985 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:32:10.177 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:32:10.179 [info] [command][1475eff1-935d-4f0f-a251-f42921b920ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1475eff1-935d-4f0f-a251-f42921b920ea""}\n2025-07-16 17:32:10.180 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0dd61761-d523-417f-b397-e6293182ffb1] received connection request\n2025-07-16 17:32:10.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:32:10.198 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0dd61761-d523-417f-b397-e6293182ffb1] socks forwarding established\n2025-07-16 17:32:10.359 [info] [command][1475eff1-935d-4f0f-a251-f42921b920ea] Process exited with code 0\n2025-07-16 17:32:10.359 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0dd61761-d523-417f-b397-e6293182ffb1] socks connection closed\n2025-07-16 17:32:10.359 [info] [command][1475eff1-935d-4f0f-a251-f42921b920ea] Socket close event received\n2025-07-16 17:32:10.374 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55047 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:33:10.362 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:33:10.363 [info] [command][44bf8d3f-711d-47b8-8540-960149a4a5d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""44bf8d3f-711d-47b8-8540-960149a4a5d1""}\n2025-07-16 17:33:10.364 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fa6d6244-8022-42ae-b440-912ced72b902] received connection request\n2025-07-16 17:33:10.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:33:10.489 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fa6d6244-8022-42ae-b440-912ced72b902] socks forwarding established\n2025-07-16 17:33:10.519 [info] [command][44bf8d3f-711d-47b8-8540-960149a4a5d1] Process exited with code 0\n2025-07-16 17:33:10.519 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fa6d6244-8022-42ae-b440-912ced72b902] socks connection closed\n2025-07-16 17:33:10.519 [info] [command][44bf8d3f-711d-47b8-8540-960149a4a5d1] Socket close event received\n2025-07-16 17:33:10.666 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55106 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:34:10.524 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:34:10.525 [info] [command][838bacf0-ce02-45df-9f3c-ad91210fc8d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""838bacf0-ce02-45df-9f3c-ad91210fc8d0""}\n2025-07-16 17:34:10.526 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][08bf201e-ca31-4fd9-9cd7-dfcc10deeda6] received connection request\n2025-07-16 17:34:10.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:34:10.544 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][08bf201e-ca31-4fd9-9cd7-dfcc10deeda6] socks forwarding established\n2025-07-16 17:34:10.572 [info] [command][838bacf0-ce02-45df-9f3c-ad91210fc8d0] Process exited with code 0\n2025-07-16 17:34:10.573 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][08bf201e-ca31-4fd9-9cd7-dfcc10deeda6] socks connection closed\n2025-07-16 17:34:10.573 [info] [command][838bacf0-ce02-45df-9f3c-ad91210fc8d0] Socket close event received\n2025-07-16 17:34:10.591 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55134 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:35:10.579 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:35:10.581 [info] [command][173c0a66-d320-4df0-ace1-f339b9a55f82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""173c0a66-d320-4df0-ace1-f339b9a55f82""}\n2025-07-16 17:35:10.581 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][600ee74a-5de8-4f02-8ea9-1a881230ab86] received connection request\n2025-07-16 17:35:10.582 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:35:10.599 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][600ee74a-5de8-4f02-8ea9-1a881230ab86] socks forwarding established\n2025-07-16 17:35:10.741 [info] [command][173c0a66-d320-4df0-ace1-f339b9a55f82] Process exited with code 0\n2025-07-16 17:35:10.742 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][600ee74a-5de8-4f02-8ea9-1a881230ab86] socks connection closed\n2025-07-16 17:35:10.742 [info] [command][173c0a66-d320-4df0-ace1-f339b9a55f82] Socket close event received\n2025-07-16 17:35:10.757 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55178 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:36:10.747 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:36:10.748 [info] [command][c0d2a124-22e6-48e8-8373-5918b4fe1967] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c0d2a124-22e6-48e8-8373-5918b4fe1967""}\n2025-07-16 17:36:10.748 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a98a91ee-6f66-4936-8590-4b63e43aaeba] received connection request\n2025-07-16 17:36:10.748 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:36:10.859 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a98a91ee-6f66-4936-8590-4b63e43aaeba] socks forwarding established\n2025-07-16 17:36:10.984 [info] [command][c0d2a124-22e6-48e8-8373-5918b4fe1967] Process exited with code 0\n2025-07-16 17:36:10.984 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a98a91ee-6f66-4936-8590-4b63e43aaeba] socks connection closed\n2025-07-16 17:36:10.984 [info] [command][c0d2a124-22e6-48e8-8373-5918b4fe1967] Socket close event received\n2025-07-16 17:36:11.001 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55208 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:37:10.987 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:37:10.988 [info] [command][c025652d-de8b-4f57-84ef-aebe19c269f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c025652d-de8b-4f57-84ef-aebe19c269f3""}\n2025-07-16 17:37:10.988 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3771cf9e-0b8b-445e-8693-2043dd7a97c1] received connection request\n2025-07-16 17:37:10.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:37:11.007 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3771cf9e-0b8b-445e-8693-2043dd7a97c1] socks forwarding established\n2025-07-16 17:37:11.034 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3771cf9e-0b8b-445e-8693-2043dd7a97c1] socks connection closed\n2025-07-16 17:37:11.035 [info] [command][c025652d-de8b-4f57-84ef-aebe19c269f3] Process exited with code 0\n2025-07-16 17:37:11.035 [info] [command][c025652d-de8b-4f57-84ef-aebe19c269f3] Socket close event received\n2025-07-16 17:37:11.193 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55271 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:38:11.038 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:38:11.039 [info] [command][539ac862-53c1-4ff3-acba-84372c5189df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""539ac862-53c1-4ff3-acba-84372c5189df""}\n2025-07-16 17:38:11.040 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][eac51af2-affb-4357-a562-6f3e00e012d9] received connection request\n2025-07-16 17:38:11.040 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:38:11.166 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][eac51af2-affb-4357-a562-6f3e00e012d9] socks forwarding established\n2025-07-16 17:38:11.199 [info] [command][539ac862-53c1-4ff3-acba-84372c5189df] Process exited with code 0\n2025-07-16 17:38:11.199 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][eac51af2-affb-4357-a562-6f3e00e012d9] socks connection closed\n2025-07-16 17:38:11.199 [info] [command][539ac862-53c1-4ff3-acba-84372c5189df] Socket close event received\n2025-07-16 17:38:11.289 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55309 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:39:11.204 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:39:11.206 [info] [command][d0f5d4ff-bc7f-445c-869b-62c5789ec890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d0f5d4ff-bc7f-445c-869b-62c5789ec890""}\n2025-07-16 17:39:11.207 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1bbb3fe8-722c-47bb-a3c9-32354395a9db] received connection request\n2025-07-16 17:39:11.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:39:11.314 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1bbb3fe8-722c-47bb-a3c9-32354395a9db] socks forwarding established\n2025-07-16 17:39:11.433 [info] [command][d0f5d4ff-bc7f-445c-869b-62c5789ec890] Process exited with code 0\n2025-07-16 17:39:11.433 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1bbb3fe8-722c-47bb-a3c9-32354395a9db] socks connection closed\n2025-07-16 17:39:11.433 [info] [command][d0f5d4ff-bc7f-445c-869b-62c5789ec890] Socket close event received\n2025-07-16 17:39:11.452 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55344 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:40:11.435 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:40:11.436 [info] [command][1d5486e5-f3d8-4fad-95e1-7acb853bd57d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1d5486e5-f3d8-4fad-95e1-7acb853bd57d""}\n2025-07-16 17:40:11.437 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][bf8ac048-ab58-4100-96d7-8a16effdb187] received connection request\n2025-07-16 17:40:11.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:40:11.533 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bf8ac048-ab58-4100-96d7-8a16effdb187] socks forwarding established\n2025-07-16 17:40:11.601 [info] [command][1d5486e5-f3d8-4fad-95e1-7acb853bd57d] Process exited with code 0\n2025-07-16 17:40:11.602 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bf8ac048-ab58-4100-96d7-8a16effdb187] socks connection closed\n2025-07-16 17:40:11.602 [info] [command][1d5486e5-f3d8-4fad-95e1-7acb853bd57d] Socket close event received\n2025-07-16 17:40:11.690 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55404 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:41:11.604 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:41:11.605 [info] [command][27e8be50-019d-483e-83ea-c2cd2eb20f34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""27e8be50-019d-483e-83ea-c2cd2eb20f34""}\n2025-07-16 17:41:11.605 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][87497c49-3a2f-41eb-8b1f-0a960ea5d945] received connection request\n2025-07-16 17:41:11.606 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:41:11.623 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][87497c49-3a2f-41eb-8b1f-0a960ea5d945] socks forwarding established\n2025-07-16 17:41:11.651 [info] [command][27e8be50-019d-483e-83ea-c2cd2eb20f34] Process exited with code 0\n2025-07-16 17:41:11.651 [info] [command][27e8be50-019d-483e-83ea-c2cd2eb20f34] Socket close event received\n2025-07-16 17:41:11.652 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][87497c49-3a2f-41eb-8b1f-0a960ea5d945] socks connection closed\n2025-07-16 17:41:11.668 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55429 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:42:11.653 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:42:11.655 [info] [command][79392c1d-4115-41a9-aee2-1cee156bd0f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""79392c1d-4115-41a9-aee2-1cee156bd0f6""}\n2025-07-16 17:42:11.655 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1d109a81-f9f1-44e7-9bb1-565498dc95b7] received connection request\n2025-07-16 17:42:11.656 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:42:11.673 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1d109a81-f9f1-44e7-9bb1-565498dc95b7] socks forwarding established\n2025-07-16 17:42:11.696 [info] [command][79392c1d-4115-41a9-aee2-1cee156bd0f6] Process exited with code 0\n2025-07-16 17:42:11.696 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1d109a81-f9f1-44e7-9bb1-565498dc95b7] socks connection closed\n2025-07-16 17:42:11.696 [info] [command][79392c1d-4115-41a9-aee2-1cee156bd0f6] Socket close event received\n2025-07-16 17:42:11.714 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55475 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:43:11.698 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:43:11.700 [info] [command][387649ec-123a-4a44-bb6f-c3c56982dbfa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""387649ec-123a-4a44-bb6f-c3c56982dbfa""}\n2025-07-16 17:43:11.701 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][689c0571-8d4b-46b4-93c9-899dc38ff19a] received connection request\n2025-07-16 17:43:11.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:43:11.721 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][689c0571-8d4b-46b4-93c9-899dc38ff19a] socks forwarding established\n2025-07-16 17:43:11.751 [info] [command][387649ec-123a-4a44-bb6f-c3c56982dbfa] Process exited with code 0\n2025-07-16 17:43:11.751 [info] [command][387649ec-123a-4a44-bb6f-c3c56982dbfa] Socket close event received\n2025-07-16 17:43:11.752 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][689c0571-8d4b-46b4-93c9-899dc38ff19a] socks connection closed\n2025-07-16 17:43:11.770 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55508 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:44:11.755 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:44:11.756 [info] [command][d88eb2c3-cd18-4667-b64c-6062f9614c81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d88eb2c3-cd18-4667-b64c-6062f9614c81""}\n2025-07-16 17:44:11.756 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][870753bf-e7bd-4107-a243-b978f8bb915b] received connection request\n2025-07-16 17:44:11.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:44:11.774 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][870753bf-e7bd-4107-a243-b978f8bb915b] socks forwarding established\n2025-07-16 17:44:11.797 [info] [command][d88eb2c3-cd18-4667-b64c-6062f9614c81] Process exited with code 0\n2025-07-16 17:44:11.797 [info] [command][d88eb2c3-cd18-4667-b64c-6062f9614c81] Socket close event received\n2025-07-16 17:44:11.799 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][870753bf-e7bd-4107-a243-b978f8bb915b] socks connection closed\n2025-07-16 17:44:11.814 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55556 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:45:11.798 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:45:11.800 [info] [command][070b2a6b-c16b-4447-bec9-a6dc3fc244fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""070b2a6b-c16b-4447-bec9-a6dc3fc244fe""}\n2025-07-16 17:45:11.801 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0ccb4236-1b4c-4363-b60a-063e6897bfae] received connection request\n2025-07-16 17:45:11.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:45:11.820 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0ccb4236-1b4c-4363-b60a-063e6897bfae] socks forwarding established\n2025-07-16 17:45:11.850 [info] [command][070b2a6b-c16b-4447-bec9-a6dc3fc244fe] Process exited with code 0\n2025-07-16 17:45:11.850 [info] [command][070b2a6b-c16b-4447-bec9-a6dc3fc244fe] Socket close event received\n2025-07-16 17:45:11.851 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0ccb4236-1b4c-4363-b60a-063e6897bfae] socks connection closed\n2025-07-16 17:45:11.870 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55604 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:46:11.853 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:46:11.855 [info] [command][57573b1f-691c-4533-8c66-714481d0ffe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""57573b1f-691c-4533-8c66-714481d0ffe5""}\n2025-07-16 17:46:11.856 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][51b08585-6669-4bd0-93e1-7ea7cc3e65a1] received connection request\n2025-07-16 17:46:11.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:46:11.875 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][51b08585-6669-4bd0-93e1-7ea7cc3e65a1] socks forwarding established\n2025-07-16 17:46:11.906 [info] [command][57573b1f-691c-4533-8c66-714481d0ffe5] Process exited with code 0\n2025-07-16 17:46:11.906 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][51b08585-6669-4bd0-93e1-7ea7cc3e65a1] socks connection closed\n2025-07-16 17:46:11.906 [info] [command][57573b1f-691c-4533-8c66-714481d0ffe5] Socket close event received\n2025-07-16 17:46:11.925 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55634 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:47:11.911 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:47:11.912 [info] [command][db88d7ab-f03d-4bc8-b3a4-999b4fe6ea5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""db88d7ab-f03d-4bc8-b3a4-999b4fe6ea5d""}\n2025-07-16 17:47:11.912 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f76cf401-7a71-496c-9f5a-e3b56ed38504] received connection request\n2025-07-16 17:47:11.913 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:47:11.930 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f76cf401-7a71-496c-9f5a-e3b56ed38504] socks forwarding established\n2025-07-16 17:47:11.956 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f76cf401-7a71-496c-9f5a-e3b56ed38504] socks connection closed\n2025-07-16 17:47:11.956 [info] [command][db88d7ab-f03d-4bc8-b3a4-999b4fe6ea5d] Process exited with code 0\n2025-07-16 17:47:11.956 [info] [command][db88d7ab-f03d-4bc8-b3a4-999b4fe6ea5d] Socket close event received\n2025-07-16 17:47:11.974 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55687 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:48:11.958 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:48:11.960 [info] [command][c29455f6-7d67-4d8a-8485-e18692d23d59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c29455f6-7d67-4d8a-8485-e18692d23d59""}\n2025-07-16 17:48:11.960 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d1da8fce-0021-4c30-b57f-6053f6513883] received connection request\n2025-07-16 17:48:11.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:48:11.979 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d1da8fce-0021-4c30-b57f-6053f6513883] socks forwarding established\n2025-07-16 17:48:12.010 [info] [command][c29455f6-7d67-4d8a-8485-e18692d23d59] Process exited with code 0\n2025-07-16 17:48:12.010 [info] [command][c29455f6-7d67-4d8a-8485-e18692d23d59] Socket close event received\n2025-07-16 17:48:12.010 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d1da8fce-0021-4c30-b57f-6053f6513883] socks connection closed\n2025-07-16 17:48:12.026 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55718 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:49:12.010 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:49:12.013 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5c50712e-9d76-403d-bf4f-4e28b0381d1e] received connection request\n2025-07-16 17:49:12.013 [info] [command][df26a97d-9aa9-48ac-b6fb-c190887e7a73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""df26a97d-9aa9-48ac-b6fb-c190887e7a73""}\n2025-07-16 17:49:12.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:49:12.039 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5c50712e-9d76-403d-bf4f-4e28b0381d1e] socks forwarding established\n2025-07-16 17:49:12.176 [info] [command][df26a97d-9aa9-48ac-b6fb-c190887e7a73] Process exited with code 0\n2025-07-16 17:49:12.176 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5c50712e-9d76-403d-bf4f-4e28b0381d1e] socks connection closed\n2025-07-16 17:49:12.176 [info] [command][df26a97d-9aa9-48ac-b6fb-c190887e7a73] Socket close event received\n2025-07-16 17:49:12.191 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55748 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:50:12.177 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:50:12.180 [info] [command][acd4bc6c-4855-42da-9f37-585f3d3781e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""acd4bc6c-4855-42da-9f37-585f3d3781e1""}\n2025-07-16 17:50:12.181 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d32a6fb5-791e-4ca1-b963-8311461947ac] received connection request\n2025-07-16 17:50:12.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:50:12.200 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d32a6fb5-791e-4ca1-b963-8311461947ac] socks forwarding established\n2025-07-16 17:50:12.232 [info] [command][acd4bc6c-4855-42da-9f37-585f3d3781e1] Process exited with code 0\n2025-07-16 17:50:12.233 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d32a6fb5-791e-4ca1-b963-8311461947ac] socks connection closed\n2025-07-16 17:50:12.233 [info] [command][acd4bc6c-4855-42da-9f37-585f3d3781e1] Socket close event received\n2025-07-16 17:50:12.249 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55790 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:51:12.235 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:51:12.237 [info] [command][53da41ef-9517-4773-82f2-f3da7cb22bc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""53da41ef-9517-4773-82f2-f3da7cb22bc7""}\n2025-07-16 17:51:12.238 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][40180d31-97a9-483d-9d7c-7041f9b88a7c] received connection request\n2025-07-16 17:51:12.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:51:12.256 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][40180d31-97a9-483d-9d7c-7041f9b88a7c] socks forwarding established\n2025-07-16 17:51:12.285 [info] [command][53da41ef-9517-4773-82f2-f3da7cb22bc7] Process exited with code 0\n2025-07-16 17:51:12.286 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][40180d31-97a9-483d-9d7c-7041f9b88a7c] socks connection closed\n2025-07-16 17:51:12.286 [info] [command][53da41ef-9517-4773-82f2-f3da7cb22bc7] Socket close event received\n2025-07-16 17:51:12.303 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55819 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:52:12.288 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:52:12.290 [info] [command][44a1063e-d4a8-4bda-acf1-2de18fd0e3b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""44a1063e-d4a8-4bda-acf1-2de18fd0e3b1""}\n2025-07-16 17:52:12.291 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][147591fc-15c9-4d94-aa5f-32d59fba9f08] received connection request\n2025-07-16 17:52:12.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:52:12.310 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][147591fc-15c9-4d94-aa5f-32d59fba9f08] socks forwarding established\n2025-07-16 17:52:12.340 [info] [command][44a1063e-d4a8-4bda-acf1-2de18fd0e3b1] Process exited with code 0\n2025-07-16 17:52:12.341 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][147591fc-15c9-4d94-aa5f-32d59fba9f08] socks connection closed\n2025-07-16 17:52:12.341 [info] [command][44a1063e-d4a8-4bda-acf1-2de18fd0e3b1] Socket close event received\n2025-07-16 17:52:12.359 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55866 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:53:12.345 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:53:12.346 [info] [command][f4189ded-6b31-4b57-a016-aa5dcf34f209] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f4189ded-6b31-4b57-a016-aa5dcf34f209""}\n2025-07-16 17:53:12.347 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5b404a15-5d20-41aa-af95-76d450f46ea3] received connection request\n2025-07-16 17:53:12.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:53:12.364 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5b404a15-5d20-41aa-af95-76d450f46ea3] socks forwarding established\n2025-07-16 17:53:12.394 [info] [command][f4189ded-6b31-4b57-a016-aa5dcf34f209] Process exited with code 0\n2025-07-16 17:53:12.394 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5b404a15-5d20-41aa-af95-76d450f46ea3] socks connection closed\n2025-07-16 17:53:12.394 [info] [command][f4189ded-6b31-4b57-a016-aa5dcf34f209] Socket close event received\n2025-07-16 17:53:12.411 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55925 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:54:12.395 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:54:12.396 [info] [command][cf6e57c2-3f4a-4b79-a397-1dacd87707c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cf6e57c2-3f4a-4b79-a397-1dacd87707c4""}\n2025-07-16 17:54:12.398 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][82918d08-eeeb-4637-8193-4a2462ffe149] received connection request\n2025-07-16 17:54:12.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 17:54:12.398 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:54:12.416 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][82918d08-eeeb-4637-8193-4a2462ffe149] socks forwarding established\n2025-07-16 17:54:12.444 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][82918d08-eeeb-4637-8193-4a2462ffe149] socks connection closed\n2025-07-16 17:54:12.444 [info] [command][cf6e57c2-3f4a-4b79-a397-1dacd87707c4] Process exited with code 0\n2025-07-16 17:54:12.444 [info] [command][cf6e57c2-3f4a-4b79-a397-1dacd87707c4] Socket close event received\n2025-07-16 17:54:12.459 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 55960 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:55:12.451 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:55:12.453 [info] [command][ca2e679a-5822-4208-89c1-6c21e5a35e47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ca2e679a-5822-4208-89c1-6c21e5a35e47""}\n2025-07-16 17:55:12.454 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c8332f12-6983-48f6-827e-e0b9049e9b49] received connection request\n2025-07-16 17:55:12.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:55:12.472 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c8332f12-6983-48f6-827e-e0b9049e9b49] socks forwarding established\n2025-07-16 17:55:12.501 [info] [command][ca2e679a-5822-4208-89c1-6c21e5a35e47] Process exited with code 0\n2025-07-16 17:55:12.501 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c8332f12-6983-48f6-827e-e0b9049e9b49] socks connection closed\n2025-07-16 17:55:12.501 [info] [command][ca2e679a-5822-4208-89c1-6c21e5a35e47] Socket close event received\n2025-07-16 17:55:12.520 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56003 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:56:12.505 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:56:12.507 [info] [command][a65e4cd5-a4ad-4bfa-8aca-0caa214bbeb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a65e4cd5-a4ad-4bfa-8aca-0caa214bbeb7""}\n2025-07-16 17:56:12.508 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c1ef9021-4ef3-4d2a-8755-a86b763e09d8] received connection request\n2025-07-16 17:56:12.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:56:12.528 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c1ef9021-4ef3-4d2a-8755-a86b763e09d8] socks forwarding established\n2025-07-16 17:56:12.552 [info] [command][a65e4cd5-a4ad-4bfa-8aca-0caa214bbeb7] Process exited with code 0\n2025-07-16 17:56:12.552 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c1ef9021-4ef3-4d2a-8755-a86b763e09d8] socks connection closed\n2025-07-16 17:56:12.553 [info] [command][a65e4cd5-a4ad-4bfa-8aca-0caa214bbeb7] Socket close event received\n2025-07-16 17:56:12.569 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56034 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:57:12.558 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:57:12.560 [info] [command][6de3a7f5-d545-4726-b8f5-e80112947e35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6de3a7f5-d545-4726-b8f5-e80112947e35""}\n2025-07-16 17:57:12.561 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2e7f787a-2964-418b-a1b7-017078438a92] received connection request\n2025-07-16 17:57:12.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:57:12.580 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2e7f787a-2964-418b-a1b7-017078438a92] socks forwarding established\n2025-07-16 17:57:12.612 [info] [command][6de3a7f5-d545-4726-b8f5-e80112947e35] Process exited with code 0\n2025-07-16 17:57:12.612 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2e7f787a-2964-418b-a1b7-017078438a92] socks connection closed\n2025-07-16 17:57:12.612 [info] [command][6de3a7f5-d545-4726-b8f5-e80112947e35] Socket close event received\n2025-07-16 17:57:12.630 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56082 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:58:12.615 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:58:12.617 [info] [command][8b89fea3-0ae5-46a9-81f9-854f014d2026] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8b89fea3-0ae5-46a9-81f9-854f014d2026""}\n2025-07-16 17:58:12.617 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][07d4dc77-bcef-4a9a-ae90-88e32dd5652a] received connection request\n2025-07-16 17:58:12.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:58:12.635 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][07d4dc77-bcef-4a9a-ae90-88e32dd5652a] socks forwarding established\n2025-07-16 17:58:12.666 [info] [command][8b89fea3-0ae5-46a9-81f9-854f014d2026] Process exited with code 0\n2025-07-16 17:58:12.666 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][07d4dc77-bcef-4a9a-ae90-88e32dd5652a] socks connection closed\n2025-07-16 17:58:12.666 [info] [command][8b89fea3-0ae5-46a9-81f9-854f014d2026] Socket close event received\n2025-07-16 17:58:12.702 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56121 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 17:59:12.671 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 17:59:12.674 [info] [command][31bbc68c-7add-4e78-a1eb-6c6ef06e49d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""31bbc68c-7add-4e78-a1eb-6c6ef06e49d0""}\n2025-07-16 17:59:12.675 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][43690663-f1a7-4454-b37b-0be58ac22a1e] received connection request\n2025-07-16 17:59:12.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 17:59:12.676 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:59:12.695 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43690663-f1a7-4454-b37b-0be58ac22a1e] socks forwarding established\n2025-07-16 17:59:12.721 [info] [command][31bbc68c-7add-4e78-a1eb-6c6ef06e49d0] Process exited with code 0\n2025-07-16 17:59:12.721 [info] [command][31bbc68c-7add-4e78-a1eb-6c6ef06e49d0] Socket close event received\n2025-07-16 17:59:12.722 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43690663-f1a7-4454-b37b-0be58ac22a1e] socks connection closed\n2025-07-16 17:59:12.738 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56157 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:00:12.725 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:00:12.727 [info] [command][ea3c113b-00c9-44d7-ac2d-150eb070b53b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ea3c113b-00c9-44d7-ac2d-150eb070b53b""}\n2025-07-16 18:00:12.728 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][cfe53ac8-4ce4-4223-8a42-bcd4405a44b0] received connection request\n2025-07-16 18:00:12.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:00:12.747 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cfe53ac8-4ce4-4223-8a42-bcd4405a44b0] socks forwarding established\n2025-07-16 18:00:12.777 [info] [command][ea3c113b-00c9-44d7-ac2d-150eb070b53b] Process exited with code 0\n2025-07-16 18:00:12.778 [info] [command][ea3c113b-00c9-44d7-ac2d-150eb070b53b] Socket close event received\n2025-07-16 18:00:12.778 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][cfe53ac8-4ce4-4223-8a42-bcd4405a44b0] socks connection closed\n2025-07-16 18:00:12.795 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56204 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:01:12.779 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:01:12.781 [info] [command][88b6c66c-3676-4026-805e-b53ea4d7e178] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""88b6c66c-3676-4026-805e-b53ea4d7e178""}\n2025-07-16 18:01:12.781 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1f4b466c-8fb6-46e4-a565-da86a8ae7d96] received connection request\n2025-07-16 18:01:12.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:01:12.799 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1f4b466c-8fb6-46e4-a565-da86a8ae7d96] socks forwarding established\n2025-07-16 18:01:12.828 [info] [command][88b6c66c-3676-4026-805e-b53ea4d7e178] Process exited with code 0\n2025-07-16 18:01:12.828 [info] [command][88b6c66c-3676-4026-805e-b53ea4d7e178] Socket close event received\n2025-07-16 18:01:12.829 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1f4b466c-8fb6-46e4-a565-da86a8ae7d96] socks connection closed\n2025-07-16 18:01:12.844 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56280 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:02:12.829 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:02:12.831 [info] [command][dd818698-8a00-4da8-bc2c-925771b142c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""dd818698-8a00-4da8-bc2c-925771b142c7""}\n2025-07-16 18:02:12.831 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8d9c0d98-a338-47aa-87ce-8bc35ec18d10] received connection request\n2025-07-16 18:02:12.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 18:02:12.832 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:02:12.850 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8d9c0d98-a338-47aa-87ce-8bc35ec18d10] socks forwarding established\n2025-07-16 18:02:12.881 [info] [command][dd818698-8a00-4da8-bc2c-925771b142c7] Process exited with code 0\n2025-07-16 18:02:12.881 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8d9c0d98-a338-47aa-87ce-8bc35ec18d10] socks connection closed\n2025-07-16 18:02:12.881 [info] [command][dd818698-8a00-4da8-bc2c-925771b142c7] Socket close event received\n2025-07-16 18:02:12.898 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56346 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:03:12.882 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:03:12.882 [info] [command][e31d5a49-550f-4ae1-9db9-16d598f16ebe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e31d5a49-550f-4ae1-9db9-16d598f16ebe""}\n2025-07-16 18:03:12.883 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9de97c62-2e50-4428-9264-239d937fc26f] received connection request\n2025-07-16 18:03:12.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:03:12.900 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9de97c62-2e50-4428-9264-239d937fc26f] socks forwarding established\n2025-07-16 18:03:12.928 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9de97c62-2e50-4428-9264-239d937fc26f] socks connection closed\n2025-07-16 18:03:12.928 [info] [command][e31d5a49-550f-4ae1-9db9-16d598f16ebe] Process exited with code 0\n2025-07-16 18:03:12.928 [info] [command][e31d5a49-550f-4ae1-9db9-16d598f16ebe] Socket close event received\n2025-07-16 18:03:12.945 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56404 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:04:12.932 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:04:12.933 [info] [command][9a393431-c8dd-4b0b-9033-1a97f3924d7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""9a393431-c8dd-4b0b-9033-1a97f3924d7b""}\n2025-07-16 18:04:12.933 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][73ab3504-dc3c-4864-9bef-e7ef23b0f7ec] received connection request\n2025-07-16 18:04:12.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:04:12.949 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][73ab3504-dc3c-4864-9bef-e7ef23b0f7ec] socks forwarding established\n2025-07-16 18:04:12.978 [info] [command][9a393431-c8dd-4b0b-9033-1a97f3924d7b] Process exited with code 0\n2025-07-16 18:04:12.979 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][73ab3504-dc3c-4864-9bef-e7ef23b0f7ec] socks connection closed\n2025-07-16 18:04:12.979 [info] [command][9a393431-c8dd-4b0b-9033-1a97f3924d7b] Socket close event received\n2025-07-16 18:04:12.998 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56436 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:05:12.980 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:05:12.983 [info] [command][e206738a-926d-4295-af91-d9bdca057c11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e206738a-926d-4295-af91-d9bdca057c11""}\n2025-07-16 18:05:12.984 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][bee9fa71-8d21-4354-882c-e5f74f8fe121] received connection request\n2025-07-16 18:05:12.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:05:13.004 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bee9fa71-8d21-4354-882c-e5f74f8fe121] socks forwarding established\n2025-07-16 18:05:13.036 [info] [command][e206738a-926d-4295-af91-d9bdca057c11] Process exited with code 0\n2025-07-16 18:05:13.036 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][bee9fa71-8d21-4354-882c-e5f74f8fe121] socks connection closed\n2025-07-16 18:05:13.036 [info] [command][e206738a-926d-4295-af91-d9bdca057c11] Socket close event received\n2025-07-16 18:05:13.054 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56479 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:06:13.040 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:06:13.043 [info] [command][ace2bf19-6596-4169-aa94-7dafc5b47984] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ace2bf19-6596-4169-aa94-7dafc5b47984""}\n2025-07-16 18:06:13.043 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d0b69082-0b0f-4391-b7ca-ef9be9bee9d0] received connection request\n2025-07-16 18:06:13.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:06:13.060 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d0b69082-0b0f-4391-b7ca-ef9be9bee9d0] socks forwarding established\n2025-07-16 18:06:13.090 [info] [command][ace2bf19-6596-4169-aa94-7dafc5b47984] Process exited with code 0\n2025-07-16 18:06:13.091 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d0b69082-0b0f-4391-b7ca-ef9be9bee9d0] socks connection closed\n2025-07-16 18:06:13.091 [info] [command][ace2bf19-6596-4169-aa94-7dafc5b47984] Socket close event received\n2025-07-16 18:06:13.109 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56508 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:07:13.093 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:07:13.096 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7e55b520-2318-449c-bed5-d14b11123fe9] received connection request\n2025-07-16 18:07:13.096 [info] [command][395f12da-47a4-4cbf-b331-6f2b47a768c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""395f12da-47a4-4cbf-b331-6f2b47a768c1""}\n2025-07-16 18:07:13.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:07:13.116 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7e55b520-2318-449c-bed5-d14b11123fe9] socks forwarding established\n2025-07-16 18:07:13.146 [info] [command][395f12da-47a4-4cbf-b331-6f2b47a768c1] Process exited with code 0\n2025-07-16 18:07:13.147 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7e55b520-2318-449c-bed5-d14b11123fe9] socks connection closed\n2025-07-16 18:07:13.147 [info] [command][395f12da-47a4-4cbf-b331-6f2b47a768c1] Socket close event received\n2025-07-16 18:07:13.164 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56563 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:08:13.151 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:08:13.152 [info] [command][125eaa4e-db08-4fb8-8965-dd0aca3a4514] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""125eaa4e-db08-4fb8-8965-dd0aca3a4514""}\n2025-07-16 18:08:13.153 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][870c9632-4ba1-4d9e-89a8-03562f1ec4ba] received connection request\n2025-07-16 18:08:13.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:08:13.172 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][870c9632-4ba1-4d9e-89a8-03562f1ec4ba] socks forwarding established\n2025-07-16 18:08:13.202 [info] [command][125eaa4e-db08-4fb8-8965-dd0aca3a4514] Process exited with code 0\n2025-07-16 18:08:13.202 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][870c9632-4ba1-4d9e-89a8-03562f1ec4ba] socks connection closed\n2025-07-16 18:08:13.202 [info] [command][125eaa4e-db08-4fb8-8965-dd0aca3a4514] Socket close event received\n2025-07-16 18:08:13.220 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56595 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:09:13.203 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:09:13.206 [info] [command][1a58d51f-0cdc-4979-a410-25be327dd9fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1a58d51f-0cdc-4979-a410-25be327dd9fd""}\n2025-07-16 18:09:13.207 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9ec89f7c-3bd9-4697-967a-c19cd71d312d] received connection request\n2025-07-16 18:09:13.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:09:13.229 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9ec89f7c-3bd9-4697-967a-c19cd71d312d] socks forwarding established\n2025-07-16 18:09:13.258 [info] [command][1a58d51f-0cdc-4979-a410-25be327dd9fd] Process exited with code 0\n2025-07-16 18:09:13.258 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9ec89f7c-3bd9-4697-967a-c19cd71d312d] socks connection closed\n2025-07-16 18:09:13.259 [info] [command][1a58d51f-0cdc-4979-a410-25be327dd9fd] Socket close event received\n2025-07-16 18:09:13.278 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56626 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:10:13.263 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:10:13.265 [info] [command][caf24a9c-c993-4e03-b139-21fa428578da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""caf24a9c-c993-4e03-b139-21fa428578da""}\n2025-07-16 18:10:13.266 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d718534f-5927-403d-b151-9e2f8cb10b1f] received connection request\n2025-07-16 18:10:13.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:10:13.285 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d718534f-5927-403d-b151-9e2f8cb10b1f] socks forwarding established\n2025-07-16 18:10:13.314 [info] [command][caf24a9c-c993-4e03-b139-21fa428578da] Process exited with code 0\n2025-07-16 18:10:13.314 [info] [command][caf24a9c-c993-4e03-b139-21fa428578da] Socket close event received\n2025-07-16 18:10:13.330 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d718534f-5927-403d-b151-9e2f8cb10b1f] socks connection closed\n2025-07-16 18:10:13.331 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56680 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:11:13.316 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:11:13.317 [info] [command][817cbb7a-b11f-48db-b906-e827bbe09c98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""817cbb7a-b11f-48db-b906-e827bbe09c98""}\n2025-07-16 18:11:13.317 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][680b1f94-d2e8-4c77-aab1-230a492be633] received connection request\n2025-07-16 18:11:13.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 18:11:13.318 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:11:13.338 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][680b1f94-d2e8-4c77-aab1-230a492be633] socks forwarding established\n2025-07-16 18:11:13.365 [info] [command][817cbb7a-b11f-48db-b906-e827bbe09c98] Process exited with code 0\n2025-07-16 18:11:13.365 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][680b1f94-d2e8-4c77-aab1-230a492be633] socks connection closed\n2025-07-16 18:11:13.366 [info] [command][817cbb7a-b11f-48db-b906-e827bbe09c98] Socket close event received\n2025-07-16 18:11:13.384 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56704 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:12:13.366 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:12:13.369 [info] [command][a5fa6730-7622-414b-818e-3e67abb9d7d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a5fa6730-7622-414b-818e-3e67abb9d7d1""}\n2025-07-16 18:12:13.370 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5e839b45-24eb-4b9d-9a7d-9ef1fd0cec88] received connection request\n2025-07-16 18:12:13.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:12:13.387 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e839b45-24eb-4b9d-9a7d-9ef1fd0cec88] socks forwarding established\n2025-07-16 18:12:13.416 [info] [command][a5fa6730-7622-414b-818e-3e67abb9d7d1] Process exited with code 0\n2025-07-16 18:12:13.417 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e839b45-24eb-4b9d-9a7d-9ef1fd0cec88] socks connection closed\n2025-07-16 18:12:13.417 [info] [command][a5fa6730-7622-414b-818e-3e67abb9d7d1] Socket close event received\n2025-07-16 18:12:13.434 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56763 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:13:13.418 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:13:13.421 [info] [command][7b770609-fb00-4aed-8f8c-8eb940084b54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7b770609-fb00-4aed-8f8c-8eb940084b54""}\n2025-07-16 18:13:13.422 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][422912b4-56fa-487c-b87e-dc547a29e168] received connection request\n2025-07-16 18:13:13.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:13:13.440 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][422912b4-56fa-487c-b87e-dc547a29e168] socks forwarding established\n2025-07-16 18:13:13.471 [info] [command][7b770609-fb00-4aed-8f8c-8eb940084b54] Process exited with code 0\n2025-07-16 18:13:13.471 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][422912b4-56fa-487c-b87e-dc547a29e168] socks connection closed\n2025-07-16 18:13:13.471 [info] [command][7b770609-fb00-4aed-8f8c-8eb940084b54] Socket close event received\n2025-07-16 18:13:13.489 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56790 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:14:13.473 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:14:13.475 [info] [command][bca98493-fe8b-447a-948d-ef4187810197] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bca98493-fe8b-447a-948d-ef4187810197""}\n2025-07-16 18:14:13.475 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2c11e4e3-7689-451e-9cf5-1c3264cd97de] received connection request\n2025-07-16 18:14:13.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:14:13.492 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2c11e4e3-7689-451e-9cf5-1c3264cd97de] socks forwarding established\n2025-07-16 18:14:13.523 [info] [command][bca98493-fe8b-447a-948d-ef4187810197] Process exited with code 0\n2025-07-16 18:14:13.523 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2c11e4e3-7689-451e-9cf5-1c3264cd97de] socks connection closed\n2025-07-16 18:14:13.523 [info] [command][bca98493-fe8b-447a-948d-ef4187810197] Socket close event received\n2025-07-16 18:14:13.541 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56817 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:15:13.525 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:15:13.527 [info] [command][4724b6a1-1096-4eaf-86ef-f35708b0c120] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4724b6a1-1096-4eaf-86ef-f35708b0c120""}\n2025-07-16 18:15:13.527 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][11f2ee01-c4b4-4a90-b784-17bc27f2acdf] received connection request\n2025-07-16 18:15:13.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:15:13.545 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][11f2ee01-c4b4-4a90-b784-17bc27f2acdf] socks forwarding established\n2025-07-16 18:15:13.576 [info] [command][4724b6a1-1096-4eaf-86ef-f35708b0c120] Process exited with code 0\n2025-07-16 18:15:13.576 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][11f2ee01-c4b4-4a90-b784-17bc27f2acdf] socks connection closed\n2025-07-16 18:15:13.576 [info] [command][4724b6a1-1096-4eaf-86ef-f35708b0c120] Socket close event received\n2025-07-16 18:15:13.592 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56874 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:16:13.581 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:16:13.584 [info] [command][0b9cc1f8-dbaa-49a9-9ef2-8f985098a295] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0b9cc1f8-dbaa-49a9-9ef2-8f985098a295""}\n2025-07-16 18:16:13.585 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][00027990-cc7a-422b-b230-20e5f31a9f96] received connection request\n2025-07-16 18:16:13.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:16:13.604 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][00027990-cc7a-422b-b230-20e5f31a9f96] socks forwarding established\n2025-07-16 18:16:13.634 [info] [command][0b9cc1f8-dbaa-49a9-9ef2-8f985098a295] Process exited with code 0\n2025-07-16 18:16:13.634 [info] [command][0b9cc1f8-dbaa-49a9-9ef2-8f985098a295] Socket close event received\n2025-07-16 18:16:13.634 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][00027990-cc7a-422b-b230-20e5f31a9f96] socks connection closed\n2025-07-16 18:16:13.651 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56905 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:17:13.636 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:17:13.637 [info] [command][f4062864-4007-472f-bf81-119b7962f013] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f4062864-4007-472f-bf81-119b7962f013""}\n2025-07-16 18:17:13.638 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7a9532d0-5e59-452f-b3a2-05456a4d1a3c] received connection request\n2025-07-16 18:17:13.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:17:13.655 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7a9532d0-5e59-452f-b3a2-05456a4d1a3c] socks forwarding established\n2025-07-16 18:17:13.683 [info] [command][f4062864-4007-472f-bf81-119b7962f013] Process exited with code 0\n2025-07-16 18:17:13.684 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7a9532d0-5e59-452f-b3a2-05456a4d1a3c] socks connection closed\n2025-07-16 18:17:13.684 [info] [command][f4062864-4007-472f-bf81-119b7962f013] Socket close event received\n2025-07-16 18:17:13.701 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 56968 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:18:13.685 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:18:13.686 [info] [command][1c3914d9-a9c7-4549-b443-1140478c14d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1c3914d9-a9c7-4549-b443-1140478c14d2""}\n2025-07-16 18:18:13.687 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c753f9da-e73c-408c-83a6-7255f9b8e1f2] received connection request\n2025-07-16 18:18:13.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:18:13.705 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c753f9da-e73c-408c-83a6-7255f9b8e1f2] socks forwarding established\n2025-07-16 18:18:13.733 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c753f9da-e73c-408c-83a6-7255f9b8e1f2] socks connection closed\n2025-07-16 18:18:13.733 [info] [command][1c3914d9-a9c7-4549-b443-1140478c14d2] Process exited with code 0\n2025-07-16 18:18:13.733 [info] [command][1c3914d9-a9c7-4549-b443-1140478c14d2] Socket close event received\n2025-07-16 18:18:13.750 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57011 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:19:13.737 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:19:13.740 [info] [command][197c2bdc-3275-438c-8e03-cfc62e4349ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""197c2bdc-3275-438c-8e03-cfc62e4349ae""}\n2025-07-16 18:19:13.741 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8d598e17-d478-4dd6-857b-ecb07613287b] received connection request\n2025-07-16 18:19:13.742 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 18:19:13.742 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:19:13.759 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8d598e17-d478-4dd6-857b-ecb07613287b] socks forwarding established\n2025-07-16 18:19:13.788 [info] [command][197c2bdc-3275-438c-8e03-cfc62e4349ae] Process exited with code 0\n2025-07-16 18:19:13.788 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8d598e17-d478-4dd6-857b-ecb07613287b] socks connection closed\n2025-07-16 18:19:13.789 [info] [command][197c2bdc-3275-438c-8e03-cfc62e4349ae] Socket close event received\n2025-07-16 18:19:13.806 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57055 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:20:13.790 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:20:13.793 [info] [command][2a516d9f-7fb7-4c70-860c-3a99216269a2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2a516d9f-7fb7-4c70-860c-3a99216269a2""}\n2025-07-16 18:20:13.793 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8f6e9867-b6e5-428c-b9a6-7a24baadc783] received connection request\n2025-07-16 18:20:13.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:20:13.812 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8f6e9867-b6e5-428c-b9a6-7a24baadc783] socks forwarding established\n2025-07-16 18:20:13.841 [info] [command][2a516d9f-7fb7-4c70-860c-3a99216269a2] Process exited with code 0\n2025-07-16 18:20:13.842 [info] [command][2a516d9f-7fb7-4c70-860c-3a99216269a2] Socket close event received\n2025-07-16 18:20:13.842 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8f6e9867-b6e5-428c-b9a6-7a24baadc783] socks connection closed\n2025-07-16 18:20:13.861 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57120 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:21:13.845 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:21:13.847 [info] [command][e080d88f-dbc3-42f6-bfc4-dc73e7de07c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e080d88f-dbc3-42f6-bfc4-dc73e7de07c7""}\n2025-07-16 18:21:13.848 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4ac00760-30fb-46a6-a3bc-b0fddea8a613] received connection request\n2025-07-16 18:21:13.848 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:21:13.869 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4ac00760-30fb-46a6-a3bc-b0fddea8a613] socks forwarding established\n2025-07-16 18:21:13.897 [info] [command][e080d88f-dbc3-42f6-bfc4-dc73e7de07c7] Process exited with code 0\n2025-07-16 18:21:13.897 [info] [command][e080d88f-dbc3-42f6-bfc4-dc73e7de07c7] Socket close event received\n2025-07-16 18:21:13.898 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4ac00760-30fb-46a6-a3bc-b0fddea8a613] socks connection closed\n2025-07-16 18:21:13.916 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57151 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:22:13.903 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:22:13.905 [info] [command][16447d78-fd6e-41f5-b972-82b54843eaed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""16447d78-fd6e-41f5-b972-82b54843eaed""}\n2025-07-16 18:22:13.905 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f6d6a449-adcf-495f-a882-082804c8c6b0] received connection request\n2025-07-16 18:22:13.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:22:13.924 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f6d6a449-adcf-495f-a882-082804c8c6b0] socks forwarding established\n2025-07-16 18:22:13.953 [info] [command][16447d78-fd6e-41f5-b972-82b54843eaed] Process exited with code 0\n2025-07-16 18:22:13.953 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f6d6a449-adcf-495f-a882-082804c8c6b0] socks connection closed\n2025-07-16 18:22:13.953 [info] [command][16447d78-fd6e-41f5-b972-82b54843eaed] Socket close event received\n2025-07-16 18:22:13.970 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57206 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:23:13.955 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:23:13.957 [info] [command][35555e61-5afb-4b6c-a8a8-b36a28d8768b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""35555e61-5afb-4b6c-a8a8-b36a28d8768b""}\n2025-07-16 18:23:13.958 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a0a9e23e-b673-4aca-a794-a26145241e1a] received connection request\n2025-07-16 18:23:13.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:23:13.976 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a0a9e23e-b673-4aca-a794-a26145241e1a] socks forwarding established\n2025-07-16 18:23:14.006 [info] [command][35555e61-5afb-4b6c-a8a8-b36a28d8768b] Process exited with code 0\n2025-07-16 18:23:14.007 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a0a9e23e-b673-4aca-a794-a26145241e1a] socks connection closed\n2025-07-16 18:23:14.007 [info] [command][35555e61-5afb-4b6c-a8a8-b36a28d8768b] Socket close event received\n2025-07-16 18:23:14.159 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57230 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:24:14.011 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:24:14.013 [info] [command][97929b4a-735f-48c0-9894-0a094a6f69b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""97929b4a-735f-48c0-9894-0a094a6f69b2""}\n2025-07-16 18:24:14.014 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5e31680b-73e1-4d4d-9090-38f0168c2eec] received connection request\n2025-07-16 18:24:14.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:24:14.032 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e31680b-73e1-4d4d-9090-38f0168c2eec] socks forwarding established\n2025-07-16 18:24:14.056 [info] [command][97929b4a-735f-48c0-9894-0a094a6f69b2] Process exited with code 0\n2025-07-16 18:24:14.056 [info] [command][97929b4a-735f-48c0-9894-0a094a6f69b2] Socket close event received\n2025-07-16 18:24:14.057 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5e31680b-73e1-4d4d-9090-38f0168c2eec] socks connection closed\n2025-07-16 18:24:14.076 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57268 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:25:14.057 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:25:14.059 [info] [command][592ebacd-8145-49b2-853e-2c94b13ecbf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""592ebacd-8145-49b2-853e-2c94b13ecbf7""}\n2025-07-16 18:25:14.060 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5417c3bb-2c7c-4389-8138-4c49269f2a55] received connection request\n2025-07-16 18:25:14.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:25:14.077 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5417c3bb-2c7c-4389-8138-4c49269f2a55] socks forwarding established\n2025-07-16 18:25:14.108 [info] [command][592ebacd-8145-49b2-853e-2c94b13ecbf7] Process exited with code 0\n2025-07-16 18:25:14.108 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5417c3bb-2c7c-4389-8138-4c49269f2a55] socks connection closed\n2025-07-16 18:25:14.108 [info] [command][592ebacd-8145-49b2-853e-2c94b13ecbf7] Socket close event received\n2025-07-16 18:25:14.125 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57316 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:26:14.113 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:26:14.116 [info] [command][e18f50ca-fcbf-447d-8fd9-fcb8550e9f75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""e18f50ca-fcbf-447d-8fd9-fcb8550e9f75""}\n2025-07-16 18:26:14.116 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1759d750-af5a-47c2-b4db-7ca80ab50d8f] received connection request\n2025-07-16 18:26:14.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:26:14.134 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1759d750-af5a-47c2-b4db-7ca80ab50d8f] socks forwarding established\n2025-07-16 18:26:14.163 [info] [command][e18f50ca-fcbf-447d-8fd9-fcb8550e9f75] Process exited with code 0\n2025-07-16 18:26:14.163 [info] [command][e18f50ca-fcbf-447d-8fd9-fcb8550e9f75] Socket close event received\n2025-07-16 18:26:14.164 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1759d750-af5a-47c2-b4db-7ca80ab50d8f] socks connection closed\n2025-07-16 18:26:14.181 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57357 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:27:14.168 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:27:14.171 [info] [command][dcfd4a57-7814-4869-a6a1-90306e11e8af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""dcfd4a57-7814-4869-a6a1-90306e11e8af""}\n2025-07-16 18:27:14.172 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][43433702-238f-4c00-9721-8b63a49ca975] received connection request\n2025-07-16 18:27:14.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:27:14.191 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43433702-238f-4c00-9721-8b63a49ca975] socks forwarding established\n2025-07-16 18:27:14.219 [info] [command][dcfd4a57-7814-4869-a6a1-90306e11e8af] Process exited with code 0\n2025-07-16 18:27:14.220 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][43433702-238f-4c00-9721-8b63a49ca975] socks connection closed\n2025-07-16 18:27:14.220 [info] [command][dcfd4a57-7814-4869-a6a1-90306e11e8af] Socket close event received\n2025-07-16 18:27:14.236 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57426 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:28:14.226 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:28:14.228 [info] [command][eb7765a8-707c-4ed1-84af-aa3c96286cee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""eb7765a8-707c-4ed1-84af-aa3c96286cee""}\n2025-07-16 18:28:14.228 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][811ec10d-3cf5-401d-aa39-bffc15bd90e0] received connection request\n2025-07-16 18:28:14.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:28:14.247 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][811ec10d-3cf5-401d-aa39-bffc15bd90e0] socks forwarding established\n2025-07-16 18:28:14.280 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][811ec10d-3cf5-401d-aa39-bffc15bd90e0] socks connection closed\n2025-07-16 18:28:14.280 [info] [command][eb7765a8-707c-4ed1-84af-aa3c96286cee] Process exited with code 0\n2025-07-16 18:28:14.281 [info] [command][eb7765a8-707c-4ed1-84af-aa3c96286cee] Socket close event received\n2025-07-16 18:28:14.298 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57467 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:29:14.287 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:29:14.289 [info] [command][b719f380-2681-4608-9e43-a54b6930cb5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b719f380-2681-4608-9e43-a54b6930cb5a""}\n2025-07-16 18:29:14.290 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c6ef97d9-a15c-4566-b7a4-8d3ee0b8adec] received connection request\n2025-07-16 18:29:14.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:29:14.308 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6ef97d9-a15c-4566-b7a4-8d3ee0b8adec] socks forwarding established\n2025-07-16 18:29:14.341 [info] [command][b719f380-2681-4608-9e43-a54b6930cb5a] Process exited with code 0\n2025-07-16 18:29:14.342 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6ef97d9-a15c-4566-b7a4-8d3ee0b8adec] socks connection closed\n2025-07-16 18:29:14.342 [info] [command][b719f380-2681-4608-9e43-a54b6930cb5a] Socket close event received\n2025-07-16 18:29:14.360 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57491 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:30:14.345 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:30:14.348 [info] [command][3382f334-5293-451d-9285-a838b1e0139b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3382f334-5293-451d-9285-a838b1e0139b""}\n2025-07-16 18:30:14.349 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e1b8dc5c-594e-4ecf-94d7-716feb470e4b] received connection request\n2025-07-16 18:30:14.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:30:14.368 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1b8dc5c-594e-4ecf-94d7-716feb470e4b] socks forwarding established\n2025-07-16 18:30:14.394 [info] [command][3382f334-5293-451d-9285-a838b1e0139b] Process exited with code 0\n2025-07-16 18:30:14.394 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1b8dc5c-594e-4ecf-94d7-716feb470e4b] socks connection closed\n2025-07-16 18:30:14.394 [info] [command][3382f334-5293-451d-9285-a838b1e0139b] Socket close event received\n2025-07-16 18:30:14.413 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57527 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:31:14.399 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:31:14.402 [info] [command][051e20f3-8ee9-4d59-b0a4-7cf66121d8a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""051e20f3-8ee9-4d59-b0a4-7cf66121d8a3""}\n2025-07-16 18:31:14.403 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][dcde12e0-2aed-4116-8b08-c7cc08a6bd7a] received connection request\n2025-07-16 18:31:14.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:31:14.422 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dcde12e0-2aed-4116-8b08-c7cc08a6bd7a] socks forwarding established\n2025-07-16 18:31:14.454 [info] [command][051e20f3-8ee9-4d59-b0a4-7cf66121d8a3] Process exited with code 0\n2025-07-16 18:31:14.454 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dcde12e0-2aed-4116-8b08-c7cc08a6bd7a] socks connection closed\n2025-07-16 18:31:14.454 [info] [command][051e20f3-8ee9-4d59-b0a4-7cf66121d8a3] Socket close event received\n2025-07-16 18:31:14.472 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57582 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:32:14.455 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:32:14.458 [info] [command][a5b454fc-7904-400f-a4ca-8d58ab75bb8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a5b454fc-7904-400f-a4ca-8d58ab75bb8a""}\n2025-07-16 18:32:14.458 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][dfbc25a0-700b-44fa-9a13-a6de12641d20] received connection request\n2025-07-16 18:32:14.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:32:14.523 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dfbc25a0-700b-44fa-9a13-a6de12641d20] socks forwarding established\n2025-07-16 18:32:14.554 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][dfbc25a0-700b-44fa-9a13-a6de12641d20] socks connection closed\n2025-07-16 18:32:14.555 [info] [command][a5b454fc-7904-400f-a4ca-8d58ab75bb8a] Process exited with code 0\n2025-07-16 18:32:14.555 [info] [command][a5b454fc-7904-400f-a4ca-8d58ab75bb8a] Socket close event received\n2025-07-16 18:32:14.575 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57634 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:33:14.560 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:33:14.563 [info] [command][c0d9411a-ae48-4522-b810-6eb064a28080] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c0d9411a-ae48-4522-b810-6eb064a28080""}\n2025-07-16 18:33:14.563 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][49895378-7a3f-43c2-bc1a-6d67315655cf] received connection request\n2025-07-16 18:33:14.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:33:14.582 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49895378-7a3f-43c2-bc1a-6d67315655cf] socks forwarding established\n2025-07-16 18:33:14.748 [info] [command][c0d9411a-ae48-4522-b810-6eb064a28080] Process exited with code 0\n2025-07-16 18:33:14.748 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49895378-7a3f-43c2-bc1a-6d67315655cf] socks connection closed\n2025-07-16 18:33:14.748 [info] [command][c0d9411a-ae48-4522-b810-6eb064a28080] Socket close event received\n2025-07-16 18:33:14.768 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57662 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:34:14.750 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:34:14.753 [info] [command][ba1fad0a-4743-49ed-88ff-46325093f185] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ba1fad0a-4743-49ed-88ff-46325093f185""}\n2025-07-16 18:34:14.755 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d1f313a6-9c9e-4d51-ab55-bff31f1fbe6b] received connection request\n2025-07-16 18:34:14.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:34:14.803 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d1f313a6-9c9e-4d51-ab55-bff31f1fbe6b] socks forwarding established\n2025-07-16 18:34:14.861 [info] [command][ba1fad0a-4743-49ed-88ff-46325093f185] Process exited with code 0\n2025-07-16 18:34:14.861 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d1f313a6-9c9e-4d51-ab55-bff31f1fbe6b] socks connection closed\n2025-07-16 18:34:14.862 [info] [command][ba1fad0a-4743-49ed-88ff-46325093f185] Socket close event received\n2025-07-16 18:34:14.959 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57688 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:35:14.867 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:35:14.869 [info] [command][41bc846f-52f3-481d-9414-33901f33ae77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""41bc846f-52f3-481d-9414-33901f33ae77""}\n2025-07-16 18:35:14.870 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][edd1ee12-455e-4178-8e9b-d2b312150e96] received connection request\n2025-07-16 18:35:14.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:35:14.913 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][edd1ee12-455e-4178-8e9b-d2b312150e96] socks forwarding established\n2025-07-16 18:35:14.968 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][edd1ee12-455e-4178-8e9b-d2b312150e96] socks connection closed\n2025-07-16 18:35:14.968 [info] [command][41bc846f-52f3-481d-9414-33901f33ae77] Process exited with code 0\n2025-07-16 18:35:14.968 [info] [command][41bc846f-52f3-481d-9414-33901f33ae77] Socket close event received\n2025-07-16 18:35:15.065 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57741 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:36:14.968 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:36:14.969 [info] [command][a0759a9b-664f-4b1b-9797-ab1e88963197] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a0759a9b-664f-4b1b-9797-ab1e88963197""}\n2025-07-16 18:36:14.969 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2f7e8424-84c6-4621-a116-2edab1a8fed3] received connection request\n2025-07-16 18:36:14.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:36:15.074 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2f7e8424-84c6-4621-a116-2edab1a8fed3] socks forwarding established\n2025-07-16 18:36:15.151 [info] [command][a0759a9b-664f-4b1b-9797-ab1e88963197] Process exited with code 0\n2025-07-16 18:36:15.152 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2f7e8424-84c6-4621-a116-2edab1a8fed3] socks connection closed\n2025-07-16 18:36:15.152 [info] [command][a0759a9b-664f-4b1b-9797-ab1e88963197] Socket close event received\n2025-07-16 18:36:15.171 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57769 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:37:15.156 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:37:15.158 [info] [command][801a77b0-feca-43b4-8ddf-a1e89b303c05] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""801a77b0-feca-43b4-8ddf-a1e89b303c05""}\n2025-07-16 18:37:15.159 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e2116c56-e784-4032-a875-8117927c8256] received connection request\n2025-07-16 18:37:15.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:37:15.178 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e2116c56-e784-4032-a875-8117927c8256] socks forwarding established\n2025-07-16 18:37:15.219 [info] [command][801a77b0-feca-43b4-8ddf-a1e89b303c05] Process exited with code 0\n2025-07-16 18:37:15.220 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e2116c56-e784-4032-a875-8117927c8256] socks connection closed\n2025-07-16 18:37:15.220 [info] [command][801a77b0-feca-43b4-8ddf-a1e89b303c05] Socket close event received\n2025-07-16 18:37:15.238 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57824 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:38:15.220 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:38:15.222 [info] [command][b7d7c4b7-c4f7-419d-99c3-39a4896b6cbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b7d7c4b7-c4f7-419d-99c3-39a4896b6cbb""}\n2025-07-16 18:38:15.222 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1b8ec3fc-c129-4509-807e-82f0a87d460f] received connection request\n2025-07-16 18:38:15.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:38:15.289 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1b8ec3fc-c129-4509-807e-82f0a87d460f] socks forwarding established\n2025-07-16 18:38:15.366 [info] [command][b7d7c4b7-c4f7-419d-99c3-39a4896b6cbb] Process exited with code 0\n2025-07-16 18:38:15.366 [info] [command][b7d7c4b7-c4f7-419d-99c3-39a4896b6cbb] Socket close event received\n2025-07-16 18:38:15.381 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1b8ec3fc-c129-4509-807e-82f0a87d460f] socks connection closed\n2025-07-16 18:38:15.384 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57853 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:39:15.369 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:39:15.372 [info] [command][d2afd541-8e20-4faf-8aad-6e68d146fe0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d2afd541-8e20-4faf-8aad-6e68d146fe0e""}\n2025-07-16 18:39:15.373 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0df0a5cd-578f-4be3-b9b5-84ff36f337eb] received connection request\n2025-07-16 18:39:15.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:39:15.435 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0df0a5cd-578f-4be3-b9b5-84ff36f337eb] socks forwarding established\n2025-07-16 18:39:15.511 [info] [command][d2afd541-8e20-4faf-8aad-6e68d146fe0e] Process exited with code 0\n2025-07-16 18:39:15.511 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0df0a5cd-578f-4be3-b9b5-84ff36f337eb] socks connection closed\n2025-07-16 18:39:15.511 [info] [command][d2afd541-8e20-4faf-8aad-6e68d146fe0e] Socket close event received\n2025-07-16 18:39:15.529 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57901 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:40:15.516 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:40:15.517 [info] [command][b678ca6a-1c6c-4bbf-a81e-ab1bd49358a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b678ca6a-1c6c-4bbf-a81e-ab1bd49358a6""}\n2025-07-16 18:40:15.517 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7439c182-7df6-4332-9c74-7eed3f9e125f] received connection request\n2025-07-16 18:40:15.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:40:15.536 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7439c182-7df6-4332-9c74-7eed3f9e125f] socks forwarding established\n2025-07-16 18:40:15.564 [info] [command][b678ca6a-1c6c-4bbf-a81e-ab1bd49358a6] Process exited with code 0\n2025-07-16 18:40:15.564 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7439c182-7df6-4332-9c74-7eed3f9e125f] socks connection closed\n2025-07-16 18:40:15.564 [info] [command][b678ca6a-1c6c-4bbf-a81e-ab1bd49358a6] Socket close event received\n2025-07-16 18:40:15.582 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57948 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:41:15.569 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:41:15.569 [info] [command][bf444fc0-76bc-4eb0-a2d0-81578e3b5dde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bf444fc0-76bc-4eb0-a2d0-81578e3b5dde""}\n2025-07-16 18:41:15.570 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][05f68b7b-c291-4e9f-a4ea-84c13f5ef0a9] received connection request\n2025-07-16 18:41:15.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:41:15.587 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][05f68b7b-c291-4e9f-a4ea-84c13f5ef0a9] socks forwarding established\n2025-07-16 18:41:15.611 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][05f68b7b-c291-4e9f-a4ea-84c13f5ef0a9] socks connection closed\n2025-07-16 18:41:15.611 [info] [command][bf444fc0-76bc-4eb0-a2d0-81578e3b5dde] Process exited with code 0\n2025-07-16 18:41:15.611 [info] [command][bf444fc0-76bc-4eb0-a2d0-81578e3b5dde] Socket close event received\n2025-07-16 18:41:15.628 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 57982 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:42:15.612 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:42:15.616 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4f413259-ab66-41bd-881d-f5b14842d961] received connection request\n2025-07-16 18:42:15.616 [info] [command][218d78be-1928-4d0a-89c3-2b004c55940d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""218d78be-1928-4d0a-89c3-2b004c55940d""}\n2025-07-16 18:42:15.616 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:42:15.634 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f413259-ab66-41bd-881d-f5b14842d961] socks forwarding established\n2025-07-16 18:42:15.664 [info] [command][218d78be-1928-4d0a-89c3-2b004c55940d] Process exited with code 0\n2025-07-16 18:42:15.665 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4f413259-ab66-41bd-881d-f5b14842d961] socks connection closed\n2025-07-16 18:42:15.666 [info] [command][218d78be-1928-4d0a-89c3-2b004c55940d] Socket close event received\n2025-07-16 18:42:15.685 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58059 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:43:15.670 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:43:15.672 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][9956260e-83ce-4c1f-a23b-416b98ce5899] received connection request\n2025-07-16 18:43:15.673 [info] [command][5db73f53-ed04-41f2-884e-e79ab813e3b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5db73f53-ed04-41f2-884e-e79ab813e3b3""}\n2025-07-16 18:43:15.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:43:15.691 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9956260e-83ce-4c1f-a23b-416b98ce5899] socks forwarding established\n2025-07-16 18:43:15.722 [info] [command][5db73f53-ed04-41f2-884e-e79ab813e3b3] Process exited with code 0\n2025-07-16 18:43:15.722 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][9956260e-83ce-4c1f-a23b-416b98ce5899] socks connection closed\n2025-07-16 18:43:15.722 [info] [command][5db73f53-ed04-41f2-884e-e79ab813e3b3] Socket close event received\n2025-07-16 18:43:15.739 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58093 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:44:15.727 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:44:15.729 [info] [command][3c6b66b9-15d6-4e97-912e-5f0f37b4067f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""3c6b66b9-15d6-4e97-912e-5f0f37b4067f""}\n2025-07-16 18:44:15.730 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1d865cef-2fe1-4fc8-b893-c25ea3a50c25] received connection request\n2025-07-16 18:44:15.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:44:15.748 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1d865cef-2fe1-4fc8-b893-c25ea3a50c25] socks forwarding established\n2025-07-16 18:44:15.778 [info] [command][3c6b66b9-15d6-4e97-912e-5f0f37b4067f] Process exited with code 0\n2025-07-16 18:44:15.778 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1d865cef-2fe1-4fc8-b893-c25ea3a50c25] socks connection closed\n2025-07-16 18:44:15.779 [info] [command][3c6b66b9-15d6-4e97-912e-5f0f37b4067f] Socket close event received\n2025-07-16 18:44:15.794 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58123 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:45:15.779 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:45:15.780 [info] [command][a74362b1-0edc-4558-9541-c3c77b2cd98e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a74362b1-0edc-4558-9541-c3c77b2cd98e""}\n2025-07-16 18:45:15.781 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][119db1b6-4797-4992-a930-d4346c3ec8e5] received connection request\n2025-07-16 18:45:15.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:45:15.797 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][119db1b6-4797-4992-a930-d4346c3ec8e5] socks forwarding established\n2025-07-16 18:45:15.818 [info] [command][a74362b1-0edc-4558-9541-c3c77b2cd98e] Process exited with code 0\n2025-07-16 18:45:15.818 [info] [command][a74362b1-0edc-4558-9541-c3c77b2cd98e] Socket close event received\n2025-07-16 18:45:15.818 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][119db1b6-4797-4992-a930-d4346c3ec8e5] socks connection closed\n2025-07-16 18:45:15.834 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58181 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:46:15.823 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:46:15.825 [info] [command][f057fc0b-7674-444d-9ae8-9f3dcbbd6d03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f057fc0b-7674-444d-9ae8-9f3dcbbd6d03""}\n2025-07-16 18:46:15.826 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a3ee23e0-8134-4c95-b93b-2be0b5cf4c99] received connection request\n2025-07-16 18:46:15.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:46:15.901 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a3ee23e0-8134-4c95-b93b-2be0b5cf4c99] socks forwarding established\n2025-07-16 18:46:15.929 [info] [command][f057fc0b-7674-444d-9ae8-9f3dcbbd6d03] Process exited with code 0\n2025-07-16 18:46:15.929 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a3ee23e0-8134-4c95-b93b-2be0b5cf4c99] socks connection closed\n2025-07-16 18:46:15.929 [info] [command][f057fc0b-7674-444d-9ae8-9f3dcbbd6d03] Socket close event received\n2025-07-16 18:46:16.040 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58231 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:47:15.931 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:47:15.933 [info] [command][83fd41a0-526a-454c-8fb3-55a684ed0087] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""83fd41a0-526a-454c-8fb3-55a684ed0087""}\n2025-07-16 18:47:15.933 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d5881061-a180-4288-ae8a-27f7017b47eb] received connection request\n2025-07-16 18:47:15.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:47:15.951 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d5881061-a180-4288-ae8a-27f7017b47eb] socks forwarding established\n2025-07-16 18:47:15.980 [info] [command][83fd41a0-526a-454c-8fb3-55a684ed0087] Process exited with code 0\n2025-07-16 18:47:15.980 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d5881061-a180-4288-ae8a-27f7017b47eb] socks connection closed\n2025-07-16 18:47:15.980 [info] [command][83fd41a0-526a-454c-8fb3-55a684ed0087] Socket close event received\n2025-07-16 18:47:15.997 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58333 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:48:15.983 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:48:15.985 [info] [command][2c0a79ce-b61d-47e0-98ac-bea487f3b3ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""2c0a79ce-b61d-47e0-98ac-bea487f3b3ba""}\n2025-07-16 18:48:15.986 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2f7a2b99-dd76-41ee-92ec-02c62adfd112] received connection request\n2025-07-16 18:48:15.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:48:16.004 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2f7a2b99-dd76-41ee-92ec-02c62adfd112] socks forwarding established\n2025-07-16 18:48:16.033 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2f7a2b99-dd76-41ee-92ec-02c62adfd112] socks connection closed\n2025-07-16 18:48:16.033 [info] [command][2c0a79ce-b61d-47e0-98ac-bea487f3b3ba] Process exited with code 0\n2025-07-16 18:48:16.033 [info] [command][2c0a79ce-b61d-47e0-98ac-bea487f3b3ba] Socket close event received\n2025-07-16 18:48:16.050 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58375 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:49:16.037 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:49:16.039 [info] [command][82a884bb-913b-4d12-b169-d85ae60cc011] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""82a884bb-913b-4d12-b169-d85ae60cc011""}\n2025-07-16 18:49:16.039 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][517c458e-12a1-4035-bb33-b5c258240dc7] received connection request\n2025-07-16 18:49:16.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:49:16.058 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][517c458e-12a1-4035-bb33-b5c258240dc7] socks forwarding established\n2025-07-16 18:49:16.084 [info] [command][82a884bb-913b-4d12-b169-d85ae60cc011] Process exited with code 0\n2025-07-16 18:49:16.085 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][517c458e-12a1-4035-bb33-b5c258240dc7] socks connection closed\n2025-07-16 18:49:16.085 [info] [command][82a884bb-913b-4d12-b169-d85ae60cc011] Socket close event received\n2025-07-16 18:49:16.102 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58409 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:50:16.089 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:50:16.092 [info] [command][65c33eb0-b6dc-4af4-9b03-ed5d7f2c5890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""65c33eb0-b6dc-4af4-9b03-ed5d7f2c5890""}\n2025-07-16 18:50:16.093 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][aa0e200a-7bc3-4fc8-9519-42bf3b4117bf] received connection request\n2025-07-16 18:50:16.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:50:16.114 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aa0e200a-7bc3-4fc8-9519-42bf3b4117bf] socks forwarding established\n2025-07-16 18:50:16.141 [info] [command][65c33eb0-b6dc-4af4-9b03-ed5d7f2c5890] Process exited with code 0\n2025-07-16 18:50:16.141 [info] [command][65c33eb0-b6dc-4af4-9b03-ed5d7f2c5890] Socket close event received\n2025-07-16 18:50:16.142 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aa0e200a-7bc3-4fc8-9519-42bf3b4117bf] socks connection closed\n2025-07-16 18:50:16.159 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58465 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:51:16.145 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:51:16.146 [info] [command][8fca5094-1cde-41a7-97ed-58baf660f821] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8fca5094-1cde-41a7-97ed-58baf660f821""}\n2025-07-16 18:51:16.146 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][26123ea4-5557-4062-b85e-22718a43b2ed] received connection request\n2025-07-16 18:51:16.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:51:16.162 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][26123ea4-5557-4062-b85e-22718a43b2ed] socks forwarding established\n2025-07-16 18:51:16.190 [info] [command][8fca5094-1cde-41a7-97ed-58baf660f821] Process exited with code 0\n2025-07-16 18:51:16.190 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][26123ea4-5557-4062-b85e-22718a43b2ed] socks connection closed\n2025-07-16 18:51:16.191 [info] [command][8fca5094-1cde-41a7-97ed-58baf660f821] Socket close event received\n2025-07-16 18:51:16.208 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58506 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:52:16.196 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:52:16.198 [info] [command][aa3e77e6-4ee4-4c91-bae8-f8ce89219ff7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""aa3e77e6-4ee4-4c91-bae8-f8ce89219ff7""}\n2025-07-16 18:52:16.198 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][89155a24-906a-4884-bc93-f72f11569a7b] received connection request\n2025-07-16 18:52:16.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:52:16.217 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][89155a24-906a-4884-bc93-f72f11569a7b] socks forwarding established\n2025-07-16 18:52:16.250 [info] [command][aa3e77e6-4ee4-4c91-bae8-f8ce89219ff7] Process exited with code 0\n2025-07-16 18:52:16.251 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][89155a24-906a-4884-bc93-f72f11569a7b] socks connection closed\n2025-07-16 18:52:16.251 [info] [command][aa3e77e6-4ee4-4c91-bae8-f8ce89219ff7] Socket close event received\n2025-07-16 18:52:16.267 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58590 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:53:16.251 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:53:16.253 [info] [command][6d794823-085c-46eb-a67a-e4b77845d668] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6d794823-085c-46eb-a67a-e4b77845d668""}\n2025-07-16 18:53:16.254 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][345ab56d-ae17-46cb-a992-0d3767c6270c] received connection request\n2025-07-16 18:53:16.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:53:16.272 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][345ab56d-ae17-46cb-a992-0d3767c6270c] socks forwarding established\n2025-07-16 18:53:16.302 [info] [command][6d794823-085c-46eb-a67a-e4b77845d668] Process exited with code 0\n2025-07-16 18:53:16.303 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][345ab56d-ae17-46cb-a992-0d3767c6270c] socks connection closed\n2025-07-16 18:53:16.303 [info] [command][6d794823-085c-46eb-a67a-e4b77845d668] Socket close event received\n2025-07-16 18:53:16.320 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58618 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:54:16.308 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:54:16.310 [info] [command][0e773f32-036e-46ae-bda3-05d7844f7ab7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""0e773f32-036e-46ae-bda3-05d7844f7ab7""}\n2025-07-16 18:54:16.311 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e0799238-9fc5-4b70-9102-2361f4331071] received connection request\n2025-07-16 18:54:16.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:54:16.331 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e0799238-9fc5-4b70-9102-2361f4331071] socks forwarding established\n2025-07-16 18:54:16.360 [info] [command][0e773f32-036e-46ae-bda3-05d7844f7ab7] Process exited with code 0\n2025-07-16 18:54:16.361 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e0799238-9fc5-4b70-9102-2361f4331071] socks connection closed\n2025-07-16 18:54:16.361 [info] [command][0e773f32-036e-46ae-bda3-05d7844f7ab7] Socket close event received\n2025-07-16 18:54:16.378 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58652 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:55:16.361 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:55:16.363 [info] [command][52745036-1180-4244-ab45-3843af9d5cec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""52745036-1180-4244-ab45-3843af9d5cec""}\n2025-07-16 18:55:16.363 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][00ffc3fb-804c-48bb-9e1f-ca2b8a0966cc] received connection request\n2025-07-16 18:55:16.364 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:55:16.384 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][00ffc3fb-804c-48bb-9e1f-ca2b8a0966cc] socks forwarding established\n2025-07-16 18:55:16.415 [info] [command][52745036-1180-4244-ab45-3843af9d5cec] Process exited with code 0\n2025-07-16 18:55:16.416 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][00ffc3fb-804c-48bb-9e1f-ca2b8a0966cc] socks connection closed\n2025-07-16 18:55:16.416 [info] [command][52745036-1180-4244-ab45-3843af9d5cec] Socket close event received\n2025-07-16 18:55:16.433 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58697 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:56:16.421 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:56:16.424 [info] [command][dabf7df5-0415-4268-9a25-87a65939e879] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""dabf7df5-0415-4268-9a25-87a65939e879""}\n2025-07-16 18:56:16.424 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][24d39af4-677d-4831-9b23-460080cd63bc] received connection request\n2025-07-16 18:56:16.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:56:16.442 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][24d39af4-677d-4831-9b23-460080cd63bc] socks forwarding established\n2025-07-16 18:56:16.472 [info] [command][dabf7df5-0415-4268-9a25-87a65939e879] Process exited with code 0\n2025-07-16 18:56:16.473 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][24d39af4-677d-4831-9b23-460080cd63bc] socks connection closed\n2025-07-16 18:56:16.473 [info] [command][dabf7df5-0415-4268-9a25-87a65939e879] Socket close event received\n2025-07-16 18:56:16.489 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58733 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:57:16.478 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:57:16.481 [info] [command][12921361-4a58-48cb-83fd-e5269c5d7345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""12921361-4a58-48cb-83fd-e5269c5d7345""}\n2025-07-16 18:57:16.482 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][820c135e-281c-4cbd-a258-09f99e10e16e] received connection request\n2025-07-16 18:57:16.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:57:16.664 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][820c135e-281c-4cbd-a258-09f99e10e16e] socks forwarding established\n2025-07-16 18:57:16.690 [info] [command][12921361-4a58-48cb-83fd-e5269c5d7345] Process exited with code 0\n2025-07-16 18:57:16.690 [info] [command][12921361-4a58-48cb-83fd-e5269c5d7345] Socket close event received\n2025-07-16 18:57:16.691 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][820c135e-281c-4cbd-a258-09f99e10e16e] socks connection closed\n2025-07-16 18:57:16.840 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58789 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:58:16.694 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:58:16.696 [info] [command][5ccc8146-b328-4698-a3a7-b3d0b0a946e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5ccc8146-b328-4698-a3a7-b3d0b0a946e5""}\n2025-07-16 18:58:16.697 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f82cdb5d-b085-44c8-8315-467198548866] received connection request\n2025-07-16 18:58:16.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:58:16.718 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f82cdb5d-b085-44c8-8315-467198548866] socks forwarding established\n2025-07-16 18:58:16.751 [info] [command][5ccc8146-b328-4698-a3a7-b3d0b0a946e5] Process exited with code 0\n2025-07-16 18:58:16.751 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f82cdb5d-b085-44c8-8315-467198548866] socks connection closed\n2025-07-16 18:58:16.751 [info] [command][5ccc8146-b328-4698-a3a7-b3d0b0a946e5] Socket close event received\n2025-07-16 18:58:16.769 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58839 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 18:59:16.752 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 18:59:16.755 [info] [command][66ee7d92-0aab-4d18-a7b6-365e391e3de9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""66ee7d92-0aab-4d18-a7b6-365e391e3de9""}\n2025-07-16 18:59:16.756 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][99c140c4-609f-4fbf-a089-e97197801254] received connection request\n2025-07-16 18:59:16.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:59:16.775 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][99c140c4-609f-4fbf-a089-e97197801254] socks forwarding established\n2025-07-16 18:59:16.804 [info] [command][66ee7d92-0aab-4d18-a7b6-365e391e3de9] Process exited with code 0\n2025-07-16 18:59:16.804 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][99c140c4-609f-4fbf-a089-e97197801254] socks connection closed\n2025-07-16 18:59:16.805 [info] [command][66ee7d92-0aab-4d18-a7b6-365e391e3de9] Socket close event received\n2025-07-16 18:59:16.822 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58864 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:00:16.810 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:00:16.812 [info] [command][15027ccf-7d69-415b-83ac-c994a03e34db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""15027ccf-7d69-415b-83ac-c994a03e34db""}\n2025-07-16 19:00:16.813 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][69e8bd0b-6271-45db-9501-d3c5204ef10e] received connection request\n2025-07-16 19:00:16.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:00:16.830 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][69e8bd0b-6271-45db-9501-d3c5204ef10e] socks forwarding established\n2025-07-16 19:00:16.859 [info] [command][15027ccf-7d69-415b-83ac-c994a03e34db] Process exited with code 0\n2025-07-16 19:00:16.859 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][69e8bd0b-6271-45db-9501-d3c5204ef10e] socks connection closed\n2025-07-16 19:00:16.860 [info] [command][15027ccf-7d69-415b-83ac-c994a03e34db] Socket close event received\n2025-07-16 19:00:16.877 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58908 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:01:16.861 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:01:16.863 [info] [command][8e1d9b24-0ff5-4bde-a136-bf92ba550d7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8e1d9b24-0ff5-4bde-a136-bf92ba550d7c""}\n2025-07-16 19:01:16.864 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d096292c-1135-456b-a0ff-1787d002ab33] received connection request\n2025-07-16 19:01:16.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:01:16.882 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d096292c-1135-456b-a0ff-1787d002ab33] socks forwarding established\n2025-07-16 19:01:16.913 [info] [command][8e1d9b24-0ff5-4bde-a136-bf92ba550d7c] Process exited with code 0\n2025-07-16 19:01:16.914 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d096292c-1135-456b-a0ff-1787d002ab33] socks connection closed\n2025-07-16 19:01:16.914 [info] [command][8e1d9b24-0ff5-4bde-a136-bf92ba550d7c] Socket close event received\n2025-07-16 19:01:16.932 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58940 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:02:16.918 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:02:16.919 [info] [command][c1a4045d-93bd-49c4-8046-e5e2a98b98a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c1a4045d-93bd-49c4-8046-e5e2a98b98a7""}\n2025-07-16 19:02:16.920 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8abf5c1c-b9f6-4281-b672-4e1acf80cc04] received connection request\n2025-07-16 19:02:16.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:02:16.944 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8abf5c1c-b9f6-4281-b672-4e1acf80cc04] socks forwarding established\n2025-07-16 19:02:16.975 [info] [command][c1a4045d-93bd-49c4-8046-e5e2a98b98a7] Process exited with code 0\n2025-07-16 19:02:16.975 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8abf5c1c-b9f6-4281-b672-4e1acf80cc04] socks connection closed\n2025-07-16 19:02:16.975 [info] [command][c1a4045d-93bd-49c4-8046-e5e2a98b98a7] Socket close event received\n2025-07-16 19:02:16.995 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 58988 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:03:16.977 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:03:16.979 [info] [command][01c98829-de1c-41b7-9803-e6295674ca41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""01c98829-de1c-41b7-9803-e6295674ca41""}\n2025-07-16 19:03:16.979 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][5727829e-7e6e-41ca-9338-2bbf873666d2] received connection request\n2025-07-16 19:03:16.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:03:16.998 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5727829e-7e6e-41ca-9338-2bbf873666d2] socks forwarding established\n2025-07-16 19:03:17.028 [info] [command][01c98829-de1c-41b7-9803-e6295674ca41] Process exited with code 0\n2025-07-16 19:03:17.028 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][5727829e-7e6e-41ca-9338-2bbf873666d2] socks connection closed\n2025-07-16 19:03:17.028 [info] [command][01c98829-de1c-41b7-9803-e6295674ca41] Socket close event received\n2025-07-16 19:03:17.048 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59009 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:04:17.033 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:04:17.035 [info] [command][96eb42ef-3047-43af-b4b2-7eb5bb181b74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""96eb42ef-3047-43af-b4b2-7eb5bb181b74""}\n2025-07-16 19:04:17.035 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7781fab2-3042-46b3-ba97-f40539b720c4] received connection request\n2025-07-16 19:04:17.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 19:04:17.036 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:04:17.055 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7781fab2-3042-46b3-ba97-f40539b720c4] socks forwarding established\n2025-07-16 19:04:17.086 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7781fab2-3042-46b3-ba97-f40539b720c4] socks connection closed\n2025-07-16 19:04:17.086 [info] [command][96eb42ef-3047-43af-b4b2-7eb5bb181b74] Process exited with code 0\n2025-07-16 19:04:17.087 [info] [command][96eb42ef-3047-43af-b4b2-7eb5bb181b74] Socket close event received\n2025-07-16 19:04:17.102 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59036 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:05:17.089 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:05:17.092 [info] [command][08b93276-e4b9-4ae8-956c-58e760a522fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""08b93276-e4b9-4ae8-956c-58e760a522fd""}\n2025-07-16 19:05:17.092 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][37cb3765-b9e3-4453-8544-2587eaf7cfba] received connection request\n2025-07-16 19:05:17.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:05:17.111 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][37cb3765-b9e3-4453-8544-2587eaf7cfba] socks forwarding established\n2025-07-16 19:05:17.141 [info] [command][08b93276-e4b9-4ae8-956c-58e760a522fd] Process exited with code 0\n2025-07-16 19:05:17.142 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][37cb3765-b9e3-4453-8544-2587eaf7cfba] socks connection closed\n2025-07-16 19:05:17.142 [info] [command][08b93276-e4b9-4ae8-956c-58e760a522fd] Socket close event received\n2025-07-16 19:05:17.160 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59100 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:06:17.145 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:06:17.146 [info] [command][8626fca8-8ee4-4a90-8552-d3377e08a2f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8626fca8-8ee4-4a90-8552-d3377e08a2f3""}\n2025-07-16 19:06:17.146 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d8c08704-58f6-4ae9-9085-1d267b083ab4] received connection request\n2025-07-16 19:06:17.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:06:17.163 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8c08704-58f6-4ae9-9085-1d267b083ab4] socks forwarding established\n2025-07-16 19:06:17.192 [info] [command][8626fca8-8ee4-4a90-8552-d3377e08a2f3] Process exited with code 0\n2025-07-16 19:06:17.192 [info] [command][8626fca8-8ee4-4a90-8552-d3377e08a2f3] Socket close event received\n2025-07-16 19:06:17.208 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8c08704-58f6-4ae9-9085-1d267b083ab4] socks connection closed\n2025-07-16 19:06:17.209 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59176 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:07:17.196 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:07:17.199 [info] [command][5ee2286d-8f4f-4435-8bd0-df83931ad98f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5ee2286d-8f4f-4435-8bd0-df83931ad98f""}\n2025-07-16 19:07:17.200 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][49a32904-48f7-4f76-98d1-33d9779663c8] received connection request\n2025-07-16 19:07:17.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:07:17.217 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49a32904-48f7-4f76-98d1-33d9779663c8] socks forwarding established\n2025-07-16 19:07:17.248 [info] [command][5ee2286d-8f4f-4435-8bd0-df83931ad98f] Process exited with code 0\n2025-07-16 19:07:17.248 [info] [command][5ee2286d-8f4f-4435-8bd0-df83931ad98f] Socket close event received\n2025-07-16 19:07:17.249 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49a32904-48f7-4f76-98d1-33d9779663c8] socks connection closed\n2025-07-16 19:07:17.266 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59238 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:08:17.249 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:08:17.250 [info] [command][61913fdb-a6c3-4279-9211-54b162882e09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""61913fdb-a6c3-4279-9211-54b162882e09""}\n2025-07-16 19:08:17.251 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][34edc8f8-f06c-466f-8d1f-c686fde8c945] received connection request\n2025-07-16 19:08:17.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:08:17.269 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][34edc8f8-f06c-466f-8d1f-c686fde8c945] socks forwarding established\n2025-07-16 19:08:17.299 [info] [command][61913fdb-a6c3-4279-9211-54b162882e09] Process exited with code 0\n2025-07-16 19:08:17.300 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][34edc8f8-f06c-466f-8d1f-c686fde8c945] socks connection closed\n2025-07-16 19:08:17.300 [info] [command][61913fdb-a6c3-4279-9211-54b162882e09] Socket close event received\n2025-07-16 19:08:17.316 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59261 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:09:17.303 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:09:17.305 [info] [command][700d7cdb-52e3-43ab-870c-1e26887369f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""700d7cdb-52e3-43ab-870c-1e26887369f3""}\n2025-07-16 19:09:17.306 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e2a9c232-4971-4b33-b0d7-d77829433be4] received connection request\n2025-07-16 19:09:17.306 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:09:17.323 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e2a9c232-4971-4b33-b0d7-d77829433be4] socks forwarding established\n2025-07-16 19:09:17.351 [info] [command][700d7cdb-52e3-43ab-870c-1e26887369f3] Process exited with code 0\n2025-07-16 19:09:17.352 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e2a9c232-4971-4b33-b0d7-d77829433be4] socks connection closed\n2025-07-16 19:09:17.352 [info] [command][700d7cdb-52e3-43ab-870c-1e26887369f3] Socket close event received\n2025-07-16 19:09:17.370 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59293 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:10:17.356 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:10:17.358 [info] [command][5884dacf-5c50-48fc-b8ec-627e5d7b860e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""5884dacf-5c50-48fc-b8ec-627e5d7b860e""}\n2025-07-16 19:10:17.359 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][d8986010-f9eb-499c-ba5b-c1980c0c36ac] received connection request\n2025-07-16 19:10:17.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:10:17.377 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8986010-f9eb-499c-ba5b-c1980c0c36ac] socks forwarding established\n2025-07-16 19:10:17.497 [info] [command][5884dacf-5c50-48fc-b8ec-627e5d7b860e] Process exited with code 0\n2025-07-16 19:10:17.497 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][d8986010-f9eb-499c-ba5b-c1980c0c36ac] socks connection closed\n2025-07-16 19:10:17.497 [info] [command][5884dacf-5c50-48fc-b8ec-627e5d7b860e] Socket close event received\n2025-07-16 19:10:18.603 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59337 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:11:17.502 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:11:17.504 [info] [command][6a90614a-7f9c-4a99-a939-692eeebd265c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6a90614a-7f9c-4a99-a939-692eeebd265c""}\n2025-07-16 19:11:17.505 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][609ecf17-a944-4b3a-9b62-ab46387a106a] received connection request\n2025-07-16 19:11:17.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:11:17.523 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][609ecf17-a944-4b3a-9b62-ab46387a106a] socks forwarding established\n2025-07-16 19:11:17.552 [info] [command][6a90614a-7f9c-4a99-a939-692eeebd265c] Process exited with code 0\n2025-07-16 19:11:17.552 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][609ecf17-a944-4b3a-9b62-ab46387a106a] socks connection closed\n2025-07-16 19:11:17.553 [info] [command][6a90614a-7f9c-4a99-a939-692eeebd265c] Socket close event received\n2025-07-16 19:11:17.570 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59358 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:12:17.554 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:12:18.593 [info] [command][6d6824dd-d347-4395-9ef5-f0ed6c54784f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6d6824dd-d347-4395-9ef5-f0ed6c54784f""}\n2025-07-16 19:12:18.594 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][2e4c8805-8a9a-49fc-9135-59b5feb2537d] received connection request\n2025-07-16 19:12:18.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:12:18.615 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2e4c8805-8a9a-49fc-9135-59b5feb2537d] socks forwarding established\n2025-07-16 19:12:18.643 [info] [command][6d6824dd-d347-4395-9ef5-f0ed6c54784f] Process exited with code 0\n2025-07-16 19:12:18.644 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][2e4c8805-8a9a-49fc-9135-59b5feb2537d] socks connection closed\n2025-07-16 19:12:18.644 [info] [command][6d6824dd-d347-4395-9ef5-f0ed6c54784f] Socket close event received\n2025-07-16 19:12:18.661 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59414 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:13:18.649 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:13:18.652 [info] [command][b0bf0137-3502-457b-82a8-7c960e4ae9b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b0bf0137-3502-457b-82a8-7c960e4ae9b4""}\n2025-07-16 19:13:18.652 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c6e43b2d-e527-465e-b36b-f284d280d6f3] received connection request\n2025-07-16 19:13:18.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:13:18.670 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6e43b2d-e527-465e-b36b-f284d280d6f3] socks forwarding established\n2025-07-16 19:13:18.699 [info] [command][b0bf0137-3502-457b-82a8-7c960e4ae9b4] Process exited with code 0\n2025-07-16 19:13:18.699 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c6e43b2d-e527-465e-b36b-f284d280d6f3] socks connection closed\n2025-07-16 19:13:18.699 [info] [command][b0bf0137-3502-457b-82a8-7c960e4ae9b4] Socket close event received\n2025-07-16 19:13:18.717 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59484 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:14:18.702 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:14:18.703 [info] [command][993aa359-096f-45ff-826d-371839c4a629] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""993aa359-096f-45ff-826d-371839c4a629""}\n2025-07-16 19:14:18.704 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][aa939823-b55e-41c2-9458-6450ff25862f] received connection request\n2025-07-16 19:14:18.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:14:18.722 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aa939823-b55e-41c2-9458-6450ff25862f] socks forwarding established\n2025-07-16 19:14:18.750 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][aa939823-b55e-41c2-9458-6450ff25862f] socks connection closed\n2025-07-16 19:14:18.750 [info] [command][993aa359-096f-45ff-826d-371839c4a629] Process exited with code 0\n2025-07-16 19:14:18.750 [info] [command][993aa359-096f-45ff-826d-371839c4a629] Socket close event received\n2025-07-16 19:14:18.767 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59514 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:15:18.753 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:15:18.756 [info] [command][46ce5ce8-74bc-405f-a5a7-641c39acf6a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""46ce5ce8-74bc-405f-a5a7-641c39acf6a3""}\n2025-07-16 19:15:18.757 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][6972ac00-16b5-4b3b-abe5-64269ff84ef8] received connection request\n2025-07-16 19:15:18.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:15:18.775 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6972ac00-16b5-4b3b-abe5-64269ff84ef8] socks forwarding established\n2025-07-16 19:15:18.797 [info] [command][46ce5ce8-74bc-405f-a5a7-641c39acf6a3] Process exited with code 0\n2025-07-16 19:15:18.797 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][6972ac00-16b5-4b3b-abe5-64269ff84ef8] socks connection closed\n2025-07-16 19:15:18.797 [info] [command][46ce5ce8-74bc-405f-a5a7-641c39acf6a3] Socket close event received\n2025-07-16 19:15:18.815 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59558 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:16:18.802 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:16:18.804 [info] [command][69c5f432-5291-4896-aaa6-1b49673c6237] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""69c5f432-5291-4896-aaa6-1b49673c6237""}\n2025-07-16 19:16:18.805 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][05b464b4-0893-4f9e-bf04-7d130fd8f06b] received connection request\n2025-07-16 19:16:18.805 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:16:18.822 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][05b464b4-0893-4f9e-bf04-7d130fd8f06b] socks forwarding established\n2025-07-16 19:16:18.853 [info] [command][69c5f432-5291-4896-aaa6-1b49673c6237] Process exited with code 0\n2025-07-16 19:16:18.854 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][05b464b4-0893-4f9e-bf04-7d130fd8f06b] socks connection closed\n2025-07-16 19:16:18.854 [info] [command][69c5f432-5291-4896-aaa6-1b49673c6237] Socket close event received\n2025-07-16 19:16:18.872 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59583 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:17:18.859 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:17:18.861 [info] [command][d6d5ba9d-65dd-4d2c-83f3-819d10365dee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d6d5ba9d-65dd-4d2c-83f3-819d10365dee""}\n2025-07-16 19:17:18.862 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][615661b8-8469-47c2-8975-0540e2c8b89f] received connection request\n2025-07-16 19:17:18.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:17:18.880 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][615661b8-8469-47c2-8975-0540e2c8b89f] socks forwarding established\n2025-07-16 19:17:18.910 [info] [command][d6d5ba9d-65dd-4d2c-83f3-819d10365dee] Process exited with code 0\n2025-07-16 19:17:18.910 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][615661b8-8469-47c2-8975-0540e2c8b89f] socks connection closed\n2025-07-16 19:17:18.910 [info] [command][d6d5ba9d-65dd-4d2c-83f3-819d10365dee] Socket close event received\n2025-07-16 19:17:18.926 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59667 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:18:18.915 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:18:18.917 [info] [command][d5a13a12-05ea-4e67-9e19-11b445427bc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d5a13a12-05ea-4e67-9e19-11b445427bc1""}\n2025-07-16 19:18:18.917 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][959949b8-f830-4dbf-8166-3e44e61d52ab] received connection request\n2025-07-16 19:18:18.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:18:18.935 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][959949b8-f830-4dbf-8166-3e44e61d52ab] socks forwarding established\n2025-07-16 19:18:18.964 [info] [command][d5a13a12-05ea-4e67-9e19-11b445427bc1] Process exited with code 0\n2025-07-16 19:18:18.964 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][959949b8-f830-4dbf-8166-3e44e61d52ab] socks connection closed\n2025-07-16 19:18:18.964 [info] [command][d5a13a12-05ea-4e67-9e19-11b445427bc1] Socket close event received\n2025-07-16 19:18:18.982 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59698 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:19:18.970 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:19:18.972 [info] [command][c28cf896-8b8c-4bb5-b0c3-16437d2f5662] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c28cf896-8b8c-4bb5-b0c3-16437d2f5662""}\n2025-07-16 19:19:18.972 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][e1b702f6-72d9-4b93-8014-917d4f084d1f] received connection request\n2025-07-16 19:19:18.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:19:18.993 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1b702f6-72d9-4b93-8014-917d4f084d1f] socks forwarding established\n2025-07-16 19:19:19.024 [info] [command][c28cf896-8b8c-4bb5-b0c3-16437d2f5662] Process exited with code 0\n2025-07-16 19:19:19.024 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][e1b702f6-72d9-4b93-8014-917d4f084d1f] socks connection closed\n2025-07-16 19:19:19.025 [info] [command][c28cf896-8b8c-4bb5-b0c3-16437d2f5662] Socket close event received\n2025-07-16 19:19:19.044 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59725 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:20:19.029 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:20:19.031 [info] [command][daf05f35-067c-4753-965a-ff5521430cdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""daf05f35-067c-4753-965a-ff5521430cdf""}\n2025-07-16 19:20:19.032 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a33cb67a-3246-4dd9-8726-d968459f7380] received connection request\n2025-07-16 19:20:19.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:20:19.050 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a33cb67a-3246-4dd9-8726-d968459f7380] socks forwarding established\n2025-07-16 19:20:19.081 [info] [command][daf05f35-067c-4753-965a-ff5521430cdf] Process exited with code 0\n2025-07-16 19:20:19.081 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a33cb67a-3246-4dd9-8726-d968459f7380] socks connection closed\n2025-07-16 19:20:19.081 [info] [command][daf05f35-067c-4753-965a-ff5521430cdf] Socket close event received\n2025-07-16 19:20:19.099 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59770 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:21:19.086 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:21:19.088 [info] [command][d8298a51-abcd-4f53-bb78-d89045d4a0d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d8298a51-abcd-4f53-bb78-d89045d4a0d0""}\n2025-07-16 19:21:19.089 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7cd3ef9f-a27c-43de-9100-38b9e84d0363] received connection request\n2025-07-16 19:21:19.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 19:21:19.090 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:21:19.106 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7cd3ef9f-a27c-43de-9100-38b9e84d0363] socks forwarding established\n2025-07-16 19:21:19.136 [info] [command][d8298a51-abcd-4f53-bb78-d89045d4a0d0] Process exited with code 0\n2025-07-16 19:21:19.137 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7cd3ef9f-a27c-43de-9100-38b9e84d0363] socks connection closed\n2025-07-16 19:21:19.137 [info] [command][d8298a51-abcd-4f53-bb78-d89045d4a0d0] Socket close event received\n2025-07-16 19:21:19.154 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59808 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:22:19.139 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:22:19.142 [info] [command][531bb0fd-4654-4ea5-8b74-a3dc9b8af829] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""531bb0fd-4654-4ea5-8b74-a3dc9b8af829""}\n2025-07-16 19:22:19.143 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c5359a4f-aaa9-4ed2-8a61-d9c1b248a41e] received connection request\n2025-07-16 19:22:19.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:22:19.162 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c5359a4f-aaa9-4ed2-8a61-d9c1b248a41e] socks forwarding established\n2025-07-16 19:22:19.193 [info] [command][531bb0fd-4654-4ea5-8b74-a3dc9b8af829] Process exited with code 0\n2025-07-16 19:22:19.193 [info] [command][531bb0fd-4654-4ea5-8b74-a3dc9b8af829] Socket close event received\n2025-07-16 19:22:19.193 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c5359a4f-aaa9-4ed2-8a61-d9c1b248a41e] socks connection closed\n2025-07-16 19:22:19.211 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59865 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:23:19.198 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:23:19.200 [info] [command][83110169-1a78-4826-a1bb-47d063afa49b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""83110169-1a78-4826-a1bb-47d063afa49b""}\n2025-07-16 19:23:19.200 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][49e253d8-712a-4be2-bccd-d3c24f5cc79b] received connection request\n2025-07-16 19:23:19.201 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:23:19.217 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49e253d8-712a-4be2-bccd-d3c24f5cc79b] socks forwarding established\n2025-07-16 19:23:19.250 [info] [command][83110169-1a78-4826-a1bb-47d063afa49b] Process exited with code 0\n2025-07-16 19:23:19.250 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][49e253d8-712a-4be2-bccd-d3c24f5cc79b] socks connection closed\n2025-07-16 19:23:19.251 [info] [command][83110169-1a78-4826-a1bb-47d063afa49b] Socket close event received\n2025-07-16 19:23:19.268 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59891 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:24:19.254 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:24:19.256 [info] [command][7bb33fd8-700c-4f98-9a1f-4d75caabbe27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7bb33fd8-700c-4f98-9a1f-4d75caabbe27""}\n2025-07-16 19:24:19.257 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][12e25d9b-6613-4413-925a-543d9b981234] received connection request\n2025-07-16 19:24:19.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:24:19.275 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][12e25d9b-6613-4413-925a-543d9b981234] socks forwarding established\n2025-07-16 19:24:19.304 [info] [command][7bb33fd8-700c-4f98-9a1f-4d75caabbe27] Process exited with code 0\n2025-07-16 19:24:19.305 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][12e25d9b-6613-4413-925a-543d9b981234] socks connection closed\n2025-07-16 19:24:19.305 [info] [command][7bb33fd8-700c-4f98-9a1f-4d75caabbe27] Socket close event received\n2025-07-16 19:24:19.321 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59925 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:25:19.311 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:25:19.313 [info] [command][6b5c7e78-666a-4f4c-b0f4-23cd5a3bd9cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""6b5c7e78-666a-4f4c-b0f4-23cd5a3bd9cd""}\n2025-07-16 19:25:19.313 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][758027d6-e7b8-49a9-8fc8-d5203ba33516] received connection request\n2025-07-16 19:25:19.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:25:19.332 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][758027d6-e7b8-49a9-8fc8-d5203ba33516] socks forwarding established\n2025-07-16 19:25:19.363 [info] [command][6b5c7e78-666a-4f4c-b0f4-23cd5a3bd9cd] Process exited with code 0\n2025-07-16 19:25:19.364 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][758027d6-e7b8-49a9-8fc8-d5203ba33516] socks connection closed\n2025-07-16 19:25:19.364 [info] [command][6b5c7e78-666a-4f4c-b0f4-23cd5a3bd9cd] Socket close event received\n2025-07-16 19:25:19.383 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 59971 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:26:19.366 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:26:19.368 [info] [command][bb2a157b-12b3-443d-a9c5-99597cddd0ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bb2a157b-12b3-443d-a9c5-99597cddd0ab""}\n2025-07-16 19:26:19.368 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4166ce55-b043-44bd-a65b-9584c32ec526] received connection request\n2025-07-16 19:26:19.369 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:26:19.391 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4166ce55-b043-44bd-a65b-9584c32ec526] socks forwarding established\n2025-07-16 19:26:19.421 [info] [command][bb2a157b-12b3-443d-a9c5-99597cddd0ab] Process exited with code 0\n2025-07-16 19:26:19.421 [info] [command][bb2a157b-12b3-443d-a9c5-99597cddd0ab] Socket close event received\n2025-07-16 19:26:19.422 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4166ce55-b043-44bd-a65b-9584c32ec526] socks connection closed\n2025-07-16 19:26:19.438 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60001 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:27:19.423 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:27:19.425 [info] [command][94facf25-1f62-4bd4-b52c-4cf080005186] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""94facf25-1f62-4bd4-b52c-4cf080005186""}\n2025-07-16 19:27:19.425 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ad6e1b5d-48fc-4f9c-b792-3b3dc74ae924] received connection request\n2025-07-16 19:27:19.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:27:19.443 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ad6e1b5d-48fc-4f9c-b792-3b3dc74ae924] socks forwarding established\n2025-07-16 19:27:19.492 [info] [command][94facf25-1f62-4bd4-b52c-4cf080005186] Process exited with code 0\n2025-07-16 19:27:19.493 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ad6e1b5d-48fc-4f9c-b792-3b3dc74ae924] socks connection closed\n2025-07-16 19:27:19.493 [info] [command][94facf25-1f62-4bd4-b52c-4cf080005186] Socket close event received\n2025-07-16 19:27:19.508 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60066 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:28:19.498 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:28:19.500 [info] [command][57524785-2bdd-44cb-869a-996c48a617fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""57524785-2bdd-44cb-869a-996c48a617fa""}\n2025-07-16 19:28:19.500 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][86048ddb-ff18-4902-be6a-bb0d0769cc86] received connection request\n2025-07-16 19:28:19.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:28:19.516 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][86048ddb-ff18-4902-be6a-bb0d0769cc86] socks forwarding established\n2025-07-16 19:28:19.541 [info] [command][57524785-2bdd-44cb-869a-996c48a617fa] Process exited with code 0\n2025-07-16 19:28:19.542 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][86048ddb-ff18-4902-be6a-bb0d0769cc86] socks connection closed\n2025-07-16 19:28:19.542 [info] [command][57524785-2bdd-44cb-869a-996c48a617fa] Socket close event received\n2025-07-16 19:28:19.557 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60101 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:29:19.547 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:29:19.549 [info] [command][bceba443-4287-426a-a40a-c148a51a2a12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""bceba443-4287-426a-a40a-c148a51a2a12""}\n2025-07-16 19:29:19.550 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][18f071cf-1e5d-4514-a13d-05ef3b038ad4] received connection request\n2025-07-16 19:29:19.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:29:19.569 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][18f071cf-1e5d-4514-a13d-05ef3b038ad4] socks forwarding established\n2025-07-16 19:29:19.598 [info] [command][bceba443-4287-426a-a40a-c148a51a2a12] Process exited with code 0\n2025-07-16 19:29:19.598 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][18f071cf-1e5d-4514-a13d-05ef3b038ad4] socks connection closed\n2025-07-16 19:29:19.598 [info] [command][bceba443-4287-426a-a40a-c148a51a2a12] Socket close event received\n2025-07-16 19:29:19.615 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60162 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:30:19.603 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:30:19.606 [info] [command][d9d6f649-4e23-4f0d-ad11-54b41e291374] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d9d6f649-4e23-4f0d-ad11-54b41e291374""}\n2025-07-16 19:30:19.606 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][492fb211-92ff-4d2e-b423-420d5cecbcc5] received connection request\n2025-07-16 19:30:19.606 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:30:19.623 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][492fb211-92ff-4d2e-b423-420d5cecbcc5] socks forwarding established\n2025-07-16 19:30:19.652 [info] [command][d9d6f649-4e23-4f0d-ad11-54b41e291374] Process exited with code 0\n2025-07-16 19:30:19.652 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][492fb211-92ff-4d2e-b423-420d5cecbcc5] socks connection closed\n2025-07-16 19:30:19.652 [info] [command][d9d6f649-4e23-4f0d-ad11-54b41e291374] Socket close event received\n2025-07-16 19:30:19.667 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60203 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:31:19.652 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:31:19.653 [info] [command][a37f7aa0-d5cf-436a-af8f-4be055e46d0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""a37f7aa0-d5cf-436a-af8f-4be055e46d0a""}\n2025-07-16 19:31:19.654 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c099f5a2-c9f5-44fd-ac1f-90539c4ae8a0] received connection request\n2025-07-16 19:31:19.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:31:19.670 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c099f5a2-c9f5-44fd-ac1f-90539c4ae8a0] socks forwarding established\n2025-07-16 19:31:19.699 [info] [command][a37f7aa0-d5cf-436a-af8f-4be055e46d0a] Process exited with code 0\n2025-07-16 19:31:19.700 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c099f5a2-c9f5-44fd-ac1f-90539c4ae8a0] socks connection closed\n2025-07-16 19:31:19.700 [info] [command][a37f7aa0-d5cf-436a-af8f-4be055e46d0a] Socket close event received\n2025-07-16 19:31:19.718 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60238 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:32:19.705 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:32:19.708 [info] [command][8ede451d-2501-43af-8010-a4cb8787130c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""8ede451d-2501-43af-8010-a4cb8787130c""}\n2025-07-16 19:32:19.708 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][975fe105-c44e-4435-8532-13dfab3c8e14] received connection request\n2025-07-16 19:32:19.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:32:19.726 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][975fe105-c44e-4435-8532-13dfab3c8e14] socks forwarding established\n2025-07-16 19:32:19.755 [info] [command][8ede451d-2501-43af-8010-a4cb8787130c] Process exited with code 0\n2025-07-16 19:32:19.755 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][975fe105-c44e-4435-8532-13dfab3c8e14] socks connection closed\n2025-07-16 19:32:19.756 [info] [command][8ede451d-2501-43af-8010-a4cb8787130c] Socket close event received\n2025-07-16 19:32:19.774 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60306 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:33:19.761 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:33:19.763 [info] [command][c72e032e-c72a-4966-93b0-1bcabcf2659c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""c72e032e-c72a-4966-93b0-1bcabcf2659c""}\n2025-07-16 19:33:19.764 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][f3243991-eca8-4ab1-961b-b0842b97a804] received connection request\n2025-07-16 19:33:19.764 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:33:19.781 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f3243991-eca8-4ab1-961b-b0842b97a804] socks forwarding established\n2025-07-16 19:33:19.811 [info] [command][c72e032e-c72a-4966-93b0-1bcabcf2659c] Process exited with code 0\n2025-07-16 19:33:19.811 [info] [command][c72e032e-c72a-4966-93b0-1bcabcf2659c] Socket close event received\n2025-07-16 19:33:19.811 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][f3243991-eca8-4ab1-961b-b0842b97a804] socks connection closed\n2025-07-16 19:33:19.828 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60338 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:34:19.816 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:34:19.819 [info] [command][7aa35671-e29e-4976-a232-5e74732e455c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7aa35671-e29e-4976-a232-5e74732e455c""}\n2025-07-16 19:34:19.820 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][72e9347a-ca5f-4b84-aa39-d69f7e89bb35] received connection request\n2025-07-16 19:34:19.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:34:19.838 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72e9347a-ca5f-4b84-aa39-d69f7e89bb35] socks forwarding established\n2025-07-16 19:34:19.869 [info] [command][7aa35671-e29e-4976-a232-5e74732e455c] Process exited with code 0\n2025-07-16 19:34:19.870 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][72e9347a-ca5f-4b84-aa39-d69f7e89bb35] socks connection closed\n2025-07-16 19:34:19.870 [info] [command][7aa35671-e29e-4976-a232-5e74732e455c] Socket close event received\n2025-07-16 19:34:19.886 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60374 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:35:19.873 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:35:19.875 [info] [command][45b5f8e6-4b42-4ded-8051-b0d6876c3f91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""45b5f8e6-4b42-4ded-8051-b0d6876c3f91""}\n2025-07-16 19:35:19.876 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][22056f73-bd18-475d-b9dc-5abe4f90b183] received connection request\n2025-07-16 19:35:19.877 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:35:19.896 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][22056f73-bd18-475d-b9dc-5abe4f90b183] socks forwarding established\n2025-07-16 19:35:19.928 [info] [command][45b5f8e6-4b42-4ded-8051-b0d6876c3f91] Process exited with code 0\n2025-07-16 19:35:19.928 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][22056f73-bd18-475d-b9dc-5abe4f90b183] socks connection closed\n2025-07-16 19:35:19.929 [info] [command][45b5f8e6-4b42-4ded-8051-b0d6876c3f91] Socket close event received\n2025-07-16 19:35:19.948 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60425 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:36:19.934 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:36:19.937 [info] [command][7d2c361d-42f6-4323-b70c-2942e25a39f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""7d2c361d-42f6-4323-b70c-2942e25a39f9""}\n2025-07-16 19:36:19.938 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8b400a8d-9450-44a5-861b-86356a108718] received connection request\n2025-07-16 19:36:19.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:36:19.956 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8b400a8d-9450-44a5-861b-86356a108718] socks forwarding established\n2025-07-16 19:36:19.984 [info] [command][7d2c361d-42f6-4323-b70c-2942e25a39f9] Process exited with code 0\n2025-07-16 19:36:19.985 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8b400a8d-9450-44a5-861b-86356a108718] socks connection closed\n2025-07-16 19:36:19.985 [info] [command][7d2c361d-42f6-4323-b70c-2942e25a39f9] Socket close event received\n2025-07-16 19:36:20.002 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60455 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:37:19.990 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:37:19.992 [info] [command][1114b1bf-6617-45b4-acc7-f005a3247cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""1114b1bf-6617-45b4-acc7-f005a3247cdb""}\n2025-07-16 19:37:19.993 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a1f71375-7819-46de-bf86-3b1991d21694] received connection request\n2025-07-16 19:37:19.993 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:37:20.014 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a1f71375-7819-46de-bf86-3b1991d21694] socks forwarding established\n2025-07-16 19:37:20.206 [info] [command][1114b1bf-6617-45b4-acc7-f005a3247cdb] Process exited with code 0\n2025-07-16 19:37:20.206 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a1f71375-7819-46de-bf86-3b1991d21694] socks connection closed\n2025-07-16 19:37:20.206 [info] [command][1114b1bf-6617-45b4-acc7-f005a3247cdb] Socket close event received\n2025-07-16 19:37:20.222 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60542 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:38:20.207 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:38:20.209 [info] [command][fbecbf3a-ebc4-40f7-9646-9876acff1e15] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""fbecbf3a-ebc4-40f7-9646-9876acff1e15""}\n2025-07-16 19:38:20.210 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][df17f7fa-27d5-4d65-a07b-8a043757a563] received connection request\n2025-07-16 19:38:20.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:38:20.229 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][df17f7fa-27d5-4d65-a07b-8a043757a563] socks forwarding established\n2025-07-16 19:38:20.260 [info] [command][fbecbf3a-ebc4-40f7-9646-9876acff1e15] Process exited with code 0\n2025-07-16 19:38:20.260 [info] [command][fbecbf3a-ebc4-40f7-9646-9876acff1e15] Socket close event received\n2025-07-16 19:38:20.260 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][df17f7fa-27d5-4d65-a07b-8a043757a563] socks connection closed\n2025-07-16 19:38:20.278 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60569 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:39:20.264 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:39:20.267 [info] [command][81e08568-dc0d-4d54-8aaf-4ade6f650acd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""81e08568-dc0d-4d54-8aaf-4ade6f650acd""}\n2025-07-16 19:39:20.268 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][b269f93f-d343-4ddf-bf55-3e85c43318dd] received connection request\n2025-07-16 19:39:20.268 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:39:20.286 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b269f93f-d343-4ddf-bf55-3e85c43318dd] socks forwarding established\n2025-07-16 19:39:20.330 [info] [command][81e08568-dc0d-4d54-8aaf-4ade6f650acd] Process exited with code 0\n2025-07-16 19:39:20.330 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][b269f93f-d343-4ddf-bf55-3e85c43318dd] socks connection closed\n2025-07-16 19:39:20.330 [info] [command][81e08568-dc0d-4d54-8aaf-4ade6f650acd] Socket close event received\n2025-07-16 19:39:20.346 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60595 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:40:20.334 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:40:20.336 [info] [command][d0da2e99-d9cf-4ab4-8130-ed9bc60aa48c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""d0da2e99-d9cf-4ab4-8130-ed9bc60aa48c""}\n2025-07-16 19:40:20.337 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c22457ed-7869-41f7-94dc-9b6484634360] received connection request\n2025-07-16 19:40:20.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:40:20.353 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c22457ed-7869-41f7-94dc-9b6484634360] socks forwarding established\n2025-07-16 19:40:20.471 [info] [command][d0da2e99-d9cf-4ab4-8130-ed9bc60aa48c] Process exited with code 0\n2025-07-16 19:40:20.471 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c22457ed-7869-41f7-94dc-9b6484634360] socks connection closed\n2025-07-16 19:40:20.471 [info] [command][d0da2e99-d9cf-4ab4-8130-ed9bc60aa48c] Socket close event received\n2025-07-16 19:40:20.488 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60633 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:41:20.472 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:41:20.474 [info] [command][24130912-4581-46ca-be82-083c0ba8e33e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""24130912-4581-46ca-be82-083c0ba8e33e""}\n2025-07-16 19:41:20.475 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][c24a3ec9-3b4a-4592-8fd7-63972aa762f3] received connection request\n2025-07-16 19:41:20.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:41:20.492 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c24a3ec9-3b4a-4592-8fd7-63972aa762f3] socks forwarding established\n2025-07-16 19:41:20.521 [info] [command][24130912-4581-46ca-be82-083c0ba8e33e] Process exited with code 0\n2025-07-16 19:41:20.521 [info] [command][24130912-4581-46ca-be82-083c0ba8e33e] Socket close event received\n2025-07-16 19:41:20.522 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][c24a3ec9-3b4a-4592-8fd7-63972aa762f3] socks connection closed\n2025-07-16 19:41:20.539 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60662 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:42:20.526 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:42:20.529 [info] [command][51b403d5-6fe8-45a0-ba93-c400cf4ad3fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""51b403d5-6fe8-45a0-ba93-c400cf4ad3fb""}\n2025-07-16 19:42:20.530 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8708b76a-18de-439b-b138-697095afa1c8] received connection request\n2025-07-16 19:42:20.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:42:20.549 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8708b76a-18de-439b-b138-697095afa1c8] socks forwarding established\n2025-07-16 19:42:20.577 [info] [command][51b403d5-6fe8-45a0-ba93-c400cf4ad3fb] Process exited with code 0\n2025-07-16 19:42:20.577 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8708b76a-18de-439b-b138-697095afa1c8] socks connection closed\n2025-07-16 19:42:20.577 [info] [command][51b403d5-6fe8-45a0-ba93-c400cf4ad3fb] Socket close event received\n2025-07-16 19:42:20.594 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60719 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:43:20.582 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:43:20.584 [info] [command][f369df94-ce0e-4215-a767-1276c5329291] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f369df94-ce0e-4215-a767-1276c5329291""}\n2025-07-16 19:43:20.585 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ad475968-32c8-46b8-9a4d-2c6749ba67c0] received connection request\n2025-07-16 19:43:20.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 19:43:20.592 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:43:20.609 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ad475968-32c8-46b8-9a4d-2c6749ba67c0] socks forwarding established\n2025-07-16 19:43:20.639 [info] [command][f369df94-ce0e-4215-a767-1276c5329291] Process exited with code 0\n2025-07-16 19:43:20.639 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ad475968-32c8-46b8-9a4d-2c6749ba67c0] socks connection closed\n2025-07-16 19:43:20.639 [info] [command][f369df94-ce0e-4215-a767-1276c5329291] Socket close event received\n2025-07-16 19:43:20.656 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60746 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:44:20.644 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:44:20.646 [info] [command][526ead67-b6e8-42c1-b132-590699597b29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""526ead67-b6e8-42c1-b132-590699597b29""}\n2025-07-16 19:44:20.647 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][a5ab9d18-dfc4-4b4f-a26e-807d7171c9bb] received connection request\n2025-07-16 19:44:20.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:44:20.664 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a5ab9d18-dfc4-4b4f-a26e-807d7171c9bb] socks forwarding established\n2025-07-16 19:44:20.693 [info] [command][526ead67-b6e8-42c1-b132-590699597b29] Process exited with code 0\n2025-07-16 19:44:20.693 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][a5ab9d18-dfc4-4b4f-a26e-807d7171c9bb] socks connection closed\n2025-07-16 19:44:20.693 [info] [command][526ead67-b6e8-42c1-b132-590699597b29] Socket close event received\n2025-07-16 19:44:20.710 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60779 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:45:20.699 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:45:20.701 [info] [command][22be2a28-d422-4525-a166-d2cb0046f578] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""22be2a28-d422-4525-a166-d2cb0046f578""}\n2025-07-16 19:45:20.702 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][7013d24d-540e-4709-b6f5-e58f4a1776d9] received connection request\n2025-07-16 19:45:20.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:45:20.720 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7013d24d-540e-4709-b6f5-e58f4a1776d9] socks forwarding established\n2025-07-16 19:45:20.748 [info] [command][22be2a28-d422-4525-a166-d2cb0046f578] Process exited with code 0\n2025-07-16 19:45:20.749 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][7013d24d-540e-4709-b6f5-e58f4a1776d9] socks connection closed\n2025-07-16 19:45:20.749 [info] [command][22be2a28-d422-4525-a166-d2cb0046f578] Socket close event received\n2025-07-16 19:45:20.766 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60820 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:46:20.754 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:46:20.757 [info] [command][f2c30d6e-d7b0-422e-9600-bf2fdc43dae0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f2c30d6e-d7b0-422e-9600-bf2fdc43dae0""}\n2025-07-16 19:46:20.757 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][929d7dc6-a119-49df-bdff-eeb353813a92] received connection request\n2025-07-16 19:46:20.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:46:20.778 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][929d7dc6-a119-49df-bdff-eeb353813a92] socks forwarding established\n2025-07-16 19:46:20.811 [info] [command][f2c30d6e-d7b0-422e-9600-bf2fdc43dae0] Process exited with code 0\n2025-07-16 19:46:20.811 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][929d7dc6-a119-49df-bdff-eeb353813a92] socks connection closed\n2025-07-16 19:46:20.811 [info] [command][f2c30d6e-d7b0-422e-9600-bf2fdc43dae0] Socket close event received\n2025-07-16 19:46:20.828 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60844 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:47:20.813 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:47:20.815 [info] [command][f7cd2076-4fd0-4c42-aef2-564e135c7416] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f7cd2076-4fd0-4c42-aef2-564e135c7416""}\n2025-07-16 19:47:20.815 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][47db8fed-4d53-4535-b811-b0781dd79840] received connection request\n2025-07-16 19:47:20.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:47:20.831 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][47db8fed-4d53-4535-b811-b0781dd79840] socks forwarding established\n2025-07-16 19:47:20.863 [info] [command][f7cd2076-4fd0-4c42-aef2-564e135c7416] Process exited with code 0\n2025-07-16 19:47:20.863 [info] [command][f7cd2076-4fd0-4c42-aef2-564e135c7416] Socket close event received\n2025-07-16 19:47:20.864 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][47db8fed-4d53-4535-b811-b0781dd79840] socks connection closed\n2025-07-16 19:47:20.879 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60903 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:48:20.868 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:48:20.870 [info] [command][f58c79d3-74a8-43c5-a197-533fad8ccc8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""f58c79d3-74a8-43c5-a197-533fad8ccc8d""}\n2025-07-16 19:48:20.871 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][ade314c7-0c7a-4d46-bc9a-977640519690] received connection request\n2025-07-16 19:48:20.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:48:20.893 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ade314c7-0c7a-4d46-bc9a-977640519690] socks forwarding established\n2025-07-16 19:48:20.921 [info] [command][f58c79d3-74a8-43c5-a197-533fad8ccc8d] Process exited with code 0\n2025-07-16 19:48:20.922 [info] [command][f58c79d3-74a8-43c5-a197-533fad8ccc8d] Socket close event received\n2025-07-16 19:48:20.922 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][ade314c7-0c7a-4d46-bc9a-977640519690] socks connection closed\n2025-07-16 19:48:20.939 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60925 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:49:20.922 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:49:20.924 [info] [command][85ce06d5-ba03-4fcc-a732-0b156649cb18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""85ce06d5-ba03-4fcc-a732-0b156649cb18""}\n2025-07-16 19:49:20.924 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][41b76eea-0af9-47f2-b309-07612e1f79c0] received connection request\n2025-07-16 19:49:20.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:49:20.944 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][41b76eea-0af9-47f2-b309-07612e1f79c0] socks forwarding established\n2025-07-16 19:49:20.976 [info] [command][85ce06d5-ba03-4fcc-a732-0b156649cb18] Process exited with code 0\n2025-07-16 19:49:20.976 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][41b76eea-0af9-47f2-b309-07612e1f79c0] socks connection closed\n2025-07-16 19:49:20.976 [info] [command][85ce06d5-ba03-4fcc-a732-0b156649cb18] Socket close event received\n2025-07-16 19:49:20.993 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60954 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:50:20.976 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:50:20.979 [info] [command][cf36a275-3895-42b5-b8e3-2234e609f0a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""cf36a275-3895-42b5-b8e3-2234e609f0a5""}\n2025-07-16 19:50:20.980 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][8e802de2-4fcb-4a27-a830-863c116260a9] received connection request\n2025-07-16 19:50:20.980 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:50:20.997 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8e802de2-4fcb-4a27-a830-863c116260a9] socks forwarding established\n2025-07-16 19:50:21.026 [info] [command][cf36a275-3895-42b5-b8e3-2234e609f0a5] Process exited with code 0\n2025-07-16 19:50:21.027 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][8e802de2-4fcb-4a27-a830-863c116260a9] socks connection closed\n2025-07-16 19:50:21.027 [info] [command][cf36a275-3895-42b5-b8e3-2234e609f0a5] Socket close event received\n2025-07-16 19:50:21.044 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 60992 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:51:21.030 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:51:21.032 [info] [command][972cf636-37f8-4b6c-8a93-bbcf906dad13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""972cf636-37f8-4b6c-8a93-bbcf906dad13""}\n2025-07-16 19:51:21.032 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][fb60cbce-1da5-4774-96c3-84ced430845a] received connection request\n2025-07-16 19:51:21.033 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:51:21.050 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fb60cbce-1da5-4774-96c3-84ced430845a] socks forwarding established\n2025-07-16 19:51:21.078 [info] [command][972cf636-37f8-4b6c-8a93-bbcf906dad13] Process exited with code 0\n2025-07-16 19:51:21.078 [info] [command][972cf636-37f8-4b6c-8a93-bbcf906dad13] Socket close event received\n2025-07-16 19:51:21.079 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][fb60cbce-1da5-4774-96c3-84ced430845a] socks connection closed\n2025-07-16 19:51:21.097 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61019 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:52:21.082 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:52:21.083 [info] [command][aca7f230-6dea-4b42-81d2-b2b5a73e79f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""aca7f230-6dea-4b42-81d2-b2b5a73e79f6""}\n2025-07-16 19:52:21.084 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][4e7a8aef-e260-4482-9426-6ae8cce13da6] received connection request\n2025-07-16 19:52:21.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:52:21.103 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4e7a8aef-e260-4482-9426-6ae8cce13da6] socks forwarding established\n2025-07-16 19:52:21.135 [info] [command][aca7f230-6dea-4b42-81d2-b2b5a73e79f6] Process exited with code 0\n2025-07-16 19:52:21.135 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][4e7a8aef-e260-4482-9426-6ae8cce13da6] socks connection closed\n2025-07-16 19:52:21.135 [info] [command][aca7f230-6dea-4b42-81d2-b2b5a73e79f6] Socket close event received\n2025-07-16 19:52:21.153 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61072 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:53:21.136 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:53:21.138 [info] [command][4b85e432-93ab-488b-b045-4dc073020c12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""4b85e432-93ab-488b-b045-4dc073020c12""}\n2025-07-16 19:53:21.139 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][3d4d8ed4-71bc-4378-b857-6ff0ae7736ba] received connection request\n2025-07-16 19:53:21.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:53:21.157 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3d4d8ed4-71bc-4378-b857-6ff0ae7736ba] socks forwarding established\n2025-07-16 19:53:21.187 [info] [command][4b85e432-93ab-488b-b045-4dc073020c12] Process exited with code 0\n2025-07-16 19:53:21.187 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][3d4d8ed4-71bc-4378-b857-6ff0ae7736ba] socks connection closed\n2025-07-16 19:53:21.187 [info] [command][4b85e432-93ab-488b-b045-4dc073020c12] Socket close event received\n2025-07-16 19:53:21.204 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61093 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:54:21.193 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:54:21.195 [info] [command][ee254f8f-ac3d-416d-ae71-52ac7ea8fcfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ee254f8f-ac3d-416d-ae71-52ac7ea8fcfc""}\n2025-07-16 19:54:21.196 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][be9475bd-9677-44c7-81d5-51cbf6049efe] received connection request\n2025-07-16 19:54:21.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:54:21.215 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][be9475bd-9677-44c7-81d5-51cbf6049efe] socks forwarding established\n2025-07-16 19:54:21.247 [info] [command][ee254f8f-ac3d-416d-ae71-52ac7ea8fcfc] Process exited with code 0\n2025-07-16 19:54:21.248 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][be9475bd-9677-44c7-81d5-51cbf6049efe] socks connection closed\n2025-07-16 19:54:21.248 [info] [command][ee254f8f-ac3d-416d-ae71-52ac7ea8fcfc] Socket close event received\n2025-07-16 19:54:21.291 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61114 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:55:21.252 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:55:21.254 [info] [command][33a895cd-1231-4292-bfed-5678dd646130] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""33a895cd-1231-4292-bfed-5678dd646130""}\n2025-07-16 19:55:21.255 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][36bf7b0b-cb33-4d9b-ab0a-f0132cba2e03] received connection request\n2025-07-16 19:55:21.255 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 19:55:21.255 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:55:21.326 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][36bf7b0b-cb33-4d9b-ab0a-f0132cba2e03] socks forwarding established\n2025-07-16 19:55:21.349 [info] [command][33a895cd-1231-4292-bfed-5678dd646130] Process exited with code 0\n2025-07-16 19:55:21.350 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][36bf7b0b-cb33-4d9b-ab0a-f0132cba2e03] socks connection closed\n2025-07-16 19:55:21.350 [info] [command][33a895cd-1231-4292-bfed-5678dd646130] Socket close event received\n2025-07-16 19:55:21.367 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61182 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:56:21.351 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:56:21.353 [info] [command][b9117f10-c5ee-4c92-a681-0781903b6736] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b9117f10-c5ee-4c92-a681-0781903b6736""}\n2025-07-16 19:56:21.353 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][71a84d7b-81f0-49a6-9b81-f0d79cc19102] received connection request\n2025-07-16 19:56:21.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\n\n2025-07-16 19:56:21.354 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:56:21.370 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][71a84d7b-81f0-49a6-9b81-f0d79cc19102] socks forwarding established\n2025-07-16 19:56:21.399 [info] [command][b9117f10-c5ee-4c92-a681-0781903b6736] Process exited with code 0\n2025-07-16 19:56:21.399 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][71a84d7b-81f0-49a6-9b81-f0d79cc19102] socks connection closed\n2025-07-16 19:56:21.399 [info] [command][b9117f10-c5ee-4c92-a681-0781903b6736] Socket close event received\n2025-07-16 19:56:21.416 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61210 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:57:21.401 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:57:21.404 [info] [command][b3ff646d-554d-4234-97f0-4681f3bc8f99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""b3ff646d-554d-4234-97f0-4681f3bc8f99""}\n2025-07-16 19:57:21.405 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][46dea8b4-94f1-4da8-ac0e-3b8b3cf0a0b0] received connection request\n2025-07-16 19:57:21.406 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:57:21.423 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][46dea8b4-94f1-4da8-ac0e-3b8b3cf0a0b0] socks forwarding established\n2025-07-16 19:57:21.449 [info] [command][b3ff646d-554d-4234-97f0-4681f3bc8f99] Process exited with code 0\n2025-07-16 19:57:21.449 [info] [command][b3ff646d-554d-4234-97f0-4681f3bc8f99] Socket close event received\n2025-07-16 19:57:21.453 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][46dea8b4-94f1-4da8-ac0e-3b8b3cf0a0b0] socks connection closed\n2025-07-16 19:57:21.470 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61270 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:58:21.454 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:58:21.457 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][0ad092f9-e6e7-4140-a539-a1eea483031f] received connection request\n2025-07-16 19:58:21.458 [info] [command][ca953df7-f25a-40dd-a2d3-12a663a498a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""ca953df7-f25a-40dd-a2d3-12a663a498a3""}\n2025-07-16 19:58:21.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:58:21.475 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0ad092f9-e6e7-4140-a539-a1eea483031f] socks forwarding established\n2025-07-16 19:58:21.500 [info] [command][ca953df7-f25a-40dd-a2d3-12a663a498a3] Process exited with code 0\n2025-07-16 19:58:21.500 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][0ad092f9-e6e7-4140-a539-a1eea483031f] socks connection closed\n2025-07-16 19:58:21.500 [info] [command][ca953df7-f25a-40dd-a2d3-12a663a498a3] Socket close event received\n2025-07-16 19:58:21.517 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61296 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 19:59:21.501 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 19:59:21.503 [info] [command][59ba80a2-2207-42d4-9e21-753fca20c2ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""59ba80a2-2207-42d4-9e21-753fca20c2ed""}\n2025-07-16 19:59:21.504 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:46131][1fe4cc77-c23d-4c2f-843c-59389881bf7c] received connection request\n2025-07-16 19:59:21.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:59:21.522 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1fe4cc77-c23d-4c2f-843c-59389881bf7c] socks forwarding established\n2025-07-16 19:59:21.554 [info] [command][59ba80a2-2207-42d4-9e21-753fca20c2ed] Process exited with code 0\n2025-07-16 19:59:21.555 [info] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:54879 -> 127.0.0.1:46131][1fe4cc77-c23d-4c2f-843c-59389881bf7c] socks connection closed\n2025-07-16 19:59:21.555 [info] [command][59ba80a2-2207-42d4-9e21-753fca20c2ed] Socket close event received\n2025-07-16 19:59:21.574 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54879 for 127.0.0.1 port 46131, connect from 127.0.0.1 port 61333 to 127.0.0.1 port 54879, nchannels 6\n\n2025-07-16 20:00:13.878 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-16 20:00:13.879 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-16 20:00:13.934 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:36691][828d2ce1-225d-4cd5-828e-8972baea257d] received connection request\n2025-07-16 20:00:13.934 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:36691][37e6c00b-4b41-46cb-acf7-770e2232960e] received connection request\n2025-07-16 20:00:13.944 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.880 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-16 20:00:16.880 [error] Failed to connect to Cursor server at http://127.0.0.1:54992, attempt 1 of 3 This operation was aborted\n2025-07-16 20:00:16.881 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:36691][e5d9ed78-c20f-489b-befa-a4feb5d5af47] received connection request\n2025-07-16 20:00:16.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 54879 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.962 [info] Terminating existing SSH process with pid: 59968\n2025-07-16 20:00:16.962 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-16 20:00:16.962 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:00:16.962 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-16 20:00:16.963 [error] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][828d2ce1-225d-4cd5-828e-8972baea257d] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.963 [error] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][37e6c00b-4b41-46cb-acf7-770e2232960e] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.964 [error] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][e5d9ed78-c20f-489b-befa-a4feb5d5af47] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.964 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][b208034b-ea47-489d-9a2f-a66c1a0bf91f] socks connection closed\n2025-07-16 20:00:16.964 [info] [forwarding][code][127.0.0.1:54992 -> 127.0.0.1:54879 -> 127.0.0.1:36691][3750a387-fd9f-49e7-aa49-114a943db93b] socks connection closed\n2025-07-16 20:00:16.969 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40531.sh"" | ssh -v -T -D 61384 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:00:16.969 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:00:16.969 [info] Waiting for server to install via process(75819)...\n2025-07-16 20:00:16.975 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:00:16.975 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:00:16.975 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:00:16.975 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:00:16.975 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:00:16.976 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:00:16.977 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:00:16.977 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:00:16.977 [info] Retrying connection in 5 seconds...\n2025-07-16 20:00:17.891 [error] Failed to connect to Cursor server at http://127.0.0.1:54992, attempt 2 of 3 This operation was aborted\n2025-07-16 20:00:18.901 [error] Failed to connect to Cursor server at http://127.0.0.1:54992, attempt 3 of 3 This operation was aborted\n2025-07-16 20:00:18.902 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-16 20:00:18.902 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-16 20:03:24.363 [info] [remote-ssh] Pinging remote server on port 54993\n2025-07-16 20:03:24.363 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40531.sh\n2025-07-16 20:03:24.365 [error] [forwarding][multiplex][127.0.0.1:54993 -> 127.0.0.1:undefined][510480a3-d183-46da-b5df-50c494024f42] remote server not configured\n2025-07-16 20:03:24.365 [info] [command][81e37402-5f41-4903-8734-2f5524468df8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""5af59a3f-6da2-4e66-b313-c39b8c9081bf"",""id"":""81e37402-5f41-4903-8734-2f5524468df8""}\n2025-07-16 20:03:24.529 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:03:24.534 [error] [command][81e37402-5f41-4903-8734-2f5524468df8] Socket error: Error: read ECONNRESET\n2025-07-16 20:03:24.535 [info] [command][81e37402-5f41-4903-8734-2f5524468df8] Socket close event received\n2025-07-16 20:03:24.538 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79637.sh"" | ssh -v -T -D 61387 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:03:24.538 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:24.538 [info] Waiting for server to install via process(75833)...\n2025-07-16 20:03:24.546 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:24.546 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:03:24.546 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:24.546 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-16 20:03:24.546 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:24.546 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:24.546 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:03:24.548 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:03:24.548 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:24.549 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:24.549 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:29.558 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79637.sh\n2025-07-16 20:03:29.559 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:03:29.563 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4947.sh"" | ssh -v -T -D 61389 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:03:29.564 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:29.564 [info] Waiting for server to install via process(75840)...\n2025-07-16 20:03:29.578 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:29.578 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:29.579 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:29.579 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:29.579 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:03:29.581 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:03:29.582 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:29.582 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:29.582 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:34.594 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4947.sh\n2025-07-16 20:03:34.595 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:03:34.622 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78276.sh"" | ssh -v -T -D 61391 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:03:34.623 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:34.623 [info] Waiting for server to install via process(75851)...\n2025-07-16 20:03:34.692 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:34.692 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:03:34.692 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:34.694 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:34.697 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:03:35.644 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:03:35.669 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:35.669 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:35.669 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:40.690 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78276.sh\n2025-07-16 20:03:40.692 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:03:40.710 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_72610.sh"" | ssh -v -T -D 61395 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:03:40.710 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:40.710 [info] Waiting for server to install via process(75856)...\n2025-07-16 20:03:41.111 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:41.112 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:41.118 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:41.119 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:03:41.170 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:03:41.176 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:41.177 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:41.177 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:21.854 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_72610.sh\n2025-07-16 20:04:21.935 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:04:21.938 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12821.sh"" | ssh -v -T -D 61396 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:04:21.938 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:21.938 [info] Waiting for server to install via process(75866)...\n2025-07-16 20:04:21.948 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:21.948 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:21.948 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-16 20:04:21.948 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:21.948 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:21.949 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:04:21.952 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:04:21.953 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:21.953 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:21.953 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:26.963 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12821.sh\n2025-07-16 20:04:26.964 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:04:26.968 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44249.sh"" | ssh -v -T -D 61399 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:04:26.968 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:26.968 [info] Waiting for server to install via process(75876)...\n2025-07-16 20:04:26.986 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:26.986 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:26.987 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:26.987 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:26.987 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:04:26.990 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:04:26.990 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:26.991 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:26.991 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:31.996 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44249.sh\n2025-07-16 20:04:31.997 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:04:32.000 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97790.sh"" | ssh -v -T -D 61401 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:04:32.000 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:32.000 [info] Waiting for server to install via process(75884)...\n2025-07-16 20:04:32.034 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:04:32.034 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:32.035 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:32.035 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:32.035 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-16 20:04:32.035 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:04:32.038 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:04:32.040 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:32.040 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:32.040 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:37.046 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97790.sh\n2025-07-16 20:04:37.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:04:37.048 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10843.sh"" | ssh -v -T -D 61403 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:04:37.048 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:37.048 [info] Waiting for server to install via process(75892)...\n2025-07-16 20:04:37.058 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:37.058 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:37.058 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:37.058 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:37.058 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:04:37.060 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:04:37.061 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:37.061 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:37.061 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:42.064 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10843.sh\n2025-07-16 20:04:42.064 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:04:42.067 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63628.sh"" | ssh -v -T -D 61406 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:04:42.067 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:42.067 [info] Waiting for server to install via process(75900)...\n2025-07-16 20:04:42.076 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:42.076 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:42.076 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:42.076 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:42.076 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:04:42.079 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:04:42.079 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:42.079 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:42.079 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:47.090 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63628.sh\n2025-07-16 20:04:47.090 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:04:47.092 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28931.sh"" | ssh -v -T -D 61408 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:04:47.092 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:47.092 [info] Waiting for server to install via process(75907)...\n2025-07-16 20:04:47.102 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:47.102 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:47.102 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:47.102 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:47.102 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:04:47.104 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:04:47.105 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:47.105 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:47.105 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:52.115 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28931.sh\n2025-07-16 20:04:52.116 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:04:52.120 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75268.sh"" | ssh -v -T -D 61410 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:04:52.120 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:52.120 [info] Waiting for server to install via process(75916)...\n2025-07-16 20:04:52.133 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:52.133 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:52.133 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:52.133 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:52.133 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:04:52.135 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:04:52.136 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:52.136 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:52.136 [info] Retrying connection in 5 seconds...\n2025-07-16 20:11:57.472 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75268.sh\n2025-07-16 20:11:57.473 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2IWL4b/socket.sock\n2025-07-16 20:11:57.475 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37330.sh"" | ssh -v -T -D 61412 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:11:57.476 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:11:57.476 [info] Waiting for server to install via process(75925)...\n2025-07-16 20:11:57.502 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:11:57.511 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:11:57.533 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:11:57.534 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:11:57.534 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.534 [error] Failed to connect after 13 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.534 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37330.sh\n2025-07-16 20:11:57.535 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:18:05.797 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-16 20:18:05.812 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:18:05.813 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-16 20:18:05.815 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:18:05.817 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_72073.sh"" | ssh -v -T -D 62437 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:18:05.817 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:18:05.817 [info] Waiting for server to install via process(78328)...\n2025-07-16 20:18:05.823 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:18:05.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:18:05.823 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:18:05.824 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:18:05.824 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:18:05.824 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-16 20:18:05.824 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:18:07.044 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 20:18:07.044 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\n\n2025-07-16 20:18:07.044 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\n\n2025-07-16 20:18:07.044 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\n\n2025-07-16 20:18:07.044 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\n\n2025-07-16 20:18:07.044 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-16 20:18:07.045 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-16 20:18:07.045 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-16 20:18:07.045 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 20:18:07.180 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-16 20:18:07.181 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-16 20:18:07.182 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 20:18:07.268 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 20:18:07.269 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 20:18:07.400 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-16 20:18:07.401 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 20:18:07.401 [info] (ssh_tunnel) stderr: debug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-16 20:18:07.403 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-16 20:18:07.403 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 20:18:07.666 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 20:18:07.806 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 20:18:07.825 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-16 20:18:07.825 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-16 20:18:08.533 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-16 20:18:08.533 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-16 20:18:08.647 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 20:18:09.144 [info] Askpass server received request: POST /\n2025-07-16 20:18:09.145 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-16 20:18:09.145 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-16 20:18:31.230 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 20:18:31.366 [info] Askpass server received request: POST /\n2025-07-16 20:18:31.366 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-16 20:18:31.366 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-16 20:18:39.399 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:62437 forwarded to remote address socks:0\n\n2025-07-16 20:18:39.401 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 62437.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 62437.\n\n2025-07-16 20:18:39.401 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-16 20:18:39.404 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-16 20:18:39.706 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-16 20:18:39.714 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-16 20:18:39.723 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-16 20:18:39.833 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-16 20:18:42.779 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-16 20:18:42.945 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 20:18:42.961 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-16 20:18:42.991 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-16 20:18:43.005 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 20:18:43.120 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-16 20:18:43.142 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 20:18:43.160 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-16 20:18:43.173 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 20:18:43.205 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d4890471-e324-4b10-90fa-db4a1cbbb176\nMultiplex server started with PID 1799982 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 20:18:43.731 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-16 20:18:43.861 [info] (ssh_tunnel) stdout: Code server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 2440923 sh /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 20:18:43.888 [info] (ssh_tunnel) stdout: ea1bc2ded05bfd6843bb4479: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==35701==\nmultiplexConnectionToken==d4890471-e324-4b10-90fa-db4a1cbbb176==\ncodeListeningOn==36691==\ncodeConnectionToken==eec2fd76-3b12-4a3a-9f5f-ef00e4dedada==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nea1bc2ded05bfd6843bb4479: end\n\n2025-07-16 20:18:43.889 [info] Server install command exit code: 0\n2025-07-16 20:18:43.889 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_72073.sh\n2025-07-16 20:18:43.896 [info] [forwarding][code] creating new forwarding server\n2025-07-16 20:18:43.896 [info] [forwarding][code] server listening on 62463\n2025-07-16 20:18:43.896 [info] [forwarding][code] Set up server\n2025-07-16 20:18:43.896 [info] [remote-ssh] codeListeningOn (remote=36691; local=62463) codeConnectionToken: eec2fd76-3b12-4a3a-9f5f-ef00e4dedada\n2025-07-16 20:18:43.896 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-16 20:18:43.896 [info] [forwarding][multiplex] server listening on 62464\n2025-07-16 20:18:43.896 [info] [forwarding][multiplex] Set up server\n2025-07-16 20:18:43.897 [info] [remote-ssh] multiplexListeningOn (remote=35701; local=62464) multiplexConnectionToken: d4890471-e324-4b10-90fa-db4a1cbbb176\n2025-07-16 20:18:43.897 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:18:43.904 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][85e1916a-459d-4cee-9b75-dd9cf9eba40c] received connection request\n2025-07-16 20:18:43.904 [info] [command][fbc56e59-abea-4248-b08f-937d0db3223c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""fbc56e59-abea-4248-b08f-937d0db3223c""}\n2025-07-16 20:18:43.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:18:43.911 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 20:18:43.930 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:36691][2de93cb0-6fef-41ac-ac00-6f5aebb416ec] received connection request\n2025-07-16 20:18:43.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:18:44.006 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][85e1916a-459d-4cee-9b75-dd9cf9eba40c] socks forwarding established\n2025-07-16 20:18:44.045 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][2de93cb0-6fef-41ac-ac00-6f5aebb416ec] socks forwarding established\n2025-07-16 20:18:44.173 [info] [command][fbc56e59-abea-4248-b08f-937d0db3223c] Process exited with code 0\n2025-07-16 20:18:44.174 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][85e1916a-459d-4cee-9b75-dd9cf9eba40c] socks connection closed\n2025-07-16 20:18:44.174 [info] [command][fbc56e59-abea-4248-b08f-937d0db3223c] Socket close event received\n2025-07-16 20:18:44.180 [info] Successfully connected to Cursor server at http://127.0.0.1:62463/version\n2025-07-16 20:18:44.180 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-16 20:18:44.180 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][a856f5ec-9b4a-457f-9aeb-7fafe99ba9de] received connection request\n2025-07-16 20:18:44.181 [info] [command][cff0df51-3515-4be6-9eac-a7c2af57224c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""cff0df51-3515-4be6-9eac-a7c2af57224c""}\n2025-07-16 20:18:44.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:18:44.306 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 62466 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:18:44.306 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][a856f5ec-9b4a-457f-9aeb-7fafe99ba9de] socks forwarding established\n2025-07-16 20:18:44.445 [info] [command][cff0df51-3515-4be6-9eac-a7c2af57224c] Process exited with code 0\n2025-07-16 20:18:44.445 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-16 20:18:44.446 [info] [remote-ssh] Resolved exec server. Socks port: 62437\n2025-07-16 20:18:44.446 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":62463,""connectionToken"":""eec2fd76-3b12-4a3a-9f5f-ef00e4dedada"",""extensionHostEnv"":{}}. Socks port: 62437\n2025-07-16 20:18:44.446 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][a856f5ec-9b4a-457f-9aeb-7fafe99ba9de] socks connection closed\n2025-07-16 20:18:44.446 [info] [command][cff0df51-3515-4be6-9eac-a7c2af57224c] Socket close event received\n2025-07-16 20:18:44.494 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:36691][201104a0-4d84-44f6-b0dc-2c7b90ae1870] received connection request\n2025-07-16 20:18:44.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:18:44.807 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 62470 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:18:44.813 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][201104a0-4d84-44f6-b0dc-2c7b90ae1870] socks forwarding established\n2025-07-16 20:18:45.158 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:36691][b6786db1-5384-4aec-9620-5484fcdf49e4] received connection request\n2025-07-16 20:18:45.158 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:18:45.260 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][b6786db1-5384-4aec-9620-5484fcdf49e4] socks forwarding established\n2025-07-16 20:18:46.587 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-16 20:18:48.579 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 36691, connect from 127.0.0.1 port 62468 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:18:48.579 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][2de93cb0-6fef-41ac-ac00-6f5aebb416ec] socks connection closed\n2025-07-16 20:18:52.862 [info] [tunnel-forwarding][127.0.0.1:8791 -> localhost:8791] server listening\n2025-07-16 20:19:44.176 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:19:44.177 [info] [command][dd138dd6-3f14-4655-9d13-e299f13a28ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""dd138dd6-3f14-4655-9d13-e299f13a28ca""}\n2025-07-16 20:19:44.178 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][61419de9-afa8-4efb-b6a4-bbe097fa61df] received connection request\n2025-07-16 20:19:44.179 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:19:44.285 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][61419de9-afa8-4efb-b6a4-bbe097fa61df] socks forwarding established\n2025-07-16 20:19:44.429 [info] [command][dd138dd6-3f14-4655-9d13-e299f13a28ca] Process exited with code 0\n2025-07-16 20:19:44.430 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][61419de9-afa8-4efb-b6a4-bbe097fa61df] socks connection closed\n2025-07-16 20:19:44.430 [info] [command][dd138dd6-3f14-4655-9d13-e299f13a28ca] Socket close event received\n2025-07-16 20:19:44.521 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 62860 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:20:44.433 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:20:44.434 [info] [command][6ad7565d-13ba-40da-b20d-eb4d27090c96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""6ad7565d-13ba-40da-b20d-eb4d27090c96""}\n2025-07-16 20:20:44.435 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][75b1f3f6-9858-46a8-b852-41b503247488] received connection request\n2025-07-16 20:20:44.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:20:44.547 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][75b1f3f6-9858-46a8-b852-41b503247488] socks forwarding established\n2025-07-16 20:20:44.665 [info] [command][6ad7565d-13ba-40da-b20d-eb4d27090c96] Process exited with code 0\n2025-07-16 20:20:44.665 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][75b1f3f6-9858-46a8-b852-41b503247488] socks connection closed\n2025-07-16 20:20:44.665 [info] [command][6ad7565d-13ba-40da-b20d-eb4d27090c96] Socket close event received\n2025-07-16 20:20:44.777 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 62966 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:21:44.671 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:21:44.673 [info] [command][edc95574-87f1-4ab8-84f5-131a1b0bf52f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""edc95574-87f1-4ab8-84f5-131a1b0bf52f""}\n2025-07-16 20:21:44.674 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][d48e382b-ce3e-434c-901a-f45b99575961] received connection request\n2025-07-16 20:21:44.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\n\n2025-07-16 20:21:44.675 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:21:44.839 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][d48e382b-ce3e-434c-901a-f45b99575961] socks forwarding established\n2025-07-16 20:21:45.248 [info] [command][edc95574-87f1-4ab8-84f5-131a1b0bf52f] Process exited with code 0\n2025-07-16 20:21:45.249 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][d48e382b-ce3e-434c-901a-f45b99575961] socks connection closed\n2025-07-16 20:21:45.249 [info] [command][edc95574-87f1-4ab8-84f5-131a1b0bf52f] Socket close event received\n2025-07-16 20:21:45.428 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63097 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:22:45.251 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:22:45.253 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][4346d960-866d-44ef-9b6d-027e48e11e89] received connection request\n2025-07-16 20:22:45.254 [info] [command][45c4e19b-f6fc-4089-81cc-cf7b2bcaeda8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""45c4e19b-f6fc-4089-81cc-cf7b2bcaeda8""}\n2025-07-16 20:22:45.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:22:46.038 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][4346d960-866d-44ef-9b6d-027e48e11e89] socks forwarding established\n2025-07-16 20:22:56.762 [info] [command][45c4e19b-f6fc-4089-81cc-cf7b2bcaeda8] Process exited with code 0\n2025-07-16 20:22:56.762 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][4346d960-866d-44ef-9b6d-027e48e11e89] socks connection closed\n2025-07-16 20:22:56.763 [info] [command][45c4e19b-f6fc-4089-81cc-cf7b2bcaeda8] Socket close event received\n2025-07-16 20:22:58.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63210 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:23:56.768 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:23:56.769 [info] [command][51e01587-d97b-4d47-a179-86c3549b7f55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""51e01587-d97b-4d47-a179-86c3549b7f55""}\n2025-07-16 20:23:56.771 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][7ac775be-55b1-42c2-a32c-8659119c15e5] received connection request\n2025-07-16 20:23:56.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:23:56.905 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][7ac775be-55b1-42c2-a32c-8659119c15e5] socks forwarding established\n2025-07-16 20:23:57.078 [info] [command][51e01587-d97b-4d47-a179-86c3549b7f55] Process exited with code 0\n2025-07-16 20:23:57.079 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][7ac775be-55b1-42c2-a32c-8659119c15e5] socks connection closed\n2025-07-16 20:23:57.079 [info] [command][51e01587-d97b-4d47-a179-86c3549b7f55] Socket close event received\n2025-07-16 20:23:57.633 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63365 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:24:57.084 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:24:57.086 [info] [command][0e10aea4-bdcd-4795-ac14-0fc54dc5b501] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""0e10aea4-bdcd-4795-ac14-0fc54dc5b501""}\n2025-07-16 20:24:57.087 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][951984fa-7575-4837-9fa9-ea78f5885314] received connection request\n2025-07-16 20:24:57.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:24:57.197 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][951984fa-7575-4837-9fa9-ea78f5885314] socks forwarding established\n2025-07-16 20:24:57.307 [info] [command][0e10aea4-bdcd-4795-ac14-0fc54dc5b501] Process exited with code 0\n2025-07-16 20:24:57.307 [info] [command][0e10aea4-bdcd-4795-ac14-0fc54dc5b501] Socket close event received\n2025-07-16 20:24:57.312 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][951984fa-7575-4837-9fa9-ea78f5885314] socks connection closed\n2025-07-16 20:24:57.389 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63485 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:25:57.311 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:25:57.312 [info] [command][240266bc-cf08-4538-a0d3-7d5523c61eee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""240266bc-cf08-4538-a0d3-7d5523c61eee""}\n2025-07-16 20:25:57.313 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][a92e7b59-5a41-40e2-bbd1-d86221387b98] received connection request\n2025-07-16 20:25:57.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:25:57.394 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][a92e7b59-5a41-40e2-bbd1-d86221387b98] socks forwarding established\n2025-07-16 20:25:57.521 [info] [command][240266bc-cf08-4538-a0d3-7d5523c61eee] Process exited with code 0\n2025-07-16 20:25:57.522 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][a92e7b59-5a41-40e2-bbd1-d86221387b98] socks connection closed\n2025-07-16 20:25:57.522 [info] [command][240266bc-cf08-4538-a0d3-7d5523c61eee] Socket close event received\n2025-07-16 20:25:57.611 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63548 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:26:57.522 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:26:57.523 [info] [command][6670040e-4b58-4dbe-8eae-7bb60de72341] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""6670040e-4b58-4dbe-8eae-7bb60de72341""}\n2025-07-16 20:26:57.523 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][547d31fe-f9b0-4ea6-897d-66608dd30520] received connection request\n2025-07-16 20:26:57.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:26:57.607 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][547d31fe-f9b0-4ea6-897d-66608dd30520] socks forwarding established\n2025-07-16 20:26:57.717 [info] [command][6670040e-4b58-4dbe-8eae-7bb60de72341] Process exited with code 0\n2025-07-16 20:26:57.717 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][547d31fe-f9b0-4ea6-897d-66608dd30520] socks connection closed\n2025-07-16 20:26:57.717 [info] [command][6670040e-4b58-4dbe-8eae-7bb60de72341] Socket close event received\n2025-07-16 20:26:57.812 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63606 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:27:57.719 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:27:57.720 [info] [command][3b4c0424-9e69-4c17-8df8-25dc625d18ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""3b4c0424-9e69-4c17-8df8-25dc625d18ca""}\n2025-07-16 20:27:57.720 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][642d2f5c-21b1-4119-bdd6-ec749ae41fe9] received connection request\n2025-07-16 20:27:57.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:28:04.954 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][642d2f5c-21b1-4119-bdd6-ec749ae41fe9] socks forwarding established\n2025-07-16 20:28:09.576 [info] [command][3b4c0424-9e69-4c17-8df8-25dc625d18ca] Process exited with code 0\n2025-07-16 20:28:09.576 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][642d2f5c-21b1-4119-bdd6-ec749ae41fe9] socks connection closed\n2025-07-16 20:28:09.576 [info] [command][3b4c0424-9e69-4c17-8df8-25dc625d18ca] Socket close event received\n2025-07-16 20:28:11.454 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63692 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:29:09.581 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:29:09.582 [info] [command][7049b2fa-868e-42f3-a3b2-fdfa7530b0f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""7049b2fa-868e-42f3-a3b2-fdfa7530b0f7""}\n2025-07-16 20:29:09.583 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][096c6596-f09f-4b8b-a419-bc38a11a3b45] received connection request\n2025-07-16 20:29:09.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:29:09.667 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][096c6596-f09f-4b8b-a419-bc38a11a3b45] socks forwarding established\n2025-07-16 20:29:09.762 [info] [command][7049b2fa-868e-42f3-a3b2-fdfa7530b0f7] Process exited with code 0\n2025-07-16 20:29:09.762 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][096c6596-f09f-4b8b-a419-bc38a11a3b45] socks connection closed\n2025-07-16 20:29:09.762 [info] [command][7049b2fa-868e-42f3-a3b2-fdfa7530b0f7] Socket close event received\n2025-07-16 20:29:09.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 63959 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:30:09.766 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:30:09.768 [info] [command][62b06eb1-2f27-4c53-a53c-dfd289e4fce9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""62b06eb1-2f27-4c53-a53c-dfd289e4fce9""}\n2025-07-16 20:30:09.769 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][82b0283b-b8fc-4660-85f1-b6aa9d96dfec] received connection request\n2025-07-16 20:30:09.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:30:09.862 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][82b0283b-b8fc-4660-85f1-b6aa9d96dfec] socks forwarding established\n2025-07-16 20:30:09.977 [info] [command][62b06eb1-2f27-4c53-a53c-dfd289e4fce9] Process exited with code 0\n2025-07-16 20:30:09.978 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][82b0283b-b8fc-4660-85f1-b6aa9d96dfec] socks connection closed\n2025-07-16 20:30:09.978 [info] [command][62b06eb1-2f27-4c53-a53c-dfd289e4fce9] Socket close event received\n2025-07-16 20:30:10.064 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 64020 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:31:09.983 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:31:09.984 [info] [command][34afab8d-c1d6-4cbf-8a95-fc77e8a8143b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""34afab8d-c1d6-4cbf-8a95-fc77e8a8143b""}\n2025-07-16 20:31:09.985 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:35701][177c8cb6-16cc-4a08-bdb4-18553a767352] received connection request\n2025-07-16 20:31:09.985 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:31:10.089 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][177c8cb6-16cc-4a08-bdb4-18553a767352] socks forwarding established\n2025-07-16 20:31:10.232 [info] [command][34afab8d-c1d6-4cbf-8a95-fc77e8a8143b] Process exited with code 0\n2025-07-16 20:31:10.232 [info] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:62437 -> 127.0.0.1:35701][177c8cb6-16cc-4a08-bdb4-18553a767352] socks connection closed\n2025-07-16 20:31:10.232 [info] [command][34afab8d-c1d6-4cbf-8a95-fc77e8a8143b] Socket close event received\n2025-07-16 20:31:10.328 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62437 for 127.0.0.1 port 35701, connect from 127.0.0.1 port 64080 to 127.0.0.1 port 62437, nchannels 6\n\n2025-07-16 20:31:35.477 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-16 20:31:35.477 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-16 20:31:35.481 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:36691][ae1aec02-35b2-4347-b17e-62cb3a67ac75] received connection request\n2025-07-16 20:31:35.487 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:36691][a8de09b9-eb26-4169-980d-e7ccd1e7d127] received connection request\n2025-07-16 20:31:35.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:31:35.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:31:38.486 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-16 20:31:38.487 [error] Failed to connect to Cursor server at http://127.0.0.1:62463, attempt 1 of 3 This operation was aborted\n2025-07-16 20:31:38.493 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:36691][fa0a4bda-6a5f-4f18-a96d-81d147a64819] received connection request\n2025-07-16 20:31:38.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 62437 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:31:38.586 [info] Terminating existing SSH process with pid: 78328\n2025-07-16 20:31:38.586 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-16 20:31:38.586 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-16 20:31:38.586 [error] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][ae1aec02-35b2-4347-b17e-62cb3a67ac75] error while creating socks forwarding Socket closed\n2025-07-16 20:31:38.587 [error] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][a8de09b9-eb26-4169-980d-e7ccd1e7d127] error while creating socks forwarding Socket closed\n2025-07-16 20:31:38.587 [error] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][fa0a4bda-6a5f-4f18-a96d-81d147a64819] error while creating socks forwarding Socket closed\n2025-07-16 20:31:38.587 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][201104a0-4d84-44f6-b0dc-2c7b90ae1870] socks connection closed\n2025-07-16 20:31:38.587 [info] [forwarding][code][127.0.0.1:62463 -> 127.0.0.1:62437 -> 127.0.0.1:36691][b6786db1-5384-4aec-9620-5484fcdf49e4] socks connection closed\n2025-07-16 20:31:38.587 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:31:38.591 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4928.sh"" | ssh -v -T -D 64115 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:31:38.591 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:31:38.591 [info] Waiting for server to install via process(92008)...\n2025-07-16 20:31:38.613 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:31:38.613 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:31:38.613 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:31:38.613 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:31:38.614 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:31:38.615 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:31:38.615 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:31:38.616 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:31:38.616 [info] Retrying connection in 5 seconds...\n2025-07-16 20:31:39.492 [error] Failed to connect to Cursor server at http://127.0.0.1:62463, attempt 2 of 3 This operation was aborted\n2025-07-16 20:31:40.503 [error] Failed to connect to Cursor server at http://127.0.0.1:62463, attempt 3 of 3 This operation was aborted\n2025-07-16 20:31:40.506 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-16 20:31:40.506 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-16 20:32:29.359 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4928.sh\n2025-07-16 20:32:29.362 [info] [remote-ssh] Pinging remote server on port 62464\n2025-07-16 20:32:29.363 [info] [command][2d785155-7dd4-403a-bb90-a94b57091eca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d4890471-e324-4b10-90fa-db4a1cbbb176"",""id"":""2d785155-7dd4-403a-bb90-a94b57091eca""}\n2025-07-16 20:32:29.363 [error] [forwarding][multiplex][127.0.0.1:62464 -> 127.0.0.1:undefined][cf47fda8-e606-495c-b902-e35b1712a8e6] remote server not configured\n2025-07-16 20:32:29.363 [error] [command][2d785155-7dd4-403a-bb90-a94b57091eca] Socket error: Error: read ECONNRESET\n2025-07-16 20:32:29.363 [info] [command][2d785155-7dd4-403a-bb90-a94b57091eca] Socket close event received\n2025-07-16 20:32:29.370 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:32:29.382 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_58528.sh"" | ssh -v -T -D 64117 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:32:29.383 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:32:29.383 [info] Waiting for server to install via process(92014)...\n2025-07-16 20:32:29.543 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:32:29.544 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:32:29.544 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:32:29.544 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:32:29.545 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:32:29.552 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:32:29.552 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:32:29.552 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:32:29.552 [info] Retrying connection in 5 seconds...\n2025-07-16 20:32:34.558 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_58528.sh\n2025-07-16 20:32:34.559 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:32:34.562 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22240.sh"" | ssh -v -T -D 64121 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:32:34.562 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:32:34.562 [info] Waiting for server to install via process(92034)...\n2025-07-16 20:32:34.579 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:32:34.579 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:32:34.579 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:32:34.579 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:32:34.579 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:32:34.580 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:32:34.581 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:32:34.581 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:32:34.581 [info] Retrying connection in 5 seconds...\n2025-07-16 20:32:39.585 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_22240.sh\n2025-07-16 20:32:39.586 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:32:39.590 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83507.sh"" | ssh -v -T -D 64123 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:32:39.590 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:32:39.590 [info] Waiting for server to install via process(92051)...\n2025-07-16 20:32:39.603 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:32:39.603 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:32:39.603 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:32:39.603 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:32:39.603 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:32:39.604 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:32:39.604 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:32:39.604 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:32:39.604 [info] Retrying connection in 5 seconds...\n2025-07-16 20:32:44.611 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_83507.sh\n2025-07-16 20:32:44.612 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:32:44.619 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81714.sh"" | ssh -v -T -D 64125 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:32:44.619 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:32:44.619 [info] Waiting for server to install via process(92072)...\n2025-07-16 20:32:44.627 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:32:44.627 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:32:44.628 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:32:44.628 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:32:44.628 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:32:44.628 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:32:44.629 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:32:44.629 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:32:44.629 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:32:44.629 [info] Retrying connection in 5 seconds...\n2025-07-16 20:32:49.631 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81714.sh\n2025-07-16 20:32:49.632 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:32:49.633 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53251.sh"" | ssh -v -T -D 64126 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:32:49.633 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:32:49.633 [info] Waiting for server to install via process(92083)...\n2025-07-16 20:32:49.639 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:32:49.639 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:32:49.639 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:32:49.639 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:32:49.639 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:32:49.640 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:32:49.640 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:32:49.640 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:32:49.640 [info] Retrying connection in 5 seconds...\n2025-07-16 20:32:54.640 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53251.sh\n2025-07-16 20:32:54.641 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:32:54.644 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7304.sh"" | ssh -v -T -D 64127 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:32:54.644 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:32:54.644 [info] Waiting for server to install via process(92088)...\n2025-07-16 20:32:54.657 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:32:54.657 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:32:54.657 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:32:54.657 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:32:54.657 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:32:54.658 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:32:54.658 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:32:54.659 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:32:54.659 [info] Retrying connection in 5 seconds...\n2025-07-16 20:32:59.661 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7304.sh\n2025-07-16 20:32:59.662 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:32:59.663 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74653.sh"" | ssh -v -T -D 64129 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:32:59.663 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:32:59.663 [info] Waiting for server to install via process(92093)...\n2025-07-16 20:32:59.671 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:32:59.671 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:32:59.671 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:32:59.671 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:32:59.672 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:32:59.672 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:32:59.672 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:32:59.672 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:32:59.672 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:04.678 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74653.sh\n2025-07-16 20:33:04.678 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:04.680 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14588.sh"" | ssh -v -T -D 64131 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:04.680 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:04.680 [info] Waiting for server to install via process(92109)...\n2025-07-16 20:33:04.689 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:33:04.689 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:33:04.689 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:04.689 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:04.689 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:04.689 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:04.690 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:04.690 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:04.690 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:04.690 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:09.691 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_14588.sh\n2025-07-16 20:33:09.692 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:09.696 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_659.sh"" | ssh -v -T -D 64132 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:09.696 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:09.696 [info] Waiting for server to install via process(92114)...\n2025-07-16 20:33:09.708 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:33:09.708 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:09.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:09.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:09.708 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:09.709 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:09.709 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:09.709 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:09.709 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:14.714 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_659.sh\n2025-07-16 20:33:14.715 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:14.717 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60862.sh"" | ssh -v -T -D 64133 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:14.718 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:14.718 [info] Waiting for server to install via process(92118)...\n2025-07-16 20:33:14.736 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:33:14.736 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:33:14.736 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:14.736 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:14.736 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:14.736 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:14.737 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:14.737 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:14.738 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:14.738 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:19.745 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_60862.sh\n2025-07-16 20:33:19.746 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:19.749 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94447.sh"" | ssh -v -T -D 64134 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:19.749 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:19.749 [info] Waiting for server to install via process(92123)...\n2025-07-16 20:33:19.756 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:33:19.756 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:19.756 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:19.756 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:19.756 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:19.762 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:19.763 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:19.763 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:19.763 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:24.767 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94447.sh\n2025-07-16 20:33:24.767 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:24.770 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7186.sh"" | ssh -v -T -D 64135 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:24.770 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:24.770 [info] Waiting for server to install via process(92131)...\n2025-07-16 20:33:24.776 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:33:24.777 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:24.777 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:24.777 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:24.777 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:24.777 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:24.778 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:24.778 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:24.778 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:29.783 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7186.sh\n2025-07-16 20:33:29.784 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:29.787 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65824.sh"" | ssh -v -T -D 64136 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:29.787 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:29.787 [info] Waiting for server to install via process(92138)...\n2025-07-16 20:33:29.801 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:33:29.801 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:33:29.801 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:29.801 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:29.801 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:29.802 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:29.802 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:29.803 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:29.803 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:29.803 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:34.805 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65824.sh\n2025-07-16 20:33:34.805 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:34.807 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3437.sh"" | ssh -v -T -D 64137 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:34.807 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:34.807 [info] Waiting for server to install via process(92145)...\n2025-07-16 20:33:34.814 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:34.815 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:34.815 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:34.816 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:34.816 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:34.817 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:34.817 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:39.822 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3437.sh\n2025-07-16 20:33:39.823 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:39.826 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52841.sh"" | ssh -v -T -D 64138 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:39.826 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:39.826 [info] Waiting for server to install via process(92158)...\n2025-07-16 20:33:39.841 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:33:39.842 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:39.842 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:39.842 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:39.842 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:39.842 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:39.843 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:39.843 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:39.843 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:44.843 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_52841.sh\n2025-07-16 20:33:44.844 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:44.849 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8177.sh"" | ssh -v -T -D 64140 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:44.849 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:44.849 [info] Waiting for server to install via process(92162)...\n2025-07-16 20:33:44.864 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:33:44.864 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:44.865 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:44.865 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:44.865 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:44.865 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:44.866 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:44.866 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:44.866 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:49.870 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8177.sh\n2025-07-16 20:33:49.871 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:49.874 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31691.sh"" | ssh -v -T -D 64141 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:49.874 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:49.874 [info] Waiting for server to install via process(92171)...\n2025-07-16 20:33:49.894 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:33:49.894 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:33:49.894 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:49.894 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:49.894 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:49.894 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:49.895 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:49.895 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:49.895 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:49.895 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:54.896 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31691.sh\n2025-07-16 20:33:54.896 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:54.899 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19142.sh"" | ssh -v -T -D 64142 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:54.899 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:54.899 [info] Waiting for server to install via process(92180)...\n2025-07-16 20:33:54.906 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:33:54.906 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:54.906 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:54.906 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:54.906 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:54.907 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:54.908 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:54.908 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:54.908 [info] Retrying connection in 5 seconds...\n2025-07-16 20:33:59.910 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19142.sh\n2025-07-16 20:33:59.911 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:33:59.919 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84906.sh"" | ssh -v -T -D 64143 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:33:59.919 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:33:59.919 [info] Waiting for server to install via process(92185)...\n2025-07-16 20:33:59.967 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:33:59.968 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:33:59.968 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:33:59.968 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:33:59.968 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:33:59.968 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:33:59.969 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:33:59.969 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:33:59.969 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:33:59.969 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:04.974 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_84906.sh\n2025-07-16 20:34:04.974 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:04.977 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27666.sh"" | ssh -v -T -D 64145 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:04.977 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:04.977 [info] Waiting for server to install via process(92193)...\n2025-07-16 20:34:04.986 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:34:04.986 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:04.986 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-16 20:34:04.986 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:04.986 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:04.986 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:04.987 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:04.988 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:04.988 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:04.988 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:09.993 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27666.sh\n2025-07-16 20:34:09.994 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:09.996 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25460.sh"" | ssh -v -T -D 64146 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:09.996 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:09.996 [info] Waiting for server to install via process(92202)...\n2025-07-16 20:34:10.003 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:34:10.003 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:10.003 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:10.003 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:10.004 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:10.004 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:10.004 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:10.005 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:10.005 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:15.010 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25460.sh\n2025-07-16 20:34:15.010 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:15.012 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73052.sh"" | ssh -v -T -D 64147 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:15.012 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:15.012 [info] Waiting for server to install via process(92206)...\n2025-07-16 20:34:15.033 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:34:15.033 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:15.033 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:15.033 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:15.034 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:15.035 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:15.035 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:15.035 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:20.042 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73052.sh\n2025-07-16 20:34:20.043 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:20.045 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90599.sh"" | ssh -v -T -D 64148 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:20.045 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:20.045 [info] Waiting for server to install via process(92211)...\n2025-07-16 20:34:20.052 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:34:20.052 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:34:20.052 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:20.053 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:20.053 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:20.053 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:20.053 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:20.054 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:20.054 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:20.054 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:25.055 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90599.sh\n2025-07-16 20:34:25.056 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:25.060 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_38896.sh"" | ssh -v -T -D 64149 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:25.060 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:25.060 [info] Waiting for server to install via process(92224)...\n2025-07-16 20:34:25.073 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:34:25.073 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:25.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:25.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:25.073 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:25.075 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:25.076 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:25.076 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:25.076 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:30.080 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_38896.sh\n2025-07-16 20:34:30.081 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:30.083 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40067.sh"" | ssh -v -T -D 64150 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:30.083 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:30.083 [info] Waiting for server to install via process(92248)...\n2025-07-16 20:34:30.089 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:34:30.089 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:30.089 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:30.089 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:30.089 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:30.089 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:30.090 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:30.090 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:30.090 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:35.093 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_40067.sh\n2025-07-16 20:34:35.094 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:35.097 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63970.sh"" | ssh -v -T -D 64151 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:35.098 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:35.098 [info] Waiting for server to install via process(92256)...\n2025-07-16 20:34:35.105 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:34:35.106 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:35.106 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:35.106 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:35.106 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:35.106 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:35.107 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:35.107 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:35.107 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:40.107 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63970.sh\n2025-07-16 20:34:40.108 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:40.119 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7222.sh"" | ssh -v -T -D 64152 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:40.119 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:40.119 [info] Waiting for server to install via process(92261)...\n2025-07-16 20:34:40.125 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:34:40.126 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:40.126 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:40.126 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:40.126 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:40.126 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:40.127 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:40.127 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:40.127 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:45.128 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7222.sh\n2025-07-16 20:34:45.129 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:45.130 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44328.sh"" | ssh -v -T -D 64153 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:45.130 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:45.130 [info] Waiting for server to install via process(92266)...\n2025-07-16 20:34:45.137 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:34:45.137 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:34:45.137 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:45.137 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:45.137 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:45.137 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:45.138 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:45.138 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:45.138 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:45.138 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:50.141 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44328.sh\n2025-07-16 20:34:50.142 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:50.146 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_9195.sh"" | ssh -v -T -D 64154 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:50.146 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:50.146 [info] Waiting for server to install via process(92273)...\n2025-07-16 20:34:50.164 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:34:50.164 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:34:50.164 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:50.164 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:50.164 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:50.164 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:50.165 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:50.165 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:50.165 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:50.165 [info] Retrying connection in 5 seconds...\n2025-07-16 20:34:55.168 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_9195.sh\n2025-07-16 20:34:55.169 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:34:55.176 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78626.sh"" | ssh -v -T -D 64155 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:34:55.176 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:34:55.176 [info] Waiting for server to install via process(92277)...\n2025-07-16 20:34:55.183 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:34:55.183 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:34:55.183 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:34:55.183 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:34:55.183 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:34:55.184 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:34:55.184 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:34:55.185 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:34:55.185 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:34:55.185 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:00.190 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78626.sh\n2025-07-16 20:35:00.190 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:00.191 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61405.sh"" | ssh -v -T -D 64156 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:00.192 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:00.192 [info] Waiting for server to install via process(92285)...\n2025-07-16 20:35:00.199 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:00.199 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:00.199 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:00.199 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:00.199 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:00.200 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:00.200 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:00.200 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:00.200 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:05.204 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61405.sh\n2025-07-16 20:35:05.205 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:05.206 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8116.sh"" | ssh -v -T -D 64157 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:05.206 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:05.206 [info] Waiting for server to install via process(92295)...\n2025-07-16 20:35:05.212 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:35:05.212 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:05.212 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:05.212 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:05.212 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:05.212 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:05.213 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:05.213 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:05.214 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:05.214 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:10.219 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8116.sh\n2025-07-16 20:35:10.220 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:10.221 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87570.sh"" | ssh -v -T -D 64159 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:10.221 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:10.221 [info] Waiting for server to install via process(92301)...\n2025-07-16 20:35:10.227 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:35:10.227 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:10.227 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:10.227 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:10.227 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:10.228 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:10.228 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:10.228 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:10.228 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:15.229 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87570.sh\n2025-07-16 20:35:15.230 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:15.232 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4297.sh"" | ssh -v -T -D 64160 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:15.232 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:15.232 [info] Waiting for server to install via process(92309)...\n2025-07-16 20:35:15.238 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:35:15.238 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:15.238 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:15.238 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:15.238 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:15.238 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:15.239 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:15.239 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:15.239 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:15.239 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:20.242 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4297.sh\n2025-07-16 20:35:20.243 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:20.245 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_85332.sh"" | ssh -v -T -D 64161 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:20.245 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:20.245 [info] Waiting for server to install via process(92323)...\n2025-07-16 20:35:20.255 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:35:20.255 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:20.256 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:20.256 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:20.256 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:20.257 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:20.258 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:20.258 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:20.258 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:25.262 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_85332.sh\n2025-07-16 20:35:25.265 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:25.267 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_807.sh"" | ssh -v -T -D 64162 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:25.267 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:25.267 [info] Waiting for server to install via process(92340)...\n2025-07-16 20:35:25.272 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:35:25.272 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:25.272 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:25.273 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:25.273 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:25.273 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:25.273 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:25.274 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:25.274 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:25.274 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:30.276 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_807.sh\n2025-07-16 20:35:30.276 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:30.278 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50400.sh"" | ssh -v -T -D 64163 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:30.278 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:30.278 [info] Waiting for server to install via process(92349)...\n2025-07-16 20:35:30.285 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:30.285 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:30.286 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:30.286 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:30.286 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:30.286 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:30.287 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:30.287 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:30.287 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:35.288 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_50400.sh\n2025-07-16 20:35:35.289 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:35.293 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_89336.sh"" | ssh -v -T -D 64164 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:35.294 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:35.294 [info] Waiting for server to install via process(92354)...\n2025-07-16 20:35:35.306 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:35.307 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:35.307 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:35.307 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:35.307 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:35.307 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:35.308 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:35.308 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:35.308 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:40.315 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_89336.sh\n2025-07-16 20:35:40.315 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:40.318 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35236.sh"" | ssh -v -T -D 64165 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:40.318 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:40.318 [info] Waiting for server to install via process(92359)...\n2025-07-16 20:35:40.338 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:35:40.338 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:40.338 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:40.338 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:40.339 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:40.339 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:40.340 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:40.340 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:40.340 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:45.345 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35236.sh\n2025-07-16 20:35:45.346 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:45.348 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66867.sh"" | ssh -v -T -D 64166 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:45.348 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:45.348 [info] Waiting for server to install via process(92365)...\n2025-07-16 20:35:45.355 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:35:45.355 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:45.355 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:45.356 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:45.356 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:45.356 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:45.357 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:45.358 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:45.358 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:45.358 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:50.364 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_66867.sh\n2025-07-16 20:35:50.365 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:50.369 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65574.sh"" | ssh -v -T -D 64167 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:50.369 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:50.369 [info] Waiting for server to install via process(92376)...\n2025-07-16 20:35:50.377 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:35:50.377 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:50.377 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:50.377 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:50.377 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:50.378 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:50.378 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:50.378 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:50.378 [info] Retrying connection in 5 seconds...\n2025-07-16 20:35:55.382 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65574.sh\n2025-07-16 20:35:55.384 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:35:55.387 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65731.sh"" | ssh -v -T -D 64168 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:35:55.387 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:35:55.387 [info] Waiting for server to install via process(92380)...\n2025-07-16 20:35:55.400 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:35:55.400 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:35:55.400 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:35:55.400 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:35:55.400 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:35:55.401 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:35:55.401 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:35:55.402 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:35:55.402 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:35:55.402 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:00.404 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65731.sh\n2025-07-16 20:36:00.405 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:00.409 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65363.sh"" | ssh -v -T -D 64169 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:00.409 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:00.409 [info] Waiting for server to install via process(92385)...\n2025-07-16 20:36:00.426 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:36:00.426 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:00.426 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:00.426 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:00.427 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:00.427 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:00.427 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:00.427 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:00.427 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:05.433 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_65363.sh\n2025-07-16 20:36:05.435 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:05.437 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71163.sh"" | ssh -v -T -D 64170 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:05.437 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:05.437 [info] Waiting for server to install via process(92389)...\n2025-07-16 20:36:05.449 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:36:05.449 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:36:05.449 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:05.449 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:05.450 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:05.450 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:05.450 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:05.451 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:05.451 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:05.451 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:10.457 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71163.sh\n2025-07-16 20:36:10.457 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:10.458 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2437.sh"" | ssh -v -T -D 64171 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:10.458 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:10.458 [info] Waiting for server to install via process(92395)...\n2025-07-16 20:36:10.464 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:36:10.464 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:10.465 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:10.465 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:10.465 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:10.465 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:10.466 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:10.466 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:10.466 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:15.468 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2437.sh\n2025-07-16 20:36:15.469 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:15.472 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62178.sh"" | ssh -v -T -D 64172 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:15.472 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:15.472 [info] Waiting for server to install via process(92399)...\n2025-07-16 20:36:15.486 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:36:15.486 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:36:15.486 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:15.487 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:15.487 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:15.487 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:15.487 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:15.488 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:15.488 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:15.488 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:20.493 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_62178.sh\n2025-07-16 20:36:20.493 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:20.500 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31975.sh"" | ssh -v -T -D 64173 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:20.500 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:20.500 [info] Waiting for server to install via process(92404)...\n2025-07-16 20:36:20.514 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:36:20.514 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:36:20.514 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:20.514 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:20.514 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:20.514 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:20.515 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:20.516 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:20.516 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:20.516 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:25.521 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_31975.sh\n2025-07-16 20:36:25.522 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:25.524 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48008.sh"" | ssh -v -T -D 64174 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:25.524 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:25.524 [info] Waiting for server to install via process(92409)...\n2025-07-16 20:36:25.541 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:36:25.541 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:25.541 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:25.541 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:25.541 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:25.542 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:25.542 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:25.542 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:25.542 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:30.548 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48008.sh\n2025-07-16 20:36:30.549 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:30.552 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12831.sh"" | ssh -v -T -D 64175 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:30.553 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:30.553 [info] Waiting for server to install via process(92414)...\n2025-07-16 20:36:30.564 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:36:30.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:30.564 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:30.565 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:30.565 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:30.565 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:30.566 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:30.566 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:30.566 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:35.571 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_12831.sh\n2025-07-16 20:36:35.572 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:35.575 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63021.sh"" | ssh -v -T -D 64176 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:35.575 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:35.575 [info] Waiting for server to install via process(92418)...\n2025-07-16 20:36:35.591 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-16 20:36:35.591 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:35.591 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:36:35.591 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:35.591 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:35.592 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:35.592 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:35.592 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:35.592 [info] Retrying connection in 5 seconds...\n2025-07-16 20:36:40.595 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63021.sh\n2025-07-16 20:36:40.596 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-Ikhp3h/socket.sock\n2025-07-16 20:36:40.600 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76875.sh"" | ssh -v -T -D 64177 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:36:40.601 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:36:40.601 [info] Waiting for server to install via process(92423)...\n2025-07-16 20:36:40.612 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:36:40.612 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:36:40.613 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:36:40.613 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:36:40.614 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 20:36:40.614 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:36:40.614 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:40.614 [error] Failed to connect after 52 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:36:40.614 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76875.sh\n2025-07-16 20:36:40.615 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:57:05.374 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-16 20:57:05.390 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tUEuR6/socket.sock\n2025-07-16 20:57:05.390 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-16 20:57:05.392 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tUEuR6/socket.sock\n2025-07-16 20:57:05.395 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64354.sh"" | ssh -v -T -D 65072 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 20:57:05.395 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:57:05.395 [info] Waiting for server to install via process(93351)...\n2025-07-16 20:57:05.403 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:57:05.403 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:57:05.403 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:57:05.403 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:57:05.404 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 20:57:05.657 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 20:57:05.657 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-16 20:57:05.658 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-16 20:57:05.658 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-16 20:57:05.658 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 20:57:05.768 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-16 20:57:05.770 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 20:57:05.770 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 20:57:05.858 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 20:57:05.860 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 20:57:05.967 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-16 20:57:05.968 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-16 20:57:05.968 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-16 20:57:05.972 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-16 20:57:05.972 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 20:57:06.177 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 20:57:06.280 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 20:57:06.282 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 20:57:06.282 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-16 20:57:06.972 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-16 20:57:07.067 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 20:57:07.146 [info] Askpass server received request: POST /\n2025-07-16 20:57:07.146 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-16 20:57:07.146 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-16 20:57:11.925 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 20:57:12.051 [info] Askpass server received request: POST /\n2025-07-16 20:57:12.051 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-16 20:57:12.051 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-16 20:57:20.709 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:65072 forwarded to remote address socks:0\n\n2025-07-16 20:57:20.710 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 65072.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 65072.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-16 20:57:21.014 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-16 20:57:21.014 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-16 20:57:21.023 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\n\n2025-07-16 20:57:21.023 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-16 20:57:21.102 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-16 20:57:24.227 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-16 20:57:24.400 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 20:57:24.403 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-16 20:57:24.480 [info] (ssh_tunnel) stdout: v20.18.2\nChecking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 20:57:24.563 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-16 20:57:24.584 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 20:57:24.605 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-16 20:57:24.616 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 20:57:24.633 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b\n\n2025-07-16 20:57:24.645 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2032028 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 20:57:24.646 [info] (ssh_tunnel) stdout: Reading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 20:57:24.646 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-16 20:57:24.649 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 20:57:25.381 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 2440923 sh /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n138e76a05057c13f8c0467be: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==35047==\nmultiplexConnectionToken==7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b==\ncodeListeningOn==36691==\ncodeConnectionToken==eec2fd76-3b12-4a3a-9f5f-ef00e4dedada==\n\n2025-07-16 20:57:25.381 [info] (ssh_tunnel) stdout: detectedPlatform==linux==\n\n2025-07-16 20:57:25.457 [info] (ssh_tunnel) stdout: arch==x64==\nSSH_AUTH_SOCK====\n138e76a05057c13f8c0467be: end\nUnlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-16 20:57:25.458 [info] Server install command exit code: 0\n2025-07-16 20:57:25.458 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64354.sh\n2025-07-16 20:57:25.458 [info] [forwarding][code] creating new forwarding server\n2025-07-16 20:57:25.459 [info] [forwarding][code] server listening on 65120\n2025-07-16 20:57:25.459 [info] [forwarding][code] Set up server\n2025-07-16 20:57:25.459 [info] [remote-ssh] codeListeningOn (remote=36691; local=65120) codeConnectionToken: eec2fd76-3b12-4a3a-9f5f-ef00e4dedada\n2025-07-16 20:57:25.459 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-16 20:57:25.459 [info] [forwarding][multiplex] server listening on 65121\n2025-07-16 20:57:25.459 [info] [forwarding][multiplex] Set up server\n2025-07-16 20:57:25.460 [info] [remote-ssh] multiplexListeningOn (remote=35047; local=65121) multiplexConnectionToken: 7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b\n2025-07-16 20:57:25.460 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 20:57:25.463 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][0db28a64-823c-456e-86db-97070de95a0d] received connection request\n2025-07-16 20:57:25.464 [info] [command][46ecfe58-5c9e-45e2-a8d6-6af1e46214ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""46ecfe58-5c9e-45e2-a8d6-6af1e46214ee""}\n2025-07-16 20:57:25.464 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:57:25.471 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:36691][2ce69d21-32fa-46bb-9c44-08af1427837f] received connection request\n2025-07-16 20:57:25.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:57:25.547 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][0db28a64-823c-456e-86db-97070de95a0d] socks forwarding established\n2025-07-16 20:57:25.547 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][2ce69d21-32fa-46bb-9c44-08af1427837f] socks forwarding established\n2025-07-16 20:57:25.643 [info] [command][46ecfe58-5c9e-45e2-a8d6-6af1e46214ee] Process exited with code 0\n2025-07-16 20:57:25.643 [info] [command][46ecfe58-5c9e-45e2-a8d6-6af1e46214ee] Socket close event received\n2025-07-16 20:57:25.647 [info] Successfully connected to Cursor server at http://127.0.0.1:65120/version\n2025-07-16 20:57:25.647 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-16 20:57:25.648 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][426de3d8-20bb-4462-bc87-82c93fd01c03] received connection request\n2025-07-16 20:57:25.648 [info] [command][46054261-61ea-41f4-9045-295a3766ecbb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""46054261-61ea-41f4-9045-295a3766ecbb""}\n2025-07-16 20:57:25.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:57:25.649 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][0db28a64-823c-456e-86db-97070de95a0d] socks connection closed\n2025-07-16 20:57:25.779 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 65123 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 20:57:25.779 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][426de3d8-20bb-4462-bc87-82c93fd01c03] socks forwarding established\n2025-07-16 20:57:26.071 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][426de3d8-20bb-4462-bc87-82c93fd01c03] socks connection closed\n2025-07-16 20:57:26.072 [info] [command][46054261-61ea-41f4-9045-295a3766ecbb] Process exited with code 0\n2025-07-16 20:57:26.072 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-16 20:57:26.073 [info] [remote-ssh] Resolved exec server. Socks port: 65072\n2025-07-16 20:57:26.073 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":65120,""connectionToken"":""eec2fd76-3b12-4a3a-9f5f-ef00e4dedada"",""extensionHostEnv"":{}}. Socks port: 65072\n2025-07-16 20:57:26.073 [info] [command][46054261-61ea-41f4-9045-295a3766ecbb] Socket close event received\n2025-07-16 20:57:26.119 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:36691][350c2570-9370-4465-ae38-c0d3fb3659b0] received connection request\n2025-07-16 20:57:26.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:57:26.192 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 65127 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 20:57:26.287 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][350c2570-9370-4465-ae38-c0d3fb3659b0] socks forwarding established\n2025-07-16 20:57:26.413 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:36691][56ed9ef7-8530-46e0-bb32-838931e6edd7] received connection request\n2025-07-16 20:57:26.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:57:26.561 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][56ed9ef7-8530-46e0-bb32-838931e6edd7] socks forwarding established\n2025-07-16 20:57:27.047 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-16 20:57:28.754 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 36691, connect from 127.0.0.1 port 65125 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 20:57:28.755 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][2ce69d21-32fa-46bb-9c44-08af1427837f] socks connection closed\n2025-07-16 20:57:32.809 [info] [tunnel-forwarding][127.0.0.1:8791 -> localhost:8791] server listening\n2025-07-16 20:58:25.645 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 20:58:25.647 [info] [command][06470c2e-0efd-4026-bbc7-2646169234aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""06470c2e-0efd-4026-bbc7-2646169234aa""}\n2025-07-16 20:58:25.647 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][501fd57e-36f1-4253-b017-67242cbff1f9] received connection request\n2025-07-16 20:58:25.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:58:25.739 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][501fd57e-36f1-4253-b017-67242cbff1f9] socks forwarding established\n2025-07-16 20:58:25.841 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][501fd57e-36f1-4253-b017-67242cbff1f9] socks connection closed\n2025-07-16 20:58:25.841 [info] [command][06470c2e-0efd-4026-bbc7-2646169234aa] Process exited with code 0\n2025-07-16 20:58:25.842 [info] [command][06470c2e-0efd-4026-bbc7-2646169234aa] Socket close event received\n2025-07-16 20:58:25.949 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 65254 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 20:59:25.844 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 20:59:25.846 [info] [command][8a7460d4-0212-4923-9f34-6e752b1a6ac9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""8a7460d4-0212-4923-9f34-6e752b1a6ac9""}\n2025-07-16 20:59:25.847 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][b75be73a-1754-4d40-9f35-d0215f313701] received connection request\n2025-07-16 20:59:25.847 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:59:25.923 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][b75be73a-1754-4d40-9f35-d0215f313701] socks forwarding established\n2025-07-16 20:59:26.015 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][b75be73a-1754-4d40-9f35-d0215f313701] socks connection closed\n2025-07-16 20:59:26.015 [info] [command][8a7460d4-0212-4923-9f34-6e752b1a6ac9] Process exited with code 0\n2025-07-16 20:59:26.015 [info] [command][8a7460d4-0212-4923-9f34-6e752b1a6ac9] Socket close event received\n2025-07-16 20:59:26.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 65359 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:00:26.018 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:00:26.020 [info] [command][4184d4e4-b762-4f6e-90c8-4c4ccf09450f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""4184d4e4-b762-4f6e-90c8-4c4ccf09450f""}\n2025-07-16 21:00:26.020 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][de523ac7-c139-45a1-bd25-14b5368b771b] received connection request\n2025-07-16 21:00:26.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:00:26.112 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][de523ac7-c139-45a1-bd25-14b5368b771b] socks forwarding established\n2025-07-16 21:00:26.211 [info] [command][4184d4e4-b762-4f6e-90c8-4c4ccf09450f] Process exited with code 0\n2025-07-16 21:00:26.212 [info] [command][4184d4e4-b762-4f6e-90c8-4c4ccf09450f] Socket close event received\n2025-07-16 21:00:26.212 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][de523ac7-c139-45a1-bd25-14b5368b771b] socks connection closed\n2025-07-16 21:00:26.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 65427 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:01:26.214 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:01:26.216 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][3af9787b-118d-4fc3-84c7-75ee59d5c38e] received connection request\n2025-07-16 21:01:26.216 [info] [command][204f4f60-ef82-4d47-8002-24828fc2819b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""204f4f60-ef82-4d47-8002-24828fc2819b""}\n2025-07-16 21:01:26.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:01:26.481 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][3af9787b-118d-4fc3-84c7-75ee59d5c38e] socks forwarding established\n2025-07-16 21:01:26.635 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][3af9787b-118d-4fc3-84c7-75ee59d5c38e] socks connection closed\n2025-07-16 21:01:26.635 [info] [command][204f4f60-ef82-4d47-8002-24828fc2819b] Process exited with code 0\n2025-07-16 21:01:26.635 [info] [command][204f4f60-ef82-4d47-8002-24828fc2819b] Socket close event received\n2025-07-16 21:01:26.762 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 65486 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:02:26.640 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:02:26.642 [info] [command][dfbb2ee8-e14e-47c9-95b6-89870c65834f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""dfbb2ee8-e14e-47c9-95b6-89870c65834f""}\n2025-07-16 21:02:26.643 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][4a0ca414-b99a-45b1-bc40-d9664985ee76] received connection request\n2025-07-16 21:02:26.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:02:26.729 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][4a0ca414-b99a-45b1-bc40-d9664985ee76] socks forwarding established\n2025-07-16 21:02:26.823 [info] [command][dfbb2ee8-e14e-47c9-95b6-89870c65834f] Process exited with code 0\n2025-07-16 21:02:26.823 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][4a0ca414-b99a-45b1-bc40-d9664985ee76] socks connection closed\n2025-07-16 21:02:26.823 [info] [command][dfbb2ee8-e14e-47c9-95b6-89870c65834f] Socket close event received\n2025-07-16 21:02:26.915 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 49190 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:03:26.829 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:03:26.830 [info] [command][17f9a6db-b800-46d0-9c3a-0b76e5a0135d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""17f9a6db-b800-46d0-9c3a-0b76e5a0135d""}\n2025-07-16 21:03:26.831 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][94b4fa18-e09e-48c4-90c2-ecbf8e9879f6] received connection request\n2025-07-16 21:03:26.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:03:26.924 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][94b4fa18-e09e-48c4-90c2-ecbf8e9879f6] socks forwarding established\n2025-07-16 21:03:27.019 [info] [command][17f9a6db-b800-46d0-9c3a-0b76e5a0135d] Process exited with code 0\n2025-07-16 21:03:27.019 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][94b4fa18-e09e-48c4-90c2-ecbf8e9879f6] socks connection closed\n2025-07-16 21:03:27.019 [info] [command][17f9a6db-b800-46d0-9c3a-0b76e5a0135d] Socket close event received\n2025-07-16 21:03:27.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 49241 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:04:27.022 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:04:27.025 [info] [command][3c1add31-bb7b-445c-881b-81e1de0177d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""3c1add31-bb7b-445c-881b-81e1de0177d8""}\n2025-07-16 21:04:27.025 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][f7376f31-bac2-4b57-b79c-bdd3d83e5c72] received connection request\n2025-07-16 21:04:27.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:04:27.103 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][f7376f31-bac2-4b57-b79c-bdd3d83e5c72] socks forwarding established\n2025-07-16 21:04:27.198 [info] [command][3c1add31-bb7b-445c-881b-81e1de0177d8] Process exited with code 0\n2025-07-16 21:04:27.198 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][f7376f31-bac2-4b57-b79c-bdd3d83e5c72] socks connection closed\n2025-07-16 21:04:27.198 [info] [command][3c1add31-bb7b-445c-881b-81e1de0177d8] Socket close event received\n2025-07-16 21:04:27.304 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 49277 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:05:27.200 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:05:27.202 [info] [command][71d1fb58-a0a7-40e7-841b-8a25db4a4451] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""71d1fb58-a0a7-40e7-841b-8a25db4a4451""}\n2025-07-16 21:05:27.203 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][45279e37-d352-4719-b52b-5ab2cddddcc1] received connection request\n2025-07-16 21:05:27.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:05:27.287 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][45279e37-d352-4719-b52b-5ab2cddddcc1] socks forwarding established\n2025-07-16 21:05:27.395 [info] [command][71d1fb58-a0a7-40e7-841b-8a25db4a4451] Process exited with code 0\n2025-07-16 21:05:27.396 [info] [command][71d1fb58-a0a7-40e7-841b-8a25db4a4451] Socket close event received\n2025-07-16 21:05:27.396 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][45279e37-d352-4719-b52b-5ab2cddddcc1] socks connection closed\n2025-07-16 21:05:27.480 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 49313 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:06:27.401 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:06:27.402 [info] [command][a1569b84-c00a-431d-a3cc-a5ce74df8a7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""a1569b84-c00a-431d-a3cc-a5ce74df8a7d""}\n2025-07-16 21:06:27.402 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][b6ac6c3d-efd7-40de-9b31-e9ff27593815] received connection request\n2025-07-16 21:06:27.403 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:06:27.585 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][b6ac6c3d-efd7-40de-9b31-e9ff27593815] socks forwarding established\n2025-07-16 21:06:27.698 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][b6ac6c3d-efd7-40de-9b31-e9ff27593815] socks connection closed\n2025-07-16 21:06:27.698 [info] [command][a1569b84-c00a-431d-a3cc-a5ce74df8a7d] Process exited with code 0\n2025-07-16 21:06:27.698 [info] [command][a1569b84-c00a-431d-a3cc-a5ce74df8a7d] Socket close event received\n2025-07-16 21:06:27.795 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 49334 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:07:27.700 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:07:27.702 [info] [command][736cba58-83d3-49d5-ac1f-f1eb4fc0810a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""736cba58-83d3-49d5-ac1f-f1eb4fc0810a""}\n2025-07-16 21:07:27.702 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][5f030b38-3dd0-4f11-816b-74d8cc0d2ddd] received connection request\n2025-07-16 21:07:27.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:07:27.783 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][5f030b38-3dd0-4f11-816b-74d8cc0d2ddd] socks forwarding established\n2025-07-16 21:07:27.883 [info] [command][736cba58-83d3-49d5-ac1f-f1eb4fc0810a] Process exited with code 0\n2025-07-16 21:07:27.884 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][5f030b38-3dd0-4f11-816b-74d8cc0d2ddd] socks connection closed\n2025-07-16 21:07:27.884 [info] [command][736cba58-83d3-49d5-ac1f-f1eb4fc0810a] Socket close event received\n2025-07-16 21:07:27.979 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 49478 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:08:27.890 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:08:27.895 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:35047][bb367088-721b-419f-ae48-d113d4ff8c35] received connection request\n2025-07-16 21:08:27.896 [info] [command][41489931-ed2b-4e48-8dfd-2f926dc8ca22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""41489931-ed2b-4e48-8dfd-2f926dc8ca22""}\n2025-07-16 21:08:27.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:08:28.013 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][bb367088-721b-419f-ae48-d113d4ff8c35] socks forwarding established\n2025-07-16 21:08:28.106 [info] [command][41489931-ed2b-4e48-8dfd-2f926dc8ca22] Process exited with code 0\n2025-07-16 21:08:28.106 [info] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:65072 -> 127.0.0.1:35047][bb367088-721b-419f-ae48-d113d4ff8c35] socks connection closed\n2025-07-16 21:08:28.106 [info] [command][41489931-ed2b-4e48-8dfd-2f926dc8ca22] Socket close event received\n2025-07-16 21:08:28.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65072 for 127.0.0.1 port 35047, connect from 127.0.0.1 port 49507 to 127.0.0.1 port 65072, nchannels 6\n\n2025-07-16 21:09:18.631 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-16 21:09:18.631 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-16 21:09:18.638 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:36691][833a0f4a-464c-4fd2-9f3f-216740a4727a] received connection request\n2025-07-16 21:09:18.643 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:36691][7dae93db-bb5f-4083-8284-adc18c1419f9] received connection request\n2025-07-16 21:09:18.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:09:21.646 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-16 21:09:21.647 [error] Failed to connect to Cursor server at http://127.0.0.1:65120, attempt 1 of 3 This operation was aborted\n2025-07-16 21:09:21.650 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:36691][d97453c7-7db3-4ec3-afa2-3bb2193bf993] received connection request\n2025-07-16 21:09:21.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 65072 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 21:09:21.735 [info] Terminating existing SSH process with pid: 93351\n2025-07-16 21:09:21.735 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-16 21:09:21.735 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-16 21:09:21.736 [error] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][833a0f4a-464c-4fd2-9f3f-216740a4727a] error while creating socks forwarding Socket closed\n2025-07-16 21:09:21.736 [error] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][7dae93db-bb5f-4083-8284-adc18c1419f9] error while creating socks forwarding Socket closed\n2025-07-16 21:09:21.736 [error] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][d97453c7-7db3-4ec3-afa2-3bb2193bf993] error while creating socks forwarding Socket closed\n2025-07-16 21:09:21.736 [info] [forwarding][code][127.0.0.1:65120 -> 127.0.0.1:65072 -> 127.0.0.1:36691][350c2570-9370-4465-ae38-c0d3fb3659b0] socks connection closed\n2025-07-16 21:09:21.736 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tUEuR6/socket.sock\n2025-07-16 21:09:21.739 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71621.sh"" | ssh -v -T -D 49547 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 21:09:21.739 [info] Started installation script. Waiting for it to finish...\n2025-07-16 21:09:21.739 [info] Waiting for server to install via process(93780)...\n2025-07-16 21:09:21.746 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 21:09:21.746 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 21:09:21.747 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 21:09:21.747 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 21:09:21.747 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 21:09:21.749 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 21:09:21.749 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 21:09:21.749 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 21:09:21.749 [info] Retrying connection in 5 seconds...\n2025-07-16 21:09:22.650 [error] Failed to connect to Cursor server at http://127.0.0.1:65120, attempt 2 of 3 This operation was aborted\n2025-07-16 21:09:23.657 [error] Failed to connect to Cursor server at http://127.0.0.1:65120, attempt 3 of 3 This operation was aborted\n2025-07-16 21:09:23.657 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-16 21:09:23.657 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-16 21:26:24.662 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71621.sh\n2025-07-16 21:26:24.662 [info] [remote-ssh] Pinging remote server on port 65121\n2025-07-16 21:26:24.664 [error] [forwarding][multiplex][127.0.0.1:65121 -> 127.0.0.1:undefined][031ed78b-4e21-4fa9-91f2-9ea49f31d5de] remote server not configured\n2025-07-16 21:26:24.664 [info] [command][3381c503-165b-49c3-9cf9-4625eea8e728] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""7511f3e9-c2ec-44cc-b8b4-ab99b6ad829b"",""id"":""3381c503-165b-49c3-9cf9-4625eea8e728""}\n2025-07-16 21:26:24.664 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tUEuR6/socket.sock\n2025-07-16 21:26:24.665 [error] [command][3381c503-165b-49c3-9cf9-4625eea8e728] Socket error: Error: read ECONNRESET\n2025-07-16 21:26:24.665 [info] [command][3381c503-165b-49c3-9cf9-4625eea8e728] Socket close event received\n2025-07-16 21:26:24.667 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27495.sh"" | ssh -v -T -D 49549 horeka.scc.kit.edu bash --login -c bash\n2025-07-16 21:26:24.667 [info] Started installation script. Waiting for it to finish...\n2025-07-16 21:26:24.667 [info] Waiting for server to install via process(93787)...\n2025-07-16 21:26:24.674 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 21:26:24.674 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 21:26:24.674 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 21:26:24.675 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 21:26:24.675 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-16 21:26:24.707 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-16 21:26:24.707 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 21:26:24.707 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 21:26:24.707 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 21:26:24.707 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27495.sh\n2025-07-16 21:26:24.708 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 11:40:07.177 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-17 11:40:07.201 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 11:40:07.203 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-17 11:40:07.205 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 11:40:07.208 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68485.sh"" | ssh -v -T -D 51185 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 11:40:07.208 [info] Started installation script. Waiting for it to finish...\n2025-07-17 11:40:07.208 [info] Waiting for server to install via process(95459)...\n2025-07-17 11:40:07.214 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-17 11:40:07.214 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 11:40:07.214 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 11:40:07.215 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-17 11:40:07.215 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 11:40:07.216 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-17 11:40:07.216 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 11:40:07.264 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-17 11:40:07.264 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-17 11:40:07.265 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-17 11:40:07.265 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-17 11:40:07.265 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-17 11:40:07.302 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\n\n2025-07-17 11:40:07.303 [info] (ssh_tunnel) stderr: debug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-17 11:40:07.304 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-17 11:40:07.304 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-17 11:40:07.317 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\n\n2025-07-17 11:40:07.317 [info] (ssh_tunnel) stderr: debug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-17 11:40:07.318 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-17 11:40:07.338 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-17 11:40:07.339 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-17 11:40:07.339 [info] (ssh_tunnel) stderr: debug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-17 11:40:07.342 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-17 11:40:07.342 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-17 11:40:07.342 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-17 11:40:07.415 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-17 11:40:07.434 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-17 11:40:07.439 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-17 11:40:07.439 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\n\n2025-07-17 11:40:07.439 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-17 11:40:08.031 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-17 11:40:08.051 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-17 11:40:11.161 [info] Askpass server received request: POST /\n2025-07-17 11:40:11.161 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-17 11:40:11.161 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-17 11:40:27.130 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-17 11:40:27.233 [info] Askpass server received request: POST /\n2025-07-17 11:40:27.233 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-17 11:40:27.233 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-17 11:40:31.146 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.20]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:51185 forwarded to remote address socks:0\n\n2025-07-17 11:40:31.146 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 51185.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 51185.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-17 11:40:31.429 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-17 11:40:31.434 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-17 11:40:31.448 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\n\n2025-07-17 11:40:31.448 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-17 11:40:33.999 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-17 11:40:34.157 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-17 11:40:34.250 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\n\n2025-07-17 11:40:34.263 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-17 11:40:34.448 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-17 11:40:34.449 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-17 11:40:34.477 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js bb33a6e4-921b-441a-9872-d9a1414f9632\n\n2025-07-17 11:40:34.485 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2576084 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-17 11:40:34.485 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-17 11:40:34.523 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-17 11:40:35.022 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-17 11:40:35.144 [info] (ssh_tunnel) stdout: Code server script is not running\n\n2025-07-17 11:40:35.154 [info] (ssh_tunnel) stdout: Creating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-17 11:40:35.166 [info] (ssh_tunnel) stdout: Starting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\n\n2025-07-17 11:40:35.173 [info] (ssh_tunnel) stdout: Code server started with PID 2576117 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-17 11:40:35.180 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-17 11:40:35.730 [info] (ssh_tunnel) stdout: 09155de4e352e222f2a85973: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36087==\nmultiplexConnectionToken==bb33a6e4-921b-441a-9872-d9a1414f9632==\ncodeListeningOn==39531==\ncodeConnectionToken==d409f712-8281-4a22-ba5e-6483fb1bd2f5==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n09155de4e352e222f2a85973: end\n\n2025-07-17 11:40:35.732 [info] Server install command exit code: 0\n2025-07-17 11:40:35.732 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_68485.sh\n2025-07-17 11:40:35.734 [info] [forwarding][code] creating new forwarding server\n2025-07-17 11:40:35.734 [info] [forwarding][code] server listening on 51221\n2025-07-17 11:40:35.735 [info] [forwarding][code] Set up server\n2025-07-17 11:40:35.735 [info] [remote-ssh] codeListeningOn (remote=39531; local=51221) codeConnectionToken: d409f712-8281-4a22-ba5e-6483fb1bd2f5\n2025-07-17 11:40:35.736 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-17 11:40:35.736 [info] [forwarding][multiplex] server listening on 51222\n2025-07-17 11:40:35.736 [info] [forwarding][multiplex] Set up server\n2025-07-17 11:40:35.739 [info] [remote-ssh] multiplexListeningOn (remote=36087; local=51222) multiplexConnectionToken: bb33a6e4-921b-441a-9872-d9a1414f9632\n2025-07-17 11:40:35.739 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:40:35.745 [info] [command][b105bd96-a3c5-4527-ae5c-9496b9542351] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b105bd96-a3c5-4527-ae5c-9496b9542351""}\n2025-07-17 11:40:35.746 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e301613f-8034-4dda-9f35-b966361ba40c] received connection request\n2025-07-17 11:40:35.747 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:40:35.757 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:39531][b6c38da2-0886-42c9-bd84-31b3cc1a0872] received connection request\n2025-07-17 11:40:35.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 11:40:35.758 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:40:35.843 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-17 11:40:35.844 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e301613f-8034-4dda-9f35-b966361ba40c] socks forwarding established\n2025-07-17 11:40:35.844 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][b6c38da2-0886-42c9-bd84-31b3cc1a0872] socks forwarding established\n2025-07-17 11:40:35.893 [info] [command][b105bd96-a3c5-4527-ae5c-9496b9542351] Process exited with code 0\n2025-07-17 11:40:35.893 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e301613f-8034-4dda-9f35-b966361ba40c] socks connection closed\n2025-07-17 11:40:35.893 [info] [command][b105bd96-a3c5-4527-ae5c-9496b9542351] Socket close event received\n2025-07-17 11:40:35.909 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51224 to 127.0.0.1 port 51185, nchannels 5\n\n2025-07-17 11:40:35.927 [info] Successfully connected to Cursor server at http://127.0.0.1:51221/version\n2025-07-17 11:40:35.927 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-17 11:40:35.928 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][54227383-ecb6-4819-8e0b-80db2b26c606] received connection request\n2025-07-17 11:40:35.928 [info] [command][6912d69f-9978-4643-8bfd-fc4164f77a3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6912d69f-9978-4643-8bfd-fc4164f77a3a""}\n2025-07-17 11:40:35.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:40:36.030 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54227383-ecb6-4819-8e0b-80db2b26c606] socks forwarding established\n2025-07-17 11:40:36.064 [info] [command][6912d69f-9978-4643-8bfd-fc4164f77a3a] Process exited with code 0\n2025-07-17 11:40:36.064 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-17 11:40:36.065 [info] [remote-ssh] Resolved exec server. Socks port: 51185\n2025-07-17 11:40:36.065 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":51221,""connectionToken"":""d409f712-8281-4a22-ba5e-6483fb1bd2f5"",""extensionHostEnv"":{}}. Socks port: 51185\n2025-07-17 11:40:36.065 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54227383-ecb6-4819-8e0b-80db2b26c606] socks connection closed\n2025-07-17 11:40:36.065 [info] [command][6912d69f-9978-4643-8bfd-fc4164f77a3a] Socket close event received\n2025-07-17 11:40:36.084 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51228 to 127.0.0.1 port 51185, nchannels 5\n\n2025-07-17 11:40:36.111 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:39531][eafe767a-af01-46b2-aacf-26f4316f79de] received connection request\n2025-07-17 11:40:36.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:40:36.130 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][eafe767a-af01-46b2-aacf-26f4316f79de] socks forwarding established\n2025-07-17 11:40:36.168 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:39531][74738ebb-c1a5-4420-aa2c-b473df33055e] received connection request\n2025-07-17 11:40:36.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:40:36.182 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][74738ebb-c1a5-4420-aa2c-b473df33055e] socks forwarding established\n2025-07-17 11:40:36.389 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-17 11:40:39.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 39531, connect from 127.0.0.1 port 51226 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:40:39.567 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][b6c38da2-0886-42c9-bd84-31b3cc1a0872] socks connection closed\n2025-07-17 11:40:43.937 [info] [tunnel-forwarding][127.0.0.1:8791 -> localhost:8791] server listening\n2025-07-17 11:41:35.896 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:41:35.897 [info] [command][e7a0fb12-4d53-4d52-a8d5-411556a279d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e7a0fb12-4d53-4d52-a8d5-411556a279d3""}\n2025-07-17 11:41:35.898 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f8566a48-011f-4e45-a5c4-329ec744f0b8] received connection request\n2025-07-17 11:41:35.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:41:35.914 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f8566a48-011f-4e45-a5c4-329ec744f0b8] socks forwarding established\n2025-07-17 11:41:35.950 [info] [command][e7a0fb12-4d53-4d52-a8d5-411556a279d3] Process exited with code 0\n2025-07-17 11:41:35.950 [info] [command][e7a0fb12-4d53-4d52-a8d5-411556a279d3] Socket close event received\n2025-07-17 11:41:35.951 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f8566a48-011f-4e45-a5c4-329ec744f0b8] socks connection closed\n2025-07-17 11:41:35.966 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51321 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:42:35.956 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:42:35.959 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e3456fd9-400c-46e0-8c9f-23fcdd65a059] received connection request\n2025-07-17 11:42:35.960 [info] [command][a0da5509-bbaf-40f9-934d-d9b4371cca8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a0da5509-bbaf-40f9-934d-d9b4371cca8f""}\n2025-07-17 11:42:35.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 11:42:35.963 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:42:35.978 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e3456fd9-400c-46e0-8c9f-23fcdd65a059] socks forwarding established\n2025-07-17 11:42:36.006 [info] [command][a0da5509-bbaf-40f9-934d-d9b4371cca8f] Process exited with code 0\n2025-07-17 11:42:36.006 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e3456fd9-400c-46e0-8c9f-23fcdd65a059] socks connection closed\n2025-07-17 11:42:36.006 [info] [command][a0da5509-bbaf-40f9-934d-d9b4371cca8f] Socket close event received\n2025-07-17 11:42:36.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51345 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:43:36.007 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:43:36.009 [info] [command][a395e1fb-50f7-4dc8-85b5-4eba1939a92d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a395e1fb-50f7-4dc8-85b5-4eba1939a92d""}\n2025-07-17 11:43:36.010 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6dbb6549-5812-4773-81a1-6c1c28f4072b] received connection request\n2025-07-17 11:43:36.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:43:36.131 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6dbb6549-5812-4773-81a1-6c1c28f4072b] socks forwarding established\n2025-07-17 11:43:36.160 [info] [command][a395e1fb-50f7-4dc8-85b5-4eba1939a92d] Process exited with code 0\n2025-07-17 11:43:36.160 [info] [command][a395e1fb-50f7-4dc8-85b5-4eba1939a92d] Socket close event received\n2025-07-17 11:43:36.297 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6dbb6549-5812-4773-81a1-6c1c28f4072b] socks connection closed\n2025-07-17 11:43:36.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51386 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:44:36.162 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:44:36.163 [info] [command][4b2b8372-94a8-44e2-ab6d-8c97a2726961] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4b2b8372-94a8-44e2-ab6d-8c97a2726961""}\n2025-07-17 11:44:36.165 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1052e66e-b774-45eb-9784-049030e5d24d] received connection request\n2025-07-17 11:44:36.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:44:36.181 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1052e66e-b774-45eb-9784-049030e5d24d] socks forwarding established\n2025-07-17 11:44:36.221 [info] [command][4b2b8372-94a8-44e2-ab6d-8c97a2726961] Process exited with code 0\n2025-07-17 11:44:36.221 [info] [command][4b2b8372-94a8-44e2-ab6d-8c97a2726961] Socket close event received\n2025-07-17 11:44:36.222 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1052e66e-b774-45eb-9784-049030e5d24d] socks connection closed\n2025-07-17 11:44:36.242 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51416 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:45:36.226 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:45:36.227 [info] [command][53107da3-2487-4c33-be9e-9b6856e861b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""53107da3-2487-4c33-be9e-9b6856e861b2""}\n2025-07-17 11:45:36.228 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d2238df8-286f-46e5-984e-faf63506b776] received connection request\n2025-07-17 11:45:36.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:45:36.243 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d2238df8-286f-46e5-984e-faf63506b776] socks forwarding established\n2025-07-17 11:45:36.284 [info] [command][53107da3-2487-4c33-be9e-9b6856e861b2] Process exited with code 0\n2025-07-17 11:45:36.284 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d2238df8-286f-46e5-984e-faf63506b776] socks connection closed\n2025-07-17 11:45:36.284 [info] [command][53107da3-2487-4c33-be9e-9b6856e861b2] Socket close event received\n2025-07-17 11:45:36.298 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51476 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:46:36.288 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:46:36.289 [info] [command][a15e4601-201d-476a-9a84-0cc754672ceb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a15e4601-201d-476a-9a84-0cc754672ceb""}\n2025-07-17 11:46:36.290 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][57f50fa0-2dbd-4c96-a662-641eff93c07b] received connection request\n2025-07-17 11:46:36.290 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:46:36.312 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][57f50fa0-2dbd-4c96-a662-641eff93c07b] socks forwarding established\n2025-07-17 11:46:36.340 [info] [command][a15e4601-201d-476a-9a84-0cc754672ceb] Process exited with code 0\n2025-07-17 11:46:36.340 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][57f50fa0-2dbd-4c96-a662-641eff93c07b] socks connection closed\n2025-07-17 11:46:36.340 [info] [command][a15e4601-201d-476a-9a84-0cc754672ceb] Socket close event received\n2025-07-17 11:46:36.354 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51502 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:47:36.341 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:47:36.342 [info] [command][90cd1732-7dff-49c1-8312-a6b3850ff3df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""90cd1732-7dff-49c1-8312-a6b3850ff3df""}\n2025-07-17 11:47:36.343 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e2c618ed-fa47-4ec4-afa1-3acd22ae759a] received connection request\n2025-07-17 11:47:36.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:47:36.358 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e2c618ed-fa47-4ec4-afa1-3acd22ae759a] socks forwarding established\n2025-07-17 11:47:36.389 [info] [command][90cd1732-7dff-49c1-8312-a6b3850ff3df] Process exited with code 0\n2025-07-17 11:47:36.389 [info] [command][90cd1732-7dff-49c1-8312-a6b3850ff3df] Socket close event received\n2025-07-17 11:47:36.390 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e2c618ed-fa47-4ec4-afa1-3acd22ae759a] socks connection closed\n2025-07-17 11:47:36.404 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51529 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:48:36.391 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:48:36.393 [info] [command][a19009cc-1e3c-42c3-b5b1-ebc47e594767] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a19009cc-1e3c-42c3-b5b1-ebc47e594767""}\n2025-07-17 11:48:36.394 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ad2bef29-25e7-4463-8d5e-e63f2041d546] received connection request\n2025-07-17 11:48:36.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:48:36.409 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ad2bef29-25e7-4463-8d5e-e63f2041d546] socks forwarding established\n2025-07-17 11:48:36.439 [info] [command][a19009cc-1e3c-42c3-b5b1-ebc47e594767] Process exited with code 0\n2025-07-17 11:48:36.441 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ad2bef29-25e7-4463-8d5e-e63f2041d546] socks connection closed\n2025-07-17 11:48:36.441 [info] [command][a19009cc-1e3c-42c3-b5b1-ebc47e594767] Socket close event received\n2025-07-17 11:48:36.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51579 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:49:36.440 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:49:36.442 [info] [command][cc600446-667e-49ef-8611-3a5c8c22c27b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""cc600446-667e-49ef-8611-3a5c8c22c27b""}\n2025-07-17 11:49:36.443 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b78cc507-104a-4734-8208-c716ffad0045] received connection request\n2025-07-17 11:49:36.443 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:49:36.648 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b78cc507-104a-4734-8208-c716ffad0045] socks forwarding established\n2025-07-17 11:49:36.725 [info] [command][cc600446-667e-49ef-8611-3a5c8c22c27b] Process exited with code 0\n2025-07-17 11:49:36.725 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b78cc507-104a-4734-8208-c716ffad0045] socks connection closed\n2025-07-17 11:49:36.725 [info] [command][cc600446-667e-49ef-8611-3a5c8c22c27b] Socket close event received\n2025-07-17 11:49:36.739 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51613 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:50:36.728 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:50:36.730 [info] [command][43be9fe6-de6d-460a-90b8-0bc680b48c9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""43be9fe6-de6d-460a-90b8-0bc680b48c9c""}\n2025-07-17 11:50:36.731 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c1563882-7b7a-4ea8-8a29-67480e40dad8] received connection request\n2025-07-17 11:50:36.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:50:36.748 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c1563882-7b7a-4ea8-8a29-67480e40dad8] socks forwarding established\n2025-07-17 11:50:36.776 [info] [command][43be9fe6-de6d-460a-90b8-0bc680b48c9c] Process exited with code 0\n2025-07-17 11:50:36.776 [info] [command][43be9fe6-de6d-460a-90b8-0bc680b48c9c] Socket close event received\n2025-07-17 11:50:36.789 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c1563882-7b7a-4ea8-8a29-67480e40dad8] socks connection closed\n2025-07-17 11:50:36.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51670 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:51:36.777 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:51:36.780 [info] [command][72cb585d-df03-4410-807c-ecf4a890c565] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""72cb585d-df03-4410-807c-ecf4a890c565""}\n2025-07-17 11:51:36.781 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9f071640-3feb-4427-a92a-3f0cddc81b4d] received connection request\n2025-07-17 11:51:36.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:51:36.809 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9f071640-3feb-4427-a92a-3f0cddc81b4d] socks forwarding established\n2025-07-17 11:51:36.880 [info] [command][72cb585d-df03-4410-807c-ecf4a890c565] Process exited with code 0\n2025-07-17 11:51:36.880 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9f071640-3feb-4427-a92a-3f0cddc81b4d] socks connection closed\n2025-07-17 11:51:36.880 [info] [command][72cb585d-df03-4410-807c-ecf4a890c565] Socket close event received\n2025-07-17 11:51:36.912 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51696 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:52:36.881 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:52:36.883 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1da4c2d8-4165-4a39-93b2-9db135e8360f] received connection request\n2025-07-17 11:52:36.883 [info] [command][d53852ca-13f5-45ab-a1b6-6534a06c1654] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d53852ca-13f5-45ab-a1b6-6534a06c1654""}\n2025-07-17 11:52:36.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:52:36.898 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1da4c2d8-4165-4a39-93b2-9db135e8360f] socks forwarding established\n2025-07-17 11:52:36.928 [info] [command][d53852ca-13f5-45ab-a1b6-6534a06c1654] Process exited with code 0\n2025-07-17 11:52:36.929 [info] [command][d53852ca-13f5-45ab-a1b6-6534a06c1654] Socket close event received\n2025-07-17 11:52:36.940 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1da4c2d8-4165-4a39-93b2-9db135e8360f] socks connection closed\n2025-07-17 11:52:36.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51721 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:53:36.934 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:53:36.936 [info] [command][f6aeb48c-4565-44af-8c70-c4bd20614820] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f6aeb48c-4565-44af-8c70-c4bd20614820""}\n2025-07-17 11:53:36.936 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fb918e74-d153-46a5-af31-d1b50ed621e9] received connection request\n2025-07-17 11:53:36.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:53:36.950 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fb918e74-d153-46a5-af31-d1b50ed621e9] socks forwarding established\n2025-07-17 11:53:36.980 [info] [command][f6aeb48c-4565-44af-8c70-c4bd20614820] Process exited with code 0\n2025-07-17 11:53:36.980 [info] [command][f6aeb48c-4565-44af-8c70-c4bd20614820] Socket close event received\n2025-07-17 11:53:36.993 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fb918e74-d153-46a5-af31-d1b50ed621e9] socks connection closed\n2025-07-17 11:53:36.994 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51759 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:54:36.984 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:54:36.985 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ede0c70e-0af7-4144-a3b9-721d0899eabd] received connection request\n2025-07-17 11:54:36.986 [info] [command][5940186b-b766-4e7c-af3c-f00cf4b7876a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5940186b-b766-4e7c-af3c-f00cf4b7876a""}\n2025-07-17 11:54:36.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:54:37.004 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ede0c70e-0af7-4144-a3b9-721d0899eabd] socks forwarding established\n2025-07-17 11:54:37.067 [info] [command][5940186b-b766-4e7c-af3c-f00cf4b7876a] Process exited with code 0\n2025-07-17 11:54:37.068 [info] [command][5940186b-b766-4e7c-af3c-f00cf4b7876a] Socket close event received\n2025-07-17 11:54:37.153 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ede0c70e-0af7-4144-a3b9-721d0899eabd] socks connection closed\n2025-07-17 11:54:37.162 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51784 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:55:37.069 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:55:37.071 [info] [command][70976138-3d23-40c8-98b1-adc0876ac0ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""70976138-3d23-40c8-98b1-adc0876ac0ab""}\n2025-07-17 11:55:37.071 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0896d199-754c-43a8-a621-38cdcf6e554c] received connection request\n2025-07-17 11:55:37.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:55:37.086 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0896d199-754c-43a8-a621-38cdcf6e554c] socks forwarding established\n2025-07-17 11:55:37.114 [info] [command][70976138-3d23-40c8-98b1-adc0876ac0ab] Process exited with code 0\n2025-07-17 11:55:37.115 [info] [command][70976138-3d23-40c8-98b1-adc0876ac0ab] Socket close event received\n2025-07-17 11:55:37.128 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0896d199-754c-43a8-a621-38cdcf6e554c] socks connection closed\n2025-07-17 11:55:37.128 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51844 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:56:37.119 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:56:37.121 [info] [command][b2f5cb8f-110d-418c-9b7c-eb592709f106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b2f5cb8f-110d-418c-9b7c-eb592709f106""}\n2025-07-17 11:56:37.121 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][016ec18a-031e-4c43-886f-5347875934e4] received connection request\n2025-07-17 11:56:37.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:56:37.136 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][016ec18a-031e-4c43-886f-5347875934e4] socks forwarding established\n2025-07-17 11:56:37.164 [info] [command][b2f5cb8f-110d-418c-9b7c-eb592709f106] Process exited with code 0\n2025-07-17 11:56:37.164 [info] [command][b2f5cb8f-110d-418c-9b7c-eb592709f106] Socket close event received\n2025-07-17 11:56:37.176 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][016ec18a-031e-4c43-886f-5347875934e4] socks connection closed\n2025-07-17 11:56:37.177 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51868 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:57:37.165 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:57:37.168 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6b230150-da5c-45d9-a89e-20fb07c8e637] received connection request\n2025-07-17 11:57:37.168 [info] [command][6c5e7093-0d44-4a04-9fcc-1efe37d34424] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6c5e7093-0d44-4a04-9fcc-1efe37d34424""}\n2025-07-17 11:57:37.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:57:37.183 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6b230150-da5c-45d9-a89e-20fb07c8e637] socks forwarding established\n2025-07-17 11:57:37.211 [info] [command][6c5e7093-0d44-4a04-9fcc-1efe37d34424] Process exited with code 0\n2025-07-17 11:57:37.211 [info] [command][6c5e7093-0d44-4a04-9fcc-1efe37d34424] Socket close event received\n2025-07-17 11:57:37.227 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51890 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:57:37.228 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6b230150-da5c-45d9-a89e-20fb07c8e637] socks connection closed\n2025-07-17 11:58:37.213 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:58:37.215 [info] [command][837153cd-ed0e-45f2-9f39-c61a024495ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""837153cd-ed0e-45f2-9f39-c61a024495ca""}\n2025-07-17 11:58:37.216 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][48718cbd-3610-4d70-81fe-83c562ef82c0] received connection request\n2025-07-17 11:58:37.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:58:37.277 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48718cbd-3610-4d70-81fe-83c562ef82c0] socks forwarding established\n2025-07-17 11:58:37.384 [info] [command][837153cd-ed0e-45f2-9f39-c61a024495ca] Process exited with code 0\n2025-07-17 11:58:37.384 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48718cbd-3610-4d70-81fe-83c562ef82c0] socks connection closed\n2025-07-17 11:58:37.384 [info] [command][837153cd-ed0e-45f2-9f39-c61a024495ca] Socket close event received\n2025-07-17 11:58:37.398 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51932 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 11:59:37.385 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 11:59:37.387 [info] [command][2a762d67-7a2c-4824-b600-3fd64f2c2464] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2a762d67-7a2c-4824-b600-3fd64f2c2464""}\n2025-07-17 11:59:37.388 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6a5f39fb-1f79-4a22-95f5-95cfecf1c558] received connection request\n2025-07-17 11:59:37.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 11:59:37.388 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 11:59:37.404 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6a5f39fb-1f79-4a22-95f5-95cfecf1c558] socks forwarding established\n2025-07-17 11:59:37.437 [info] [command][2a762d67-7a2c-4824-b600-3fd64f2c2464] Process exited with code 0\n2025-07-17 11:59:37.437 [info] [command][2a762d67-7a2c-4824-b600-3fd64f2c2464] Socket close event received\n2025-07-17 11:59:37.450 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6a5f39fb-1f79-4a22-95f5-95cfecf1c558] socks connection closed\n2025-07-17 11:59:37.450 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51955 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:00:37.450 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:00:37.451 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a9f2c8b8-6ebb-46de-bdee-e785e450c4c8] received connection request\n2025-07-17 12:00:37.451 [info] [command][818aaddd-e95e-48ea-9b8a-294217861af1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""818aaddd-e95e-48ea-9b8a-294217861af1""}\n2025-07-17 12:00:37.451 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:00:37.467 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a9f2c8b8-6ebb-46de-bdee-e785e450c4c8] socks forwarding established\n2025-07-17 12:00:37.519 [info] [command][818aaddd-e95e-48ea-9b8a-294217861af1] Process exited with code 0\n2025-07-17 12:00:37.519 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a9f2c8b8-6ebb-46de-bdee-e785e450c4c8] socks connection closed\n2025-07-17 12:00:37.519 [info] [command][818aaddd-e95e-48ea-9b8a-294217861af1] Socket close event received\n2025-07-17 12:00:37.558 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52021 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:01:37.520 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:01:37.523 [info] [command][dd51e23d-3a2d-4e93-bdbe-6bb564643de9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""dd51e23d-3a2d-4e93-bdbe-6bb564643de9""}\n2025-07-17 12:01:37.524 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][dc6337af-17d8-47b3-8c2d-4350229965e3] received connection request\n2025-07-17 12:01:37.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:01:37.610 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][dc6337af-17d8-47b3-8c2d-4350229965e3] socks forwarding established\n2025-07-17 12:01:37.643 [info] [command][dd51e23d-3a2d-4e93-bdbe-6bb564643de9] Process exited with code 0\n2025-07-17 12:01:37.643 [info] [command][dd51e23d-3a2d-4e93-bdbe-6bb564643de9] Socket close event received\n2025-07-17 12:01:37.659 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52044 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:01:37.659 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][dc6337af-17d8-47b3-8c2d-4350229965e3] socks connection closed\n2025-07-17 12:02:37.648 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:02:37.651 [info] [command][97f83cfc-e734-4724-96c0-970fd3960f31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""97f83cfc-e734-4724-96c0-970fd3960f31""}\n2025-07-17 12:02:37.651 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][665a4af3-564b-45ed-afd7-47af82cc1e10] received connection request\n2025-07-17 12:02:37.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:02:37.665 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][665a4af3-564b-45ed-afd7-47af82cc1e10] socks forwarding established\n2025-07-17 12:02:37.696 [info] [command][97f83cfc-e734-4724-96c0-970fd3960f31] Process exited with code 0\n2025-07-17 12:02:37.697 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][665a4af3-564b-45ed-afd7-47af82cc1e10] socks connection closed\n2025-07-17 12:02:37.698 [info] [command][97f83cfc-e734-4724-96c0-970fd3960f31] Socket close event received\n2025-07-17 12:02:37.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52068 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:03:37.702 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:03:37.705 [info] [command][56c9b464-627d-4238-ad3e-404f268e6dba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""56c9b464-627d-4238-ad3e-404f268e6dba""}\n2025-07-17 12:03:37.706 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][cf00418a-5e5c-4810-b727-73156d8f5d9e] received connection request\n2025-07-17 12:03:37.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:03:37.721 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cf00418a-5e5c-4810-b727-73156d8f5d9e] socks forwarding established\n2025-07-17 12:03:37.749 [info] [command][56c9b464-627d-4238-ad3e-404f268e6dba] Process exited with code 0\n2025-07-17 12:03:37.749 [info] [command][56c9b464-627d-4238-ad3e-404f268e6dba] Socket close event received\n2025-07-17 12:03:37.762 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cf00418a-5e5c-4810-b727-73156d8f5d9e] socks connection closed\n2025-07-17 12:03:37.763 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52110 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:04:37.752 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:04:37.754 [info] [command][2ae121f4-d32e-43c2-8a01-b883624ae519] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2ae121f4-d32e-43c2-8a01-b883624ae519""}\n2025-07-17 12:04:37.754 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2db88c34-e89b-4b8a-9957-0465d10f77a5] received connection request\n2025-07-17 12:04:37.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:04:37.829 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2db88c34-e89b-4b8a-9957-0465d10f77a5] socks forwarding established\n2025-07-17 12:04:37.856 [info] [command][2ae121f4-d32e-43c2-8a01-b883624ae519] Process exited with code 0\n2025-07-17 12:04:37.857 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2db88c34-e89b-4b8a-9957-0465d10f77a5] socks connection closed\n2025-07-17 12:04:37.857 [info] [command][2ae121f4-d32e-43c2-8a01-b883624ae519] Socket close event received\n2025-07-17 12:04:37.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52133 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:05:37.859 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:05:37.860 [info] [command][50470af3-c2ff-4967-85cf-dc4bd12a2bcc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""50470af3-c2ff-4967-85cf-dc4bd12a2bcc""}\n2025-07-17 12:05:37.861 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4afa3bcf-be2d-49f3-9690-786d3df4427a] received connection request\n2025-07-17 12:05:37.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:05:37.876 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4afa3bcf-be2d-49f3-9690-786d3df4427a] socks forwarding established\n2025-07-17 12:05:37.907 [info] [command][50470af3-c2ff-4967-85cf-dc4bd12a2bcc] Process exited with code 0\n2025-07-17 12:05:37.907 [info] [command][50470af3-c2ff-4967-85cf-dc4bd12a2bcc] Socket close event received\n2025-07-17 12:05:37.907 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4afa3bcf-be2d-49f3-9690-786d3df4427a] socks connection closed\n2025-07-17 12:05:37.921 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52190 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:06:37.908 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:06:37.911 [info] [command][acb85215-ea91-418a-92f1-19e46b78c05a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""acb85215-ea91-418a-92f1-19e46b78c05a""}\n2025-07-17 12:06:37.912 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][44560199-a787-4e9f-bba3-71cf4400e3b5] received connection request\n2025-07-17 12:06:37.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:06:37.928 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][44560199-a787-4e9f-bba3-71cf4400e3b5] socks forwarding established\n2025-07-17 12:06:37.956 [info] [command][acb85215-ea91-418a-92f1-19e46b78c05a] Process exited with code 0\n2025-07-17 12:06:37.957 [info] [command][acb85215-ea91-418a-92f1-19e46b78c05a] Socket close event received\n2025-07-17 12:06:37.957 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][44560199-a787-4e9f-bba3-71cf4400e3b5] socks connection closed\n2025-07-17 12:06:37.973 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52214 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:07:37.959 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:07:37.961 [info] [command][463133c4-3829-46d7-b71b-e226df3a612b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""463133c4-3829-46d7-b71b-e226df3a612b""}\n2025-07-17 12:07:37.962 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][29e9afc5-7f2a-4675-8375-97e40a607d34] received connection request\n2025-07-17 12:07:37.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 12:07:37.962 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:07:37.998 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][29e9afc5-7f2a-4675-8375-97e40a607d34] socks forwarding established\n2025-07-17 12:07:38.029 [info] [command][463133c4-3829-46d7-b71b-e226df3a612b] Process exited with code 0\n2025-07-17 12:07:38.029 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][29e9afc5-7f2a-4675-8375-97e40a607d34] socks connection closed\n2025-07-17 12:07:38.029 [info] [command][463133c4-3829-46d7-b71b-e226df3a612b] Socket close event received\n2025-07-17 12:07:38.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52239 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:08:38.034 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:08:38.037 [info] [command][1af96ee2-229e-42c0-b68c-63647cf511b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1af96ee2-229e-42c0-b68c-63647cf511b1""}\n2025-07-17 12:08:38.037 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7e1410f2-4e39-49d6-a7b3-b2d731d42dba] received connection request\n2025-07-17 12:08:38.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:08:38.052 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7e1410f2-4e39-49d6-a7b3-b2d731d42dba] socks forwarding established\n2025-07-17 12:08:38.081 [info] [command][1af96ee2-229e-42c0-b68c-63647cf511b1] Process exited with code 0\n2025-07-17 12:08:38.081 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7e1410f2-4e39-49d6-a7b3-b2d731d42dba] socks connection closed\n2025-07-17 12:08:38.081 [info] [command][1af96ee2-229e-42c0-b68c-63647cf511b1] Socket close event received\n2025-07-17 12:08:38.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52273 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:09:38.086 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:09:38.089 [info] [command][72cc6782-be84-431d-9dc4-83c7af93d62d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""72cc6782-be84-431d-9dc4-83c7af93d62d""}\n2025-07-17 12:09:38.090 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e5170ee9-d849-4f8e-9577-35a775c0f1ea] received connection request\n2025-07-17 12:09:38.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:09:38.107 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e5170ee9-d849-4f8e-9577-35a775c0f1ea] socks forwarding established\n2025-07-17 12:09:38.132 [info] [command][72cc6782-be84-431d-9dc4-83c7af93d62d] Process exited with code 0\n2025-07-17 12:09:38.133 [info] [command][72cc6782-be84-431d-9dc4-83c7af93d62d] Socket close event received\n2025-07-17 12:09:38.133 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e5170ee9-d849-4f8e-9577-35a775c0f1ea] socks connection closed\n2025-07-17 12:09:38.148 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52299 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:10:38.137 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:10:38.139 [info] [command][db303124-e38e-4f91-a9aa-9ce85d162edc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""db303124-e38e-4f91-a9aa-9ce85d162edc""}\n2025-07-17 12:10:38.140 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][43c44606-e14b-40b9-bcc8-7485bbaa06f1] received connection request\n2025-07-17 12:10:38.140 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:10:38.232 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][43c44606-e14b-40b9-bcc8-7485bbaa06f1] socks forwarding established\n2025-07-17 12:10:38.260 [info] [command][db303124-e38e-4f91-a9aa-9ce85d162edc] Process exited with code 0\n2025-07-17 12:10:38.260 [info] [command][db303124-e38e-4f91-a9aa-9ce85d162edc] Socket close event received\n2025-07-17 12:10:38.264 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][43c44606-e14b-40b9-bcc8-7485bbaa06f1] socks connection closed\n2025-07-17 12:10:38.323 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52351 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:11:38.267 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:11:38.268 [info] [command][edc6ab4f-9c32-4b62-a410-3b42d0f401b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""edc6ab4f-9c32-4b62-a410-3b42d0f401b0""}\n2025-07-17 12:11:38.268 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8b6e18f5-25b7-4653-b5f1-a64f9dd91f04] received connection request\n2025-07-17 12:11:38.269 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:11:38.290 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8b6e18f5-25b7-4653-b5f1-a64f9dd91f04] socks forwarding established\n2025-07-17 12:11:38.316 [info] [command][edc6ab4f-9c32-4b62-a410-3b42d0f401b0] Process exited with code 0\n2025-07-17 12:11:38.316 [info] [command][edc6ab4f-9c32-4b62-a410-3b42d0f401b0] Socket close event received\n2025-07-17 12:11:38.328 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8b6e18f5-25b7-4653-b5f1-a64f9dd91f04] socks connection closed\n2025-07-17 12:11:38.330 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52385 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:12:38.320 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:12:38.323 [info] [command][afe51ad3-38b9-49f9-a3ce-ee9a7f91427e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""afe51ad3-38b9-49f9-a3ce-ee9a7f91427e""}\n2025-07-17 12:12:38.324 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e41d1edb-d1b1-4a0d-be01-f19a0f2e1352] received connection request\n2025-07-17 12:12:38.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:12:38.341 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e41d1edb-d1b1-4a0d-be01-f19a0f2e1352] socks forwarding established\n2025-07-17 12:12:38.370 [info] [command][afe51ad3-38b9-49f9-a3ce-ee9a7f91427e] Process exited with code 0\n2025-07-17 12:12:38.371 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e41d1edb-d1b1-4a0d-be01-f19a0f2e1352] socks connection closed\n2025-07-17 12:12:38.371 [info] [command][afe51ad3-38b9-49f9-a3ce-ee9a7f91427e] Socket close event received\n2025-07-17 12:12:38.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52407 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:13:38.374 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:13:38.377 [info] [command][69f30ed9-579e-4c3a-b250-005824b9dbf0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""69f30ed9-579e-4c3a-b250-005824b9dbf0""}\n2025-07-17 12:13:38.377 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][28242854-8f33-452f-95d3-e6a6396f6d99] received connection request\n2025-07-17 12:13:38.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:13:38.468 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][28242854-8f33-452f-95d3-e6a6396f6d99] socks forwarding established\n2025-07-17 12:13:38.498 [info] [command][69f30ed9-579e-4c3a-b250-005824b9dbf0] Process exited with code 0\n2025-07-17 12:13:38.499 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][28242854-8f33-452f-95d3-e6a6396f6d99] socks connection closed\n2025-07-17 12:13:38.499 [info] [command][69f30ed9-579e-4c3a-b250-005824b9dbf0] Socket close event received\n2025-07-17 12:13:38.514 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52442 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:14:38.500 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:14:38.503 [info] [command][6ea0ae3c-3987-4c10-9046-529304385462] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6ea0ae3c-3987-4c10-9046-529304385462""}\n2025-07-17 12:14:38.503 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][12a92977-ef32-43aa-8636-a3ed1eca511c] received connection request\n2025-07-17 12:14:38.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:14:38.519 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][12a92977-ef32-43aa-8636-a3ed1eca511c] socks forwarding established\n2025-07-17 12:14:38.549 [info] [command][6ea0ae3c-3987-4c10-9046-529304385462] Process exited with code 0\n2025-07-17 12:14:38.550 [info] [command][6ea0ae3c-3987-4c10-9046-529304385462] Socket close event received\n2025-07-17 12:14:38.551 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][12a92977-ef32-43aa-8636-a3ed1eca511c] socks connection closed\n2025-07-17 12:14:38.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52470 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:15:38.552 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:15:38.554 [info] [command][28e38a07-657c-4298-927f-c756a4d1c73d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""28e38a07-657c-4298-927f-c756a4d1c73d""}\n2025-07-17 12:15:38.555 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][edaefed6-08e5-4366-a0f1-f7782e1eb7de] received connection request\n2025-07-17 12:15:38.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:15:38.571 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][edaefed6-08e5-4366-a0f1-f7782e1eb7de] socks forwarding established\n2025-07-17 12:15:38.599 [info] [command][28e38a07-657c-4298-927f-c756a4d1c73d] Process exited with code 0\n2025-07-17 12:15:38.599 [info] [command][28e38a07-657c-4298-927f-c756a4d1c73d] Socket close event received\n2025-07-17 12:15:38.613 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][edaefed6-08e5-4366-a0f1-f7782e1eb7de] socks connection closed\n2025-07-17 12:15:38.614 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52529 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:16:38.605 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:16:38.607 [info] [command][0e363894-e852-4d97-9f34-ef27a8817a74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0e363894-e852-4d97-9f34-ef27a8817a74""}\n2025-07-17 12:16:38.608 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b8379657-5d94-4fc0-a584-331140c6c295] received connection request\n2025-07-17 12:16:38.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:16:38.626 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b8379657-5d94-4fc0-a584-331140c6c295] socks forwarding established\n2025-07-17 12:16:38.656 [info] [command][0e363894-e852-4d97-9f34-ef27a8817a74] Process exited with code 0\n2025-07-17 12:16:38.656 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b8379657-5d94-4fc0-a584-331140c6c295] socks connection closed\n2025-07-17 12:16:38.656 [info] [command][0e363894-e852-4d97-9f34-ef27a8817a74] Socket close event received\n2025-07-17 12:16:38.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52550 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:17:38.658 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:17:38.660 [info] [command][75d30c30-f025-45cc-9ce1-12b4b6e40172] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""75d30c30-f025-45cc-9ce1-12b4b6e40172""}\n2025-07-17 12:17:38.660 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][81551d1f-17a7-407a-ad17-dff575bacc4c] received connection request\n2025-07-17 12:17:38.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:17:38.675 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][81551d1f-17a7-407a-ad17-dff575bacc4c] socks forwarding established\n2025-07-17 12:17:38.704 [info] [command][75d30c30-f025-45cc-9ce1-12b4b6e40172] Process exited with code 0\n2025-07-17 12:17:38.704 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][81551d1f-17a7-407a-ad17-dff575bacc4c] socks connection closed\n2025-07-17 12:17:38.704 [info] [command][75d30c30-f025-45cc-9ce1-12b4b6e40172] Socket close event received\n2025-07-17 12:17:38.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52587 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:18:38.710 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:18:38.712 [info] [command][83f70c90-9749-4412-aec8-cb43e86287dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""83f70c90-9749-4412-aec8-cb43e86287dc""}\n2025-07-17 12:18:38.713 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a3bebbf2-e1d0-4896-9e79-fae5e0e3c527] received connection request\n2025-07-17 12:18:38.714 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:18:38.733 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a3bebbf2-e1d0-4896-9e79-fae5e0e3c527] socks forwarding established\n2025-07-17 12:18:38.770 [info] [command][83f70c90-9749-4412-aec8-cb43e86287dc] Process exited with code 0\n2025-07-17 12:18:38.770 [info] [command][83f70c90-9749-4412-aec8-cb43e86287dc] Socket close event received\n2025-07-17 12:18:38.771 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a3bebbf2-e1d0-4896-9e79-fae5e0e3c527] socks connection closed\n2025-07-17 12:18:38.788 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52629 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:19:38.775 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:19:38.776 [info] [command][53cbf1d3-746a-4574-be83-13e5d5739ec0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""53cbf1d3-746a-4574-be83-13e5d5739ec0""}\n2025-07-17 12:19:38.777 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1156c971-a984-4760-b32f-242c1d9f890b] received connection request\n2025-07-17 12:19:38.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:19:38.792 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1156c971-a984-4760-b32f-242c1d9f890b] socks forwarding established\n2025-07-17 12:19:38.822 [info] [command][53cbf1d3-746a-4574-be83-13e5d5739ec0] Process exited with code 0\n2025-07-17 12:19:38.823 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1156c971-a984-4760-b32f-242c1d9f890b] socks connection closed\n2025-07-17 12:19:38.823 [info] [command][53cbf1d3-746a-4574-be83-13e5d5739ec0] Socket close event received\n2025-07-17 12:19:38.837 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52673 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:20:38.823 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:20:38.825 [info] [command][9b18709f-ddca-4e5a-a7ee-de3106e29106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9b18709f-ddca-4e5a-a7ee-de3106e29106""}\n2025-07-17 12:20:38.825 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b2b7d4e7-bc7b-4619-bbe6-330a4d21922f] received connection request\n2025-07-17 12:20:38.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:20:38.841 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b2b7d4e7-bc7b-4619-bbe6-330a4d21922f] socks forwarding established\n2025-07-17 12:20:38.870 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b2b7d4e7-bc7b-4619-bbe6-330a4d21922f] socks connection closed\n2025-07-17 12:20:38.870 [info] [command][9b18709f-ddca-4e5a-a7ee-de3106e29106] Process exited with code 0\n2025-07-17 12:20:38.870 [info] [command][9b18709f-ddca-4e5a-a7ee-de3106e29106] Socket close event received\n2025-07-17 12:20:38.883 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52726 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:21:38.873 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:21:38.875 [info] [command][8ccab46a-c6a4-46e2-adee-77d6b3126c50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8ccab46a-c6a4-46e2-adee-77d6b3126c50""}\n2025-07-17 12:21:38.876 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8676a7a2-acc1-4d38-8955-2f717fd16ae8] received connection request\n2025-07-17 12:21:38.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:21:38.892 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8676a7a2-acc1-4d38-8955-2f717fd16ae8] socks forwarding established\n2025-07-17 12:21:38.919 [info] [command][8ccab46a-c6a4-46e2-adee-77d6b3126c50] Process exited with code 0\n2025-07-17 12:21:38.920 [info] [command][8ccab46a-c6a4-46e2-adee-77d6b3126c50] Socket close event received\n2025-07-17 12:21:38.920 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8676a7a2-acc1-4d38-8955-2f717fd16ae8] socks connection closed\n2025-07-17 12:21:38.936 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52750 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:22:38.920 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:22:38.922 [info] [command][32c213e6-53a4-4530-b238-63327668503f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""32c213e6-53a4-4530-b238-63327668503f""}\n2025-07-17 12:22:38.923 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0241967c-a8fd-4754-b9e8-328e44c832ef] received connection request\n2025-07-17 12:22:38.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:22:38.938 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0241967c-a8fd-4754-b9e8-328e44c832ef] socks forwarding established\n2025-07-17 12:22:38.967 [info] [command][32c213e6-53a4-4530-b238-63327668503f] Process exited with code 0\n2025-07-17 12:22:38.968 [info] [command][32c213e6-53a4-4530-b238-63327668503f] Socket close event received\n2025-07-17 12:22:38.968 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0241967c-a8fd-4754-b9e8-328e44c832ef] socks connection closed\n2025-07-17 12:22:38.982 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52789 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:23:38.973 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:23:38.975 [info] [command][b8091f6d-11ad-42d6-bf8e-226acc1bbb04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b8091f6d-11ad-42d6-bf8e-226acc1bbb04""}\n2025-07-17 12:23:38.976 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9b8d74b4-050a-4146-a7fd-b59605d4284b] received connection request\n2025-07-17 12:23:38.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:23:38.991 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9b8d74b4-050a-4146-a7fd-b59605d4284b] socks forwarding established\n2025-07-17 12:23:39.018 [info] [command][b8091f6d-11ad-42d6-bf8e-226acc1bbb04] Process exited with code 0\n2025-07-17 12:23:39.018 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9b8d74b4-050a-4146-a7fd-b59605d4284b] socks connection closed\n2025-07-17 12:23:39.018 [info] [command][b8091f6d-11ad-42d6-bf8e-226acc1bbb04] Socket close event received\n2025-07-17 12:23:39.034 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52845 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:24:39.022 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:24:39.024 [info] [command][fce7cadd-c200-4f49-9ee4-c5df55259c21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""fce7cadd-c200-4f49-9ee4-c5df55259c21""}\n2025-07-17 12:24:39.025 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e3d573ae-43e7-463f-8d56-b009831ee5fc] received connection request\n2025-07-17 12:24:39.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:24:39.045 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e3d573ae-43e7-463f-8d56-b009831ee5fc] socks forwarding established\n2025-07-17 12:24:39.167 [info] [command][fce7cadd-c200-4f49-9ee4-c5df55259c21] Process exited with code 0\n2025-07-17 12:24:39.167 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e3d573ae-43e7-463f-8d56-b009831ee5fc] socks connection closed\n2025-07-17 12:24:39.167 [info] [command][fce7cadd-c200-4f49-9ee4-c5df55259c21] Socket close event received\n2025-07-17 12:24:39.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52878 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:25:39.170 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:25:39.171 [info] [command][ecd1a910-c6f1-4082-9330-8f44e4220457] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ecd1a910-c6f1-4082-9330-8f44e4220457""}\n2025-07-17 12:25:39.172 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][013f52e7-71c4-43e3-99cb-f080c9d4297b] received connection request\n2025-07-17 12:25:39.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:25:39.191 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][013f52e7-71c4-43e3-99cb-f080c9d4297b] socks forwarding established\n2025-07-17 12:25:39.219 [info] [command][ecd1a910-c6f1-4082-9330-8f44e4220457] Process exited with code 0\n2025-07-17 12:25:39.219 [info] [command][ecd1a910-c6f1-4082-9330-8f44e4220457] Socket close event received\n2025-07-17 12:25:39.220 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][013f52e7-71c4-43e3-99cb-f080c9d4297b] socks connection closed\n2025-07-17 12:25:39.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52949 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:26:39.223 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:26:39.226 [info] [command][2663552e-303a-4051-b6ad-dfd954c935dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2663552e-303a-4051-b6ad-dfd954c935dd""}\n2025-07-17 12:26:39.227 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][06ad2112-0ff5-4913-9c4e-9330a479260c] received connection request\n2025-07-17 12:26:39.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:26:39.247 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][06ad2112-0ff5-4913-9c4e-9330a479260c] socks forwarding established\n2025-07-17 12:26:39.277 [info] [command][2663552e-303a-4051-b6ad-dfd954c935dd] Process exited with code 0\n2025-07-17 12:26:39.278 [info] [command][2663552e-303a-4051-b6ad-dfd954c935dd] Socket close event received\n2025-07-17 12:26:39.279 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][06ad2112-0ff5-4913-9c4e-9330a479260c] socks connection closed\n2025-07-17 12:26:39.296 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52974 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:27:39.283 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:27:39.285 [info] [command][65560498-c2a9-48b2-97e8-2ba5f4a16300] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""65560498-c2a9-48b2-97e8-2ba5f4a16300""}\n2025-07-17 12:27:39.286 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][699caec6-3405-4dc8-b87d-63102eae6319] received connection request\n2025-07-17 12:27:39.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 12:27:39.287 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:27:39.302 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][699caec6-3405-4dc8-b87d-63102eae6319] socks forwarding established\n2025-07-17 12:27:39.330 [info] [command][65560498-c2a9-48b2-97e8-2ba5f4a16300] Process exited with code 0\n2025-07-17 12:27:39.331 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][699caec6-3405-4dc8-b87d-63102eae6319] socks connection closed\n2025-07-17 12:27:39.331 [info] [command][65560498-c2a9-48b2-97e8-2ba5f4a16300] Socket close event received\n2025-07-17 12:27:39.433 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 52999 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:28:39.337 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:28:39.339 [info] [command][5fcde77e-469d-46e6-8744-5972d822f8c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5fcde77e-469d-46e6-8744-5972d822f8c3""}\n2025-07-17 12:28:39.340 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e73adaed-5a22-4f27-ba3b-22f6cea98b17] received connection request\n2025-07-17 12:28:39.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:28:39.359 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e73adaed-5a22-4f27-ba3b-22f6cea98b17] socks forwarding established\n2025-07-17 12:28:39.391 [info] [command][5fcde77e-469d-46e6-8744-5972d822f8c3] Process exited with code 0\n2025-07-17 12:28:39.392 [info] [command][5fcde77e-469d-46e6-8744-5972d822f8c3] Socket close event received\n2025-07-17 12:28:39.393 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e73adaed-5a22-4f27-ba3b-22f6cea98b17] socks connection closed\n2025-07-17 12:28:39.407 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53040 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:29:39.394 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:29:39.395 [info] [command][2a7e9888-6c66-4f61-9db0-4a00530ea609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2a7e9888-6c66-4f61-9db0-4a00530ea609""}\n2025-07-17 12:29:39.396 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][31e95b64-2732-4857-bbac-966ba000a628] received connection request\n2025-07-17 12:29:39.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:29:39.410 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][31e95b64-2732-4857-bbac-966ba000a628] socks forwarding established\n2025-07-17 12:29:39.436 [info] [command][2a7e9888-6c66-4f61-9db0-4a00530ea609] Process exited with code 0\n2025-07-17 12:29:39.436 [info] [command][2a7e9888-6c66-4f61-9db0-4a00530ea609] Socket close event received\n2025-07-17 12:29:39.436 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][31e95b64-2732-4857-bbac-966ba000a628] socks connection closed\n2025-07-17 12:29:39.449 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53064 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:30:39.439 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:30:39.441 [info] [command][56b1b052-30ef-4813-a75e-ca9321acd747] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""56b1b052-30ef-4813-a75e-ca9321acd747""}\n2025-07-17 12:30:39.441 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][aeaaf2e1-998e-4ea9-a149-58df52a47f91] received connection request\n2025-07-17 12:30:39.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:30:39.456 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][aeaaf2e1-998e-4ea9-a149-58df52a47f91] socks forwarding established\n2025-07-17 12:30:39.483 [info] [command][56b1b052-30ef-4813-a75e-ca9321acd747] Process exited with code 0\n2025-07-17 12:30:39.483 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][aeaaf2e1-998e-4ea9-a149-58df52a47f91] socks connection closed\n2025-07-17 12:30:39.483 [info] [command][56b1b052-30ef-4813-a75e-ca9321acd747] Socket close event received\n2025-07-17 12:30:39.500 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53126 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:31:39.487 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:31:39.489 [info] [command][0fcdb178-c0e6-4b4b-bd81-9009c79c156d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0fcdb178-c0e6-4b4b-bd81-9009c79c156d""}\n2025-07-17 12:31:39.490 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6be1a8cb-b9b3-404b-826f-0f0cc0f1779b] received connection request\n2025-07-17 12:31:39.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:31:39.516 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6be1a8cb-b9b3-404b-826f-0f0cc0f1779b] socks forwarding established\n2025-07-17 12:31:39.543 [info] [command][0fcdb178-c0e6-4b4b-bd81-9009c79c156d] Process exited with code 0\n2025-07-17 12:31:39.543 [info] [command][0fcdb178-c0e6-4b4b-bd81-9009c79c156d] Socket close event received\n2025-07-17 12:31:39.546 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6be1a8cb-b9b3-404b-826f-0f0cc0f1779b] socks connection closed\n2025-07-17 12:31:39.556 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53157 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:32:39.549 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:32:39.551 [info] [command][7c9a5acd-e958-4fa3-b252-e30da113d2cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""7c9a5acd-e958-4fa3-b252-e30da113d2cb""}\n2025-07-17 12:32:39.552 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b75287fb-e3a1-45b4-bfaf-278ed135cf9a] received connection request\n2025-07-17 12:32:39.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:32:39.569 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b75287fb-e3a1-45b4-bfaf-278ed135cf9a] socks forwarding established\n2025-07-17 12:32:39.598 [info] [command][7c9a5acd-e958-4fa3-b252-e30da113d2cb] Process exited with code 0\n2025-07-17 12:32:39.598 [info] [command][7c9a5acd-e958-4fa3-b252-e30da113d2cb] Socket close event received\n2025-07-17 12:32:39.599 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b75287fb-e3a1-45b4-bfaf-278ed135cf9a] socks connection closed\n2025-07-17 12:32:39.614 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53190 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:33:39.604 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:33:39.607 [info] [command][2f5db508-d469-4473-b891-2321e7a9b3bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2f5db508-d469-4473-b891-2321e7a9b3bd""}\n2025-07-17 12:33:39.608 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fa2c0c81-0669-4802-b106-fac857a6b4a5] received connection request\n2025-07-17 12:33:39.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:33:39.625 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fa2c0c81-0669-4802-b106-fac857a6b4a5] socks forwarding established\n2025-07-17 12:33:39.731 [info] [command][2f5db508-d469-4473-b891-2321e7a9b3bd] Process exited with code 0\n2025-07-17 12:33:39.731 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fa2c0c81-0669-4802-b106-fac857a6b4a5] socks connection closed\n2025-07-17 12:33:39.731 [info] [command][2f5db508-d469-4473-b891-2321e7a9b3bd] Socket close event received\n2025-07-17 12:33:39.747 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53233 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:34:39.736 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:34:39.740 [info] [command][b8cb2e58-8947-47a5-b6c4-3aaf9525f59c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b8cb2e58-8947-47a5-b6c4-3aaf9525f59c""}\n2025-07-17 12:34:39.740 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5e12d1a7-fd8b-4255-9769-6f865f6100b9] received connection request\n2025-07-17 12:34:39.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:34:39.757 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5e12d1a7-fd8b-4255-9769-6f865f6100b9] socks forwarding established\n2025-07-17 12:34:39.785 [info] [command][b8cb2e58-8947-47a5-b6c4-3aaf9525f59c] Process exited with code 0\n2025-07-17 12:34:39.785 [info] [command][b8cb2e58-8947-47a5-b6c4-3aaf9525f59c] Socket close event received\n2025-07-17 12:34:39.788 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5e12d1a7-fd8b-4255-9769-6f865f6100b9] socks connection closed\n2025-07-17 12:34:39.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53259 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:35:39.787 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:35:39.790 [info] [command][480d2638-f96d-4361-ba88-c09d68da6b0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""480d2638-f96d-4361-ba88-c09d68da6b0c""}\n2025-07-17 12:35:39.790 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][876f3143-5e5c-457a-80bb-54a3bc151ef4] received connection request\n2025-07-17 12:35:39.791 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:35:39.807 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][876f3143-5e5c-457a-80bb-54a3bc151ef4] socks forwarding established\n2025-07-17 12:35:39.838 [info] [command][480d2638-f96d-4361-ba88-c09d68da6b0c] Process exited with code 0\n2025-07-17 12:35:39.838 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][876f3143-5e5c-457a-80bb-54a3bc151ef4] socks connection closed\n2025-07-17 12:35:39.838 [info] [command][480d2638-f96d-4361-ba88-c09d68da6b0c] Socket close event received\n2025-07-17 12:35:39.853 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53324 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:36:39.842 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:36:39.844 [info] [command][a3992b1e-926f-42e5-a033-7c00bece3dc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a3992b1e-926f-42e5-a033-7c00bece3dc6""}\n2025-07-17 12:36:39.845 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][59e200c4-44e5-4a9f-8513-5fa9bfc1c7e6] received connection request\n2025-07-17 12:36:39.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:36:39.861 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][59e200c4-44e5-4a9f-8513-5fa9bfc1c7e6] socks forwarding established\n2025-07-17 12:36:39.890 [info] [command][a3992b1e-926f-42e5-a033-7c00bece3dc6] Process exited with code 0\n2025-07-17 12:36:39.891 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][59e200c4-44e5-4a9f-8513-5fa9bfc1c7e6] socks connection closed\n2025-07-17 12:36:39.891 [info] [command][a3992b1e-926f-42e5-a033-7c00bece3dc6] Socket close event received\n2025-07-17 12:36:39.908 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53350 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:37:39.892 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:37:39.893 [info] [command][dad864fd-06fd-4450-9421-e0a560df7577] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""dad864fd-06fd-4450-9421-e0a560df7577""}\n2025-07-17 12:37:39.893 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8ae4ad96-0a8c-4687-a2e4-e78f7ba3caf9] received connection request\n2025-07-17 12:37:39.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:37:39.909 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8ae4ad96-0a8c-4687-a2e4-e78f7ba3caf9] socks forwarding established\n2025-07-17 12:37:39.938 [info] [command][dad864fd-06fd-4450-9421-e0a560df7577] Process exited with code 0\n2025-07-17 12:37:39.938 [info] [command][dad864fd-06fd-4450-9421-e0a560df7577] Socket close event received\n2025-07-17 12:37:39.938 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8ae4ad96-0a8c-4687-a2e4-e78f7ba3caf9] socks connection closed\n2025-07-17 12:37:39.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53380 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:38:39.940 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:38:39.942 [info] [command][1c537845-47cd-4866-8ea7-2695f7e08821] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1c537845-47cd-4866-8ea7-2695f7e08821""}\n2025-07-17 12:38:39.943 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][78dd6213-bf22-4874-977d-cd90a595ff13] received connection request\n2025-07-17 12:38:39.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:38:39.959 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][78dd6213-bf22-4874-977d-cd90a595ff13] socks forwarding established\n2025-07-17 12:38:39.988 [info] [command][1c537845-47cd-4866-8ea7-2695f7e08821] Process exited with code 0\n2025-07-17 12:38:39.988 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][78dd6213-bf22-4874-977d-cd90a595ff13] socks connection closed\n2025-07-17 12:38:39.988 [info] [command][1c537845-47cd-4866-8ea7-2695f7e08821] Socket close event received\n2025-07-17 12:38:40.003 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53418 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:39:39.994 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:39:39.996 [info] [command][506eeefb-0c94-4fb5-a56b-2ff03c713cb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""506eeefb-0c94-4fb5-a56b-2ff03c713cb2""}\n2025-07-17 12:39:39.996 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9816f811-f0f3-4d1c-93be-140c51049d56] received connection request\n2025-07-17 12:39:39.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:39:40.098 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9816f811-f0f3-4d1c-93be-140c51049d56] socks forwarding established\n2025-07-17 12:39:40.129 [info] [command][506eeefb-0c94-4fb5-a56b-2ff03c713cb2] Process exited with code 0\n2025-07-17 12:39:40.130 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9816f811-f0f3-4d1c-93be-140c51049d56] socks connection closed\n2025-07-17 12:39:40.130 [info] [command][506eeefb-0c94-4fb5-a56b-2ff03c713cb2] Socket close event received\n2025-07-17 12:39:40.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53442 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:40:40.135 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:40:40.137 [info] [command][67e82284-784b-447c-bf41-48bd4a7baf32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""67e82284-784b-447c-bf41-48bd4a7baf32""}\n2025-07-17 12:40:40.138 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d03d3ddf-01a1-4e90-966a-cc7b12998a26] received connection request\n2025-07-17 12:40:40.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:40:40.157 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d03d3ddf-01a1-4e90-966a-cc7b12998a26] socks forwarding established\n2025-07-17 12:40:40.187 [info] [command][67e82284-784b-447c-bf41-48bd4a7baf32] Process exited with code 0\n2025-07-17 12:40:40.187 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d03d3ddf-01a1-4e90-966a-cc7b12998a26] socks connection closed\n2025-07-17 12:40:40.187 [info] [command][67e82284-784b-447c-bf41-48bd4a7baf32] Socket close event received\n2025-07-17 12:40:40.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53504 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:41:40.192 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:41:40.194 [info] [command][4bceb93e-c5a8-4e74-a28d-f29b071b7fef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4bceb93e-c5a8-4e74-a28d-f29b071b7fef""}\n2025-07-17 12:41:40.195 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][82bb22e4-b263-498e-a5ba-4d29e0663eaa] received connection request\n2025-07-17 12:41:40.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:41:40.212 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][82bb22e4-b263-498e-a5ba-4d29e0663eaa] socks forwarding established\n2025-07-17 12:41:40.238 [info] [command][4bceb93e-c5a8-4e74-a28d-f29b071b7fef] Process exited with code 0\n2025-07-17 12:41:40.239 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][82bb22e4-b263-498e-a5ba-4d29e0663eaa] socks connection closed\n2025-07-17 12:41:40.239 [info] [command][4bceb93e-c5a8-4e74-a28d-f29b071b7fef] Socket close event received\n2025-07-17 12:41:40.254 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53526 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:42:40.244 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:42:40.246 [info] [command][844e57df-793f-4607-bea7-b4c0439838be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""844e57df-793f-4607-bea7-b4c0439838be""}\n2025-07-17 12:42:40.247 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1d2bb151-7156-410f-820e-f3340d1e3394] received connection request\n2025-07-17 12:42:40.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:42:40.262 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1d2bb151-7156-410f-820e-f3340d1e3394] socks forwarding established\n2025-07-17 12:42:40.288 [info] [command][844e57df-793f-4607-bea7-b4c0439838be] Process exited with code 0\n2025-07-17 12:42:40.288 [info] [command][844e57df-793f-4607-bea7-b4c0439838be] Socket close event received\n2025-07-17 12:42:40.289 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1d2bb151-7156-410f-820e-f3340d1e3394] socks connection closed\n2025-07-17 12:42:40.303 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53553 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:43:40.291 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:43:40.293 [info] [command][ea61f680-bedf-4282-93d3-bb423c293977] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ea61f680-bedf-4282-93d3-bb423c293977""}\n2025-07-17 12:43:40.294 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4aa530e7-f524-454f-a033-26b1cf881250] received connection request\n2025-07-17 12:43:40.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:43:40.310 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4aa530e7-f524-454f-a033-26b1cf881250] socks forwarding established\n2025-07-17 12:43:40.349 [info] [command][ea61f680-bedf-4282-93d3-bb423c293977] Process exited with code 0\n2025-07-17 12:43:40.350 [info] [command][ea61f680-bedf-4282-93d3-bb423c293977] Socket close event received\n2025-07-17 12:43:40.351 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4aa530e7-f524-454f-a033-26b1cf881250] socks connection closed\n2025-07-17 12:43:40.366 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53595 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:44:40.351 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:44:40.353 [info] [command][92c4e50e-21ff-4df6-bfe1-da9d2c493890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""92c4e50e-21ff-4df6-bfe1-da9d2c493890""}\n2025-07-17 12:44:40.354 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][57c81ceb-e9da-4e60-93be-711d768314aa] received connection request\n2025-07-17 12:44:40.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:44:40.371 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][57c81ceb-e9da-4e60-93be-711d768314aa] socks forwarding established\n2025-07-17 12:44:40.402 [info] [command][92c4e50e-21ff-4df6-bfe1-da9d2c493890] Process exited with code 0\n2025-07-17 12:44:40.402 [info] [command][92c4e50e-21ff-4df6-bfe1-da9d2c493890] Socket close event received\n2025-07-17 12:44:40.403 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][57c81ceb-e9da-4e60-93be-711d768314aa] socks connection closed\n2025-07-17 12:44:40.419 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53622 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:45:40.407 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:45:40.409 [info] [command][0b5bce14-be34-4cc4-a346-f87cd069d283] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0b5bce14-be34-4cc4-a346-f87cd069d283""}\n2025-07-17 12:45:40.410 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6538e316-48f5-4682-aa55-3b9767bcec37] received connection request\n2025-07-17 12:45:40.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:45:40.424 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6538e316-48f5-4682-aa55-3b9767bcec37] socks forwarding established\n2025-07-17 12:45:40.457 [info] [command][0b5bce14-be34-4cc4-a346-f87cd069d283] Process exited with code 0\n2025-07-17 12:45:40.458 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6538e316-48f5-4682-aa55-3b9767bcec37] socks connection closed\n2025-07-17 12:45:40.458 [info] [command][0b5bce14-be34-4cc4-a346-f87cd069d283] Socket close event received\n2025-07-17 12:45:40.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53679 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:46:40.461 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:46:40.465 [info] [command][869ac4eb-3ce0-4a89-8d92-7fa8532bae63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""869ac4eb-3ce0-4a89-8d92-7fa8532bae63""}\n2025-07-17 12:46:40.465 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c212c7e1-3c6f-455c-9b4c-e7591d29b8ae] received connection request\n2025-07-17 12:46:40.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:46:40.481 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c212c7e1-3c6f-455c-9b4c-e7591d29b8ae] socks forwarding established\n2025-07-17 12:46:40.510 [info] [command][869ac4eb-3ce0-4a89-8d92-7fa8532bae63] Process exited with code 0\n2025-07-17 12:46:40.510 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c212c7e1-3c6f-455c-9b4c-e7591d29b8ae] socks connection closed\n2025-07-17 12:46:40.510 [info] [command][869ac4eb-3ce0-4a89-8d92-7fa8532bae63] Socket close event received\n2025-07-17 12:46:40.524 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53700 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:47:40.511 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:47:40.514 [info] [command][f3db9a9e-9b2f-457d-88f3-402b8c191999] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f3db9a9e-9b2f-457d-88f3-402b8c191999""}\n2025-07-17 12:47:40.514 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][25828085-9332-4ff3-b5bd-ac2d7d5fe0e7] received connection request\n2025-07-17 12:47:40.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:47:40.571 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][25828085-9332-4ff3-b5bd-ac2d7d5fe0e7] socks forwarding established\n2025-07-17 12:47:40.602 [info] [command][f3db9a9e-9b2f-457d-88f3-402b8c191999] Process exited with code 0\n2025-07-17 12:47:40.602 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][25828085-9332-4ff3-b5bd-ac2d7d5fe0e7] socks connection closed\n2025-07-17 12:47:40.602 [info] [command][f3db9a9e-9b2f-457d-88f3-402b8c191999] Socket close event received\n2025-07-17 12:47:40.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53724 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:48:40.607 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:48:40.609 [info] [command][8a6a0845-ffb9-4e55-8291-fa74d8b0b792] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8a6a0845-ffb9-4e55-8291-fa74d8b0b792""}\n2025-07-17 12:48:40.610 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b9f3e5be-c27e-4fc6-bd44-db7567efd06f] received connection request\n2025-07-17 12:48:40.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:48:40.626 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b9f3e5be-c27e-4fc6-bd44-db7567efd06f] socks forwarding established\n2025-07-17 12:48:40.661 [info] [command][8a6a0845-ffb9-4e55-8291-fa74d8b0b792] Process exited with code 0\n2025-07-17 12:48:40.661 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b9f3e5be-c27e-4fc6-bd44-db7567efd06f] socks connection closed\n2025-07-17 12:48:40.661 [info] [command][8a6a0845-ffb9-4e55-8291-fa74d8b0b792] Socket close event received\n2025-07-17 12:48:40.678 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53762 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:49:40.665 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:49:40.668 [info] [command][5f3dbdf4-a505-4daf-b4e4-3981e68059e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5f3dbdf4-a505-4daf-b4e4-3981e68059e3""}\n2025-07-17 12:49:40.669 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][536df644-378d-4c00-ab0d-5ded73f630a7] received connection request\n2025-07-17 12:49:40.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:49:40.685 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][536df644-378d-4c00-ab0d-5ded73f630a7] socks forwarding established\n2025-07-17 12:49:40.716 [info] [command][5f3dbdf4-a505-4daf-b4e4-3981e68059e3] Process exited with code 0\n2025-07-17 12:49:40.717 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][536df644-378d-4c00-ab0d-5ded73f630a7] socks connection closed\n2025-07-17 12:49:40.717 [info] [command][5f3dbdf4-a505-4daf-b4e4-3981e68059e3] Socket close event received\n2025-07-17 12:49:40.731 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53790 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:50:40.722 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:50:40.724 [info] [command][0b60a964-52b4-40a2-8878-78aa9838c3b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0b60a964-52b4-40a2-8878-78aa9838c3b1""}\n2025-07-17 12:50:40.724 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][df7bb98b-bb12-4d4b-86fd-7a476bfe1b0f] received connection request\n2025-07-17 12:50:40.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:50:40.746 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][df7bb98b-bb12-4d4b-86fd-7a476bfe1b0f] socks forwarding established\n2025-07-17 12:50:40.785 [info] [command][0b60a964-52b4-40a2-8878-78aa9838c3b1] Process exited with code 0\n2025-07-17 12:50:40.785 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][df7bb98b-bb12-4d4b-86fd-7a476bfe1b0f] socks connection closed\n2025-07-17 12:50:40.786 [info] [command][0b60a964-52b4-40a2-8878-78aa9838c3b1] Socket close event received\n2025-07-17 12:50:40.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53844 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:51:40.790 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:51:40.793 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][30b983d6-bb5c-4182-90c6-ae09a563e9f6] received connection request\n2025-07-17 12:51:40.793 [info] [command][b9eb525a-c00c-4e10-aef4-02f952231162] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b9eb525a-c00c-4e10-aef4-02f952231162""}\n2025-07-17 12:51:40.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:51:40.807 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][30b983d6-bb5c-4182-90c6-ae09a563e9f6] socks forwarding established\n2025-07-17 12:51:40.836 [info] [command][b9eb525a-c00c-4e10-aef4-02f952231162] Process exited with code 0\n2025-07-17 12:51:40.836 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][30b983d6-bb5c-4182-90c6-ae09a563e9f6] socks connection closed\n2025-07-17 12:51:40.837 [info] [command][b9eb525a-c00c-4e10-aef4-02f952231162] Socket close event received\n2025-07-17 12:51:40.852 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53869 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:52:40.839 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:52:40.843 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][19a47f26-cc85-41a2-8ce5-4b5b7a4a5fc6] received connection request\n2025-07-17 12:52:40.843 [info] [command][9606514d-60fe-42f0-bbc4-4cbfa78cc431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9606514d-60fe-42f0-bbc4-4cbfa78cc431""}\n2025-07-17 12:52:40.843 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:52:40.861 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][19a47f26-cc85-41a2-8ce5-4b5b7a4a5fc6] socks forwarding established\n2025-07-17 12:52:40.894 [info] [command][9606514d-60fe-42f0-bbc4-4cbfa78cc431] Process exited with code 0\n2025-07-17 12:52:40.894 [info] [command][9606514d-60fe-42f0-bbc4-4cbfa78cc431] Socket close event received\n2025-07-17 12:52:40.896 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][19a47f26-cc85-41a2-8ce5-4b5b7a4a5fc6] socks connection closed\n2025-07-17 12:52:40.909 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53891 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:53:40.898 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:53:40.901 [info] [command][0214be88-2543-4331-aec0-09f594b9949d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0214be88-2543-4331-aec0-09f594b9949d""}\n2025-07-17 12:53:40.902 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4d6466ca-3759-437d-9558-3dbd5f157d28] received connection request\n2025-07-17 12:53:40.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:53:40.917 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4d6466ca-3759-437d-9558-3dbd5f157d28] socks forwarding established\n2025-07-17 12:53:40.944 [info] [command][0214be88-2543-4331-aec0-09f594b9949d] Process exited with code 0\n2025-07-17 12:53:40.945 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4d6466ca-3759-437d-9558-3dbd5f157d28] socks connection closed\n2025-07-17 12:53:40.945 [info] [command][0214be88-2543-4331-aec0-09f594b9949d] Socket close event received\n2025-07-17 12:53:40.960 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53927 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:54:40.946 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:54:40.948 [info] [command][63aa5ee1-f1e7-4143-8e33-6fd9ad96c55c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""63aa5ee1-f1e7-4143-8e33-6fd9ad96c55c""}\n2025-07-17 12:54:40.948 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9fecaac2-362c-4047-9383-ca1cba9d651c] received connection request\n2025-07-17 12:54:40.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:54:41.040 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9fecaac2-362c-4047-9383-ca1cba9d651c] socks forwarding established\n2025-07-17 12:54:41.074 [info] [command][63aa5ee1-f1e7-4143-8e33-6fd9ad96c55c] Process exited with code 0\n2025-07-17 12:54:41.074 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9fecaac2-362c-4047-9383-ca1cba9d651c] socks connection closed\n2025-07-17 12:54:41.074 [info] [command][63aa5ee1-f1e7-4143-8e33-6fd9ad96c55c] Socket close event received\n2025-07-17 12:54:41.090 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 53952 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:55:41.078 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:55:41.080 [info] [command][4eaaa748-7464-4c97-8398-c25b7477ef3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4eaaa748-7464-4c97-8398-c25b7477ef3b""}\n2025-07-17 12:55:41.081 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a87ce248-14f7-40c1-94e3-f47f0a429c86] received connection request\n2025-07-17 12:55:41.082 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:55:41.097 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a87ce248-14f7-40c1-94e3-f47f0a429c86] socks forwarding established\n2025-07-17 12:55:41.125 [info] [command][4eaaa748-7464-4c97-8398-c25b7477ef3b] Process exited with code 0\n2025-07-17 12:55:41.125 [info] [command][4eaaa748-7464-4c97-8398-c25b7477ef3b] Socket close event received\n2025-07-17 12:55:41.126 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a87ce248-14f7-40c1-94e3-f47f0a429c86] socks connection closed\n2025-07-17 12:55:41.141 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54011 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:56:41.130 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:56:41.132 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][286d2761-dc33-4ac7-9c7e-851db742bcc5] received connection request\n2025-07-17 12:56:41.133 [info] [command][5dfd9784-5503-4fe4-a238-c0259bef2bc4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5dfd9784-5503-4fe4-a238-c0259bef2bc4""}\n2025-07-17 12:56:41.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:56:41.151 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][286d2761-dc33-4ac7-9c7e-851db742bcc5] socks forwarding established\n2025-07-17 12:56:41.181 [info] [command][5dfd9784-5503-4fe4-a238-c0259bef2bc4] Process exited with code 0\n2025-07-17 12:56:41.181 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][286d2761-dc33-4ac7-9c7e-851db742bcc5] socks connection closed\n2025-07-17 12:56:41.181 [info] [command][5dfd9784-5503-4fe4-a238-c0259bef2bc4] Socket close event received\n2025-07-17 12:56:41.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54036 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:57:41.184 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:57:41.186 [info] [command][647eac89-7116-4da5-b71d-a344868ac014] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""647eac89-7116-4da5-b71d-a344868ac014""}\n2025-07-17 12:57:41.187 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][06d345c2-998e-4c04-981d-782e15d860e2] received connection request\n2025-07-17 12:57:41.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:57:41.206 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][06d345c2-998e-4c04-981d-782e15d860e2] socks forwarding established\n2025-07-17 12:57:41.251 [info] [command][647eac89-7116-4da5-b71d-a344868ac014] Process exited with code 0\n2025-07-17 12:57:41.252 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][06d345c2-998e-4c04-981d-782e15d860e2] socks connection closed\n2025-07-17 12:57:41.252 [info] [command][647eac89-7116-4da5-b71d-a344868ac014] Socket close event received\n2025-07-17 12:57:41.267 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54068 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:58:41.253 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:58:41.256 [info] [command][c01370a6-3ecb-46ed-a53b-fa31e7f103a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c01370a6-3ecb-46ed-a53b-fa31e7f103a0""}\n2025-07-17 12:58:41.257 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][510a9888-a28c-47ea-811f-5cefda132371] received connection request\n2025-07-17 12:58:41.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:58:41.273 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][510a9888-a28c-47ea-811f-5cefda132371] socks forwarding established\n2025-07-17 12:58:41.301 [info] [command][c01370a6-3ecb-46ed-a53b-fa31e7f103a0] Process exited with code 0\n2025-07-17 12:58:41.302 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][510a9888-a28c-47ea-811f-5cefda132371] socks connection closed\n2025-07-17 12:58:41.302 [info] [command][c01370a6-3ecb-46ed-a53b-fa31e7f103a0] Socket close event received\n2025-07-17 12:58:41.316 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54101 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 12:59:41.307 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 12:59:41.310 [info] [command][dc5c59aa-67d0-477c-96f6-5646d233d61a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""dc5c59aa-67d0-477c-96f6-5646d233d61a""}\n2025-07-17 12:59:41.311 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d1eb68a7-1cd9-4590-b8dc-0206c81965e0] received connection request\n2025-07-17 12:59:41.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 12:59:41.327 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d1eb68a7-1cd9-4590-b8dc-0206c81965e0] socks forwarding established\n2025-07-17 12:59:41.444 [info] [command][dc5c59aa-67d0-477c-96f6-5646d233d61a] Process exited with code 0\n2025-07-17 12:59:41.445 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d1eb68a7-1cd9-4590-b8dc-0206c81965e0] socks connection closed\n2025-07-17 12:59:41.445 [info] [command][dc5c59aa-67d0-477c-96f6-5646d233d61a] Socket close event received\n2025-07-17 12:59:41.465 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54125 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:00:41.450 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:00:41.451 [info] [command][77608d4a-9bfd-4dad-813f-96693f49817f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""77608d4a-9bfd-4dad-813f-96693f49817f""}\n2025-07-17 13:00:41.452 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1948e8fc-2a8f-4761-93c1-401dbec55650] received connection request\n2025-07-17 13:00:41.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:00:41.470 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1948e8fc-2a8f-4761-93c1-401dbec55650] socks forwarding established\n2025-07-17 13:00:41.497 [info] [command][77608d4a-9bfd-4dad-813f-96693f49817f] Process exited with code 0\n2025-07-17 13:00:41.497 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1948e8fc-2a8f-4761-93c1-401dbec55650] socks connection closed\n2025-07-17 13:00:41.497 [info] [command][77608d4a-9bfd-4dad-813f-96693f49817f] Socket close event received\n2025-07-17 13:00:41.511 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54173 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:01:41.498 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:01:41.500 [info] [command][2293fe3a-1059-44f1-a73b-75935b70f972] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2293fe3a-1059-44f1-a73b-75935b70f972""}\n2025-07-17 13:01:41.501 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c7fef2b7-9d11-4e39-ade2-7ba667a1f6dc] received connection request\n2025-07-17 13:01:41.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:01:41.517 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c7fef2b7-9d11-4e39-ade2-7ba667a1f6dc] socks forwarding established\n2025-07-17 13:01:41.546 [info] [command][2293fe3a-1059-44f1-a73b-75935b70f972] Process exited with code 0\n2025-07-17 13:01:41.547 [info] [command][2293fe3a-1059-44f1-a73b-75935b70f972] Socket close event received\n2025-07-17 13:01:41.547 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c7fef2b7-9d11-4e39-ade2-7ba667a1f6dc] socks connection closed\n2025-07-17 13:01:41.563 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54204 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:02:41.548 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:02:41.552 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a1ffaa04-00e0-443b-ba0d-fda013661bb2] received connection request\n2025-07-17 13:02:41.552 [info] [command][5eb7a52b-f1e0-485e-a822-4e019ca3a467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5eb7a52b-f1e0-485e-a822-4e019ca3a467""}\n2025-07-17 13:02:41.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:02:41.569 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a1ffaa04-00e0-443b-ba0d-fda013661bb2] socks forwarding established\n2025-07-17 13:02:41.598 [info] [command][5eb7a52b-f1e0-485e-a822-4e019ca3a467] Process exited with code 0\n2025-07-17 13:02:41.599 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a1ffaa04-00e0-443b-ba0d-fda013661bb2] socks connection closed\n2025-07-17 13:02:41.599 [info] [command][5eb7a52b-f1e0-485e-a822-4e019ca3a467] Socket close event received\n2025-07-17 13:02:41.623 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54229 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:03:41.601 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:03:41.602 [info] [command][6aac535a-0c03-4226-9dd1-dbf3b58a2671] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6aac535a-0c03-4226-9dd1-dbf3b58a2671""}\n2025-07-17 13:03:41.603 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6ad73cd0-9333-41f9-843f-dce4df5fee7a] received connection request\n2025-07-17 13:03:41.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:03:41.619 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6ad73cd0-9333-41f9-843f-dce4df5fee7a] socks forwarding established\n2025-07-17 13:03:41.646 [info] [command][6aac535a-0c03-4226-9dd1-dbf3b58a2671] Process exited with code 0\n2025-07-17 13:03:41.646 [info] [command][6aac535a-0c03-4226-9dd1-dbf3b58a2671] Socket close event received\n2025-07-17 13:03:41.647 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6ad73cd0-9333-41f9-843f-dce4df5fee7a] socks connection closed\n2025-07-17 13:03:41.661 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54269 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:04:41.648 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:04:41.653 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b47fc0fb-b712-47dd-9d69-c4ed20991f8c] received connection request\n2025-07-17 13:04:41.654 [info] [command][d101c846-3b00-487d-89ad-fb119ba2af0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d101c846-3b00-487d-89ad-fb119ba2af0f""}\n2025-07-17 13:04:41.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:04:41.678 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b47fc0fb-b712-47dd-9d69-c4ed20991f8c] socks forwarding established\n2025-07-17 13:04:41.704 [info] [command][d101c846-3b00-487d-89ad-fb119ba2af0f] Process exited with code 0\n2025-07-17 13:04:41.704 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b47fc0fb-b712-47dd-9d69-c4ed20991f8c] socks connection closed\n2025-07-17 13:04:41.704 [info] [command][d101c846-3b00-487d-89ad-fb119ba2af0f] Socket close event received\n2025-07-17 13:04:41.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54296 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:05:41.707 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:05:41.708 [info] [command][db78764b-91f3-4e20-8cae-9c2ae36c2cb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""db78764b-91f3-4e20-8cae-9c2ae36c2cb7""}\n2025-07-17 13:05:41.709 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][69d38c31-fc50-46f5-9d29-f3dcb205efad] received connection request\n2025-07-17 13:05:41.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:05:41.726 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69d38c31-fc50-46f5-9d29-f3dcb205efad] socks forwarding established\n2025-07-17 13:05:41.754 [info] [command][db78764b-91f3-4e20-8cae-9c2ae36c2cb7] Process exited with code 0\n2025-07-17 13:05:41.754 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69d38c31-fc50-46f5-9d29-f3dcb205efad] socks connection closed\n2025-07-17 13:05:41.754 [info] [command][db78764b-91f3-4e20-8cae-9c2ae36c2cb7] Socket close event received\n2025-07-17 13:05:41.773 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54353 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:06:41.756 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:06:41.759 [info] [command][706c1633-5eb5-4cfc-8cb2-ddf5a30c2c1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""706c1633-5eb5-4cfc-8cb2-ddf5a30c2c1a""}\n2025-07-17 13:06:41.760 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b2b230df-9153-42e0-aade-b93407d2d2ce] received connection request\n2025-07-17 13:06:41.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:06:41.775 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b2b230df-9153-42e0-aade-b93407d2d2ce] socks forwarding established\n2025-07-17 13:06:41.802 [info] [command][706c1633-5eb5-4cfc-8cb2-ddf5a30c2c1a] Process exited with code 0\n2025-07-17 13:06:41.802 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b2b230df-9153-42e0-aade-b93407d2d2ce] socks connection closed\n2025-07-17 13:06:41.802 [info] [command][706c1633-5eb5-4cfc-8cb2-ddf5a30c2c1a] Socket close event received\n2025-07-17 13:06:41.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54403 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:07:41.808 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:07:41.810 [info] [command][2abef6f8-982d-4aba-9dcb-8b920ebaed31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2abef6f8-982d-4aba-9dcb-8b920ebaed31""}\n2025-07-17 13:07:41.810 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][68d96883-4d86-4125-81e8-ff5f82cb7388] received connection request\n2025-07-17 13:07:41.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:07:41.827 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][68d96883-4d86-4125-81e8-ff5f82cb7388] socks forwarding established\n2025-07-17 13:07:41.855 [info] [command][2abef6f8-982d-4aba-9dcb-8b920ebaed31] Process exited with code 0\n2025-07-17 13:07:41.855 [info] [command][2abef6f8-982d-4aba-9dcb-8b920ebaed31] Socket close event received\n2025-07-17 13:07:41.856 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][68d96883-4d86-4125-81e8-ff5f82cb7388] socks connection closed\n2025-07-17 13:07:41.875 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54422 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:08:41.858 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:08:41.859 [info] [command][cab8b783-ce28-4168-88d3-af219632bb9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""cab8b783-ce28-4168-88d3-af219632bb9f""}\n2025-07-17 13:08:41.860 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3fc38474-8420-4f1b-bada-448c0cf3d894] received connection request\n2025-07-17 13:08:41.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:08:41.877 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3fc38474-8420-4f1b-bada-448c0cf3d894] socks forwarding established\n2025-07-17 13:08:41.905 [info] [command][cab8b783-ce28-4168-88d3-af219632bb9f] Process exited with code 0\n2025-07-17 13:08:41.905 [info] [command][cab8b783-ce28-4168-88d3-af219632bb9f] Socket close event received\n2025-07-17 13:08:41.905 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3fc38474-8420-4f1b-bada-448c0cf3d894] socks connection closed\n2025-07-17 13:08:41.921 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54457 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:09:41.908 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:09:41.910 [info] [command][94740e08-3081-4608-a65e-857e59347788] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""94740e08-3081-4608-a65e-857e59347788""}\n2025-07-17 13:09:41.910 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6aa194ed-fd7e-4fef-bb5d-1e2390194dd2] received connection request\n2025-07-17 13:09:41.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:09:41.927 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6aa194ed-fd7e-4fef-bb5d-1e2390194dd2] socks forwarding established\n2025-07-17 13:09:41.955 [info] [command][94740e08-3081-4608-a65e-857e59347788] Process exited with code 0\n2025-07-17 13:09:41.955 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6aa194ed-fd7e-4fef-bb5d-1e2390194dd2] socks connection closed\n2025-07-17 13:09:41.956 [info] [command][94740e08-3081-4608-a65e-857e59347788] Socket close event received\n2025-07-17 13:09:41.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54491 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:10:41.957 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:10:41.959 [info] [command][97f05feb-4077-4356-ad46-486d7a13b5f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""97f05feb-4077-4356-ad46-486d7a13b5f1""}\n2025-07-17 13:10:41.960 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][86c4ca8b-1b64-4365-85cd-34a36e98948a] received connection request\n2025-07-17 13:10:41.960 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:10:41.977 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][86c4ca8b-1b64-4365-85cd-34a36e98948a] socks forwarding established\n2025-07-17 13:10:42.008 [info] [command][97f05feb-4077-4356-ad46-486d7a13b5f1] Process exited with code 0\n2025-07-17 13:10:42.009 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][86c4ca8b-1b64-4365-85cd-34a36e98948a] socks connection closed\n2025-07-17 13:10:42.009 [info] [command][97f05feb-4077-4356-ad46-486d7a13b5f1] Socket close event received\n2025-07-17 13:10:42.025 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54563 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:11:42.009 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:11:42.011 [info] [command][b008b62b-f8ec-43da-9235-90a95ea862f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b008b62b-f8ec-43da-9235-90a95ea862f3""}\n2025-07-17 13:11:42.011 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2dbc937a-1bf9-4233-82b7-63b25915eeea] received connection request\n2025-07-17 13:11:42.012 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:11:42.027 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2dbc937a-1bf9-4233-82b7-63b25915eeea] socks forwarding established\n2025-07-17 13:11:42.060 [info] [command][b008b62b-f8ec-43da-9235-90a95ea862f3] Process exited with code 0\n2025-07-17 13:11:42.060 [info] [command][b008b62b-f8ec-43da-9235-90a95ea862f3] Socket close event received\n2025-07-17 13:11:42.061 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2dbc937a-1bf9-4233-82b7-63b25915eeea] socks connection closed\n2025-07-17 13:11:42.077 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54580 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:12:42.065 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:12:42.068 [info] [command][bcb40ad7-60e4-4dbb-b78d-bfc67e71fd62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bcb40ad7-60e4-4dbb-b78d-bfc67e71fd62""}\n2025-07-17 13:12:42.069 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7b42bb5c-e329-4824-8b5c-91c7820b613a] received connection request\n2025-07-17 13:12:42.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:12:42.085 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7b42bb5c-e329-4824-8b5c-91c7820b613a] socks forwarding established\n2025-07-17 13:12:42.109 [info] [command][bcb40ad7-60e4-4dbb-b78d-bfc67e71fd62] Process exited with code 0\n2025-07-17 13:12:42.109 [info] [command][bcb40ad7-60e4-4dbb-b78d-bfc67e71fd62] Socket close event received\n2025-07-17 13:12:42.110 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7b42bb5c-e329-4824-8b5c-91c7820b613a] socks connection closed\n2025-07-17 13:12:42.124 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54602 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:13:42.113 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:13:42.115 [info] [command][3856401d-c663-45b2-9dce-bbbccfa4f5ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3856401d-c663-45b2-9dce-bbbccfa4f5ad""}\n2025-07-17 13:13:42.116 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9e8cc073-205c-4754-8c15-0bb67b002063] received connection request\n2025-07-17 13:13:42.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:13:42.200 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9e8cc073-205c-4754-8c15-0bb67b002063] socks forwarding established\n2025-07-17 13:13:42.230 [info] [command][3856401d-c663-45b2-9dce-bbbccfa4f5ad] Process exited with code 0\n2025-07-17 13:13:42.230 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9e8cc073-205c-4754-8c15-0bb67b002063] socks connection closed\n2025-07-17 13:13:42.230 [info] [command][3856401d-c663-45b2-9dce-bbbccfa4f5ad] Socket close event received\n2025-07-17 13:13:42.245 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54639 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:14:42.235 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:14:42.237 [info] [command][426261ff-1688-48f5-bd60-359412255c77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""426261ff-1688-48f5-bd60-359412255c77""}\n2025-07-17 13:14:42.238 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5d5f2af0-621c-4a1b-90a6-72d90cf67336] received connection request\n2025-07-17 13:14:42.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:14:42.253 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5d5f2af0-621c-4a1b-90a6-72d90cf67336] socks forwarding established\n2025-07-17 13:14:42.289 [info] [command][426261ff-1688-48f5-bd60-359412255c77] Process exited with code 0\n2025-07-17 13:14:42.289 [info] [command][426261ff-1688-48f5-bd60-359412255c77] Socket close event received\n2025-07-17 13:14:42.290 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5d5f2af0-621c-4a1b-90a6-72d90cf67336] socks connection closed\n2025-07-17 13:14:42.306 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54659 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:15:42.294 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:15:42.296 [info] [command][e7a1470c-12e9-4fe3-b2e8-11653343286c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e7a1470c-12e9-4fe3-b2e8-11653343286c""}\n2025-07-17 13:15:42.297 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c2343d76-4bfb-4429-983c-4db233a7777f] received connection request\n2025-07-17 13:15:42.298 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:15:42.313 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c2343d76-4bfb-4429-983c-4db233a7777f] socks forwarding established\n2025-07-17 13:15:42.342 [info] [command][e7a1470c-12e9-4fe3-b2e8-11653343286c] Process exited with code 0\n2025-07-17 13:15:42.343 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c2343d76-4bfb-4429-983c-4db233a7777f] socks connection closed\n2025-07-17 13:15:42.343 [info] [command][e7a1470c-12e9-4fe3-b2e8-11653343286c] Socket close event received\n2025-07-17 13:15:42.359 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54687 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:16:42.349 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:16:42.351 [info] [command][bb194e28-92bd-4210-96aa-57e533e9c511] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bb194e28-92bd-4210-96aa-57e533e9c511""}\n2025-07-17 13:16:42.352 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f6e6f552-eb83-40a2-a916-063727c8aad5] received connection request\n2025-07-17 13:16:42.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:16:42.376 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f6e6f552-eb83-40a2-a916-063727c8aad5] socks forwarding established\n2025-07-17 13:16:42.404 [info] [command][bb194e28-92bd-4210-96aa-57e533e9c511] Process exited with code 0\n2025-07-17 13:16:42.404 [info] [command][bb194e28-92bd-4210-96aa-57e533e9c511] Socket close event received\n2025-07-17 13:16:42.405 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f6e6f552-eb83-40a2-a916-063727c8aad5] socks connection closed\n2025-07-17 13:16:42.425 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54736 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:17:42.404 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:17:42.407 [info] [command][5263e3f8-13fa-419f-9cf3-afc71e45e886] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5263e3f8-13fa-419f-9cf3-afc71e45e886""}\n2025-07-17 13:17:42.407 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4c570900-d3f5-4a93-8e27-46d68752d34b] received connection request\n2025-07-17 13:17:42.408 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:17:42.425 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4c570900-d3f5-4a93-8e27-46d68752d34b] socks forwarding established\n2025-07-17 13:17:42.454 [info] [command][5263e3f8-13fa-419f-9cf3-afc71e45e886] Process exited with code 0\n2025-07-17 13:17:42.454 [info] [command][5263e3f8-13fa-419f-9cf3-afc71e45e886] Socket close event received\n2025-07-17 13:17:42.455 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4c570900-d3f5-4a93-8e27-46d68752d34b] socks connection closed\n2025-07-17 13:17:42.471 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54762 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:18:42.463 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:18:42.465 [info] [command][8ff3eb3d-1d12-47fe-acd4-5d4e874dacf4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8ff3eb3d-1d12-47fe-acd4-5d4e874dacf4""}\n2025-07-17 13:18:42.466 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9866ee6e-efa0-4590-a9ba-63cffc5c438f] received connection request\n2025-07-17 13:18:42.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:18:42.515 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9866ee6e-efa0-4590-a9ba-63cffc5c438f] socks forwarding established\n2025-07-17 13:18:42.544 [info] [command][8ff3eb3d-1d12-47fe-acd4-5d4e874dacf4] Process exited with code 0\n2025-07-17 13:18:42.544 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9866ee6e-efa0-4590-a9ba-63cffc5c438f] socks connection closed\n2025-07-17 13:18:42.545 [info] [command][8ff3eb3d-1d12-47fe-acd4-5d4e874dacf4] Socket close event received\n2025-07-17 13:18:42.559 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54800 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:19:42.554 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:19:42.556 [info] [command][f952c08f-7377-4ae4-b599-ba8d9ad2a000] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f952c08f-7377-4ae4-b599-ba8d9ad2a000""}\n2025-07-17 13:19:42.557 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1e329611-d2e1-41e4-aee0-a032b9a0570e] received connection request\n2025-07-17 13:19:42.557 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:19:42.576 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1e329611-d2e1-41e4-aee0-a032b9a0570e] socks forwarding established\n2025-07-17 13:19:42.606 [info] [command][f952c08f-7377-4ae4-b599-ba8d9ad2a000] Process exited with code 0\n2025-07-17 13:19:42.606 [info] [command][f952c08f-7377-4ae4-b599-ba8d9ad2a000] Socket close event received\n2025-07-17 13:19:42.609 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1e329611-d2e1-41e4-aee0-a032b9a0570e] socks connection closed\n2025-07-17 13:19:42.632 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54834 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:20:42.610 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:20:42.612 [info] [command][691ec548-f225-49bf-a955-fce6833db383] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""691ec548-f225-49bf-a955-fce6833db383""}\n2025-07-17 13:20:42.613 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3238da69-3b87-429f-ae29-9498cdfa9301] received connection request\n2025-07-17 13:20:42.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:20:42.634 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3238da69-3b87-429f-ae29-9498cdfa9301] socks forwarding established\n2025-07-17 13:20:42.662 [info] [command][691ec548-f225-49bf-a955-fce6833db383] Process exited with code 0\n2025-07-17 13:20:42.662 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3238da69-3b87-429f-ae29-9498cdfa9301] socks connection closed\n2025-07-17 13:20:42.662 [info] [command][691ec548-f225-49bf-a955-fce6833db383] Socket close event received\n2025-07-17 13:20:42.676 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54861 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:21:42.666 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:21:42.668 [info] [command][d95994df-eda8-42d2-bccf-667c66107bf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d95994df-eda8-42d2-bccf-667c66107bf6""}\n2025-07-17 13:21:42.669 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e90d0fe5-9450-4c49-ab88-76cc057739a5] received connection request\n2025-07-17 13:21:42.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:21:42.687 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e90d0fe5-9450-4c49-ab88-76cc057739a5] socks forwarding established\n2025-07-17 13:21:42.714 [info] [command][d95994df-eda8-42d2-bccf-667c66107bf6] Process exited with code 0\n2025-07-17 13:21:42.714 [info] [command][d95994df-eda8-42d2-bccf-667c66107bf6] Socket close event received\n2025-07-17 13:21:42.714 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e90d0fe5-9450-4c49-ab88-76cc057739a5] socks connection closed\n2025-07-17 13:21:42.729 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54913 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:22:42.721 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:22:42.723 [info] [command][acde559a-da14-4448-8137-f00985a3d485] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""acde559a-da14-4448-8137-f00985a3d485""}\n2025-07-17 13:22:42.724 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e18c0617-cf30-45ab-b128-6fc3aabe80fe] received connection request\n2025-07-17 13:22:42.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:22:42.748 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e18c0617-cf30-45ab-b128-6fc3aabe80fe] socks forwarding established\n2025-07-17 13:22:42.775 [info] [command][acde559a-da14-4448-8137-f00985a3d485] Process exited with code 0\n2025-07-17 13:22:42.775 [info] [command][acde559a-da14-4448-8137-f00985a3d485] Socket close event received\n2025-07-17 13:22:42.776 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e18c0617-cf30-45ab-b128-6fc3aabe80fe] socks connection closed\n2025-07-17 13:22:42.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54932 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:23:42.782 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:23:42.784 [info] [command][ee4f2aef-0662-4502-856d-4867469ff31b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ee4f2aef-0662-4502-856d-4867469ff31b""}\n2025-07-17 13:23:42.785 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5e3e167f-43af-475a-bac7-0ef1d887aa99] received connection request\n2025-07-17 13:23:42.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:23:42.801 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5e3e167f-43af-475a-bac7-0ef1d887aa99] socks forwarding established\n2025-07-17 13:23:42.830 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5e3e167f-43af-475a-bac7-0ef1d887aa99] socks connection closed\n2025-07-17 13:23:42.831 [info] [command][ee4f2aef-0662-4502-856d-4867469ff31b] Process exited with code 0\n2025-07-17 13:23:42.831 [info] [command][ee4f2aef-0662-4502-856d-4867469ff31b] Socket close event received\n2025-07-17 13:23:42.847 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54969 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:24:42.840 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:24:42.842 [info] [command][ee9acb62-f945-4f73-8d0d-2a11e32dc5aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ee9acb62-f945-4f73-8d0d-2a11e32dc5aa""}\n2025-07-17 13:24:42.842 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ac1d9a28-2265-4256-b992-78c2d3e78682] received connection request\n2025-07-17 13:24:42.843 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:24:42.862 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ac1d9a28-2265-4256-b992-78c2d3e78682] socks forwarding established\n2025-07-17 13:24:42.893 [info] [command][ee9acb62-f945-4f73-8d0d-2a11e32dc5aa] Process exited with code 0\n2025-07-17 13:24:42.893 [info] [command][ee9acb62-f945-4f73-8d0d-2a11e32dc5aa] Socket close event received\n2025-07-17 13:24:42.893 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ac1d9a28-2265-4256-b992-78c2d3e78682] socks connection closed\n2025-07-17 13:24:42.911 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 54992 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:25:42.900 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:25:42.902 [info] [command][55c772fa-ff59-46d2-b9b0-9e4fe4ecba10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""55c772fa-ff59-46d2-b9b0-9e4fe4ecba10""}\n2025-07-17 13:25:42.902 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][81782993-f5bd-465d-8fb8-4be3b40b83fe] received connection request\n2025-07-17 13:25:42.903 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:25:42.924 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][81782993-f5bd-465d-8fb8-4be3b40b83fe] socks forwarding established\n2025-07-17 13:25:42.952 [info] [command][55c772fa-ff59-46d2-b9b0-9e4fe4ecba10] Process exited with code 0\n2025-07-17 13:25:42.953 [info] [command][55c772fa-ff59-46d2-b9b0-9e4fe4ecba10] Socket close event received\n2025-07-17 13:25:42.954 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][81782993-f5bd-465d-8fb8-4be3b40b83fe] socks connection closed\n2025-07-17 13:25:42.973 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55016 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:26:42.964 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:26:42.966 [info] [command][158f5e64-6d5f-4c5a-afa9-c0c2a446f40b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""158f5e64-6d5f-4c5a-afa9-c0c2a446f40b""}\n2025-07-17 13:26:42.967 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9bcab1bc-e7c3-43d6-8c64-4c46a26eec44] received connection request\n2025-07-17 13:26:42.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:26:42.983 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9bcab1bc-e7c3-43d6-8c64-4c46a26eec44] socks forwarding established\n2025-07-17 13:26:43.013 [info] [command][158f5e64-6d5f-4c5a-afa9-c0c2a446f40b] Process exited with code 0\n2025-07-17 13:26:43.013 [info] [command][158f5e64-6d5f-4c5a-afa9-c0c2a446f40b] Socket close event received\n2025-07-17 13:26:43.014 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9bcab1bc-e7c3-43d6-8c64-4c46a26eec44] socks connection closed\n2025-07-17 13:26:43.031 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55064 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:27:43.014 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:27:43.015 [info] [command][c96fb646-347d-4850-88ae-0683171b3fd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c96fb646-347d-4850-88ae-0683171b3fd1""}\n2025-07-17 13:27:43.016 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b4a6275b-ff72-40f4-8ac2-fc6f3b3bf1ae] received connection request\n2025-07-17 13:27:43.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:27:43.033 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b4a6275b-ff72-40f4-8ac2-fc6f3b3bf1ae] socks forwarding established\n2025-07-17 13:27:43.062 [info] [command][c96fb646-347d-4850-88ae-0683171b3fd1] Process exited with code 0\n2025-07-17 13:27:43.062 [info] [command][c96fb646-347d-4850-88ae-0683171b3fd1] Socket close event received\n2025-07-17 13:27:43.063 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b4a6275b-ff72-40f4-8ac2-fc6f3b3bf1ae] socks connection closed\n2025-07-17 13:27:43.080 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55083 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:28:43.071 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:28:43.072 [info] [command][e949cef9-47f2-49ea-a032-a7ba8f8ef57c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e949cef9-47f2-49ea-a032-a7ba8f8ef57c""}\n2025-07-17 13:28:43.073 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6b3203b3-5464-4507-8da7-26c7d339be63] received connection request\n2025-07-17 13:28:43.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:28:43.095 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6b3203b3-5464-4507-8da7-26c7d339be63] socks forwarding established\n2025-07-17 13:28:43.126 [info] [command][e949cef9-47f2-49ea-a032-a7ba8f8ef57c] Process exited with code 0\n2025-07-17 13:28:43.127 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6b3203b3-5464-4507-8da7-26c7d339be63] socks connection closed\n2025-07-17 13:28:43.127 [info] [command][e949cef9-47f2-49ea-a032-a7ba8f8ef57c] Socket close event received\n2025-07-17 13:28:43.144 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55123 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:29:43.136 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:29:43.138 [info] [command][a43f0537-6aa4-4e9e-9af6-586807509c8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a43f0537-6aa4-4e9e-9af6-586807509c8f""}\n2025-07-17 13:29:43.138 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6561ddf5-9bc6-4b73-a657-ab428a315965] received connection request\n2025-07-17 13:29:43.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:29:43.155 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6561ddf5-9bc6-4b73-a657-ab428a315965] socks forwarding established\n2025-07-17 13:29:43.186 [info] [command][a43f0537-6aa4-4e9e-9af6-586807509c8f] Process exited with code 0\n2025-07-17 13:29:43.186 [info] [command][a43f0537-6aa4-4e9e-9af6-586807509c8f] Socket close event received\n2025-07-17 13:29:43.187 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6561ddf5-9bc6-4b73-a657-ab428a315965] socks connection closed\n2025-07-17 13:29:43.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55151 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:30:43.195 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:30:43.197 [info] [command][0ccd33ab-137f-4c94-953a-9c904fdf2736] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0ccd33ab-137f-4c94-953a-9c904fdf2736""}\n2025-07-17 13:30:43.198 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][214110e4-22a9-4535-bd1a-6b3b7957c7b9] received connection request\n2025-07-17 13:30:43.198 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:30:43.214 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][214110e4-22a9-4535-bd1a-6b3b7957c7b9] socks forwarding established\n2025-07-17 13:30:43.241 [info] [command][0ccd33ab-137f-4c94-953a-9c904fdf2736] Process exited with code 0\n2025-07-17 13:30:43.242 [info] [command][0ccd33ab-137f-4c94-953a-9c904fdf2736] Socket close event received\n2025-07-17 13:30:43.242 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][214110e4-22a9-4535-bd1a-6b3b7957c7b9] socks connection closed\n2025-07-17 13:30:43.257 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55171 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:31:43.247 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:31:43.249 [info] [command][58823212-6db1-4b75-a997-1c4905c6d51d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""58823212-6db1-4b75-a997-1c4905c6d51d""}\n2025-07-17 13:31:43.249 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d8c10999-4604-4549-a6ec-dc1221b4a6e6] received connection request\n2025-07-17 13:31:43.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:31:43.272 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d8c10999-4604-4549-a6ec-dc1221b4a6e6] socks forwarding established\n2025-07-17 13:31:43.304 [info] [command][58823212-6db1-4b75-a997-1c4905c6d51d] Process exited with code 0\n2025-07-17 13:31:43.304 [info] [command][58823212-6db1-4b75-a997-1c4905c6d51d] Socket close event received\n2025-07-17 13:31:43.305 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d8c10999-4604-4549-a6ec-dc1221b4a6e6] socks connection closed\n2025-07-17 13:31:43.320 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55216 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:32:43.311 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:32:43.312 [info] [command][ce070977-ca1c-45f9-b2a7-75021abaa8c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ce070977-ca1c-45f9-b2a7-75021abaa8c4""}\n2025-07-17 13:32:43.313 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e9d3b708-c029-431d-9358-7b86aa6e98a3] received connection request\n2025-07-17 13:32:43.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:32:43.329 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e9d3b708-c029-431d-9358-7b86aa6e98a3] socks forwarding established\n2025-07-17 13:32:43.364 [info] [command][ce070977-ca1c-45f9-b2a7-75021abaa8c4] Process exited with code 0\n2025-07-17 13:32:43.364 [info] [command][ce070977-ca1c-45f9-b2a7-75021abaa8c4] Socket close event received\n2025-07-17 13:32:43.365 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e9d3b708-c029-431d-9358-7b86aa6e98a3] socks connection closed\n2025-07-17 13:32:43.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55236 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:33:43.370 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:33:43.372 [info] [command][b2dbd326-5e64-4afb-909a-a96b458eab55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b2dbd326-5e64-4afb-909a-a96b458eab55""}\n2025-07-17 13:33:43.372 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8b501e64-a1ea-41ea-9d13-d656648113c0] received connection request\n2025-07-17 13:33:43.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:33:43.403 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8b501e64-a1ea-41ea-9d13-d656648113c0] socks forwarding established\n2025-07-17 13:33:43.453 [info] [command][b2dbd326-5e64-4afb-909a-a96b458eab55] Process exited with code 0\n2025-07-17 13:33:43.453 [info] [command][b2dbd326-5e64-4afb-909a-a96b458eab55] Socket close event received\n2025-07-17 13:33:43.465 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8b501e64-a1ea-41ea-9d13-d656648113c0] socks connection closed\n2025-07-17 13:33:43.487 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55276 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:34:43.459 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:34:43.460 [info] [command][4560bd8a-4fd3-46e6-9c60-d54f772d90db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4560bd8a-4fd3-46e6-9c60-d54f772d90db""}\n2025-07-17 13:34:43.460 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][38be28ce-0f0d-4d6b-9e2e-852ac5d5d427] received connection request\n2025-07-17 13:34:43.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:34:43.476 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][38be28ce-0f0d-4d6b-9e2e-852ac5d5d427] socks forwarding established\n2025-07-17 13:34:43.512 [info] [command][4560bd8a-4fd3-46e6-9c60-d54f772d90db] Process exited with code 0\n2025-07-17 13:34:43.512 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][38be28ce-0f0d-4d6b-9e2e-852ac5d5d427] socks connection closed\n2025-07-17 13:34:43.512 [info] [command][4560bd8a-4fd3-46e6-9c60-d54f772d90db] Socket close event received\n2025-07-17 13:34:43.529 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55316 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:35:43.516 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:35:43.518 [info] [command][bd94b411-76ce-4e52-9d0f-c6b8ecdae49f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bd94b411-76ce-4e52-9d0f-c6b8ecdae49f""}\n2025-07-17 13:35:43.518 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5a313815-61d6-41e1-8173-38a682882400] received connection request\n2025-07-17 13:35:43.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:35:43.540 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5a313815-61d6-41e1-8173-38a682882400] socks forwarding established\n2025-07-17 13:35:43.571 [info] [command][bd94b411-76ce-4e52-9d0f-c6b8ecdae49f] Process exited with code 0\n2025-07-17 13:35:43.571 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5a313815-61d6-41e1-8173-38a682882400] socks connection closed\n2025-07-17 13:35:43.571 [info] [command][bd94b411-76ce-4e52-9d0f-c6b8ecdae49f] Socket close event received\n2025-07-17 13:35:43.587 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55370 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:36:43.577 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:36:43.579 [info] [command][5dd02ec7-dcac-4050-8916-14f3388181ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5dd02ec7-dcac-4050-8916-14f3388181ed""}\n2025-07-17 13:36:43.580 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b3ac068b-4df3-4589-99a2-2a2f356e0cda] received connection request\n2025-07-17 13:36:43.580 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:36:43.650 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b3ac068b-4df3-4589-99a2-2a2f356e0cda] socks forwarding established\n2025-07-17 13:36:43.677 [info] [command][5dd02ec7-dcac-4050-8916-14f3388181ed] Process exited with code 0\n2025-07-17 13:36:43.678 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b3ac068b-4df3-4589-99a2-2a2f356e0cda] socks connection closed\n2025-07-17 13:36:43.678 [info] [command][5dd02ec7-dcac-4050-8916-14f3388181ed] Socket close event received\n2025-07-17 13:36:43.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55399 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:37:43.683 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:37:43.685 [info] [command][5d98906b-ba24-498a-8e1e-1c46d9a6fb3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5d98906b-ba24-498a-8e1e-1c46d9a6fb3f""}\n2025-07-17 13:37:43.685 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e43e87b2-0a93-4fbe-9c6f-4d9f24dac4a7] received connection request\n2025-07-17 13:37:43.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:37:43.749 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e43e87b2-0a93-4fbe-9c6f-4d9f24dac4a7] socks forwarding established\n2025-07-17 13:37:43.778 [info] [command][5d98906b-ba24-498a-8e1e-1c46d9a6fb3f] Process exited with code 0\n2025-07-17 13:37:43.778 [info] [command][5d98906b-ba24-498a-8e1e-1c46d9a6fb3f] Socket close event received\n2025-07-17 13:37:43.778 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e43e87b2-0a93-4fbe-9c6f-4d9f24dac4a7] socks connection closed\n2025-07-17 13:37:43.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55455 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:38:43.782 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:38:43.785 [info] [command][dcc423fc-7454-40a8-b79a-96565750ef42] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""dcc423fc-7454-40a8-b79a-96565750ef42""}\n2025-07-17 13:38:43.786 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1142093f-51cd-4153-8db5-85410ac7893e] received connection request\n2025-07-17 13:38:43.787 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:38:43.806 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1142093f-51cd-4153-8db5-85410ac7893e] socks forwarding established\n2025-07-17 13:38:43.837 [info] [command][dcc423fc-7454-40a8-b79a-96565750ef42] Process exited with code 0\n2025-07-17 13:38:43.838 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1142093f-51cd-4153-8db5-85410ac7893e] socks connection closed\n2025-07-17 13:38:43.838 [info] [command][dcc423fc-7454-40a8-b79a-96565750ef42] Socket close event received\n2025-07-17 13:38:43.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55504 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:39:43.840 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:39:43.844 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][edf9a13c-3938-4576-b8ec-23bd342638a7] received connection request\n2025-07-17 13:39:43.845 [info] [command][91a3d949-0e92-4d8b-b8ce-32244617b6f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""91a3d949-0e92-4d8b-b8ce-32244617b6f6""}\n2025-07-17 13:39:43.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:39:43.866 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][edf9a13c-3938-4576-b8ec-23bd342638a7] socks forwarding established\n2025-07-17 13:39:43.894 [info] [command][91a3d949-0e92-4d8b-b8ce-32244617b6f6] Process exited with code 0\n2025-07-17 13:39:43.894 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][edf9a13c-3938-4576-b8ec-23bd342638a7] socks connection closed\n2025-07-17 13:39:43.894 [info] [command][91a3d949-0e92-4d8b-b8ce-32244617b6f6] Socket close event received\n2025-07-17 13:39:43.911 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55539 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:40:43.897 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:40:43.900 [info] [command][6a2b41b9-3a10-496b-9c86-d5a1b4e2c192] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6a2b41b9-3a10-496b-9c86-d5a1b4e2c192""}\n2025-07-17 13:40:43.901 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a5fa4e0c-dbb6-4afd-8c55-f089cce8ba2e] received connection request\n2025-07-17 13:40:43.901 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:40:43.919 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a5fa4e0c-dbb6-4afd-8c55-f089cce8ba2e] socks forwarding established\n2025-07-17 13:40:43.948 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a5fa4e0c-dbb6-4afd-8c55-f089cce8ba2e] socks connection closed\n2025-07-17 13:40:43.948 [info] [command][6a2b41b9-3a10-496b-9c86-d5a1b4e2c192] Process exited with code 0\n2025-07-17 13:40:43.949 [info] [command][6a2b41b9-3a10-496b-9c86-d5a1b4e2c192] Socket close event received\n2025-07-17 13:40:43.964 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55598 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:41:43.953 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:41:43.956 [info] [command][03e13744-cb2d-40d1-b3da-6aa34ec953df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""03e13744-cb2d-40d1-b3da-6aa34ec953df""}\n2025-07-17 13:41:43.957 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][54a12098-0025-48fe-950d-cd0bdca0a823] received connection request\n2025-07-17 13:41:43.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:41:44.058 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54a12098-0025-48fe-950d-cd0bdca0a823] socks forwarding established\n2025-07-17 13:41:44.090 [info] [command][03e13744-cb2d-40d1-b3da-6aa34ec953df] Process exited with code 0\n2025-07-17 13:41:44.090 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54a12098-0025-48fe-950d-cd0bdca0a823] socks connection closed\n2025-07-17 13:41:44.091 [info] [command][03e13744-cb2d-40d1-b3da-6aa34ec953df] Socket close event received\n2025-07-17 13:41:44.117 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55633 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:42:44.093 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:42:44.094 [info] [command][0ebab983-8617-4cce-a1c3-5beef0f38a04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0ebab983-8617-4cce-a1c3-5beef0f38a04""}\n2025-07-17 13:42:44.095 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][623e5850-3430-49fd-9145-4c7bc81f0e87] received connection request\n2025-07-17 13:42:44.095 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:42:44.115 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][623e5850-3430-49fd-9145-4c7bc81f0e87] socks forwarding established\n2025-07-17 13:42:44.142 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][623e5850-3430-49fd-9145-4c7bc81f0e87] socks connection closed\n2025-07-17 13:42:44.142 [info] [command][0ebab983-8617-4cce-a1c3-5beef0f38a04] Process exited with code 0\n2025-07-17 13:42:44.142 [info] [command][0ebab983-8617-4cce-a1c3-5beef0f38a04] Socket close event received\n2025-07-17 13:42:44.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55652 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:43:44.148 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:43:44.150 [info] [command][58728fc3-55e4-4ccd-b928-2ff26dbe9384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""58728fc3-55e4-4ccd-b928-2ff26dbe9384""}\n2025-07-17 13:43:44.150 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][acbaec5a-105d-455b-9909-ef0f25321271] received connection request\n2025-07-17 13:43:44.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:43:44.165 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][acbaec5a-105d-455b-9909-ef0f25321271] socks forwarding established\n2025-07-17 13:43:44.198 [info] [command][58728fc3-55e4-4ccd-b928-2ff26dbe9384] Process exited with code 0\n2025-07-17 13:43:44.198 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][acbaec5a-105d-455b-9909-ef0f25321271] socks connection closed\n2025-07-17 13:43:44.198 [info] [command][58728fc3-55e4-4ccd-b928-2ff26dbe9384] Socket close event received\n2025-07-17 13:43:44.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55690 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:44:44.202 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:44:44.205 [info] [command][d42c3355-a89d-479b-b286-73f05674c8ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d42c3355-a89d-479b-b286-73f05674c8ed""}\n2025-07-17 13:44:44.206 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][21fe5a27-37a8-4cda-9349-9b9cf44b67e9] received connection request\n2025-07-17 13:44:44.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:44:44.294 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][21fe5a27-37a8-4cda-9349-9b9cf44b67e9] socks forwarding established\n2025-07-17 13:44:44.348 [info] [command][d42c3355-a89d-479b-b286-73f05674c8ed] Process exited with code 0\n2025-07-17 13:44:44.349 [info] [command][d42c3355-a89d-479b-b286-73f05674c8ed] Socket close event received\n2025-07-17 13:44:44.364 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][21fe5a27-37a8-4cda-9349-9b9cf44b67e9] socks connection closed\n2025-07-17 13:44:44.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55728 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:45:44.354 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:45:44.356 [info] [command][941e8888-10f7-44d0-8c28-7cfd4ea66e54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""941e8888-10f7-44d0-8c28-7cfd4ea66e54""}\n2025-07-17 13:45:44.357 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][84ff285d-27c2-4ba0-b127-49a63efa08ba] received connection request\n2025-07-17 13:45:44.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:45:44.372 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][84ff285d-27c2-4ba0-b127-49a63efa08ba] socks forwarding established\n2025-07-17 13:45:44.403 [info] [command][941e8888-10f7-44d0-8c28-7cfd4ea66e54] Process exited with code 0\n2025-07-17 13:45:44.403 [info] [command][941e8888-10f7-44d0-8c28-7cfd4ea66e54] Socket close event received\n2025-07-17 13:45:44.404 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][84ff285d-27c2-4ba0-b127-49a63efa08ba] socks connection closed\n2025-07-17 13:45:44.421 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55779 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:46:44.404 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:46:44.406 [info] [command][932d8f78-705d-4a98-b85f-29a8af1c0b8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""932d8f78-705d-4a98-b85f-29a8af1c0b8c""}\n2025-07-17 13:46:44.407 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][56b3a26b-8720-45b9-b6ca-481f2c57ea6c] received connection request\n2025-07-17 13:46:44.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:46:44.423 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][56b3a26b-8720-45b9-b6ca-481f2c57ea6c] socks forwarding established\n2025-07-17 13:46:44.452 [info] [command][932d8f78-705d-4a98-b85f-29a8af1c0b8c] Process exited with code 0\n2025-07-17 13:46:44.453 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][56b3a26b-8720-45b9-b6ca-481f2c57ea6c] socks connection closed\n2025-07-17 13:46:44.453 [info] [command][932d8f78-705d-4a98-b85f-29a8af1c0b8c] Socket close event received\n2025-07-17 13:46:44.469 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55811 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:47:44.457 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:47:44.458 [info] [command][59606852-5366-4a59-9496-9e0c238d86cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""59606852-5366-4a59-9496-9e0c238d86cb""}\n2025-07-17 13:47:44.459 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a0bbc943-3288-45e7-82a6-1908f0f0ce39] received connection request\n2025-07-17 13:47:44.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:47:44.587 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a0bbc943-3288-45e7-82a6-1908f0f0ce39] socks forwarding established\n2025-07-17 13:47:44.618 [info] [command][59606852-5366-4a59-9496-9e0c238d86cb] Process exited with code 0\n2025-07-17 13:47:44.618 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a0bbc943-3288-45e7-82a6-1908f0f0ce39] socks connection closed\n2025-07-17 13:47:44.618 [info] [command][59606852-5366-4a59-9496-9e0c238d86cb] Socket close event received\n2025-07-17 13:47:44.635 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55856 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:48:44.623 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:48:44.625 [info] [command][f363e95c-4b4b-4b92-96fa-4ed5225b154c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f363e95c-4b4b-4b92-96fa-4ed5225b154c""}\n2025-07-17 13:48:44.626 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][37bfa93d-a610-407b-ab5f-7262b6347d42] received connection request\n2025-07-17 13:48:44.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:48:44.643 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][37bfa93d-a610-407b-ab5f-7262b6347d42] socks forwarding established\n2025-07-17 13:48:44.671 [info] [command][f363e95c-4b4b-4b92-96fa-4ed5225b154c] Process exited with code 0\n2025-07-17 13:48:44.671 [info] [command][f363e95c-4b4b-4b92-96fa-4ed5225b154c] Socket close event received\n2025-07-17 13:48:44.673 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][37bfa93d-a610-407b-ab5f-7262b6347d42] socks connection closed\n2025-07-17 13:48:44.689 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55903 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:49:44.673 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:49:44.674 [info] [command][8f864786-31f2-428d-9211-b594ad79f329] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8f864786-31f2-428d-9211-b594ad79f329""}\n2025-07-17 13:49:44.674 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bfb12831-971b-427b-964e-fb50ddfa867e] received connection request\n2025-07-17 13:49:44.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:49:44.689 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bfb12831-971b-427b-964e-fb50ddfa867e] socks forwarding established\n2025-07-17 13:49:44.717 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bfb12831-971b-427b-964e-fb50ddfa867e] socks connection closed\n2025-07-17 13:49:44.717 [info] [command][8f864786-31f2-428d-9211-b594ad79f329] Process exited with code 0\n2025-07-17 13:49:44.717 [info] [command][8f864786-31f2-428d-9211-b594ad79f329] Socket close event received\n2025-07-17 13:49:44.734 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 55943 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:50:44.721 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:50:44.723 [info] [command][96b37b4c-805e-483e-a947-87168a66cdf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""96b37b4c-805e-483e-a947-87168a66cdf5""}\n2025-07-17 13:50:44.724 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9652574e-4afb-4a66-bb61-6e4543ea3c40] received connection request\n2025-07-17 13:50:44.725 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:50:44.743 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9652574e-4afb-4a66-bb61-6e4543ea3c40] socks forwarding established\n2025-07-17 13:50:44.773 [info] [command][96b37b4c-805e-483e-a947-87168a66cdf5] Process exited with code 0\n2025-07-17 13:50:44.773 [info] [command][96b37b4c-805e-483e-a947-87168a66cdf5] Socket close event received\n2025-07-17 13:50:44.774 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9652574e-4afb-4a66-bb61-6e4543ea3c40] socks connection closed\n2025-07-17 13:50:44.789 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56009 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:51:44.775 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:51:44.776 [info] [command][15977a50-e467-47fb-bbc7-61cad6e62754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""15977a50-e467-47fb-bbc7-61cad6e62754""}\n2025-07-17 13:51:44.776 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f2640e36-f94c-4633-bc59-d3f925f02899] received connection request\n2025-07-17 13:51:44.776 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:51:44.794 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f2640e36-f94c-4633-bc59-d3f925f02899] socks forwarding established\n2025-07-17 13:51:44.899 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f2640e36-f94c-4633-bc59-d3f925f02899] socks connection closed\n2025-07-17 13:51:44.899 [info] [command][15977a50-e467-47fb-bbc7-61cad6e62754] Process exited with code 0\n2025-07-17 13:51:44.899 [info] [command][15977a50-e467-47fb-bbc7-61cad6e62754] Socket close event received\n2025-07-17 13:51:44.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56059 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:52:44.905 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:52:44.907 [info] [command][175fae1e-5052-43c8-8d06-2922b5897a97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""175fae1e-5052-43c8-8d06-2922b5897a97""}\n2025-07-17 13:52:44.907 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][048993a6-563a-46bf-b1c5-764498beedbd] received connection request\n2025-07-17 13:52:44.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:52:44.922 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][048993a6-563a-46bf-b1c5-764498beedbd] socks forwarding established\n2025-07-17 13:52:44.951 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][048993a6-563a-46bf-b1c5-764498beedbd] socks connection closed\n2025-07-17 13:52:44.951 [info] [command][175fae1e-5052-43c8-8d06-2922b5897a97] Process exited with code 0\n2025-07-17 13:52:44.951 [info] [command][175fae1e-5052-43c8-8d06-2922b5897a97] Socket close event received\n2025-07-17 13:52:44.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56083 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:53:44.957 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:53:44.958 [info] [command][4174811b-cb0a-4dfb-9b0e-009422e7f491] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4174811b-cb0a-4dfb-9b0e-009422e7f491""}\n2025-07-17 13:53:44.958 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e62b4b4c-9b6b-4d8d-9483-eb2be279e691] received connection request\n2025-07-17 13:53:44.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:53:44.973 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e62b4b4c-9b6b-4d8d-9483-eb2be279e691] socks forwarding established\n2025-07-17 13:53:45.000 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e62b4b4c-9b6b-4d8d-9483-eb2be279e691] socks connection closed\n2025-07-17 13:53:45.000 [info] [command][4174811b-cb0a-4dfb-9b0e-009422e7f491] Process exited with code 0\n2025-07-17 13:53:45.000 [info] [command][4174811b-cb0a-4dfb-9b0e-009422e7f491] Socket close event received\n2025-07-17 13:53:45.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56129 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:54:45.006 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:54:45.006 [info] [command][824b4ae6-f1cf-4a3a-9985-2ab2db3e377b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""824b4ae6-f1cf-4a3a-9985-2ab2db3e377b""}\n2025-07-17 13:54:45.007 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f3c21a5f-a279-473f-94b1-5212900f2ecd] received connection request\n2025-07-17 13:54:45.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:54:45.072 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f3c21a5f-a279-473f-94b1-5212900f2ecd] socks forwarding established\n2025-07-17 13:54:45.100 [info] [command][824b4ae6-f1cf-4a3a-9985-2ab2db3e377b] Process exited with code 0\n2025-07-17 13:54:45.101 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f3c21a5f-a279-473f-94b1-5212900f2ecd] socks connection closed\n2025-07-17 13:54:45.101 [info] [command][824b4ae6-f1cf-4a3a-9985-2ab2db3e377b] Socket close event received\n2025-07-17 13:54:45.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56166 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:55:45.101 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:55:45.103 [info] [command][074db1a8-9b51-4d2d-871e-1c61fe4f3ee0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""074db1a8-9b51-4d2d-871e-1c61fe4f3ee0""}\n2025-07-17 13:55:45.103 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][49f32b0f-e7e6-4e43-bc21-fb917d2bffa3] received connection request\n2025-07-17 13:55:45.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:55:45.118 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][49f32b0f-e7e6-4e43-bc21-fb917d2bffa3] socks forwarding established\n2025-07-17 13:55:45.153 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][49f32b0f-e7e6-4e43-bc21-fb917d2bffa3] socks connection closed\n2025-07-17 13:55:45.153 [info] [command][074db1a8-9b51-4d2d-871e-1c61fe4f3ee0] Process exited with code 0\n2025-07-17 13:55:45.153 [info] [command][074db1a8-9b51-4d2d-871e-1c61fe4f3ee0] Socket close event received\n2025-07-17 13:55:45.167 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56225 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:56:45.159 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:56:45.163 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][274b27fe-0d27-4bd7-b17a-2ef5fb6cc2d3] received connection request\n2025-07-17 13:56:45.163 [info] [command][56d4dcce-e55a-4b77-b5e6-4918141d280b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""56d4dcce-e55a-4b77-b5e6-4918141d280b""}\n2025-07-17 13:56:45.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:56:45.180 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][274b27fe-0d27-4bd7-b17a-2ef5fb6cc2d3] socks forwarding established\n2025-07-17 13:56:45.207 [info] [command][56d4dcce-e55a-4b77-b5e6-4918141d280b] Process exited with code 0\n2025-07-17 13:56:45.207 [info] [command][56d4dcce-e55a-4b77-b5e6-4918141d280b] Socket close event received\n2025-07-17 13:56:45.207 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][274b27fe-0d27-4bd7-b17a-2ef5fb6cc2d3] socks connection closed\n2025-07-17 13:56:45.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56257 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:57:45.209 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:57:45.212 [info] [command][4b429f86-7bfe-40f8-9d97-f509532b5b22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4b429f86-7bfe-40f8-9d97-f509532b5b22""}\n2025-07-17 13:57:45.212 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8757c342-6431-4864-82e9-4a910e0d1f15] received connection request\n2025-07-17 13:57:45.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:57:45.228 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8757c342-6431-4864-82e9-4a910e0d1f15] socks forwarding established\n2025-07-17 13:57:45.277 [info] [command][4b429f86-7bfe-40f8-9d97-f509532b5b22] Process exited with code 0\n2025-07-17 13:57:45.278 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8757c342-6431-4864-82e9-4a910e0d1f15] socks connection closed\n2025-07-17 13:57:45.279 [info] [command][4b429f86-7bfe-40f8-9d97-f509532b5b22] Socket close event received\n2025-07-17 13:57:45.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56286 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:58:45.282 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:58:45.285 [info] [command][71850210-395e-4698-9b28-f6f7e7fbabd2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""71850210-395e-4698-9b28-f6f7e7fbabd2""}\n2025-07-17 13:58:45.285 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f02f91ae-76ef-4f3c-a8b9-2782a68852f5] received connection request\n2025-07-17 13:58:45.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:58:45.328 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f02f91ae-76ef-4f3c-a8b9-2782a68852f5] socks forwarding established\n2025-07-17 13:58:45.358 [info] [command][71850210-395e-4698-9b28-f6f7e7fbabd2] Process exited with code 0\n2025-07-17 13:58:45.358 [info] [command][71850210-395e-4698-9b28-f6f7e7fbabd2] Socket close event received\n2025-07-17 13:58:45.359 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f02f91ae-76ef-4f3c-a8b9-2782a68852f5] socks connection closed\n2025-07-17 13:58:45.377 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56319 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 13:59:45.364 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 13:59:45.366 [info] [command][67fcbfb2-de03-47be-9867-d3181ac3e197] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""67fcbfb2-de03-47be-9867-d3181ac3e197""}\n2025-07-17 13:59:45.367 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][19b05332-bbca-4dce-a940-58d39b92225d] received connection request\n2025-07-17 13:59:45.368 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 13:59:45.384 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][19b05332-bbca-4dce-a940-58d39b92225d] socks forwarding established\n2025-07-17 13:59:45.412 [info] [command][67fcbfb2-de03-47be-9867-d3181ac3e197] Process exited with code 0\n2025-07-17 13:59:45.412 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][19b05332-bbca-4dce-a940-58d39b92225d] socks connection closed\n2025-07-17 13:59:45.412 [info] [command][67fcbfb2-de03-47be-9867-d3181ac3e197] Socket close event received\n2025-07-17 13:59:45.428 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56345 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:00:45.415 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:00:45.416 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][69f9b9b9-284a-400e-931c-5d73cafb70f8] received connection request\n2025-07-17 14:00:45.416 [info] [command][489d537e-455a-4462-a89f-7f506c07e0f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""489d537e-455a-4462-a89f-7f506c07e0f4""}\n2025-07-17 14:00:45.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:00:45.431 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69f9b9b9-284a-400e-931c-5d73cafb70f8] socks forwarding established\n2025-07-17 14:00:45.548 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69f9b9b9-284a-400e-931c-5d73cafb70f8] socks connection closed\n2025-07-17 14:00:45.548 [info] [command][489d537e-455a-4462-a89f-7f506c07e0f4] Process exited with code 0\n2025-07-17 14:00:45.548 [info] [command][489d537e-455a-4462-a89f-7f506c07e0f4] Socket close event received\n2025-07-17 14:00:45.563 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56398 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:01:45.554 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:01:45.557 [info] [command][b77a44c4-80d7-446d-b324-e740ab9f8623] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b77a44c4-80d7-446d-b324-e740ab9f8623""}\n2025-07-17 14:01:45.558 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fbdfe427-8760-4be6-942b-5232b9cab4b7] received connection request\n2025-07-17 14:01:45.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:01:45.585 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fbdfe427-8760-4be6-942b-5232b9cab4b7] socks forwarding established\n2025-07-17 14:01:45.616 [info] [command][b77a44c4-80d7-446d-b324-e740ab9f8623] Process exited with code 0\n2025-07-17 14:01:45.616 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fbdfe427-8760-4be6-942b-5232b9cab4b7] socks connection closed\n2025-07-17 14:01:45.617 [info] [command][b77a44c4-80d7-446d-b324-e740ab9f8623] Socket close event received\n2025-07-17 14:01:45.632 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56419 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:02:45.622 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:02:45.624 [info] [command][e1a233b0-b5d6-4d62-8f4a-2398e965003e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e1a233b0-b5d6-4d62-8f4a-2398e965003e""}\n2025-07-17 14:02:45.624 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a28dea31-8478-4a08-b923-c37e7d98fa40] received connection request\n2025-07-17 14:02:45.624 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:02:45.640 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a28dea31-8478-4a08-b923-c37e7d98fa40] socks forwarding established\n2025-07-17 14:02:45.667 [info] [command][e1a233b0-b5d6-4d62-8f4a-2398e965003e] Process exited with code 0\n2025-07-17 14:02:45.667 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a28dea31-8478-4a08-b923-c37e7d98fa40] socks connection closed\n2025-07-17 14:02:45.668 [info] [command][e1a233b0-b5d6-4d62-8f4a-2398e965003e] Socket close event received\n2025-07-17 14:02:45.682 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56442 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:03:45.671 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:03:45.673 [info] [command][22a49d91-21a3-4779-a60a-5e781c6a0f60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""22a49d91-21a3-4779-a60a-5e781c6a0f60""}\n2025-07-17 14:03:45.675 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][af9af5c8-44fe-485e-8df8-7b302debe766] received connection request\n2025-07-17 14:03:45.675 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:03:45.689 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][af9af5c8-44fe-485e-8df8-7b302debe766] socks forwarding established\n2025-07-17 14:03:45.721 [info] [command][22a49d91-21a3-4779-a60a-5e781c6a0f60] Process exited with code 0\n2025-07-17 14:03:45.722 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][af9af5c8-44fe-485e-8df8-7b302debe766] socks connection closed\n2025-07-17 14:03:45.722 [info] [command][22a49d91-21a3-4779-a60a-5e781c6a0f60] Socket close event received\n2025-07-17 14:03:45.741 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56480 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:04:45.725 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:04:45.725 [info] [command][8f32e133-2b4c-4300-8980-fb28685d2085] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8f32e133-2b4c-4300-8980-fb28685d2085""}\n2025-07-17 14:04:45.726 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8dba3dab-1189-4904-ae00-5b84f4ee8b6f] received connection request\n2025-07-17 14:04:45.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:04:45.744 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8dba3dab-1189-4904-ae00-5b84f4ee8b6f] socks forwarding established\n2025-07-17 14:04:45.773 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8dba3dab-1189-4904-ae00-5b84f4ee8b6f] socks connection closed\n2025-07-17 14:04:45.774 [info] [command][8f32e133-2b4c-4300-8980-fb28685d2085] Process exited with code 0\n2025-07-17 14:04:45.774 [info] [command][8f32e133-2b4c-4300-8980-fb28685d2085] Socket close event received\n2025-07-17 14:04:45.874 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56507 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:05:45.777 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:05:45.777 [info] [command][70aee75f-4b27-4000-a487-89a057c331d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""70aee75f-4b27-4000-a487-89a057c331d4""}\n2025-07-17 14:05:45.777 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ddd2925c-b41e-4a12-93a3-d6d80f36bedb] received connection request\n2025-07-17 14:05:45.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:05:45.792 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ddd2925c-b41e-4a12-93a3-d6d80f36bedb] socks forwarding established\n2025-07-17 14:05:45.826 [info] [command][70aee75f-4b27-4000-a487-89a057c331d4] Process exited with code 0\n2025-07-17 14:05:45.826 [info] [command][70aee75f-4b27-4000-a487-89a057c331d4] Socket close event received\n2025-07-17 14:05:45.827 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ddd2925c-b41e-4a12-93a3-d6d80f36bedb] socks connection closed\n2025-07-17 14:05:45.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56560 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:06:45.831 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:06:45.834 [info] [command][d2f5afd6-2bce-4182-b9d0-a80f4f701061] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d2f5afd6-2bce-4182-b9d0-a80f4f701061""}\n2025-07-17 14:06:45.836 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][63c06ba9-2719-4e80-8549-80eec4ac9140] received connection request\n2025-07-17 14:06:45.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:06:45.855 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][63c06ba9-2719-4e80-8549-80eec4ac9140] socks forwarding established\n2025-07-17 14:06:45.883 [info] [command][d2f5afd6-2bce-4182-b9d0-a80f4f701061] Process exited with code 0\n2025-07-17 14:06:45.884 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][63c06ba9-2719-4e80-8549-80eec4ac9140] socks connection closed\n2025-07-17 14:06:45.884 [info] [command][d2f5afd6-2bce-4182-b9d0-a80f4f701061] Socket close event received\n2025-07-17 14:06:45.898 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56591 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:07:45.888 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:07:45.889 [info] [command][ccd91a1d-fe72-4933-b9fd-51bbfc74f8e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ccd91a1d-fe72-4933-b9fd-51bbfc74f8e4""}\n2025-07-17 14:07:45.889 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a214f641-7d26-4e5c-9a8b-0440f974ebec] received connection request\n2025-07-17 14:07:45.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:07:45.916 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a214f641-7d26-4e5c-9a8b-0440f974ebec] socks forwarding established\n2025-07-17 14:07:46.023 [info] [command][ccd91a1d-fe72-4933-b9fd-51bbfc74f8e4] Process exited with code 0\n2025-07-17 14:07:46.023 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a214f641-7d26-4e5c-9a8b-0440f974ebec] socks connection closed\n2025-07-17 14:07:46.023 [info] [command][ccd91a1d-fe72-4933-b9fd-51bbfc74f8e4] Socket close event received\n2025-07-17 14:07:46.040 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56613 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:08:46.028 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:08:46.030 [info] [command][8e90e438-02cb-431f-bea2-edbaedd6093e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8e90e438-02cb-431f-bea2-edbaedd6093e""}\n2025-07-17 14:08:46.030 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3b813019-1d46-45f5-a315-80265ea06d78] received connection request\n2025-07-17 14:08:46.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:08:46.058 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3b813019-1d46-45f5-a315-80265ea06d78] socks forwarding established\n2025-07-17 14:08:46.085 [info] [command][8e90e438-02cb-431f-bea2-edbaedd6093e] Process exited with code 0\n2025-07-17 14:08:46.085 [info] [command][8e90e438-02cb-431f-bea2-edbaedd6093e] Socket close event received\n2025-07-17 14:08:46.086 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3b813019-1d46-45f5-a315-80265ea06d78] socks connection closed\n2025-07-17 14:08:46.117 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56671 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:09:46.090 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:09:46.091 [info] [command][52936474-385b-42c6-ba6f-5eb66f62c84e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""52936474-385b-42c6-ba6f-5eb66f62c84e""}\n2025-07-17 14:09:46.092 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][279d40e9-c0e8-40f5-9811-3e318e824dcb] received connection request\n2025-07-17 14:09:46.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:09:46.113 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][279d40e9-c0e8-40f5-9811-3e318e824dcb] socks forwarding established\n2025-07-17 14:09:46.142 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][279d40e9-c0e8-40f5-9811-3e318e824dcb] socks connection closed\n2025-07-17 14:09:46.142 [info] [command][52936474-385b-42c6-ba6f-5eb66f62c84e] Process exited with code 0\n2025-07-17 14:09:46.142 [info] [command][52936474-385b-42c6-ba6f-5eb66f62c84e] Socket close event received\n2025-07-17 14:09:46.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56699 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:10:46.142 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:10:46.143 [info] [command][473b460e-67e8-4def-91b4-6703daa82b9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""473b460e-67e8-4def-91b4-6703daa82b9e""}\n2025-07-17 14:10:46.143 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e272c618-fd43-4651-9f9e-0b05107e2f0a] received connection request\n2025-07-17 14:10:46.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:10:46.163 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e272c618-fd43-4651-9f9e-0b05107e2f0a] socks forwarding established\n2025-07-17 14:10:46.189 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e272c618-fd43-4651-9f9e-0b05107e2f0a] socks connection closed\n2025-07-17 14:10:46.189 [info] [command][473b460e-67e8-4def-91b4-6703daa82b9e] Process exited with code 0\n2025-07-17 14:10:46.189 [info] [command][473b460e-67e8-4def-91b4-6703daa82b9e] Socket close event received\n2025-07-17 14:10:46.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56754 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:11:46.192 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:11:46.193 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][060a0556-a3d2-4f79-b935-6a27f96628f6] received connection request\n2025-07-17 14:11:46.194 [info] [command][a0852a7d-d6aa-4210-a495-c9c18163ab39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a0852a7d-d6aa-4210-a495-c9c18163ab39""}\n2025-07-17 14:11:46.194 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:11:46.209 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][060a0556-a3d2-4f79-b935-6a27f96628f6] socks forwarding established\n2025-07-17 14:11:46.238 [info] [command][a0852a7d-d6aa-4210-a495-c9c18163ab39] Process exited with code 0\n2025-07-17 14:11:46.239 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][060a0556-a3d2-4f79-b935-6a27f96628f6] socks connection closed\n2025-07-17 14:11:46.239 [info] [command][a0852a7d-d6aa-4210-a495-c9c18163ab39] Socket close event received\n2025-07-17 14:11:46.255 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56778 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:12:46.244 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:12:46.247 [info] [command][c09fe54f-79d2-4367-8c1c-783f663f621d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c09fe54f-79d2-4367-8c1c-783f663f621d""}\n2025-07-17 14:12:46.249 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e49d29d2-3b1c-43cd-986d-bb9f11fc6dc1] received connection request\n2025-07-17 14:12:46.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:12:46.271 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e49d29d2-3b1c-43cd-986d-bb9f11fc6dc1] socks forwarding established\n2025-07-17 14:12:46.308 [info] [command][c09fe54f-79d2-4367-8c1c-783f663f621d] Process exited with code 0\n2025-07-17 14:12:46.309 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e49d29d2-3b1c-43cd-986d-bb9f11fc6dc1] socks connection closed\n2025-07-17 14:12:46.309 [info] [command][c09fe54f-79d2-4367-8c1c-783f663f621d] Socket close event received\n2025-07-17 14:12:46.324 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56803 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:13:46.313 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:13:46.316 [info] [command][e6069d9d-0468-4c36-84be-7bb709d444c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e6069d9d-0468-4c36-84be-7bb709d444c1""}\n2025-07-17 14:13:46.317 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8d3895c8-617a-466c-a6d6-3fc7a1ed20e4] received connection request\n2025-07-17 14:13:46.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:13:46.332 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8d3895c8-617a-466c-a6d6-3fc7a1ed20e4] socks forwarding established\n2025-07-17 14:13:46.365 [info] [command][e6069d9d-0468-4c36-84be-7bb709d444c1] Process exited with code 0\n2025-07-17 14:13:46.365 [info] [command][e6069d9d-0468-4c36-84be-7bb709d444c1] Socket close event received\n2025-07-17 14:13:46.367 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8d3895c8-617a-466c-a6d6-3fc7a1ed20e4] socks connection closed\n2025-07-17 14:13:46.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56840 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:14:46.370 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:14:46.372 [info] [command][58a8ff5c-7bd4-422e-bb18-5614d49ebb72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""58a8ff5c-7bd4-422e-bb18-5614d49ebb72""}\n2025-07-17 14:14:46.372 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][abbc336f-e6af-4846-a59b-1afa69d037cd] received connection request\n2025-07-17 14:14:46.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:14:46.389 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][abbc336f-e6af-4846-a59b-1afa69d037cd] socks forwarding established\n2025-07-17 14:14:46.417 [info] [command][58a8ff5c-7bd4-422e-bb18-5614d49ebb72] Process exited with code 0\n2025-07-17 14:14:46.418 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][abbc336f-e6af-4846-a59b-1afa69d037cd] socks connection closed\n2025-07-17 14:14:46.418 [info] [command][58a8ff5c-7bd4-422e-bb18-5614d49ebb72] Socket close event received\n2025-07-17 14:14:46.437 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56874 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:15:46.423 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:15:46.424 [info] [command][a8f04940-6626-4f47-bf0c-3350391631f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a8f04940-6626-4f47-bf0c-3350391631f0""}\n2025-07-17 14:15:46.425 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bc32a3dc-4c25-49b2-8829-13735d568708] received connection request\n2025-07-17 14:15:46.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:15:46.515 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bc32a3dc-4c25-49b2-8829-13735d568708] socks forwarding established\n2025-07-17 14:15:46.547 [info] [command][a8f04940-6626-4f47-bf0c-3350391631f0] Process exited with code 0\n2025-07-17 14:15:46.547 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bc32a3dc-4c25-49b2-8829-13735d568708] socks connection closed\n2025-07-17 14:15:46.548 [info] [command][a8f04940-6626-4f47-bf0c-3350391631f0] Socket close event received\n2025-07-17 14:15:46.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56961 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:16:46.553 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:16:46.555 [info] [command][3af097aa-9c69-487c-9021-fd7fe0019703] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3af097aa-9c69-487c-9021-fd7fe0019703""}\n2025-07-17 14:16:46.555 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7d60d59b-8993-4d43-af6d-728348ebb1f3] received connection request\n2025-07-17 14:16:46.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:16:46.572 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7d60d59b-8993-4d43-af6d-728348ebb1f3] socks forwarding established\n2025-07-17 14:16:46.598 [info] [command][3af097aa-9c69-487c-9021-fd7fe0019703] Process exited with code 0\n2025-07-17 14:16:46.598 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7d60d59b-8993-4d43-af6d-728348ebb1f3] socks connection closed\n2025-07-17 14:16:46.599 [info] [command][3af097aa-9c69-487c-9021-fd7fe0019703] Socket close event received\n2025-07-17 14:16:46.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 56992 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:17:46.600 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:17:46.601 [info] [command][fa30bc1b-4961-4660-8c7e-c47b230da76b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""fa30bc1b-4961-4660-8c7e-c47b230da76b""}\n2025-07-17 14:17:46.602 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d36f6f22-c4dc-4533-a148-9a2e921aa955] received connection request\n2025-07-17 14:17:46.602 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:17:46.624 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d36f6f22-c4dc-4533-a148-9a2e921aa955] socks forwarding established\n2025-07-17 14:17:46.676 [info] [command][fa30bc1b-4961-4660-8c7e-c47b230da76b] Process exited with code 0\n2025-07-17 14:17:46.676 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d36f6f22-c4dc-4533-a148-9a2e921aa955] socks connection closed\n2025-07-17 14:17:46.676 [info] [command][fa30bc1b-4961-4660-8c7e-c47b230da76b] Socket close event received\n2025-07-17 14:17:46.698 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57037 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:18:46.678 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:18:46.680 [info] [command][2f8ab3af-074d-453b-8c12-9b9dd24276f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2f8ab3af-074d-453b-8c12-9b9dd24276f1""}\n2025-07-17 14:18:46.681 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b9245dd3-719b-4c0c-b74e-8244adabc801] received connection request\n2025-07-17 14:18:46.681 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:18:46.777 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b9245dd3-719b-4c0c-b74e-8244adabc801] socks forwarding established\n2025-07-17 14:18:46.807 [info] [command][2f8ab3af-074d-453b-8c12-9b9dd24276f1] Process exited with code 0\n2025-07-17 14:18:46.808 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b9245dd3-719b-4c0c-b74e-8244adabc801] socks connection closed\n2025-07-17 14:18:46.808 [info] [command][2f8ab3af-074d-453b-8c12-9b9dd24276f1] Socket close event received\n2025-07-17 14:18:46.824 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57087 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:19:46.810 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:19:46.812 [info] [command][6d426c5f-1d41-4da8-bd3b-ba7abe6f6e56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6d426c5f-1d41-4da8-bd3b-ba7abe6f6e56""}\n2025-07-17 14:19:46.813 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][13443f68-81f3-4ddc-bbd1-9536960e803c] received connection request\n2025-07-17 14:19:46.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 14:19:46.813 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:19:46.831 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][13443f68-81f3-4ddc-bbd1-9536960e803c] socks forwarding established\n2025-07-17 14:19:46.860 [info] [command][6d426c5f-1d41-4da8-bd3b-ba7abe6f6e56] Process exited with code 0\n2025-07-17 14:19:46.860 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][13443f68-81f3-4ddc-bbd1-9536960e803c] socks connection closed\n2025-07-17 14:19:46.860 [info] [command][6d426c5f-1d41-4da8-bd3b-ba7abe6f6e56] Socket close event received\n2025-07-17 14:19:46.876 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57136 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:20:46.866 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:20:46.868 [info] [command][ca78fb9b-3631-4c75-a472-7b529296470a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ca78fb9b-3631-4c75-a472-7b529296470a""}\n2025-07-17 14:20:46.869 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e6b973e8-b55e-4433-955a-eaf720c2a284] received connection request\n2025-07-17 14:20:46.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:20:46.885 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e6b973e8-b55e-4433-955a-eaf720c2a284] socks forwarding established\n2025-07-17 14:20:46.925 [info] [command][ca78fb9b-3631-4c75-a472-7b529296470a] Process exited with code 0\n2025-07-17 14:20:46.925 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e6b973e8-b55e-4433-955a-eaf720c2a284] socks connection closed\n2025-07-17 14:20:46.926 [info] [command][ca78fb9b-3631-4c75-a472-7b529296470a] Socket close event received\n2025-07-17 14:20:46.944 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57202 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:21:46.931 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:21:46.933 [info] [command][9322b07b-a10c-4513-b7a4-ae55072da7bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9322b07b-a10c-4513-b7a4-ae55072da7bf""}\n2025-07-17 14:21:46.933 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][39a8c2f5-c3b4-45e7-98bb-a9ba9602e6ca] received connection request\n2025-07-17 14:21:46.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:21:46.954 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][39a8c2f5-c3b4-45e7-98bb-a9ba9602e6ca] socks forwarding established\n2025-07-17 14:21:46.982 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][39a8c2f5-c3b4-45e7-98bb-a9ba9602e6ca] socks connection closed\n2025-07-17 14:21:46.982 [info] [command][9322b07b-a10c-4513-b7a4-ae55072da7bf] Process exited with code 0\n2025-07-17 14:21:46.982 [info] [command][9322b07b-a10c-4513-b7a4-ae55072da7bf] Socket close event received\n2025-07-17 14:21:46.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57228 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:22:46.984 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:22:46.987 [info] [command][b0994a18-5a28-4594-af36-e250d96f2816] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b0994a18-5a28-4594-af36-e250d96f2816""}\n2025-07-17 14:22:46.988 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][05ae783d-0e51-45a6-92df-371f9fd8ae15] received connection request\n2025-07-17 14:22:46.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:22:47.010 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][05ae783d-0e51-45a6-92df-371f9fd8ae15] socks forwarding established\n2025-07-17 14:22:47.038 [info] [command][b0994a18-5a28-4594-af36-e250d96f2816] Process exited with code 0\n2025-07-17 14:22:47.039 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][05ae783d-0e51-45a6-92df-371f9fd8ae15] socks connection closed\n2025-07-17 14:22:47.039 [info] [command][b0994a18-5a28-4594-af36-e250d96f2816] Socket close event received\n2025-07-17 14:22:47.055 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57268 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:23:47.041 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:23:47.044 [info] [command][9dbbb69d-3dfa-431b-a07c-5353c1be6900] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9dbbb69d-3dfa-431b-a07c-5353c1be6900""}\n2025-07-17 14:23:47.045 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ab20b7f9-1d8d-4ba5-81c4-5463804e8137] received connection request\n2025-07-17 14:23:47.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:23:47.065 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ab20b7f9-1d8d-4ba5-81c4-5463804e8137] socks forwarding established\n2025-07-17 14:23:47.094 [info] [command][9dbbb69d-3dfa-431b-a07c-5353c1be6900] Process exited with code 0\n2025-07-17 14:23:47.095 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ab20b7f9-1d8d-4ba5-81c4-5463804e8137] socks connection closed\n2025-07-17 14:23:47.095 [info] [command][9dbbb69d-3dfa-431b-a07c-5353c1be6900] Socket close event received\n2025-07-17 14:23:47.111 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57316 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:24:47.096 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:24:47.098 [info] [command][c9b7df24-a3f6-4169-82e6-18170cb9f7cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c9b7df24-a3f6-4169-82e6-18170cb9f7cd""}\n2025-07-17 14:24:47.099 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4b169519-5bdb-4e5d-a4ce-bf553d0de66b] received connection request\n2025-07-17 14:24:47.100 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:24:47.184 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4b169519-5bdb-4e5d-a4ce-bf553d0de66b] socks forwarding established\n2025-07-17 14:24:47.215 [info] [command][c9b7df24-a3f6-4169-82e6-18170cb9f7cd] Process exited with code 0\n2025-07-17 14:24:47.215 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4b169519-5bdb-4e5d-a4ce-bf553d0de66b] socks connection closed\n2025-07-17 14:24:47.215 [info] [command][c9b7df24-a3f6-4169-82e6-18170cb9f7cd] Socket close event received\n2025-07-17 14:24:47.239 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57361 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:25:47.219 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:25:47.221 [info] [command][24892826-2f04-4ba1-ae2c-22d7429f5ab9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""24892826-2f04-4ba1-ae2c-22d7429f5ab9""}\n2025-07-17 14:25:47.224 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][48b12517-1bf5-441d-a801-f1820dc3e88d] received connection request\n2025-07-17 14:25:47.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 14:25:47.225 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:25:47.242 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48b12517-1bf5-441d-a801-f1820dc3e88d] socks forwarding established\n2025-07-17 14:25:47.274 [info] [command][24892826-2f04-4ba1-ae2c-22d7429f5ab9] Process exited with code 0\n2025-07-17 14:25:47.275 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48b12517-1bf5-441d-a801-f1820dc3e88d] socks connection closed\n2025-07-17 14:25:47.275 [info] [command][24892826-2f04-4ba1-ae2c-22d7429f5ab9] Socket close event received\n2025-07-17 14:25:47.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57421 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:26:47.277 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:26:47.278 [info] [command][1d7ecf9b-f0ed-4561-936d-46fc950317f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1d7ecf9b-f0ed-4561-936d-46fc950317f1""}\n2025-07-17 14:26:47.278 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ee031356-f088-4aca-9a81-f3fced70afdc] received connection request\n2025-07-17 14:26:47.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:26:47.293 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ee031356-f088-4aca-9a81-f3fced70afdc] socks forwarding established\n2025-07-17 14:26:47.322 [info] [command][1d7ecf9b-f0ed-4561-936d-46fc950317f1] Process exited with code 0\n2025-07-17 14:26:47.322 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ee031356-f088-4aca-9a81-f3fced70afdc] socks connection closed\n2025-07-17 14:26:47.322 [info] [command][1d7ecf9b-f0ed-4561-936d-46fc950317f1] Socket close event received\n2025-07-17 14:26:47.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57464 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:27:47.323 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:27:47.326 [info] [command][18681863-24be-4747-b44f-7743a38f66fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""18681863-24be-4747-b44f-7743a38f66fb""}\n2025-07-17 14:27:47.327 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3d03b064-cf89-4bf5-b54e-f918e8923686] received connection request\n2025-07-17 14:27:47.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:27:47.390 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3d03b064-cf89-4bf5-b54e-f918e8923686] socks forwarding established\n2025-07-17 14:27:47.421 [info] [command][18681863-24be-4747-b44f-7743a38f66fb] Process exited with code 0\n2025-07-17 14:27:47.421 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3d03b064-cf89-4bf5-b54e-f918e8923686] socks connection closed\n2025-07-17 14:27:47.421 [info] [command][18681863-24be-4747-b44f-7743a38f66fb] Socket close event received\n2025-07-17 14:27:47.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57491 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:28:47.427 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:28:47.429 [info] [command][9369e261-b2c5-4fcc-90d8-24e67d67f3b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9369e261-b2c5-4fcc-90d8-24e67d67f3b8""}\n2025-07-17 14:28:47.430 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e4ed9b93-d8c9-46be-b344-379d942f400d] received connection request\n2025-07-17 14:28:47.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:28:47.450 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e4ed9b93-d8c9-46be-b344-379d942f400d] socks forwarding established\n2025-07-17 14:28:47.479 [info] [command][9369e261-b2c5-4fcc-90d8-24e67d67f3b8] Process exited with code 0\n2025-07-17 14:28:47.480 [info] [command][9369e261-b2c5-4fcc-90d8-24e67d67f3b8] Socket close event received\n2025-07-17 14:28:47.480 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e4ed9b93-d8c9-46be-b344-379d942f400d] socks connection closed\n2025-07-17 14:28:47.496 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57537 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:29:47.481 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:29:47.483 [info] [command][fa78ae2c-945d-4b0e-890c-a44bda955a80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""fa78ae2c-945d-4b0e-890c-a44bda955a80""}\n2025-07-17 14:29:47.483 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a3f21969-b8ed-48cd-8da3-a9a8a36146ad] received connection request\n2025-07-17 14:29:47.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:29:47.499 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a3f21969-b8ed-48cd-8da3-a9a8a36146ad] socks forwarding established\n2025-07-17 14:29:47.530 [info] [command][fa78ae2c-945d-4b0e-890c-a44bda955a80] Process exited with code 0\n2025-07-17 14:29:47.530 [info] [command][fa78ae2c-945d-4b0e-890c-a44bda955a80] Socket close event received\n2025-07-17 14:29:47.531 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a3f21969-b8ed-48cd-8da3-a9a8a36146ad] socks connection closed\n2025-07-17 14:29:47.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57565 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:30:47.535 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:30:47.538 [info] [command][60750e35-9c8a-47c2-9dcc-b37582f63f53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""60750e35-9c8a-47c2-9dcc-b37582f63f53""}\n2025-07-17 14:30:47.539 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][189ecde9-6162-41da-8022-5fa55bf8dfb9] received connection request\n2025-07-17 14:30:47.540 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:30:47.558 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][189ecde9-6162-41da-8022-5fa55bf8dfb9] socks forwarding established\n2025-07-17 14:30:47.590 [info] [command][60750e35-9c8a-47c2-9dcc-b37582f63f53] Process exited with code 0\n2025-07-17 14:30:47.590 [info] [command][60750e35-9c8a-47c2-9dcc-b37582f63f53] Socket close event received\n2025-07-17 14:30:47.591 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][189ecde9-6162-41da-8022-5fa55bf8dfb9] socks connection closed\n2025-07-17 14:30:47.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57626 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:31:47.592 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:31:47.595 [info] [command][201c7b9e-57f9-4687-b1bd-3fca9b7f8000] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""201c7b9e-57f9-4687-b1bd-3fca9b7f8000""}\n2025-07-17 14:31:47.596 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3074b3b0-5824-430c-be0b-d08f705df27a] received connection request\n2025-07-17 14:31:47.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:31:47.613 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3074b3b0-5824-430c-be0b-d08f705df27a] socks forwarding established\n2025-07-17 14:31:47.642 [info] [command][201c7b9e-57f9-4687-b1bd-3fca9b7f8000] Process exited with code 0\n2025-07-17 14:31:47.642 [info] [command][201c7b9e-57f9-4687-b1bd-3fca9b7f8000] Socket close event received\n2025-07-17 14:31:47.644 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3074b3b0-5824-430c-be0b-d08f705df27a] socks connection closed\n2025-07-17 14:31:47.657 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57656 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:32:47.646 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:32:47.648 [info] [command][1dc2c53a-b2ba-44e7-a9e2-34bc318c600b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1dc2c53a-b2ba-44e7-a9e2-34bc318c600b""}\n2025-07-17 14:32:47.648 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][225b3774-ed3d-4ea5-8b5e-110de5de9bfd] received connection request\n2025-07-17 14:32:47.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:32:47.702 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][225b3774-ed3d-4ea5-8b5e-110de5de9bfd] socks forwarding established\n2025-07-17 14:32:47.730 [info] [command][1dc2c53a-b2ba-44e7-a9e2-34bc318c600b] Process exited with code 0\n2025-07-17 14:32:47.730 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][225b3774-ed3d-4ea5-8b5e-110de5de9bfd] socks connection closed\n2025-07-17 14:32:47.730 [info] [command][1dc2c53a-b2ba-44e7-a9e2-34bc318c600b] Socket close event received\n2025-07-17 14:32:47.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57683 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:33:47.736 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:33:47.737 [info] [command][c2b86e7f-3c8d-4390-ad0d-b165b9253afe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c2b86e7f-3c8d-4390-ad0d-b165b9253afe""}\n2025-07-17 14:33:47.737 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][67c52286-2425-4d33-a2c3-d917d12b0558] received connection request\n2025-07-17 14:33:47.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:33:47.754 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][67c52286-2425-4d33-a2c3-d917d12b0558] socks forwarding established\n2025-07-17 14:33:47.783 [info] [command][c2b86e7f-3c8d-4390-ad0d-b165b9253afe] Process exited with code 0\n2025-07-17 14:33:47.784 [info] [command][c2b86e7f-3c8d-4390-ad0d-b165b9253afe] Socket close event received\n2025-07-17 14:33:47.785 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][67c52286-2425-4d33-a2c3-d917d12b0558] socks connection closed\n2025-07-17 14:33:47.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57728 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:34:47.790 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:34:47.792 [info] [command][9cf99000-5985-4d65-a47c-7cc2092096eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9cf99000-5985-4d65-a47c-7cc2092096eb""}\n2025-07-17 14:34:47.793 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0bfb45bc-e9da-4500-b680-ae84e5e88dad] received connection request\n2025-07-17 14:34:47.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:34:47.811 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0bfb45bc-e9da-4500-b680-ae84e5e88dad] socks forwarding established\n2025-07-17 14:34:47.838 [info] [command][9cf99000-5985-4d65-a47c-7cc2092096eb] Process exited with code 0\n2025-07-17 14:34:47.838 [info] [command][9cf99000-5985-4d65-a47c-7cc2092096eb] Socket close event received\n2025-07-17 14:34:47.839 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0bfb45bc-e9da-4500-b680-ae84e5e88dad] socks connection closed\n2025-07-17 14:34:47.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57769 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:35:47.844 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:35:47.846 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0d761dd0-4d41-42fb-b848-7676917c7cc1] received connection request\n2025-07-17 14:35:47.847 [info] [command][ba1b625d-6bc2-4293-aa67-cc2db7332182] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ba1b625d-6bc2-4293-aa67-cc2db7332182""}\n2025-07-17 14:35:47.847 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:35:47.867 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0d761dd0-4d41-42fb-b848-7676917c7cc1] socks forwarding established\n2025-07-17 14:35:47.894 [info] [command][ba1b625d-6bc2-4293-aa67-cc2db7332182] Process exited with code 0\n2025-07-17 14:35:47.894 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0d761dd0-4d41-42fb-b848-7676917c7cc1] socks connection closed\n2025-07-17 14:35:47.894 [info] [command][ba1b625d-6bc2-4293-aa67-cc2db7332182] Socket close event received\n2025-07-17 14:35:47.912 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57852 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:36:47.896 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:36:47.898 [info] [command][176a8947-1450-4afc-8fff-134ce5561255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""176a8947-1450-4afc-8fff-134ce5561255""}\n2025-07-17 14:36:47.899 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9da7ec58-3ccc-4227-b55d-40c82ed65931] received connection request\n2025-07-17 14:36:47.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:36:47.915 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9da7ec58-3ccc-4227-b55d-40c82ed65931] socks forwarding established\n2025-07-17 14:36:47.957 [info] [command][176a8947-1450-4afc-8fff-134ce5561255] Process exited with code 0\n2025-07-17 14:36:47.958 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9da7ec58-3ccc-4227-b55d-40c82ed65931] socks connection closed\n2025-07-17 14:36:47.958 [info] [command][176a8947-1450-4afc-8fff-134ce5561255] Socket close event received\n2025-07-17 14:36:47.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57903 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:37:47.961 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:37:47.964 [info] [command][4861aab2-69ea-4113-b1f0-58c64ef3cff5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4861aab2-69ea-4113-b1f0-58c64ef3cff5""}\n2025-07-17 14:37:47.965 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5005978c-934b-4074-a0d0-db878065682b] received connection request\n2025-07-17 14:37:47.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 14:37:47.966 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:37:47.983 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5005978c-934b-4074-a0d0-db878065682b] socks forwarding established\n2025-07-17 14:37:48.011 [info] [command][4861aab2-69ea-4113-b1f0-58c64ef3cff5] Process exited with code 0\n2025-07-17 14:37:48.011 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5005978c-934b-4074-a0d0-db878065682b] socks connection closed\n2025-07-17 14:37:48.011 [info] [command][4861aab2-69ea-4113-b1f0-58c64ef3cff5] Socket close event received\n2025-07-17 14:37:48.026 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57933 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:38:48.016 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:38:48.019 [info] [command][c9b1f159-0fc0-43a0-9747-ea403d0da453] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c9b1f159-0fc0-43a0-9747-ea403d0da453""}\n2025-07-17 14:38:48.020 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b9a6a0c4-f53a-4e03-8661-744925da27f1] received connection request\n2025-07-17 14:38:48.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:38:48.037 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b9a6a0c4-f53a-4e03-8661-744925da27f1] socks forwarding established\n2025-07-17 14:38:48.150 [info] [command][c9b1f159-0fc0-43a0-9747-ea403d0da453] Process exited with code 0\n2025-07-17 14:38:48.150 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b9a6a0c4-f53a-4e03-8661-744925da27f1] socks connection closed\n2025-07-17 14:38:48.150 [info] [command][c9b1f159-0fc0-43a0-9747-ea403d0da453] Socket close event received\n2025-07-17 14:38:48.167 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 57996 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:39:48.156 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:39:48.158 [info] [command][73eabea7-7047-43dc-bcc2-82ef9b0fd59f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""73eabea7-7047-43dc-bcc2-82ef9b0fd59f""}\n2025-07-17 14:39:48.159 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a0d91698-cd12-44b2-a2e7-58fe3ca211d1] received connection request\n2025-07-17 14:39:48.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:39:48.174 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a0d91698-cd12-44b2-a2e7-58fe3ca211d1] socks forwarding established\n2025-07-17 14:39:48.207 [info] [command][73eabea7-7047-43dc-bcc2-82ef9b0fd59f] Process exited with code 0\n2025-07-17 14:39:48.207 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a0d91698-cd12-44b2-a2e7-58fe3ca211d1] socks connection closed\n2025-07-17 14:39:48.207 [info] [command][73eabea7-7047-43dc-bcc2-82ef9b0fd59f] Socket close event received\n2025-07-17 14:39:48.222 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58039 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:40:48.210 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:40:48.211 [info] [command][1e31ce3c-b04d-4a37-89dc-33caae8134ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1e31ce3c-b04d-4a37-89dc-33caae8134ba""}\n2025-07-17 14:40:48.212 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1c5c5488-7f19-4ad0-87a1-1599451fe25e] received connection request\n2025-07-17 14:40:48.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:40:48.227 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1c5c5488-7f19-4ad0-87a1-1599451fe25e] socks forwarding established\n2025-07-17 14:40:48.262 [info] [command][1e31ce3c-b04d-4a37-89dc-33caae8134ba] Process exited with code 0\n2025-07-17 14:40:48.262 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1c5c5488-7f19-4ad0-87a1-1599451fe25e] socks connection closed\n2025-07-17 14:40:48.263 [info] [command][1e31ce3c-b04d-4a37-89dc-33caae8134ba] Socket close event received\n2025-07-17 14:40:48.276 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58169 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:41:48.265 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:41:48.267 [info] [command][18af09d5-fbe5-4e27-820e-3622a2e049e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""18af09d5-fbe5-4e27-820e-3622a2e049e1""}\n2025-07-17 14:41:48.268 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bc9078d1-4bc1-4cc5-b020-786e9d81fe6d] received connection request\n2025-07-17 14:41:48.268 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:41:48.284 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bc9078d1-4bc1-4cc5-b020-786e9d81fe6d] socks forwarding established\n2025-07-17 14:41:48.314 [info] [command][18af09d5-fbe5-4e27-820e-3622a2e049e1] Process exited with code 0\n2025-07-17 14:41:48.314 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bc9078d1-4bc1-4cc5-b020-786e9d81fe6d] socks connection closed\n2025-07-17 14:41:48.314 [info] [command][18af09d5-fbe5-4e27-820e-3622a2e049e1] Socket close event received\n2025-07-17 14:41:48.330 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58208 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:42:48.319 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:42:48.321 [info] [command][83fa66aa-ade9-4c99-b1cb-9890b9c52a47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""83fa66aa-ade9-4c99-b1cb-9890b9c52a47""}\n2025-07-17 14:42:48.321 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][00a3c2d6-e5fa-4091-ba50-0200c99a4ce0] received connection request\n2025-07-17 14:42:48.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:42:48.338 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][00a3c2d6-e5fa-4091-ba50-0200c99a4ce0] socks forwarding established\n2025-07-17 14:42:48.370 [info] [command][83fa66aa-ade9-4c99-b1cb-9890b9c52a47] Process exited with code 0\n2025-07-17 14:42:48.371 [info] [command][83fa66aa-ade9-4c99-b1cb-9890b9c52a47] Socket close event received\n2025-07-17 14:42:48.383 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][00a3c2d6-e5fa-4091-ba50-0200c99a4ce0] socks connection closed\n2025-07-17 14:42:48.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58250 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:43:48.377 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:43:48.379 [info] [command][caa83877-3936-4605-a885-f114378f128c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""caa83877-3936-4605-a885-f114378f128c""}\n2025-07-17 14:43:48.380 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6bfedc8d-8854-42c8-b4ad-8887607fc489] received connection request\n2025-07-17 14:43:48.381 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:43:48.396 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6bfedc8d-8854-42c8-b4ad-8887607fc489] socks forwarding established\n2025-07-17 14:43:48.426 [info] [command][caa83877-3936-4605-a885-f114378f128c] Process exited with code 0\n2025-07-17 14:43:48.426 [info] [command][caa83877-3936-4605-a885-f114378f128c] Socket close event received\n2025-07-17 14:43:48.438 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6bfedc8d-8854-42c8-b4ad-8887607fc489] socks connection closed\n2025-07-17 14:43:48.443 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58298 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:44:48.429 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:44:48.431 [info] [command][9753d827-6458-40b1-b7ee-e87815413ace] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9753d827-6458-40b1-b7ee-e87815413ace""}\n2025-07-17 14:44:48.431 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f10471c9-7df7-4f6e-be92-2d3783b6529e] received connection request\n2025-07-17 14:44:48.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 14:44:48.431 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:44:48.447 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f10471c9-7df7-4f6e-be92-2d3783b6529e] socks forwarding established\n2025-07-17 14:44:48.477 [info] [command][9753d827-6458-40b1-b7ee-e87815413ace] Process exited with code 0\n2025-07-17 14:44:48.477 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f10471c9-7df7-4f6e-be92-2d3783b6529e] socks connection closed\n2025-07-17 14:44:48.477 [info] [command][9753d827-6458-40b1-b7ee-e87815413ace] Socket close event received\n2025-07-17 14:44:48.493 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58332 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:45:48.482 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:45:48.484 [info] [command][91d60e97-0acf-49a7-a453-6e6da716903f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""91d60e97-0acf-49a7-a453-6e6da716903f""}\n2025-07-17 14:45:48.485 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][cdc3e16c-8e8c-4fa0-969d-9c31a19d20d9] received connection request\n2025-07-17 14:45:48.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:45:48.503 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cdc3e16c-8e8c-4fa0-969d-9c31a19d20d9] socks forwarding established\n2025-07-17 14:45:48.532 [info] [command][91d60e97-0acf-49a7-a453-6e6da716903f] Process exited with code 0\n2025-07-17 14:45:48.532 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cdc3e16c-8e8c-4fa0-969d-9c31a19d20d9] socks connection closed\n2025-07-17 14:45:48.533 [info] [command][91d60e97-0acf-49a7-a453-6e6da716903f] Socket close event received\n2025-07-17 14:45:48.550 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58398 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:46:48.538 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:46:48.541 [info] [command][a644ea22-461f-4042-aa55-d7c0536bfc38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a644ea22-461f-4042-aa55-d7c0536bfc38""}\n2025-07-17 14:46:48.543 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0d478b21-1e45-4ada-bb98-332c1c1a556c] received connection request\n2025-07-17 14:46:48.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:46:48.560 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0d478b21-1e45-4ada-bb98-332c1c1a556c] socks forwarding established\n2025-07-17 14:46:48.589 [info] [command][a644ea22-461f-4042-aa55-d7c0536bfc38] Process exited with code 0\n2025-07-17 14:46:48.590 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0d478b21-1e45-4ada-bb98-332c1c1a556c] socks connection closed\n2025-07-17 14:46:48.590 [info] [command][a644ea22-461f-4042-aa55-d7c0536bfc38] Socket close event received\n2025-07-17 14:46:48.607 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58433 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:47:48.594 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:47:48.596 [info] [command][29478e73-176b-434e-9510-954e4080aeb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""29478e73-176b-434e-9510-954e4080aeb8""}\n2025-07-17 14:47:48.596 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5c9d791d-8919-44d2-828d-bb1ab18cb6bd] received connection request\n2025-07-17 14:47:48.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:47:48.690 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5c9d791d-8919-44d2-828d-bb1ab18cb6bd] socks forwarding established\n2025-07-17 14:47:48.719 [info] [command][29478e73-176b-434e-9510-954e4080aeb8] Process exited with code 0\n2025-07-17 14:47:48.719 [info] [command][29478e73-176b-434e-9510-954e4080aeb8] Socket close event received\n2025-07-17 14:47:48.732 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5c9d791d-8919-44d2-828d-bb1ab18cb6bd] socks connection closed\n2025-07-17 14:47:48.734 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58456 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:48:48.724 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:48:48.726 [info] [command][27519d06-885e-4081-bb2b-a3aa0fa55ed3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""27519d06-885e-4081-bb2b-a3aa0fa55ed3""}\n2025-07-17 14:48:48.727 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d45cbf2f-d4fe-4847-aab9-bbeb8ace8b81] received connection request\n2025-07-17 14:48:48.727 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:48:48.762 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d45cbf2f-d4fe-4847-aab9-bbeb8ace8b81] socks forwarding established\n2025-07-17 14:48:48.789 [info] [command][27519d06-885e-4081-bb2b-a3aa0fa55ed3] Process exited with code 0\n2025-07-17 14:48:48.790 [info] [command][27519d06-885e-4081-bb2b-a3aa0fa55ed3] Socket close event received\n2025-07-17 14:48:48.803 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d45cbf2f-d4fe-4847-aab9-bbeb8ace8b81] socks connection closed\n2025-07-17 14:48:48.804 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58528 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:49:48.792 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:49:48.794 [info] [command][442ff1de-5373-41b5-b524-decc7e326464] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""442ff1de-5373-41b5-b524-decc7e326464""}\n2025-07-17 14:49:48.795 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a7c498d8-7233-4542-aa85-a19aea8a9183] received connection request\n2025-07-17 14:49:48.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:49:48.811 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a7c498d8-7233-4542-aa85-a19aea8a9183] socks forwarding established\n2025-07-17 14:49:48.841 [info] [command][442ff1de-5373-41b5-b524-decc7e326464] Process exited with code 0\n2025-07-17 14:49:48.842 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a7c498d8-7233-4542-aa85-a19aea8a9183] socks connection closed\n2025-07-17 14:49:48.842 [info] [command][442ff1de-5373-41b5-b524-decc7e326464] Socket close event received\n2025-07-17 14:49:48.859 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58560 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:50:48.844 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:50:48.846 [info] [command][999756d7-c7ca-4de9-af37-5845175d06dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""999756d7-c7ca-4de9-af37-5845175d06dc""}\n2025-07-17 14:50:48.846 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ae0e3e14-c880-4cdb-93ad-61682d677213] received connection request\n2025-07-17 14:50:48.847 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:50:48.937 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ae0e3e14-c880-4cdb-93ad-61682d677213] socks forwarding established\n2025-07-17 14:50:48.973 [info] [command][999756d7-c7ca-4de9-af37-5845175d06dc] Process exited with code 0\n2025-07-17 14:50:48.974 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ae0e3e14-c880-4cdb-93ad-61682d677213] socks connection closed\n2025-07-17 14:50:48.974 [info] [command][999756d7-c7ca-4de9-af37-5845175d06dc] Socket close event received\n2025-07-17 14:50:48.998 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58691 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:51:48.980 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:51:48.982 [info] [command][bd418a88-63d2-47bc-90b2-ffc4f5093c83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bd418a88-63d2-47bc-90b2-ffc4f5093c83""}\n2025-07-17 14:51:48.983 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c78ca8eb-384a-4fdf-87df-e6342ea37235] received connection request\n2025-07-17 14:51:48.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 14:51:48.984 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:51:49.002 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c78ca8eb-384a-4fdf-87df-e6342ea37235] socks forwarding established\n2025-07-17 14:51:49.035 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c78ca8eb-384a-4fdf-87df-e6342ea37235] socks connection closed\n2025-07-17 14:51:49.035 [info] [command][bd418a88-63d2-47bc-90b2-ffc4f5093c83] Process exited with code 0\n2025-07-17 14:51:49.035 [info] [command][bd418a88-63d2-47bc-90b2-ffc4f5093c83] Socket close event received\n2025-07-17 14:51:49.051 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58744 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:52:49.039 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:52:49.040 [info] [command][1274cc99-558d-45f8-8866-82a9e6d201b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1274cc99-558d-45f8-8866-82a9e6d201b0""}\n2025-07-17 14:52:49.041 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3876226e-4bdc-40f8-a378-691982dd856c] received connection request\n2025-07-17 14:52:49.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:52:49.058 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3876226e-4bdc-40f8-a378-691982dd856c] socks forwarding established\n2025-07-17 14:52:49.087 [info] [command][1274cc99-558d-45f8-8866-82a9e6d201b0] Process exited with code 0\n2025-07-17 14:52:49.088 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3876226e-4bdc-40f8-a378-691982dd856c] socks connection closed\n2025-07-17 14:52:49.088 [info] [command][1274cc99-558d-45f8-8866-82a9e6d201b0] Socket close event received\n2025-07-17 14:52:49.103 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58805 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:53:49.088 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:53:49.090 [info] [command][587a9944-14ae-4406-acad-6fe0ae69149e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""587a9944-14ae-4406-acad-6fe0ae69149e""}\n2025-07-17 14:53:49.090 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7dbcfdfb-dc99-4d13-9114-b1d4f0abe596] received connection request\n2025-07-17 14:53:49.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:53:49.105 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7dbcfdfb-dc99-4d13-9114-b1d4f0abe596] socks forwarding established\n2025-07-17 14:53:49.133 [info] [command][587a9944-14ae-4406-acad-6fe0ae69149e] Process exited with code 0\n2025-07-17 14:53:49.133 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7dbcfdfb-dc99-4d13-9114-b1d4f0abe596] socks connection closed\n2025-07-17 14:53:49.133 [info] [command][587a9944-14ae-4406-acad-6fe0ae69149e] Socket close event received\n2025-07-17 14:53:49.148 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58851 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:54:49.134 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:54:49.138 [info] [command][e182b7a6-ae52-4303-8834-49ac48d6ce92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e182b7a6-ae52-4303-8834-49ac48d6ce92""}\n2025-07-17 14:54:49.138 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][90839e43-f64d-4693-af35-75b695cd70e8] received connection request\n2025-07-17 14:54:49.139 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:54:49.155 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][90839e43-f64d-4693-af35-75b695cd70e8] socks forwarding established\n2025-07-17 14:54:49.185 [info] [command][e182b7a6-ae52-4303-8834-49ac48d6ce92] Process exited with code 0\n2025-07-17 14:54:49.186 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][90839e43-f64d-4693-af35-75b695cd70e8] socks connection closed\n2025-07-17 14:54:49.186 [info] [command][e182b7a6-ae52-4303-8834-49ac48d6ce92] Socket close event received\n2025-07-17 14:54:49.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58889 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:55:49.187 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:55:49.189 [info] [command][b93e7762-53b1-4c73-b78b-7b249ec19012] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b93e7762-53b1-4c73-b78b-7b249ec19012""}\n2025-07-17 14:55:49.190 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4a66cb94-35a7-4b77-995d-38e0437e3f41] received connection request\n2025-07-17 14:55:49.191 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:55:49.206 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4a66cb94-35a7-4b77-995d-38e0437e3f41] socks forwarding established\n2025-07-17 14:55:49.238 [info] [command][b93e7762-53b1-4c73-b78b-7b249ec19012] Process exited with code 0\n2025-07-17 14:55:49.238 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4a66cb94-35a7-4b77-995d-38e0437e3f41] socks connection closed\n2025-07-17 14:55:49.238 [info] [command][b93e7762-53b1-4c73-b78b-7b249ec19012] Socket close event received\n2025-07-17 14:55:49.254 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58955 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:56:49.244 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:56:49.246 [info] [command][41abc181-7896-4f77-bf1d-714e26e6d080] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""41abc181-7896-4f77-bf1d-714e26e6d080""}\n2025-07-17 14:56:49.247 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8368b147-3262-44bd-9a29-5b56a8f2f023] received connection request\n2025-07-17 14:56:49.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:56:49.291 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8368b147-3262-44bd-9a29-5b56a8f2f023] socks forwarding established\n2025-07-17 14:56:49.367 [info] [command][41abc181-7896-4f77-bf1d-714e26e6d080] Process exited with code 0\n2025-07-17 14:56:49.368 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8368b147-3262-44bd-9a29-5b56a8f2f023] socks connection closed\n2025-07-17 14:56:49.368 [info] [command][41abc181-7896-4f77-bf1d-714e26e6d080] Socket close event received\n2025-07-17 14:56:49.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 58985 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:57:49.373 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:57:49.376 [info] [command][7c5440d7-312a-4dfa-8d3c-7349deb6a3ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""7c5440d7-312a-4dfa-8d3c-7349deb6a3ab""}\n2025-07-17 14:57:49.377 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5ae5b127-9c07-40ad-9082-7e16bad159eb] received connection request\n2025-07-17 14:57:49.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:57:49.406 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5ae5b127-9c07-40ad-9082-7e16bad159eb] socks forwarding established\n2025-07-17 14:57:49.450 [info] [command][7c5440d7-312a-4dfa-8d3c-7349deb6a3ab] Process exited with code 0\n2025-07-17 14:57:49.450 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5ae5b127-9c07-40ad-9082-7e16bad159eb] socks connection closed\n2025-07-17 14:57:49.451 [info] [command][7c5440d7-312a-4dfa-8d3c-7349deb6a3ab] Socket close event received\n2025-07-17 14:57:49.497 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59057 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:58:49.455 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:58:49.456 [info] [command][9f48fed3-cbd4-48d4-86a5-ffc18e253bf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9f48fed3-cbd4-48d4-86a5-ffc18e253bf7""}\n2025-07-17 14:58:49.456 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][631d66dd-8e46-4c06-8109-61bb79cb04fc] received connection request\n2025-07-17 14:58:49.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:58:49.473 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][631d66dd-8e46-4c06-8109-61bb79cb04fc] socks forwarding established\n2025-07-17 14:58:49.504 [info] [command][9f48fed3-cbd4-48d4-86a5-ffc18e253bf7] Process exited with code 0\n2025-07-17 14:58:49.504 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][631d66dd-8e46-4c06-8109-61bb79cb04fc] socks connection closed\n2025-07-17 14:58:49.504 [info] [command][9f48fed3-cbd4-48d4-86a5-ffc18e253bf7] Socket close event received\n2025-07-17 14:58:49.520 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59125 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 14:59:49.506 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 14:59:49.509 [info] [command][a1e9a9e1-060f-4511-886f-eb996585d1ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a1e9a9e1-060f-4511-886f-eb996585d1ed""}\n2025-07-17 14:59:49.510 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1d998c2c-2de8-413f-a20c-9608881e2a1f] received connection request\n2025-07-17 14:59:49.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 14:59:49.525 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1d998c2c-2de8-413f-a20c-9608881e2a1f] socks forwarding established\n2025-07-17 14:59:49.554 [info] [command][a1e9a9e1-060f-4511-886f-eb996585d1ed] Process exited with code 0\n2025-07-17 14:59:49.554 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1d998c2c-2de8-413f-a20c-9608881e2a1f] socks connection closed\n2025-07-17 14:59:49.555 [info] [command][a1e9a9e1-060f-4511-886f-eb996585d1ed] Socket close event received\n2025-07-17 14:59:49.577 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59162 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:00:49.559 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:00:49.562 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][08a00245-1412-46dd-b422-8372a69486bd] received connection request\n2025-07-17 15:00:49.563 [info] [command][9776599f-2889-4a6e-9503-40dafd5d039a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9776599f-2889-4a6e-9503-40dafd5d039a""}\n2025-07-17 15:00:49.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:00:49.601 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][08a00245-1412-46dd-b422-8372a69486bd] socks forwarding established\n2025-07-17 15:00:49.645 [info] [command][9776599f-2889-4a6e-9503-40dafd5d039a] Process exited with code 0\n2025-07-17 15:00:49.646 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][08a00245-1412-46dd-b422-8372a69486bd] socks connection closed\n2025-07-17 15:00:49.646 [info] [command][9776599f-2889-4a6e-9503-40dafd5d039a] Socket close event received\n2025-07-17 15:00:49.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59223 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:01:49.647 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:01:49.649 [info] [command][40e76541-f64b-4bf4-ad8d-b101c4cf2b78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""40e76541-f64b-4bf4-ad8d-b101c4cf2b78""}\n2025-07-17 15:01:49.650 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][319f1763-10e1-49e2-9218-e094ed30c0eb] received connection request\n2025-07-17 15:01:49.650 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 15:01:49.650 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:01:49.675 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][319f1763-10e1-49e2-9218-e094ed30c0eb] socks forwarding established\n2025-07-17 15:01:49.724 [info] [command][40e76541-f64b-4bf4-ad8d-b101c4cf2b78] Process exited with code 0\n2025-07-17 15:01:49.725 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][319f1763-10e1-49e2-9218-e094ed30c0eb] socks connection closed\n2025-07-17 15:01:49.725 [info] [command][40e76541-f64b-4bf4-ad8d-b101c4cf2b78] Socket close event received\n2025-07-17 15:01:49.750 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59249 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:02:49.729 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:02:49.731 [info] [command][1051de40-d656-49a1-b10d-e044c82cff07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1051de40-d656-49a1-b10d-e044c82cff07""}\n2025-07-17 15:02:49.732 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][254d463c-e8b7-42d5-bba6-191d43698132] received connection request\n2025-07-17 15:02:49.733 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:02:49.749 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][254d463c-e8b7-42d5-bba6-191d43698132] socks forwarding established\n2025-07-17 15:02:49.785 [info] [command][1051de40-d656-49a1-b10d-e044c82cff07] Process exited with code 0\n2025-07-17 15:02:49.786 [info] [command][1051de40-d656-49a1-b10d-e044c82cff07] Socket close event received\n2025-07-17 15:02:49.787 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][254d463c-e8b7-42d5-bba6-191d43698132] socks connection closed\n2025-07-17 15:02:49.821 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59284 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:03:49.791 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:03:49.793 [info] [command][ede57081-94af-4000-9cf4-74301d2333f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ede57081-94af-4000-9cf4-74301d2333f6""}\n2025-07-17 15:03:49.794 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2063a8b0-d336-4141-a16d-52fa2cc9ef82] received connection request\n2025-07-17 15:03:49.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:03:49.812 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2063a8b0-d336-4141-a16d-52fa2cc9ef82] socks forwarding established\n2025-07-17 15:03:49.845 [info] [command][ede57081-94af-4000-9cf4-74301d2333f6] Process exited with code 0\n2025-07-17 15:03:49.845 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2063a8b0-d336-4141-a16d-52fa2cc9ef82] socks connection closed\n2025-07-17 15:03:49.845 [info] [command][ede57081-94af-4000-9cf4-74301d2333f6] Socket close event received\n2025-07-17 15:03:49.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59328 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:04:49.851 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:04:49.854 [info] [command][f7b10604-1042-445d-b50a-1b5ab286951f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f7b10604-1042-445d-b50a-1b5ab286951f""}\n2025-07-17 15:04:49.854 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][569476f3-a5a0-422d-9584-5f3043f4f293] received connection request\n2025-07-17 15:04:49.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:04:49.900 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][569476f3-a5a0-422d-9584-5f3043f4f293] socks forwarding established\n2025-07-17 15:04:49.945 [info] [command][f7b10604-1042-445d-b50a-1b5ab286951f] Process exited with code 0\n2025-07-17 15:04:49.945 [info] [command][f7b10604-1042-445d-b50a-1b5ab286951f] Socket close event received\n2025-07-17 15:04:49.950 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][569476f3-a5a0-422d-9584-5f3043f4f293] socks connection closed\n2025-07-17 15:04:49.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59365 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:05:49.952 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:05:49.954 [info] [command][f78abf0e-6b01-4ab7-b219-196cc0b1608e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f78abf0e-6b01-4ab7-b219-196cc0b1608e""}\n2025-07-17 15:05:49.956 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7c77b932-028e-41f8-9e88-5e02a4396e9d] received connection request\n2025-07-17 15:05:49.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:05:49.972 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7c77b932-028e-41f8-9e88-5e02a4396e9d] socks forwarding established\n2025-07-17 15:05:49.999 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7c77b932-028e-41f8-9e88-5e02a4396e9d] socks connection closed\n2025-07-17 15:05:49.999 [info] [command][f78abf0e-6b01-4ab7-b219-196cc0b1608e] Process exited with code 0\n2025-07-17 15:05:49.999 [info] [command][f78abf0e-6b01-4ab7-b219-196cc0b1608e] Socket close event received\n2025-07-17 15:05:50.013 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59430 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:06:50.000 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:06:50.003 [info] [command][6b6d137b-89da-40e2-8650-b56b8902517e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6b6d137b-89da-40e2-8650-b56b8902517e""}\n2025-07-17 15:06:50.004 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5ad9934e-52c2-4985-8735-552ddf51674b] received connection request\n2025-07-17 15:06:50.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:06:50.025 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5ad9934e-52c2-4985-8735-552ddf51674b] socks forwarding established\n2025-07-17 15:06:50.142 [info] [command][6b6d137b-89da-40e2-8650-b56b8902517e] Process exited with code 0\n2025-07-17 15:06:50.142 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5ad9934e-52c2-4985-8735-552ddf51674b] socks connection closed\n2025-07-17 15:06:50.143 [info] [command][6b6d137b-89da-40e2-8650-b56b8902517e] Socket close event received\n2025-07-17 15:06:50.172 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59465 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:07:50.147 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:07:50.150 [info] [command][b94c513d-4544-49bd-8106-e57660a88d7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b94c513d-4544-49bd-8106-e57660a88d7c""}\n2025-07-17 15:07:50.151 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][43b65761-5760-46e9-82a9-87314b7e656b] received connection request\n2025-07-17 15:07:50.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:07:50.195 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][43b65761-5760-46e9-82a9-87314b7e656b] socks forwarding established\n2025-07-17 15:07:50.232 [info] [command][b94c513d-4544-49bd-8106-e57660a88d7c] Process exited with code 0\n2025-07-17 15:07:50.232 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][43b65761-5760-46e9-82a9-87314b7e656b] socks connection closed\n2025-07-17 15:07:50.232 [info] [command][b94c513d-4544-49bd-8106-e57660a88d7c] Socket close event received\n2025-07-17 15:07:50.274 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59497 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:08:50.238 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:08:50.242 [info] [command][56ae6127-66bb-4a2d-b124-d0557815c1a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""56ae6127-66bb-4a2d-b124-d0557815c1a5""}\n2025-07-17 15:08:50.243 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][86b2f0d4-f01e-40be-86e4-4236ab596ff1] received connection request\n2025-07-17 15:08:50.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:08:50.357 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][86b2f0d4-f01e-40be-86e4-4236ab596ff1] socks forwarding established\n2025-07-17 15:08:50.387 [info] [command][56ae6127-66bb-4a2d-b124-d0557815c1a5] Process exited with code 0\n2025-07-17 15:08:50.387 [info] [command][56ae6127-66bb-4a2d-b124-d0557815c1a5] Socket close event received\n2025-07-17 15:08:50.391 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][86b2f0d4-f01e-40be-86e4-4236ab596ff1] socks connection closed\n2025-07-17 15:08:50.448 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59540 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:09:50.393 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:09:50.396 [info] [command][ec6a2629-4a28-422d-8ec7-427594017f79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ec6a2629-4a28-422d-8ec7-427594017f79""}\n2025-07-17 15:09:50.397 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c422bbed-ce0a-43cc-9f12-09321430d745] received connection request\n2025-07-17 15:09:50.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:09:50.412 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c422bbed-ce0a-43cc-9f12-09321430d745] socks forwarding established\n2025-07-17 15:09:50.441 [info] [command][ec6a2629-4a28-422d-8ec7-427594017f79] Process exited with code 0\n2025-07-17 15:09:50.442 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c422bbed-ce0a-43cc-9f12-09321430d745] socks connection closed\n2025-07-17 15:09:50.443 [info] [command][ec6a2629-4a28-422d-8ec7-427594017f79] Socket close event received\n2025-07-17 15:09:50.459 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59568 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:10:50.445 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:10:50.447 [info] [command][fe26216a-3eca-4974-9d03-ce9df6204954] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""fe26216a-3eca-4974-9d03-ce9df6204954""}\n2025-07-17 15:10:50.448 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][195bc227-52af-4f88-8912-522616484ea4] received connection request\n2025-07-17 15:10:50.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:10:50.466 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][195bc227-52af-4f88-8912-522616484ea4] socks forwarding established\n2025-07-17 15:10:50.500 [info] [command][fe26216a-3eca-4974-9d03-ce9df6204954] Process exited with code 0\n2025-07-17 15:10:50.500 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][195bc227-52af-4f88-8912-522616484ea4] socks connection closed\n2025-07-17 15:10:50.500 [info] [command][fe26216a-3eca-4974-9d03-ce9df6204954] Socket close event received\n2025-07-17 15:10:50.515 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59620 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:11:50.505 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:11:50.508 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][32cdd95e-c937-4409-ad4d-86672a2c9f20] received connection request\n2025-07-17 15:11:50.508 [info] [command][e258f81a-7c47-4473-b75d-cdfe781bb157] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e258f81a-7c47-4473-b75d-cdfe781bb157""}\n2025-07-17 15:11:50.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:11:50.525 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][32cdd95e-c937-4409-ad4d-86672a2c9f20] socks forwarding established\n2025-07-17 15:11:50.552 [info] [command][e258f81a-7c47-4473-b75d-cdfe781bb157] Process exited with code 0\n2025-07-17 15:11:50.552 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][32cdd95e-c937-4409-ad4d-86672a2c9f20] socks connection closed\n2025-07-17 15:11:50.552 [info] [command][e258f81a-7c47-4473-b75d-cdfe781bb157] Socket close event received\n2025-07-17 15:11:50.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59641 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:12:50.555 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:12:50.558 [info] [command][e9998af0-0337-4c3a-8a53-96265d5783a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e9998af0-0337-4c3a-8a53-96265d5783a9""}\n2025-07-17 15:12:50.559 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2f069042-2c35-4ce3-bafd-7cec41788ddf] received connection request\n2025-07-17 15:12:50.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:12:50.577 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2f069042-2c35-4ce3-bafd-7cec41788ddf] socks forwarding established\n2025-07-17 15:12:50.608 [info] [command][e9998af0-0337-4c3a-8a53-96265d5783a9] Process exited with code 0\n2025-07-17 15:12:50.608 [info] [command][e9998af0-0337-4c3a-8a53-96265d5783a9] Socket close event received\n2025-07-17 15:12:50.610 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2f069042-2c35-4ce3-bafd-7cec41788ddf] socks connection closed\n2025-07-17 15:12:50.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59670 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:13:50.613 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:13:50.616 [info] [command][8b3e104c-c7cb-45eb-97bf-b1d992aa6f71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8b3e104c-c7cb-45eb-97bf-b1d992aa6f71""}\n2025-07-17 15:13:50.617 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][93b9c53e-bbb9-4ab2-a23f-8a11a0d4cddb] received connection request\n2025-07-17 15:13:50.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:13:50.641 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][93b9c53e-bbb9-4ab2-a23f-8a11a0d4cddb] socks forwarding established\n2025-07-17 15:13:50.683 [info] [command][8b3e104c-c7cb-45eb-97bf-b1d992aa6f71] Process exited with code 0\n2025-07-17 15:13:50.683 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][93b9c53e-bbb9-4ab2-a23f-8a11a0d4cddb] socks connection closed\n2025-07-17 15:13:50.684 [info] [command][8b3e104c-c7cb-45eb-97bf-b1d992aa6f71] Socket close event received\n2025-07-17 15:13:50.798 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59704 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:14:50.684 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:14:50.685 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][85a68fbd-31f5-434d-8b44-a50d110b1862] received connection request\n2025-07-17 15:14:50.686 [info] [command][03b4ed63-3ffd-4a17-a8d6-fff76ae54629] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""03b4ed63-3ffd-4a17-a8d6-fff76ae54629""}\n2025-07-17 15:14:50.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:14:50.707 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][85a68fbd-31f5-434d-8b44-a50d110b1862] socks forwarding established\n2025-07-17 15:14:50.742 [info] [command][03b4ed63-3ffd-4a17-a8d6-fff76ae54629] Process exited with code 0\n2025-07-17 15:14:50.743 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][85a68fbd-31f5-434d-8b44-a50d110b1862] socks connection closed\n2025-07-17 15:14:50.743 [info] [command][03b4ed63-3ffd-4a17-a8d6-fff76ae54629] Socket close event received\n2025-07-17 15:14:50.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59749 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:15:50.746 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:15:50.748 [info] [command][b16a1583-8382-4fee-9c94-525c3fef077b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b16a1583-8382-4fee-9c94-525c3fef077b""}\n2025-07-17 15:15:50.749 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][234c1004-7e47-4858-bf20-9a59e1f8d22b] received connection request\n2025-07-17 15:15:50.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:15:50.765 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][234c1004-7e47-4858-bf20-9a59e1f8d22b] socks forwarding established\n2025-07-17 15:15:50.793 [info] [command][b16a1583-8382-4fee-9c94-525c3fef077b] Process exited with code 0\n2025-07-17 15:15:50.793 [info] [command][b16a1583-8382-4fee-9c94-525c3fef077b] Socket close event received\n2025-07-17 15:15:50.805 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][234c1004-7e47-4858-bf20-9a59e1f8d22b] socks connection closed\n2025-07-17 15:15:50.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59800 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:16:50.794 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:16:50.797 [info] [command][3cae08e4-d404-4c34-a228-8dfef6b0ca1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3cae08e4-d404-4c34-a228-8dfef6b0ca1e""}\n2025-07-17 15:16:50.798 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c767038f-5bc3-489c-a073-2f12c4c6382b] received connection request\n2025-07-17 15:16:50.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:16:50.815 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c767038f-5bc3-489c-a073-2f12c4c6382b] socks forwarding established\n2025-07-17 15:16:50.850 [info] [command][3cae08e4-d404-4c34-a228-8dfef6b0ca1e] Process exited with code 0\n2025-07-17 15:16:50.851 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c767038f-5bc3-489c-a073-2f12c4c6382b] socks connection closed\n2025-07-17 15:16:50.851 [info] [command][3cae08e4-d404-4c34-a228-8dfef6b0ca1e] Socket close event received\n2025-07-17 15:16:50.866 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59826 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:17:50.851 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:17:50.854 [info] [command][a64342e6-9453-40d4-b6e4-3e79c60842ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a64342e6-9453-40d4-b6e4-3e79c60842ff""}\n2025-07-17 15:17:50.855 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][45810c7b-604f-4c34-9ed4-fe0307a95e4a] received connection request\n2025-07-17 15:17:50.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:17:50.871 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][45810c7b-604f-4c34-9ed4-fe0307a95e4a] socks forwarding established\n2025-07-17 15:17:50.898 [info] [command][a64342e6-9453-40d4-b6e4-3e79c60842ff] Process exited with code 0\n2025-07-17 15:17:50.898 [info] [command][a64342e6-9453-40d4-b6e4-3e79c60842ff] Socket close event received\n2025-07-17 15:17:50.899 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][45810c7b-604f-4c34-9ed4-fe0307a95e4a] socks connection closed\n2025-07-17 15:17:50.913 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59865 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:18:50.904 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:18:50.907 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7672e4cb-c8b9-4739-b439-67e097ebce33] received connection request\n2025-07-17 15:18:50.907 [info] [command][aed24605-7408-44f9-968e-5ef18ccd5a12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""aed24605-7408-44f9-968e-5ef18ccd5a12""}\n2025-07-17 15:18:50.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:18:50.926 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7672e4cb-c8b9-4739-b439-67e097ebce33] socks forwarding established\n2025-07-17 15:18:50.955 [info] [command][aed24605-7408-44f9-968e-5ef18ccd5a12] Process exited with code 0\n2025-07-17 15:18:50.955 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7672e4cb-c8b9-4739-b439-67e097ebce33] socks connection closed\n2025-07-17 15:18:50.955 [info] [command][aed24605-7408-44f9-968e-5ef18ccd5a12] Socket close event received\n2025-07-17 15:18:50.972 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59909 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:19:50.960 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:19:50.963 [info] [command][b0c622fb-0b0a-45c0-994d-46f713993a43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b0c622fb-0b0a-45c0-994d-46f713993a43""}\n2025-07-17 15:19:50.964 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e82ce56b-a244-424d-a3a9-99620a14becd] received connection request\n2025-07-17 15:19:50.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:19:51.007 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e82ce56b-a244-424d-a3a9-99620a14becd] socks forwarding established\n2025-07-17 15:19:51.041 [info] [command][b0c622fb-0b0a-45c0-994d-46f713993a43] Process exited with code 0\n2025-07-17 15:19:51.041 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e82ce56b-a244-424d-a3a9-99620a14becd] socks connection closed\n2025-07-17 15:19:51.041 [info] [command][b0c622fb-0b0a-45c0-994d-46f713993a43] Socket close event received\n2025-07-17 15:19:51.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 59943 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:20:51.042 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:20:51.045 [info] [command][537d69ac-d8a1-4c5b-b400-842cb68e5b20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""537d69ac-d8a1-4c5b-b400-842cb68e5b20""}\n2025-07-17 15:20:51.046 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][279b1923-c6ba-42e3-a414-3a1f9a6a5511] received connection request\n2025-07-17 15:20:51.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:20:51.063 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][279b1923-c6ba-42e3-a414-3a1f9a6a5511] socks forwarding established\n2025-07-17 15:20:51.092 [info] [command][537d69ac-d8a1-4c5b-b400-842cb68e5b20] Process exited with code 0\n2025-07-17 15:20:51.092 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][279b1923-c6ba-42e3-a414-3a1f9a6a5511] socks connection closed\n2025-07-17 15:20:51.092 [info] [command][537d69ac-d8a1-4c5b-b400-842cb68e5b20] Socket close event received\n2025-07-17 15:20:51.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60001 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:21:51.098 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:21:51.100 [info] [command][a4e0d70c-43c3-4243-8803-9f8a946c643b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a4e0d70c-43c3-4243-8803-9f8a946c643b""}\n2025-07-17 15:21:51.100 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][aeda65a1-c6dc-4ee4-9a73-7e52c8b09b30] received connection request\n2025-07-17 15:21:51.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:21:51.117 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][aeda65a1-c6dc-4ee4-9a73-7e52c8b09b30] socks forwarding established\n2025-07-17 15:21:51.147 [info] [command][a4e0d70c-43c3-4243-8803-9f8a946c643b] Process exited with code 0\n2025-07-17 15:21:51.147 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][aeda65a1-c6dc-4ee4-9a73-7e52c8b09b30] socks connection closed\n2025-07-17 15:21:51.147 [info] [command][a4e0d70c-43c3-4243-8803-9f8a946c643b] Socket close event received\n2025-07-17 15:21:51.164 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60029 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:22:51.153 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:22:51.156 [info] [command][75c0bc0e-34f2-4712-afdd-a9f5bc84a1d5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""75c0bc0e-34f2-4712-afdd-a9f5bc84a1d5""}\n2025-07-17 15:22:51.156 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d900f7d2-0cf4-4ebf-a531-c9c524ad87f6] received connection request\n2025-07-17 15:22:51.157 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:22:51.175 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d900f7d2-0cf4-4ebf-a531-c9c524ad87f6] socks forwarding established\n2025-07-17 15:22:51.204 [info] [command][75c0bc0e-34f2-4712-afdd-a9f5bc84a1d5] Process exited with code 0\n2025-07-17 15:22:51.204 [info] [command][75c0bc0e-34f2-4712-afdd-a9f5bc84a1d5] Socket close event received\n2025-07-17 15:22:51.205 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d900f7d2-0cf4-4ebf-a531-c9c524ad87f6] socks connection closed\n2025-07-17 15:22:51.226 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60057 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:23:51.210 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:23:51.213 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][655822b4-f74a-43a6-a4e0-a108cdde9399] received connection request\n2025-07-17 15:23:51.214 [info] [command][c0cf7bc8-c19d-4b46-8524-66972b4dda26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c0cf7bc8-c19d-4b46-8524-66972b4dda26""}\n2025-07-17 15:23:51.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:23:51.230 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][655822b4-f74a-43a6-a4e0-a108cdde9399] socks forwarding established\n2025-07-17 15:23:51.259 [info] [command][c0cf7bc8-c19d-4b46-8524-66972b4dda26] Process exited with code 0\n2025-07-17 15:23:51.259 [info] [command][c0cf7bc8-c19d-4b46-8524-66972b4dda26] Socket close event received\n2025-07-17 15:23:51.260 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][655822b4-f74a-43a6-a4e0-a108cdde9399] socks connection closed\n2025-07-17 15:23:51.280 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60100 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:24:51.261 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:24:51.264 [info] [command][0bfa2c32-ed66-4522-af2a-09c5d15d968b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0bfa2c32-ed66-4522-af2a-09c5d15d968b""}\n2025-07-17 15:24:51.265 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e8733945-11d2-46f7-9a5d-5f91d120de1a] received connection request\n2025-07-17 15:24:51.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:24:51.287 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e8733945-11d2-46f7-9a5d-5f91d120de1a] socks forwarding established\n2025-07-17 15:24:51.317 [info] [command][0bfa2c32-ed66-4522-af2a-09c5d15d968b] Process exited with code 0\n2025-07-17 15:24:51.317 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e8733945-11d2-46f7-9a5d-5f91d120de1a] socks connection closed\n2025-07-17 15:24:51.317 [info] [command][0bfa2c32-ed66-4522-af2a-09c5d15d968b] Socket close event received\n2025-07-17 15:24:51.334 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60132 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:25:51.317 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:25:51.320 [info] [command][1f9d3f90-7265-46be-bb8e-f710c81e3a18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1f9d3f90-7265-46be-bb8e-f710c81e3a18""}\n2025-07-17 15:25:51.321 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f29fa7ea-1390-4c77-9aaa-f072bfd229a1] received connection request\n2025-07-17 15:25:51.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:25:51.337 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f29fa7ea-1390-4c77-9aaa-f072bfd229a1] socks forwarding established\n2025-07-17 15:25:51.366 [info] [command][1f9d3f90-7265-46be-bb8e-f710c81e3a18] Process exited with code 0\n2025-07-17 15:25:51.366 [info] [command][1f9d3f90-7265-46be-bb8e-f710c81e3a18] Socket close event received\n2025-07-17 15:25:51.369 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f29fa7ea-1390-4c77-9aaa-f072bfd229a1] socks connection closed\n2025-07-17 15:25:51.385 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60196 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:26:51.368 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:26:51.371 [info] [command][173c10c1-58c1-45e0-a6bb-0c6af5db9a44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""173c10c1-58c1-45e0-a6bb-0c6af5db9a44""}\n2025-07-17 15:26:51.372 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a0bb7fc7-fa31-41bb-8dc4-37f8dfa73407] received connection request\n2025-07-17 15:26:51.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:26:51.394 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a0bb7fc7-fa31-41bb-8dc4-37f8dfa73407] socks forwarding established\n2025-07-17 15:26:51.424 [info] [command][173c10c1-58c1-45e0-a6bb-0c6af5db9a44] Process exited with code 0\n2025-07-17 15:26:51.424 [info] [command][173c10c1-58c1-45e0-a6bb-0c6af5db9a44] Socket close event received\n2025-07-17 15:26:51.425 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a0bb7fc7-fa31-41bb-8dc4-37f8dfa73407] socks connection closed\n2025-07-17 15:26:51.442 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60221 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:27:51.432 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:27:51.434 [info] [command][b9d931db-cfdd-4dad-89cc-c32ce593056d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b9d931db-cfdd-4dad-89cc-c32ce593056d""}\n2025-07-17 15:27:51.435 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fbb36f6a-0534-42a5-937c-60cb23472112] received connection request\n2025-07-17 15:27:51.436 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:27:51.451 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fbb36f6a-0534-42a5-937c-60cb23472112] socks forwarding established\n2025-07-17 15:27:51.480 [info] [command][b9d931db-cfdd-4dad-89cc-c32ce593056d] Process exited with code 0\n2025-07-17 15:27:51.481 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fbb36f6a-0534-42a5-937c-60cb23472112] socks connection closed\n2025-07-17 15:27:51.481 [info] [command][b9d931db-cfdd-4dad-89cc-c32ce593056d] Socket close event received\n2025-07-17 15:27:51.497 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60264 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:28:51.491 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:28:51.494 [info] [command][368000e2-82f6-45b3-94dc-12b20b93f70f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""368000e2-82f6-45b3-94dc-12b20b93f70f""}\n2025-07-17 15:28:51.495 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7a340ee4-e22d-49ff-9822-b3071b412eeb] received connection request\n2025-07-17 15:28:51.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:28:51.510 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7a340ee4-e22d-49ff-9822-b3071b412eeb] socks forwarding established\n2025-07-17 15:28:51.539 [info] [command][368000e2-82f6-45b3-94dc-12b20b93f70f] Process exited with code 0\n2025-07-17 15:28:51.539 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7a340ee4-e22d-49ff-9822-b3071b412eeb] socks connection closed\n2025-07-17 15:28:51.539 [info] [command][368000e2-82f6-45b3-94dc-12b20b93f70f] Socket close event received\n2025-07-17 15:28:51.556 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60302 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:29:51.541 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:29:51.542 [info] [command][bd455c1b-93b2-4f17-908a-673519a49e77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bd455c1b-93b2-4f17-908a-673519a49e77""}\n2025-07-17 15:29:51.543 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][718480ab-1adf-42ba-9710-d907f463357d] received connection request\n2025-07-17 15:29:51.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:29:51.564 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][718480ab-1adf-42ba-9710-d907f463357d] socks forwarding established\n2025-07-17 15:29:51.596 [info] [command][bd455c1b-93b2-4f17-908a-673519a49e77] Process exited with code 0\n2025-07-17 15:29:51.597 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][718480ab-1adf-42ba-9710-d907f463357d] socks connection closed\n2025-07-17 15:29:51.597 [info] [command][bd455c1b-93b2-4f17-908a-673519a49e77] Socket close event received\n2025-07-17 15:29:51.622 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60347 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:30:51.601 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:30:51.602 [info] [command][359f0ad2-e643-433f-be0a-c1a3a85e4685] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""359f0ad2-e643-433f-be0a-c1a3a85e4685""}\n2025-07-17 15:30:51.603 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f3cb524e-1be0-4475-87b3-436e4c4b6eab] received connection request\n2025-07-17 15:30:51.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:30:51.618 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f3cb524e-1be0-4475-87b3-436e4c4b6eab] socks forwarding established\n2025-07-17 15:30:51.656 [info] [command][359f0ad2-e643-433f-be0a-c1a3a85e4685] Process exited with code 0\n2025-07-17 15:30:51.656 [info] [command][359f0ad2-e643-433f-be0a-c1a3a85e4685] Socket close event received\n2025-07-17 15:30:51.676 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60404 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:30:51.677 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f3cb524e-1be0-4475-87b3-436e4c4b6eab] socks connection closed\n2025-07-17 15:31:51.657 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:31:51.659 [info] [command][8d4505e7-8481-4ee2-b677-29f51bb75900] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8d4505e7-8481-4ee2-b677-29f51bb75900""}\n2025-07-17 15:31:51.659 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][76364e47-fc37-4f4c-a0e6-3c8a9fa497b0] received connection request\n2025-07-17 15:31:51.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:31:51.760 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][76364e47-fc37-4f4c-a0e6-3c8a9fa497b0] socks forwarding established\n2025-07-17 15:31:51.790 [info] [command][8d4505e7-8481-4ee2-b677-29f51bb75900] Process exited with code 0\n2025-07-17 15:31:51.791 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][76364e47-fc37-4f4c-a0e6-3c8a9fa497b0] socks connection closed\n2025-07-17 15:31:51.791 [info] [command][8d4505e7-8481-4ee2-b677-29f51bb75900] Socket close event received\n2025-07-17 15:31:51.807 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60428 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:32:51.794 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:32:51.797 [info] [command][a2fc7406-3236-42db-9c4c-e49fc4c7d935] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a2fc7406-3236-42db-9c4c-e49fc4c7d935""}\n2025-07-17 15:32:51.798 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7c39f101-56e4-45dc-a001-f8c24560eec9] received connection request\n2025-07-17 15:32:51.799 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:32:51.813 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7c39f101-56e4-45dc-a001-f8c24560eec9] socks forwarding established\n2025-07-17 15:32:51.841 [info] [command][a2fc7406-3236-42db-9c4c-e49fc4c7d935] Process exited with code 0\n2025-07-17 15:32:51.841 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7c39f101-56e4-45dc-a001-f8c24560eec9] socks connection closed\n2025-07-17 15:32:51.841 [info] [command][a2fc7406-3236-42db-9c4c-e49fc4c7d935] Socket close event received\n2025-07-17 15:32:51.857 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60494 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:33:51.847 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:33:51.849 [info] [command][b30ad540-1d28-4bc6-950b-a9cca101872a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b30ad540-1d28-4bc6-950b-a9cca101872a""}\n2025-07-17 15:33:51.850 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][23346f6e-496b-478c-b5fb-c5462d564c65] received connection request\n2025-07-17 15:33:51.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:33:51.872 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][23346f6e-496b-478c-b5fb-c5462d564c65] socks forwarding established\n2025-07-17 15:33:51.902 [info] [command][b30ad540-1d28-4bc6-950b-a9cca101872a] Process exited with code 0\n2025-07-17 15:33:51.902 [info] [command][b30ad540-1d28-4bc6-950b-a9cca101872a] Socket close event received\n2025-07-17 15:33:51.903 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][23346f6e-496b-478c-b5fb-c5462d564c65] socks connection closed\n2025-07-17 15:33:51.920 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60533 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:34:51.904 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:34:51.908 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d5607e1a-4851-4f74-a9cb-e6d2bef84bcc] received connection request\n2025-07-17 15:34:51.908 [info] [command][a65f2ff5-b627-461c-b594-279c71e8ed44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a65f2ff5-b627-461c-b594-279c71e8ed44""}\n2025-07-17 15:34:51.908 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:34:51.924 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d5607e1a-4851-4f74-a9cb-e6d2bef84bcc] socks forwarding established\n2025-07-17 15:34:51.953 [info] [command][a65f2ff5-b627-461c-b594-279c71e8ed44] Process exited with code 0\n2025-07-17 15:34:51.954 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d5607e1a-4851-4f74-a9cb-e6d2bef84bcc] socks connection closed\n2025-07-17 15:34:51.954 [info] [command][a65f2ff5-b627-461c-b594-279c71e8ed44] Socket close event received\n2025-07-17 15:34:51.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60572 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:35:51.959 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:35:51.961 [info] [command][95e324ee-43cc-4ab3-80e8-6ef42619b7d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""95e324ee-43cc-4ab3-80e8-6ef42619b7d6""}\n2025-07-17 15:35:51.961 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c6894819-06db-4428-a8f4-5be2f9c9b7d0] received connection request\n2025-07-17 15:35:51.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:35:51.976 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c6894819-06db-4428-a8f4-5be2f9c9b7d0] socks forwarding established\n2025-07-17 15:35:52.004 [info] [command][95e324ee-43cc-4ab3-80e8-6ef42619b7d6] Process exited with code 0\n2025-07-17 15:35:52.004 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c6894819-06db-4428-a8f4-5be2f9c9b7d0] socks connection closed\n2025-07-17 15:35:52.004 [info] [command][95e324ee-43cc-4ab3-80e8-6ef42619b7d6] Socket close event received\n2025-07-17 15:35:52.021 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60642 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:36:52.006 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:36:52.008 [info] [command][6d32cdf0-1161-4e16-afe2-1f80f2047327] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6d32cdf0-1161-4e16-afe2-1f80f2047327""}\n2025-07-17 15:36:52.009 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5a0108ac-f656-4086-808e-8fcc0680237b] received connection request\n2025-07-17 15:36:52.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:36:52.027 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5a0108ac-f656-4086-808e-8fcc0680237b] socks forwarding established\n2025-07-17 15:36:52.057 [info] [command][6d32cdf0-1161-4e16-afe2-1f80f2047327] Process exited with code 0\n2025-07-17 15:36:52.057 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5a0108ac-f656-4086-808e-8fcc0680237b] socks connection closed\n2025-07-17 15:36:52.057 [info] [command][6d32cdf0-1161-4e16-afe2-1f80f2047327] Socket close event received\n2025-07-17 15:36:52.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60690 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:37:52.058 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:37:52.059 [info] [command][93a2a651-e5c6-4f3b-8da2-437486595fd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""93a2a651-e5c6-4f3b-8da2-437486595fd5""}\n2025-07-17 15:37:52.060 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][78dcedd7-59e6-4116-ae11-1fc888e7eef1] received connection request\n2025-07-17 15:37:52.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:37:52.082 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][78dcedd7-59e6-4116-ae11-1fc888e7eef1] socks forwarding established\n2025-07-17 15:37:52.110 [info] [command][93a2a651-e5c6-4f3b-8da2-437486595fd5] Process exited with code 0\n2025-07-17 15:37:52.110 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][78dcedd7-59e6-4116-ae11-1fc888e7eef1] socks connection closed\n2025-07-17 15:37:52.110 [info] [command][93a2a651-e5c6-4f3b-8da2-437486595fd5] Socket close event received\n2025-07-17 15:37:52.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60712 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:38:52.113 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:38:52.116 [info] [command][ef09197c-8c9b-4119-80e4-971fcc11b5e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ef09197c-8c9b-4119-80e4-971fcc11b5e9""}\n2025-07-17 15:38:52.117 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5ead4741-2889-45ab-8042-6923a6d6f5ee] received connection request\n2025-07-17 15:38:52.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:38:52.136 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5ead4741-2889-45ab-8042-6923a6d6f5ee] socks forwarding established\n2025-07-17 15:38:52.163 [info] [command][ef09197c-8c9b-4119-80e4-971fcc11b5e9] Process exited with code 0\n2025-07-17 15:38:52.164 [info] [command][ef09197c-8c9b-4119-80e4-971fcc11b5e9] Socket close event received\n2025-07-17 15:38:52.165 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5ead4741-2889-45ab-8042-6923a6d6f5ee] socks connection closed\n2025-07-17 15:38:52.179 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60773 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:39:52.168 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:39:52.172 [info] [command][ffc60820-545d-4b40-b1fb-4c1ad4d9e6ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ffc60820-545d-4b40-b1fb-4c1ad4d9e6ca""}\n2025-07-17 15:39:52.173 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3f9426e6-b7c1-43c2-9952-dd64fd4b39d4] received connection request\n2025-07-17 15:39:52.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:39:52.192 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3f9426e6-b7c1-43c2-9952-dd64fd4b39d4] socks forwarding established\n2025-07-17 15:39:52.223 [info] [command][ffc60820-545d-4b40-b1fb-4c1ad4d9e6ca] Process exited with code 0\n2025-07-17 15:39:52.224 [info] [command][ffc60820-545d-4b40-b1fb-4c1ad4d9e6ca] Socket close event received\n2025-07-17 15:39:52.224 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3f9426e6-b7c1-43c2-9952-dd64fd4b39d4] socks connection closed\n2025-07-17 15:39:52.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60804 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:40:52.230 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:40:52.232 [info] [command][72c16112-a89f-4414-a00f-bdc92683afb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""72c16112-a89f-4414-a00f-bdc92683afb5""}\n2025-07-17 15:40:52.232 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][66215a98-af94-4566-9630-75da9394b449] received connection request\n2025-07-17 15:40:52.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:40:52.247 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][66215a98-af94-4566-9630-75da9394b449] socks forwarding established\n2025-07-17 15:40:52.287 [info] [command][72c16112-a89f-4414-a00f-bdc92683afb5] Process exited with code 0\n2025-07-17 15:40:52.287 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][66215a98-af94-4566-9630-75da9394b449] socks connection closed\n2025-07-17 15:40:52.287 [info] [command][72c16112-a89f-4414-a00f-bdc92683afb5] Socket close event received\n2025-07-17 15:40:52.302 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60853 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:41:52.290 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:41:52.292 [info] [command][224eac5d-3dab-4c89-97bb-569ac2196f4e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""224eac5d-3dab-4c89-97bb-569ac2196f4e""}\n2025-07-17 15:41:52.293 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ec0bbd25-2d44-4712-b93b-22f85acafad4] received connection request\n2025-07-17 15:41:52.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:41:52.343 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ec0bbd25-2d44-4712-b93b-22f85acafad4] socks forwarding established\n2025-07-17 15:41:52.379 [info] [command][224eac5d-3dab-4c89-97bb-569ac2196f4e] Process exited with code 0\n2025-07-17 15:41:52.379 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ec0bbd25-2d44-4712-b93b-22f85acafad4] socks connection closed\n2025-07-17 15:41:52.380 [info] [command][224eac5d-3dab-4c89-97bb-569ac2196f4e] Socket close event received\n2025-07-17 15:41:52.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60880 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:42:52.385 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:42:52.402 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][11d78e68-0f8e-4b6e-a3d7-a4cf2d0916f7] received connection request\n2025-07-17 15:42:52.402 [info] [command][9d1e8bd2-93ff-45ef-b6c8-dfac2f1d353a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9d1e8bd2-93ff-45ef-b6c8-dfac2f1d353a""}\n2025-07-17 15:42:52.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:42:52.417 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][11d78e68-0f8e-4b6e-a3d7-a4cf2d0916f7] socks forwarding established\n2025-07-17 15:42:52.460 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][11d78e68-0f8e-4b6e-a3d7-a4cf2d0916f7] socks connection closed\n2025-07-17 15:42:52.460 [info] [command][9d1e8bd2-93ff-45ef-b6c8-dfac2f1d353a] Process exited with code 0\n2025-07-17 15:42:52.461 [info] [command][9d1e8bd2-93ff-45ef-b6c8-dfac2f1d353a] Socket close event received\n2025-07-17 15:42:52.477 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60913 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:43:52.464 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:43:52.465 [info] [command][3484179f-c1fd-4773-b70f-5472e5620399] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3484179f-c1fd-4773-b70f-5472e5620399""}\n2025-07-17 15:43:52.465 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][79fb3f6e-99b5-4753-bab3-6b4fff115446] received connection request\n2025-07-17 15:43:52.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 15:43:52.465 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:43:52.479 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][79fb3f6e-99b5-4753-bab3-6b4fff115446] socks forwarding established\n2025-07-17 15:43:52.506 [info] [command][3484179f-c1fd-4773-b70f-5472e5620399] Process exited with code 0\n2025-07-17 15:43:52.506 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][79fb3f6e-99b5-4753-bab3-6b4fff115446] socks connection closed\n2025-07-17 15:43:52.506 [info] [command][3484179f-c1fd-4773-b70f-5472e5620399] Socket close event received\n2025-07-17 15:43:52.520 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60961 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:44:52.512 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:44:52.514 [info] [command][e0a6c550-9d13-404a-926b-222fe40308ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e0a6c550-9d13-404a-926b-222fe40308ef""}\n2025-07-17 15:44:52.515 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d9a3a363-aaca-498d-8a4c-38d731ec364b] received connection request\n2025-07-17 15:44:52.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:44:52.532 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d9a3a363-aaca-498d-8a4c-38d731ec364b] socks forwarding established\n2025-07-17 15:44:52.559 [info] [command][e0a6c550-9d13-404a-926b-222fe40308ef] Process exited with code 0\n2025-07-17 15:44:52.559 [info] [command][e0a6c550-9d13-404a-926b-222fe40308ef] Socket close event received\n2025-07-17 15:44:52.562 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d9a3a363-aaca-498d-8a4c-38d731ec364b] socks connection closed\n2025-07-17 15:44:52.575 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 60998 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:45:52.564 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:45:52.566 [info] [command][fc869ba3-67b2-4bd9-b581-524e191f8748] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""fc869ba3-67b2-4bd9-b581-524e191f8748""}\n2025-07-17 15:45:52.566 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ac269c5d-aca6-45c6-9d14-86e6ea4cbc0c] received connection request\n2025-07-17 15:45:52.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:45:52.582 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ac269c5d-aca6-45c6-9d14-86e6ea4cbc0c] socks forwarding established\n2025-07-17 15:45:52.616 [info] [command][fc869ba3-67b2-4bd9-b581-524e191f8748] Process exited with code 0\n2025-07-17 15:45:52.616 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ac269c5d-aca6-45c6-9d14-86e6ea4cbc0c] socks connection closed\n2025-07-17 15:45:52.617 [info] [command][fc869ba3-67b2-4bd9-b581-524e191f8748] Socket close event received\n2025-07-17 15:45:52.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61074 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:46:52.622 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:46:52.626 [info] [command][649c0e4c-4884-496c-81b0-bc6ef11a232d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""649c0e4c-4884-496c-81b0-bc6ef11a232d""}\n2025-07-17 15:46:52.626 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1bf2d670-115f-4830-92a2-f105b15829f7] received connection request\n2025-07-17 15:46:52.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:46:52.648 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1bf2d670-115f-4830-92a2-f105b15829f7] socks forwarding established\n2025-07-17 15:46:52.677 [info] [command][649c0e4c-4884-496c-81b0-bc6ef11a232d] Process exited with code 0\n2025-07-17 15:46:52.678 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1bf2d670-115f-4830-92a2-f105b15829f7] socks connection closed\n2025-07-17 15:46:52.679 [info] [command][649c0e4c-4884-496c-81b0-bc6ef11a232d] Socket close event received\n2025-07-17 15:46:52.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61103 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:47:52.681 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:47:52.684 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][47c478f4-b3c1-4af4-8637-c199cdd91053] received connection request\n2025-07-17 15:47:52.684 [info] [command][468d5fdb-c93b-4343-9a01-ffa06ebead77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""468d5fdb-c93b-4343-9a01-ffa06ebead77""}\n2025-07-17 15:47:52.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:47:52.703 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][47c478f4-b3c1-4af4-8637-c199cdd91053] socks forwarding established\n2025-07-17 15:47:52.730 [info] [command][468d5fdb-c93b-4343-9a01-ffa06ebead77] Process exited with code 0\n2025-07-17 15:47:52.731 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][47c478f4-b3c1-4af4-8637-c199cdd91053] socks connection closed\n2025-07-17 15:47:52.731 [info] [command][468d5fdb-c93b-4343-9a01-ffa06ebead77] Socket close event received\n2025-07-17 15:47:52.745 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61140 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:48:52.731 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:48:52.733 [info] [command][2e26aa9c-9a40-42a5-871b-33a6495a7595] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2e26aa9c-9a40-42a5-871b-33a6495a7595""}\n2025-07-17 15:48:52.734 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bdae7f0c-f6f6-498c-858c-7d4a429af0ce] received connection request\n2025-07-17 15:48:52.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 15:48:52.735 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:48:52.819 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bdae7f0c-f6f6-498c-858c-7d4a429af0ce] socks forwarding established\n2025-07-17 15:48:52.849 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bdae7f0c-f6f6-498c-858c-7d4a429af0ce] socks connection closed\n2025-07-17 15:48:52.850 [info] [command][2e26aa9c-9a40-42a5-871b-33a6495a7595] Process exited with code 0\n2025-07-17 15:48:52.850 [info] [command][2e26aa9c-9a40-42a5-871b-33a6495a7595] Socket close event received\n2025-07-17 15:48:52.864 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61188 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:49:52.855 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:49:52.857 [info] [command][facd9bab-4b64-439b-a743-2f62efbb779e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""facd9bab-4b64-439b-a743-2f62efbb779e""}\n2025-07-17 15:49:52.858 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][af9922de-5c80-485d-b674-2ea7b6924822] received connection request\n2025-07-17 15:49:52.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 15:49:52.859 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:49:52.880 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][af9922de-5c80-485d-b674-2ea7b6924822] socks forwarding established\n2025-07-17 15:49:52.934 [info] [command][facd9bab-4b64-439b-a743-2f62efbb779e] Process exited with code 0\n2025-07-17 15:49:52.934 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][af9922de-5c80-485d-b674-2ea7b6924822] socks connection closed\n2025-07-17 15:49:52.934 [info] [command][facd9bab-4b64-439b-a743-2f62efbb779e] Socket close event received\n2025-07-17 15:49:52.961 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61225 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:50:52.938 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:50:52.940 [info] [command][2a088342-1d93-4ea0-b016-1d2611172274] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2a088342-1d93-4ea0-b016-1d2611172274""}\n2025-07-17 15:50:52.941 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][30cd4ed8-a8be-4549-a799-b6c148d46e9f] received connection request\n2025-07-17 15:50:52.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:50:52.958 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][30cd4ed8-a8be-4549-a799-b6c148d46e9f] socks forwarding established\n2025-07-17 15:50:52.986 [info] [command][2a088342-1d93-4ea0-b016-1d2611172274] Process exited with code 0\n2025-07-17 15:50:52.987 [info] [command][2a088342-1d93-4ea0-b016-1d2611172274] Socket close event received\n2025-07-17 15:50:52.987 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][30cd4ed8-a8be-4549-a799-b6c148d46e9f] socks connection closed\n2025-07-17 15:50:53.004 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61288 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:51:52.992 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:51:52.995 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][afd89d35-d182-4730-9847-a145bae412c7] received connection request\n2025-07-17 15:51:52.995 [info] [command][8debb12f-2d6e-4db0-9c44-22c569372ba6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8debb12f-2d6e-4db0-9c44-22c569372ba6""}\n2025-07-17 15:51:52.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:51:53.018 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][afd89d35-d182-4730-9847-a145bae412c7] socks forwarding established\n2025-07-17 15:51:53.046 [info] [command][8debb12f-2d6e-4db0-9c44-22c569372ba6] Process exited with code 0\n2025-07-17 15:51:53.046 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][afd89d35-d182-4730-9847-a145bae412c7] socks connection closed\n2025-07-17 15:51:53.046 [info] [command][8debb12f-2d6e-4db0-9c44-22c569372ba6] Socket close event received\n2025-07-17 15:51:53.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61317 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:52:53.050 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:52:53.053 [info] [command][bfdaecad-072f-42f8-b059-f09cdbdfa563] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bfdaecad-072f-42f8-b059-f09cdbdfa563""}\n2025-07-17 15:52:53.054 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bfdec9dd-09ba-4ae2-9125-42c50efa6d33] received connection request\n2025-07-17 15:52:53.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:52:53.071 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bfdec9dd-09ba-4ae2-9125-42c50efa6d33] socks forwarding established\n2025-07-17 15:52:53.100 [info] [command][bfdaecad-072f-42f8-b059-f09cdbdfa563] Process exited with code 0\n2025-07-17 15:52:53.100 [info] [command][bfdaecad-072f-42f8-b059-f09cdbdfa563] Socket close event received\n2025-07-17 15:52:53.101 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bfdec9dd-09ba-4ae2-9125-42c50efa6d33] socks connection closed\n2025-07-17 15:52:53.118 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61347 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:53:53.107 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:53:53.109 [info] [command][a3d42e31-dbcb-471a-bedd-85606dcf27a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a3d42e31-dbcb-471a-bedd-85606dcf27a5""}\n2025-07-17 15:53:53.110 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][21421b4e-a4f9-472d-a381-eab45bb2a5bc] received connection request\n2025-07-17 15:53:53.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:53:53.131 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][21421b4e-a4f9-472d-a381-eab45bb2a5bc] socks forwarding established\n2025-07-17 15:53:53.156 [info] [command][a3d42e31-dbcb-471a-bedd-85606dcf27a5] Process exited with code 0\n2025-07-17 15:53:53.157 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][21421b4e-a4f9-472d-a381-eab45bb2a5bc] socks connection closed\n2025-07-17 15:53:53.158 [info] [command][a3d42e31-dbcb-471a-bedd-85606dcf27a5] Socket close event received\n2025-07-17 15:53:53.179 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61408 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:54:53.159 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:54:53.161 [info] [command][9f9ef7f3-dae3-4396-9ad0-879aa9c54bd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9f9ef7f3-dae3-4396-9ad0-879aa9c54bd0""}\n2025-07-17 15:54:53.161 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][107df4bc-dd2f-4537-a403-d9000d98efa0] received connection request\n2025-07-17 15:54:53.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:54:53.177 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][107df4bc-dd2f-4537-a403-d9000d98efa0] socks forwarding established\n2025-07-17 15:54:53.208 [info] [command][9f9ef7f3-dae3-4396-9ad0-879aa9c54bd0] Process exited with code 0\n2025-07-17 15:54:53.208 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][107df4bc-dd2f-4537-a403-d9000d98efa0] socks connection closed\n2025-07-17 15:54:53.208 [info] [command][9f9ef7f3-dae3-4396-9ad0-879aa9c54bd0] Socket close event received\n2025-07-17 15:54:53.224 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61446 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:55:53.214 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:55:53.215 [info] [command][73e5ace7-be4f-43bf-88c9-6f1b9cda9bd8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""73e5ace7-be4f-43bf-88c9-6f1b9cda9bd8""}\n2025-07-17 15:55:53.216 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8dd6b01e-280b-4cab-8e6a-5ba3ed5f5eb1] received connection request\n2025-07-17 15:55:53.217 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:55:53.233 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8dd6b01e-280b-4cab-8e6a-5ba3ed5f5eb1] socks forwarding established\n2025-07-17 15:55:53.264 [info] [command][73e5ace7-be4f-43bf-88c9-6f1b9cda9bd8] Process exited with code 0\n2025-07-17 15:55:53.264 [info] [command][73e5ace7-be4f-43bf-88c9-6f1b9cda9bd8] Socket close event received\n2025-07-17 15:55:53.265 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8dd6b01e-280b-4cab-8e6a-5ba3ed5f5eb1] socks connection closed\n2025-07-17 15:55:53.279 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61511 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:56:53.270 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:56:53.275 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4d884ff2-a6d9-48ce-987d-3b0a76b966ee] received connection request\n2025-07-17 15:56:53.275 [info] [command][8285df18-bae7-4cfd-af22-4b0748618f76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8285df18-bae7-4cfd-af22-4b0748618f76""}\n2025-07-17 15:56:53.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:56:53.299 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4d884ff2-a6d9-48ce-987d-3b0a76b966ee] socks forwarding established\n2025-07-17 15:56:53.330 [info] [command][8285df18-bae7-4cfd-af22-4b0748618f76] Process exited with code 0\n2025-07-17 15:56:53.330 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4d884ff2-a6d9-48ce-987d-3b0a76b966ee] socks connection closed\n2025-07-17 15:56:53.330 [info] [command][8285df18-bae7-4cfd-af22-4b0748618f76] Socket close event received\n2025-07-17 15:56:53.346 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61540 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:57:53.333 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:57:53.336 [info] [command][633cab4a-5bb4-43e8-8e3d-e8d191e90cc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""633cab4a-5bb4-43e8-8e3d-e8d191e90cc5""}\n2025-07-17 15:57:53.337 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d33c5f0f-4c33-44f6-bc99-db458bbaea8c] received connection request\n2025-07-17 15:57:53.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:57:53.362 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d33c5f0f-4c33-44f6-bc99-db458bbaea8c] socks forwarding established\n2025-07-17 15:57:53.390 [info] [command][633cab4a-5bb4-43e8-8e3d-e8d191e90cc5] Process exited with code 0\n2025-07-17 15:57:53.390 [info] [command][633cab4a-5bb4-43e8-8e3d-e8d191e90cc5] Socket close event received\n2025-07-17 15:57:53.391 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d33c5f0f-4c33-44f6-bc99-db458bbaea8c] socks connection closed\n2025-07-17 15:57:53.407 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61573 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:58:53.393 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:58:53.396 [info] [command][c25c0a25-a1e1-4c3c-9520-a8caed46911b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c25c0a25-a1e1-4c3c-9520-a8caed46911b""}\n2025-07-17 15:58:53.397 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][934938d7-243b-426d-a08f-8feba747c4b2] received connection request\n2025-07-17 15:58:53.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:58:53.413 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][934938d7-243b-426d-a08f-8feba747c4b2] socks forwarding established\n2025-07-17 15:58:53.441 [info] [command][c25c0a25-a1e1-4c3c-9520-a8caed46911b] Process exited with code 0\n2025-07-17 15:58:53.441 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][934938d7-243b-426d-a08f-8feba747c4b2] socks connection closed\n2025-07-17 15:58:53.442 [info] [command][c25c0a25-a1e1-4c3c-9520-a8caed46911b] Socket close event received\n2025-07-17 15:58:53.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 15:59:53.448 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 15:59:53.450 [info] [command][bad98345-963c-4930-b794-9819d8e086d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bad98345-963c-4930-b794-9819d8e086d8""}\n2025-07-17 15:59:53.451 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][84c6fef7-d116-402a-b106-00f17405b9cd] received connection request\n2025-07-17 15:59:53.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 15:59:53.525 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][84c6fef7-d116-402a-b106-00f17405b9cd] socks forwarding established\n2025-07-17 15:59:53.553 [info] [command][bad98345-963c-4930-b794-9819d8e086d8] Process exited with code 0\n2025-07-17 15:59:53.554 [info] [command][bad98345-963c-4930-b794-9819d8e086d8] Socket close event received\n2025-07-17 15:59:53.554 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][84c6fef7-d116-402a-b106-00f17405b9cd] socks connection closed\n2025-07-17 15:59:53.573 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61640 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:00:53.560 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:00:53.563 [info] [command][11adc200-a624-4769-b547-8fd6d4cd6f8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""11adc200-a624-4769-b547-8fd6d4cd6f8e""}\n2025-07-17 16:00:53.564 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][af8baab7-ea69-4082-891c-91959811279e] received connection request\n2025-07-17 16:00:53.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:00:53.588 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][af8baab7-ea69-4082-891c-91959811279e] socks forwarding established\n2025-07-17 16:00:53.620 [info] [command][11adc200-a624-4769-b547-8fd6d4cd6f8e] Process exited with code 0\n2025-07-17 16:00:53.621 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][af8baab7-ea69-4082-891c-91959811279e] socks connection closed\n2025-07-17 16:00:53.622 [info] [command][11adc200-a624-4769-b547-8fd6d4cd6f8e] Socket close event received\n2025-07-17 16:00:53.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61712 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:01:53.625 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:01:53.627 [info] [command][e48d8592-605a-4138-96cf-10ce28a5c017] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e48d8592-605a-4138-96cf-10ce28a5c017""}\n2025-07-17 16:01:53.628 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][1ce99ad4-1da1-419d-b59a-9b970daedf21] received connection request\n2025-07-17 16:01:53.629 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 16:01:53.629 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:01:53.644 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1ce99ad4-1da1-419d-b59a-9b970daedf21] socks forwarding established\n2025-07-17 16:01:53.671 [info] [command][e48d8592-605a-4138-96cf-10ce28a5c017] Process exited with code 0\n2025-07-17 16:01:53.672 [info] [command][e48d8592-605a-4138-96cf-10ce28a5c017] Socket close event received\n2025-07-17 16:01:53.673 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][1ce99ad4-1da1-419d-b59a-9b970daedf21] socks connection closed\n2025-07-17 16:01:53.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61753 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:02:53.678 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:02:53.682 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0d4db7f8-7622-4701-8cf4-5b6b7fa08e1f] received connection request\n2025-07-17 16:02:53.682 [info] [command][d69bde3e-8beb-4a47-a016-a5f5d4e2c9f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d69bde3e-8beb-4a47-a016-a5f5d4e2c9f2""}\n2025-07-17 16:02:53.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:02:53.701 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0d4db7f8-7622-4701-8cf4-5b6b7fa08e1f] socks forwarding established\n2025-07-17 16:02:53.818 [info] [command][d69bde3e-8beb-4a47-a016-a5f5d4e2c9f2] Process exited with code 0\n2025-07-17 16:02:53.819 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0d4db7f8-7622-4701-8cf4-5b6b7fa08e1f] socks connection closed\n2025-07-17 16:02:53.819 [info] [command][d69bde3e-8beb-4a47-a016-a5f5d4e2c9f2] Socket close event received\n2025-07-17 16:02:53.837 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61799 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:03:53.820 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:03:53.824 [info] [command][88a151fb-edec-429b-a6b3-4266ee0c3f62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""88a151fb-edec-429b-a6b3-4266ee0c3f62""}\n2025-07-17 16:03:53.825 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ed3f0591-9ce4-4591-81cd-21beb677a75d] received connection request\n2025-07-17 16:03:53.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:03:53.841 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ed3f0591-9ce4-4591-81cd-21beb677a75d] socks forwarding established\n2025-07-17 16:03:53.870 [info] [command][88a151fb-edec-429b-a6b3-4266ee0c3f62] Process exited with code 0\n2025-07-17 16:03:53.870 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ed3f0591-9ce4-4591-81cd-21beb677a75d] socks connection closed\n2025-07-17 16:03:53.870 [info] [command][88a151fb-edec-429b-a6b3-4266ee0c3f62] Socket close event received\n2025-07-17 16:03:53.886 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61831 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:04:53.876 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:04:53.878 [info] [command][70b8d993-a3b7-405b-93c7-47b35cc35cd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""70b8d993-a3b7-405b-93c7-47b35cc35cd1""}\n2025-07-17 16:04:53.878 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][21496219-5c67-485f-9865-7f8085979e35] received connection request\n2025-07-17 16:04:53.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:04:53.894 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][21496219-5c67-485f-9865-7f8085979e35] socks forwarding established\n2025-07-17 16:04:53.923 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][21496219-5c67-485f-9865-7f8085979e35] socks connection closed\n2025-07-17 16:04:53.923 [info] [command][70b8d993-a3b7-405b-93c7-47b35cc35cd1] Process exited with code 0\n2025-07-17 16:04:53.923 [info] [command][70b8d993-a3b7-405b-93c7-47b35cc35cd1] Socket close event received\n2025-07-17 16:04:53.939 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61869 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:05:53.928 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:05:53.930 [info] [command][f99bd836-5a43-4537-90b8-eefbf77b3bc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f99bd836-5a43-4537-90b8-eefbf77b3bc9""}\n2025-07-17 16:05:53.931 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e24f1e2f-f2fa-4825-96ad-62565339949d] received connection request\n2025-07-17 16:05:53.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:05:53.949 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e24f1e2f-f2fa-4825-96ad-62565339949d] socks forwarding established\n2025-07-17 16:05:53.985 [info] [command][f99bd836-5a43-4537-90b8-eefbf77b3bc9] Process exited with code 0\n2025-07-17 16:05:53.985 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e24f1e2f-f2fa-4825-96ad-62565339949d] socks connection closed\n2025-07-17 16:05:53.985 [info] [command][f99bd836-5a43-4537-90b8-eefbf77b3bc9] Socket close event received\n2025-07-17 16:05:54.002 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61933 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:06:53.991 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:06:53.994 [info] [command][a865e15d-d691-43bd-92a8-cf0529301ea3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a865e15d-d691-43bd-92a8-cf0529301ea3""}\n2025-07-17 16:06:53.995 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][50bbbaa0-7b69-41d2-bae9-8877fb457d9d] received connection request\n2025-07-17 16:06:53.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:06:54.013 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][50bbbaa0-7b69-41d2-bae9-8877fb457d9d] socks forwarding established\n2025-07-17 16:06:54.044 [info] [command][a865e15d-d691-43bd-92a8-cf0529301ea3] Process exited with code 0\n2025-07-17 16:06:54.045 [info] [command][a865e15d-d691-43bd-92a8-cf0529301ea3] Socket close event received\n2025-07-17 16:06:54.045 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][50bbbaa0-7b69-41d2-bae9-8877fb457d9d] socks connection closed\n2025-07-17 16:06:54.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 61962 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:07:54.045 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:07:54.046 [info] [command][f316b32b-e171-4063-97e3-1ec92f8e5ebf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f316b32b-e171-4063-97e3-1ec92f8e5ebf""}\n2025-07-17 16:07:54.046 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][26d66e98-11c4-478e-b5d5-e13f0a91ca61] received connection request\n2025-07-17 16:07:54.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:07:54.072 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][26d66e98-11c4-478e-b5d5-e13f0a91ca61] socks forwarding established\n2025-07-17 16:07:54.104 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][26d66e98-11c4-478e-b5d5-e13f0a91ca61] socks connection closed\n2025-07-17 16:07:54.104 [info] [command][f316b32b-e171-4063-97e3-1ec92f8e5ebf] Process exited with code 0\n2025-07-17 16:07:54.104 [info] [command][f316b32b-e171-4063-97e3-1ec92f8e5ebf] Socket close event received\n2025-07-17 16:07:54.118 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62004 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:08:54.108 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:08:54.110 [info] [command][b00b98d5-e111-45ea-9202-efb9707f5799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b00b98d5-e111-45ea-9202-efb9707f5799""}\n2025-07-17 16:08:54.111 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][20951fea-c0da-4012-8d4d-91f76c504add] received connection request\n2025-07-17 16:08:54.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:08:54.131 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][20951fea-c0da-4012-8d4d-91f76c504add] socks forwarding established\n2025-07-17 16:08:54.162 [info] [command][b00b98d5-e111-45ea-9202-efb9707f5799] Process exited with code 0\n2025-07-17 16:08:54.162 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][20951fea-c0da-4012-8d4d-91f76c504add] socks connection closed\n2025-07-17 16:08:54.163 [info] [command][b00b98d5-e111-45ea-9202-efb9707f5799] Socket close event received\n2025-07-17 16:08:54.180 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62051 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:09:54.167 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:09:54.169 [info] [command][217158ee-d985-414e-9591-0e30e5c87a4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""217158ee-d985-414e-9591-0e30e5c87a4c""}\n2025-07-17 16:09:54.170 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bae21013-94e6-4388-b91a-c4e812fa68c4] received connection request\n2025-07-17 16:09:54.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:09:54.189 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bae21013-94e6-4388-b91a-c4e812fa68c4] socks forwarding established\n2025-07-17 16:09:54.219 [info] [command][217158ee-d985-414e-9591-0e30e5c87a4c] Process exited with code 0\n2025-07-17 16:09:54.220 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bae21013-94e6-4388-b91a-c4e812fa68c4] socks connection closed\n2025-07-17 16:09:54.220 [info] [command][217158ee-d985-414e-9591-0e30e5c87a4c] Socket close event received\n2025-07-17 16:09:54.235 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62091 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:10:54.226 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:10:54.229 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f873b9c5-6b4f-42e0-9e5b-470e3c1bc0cb] received connection request\n2025-07-17 16:10:54.229 [info] [command][ecd5ca0b-0dac-4da6-977c-cba7e1fc707c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ecd5ca0b-0dac-4da6-977c-cba7e1fc707c""}\n2025-07-17 16:10:54.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:10:54.247 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f873b9c5-6b4f-42e0-9e5b-470e3c1bc0cb] socks forwarding established\n2025-07-17 16:10:54.276 [info] [command][ecd5ca0b-0dac-4da6-977c-cba7e1fc707c] Process exited with code 0\n2025-07-17 16:10:54.276 [info] [command][ecd5ca0b-0dac-4da6-977c-cba7e1fc707c] Socket close event received\n2025-07-17 16:10:54.288 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f873b9c5-6b4f-42e0-9e5b-470e3c1bc0cb] socks connection closed\n2025-07-17 16:10:54.295 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62152 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:11:54.278 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:11:54.281 [info] [command][44e2d58f-e082-4249-99ec-9827ed6b60b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""44e2d58f-e082-4249-99ec-9827ed6b60b0""}\n2025-07-17 16:11:54.281 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0877eb61-c203-4cf9-97f9-3491e0f0486a] received connection request\n2025-07-17 16:11:54.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:11:54.331 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0877eb61-c203-4cf9-97f9-3491e0f0486a] socks forwarding established\n2025-07-17 16:11:54.357 [info] [command][44e2d58f-e082-4249-99ec-9827ed6b60b0] Process exited with code 0\n2025-07-17 16:11:54.358 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0877eb61-c203-4cf9-97f9-3491e0f0486a] socks connection closed\n2025-07-17 16:11:54.358 [info] [command][44e2d58f-e082-4249-99ec-9827ed6b60b0] Socket close event received\n2025-07-17 16:11:54.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62188 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:12:54.361 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:12:54.363 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d85c999e-418e-4417-bb69-6052d997b816] received connection request\n2025-07-17 16:12:54.363 [info] [command][d8b45bee-10e0-4ea3-8c86-9799e4e744b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d8b45bee-10e0-4ea3-8c86-9799e4e744b4""}\n2025-07-17 16:12:54.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:12:54.380 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d85c999e-418e-4417-bb69-6052d997b816] socks forwarding established\n2025-07-17 16:12:54.410 [info] [command][d8b45bee-10e0-4ea3-8c86-9799e4e744b4] Process exited with code 0\n2025-07-17 16:12:54.410 [info] [command][d8b45bee-10e0-4ea3-8c86-9799e4e744b4] Socket close event received\n2025-07-17 16:12:54.411 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d85c999e-418e-4417-bb69-6052d997b816] socks connection closed\n2025-07-17 16:12:54.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62234 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:13:54.411 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:13:54.413 [info] [command][14c14af4-820b-494f-a485-4b9f6fac7e20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""14c14af4-820b-494f-a485-4b9f6fac7e20""}\n2025-07-17 16:13:54.413 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b8c39c67-a818-47da-ad6c-0b3c059ad1c2] received connection request\n2025-07-17 16:13:54.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:13:54.429 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b8c39c67-a818-47da-ad6c-0b3c059ad1c2] socks forwarding established\n2025-07-17 16:13:54.460 [info] [command][14c14af4-820b-494f-a485-4b9f6fac7e20] Process exited with code 0\n2025-07-17 16:13:54.460 [info] [command][14c14af4-820b-494f-a485-4b9f6fac7e20] Socket close event received\n2025-07-17 16:13:54.461 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b8c39c67-a818-47da-ad6c-0b3c059ad1c2] socks connection closed\n2025-07-17 16:13:54.479 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62288 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:14:54.466 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:14:54.468 [info] [command][dd7cb4e8-2973-4132-b6cf-4fbb1f1531c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""dd7cb4e8-2973-4132-b6cf-4fbb1f1531c6""}\n2025-07-17 16:14:54.468 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5fc02e55-eea0-4e18-a1b2-3a64790cb067] received connection request\n2025-07-17 16:14:54.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 16:14:54.469 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:14:54.484 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5fc02e55-eea0-4e18-a1b2-3a64790cb067] socks forwarding established\n2025-07-17 16:14:54.512 [info] [command][dd7cb4e8-2973-4132-b6cf-4fbb1f1531c6] Process exited with code 0\n2025-07-17 16:14:54.512 [info] [command][dd7cb4e8-2973-4132-b6cf-4fbb1f1531c6] Socket close event received\n2025-07-17 16:14:54.512 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5fc02e55-eea0-4e18-a1b2-3a64790cb067] socks connection closed\n2025-07-17 16:14:54.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62321 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:15:54.515 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:15:54.517 [info] [command][52f7ebb1-831b-47f4-91f5-0b06187a442a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""52f7ebb1-831b-47f4-91f5-0b06187a442a""}\n2025-07-17 16:15:54.518 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4be515bb-dcc4-4cba-ad22-6a6889287f89] received connection request\n2025-07-17 16:15:54.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:15:54.537 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4be515bb-dcc4-4cba-ad22-6a6889287f89] socks forwarding established\n2025-07-17 16:15:54.570 [info] [command][52f7ebb1-831b-47f4-91f5-0b06187a442a] Process exited with code 0\n2025-07-17 16:15:54.570 [info] [command][52f7ebb1-831b-47f4-91f5-0b06187a442a] Socket close event received\n2025-07-17 16:15:54.571 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4be515bb-dcc4-4cba-ad22-6a6889287f89] socks connection closed\n2025-07-17 16:15:54.587 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62384 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:16:54.572 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:16:54.577 [info] [command][9ba29d8c-384b-4352-806a-f4aa71298aee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9ba29d8c-384b-4352-806a-f4aa71298aee""}\n2025-07-17 16:16:54.577 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][379e8c4d-3864-47b7-89ca-5db4680a4c83] received connection request\n2025-07-17 16:16:54.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 16:16:54.578 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:16:54.593 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][379e8c4d-3864-47b7-89ca-5db4680a4c83] socks forwarding established\n2025-07-17 16:16:54.623 [info] [command][9ba29d8c-384b-4352-806a-f4aa71298aee] Process exited with code 0\n2025-07-17 16:16:54.624 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][379e8c4d-3864-47b7-89ca-5db4680a4c83] socks connection closed\n2025-07-17 16:16:54.624 [info] [command][9ba29d8c-384b-4352-806a-f4aa71298aee] Socket close event received\n2025-07-17 16:16:54.641 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62419 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:17:54.624 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:17:54.626 [info] [command][1aa239f7-fe42-4cda-80ad-8497a29701d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1aa239f7-fe42-4cda-80ad-8497a29701d4""}\n2025-07-17 16:17:54.627 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][72d8215a-e378-4f00-ad36-8b80f57a87ba] received connection request\n2025-07-17 16:17:54.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:17:54.642 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][72d8215a-e378-4f00-ad36-8b80f57a87ba] socks forwarding established\n2025-07-17 16:17:54.670 [info] [command][1aa239f7-fe42-4cda-80ad-8497a29701d4] Process exited with code 0\n2025-07-17 16:17:54.671 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][72d8215a-e378-4f00-ad36-8b80f57a87ba] socks connection closed\n2025-07-17 16:17:54.671 [info] [command][1aa239f7-fe42-4cda-80ad-8497a29701d4] Socket close event received\n2025-07-17 16:17:54.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62462 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:18:54.677 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:18:54.678 [info] [command][8a4b8e23-a99a-4c6a-87b2-1773c6910550] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8a4b8e23-a99a-4c6a-87b2-1773c6910550""}\n2025-07-17 16:18:54.678 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ed06574f-5d58-4945-9ebd-8053e7f4d948] received connection request\n2025-07-17 16:18:54.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:18:54.694 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ed06574f-5d58-4945-9ebd-8053e7f4d948] socks forwarding established\n2025-07-17 16:18:54.726 [info] [command][8a4b8e23-a99a-4c6a-87b2-1773c6910550] Process exited with code 0\n2025-07-17 16:18:54.726 [info] [command][8a4b8e23-a99a-4c6a-87b2-1773c6910550] Socket close event received\n2025-07-17 16:18:54.726 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ed06574f-5d58-4945-9ebd-8053e7f4d948] socks connection closed\n2025-07-17 16:18:54.743 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62496 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:19:54.731 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:19:54.733 [info] [command][da204c28-3c93-476f-baef-5d38c842814e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""da204c28-3c93-476f-baef-5d38c842814e""}\n2025-07-17 16:19:54.734 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5464281e-fbdc-4233-81f7-e29344a96f5a] received connection request\n2025-07-17 16:19:54.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:19:54.750 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5464281e-fbdc-4233-81f7-e29344a96f5a] socks forwarding established\n2025-07-17 16:19:54.781 [info] [command][da204c28-3c93-476f-baef-5d38c842814e] Process exited with code 0\n2025-07-17 16:19:54.781 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5464281e-fbdc-4233-81f7-e29344a96f5a] socks connection closed\n2025-07-17 16:19:54.781 [info] [command][da204c28-3c93-476f-baef-5d38c842814e] Socket close event received\n2025-07-17 16:19:54.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62538 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:20:54.781 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:20:54.783 [info] [command][b00c09f3-c7f2-4efa-a0fc-0c16bf1b71bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b00c09f3-c7f2-4efa-a0fc-0c16bf1b71bb""}\n2025-07-17 16:20:54.784 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][754fefc2-dfc5-443f-b9a2-667580bab5d0] received connection request\n2025-07-17 16:20:54.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:20:54.800 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][754fefc2-dfc5-443f-b9a2-667580bab5d0] socks forwarding established\n2025-07-17 16:20:54.829 [info] [command][b00c09f3-c7f2-4efa-a0fc-0c16bf1b71bb] Process exited with code 0\n2025-07-17 16:20:54.829 [info] [command][b00c09f3-c7f2-4efa-a0fc-0c16bf1b71bb] Socket close event received\n2025-07-17 16:20:54.830 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][754fefc2-dfc5-443f-b9a2-667580bab5d0] socks connection closed\n2025-07-17 16:20:54.844 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62601 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:21:54.830 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:21:54.833 [info] [command][4acfc8f6-e77e-4027-acd4-b7151cd1da6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4acfc8f6-e77e-4027-acd4-b7151cd1da6e""}\n2025-07-17 16:21:54.834 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c6bd5c6d-6230-4f96-9e86-e14fdca85d06] received connection request\n2025-07-17 16:21:54.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:21:54.850 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c6bd5c6d-6230-4f96-9e86-e14fdca85d06] socks forwarding established\n2025-07-17 16:21:54.884 [info] [command][4acfc8f6-e77e-4027-acd4-b7151cd1da6e] Process exited with code 0\n2025-07-17 16:21:54.884 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c6bd5c6d-6230-4f96-9e86-e14fdca85d06] socks connection closed\n2025-07-17 16:21:54.884 [info] [command][4acfc8f6-e77e-4027-acd4-b7151cd1da6e] Socket close event received\n2025-07-17 16:21:54.899 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62627 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:22:54.889 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:22:54.891 [info] [command][fe38fde2-558d-4c6d-a332-84f173dda87f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""fe38fde2-558d-4c6d-a332-84f173dda87f""}\n2025-07-17 16:22:54.892 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8c9d03a9-0b21-4ffe-8c6c-605b16111ac3] received connection request\n2025-07-17 16:22:54.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:22:54.907 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8c9d03a9-0b21-4ffe-8c6c-605b16111ac3] socks forwarding established\n2025-07-17 16:22:54.934 [info] [command][fe38fde2-558d-4c6d-a332-84f173dda87f] Process exited with code 0\n2025-07-17 16:22:54.934 [info] [command][fe38fde2-558d-4c6d-a332-84f173dda87f] Socket close event received\n2025-07-17 16:22:54.936 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8c9d03a9-0b21-4ffe-8c6c-605b16111ac3] socks connection closed\n2025-07-17 16:22:54.953 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62658 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:23:54.940 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:23:54.942 [info] [command][092ce1a3-a95f-45b1-9d4f-218e5f167938] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""092ce1a3-a95f-45b1-9d4f-218e5f167938""}\n2025-07-17 16:23:54.942 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d1316768-a9a2-4bac-a65a-cd66781e81f7] received connection request\n2025-07-17 16:23:54.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:23:54.959 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d1316768-a9a2-4bac-a65a-cd66781e81f7] socks forwarding established\n2025-07-17 16:23:54.989 [info] [command][092ce1a3-a95f-45b1-9d4f-218e5f167938] Process exited with code 0\n2025-07-17 16:23:54.989 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d1316768-a9a2-4bac-a65a-cd66781e81f7] socks connection closed\n2025-07-17 16:23:54.989 [info] [command][092ce1a3-a95f-45b1-9d4f-218e5f167938] Socket close event received\n2025-07-17 16:23:55.005 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62698 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:24:54.992 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:24:54.995 [info] [command][e39d05f8-0ef2-41c5-a682-5b7c16d518ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e39d05f8-0ef2-41c5-a682-5b7c16d518ae""}\n2025-07-17 16:24:54.996 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][29fa356f-4ce5-470f-8a0a-1c6086e3bab1] received connection request\n2025-07-17 16:24:54.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:24:55.018 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][29fa356f-4ce5-470f-8a0a-1c6086e3bab1] socks forwarding established\n2025-07-17 16:24:55.045 [info] [command][e39d05f8-0ef2-41c5-a682-5b7c16d518ae] Process exited with code 0\n2025-07-17 16:24:55.045 [info] [command][e39d05f8-0ef2-41c5-a682-5b7c16d518ae] Socket close event received\n2025-07-17 16:24:55.047 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][29fa356f-4ce5-470f-8a0a-1c6086e3bab1] socks connection closed\n2025-07-17 16:24:55.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62745 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:25:55.051 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:25:55.054 [info] [command][01d7d650-d2ff-467d-8276-92a3b9bc66a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""01d7d650-d2ff-467d-8276-92a3b9bc66a0""}\n2025-07-17 16:25:55.054 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4c414035-e662-4f7a-8212-2be879b15423] received connection request\n2025-07-17 16:25:55.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:25:55.071 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4c414035-e662-4f7a-8212-2be879b15423] socks forwarding established\n2025-07-17 16:25:55.098 [info] [command][01d7d650-d2ff-467d-8276-92a3b9bc66a0] Process exited with code 0\n2025-07-17 16:25:55.098 [info] [command][01d7d650-d2ff-467d-8276-92a3b9bc66a0] Socket close event received\n2025-07-17 16:25:55.100 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4c414035-e662-4f7a-8212-2be879b15423] socks connection closed\n2025-07-17 16:25:55.115 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62803 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:26:55.103 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:26:55.105 [info] [command][5567f347-88af-429f-8311-fb9c32e5e0b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5567f347-88af-429f-8311-fb9c32e5e0b7""}\n2025-07-17 16:26:55.106 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8d5104a5-1f3e-40c3-83be-77a4f4e28773] received connection request\n2025-07-17 16:26:55.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:26:55.172 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8d5104a5-1f3e-40c3-83be-77a4f4e28773] socks forwarding established\n2025-07-17 16:26:55.208 [info] [command][5567f347-88af-429f-8311-fb9c32e5e0b7] Process exited with code 0\n2025-07-17 16:26:55.208 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8d5104a5-1f3e-40c3-83be-77a4f4e28773] socks connection closed\n2025-07-17 16:26:55.208 [info] [command][5567f347-88af-429f-8311-fb9c32e5e0b7] Socket close event received\n2025-07-17 16:26:55.225 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62842 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:27:55.212 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:27:55.215 [info] [command][46607b28-d1e3-4dba-a84a-f9b3d4ec6561] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""46607b28-d1e3-4dba-a84a-f9b3d4ec6561""}\n2025-07-17 16:27:55.216 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fd95208e-5e29-403c-8201-125ecf1bd2e2] received connection request\n2025-07-17 16:27:55.216 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:27:55.233 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fd95208e-5e29-403c-8201-125ecf1bd2e2] socks forwarding established\n2025-07-17 16:27:55.263 [info] [command][46607b28-d1e3-4dba-a84a-f9b3d4ec6561] Process exited with code 0\n2025-07-17 16:27:55.263 [info] [command][46607b28-d1e3-4dba-a84a-f9b3d4ec6561] Socket close event received\n2025-07-17 16:27:55.264 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fd95208e-5e29-403c-8201-125ecf1bd2e2] socks connection closed\n2025-07-17 16:27:55.279 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62879 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:28:55.264 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:28:55.267 [info] [command][9112d4af-4c4c-4a23-895a-3fea159c8f09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9112d4af-4c4c-4a23-895a-3fea159c8f09""}\n2025-07-17 16:28:55.267 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][48e57994-d84d-44d9-a530-96a209fedbaa] received connection request\n2025-07-17 16:28:55.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:28:55.322 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48e57994-d84d-44d9-a530-96a209fedbaa] socks forwarding established\n2025-07-17 16:28:55.349 [info] [command][9112d4af-4c4c-4a23-895a-3fea159c8f09] Process exited with code 0\n2025-07-17 16:28:55.349 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48e57994-d84d-44d9-a530-96a209fedbaa] socks connection closed\n2025-07-17 16:28:55.349 [info] [command][9112d4af-4c4c-4a23-895a-3fea159c8f09] Socket close event received\n2025-07-17 16:28:55.363 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62937 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:29:55.352 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:29:55.354 [info] [command][9fb3e11b-c918-499d-baa6-89b5582e05a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9fb3e11b-c918-499d-baa6-89b5582e05a8""}\n2025-07-17 16:29:55.355 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ccfb2fd7-6025-48dc-889f-7ff05b8f466e] received connection request\n2025-07-17 16:29:55.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:29:55.373 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ccfb2fd7-6025-48dc-889f-7ff05b8f466e] socks forwarding established\n2025-07-17 16:29:55.405 [info] [command][9fb3e11b-c918-499d-baa6-89b5582e05a8] Process exited with code 0\n2025-07-17 16:29:55.406 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ccfb2fd7-6025-48dc-889f-7ff05b8f466e] socks connection closed\n2025-07-17 16:29:55.406 [info] [command][9fb3e11b-c918-499d-baa6-89b5582e05a8] Socket close event received\n2025-07-17 16:29:55.421 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 62965 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:30:55.411 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:30:55.413 [info] [command][086ca13d-d54e-48ce-b265-c64ecdf74656] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""086ca13d-d54e-48ce-b265-c64ecdf74656""}\n2025-07-17 16:30:55.414 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3cd7a202-648a-47b8-8244-f8515f4c0657] received connection request\n2025-07-17 16:30:55.414 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:30:55.431 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3cd7a202-648a-47b8-8244-f8515f4c0657] socks forwarding established\n2025-07-17 16:30:55.458 [info] [command][086ca13d-d54e-48ce-b265-c64ecdf74656] Process exited with code 0\n2025-07-17 16:30:55.459 [info] [command][086ca13d-d54e-48ce-b265-c64ecdf74656] Socket close event received\n2025-07-17 16:30:55.459 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3cd7a202-648a-47b8-8244-f8515f4c0657] socks connection closed\n2025-07-17 16:30:55.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63025 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:31:55.464 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:31:55.466 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][80671ac4-777a-4ba5-9810-352206fa6681] received connection request\n2025-07-17 16:31:55.466 [info] [command][a052bc60-a75c-4964-be76-128254c9592a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a052bc60-a75c-4964-be76-128254c9592a""}\n2025-07-17 16:31:55.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:31:55.484 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][80671ac4-777a-4ba5-9810-352206fa6681] socks forwarding established\n2025-07-17 16:31:55.514 [info] [command][a052bc60-a75c-4964-be76-128254c9592a] Process exited with code 0\n2025-07-17 16:31:55.515 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][80671ac4-777a-4ba5-9810-352206fa6681] socks connection closed\n2025-07-17 16:31:55.515 [info] [command][a052bc60-a75c-4964-be76-128254c9592a] Socket close event received\n2025-07-17 16:31:55.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63086 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:32:55.517 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:32:55.518 [info] [command][c843d471-2c57-4df3-b8e2-6d295d7c785e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c843d471-2c57-4df3-b8e2-6d295d7c785e""}\n2025-07-17 16:32:55.519 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][25386739-488d-46fc-95ed-11034a7a362c] received connection request\n2025-07-17 16:32:55.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:32:55.537 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][25386739-488d-46fc-95ed-11034a7a362c] socks forwarding established\n2025-07-17 16:32:55.567 [info] [command][c843d471-2c57-4df3-b8e2-6d295d7c785e] Process exited with code 0\n2025-07-17 16:32:55.567 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][25386739-488d-46fc-95ed-11034a7a362c] socks connection closed\n2025-07-17 16:32:55.567 [info] [command][c843d471-2c57-4df3-b8e2-6d295d7c785e] Socket close event received\n2025-07-17 16:32:55.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63120 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:33:55.571 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:33:55.573 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d4081266-476b-4f19-a097-6fc4a2506f06] received connection request\n2025-07-17 16:33:55.574 [info] [command][95ae91cf-c267-424c-b979-5b4a9be4f6da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""95ae91cf-c267-424c-b979-5b4a9be4f6da""}\n2025-07-17 16:33:55.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:33:55.589 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d4081266-476b-4f19-a097-6fc4a2506f06] socks forwarding established\n2025-07-17 16:33:55.616 [info] [command][95ae91cf-c267-424c-b979-5b4a9be4f6da] Process exited with code 0\n2025-07-17 16:33:55.616 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d4081266-476b-4f19-a097-6fc4a2506f06] socks connection closed\n2025-07-17 16:33:55.616 [info] [command][95ae91cf-c267-424c-b979-5b4a9be4f6da] Socket close event received\n2025-07-17 16:33:55.630 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63159 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:34:55.621 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:34:55.622 [info] [command][e3017866-a2e2-41e3-8c7a-d3fb52c6656c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e3017866-a2e2-41e3-8c7a-d3fb52c6656c""}\n2025-07-17 16:34:55.622 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0737a94d-65ac-4b37-b9f2-47ae9cac0e4a] received connection request\n2025-07-17 16:34:55.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:34:55.644 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0737a94d-65ac-4b37-b9f2-47ae9cac0e4a] socks forwarding established\n2025-07-17 16:34:55.671 [info] [command][e3017866-a2e2-41e3-8c7a-d3fb52c6656c] Process exited with code 0\n2025-07-17 16:34:55.671 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0737a94d-65ac-4b37-b9f2-47ae9cac0e4a] socks connection closed\n2025-07-17 16:34:55.672 [info] [command][e3017866-a2e2-41e3-8c7a-d3fb52c6656c] Socket close event received\n2025-07-17 16:34:55.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63215 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:35:55.676 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:35:55.678 [info] [command][673d2943-828f-4fd6-9920-9c5d9c2cfefa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""673d2943-828f-4fd6-9920-9c5d9c2cfefa""}\n2025-07-17 16:35:55.680 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bfdade87-2d37-4172-8830-c3bb04cf7005] received connection request\n2025-07-17 16:35:55.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:35:55.725 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bfdade87-2d37-4172-8830-c3bb04cf7005] socks forwarding established\n2025-07-17 16:35:55.764 [info] [command][673d2943-828f-4fd6-9920-9c5d9c2cfefa] Process exited with code 0\n2025-07-17 16:35:55.764 [info] [command][673d2943-828f-4fd6-9920-9c5d9c2cfefa] Socket close event received\n2025-07-17 16:35:55.765 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bfdade87-2d37-4172-8830-c3bb04cf7005] socks connection closed\n2025-07-17 16:35:55.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63289 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:36:55.769 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:36:55.771 [info] [command][1cfa4bcd-0600-4715-b54d-75012c7c87f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1cfa4bcd-0600-4715-b54d-75012c7c87f3""}\n2025-07-17 16:36:55.771 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ce9cd495-e08c-4186-9fb9-39be0a921074] received connection request\n2025-07-17 16:36:55.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 16:36:55.772 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:36:55.795 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ce9cd495-e08c-4186-9fb9-39be0a921074] socks forwarding established\n2025-07-17 16:36:55.821 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ce9cd495-e08c-4186-9fb9-39be0a921074] socks connection closed\n2025-07-17 16:36:55.821 [info] [command][1cfa4bcd-0600-4715-b54d-75012c7c87f3] Process exited with code 0\n2025-07-17 16:36:55.821 [info] [command][1cfa4bcd-0600-4715-b54d-75012c7c87f3] Socket close event received\n2025-07-17 16:36:55.835 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63335 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:37:55.825 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:37:55.827 [info] [command][9be28b4f-c9ae-4c89-a1c1-7effded4e7f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9be28b4f-c9ae-4c89-a1c1-7effded4e7f9""}\n2025-07-17 16:37:55.828 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bc40dd60-fe44-48e1-a251-0a8d64c7a79a] received connection request\n2025-07-17 16:37:55.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:37:55.843 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bc40dd60-fe44-48e1-a251-0a8d64c7a79a] socks forwarding established\n2025-07-17 16:37:55.873 [info] [command][9be28b4f-c9ae-4c89-a1c1-7effded4e7f9] Process exited with code 0\n2025-07-17 16:37:55.873 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bc40dd60-fe44-48e1-a251-0a8d64c7a79a] socks connection closed\n2025-07-17 16:37:55.873 [info] [command][9be28b4f-c9ae-4c89-a1c1-7effded4e7f9] Socket close event received\n2025-07-17 16:37:55.886 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63382 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:38:55.878 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:38:55.881 [info] [command][2b659035-5af9-4daa-a5b7-50f293784d74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2b659035-5af9-4daa-a5b7-50f293784d74""}\n2025-07-17 16:38:55.882 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][54ea3e5a-dea5-45eb-b8a2-22c32899c01c] received connection request\n2025-07-17 16:38:55.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:38:55.911 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54ea3e5a-dea5-45eb-b8a2-22c32899c01c] socks forwarding established\n2025-07-17 16:38:56.019 [info] [command][2b659035-5af9-4daa-a5b7-50f293784d74] Process exited with code 0\n2025-07-17 16:38:56.019 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54ea3e5a-dea5-45eb-b8a2-22c32899c01c] socks connection closed\n2025-07-17 16:38:56.019 [info] [command][2b659035-5af9-4daa-a5b7-50f293784d74] Socket close event received\n2025-07-17 16:38:56.034 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63407 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:39:56.022 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:39:56.025 [info] [command][95912e45-6fa6-4536-9e69-332d763635e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""95912e45-6fa6-4536-9e69-332d763635e1""}\n2025-07-17 16:39:56.025 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2ccbed5d-e278-4b13-a517-9d2006d71ef8] received connection request\n2025-07-17 16:39:56.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:39:56.042 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2ccbed5d-e278-4b13-a517-9d2006d71ef8] socks forwarding established\n2025-07-17 16:39:56.069 [info] [command][95912e45-6fa6-4536-9e69-332d763635e1] Process exited with code 0\n2025-07-17 16:39:56.069 [info] [command][95912e45-6fa6-4536-9e69-332d763635e1] Socket close event received\n2025-07-17 16:39:56.069 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2ccbed5d-e278-4b13-a517-9d2006d71ef8] socks connection closed\n2025-07-17 16:39:56.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63449 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:40:56.071 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:40:56.074 [info] [command][877ccaee-cb64-40f9-80ee-76529b0d9622] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""877ccaee-cb64-40f9-80ee-76529b0d9622""}\n2025-07-17 16:40:56.075 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][39e7d363-5d4b-44f8-856f-970459b71b87] received connection request\n2025-07-17 16:40:56.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:40:56.089 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][39e7d363-5d4b-44f8-856f-970459b71b87] socks forwarding established\n2025-07-17 16:40:56.123 [info] [command][877ccaee-cb64-40f9-80ee-76529b0d9622] Process exited with code 0\n2025-07-17 16:40:56.123 [info] [command][877ccaee-cb64-40f9-80ee-76529b0d9622] Socket close event received\n2025-07-17 16:40:56.133 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][39e7d363-5d4b-44f8-856f-970459b71b87] socks connection closed\n2025-07-17 16:40:56.138 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63550 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:41:56.125 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:41:56.126 [info] [command][c99e6fd4-03d8-4a11-98b0-928d9c6fe946] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c99e6fd4-03d8-4a11-98b0-928d9c6fe946""}\n2025-07-17 16:41:56.127 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][cb23a2a4-7e69-49e9-a56d-f76ea9f87eda] received connection request\n2025-07-17 16:41:56.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:41:56.143 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cb23a2a4-7e69-49e9-a56d-f76ea9f87eda] socks forwarding established\n2025-07-17 16:41:56.169 [info] [command][c99e6fd4-03d8-4a11-98b0-928d9c6fe946] Process exited with code 0\n2025-07-17 16:41:56.169 [info] [command][c99e6fd4-03d8-4a11-98b0-928d9c6fe946] Socket close event received\n2025-07-17 16:41:56.170 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cb23a2a4-7e69-49e9-a56d-f76ea9f87eda] socks connection closed\n2025-07-17 16:41:56.184 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63619 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:42:56.174 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:42:56.175 [info] [command][c4e8fa85-8019-400f-8257-8983c05a1bef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c4e8fa85-8019-400f-8257-8983c05a1bef""}\n2025-07-17 16:42:56.175 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][369bdf78-790d-4c0c-bf55-2415a75df571] received connection request\n2025-07-17 16:42:56.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 16:42:56.176 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:42:56.190 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][369bdf78-790d-4c0c-bf55-2415a75df571] socks forwarding established\n2025-07-17 16:42:56.217 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][369bdf78-790d-4c0c-bf55-2415a75df571] socks connection closed\n2025-07-17 16:42:56.217 [info] [command][c4e8fa85-8019-400f-8257-8983c05a1bef] Process exited with code 0\n2025-07-17 16:42:56.217 [info] [command][c4e8fa85-8019-400f-8257-8983c05a1bef] Socket close event received\n2025-07-17 16:42:56.230 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63698 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:43:56.220 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:43:56.223 [info] [command][a0743912-3944-4901-9b80-78e6ee6e585c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a0743912-3944-4901-9b80-78e6ee6e585c""}\n2025-07-17 16:43:56.223 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f71b15dd-8c45-4aa3-ae1a-8b80f6b386c8] received connection request\n2025-07-17 16:43:56.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:43:56.249 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f71b15dd-8c45-4aa3-ae1a-8b80f6b386c8] socks forwarding established\n2025-07-17 16:43:56.284 [info] [command][a0743912-3944-4901-9b80-78e6ee6e585c] Process exited with code 0\n2025-07-17 16:43:56.284 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f71b15dd-8c45-4aa3-ae1a-8b80f6b386c8] socks connection closed\n2025-07-17 16:43:56.284 [info] [command][a0743912-3944-4901-9b80-78e6ee6e585c] Socket close event received\n2025-07-17 16:43:56.434 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63769 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:44:56.285 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:44:56.287 [info] [command][c4ce547d-c8e2-494e-9cab-2a39e079673f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c4ce547d-c8e2-494e-9cab-2a39e079673f""}\n2025-07-17 16:44:56.288 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][775cdb02-41ca-4ead-bd22-0d884db6b0d6] received connection request\n2025-07-17 16:44:56.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:44:56.305 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][775cdb02-41ca-4ead-bd22-0d884db6b0d6] socks forwarding established\n2025-07-17 16:44:56.333 [info] [command][c4ce547d-c8e2-494e-9cab-2a39e079673f] Process exited with code 0\n2025-07-17 16:44:56.333 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][775cdb02-41ca-4ead-bd22-0d884db6b0d6] socks connection closed\n2025-07-17 16:44:56.333 [info] [command][c4ce547d-c8e2-494e-9cab-2a39e079673f] Socket close event received\n2025-07-17 16:44:56.347 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63856 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:45:56.337 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:45:56.340 [info] [command][3d4d3c31-c671-4089-b171-1587db44c517] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3d4d3c31-c671-4089-b171-1587db44c517""}\n2025-07-17 16:45:56.341 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8490da4a-74d5-42eb-84a7-6cca8a0f19bf] received connection request\n2025-07-17 16:45:56.342 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:45:56.369 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8490da4a-74d5-42eb-84a7-6cca8a0f19bf] socks forwarding established\n2025-07-17 16:45:56.397 [info] [command][3d4d3c31-c671-4089-b171-1587db44c517] Process exited with code 0\n2025-07-17 16:45:56.397 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8490da4a-74d5-42eb-84a7-6cca8a0f19bf] socks connection closed\n2025-07-17 16:45:56.398 [info] [command][3d4d3c31-c671-4089-b171-1587db44c517] Socket close event received\n2025-07-17 16:45:56.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63921 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:46:56.401 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:46:56.403 [info] [command][7ce575f2-a775-4fcf-822e-dba75772dce6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""7ce575f2-a775-4fcf-822e-dba75772dce6""}\n2025-07-17 16:46:56.404 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][86e95650-e341-4602-8cb6-16614b1bd615] received connection request\n2025-07-17 16:46:56.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:46:56.423 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][86e95650-e341-4602-8cb6-16614b1bd615] socks forwarding established\n2025-07-17 16:46:56.449 [info] [command][7ce575f2-a775-4fcf-822e-dba75772dce6] Process exited with code 0\n2025-07-17 16:46:56.449 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][86e95650-e341-4602-8cb6-16614b1bd615] socks connection closed\n2025-07-17 16:46:56.449 [info] [command][7ce575f2-a775-4fcf-822e-dba75772dce6] Socket close event received\n2025-07-17 16:46:56.464 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63945 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:47:56.454 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:47:56.456 [info] [command][e0e5c7db-39b0-4b34-b1d3-523a9c45f4f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""e0e5c7db-39b0-4b34-b1d3-523a9c45f4f1""}\n2025-07-17 16:47:56.456 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][87a0f358-e241-4024-a723-a4a07090199c] received connection request\n2025-07-17 16:47:56.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:47:56.472 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][87a0f358-e241-4024-a723-a4a07090199c] socks forwarding established\n2025-07-17 16:47:56.499 [info] [command][e0e5c7db-39b0-4b34-b1d3-523a9c45f4f1] Process exited with code 0\n2025-07-17 16:47:56.499 [info] [command][e0e5c7db-39b0-4b34-b1d3-523a9c45f4f1] Socket close event received\n2025-07-17 16:47:56.499 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][87a0f358-e241-4024-a723-a4a07090199c] socks connection closed\n2025-07-17 16:47:56.514 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 63979 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:48:56.504 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:48:56.509 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a698ca6a-da42-414d-95ea-6e9237c8b263] received connection request\n2025-07-17 16:48:56.509 [info] [command][786d1d9e-e737-432d-acad-0f2bf1813b8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""786d1d9e-e737-432d-acad-0f2bf1813b8b""}\n2025-07-17 16:48:56.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:48:56.526 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a698ca6a-da42-414d-95ea-6e9237c8b263] socks forwarding established\n2025-07-17 16:48:56.554 [info] [command][786d1d9e-e737-432d-acad-0f2bf1813b8b] Process exited with code 0\n2025-07-17 16:48:56.554 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a698ca6a-da42-414d-95ea-6e9237c8b263] socks connection closed\n2025-07-17 16:48:56.554 [info] [command][786d1d9e-e737-432d-acad-0f2bf1813b8b] Socket close event received\n2025-07-17 16:48:56.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64018 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:49:56.560 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:49:56.562 [info] [command][88bbce20-6f62-4d45-98ff-e708692515d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""88bbce20-6f62-4d45-98ff-e708692515d9""}\n2025-07-17 16:49:56.564 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][83f50300-d2bc-49aa-9c55-139b808f4b14] received connection request\n2025-07-17 16:49:56.564 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 16:49:56.566 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:49:56.590 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][83f50300-d2bc-49aa-9c55-139b808f4b14] socks forwarding established\n2025-07-17 16:49:56.619 [info] [command][88bbce20-6f62-4d45-98ff-e708692515d9] Process exited with code 0\n2025-07-17 16:49:56.619 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][83f50300-d2bc-49aa-9c55-139b808f4b14] socks connection closed\n2025-07-17 16:49:56.619 [info] [command][88bbce20-6f62-4d45-98ff-e708692515d9] Socket close event received\n2025-07-17 16:49:56.649 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64070 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:50:56.622 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:50:56.626 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][da7518dc-fb12-4d0b-a19c-6223993c6ad4] received connection request\n2025-07-17 16:50:56.627 [info] [command][d4d4f7b6-274c-4788-85c4-7819b5c8b04f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d4d4f7b6-274c-4788-85c4-7819b5c8b04f""}\n2025-07-17 16:50:56.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:50:56.676 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][da7518dc-fb12-4d0b-a19c-6223993c6ad4] socks forwarding established\n2025-07-17 16:50:56.704 [info] [command][d4d4f7b6-274c-4788-85c4-7819b5c8b04f] Process exited with code 0\n2025-07-17 16:50:56.704 [info] [command][d4d4f7b6-274c-4788-85c4-7819b5c8b04f] Socket close event received\n2025-07-17 16:50:56.705 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][da7518dc-fb12-4d0b-a19c-6223993c6ad4] socks connection closed\n2025-07-17 16:50:56.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64156 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:51:56.709 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:51:56.711 [info] [command][84e25576-1586-4038-b219-de4bd023acf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""84e25576-1586-4038-b219-de4bd023acf5""}\n2025-07-17 16:51:56.711 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3af912b5-b4ac-4481-bcca-45f0c99c6e88] received connection request\n2025-07-17 16:51:56.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:51:56.726 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3af912b5-b4ac-4481-bcca-45f0c99c6e88] socks forwarding established\n2025-07-17 16:51:56.754 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3af912b5-b4ac-4481-bcca-45f0c99c6e88] socks connection closed\n2025-07-17 16:51:56.754 [info] [command][84e25576-1586-4038-b219-de4bd023acf5] Process exited with code 0\n2025-07-17 16:51:56.754 [info] [command][84e25576-1586-4038-b219-de4bd023acf5] Socket close event received\n2025-07-17 16:51:56.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64188 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:52:56.757 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:52:56.759 [info] [command][ccf7f2f1-8615-4aec-b090-4f4173391575] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ccf7f2f1-8615-4aec-b090-4f4173391575""}\n2025-07-17 16:52:56.760 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2775a25b-86ed-432a-9466-d8b00dc3ae3b] received connection request\n2025-07-17 16:52:56.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:52:56.779 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2775a25b-86ed-432a-9466-d8b00dc3ae3b] socks forwarding established\n2025-07-17 16:52:56.812 [info] [command][ccf7f2f1-8615-4aec-b090-4f4173391575] Process exited with code 0\n2025-07-17 16:52:56.812 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2775a25b-86ed-432a-9466-d8b00dc3ae3b] socks connection closed\n2025-07-17 16:52:56.813 [info] [command][ccf7f2f1-8615-4aec-b090-4f4173391575] Socket close event received\n2025-07-17 16:52:56.831 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64233 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:53:56.814 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:53:56.816 [info] [command][3e47e1f7-05a7-49bb-846e-d931577fd5c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3e47e1f7-05a7-49bb-846e-d931577fd5c2""}\n2025-07-17 16:53:56.817 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7dd73d2a-8771-47aa-8bb3-40e17e1b83fc] received connection request\n2025-07-17 16:53:56.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:53:56.963 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7dd73d2a-8771-47aa-8bb3-40e17e1b83fc] socks forwarding established\n2025-07-17 16:53:56.997 [info] [command][3e47e1f7-05a7-49bb-846e-d931577fd5c2] Process exited with code 0\n2025-07-17 16:53:56.998 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7dd73d2a-8771-47aa-8bb3-40e17e1b83fc] socks connection closed\n2025-07-17 16:53:56.998 [info] [command][3e47e1f7-05a7-49bb-846e-d931577fd5c2] Socket close event received\n2025-07-17 16:53:57.013 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64261 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:54:56.999 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:54:57.001 [info] [command][c13c0ad5-51a8-4cb1-b310-9da4fb57f982] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c13c0ad5-51a8-4cb1-b310-9da4fb57f982""}\n2025-07-17 16:54:57.002 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5c8dc413-87b7-43a5-bde4-a99f48ed3e8b] received connection request\n2025-07-17 16:54:57.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:54:57.018 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5c8dc413-87b7-43a5-bde4-a99f48ed3e8b] socks forwarding established\n2025-07-17 16:54:57.043 [info] [command][c13c0ad5-51a8-4cb1-b310-9da4fb57f982] Process exited with code 0\n2025-07-17 16:54:57.043 [info] [command][c13c0ad5-51a8-4cb1-b310-9da4fb57f982] Socket close event received\n2025-07-17 16:54:57.044 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5c8dc413-87b7-43a5-bde4-a99f48ed3e8b] socks connection closed\n2025-07-17 16:54:57.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64302 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:55:57.044 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:55:57.047 [info] [command][5c55a9d7-2b6e-451d-b24e-8ab28ae71c34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5c55a9d7-2b6e-451d-b24e-8ab28ae71c34""}\n2025-07-17 16:55:57.048 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][604807de-16fd-484e-8c3f-baa0b4a351c7] received connection request\n2025-07-17 16:55:57.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:55:57.065 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][604807de-16fd-484e-8c3f-baa0b4a351c7] socks forwarding established\n2025-07-17 16:55:57.100 [info] [command][5c55a9d7-2b6e-451d-b24e-8ab28ae71c34] Process exited with code 0\n2025-07-17 16:55:57.101 [info] [command][5c55a9d7-2b6e-451d-b24e-8ab28ae71c34] Socket close event received\n2025-07-17 16:55:57.102 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][604807de-16fd-484e-8c3f-baa0b4a351c7] socks connection closed\n2025-07-17 16:55:57.118 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64369 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:56:57.105 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:56:57.106 [info] [command][33fd320d-70f0-49e1-a284-04c0e81d1009] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""33fd320d-70f0-49e1-a284-04c0e81d1009""}\n2025-07-17 16:56:57.107 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][630d59b5-9a35-4213-ad8e-f68170f82c9c] received connection request\n2025-07-17 16:56:57.107 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:56:57.157 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][630d59b5-9a35-4213-ad8e-f68170f82c9c] socks forwarding established\n2025-07-17 16:56:57.188 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][630d59b5-9a35-4213-ad8e-f68170f82c9c] socks connection closed\n2025-07-17 16:56:57.188 [info] [command][33fd320d-70f0-49e1-a284-04c0e81d1009] Process exited with code 0\n2025-07-17 16:56:57.188 [info] [command][33fd320d-70f0-49e1-a284-04c0e81d1009] Socket close event received\n2025-07-17 16:56:57.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64403 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:57:57.192 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:57:57.196 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bffa1564-bd47-45ae-885a-a12fe0d3b6dc] received connection request\n2025-07-17 16:57:57.197 [info] [command][eab5275f-4f42-4af2-a175-469d406700c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""eab5275f-4f42-4af2-a175-469d406700c9""}\n2025-07-17 16:57:57.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:57:57.213 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bffa1564-bd47-45ae-885a-a12fe0d3b6dc] socks forwarding established\n2025-07-17 16:57:57.239 [info] [command][eab5275f-4f42-4af2-a175-469d406700c9] Process exited with code 0\n2025-07-17 16:57:57.239 [info] [command][eab5275f-4f42-4af2-a175-469d406700c9] Socket close event received\n2025-07-17 16:57:57.240 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bffa1564-bd47-45ae-885a-a12fe0d3b6dc] socks connection closed\n2025-07-17 16:57:57.256 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64440 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:58:57.240 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:58:57.242 [info] [command][3a9028f9-c685-408c-95d7-1b5bc69c9d6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3a9028f9-c685-408c-95d7-1b5bc69c9d6e""}\n2025-07-17 16:58:57.242 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4722b3a1-09fd-44fc-94f8-e4c89c3c49c3] received connection request\n2025-07-17 16:58:57.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:58:57.256 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4722b3a1-09fd-44fc-94f8-e4c89c3c49c3] socks forwarding established\n2025-07-17 16:58:57.284 [info] [command][3a9028f9-c685-408c-95d7-1b5bc69c9d6e] Process exited with code 0\n2025-07-17 16:58:57.284 [info] [command][3a9028f9-c685-408c-95d7-1b5bc69c9d6e] Socket close event received\n2025-07-17 16:58:57.285 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4722b3a1-09fd-44fc-94f8-e4c89c3c49c3] socks connection closed\n2025-07-17 16:58:57.299 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64467 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 16:59:57.286 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 16:59:57.289 [info] [command][4c8b330e-bc89-4d33-9817-82bb0e72a28b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4c8b330e-bc89-4d33-9817-82bb0e72a28b""}\n2025-07-17 16:59:57.289 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][54b73b18-2e92-42d5-8b5a-cf21dc9fcfe3] received connection request\n2025-07-17 16:59:57.290 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 16:59:57.320 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54b73b18-2e92-42d5-8b5a-cf21dc9fcfe3] socks forwarding established\n2025-07-17 16:59:57.347 [info] [command][4c8b330e-bc89-4d33-9817-82bb0e72a28b] Process exited with code 0\n2025-07-17 16:59:57.348 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][54b73b18-2e92-42d5-8b5a-cf21dc9fcfe3] socks connection closed\n2025-07-17 16:59:57.348 [info] [command][4c8b330e-bc89-4d33-9817-82bb0e72a28b] Socket close event received\n2025-07-17 16:59:57.363 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64493 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:00:57.353 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:00:57.356 [info] [command][23254a66-e821-4dd1-9911-37f4dd56d96f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""23254a66-e821-4dd1-9911-37f4dd56d96f""}\n2025-07-17 17:00:57.357 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7a8ae7b6-5744-4cb0-9612-c9ac3fdc48f3] received connection request\n2025-07-17 17:00:57.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:00:57.378 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7a8ae7b6-5744-4cb0-9612-c9ac3fdc48f3] socks forwarding established\n2025-07-17 17:00:57.406 [info] [command][23254a66-e821-4dd1-9911-37f4dd56d96f] Process exited with code 0\n2025-07-17 17:00:57.406 [info] [command][23254a66-e821-4dd1-9911-37f4dd56d96f] Socket close event received\n2025-07-17 17:00:57.409 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7a8ae7b6-5744-4cb0-9612-c9ac3fdc48f3] socks connection closed\n2025-07-17 17:00:57.427 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64546 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:01:57.411 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:01:57.414 [info] [command][3baddd40-c498-4c62-aaf9-fbdeff0333fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""3baddd40-c498-4c62-aaf9-fbdeff0333fa""}\n2025-07-17 17:01:57.415 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][90bf90a7-f084-4222-a460-c3a5fef61809] received connection request\n2025-07-17 17:01:57.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:01:57.432 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][90bf90a7-f084-4222-a460-c3a5fef61809] socks forwarding established\n2025-07-17 17:01:57.460 [info] [command][3baddd40-c498-4c62-aaf9-fbdeff0333fa] Process exited with code 0\n2025-07-17 17:01:57.461 [info] [command][3baddd40-c498-4c62-aaf9-fbdeff0333fa] Socket close event received\n2025-07-17 17:01:57.461 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][90bf90a7-f084-4222-a460-c3a5fef61809] socks connection closed\n2025-07-17 17:01:57.477 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64579 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:02:57.466 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:02:57.470 [info] [command][caea9f03-e742-4316-92bd-c6c39683c2d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""caea9f03-e742-4316-92bd-c6c39683c2d2""}\n2025-07-17 17:02:57.471 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6c4eae17-50bf-4f15-bc96-ee80cadd8a37] received connection request\n2025-07-17 17:02:57.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 17:02:57.473 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:02:57.489 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6c4eae17-50bf-4f15-bc96-ee80cadd8a37] socks forwarding established\n2025-07-17 17:02:57.517 [info] [command][caea9f03-e742-4316-92bd-c6c39683c2d2] Process exited with code 0\n2025-07-17 17:02:57.517 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6c4eae17-50bf-4f15-bc96-ee80cadd8a37] socks connection closed\n2025-07-17 17:02:57.517 [info] [command][caea9f03-e742-4316-92bd-c6c39683c2d2] Socket close event received\n2025-07-17 17:02:57.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64640 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:03:57.523 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:03:57.524 [info] [command][677cd553-d91e-4c96-ad26-ce06a0817ae4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""677cd553-d91e-4c96-ad26-ce06a0817ae4""}\n2025-07-17 17:03:57.525 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][20bdbd2b-cc87-40e8-bd30-e31a3f864bd0] received connection request\n2025-07-17 17:03:57.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:03:57.541 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][20bdbd2b-cc87-40e8-bd30-e31a3f864bd0] socks forwarding established\n2025-07-17 17:03:57.569 [info] [command][677cd553-d91e-4c96-ad26-ce06a0817ae4] Process exited with code 0\n2025-07-17 17:03:57.569 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][20bdbd2b-cc87-40e8-bd30-e31a3f864bd0] socks connection closed\n2025-07-17 17:03:57.570 [info] [command][677cd553-d91e-4c96-ad26-ce06a0817ae4] Socket close event received\n2025-07-17 17:03:57.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64672 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:04:57.572 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:04:57.574 [info] [command][102f15f2-0231-48e7-b6aa-77b2d15fe00f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""102f15f2-0231-48e7-b6aa-77b2d15fe00f""}\n2025-07-17 17:04:57.575 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c0ef633d-a3d8-4057-82b0-9d0eec3cadf8] received connection request\n2025-07-17 17:04:57.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:04:57.592 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c0ef633d-a3d8-4057-82b0-9d0eec3cadf8] socks forwarding established\n2025-07-17 17:04:57.622 [info] [command][102f15f2-0231-48e7-b6aa-77b2d15fe00f] Process exited with code 0\n2025-07-17 17:04:57.622 [info] [command][102f15f2-0231-48e7-b6aa-77b2d15fe00f] Socket close event received\n2025-07-17 17:04:57.623 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c0ef633d-a3d8-4057-82b0-9d0eec3cadf8] socks connection closed\n2025-07-17 17:04:57.640 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64698 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:05:57.626 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:05:57.628 [info] [command][1de8af94-9d62-4eed-983c-64d04122c84a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1de8af94-9d62-4eed-983c-64d04122c84a""}\n2025-07-17 17:05:57.629 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c1c39e94-5450-4971-ba7e-d6b209615d3c] received connection request\n2025-07-17 17:05:57.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:05:57.647 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c1c39e94-5450-4971-ba7e-d6b209615d3c] socks forwarding established\n2025-07-17 17:05:57.676 [info] [command][1de8af94-9d62-4eed-983c-64d04122c84a] Process exited with code 0\n2025-07-17 17:05:57.677 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c1c39e94-5450-4971-ba7e-d6b209615d3c] socks connection closed\n2025-07-17 17:05:57.677 [info] [command][1de8af94-9d62-4eed-983c-64d04122c84a] Socket close event received\n2025-07-17 17:05:57.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64763 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:06:57.682 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:06:57.685 [info] [command][f139519f-ef13-49cd-acbb-2e2a5cc19349] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f139519f-ef13-49cd-acbb-2e2a5cc19349""}\n2025-07-17 17:06:57.685 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][767bf0ee-ec8c-48c2-a96e-6ef998135be4] received connection request\n2025-07-17 17:06:57.686 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 17:06:57.687 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:06:57.704 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][767bf0ee-ec8c-48c2-a96e-6ef998135be4] socks forwarding established\n2025-07-17 17:06:57.732 [info] [command][f139519f-ef13-49cd-acbb-2e2a5cc19349] Process exited with code 0\n2025-07-17 17:06:57.732 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][767bf0ee-ec8c-48c2-a96e-6ef998135be4] socks connection closed\n2025-07-17 17:06:57.732 [info] [command][f139519f-ef13-49cd-acbb-2e2a5cc19349] Socket close event received\n2025-07-17 17:06:57.749 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64791 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:07:57.737 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:07:57.740 [info] [command][f1842034-5b76-4f59-9971-c8aefe60f569] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f1842034-5b76-4f59-9971-c8aefe60f569""}\n2025-07-17 17:07:57.741 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f7a5912f-dcbc-4968-a996-a12623df8619] received connection request\n2025-07-17 17:07:57.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:07:57.757 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f7a5912f-dcbc-4968-a996-a12623df8619] socks forwarding established\n2025-07-17 17:07:57.786 [info] [command][f1842034-5b76-4f59-9971-c8aefe60f569] Process exited with code 0\n2025-07-17 17:07:57.786 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f7a5912f-dcbc-4968-a996-a12623df8619] socks connection closed\n2025-07-17 17:07:57.786 [info] [command][f1842034-5b76-4f59-9971-c8aefe60f569] Socket close event received\n2025-07-17 17:07:57.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64829 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:08:57.787 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:08:57.789 [info] [command][0cbc45a4-2a1f-489f-b351-e3a4655e9fd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0cbc45a4-2a1f-489f-b351-e3a4655e9fd6""}\n2025-07-17 17:08:57.790 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b7ef3799-d37b-4f56-8809-041ff91d62d0] received connection request\n2025-07-17 17:08:57.791 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:08:57.863 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b7ef3799-d37b-4f56-8809-041ff91d62d0] socks forwarding established\n2025-07-17 17:08:57.893 [info] [command][0cbc45a4-2a1f-489f-b351-e3a4655e9fd6] Process exited with code 0\n2025-07-17 17:08:57.893 [info] [command][0cbc45a4-2a1f-489f-b351-e3a4655e9fd6] Socket close event received\n2025-07-17 17:08:57.894 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b7ef3799-d37b-4f56-8809-041ff91d62d0] socks connection closed\n2025-07-17 17:08:57.909 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64860 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:09:57.901 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:09:57.904 [info] [command][c993f9a9-7926-4274-adc3-d27e44ac7158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c993f9a9-7926-4274-adc3-d27e44ac7158""}\n2025-07-17 17:09:57.905 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3beb2c0f-95c9-404f-b985-7ff6f9b8f6d8] received connection request\n2025-07-17 17:09:57.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:09:57.921 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3beb2c0f-95c9-404f-b985-7ff6f9b8f6d8] socks forwarding established\n2025-07-17 17:09:57.948 [info] [command][c993f9a9-7926-4274-adc3-d27e44ac7158] Process exited with code 0\n2025-07-17 17:09:57.949 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3beb2c0f-95c9-404f-b985-7ff6f9b8f6d8] socks connection closed\n2025-07-17 17:09:57.950 [info] [command][c993f9a9-7926-4274-adc3-d27e44ac7158] Socket close event received\n2025-07-17 17:09:57.966 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64883 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:10:57.952 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:10:57.954 [info] [command][303fda4e-3f3f-4980-98c3-fea3f4fc7ca6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""303fda4e-3f3f-4980-98c3-fea3f4fc7ca6""}\n2025-07-17 17:10:57.955 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][55b494f5-0868-47ed-a757-8ae41d3bf93f] received connection request\n2025-07-17 17:10:57.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:10:57.971 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][55b494f5-0868-47ed-a757-8ae41d3bf93f] socks forwarding established\n2025-07-17 17:10:58.000 [info] [command][303fda4e-3f3f-4980-98c3-fea3f4fc7ca6] Process exited with code 0\n2025-07-17 17:10:58.001 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][55b494f5-0868-47ed-a757-8ae41d3bf93f] socks connection closed\n2025-07-17 17:10:58.001 [info] [command][303fda4e-3f3f-4980-98c3-fea3f4fc7ca6] Socket close event received\n2025-07-17 17:10:58.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64941 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:11:58.007 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:11:58.009 [info] [command][2a8e5943-8774-4d7e-be68-e1bf65e8cce7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2a8e5943-8774-4d7e-be68-e1bf65e8cce7""}\n2025-07-17 17:11:58.010 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][09d675a4-8130-456b-b53b-e77bb1ff7f2c] received connection request\n2025-07-17 17:11:58.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:11:58.107 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][09d675a4-8130-456b-b53b-e77bb1ff7f2c] socks forwarding established\n2025-07-17 17:11:58.163 [info] [command][2a8e5943-8774-4d7e-be68-e1bf65e8cce7] Process exited with code 0\n2025-07-17 17:11:58.163 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][09d675a4-8130-456b-b53b-e77bb1ff7f2c] socks connection closed\n2025-07-17 17:11:58.164 [info] [command][2a8e5943-8774-4d7e-be68-e1bf65e8cce7] Socket close event received\n2025-07-17 17:11:58.178 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 64964 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:12:58.167 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:12:58.170 [info] [command][175a3ec8-c946-48ff-9648-c845deb56779] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""175a3ec8-c946-48ff-9648-c845deb56779""}\n2025-07-17 17:12:58.170 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][194f0169-1f19-49a0-865b-f605e5f1f122] received connection request\n2025-07-17 17:12:58.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:12:58.189 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][194f0169-1f19-49a0-865b-f605e5f1f122] socks forwarding established\n2025-07-17 17:12:58.218 [info] [command][175a3ec8-c946-48ff-9648-c845deb56779] Process exited with code 0\n2025-07-17 17:12:58.218 [info] [command][175a3ec8-c946-48ff-9648-c845deb56779] Socket close event received\n2025-07-17 17:12:58.220 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][194f0169-1f19-49a0-865b-f605e5f1f122] socks connection closed\n2025-07-17 17:12:58.238 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65000 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:13:58.221 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:13:58.225 [info] [command][6f4a66fa-f1f1-4789-937e-db801c0e1b96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6f4a66fa-f1f1-4789-937e-db801c0e1b96""}\n2025-07-17 17:13:58.225 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][696538aa-c7ff-4811-94c0-a473933d5a1c] received connection request\n2025-07-17 17:13:58.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:13:58.243 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][696538aa-c7ff-4811-94c0-a473933d5a1c] socks forwarding established\n2025-07-17 17:13:58.271 [info] [command][6f4a66fa-f1f1-4789-937e-db801c0e1b96] Process exited with code 0\n2025-07-17 17:13:58.271 [info] [command][6f4a66fa-f1f1-4789-937e-db801c0e1b96] Socket close event received\n2025-07-17 17:13:58.273 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][696538aa-c7ff-4811-94c0-a473933d5a1c] socks connection closed\n2025-07-17 17:13:58.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65026 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:14:58.274 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:14:58.276 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a57aa6ba-5519-443e-a3ae-56ec1784e6cd] received connection request\n2025-07-17 17:14:58.276 [info] [command][c496cd9a-5975-4197-b513-6bb9dcf8f52b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c496cd9a-5975-4197-b513-6bb9dcf8f52b""}\n2025-07-17 17:14:58.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:14:58.291 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a57aa6ba-5519-443e-a3ae-56ec1784e6cd] socks forwarding established\n2025-07-17 17:14:58.331 [info] [command][c496cd9a-5975-4197-b513-6bb9dcf8f52b] Process exited with code 0\n2025-07-17 17:14:58.332 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a57aa6ba-5519-443e-a3ae-56ec1784e6cd] socks connection closed\n2025-07-17 17:14:58.332 [info] [command][c496cd9a-5975-4197-b513-6bb9dcf8f52b] Socket close event received\n2025-07-17 17:14:58.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65052 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:15:58.336 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:15:58.338 [info] [command][7dc7e920-e5fe-4885-83f2-0dd1c96ae6f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""7dc7e920-e5fe-4885-83f2-0dd1c96ae6f0""}\n2025-07-17 17:15:58.339 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9b1b7e9d-ff49-4852-9c06-018d5cd80f83] received connection request\n2025-07-17 17:15:58.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:15:58.354 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9b1b7e9d-ff49-4852-9c06-018d5cd80f83] socks forwarding established\n2025-07-17 17:15:58.384 [info] [command][7dc7e920-e5fe-4885-83f2-0dd1c96ae6f0] Process exited with code 0\n2025-07-17 17:15:58.384 [info] [command][7dc7e920-e5fe-4885-83f2-0dd1c96ae6f0] Socket close event received\n2025-07-17 17:15:58.384 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9b1b7e9d-ff49-4852-9c06-018d5cd80f83] socks connection closed\n2025-07-17 17:15:58.400 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65134 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:16:58.387 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:16:58.389 [info] [command][c6a55d99-0720-440c-8e3f-e9a103fdb3eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c6a55d99-0720-440c-8e3f-e9a103fdb3eb""}\n2025-07-17 17:16:58.390 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][884d687b-4789-4830-be72-d5a69d726701] received connection request\n2025-07-17 17:16:58.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:16:58.406 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][884d687b-4789-4830-be72-d5a69d726701] socks forwarding established\n2025-07-17 17:16:58.435 [info] [command][c6a55d99-0720-440c-8e3f-e9a103fdb3eb] Process exited with code 0\n2025-07-17 17:16:58.436 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][884d687b-4789-4830-be72-d5a69d726701] socks connection closed\n2025-07-17 17:16:58.436 [info] [command][c6a55d99-0720-440c-8e3f-e9a103fdb3eb] Socket close event received\n2025-07-17 17:16:58.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65198 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:17:58.441 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:17:58.443 [info] [command][f4936852-aaa5-4c7b-82b4-12210ed52fb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f4936852-aaa5-4c7b-82b4-12210ed52fb5""}\n2025-07-17 17:17:58.444 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][45f64d31-506b-4108-88ef-86d3204702a9] received connection request\n2025-07-17 17:17:58.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:17:58.493 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][45f64d31-506b-4108-88ef-86d3204702a9] socks forwarding established\n2025-07-17 17:17:58.523 [info] [command][f4936852-aaa5-4c7b-82b4-12210ed52fb5] Process exited with code 0\n2025-07-17 17:17:58.523 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][45f64d31-506b-4108-88ef-86d3204702a9] socks connection closed\n2025-07-17 17:17:58.524 [info] [command][f4936852-aaa5-4c7b-82b4-12210ed52fb5] Socket close event received\n2025-07-17 17:17:58.540 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65247 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:18:58.527 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:18:58.528 [info] [command][75bb7110-40fb-47a7-b4e1-7c197d51e3aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""75bb7110-40fb-47a7-b4e1-7c197d51e3aa""}\n2025-07-17 17:18:58.529 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][91309b19-b1c5-43bb-b3cf-7a1d7ec0a453] received connection request\n2025-07-17 17:18:58.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 17:18:58.530 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:18:58.546 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][91309b19-b1c5-43bb-b3cf-7a1d7ec0a453] socks forwarding established\n2025-07-17 17:18:58.573 [info] [command][75bb7110-40fb-47a7-b4e1-7c197d51e3aa] Process exited with code 0\n2025-07-17 17:18:58.573 [info] [command][75bb7110-40fb-47a7-b4e1-7c197d51e3aa] Socket close event received\n2025-07-17 17:18:58.593 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][91309b19-b1c5-43bb-b3cf-7a1d7ec0a453] socks connection closed\n2025-07-17 17:18:58.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65285 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:19:58.574 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:19:58.577 [info] [command][964d353b-ec4d-401d-9ffc-d06a88abdea7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""964d353b-ec4d-401d-9ffc-d06a88abdea7""}\n2025-07-17 17:19:58.578 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][e1921b14-992a-4f52-9051-3ab29049d4f2] received connection request\n2025-07-17 17:19:58.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:19:58.595 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e1921b14-992a-4f52-9051-3ab29049d4f2] socks forwarding established\n2025-07-17 17:19:58.622 [info] [command][964d353b-ec4d-401d-9ffc-d06a88abdea7] Process exited with code 0\n2025-07-17 17:19:58.623 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][e1921b14-992a-4f52-9051-3ab29049d4f2] socks connection closed\n2025-07-17 17:19:58.623 [info] [command][964d353b-ec4d-401d-9ffc-d06a88abdea7] Socket close event received\n2025-07-17 17:19:58.638 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65325 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:20:58.626 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:20:58.629 [info] [command][64db9188-5b04-4ed7-adf4-8353d8d56351] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""64db9188-5b04-4ed7-adf4-8353d8d56351""}\n2025-07-17 17:20:58.630 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][dd4c597d-ed73-4e5f-b406-bfb200b32656] received connection request\n2025-07-17 17:20:58.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 17:20:58.630 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:20:58.659 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][dd4c597d-ed73-4e5f-b406-bfb200b32656] socks forwarding established\n2025-07-17 17:20:58.692 [info] [command][64db9188-5b04-4ed7-adf4-8353d8d56351] Process exited with code 0\n2025-07-17 17:20:58.693 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][dd4c597d-ed73-4e5f-b406-bfb200b32656] socks connection closed\n2025-07-17 17:20:58.693 [info] [command][64db9188-5b04-4ed7-adf4-8353d8d56351] Socket close event received\n2025-07-17 17:20:58.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65387 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:21:58.698 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:21:58.700 [info] [command][348675de-cc61-4aed-bada-bc3e2f4192ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""348675de-cc61-4aed-bada-bc3e2f4192ae""}\n2025-07-17 17:21:58.701 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f2ee3624-542f-4e28-b670-083ccfbcdc2a] received connection request\n2025-07-17 17:21:58.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:21:58.717 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f2ee3624-542f-4e28-b670-083ccfbcdc2a] socks forwarding established\n2025-07-17 17:21:58.743 [info] [command][348675de-cc61-4aed-bada-bc3e2f4192ae] Process exited with code 0\n2025-07-17 17:21:58.743 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f2ee3624-542f-4e28-b670-083ccfbcdc2a] socks connection closed\n2025-07-17 17:21:58.744 [info] [command][348675de-cc61-4aed-bada-bc3e2f4192ae] Socket close event received\n2025-07-17 17:21:58.757 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65424 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:22:58.749 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:22:58.751 [info] [command][da9c8287-0981-4480-af32-2975b09df861] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""da9c8287-0981-4480-af32-2975b09df861""}\n2025-07-17 17:22:58.752 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][f508cdf3-7d6d-42f3-9fed-2b9b596c4766] received connection request\n2025-07-17 17:22:58.753 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:22:58.771 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f508cdf3-7d6d-42f3-9fed-2b9b596c4766] socks forwarding established\n2025-07-17 17:22:58.799 [info] [command][da9c8287-0981-4480-af32-2975b09df861] Process exited with code 0\n2025-07-17 17:22:58.799 [info] [command][da9c8287-0981-4480-af32-2975b09df861] Socket close event received\n2025-07-17 17:22:58.799 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][f508cdf3-7d6d-42f3-9fed-2b9b596c4766] socks connection closed\n2025-07-17 17:22:58.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65470 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:23:58.799 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:23:58.801 [info] [command][747c3590-2e34-444f-b10c-180ec51fd937] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""747c3590-2e34-444f-b10c-180ec51fd937""}\n2025-07-17 17:23:58.802 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][8e4a3f76-d327-4778-a4cb-8d8223f5c286] received connection request\n2025-07-17 17:23:58.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:23:58.843 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8e4a3f76-d327-4778-a4cb-8d8223f5c286] socks forwarding established\n2025-07-17 17:23:58.885 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][8e4a3f76-d327-4778-a4cb-8d8223f5c286] socks connection closed\n2025-07-17 17:23:58.885 [info] [command][747c3590-2e34-444f-b10c-180ec51fd937] Process exited with code 0\n2025-07-17 17:23:58.885 [info] [command][747c3590-2e34-444f-b10c-180ec51fd937] Socket close event received\n2025-07-17 17:23:58.916 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65497 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:24:58.886 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:24:58.888 [info] [command][5eb4860e-a8b3-4aa6-aa03-b36904f68cd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5eb4860e-a8b3-4aa6-aa03-b36904f68cd5""}\n2025-07-17 17:24:58.888 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][df0fdf60-4736-4cc5-8de5-521c516f34fd] received connection request\n2025-07-17 17:24:58.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 17:24:58.888 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:24:58.934 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][df0fdf60-4736-4cc5-8de5-521c516f34fd] socks forwarding established\n2025-07-17 17:24:59.042 [info] [command][5eb4860e-a8b3-4aa6-aa03-b36904f68cd5] Process exited with code 0\n2025-07-17 17:24:59.043 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][df0fdf60-4736-4cc5-8de5-521c516f34fd] socks connection closed\n2025-07-17 17:24:59.043 [info] [command][5eb4860e-a8b3-4aa6-aa03-b36904f68cd5] Socket close event received\n2025-07-17 17:24:59.092 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 65531 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:25:59.048 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:25:59.050 [info] [command][dd78c02c-3618-4bff-99ce-dce941707c9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""dd78c02c-3618-4bff-99ce-dce941707c9c""}\n2025-07-17 17:25:59.051 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c60a7bbc-cad2-4b9f-b1d2-208059b3aefc] received connection request\n2025-07-17 17:25:59.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:25:59.068 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c60a7bbc-cad2-4b9f-b1d2-208059b3aefc] socks forwarding established\n2025-07-17 17:25:59.101 [info] [command][dd78c02c-3618-4bff-99ce-dce941707c9c] Process exited with code 0\n2025-07-17 17:25:59.101 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c60a7bbc-cad2-4b9f-b1d2-208059b3aefc] socks connection closed\n2025-07-17 17:25:59.101 [info] [command][dd78c02c-3618-4bff-99ce-dce941707c9c] Socket close event received\n2025-07-17 17:25:59.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49212 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:26:59.105 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:26:59.108 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][5bdfedc6-6427-42e7-98e1-258d579c2fc5] received connection request\n2025-07-17 17:26:59.109 [info] [command][a22dcf02-9ec8-48b9-af55-82fa753e8cf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a22dcf02-9ec8-48b9-af55-82fa753e8cf6""}\n2025-07-17 17:26:59.109 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:26:59.128 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5bdfedc6-6427-42e7-98e1-258d579c2fc5] socks forwarding established\n2025-07-17 17:26:59.155 [info] [command][a22dcf02-9ec8-48b9-af55-82fa753e8cf6] Process exited with code 0\n2025-07-17 17:26:59.155 [info] [command][a22dcf02-9ec8-48b9-af55-82fa753e8cf6] Socket close event received\n2025-07-17 17:26:59.157 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][5bdfedc6-6427-42e7-98e1-258d579c2fc5] socks connection closed\n2025-07-17 17:26:59.172 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49248 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:27:59.158 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:27:59.160 [info] [command][890bd39e-1fcb-40a1-b4e8-260deb8ba819] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""890bd39e-1fcb-40a1-b4e8-260deb8ba819""}\n2025-07-17 17:27:59.160 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][69e06a8c-f432-4771-8b96-3f9d04a261d9] received connection request\n2025-07-17 17:27:59.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:27:59.191 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69e06a8c-f432-4771-8b96-3f9d04a261d9] socks forwarding established\n2025-07-17 17:27:59.222 [info] [command][890bd39e-1fcb-40a1-b4e8-260deb8ba819] Process exited with code 0\n2025-07-17 17:27:59.222 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69e06a8c-f432-4771-8b96-3f9d04a261d9] socks connection closed\n2025-07-17 17:27:59.222 [info] [command][890bd39e-1fcb-40a1-b4e8-260deb8ba819] Socket close event received\n2025-07-17 17:27:59.238 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49287 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:28:59.228 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:28:59.230 [info] [command][8feac4b1-8265-4914-b006-bb53cbe592d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8feac4b1-8265-4914-b006-bb53cbe592d9""}\n2025-07-17 17:28:59.231 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][06018833-949a-48f8-93b0-bc41dc30c060] received connection request\n2025-07-17 17:28:59.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:28:59.663 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][06018833-949a-48f8-93b0-bc41dc30c060] socks forwarding established\n2025-07-17 17:28:59.697 [info] [command][8feac4b1-8265-4914-b006-bb53cbe592d9] Process exited with code 0\n2025-07-17 17:28:59.698 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][06018833-949a-48f8-93b0-bc41dc30c060] socks connection closed\n2025-07-17 17:28:59.698 [info] [command][8feac4b1-8265-4914-b006-bb53cbe592d9] Socket close event received\n2025-07-17 17:28:59.713 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49314 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:29:59.702 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:29:59.705 [info] [command][8d8aff8f-8767-4d94-a424-d5ce2674d38c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8d8aff8f-8767-4d94-a424-d5ce2674d38c""}\n2025-07-17 17:29:59.706 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7cdb008b-2049-4b52-901a-619a0f56f4a9] received connection request\n2025-07-17 17:29:59.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:29:59.796 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7cdb008b-2049-4b52-901a-619a0f56f4a9] socks forwarding established\n2025-07-17 17:29:59.824 [info] [command][8d8aff8f-8767-4d94-a424-d5ce2674d38c] Process exited with code 0\n2025-07-17 17:29:59.825 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7cdb008b-2049-4b52-901a-619a0f56f4a9] socks connection closed\n2025-07-17 17:29:59.825 [info] [command][8d8aff8f-8767-4d94-a424-d5ce2674d38c] Socket close event received\n2025-07-17 17:29:59.839 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49343 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:30:59.832 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:30:59.836 [info] [command][cc97f9e1-d63a-4b52-a3c9-493586a73b8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""cc97f9e1-d63a-4b52-a3c9-493586a73b8e""}\n2025-07-17 17:30:59.837 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][057bdb84-fe5a-46fb-83df-84464b35f3f0] received connection request\n2025-07-17 17:30:59.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:30:59.852 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][057bdb84-fe5a-46fb-83df-84464b35f3f0] socks forwarding established\n2025-07-17 17:30:59.880 [info] [command][cc97f9e1-d63a-4b52-a3c9-493586a73b8e] Process exited with code 0\n2025-07-17 17:30:59.880 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][057bdb84-fe5a-46fb-83df-84464b35f3f0] socks connection closed\n2025-07-17 17:30:59.880 [info] [command][cc97f9e1-d63a-4b52-a3c9-493586a73b8e] Socket close event received\n2025-07-17 17:30:59.895 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49398 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:31:59.889 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:31:59.891 [info] [command][eac53592-0873-46a0-831a-a980b6f4fea7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""eac53592-0873-46a0-831a-a980b6f4fea7""}\n2025-07-17 17:31:59.892 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fc0c10cf-28aa-42f6-bc94-a8cf304ffb98] received connection request\n2025-07-17 17:31:59.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:31:59.908 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fc0c10cf-28aa-42f6-bc94-a8cf304ffb98] socks forwarding established\n2025-07-17 17:31:59.938 [info] [command][eac53592-0873-46a0-831a-a980b6f4fea7] Process exited with code 0\n2025-07-17 17:31:59.938 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fc0c10cf-28aa-42f6-bc94-a8cf304ffb98] socks connection closed\n2025-07-17 17:31:59.939 [info] [command][eac53592-0873-46a0-831a-a980b6f4fea7] Socket close event received\n2025-07-17 17:31:59.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49430 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:32:59.939 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:32:59.942 [info] [command][f3a669bb-a93a-451c-b242-6da36bbb2ac5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f3a669bb-a93a-451c-b242-6da36bbb2ac5""}\n2025-07-17 17:32:59.942 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][983da5fd-19fd-45cf-9316-5b775d4d5550] received connection request\n2025-07-17 17:32:59.943 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:32:59.960 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][983da5fd-19fd-45cf-9316-5b775d4d5550] socks forwarding established\n2025-07-17 17:32:59.991 [info] [command][f3a669bb-a93a-451c-b242-6da36bbb2ac5] Process exited with code 0\n2025-07-17 17:32:59.992 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][983da5fd-19fd-45cf-9316-5b775d4d5550] socks connection closed\n2025-07-17 17:32:59.992 [info] [command][f3a669bb-a93a-451c-b242-6da36bbb2ac5] Socket close event received\n2025-07-17 17:33:00.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49469 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:33:59.996 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:33:59.998 [info] [command][ec664004-2464-47f9-93f9-f385a37c343a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ec664004-2464-47f9-93f9-f385a37c343a""}\n2025-07-17 17:33:59.998 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][0f3e7db8-062e-4194-a2ae-a7e38a713fe3] received connection request\n2025-07-17 17:33:59.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:34:00.014 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0f3e7db8-062e-4194-a2ae-a7e38a713fe3] socks forwarding established\n2025-07-17 17:34:00.043 [info] [command][ec664004-2464-47f9-93f9-f385a37c343a] Process exited with code 0\n2025-07-17 17:34:00.044 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][0f3e7db8-062e-4194-a2ae-a7e38a713fe3] socks connection closed\n2025-07-17 17:34:00.044 [info] [command][ec664004-2464-47f9-93f9-f385a37c343a] Socket close event received\n2025-07-17 17:34:00.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49494 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:35:00.050 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:35:00.051 [info] [command][c48cbea0-11db-4818-8ad1-4f0c562b7ba5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c48cbea0-11db-4818-8ad1-4f0c562b7ba5""}\n2025-07-17 17:35:00.053 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][48a44e25-604d-49d4-bce2-208c56312e21] received connection request\n2025-07-17 17:35:00.053 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:35:00.069 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48a44e25-604d-49d4-bce2-208c56312e21] socks forwarding established\n2025-07-17 17:35:00.097 [info] [command][c48cbea0-11db-4818-8ad1-4f0c562b7ba5] Process exited with code 0\n2025-07-17 17:35:00.097 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][48a44e25-604d-49d4-bce2-208c56312e21] socks connection closed\n2025-07-17 17:35:00.097 [info] [command][c48cbea0-11db-4818-8ad1-4f0c562b7ba5] Socket close event received\n2025-07-17 17:35:00.111 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49521 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:36:00.099 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:36:00.102 [info] [command][d165250d-e21c-4531-9f9e-835d7f859432] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""d165250d-e21c-4531-9f9e-835d7f859432""}\n2025-07-17 17:36:00.102 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][41cb6b34-e731-47b1-865f-5e186cf32ce4] received connection request\n2025-07-17 17:36:00.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:36:00.133 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][41cb6b34-e731-47b1-865f-5e186cf32ce4] socks forwarding established\n2025-07-17 17:36:00.165 [info] [command][d165250d-e21c-4531-9f9e-835d7f859432] Process exited with code 0\n2025-07-17 17:36:00.165 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][41cb6b34-e731-47b1-865f-5e186cf32ce4] socks connection closed\n2025-07-17 17:36:00.166 [info] [command][d165250d-e21c-4531-9f9e-835d7f859432] Socket close event received\n2025-07-17 17:36:00.182 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49581 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:37:00.171 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:37:00.173 [info] [command][bae478f4-cf6d-46af-b127-ad681fde8892] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""bae478f4-cf6d-46af-b127-ad681fde8892""}\n2025-07-17 17:37:00.174 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3f0a8a42-0e2d-4d63-a252-367f90e7260a] received connection request\n2025-07-17 17:37:00.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:37:00.191 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3f0a8a42-0e2d-4d63-a252-367f90e7260a] socks forwarding established\n2025-07-17 17:37:00.224 [info] [command][bae478f4-cf6d-46af-b127-ad681fde8892] Process exited with code 0\n2025-07-17 17:37:00.224 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3f0a8a42-0e2d-4d63-a252-367f90e7260a] socks connection closed\n2025-07-17 17:37:00.224 [info] [command][bae478f4-cf6d-46af-b127-ad681fde8892] Socket close event received\n2025-07-17 17:37:00.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49609 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:38:00.229 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:38:00.231 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d5dca474-1418-4ee7-be6e-58edea9cd318] received connection request\n2025-07-17 17:38:00.232 [info] [command][861f0efb-83b6-4e91-9046-2e7a9b446e30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""861f0efb-83b6-4e91-9046-2e7a9b446e30""}\n2025-07-17 17:38:00.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:38:00.248 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d5dca474-1418-4ee7-be6e-58edea9cd318] socks forwarding established\n2025-07-17 17:38:00.280 [info] [command][861f0efb-83b6-4e91-9046-2e7a9b446e30] Process exited with code 0\n2025-07-17 17:38:00.281 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d5dca474-1418-4ee7-be6e-58edea9cd318] socks connection closed\n2025-07-17 17:38:00.281 [info] [command][861f0efb-83b6-4e91-9046-2e7a9b446e30] Socket close event received\n2025-07-17 17:38:00.300 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49648 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:39:00.280 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:39:00.284 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ba15faee-be2a-408a-abe0-ce9639a32740] received connection request\n2025-07-17 17:39:00.284 [info] [command][923de903-6263-4115-9f94-0cef7efd5dbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""923de903-6263-4115-9f94-0cef7efd5dbc""}\n2025-07-17 17:39:00.284 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:39:00.302 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ba15faee-be2a-408a-abe0-ce9639a32740] socks forwarding established\n2025-07-17 17:39:00.332 [info] [command][923de903-6263-4115-9f94-0cef7efd5dbc] Process exited with code 0\n2025-07-17 17:39:00.333 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ba15faee-be2a-408a-abe0-ce9639a32740] socks connection closed\n2025-07-17 17:39:00.333 [info] [command][923de903-6263-4115-9f94-0cef7efd5dbc] Socket close event received\n2025-07-17 17:39:00.349 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49672 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:40:00.337 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:40:00.339 [info] [command][6e413b4b-987d-4ba3-9019-975c62da7886] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6e413b4b-987d-4ba3-9019-975c62da7886""}\n2025-07-17 17:40:00.339 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6e441bfb-69ef-4529-b208-70f4c59cb36a] received connection request\n2025-07-17 17:40:00.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:40:00.353 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6e441bfb-69ef-4529-b208-70f4c59cb36a] socks forwarding established\n2025-07-17 17:40:00.381 [info] [command][6e413b4b-987d-4ba3-9019-975c62da7886] Process exited with code 0\n2025-07-17 17:40:00.382 [info] [command][6e413b4b-987d-4ba3-9019-975c62da7886] Socket close event received\n2025-07-17 17:40:00.382 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6e441bfb-69ef-4529-b208-70f4c59cb36a] socks connection closed\n2025-07-17 17:40:00.395 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49700 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:41:00.387 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:41:00.389 [info] [command][8eade286-b44a-416a-9ddc-fef6f7d93943] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8eade286-b44a-416a-9ddc-fef6f7d93943""}\n2025-07-17 17:41:00.389 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ded75eb7-e9ab-475e-9647-e70782cbe541] received connection request\n2025-07-17 17:41:00.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:41:00.407 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ded75eb7-e9ab-475e-9647-e70782cbe541] socks forwarding established\n2025-07-17 17:41:00.449 [info] [command][8eade286-b44a-416a-9ddc-fef6f7d93943] Process exited with code 0\n2025-07-17 17:41:00.449 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ded75eb7-e9ab-475e-9647-e70782cbe541] socks connection closed\n2025-07-17 17:41:00.449 [info] [command][8eade286-b44a-416a-9ddc-fef6f7d93943] Socket close event received\n2025-07-17 17:41:00.466 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49756 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:42:00.451 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:42:00.453 [info] [command][18cf521b-f52d-4141-b92c-548f7cd26b76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""18cf521b-f52d-4141-b92c-548f7cd26b76""}\n2025-07-17 17:42:00.453 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][d14eaafb-fcd7-4bf5-b9ca-236ed22300ef] received connection request\n2025-07-17 17:42:00.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:42:00.474 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d14eaafb-fcd7-4bf5-b9ca-236ed22300ef] socks forwarding established\n2025-07-17 17:42:00.500 [info] [command][18cf521b-f52d-4141-b92c-548f7cd26b76] Process exited with code 0\n2025-07-17 17:42:00.500 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][d14eaafb-fcd7-4bf5-b9ca-236ed22300ef] socks connection closed\n2025-07-17 17:42:00.500 [info] [command][18cf521b-f52d-4141-b92c-548f7cd26b76] Socket close event received\n2025-07-17 17:42:00.515 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49778 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:43:00.506 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:43:00.507 [info] [command][ade0c52a-f2d0-42b6-9713-a663bd942779] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ade0c52a-f2d0-42b6-9713-a663bd942779""}\n2025-07-17 17:43:00.507 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6492d796-0358-43a3-a62c-14eb59ce4986] received connection request\n2025-07-17 17:43:00.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 17:43:00.508 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:43:00.523 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6492d796-0358-43a3-a62c-14eb59ce4986] socks forwarding established\n2025-07-17 17:43:00.558 [info] [command][ade0c52a-f2d0-42b6-9713-a663bd942779] Process exited with code 0\n2025-07-17 17:43:00.559 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6492d796-0358-43a3-a62c-14eb59ce4986] socks connection closed\n2025-07-17 17:43:00.559 [info] [command][ade0c52a-f2d0-42b6-9713-a663bd942779] Socket close event received\n2025-07-17 17:43:00.577 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49820 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:44:00.559 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:44:00.562 [info] [command][7fc01477-6d2d-4f00-86ca-f4aad9ffb8f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""7fc01477-6d2d-4f00-86ca-f4aad9ffb8f9""}\n2025-07-17 17:44:00.563 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][105fec90-f6df-4246-a438-ef830f6d33a6] received connection request\n2025-07-17 17:44:00.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:44:00.687 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][105fec90-f6df-4246-a438-ef830f6d33a6] socks forwarding established\n2025-07-17 17:44:00.722 [info] [command][7fc01477-6d2d-4f00-86ca-f4aad9ffb8f9] Process exited with code 0\n2025-07-17 17:44:00.723 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][105fec90-f6df-4246-a438-ef830f6d33a6] socks connection closed\n2025-07-17 17:44:00.723 [info] [command][7fc01477-6d2d-4f00-86ca-f4aad9ffb8f9] Socket close event received\n2025-07-17 17:44:00.742 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49842 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:45:00.725 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:45:00.728 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2ccbc814-ae96-4f89-8b42-13d21afaa80f] received connection request\n2025-07-17 17:45:00.729 [info] [command][4e3269d5-a2c7-4672-a73f-bee975053987] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4e3269d5-a2c7-4672-a73f-bee975053987""}\n2025-07-17 17:45:00.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:45:00.748 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2ccbc814-ae96-4f89-8b42-13d21afaa80f] socks forwarding established\n2025-07-17 17:45:00.776 [info] [command][4e3269d5-a2c7-4672-a73f-bee975053987] Process exited with code 0\n2025-07-17 17:45:00.776 [info] [command][4e3269d5-a2c7-4672-a73f-bee975053987] Socket close event received\n2025-07-17 17:45:00.777 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2ccbc814-ae96-4f89-8b42-13d21afaa80f] socks connection closed\n2025-07-17 17:45:00.792 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49872 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:46:00.782 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:46:00.785 [info] [command][8fdc9636-f650-4bc9-aedc-8bc8e9c86e6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8fdc9636-f650-4bc9-aedc-8bc8e9c86e6d""}\n2025-07-17 17:46:00.786 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][59bbad22-6a6c-4776-b6ea-0782d2dd81d2] received connection request\n2025-07-17 17:46:00.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:46:00.802 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][59bbad22-6a6c-4776-b6ea-0782d2dd81d2] socks forwarding established\n2025-07-17 17:46:00.834 [info] [command][8fdc9636-f650-4bc9-aedc-8bc8e9c86e6d] Process exited with code 0\n2025-07-17 17:46:00.834 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][59bbad22-6a6c-4776-b6ea-0782d2dd81d2] socks connection closed\n2025-07-17 17:46:00.834 [info] [command][8fdc9636-f650-4bc9-aedc-8bc8e9c86e6d] Socket close event received\n2025-07-17 17:46:00.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49924 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:47:00.838 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:47:00.839 [info] [command][62f8277b-c6d8-4ec7-998d-199a997fb97b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""62f8277b-c6d8-4ec7-998d-199a997fb97b""}\n2025-07-17 17:47:00.840 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fc05c099-1553-47fd-8668-5e15ab8caa0e] received connection request\n2025-07-17 17:47:00.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\n\n2025-07-17 17:47:00.842 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:47:00.857 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fc05c099-1553-47fd-8668-5e15ab8caa0e] socks forwarding established\n2025-07-17 17:47:00.887 [info] [command][62f8277b-c6d8-4ec7-998d-199a997fb97b] Process exited with code 0\n2025-07-17 17:47:00.887 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fc05c099-1553-47fd-8668-5e15ab8caa0e] socks connection closed\n2025-07-17 17:47:00.887 [info] [command][62f8277b-c6d8-4ec7-998d-199a997fb97b] Socket close event received\n2025-07-17 17:47:00.902 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49946 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:48:00.897 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:48:00.899 [info] [command][2a65f808-95b7-4a9e-9c6d-44112b767dba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2a65f808-95b7-4a9e-9c6d-44112b767dba""}\n2025-07-17 17:48:00.900 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][33173701-fe9e-431d-ad0c-53cc4ec433b2] received connection request\n2025-07-17 17:48:00.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:48:00.916 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][33173701-fe9e-431d-ad0c-53cc4ec433b2] socks forwarding established\n2025-07-17 17:48:00.944 [info] [command][2a65f808-95b7-4a9e-9c6d-44112b767dba] Process exited with code 0\n2025-07-17 17:48:00.944 [info] [command][2a65f808-95b7-4a9e-9c6d-44112b767dba] Socket close event received\n2025-07-17 17:48:00.944 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][33173701-fe9e-431d-ad0c-53cc4ec433b2] socks connection closed\n2025-07-17 17:48:00.960 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 49986 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:49:00.946 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:49:00.948 [info] [command][c565d0bb-55c3-4f5c-b0e9-48a6a8125b18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c565d0bb-55c3-4f5c-b0e9-48a6a8125b18""}\n2025-07-17 17:49:00.949 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][14fa8310-7a95-43b2-92f7-ccb7ee03bdfe] received connection request\n2025-07-17 17:49:00.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:49:00.964 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][14fa8310-7a95-43b2-92f7-ccb7ee03bdfe] socks forwarding established\n2025-07-17 17:49:00.992 [info] [command][c565d0bb-55c3-4f5c-b0e9-48a6a8125b18] Process exited with code 0\n2025-07-17 17:49:00.994 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][14fa8310-7a95-43b2-92f7-ccb7ee03bdfe] socks connection closed\n2025-07-17 17:49:00.994 [info] [command][c565d0bb-55c3-4f5c-b0e9-48a6a8125b18] Socket close event received\n2025-07-17 17:49:01.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50010 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:50:01.003 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:50:01.006 [info] [command][ec030634-9ba7-4346-9b9a-400e35d9a689] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""ec030634-9ba7-4346-9b9a-400e35d9a689""}\n2025-07-17 17:50:01.007 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][293db168-ae05-4b6e-a400-b223fc477759] received connection request\n2025-07-17 17:50:01.008 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:50:01.051 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][293db168-ae05-4b6e-a400-b223fc477759] socks forwarding established\n2025-07-17 17:50:01.097 [info] [command][ec030634-9ba7-4346-9b9a-400e35d9a689] Process exited with code 0\n2025-07-17 17:50:01.097 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][293db168-ae05-4b6e-a400-b223fc477759] socks connection closed\n2025-07-17 17:50:01.098 [info] [command][ec030634-9ba7-4346-9b9a-400e35d9a689] Socket close event received\n2025-07-17 17:50:01.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50035 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:51:01.107 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:51:01.109 [info] [command][6eee6711-6449-41aa-82a8-9fdc646eb600] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""6eee6711-6449-41aa-82a8-9fdc646eb600""}\n2025-07-17 17:51:01.109 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][636f81d6-06b2-466e-b958-cbdb5a93b51c] received connection request\n2025-07-17 17:51:01.110 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:51:01.130 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][636f81d6-06b2-466e-b958-cbdb5a93b51c] socks forwarding established\n2025-07-17 17:51:01.159 [info] [command][6eee6711-6449-41aa-82a8-9fdc646eb600] Process exited with code 0\n2025-07-17 17:51:01.160 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][636f81d6-06b2-466e-b958-cbdb5a93b51c] socks connection closed\n2025-07-17 17:51:01.160 [info] [command][6eee6711-6449-41aa-82a8-9fdc646eb600] Socket close event received\n2025-07-17 17:51:01.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50100 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:52:01.169 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:52:01.171 [info] [command][c316b659-933f-45f4-8b22-63215f672fe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c316b659-933f-45f4-8b22-63215f672fe0""}\n2025-07-17 17:52:01.172 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][4aeda4f8-fe7c-463e-96bb-b347ce0e2fdb] received connection request\n2025-07-17 17:52:01.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:52:01.189 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4aeda4f8-fe7c-463e-96bb-b347ce0e2fdb] socks forwarding established\n2025-07-17 17:52:01.216 [info] [command][c316b659-933f-45f4-8b22-63215f672fe0] Process exited with code 0\n2025-07-17 17:52:01.217 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][4aeda4f8-fe7c-463e-96bb-b347ce0e2fdb] socks connection closed\n2025-07-17 17:52:01.217 [info] [command][c316b659-933f-45f4-8b22-63215f672fe0] Socket close event received\n2025-07-17 17:52:01.235 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50131 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:53:01.219 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:53:01.221 [info] [command][41de7675-2655-4e7e-b958-85b94319c14b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""41de7675-2655-4e7e-b958-85b94319c14b""}\n2025-07-17 17:53:01.222 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3a187870-d136-449d-84d6-d80986e4f533] received connection request\n2025-07-17 17:53:01.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:53:01.240 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3a187870-d136-449d-84d6-d80986e4f533] socks forwarding established\n2025-07-17 17:53:01.268 [info] [command][41de7675-2655-4e7e-b958-85b94319c14b] Process exited with code 0\n2025-07-17 17:53:01.269 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3a187870-d136-449d-84d6-d80986e4f533] socks connection closed\n2025-07-17 17:53:01.269 [info] [command][41de7675-2655-4e7e-b958-85b94319c14b] Socket close event received\n2025-07-17 17:53:01.285 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50153 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:54:01.278 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:54:01.281 [info] [command][0827ca85-a4f8-401a-844d-7deb49307fa8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0827ca85-a4f8-401a-844d-7deb49307fa8""}\n2025-07-17 17:54:01.281 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ba1c4eab-7b68-4725-a0c0-63106159b1dc] received connection request\n2025-07-17 17:54:01.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:54:01.298 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ba1c4eab-7b68-4725-a0c0-63106159b1dc] socks forwarding established\n2025-07-17 17:54:01.325 [info] [command][0827ca85-a4f8-401a-844d-7deb49307fa8] Process exited with code 0\n2025-07-17 17:54:01.325 [info] [command][0827ca85-a4f8-401a-844d-7deb49307fa8] Socket close event received\n2025-07-17 17:54:01.326 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ba1c4eab-7b68-4725-a0c0-63106159b1dc] socks connection closed\n2025-07-17 17:54:01.346 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50191 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:55:01.329 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:55:01.331 [info] [command][938a3535-1fe9-406d-969e-dcd288a6d7c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""938a3535-1fe9-406d-969e-dcd288a6d7c8""}\n2025-07-17 17:55:01.331 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][07bd1476-519d-47f8-a427-dd4b32158b73] received connection request\n2025-07-17 17:55:01.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:55:01.353 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][07bd1476-519d-47f8-a427-dd4b32158b73] socks forwarding established\n2025-07-17 17:55:01.379 [info] [command][938a3535-1fe9-406d-969e-dcd288a6d7c8] Process exited with code 0\n2025-07-17 17:55:01.379 [info] [command][938a3535-1fe9-406d-969e-dcd288a6d7c8] Socket close event received\n2025-07-17 17:55:01.380 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][07bd1476-519d-47f8-a427-dd4b32158b73] socks connection closed\n2025-07-17 17:55:01.395 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50218 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:56:01.390 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:56:01.392 [info] [command][0af785f9-059f-40da-a89e-083c08bec325] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0af785f9-059f-40da-a89e-083c08bec325""}\n2025-07-17 17:56:01.392 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6fa88e8b-659d-4515-a106-35eaf4ecd4eb] received connection request\n2025-07-17 17:56:01.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:56:01.411 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6fa88e8b-659d-4515-a106-35eaf4ecd4eb] socks forwarding established\n2025-07-17 17:56:01.439 [info] [command][0af785f9-059f-40da-a89e-083c08bec325] Process exited with code 0\n2025-07-17 17:56:01.440 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6fa88e8b-659d-4515-a106-35eaf4ecd4eb] socks connection closed\n2025-07-17 17:56:01.440 [info] [command][0af785f9-059f-40da-a89e-083c08bec325] Socket close event received\n2025-07-17 17:56:01.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50252 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:57:01.450 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:57:01.452 [info] [command][2a27b1b3-3653-4d88-a7d5-13be841b1a3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2a27b1b3-3653-4d88-a7d5-13be841b1a3a""}\n2025-07-17 17:57:01.453 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c613d112-cd6a-490e-a9d4-4d74db570cc8] received connection request\n2025-07-17 17:57:01.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:57:01.471 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c613d112-cd6a-490e-a9d4-4d74db570cc8] socks forwarding established\n2025-07-17 17:57:01.502 [info] [command][2a27b1b3-3653-4d88-a7d5-13be841b1a3a] Process exited with code 0\n2025-07-17 17:57:01.502 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c613d112-cd6a-490e-a9d4-4d74db570cc8] socks connection closed\n2025-07-17 17:57:01.502 [info] [command][2a27b1b3-3653-4d88-a7d5-13be841b1a3a] Socket close event received\n2025-07-17 17:57:01.518 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50296 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:58:01.511 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:58:01.512 [info] [command][9bba2c02-0376-4da7-9395-0c92f3adf346] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9bba2c02-0376-4da7-9395-0c92f3adf346""}\n2025-07-17 17:58:01.513 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][cce32b78-908f-4e63-966f-d7f8582bacac] received connection request\n2025-07-17 17:58:01.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:58:01.535 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cce32b78-908f-4e63-966f-d7f8582bacac] socks forwarding established\n2025-07-17 17:58:01.585 [info] [command][9bba2c02-0376-4da7-9395-0c92f3adf346] Process exited with code 0\n2025-07-17 17:58:01.586 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cce32b78-908f-4e63-966f-d7f8582bacac] socks connection closed\n2025-07-17 17:58:01.586 [info] [command][9bba2c02-0376-4da7-9395-0c92f3adf346] Socket close event received\n2025-07-17 17:58:01.622 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50321 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 17:59:01.589 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 17:59:01.592 [info] [command][fcff64f0-3a22-4101-a086-4a610532597e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""fcff64f0-3a22-4101-a086-4a610532597e""}\n2025-07-17 17:59:01.593 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][be0b090f-00ba-4ede-9e54-a14f5e02d6e8] received connection request\n2025-07-17 17:59:01.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 17:59:01.609 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][be0b090f-00ba-4ede-9e54-a14f5e02d6e8] socks forwarding established\n2025-07-17 17:59:01.638 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][be0b090f-00ba-4ede-9e54-a14f5e02d6e8] socks connection closed\n2025-07-17 17:59:01.638 [info] [command][fcff64f0-3a22-4101-a086-4a610532597e] Process exited with code 0\n2025-07-17 17:59:01.638 [info] [command][fcff64f0-3a22-4101-a086-4a610532597e] Socket close event received\n2025-07-17 17:59:01.654 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50358 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:00:01.649 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:00:01.652 [info] [command][561a0324-5b03-4e1c-98c0-1ebb0cae6be8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""561a0324-5b03-4e1c-98c0-1ebb0cae6be8""}\n2025-07-17 18:00:01.652 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ab2d4d50-c091-476d-8129-532181ff157d] received connection request\n2025-07-17 18:00:01.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:00:01.668 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ab2d4d50-c091-476d-8129-532181ff157d] socks forwarding established\n2025-07-17 18:00:01.701 [info] [command][561a0324-5b03-4e1c-98c0-1ebb0cae6be8] Process exited with code 0\n2025-07-17 18:00:01.701 [info] [command][561a0324-5b03-4e1c-98c0-1ebb0cae6be8] Socket close event received\n2025-07-17 18:00:01.702 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ab2d4d50-c091-476d-8129-532181ff157d] socks connection closed\n2025-07-17 18:00:01.717 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50380 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:01:01.707 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:01:01.708 [info] [command][790715ec-73c2-4d7b-93dc-052c8224ee53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""790715ec-73c2-4d7b-93dc-052c8224ee53""}\n2025-07-17 18:01:01.709 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][2dd691a2-a148-43d3-a170-7a9268853244] received connection request\n2025-07-17 18:01:01.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:01:01.725 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2dd691a2-a148-43d3-a170-7a9268853244] socks forwarding established\n2025-07-17 18:01:01.752 [info] [command][790715ec-73c2-4d7b-93dc-052c8224ee53] Process exited with code 0\n2025-07-17 18:01:01.752 [info] [command][790715ec-73c2-4d7b-93dc-052c8224ee53] Socket close event received\n2025-07-17 18:01:01.754 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][2dd691a2-a148-43d3-a170-7a9268853244] socks connection closed\n2025-07-17 18:01:01.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50407 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:02:01.754 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:02:01.756 [info] [command][2867b996-4da2-4b1d-958e-32b8f30128f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""2867b996-4da2-4b1d-958e-32b8f30128f3""}\n2025-07-17 18:02:01.757 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][c6c56316-fef7-4941-8b51-d5d5273ddae2] received connection request\n2025-07-17 18:02:01.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:02:01.773 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c6c56316-fef7-4941-8b51-d5d5273ddae2] socks forwarding established\n2025-07-17 18:02:01.802 [info] [command][2867b996-4da2-4b1d-958e-32b8f30128f3] Process exited with code 0\n2025-07-17 18:02:01.803 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][c6c56316-fef7-4941-8b51-d5d5273ddae2] socks connection closed\n2025-07-17 18:02:01.803 [info] [command][2867b996-4da2-4b1d-958e-32b8f30128f3] Socket close event received\n2025-07-17 18:02:01.818 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50460 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:03:01.813 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:03:01.814 [info] [command][0234cc1d-1b75-40c0-ae96-1809bf8db895] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""0234cc1d-1b75-40c0-ae96-1809bf8db895""}\n2025-07-17 18:03:01.816 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][451ede0d-312d-46ad-90a4-b077a15516a1] received connection request\n2025-07-17 18:03:01.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:03:01.832 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][451ede0d-312d-46ad-90a4-b077a15516a1] socks forwarding established\n2025-07-17 18:03:01.855 [info] [command][0234cc1d-1b75-40c0-ae96-1809bf8db895] Process exited with code 0\n2025-07-17 18:03:01.855 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][451ede0d-312d-46ad-90a4-b077a15516a1] socks connection closed\n2025-07-17 18:03:01.856 [info] [command][0234cc1d-1b75-40c0-ae96-1809bf8db895] Socket close event received\n2025-07-17 18:03:01.872 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50481 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:04:01.857 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:04:01.859 [info] [command][33d78583-3c7f-45c5-8cd6-381032bba4f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""33d78583-3c7f-45c5-8cd6-381032bba4f6""}\n2025-07-17 18:04:01.859 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][3f903532-7704-4ee4-ad04-b3520da79716] received connection request\n2025-07-17 18:04:01.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:04:01.876 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3f903532-7704-4ee4-ad04-b3520da79716] socks forwarding established\n2025-07-17 18:04:01.900 [info] [command][33d78583-3c7f-45c5-8cd6-381032bba4f6] Process exited with code 0\n2025-07-17 18:04:01.901 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][3f903532-7704-4ee4-ad04-b3520da79716] socks connection closed\n2025-07-17 18:04:01.901 [info] [command][33d78583-3c7f-45c5-8cd6-381032bba4f6] Socket close event received\n2025-07-17 18:04:01.916 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50527 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:05:01.909 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:05:01.910 [info] [command][be27e0e2-ae71-4eaf-bbd1-c236c59f1f75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""be27e0e2-ae71-4eaf-bbd1-c236c59f1f75""}\n2025-07-17 18:05:01.911 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][cd2f0942-27fd-4b6c-a9f9-5a96397c756b] received connection request\n2025-07-17 18:05:01.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:05:01.927 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cd2f0942-27fd-4b6c-a9f9-5a96397c756b] socks forwarding established\n2025-07-17 18:05:01.951 [info] [command][be27e0e2-ae71-4eaf-bbd1-c236c59f1f75] Process exited with code 0\n2025-07-17 18:05:01.952 [info] [command][be27e0e2-ae71-4eaf-bbd1-c236c59f1f75] Socket close event received\n2025-07-17 18:05:01.952 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][cd2f0942-27fd-4b6c-a9f9-5a96397c756b] socks connection closed\n2025-07-17 18:05:01.968 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50550 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:06:01.962 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:06:01.965 [info] [command][1d33ed9c-102b-4934-8c40-24fd4f25f1ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""1d33ed9c-102b-4934-8c40-24fd4f25f1ea""}\n2025-07-17 18:06:01.965 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][66efa302-2aa0-4f88-ba9c-3fd8dba8358f] received connection request\n2025-07-17 18:06:01.966 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:06:01.983 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][66efa302-2aa0-4f88-ba9c-3fd8dba8358f] socks forwarding established\n2025-07-17 18:06:02.023 [info] [command][1d33ed9c-102b-4934-8c40-24fd4f25f1ea] Process exited with code 0\n2025-07-17 18:06:02.023 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][66efa302-2aa0-4f88-ba9c-3fd8dba8358f] socks connection closed\n2025-07-17 18:06:02.023 [info] [command][1d33ed9c-102b-4934-8c40-24fd4f25f1ea] Socket close event received\n2025-07-17 18:06:02.039 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50578 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:07:02.033 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:07:02.034 [info] [command][30e8a1b1-5e3f-4e91-906b-ae374bd5251d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""30e8a1b1-5e3f-4e91-906b-ae374bd5251d""}\n2025-07-17 18:07:02.035 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][7e08945a-6666-4977-92b6-d2c6ec785912] received connection request\n2025-07-17 18:07:02.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:07:02.053 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7e08945a-6666-4977-92b6-d2c6ec785912] socks forwarding established\n2025-07-17 18:07:02.084 [info] [command][30e8a1b1-5e3f-4e91-906b-ae374bd5251d] Process exited with code 0\n2025-07-17 18:07:02.085 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][7e08945a-6666-4977-92b6-d2c6ec785912] socks connection closed\n2025-07-17 18:07:02.085 [info] [command][30e8a1b1-5e3f-4e91-906b-ae374bd5251d] Socket close event received\n2025-07-17 18:07:02.101 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50628 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:08:02.095 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:08:02.097 [info] [command][9c8deadf-fd3f-4b2e-acdb-1a6f745d59d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9c8deadf-fd3f-4b2e-acdb-1a6f745d59d4""}\n2025-07-17 18:08:02.098 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][69b16cf8-c76f-43c0-b404-ac032dc63124] received connection request\n2025-07-17 18:08:02.098 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:08:02.116 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69b16cf8-c76f-43c0-b404-ac032dc63124] socks forwarding established\n2025-07-17 18:08:02.145 [info] [command][9c8deadf-fd3f-4b2e-acdb-1a6f745d59d4] Process exited with code 0\n2025-07-17 18:08:02.146 [info] [command][9c8deadf-fd3f-4b2e-acdb-1a6f745d59d4] Socket close event received\n2025-07-17 18:08:02.146 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][69b16cf8-c76f-43c0-b404-ac032dc63124] socks connection closed\n2025-07-17 18:08:02.163 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50655 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:09:02.151 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:09:02.152 [info] [command][f6a5a2c1-7aa0-47e4-881e-d986855a01f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""f6a5a2c1-7aa0-47e4-881e-d986855a01f4""}\n2025-07-17 18:09:02.153 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fe0a05ea-08fe-4887-a8da-1f8b5de576cb] received connection request\n2025-07-17 18:09:02.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:09:02.170 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fe0a05ea-08fe-4887-a8da-1f8b5de576cb] socks forwarding established\n2025-07-17 18:09:02.198 [info] [command][f6a5a2c1-7aa0-47e4-881e-d986855a01f4] Process exited with code 0\n2025-07-17 18:09:02.198 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fe0a05ea-08fe-4887-a8da-1f8b5de576cb] socks connection closed\n2025-07-17 18:09:02.198 [info] [command][f6a5a2c1-7aa0-47e4-881e-d986855a01f4] Socket close event received\n2025-07-17 18:09:02.214 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50690 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:10:02.206 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:10:02.209 [info] [command][337acc07-765a-4827-a997-7c6c01ca7ed5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""337acc07-765a-4827-a997-7c6c01ca7ed5""}\n2025-07-17 18:10:02.210 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][9e6915d5-eb42-46e2-bbda-846fd0a71a2e] received connection request\n2025-07-17 18:10:02.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:10:02.240 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9e6915d5-eb42-46e2-bbda-846fd0a71a2e] socks forwarding established\n2025-07-17 18:10:02.285 [info] [command][337acc07-765a-4827-a997-7c6c01ca7ed5] Process exited with code 0\n2025-07-17 18:10:02.286 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][9e6915d5-eb42-46e2-bbda-846fd0a71a2e] socks connection closed\n2025-07-17 18:10:02.286 [info] [command][337acc07-765a-4827-a997-7c6c01ca7ed5] Socket close event received\n2025-07-17 18:10:02.310 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50711 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:11:02.291 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:11:02.294 [info] [command][118cc0db-4adc-4e77-9e87-90309509d848] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""118cc0db-4adc-4e77-9e87-90309509d848""}\n2025-07-17 18:11:02.294 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][6bf07c14-2443-48ea-827a-5522633c29c4] received connection request\n2025-07-17 18:11:02.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:11:02.348 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6bf07c14-2443-48ea-827a-5522633c29c4] socks forwarding established\n2025-07-17 18:11:02.402 [info] [command][118cc0db-4adc-4e77-9e87-90309509d848] Process exited with code 0\n2025-07-17 18:11:02.402 [info] [command][118cc0db-4adc-4e77-9e87-90309509d848] Socket close event received\n2025-07-17 18:11:02.421 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][6bf07c14-2443-48ea-827a-5522633c29c4] socks connection closed\n2025-07-17 18:11:02.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50736 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:12:02.413 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:12:02.415 [info] [command][8ae936d2-20ba-496b-a91d-46870d6deb8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8ae936d2-20ba-496b-a91d-46870d6deb8b""}\n2025-07-17 18:12:02.416 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][36f09ac7-fb36-4303-9be4-65b50b6e92d7] received connection request\n2025-07-17 18:12:02.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:12:02.480 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][36f09ac7-fb36-4303-9be4-65b50b6e92d7] socks forwarding established\n2025-07-17 18:12:02.555 [info] [command][8ae936d2-20ba-496b-a91d-46870d6deb8b] Process exited with code 0\n2025-07-17 18:12:02.556 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][36f09ac7-fb36-4303-9be4-65b50b6e92d7] socks connection closed\n2025-07-17 18:12:02.556 [info] [command][8ae936d2-20ba-496b-a91d-46870d6deb8b] Socket close event received\n2025-07-17 18:12:02.590 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50791 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:13:02.562 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:13:02.565 [info] [command][5a15fda9-2c87-46af-8b1c-99c63ffbb941] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""5a15fda9-2c87-46af-8b1c-99c63ffbb941""}\n2025-07-17 18:13:02.566 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][fdf904d1-579f-4bf3-9f92-e2d80f046e81] received connection request\n2025-07-17 18:13:02.567 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:13:02.619 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fdf904d1-579f-4bf3-9f92-e2d80f046e81] socks forwarding established\n2025-07-17 18:13:02.683 [info] [command][5a15fda9-2c87-46af-8b1c-99c63ffbb941] Process exited with code 0\n2025-07-17 18:13:02.684 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][fdf904d1-579f-4bf3-9f92-e2d80f046e81] socks connection closed\n2025-07-17 18:13:02.684 [info] [command][5a15fda9-2c87-46af-8b1c-99c63ffbb941] Socket close event received\n2025-07-17 18:13:02.739 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50818 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:14:02.695 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:14:02.697 [info] [command][9fdef4f7-e0b2-4d67-b839-01cc53788e5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""9fdef4f7-e0b2-4d67-b839-01cc53788e5b""}\n2025-07-17 18:14:02.698 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][168293c3-f79f-406b-b726-f73281bccd7b] received connection request\n2025-07-17 18:14:02.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:14:02.733 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][168293c3-f79f-406b-b726-f73281bccd7b] socks forwarding established\n2025-07-17 18:14:02.782 [info] [command][9fdef4f7-e0b2-4d67-b839-01cc53788e5b] Process exited with code 0\n2025-07-17 18:14:02.783 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][168293c3-f79f-406b-b726-f73281bccd7b] socks connection closed\n2025-07-17 18:14:02.783 [info] [command][9fdef4f7-e0b2-4d67-b839-01cc53788e5b] Socket close event received\n2025-07-17 18:14:02.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50875 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:15:02.793 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:15:02.795 [info] [command][8588193d-0be1-4b6f-ad20-b09fdbdc380a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""8588193d-0be1-4b6f-ad20-b09fdbdc380a""}\n2025-07-17 18:15:02.795 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][ef7315dc-c105-486a-a5ab-376c44f5091e] received connection request\n2025-07-17 18:15:02.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:15:02.813 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ef7315dc-c105-486a-a5ab-376c44f5091e] socks forwarding established\n2025-07-17 18:15:02.839 [info] [command][8588193d-0be1-4b6f-ad20-b09fdbdc380a] Process exited with code 0\n2025-07-17 18:15:02.840 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][ef7315dc-c105-486a-a5ab-376c44f5091e] socks connection closed\n2025-07-17 18:15:02.840 [info] [command][8588193d-0be1-4b6f-ad20-b09fdbdc380a] Socket close event received\n2025-07-17 18:15:02.855 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50898 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:16:02.847 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:16:02.849 [info] [command][c6eb9a67-6dcc-4a5a-a774-7e3792356e1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""c6eb9a67-6dcc-4a5a-a774-7e3792356e1a""}\n2025-07-17 18:16:02.849 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][b94441d9-7061-453e-82a5-20104b325eb5] received connection request\n2025-07-17 18:16:02.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:16:02.865 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b94441d9-7061-453e-82a5-20104b325eb5] socks forwarding established\n2025-07-17 18:16:02.893 [info] [command][c6eb9a67-6dcc-4a5a-a774-7e3792356e1a] Process exited with code 0\n2025-07-17 18:16:02.894 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][b94441d9-7061-453e-82a5-20104b325eb5] socks connection closed\n2025-07-17 18:16:02.894 [info] [command][c6eb9a67-6dcc-4a5a-a774-7e3792356e1a] Socket close event received\n2025-07-17 18:16:02.912 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50927 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:17:02.904 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:17:02.905 [info] [command][b0b70a9c-24ef-47e5-abed-dc293f96d99f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b0b70a9c-24ef-47e5-abed-dc293f96d99f""}\n2025-07-17 18:17:02.905 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bff8f7dd-0eb2-40c1-a9a1-1d9392c45dd4] received connection request\n2025-07-17 18:17:02.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:17:02.925 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bff8f7dd-0eb2-40c1-a9a1-1d9392c45dd4] socks forwarding established\n2025-07-17 18:17:02.956 [info] [command][b0b70a9c-24ef-47e5-abed-dc293f96d99f] Process exited with code 0\n2025-07-17 18:17:02.956 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bff8f7dd-0eb2-40c1-a9a1-1d9392c45dd4] socks connection closed\n2025-07-17 18:17:02.956 [info] [command][b0b70a9c-24ef-47e5-abed-dc293f96d99f] Socket close event received\n2025-07-17 18:17:02.972 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 50982 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:18:02.962 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:18:02.964 [info] [command][4aa9f156-2580-4f74-9b79-fea940a91180] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""4aa9f156-2580-4f74-9b79-fea940a91180""}\n2025-07-17 18:18:02.964 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][72985a76-49a2-4431-95d0-581fac82b381] received connection request\n2025-07-17 18:18:02.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:18:02.981 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][72985a76-49a2-4431-95d0-581fac82b381] socks forwarding established\n2025-07-17 18:18:03.010 [info] [command][4aa9f156-2580-4f74-9b79-fea940a91180] Process exited with code 0\n2025-07-17 18:18:03.011 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][72985a76-49a2-4431-95d0-581fac82b381] socks connection closed\n2025-07-17 18:18:03.012 [info] [command][4aa9f156-2580-4f74-9b79-fea940a91180] Socket close event received\n2025-07-17 18:18:03.027 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51006 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:19:03.018 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:19:03.020 [info] [command][727d17c8-3cb2-49f2-967c-88f2b59bd02c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""727d17c8-3cb2-49f2-967c-88f2b59bd02c""}\n2025-07-17 18:19:03.021 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][61e9daf2-0065-4f12-b506-cc0fdd290b7b] received connection request\n2025-07-17 18:19:03.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:19:03.064 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][61e9daf2-0065-4f12-b506-cc0fdd290b7b] socks forwarding established\n2025-07-17 18:19:03.091 [info] [command][727d17c8-3cb2-49f2-967c-88f2b59bd02c] Process exited with code 0\n2025-07-17 18:19:03.091 [info] [command][727d17c8-3cb2-49f2-967c-88f2b59bd02c] Socket close event received\n2025-07-17 18:19:03.093 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][61e9daf2-0065-4f12-b506-cc0fdd290b7b] socks connection closed\n2025-07-17 18:19:03.108 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51064 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:20:03.101 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:20:03.103 [info] [command][40814746-fabc-4bce-84b5-3a5d08f55de9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""40814746-fabc-4bce-84b5-3a5d08f55de9""}\n2025-07-17 18:20:03.104 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][a92e2ffc-5946-41a7-9398-aed93716e920] received connection request\n2025-07-17 18:20:03.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:20:03.119 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a92e2ffc-5946-41a7-9398-aed93716e920] socks forwarding established\n2025-07-17 18:20:03.149 [info] [command][40814746-fabc-4bce-84b5-3a5d08f55de9] Process exited with code 0\n2025-07-17 18:20:03.149 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][a92e2ffc-5946-41a7-9398-aed93716e920] socks connection closed\n2025-07-17 18:20:03.150 [info] [command][40814746-fabc-4bce-84b5-3a5d08f55de9] Socket close event received\n2025-07-17 18:20:03.164 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51096 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:21:03.160 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:21:03.163 [info] [command][b5669528-72b5-4444-b1f3-b2127182f457] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""b5669528-72b5-4444-b1f3-b2127182f457""}\n2025-07-17 18:21:03.163 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:36087][bcfe61de-9d81-4f59-b480-1fdc694fc5dd] received connection request\n2025-07-17 18:21:03.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:21:03.179 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bcfe61de-9d81-4f59-b480-1fdc694fc5dd] socks forwarding established\n2025-07-17 18:21:03.209 [info] [command][b5669528-72b5-4444-b1f3-b2127182f457] Process exited with code 0\n2025-07-17 18:21:03.210 [info] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:51185 -> 127.0.0.1:36087][bcfe61de-9d81-4f59-b480-1fdc694fc5dd] socks connection closed\n2025-07-17 18:21:03.210 [info] [command][b5669528-72b5-4444-b1f3-b2127182f457] Socket close event received\n2025-07-17 18:21:03.227 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51185 for 127.0.0.1 port 36087, connect from 127.0.0.1 port 51119 to 127.0.0.1 port 51185, nchannels 6\n\n2025-07-17 18:21:12.555 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:39531][b9608c13-4282-42e1-8b5e-c77ca188c59a] received connection request\n2025-07-17 18:21:12.585 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-17 18:21:12.585 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-17 18:21:12.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:21:12.600 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:39531][785bb909-797b-4641-877f-78d81665eb2d] received connection request\n2025-07-17 18:21:12.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:21:15.594 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-17 18:21:15.595 [error] Failed to connect to Cursor server at http://127.0.0.1:51221, attempt 1 of 3 This operation was aborted\n2025-07-17 18:21:15.604 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:39531][5934c196-ad0c-4da2-9a1f-eb5de5ba2456] received connection request\n2025-07-17 18:21:15.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 51185 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-17 18:21:15.661 [info] Terminating existing SSH process with pid: 95459\n2025-07-17 18:21:15.661 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-17 18:21:15.662 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-17 18:21:15.662 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:21:15.664 [error] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][b9608c13-4282-42e1-8b5e-c77ca188c59a] error while creating socks forwarding Socket closed\n2025-07-17 18:21:15.664 [error] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][785bb909-797b-4641-877f-78d81665eb2d] error while creating socks forwarding Socket closed\n2025-07-17 18:21:15.664 [error] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][5934c196-ad0c-4da2-9a1f-eb5de5ba2456] error while creating socks forwarding Socket closed\n2025-07-17 18:21:15.664 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][eafe767a-af01-46b2-aacf-26f4316f79de] socks connection closed\n2025-07-17 18:21:15.664 [info] [forwarding][code][127.0.0.1:51221 -> 127.0.0.1:51185 -> 127.0.0.1:39531][74738ebb-c1a5-4420-aa2c-b473df33055e] socks connection closed\n2025-07-17 18:21:15.666 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70602.sh"" | ssh -v -T -D 51176 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:21:15.666 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:21:15.666 [info] Waiting for server to install via process(8432)...\n2025-07-17 18:21:15.672 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:21:15.672 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 18:21:15.673 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:21:15.674 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:21:15.674 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:21:15.675 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:21:15.677 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:21:15.678 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:21:15.678 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:21:15.678 [info] Retrying connection in 5 seconds...\n2025-07-17 18:21:16.601 [error] Failed to connect to Cursor server at http://127.0.0.1:51221, attempt 2 of 3 This operation was aborted\n2025-07-17 18:21:17.608 [error] Failed to connect to Cursor server at http://127.0.0.1:51221, attempt 3 of 3 This operation was aborted\n2025-07-17 18:21:17.608 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-17 18:21:17.609 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-17 18:22:30.213 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70602.sh\n2025-07-17 18:22:30.214 [info] [remote-ssh] Pinging remote server on port 51222\n2025-07-17 18:22:30.216 [error] [forwarding][multiplex][127.0.0.1:51222 -> 127.0.0.1:undefined][5969fb28-3985-428e-93bc-bfc5e5befb03] remote server not configured\n2025-07-17 18:22:30.216 [info] [command][a7fa58df-35b8-4f5e-ac13-71541227ee17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""bb33a6e4-921b-441a-9872-d9a1414f9632"",""id"":""a7fa58df-35b8-4f5e-ac13-71541227ee17""}\n2025-07-17 18:22:30.219 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:22:30.219 [error] [command][a7fa58df-35b8-4f5e-ac13-71541227ee17] Socket error: Error: read ECONNRESET\n2025-07-17 18:22:30.220 [info] [command][a7fa58df-35b8-4f5e-ac13-71541227ee17] Socket close event received\n2025-07-17 18:22:30.222 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76860.sh"" | ssh -v -T -D 51178 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:22:30.222 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:22:30.222 [info] Waiting for server to install via process(8443)...\n2025-07-17 18:22:30.235 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 18:22:30.235 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:22:30.235 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:22:30.235 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:22:30.238 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:22:30.239 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:22:30.239 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:22:30.239 [info] Retrying connection in 5 seconds...\n2025-07-17 18:22:35.238 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76860.sh\n2025-07-17 18:22:35.239 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:22:35.243 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59684.sh"" | ssh -v -T -D 51179 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:22:35.243 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:22:35.243 [info] Waiting for server to install via process(8455)...\n2025-07-17 18:22:35.267 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:22:35.267 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 18:22:35.267 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:22:35.271 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:22:35.278 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:22:35.279 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:22:35.279 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:22:35.279 [info] Retrying connection in 5 seconds...\n2025-07-17 18:22:40.287 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59684.sh\n2025-07-17 18:22:40.288 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:22:40.289 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16478.sh"" | ssh -v -T -D 51180 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:22:40.290 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:22:40.290 [info] Waiting for server to install via process(8461)...\n2025-07-17 18:22:40.296 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-17 18:22:40.296 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:22:40.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:22:40.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:22:40.297 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:22:40.298 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:22:40.298 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:22:40.298 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:22:40.298 [info] Retrying connection in 5 seconds...\n2025-07-17 18:22:45.305 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_16478.sh\n2025-07-17 18:22:45.307 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:22:45.312 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99311.sh"" | ssh -v -T -D 51181 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:22:45.312 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:22:45.312 [info] Waiting for server to install via process(8465)...\n2025-07-17 18:22:45.329 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:22:45.329 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:22:45.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:22:45.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:22:45.329 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:22:45.331 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:22:45.332 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:22:45.333 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:22:45.333 [info] Retrying connection in 5 seconds...\n2025-07-17 18:22:50.342 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99311.sh\n2025-07-17 18:22:50.343 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:22:50.346 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87601.sh"" | ssh -v -T -D 51183 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:22:50.346 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:22:50.346 [info] Waiting for server to install via process(8470)...\n2025-07-17 18:22:50.357 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:22:50.357 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:22:50.357 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:22:50.357 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:22:50.358 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:22:50.359 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:22:50.360 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:22:50.360 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:22:50.360 [info] Retrying connection in 5 seconds...\n2025-07-17 18:23:54.931 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87601.sh\n2025-07-17 18:23:54.932 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:23:54.936 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99012.sh"" | ssh -v -T -D 51184 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:23:54.936 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:23:54.936 [info] Waiting for server to install via process(8474)...\n2025-07-17 18:23:54.953 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 18:23:54.953 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:23:54.954 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:23:54.954 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:23:54.954 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:23:54.956 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:23:54.957 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:23:54.957 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:23:54.957 [info] Retrying connection in 5 seconds...\n2025-07-17 18:23:59.958 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99012.sh\n2025-07-17 18:23:59.961 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:23:59.966 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20303.sh"" | ssh -v -T -D 51187 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:23:59.967 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:23:59.967 [info] Waiting for server to install via process(8483)...\n2025-07-17 18:23:59.984 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 18:23:59.985 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:23:59.985 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:23:59.985 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:23:59.985 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:23:59.986 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:23:59.987 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:23:59.987 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:23:59.987 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:04.997 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20303.sh\n2025-07-17 18:24:04.998 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:05.003 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53376.sh"" | ssh -v -T -D 51189 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:05.003 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:05.004 [info] Waiting for server to install via process(8488)...\n2025-07-17 18:24:05.021 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-17 18:24:05.021 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:05.022 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:05.022 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:05.022 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:05.024 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:05.025 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:05.025 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:05.025 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:10.035 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53376.sh\n2025-07-17 18:24:10.035 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:10.040 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81110.sh"" | ssh -v -T -D 51190 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:10.040 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:10.040 [info] Waiting for server to install via process(8492)...\n2025-07-17 18:24:10.057 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:24:10.057 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:10.057 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:10.057 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:10.057 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:10.060 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:10.061 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:10.061 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:10.061 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:15.063 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_81110.sh\n2025-07-17 18:24:15.064 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:15.069 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39921.sh"" | ssh -v -T -D 51191 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:15.069 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:15.069 [info] Waiting for server to install via process(8497)...\n2025-07-17 18:24:15.087 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 18:24:15.087 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:15.088 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:15.088 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:15.088 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:15.090 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:15.091 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:15.091 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:15.091 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:20.100 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39921.sh\n2025-07-17 18:24:20.101 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:20.105 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86679.sh"" | ssh -v -T -D 51193 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:20.105 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:20.105 [info] Waiting for server to install via process(8501)...\n2025-07-17 18:24:20.118 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-17 18:24:20.118 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:20.119 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:20.119 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:20.119 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:20.120 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:20.121 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:20.121 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:20.121 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:25.126 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86679.sh\n2025-07-17 18:24:25.127 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:25.132 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51442.sh"" | ssh -v -T -D 51194 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:25.132 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:25.132 [info] Waiting for server to install via process(8506)...\n2025-07-17 18:24:25.150 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:24:25.150 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:25.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:25.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:25.151 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:25.162 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:25.162 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:25.163 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:25.163 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:30.167 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51442.sh\n2025-07-17 18:24:30.168 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:30.172 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37160.sh"" | ssh -v -T -D 51195 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:30.173 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:30.173 [info] Waiting for server to install via process(8510)...\n2025-07-17 18:24:30.193 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-17 18:24:30.193 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:30.193 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:30.193 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:30.194 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:30.196 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:30.196 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:30.196 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:30.196 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:35.204 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_37160.sh\n2025-07-17 18:24:35.205 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:35.210 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34452.sh"" | ssh -v -T -D 51196 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:35.210 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:35.210 [info] Waiting for server to install via process(8516)...\n2025-07-17 18:24:35.229 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:24:35.229 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:35.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:35.229 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:35.230 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:35.232 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:35.232 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:35.233 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:35.233 [info] Retrying connection in 5 seconds...\n2025-07-17 18:24:40.240 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34452.sh\n2025-07-17 18:24:40.241 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:24:40.247 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97906.sh"" | ssh -v -T -D 51197 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:24:40.247 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:24:40.247 [info] Waiting for server to install via process(8524)...\n2025-07-17 18:24:40.265 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-17 18:24:40.265 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:24:40.266 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:24:40.266 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:24:40.266 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:24:40.268 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:24:40.268 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:24:40.269 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:24:40.269 [info] Retrying connection in 5 seconds...\n2025-07-17 18:25:48.343 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97906.sh\n2025-07-17 18:25:48.344 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:25:48.345 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48386.sh"" | ssh -v -T -D 51198 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:25:48.345 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:25:48.345 [info] Waiting for server to install via process(8530)...\n2025-07-17 18:25:48.353 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:25:48.353 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:25:48.354 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:25:48.354 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:25:48.354 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:25:48.355 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:25:48.355 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:25:48.356 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:25:48.356 [info] Retrying connection in 5 seconds...\n2025-07-17 18:25:53.364 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48386.sh\n2025-07-17 18:25:53.366 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:25:53.370 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28835.sh"" | ssh -v -T -D 51200 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:25:53.371 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:25:53.371 [info] Waiting for server to install via process(8535)...\n2025-07-17 18:25:53.386 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:25:53.386 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:25:53.387 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:25:53.387 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:25:53.387 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:25:53.389 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:25:53.390 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:25:53.390 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:25:53.390 [info] Retrying connection in 5 seconds...\n2025-07-17 18:39:31.707 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28835.sh\n2025-07-17 18:39:31.710 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-AYwADx/socket.sock\n2025-07-17 18:39:31.716 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69478.sh"" | ssh -v -T -D 51201 horeka.scc.kit.edu bash --login -c bash\n2025-07-17 18:39:31.716 [info] Started installation script. Waiting for it to finish...\n2025-07-17 18:39:31.716 [info] Waiting for server to install via process(8539)...\n2025-07-17 18:39:31.725 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-17 18:39:31.725 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-17 18:39:31.725 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-17 18:39:31.725 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-17 18:39:31.725 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-17 18:39:31.727 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-17 18:39:31.727 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-17 18:39:31.728 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:39:31.728 [error] Failed to connect after 19 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-17 18:39:31.728 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69478.sh\n2025-07-17 18:39:31.728 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 09:48:44.609 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-18 09:48:44.624 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9VhPKr/socket.sock\n2025-07-18 09:48:44.625 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 09:48:44.627 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9VhPKr/socket.sock\n2025-07-18 09:48:44.629 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93888.sh"" | ssh -v -T -D 54336 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 09:48:44.629 [info] Started installation script. Waiting for it to finish...\n2025-07-18 09:48:44.629 [info] Waiting for server to install via process(11452)...\n2025-07-18 09:48:44.635 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-18 09:48:44.635 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 09:48:44.635 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 09:48:44.635 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 09:48:44.636 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-18 09:48:44.636 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 09:48:45.143 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 09:48:45.143 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 09:48:45.143 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 09:48:45.144 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-18 09:48:45.144 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 09:48:45.251 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 09:48:45.253 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 09:48:45.253 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 09:48:45.387 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 09:48:45.388 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 09:48:45.493 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 09:48:45.494 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-18 09:48:45.494 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 09:48:45.498 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 09:48:45.498 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-18 09:48:45.498 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 09:48:45.708 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 09:48:45.794 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 09:48:45.797 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 09:48:45.797 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 09:48:46.459 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\n\n2025-07-18 09:48:46.460 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 09:48:46.552 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 09:48:47.102 [info] Askpass server received request: POST /\n2025-07-18 09:48:47.103 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 09:48:47.103 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 09:48:54.326 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 09:48:54.431 [info] Askpass server received request: POST /\n2025-07-18 09:48:54.431 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-18 09:48:54.432 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-18 09:48:58.717 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:54336 forwarded to remote address socks:0\n\n2025-07-18 09:48:58.719 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 54336.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 54336.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-18 09:48:58.720 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-18 09:48:59.411 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-18 09:48:59.417 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-18 09:48:59.426 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-18 09:48:59.564 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-18 09:49:03.238 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-18 09:49:03.401 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 09:49:03.412 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-18 09:49:03.477 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-18 09:49:03.496 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 09:49:03.644 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-18 09:49:03.655 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 09:49:03.673 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-18 09:49:03.711 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 09:49:03.743 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 96efe026-aae4-459b-a581-903c8f622879\n\n2025-07-18 09:49:03.754 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3079864 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-18 09:49:03.761 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 09:49:04.292 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-18 09:49:04.429 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 09:49:04.446 [info] (ssh_tunnel) stdout: Starting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\n\n2025-07-18 09:49:04.452 [info] (ssh_tunnel) stdout: Code server started with PID 3080454 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 09:49:04.458 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 09:49:05.084 [info] (ssh_tunnel) stdout: 381bbfd36f2828695ea5575c: start\n\n2025-07-18 09:49:05.084 [info] (ssh_tunnel) stdout: exitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==38043==\nmultiplexConnectionToken==96efe026-aae4-459b-a581-903c8f622879==\ncodeListeningOn==46063==\ncodeConnectionToken==f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b==\ndetectedPlatform==linux==\narch==x64==\n\n2025-07-18 09:49:05.181 [info] (ssh_tunnel) stdout: SSH_AUTH_SOCK====\n381bbfd36f2828695ea5575c: end\nUnlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 09:49:05.182 [info] Server install command exit code: 0\n2025-07-18 09:49:05.182 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93888.sh\n2025-07-18 09:49:05.187 [info] [forwarding][code] creating new forwarding server\n2025-07-18 09:49:05.187 [info] [forwarding][code] server listening on 54357\n2025-07-18 09:49:05.187 [info] [forwarding][code] Set up server\n2025-07-18 09:49:05.187 [info] [remote-ssh] codeListeningOn (remote=46063; local=54357) codeConnectionToken: f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b\n2025-07-18 09:49:05.187 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-18 09:49:05.187 [info] [forwarding][multiplex] server listening on 54358\n2025-07-18 09:49:05.187 [info] [forwarding][multiplex] Set up server\n2025-07-18 09:49:05.188 [info] [remote-ssh] multiplexListeningOn (remote=38043; local=54358) multiplexConnectionToken: 96efe026-aae4-459b-a581-903c8f622879\n2025-07-18 09:49:05.188 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:49:05.195 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][2a1662d8-905b-43fe-b276-3ea638605674] received connection request\n2025-07-18 09:49:05.195 [info] [command][7495e8ac-c001-4e97-bc11-cf10271190cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""7495e8ac-c001-4e97-bc11-cf10271190cd""}\n2025-07-18 09:49:05.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:49:05.255 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:46063][efedd123-49b3-47e3-bfd8-e4ac1cbc3c34] received connection request\n2025-07-18 09:49:05.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:49:05.294 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][2a1662d8-905b-43fe-b276-3ea638605674] socks forwarding established\n2025-07-18 09:49:05.341 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][efedd123-49b3-47e3-bfd8-e4ac1cbc3c34] socks forwarding established\n2025-07-18 09:49:05.420 [info] [command][7495e8ac-c001-4e97-bc11-cf10271190cd] Process exited with code 0\n2025-07-18 09:49:05.420 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][2a1662d8-905b-43fe-b276-3ea638605674] socks connection closed\n2025-07-18 09:49:05.420 [info] [command][7495e8ac-c001-4e97-bc11-cf10271190cd] Socket close event received\n2025-07-18 09:49:05.445 [info] Successfully connected to Cursor server at http://127.0.0.1:54357/version\n2025-07-18 09:49:05.445 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-18 09:49:05.446 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][b930bef5-aa2a-4a4a-be8f-859b1d588d78] received connection request\n2025-07-18 09:49:05.446 [info] [command][f1ed3f58-b47c-46b7-b6c9-43674e170fa8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""f1ed3f58-b47c-46b7-b6c9-43674e170fa8""}\n2025-07-18 09:49:05.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:49:05.521 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54360 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:49:05.534 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][b930bef5-aa2a-4a4a-be8f-859b1d588d78] socks forwarding established\n2025-07-18 09:49:05.644 [info] [command][f1ed3f58-b47c-46b7-b6c9-43674e170fa8] Process exited with code 0\n2025-07-18 09:49:05.644 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-18 09:49:05.645 [info] [remote-ssh] Resolved exec server. Socks port: 54336\n2025-07-18 09:49:05.645 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":54357,""connectionToken"":""f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b"",""extensionHostEnv"":{}}. Socks port: 54336\n2025-07-18 09:49:05.646 [info] [command][f1ed3f58-b47c-46b7-b6c9-43674e170fa8] Socket close event received\n2025-07-18 09:49:05.647 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][b930bef5-aa2a-4a4a-be8f-859b1d588d78] socks connection closed\n2025-07-18 09:49:05.697 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:46063][3a3db5ed-0de3-4894-b475-ab48545de7fc] received connection request\n2025-07-18 09:49:05.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:49:05.734 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54364 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:49:05.785 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][3a3db5ed-0de3-4894-b475-ab48545de7fc] socks forwarding established\n2025-07-18 09:49:05.902 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:46063][f7852c77-ddc2-43ee-bf57-6ce229f83d9b] received connection request\n2025-07-18 09:49:05.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:49:05.995 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][f7852c77-ddc2-43ee-bf57-6ce229f83d9b] socks forwarding established\n2025-07-18 09:49:06.436 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-18 09:49:08.562 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 46063, connect from 127.0.0.1 port 54362 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:49:08.562 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][efedd123-49b3-47e3-bfd8-e4ac1cbc3c34] socks connection closed\n2025-07-18 09:50:05.423 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:50:05.430 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][0f3a2313-d702-4fc3-955f-d3089fd2314e] received connection request\n2025-07-18 09:50:05.431 [info] [command][d13a9c54-7ebb-408b-8475-4d412011a1ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""d13a9c54-7ebb-408b-8475-4d412011a1ce""}\n2025-07-18 09:50:05.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:50:05.550 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][0f3a2313-d702-4fc3-955f-d3089fd2314e] socks forwarding established\n2025-07-18 09:50:05.713 [info] [command][d13a9c54-7ebb-408b-8475-4d412011a1ce] Process exited with code 0\n2025-07-18 09:50:05.713 [info] [command][d13a9c54-7ebb-408b-8475-4d412011a1ce] Socket close event received\n2025-07-18 09:50:05.717 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][0f3a2313-d702-4fc3-955f-d3089fd2314e] socks connection closed\n2025-07-18 09:50:05.833 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54593 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:51:05.716 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:51:05.719 [info] [command][8186dc13-6fb5-4835-b036-97eba1c7576a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""8186dc13-6fb5-4835-b036-97eba1c7576a""}\n2025-07-18 09:51:05.719 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][b9025262-2d9c-49e1-b543-9bb4200f7f70] received connection request\n2025-07-18 09:51:05.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:51:05.831 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][b9025262-2d9c-49e1-b543-9bb4200f7f70] socks forwarding established\n2025-07-18 09:51:05.951 [info] [command][8186dc13-6fb5-4835-b036-97eba1c7576a] Process exited with code 0\n2025-07-18 09:51:05.951 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][b9025262-2d9c-49e1-b543-9bb4200f7f70] socks connection closed\n2025-07-18 09:51:05.951 [info] [command][8186dc13-6fb5-4835-b036-97eba1c7576a] Socket close event received\n2025-07-18 09:51:06.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54630 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:52:05.954 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:52:05.956 [info] [command][d13989a3-d08c-4d3a-9bb3-fb9ac31e5467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""d13989a3-d08c-4d3a-9bb3-fb9ac31e5467""}\n2025-07-18 09:52:05.956 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][7dd24f78-5cb4-45b4-ab38-aa8a63c0910f] received connection request\n2025-07-18 09:52:05.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\n\n2025-07-18 09:52:05.958 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:52:06.075 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7dd24f78-5cb4-45b4-ab38-aa8a63c0910f] socks forwarding established\n2025-07-18 09:52:06.211 [info] [command][d13989a3-d08c-4d3a-9bb3-fb9ac31e5467] Process exited with code 0\n2025-07-18 09:52:06.211 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7dd24f78-5cb4-45b4-ab38-aa8a63c0910f] socks connection closed\n2025-07-18 09:52:06.212 [info] [command][d13989a3-d08c-4d3a-9bb3-fb9ac31e5467] Socket close event received\n2025-07-18 09:52:06.317 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54693 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:53:06.214 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:53:06.217 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][c399b833-606c-48e1-8e33-a9a995ad1ece] received connection request\n2025-07-18 09:53:06.218 [info] [command][310235bd-a376-4d2e-b434-6149e363fa0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""310235bd-a376-4d2e-b434-6149e363fa0a""}\n2025-07-18 09:53:06.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:53:07.011 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][c399b833-606c-48e1-8e33-a9a995ad1ece] socks forwarding established\n2025-07-18 09:53:07.353 [info] [command][310235bd-a376-4d2e-b434-6149e363fa0a] Process exited with code 0\n2025-07-18 09:53:07.354 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][c399b833-606c-48e1-8e33-a9a995ad1ece] socks connection closed\n2025-07-18 09:53:07.354 [info] [command][310235bd-a376-4d2e-b434-6149e363fa0a] Socket close event received\n2025-07-18 09:53:07.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54742 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:54:07.354 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:54:07.356 [info] [command][862dd2af-ac58-4b14-a5ae-b7677ac10e10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""862dd2af-ac58-4b14-a5ae-b7677ac10e10""}\n2025-07-18 09:54:07.357 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][648a9be8-c58e-4073-999f-ee80cc816e99] received connection request\n2025-07-18 09:54:07.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:54:07.635 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][648a9be8-c58e-4073-999f-ee80cc816e99] socks forwarding established\n2025-07-18 09:54:07.762 [info] [command][862dd2af-ac58-4b14-a5ae-b7677ac10e10] Process exited with code 0\n2025-07-18 09:54:07.763 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][648a9be8-c58e-4073-999f-ee80cc816e99] socks connection closed\n2025-07-18 09:54:07.763 [info] [command][862dd2af-ac58-4b14-a5ae-b7677ac10e10] Socket close event received\n2025-07-18 09:54:07.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54910 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:55:07.765 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:55:07.766 [info] [command][598747f5-cc54-4560-abd7-fc2327beaabe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""598747f5-cc54-4560-abd7-fc2327beaabe""}\n2025-07-18 09:55:07.766 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][7c547132-8079-4f80-a8ae-d93448c5f098] received connection request\n2025-07-18 09:55:07.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:55:07.849 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7c547132-8079-4f80-a8ae-d93448c5f098] socks forwarding established\n2025-07-18 09:55:07.947 [info] [command][598747f5-cc54-4560-abd7-fc2327beaabe] Process exited with code 0\n2025-07-18 09:55:07.947 [info] [command][598747f5-cc54-4560-abd7-fc2327beaabe] Socket close event received\n2025-07-18 09:55:07.948 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7c547132-8079-4f80-a8ae-d93448c5f098] socks connection closed\n2025-07-18 09:55:08.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 54996 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:56:07.947 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:56:07.950 [info] [command][8be7c402-da87-4e5b-a0c7-c4a305154977] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""8be7c402-da87-4e5b-a0c7-c4a305154977""}\n2025-07-18 09:56:07.951 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][991f6413-0cf5-4a43-a701-13d0eb076c7b] received connection request\n2025-07-18 09:56:07.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:56:08.388 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][991f6413-0cf5-4a43-a701-13d0eb076c7b] socks forwarding established\n2025-07-18 09:56:08.852 [info] [command][8be7c402-da87-4e5b-a0c7-c4a305154977] Process exited with code 0\n2025-07-18 09:56:08.853 [info] [command][8be7c402-da87-4e5b-a0c7-c4a305154977] Socket close event received\n2025-07-18 09:56:08.878 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][991f6413-0cf5-4a43-a701-13d0eb076c7b] socks connection closed\n2025-07-18 09:56:09.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55031 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:57:08.857 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:57:08.859 [info] [command][b4b1fdff-dd08-4e2f-9777-e3e2a47702a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""b4b1fdff-dd08-4e2f-9777-e3e2a47702a1""}\n2025-07-18 09:57:08.860 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][37cd0cd6-9823-4793-aec9-bcf9950f5fe6] received connection request\n2025-07-18 09:57:08.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:57:08.953 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][37cd0cd6-9823-4793-aec9-bcf9950f5fe6] socks forwarding established\n2025-07-18 09:57:09.058 [info] [command][b4b1fdff-dd08-4e2f-9777-e3e2a47702a1] Process exited with code 0\n2025-07-18 09:57:09.058 [info] [command][b4b1fdff-dd08-4e2f-9777-e3e2a47702a1] Socket close event received\n2025-07-18 09:57:09.058 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][37cd0cd6-9823-4793-aec9-bcf9950f5fe6] socks connection closed\n2025-07-18 09:57:09.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55087 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:58:09.062 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:58:09.065 [info] [command][bc240126-ebe7-449c-b9e2-eb3d76fa179a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""bc240126-ebe7-449c-b9e2-eb3d76fa179a""}\n2025-07-18 09:58:09.066 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][48da62d4-7c56-4e1e-89a9-a2c235ecdcc3] received connection request\n2025-07-18 09:58:09.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:58:09.328 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][48da62d4-7c56-4e1e-89a9-a2c235ecdcc3] socks forwarding established\n2025-07-18 09:58:09.499 [info] [command][bc240126-ebe7-449c-b9e2-eb3d76fa179a] Process exited with code 0\n2025-07-18 09:58:09.499 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][48da62d4-7c56-4e1e-89a9-a2c235ecdcc3] socks connection closed\n2025-07-18 09:58:09.500 [info] [command][bc240126-ebe7-449c-b9e2-eb3d76fa179a] Socket close event received\n2025-07-18 09:58:09.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55123 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 09:59:09.503 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 09:59:09.505 [info] [command][0efea972-50ed-4a2d-9b5d-2d5f2c76dde6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""0efea972-50ed-4a2d-9b5d-2d5f2c76dde6""}\n2025-07-18 09:59:09.506 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][57f016f1-3018-423f-a45b-1449780b98e0] received connection request\n2025-07-18 09:59:09.506 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 09:59:09.616 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][57f016f1-3018-423f-a45b-1449780b98e0] socks forwarding established\n2025-07-18 09:59:09.752 [info] [command][0efea972-50ed-4a2d-9b5d-2d5f2c76dde6] Process exited with code 0\n2025-07-18 09:59:09.752 [info] [command][0efea972-50ed-4a2d-9b5d-2d5f2c76dde6] Socket close event received\n2025-07-18 09:59:09.756 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][57f016f1-3018-423f-a45b-1449780b98e0] socks connection closed\n2025-07-18 09:59:09.876 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55173 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:00:09.758 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:00:09.760 [info] [command][8caadb97-5fd0-4b44-8377-dd792b105fe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""8caadb97-5fd0-4b44-8377-dd792b105fe0""}\n2025-07-18 10:00:09.761 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][d762e823-38b1-462d-9331-3b0d8e04558b] received connection request\n2025-07-18 10:00:09.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:00:09.864 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][d762e823-38b1-462d-9331-3b0d8e04558b] socks forwarding established\n2025-07-18 10:00:09.988 [info] [command][8caadb97-5fd0-4b44-8377-dd792b105fe0] Process exited with code 0\n2025-07-18 10:00:09.989 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][d762e823-38b1-462d-9331-3b0d8e04558b] socks connection closed\n2025-07-18 10:00:09.989 [info] [command][8caadb97-5fd0-4b44-8377-dd792b105fe0] Socket close event received\n2025-07-18 10:00:10.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55282 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:01:09.992 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:01:09.994 [info] [command][95bcd8e3-f8b4-4dc2-8c98-46a711e398bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""95bcd8e3-f8b4-4dc2-8c98-46a711e398bb""}\n2025-07-18 10:01:09.994 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][7c68f2d7-35b7-4423-ae98-d96c3e73c941] received connection request\n2025-07-18 10:01:09.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:01:10.087 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7c68f2d7-35b7-4423-ae98-d96c3e73c941] socks forwarding established\n2025-07-18 10:01:10.190 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7c68f2d7-35b7-4423-ae98-d96c3e73c941] socks connection closed\n2025-07-18 10:01:10.190 [info] [command][95bcd8e3-f8b4-4dc2-8c98-46a711e398bb] Process exited with code 0\n2025-07-18 10:01:10.190 [info] [command][95bcd8e3-f8b4-4dc2-8c98-46a711e398bb] Socket close event received\n2025-07-18 10:01:10.283 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55305 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:02:10.191 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:02:10.192 [info] [command][8c2049fc-cd53-4a0f-82d1-7a560c59b120] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""8c2049fc-cd53-4a0f-82d1-7a560c59b120""}\n2025-07-18 10:02:10.193 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][86394e6c-cd34-403f-bf83-decf94f6ac63] received connection request\n2025-07-18 10:02:10.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\n\n2025-07-18 10:02:10.193 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:02:10.283 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][86394e6c-cd34-403f-bf83-decf94f6ac63] socks forwarding established\n2025-07-18 10:02:10.381 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][86394e6c-cd34-403f-bf83-decf94f6ac63] socks connection closed\n2025-07-18 10:02:10.381 [info] [command][8c2049fc-cd53-4a0f-82d1-7a560c59b120] Process exited with code 0\n2025-07-18 10:02:10.381 [info] [command][8c2049fc-cd53-4a0f-82d1-7a560c59b120] Socket close event received\n2025-07-18 10:02:10.482 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55354 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:03:10.386 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:03:10.387 [info] [command][fc9fa3c8-b845-44dd-a9e5-2af78de36e10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""fc9fa3c8-b845-44dd-a9e5-2af78de36e10""}\n2025-07-18 10:03:10.388 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][cc8fa093-e7e9-4835-bf91-a67688203e58] received connection request\n2025-07-18 10:03:10.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\n\n2025-07-18 10:03:10.388 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:03:10.486 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][cc8fa093-e7e9-4835-bf91-a67688203e58] socks forwarding established\n2025-07-18 10:03:10.596 [info] [command][fc9fa3c8-b845-44dd-a9e5-2af78de36e10] Process exited with code 0\n2025-07-18 10:03:10.596 [info] [command][fc9fa3c8-b845-44dd-a9e5-2af78de36e10] Socket close event received\n2025-07-18 10:03:10.616 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][cc8fa093-e7e9-4835-bf91-a67688203e58] socks connection closed\n2025-07-18 10:03:10.680 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55390 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:04:10.601 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:04:10.603 [info] [command][512eb4fb-66eb-43c7-8263-c4a74d9c8375] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""512eb4fb-66eb-43c7-8263-c4a74d9c8375""}\n2025-07-18 10:04:10.604 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][aa436807-d67a-43c7-8a46-0c083d983159] received connection request\n2025-07-18 10:04:10.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:04:10.893 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][aa436807-d67a-43c7-8a46-0c083d983159] socks forwarding established\n2025-07-18 10:04:11.076 [info] [command][512eb4fb-66eb-43c7-8263-c4a74d9c8375] Process exited with code 0\n2025-07-18 10:04:11.077 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][aa436807-d67a-43c7-8a46-0c083d983159] socks connection closed\n2025-07-18 10:04:11.077 [info] [command][512eb4fb-66eb-43c7-8263-c4a74d9c8375] Socket close event received\n2025-07-18 10:04:11.248 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55447 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:05:11.080 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:05:11.082 [info] [command][5976e54c-69f8-4284-9eee-b5bd3b3cdaac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""5976e54c-69f8-4284-9eee-b5bd3b3cdaac""}\n2025-07-18 10:05:11.083 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][cf43bb28-e17e-4aa6-9286-298a7bf00e46] received connection request\n2025-07-18 10:05:11.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:05:11.290 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][cf43bb28-e17e-4aa6-9286-298a7bf00e46] socks forwarding established\n2025-07-18 10:05:11.515 [info] [command][5976e54c-69f8-4284-9eee-b5bd3b3cdaac] Process exited with code 0\n2025-07-18 10:05:11.516 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][cf43bb28-e17e-4aa6-9286-298a7bf00e46] socks connection closed\n2025-07-18 10:05:11.516 [info] [command][5976e54c-69f8-4284-9eee-b5bd3b3cdaac] Socket close event received\n2025-07-18 10:05:11.691 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55504 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:06:11.519 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:06:11.520 [info] [command][2bb180de-5d09-4dbb-8052-948d15f07565] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""2bb180de-5d09-4dbb-8052-948d15f07565""}\n2025-07-18 10:06:11.521 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][989918bf-321b-46e6-b18a-b2a1a19d5f02] received connection request\n2025-07-18 10:06:11.521 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:06:11.616 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][989918bf-321b-46e6-b18a-b2a1a19d5f02] socks forwarding established\n2025-07-18 10:06:11.725 [info] [command][2bb180de-5d09-4dbb-8052-948d15f07565] Process exited with code 0\n2025-07-18 10:06:11.725 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][989918bf-321b-46e6-b18a-b2a1a19d5f02] socks connection closed\n2025-07-18 10:06:11.725 [info] [command][2bb180de-5d09-4dbb-8052-948d15f07565] Socket close event received\n2025-07-18 10:06:11.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55526 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:07:11.726 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:07:11.729 [info] [command][05d2a54a-c254-4a85-bf2d-5d8683320120] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""05d2a54a-c254-4a85-bf2d-5d8683320120""}\n2025-07-18 10:07:11.729 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][8eff7458-7103-4afb-af0d-1e55548c0594] received connection request\n2025-07-18 10:07:11.730 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\n\n2025-07-18 10:07:11.730 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:07:11.832 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][8eff7458-7103-4afb-af0d-1e55548c0594] socks forwarding established\n2025-07-18 10:07:11.942 [info] [command][05d2a54a-c254-4a85-bf2d-5d8683320120] Process exited with code 0\n2025-07-18 10:07:11.943 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][8eff7458-7103-4afb-af0d-1e55548c0594] socks connection closed\n2025-07-18 10:07:11.943 [info] [command][05d2a54a-c254-4a85-bf2d-5d8683320120] Socket close event received\n2025-07-18 10:07:12.037 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55569 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:08:11.945 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:08:11.946 [info] [command][1c65a7d9-cbcc-4a0f-b32c-a3ce0384d26a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""1c65a7d9-cbcc-4a0f-b32c-a3ce0384d26a""}\n2025-07-18 10:08:11.947 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][8237f805-38e8-4f52-9969-650e178c45dd] received connection request\n2025-07-18 10:08:11.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:08:12.039 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][8237f805-38e8-4f52-9969-650e178c45dd] socks forwarding established\n2025-07-18 10:08:12.149 [info] [command][1c65a7d9-cbcc-4a0f-b32c-a3ce0384d26a] Process exited with code 0\n2025-07-18 10:08:12.149 [info] [command][1c65a7d9-cbcc-4a0f-b32c-a3ce0384d26a] Socket close event received\n2025-07-18 10:08:12.152 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][8237f805-38e8-4f52-9969-650e178c45dd] socks connection closed\n2025-07-18 10:08:12.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55601 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:09:12.152 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:09:12.153 [info] [command][0863d405-ece5-450f-a820-591811fafce8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""0863d405-ece5-450f-a820-591811fafce8""}\n2025-07-18 10:09:12.153 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][e66cefa9-5975-42e2-a881-e8539ef173fa] received connection request\n2025-07-18 10:09:12.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:09:12.241 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][e66cefa9-5975-42e2-a881-e8539ef173fa] socks forwarding established\n2025-07-18 10:09:12.388 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][e66cefa9-5975-42e2-a881-e8539ef173fa] socks connection closed\n2025-07-18 10:09:12.388 [info] [command][0863d405-ece5-450f-a820-591811fafce8] Process exited with code 0\n2025-07-18 10:09:12.388 [info] [command][0863d405-ece5-450f-a820-591811fafce8] Socket close event received\n2025-07-18 10:09:12.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55655 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:10:12.391 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:10:12.392 [info] [command][ec1a7a2f-1a6d-4b3d-93c9-f9f80a921f57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""ec1a7a2f-1a6d-4b3d-93c9-f9f80a921f57""}\n2025-07-18 10:10:12.393 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][5559a875-bdf8-410d-993c-7f77c230206c] received connection request\n2025-07-18 10:10:12.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:10:12.686 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][5559a875-bdf8-410d-993c-7f77c230206c] socks forwarding established\n2025-07-18 10:10:12.865 [info] [command][ec1a7a2f-1a6d-4b3d-93c9-f9f80a921f57] Process exited with code 0\n2025-07-18 10:10:12.866 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][5559a875-bdf8-410d-993c-7f77c230206c] socks connection closed\n2025-07-18 10:10:12.866 [info] [command][ec1a7a2f-1a6d-4b3d-93c9-f9f80a921f57] Socket close event received\n2025-07-18 10:10:12.972 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55727 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:11:12.870 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:11:12.872 [info] [command][1f09bbe9-aa7f-44d2-ba13-d04ef8ac84ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""1f09bbe9-aa7f-44d2-ba13-d04ef8ac84ab""}\n2025-07-18 10:11:12.873 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][7340fb5c-65b2-4c46-95c2-1cb68167ce63] received connection request\n2025-07-18 10:11:12.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:11:13.178 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7340fb5c-65b2-4c46-95c2-1cb68167ce63] socks forwarding established\n2025-07-18 10:11:13.473 [info] [command][1f09bbe9-aa7f-44d2-ba13-d04ef8ac84ab] Process exited with code 0\n2025-07-18 10:11:13.473 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][7340fb5c-65b2-4c46-95c2-1cb68167ce63] socks connection closed\n2025-07-18 10:11:13.473 [info] [command][1f09bbe9-aa7f-44d2-ba13-d04ef8ac84ab] Socket close event received\n2025-07-18 10:11:13.874 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55762 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:12:13.474 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:12:13.476 [info] [command][aa8e8f6d-d821-4963-8e63-d3e80e6ba9ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""aa8e8f6d-d821-4963-8e63-d3e80e6ba9ef""}\n2025-07-18 10:12:13.476 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][26f60f7b-d3b3-498a-bec0-fb26f520e3e2] received connection request\n2025-07-18 10:12:13.476 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:12:13.581 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][26f60f7b-d3b3-498a-bec0-fb26f520e3e2] socks forwarding established\n2025-07-18 10:12:13.688 [info] [command][aa8e8f6d-d821-4963-8e63-d3e80e6ba9ef] Process exited with code 0\n2025-07-18 10:12:13.688 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][26f60f7b-d3b3-498a-bec0-fb26f520e3e2] socks connection closed\n2025-07-18 10:12:13.688 [info] [command][aa8e8f6d-d821-4963-8e63-d3e80e6ba9ef] Socket close event received\n2025-07-18 10:12:13.796 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55821 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:13:13.688 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:13:13.692 [info] [command][dde71ae5-5607-49e4-bb43-f3747db417f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""dde71ae5-5607-49e4-bb43-f3747db417f6""}\n2025-07-18 10:13:13.692 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][d2de4626-9345-4a3e-8b62-43fedfb5c864] received connection request\n2025-07-18 10:13:13.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:13:13.792 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][d2de4626-9345-4a3e-8b62-43fedfb5c864] socks forwarding established\n2025-07-18 10:13:13.906 [info] [command][dde71ae5-5607-49e4-bb43-f3747db417f6] Process exited with code 0\n2025-07-18 10:13:13.907 [info] [command][dde71ae5-5607-49e4-bb43-f3747db417f6] Socket close event received\n2025-07-18 10:13:13.907 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][d2de4626-9345-4a3e-8b62-43fedfb5c864] socks connection closed\n2025-07-18 10:13:14.012 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55847 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:14:13.908 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:14:13.910 [info] [command][8afee7a3-5085-4c52-b364-711425bb4a4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""8afee7a3-5085-4c52-b364-711425bb4a4b""}\n2025-07-18 10:14:13.911 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][9cd67e93-e878-4ec4-9d26-f8fc204b14c2] received connection request\n2025-07-18 10:14:13.911 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:14:14.015 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][9cd67e93-e878-4ec4-9d26-f8fc204b14c2] socks forwarding established\n2025-07-18 10:14:14.159 [info] [command][8afee7a3-5085-4c52-b364-711425bb4a4b] Process exited with code 0\n2025-07-18 10:14:14.160 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][9cd67e93-e878-4ec4-9d26-f8fc204b14c2] socks connection closed\n2025-07-18 10:14:14.160 [info] [command][8afee7a3-5085-4c52-b364-711425bb4a4b] Socket close event received\n2025-07-18 10:14:14.282 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55896 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:15:14.159 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:15:14.161 [info] [command][095e0d4d-2e10-4073-8cd6-3629fe69114d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""095e0d4d-2e10-4073-8cd6-3629fe69114d""}\n2025-07-18 10:15:14.162 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][654efe77-84a0-462b-9d10-88d26ca8a947] received connection request\n2025-07-18 10:15:14.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:15:14.285 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][654efe77-84a0-462b-9d10-88d26ca8a947] socks forwarding established\n2025-07-18 10:15:14.413 [info] [command][095e0d4d-2e10-4073-8cd6-3629fe69114d] Process exited with code 0\n2025-07-18 10:15:14.413 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][654efe77-84a0-462b-9d10-88d26ca8a947] socks connection closed\n2025-07-18 10:15:14.413 [info] [command][095e0d4d-2e10-4073-8cd6-3629fe69114d] Socket close event received\n2025-07-18 10:15:14.520 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55956 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:16:14.417 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:16:14.420 [info] [command][e2830ca2-2d10-40a7-b368-05786344a10b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""e2830ca2-2d10-40a7-b368-05786344a10b""}\n2025-07-18 10:16:14.421 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][1db1c6bc-f2ae-4da3-a1fa-400ee95df5a0] received connection request\n2025-07-18 10:16:14.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:16:14.522 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][1db1c6bc-f2ae-4da3-a1fa-400ee95df5a0] socks forwarding established\n2025-07-18 10:16:14.648 [info] [command][e2830ca2-2d10-40a7-b368-05786344a10b] Process exited with code 0\n2025-07-18 10:16:14.648 [info] [command][e2830ca2-2d10-40a7-b368-05786344a10b] Socket close event received\n2025-07-18 10:16:14.651 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][1db1c6bc-f2ae-4da3-a1fa-400ee95df5a0] socks connection closed\n2025-07-18 10:16:14.744 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 55985 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:17:14.648 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:17:14.650 [info] [command][fb9d4f36-c334-40d3-be1e-c6eeec8889ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""fb9d4f36-c334-40d3-be1e-c6eeec8889ce""}\n2025-07-18 10:17:14.652 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][00df27aa-bb15-4253-9660-165d0d7e518e] received connection request\n2025-07-18 10:17:14.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:17:14.889 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][00df27aa-bb15-4253-9660-165d0d7e518e] socks forwarding established\n2025-07-18 10:17:15.061 [info] [command][fb9d4f36-c334-40d3-be1e-c6eeec8889ce] Process exited with code 0\n2025-07-18 10:17:15.062 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][00df27aa-bb15-4253-9660-165d0d7e518e] socks connection closed\n2025-07-18 10:17:15.062 [info] [command][fb9d4f36-c334-40d3-be1e-c6eeec8889ce] Socket close event received\n2025-07-18 10:17:15.236 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 56032 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:18:15.064 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:18:15.066 [info] [command][f806cd5b-d939-4235-b834-b7db0ce7b699] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""f806cd5b-d939-4235-b834-b7db0ce7b699""}\n2025-07-18 10:18:15.067 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][a2e3fe81-bdc5-442e-9221-cc74c6235add] received connection request\n2025-07-18 10:18:15.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:18:15.251 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][a2e3fe81-bdc5-442e-9221-cc74c6235add] socks forwarding established\n2025-07-18 10:18:15.382 [info] [command][f806cd5b-d939-4235-b834-b7db0ce7b699] Process exited with code 0\n2025-07-18 10:18:15.383 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][a2e3fe81-bdc5-442e-9221-cc74c6235add] socks connection closed\n2025-07-18 10:18:15.383 [info] [command][f806cd5b-d939-4235-b834-b7db0ce7b699] Socket close event received\n2025-07-18 10:18:15.485 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 54336 for 127.0.0.1 port 38043, connect from 127.0.0.1 port 56094 to 127.0.0.1 port 54336, nchannels 6\n\n2025-07-18 10:19:15.386 [info] [remote-ssh] Pinging remote server on port 54358\n2025-07-18 10:19:15.388 [info] [command][df35a9f5-d2b0-49cd-b0f9-f0b21777ca0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""96efe026-aae4-459b-a581-903c8f622879"",""id"":""df35a9f5-d2b0-49cd-b0f9-f0b21777ca0c""}\n2025-07-18 10:19:15.389 [info] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:38043][25670ac5-4af4-4589-bfd5-8eacc5a390d2] received connection request\n2025-07-18 10:19:15.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:19:34.903 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-18 10:19:34.903 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-18 10:19:34.912 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:46063][e7cf507d-27e9-4956-9c2f-166a49b79b91] received connection request\n2025-07-18 10:19:34.912 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:19:37.912 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-18 10:19:37.912 [error] Failed to connect to Cursor server at http://127.0.0.1:54357, attempt 1 of 3 This operation was aborted\n2025-07-18 10:19:37.916 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:46063][b2be5c16-35ed-4750-ae86-42044b998023] received connection request\n2025-07-18 10:19:37.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 54336 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:19:37.993 [info] Terminating existing SSH process with pid: 11452\n2025-07-18 10:19:37.994 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 10:19:37.999 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-18 10:19:37.999 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][3a3db5ed-0de3-4894-b475-ab48545de7fc] socks connection closed\n2025-07-18 10:19:37.999 [error] [forwarding][multiplex][127.0.0.1:54358 -> 127.0.0.1:54336 -> 127.0.0.1:38043][25670ac5-4af4-4589-bfd5-8eacc5a390d2] error while creating socks forwarding Socket closed\n2025-07-18 10:19:37.999 [info] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][f7852c77-ddc2-43ee-bf57-6ce229f83d9b] socks connection closed\n2025-07-18 10:19:37.999 [error] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][e7cf507d-27e9-4956-9c2f-166a49b79b91] error while creating socks forwarding Socket closed\n2025-07-18 10:19:37.999 [error] [forwarding][code][127.0.0.1:54357 -> 127.0.0.1:54336 -> 127.0.0.1:46063][b2be5c16-35ed-4750-ae86-42044b998023] error while creating socks forwarding Socket closed\n2025-07-18 10:19:38.000 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9VhPKr/socket.sock\n2025-07-18 10:19:38.000 [info] [command][df35a9f5-d2b0-49cd-b0f9-f0b21777ca0c] Socket end event received\n2025-07-18 10:19:38.000 [info] [command][df35a9f5-d2b0-49cd-b0f9-f0b21777ca0c] Socket close event received\n2025-07-18 10:19:38.003 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54890.sh"" | ssh -v -T -D 56813 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:19:38.003 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:19:38.003 [info] Waiting for server to install via process(12277)...\n2025-07-18 10:19:38.010 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 10:19:38.010 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:19:38.011 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:19:38.011 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:19:38.012 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:19:38.915 [error] Failed to connect to Cursor server at http://127.0.0.1:54357, attempt 2 of 3 This operation was aborted\n2025-07-18 10:19:39.919 [error] Failed to connect to Cursor server at http://127.0.0.1:54357, attempt 3 of 3 This operation was aborted\n2025-07-18 10:19:39.919 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-18 10:19:39.919 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-18 10:20:20.622 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:20:20.633 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:20:20.634 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:20:20.634 [info] Retrying connection in 5 seconds...\n2025-07-18 10:20:25.635 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_54890.sh\n2025-07-18 10:20:25.636 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-9VhPKr/socket.sock\n2025-07-18 10:20:25.638 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35198.sh"" | ssh -v -T -D 57297 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:20:25.638 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:20:25.638 [info] Waiting for server to install via process(12323)...\n2025-07-18 10:20:25.652 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 10:20:25.652 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-18 10:20:25.653 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:20:25.653 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-18 10:20:25.653 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:20:25.653 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:20:25.654 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:20:26.161 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 10:20:26.161 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\n\n2025-07-18 10:20:26.161 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\n\n2025-07-18 10:20:26.162 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 10:20:26.162 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 10:20:26.162 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\n\n2025-07-18 10:20:26.162 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-18 10:20:26.162 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 10:20:26.485 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 10:20:26.486 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 10:20:26.486 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 10:20:26.785 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 10:20:26.785 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 10:20:27.135 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 10:20:27.137 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 10:20:27.140 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 10:20:27.140 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 10:20:27.804 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 10:20:28.164 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 10:20:28.167 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 10:20:28.167 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 10:20:29.175 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 10:20:30.217 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 10:20:30.320 [info] Askpass server received request: POST /\n2025-07-18 10:20:30.321 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 10:20:30.321 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 10:26:54.738 [info] (ssh_tunnel) stderr: Connection closed by 141.52.43.19 port 22\n\n2025-07-18 10:26:54.739 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:26:54.740 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:26:54.740 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:26:54.740 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35198.sh\n2025-07-18 10:26:54.741 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:27:01.124 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-18 10:27:01.139 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:27:01.140 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 10:27:01.142 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:27:01.144 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27961.sh"" | ssh -v -T -D 57741 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:27:01.144 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:27:01.144 [info] Waiting for server to install via process(12527)...\n2025-07-18 10:27:01.150 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 10:27:01.150 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:27:01.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:27:01.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:27:01.151 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:27:01.246 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 10:27:01.246 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 10:27:01.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 10:27:01.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-18 10:27:01.247 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 10:27:01.347 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 10:27:01.349 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-18 10:27:01.349 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 10:27:01.459 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 10:27:01.459 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 10:27:01.551 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 10:27:01.553 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 10:27:01.553 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 10:27:01.558 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 10:27:01.558 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 10:27:01.801 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 10:27:01.902 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 10:27:01.907 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 10:27:01.908 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\n\n2025-07-18 10:27:01.908 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 10:27:02.571 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-18 10:27:02.571 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 10:27:02.684 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 10:27:03.154 [info] Askpass server received request: POST /\n2025-07-18 10:27:03.154 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 10:27:03.154 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 10:27:12.919 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 10:27:13.016 [info] Askpass server received request: POST /\n2025-07-18 10:27:13.016 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-18 10:27:13.016 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-18 10:27:17.141 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:57741 forwarded to remote address socks:0\n\n2025-07-18 10:27:17.142 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 57741.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 57741.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-18 10:27:17.449 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-18 10:27:17.450 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-18 10:27:17.457 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-18 10:27:17.547 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-18 10:27:20.807 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-18 10:27:20.991 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 10:27:21.002 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-18 10:27:21.042 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-18 10:27:21.086 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 10:27:21.244 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-18 10:27:21.271 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 10:27:21.312 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-18 10:27:21.317 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 10:27:21.329 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js c2616ebb-f11e-4a07-8459-b65dbf14a974\n\n2025-07-18 10:27:21.340 [info] (ssh_tunnel) stdout: Multiplex server started with PID 666054 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-18 10:27:21.354 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 10:27:21.882 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-18 10:27:22.092 [info] (ssh_tunnel) stdout: Code server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 3080454 sh /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-18 10:27:22.094 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 10:27:22.121 [info] (ssh_tunnel) stdout: e5ab9a809bf2d1dc432941ad: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==34919==\nmultiplexConnectionToken==c2616ebb-f11e-4a07-8459-b65dbf14a974==\ncodeListeningOn==46063==\ncodeConnectionToken==f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\ne5ab9a809bf2d1dc432941ad: end\n\n2025-07-18 10:27:22.122 [info] Server install command exit code: 0\n2025-07-18 10:27:22.122 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_27961.sh\n2025-07-18 10:27:22.128 [info] [forwarding][code] creating new forwarding server\n2025-07-18 10:27:22.129 [info] [forwarding][code] server listening on 127.0.0.1:57755\n2025-07-18 10:27:22.129 [info] [forwarding][code] Set up server\n2025-07-18 10:27:22.129 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b\n2025-07-18 10:27:22.129 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-18 10:27:22.129 [info] [forwarding][multiplex] server listening on 127.0.0.1:57756\n2025-07-18 10:27:22.129 [info] [forwarding][multiplex] Set up server\n2025-07-18 10:27:22.130 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: c2616ebb-f11e-4a07-8459-b65dbf14a974\n2025-07-18 10:27:22.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:27:22.158 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][7f9459d7-a5c7-4f55-a6e1-a6f04824702e] received connection request\n2025-07-18 10:27:22.159 [info] [command][d982336e-b0b6-4be2-86e7-e62451e776e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""d982336e-b0b6-4be2-86e7-e62451e776e9""}\n2025-07-18 10:27:22.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:27:22.159 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 10:27:22.174 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:46063][ef0e4f73-e79c-4aec-bf3b-66f4e14a6197] received connection request\n2025-07-18 10:27:22.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:27:22.267 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][7f9459d7-a5c7-4f55-a6e1-a6f04824702e] socks forwarding established\n2025-07-18 10:27:22.270 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][ef0e4f73-e79c-4aec-bf3b-66f4e14a6197] socks forwarding established\n2025-07-18 10:27:22.393 [info] [command][d982336e-b0b6-4be2-86e7-e62451e776e9] Process exited with code 0\n2025-07-18 10:27:22.393 [info] [command][d982336e-b0b6-4be2-86e7-e62451e776e9] Socket close event received\n2025-07-18 10:27:22.396 [info] Successfully connected to Cursor server at http://127.0.0.1:57755/version\n2025-07-18 10:27:22.396 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-18 10:27:22.397 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][ca942896-8548-461f-9e04-be1d66c91489] received connection request\n2025-07-18 10:27:22.397 [info] [command][52edef19-a31d-42e6-bed2-e35cfeb2370e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""52edef19-a31d-42e6-bed2-e35cfeb2370e""}\n2025-07-18 10:27:22.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:27:22.400 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][7f9459d7-a5c7-4f55-a6e1-a6f04824702e] socks connection closed\n2025-07-18 10:27:22.521 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 57758 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:27:22.521 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][ca942896-8548-461f-9e04-be1d66c91489] socks forwarding established\n2025-07-18 10:27:22.642 [info] [command][52edef19-a31d-42e6-bed2-e35cfeb2370e] Process exited with code 0\n2025-07-18 10:27:22.643 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-18 10:27:22.643 [info] [remote-ssh] Resolved exec server. Socks port: 57741\n2025-07-18 10:27:22.643 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":57755,""connectionToken"":""f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b"",""extensionHostEnv"":{}}. Socks port: 57741\n2025-07-18 10:27:22.643 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][ca942896-8548-461f-9e04-be1d66c91489] socks connection closed\n2025-07-18 10:27:22.643 [info] [command][52edef19-a31d-42e6-bed2-e35cfeb2370e] Socket close event received\n2025-07-18 10:27:22.707 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:46063][d0eca1b6-ade4-433c-8350-990f91798de7] received connection request\n2025-07-18 10:27:22.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\n\n2025-07-18 10:27:22.707 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:27:22.764 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 57762 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:27:22.858 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][d0eca1b6-ade4-433c-8350-990f91798de7] socks forwarding established\n2025-07-18 10:27:23.199 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:46063][1f52bd5f-f084-432a-b928-428700559d62] received connection request\n2025-07-18 10:27:23.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:27:23.337 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][1f52bd5f-f084-432a-b928-428700559d62] socks forwarding established\n2025-07-18 10:27:23.933 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-18 10:27:25.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 46063, connect from 127.0.0.1 port 57760 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:27:25.769 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][ef0e4f73-e79c-4aec-bf3b-66f4e14a6197] socks connection closed\n2025-07-18 10:27:33.081 [info] [tunnel-forwarding][localhost:8791 -> localhost:8791] server listening\n2025-07-18 10:27:33.081 [info] Cross binding to [::1]:8791. Originally bound to 127.0.0.1:8791\n2025-07-18 10:27:33.081 [info] [tunnel-forwarding][::1:8791 -> localhost:8791] server listening\n2025-07-18 10:28:22.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:28:22.398 [info] [command][d461fca1-171c-483f-8989-6ec4d9b42655] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""d461fca1-171c-483f-8989-6ec4d9b42655""}\n2025-07-18 10:28:22.398 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][c9e1f767-29c7-48c9-b1f1-da305e0901e2] received connection request\n2025-07-18 10:28:22.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:28:22.819 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][c9e1f767-29c7-48c9-b1f1-da305e0901e2] socks forwarding established\n2025-07-18 10:28:22.999 [info] [command][d461fca1-171c-483f-8989-6ec4d9b42655] Process exited with code 0\n2025-07-18 10:28:23.000 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][c9e1f767-29c7-48c9-b1f1-da305e0901e2] socks connection closed\n2025-07-18 10:28:23.000 [info] [command][d461fca1-171c-483f-8989-6ec4d9b42655] Socket close event received\n2025-07-18 10:28:23.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58006 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:29:23.003 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:29:23.005 [info] [command][11922909-9978-4289-8177-b8db36a45f7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""11922909-9978-4289-8177-b8db36a45f7a""}\n2025-07-18 10:29:23.005 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][53638a62-d83a-4034-ab7e-51d0580ecf29] received connection request\n2025-07-18 10:29:23.005 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:29:23.128 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][53638a62-d83a-4034-ab7e-51d0580ecf29] socks forwarding established\n2025-07-18 10:29:23.238 [info] [command][11922909-9978-4289-8177-b8db36a45f7a] Process exited with code 0\n2025-07-18 10:29:23.238 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][53638a62-d83a-4034-ab7e-51d0580ecf29] socks connection closed\n2025-07-18 10:29:23.238 [info] [command][11922909-9978-4289-8177-b8db36a45f7a] Socket close event received\n2025-07-18 10:29:23.332 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58030 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:30:23.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:30:23.244 [info] [command][5bcb2165-95f8-44d5-86e1-2ec943318288] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""5bcb2165-95f8-44d5-86e1-2ec943318288""}\n2025-07-18 10:30:23.245 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][c83b256f-928b-4497-b752-694de42a8b3c] received connection request\n2025-07-18 10:30:23.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:30:23.334 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][c83b256f-928b-4497-b752-694de42a8b3c] socks forwarding established\n2025-07-18 10:30:23.438 [info] [command][5bcb2165-95f8-44d5-86e1-2ec943318288] Process exited with code 0\n2025-07-18 10:30:23.438 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][c83b256f-928b-4497-b752-694de42a8b3c] socks connection closed\n2025-07-18 10:30:23.438 [info] [command][5bcb2165-95f8-44d5-86e1-2ec943318288] Socket close event received\n2025-07-18 10:30:23.547 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58125 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:31:23.440 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:31:23.444 [info] [command][60277f49-38af-4805-a8cc-6153d3855b55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""60277f49-38af-4805-a8cc-6153d3855b55""}\n2025-07-18 10:31:23.445 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][bc2a0e72-069e-4d3f-965c-cff7c9b1af08] received connection request\n2025-07-18 10:31:23.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:31:23.557 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][bc2a0e72-069e-4d3f-965c-cff7c9b1af08] socks forwarding established\n2025-07-18 10:31:23.681 [info] [command][60277f49-38af-4805-a8cc-6153d3855b55] Process exited with code 0\n2025-07-18 10:31:23.682 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][bc2a0e72-069e-4d3f-965c-cff7c9b1af08] socks connection closed\n2025-07-18 10:31:23.682 [info] [command][60277f49-38af-4805-a8cc-6153d3855b55] Socket close event received\n2025-07-18 10:31:23.784 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58154 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:32:23.686 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:32:23.688 [info] [command][c6224451-73ed-4a88-b2ec-7058b5706f3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""c6224451-73ed-4a88-b2ec-7058b5706f3c""}\n2025-07-18 10:32:23.688 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][4fdf49f8-4d90-4be8-80d1-07f3840b2735] received connection request\n2025-07-18 10:32:23.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:32:23.796 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][4fdf49f8-4d90-4be8-80d1-07f3840b2735] socks forwarding established\n2025-07-18 10:32:23.904 [info] [command][c6224451-73ed-4a88-b2ec-7058b5706f3c] Process exited with code 0\n2025-07-18 10:32:23.905 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][4fdf49f8-4d90-4be8-80d1-07f3840b2735] socks connection closed\n2025-07-18 10:32:23.905 [info] [command][c6224451-73ed-4a88-b2ec-7058b5706f3c] Socket close event received\n2025-07-18 10:32:24.000 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58415 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:33:23.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:33:23.909 [info] [command][e416e201-c607-4490-b314-d21d5f279562] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""e416e201-c607-4490-b314-d21d5f279562""}\n2025-07-18 10:33:23.909 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][ed7f1a85-d4d0-45be-a09e-326faeb822ff] received connection request\n2025-07-18 10:33:23.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:33:24.006 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][ed7f1a85-d4d0-45be-a09e-326faeb822ff] socks forwarding established\n2025-07-18 10:33:24.124 [info] [command][e416e201-c607-4490-b314-d21d5f279562] Process exited with code 0\n2025-07-18 10:33:24.124 [info] [command][e416e201-c607-4490-b314-d21d5f279562] Socket close event received\n2025-07-18 10:33:24.124 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][ed7f1a85-d4d0-45be-a09e-326faeb822ff] socks connection closed\n2025-07-18 10:33:24.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58477 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:34:24.128 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:34:24.130 [info] [command][e755a578-7185-4311-aa1b-074619edf856] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""e755a578-7185-4311-aa1b-074619edf856""}\n2025-07-18 10:34:24.130 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][a63f4075-5f95-436d-b073-4f4440e5e971] received connection request\n2025-07-18 10:34:24.131 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:34:24.347 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][a63f4075-5f95-436d-b073-4f4440e5e971] socks forwarding established\n2025-07-18 10:34:24.480 [info] [command][e755a578-7185-4311-aa1b-074619edf856] Process exited with code 0\n2025-07-18 10:34:24.481 [info] [command][e755a578-7185-4311-aa1b-074619edf856] Socket close event received\n2025-07-18 10:34:24.485 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][a63f4075-5f95-436d-b073-4f4440e5e971] socks connection closed\n2025-07-18 10:34:24.691 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58498 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:35:24.485 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:35:24.488 [info] [command][b149ddc0-605a-45b9-b262-16d3c33cdaf8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""b149ddc0-605a-45b9-b262-16d3c33cdaf8""}\n2025-07-18 10:35:24.489 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][9bf29a5b-0f28-4ca0-8073-4c5750a11b34] received connection request\n2025-07-18 10:35:24.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:35:24.586 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][9bf29a5b-0f28-4ca0-8073-4c5750a11b34] socks forwarding established\n2025-07-18 10:35:24.822 [info] [command][b149ddc0-605a-45b9-b262-16d3c33cdaf8] Process exited with code 0\n2025-07-18 10:35:24.822 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][9bf29a5b-0f28-4ca0-8073-4c5750a11b34] socks connection closed\n2025-07-18 10:35:24.822 [info] [command][b149ddc0-605a-45b9-b262-16d3c33cdaf8] Socket close event received\n2025-07-18 10:35:24.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58534 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:36:24.824 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:36:24.828 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][b3918447-6b57-4e29-8e32-99a1a87c8d14] received connection request\n2025-07-18 10:36:24.829 [info] [command][994fec91-66e5-45b0-9e0f-042b848f639e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""994fec91-66e5-45b0-9e0f-042b848f639e""}\n2025-07-18 10:36:24.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:36:24.944 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][b3918447-6b57-4e29-8e32-99a1a87c8d14] socks forwarding established\n2025-07-18 10:36:25.064 [info] [command][994fec91-66e5-45b0-9e0f-042b848f639e] Process exited with code 0\n2025-07-18 10:36:25.064 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][b3918447-6b57-4e29-8e32-99a1a87c8d14] socks connection closed\n2025-07-18 10:36:25.064 [info] [command][994fec91-66e5-45b0-9e0f-042b848f639e] Socket close event received\n2025-07-18 10:36:25.184 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58578 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:37:25.065 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:37:25.068 [info] [command][b7c9e1db-2872-44af-83e2-3c451ac27a08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""b7c9e1db-2872-44af-83e2-3c451ac27a08""}\n2025-07-18 10:37:25.069 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][0865a256-db6b-42fb-839a-78dbc0318781] received connection request\n2025-07-18 10:37:25.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:37:25.191 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][0865a256-db6b-42fb-839a-78dbc0318781] socks forwarding established\n2025-07-18 10:37:25.303 [info] [command][b7c9e1db-2872-44af-83e2-3c451ac27a08] Process exited with code 0\n2025-07-18 10:37:25.304 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][0865a256-db6b-42fb-839a-78dbc0318781] socks connection closed\n2025-07-18 10:37:25.304 [info] [command][b7c9e1db-2872-44af-83e2-3c451ac27a08] Socket close event received\n2025-07-18 10:37:25.395 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58645 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:38:25.304 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:38:25.306 [info] [command][64616260-f5e5-499e-8a02-4e9878e69d95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""64616260-f5e5-499e-8a02-4e9878e69d95""}\n2025-07-18 10:38:25.307 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][c62c150c-db63-4c8c-86ae-df62eb232c49] received connection request\n2025-07-18 10:38:25.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:38:25.443 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][c62c150c-db63-4c8c-86ae-df62eb232c49] socks forwarding established\n2025-07-18 10:38:25.548 [info] [command][64616260-f5e5-499e-8a02-4e9878e69d95] Process exited with code 0\n2025-07-18 10:38:25.549 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][c62c150c-db63-4c8c-86ae-df62eb232c49] socks connection closed\n2025-07-18 10:38:25.549 [info] [command][64616260-f5e5-499e-8a02-4e9878e69d95] Socket close event received\n2025-07-18 10:38:25.634 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58679 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:39:25.549 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:39:25.551 [info] [command][e74f6318-763d-4d96-880a-9d6e73561089] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""e74f6318-763d-4d96-880a-9d6e73561089""}\n2025-07-18 10:39:25.551 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][3cba288b-96b9-4dee-bcd6-827b29bfa72c] received connection request\n2025-07-18 10:39:25.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:39:27.992 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][3cba288b-96b9-4dee-bcd6-827b29bfa72c] socks forwarding established\n2025-07-18 10:39:28.165 [info] [command][e74f6318-763d-4d96-880a-9d6e73561089] Process exited with code 0\n2025-07-18 10:39:28.165 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][3cba288b-96b9-4dee-bcd6-827b29bfa72c] socks connection closed\n2025-07-18 10:39:28.165 [info] [command][e74f6318-763d-4d96-880a-9d6e73561089] Socket close event received\n2025-07-18 10:39:28.316 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58715 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:40:28.169 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:40:28.172 [info] [command][aa608d3e-5f55-41d5-8b63-f20d87853a97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""aa608d3e-5f55-41d5-8b63-f20d87853a97""}\n2025-07-18 10:40:28.173 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][dfd7efcc-31d5-4bc4-951d-52d827eecac3] received connection request\n2025-07-18 10:40:28.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:40:28.503 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][dfd7efcc-31d5-4bc4-951d-52d827eecac3] socks forwarding established\n2025-07-18 10:40:28.633 [info] [command][aa608d3e-5f55-41d5-8b63-f20d87853a97] Process exited with code 0\n2025-07-18 10:40:28.634 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][dfd7efcc-31d5-4bc4-951d-52d827eecac3] socks connection closed\n2025-07-18 10:40:28.634 [info] [command][aa608d3e-5f55-41d5-8b63-f20d87853a97] Socket close event received\n2025-07-18 10:40:28.730 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58776 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:41:28.633 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:41:28.636 [info] [command][2e1e3cef-d06a-4801-924e-628d248b085c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""2e1e3cef-d06a-4801-924e-628d248b085c""}\n2025-07-18 10:41:28.637 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][a31f1a5b-d412-47ad-950c-2ab260cefabe] received connection request\n2025-07-18 10:41:28.637 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:41:28.919 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][a31f1a5b-d412-47ad-950c-2ab260cefabe] socks forwarding established\n2025-07-18 10:41:29.380 [info] [command][2e1e3cef-d06a-4801-924e-628d248b085c] Process exited with code 0\n2025-07-18 10:41:29.381 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][a31f1a5b-d412-47ad-950c-2ab260cefabe] socks connection closed\n2025-07-18 10:41:29.381 [info] [command][2e1e3cef-d06a-4801-924e-628d248b085c] Socket close event received\n2025-07-18 10:41:30.078 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58869 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:42:29.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:42:29.387 [info] [command][9a8e86a1-eb96-402a-8e68-f483dea0b114] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""9a8e86a1-eb96-402a-8e68-f483dea0b114""}\n2025-07-18 10:42:29.388 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][d4f53688-449e-467c-8984-18e0eeb8d68e] received connection request\n2025-07-18 10:42:29.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:42:29.486 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][d4f53688-449e-467c-8984-18e0eeb8d68e] socks forwarding established\n2025-07-18 10:42:29.607 [info] [command][9a8e86a1-eb96-402a-8e68-f483dea0b114] Process exited with code 0\n2025-07-18 10:42:29.608 [info] [command][9a8e86a1-eb96-402a-8e68-f483dea0b114] Socket close event received\n2025-07-18 10:42:29.611 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][d4f53688-449e-467c-8984-18e0eeb8d68e] socks connection closed\n2025-07-18 10:42:29.706 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 58980 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:43:29.612 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:43:29.614 [info] [command][28bb20e1-a9fb-4456-898e-e367770034af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""28bb20e1-a9fb-4456-898e-e367770034af""}\n2025-07-18 10:43:29.615 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][6b6fb5cb-8981-4505-a1bc-865838cc9105] received connection request\n2025-07-18 10:43:29.616 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:43:29.706 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][6b6fb5cb-8981-4505-a1bc-865838cc9105] socks forwarding established\n2025-07-18 10:43:29.839 [info] [command][28bb20e1-a9fb-4456-898e-e367770034af] Process exited with code 0\n2025-07-18 10:43:29.840 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][6b6fb5cb-8981-4505-a1bc-865838cc9105] socks connection closed\n2025-07-18 10:43:29.840 [info] [command][28bb20e1-a9fb-4456-898e-e367770034af] Socket close event received\n2025-07-18 10:43:29.948 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 59051 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:44:29.843 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:44:29.844 [info] [command][b9380927-92a7-4c3b-bf5c-3e19b7cb191c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""b9380927-92a7-4c3b-bf5c-3e19b7cb191c""}\n2025-07-18 10:44:29.845 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][54b37d6d-652f-4aa2-aa66-d08f3815ef7f] received connection request\n2025-07-18 10:44:29.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:44:30.146 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][54b37d6d-652f-4aa2-aa66-d08f3815ef7f] socks forwarding established\n2025-07-18 10:44:30.321 [info] [command][b9380927-92a7-4c3b-bf5c-3e19b7cb191c] Process exited with code 0\n2025-07-18 10:44:30.321 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][54b37d6d-652f-4aa2-aa66-d08f3815ef7f] socks connection closed\n2025-07-18 10:44:30.321 [info] [command][b9380927-92a7-4c3b-bf5c-3e19b7cb191c] Socket close event received\n2025-07-18 10:44:30.500 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 59094 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:45:30.325 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:45:30.327 [info] [command][24c764da-5612-4742-9200-5e43c842fee9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""24c764da-5612-4742-9200-5e43c842fee9""}\n2025-07-18 10:45:30.327 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:34919][cbf3b60d-5d65-4cbb-88fd-d9c488eabf0a] received connection request\n2025-07-18 10:45:30.328 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:45:30.452 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][cbf3b60d-5d65-4cbb-88fd-d9c488eabf0a] socks forwarding established\n2025-07-18 10:45:30.579 [info] [command][24c764da-5612-4742-9200-5e43c842fee9] Process exited with code 0\n2025-07-18 10:45:30.579 [info] [forwarding][multiplex][127.0.0.1:57756 -> 127.0.0.1:57741 -> 127.0.0.1:34919][cbf3b60d-5d65-4cbb-88fd-d9c488eabf0a] socks connection closed\n2025-07-18 10:45:30.579 [info] [command][24c764da-5612-4742-9200-5e43c842fee9] Socket close event received\n2025-07-18 10:45:30.698 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57741 for 127.0.0.1 port 34919, connect from 127.0.0.1 port 59167 to 127.0.0.1 port 57741, nchannels 6\n\n2025-07-18 10:45:37.067 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-18 10:45:37.067 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-18 10:45:37.184 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:46063][b7759d9b-8af1-4acb-ad49-cf4880f919cc] received connection request\n2025-07-18 10:45:37.190 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:46063][d7c126a3-623d-4072-b0d3-412eaee6146c] received connection request\n2025-07-18 10:45:37.198 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:45:40.080 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-18 10:45:40.081 [error] Failed to connect to Cursor server at http://127.0.0.1:57755, attempt 1 of 3 This operation was aborted\n2025-07-18 10:45:40.090 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:46063][a4081c48-09cd-488f-b40b-299ef11d5d97] received connection request\n2025-07-18 10:45:40.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 57741 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:45:40.292 [info] Terminating existing SSH process with pid: 12527\n2025-07-18 10:45:40.293 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 10:45:40.293 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-18 10:45:40.293 [error] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][a4081c48-09cd-488f-b40b-299ef11d5d97] error while creating socks forwarding Socket closed\n2025-07-18 10:45:40.293 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:45:40.294 [error] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][b7759d9b-8af1-4acb-ad49-cf4880f919cc] error while creating socks forwarding Socket closed\n2025-07-18 10:45:40.294 [error] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][d7c126a3-623d-4072-b0d3-412eaee6146c] error while creating socks forwarding Socket closed\n2025-07-18 10:45:40.294 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][d0eca1b6-ade4-433c-8350-990f91798de7] socks connection closed\n2025-07-18 10:45:40.294 [info] [forwarding][code][127.0.0.1:57755 -> 127.0.0.1:57741 -> 127.0.0.1:46063][1f52bd5f-f084-432a-b928-428700559d62] socks connection closed\n2025-07-18 10:45:40.297 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76559.sh"" | ssh -v -T -D 59183 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:45:40.297 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:45:40.297 [info] Waiting for server to install via process(13083)...\n2025-07-18 10:45:40.356 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 10:45:40.356 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:45:40.357 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:45:40.357 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:45:40.357 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:45:40.358 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:45:40.359 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:45:40.359 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:45:40.359 [info] Retrying connection in 5 seconds...\n2025-07-18 10:45:41.087 [error] Failed to connect to Cursor server at http://127.0.0.1:57755, attempt 2 of 3 This operation was aborted\n2025-07-18 10:45:42.106 [error] Failed to connect to Cursor server at http://127.0.0.1:57755, attempt 3 of 3 This operation was aborted\n2025-07-18 10:45:42.107 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-18 10:45:42.107 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-18 10:49:18.955 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76559.sh\n2025-07-18 10:49:18.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:57756\n2025-07-18 10:49:18.957 [error] [forwarding][multiplex][127.0.0.1:57756 -> unknown}][16769f16-4542-4bdd-9f46-8679ab46d763] remote server not configured\n2025-07-18 10:49:18.958 [info] [command][fe36c4ab-5bae-4dec-b134-facb15f78330] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c2616ebb-f11e-4a07-8459-b65dbf14a974"",""id"":""fe36c4ab-5bae-4dec-b134-facb15f78330""}\n2025-07-18 10:49:18.958 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:18.958 [error] [command][fe36c4ab-5bae-4dec-b134-facb15f78330] Socket error: Error: read ECONNRESET\n2025-07-18 10:49:18.959 [info] [command][fe36c4ab-5bae-4dec-b134-facb15f78330] Socket close event received\n2025-07-18 10:49:18.976 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3680.sh"" | ssh -v -T -D 59185 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:18.976 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:18.976 [info] Waiting for server to install via process(13097)...\n2025-07-18 10:49:19.118 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:19.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:19.144 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:49:19.144 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:49:19.144 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:49:19.144 [info] Retrying connection in 5 seconds...\n2025-07-18 10:49:24.150 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3680.sh\n2025-07-18 10:49:24.151 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:24.154 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25668.sh"" | ssh -v -T -D 59190 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:24.154 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:24.154 [info] Waiting for server to install via process(13132)...\n2025-07-18 10:49:24.170 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 10:49:24.170 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:24.171 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:49:24.171 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:49:24.172 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:24.172 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:49:24.173 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:49:24.173 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:49:24.173 [info] Retrying connection in 5 seconds...\n2025-07-18 10:49:29.176 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25668.sh\n2025-07-18 10:49:29.177 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:29.180 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_38903.sh"" | ssh -v -T -D 59191 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:29.181 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:29.181 [info] Waiting for server to install via process(13137)...\n2025-07-18 10:49:29.200 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-18 10:49:29.200 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:29.201 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:49:29.201 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:49:29.201 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:29.202 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:49:29.203 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:49:29.203 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:49:29.203 [info] Retrying connection in 5 seconds...\n2025-07-18 10:49:34.206 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_38903.sh\n2025-07-18 10:49:34.206 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:34.208 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61936.sh"" | ssh -v -T -D 59192 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:34.209 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:34.209 [info] Waiting for server to install via process(13150)...\n2025-07-18 10:49:34.240 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-18 10:49:34.240 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:34.241 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:34.243 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:49:34.244 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:49:34.244 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:49:34.244 [info] Retrying connection in 5 seconds...\n2025-07-18 10:49:39.248 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61936.sh\n2025-07-18 10:49:39.249 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:39.250 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86421.sh"" | ssh -v -T -D 59193 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:39.250 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:39.250 [info] Waiting for server to install via process(13158)...\n2025-07-18 10:49:39.258 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-18 10:49:39.258 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:39.259 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:49:39.259 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:49:39.259 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:39.260 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:49:39.261 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:49:39.261 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:49:39.261 [info] Retrying connection in 5 seconds...\n2025-07-18 10:49:44.266 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_86421.sh\n2025-07-18 10:49:44.268 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:44.270 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1557.sh"" | ssh -v -T -D 59194 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:44.271 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:44.271 [info] Waiting for server to install via process(13165)...\n2025-07-18 10:49:44.285 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-18 10:49:44.285 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:44.285 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:49:44.285 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:49:44.286 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:44.286 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:49:44.287 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:49:44.287 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:49:44.287 [info] Retrying connection in 5 seconds...\n2025-07-18 10:49:49.291 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1557.sh\n2025-07-18 10:49:49.292 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:49.296 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21450.sh"" | ssh -v -T -D 59213 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:49.296 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:49.297 [info] Waiting for server to install via process(13180)...\n2025-07-18 10:49:49.308 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-18 10:49:49.308 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-18 10:49:49.308 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:49.310 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-18 10:49:49.310 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:49:49.310 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:50.635 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 10:49:50.652 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:49:50.653 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:49:50.653 [info] Retrying connection in 5 seconds...\n2025-07-18 10:49:55.658 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_21450.sh\n2025-07-18 10:49:55.658 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-nrCTbA/socket.sock\n2025-07-18 10:49:55.661 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15987.sh"" | ssh -v -T -D 59314 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:49:55.661 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:49:55.661 [info] Waiting for server to install via process(13202)...\n2025-07-18 10:49:55.673 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-18 10:49:55.673 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:49:55.673 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:49:55.673 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:49:55.674 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:49:56.152 [info] (ssh_tunnel) stderr: debug1: Connection established.\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\n\n2025-07-18 10:49:56.152 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 10:49:56.153 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 10:49:56.470 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 10:49:56.472 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-18 10:49:56.472 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 10:49:56.663 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 10:49:56.664 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 10:49:56.827 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 10:49:56.829 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 10:49:56.834 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 10:49:56.834 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 10:49:57.192 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 10:49:57.338 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 10:49:57.356 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \n\n2025-07-18 10:49:57.356 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 10:49:58.123 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 10:49:58.256 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 10:49:58.366 [info] Askpass server received request: POST /\n2025-07-18 10:49:58.366 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 10:49:58.366 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 10:52:37.325 [info] (ssh_tunnel) stderr: Connection closed by 141.52.43.19 port 22\n\n2025-07-18 10:52:37.326 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 10:52:37.326 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:52:37.326 [error] Failed to connect after 9 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:52:37.326 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15987.sh\n2025-07-18 10:52:37.327 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 10:52:45.440 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-18 10:52:45.454 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mNNS0K/socket.sock\n2025-07-18 10:52:45.455 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 10:52:45.457 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mNNS0K/socket.sock\n2025-07-18 10:52:45.459 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93923.sh"" | ssh -v -T -D 59755 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 10:52:45.459 [info] Started installation script. Waiting for it to finish...\n2025-07-18 10:52:45.459 [info] Waiting for server to install via process(13347)...\n2025-07-18 10:52:45.465 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 10:52:45.466 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 10:52:45.466 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 10:52:45.466 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 10:52:45.466 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 10:52:45.620 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 10:52:45.621 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\n\n2025-07-18 10:52:45.621 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 10:52:45.623 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 10:52:45.623 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-18 10:52:45.623 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 10:52:45.726 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 10:52:45.727 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-18 10:52:45.727 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 10:52:45.821 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\n\n2025-07-18 10:52:45.821 [info] (ssh_tunnel) stderr: debug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 10:52:45.822 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 10:52:45.922 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-07-18 10:52:45.923 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 10:52:45.924 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 10:52:45.924 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 10:52:45.928 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 10:52:46.160 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 10:52:46.264 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 10:52:46.269 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 10:52:46.270 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 10:52:46.939 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\n\n2025-07-18 10:52:46.939 [info] (ssh_tunnel) stderr: debug1: Next authentication method: keyboard-interactive\n\n2025-07-18 10:52:47.040 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 10:52:47.178 [info] Askpass server received request: POST /\n2025-07-18 10:52:47.178 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 10:52:47.178 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 10:52:51.090 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 10:52:51.190 [info] Askpass server received request: POST /\n2025-07-18 10:52:51.190 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-18 10:52:51.190 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-18 10:52:56.660 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.20]:22) using ""keyboard-interactive"".\n\n2025-07-18 10:52:56.661 [info] (ssh_tunnel) stderr: debug1: Local connections to LOCALHOST:59755 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 59755.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 59755.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-18 10:52:56.662 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-18 10:52:56.980 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-18 10:52:56.981 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-18 10:52:57.047 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-18 10:52:57.067 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-18 10:53:03.065 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-18 10:53:03.214 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 10:53:03.240 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-18 10:53:03.303 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-18 10:53:03.444 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 10:53:03.478 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-18 10:53:03.624 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 196baa0c-1824-4771-8334-ad2cd8b9c561\nMultiplex server started with PID 3927893 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-18 10:53:03.624 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 10:53:04.281 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-18 10:53:04.283 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\nStarting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\nCode server started with PID 3927944 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\nCode server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 10:53:04.820 [info] (ssh_tunnel) stdout: a79e1128690107cf2accd43b: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==34959==\nmultiplexConnectionToken==196baa0c-1824-4771-8334-ad2cd8b9c561==\ncodeListeningOn==43977==\ncodeConnectionToken==70eb145a-e6c5-4ab0-b258-d4237fe3d23a==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\na79e1128690107cf2accd43b: end\n\n2025-07-18 10:53:04.822 [info] Server install command exit code: 0\n2025-07-18 10:53:04.822 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93923.sh\n2025-07-18 10:53:04.823 [info] [forwarding][code] creating new forwarding server\n2025-07-18 10:53:04.824 [info] [forwarding][code] server listening on 127.0.0.1:59798\n2025-07-18 10:53:04.824 [info] [forwarding][code] Set up server\n2025-07-18 10:53:04.824 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 70eb145a-e6c5-4ab0-b258-d4237fe3d23a\n2025-07-18 10:53:04.824 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-18 10:53:04.824 [info] [forwarding][multiplex] server listening on 127.0.0.1:59799\n2025-07-18 10:53:04.824 [info] [forwarding][multiplex] Set up server\n2025-07-18 10:53:04.826 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 196baa0c-1824-4771-8334-ad2cd8b9c561\n2025-07-18 10:53:04.826 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 10:53:04.830 [info] [command][0b5b7321-09f0-405e-8f25-572adc749c71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""0b5b7321-09f0-405e-8f25-572adc749c71""}\n2025-07-18 10:53:04.831 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][d84cf67f-bd33-44b3-baf5-20bc98a9cf87] received connection request\n2025-07-18 10:53:04.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:53:04.836 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 10:53:04.929 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:43977][55f0f6c2-270c-4a88-a120-329abfde0831] received connection request\n2025-07-18 10:53:04.939 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\n\n2025-07-18 10:53:04.939 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:53:04.998 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][d84cf67f-bd33-44b3-baf5-20bc98a9cf87] socks forwarding established\n2025-07-18 10:53:05.155 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][55f0f6c2-270c-4a88-a120-329abfde0831] socks forwarding established\n2025-07-18 10:53:05.156 [info] [command][0b5b7321-09f0-405e-8f25-572adc749c71] Process exited with code 0\n2025-07-18 10:53:05.156 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][d84cf67f-bd33-44b3-baf5-20bc98a9cf87] socks connection closed\n2025-07-18 10:53:05.156 [info] [command][0b5b7321-09f0-405e-8f25-572adc749c71] Socket close event received\n2025-07-18 10:53:05.332 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 59801 to 127.0.0.1 port 59755, nchannels 5\n\n2025-07-18 10:53:05.336 [info] Successfully connected to Cursor server at http://127.0.0.1:59798/version\n2025-07-18 10:53:05.336 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-18 10:53:05.337 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][e9c98ff3-f041-4d63-82a8-b220dc8d7105] received connection request\n2025-07-18 10:53:05.337 [info] [command][cd782697-637b-456e-92f3-f36b3f7d9f07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""cd782697-637b-456e-92f3-f36b3f7d9f07""}\n2025-07-18 10:53:05.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:53:05.512 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][e9c98ff3-f041-4d63-82a8-b220dc8d7105] socks forwarding established\n2025-07-18 10:53:05.642 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][e9c98ff3-f041-4d63-82a8-b220dc8d7105] socks connection closed\n2025-07-18 10:53:05.643 [info] [command][cd782697-637b-456e-92f3-f36b3f7d9f07] Process exited with code 0\n2025-07-18 10:53:05.643 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-18 10:53:05.643 [info] [remote-ssh] Resolved exec server. Socks port: 59755\n2025-07-18 10:53:05.643 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":59798,""connectionToken"":""70eb145a-e6c5-4ab0-b258-d4237fe3d23a"",""extensionHostEnv"":{}}. Socks port: 59755\n2025-07-18 10:53:05.644 [info] [command][cd782697-637b-456e-92f3-f36b3f7d9f07] Socket close event received\n2025-07-18 10:53:05.706 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:43977][b9a72481-4d72-4ff6-a2aa-93dca564b1cb] received connection request\n2025-07-18 10:53:05.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:53:05.849 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 59819 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 10:53:05.850 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][b9a72481-4d72-4ff6-a2aa-93dca564b1cb] socks forwarding established\n2025-07-18 10:53:06.041 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:43977][c63184b3-e027-400d-8930-d797e6b7ba95] received connection request\n2025-07-18 10:53:06.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:53:06.213 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][c63184b3-e027-400d-8930-d797e6b7ba95] socks forwarding established\n2025-07-18 10:53:06.682 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-18 10:53:08.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 43977, connect from 127.0.0.1 port 59803 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 10:53:08.470 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][55f0f6c2-270c-4a88-a120-329abfde0831] socks connection closed\n2025-07-18 10:53:14.932 [info] [tunnel-forwarding][localhost:8791 -> localhost:8791] server listening\n2025-07-18 10:53:14.932 [info] Cross binding to [::1]:8791. Originally bound to 127.0.0.1:8791\n2025-07-18 10:53:14.932 [info] [tunnel-forwarding][::1:8791 -> localhost:8791] server listening\n2025-07-18 10:54:05.158 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 10:54:05.159 [info] [command][929a923b-0742-41a0-a32c-c7b21c357ccf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""929a923b-0742-41a0-a32c-c7b21c357ccf""}\n2025-07-18 10:54:05.159 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][b930c1db-9360-401f-994b-20d98f180c4c] received connection request\n2025-07-18 10:54:05.160 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:54:05.306 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][b930c1db-9360-401f-994b-20d98f180c4c] socks forwarding established\n2025-07-18 10:54:05.444 [info] [command][929a923b-0742-41a0-a32c-c7b21c357ccf] Process exited with code 0\n2025-07-18 10:54:05.444 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][b930c1db-9360-401f-994b-20d98f180c4c] socks connection closed\n2025-07-18 10:54:05.444 [info] [command][929a923b-0742-41a0-a32c-c7b21c357ccf] Socket close event received\n2025-07-18 10:54:05.560 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 59951 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 10:55:05.445 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 10:55:05.448 [info] [command][859b2195-0e99-4c27-a369-6c62614b658a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""859b2195-0e99-4c27-a369-6c62614b658a""}\n2025-07-18 10:55:05.449 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][b114a200-208f-48a9-831e-c7ac21565a5f] received connection request\n2025-07-18 10:55:05.450 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\n\n2025-07-18 10:55:05.450 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:55:05.563 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][b114a200-208f-48a9-831e-c7ac21565a5f] socks forwarding established\n2025-07-18 10:55:05.715 [info] [command][859b2195-0e99-4c27-a369-6c62614b658a] Process exited with code 0\n2025-07-18 10:55:05.716 [info] [command][859b2195-0e99-4c27-a369-6c62614b658a] Socket close event received\n2025-07-18 10:55:05.717 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][b114a200-208f-48a9-831e-c7ac21565a5f] socks connection closed\n2025-07-18 10:55:05.847 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 59988 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 10:56:05.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 10:56:05.722 [info] [command][07909752-5a5a-4519-9d2b-db3d8881c26a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""07909752-5a5a-4519-9d2b-db3d8881c26a""}\n2025-07-18 10:56:05.723 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][dea4280c-4044-4dde-a738-3f44bc95ada9] received connection request\n2025-07-18 10:56:05.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:56:05.853 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][dea4280c-4044-4dde-a738-3f44bc95ada9] socks forwarding established\n2025-07-18 10:56:06.012 [info] [command][07909752-5a5a-4519-9d2b-db3d8881c26a] Process exited with code 0\n2025-07-18 10:56:06.013 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][dea4280c-4044-4dde-a738-3f44bc95ada9] socks connection closed\n2025-07-18 10:56:06.013 [info] [command][07909752-5a5a-4519-9d2b-db3d8881c26a] Socket close event received\n2025-07-18 10:56:06.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60051 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 10:57:06.014 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 10:57:06.016 [info] [command][7437a2ef-5b80-465c-8d5c-676d2ed14876] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""7437a2ef-5b80-465c-8d5c-676d2ed14876""}\n2025-07-18 10:57:06.016 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][1fa0f17c-0f79-4a6c-bd8f-d6e70146c532] received connection request\n2025-07-18 10:57:06.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:57:06.115 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][1fa0f17c-0f79-4a6c-bd8f-d6e70146c532] socks forwarding established\n2025-07-18 10:57:06.231 [info] [command][7437a2ef-5b80-465c-8d5c-676d2ed14876] Process exited with code 0\n2025-07-18 10:57:06.231 [info] [command][7437a2ef-5b80-465c-8d5c-676d2ed14876] Socket close event received\n2025-07-18 10:57:06.231 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][1fa0f17c-0f79-4a6c-bd8f-d6e70146c532] socks connection closed\n2025-07-18 10:57:06.317 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60086 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 10:58:06.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 10:58:06.232 [info] [command][3f4762ac-f932-49b6-9f98-0de5e97afbb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""3f4762ac-f932-49b6-9f98-0de5e97afbb5""}\n2025-07-18 10:58:06.232 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][06b7cb15-77f3-4f19-a4fb-33073014ba67] received connection request\n2025-07-18 10:58:06.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:58:06.366 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][06b7cb15-77f3-4f19-a4fb-33073014ba67] socks forwarding established\n2025-07-18 10:58:06.525 [info] [command][3f4762ac-f932-49b6-9f98-0de5e97afbb5] Process exited with code 0\n2025-07-18 10:58:06.525 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][06b7cb15-77f3-4f19-a4fb-33073014ba67] socks connection closed\n2025-07-18 10:58:06.526 [info] [command][3f4762ac-f932-49b6-9f98-0de5e97afbb5] Socket close event received\n2025-07-18 10:58:06.617 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60135 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 10:59:06.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 10:59:06.530 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][c1fcac9f-2640-448d-b200-9718540805ee] received connection request\n2025-07-18 10:59:06.530 [info] [command][e5c5a98f-06b3-4788-90fa-b05cfa4c31df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""e5c5a98f-06b3-4788-90fa-b05cfa4c31df""}\n2025-07-18 10:59:06.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 10:59:06.631 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][c1fcac9f-2640-448d-b200-9718540805ee] socks forwarding established\n2025-07-18 10:59:06.771 [info] [command][e5c5a98f-06b3-4788-90fa-b05cfa4c31df] Process exited with code 0\n2025-07-18 10:59:06.772 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][c1fcac9f-2640-448d-b200-9718540805ee] socks connection closed\n2025-07-18 10:59:06.772 [info] [command][e5c5a98f-06b3-4788-90fa-b05cfa4c31df] Socket close event received\n2025-07-18 10:59:06.946 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60168 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:00:06.776 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:00:06.777 [info] [command][96158d29-4381-4367-951c-fe0a0eec374e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""96158d29-4381-4367-951c-fe0a0eec374e""}\n2025-07-18 11:00:06.779 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][c1a38f81-50b7-49c0-adbd-eb1ae9bc4156] received connection request\n2025-07-18 11:00:06.779 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:00:06.952 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][c1a38f81-50b7-49c0-adbd-eb1ae9bc4156] socks forwarding established\n2025-07-18 11:00:07.161 [info] [command][96158d29-4381-4367-951c-fe0a0eec374e] Process exited with code 0\n2025-07-18 11:00:07.161 [info] [command][96158d29-4381-4367-951c-fe0a0eec374e] Socket close event received\n2025-07-18 11:00:07.162 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][c1a38f81-50b7-49c0-adbd-eb1ae9bc4156] socks connection closed\n2025-07-18 11:00:07.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60206 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:01:07.164 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:01:07.165 [info] [command][98aef412-5f88-4e60-bce1-e5a686856dfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""98aef412-5f88-4e60-bce1-e5a686856dfb""}\n2025-07-18 11:01:07.166 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][bb65fdd3-4a83-4d0e-8a8c-9b2d25139aa7] received connection request\n2025-07-18 11:01:07.166 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:01:07.409 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][bb65fdd3-4a83-4d0e-8a8c-9b2d25139aa7] socks forwarding established\n2025-07-18 11:01:07.565 [info] [command][98aef412-5f88-4e60-bce1-e5a686856dfb] Process exited with code 0\n2025-07-18 11:01:07.565 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][bb65fdd3-4a83-4d0e-8a8c-9b2d25139aa7] socks connection closed\n2025-07-18 11:01:07.566 [info] [command][98aef412-5f88-4e60-bce1-e5a686856dfb] Socket close event received\n2025-07-18 11:01:07.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60253 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:02:07.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:02:07.572 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][01ea5855-c22c-4258-9790-8b5358fe4811] received connection request\n2025-07-18 11:02:07.572 [info] [command][f6b98b56-2e50-44f9-80de-68fe459c9659] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""f6b98b56-2e50-44f9-80de-68fe459c9659""}\n2025-07-18 11:02:07.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:02:07.739 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][01ea5855-c22c-4258-9790-8b5358fe4811] socks forwarding established\n2025-07-18 11:02:07.920 [info] [command][f6b98b56-2e50-44f9-80de-68fe459c9659] Process exited with code 0\n2025-07-18 11:02:07.921 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][01ea5855-c22c-4258-9790-8b5358fe4811] socks connection closed\n2025-07-18 11:02:07.921 [info] [command][f6b98b56-2e50-44f9-80de-68fe459c9659] Socket close event received\n2025-07-18 11:02:08.034 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60278 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:03:07.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:03:07.926 [info] [command][5648fc2a-8555-4f15-8ef2-26fad02b6060] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""5648fc2a-8555-4f15-8ef2-26fad02b6060""}\n2025-07-18 11:03:07.926 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][38c97b80-4310-4eb7-8dfa-a1b859094d16] received connection request\n2025-07-18 11:03:07.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:03:08.038 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][38c97b80-4310-4eb7-8dfa-a1b859094d16] socks forwarding established\n2025-07-18 11:03:08.145 [info] [command][5648fc2a-8555-4f15-8ef2-26fad02b6060] Process exited with code 0\n2025-07-18 11:03:08.145 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][38c97b80-4310-4eb7-8dfa-a1b859094d16] socks connection closed\n2025-07-18 11:03:08.145 [info] [command][5648fc2a-8555-4f15-8ef2-26fad02b6060] Socket close event received\n2025-07-18 11:03:08.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60403 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:04:08.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:04:08.149 [info] [command][fb97c138-e2b7-4e71-85c5-4cbeb909ab2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""fb97c138-e2b7-4e71-85c5-4cbeb909ab2f""}\n2025-07-18 11:04:08.150 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][09b6bfc2-b697-4c00-bde2-853c82fc478e] received connection request\n2025-07-18 11:04:08.150 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:04:08.250 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][09b6bfc2-b697-4c00-bde2-853c82fc478e] socks forwarding established\n2025-07-18 11:04:08.371 [info] [command][fb97c138-e2b7-4e71-85c5-4cbeb909ab2f] Process exited with code 0\n2025-07-18 11:04:08.372 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][09b6bfc2-b697-4c00-bde2-853c82fc478e] socks connection closed\n2025-07-18 11:04:08.372 [info] [command][fb97c138-e2b7-4e71-85c5-4cbeb909ab2f] Socket close event received\n2025-07-18 11:04:08.480 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60442 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:05:08.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:05:08.378 [info] [command][a54d5321-f4aa-468f-bae0-b816eb08f21b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""a54d5321-f4aa-468f-bae0-b816eb08f21b""}\n2025-07-18 11:05:08.379 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][10f9ede6-72d0-4ba9-a130-b627dca5a244] received connection request\n2025-07-18 11:05:08.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:05:08.641 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][10f9ede6-72d0-4ba9-a130-b627dca5a244] socks forwarding established\n2025-07-18 11:05:08.987 [info] [command][a54d5321-f4aa-468f-bae0-b816eb08f21b] Process exited with code 0\n2025-07-18 11:05:08.987 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][10f9ede6-72d0-4ba9-a130-b627dca5a244] socks connection closed\n2025-07-18 11:05:08.987 [info] [command][a54d5321-f4aa-468f-bae0-b816eb08f21b] Socket close event received\n2025-07-18 11:05:09.313 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60480 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:06:08.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:06:08.991 [info] [command][e542ce56-7b39-4a2a-9139-cfe73e93f816] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""e542ce56-7b39-4a2a-9139-cfe73e93f816""}\n2025-07-18 11:06:08.991 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][275c4f85-19b6-43b8-9bc9-1d265217fc19] received connection request\n2025-07-18 11:06:08.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\n\n2025-07-18 11:06:08.992 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:06:09.119 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][275c4f85-19b6-43b8-9bc9-1d265217fc19] socks forwarding established\n2025-07-18 11:06:09.242 [info] [command][e542ce56-7b39-4a2a-9139-cfe73e93f816] Process exited with code 0\n2025-07-18 11:06:09.242 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][275c4f85-19b6-43b8-9bc9-1d265217fc19] socks connection closed\n2025-07-18 11:06:09.242 [info] [command][e542ce56-7b39-4a2a-9139-cfe73e93f816] Socket close event received\n2025-07-18 11:06:09.339 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60535 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:07:09.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:07:09.250 [info] [command][fe62da7f-5aae-47a5-8dcb-5cacec4ca376] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""fe62da7f-5aae-47a5-8dcb-5cacec4ca376""}\n2025-07-18 11:07:09.250 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][34fa3cca-184f-49da-839d-6277d40a99f7] received connection request\n2025-07-18 11:07:09.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:07:09.364 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][34fa3cca-184f-49da-839d-6277d40a99f7] socks forwarding established\n2025-07-18 11:07:09.522 [info] [command][fe62da7f-5aae-47a5-8dcb-5cacec4ca376] Process exited with code 0\n2025-07-18 11:07:09.523 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][34fa3cca-184f-49da-839d-6277d40a99f7] socks connection closed\n2025-07-18 11:07:09.523 [info] [command][fe62da7f-5aae-47a5-8dcb-5cacec4ca376] Socket close event received\n2025-07-18 11:07:09.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60562 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:08:09.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:08:09.527 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][d9ea495f-999a-4712-9d27-3f50f823e810] received connection request\n2025-07-18 11:08:09.527 [info] [command][50ac4cd7-0b91-4779-94f5-398b667a0cac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""50ac4cd7-0b91-4779-94f5-398b667a0cac""}\n2025-07-18 11:08:09.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:08:09.692 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][d9ea495f-999a-4712-9d27-3f50f823e810] socks forwarding established\n2025-07-18 11:08:09.841 [info] [command][50ac4cd7-0b91-4779-94f5-398b667a0cac] Process exited with code 0\n2025-07-18 11:08:09.841 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][d9ea495f-999a-4712-9d27-3f50f823e810] socks connection closed\n2025-07-18 11:08:09.841 [info] [command][50ac4cd7-0b91-4779-94f5-398b667a0cac] Socket close event received\n2025-07-18 11:08:09.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60657 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:09:09.843 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:09:09.845 [info] [command][d37381c7-3b90-456c-b944-dfea3ba2137f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""d37381c7-3b90-456c-b944-dfea3ba2137f""}\n2025-07-18 11:09:09.846 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][e728c8d6-1c7a-4c06-9b5c-e938f777ae3a] received connection request\n2025-07-18 11:09:09.847 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:09:09.950 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][e728c8d6-1c7a-4c06-9b5c-e938f777ae3a] socks forwarding established\n2025-07-18 11:09:10.090 [info] [command][d37381c7-3b90-456c-b944-dfea3ba2137f] Process exited with code 0\n2025-07-18 11:09:10.091 [info] [command][d37381c7-3b90-456c-b944-dfea3ba2137f] Socket close event received\n2025-07-18 11:09:10.091 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][e728c8d6-1c7a-4c06-9b5c-e938f777ae3a] socks connection closed\n2025-07-18 11:09:10.204 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60695 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:10:10.094 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:10:10.096 [info] [command][5bebb2a3-e9a5-49bb-a8b4-aef4c4c7fcd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""5bebb2a3-e9a5-49bb-a8b4-aef4c4c7fcd6""}\n2025-07-18 11:10:10.096 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][28665978-e75b-41bb-9510-0d28bce65395] received connection request\n2025-07-18 11:10:10.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:10:10.194 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][28665978-e75b-41bb-9510-0d28bce65395] socks forwarding established\n2025-07-18 11:10:10.332 [info] [command][5bebb2a3-e9a5-49bb-a8b4-aef4c4c7fcd6] Process exited with code 0\n2025-07-18 11:10:10.332 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][28665978-e75b-41bb-9510-0d28bce65395] socks connection closed\n2025-07-18 11:10:10.332 [info] [command][5bebb2a3-e9a5-49bb-a8b4-aef4c4c7fcd6] Socket close event received\n2025-07-18 11:10:10.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60722 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:11:10.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:11:10.335 [info] [command][189f7839-50cd-4554-8101-799761e4cb17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""189f7839-50cd-4554-8101-799761e4cb17""}\n2025-07-18 11:11:10.336 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][44a1371c-58e5-4107-bd79-c21588c395ac] received connection request\n2025-07-18 11:11:10.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:11:10.465 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][44a1371c-58e5-4107-bd79-c21588c395ac] socks forwarding established\n2025-07-18 11:11:10.584 [info] [command][189f7839-50cd-4554-8101-799761e4cb17] Process exited with code 0\n2025-07-18 11:11:10.584 [info] [command][189f7839-50cd-4554-8101-799761e4cb17] Socket close event received\n2025-07-18 11:11:10.585 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][44a1371c-58e5-4107-bd79-c21588c395ac] socks connection closed\n2025-07-18 11:11:10.692 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60772 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:12:10.588 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:12:10.591 [info] [command][e6842059-fd0e-4a1a-83e3-18eef8b7f93d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""e6842059-fd0e-4a1a-83e3-18eef8b7f93d""}\n2025-07-18 11:12:10.591 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][15de753f-81b7-4b92-b6b2-fda521351ea2] received connection request\n2025-07-18 11:12:10.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:12:10.717 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][15de753f-81b7-4b92-b6b2-fda521351ea2] socks forwarding established\n2025-07-18 11:12:10.902 [info] [command][e6842059-fd0e-4a1a-83e3-18eef8b7f93d] Process exited with code 0\n2025-07-18 11:12:10.902 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][15de753f-81b7-4b92-b6b2-fda521351ea2] socks connection closed\n2025-07-18 11:12:10.902 [info] [command][e6842059-fd0e-4a1a-83e3-18eef8b7f93d] Socket close event received\n2025-07-18 11:12:11.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60801 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:13:10.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:13:10.905 [info] [command][31ed3a68-a0ab-4f29-ade6-e2ca09f68ec0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""31ed3a68-a0ab-4f29-ade6-e2ca09f68ec0""}\n2025-07-18 11:13:10.906 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][29ba0e90-a7b6-4484-a15e-69fb3d03df4a] received connection request\n2025-07-18 11:13:10.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:13:11.020 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][29ba0e90-a7b6-4484-a15e-69fb3d03df4a] socks forwarding established\n2025-07-18 11:13:11.160 [info] [command][31ed3a68-a0ab-4f29-ade6-e2ca09f68ec0] Process exited with code 0\n2025-07-18 11:13:11.160 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][29ba0e90-a7b6-4484-a15e-69fb3d03df4a] socks connection closed\n2025-07-18 11:13:11.161 [info] [command][31ed3a68-a0ab-4f29-ade6-e2ca09f68ec0] Socket close event received\n2025-07-18 11:13:11.269 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60898 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:14:11.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:14:11.164 [info] [command][bdbd82ce-ea3c-4134-bd50-1647d0c4f80e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""bdbd82ce-ea3c-4134-bd50-1647d0c4f80e""}\n2025-07-18 11:14:11.164 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][564fbfb8-7fdc-4f9a-9c10-f6607fe41da2] received connection request\n2025-07-18 11:14:11.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:14:11.303 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][564fbfb8-7fdc-4f9a-9c10-f6607fe41da2] socks forwarding established\n2025-07-18 11:14:11.469 [info] [command][bdbd82ce-ea3c-4134-bd50-1647d0c4f80e] Process exited with code 0\n2025-07-18 11:14:11.469 [info] [command][bdbd82ce-ea3c-4134-bd50-1647d0c4f80e] Socket close event received\n2025-07-18 11:14:11.473 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][564fbfb8-7fdc-4f9a-9c10-f6607fe41da2] socks connection closed\n2025-07-18 11:14:11.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 60925 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:15:11.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:15:11.472 [info] [command][f8fc3d90-b293-45a4-90f0-e4056527ebbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""f8fc3d90-b293-45a4-90f0-e4056527ebbc""}\n2025-07-18 11:15:11.472 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][6d8aa2e0-555d-48f3-925a-9ffdbdd3d54b] received connection request\n2025-07-18 11:15:11.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:15:11.669 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][6d8aa2e0-555d-48f3-925a-9ffdbdd3d54b] socks forwarding established\n2025-07-18 11:15:11.815 [info] [command][f8fc3d90-b293-45a4-90f0-e4056527ebbc] Process exited with code 0\n2025-07-18 11:15:11.816 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][6d8aa2e0-555d-48f3-925a-9ffdbdd3d54b] socks connection closed\n2025-07-18 11:15:11.816 [info] [command][f8fc3d90-b293-45a4-90f0-e4056527ebbc] Socket close event received\n2025-07-18 11:15:11.927 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61002 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:16:11.819 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:16:11.821 [info] [command][59ea4f3f-ec3f-4685-b8fa-ff683b6dc390] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""59ea4f3f-ec3f-4685-b8fa-ff683b6dc390""}\n2025-07-18 11:16:11.822 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][312386f1-6140-4927-b235-54d94d66bde3] received connection request\n2025-07-18 11:16:11.823 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\n\n2025-07-18 11:16:11.823 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:16:11.968 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][312386f1-6140-4927-b235-54d94d66bde3] socks forwarding established\n2025-07-18 11:16:12.273 [info] [command][59ea4f3f-ec3f-4685-b8fa-ff683b6dc390] Process exited with code 0\n2025-07-18 11:16:12.273 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][312386f1-6140-4927-b235-54d94d66bde3] socks connection closed\n2025-07-18 11:16:12.274 [info] [command][59ea4f3f-ec3f-4685-b8fa-ff683b6dc390] Socket close event received\n2025-07-18 11:16:12.442 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61098 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:17:12.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:17:12.282 [info] [command][9119e589-f21a-41e7-9bb8-048ce833fc31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""9119e589-f21a-41e7-9bb8-048ce833fc31""}\n2025-07-18 11:17:12.282 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][ed9a3a0b-ce4a-438a-aefb-60605c84926f] received connection request\n2025-07-18 11:17:12.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:17:12.368 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][ed9a3a0b-ce4a-438a-aefb-60605c84926f] socks forwarding established\n2025-07-18 11:17:12.489 [info] [command][9119e589-f21a-41e7-9bb8-048ce833fc31] Process exited with code 0\n2025-07-18 11:17:12.489 [info] [command][9119e589-f21a-41e7-9bb8-048ce833fc31] Socket close event received\n2025-07-18 11:17:12.491 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][ed9a3a0b-ce4a-438a-aefb-60605c84926f] socks connection closed\n2025-07-18 11:17:12.590 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61136 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:18:12.489 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:18:12.491 [info] [command][b50b279a-b10f-4ad0-a940-25d16663aa40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""b50b279a-b10f-4ad0-a940-25d16663aa40""}\n2025-07-18 11:18:12.492 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][f344ae36-4712-4e7c-98c5-c41f6abc4a23] received connection request\n2025-07-18 11:18:12.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:18:12.604 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][f344ae36-4712-4e7c-98c5-c41f6abc4a23] socks forwarding established\n2025-07-18 11:18:12.719 [info] [command][b50b279a-b10f-4ad0-a940-25d16663aa40] Process exited with code 0\n2025-07-18 11:18:12.720 [info] [command][b50b279a-b10f-4ad0-a940-25d16663aa40] Socket close event received\n2025-07-18 11:18:12.720 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][f344ae36-4712-4e7c-98c5-c41f6abc4a23] socks connection closed\n2025-07-18 11:18:12.822 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61195 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:19:12.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:19:12.722 [info] [command][785f07e3-eedf-4352-a9ca-612afc597f70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""785f07e3-eedf-4352-a9ca-612afc597f70""}\n2025-07-18 11:19:12.723 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][70d06c56-7107-41f4-a8fb-e91ff9cbbb84] received connection request\n2025-07-18 11:19:12.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:19:13.006 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][70d06c56-7107-41f4-a8fb-e91ff9cbbb84] socks forwarding established\n2025-07-18 11:19:13.130 [info] [command][785f07e3-eedf-4352-a9ca-612afc597f70] Process exited with code 0\n2025-07-18 11:19:13.130 [info] [command][785f07e3-eedf-4352-a9ca-612afc597f70] Socket close event received\n2025-07-18 11:19:13.140 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][70d06c56-7107-41f4-a8fb-e91ff9cbbb84] socks connection closed\n2025-07-18 11:19:13.236 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61224 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:20:13.134 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:20:13.136 [info] [command][bcf43fb2-826a-4e49-8fe2-e53ba093ee80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""bcf43fb2-826a-4e49-8fe2-e53ba093ee80""}\n2025-07-18 11:20:13.137 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][baab9eec-f618-470b-a855-92341b0fb515] received connection request\n2025-07-18 11:20:13.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:20:13.242 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][baab9eec-f618-470b-a855-92341b0fb515] socks forwarding established\n2025-07-18 11:20:13.359 [info] [command][bcf43fb2-826a-4e49-8fe2-e53ba093ee80] Process exited with code 0\n2025-07-18 11:20:13.359 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][baab9eec-f618-470b-a855-92341b0fb515] socks connection closed\n2025-07-18 11:20:13.360 [info] [command][bcf43fb2-826a-4e49-8fe2-e53ba093ee80] Socket close event received\n2025-07-18 11:20:13.466 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61274 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:21:13.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:21:13.362 [info] [command][6721220d-6023-4e6f-adae-aae49e64cd1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""6721220d-6023-4e6f-adae-aae49e64cd1c""}\n2025-07-18 11:21:13.363 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][aabfb8eb-1345-499d-854a-e59daca6b215] received connection request\n2025-07-18 11:21:13.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:21:13.459 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][aabfb8eb-1345-499d-854a-e59daca6b215] socks forwarding established\n2025-07-18 11:21:13.586 [info] [command][6721220d-6023-4e6f-adae-aae49e64cd1c] Process exited with code 0\n2025-07-18 11:21:13.586 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][aabfb8eb-1345-499d-854a-e59daca6b215] socks connection closed\n2025-07-18 11:21:13.586 [info] [command][6721220d-6023-4e6f-adae-aae49e64cd1c] Socket close event received\n2025-07-18 11:21:13.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61339 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:22:13.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:22:13.592 [info] [command][7c14df52-b2ff-4104-bef1-c56f882e4887] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""7c14df52-b2ff-4104-bef1-c56f882e4887""}\n2025-07-18 11:22:13.592 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][1b703f95-9f2d-447a-b9bb-b31a8fa52e1c] received connection request\n2025-07-18 11:22:13.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:22:13.686 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][1b703f95-9f2d-447a-b9bb-b31a8fa52e1c] socks forwarding established\n2025-07-18 11:22:13.831 [info] [command][7c14df52-b2ff-4104-bef1-c56f882e4887] Process exited with code 0\n2025-07-18 11:22:13.831 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][1b703f95-9f2d-447a-b9bb-b31a8fa52e1c] socks connection closed\n2025-07-18 11:22:13.831 [info] [command][7c14df52-b2ff-4104-bef1-c56f882e4887] Socket close event received\n2025-07-18 11:22:14.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61375 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:23:13.834 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:23:13.837 [info] [command][af99695f-c2c7-41eb-b5bf-4514ae4613e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""af99695f-c2c7-41eb-b5bf-4514ae4613e4""}\n2025-07-18 11:23:13.839 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][efa61798-3d33-4847-bbfc-4278641cf216] received connection request\n2025-07-18 11:23:13.839 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:23:13.928 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][efa61798-3d33-4847-bbfc-4278641cf216] socks forwarding established\n2025-07-18 11:23:14.055 [info] [command][af99695f-c2c7-41eb-b5bf-4514ae4613e4] Process exited with code 0\n2025-07-18 11:23:14.056 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][efa61798-3d33-4847-bbfc-4278641cf216] socks connection closed\n2025-07-18 11:23:14.056 [info] [command][af99695f-c2c7-41eb-b5bf-4514ae4613e4] Socket close event received\n2025-07-18 11:23:14.143 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61442 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:24:14.058 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:24:14.060 [info] [command][4e9447d9-a8b0-44d8-bb51-90d9b8c043c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""4e9447d9-a8b0-44d8-bb51-90d9b8c043c1""}\n2025-07-18 11:24:14.061 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][1b8cb8ee-16db-4841-84a9-76072b72a579] received connection request\n2025-07-18 11:24:14.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:24:14.195 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][1b8cb8ee-16db-4841-84a9-76072b72a579] socks forwarding established\n2025-07-18 11:24:14.319 [info] [command][4e9447d9-a8b0-44d8-bb51-90d9b8c043c1] Process exited with code 0\n2025-07-18 11:24:14.320 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][1b8cb8ee-16db-4841-84a9-76072b72a579] socks connection closed\n2025-07-18 11:24:14.321 [info] [command][4e9447d9-a8b0-44d8-bb51-90d9b8c043c1] Socket close event received\n2025-07-18 11:24:14.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61471 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:25:14.323 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:25:14.326 [info] [command][25251fb1-242f-4c21-8dd9-ba521fef1c95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""25251fb1-242f-4c21-8dd9-ba521fef1c95""}\n2025-07-18 11:25:14.327 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][a2f1b3e5-5c14-4294-9a2f-c98fcdd54fab] received connection request\n2025-07-18 11:25:14.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:25:14.423 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][a2f1b3e5-5c14-4294-9a2f-c98fcdd54fab] socks forwarding established\n2025-07-18 11:25:14.552 [info] [command][25251fb1-242f-4c21-8dd9-ba521fef1c95] Process exited with code 0\n2025-07-18 11:25:14.553 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][a2f1b3e5-5c14-4294-9a2f-c98fcdd54fab] socks connection closed\n2025-07-18 11:25:14.553 [info] [command][25251fb1-242f-4c21-8dd9-ba521fef1c95] Socket close event received\n2025-07-18 11:25:14.710 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61514 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:26:14.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:26:14.559 [info] [command][0fcd6da9-da68-4fcf-a534-1ba1d36c95e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""0fcd6da9-da68-4fcf-a534-1ba1d36c95e0""}\n2025-07-18 11:26:14.560 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][0a4a7b20-7f7c-46b2-928b-e9d9efe0644d] received connection request\n2025-07-18 11:26:14.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:26:14.689 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][0a4a7b20-7f7c-46b2-928b-e9d9efe0644d] socks forwarding established\n2025-07-18 11:26:14.822 [info] [command][0fcd6da9-da68-4fcf-a534-1ba1d36c95e0] Process exited with code 0\n2025-07-18 11:26:14.822 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][0a4a7b20-7f7c-46b2-928b-e9d9efe0644d] socks connection closed\n2025-07-18 11:26:14.823 [info] [command][0fcd6da9-da68-4fcf-a534-1ba1d36c95e0] Socket close event received\n2025-07-18 11:26:14.916 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61572 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:27:14.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:27:14.825 [info] [command][35918d4f-8464-4480-bf3f-d6ed146395cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""35918d4f-8464-4480-bf3f-d6ed146395cd""}\n2025-07-18 11:27:14.826 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][98e967b3-e050-4efd-bdda-c81bf7952b58] received connection request\n2025-07-18 11:27:14.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:27:14.938 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][98e967b3-e050-4efd-bdda-c81bf7952b58] socks forwarding established\n2025-07-18 11:27:15.080 [info] [command][35918d4f-8464-4480-bf3f-d6ed146395cd] Process exited with code 0\n2025-07-18 11:27:15.081 [info] [command][35918d4f-8464-4480-bf3f-d6ed146395cd] Socket close event received\n2025-07-18 11:27:15.082 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][98e967b3-e050-4efd-bdda-c81bf7952b58] socks connection closed\n2025-07-18 11:27:15.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61608 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:28:15.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:28:15.084 [info] [command][bf468c3c-fd52-42b9-bd38-77fbf5c08331] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""bf468c3c-fd52-42b9-bd38-77fbf5c08331""}\n2025-07-18 11:28:15.085 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:34959][6d6bf92b-9ce5-42ea-b832-7f4719f25645] received connection request\n2025-07-18 11:28:15.085 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:28:15.749 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][6d6bf92b-9ce5-42ea-b832-7f4719f25645] socks forwarding established\n2025-07-18 11:28:16.407 [info] [command][bf468c3c-fd52-42b9-bd38-77fbf5c08331] Process exited with code 0\n2025-07-18 11:28:16.408 [info] [forwarding][multiplex][127.0.0.1:59799 -> 127.0.0.1:59755 -> 127.0.0.1:34959][6d6bf92b-9ce5-42ea-b832-7f4719f25645] socks connection closed\n2025-07-18 11:28:16.408 [info] [command][bf468c3c-fd52-42b9-bd38-77fbf5c08331] Socket close event received\n2025-07-18 11:28:16.816 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 59755 for 127.0.0.1 port 34959, connect from 127.0.0.1 port 61741 to 127.0.0.1 port 59755, nchannels 6\n\n2025-07-18 11:29:00.669 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:43977][a9ac24c2-c243-4cd6-99f3-2f2094345a43] received connection request\n2025-07-18 11:29:00.674 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-18 11:29:00.674 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-18 11:29:00.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\n\n2025-07-18 11:29:00.715 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:43977][9d9b42d0-9d4f-43fd-accb-411c5bbfe67a] received connection request\n2025-07-18 11:29:00.736 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:29:03.684 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-18 11:29:03.684 [error] Failed to connect to Cursor server at http://127.0.0.1:59798, attempt 1 of 3 This operation was aborted\n2025-07-18 11:29:03.689 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:43977][803ad4cc-4d63-49d1-ac6f-a4b2799791cc] received connection request\n2025-07-18 11:29:03.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 59755 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 11:29:03.773 [info] Terminating existing SSH process with pid: 13347\n2025-07-18 11:29:03.773 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 11:29:03.783 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-18 11:29:03.784 [error] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][a9ac24c2-c243-4cd6-99f3-2f2094345a43] error while creating socks forwarding Socket closed\n2025-07-18 11:29:03.784 [error] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][9d9b42d0-9d4f-43fd-accb-411c5bbfe67a] error while creating socks forwarding Socket closed\n2025-07-18 11:29:03.784 [error] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][803ad4cc-4d63-49d1-ac6f-a4b2799791cc] error while creating socks forwarding Socket closed\n2025-07-18 11:29:03.784 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][c63184b3-e027-400d-8930-d797e6b7ba95] socks connection closed\n2025-07-18 11:29:03.784 [info] [forwarding][code][127.0.0.1:59798 -> 127.0.0.1:59755 -> 127.0.0.1:43977][b9a72481-4d72-4ff6-a2aa-93dca564b1cb] socks connection closed\n2025-07-18 11:29:03.784 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mNNS0K/socket.sock\n2025-07-18 11:29:03.788 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35145.sh"" | ssh -v -T -D 61776 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 11:29:03.788 [info] Started installation script. Waiting for it to finish...\n2025-07-18 11:29:03.788 [info] Waiting for server to install via process(14496)...\n2025-07-18 11:29:03.794 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-18 11:29:03.794 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 11:29:03.795 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 11:29:03.795 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 11:29:03.795 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 11:29:03.798 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 11:29:03.798 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 11:29:03.799 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 11:29:03.799 [info] Retrying connection in 5 seconds...\n2025-07-18 11:29:04.696 [error] Failed to connect to Cursor server at http://127.0.0.1:59798, attempt 2 of 3 This operation was aborted\n2025-07-18 11:29:05.707 [error] Failed to connect to Cursor server at http://127.0.0.1:59798, attempt 3 of 3 This operation was aborted\n2025-07-18 11:29:05.707 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-18 11:29:05.707 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-18 11:44:27.991 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35145.sh\n2025-07-18 11:44:27.993 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:59799\n2025-07-18 11:44:28.004 [error] [forwarding][multiplex][127.0.0.1:59799 -> unknown}][d8ae80c9-ebdf-4f0f-8e53-f779c155a321] remote server not configured\n2025-07-18 11:44:28.004 [info] [command][5ac8b961-ae85-4cfc-ab45-3cd30ec15505] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""196baa0c-1824-4771-8334-ad2cd8b9c561"",""id"":""5ac8b961-ae85-4cfc-ab45-3cd30ec15505""}\n2025-07-18 11:44:28.005 [error] [command][5ac8b961-ae85-4cfc-ab45-3cd30ec15505] Socket error: Error: read ECONNRESET\n2025-07-18 11:44:28.005 [info] [command][5ac8b961-ae85-4cfc-ab45-3cd30ec15505] Socket close event received\n2025-07-18 11:44:28.006 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-mNNS0K/socket.sock\n2025-07-18 11:44:28.008 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74608.sh"" | ssh -v -T -D 61778 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 11:44:28.008 [info] Started installation script. Waiting for it to finish...\n2025-07-18 11:44:28.008 [info] Waiting for server to install via process(14511)...\n2025-07-18 11:44:28.016 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-18 11:44:28.016 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 11:44:28.016 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 11:44:28.016 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 11:44:28.017 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 11:44:28.022 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-18 11:44:28.022 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 11:44:28.023 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 11:44:28.023 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 11:44:28.023 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_74608.sh\n2025-07-18 11:44:28.023 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 12:05:45.031 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-18 12:05:45.043 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-L5bXGT/socket.sock\n2025-07-18 12:05:45.044 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:05:45.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-L5bXGT/socket.sock\n2025-07-18 12:05:45.048 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56479.sh"" | ssh -v -T -D 62916 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 12:05:45.048 [info] Started installation script. Waiting for it to finish...\n2025-07-18 12:05:45.048 [info] Waiting for server to install via process(15048)...\n2025-07-18 12:05:45.054 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 12:05:45.054 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 12:05:45.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 12:05:45.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 12:05:45.055 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 12:05:45.345 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 12:05:45.345 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 12:05:45.347 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 12:05:45.347 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 12:05:45.491 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 12:05:45.493 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-18 12:05:45.494 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 12:05:45.595 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 12:05:45.599 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 12:05:45.717 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-07-18 12:05:45.718 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 12:05:45.719 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 12:05:45.723 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 12:05:45.724 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 12:05:45.992 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 12:05:46.109 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 12:05:46.111 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 12:05:46.111 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 12:05:46.987 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-18 12:05:46.987 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 12:05:47.159 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:05:47.246 [info] Askpass server received request: POST /\n2025-07-18 12:05:47.246 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:05:47.246 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:05:58.753 [error] Password authentication cancelled\n2025-07-18 12:05:58.755 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-18 12:06:08.310 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\n\n2025-07-18 12:06:11.317 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:06:11.489 [info] Askpass server received request: POST /\n2025-07-18 12:06:11.489 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:06:11.489 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:06:38.812 [error] Password authentication cancelled\n2025-07-18 12:06:38.815 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-18 12:06:40.955 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\n\n2025-07-18 12:06:41.081 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:06:41.155 [info] Askpass server received request: POST /\n2025-07-18 12:06:41.155 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:06:41.155 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:06:42.339 [error] Password authentication cancelled\n2025-07-18 12:06:42.343 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-18 12:06:44.294 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: No more authentication methods to try.\ntum_dbd0378@horeka.scc.kit.edu: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive).\n\n2025-07-18 12:06:44.296 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-18 12:06:44.297 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 12:06:44.297 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56479.sh\n2025-07-18 12:06:44.298 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-18 12:06:49.434 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-18 12:06:49.445 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-7vLbpQ/socket.sock\n2025-07-18 12:06:49.446 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:06:49.448 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-7vLbpQ/socket.sock\n2025-07-18 12:06:49.450 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10921.sh"" | ssh -v -T -D 63087 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 12:06:49.450 [info] Started installation script. Waiting for it to finish...\n2025-07-18 12:06:49.450 [info] Waiting for server to install via process(15114)...\n2025-07-18 12:06:49.455 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-18 12:06:49.455 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 12:06:49.456 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 12:06:49.456 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 12:06:49.456 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 12:06:49.590 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 12:06:49.590 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 12:06:49.591 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 12:06:49.591 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-18 12:06:49.591 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 12:06:49.710 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 12:06:49.712 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 12:06:49.712 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 12:06:49.821 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 12:06:49.822 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 12:06:49.941 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 12:06:49.942 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 12:06:49.943 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 12:06:49.948 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 12:06:49.948 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 12:06:50.222 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 12:06:50.351 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 12:06:50.354 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 12:06:50.354 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 12:06:51.058 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 12:06:51.163 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:06:51.240 [info] Askpass server received request: POST /\n2025-07-18 12:06:51.240 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:06:51.240 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:07:00.335 [error] Password authentication cancelled\n2025-07-18 12:07:00.337 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-18 12:07:02.569 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\n\n2025-07-18 12:07:02.683 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:07:02.755 [info] Askpass server received request: POST /\n2025-07-18 12:07:02.755 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:07:02.755 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:07:04.156 [error] Password authentication cancelled\n2025-07-18 12:07:04.158 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-18 12:07:06.440 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-18 12:07:06.451 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-qKaxiL/socket.sock\n2025-07-18 12:07:06.452 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:07:06.453 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-qKaxiL/socket.sock\n2025-07-18 12:07:06.455 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79674.sh"" | ssh -v -T -D 63100 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 12:07:06.455 [info] Started installation script. Waiting for it to finish...\n2025-07-18 12:07:06.455 [info] Waiting for server to install via process(15146)...\n2025-07-18 12:07:06.461 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-18 12:07:06.461 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 12:07:06.461 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 12:07:06.461 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 12:07:06.461 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 12:07:06.571 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 12:07:06.571 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-18 12:07:06.571 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 12:07:06.746 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 12:07:06.748 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-18 12:07:06.748 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 12:07:06.880 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 12:07:06.881 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 12:07:07.183 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 12:07:07.184 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-18 12:07:07.184 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 12:07:07.188 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-07-18 12:07:07.188 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 12:07:08.433 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 12:07:09.658 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 12:07:09.661 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 12:07:09.662 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 12:07:10.883 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-18 12:07:10.884 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 12:07:11.034 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:07:11.164 [info] Askpass server received request: POST /\n2025-07-18 12:07:11.164 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:07:11.164 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:07:21.735 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:07:21.825 [info] Askpass server received request: POST /\n2025-07-18 12:07:21.825 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-18 12:07:21.825 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-18 12:07:31.952 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:63100 forwarded to remote address socks:0\n\n2025-07-18 12:07:31.952 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 63100.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 63100.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-18 12:07:32.271 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-18 12:07:32.272 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-18 12:07:32.279 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-18 12:07:32.360 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-18 12:07:36.154 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-18 12:07:36.343 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:07:36.349 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-18 12:07:36.354 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-18 12:07:36.398 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-18 12:07:36.422 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 12:07:36.601 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-18 12:07:36.618 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 12:07:36.647 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-18 12:07:36.665 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 12:07:36.678 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d9bf2059-1e02-4847-bce3-8e6477467546\n\n2025-07-18 12:07:36.688 [info] (ssh_tunnel) stdout: Multiplex server started with PID 2757735 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-18 12:07:36.696 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 12:07:37.438 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-18 12:07:37.440 [info] (ssh_tunnel) stdout: Code server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 3080454 sh /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-18 12:07:37.441 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\nbf751d07eddfee27db48a5a3: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36367==\nmultiplexConnectionToken==d9bf2059-1e02-4847-bce3-8e6477467546==\ncodeListeningOn==46063==\ncodeConnectionToken==f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nbf751d07eddfee27db48a5a3: end\nUnlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:07:37.446 [info] Server install command exit code: 0\n2025-07-18 12:07:37.447 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79674.sh\n2025-07-18 12:07:37.449 [info] [forwarding][code] creating new forwarding server\n2025-07-18 12:07:37.450 [info] [forwarding][code] server listening on 127.0.0.1:63127\n2025-07-18 12:07:37.450 [info] [forwarding][code] Set up server\n2025-07-18 12:07:37.450 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b\n2025-07-18 12:07:37.450 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-18 12:07:37.450 [info] [forwarding][multiplex] server listening on 127.0.0.1:63128\n2025-07-18 12:07:37.450 [info] [forwarding][multiplex] Set up server\n2025-07-18 12:07:37.451 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: d9bf2059-1e02-4847-bce3-8e6477467546\n2025-07-18 12:07:37.451 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:07:37.455 [info] [command][25258917-ce25-4df2-a72a-da66c5fa0807] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""25258917-ce25-4df2-a72a-da66c5fa0807""}\n2025-07-18 12:07:37.456 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][c671e8fb-86dd-4f2c-9295-f98171aa7fa0] received connection request\n2025-07-18 12:07:37.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:07:37.502 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:46063][38fd0bed-9960-4c99-82d7-bf3890435f86] received connection request\n2025-07-18 12:07:37.503 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:07:37.565 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][c671e8fb-86dd-4f2c-9295-f98171aa7fa0] socks forwarding established\n2025-07-18 12:07:37.603 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][38fd0bed-9960-4c99-82d7-bf3890435f86] socks forwarding established\n2025-07-18 12:07:37.696 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][c671e8fb-86dd-4f2c-9295-f98171aa7fa0] socks connection closed\n2025-07-18 12:07:37.696 [info] [command][25258917-ce25-4df2-a72a-da66c5fa0807] Process exited with code 0\n2025-07-18 12:07:37.697 [info] [command][25258917-ce25-4df2-a72a-da66c5fa0807] Socket close event received\n2025-07-18 12:07:37.719 [info] Successfully connected to Cursor server at http://127.0.0.1:63127/version\n2025-07-18 12:07:37.719 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-18 12:07:37.720 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][3891e8be-938e-4414-857c-12001c937bd6] received connection request\n2025-07-18 12:07:37.720 [info] [command][442a7c0a-c6fb-4e7a-a01b-b0acde78bf78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""442a7c0a-c6fb-4e7a-a01b-b0acde78bf78""}\n2025-07-18 12:07:37.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:07:37.782 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 63130 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:07:37.806 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][3891e8be-938e-4414-857c-12001c937bd6] socks forwarding established\n2025-07-18 12:07:37.936 [info] [command][442a7c0a-c6fb-4e7a-a01b-b0acde78bf78] Process exited with code 0\n2025-07-18 12:07:37.936 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-18 12:07:37.937 [info] [remote-ssh] Resolved exec server. Socks port: 63100\n2025-07-18 12:07:37.937 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63127,""connectionToken"":""f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b"",""extensionHostEnv"":{}}. Socks port: 63100\n2025-07-18 12:07:37.937 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][3891e8be-938e-4414-857c-12001c937bd6] socks connection closed\n2025-07-18 12:07:37.937 [info] [command][442a7c0a-c6fb-4e7a-a01b-b0acde78bf78] Socket close event received\n2025-07-18 12:07:38.004 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:46063][3437ca0e-325d-48a3-aee2-b73e6d463d11] received connection request\n2025-07-18 12:07:38.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:07:38.037 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 63135 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:07:38.119 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][3437ca0e-325d-48a3-aee2-b73e6d463d11] socks forwarding established\n2025-07-18 12:07:38.234 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:46063][8963cd47-68cb-494a-8ea4-04f6f73d586e] received connection request\n2025-07-18 12:07:38.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:07:38.329 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][8963cd47-68cb-494a-8ea4-04f6f73d586e] socks forwarding established\n2025-07-18 12:07:38.767 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:07:40.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 46063, connect from 127.0.0.1 port 63132 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:07:40.812 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][38fd0bed-9960-4c99-82d7-bf3890435f86] socks connection closed\n2025-07-18 12:07:44.757 [info] [tunnel-forwarding][localhost:8791 -> localhost:8791] server listening\n2025-07-18 12:07:44.757 [info] Cross binding to [::1]:8791. Originally bound to 127.0.0.1:8791\n2025-07-18 12:07:44.757 [info] [tunnel-forwarding][::1:8791 -> localhost:8791] server listening\n2025-07-18 12:08:37.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:08:37.696 [info] [command][2e945b5b-0570-49bb-88a8-229df6b5388f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""2e945b5b-0570-49bb-88a8-229df6b5388f""}\n2025-07-18 12:08:37.696 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][3c56a3fe-0aea-4930-840b-b893d8d58a12] received connection request\n2025-07-18 12:08:37.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:08:37.793 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][3c56a3fe-0aea-4930-840b-b893d8d58a12] socks forwarding established\n2025-07-18 12:08:37.914 [info] [command][2e945b5b-0570-49bb-88a8-229df6b5388f] Process exited with code 0\n2025-07-18 12:08:37.914 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][3c56a3fe-0aea-4930-840b-b893d8d58a12] socks connection closed\n2025-07-18 12:08:37.914 [info] [command][2e945b5b-0570-49bb-88a8-229df6b5388f] Socket close event received\n2025-07-18 12:08:38.009 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 63237 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:09:37.918 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:09:37.919 [info] [command][502f22a4-f427-4d0b-9197-2bd478826cf3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""502f22a4-f427-4d0b-9197-2bd478826cf3""}\n2025-07-18 12:09:37.920 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][36e240c6-f240-450c-85fe-21edb67ada7f] received connection request\n2025-07-18 12:09:37.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:09:39.537 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][36e240c6-f240-450c-85fe-21edb67ada7f] socks forwarding established\n2025-07-18 12:09:39.636 [info] [command][502f22a4-f427-4d0b-9197-2bd478826cf3] Process exited with code 0\n2025-07-18 12:09:39.636 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][36e240c6-f240-450c-85fe-21edb67ada7f] socks connection closed\n2025-07-18 12:09:39.637 [info] [command][502f22a4-f427-4d0b-9197-2bd478826cf3] Socket close event received\n2025-07-18 12:09:39.746 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 63274 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:10:39.638 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:10:39.640 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][e8d6d286-433c-43c5-a6d7-e0a6272c2176] received connection request\n2025-07-18 12:10:39.640 [info] [command][5627c328-8218-4db4-be95-6ed9fef8e0c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""5627c328-8218-4db4-be95-6ed9fef8e0c8""}\n2025-07-18 12:10:39.640 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:10:39.739 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][e8d6d286-433c-43c5-a6d7-e0a6272c2176] socks forwarding established\n2025-07-18 12:10:39.843 [info] [command][5627c328-8218-4db4-be95-6ed9fef8e0c8] Process exited with code 0\n2025-07-18 12:10:39.843 [info] [command][5627c328-8218-4db4-be95-6ed9fef8e0c8] Socket close event received\n2025-07-18 12:10:39.845 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][e8d6d286-433c-43c5-a6d7-e0a6272c2176] socks connection closed\n2025-07-18 12:10:39.984 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 63310 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:11:39.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:11:39.850 [info] [command][003ed73f-efea-4943-acfe-0cc8642c66d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""003ed73f-efea-4943-acfe-0cc8642c66d4""}\n2025-07-18 12:11:39.851 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][bfc89755-3b0f-451f-b72b-f26dc19b87ee] received connection request\n2025-07-18 12:11:39.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:11:40.574 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][bfc89755-3b0f-451f-b72b-f26dc19b87ee] socks forwarding established\n2025-07-18 12:11:41.059 [info] [command][003ed73f-efea-4943-acfe-0cc8642c66d4] Process exited with code 0\n2025-07-18 12:11:41.059 [info] [command][003ed73f-efea-4943-acfe-0cc8642c66d4] Socket close event received\n2025-07-18 12:11:41.062 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][bfc89755-3b0f-451f-b72b-f26dc19b87ee] socks connection closed\n2025-07-18 12:11:41.367 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 63397 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:12:41.062 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:12:41.063 [info] [command][5fd46547-f924-4bca-b75e-27a4a8c466fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""5fd46547-f924-4bca-b75e-27a4a8c466fa""}\n2025-07-18 12:12:41.064 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][11ea8574-39fa-4215-bd98-2e04349fa146] received connection request\n2025-07-18 12:12:41.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:13:01.173 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][11ea8574-39fa-4215-bd98-2e04349fa146] socks forwarding established\n2025-07-18 12:13:04.398 [info] [command][5fd46547-f924-4bca-b75e-27a4a8c466fa] Process exited with code 0\n2025-07-18 12:13:04.398 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][11ea8574-39fa-4215-bd98-2e04349fa146] socks connection closed\n2025-07-18 12:13:04.398 [info] [command][5fd46547-f924-4bca-b75e-27a4a8c466fa] Socket close event received\n2025-07-18 12:13:06.557 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 63886 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:14:04.401 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:14:04.403 [info] [command][6a33351d-4c98-448f-bef5-226a010b0d0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""6a33351d-4c98-448f-bef5-226a010b0d0e""}\n2025-07-18 12:14:04.404 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][059f4c4c-6b84-4a5e-a8f3-6aab9a70f63e] received connection request\n2025-07-18 12:14:04.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:14:04.490 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][059f4c4c-6b84-4a5e-a8f3-6aab9a70f63e] socks forwarding established\n2025-07-18 12:14:04.587 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][059f4c4c-6b84-4a5e-a8f3-6aab9a70f63e] socks connection closed\n2025-07-18 12:14:04.587 [info] [command][6a33351d-4c98-448f-bef5-226a010b0d0e] Process exited with code 0\n2025-07-18 12:14:04.587 [info] [command][6a33351d-4c98-448f-bef5-226a010b0d0e] Socket close event received\n2025-07-18 12:14:04.670 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 64323 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:15:04.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:15:04.595 [info] [command][dbe039f3-e36e-43d5-9a10-5982b85f67a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""dbe039f3-e36e-43d5-9a10-5982b85f67a1""}\n2025-07-18 12:15:04.596 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][15aaa184-e749-43e3-a90e-721cefcc9a1f] received connection request\n2025-07-18 12:15:04.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:15:04.695 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][15aaa184-e749-43e3-a90e-721cefcc9a1f] socks forwarding established\n2025-07-18 12:15:04.817 [info] [command][dbe039f3-e36e-43d5-9a10-5982b85f67a1] Process exited with code 0\n2025-07-18 12:15:04.817 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][15aaa184-e749-43e3-a90e-721cefcc9a1f] socks connection closed\n2025-07-18 12:15:04.817 [info] [command][dbe039f3-e36e-43d5-9a10-5982b85f67a1] Socket close event received\n2025-07-18 12:15:04.934 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 64345 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:16:04.817 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:16:04.818 [info] [command][e88c573f-216c-410a-ab4e-f26eaf7f6a89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""e88c573f-216c-410a-ab4e-f26eaf7f6a89""}\n2025-07-18 12:16:04.819 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:36367][3d8858c3-093c-4fc9-9c4f-89618a8a0a83] received connection request\n2025-07-18 12:16:04.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:16:07.059 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][3d8858c3-093c-4fc9-9c4f-89618a8a0a83] socks forwarding established\n2025-07-18 12:16:08.633 [info] [command][e88c573f-216c-410a-ab4e-f26eaf7f6a89] Process exited with code 0\n2025-07-18 12:16:08.633 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:63100 -> 127.0.0.1:36367][3d8858c3-093c-4fc9-9c4f-89618a8a0a83] socks connection closed\n2025-07-18 12:16:08.633 [info] [command][e88c573f-216c-410a-ab4e-f26eaf7f6a89] Socket close event received\n2025-07-18 12:16:08.972 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 63100 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 64579 to 127.0.0.1 port 63100, nchannels 6\n\n2025-07-18 12:16:43.344 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-18 12:16:43.344 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-18 12:16:43.348 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:46063][02845163-c508-4bf1-87e1-1172989088b0] received connection request\n2025-07-18 12:16:43.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:16:46.350 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-18 12:16:46.350 [error] Failed to connect to Cursor server at http://127.0.0.1:63127, attempt 1 of 3 This operation was aborted\n2025-07-18 12:16:46.353 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:46063][ebbd1c79-c659-4efb-90ca-44af02117708] received connection request\n2025-07-18 12:16:46.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 63100 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:16:46.417 [info] Terminating existing SSH process with pid: 15146\n2025-07-18 12:16:46.417 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:16:46.417 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-qKaxiL/socket.sock\n2025-07-18 12:16:46.422 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-18 12:16:46.422 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][3437ca0e-325d-48a3-aee2-b73e6d463d11] socks connection closed\n2025-07-18 12:16:46.422 [error] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][02845163-c508-4bf1-87e1-1172989088b0] error while creating socks forwarding Socket closed\n2025-07-18 12:16:46.422 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][8963cd47-68cb-494a-8ea4-04f6f73d586e] socks connection closed\n2025-07-18 12:16:46.422 [error] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:63100 -> 127.0.0.1:46063][ebbd1c79-c659-4efb-90ca-44af02117708] error while creating socks forwarding Socket closed\n2025-07-18 12:16:46.426 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53497.sh"" | ssh -v -T -D 64803 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 12:16:46.426 [info] Started installation script. Waiting for it to finish...\n2025-07-18 12:16:46.426 [info] Waiting for server to install via process(15443)...\n2025-07-18 12:16:46.433 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 12:16:46.433 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 12:16:46.433 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 12:16:46.433 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 12:16:46.433 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 12:16:47.354 [error] Failed to connect to Cursor server at http://127.0.0.1:63127, attempt 2 of 3 This operation was aborted\n2025-07-18 12:16:48.038 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 12:16:48.038 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 12:16:48.040 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 12:16:48.040 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-18 12:16:48.040 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 12:16:48.356 [error] Failed to connect to Cursor server at http://127.0.0.1:63127, attempt 3 of 3 This operation was aborted\n2025-07-18 12:16:48.356 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-18 12:16:48.356 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-18 12:16:48.466 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 12:16:48.468 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 12:16:48.468 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 12:16:48.585 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 12:16:48.588 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 12:16:49.226 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 12:16:49.227 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 12:16:49.232 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 12:16:49.232 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 12:16:49.622 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 12:16:49.924 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 12:16:49.929 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 12:16:49.929 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 12:16:50.610 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 12:16:50.738 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:16:50.835 [info] Askpass server received request: POST /\n2025-07-18 12:16:50.835 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:16:50.835 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:17:05.870 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:17:05.949 [info] Askpass server received request: POST /\n2025-07-18 12:17:05.950 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-18 12:17:05.950 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-18 12:17:08.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:17:08.637 [info] [command][a1f0c4ed-7066-434a-8e81-ebc17629c78e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""a1f0c4ed-7066-434a-8e81-ebc17629c78e""}\n2025-07-18 12:17:08.637 [error] [forwarding][multiplex][127.0.0.1:63128 -> unknown}][f0a78b2d-eda6-4f7c-b0a0-76142c0da87f] remote server not configured\n2025-07-18 12:17:08.638 [error] [command][a1f0c4ed-7066-434a-8e81-ebc17629c78e] Socket error: Error: read ECONNRESET\n2025-07-18 12:17:08.638 [info] [command][a1f0c4ed-7066-434a-8e81-ebc17629c78e] Socket close event received\n2025-07-18 12:17:23.251 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.20]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:64803 forwarded to remote address socks:0\n\n2025-07-18 12:17:23.252 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 64803.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 64803.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-18 12:17:23.541 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-18 12:17:23.542 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-18 12:17:23.551 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-18 12:17:23.676 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-18 12:17:28.811 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-18 12:17:28.957 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:17:28.975 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-18 12:17:29.015 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-18 12:17:29.173 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nRunning multiplex server: \n\n2025-07-18 12:17:29.204 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 12:17:29.205 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-18 12:17:29.348 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 12:17:29.350 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js c8a681e7-f45c-4d17-9357-d0ea4ef9192c\nMultiplex server started with PID 4009493 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 12:17:29.804 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-18 12:17:29.973 [info] (ssh_tunnel) stdout: Code server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 3927944 sh /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-18 12:17:29.974 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:17:29.975 [info] (ssh_tunnel) stdout: 762da018be1eb026ea4ab486: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45025==\nmultiplexConnectionToken==c8a681e7-f45c-4d17-9357-d0ea4ef9192c==\ncodeListeningOn==43977==\ncodeConnectionToken==70eb145a-e6c5-4ab0-b258-d4237fe3d23a==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n762da018be1eb026ea4ab486: end\n\n2025-07-18 12:17:29.978 [info] Server install command exit code: 0\n2025-07-18 12:17:29.978 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_53497.sh\n2025-07-18 12:17:29.981 [info] [forwarding][code] returning existing forwarding server listening on local port 63127\n2025-07-18 12:17:29.982 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 70eb145a-e6c5-4ab0-b258-d4237fe3d23a\n2025-07-18 12:17:29.982 [info] [forwarding][multiplex] returning existing forwarding server listening on local port 63128\n2025-07-18 12:17:29.982 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: c8a681e7-f45c-4d17-9357-d0ea4ef9192c\n2025-07-18 12:17:29.982 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:63128\n2025-07-18 12:17:29.986 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:45025][2e3e323a-b7c4-4f4f-8fb4-c7f3fcfc5fe7] received connection request\n2025-07-18 12:17:29.986 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:43977][b2025cf6-dd11-4739-978a-c343707aa44f] received connection request\n2025-07-18 12:17:29.986 [info] [command][5d0b5330-b690-416c-8982-92c3ac7a2ab5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c8a681e7-f45c-4d17-9357-d0ea4ef9192c"",""id"":""5d0b5330-b690-416c-8982-92c3ac7a2ab5""}\n2025-07-18 12:17:29.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 64803 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 64803 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:17:29.994 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:17:29.998 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:17:30.116 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:64803 -> 127.0.0.1:45025][2e3e323a-b7c4-4f4f-8fb4-c7f3fcfc5fe7] socks forwarding established\n2025-07-18 12:17:30.128 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:64803 -> 127.0.0.1:43977][b2025cf6-dd11-4739-978a-c343707aa44f] socks forwarding established\n2025-07-18 12:17:30.322 [info] [command][5d0b5330-b690-416c-8982-92c3ac7a2ab5] Process exited with code 0\n2025-07-18 12:17:30.326 [info] Successfully connected to Cursor server at http://127.0.0.1:63127/version\n2025-07-18 12:17:30.326 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-18 12:17:30.328 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:64803 -> 127.0.0.1:45025][2e3e323a-b7c4-4f4f-8fb4-c7f3fcfc5fe7] socks connection closed\n2025-07-18 12:17:30.328 [info] [command][5d0b5330-b690-416c-8982-92c3ac7a2ab5] Socket close event received\n2025-07-18 12:17:30.330 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:45025][b6320f8b-f9df-4f2f-8adc-654f61b8d5f4] received connection request\n2025-07-18 12:17:30.330 [info] [command][2462c303-b6eb-4003-8076-0f006b1b4887] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""c8a681e7-f45c-4d17-9357-d0ea4ef9192c"",""id"":""2462c303-b6eb-4003-8076-0f006b1b4887""}\n2025-07-18 12:17:30.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 64803 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:17:30.458 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64803 for 127.0.0.1 port 45025, connect from 127.0.0.1 port 64950 to 127.0.0.1 port 64803, nchannels 6\n\n2025-07-18 12:17:30.474 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:64803 -> 127.0.0.1:45025][b6320f8b-f9df-4f2f-8adc-654f61b8d5f4] socks forwarding established\n2025-07-18 12:17:30.781 [info] [command][2462c303-b6eb-4003-8076-0f006b1b4887] Process exited with code 0\n2025-07-18 12:17:30.781 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-18 12:17:30.782 [info] [remote-ssh] Resolved exec server. Socks port: 64803\n2025-07-18 12:17:30.782 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":63127,""connectionToken"":""70eb145a-e6c5-4ab0-b258-d4237fe3d23a"",""extensionHostEnv"":{}}. Socks port: 64803\n2025-07-18 12:17:30.783 [info] [forwarding][multiplex][127.0.0.1:63128 -> 127.0.0.1:64803 -> 127.0.0.1:45025][b6320f8b-f9df-4f2f-8adc-654f61b8d5f4] socks connection closed\n2025-07-18 12:17:30.783 [info] [command][2462c303-b6eb-4003-8076-0f006b1b4887] Socket close event received\n2025-07-18 12:17:30.858 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:43977][866a8ef4-f52a-4f57-988d-ad4fe83d93af] received connection request\n2025-07-18 12:17:30.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 64803 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:17:30.956 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 64803 for 127.0.0.1 port 45025, connect from 127.0.0.1 port 64953 to 127.0.0.1 port 64803, nchannels 6\n\n2025-07-18 12:17:31.058 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:64803 -> 127.0.0.1:43977][866a8ef4-f52a-4f57-988d-ad4fe83d93af] socks forwarding established\n2025-07-18 12:17:31.322 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:43977][8fae8bde-35d3-47b9-a516-067860e29cb6] received connection request\n2025-07-18 12:17:31.322 [info] (ssh_tunnel) stderr: debug1: Connection to port 64803 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:17:31.481 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:64803 -> 127.0.0.1:43977][8fae8bde-35d3-47b9-a516-067860e29cb6] socks forwarding established\n2025-07-18 12:17:31.667 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:64803 -> 127.0.0.1:43977][866a8ef4-f52a-4f57-988d-ad4fe83d93af] socks connection closed\n2025-07-18 12:17:31.829 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64803 for 127.0.0.1 port 43977, connect from 127.0.0.1 port 64955 to 127.0.0.1 port 64803, nchannels 6\n\n2025-07-18 12:17:32.209 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:64803 -> 127.0.0.1:43977][8fae8bde-35d3-47b9-a516-067860e29cb6] socks connection closed\n2025-07-18 12:17:32.533 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 64803 for 127.0.0.1 port 43977, connect from 127.0.0.1 port 64957 to 127.0.0.1 port 64803, nchannels 5\n\n2025-07-18 12:17:33.537 [info] [forwarding][code][127.0.0.1:63127 -> 127.0.0.1:64803 -> 127.0.0.1:43977][b2025cf6-dd11-4739-978a-c343707aa44f] socks connection closed\n2025-07-18 12:17:33.537 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64803 for 127.0.0.1 port 43977, connect from 127.0.0.1 port 64951 to 127.0.0.1 port 64803, nchannels 4\n\n2025-07-18 12:17:36.597 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-18 12:17:36.610 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-b2i3wK/socket.sock\n2025-07-18 12:17:36.611 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:17:36.613 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-b2i3wK/socket.sock\n2025-07-18 12:17:36.615 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_42011.sh"" | ssh -v -T -D 64961 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 12:17:36.615 [info] Started installation script. Waiting for it to finish...\n2025-07-18 12:17:36.615 [info] Waiting for server to install via process(15499)...\n2025-07-18 12:17:36.621 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 12:17:36.621 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 12:17:36.621 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 12:17:36.621 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 12:17:36.622 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 12:17:36.714 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 12:17:36.714 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 12:17:36.715 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 12:17:36.715 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-18 12:17:36.715 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 12:17:36.844 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 12:17:36.846 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-18 12:17:36.846 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 12:17:37.017 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 12:17:37.017 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 12:17:37.127 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-18 12:17:37.129 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-18 12:17:37.129 [info] (ssh_tunnel) stderr: debug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 12:17:37.133 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-18 12:17:37.133 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 12:17:37.396 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 12:17:37.532 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 12:17:37.542 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-18 12:17:37.545 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 12:17:38.220 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\n\n2025-07-18 12:17:38.220 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 12:17:39.703 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:17:39.806 [info] Askpass server received request: POST /\n2025-07-18 12:17:39.807 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:17:39.807 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-18 12:18:03.532 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:18:03.634 [info] Askpass server received request: POST /\n2025-07-18 12:18:03.634 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-18 12:18:03.634 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-18 12:18:07.126 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:64961 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 64961.\n\n2025-07-18 12:18:07.127 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 64961.\n\n2025-07-18 12:18:07.127 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-18 12:18:07.127 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-18 12:18:07.448 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-18 12:18:07.449 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-18 12:18:07.456 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-18 12:18:07.727 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-18 12:18:11.571 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-18 12:18:11.752 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:18:11.775 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-18 12:18:11.797 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-18 12:18:11.919 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-18 12:18:12.086 [info] (ssh_tunnel) stdout: Running multiplex server: 2757735 /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d9bf2059-1e02-4847-bce3-8e6477467546\n\n2025-07-18 12:18:12.087 [info] (ssh_tunnel) stdout: Multiplex server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js. Running processes are 2757735 /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js d9bf2059-1e02-4847-bce3-8e6477467546\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-18 12:18:12.099 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-18 12:18:12.100 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-18 12:18:12.246 [info] (ssh_tunnel) stdout: Code server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 3080454 sh /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-18 12:18:12.246 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:18:12.279 [info] (ssh_tunnel) stdout: a6987ae5bea6f061e7c47b85: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==36367==\nmultiplexConnectionToken==d9bf2059-1e02-4847-bce3-8e6477467546==\ncodeListeningOn==46063==\ncodeConnectionToken==f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n\n2025-07-18 12:18:12.281 [info] (ssh_tunnel) stdout: a6987ae5bea6f061e7c47b85: end\n\n2025-07-18 12:18:12.282 [info] Server install command exit code: 0\n2025-07-18 12:18:12.282 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_42011.sh\n2025-07-18 12:18:12.283 [info] [forwarding][code] creating new forwarding server\n2025-07-18 12:18:12.284 [info] [forwarding][code] server listening on 127.0.0.1:65022\n2025-07-18 12:18:12.284 [info] [forwarding][code] Set up server\n2025-07-18 12:18:12.284 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b\n2025-07-18 12:18:12.284 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-18 12:18:12.284 [info] [forwarding][multiplex] server listening on 127.0.0.1:65023\n2025-07-18 12:18:12.284 [info] [forwarding][multiplex] Set up server\n2025-07-18 12:18:12.286 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: d9bf2059-1e02-4847-bce3-8e6477467546\n2025-07-18 12:18:12.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65023\n2025-07-18 12:18:12.290 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-18 12:18:12.291 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:36367][726c2285-c0ec-47aa-8bb7-497a9ff851af] received connection request\n2025-07-18 12:18:12.292 [info] [command][d0ac24e0-bbea-4f54-9e4b-1b655ce38b62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""d0ac24e0-bbea-4f54-9e4b-1b655ce38b62""}\n2025-07-18 12:18:12.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:18:12.302 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:46063][83ffca3c-8e23-4769-be5e-3f25f4592dcf] received connection request\n2025-07-18 12:18:12.302 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:18:12.412 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][726c2285-c0ec-47aa-8bb7-497a9ff851af] socks forwarding established\n2025-07-18 12:18:12.413 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][83ffca3c-8e23-4769-be5e-3f25f4592dcf] socks forwarding established\n2025-07-18 12:18:12.550 [info] Successfully connected to Cursor server at http://127.0.0.1:65022/version\n2025-07-18 12:18:12.550 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-18 12:18:12.552 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:36367][4b55a5f1-f2d4-4b5c-aa45-5678f22e2665] received connection request\n2025-07-18 12:18:12.552 [info] [command][d0ac24e0-bbea-4f54-9e4b-1b655ce38b62] Process exited with code 0\n2025-07-18 12:18:12.553 [info] [command][07cd43e3-cfa7-4e7c-bffb-2077b394741a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""07cd43e3-cfa7-4e7c-bffb-2077b394741a""}\n2025-07-18 12:18:12.553 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][726c2285-c0ec-47aa-8bb7-497a9ff851af] socks connection closed\n2025-07-18 12:18:12.553 [info] [command][d0ac24e0-bbea-4f54-9e4b-1b655ce38b62] Socket close event received\n2025-07-18 12:18:12.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:18:12.696 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 64961 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 65025 to 127.0.0.1 port 64961, nchannels 6\n\n2025-07-18 12:18:12.697 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][4b55a5f1-f2d4-4b5c-aa45-5678f22e2665] socks forwarding established\n2025-07-18 12:18:12.822 [info] [command][07cd43e3-cfa7-4e7c-bffb-2077b394741a] Process exited with code 0\n2025-07-18 12:18:12.822 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-18 12:18:12.823 [info] [remote-ssh] Resolved exec server. Socks port: 64961\n2025-07-18 12:18:12.823 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":65022,""connectionToken"":""f814ed7c-eb99-4d9b-b0ae-6e0a20a0733b"",""extensionHostEnv"":{}}. Socks port: 64961\n2025-07-18 12:18:12.824 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][4b55a5f1-f2d4-4b5c-aa45-5678f22e2665] socks connection closed\n2025-07-18 12:18:12.824 [info] [command][07cd43e3-cfa7-4e7c-bffb-2077b394741a] Socket close event received\n2025-07-18 12:18:12.860 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:46063][06e0395d-f280-442e-af18-468e01c24bbb] received connection request\n2025-07-18 12:18:12.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:18:12.931 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 64961 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 65029 to 127.0.0.1 port 64961, nchannels 6\n\n2025-07-18 12:18:12.957 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][06e0395d-f280-442e-af18-468e01c24bbb] socks forwarding established\n2025-07-18 12:18:13.129 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:46063][fbae4458-d432-484c-8fe2-7af3e315a2d7] received connection request\n2025-07-18 12:18:13.130 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:18:13.244 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][fbae4458-d432-484c-8fe2-7af3e315a2d7] socks forwarding established\n2025-07-18 12:18:13.746 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:18:17.548 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64961 for 127.0.0.1 port 46063, connect from 127.0.0.1 port 65027 to 127.0.0.1 port 64961, nchannels 6\n\n2025-07-18 12:18:17.549 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][83ffca3c-8e23-4769-be5e-3f25f4592dcf] socks connection closed\n2025-07-18 12:18:23.121 [info] [tunnel-forwarding][localhost:8791 -> localhost:8791] server listening\n2025-07-18 12:18:23.121 [info] Cross binding to [::1]:8791. Originally bound to 127.0.0.1:8791\n2025-07-18 12:18:23.121 [info] [tunnel-forwarding][::1:8791 -> localhost:8791] server listening\n2025-07-18 12:19:12.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65023\n2025-07-18 12:19:12.560 [info] [command][de7693ba-fb15-416d-be23-cbf4745087d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""de7693ba-fb15-416d-be23-cbf4745087d4""}\n2025-07-18 12:19:12.561 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:36367][ed177241-9791-4877-9197-d7b21e936001] received connection request\n2025-07-18 12:19:12.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:19:12.687 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][ed177241-9791-4877-9197-d7b21e936001] socks forwarding established\n2025-07-18 12:19:12.818 [info] [command][de7693ba-fb15-416d-be23-cbf4745087d4] Process exited with code 0\n2025-07-18 12:19:12.818 [info] [command][de7693ba-fb15-416d-be23-cbf4745087d4] Socket close event received\n2025-07-18 12:19:12.821 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][ed177241-9791-4877-9197-d7b21e936001] socks connection closed\n2025-07-18 12:19:12.916 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64961 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 65467 to 127.0.0.1 port 64961, nchannels 6\n\n2025-07-18 12:20:12.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65023\n2025-07-18 12:20:12.825 [info] [command][a04b49bf-a63e-4cba-9b31-b4360ad5f31b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""a04b49bf-a63e-4cba-9b31-b4360ad5f31b""}\n2025-07-18 12:20:12.826 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:36367][9b562b5b-9fab-4c26-a7d3-71105319c737] received connection request\n2025-07-18 12:20:12.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:20:12.917 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][9b562b5b-9fab-4c26-a7d3-71105319c737] socks forwarding established\n2025-07-18 12:20:13.041 [info] [command][a04b49bf-a63e-4cba-9b31-b4360ad5f31b] Process exited with code 0\n2025-07-18 12:20:13.041 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][9b562b5b-9fab-4c26-a7d3-71105319c737] socks connection closed\n2025-07-18 12:20:13.042 [info] [command][a04b49bf-a63e-4cba-9b31-b4360ad5f31b] Socket close event received\n2025-07-18 12:20:13.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 64961 for 127.0.0.1 port 36367, connect from 127.0.0.1 port 65509 to 127.0.0.1 port 64961, nchannels 6\n\n2025-07-18 12:21:13.045 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65023\n2025-07-18 12:21:13.048 [info] [command][82c207b3-e984-4945-835a-825f42d89272] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""d9bf2059-1e02-4847-bce3-8e6477467546"",""id"":""82c207b3-e984-4945-835a-825f42d89272""}\n2025-07-18 12:21:13.048 [info] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:36367][0cda2afc-43af-4fd0-99af-4a9650739eb2] received connection request\n2025-07-18 12:21:13.049 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:21:33.832 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:46063][d0949262-2d0f-4983-9930-86d83ee7571b] received connection request\n2025-07-18 12:21:33.833 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:21:37.172 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-18 12:21:37.172 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-18 12:21:37.176 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:46063][f2c187cb-e00c-491d-b6c7-6080808cea98] received connection request\n2025-07-18 12:21:37.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:21:40.177 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-18 12:21:40.177 [error] Failed to connect to Cursor server at http://127.0.0.1:65022, attempt 1 of 3 This operation was aborted\n2025-07-18 12:21:40.181 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:46063][8341f49a-52b5-4ba1-ad90-deb2a578ec1b] received connection request\n2025-07-18 12:21:40.182 [info] (ssh_tunnel) stderr: debug1: Connection to port 64961 forwarding to socks port 0 requested.\ndebug1: channel 8: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-18 12:21:40.239 [info] Terminating existing SSH process with pid: 15499\n2025-07-18 12:21:40.239 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-18 12:21:40.239 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-18 12:21:40.239 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][06e0395d-f280-442e-af18-468e01c24bbb] socks connection closed\n2025-07-18 12:21:40.240 [error] [forwarding][multiplex][127.0.0.1:65023 -> 127.0.0.1:64961 -> 127.0.0.1:36367][0cda2afc-43af-4fd0-99af-4a9650739eb2] error while creating socks forwarding Socket closed\n2025-07-18 12:21:40.240 [info] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][fbae4458-d432-484c-8fe2-7af3e315a2d7] socks connection closed\n2025-07-18 12:21:40.240 [error] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][d0949262-2d0f-4983-9930-86d83ee7571b] error while creating socks forwarding Socket closed\n2025-07-18 12:21:40.240 [error] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][f2c187cb-e00c-491d-b6c7-6080808cea98] error while creating socks forwarding Socket closed\n2025-07-18 12:21:40.240 [error] [forwarding][code][127.0.0.1:65022 -> 127.0.0.1:64961 -> 127.0.0.1:46063][8341f49a-52b5-4ba1-ad90-deb2a578ec1b] error while creating socks forwarding Socket closed\n2025-07-18 12:21:40.240 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-b2i3wK/socket.sock\n2025-07-18 12:21:40.240 [info] [command][82c207b3-e984-4945-835a-825f42d89272] Socket end event received\n2025-07-18 12:21:40.240 [info] [command][82c207b3-e984-4945-835a-825f42d89272] Socket close event received\n2025-07-18 12:21:40.243 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2028.sh"" | ssh -v -T -D 49461 horeka.scc.kit.edu bash --login -c bash\n2025-07-18 12:21:40.243 [info] Started installation script. Waiting for it to finish...\n2025-07-18 12:21:40.243 [info] Waiting for server to install via process(15644)...\n2025-07-18 12:21:40.249 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-18 12:21:40.249 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-18 12:21:40.250 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-18 12:21:40.250 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-18 12:21:40.250 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-18 12:21:41.181 [error] Failed to connect to Cursor server at http://127.0.0.1:65022, attempt 2 of 3 This operation was aborted\n2025-07-18 12:21:42.190 [error] Failed to connect to Cursor server at http://127.0.0.1:65022, attempt 3 of 3 This operation was aborted\n2025-07-18 12:21:42.190 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-18 12:21:42.190 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-18 12:21:51.508 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-18 12:21:51.509 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-18 12:21:51.510 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-18 12:21:51.510 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-18 12:21:58.836 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-18 12:21:58.838 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-18 12:21:58.838 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-18 12:22:02.254 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-18 12:22:02.254 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-18 12:22:03.615 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\ndebug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-18 12:22:03.616 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-18 12:22:03.616 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-18 12:22:04.931 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-18 12:22:05.232 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-18 12:22:05.238 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-18 12:22:05.238 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\n\n2025-07-18 12:22:05.238 [info] (ssh_tunnel) stderr: debug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-18 12:22:06.072 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-18 12:22:06.300 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-18 12:22:06.405 [info] Askpass server received request: POST /\n2025-07-18 12:22:06.406 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-18 12:22:06.406 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-19 08:59:26.345 [error] Password authentication cancelled\n2025-07-19 08:59:26.366 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-19 08:59:26.378 [info] (ssh_tunnel) stderr: ssh_dispatch_run_fatal: Connection to 141.52.43.20 port 22: Broken pipe\n\n2025-07-19 08:59:26.384 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-19 08:59:26.385 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-19 08:59:26.385 [error] Failed to connect after 1 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-19 08:59:26.385 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2028.sh\n2025-07-19 08:59:26.386 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-19 08:59:30.812 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-19 08:59:30.825 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6bnp9t/socket.sock\n2025-07-19 08:59:30.826 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-19 08:59:30.828 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6bnp9t/socket.sock\n2025-07-19 08:59:30.830 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10436.sh"" | ssh -v -T -D 62745 horeka.scc.kit.edu bash --login -c bash\n2025-07-19 08:59:30.830 [info] Started installation script. Waiting for it to finish...\n2025-07-19 08:59:30.830 [info] Waiting for server to install via process(22650)...\n2025-07-19 08:59:30.836 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-19 08:59:30.836 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-19 08:59:30.837 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-19 08:59:30.837 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-19 08:59:30.837 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-19 08:59:31.246 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-19 08:59:31.246 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-19 08:59:31.252 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-19 08:59:31.252 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-19 08:59:31.333 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-19 08:59:31.335 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-19 08:59:31.335 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-19 08:59:31.492 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-19 08:59:31.493 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-19 08:59:31.645 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-19 08:59:31.651 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-19 08:59:31.654 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-07-19 08:59:31.654 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-19 08:59:31.654 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\n\n2025-07-19 08:59:31.654 [info] (ssh_tunnel) stderr: debug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-19 08:59:31.824 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-19 08:59:31.922 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-19 08:59:31.925 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-19 08:59:31.925 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \n\n2025-07-19 08:59:31.925 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\n\n2025-07-19 08:59:31.925 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-19 08:59:32.531 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-19 08:59:32.568 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-19 08:59:32.823 [info] Askpass server received request: POST /\n2025-07-19 08:59:32.823 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-19 08:59:32.823 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-19 08:59:48.407 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-19 08:59:48.510 [info] Askpass server received request: POST /\n2025-07-19 08:59:48.510 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-19 08:59:48.510 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-19 08:59:57.370 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\n\n2025-07-19 08:59:57.372 [info] (ssh_tunnel) stderr: debug1: Local connections to LOCALHOST:62745 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 62745.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 62745.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-19 08:59:58.034 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-19 08:59:58.035 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-19 08:59:58.042 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\n\n2025-07-19 08:59:58.042 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-19 08:59:58.197 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-19 09:00:01.081 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-19 09:00:01.251 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 09:00:01.268 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-19 09:00:01.334 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-19 09:00:01.492 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-19 09:00:01.586 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-19 09:00:01.596 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-19 09:00:01.616 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-19 09:00:01.643 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-19 09:00:01.786 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 574757b8-1b27-4211-b523-61121ad825f0\n\n2025-07-19 09:00:01.793 [info] (ssh_tunnel) stdout: Multiplex server started with PID 864346 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-19 09:00:01.794 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-19 09:00:01.802 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-19 09:00:02.335 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-19 09:00:02.427 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 09:00:02.440 [info] (ssh_tunnel) stdout: Starting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\n\n2025-07-19 09:00:02.446 [info] (ssh_tunnel) stdout: Code server started with PID 864386 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 09:00:02.456 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 09:00:02.998 [info] (ssh_tunnel) stdout: 05fcc381f0a24d4c658916bc: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==46011==\nmultiplexConnectionToken==574757b8-1b27-4211-b523-61121ad825f0==\ncodeListeningOn==34135==\ncodeConnectionToken==6f7dedd2-3909-463d-b8e4-f85a9da2f87d==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n05fcc381f0a24d4c658916bc: end\n\n2025-07-19 09:00:02.999 [info] Server install command exit code: 0\n2025-07-19 09:00:02.999 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_10436.sh\n2025-07-19 09:00:03.000 [info] [forwarding][code] creating new forwarding server\n2025-07-19 09:00:03.001 [info] [forwarding][code] server listening on 127.0.0.1:62785\n2025-07-19 09:00:03.001 [info] [forwarding][code] Set up server\n2025-07-19 09:00:03.001 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 6f7dedd2-3909-463d-b8e4-f85a9da2f87d\n2025-07-19 09:00:03.001 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-19 09:00:03.001 [info] [forwarding][multiplex] server listening on 127.0.0.1:62786\n2025-07-19 09:00:03.001 [info] [forwarding][multiplex] Set up server\n2025-07-19 09:00:03.003 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 574757b8-1b27-4211-b523-61121ad825f0\n2025-07-19 09:00:03.003 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:00:03.007 [info] [command][082c1967-75d5-44bc-97d9-fd0a1a3e0722] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""082c1967-75d5-44bc-97d9-fd0a1a3e0722""}\n2025-07-19 09:00:03.008 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9fada376-a960-4f8e-a5de-8a00585e4f61] received connection request\n2025-07-19 09:00:03.009 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:00:03.014 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 09:00:03.029 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:34135][c65eb5e8-5919-4f44-b959-e64d9d64e8bf] received connection request\n2025-07-19 09:00:03.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:00:03.045 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9fada376-a960-4f8e-a5de-8a00585e4f61] socks forwarding established\n2025-07-19 09:00:03.069 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][c65eb5e8-5919-4f44-b959-e64d9d64e8bf] socks forwarding established\n2025-07-19 09:00:03.128 [info] [command][082c1967-75d5-44bc-97d9-fd0a1a3e0722] Process exited with code 0\n2025-07-19 09:00:03.128 [info] [command][082c1967-75d5-44bc-97d9-fd0a1a3e0722] Socket close event received\n2025-07-19 09:00:03.132 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9fada376-a960-4f8e-a5de-8a00585e4f61] socks connection closed\n2025-07-19 09:00:03.159 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 62788 to 127.0.0.1 port 62745, nchannels 5\n\n2025-07-19 09:00:03.233 [info] Successfully connected to Cursor server at http://127.0.0.1:62785/version\n2025-07-19 09:00:03.233 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-19 09:00:03.233 [info] [command][6e0e3a1d-b5d6-4451-9525-357220ae29c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6e0e3a1d-b5d6-4451-9525-357220ae29c9""}\n2025-07-19 09:00:03.233 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][da182f56-27a3-4985-9cfc-7978b23429dd] received connection request\n2025-07-19 09:00:03.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:00:03.267 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][da182f56-27a3-4985-9cfc-7978b23429dd] socks forwarding established\n2025-07-19 09:00:03.307 [info] [command][6e0e3a1d-b5d6-4451-9525-357220ae29c9] Process exited with code 0\n2025-07-19 09:00:03.307 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-19 09:00:03.308 [info] [remote-ssh] Resolved exec server. Socks port: 62745\n2025-07-19 09:00:03.308 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":62785,""connectionToken"":""6f7dedd2-3909-463d-b8e4-f85a9da2f87d"",""extensionHostEnv"":{}}. Socks port: 62745\n2025-07-19 09:00:03.308 [info] [command][6e0e3a1d-b5d6-4451-9525-357220ae29c9] Socket close event received\n2025-07-19 09:00:03.309 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][da182f56-27a3-4985-9cfc-7978b23429dd] socks connection closed\n2025-07-19 09:00:03.337 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 62792 to 127.0.0.1 port 62745, nchannels 5\n\n2025-07-19 09:00:03.371 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:34135][c0bbe234-1008-4f82-9006-5e57fa6fba8d] received connection request\n2025-07-19 09:00:03.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:00:03.401 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][c0bbe234-1008-4f82-9006-5e57fa6fba8d] socks forwarding established\n2025-07-19 09:00:03.446 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:34135][e0a5e9d2-f7d6-4b91-8a0d-628324bb3e2f] received connection request\n2025-07-19 09:00:03.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:00:03.485 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][e0a5e9d2-f7d6-4b91-8a0d-628324bb3e2f] socks forwarding established\n2025-07-19 09:00:03.655 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-19 09:00:06.265 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 34135, connect from 127.0.0.1 port 62790 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:00:06.265 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][c65eb5e8-5919-4f44-b959-e64d9d64e8bf] socks connection closed\n2025-07-19 09:00:09.673 [info] [tunnel-forwarding][localhost:8791 -> localhost:8791] server listening\n2025-07-19 09:00:09.673 [info] Cross binding to [::1]:8791. Originally bound to 127.0.0.1:8791\n2025-07-19 09:00:09.673 [info] [tunnel-forwarding][::1:8791 -> localhost:8791] server listening\n2025-07-19 09:01:03.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:01:03.132 [info] [command][a0b24d7e-2bcb-414c-ac15-90bbda2c21df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a0b24d7e-2bcb-414c-ac15-90bbda2c21df""}\n2025-07-19 09:01:03.133 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][fd372e31-c05f-4ec1-8e1f-dc390a547c20] received connection request\n2025-07-19 09:01:03.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:01:03.160 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fd372e31-c05f-4ec1-8e1f-dc390a547c20] socks forwarding established\n2025-07-19 09:01:03.201 [info] [command][a0b24d7e-2bcb-414c-ac15-90bbda2c21df] Process exited with code 0\n2025-07-19 09:01:03.201 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fd372e31-c05f-4ec1-8e1f-dc390a547c20] socks connection closed\n2025-07-19 09:01:03.201 [info] [command][a0b24d7e-2bcb-414c-ac15-90bbda2c21df] Socket close event received\n2025-07-19 09:01:03.228 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 62929 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:02:03.202 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:02:03.207 [info] [command][efd75a70-a458-451b-907d-a2eb9eaaa5ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""efd75a70-a458-451b-907d-a2eb9eaaa5ff""}\n2025-07-19 09:02:03.207 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][673b9db7-7346-440f-a98a-67b43bb4c63f] received connection request\n2025-07-19 09:02:03.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:02:03.299 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][673b9db7-7346-440f-a98a-67b43bb4c63f] socks forwarding established\n2025-07-19 09:02:03.474 [info] [command][efd75a70-a458-451b-907d-a2eb9eaaa5ff] Process exited with code 0\n2025-07-19 09:02:03.474 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][673b9db7-7346-440f-a98a-67b43bb4c63f] socks connection closed\n2025-07-19 09:02:03.474 [info] [command][efd75a70-a458-451b-907d-a2eb9eaaa5ff] Socket close event received\n2025-07-19 09:02:03.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 62979 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:03:03.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:03:03.482 [info] [command][e0ac56d7-8bb4-4035-99f2-8e7d5466e9f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e0ac56d7-8bb4-4035-99f2-8e7d5466e9f2""}\n2025-07-19 09:03:03.483 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][37d2efd1-d95b-4650-bf7d-28a6f8665b9a] received connection request\n2025-07-19 09:03:03.483 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:03:03.512 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][37d2efd1-d95b-4650-bf7d-28a6f8665b9a] socks forwarding established\n2025-07-19 09:03:03.555 [info] [command][e0ac56d7-8bb4-4035-99f2-8e7d5466e9f2] Process exited with code 0\n2025-07-19 09:03:03.556 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][37d2efd1-d95b-4650-bf7d-28a6f8665b9a] socks connection closed\n2025-07-19 09:03:03.556 [info] [command][e0ac56d7-8bb4-4035-99f2-8e7d5466e9f2] Socket close event received\n2025-07-19 09:03:03.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63025 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:04:03.560 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:04:03.562 [info] [command][80b17e1f-f6c0-49f9-88f7-7db3dae10b9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""80b17e1f-f6c0-49f9-88f7-7db3dae10b9f""}\n2025-07-19 09:04:03.563 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1c94f74a-3e50-459e-aaf2-029dc01a43e8] received connection request\n2025-07-19 09:04:03.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:04:03.596 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1c94f74a-3e50-459e-aaf2-029dc01a43e8] socks forwarding established\n2025-07-19 09:04:03.642 [info] [command][80b17e1f-f6c0-49f9-88f7-7db3dae10b9f] Process exited with code 0\n2025-07-19 09:04:03.643 [info] [command][80b17e1f-f6c0-49f9-88f7-7db3dae10b9f] Socket close event received\n2025-07-19 09:04:03.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63061 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:04:03.675 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1c94f74a-3e50-459e-aaf2-029dc01a43e8] socks connection closed\n2025-07-19 09:05:03.648 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:05:03.650 [info] [command][08e34d28-0f89-4608-9f60-8310d4b8c536] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""08e34d28-0f89-4608-9f60-8310d4b8c536""}\n2025-07-19 09:05:03.651 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5e6bea7f-139e-4b65-a77e-2ca56fdcf82f] received connection request\n2025-07-19 09:05:03.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:05:03.752 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5e6bea7f-139e-4b65-a77e-2ca56fdcf82f] socks forwarding established\n2025-07-19 09:05:03.817 [info] [command][08e34d28-0f89-4608-9f60-8310d4b8c536] Process exited with code 0\n2025-07-19 09:05:03.817 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5e6bea7f-139e-4b65-a77e-2ca56fdcf82f] socks connection closed\n2025-07-19 09:05:03.817 [info] [command][08e34d28-0f89-4608-9f60-8310d4b8c536] Socket close event received\n2025-07-19 09:05:03.846 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63107 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:06:03.821 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:06:03.824 [info] [command][c8e8c40c-3fa1-41cb-978f-4c42d657ce0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c8e8c40c-3fa1-41cb-978f-4c42d657ce0d""}\n2025-07-19 09:06:03.824 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6b37e09d-374b-44ec-aaa9-d96c1ba6bd1e] received connection request\n2025-07-19 09:06:03.825 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:06:03.854 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6b37e09d-374b-44ec-aaa9-d96c1ba6bd1e] socks forwarding established\n2025-07-19 09:06:03.899 [info] [command][c8e8c40c-3fa1-41cb-978f-4c42d657ce0d] Process exited with code 0\n2025-07-19 09:06:03.899 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6b37e09d-374b-44ec-aaa9-d96c1ba6bd1e] socks connection closed\n2025-07-19 09:06:03.899 [info] [command][c8e8c40c-3fa1-41cb-978f-4c42d657ce0d] Socket close event received\n2025-07-19 09:06:03.927 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63141 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:07:03.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:07:03.907 [info] [command][0210200a-e11c-4065-a2ef-24bb0eac68b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0210200a-e11c-4065-a2ef-24bb0eac68b6""}\n2025-07-19 09:07:03.909 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][97e4e7d2-f11d-429e-baa8-236d0a4799c7] received connection request\n2025-07-19 09:07:03.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:07:03.942 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][97e4e7d2-f11d-429e-baa8-236d0a4799c7] socks forwarding established\n2025-07-19 09:07:03.982 [info] [command][0210200a-e11c-4065-a2ef-24bb0eac68b6] Process exited with code 0\n2025-07-19 09:07:03.983 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][97e4e7d2-f11d-429e-baa8-236d0a4799c7] socks connection closed\n2025-07-19 09:07:03.983 [info] [command][0210200a-e11c-4065-a2ef-24bb0eac68b6] Socket close event received\n2025-07-19 09:07:04.010 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63175 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:08:03.984 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:08:03.986 [info] [command][d1968f99-4c7d-4355-8fe0-d787e000f89f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d1968f99-4c7d-4355-8fe0-d787e000f89f""}\n2025-07-19 09:08:03.987 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d4f82ae9-d8f7-4fa8-b037-9e44b9316900] received connection request\n2025-07-19 09:08:03.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:08:04.018 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d4f82ae9-d8f7-4fa8-b037-9e44b9316900] socks forwarding established\n2025-07-19 09:08:04.056 [info] [command][d1968f99-4c7d-4355-8fe0-d787e000f89f] Process exited with code 0\n2025-07-19 09:08:04.056 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d4f82ae9-d8f7-4fa8-b037-9e44b9316900] socks connection closed\n2025-07-19 09:08:04.056 [info] [command][d1968f99-4c7d-4355-8fe0-d787e000f89f] Socket close event received\n2025-07-19 09:08:04.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63209 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:09:04.057 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:09:04.060 [info] [command][ac40e91b-14d3-46d7-8a9c-6ca769722c64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ac40e91b-14d3-46d7-8a9c-6ca769722c64""}\n2025-07-19 09:09:04.061 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][da8a8373-6dc1-47c1-97b3-de78dab8a7e4] received connection request\n2025-07-19 09:09:04.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:09:04.094 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][da8a8373-6dc1-47c1-97b3-de78dab8a7e4] socks forwarding established\n2025-07-19 09:09:04.135 [info] [command][ac40e91b-14d3-46d7-8a9c-6ca769722c64] Process exited with code 0\n2025-07-19 09:09:04.135 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][da8a8373-6dc1-47c1-97b3-de78dab8a7e4] socks connection closed\n2025-07-19 09:09:04.135 [info] [command][ac40e91b-14d3-46d7-8a9c-6ca769722c64] Socket close event received\n2025-07-19 09:09:04.163 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63230 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:10:04.139 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:10:04.142 [info] [command][3b7db140-d395-41ea-9392-8229feded5d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3b7db140-d395-41ea-9392-8229feded5d8""}\n2025-07-19 09:10:04.143 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][4a4cea50-c951-4a36-b60e-00810504c57b] received connection request\n2025-07-19 09:10:04.144 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:10:04.174 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4a4cea50-c951-4a36-b60e-00810504c57b] socks forwarding established\n2025-07-19 09:10:04.216 [info] [command][3b7db140-d395-41ea-9392-8229feded5d8] Process exited with code 0\n2025-07-19 09:10:04.217 [info] [command][3b7db140-d395-41ea-9392-8229feded5d8] Socket close event received\n2025-07-19 09:10:04.217 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4a4cea50-c951-4a36-b60e-00810504c57b] socks connection closed\n2025-07-19 09:10:04.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63274 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:11:04.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:11:04.223 [info] [command][88666aba-c688-4909-8090-eec8354581a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""88666aba-c688-4909-8090-eec8354581a6""}\n2025-07-19 09:11:04.224 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][13f735c1-40f0-48ee-a04c-f8692b50717c] received connection request\n2025-07-19 09:11:04.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:11:04.253 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][13f735c1-40f0-48ee-a04c-f8692b50717c] socks forwarding established\n2025-07-19 09:11:04.300 [info] [command][88666aba-c688-4909-8090-eec8354581a6] Process exited with code 0\n2025-07-19 09:11:04.300 [info] [command][88666aba-c688-4909-8090-eec8354581a6] Socket close event received\n2025-07-19 09:11:04.300 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][13f735c1-40f0-48ee-a04c-f8692b50717c] socks connection closed\n2025-07-19 09:11:04.327 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63307 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:12:04.305 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:12:04.308 [info] [command][3ef5b8fd-75de-4e2f-a627-58321493e9f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3ef5b8fd-75de-4e2f-a627-58321493e9f2""}\n2025-07-19 09:12:04.309 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][85bae996-6ff3-4bf3-8f48-8e1ed3d21164] received connection request\n2025-07-19 09:12:04.309 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:12:04.340 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][85bae996-6ff3-4bf3-8f48-8e1ed3d21164] socks forwarding established\n2025-07-19 09:12:04.392 [info] [command][3ef5b8fd-75de-4e2f-a627-58321493e9f2] Process exited with code 0\n2025-07-19 09:12:04.392 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][85bae996-6ff3-4bf3-8f48-8e1ed3d21164] socks connection closed\n2025-07-19 09:12:04.392 [info] [command][3ef5b8fd-75de-4e2f-a627-58321493e9f2] Socket close event received\n2025-07-19 09:12:04.424 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63329 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:13:04.393 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:13:04.395 [info] [command][ba36bf19-5e0f-4cc0-811a-8244bb545698] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ba36bf19-5e0f-4cc0-811a-8244bb545698""}\n2025-07-19 09:13:04.396 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1d764b01-041a-49dc-9214-cf50df56c3a0] received connection request\n2025-07-19 09:13:04.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:13:04.434 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1d764b01-041a-49dc-9214-cf50df56c3a0] socks forwarding established\n2025-07-19 09:13:04.493 [info] [command][ba36bf19-5e0f-4cc0-811a-8244bb545698] Process exited with code 0\n2025-07-19 09:13:04.493 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1d764b01-041a-49dc-9214-cf50df56c3a0] socks connection closed\n2025-07-19 09:13:04.493 [info] [command][ba36bf19-5e0f-4cc0-811a-8244bb545698] Socket close event received\n2025-07-19 09:13:04.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63368 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:14:04.498 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:14:04.499 [info] [command][a2b7c638-fdc7-41f7-8129-afef8137b2c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a2b7c638-fdc7-41f7-8129-afef8137b2c0""}\n2025-07-19 09:14:04.500 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][be90d256-1514-4eac-840e-d7cc68a58d09] received connection request\n2025-07-19 09:14:04.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:14:04.536 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][be90d256-1514-4eac-840e-d7cc68a58d09] socks forwarding established\n2025-07-19 09:14:04.579 [info] [command][a2b7c638-fdc7-41f7-8129-afef8137b2c0] Process exited with code 0\n2025-07-19 09:14:04.579 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][be90d256-1514-4eac-840e-d7cc68a58d09] socks connection closed\n2025-07-19 09:14:04.579 [info] [command][a2b7c638-fdc7-41f7-8129-afef8137b2c0] Socket close event received\n2025-07-19 09:14:04.610 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63396 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:15:04.584 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:15:04.586 [info] [command][e3b4ed03-69b4-48ca-a05f-3ac5e69f39f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e3b4ed03-69b4-48ca-a05f-3ac5e69f39f7""}\n2025-07-19 09:15:04.587 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][771aa4f2-e2af-493f-bb87-2fdbf71c66ca] received connection request\n2025-07-19 09:15:04.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:15:04.646 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][771aa4f2-e2af-493f-bb87-2fdbf71c66ca] socks forwarding established\n2025-07-19 09:15:04.702 [info] [command][e3b4ed03-69b4-48ca-a05f-3ac5e69f39f7] Process exited with code 0\n2025-07-19 09:15:04.704 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][771aa4f2-e2af-493f-bb87-2fdbf71c66ca] socks connection closed\n2025-07-19 09:15:04.704 [info] [command][e3b4ed03-69b4-48ca-a05f-3ac5e69f39f7] Socket close event received\n2025-07-19 09:15:04.861 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63429 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:16:04.703 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:16:04.705 [info] [command][17691463-edbc-4916-96bb-fd836af71eda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""17691463-edbc-4916-96bb-fd836af71eda""}\n2025-07-19 09:16:04.706 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ba8b8577-f75f-4915-8395-7303bab26817] received connection request\n2025-07-19 09:16:04.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:16:04.734 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ba8b8577-f75f-4915-8395-7303bab26817] socks forwarding established\n2025-07-19 09:16:04.777 [info] [command][17691463-edbc-4916-96bb-fd836af71eda] Process exited with code 0\n2025-07-19 09:16:04.778 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ba8b8577-f75f-4915-8395-7303bab26817] socks connection closed\n2025-07-19 09:16:04.778 [info] [command][17691463-edbc-4916-96bb-fd836af71eda] Socket close event received\n2025-07-19 09:16:04.809 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63464 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:17:04.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:17:04.779 [info] [command][5a3d89a8-f337-4001-8245-10bbba187707] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""5a3d89a8-f337-4001-8245-10bbba187707""}\n2025-07-19 09:17:04.780 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][af33fb93-7662-45b1-a189-8bda221f0b17] received connection request\n2025-07-19 09:17:04.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:17:04.819 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][af33fb93-7662-45b1-a189-8bda221f0b17] socks forwarding established\n2025-07-19 09:17:04.871 [info] [command][5a3d89a8-f337-4001-8245-10bbba187707] Process exited with code 0\n2025-07-19 09:17:04.871 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][af33fb93-7662-45b1-a189-8bda221f0b17] socks connection closed\n2025-07-19 09:17:04.871 [info] [command][5a3d89a8-f337-4001-8245-10bbba187707] Socket close event received\n2025-07-19 09:17:04.903 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63486 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:18:04.876 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:18:04.877 [info] [command][cfea913a-d9e8-43fa-a05a-b6118cd5dedf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""cfea913a-d9e8-43fa-a05a-b6118cd5dedf""}\n2025-07-19 09:18:04.878 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][c4e61acd-a419-4e9f-94ae-f2f9022f0ac2] received connection request\n2025-07-19 09:18:04.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:18:05.034 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c4e61acd-a419-4e9f-94ae-f2f9022f0ac2] socks forwarding established\n2025-07-19 09:18:05.189 [info] [command][cfea913a-d9e8-43fa-a05a-b6118cd5dedf] Process exited with code 0\n2025-07-19 09:18:05.189 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c4e61acd-a419-4e9f-94ae-f2f9022f0ac2] socks connection closed\n2025-07-19 09:18:05.190 [info] [command][cfea913a-d9e8-43fa-a05a-b6118cd5dedf] Socket close event received\n2025-07-19 09:18:05.220 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63518 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:19:05.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:19:05.197 [info] [command][33ec7e57-4427-4519-9403-15649ce14b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""33ec7e57-4427-4519-9403-15649ce14b2f""}\n2025-07-19 09:19:05.197 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5cb31286-f637-4a7d-a692-11408723d00d] received connection request\n2025-07-19 09:19:05.198 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:19:05.229 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5cb31286-f637-4a7d-a692-11408723d00d] socks forwarding established\n2025-07-19 09:19:05.288 [info] [command][33ec7e57-4427-4519-9403-15649ce14b2f] Process exited with code 0\n2025-07-19 09:19:05.289 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5cb31286-f637-4a7d-a692-11408723d00d] socks connection closed\n2025-07-19 09:19:05.289 [info] [command][33ec7e57-4427-4519-9403-15649ce14b2f] Socket close event received\n2025-07-19 09:19:05.322 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63537 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:20:05.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:20:05.292 [info] [command][fff370df-a69e-436b-907f-54029cb29217] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""fff370df-a69e-436b-907f-54029cb29217""}\n2025-07-19 09:20:05.293 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][963d5a1a-18ce-428a-bc7d-10811908295e] received connection request\n2025-07-19 09:20:05.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:20:05.327 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][963d5a1a-18ce-428a-bc7d-10811908295e] socks forwarding established\n2025-07-19 09:20:05.370 [info] [command][fff370df-a69e-436b-907f-54029cb29217] Process exited with code 0\n2025-07-19 09:20:05.371 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][963d5a1a-18ce-428a-bc7d-10811908295e] socks connection closed\n2025-07-19 09:20:05.371 [info] [command][fff370df-a69e-436b-907f-54029cb29217] Socket close event received\n2025-07-19 09:20:05.402 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63581 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:21:05.373 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:21:05.375 [info] [command][04e09dd7-016f-43db-b959-7b7eac7344cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""04e09dd7-016f-43db-b959-7b7eac7344cc""}\n2025-07-19 09:21:05.375 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6188f58d-5197-45b4-aca4-1dc4ddb4d9f2] received connection request\n2025-07-19 09:21:05.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:21:05.605 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6188f58d-5197-45b4-aca4-1dc4ddb4d9f2] socks forwarding established\n2025-07-19 09:21:05.759 [info] [command][04e09dd7-016f-43db-b959-7b7eac7344cc] Process exited with code 0\n2025-07-19 09:21:05.759 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6188f58d-5197-45b4-aca4-1dc4ddb4d9f2] socks connection closed\n2025-07-19 09:21:05.760 [info] [command][04e09dd7-016f-43db-b959-7b7eac7344cc] Socket close event received\n2025-07-19 09:21:05.791 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63615 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:22:05.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:22:05.770 [info] [command][d5156dd1-3f67-418c-a293-863da0d1a882] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d5156dd1-3f67-418c-a293-863da0d1a882""}\n2025-07-19 09:22:05.771 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][75b61ba5-e973-4acc-88fd-7c66308861cb] received connection request\n2025-07-19 09:22:05.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:22:05.801 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][75b61ba5-e973-4acc-88fd-7c66308861cb] socks forwarding established\n2025-07-19 09:22:05.844 [info] [command][d5156dd1-3f67-418c-a293-863da0d1a882] Process exited with code 0\n2025-07-19 09:22:05.844 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][75b61ba5-e973-4acc-88fd-7c66308861cb] socks connection closed\n2025-07-19 09:22:05.845 [info] [command][d5156dd1-3f67-418c-a293-863da0d1a882] Socket close event received\n2025-07-19 09:22:05.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63680 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:23:05.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:23:05.850 [info] [command][d5cdf194-df8d-4de2-8320-ea5cbfaf1108] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d5cdf194-df8d-4de2-8320-ea5cbfaf1108""}\n2025-07-19 09:23:05.851 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][847c9751-7c0d-498c-8bf0-78d7bd703a53] received connection request\n2025-07-19 09:23:05.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:23:05.878 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][847c9751-7c0d-498c-8bf0-78d7bd703a53] socks forwarding established\n2025-07-19 09:23:05.918 [info] [command][d5cdf194-df8d-4de2-8320-ea5cbfaf1108] Process exited with code 0\n2025-07-19 09:23:05.918 [info] [command][d5cdf194-df8d-4de2-8320-ea5cbfaf1108] Socket close event received\n2025-07-19 09:23:05.919 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][847c9751-7c0d-498c-8bf0-78d7bd703a53] socks connection closed\n2025-07-19 09:23:05.945 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63765 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:24:05.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:24:05.924 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][4aaa96d1-145e-421d-9f2e-6d0d8222d227] received connection request\n2025-07-19 09:24:05.925 [info] [command][21464921-8ded-4753-85f1-0d2b09574324] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""21464921-8ded-4753-85f1-0d2b09574324""}\n2025-07-19 09:24:05.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:24:06.045 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4aaa96d1-145e-421d-9f2e-6d0d8222d227] socks forwarding established\n2025-07-19 09:24:06.161 [info] [command][21464921-8ded-4753-85f1-0d2b09574324] Process exited with code 0\n2025-07-19 09:24:06.161 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4aaa96d1-145e-421d-9f2e-6d0d8222d227] socks connection closed\n2025-07-19 09:24:06.161 [info] [command][21464921-8ded-4753-85f1-0d2b09574324] Socket close event received\n2025-07-19 09:24:06.300 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63787 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:25:06.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:25:06.168 [info] [command][5a6a82cb-da99-4b19-b172-be2f8f790a28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""5a6a82cb-da99-4b19-b172-be2f8f790a28""}\n2025-07-19 09:25:06.169 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][424ad378-9a99-492b-9100-52dbc4edd58e] received connection request\n2025-07-19 09:25:06.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:25:06.201 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][424ad378-9a99-492b-9100-52dbc4edd58e] socks forwarding established\n2025-07-19 09:25:06.238 [info] [command][5a6a82cb-da99-4b19-b172-be2f8f790a28] Process exited with code 0\n2025-07-19 09:25:06.239 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][424ad378-9a99-492b-9100-52dbc4edd58e] socks connection closed\n2025-07-19 09:25:06.239 [info] [command][5a6a82cb-da99-4b19-b172-be2f8f790a28] Socket close event received\n2025-07-19 09:25:06.268 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63840 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:26:06.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:26:06.247 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e0c94bf9-e282-444d-82df-41a837352f1a] received connection request\n2025-07-19 09:26:06.247 [info] [command][adfbbb05-dbb2-44a4-9b7b-f040aff662ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""adfbbb05-dbb2-44a4-9b7b-f040aff662ed""}\n2025-07-19 09:26:06.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:26:06.277 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e0c94bf9-e282-444d-82df-41a837352f1a] socks forwarding established\n2025-07-19 09:26:06.317 [info] [command][adfbbb05-dbb2-44a4-9b7b-f040aff662ed] Process exited with code 0\n2025-07-19 09:26:06.317 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e0c94bf9-e282-444d-82df-41a837352f1a] socks connection closed\n2025-07-19 09:26:06.317 [info] [command][adfbbb05-dbb2-44a4-9b7b-f040aff662ed] Socket close event received\n2025-07-19 09:26:06.344 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63895 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:27:06.320 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:27:06.323 [info] [command][706d2607-8c9a-44bf-a009-5d8706f22ec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""706d2607-8c9a-44bf-a009-5d8706f22ec5""}\n2025-07-19 09:27:06.323 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7d409359-1046-49bd-a30d-5d69b67ac02e] received connection request\n2025-07-19 09:27:06.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:27:06.366 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7d409359-1046-49bd-a30d-5d69b67ac02e] socks forwarding established\n2025-07-19 09:27:06.408 [info] [command][706d2607-8c9a-44bf-a009-5d8706f22ec5] Process exited with code 0\n2025-07-19 09:27:06.409 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7d409359-1046-49bd-a30d-5d69b67ac02e] socks connection closed\n2025-07-19 09:27:06.409 [info] [command][706d2607-8c9a-44bf-a009-5d8706f22ec5] Socket close event received\n2025-07-19 09:27:06.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63924 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:28:06.410 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:28:06.412 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][09165a83-07e1-4147-8d96-28af87556458] received connection request\n2025-07-19 09:28:06.413 [info] [command][c04f70c7-432d-4380-a45c-76bd7dd0d782] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c04f70c7-432d-4380-a45c-76bd7dd0d782""}\n2025-07-19 09:28:06.413 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:28:06.441 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][09165a83-07e1-4147-8d96-28af87556458] socks forwarding established\n2025-07-19 09:28:06.485 [info] [command][c04f70c7-432d-4380-a45c-76bd7dd0d782] Process exited with code 0\n2025-07-19 09:28:06.485 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][09165a83-07e1-4147-8d96-28af87556458] socks connection closed\n2025-07-19 09:28:06.485 [info] [command][c04f70c7-432d-4380-a45c-76bd7dd0d782] Socket close event received\n2025-07-19 09:28:06.515 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63958 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:29:06.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:29:06.494 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][78f576a0-c40e-463f-8b69-0f3b0fc73f13] received connection request\n2025-07-19 09:29:06.494 [info] [command][d21f6941-ebd8-4a1e-941a-f918ead23562] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d21f6941-ebd8-4a1e-941a-f918ead23562""}\n2025-07-19 09:29:06.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:29:06.527 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][78f576a0-c40e-463f-8b69-0f3b0fc73f13] socks forwarding established\n2025-07-19 09:29:06.573 [info] [command][d21f6941-ebd8-4a1e-941a-f918ead23562] Process exited with code 0\n2025-07-19 09:29:06.573 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][78f576a0-c40e-463f-8b69-0f3b0fc73f13] socks connection closed\n2025-07-19 09:29:06.573 [info] [command][d21f6941-ebd8-4a1e-941a-f918ead23562] Socket close event received\n2025-07-19 09:29:06.600 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 63976 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:30:06.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:30:06.577 [info] [command][368b56ec-eb33-42ea-901f-69a23b7f51f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""368b56ec-eb33-42ea-901f-69a23b7f51f4""}\n2025-07-19 09:30:06.578 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][aeb02ddc-b35f-4bc4-bc31-991f1620de36] received connection request\n2025-07-19 09:30:06.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 09:30:06.578 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:30:06.609 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][aeb02ddc-b35f-4bc4-bc31-991f1620de36] socks forwarding established\n2025-07-19 09:30:06.650 [info] [command][368b56ec-eb33-42ea-901f-69a23b7f51f4] Process exited with code 0\n2025-07-19 09:30:06.651 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][aeb02ddc-b35f-4bc4-bc31-991f1620de36] socks connection closed\n2025-07-19 09:30:06.651 [info] [command][368b56ec-eb33-42ea-901f-69a23b7f51f4] Socket close event received\n2025-07-19 09:30:06.677 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64027 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:31:06.655 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:31:06.658 [info] [command][48c49e16-4a72-4e2b-8c69-5a68761bc10e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""48c49e16-4a72-4e2b-8c69-5a68761bc10e""}\n2025-07-19 09:31:06.659 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8baec6ea-f014-4fd6-b71c-1a30fd20f4b4] received connection request\n2025-07-19 09:31:06.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 09:31:06.660 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:31:06.693 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8baec6ea-f014-4fd6-b71c-1a30fd20f4b4] socks forwarding established\n2025-07-19 09:31:06.729 [info] [command][48c49e16-4a72-4e2b-8c69-5a68761bc10e] Process exited with code 0\n2025-07-19 09:31:06.729 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8baec6ea-f014-4fd6-b71c-1a30fd20f4b4] socks connection closed\n2025-07-19 09:31:06.730 [info] [command][48c49e16-4a72-4e2b-8c69-5a68761bc10e] Socket close event received\n2025-07-19 09:31:06.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64079 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:32:06.734 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:32:06.737 [info] [command][422d47ba-0c14-4e82-a33f-5ffedc8aa0cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""422d47ba-0c14-4e82-a33f-5ffedc8aa0cb""}\n2025-07-19 09:32:06.738 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2502875c-bf48-45c6-9867-6ef05b1b18c2] received connection request\n2025-07-19 09:32:06.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:32:06.770 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2502875c-bf48-45c6-9867-6ef05b1b18c2] socks forwarding established\n2025-07-19 09:32:06.812 [info] [command][422d47ba-0c14-4e82-a33f-5ffedc8aa0cb] Process exited with code 0\n2025-07-19 09:32:06.813 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2502875c-bf48-45c6-9867-6ef05b1b18c2] socks connection closed\n2025-07-19 09:32:06.813 [info] [command][422d47ba-0c14-4e82-a33f-5ffedc8aa0cb] Socket close event received\n2025-07-19 09:32:06.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64109 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:33:06.814 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:33:06.816 [info] [command][78a15aa4-a8ba-4836-ad97-e2b186370415] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""78a15aa4-a8ba-4836-ad97-e2b186370415""}\n2025-07-19 09:33:06.817 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][85f5c60e-aa7d-479c-b407-b36d41465867] received connection request\n2025-07-19 09:33:06.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:33:06.848 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][85f5c60e-aa7d-479c-b407-b36d41465867] socks forwarding established\n2025-07-19 09:33:06.890 [info] [command][78a15aa4-a8ba-4836-ad97-e2b186370415] Process exited with code 0\n2025-07-19 09:33:06.891 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][85f5c60e-aa7d-479c-b407-b36d41465867] socks connection closed\n2025-07-19 09:33:06.891 [info] [command][78a15aa4-a8ba-4836-ad97-e2b186370415] Socket close event received\n2025-07-19 09:33:06.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64147 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:34:06.896 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:34:06.898 [info] [command][34f1ca23-c3f0-47ac-b26d-38876fd7f4a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""34f1ca23-c3f0-47ac-b26d-38876fd7f4a7""}\n2025-07-19 09:34:06.898 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][cdca80e3-3faf-430a-a503-951283fb1a2e] received connection request\n2025-07-19 09:34:06.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:34:07.030 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cdca80e3-3faf-430a-a503-951283fb1a2e] socks forwarding established\n2025-07-19 09:34:07.154 [info] [command][34f1ca23-c3f0-47ac-b26d-38876fd7f4a7] Process exited with code 0\n2025-07-19 09:34:07.155 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cdca80e3-3faf-430a-a503-951283fb1a2e] socks connection closed\n2025-07-19 09:34:07.155 [info] [command][34f1ca23-c3f0-47ac-b26d-38876fd7f4a7] Socket close event received\n2025-07-19 09:34:07.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64175 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:35:07.161 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:35:07.163 [info] [command][8e277093-ccc3-453d-a3ba-39703d4fdcda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8e277093-ccc3-453d-a3ba-39703d4fdcda""}\n2025-07-19 09:35:07.164 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1b55ac7b-94d1-4f41-98e6-43e598d6e720] received connection request\n2025-07-19 09:35:07.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:35:07.199 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1b55ac7b-94d1-4f41-98e6-43e598d6e720] socks forwarding established\n2025-07-19 09:35:07.240 [info] [command][8e277093-ccc3-453d-a3ba-39703d4fdcda] Process exited with code 0\n2025-07-19 09:35:07.241 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1b55ac7b-94d1-4f41-98e6-43e598d6e720] socks connection closed\n2025-07-19 09:35:07.241 [info] [command][8e277093-ccc3-453d-a3ba-39703d4fdcda] Socket close event received\n2025-07-19 09:35:07.267 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64216 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:36:07.241 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:36:07.244 [info] [command][3aa229d8-62af-4634-a0cf-1e4ea165dd76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3aa229d8-62af-4634-a0cf-1e4ea165dd76""}\n2025-07-19 09:36:07.245 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][90aa52fc-41a4-4dac-a5b2-b9fea3a18202] received connection request\n2025-07-19 09:36:07.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:36:07.276 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][90aa52fc-41a4-4dac-a5b2-b9fea3a18202] socks forwarding established\n2025-07-19 09:36:07.319 [info] [command][3aa229d8-62af-4634-a0cf-1e4ea165dd76] Process exited with code 0\n2025-07-19 09:36:07.319 [info] [command][3aa229d8-62af-4634-a0cf-1e4ea165dd76] Socket close event received\n2025-07-19 09:36:07.343 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][90aa52fc-41a4-4dac-a5b2-b9fea3a18202] socks connection closed\n2025-07-19 09:36:07.346 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64257 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:37:07.324 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:37:07.325 [info] [command][70e0c5f9-6cc4-4a2d-9c12-2190dabb69ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""70e0c5f9-6cc4-4a2d-9c12-2190dabb69ca""}\n2025-07-19 09:37:07.326 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9d171531-8647-43c1-9328-12fa5101b054] received connection request\n2025-07-19 09:37:07.327 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 09:37:07.329 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:37:07.429 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9d171531-8647-43c1-9328-12fa5101b054] socks forwarding established\n2025-07-19 09:37:07.492 [info] [command][70e0c5f9-6cc4-4a2d-9c12-2190dabb69ca] Process exited with code 0\n2025-07-19 09:37:07.492 [info] [command][70e0c5f9-6cc4-4a2d-9c12-2190dabb69ca] Socket close event received\n2025-07-19 09:37:07.630 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9d171531-8647-43c1-9328-12fa5101b054] socks connection closed\n2025-07-19 09:37:07.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64278 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:38:07.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:38:07.499 [info] [command][9da78b16-07d3-4742-bb4d-e172d3ab61c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""9da78b16-07d3-4742-bb4d-e172d3ab61c2""}\n2025-07-19 09:38:07.500 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ca832635-fef2-491e-869e-9344d036b1f0] received connection request\n2025-07-19 09:38:07.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:38:07.529 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ca832635-fef2-491e-869e-9344d036b1f0] socks forwarding established\n2025-07-19 09:38:07.573 [info] [command][9da78b16-07d3-4742-bb4d-e172d3ab61c2] Process exited with code 0\n2025-07-19 09:38:07.573 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ca832635-fef2-491e-869e-9344d036b1f0] socks connection closed\n2025-07-19 09:38:07.573 [info] [command][9da78b16-07d3-4742-bb4d-e172d3ab61c2] Socket close event received\n2025-07-19 09:38:07.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64313 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:39:07.578 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:39:07.580 [info] [command][7509639a-d6c8-4b74-aaac-bb6bc22842a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""7509639a-d6c8-4b74-aaac-bb6bc22842a1""}\n2025-07-19 09:39:07.581 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2bb5abb9-17c5-4ece-859f-2dca576319c7] received connection request\n2025-07-19 09:39:07.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:39:07.619 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2bb5abb9-17c5-4ece-859f-2dca576319c7] socks forwarding established\n2025-07-19 09:39:07.671 [info] [command][7509639a-d6c8-4b74-aaac-bb6bc22842a1] Process exited with code 0\n2025-07-19 09:39:07.671 [info] [command][7509639a-d6c8-4b74-aaac-bb6bc22842a1] Socket close event received\n2025-07-19 09:39:07.697 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2bb5abb9-17c5-4ece-859f-2dca576319c7] socks connection closed\n2025-07-19 09:39:07.698 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64335 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:40:07.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:40:07.676 [info] [command][118bbac2-f038-4aea-933d-a46e8c5c4dc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""118bbac2-f038-4aea-933d-a46e8c5c4dc7""}\n2025-07-19 09:40:07.677 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bf763d5b-e5e2-4471-9116-8ccee02418b1] received connection request\n2025-07-19 09:40:07.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:40:07.837 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bf763d5b-e5e2-4471-9116-8ccee02418b1] socks forwarding established\n2025-07-19 09:40:07.991 [info] [command][118bbac2-f038-4aea-933d-a46e8c5c4dc7] Process exited with code 0\n2025-07-19 09:40:07.991 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bf763d5b-e5e2-4471-9116-8ccee02418b1] socks connection closed\n2025-07-19 09:40:07.992 [info] [command][118bbac2-f038-4aea-933d-a46e8c5c4dc7] Socket close event received\n2025-07-19 09:40:08.025 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64400 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:41:07.992 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:41:07.994 [info] [command][1ce32247-2e32-48c0-bc5e-54cfbab5759a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1ce32247-2e32-48c0-bc5e-54cfbab5759a""}\n2025-07-19 09:41:07.994 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2d110be4-b7b8-4891-abeb-70118b10d5b0] received connection request\n2025-07-19 09:41:07.994 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 09:41:07.994 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:41:08.029 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d110be4-b7b8-4891-abeb-70118b10d5b0] socks forwarding established\n2025-07-19 09:41:08.069 [info] [command][1ce32247-2e32-48c0-bc5e-54cfbab5759a] Process exited with code 0\n2025-07-19 09:41:08.069 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d110be4-b7b8-4891-abeb-70118b10d5b0] socks connection closed\n2025-07-19 09:41:08.069 [info] [command][1ce32247-2e32-48c0-bc5e-54cfbab5759a] Socket close event received\n2025-07-19 09:41:08.109 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64440 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:42:08.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:42:08.076 [info] [command][8cce8ad1-a2a9-436c-9748-7b800a6c8708] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8cce8ad1-a2a9-436c-9748-7b800a6c8708""}\n2025-07-19 09:42:08.076 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][fb9442df-e450-4d2c-ac8e-a5d62949ccd4] received connection request\n2025-07-19 09:42:08.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:42:08.105 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fb9442df-e450-4d2c-ac8e-a5d62949ccd4] socks forwarding established\n2025-07-19 09:42:08.146 [info] [command][8cce8ad1-a2a9-436c-9748-7b800a6c8708] Process exited with code 0\n2025-07-19 09:42:08.146 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fb9442df-e450-4d2c-ac8e-a5d62949ccd4] socks connection closed\n2025-07-19 09:42:08.146 [info] [command][8cce8ad1-a2a9-436c-9748-7b800a6c8708] Socket close event received\n2025-07-19 09:42:08.173 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64478 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:43:08.149 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:43:08.151 [info] [command][7a83ab29-ad8d-4a50-884c-fc4af38c4b07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""7a83ab29-ad8d-4a50-884c-fc4af38c4b07""}\n2025-07-19 09:43:08.151 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d359566b-5a5f-4926-bed2-543cb6bbc4d3] received connection request\n2025-07-19 09:43:08.152 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:43:08.284 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d359566b-5a5f-4926-bed2-543cb6bbc4d3] socks forwarding established\n2025-07-19 09:43:08.439 [info] [command][7a83ab29-ad8d-4a50-884c-fc4af38c4b07] Process exited with code 0\n2025-07-19 09:43:08.439 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d359566b-5a5f-4926-bed2-543cb6bbc4d3] socks connection closed\n2025-07-19 09:43:08.439 [info] [command][7a83ab29-ad8d-4a50-884c-fc4af38c4b07] Socket close event received\n2025-07-19 09:43:08.466 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64530 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:44:08.439 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:44:08.440 [info] [command][49d61402-1540-4f36-adaa-593786b6cf69] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""49d61402-1540-4f36-adaa-593786b6cf69""}\n2025-07-19 09:44:08.441 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][34faeb9f-a91b-49f4-8264-f97004ab1a18] received connection request\n2025-07-19 09:44:08.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:44:08.469 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][34faeb9f-a91b-49f4-8264-f97004ab1a18] socks forwarding established\n2025-07-19 09:44:08.508 [info] [command][49d61402-1540-4f36-adaa-593786b6cf69] Process exited with code 0\n2025-07-19 09:44:08.508 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][34faeb9f-a91b-49f4-8264-f97004ab1a18] socks connection closed\n2025-07-19 09:44:08.508 [info] [command][49d61402-1540-4f36-adaa-593786b6cf69] Socket close event received\n2025-07-19 09:44:08.535 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64556 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:45:08.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:45:08.510 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][85304b1f-5db9-4b87-9d62-92c5d2d53d12] received connection request\n2025-07-19 09:45:08.510 [info] [command][bb4d76c9-803c-4923-9762-ff378183b6df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""bb4d76c9-803c-4923-9762-ff378183b6df""}\n2025-07-19 09:45:08.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:45:08.538 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][85304b1f-5db9-4b87-9d62-92c5d2d53d12] socks forwarding established\n2025-07-19 09:45:08.576 [info] [command][bb4d76c9-803c-4923-9762-ff378183b6df] Process exited with code 0\n2025-07-19 09:45:08.576 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][85304b1f-5db9-4b87-9d62-92c5d2d53d12] socks connection closed\n2025-07-19 09:45:08.576 [info] [command][bb4d76c9-803c-4923-9762-ff378183b6df] Socket close event received\n2025-07-19 09:45:08.603 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64619 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:46:08.581 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:46:08.583 [info] [command][10adda4b-7f9d-45ca-a97b-f862a7b83c9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""10adda4b-7f9d-45ca-a97b-f862a7b83c9e""}\n2025-07-19 09:46:08.584 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][25dc0d6e-c2b0-416c-8892-bcb331816e21] received connection request\n2025-07-19 09:46:08.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:46:08.736 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][25dc0d6e-c2b0-416c-8892-bcb331816e21] socks forwarding established\n2025-07-19 09:46:08.894 [info] [command][10adda4b-7f9d-45ca-a97b-f862a7b83c9e] Process exited with code 0\n2025-07-19 09:46:08.894 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][25dc0d6e-c2b0-416c-8892-bcb331816e21] socks connection closed\n2025-07-19 09:46:08.895 [info] [command][10adda4b-7f9d-45ca-a97b-f862a7b83c9e] Socket close event received\n2025-07-19 09:46:09.056 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64682 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:47:08.897 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:47:08.899 [info] [command][2f374775-b528-483c-ac5c-ead4bd6060bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""2f374775-b528-483c-ac5c-ead4bd6060bf""}\n2025-07-19 09:47:08.900 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f3a5b59a-c8ee-4f2c-a64b-9ff91a1e05bc] received connection request\n2025-07-19 09:47:08.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:47:08.927 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f3a5b59a-c8ee-4f2c-a64b-9ff91a1e05bc] socks forwarding established\n2025-07-19 09:47:08.964 [info] [command][2f374775-b528-483c-ac5c-ead4bd6060bf] Process exited with code 0\n2025-07-19 09:47:08.965 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f3a5b59a-c8ee-4f2c-a64b-9ff91a1e05bc] socks connection closed\n2025-07-19 09:47:08.965 [info] [command][2f374775-b528-483c-ac5c-ead4bd6060bf] Socket close event received\n2025-07-19 09:47:08.991 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64703 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:48:08.966 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:48:08.968 [info] [command][07854a2e-3323-471b-9f1f-dd5184cf1d2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""07854a2e-3323-471b-9f1f-dd5184cf1d2b""}\n2025-07-19 09:48:08.969 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e1bf15e3-98d6-4996-ba4b-e3c490a9b142] received connection request\n2025-07-19 09:48:08.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:48:08.997 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e1bf15e3-98d6-4996-ba4b-e3c490a9b142] socks forwarding established\n2025-07-19 09:48:09.038 [info] [command][07854a2e-3323-471b-9f1f-dd5184cf1d2b] Process exited with code 0\n2025-07-19 09:48:09.038 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e1bf15e3-98d6-4996-ba4b-e3c490a9b142] socks connection closed\n2025-07-19 09:48:09.038 [info] [command][07854a2e-3323-471b-9f1f-dd5184cf1d2b] Socket close event received\n2025-07-19 09:48:09.064 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64742 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:49:09.044 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:49:09.048 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][fd32b734-84b3-4140-911a-841f3ea48ed2] received connection request\n2025-07-19 09:49:09.048 [info] [command][7ea4b6d1-acc1-4c3e-be7d-d21cefda0a57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""7ea4b6d1-acc1-4c3e-be7d-d21cefda0a57""}\n2025-07-19 09:49:09.048 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:49:09.168 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fd32b734-84b3-4140-911a-841f3ea48ed2] socks forwarding established\n2025-07-19 09:49:09.324 [info] [command][7ea4b6d1-acc1-4c3e-be7d-d21cefda0a57] Process exited with code 0\n2025-07-19 09:49:09.324 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fd32b734-84b3-4140-911a-841f3ea48ed2] socks connection closed\n2025-07-19 09:49:09.324 [info] [command][7ea4b6d1-acc1-4c3e-be7d-d21cefda0a57] Socket close event received\n2025-07-19 09:49:09.482 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64794 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:50:09.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:50:09.329 [info] [command][d753d9d5-1f06-458c-b2b5-1b1439823a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d753d9d5-1f06-458c-b2b5-1b1439823a21""}\n2025-07-19 09:50:09.330 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][dc6d0ab1-a579-4840-9882-b55ae252bf91] received connection request\n2025-07-19 09:50:09.330 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:50:09.357 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dc6d0ab1-a579-4840-9882-b55ae252bf91] socks forwarding established\n2025-07-19 09:50:09.399 [info] [command][d753d9d5-1f06-458c-b2b5-1b1439823a21] Process exited with code 0\n2025-07-19 09:50:09.399 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dc6d0ab1-a579-4840-9882-b55ae252bf91] socks connection closed\n2025-07-19 09:50:09.399 [info] [command][d753d9d5-1f06-458c-b2b5-1b1439823a21] Socket close event received\n2025-07-19 09:50:09.428 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64829 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:51:09.400 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:51:09.403 [info] [command][8c887577-0deb-4155-8387-00b4baf4ea25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8c887577-0deb-4155-8387-00b4baf4ea25""}\n2025-07-19 09:51:09.404 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a43d906f-9d93-46d5-8817-4e7f8b6c224f] received connection request\n2025-07-19 09:51:09.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:51:09.433 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a43d906f-9d93-46d5-8817-4e7f8b6c224f] socks forwarding established\n2025-07-19 09:51:09.475 [info] [command][8c887577-0deb-4155-8387-00b4baf4ea25] Process exited with code 0\n2025-07-19 09:51:09.475 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a43d906f-9d93-46d5-8817-4e7f8b6c224f] socks connection closed\n2025-07-19 09:51:09.477 [info] [command][8c887577-0deb-4155-8387-00b4baf4ea25] Socket close event received\n2025-07-19 09:51:09.504 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64877 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:52:09.476 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:52:09.478 [info] [command][88bd5618-c9ef-49b7-ae26-8d094048bcae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""88bd5618-c9ef-49b7-ae26-8d094048bcae""}\n2025-07-19 09:52:09.478 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][4416f160-99ac-4adb-8cef-6e001e7210ce] received connection request\n2025-07-19 09:52:09.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:52:09.509 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4416f160-99ac-4adb-8cef-6e001e7210ce] socks forwarding established\n2025-07-19 09:52:09.553 [info] [command][88bd5618-c9ef-49b7-ae26-8d094048bcae] Process exited with code 0\n2025-07-19 09:52:09.553 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4416f160-99ac-4adb-8cef-6e001e7210ce] socks connection closed\n2025-07-19 09:52:09.553 [info] [command][88bd5618-c9ef-49b7-ae26-8d094048bcae] Socket close event received\n2025-07-19 09:52:09.580 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64902 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:53:09.561 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:53:09.563 [info] [command][2e56c6c9-606b-4646-8841-b1faec856f00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""2e56c6c9-606b-4646-8841-b1faec856f00""}\n2025-07-19 09:53:09.563 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9eed5c5a-5139-444e-9918-d4966a2c29ed] received connection request\n2025-07-19 09:53:09.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 09:53:09.563 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:53:09.591 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9eed5c5a-5139-444e-9918-d4966a2c29ed] socks forwarding established\n2025-07-19 09:53:09.641 [info] [command][2e56c6c9-606b-4646-8841-b1faec856f00] Process exited with code 0\n2025-07-19 09:53:09.642 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9eed5c5a-5139-444e-9918-d4966a2c29ed] socks connection closed\n2025-07-19 09:53:09.642 [info] [command][2e56c6c9-606b-4646-8841-b1faec856f00] Socket close event received\n2025-07-19 09:53:09.671 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64963 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:54:09.647 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:54:09.648 [info] [command][1a742920-1464-4909-a19b-5778964fbf90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1a742920-1464-4909-a19b-5778964fbf90""}\n2025-07-19 09:54:09.649 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][cdf1cd7c-25aa-4eb4-9cd8-e0ccf41907f9] received connection request\n2025-07-19 09:54:09.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:54:09.676 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cdf1cd7c-25aa-4eb4-9cd8-e0ccf41907f9] socks forwarding established\n2025-07-19 09:54:09.717 [info] [command][1a742920-1464-4909-a19b-5778964fbf90] Process exited with code 0\n2025-07-19 09:54:09.717 [info] [command][1a742920-1464-4909-a19b-5778964fbf90] Socket close event received\n2025-07-19 09:54:09.744 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 64996 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:54:09.744 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cdf1cd7c-25aa-4eb4-9cd8-e0ccf41907f9] socks connection closed\n2025-07-19 09:55:09.723 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:55:09.724 [info] [command][78987954-6dbc-4d43-b4ee-0f74eaa28262] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""78987954-6dbc-4d43-b4ee-0f74eaa28262""}\n2025-07-19 09:55:09.724 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][fe505d12-006f-48bf-ab28-098820483699] received connection request\n2025-07-19 09:55:09.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 09:55:09.724 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:55:09.752 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fe505d12-006f-48bf-ab28-098820483699] socks forwarding established\n2025-07-19 09:55:09.794 [info] [command][78987954-6dbc-4d43-b4ee-0f74eaa28262] Process exited with code 0\n2025-07-19 09:55:09.794 [info] [command][78987954-6dbc-4d43-b4ee-0f74eaa28262] Socket close event received\n2025-07-19 09:55:09.819 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fe505d12-006f-48bf-ab28-098820483699] socks connection closed\n2025-07-19 09:55:09.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65041 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:56:09.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:56:09.802 [info] [command][c853aac1-2eda-42b3-ad04-f75066af5f9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c853aac1-2eda-42b3-ad04-f75066af5f9d""}\n2025-07-19 09:56:09.803 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][707cfe19-b7b1-4bf7-8b9a-278093cc11e3] received connection request\n2025-07-19 09:56:09.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:56:09.834 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][707cfe19-b7b1-4bf7-8b9a-278093cc11e3] socks forwarding established\n2025-07-19 09:56:09.878 [info] [command][c853aac1-2eda-42b3-ad04-f75066af5f9d] Process exited with code 0\n2025-07-19 09:56:09.878 [info] [command][c853aac1-2eda-42b3-ad04-f75066af5f9d] Socket close event received\n2025-07-19 09:56:09.903 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][707cfe19-b7b1-4bf7-8b9a-278093cc11e3] socks connection closed\n2025-07-19 09:56:09.909 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65075 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:57:09.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:57:09.886 [info] [command][1e441e28-93af-45b1-b224-2c5c35b680ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1e441e28-93af-45b1-b224-2c5c35b680ad""}\n2025-07-19 09:57:09.887 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][18744794-ac9d-4dd2-a1a9-4fd3d30dca59] received connection request\n2025-07-19 09:57:09.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:57:09.917 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][18744794-ac9d-4dd2-a1a9-4fd3d30dca59] socks forwarding established\n2025-07-19 09:57:09.959 [info] [command][1e441e28-93af-45b1-b224-2c5c35b680ad] Process exited with code 0\n2025-07-19 09:57:09.959 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][18744794-ac9d-4dd2-a1a9-4fd3d30dca59] socks connection closed\n2025-07-19 09:57:09.960 [info] [command][1e441e28-93af-45b1-b224-2c5c35b680ad] Socket close event received\n2025-07-19 09:57:09.986 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65097 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:58:09.959 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:58:09.961 [info] [command][e1e2d0de-6964-4781-81a0-adc52c778f85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e1e2d0de-6964-4781-81a0-adc52c778f85""}\n2025-07-19 09:58:09.961 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][588ec47e-1038-4365-ad19-6c72a5b9614e] received connection request\n2025-07-19 09:58:09.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:58:09.987 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][588ec47e-1038-4365-ad19-6c72a5b9614e] socks forwarding established\n2025-07-19 09:58:10.028 [info] [command][e1e2d0de-6964-4781-81a0-adc52c778f85] Process exited with code 0\n2025-07-19 09:58:10.028 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][588ec47e-1038-4365-ad19-6c72a5b9614e] socks connection closed\n2025-07-19 09:58:10.028 [info] [command][e1e2d0de-6964-4781-81a0-adc52c778f85] Socket close event received\n2025-07-19 09:58:10.055 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65151 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 09:59:10.033 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 09:59:10.036 [info] [command][84c8f42c-7c14-41c9-be19-e740292bdb9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""84c8f42c-7c14-41c9-be19-e740292bdb9b""}\n2025-07-19 09:59:10.037 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][adbb3625-a931-4962-ab4e-a27c63765083] received connection request\n2025-07-19 09:59:10.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 09:59:10.096 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][adbb3625-a931-4962-ab4e-a27c63765083] socks forwarding established\n2025-07-19 09:59:10.139 [info] [command][84c8f42c-7c14-41c9-be19-e740292bdb9b] Process exited with code 0\n2025-07-19 09:59:10.139 [info] [command][84c8f42c-7c14-41c9-be19-e740292bdb9b] Socket close event received\n2025-07-19 09:59:10.140 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][adbb3625-a931-4962-ab4e-a27c63765083] socks connection closed\n2025-07-19 09:59:10.168 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65169 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:00:10.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:00:10.146 [info] [command][634ea8fe-7fb1-4159-b57b-6852d77f2bf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""634ea8fe-7fb1-4159-b57b-6852d77f2bf6""}\n2025-07-19 10:00:10.146 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][90239136-c29b-4622-835a-0f64e7162fcb] received connection request\n2025-07-19 10:00:10.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:00:10.176 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][90239136-c29b-4622-835a-0f64e7162fcb] socks forwarding established\n2025-07-19 10:00:10.216 [info] [command][634ea8fe-7fb1-4159-b57b-6852d77f2bf6] Process exited with code 0\n2025-07-19 10:00:10.216 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][90239136-c29b-4622-835a-0f64e7162fcb] socks connection closed\n2025-07-19 10:00:10.216 [info] [command][634ea8fe-7fb1-4159-b57b-6852d77f2bf6] Socket close event received\n2025-07-19 10:00:10.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65204 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:01:10.220 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:01:10.225 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e40689f3-7786-4e7f-b303-e88d02906fdc] received connection request\n2025-07-19 10:01:10.226 [info] [command][612b4b1b-39e9-4279-b065-d9e3f850ea70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""612b4b1b-39e9-4279-b065-d9e3f850ea70""}\n2025-07-19 10:01:10.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:01:10.254 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e40689f3-7786-4e7f-b303-e88d02906fdc] socks forwarding established\n2025-07-19 10:01:10.372 [info] [command][612b4b1b-39e9-4279-b065-d9e3f850ea70] Process exited with code 0\n2025-07-19 10:01:10.373 [info] [command][612b4b1b-39e9-4279-b065-d9e3f850ea70] Socket close event received\n2025-07-19 10:01:10.374 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e40689f3-7786-4e7f-b303-e88d02906fdc] socks connection closed\n2025-07-19 10:01:10.416 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65257 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:02:10.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:02:10.374 [info] [command][246e19f8-98e9-4df9-b823-9d898c8a905e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""246e19f8-98e9-4df9-b823-9d898c8a905e""}\n2025-07-19 10:02:10.374 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1a937eb2-d5a4-426c-a5d5-f0288d0dee71] received connection request\n2025-07-19 10:02:10.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:02:10.401 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1a937eb2-d5a4-426c-a5d5-f0288d0dee71] socks forwarding established\n2025-07-19 10:02:10.442 [info] [command][246e19f8-98e9-4df9-b823-9d898c8a905e] Process exited with code 0\n2025-07-19 10:02:10.442 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1a937eb2-d5a4-426c-a5d5-f0288d0dee71] socks connection closed\n2025-07-19 10:02:10.442 [info] [command][246e19f8-98e9-4df9-b823-9d898c8a905e] Socket close event received\n2025-07-19 10:02:10.469 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65296 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:03:10.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:03:10.447 [info] [command][9659ac09-029c-4edf-94fe-22128e239031] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""9659ac09-029c-4edf-94fe-22128e239031""}\n2025-07-19 10:03:10.448 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][32334030-1298-46f0-8b37-47bc05575a18] received connection request\n2025-07-19 10:03:10.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:03:10.448 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:03:10.475 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][32334030-1298-46f0-8b37-47bc05575a18] socks forwarding established\n2025-07-19 10:03:10.521 [info] [command][9659ac09-029c-4edf-94fe-22128e239031] Process exited with code 0\n2025-07-19 10:03:10.522 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][32334030-1298-46f0-8b37-47bc05575a18] socks connection closed\n2025-07-19 10:03:10.522 [info] [command][9659ac09-029c-4edf-94fe-22128e239031] Socket close event received\n2025-07-19 10:03:10.548 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65348 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:04:10.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:04:10.525 [info] [command][8bd26d75-6f8e-4567-bbb7-4c9ab3f9ea00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8bd26d75-6f8e-4567-bbb7-4c9ab3f9ea00""}\n2025-07-19 10:04:10.526 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][15e1f74c-fd20-41c5-a5c4-fb655da4ff61] received connection request\n2025-07-19 10:04:10.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:04:10.555 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][15e1f74c-fd20-41c5-a5c4-fb655da4ff61] socks forwarding established\n2025-07-19 10:04:10.595 [info] [command][8bd26d75-6f8e-4567-bbb7-4c9ab3f9ea00] Process exited with code 0\n2025-07-19 10:04:10.595 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][15e1f74c-fd20-41c5-a5c4-fb655da4ff61] socks connection closed\n2025-07-19 10:04:10.595 [info] [command][8bd26d75-6f8e-4567-bbb7-4c9ab3f9ea00] Socket close event received\n2025-07-19 10:04:10.622 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65386 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:05:10.600 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:05:10.602 [info] [command][8ffb8d6b-042e-4608-b6bc-77b01ba884dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8ffb8d6b-042e-4608-b6bc-77b01ba884dd""}\n2025-07-19 10:05:10.603 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a4d5fe57-9b7a-4144-a02c-2b7c2a4e30dd] received connection request\n2025-07-19 10:05:10.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:05:10.631 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a4d5fe57-9b7a-4144-a02c-2b7c2a4e30dd] socks forwarding established\n2025-07-19 10:05:10.675 [info] [command][8ffb8d6b-042e-4608-b6bc-77b01ba884dd] Process exited with code 0\n2025-07-19 10:05:10.675 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a4d5fe57-9b7a-4144-a02c-2b7c2a4e30dd] socks connection closed\n2025-07-19 10:05:10.675 [info] [command][8ffb8d6b-042e-4608-b6bc-77b01ba884dd] Socket close event received\n2025-07-19 10:05:10.702 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65431 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:06:10.680 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:06:10.684 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b81ebd14-1e8c-46e5-9d2b-16d829cc7add] received connection request\n2025-07-19 10:06:10.685 [info] [command][c4c318de-0968-4d97-8b41-77943d14ec2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c4c318de-0968-4d97-8b41-77943d14ec2a""}\n2025-07-19 10:06:10.685 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:06:10.716 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b81ebd14-1e8c-46e5-9d2b-16d829cc7add] socks forwarding established\n2025-07-19 10:06:10.759 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b81ebd14-1e8c-46e5-9d2b-16d829cc7add] socks connection closed\n2025-07-19 10:06:10.760 [info] [command][c4c318de-0968-4d97-8b41-77943d14ec2a] Process exited with code 0\n2025-07-19 10:06:10.760 [info] [command][c4c318de-0968-4d97-8b41-77943d14ec2a] Socket close event received\n2025-07-19 10:06:10.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65471 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:07:10.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:07:10.767 [info] [command][1c809b4c-68fd-47aa-9d61-2b76cb7b5c1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1c809b4c-68fd-47aa-9d61-2b76cb7b5c1e""}\n2025-07-19 10:07:10.767 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][562bafa7-cf17-4c17-8b49-327e0a585350] received connection request\n2025-07-19 10:07:10.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:07:10.794 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][562bafa7-cf17-4c17-8b49-327e0a585350] socks forwarding established\n2025-07-19 10:07:10.837 [info] [command][1c809b4c-68fd-47aa-9d61-2b76cb7b5c1e] Process exited with code 0\n2025-07-19 10:07:10.837 [info] [command][1c809b4c-68fd-47aa-9d61-2b76cb7b5c1e] Socket close event received\n2025-07-19 10:07:10.837 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][562bafa7-cf17-4c17-8b49-327e0a585350] socks connection closed\n2025-07-19 10:07:10.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 65511 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:08:10.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:08:10.839 [info] [command][f873407d-2788-49a6-949d-bc28efd7fa7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f873407d-2788-49a6-949d-bc28efd7fa7e""}\n2025-07-19 10:08:10.839 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][4503ac9e-d4b8-4cd7-87a1-dbb2d7e172df] received connection request\n2025-07-19 10:08:10.839 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:08:10.866 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4503ac9e-d4b8-4cd7-87a1-dbb2d7e172df] socks forwarding established\n2025-07-19 10:08:10.908 [info] [command][f873407d-2788-49a6-949d-bc28efd7fa7e] Process exited with code 0\n2025-07-19 10:08:10.908 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4503ac9e-d4b8-4cd7-87a1-dbb2d7e172df] socks connection closed\n2025-07-19 10:08:10.908 [info] [command][f873407d-2788-49a6-949d-bc28efd7fa7e] Socket close event received\n2025-07-19 10:08:10.935 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49180 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:08:35.373 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:34135][5172bd8b-a36b-41cd-bc99-152f826b76a7] received connection request\n2025-07-19 10:08:35.373 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:08:35.402 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][5172bd8b-a36b-41cd-bc99-152f826b76a7] socks forwarding established\n2025-07-19 10:08:37.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 34135, connect from 127.0.0.1 port 49199 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:08:37.287 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][5172bd8b-a36b-41cd-bc99-152f826b76a7] socks connection closed\n2025-07-19 10:09:10.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:09:10.916 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][0207bee0-d09f-41d7-8708-b2b40d634d13] received connection request\n2025-07-19 10:09:10.916 [info] [command][e976a416-b127-4505-852c-b596f6a97be3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e976a416-b127-4505-852c-b596f6a97be3""}\n2025-07-19 10:09:10.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:09:10.945 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0207bee0-d09f-41d7-8708-b2b40d634d13] socks forwarding established\n2025-07-19 10:09:10.989 [info] [command][e976a416-b127-4505-852c-b596f6a97be3] Process exited with code 0\n2025-07-19 10:09:10.989 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0207bee0-d09f-41d7-8708-b2b40d634d13] socks connection closed\n2025-07-19 10:09:10.989 [info] [command][e976a416-b127-4505-852c-b596f6a97be3] Socket close event received\n2025-07-19 10:09:11.017 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49215 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:10:10.990 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:10:10.991 [info] [command][318492bc-17a0-4f17-8537-bd3828766c43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""318492bc-17a0-4f17-8537-bd3828766c43""}\n2025-07-19 10:10:10.992 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][36042a4d-3950-4b37-b06e-0bd43f38d193] received connection request\n2025-07-19 10:10:10.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:10:10.992 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:10:11.027 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][36042a4d-3950-4b37-b06e-0bd43f38d193] socks forwarding established\n2025-07-19 10:10:11.071 [info] [command][318492bc-17a0-4f17-8537-bd3828766c43] Process exited with code 0\n2025-07-19 10:10:11.071 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][36042a4d-3950-4b37-b06e-0bd43f38d193] socks connection closed\n2025-07-19 10:10:11.071 [info] [command][318492bc-17a0-4f17-8537-bd3828766c43] Socket close event received\n2025-07-19 10:10:11.097 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49272 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:11:11.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:11:11.076 [info] [command][ec5b69db-7d3b-48e6-a3fe-9e9192097269] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ec5b69db-7d3b-48e6-a3fe-9e9192097269""}\n2025-07-19 10:11:11.076 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5f2f268d-41d4-4171-a32a-884b15db617b] received connection request\n2025-07-19 10:11:11.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:11:11.113 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5f2f268d-41d4-4171-a32a-884b15db617b] socks forwarding established\n2025-07-19 10:11:11.153 [info] [command][ec5b69db-7d3b-48e6-a3fe-9e9192097269] Process exited with code 0\n2025-07-19 10:11:11.153 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5f2f268d-41d4-4171-a32a-884b15db617b] socks connection closed\n2025-07-19 10:11:11.153 [info] [command][ec5b69db-7d3b-48e6-a3fe-9e9192097269] Socket close event received\n2025-07-19 10:11:11.180 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49306 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:12:11.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:12:11.158 [info] [command][341b5df4-ae12-4c2b-930b-5dbca2266b2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""341b5df4-ae12-4c2b-930b-5dbca2266b2b""}\n2025-07-19 10:12:11.159 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][00e91050-4950-4072-a72e-6e25b986c5c9] received connection request\n2025-07-19 10:12:11.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:12:11.159 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:12:11.189 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][00e91050-4950-4072-a72e-6e25b986c5c9] socks forwarding established\n2025-07-19 10:12:11.232 [info] [command][341b5df4-ae12-4c2b-930b-5dbca2266b2b] Process exited with code 0\n2025-07-19 10:12:11.233 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][00e91050-4950-4072-a72e-6e25b986c5c9] socks connection closed\n2025-07-19 10:12:11.233 [info] [command][341b5df4-ae12-4c2b-930b-5dbca2266b2b] Socket close event received\n2025-07-19 10:12:11.261 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49347 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:13:11.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:13:11.240 [info] [command][e925653a-3575-4a7d-9c45-ad80713f8f95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e925653a-3575-4a7d-9c45-ad80713f8f95""}\n2025-07-19 10:13:11.240 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][659cb5cf-03c7-4737-9c56-6420a34549fb] received connection request\n2025-07-19 10:13:11.240 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:13:11.240 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:13:11.267 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][659cb5cf-03c7-4737-9c56-6420a34549fb] socks forwarding established\n2025-07-19 10:13:11.311 [info] [command][e925653a-3575-4a7d-9c45-ad80713f8f95] Process exited with code 0\n2025-07-19 10:13:11.311 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][659cb5cf-03c7-4737-9c56-6420a34549fb] socks connection closed\n2025-07-19 10:13:11.311 [info] [command][e925653a-3575-4a7d-9c45-ad80713f8f95] Socket close event received\n2025-07-19 10:13:11.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49410 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:14:11.315 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:14:11.317 [info] [command][7f8d8cfa-f42d-4985-a087-f145fb472652] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""7f8d8cfa-f42d-4985-a087-f145fb472652""}\n2025-07-19 10:14:11.317 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b936319d-45f9-44fb-bf3a-cd25cb4af7b8] received connection request\n2025-07-19 10:14:11.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:14:11.385 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b936319d-45f9-44fb-bf3a-cd25cb4af7b8] socks forwarding established\n2025-07-19 10:14:11.474 [info] [command][7f8d8cfa-f42d-4985-a087-f145fb472652] Process exited with code 0\n2025-07-19 10:14:11.474 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b936319d-45f9-44fb-bf3a-cd25cb4af7b8] socks connection closed\n2025-07-19 10:14:11.474 [info] [command][7f8d8cfa-f42d-4985-a087-f145fb472652] Socket close event received\n2025-07-19 10:14:11.499 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49444 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:15:11.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:15:11.480 [info] [command][6c39ec3e-87d2-4b01-92c1-266c0994cb69] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6c39ec3e-87d2-4b01-92c1-266c0994cb69""}\n2025-07-19 10:15:11.481 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a7d464ac-deba-4437-8f9f-f8c4753343b3] received connection request\n2025-07-19 10:15:11.481 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:15:11.510 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a7d464ac-deba-4437-8f9f-f8c4753343b3] socks forwarding established\n2025-07-19 10:15:11.547 [info] [command][6c39ec3e-87d2-4b01-92c1-266c0994cb69] Process exited with code 0\n2025-07-19 10:15:11.547 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a7d464ac-deba-4437-8f9f-f8c4753343b3] socks connection closed\n2025-07-19 10:15:11.547 [info] [command][6c39ec3e-87d2-4b01-92c1-266c0994cb69] Socket close event received\n2025-07-19 10:15:11.575 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49492 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:16:11.553 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:16:11.560 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2170c8be-59e5-4a31-8c37-4b2197ea42d9] received connection request\n2025-07-19 10:16:11.560 [info] [command][b516a602-0c24-43ea-a90c-0f965504f744] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b516a602-0c24-43ea-a90c-0f965504f744""}\n2025-07-19 10:16:11.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:16:11.592 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2170c8be-59e5-4a31-8c37-4b2197ea42d9] socks forwarding established\n2025-07-19 10:16:11.638 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2170c8be-59e5-4a31-8c37-4b2197ea42d9] socks connection closed\n2025-07-19 10:16:11.638 [info] [command][b516a602-0c24-43ea-a90c-0f965504f744] Process exited with code 0\n2025-07-19 10:16:11.639 [info] [command][b516a602-0c24-43ea-a90c-0f965504f744] Socket close event received\n2025-07-19 10:16:11.666 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49566 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:17:11.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:17:11.641 [info] [command][92f942a5-dd72-43a4-9b94-7322afeb8a7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""92f942a5-dd72-43a4-9b94-7322afeb8a7e""}\n2025-07-19 10:17:11.642 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ea1de64d-3738-44bd-8c6c-6c7254651d9c] received connection request\n2025-07-19 10:17:11.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:17:11.797 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ea1de64d-3738-44bd-8c6c-6c7254651d9c] socks forwarding established\n2025-07-19 10:17:11.949 [info] [command][92f942a5-dd72-43a4-9b94-7322afeb8a7e] Process exited with code 0\n2025-07-19 10:17:11.949 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ea1de64d-3738-44bd-8c6c-6c7254651d9c] socks connection closed\n2025-07-19 10:17:11.949 [info] [command][92f942a5-dd72-43a4-9b94-7322afeb8a7e] Socket close event received\n2025-07-19 10:17:12.013 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49615 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:18:11.954 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:18:11.958 [info] [command][334da982-2be9-4025-8aac-9d57ccae1d10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""334da982-2be9-4025-8aac-9d57ccae1d10""}\n2025-07-19 10:18:11.959 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9a60175d-5806-4b9f-bed9-06ee6ae7ebe7] received connection request\n2025-07-19 10:18:11.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:18:11.988 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9a60175d-5806-4b9f-bed9-06ee6ae7ebe7] socks forwarding established\n2025-07-19 10:18:12.028 [info] [command][334da982-2be9-4025-8aac-9d57ccae1d10] Process exited with code 0\n2025-07-19 10:18:12.028 [info] [command][334da982-2be9-4025-8aac-9d57ccae1d10] Socket close event received\n2025-07-19 10:18:12.029 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9a60175d-5806-4b9f-bed9-06ee6ae7ebe7] socks connection closed\n2025-07-19 10:18:12.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49653 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:19:12.030 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:19:12.033 [info] [command][ab03c3dc-0164-4597-99d4-1710a1fd2061] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ab03c3dc-0164-4597-99d4-1710a1fd2061""}\n2025-07-19 10:19:12.033 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8c7d40e4-fd5d-4c6e-964f-771236034e34] received connection request\n2025-07-19 10:19:12.034 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:19:12.034 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:19:12.060 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8c7d40e4-fd5d-4c6e-964f-771236034e34] socks forwarding established\n2025-07-19 10:19:12.101 [info] [command][ab03c3dc-0164-4597-99d4-1710a1fd2061] Process exited with code 0\n2025-07-19 10:19:12.101 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8c7d40e4-fd5d-4c6e-964f-771236034e34] socks connection closed\n2025-07-19 10:19:12.101 [info] [command][ab03c3dc-0164-4597-99d4-1710a1fd2061] Socket close event received\n2025-07-19 10:19:12.129 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49681 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:20:12.106 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:20:12.108 [info] [command][709101db-53ad-484e-a8ba-0d064a9ed705] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""709101db-53ad-484e-a8ba-0d064a9ed705""}\n2025-07-19 10:20:12.108 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][293603dd-8a8e-4fd4-92ef-61edd9ea5312] received connection request\n2025-07-19 10:20:12.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:20:12.166 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][293603dd-8a8e-4fd4-92ef-61edd9ea5312] socks forwarding established\n2025-07-19 10:20:12.338 [info] [command][709101db-53ad-484e-a8ba-0d064a9ed705] Process exited with code 0\n2025-07-19 10:20:12.338 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][293603dd-8a8e-4fd4-92ef-61edd9ea5312] socks connection closed\n2025-07-19 10:20:12.338 [info] [command][709101db-53ad-484e-a8ba-0d064a9ed705] Socket close event received\n2025-07-19 10:20:12.480 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49730 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:21:12.339 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:21:12.341 [info] [command][c7ee300f-d6fd-409a-90bd-374738401b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c7ee300f-d6fd-409a-90bd-374738401b86""}\n2025-07-19 10:21:12.341 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ae891135-c688-4df3-882d-d47c4da9ee2d] received connection request\n2025-07-19 10:21:12.341 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:21:12.368 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ae891135-c688-4df3-882d-d47c4da9ee2d] socks forwarding established\n2025-07-19 10:21:12.414 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ae891135-c688-4df3-882d-d47c4da9ee2d] socks connection closed\n2025-07-19 10:21:12.414 [info] [command][c7ee300f-d6fd-409a-90bd-374738401b86] Process exited with code 0\n2025-07-19 10:21:12.414 [info] [command][c7ee300f-d6fd-409a-90bd-374738401b86] Socket close event received\n2025-07-19 10:21:12.440 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49799 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:22:12.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:22:12.418 [info] [command][67d7415d-42b6-4afa-9322-d538f9fdd46f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""67d7415d-42b6-4afa-9322-d538f9fdd46f""}\n2025-07-19 10:22:12.418 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][c36b507d-bb43-433a-9c00-cc60deb5fdf3] received connection request\n2025-07-19 10:22:12.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:22:12.419 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:22:12.448 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c36b507d-bb43-433a-9c00-cc60deb5fdf3] socks forwarding established\n2025-07-19 10:22:12.489 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c36b507d-bb43-433a-9c00-cc60deb5fdf3] socks connection closed\n2025-07-19 10:22:12.490 [info] [command][67d7415d-42b6-4afa-9322-d538f9fdd46f] Process exited with code 0\n2025-07-19 10:22:12.490 [info] [command][67d7415d-42b6-4afa-9322-d538f9fdd46f] Socket close event received\n2025-07-19 10:22:12.516 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49840 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:23:12.494 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:23:12.496 [info] [command][13e4c7b9-a259-4ae2-b943-1df5cfa3979b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""13e4c7b9-a259-4ae2-b943-1df5cfa3979b""}\n2025-07-19 10:23:12.496 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][0d2cd46a-8d1c-44f9-93f7-aa31fda3a55d] received connection request\n2025-07-19 10:23:12.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:23:12.652 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0d2cd46a-8d1c-44f9-93f7-aa31fda3a55d] socks forwarding established\n2025-07-19 10:23:12.804 [info] [command][13e4c7b9-a259-4ae2-b943-1df5cfa3979b] Process exited with code 0\n2025-07-19 10:23:12.804 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0d2cd46a-8d1c-44f9-93f7-aa31fda3a55d] socks connection closed\n2025-07-19 10:23:12.804 [info] [command][13e4c7b9-a259-4ae2-b943-1df5cfa3979b] Socket close event received\n2025-07-19 10:23:12.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49904 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:24:12.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:24:12.810 [info] [command][2dacfc52-78c7-4899-b78d-4d8df2c53d2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""2dacfc52-78c7-4899-b78d-4d8df2c53d2a""}\n2025-07-19 10:24:12.810 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][732e5b67-aa4d-4530-8571-6b4f6a4fcf86] received connection request\n2025-07-19 10:24:12.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:24:12.840 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][732e5b67-aa4d-4530-8571-6b4f6a4fcf86] socks forwarding established\n2025-07-19 10:24:12.882 [info] [command][2dacfc52-78c7-4899-b78d-4d8df2c53d2a] Process exited with code 0\n2025-07-19 10:24:12.882 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][732e5b67-aa4d-4530-8571-6b4f6a4fcf86] socks connection closed\n2025-07-19 10:24:12.882 [info] [command][2dacfc52-78c7-4899-b78d-4d8df2c53d2a] Socket close event received\n2025-07-19 10:24:12.908 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49946 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:25:12.888 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:25:12.890 [info] [command][f044d447-ab05-4ccc-86d4-3385c98fdb32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f044d447-ab05-4ccc-86d4-3385c98fdb32""}\n2025-07-19 10:25:12.890 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7c516440-7d5a-440f-8adf-fc6ebf2c3041] received connection request\n2025-07-19 10:25:12.890 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:25:12.918 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7c516440-7d5a-440f-8adf-fc6ebf2c3041] socks forwarding established\n2025-07-19 10:25:12.960 [info] [command][f044d447-ab05-4ccc-86d4-3385c98fdb32] Process exited with code 0\n2025-07-19 10:25:12.961 [info] [command][f044d447-ab05-4ccc-86d4-3385c98fdb32] Socket close event received\n2025-07-19 10:25:12.962 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7c516440-7d5a-440f-8adf-fc6ebf2c3041] socks connection closed\n2025-07-19 10:25:12.991 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 49992 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:26:12.966 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:26:12.967 [info] [command][52993a77-b116-4de8-ae9c-06952d4140f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""52993a77-b116-4de8-ae9c-06952d4140f9""}\n2025-07-19 10:26:12.967 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][750b2b20-3391-4dfc-ac8b-929138b503b7] received connection request\n2025-07-19 10:26:12.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:26:13.066 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][750b2b20-3391-4dfc-ac8b-929138b503b7] socks forwarding established\n2025-07-19 10:26:13.130 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][750b2b20-3391-4dfc-ac8b-929138b503b7] socks connection closed\n2025-07-19 10:26:13.130 [info] [command][52993a77-b116-4de8-ae9c-06952d4140f9] Process exited with code 0\n2025-07-19 10:26:13.130 [info] [command][52993a77-b116-4de8-ae9c-06952d4140f9] Socket close event received\n2025-07-19 10:26:13.289 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50048 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:27:13.135 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:27:13.137 [info] [command][93e649e6-8911-4830-b406-444e9716f3c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""93e649e6-8911-4830-b406-444e9716f3c1""}\n2025-07-19 10:27:13.138 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8c5cbc2b-6ba1-4098-a18a-833b0538b996] received connection request\n2025-07-19 10:27:13.138 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:27:13.168 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8c5cbc2b-6ba1-4098-a18a-833b0538b996] socks forwarding established\n2025-07-19 10:27:13.209 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8c5cbc2b-6ba1-4098-a18a-833b0538b996] socks connection closed\n2025-07-19 10:27:13.209 [info] [command][93e649e6-8911-4830-b406-444e9716f3c1] Process exited with code 0\n2025-07-19 10:27:13.209 [info] [command][93e649e6-8911-4830-b406-444e9716f3c1] Socket close event received\n2025-07-19 10:27:13.235 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50088 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:28:13.210 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:28:13.211 [info] [command][df7e09d9-482e-42db-bab0-b81321a3c877] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""df7e09d9-482e-42db-bab0-b81321a3c877""}\n2025-07-19 10:28:13.212 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f3b19ff1-61ca-4356-a839-d0936a450a28] received connection request\n2025-07-19 10:28:13.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:28:13.241 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f3b19ff1-61ca-4356-a839-d0936a450a28] socks forwarding established\n2025-07-19 10:28:13.281 [info] [command][df7e09d9-482e-42db-bab0-b81321a3c877] Process exited with code 0\n2025-07-19 10:28:13.281 [info] [command][df7e09d9-482e-42db-bab0-b81321a3c877] Socket close event received\n2025-07-19 10:28:13.318 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f3b19ff1-61ca-4356-a839-d0936a450a28] socks connection closed\n2025-07-19 10:28:13.327 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50125 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:29:13.285 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:29:13.286 [info] [command][f24a2722-4a79-4d46-ac3f-d4133994901a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f24a2722-4a79-4d46-ac3f-d4133994901a""}\n2025-07-19 10:29:13.287 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][0d09e6d2-0628-4324-876d-6af884bf2a5d] received connection request\n2025-07-19 10:29:13.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:29:13.337 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0d09e6d2-0628-4324-876d-6af884bf2a5d] socks forwarding established\n2025-07-19 10:29:13.491 [info] [command][f24a2722-4a79-4d46-ac3f-d4133994901a] Process exited with code 0\n2025-07-19 10:29:13.492 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0d09e6d2-0628-4324-876d-6af884bf2a5d] socks connection closed\n2025-07-19 10:29:13.492 [info] [command][f24a2722-4a79-4d46-ac3f-d4133994901a] Socket close event received\n2025-07-19 10:29:13.518 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50150 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:30:13.492 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:30:13.494 [info] [command][62ad6870-076b-43f3-a74d-57afaa8941ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""62ad6870-076b-43f3-a74d-57afaa8941ff""}\n2025-07-19 10:30:13.495 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][848ffcab-66c2-4e6b-9bec-2076fd6af8ac] received connection request\n2025-07-19 10:30:13.496 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:30:13.528 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][848ffcab-66c2-4e6b-9bec-2076fd6af8ac] socks forwarding established\n2025-07-19 10:30:13.570 [info] [command][62ad6870-076b-43f3-a74d-57afaa8941ff] Process exited with code 0\n2025-07-19 10:30:13.571 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][848ffcab-66c2-4e6b-9bec-2076fd6af8ac] socks connection closed\n2025-07-19 10:30:13.571 [info] [command][62ad6870-076b-43f3-a74d-57afaa8941ff] Socket close event received\n2025-07-19 10:30:13.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50194 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:31:13.575 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:31:13.581 [info] [command][1774e83f-7229-4878-8adc-1399cbdb3c51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1774e83f-7229-4878-8adc-1399cbdb3c51""}\n2025-07-19 10:31:13.582 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1bb3865f-774d-4012-b6f3-4c1e4adc9477] received connection request\n2025-07-19 10:31:13.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:31:13.610 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1bb3865f-774d-4012-b6f3-4c1e4adc9477] socks forwarding established\n2025-07-19 10:31:13.648 [info] [command][1774e83f-7229-4878-8adc-1399cbdb3c51] Process exited with code 0\n2025-07-19 10:31:13.649 [info] [command][1774e83f-7229-4878-8adc-1399cbdb3c51] Socket close event received\n2025-07-19 10:31:13.649 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1bb3865f-774d-4012-b6f3-4c1e4adc9477] socks connection closed\n2025-07-19 10:31:13.676 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50226 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:32:13.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:32:13.652 [info] [command][1ecd3704-6388-43c8-8720-2466c4501617] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1ecd3704-6388-43c8-8720-2466c4501617""}\n2025-07-19 10:32:13.653 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5642217c-77ce-4fb3-8e6f-86053583c145] received connection request\n2025-07-19 10:32:13.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:32:13.707 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5642217c-77ce-4fb3-8e6f-86053583c145] socks forwarding established\n2025-07-19 10:32:13.860 [info] [command][1ecd3704-6388-43c8-8720-2466c4501617] Process exited with code 0\n2025-07-19 10:32:13.860 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5642217c-77ce-4fb3-8e6f-86053583c145] socks connection closed\n2025-07-19 10:32:13.860 [info] [command][1ecd3704-6388-43c8-8720-2466c4501617] Socket close event received\n2025-07-19 10:32:13.886 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50258 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:33:13.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:33:13.862 [info] [command][16d7f8ea-4522-42d9-be46-12749338221f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""16d7f8ea-4522-42d9-be46-12749338221f""}\n2025-07-19 10:33:13.863 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7aa14de3-e11e-44a8-8d62-4f2318fe1b2a] received connection request\n2025-07-19 10:33:13.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:33:13.895 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7aa14de3-e11e-44a8-8d62-4f2318fe1b2a] socks forwarding established\n2025-07-19 10:33:13.932 [info] [command][16d7f8ea-4522-42d9-be46-12749338221f] Process exited with code 0\n2025-07-19 10:33:13.932 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7aa14de3-e11e-44a8-8d62-4f2318fe1b2a] socks connection closed\n2025-07-19 10:33:13.932 [info] [command][16d7f8ea-4522-42d9-be46-12749338221f] Socket close event received\n2025-07-19 10:33:13.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50317 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:34:13.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:34:13.940 [info] [command][a88f41fe-05ac-4c5f-9e91-891081749ed2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a88f41fe-05ac-4c5f-9e91-891081749ed2""}\n2025-07-19 10:34:13.941 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bf2fe90c-e75d-4b89-a171-02e9bf7c5764] received connection request\n2025-07-19 10:34:13.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:34:13.974 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bf2fe90c-e75d-4b89-a171-02e9bf7c5764] socks forwarding established\n2025-07-19 10:34:14.017 [info] [command][a88f41fe-05ac-4c5f-9e91-891081749ed2] Process exited with code 0\n2025-07-19 10:34:14.018 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bf2fe90c-e75d-4b89-a171-02e9bf7c5764] socks connection closed\n2025-07-19 10:34:14.018 [info] [command][a88f41fe-05ac-4c5f-9e91-891081749ed2] Socket close event received\n2025-07-19 10:34:14.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50340 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:35:14.022 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:35:14.024 [info] [command][13253464-f1bf-4929-a541-b851426c6bdf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""13253464-f1bf-4929-a541-b851426c6bdf""}\n2025-07-19 10:35:14.025 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6e69863a-80e9-494d-8517-92431f3d731e] received connection request\n2025-07-19 10:35:14.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:35:14.172 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6e69863a-80e9-494d-8517-92431f3d731e] socks forwarding established\n2025-07-19 10:35:14.212 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6e69863a-80e9-494d-8517-92431f3d731e] socks connection closed\n2025-07-19 10:35:14.213 [info] [command][13253464-f1bf-4929-a541-b851426c6bdf] Process exited with code 0\n2025-07-19 10:35:14.213 [info] [command][13253464-f1bf-4929-a541-b851426c6bdf] Socket close event received\n2025-07-19 10:35:14.350 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50383 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:36:14.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:36:14.220 [info] [command][b8572f08-17c5-4131-8df8-e3d34508ab3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b8572f08-17c5-4131-8df8-e3d34508ab3a""}\n2025-07-19 10:36:14.220 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e63d8672-5822-449f-9850-0e940f22a1fa] received connection request\n2025-07-19 10:36:14.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:36:14.220 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:36:14.250 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e63d8672-5822-449f-9850-0e940f22a1fa] socks forwarding established\n2025-07-19 10:36:14.290 [info] [command][b8572f08-17c5-4131-8df8-e3d34508ab3a] Process exited with code 0\n2025-07-19 10:36:14.290 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e63d8672-5822-449f-9850-0e940f22a1fa] socks connection closed\n2025-07-19 10:36:14.290 [info] [command][b8572f08-17c5-4131-8df8-e3d34508ab3a] Socket close event received\n2025-07-19 10:36:14.317 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50428 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:37:14.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:37:14.293 [info] [command][b62f5358-7a08-4e59-b5d7-d937b9c45d86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b62f5358-7a08-4e59-b5d7-d937b9c45d86""}\n2025-07-19 10:37:14.294 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d8cf3a8a-9f67-4f2d-be79-9ab1149c9e37] received connection request\n2025-07-19 10:37:14.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:37:14.331 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d8cf3a8a-9f67-4f2d-be79-9ab1149c9e37] socks forwarding established\n2025-07-19 10:37:14.377 [info] [command][b62f5358-7a08-4e59-b5d7-d937b9c45d86] Process exited with code 0\n2025-07-19 10:37:14.377 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d8cf3a8a-9f67-4f2d-be79-9ab1149c9e37] socks connection closed\n2025-07-19 10:37:14.377 [info] [command][b62f5358-7a08-4e59-b5d7-d937b9c45d86] Socket close event received\n2025-07-19 10:37:14.405 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50454 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:38:14.381 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:38:14.384 [info] [command][4d453ca0-1e85-4967-86c1-b8f59aaa5dcf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""4d453ca0-1e85-4967-86c1-b8f59aaa5dcf""}\n2025-07-19 10:38:14.385 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3c3d7abb-f6e5-4147-813c-7c2267500db4] received connection request\n2025-07-19 10:38:14.385 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:38:14.527 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3c3d7abb-f6e5-4147-813c-7c2267500db4] socks forwarding established\n2025-07-19 10:38:14.701 [info] [command][4d453ca0-1e85-4967-86c1-b8f59aaa5dcf] Process exited with code 0\n2025-07-19 10:38:14.702 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3c3d7abb-f6e5-4147-813c-7c2267500db4] socks connection closed\n2025-07-19 10:38:14.702 [info] [command][4d453ca0-1e85-4967-86c1-b8f59aaa5dcf] Socket close event received\n2025-07-19 10:38:14.730 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50492 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:39:14.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:39:14.709 [info] [command][f33603a9-0bfc-4dab-93a8-6510f2d81da0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f33603a9-0bfc-4dab-93a8-6510f2d81da0""}\n2025-07-19 10:39:14.709 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][44061f97-2d73-4061-ad82-a464e5b000ce] received connection request\n2025-07-19 10:39:14.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:39:14.740 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][44061f97-2d73-4061-ad82-a464e5b000ce] socks forwarding established\n2025-07-19 10:39:14.826 [info] [command][f33603a9-0bfc-4dab-93a8-6510f2d81da0] Process exited with code 0\n2025-07-19 10:39:14.826 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][44061f97-2d73-4061-ad82-a464e5b000ce] socks connection closed\n2025-07-19 10:39:14.826 [info] [command][f33603a9-0bfc-4dab-93a8-6510f2d81da0] Socket close event received\n2025-07-19 10:39:14.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50515 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:40:14.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:40:14.831 [info] [command][3fc3e6d7-d0ec-4865-ae21-4cc9b085bfdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3fc3e6d7-d0ec-4865-ae21-4cc9b085bfdb""}\n2025-07-19 10:40:14.832 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][94764b23-98ac-456b-abf6-b35b763b4830] received connection request\n2025-07-19 10:40:14.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:40:14.860 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][94764b23-98ac-456b-abf6-b35b763b4830] socks forwarding established\n2025-07-19 10:40:14.896 [info] [command][3fc3e6d7-d0ec-4865-ae21-4cc9b085bfdb] Process exited with code 0\n2025-07-19 10:40:14.897 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][94764b23-98ac-456b-abf6-b35b763b4830] socks connection closed\n2025-07-19 10:40:14.897 [info] [command][3fc3e6d7-d0ec-4865-ae21-4cc9b085bfdb] Socket close event received\n2025-07-19 10:40:14.922 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50573 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:41:14.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:41:14.903 [info] [command][c4b90f64-175c-434a-8202-a59266713290] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c4b90f64-175c-434a-8202-a59266713290""}\n2025-07-19 10:41:14.905 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e46d96a1-afd3-401c-9870-936b158e78e8] received connection request\n2025-07-19 10:41:14.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:41:15.035 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e46d96a1-afd3-401c-9870-936b158e78e8] socks forwarding established\n2025-07-19 10:41:15.189 [info] [command][c4b90f64-175c-434a-8202-a59266713290] Process exited with code 0\n2025-07-19 10:41:15.189 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e46d96a1-afd3-401c-9870-936b158e78e8] socks connection closed\n2025-07-19 10:41:15.189 [info] [command][c4b90f64-175c-434a-8202-a59266713290] Socket close event received\n2025-07-19 10:41:15.215 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50610 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:42:15.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:42:15.196 [info] [command][62ee3b08-f812-4a08-906c-9f277dd2396a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""62ee3b08-f812-4a08-906c-9f277dd2396a""}\n2025-07-19 10:42:15.197 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][4ce7a48b-23a1-4263-915e-49f7fac9acab] received connection request\n2025-07-19 10:42:15.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:42:15.225 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4ce7a48b-23a1-4263-915e-49f7fac9acab] socks forwarding established\n2025-07-19 10:42:15.270 [info] [command][62ee3b08-f812-4a08-906c-9f277dd2396a] Process exited with code 0\n2025-07-19 10:42:15.271 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4ce7a48b-23a1-4263-915e-49f7fac9acab] socks connection closed\n2025-07-19 10:42:15.271 [info] [command][62ee3b08-f812-4a08-906c-9f277dd2396a] Socket close event received\n2025-07-19 10:42:15.298 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50641 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:43:15.273 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:43:15.275 [info] [command][ef82a906-94f1-40aa-b93b-f003d1d225f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ef82a906-94f1-40aa-b93b-f003d1d225f7""}\n2025-07-19 10:43:15.276 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][50d0ddd1-47ea-4101-9ff5-e578657d5018] received connection request\n2025-07-19 10:43:15.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:43:15.305 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][50d0ddd1-47ea-4101-9ff5-e578657d5018] socks forwarding established\n2025-07-19 10:43:15.343 [info] [command][ef82a906-94f1-40aa-b93b-f003d1d225f7] Process exited with code 0\n2025-07-19 10:43:15.343 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][50d0ddd1-47ea-4101-9ff5-e578657d5018] socks connection closed\n2025-07-19 10:43:15.344 [info] [command][ef82a906-94f1-40aa-b93b-f003d1d225f7] Socket close event received\n2025-07-19 10:43:15.373 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50677 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:44:15.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:44:15.348 [info] [command][78be3787-86b6-4042-a584-e58a2a38a244] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""78be3787-86b6-4042-a584-e58a2a38a244""}\n2025-07-19 10:44:15.348 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7b13487f-a3e3-4b11-ab41-eb19dd43afc7] received connection request\n2025-07-19 10:44:15.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:44:15.545 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7b13487f-a3e3-4b11-ab41-eb19dd43afc7] socks forwarding established\n2025-07-19 10:44:15.722 [info] [command][78be3787-86b6-4042-a584-e58a2a38a244] Process exited with code 0\n2025-07-19 10:44:15.723 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7b13487f-a3e3-4b11-ab41-eb19dd43afc7] socks connection closed\n2025-07-19 10:44:15.723 [info] [command][78be3787-86b6-4042-a584-e58a2a38a244] Socket close event received\n2025-07-19 10:44:15.749 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50733 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:45:15.725 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:45:15.728 [info] [command][068722cb-ec8c-44ec-9ada-c4cc9b6209ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""068722cb-ec8c-44ec-9ada-c4cc9b6209ea""}\n2025-07-19 10:45:15.729 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bec57df6-76ea-4253-bb84-dd280e61f1b8] received connection request\n2025-07-19 10:45:15.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:45:15.759 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bec57df6-76ea-4253-bb84-dd280e61f1b8] socks forwarding established\n2025-07-19 10:45:15.803 [info] [command][068722cb-ec8c-44ec-9ada-c4cc9b6209ea] Process exited with code 0\n2025-07-19 10:45:15.803 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bec57df6-76ea-4253-bb84-dd280e61f1b8] socks connection closed\n2025-07-19 10:45:15.803 [info] [command][068722cb-ec8c-44ec-9ada-c4cc9b6209ea] Socket close event received\n2025-07-19 10:45:15.833 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50793 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:46:15.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:46:15.810 [info] [command][f73d8e37-4d32-4e42-8c68-11e19f631b76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f73d8e37-4d32-4e42-8c68-11e19f631b76""}\n2025-07-19 10:46:15.810 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f2f300ef-b001-4455-b4b8-e9e351d14e57] received connection request\n2025-07-19 10:46:15.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:46:15.838 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f2f300ef-b001-4455-b4b8-e9e351d14e57] socks forwarding established\n2025-07-19 10:46:15.879 [info] [command][f73d8e37-4d32-4e42-8c68-11e19f631b76] Process exited with code 0\n2025-07-19 10:46:15.879 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f2f300ef-b001-4455-b4b8-e9e351d14e57] socks connection closed\n2025-07-19 10:46:15.879 [info] [command][f73d8e37-4d32-4e42-8c68-11e19f631b76] Socket close event received\n2025-07-19 10:46:15.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50833 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:47:15.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:47:15.885 [info] [command][59d655ba-25a8-4a46-a48d-2dbb8a4dc6ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""59d655ba-25a8-4a46-a48d-2dbb8a4dc6ae""}\n2025-07-19 10:47:15.886 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][518b76c6-ede1-400b-b0ec-2d9f455605c4] received connection request\n2025-07-19 10:47:15.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:47:15.886 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:47:15.937 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][518b76c6-ede1-400b-b0ec-2d9f455605c4] socks forwarding established\n2025-07-19 10:47:16.091 [info] [command][59d655ba-25a8-4a46-a48d-2dbb8a4dc6ae] Process exited with code 0\n2025-07-19 10:47:16.091 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][518b76c6-ede1-400b-b0ec-2d9f455605c4] socks connection closed\n2025-07-19 10:47:16.091 [info] [command][59d655ba-25a8-4a46-a48d-2dbb8a4dc6ae] Socket close event received\n2025-07-19 10:47:16.117 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50872 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:48:16.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:48:16.101 [info] [command][f85d58de-a482-4e09-9464-651426d66249] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f85d58de-a482-4e09-9464-651426d66249""}\n2025-07-19 10:48:16.102 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][10dec634-d69f-4e5c-a2ec-142e6a6ebd13] received connection request\n2025-07-19 10:48:16.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:48:16.130 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][10dec634-d69f-4e5c-a2ec-142e6a6ebd13] socks forwarding established\n2025-07-19 10:48:16.168 [info] [command][f85d58de-a482-4e09-9464-651426d66249] Process exited with code 0\n2025-07-19 10:48:16.169 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][10dec634-d69f-4e5c-a2ec-142e6a6ebd13] socks connection closed\n2025-07-19 10:48:16.169 [info] [command][f85d58de-a482-4e09-9464-651426d66249] Socket close event received\n2025-07-19 10:48:16.195 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50914 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:49:16.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:49:16.174 [info] [command][8696daaf-89e9-4de3-8cc8-2b6250cb4fd4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8696daaf-89e9-4de3-8cc8-2b6250cb4fd4""}\n2025-07-19 10:49:16.175 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][63f25e1f-724c-41f6-8e92-77a697d34a74] received connection request\n2025-07-19 10:49:16.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:49:16.209 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][63f25e1f-724c-41f6-8e92-77a697d34a74] socks forwarding established\n2025-07-19 10:49:16.251 [info] [command][8696daaf-89e9-4de3-8cc8-2b6250cb4fd4] Process exited with code 0\n2025-07-19 10:49:16.252 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][63f25e1f-724c-41f6-8e92-77a697d34a74] socks connection closed\n2025-07-19 10:49:16.252 [info] [command][8696daaf-89e9-4de3-8cc8-2b6250cb4fd4] Socket close event received\n2025-07-19 10:49:16.278 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 50927 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:50:16.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:50:16.259 [info] [command][c68d721f-97b8-4728-8408-df3eeb234131] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c68d721f-97b8-4728-8408-df3eeb234131""}\n2025-07-19 10:50:16.260 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b8f1490d-a603-42a7-aa6e-b761074aeea0] received connection request\n2025-07-19 10:50:16.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:50:16.348 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b8f1490d-a603-42a7-aa6e-b761074aeea0] socks forwarding established\n2025-07-19 10:50:16.502 [info] [command][c68d721f-97b8-4728-8408-df3eeb234131] Process exited with code 0\n2025-07-19 10:50:16.502 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b8f1490d-a603-42a7-aa6e-b761074aeea0] socks connection closed\n2025-07-19 10:50:16.503 [info] [command][c68d721f-97b8-4728-8408-df3eeb234131] Socket close event received\n2025-07-19 10:50:16.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51026 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:51:16.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:51:16.506 [info] [command][da3d092f-2591-4025-b8dc-93b65cf8ce23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""da3d092f-2591-4025-b8dc-93b65cf8ce23""}\n2025-07-19 10:51:16.507 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][cad2020b-7ea5-4042-9d37-03f44b2beebb] received connection request\n2025-07-19 10:51:16.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:51:16.534 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cad2020b-7ea5-4042-9d37-03f44b2beebb] socks forwarding established\n2025-07-19 10:51:16.576 [info] [command][da3d092f-2591-4025-b8dc-93b65cf8ce23] Process exited with code 0\n2025-07-19 10:51:16.577 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cad2020b-7ea5-4042-9d37-03f44b2beebb] socks connection closed\n2025-07-19 10:51:16.577 [info] [command][da3d092f-2591-4025-b8dc-93b65cf8ce23] Socket close event received\n2025-07-19 10:51:16.603 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51113 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:52:16.578 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:52:16.579 [info] [command][02df7b96-67d5-4e3b-a7a6-8ef4ea974fe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""02df7b96-67d5-4e3b-a7a6-8ef4ea974fe3""}\n2025-07-19 10:52:16.579 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ce1ace74-c835-47fa-9e29-9a3365d10e28] received connection request\n2025-07-19 10:52:16.580 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:52:16.606 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ce1ace74-c835-47fa-9e29-9a3365d10e28] socks forwarding established\n2025-07-19 10:52:16.647 [info] [command][02df7b96-67d5-4e3b-a7a6-8ef4ea974fe3] Process exited with code 0\n2025-07-19 10:52:16.647 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ce1ace74-c835-47fa-9e29-9a3365d10e28] socks connection closed\n2025-07-19 10:52:16.647 [info] [command][02df7b96-67d5-4e3b-a7a6-8ef4ea974fe3] Socket close event received\n2025-07-19 10:52:16.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51201 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:53:16.647 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:53:16.649 [info] [command][a6fafc62-bc3d-4539-821e-d818d29826d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a6fafc62-bc3d-4539-821e-d818d29826d7""}\n2025-07-19 10:53:16.650 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3b2c0122-88e5-436e-8653-e9973445352a] received connection request\n2025-07-19 10:53:16.650 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:53:16.688 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3b2c0122-88e5-436e-8653-e9973445352a] socks forwarding established\n2025-07-19 10:53:16.835 [info] [command][a6fafc62-bc3d-4539-821e-d818d29826d7] Process exited with code 0\n2025-07-19 10:53:16.835 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3b2c0122-88e5-436e-8653-e9973445352a] socks connection closed\n2025-07-19 10:53:16.835 [info] [command][a6fafc62-bc3d-4539-821e-d818d29826d7] Socket close event received\n2025-07-19 10:53:16.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51239 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:54:16.839 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:54:16.841 [info] [command][863c37d4-2fa8-42d7-92d6-0e045d5f7fea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""863c37d4-2fa8-42d7-92d6-0e045d5f7fea""}\n2025-07-19 10:54:16.842 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][53acfde1-4750-4bbd-ae62-3f30d86992d7] received connection request\n2025-07-19 10:54:16.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:54:16.873 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][53acfde1-4750-4bbd-ae62-3f30d86992d7] socks forwarding established\n2025-07-19 10:54:16.912 [info] [command][863c37d4-2fa8-42d7-92d6-0e045d5f7fea] Process exited with code 0\n2025-07-19 10:54:16.912 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][53acfde1-4750-4bbd-ae62-3f30d86992d7] socks connection closed\n2025-07-19 10:54:16.912 [info] [command][863c37d4-2fa8-42d7-92d6-0e045d5f7fea] Socket close event received\n2025-07-19 10:54:16.938 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51260 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:55:16.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:55:16.915 [info] [command][fd9a78d2-93c7-498c-8edf-aa2d08a50183] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""fd9a78d2-93c7-498c-8edf-aa2d08a50183""}\n2025-07-19 10:55:16.916 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6817b738-5a0d-4c32-a2ea-73c1a83423a4] received connection request\n2025-07-19 10:55:16.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 10:55:16.917 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:55:16.945 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6817b738-5a0d-4c32-a2ea-73c1a83423a4] socks forwarding established\n2025-07-19 10:55:16.987 [info] [command][fd9a78d2-93c7-498c-8edf-aa2d08a50183] Process exited with code 0\n2025-07-19 10:55:16.988 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6817b738-5a0d-4c32-a2ea-73c1a83423a4] socks connection closed\n2025-07-19 10:55:16.989 [info] [command][fd9a78d2-93c7-498c-8edf-aa2d08a50183] Socket close event received\n2025-07-19 10:55:17.016 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51299 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:56:16.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:56:16.991 [info] [command][14b7d19d-d562-4361-aaff-701bdae7a94d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""14b7d19d-d562-4361-aaff-701bdae7a94d""}\n2025-07-19 10:56:16.992 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][49bdb30a-3657-40b8-918a-3be64744dfbf] received connection request\n2025-07-19 10:56:16.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:56:17.033 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][49bdb30a-3657-40b8-918a-3be64744dfbf] socks forwarding established\n2025-07-19 10:56:17.190 [info] [command][14b7d19d-d562-4361-aaff-701bdae7a94d] Process exited with code 0\n2025-07-19 10:56:17.190 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][49bdb30a-3657-40b8-918a-3be64744dfbf] socks connection closed\n2025-07-19 10:56:17.191 [info] [command][14b7d19d-d562-4361-aaff-701bdae7a94d] Socket close event received\n2025-07-19 10:56:17.221 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51334 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:57:17.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:57:17.197 [info] [command][e89cf3c3-213f-40b7-b73a-5cb954c05adf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e89cf3c3-213f-40b7-b73a-5cb954c05adf""}\n2025-07-19 10:57:17.198 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6e510da8-6742-47d8-bbfe-7ed035129e2a] received connection request\n2025-07-19 10:57:17.198 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:57:17.227 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6e510da8-6742-47d8-bbfe-7ed035129e2a] socks forwarding established\n2025-07-19 10:57:17.268 [info] [command][e89cf3c3-213f-40b7-b73a-5cb954c05adf] Process exited with code 0\n2025-07-19 10:57:17.268 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6e510da8-6742-47d8-bbfe-7ed035129e2a] socks connection closed\n2025-07-19 10:57:17.268 [info] [command][e89cf3c3-213f-40b7-b73a-5cb954c05adf] Socket close event received\n2025-07-19 10:57:17.295 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51364 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:58:17.268 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:58:17.270 [info] [command][a7d8d538-c8b4-42c8-8fdc-fec9119374e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a7d8d538-c8b4-42c8-8fdc-fec9119374e7""}\n2025-07-19 10:58:17.270 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][88c98157-a068-4e97-a21d-872c8afdb4fd] received connection request\n2025-07-19 10:58:17.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:58:17.301 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][88c98157-a068-4e97-a21d-872c8afdb4fd] socks forwarding established\n2025-07-19 10:58:17.341 [info] [command][a7d8d538-c8b4-42c8-8fdc-fec9119374e7] Process exited with code 0\n2025-07-19 10:58:17.341 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][88c98157-a068-4e97-a21d-872c8afdb4fd] socks connection closed\n2025-07-19 10:58:17.341 [info] [command][a7d8d538-c8b4-42c8-8fdc-fec9119374e7] Socket close event received\n2025-07-19 10:58:17.368 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51399 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 10:59:17.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 10:59:17.344 [info] [command][b30d2f10-11db-4c48-b0da-c158252c2641] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b30d2f10-11db-4c48-b0da-c158252c2641""}\n2025-07-19 10:59:17.344 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e333d74e-5526-412b-8eeb-834086bf27fc] received connection request\n2025-07-19 10:59:17.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 10:59:17.454 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e333d74e-5526-412b-8eeb-834086bf27fc] socks forwarding established\n2025-07-19 10:59:17.495 [info] [command][b30d2f10-11db-4c48-b0da-c158252c2641] Process exited with code 0\n2025-07-19 10:59:17.495 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e333d74e-5526-412b-8eeb-834086bf27fc] socks connection closed\n2025-07-19 10:59:17.495 [info] [command][b30d2f10-11db-4c48-b0da-c158252c2641] Socket close event received\n2025-07-19 10:59:17.654 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51416 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:00:17.504 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:00:17.506 [info] [command][34f5fc93-0228-4ebc-a042-855978ef671e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""34f5fc93-0228-4ebc-a042-855978ef671e""}\n2025-07-19 11:00:17.507 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][eb32423c-5159-46ff-afca-5aceb7f1ea23] received connection request\n2025-07-19 11:00:17.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:00:17.539 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][eb32423c-5159-46ff-afca-5aceb7f1ea23] socks forwarding established\n2025-07-19 11:00:17.581 [info] [command][34f5fc93-0228-4ebc-a042-855978ef671e] Process exited with code 0\n2025-07-19 11:00:17.582 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][eb32423c-5159-46ff-afca-5aceb7f1ea23] socks connection closed\n2025-07-19 11:00:17.582 [info] [command][34f5fc93-0228-4ebc-a042-855978ef671e] Socket close event received\n2025-07-19 11:00:17.610 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51450 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:01:17.589 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:01:17.590 [info] [command][3dd17365-c006-4559-9b3a-831a3ebfbd75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3dd17365-c006-4559-9b3a-831a3ebfbd75""}\n2025-07-19 11:01:17.590 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][60868845-af50-4ce7-9304-6a2eb1bbc3b9] received connection request\n2025-07-19 11:01:17.591 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:01:17.619 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][60868845-af50-4ce7-9304-6a2eb1bbc3b9] socks forwarding established\n2025-07-19 11:01:17.660 [info] [command][3dd17365-c006-4559-9b3a-831a3ebfbd75] Process exited with code 0\n2025-07-19 11:01:17.660 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][60868845-af50-4ce7-9304-6a2eb1bbc3b9] socks connection closed\n2025-07-19 11:01:17.660 [info] [command][3dd17365-c006-4559-9b3a-831a3ebfbd75] Socket close event received\n2025-07-19 11:01:17.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51484 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:02:17.665 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:02:17.667 [info] [command][0b5026b5-82fd-4831-a9b8-d91170539d90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0b5026b5-82fd-4831-a9b8-d91170539d90""}\n2025-07-19 11:02:17.667 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ac6b40f3-a572-4fb9-902e-2a08c9ff7710] received connection request\n2025-07-19 11:02:17.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:02:17.776 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ac6b40f3-a572-4fb9-902e-2a08c9ff7710] socks forwarding established\n2025-07-19 11:02:17.869 [info] [command][0b5026b5-82fd-4831-a9b8-d91170539d90] Process exited with code 0\n2025-07-19 11:02:17.869 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ac6b40f3-a572-4fb9-902e-2a08c9ff7710] socks connection closed\n2025-07-19 11:02:17.869 [info] [command][0b5026b5-82fd-4831-a9b8-d91170539d90] Socket close event received\n2025-07-19 11:02:17.896 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51515 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:03:17.873 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:03:17.877 [info] [command][774dc30b-8136-434b-8f54-e1a214b40c58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""774dc30b-8136-434b-8f54-e1a214b40c58""}\n2025-07-19 11:03:17.878 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][32d842b2-e90e-49fc-9e53-55d5d8681da9] received connection request\n2025-07-19 11:03:17.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:03:17.906 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][32d842b2-e90e-49fc-9e53-55d5d8681da9] socks forwarding established\n2025-07-19 11:03:17.947 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][32d842b2-e90e-49fc-9e53-55d5d8681da9] socks connection closed\n2025-07-19 11:03:17.947 [info] [command][774dc30b-8136-434b-8f54-e1a214b40c58] Process exited with code 0\n2025-07-19 11:03:17.947 [info] [command][774dc30b-8136-434b-8f54-e1a214b40c58] Socket close event received\n2025-07-19 11:03:17.972 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51553 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:04:17.958 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:04:17.960 [info] [command][8c38a50f-d957-4a89-8c4f-84da2a4344dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8c38a50f-d957-4a89-8c4f-84da2a4344dc""}\n2025-07-19 11:04:17.961 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6e414e53-81d5-4913-9cfa-a277c2f737a7] received connection request\n2025-07-19 11:04:17.961 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:04:17.992 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6e414e53-81d5-4913-9cfa-a277c2f737a7] socks forwarding established\n2025-07-19 11:04:18.032 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6e414e53-81d5-4913-9cfa-a277c2f737a7] socks connection closed\n2025-07-19 11:04:18.033 [info] [command][8c38a50f-d957-4a89-8c4f-84da2a4344dc] Process exited with code 0\n2025-07-19 11:04:18.033 [info] [command][8c38a50f-d957-4a89-8c4f-84da2a4344dc] Socket close event received\n2025-07-19 11:04:18.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51568 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:05:18.035 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:05:18.037 [info] [command][b491d9b5-469f-4366-aa16-7f349d57f8f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b491d9b5-469f-4366-aa16-7f349d57f8f4""}\n2025-07-19 11:05:18.038 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d621f625-e4ec-47ff-9dd5-8e99d63597f5] received connection request\n2025-07-19 11:05:18.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:05:18.070 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d621f625-e4ec-47ff-9dd5-8e99d63597f5] socks forwarding established\n2025-07-19 11:05:18.113 [info] [command][b491d9b5-469f-4366-aa16-7f349d57f8f4] Process exited with code 0\n2025-07-19 11:05:18.113 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d621f625-e4ec-47ff-9dd5-8e99d63597f5] socks connection closed\n2025-07-19 11:05:18.113 [info] [command][b491d9b5-469f-4366-aa16-7f349d57f8f4] Socket close event received\n2025-07-19 11:05:18.141 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51601 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:06:18.119 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:06:18.121 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][860ab120-b217-497a-b4c3-3d992a8fd212] received connection request\n2025-07-19 11:06:18.121 [info] [command][9f09ba6a-f7f7-476e-8c03-cb7fde43fb59] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""9f09ba6a-f7f7-476e-8c03-cb7fde43fb59""}\n2025-07-19 11:06:18.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:06:18.150 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][860ab120-b217-497a-b4c3-3d992a8fd212] socks forwarding established\n2025-07-19 11:06:18.194 [info] [command][9f09ba6a-f7f7-476e-8c03-cb7fde43fb59] Process exited with code 0\n2025-07-19 11:06:18.194 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][860ab120-b217-497a-b4c3-3d992a8fd212] socks connection closed\n2025-07-19 11:06:18.195 [info] [command][9f09ba6a-f7f7-476e-8c03-cb7fde43fb59] Socket close event received\n2025-07-19 11:06:18.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51637 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:07:18.204 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:07:18.207 [info] [command][97358c0c-dacc-4f26-95b6-e4dbea831efd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""97358c0c-dacc-4f26-95b6-e4dbea831efd""}\n2025-07-19 11:07:18.208 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2ca06665-59a5-4a37-8a10-d5af01aff195] received connection request\n2025-07-19 11:07:18.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:07:18.236 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2ca06665-59a5-4a37-8a10-d5af01aff195] socks forwarding established\n2025-07-19 11:07:18.277 [info] [command][97358c0c-dacc-4f26-95b6-e4dbea831efd] Process exited with code 0\n2025-07-19 11:07:18.278 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2ca06665-59a5-4a37-8a10-d5af01aff195] socks connection closed\n2025-07-19 11:07:18.278 [info] [command][97358c0c-dacc-4f26-95b6-e4dbea831efd] Socket close event received\n2025-07-19 11:07:18.305 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51662 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:08:18.287 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:08:18.290 [info] [command][3645ed41-f257-42b8-87a5-edcab7537752] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3645ed41-f257-42b8-87a5-edcab7537752""}\n2025-07-19 11:08:18.290 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f846f6ce-55f6-4b1e-a951-2e3ac02a3941] received connection request\n2025-07-19 11:08:18.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:08:18.321 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f846f6ce-55f6-4b1e-a951-2e3ac02a3941] socks forwarding established\n2025-07-19 11:08:18.365 [info] [command][3645ed41-f257-42b8-87a5-edcab7537752] Process exited with code 0\n2025-07-19 11:08:18.366 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f846f6ce-55f6-4b1e-a951-2e3ac02a3941] socks connection closed\n2025-07-19 11:08:18.366 [info] [command][3645ed41-f257-42b8-87a5-edcab7537752] Socket close event received\n2025-07-19 11:08:18.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51686 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:09:18.370 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:09:18.373 [info] [command][0c5b7b7a-d2ee-42ee-9e29-6d40db9c3392] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0c5b7b7a-d2ee-42ee-9e29-6d40db9c3392""}\n2025-07-19 11:09:18.373 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d73f2308-ed91-43ad-a89a-61bdd27441ae] received connection request\n2025-07-19 11:09:18.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:09:18.464 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d73f2308-ed91-43ad-a89a-61bdd27441ae] socks forwarding established\n2025-07-19 11:09:18.596 [info] [command][0c5b7b7a-d2ee-42ee-9e29-6d40db9c3392] Process exited with code 0\n2025-07-19 11:09:18.596 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d73f2308-ed91-43ad-a89a-61bdd27441ae] socks connection closed\n2025-07-19 11:09:18.597 [info] [command][0c5b7b7a-d2ee-42ee-9e29-6d40db9c3392] Socket close event received\n2025-07-19 11:09:18.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51718 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:10:18.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:10:18.606 [info] [command][ccc3ca17-fa2f-4c77-8a00-51f80be3366d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ccc3ca17-fa2f-4c77-8a00-51f80be3366d""}\n2025-07-19 11:10:18.606 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][af81502a-df10-4bb1-a398-9a211ea23031] received connection request\n2025-07-19 11:10:18.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:10:18.635 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][af81502a-df10-4bb1-a398-9a211ea23031] socks forwarding established\n2025-07-19 11:10:18.677 [info] [command][ccc3ca17-fa2f-4c77-8a00-51f80be3366d] Process exited with code 0\n2025-07-19 11:10:18.678 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][af81502a-df10-4bb1-a398-9a211ea23031] socks connection closed\n2025-07-19 11:10:18.678 [info] [command][ccc3ca17-fa2f-4c77-8a00-51f80be3366d] Socket close event received\n2025-07-19 11:10:18.705 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51752 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:11:18.687 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:11:18.689 [info] [command][1f86df08-f5bb-4205-8677-ff984209af83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1f86df08-f5bb-4205-8677-ff984209af83""}\n2025-07-19 11:11:18.690 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][4f0ecb3c-a3a9-417d-b9a0-b1222bd8f214] received connection request\n2025-07-19 11:11:18.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:11:18.720 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4f0ecb3c-a3a9-417d-b9a0-b1222bd8f214] socks forwarding established\n2025-07-19 11:11:18.760 [info] [command][1f86df08-f5bb-4205-8677-ff984209af83] Process exited with code 0\n2025-07-19 11:11:18.761 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4f0ecb3c-a3a9-417d-b9a0-b1222bd8f214] socks connection closed\n2025-07-19 11:11:18.761 [info] [command][1f86df08-f5bb-4205-8677-ff984209af83] Socket close event received\n2025-07-19 11:11:18.791 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51791 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:12:18.770 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:12:18.772 [info] [command][4f4e9b2c-4766-4129-8e86-24af6bcb5ff1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""4f4e9b2c-4766-4129-8e86-24af6bcb5ff1""}\n2025-07-19 11:12:18.773 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e8c0d64c-e10b-4c31-b804-f0cd32317616] received connection request\n2025-07-19 11:12:18.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:12:18.829 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e8c0d64c-e10b-4c31-b804-f0cd32317616] socks forwarding established\n2025-07-19 11:12:18.972 [info] [command][4f4e9b2c-4766-4129-8e86-24af6bcb5ff1] Process exited with code 0\n2025-07-19 11:12:18.972 [info] [command][4f4e9b2c-4766-4129-8e86-24af6bcb5ff1] Socket close event received\n2025-07-19 11:12:18.973 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e8c0d64c-e10b-4c31-b804-f0cd32317616] socks connection closed\n2025-07-19 11:12:19.001 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51813 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:13:18.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:13:18.985 [info] [command][89f9a650-1177-4f2b-b55b-859a0140ee81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""89f9a650-1177-4f2b-b55b-859a0140ee81""}\n2025-07-19 11:13:18.986 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][47d76b77-24b2-4bde-aa16-6b34b9f85018] received connection request\n2025-07-19 11:13:18.986 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:13:19.015 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][47d76b77-24b2-4bde-aa16-6b34b9f85018] socks forwarding established\n2025-07-19 11:13:19.053 [info] [command][89f9a650-1177-4f2b-b55b-859a0140ee81] Process exited with code 0\n2025-07-19 11:13:19.054 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][47d76b77-24b2-4bde-aa16-6b34b9f85018] socks connection closed\n2025-07-19 11:13:19.054 [info] [command][89f9a650-1177-4f2b-b55b-859a0140ee81] Socket close event received\n2025-07-19 11:13:19.081 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51838 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:14:19.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:14:19.066 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][0493aba5-b37e-491f-9bf2-e5d1b5d7ee2a] received connection request\n2025-07-19 11:14:19.066 [info] [command][c154f4bf-e116-40f2-8222-1a4f4b59bafe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c154f4bf-e116-40f2-8222-1a4f4b59bafe""}\n2025-07-19 11:14:19.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:14:19.097 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0493aba5-b37e-491f-9bf2-e5d1b5d7ee2a] socks forwarding established\n2025-07-19 11:14:19.141 [info] [command][c154f4bf-e116-40f2-8222-1a4f4b59bafe] Process exited with code 0\n2025-07-19 11:14:19.141 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0493aba5-b37e-491f-9bf2-e5d1b5d7ee2a] socks connection closed\n2025-07-19 11:14:19.142 [info] [command][c154f4bf-e116-40f2-8222-1a4f4b59bafe] Socket close event received\n2025-07-19 11:14:19.168 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51873 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:15:19.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:15:19.152 [info] [command][c582c394-4ff1-4e79-9a2a-d1c5f0d5b256] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c582c394-4ff1-4e79-9a2a-d1c5f0d5b256""}\n2025-07-19 11:15:19.153 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3114320d-96dc-4811-8386-04751f067487] received connection request\n2025-07-19 11:15:19.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:15:19.184 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3114320d-96dc-4811-8386-04751f067487] socks forwarding established\n2025-07-19 11:15:19.224 [info] [command][c582c394-4ff1-4e79-9a2a-d1c5f0d5b256] Process exited with code 0\n2025-07-19 11:15:19.224 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3114320d-96dc-4811-8386-04751f067487] socks connection closed\n2025-07-19 11:15:19.224 [info] [command][c582c394-4ff1-4e79-9a2a-d1c5f0d5b256] Socket close event received\n2025-07-19 11:15:19.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51907 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:16:19.225 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:16:19.227 [info] [command][7490ece9-0687-4c7b-b866-6158266ffd2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""7490ece9-0687-4c7b-b866-6158266ffd2d""}\n2025-07-19 11:16:19.227 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8b3f80d8-01ef-472b-a2b4-30786223e780] received connection request\n2025-07-19 11:16:19.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:16:19.256 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8b3f80d8-01ef-472b-a2b4-30786223e780] socks forwarding established\n2025-07-19 11:16:19.300 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8b3f80d8-01ef-472b-a2b4-30786223e780] socks connection closed\n2025-07-19 11:16:19.301 [info] [command][7490ece9-0687-4c7b-b866-6158266ffd2d] Process exited with code 0\n2025-07-19 11:16:19.301 [info] [command][7490ece9-0687-4c7b-b866-6158266ffd2d] Socket close event received\n2025-07-19 11:16:19.328 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51939 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:17:19.301 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:17:19.304 [info] [command][4e903304-ae70-499c-9205-2af565468473] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""4e903304-ae70-499c-9205-2af565468473""}\n2025-07-19 11:17:19.304 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1f521388-adfe-4ce8-a578-35d012d1cf3e] received connection request\n2025-07-19 11:17:19.305 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:17:19.334 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1f521388-adfe-4ce8-a578-35d012d1cf3e] socks forwarding established\n2025-07-19 11:17:19.375 [info] [command][4e903304-ae70-499c-9205-2af565468473] Process exited with code 0\n2025-07-19 11:17:19.376 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1f521388-adfe-4ce8-a578-35d012d1cf3e] socks connection closed\n2025-07-19 11:17:19.376 [info] [command][4e903304-ae70-499c-9205-2af565468473] Socket close event received\n2025-07-19 11:17:19.405 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51961 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:18:19.379 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:18:19.381 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3a7b584a-7567-4858-b389-d4c30d4b15f8] received connection request\n2025-07-19 11:18:19.381 [info] [command][54070d52-6c5b-4e77-82d2-c4f9ab7025b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""54070d52-6c5b-4e77-82d2-c4f9ab7025b8""}\n2025-07-19 11:18:19.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:18:19.410 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3a7b584a-7567-4858-b389-d4c30d4b15f8] socks forwarding established\n2025-07-19 11:18:19.451 [info] [command][54070d52-6c5b-4e77-82d2-c4f9ab7025b8] Process exited with code 0\n2025-07-19 11:18:19.452 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3a7b584a-7567-4858-b389-d4c30d4b15f8] socks connection closed\n2025-07-19 11:18:19.452 [info] [command][54070d52-6c5b-4e77-82d2-c4f9ab7025b8] Socket close event received\n2025-07-19 11:18:19.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 51980 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:19:19.454 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:19:19.456 [info] [command][8e953d21-2d85-4e04-aa94-de9a515c224b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8e953d21-2d85-4e04-aa94-de9a515c224b""}\n2025-07-19 11:19:19.457 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2cbd4ec0-1670-4966-aaef-bb0e20638027] received connection request\n2025-07-19 11:19:19.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:19:19.618 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2cbd4ec0-1670-4966-aaef-bb0e20638027] socks forwarding established\n2025-07-19 11:19:19.691 [info] [command][8e953d21-2d85-4e04-aa94-de9a515c224b] Process exited with code 0\n2025-07-19 11:19:19.691 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2cbd4ec0-1670-4966-aaef-bb0e20638027] socks connection closed\n2025-07-19 11:19:19.691 [info] [command][8e953d21-2d85-4e04-aa94-de9a515c224b] Socket close event received\n2025-07-19 11:19:19.798 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52011 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:20:19.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:20:19.693 [info] [command][0f2fd1b3-2508-4e2e-9455-248fadf7a98a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0f2fd1b3-2508-4e2e-9455-248fadf7a98a""}\n2025-07-19 11:20:19.694 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][4aac7b8b-cbb0-4215-baa4-8a502b369685] received connection request\n2025-07-19 11:20:19.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:20:19.723 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4aac7b8b-cbb0-4215-baa4-8a502b369685] socks forwarding established\n2025-07-19 11:20:19.765 [info] [command][0f2fd1b3-2508-4e2e-9455-248fadf7a98a] Process exited with code 0\n2025-07-19 11:20:19.765 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][4aac7b8b-cbb0-4215-baa4-8a502b369685] socks connection closed\n2025-07-19 11:20:19.765 [info] [command][0f2fd1b3-2508-4e2e-9455-248fadf7a98a] Socket close event received\n2025-07-19 11:20:19.794 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52050 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:21:19.770 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:21:19.771 [info] [command][a5ab967f-0931-4dbe-934e-b856e40aee5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a5ab967f-0931-4dbe-934e-b856e40aee5d""}\n2025-07-19 11:21:19.772 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][94eb7335-f15f-4ab6-ac23-e831fd357f2e] received connection request\n2025-07-19 11:21:19.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:21:19.806 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][94eb7335-f15f-4ab6-ac23-e831fd357f2e] socks forwarding established\n2025-07-19 11:21:19.850 [info] [command][a5ab967f-0931-4dbe-934e-b856e40aee5d] Process exited with code 0\n2025-07-19 11:21:19.850 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][94eb7335-f15f-4ab6-ac23-e831fd357f2e] socks connection closed\n2025-07-19 11:21:19.851 [info] [command][a5ab967f-0931-4dbe-934e-b856e40aee5d] Socket close event received\n2025-07-19 11:21:19.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52096 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:22:19.860 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:22:19.863 [info] [command][a91a6959-8bad-4401-8259-ef4599e5323a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a91a6959-8bad-4401-8259-ef4599e5323a""}\n2025-07-19 11:22:19.864 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6c4fe360-72c9-49c9-b605-20a44248ccaf] received connection request\n2025-07-19 11:22:19.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:22:19.979 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6c4fe360-72c9-49c9-b605-20a44248ccaf] socks forwarding established\n2025-07-19 11:22:20.230 [info] [command][a91a6959-8bad-4401-8259-ef4599e5323a] Process exited with code 0\n2025-07-19 11:22:20.231 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6c4fe360-72c9-49c9-b605-20a44248ccaf] socks connection closed\n2025-07-19 11:22:20.231 [info] [command][a91a6959-8bad-4401-8259-ef4599e5323a] Socket close event received\n2025-07-19 11:22:20.258 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52119 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:23:20.234 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:23:20.236 [info] [command][e81920ef-433b-43a3-8582-7ac08ef2a233] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e81920ef-433b-43a3-8582-7ac08ef2a233""}\n2025-07-19 11:23:20.237 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e3296cc5-ea00-4066-bd84-1dffd9044018] received connection request\n2025-07-19 11:23:20.238 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:23:20.265 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e3296cc5-ea00-4066-bd84-1dffd9044018] socks forwarding established\n2025-07-19 11:23:20.308 [info] [command][e81920ef-433b-43a3-8582-7ac08ef2a233] Process exited with code 0\n2025-07-19 11:23:20.308 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e3296cc5-ea00-4066-bd84-1dffd9044018] socks connection closed\n2025-07-19 11:23:20.308 [info] [command][e81920ef-433b-43a3-8582-7ac08ef2a233] Socket close event received\n2025-07-19 11:23:20.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52182 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:24:20.313 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:24:20.315 [info] [command][d32811d8-67d8-405b-84c0-9a9caea57ef1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d32811d8-67d8-405b-84c0-9a9caea57ef1""}\n2025-07-19 11:24:20.315 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bfdc272a-5e16-4cc1-9ab1-ee7abb51723f] received connection request\n2025-07-19 11:24:20.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:24:20.345 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bfdc272a-5e16-4cc1-9ab1-ee7abb51723f] socks forwarding established\n2025-07-19 11:24:20.387 [info] [command][d32811d8-67d8-405b-84c0-9a9caea57ef1] Process exited with code 0\n2025-07-19 11:24:20.387 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bfdc272a-5e16-4cc1-9ab1-ee7abb51723f] socks connection closed\n2025-07-19 11:24:20.387 [info] [command][d32811d8-67d8-405b-84c0-9a9caea57ef1] Socket close event received\n2025-07-19 11:24:20.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52213 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:25:20.390 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:25:20.392 [info] [command][39789ba1-945c-4929-a463-5aa38b79d049] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""39789ba1-945c-4929-a463-5aa38b79d049""}\n2025-07-19 11:25:20.392 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d0604c20-a47a-41ce-b7d8-f5eb10931092] received connection request\n2025-07-19 11:25:20.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:25:20.422 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d0604c20-a47a-41ce-b7d8-f5eb10931092] socks forwarding established\n2025-07-19 11:25:20.469 [info] [command][39789ba1-945c-4929-a463-5aa38b79d049] Process exited with code 0\n2025-07-19 11:25:20.469 [info] [command][39789ba1-945c-4929-a463-5aa38b79d049] Socket close event received\n2025-07-19 11:25:20.469 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d0604c20-a47a-41ce-b7d8-f5eb10931092] socks connection closed\n2025-07-19 11:25:20.513 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52262 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:26:20.474 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:26:20.477 [info] [command][b64c4616-5239-4920-9030-8b9852923e41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b64c4616-5239-4920-9030-8b9852923e41""}\n2025-07-19 11:26:20.477 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a2096656-0f29-42e5-a713-46bce6adba43] received connection request\n2025-07-19 11:26:20.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:26:20.505 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a2096656-0f29-42e5-a713-46bce6adba43] socks forwarding established\n2025-07-19 11:26:20.545 [info] [command][b64c4616-5239-4920-9030-8b9852923e41] Process exited with code 0\n2025-07-19 11:26:20.545 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a2096656-0f29-42e5-a713-46bce6adba43] socks connection closed\n2025-07-19 11:26:20.545 [info] [command][b64c4616-5239-4920-9030-8b9852923e41] Socket close event received\n2025-07-19 11:26:20.571 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52297 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:27:20.545 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:27:20.545 [info] [command][597cbc76-9372-4931-8daf-e003eb3580da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""597cbc76-9372-4931-8daf-e003eb3580da""}\n2025-07-19 11:27:20.546 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f291ffb7-5ab3-48ce-8036-e27e49e81f68] received connection request\n2025-07-19 11:27:20.546 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 11:27:20.546 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:27:20.573 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f291ffb7-5ab3-48ce-8036-e27e49e81f68] socks forwarding established\n2025-07-19 11:27:20.613 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f291ffb7-5ab3-48ce-8036-e27e49e81f68] socks connection closed\n2025-07-19 11:27:20.613 [info] [command][597cbc76-9372-4931-8daf-e003eb3580da] Process exited with code 0\n2025-07-19 11:27:20.614 [info] [command][597cbc76-9372-4931-8daf-e003eb3580da] Socket close event received\n2025-07-19 11:27:20.640 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52339 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:28:20.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:28:20.619 [info] [command][c108c893-fbbf-40c0-9136-ae153aa29456] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c108c893-fbbf-40c0-9136-ae153aa29456""}\n2025-07-19 11:28:20.619 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6be53603-4096-42dc-8d27-a8c803140480] received connection request\n2025-07-19 11:28:20.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:28:20.651 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6be53603-4096-42dc-8d27-a8c803140480] socks forwarding established\n2025-07-19 11:28:20.690 [info] [command][c108c893-fbbf-40c0-9136-ae153aa29456] Process exited with code 0\n2025-07-19 11:28:20.691 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6be53603-4096-42dc-8d27-a8c803140480] socks connection closed\n2025-07-19 11:28:20.691 [info] [command][c108c893-fbbf-40c0-9136-ae153aa29456] Socket close event received\n2025-07-19 11:28:20.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52382 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:29:20.694 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:29:20.696 [info] [command][cdf19b2a-94d2-4b16-8219-d6e4197b23ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""cdf19b2a-94d2-4b16-8219-d6e4197b23ca""}\n2025-07-19 11:29:20.697 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][dbf0f545-047e-4f79-a67a-12f21e3fab58] received connection request\n2025-07-19 11:29:20.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:29:20.726 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dbf0f545-047e-4f79-a67a-12f21e3fab58] socks forwarding established\n2025-07-19 11:29:20.764 [info] [command][cdf19b2a-94d2-4b16-8219-d6e4197b23ca] Process exited with code 0\n2025-07-19 11:29:20.765 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dbf0f545-047e-4f79-a67a-12f21e3fab58] socks connection closed\n2025-07-19 11:29:20.765 [info] [command][cdf19b2a-94d2-4b16-8219-d6e4197b23ca] Socket close event received\n2025-07-19 11:29:20.791 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52408 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:30:20.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:30:20.772 [info] [command][079f1864-e38f-495c-8a2b-95f9d97eec38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""079f1864-e38f-495c-8a2b-95f9d97eec38""}\n2025-07-19 11:30:20.772 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][37ece984-7649-4922-b84a-b3638e969e94] received connection request\n2025-07-19 11:30:20.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:30:20.802 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][37ece984-7649-4922-b84a-b3638e969e94] socks forwarding established\n2025-07-19 11:30:20.842 [info] [command][079f1864-e38f-495c-8a2b-95f9d97eec38] Process exited with code 0\n2025-07-19 11:30:20.842 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][37ece984-7649-4922-b84a-b3638e969e94] socks connection closed\n2025-07-19 11:30:20.842 [info] [command][079f1864-e38f-495c-8a2b-95f9d97eec38] Socket close event received\n2025-07-19 11:30:20.878 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52466 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:31:20.846 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:31:20.848 [info] [command][8d8807bd-2d33-4a78-a376-cc2fa0df5dac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8d8807bd-2d33-4a78-a376-cc2fa0df5dac""}\n2025-07-19 11:31:20.849 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6955119b-39e9-4ba3-a45c-0f0989c951e7] received connection request\n2025-07-19 11:31:20.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:31:20.885 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6955119b-39e9-4ba3-a45c-0f0989c951e7] socks forwarding established\n2025-07-19 11:31:20.926 [info] [command][8d8807bd-2d33-4a78-a376-cc2fa0df5dac] Process exited with code 0\n2025-07-19 11:31:20.926 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6955119b-39e9-4ba3-a45c-0f0989c951e7] socks connection closed\n2025-07-19 11:31:20.926 [info] [command][8d8807bd-2d33-4a78-a376-cc2fa0df5dac] Socket close event received\n2025-07-19 11:31:20.953 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52504 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:32:20.927 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:32:20.930 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f261cf58-65f8-4f26-b4ab-a4d570d19634] received connection request\n2025-07-19 11:32:20.930 [info] [command][03fee56a-f166-49c6-a5b5-c893b8437e25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""03fee56a-f166-49c6-a5b5-c893b8437e25""}\n2025-07-19 11:32:20.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:32:21.018 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f261cf58-65f8-4f26-b4ab-a4d570d19634] socks forwarding established\n2025-07-19 11:32:21.090 [info] [command][03fee56a-f166-49c6-a5b5-c893b8437e25] Process exited with code 0\n2025-07-19 11:32:21.090 [info] [command][03fee56a-f166-49c6-a5b5-c893b8437e25] Socket close event received\n2025-07-19 11:32:21.090 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f261cf58-65f8-4f26-b4ab-a4d570d19634] socks connection closed\n2025-07-19 11:32:21.162 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52542 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:33:21.093 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:33:21.095 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][161a1833-4cf7-4dca-902d-0a6ade9df5bb] received connection request\n2025-07-19 11:33:21.096 [info] [command][ccb312c4-f1aa-421d-8b2e-ad678950bd2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ccb312c4-f1aa-421d-8b2e-ad678950bd2d""}\n2025-07-19 11:33:21.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:33:21.123 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][161a1833-4cf7-4dca-902d-0a6ade9df5bb] socks forwarding established\n2025-07-19 11:33:21.164 [info] [command][ccb312c4-f1aa-421d-8b2e-ad678950bd2d] Process exited with code 0\n2025-07-19 11:33:21.164 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][161a1833-4cf7-4dca-902d-0a6ade9df5bb] socks connection closed\n2025-07-19 11:33:21.164 [info] [command][ccb312c4-f1aa-421d-8b2e-ad678950bd2d] Socket close event received\n2025-07-19 11:33:21.191 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52584 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:34:21.169 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:34:21.171 [info] [command][ea5332b6-efe1-4468-94b8-42c4dd429693] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ea5332b6-efe1-4468-94b8-42c4dd429693""}\n2025-07-19 11:34:21.172 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][71056433-6eed-45c9-a3db-5e68e04fd6aa] received connection request\n2025-07-19 11:34:21.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:34:21.200 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][71056433-6eed-45c9-a3db-5e68e04fd6aa] socks forwarding established\n2025-07-19 11:34:21.243 [info] [command][ea5332b6-efe1-4468-94b8-42c4dd429693] Process exited with code 0\n2025-07-19 11:34:21.244 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][71056433-6eed-45c9-a3db-5e68e04fd6aa] socks connection closed\n2025-07-19 11:34:21.244 [info] [command][ea5332b6-efe1-4468-94b8-42c4dd429693] Socket close event received\n2025-07-19 11:34:21.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52613 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:35:21.244 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:35:21.246 [info] [command][e8d4a9eb-8fb8-4eb7-b471-38d549ac8bc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e8d4a9eb-8fb8-4eb7-b471-38d549ac8bc5""}\n2025-07-19 11:35:21.247 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bdf8b104-d3fb-4483-997e-c2a622267aaf] received connection request\n2025-07-19 11:35:21.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:35:21.279 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bdf8b104-d3fb-4483-997e-c2a622267aaf] socks forwarding established\n2025-07-19 11:35:21.431 [info] [command][e8d4a9eb-8fb8-4eb7-b471-38d549ac8bc5] Process exited with code 0\n2025-07-19 11:35:21.431 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bdf8b104-d3fb-4483-997e-c2a622267aaf] socks connection closed\n2025-07-19 11:35:21.431 [info] [command][e8d4a9eb-8fb8-4eb7-b471-38d549ac8bc5] Socket close event received\n2025-07-19 11:35:21.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52652 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:36:21.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:36:21.438 [info] [command][6b1e975d-7416-4691-a0e2-ac32be525075] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6b1e975d-7416-4691-a0e2-ac32be525075""}\n2025-07-19 11:36:21.438 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7d4a4185-1e19-44b2-bc4c-2cdaeaf29270] received connection request\n2025-07-19 11:36:21.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:36:21.469 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7d4a4185-1e19-44b2-bc4c-2cdaeaf29270] socks forwarding established\n2025-07-19 11:36:21.510 [info] [command][6b1e975d-7416-4691-a0e2-ac32be525075] Process exited with code 0\n2025-07-19 11:36:21.511 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7d4a4185-1e19-44b2-bc4c-2cdaeaf29270] socks connection closed\n2025-07-19 11:36:21.511 [info] [command][6b1e975d-7416-4691-a0e2-ac32be525075] Socket close event received\n2025-07-19 11:36:21.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52694 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:37:21.513 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:37:21.515 [info] [command][d50c4600-b4d1-4794-9502-f1a50fc127a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d50c4600-b4d1-4794-9502-f1a50fc127a9""}\n2025-07-19 11:37:21.516 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a1498f88-d394-4c88-8b38-2b71f086c69a] received connection request\n2025-07-19 11:37:21.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:37:21.547 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a1498f88-d394-4c88-8b38-2b71f086c69a] socks forwarding established\n2025-07-19 11:37:21.588 [info] [command][d50c4600-b4d1-4794-9502-f1a50fc127a9] Process exited with code 0\n2025-07-19 11:37:21.588 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a1498f88-d394-4c88-8b38-2b71f086c69a] socks connection closed\n2025-07-19 11:37:21.588 [info] [command][d50c4600-b4d1-4794-9502-f1a50fc127a9] Socket close event received\n2025-07-19 11:37:21.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52719 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:38:21.589 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:38:21.591 [info] [command][3fa4015d-d8e2-4224-b6d3-ca76a7598d1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3fa4015d-d8e2-4224-b6d3-ca76a7598d1c""}\n2025-07-19 11:38:21.591 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][cf01bc26-0e5a-4f09-ae86-a86a7b0afa24] received connection request\n2025-07-19 11:38:21.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:38:21.659 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cf01bc26-0e5a-4f09-ae86-a86a7b0afa24] socks forwarding established\n2025-07-19 11:38:21.813 [info] [command][3fa4015d-d8e2-4224-b6d3-ca76a7598d1c] Process exited with code 0\n2025-07-19 11:38:21.813 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cf01bc26-0e5a-4f09-ae86-a86a7b0afa24] socks connection closed\n2025-07-19 11:38:21.813 [info] [command][3fa4015d-d8e2-4224-b6d3-ca76a7598d1c] Socket close event received\n2025-07-19 11:38:21.842 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52754 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:39:21.816 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:39:21.817 [info] [command][e1e6cb16-687b-4f78-a8bb-5e91617b652b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e1e6cb16-687b-4f78-a8bb-5e91617b652b""}\n2025-07-19 11:39:21.817 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9ae6f16e-8705-4520-bddb-37bc48732c9c] received connection request\n2025-07-19 11:39:21.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:39:21.846 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9ae6f16e-8705-4520-bddb-37bc48732c9c] socks forwarding established\n2025-07-19 11:39:21.880 [info] [command][e1e6cb16-687b-4f78-a8bb-5e91617b652b] Process exited with code 0\n2025-07-19 11:39:21.880 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9ae6f16e-8705-4520-bddb-37bc48732c9c] socks connection closed\n2025-07-19 11:39:21.881 [info] [command][e1e6cb16-687b-4f78-a8bb-5e91617b652b] Socket close event received\n2025-07-19 11:39:21.907 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52779 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:40:21.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:40:21.882 [info] [command][9e23a249-5221-494a-bfc7-ddbdad6b6323] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""9e23a249-5221-494a-bfc7-ddbdad6b6323""}\n2025-07-19 11:40:21.882 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d6840870-7ddd-4a88-a36f-53ac6993eb35] received connection request\n2025-07-19 11:40:21.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:40:21.910 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d6840870-7ddd-4a88-a36f-53ac6993eb35] socks forwarding established\n2025-07-19 11:40:21.951 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d6840870-7ddd-4a88-a36f-53ac6993eb35] socks connection closed\n2025-07-19 11:40:21.951 [info] [command][9e23a249-5221-494a-bfc7-ddbdad6b6323] Process exited with code 0\n2025-07-19 11:40:21.951 [info] [command][9e23a249-5221-494a-bfc7-ddbdad6b6323] Socket close event received\n2025-07-19 11:40:21.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52836 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:41:21.955 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:41:21.958 [info] [command][c8f9dad0-2883-4008-9070-e35c71309bd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c8f9dad0-2883-4008-9070-e35c71309bd1""}\n2025-07-19 11:41:21.958 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][efc5b24d-0455-444a-b316-2272472475c6] received connection request\n2025-07-19 11:41:21.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:41:22.013 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][efc5b24d-0455-444a-b316-2272472475c6] socks forwarding established\n2025-07-19 11:41:22.164 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][efc5b24d-0455-444a-b316-2272472475c6] socks connection closed\n2025-07-19 11:41:22.164 [info] [command][c8f9dad0-2883-4008-9070-e35c71309bd1] Process exited with code 0\n2025-07-19 11:41:22.164 [info] [command][c8f9dad0-2883-4008-9070-e35c71309bd1] Socket close event received\n2025-07-19 11:41:22.193 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52870 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:42:22.169 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:42:22.171 [info] [command][e614f9e4-df6a-42c7-a727-7847437792db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e614f9e4-df6a-42c7-a727-7847437792db""}\n2025-07-19 11:42:22.171 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2d9d906d-ff42-4f42-a54e-6e8ce3505427] received connection request\n2025-07-19 11:42:22.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:42:22.202 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d9d906d-ff42-4f42-a54e-6e8ce3505427] socks forwarding established\n2025-07-19 11:42:22.245 [info] [command][e614f9e4-df6a-42c7-a727-7847437792db] Process exited with code 0\n2025-07-19 11:42:22.246 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d9d906d-ff42-4f42-a54e-6e8ce3505427] socks connection closed\n2025-07-19 11:42:22.246 [info] [command][e614f9e4-df6a-42c7-a727-7847437792db] Socket close event received\n2025-07-19 11:42:22.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52894 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:43:22.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:43:22.253 [info] [command][13c0fc95-02cf-45d6-81e1-cc617ff6cc87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""13c0fc95-02cf-45d6-81e1-cc617ff6cc87""}\n2025-07-19 11:43:22.254 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][c69c97c7-6453-44b8-ab04-39e61353b836] received connection request\n2025-07-19 11:43:22.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:43:22.282 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c69c97c7-6453-44b8-ab04-39e61353b836] socks forwarding established\n2025-07-19 11:43:22.322 [info] [command][13c0fc95-02cf-45d6-81e1-cc617ff6cc87] Process exited with code 0\n2025-07-19 11:43:22.322 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c69c97c7-6453-44b8-ab04-39e61353b836] socks connection closed\n2025-07-19 11:43:22.322 [info] [command][13c0fc95-02cf-45d6-81e1-cc617ff6cc87] Socket close event received\n2025-07-19 11:43:22.350 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 52995 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:44:22.323 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:44:22.324 [info] [command][6f337b7f-c215-4edb-9b08-459c28da4c40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6f337b7f-c215-4edb-9b08-459c28da4c40""}\n2025-07-19 11:44:22.324 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2d177ec4-4099-4765-9897-2a269c0b3fbd] received connection request\n2025-07-19 11:44:22.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:44:22.359 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d177ec4-4099-4765-9897-2a269c0b3fbd] socks forwarding established\n2025-07-19 11:44:22.512 [info] [command][6f337b7f-c215-4edb-9b08-459c28da4c40] Process exited with code 0\n2025-07-19 11:44:22.513 [info] [command][6f337b7f-c215-4edb-9b08-459c28da4c40] Socket close event received\n2025-07-19 11:44:22.513 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d177ec4-4099-4765-9897-2a269c0b3fbd] socks connection closed\n2025-07-19 11:44:22.541 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53017 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:45:22.518 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:45:22.520 [info] [command][1be05c95-fd84-4d34-9170-f654f520430e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1be05c95-fd84-4d34-9170-f654f520430e""}\n2025-07-19 11:45:22.520 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8b9377f3-3187-427d-b708-982b2bb6c166] received connection request\n2025-07-19 11:45:22.520 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:45:22.551 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8b9377f3-3187-427d-b708-982b2bb6c166] socks forwarding established\n2025-07-19 11:45:22.594 [info] [command][1be05c95-fd84-4d34-9170-f654f520430e] Process exited with code 0\n2025-07-19 11:45:22.595 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8b9377f3-3187-427d-b708-982b2bb6c166] socks connection closed\n2025-07-19 11:45:22.595 [info] [command][1be05c95-fd84-4d34-9170-f654f520430e] Socket close event received\n2025-07-19 11:45:22.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53064 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:46:22.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:46:22.597 [info] [command][0f37703b-6c0b-4b66-9da1-08c8c3fa644f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0f37703b-6c0b-4b66-9da1-08c8c3fa644f""}\n2025-07-19 11:46:22.597 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][c64df7d3-27ae-4a9a-9c4b-a28fd9900a32] received connection request\n2025-07-19 11:46:22.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:46:22.631 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c64df7d3-27ae-4a9a-9c4b-a28fd9900a32] socks forwarding established\n2025-07-19 11:46:22.670 [info] [command][0f37703b-6c0b-4b66-9da1-08c8c3fa644f] Process exited with code 0\n2025-07-19 11:46:22.671 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c64df7d3-27ae-4a9a-9c4b-a28fd9900a32] socks connection closed\n2025-07-19 11:46:22.671 [info] [command][0f37703b-6c0b-4b66-9da1-08c8c3fa644f] Socket close event received\n2025-07-19 11:46:22.697 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53119 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:47:22.673 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:47:22.676 [info] [command][8dc2d8c7-f1b0-4b55-86d1-fcdbd1db1ed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8dc2d8c7-f1b0-4b55-86d1-fcdbd1db1ed7""}\n2025-07-19 11:47:22.676 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f0c10a83-5886-4e3b-b9fa-e5716e574794] received connection request\n2025-07-19 11:47:22.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:47:22.704 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f0c10a83-5886-4e3b-b9fa-e5716e574794] socks forwarding established\n2025-07-19 11:47:22.876 [info] [command][8dc2d8c7-f1b0-4b55-86d1-fcdbd1db1ed7] Process exited with code 0\n2025-07-19 11:47:22.876 [info] [command][8dc2d8c7-f1b0-4b55-86d1-fcdbd1db1ed7] Socket close event received\n2025-07-19 11:47:22.876 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f0c10a83-5886-4e3b-b9fa-e5716e574794] socks connection closed\n2025-07-19 11:47:23.017 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53149 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:48:22.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:48:22.882 [info] [command][f6cd98b8-5568-41ca-bd27-54987f2f9bfd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f6cd98b8-5568-41ca-bd27-54987f2f9bfd""}\n2025-07-19 11:48:22.882 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5943bb14-2461-4b96-96e2-3f227b25d802] received connection request\n2025-07-19 11:48:22.882 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:48:22.912 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5943bb14-2461-4b96-96e2-3f227b25d802] socks forwarding established\n2025-07-19 11:48:22.953 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5943bb14-2461-4b96-96e2-3f227b25d802] socks connection closed\n2025-07-19 11:48:22.953 [info] [command][f6cd98b8-5568-41ca-bd27-54987f2f9bfd] Process exited with code 0\n2025-07-19 11:48:22.953 [info] [command][f6cd98b8-5568-41ca-bd27-54987f2f9bfd] Socket close event received\n2025-07-19 11:48:22.982 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53183 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:49:22.955 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:49:22.958 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a25eecf4-07b2-4423-b05c-2134d49f0b86] received connection request\n2025-07-19 11:49:22.958 [info] [command][a850d1f8-fb9a-451f-bced-632a4080946d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a850d1f8-fb9a-451f-bced-632a4080946d""}\n2025-07-19 11:49:22.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:49:22.986 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a25eecf4-07b2-4423-b05c-2134d49f0b86] socks forwarding established\n2025-07-19 11:49:23.030 [info] [command][a850d1f8-fb9a-451f-bced-632a4080946d] Process exited with code 0\n2025-07-19 11:49:23.031 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a25eecf4-07b2-4423-b05c-2134d49f0b86] socks connection closed\n2025-07-19 11:49:23.031 [info] [command][a850d1f8-fb9a-451f-bced-632a4080946d] Socket close event received\n2025-07-19 11:49:23.057 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53213 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:50:23.036 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:50:23.038 [info] [command][07fc7ed7-1aab-4ff5-87e0-cf958e1a0721] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""07fc7ed7-1aab-4ff5-87e0-cf958e1a0721""}\n2025-07-19 11:50:23.038 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b2af15a3-a90f-4189-a5c4-f5228698941d] received connection request\n2025-07-19 11:50:23.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:50:23.183 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b2af15a3-a90f-4189-a5c4-f5228698941d] socks forwarding established\n2025-07-19 11:50:23.308 [info] [command][07fc7ed7-1aab-4ff5-87e0-cf958e1a0721] Process exited with code 0\n2025-07-19 11:50:23.309 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b2af15a3-a90f-4189-a5c4-f5228698941d] socks connection closed\n2025-07-19 11:50:23.309 [info] [command][07fc7ed7-1aab-4ff5-87e0-cf958e1a0721] Socket close event received\n2025-07-19 11:50:23.422 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53251 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:51:23.313 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:51:23.316 [info] [command][2695afbf-4fcd-4a35-8d71-98bf5b8d179d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""2695afbf-4fcd-4a35-8d71-98bf5b8d179d""}\n2025-07-19 11:51:23.316 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f248921f-3cb6-41f8-8c04-b7648379c68f] received connection request\n2025-07-19 11:51:23.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:51:23.345 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f248921f-3cb6-41f8-8c04-b7648379c68f] socks forwarding established\n2025-07-19 11:51:23.390 [info] [command][2695afbf-4fcd-4a35-8d71-98bf5b8d179d] Process exited with code 0\n2025-07-19 11:51:23.390 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f248921f-3cb6-41f8-8c04-b7648379c68f] socks connection closed\n2025-07-19 11:51:23.390 [info] [command][2695afbf-4fcd-4a35-8d71-98bf5b8d179d] Socket close event received\n2025-07-19 11:51:23.416 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53290 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:52:23.391 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:52:23.394 [info] [command][32da92ba-e31b-476c-adc1-b85bb247a5e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""32da92ba-e31b-476c-adc1-b85bb247a5e0""}\n2025-07-19 11:52:23.395 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][de7b7c86-6d8e-4f78-9ff3-db76a5a54443] received connection request\n2025-07-19 11:52:23.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 11:52:23.395 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:52:23.423 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][de7b7c86-6d8e-4f78-9ff3-db76a5a54443] socks forwarding established\n2025-07-19 11:52:23.464 [info] [command][32da92ba-e31b-476c-adc1-b85bb247a5e0] Process exited with code 0\n2025-07-19 11:52:23.464 [info] [command][32da92ba-e31b-476c-adc1-b85bb247a5e0] Socket close event received\n2025-07-19 11:52:23.465 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][de7b7c86-6d8e-4f78-9ff3-db76a5a54443] socks connection closed\n2025-07-19 11:52:23.493 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53314 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:53:23.465 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:53:23.466 [info] [command][d73cdcde-f627-483c-a1c3-bdc420ba1031] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d73cdcde-f627-483c-a1c3-bdc420ba1031""}\n2025-07-19 11:53:23.466 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7da7d9b8-85bb-46e0-891e-0d73bf1098de] received connection request\n2025-07-19 11:53:23.466 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:53:23.528 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7da7d9b8-85bb-46e0-891e-0d73bf1098de] socks forwarding established\n2025-07-19 11:53:23.579 [info] [command][d73cdcde-f627-483c-a1c3-bdc420ba1031] Process exited with code 0\n2025-07-19 11:53:23.579 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7da7d9b8-85bb-46e0-891e-0d73bf1098de] socks connection closed\n2025-07-19 11:53:23.579 [info] [command][d73cdcde-f627-483c-a1c3-bdc420ba1031] Socket close event received\n2025-07-19 11:53:23.607 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53358 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:54:23.584 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:54:23.585 [info] [command][cf071adf-77ea-4b45-a6f1-61b6f79c59e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""cf071adf-77ea-4b45-a6f1-61b6f79c59e5""}\n2025-07-19 11:54:23.585 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8bbc4be6-5176-4f5f-ac7c-ba2716737bcd] received connection request\n2025-07-19 11:54:23.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:54:23.615 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8bbc4be6-5176-4f5f-ac7c-ba2716737bcd] socks forwarding established\n2025-07-19 11:54:23.656 [info] [command][cf071adf-77ea-4b45-a6f1-61b6f79c59e5] Process exited with code 0\n2025-07-19 11:54:23.657 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8bbc4be6-5176-4f5f-ac7c-ba2716737bcd] socks connection closed\n2025-07-19 11:54:23.657 [info] [command][cf071adf-77ea-4b45-a6f1-61b6f79c59e5] Socket close event received\n2025-07-19 11:54:23.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53381 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:55:23.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:55:23.660 [info] [command][fb104248-f046-4988-885b-573bb7702544] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""fb104248-f046-4988-885b-573bb7702544""}\n2025-07-19 11:55:23.660 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a3c6ed1f-dd35-4545-97a7-140b4c46efa7] received connection request\n2025-07-19 11:55:23.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:55:23.689 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a3c6ed1f-dd35-4545-97a7-140b4c46efa7] socks forwarding established\n2025-07-19 11:55:23.730 [info] [command][fb104248-f046-4988-885b-573bb7702544] Process exited with code 0\n2025-07-19 11:55:23.731 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a3c6ed1f-dd35-4545-97a7-140b4c46efa7] socks connection closed\n2025-07-19 11:55:23.731 [info] [command][fb104248-f046-4988-885b-573bb7702544] Socket close event received\n2025-07-19 11:55:23.761 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53459 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:56:23.731 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:56:23.735 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b0df5cab-d9e5-41df-bd09-17709870a75a] received connection request\n2025-07-19 11:56:23.735 [info] [command][4d424dca-b9b3-4e91-8d1e-6e6ef15bf38c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""4d424dca-b9b3-4e91-8d1e-6e6ef15bf38c""}\n2025-07-19 11:56:23.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:56:23.795 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b0df5cab-d9e5-41df-bd09-17709870a75a] socks forwarding established\n2025-07-19 11:56:23.848 [info] [command][4d424dca-b9b3-4e91-8d1e-6e6ef15bf38c] Process exited with code 0\n2025-07-19 11:56:23.849 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b0df5cab-d9e5-41df-bd09-17709870a75a] socks connection closed\n2025-07-19 11:56:23.849 [info] [command][4d424dca-b9b3-4e91-8d1e-6e6ef15bf38c] Socket close event received\n2025-07-19 11:56:23.886 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53543 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:57:23.853 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:57:23.854 [info] [command][7ef7c9a0-1473-4ddd-8b64-f2cacfb09eeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""7ef7c9a0-1473-4ddd-8b64-f2cacfb09eeb""}\n2025-07-19 11:57:23.855 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d5bd8206-089b-4aaf-9a75-e25ae7a693b9] received connection request\n2025-07-19 11:57:23.855 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:57:23.882 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d5bd8206-089b-4aaf-9a75-e25ae7a693b9] socks forwarding established\n2025-07-19 11:57:23.929 [info] [command][7ef7c9a0-1473-4ddd-8b64-f2cacfb09eeb] Process exited with code 0\n2025-07-19 11:57:23.929 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d5bd8206-089b-4aaf-9a75-e25ae7a693b9] socks connection closed\n2025-07-19 11:57:23.929 [info] [command][7ef7c9a0-1473-4ddd-8b64-f2cacfb09eeb] Socket close event received\n2025-07-19 11:57:23.955 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53565 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:58:23.934 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:58:23.936 [info] [command][6a5bb64a-91fc-4c28-a556-d032cc137daf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6a5bb64a-91fc-4c28-a556-d032cc137daf""}\n2025-07-19 11:58:23.936 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][408916d9-ea4c-4510-ad0f-a33856e85686] received connection request\n2025-07-19 11:58:23.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:58:23.966 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][408916d9-ea4c-4510-ad0f-a33856e85686] socks forwarding established\n2025-07-19 11:58:24.005 [info] [command][6a5bb64a-91fc-4c28-a556-d032cc137daf] Process exited with code 0\n2025-07-19 11:58:24.006 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][408916d9-ea4c-4510-ad0f-a33856e85686] socks connection closed\n2025-07-19 11:58:24.006 [info] [command][6a5bb64a-91fc-4c28-a556-d032cc137daf] Socket close event received\n2025-07-19 11:58:24.036 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53598 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 11:59:24.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 11:59:24.009 [info] [command][ee62238d-0415-45de-b710-b1f9e2d9e930] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ee62238d-0415-45de-b710-b1f9e2d9e930""}\n2025-07-19 11:59:24.010 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][af78bdca-c603-4c89-a849-87749a38590f] received connection request\n2025-07-19 11:59:24.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 11:59:24.038 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][af78bdca-c603-4c89-a849-87749a38590f] socks forwarding established\n2025-07-19 11:59:24.078 [info] [command][ee62238d-0415-45de-b710-b1f9e2d9e930] Process exited with code 0\n2025-07-19 11:59:24.078 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][af78bdca-c603-4c89-a849-87749a38590f] socks connection closed\n2025-07-19 11:59:24.078 [info] [command][ee62238d-0415-45de-b710-b1f9e2d9e930] Socket close event received\n2025-07-19 11:59:24.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53633 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:00:24.082 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:00:24.085 [info] [command][f85386c2-9fd1-454c-b253-ac0721694599] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f85386c2-9fd1-454c-b253-ac0721694599""}\n2025-07-19 12:00:24.086 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9e2d966d-032a-468c-a51a-5dc11560aa46] received connection request\n2025-07-19 12:00:24.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:00:24.113 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9e2d966d-032a-468c-a51a-5dc11560aa46] socks forwarding established\n2025-07-19 12:00:24.153 [info] [command][f85386c2-9fd1-454c-b253-ac0721694599] Process exited with code 0\n2025-07-19 12:00:24.153 [info] [command][f85386c2-9fd1-454c-b253-ac0721694599] Socket close event received\n2025-07-19 12:00:24.154 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9e2d966d-032a-468c-a51a-5dc11560aa46] socks connection closed\n2025-07-19 12:00:24.180 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53669 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:01:24.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:01:24.159 [info] [command][267870a5-af00-4982-83a0-705d6507459c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""267870a5-af00-4982-83a0-705d6507459c""}\n2025-07-19 12:01:24.159 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][891873ba-efd5-4a5d-b652-0b46f7b7226f] received connection request\n2025-07-19 12:01:24.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:01:24.190 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][891873ba-efd5-4a5d-b652-0b46f7b7226f] socks forwarding established\n2025-07-19 12:01:24.231 [info] [command][267870a5-af00-4982-83a0-705d6507459c] Process exited with code 0\n2025-07-19 12:01:24.231 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][891873ba-efd5-4a5d-b652-0b46f7b7226f] socks connection closed\n2025-07-19 12:01:24.231 [info] [command][267870a5-af00-4982-83a0-705d6507459c] Socket close event received\n2025-07-19 12:01:24.257 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53702 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:02:24.237 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:02:24.241 [info] [command][dc680bf5-986e-48a2-ad79-67d9301b21e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""dc680bf5-986e-48a2-ad79-67d9301b21e7""}\n2025-07-19 12:02:24.241 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2369f435-add8-4283-b48d-3cb09d5993f3] received connection request\n2025-07-19 12:02:24.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:02:24.274 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2369f435-add8-4283-b48d-3cb09d5993f3] socks forwarding established\n2025-07-19 12:02:24.315 [info] [command][dc680bf5-986e-48a2-ad79-67d9301b21e7] Process exited with code 0\n2025-07-19 12:02:24.315 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2369f435-add8-4283-b48d-3cb09d5993f3] socks connection closed\n2025-07-19 12:02:24.315 [info] [command][dc680bf5-986e-48a2-ad79-67d9301b21e7] Socket close event received\n2025-07-19 12:02:24.342 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53731 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:03:24.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:03:24.323 [info] [command][c3358dee-c5d4-4745-8772-79baee4e469a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c3358dee-c5d4-4745-8772-79baee4e469a""}\n2025-07-19 12:03:24.324 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f49b1b96-a4a4-4dc5-9aba-424cee86ea2e] received connection request\n2025-07-19 12:03:24.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:03:24.449 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f49b1b96-a4a4-4dc5-9aba-424cee86ea2e] socks forwarding established\n2025-07-19 12:03:24.490 [info] [command][c3358dee-c5d4-4745-8772-79baee4e469a] Process exited with code 0\n2025-07-19 12:03:24.490 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f49b1b96-a4a4-4dc5-9aba-424cee86ea2e] socks connection closed\n2025-07-19 12:03:24.490 [info] [command][c3358dee-c5d4-4745-8772-79baee4e469a] Socket close event received\n2025-07-19 12:03:24.516 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53792 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:04:24.494 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:04:24.496 [info] [command][98c1d676-b183-458d-83d6-7c1f63192e17] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""98c1d676-b183-458d-83d6-7c1f63192e17""}\n2025-07-19 12:04:24.496 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9cbddd66-83cf-4fa0-880d-8abc4f4889bb] received connection request\n2025-07-19 12:04:24.496 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:04:24.525 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9cbddd66-83cf-4fa0-880d-8abc4f4889bb] socks forwarding established\n2025-07-19 12:04:24.567 [info] [command][98c1d676-b183-458d-83d6-7c1f63192e17] Process exited with code 0\n2025-07-19 12:04:24.568 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9cbddd66-83cf-4fa0-880d-8abc4f4889bb] socks connection closed\n2025-07-19 12:04:24.568 [info] [command][98c1d676-b183-458d-83d6-7c1f63192e17] Socket close event received\n2025-07-19 12:04:24.604 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53818 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:05:24.568 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:05:24.570 [info] [command][b9e73d38-11fd-41bd-9da9-8dddec45e027] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b9e73d38-11fd-41bd-9da9-8dddec45e027""}\n2025-07-19 12:05:24.570 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1964091d-67e2-4098-8bf6-c78e5e5dc592] received connection request\n2025-07-19 12:05:24.570 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:05:24.603 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1964091d-67e2-4098-8bf6-c78e5e5dc592] socks forwarding established\n2025-07-19 12:05:24.645 [info] [command][b9e73d38-11fd-41bd-9da9-8dddec45e027] Process exited with code 0\n2025-07-19 12:05:24.645 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1964091d-67e2-4098-8bf6-c78e5e5dc592] socks connection closed\n2025-07-19 12:05:24.646 [info] [command][b9e73d38-11fd-41bd-9da9-8dddec45e027] Socket close event received\n2025-07-19 12:05:24.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53859 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:06:24.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:06:24.654 [info] [command][b79fa87c-e3ac-426c-ae74-36f4043045c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b79fa87c-e3ac-426c-ae74-36f4043045c8""}\n2025-07-19 12:06:24.654 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2feaf2de-f115-43ec-8717-12ba5804ec24] received connection request\n2025-07-19 12:06:24.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 12:06:24.654 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:06:24.796 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2feaf2de-f115-43ec-8717-12ba5804ec24] socks forwarding established\n2025-07-19 12:06:24.864 [info] [command][b79fa87c-e3ac-426c-ae74-36f4043045c8] Process exited with code 0\n2025-07-19 12:06:24.865 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2feaf2de-f115-43ec-8717-12ba5804ec24] socks connection closed\n2025-07-19 12:06:24.865 [info] [command][b79fa87c-e3ac-426c-ae74-36f4043045c8] Socket close event received\n2025-07-19 12:06:24.975 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53898 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:07:24.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:07:24.868 [info] [command][41ffe873-385f-4928-a383-91446b3f4c8a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""41ffe873-385f-4928-a383-91446b3f4c8a""}\n2025-07-19 12:07:24.870 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][043b20e1-0a5a-450b-8ebb-f7d48e29c6a7] received connection request\n2025-07-19 12:07:24.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:07:24.897 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][043b20e1-0a5a-450b-8ebb-f7d48e29c6a7] socks forwarding established\n2025-07-19 12:07:24.939 [info] [command][41ffe873-385f-4928-a383-91446b3f4c8a] Process exited with code 0\n2025-07-19 12:07:24.939 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][043b20e1-0a5a-450b-8ebb-f7d48e29c6a7] socks connection closed\n2025-07-19 12:07:24.939 [info] [command][41ffe873-385f-4928-a383-91446b3f4c8a] Socket close event received\n2025-07-19 12:07:24.966 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53920 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:08:24.944 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:08:24.947 [info] [command][a10e8561-2e98-4bdc-ba0f-b362baaa0188] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a10e8561-2e98-4bdc-ba0f-b362baaa0188""}\n2025-07-19 12:08:24.947 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][0f70c240-da8f-47fd-88b4-086e60dbb22a] received connection request\n2025-07-19 12:08:24.948 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:08:24.975 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0f70c240-da8f-47fd-88b4-086e60dbb22a] socks forwarding established\n2025-07-19 12:08:25.020 [info] [command][a10e8561-2e98-4bdc-ba0f-b362baaa0188] Process exited with code 0\n2025-07-19 12:08:25.020 [info] [command][a10e8561-2e98-4bdc-ba0f-b362baaa0188] Socket close event received\n2025-07-19 12:08:25.021 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0f70c240-da8f-47fd-88b4-086e60dbb22a] socks connection closed\n2025-07-19 12:08:25.051 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 53962 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:09:25.024 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:09:25.026 [info] [command][06185810-98ca-4aea-bad5-51a0fdd77106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""06185810-98ca-4aea-bad5-51a0fdd77106""}\n2025-07-19 12:09:25.027 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5039d145-b322-4607-8183-4d040478d47c] received connection request\n2025-07-19 12:09:25.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:09:25.056 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5039d145-b322-4607-8183-4d040478d47c] socks forwarding established\n2025-07-19 12:09:25.100 [info] [command][06185810-98ca-4aea-bad5-51a0fdd77106] Process exited with code 0\n2025-07-19 12:09:25.100 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5039d145-b322-4607-8183-4d040478d47c] socks connection closed\n2025-07-19 12:09:25.100 [info] [command][06185810-98ca-4aea-bad5-51a0fdd77106] Socket close event received\n2025-07-19 12:09:25.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54003 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:10:25.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:10:25.104 [info] [command][a833bcd9-c249-44b8-acf5-df14f781d021] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a833bcd9-c249-44b8-acf5-df14f781d021""}\n2025-07-19 12:10:25.104 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][790729a8-660a-4f5d-867b-42944634b24a] received connection request\n2025-07-19 12:10:25.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:10:25.134 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][790729a8-660a-4f5d-867b-42944634b24a] socks forwarding established\n2025-07-19 12:10:25.175 [info] [command][a833bcd9-c249-44b8-acf5-df14f781d021] Process exited with code 0\n2025-07-19 12:10:25.175 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][790729a8-660a-4f5d-867b-42944634b24a] socks connection closed\n2025-07-19 12:10:25.175 [info] [command][a833bcd9-c249-44b8-acf5-df14f781d021] Socket close event received\n2025-07-19 12:10:25.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54045 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:11:25.175 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:11:25.177 [info] [command][566278fc-1704-491f-b487-3d22ddeca7c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""566278fc-1704-491f-b487-3d22ddeca7c1""}\n2025-07-19 12:11:25.178 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][0cb77b2a-6818-4c77-926a-ab24a75b7986] received connection request\n2025-07-19 12:11:25.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:11:25.208 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0cb77b2a-6818-4c77-926a-ab24a75b7986] socks forwarding established\n2025-07-19 12:11:25.251 [info] [command][566278fc-1704-491f-b487-3d22ddeca7c1] Process exited with code 0\n2025-07-19 12:11:25.251 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0cb77b2a-6818-4c77-926a-ab24a75b7986] socks connection closed\n2025-07-19 12:11:25.251 [info] [command][566278fc-1704-491f-b487-3d22ddeca7c1] Socket close event received\n2025-07-19 12:11:25.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54081 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:12:25.255 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:12:25.258 [info] [command][01e53dce-e55e-417a-84e5-3dd38cfc63ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""01e53dce-e55e-417a-84e5-3dd38cfc63ce""}\n2025-07-19 12:12:25.259 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][0a8f55ba-0cd8-4e6e-95b5-589f9406283e] received connection request\n2025-07-19 12:12:25.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:12:25.288 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0a8f55ba-0cd8-4e6e-95b5-589f9406283e] socks forwarding established\n2025-07-19 12:12:25.333 [info] [command][01e53dce-e55e-417a-84e5-3dd38cfc63ce] Process exited with code 0\n2025-07-19 12:12:25.333 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][0a8f55ba-0cd8-4e6e-95b5-589f9406283e] socks connection closed\n2025-07-19 12:12:25.334 [info] [command][01e53dce-e55e-417a-84e5-3dd38cfc63ce] Socket close event received\n2025-07-19 12:12:25.360 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54117 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:13:25.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:13:25.336 [info] [command][3910d37a-6604-4ceb-9b40-5c96bed09796] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3910d37a-6604-4ceb-9b40-5c96bed09796""}\n2025-07-19 12:13:25.337 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][dfef1809-e87f-4584-862a-24ac61ba4cba] received connection request\n2025-07-19 12:13:25.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 12:13:25.337 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:13:25.364 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dfef1809-e87f-4584-862a-24ac61ba4cba] socks forwarding established\n2025-07-19 12:13:25.406 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dfef1809-e87f-4584-862a-24ac61ba4cba] socks connection closed\n2025-07-19 12:13:25.406 [info] [command][3910d37a-6604-4ceb-9b40-5c96bed09796] Process exited with code 0\n2025-07-19 12:13:25.406 [info] [command][3910d37a-6604-4ceb-9b40-5c96bed09796] Socket close event received\n2025-07-19 12:13:25.432 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54155 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:14:25.408 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:14:25.409 [info] [command][a069e1e3-2e2c-4233-9eb9-19e348693571] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a069e1e3-2e2c-4233-9eb9-19e348693571""}\n2025-07-19 12:14:25.410 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bd196925-9965-4061-b828-cc342f4b8266] received connection request\n2025-07-19 12:14:25.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:14:25.443 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bd196925-9965-4061-b828-cc342f4b8266] socks forwarding established\n2025-07-19 12:14:25.490 [info] [command][a069e1e3-2e2c-4233-9eb9-19e348693571] Process exited with code 0\n2025-07-19 12:14:25.490 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bd196925-9965-4061-b828-cc342f4b8266] socks connection closed\n2025-07-19 12:14:25.490 [info] [command][a069e1e3-2e2c-4233-9eb9-19e348693571] Socket close event received\n2025-07-19 12:14:25.517 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54196 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:15:25.491 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:15:25.495 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][df076044-ae57-403c-9906-0f4759a10a45] received connection request\n2025-07-19 12:15:25.495 [info] [command][a157aa4a-2907-4136-b238-d37d5e50eb3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a157aa4a-2907-4136-b238-d37d5e50eb3c""}\n2025-07-19 12:15:25.497 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:15:25.528 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][df076044-ae57-403c-9906-0f4759a10a45] socks forwarding established\n2025-07-19 12:15:25.569 [info] [command][a157aa4a-2907-4136-b238-d37d5e50eb3c] Process exited with code 0\n2025-07-19 12:15:25.569 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][df076044-ae57-403c-9906-0f4759a10a45] socks connection closed\n2025-07-19 12:15:25.569 [info] [command][a157aa4a-2907-4136-b238-d37d5e50eb3c] Socket close event received\n2025-07-19 12:15:25.598 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54235 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:16:25.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:16:25.572 [info] [command][6c298594-eee8-4f33-a2ac-8b748bf10043] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6c298594-eee8-4f33-a2ac-8b748bf10043""}\n2025-07-19 12:16:25.573 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][589a7fd2-28d9-40d7-80cc-7114df4ce919] received connection request\n2025-07-19 12:16:25.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:16:25.647 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][589a7fd2-28d9-40d7-80cc-7114df4ce919] socks forwarding established\n2025-07-19 12:16:25.769 [info] [command][6c298594-eee8-4f33-a2ac-8b748bf10043] Process exited with code 0\n2025-07-19 12:16:25.769 [info] [command][6c298594-eee8-4f33-a2ac-8b748bf10043] Socket close event received\n2025-07-19 12:16:25.853 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][589a7fd2-28d9-40d7-80cc-7114df4ce919] socks connection closed\n2025-07-19 12:16:25.880 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54288 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:17:25.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:17:25.772 [info] [command][385455c3-640d-49ec-a3a0-03f2246e3dd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""385455c3-640d-49ec-a3a0-03f2246e3dd7""}\n2025-07-19 12:17:25.773 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][df5e1494-54b5-439a-9d6a-597caf7b37d7] received connection request\n2025-07-19 12:17:25.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:17:25.802 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][df5e1494-54b5-439a-9d6a-597caf7b37d7] socks forwarding established\n2025-07-19 12:17:25.843 [info] [command][385455c3-640d-49ec-a3a0-03f2246e3dd7] Process exited with code 0\n2025-07-19 12:17:25.843 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][df5e1494-54b5-439a-9d6a-597caf7b37d7] socks connection closed\n2025-07-19 12:17:25.843 [info] [command][385455c3-640d-49ec-a3a0-03f2246e3dd7] Socket close event received\n2025-07-19 12:17:25.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54318 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:18:25.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:18:25.850 [info] [command][cfb86315-aa48-4575-8f21-ec5b1656d29a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""cfb86315-aa48-4575-8f21-ec5b1656d29a""}\n2025-07-19 12:18:25.851 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8d07d75a-ea4d-4131-8da7-8417cb3223de] received connection request\n2025-07-19 12:18:25.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:18:25.879 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8d07d75a-ea4d-4131-8da7-8417cb3223de] socks forwarding established\n2025-07-19 12:18:25.921 [info] [command][cfb86315-aa48-4575-8f21-ec5b1656d29a] Process exited with code 0\n2025-07-19 12:18:25.921 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8d07d75a-ea4d-4131-8da7-8417cb3223de] socks connection closed\n2025-07-19 12:18:25.921 [info] [command][cfb86315-aa48-4575-8f21-ec5b1656d29a] Socket close event received\n2025-07-19 12:18:25.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54358 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:19:25.923 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:19:25.926 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3069a8d5-cc30-4a43-b270-ff8c525cf93c] received connection request\n2025-07-19 12:19:25.926 [info] [command][52febaf2-94ed-4baf-b2d6-57a679144818] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""52febaf2-94ed-4baf-b2d6-57a679144818""}\n2025-07-19 12:19:25.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:19:26.078 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3069a8d5-cc30-4a43-b270-ff8c525cf93c] socks forwarding established\n2025-07-19 12:19:26.119 [info] [command][52febaf2-94ed-4baf-b2d6-57a679144818] Process exited with code 0\n2025-07-19 12:19:26.119 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3069a8d5-cc30-4a43-b270-ff8c525cf93c] socks connection closed\n2025-07-19 12:19:26.119 [info] [command][52febaf2-94ed-4baf-b2d6-57a679144818] Socket close event received\n2025-07-19 12:19:26.280 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54386 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:20:26.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:20:26.126 [info] [command][b9c8e51c-63d5-4c5e-83fd-ab97a53d49fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""b9c8e51c-63d5-4c5e-83fd-ab97a53d49fd""}\n2025-07-19 12:20:26.126 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][324322a5-c9bc-43c3-afa4-168be4b4a438] received connection request\n2025-07-19 12:20:26.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 12:20:26.127 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:20:26.158 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][324322a5-c9bc-43c3-afa4-168be4b4a438] socks forwarding established\n2025-07-19 12:20:26.198 [info] [command][b9c8e51c-63d5-4c5e-83fd-ab97a53d49fd] Process exited with code 0\n2025-07-19 12:20:26.198 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][324322a5-c9bc-43c3-afa4-168be4b4a438] socks connection closed\n2025-07-19 12:20:26.198 [info] [command][b9c8e51c-63d5-4c5e-83fd-ab97a53d49fd] Socket close event received\n2025-07-19 12:20:26.226 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54434 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:21:26.200 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:21:26.203 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3af2d3ba-7130-459c-8fa6-aa5d72181515] received connection request\n2025-07-19 12:21:26.203 [info] [command][4adda5f9-2ce6-4ae1-894b-3d2816448bf1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""4adda5f9-2ce6-4ae1-894b-3d2816448bf1""}\n2025-07-19 12:21:26.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:21:26.238 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3af2d3ba-7130-459c-8fa6-aa5d72181515] socks forwarding established\n2025-07-19 12:21:26.279 [info] [command][4adda5f9-2ce6-4ae1-894b-3d2816448bf1] Process exited with code 0\n2025-07-19 12:21:26.279 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3af2d3ba-7130-459c-8fa6-aa5d72181515] socks connection closed\n2025-07-19 12:21:26.279 [info] [command][4adda5f9-2ce6-4ae1-894b-3d2816448bf1] Socket close event received\n2025-07-19 12:21:26.307 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54471 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:22:26.283 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:22:26.285 [info] [command][15d71baf-aa57-4d3c-9d26-c657ec7e2147] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""15d71baf-aa57-4d3c-9d26-c657ec7e2147""}\n2025-07-19 12:22:26.286 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][04a2d36f-a9ae-4707-a8b5-49d31174667f] received connection request\n2025-07-19 12:22:26.286 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:22:26.437 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][04a2d36f-a9ae-4707-a8b5-49d31174667f] socks forwarding established\n2025-07-19 12:22:26.551 [info] [command][15d71baf-aa57-4d3c-9d26-c657ec7e2147] Process exited with code 0\n2025-07-19 12:22:26.551 [info] [command][15d71baf-aa57-4d3c-9d26-c657ec7e2147] Socket close event received\n2025-07-19 12:22:26.581 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54492 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:22:26.582 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][04a2d36f-a9ae-4707-a8b5-49d31174667f] socks connection closed\n2025-07-19 12:23:26.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:23:26.559 [info] [command][91acca25-353b-430d-a3c2-ff94eab3be1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""91acca25-353b-430d-a3c2-ff94eab3be1e""}\n2025-07-19 12:23:26.560 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][35514a62-1234-424c-a99e-cb45c1480b92] received connection request\n2025-07-19 12:23:26.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:23:26.596 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][35514a62-1234-424c-a99e-cb45c1480b92] socks forwarding established\n2025-07-19 12:23:26.638 [info] [command][91acca25-353b-430d-a3c2-ff94eab3be1e] Process exited with code 0\n2025-07-19 12:23:26.638 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][35514a62-1234-424c-a99e-cb45c1480b92] socks connection closed\n2025-07-19 12:23:26.638 [info] [command][91acca25-353b-430d-a3c2-ff94eab3be1e] Socket close event received\n2025-07-19 12:23:26.670 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54546 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:24:26.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:24:26.643 [info] [command][4d3e27f2-6aeb-414c-af32-555be5d625b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""4d3e27f2-6aeb-414c-af32-555be5d625b1""}\n2025-07-19 12:24:26.643 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][75571985-72b2-4ebb-96b6-fbf0a7de51f9] received connection request\n2025-07-19 12:24:26.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:24:26.678 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][75571985-72b2-4ebb-96b6-fbf0a7de51f9] socks forwarding established\n2025-07-19 12:24:26.723 [info] [command][4d3e27f2-6aeb-414c-af32-555be5d625b1] Process exited with code 0\n2025-07-19 12:24:26.723 [info] [command][4d3e27f2-6aeb-414c-af32-555be5d625b1] Socket close event received\n2025-07-19 12:24:26.757 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][75571985-72b2-4ebb-96b6-fbf0a7de51f9] socks connection closed\n2025-07-19 12:24:26.758 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54579 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:25:26.729 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:25:26.731 [info] [command][0185da0b-fcbf-41ca-9b60-502a217aa02c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0185da0b-fcbf-41ca-9b60-502a217aa02c""}\n2025-07-19 12:25:26.732 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][80a46941-3e13-4ffb-8c2b-ebb9d764762d] received connection request\n2025-07-19 12:25:26.732 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:25:26.852 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][80a46941-3e13-4ffb-8c2b-ebb9d764762d] socks forwarding established\n2025-07-19 12:25:27.007 [info] [command][0185da0b-fcbf-41ca-9b60-502a217aa02c] Process exited with code 0\n2025-07-19 12:25:27.007 [info] [command][0185da0b-fcbf-41ca-9b60-502a217aa02c] Socket close event received\n2025-07-19 12:25:27.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54626 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:25:27.039 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][80a46941-3e13-4ffb-8c2b-ebb9d764762d] socks connection closed\n2025-07-19 12:26:27.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:26:27.015 [info] [command][ec9e422f-c76d-422d-9661-888d349d4b1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ec9e422f-c76d-422d-9661-888d349d4b1a""}\n2025-07-19 12:26:27.016 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2d3e675d-434d-4100-8396-d4fbbd9bee78] received connection request\n2025-07-19 12:26:27.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:26:27.054 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d3e675d-434d-4100-8396-d4fbbd9bee78] socks forwarding established\n2025-07-19 12:26:27.104 [info] [command][ec9e422f-c76d-422d-9661-888d349d4b1a] Process exited with code 0\n2025-07-19 12:26:27.104 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2d3e675d-434d-4100-8396-d4fbbd9bee78] socks connection closed\n2025-07-19 12:26:27.104 [info] [command][ec9e422f-c76d-422d-9661-888d349d4b1a] Socket close event received\n2025-07-19 12:26:27.140 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54667 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:27:27.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:27:27.111 [info] [command][ffcac875-d932-4782-844b-9dcd469c61df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ffcac875-d932-4782-844b-9dcd469c61df""}\n2025-07-19 12:27:27.112 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b9eb4bfb-f0d8-44ee-96c8-79f0daed4f6e] received connection request\n2025-07-19 12:27:27.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:27:27.144 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b9eb4bfb-f0d8-44ee-96c8-79f0daed4f6e] socks forwarding established\n2025-07-19 12:27:27.188 [info] [command][ffcac875-d932-4782-844b-9dcd469c61df] Process exited with code 0\n2025-07-19 12:27:27.188 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b9eb4bfb-f0d8-44ee-96c8-79f0daed4f6e] socks connection closed\n2025-07-19 12:27:27.188 [info] [command][ffcac875-d932-4782-844b-9dcd469c61df] Socket close event received\n2025-07-19 12:27:27.221 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54693 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:28:27.191 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:28:27.194 [info] [command][da8d2cef-dc82-4fe0-b270-bacde491cc1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""da8d2cef-dc82-4fe0-b270-bacde491cc1e""}\n2025-07-19 12:28:27.195 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b80d6771-7bea-4916-85d7-90ce9596c77f] received connection request\n2025-07-19 12:28:27.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:28:27.353 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b80d6771-7bea-4916-85d7-90ce9596c77f] socks forwarding established\n2025-07-19 12:28:27.540 [info] [command][da8d2cef-dc82-4fe0-b270-bacde491cc1e] Process exited with code 0\n2025-07-19 12:28:27.540 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b80d6771-7bea-4916-85d7-90ce9596c77f] socks connection closed\n2025-07-19 12:28:27.540 [info] [command][da8d2cef-dc82-4fe0-b270-bacde491cc1e] Socket close event received\n2025-07-19 12:28:27.706 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54736 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:29:27.541 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:29:27.542 [info] [command][ef64bf04-9276-48fc-a46e-1e961872d09c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ef64bf04-9276-48fc-a46e-1e961872d09c""}\n2025-07-19 12:29:27.542 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5f719edc-bce5-4841-990c-e293e030a77b] received connection request\n2025-07-19 12:29:27.542 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:29:27.572 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5f719edc-bce5-4841-990c-e293e030a77b] socks forwarding established\n2025-07-19 12:29:27.616 [info] [command][ef64bf04-9276-48fc-a46e-1e961872d09c] Process exited with code 0\n2025-07-19 12:29:27.616 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5f719edc-bce5-4841-990c-e293e030a77b] socks connection closed\n2025-07-19 12:29:27.616 [info] [command][ef64bf04-9276-48fc-a46e-1e961872d09c] Socket close event received\n2025-07-19 12:29:27.648 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54761 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:30:27.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:30:27.620 [info] [command][29f37218-1aa4-49b3-910d-e29aa2b87754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""29f37218-1aa4-49b3-910d-e29aa2b87754""}\n2025-07-19 12:30:27.620 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a6f31e8d-4363-445e-bea3-55a7d5698158] received connection request\n2025-07-19 12:30:27.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:30:27.652 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a6f31e8d-4363-445e-bea3-55a7d5698158] socks forwarding established\n2025-07-19 12:30:27.694 [info] [command][29f37218-1aa4-49b3-910d-e29aa2b87754] Process exited with code 0\n2025-07-19 12:30:27.694 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a6f31e8d-4363-445e-bea3-55a7d5698158] socks connection closed\n2025-07-19 12:30:27.694 [info] [command][29f37218-1aa4-49b3-910d-e29aa2b87754] Socket close event received\n2025-07-19 12:30:27.725 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54802 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:31:27.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:31:27.703 [info] [command][ae056b16-6abd-4843-b538-e356aae173c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ae056b16-6abd-4843-b538-e356aae173c2""}\n2025-07-19 12:31:27.704 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][6a0a39ca-0bb4-49c8-9fae-b0fdd60ca600] received connection request\n2025-07-19 12:31:27.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:31:27.733 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6a0a39ca-0bb4-49c8-9fae-b0fdd60ca600] socks forwarding established\n2025-07-19 12:31:27.885 [info] [command][ae056b16-6abd-4843-b538-e356aae173c2] Process exited with code 0\n2025-07-19 12:31:27.886 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][6a0a39ca-0bb4-49c8-9fae-b0fdd60ca600] socks connection closed\n2025-07-19 12:31:27.886 [info] [command][ae056b16-6abd-4843-b538-e356aae173c2] Socket close event received\n2025-07-19 12:31:27.916 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54847 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:32:27.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:32:27.891 [info] [command][23ed8816-3c30-40bf-b6c2-093aaf5bb794] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""23ed8816-3c30-40bf-b6c2-093aaf5bb794""}\n2025-07-19 12:32:27.891 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f9eb23ff-808a-4b29-9e56-d3aa4109987e] received connection request\n2025-07-19 12:32:27.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:32:27.921 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f9eb23ff-808a-4b29-9e56-d3aa4109987e] socks forwarding established\n2025-07-19 12:32:27.969 [info] [command][23ed8816-3c30-40bf-b6c2-093aaf5bb794] Process exited with code 0\n2025-07-19 12:32:27.969 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f9eb23ff-808a-4b29-9e56-d3aa4109987e] socks connection closed\n2025-07-19 12:32:27.970 [info] [command][23ed8816-3c30-40bf-b6c2-093aaf5bb794] Socket close event received\n2025-07-19 12:32:27.996 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54883 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:33:27.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:33:27.976 [info] [command][be61a5ef-4bbe-4152-a6d8-8751e38182f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""be61a5ef-4bbe-4152-a6d8-8751e38182f2""}\n2025-07-19 12:33:27.976 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][cbbe9a63-cb95-4287-939d-e25e70817b9b] received connection request\n2025-07-19 12:33:27.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:33:28.006 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cbbe9a63-cb95-4287-939d-e25e70817b9b] socks forwarding established\n2025-07-19 12:33:28.050 [info] [command][be61a5ef-4bbe-4152-a6d8-8751e38182f2] Process exited with code 0\n2025-07-19 12:33:28.050 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cbbe9a63-cb95-4287-939d-e25e70817b9b] socks connection closed\n2025-07-19 12:33:28.050 [info] [command][be61a5ef-4bbe-4152-a6d8-8751e38182f2] Socket close event received\n2025-07-19 12:33:28.078 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54922 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:34:28.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:34:28.053 [info] [command][a81e765f-a01a-4d19-ba18-2e03e8573f8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a81e765f-a01a-4d19-ba18-2e03e8573f8f""}\n2025-07-19 12:34:28.054 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][dd3fb149-5604-4acb-8118-aaf61cf4230f] received connection request\n2025-07-19 12:34:28.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:34:28.128 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dd3fb149-5604-4acb-8118-aaf61cf4230f] socks forwarding established\n2025-07-19 12:34:28.286 [info] [command][a81e765f-a01a-4d19-ba18-2e03e8573f8f] Process exited with code 0\n2025-07-19 12:34:28.286 [info] [command][a81e765f-a01a-4d19-ba18-2e03e8573f8f] Socket close event received\n2025-07-19 12:34:28.288 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][dd3fb149-5604-4acb-8118-aaf61cf4230f] socks connection closed\n2025-07-19 12:34:28.443 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54946 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:35:28.292 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:35:28.295 [info] [command][a3aaee41-0859-4130-89c9-5d577bc57b79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a3aaee41-0859-4130-89c9-5d577bc57b79""}\n2025-07-19 12:35:28.296 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bd81fab3-14aa-4c04-837d-326e84327bc3] received connection request\n2025-07-19 12:35:28.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:35:28.327 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bd81fab3-14aa-4c04-837d-326e84327bc3] socks forwarding established\n2025-07-19 12:35:28.369 [info] [command][a3aaee41-0859-4130-89c9-5d577bc57b79] Process exited with code 0\n2025-07-19 12:35:28.369 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bd81fab3-14aa-4c04-837d-326e84327bc3] socks connection closed\n2025-07-19 12:35:28.369 [info] [command][a3aaee41-0859-4130-89c9-5d577bc57b79] Socket close event received\n2025-07-19 12:35:28.395 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 54979 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:36:28.369 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:36:28.370 [info] [command][ce43d449-da45-49a8-be3f-32e18e44bfae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ce43d449-da45-49a8-be3f-32e18e44bfae""}\n2025-07-19 12:36:28.371 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][35fa33d6-9be2-4943-86ca-8cbc206abc05] received connection request\n2025-07-19 12:36:28.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:36:28.398 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][35fa33d6-9be2-4943-86ca-8cbc206abc05] socks forwarding established\n2025-07-19 12:36:28.437 [info] [command][ce43d449-da45-49a8-be3f-32e18e44bfae] Process exited with code 0\n2025-07-19 12:36:28.437 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][35fa33d6-9be2-4943-86ca-8cbc206abc05] socks connection closed\n2025-07-19 12:36:28.437 [info] [command][ce43d449-da45-49a8-be3f-32e18e44bfae] Socket close event received\n2025-07-19 12:36:28.465 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55032 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:37:28.442 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:37:28.446 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][277ab0a9-3c6a-4b6c-97ce-f4534d257aaf] received connection request\n2025-07-19 12:37:28.447 [info] [command][570e5c7b-e04d-4a78-ad1a-f71538bd3ebc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""570e5c7b-e04d-4a78-ad1a-f71538bd3ebc""}\n2025-07-19 12:37:28.447 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:37:28.531 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][277ab0a9-3c6a-4b6c-97ce-f4534d257aaf] socks forwarding established\n2025-07-19 12:37:28.704 [info] [command][570e5c7b-e04d-4a78-ad1a-f71538bd3ebc] Process exited with code 0\n2025-07-19 12:37:28.704 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][277ab0a9-3c6a-4b6c-97ce-f4534d257aaf] socks connection closed\n2025-07-19 12:37:28.704 [info] [command][570e5c7b-e04d-4a78-ad1a-f71538bd3ebc] Socket close event received\n2025-07-19 12:37:28.730 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55059 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:38:28.705 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:38:28.708 [info] [command][e4aae6ef-1318-4e60-9db9-260477a974a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e4aae6ef-1318-4e60-9db9-260477a974a6""}\n2025-07-19 12:38:28.708 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][04da628d-b6b5-4953-9e85-4426ce677cc1] received connection request\n2025-07-19 12:38:28.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:38:28.741 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][04da628d-b6b5-4953-9e85-4426ce677cc1] socks forwarding established\n2025-07-19 12:38:28.782 [info] [command][e4aae6ef-1318-4e60-9db9-260477a974a6] Process exited with code 0\n2025-07-19 12:38:28.782 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][04da628d-b6b5-4953-9e85-4426ce677cc1] socks connection closed\n2025-07-19 12:38:28.782 [info] [command][e4aae6ef-1318-4e60-9db9-260477a974a6] Socket close event received\n2025-07-19 12:38:28.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55094 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:39:28.785 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:39:28.786 [info] [command][8cf0fefd-9bda-4a2a-9f32-5f0a9f2399e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8cf0fefd-9bda-4a2a-9f32-5f0a9f2399e4""}\n2025-07-19 12:39:28.786 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][197b03c2-95de-408f-9041-bca193aa7566] received connection request\n2025-07-19 12:39:28.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:39:28.818 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][197b03c2-95de-408f-9041-bca193aa7566] socks forwarding established\n2025-07-19 12:39:28.857 [info] [command][8cf0fefd-9bda-4a2a-9f32-5f0a9f2399e4] Process exited with code 0\n2025-07-19 12:39:28.858 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][197b03c2-95de-408f-9041-bca193aa7566] socks connection closed\n2025-07-19 12:39:28.858 [info] [command][8cf0fefd-9bda-4a2a-9f32-5f0a9f2399e4] Socket close event received\n2025-07-19 12:39:28.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55130 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:40:28.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:40:28.864 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][78fd9b89-60b2-4780-8d0a-d8646be0959f] received connection request\n2025-07-19 12:40:28.864 [info] [command][19033772-73e3-45a2-81ca-54bcc8a5772e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""19033772-73e3-45a2-81ca-54bcc8a5772e""}\n2025-07-19 12:40:28.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:40:28.897 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][78fd9b89-60b2-4780-8d0a-d8646be0959f] socks forwarding established\n2025-07-19 12:40:28.936 [info] [command][19033772-73e3-45a2-81ca-54bcc8a5772e] Process exited with code 0\n2025-07-19 12:40:28.936 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][78fd9b89-60b2-4780-8d0a-d8646be0959f] socks connection closed\n2025-07-19 12:40:28.936 [info] [command][19033772-73e3-45a2-81ca-54bcc8a5772e] Socket close event received\n2025-07-19 12:40:28.962 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55186 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:41:28.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:41:28.944 [info] [command][bbacf820-3e9e-4b8d-88c6-3a8b0c850acf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""bbacf820-3e9e-4b8d-88c6-3a8b0c850acf""}\n2025-07-19 12:41:28.944 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9f34dff7-6f03-4ebb-8d4b-c1497d9cadb1] received connection request\n2025-07-19 12:41:28.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:41:29.060 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9f34dff7-6f03-4ebb-8d4b-c1497d9cadb1] socks forwarding established\n2025-07-19 12:41:29.218 [info] [command][bbacf820-3e9e-4b8d-88c6-3a8b0c850acf] Process exited with code 0\n2025-07-19 12:41:29.218 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9f34dff7-6f03-4ebb-8d4b-c1497d9cadb1] socks connection closed\n2025-07-19 12:41:29.218 [info] [command][bbacf820-3e9e-4b8d-88c6-3a8b0c850acf] Socket close event received\n2025-07-19 12:41:29.332 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55244 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:42:29.220 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:42:29.224 [info] [command][2289863e-d71e-4961-8fd5-4f03d0095ebe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""2289863e-d71e-4961-8fd5-4f03d0095ebe""}\n2025-07-19 12:42:29.225 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][37393356-9b70-40e0-9b86-268882a3aa4f] received connection request\n2025-07-19 12:42:29.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:42:29.252 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][37393356-9b70-40e0-9b86-268882a3aa4f] socks forwarding established\n2025-07-19 12:42:29.292 [info] [command][2289863e-d71e-4961-8fd5-4f03d0095ebe] Process exited with code 0\n2025-07-19 12:42:29.293 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][37393356-9b70-40e0-9b86-268882a3aa4f] socks connection closed\n2025-07-19 12:42:29.293 [info] [command][2289863e-d71e-4961-8fd5-4f03d0095ebe] Socket close event received\n2025-07-19 12:42:29.321 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55277 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:43:29.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:43:29.300 [info] [command][4b48cebc-aa95-4e44-bf36-fe9fdaf61ecc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""4b48cebc-aa95-4e44-bf36-fe9fdaf61ecc""}\n2025-07-19 12:43:29.300 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][c593f128-299e-445a-8214-d7d114e68b1e] received connection request\n2025-07-19 12:43:29.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:43:29.330 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c593f128-299e-445a-8214-d7d114e68b1e] socks forwarding established\n2025-07-19 12:43:29.374 [info] [command][4b48cebc-aa95-4e44-bf36-fe9fdaf61ecc] Process exited with code 0\n2025-07-19 12:43:29.375 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c593f128-299e-445a-8214-d7d114e68b1e] socks connection closed\n2025-07-19 12:43:29.375 [info] [command][4b48cebc-aa95-4e44-bf36-fe9fdaf61ecc] Socket close event received\n2025-07-19 12:43:29.402 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55317 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:44:29.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:44:29.377 [info] [command][73277cf5-e867-4a88-8c52-8856dc549b21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""73277cf5-e867-4a88-8c52-8856dc549b21""}\n2025-07-19 12:44:29.378 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][40b1ebb1-7fd4-4c94-a9a3-9c31dc32a667] received connection request\n2025-07-19 12:44:29.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:44:29.435 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][40b1ebb1-7fd4-4c94-a9a3-9c31dc32a667] socks forwarding established\n2025-07-19 12:44:29.589 [info] [command][73277cf5-e867-4a88-8c52-8856dc549b21] Process exited with code 0\n2025-07-19 12:44:29.589 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][40b1ebb1-7fd4-4c94-a9a3-9c31dc32a667] socks connection closed\n2025-07-19 12:44:29.589 [info] [command][73277cf5-e867-4a88-8c52-8856dc549b21] Socket close event received\n2025-07-19 12:44:29.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55364 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:45:29.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:45:29.593 [info] [command][a864d5ba-f4e0-460e-b8a4-6e2764c8a91a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a864d5ba-f4e0-460e-b8a4-6e2764c8a91a""}\n2025-07-19 12:45:29.593 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][fe6e2a0c-da0b-4a79-83ec-fd1268d4f668] received connection request\n2025-07-19 12:45:29.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:45:29.623 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fe6e2a0c-da0b-4a79-83ec-fd1268d4f668] socks forwarding established\n2025-07-19 12:45:29.661 [info] [command][a864d5ba-f4e0-460e-b8a4-6e2764c8a91a] Process exited with code 0\n2025-07-19 12:45:29.661 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fe6e2a0c-da0b-4a79-83ec-fd1268d4f668] socks connection closed\n2025-07-19 12:45:29.661 [info] [command][a864d5ba-f4e0-460e-b8a4-6e2764c8a91a] Socket close event received\n2025-07-19 12:45:29.689 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55407 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:46:29.662 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:46:29.663 [info] [command][cbe45659-b802-4f90-82b2-e5c5a7b2bdaa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""cbe45659-b802-4f90-82b2-e5c5a7b2bdaa""}\n2025-07-19 12:46:29.663 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][c49345ca-af3c-4936-ab70-f9cab84c45c3] received connection request\n2025-07-19 12:46:29.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:46:29.692 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c49345ca-af3c-4936-ab70-f9cab84c45c3] socks forwarding established\n2025-07-19 12:46:29.738 [info] [command][cbe45659-b802-4f90-82b2-e5c5a7b2bdaa] Process exited with code 0\n2025-07-19 12:46:29.738 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][c49345ca-af3c-4936-ab70-f9cab84c45c3] socks connection closed\n2025-07-19 12:46:29.739 [info] [command][cbe45659-b802-4f90-82b2-e5c5a7b2bdaa] Socket close event received\n2025-07-19 12:46:29.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55444 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:47:29.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:47:29.745 [info] [command][878e9f5a-a13a-43aa-81e6-57ff3f5ff676] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""878e9f5a-a13a-43aa-81e6-57ff3f5ff676""}\n2025-07-19 12:47:29.745 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][168d39eb-8d0b-4f1b-a0d3-20265aa54a31] received connection request\n2025-07-19 12:47:29.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 12:47:29.745 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:47:29.897 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][168d39eb-8d0b-4f1b-a0d3-20265aa54a31] socks forwarding established\n2025-07-19 12:47:29.938 [info] [command][878e9f5a-a13a-43aa-81e6-57ff3f5ff676] Process exited with code 0\n2025-07-19 12:47:29.938 [info] [command][878e9f5a-a13a-43aa-81e6-57ff3f5ff676] Socket close event received\n2025-07-19 12:47:29.939 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][168d39eb-8d0b-4f1b-a0d3-20265aa54a31] socks connection closed\n2025-07-19 12:47:30.097 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55467 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:48:29.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:48:29.940 [info] [command][3e9f4613-3dcf-4697-a29a-780538fb6210] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3e9f4613-3dcf-4697-a29a-780538fb6210""}\n2025-07-19 12:48:29.941 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7c2fca18-e436-4038-89f1-aa7d1d27309b] received connection request\n2025-07-19 12:48:29.941 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:48:29.970 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7c2fca18-e436-4038-89f1-aa7d1d27309b] socks forwarding established\n2025-07-19 12:48:30.022 [info] [command][3e9f4613-3dcf-4697-a29a-780538fb6210] Process exited with code 0\n2025-07-19 12:48:30.023 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7c2fca18-e436-4038-89f1-aa7d1d27309b] socks connection closed\n2025-07-19 12:48:30.024 [info] [command][3e9f4613-3dcf-4697-a29a-780538fb6210] Socket close event received\n2025-07-19 12:48:30.052 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55538 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:49:30.023 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:49:30.024 [info] [command][3a25cbae-7c56-453e-8467-07373ec7b447] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3a25cbae-7c56-453e-8467-07373ec7b447""}\n2025-07-19 12:49:30.024 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][61d63f56-0916-4293-9e4e-2164f4f8be1a] received connection request\n2025-07-19 12:49:30.025 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:49:30.054 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][61d63f56-0916-4293-9e4e-2164f4f8be1a] socks forwarding established\n2025-07-19 12:49:30.098 [info] [command][3a25cbae-7c56-453e-8467-07373ec7b447] Process exited with code 0\n2025-07-19 12:49:30.099 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][61d63f56-0916-4293-9e4e-2164f4f8be1a] socks connection closed\n2025-07-19 12:49:30.099 [info] [command][3a25cbae-7c56-453e-8467-07373ec7b447] Socket close event received\n2025-07-19 12:49:30.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55597 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:50:30.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:50:30.105 [info] [command][25e7d425-6ed6-4e06-8aec-c7c8220734ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""25e7d425-6ed6-4e06-8aec-c7c8220734ba""}\n2025-07-19 12:50:30.105 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][546bd734-f47d-4df4-85ef-47a0dfefcc01] received connection request\n2025-07-19 12:50:30.105 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 12:50:30.105 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:50:30.186 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][546bd734-f47d-4df4-85ef-47a0dfefcc01] socks forwarding established\n2025-07-19 12:50:30.341 [info] [command][25e7d425-6ed6-4e06-8aec-c7c8220734ba] Process exited with code 0\n2025-07-19 12:50:30.341 [info] [command][25e7d425-6ed6-4e06-8aec-c7c8220734ba] Socket close event received\n2025-07-19 12:50:30.342 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][546bd734-f47d-4df4-85ef-47a0dfefcc01] socks connection closed\n2025-07-19 12:50:30.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55640 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:51:30.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:51:30.345 [info] [command][f0fbd7c7-e5cd-4d08-be2f-2169d2044843] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f0fbd7c7-e5cd-4d08-be2f-2169d2044843""}\n2025-07-19 12:51:30.346 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3cc3a203-7e82-47d7-8381-fe3c4546cb8f] received connection request\n2025-07-19 12:51:30.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:51:30.375 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3cc3a203-7e82-47d7-8381-fe3c4546cb8f] socks forwarding established\n2025-07-19 12:51:30.419 [info] [command][f0fbd7c7-e5cd-4d08-be2f-2169d2044843] Process exited with code 0\n2025-07-19 12:51:30.419 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3cc3a203-7e82-47d7-8381-fe3c4546cb8f] socks connection closed\n2025-07-19 12:51:30.420 [info] [command][f0fbd7c7-e5cd-4d08-be2f-2169d2044843] Socket close event received\n2025-07-19 12:51:30.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55672 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:52:30.424 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:52:30.426 [info] [command][ad07e740-ab54-4765-adeb-b9ee14a907e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ad07e740-ab54-4765-adeb-b9ee14a907e0""}\n2025-07-19 12:52:30.427 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bd22360c-9cb1-408f-aa58-e570ff753849] received connection request\n2025-07-19 12:52:30.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:52:30.455 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bd22360c-9cb1-408f-aa58-e570ff753849] socks forwarding established\n2025-07-19 12:52:30.493 [info] [command][ad07e740-ab54-4765-adeb-b9ee14a907e0] Process exited with code 0\n2025-07-19 12:52:30.493 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bd22360c-9cb1-408f-aa58-e570ff753849] socks connection closed\n2025-07-19 12:52:30.493 [info] [command][ad07e740-ab54-4765-adeb-b9ee14a907e0] Socket close event received\n2025-07-19 12:52:30.520 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55694 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:53:30.497 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:53:30.500 [info] [command][03bba8e1-3221-429c-a9c1-f2f176191811] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""03bba8e1-3221-429c-a9c1-f2f176191811""}\n2025-07-19 12:53:30.501 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][84a967c4-7168-4a44-9044-29c067a95099] received connection request\n2025-07-19 12:53:30.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:53:30.536 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][84a967c4-7168-4a44-9044-29c067a95099] socks forwarding established\n2025-07-19 12:53:30.692 [info] [command][03bba8e1-3221-429c-a9c1-f2f176191811] Process exited with code 0\n2025-07-19 12:53:30.693 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][84a967c4-7168-4a44-9044-29c067a95099] socks connection closed\n2025-07-19 12:53:30.693 [info] [command][03bba8e1-3221-429c-a9c1-f2f176191811] Socket close event received\n2025-07-19 12:53:30.721 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55734 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:54:30.705 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:54:30.706 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][13f93069-1f16-407a-bc7d-4cabad4f34d3] received connection request\n2025-07-19 12:54:30.707 [info] [command][33453627-98e8-471b-8094-781ee479b796] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""33453627-98e8-471b-8094-781ee479b796""}\n2025-07-19 12:54:30.707 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 12:54:30.707 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:54:30.735 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][13f93069-1f16-407a-bc7d-4cabad4f34d3] socks forwarding established\n2025-07-19 12:54:30.776 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][13f93069-1f16-407a-bc7d-4cabad4f34d3] socks connection closed\n2025-07-19 12:54:30.776 [info] [command][33453627-98e8-471b-8094-781ee479b796] Process exited with code 0\n2025-07-19 12:54:30.776 [info] [command][33453627-98e8-471b-8094-781ee479b796] Socket close event received\n2025-07-19 12:54:30.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55765 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:55:30.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:55:30.783 [info] [command][80a7668d-0f0e-4499-a38b-97170d2c6718] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""80a7668d-0f0e-4499-a38b-97170d2c6718""}\n2025-07-19 12:55:30.784 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e5d40583-6fb4-4eef-8a16-92e5d5973453] received connection request\n2025-07-19 12:55:30.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:55:30.814 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e5d40583-6fb4-4eef-8a16-92e5d5973453] socks forwarding established\n2025-07-19 12:55:30.856 [info] [command][80a7668d-0f0e-4499-a38b-97170d2c6718] Process exited with code 0\n2025-07-19 12:55:30.857 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e5d40583-6fb4-4eef-8a16-92e5d5973453] socks connection closed\n2025-07-19 12:55:30.857 [info] [command][80a7668d-0f0e-4499-a38b-97170d2c6718] Socket close event received\n2025-07-19 12:55:30.884 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55802 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:56:30.864 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:56:30.868 [info] [command][c6dc8348-8b3f-4669-a8be-c57572b8ed2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c6dc8348-8b3f-4669-a8be-c57572b8ed2a""}\n2025-07-19 12:56:30.868 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][649f122a-d499-482a-841f-631039cb8393] received connection request\n2025-07-19 12:56:30.869 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:56:31.026 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][649f122a-d499-482a-841f-631039cb8393] socks forwarding established\n2025-07-19 12:56:31.207 [info] [command][c6dc8348-8b3f-4669-a8be-c57572b8ed2a] Process exited with code 0\n2025-07-19 12:56:31.207 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][649f122a-d499-482a-841f-631039cb8393] socks connection closed\n2025-07-19 12:56:31.207 [info] [command][c6dc8348-8b3f-4669-a8be-c57572b8ed2a] Socket close event received\n2025-07-19 12:56:31.368 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55841 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:57:31.213 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:57:31.216 [info] [command][07bd1c6b-6f07-4f7c-a756-f3f6bb72c27e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""07bd1c6b-6f07-4f7c-a756-f3f6bb72c27e""}\n2025-07-19 12:57:31.217 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b508c22a-aba1-4103-b280-ecc231c18b41] received connection request\n2025-07-19 12:57:31.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:57:31.245 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b508c22a-aba1-4103-b280-ecc231c18b41] socks forwarding established\n2025-07-19 12:57:31.288 [info] [command][07bd1c6b-6f07-4f7c-a756-f3f6bb72c27e] Process exited with code 0\n2025-07-19 12:57:31.289 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b508c22a-aba1-4103-b280-ecc231c18b41] socks connection closed\n2025-07-19 12:57:31.289 [info] [command][07bd1c6b-6f07-4f7c-a756-f3f6bb72c27e] Socket close event received\n2025-07-19 12:57:31.316 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55861 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:58:31.294 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:58:31.297 [info] [command][1e450be6-78cd-4a31-b85a-26f514b34200] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1e450be6-78cd-4a31-b85a-26f514b34200""}\n2025-07-19 12:58:31.297 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d12fc467-ed1f-4b20-bb5c-34b0fe1d0971] received connection request\n2025-07-19 12:58:31.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:58:31.327 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d12fc467-ed1f-4b20-bb5c-34b0fe1d0971] socks forwarding established\n2025-07-19 12:58:31.367 [info] [command][1e450be6-78cd-4a31-b85a-26f514b34200] Process exited with code 0\n2025-07-19 12:58:31.367 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d12fc467-ed1f-4b20-bb5c-34b0fe1d0971] socks connection closed\n2025-07-19 12:58:31.367 [info] [command][1e450be6-78cd-4a31-b85a-26f514b34200] Socket close event received\n2025-07-19 12:58:31.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55898 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 12:59:31.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 12:59:31.387 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][51feb364-b6d7-4003-964e-4e0c7973c8e7] received connection request\n2025-07-19 12:59:31.388 [info] [command][8d438c36-f019-48da-9a83-b89da187f1ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8d438c36-f019-48da-9a83-b89da187f1ac""}\n2025-07-19 12:59:31.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 12:59:31.460 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][51feb364-b6d7-4003-964e-4e0c7973c8e7] socks forwarding established\n2025-07-19 12:59:31.764 [info] [command][8d438c36-f019-48da-9a83-b89da187f1ac] Process exited with code 0\n2025-07-19 12:59:31.764 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][51feb364-b6d7-4003-964e-4e0c7973c8e7] socks connection closed\n2025-07-19 12:59:31.764 [info] [command][8d438c36-f019-48da-9a83-b89da187f1ac] Socket close event received\n2025-07-19 12:59:31.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 55945 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:00:31.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:00:31.772 [info] [command][400efabf-6fd2-4343-983b-b90e32eed959] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""400efabf-6fd2-4343-983b-b90e32eed959""}\n2025-07-19 13:00:31.773 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][726436bd-7a27-4416-b22a-e8212f05b26a] received connection request\n2025-07-19 13:00:31.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:00:31.804 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][726436bd-7a27-4416-b22a-e8212f05b26a] socks forwarding established\n2025-07-19 13:00:31.846 [info] [command][400efabf-6fd2-4343-983b-b90e32eed959] Process exited with code 0\n2025-07-19 13:00:31.847 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][726436bd-7a27-4416-b22a-e8212f05b26a] socks connection closed\n2025-07-19 13:00:31.847 [info] [command][400efabf-6fd2-4343-983b-b90e32eed959] Socket close event received\n2025-07-19 13:00:31.874 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56009 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:01:31.852 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:01:31.854 [info] [command][0cfaf9ca-142e-4e06-870e-849817092cf6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0cfaf9ca-142e-4e06-870e-849817092cf6""}\n2025-07-19 13:01:31.855 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f3409208-81af-48d5-8f5c-9d6edf934372] received connection request\n2025-07-19 13:01:31.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:01:31.884 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f3409208-81af-48d5-8f5c-9d6edf934372] socks forwarding established\n2025-07-19 13:01:31.925 [info] [command][0cfaf9ca-142e-4e06-870e-849817092cf6] Process exited with code 0\n2025-07-19 13:01:31.925 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f3409208-81af-48d5-8f5c-9d6edf934372] socks connection closed\n2025-07-19 13:01:31.926 [info] [command][0cfaf9ca-142e-4e06-870e-849817092cf6] Socket close event received\n2025-07-19 13:01:31.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56026 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:02:31.931 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:02:31.932 [info] [command][c1fc49a0-7fa9-4608-b28f-f133ac9a98a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c1fc49a0-7fa9-4608-b28f-f133ac9a98a7""}\n2025-07-19 13:02:31.933 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ca607935-f6a9-4adf-948a-3f0480bd10ef] received connection request\n2025-07-19 13:02:31.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:02:31.965 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ca607935-f6a9-4adf-948a-3f0480bd10ef] socks forwarding established\n2025-07-19 13:02:32.024 [info] [command][c1fc49a0-7fa9-4608-b28f-f133ac9a98a7] Process exited with code 0\n2025-07-19 13:02:32.024 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ca607935-f6a9-4adf-948a-3f0480bd10ef] socks connection closed\n2025-07-19 13:02:32.025 [info] [command][c1fc49a0-7fa9-4608-b28f-f133ac9a98a7] Socket close event received\n2025-07-19 13:02:32.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56049 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:03:32.027 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:03:32.030 [info] [command][f10b41f2-8e0c-4ae0-976b-84f6580cec94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f10b41f2-8e0c-4ae0-976b-84f6580cec94""}\n2025-07-19 13:03:32.031 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5cef64e1-203c-4cd8-bf67-9d4e3c1decc5] received connection request\n2025-07-19 13:03:32.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:03:32.060 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5cef64e1-203c-4cd8-bf67-9d4e3c1decc5] socks forwarding established\n2025-07-19 13:03:32.106 [info] [command][f10b41f2-8e0c-4ae0-976b-84f6580cec94] Process exited with code 0\n2025-07-19 13:03:32.106 [info] [command][f10b41f2-8e0c-4ae0-976b-84f6580cec94] Socket close event received\n2025-07-19 13:03:32.132 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5cef64e1-203c-4cd8-bf67-9d4e3c1decc5] socks connection closed\n2025-07-19 13:03:32.134 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56076 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:04:32.109 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:04:32.111 [info] [command][6064d2b6-8c05-4b47-8885-99a12143a8e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6064d2b6-8c05-4b47-8885-99a12143a8e3""}\n2025-07-19 13:04:32.112 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][261e40ed-b0b6-48fe-92df-e4c7771aa623] received connection request\n2025-07-19 13:04:32.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:04:32.145 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][261e40ed-b0b6-48fe-92df-e4c7771aa623] socks forwarding established\n2025-07-19 13:04:32.192 [info] [command][6064d2b6-8c05-4b47-8885-99a12143a8e3] Process exited with code 0\n2025-07-19 13:04:32.192 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][261e40ed-b0b6-48fe-92df-e4c7771aa623] socks connection closed\n2025-07-19 13:04:32.193 [info] [command][6064d2b6-8c05-4b47-8885-99a12143a8e3] Socket close event received\n2025-07-19 13:04:32.221 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56114 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:05:32.193 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:05:32.195 [info] [command][9f88dc3b-2bb7-4447-ab73-ffc868ef4fcc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""9f88dc3b-2bb7-4447-ab73-ffc868ef4fcc""}\n2025-07-19 13:05:32.196 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][30500d6b-d807-4659-8dd9-d40286bdd80f] received connection request\n2025-07-19 13:05:32.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:05:32.226 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][30500d6b-d807-4659-8dd9-d40286bdd80f] socks forwarding established\n2025-07-19 13:05:32.267 [info] [command][9f88dc3b-2bb7-4447-ab73-ffc868ef4fcc] Process exited with code 0\n2025-07-19 13:05:32.267 [info] [command][9f88dc3b-2bb7-4447-ab73-ffc868ef4fcc] Socket close event received\n2025-07-19 13:05:32.292 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][30500d6b-d807-4659-8dd9-d40286bdd80f] socks connection closed\n2025-07-19 13:05:32.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56151 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:06:32.270 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:06:32.272 [info] [command][1f83e837-9eb9-4d03-98f4-3735c2b3e717] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1f83e837-9eb9-4d03-98f4-3735c2b3e717""}\n2025-07-19 13:06:32.273 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b3c21489-8164-4c04-bd19-df8182443fdd] received connection request\n2025-07-19 13:06:32.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:06:32.311 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b3c21489-8164-4c04-bd19-df8182443fdd] socks forwarding established\n2025-07-19 13:06:32.390 [info] [command][1f83e837-9eb9-4d03-98f4-3735c2b3e717] Process exited with code 0\n2025-07-19 13:06:32.391 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b3c21489-8164-4c04-bd19-df8182443fdd] socks connection closed\n2025-07-19 13:06:32.391 [info] [command][1f83e837-9eb9-4d03-98f4-3735c2b3e717] Socket close event received\n2025-07-19 13:06:32.428 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56182 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:07:32.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:07:32.397 [info] [command][9a9c4954-30d8-4098-834e-16a4e59f1b44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""9a9c4954-30d8-4098-834e-16a4e59f1b44""}\n2025-07-19 13:07:32.398 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d7c2a9d0-15bf-45b9-ab6a-9de9707069c4] received connection request\n2025-07-19 13:07:32.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:07:32.427 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d7c2a9d0-15bf-45b9-ab6a-9de9707069c4] socks forwarding established\n2025-07-19 13:07:32.468 [info] [command][9a9c4954-30d8-4098-834e-16a4e59f1b44] Process exited with code 0\n2025-07-19 13:07:32.468 [info] [command][9a9c4954-30d8-4098-834e-16a4e59f1b44] Socket close event received\n2025-07-19 13:07:32.494 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d7c2a9d0-15bf-45b9-ab6a-9de9707069c4] socks connection closed\n2025-07-19 13:07:32.495 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56203 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:08:32.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:08:32.480 [info] [command][5649e18f-2ac5-4b45-adc2-0c41d501edc6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""5649e18f-2ac5-4b45-adc2-0c41d501edc6""}\n2025-07-19 13:08:32.481 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][41fa07d7-eeed-4bd2-8d0b-0b9c34665f99] received connection request\n2025-07-19 13:08:32.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 13:08:32.483 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:08:32.512 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][41fa07d7-eeed-4bd2-8d0b-0b9c34665f99] socks forwarding established\n2025-07-19 13:08:32.553 [info] [command][5649e18f-2ac5-4b45-adc2-0c41d501edc6] Process exited with code 0\n2025-07-19 13:08:32.553 [info] [command][5649e18f-2ac5-4b45-adc2-0c41d501edc6] Socket close event received\n2025-07-19 13:08:32.578 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][41fa07d7-eeed-4bd2-8d0b-0b9c34665f99] socks connection closed\n2025-07-19 13:08:32.579 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56224 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:09:32.563 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:09:32.565 [info] [command][e39f8693-3b16-4240-a2d7-1217971b00c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e39f8693-3b16-4240-a2d7-1217971b00c8""}\n2025-07-19 13:09:32.566 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e0387b24-47f2-4242-a2bf-13000a741c78] received connection request\n2025-07-19 13:09:32.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:09:32.598 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e0387b24-47f2-4242-a2bf-13000a741c78] socks forwarding established\n2025-07-19 13:09:32.665 [info] [command][e39f8693-3b16-4240-a2d7-1217971b00c8] Process exited with code 0\n2025-07-19 13:09:32.665 [info] [command][e39f8693-3b16-4240-a2d7-1217971b00c8] Socket close event received\n2025-07-19 13:09:32.800 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e0387b24-47f2-4242-a2bf-13000a741c78] socks connection closed\n2025-07-19 13:09:32.820 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56261 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:10:32.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:10:32.670 [info] [command][3093ec80-b7d8-46cb-9047-ef90666ed8ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3093ec80-b7d8-46cb-9047-ef90666ed8ab""}\n2025-07-19 13:10:32.671 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][521f358e-e64a-4dc0-a84a-d5db24d590ac] received connection request\n2025-07-19 13:10:32.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:10:32.705 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][521f358e-e64a-4dc0-a84a-d5db24d590ac] socks forwarding established\n2025-07-19 13:10:32.747 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][521f358e-e64a-4dc0-a84a-d5db24d590ac] socks connection closed\n2025-07-19 13:10:32.748 [info] [command][3093ec80-b7d8-46cb-9047-ef90666ed8ab] Process exited with code 0\n2025-07-19 13:10:32.748 [info] [command][3093ec80-b7d8-46cb-9047-ef90666ed8ab] Socket close event received\n2025-07-19 13:10:32.776 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56299 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:11:32.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:11:32.755 [info] [command][1a2fef4a-17ac-4a56-a897-d5b4683aa069] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1a2fef4a-17ac-4a56-a897-d5b4683aa069""}\n2025-07-19 13:11:32.756 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f45535d0-9f38-46b7-98bb-8bd31eb79c61] received connection request\n2025-07-19 13:11:32.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:11:32.786 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f45535d0-9f38-46b7-98bb-8bd31eb79c61] socks forwarding established\n2025-07-19 13:11:32.853 [info] [command][1a2fef4a-17ac-4a56-a897-d5b4683aa069] Process exited with code 0\n2025-07-19 13:11:32.854 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f45535d0-9f38-46b7-98bb-8bd31eb79c61] socks connection closed\n2025-07-19 13:11:32.854 [info] [command][1a2fef4a-17ac-4a56-a897-d5b4683aa069] Socket close event received\n2025-07-19 13:11:32.883 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56337 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:12:32.855 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:12:32.857 [info] [command][d32b7e68-aba7-4dbd-9c94-5b7e99f5a076] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""d32b7e68-aba7-4dbd-9c94-5b7e99f5a076""}\n2025-07-19 13:12:32.858 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9aff5e34-e72f-4917-b94c-0526c3a5e0a5] received connection request\n2025-07-19 13:12:32.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:12:32.892 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9aff5e34-e72f-4917-b94c-0526c3a5e0a5] socks forwarding established\n2025-07-19 13:12:32.932 [info] [command][d32b7e68-aba7-4dbd-9c94-5b7e99f5a076] Process exited with code 0\n2025-07-19 13:12:32.932 [info] [command][d32b7e68-aba7-4dbd-9c94-5b7e99f5a076] Socket close event received\n2025-07-19 13:12:32.960 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56357 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:12:32.961 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9aff5e34-e72f-4917-b94c-0526c3a5e0a5] socks connection closed\n2025-07-19 13:13:32.941 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:13:32.944 [info] [command][83b75e0d-8446-463d-9084-cb33491f88d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""83b75e0d-8446-463d-9084-cb33491f88d2""}\n2025-07-19 13:13:32.945 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3dcbe7fa-7af1-464e-8755-2f4c8d08dc5e] received connection request\n2025-07-19 13:13:32.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:13:32.993 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3dcbe7fa-7af1-464e-8755-2f4c8d08dc5e] socks forwarding established\n2025-07-19 13:13:33.157 [info] [command][83b75e0d-8446-463d-9084-cb33491f88d2] Process exited with code 0\n2025-07-19 13:13:33.158 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3dcbe7fa-7af1-464e-8755-2f4c8d08dc5e] socks connection closed\n2025-07-19 13:13:33.158 [info] [command][83b75e0d-8446-463d-9084-cb33491f88d2] Socket close event received\n2025-07-19 13:13:33.185 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56380 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:14:33.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:14:33.167 [info] [command][16d6ac53-cc11-4fce-81e8-723fbbe6762b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""16d6ac53-cc11-4fce-81e8-723fbbe6762b""}\n2025-07-19 13:14:33.168 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1629da2b-a0ca-4fff-b888-96a5b4f27054] received connection request\n2025-07-19 13:14:33.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:14:33.201 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1629da2b-a0ca-4fff-b888-96a5b4f27054] socks forwarding established\n2025-07-19 13:14:33.268 [info] [command][16d6ac53-cc11-4fce-81e8-723fbbe6762b] Process exited with code 0\n2025-07-19 13:14:33.268 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1629da2b-a0ca-4fff-b888-96a5b4f27054] socks connection closed\n2025-07-19 13:14:33.268 [info] [command][16d6ac53-cc11-4fce-81e8-723fbbe6762b] Socket close event received\n2025-07-19 13:14:33.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56446 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:15:33.277 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:15:33.278 [info] [command][562e392b-f709-437a-9d79-15febe75e519] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""562e392b-f709-437a-9d79-15febe75e519""}\n2025-07-19 13:15:33.279 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][829ac8aa-29de-42d9-a786-28dae98e3cb6] received connection request\n2025-07-19 13:15:33.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:15:33.312 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][829ac8aa-29de-42d9-a786-28dae98e3cb6] socks forwarding established\n2025-07-19 13:15:33.353 [info] [command][562e392b-f709-437a-9d79-15febe75e519] Process exited with code 0\n2025-07-19 13:15:33.353 [info] [command][562e392b-f709-437a-9d79-15febe75e519] Socket close event received\n2025-07-19 13:15:33.378 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][829ac8aa-29de-42d9-a786-28dae98e3cb6] socks connection closed\n2025-07-19 13:15:33.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56479 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:16:33.364 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:16:33.366 [info] [command][5700361b-814b-42f2-9a7b-a79c9cf0cab5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""5700361b-814b-42f2-9a7b-a79c9cf0cab5""}\n2025-07-19 13:16:33.367 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ee9adbae-9825-448f-83de-479090bf3094] received connection request\n2025-07-19 13:16:33.367 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:16:33.412 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ee9adbae-9825-448f-83de-479090bf3094] socks forwarding established\n2025-07-19 13:16:33.483 [info] [command][5700361b-814b-42f2-9a7b-a79c9cf0cab5] Process exited with code 0\n2025-07-19 13:16:33.484 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ee9adbae-9825-448f-83de-479090bf3094] socks connection closed\n2025-07-19 13:16:33.484 [info] [command][5700361b-814b-42f2-9a7b-a79c9cf0cab5] Socket close event received\n2025-07-19 13:16:33.511 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56516 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:17:33.485 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:17:33.488 [info] [command][505dc525-ec6a-4596-bf62-e29df27badb6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""505dc525-ec6a-4596-bf62-e29df27badb6""}\n2025-07-19 13:17:33.489 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5a7800f4-0d66-4f3a-93e3-21d15797e8d6] received connection request\n2025-07-19 13:17:33.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:17:33.524 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5a7800f4-0d66-4f3a-93e3-21d15797e8d6] socks forwarding established\n2025-07-19 13:17:33.566 [info] [command][505dc525-ec6a-4596-bf62-e29df27badb6] Process exited with code 0\n2025-07-19 13:17:33.566 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5a7800f4-0d66-4f3a-93e3-21d15797e8d6] socks connection closed\n2025-07-19 13:17:33.566 [info] [command][505dc525-ec6a-4596-bf62-e29df27badb6] Socket close event received\n2025-07-19 13:17:33.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56535 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:18:33.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:18:33.574 [info] [command][68ce4d11-8ddc-4847-b61e-f17b92d68624] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""68ce4d11-8ddc-4847-b61e-f17b92d68624""}\n2025-07-19 13:18:33.575 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8634ca3f-f4e5-4796-bc3c-4f210e82e6dd] received connection request\n2025-07-19 13:18:33.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:18:33.609 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8634ca3f-f4e5-4796-bc3c-4f210e82e6dd] socks forwarding established\n2025-07-19 13:18:33.652 [info] [command][68ce4d11-8ddc-4847-b61e-f17b92d68624] Process exited with code 0\n2025-07-19 13:18:33.652 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8634ca3f-f4e5-4796-bc3c-4f210e82e6dd] socks connection closed\n2025-07-19 13:18:33.652 [info] [command][68ce4d11-8ddc-4847-b61e-f17b92d68624] Socket close event received\n2025-07-19 13:18:33.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56558 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:19:33.657 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:19:33.659 [info] [command][6894d82a-3ae6-4c47-bf70-8a1ef2b2aaa3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6894d82a-3ae6-4c47-bf70-8a1ef2b2aaa3""}\n2025-07-19 13:19:33.659 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a9861370-8fb5-4691-a372-60703c2750fb] received connection request\n2025-07-19 13:19:33.659 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:19:33.687 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a9861370-8fb5-4691-a372-60703c2750fb] socks forwarding established\n2025-07-19 13:19:33.750 [info] [command][6894d82a-3ae6-4c47-bf70-8a1ef2b2aaa3] Process exited with code 0\n2025-07-19 13:19:33.751 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a9861370-8fb5-4691-a372-60703c2750fb] socks connection closed\n2025-07-19 13:19:33.751 [info] [command][6894d82a-3ae6-4c47-bf70-8a1ef2b2aaa3] Socket close event received\n2025-07-19 13:19:33.777 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56610 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:20:33.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:20:33.755 [info] [command][1592be47-a897-4e0e-818f-40d543e583f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""1592be47-a897-4e0e-818f-40d543e583f6""}\n2025-07-19 13:20:33.756 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e0ca2062-c69c-4e95-b91e-2c81578ac306] received connection request\n2025-07-19 13:20:33.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 13:20:33.757 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:20:33.868 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e0ca2062-c69c-4e95-b91e-2c81578ac306] socks forwarding established\n2025-07-19 13:20:33.955 [info] [command][1592be47-a897-4e0e-818f-40d543e583f6] Process exited with code 0\n2025-07-19 13:20:33.955 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e0ca2062-c69c-4e95-b91e-2c81578ac306] socks connection closed\n2025-07-19 13:20:33.955 [info] [command][1592be47-a897-4e0e-818f-40d543e583f6] Socket close event received\n2025-07-19 13:20:34.115 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56650 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:21:33.961 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:21:33.963 [info] [command][3249ed03-0530-4dc3-9705-da7967fe8118] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""3249ed03-0530-4dc3-9705-da7967fe8118""}\n2025-07-19 13:21:33.964 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][84158834-ca1b-4271-b4c3-7ecb0bd028f7] received connection request\n2025-07-19 13:21:33.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:21:33.999 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][84158834-ca1b-4271-b4c3-7ecb0bd028f7] socks forwarding established\n2025-07-19 13:21:34.067 [info] [command][3249ed03-0530-4dc3-9705-da7967fe8118] Process exited with code 0\n2025-07-19 13:21:34.067 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][84158834-ca1b-4271-b4c3-7ecb0bd028f7] socks connection closed\n2025-07-19 13:21:34.067 [info] [command][3249ed03-0530-4dc3-9705-da7967fe8118] Socket close event received\n2025-07-19 13:21:34.095 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56686 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:22:34.072 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:22:34.074 [info] [command][a0d2b562-c73f-4bc6-9a4d-7fe4ceef8fd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a0d2b562-c73f-4bc6-9a4d-7fe4ceef8fd7""}\n2025-07-19 13:22:34.075 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][bc80ccf8-73a6-48b3-8a93-2acb3f95d15a] received connection request\n2025-07-19 13:22:34.075 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:22:34.111 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bc80ccf8-73a6-48b3-8a93-2acb3f95d15a] socks forwarding established\n2025-07-19 13:22:34.157 [info] [command][a0d2b562-c73f-4bc6-9a4d-7fe4ceef8fd7] Process exited with code 0\n2025-07-19 13:22:34.157 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][bc80ccf8-73a6-48b3-8a93-2acb3f95d15a] socks connection closed\n2025-07-19 13:22:34.157 [info] [command][a0d2b562-c73f-4bc6-9a4d-7fe4ceef8fd7] Socket close event received\n2025-07-19 13:22:34.187 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56740 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:23:34.162 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:23:34.164 [info] [command][6c87de3f-a892-4dce-8613-f9979ff4e742] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""6c87de3f-a892-4dce-8613-f9979ff4e742""}\n2025-07-19 13:23:34.165 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][8bb29f67-8d71-4cab-b56d-25ac08947297] received connection request\n2025-07-19 13:23:34.168 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:23:34.330 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8bb29f67-8d71-4cab-b56d-25ac08947297] socks forwarding established\n2025-07-19 13:23:34.508 [info] [command][6c87de3f-a892-4dce-8613-f9979ff4e742] Process exited with code 0\n2025-07-19 13:23:34.509 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][8bb29f67-8d71-4cab-b56d-25ac08947297] socks connection closed\n2025-07-19 13:23:34.509 [info] [command][6c87de3f-a892-4dce-8613-f9979ff4e742] Socket close event received\n2025-07-19 13:23:34.681 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56787 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:24:34.513 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:24:34.515 [info] [command][db8ca275-6167-4e0a-ae4f-7c1ab59518fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""db8ca275-6167-4e0a-ae4f-7c1ab59518fe""}\n2025-07-19 13:24:34.516 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][7798a829-2bc5-4444-995d-141a28fba4c1] received connection request\n2025-07-19 13:24:34.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:24:34.547 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7798a829-2bc5-4444-995d-141a28fba4c1] socks forwarding established\n2025-07-19 13:24:34.600 [info] [command][db8ca275-6167-4e0a-ae4f-7c1ab59518fe] Process exited with code 0\n2025-07-19 13:24:34.601 [info] [command][db8ca275-6167-4e0a-ae4f-7c1ab59518fe] Socket close event received\n2025-07-19 13:24:34.609 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][7798a829-2bc5-4444-995d-141a28fba4c1] socks connection closed\n2025-07-19 13:24:34.634 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56805 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:25:34.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:25:34.609 [info] [command][43166bdc-966d-4e06-b38a-a75c8a05a4bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""43166bdc-966d-4e06-b38a-a75c8a05a4bb""}\n2025-07-19 13:25:34.610 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][007e50a1-8d44-45d5-81bf-d434455ef015] received connection request\n2025-07-19 13:25:34.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:25:34.648 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][007e50a1-8d44-45d5-81bf-d434455ef015] socks forwarding established\n2025-07-19 13:25:34.687 [info] [command][43166bdc-966d-4e06-b38a-a75c8a05a4bb] Process exited with code 0\n2025-07-19 13:25:34.687 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][007e50a1-8d44-45d5-81bf-d434455ef015] socks connection closed\n2025-07-19 13:25:34.688 [info] [command][43166bdc-966d-4e06-b38a-a75c8a05a4bb] Socket close event received\n2025-07-19 13:25:34.722 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56844 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:26:34.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:26:34.695 [info] [command][ea5e73a3-a405-4c2a-bc20-c551f6833b7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ea5e73a3-a405-4c2a-bc20-c551f6833b7c""}\n2025-07-19 13:26:34.696 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][cb064120-d20f-44b9-830f-e4a8071bd1d4] received connection request\n2025-07-19 13:26:34.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:26:34.806 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cb064120-d20f-44b9-830f-e4a8071bd1d4] socks forwarding established\n2025-07-19 13:26:34.873 [info] [command][ea5e73a3-a405-4c2a-bc20-c551f6833b7c] Process exited with code 0\n2025-07-19 13:26:34.873 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][cb064120-d20f-44b9-830f-e4a8071bd1d4] socks connection closed\n2025-07-19 13:26:34.873 [info] [command][ea5e73a3-a405-4c2a-bc20-c551f6833b7c] Socket close event received\n2025-07-19 13:26:35.054 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56886 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:27:34.878 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:27:34.880 [info] [command][17b44721-4942-4a6b-b807-0cb88cbb1a40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""17b44721-4942-4a6b-b807-0cb88cbb1a40""}\n2025-07-19 13:27:34.881 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][2b494e5e-9941-4488-ad96-198659c870e9] received connection request\n2025-07-19 13:27:34.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:27:34.950 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2b494e5e-9941-4488-ad96-198659c870e9] socks forwarding established\n2025-07-19 13:27:34.998 [info] [command][17b44721-4942-4a6b-b807-0cb88cbb1a40] Process exited with code 0\n2025-07-19 13:27:34.999 [info] [command][17b44721-4942-4a6b-b807-0cb88cbb1a40] Socket close event received\n2025-07-19 13:27:35.029 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56915 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:27:35.030 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][2b494e5e-9941-4488-ad96-198659c870e9] socks connection closed\n2025-07-19 13:28:35.002 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:28:35.004 [info] [command][2978bc7c-2949-42fe-9955-6a29bb795318] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""2978bc7c-2949-42fe-9955-6a29bb795318""}\n2025-07-19 13:28:35.005 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][86f4e3b5-cb54-490b-9cc2-e7a9bb6c58d8] received connection request\n2025-07-19 13:28:35.006 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:28:35.040 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][86f4e3b5-cb54-490b-9cc2-e7a9bb6c58d8] socks forwarding established\n2025-07-19 13:28:35.081 [info] [command][2978bc7c-2949-42fe-9955-6a29bb795318] Process exited with code 0\n2025-07-19 13:28:35.081 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][86f4e3b5-cb54-490b-9cc2-e7a9bb6c58d8] socks connection closed\n2025-07-19 13:28:35.081 [info] [command][2978bc7c-2949-42fe-9955-6a29bb795318] Socket close event received\n2025-07-19 13:28:35.108 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56936 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:29:35.089 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:29:35.091 [info] [command][696dd82c-0848-491b-9983-78004f0754be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""696dd82c-0848-491b-9983-78004f0754be""}\n2025-07-19 13:29:35.092 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ef79b7e9-978b-455b-8ee2-5f94f3523cb0] received connection request\n2025-07-19 13:29:35.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:29:35.125 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ef79b7e9-978b-455b-8ee2-5f94f3523cb0] socks forwarding established\n2025-07-19 13:29:35.165 [info] [command][696dd82c-0848-491b-9983-78004f0754be] Process exited with code 0\n2025-07-19 13:29:35.165 [info] [command][696dd82c-0848-491b-9983-78004f0754be] Socket close event received\n2025-07-19 13:29:35.190 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ef79b7e9-978b-455b-8ee2-5f94f3523cb0] socks connection closed\n2025-07-19 13:29:35.191 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 56967 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:30:35.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:30:35.170 [info] [command][594409d5-5637-4300-8d2d-a61fa0899d25] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""594409d5-5637-4300-8d2d-a61fa0899d25""}\n2025-07-19 13:30:35.171 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][42ecedcc-066d-4722-99c1-b93dfd1db95f] received connection request\n2025-07-19 13:30:35.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:30:35.202 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][42ecedcc-066d-4722-99c1-b93dfd1db95f] socks forwarding established\n2025-07-19 13:30:35.244 [info] [command][594409d5-5637-4300-8d2d-a61fa0899d25] Process exited with code 0\n2025-07-19 13:30:35.244 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][42ecedcc-066d-4722-99c1-b93dfd1db95f] socks connection closed\n2025-07-19 13:30:35.244 [info] [command][594409d5-5637-4300-8d2d-a61fa0899d25] Socket close event received\n2025-07-19 13:30:35.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57008 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:31:35.250 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:31:35.252 [info] [command][28f86517-269f-4fe1-a408-57be7900cc1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""28f86517-269f-4fe1-a408-57be7900cc1c""}\n2025-07-19 13:31:35.253 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][570b3ff4-bd56-4a22-9754-5d72c8f47ea8] received connection request\n2025-07-19 13:31:35.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:31:35.340 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][570b3ff4-bd56-4a22-9754-5d72c8f47ea8] socks forwarding established\n2025-07-19 13:31:35.382 [info] [command][28f86517-269f-4fe1-a408-57be7900cc1c] Process exited with code 0\n2025-07-19 13:31:35.383 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][570b3ff4-bd56-4a22-9754-5d72c8f47ea8] socks connection closed\n2025-07-19 13:31:35.383 [info] [command][28f86517-269f-4fe1-a408-57be7900cc1c] Socket close event received\n2025-07-19 13:31:35.512 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57041 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:32:35.392 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:32:35.394 [info] [command][a232ca67-71e4-4a12-ab81-4ffb966f9f79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""a232ca67-71e4-4a12-ab81-4ffb966f9f79""}\n2025-07-19 13:32:35.394 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][32f1747d-bc4a-4955-a1d1-e3c70bc7b062] received connection request\n2025-07-19 13:32:35.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\n\n2025-07-19 13:32:35.394 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:32:35.423 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][32f1747d-bc4a-4955-a1d1-e3c70bc7b062] socks forwarding established\n2025-07-19 13:32:35.464 [info] [command][a232ca67-71e4-4a12-ab81-4ffb966f9f79] Process exited with code 0\n2025-07-19 13:32:35.465 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][32f1747d-bc4a-4955-a1d1-e3c70bc7b062] socks connection closed\n2025-07-19 13:32:35.465 [info] [command][a232ca67-71e4-4a12-ab81-4ffb966f9f79] Socket close event received\n2025-07-19 13:32:35.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57059 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:33:35.475 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:33:35.477 [info] [command][0535907b-6d5d-4704-94fe-8c2f935357a9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""0535907b-6d5d-4704-94fe-8c2f935357a9""}\n2025-07-19 13:33:35.478 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][5a14d080-9ab9-4b15-8f91-439b0b770b39] received connection request\n2025-07-19 13:33:35.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:33:35.506 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5a14d080-9ab9-4b15-8f91-439b0b770b39] socks forwarding established\n2025-07-19 13:33:35.548 [info] [command][0535907b-6d5d-4704-94fe-8c2f935357a9] Process exited with code 0\n2025-07-19 13:33:35.548 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][5a14d080-9ab9-4b15-8f91-439b0b770b39] socks connection closed\n2025-07-19 13:33:35.548 [info] [command][0535907b-6d5d-4704-94fe-8c2f935357a9] Socket close event received\n2025-07-19 13:33:35.574 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57080 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:34:35.557 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:34:35.559 [info] [command][8480aecd-8400-4491-95f0-df498b1863d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""8480aecd-8400-4491-95f0-df498b1863d0""}\n2025-07-19 13:34:35.560 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][f8ff59a1-5010-4beb-9bb7-96e7e7f4c9e6] received connection request\n2025-07-19 13:34:35.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:34:35.615 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f8ff59a1-5010-4beb-9bb7-96e7e7f4c9e6] socks forwarding established\n2025-07-19 13:34:35.771 [info] [command][8480aecd-8400-4491-95f0-df498b1863d0] Process exited with code 0\n2025-07-19 13:34:35.771 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][f8ff59a1-5010-4beb-9bb7-96e7e7f4c9e6] socks connection closed\n2025-07-19 13:34:35.771 [info] [command][8480aecd-8400-4491-95f0-df498b1863d0] Socket close event received\n2025-07-19 13:34:35.799 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57112 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:35:35.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:35:35.782 [info] [command][2126c75f-de1c-449f-89d5-221f4e1a1cbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""2126c75f-de1c-449f-89d5-221f4e1a1cbe""}\n2025-07-19 13:35:35.783 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9dee4306-971d-4bfb-8500-54adbc8f90ec] received connection request\n2025-07-19 13:35:35.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:35:35.812 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9dee4306-971d-4bfb-8500-54adbc8f90ec] socks forwarding established\n2025-07-19 13:35:35.852 [info] [command][2126c75f-de1c-449f-89d5-221f4e1a1cbe] Process exited with code 0\n2025-07-19 13:35:35.853 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9dee4306-971d-4bfb-8500-54adbc8f90ec] socks connection closed\n2025-07-19 13:35:35.853 [info] [command][2126c75f-de1c-449f-89d5-221f4e1a1cbe] Socket close event received\n2025-07-19 13:35:35.880 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57145 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:36:35.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:36:35.856 [info] [command][e489c4b6-dec5-4316-8be4-0a98f4a50dff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""e489c4b6-dec5-4316-8be4-0a98f4a50dff""}\n2025-07-19 13:36:35.857 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][ebbc784f-a440-46f7-b682-31be2945422b] received connection request\n2025-07-19 13:36:35.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:36:35.884 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ebbc784f-a440-46f7-b682-31be2945422b] socks forwarding established\n2025-07-19 13:36:35.927 [info] [command][e489c4b6-dec5-4316-8be4-0a98f4a50dff] Process exited with code 0\n2025-07-19 13:36:35.927 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][ebbc784f-a440-46f7-b682-31be2945422b] socks connection closed\n2025-07-19 13:36:35.927 [info] [command][e489c4b6-dec5-4316-8be4-0a98f4a50dff] Socket close event received\n2025-07-19 13:36:35.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57174 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:37:35.932 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:37:35.933 [info] [command][ee3aa390-3a2b-4815-8675-24bf671a1f8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ee3aa390-3a2b-4815-8675-24bf671a1f8b""}\n2025-07-19 13:37:35.933 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][9f8689af-c6be-4efd-b861-55dcb9190f9d] received connection request\n2025-07-19 13:37:35.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:37:35.963 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9f8689af-c6be-4efd-b861-55dcb9190f9d] socks forwarding established\n2025-07-19 13:37:36.001 [info] [command][ee3aa390-3a2b-4815-8675-24bf671a1f8b] Process exited with code 0\n2025-07-19 13:37:36.001 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][9f8689af-c6be-4efd-b861-55dcb9190f9d] socks connection closed\n2025-07-19 13:37:36.001 [info] [command][ee3aa390-3a2b-4815-8675-24bf671a1f8b] Socket close event received\n2025-07-19 13:37:36.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57202 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:38:36.011 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:38:36.013 [info] [command][c195f5c3-3de8-4649-bb51-47d0f3772345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c195f5c3-3de8-4649-bb51-47d0f3772345""}\n2025-07-19 13:38:36.014 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][fbc2fac2-309c-4447-ae1b-609676d5c873] received connection request\n2025-07-19 13:38:36.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:38:36.044 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fbc2fac2-309c-4447-ae1b-609676d5c873] socks forwarding established\n2025-07-19 13:38:36.084 [info] [command][c195f5c3-3de8-4649-bb51-47d0f3772345] Process exited with code 0\n2025-07-19 13:38:36.084 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][fbc2fac2-309c-4447-ae1b-609676d5c873] socks connection closed\n2025-07-19 13:38:36.084 [info] [command][c195f5c3-3de8-4649-bb51-47d0f3772345] Socket close event received\n2025-07-19 13:38:36.114 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57222 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:39:36.095 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:39:36.097 [info] [command][821f7646-0183-43d6-82d8-ee6853ec559f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""821f7646-0183-43d6-82d8-ee6853ec559f""}\n2025-07-19 13:39:36.098 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][e7b552e3-0f97-4fc6-83ef-a78ce9661e2a] received connection request\n2025-07-19 13:39:36.098 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:39:36.126 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e7b552e3-0f97-4fc6-83ef-a78ce9661e2a] socks forwarding established\n2025-07-19 13:39:36.166 [info] [command][821f7646-0183-43d6-82d8-ee6853ec559f] Process exited with code 0\n2025-07-19 13:39:36.167 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][e7b552e3-0f97-4fc6-83ef-a78ce9661e2a] socks connection closed\n2025-07-19 13:39:36.167 [info] [command][821f7646-0183-43d6-82d8-ee6853ec559f] Socket close event received\n2025-07-19 13:39:36.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57260 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:40:36.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:40:36.170 [info] [command][13a2b28a-c9cd-478c-a189-cce9ca588fdd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""13a2b28a-c9cd-478c-a189-cce9ca588fdd""}\n2025-07-19 13:40:36.171 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][1e3157b5-68bb-4d0f-9d0c-f2fb09e471ac] received connection request\n2025-07-19 13:40:36.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:40:36.201 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1e3157b5-68bb-4d0f-9d0c-f2fb09e471ac] socks forwarding established\n2025-07-19 13:40:36.243 [info] [command][13a2b28a-c9cd-478c-a189-cce9ca588fdd] Process exited with code 0\n2025-07-19 13:40:36.243 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][1e3157b5-68bb-4d0f-9d0c-f2fb09e471ac] socks connection closed\n2025-07-19 13:40:36.243 [info] [command][13a2b28a-c9cd-478c-a189-cce9ca588fdd] Socket close event received\n2025-07-19 13:40:36.268 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57293 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:41:36.243 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:41:36.245 [info] [command][92c7dd3e-e572-4c57-bdae-828e994fd0d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""92c7dd3e-e572-4c57-bdae-828e994fd0d1""}\n2025-07-19 13:41:36.246 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][d311f263-892a-4b12-9fe2-55effc60012d] received connection request\n2025-07-19 13:41:36.247 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:41:36.277 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d311f263-892a-4b12-9fe2-55effc60012d] socks forwarding established\n2025-07-19 13:41:36.322 [info] [command][92c7dd3e-e572-4c57-bdae-828e994fd0d1] Process exited with code 0\n2025-07-19 13:41:36.323 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][d311f263-892a-4b12-9fe2-55effc60012d] socks connection closed\n2025-07-19 13:41:36.323 [info] [command][92c7dd3e-e572-4c57-bdae-828e994fd0d1] Socket close event received\n2025-07-19 13:41:36.449 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57334 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:42:36.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:42:36.330 [info] [command][ed55d484-22e0-4fc3-a9b3-d96128ad7518] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""ed55d484-22e0-4fc3-a9b3-d96128ad7518""}\n2025-07-19 13:42:36.331 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][38f498ea-b028-4421-a833-fc2845512751] received connection request\n2025-07-19 13:42:36.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:42:36.361 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][38f498ea-b028-4421-a833-fc2845512751] socks forwarding established\n2025-07-19 13:42:36.408 [info] [command][ed55d484-22e0-4fc3-a9b3-d96128ad7518] Process exited with code 0\n2025-07-19 13:42:36.408 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][38f498ea-b028-4421-a833-fc2845512751] socks connection closed\n2025-07-19 13:42:36.408 [info] [command][ed55d484-22e0-4fc3-a9b3-d96128ad7518] Socket close event received\n2025-07-19 13:42:36.433 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57370 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:43:36.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:43:36.418 [info] [command][dcf8883e-494f-4248-b3e9-ff2bf1c03ed1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""dcf8883e-494f-4248-b3e9-ff2bf1c03ed1""}\n2025-07-19 13:43:36.418 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][397e86fb-8496-4a6f-9489-d3c18d3a99bf] received connection request\n2025-07-19 13:43:36.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:43:36.539 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][397e86fb-8496-4a6f-9489-d3c18d3a99bf] socks forwarding established\n2025-07-19 13:43:36.693 [info] [command][dcf8883e-494f-4248-b3e9-ff2bf1c03ed1] Process exited with code 0\n2025-07-19 13:43:36.694 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][397e86fb-8496-4a6f-9489-d3c18d3a99bf] socks connection closed\n2025-07-19 13:43:36.694 [info] [command][dcf8883e-494f-4248-b3e9-ff2bf1c03ed1] Socket close event received\n2025-07-19 13:43:36.720 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57391 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:44:36.694 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:44:36.695 [info] [command][c1a136a7-786f-4351-a9f4-8bea055506e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""c1a136a7-786f-4351-a9f4-8bea055506e7""}\n2025-07-19 13:44:36.696 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][b50cf0a6-e636-47a9-aa1c-d0899046cb4e] received connection request\n2025-07-19 13:44:36.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:44:36.725 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b50cf0a6-e636-47a9-aa1c-d0899046cb4e] socks forwarding established\n2025-07-19 13:44:36.766 [info] [command][c1a136a7-786f-4351-a9f4-8bea055506e7] Process exited with code 0\n2025-07-19 13:44:36.767 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][b50cf0a6-e636-47a9-aa1c-d0899046cb4e] socks connection closed\n2025-07-19 13:44:36.767 [info] [command][c1a136a7-786f-4351-a9f4-8bea055506e7] Socket close event received\n2025-07-19 13:44:36.796 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57427 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:45:36.776 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:45:36.778 [info] [command][f01f7784-2597-4f1d-b514-42af0a0253b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""f01f7784-2597-4f1d-b514-42af0a0253b0""}\n2025-07-19 13:45:36.779 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][3e57b22d-c235-4552-a263-d89fd7726aae] received connection request\n2025-07-19 13:45:36.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:45:36.810 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3e57b22d-c235-4552-a263-d89fd7726aae] socks forwarding established\n2025-07-19 13:45:36.850 [info] [command][f01f7784-2597-4f1d-b514-42af0a0253b0] Process exited with code 0\n2025-07-19 13:45:36.850 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][3e57b22d-c235-4552-a263-d89fd7726aae] socks connection closed\n2025-07-19 13:45:36.850 [info] [command][f01f7784-2597-4f1d-b514-42af0a0253b0] Socket close event received\n2025-07-19 13:45:36.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57465 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:46:36.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 13:46:36.856 [info] [command][7446d04a-a186-436b-8cf9-f9db53e89ed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""7446d04a-a186-436b-8cf9-f9db53e89ed7""}\n2025-07-19 13:46:36.857 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:46011][a643f9c3-2f92-4fc7-8a90-815fadac5221] received connection request\n2025-07-19 13:46:36.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:46:36.902 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a643f9c3-2f92-4fc7-8a90-815fadac5221] socks forwarding established\n2025-07-19 13:46:36.965 [info] [command][7446d04a-a186-436b-8cf9-f9db53e89ed7] Process exited with code 0\n2025-07-19 13:46:36.965 [info] [forwarding][multiplex][127.0.0.1:62786 -> 127.0.0.1:62745 -> 127.0.0.1:46011][a643f9c3-2f92-4fc7-8a90-815fadac5221] socks connection closed\n2025-07-19 13:46:36.965 [info] [command][7446d04a-a186-436b-8cf9-f9db53e89ed7] Socket close event received\n2025-07-19 13:46:36.992 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 62745 for 127.0.0.1 port 46011, connect from 127.0.0.1 port 57497 to 127.0.0.1 port 62745, nchannels 6\n\n2025-07-19 13:46:56.592 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-19 13:46:56.592 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-19 13:46:56.599 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:34135][92a93c4c-3631-48b4-b3a2-63075964f7f6] received connection request\n2025-07-19 13:46:56.599 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:46:59.613 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-19 13:46:59.614 [error] Failed to connect to Cursor server at http://127.0.0.1:62785, attempt 1 of 3 This operation was aborted\n2025-07-19 13:46:59.617 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:34135][3435027c-1e75-44f1-8788-c5b8c70a52f8] received connection request\n2025-07-19 13:46:59.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 62745 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 13:46:59.731 [info] Terminating existing SSH process with pid: 22650\n2025-07-19 13:46:59.731 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-19 13:46:59.732 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6bnp9t/socket.sock\n2025-07-19 13:46:59.732 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-19 13:46:59.733 [error] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][3435027c-1e75-44f1-8788-c5b8c70a52f8] error while creating socks forwarding Socket closed\n2025-07-19 13:46:59.733 [error] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][92a93c4c-3631-48b4-b3a2-63075964f7f6] error while creating socks forwarding Socket closed\n2025-07-19 13:46:59.733 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][c0bbe234-1008-4f82-9006-5e57fa6fba8d] socks connection closed\n2025-07-19 13:46:59.733 [info] [forwarding][code][127.0.0.1:62785 -> 127.0.0.1:62745 -> 127.0.0.1:34135][e0a5e9d2-f7d6-4b91-8a0d-628324bb3e2f] socks connection closed\n2025-07-19 13:46:59.736 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_47661.sh"" | ssh -v -T -D 57512 horeka.scc.kit.edu bash --login -c bash\n2025-07-19 13:46:59.736 [info] Started installation script. Waiting for it to finish...\n2025-07-19 13:46:59.736 [info] Waiting for server to install via process(31698)...\n2025-07-19 13:46:59.741 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-19 13:46:59.741 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-19 13:46:59.743 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-19 13:46:59.743 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-19 13:46:59.743 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-19 13:46:59.743 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-19 13:46:59.744 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-19 13:46:59.745 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-19 13:46:59.745 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-19 13:46:59.745 [info] Retrying connection in 5 seconds...\n2025-07-19 13:47:00.616 [error] Failed to connect to Cursor server at http://127.0.0.1:62785, attempt 2 of 3 This operation was aborted\n2025-07-19 13:47:01.625 [error] Failed to connect to Cursor server at http://127.0.0.1:62785, attempt 3 of 3 This operation was aborted\n2025-07-19 13:47:01.625 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-19 13:47:01.625 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-19 14:03:04.938 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_47661.sh\n2025-07-19 14:03:04.938 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:62786\n2025-07-19 14:03:04.938 [error] [forwarding][multiplex][127.0.0.1:62786 -> unknown}][2c53b5ca-74de-4f36-a4b3-4b8f746ffc5a] remote server not configured\n2025-07-19 14:03:04.938 [info] [command][de3221bf-6e48-4593-a9f0-fcdaeb4fdde1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""574757b8-1b27-4211-b523-61121ad825f0"",""id"":""de3221bf-6e48-4593-a9f0-fcdaeb4fdde1""}\n2025-07-19 14:03:04.939 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-6bnp9t/socket.sock\n2025-07-19 14:03:04.939 [error] [command][de3221bf-6e48-4593-a9f0-fcdaeb4fdde1] Socket error: Error: read ECONNRESET\n2025-07-19 14:03:04.939 [info] [command][de3221bf-6e48-4593-a9f0-fcdaeb4fdde1] Socket close event received\n2025-07-19 14:03:04.941 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25750.sh"" | ssh -v -T -D 57514 horeka.scc.kit.edu bash --login -c bash\n2025-07-19 14:03:04.941 [info] Started installation script. Waiting for it to finish...\n2025-07-19 14:03:04.941 [info] Waiting for server to install via process(31705)...\n2025-07-19 14:03:04.947 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-19 14:03:04.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-19 14:03:04.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-19 14:03:04.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-19 14:03:04.947 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-19 14:03:04.947 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-19 14:03:04.949 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-19 14:03:04.949 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-19 14:03:04.949 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-19 14:03:04.949 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-19 14:03:04.949 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_25750.sh\n2025-07-19 14:03:04.949 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-19 16:11:23.289 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-19 16:11:23.305 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-19 16:11:23.305 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-19 16:11:23.307 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-19 16:11:23.310 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15249.sh"" | ssh -v -T -D 58205 horeka.scc.kit.edu bash --login -c bash\n2025-07-19 16:11:23.310 [info] Started installation script. Waiting for it to finish...\n2025-07-19 16:11:23.310 [info] Waiting for server to install via process(32272)...\n2025-07-19 16:11:23.315 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-19 16:11:23.315 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-19 16:11:23.316 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-19 16:11:23.316 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-19 16:11:23.317 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-19 16:11:23.317 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-19 16:11:23.412 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-19 16:11:23.412 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\n\n2025-07-19 16:11:23.412 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-19 16:11:23.413 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-19 16:11:23.413 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-19 16:11:23.413 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-19 16:11:23.465 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-19 16:11:23.469 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-19 16:11:23.469 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-19 16:11:23.497 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-19 16:11:23.497 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-19 16:11:23.498 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-19 16:11:23.540 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-19 16:11:23.541 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-19 16:11:23.541 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-19 16:11:23.546 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-19 16:11:23.546 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-19 16:11:23.653 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-19 16:11:23.689 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-19 16:11:23.694 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \n\n2025-07-19 16:11:23.694 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-19 16:11:24.304 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\n\n2025-07-19 16:11:24.304 [info] (ssh_tunnel) stderr: debug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-19 16:11:24.343 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-19 16:11:24.535 [info] Askpass server received request: POST /\n2025-07-19 16:11:24.535 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-19 16:11:24.535 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-19 16:12:03.861 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-19 16:12:03.956 [info] Askpass server received request: POST /\n2025-07-19 16:12:03.956 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-19 16:12:03.956 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-19 16:12:11.464 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:58205 forwarded to remote address socks:0\n\n2025-07-19 16:12:11.465 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58205.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58205.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-19 16:12:11.465 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-19 16:12:11.466 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-19 16:12:11.890 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-19 16:12:11.891 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-19 16:12:11.899 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-19 16:12:11.957 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-19 16:12:14.688 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-19 16:12:14.851 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 16:12:14.943 [info] (ssh_tunnel) stdout: Server script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-19 16:12:15.110 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-19 16:12:15.113 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-19 16:12:15.127 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-19 16:12:15.149 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5\n\n2025-07-19 16:12:15.173 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3466401 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-19 16:12:15.698 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-19 16:12:15.852 [info] (ssh_tunnel) stdout: Code server script is already running /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 864386 sh /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\n\n2025-07-19 16:12:15.858 [info] (ssh_tunnel) stdout: Code server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 16:12:15.909 [info] (ssh_tunnel) stdout: 4e28f65d0467f49ace4fd676: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==38205==\nmultiplexConnectionToken==3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5==\ncodeListeningOn==34135==\ncodeConnectionToken==6f7dedd2-3909-463d-b8e4-f85a9da2f87d==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n4e28f65d0467f49ace4fd676: end\n\n2025-07-19 16:12:15.910 [info] Server install command exit code: 0\n2025-07-19 16:12:15.910 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_15249.sh\n2025-07-19 16:12:15.912 [info] [forwarding][code] creating new forwarding server\n2025-07-19 16:12:15.912 [info] [forwarding][code] server listening on 127.0.0.1:58258\n2025-07-19 16:12:15.912 [info] [forwarding][code] Set up server\n2025-07-19 16:12:15.912 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 6f7dedd2-3909-463d-b8e4-f85a9da2f87d\n2025-07-19 16:12:15.912 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-19 16:12:15.912 [info] [forwarding][multiplex] server listening on 127.0.0.1:58259\n2025-07-19 16:12:15.912 [info] [forwarding][multiplex] Set up server\n2025-07-19 16:12:15.913 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5\n2025-07-19 16:12:15.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:12:15.915 [info] (ssh_tunnel) stdout: Unlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-19 16:12:15.915 [info] [command][1d5ed8fb-139d-4138-94b2-8776cbf164ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1d5ed8fb-139d-4138-94b2-8776cbf164ac""}\n2025-07-19 16:12:15.916 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0723ec2f-3856-4b93-949c-3420b9ccb1e0] received connection request\n2025-07-19 16:12:15.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:12:15.927 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:34135][1cc8e06f-3da9-4ded-ba9a-5230469d6ffa] received connection request\n2025-07-19 16:12:15.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:12:15.978 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0723ec2f-3856-4b93-949c-3420b9ccb1e0] socks forwarding established\n2025-07-19 16:12:15.978 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][1cc8e06f-3da9-4ded-ba9a-5230469d6ffa] socks forwarding established\n2025-07-19 16:12:16.015 [info] Successfully connected to Cursor server at http://127.0.0.1:58258/version\n2025-07-19 16:12:16.015 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-19 16:12:16.016 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ecac9c4b-6cdf-4e87-9778-402b6903f6b7] received connection request\n2025-07-19 16:12:16.016 [info] [command][799bf6ee-a089-4f46-851b-0ba0fa3ca766] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""799bf6ee-a089-4f46-851b-0ba0fa3ca766""}\n2025-07-19 16:12:16.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:12:16.042 [info] [command][1d5ed8fb-139d-4138-94b2-8776cbf164ac] Process exited with code 0\n2025-07-19 16:12:16.042 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0723ec2f-3856-4b93-949c-3420b9ccb1e0] socks connection closed\n2025-07-19 16:12:16.042 [info] [command][1d5ed8fb-139d-4138-94b2-8776cbf164ac] Socket close event received\n2025-07-19 16:12:16.058 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ecac9c4b-6cdf-4e87-9778-402b6903f6b7] socks forwarding established\n2025-07-19 16:12:16.074 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58261 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:12:16.105 [info] [command][799bf6ee-a089-4f46-851b-0ba0fa3ca766] Process exited with code 0\n2025-07-19 16:12:16.106 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-19 16:12:16.106 [info] [remote-ssh] Resolved exec server. Socks port: 58205\n2025-07-19 16:12:16.106 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58258,""connectionToken"":""6f7dedd2-3909-463d-b8e4-f85a9da2f87d"",""extensionHostEnv"":{}}. Socks port: 58205\n2025-07-19 16:12:16.106 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ecac9c4b-6cdf-4e87-9778-402b6903f6b7] socks connection closed\n2025-07-19 16:12:16.106 [info] [command][799bf6ee-a089-4f46-851b-0ba0fa3ca766] Socket close event received\n2025-07-19 16:12:16.136 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58265 to 127.0.0.1 port 58205, nchannels 5\n\n2025-07-19 16:12:16.171 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:34135][a09a6874-3e64-4f2c-bb31-642b537e041c] received connection request\n2025-07-19 16:12:16.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:12:16.208 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][a09a6874-3e64-4f2c-bb31-642b537e041c] socks forwarding established\n2025-07-19 16:12:16.256 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:34135][392059d8-b4c3-46c2-88c5-8dc7f6270339] received connection request\n2025-07-19 16:12:16.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:12:16.287 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][392059d8-b4c3-46c2-88c5-8dc7f6270339] socks forwarding established\n2025-07-19 16:12:16.488 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-19 16:12:19.050 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 34135, connect from 127.0.0.1 port 58263 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:12:19.050 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][1cc8e06f-3da9-4ded-ba9a-5230469d6ffa] socks connection closed\n2025-07-19 16:12:21.567 [info] [tunnel-forwarding][localhost:8791 -> localhost:8791] server listening\n2025-07-19 16:12:21.567 [info] Cross binding to [::1]:8791. Originally bound to 127.0.0.1:8791\n2025-07-19 16:12:21.567 [info] [tunnel-forwarding][::1:8791 -> localhost:8791] server listening\n2025-07-19 16:12:25.234 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:34135][8ba5a56f-fde5-4fbb-9c43-c410a9a36f12] received connection request\n2025-07-19 16:12:25.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:12:25.265 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][8ba5a56f-fde5-4fbb-9c43-c410a9a36f12] socks forwarding established\n2025-07-19 16:12:31.308 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][8ba5a56f-fde5-4fbb-9c43-c410a9a36f12] socks connection closed\n2025-07-19 16:12:31.340 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 34135, connect from 127.0.0.1 port 58341 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:13:16.043 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:13:16.043 [info] [command][421a67d8-37cf-4171-8020-9f903a520a02] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""421a67d8-37cf-4171-8020-9f903a520a02""}\n2025-07-19 16:13:16.043 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a732bdfd-3f60-4a44-97a1-6c9a3d74b179] received connection request\n2025-07-19 16:13:16.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:13:16.076 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a732bdfd-3f60-4a44-97a1-6c9a3d74b179] socks forwarding established\n2025-07-19 16:13:16.122 [info] [command][421a67d8-37cf-4171-8020-9f903a520a02] Process exited with code 0\n2025-07-19 16:13:16.123 [info] [command][421a67d8-37cf-4171-8020-9f903a520a02] Socket close event received\n2025-07-19 16:13:16.123 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a732bdfd-3f60-4a44-97a1-6c9a3d74b179] socks connection closed\n2025-07-19 16:13:16.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58430 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:14:16.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:14:16.126 [info] [command][a5ab82c2-da45-495a-86df-3f91e2388239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a5ab82c2-da45-495a-86df-3f91e2388239""}\n2025-07-19 16:14:16.127 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][79d74d4b-6584-4bcb-be3d-3cead87e1a65] received connection request\n2025-07-19 16:14:16.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:14:16.160 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][79d74d4b-6584-4bcb-be3d-3cead87e1a65] socks forwarding established\n2025-07-19 16:14:16.207 [info] [command][a5ab82c2-da45-495a-86df-3f91e2388239] Process exited with code 0\n2025-07-19 16:14:16.208 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][79d74d4b-6584-4bcb-be3d-3cead87e1a65] socks connection closed\n2025-07-19 16:14:16.208 [info] [command][a5ab82c2-da45-495a-86df-3f91e2388239] Socket close event received\n2025-07-19 16:14:16.238 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58487 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:15:16.209 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:15:16.211 [info] [command][bafa2cdc-6243-4489-bb2b-d717c11fce5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bafa2cdc-6243-4489-bb2b-d717c11fce5b""}\n2025-07-19 16:15:16.213 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][821e165e-317a-4cb2-9c33-ed79465a7b72] received connection request\n2025-07-19 16:15:16.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:15:16.246 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][821e165e-317a-4cb2-9c33-ed79465a7b72] socks forwarding established\n2025-07-19 16:15:16.290 [info] [command][bafa2cdc-6243-4489-bb2b-d717c11fce5b] Process exited with code 0\n2025-07-19 16:15:16.291 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][821e165e-317a-4cb2-9c33-ed79465a7b72] socks connection closed\n2025-07-19 16:15:16.291 [info] [command][bafa2cdc-6243-4489-bb2b-d717c11fce5b] Socket close event received\n2025-07-19 16:15:16.320 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58518 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:16:16.294 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:16:16.296 [info] [command][a1d1824f-d0ff-462d-8a14-40bc84207e6c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a1d1824f-d0ff-462d-8a14-40bc84207e6c""}\n2025-07-19 16:16:16.296 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][dfcf3b19-8368-4289-be54-3a37ee4245e0] received connection request\n2025-07-19 16:16:16.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 16:16:16.296 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:16:16.328 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dfcf3b19-8368-4289-be54-3a37ee4245e0] socks forwarding established\n2025-07-19 16:16:16.370 [info] [command][a1d1824f-d0ff-462d-8a14-40bc84207e6c] Process exited with code 0\n2025-07-19 16:16:16.371 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dfcf3b19-8368-4289-be54-3a37ee4245e0] socks connection closed\n2025-07-19 16:16:16.371 [info] [command][a1d1824f-d0ff-462d-8a14-40bc84207e6c] Socket close event received\n2025-07-19 16:16:16.401 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58574 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:17:16.372 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:17:16.375 [info] [command][9b58006c-f845-40c9-acd9-4ee89299453e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9b58006c-f845-40c9-acd9-4ee89299453e""}\n2025-07-19 16:17:16.375 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bdc9f5a6-0037-4821-b9c2-bebe830237e7] received connection request\n2025-07-19 16:17:16.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:17:16.443 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bdc9f5a6-0037-4821-b9c2-bebe830237e7] socks forwarding established\n2025-07-19 16:17:16.585 [info] [command][9b58006c-f845-40c9-acd9-4ee89299453e] Process exited with code 0\n2025-07-19 16:17:16.585 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bdc9f5a6-0037-4821-b9c2-bebe830237e7] socks connection closed\n2025-07-19 16:17:16.586 [info] [command][9b58006c-f845-40c9-acd9-4ee89299453e] Socket close event received\n2025-07-19 16:17:16.616 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58626 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:18:16.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:18:16.593 [info] [command][21c31163-1fcb-451b-889b-20ee47ff6d91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""21c31163-1fcb-451b-889b-20ee47ff6d91""}\n2025-07-19 16:18:16.593 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][051e7b26-38da-44af-8cca-11ddf68e83a0] received connection request\n2025-07-19 16:18:16.594 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:18:16.634 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][051e7b26-38da-44af-8cca-11ddf68e83a0] socks forwarding established\n2025-07-19 16:18:16.680 [info] [command][21c31163-1fcb-451b-889b-20ee47ff6d91] Process exited with code 0\n2025-07-19 16:18:16.681 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][051e7b26-38da-44af-8cca-11ddf68e83a0] socks connection closed\n2025-07-19 16:18:16.681 [info] [command][21c31163-1fcb-451b-889b-20ee47ff6d91] Socket close event received\n2025-07-19 16:18:16.778 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58653 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:19:16.681 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:19:16.683 [info] [command][79fb9ed4-c9dc-407a-b7b6-50d8edab1629] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""79fb9ed4-c9dc-407a-b7b6-50d8edab1629""}\n2025-07-19 16:19:16.684 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2499ac47-39cb-46bf-9059-9329fa88026d] received connection request\n2025-07-19 16:19:16.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:19:16.715 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2499ac47-39cb-46bf-9059-9329fa88026d] socks forwarding established\n2025-07-19 16:19:16.753 [info] [command][79fb9ed4-c9dc-407a-b7b6-50d8edab1629] Process exited with code 0\n2025-07-19 16:19:16.754 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2499ac47-39cb-46bf-9059-9329fa88026d] socks connection closed\n2025-07-19 16:19:16.754 [info] [command][79fb9ed4-c9dc-407a-b7b6-50d8edab1629] Socket close event received\n2025-07-19 16:19:16.783 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58693 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:20:16.757 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:20:16.759 [info] [command][d1fa474d-aee6-4dfb-ba55-42619eec2e0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d1fa474d-aee6-4dfb-ba55-42619eec2e0f""}\n2025-07-19 16:20:16.760 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8b74b79c-d9a6-43cb-8787-485635e0d156] received connection request\n2025-07-19 16:20:16.761 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:20:16.849 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8b74b79c-d9a6-43cb-8787-485635e0d156] socks forwarding established\n2025-07-19 16:20:16.936 [info] [command][d1fa474d-aee6-4dfb-ba55-42619eec2e0f] Process exited with code 0\n2025-07-19 16:20:16.937 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8b74b79c-d9a6-43cb-8787-485635e0d156] socks connection closed\n2025-07-19 16:20:16.937 [info] [command][d1fa474d-aee6-4dfb-ba55-42619eec2e0f] Socket close event received\n2025-07-19 16:20:16.969 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58723 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:21:16.937 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:21:16.939 [info] [command][1442270c-fa13-415d-8621-f8f9fbcf2ac2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1442270c-fa13-415d-8621-f8f9fbcf2ac2""}\n2025-07-19 16:21:16.940 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][aff3db0f-f8fd-418c-ad9d-9913b9d9831d] received connection request\n2025-07-19 16:21:16.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 16:21:16.940 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:21:16.973 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][aff3db0f-f8fd-418c-ad9d-9913b9d9831d] socks forwarding established\n2025-07-19 16:21:17.018 [info] [command][1442270c-fa13-415d-8621-f8f9fbcf2ac2] Process exited with code 0\n2025-07-19 16:21:17.018 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][aff3db0f-f8fd-418c-ad9d-9913b9d9831d] socks connection closed\n2025-07-19 16:21:17.018 [info] [command][1442270c-fa13-415d-8621-f8f9fbcf2ac2] Socket close event received\n2025-07-19 16:21:17.141 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58751 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:22:17.024 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:22:17.027 [info] [command][11ebb88b-64ec-4df7-8f5b-3f72374c2331] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""11ebb88b-64ec-4df7-8f5b-3f72374c2331""}\n2025-07-19 16:22:17.028 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7803669c-9798-4352-93d2-279529457022] received connection request\n2025-07-19 16:22:17.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 16:22:17.029 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:22:17.065 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7803669c-9798-4352-93d2-279529457022] socks forwarding established\n2025-07-19 16:22:17.109 [info] [command][11ebb88b-64ec-4df7-8f5b-3f72374c2331] Process exited with code 0\n2025-07-19 16:22:17.109 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7803669c-9798-4352-93d2-279529457022] socks connection closed\n2025-07-19 16:22:17.110 [info] [command][11ebb88b-64ec-4df7-8f5b-3f72374c2331] Socket close event received\n2025-07-19 16:22:17.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58790 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:23:17.115 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:23:17.117 [info] [command][7839c551-3545-438d-98e8-a77a0def02f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7839c551-3545-438d-98e8-a77a0def02f4""}\n2025-07-19 16:23:17.118 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1aa468f4-1de9-4c80-a76f-7dba5ef52bec] received connection request\n2025-07-19 16:23:17.118 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:23:17.150 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1aa468f4-1de9-4c80-a76f-7dba5ef52bec] socks forwarding established\n2025-07-19 16:23:17.197 [info] [command][7839c551-3545-438d-98e8-a77a0def02f4] Process exited with code 0\n2025-07-19 16:23:17.198 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1aa468f4-1de9-4c80-a76f-7dba5ef52bec] socks connection closed\n2025-07-19 16:23:17.198 [info] [command][7839c551-3545-438d-98e8-a77a0def02f4] Socket close event received\n2025-07-19 16:23:17.227 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58811 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:24:17.202 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:24:17.205 [info] [command][cbf5951e-5bab-4985-a472-3aa6de008677] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""cbf5951e-5bab-4985-a472-3aa6de008677""}\n2025-07-19 16:24:17.206 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bc2d3d5f-5fea-4b77-8b47-5c525fe1f78b] received connection request\n2025-07-19 16:24:17.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:24:17.237 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc2d3d5f-5fea-4b77-8b47-5c525fe1f78b] socks forwarding established\n2025-07-19 16:24:17.283 [info] [command][cbf5951e-5bab-4985-a472-3aa6de008677] Process exited with code 0\n2025-07-19 16:24:17.284 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc2d3d5f-5fea-4b77-8b47-5c525fe1f78b] socks connection closed\n2025-07-19 16:24:17.284 [info] [command][cbf5951e-5bab-4985-a472-3aa6de008677] Socket close event received\n2025-07-19 16:24:17.314 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58844 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:25:17.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:25:17.292 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][068ea113-5147-4a89-b4b7-6fd25c99f2b6] received connection request\n2025-07-19 16:25:17.292 [info] [command][77e948d0-69d1-4b66-aec0-a7638df09811] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""77e948d0-69d1-4b66-aec0-a7638df09811""}\n2025-07-19 16:25:17.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 16:25:17.293 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:25:17.324 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][068ea113-5147-4a89-b4b7-6fd25c99f2b6] socks forwarding established\n2025-07-19 16:25:17.369 [info] [command][77e948d0-69d1-4b66-aec0-a7638df09811] Process exited with code 0\n2025-07-19 16:25:17.369 [info] [command][77e948d0-69d1-4b66-aec0-a7638df09811] Socket close event received\n2025-07-19 16:25:17.370 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][068ea113-5147-4a89-b4b7-6fd25c99f2b6] socks connection closed\n2025-07-19 16:25:17.400 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58863 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:26:17.374 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:26:17.376 [info] [command][e1bee493-7ea2-484b-b908-d4568ea2165d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e1bee493-7ea2-484b-b908-d4568ea2165d""}\n2025-07-19 16:26:17.377 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][73f779f3-5cc6-45a0-9550-4cb66b9c844f] received connection request\n2025-07-19 16:26:17.378 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:26:17.408 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][73f779f3-5cc6-45a0-9550-4cb66b9c844f] socks forwarding established\n2025-07-19 16:26:17.452 [info] [command][e1bee493-7ea2-484b-b908-d4568ea2165d] Process exited with code 0\n2025-07-19 16:26:17.453 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][73f779f3-5cc6-45a0-9550-4cb66b9c844f] socks connection closed\n2025-07-19 16:26:17.453 [info] [command][e1bee493-7ea2-484b-b908-d4568ea2165d] Socket close event received\n2025-07-19 16:26:17.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58890 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:27:17.457 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:27:17.459 [info] [command][862fe480-d68f-4224-9770-3f1d765c2e64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""862fe480-d68f-4224-9770-3f1d765c2e64""}\n2025-07-19 16:27:17.460 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0982a210-c4ed-4eb9-899f-63d5e42f769b] received connection request\n2025-07-19 16:27:17.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:27:17.525 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0982a210-c4ed-4eb9-899f-63d5e42f769b] socks forwarding established\n2025-07-19 16:27:17.570 [info] [command][862fe480-d68f-4224-9770-3f1d765c2e64] Process exited with code 0\n2025-07-19 16:27:17.570 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0982a210-c4ed-4eb9-899f-63d5e42f769b] socks connection closed\n2025-07-19 16:27:17.570 [info] [command][862fe480-d68f-4224-9770-3f1d765c2e64] Socket close event received\n2025-07-19 16:27:17.602 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58928 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:28:17.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:28:17.576 [info] [command][2140b330-c043-4f27-a12b-0f81a7a75547] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2140b330-c043-4f27-a12b-0f81a7a75547""}\n2025-07-19 16:28:17.576 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1903b167-4202-4398-ad63-43a88ec5a2fe] received connection request\n2025-07-19 16:28:17.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:28:17.615 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1903b167-4202-4398-ad63-43a88ec5a2fe] socks forwarding established\n2025-07-19 16:28:17.658 [info] [command][2140b330-c043-4f27-a12b-0f81a7a75547] Process exited with code 0\n2025-07-19 16:28:17.659 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1903b167-4202-4398-ad63-43a88ec5a2fe] socks connection closed\n2025-07-19 16:28:17.659 [info] [command][2140b330-c043-4f27-a12b-0f81a7a75547] Socket close event received\n2025-07-19 16:28:17.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 58958 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:29:17.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:29:17.665 [info] [command][63e4b49c-8620-4e24-a6db-d28a0ab59b3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""63e4b49c-8620-4e24-a6db-d28a0ab59b3b""}\n2025-07-19 16:29:17.666 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][410f5a17-13af-461d-906c-0ee5b9b1a08b] received connection request\n2025-07-19 16:29:17.666 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:29:17.736 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][410f5a17-13af-461d-906c-0ee5b9b1a08b] socks forwarding established\n2025-07-19 16:29:17.780 [info] [command][63e4b49c-8620-4e24-a6db-d28a0ab59b3b] Process exited with code 0\n2025-07-19 16:29:17.781 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][410f5a17-13af-461d-906c-0ee5b9b1a08b] socks connection closed\n2025-07-19 16:29:17.781 [info] [command][63e4b49c-8620-4e24-a6db-d28a0ab59b3b] Socket close event received\n2025-07-19 16:29:17.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59008 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:30:17.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:30:17.789 [info] [command][0bce4123-c2ba-418d-9943-c2ec1fb3cd65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0bce4123-c2ba-418d-9943-c2ec1fb3cd65""}\n2025-07-19 16:30:17.790 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4414aeec-bcc0-4bfd-a465-beea1ad5c189] received connection request\n2025-07-19 16:30:17.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:30:17.908 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4414aeec-bcc0-4bfd-a465-beea1ad5c189] socks forwarding established\n2025-07-19 16:30:17.953 [info] [command][0bce4123-c2ba-418d-9943-c2ec1fb3cd65] Process exited with code 0\n2025-07-19 16:30:17.953 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4414aeec-bcc0-4bfd-a465-beea1ad5c189] socks connection closed\n2025-07-19 16:30:17.953 [info] [command][0bce4123-c2ba-418d-9943-c2ec1fb3cd65] Socket close event received\n2025-07-19 16:30:17.986 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59058 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:31:17.955 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:31:17.958 [info] [command][e5da77a7-0966-4027-a938-7ff107520646] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e5da77a7-0966-4027-a938-7ff107520646""}\n2025-07-19 16:31:17.958 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d8b19e35-3d00-4ecb-be77-879f5e61f8f0] received connection request\n2025-07-19 16:31:17.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:31:18.033 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d8b19e35-3d00-4ecb-be77-879f5e61f8f0] socks forwarding established\n2025-07-19 16:31:18.151 [info] [command][e5da77a7-0966-4027-a938-7ff107520646] Process exited with code 0\n2025-07-19 16:31:18.151 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d8b19e35-3d00-4ecb-be77-879f5e61f8f0] socks connection closed\n2025-07-19 16:31:18.151 [info] [command][e5da77a7-0966-4027-a938-7ff107520646] Socket close event received\n2025-07-19 16:31:18.222 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59096 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:32:18.156 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:32:18.158 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0bafac54-4143-4290-89af-6acbc6d757d1] received connection request\n2025-07-19 16:32:18.158 [info] [command][56562339-eec8-4f57-9f4b-0815646212e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""56562339-eec8-4f57-9f4b-0815646212e5""}\n2025-07-19 16:32:18.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:32:18.190 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0bafac54-4143-4290-89af-6acbc6d757d1] socks forwarding established\n2025-07-19 16:32:18.240 [info] [command][56562339-eec8-4f57-9f4b-0815646212e5] Process exited with code 0\n2025-07-19 16:32:18.240 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0bafac54-4143-4290-89af-6acbc6d757d1] socks connection closed\n2025-07-19 16:32:18.240 [info] [command][56562339-eec8-4f57-9f4b-0815646212e5] Socket close event received\n2025-07-19 16:32:18.344 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59143 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:33:18.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:33:18.244 [info] [command][966365f5-6404-42c3-a2f4-f0f19bfc183a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""966365f5-6404-42c3-a2f4-f0f19bfc183a""}\n2025-07-19 16:33:18.245 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][87ee4f27-9053-4913-80d7-bb7af559c207] received connection request\n2025-07-19 16:33:18.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:33:18.284 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][87ee4f27-9053-4913-80d7-bb7af559c207] socks forwarding established\n2025-07-19 16:33:18.329 [info] [command][966365f5-6404-42c3-a2f4-f0f19bfc183a] Process exited with code 0\n2025-07-19 16:33:18.329 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][87ee4f27-9053-4913-80d7-bb7af559c207] socks connection closed\n2025-07-19 16:33:18.329 [info] [command][966365f5-6404-42c3-a2f4-f0f19bfc183a] Socket close event received\n2025-07-19 16:33:18.362 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59201 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:34:18.333 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:34:18.335 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0a917092-6d42-4ea7-bff8-bd53bc28e865] received connection request\n2025-07-19 16:34:18.336 [info] [command][1c48cb81-0d62-4957-9b45-65fcaf76302f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1c48cb81-0d62-4957-9b45-65fcaf76302f""}\n2025-07-19 16:34:18.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:34:18.447 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0a917092-6d42-4ea7-bff8-bd53bc28e865] socks forwarding established\n2025-07-19 16:34:18.598 [info] [command][1c48cb81-0d62-4957-9b45-65fcaf76302f] Process exited with code 0\n2025-07-19 16:34:18.598 [info] [command][1c48cb81-0d62-4957-9b45-65fcaf76302f] Socket close event received\n2025-07-19 16:34:18.599 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0a917092-6d42-4ea7-bff8-bd53bc28e865] socks connection closed\n2025-07-19 16:34:18.705 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59244 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:35:18.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:35:18.605 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f01f6fd9-6016-4e27-848c-73a621528bb2] received connection request\n2025-07-19 16:35:18.605 [info] [command][db555a24-d109-4936-8d98-023ea744211f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""db555a24-d109-4936-8d98-023ea744211f""}\n2025-07-19 16:35:18.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:35:18.686 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f01f6fd9-6016-4e27-848c-73a621528bb2] socks forwarding established\n2025-07-19 16:35:18.838 [info] [command][db555a24-d109-4936-8d98-023ea744211f] Process exited with code 0\n2025-07-19 16:35:18.839 [info] [command][db555a24-d109-4936-8d98-023ea744211f] Socket close event received\n2025-07-19 16:35:18.839 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f01f6fd9-6016-4e27-848c-73a621528bb2] socks connection closed\n2025-07-19 16:35:19.009 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59268 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:36:18.843 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:36:18.846 [info] [command][0d32d113-0d15-455b-b594-ee18ff833a19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0d32d113-0d15-455b-b594-ee18ff833a19""}\n2025-07-19 16:36:18.847 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7f3d7ff6-f1f0-4b9c-9240-b8a66e5f0a07] received connection request\n2025-07-19 16:36:18.847 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:36:18.876 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7f3d7ff6-f1f0-4b9c-9240-b8a66e5f0a07] socks forwarding established\n2025-07-19 16:36:18.920 [info] [command][0d32d113-0d15-455b-b594-ee18ff833a19] Process exited with code 0\n2025-07-19 16:36:18.920 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7f3d7ff6-f1f0-4b9c-9240-b8a66e5f0a07] socks connection closed\n2025-07-19 16:36:18.920 [info] [command][0d32d113-0d15-455b-b594-ee18ff833a19] Socket close event received\n2025-07-19 16:36:18.950 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59304 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:37:18.924 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:37:18.926 [info] [command][846ed4c9-e17c-4c2f-9db8-a3b0cdc2d5ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""846ed4c9-e17c-4c2f-9db8-a3b0cdc2d5ed""}\n2025-07-19 16:37:18.927 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][caf08682-c0f0-46ea-a4a0-8d23c43f36b5] received connection request\n2025-07-19 16:37:18.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:37:18.961 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][caf08682-c0f0-46ea-a4a0-8d23c43f36b5] socks forwarding established\n2025-07-19 16:37:19.006 [info] [command][846ed4c9-e17c-4c2f-9db8-a3b0cdc2d5ed] Process exited with code 0\n2025-07-19 16:37:19.006 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][caf08682-c0f0-46ea-a4a0-8d23c43f36b5] socks connection closed\n2025-07-19 16:37:19.007 [info] [command][846ed4c9-e17c-4c2f-9db8-a3b0cdc2d5ed] Socket close event received\n2025-07-19 16:37:19.036 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59345 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:38:19.013 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:38:19.015 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cb0fff3b-54f8-45ee-84e6-5b27cd49a693] received connection request\n2025-07-19 16:38:19.016 [info] [command][fcc91569-8f8c-4981-a7bf-c530db54dc32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fcc91569-8f8c-4981-a7bf-c530db54dc32""}\n2025-07-19 16:38:19.016 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:38:19.121 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb0fff3b-54f8-45ee-84e6-5b27cd49a693] socks forwarding established\n2025-07-19 16:38:19.167 [info] [command][fcc91569-8f8c-4981-a7bf-c530db54dc32] Process exited with code 0\n2025-07-19 16:38:19.167 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb0fff3b-54f8-45ee-84e6-5b27cd49a693] socks connection closed\n2025-07-19 16:38:19.167 [info] [command][fcc91569-8f8c-4981-a7bf-c530db54dc32] Socket close event received\n2025-07-19 16:38:19.201 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59366 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:39:19.172 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:39:19.175 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d7c55bb2-367c-4587-b6bf-3956e5a01887] received connection request\n2025-07-19 16:39:19.175 [info] [command][35214730-003d-41fc-91dd-4bfaaaa3a92b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""35214730-003d-41fc-91dd-4bfaaaa3a92b""}\n2025-07-19 16:39:19.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:39:19.208 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d7c55bb2-367c-4587-b6bf-3956e5a01887] socks forwarding established\n2025-07-19 16:39:19.252 [info] [command][35214730-003d-41fc-91dd-4bfaaaa3a92b] Process exited with code 0\n2025-07-19 16:39:19.252 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d7c55bb2-367c-4587-b6bf-3956e5a01887] socks connection closed\n2025-07-19 16:39:19.253 [info] [command][35214730-003d-41fc-91dd-4bfaaaa3a92b] Socket close event received\n2025-07-19 16:39:19.281 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59417 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:40:19.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:40:19.259 [info] [command][33dd8e24-c933-4c22-98a5-384d7e068e6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""33dd8e24-c933-4c22-98a5-384d7e068e6b""}\n2025-07-19 16:40:19.259 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4d4723c7-9b27-40cc-b040-6248c41d6f26] received connection request\n2025-07-19 16:40:19.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:40:19.290 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4d4723c7-9b27-40cc-b040-6248c41d6f26] socks forwarding established\n2025-07-19 16:40:19.335 [info] [command][33dd8e24-c933-4c22-98a5-384d7e068e6b] Process exited with code 0\n2025-07-19 16:40:19.335 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4d4723c7-9b27-40cc-b040-6248c41d6f26] socks connection closed\n2025-07-19 16:40:19.335 [info] [command][33dd8e24-c933-4c22-98a5-384d7e068e6b] Socket close event received\n2025-07-19 16:40:19.365 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59442 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:41:19.340 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:41:19.343 [info] [command][59dffe68-3ddf-497c-9a5a-74b89aee9747] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""59dffe68-3ddf-497c-9a5a-74b89aee9747""}\n2025-07-19 16:41:19.344 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9201e09b-32c0-45fd-bc80-59c295612624] received connection request\n2025-07-19 16:41:19.344 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:41:19.377 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9201e09b-32c0-45fd-bc80-59c295612624] socks forwarding established\n2025-07-19 16:41:19.421 [info] [command][59dffe68-3ddf-497c-9a5a-74b89aee9747] Process exited with code 0\n2025-07-19 16:41:19.421 [info] [command][59dffe68-3ddf-497c-9a5a-74b89aee9747] Socket close event received\n2025-07-19 16:41:19.422 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9201e09b-32c0-45fd-bc80-59c295612624] socks connection closed\n2025-07-19 16:41:19.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59475 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:42:19.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:42:19.427 [info] [command][4628a30a-e1e1-4a9f-b469-5ab062cde909] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4628a30a-e1e1-4a9f-b469-5ab062cde909""}\n2025-07-19 16:42:19.428 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][64deac32-0fd3-4542-854f-ef9b21c0280e] received connection request\n2025-07-19 16:42:19.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:42:19.460 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][64deac32-0fd3-4542-854f-ef9b21c0280e] socks forwarding established\n2025-07-19 16:42:19.505 [info] [command][4628a30a-e1e1-4a9f-b469-5ab062cde909] Process exited with code 0\n2025-07-19 16:42:19.505 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][64deac32-0fd3-4542-854f-ef9b21c0280e] socks connection closed\n2025-07-19 16:42:19.506 [info] [command][4628a30a-e1e1-4a9f-b469-5ab062cde909] Socket close event received\n2025-07-19 16:42:19.536 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59524 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:43:19.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:43:19.512 [info] [command][8aa10b94-2305-44d4-abce-d2717d811363] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8aa10b94-2305-44d4-abce-d2717d811363""}\n2025-07-19 16:43:19.512 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][754b7598-fc2f-40f9-92b9-22ff0b24f1dd] received connection request\n2025-07-19 16:43:19.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:43:19.546 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][754b7598-fc2f-40f9-92b9-22ff0b24f1dd] socks forwarding established\n2025-07-19 16:43:19.591 [info] [command][8aa10b94-2305-44d4-abce-d2717d811363] Process exited with code 0\n2025-07-19 16:43:19.592 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][754b7598-fc2f-40f9-92b9-22ff0b24f1dd] socks connection closed\n2025-07-19 16:43:19.592 [info] [command][8aa10b94-2305-44d4-abce-d2717d811363] Socket close event received\n2025-07-19 16:43:19.621 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59548 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:44:19.596 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:44:19.598 [info] [command][d6941304-d918-4bb5-a63f-1c5b55f95532] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d6941304-d918-4bb5-a63f-1c5b55f95532""}\n2025-07-19 16:44:19.598 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a93714f9-400b-4219-8f56-0f62838cfcb6] received connection request\n2025-07-19 16:44:19.599 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:44:19.633 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a93714f9-400b-4219-8f56-0f62838cfcb6] socks forwarding established\n2025-07-19 16:44:19.679 [info] [command][d6941304-d918-4bb5-a63f-1c5b55f95532] Process exited with code 0\n2025-07-19 16:44:19.679 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a93714f9-400b-4219-8f56-0f62838cfcb6] socks connection closed\n2025-07-19 16:44:19.679 [info] [command][d6941304-d918-4bb5-a63f-1c5b55f95532] Socket close event received\n2025-07-19 16:44:19.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59595 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:45:19.684 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:45:19.687 [info] [command][38f88e1e-650a-4a66-b39e-918d80f9d722] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""38f88e1e-650a-4a66-b39e-918d80f9d722""}\n2025-07-19 16:45:19.687 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fef3abd8-da3a-4d9d-9d7d-1180bca693b6] received connection request\n2025-07-19 16:45:19.688 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:45:19.856 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fef3abd8-da3a-4d9d-9d7d-1180bca693b6] socks forwarding established\n2025-07-19 16:45:19.941 [info] [command][38f88e1e-650a-4a66-b39e-918d80f9d722] Process exited with code 0\n2025-07-19 16:45:19.942 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fef3abd8-da3a-4d9d-9d7d-1180bca693b6] socks connection closed\n2025-07-19 16:45:19.943 [info] [command][38f88e1e-650a-4a66-b39e-918d80f9d722] Socket close event received\n2025-07-19 16:45:20.106 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59623 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:46:19.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:46:19.945 [info] [command][b9317e6a-83e6-47be-a0af-b8c173f6864d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b9317e6a-83e6-47be-a0af-b8c173f6864d""}\n2025-07-19 16:46:19.946 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ccbd717c-c9ad-4d2a-bdba-dc050c6a5b58] received connection request\n2025-07-19 16:46:19.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:46:20.013 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ccbd717c-c9ad-4d2a-bdba-dc050c6a5b58] socks forwarding established\n2025-07-19 16:46:20.060 [info] [command][b9317e6a-83e6-47be-a0af-b8c173f6864d] Process exited with code 0\n2025-07-19 16:46:20.060 [info] [command][b9317e6a-83e6-47be-a0af-b8c173f6864d] Socket close event received\n2025-07-19 16:46:20.060 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ccbd717c-c9ad-4d2a-bdba-dc050c6a5b58] socks connection closed\n2025-07-19 16:46:20.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59657 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:47:20.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:47:20.066 [info] [command][b70712e0-4de4-4281-b147-7fbfd26446d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b70712e0-4de4-4281-b147-7fbfd26446d0""}\n2025-07-19 16:47:20.067 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cdf00bcc-fe6e-405f-b7b5-a392263e7416] received connection request\n2025-07-19 16:47:20.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:47:20.102 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cdf00bcc-fe6e-405f-b7b5-a392263e7416] socks forwarding established\n2025-07-19 16:47:20.146 [info] [command][b70712e0-4de4-4281-b147-7fbfd26446d0] Process exited with code 0\n2025-07-19 16:47:20.147 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cdf00bcc-fe6e-405f-b7b5-a392263e7416] socks connection closed\n2025-07-19 16:47:20.147 [info] [command][b70712e0-4de4-4281-b147-7fbfd26446d0] Socket close event received\n2025-07-19 16:47:20.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59724 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:48:20.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:48:20.154 [info] [command][e9525124-5b5e-403c-a3b3-747c4a5dd8af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e9525124-5b5e-403c-a3b3-747c4a5dd8af""}\n2025-07-19 16:48:20.154 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][997887f7-e195-4a34-bab2-78883753a8fe] received connection request\n2025-07-19 16:48:20.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:48:20.188 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][997887f7-e195-4a34-bab2-78883753a8fe] socks forwarding established\n2025-07-19 16:48:20.297 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][997887f7-e195-4a34-bab2-78883753a8fe] socks connection closed\n2025-07-19 16:48:20.298 [info] [command][e9525124-5b5e-403c-a3b3-747c4a5dd8af] Process exited with code 0\n2025-07-19 16:48:20.298 [info] [command][e9525124-5b5e-403c-a3b3-747c4a5dd8af] Socket close event received\n2025-07-19 16:48:20.330 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59752 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:49:20.304 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:49:20.308 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][72cbda83-0d8e-4c03-8b55-63ac9c1eff7e] received connection request\n2025-07-19 16:49:20.308 [info] [command][c0e0474f-ef87-45d1-ba59-4772bda92052] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c0e0474f-ef87-45d1-ba59-4772bda92052""}\n2025-07-19 16:49:20.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:49:20.343 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][72cbda83-0d8e-4c03-8b55-63ac9c1eff7e] socks forwarding established\n2025-07-19 16:49:20.387 [info] [command][c0e0474f-ef87-45d1-ba59-4772bda92052] Process exited with code 0\n2025-07-19 16:49:20.387 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][72cbda83-0d8e-4c03-8b55-63ac9c1eff7e] socks connection closed\n2025-07-19 16:49:20.387 [info] [command][c0e0474f-ef87-45d1-ba59-4772bda92052] Socket close event received\n2025-07-19 16:49:20.416 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59796 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:50:20.389 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:50:20.391 [info] [command][5de640ec-251e-423d-be10-802db4bb0c3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5de640ec-251e-423d-be10-802db4bb0c3d""}\n2025-07-19 16:50:20.392 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8009eb26-c3ab-4821-87d2-bfea1bc4d1ac] received connection request\n2025-07-19 16:50:20.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:50:20.542 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8009eb26-c3ab-4821-87d2-bfea1bc4d1ac] socks forwarding established\n2025-07-19 16:50:20.716 [info] [command][5de640ec-251e-423d-be10-802db4bb0c3d] Process exited with code 0\n2025-07-19 16:50:20.717 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8009eb26-c3ab-4821-87d2-bfea1bc4d1ac] socks connection closed\n2025-07-19 16:50:20.717 [info] [command][5de640ec-251e-423d-be10-802db4bb0c3d] Socket close event received\n2025-07-19 16:50:20.747 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59836 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:51:20.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:51:20.720 [info] [command][f1e9fe6f-814a-4cbb-8256-044c2d872d0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f1e9fe6f-814a-4cbb-8256-044c2d872d0b""}\n2025-07-19 16:51:20.720 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9cc731aa-c057-4a7f-8254-5072fdb8bee6] received connection request\n2025-07-19 16:51:20.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:51:20.752 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9cc731aa-c057-4a7f-8254-5072fdb8bee6] socks forwarding established\n2025-07-19 16:51:20.811 [info] [command][f1e9fe6f-814a-4cbb-8256-044c2d872d0b] Process exited with code 0\n2025-07-19 16:51:20.811 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9cc731aa-c057-4a7f-8254-5072fdb8bee6] socks connection closed\n2025-07-19 16:51:20.812 [info] [command][f1e9fe6f-814a-4cbb-8256-044c2d872d0b] Socket close event received\n2025-07-19 16:51:20.884 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59881 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:52:20.815 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:52:20.816 [info] [command][16c11c7e-bd90-4ecf-9f5b-cc705b59bc19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""16c11c7e-bd90-4ecf-9f5b-cc705b59bc19""}\n2025-07-19 16:52:20.816 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cf601733-9677-47c9-9fd6-e4abd63cf4c4] received connection request\n2025-07-19 16:52:20.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:52:20.851 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cf601733-9677-47c9-9fd6-e4abd63cf4c4] socks forwarding established\n2025-07-19 16:52:20.919 [info] [command][16c11c7e-bd90-4ecf-9f5b-cc705b59bc19] Process exited with code 0\n2025-07-19 16:52:20.920 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cf601733-9677-47c9-9fd6-e4abd63cf4c4] socks connection closed\n2025-07-19 16:52:20.920 [info] [command][16c11c7e-bd90-4ecf-9f5b-cc705b59bc19] Socket close event received\n2025-07-19 16:52:20.995 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59931 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:53:20.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:53:20.925 [info] [command][9af81483-c2ed-417f-8b75-14a6fac40896] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9af81483-c2ed-417f-8b75-14a6fac40896""}\n2025-07-19 16:53:20.925 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fa42b6cb-a22e-4e93-a8f1-dd8900630575] received connection request\n2025-07-19 16:53:20.925 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:53:20.958 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fa42b6cb-a22e-4e93-a8f1-dd8900630575] socks forwarding established\n2025-07-19 16:53:21.005 [info] [command][9af81483-c2ed-417f-8b75-14a6fac40896] Process exited with code 0\n2025-07-19 16:53:21.005 [info] [command][9af81483-c2ed-417f-8b75-14a6fac40896] Socket close event received\n2025-07-19 16:53:21.007 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fa42b6cb-a22e-4e93-a8f1-dd8900630575] socks connection closed\n2025-07-19 16:53:21.039 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 59965 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:54:21.010 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:54:21.011 [info] [command][1c25ad92-9f0b-4e78-ab38-ce147fe2f687] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1c25ad92-9f0b-4e78-ab38-ce147fe2f687""}\n2025-07-19 16:54:21.011 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8aec18d6-bdd4-46e2-b25e-b4174d74665b] received connection request\n2025-07-19 16:54:21.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:54:21.043 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8aec18d6-bdd4-46e2-b25e-b4174d74665b] socks forwarding established\n2025-07-19 16:54:21.088 [info] [command][1c25ad92-9f0b-4e78-ab38-ce147fe2f687] Process exited with code 0\n2025-07-19 16:54:21.089 [info] [command][1c25ad92-9f0b-4e78-ab38-ce147fe2f687] Socket close event received\n2025-07-19 16:54:21.089 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8aec18d6-bdd4-46e2-b25e-b4174d74665b] socks connection closed\n2025-07-19 16:54:21.119 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60016 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:55:21.093 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:55:21.096 [info] [command][e6841136-d2fd-4ead-a4b3-25fa17d26dfe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e6841136-d2fd-4ead-a4b3-25fa17d26dfe""}\n2025-07-19 16:55:21.097 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][39d30122-5d04-47be-bdbc-752f4da53053] received connection request\n2025-07-19 16:55:21.097 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:55:21.164 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][39d30122-5d04-47be-bdbc-752f4da53053] socks forwarding established\n2025-07-19 16:55:21.210 [info] [command][e6841136-d2fd-4ead-a4b3-25fa17d26dfe] Process exited with code 0\n2025-07-19 16:55:21.210 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][39d30122-5d04-47be-bdbc-752f4da53053] socks connection closed\n2025-07-19 16:55:21.210 [info] [command][e6841136-d2fd-4ead-a4b3-25fa17d26dfe] Socket close event received\n2025-07-19 16:55:21.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60045 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:56:21.212 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:56:21.214 [info] [command][d6b5bcc1-28e9-421a-89b6-74cb968194e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d6b5bcc1-28e9-421a-89b6-74cb968194e3""}\n2025-07-19 16:56:21.215 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6fc305bc-8b71-4a1e-8645-9b96e17b8f05] received connection request\n2025-07-19 16:56:21.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:56:21.246 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6fc305bc-8b71-4a1e-8645-9b96e17b8f05] socks forwarding established\n2025-07-19 16:56:21.289 [info] [command][d6b5bcc1-28e9-421a-89b6-74cb968194e3] Process exited with code 0\n2025-07-19 16:56:21.289 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6fc305bc-8b71-4a1e-8645-9b96e17b8f05] socks connection closed\n2025-07-19 16:56:21.289 [info] [command][d6b5bcc1-28e9-421a-89b6-74cb968194e3] Socket close event received\n2025-07-19 16:56:21.318 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60094 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:57:21.293 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:57:21.296 [info] [command][b5bdd221-d1c9-441c-adbe-726a8f4e4986] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b5bdd221-d1c9-441c-adbe-726a8f4e4986""}\n2025-07-19 16:57:21.296 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d028f986-e627-4333-908f-798711e247f7] received connection request\n2025-07-19 16:57:21.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:57:21.328 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d028f986-e627-4333-908f-798711e247f7] socks forwarding established\n2025-07-19 16:57:21.372 [info] [command][b5bdd221-d1c9-441c-adbe-726a8f4e4986] Process exited with code 0\n2025-07-19 16:57:21.372 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d028f986-e627-4333-908f-798711e247f7] socks connection closed\n2025-07-19 16:57:21.372 [info] [command][b5bdd221-d1c9-441c-adbe-726a8f4e4986] Socket close event received\n2025-07-19 16:57:21.401 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60135 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:58:21.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:58:21.379 [info] [command][903b2be3-4e5f-4834-935e-1ee267d54284] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""903b2be3-4e5f-4834-935e-1ee267d54284""}\n2025-07-19 16:58:21.380 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][39bed09f-3d0d-4027-a7b2-42817ceb5ffb] received connection request\n2025-07-19 16:58:21.381 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:58:21.413 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][39bed09f-3d0d-4027-a7b2-42817ceb5ffb] socks forwarding established\n2025-07-19 16:58:21.459 [info] [command][903b2be3-4e5f-4834-935e-1ee267d54284] Process exited with code 0\n2025-07-19 16:58:21.459 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][39bed09f-3d0d-4027-a7b2-42817ceb5ffb] socks connection closed\n2025-07-19 16:58:21.459 [info] [command][903b2be3-4e5f-4834-935e-1ee267d54284] Socket close event received\n2025-07-19 16:58:21.555 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60166 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 16:59:21.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 16:59:21.468 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bcd64a58-880a-46a4-a7b6-fe19f6f6a289] received connection request\n2025-07-19 16:59:21.469 [info] [command][c0a4bf8f-7ea4-4adf-8c61-7d552b7d4b4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c0a4bf8f-7ea4-4adf-8c61-7d552b7d4b4f""}\n2025-07-19 16:59:21.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 16:59:21.503 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bcd64a58-880a-46a4-a7b6-fe19f6f6a289] socks forwarding established\n2025-07-19 16:59:21.544 [info] [command][c0a4bf8f-7ea4-4adf-8c61-7d552b7d4b4f] Process exited with code 0\n2025-07-19 16:59:21.545 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bcd64a58-880a-46a4-a7b6-fe19f6f6a289] socks connection closed\n2025-07-19 16:59:21.545 [info] [command][c0a4bf8f-7ea4-4adf-8c61-7d552b7d4b4f] Socket close event received\n2025-07-19 16:59:21.576 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60205 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:00:21.548 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:00:21.551 [info] [command][d6b1a81d-3d0a-4e77-b25a-84893359fafe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d6b1a81d-3d0a-4e77-b25a-84893359fafe""}\n2025-07-19 17:00:21.552 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ea553387-4076-4a27-9b1c-cea396fda315] received connection request\n2025-07-19 17:00:21.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:00:21.584 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ea553387-4076-4a27-9b1c-cea396fda315] socks forwarding established\n2025-07-19 17:00:21.632 [info] [command][d6b1a81d-3d0a-4e77-b25a-84893359fafe] Process exited with code 0\n2025-07-19 17:00:21.632 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ea553387-4076-4a27-9b1c-cea396fda315] socks connection closed\n2025-07-19 17:00:21.633 [info] [command][d6b1a81d-3d0a-4e77-b25a-84893359fafe] Socket close event received\n2025-07-19 17:00:21.662 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60226 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:01:21.635 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:01:21.637 [info] [command][0c394521-cf37-4c0c-9f8a-51c68d011ca0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0c394521-cf37-4c0c-9f8a-51c68d011ca0""}\n2025-07-19 17:01:21.638 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5a74c5cc-1e6e-4eb0-85c7-2e65051e85b0] received connection request\n2025-07-19 17:01:21.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:01:21.670 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5a74c5cc-1e6e-4eb0-85c7-2e65051e85b0] socks forwarding established\n2025-07-19 17:01:21.713 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5a74c5cc-1e6e-4eb0-85c7-2e65051e85b0] socks connection closed\n2025-07-19 17:01:21.713 [info] [command][0c394521-cf37-4c0c-9f8a-51c68d011ca0] Process exited with code 0\n2025-07-19 17:01:21.713 [info] [command][0c394521-cf37-4c0c-9f8a-51c68d011ca0] Socket close event received\n2025-07-19 17:01:21.831 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60261 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:02:21.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:02:21.716 [info] [command][7558385b-0503-40a9-9d11-52b11af7b1e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7558385b-0503-40a9-9d11-52b11af7b1e3""}\n2025-07-19 17:02:21.716 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c71778ab-0497-4e02-a4dd-3ac63bffa3d8] received connection request\n2025-07-19 17:02:21.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:02:21.837 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c71778ab-0497-4e02-a4dd-3ac63bffa3d8] socks forwarding established\n2025-07-19 17:02:21.882 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c71778ab-0497-4e02-a4dd-3ac63bffa3d8] socks connection closed\n2025-07-19 17:02:21.882 [info] [command][7558385b-0503-40a9-9d11-52b11af7b1e3] Process exited with code 0\n2025-07-19 17:02:21.883 [info] [command][7558385b-0503-40a9-9d11-52b11af7b1e3] Socket close event received\n2025-07-19 17:02:21.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60298 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:03:21.887 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:03:21.888 [info] [command][9eb15725-9678-4904-84a0-bef340823a85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9eb15725-9678-4904-84a0-bef340823a85""}\n2025-07-19 17:03:21.888 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][33281654-00d0-4989-9455-6783a52b1302] received connection request\n2025-07-19 17:03:21.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:03:21.923 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][33281654-00d0-4989-9455-6783a52b1302] socks forwarding established\n2025-07-19 17:03:22.040 [info] [command][9eb15725-9678-4904-84a0-bef340823a85] Process exited with code 0\n2025-07-19 17:03:22.040 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][33281654-00d0-4989-9455-6783a52b1302] socks connection closed\n2025-07-19 17:03:22.040 [info] [command][9eb15725-9678-4904-84a0-bef340823a85] Socket close event received\n2025-07-19 17:03:22.071 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60323 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:04:22.042 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:04:22.044 [info] [command][cbe9f48b-7611-4f0e-8276-63c94884265c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""cbe9f48b-7611-4f0e-8276-63c94884265c""}\n2025-07-19 17:04:22.044 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6d2a05e7-0eb7-4a74-9926-2652676959e4] received connection request\n2025-07-19 17:04:22.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:04:22.077 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6d2a05e7-0eb7-4a74-9926-2652676959e4] socks forwarding established\n2025-07-19 17:04:22.205 [info] [command][cbe9f48b-7611-4f0e-8276-63c94884265c] Process exited with code 0\n2025-07-19 17:04:22.206 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6d2a05e7-0eb7-4a74-9926-2652676959e4] socks connection closed\n2025-07-19 17:04:22.206 [info] [command][cbe9f48b-7611-4f0e-8276-63c94884265c] Socket close event received\n2025-07-19 17:04:22.235 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60364 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:05:22.211 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:05:22.213 [info] [command][e0ed498d-f5e6-4c12-a12e-a2ef0c9f43bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e0ed498d-f5e6-4c12-a12e-a2ef0c9f43bb""}\n2025-07-19 17:05:22.214 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2c19aa90-008f-424c-a601-05e69a551f42] received connection request\n2025-07-19 17:05:22.215 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:05:22.248 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2c19aa90-008f-424c-a601-05e69a551f42] socks forwarding established\n2025-07-19 17:05:22.293 [info] [command][e0ed498d-f5e6-4c12-a12e-a2ef0c9f43bb] Process exited with code 0\n2025-07-19 17:05:22.293 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2c19aa90-008f-424c-a601-05e69a551f42] socks connection closed\n2025-07-19 17:05:22.293 [info] [command][e0ed498d-f5e6-4c12-a12e-a2ef0c9f43bb] Socket close event received\n2025-07-19 17:05:22.323 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60387 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:06:22.298 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:06:22.301 [info] [command][571cbfd2-5971-4e93-b00d-af740dcd463c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""571cbfd2-5971-4e93-b00d-af740dcd463c""}\n2025-07-19 17:06:22.301 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1b291609-3b80-4074-8c70-1f3accd684a6] received connection request\n2025-07-19 17:06:22.304 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:06:22.343 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1b291609-3b80-4074-8c70-1f3accd684a6] socks forwarding established\n2025-07-19 17:06:22.403 [info] [command][571cbfd2-5971-4e93-b00d-af740dcd463c] Process exited with code 0\n2025-07-19 17:06:22.403 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1b291609-3b80-4074-8c70-1f3accd684a6] socks connection closed\n2025-07-19 17:06:22.403 [info] [command][571cbfd2-5971-4e93-b00d-af740dcd463c] Socket close event received\n2025-07-19 17:06:22.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60438 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:07:22.408 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:07:22.411 [info] [command][7a7f6038-6711-4e61-8c9a-ea5633f4f7d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7a7f6038-6711-4e61-8c9a-ea5633f4f7d4""}\n2025-07-19 17:07:22.411 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][74e12a0e-178f-4412-8c5c-2623e8aece7c] received connection request\n2025-07-19 17:07:22.412 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:07:22.443 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][74e12a0e-178f-4412-8c5c-2623e8aece7c] socks forwarding established\n2025-07-19 17:07:22.490 [info] [command][7a7f6038-6711-4e61-8c9a-ea5633f4f7d4] Process exited with code 0\n2025-07-19 17:07:22.491 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][74e12a0e-178f-4412-8c5c-2623e8aece7c] socks connection closed\n2025-07-19 17:07:22.491 [info] [command][7a7f6038-6711-4e61-8c9a-ea5633f4f7d4] Socket close event received\n2025-07-19 17:07:22.523 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60494 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:08:22.492 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:08:22.494 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1ef97b8c-28c6-4630-b3aa-066b479ae5fb] received connection request\n2025-07-19 17:08:22.495 [info] [command][7e741f29-ad9d-48e9-a629-56c8ad01a368] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7e741f29-ad9d-48e9-a629-56c8ad01a368""}\n2025-07-19 17:08:22.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:08:22.532 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ef97b8c-28c6-4630-b3aa-066b479ae5fb] socks forwarding established\n2025-07-19 17:08:22.577 [info] [command][7e741f29-ad9d-48e9-a629-56c8ad01a368] Process exited with code 0\n2025-07-19 17:08:22.577 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ef97b8c-28c6-4630-b3aa-066b479ae5fb] socks connection closed\n2025-07-19 17:08:22.577 [info] [command][7e741f29-ad9d-48e9-a629-56c8ad01a368] Socket close event received\n2025-07-19 17:08:22.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60544 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:09:22.583 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:09:22.585 [info] [command][eb7882a3-03d4-4e54-95d5-b4a90e7d0b6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""eb7882a3-03d4-4e54-95d5-b4a90e7d0b6b""}\n2025-07-19 17:09:22.585 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e0ab60ee-1cce-4b38-bed7-557848c63cc8] received connection request\n2025-07-19 17:09:22.586 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:09:22.617 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e0ab60ee-1cce-4b38-bed7-557848c63cc8] socks forwarding established\n2025-07-19 17:09:22.663 [info] [command][eb7882a3-03d4-4e54-95d5-b4a90e7d0b6b] Process exited with code 0\n2025-07-19 17:09:22.663 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e0ab60ee-1cce-4b38-bed7-557848c63cc8] socks connection closed\n2025-07-19 17:09:22.663 [info] [command][eb7882a3-03d4-4e54-95d5-b4a90e7d0b6b] Socket close event received\n2025-07-19 17:09:22.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60588 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:10:22.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:10:22.670 [info] [command][6be6cf6a-73f5-4d3a-9ad8-4dbe1547b240] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6be6cf6a-73f5-4d3a-9ad8-4dbe1547b240""}\n2025-07-19 17:10:22.670 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b2cc308d-5ccf-4286-8020-eb07a0a26f85] received connection request\n2025-07-19 17:10:22.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:10:22.703 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b2cc308d-5ccf-4286-8020-eb07a0a26f85] socks forwarding established\n2025-07-19 17:10:22.748 [info] [command][6be6cf6a-73f5-4d3a-9ad8-4dbe1547b240] Process exited with code 0\n2025-07-19 17:10:22.749 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b2cc308d-5ccf-4286-8020-eb07a0a26f85] socks connection closed\n2025-07-19 17:10:22.749 [info] [command][6be6cf6a-73f5-4d3a-9ad8-4dbe1547b240] Socket close event received\n2025-07-19 17:10:22.783 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60614 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:11:22.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:11:22.750 [info] [command][0aad517b-d56d-472c-b7d0-0a35dba3772f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0aad517b-d56d-472c-b7d0-0a35dba3772f""}\n2025-07-19 17:11:22.751 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e1c9d179-9b97-4521-8dab-d2bc8ff18881] received connection request\n2025-07-19 17:11:22.751 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:11:22.782 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e1c9d179-9b97-4521-8dab-d2bc8ff18881] socks forwarding established\n2025-07-19 17:11:22.820 [info] [command][0aad517b-d56d-472c-b7d0-0a35dba3772f] Process exited with code 0\n2025-07-19 17:11:22.821 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e1c9d179-9b97-4521-8dab-d2bc8ff18881] socks connection closed\n2025-07-19 17:11:22.821 [info] [command][0aad517b-d56d-472c-b7d0-0a35dba3772f] Socket close event received\n2025-07-19 17:11:22.850 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60661 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:12:22.823 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:12:22.828 [info] [command][48dd1084-f77a-408d-bdcb-eeda2a408f50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""48dd1084-f77a-408d-bdcb-eeda2a408f50""}\n2025-07-19 17:12:22.828 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][add2ba97-226b-4a8b-9078-8c3209c86fbf] received connection request\n2025-07-19 17:12:22.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:12:22.861 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][add2ba97-226b-4a8b-9078-8c3209c86fbf] socks forwarding established\n2025-07-19 17:12:22.902 [info] [command][48dd1084-f77a-408d-bdcb-eeda2a408f50] Process exited with code 0\n2025-07-19 17:12:22.903 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][add2ba97-226b-4a8b-9078-8c3209c86fbf] socks connection closed\n2025-07-19 17:12:22.903 [info] [command][48dd1084-f77a-408d-bdcb-eeda2a408f50] Socket close event received\n2025-07-19 17:12:22.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60690 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:13:22.903 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:13:22.905 [info] [command][98f2441f-0024-4ae2-ad72-db71a883243f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""98f2441f-0024-4ae2-ad72-db71a883243f""}\n2025-07-19 17:13:22.906 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ce85735a-fa15-4ba0-a7a8-b371ff875116] received connection request\n2025-07-19 17:13:22.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:13:23.012 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ce85735a-fa15-4ba0-a7a8-b371ff875116] socks forwarding established\n2025-07-19 17:13:23.231 [info] [command][98f2441f-0024-4ae2-ad72-db71a883243f] Process exited with code 0\n2025-07-19 17:13:23.231 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ce85735a-fa15-4ba0-a7a8-b371ff875116] socks connection closed\n2025-07-19 17:13:23.232 [info] [command][98f2441f-0024-4ae2-ad72-db71a883243f] Socket close event received\n2025-07-19 17:13:23.262 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60714 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:14:23.236 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:14:23.248 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fbeda8f2-2183-4609-bb71-fd34276c0862] received connection request\n2025-07-19 17:14:23.249 [info] [command][117b06e5-98cf-41a4-a993-76bd5fdbcc8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""117b06e5-98cf-41a4-a993-76bd5fdbcc8f""}\n2025-07-19 17:14:23.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:14:23.281 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fbeda8f2-2183-4609-bb71-fd34276c0862] socks forwarding established\n2025-07-19 17:14:23.331 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fbeda8f2-2183-4609-bb71-fd34276c0862] socks connection closed\n2025-07-19 17:14:23.331 [info] [command][117b06e5-98cf-41a4-a993-76bd5fdbcc8f] Process exited with code 0\n2025-07-19 17:14:23.331 [info] [command][117b06e5-98cf-41a4-a993-76bd5fdbcc8f] Socket close event received\n2025-07-19 17:14:23.362 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60757 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:15:23.334 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:15:23.335 [info] [command][d31f4780-59f1-4c88-b143-d066b9fee2ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d31f4780-59f1-4c88-b143-d066b9fee2ba""}\n2025-07-19 17:15:23.336 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][504acd8c-ed88-46d6-a16c-d63b79c70ef2] received connection request\n2025-07-19 17:15:23.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 17:15:23.336 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:15:23.369 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][504acd8c-ed88-46d6-a16c-d63b79c70ef2] socks forwarding established\n2025-07-19 17:15:23.415 [info] [command][d31f4780-59f1-4c88-b143-d066b9fee2ba] Process exited with code 0\n2025-07-19 17:15:23.415 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][504acd8c-ed88-46d6-a16c-d63b79c70ef2] socks connection closed\n2025-07-19 17:15:23.415 [info] [command][d31f4780-59f1-4c88-b143-d066b9fee2ba] Socket close event received\n2025-07-19 17:15:23.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60787 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:16:23.420 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:16:23.422 [info] [command][94ef2de9-81f0-4ab4-87fd-cd5e3e1f0860] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""94ef2de9-81f0-4ab4-87fd-cd5e3e1f0860""}\n2025-07-19 17:16:23.422 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d72e5db6-05b0-4369-b7a8-89da35751dd2] received connection request\n2025-07-19 17:16:23.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:16:23.456 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d72e5db6-05b0-4369-b7a8-89da35751dd2] socks forwarding established\n2025-07-19 17:16:23.505 [info] [command][94ef2de9-81f0-4ab4-87fd-cd5e3e1f0860] Process exited with code 0\n2025-07-19 17:16:23.506 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d72e5db6-05b0-4369-b7a8-89da35751dd2] socks connection closed\n2025-07-19 17:16:23.506 [info] [command][94ef2de9-81f0-4ab4-87fd-cd5e3e1f0860] Socket close event received\n2025-07-19 17:16:23.537 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60826 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:17:23.507 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:17:23.508 [info] [command][6798e023-b879-4e26-9299-57a134e654e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6798e023-b879-4e26-9299-57a134e654e7""}\n2025-07-19 17:17:23.509 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8d037ee9-acde-40b4-a543-ce850c96b19c] received connection request\n2025-07-19 17:17:23.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 17:17:23.509 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:17:23.539 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8d037ee9-acde-40b4-a543-ce850c96b19c] socks forwarding established\n2025-07-19 17:17:23.583 [info] [command][6798e023-b879-4e26-9299-57a134e654e7] Process exited with code 0\n2025-07-19 17:17:23.583 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8d037ee9-acde-40b4-a543-ce850c96b19c] socks connection closed\n2025-07-19 17:17:23.583 [info] [command][6798e023-b879-4e26-9299-57a134e654e7] Socket close event received\n2025-07-19 17:17:23.613 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60861 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:18:23.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:18:23.586 [info] [command][3728edd8-721c-4c1a-b19a-57b39f284574] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3728edd8-721c-4c1a-b19a-57b39f284574""}\n2025-07-19 17:18:23.587 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a213d4c3-10de-40c7-9350-52b4780055c9] received connection request\n2025-07-19 17:18:23.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:18:23.622 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a213d4c3-10de-40c7-9350-52b4780055c9] socks forwarding established\n2025-07-19 17:18:23.670 [info] [command][3728edd8-721c-4c1a-b19a-57b39f284574] Process exited with code 0\n2025-07-19 17:18:23.670 [info] [command][3728edd8-721c-4c1a-b19a-57b39f284574] Socket close event received\n2025-07-19 17:18:23.672 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a213d4c3-10de-40c7-9350-52b4780055c9] socks connection closed\n2025-07-19 17:18:23.705 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60883 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:19:23.671 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:19:23.672 [info] [command][e15e77c9-cdc7-48d0-a5fb-1aecc4e39e5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e15e77c9-cdc7-48d0-a5fb-1aecc4e39e5d""}\n2025-07-19 17:19:23.673 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bc07878b-a1db-4fa6-ad1e-919d7e414ce5] received connection request\n2025-07-19 17:19:23.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:19:23.748 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc07878b-a1db-4fa6-ad1e-919d7e414ce5] socks forwarding established\n2025-07-19 17:19:23.970 [info] [command][e15e77c9-cdc7-48d0-a5fb-1aecc4e39e5d] Process exited with code 0\n2025-07-19 17:19:23.970 [info] [command][e15e77c9-cdc7-48d0-a5fb-1aecc4e39e5d] Socket close event received\n2025-07-19 17:19:23.971 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc07878b-a1db-4fa6-ad1e-919d7e414ce5] socks connection closed\n2025-07-19 17:19:24.045 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60922 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:20:23.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:20:23.978 [info] [command][880f65a3-8a6a-45b5-a8c7-c29f3204b2dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""880f65a3-8a6a-45b5-a8c7-c29f3204b2dc""}\n2025-07-19 17:20:23.978 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ef2d793b-2da9-4f67-99e5-3f0b7baae4c0] received connection request\n2025-07-19 17:20:23.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:20:24.011 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ef2d793b-2da9-4f67-99e5-3f0b7baae4c0] socks forwarding established\n2025-07-19 17:20:24.050 [info] [command][880f65a3-8a6a-45b5-a8c7-c29f3204b2dc] Process exited with code 0\n2025-07-19 17:20:24.051 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ef2d793b-2da9-4f67-99e5-3f0b7baae4c0] socks connection closed\n2025-07-19 17:20:24.051 [info] [command][880f65a3-8a6a-45b5-a8c7-c29f3204b2dc] Socket close event received\n2025-07-19 17:20:24.081 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60950 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:21:24.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:21:24.053 [info] [command][b237b5f0-3246-4559-8d9f-94b6cb9be7c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b237b5f0-3246-4559-8d9f-94b6cb9be7c5""}\n2025-07-19 17:21:24.054 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][eb40a9bc-51f2-4d9b-bfae-143807a23573] received connection request\n2025-07-19 17:21:24.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:21:24.156 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eb40a9bc-51f2-4d9b-bfae-143807a23573] socks forwarding established\n2025-07-19 17:21:24.307 [info] [command][b237b5f0-3246-4559-8d9f-94b6cb9be7c5] Process exited with code 0\n2025-07-19 17:21:24.308 [info] [command][b237b5f0-3246-4559-8d9f-94b6cb9be7c5] Socket close event received\n2025-07-19 17:21:24.308 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eb40a9bc-51f2-4d9b-bfae-143807a23573] socks connection closed\n2025-07-19 17:21:24.339 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 60996 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:22:24.313 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:22:24.316 [info] [command][6dca3e11-b873-4cdc-a325-cbef1f737f75] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6dca3e11-b873-4cdc-a325-cbef1f737f75""}\n2025-07-19 17:22:24.317 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][09f4da3a-864a-42bd-909e-4d0fec036690] received connection request\n2025-07-19 17:22:24.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:22:24.361 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][09f4da3a-864a-42bd-909e-4d0fec036690] socks forwarding established\n2025-07-19 17:22:24.438 [info] [command][6dca3e11-b873-4cdc-a325-cbef1f737f75] Process exited with code 0\n2025-07-19 17:22:24.439 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][09f4da3a-864a-42bd-909e-4d0fec036690] socks connection closed\n2025-07-19 17:22:24.439 [info] [command][6dca3e11-b873-4cdc-a325-cbef1f737f75] Socket close event received\n2025-07-19 17:22:24.479 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61040 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:23:24.439 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:23:24.441 [info] [command][ba0a2440-e1d3-4025-98e4-767b530872ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ba0a2440-e1d3-4025-98e4-767b530872ee""}\n2025-07-19 17:23:24.442 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a07477d8-c32f-48b8-823e-707d2864c261] received connection request\n2025-07-19 17:23:24.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:23:24.476 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a07477d8-c32f-48b8-823e-707d2864c261] socks forwarding established\n2025-07-19 17:23:24.526 [info] [command][ba0a2440-e1d3-4025-98e4-767b530872ee] Process exited with code 0\n2025-07-19 17:23:24.526 [info] [command][ba0a2440-e1d3-4025-98e4-767b530872ee] Socket close event received\n2025-07-19 17:23:24.526 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a07477d8-c32f-48b8-823e-707d2864c261] socks connection closed\n2025-07-19 17:23:24.561 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61062 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:24:24.531 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:24:24.533 [info] [command][70ddc663-79e2-420d-97ab-eb91f7469830] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""70ddc663-79e2-420d-97ab-eb91f7469830""}\n2025-07-19 17:24:24.534 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4e00a64b-f3e3-4afe-a795-b96ac2099762] received connection request\n2025-07-19 17:24:24.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:24:24.567 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4e00a64b-f3e3-4afe-a795-b96ac2099762] socks forwarding established\n2025-07-19 17:24:24.614 [info] [command][70ddc663-79e2-420d-97ab-eb91f7469830] Process exited with code 0\n2025-07-19 17:24:24.614 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4e00a64b-f3e3-4afe-a795-b96ac2099762] socks connection closed\n2025-07-19 17:24:24.614 [info] [command][70ddc663-79e2-420d-97ab-eb91f7469830] Socket close event received\n2025-07-19 17:24:24.648 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61096 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:25:24.624 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:25:24.627 [info] [command][10e739a0-cb73-414a-95be-77ae582ce318] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""10e739a0-cb73-414a-95be-77ae582ce318""}\n2025-07-19 17:25:24.628 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c36e143b-5077-462c-875c-c2072fc37bb4] received connection request\n2025-07-19 17:25:24.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:25:24.665 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c36e143b-5077-462c-875c-c2072fc37bb4] socks forwarding established\n2025-07-19 17:25:24.708 [info] [command][10e739a0-cb73-414a-95be-77ae582ce318] Process exited with code 0\n2025-07-19 17:25:24.708 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c36e143b-5077-462c-875c-c2072fc37bb4] socks connection closed\n2025-07-19 17:25:24.708 [info] [command][10e739a0-cb73-414a-95be-77ae582ce318] Socket close event received\n2025-07-19 17:25:24.739 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61120 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:26:24.710 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:26:24.712 [info] [command][d8116144-22f6-4878-a373-4e5859a90d35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d8116144-22f6-4878-a373-4e5859a90d35""}\n2025-07-19 17:26:24.713 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][26a26897-a730-4cc9-870a-e6eed4789189] received connection request\n2025-07-19 17:26:24.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:26:24.860 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][26a26897-a730-4cc9-870a-e6eed4789189] socks forwarding established\n2025-07-19 17:26:24.928 [info] [command][d8116144-22f6-4878-a373-4e5859a90d35] Process exited with code 0\n2025-07-19 17:26:24.928 [info] [command][d8116144-22f6-4878-a373-4e5859a90d35] Socket close event received\n2025-07-19 17:26:24.928 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][26a26897-a730-4cc9-870a-e6eed4789189] socks connection closed\n2025-07-19 17:26:25.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61159 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:27:24.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:27:24.930 [info] [command][fe344375-2d00-437b-b07e-1dc1124e79bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fe344375-2d00-437b-b07e-1dc1124e79bf""}\n2025-07-19 17:27:24.931 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][90dd4d81-1662-44f1-8f34-3ab783211087] received connection request\n2025-07-19 17:27:24.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:27:24.965 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][90dd4d81-1662-44f1-8f34-3ab783211087] socks forwarding established\n2025-07-19 17:27:25.005 [info] [command][fe344375-2d00-437b-b07e-1dc1124e79bf] Process exited with code 0\n2025-07-19 17:27:25.005 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][90dd4d81-1662-44f1-8f34-3ab783211087] socks connection closed\n2025-07-19 17:27:25.006 [info] [command][fe344375-2d00-437b-b07e-1dc1124e79bf] Socket close event received\n2025-07-19 17:27:25.036 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61190 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:28:25.014 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:28:25.016 [info] [command][d3ac5145-2daf-49d5-8a88-7a9c30d18c2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d3ac5145-2daf-49d5-8a88-7a9c30d18c2e""}\n2025-07-19 17:28:25.016 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][17903a77-43e6-4561-bc89-ab86231430f9] received connection request\n2025-07-19 17:28:25.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:28:25.048 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][17903a77-43e6-4561-bc89-ab86231430f9] socks forwarding established\n2025-07-19 17:28:25.093 [info] [command][d3ac5145-2daf-49d5-8a88-7a9c30d18c2e] Process exited with code 0\n2025-07-19 17:28:25.094 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][17903a77-43e6-4561-bc89-ab86231430f9] socks connection closed\n2025-07-19 17:28:25.094 [info] [command][d3ac5145-2daf-49d5-8a88-7a9c30d18c2e] Socket close event received\n2025-07-19 17:28:25.124 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61222 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:29:25.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:29:25.101 [info] [command][7a26c0da-a775-4c91-a853-b6bd9da10137] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7a26c0da-a775-4c91-a853-b6bd9da10137""}\n2025-07-19 17:29:25.101 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3c5d5937-f542-4b76-9b0f-0888f9a0d0f7] received connection request\n2025-07-19 17:29:25.102 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:29:25.135 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3c5d5937-f542-4b76-9b0f-0888f9a0d0f7] socks forwarding established\n2025-07-19 17:29:25.284 [info] [command][7a26c0da-a775-4c91-a853-b6bd9da10137] Process exited with code 0\n2025-07-19 17:29:25.285 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3c5d5937-f542-4b76-9b0f-0888f9a0d0f7] socks connection closed\n2025-07-19 17:29:25.285 [info] [command][7a26c0da-a775-4c91-a853-b6bd9da10137] Socket close event received\n2025-07-19 17:29:25.399 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61262 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:30:25.289 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:30:25.291 [info] [command][a31912bc-c7c0-40e7-b27e-7a0525734d8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a31912bc-c7c0-40e7-b27e-7a0525734d8c""}\n2025-07-19 17:30:25.292 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][962df0e5-4a6f-4a1b-8952-adf835317779] received connection request\n2025-07-19 17:30:25.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:30:25.326 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][962df0e5-4a6f-4a1b-8952-adf835317779] socks forwarding established\n2025-07-19 17:30:25.372 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][962df0e5-4a6f-4a1b-8952-adf835317779] socks connection closed\n2025-07-19 17:30:25.372 [info] [command][a31912bc-c7c0-40e7-b27e-7a0525734d8c] Process exited with code 0\n2025-07-19 17:30:25.372 [info] [command][a31912bc-c7c0-40e7-b27e-7a0525734d8c] Socket close event received\n2025-07-19 17:30:25.404 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61288 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:31:25.376 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:31:25.377 [info] [command][887c01ad-c101-4fa3-82f6-892f051b95c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""887c01ad-c101-4fa3-82f6-892f051b95c3""}\n2025-07-19 17:31:25.377 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][48c1bde4-7233-44f7-ba05-8810ad9e4c1a] received connection request\n2025-07-19 17:31:25.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 17:31:25.377 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:31:25.410 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][48c1bde4-7233-44f7-ba05-8810ad9e4c1a] socks forwarding established\n2025-07-19 17:31:25.452 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][48c1bde4-7233-44f7-ba05-8810ad9e4c1a] socks connection closed\n2025-07-19 17:31:25.452 [info] [command][887c01ad-c101-4fa3-82f6-892f051b95c3] Process exited with code 0\n2025-07-19 17:31:25.452 [info] [command][887c01ad-c101-4fa3-82f6-892f051b95c3] Socket close event received\n2025-07-19 17:31:25.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61305 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:32:25.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:32:25.459 [info] [command][ccbdf22b-87eb-44ee-a8c1-a5e0b5f898d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ccbdf22b-87eb-44ee-a8c1-a5e0b5f898d4""}\n2025-07-19 17:32:25.460 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d266046d-b89d-4c28-b574-b7246f4cd31b] received connection request\n2025-07-19 17:32:25.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:32:25.506 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d266046d-b89d-4c28-b574-b7246f4cd31b] socks forwarding established\n2025-07-19 17:32:25.653 [info] [command][ccbdf22b-87eb-44ee-a8c1-a5e0b5f898d4] Process exited with code 0\n2025-07-19 17:32:25.654 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d266046d-b89d-4c28-b574-b7246f4cd31b] socks connection closed\n2025-07-19 17:32:25.654 [info] [command][ccbdf22b-87eb-44ee-a8c1-a5e0b5f898d4] Socket close event received\n2025-07-19 17:32:25.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61350 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:33:25.657 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:33:25.660 [info] [command][8f7bade2-a0e3-4a1d-9f15-75b958db98e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8f7bade2-a0e3-4a1d-9f15-75b958db98e0""}\n2025-07-19 17:33:25.661 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][55530397-f329-43de-a261-b67a3f97b031] received connection request\n2025-07-19 17:33:25.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:33:25.693 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][55530397-f329-43de-a261-b67a3f97b031] socks forwarding established\n2025-07-19 17:33:25.739 [info] [command][8f7bade2-a0e3-4a1d-9f15-75b958db98e0] Process exited with code 0\n2025-07-19 17:33:25.740 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][55530397-f329-43de-a261-b67a3f97b031] socks connection closed\n2025-07-19 17:33:25.740 [info] [command][8f7bade2-a0e3-4a1d-9f15-75b958db98e0] Socket close event received\n2025-07-19 17:33:25.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61375 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:34:25.749 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:34:25.751 [info] [command][9aba0e6c-8240-4629-beb6-768613217fff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9aba0e6c-8240-4629-beb6-768613217fff""}\n2025-07-19 17:34:25.751 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][24a3a488-6133-4d41-bb4e-d296c343bd9a] received connection request\n2025-07-19 17:34:25.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:34:25.784 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][24a3a488-6133-4d41-bb4e-d296c343bd9a] socks forwarding established\n2025-07-19 17:34:25.831 [info] [command][9aba0e6c-8240-4629-beb6-768613217fff] Process exited with code 0\n2025-07-19 17:34:25.831 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][24a3a488-6133-4d41-bb4e-d296c343bd9a] socks connection closed\n2025-07-19 17:34:25.831 [info] [command][9aba0e6c-8240-4629-beb6-768613217fff] Socket close event received\n2025-07-19 17:34:25.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61398 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:35:25.837 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:35:25.839 [info] [command][5ecd68ea-636b-47e9-82e6-8bed296f537a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5ecd68ea-636b-47e9-82e6-8bed296f537a""}\n2025-07-19 17:35:25.840 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c6d18c91-de8a-49e2-bf49-37c7acab94af] received connection request\n2025-07-19 17:35:25.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:35:25.877 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c6d18c91-de8a-49e2-bf49-37c7acab94af] socks forwarding established\n2025-07-19 17:35:25.921 [info] [command][5ecd68ea-636b-47e9-82e6-8bed296f537a] Process exited with code 0\n2025-07-19 17:35:25.921 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c6d18c91-de8a-49e2-bf49-37c7acab94af] socks connection closed\n2025-07-19 17:35:25.922 [info] [command][5ecd68ea-636b-47e9-82e6-8bed296f537a] Socket close event received\n2025-07-19 17:35:25.951 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61438 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:36:25.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:36:25.933 [info] [command][dc57ed7a-8661-4eb5-8db6-3cb336ffe915] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""dc57ed7a-8661-4eb5-8db6-3cb336ffe915""}\n2025-07-19 17:36:25.933 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5c2b285e-ed3f-400a-9ff0-44aa0a826243] received connection request\n2025-07-19 17:36:25.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:36:25.966 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5c2b285e-ed3f-400a-9ff0-44aa0a826243] socks forwarding established\n2025-07-19 17:36:26.008 [info] [command][dc57ed7a-8661-4eb5-8db6-3cb336ffe915] Process exited with code 0\n2025-07-19 17:36:26.009 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5c2b285e-ed3f-400a-9ff0-44aa0a826243] socks connection closed\n2025-07-19 17:36:26.009 [info] [command][dc57ed7a-8661-4eb5-8db6-3cb336ffe915] Socket close event received\n2025-07-19 17:36:26.039 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61456 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:37:26.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:37:26.017 [info] [command][be9d1c1f-9e9e-4b29-8963-218b7dcd8d63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""be9d1c1f-9e9e-4b29-8963-218b7dcd8d63""}\n2025-07-19 17:37:26.017 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fe7ccb82-5a59-40e6-8329-b80aab1d50c3] received connection request\n2025-07-19 17:37:26.018 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:37:26.049 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fe7ccb82-5a59-40e6-8329-b80aab1d50c3] socks forwarding established\n2025-07-19 17:37:26.094 [info] [command][be9d1c1f-9e9e-4b29-8963-218b7dcd8d63] Process exited with code 0\n2025-07-19 17:37:26.094 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fe7ccb82-5a59-40e6-8329-b80aab1d50c3] socks connection closed\n2025-07-19 17:37:26.094 [info] [command][be9d1c1f-9e9e-4b29-8963-218b7dcd8d63] Socket close event received\n2025-07-19 17:37:26.123 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61502 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:38:26.098 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:38:26.099 [info] [command][d8ce7be2-1c56-4320-9b4f-7d2fc5a4a751] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d8ce7be2-1c56-4320-9b4f-7d2fc5a4a751""}\n2025-07-19 17:38:26.100 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6fca459b-1e8c-4120-ac4b-3b96a8fadb33] received connection request\n2025-07-19 17:38:26.100 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:38:26.133 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6fca459b-1e8c-4120-ac4b-3b96a8fadb33] socks forwarding established\n2025-07-19 17:38:26.180 [info] [command][d8ce7be2-1c56-4320-9b4f-7d2fc5a4a751] Process exited with code 0\n2025-07-19 17:38:26.180 [info] [command][d8ce7be2-1c56-4320-9b4f-7d2fc5a4a751] Socket close event received\n2025-07-19 17:38:26.181 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6fca459b-1e8c-4120-ac4b-3b96a8fadb33] socks connection closed\n2025-07-19 17:38:26.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61525 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:39:26.191 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:39:26.193 [info] [command][62a18777-bd59-4443-b759-77f771eb9fd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""62a18777-bd59-4443-b759-77f771eb9fd5""}\n2025-07-19 17:39:26.194 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b7b00ff9-de77-4219-90d9-8729a80baa2c] received connection request\n2025-07-19 17:39:26.195 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:39:26.289 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b7b00ff9-de77-4219-90d9-8729a80baa2c] socks forwarding established\n2025-07-19 17:39:26.417 [info] [command][62a18777-bd59-4443-b759-77f771eb9fd5] Process exited with code 0\n2025-07-19 17:39:26.417 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b7b00ff9-de77-4219-90d9-8729a80baa2c] socks connection closed\n2025-07-19 17:39:26.418 [info] [command][62a18777-bd59-4443-b759-77f771eb9fd5] Socket close event received\n2025-07-19 17:39:26.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61543 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:40:26.425 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:40:26.428 [info] [command][7e9066ea-beaa-460d-94ed-e76ce1b1ebfa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7e9066ea-beaa-460d-94ed-e76ce1b1ebfa""}\n2025-07-19 17:40:26.429 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4f70721e-d3af-42d8-90f4-513eb4071f45] received connection request\n2025-07-19 17:40:26.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:40:26.463 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4f70721e-d3af-42d8-90f4-513eb4071f45] socks forwarding established\n2025-07-19 17:40:26.512 [info] [command][7e9066ea-beaa-460d-94ed-e76ce1b1ebfa] Process exited with code 0\n2025-07-19 17:40:26.512 [info] [command][7e9066ea-beaa-460d-94ed-e76ce1b1ebfa] Socket close event received\n2025-07-19 17:40:26.513 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4f70721e-d3af-42d8-90f4-513eb4071f45] socks connection closed\n2025-07-19 17:40:26.545 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61577 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:41:26.521 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:41:26.523 [info] [command][fb87c327-f6b2-42e7-8884-365429f9f6af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fb87c327-f6b2-42e7-8884-365429f9f6af""}\n2025-07-19 17:41:26.523 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6faa02d6-1250-43e1-a891-dffbaf89db68] received connection request\n2025-07-19 17:41:26.524 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:41:26.555 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6faa02d6-1250-43e1-a891-dffbaf89db68] socks forwarding established\n2025-07-19 17:41:26.598 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6faa02d6-1250-43e1-a891-dffbaf89db68] socks connection closed\n2025-07-19 17:41:26.599 [info] [command][fb87c327-f6b2-42e7-8884-365429f9f6af] Process exited with code 0\n2025-07-19 17:41:26.599 [info] [command][fb87c327-f6b2-42e7-8884-365429f9f6af] Socket close event received\n2025-07-19 17:41:26.629 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61596 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:42:26.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:42:26.609 [info] [command][b5569fa2-5d9d-4ae6-bf37-571c772adf6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b5569fa2-5d9d-4ae6-bf37-571c772adf6d""}\n2025-07-19 17:42:26.610 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b8afa4f5-563d-45b9-9a00-abec7bf07bf7] received connection request\n2025-07-19 17:42:26.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:42:26.765 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b8afa4f5-563d-45b9-9a00-abec7bf07bf7] socks forwarding established\n2025-07-19 17:42:26.916 [info] [command][b5569fa2-5d9d-4ae6-bf37-571c772adf6d] Process exited with code 0\n2025-07-19 17:42:26.917 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b8afa4f5-563d-45b9-9a00-abec7bf07bf7] socks connection closed\n2025-07-19 17:42:26.917 [info] [command][b5569fa2-5d9d-4ae6-bf37-571c772adf6d] Socket close event received\n2025-07-19 17:42:26.948 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61642 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:43:26.927 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:43:26.929 [info] [command][a14b52cb-67b1-4bbb-b718-4760142406eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a14b52cb-67b1-4bbb-b718-4760142406eb""}\n2025-07-19 17:43:26.930 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][335986fb-1e68-45d7-b0ad-214f56cebdad] received connection request\n2025-07-19 17:43:26.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:43:26.965 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][335986fb-1e68-45d7-b0ad-214f56cebdad] socks forwarding established\n2025-07-19 17:43:27.012 [info] [command][a14b52cb-67b1-4bbb-b718-4760142406eb] Process exited with code 0\n2025-07-19 17:43:27.013 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][335986fb-1e68-45d7-b0ad-214f56cebdad] socks connection closed\n2025-07-19 17:43:27.013 [info] [command][a14b52cb-67b1-4bbb-b718-4760142406eb] Socket close event received\n2025-07-19 17:43:27.043 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61660 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:44:27.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:44:27.018 [info] [command][791f8b6d-3c96-4ec2-b2b8-160e67e2dc74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""791f8b6d-3c96-4ec2-b2b8-160e67e2dc74""}\n2025-07-19 17:44:27.020 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][caf1f8dc-40c9-4657-a7f4-72e20461d892] received connection request\n2025-07-19 17:44:27.020 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:44:27.055 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][caf1f8dc-40c9-4657-a7f4-72e20461d892] socks forwarding established\n2025-07-19 17:44:27.104 [info] [command][791f8b6d-3c96-4ec2-b2b8-160e67e2dc74] Process exited with code 0\n2025-07-19 17:44:27.105 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][caf1f8dc-40c9-4657-a7f4-72e20461d892] socks connection closed\n2025-07-19 17:44:27.105 [info] [command][791f8b6d-3c96-4ec2-b2b8-160e67e2dc74] Socket close event received\n2025-07-19 17:44:27.135 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61680 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:45:27.113 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:45:27.115 [info] [command][edbc7250-f092-4921-82ed-a829b78d7c0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""edbc7250-f092-4921-82ed-a829b78d7c0e""}\n2025-07-19 17:45:27.116 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][54799c41-d199-4cae-a09c-893be7c239bd] received connection request\n2025-07-19 17:45:27.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:45:27.178 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][54799c41-d199-4cae-a09c-893be7c239bd] socks forwarding established\n2025-07-19 17:45:27.328 [info] [command][edbc7250-f092-4921-82ed-a829b78d7c0e] Process exited with code 0\n2025-07-19 17:45:27.329 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][54799c41-d199-4cae-a09c-893be7c239bd] socks connection closed\n2025-07-19 17:45:27.329 [info] [command][edbc7250-f092-4921-82ed-a829b78d7c0e] Socket close event received\n2025-07-19 17:45:27.361 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61716 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:46:27.333 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:46:27.335 [info] [command][ffad439d-7536-4b06-8794-5286e35886ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ffad439d-7536-4b06-8794-5286e35886ad""}\n2025-07-19 17:46:27.336 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9bc67bbf-a397-49f9-9a8a-f7964dde6e0f] received connection request\n2025-07-19 17:46:27.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:46:27.368 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9bc67bbf-a397-49f9-9a8a-f7964dde6e0f] socks forwarding established\n2025-07-19 17:46:27.413 [info] [command][ffad439d-7536-4b06-8794-5286e35886ad] Process exited with code 0\n2025-07-19 17:46:27.414 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9bc67bbf-a397-49f9-9a8a-f7964dde6e0f] socks connection closed\n2025-07-19 17:46:27.414 [info] [command][ffad439d-7536-4b06-8794-5286e35886ad] Socket close event received\n2025-07-19 17:46:27.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61735 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:47:27.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:47:27.415 [info] [command][f1a925a5-038e-4c63-9bcb-e6c597230b48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f1a925a5-038e-4c63-9bcb-e6c597230b48""}\n2025-07-19 17:47:27.416 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][19f82fcf-73ca-4943-b343-107f199b798d] received connection request\n2025-07-19 17:47:27.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:47:27.445 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][19f82fcf-73ca-4943-b343-107f199b798d] socks forwarding established\n2025-07-19 17:47:27.486 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][19f82fcf-73ca-4943-b343-107f199b798d] socks connection closed\n2025-07-19 17:47:27.486 [info] [command][f1a925a5-038e-4c63-9bcb-e6c597230b48] Process exited with code 0\n2025-07-19 17:47:27.486 [info] [command][f1a925a5-038e-4c63-9bcb-e6c597230b48] Socket close event received\n2025-07-19 17:47:27.517 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61780 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:48:27.494 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:48:27.497 [info] [command][f975d1a3-5e37-48d7-8161-d66d307b2353] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f975d1a3-5e37-48d7-8161-d66d307b2353""}\n2025-07-19 17:48:27.498 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fa7900b8-6cf2-4e8b-b518-78d50001476e] received connection request\n2025-07-19 17:48:27.498 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:48:27.531 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fa7900b8-6cf2-4e8b-b518-78d50001476e] socks forwarding established\n2025-07-19 17:48:27.576 [info] [command][f975d1a3-5e37-48d7-8161-d66d307b2353] Process exited with code 0\n2025-07-19 17:48:27.576 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fa7900b8-6cf2-4e8b-b518-78d50001476e] socks connection closed\n2025-07-19 17:48:27.576 [info] [command][f975d1a3-5e37-48d7-8161-d66d307b2353] Socket close event received\n2025-07-19 17:48:27.606 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61798 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:49:27.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:49:27.582 [info] [command][15d50df6-dea2-483a-95f0-2f333b04eed7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""15d50df6-dea2-483a-95f0-2f333b04eed7""}\n2025-07-19 17:49:27.583 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5f487d36-361f-4253-93f2-047d3f2e9b28] received connection request\n2025-07-19 17:49:27.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:49:27.616 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f487d36-361f-4253-93f2-047d3f2e9b28] socks forwarding established\n2025-07-19 17:49:27.657 [info] [command][15d50df6-dea2-483a-95f0-2f333b04eed7] Process exited with code 0\n2025-07-19 17:49:27.658 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f487d36-361f-4253-93f2-047d3f2e9b28] socks connection closed\n2025-07-19 17:49:27.658 [info] [command][15d50df6-dea2-483a-95f0-2f333b04eed7] Socket close event received\n2025-07-19 17:49:27.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61822 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:50:27.659 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:50:27.662 [info] [command][b8f57a86-8aa7-4185-9cdd-51f9fbc2c5dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b8f57a86-8aa7-4185-9cdd-51f9fbc2c5dc""}\n2025-07-19 17:50:27.662 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][afc4d1f5-be56-42fa-b5da-c86fe1eb1fe3] received connection request\n2025-07-19 17:50:27.663 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:50:27.696 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afc4d1f5-be56-42fa-b5da-c86fe1eb1fe3] socks forwarding established\n2025-07-19 17:50:27.740 [info] [command][b8f57a86-8aa7-4185-9cdd-51f9fbc2c5dc] Process exited with code 0\n2025-07-19 17:50:27.741 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afc4d1f5-be56-42fa-b5da-c86fe1eb1fe3] socks connection closed\n2025-07-19 17:50:27.741 [info] [command][b8f57a86-8aa7-4185-9cdd-51f9fbc2c5dc] Socket close event received\n2025-07-19 17:50:27.770 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61854 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:51:27.751 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:51:27.753 [info] [command][6b6247af-06e4-4c85-b42c-a64e57bfb4f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6b6247af-06e4-4c85-b42c-a64e57bfb4f6""}\n2025-07-19 17:51:27.754 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][183c271b-4e2d-45e4-ab30-89cf8bbdd295] received connection request\n2025-07-19 17:51:27.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:51:27.794 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][183c271b-4e2d-45e4-ab30-89cf8bbdd295] socks forwarding established\n2025-07-19 17:51:27.839 [info] [command][6b6247af-06e4-4c85-b42c-a64e57bfb4f6] Process exited with code 0\n2025-07-19 17:51:27.839 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][183c271b-4e2d-45e4-ab30-89cf8bbdd295] socks connection closed\n2025-07-19 17:51:27.840 [info] [command][6b6247af-06e4-4c85-b42c-a64e57bfb4f6] Socket close event received\n2025-07-19 17:51:27.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61878 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:52:27.842 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:52:27.844 [info] [command][d4758cd1-c423-4ae6-9673-ceeb64237fc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d4758cd1-c423-4ae6-9673-ceeb64237fc1""}\n2025-07-19 17:52:27.845 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c31fd042-70e4-4fd4-9334-f5af7ceb3db5] received connection request\n2025-07-19 17:52:27.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:52:27.943 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c31fd042-70e4-4fd4-9334-f5af7ceb3db5] socks forwarding established\n2025-07-19 17:52:27.985 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c31fd042-70e4-4fd4-9334-f5af7ceb3db5] socks connection closed\n2025-07-19 17:52:27.986 [info] [command][d4758cd1-c423-4ae6-9673-ceeb64237fc1] Process exited with code 0\n2025-07-19 17:52:27.986 [info] [command][d4758cd1-c423-4ae6-9673-ceeb64237fc1] Socket close event received\n2025-07-19 17:52:28.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61925 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:53:27.996 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:53:27.998 [info] [command][1002e39a-24cc-45c0-9b18-4ebf4afd2295] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1002e39a-24cc-45c0-9b18-4ebf4afd2295""}\n2025-07-19 17:53:27.998 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][336773ea-d043-42c8-8791-99cc35d81f23] received connection request\n2025-07-19 17:53:27.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:53:28.033 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][336773ea-d043-42c8-8791-99cc35d81f23] socks forwarding established\n2025-07-19 17:53:28.117 [info] [command][1002e39a-24cc-45c0-9b18-4ebf4afd2295] Process exited with code 0\n2025-07-19 17:53:28.117 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][336773ea-d043-42c8-8791-99cc35d81f23] socks connection closed\n2025-07-19 17:53:28.117 [info] [command][1002e39a-24cc-45c0-9b18-4ebf4afd2295] Socket close event received\n2025-07-19 17:53:28.150 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61943 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:54:28.123 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:54:28.124 [info] [command][38ab8dac-0976-4ae1-8790-73b101116ae2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""38ab8dac-0976-4ae1-8790-73b101116ae2""}\n2025-07-19 17:54:28.125 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f4be7b7a-0780-4ec6-80a5-25dab17d8e51] received connection request\n2025-07-19 17:54:28.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:54:28.164 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f4be7b7a-0780-4ec6-80a5-25dab17d8e51] socks forwarding established\n2025-07-19 17:54:28.208 [info] [command][38ab8dac-0976-4ae1-8790-73b101116ae2] Process exited with code 0\n2025-07-19 17:54:28.208 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f4be7b7a-0780-4ec6-80a5-25dab17d8e51] socks connection closed\n2025-07-19 17:54:28.208 [info] [command][38ab8dac-0976-4ae1-8790-73b101116ae2] Socket close event received\n2025-07-19 17:54:28.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61961 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:55:28.214 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:55:28.217 [info] [command][6746097e-abba-4784-aa13-7725ec9e397d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6746097e-abba-4784-aa13-7725ec9e397d""}\n2025-07-19 17:55:28.218 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d69adaf5-7375-4278-b0e0-8303c0390288] received connection request\n2025-07-19 17:55:28.219 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:55:28.251 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d69adaf5-7375-4278-b0e0-8303c0390288] socks forwarding established\n2025-07-19 17:55:28.398 [info] [command][6746097e-abba-4784-aa13-7725ec9e397d] Process exited with code 0\n2025-07-19 17:55:28.398 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d69adaf5-7375-4278-b0e0-8303c0390288] socks connection closed\n2025-07-19 17:55:28.398 [info] [command][6746097e-abba-4784-aa13-7725ec9e397d] Socket close event received\n2025-07-19 17:55:28.428 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 61999 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:56:28.399 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:56:28.399 [info] [command][2364d499-f41b-47db-a61a-06d001b30e9a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2364d499-f41b-47db-a61a-06d001b30e9a""}\n2025-07-19 17:56:28.400 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7ccd951b-0300-4943-9975-ec1987b56892] received connection request\n2025-07-19 17:56:28.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:56:28.431 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ccd951b-0300-4943-9975-ec1987b56892] socks forwarding established\n2025-07-19 17:56:28.475 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ccd951b-0300-4943-9975-ec1987b56892] socks connection closed\n2025-07-19 17:56:28.475 [info] [command][2364d499-f41b-47db-a61a-06d001b30e9a] Process exited with code 0\n2025-07-19 17:56:28.475 [info] [command][2364d499-f41b-47db-a61a-06d001b30e9a] Socket close event received\n2025-07-19 17:56:28.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62032 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:57:28.479 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:57:28.480 [info] [command][5a24e225-6f3c-4b1c-9036-d04dd46435e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5a24e225-6f3c-4b1c-9036-d04dd46435e2""}\n2025-07-19 17:57:28.480 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4db5bb0f-b0d8-4f9e-a128-b882d3d84783] received connection request\n2025-07-19 17:57:28.480 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:57:28.509 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4db5bb0f-b0d8-4f9e-a128-b882d3d84783] socks forwarding established\n2025-07-19 17:57:28.552 [info] [command][5a24e225-6f3c-4b1c-9036-d04dd46435e2] Process exited with code 0\n2025-07-19 17:57:28.553 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4db5bb0f-b0d8-4f9e-a128-b882d3d84783] socks connection closed\n2025-07-19 17:57:28.553 [info] [command][5a24e225-6f3c-4b1c-9036-d04dd46435e2] Socket close event received\n2025-07-19 17:57:28.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62072 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:58:28.562 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:58:28.566 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][dab3c956-64e3-4c9a-b967-8d3c72474535] received connection request\n2025-07-19 17:58:28.566 [info] [command][3168817d-d29a-474a-865b-f8b452d87583] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3168817d-d29a-474a-865b-f8b452d87583""}\n2025-07-19 17:58:28.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:58:28.739 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dab3c956-64e3-4c9a-b967-8d3c72474535] socks forwarding established\n2025-07-19 17:58:28.931 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dab3c956-64e3-4c9a-b967-8d3c72474535] socks connection closed\n2025-07-19 17:58:28.931 [info] [command][3168817d-d29a-474a-865b-f8b452d87583] Process exited with code 0\n2025-07-19 17:58:28.932 [info] [command][3168817d-d29a-474a-865b-f8b452d87583] Socket close event received\n2025-07-19 17:58:29.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62095 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 17:59:28.942 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 17:59:28.943 [info] [command][40a0f234-d865-476e-afa1-82d979534086] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""40a0f234-d865-476e-afa1-82d979534086""}\n2025-07-19 17:59:28.944 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][00a7f2c6-0abd-45fa-8e9b-c443c73a4841] received connection request\n2025-07-19 17:59:28.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 17:59:28.975 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][00a7f2c6-0abd-45fa-8e9b-c443c73a4841] socks forwarding established\n2025-07-19 17:59:29.018 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][00a7f2c6-0abd-45fa-8e9b-c443c73a4841] socks connection closed\n2025-07-19 17:59:29.019 [info] [command][40a0f234-d865-476e-afa1-82d979534086] Process exited with code 0\n2025-07-19 17:59:29.019 [info] [command][40a0f234-d865-476e-afa1-82d979534086] Socket close event received\n2025-07-19 17:59:29.051 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62127 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:00:29.029 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:00:29.030 [info] [command][66b23b42-ef9b-40b7-9676-42bb97682f99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""66b23b42-ef9b-40b7-9676-42bb97682f99""}\n2025-07-19 18:00:29.031 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fdacb0a1-24ff-448c-9a2e-4505e737f406] received connection request\n2025-07-19 18:00:29.031 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:00:29.067 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fdacb0a1-24ff-448c-9a2e-4505e737f406] socks forwarding established\n2025-07-19 18:00:29.114 [info] [command][66b23b42-ef9b-40b7-9676-42bb97682f99] Process exited with code 0\n2025-07-19 18:00:29.114 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fdacb0a1-24ff-448c-9a2e-4505e737f406] socks connection closed\n2025-07-19 18:00:29.114 [info] [command][66b23b42-ef9b-40b7-9676-42bb97682f99] Socket close event received\n2025-07-19 18:00:29.144 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62149 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:01:29.114 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:01:29.115 [info] [command][592c65c5-6f78-4844-984f-99c70a44e903] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""592c65c5-6f78-4844-984f-99c70a44e903""}\n2025-07-19 18:01:29.115 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6e8b5cbc-b861-44d4-8657-719a560bf929] received connection request\n2025-07-19 18:01:29.116 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:01:29.148 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6e8b5cbc-b861-44d4-8657-719a560bf929] socks forwarding established\n2025-07-19 18:01:29.208 [info] [command][592c65c5-6f78-4844-984f-99c70a44e903] Process exited with code 0\n2025-07-19 18:01:29.209 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6e8b5cbc-b861-44d4-8657-719a560bf929] socks connection closed\n2025-07-19 18:01:29.209 [info] [command][592c65c5-6f78-4844-984f-99c70a44e903] Socket close event received\n2025-07-19 18:01:29.238 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62190 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:02:29.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:02:29.221 [info] [command][59b9dee7-54e4-49c3-a332-1a3f3bd55c3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""59b9dee7-54e4-49c3-a332-1a3f3bd55c3f""}\n2025-07-19 18:02:29.221 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9582681a-6c6c-4434-ada4-f9de05d9456f] received connection request\n2025-07-19 18:02:29.222 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:02:29.254 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9582681a-6c6c-4434-ada4-f9de05d9456f] socks forwarding established\n2025-07-19 18:02:29.300 [info] [command][59b9dee7-54e4-49c3-a332-1a3f3bd55c3f] Process exited with code 0\n2025-07-19 18:02:29.300 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9582681a-6c6c-4434-ada4-f9de05d9456f] socks connection closed\n2025-07-19 18:02:29.300 [info] [command][59b9dee7-54e4-49c3-a332-1a3f3bd55c3f] Socket close event received\n2025-07-19 18:02:29.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62214 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:03:29.310 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:03:29.313 [info] [command][bc83c905-e4b2-48a2-af2e-c266aec9b384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bc83c905-e4b2-48a2-af2e-c266aec9b384""}\n2025-07-19 18:03:29.313 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7127938e-0219-4130-9aa1-eccb8d599560] received connection request\n2025-07-19 18:03:29.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:03:29.346 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7127938e-0219-4130-9aa1-eccb8d599560] socks forwarding established\n2025-07-19 18:03:29.392 [info] [command][bc83c905-e4b2-48a2-af2e-c266aec9b384] Process exited with code 0\n2025-07-19 18:03:29.392 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7127938e-0219-4130-9aa1-eccb8d599560] socks connection closed\n2025-07-19 18:03:29.392 [info] [command][bc83c905-e4b2-48a2-af2e-c266aec9b384] Socket close event received\n2025-07-19 18:03:29.424 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62235 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:04:29.399 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:04:29.401 [info] [command][899cf54b-8d79-4f2b-af81-b4ecdc73f3c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""899cf54b-8d79-4f2b-af81-b4ecdc73f3c6""}\n2025-07-19 18:04:29.402 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1f3be2a6-a788-4fda-9920-86bfcac130ca] received connection request\n2025-07-19 18:04:29.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:04:29.435 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1f3be2a6-a788-4fda-9920-86bfcac130ca] socks forwarding established\n2025-07-19 18:04:29.477 [info] [command][899cf54b-8d79-4f2b-af81-b4ecdc73f3c6] Process exited with code 0\n2025-07-19 18:04:29.478 [info] [command][899cf54b-8d79-4f2b-af81-b4ecdc73f3c6] Socket close event received\n2025-07-19 18:04:29.480 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1f3be2a6-a788-4fda-9920-86bfcac130ca] socks connection closed\n2025-07-19 18:04:29.510 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62267 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:05:29.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:05:29.486 [info] [command][92e2baa8-8358-4565-848c-076c35ec87cd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""92e2baa8-8358-4565-848c-076c35ec87cd""}\n2025-07-19 18:05:29.487 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6ede588a-fbde-404e-9a8e-299f5c449767] received connection request\n2025-07-19 18:05:29.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:05:29.618 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ede588a-fbde-404e-9a8e-299f5c449767] socks forwarding established\n2025-07-19 18:05:29.663 [info] [command][92e2baa8-8358-4565-848c-076c35ec87cd] Process exited with code 0\n2025-07-19 18:05:29.663 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ede588a-fbde-404e-9a8e-299f5c449767] socks connection closed\n2025-07-19 18:05:29.663 [info] [command][92e2baa8-8358-4565-848c-076c35ec87cd] Socket close event received\n2025-07-19 18:05:29.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62297 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:06:29.672 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:06:29.674 [info] [command][d35cc94c-04d1-4230-bad2-2017e314dcec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d35cc94c-04d1-4230-bad2-2017e314dcec""}\n2025-07-19 18:06:29.675 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5f169901-757f-4def-a181-748456ace923] received connection request\n2025-07-19 18:06:29.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:06:29.709 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f169901-757f-4def-a181-748456ace923] socks forwarding established\n2025-07-19 18:06:29.754 [info] [command][d35cc94c-04d1-4230-bad2-2017e314dcec] Process exited with code 0\n2025-07-19 18:06:29.755 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f169901-757f-4def-a181-748456ace923] socks connection closed\n2025-07-19 18:06:29.755 [info] [command][d35cc94c-04d1-4230-bad2-2017e314dcec] Socket close event received\n2025-07-19 18:06:29.785 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62343 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:07:29.765 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:07:29.767 [info] [command][2e449c6a-0ed9-4496-b83b-ec4a9f4acc80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2e449c6a-0ed9-4496-b83b-ec4a9f4acc80""}\n2025-07-19 18:07:29.768 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a00f49ac-eaae-4b55-a5ac-52abbc695f02] received connection request\n2025-07-19 18:07:29.768 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:07:29.802 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a00f49ac-eaae-4b55-a5ac-52abbc695f02] socks forwarding established\n2025-07-19 18:07:29.848 [info] [command][2e449c6a-0ed9-4496-b83b-ec4a9f4acc80] Process exited with code 0\n2025-07-19 18:07:29.848 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a00f49ac-eaae-4b55-a5ac-52abbc695f02] socks connection closed\n2025-07-19 18:07:29.848 [info] [command][2e449c6a-0ed9-4496-b83b-ec4a9f4acc80] Socket close event received\n2025-07-19 18:07:29.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62363 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:08:29.855 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:08:29.856 [info] [command][5e91e454-042e-4bd0-879e-1cd4560140ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5e91e454-042e-4bd0-879e-1cd4560140ce""}\n2025-07-19 18:08:29.857 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f9f61c07-a42d-4361-858a-d364dcec4025] received connection request\n2025-07-19 18:08:29.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:08:29.945 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f9f61c07-a42d-4361-858a-d364dcec4025] socks forwarding established\n2025-07-19 18:08:30.097 [info] [command][5e91e454-042e-4bd0-879e-1cd4560140ce] Process exited with code 0\n2025-07-19 18:08:30.097 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f9f61c07-a42d-4361-858a-d364dcec4025] socks connection closed\n2025-07-19 18:08:30.097 [info] [command][5e91e454-042e-4bd0-879e-1cd4560140ce] Socket close event received\n2025-07-19 18:08:30.215 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62384 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:09:30.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:09:30.109 [info] [command][e209011a-d192-4eab-b987-7f28e2a4afb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e209011a-d192-4eab-b987-7f28e2a4afb8""}\n2025-07-19 18:09:30.109 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e056aed9-8180-416d-b52e-33eb971705de] received connection request\n2025-07-19 18:09:30.110 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:09:30.141 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e056aed9-8180-416d-b52e-33eb971705de] socks forwarding established\n2025-07-19 18:09:30.189 [info] [command][e209011a-d192-4eab-b987-7f28e2a4afb8] Process exited with code 0\n2025-07-19 18:09:30.189 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e056aed9-8180-416d-b52e-33eb971705de] socks connection closed\n2025-07-19 18:09:30.189 [info] [command][e209011a-d192-4eab-b987-7f28e2a4afb8] Socket close event received\n2025-07-19 18:09:30.221 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62418 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:10:30.199 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:10:30.201 [info] [command][2608cef4-207e-400b-b6e4-6999caf192e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2608cef4-207e-400b-b6e4-6999caf192e7""}\n2025-07-19 18:10:30.202 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6000edce-2d75-4ed4-a62f-9b568f536c57] received connection request\n2025-07-19 18:10:30.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:10:30.239 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6000edce-2d75-4ed4-a62f-9b568f536c57] socks forwarding established\n2025-07-19 18:10:30.283 [info] [command][2608cef4-207e-400b-b6e4-6999caf192e7] Process exited with code 0\n2025-07-19 18:10:30.284 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6000edce-2d75-4ed4-a62f-9b568f536c57] socks connection closed\n2025-07-19 18:10:30.284 [info] [command][2608cef4-207e-400b-b6e4-6999caf192e7] Socket close event received\n2025-07-19 18:10:30.314 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62441 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:11:30.284 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:11:30.286 [info] [command][ab4bebc1-858e-4705-aeac-eb6703c8121e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ab4bebc1-858e-4705-aeac-eb6703c8121e""}\n2025-07-19 18:11:30.286 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][76eab9c1-5990-40d7-abe8-c8f17e34af0b] received connection request\n2025-07-19 18:11:30.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 18:11:30.288 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:11:30.381 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][76eab9c1-5990-40d7-abe8-c8f17e34af0b] socks forwarding established\n2025-07-19 18:11:30.534 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][76eab9c1-5990-40d7-abe8-c8f17e34af0b] socks connection closed\n2025-07-19 18:11:30.535 [info] [command][ab4bebc1-858e-4705-aeac-eb6703c8121e] Process exited with code 0\n2025-07-19 18:11:30.535 [info] [command][ab4bebc1-858e-4705-aeac-eb6703c8121e] Socket close event received\n2025-07-19 18:11:30.563 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62492 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:12:30.543 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:12:30.545 [info] [command][41bccb57-6444-4167-8127-34e7da7a7158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""41bccb57-6444-4167-8127-34e7da7a7158""}\n2025-07-19 18:12:30.546 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2e586873-50fd-476f-84bb-9e1fa52425bd] received connection request\n2025-07-19 18:12:30.547 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:12:30.579 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2e586873-50fd-476f-84bb-9e1fa52425bd] socks forwarding established\n2025-07-19 18:12:30.626 [info] [command][41bccb57-6444-4167-8127-34e7da7a7158] Process exited with code 0\n2025-07-19 18:12:30.626 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2e586873-50fd-476f-84bb-9e1fa52425bd] socks connection closed\n2025-07-19 18:12:30.626 [info] [command][41bccb57-6444-4167-8127-34e7da7a7158] Socket close event received\n2025-07-19 18:12:30.656 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62510 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:13:30.628 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:13:30.630 [info] [command][9742ee98-4ab7-49be-9f1e-2bf55b876c7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9742ee98-4ab7-49be-9f1e-2bf55b876c7c""}\n2025-07-19 18:13:30.631 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2fce6f9d-950a-4dba-93a3-9ce16b0711bd] received connection request\n2025-07-19 18:13:30.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:13:30.669 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2fce6f9d-950a-4dba-93a3-9ce16b0711bd] socks forwarding established\n2025-07-19 18:13:30.710 [info] [command][9742ee98-4ab7-49be-9f1e-2bf55b876c7c] Process exited with code 0\n2025-07-19 18:13:30.710 [info] [command][9742ee98-4ab7-49be-9f1e-2bf55b876c7c] Socket close event received\n2025-07-19 18:13:30.711 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2fce6f9d-950a-4dba-93a3-9ce16b0711bd] socks connection closed\n2025-07-19 18:13:30.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62531 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:14:30.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:14:30.722 [info] [command][85472351-78fe-40ce-9f45-564131587303] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""85472351-78fe-40ce-9f45-564131587303""}\n2025-07-19 18:14:30.722 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9922ba49-9002-4b2a-a1f6-96fcb8482a2e] received connection request\n2025-07-19 18:14:30.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:14:30.754 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9922ba49-9002-4b2a-a1f6-96fcb8482a2e] socks forwarding established\n2025-07-19 18:14:30.797 [info] [command][85472351-78fe-40ce-9f45-564131587303] Process exited with code 0\n2025-07-19 18:14:30.797 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9922ba49-9002-4b2a-a1f6-96fcb8482a2e] socks connection closed\n2025-07-19 18:14:30.797 [info] [command][85472351-78fe-40ce-9f45-564131587303] Socket close event received\n2025-07-19 18:14:30.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62562 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:15:30.797 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:15:30.800 [info] [command][86974c5f-728c-4f61-a455-2366440deea0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""86974c5f-728c-4f61-a455-2366440deea0""}\n2025-07-19 18:15:30.801 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f55826a0-9884-401f-97e2-1b36e0c0bb2d] received connection request\n2025-07-19 18:15:30.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:15:30.835 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f55826a0-9884-401f-97e2-1b36e0c0bb2d] socks forwarding established\n2025-07-19 18:15:30.887 [info] [command][86974c5f-728c-4f61-a455-2366440deea0] Process exited with code 0\n2025-07-19 18:15:30.887 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f55826a0-9884-401f-97e2-1b36e0c0bb2d] socks connection closed\n2025-07-19 18:15:30.887 [info] [command][86974c5f-728c-4f61-a455-2366440deea0] Socket close event received\n2025-07-19 18:15:30.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62582 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:16:30.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:16:30.894 [info] [command][7a965c09-6800-493e-9f14-8c66696e3582] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7a965c09-6800-493e-9f14-8c66696e3582""}\n2025-07-19 18:16:30.895 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][12121a03-d925-4ab3-b451-d55e2eb1ae7a] received connection request\n2025-07-19 18:16:30.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:16:30.930 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][12121a03-d925-4ab3-b451-d55e2eb1ae7a] socks forwarding established\n2025-07-19 18:16:30.977 [info] [command][7a965c09-6800-493e-9f14-8c66696e3582] Process exited with code 0\n2025-07-19 18:16:30.977 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][12121a03-d925-4ab3-b451-d55e2eb1ae7a] socks connection closed\n2025-07-19 18:16:30.978 [info] [command][7a965c09-6800-493e-9f14-8c66696e3582] Socket close event received\n2025-07-19 18:16:31.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62630 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:17:30.988 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:17:30.989 [info] [command][d3c24764-8e00-48ad-87bc-f341de3afe10] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d3c24764-8e00-48ad-87bc-f341de3afe10""}\n2025-07-19 18:17:30.990 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][80fcf59a-73b9-4ecd-ac06-fd2eb6c5a931] received connection request\n2025-07-19 18:17:30.991 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:17:31.026 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80fcf59a-73b9-4ecd-ac06-fd2eb6c5a931] socks forwarding established\n2025-07-19 18:17:31.072 [info] [command][d3c24764-8e00-48ad-87bc-f341de3afe10] Process exited with code 0\n2025-07-19 18:17:31.073 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80fcf59a-73b9-4ecd-ac06-fd2eb6c5a931] socks connection closed\n2025-07-19 18:17:31.073 [info] [command][d3c24764-8e00-48ad-87bc-f341de3afe10] Socket close event received\n2025-07-19 18:17:31.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62648 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:18:31.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:18:31.086 [info] [command][3f6c7b77-d6d7-4e69-85c3-b95f33ed7f47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3f6c7b77-d6d7-4e69-85c3-b95f33ed7f47""}\n2025-07-19 18:18:31.086 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6fd5d431-c302-4af5-b7d7-3a677bf5f5a8] received connection request\n2025-07-19 18:18:31.087 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:18:31.124 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6fd5d431-c302-4af5-b7d7-3a677bf5f5a8] socks forwarding established\n2025-07-19 18:18:31.172 [info] [command][3f6c7b77-d6d7-4e69-85c3-b95f33ed7f47] Process exited with code 0\n2025-07-19 18:18:31.172 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6fd5d431-c302-4af5-b7d7-3a677bf5f5a8] socks connection closed\n2025-07-19 18:18:31.173 [info] [command][3f6c7b77-d6d7-4e69-85c3-b95f33ed7f47] Socket close event received\n2025-07-19 18:18:31.203 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62679 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:19:31.175 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:19:31.176 [info] [command][8f5e4d58-a98f-44af-9265-80219987423a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8f5e4d58-a98f-44af-9265-80219987423a""}\n2025-07-19 18:19:31.177 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b1fa5763-5abf-4812-b71e-965afd3017f2] received connection request\n2025-07-19 18:19:31.178 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:19:31.211 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b1fa5763-5abf-4812-b71e-965afd3017f2] socks forwarding established\n2025-07-19 18:19:31.257 [info] [command][8f5e4d58-a98f-44af-9265-80219987423a] Process exited with code 0\n2025-07-19 18:19:31.257 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b1fa5763-5abf-4812-b71e-965afd3017f2] socks connection closed\n2025-07-19 18:19:31.257 [info] [command][8f5e4d58-a98f-44af-9265-80219987423a] Socket close event received\n2025-07-19 18:19:31.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62716 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:20:31.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:20:31.260 [info] [command][4c9d6375-0166-428e-a142-4f8525d1e079] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4c9d6375-0166-428e-a142-4f8525d1e079""}\n2025-07-19 18:20:31.261 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7f5b51a7-ad9a-46c7-b7fb-0b9df7b660f1] received connection request\n2025-07-19 18:20:31.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:20:31.295 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7f5b51a7-ad9a-46c7-b7fb-0b9df7b660f1] socks forwarding established\n2025-07-19 18:20:31.340 [info] [command][4c9d6375-0166-428e-a142-4f8525d1e079] Process exited with code 0\n2025-07-19 18:20:31.341 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7f5b51a7-ad9a-46c7-b7fb-0b9df7b660f1] socks connection closed\n2025-07-19 18:20:31.341 [info] [command][4c9d6375-0166-428e-a142-4f8525d1e079] Socket close event received\n2025-07-19 18:20:31.372 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62739 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:21:31.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:21:31.345 [info] [command][1a36288d-362e-4b8d-84d9-5f35dc630691] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1a36288d-362e-4b8d-84d9-5f35dc630691""}\n2025-07-19 18:21:31.346 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][19d0f8e0-3691-4c89-b770-0c6d1cdfb64e] received connection request\n2025-07-19 18:21:31.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:21:31.468 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][19d0f8e0-3691-4c89-b770-0c6d1cdfb64e] socks forwarding established\n2025-07-19 18:21:31.529 [info] [command][1a36288d-362e-4b8d-84d9-5f35dc630691] Process exited with code 0\n2025-07-19 18:21:31.529 [info] [command][1a36288d-362e-4b8d-84d9-5f35dc630691] Socket close event received\n2025-07-19 18:21:31.530 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][19d0f8e0-3691-4c89-b770-0c6d1cdfb64e] socks connection closed\n2025-07-19 18:21:31.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62788 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:22:31.537 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:22:31.540 [info] [command][22aca897-a37f-41c9-b311-bdec7a909245] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""22aca897-a37f-41c9-b311-bdec7a909245""}\n2025-07-19 18:22:31.541 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4dc07090-4e4b-4cec-a92f-08767db9aa0c] received connection request\n2025-07-19 18:22:31.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:22:31.574 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4dc07090-4e4b-4cec-a92f-08767db9aa0c] socks forwarding established\n2025-07-19 18:22:31.620 [info] [command][22aca897-a37f-41c9-b311-bdec7a909245] Process exited with code 0\n2025-07-19 18:22:31.621 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4dc07090-4e4b-4cec-a92f-08767db9aa0c] socks connection closed\n2025-07-19 18:22:31.621 [info] [command][22aca897-a37f-41c9-b311-bdec7a909245] Socket close event received\n2025-07-19 18:22:31.651 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62806 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:23:31.628 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:23:31.630 [info] [command][fa42057f-f9ee-47aa-8087-eeb9736895f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fa42057f-f9ee-47aa-8087-eeb9736895f2""}\n2025-07-19 18:23:31.631 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ed3e2b09-d224-4a45-88e2-ec074f213053] received connection request\n2025-07-19 18:23:31.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:23:31.665 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed3e2b09-d224-4a45-88e2-ec074f213053] socks forwarding established\n2025-07-19 18:23:31.707 [info] [command][fa42057f-f9ee-47aa-8087-eeb9736895f2] Process exited with code 0\n2025-07-19 18:23:31.708 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed3e2b09-d224-4a45-88e2-ec074f213053] socks connection closed\n2025-07-19 18:23:31.708 [info] [command][fa42057f-f9ee-47aa-8087-eeb9736895f2] Socket close event received\n2025-07-19 18:23:31.738 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62824 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:24:31.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:24:31.720 [info] [command][5e4453f5-726e-429f-963b-53bc960234d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5e4453f5-726e-429f-963b-53bc960234d6""}\n2025-07-19 18:24:31.720 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][183ebcc3-1816-4e74-93e9-396c0237010e] received connection request\n2025-07-19 18:24:31.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:24:31.801 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][183ebcc3-1816-4e74-93e9-396c0237010e] socks forwarding established\n2025-07-19 18:24:31.952 [info] [command][5e4453f5-726e-429f-963b-53bc960234d6] Process exited with code 0\n2025-07-19 18:24:31.952 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][183ebcc3-1816-4e74-93e9-396c0237010e] socks connection closed\n2025-07-19 18:24:31.952 [info] [command][5e4453f5-726e-429f-963b-53bc960234d6] Socket close event received\n2025-07-19 18:24:31.982 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62857 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:25:31.952 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:25:31.955 [info] [command][aab1e087-0eb2-4a7e-9960-1460e16598ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""aab1e087-0eb2-4a7e-9960-1460e16598ae""}\n2025-07-19 18:25:31.956 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cb2efda7-bc7c-4e7f-87ab-11abb94c4c39] received connection request\n2025-07-19 18:25:31.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:25:31.991 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb2efda7-bc7c-4e7f-87ab-11abb94c4c39] socks forwarding established\n2025-07-19 18:25:32.036 [info] [command][aab1e087-0eb2-4a7e-9960-1460e16598ae] Process exited with code 0\n2025-07-19 18:25:32.036 [info] [command][aab1e087-0eb2-4a7e-9960-1460e16598ae] Socket close event received\n2025-07-19 18:25:32.037 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb2efda7-bc7c-4e7f-87ab-11abb94c4c39] socks connection closed\n2025-07-19 18:25:32.066 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62877 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:26:32.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:26:32.048 [info] [command][ed559fb5-0046-4ff3-a315-fafd4cc0cd80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ed559fb5-0046-4ff3-a315-fafd4cc0cd80""}\n2025-07-19 18:26:32.049 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b189a2b3-68ee-4564-92aa-14ec0ee3d056] received connection request\n2025-07-19 18:26:32.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:26:32.086 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b189a2b3-68ee-4564-92aa-14ec0ee3d056] socks forwarding established\n2025-07-19 18:26:32.131 [info] [command][ed559fb5-0046-4ff3-a315-fafd4cc0cd80] Process exited with code 0\n2025-07-19 18:26:32.132 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b189a2b3-68ee-4564-92aa-14ec0ee3d056] socks connection closed\n2025-07-19 18:26:32.132 [info] [command][ed559fb5-0046-4ff3-a315-fafd4cc0cd80] Socket close event received\n2025-07-19 18:26:32.162 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62940 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:27:32.140 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:27:32.144 [info] [command][f4000083-7eaa-4d3a-866b-9e0cfdf3243b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f4000083-7eaa-4d3a-866b-9e0cfdf3243b""}\n2025-07-19 18:27:32.145 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][620732c4-6caa-4a3b-a2dc-e0ed76fc9d57] received connection request\n2025-07-19 18:27:32.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 18:27:32.146 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:27:32.181 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][620732c4-6caa-4a3b-a2dc-e0ed76fc9d57] socks forwarding established\n2025-07-19 18:27:32.227 [info] [command][f4000083-7eaa-4d3a-866b-9e0cfdf3243b] Process exited with code 0\n2025-07-19 18:27:32.228 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][620732c4-6caa-4a3b-a2dc-e0ed76fc9d57] socks connection closed\n2025-07-19 18:27:32.228 [info] [command][f4000083-7eaa-4d3a-866b-9e0cfdf3243b] Socket close event received\n2025-07-19 18:27:32.258 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62959 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:28:32.238 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:28:32.240 [info] [command][de8aa9af-3ebf-432a-837a-f1511c60d8c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""de8aa9af-3ebf-432a-837a-f1511c60d8c4""}\n2025-07-19 18:28:32.241 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3398d973-444c-46b5-8483-07dfe121cdf7] received connection request\n2025-07-19 18:28:32.242 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:28:32.281 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3398d973-444c-46b5-8483-07dfe121cdf7] socks forwarding established\n2025-07-19 18:28:32.330 [info] [command][de8aa9af-3ebf-432a-837a-f1511c60d8c4] Process exited with code 0\n2025-07-19 18:28:32.330 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3398d973-444c-46b5-8483-07dfe121cdf7] socks connection closed\n2025-07-19 18:28:32.330 [info] [command][de8aa9af-3ebf-432a-837a-f1511c60d8c4] Socket close event received\n2025-07-19 18:28:32.362 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 62982 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:29:32.332 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:29:32.334 [info] [command][85b2c531-223f-4a11-a805-237bff8322f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""85b2c531-223f-4a11-a805-237bff8322f2""}\n2025-07-19 18:29:32.335 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][54545cb9-78fe-4bcd-9158-8e66366f6fa5] received connection request\n2025-07-19 18:29:32.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:29:32.369 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][54545cb9-78fe-4bcd-9158-8e66366f6fa5] socks forwarding established\n2025-07-19 18:29:32.416 [info] [command][85b2c531-223f-4a11-a805-237bff8322f2] Process exited with code 0\n2025-07-19 18:29:32.417 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][54545cb9-78fe-4bcd-9158-8e66366f6fa5] socks connection closed\n2025-07-19 18:29:32.417 [info] [command][85b2c531-223f-4a11-a805-237bff8322f2] Socket close event received\n2025-07-19 18:29:32.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63021 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:30:32.422 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:30:32.425 [info] [command][c95c7539-54f1-4df6-a1f7-79472dac89f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c95c7539-54f1-4df6-a1f7-79472dac89f4""}\n2025-07-19 18:30:32.425 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c8e58905-cfc1-4d83-863b-81a526a8dbfa] received connection request\n2025-07-19 18:30:32.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:30:32.458 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c8e58905-cfc1-4d83-863b-81a526a8dbfa] socks forwarding established\n2025-07-19 18:30:32.502 [info] [command][c95c7539-54f1-4df6-a1f7-79472dac89f4] Process exited with code 0\n2025-07-19 18:30:32.503 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c8e58905-cfc1-4d83-863b-81a526a8dbfa] socks connection closed\n2025-07-19 18:30:32.503 [info] [command][c95c7539-54f1-4df6-a1f7-79472dac89f4] Socket close event received\n2025-07-19 18:30:32.537 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63042 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:31:32.513 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:31:32.515 [info] [command][95fa9521-9f60-4690-b8a5-ae1ec883005b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""95fa9521-9f60-4690-b8a5-ae1ec883005b""}\n2025-07-19 18:31:32.516 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e3220f46-322b-4c25-984e-8eb546df49bf] received connection request\n2025-07-19 18:31:32.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:31:32.632 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e3220f46-322b-4c25-984e-8eb546df49bf] socks forwarding established\n2025-07-19 18:31:32.783 [info] [command][95fa9521-9f60-4690-b8a5-ae1ec883005b] Process exited with code 0\n2025-07-19 18:31:32.783 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e3220f46-322b-4c25-984e-8eb546df49bf] socks connection closed\n2025-07-19 18:31:32.783 [info] [command][95fa9521-9f60-4690-b8a5-ae1ec883005b] Socket close event received\n2025-07-19 18:31:32.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63091 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:32:32.793 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:32:32.795 [info] [command][38388565-d9b7-4c48-9279-94675a440d6d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""38388565-d9b7-4c48-9279-94675a440d6d""}\n2025-07-19 18:32:32.796 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][408555ca-da74-4cdb-bf05-f320b56dfee2] received connection request\n2025-07-19 18:32:32.796 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:32:32.831 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][408555ca-da74-4cdb-bf05-f320b56dfee2] socks forwarding established\n2025-07-19 18:32:32.878 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][408555ca-da74-4cdb-bf05-f320b56dfee2] socks connection closed\n2025-07-19 18:32:32.878 [info] [command][38388565-d9b7-4c48-9279-94675a440d6d] Process exited with code 0\n2025-07-19 18:32:32.878 [info] [command][38388565-d9b7-4c48-9279-94675a440d6d] Socket close event received\n2025-07-19 18:32:32.909 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63111 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:33:32.889 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:33:32.891 [info] [command][14c8f242-59cc-4c66-ba18-359dd48426a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""14c8f242-59cc-4c66-ba18-359dd48426a4""}\n2025-07-19 18:33:32.891 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][98926fcf-8b77-4594-b66a-08ff0a5be1b7] received connection request\n2025-07-19 18:33:32.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:33:32.926 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][98926fcf-8b77-4594-b66a-08ff0a5be1b7] socks forwarding established\n2025-07-19 18:33:32.971 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][98926fcf-8b77-4594-b66a-08ff0a5be1b7] socks connection closed\n2025-07-19 18:33:32.971 [info] [command][14c8f242-59cc-4c66-ba18-359dd48426a4] Process exited with code 0\n2025-07-19 18:33:32.971 [info] [command][14c8f242-59cc-4c66-ba18-359dd48426a4] Socket close event received\n2025-07-19 18:33:33.001 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63133 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:34:32.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:34:32.976 [info] [command][ae0d6c52-b3e7-4d96-ae3f-f1d0e6fd72ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ae0d6c52-b3e7-4d96-ae3f-f1d0e6fd72ba""}\n2025-07-19 18:34:32.977 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8774a151-1d0d-493f-b018-dca05b048907] received connection request\n2025-07-19 18:34:32.977 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:34:33.011 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8774a151-1d0d-493f-b018-dca05b048907] socks forwarding established\n2025-07-19 18:34:33.057 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8774a151-1d0d-493f-b018-dca05b048907] socks connection closed\n2025-07-19 18:34:33.057 [info] [command][ae0d6c52-b3e7-4d96-ae3f-f1d0e6fd72ba] Process exited with code 0\n2025-07-19 18:34:33.057 [info] [command][ae0d6c52-b3e7-4d96-ae3f-f1d0e6fd72ba] Socket close event received\n2025-07-19 18:34:33.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63165 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:35:33.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:35:33.069 [info] [command][2f14726a-915f-4bb5-8ee0-d14123fcf9c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2f14726a-915f-4bb5-8ee0-d14123fcf9c4""}\n2025-07-19 18:35:33.070 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d1f56b07-0646-4d6e-b602-a49d4a4ee26b] received connection request\n2025-07-19 18:35:33.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:35:33.105 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d1f56b07-0646-4d6e-b602-a49d4a4ee26b] socks forwarding established\n2025-07-19 18:35:33.149 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d1f56b07-0646-4d6e-b602-a49d4a4ee26b] socks connection closed\n2025-07-19 18:35:33.150 [info] [command][2f14726a-915f-4bb5-8ee0-d14123fcf9c4] Process exited with code 0\n2025-07-19 18:35:33.150 [info] [command][2f14726a-915f-4bb5-8ee0-d14123fcf9c4] Socket close event received\n2025-07-19 18:35:33.179 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63185 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:36:33.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:36:33.162 [info] [command][d53f63e1-93b0-4cc2-b1b5-1d4dd61dddb9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d53f63e1-93b0-4cc2-b1b5-1d4dd61dddb9""}\n2025-07-19 18:36:33.163 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][35f79f2f-6cc8-4646-a1c9-2054d2648527] received connection request\n2025-07-19 18:36:33.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:36:33.202 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][35f79f2f-6cc8-4646-a1c9-2054d2648527] socks forwarding established\n2025-07-19 18:36:33.250 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][35f79f2f-6cc8-4646-a1c9-2054d2648527] socks connection closed\n2025-07-19 18:36:33.250 [info] [command][d53f63e1-93b0-4cc2-b1b5-1d4dd61dddb9] Process exited with code 0\n2025-07-19 18:36:33.250 [info] [command][d53f63e1-93b0-4cc2-b1b5-1d4dd61dddb9] Socket close event received\n2025-07-19 18:36:33.280 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63233 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:37:33.260 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:37:33.262 [info] [command][348785f7-46ea-49b3-8cfc-08302fb10809] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""348785f7-46ea-49b3-8cfc-08302fb10809""}\n2025-07-19 18:37:33.262 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][87c9cd36-d6b2-4c06-8e75-df7a36c63462] received connection request\n2025-07-19 18:37:33.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:37:33.298 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][87c9cd36-d6b2-4c06-8e75-df7a36c63462] socks forwarding established\n2025-07-19 18:37:33.343 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][87c9cd36-d6b2-4c06-8e75-df7a36c63462] socks connection closed\n2025-07-19 18:37:33.343 [info] [command][348785f7-46ea-49b3-8cfc-08302fb10809] Process exited with code 0\n2025-07-19 18:37:33.343 [info] [command][348785f7-46ea-49b3-8cfc-08302fb10809] Socket close event received\n2025-07-19 18:37:33.374 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63254 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:38:33.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:38:33.351 [info] [command][bb2e8e71-44e5-4e9a-8454-8a0c93eb5b7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bb2e8e71-44e5-4e9a-8454-8a0c93eb5b7a""}\n2025-07-19 18:38:33.352 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6f54bd51-7eb2-4689-b87c-d5f6e8c77ed3] received connection request\n2025-07-19 18:38:33.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:38:33.520 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6f54bd51-7eb2-4689-b87c-d5f6e8c77ed3] socks forwarding established\n2025-07-19 18:38:33.656 [info] [command][bb2e8e71-44e5-4e9a-8454-8a0c93eb5b7a] Process exited with code 0\n2025-07-19 18:38:33.657 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6f54bd51-7eb2-4689-b87c-d5f6e8c77ed3] socks connection closed\n2025-07-19 18:38:33.657 [info] [command][bb2e8e71-44e5-4e9a-8454-8a0c93eb5b7a] Socket close event received\n2025-07-19 18:38:33.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63277 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:39:33.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:39:33.670 [info] [command][410d221a-f344-4b19-9a74-9c90c04392ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""410d221a-f344-4b19-9a74-9c90c04392ed""}\n2025-07-19 18:39:33.670 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2023a3bb-83b9-4cea-9ae3-5ed019f472fc] received connection request\n2025-07-19 18:39:33.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:39:33.709 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2023a3bb-83b9-4cea-9ae3-5ed019f472fc] socks forwarding established\n2025-07-19 18:39:33.748 [info] [command][410d221a-f344-4b19-9a74-9c90c04392ed] Process exited with code 0\n2025-07-19 18:39:33.748 [info] [command][410d221a-f344-4b19-9a74-9c90c04392ed] Socket close event received\n2025-07-19 18:39:33.749 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2023a3bb-83b9-4cea-9ae3-5ed019f472fc] socks connection closed\n2025-07-19 18:39:33.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63309 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:40:33.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:40:33.757 [info] [command][163cad33-de18-496f-81f9-0d110392a2f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""163cad33-de18-496f-81f9-0d110392a2f9""}\n2025-07-19 18:40:33.758 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a43a22a6-2722-4cfd-985d-5fb93b6d42f1] received connection request\n2025-07-19 18:40:33.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:40:33.795 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a43a22a6-2722-4cfd-985d-5fb93b6d42f1] socks forwarding established\n2025-07-19 18:40:33.842 [info] [command][163cad33-de18-496f-81f9-0d110392a2f9] Process exited with code 0\n2025-07-19 18:40:33.843 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a43a22a6-2722-4cfd-985d-5fb93b6d42f1] socks connection closed\n2025-07-19 18:40:33.843 [info] [command][163cad33-de18-496f-81f9-0d110392a2f9] Socket close event received\n2025-07-19 18:40:33.873 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63331 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:41:33.843 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:41:33.844 [info] [command][91cadfdc-86f9-497e-8b1b-f9a4ab38a101] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""91cadfdc-86f9-497e-8b1b-f9a4ab38a101""}\n2025-07-19 18:41:33.845 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][93faf5cd-0efe-401f-97cd-dc7061823298] received connection request\n2025-07-19 18:41:33.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:41:33.974 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][93faf5cd-0efe-401f-97cd-dc7061823298] socks forwarding established\n2025-07-19 18:41:34.123 [info] [command][91cadfdc-86f9-497e-8b1b-f9a4ab38a101] Process exited with code 0\n2025-07-19 18:41:34.124 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][93faf5cd-0efe-401f-97cd-dc7061823298] socks connection closed\n2025-07-19 18:41:34.124 [info] [command][91cadfdc-86f9-497e-8b1b-f9a4ab38a101] Socket close event received\n2025-07-19 18:41:34.155 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63379 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:42:34.134 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:42:34.136 [info] [command][5afb9764-d302-4438-8208-be841212cecc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5afb9764-d302-4438-8208-be841212cecc""}\n2025-07-19 18:42:34.136 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fcb22f90-aab0-4f97-830d-54ccc50c517e] received connection request\n2025-07-19 18:42:34.137 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:42:34.174 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fcb22f90-aab0-4f97-830d-54ccc50c517e] socks forwarding established\n2025-07-19 18:42:34.217 [info] [command][5afb9764-d302-4438-8208-be841212cecc] Process exited with code 0\n2025-07-19 18:42:34.218 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fcb22f90-aab0-4f97-830d-54ccc50c517e] socks connection closed\n2025-07-19 18:42:34.218 [info] [command][5afb9764-d302-4438-8208-be841212cecc] Socket close event received\n2025-07-19 18:42:34.248 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63401 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:43:34.228 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:43:34.229 [info] [command][adc0f784-d5f6-4567-89c8-da8e976bb381] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""adc0f784-d5f6-4567-89c8-da8e976bb381""}\n2025-07-19 18:43:34.230 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0f5f8eb9-6d93-4930-9d02-dd0e94ea1d03] received connection request\n2025-07-19 18:43:34.231 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:43:34.263 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0f5f8eb9-6d93-4930-9d02-dd0e94ea1d03] socks forwarding established\n2025-07-19 18:43:34.309 [info] [command][adc0f784-d5f6-4567-89c8-da8e976bb381] Process exited with code 0\n2025-07-19 18:43:34.309 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0f5f8eb9-6d93-4930-9d02-dd0e94ea1d03] socks connection closed\n2025-07-19 18:43:34.309 [info] [command][adc0f784-d5f6-4567-89c8-da8e976bb381] Socket close event received\n2025-07-19 18:43:34.340 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63419 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:44:34.319 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:44:34.322 [info] [command][a1508482-4f2c-4f20-8eca-63f93581c3a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a1508482-4f2c-4f20-8eca-63f93581c3a4""}\n2025-07-19 18:44:34.323 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4b60e678-4c2d-4467-88dd-83920728d6da] received connection request\n2025-07-19 18:44:34.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:44:34.359 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4b60e678-4c2d-4467-88dd-83920728d6da] socks forwarding established\n2025-07-19 18:44:34.404 [info] [command][a1508482-4f2c-4f20-8eca-63f93581c3a4] Process exited with code 0\n2025-07-19 18:44:34.405 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4b60e678-4c2d-4467-88dd-83920728d6da] socks connection closed\n2025-07-19 18:44:34.405 [info] [command][a1508482-4f2c-4f20-8eca-63f93581c3a4] Socket close event received\n2025-07-19 18:44:34.436 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63450 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:45:34.405 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:45:34.406 [info] [command][6c1608ed-494e-4c1e-8f0a-0ed48f512103] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6c1608ed-494e-4c1e-8f0a-0ed48f512103""}\n2025-07-19 18:45:34.406 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][32e5e1ed-baa8-4074-8d35-5d6769df6053] received connection request\n2025-07-19 18:45:34.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:45:34.438 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][32e5e1ed-baa8-4074-8d35-5d6769df6053] socks forwarding established\n2025-07-19 18:45:34.482 [info] [command][6c1608ed-494e-4c1e-8f0a-0ed48f512103] Process exited with code 0\n2025-07-19 18:45:34.482 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][32e5e1ed-baa8-4074-8d35-5d6769df6053] socks connection closed\n2025-07-19 18:45:34.482 [info] [command][6c1608ed-494e-4c1e-8f0a-0ed48f512103] Socket close event received\n2025-07-19 18:45:34.513 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63470 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:46:34.483 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:46:34.485 [info] [command][2c776f04-ef06-4ee9-9e68-3eb106fd4ea7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2c776f04-ef06-4ee9-9e68-3eb106fd4ea7""}\n2025-07-19 18:46:34.486 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ba98aaf2-efb1-4b9f-bc2c-c1a2d0bc54f7] received connection request\n2025-07-19 18:46:34.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:46:34.518 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ba98aaf2-efb1-4b9f-bc2c-c1a2d0bc54f7] socks forwarding established\n2025-07-19 18:46:34.563 [info] [command][2c776f04-ef06-4ee9-9e68-3eb106fd4ea7] Process exited with code 0\n2025-07-19 18:46:34.564 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ba98aaf2-efb1-4b9f-bc2c-c1a2d0bc54f7] socks connection closed\n2025-07-19 18:46:34.564 [info] [command][2c776f04-ef06-4ee9-9e68-3eb106fd4ea7] Socket close event received\n2025-07-19 18:46:34.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63524 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:47:34.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:47:34.568 [info] [command][08f0767e-f863-436f-b44c-29d5a2b05d37] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""08f0767e-f863-436f-b44c-29d5a2b05d37""}\n2025-07-19 18:47:34.569 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3403bfec-9962-4670-b19e-c8f790ddd0f9] received connection request\n2025-07-19 18:47:34.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:47:34.602 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3403bfec-9962-4670-b19e-c8f790ddd0f9] socks forwarding established\n2025-07-19 18:47:34.649 [info] [command][08f0767e-f863-436f-b44c-29d5a2b05d37] Process exited with code 0\n2025-07-19 18:47:34.649 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3403bfec-9962-4670-b19e-c8f790ddd0f9] socks connection closed\n2025-07-19 18:47:34.649 [info] [command][08f0767e-f863-436f-b44c-29d5a2b05d37] Socket close event received\n2025-07-19 18:47:34.680 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63544 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:48:34.657 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:48:34.659 [info] [command][28c0df74-51a3-474c-923c-3582f95c8f47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""28c0df74-51a3-474c-923c-3582f95c8f47""}\n2025-07-19 18:48:34.660 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][433023f5-d16e-4546-8598-cf24f235cddd] received connection request\n2025-07-19 18:48:34.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:48:34.803 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][433023f5-d16e-4546-8598-cf24f235cddd] socks forwarding established\n2025-07-19 18:48:34.873 [info] [command][28c0df74-51a3-474c-923c-3582f95c8f47] Process exited with code 0\n2025-07-19 18:48:34.874 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][433023f5-d16e-4546-8598-cf24f235cddd] socks connection closed\n2025-07-19 18:48:34.874 [info] [command][28c0df74-51a3-474c-923c-3582f95c8f47] Socket close event received\n2025-07-19 18:48:34.983 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63564 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:49:34.881 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:49:34.883 [info] [command][da083922-ca7d-4349-8a82-02c9304a529a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""da083922-ca7d-4349-8a82-02c9304a529a""}\n2025-07-19 18:49:34.883 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0b156037-b0b2-497a-9ba1-e85723b64775] received connection request\n2025-07-19 18:49:34.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:49:34.916 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0b156037-b0b2-497a-9ba1-e85723b64775] socks forwarding established\n2025-07-19 18:49:34.961 [info] [command][da083922-ca7d-4349-8a82-02c9304a529a] Process exited with code 0\n2025-07-19 18:49:34.962 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0b156037-b0b2-497a-9ba1-e85723b64775] socks connection closed\n2025-07-19 18:49:34.962 [info] [command][da083922-ca7d-4349-8a82-02c9304a529a] Socket close event received\n2025-07-19 18:49:34.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63599 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:50:34.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:50:34.972 [info] [command][d4f008e6-1a3f-4597-9a44-7fc295bd4fe7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d4f008e6-1a3f-4597-9a44-7fc295bd4fe7""}\n2025-07-19 18:50:34.972 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6ae3c77c-78d8-4e53-a8df-aeb16a05a684] received connection request\n2025-07-19 18:50:34.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:50:35.007 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ae3c77c-78d8-4e53-a8df-aeb16a05a684] socks forwarding established\n2025-07-19 18:50:35.053 [info] [command][d4f008e6-1a3f-4597-9a44-7fc295bd4fe7] Process exited with code 0\n2025-07-19 18:50:35.054 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ae3c77c-78d8-4e53-a8df-aeb16a05a684] socks connection closed\n2025-07-19 18:50:35.054 [info] [command][d4f008e6-1a3f-4597-9a44-7fc295bd4fe7] Socket close event received\n2025-07-19 18:50:35.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63615 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:51:35.061 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:51:35.064 [info] [command][5292f3b2-fc0d-4b7f-a7d4-2afef1a042ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5292f3b2-fc0d-4b7f-a7d4-2afef1a042ef""}\n2025-07-19 18:51:35.064 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3fb3496f-8a01-43f0-80cc-8096461a0dd6] received connection request\n2025-07-19 18:51:35.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:51:35.100 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3fb3496f-8a01-43f0-80cc-8096461a0dd6] socks forwarding established\n2025-07-19 18:51:35.246 [info] [command][5292f3b2-fc0d-4b7f-a7d4-2afef1a042ef] Process exited with code 0\n2025-07-19 18:51:35.247 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3fb3496f-8a01-43f0-80cc-8096461a0dd6] socks connection closed\n2025-07-19 18:51:35.247 [info] [command][5292f3b2-fc0d-4b7f-a7d4-2afef1a042ef] Socket close event received\n2025-07-19 18:51:35.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63665 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:52:35.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:52:35.252 [info] [command][c9ad09ff-7b48-4a4c-9f2d-68ee95961ee5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c9ad09ff-7b48-4a4c-9f2d-68ee95961ee5""}\n2025-07-19 18:52:35.252 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ac230aef-e132-4e17-bcee-42e00d925746] received connection request\n2025-07-19 18:52:35.253 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:52:35.289 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ac230aef-e132-4e17-bcee-42e00d925746] socks forwarding established\n2025-07-19 18:52:35.332 [info] [command][c9ad09ff-7b48-4a4c-9f2d-68ee95961ee5] Process exited with code 0\n2025-07-19 18:52:35.333 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ac230aef-e132-4e17-bcee-42e00d925746] socks connection closed\n2025-07-19 18:52:35.334 [info] [command][c9ad09ff-7b48-4a4c-9f2d-68ee95961ee5] Socket close event received\n2025-07-19 18:52:35.365 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63683 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:53:35.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:53:35.337 [info] [command][f380e353-3118-423d-b867-ae9a69fc5860] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f380e353-3118-423d-b867-ae9a69fc5860""}\n2025-07-19 18:53:35.338 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][56a39dce-25d7-4367-9d97-70012f076727] received connection request\n2025-07-19 18:53:35.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 18:53:35.340 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:53:35.376 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][56a39dce-25d7-4367-9d97-70012f076727] socks forwarding established\n2025-07-19 18:53:35.422 [info] [command][f380e353-3118-423d-b867-ae9a69fc5860] Process exited with code 0\n2025-07-19 18:53:35.422 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][56a39dce-25d7-4367-9d97-70012f076727] socks connection closed\n2025-07-19 18:53:35.422 [info] [command][f380e353-3118-423d-b867-ae9a69fc5860] Socket close event received\n2025-07-19 18:53:35.453 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63709 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:54:35.429 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:54:35.431 [info] [command][f6772e56-ccd0-4860-acfd-44d1bacf0370] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f6772e56-ccd0-4860-acfd-44d1bacf0370""}\n2025-07-19 18:54:35.432 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e2ba0648-9df8-4fe7-a816-e81ee13f5bdb] received connection request\n2025-07-19 18:54:35.432 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:54:35.465 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e2ba0648-9df8-4fe7-a816-e81ee13f5bdb] socks forwarding established\n2025-07-19 18:54:35.506 [info] [command][f6772e56-ccd0-4860-acfd-44d1bacf0370] Process exited with code 0\n2025-07-19 18:54:35.507 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e2ba0648-9df8-4fe7-a816-e81ee13f5bdb] socks connection closed\n2025-07-19 18:54:35.507 [info] [command][f6772e56-ccd0-4860-acfd-44d1bacf0370] Socket close event received\n2025-07-19 18:54:35.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63741 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:55:35.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:55:35.513 [info] [command][7be5cf65-e73b-47f2-8c3f-e523eba53d29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7be5cf65-e73b-47f2-8c3f-e523eba53d29""}\n2025-07-19 18:55:35.514 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7ea8c19f-0801-4358-b8c3-6e820106f8da] received connection request\n2025-07-19 18:55:35.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:55:35.545 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ea8c19f-0801-4358-b8c3-6e820106f8da] socks forwarding established\n2025-07-19 18:55:35.591 [info] [command][7be5cf65-e73b-47f2-8c3f-e523eba53d29] Process exited with code 0\n2025-07-19 18:55:35.592 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ea8c19f-0801-4358-b8c3-6e820106f8da] socks connection closed\n2025-07-19 18:55:35.592 [info] [command][7be5cf65-e73b-47f2-8c3f-e523eba53d29] Socket close event received\n2025-07-19 18:55:35.625 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63763 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:56:35.597 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:56:35.598 [info] [command][ebadedb5-55b9-4b83-9c74-bb1c028b33c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ebadedb5-55b9-4b83-9c74-bb1c028b33c9""}\n2025-07-19 18:56:35.599 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][97b26574-75e5-4dff-8733-e392dad40f65] received connection request\n2025-07-19 18:56:35.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:56:35.636 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][97b26574-75e5-4dff-8733-e392dad40f65] socks forwarding established\n2025-07-19 18:56:35.683 [info] [command][ebadedb5-55b9-4b83-9c74-bb1c028b33c9] Process exited with code 0\n2025-07-19 18:56:35.683 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][97b26574-75e5-4dff-8733-e392dad40f65] socks connection closed\n2025-07-19 18:56:35.683 [info] [command][ebadedb5-55b9-4b83-9c74-bb1c028b33c9] Socket close event received\n2025-07-19 18:56:35.713 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63820 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:57:35.693 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:57:35.695 [info] [command][d1a3835e-0e69-42da-94f7-7dc89d22e752] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d1a3835e-0e69-42da-94f7-7dc89d22e752""}\n2025-07-19 18:57:35.696 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fbd2db82-2616-4c8a-970d-cdd031c98b6b] received connection request\n2025-07-19 18:57:35.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:57:35.734 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fbd2db82-2616-4c8a-970d-cdd031c98b6b] socks forwarding established\n2025-07-19 18:57:35.778 [info] [command][d1a3835e-0e69-42da-94f7-7dc89d22e752] Process exited with code 0\n2025-07-19 18:57:35.779 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fbd2db82-2616-4c8a-970d-cdd031c98b6b] socks connection closed\n2025-07-19 18:57:35.779 [info] [command][d1a3835e-0e69-42da-94f7-7dc89d22e752] Socket close event received\n2025-07-19 18:57:35.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63841 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:58:35.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:58:35.791 [info] [command][66e5ce9b-3f27-4d05-9e64-bc1106ee23e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""66e5ce9b-3f27-4d05-9e64-bc1106ee23e5""}\n2025-07-19 18:58:35.792 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ce22c51c-c6ba-4a62-80ca-55974cbc512a] received connection request\n2025-07-19 18:58:35.793 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:58:35.892 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ce22c51c-c6ba-4a62-80ca-55974cbc512a] socks forwarding established\n2025-07-19 18:58:36.046 [info] [command][66e5ce9b-3f27-4d05-9e64-bc1106ee23e5] Process exited with code 0\n2025-07-19 18:58:36.046 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ce22c51c-c6ba-4a62-80ca-55974cbc512a] socks connection closed\n2025-07-19 18:58:36.046 [info] [command][66e5ce9b-3f27-4d05-9e64-bc1106ee23e5] Socket close event received\n2025-07-19 18:58:36.166 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63867 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 18:59:36.056 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 18:59:36.058 [info] [command][e82824d0-10b9-411c-a3ea-e0b7a51a43c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e82824d0-10b9-411c-a3ea-e0b7a51a43c7""}\n2025-07-19 18:59:36.059 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d16510a7-df94-4812-a6c8-e33676ef0267] received connection request\n2025-07-19 18:59:36.060 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 18:59:36.096 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d16510a7-df94-4812-a6c8-e33676ef0267] socks forwarding established\n2025-07-19 18:59:36.142 [info] [command][e82824d0-10b9-411c-a3ea-e0b7a51a43c7] Process exited with code 0\n2025-07-19 18:59:36.142 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d16510a7-df94-4812-a6c8-e33676ef0267] socks connection closed\n2025-07-19 18:59:36.142 [info] [command][e82824d0-10b9-411c-a3ea-e0b7a51a43c7] Socket close event received\n2025-07-19 18:59:36.172 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63909 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:00:36.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:00:36.152 [info] [command][a7488474-1af8-4482-8194-de483a777e3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a7488474-1af8-4482-8194-de483a777e3f""}\n2025-07-19 19:00:36.153 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b67eb4f5-6ca7-41bd-b38a-b688099f89a1] received connection request\n2025-07-19 19:00:36.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:00:36.194 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b67eb4f5-6ca7-41bd-b38a-b688099f89a1] socks forwarding established\n2025-07-19 19:00:36.239 [info] [command][a7488474-1af8-4482-8194-de483a777e3f] Process exited with code 0\n2025-07-19 19:00:36.240 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b67eb4f5-6ca7-41bd-b38a-b688099f89a1] socks connection closed\n2025-07-19 19:00:36.240 [info] [command][a7488474-1af8-4482-8194-de483a777e3f] Socket close event received\n2025-07-19 19:00:36.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63927 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:01:36.241 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:01:36.243 [info] [command][a8c493d5-2da4-4412-a669-49881213b093] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a8c493d5-2da4-4412-a669-49881213b093""}\n2025-07-19 19:01:36.244 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7ad27477-c812-4c5b-808f-104b9337e8c7] received connection request\n2025-07-19 19:01:36.245 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:01:36.396 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ad27477-c812-4c5b-808f-104b9337e8c7] socks forwarding established\n2025-07-19 19:01:36.575 [info] [command][a8c493d5-2da4-4412-a669-49881213b093] Process exited with code 0\n2025-07-19 19:01:36.575 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ad27477-c812-4c5b-808f-104b9337e8c7] socks connection closed\n2025-07-19 19:01:36.576 [info] [command][a8c493d5-2da4-4412-a669-49881213b093] Socket close event received\n2025-07-19 19:01:36.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63971 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:02:36.577 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:02:36.579 [info] [command][a6f0e644-b402-47bc-b351-ff441721a7e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a6f0e644-b402-47bc-b351-ff441721a7e6""}\n2025-07-19 19:02:36.580 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][275cdfea-8228-411b-9d8d-b67c2b667909] received connection request\n2025-07-19 19:02:36.580 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:02:36.612 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][275cdfea-8228-411b-9d8d-b67c2b667909] socks forwarding established\n2025-07-19 19:02:36.653 [info] [command][a6f0e644-b402-47bc-b351-ff441721a7e6] Process exited with code 0\n2025-07-19 19:02:36.653 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][275cdfea-8228-411b-9d8d-b67c2b667909] socks connection closed\n2025-07-19 19:02:36.653 [info] [command][a6f0e644-b402-47bc-b351-ff441721a7e6] Socket close event received\n2025-07-19 19:02:36.684 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 63989 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:03:36.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:03:36.656 [info] [command][ef361e07-cae9-4138-be3a-72e0315d117f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ef361e07-cae9-4138-be3a-72e0315d117f""}\n2025-07-19 19:03:36.657 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8f01c4b8-670c-4eac-8c8f-46582bac86d2] received connection request\n2025-07-19 19:03:36.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:03:36.687 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8f01c4b8-670c-4eac-8c8f-46582bac86d2] socks forwarding established\n2025-07-19 19:03:36.735 [info] [command][ef361e07-cae9-4138-be3a-72e0315d117f] Process exited with code 0\n2025-07-19 19:03:36.735 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8f01c4b8-670c-4eac-8c8f-46582bac86d2] socks connection closed\n2025-07-19 19:03:36.735 [info] [command][ef361e07-cae9-4138-be3a-72e0315d117f] Socket close event received\n2025-07-19 19:03:36.768 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64007 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:04:36.745 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:04:36.747 [info] [command][663a15d3-8b8b-47f9-946e-f24ff4a9319a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""663a15d3-8b8b-47f9-946e-f24ff4a9319a""}\n2025-07-19 19:04:36.748 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][eb1d7cda-74b1-444c-8400-40bcae24a937] received connection request\n2025-07-19 19:04:36.749 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:04:36.781 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eb1d7cda-74b1-444c-8400-40bcae24a937] socks forwarding established\n2025-07-19 19:04:36.829 [info] [command][663a15d3-8b8b-47f9-946e-f24ff4a9319a] Process exited with code 0\n2025-07-19 19:04:36.830 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eb1d7cda-74b1-444c-8400-40bcae24a937] socks connection closed\n2025-07-19 19:04:36.830 [info] [command][663a15d3-8b8b-47f9-946e-f24ff4a9319a] Socket close event received\n2025-07-19 19:04:36.861 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64045 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:05:36.838 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:05:36.840 [info] [command][56be90b1-a01d-4307-bce7-95088396c6b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""56be90b1-a01d-4307-bce7-95088396c6b5""}\n2025-07-19 19:05:36.841 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8c2ee4ee-f754-4800-9f00-d8fc3db018aa] received connection request\n2025-07-19 19:05:36.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:05:36.875 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8c2ee4ee-f754-4800-9f00-d8fc3db018aa] socks forwarding established\n2025-07-19 19:05:36.921 [info] [command][56be90b1-a01d-4307-bce7-95088396c6b5] Process exited with code 0\n2025-07-19 19:05:36.921 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8c2ee4ee-f754-4800-9f00-d8fc3db018aa] socks connection closed\n2025-07-19 19:05:36.921 [info] [command][56be90b1-a01d-4307-bce7-95088396c6b5] Socket close event received\n2025-07-19 19:05:36.951 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64074 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:06:36.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:06:36.932 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ba359403-1acb-47dd-b6f5-9c3092a3cb94] received connection request\n2025-07-19 19:06:36.933 [info] [command][1f9b11ec-e3f8-4486-84d2-d6a2b7794750] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1f9b11ec-e3f8-4486-84d2-d6a2b7794750""}\n2025-07-19 19:06:36.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:06:36.970 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ba359403-1acb-47dd-b6f5-9c3092a3cb94] socks forwarding established\n2025-07-19 19:06:37.015 [info] [command][1f9b11ec-e3f8-4486-84d2-d6a2b7794750] Process exited with code 0\n2025-07-19 19:06:37.015 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ba359403-1acb-47dd-b6f5-9c3092a3cb94] socks connection closed\n2025-07-19 19:06:37.015 [info] [command][1f9b11ec-e3f8-4486-84d2-d6a2b7794750] Socket close event received\n2025-07-19 19:06:37.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64126 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:07:37.025 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:07:37.027 [info] [command][e9487dc0-b0d4-4612-948d-f843148e85c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e9487dc0-b0d4-4612-948d-f843148e85c7""}\n2025-07-19 19:07:37.028 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3715afe3-407e-4053-a71a-fa77eace047b] received connection request\n2025-07-19 19:07:37.028 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:07:37.060 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3715afe3-407e-4053-a71a-fa77eace047b] socks forwarding established\n2025-07-19 19:07:37.106 [info] [command][e9487dc0-b0d4-4612-948d-f843148e85c7] Process exited with code 0\n2025-07-19 19:07:37.106 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3715afe3-407e-4053-a71a-fa77eace047b] socks connection closed\n2025-07-19 19:07:37.106 [info] [command][e9487dc0-b0d4-4612-948d-f843148e85c7] Socket close event received\n2025-07-19 19:07:37.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64145 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:08:37.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:08:37.117 [info] [command][c2afc1ef-7638-46ba-ac06-f4651d40efe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c2afc1ef-7638-46ba-ac06-f4651d40efe3""}\n2025-07-19 19:08:37.118 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e650d497-f14d-42d6-beeb-f1e21e0e4ba1] received connection request\n2025-07-19 19:08:37.119 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:08:37.396 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e650d497-f14d-42d6-beeb-f1e21e0e4ba1] socks forwarding established\n2025-07-19 19:08:37.575 [info] [command][c2afc1ef-7638-46ba-ac06-f4651d40efe3] Process exited with code 0\n2025-07-19 19:08:37.576 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e650d497-f14d-42d6-beeb-f1e21e0e4ba1] socks connection closed\n2025-07-19 19:08:37.576 [info] [command][c2afc1ef-7638-46ba-ac06-f4651d40efe3] Socket close event received\n2025-07-19 19:08:37.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64166 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:09:37.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:09:37.587 [info] [command][6178dac9-f6d2-46a9-9445-faa5f0121ef8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6178dac9-f6d2-46a9-9445-faa5f0121ef8""}\n2025-07-19 19:09:37.588 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6c4918fc-d567-4bbd-8c20-e4dfc66df706] received connection request\n2025-07-19 19:09:37.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:09:37.623 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6c4918fc-d567-4bbd-8c20-e4dfc66df706] socks forwarding established\n2025-07-19 19:09:37.671 [info] [command][6178dac9-f6d2-46a9-9445-faa5f0121ef8] Process exited with code 0\n2025-07-19 19:09:37.672 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6c4918fc-d567-4bbd-8c20-e4dfc66df706] socks connection closed\n2025-07-19 19:09:37.672 [info] [command][6178dac9-f6d2-46a9-9445-faa5f0121ef8] Socket close event received\n2025-07-19 19:09:37.701 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64203 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:10:37.682 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:10:37.683 [info] [command][b0a7f832-cabc-42a6-8aa6-da57e96690f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b0a7f832-cabc-42a6-8aa6-da57e96690f4""}\n2025-07-19 19:10:37.683 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8d992ef7-6b3b-4460-b8e8-4ce6b8dd11f4] received connection request\n2025-07-19 19:10:37.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:10:37.720 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8d992ef7-6b3b-4460-b8e8-4ce6b8dd11f4] socks forwarding established\n2025-07-19 19:10:37.766 [info] [command][b0a7f832-cabc-42a6-8aa6-da57e96690f4] Process exited with code 0\n2025-07-19 19:10:37.766 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8d992ef7-6b3b-4460-b8e8-4ce6b8dd11f4] socks connection closed\n2025-07-19 19:10:37.766 [info] [command][b0a7f832-cabc-42a6-8aa6-da57e96690f4] Socket close event received\n2025-07-19 19:10:37.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64230 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:11:37.766 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:11:37.768 [info] [command][a7f79d0c-9f01-4c4f-9a6d-84840cab783b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a7f79d0c-9f01-4c4f-9a6d-84840cab783b""}\n2025-07-19 19:11:37.769 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6005068e-73b2-4a39-a593-7a5073c6f69c] received connection request\n2025-07-19 19:11:37.770 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:11:37.806 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6005068e-73b2-4a39-a593-7a5073c6f69c] socks forwarding established\n2025-07-19 19:11:37.853 [info] [command][a7f79d0c-9f01-4c4f-9a6d-84840cab783b] Process exited with code 0\n2025-07-19 19:11:37.854 [info] [command][a7f79d0c-9f01-4c4f-9a6d-84840cab783b] Socket close event received\n2025-07-19 19:11:37.854 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6005068e-73b2-4a39-a593-7a5073c6f69c] socks connection closed\n2025-07-19 19:11:37.892 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64277 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:12:37.857 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:12:37.860 [info] [command][e0966e73-e920-4f59-95d4-09dac37b02e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e0966e73-e920-4f59-95d4-09dac37b02e5""}\n2025-07-19 19:12:37.861 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bc59db13-d891-493d-b208-aed9e6c2d18c] received connection request\n2025-07-19 19:12:37.862 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:12:37.899 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc59db13-d891-493d-b208-aed9e6c2d18c] socks forwarding established\n2025-07-19 19:12:37.943 [info] [command][e0966e73-e920-4f59-95d4-09dac37b02e5] Process exited with code 0\n2025-07-19 19:12:37.943 [info] [command][e0966e73-e920-4f59-95d4-09dac37b02e5] Socket close event received\n2025-07-19 19:12:37.944 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc59db13-d891-493d-b208-aed9e6c2d18c] socks connection closed\n2025-07-19 19:12:37.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64298 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:13:37.952 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:13:37.954 [info] [command][89715f5c-390e-4fec-8ef7-b0bc2bff5edf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""89715f5c-390e-4fec-8ef7-b0bc2bff5edf""}\n2025-07-19 19:13:37.955 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b46081b0-2eed-4a8e-86a4-4db3de26a746] received connection request\n2025-07-19 19:13:37.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:13:37.988 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b46081b0-2eed-4a8e-86a4-4db3de26a746] socks forwarding established\n2025-07-19 19:13:38.032 [info] [command][89715f5c-390e-4fec-8ef7-b0bc2bff5edf] Process exited with code 0\n2025-07-19 19:13:38.032 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b46081b0-2eed-4a8e-86a4-4db3de26a746] socks connection closed\n2025-07-19 19:13:38.032 [info] [command][89715f5c-390e-4fec-8ef7-b0bc2bff5edf] Socket close event received\n2025-07-19 19:13:38.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64324 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:14:38.043 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:14:38.046 [info] [command][a3624e7d-0646-4a59-9635-e320eb592df8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a3624e7d-0646-4a59-9635-e320eb592df8""}\n2025-07-19 19:14:38.047 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][afbc91e7-1fa2-4768-8cfa-f4cb088300f5] received connection request\n2025-07-19 19:14:38.047 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:14:38.082 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afbc91e7-1fa2-4768-8cfa-f4cb088300f5] socks forwarding established\n2025-07-19 19:14:38.126 [info] [command][a3624e7d-0646-4a59-9635-e320eb592df8] Process exited with code 0\n2025-07-19 19:14:38.127 [info] [command][a3624e7d-0646-4a59-9635-e320eb592df8] Socket close event received\n2025-07-19 19:14:38.127 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afbc91e7-1fa2-4768-8cfa-f4cb088300f5] socks connection closed\n2025-07-19 19:14:38.158 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64355 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:15:38.137 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:15:38.140 [info] [command][038ee592-f48b-4b99-9bb8-17695922c91d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""038ee592-f48b-4b99-9bb8-17695922c91d""}\n2025-07-19 19:15:38.141 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][95807ee1-c2e6-42d4-812e-2d87b7051e98] received connection request\n2025-07-19 19:15:38.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:15:38.199 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][95807ee1-c2e6-42d4-812e-2d87b7051e98] socks forwarding established\n2025-07-19 19:15:38.293 [info] [command][038ee592-f48b-4b99-9bb8-17695922c91d] Process exited with code 0\n2025-07-19 19:15:38.293 [info] [command][038ee592-f48b-4b99-9bb8-17695922c91d] Socket close event received\n2025-07-19 19:15:38.294 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][95807ee1-c2e6-42d4-812e-2d87b7051e98] socks connection closed\n2025-07-19 19:15:38.325 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64378 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:16:38.296 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:16:38.299 [info] [command][a727ce68-b32c-45a0-a462-a02f53739784] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a727ce68-b32c-45a0-a462-a02f53739784""}\n2025-07-19 19:16:38.300 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][992e991a-e6dd-465c-aae0-fa26150d21c8] received connection request\n2025-07-19 19:16:38.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:16:38.332 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][992e991a-e6dd-465c-aae0-fa26150d21c8] socks forwarding established\n2025-07-19 19:16:38.378 [info] [command][a727ce68-b32c-45a0-a462-a02f53739784] Process exited with code 0\n2025-07-19 19:16:38.378 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][992e991a-e6dd-465c-aae0-fa26150d21c8] socks connection closed\n2025-07-19 19:16:38.378 [info] [command][a727ce68-b32c-45a0-a462-a02f53739784] Socket close event received\n2025-07-19 19:16:38.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64423 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:17:38.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:17:38.391 [info] [command][1acb0186-bc5a-4993-9ba3-fdc767b6ac55] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1acb0186-bc5a-4993-9ba3-fdc767b6ac55""}\n2025-07-19 19:17:38.392 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7dade3ef-6e20-43da-b265-fd91a67eadc9] received connection request\n2025-07-19 19:17:38.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:17:38.427 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7dade3ef-6e20-43da-b265-fd91a67eadc9] socks forwarding established\n2025-07-19 19:17:38.472 [info] [command][1acb0186-bc5a-4993-9ba3-fdc767b6ac55] Process exited with code 0\n2025-07-19 19:17:38.473 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7dade3ef-6e20-43da-b265-fd91a67eadc9] socks connection closed\n2025-07-19 19:17:38.473 [info] [command][1acb0186-bc5a-4993-9ba3-fdc767b6ac55] Socket close event received\n2025-07-19 19:17:38.505 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64445 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:18:38.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:18:38.483 [info] [command][7fd1a52b-edd3-40e6-9a78-a546aede2efe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7fd1a52b-edd3-40e6-9a78-a546aede2efe""}\n2025-07-19 19:18:38.483 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f3d8ee03-13f1-4afc-95e7-f2aed1b0dcad] received connection request\n2025-07-19 19:18:38.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:18:38.565 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f3d8ee03-13f1-4afc-95e7-f2aed1b0dcad] socks forwarding established\n2025-07-19 19:18:38.717 [info] [command][7fd1a52b-edd3-40e6-9a78-a546aede2efe] Process exited with code 0\n2025-07-19 19:18:38.717 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f3d8ee03-13f1-4afc-95e7-f2aed1b0dcad] socks connection closed\n2025-07-19 19:18:38.717 [info] [command][7fd1a52b-edd3-40e6-9a78-a546aede2efe] Socket close event received\n2025-07-19 19:18:38.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64467 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:19:38.720 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:19:38.723 [info] [command][f58993c0-b743-4b19-81e6-35651665a431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f58993c0-b743-4b19-81e6-35651665a431""}\n2025-07-19 19:19:38.724 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][20e7b84a-84b2-48fb-ba43-9ce799f88343] received connection request\n2025-07-19 19:19:38.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:19:38.760 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][20e7b84a-84b2-48fb-ba43-9ce799f88343] socks forwarding established\n2025-07-19 19:19:38.803 [info] [command][f58993c0-b743-4b19-81e6-35651665a431] Process exited with code 0\n2025-07-19 19:19:38.804 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][20e7b84a-84b2-48fb-ba43-9ce799f88343] socks connection closed\n2025-07-19 19:19:38.804 [info] [command][f58993c0-b743-4b19-81e6-35651665a431] Socket close event received\n2025-07-19 19:19:38.835 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64503 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:20:38.813 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:20:38.816 [info] [command][ea63e8e6-9e7c-423f-bd2b-1195e0235733] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ea63e8e6-9e7c-423f-bd2b-1195e0235733""}\n2025-07-19 19:20:38.817 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f6162e6f-27fa-46c8-bca8-48c16ccdbe46] received connection request\n2025-07-19 19:20:38.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:20:38.855 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f6162e6f-27fa-46c8-bca8-48c16ccdbe46] socks forwarding established\n2025-07-19 19:20:38.905 [info] [command][ea63e8e6-9e7c-423f-bd2b-1195e0235733] Process exited with code 0\n2025-07-19 19:20:38.905 [info] [command][ea63e8e6-9e7c-423f-bd2b-1195e0235733] Socket close event received\n2025-07-19 19:20:38.905 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f6162e6f-27fa-46c8-bca8-48c16ccdbe46] socks connection closed\n2025-07-19 19:20:38.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64529 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:21:38.913 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:21:38.916 [info] [command][3d17cd19-b8af-40c8-b129-cab14dc0c3b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3d17cd19-b8af-40c8-b129-cab14dc0c3b8""}\n2025-07-19 19:21:38.916 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][52261353-c4f9-445f-a157-1f65bce840c4] received connection request\n2025-07-19 19:21:38.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:21:38.955 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][52261353-c4f9-445f-a157-1f65bce840c4] socks forwarding established\n2025-07-19 19:21:39.003 [info] [command][3d17cd19-b8af-40c8-b129-cab14dc0c3b8] Process exited with code 0\n2025-07-19 19:21:39.003 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][52261353-c4f9-445f-a157-1f65bce840c4] socks connection closed\n2025-07-19 19:21:39.003 [info] [command][3d17cd19-b8af-40c8-b129-cab14dc0c3b8] Socket close event received\n2025-07-19 19:21:39.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64573 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:22:39.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:22:39.011 [info] [command][995c4fb0-5961-4ed8-936c-a25bebe1c95d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""995c4fb0-5961-4ed8-936c-a25bebe1c95d""}\n2025-07-19 19:22:39.012 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4740cc4d-9989-4ec0-bb59-e73d7aa88735] received connection request\n2025-07-19 19:22:39.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:22:39.048 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4740cc4d-9989-4ec0-bb59-e73d7aa88735] socks forwarding established\n2025-07-19 19:22:39.097 [info] [command][995c4fb0-5961-4ed8-936c-a25bebe1c95d] Process exited with code 0\n2025-07-19 19:22:39.098 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4740cc4d-9989-4ec0-bb59-e73d7aa88735] socks connection closed\n2025-07-19 19:22:39.098 [info] [command][995c4fb0-5961-4ed8-936c-a25bebe1c95d] Socket close event received\n2025-07-19 19:22:39.131 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64593 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:23:39.105 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:23:39.106 [info] [command][83b9a542-4d57-48a8-8b30-0637404fef07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""83b9a542-4d57-48a8-8b30-0637404fef07""}\n2025-07-19 19:23:39.107 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][816442dd-3146-492a-8b51-1468248a6c64] received connection request\n2025-07-19 19:23:39.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:23:39.144 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][816442dd-3146-492a-8b51-1468248a6c64] socks forwarding established\n2025-07-19 19:23:39.190 [info] [command][83b9a542-4d57-48a8-8b30-0637404fef07] Process exited with code 0\n2025-07-19 19:23:39.190 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][816442dd-3146-492a-8b51-1468248a6c64] socks connection closed\n2025-07-19 19:23:39.190 [info] [command][83b9a542-4d57-48a8-8b30-0637404fef07] Socket close event received\n2025-07-19 19:23:39.221 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64612 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:24:39.199 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:24:39.203 [info] [command][f2af0b08-ec90-4f5d-a428-64defdaef342] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f2af0b08-ec90-4f5d-a428-64defdaef342""}\n2025-07-19 19:24:39.204 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cd0a3c60-7b9e-4681-a3a1-2d116871432e] received connection request\n2025-07-19 19:24:39.204 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:24:39.242 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cd0a3c60-7b9e-4681-a3a1-2d116871432e] socks forwarding established\n2025-07-19 19:24:39.287 [info] [command][f2af0b08-ec90-4f5d-a428-64defdaef342] Process exited with code 0\n2025-07-19 19:24:39.287 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cd0a3c60-7b9e-4681-a3a1-2d116871432e] socks connection closed\n2025-07-19 19:24:39.287 [info] [command][f2af0b08-ec90-4f5d-a428-64defdaef342] Socket close event received\n2025-07-19 19:24:39.319 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64643 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:25:39.290 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:25:39.293 [info] [command][70bb06f4-9e42-43e6-bdad-a3af490b68f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""70bb06f4-9e42-43e6-bdad-a3af490b68f2""}\n2025-07-19 19:25:39.294 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][18aa743f-645a-4fbe-b328-b31b4a547c4d] received connection request\n2025-07-19 19:25:39.294 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:25:39.327 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][18aa743f-645a-4fbe-b328-b31b4a547c4d] socks forwarding established\n2025-07-19 19:25:39.374 [info] [command][70bb06f4-9e42-43e6-bdad-a3af490b68f2] Process exited with code 0\n2025-07-19 19:25:39.375 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][18aa743f-645a-4fbe-b328-b31b4a547c4d] socks connection closed\n2025-07-19 19:25:39.375 [info] [command][70bb06f4-9e42-43e6-bdad-a3af490b68f2] Socket close event received\n2025-07-19 19:25:39.403 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64665 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:26:39.383 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:26:39.385 [info] [command][dde07a2e-5873-4900-a3f3-97e6bd729a67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""dde07a2e-5873-4900-a3f3-97e6bd729a67""}\n2025-07-19 19:26:39.386 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][70e39d9f-beed-429a-8e2f-b686f5c9db07] received connection request\n2025-07-19 19:26:39.386 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:26:39.419 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][70e39d9f-beed-429a-8e2f-b686f5c9db07] socks forwarding established\n2025-07-19 19:26:39.464 [info] [command][dde07a2e-5873-4900-a3f3-97e6bd729a67] Process exited with code 0\n2025-07-19 19:26:39.465 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][70e39d9f-beed-429a-8e2f-b686f5c9db07] socks connection closed\n2025-07-19 19:26:39.465 [info] [command][dde07a2e-5873-4900-a3f3-97e6bd729a67] Socket close event received\n2025-07-19 19:26:39.497 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64711 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:27:39.471 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:27:39.473 [info] [command][c40f0668-1ce4-4aa1-94e7-9956048fa25d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c40f0668-1ce4-4aa1-94e7-9956048fa25d""}\n2025-07-19 19:27:39.473 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][78ea5873-a38f-4996-900e-1ed132785a51] received connection request\n2025-07-19 19:27:39.474 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:27:39.512 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][78ea5873-a38f-4996-900e-1ed132785a51] socks forwarding established\n2025-07-19 19:27:39.555 [info] [command][c40f0668-1ce4-4aa1-94e7-9956048fa25d] Process exited with code 0\n2025-07-19 19:27:39.555 [info] [command][c40f0668-1ce4-4aa1-94e7-9956048fa25d] Socket close event received\n2025-07-19 19:27:39.556 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][78ea5873-a38f-4996-900e-1ed132785a51] socks connection closed\n2025-07-19 19:27:39.587 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64728 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:28:39.563 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:28:39.566 [info] [command][e616f94e-039f-46ed-9679-1c7c9c2069fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e616f94e-039f-46ed-9679-1c7c9c2069fd""}\n2025-07-19 19:28:39.567 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e97f2e16-547b-43cd-a05a-95284fd1497e] received connection request\n2025-07-19 19:28:39.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:28:39.667 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e97f2e16-547b-43cd-a05a-95284fd1497e] socks forwarding established\n2025-07-19 19:28:39.763 [info] [command][e616f94e-039f-46ed-9679-1c7c9c2069fd] Process exited with code 0\n2025-07-19 19:28:39.763 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e97f2e16-547b-43cd-a05a-95284fd1497e] socks connection closed\n2025-07-19 19:28:39.763 [info] [command][e616f94e-039f-46ed-9679-1c7c9c2069fd] Socket close event received\n2025-07-19 19:28:39.793 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64750 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:29:39.766 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:29:39.768 [info] [command][d3e36ab9-3a6b-49e0-b2ca-a06be831db0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d3e36ab9-3a6b-49e0-b2ca-a06be831db0a""}\n2025-07-19 19:29:39.769 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][80a5c3eb-dd8b-4f3f-a3e5-a7ade0363ba4] received connection request\n2025-07-19 19:29:39.769 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:29:39.800 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80a5c3eb-dd8b-4f3f-a3e5-a7ade0363ba4] socks forwarding established\n2025-07-19 19:29:39.843 [info] [command][d3e36ab9-3a6b-49e0-b2ca-a06be831db0a] Process exited with code 0\n2025-07-19 19:29:39.843 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80a5c3eb-dd8b-4f3f-a3e5-a7ade0363ba4] socks connection closed\n2025-07-19 19:29:39.844 [info] [command][d3e36ab9-3a6b-49e0-b2ca-a06be831db0a] Socket close event received\n2025-07-19 19:29:39.874 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64784 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:30:39.847 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:30:39.850 [info] [command][c8ded055-7bbb-48d5-bd3f-87f6907361a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c8ded055-7bbb-48d5-bd3f-87f6907361a7""}\n2025-07-19 19:30:39.851 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][be07001c-19e3-49b5-bf27-98229019abbe] received connection request\n2025-07-19 19:30:39.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:30:39.883 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][be07001c-19e3-49b5-bf27-98229019abbe] socks forwarding established\n2025-07-19 19:30:39.925 [info] [command][c8ded055-7bbb-48d5-bd3f-87f6907361a7] Process exited with code 0\n2025-07-19 19:30:39.925 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][be07001c-19e3-49b5-bf27-98229019abbe] socks connection closed\n2025-07-19 19:30:39.925 [info] [command][c8ded055-7bbb-48d5-bd3f-87f6907361a7] Socket close event received\n2025-07-19 19:30:39.958 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64804 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:31:39.933 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:31:39.936 [info] [command][df205df4-cd5f-4177-8637-69112950cc2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""df205df4-cd5f-4177-8637-69112950cc2f""}\n2025-07-19 19:31:39.936 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b33b6e90-fbe5-4f08-b23b-403e2b31fc97] received connection request\n2025-07-19 19:31:39.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:31:40.036 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b33b6e90-fbe5-4f08-b23b-403e2b31fc97] socks forwarding established\n2025-07-19 19:31:40.187 [info] [command][df205df4-cd5f-4177-8637-69112950cc2f] Process exited with code 0\n2025-07-19 19:31:40.187 [info] [command][df205df4-cd5f-4177-8637-69112950cc2f] Socket close event received\n2025-07-19 19:31:40.188 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b33b6e90-fbe5-4f08-b23b-403e2b31fc97] socks connection closed\n2025-07-19 19:31:40.218 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64848 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:32:40.189 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:32:40.192 [info] [command][d1127425-8584-4b61-b573-d7bda6d7f2a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d1127425-8584-4b61-b573-d7bda6d7f2a0""}\n2025-07-19 19:32:40.192 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][dc84628a-b737-4966-b675-f761cb7e7e99] received connection request\n2025-07-19 19:32:40.193 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:32:40.225 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dc84628a-b737-4966-b675-f761cb7e7e99] socks forwarding established\n2025-07-19 19:32:40.271 [info] [command][d1127425-8584-4b61-b573-d7bda6d7f2a0] Process exited with code 0\n2025-07-19 19:32:40.272 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dc84628a-b737-4966-b675-f761cb7e7e99] socks connection closed\n2025-07-19 19:32:40.272 [info] [command][d1127425-8584-4b61-b573-d7bda6d7f2a0] Socket close event received\n2025-07-19 19:32:40.305 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64875 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:33:40.281 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:33:40.283 [info] [command][c93eaa05-894a-4036-aa0e-c4811a3d0796] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c93eaa05-894a-4036-aa0e-c4811a3d0796""}\n2025-07-19 19:33:40.283 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][db7303d9-582c-4757-a478-169eb3f208d7] received connection request\n2025-07-19 19:33:40.284 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:33:40.315 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][db7303d9-582c-4757-a478-169eb3f208d7] socks forwarding established\n2025-07-19 19:33:40.360 [info] [command][c93eaa05-894a-4036-aa0e-c4811a3d0796] Process exited with code 0\n2025-07-19 19:33:40.361 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][db7303d9-582c-4757-a478-169eb3f208d7] socks connection closed\n2025-07-19 19:33:40.361 [info] [command][c93eaa05-894a-4036-aa0e-c4811a3d0796] Socket close event received\n2025-07-19 19:33:40.392 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64893 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:34:40.368 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:34:40.369 [info] [command][80dbc2b1-fab4-4bd9-bbb0-400c07531bb8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""80dbc2b1-fab4-4bd9-bbb0-400c07531bb8""}\n2025-07-19 19:34:40.370 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d82578b4-21c0-458d-9b4c-4c50aab455d6] received connection request\n2025-07-19 19:34:40.370 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:34:40.456 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d82578b4-21c0-458d-9b4c-4c50aab455d6] socks forwarding established\n2025-07-19 19:34:40.606 [info] [command][80dbc2b1-fab4-4bd9-bbb0-400c07531bb8] Process exited with code 0\n2025-07-19 19:34:40.607 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d82578b4-21c0-458d-9b4c-4c50aab455d6] socks connection closed\n2025-07-19 19:34:40.607 [info] [command][80dbc2b1-fab4-4bd9-bbb0-400c07531bb8] Socket close event received\n2025-07-19 19:34:40.640 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64928 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:35:40.617 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:35:40.618 [info] [command][e83b2c25-d5b3-4bd4-9cbd-e8b6a466990e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e83b2c25-d5b3-4bd4-9cbd-e8b6a466990e""}\n2025-07-19 19:35:40.619 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6ad9466c-ea49-4232-b6d4-cc013b041f2e] received connection request\n2025-07-19 19:35:40.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:35:40.656 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ad9466c-ea49-4232-b6d4-cc013b041f2e] socks forwarding established\n2025-07-19 19:35:40.703 [info] [command][e83b2c25-d5b3-4bd4-9cbd-e8b6a466990e] Process exited with code 0\n2025-07-19 19:35:40.704 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ad9466c-ea49-4232-b6d4-cc013b041f2e] socks connection closed\n2025-07-19 19:35:40.704 [info] [command][e83b2c25-d5b3-4bd4-9cbd-e8b6a466990e] Socket close event received\n2025-07-19 19:35:40.734 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 64949 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:36:40.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:36:40.715 [info] [command][2812f238-d02c-4ca1-8355-076b05be7cc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2812f238-d02c-4ca1-8355-076b05be7cc3""}\n2025-07-19 19:36:40.716 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][372d5de3-f688-4594-99d8-cb86330022c1] received connection request\n2025-07-19 19:36:40.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:36:40.755 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][372d5de3-f688-4594-99d8-cb86330022c1] socks forwarding established\n2025-07-19 19:36:40.802 [info] [command][2812f238-d02c-4ca1-8355-076b05be7cc3] Process exited with code 0\n2025-07-19 19:36:40.802 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][372d5de3-f688-4594-99d8-cb86330022c1] socks connection closed\n2025-07-19 19:36:40.803 [info] [command][2812f238-d02c-4ca1-8355-076b05be7cc3] Socket close event received\n2025-07-19 19:36:40.833 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65000 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:37:40.805 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:37:40.807 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][15e3a06e-f2a5-445b-851d-a54e889d8945] received connection request\n2025-07-19 19:37:40.808 [info] [command][75550eae-53e8-4c7c-968e-cfa79f324041] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""75550eae-53e8-4c7c-968e-cfa79f324041""}\n2025-07-19 19:37:40.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:37:40.844 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][15e3a06e-f2a5-445b-851d-a54e889d8945] socks forwarding established\n2025-07-19 19:37:40.886 [info] [command][75550eae-53e8-4c7c-968e-cfa79f324041] Process exited with code 0\n2025-07-19 19:37:40.887 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][15e3a06e-f2a5-445b-851d-a54e889d8945] socks connection closed\n2025-07-19 19:37:40.887 [info] [command][75550eae-53e8-4c7c-968e-cfa79f324041] Socket close event received\n2025-07-19 19:37:40.924 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65018 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:38:40.896 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:38:40.898 [info] [command][0e4a697d-2e84-404a-ad38-1700f2e7af87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0e4a697d-2e84-404a-ad38-1700f2e7af87""}\n2025-07-19 19:38:40.899 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a9e1c41b-9302-4779-9fce-11691906bf9c] received connection request\n2025-07-19 19:38:40.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:38:40.936 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a9e1c41b-9302-4779-9fce-11691906bf9c] socks forwarding established\n2025-07-19 19:38:40.981 [info] [command][0e4a697d-2e84-404a-ad38-1700f2e7af87] Process exited with code 0\n2025-07-19 19:38:40.982 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a9e1c41b-9302-4779-9fce-11691906bf9c] socks connection closed\n2025-07-19 19:38:40.982 [info] [command][0e4a697d-2e84-404a-ad38-1700f2e7af87] Socket close event received\n2025-07-19 19:38:41.014 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65037 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:39:40.987 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:39:40.989 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b51b0217-33fb-4376-9545-cf7e54f21f3c] received connection request\n2025-07-19 19:39:40.990 [info] [command][bcbf3a30-c97d-4efa-8e7f-5c6bcf117aef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bcbf3a30-c97d-4efa-8e7f-5c6bcf117aef""}\n2025-07-19 19:39:40.990 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:39:41.031 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b51b0217-33fb-4376-9545-cf7e54f21f3c] socks forwarding established\n2025-07-19 19:39:41.076 [info] [command][bcbf3a30-c97d-4efa-8e7f-5c6bcf117aef] Process exited with code 0\n2025-07-19 19:39:41.076 [info] [command][bcbf3a30-c97d-4efa-8e7f-5c6bcf117aef] Socket close event received\n2025-07-19 19:39:41.077 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b51b0217-33fb-4376-9545-cf7e54f21f3c] socks connection closed\n2025-07-19 19:39:41.107 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65068 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:40:41.079 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:40:41.082 [info] [command][ee6504c1-2544-49c9-a577-d4fdd2193fb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ee6504c1-2544-49c9-a577-d4fdd2193fb4""}\n2025-07-19 19:40:41.083 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e43b818a-ec89-4ff3-a948-0b1b5cf08094] received connection request\n2025-07-19 19:40:41.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:40:41.121 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e43b818a-ec89-4ff3-a948-0b1b5cf08094] socks forwarding established\n2025-07-19 19:40:41.166 [info] [command][ee6504c1-2544-49c9-a577-d4fdd2193fb4] Process exited with code 0\n2025-07-19 19:40:41.166 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e43b818a-ec89-4ff3-a948-0b1b5cf08094] socks connection closed\n2025-07-19 19:40:41.166 [info] [command][ee6504c1-2544-49c9-a577-d4fdd2193fb4] Socket close event received\n2025-07-19 19:40:41.197 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65091 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:41:41.168 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:41:41.171 [info] [command][f3b65408-cee5-415f-be1b-78bfc6230249] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f3b65408-cee5-415f-be1b-78bfc6230249""}\n2025-07-19 19:41:41.172 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0971a72d-4124-4890-b29b-73f2d8f87601] received connection request\n2025-07-19 19:41:41.173 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:41:41.207 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0971a72d-4124-4890-b29b-73f2d8f87601] socks forwarding established\n2025-07-19 19:41:41.331 [info] [command][f3b65408-cee5-415f-be1b-78bfc6230249] Process exited with code 0\n2025-07-19 19:41:41.332 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0971a72d-4124-4890-b29b-73f2d8f87601] socks connection closed\n2025-07-19 19:41:41.332 [info] [command][f3b65408-cee5-415f-be1b-78bfc6230249] Socket close event received\n2025-07-19 19:41:41.410 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65138 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:42:41.342 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:42:41.344 [info] [command][5dd69c7c-ed7d-4354-b29a-f4c286cae91e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5dd69c7c-ed7d-4354-b29a-f4c286cae91e""}\n2025-07-19 19:42:41.345 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][071887fc-e938-4bca-9f29-4ca7b2982747] received connection request\n2025-07-19 19:42:41.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:42:41.375 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][071887fc-e938-4bca-9f29-4ca7b2982747] socks forwarding established\n2025-07-19 19:42:41.421 [info] [command][5dd69c7c-ed7d-4354-b29a-f4c286cae91e] Process exited with code 0\n2025-07-19 19:42:41.421 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][071887fc-e938-4bca-9f29-4ca7b2982747] socks connection closed\n2025-07-19 19:42:41.421 [info] [command][5dd69c7c-ed7d-4354-b29a-f4c286cae91e] Socket close event received\n2025-07-19 19:42:41.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65167 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:43:41.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:43:41.430 [info] [command][275d698b-37e5-4ebc-9941-744a305c8f5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""275d698b-37e5-4ebc-9941-744a305c8f5f""}\n2025-07-19 19:43:41.430 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bbcc8152-398e-41da-ab3d-11159ed44992] received connection request\n2025-07-19 19:43:41.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:43:41.465 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bbcc8152-398e-41da-ab3d-11159ed44992] socks forwarding established\n2025-07-19 19:43:41.511 [info] [command][275d698b-37e5-4ebc-9941-744a305c8f5f] Process exited with code 0\n2025-07-19 19:43:41.511 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bbcc8152-398e-41da-ab3d-11159ed44992] socks connection closed\n2025-07-19 19:43:41.511 [info] [command][275d698b-37e5-4ebc-9941-744a305c8f5f] Socket close event received\n2025-07-19 19:43:41.541 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65193 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:44:41.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:44:41.513 [info] [command][2d9a1b0c-4c70-445c-87b3-fab88f587625] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2d9a1b0c-4c70-445c-87b3-fab88f587625""}\n2025-07-19 19:44:41.514 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][34f18651-8083-417d-aa74-d8a969ccc27f] received connection request\n2025-07-19 19:44:41.514 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:44:41.548 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][34f18651-8083-417d-aa74-d8a969ccc27f] socks forwarding established\n2025-07-19 19:44:41.597 [info] [command][2d9a1b0c-4c70-445c-87b3-fab88f587625] Process exited with code 0\n2025-07-19 19:44:41.597 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][34f18651-8083-417d-aa74-d8a969ccc27f] socks connection closed\n2025-07-19 19:44:41.597 [info] [command][2d9a1b0c-4c70-445c-87b3-fab88f587625] Socket close event received\n2025-07-19 19:44:41.627 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65231 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:45:41.601 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:45:41.604 [info] [command][88bd57cd-9ab5-47fc-9c37-7b4e07e002dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""88bd57cd-9ab5-47fc-9c37-7b4e07e002dd""}\n2025-07-19 19:45:41.605 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3bbd4e8c-8b26-4532-8d3f-d1e20ea9bcf3] received connection request\n2025-07-19 19:45:41.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:45:41.639 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3bbd4e8c-8b26-4532-8d3f-d1e20ea9bcf3] socks forwarding established\n2025-07-19 19:45:41.686 [info] [command][88bd57cd-9ab5-47fc-9c37-7b4e07e002dd] Process exited with code 0\n2025-07-19 19:45:41.687 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3bbd4e8c-8b26-4532-8d3f-d1e20ea9bcf3] socks connection closed\n2025-07-19 19:45:41.688 [info] [command][88bd57cd-9ab5-47fc-9c37-7b4e07e002dd] Socket close event received\n2025-07-19 19:45:41.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65256 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:46:41.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:46:41.699 [info] [command][ac42bfc1-998b-4b15-84fe-54e6e397b618] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ac42bfc1-998b-4b15-84fe-54e6e397b618""}\n2025-07-19 19:46:41.700 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][360e63b2-9537-407e-bb90-b9e3304f06eb] received connection request\n2025-07-19 19:46:41.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:46:41.737 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][360e63b2-9537-407e-bb90-b9e3304f06eb] socks forwarding established\n2025-07-19 19:46:41.782 [info] [command][ac42bfc1-998b-4b15-84fe-54e6e397b618] Process exited with code 0\n2025-07-19 19:46:41.782 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][360e63b2-9537-407e-bb90-b9e3304f06eb] socks connection closed\n2025-07-19 19:46:41.782 [info] [command][ac42bfc1-998b-4b15-84fe-54e6e397b618] Socket close event received\n2025-07-19 19:46:41.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65303 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:47:41.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:47:41.789 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][31270ea3-ad33-4c4e-8893-e61dbcec0b16] received connection request\n2025-07-19 19:47:41.790 [info] [command][057d3570-4f78-4ba9-95e7-47264035ec70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""057d3570-4f78-4ba9-95e7-47264035ec70""}\n2025-07-19 19:47:41.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:47:41.822 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][31270ea3-ad33-4c4e-8893-e61dbcec0b16] socks forwarding established\n2025-07-19 19:47:41.868 [info] [command][057d3570-4f78-4ba9-95e7-47264035ec70] Process exited with code 0\n2025-07-19 19:47:41.868 [info] [command][057d3570-4f78-4ba9-95e7-47264035ec70] Socket close event received\n2025-07-19 19:47:41.869 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][31270ea3-ad33-4c4e-8893-e61dbcec0b16] socks connection closed\n2025-07-19 19:47:41.898 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65337 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:48:41.871 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:48:41.873 [info] [command][17daaf87-f12d-42ed-a37e-48d2b10517c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""17daaf87-f12d-42ed-a37e-48d2b10517c0""}\n2025-07-19 19:48:41.874 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4719ea4a-7a79-4ab8-9348-81444368f23e] received connection request\n2025-07-19 19:48:41.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:48:41.906 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4719ea4a-7a79-4ab8-9348-81444368f23e] socks forwarding established\n2025-07-19 19:48:41.947 [info] [command][17daaf87-f12d-42ed-a37e-48d2b10517c0] Process exited with code 0\n2025-07-19 19:48:41.948 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4719ea4a-7a79-4ab8-9348-81444368f23e] socks connection closed\n2025-07-19 19:48:41.948 [info] [command][17daaf87-f12d-42ed-a37e-48d2b10517c0] Socket close event received\n2025-07-19 19:48:41.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65357 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:49:41.949 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:49:41.951 [info] [command][abb473ea-fb40-4040-9e91-0c503cceec74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""abb473ea-fb40-4040-9e91-0c503cceec74""}\n2025-07-19 19:49:41.952 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d01e428c-7081-4952-a9fd-feac8382a5fc] received connection request\n2025-07-19 19:49:41.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:49:41.985 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d01e428c-7081-4952-a9fd-feac8382a5fc] socks forwarding established\n2025-07-19 19:49:42.030 [info] [command][abb473ea-fb40-4040-9e91-0c503cceec74] Process exited with code 0\n2025-07-19 19:49:42.030 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d01e428c-7081-4952-a9fd-feac8382a5fc] socks connection closed\n2025-07-19 19:49:42.031 [info] [command][abb473ea-fb40-4040-9e91-0c503cceec74] Socket close event received\n2025-07-19 19:49:42.060 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65392 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:50:42.038 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:50:42.039 [info] [command][df1e44bb-e993-4bd2-b9a0-702475bb01be] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""df1e44bb-e993-4bd2-b9a0-702475bb01be""}\n2025-07-19 19:50:42.040 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fd110e58-45dd-4f13-af79-59a6361225ea] received connection request\n2025-07-19 19:50:42.041 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:50:42.073 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fd110e58-45dd-4f13-af79-59a6361225ea] socks forwarding established\n2025-07-19 19:50:42.115 [info] [command][df1e44bb-e993-4bd2-b9a0-702475bb01be] Process exited with code 0\n2025-07-19 19:50:42.115 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fd110e58-45dd-4f13-af79-59a6361225ea] socks connection closed\n2025-07-19 19:50:42.115 [info] [command][df1e44bb-e993-4bd2-b9a0-702475bb01be] Socket close event received\n2025-07-19 19:50:42.144 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65410 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:51:42.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:51:42.127 [info] [command][585d160b-acba-444f-b88a-3e676de3601e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""585d160b-acba-444f-b88a-3e676de3601e""}\n2025-07-19 19:51:42.128 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][67357e36-88bb-4ccc-8e55-3fbd8f5a9278] received connection request\n2025-07-19 19:51:42.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:51:42.163 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][67357e36-88bb-4ccc-8e55-3fbd8f5a9278] socks forwarding established\n2025-07-19 19:51:42.212 [info] [command][585d160b-acba-444f-b88a-3e676de3601e] Process exited with code 0\n2025-07-19 19:51:42.212 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][67357e36-88bb-4ccc-8e55-3fbd8f5a9278] socks connection closed\n2025-07-19 19:51:42.212 [info] [command][585d160b-acba-444f-b88a-3e676de3601e] Socket close event received\n2025-07-19 19:51:42.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65461 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:52:42.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:52:42.223 [info] [command][93f96eef-16df-44da-ab7c-503b4c2327e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""93f96eef-16df-44da-ab7c-503b4c2327e6""}\n2025-07-19 19:52:42.224 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6ab09f23-c492-4a21-b8de-904391d8e5eb] received connection request\n2025-07-19 19:52:42.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:52:42.258 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ab09f23-c492-4a21-b8de-904391d8e5eb] socks forwarding established\n2025-07-19 19:52:42.306 [info] [command][93f96eef-16df-44da-ab7c-503b4c2327e6] Process exited with code 0\n2025-07-19 19:52:42.306 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6ab09f23-c492-4a21-b8de-904391d8e5eb] socks connection closed\n2025-07-19 19:52:42.306 [info] [command][93f96eef-16df-44da-ab7c-503b4c2327e6] Socket close event received\n2025-07-19 19:52:42.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65484 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:53:42.306 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:53:42.307 [info] [command][2f88a7ab-302a-4f3c-adcc-f171860c79a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2f88a7ab-302a-4f3c-adcc-f171860c79a8""}\n2025-07-19 19:53:42.308 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][595737e9-4012-4bf0-b9ea-daaec72a9704] received connection request\n2025-07-19 19:53:42.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:53:42.341 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][595737e9-4012-4bf0-b9ea-daaec72a9704] socks forwarding established\n2025-07-19 19:53:42.385 [info] [command][2f88a7ab-302a-4f3c-adcc-f171860c79a8] Process exited with code 0\n2025-07-19 19:53:42.385 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][595737e9-4012-4bf0-b9ea-daaec72a9704] socks connection closed\n2025-07-19 19:53:42.385 [info] [command][2f88a7ab-302a-4f3c-adcc-f171860c79a8] Socket close event received\n2025-07-19 19:53:42.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65502 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:54:42.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:54:42.397 [info] [command][e1cd4575-d02c-42ef-bb03-c6258bb0c183] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e1cd4575-d02c-42ef-bb03-c6258bb0c183""}\n2025-07-19 19:54:42.398 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][30407ecc-9aa3-408d-865e-b4f20c671595] received connection request\n2025-07-19 19:54:42.398 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:54:42.431 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][30407ecc-9aa3-408d-865e-b4f20c671595] socks forwarding established\n2025-07-19 19:54:42.477 [info] [command][e1cd4575-d02c-42ef-bb03-c6258bb0c183] Process exited with code 0\n2025-07-19 19:54:42.477 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][30407ecc-9aa3-408d-865e-b4f20c671595] socks connection closed\n2025-07-19 19:54:42.477 [info] [command][e1cd4575-d02c-42ef-bb03-c6258bb0c183] Socket close event received\n2025-07-19 19:54:42.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 65534 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:55:42.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:55:42.483 [info] [command][68b2f301-8362-4ed0-97d1-71abf31f52c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""68b2f301-8362-4ed0-97d1-71abf31f52c8""}\n2025-07-19 19:55:42.484 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8f3dc154-fa6e-4f71-b15c-a44863db1d82] received connection request\n2025-07-19 19:55:42.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:55:42.518 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8f3dc154-fa6e-4f71-b15c-a44863db1d82] socks forwarding established\n2025-07-19 19:55:42.558 [info] [command][68b2f301-8362-4ed0-97d1-71abf31f52c8] Process exited with code 0\n2025-07-19 19:55:42.558 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8f3dc154-fa6e-4f71-b15c-a44863db1d82] socks connection closed\n2025-07-19 19:55:42.558 [info] [command][68b2f301-8362-4ed0-97d1-71abf31f52c8] Socket close event received\n2025-07-19 19:55:42.589 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49172 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:56:42.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:56:42.571 [info] [command][86ac1db2-b6ff-42d3-9e22-9a40303a4f49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""86ac1db2-b6ff-42d3-9e22-9a40303a4f49""}\n2025-07-19 19:56:42.572 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5c2a9d6e-d254-49f3-a25d-81ffdd855b04] received connection request\n2025-07-19 19:56:42.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:56:42.614 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5c2a9d6e-d254-49f3-a25d-81ffdd855b04] socks forwarding established\n2025-07-19 19:56:42.659 [info] [command][86ac1db2-b6ff-42d3-9e22-9a40303a4f49] Process exited with code 0\n2025-07-19 19:56:42.659 [info] [command][86ac1db2-b6ff-42d3-9e22-9a40303a4f49] Socket close event received\n2025-07-19 19:56:42.660 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5c2a9d6e-d254-49f3-a25d-81ffdd855b04] socks connection closed\n2025-07-19 19:56:42.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49218 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:57:42.669 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:57:42.671 [info] [command][c9e1ef15-1a16-4983-a5bd-bae25d8e0a39] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c9e1ef15-1a16-4983-a5bd-bae25d8e0a39""}\n2025-07-19 19:57:42.672 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][78400ea3-88ae-4230-af3f-f2456d7c850d] received connection request\n2025-07-19 19:57:42.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:57:42.705 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][78400ea3-88ae-4230-af3f-f2456d7c850d] socks forwarding established\n2025-07-19 19:57:42.749 [info] [command][c9e1ef15-1a16-4983-a5bd-bae25d8e0a39] Process exited with code 0\n2025-07-19 19:57:42.750 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][78400ea3-88ae-4230-af3f-f2456d7c850d] socks connection closed\n2025-07-19 19:57:42.750 [info] [command][c9e1ef15-1a16-4983-a5bd-bae25d8e0a39] Socket close event received\n2025-07-19 19:57:42.779 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49237 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:58:42.758 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:58:42.760 [info] [command][71abda55-aa47-4cbd-9296-946f0acaf3da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""71abda55-aa47-4cbd-9296-946f0acaf3da""}\n2025-07-19 19:58:42.761 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d5bd9074-1a68-4cee-aa3c-69438e81d5bc] received connection request\n2025-07-19 19:58:42.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:58:42.797 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d5bd9074-1a68-4cee-aa3c-69438e81d5bc] socks forwarding established\n2025-07-19 19:58:42.842 [info] [command][71abda55-aa47-4cbd-9296-946f0acaf3da] Process exited with code 0\n2025-07-19 19:58:42.843 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d5bd9074-1a68-4cee-aa3c-69438e81d5bc] socks connection closed\n2025-07-19 19:58:42.843 [info] [command][71abda55-aa47-4cbd-9296-946f0acaf3da] Socket close event received\n2025-07-19 19:58:42.873 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49258 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 19:59:42.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 19:59:42.851 [info] [command][f59be167-ecb0-4190-a7ce-fd3a2784ec7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f59be167-ecb0-4190-a7ce-fd3a2784ec7b""}\n2025-07-19 19:59:42.852 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f5f4b332-ddfe-4695-b357-8f1dc2a5252f] received connection request\n2025-07-19 19:59:42.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 19:59:42.890 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f5f4b332-ddfe-4695-b357-8f1dc2a5252f] socks forwarding established\n2025-07-19 19:59:42.936 [info] [command][f59be167-ecb0-4190-a7ce-fd3a2784ec7b] Process exited with code 0\n2025-07-19 19:59:42.937 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f5f4b332-ddfe-4695-b357-8f1dc2a5252f] socks connection closed\n2025-07-19 19:59:42.937 [info] [command][f59be167-ecb0-4190-a7ce-fd3a2784ec7b] Socket close event received\n2025-07-19 19:59:42.968 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49293 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:00:42.943 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:00:42.944 [info] [command][14c78691-1412-4d8e-9c9d-61ac2ea02d52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""14c78691-1412-4d8e-9c9d-61ac2ea02d52""}\n2025-07-19 20:00:42.945 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][107f9c0e-8517-40fa-aa96-f1c48fd71fdc] received connection request\n2025-07-19 20:00:42.946 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:00:42.983 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][107f9c0e-8517-40fa-aa96-f1c48fd71fdc] socks forwarding established\n2025-07-19 20:00:43.030 [info] [command][14c78691-1412-4d8e-9c9d-61ac2ea02d52] Process exited with code 0\n2025-07-19 20:00:43.030 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][107f9c0e-8517-40fa-aa96-f1c48fd71fdc] socks connection closed\n2025-07-19 20:00:43.031 [info] [command][14c78691-1412-4d8e-9c9d-61ac2ea02d52] Socket close event received\n2025-07-19 20:00:43.061 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49311 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:01:43.041 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:01:43.043 [info] [command][1a9b26dd-ab4d-43e2-a295-01eb4abb6164] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1a9b26dd-ab4d-43e2-a295-01eb4abb6164""}\n2025-07-19 20:01:43.044 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fb744700-8550-4089-a7c8-8f7590503e6f] received connection request\n2025-07-19 20:01:43.044 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:01:43.081 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fb744700-8550-4089-a7c8-8f7590503e6f] socks forwarding established\n2025-07-19 20:01:43.125 [info] [command][1a9b26dd-ab4d-43e2-a295-01eb4abb6164] Process exited with code 0\n2025-07-19 20:01:43.126 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fb744700-8550-4089-a7c8-8f7590503e6f] socks connection closed\n2025-07-19 20:01:43.126 [info] [command][1a9b26dd-ab4d-43e2-a295-01eb4abb6164] Socket close event received\n2025-07-19 20:01:43.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49357 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:02:43.132 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:02:43.133 [info] [command][c6654ef7-44e0-448a-a440-f717c8249f99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c6654ef7-44e0-448a-a440-f717c8249f99""}\n2025-07-19 20:02:43.134 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][39b3f37c-c96c-409d-b7f1-52e9de0c7b8c] received connection request\n2025-07-19 20:02:43.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:02:43.171 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][39b3f37c-c96c-409d-b7f1-52e9de0c7b8c] socks forwarding established\n2025-07-19 20:02:43.216 [info] [command][c6654ef7-44e0-448a-a440-f717c8249f99] Process exited with code 0\n2025-07-19 20:02:43.216 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][39b3f37c-c96c-409d-b7f1-52e9de0c7b8c] socks connection closed\n2025-07-19 20:02:43.216 [info] [command][c6654ef7-44e0-448a-a440-f717c8249f99] Socket close event received\n2025-07-19 20:02:43.248 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49378 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:03:43.221 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:03:43.224 [info] [command][4212f5fd-9313-47ff-b64f-f4da09303c97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4212f5fd-9313-47ff-b64f-f4da09303c97""}\n2025-07-19 20:03:43.225 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a1749475-fb53-4657-ad40-219bce519c4f] received connection request\n2025-07-19 20:03:43.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:03:43.262 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a1749475-fb53-4657-ad40-219bce519c4f] socks forwarding established\n2025-07-19 20:03:43.309 [info] [command][4212f5fd-9313-47ff-b64f-f4da09303c97] Process exited with code 0\n2025-07-19 20:03:43.309 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a1749475-fb53-4657-ad40-219bce519c4f] socks connection closed\n2025-07-19 20:03:43.310 [info] [command][4212f5fd-9313-47ff-b64f-f4da09303c97] Socket close event received\n2025-07-19 20:03:43.340 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49396 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:04:43.318 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:04:43.319 [info] [command][af817667-3a80-497c-9acb-9cc633bb8d9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""af817667-3a80-497c-9acb-9cc633bb8d9e""}\n2025-07-19 20:04:43.320 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][77925c9b-3acb-438b-a06d-9dd6ec8dc69d] received connection request\n2025-07-19 20:04:43.321 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:04:43.355 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][77925c9b-3acb-438b-a06d-9dd6ec8dc69d] socks forwarding established\n2025-07-19 20:04:43.398 [info] [command][af817667-3a80-497c-9acb-9cc633bb8d9e] Process exited with code 0\n2025-07-19 20:04:43.398 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][77925c9b-3acb-438b-a06d-9dd6ec8dc69d] socks connection closed\n2025-07-19 20:04:43.399 [info] [command][af817667-3a80-497c-9acb-9cc633bb8d9e] Socket close event received\n2025-07-19 20:04:43.428 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49432 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:05:43.403 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:05:43.406 [info] [command][24b97468-8223-4645-a5bb-7fc31ec33c3a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""24b97468-8223-4645-a5bb-7fc31ec33c3a""}\n2025-07-19 20:05:43.407 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9b65c6c5-256d-40f9-925e-63c58c8af1c0] received connection request\n2025-07-19 20:05:43.407 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:05:43.446 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b65c6c5-256d-40f9-925e-63c58c8af1c0] socks forwarding established\n2025-07-19 20:05:43.489 [info] [command][24b97468-8223-4645-a5bb-7fc31ec33c3a] Process exited with code 0\n2025-07-19 20:05:43.490 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b65c6c5-256d-40f9-925e-63c58c8af1c0] socks connection closed\n2025-07-19 20:05:43.490 [info] [command][24b97468-8223-4645-a5bb-7fc31ec33c3a] Socket close event received\n2025-07-19 20:05:43.521 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49452 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:06:43.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:06:43.502 [info] [command][33e90d4f-d426-470a-a264-1b001d30ecc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""33e90d4f-d426-470a-a264-1b001d30ecc3""}\n2025-07-19 20:06:43.502 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][afa4c3c6-978e-489e-aaa9-35d29e9db1bd] received connection request\n2025-07-19 20:06:43.503 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:06:43.539 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afa4c3c6-978e-489e-aaa9-35d29e9db1bd] socks forwarding established\n2025-07-19 20:06:43.581 [info] [command][33e90d4f-d426-470a-a264-1b001d30ecc3] Process exited with code 0\n2025-07-19 20:06:43.582 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afa4c3c6-978e-489e-aaa9-35d29e9db1bd] socks connection closed\n2025-07-19 20:06:43.582 [info] [command][33e90d4f-d426-470a-a264-1b001d30ecc3] Socket close event received\n2025-07-19 20:06:43.613 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49498 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:07:43.585 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:07:43.587 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][208e9b87-099c-453d-9b1c-9b6e8271d8d4] received connection request\n2025-07-19 20:07:43.587 [info] [command][c32f2a08-5f86-4b9a-bc6d-6bf8417a6aae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c32f2a08-5f86-4b9a-bc6d-6bf8417a6aae""}\n2025-07-19 20:07:43.587 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:07:43.621 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][208e9b87-099c-453d-9b1c-9b6e8271d8d4] socks forwarding established\n2025-07-19 20:07:43.665 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][208e9b87-099c-453d-9b1c-9b6e8271d8d4] socks connection closed\n2025-07-19 20:07:43.665 [info] [command][c32f2a08-5f86-4b9a-bc6d-6bf8417a6aae] Process exited with code 0\n2025-07-19 20:07:43.665 [info] [command][c32f2a08-5f86-4b9a-bc6d-6bf8417a6aae] Socket close event received\n2025-07-19 20:07:43.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49515 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:08:43.676 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:08:43.678 [info] [command][4bf6d7fa-d084-40e5-b365-52b77473d82e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4bf6d7fa-d084-40e5-b365-52b77473d82e""}\n2025-07-19 20:08:43.678 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][52b201af-cd2b-492b-864b-b891a2bbbcfd] received connection request\n2025-07-19 20:08:43.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:08:43.714 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][52b201af-cd2b-492b-864b-b891a2bbbcfd] socks forwarding established\n2025-07-19 20:08:43.760 [info] [command][4bf6d7fa-d084-40e5-b365-52b77473d82e] Process exited with code 0\n2025-07-19 20:08:43.760 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][52b201af-cd2b-492b-864b-b891a2bbbcfd] socks connection closed\n2025-07-19 20:08:43.760 [info] [command][4bf6d7fa-d084-40e5-b365-52b77473d82e] Socket close event received\n2025-07-19 20:08:43.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49536 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:09:43.767 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:09:43.770 [info] [command][6f8e7393-ea42-4119-9a57-c2059b381ce3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6f8e7393-ea42-4119-9a57-c2059b381ce3""}\n2025-07-19 20:09:43.771 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][872f4d6e-a976-47a9-bffc-4f4e1476bcb4] received connection request\n2025-07-19 20:09:43.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:09:43.807 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][872f4d6e-a976-47a9-bffc-4f4e1476bcb4] socks forwarding established\n2025-07-19 20:09:43.850 [info] [command][6f8e7393-ea42-4119-9a57-c2059b381ce3] Process exited with code 0\n2025-07-19 20:09:43.851 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][872f4d6e-a976-47a9-bffc-4f4e1476bcb4] socks connection closed\n2025-07-19 20:09:43.851 [info] [command][6f8e7393-ea42-4119-9a57-c2059b381ce3] Socket close event received\n2025-07-19 20:09:43.881 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49568 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:10:43.853 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:10:43.855 [info] [command][769db7f2-8d2d-4c88-87a3-6a9a96d7cc20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""769db7f2-8d2d-4c88-87a3-6a9a96d7cc20""}\n2025-07-19 20:10:43.856 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][90ddfe3c-1886-469e-9297-6604d547cd40] received connection request\n2025-07-19 20:10:43.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:10:43.894 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][90ddfe3c-1886-469e-9297-6604d547cd40] socks forwarding established\n2025-07-19 20:10:43.937 [info] [command][769db7f2-8d2d-4c88-87a3-6a9a96d7cc20] Process exited with code 0\n2025-07-19 20:10:43.938 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][90ddfe3c-1886-469e-9297-6604d547cd40] socks connection closed\n2025-07-19 20:10:43.938 [info] [command][769db7f2-8d2d-4c88-87a3-6a9a96d7cc20] Socket close event received\n2025-07-19 20:10:43.967 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49587 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:11:43.948 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:11:43.950 [info] [command][fe95f22a-7cd4-47d4-82cc-35f38cee5a44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fe95f22a-7cd4-47d4-82cc-35f38cee5a44""}\n2025-07-19 20:11:43.951 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][63ab3551-723a-4112-8595-ce161a244154] received connection request\n2025-07-19 20:11:43.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:11:43.987 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][63ab3551-723a-4112-8595-ce161a244154] socks forwarding established\n2025-07-19 20:11:44.034 [info] [command][fe95f22a-7cd4-47d4-82cc-35f38cee5a44] Process exited with code 0\n2025-07-19 20:11:44.035 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][63ab3551-723a-4112-8595-ce161a244154] socks connection closed\n2025-07-19 20:11:44.035 [info] [command][fe95f22a-7cd4-47d4-82cc-35f38cee5a44] Socket close event received\n2025-07-19 20:11:44.064 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49634 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:12:44.040 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:12:44.042 [info] [command][fe928792-22af-48b9-b070-558804292a18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fe928792-22af-48b9-b070-558804292a18""}\n2025-07-19 20:12:44.043 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f471588a-7b5d-4634-b222-3f6462e2bb32] received connection request\n2025-07-19 20:12:44.043 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:12:44.077 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f471588a-7b5d-4634-b222-3f6462e2bb32] socks forwarding established\n2025-07-19 20:12:44.122 [info] [command][fe928792-22af-48b9-b070-558804292a18] Process exited with code 0\n2025-07-19 20:12:44.123 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f471588a-7b5d-4634-b222-3f6462e2bb32] socks connection closed\n2025-07-19 20:12:44.123 [info] [command][fe928792-22af-48b9-b070-558804292a18] Socket close event received\n2025-07-19 20:12:44.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49655 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:13:44.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:13:44.127 [info] [command][ee8a3620-158e-4eba-9c75-ed496e870010] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ee8a3620-158e-4eba-9c75-ed496e870010""}\n2025-07-19 20:13:44.128 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][609912cd-2496-4f44-bfb1-b22d261b828a] received connection request\n2025-07-19 20:13:44.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:13:44.160 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][609912cd-2496-4f44-bfb1-b22d261b828a] socks forwarding established\n2025-07-19 20:13:44.203 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][609912cd-2496-4f44-bfb1-b22d261b828a] socks connection closed\n2025-07-19 20:13:44.204 [info] [command][ee8a3620-158e-4eba-9c75-ed496e870010] Process exited with code 0\n2025-07-19 20:13:44.204 [info] [command][ee8a3620-158e-4eba-9c75-ed496e870010] Socket close event received\n2025-07-19 20:13:44.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49677 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:14:44.215 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:14:44.217 [info] [command][897cd861-8e5a-494a-86f8-3b7efb7192e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""897cd861-8e5a-494a-86f8-3b7efb7192e3""}\n2025-07-19 20:14:44.218 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1eeb077c-cf35-4542-88a4-525c7913122a] received connection request\n2025-07-19 20:14:44.218 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:14:44.251 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1eeb077c-cf35-4542-88a4-525c7913122a] socks forwarding established\n2025-07-19 20:14:44.297 [info] [command][897cd861-8e5a-494a-86f8-3b7efb7192e3] Process exited with code 0\n2025-07-19 20:14:44.297 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1eeb077c-cf35-4542-88a4-525c7913122a] socks connection closed\n2025-07-19 20:14:44.297 [info] [command][897cd861-8e5a-494a-86f8-3b7efb7192e3] Socket close event received\n2025-07-19 20:14:44.326 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49710 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:15:44.301 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:15:44.304 [info] [command][0b549005-8675-4fd9-928f-31cfa1a86a72] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0b549005-8675-4fd9-928f-31cfa1a86a72""}\n2025-07-19 20:15:44.305 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7bcd369f-168c-4f53-8125-226adef95870] received connection request\n2025-07-19 20:15:44.306 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:15:44.337 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7bcd369f-168c-4f53-8125-226adef95870] socks forwarding established\n2025-07-19 20:15:44.382 [info] [command][0b549005-8675-4fd9-928f-31cfa1a86a72] Process exited with code 0\n2025-07-19 20:15:44.383 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7bcd369f-168c-4f53-8125-226adef95870] socks connection closed\n2025-07-19 20:15:44.383 [info] [command][0b549005-8675-4fd9-928f-31cfa1a86a72] Socket close event received\n2025-07-19 20:15:44.411 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49729 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:16:44.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:16:44.386 [info] [command][ea5b1f62-46aa-414a-a5aa-bf45c4ae3c67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ea5b1f62-46aa-414a-a5aa-bf45c4ae3c67""}\n2025-07-19 20:16:44.387 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][84a9b4b2-dc49-419b-aa77-900dfae53e75] received connection request\n2025-07-19 20:16:44.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:16:44.419 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][84a9b4b2-dc49-419b-aa77-900dfae53e75] socks forwarding established\n2025-07-19 20:16:44.466 [info] [command][ea5b1f62-46aa-414a-a5aa-bf45c4ae3c67] Process exited with code 0\n2025-07-19 20:16:44.466 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][84a9b4b2-dc49-419b-aa77-900dfae53e75] socks connection closed\n2025-07-19 20:16:44.467 [info] [command][ea5b1f62-46aa-414a-a5aa-bf45c4ae3c67] Socket close event received\n2025-07-19 20:16:44.497 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49775 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:17:44.469 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:17:44.471 [info] [command][15a8abc5-580f-43c6-8d5a-f2ec9969e30c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""15a8abc5-580f-43c6-8d5a-f2ec9969e30c""}\n2025-07-19 20:17:44.472 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][51cebe89-87b0-483a-be1d-563e6bfe990a] received connection request\n2025-07-19 20:17:44.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:17:44.504 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][51cebe89-87b0-483a-be1d-563e6bfe990a] socks forwarding established\n2025-07-19 20:17:44.549 [info] [command][15a8abc5-580f-43c6-8d5a-f2ec9969e30c] Process exited with code 0\n2025-07-19 20:17:44.550 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][51cebe89-87b0-483a-be1d-563e6bfe990a] socks connection closed\n2025-07-19 20:17:44.550 [info] [command][15a8abc5-580f-43c6-8d5a-f2ec9969e30c] Socket close event received\n2025-07-19 20:17:44.579 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49798 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:18:44.553 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:18:44.555 [info] [command][aefac997-c168-4089-af22-d56bc5fea69d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""aefac997-c168-4089-af22-d56bc5fea69d""}\n2025-07-19 20:18:44.556 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][30a7ad8f-3133-4cd8-9eb3-7e028916a7cf] received connection request\n2025-07-19 20:18:44.556 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:18:44.595 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][30a7ad8f-3133-4cd8-9eb3-7e028916a7cf] socks forwarding established\n2025-07-19 20:18:44.643 [info] [command][aefac997-c168-4089-af22-d56bc5fea69d] Process exited with code 0\n2025-07-19 20:18:44.644 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][30a7ad8f-3133-4cd8-9eb3-7e028916a7cf] socks connection closed\n2025-07-19 20:18:44.645 [info] [command][aefac997-c168-4089-af22-d56bc5fea69d] Socket close event received\n2025-07-19 20:18:44.673 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49820 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:19:44.651 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:19:44.653 [info] [command][5aa2dfe4-4821-4ae2-9791-640ca120e62a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5aa2dfe4-4821-4ae2-9791-640ca120e62a""}\n2025-07-19 20:19:44.654 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1680ac0d-2bf8-4a01-8fcf-54ed3613ceb8] received connection request\n2025-07-19 20:19:44.655 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:19:44.693 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1680ac0d-2bf8-4a01-8fcf-54ed3613ceb8] socks forwarding established\n2025-07-19 20:19:44.737 [info] [command][5aa2dfe4-4821-4ae2-9791-640ca120e62a] Process exited with code 0\n2025-07-19 20:19:44.737 [info] [command][5aa2dfe4-4821-4ae2-9791-640ca120e62a] Socket close event received\n2025-07-19 20:19:44.738 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1680ac0d-2bf8-4a01-8fcf-54ed3613ceb8] socks connection closed\n2025-07-19 20:19:44.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49857 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:20:44.747 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:20:44.751 [info] [command][753d779f-8536-441a-8ddb-57bc63d6d841] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""753d779f-8536-441a-8ddb-57bc63d6d841""}\n2025-07-19 20:20:44.751 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][959932b3-d02e-4658-8fd5-ca9119318e3e] received connection request\n2025-07-19 20:20:44.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:20:44.783 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][959932b3-d02e-4658-8fd5-ca9119318e3e] socks forwarding established\n2025-07-19 20:20:44.827 [info] [command][753d779f-8536-441a-8ddb-57bc63d6d841] Process exited with code 0\n2025-07-19 20:20:44.828 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][959932b3-d02e-4658-8fd5-ca9119318e3e] socks connection closed\n2025-07-19 20:20:44.828 [info] [command][753d779f-8536-441a-8ddb-57bc63d6d841] Socket close event received\n2025-07-19 20:20:44.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49879 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:21:44.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:21:44.830 [info] [command][83aeeaba-1845-4eac-8bf7-380ce7c4dd54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""83aeeaba-1845-4eac-8bf7-380ce7c4dd54""}\n2025-07-19 20:21:44.831 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7a98e6eb-b628-4c0b-887b-0cc367edee0d] received connection request\n2025-07-19 20:21:44.831 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:21:44.862 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7a98e6eb-b628-4c0b-887b-0cc367edee0d] socks forwarding established\n2025-07-19 20:21:44.911 [info] [command][83aeeaba-1845-4eac-8bf7-380ce7c4dd54] Process exited with code 0\n2025-07-19 20:21:44.912 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7a98e6eb-b628-4c0b-887b-0cc367edee0d] socks connection closed\n2025-07-19 20:21:44.912 [info] [command][83aeeaba-1845-4eac-8bf7-380ce7c4dd54] Socket close event received\n2025-07-19 20:21:44.944 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49925 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:22:44.921 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:22:44.924 [info] [command][8ae4c2d7-7e16-489c-b438-8ef3c3727c76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8ae4c2d7-7e16-489c-b438-8ef3c3727c76""}\n2025-07-19 20:22:44.925 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][507e3877-95f0-4896-b61f-9a4b5a984ea0] received connection request\n2025-07-19 20:22:44.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:22:44.960 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][507e3877-95f0-4896-b61f-9a4b5a984ea0] socks forwarding established\n2025-07-19 20:22:45.007 [info] [command][8ae4c2d7-7e16-489c-b438-8ef3c3727c76] Process exited with code 0\n2025-07-19 20:22:45.008 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][507e3877-95f0-4896-b61f-9a4b5a984ea0] socks connection closed\n2025-07-19 20:22:45.008 [info] [command][8ae4c2d7-7e16-489c-b438-8ef3c3727c76] Socket close event received\n2025-07-19 20:22:45.040 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49943 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:23:45.017 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:23:45.019 [info] [command][3ec2f0aa-e99b-4e00-9755-1d991dc348f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3ec2f0aa-e99b-4e00-9755-1d991dc348f1""}\n2025-07-19 20:23:45.020 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fc96a4b0-7a7b-40b8-ab39-9441b1c8c524] received connection request\n2025-07-19 20:23:45.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:23:45.053 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fc96a4b0-7a7b-40b8-ab39-9441b1c8c524] socks forwarding established\n2025-07-19 20:23:45.099 [info] [command][3ec2f0aa-e99b-4e00-9755-1d991dc348f1] Process exited with code 0\n2025-07-19 20:23:45.100 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fc96a4b0-7a7b-40b8-ab39-9441b1c8c524] socks connection closed\n2025-07-19 20:23:45.100 [info] [command][3ec2f0aa-e99b-4e00-9755-1d991dc348f1] Socket close event received\n2025-07-19 20:23:45.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 49961 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:24:45.110 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:24:45.113 [info] [command][4a89b239-04fc-4e74-9026-7cfbbbf53bce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4a89b239-04fc-4e74-9026-7cfbbbf53bce""}\n2025-07-19 20:24:45.114 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][830417e0-a95f-421e-9a13-c5d1662f1c7a] received connection request\n2025-07-19 20:24:45.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:24:45.148 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][830417e0-a95f-421e-9a13-c5d1662f1c7a] socks forwarding established\n2025-07-19 20:24:45.192 [info] [command][4a89b239-04fc-4e74-9026-7cfbbbf53bce] Process exited with code 0\n2025-07-19 20:24:45.193 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][830417e0-a95f-421e-9a13-c5d1662f1c7a] socks connection closed\n2025-07-19 20:24:45.193 [info] [command][4a89b239-04fc-4e74-9026-7cfbbbf53bce] Socket close event received\n2025-07-19 20:24:45.222 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50012 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:25:45.202 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:25:45.205 [info] [command][3150de6f-9d86-441c-8000-26d520541378] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3150de6f-9d86-441c-8000-26d520541378""}\n2025-07-19 20:25:45.205 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5f69c664-5f64-4245-a85a-065f19f6cad5] received connection request\n2025-07-19 20:25:45.206 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:25:45.242 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f69c664-5f64-4245-a85a-065f19f6cad5] socks forwarding established\n2025-07-19 20:25:45.285 [info] [command][3150de6f-9d86-441c-8000-26d520541378] Process exited with code 0\n2025-07-19 20:25:45.286 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f69c664-5f64-4245-a85a-065f19f6cad5] socks connection closed\n2025-07-19 20:25:45.286 [info] [command][3150de6f-9d86-441c-8000-26d520541378] Socket close event received\n2025-07-19 20:25:45.316 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50036 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:26:45.296 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:26:45.298 [info] [command][dd814bb1-4294-426d-b1e9-d44441b40d61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""dd814bb1-4294-426d-b1e9-d44441b40d61""}\n2025-07-19 20:26:45.299 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][89668992-5564-4633-8e74-6cea8584a6b4] received connection request\n2025-07-19 20:26:45.300 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:26:45.333 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][89668992-5564-4633-8e74-6cea8584a6b4] socks forwarding established\n2025-07-19 20:26:45.377 [info] [command][dd814bb1-4294-426d-b1e9-d44441b40d61] Process exited with code 0\n2025-07-19 20:26:45.377 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][89668992-5564-4633-8e74-6cea8584a6b4] socks connection closed\n2025-07-19 20:26:45.377 [info] [command][dd814bb1-4294-426d-b1e9-d44441b40d61] Socket close event received\n2025-07-19 20:26:45.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50080 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:27:45.387 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:27:45.390 [info] [command][79499519-a868-4460-b1b9-349d326a916b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""79499519-a868-4460-b1b9-349d326a916b""}\n2025-07-19 20:27:45.390 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2b8f5052-73b4-4690-9109-ddbbfa7e3fe4] received connection request\n2025-07-19 20:27:45.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:27:45.423 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2b8f5052-73b4-4690-9109-ddbbfa7e3fe4] socks forwarding established\n2025-07-19 20:27:45.468 [info] [command][79499519-a868-4460-b1b9-349d326a916b] Process exited with code 0\n2025-07-19 20:27:45.469 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2b8f5052-73b4-4690-9109-ddbbfa7e3fe4] socks connection closed\n2025-07-19 20:27:45.469 [info] [command][79499519-a868-4460-b1b9-349d326a916b] Socket close event received\n2025-07-19 20:27:45.498 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50098 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:28:45.478 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:28:45.480 [info] [command][7f85c424-8a7f-4b18-9979-f62073929545] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7f85c424-8a7f-4b18-9979-f62073929545""}\n2025-07-19 20:28:45.481 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ed9367b0-66c3-4704-9ef1-e9d93280c15d] received connection request\n2025-07-19 20:28:45.482 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:28:45.514 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed9367b0-66c3-4704-9ef1-e9d93280c15d] socks forwarding established\n2025-07-19 20:28:45.561 [info] [command][7f85c424-8a7f-4b18-9979-f62073929545] Process exited with code 0\n2025-07-19 20:28:45.561 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed9367b0-66c3-4704-9ef1-e9d93280c15d] socks connection closed\n2025-07-19 20:28:45.562 [info] [command][7f85c424-8a7f-4b18-9979-f62073929545] Socket close event received\n2025-07-19 20:28:45.592 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50123 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:29:45.567 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:29:45.570 [info] [command][fb67fde3-9203-4c0b-811c-4d59e5c9f1ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fb67fde3-9203-4c0b-811c-4d59e5c9f1ba""}\n2025-07-19 20:29:45.572 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ca259af9-4a24-450c-8871-b3ae0bc8a3b3] received connection request\n2025-07-19 20:29:45.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:29:45.605 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ca259af9-4a24-450c-8871-b3ae0bc8a3b3] socks forwarding established\n2025-07-19 20:29:45.650 [info] [command][fb67fde3-9203-4c0b-811c-4d59e5c9f1ba] Process exited with code 0\n2025-07-19 20:29:45.651 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ca259af9-4a24-450c-8871-b3ae0bc8a3b3] socks connection closed\n2025-07-19 20:29:45.651 [info] [command][fb67fde3-9203-4c0b-811c-4d59e5c9f1ba] Socket close event received\n2025-07-19 20:29:45.681 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50164 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:30:45.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:30:45.654 [info] [command][b6bee0a6-7845-485e-b25f-88f82c77e314] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b6bee0a6-7845-485e-b25f-88f82c77e314""}\n2025-07-19 20:30:45.655 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bf723a40-48b3-4eaf-8f08-458266ae8d6f] received connection request\n2025-07-19 20:30:45.656 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:30:45.695 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bf723a40-48b3-4eaf-8f08-458266ae8d6f] socks forwarding established\n2025-07-19 20:30:45.745 [info] [command][b6bee0a6-7845-485e-b25f-88f82c77e314] Process exited with code 0\n2025-07-19 20:30:45.746 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bf723a40-48b3-4eaf-8f08-458266ae8d6f] socks connection closed\n2025-07-19 20:30:45.746 [info] [command][b6bee0a6-7845-485e-b25f-88f82c77e314] Socket close event received\n2025-07-19 20:30:45.776 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50183 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:31:45.756 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:31:45.758 [info] [command][89abf9c3-a8c5-4209-9ba1-88178b1896c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""89abf9c3-a8c5-4209-9ba1-88178b1896c4""}\n2025-07-19 20:31:45.759 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][379ca1fd-541f-479c-a265-3e97e95fc0d4] received connection request\n2025-07-19 20:31:45.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:31:45.798 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][379ca1fd-541f-479c-a265-3e97e95fc0d4] socks forwarding established\n2025-07-19 20:31:45.843 [info] [command][89abf9c3-a8c5-4209-9ba1-88178b1896c4] Process exited with code 0\n2025-07-19 20:31:45.844 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][379ca1fd-541f-479c-a265-3e97e95fc0d4] socks connection closed\n2025-07-19 20:31:45.844 [info] [command][89abf9c3-a8c5-4209-9ba1-88178b1896c4] Socket close event received\n2025-07-19 20:31:45.873 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50227 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:32:45.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:32:45.856 [info] [command][d5bde7bd-c2af-4ebf-b65c-16c107a16013] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d5bde7bd-c2af-4ebf-b65c-16c107a16013""}\n2025-07-19 20:32:45.857 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][22d4f254-6321-4cd4-b9a5-2f0657837db0] received connection request\n2025-07-19 20:32:45.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:32:45.896 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][22d4f254-6321-4cd4-b9a5-2f0657837db0] socks forwarding established\n2025-07-19 20:32:45.944 [info] [command][d5bde7bd-c2af-4ebf-b65c-16c107a16013] Process exited with code 0\n2025-07-19 20:32:45.944 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][22d4f254-6321-4cd4-b9a5-2f0657837db0] socks connection closed\n2025-07-19 20:32:45.944 [info] [command][d5bde7bd-c2af-4ebf-b65c-16c107a16013] Socket close event received\n2025-07-19 20:32:45.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50251 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:33:45.954 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:33:45.957 [info] [command][4737d2b8-6bff-4f83-980b-e9ac724717ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4737d2b8-6bff-4f83-980b-e9ac724717ed""}\n2025-07-19 20:33:45.957 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a184a6a8-dffe-4694-8a51-1ac4124525e6] received connection request\n2025-07-19 20:33:45.958 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:33:45.989 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a184a6a8-dffe-4694-8a51-1ac4124525e6] socks forwarding established\n2025-07-19 20:33:46.036 [info] [command][4737d2b8-6bff-4f83-980b-e9ac724717ed] Process exited with code 0\n2025-07-19 20:33:46.037 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a184a6a8-dffe-4694-8a51-1ac4124525e6] socks connection closed\n2025-07-19 20:33:46.037 [info] [command][4737d2b8-6bff-4f83-980b-e9ac724717ed] Socket close event received\n2025-07-19 20:33:46.067 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50273 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:34:46.046 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:34:46.050 [info] [command][8558072f-5445-4945-8dec-b5bdd8efdf31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8558072f-5445-4945-8dec-b5bdd8efdf31""}\n2025-07-19 20:34:46.050 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d8775eaa-751c-4c52-9732-25cb1c3c98a6] received connection request\n2025-07-19 20:34:46.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:34:46.082 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d8775eaa-751c-4c52-9732-25cb1c3c98a6] socks forwarding established\n2025-07-19 20:34:46.127 [info] [command][8558072f-5445-4945-8dec-b5bdd8efdf31] Process exited with code 0\n2025-07-19 20:34:46.128 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d8775eaa-751c-4c52-9732-25cb1c3c98a6] socks connection closed\n2025-07-19 20:34:46.128 [info] [command][8558072f-5445-4945-8dec-b5bdd8efdf31] Socket close event received\n2025-07-19 20:34:46.160 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50310 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:35:46.131 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:35:46.133 [info] [command][d4fb7648-86fe-4926-9f48-9b2c78bdbf48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d4fb7648-86fe-4926-9f48-9b2c78bdbf48""}\n2025-07-19 20:35:46.135 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6b154073-7145-46e1-a5d8-011480fb57d5] received connection request\n2025-07-19 20:35:46.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:35:46.168 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6b154073-7145-46e1-a5d8-011480fb57d5] socks forwarding established\n2025-07-19 20:35:46.213 [info] [command][d4fb7648-86fe-4926-9f48-9b2c78bdbf48] Process exited with code 0\n2025-07-19 20:35:46.213 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6b154073-7145-46e1-a5d8-011480fb57d5] socks connection closed\n2025-07-19 20:35:46.213 [info] [command][d4fb7648-86fe-4926-9f48-9b2c78bdbf48] Socket close event received\n2025-07-19 20:35:46.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50330 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:36:46.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:36:46.226 [info] [command][ee60cc86-c071-4952-9b8c-cc361df39871] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ee60cc86-c071-4952-9b8c-cc361df39871""}\n2025-07-19 20:36:46.227 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ca6613a9-131c-4d32-880b-9b7566f1f6fc] received connection request\n2025-07-19 20:36:46.227 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:36:46.267 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ca6613a9-131c-4d32-880b-9b7566f1f6fc] socks forwarding established\n2025-07-19 20:36:46.311 [info] [command][ee60cc86-c071-4952-9b8c-cc361df39871] Process exited with code 0\n2025-07-19 20:36:46.312 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ca6613a9-131c-4d32-880b-9b7566f1f6fc] socks connection closed\n2025-07-19 20:36:46.312 [info] [command][ee60cc86-c071-4952-9b8c-cc361df39871] Socket close event received\n2025-07-19 20:36:46.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50377 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:37:46.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:37:46.322 [info] [command][e4d58427-d0d2-447e-9aa4-9384305143c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e4d58427-d0d2-447e-9aa4-9384305143c7""}\n2025-07-19 20:37:46.323 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][348c2880-736e-4646-a388-c253086e4f2d] received connection request\n2025-07-19 20:37:46.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:37:46.362 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][348c2880-736e-4646-a388-c253086e4f2d] socks forwarding established\n2025-07-19 20:37:46.406 [info] [command][e4d58427-d0d2-447e-9aa4-9384305143c7] Process exited with code 0\n2025-07-19 20:37:46.407 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][348c2880-736e-4646-a388-c253086e4f2d] socks connection closed\n2025-07-19 20:37:46.407 [info] [command][e4d58427-d0d2-447e-9aa4-9384305143c7] Socket close event received\n2025-07-19 20:37:46.437 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50393 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:38:46.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:38:46.418 [info] [command][7ceb608d-8ffb-422a-bf8c-e3e724ccad9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7ceb608d-8ffb-422a-bf8c-e3e724ccad9b""}\n2025-07-19 20:38:46.419 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][02d4eb3a-e1f4-48a7-b831-8591f00b905b] received connection request\n2025-07-19 20:38:46.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:38:46.455 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][02d4eb3a-e1f4-48a7-b831-8591f00b905b] socks forwarding established\n2025-07-19 20:38:46.500 [info] [command][7ceb608d-8ffb-422a-bf8c-e3e724ccad9b] Process exited with code 0\n2025-07-19 20:38:46.500 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][02d4eb3a-e1f4-48a7-b831-8591f00b905b] socks connection closed\n2025-07-19 20:38:46.501 [info] [command][7ceb608d-8ffb-422a-bf8c-e3e724ccad9b] Socket close event received\n2025-07-19 20:38:46.529 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50411 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:39:46.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:39:46.508 [info] [command][da8bf72a-8d2e-4f20-a5a4-361e373bb018] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""da8bf72a-8d2e-4f20-a5a4-361e373bb018""}\n2025-07-19 20:39:46.509 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6f7b3340-2b60-4875-8baf-e6418ad6593f] received connection request\n2025-07-19 20:39:46.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:39:46.542 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6f7b3340-2b60-4875-8baf-e6418ad6593f] socks forwarding established\n2025-07-19 20:39:46.585 [info] [command][da8bf72a-8d2e-4f20-a5a4-361e373bb018] Process exited with code 0\n2025-07-19 20:39:46.585 [info] [command][da8bf72a-8d2e-4f20-a5a4-361e373bb018] Socket close event received\n2025-07-19 20:39:46.586 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6f7b3340-2b60-4875-8baf-e6418ad6593f] socks connection closed\n2025-07-19 20:39:46.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50445 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:40:46.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:40:46.599 [info] [command][a42d2aea-c1fd-4520-a5a3-ae2b9dfdbb0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a42d2aea-c1fd-4520-a5a3-ae2b9dfdbb0c""}\n2025-07-19 20:40:46.599 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8e4600b3-f705-4619-8577-2c27e2c05475] received connection request\n2025-07-19 20:40:46.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:40:46.639 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8e4600b3-f705-4619-8577-2c27e2c05475] socks forwarding established\n2025-07-19 20:40:46.681 [info] [command][a42d2aea-c1fd-4520-a5a3-ae2b9dfdbb0c] Process exited with code 0\n2025-07-19 20:40:46.681 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8e4600b3-f705-4619-8577-2c27e2c05475] socks connection closed\n2025-07-19 20:40:46.681 [info] [command][a42d2aea-c1fd-4520-a5a3-ae2b9dfdbb0c] Socket close event received\n2025-07-19 20:40:46.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50468 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:41:46.691 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:41:46.694 [info] [command][822a8e0b-5386-44a0-8262-f621ac3d68ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""822a8e0b-5386-44a0-8262-f621ac3d68ed""}\n2025-07-19 20:41:46.696 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6145925a-037b-45a3-b59e-a1eca2c809d4] received connection request\n2025-07-19 20:41:46.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 20:41:46.697 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:41:46.731 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6145925a-037b-45a3-b59e-a1eca2c809d4] socks forwarding established\n2025-07-19 20:41:46.775 [info] [command][822a8e0b-5386-44a0-8262-f621ac3d68ed] Process exited with code 0\n2025-07-19 20:41:46.776 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6145925a-037b-45a3-b59e-a1eca2c809d4] socks connection closed\n2025-07-19 20:41:46.776 [info] [command][822a8e0b-5386-44a0-8262-f621ac3d68ed] Socket close event received\n2025-07-19 20:41:46.804 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50514 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:42:46.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:42:46.789 [info] [command][bb8ad83e-a885-45ea-b225-38b446b0ee3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bb8ad83e-a885-45ea-b225-38b446b0ee3b""}\n2025-07-19 20:42:46.790 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][37322365-b10e-406f-a147-a28c9fced67c] received connection request\n2025-07-19 20:42:46.791 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:42:46.830 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][37322365-b10e-406f-a147-a28c9fced67c] socks forwarding established\n2025-07-19 20:42:46.872 [info] [command][bb8ad83e-a885-45ea-b225-38b446b0ee3b] Process exited with code 0\n2025-07-19 20:42:46.873 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][37322365-b10e-406f-a147-a28c9fced67c] socks connection closed\n2025-07-19 20:42:46.873 [info] [command][bb8ad83e-a885-45ea-b225-38b446b0ee3b] Socket close event received\n2025-07-19 20:42:46.902 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50535 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:43:46.882 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:43:46.884 [info] [command][15c0836b-617f-4a75-96f8-595afe9d44e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""15c0836b-617f-4a75-96f8-595afe9d44e5""}\n2025-07-19 20:43:46.885 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][52afc3c2-abc5-4a55-aba9-e930a761efc3] received connection request\n2025-07-19 20:43:46.885 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 20:43:46.886 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:43:46.918 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][52afc3c2-abc5-4a55-aba9-e930a761efc3] socks forwarding established\n2025-07-19 20:43:46.963 [info] [command][15c0836b-617f-4a75-96f8-595afe9d44e5] Process exited with code 0\n2025-07-19 20:43:46.964 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][52afc3c2-abc5-4a55-aba9-e930a761efc3] socks connection closed\n2025-07-19 20:43:46.964 [info] [command][15c0836b-617f-4a75-96f8-595afe9d44e5] Socket close event received\n2025-07-19 20:43:46.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50553 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:44:46.967 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:44:46.970 [info] [command][9952304c-11ab-47ea-9d55-b95844a0c9b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9952304c-11ab-47ea-9d55-b95844a0c9b8""}\n2025-07-19 20:44:46.971 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][de1b47ae-9863-4d1d-abb4-d10d026bf24d] received connection request\n2025-07-19 20:44:46.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:44:47.006 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][de1b47ae-9863-4d1d-abb4-d10d026bf24d] socks forwarding established\n2025-07-19 20:44:47.053 [info] [command][9952304c-11ab-47ea-9d55-b95844a0c9b8] Process exited with code 0\n2025-07-19 20:44:47.054 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][de1b47ae-9863-4d1d-abb4-d10d026bf24d] socks connection closed\n2025-07-19 20:44:47.054 [info] [command][9952304c-11ab-47ea-9d55-b95844a0c9b8] Socket close event received\n2025-07-19 20:44:47.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50583 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:45:47.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:45:47.067 [info] [command][5c49dc8a-b113-43b0-af50-2e50d21f97f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5c49dc8a-b113-43b0-af50-2e50d21f97f9""}\n2025-07-19 20:45:47.067 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bb036be5-5431-443b-8aa7-3beda40815ae] received connection request\n2025-07-19 20:45:47.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:45:47.103 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bb036be5-5431-443b-8aa7-3beda40815ae] socks forwarding established\n2025-07-19 20:45:47.150 [info] [command][5c49dc8a-b113-43b0-af50-2e50d21f97f9] Process exited with code 0\n2025-07-19 20:45:47.150 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bb036be5-5431-443b-8aa7-3beda40815ae] socks connection closed\n2025-07-19 20:45:47.151 [info] [command][5c49dc8a-b113-43b0-af50-2e50d21f97f9] Socket close event received\n2025-07-19 20:45:47.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50604 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:46:47.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:46:47.162 [info] [command][d9b61a71-4aee-4c23-a764-e4fb793fb512] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d9b61a71-4aee-4c23-a764-e4fb793fb512""}\n2025-07-19 20:46:47.163 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][058a477c-2fb8-41a4-9716-894f1a00ad81] received connection request\n2025-07-19 20:46:47.164 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:46:47.198 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][058a477c-2fb8-41a4-9716-894f1a00ad81] socks forwarding established\n2025-07-19 20:46:47.246 [info] [command][d9b61a71-4aee-4c23-a764-e4fb793fb512] Process exited with code 0\n2025-07-19 20:46:47.246 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][058a477c-2fb8-41a4-9716-894f1a00ad81] socks connection closed\n2025-07-19 20:46:47.246 [info] [command][d9b61a71-4aee-4c23-a764-e4fb793fb512] Socket close event received\n2025-07-19 20:46:47.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50654 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:47:47.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:47:47.260 [info] [command][e71f9029-4186-498f-9519-cf21288f50f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e71f9029-4186-498f-9519-cf21288f50f5""}\n2025-07-19 20:47:47.260 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][42886a80-d8d3-436c-b3f1-14aa94721008] received connection request\n2025-07-19 20:47:47.261 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:47:47.293 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][42886a80-d8d3-436c-b3f1-14aa94721008] socks forwarding established\n2025-07-19 20:47:47.337 [info] [command][e71f9029-4186-498f-9519-cf21288f50f5] Process exited with code 0\n2025-07-19 20:47:47.338 [info] [command][e71f9029-4186-498f-9519-cf21288f50f5] Socket close event received\n2025-07-19 20:47:47.339 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][42886a80-d8d3-436c-b3f1-14aa94721008] socks connection closed\n2025-07-19 20:47:47.372 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50673 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:48:47.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:48:47.348 [info] [command][b75cdc6a-b8cb-4c27-ab45-ff93a572fc6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b75cdc6a-b8cb-4c27-ab45-ff93a572fc6b""}\n2025-07-19 20:48:47.349 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][741ba374-6804-4915-9340-77dfa2ea4c6e] received connection request\n2025-07-19 20:48:47.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:48:47.379 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][741ba374-6804-4915-9340-77dfa2ea4c6e] socks forwarding established\n2025-07-19 20:48:47.426 [info] [command][b75cdc6a-b8cb-4c27-ab45-ff93a572fc6b] Process exited with code 0\n2025-07-19 20:48:47.426 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][741ba374-6804-4915-9340-77dfa2ea4c6e] socks connection closed\n2025-07-19 20:48:47.426 [info] [command][b75cdc6a-b8cb-4c27-ab45-ff93a572fc6b] Socket close event received\n2025-07-19 20:48:47.456 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50691 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:49:47.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:49:47.439 [info] [command][0f818695-a02d-4f9d-ae94-09629b59aa2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0f818695-a02d-4f9d-ae94-09629b59aa2a""}\n2025-07-19 20:49:47.440 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3397d177-13ed-4e05-adc4-af7153677376] received connection request\n2025-07-19 20:49:47.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:49:47.474 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3397d177-13ed-4e05-adc4-af7153677376] socks forwarding established\n2025-07-19 20:49:47.518 [info] [command][0f818695-a02d-4f9d-ae94-09629b59aa2a] Process exited with code 0\n2025-07-19 20:49:47.519 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3397d177-13ed-4e05-adc4-af7153677376] socks connection closed\n2025-07-19 20:49:47.519 [info] [command][0f818695-a02d-4f9d-ae94-09629b59aa2a] Socket close event received\n2025-07-19 20:49:47.549 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50725 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:50:47.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:50:47.530 [info] [command][b832e367-298d-4a10-b3bd-dcae1ff6cae2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b832e367-298d-4a10-b3bd-dcae1ff6cae2""}\n2025-07-19 20:50:47.531 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b9d7f291-9287-414c-8aa8-54c64f46df0f] received connection request\n2025-07-19 20:50:47.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:50:47.566 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b9d7f291-9287-414c-8aa8-54c64f46df0f] socks forwarding established\n2025-07-19 20:50:47.611 [info] [command][b832e367-298d-4a10-b3bd-dcae1ff6cae2] Process exited with code 0\n2025-07-19 20:50:47.611 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b9d7f291-9287-414c-8aa8-54c64f46df0f] socks connection closed\n2025-07-19 20:50:47.612 [info] [command][b832e367-298d-4a10-b3bd-dcae1ff6cae2] Socket close event received\n2025-07-19 20:50:47.641 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50744 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:51:47.619 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:51:47.621 [info] [command][ab907426-5217-40d9-a6ca-9fdc920a3e89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ab907426-5217-40d9-a6ca-9fdc920a3e89""}\n2025-07-19 20:51:47.623 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][579f3266-4f85-4625-8176-fddcf83d0553] received connection request\n2025-07-19 20:51:47.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:51:47.655 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][579f3266-4f85-4625-8176-fddcf83d0553] socks forwarding established\n2025-07-19 20:51:47.701 [info] [command][ab907426-5217-40d9-a6ca-9fdc920a3e89] Process exited with code 0\n2025-07-19 20:51:47.702 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][579f3266-4f85-4625-8176-fddcf83d0553] socks connection closed\n2025-07-19 20:51:47.702 [info] [command][ab907426-5217-40d9-a6ca-9fdc920a3e89] Socket close event received\n2025-07-19 20:51:47.731 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50805 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:52:47.710 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:52:47.712 [info] [command][1fbfcc01-4bc2-438c-8bd8-819f93a236b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1fbfcc01-4bc2-438c-8bd8-819f93a236b8""}\n2025-07-19 20:52:47.712 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5d60cd57-4526-4d9b-a78f-b5c66c6db664] received connection request\n2025-07-19 20:52:47.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:52:47.751 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5d60cd57-4526-4d9b-a78f-b5c66c6db664] socks forwarding established\n2025-07-19 20:52:47.799 [info] [command][1fbfcc01-4bc2-438c-8bd8-819f93a236b8] Process exited with code 0\n2025-07-19 20:52:47.800 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5d60cd57-4526-4d9b-a78f-b5c66c6db664] socks connection closed\n2025-07-19 20:52:47.800 [info] [command][1fbfcc01-4bc2-438c-8bd8-819f93a236b8] Socket close event received\n2025-07-19 20:52:47.829 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50859 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:53:47.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:53:47.810 [info] [command][f5e91648-43bf-4631-9d6b-2fbae6c3268c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f5e91648-43bf-4631-9d6b-2fbae6c3268c""}\n2025-07-19 20:53:47.810 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c4719003-0d13-46cf-a565-4ac8f532b120] received connection request\n2025-07-19 20:53:47.811 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:53:47.845 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c4719003-0d13-46cf-a565-4ac8f532b120] socks forwarding established\n2025-07-19 20:53:47.889 [info] [command][f5e91648-43bf-4631-9d6b-2fbae6c3268c] Process exited with code 0\n2025-07-19 20:53:47.889 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c4719003-0d13-46cf-a565-4ac8f532b120] socks connection closed\n2025-07-19 20:53:47.889 [info] [command][f5e91648-43bf-4631-9d6b-2fbae6c3268c] Socket close event received\n2025-07-19 20:53:47.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50877 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:54:47.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:54:47.893 [info] [command][419366f2-a1cd-4d9c-b1cb-f8f1c9db430e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""419366f2-a1cd-4d9c-b1cb-f8f1c9db430e""}\n2025-07-19 20:54:47.893 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a0017609-84e8-45de-8a23-0d6810f23c48] received connection request\n2025-07-19 20:54:47.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:54:47.930 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a0017609-84e8-45de-8a23-0d6810f23c48] socks forwarding established\n2025-07-19 20:54:47.975 [info] [command][419366f2-a1cd-4d9c-b1cb-f8f1c9db430e] Process exited with code 0\n2025-07-19 20:54:47.975 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a0017609-84e8-45de-8a23-0d6810f23c48] socks connection closed\n2025-07-19 20:54:47.975 [info] [command][419366f2-a1cd-4d9c-b1cb-f8f1c9db430e] Socket close event received\n2025-07-19 20:54:48.008 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50906 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:55:47.983 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:55:47.986 [info] [command][ab40ca7c-c50d-43f0-b6e9-97f5e05bf74a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ab40ca7c-c50d-43f0-b6e9-97f5e05bf74a""}\n2025-07-19 20:55:47.987 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9b2210d1-5c8f-430a-b82d-6d88bf169af7] received connection request\n2025-07-19 20:55:47.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:55:48.021 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b2210d1-5c8f-430a-b82d-6d88bf169af7] socks forwarding established\n2025-07-19 20:55:48.064 [info] [command][ab40ca7c-c50d-43f0-b6e9-97f5e05bf74a] Process exited with code 0\n2025-07-19 20:55:48.064 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b2210d1-5c8f-430a-b82d-6d88bf169af7] socks connection closed\n2025-07-19 20:55:48.064 [info] [command][ab40ca7c-c50d-43f0-b6e9-97f5e05bf74a] Socket close event received\n2025-07-19 20:55:48.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50929 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:56:48.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:56:48.076 [info] [command][03aaf661-6a1a-40e3-a66d-d9fd43423910] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""03aaf661-6a1a-40e3-a66d-d9fd43423910""}\n2025-07-19 20:56:48.077 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4ff02f12-08c6-4d30-b580-227b28ee8b42] received connection request\n2025-07-19 20:56:48.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:56:48.116 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4ff02f12-08c6-4d30-b580-227b28ee8b42] socks forwarding established\n2025-07-19 20:56:48.159 [info] [command][03aaf661-6a1a-40e3-a66d-d9fd43423910] Process exited with code 0\n2025-07-19 20:56:48.160 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4ff02f12-08c6-4d30-b580-227b28ee8b42] socks connection closed\n2025-07-19 20:56:48.160 [info] [command][03aaf661-6a1a-40e3-a66d-d9fd43423910] Socket close event received\n2025-07-19 20:56:48.191 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50976 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:57:48.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:57:48.162 [info] [command][55ea0c35-b19c-4cca-afbb-3cb7d7bfa5f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""55ea0c35-b19c-4cca-afbb-3cb7d7bfa5f0""}\n2025-07-19 20:57:48.163 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1ce1b8cb-e27b-49bd-8e30-5e17adc5c7fb] received connection request\n2025-07-19 20:57:48.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:57:48.194 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ce1b8cb-e27b-49bd-8e30-5e17adc5c7fb] socks forwarding established\n2025-07-19 20:57:48.240 [info] [command][55ea0c35-b19c-4cca-afbb-3cb7d7bfa5f0] Process exited with code 0\n2025-07-19 20:57:48.240 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ce1b8cb-e27b-49bd-8e30-5e17adc5c7fb] socks connection closed\n2025-07-19 20:57:48.240 [info] [command][55ea0c35-b19c-4cca-afbb-3cb7d7bfa5f0] Socket close event received\n2025-07-19 20:57:48.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 50998 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:58:48.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:58:48.248 [info] [command][2d2c3c22-cdab-4c25-8c9f-f0455c437579] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2d2c3c22-cdab-4c25-8c9f-f0455c437579""}\n2025-07-19 20:58:48.249 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][41a62299-fbb1-44ef-8a09-d88167758385] received connection request\n2025-07-19 20:58:48.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:58:48.287 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][41a62299-fbb1-44ef-8a09-d88167758385] socks forwarding established\n2025-07-19 20:58:48.329 [info] [command][2d2c3c22-cdab-4c25-8c9f-f0455c437579] Process exited with code 0\n2025-07-19 20:58:48.329 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][41a62299-fbb1-44ef-8a09-d88167758385] socks connection closed\n2025-07-19 20:58:48.329 [info] [command][2d2c3c22-cdab-4c25-8c9f-f0455c437579] Socket close event received\n2025-07-19 20:58:48.359 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51024 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 20:59:48.331 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 20:59:48.333 [info] [command][c90c5ab2-95ee-4114-bc2e-4023a2e9beb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c90c5ab2-95ee-4114-bc2e-4023a2e9beb5""}\n2025-07-19 20:59:48.334 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6b989d56-7136-4582-bd74-fdf498086d3e] received connection request\n2025-07-19 20:59:48.334 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 20:59:48.366 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6b989d56-7136-4582-bd74-fdf498086d3e] socks forwarding established\n2025-07-19 20:59:48.409 [info] [command][c90c5ab2-95ee-4114-bc2e-4023a2e9beb5] Process exited with code 0\n2025-07-19 20:59:48.409 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6b989d56-7136-4582-bd74-fdf498086d3e] socks connection closed\n2025-07-19 20:59:48.409 [info] [command][c90c5ab2-95ee-4114-bc2e-4023a2e9beb5] Socket close event received\n2025-07-19 20:59:48.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51058 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:00:48.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:00:48.421 [info] [command][3b0aba8a-ac23-4c46-9b16-3b094f39f1dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3b0aba8a-ac23-4c46-9b16-3b094f39f1dd""}\n2025-07-19 21:00:48.422 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][69e9f0f9-7b8e-497b-92c3-d37bf350f7da] received connection request\n2025-07-19 21:00:48.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:00:48.456 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][69e9f0f9-7b8e-497b-92c3-d37bf350f7da] socks forwarding established\n2025-07-19 21:00:48.497 [info] [command][3b0aba8a-ac23-4c46-9b16-3b094f39f1dd] Process exited with code 0\n2025-07-19 21:00:48.498 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][69e9f0f9-7b8e-497b-92c3-d37bf350f7da] socks connection closed\n2025-07-19 21:00:48.498 [info] [command][3b0aba8a-ac23-4c46-9b16-3b094f39f1dd] Socket close event received\n2025-07-19 21:00:48.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51075 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:01:48.499 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:01:48.501 [info] [command][da4bcb6a-0c00-40d4-bdbe-65ff8e67da9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""da4bcb6a-0c00-40d4-bdbe-65ff8e67da9b""}\n2025-07-19 21:01:48.502 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b3acb631-8ba4-44cd-95d0-80f00f0d35f9] received connection request\n2025-07-19 21:01:48.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:01:48.536 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b3acb631-8ba4-44cd-95d0-80f00f0d35f9] socks forwarding established\n2025-07-19 21:01:48.578 [info] [command][da4bcb6a-0c00-40d4-bdbe-65ff8e67da9b] Process exited with code 0\n2025-07-19 21:01:48.579 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b3acb631-8ba4-44cd-95d0-80f00f0d35f9] socks connection closed\n2025-07-19 21:01:48.579 [info] [command][da4bcb6a-0c00-40d4-bdbe-65ff8e67da9b] Socket close event received\n2025-07-19 21:01:48.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51123 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:02:48.586 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:02:48.588 [info] [command][63e5aeee-142d-4f02-bb7b-d888be5b387e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""63e5aeee-142d-4f02-bb7b-d888be5b387e""}\n2025-07-19 21:02:48.588 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b9114219-1206-4558-8ee2-118d02530f61] received connection request\n2025-07-19 21:02:48.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:02:48.631 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b9114219-1206-4558-8ee2-118d02530f61] socks forwarding established\n2025-07-19 21:02:48.674 [info] [command][63e5aeee-142d-4f02-bb7b-d888be5b387e] Process exited with code 0\n2025-07-19 21:02:48.674 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b9114219-1206-4558-8ee2-118d02530f61] socks connection closed\n2025-07-19 21:02:48.675 [info] [command][63e5aeee-142d-4f02-bb7b-d888be5b387e] Socket close event received\n2025-07-19 21:02:48.707 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51141 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:03:48.677 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:03:48.679 [info] [command][710266e3-16a3-4d20-8421-e87da584888f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""710266e3-16a3-4d20-8421-e87da584888f""}\n2025-07-19 21:03:48.679 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2b81f12f-9343-4365-abe1-4c4ba01e2b3b] received connection request\n2025-07-19 21:03:48.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 21:03:48.680 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:03:48.716 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2b81f12f-9343-4365-abe1-4c4ba01e2b3b] socks forwarding established\n2025-07-19 21:03:48.764 [info] [command][710266e3-16a3-4d20-8421-e87da584888f] Process exited with code 0\n2025-07-19 21:03:48.764 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2b81f12f-9343-4365-abe1-4c4ba01e2b3b] socks connection closed\n2025-07-19 21:03:48.765 [info] [command][710266e3-16a3-4d20-8421-e87da584888f] Socket close event received\n2025-07-19 21:03:48.794 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51161 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:04:48.770 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:04:48.773 [info] [command][e3eb6c7c-a48b-467f-8d38-f63cd4e332ee] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e3eb6c7c-a48b-467f-8d38-f63cd4e332ee""}\n2025-07-19 21:04:48.773 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fdb348cb-7c8e-4976-9b34-211611e2be77] received connection request\n2025-07-19 21:04:48.774 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:04:48.809 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fdb348cb-7c8e-4976-9b34-211611e2be77] socks forwarding established\n2025-07-19 21:04:48.855 [info] [command][e3eb6c7c-a48b-467f-8d38-f63cd4e332ee] Process exited with code 0\n2025-07-19 21:04:48.855 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fdb348cb-7c8e-4976-9b34-211611e2be77] socks connection closed\n2025-07-19 21:04:48.856 [info] [command][e3eb6c7c-a48b-467f-8d38-f63cd4e332ee] Socket close event received\n2025-07-19 21:04:48.885 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51195 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:05:48.863 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:05:48.866 [info] [command][85c2ab3c-1934-4e9d-aa24-b78570fc7494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""85c2ab3c-1934-4e9d-aa24-b78570fc7494""}\n2025-07-19 21:05:48.867 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2aa3e752-c17d-4a5f-bc53-00676aeece2d] received connection request\n2025-07-19 21:05:48.868 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:05:48.901 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2aa3e752-c17d-4a5f-bc53-00676aeece2d] socks forwarding established\n2025-07-19 21:05:48.947 [info] [command][85c2ab3c-1934-4e9d-aa24-b78570fc7494] Process exited with code 0\n2025-07-19 21:05:48.948 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2aa3e752-c17d-4a5f-bc53-00676aeece2d] socks connection closed\n2025-07-19 21:05:48.948 [info] [command][85c2ab3c-1934-4e9d-aa24-b78570fc7494] Socket close event received\n2025-07-19 21:05:48.979 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51213 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:06:48.958 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:06:48.961 [info] [command][99ba53bf-e472-4f3b-ab2f-4a11bb2a64e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""99ba53bf-e472-4f3b-ab2f-4a11bb2a64e5""}\n2025-07-19 21:06:48.962 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4285a4db-a3ad-4be9-bbcf-4f30432e903e] received connection request\n2025-07-19 21:06:48.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:06:49.001 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4285a4db-a3ad-4be9-bbcf-4f30432e903e] socks forwarding established\n2025-07-19 21:06:49.051 [info] [command][99ba53bf-e472-4f3b-ab2f-4a11bb2a64e5] Process exited with code 0\n2025-07-19 21:06:49.052 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4285a4db-a3ad-4be9-bbcf-4f30432e903e] socks connection closed\n2025-07-19 21:06:49.052 [info] [command][99ba53bf-e472-4f3b-ab2f-4a11bb2a64e5] Socket close event received\n2025-07-19 21:06:49.082 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51261 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:07:49.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:07:49.062 [info] [command][63764f34-c287-49fe-a5cc-a6711c97997f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""63764f34-c287-49fe-a5cc-a6711c97997f""}\n2025-07-19 21:07:49.062 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5182752b-875c-4346-a4af-b2426cb49ed0] received connection request\n2025-07-19 21:07:49.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:07:49.103 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5182752b-875c-4346-a4af-b2426cb49ed0] socks forwarding established\n2025-07-19 21:07:49.149 [info] [command][63764f34-c287-49fe-a5cc-a6711c97997f] Process exited with code 0\n2025-07-19 21:07:49.149 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5182752b-875c-4346-a4af-b2426cb49ed0] socks connection closed\n2025-07-19 21:07:49.149 [info] [command][63764f34-c287-49fe-a5cc-a6711c97997f] Socket close event received\n2025-07-19 21:07:49.179 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51279 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:08:49.157 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:08:49.161 [info] [command][e185b67a-205d-4576-809f-1c973d32f315] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e185b67a-205d-4576-809f-1c973d32f315""}\n2025-07-19 21:08:49.162 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ea83202b-0be1-4aed-9f20-00e0435ef4dc] received connection request\n2025-07-19 21:08:49.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:08:49.200 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ea83202b-0be1-4aed-9f20-00e0435ef4dc] socks forwarding established\n2025-07-19 21:08:49.246 [info] [command][e185b67a-205d-4576-809f-1c973d32f315] Process exited with code 0\n2025-07-19 21:08:49.246 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ea83202b-0be1-4aed-9f20-00e0435ef4dc] socks connection closed\n2025-07-19 21:08:49.246 [info] [command][e185b67a-205d-4576-809f-1c973d32f315] Socket close event received\n2025-07-19 21:08:49.276 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51300 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:09:49.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:09:49.257 [info] [command][3be4e3e1-7beb-4754-8305-fbbf3685045c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3be4e3e1-7beb-4754-8305-fbbf3685045c""}\n2025-07-19 21:09:49.258 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][860006cf-19e5-4725-af30-1822b1664e18] received connection request\n2025-07-19 21:09:49.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:09:49.296 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][860006cf-19e5-4725-af30-1822b1664e18] socks forwarding established\n2025-07-19 21:09:49.340 [info] [command][3be4e3e1-7beb-4754-8305-fbbf3685045c] Process exited with code 0\n2025-07-19 21:09:49.340 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][860006cf-19e5-4725-af30-1822b1664e18] socks connection closed\n2025-07-19 21:09:49.341 [info] [command][3be4e3e1-7beb-4754-8305-fbbf3685045c] Socket close event received\n2025-07-19 21:09:49.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51335 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:10:49.344 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:10:49.346 [info] [command][e261390d-94ff-42a2-91a0-004e8fc3c789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e261390d-94ff-42a2-91a0-004e8fc3c789""}\n2025-07-19 21:10:49.347 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][80e59d25-059b-433d-8a14-82384be0210d] received connection request\n2025-07-19 21:10:49.348 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 21:10:49.348 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:10:49.382 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80e59d25-059b-433d-8a14-82384be0210d] socks forwarding established\n2025-07-19 21:10:49.427 [info] [command][e261390d-94ff-42a2-91a0-004e8fc3c789] Process exited with code 0\n2025-07-19 21:10:49.427 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80e59d25-059b-433d-8a14-82384be0210d] socks connection closed\n2025-07-19 21:10:49.427 [info] [command][e261390d-94ff-42a2-91a0-004e8fc3c789] Socket close event received\n2025-07-19 21:10:49.458 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51356 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:11:49.435 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:11:49.437 [info] [command][d8c49e11-3293-4360-bc74-5709993af440] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d8c49e11-3293-4360-bc74-5709993af440""}\n2025-07-19 21:11:49.438 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9d24f82e-60d3-45a3-be74-e94c573e6ac7] received connection request\n2025-07-19 21:11:49.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:11:49.474 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9d24f82e-60d3-45a3-be74-e94c573e6ac7] socks forwarding established\n2025-07-19 21:11:49.519 [info] [command][d8c49e11-3293-4360-bc74-5709993af440] Process exited with code 0\n2025-07-19 21:11:49.520 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9d24f82e-60d3-45a3-be74-e94c573e6ac7] socks connection closed\n2025-07-19 21:11:49.520 [info] [command][d8c49e11-3293-4360-bc74-5709993af440] Socket close event received\n2025-07-19 21:11:49.553 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51402 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:12:49.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:12:49.530 [info] [command][7b4bbb74-1df5-4ea6-94f4-4900cc9cade2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7b4bbb74-1df5-4ea6-94f4-4900cc9cade2""}\n2025-07-19 21:12:49.530 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][627e4a7f-5f9b-4a02-b0e4-8c54cdb1d697] received connection request\n2025-07-19 21:12:49.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:12:49.559 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][627e4a7f-5f9b-4a02-b0e4-8c54cdb1d697] socks forwarding established\n2025-07-19 21:12:49.606 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][627e4a7f-5f9b-4a02-b0e4-8c54cdb1d697] socks connection closed\n2025-07-19 21:12:49.606 [info] [command][7b4bbb74-1df5-4ea6-94f4-4900cc9cade2] Process exited with code 0\n2025-07-19 21:12:49.606 [info] [command][7b4bbb74-1df5-4ea6-94f4-4900cc9cade2] Socket close event received\n2025-07-19 21:12:49.637 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51424 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:13:49.612 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:13:49.614 [info] [command][7cd092d1-5f29-4b78-b6db-e246382ea54b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7cd092d1-5f29-4b78-b6db-e246382ea54b""}\n2025-07-19 21:13:49.614 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5f8ce2ad-73a0-47e7-8398-c4687b907936] received connection request\n2025-07-19 21:13:49.615 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:13:49.650 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f8ce2ad-73a0-47e7-8398-c4687b907936] socks forwarding established\n2025-07-19 21:13:49.695 [info] [command][7cd092d1-5f29-4b78-b6db-e246382ea54b] Process exited with code 0\n2025-07-19 21:13:49.696 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5f8ce2ad-73a0-47e7-8398-c4687b907936] socks connection closed\n2025-07-19 21:13:49.696 [info] [command][7cd092d1-5f29-4b78-b6db-e246382ea54b] Socket close event received\n2025-07-19 21:13:49.730 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51441 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:14:49.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:14:49.699 [info] [command][d5b82e1b-b3e3-4a3e-b0a4-156853dc46b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d5b82e1b-b3e3-4a3e-b0a4-156853dc46b9""}\n2025-07-19 21:14:49.700 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e144e9e5-687e-47a5-a912-55cb71d5367e] received connection request\n2025-07-19 21:14:49.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:14:49.734 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e144e9e5-687e-47a5-a912-55cb71d5367e] socks forwarding established\n2025-07-19 21:14:49.782 [info] [command][d5b82e1b-b3e3-4a3e-b0a4-156853dc46b9] Process exited with code 0\n2025-07-19 21:14:49.782 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e144e9e5-687e-47a5-a912-55cb71d5367e] socks connection closed\n2025-07-19 21:14:49.782 [info] [command][d5b82e1b-b3e3-4a3e-b0a4-156853dc46b9] Socket close event received\n2025-07-19 21:14:49.812 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51475 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:15:49.784 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:15:49.787 [info] [command][4ce8a5f1-24bf-4668-8edf-8afc89a212e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4ce8a5f1-24bf-4668-8edf-8afc89a212e8""}\n2025-07-19 21:15:49.788 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][548c14f8-18c1-4a26-b7d0-92f1a624384f] received connection request\n2025-07-19 21:15:49.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:15:49.821 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][548c14f8-18c1-4a26-b7d0-92f1a624384f] socks forwarding established\n2025-07-19 21:15:49.865 [info] [command][4ce8a5f1-24bf-4668-8edf-8afc89a212e8] Process exited with code 0\n2025-07-19 21:15:49.865 [info] [command][4ce8a5f1-24bf-4668-8edf-8afc89a212e8] Socket close event received\n2025-07-19 21:15:49.866 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][548c14f8-18c1-4a26-b7d0-92f1a624384f] socks connection closed\n2025-07-19 21:15:49.895 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51500 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:16:49.872 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:16:49.874 [info] [command][b517b5e4-9053-4d3d-85ad-6af238cccd48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b517b5e4-9053-4d3d-85ad-6af238cccd48""}\n2025-07-19 21:16:49.875 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][627a09cc-a0b5-4359-ae32-2c9c8bc2b28d] received connection request\n2025-07-19 21:16:49.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:16:49.910 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][627a09cc-a0b5-4359-ae32-2c9c8bc2b28d] socks forwarding established\n2025-07-19 21:16:49.956 [info] [command][b517b5e4-9053-4d3d-85ad-6af238cccd48] Process exited with code 0\n2025-07-19 21:16:49.956 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][627a09cc-a0b5-4359-ae32-2c9c8bc2b28d] socks connection closed\n2025-07-19 21:16:49.956 [info] [command][b517b5e4-9053-4d3d-85ad-6af238cccd48] Socket close event received\n2025-07-19 21:16:49.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51544 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:17:49.959 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:17:49.961 [info] [command][108ea05e-674f-4382-97d8-fd747837d1f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""108ea05e-674f-4382-97d8-fd747837d1f4""}\n2025-07-19 21:17:49.962 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][30b14d43-e485-4c59-9bb5-09fc48f8b2f2] received connection request\n2025-07-19 21:17:49.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:17:49.994 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][30b14d43-e485-4c59-9bb5-09fc48f8b2f2] socks forwarding established\n2025-07-19 21:17:50.053 [info] [command][108ea05e-674f-4382-97d8-fd747837d1f4] Process exited with code 0\n2025-07-19 21:17:50.054 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][30b14d43-e485-4c59-9bb5-09fc48f8b2f2] socks connection closed\n2025-07-19 21:17:50.055 [info] [command][108ea05e-674f-4382-97d8-fd747837d1f4] Socket close event received\n2025-07-19 21:17:50.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51565 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:18:50.056 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:18:50.057 [info] [command][4491af60-6981-4806-8e8c-835f1aa9c1df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4491af60-6981-4806-8e8c-835f1aa9c1df""}\n2025-07-19 21:18:50.058 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e204cde7-1e0e-478d-95fb-7155114097dc] received connection request\n2025-07-19 21:18:50.059 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:18:50.091 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e204cde7-1e0e-478d-95fb-7155114097dc] socks forwarding established\n2025-07-19 21:18:50.137 [info] [command][4491af60-6981-4806-8e8c-835f1aa9c1df] Process exited with code 0\n2025-07-19 21:18:50.137 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e204cde7-1e0e-478d-95fb-7155114097dc] socks connection closed\n2025-07-19 21:18:50.137 [info] [command][4491af60-6981-4806-8e8c-835f1aa9c1df] Socket close event received\n2025-07-19 21:18:50.168 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51582 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:19:50.144 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:19:50.146 [info] [command][d3b3e177-785f-47fb-b63d-2abd46c3591b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d3b3e177-785f-47fb-b63d-2abd46c3591b""}\n2025-07-19 21:19:50.147 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][89c6db98-22cf-4d48-976c-dec712a29f10] received connection request\n2025-07-19 21:19:50.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:19:50.188 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][89c6db98-22cf-4d48-976c-dec712a29f10] socks forwarding established\n2025-07-19 21:19:50.232 [info] [command][d3b3e177-785f-47fb-b63d-2abd46c3591b] Process exited with code 0\n2025-07-19 21:19:50.233 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][89c6db98-22cf-4d48-976c-dec712a29f10] socks connection closed\n2025-07-19 21:19:50.233 [info] [command][d3b3e177-785f-47fb-b63d-2abd46c3591b] Socket close event received\n2025-07-19 21:19:50.262 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51622 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:20:50.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:20:50.245 [info] [command][e74f7c58-2f39-4fbf-9425-cfbabe3874cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e74f7c58-2f39-4fbf-9425-cfbabe3874cc""}\n2025-07-19 21:20:50.246 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][04513643-f11d-4ff8-b77e-ac669f9d72f1] received connection request\n2025-07-19 21:20:50.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:20:50.286 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][04513643-f11d-4ff8-b77e-ac669f9d72f1] socks forwarding established\n2025-07-19 21:20:50.331 [info] [command][e74f7c58-2f39-4fbf-9425-cfbabe3874cc] Process exited with code 0\n2025-07-19 21:20:50.332 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][04513643-f11d-4ff8-b77e-ac669f9d72f1] socks connection closed\n2025-07-19 21:20:50.332 [info] [command][e74f7c58-2f39-4fbf-9425-cfbabe3874cc] Socket close event received\n2025-07-19 21:20:50.362 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51642 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:21:50.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:21:50.343 [info] [command][cf99cd8e-249c-4449-ba72-cd9496f7f5f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""cf99cd8e-249c-4449-ba72-cd9496f7f5f8""}\n2025-07-19 21:21:50.344 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cc78336b-945a-447d-b6fd-7314f6ccef74] received connection request\n2025-07-19 21:21:50.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:21:50.415 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cc78336b-945a-447d-b6fd-7314f6ccef74] socks forwarding established\n2025-07-19 21:21:50.465 [info] [command][cf99cd8e-249c-4449-ba72-cd9496f7f5f8] Process exited with code 0\n2025-07-19 21:21:50.465 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cc78336b-945a-447d-b6fd-7314f6ccef74] socks connection closed\n2025-07-19 21:21:50.465 [info] [command][cf99cd8e-249c-4449-ba72-cd9496f7f5f8] Socket close event received\n2025-07-19 21:21:50.495 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51686 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:22:50.466 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:22:50.467 [info] [command][c272d7e8-3ce6-41b8-9e17-4bf93c25a8f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c272d7e8-3ce6-41b8-9e17-4bf93c25a8f7""}\n2025-07-19 21:22:50.468 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][340d299a-9c0b-49b7-a080-64f171702ac1] received connection request\n2025-07-19 21:22:50.468 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:22:50.500 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][340d299a-9c0b-49b7-a080-64f171702ac1] socks forwarding established\n2025-07-19 21:22:50.565 [info] [command][c272d7e8-3ce6-41b8-9e17-4bf93c25a8f7] Process exited with code 0\n2025-07-19 21:22:50.566 [info] [command][c272d7e8-3ce6-41b8-9e17-4bf93c25a8f7] Socket close event received\n2025-07-19 21:22:50.566 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][340d299a-9c0b-49b7-a080-64f171702ac1] socks connection closed\n2025-07-19 21:22:50.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51708 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:23:50.571 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:23:50.574 [info] [command][7f567855-21a3-4950-a520-f7a1f598ebb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7f567855-21a3-4950-a520-f7a1f598ebb3""}\n2025-07-19 21:23:50.574 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][320e3818-878b-4aec-b211-705a80c01245] received connection request\n2025-07-19 21:23:50.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:23:50.608 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][320e3818-878b-4aec-b211-705a80c01245] socks forwarding established\n2025-07-19 21:23:50.654 [info] [command][7f567855-21a3-4950-a520-f7a1f598ebb3] Process exited with code 0\n2025-07-19 21:23:50.655 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][320e3818-878b-4aec-b211-705a80c01245] socks connection closed\n2025-07-19 21:23:50.655 [info] [command][7f567855-21a3-4950-a520-f7a1f598ebb3] Socket close event received\n2025-07-19 21:23:50.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51725 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:24:50.665 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:24:50.667 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][752644f3-6dd3-4a3e-82d7-f87e2d27cf0b] received connection request\n2025-07-19 21:24:50.668 [info] [command][57610012-3018-4df6-8c71-87c74804e367] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""57610012-3018-4df6-8c71-87c74804e367""}\n2025-07-19 21:24:50.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:24:50.701 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][752644f3-6dd3-4a3e-82d7-f87e2d27cf0b] socks forwarding established\n2025-07-19 21:24:50.747 [info] [command][57610012-3018-4df6-8c71-87c74804e367] Process exited with code 0\n2025-07-19 21:24:50.747 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][752644f3-6dd3-4a3e-82d7-f87e2d27cf0b] socks connection closed\n2025-07-19 21:24:50.747 [info] [command][57610012-3018-4df6-8c71-87c74804e367] Socket close event received\n2025-07-19 21:24:50.778 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51756 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:25:50.753 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:25:50.755 [info] [command][12253087-c33b-4a89-8094-ad9b89c60319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""12253087-c33b-4a89-8094-ad9b89c60319""}\n2025-07-19 21:25:50.755 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][725ebc81-6a0f-442b-b47a-2455c5280d73] received connection request\n2025-07-19 21:25:50.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:25:50.788 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][725ebc81-6a0f-442b-b47a-2455c5280d73] socks forwarding established\n2025-07-19 21:25:50.832 [info] [command][12253087-c33b-4a89-8094-ad9b89c60319] Process exited with code 0\n2025-07-19 21:25:50.833 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][725ebc81-6a0f-442b-b47a-2455c5280d73] socks connection closed\n2025-07-19 21:25:50.833 [info] [command][12253087-c33b-4a89-8094-ad9b89c60319] Socket close event received\n2025-07-19 21:25:50.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51779 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:26:50.842 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:26:50.844 [info] [command][04f09451-0dc6-4bd0-94f4-a412a2f5b6ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""04f09451-0dc6-4bd0-94f4-a412a2f5b6ab""}\n2025-07-19 21:26:50.844 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2666397f-6e94-4984-b12a-c95ada32bf46] received connection request\n2025-07-19 21:26:50.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:26:50.877 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2666397f-6e94-4984-b12a-c95ada32bf46] socks forwarding established\n2025-07-19 21:26:50.923 [info] [command][04f09451-0dc6-4bd0-94f4-a412a2f5b6ab] Process exited with code 0\n2025-07-19 21:26:50.923 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2666397f-6e94-4984-b12a-c95ada32bf46] socks connection closed\n2025-07-19 21:26:50.923 [info] [command][04f09451-0dc6-4bd0-94f4-a412a2f5b6ab] Socket close event received\n2025-07-19 21:26:50.952 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51823 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:27:50.927 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:27:50.930 [info] [command][d60857f7-475c-466f-bbbf-1880e3f7d967] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d60857f7-475c-466f-bbbf-1880e3f7d967""}\n2025-07-19 21:27:50.930 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][eebebd7d-4301-40ad-9767-ddfad0db8036] received connection request\n2025-07-19 21:27:50.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:27:50.962 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eebebd7d-4301-40ad-9767-ddfad0db8036] socks forwarding established\n2025-07-19 21:27:51.007 [info] [command][d60857f7-475c-466f-bbbf-1880e3f7d967] Process exited with code 0\n2025-07-19 21:27:51.007 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eebebd7d-4301-40ad-9767-ddfad0db8036] socks connection closed\n2025-07-19 21:27:51.007 [info] [command][d60857f7-475c-466f-bbbf-1880e3f7d967] Socket close event received\n2025-07-19 21:27:51.039 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51841 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:28:51.009 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:28:51.010 [info] [command][8bef6e00-c08d-439c-bbbf-fd19478a42e5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8bef6e00-c08d-439c-bbbf-fd19478a42e5""}\n2025-07-19 21:28:51.011 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a501fc1e-748f-4018-bc82-8ba980b57d0e] received connection request\n2025-07-19 21:28:51.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:28:51.048 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a501fc1e-748f-4018-bc82-8ba980b57d0e] socks forwarding established\n2025-07-19 21:28:51.096 [info] [command][8bef6e00-c08d-439c-bbbf-fd19478a42e5] Process exited with code 0\n2025-07-19 21:28:51.096 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a501fc1e-748f-4018-bc82-8ba980b57d0e] socks connection closed\n2025-07-19 21:28:51.096 [info] [command][8bef6e00-c08d-439c-bbbf-fd19478a42e5] Socket close event received\n2025-07-19 21:28:51.128 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51861 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:29:51.100 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:29:51.102 [info] [command][106808b2-e3ea-49d1-a982-eaf8d1cfb3bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""106808b2-e3ea-49d1-a982-eaf8d1cfb3bd""}\n2025-07-19 21:29:51.103 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b0182ebe-8909-488d-8a6a-fbf2392aa9dd] received connection request\n2025-07-19 21:29:51.104 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:29:51.142 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b0182ebe-8909-488d-8a6a-fbf2392aa9dd] socks forwarding established\n2025-07-19 21:29:51.189 [info] [command][106808b2-e3ea-49d1-a982-eaf8d1cfb3bd] Process exited with code 0\n2025-07-19 21:29:51.189 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b0182ebe-8909-488d-8a6a-fbf2392aa9dd] socks connection closed\n2025-07-19 21:29:51.189 [info] [command][106808b2-e3ea-49d1-a982-eaf8d1cfb3bd] Socket close event received\n2025-07-19 21:29:51.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51898 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:30:51.194 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:30:51.196 [info] [command][85243213-4ef4-468e-9a3c-c0cc9a9b4461] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""85243213-4ef4-468e-9a3c-c0cc9a9b4461""}\n2025-07-19 21:30:51.197 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d35f922e-b974-4243-8e23-16ece8dcebe4] received connection request\n2025-07-19 21:30:51.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:30:51.229 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d35f922e-b974-4243-8e23-16ece8dcebe4] socks forwarding established\n2025-07-19 21:30:51.280 [info] [command][85243213-4ef4-468e-9a3c-c0cc9a9b4461] Process exited with code 0\n2025-07-19 21:30:51.280 [info] [command][85243213-4ef4-468e-9a3c-c0cc9a9b4461] Socket close event received\n2025-07-19 21:30:51.280 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d35f922e-b974-4243-8e23-16ece8dcebe4] socks connection closed\n2025-07-19 21:30:51.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51918 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:31:51.283 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:31:51.286 [info] [command][f640bbfe-31d0-4ad0-97f8-fa1cfee115bf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f640bbfe-31d0-4ad0-97f8-fa1cfee115bf""}\n2025-07-19 21:31:51.286 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b970d31f-c57c-4810-a1dd-8eab4ca3a7f6] received connection request\n2025-07-19 21:31:51.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:31:51.318 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b970d31f-c57c-4810-a1dd-8eab4ca3a7f6] socks forwarding established\n2025-07-19 21:31:51.361 [info] [command][f640bbfe-31d0-4ad0-97f8-fa1cfee115bf] Process exited with code 0\n2025-07-19 21:31:51.362 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b970d31f-c57c-4810-a1dd-8eab4ca3a7f6] socks connection closed\n2025-07-19 21:31:51.362 [info] [command][f640bbfe-31d0-4ad0-97f8-fa1cfee115bf] Socket close event received\n2025-07-19 21:31:51.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51964 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:32:51.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:32:51.373 [info] [command][578c0fac-c704-4e80-9ef6-8ff2c14619c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""578c0fac-c704-4e80-9ef6-8ff2c14619c4""}\n2025-07-19 21:32:51.374 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e91e80c0-72fb-4390-baae-13345e97228c] received connection request\n2025-07-19 21:32:51.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:32:51.406 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e91e80c0-72fb-4390-baae-13345e97228c] socks forwarding established\n2025-07-19 21:32:51.450 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e91e80c0-72fb-4390-baae-13345e97228c] socks connection closed\n2025-07-19 21:32:51.451 [info] [command][578c0fac-c704-4e80-9ef6-8ff2c14619c4] Process exited with code 0\n2025-07-19 21:32:51.451 [info] [command][578c0fac-c704-4e80-9ef6-8ff2c14619c4] Socket close event received\n2025-07-19 21:32:51.480 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 51988 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:33:51.458 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:33:51.460 [info] [command][bfea07a3-f6fa-4de5-8d42-d7b47c3b1de2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bfea07a3-f6fa-4de5-8d42-d7b47c3b1de2""}\n2025-07-19 21:33:51.461 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d3e97b98-1394-429d-9e2b-b19d7a740b9d] received connection request\n2025-07-19 21:33:51.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:33:51.494 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d3e97b98-1394-429d-9e2b-b19d7a740b9d] socks forwarding established\n2025-07-19 21:33:51.541 [info] [command][bfea07a3-f6fa-4de5-8d42-d7b47c3b1de2] Process exited with code 0\n2025-07-19 21:33:51.541 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d3e97b98-1394-429d-9e2b-b19d7a740b9d] socks connection closed\n2025-07-19 21:33:51.541 [info] [command][bfea07a3-f6fa-4de5-8d42-d7b47c3b1de2] Socket close event received\n2025-07-19 21:33:51.571 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52006 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:34:51.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:34:51.549 [info] [command][bdba4e17-896e-4edb-99ff-ba738de1d345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bdba4e17-896e-4edb-99ff-ba738de1d345""}\n2025-07-19 21:34:51.550 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f9380666-e08f-40ab-8adc-9c2b22beba1a] received connection request\n2025-07-19 21:34:51.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:34:51.584 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f9380666-e08f-40ab-8adc-9c2b22beba1a] socks forwarding established\n2025-07-19 21:34:51.630 [info] [command][bdba4e17-896e-4edb-99ff-ba738de1d345] Process exited with code 0\n2025-07-19 21:34:51.630 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f9380666-e08f-40ab-8adc-9c2b22beba1a] socks connection closed\n2025-07-19 21:34:51.631 [info] [command][bdba4e17-896e-4edb-99ff-ba738de1d345] Socket close event received\n2025-07-19 21:34:51.662 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52037 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:35:51.634 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:35:51.636 [info] [command][93ac0997-ea12-4485-8ffb-c3078a21f1dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""93ac0997-ea12-4485-8ffb-c3078a21f1dd""}\n2025-07-19 21:35:51.636 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7cfa8b52-b1f2-4c03-9aa9-3560fa1f349c] received connection request\n2025-07-19 21:35:51.637 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:35:51.675 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7cfa8b52-b1f2-4c03-9aa9-3560fa1f349c] socks forwarding established\n2025-07-19 21:35:51.721 [info] [command][93ac0997-ea12-4485-8ffb-c3078a21f1dd] Process exited with code 0\n2025-07-19 21:35:51.721 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7cfa8b52-b1f2-4c03-9aa9-3560fa1f349c] socks connection closed\n2025-07-19 21:35:51.721 [info] [command][93ac0997-ea12-4485-8ffb-c3078a21f1dd] Socket close event received\n2025-07-19 21:35:51.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52058 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:36:51.732 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:36:51.733 [info] [command][0252e244-f705-4137-a68b-9d8681a145ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0252e244-f705-4137-a68b-9d8681a145ff""}\n2025-07-19 21:36:51.734 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][42ce404d-88f4-47d9-9c91-b8229448ad12] received connection request\n2025-07-19 21:36:51.735 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:36:51.766 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][42ce404d-88f4-47d9-9c91-b8229448ad12] socks forwarding established\n2025-07-19 21:36:51.809 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][42ce404d-88f4-47d9-9c91-b8229448ad12] socks connection closed\n2025-07-19 21:36:51.810 [info] [command][0252e244-f705-4137-a68b-9d8681a145ff] Process exited with code 0\n2025-07-19 21:36:51.810 [info] [command][0252e244-f705-4137-a68b-9d8681a145ff] Socket close event received\n2025-07-19 21:36:51.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52106 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:37:51.820 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:37:51.822 [info] [command][89773f9f-5cdd-4ce7-98e8-bf047281001c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""89773f9f-5cdd-4ce7-98e8-bf047281001c""}\n2025-07-19 21:37:51.823 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][07f8bbed-0ad8-44b4-bbda-65181e7ebd5e] received connection request\n2025-07-19 21:37:51.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:37:51.862 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][07f8bbed-0ad8-44b4-bbda-65181e7ebd5e] socks forwarding established\n2025-07-19 21:37:51.908 [info] [command][89773f9f-5cdd-4ce7-98e8-bf047281001c] Process exited with code 0\n2025-07-19 21:37:51.908 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][07f8bbed-0ad8-44b4-bbda-65181e7ebd5e] socks connection closed\n2025-07-19 21:37:51.908 [info] [command][89773f9f-5cdd-4ce7-98e8-bf047281001c] Socket close event received\n2025-07-19 21:37:51.940 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52126 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:38:51.918 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:38:51.920 [info] [command][e9400d31-bd56-4dc0-af8f-a34e09f1e7b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e9400d31-bd56-4dc0-af8f-a34e09f1e7b9""}\n2025-07-19 21:38:51.921 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d4c26fff-cd92-4407-8c4e-f4a3bbde83f3] received connection request\n2025-07-19 21:38:51.922 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:38:51.954 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d4c26fff-cd92-4407-8c4e-f4a3bbde83f3] socks forwarding established\n2025-07-19 21:38:52.001 [info] [command][e9400d31-bd56-4dc0-af8f-a34e09f1e7b9] Process exited with code 0\n2025-07-19 21:38:52.001 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d4c26fff-cd92-4407-8c4e-f4a3bbde83f3] socks connection closed\n2025-07-19 21:38:52.002 [info] [command][e9400d31-bd56-4dc0-af8f-a34e09f1e7b9] Socket close event received\n2025-07-19 21:38:52.033 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52145 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:39:52.010 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:39:52.012 [info] [command][25283260-f586-4cd1-a961-8e4ba4566841] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""25283260-f586-4cd1-a961-8e4ba4566841""}\n2025-07-19 21:39:52.013 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][10b2be0d-26ec-4f0f-a0d8-6ddfd3c2d2b1] received connection request\n2025-07-19 21:39:52.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:39:52.047 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][10b2be0d-26ec-4f0f-a0d8-6ddfd3c2d2b1] socks forwarding established\n2025-07-19 21:39:52.092 [info] [command][25283260-f586-4cd1-a961-8e4ba4566841] Process exited with code 0\n2025-07-19 21:39:52.092 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][10b2be0d-26ec-4f0f-a0d8-6ddfd3c2d2b1] socks connection closed\n2025-07-19 21:39:52.093 [info] [command][25283260-f586-4cd1-a961-8e4ba4566841] Socket close event received\n2025-07-19 21:39:52.121 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52175 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:40:52.094 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:40:52.096 [info] [command][4a355a86-50fa-4475-a5e3-ad783085b590] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4a355a86-50fa-4475-a5e3-ad783085b590""}\n2025-07-19 21:40:52.097 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][85124a97-3ced-402f-999d-d4998b5575db] received connection request\n2025-07-19 21:40:52.098 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:40:52.133 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][85124a97-3ced-402f-999d-d4998b5575db] socks forwarding established\n2025-07-19 21:40:52.177 [info] [command][4a355a86-50fa-4475-a5e3-ad783085b590] Process exited with code 0\n2025-07-19 21:40:52.177 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][85124a97-3ced-402f-999d-d4998b5575db] socks connection closed\n2025-07-19 21:40:52.177 [info] [command][4a355a86-50fa-4475-a5e3-ad783085b590] Socket close event received\n2025-07-19 21:40:52.208 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52199 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:41:52.184 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:41:52.186 [info] [command][22171a55-8421-4caf-92f6-ecc290198db6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""22171a55-8421-4caf-92f6-ecc290198db6""}\n2025-07-19 21:41:52.188 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1c82851e-6c2e-4824-af33-7cc038635aef] received connection request\n2025-07-19 21:41:52.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:41:52.226 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1c82851e-6c2e-4824-af33-7cc038635aef] socks forwarding established\n2025-07-19 21:41:52.278 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1c82851e-6c2e-4824-af33-7cc038635aef] socks connection closed\n2025-07-19 21:41:52.279 [info] [command][22171a55-8421-4caf-92f6-ecc290198db6] Process exited with code 0\n2025-07-19 21:41:52.279 [info] [command][22171a55-8421-4caf-92f6-ecc290198db6] Socket close event received\n2025-07-19 21:41:52.308 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52244 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:42:52.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:42:52.280 [info] [command][521a1c46-e610-41fa-b06b-ba1d281f42a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""521a1c46-e610-41fa-b06b-ba1d281f42a4""}\n2025-07-19 21:42:52.280 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][08aa6186-be58-4b18-a5e2-75fcf289055d] received connection request\n2025-07-19 21:42:52.281 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:42:52.315 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][08aa6186-be58-4b18-a5e2-75fcf289055d] socks forwarding established\n2025-07-19 21:42:52.361 [info] [command][521a1c46-e610-41fa-b06b-ba1d281f42a4] Process exited with code 0\n2025-07-19 21:42:52.361 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][08aa6186-be58-4b18-a5e2-75fcf289055d] socks connection closed\n2025-07-19 21:42:52.361 [info] [command][521a1c46-e610-41fa-b06b-ba1d281f42a4] Socket close event received\n2025-07-19 21:42:52.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52268 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:43:52.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:43:52.373 [info] [command][349a02af-0cb5-4343-a82d-3f1b0b1d2f09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""349a02af-0cb5-4343-a82d-3f1b0b1d2f09""}\n2025-07-19 21:43:52.374 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7fafa43b-0a78-444f-acfc-1d12b1f10266] received connection request\n2025-07-19 21:43:52.375 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:43:52.409 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7fafa43b-0a78-444f-acfc-1d12b1f10266] socks forwarding established\n2025-07-19 21:43:52.454 [info] [command][349a02af-0cb5-4343-a82d-3f1b0b1d2f09] Process exited with code 0\n2025-07-19 21:43:52.454 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7fafa43b-0a78-444f-acfc-1d12b1f10266] socks connection closed\n2025-07-19 21:43:52.454 [info] [command][349a02af-0cb5-4343-a82d-3f1b0b1d2f09] Socket close event received\n2025-07-19 21:43:52.484 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52287 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:44:52.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:44:52.465 [info] [command][4f8f5591-66c7-459e-821a-a3432de263c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4f8f5591-66c7-459e-821a-a3432de263c2""}\n2025-07-19 21:44:52.466 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c46bb33b-42ae-4388-be87-6a864799dfef] received connection request\n2025-07-19 21:44:52.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 21:44:52.467 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:44:52.505 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c46bb33b-42ae-4388-be87-6a864799dfef] socks forwarding established\n2025-07-19 21:44:52.551 [info] [command][4f8f5591-66c7-459e-821a-a3432de263c2] Process exited with code 0\n2025-07-19 21:44:52.551 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c46bb33b-42ae-4388-be87-6a864799dfef] socks connection closed\n2025-07-19 21:44:52.551 [info] [command][4f8f5591-66c7-459e-821a-a3432de263c2] Socket close event received\n2025-07-19 21:44:52.580 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52317 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:45:52.558 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:45:52.560 [info] [command][ea927977-c9fb-48c2-aaf9-40c352500219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ea927977-c9fb-48c2-aaf9-40c352500219""}\n2025-07-19 21:45:52.561 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][80c45870-b12b-4e5a-88bb-4d9a038c856f] received connection request\n2025-07-19 21:45:52.561 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:45:52.597 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80c45870-b12b-4e5a-88bb-4d9a038c856f] socks forwarding established\n2025-07-19 21:45:52.643 [info] [command][ea927977-c9fb-48c2-aaf9-40c352500219] Process exited with code 0\n2025-07-19 21:45:52.643 [info] [command][ea927977-c9fb-48c2-aaf9-40c352500219] Socket close event received\n2025-07-19 21:45:52.644 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][80c45870-b12b-4e5a-88bb-4d9a038c856f] socks connection closed\n2025-07-19 21:45:52.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52335 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:46:52.645 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:46:52.648 [info] [command][5b060fff-430e-41b3-be6e-6ff66a3cc62b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5b060fff-430e-41b3-be6e-6ff66a3cc62b""}\n2025-07-19 21:46:52.649 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3baaafa4-1bfb-4f27-bdd8-f6065ddc8f39] received connection request\n2025-07-19 21:46:52.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:46:52.681 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3baaafa4-1bfb-4f27-bdd8-f6065ddc8f39] socks forwarding established\n2025-07-19 21:46:52.724 [info] [command][5b060fff-430e-41b3-be6e-6ff66a3cc62b] Process exited with code 0\n2025-07-19 21:46:52.724 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3baaafa4-1bfb-4f27-bdd8-f6065ddc8f39] socks connection closed\n2025-07-19 21:46:52.724 [info] [command][5b060fff-430e-41b3-be6e-6ff66a3cc62b] Socket close event received\n2025-07-19 21:46:52.758 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52381 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:47:52.727 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:47:52.729 [info] [command][333793ca-7ed3-4a4f-b93b-6166c980b01f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""333793ca-7ed3-4a4f-b93b-6166c980b01f""}\n2025-07-19 21:47:52.730 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3220297d-4a73-47bb-a5a5-90cc1b99f144] received connection request\n2025-07-19 21:47:52.731 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:47:52.767 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3220297d-4a73-47bb-a5a5-90cc1b99f144] socks forwarding established\n2025-07-19 21:47:52.812 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3220297d-4a73-47bb-a5a5-90cc1b99f144] socks connection closed\n2025-07-19 21:47:52.812 [info] [command][333793ca-7ed3-4a4f-b93b-6166c980b01f] Process exited with code 0\n2025-07-19 21:47:52.812 [info] [command][333793ca-7ed3-4a4f-b93b-6166c980b01f] Socket close event received\n2025-07-19 21:47:52.843 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52401 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:48:52.818 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:48:52.820 [info] [command][6f2edcca-ad6d-46d2-ac90-90abb67fbe64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6f2edcca-ad6d-46d2-ac90-90abb67fbe64""}\n2025-07-19 21:48:52.821 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][23141f32-f160-4c27-8205-79266f3b71e5] received connection request\n2025-07-19 21:48:52.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:48:52.853 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][23141f32-f160-4c27-8205-79266f3b71e5] socks forwarding established\n2025-07-19 21:48:52.899 [info] [command][6f2edcca-ad6d-46d2-ac90-90abb67fbe64] Process exited with code 0\n2025-07-19 21:48:52.899 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][23141f32-f160-4c27-8205-79266f3b71e5] socks connection closed\n2025-07-19 21:48:52.899 [info] [command][6f2edcca-ad6d-46d2-ac90-90abb67fbe64] Socket close event received\n2025-07-19 21:48:52.929 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52422 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:49:52.902 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:49:52.904 [info] [command][240c56d5-fcd3-4483-9801-fa869daaf244] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""240c56d5-fcd3-4483-9801-fa869daaf244""}\n2025-07-19 21:49:52.905 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c9c75309-bb96-4f5a-bc93-b78b37128e8e] received connection request\n2025-07-19 21:49:52.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:49:52.938 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c9c75309-bb96-4f5a-bc93-b78b37128e8e] socks forwarding established\n2025-07-19 21:49:52.981 [info] [command][240c56d5-fcd3-4483-9801-fa869daaf244] Process exited with code 0\n2025-07-19 21:49:52.981 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c9c75309-bb96-4f5a-bc93-b78b37128e8e] socks connection closed\n2025-07-19 21:49:52.982 [info] [command][240c56d5-fcd3-4483-9801-fa869daaf244] Socket close event received\n2025-07-19 21:49:53.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52457 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:50:52.980 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:50:52.982 [info] [command][fb74196b-b9aa-4f66-ba8e-814594681d32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fb74196b-b9aa-4f66-ba8e-814594681d32""}\n2025-07-19 21:50:52.983 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9acdc3cc-1ad1-4a91-bfce-6e413b8e9eb4] received connection request\n2025-07-19 21:50:52.984 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:50:53.014 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9acdc3cc-1ad1-4a91-bfce-6e413b8e9eb4] socks forwarding established\n2025-07-19 21:50:53.059 [info] [command][fb74196b-b9aa-4f66-ba8e-814594681d32] Process exited with code 0\n2025-07-19 21:50:53.060 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9acdc3cc-1ad1-4a91-bfce-6e413b8e9eb4] socks connection closed\n2025-07-19 21:50:53.060 [info] [command][fb74196b-b9aa-4f66-ba8e-814594681d32] Socket close event received\n2025-07-19 21:50:53.091 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52474 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:51:53.068 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:51:53.071 [info] [command][8f92d9c9-20d2-4e56-9ffd-6899e0de806c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8f92d9c9-20d2-4e56-9ffd-6899e0de806c""}\n2025-07-19 21:51:53.072 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3b7dbb9d-624a-4ec1-af62-54abe4fef0ba] received connection request\n2025-07-19 21:51:53.072 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:51:53.106 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3b7dbb9d-624a-4ec1-af62-54abe4fef0ba] socks forwarding established\n2025-07-19 21:51:53.149 [info] [command][8f92d9c9-20d2-4e56-9ffd-6899e0de806c] Process exited with code 0\n2025-07-19 21:51:53.149 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3b7dbb9d-624a-4ec1-af62-54abe4fef0ba] socks connection closed\n2025-07-19 21:51:53.149 [info] [command][8f92d9c9-20d2-4e56-9ffd-6899e0de806c] Socket close event received\n2025-07-19 21:51:53.178 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52520 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:52:53.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:52:53.153 [info] [command][a83ee751-87a5-4f3d-8b7b-054f53352f70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a83ee751-87a5-4f3d-8b7b-054f53352f70""}\n2025-07-19 21:52:53.154 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f6afab1f-81eb-4c44-97e7-80917dd548d5] received connection request\n2025-07-19 21:52:53.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:52:53.185 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f6afab1f-81eb-4c44-97e7-80917dd548d5] socks forwarding established\n2025-07-19 21:52:53.230 [info] [command][a83ee751-87a5-4f3d-8b7b-054f53352f70] Process exited with code 0\n2025-07-19 21:52:53.230 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f6afab1f-81eb-4c44-97e7-80917dd548d5] socks connection closed\n2025-07-19 21:52:53.231 [info] [command][a83ee751-87a5-4f3d-8b7b-054f53352f70] Socket close event received\n2025-07-19 21:52:53.263 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52539 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:53:53.240 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:53:53.242 [info] [command][5c19e32c-780f-4057-99b7-c014d31d1a70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5c19e32c-780f-4057-99b7-c014d31d1a70""}\n2025-07-19 21:53:53.243 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9532260e-b3c2-4a74-bfaa-883b2be2c541] received connection request\n2025-07-19 21:53:53.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:53:53.278 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9532260e-b3c2-4a74-bfaa-883b2be2c541] socks forwarding established\n2025-07-19 21:53:53.324 [info] [command][5c19e32c-780f-4057-99b7-c014d31d1a70] Process exited with code 0\n2025-07-19 21:53:53.325 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9532260e-b3c2-4a74-bfaa-883b2be2c541] socks connection closed\n2025-07-19 21:53:53.325 [info] [command][5c19e32c-780f-4057-99b7-c014d31d1a70] Socket close event received\n2025-07-19 21:53:53.355 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52561 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:54:53.335 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:54:53.337 [info] [command][d7e57cfe-168e-46dd-92d7-07d4bec99b93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d7e57cfe-168e-46dd-92d7-07d4bec99b93""}\n2025-07-19 21:54:53.338 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][308147df-68e1-4186-964d-ddf717d8c5a5] received connection request\n2025-07-19 21:54:53.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:54:53.377 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][308147df-68e1-4186-964d-ddf717d8c5a5] socks forwarding established\n2025-07-19 21:54:53.418 [info] [command][d7e57cfe-168e-46dd-92d7-07d4bec99b93] Process exited with code 0\n2025-07-19 21:54:53.418 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][308147df-68e1-4186-964d-ddf717d8c5a5] socks connection closed\n2025-07-19 21:54:53.418 [info] [command][d7e57cfe-168e-46dd-92d7-07d4bec99b93] Socket close event received\n2025-07-19 21:54:53.448 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52593 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:55:53.419 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:55:53.421 [info] [command][e38da427-4dc2-4333-9f23-2cf92bf21b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e38da427-4dc2-4333-9f23-2cf92bf21b6a""}\n2025-07-19 21:55:53.421 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8b46be21-03db-4eda-8af6-f2add2556af4] received connection request\n2025-07-19 21:55:53.422 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:55:53.459 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8b46be21-03db-4eda-8af6-f2add2556af4] socks forwarding established\n2025-07-19 21:55:53.504 [info] [command][e38da427-4dc2-4333-9f23-2cf92bf21b6a] Process exited with code 0\n2025-07-19 21:55:53.504 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8b46be21-03db-4eda-8af6-f2add2556af4] socks connection closed\n2025-07-19 21:55:53.504 [info] [command][e38da427-4dc2-4333-9f23-2cf92bf21b6a] Socket close event received\n2025-07-19 21:55:53.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52614 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:56:53.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:56:53.508 [info] [command][9298d3e6-3c5b-4fb4-8e57-dbb5ad816be8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9298d3e6-3c5b-4fb4-8e57-dbb5ad816be8""}\n2025-07-19 21:56:53.509 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][938b796b-4472-4055-b8e9-2c2f152079e8] received connection request\n2025-07-19 21:56:53.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:56:53.547 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][938b796b-4472-4055-b8e9-2c2f152079e8] socks forwarding established\n2025-07-19 21:56:53.595 [info] [command][9298d3e6-3c5b-4fb4-8e57-dbb5ad816be8] Process exited with code 0\n2025-07-19 21:56:53.595 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][938b796b-4472-4055-b8e9-2c2f152079e8] socks connection closed\n2025-07-19 21:56:53.595 [info] [command][9298d3e6-3c5b-4fb4-8e57-dbb5ad816be8] Socket close event received\n2025-07-19 21:56:53.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52658 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:57:53.605 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:57:53.607 [info] [command][ee0a9839-4c05-45ab-ac2b-7af330e7e744] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ee0a9839-4c05-45ab-ac2b-7af330e7e744""}\n2025-07-19 21:57:53.607 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][49165c26-e7d3-4ed7-b4bf-9f04e8f76c69] received connection request\n2025-07-19 21:57:53.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:57:53.638 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][49165c26-e7d3-4ed7-b4bf-9f04e8f76c69] socks forwarding established\n2025-07-19 21:57:53.682 [info] [command][ee0a9839-4c05-45ab-ac2b-7af330e7e744] Process exited with code 0\n2025-07-19 21:57:53.682 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][49165c26-e7d3-4ed7-b4bf-9f04e8f76c69] socks connection closed\n2025-07-19 21:57:53.682 [info] [command][ee0a9839-4c05-45ab-ac2b-7af330e7e744] Socket close event received\n2025-07-19 21:57:53.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52680 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:58:53.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:58:53.686 [info] [command][d6a25065-f89d-4dc9-99bc-1250270afa19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d6a25065-f89d-4dc9-99bc-1250270afa19""}\n2025-07-19 21:58:53.686 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a1db93f5-45be-44ef-b682-e102c8ebaa35] received connection request\n2025-07-19 21:58:53.687 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:58:53.722 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a1db93f5-45be-44ef-b682-e102c8ebaa35] socks forwarding established\n2025-07-19 21:58:53.767 [info] [command][d6a25065-f89d-4dc9-99bc-1250270afa19] Process exited with code 0\n2025-07-19 21:58:53.768 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a1db93f5-45be-44ef-b682-e102c8ebaa35] socks connection closed\n2025-07-19 21:58:53.768 [info] [command][d6a25065-f89d-4dc9-99bc-1250270afa19] Socket close event received\n2025-07-19 21:58:53.798 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52702 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 21:59:53.777 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 21:59:53.780 [info] [command][c0b6639d-3d2a-4f9f-a13f-f7efe62e0284] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c0b6639d-3d2a-4f9f-a13f-f7efe62e0284""}\n2025-07-19 21:59:53.780 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][be004c7f-b345-46b5-83d2-3b85dcd9e21a] received connection request\n2025-07-19 21:59:53.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 21:59:53.821 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][be004c7f-b345-46b5-83d2-3b85dcd9e21a] socks forwarding established\n2025-07-19 21:59:53.867 [info] [command][c0b6639d-3d2a-4f9f-a13f-f7efe62e0284] Process exited with code 0\n2025-07-19 21:59:53.867 [info] [command][c0b6639d-3d2a-4f9f-a13f-f7efe62e0284] Socket close event received\n2025-07-19 21:59:53.868 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][be004c7f-b345-46b5-83d2-3b85dcd9e21a] socks connection closed\n2025-07-19 21:59:53.897 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52734 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:00:53.878 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:00:53.879 [info] [command][9987675a-0d99-4672-b789-d20f685dc9d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9987675a-0d99-4672-b789-d20f685dc9d9""}\n2025-07-19 22:00:53.880 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a1a39d07-23a8-4b5c-b18f-d97f707fbf0b] received connection request\n2025-07-19 22:00:53.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:00:53.921 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a1a39d07-23a8-4b5c-b18f-d97f707fbf0b] socks forwarding established\n2025-07-19 22:00:53.965 [info] [command][9987675a-0d99-4672-b789-d20f685dc9d9] Process exited with code 0\n2025-07-19 22:00:53.966 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a1a39d07-23a8-4b5c-b18f-d97f707fbf0b] socks connection closed\n2025-07-19 22:00:53.966 [info] [command][9987675a-0d99-4672-b789-d20f685dc9d9] Socket close event received\n2025-07-19 22:00:53.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52753 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:01:53.971 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:01:53.973 [info] [command][38b2dc97-1894-416e-ae0f-c7ec7f040890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""38b2dc97-1894-416e-ae0f-c7ec7f040890""}\n2025-07-19 22:01:53.974 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d640c5c3-6596-40ca-8140-ee270cb52289] received connection request\n2025-07-19 22:01:53.975 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:01:54.012 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d640c5c3-6596-40ca-8140-ee270cb52289] socks forwarding established\n2025-07-19 22:01:54.056 [info] [command][38b2dc97-1894-416e-ae0f-c7ec7f040890] Process exited with code 0\n2025-07-19 22:01:54.056 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d640c5c3-6596-40ca-8140-ee270cb52289] socks connection closed\n2025-07-19 22:01:54.056 [info] [command][38b2dc97-1894-416e-ae0f-c7ec7f040890] Socket close event received\n2025-07-19 22:01:54.087 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52797 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:02:54.060 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:02:54.062 [info] [command][f28b29ed-16bd-4b72-947d-310de84c8263] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f28b29ed-16bd-4b72-947d-310de84c8263""}\n2025-07-19 22:02:54.063 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e52c7211-f315-4791-9f17-dd496db28458] received connection request\n2025-07-19 22:02:54.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:02:54.101 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e52c7211-f315-4791-9f17-dd496db28458] socks forwarding established\n2025-07-19 22:02:54.145 [info] [command][f28b29ed-16bd-4b72-947d-310de84c8263] Process exited with code 0\n2025-07-19 22:02:54.145 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e52c7211-f315-4791-9f17-dd496db28458] socks connection closed\n2025-07-19 22:02:54.145 [info] [command][f28b29ed-16bd-4b72-947d-310de84c8263] Socket close event received\n2025-07-19 22:02:54.174 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52824 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:03:54.150 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:03:54.153 [info] [command][26aefe11-a8d7-414c-974b-db92b80b3ee8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""26aefe11-a8d7-414c-974b-db92b80b3ee8""}\n2025-07-19 22:03:54.154 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d04177e9-4a5b-49ea-8e95-eb471e783a8b] received connection request\n2025-07-19 22:03:54.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:03:54.192 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d04177e9-4a5b-49ea-8e95-eb471e783a8b] socks forwarding established\n2025-07-19 22:03:54.238 [info] [command][26aefe11-a8d7-414c-974b-db92b80b3ee8] Process exited with code 0\n2025-07-19 22:03:54.239 [info] [command][26aefe11-a8d7-414c-974b-db92b80b3ee8] Socket close event received\n2025-07-19 22:03:54.239 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d04177e9-4a5b-49ea-8e95-eb471e783a8b] socks connection closed\n2025-07-19 22:03:54.271 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52845 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:04:54.242 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:04:54.244 [info] [command][a33de2de-82ba-463e-958e-7a02360918dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a33de2de-82ba-463e-958e-7a02360918dc""}\n2025-07-19 22:04:54.245 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6e52f7b0-d8bf-44a9-be88-816a979b34ff] received connection request\n2025-07-19 22:04:54.246 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:04:54.289 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6e52f7b0-d8bf-44a9-be88-816a979b34ff] socks forwarding established\n2025-07-19 22:04:54.328 [info] [command][a33de2de-82ba-463e-958e-7a02360918dc] Process exited with code 0\n2025-07-19 22:04:54.328 [info] [command][a33de2de-82ba-463e-958e-7a02360918dc] Socket close event received\n2025-07-19 22:04:54.330 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6e52f7b0-d8bf-44a9-be88-816a979b34ff] socks connection closed\n2025-07-19 22:04:54.360 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52882 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:05:54.337 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:05:54.338 [info] [command][fe8e0967-5e51-42d4-aa75-1ac929b7c3dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fe8e0967-5e51-42d4-aa75-1ac929b7c3dc""}\n2025-07-19 22:05:54.339 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][33817864-7acc-4f1a-a83f-62e2eb6c11b2] received connection request\n2025-07-19 22:05:54.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:05:54.376 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][33817864-7acc-4f1a-a83f-62e2eb6c11b2] socks forwarding established\n2025-07-19 22:05:54.422 [info] [command][fe8e0967-5e51-42d4-aa75-1ac929b7c3dc] Process exited with code 0\n2025-07-19 22:05:54.422 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][33817864-7acc-4f1a-a83f-62e2eb6c11b2] socks connection closed\n2025-07-19 22:05:54.422 [info] [command][fe8e0967-5e51-42d4-aa75-1ac929b7c3dc] Socket close event received\n2025-07-19 22:05:54.453 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52910 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:06:54.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:06:54.435 [info] [command][a79a39df-2a37-47a9-af4b-2cdc07db41f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a79a39df-2a37-47a9-af4b-2cdc07db41f4""}\n2025-07-19 22:06:54.436 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5fd893bd-dd15-4e9b-8a3f-9c7176315cc0] received connection request\n2025-07-19 22:06:54.437 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:06:54.474 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5fd893bd-dd15-4e9b-8a3f-9c7176315cc0] socks forwarding established\n2025-07-19 22:06:54.520 [info] [command][a79a39df-2a37-47a9-af4b-2cdc07db41f4] Process exited with code 0\n2025-07-19 22:06:54.520 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5fd893bd-dd15-4e9b-8a3f-9c7176315cc0] socks connection closed\n2025-07-19 22:06:54.521 [info] [command][a79a39df-2a37-47a9-af4b-2cdc07db41f4] Socket close event received\n2025-07-19 22:06:54.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52956 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:07:54.524 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:07:54.526 [info] [command][80cba4d3-0457-4fbd-a87f-bf92075dd8c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""80cba4d3-0457-4fbd-a87f-bf92075dd8c1""}\n2025-07-19 22:07:54.526 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c46cce16-bad4-42ef-83e0-b9d4c7a01100] received connection request\n2025-07-19 22:07:54.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:07:54.567 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c46cce16-bad4-42ef-83e0-b9d4c7a01100] socks forwarding established\n2025-07-19 22:07:54.617 [info] [command][80cba4d3-0457-4fbd-a87f-bf92075dd8c1] Process exited with code 0\n2025-07-19 22:07:54.617 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c46cce16-bad4-42ef-83e0-b9d4c7a01100] socks connection closed\n2025-07-19 22:07:54.617 [info] [command][80cba4d3-0457-4fbd-a87f-bf92075dd8c1] Socket close event received\n2025-07-19 22:07:54.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52974 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:08:54.627 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:08:54.629 [info] [command][61226982-4e6d-43f4-a9aa-2e774b7ed4ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""61226982-4e6d-43f4-a9aa-2e774b7ed4ba""}\n2025-07-19 22:08:54.629 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][48388e70-e450-4b06-b319-9df3ba63c9d0] received connection request\n2025-07-19 22:08:54.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:08:54.667 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][48388e70-e450-4b06-b319-9df3ba63c9d0] socks forwarding established\n2025-07-19 22:08:54.711 [info] [command][61226982-4e6d-43f4-a9aa-2e774b7ed4ba] Process exited with code 0\n2025-07-19 22:08:54.711 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][48388e70-e450-4b06-b319-9df3ba63c9d0] socks connection closed\n2025-07-19 22:08:54.712 [info] [command][61226982-4e6d-43f4-a9aa-2e774b7ed4ba] Socket close event received\n2025-07-19 22:08:54.741 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 52991 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:09:54.721 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:09:54.723 [info] [command][5611894a-60f0-4c06-8542-bf828a17ae16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5611894a-60f0-4c06-8542-bf828a17ae16""}\n2025-07-19 22:09:54.723 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6140ea55-b58a-4a44-b611-0ccdef50790a] received connection request\n2025-07-19 22:09:54.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:09:54.762 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6140ea55-b58a-4a44-b611-0ccdef50790a] socks forwarding established\n2025-07-19 22:09:54.805 [info] [command][5611894a-60f0-4c06-8542-bf828a17ae16] Process exited with code 0\n2025-07-19 22:09:54.805 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6140ea55-b58a-4a44-b611-0ccdef50790a] socks connection closed\n2025-07-19 22:09:54.805 [info] [command][5611894a-60f0-4c06-8542-bf828a17ae16] Socket close event received\n2025-07-19 22:09:54.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53049 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:10:54.813 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:10:54.815 [info] [command][9949ff49-3100-40bb-977b-d3f58080f8b0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9949ff49-3100-40bb-977b-d3f58080f8b0""}\n2025-07-19 22:10:54.816 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ed0f90a5-8fbb-405e-a06a-c5a47a76f215] received connection request\n2025-07-19 22:10:54.816 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:10:54.846 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed0f90a5-8fbb-405e-a06a-c5a47a76f215] socks forwarding established\n2025-07-19 22:10:54.895 [info] [command][9949ff49-3100-40bb-977b-d3f58080f8b0] Process exited with code 0\n2025-07-19 22:10:54.896 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed0f90a5-8fbb-405e-a06a-c5a47a76f215] socks connection closed\n2025-07-19 22:10:54.896 [info] [command][9949ff49-3100-40bb-977b-d3f58080f8b0] Socket close event received\n2025-07-19 22:10:54.926 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53072 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:11:54.906 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:11:54.908 [info] [command][06993b9d-a2c4-471f-9784-31d8282a704a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""06993b9d-a2c4-471f-9784-31d8282a704a""}\n2025-07-19 22:11:54.909 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d3bee535-f5da-4bf7-8935-e1aac964dfb9] received connection request\n2025-07-19 22:11:54.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:11:54.945 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d3bee535-f5da-4bf7-8935-e1aac964dfb9] socks forwarding established\n2025-07-19 22:11:54.992 [info] [command][06993b9d-a2c4-471f-9784-31d8282a704a] Process exited with code 0\n2025-07-19 22:11:54.992 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d3bee535-f5da-4bf7-8935-e1aac964dfb9] socks connection closed\n2025-07-19 22:11:54.993 [info] [command][06993b9d-a2c4-471f-9784-31d8282a704a] Socket close event received\n2025-07-19 22:11:55.023 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53118 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:12:54.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:12:54.997 [info] [command][9a019d65-5787-4612-b215-3cc97821c780] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9a019d65-5787-4612-b215-3cc97821c780""}\n2025-07-19 22:12:54.998 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e7e8e2a2-3c70-416c-9d26-dcba3e1bde68] received connection request\n2025-07-19 22:12:54.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:12:55.034 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e7e8e2a2-3c70-416c-9d26-dcba3e1bde68] socks forwarding established\n2025-07-19 22:12:55.081 [info] [command][9a019d65-5787-4612-b215-3cc97821c780] Process exited with code 0\n2025-07-19 22:12:55.081 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e7e8e2a2-3c70-416c-9d26-dcba3e1bde68] socks connection closed\n2025-07-19 22:12:55.081 [info] [command][9a019d65-5787-4612-b215-3cc97821c780] Socket close event received\n2025-07-19 22:12:55.111 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53138 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:13:55.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:13:55.087 [info] [command][af0dbc9d-454f-4d66-b777-ad32babb12d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""af0dbc9d-454f-4d66-b777-ad32babb12d0""}\n2025-07-19 22:13:55.088 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][015602ee-60f3-4bcd-9e12-6e3b25af2cd5] received connection request\n2025-07-19 22:13:55.088 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:13:55.119 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][015602ee-60f3-4bcd-9e12-6e3b25af2cd5] socks forwarding established\n2025-07-19 22:13:55.165 [info] [command][af0dbc9d-454f-4d66-b777-ad32babb12d0] Process exited with code 0\n2025-07-19 22:13:55.166 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][015602ee-60f3-4bcd-9e12-6e3b25af2cd5] socks connection closed\n2025-07-19 22:13:55.166 [info] [command][af0dbc9d-454f-4d66-b777-ad32babb12d0] Socket close event received\n2025-07-19 22:13:55.197 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53156 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:14:55.176 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:14:55.178 [info] [command][29cbc9b6-9ac3-44b9-8915-8c0da5ed472f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""29cbc9b6-9ac3-44b9-8915-8c0da5ed472f""}\n2025-07-19 22:14:55.179 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f6030324-9695-43d6-8a44-8cd88c8f6b9e] received connection request\n2025-07-19 22:14:55.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:14:55.211 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f6030324-9695-43d6-8a44-8cd88c8f6b9e] socks forwarding established\n2025-07-19 22:14:55.257 [info] [command][29cbc9b6-9ac3-44b9-8915-8c0da5ed472f] Process exited with code 0\n2025-07-19 22:14:55.258 [info] [command][29cbc9b6-9ac3-44b9-8915-8c0da5ed472f] Socket close event received\n2025-07-19 22:14:55.259 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f6030324-9695-43d6-8a44-8cd88c8f6b9e] socks connection closed\n2025-07-19 22:14:55.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53189 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:15:55.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:15:55.270 [info] [command][2b0e694b-4122-4afa-9343-cb6394dbb15d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2b0e694b-4122-4afa-9343-cb6394dbb15d""}\n2025-07-19 22:15:55.270 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e83144e5-13f5-42f4-9a68-f9abdd84d695] received connection request\n2025-07-19 22:15:55.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:15:55.302 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e83144e5-13f5-42f4-9a68-f9abdd84d695] socks forwarding established\n2025-07-19 22:15:55.346 [info] [command][2b0e694b-4122-4afa-9343-cb6394dbb15d] Process exited with code 0\n2025-07-19 22:15:55.346 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e83144e5-13f5-42f4-9a68-f9abdd84d695] socks connection closed\n2025-07-19 22:15:55.346 [info] [command][2b0e694b-4122-4afa-9343-cb6394dbb15d] Socket close event received\n2025-07-19 22:15:55.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53209 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:16:55.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:16:55.356 [info] [command][697bf693-65cd-4e80-b13b-d22567dc1f23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""697bf693-65cd-4e80-b13b-d22567dc1f23""}\n2025-07-19 22:16:55.357 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][840857c9-015e-408d-b8d6-c4e0c5dc9594] received connection request\n2025-07-19 22:16:55.358 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:16:55.391 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][840857c9-015e-408d-b8d6-c4e0c5dc9594] socks forwarding established\n2025-07-19 22:16:55.436 [info] [command][697bf693-65cd-4e80-b13b-d22567dc1f23] Process exited with code 0\n2025-07-19 22:16:55.436 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][840857c9-015e-408d-b8d6-c4e0c5dc9594] socks connection closed\n2025-07-19 22:16:55.436 [info] [command][697bf693-65cd-4e80-b13b-d22567dc1f23] Socket close event received\n2025-07-19 22:16:55.465 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53261 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:17:55.446 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:17:55.448 [info] [command][7b311284-eb21-4ac9-a1ea-29aa2e9c4fd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7b311284-eb21-4ac9-a1ea-29aa2e9c4fd0""}\n2025-07-19 22:17:55.449 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7d0c6537-f05e-4d00-9750-51ec24e22ad2] received connection request\n2025-07-19 22:17:55.450 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:17:55.483 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7d0c6537-f05e-4d00-9750-51ec24e22ad2] socks forwarding established\n2025-07-19 22:17:55.536 [info] [command][7b311284-eb21-4ac9-a1ea-29aa2e9c4fd0] Process exited with code 0\n2025-07-19 22:17:55.536 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7d0c6537-f05e-4d00-9750-51ec24e22ad2] socks connection closed\n2025-07-19 22:17:55.536 [info] [command][7b311284-eb21-4ac9-a1ea-29aa2e9c4fd0] Socket close event received\n2025-07-19 22:17:55.572 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53279 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:18:55.536 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:18:55.538 [info] [command][2ed0dd0c-8486-4abd-9be0-9c00279a7a20] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2ed0dd0c-8486-4abd-9be0-9c00279a7a20""}\n2025-07-19 22:18:55.539 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a5c57068-6d85-48ae-baaa-ea81a4c59dc3] received connection request\n2025-07-19 22:18:55.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:18:55.578 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a5c57068-6d85-48ae-baaa-ea81a4c59dc3] socks forwarding established\n2025-07-19 22:18:55.621 [info] [command][2ed0dd0c-8486-4abd-9be0-9c00279a7a20] Process exited with code 0\n2025-07-19 22:18:55.622 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a5c57068-6d85-48ae-baaa-ea81a4c59dc3] socks connection closed\n2025-07-19 22:18:55.622 [info] [command][2ed0dd0c-8486-4abd-9be0-9c00279a7a20] Socket close event received\n2025-07-19 22:18:55.651 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53297 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:19:55.622 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:19:55.625 [info] [command][e26999f3-5f59-4131-a53d-76ecc5e19d62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e26999f3-5f59-4131-a53d-76ecc5e19d62""}\n2025-07-19 22:19:55.626 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][71345df1-7cd4-4db2-9d52-0285ce8279e1] received connection request\n2025-07-19 22:19:55.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:19:55.662 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][71345df1-7cd4-4db2-9d52-0285ce8279e1] socks forwarding established\n2025-07-19 22:19:55.706 [info] [command][e26999f3-5f59-4131-a53d-76ecc5e19d62] Process exited with code 0\n2025-07-19 22:19:55.707 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][71345df1-7cd4-4db2-9d52-0285ce8279e1] socks connection closed\n2025-07-19 22:19:55.707 [info] [command][e26999f3-5f59-4131-a53d-76ecc5e19d62] Socket close event received\n2025-07-19 22:19:55.739 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53335 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:20:55.716 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:20:55.719 [info] [command][810d7361-1a66-4b33-a550-abb9f05a2766] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""810d7361-1a66-4b33-a550-abb9f05a2766""}\n2025-07-19 22:20:55.719 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][92f1f963-6d2e-420b-be23-2c82afbd1793] received connection request\n2025-07-19 22:20:55.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:20:55.753 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][92f1f963-6d2e-420b-be23-2c82afbd1793] socks forwarding established\n2025-07-19 22:20:55.795 [info] [command][810d7361-1a66-4b33-a550-abb9f05a2766] Process exited with code 0\n2025-07-19 22:20:55.795 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][92f1f963-6d2e-420b-be23-2c82afbd1793] socks connection closed\n2025-07-19 22:20:55.795 [info] [command][810d7361-1a66-4b33-a550-abb9f05a2766] Socket close event received\n2025-07-19 22:20:55.826 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53353 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:21:55.806 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:21:55.808 [info] [command][28f753a7-b89e-48eb-8872-2bb119e8fa74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""28f753a7-b89e-48eb-8872-2bb119e8fa74""}\n2025-07-19 22:21:55.809 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][70c64214-8800-4aba-a4e3-bbe997cc7ee3] received connection request\n2025-07-19 22:21:55.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:21:55.847 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][70c64214-8800-4aba-a4e3-bbe997cc7ee3] socks forwarding established\n2025-07-19 22:21:55.890 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][70c64214-8800-4aba-a4e3-bbe997cc7ee3] socks connection closed\n2025-07-19 22:21:55.890 [info] [command][28f753a7-b89e-48eb-8872-2bb119e8fa74] Process exited with code 0\n2025-07-19 22:21:55.890 [info] [command][28f753a7-b89e-48eb-8872-2bb119e8fa74] Socket close event received\n2025-07-19 22:21:55.920 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53403 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:22:55.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:22:55.892 [info] [command][feb7d1af-572d-4fca-bef7-0194e81d81d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""feb7d1af-572d-4fca-bef7-0194e81d81d4""}\n2025-07-19 22:22:55.892 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f954a0be-7e72-4610-aee7-e14dfc14389a] received connection request\n2025-07-19 22:22:55.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:22:55.929 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f954a0be-7e72-4610-aee7-e14dfc14389a] socks forwarding established\n2025-07-19 22:22:55.973 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f954a0be-7e72-4610-aee7-e14dfc14389a] socks connection closed\n2025-07-19 22:22:55.973 [info] [command][feb7d1af-572d-4fca-bef7-0194e81d81d4] Process exited with code 0\n2025-07-19 22:22:55.973 [info] [command][feb7d1af-572d-4fca-bef7-0194e81d81d4] Socket close event received\n2025-07-19 22:22:56.004 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53424 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:23:55.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:23:55.980 [info] [command][860cf956-0ff3-4106-8a57-aec6b3b2d0c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""860cf956-0ff3-4106-8a57-aec6b3b2d0c9""}\n2025-07-19 22:23:55.981 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][53fcee8d-78da-4a20-aeef-0191f451071c] received connection request\n2025-07-19 22:23:55.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:23:56.019 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][53fcee8d-78da-4a20-aeef-0191f451071c] socks forwarding established\n2025-07-19 22:23:56.063 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][53fcee8d-78da-4a20-aeef-0191f451071c] socks connection closed\n2025-07-19 22:23:56.063 [info] [command][860cf956-0ff3-4106-8a57-aec6b3b2d0c9] Process exited with code 0\n2025-07-19 22:23:56.063 [info] [command][860cf956-0ff3-4106-8a57-aec6b3b2d0c9] Socket close event received\n2025-07-19 22:23:56.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53443 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:24:56.069 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:24:56.072 [info] [command][b3959cba-a5ed-4e63-97c1-26f2e8a953c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b3959cba-a5ed-4e63-97c1-26f2e8a953c3""}\n2025-07-19 22:24:56.072 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9290ba8f-7387-4acc-a1af-968791e8f68c] received connection request\n2025-07-19 22:24:56.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:24:56.108 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9290ba8f-7387-4acc-a1af-968791e8f68c] socks forwarding established\n2025-07-19 22:24:56.148 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9290ba8f-7387-4acc-a1af-968791e8f68c] socks connection closed\n2025-07-19 22:24:56.148 [info] [command][b3959cba-a5ed-4e63-97c1-26f2e8a953c3] Process exited with code 0\n2025-07-19 22:24:56.148 [info] [command][b3959cba-a5ed-4e63-97c1-26f2e8a953c3] Socket close event received\n2025-07-19 22:24:56.178 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53472 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:25:56.159 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:25:56.161 [info] [command][0ffccbe0-2c0e-4222-88d7-59b61b3674b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0ffccbe0-2c0e-4222-88d7-59b61b3674b6""}\n2025-07-19 22:25:56.161 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][bc196202-9f91-40b9-b421-14fdb77e4445] received connection request\n2025-07-19 22:25:56.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:25:56.197 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc196202-9f91-40b9-b421-14fdb77e4445] socks forwarding established\n2025-07-19 22:25:56.242 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][bc196202-9f91-40b9-b421-14fdb77e4445] socks connection closed\n2025-07-19 22:25:56.242 [info] [command][0ffccbe0-2c0e-4222-88d7-59b61b3674b6] Process exited with code 0\n2025-07-19 22:25:56.242 [info] [command][0ffccbe0-2c0e-4222-88d7-59b61b3674b6] Socket close event received\n2025-07-19 22:25:56.271 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53494 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:26:56.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:26:56.253 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5ee82948-3365-43dd-bfcf-cb47a07db861] received connection request\n2025-07-19 22:26:56.253 [info] [command][81dd4e93-f497-400d-a318-395d0ed065eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""81dd4e93-f497-400d-a318-395d0ed065eb""}\n2025-07-19 22:26:56.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 22:26:56.254 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:26:56.285 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5ee82948-3365-43dd-bfcf-cb47a07db861] socks forwarding established\n2025-07-19 22:26:56.330 [info] [command][81dd4e93-f497-400d-a318-395d0ed065eb] Process exited with code 0\n2025-07-19 22:26:56.330 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5ee82948-3365-43dd-bfcf-cb47a07db861] socks connection closed\n2025-07-19 22:26:56.330 [info] [command][81dd4e93-f497-400d-a318-395d0ed065eb] Socket close event received\n2025-07-19 22:26:56.360 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53539 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:27:56.334 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:27:56.336 [info] [command][f0f13e53-74dd-484d-b1e9-e1961795136a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f0f13e53-74dd-484d-b1e9-e1961795136a""}\n2025-07-19 22:27:56.336 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4e4064c3-6428-44f5-9923-4b8622d12c41] received connection request\n2025-07-19 22:27:56.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 22:27:56.336 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:27:56.370 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4e4064c3-6428-44f5-9923-4b8622d12c41] socks forwarding established\n2025-07-19 22:27:56.413 [info] [command][f0f13e53-74dd-484d-b1e9-e1961795136a] Process exited with code 0\n2025-07-19 22:27:56.413 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4e4064c3-6428-44f5-9923-4b8622d12c41] socks connection closed\n2025-07-19 22:27:56.413 [info] [command][f0f13e53-74dd-484d-b1e9-e1961795136a] Socket close event received\n2025-07-19 22:27:56.444 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53561 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:28:56.421 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:28:56.422 [info] [command][240dcdd6-230f-4db1-952a-4a335f6e0d96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""240dcdd6-230f-4db1-952a-4a335f6e0d96""}\n2025-07-19 22:28:56.422 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][18c34c28-755e-43c3-9a15-ada0ecb26140] received connection request\n2025-07-19 22:28:56.423 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:28:56.452 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][18c34c28-755e-43c3-9a15-ada0ecb26140] socks forwarding established\n2025-07-19 22:28:56.495 [info] [command][240dcdd6-230f-4db1-952a-4a335f6e0d96] Process exited with code 0\n2025-07-19 22:28:56.496 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][18c34c28-755e-43c3-9a15-ada0ecb26140] socks connection closed\n2025-07-19 22:28:56.496 [info] [command][240dcdd6-230f-4db1-952a-4a335f6e0d96] Socket close event received\n2025-07-19 22:28:56.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53579 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:29:56.505 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:29:56.506 [info] [command][edb449fc-afcb-406d-b4ec-f84e03d19d87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""edb449fc-afcb-406d-b4ec-f84e03d19d87""}\n2025-07-19 22:29:56.507 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3ccf746d-9152-47bd-8388-b24b30bf1dc0] received connection request\n2025-07-19 22:29:56.507 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:29:56.542 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3ccf746d-9152-47bd-8388-b24b30bf1dc0] socks forwarding established\n2025-07-19 22:29:56.589 [info] [command][edb449fc-afcb-406d-b4ec-f84e03d19d87] Process exited with code 0\n2025-07-19 22:29:56.589 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3ccf746d-9152-47bd-8388-b24b30bf1dc0] socks connection closed\n2025-07-19 22:29:56.589 [info] [command][edb449fc-afcb-406d-b4ec-f84e03d19d87] Socket close event received\n2025-07-19 22:29:56.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53612 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:30:56.594 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:30:56.595 [info] [command][eeff952d-4930-4edf-9899-4fb400183a32] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""eeff952d-4930-4edf-9899-4fb400183a32""}\n2025-07-19 22:30:56.595 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][216fbbc3-89ef-4ef3-a0ba-b85c65f4e881] received connection request\n2025-07-19 22:30:56.596 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:30:56.628 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][216fbbc3-89ef-4ef3-a0ba-b85c65f4e881] socks forwarding established\n2025-07-19 22:30:56.674 [info] [command][eeff952d-4930-4edf-9899-4fb400183a32] Process exited with code 0\n2025-07-19 22:30:56.675 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][216fbbc3-89ef-4ef3-a0ba-b85c65f4e881] socks connection closed\n2025-07-19 22:30:56.675 [info] [command][eeff952d-4930-4edf-9899-4fb400183a32] Socket close event received\n2025-07-19 22:30:56.707 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53631 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:31:56.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:31:56.684 [info] [command][d3cfba0c-ad0d-4c66-ba6b-0a012aa3ae1c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d3cfba0c-ad0d-4c66-ba6b-0a012aa3ae1c""}\n2025-07-19 22:31:56.684 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][41a642f2-a4f2-409c-a445-db3554e43b4d] received connection request\n2025-07-19 22:31:56.684 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:31:56.721 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][41a642f2-a4f2-409c-a445-db3554e43b4d] socks forwarding established\n2025-07-19 22:31:56.767 [info] [command][d3cfba0c-ad0d-4c66-ba6b-0a012aa3ae1c] Process exited with code 0\n2025-07-19 22:31:56.767 [info] [command][d3cfba0c-ad0d-4c66-ba6b-0a012aa3ae1c] Socket close event received\n2025-07-19 22:31:56.768 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][41a642f2-a4f2-409c-a445-db3554e43b4d] socks connection closed\n2025-07-19 22:31:56.800 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53679 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:32:56.776 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:32:56.777 [info] [command][f8732863-375f-4bac-bf06-578b8095a0af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f8732863-375f-4bac-bf06-578b8095a0af""}\n2025-07-19 22:32:56.777 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][615234ef-0a70-468c-8420-0f5abe15ec02] received connection request\n2025-07-19 22:32:56.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:32:56.810 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][615234ef-0a70-468c-8420-0f5abe15ec02] socks forwarding established\n2025-07-19 22:32:56.854 [info] [command][f8732863-375f-4bac-bf06-578b8095a0af] Process exited with code 0\n2025-07-19 22:32:56.855 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][615234ef-0a70-468c-8420-0f5abe15ec02] socks connection closed\n2025-07-19 22:32:56.855 [info] [command][f8732863-375f-4bac-bf06-578b8095a0af] Socket close event received\n2025-07-19 22:32:56.885 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53700 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:33:56.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:33:56.856 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c8f1fa5d-ac1c-4dc7-bcd6-331dfe774e5a] received connection request\n2025-07-19 22:33:56.856 [info] [command][16dd0746-5928-4265-8362-e5ab6ec582f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""16dd0746-5928-4265-8362-e5ab6ec582f2""}\n2025-07-19 22:33:56.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:33:56.886 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c8f1fa5d-ac1c-4dc7-bcd6-331dfe774e5a] socks forwarding established\n2025-07-19 22:33:56.934 [info] [command][16dd0746-5928-4265-8362-e5ab6ec582f2] Process exited with code 0\n2025-07-19 22:33:56.934 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c8f1fa5d-ac1c-4dc7-bcd6-331dfe774e5a] socks connection closed\n2025-07-19 22:33:56.934 [info] [command][16dd0746-5928-4265-8362-e5ab6ec582f2] Socket close event received\n2025-07-19 22:33:56.963 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53722 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:34:56.940 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:34:56.941 [info] [command][3e63e4e4-d11d-4a8a-af48-d2e49e0c2954] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3e63e4e4-d11d-4a8a-af48-d2e49e0c2954""}\n2025-07-19 22:34:56.942 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f97fd598-f5ab-4882-a106-b09cadfb6c96] received connection request\n2025-07-19 22:34:56.942 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:34:56.975 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f97fd598-f5ab-4882-a106-b09cadfb6c96] socks forwarding established\n2025-07-19 22:34:57.018 [info] [command][3e63e4e4-d11d-4a8a-af48-d2e49e0c2954] Process exited with code 0\n2025-07-19 22:34:57.019 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f97fd598-f5ab-4882-a106-b09cadfb6c96] socks connection closed\n2025-07-19 22:34:57.019 [info] [command][3e63e4e4-d11d-4a8a-af48-d2e49e0c2954] Socket close event received\n2025-07-19 22:34:57.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53753 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:35:57.028 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:35:57.029 [info] [command][f2874263-0e31-42e3-a1a9-d9cb02a9f99d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f2874263-0e31-42e3-a1a9-d9cb02a9f99d""}\n2025-07-19 22:35:57.030 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][201e7c17-87e3-442a-b4e7-49e355ee82b9] received connection request\n2025-07-19 22:35:57.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:35:57.070 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][201e7c17-87e3-442a-b4e7-49e355ee82b9] socks forwarding established\n2025-07-19 22:35:57.117 [info] [command][f2874263-0e31-42e3-a1a9-d9cb02a9f99d] Process exited with code 0\n2025-07-19 22:35:57.117 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][201e7c17-87e3-442a-b4e7-49e355ee82b9] socks connection closed\n2025-07-19 22:35:57.117 [info] [command][f2874263-0e31-42e3-a1a9-d9cb02a9f99d] Socket close event received\n2025-07-19 22:35:57.148 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53772 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:36:57.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:36:57.127 [info] [command][71f6cea1-157a-4462-a136-eae0028d604a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""71f6cea1-157a-4462-a136-eae0028d604a""}\n2025-07-19 22:36:57.128 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f8d6d8ce-dbff-4397-ba40-e7caa8cca2ef] received connection request\n2025-07-19 22:36:57.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:36:57.166 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f8d6d8ce-dbff-4397-ba40-e7caa8cca2ef] socks forwarding established\n2025-07-19 22:36:57.215 [info] [command][71f6cea1-157a-4462-a136-eae0028d604a] Process exited with code 0\n2025-07-19 22:36:57.215 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f8d6d8ce-dbff-4397-ba40-e7caa8cca2ef] socks connection closed\n2025-07-19 22:36:57.215 [info] [command][71f6cea1-157a-4462-a136-eae0028d604a] Socket close event received\n2025-07-19 22:36:57.244 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53817 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:37:57.226 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:37:57.227 [info] [command][e46e9e50-9296-4289-a1f9-b1ef8a1fe79f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e46e9e50-9296-4289-a1f9-b1ef8a1fe79f""}\n2025-07-19 22:37:57.229 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7936a5f6-d677-4911-a0c7-a6fc3275bda7] received connection request\n2025-07-19 22:37:57.229 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:37:57.261 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7936a5f6-d677-4911-a0c7-a6fc3275bda7] socks forwarding established\n2025-07-19 22:37:57.309 [info] [command][e46e9e50-9296-4289-a1f9-b1ef8a1fe79f] Process exited with code 0\n2025-07-19 22:37:57.309 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7936a5f6-d677-4911-a0c7-a6fc3275bda7] socks connection closed\n2025-07-19 22:37:57.309 [info] [command][e46e9e50-9296-4289-a1f9-b1ef8a1fe79f] Socket close event received\n2025-07-19 22:37:57.342 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53840 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:38:57.317 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:38:57.318 [info] [command][5ffa9965-3fde-417a-8695-3f504788cf2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5ffa9965-3fde-417a-8695-3f504788cf2a""}\n2025-07-19 22:38:57.319 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][76db0401-25f7-4063-9c9b-5d96c97f7854] received connection request\n2025-07-19 22:38:57.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:38:57.351 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][76db0401-25f7-4063-9c9b-5d96c97f7854] socks forwarding established\n2025-07-19 22:38:57.395 [info] [command][5ffa9965-3fde-417a-8695-3f504788cf2a] Process exited with code 0\n2025-07-19 22:38:57.396 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][76db0401-25f7-4063-9c9b-5d96c97f7854] socks connection closed\n2025-07-19 22:38:57.396 [info] [command][5ffa9965-3fde-417a-8695-3f504788cf2a] Socket close event received\n2025-07-19 22:38:57.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53858 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:39:57.406 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:39:57.408 [info] [command][614e03ef-8c8e-428e-8cd3-c824631f1fe5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""614e03ef-8c8e-428e-8cd3-c824631f1fe5""}\n2025-07-19 22:39:57.409 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ed33b101-92d3-4618-9cca-bf6856eaee52] received connection request\n2025-07-19 22:39:57.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:39:57.441 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed33b101-92d3-4618-9cca-bf6856eaee52] socks forwarding established\n2025-07-19 22:39:57.486 [info] [command][614e03ef-8c8e-428e-8cd3-c824631f1fe5] Process exited with code 0\n2025-07-19 22:39:57.486 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed33b101-92d3-4618-9cca-bf6856eaee52] socks connection closed\n2025-07-19 22:39:57.487 [info] [command][614e03ef-8c8e-428e-8cd3-c824631f1fe5] Socket close event received\n2025-07-19 22:39:57.517 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53889 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:40:57.488 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:40:57.490 [info] [command][1662365e-35f5-4338-b94c-62a8459fbb99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1662365e-35f5-4338-b94c-62a8459fbb99""}\n2025-07-19 22:40:57.490 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7a167198-b468-4f45-96e6-797efe96fd51] received connection request\n2025-07-19 22:40:57.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:40:57.523 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7a167198-b468-4f45-96e6-797efe96fd51] socks forwarding established\n2025-07-19 22:40:57.566 [info] [command][1662365e-35f5-4338-b94c-62a8459fbb99] Process exited with code 0\n2025-07-19 22:40:57.566 [info] [command][1662365e-35f5-4338-b94c-62a8459fbb99] Socket close event received\n2025-07-19 22:40:57.567 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7a167198-b468-4f45-96e6-797efe96fd51] socks connection closed\n2025-07-19 22:40:57.598 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53909 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:41:57.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:41:57.577 [info] [command][c6e0494a-1c97-4ce7-b9a9-40c641fdb0a5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c6e0494a-1c97-4ce7-b9a9-40c641fdb0a5""}\n2025-07-19 22:41:57.578 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c93ec19f-ebb5-4e7c-9ddb-00757dbdc3fa] received connection request\n2025-07-19 22:41:57.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 22:41:57.578 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:41:57.611 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c93ec19f-ebb5-4e7c-9ddb-00757dbdc3fa] socks forwarding established\n2025-07-19 22:41:57.658 [info] [command][c6e0494a-1c97-4ce7-b9a9-40c641fdb0a5] Process exited with code 0\n2025-07-19 22:41:57.659 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c93ec19f-ebb5-4e7c-9ddb-00757dbdc3fa] socks connection closed\n2025-07-19 22:41:57.659 [info] [command][c6e0494a-1c97-4ce7-b9a9-40c641fdb0a5] Socket close event received\n2025-07-19 22:41:57.693 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53956 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:42:57.664 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:42:57.666 [info] [command][d96ff436-8aaf-43cd-b5c6-e187ee1e6714] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d96ff436-8aaf-43cd-b5c6-e187ee1e6714""}\n2025-07-19 22:42:57.666 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1a7ed36c-cc9a-4b96-a33d-9cfe611657fa] received connection request\n2025-07-19 22:42:57.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:42:57.704 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1a7ed36c-cc9a-4b96-a33d-9cfe611657fa] socks forwarding established\n2025-07-19 22:42:57.749 [info] [command][d96ff436-8aaf-43cd-b5c6-e187ee1e6714] Process exited with code 0\n2025-07-19 22:42:57.750 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1a7ed36c-cc9a-4b96-a33d-9cfe611657fa] socks connection closed\n2025-07-19 22:42:57.750 [info] [command][d96ff436-8aaf-43cd-b5c6-e187ee1e6714] Socket close event received\n2025-07-19 22:42:57.783 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 53995 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:43:57.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:43:57.754 [info] [command][57d3e5cf-4473-4efa-aa8f-bedccf3ea75c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""57d3e5cf-4473-4efa-aa8f-bedccf3ea75c""}\n2025-07-19 22:43:57.755 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][67ab1014-73af-42e2-9f26-f9eee508820d] received connection request\n2025-07-19 22:43:57.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:43:57.787 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][67ab1014-73af-42e2-9f26-f9eee508820d] socks forwarding established\n2025-07-19 22:43:57.832 [info] [command][57d3e5cf-4473-4efa-aa8f-bedccf3ea75c] Process exited with code 0\n2025-07-19 22:43:57.832 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][67ab1014-73af-42e2-9f26-f9eee508820d] socks connection closed\n2025-07-19 22:43:57.832 [info] [command][57d3e5cf-4473-4efa-aa8f-bedccf3ea75c] Socket close event received\n2025-07-19 22:43:57.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54015 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:44:57.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:44:57.838 [info] [command][48c5f2f8-1981-4a1d-a41f-67fb1ae85b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""48c5f2f8-1981-4a1d-a41f-67fb1ae85b66""}\n2025-07-19 22:44:57.839 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][165de6f1-194c-42fd-844d-dcac00554d50] received connection request\n2025-07-19 22:44:57.839 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:44:57.872 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][165de6f1-194c-42fd-844d-dcac00554d50] socks forwarding established\n2025-07-19 22:44:57.918 [info] [command][48c5f2f8-1981-4a1d-a41f-67fb1ae85b66] Process exited with code 0\n2025-07-19 22:44:57.918 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][165de6f1-194c-42fd-844d-dcac00554d50] socks connection closed\n2025-07-19 22:44:57.918 [info] [command][48c5f2f8-1981-4a1d-a41f-67fb1ae85b66] Socket close event received\n2025-07-19 22:44:57.948 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54046 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:45:57.922 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:45:57.925 [info] [command][3f987b45-8256-4420-9322-720beebb9726] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3f987b45-8256-4420-9322-720beebb9726""}\n2025-07-19 22:45:57.926 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][051c602c-8f56-4316-b013-6c520cd488a6] received connection request\n2025-07-19 22:45:57.926 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:45:57.958 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][051c602c-8f56-4316-b013-6c520cd488a6] socks forwarding established\n2025-07-19 22:45:58.003 [info] [command][3f987b45-8256-4420-9322-720beebb9726] Process exited with code 0\n2025-07-19 22:45:58.004 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][051c602c-8f56-4316-b013-6c520cd488a6] socks connection closed\n2025-07-19 22:45:58.004 [info] [command][3f987b45-8256-4420-9322-720beebb9726] Socket close event received\n2025-07-19 22:45:58.033 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54066 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:46:58.004 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:46:58.006 [info] [command][0c2a60ba-218c-442c-aeb9-4ce32365f8f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0c2a60ba-218c-442c-aeb9-4ce32365f8f7""}\n2025-07-19 22:46:58.006 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][da6cef4a-5e9f-4385-9304-bbf79694a851] received connection request\n2025-07-19 22:46:58.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:46:58.040 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][da6cef4a-5e9f-4385-9304-bbf79694a851] socks forwarding established\n2025-07-19 22:46:58.089 [info] [command][0c2a60ba-218c-442c-aeb9-4ce32365f8f7] Process exited with code 0\n2025-07-19 22:46:58.090 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][da6cef4a-5e9f-4385-9304-bbf79694a851] socks connection closed\n2025-07-19 22:46:58.091 [info] [command][0c2a60ba-218c-442c-aeb9-4ce32365f8f7] Socket close event received\n2025-07-19 22:46:58.122 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54112 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:47:58.093 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:47:58.095 [info] [command][d95934ae-341f-4cd6-9ae6-94c415ecda7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d95934ae-341f-4cd6-9ae6-94c415ecda7c""}\n2025-07-19 22:47:58.096 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][fca57406-021f-4755-bd9a-c83db955c057] received connection request\n2025-07-19 22:47:58.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:47:58.128 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fca57406-021f-4755-bd9a-c83db955c057] socks forwarding established\n2025-07-19 22:47:58.169 [info] [command][d95934ae-341f-4cd6-9ae6-94c415ecda7c] Process exited with code 0\n2025-07-19 22:47:58.170 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][fca57406-021f-4755-bd9a-c83db955c057] socks connection closed\n2025-07-19 22:47:58.170 [info] [command][d95934ae-341f-4cd6-9ae6-94c415ecda7c] Socket close event received\n2025-07-19 22:47:58.199 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54132 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:48:58.177 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:48:58.179 [info] [command][83cfd0a6-fc19-4020-8212-ff633d5dff1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""83cfd0a6-fc19-4020-8212-ff633d5dff1f""}\n2025-07-19 22:48:58.180 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][afecb764-0636-4c22-9133-75de679e2523] received connection request\n2025-07-19 22:48:58.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:48:58.215 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afecb764-0636-4c22-9133-75de679e2523] socks forwarding established\n2025-07-19 22:48:58.261 [info] [command][83cfd0a6-fc19-4020-8212-ff633d5dff1f] Process exited with code 0\n2025-07-19 22:48:58.262 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][afecb764-0636-4c22-9133-75de679e2523] socks connection closed\n2025-07-19 22:48:58.262 [info] [command][83cfd0a6-fc19-4020-8212-ff633d5dff1f] Socket close event received\n2025-07-19 22:48:58.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54151 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:49:58.269 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:49:58.270 [info] [command][59e5b84f-b3de-4590-86b3-7e38d9c1cc79] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""59e5b84f-b3de-4590-86b3-7e38d9c1cc79""}\n2025-07-19 22:49:58.271 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4d40ad8b-a531-48b3-bb6c-a55f758a718c] received connection request\n2025-07-19 22:49:58.272 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:49:58.305 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4d40ad8b-a531-48b3-bb6c-a55f758a718c] socks forwarding established\n2025-07-19 22:49:58.351 [info] [command][59e5b84f-b3de-4590-86b3-7e38d9c1cc79] Process exited with code 0\n2025-07-19 22:49:58.351 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4d40ad8b-a531-48b3-bb6c-a55f758a718c] socks connection closed\n2025-07-19 22:49:58.351 [info] [command][59e5b84f-b3de-4590-86b3-7e38d9c1cc79] Socket close event received\n2025-07-19 22:49:58.385 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54189 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:50:58.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:50:58.360 [info] [command][ec64af36-6b15-4fc5-b03e-a740f2d15886] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ec64af36-6b15-4fc5-b03e-a740f2d15886""}\n2025-07-19 22:50:58.361 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][677d29ec-666a-4e0c-875f-55e1a12a67c4] received connection request\n2025-07-19 22:50:58.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:50:58.397 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][677d29ec-666a-4e0c-875f-55e1a12a67c4] socks forwarding established\n2025-07-19 22:50:58.440 [info] [command][ec64af36-6b15-4fc5-b03e-a740f2d15886] Process exited with code 0\n2025-07-19 22:50:58.440 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][677d29ec-666a-4e0c-875f-55e1a12a67c4] socks connection closed\n2025-07-19 22:50:58.440 [info] [command][ec64af36-6b15-4fc5-b03e-a740f2d15886] Socket close event received\n2025-07-19 22:50:58.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54208 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:51:58.442 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:51:58.444 [info] [command][50bf36dd-c9b3-4368-a127-0782b58f6144] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""50bf36dd-c9b3-4368-a127-0782b58f6144""}\n2025-07-19 22:51:58.445 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c935fcdc-c7ac-49e5-a749-8af3a1089c8b] received connection request\n2025-07-19 22:51:58.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:51:58.479 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c935fcdc-c7ac-49e5-a749-8af3a1089c8b] socks forwarding established\n2025-07-19 22:51:58.524 [info] [command][50bf36dd-c9b3-4368-a127-0782b58f6144] Process exited with code 0\n2025-07-19 22:51:58.524 [info] [command][50bf36dd-c9b3-4368-a127-0782b58f6144] Socket close event received\n2025-07-19 22:51:58.525 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c935fcdc-c7ac-49e5-a749-8af3a1089c8b] socks connection closed\n2025-07-19 22:51:58.553 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54278 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:52:58.534 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:52:58.537 [info] [command][2696419f-1f36-4d41-9836-9a0786ef91e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2696419f-1f36-4d41-9836-9a0786ef91e1""}\n2025-07-19 22:52:58.537 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][627bf957-6141-4e45-8092-d775876efa69] received connection request\n2025-07-19 22:52:58.538 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:52:58.576 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][627bf957-6141-4e45-8092-d775876efa69] socks forwarding established\n2025-07-19 22:52:58.614 [info] [command][2696419f-1f36-4d41-9836-9a0786ef91e1] Process exited with code 0\n2025-07-19 22:52:58.615 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][627bf957-6141-4e45-8092-d775876efa69] socks connection closed\n2025-07-19 22:52:58.615 [info] [command][2696419f-1f36-4d41-9836-9a0786ef91e1] Socket close event received\n2025-07-19 22:52:58.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54302 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:53:58.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:53:58.618 [info] [command][10fbf646-1728-4def-9b9a-0e4ec5936162] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""10fbf646-1728-4def-9b9a-0e4ec5936162""}\n2025-07-19 22:53:58.619 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a2d968f8-961b-4fbe-b5cb-3a46c68198a5] received connection request\n2025-07-19 22:53:58.620 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:53:58.655 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a2d968f8-961b-4fbe-b5cb-3a46c68198a5] socks forwarding established\n2025-07-19 22:53:58.701 [info] [command][10fbf646-1728-4def-9b9a-0e4ec5936162] Process exited with code 0\n2025-07-19 22:53:58.701 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a2d968f8-961b-4fbe-b5cb-3a46c68198a5] socks connection closed\n2025-07-19 22:53:58.701 [info] [command][10fbf646-1728-4def-9b9a-0e4ec5936162] Socket close event received\n2025-07-19 22:53:58.732 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54320 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:54:58.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:54:58.708 [info] [command][84075dc0-0539-48a4-8678-05c596acb28a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""84075dc0-0539-48a4-8678-05c596acb28a""}\n2025-07-19 22:54:58.709 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][53daaecc-e6f2-4654-b5c2-0c216a3ff245] received connection request\n2025-07-19 22:54:58.709 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:54:58.743 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][53daaecc-e6f2-4654-b5c2-0c216a3ff245] socks forwarding established\n2025-07-19 22:54:58.789 [info] [command][84075dc0-0539-48a4-8678-05c596acb28a] Process exited with code 0\n2025-07-19 22:54:58.790 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][53daaecc-e6f2-4654-b5c2-0c216a3ff245] socks connection closed\n2025-07-19 22:54:58.790 [info] [command][84075dc0-0539-48a4-8678-05c596acb28a] Socket close event received\n2025-07-19 22:54:58.820 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54350 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:55:58.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:55:58.802 [info] [command][de0f83cb-d125-46a4-bdd0-68446aef8ad1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""de0f83cb-d125-46a4-bdd0-68446aef8ad1""}\n2025-07-19 22:55:58.803 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][67b29432-0a72-468b-aacb-d0883f10d944] received connection request\n2025-07-19 22:55:58.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:55:58.838 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][67b29432-0a72-468b-aacb-d0883f10d944] socks forwarding established\n2025-07-19 22:55:58.883 [info] [command][de0f83cb-d125-46a4-bdd0-68446aef8ad1] Process exited with code 0\n2025-07-19 22:55:58.884 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][67b29432-0a72-468b-aacb-d0883f10d944] socks connection closed\n2025-07-19 22:55:58.884 [info] [command][de0f83cb-d125-46a4-bdd0-68446aef8ad1] Socket close event received\n2025-07-19 22:55:58.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54378 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:56:58.887 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:56:58.890 [info] [command][356e9323-36b6-4dc6-8b1b-c7e0dc7791df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""356e9323-36b6-4dc6-8b1b-c7e0dc7791df""}\n2025-07-19 22:56:58.891 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0b1b761f-d2a8-403b-a3e4-5d4372da7647] received connection request\n2025-07-19 22:56:58.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:56:58.931 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0b1b761f-d2a8-403b-a3e4-5d4372da7647] socks forwarding established\n2025-07-19 22:56:58.978 [info] [command][356e9323-36b6-4dc6-8b1b-c7e0dc7791df] Process exited with code 0\n2025-07-19 22:56:58.978 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0b1b761f-d2a8-403b-a3e4-5d4372da7647] socks connection closed\n2025-07-19 22:56:58.978 [info] [command][356e9323-36b6-4dc6-8b1b-c7e0dc7791df] Socket close event received\n2025-07-19 22:56:59.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54426 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:57:58.985 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:57:58.987 [info] [command][ac967ebf-1cb0-4140-b030-8dfb40ee0668] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ac967ebf-1cb0-4140-b030-8dfb40ee0668""}\n2025-07-19 22:57:58.987 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][50bc098a-0783-4f89-b5f1-f8b1e91dde49] received connection request\n2025-07-19 22:57:58.988 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:57:59.019 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][50bc098a-0783-4f89-b5f1-f8b1e91dde49] socks forwarding established\n2025-07-19 22:57:59.064 [info] [command][ac967ebf-1cb0-4140-b030-8dfb40ee0668] Process exited with code 0\n2025-07-19 22:57:59.064 [info] [command][ac967ebf-1cb0-4140-b030-8dfb40ee0668] Socket close event received\n2025-07-19 22:57:59.065 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][50bc098a-0783-4f89-b5f1-f8b1e91dde49] socks connection closed\n2025-07-19 22:57:59.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54450 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:58:59.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:58:59.076 [info] [command][9d1e1cc3-721c-45ce-9cac-94847b368435] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9d1e1cc3-721c-45ce-9cac-94847b368435""}\n2025-07-19 22:58:59.076 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8297c4c1-e247-44b9-ad6a-08e463228c35] received connection request\n2025-07-19 22:58:59.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:58:59.116 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8297c4c1-e247-44b9-ad6a-08e463228c35] socks forwarding established\n2025-07-19 22:58:59.161 [info] [command][9d1e1cc3-721c-45ce-9cac-94847b368435] Process exited with code 0\n2025-07-19 22:58:59.162 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8297c4c1-e247-44b9-ad6a-08e463228c35] socks connection closed\n2025-07-19 22:58:59.162 [info] [command][9d1e1cc3-721c-45ce-9cac-94847b368435] Socket close event received\n2025-07-19 22:58:59.194 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54471 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 22:59:59.169 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 22:59:59.170 [info] [command][1d86413a-e89b-47ed-b789-573529df8ee9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1d86413a-e89b-47ed-b789-573529df8ee9""}\n2025-07-19 22:59:59.171 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4e046d5c-5d8a-4b93-9206-582ab5e3b67d] received connection request\n2025-07-19 22:59:59.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 22:59:59.206 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4e046d5c-5d8a-4b93-9206-582ab5e3b67d] socks forwarding established\n2025-07-19 22:59:59.251 [info] [command][1d86413a-e89b-47ed-b789-573529df8ee9] Process exited with code 0\n2025-07-19 22:59:59.251 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4e046d5c-5d8a-4b93-9206-582ab5e3b67d] socks connection closed\n2025-07-19 22:59:59.251 [info] [command][1d86413a-e89b-47ed-b789-573529df8ee9] Socket close event received\n2025-07-19 22:59:59.285 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54503 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:00:59.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:00:59.259 [info] [command][fb4ec8e6-120b-4292-bd72-716e225a4653] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fb4ec8e6-120b-4292-bd72-716e225a4653""}\n2025-07-19 23:00:59.259 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][976a403a-7bbb-4691-8f2a-81a3eae9ca0a] received connection request\n2025-07-19 23:00:59.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:00:59.292 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][976a403a-7bbb-4691-8f2a-81a3eae9ca0a] socks forwarding established\n2025-07-19 23:00:59.337 [info] [command][fb4ec8e6-120b-4292-bd72-716e225a4653] Process exited with code 0\n2025-07-19 23:00:59.337 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][976a403a-7bbb-4691-8f2a-81a3eae9ca0a] socks connection closed\n2025-07-19 23:00:59.338 [info] [command][fb4ec8e6-120b-4292-bd72-716e225a4653] Socket close event received\n2025-07-19 23:00:59.367 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54521 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:01:59.347 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:01:59.349 [info] [command][879f7e5e-2ca4-498b-bc98-00ba1019cade] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""879f7e5e-2ca4-498b-bc98-00ba1019cade""}\n2025-07-19 23:01:59.350 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][158b40c9-285d-4b0c-86f6-223a868989e5] received connection request\n2025-07-19 23:01:59.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:01:59.388 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][158b40c9-285d-4b0c-86f6-223a868989e5] socks forwarding established\n2025-07-19 23:01:59.432 [info] [command][879f7e5e-2ca4-498b-bc98-00ba1019cade] Process exited with code 0\n2025-07-19 23:01:59.432 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][158b40c9-285d-4b0c-86f6-223a868989e5] socks connection closed\n2025-07-19 23:01:59.432 [info] [command][879f7e5e-2ca4-498b-bc98-00ba1019cade] Socket close event received\n2025-07-19 23:01:59.462 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54567 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:02:59.441 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:02:59.444 [info] [command][3d4c0429-bbc3-404d-9a2e-c2ce6e185d88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3d4c0429-bbc3-404d-9a2e-c2ce6e185d88""}\n2025-07-19 23:02:59.446 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][231a81b9-f57c-4498-8399-2dbeae4d22f7] received connection request\n2025-07-19 23:02:59.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:02:59.483 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][231a81b9-f57c-4498-8399-2dbeae4d22f7] socks forwarding established\n2025-07-19 23:02:59.527 [info] [command][3d4c0429-bbc3-404d-9a2e-c2ce6e185d88] Process exited with code 0\n2025-07-19 23:02:59.527 [info] [command][3d4c0429-bbc3-404d-9a2e-c2ce6e185d88] Socket close event received\n2025-07-19 23:02:59.528 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][231a81b9-f57c-4498-8399-2dbeae4d22f7] socks connection closed\n2025-07-19 23:02:59.558 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54592 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:03:59.532 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:03:59.534 [info] [command][7501da72-2b96-4f41-9aa4-fdb8615ba558] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7501da72-2b96-4f41-9aa4-fdb8615ba558""}\n2025-07-19 23:03:59.535 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a7e2b0ac-ab4a-41a4-af5f-2ff2e738190e] received connection request\n2025-07-19 23:03:59.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:03:59.575 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a7e2b0ac-ab4a-41a4-af5f-2ff2e738190e] socks forwarding established\n2025-07-19 23:03:59.619 [info] [command][7501da72-2b96-4f41-9aa4-fdb8615ba558] Process exited with code 0\n2025-07-19 23:03:59.619 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a7e2b0ac-ab4a-41a4-af5f-2ff2e738190e] socks connection closed\n2025-07-19 23:03:59.619 [info] [command][7501da72-2b96-4f41-9aa4-fdb8615ba558] Socket close event received\n2025-07-19 23:03:59.648 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54609 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:04:59.628 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:04:59.630 [info] [command][f8310318-d210-4edb-95d4-dc620b9d4454] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f8310318-d210-4edb-95d4-dc620b9d4454""}\n2025-07-19 23:04:59.630 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cf2a0c3e-38cd-42a8-97f4-0b9f680df1ab] received connection request\n2025-07-19 23:04:59.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:04:59.669 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cf2a0c3e-38cd-42a8-97f4-0b9f680df1ab] socks forwarding established\n2025-07-19 23:04:59.712 [info] [command][f8310318-d210-4edb-95d4-dc620b9d4454] Process exited with code 0\n2025-07-19 23:04:59.713 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cf2a0c3e-38cd-42a8-97f4-0b9f680df1ab] socks connection closed\n2025-07-19 23:04:59.713 [info] [command][f8310318-d210-4edb-95d4-dc620b9d4454] Socket close event received\n2025-07-19 23:04:59.744 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54645 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:05:59.715 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:05:59.717 [info] [command][2a3828ea-e485-41fd-8145-941ab2a1f531] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2a3828ea-e485-41fd-8145-941ab2a1f531""}\n2025-07-19 23:05:59.718 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][dbf84ae4-c7de-4870-9381-c7cc8be2ccee] received connection request\n2025-07-19 23:05:59.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:05:59.753 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dbf84ae4-c7de-4870-9381-c7cc8be2ccee] socks forwarding established\n2025-07-19 23:05:59.796 [info] [command][2a3828ea-e485-41fd-8145-941ab2a1f531] Process exited with code 0\n2025-07-19 23:05:59.796 [info] [command][2a3828ea-e485-41fd-8145-941ab2a1f531] Socket close event received\n2025-07-19 23:05:59.797 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dbf84ae4-c7de-4870-9381-c7cc8be2ccee] socks connection closed\n2025-07-19 23:05:59.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54666 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:06:59.797 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:06:59.799 [info] [command][ed6b72cf-b4f5-4b84-977b-6c05d0aeb784] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ed6b72cf-b4f5-4b84-977b-6c05d0aeb784""}\n2025-07-19 23:06:59.799 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][49944548-0e9f-45ea-9337-6c8ee5ba06e1] received connection request\n2025-07-19 23:06:59.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:06:59.835 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][49944548-0e9f-45ea-9337-6c8ee5ba06e1] socks forwarding established\n2025-07-19 23:06:59.879 [info] [command][ed6b72cf-b4f5-4b84-977b-6c05d0aeb784] Process exited with code 0\n2025-07-19 23:06:59.880 [info] [command][ed6b72cf-b4f5-4b84-977b-6c05d0aeb784] Socket close event received\n2025-07-19 23:06:59.881 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][49944548-0e9f-45ea-9337-6c8ee5ba06e1] socks connection closed\n2025-07-19 23:06:59.912 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54713 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:07:59.890 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:07:59.892 [info] [command][29b4fc47-de1f-43d2-bd02-c5a7f13c2416] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""29b4fc47-de1f-43d2-bd02-c5a7f13c2416""}\n2025-07-19 23:07:59.893 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e479b589-31dd-41e3-969f-eb0f5c5934d0] received connection request\n2025-07-19 23:07:59.893 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:07:59.929 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e479b589-31dd-41e3-969f-eb0f5c5934d0] socks forwarding established\n2025-07-19 23:07:59.974 [info] [command][29b4fc47-de1f-43d2-bd02-c5a7f13c2416] Process exited with code 0\n2025-07-19 23:07:59.974 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e479b589-31dd-41e3-969f-eb0f5c5934d0] socks connection closed\n2025-07-19 23:07:59.974 [info] [command][29b4fc47-de1f-43d2-bd02-c5a7f13c2416] Socket close event received\n2025-07-19 23:08:00.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54732 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:08:59.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:08:59.980 [info] [command][20c2ec9d-6814-4187-84d1-edfbce0f8f61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""20c2ec9d-6814-4187-84d1-edfbce0f8f61""}\n2025-07-19 23:08:59.981 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0ddafe1d-fd5c-4c8f-9a42-a116e436a76f] received connection request\n2025-07-19 23:08:59.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:09:00.015 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0ddafe1d-fd5c-4c8f-9a42-a116e436a76f] socks forwarding established\n2025-07-19 23:09:00.065 [info] [command][20c2ec9d-6814-4187-84d1-edfbce0f8f61] Process exited with code 0\n2025-07-19 23:09:00.065 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0ddafe1d-fd5c-4c8f-9a42-a116e436a76f] socks connection closed\n2025-07-19 23:09:00.065 [info] [command][20c2ec9d-6814-4187-84d1-edfbce0f8f61] Socket close event received\n2025-07-19 23:09:00.095 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54750 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:10:00.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:10:00.077 [info] [command][0cfa8140-5559-4b86-9518-0e2f0d9b1db2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0cfa8140-5559-4b86-9518-0e2f0d9b1db2""}\n2025-07-19 23:10:00.077 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3eef7c53-0a97-43f9-bf1a-24224f9f46c3] received connection request\n2025-07-19 23:10:00.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:10:00.114 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3eef7c53-0a97-43f9-bf1a-24224f9f46c3] socks forwarding established\n2025-07-19 23:10:00.157 [info] [command][0cfa8140-5559-4b86-9518-0e2f0d9b1db2] Process exited with code 0\n2025-07-19 23:10:00.158 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3eef7c53-0a97-43f9-bf1a-24224f9f46c3] socks connection closed\n2025-07-19 23:10:00.158 [info] [command][0cfa8140-5559-4b86-9518-0e2f0d9b1db2] Socket close event received\n2025-07-19 23:10:00.188 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54784 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:11:00.160 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:11:00.161 [info] [command][e94ed8bc-84dd-4738-ac11-02c797fad3fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e94ed8bc-84dd-4738-ac11-02c797fad3fa""}\n2025-07-19 23:11:00.162 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d53ce984-aa14-479d-890d-50412e5af933] received connection request\n2025-07-19 23:11:00.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:11:00.192 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d53ce984-aa14-479d-890d-50412e5af933] socks forwarding established\n2025-07-19 23:11:00.239 [info] [command][e94ed8bc-84dd-4738-ac11-02c797fad3fa] Process exited with code 0\n2025-07-19 23:11:00.240 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d53ce984-aa14-479d-890d-50412e5af933] socks connection closed\n2025-07-19 23:11:00.240 [info] [command][e94ed8bc-84dd-4738-ac11-02c797fad3fa] Socket close event received\n2025-07-19 23:11:00.271 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54804 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:12:00.245 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:12:00.248 [info] [command][3d3641c9-510e-45a7-b8f0-e111056eecf3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3d3641c9-510e-45a7-b8f0-e111056eecf3""}\n2025-07-19 23:12:00.248 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9b7bc8d6-7705-46aa-9983-ed69d2aa2fbc] received connection request\n2025-07-19 23:12:00.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:12:00.281 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b7bc8d6-7705-46aa-9983-ed69d2aa2fbc] socks forwarding established\n2025-07-19 23:12:00.326 [info] [command][3d3641c9-510e-45a7-b8f0-e111056eecf3] Process exited with code 0\n2025-07-19 23:12:00.327 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b7bc8d6-7705-46aa-9983-ed69d2aa2fbc] socks connection closed\n2025-07-19 23:12:00.327 [info] [command][3d3641c9-510e-45a7-b8f0-e111056eecf3] Socket close event received\n2025-07-19 23:12:00.358 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54851 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:13:00.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:13:00.339 [info] [command][6c635c78-07b6-4604-b7b7-023f39a5f7df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6c635c78-07b6-4604-b7b7-023f39a5f7df""}\n2025-07-19 23:13:00.339 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0ecdfe13-2741-42a0-9f72-e8e2d8bf9a42] received connection request\n2025-07-19 23:13:00.340 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:13:00.372 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0ecdfe13-2741-42a0-9f72-e8e2d8bf9a42] socks forwarding established\n2025-07-19 23:13:00.415 [info] [command][6c635c78-07b6-4604-b7b7-023f39a5f7df] Process exited with code 0\n2025-07-19 23:13:00.415 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0ecdfe13-2741-42a0-9f72-e8e2d8bf9a42] socks connection closed\n2025-07-19 23:13:00.416 [info] [command][6c635c78-07b6-4604-b7b7-023f39a5f7df] Socket close event received\n2025-07-19 23:13:00.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54872 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:14:00.423 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:14:00.425 [info] [command][4276e366-d7d6-43d9-a8ef-76889c55e3df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""4276e366-d7d6-43d9-a8ef-76889c55e3df""}\n2025-07-19 23:14:00.426 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][099393f7-e90a-45a2-b4a2-6358c4b3115b] received connection request\n2025-07-19 23:14:00.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:14:00.458 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][099393f7-e90a-45a2-b4a2-6358c4b3115b] socks forwarding established\n2025-07-19 23:14:00.505 [info] [command][4276e366-d7d6-43d9-a8ef-76889c55e3df] Process exited with code 0\n2025-07-19 23:14:00.505 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][099393f7-e90a-45a2-b4a2-6358c4b3115b] socks connection closed\n2025-07-19 23:14:00.505 [info] [command][4276e366-d7d6-43d9-a8ef-76889c55e3df] Socket close event received\n2025-07-19 23:14:00.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54893 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:15:00.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:15:00.517 [info] [command][5f4ebb1a-ccd9-4a78-ba8e-e21a176e88e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5f4ebb1a-ccd9-4a78-ba8e-e21a176e88e7""}\n2025-07-19 23:15:00.518 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8806abd7-9250-400f-af3f-56fedb8c2d8e] received connection request\n2025-07-19 23:15:00.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:15:00.553 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8806abd7-9250-400f-af3f-56fedb8c2d8e] socks forwarding established\n2025-07-19 23:15:00.599 [info] [command][5f4ebb1a-ccd9-4a78-ba8e-e21a176e88e7] Process exited with code 0\n2025-07-19 23:15:00.599 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8806abd7-9250-400f-af3f-56fedb8c2d8e] socks connection closed\n2025-07-19 23:15:00.600 [info] [command][5f4ebb1a-ccd9-4a78-ba8e-e21a176e88e7] Socket close event received\n2025-07-19 23:15:00.630 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54924 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:16:00.604 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:16:00.606 [info] [command][d81b3b89-a871-4c67-a73e-97bd865b91e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d81b3b89-a871-4c67-a73e-97bd865b91e1""}\n2025-07-19 23:16:00.606 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][04ce93e5-6903-4354-9909-9fd6d9246f94] received connection request\n2025-07-19 23:16:00.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:16:00.641 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][04ce93e5-6903-4354-9909-9fd6d9246f94] socks forwarding established\n2025-07-19 23:16:00.685 [info] [command][d81b3b89-a871-4c67-a73e-97bd865b91e1] Process exited with code 0\n2025-07-19 23:16:00.685 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][04ce93e5-6903-4354-9909-9fd6d9246f94] socks connection closed\n2025-07-19 23:16:00.686 [info] [command][d81b3b89-a871-4c67-a73e-97bd865b91e1] Socket close event received\n2025-07-19 23:16:00.715 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54947 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:17:00.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:17:00.697 [info] [command][d47d3bba-2eaf-411a-83a8-3846c7b551cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d47d3bba-2eaf-411a-83a8-3846c7b551cf""}\n2025-07-19 23:17:00.698 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c4318440-8d41-4e16-aab2-e03b5f8b30ac] received connection request\n2025-07-19 23:17:00.699 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:17:00.731 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c4318440-8d41-4e16-aab2-e03b5f8b30ac] socks forwarding established\n2025-07-19 23:17:00.783 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c4318440-8d41-4e16-aab2-e03b5f8b30ac] socks connection closed\n2025-07-19 23:17:00.784 [info] [command][d47d3bba-2eaf-411a-83a8-3846c7b551cf] Process exited with code 0\n2025-07-19 23:17:00.784 [info] [command][d47d3bba-2eaf-411a-83a8-3846c7b551cf] Socket close event received\n2025-07-19 23:17:00.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 54995 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:18:00.793 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:18:00.796 [info] [command][7f7a817b-0749-4286-85e0-4ef4bdaab6cc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7f7a817b-0749-4286-85e0-4ef4bdaab6cc""}\n2025-07-19 23:18:00.796 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1bae6832-7f0a-4406-9af4-c7fc132ee515] received connection request\n2025-07-19 23:18:00.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:18:00.833 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1bae6832-7f0a-4406-9af4-c7fc132ee515] socks forwarding established\n2025-07-19 23:18:00.880 [info] [command][7f7a817b-0749-4286-85e0-4ef4bdaab6cc] Process exited with code 0\n2025-07-19 23:18:00.880 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1bae6832-7f0a-4406-9af4-c7fc132ee515] socks connection closed\n2025-07-19 23:18:00.880 [info] [command][7f7a817b-0749-4286-85e0-4ef4bdaab6cc] Socket close event received\n2025-07-19 23:18:00.911 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55015 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:19:00.888 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:19:00.890 [info] [command][d19640f3-6ef3-4eae-9d1f-26015362c716] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d19640f3-6ef3-4eae-9d1f-26015362c716""}\n2025-07-19 23:19:00.891 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][6c12574d-ba0a-481d-8d4e-2a31d98cd121] received connection request\n2025-07-19 23:19:00.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:19:00.931 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6c12574d-ba0a-481d-8d4e-2a31d98cd121] socks forwarding established\n2025-07-19 23:19:00.979 [info] [command][d19640f3-6ef3-4eae-9d1f-26015362c716] Process exited with code 0\n2025-07-19 23:19:00.979 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][6c12574d-ba0a-481d-8d4e-2a31d98cd121] socks connection closed\n2025-07-19 23:19:00.979 [info] [command][d19640f3-6ef3-4eae-9d1f-26015362c716] Socket close event received\n2025-07-19 23:19:01.009 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55033 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:20:00.990 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:20:00.992 [info] [command][cf312114-d648-425e-a2b1-022e775a105b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""cf312114-d648-425e-a2b1-022e775a105b""}\n2025-07-19 23:20:00.993 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][934cb7a2-9fdf-4381-92d6-453689a3169f] received connection request\n2025-07-19 23:20:00.993 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:20:01.028 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][934cb7a2-9fdf-4381-92d6-453689a3169f] socks forwarding established\n2025-07-19 23:20:01.072 [info] [command][cf312114-d648-425e-a2b1-022e775a105b] Process exited with code 0\n2025-07-19 23:20:01.073 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][934cb7a2-9fdf-4381-92d6-453689a3169f] socks connection closed\n2025-07-19 23:20:01.073 [info] [command][cf312114-d648-425e-a2b1-022e775a105b] Socket close event received\n2025-07-19 23:20:01.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55073 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:21:01.083 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:21:01.085 [info] [command][b03b7ad3-ee0c-4fa6-b7d8-65b8ee22d463] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b03b7ad3-ee0c-4fa6-b7d8-65b8ee22d463""}\n2025-07-19 23:21:01.086 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1af07000-4289-4c2d-9817-bb3b17ae78b9] received connection request\n2025-07-19 23:21:01.087 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:21:01.118 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1af07000-4289-4c2d-9817-bb3b17ae78b9] socks forwarding established\n2025-07-19 23:21:01.161 [info] [command][b03b7ad3-ee0c-4fa6-b7d8-65b8ee22d463] Process exited with code 0\n2025-07-19 23:21:01.162 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1af07000-4289-4c2d-9817-bb3b17ae78b9] socks connection closed\n2025-07-19 23:21:01.162 [info] [command][b03b7ad3-ee0c-4fa6-b7d8-65b8ee22d463] Socket close event received\n2025-07-19 23:21:01.193 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55093 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:22:01.165 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:22:01.167 [info] [command][08f83192-6bf1-44da-af99-bcb7cf525682] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""08f83192-6bf1-44da-af99-bcb7cf525682""}\n2025-07-19 23:22:01.168 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ed3947ce-38c6-4fe9-863a-3150f05b4a4f] received connection request\n2025-07-19 23:22:01.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:22:01.202 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed3947ce-38c6-4fe9-863a-3150f05b4a4f] socks forwarding established\n2025-07-19 23:22:01.249 [info] [command][08f83192-6bf1-44da-af99-bcb7cf525682] Process exited with code 0\n2025-07-19 23:22:01.250 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed3947ce-38c6-4fe9-863a-3150f05b4a4f] socks connection closed\n2025-07-19 23:22:01.250 [info] [command][08f83192-6bf1-44da-af99-bcb7cf525682] Socket close event received\n2025-07-19 23:22:01.280 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55140 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:23:01.252 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:23:01.253 [info] [command][13e4fca7-9df8-4979-b10c-b1770f76812c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""13e4fca7-9df8-4979-b10c-b1770f76812c""}\n2025-07-19 23:23:01.253 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][05e147cd-b67b-4449-beb2-028d5987ab5a] received connection request\n2025-07-19 23:23:01.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:23:01.286 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][05e147cd-b67b-4449-beb2-028d5987ab5a] socks forwarding established\n2025-07-19 23:23:01.332 [info] [command][13e4fca7-9df8-4979-b10c-b1770f76812c] Process exited with code 0\n2025-07-19 23:23:01.333 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][05e147cd-b67b-4449-beb2-028d5987ab5a] socks connection closed\n2025-07-19 23:23:01.333 [info] [command][13e4fca7-9df8-4979-b10c-b1770f76812c] Socket close event received\n2025-07-19 23:23:01.365 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55160 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:24:01.341 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:24:01.343 [info] [command][7a1a28b8-43c0-410f-bc95-4f022407e0d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7a1a28b8-43c0-410f-bc95-4f022407e0d6""}\n2025-07-19 23:24:01.344 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2ecc3937-8b8b-4598-9177-7fcdcd228b65] received connection request\n2025-07-19 23:24:01.345 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:24:01.380 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2ecc3937-8b8b-4598-9177-7fcdcd228b65] socks forwarding established\n2025-07-19 23:24:01.422 [info] [command][7a1a28b8-43c0-410f-bc95-4f022407e0d6] Process exited with code 0\n2025-07-19 23:24:01.423 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2ecc3937-8b8b-4598-9177-7fcdcd228b65] socks connection closed\n2025-07-19 23:24:01.423 [info] [command][7a1a28b8-43c0-410f-bc95-4f022407e0d6] Socket close event received\n2025-07-19 23:24:01.453 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55180 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:25:01.427 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:25:01.428 [info] [command][d1fcbafa-80cf-4127-aa8a-86334051d788] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d1fcbafa-80cf-4127-aa8a-86334051d788""}\n2025-07-19 23:25:01.429 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][652e7ddf-0360-45b4-b75e-befba1e6bd6f] received connection request\n2025-07-19 23:25:01.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:25:01.460 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][652e7ddf-0360-45b4-b75e-befba1e6bd6f] socks forwarding established\n2025-07-19 23:25:01.504 [info] [command][d1fcbafa-80cf-4127-aa8a-86334051d788] Process exited with code 0\n2025-07-19 23:25:01.505 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][652e7ddf-0360-45b4-b75e-befba1e6bd6f] socks connection closed\n2025-07-19 23:25:01.505 [info] [command][d1fcbafa-80cf-4127-aa8a-86334051d788] Socket close event received\n2025-07-19 23:25:01.535 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55212 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:26:01.515 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:26:01.517 [info] [command][d960ba4d-1e36-4e13-9e10-90ab7f9fd9bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d960ba4d-1e36-4e13-9e10-90ab7f9fd9bc""}\n2025-07-19 23:26:01.518 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b3c91cfb-a38b-47f8-bd6b-af6359ed2284] received connection request\n2025-07-19 23:26:01.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:26:01.553 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b3c91cfb-a38b-47f8-bd6b-af6359ed2284] socks forwarding established\n2025-07-19 23:26:01.597 [info] [command][d960ba4d-1e36-4e13-9e10-90ab7f9fd9bc] Process exited with code 0\n2025-07-19 23:26:01.597 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b3c91cfb-a38b-47f8-bd6b-af6359ed2284] socks connection closed\n2025-07-19 23:26:01.597 [info] [command][d960ba4d-1e36-4e13-9e10-90ab7f9fd9bc] Socket close event received\n2025-07-19 23:26:01.627 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55237 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:27:01.607 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:27:01.609 [info] [command][54046ebc-442f-42fa-93a9-40d242b756d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""54046ebc-442f-42fa-93a9-40d242b756d8""}\n2025-07-19 23:27:01.610 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b193c1eb-d838-4d4f-9f35-c6ebf286d635] received connection request\n2025-07-19 23:27:01.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:27:01.651 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b193c1eb-d838-4d4f-9f35-c6ebf286d635] socks forwarding established\n2025-07-19 23:27:01.696 [info] [command][54046ebc-442f-42fa-93a9-40d242b756d8] Process exited with code 0\n2025-07-19 23:27:01.696 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b193c1eb-d838-4d4f-9f35-c6ebf286d635] socks connection closed\n2025-07-19 23:27:01.696 [info] [command][54046ebc-442f-42fa-93a9-40d242b756d8] Socket close event received\n2025-07-19 23:27:01.727 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55281 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:28:01.706 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:28:01.709 [info] [command][82575e81-4992-449b-8ae0-4819046e5cf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""82575e81-4992-449b-8ae0-4819046e5cf2""}\n2025-07-19 23:28:01.710 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9b77269d-5ce2-4c82-8cb7-c4817aba588e] received connection request\n2025-07-19 23:28:01.710 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:28:01.749 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b77269d-5ce2-4c82-8cb7-c4817aba588e] socks forwarding established\n2025-07-19 23:28:01.793 [info] [command][82575e81-4992-449b-8ae0-4819046e5cf2] Process exited with code 0\n2025-07-19 23:28:01.793 [info] [command][82575e81-4992-449b-8ae0-4819046e5cf2] Socket close event received\n2025-07-19 23:28:01.794 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9b77269d-5ce2-4c82-8cb7-c4817aba588e] socks connection closed\n2025-07-19 23:28:01.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55302 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:29:01.803 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:29:01.805 [info] [command][9b0fdec0-f40d-45fe-8d28-e8a55ce56dd1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9b0fdec0-f40d-45fe-8d28-e8a55ce56dd1""}\n2025-07-19 23:29:01.806 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5d1f87e3-7ddd-4b39-9666-8c8831f73542] received connection request\n2025-07-19 23:29:01.806 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:29:01.844 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5d1f87e3-7ddd-4b39-9666-8c8831f73542] socks forwarding established\n2025-07-19 23:29:01.887 [info] [command][9b0fdec0-f40d-45fe-8d28-e8a55ce56dd1] Process exited with code 0\n2025-07-19 23:29:01.888 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5d1f87e3-7ddd-4b39-9666-8c8831f73542] socks connection closed\n2025-07-19 23:29:01.888 [info] [command][9b0fdec0-f40d-45fe-8d28-e8a55ce56dd1] Socket close event received\n2025-07-19 23:29:01.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55324 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:30:01.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:30:01.900 [info] [command][f5273bab-b67f-4546-9f18-4e79b0a5f40b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f5273bab-b67f-4546-9f18-4e79b0a5f40b""}\n2025-07-19 23:30:01.901 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f517b9d9-3102-40f9-a19d-17aa63eddb8f] received connection request\n2025-07-19 23:30:01.901 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:30:01.938 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f517b9d9-3102-40f9-a19d-17aa63eddb8f] socks forwarding established\n2025-07-19 23:30:01.984 [info] [command][f5273bab-b67f-4546-9f18-4e79b0a5f40b] Process exited with code 0\n2025-07-19 23:30:01.984 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f517b9d9-3102-40f9-a19d-17aa63eddb8f] socks connection closed\n2025-07-19 23:30:01.984 [info] [command][f5273bab-b67f-4546-9f18-4e79b0a5f40b] Socket close event received\n2025-07-19 23:30:02.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55358 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:31:01.992 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:31:01.994 [info] [command][66c828c2-6645-42a3-baaa-f21a61d5472c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""66c828c2-6645-42a3-baaa-f21a61d5472c""}\n2025-07-19 23:31:01.995 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][368b6f56-1468-41bc-8651-073a873e6d9b] received connection request\n2025-07-19 23:31:01.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:31:02.029 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][368b6f56-1468-41bc-8651-073a873e6d9b] socks forwarding established\n2025-07-19 23:31:02.075 [info] [command][66c828c2-6645-42a3-baaa-f21a61d5472c] Process exited with code 0\n2025-07-19 23:31:02.075 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][368b6f56-1468-41bc-8651-073a873e6d9b] socks connection closed\n2025-07-19 23:31:02.075 [info] [command][66c828c2-6645-42a3-baaa-f21a61d5472c] Socket close event received\n2025-07-19 23:31:02.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55380 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:32:02.085 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:32:02.088 [info] [command][2b5f50f1-6770-453b-98c1-89a9001f3db1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2b5f50f1-6770-453b-98c1-89a9001f3db1""}\n2025-07-19 23:32:02.088 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a9c6679f-9f88-4742-9d78-e0ee70828c15] received connection request\n2025-07-19 23:32:02.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:32:02.122 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a9c6679f-9f88-4742-9d78-e0ee70828c15] socks forwarding established\n2025-07-19 23:32:02.163 [info] [command][2b5f50f1-6770-453b-98c1-89a9001f3db1] Process exited with code 0\n2025-07-19 23:32:02.164 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a9c6679f-9f88-4742-9d78-e0ee70828c15] socks connection closed\n2025-07-19 23:32:02.164 [info] [command][2b5f50f1-6770-453b-98c1-89a9001f3db1] Socket close event received\n2025-07-19 23:32:02.195 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55441 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:33:02.173 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:33:02.175 [info] [command][de279702-8688-4ea1-95e6-3e7f04b632b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""de279702-8688-4ea1-95e6-3e7f04b632b8""}\n2025-07-19 23:33:02.176 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8a1ca84b-9383-47c2-b181-0b6ebe795510] received connection request\n2025-07-19 23:33:02.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:33:02.209 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8a1ca84b-9383-47c2-b181-0b6ebe795510] socks forwarding established\n2025-07-19 23:33:02.253 [info] [command][de279702-8688-4ea1-95e6-3e7f04b632b8] Process exited with code 0\n2025-07-19 23:33:02.254 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8a1ca84b-9383-47c2-b181-0b6ebe795510] socks connection closed\n2025-07-19 23:33:02.254 [info] [command][de279702-8688-4ea1-95e6-3e7f04b632b8] Socket close event received\n2025-07-19 23:33:02.288 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55460 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:34:02.256 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:34:02.258 [info] [command][de076c0e-205d-4d2f-a092-53aa8a3afb03] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""de076c0e-205d-4d2f-a092-53aa8a3afb03""}\n2025-07-19 23:34:02.259 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8b804be9-8132-43d2-bcbf-84bd4ccefe90] received connection request\n2025-07-19 23:34:02.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:34:02.292 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8b804be9-8132-43d2-bcbf-84bd4ccefe90] socks forwarding established\n2025-07-19 23:34:02.337 [info] [command][de076c0e-205d-4d2f-a092-53aa8a3afb03] Process exited with code 0\n2025-07-19 23:34:02.337 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8b804be9-8132-43d2-bcbf-84bd4ccefe90] socks connection closed\n2025-07-19 23:34:02.338 [info] [command][de076c0e-205d-4d2f-a092-53aa8a3afb03] Socket close event received\n2025-07-19 23:34:02.369 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55482 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:35:02.348 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:35:02.350 [info] [command][888ea87e-438f-41ce-b336-300721115db8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""888ea87e-438f-41ce-b336-300721115db8""}\n2025-07-19 23:35:02.351 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][26f0bdfe-4d25-42ec-99cd-fd68bcfed8f5] received connection request\n2025-07-19 23:35:02.352 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:35:02.385 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][26f0bdfe-4d25-42ec-99cd-fd68bcfed8f5] socks forwarding established\n2025-07-19 23:35:02.432 [info] [command][888ea87e-438f-41ce-b336-300721115db8] Process exited with code 0\n2025-07-19 23:35:02.433 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][26f0bdfe-4d25-42ec-99cd-fd68bcfed8f5] socks connection closed\n2025-07-19 23:35:02.433 [info] [command][888ea87e-438f-41ce-b336-300721115db8] Socket close event received\n2025-07-19 23:35:02.462 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55516 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:36:02.442 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:36:02.443 [info] [command][44e36cab-d346-4222-956b-2deed6340661] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""44e36cab-d346-4222-956b-2deed6340661""}\n2025-07-19 23:36:02.444 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cb92fd64-2ce8-47e7-9e09-97d40b3215e1] received connection request\n2025-07-19 23:36:02.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 23:36:02.445 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:36:02.476 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb92fd64-2ce8-47e7-9e09-97d40b3215e1] socks forwarding established\n2025-07-19 23:36:02.522 [info] [command][44e36cab-d346-4222-956b-2deed6340661] Process exited with code 0\n2025-07-19 23:36:02.522 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb92fd64-2ce8-47e7-9e09-97d40b3215e1] socks connection closed\n2025-07-19 23:36:02.522 [info] [command][44e36cab-d346-4222-956b-2deed6340661] Socket close event received\n2025-07-19 23:36:02.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55536 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:37:02.531 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:37:02.533 [info] [command][68857226-7815-45c0-bb6a-5f308d9f93ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""68857226-7815-45c0-bb6a-5f308d9f93ea""}\n2025-07-19 23:37:02.534 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][507d2f67-b9a1-4ab2-b06d-50ac93a958ab] received connection request\n2025-07-19 23:37:02.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:37:02.572 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][507d2f67-b9a1-4ab2-b06d-50ac93a958ab] socks forwarding established\n2025-07-19 23:37:02.613 [info] [command][68857226-7815-45c0-bb6a-5f308d9f93ea] Process exited with code 0\n2025-07-19 23:37:02.613 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][507d2f67-b9a1-4ab2-b06d-50ac93a958ab] socks connection closed\n2025-07-19 23:37:02.614 [info] [command][68857226-7815-45c0-bb6a-5f308d9f93ea] Socket close event received\n2025-07-19 23:37:02.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55584 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:38:02.623 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:38:02.625 [info] [command][c8c187eb-f0a7-4c1a-8c58-a48026c7787f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c8c187eb-f0a7-4c1a-8c58-a48026c7787f""}\n2025-07-19 23:38:02.626 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9a54fcbe-d5fe-4207-abc0-0657ae88e4f3] received connection request\n2025-07-19 23:38:02.627 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:38:02.660 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9a54fcbe-d5fe-4207-abc0-0657ae88e4f3] socks forwarding established\n2025-07-19 23:38:02.702 [info] [command][c8c187eb-f0a7-4c1a-8c58-a48026c7787f] Process exited with code 0\n2025-07-19 23:38:02.702 [info] [command][c8c187eb-f0a7-4c1a-8c58-a48026c7787f] Socket close event received\n2025-07-19 23:38:02.704 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9a54fcbe-d5fe-4207-abc0-0657ae88e4f3] socks connection closed\n2025-07-19 23:38:02.734 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55602 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:39:02.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:39:02.711 [info] [command][15fe732a-20bf-4785-816c-223556d2d677] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""15fe732a-20bf-4785-816c-223556d2d677""}\n2025-07-19 23:39:02.712 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c35f2754-4a5b-4d65-b799-0448836f6123] received connection request\n2025-07-19 23:39:02.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:39:02.750 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c35f2754-4a5b-4d65-b799-0448836f6123] socks forwarding established\n2025-07-19 23:39:02.796 [info] [command][15fe732a-20bf-4785-816c-223556d2d677] Process exited with code 0\n2025-07-19 23:39:02.797 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c35f2754-4a5b-4d65-b799-0448836f6123] socks connection closed\n2025-07-19 23:39:02.797 [info] [command][15fe732a-20bf-4785-816c-223556d2d677] Socket close event received\n2025-07-19 23:39:02.825 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55618 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:40:02.799 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:40:02.801 [info] [command][bf295316-b427-4721-9bb3-f4007f567a02] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bf295316-b427-4721-9bb3-f4007f567a02""}\n2025-07-19 23:40:02.802 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][62ff8387-fbab-4937-9ae7-c8ea8b712270] received connection request\n2025-07-19 23:40:02.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:40:02.833 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][62ff8387-fbab-4937-9ae7-c8ea8b712270] socks forwarding established\n2025-07-19 23:40:02.879 [info] [command][bf295316-b427-4721-9bb3-f4007f567a02] Process exited with code 0\n2025-07-19 23:40:02.879 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][62ff8387-fbab-4937-9ae7-c8ea8b712270] socks connection closed\n2025-07-19 23:40:02.879 [info] [command][bf295316-b427-4721-9bb3-f4007f567a02] Socket close event received\n2025-07-19 23:40:02.909 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55653 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:41:02.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:41:02.885 [info] [command][7e30dc67-c0f2-4f17-bd91-3a7903fc72f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7e30dc67-c0f2-4f17-bd91-3a7903fc72f9""}\n2025-07-19 23:41:02.886 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][492a3029-14d5-40d1-bd2e-a814b3f58061] received connection request\n2025-07-19 23:41:02.886 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:41:02.921 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][492a3029-14d5-40d1-bd2e-a814b3f58061] socks forwarding established\n2025-07-19 23:41:02.968 [info] [command][7e30dc67-c0f2-4f17-bd91-3a7903fc72f9] Process exited with code 0\n2025-07-19 23:41:02.969 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][492a3029-14d5-40d1-bd2e-a814b3f58061] socks connection closed\n2025-07-19 23:41:02.969 [info] [command][7e30dc67-c0f2-4f17-bd91-3a7903fc72f9] Socket close event received\n2025-07-19 23:41:03.000 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55673 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:42:02.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:42:02.980 [info] [command][31bde34d-9930-42eb-987f-0293df76a0bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""31bde34d-9930-42eb-987f-0293df76a0bb""}\n2025-07-19 23:42:02.981 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ffbc933a-4e88-4585-a735-dbf216d94b68] received connection request\n2025-07-19 23:42:02.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:42:03.016 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ffbc933a-4e88-4585-a735-dbf216d94b68] socks forwarding established\n2025-07-19 23:42:03.064 [info] [command][31bde34d-9930-42eb-987f-0293df76a0bb] Process exited with code 0\n2025-07-19 23:42:03.064 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ffbc933a-4e88-4585-a735-dbf216d94b68] socks connection closed\n2025-07-19 23:42:03.065 [info] [command][31bde34d-9930-42eb-987f-0293df76a0bb] Socket close event received\n2025-07-19 23:42:03.095 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55721 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:43:03.074 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:43:03.076 [info] [command][8e0718d4-b144-41ab-a506-1275ff8efce8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8e0718d4-b144-41ab-a506-1275ff8efce8""}\n2025-07-19 23:43:03.076 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f88fdb80-f840-4a99-b779-b51adbe5b6ed] received connection request\n2025-07-19 23:43:03.077 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:43:03.110 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f88fdb80-f840-4a99-b779-b51adbe5b6ed] socks forwarding established\n2025-07-19 23:43:03.157 [info] [command][8e0718d4-b144-41ab-a506-1275ff8efce8] Process exited with code 0\n2025-07-19 23:43:03.158 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f88fdb80-f840-4a99-b779-b51adbe5b6ed] socks connection closed\n2025-07-19 23:43:03.158 [info] [command][8e0718d4-b144-41ab-a506-1275ff8efce8] Socket close event received\n2025-07-19 23:43:03.188 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55743 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:44:03.167 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:44:03.169 [info] [command][76f33b82-478a-4940-abad-61ae407dc0d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""76f33b82-478a-4940-abad-61ae407dc0d1""}\n2025-07-19 23:44:03.170 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7ce78b27-a549-49ab-a880-f215b98145b7] received connection request\n2025-07-19 23:44:03.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:44:03.208 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ce78b27-a549-49ab-a880-f215b98145b7] socks forwarding established\n2025-07-19 23:44:03.250 [info] [command][76f33b82-478a-4940-abad-61ae407dc0d1] Process exited with code 0\n2025-07-19 23:44:03.250 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7ce78b27-a549-49ab-a880-f215b98145b7] socks connection closed\n2025-07-19 23:44:03.250 [info] [command][76f33b82-478a-4940-abad-61ae407dc0d1] Socket close event received\n2025-07-19 23:44:03.281 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55764 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:45:03.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:45:03.256 [info] [command][1b7d99ab-535e-4d43-8670-f62fb57bede1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1b7d99ab-535e-4d43-8670-f62fb57bede1""}\n2025-07-19 23:45:03.257 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7c0e95f4-e113-45d3-958d-b720db8177fa] received connection request\n2025-07-19 23:45:03.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:45:03.293 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7c0e95f4-e113-45d3-958d-b720db8177fa] socks forwarding established\n2025-07-19 23:45:03.339 [info] [command][1b7d99ab-535e-4d43-8670-f62fb57bede1] Process exited with code 0\n2025-07-19 23:45:03.339 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7c0e95f4-e113-45d3-958d-b720db8177fa] socks connection closed\n2025-07-19 23:45:03.340 [info] [command][1b7d99ab-535e-4d43-8670-f62fb57bede1] Socket close event received\n2025-07-19 23:45:03.369 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55793 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:46:03.350 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:46:03.352 [info] [command][f079ce6f-2800-49a8-970b-ea0307d336ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f079ce6f-2800-49a8-970b-ea0307d336ef""}\n2025-07-19 23:46:03.353 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7232c60c-6836-48d3-bd7f-70aa2acb1eea] received connection request\n2025-07-19 23:46:03.353 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 23:46:03.353 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:46:03.384 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7232c60c-6836-48d3-bd7f-70aa2acb1eea] socks forwarding established\n2025-07-19 23:46:03.428 [info] [command][f079ce6f-2800-49a8-970b-ea0307d336ef] Process exited with code 0\n2025-07-19 23:46:03.429 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7232c60c-6836-48d3-bd7f-70aa2acb1eea] socks connection closed\n2025-07-19 23:46:03.429 [info] [command][f079ce6f-2800-49a8-970b-ea0307d336ef] Socket close event received\n2025-07-19 23:46:03.460 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55816 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:47:03.438 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:47:03.440 [info] [command][dcbe1ad9-73ad-43ed-967f-4fdbf64dbcc9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""dcbe1ad9-73ad-43ed-967f-4fdbf64dbcc9""}\n2025-07-19 23:47:03.441 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][47907245-3c4e-4346-b243-a7986433d600] received connection request\n2025-07-19 23:47:03.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:47:03.476 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][47907245-3c4e-4346-b243-a7986433d600] socks forwarding established\n2025-07-19 23:47:03.520 [info] [command][dcbe1ad9-73ad-43ed-967f-4fdbf64dbcc9] Process exited with code 0\n2025-07-19 23:47:03.520 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][47907245-3c4e-4346-b243-a7986433d600] socks connection closed\n2025-07-19 23:47:03.521 [info] [command][dcbe1ad9-73ad-43ed-967f-4fdbf64dbcc9] Socket close event received\n2025-07-19 23:47:03.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55865 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:48:03.521 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:48:03.524 [info] [command][dec86d95-a8bb-4b88-9b45-feaa54125223] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""dec86d95-a8bb-4b88-9b45-feaa54125223""}\n2025-07-19 23:48:03.524 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1d48082b-f9ea-4a66-ac21-94b68c60029d] received connection request\n2025-07-19 23:48:03.525 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:48:03.559 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1d48082b-f9ea-4a66-ac21-94b68c60029d] socks forwarding established\n2025-07-19 23:48:03.605 [info] [command][dec86d95-a8bb-4b88-9b45-feaa54125223] Process exited with code 0\n2025-07-19 23:48:03.605 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1d48082b-f9ea-4a66-ac21-94b68c60029d] socks connection closed\n2025-07-19 23:48:03.605 [info] [command][dec86d95-a8bb-4b88-9b45-feaa54125223] Socket close event received\n2025-07-19 23:48:03.636 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55885 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:49:03.607 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:49:03.608 [info] [command][ac325b09-47b3-4863-8261-bddb25bbf655] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ac325b09-47b3-4863-8261-bddb25bbf655""}\n2025-07-19 23:49:03.609 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][eff795b2-f171-46ba-a1ba-6396cb673a4c] received connection request\n2025-07-19 23:49:03.610 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:49:03.640 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eff795b2-f171-46ba-a1ba-6396cb673a4c] socks forwarding established\n2025-07-19 23:49:03.686 [info] [command][ac325b09-47b3-4863-8261-bddb25bbf655] Process exited with code 0\n2025-07-19 23:49:03.686 [info] [command][ac325b09-47b3-4863-8261-bddb25bbf655] Socket close event received\n2025-07-19 23:49:03.687 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][eff795b2-f171-46ba-a1ba-6396cb673a4c] socks connection closed\n2025-07-19 23:49:03.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55903 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:50:03.697 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:50:03.700 [info] [command][c9a947bf-d0d5-482b-a1dc-9ca4bb4d329c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c9a947bf-d0d5-482b-a1dc-9ca4bb4d329c""}\n2025-07-19 23:50:03.700 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3087afbe-444b-4fc1-8ea8-da4aa550c88e] received connection request\n2025-07-19 23:50:03.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:50:03.734 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3087afbe-444b-4fc1-8ea8-da4aa550c88e] socks forwarding established\n2025-07-19 23:50:03.778 [info] [command][c9a947bf-d0d5-482b-a1dc-9ca4bb4d329c] Process exited with code 0\n2025-07-19 23:50:03.778 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3087afbe-444b-4fc1-8ea8-da4aa550c88e] socks connection closed\n2025-07-19 23:50:03.779 [info] [command][c9a947bf-d0d5-482b-a1dc-9ca4bb4d329c] Socket close event received\n2025-07-19 23:50:03.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55938 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:51:03.789 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:51:03.790 [info] [command][865d2541-d500-4c71-9691-5223cc345f3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""865d2541-d500-4c71-9691-5223cc345f3d""}\n2025-07-19 23:51:03.791 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][36c77494-fb2a-4cf9-aaf3-b58c2687409e] received connection request\n2025-07-19 23:51:03.792 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\n\n2025-07-19 23:51:03.792 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:51:03.828 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][36c77494-fb2a-4cf9-aaf3-b58c2687409e] socks forwarding established\n2025-07-19 23:51:03.872 [info] [command][865d2541-d500-4c71-9691-5223cc345f3d] Process exited with code 0\n2025-07-19 23:51:03.873 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][36c77494-fb2a-4cf9-aaf3-b58c2687409e] socks connection closed\n2025-07-19 23:51:03.873 [info] [command][865d2541-d500-4c71-9691-5223cc345f3d] Socket close event received\n2025-07-19 23:51:03.904 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 55956 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:52:03.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:52:03.881 [info] [command][11fdd47d-7fc7-4bbf-959f-95af94151f38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""11fdd47d-7fc7-4bbf-959f-95af94151f38""}\n2025-07-19 23:52:03.882 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f8e89ae9-e3c0-49ce-be47-6eb707e50ca0] received connection request\n2025-07-19 23:52:03.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:52:03.914 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f8e89ae9-e3c0-49ce-be47-6eb707e50ca0] socks forwarding established\n2025-07-19 23:52:03.958 [info] [command][11fdd47d-7fc7-4bbf-959f-95af94151f38] Process exited with code 0\n2025-07-19 23:52:03.958 [info] [command][11fdd47d-7fc7-4bbf-959f-95af94151f38] Socket close event received\n2025-07-19 23:52:03.959 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f8e89ae9-e3c0-49ce-be47-6eb707e50ca0] socks connection closed\n2025-07-19 23:52:03.991 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56003 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:53:03.964 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:53:03.966 [info] [command][58d87a43-6bb0-4466-bd37-0ba27ddd4121] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""58d87a43-6bb0-4466-bd37-0ba27ddd4121""}\n2025-07-19 23:53:03.967 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e994bc0e-0fc6-4892-a4b8-1775ce4a1d46] received connection request\n2025-07-19 23:53:03.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:53:03.999 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e994bc0e-0fc6-4892-a4b8-1775ce4a1d46] socks forwarding established\n2025-07-19 23:53:04.042 [info] [command][58d87a43-6bb0-4466-bd37-0ba27ddd4121] Process exited with code 0\n2025-07-19 23:53:04.042 [info] [command][58d87a43-6bb0-4466-bd37-0ba27ddd4121] Socket close event received\n2025-07-19 23:53:04.043 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e994bc0e-0fc6-4892-a4b8-1775ce4a1d46] socks connection closed\n2025-07-19 23:53:04.072 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56021 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:54:04.047 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:54:04.049 [info] [command][d139c253-0698-478b-9275-f4b2b0863a91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d139c253-0698-478b-9275-f4b2b0863a91""}\n2025-07-19 23:54:04.049 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d373a1b9-4a64-4888-838a-233064c8c43e] received connection request\n2025-07-19 23:54:04.050 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:54:04.081 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d373a1b9-4a64-4888-838a-233064c8c43e] socks forwarding established\n2025-07-19 23:54:04.126 [info] [command][d139c253-0698-478b-9275-f4b2b0863a91] Process exited with code 0\n2025-07-19 23:54:04.126 [info] [command][d139c253-0698-478b-9275-f4b2b0863a91] Socket close event received\n2025-07-19 23:54:04.126 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d373a1b9-4a64-4888-838a-233064c8c43e] socks connection closed\n2025-07-19 23:54:04.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56038 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:55:04.129 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:55:04.131 [info] [command][e4ee2dd1-2f8c-4580-abb5-e8e9ef3e04df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e4ee2dd1-2f8c-4580-abb5-e8e9ef3e04df""}\n2025-07-19 23:55:04.132 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e936c5d1-113a-425e-8728-206298dbe090] received connection request\n2025-07-19 23:55:04.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:55:04.168 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e936c5d1-113a-425e-8728-206298dbe090] socks forwarding established\n2025-07-19 23:55:04.208 [info] [command][e4ee2dd1-2f8c-4580-abb5-e8e9ef3e04df] Process exited with code 0\n2025-07-19 23:55:04.208 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e936c5d1-113a-425e-8728-206298dbe090] socks connection closed\n2025-07-19 23:55:04.208 [info] [command][e4ee2dd1-2f8c-4580-abb5-e8e9ef3e04df] Socket close event received\n2025-07-19 23:55:04.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56067 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:56:04.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:56:04.220 [info] [command][fa3c824f-9468-4899-a02f-a6237b002acb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""fa3c824f-9468-4899-a02f-a6237b002acb""}\n2025-07-19 23:56:04.221 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d0da9a70-d56d-49e5-a89b-447e3dcce263] received connection request\n2025-07-19 23:56:04.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:56:04.259 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d0da9a70-d56d-49e5-a89b-447e3dcce263] socks forwarding established\n2025-07-19 23:56:04.301 [info] [command][fa3c824f-9468-4899-a02f-a6237b002acb] Process exited with code 0\n2025-07-19 23:56:04.301 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d0da9a70-d56d-49e5-a89b-447e3dcce263] socks connection closed\n2025-07-19 23:56:04.302 [info] [command][fa3c824f-9468-4899-a02f-a6237b002acb] Socket close event received\n2025-07-19 23:56:04.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56090 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:57:04.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:57:04.313 [info] [command][8faca939-5f7d-4f40-bcb1-7bd3a9dd46b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8faca939-5f7d-4f40-bcb1-7bd3a9dd46b7""}\n2025-07-19 23:57:04.314 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8ad7b01a-92f9-4c33-a700-66a4693a493c] received connection request\n2025-07-19 23:57:04.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:57:04.345 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8ad7b01a-92f9-4c33-a700-66a4693a493c] socks forwarding established\n2025-07-19 23:57:04.390 [info] [command][8faca939-5f7d-4f40-bcb1-7bd3a9dd46b7] Process exited with code 0\n2025-07-19 23:57:04.390 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8ad7b01a-92f9-4c33-a700-66a4693a493c] socks connection closed\n2025-07-19 23:57:04.390 [info] [command][8faca939-5f7d-4f40-bcb1-7bd3a9dd46b7] Socket close event received\n2025-07-19 23:57:04.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56137 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:58:04.399 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:58:04.402 [info] [command][c12a6298-961d-4e71-ba75-e018d686433e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c12a6298-961d-4e71-ba75-e018d686433e""}\n2025-07-19 23:58:04.402 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][636390db-21b3-45af-aedb-fa8abdbfbf35] received connection request\n2025-07-19 23:58:04.403 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:58:04.434 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][636390db-21b3-45af-aedb-fa8abdbfbf35] socks forwarding established\n2025-07-19 23:58:04.479 [info] [command][c12a6298-961d-4e71-ba75-e018d686433e] Process exited with code 0\n2025-07-19 23:58:04.479 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][636390db-21b3-45af-aedb-fa8abdbfbf35] socks connection closed\n2025-07-19 23:58:04.480 [info] [command][c12a6298-961d-4e71-ba75-e018d686433e] Socket close event received\n2025-07-19 23:58:04.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56161 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-19 23:59:04.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-19 23:59:04.489 [info] [command][35a90f1b-50e1-4c8c-8412-6c6066c1f7dd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""35a90f1b-50e1-4c8c-8412-6c6066c1f7dd""}\n2025-07-19 23:59:04.490 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][7b184d54-449a-4094-baa5-4f472f3fd9dc] received connection request\n2025-07-19 23:59:04.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-19 23:59:04.526 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7b184d54-449a-4094-baa5-4f472f3fd9dc] socks forwarding established\n2025-07-19 23:59:04.568 [info] [command][35a90f1b-50e1-4c8c-8412-6c6066c1f7dd] Process exited with code 0\n2025-07-19 23:59:04.568 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][7b184d54-449a-4094-baa5-4f472f3fd9dc] socks connection closed\n2025-07-19 23:59:04.568 [info] [command][35a90f1b-50e1-4c8c-8412-6c6066c1f7dd] Socket close event received\n2025-07-19 23:59:04.596 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56183 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:00:04.579 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:00:04.581 [info] [command][29448842-a946-4cea-ab8f-996ec319c8a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""29448842-a946-4cea-ab8f-996ec319c8a1""}\n2025-07-20 00:00:04.582 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b8c701a6-916b-4bfe-a8e7-e6f97a923631] received connection request\n2025-07-20 00:00:04.582 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:00:04.618 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b8c701a6-916b-4bfe-a8e7-e6f97a923631] socks forwarding established\n2025-07-20 00:00:04.663 [info] [command][29448842-a946-4cea-ab8f-996ec319c8a1] Process exited with code 0\n2025-07-20 00:00:04.663 [info] [command][29448842-a946-4cea-ab8f-996ec319c8a1] Socket close event received\n2025-07-20 00:00:04.665 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b8c701a6-916b-4bfe-a8e7-e6f97a923631] socks connection closed\n2025-07-20 00:00:04.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56214 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:01:04.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:01:04.669 [info] [command][5c0c2457-fa06-41dd-9b6d-c9d181bf8e28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5c0c2457-fa06-41dd-9b6d-c9d181bf8e28""}\n2025-07-20 00:01:04.670 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ed5762d1-a6b3-495d-a5e0-015068cb9ad5] received connection request\n2025-07-20 00:01:04.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:01:04.703 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed5762d1-a6b3-495d-a5e0-015068cb9ad5] socks forwarding established\n2025-07-20 00:01:04.748 [info] [command][5c0c2457-fa06-41dd-9b6d-c9d181bf8e28] Process exited with code 0\n2025-07-20 00:01:04.749 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed5762d1-a6b3-495d-a5e0-015068cb9ad5] socks connection closed\n2025-07-20 00:01:04.749 [info] [command][5c0c2457-fa06-41dd-9b6d-c9d181bf8e28] Socket close event received\n2025-07-20 00:01:04.778 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56231 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:02:04.752 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:02:04.755 [info] [command][0dd584a6-a103-44da-8d10-d9f4a2b677fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0dd584a6-a103-44da-8d10-d9f4a2b677fe""}\n2025-07-20 00:02:04.756 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3ae5447d-fbb1-4aec-9b99-fecd9cf1b6f0] received connection request\n2025-07-20 00:02:04.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:02:04.791 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3ae5447d-fbb1-4aec-9b99-fecd9cf1b6f0] socks forwarding established\n2025-07-20 00:02:04.835 [info] [command][0dd584a6-a103-44da-8d10-d9f4a2b677fe] Process exited with code 0\n2025-07-20 00:02:04.836 [info] [command][0dd584a6-a103-44da-8d10-d9f4a2b677fe] Socket close event received\n2025-07-20 00:02:04.836 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3ae5447d-fbb1-4aec-9b99-fecd9cf1b6f0] socks connection closed\n2025-07-20 00:02:04.869 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56282 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:03:04.840 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:03:04.842 [info] [command][3fab067c-edc5-424e-a4f8-c28942bcec8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""3fab067c-edc5-424e-a4f8-c28942bcec8c""}\n2025-07-20 00:03:04.843 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1ce80280-c75a-4951-9f33-0e67eda06d7b] received connection request\n2025-07-20 00:03:04.844 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:03:04.876 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ce80280-c75a-4951-9f33-0e67eda06d7b] socks forwarding established\n2025-07-20 00:03:04.920 [info] [command][3fab067c-edc5-424e-a4f8-c28942bcec8c] Process exited with code 0\n2025-07-20 00:03:04.920 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ce80280-c75a-4951-9f33-0e67eda06d7b] socks connection closed\n2025-07-20 00:03:04.921 [info] [command][3fab067c-edc5-424e-a4f8-c28942bcec8c] Socket close event received\n2025-07-20 00:03:04.951 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56304 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:04:04.931 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:04:04.934 [info] [command][874a168b-5fa9-4651-9d94-4a020b6cc90a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""874a168b-5fa9-4651-9d94-4a020b6cc90a""}\n2025-07-20 00:04:04.934 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][173e751c-9e51-4673-a172-c55f70699e69] received connection request\n2025-07-20 00:04:04.935 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:04:04.968 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][173e751c-9e51-4673-a172-c55f70699e69] socks forwarding established\n2025-07-20 00:04:05.012 [info] [command][874a168b-5fa9-4651-9d94-4a020b6cc90a] Process exited with code 0\n2025-07-20 00:04:05.013 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][173e751c-9e51-4673-a172-c55f70699e69] socks connection closed\n2025-07-20 00:04:05.013 [info] [command][874a168b-5fa9-4651-9d94-4a020b6cc90a] Socket close event received\n2025-07-20 00:04:05.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56324 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:05:05.019 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:05:05.020 [info] [command][2d5ef35b-0eb7-4804-ae60-8d4a1cf3fd4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2d5ef35b-0eb7-4804-ae60-8d4a1cf3fd4b""}\n2025-07-20 00:05:05.020 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][134f3296-0a2f-4dc1-85a5-4e1800d7d654] received connection request\n2025-07-20 00:05:05.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:05:05.051 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][134f3296-0a2f-4dc1-85a5-4e1800d7d654] socks forwarding established\n2025-07-20 00:05:05.096 [info] [command][2d5ef35b-0eb7-4804-ae60-8d4a1cf3fd4b] Process exited with code 0\n2025-07-20 00:05:05.097 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][134f3296-0a2f-4dc1-85a5-4e1800d7d654] socks connection closed\n2025-07-20 00:05:05.097 [info] [command][2d5ef35b-0eb7-4804-ae60-8d4a1cf3fd4b] Socket close event received\n2025-07-20 00:05:05.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56371 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:06:05.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:06:05.101 [info] [command][310d47a2-412b-423c-bc96-862e80e94983] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""310d47a2-412b-423c-bc96-862e80e94983""}\n2025-07-20 00:06:05.101 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][2103f516-5cef-4d90-960b-7e8c3e17af4f] received connection request\n2025-07-20 00:06:05.101 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:06:05.133 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2103f516-5cef-4d90-960b-7e8c3e17af4f] socks forwarding established\n2025-07-20 00:06:05.175 [info] [command][310d47a2-412b-423c-bc96-862e80e94983] Process exited with code 0\n2025-07-20 00:06:05.175 [info] [command][310d47a2-412b-423c-bc96-862e80e94983] Socket close event received\n2025-07-20 00:06:05.176 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][2103f516-5cef-4d90-960b-7e8c3e17af4f] socks connection closed\n2025-07-20 00:06:05.205 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56395 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:07:05.179 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:07:05.182 [info] [command][c1584883-ab7b-44bf-8624-19c6fccd4dac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c1584883-ab7b-44bf-8624-19c6fccd4dac""}\n2025-07-20 00:07:05.183 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][87569ff3-1b1b-4b75-bf87-a122fa797cd2] received connection request\n2025-07-20 00:07:05.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:07:05.217 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][87569ff3-1b1b-4b75-bf87-a122fa797cd2] socks forwarding established\n2025-07-20 00:07:05.261 [info] [command][c1584883-ab7b-44bf-8624-19c6fccd4dac] Process exited with code 0\n2025-07-20 00:07:05.262 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][87569ff3-1b1b-4b75-bf87-a122fa797cd2] socks connection closed\n2025-07-20 00:07:05.262 [info] [command][c1584883-ab7b-44bf-8624-19c6fccd4dac] Socket close event received\n2025-07-20 00:07:05.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56441 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:08:05.272 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:08:05.273 [info] [command][6e04935f-ea42-43ef-9016-1d3dc831d8e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6e04935f-ea42-43ef-9016-1d3dc831d8e4""}\n2025-07-20 00:08:05.274 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1e39c406-d6ea-4b19-a856-8aee9a79fcd8] received connection request\n2025-07-20 00:08:05.275 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:08:05.308 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1e39c406-d6ea-4b19-a856-8aee9a79fcd8] socks forwarding established\n2025-07-20 00:08:05.354 [info] [command][6e04935f-ea42-43ef-9016-1d3dc831d8e4] Process exited with code 0\n2025-07-20 00:08:05.354 [info] [command][6e04935f-ea42-43ef-9016-1d3dc831d8e4] Socket close event received\n2025-07-20 00:08:05.355 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1e39c406-d6ea-4b19-a856-8aee9a79fcd8] socks connection closed\n2025-07-20 00:08:05.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56462 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:09:05.361 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:09:05.364 [info] [command][1e02328d-7760-49f8-b4f0-5747c0de8042] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1e02328d-7760-49f8-b4f0-5747c0de8042""}\n2025-07-20 00:09:05.364 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e06c2201-0d3d-4c62-9798-94fa37a2be8c] received connection request\n2025-07-20 00:09:05.365 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:09:05.398 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e06c2201-0d3d-4c62-9798-94fa37a2be8c] socks forwarding established\n2025-07-20 00:09:05.439 [info] [command][1e02328d-7760-49f8-b4f0-5747c0de8042] Process exited with code 0\n2025-07-20 00:09:05.439 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e06c2201-0d3d-4c62-9798-94fa37a2be8c] socks connection closed\n2025-07-20 00:09:05.440 [info] [command][1e02328d-7760-49f8-b4f0-5747c0de8042] Socket close event received\n2025-07-20 00:09:05.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56478 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:10:05.445 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:10:05.448 [info] [command][35f3e9f2-4b93-4420-83db-a2f8cccb654c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""35f3e9f2-4b93-4420-83db-a2f8cccb654c""}\n2025-07-20 00:10:05.448 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4d179f96-cd4f-4ba6-956c-400a575f3ad4] received connection request\n2025-07-20 00:10:05.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:10:05.481 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4d179f96-cd4f-4ba6-956c-400a575f3ad4] socks forwarding established\n2025-07-20 00:10:05.575 [info] [command][35f3e9f2-4b93-4420-83db-a2f8cccb654c] Process exited with code 0\n2025-07-20 00:10:05.575 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4d179f96-cd4f-4ba6-956c-400a575f3ad4] socks connection closed\n2025-07-20 00:10:05.575 [info] [command][35f3e9f2-4b93-4420-83db-a2f8cccb654c] Socket close event received\n2025-07-20 00:10:05.604 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56514 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:11:05.579 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:11:05.582 [info] [command][bcb3161b-0b52-47b5-bc77-0b9606d16664] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""bcb3161b-0b52-47b5-bc77-0b9606d16664""}\n2025-07-20 00:11:05.582 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ed143543-7b58-43d5-a160-e652e2af2b24] received connection request\n2025-07-20 00:11:05.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:11:05.632 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed143543-7b58-43d5-a160-e652e2af2b24] socks forwarding established\n2025-07-20 00:11:05.680 [info] [command][bcb3161b-0b52-47b5-bc77-0b9606d16664] Process exited with code 0\n2025-07-20 00:11:05.681 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ed143543-7b58-43d5-a160-e652e2af2b24] socks connection closed\n2025-07-20 00:11:05.681 [info] [command][bcb3161b-0b52-47b5-bc77-0b9606d16664] Socket close event received\n2025-07-20 00:11:05.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56534 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:12:05.690 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:12:05.692 [info] [command][f681529a-af75-4af6-8044-544f4a86786e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f681529a-af75-4af6-8044-544f4a86786e""}\n2025-07-20 00:12:05.693 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][cb46f629-8368-4c76-b0ea-97e2d3389c49] received connection request\n2025-07-20 00:12:05.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:12:05.730 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb46f629-8368-4c76-b0ea-97e2d3389c49] socks forwarding established\n2025-07-20 00:12:05.775 [info] [command][f681529a-af75-4af6-8044-544f4a86786e] Process exited with code 0\n2025-07-20 00:12:05.775 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][cb46f629-8368-4c76-b0ea-97e2d3389c49] socks connection closed\n2025-07-20 00:12:05.775 [info] [command][f681529a-af75-4af6-8044-544f4a86786e] Socket close event received\n2025-07-20 00:12:05.806 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56580 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:13:05.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:13:05.788 [info] [command][54930871-b8dc-42d3-8fc8-8f34913f95e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""54930871-b8dc-42d3-8fc8-8f34913f95e4""}\n2025-07-20 00:13:05.789 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][366959fe-bb99-49f5-9eca-c3e843443630] received connection request\n2025-07-20 00:13:05.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:13:05.828 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][366959fe-bb99-49f5-9eca-c3e843443630] socks forwarding established\n2025-07-20 00:13:05.868 [info] [command][54930871-b8dc-42d3-8fc8-8f34913f95e4] Process exited with code 0\n2025-07-20 00:13:05.869 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][366959fe-bb99-49f5-9eca-c3e843443630] socks connection closed\n2025-07-20 00:13:05.869 [info] [command][54930871-b8dc-42d3-8fc8-8f34913f95e4] Socket close event received\n2025-07-20 00:13:05.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56603 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:14:05.879 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:14:05.882 [info] [command][7f61c854-1263-4082-b609-39625e4c3fd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7f61c854-1263-4082-b609-39625e4c3fd7""}\n2025-07-20 00:14:05.882 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][4b508422-d9bf-4eeb-8a9e-39c369fa6364] received connection request\n2025-07-20 00:14:05.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:14:05.921 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4b508422-d9bf-4eeb-8a9e-39c369fa6364] socks forwarding established\n2025-07-20 00:14:05.964 [info] [command][7f61c854-1263-4082-b609-39625e4c3fd7] Process exited with code 0\n2025-07-20 00:14:05.964 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][4b508422-d9bf-4eeb-8a9e-39c369fa6364] socks connection closed\n2025-07-20 00:14:05.964 [info] [command][7f61c854-1263-4082-b609-39625e4c3fd7] Socket close event received\n2025-07-20 00:14:05.994 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56623 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:15:05.974 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:15:05.977 [info] [command][1001d621-0d3b-469b-8ae8-529ab7fb231f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1001d621-0d3b-469b-8ae8-529ab7fb231f""}\n2025-07-20 00:15:05.978 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3374b586-9f6c-4dba-8ca7-24b26fb392f2] received connection request\n2025-07-20 00:15:05.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:15:06.014 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3374b586-9f6c-4dba-8ca7-24b26fb392f2] socks forwarding established\n2025-07-20 00:15:06.059 [info] [command][1001d621-0d3b-469b-8ae8-529ab7fb231f] Process exited with code 0\n2025-07-20 00:15:06.060 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3374b586-9f6c-4dba-8ca7-24b26fb392f2] socks connection closed\n2025-07-20 00:15:06.060 [info] [command][1001d621-0d3b-469b-8ae8-529ab7fb231f] Socket close event received\n2025-07-20 00:15:06.089 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56653 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:16:06.070 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:16:06.072 [info] [command][f2e87980-b3f6-4103-86a0-88f0af53378a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f2e87980-b3f6-4103-86a0-88f0af53378a""}\n2025-07-20 00:16:06.073 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][49cb1900-4a5a-4c5d-861c-d60ee428f1c0] received connection request\n2025-07-20 00:16:06.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:16:06.108 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][49cb1900-4a5a-4c5d-861c-d60ee428f1c0] socks forwarding established\n2025-07-20 00:16:06.150 [info] [command][f2e87980-b3f6-4103-86a0-88f0af53378a] Process exited with code 0\n2025-07-20 00:16:06.150 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][49cb1900-4a5a-4c5d-861c-d60ee428f1c0] socks connection closed\n2025-07-20 00:16:06.150 [info] [command][f2e87980-b3f6-4103-86a0-88f0af53378a] Socket close event received\n2025-07-20 00:16:06.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56673 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:17:06.158 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:17:06.160 [info] [command][1a259bcf-df93-4cd4-a072-ce4ba10d945c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1a259bcf-df93-4cd4-a072-ce4ba10d945c""}\n2025-07-20 00:17:06.160 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b3cdb46c-ef6c-43e7-a60f-fd95611a3304] received connection request\n2025-07-20 00:17:06.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:17:06.194 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b3cdb46c-ef6c-43e7-a60f-fd95611a3304] socks forwarding established\n2025-07-20 00:17:06.244 [info] [command][1a259bcf-df93-4cd4-a072-ce4ba10d945c] Process exited with code 0\n2025-07-20 00:17:06.244 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b3cdb46c-ef6c-43e7-a60f-fd95611a3304] socks connection closed\n2025-07-20 00:17:06.244 [info] [command][1a259bcf-df93-4cd4-a072-ce4ba10d945c] Socket close event received\n2025-07-20 00:17:06.273 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56721 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:18:06.254 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:18:06.256 [info] [command][0cd8b2f1-ae4a-4085-b1d2-103b7a78e9ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0cd8b2f1-ae4a-4085-b1d2-103b7a78e9ed""}\n2025-07-20 00:18:06.256 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a7d40dce-00ba-4067-9d6a-fd66ab56ac0d] received connection request\n2025-07-20 00:18:06.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:18:06.290 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a7d40dce-00ba-4067-9d6a-fd66ab56ac0d] socks forwarding established\n2025-07-20 00:18:06.337 [info] [command][0cd8b2f1-ae4a-4085-b1d2-103b7a78e9ed] Process exited with code 0\n2025-07-20 00:18:06.337 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a7d40dce-00ba-4067-9d6a-fd66ab56ac0d] socks connection closed\n2025-07-20 00:18:06.337 [info] [command][0cd8b2f1-ae4a-4085-b1d2-103b7a78e9ed] Socket close event received\n2025-07-20 00:18:06.366 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56739 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:19:06.348 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:19:06.349 [info] [command][87ba71b1-26ee-4c2e-b205-bd6d6d8ccbc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""87ba71b1-26ee-4c2e-b205-bd6d6d8ccbc1""}\n2025-07-20 00:19:06.350 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f2bf6b12-307d-472f-bb9e-f8f06fff3cc2] received connection request\n2025-07-20 00:19:06.351 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:19:06.386 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f2bf6b12-307d-472f-bb9e-f8f06fff3cc2] socks forwarding established\n2025-07-20 00:19:06.432 [info] [command][87ba71b1-26ee-4c2e-b205-bd6d6d8ccbc1] Process exited with code 0\n2025-07-20 00:19:06.432 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f2bf6b12-307d-472f-bb9e-f8f06fff3cc2] socks connection closed\n2025-07-20 00:19:06.433 [info] [command][87ba71b1-26ee-4c2e-b205-bd6d6d8ccbc1] Socket close event received\n2025-07-20 00:19:06.464 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56761 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:20:06.437 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:20:06.440 [info] [command][8d45a49a-5b72-4d5f-8f80-76d8b38118af] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""8d45a49a-5b72-4d5f-8f80-76d8b38118af""}\n2025-07-20 00:20:06.441 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0532c9fa-6869-45b1-a7a2-d69ae1c244f1] received connection request\n2025-07-20 00:20:06.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:20:06.477 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0532c9fa-6869-45b1-a7a2-d69ae1c244f1] socks forwarding established\n2025-07-20 00:20:06.522 [info] [command][8d45a49a-5b72-4d5f-8f80-76d8b38118af] Process exited with code 0\n2025-07-20 00:20:06.523 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0532c9fa-6869-45b1-a7a2-d69ae1c244f1] socks connection closed\n2025-07-20 00:20:06.523 [info] [command][8d45a49a-5b72-4d5f-8f80-76d8b38118af] Socket close event received\n2025-07-20 00:20:06.554 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56798 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:21:06.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:21:06.529 [info] [command][12eb3e20-27d2-4062-9756-3b443e7ec7a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""12eb3e20-27d2-4062-9756-3b443e7ec7a8""}\n2025-07-20 00:21:06.530 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b77ac3aa-7b4e-4e72-8d6c-e326e6d97944] received connection request\n2025-07-20 00:21:06.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:21:06.565 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b77ac3aa-7b4e-4e72-8d6c-e326e6d97944] socks forwarding established\n2025-07-20 00:21:06.609 [info] [command][12eb3e20-27d2-4062-9756-3b443e7ec7a8] Process exited with code 0\n2025-07-20 00:21:06.609 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b77ac3aa-7b4e-4e72-8d6c-e326e6d97944] socks connection closed\n2025-07-20 00:21:06.609 [info] [command][12eb3e20-27d2-4062-9756-3b443e7ec7a8] Socket close event received\n2025-07-20 00:21:06.639 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56819 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:22:06.614 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:22:06.616 [info] [command][32511d10-c6b9-4ac1-9e12-fe9967d0697c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""32511d10-c6b9-4ac1-9e12-fe9967d0697c""}\n2025-07-20 00:22:06.617 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5d581855-9c4b-4509-a81c-0a385c970810] received connection request\n2025-07-20 00:22:06.617 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:22:06.650 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5d581855-9c4b-4509-a81c-0a385c970810] socks forwarding established\n2025-07-20 00:22:06.690 [info] [command][32511d10-c6b9-4ac1-9e12-fe9967d0697c] Process exited with code 0\n2025-07-20 00:22:06.691 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5d581855-9c4b-4509-a81c-0a385c970810] socks connection closed\n2025-07-20 00:22:06.691 [info] [command][32511d10-c6b9-4ac1-9e12-fe9967d0697c] Socket close event received\n2025-07-20 00:22:06.723 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56865 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:23:06.700 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:23:06.702 [info] [command][cdebc762-b78c-4682-9b5c-d8d9366fba7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""cdebc762-b78c-4682-9b5c-d8d9366fba7c""}\n2025-07-20 00:23:06.703 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d17847b3-7a14-4559-b3a8-5316b93a86f3] received connection request\n2025-07-20 00:23:06.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:23:06.744 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d17847b3-7a14-4559-b3a8-5316b93a86f3] socks forwarding established\n2025-07-20 00:23:06.789 [info] [command][cdebc762-b78c-4682-9b5c-d8d9366fba7c] Process exited with code 0\n2025-07-20 00:23:06.789 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d17847b3-7a14-4559-b3a8-5316b93a86f3] socks connection closed\n2025-07-20 00:23:06.790 [info] [command][cdebc762-b78c-4682-9b5c-d8d9366fba7c] Socket close event received\n2025-07-20 00:23:06.819 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56886 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:24:06.792 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:24:06.793 [info] [command][0b9fe828-8e16-4a97-8264-aa6fb93de912] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0b9fe828-8e16-4a97-8264-aa6fb93de912""}\n2025-07-20 00:24:06.794 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c6eecab5-b2e6-4b9a-b7de-b4a4dcf1d452] received connection request\n2025-07-20 00:24:06.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:24:06.829 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c6eecab5-b2e6-4b9a-b7de-b4a4dcf1d452] socks forwarding established\n2025-07-20 00:24:06.873 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c6eecab5-b2e6-4b9a-b7de-b4a4dcf1d452] socks connection closed\n2025-07-20 00:24:06.873 [info] [command][0b9fe828-8e16-4a97-8264-aa6fb93de912] Process exited with code 0\n2025-07-20 00:24:06.873 [info] [command][0b9fe828-8e16-4a97-8264-aa6fb93de912] Socket close event received\n2025-07-20 00:24:06.902 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56905 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:25:06.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:25:06.886 [info] [command][99544795-abe4-4221-88c5-91ef75584376] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""99544795-abe4-4221-88c5-91ef75584376""}\n2025-07-20 00:25:06.887 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ec190c57-fb6b-4546-9e1c-366e557db329] received connection request\n2025-07-20 00:25:06.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:25:06.920 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ec190c57-fb6b-4546-9e1c-366e557db329] socks forwarding established\n2025-07-20 00:25:06.968 [info] [command][99544795-abe4-4221-88c5-91ef75584376] Process exited with code 0\n2025-07-20 00:25:06.969 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ec190c57-fb6b-4546-9e1c-366e557db329] socks connection closed\n2025-07-20 00:25:06.969 [info] [command][99544795-abe4-4221-88c5-91ef75584376] Socket close event received\n2025-07-20 00:25:06.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56936 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:26:06.978 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:26:06.981 [info] [command][07bf0470-b0e0-494f-b394-1c65906d0ec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""07bf0470-b0e0-494f-b394-1c65906d0ec5""}\n2025-07-20 00:26:06.981 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e22734f0-6939-4cfb-9365-459ac36bce85] received connection request\n2025-07-20 00:26:06.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:26:07.015 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e22734f0-6939-4cfb-9365-459ac36bce85] socks forwarding established\n2025-07-20 00:26:07.054 [info] [command][07bf0470-b0e0-494f-b394-1c65906d0ec5] Process exited with code 0\n2025-07-20 00:26:07.055 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e22734f0-6939-4cfb-9365-459ac36bce85] socks connection closed\n2025-07-20 00:26:07.055 [info] [command][07bf0470-b0e0-494f-b394-1c65906d0ec5] Socket close event received\n2025-07-20 00:26:07.087 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 56961 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:27:07.064 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:27:07.067 [info] [command][aff1f802-f30b-4e39-bb33-63b96404ed48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""aff1f802-f30b-4e39-bb33-63b96404ed48""}\n2025-07-20 00:27:07.067 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][140c4771-c014-4ea3-8eb9-1c1ad2cd54d1] received connection request\n2025-07-20 00:27:07.068 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:27:07.106 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][140c4771-c014-4ea3-8eb9-1c1ad2cd54d1] socks forwarding established\n2025-07-20 00:27:07.148 [info] [command][aff1f802-f30b-4e39-bb33-63b96404ed48] Process exited with code 0\n2025-07-20 00:27:07.148 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][140c4771-c014-4ea3-8eb9-1c1ad2cd54d1] socks connection closed\n2025-07-20 00:27:07.148 [info] [command][aff1f802-f30b-4e39-bb33-63b96404ed48] Socket close event received\n2025-07-20 00:27:07.180 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57005 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:28:07.158 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:28:07.160 [info] [command][c4e245cf-9547-477b-a310-10568b5e8c63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c4e245cf-9547-477b-a310-10568b5e8c63""}\n2025-07-20 00:28:07.161 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0bbac8a4-d741-459a-ba26-9ef456f4cece] received connection request\n2025-07-20 00:28:07.161 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:28:07.198 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0bbac8a4-d741-459a-ba26-9ef456f4cece] socks forwarding established\n2025-07-20 00:28:07.244 [info] [command][c4e245cf-9547-477b-a310-10568b5e8c63] Process exited with code 0\n2025-07-20 00:28:07.244 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0bbac8a4-d741-459a-ba26-9ef456f4cece] socks connection closed\n2025-07-20 00:28:07.245 [info] [command][c4e245cf-9547-477b-a310-10568b5e8c63] Socket close event received\n2025-07-20 00:28:07.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57027 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:29:07.253 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:29:07.255 [info] [command][83e72124-a258-48cd-9afe-e00168f1915b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""83e72124-a258-48cd-9afe-e00168f1915b""}\n2025-07-20 00:29:07.256 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][a9f4683f-deea-440f-83d5-b639ec947029] received connection request\n2025-07-20 00:29:07.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:29:07.293 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a9f4683f-deea-440f-83d5-b639ec947029] socks forwarding established\n2025-07-20 00:29:07.338 [info] [command][83e72124-a258-48cd-9afe-e00168f1915b] Process exited with code 0\n2025-07-20 00:29:07.339 [info] [command][83e72124-a258-48cd-9afe-e00168f1915b] Socket close event received\n2025-07-20 00:29:07.339 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][a9f4683f-deea-440f-83d5-b639ec947029] socks connection closed\n2025-07-20 00:29:07.368 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57047 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:30:07.340 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:30:07.341 [info] [command][6a660884-c874-473b-b8d5-05cfecbda135] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6a660884-c874-473b-b8d5-05cfecbda135""}\n2025-07-20 00:30:07.342 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][acb49e16-a0f5-4ca3-9c28-71886eee9d58] received connection request\n2025-07-20 00:30:07.343 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:30:07.373 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][acb49e16-a0f5-4ca3-9c28-71886eee9d58] socks forwarding established\n2025-07-20 00:30:07.417 [info] [command][6a660884-c874-473b-b8d5-05cfecbda135] Process exited with code 0\n2025-07-20 00:30:07.417 [info] [command][6a660884-c874-473b-b8d5-05cfecbda135] Socket close event received\n2025-07-20 00:30:07.418 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][acb49e16-a0f5-4ca3-9c28-71886eee9d58] socks connection closed\n2025-07-20 00:30:07.448 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57083 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:31:07.426 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:31:07.427 [info] [command][a965b6ff-a6ce-4296-87dd-041c4b5dacb5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a965b6ff-a6ce-4296-87dd-041c4b5dacb5""}\n2025-07-20 00:31:07.428 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][245ea41e-f632-427d-877f-91e54a611bdf] received connection request\n2025-07-20 00:31:07.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:31:07.460 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][245ea41e-f632-427d-877f-91e54a611bdf] socks forwarding established\n2025-07-20 00:31:07.509 [info] [command][a965b6ff-a6ce-4296-87dd-041c4b5dacb5] Process exited with code 0\n2025-07-20 00:31:07.509 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][245ea41e-f632-427d-877f-91e54a611bdf] socks connection closed\n2025-07-20 00:31:07.509 [info] [command][a965b6ff-a6ce-4296-87dd-041c4b5dacb5] Socket close event received\n2025-07-20 00:31:07.540 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57103 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:32:07.511 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:32:07.514 [info] [command][23cd489e-fc82-4423-89b3-5ab8464a8711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""23cd489e-fc82-4423-89b3-5ab8464a8711""}\n2025-07-20 00:32:07.515 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][09cd5317-092b-4fd6-b6d5-fb24e5f88363] received connection request\n2025-07-20 00:32:07.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:32:07.549 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][09cd5317-092b-4fd6-b6d5-fb24e5f88363] socks forwarding established\n2025-07-20 00:32:07.593 [info] [command][23cd489e-fc82-4423-89b3-5ab8464a8711] Process exited with code 0\n2025-07-20 00:32:07.593 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][09cd5317-092b-4fd6-b6d5-fb24e5f88363] socks connection closed\n2025-07-20 00:32:07.593 [info] [command][23cd489e-fc82-4423-89b3-5ab8464a8711] Socket close event received\n2025-07-20 00:32:07.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57146 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:33:07.603 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:33:07.605 [info] [command][e12cfb16-8db5-485f-a686-50e72a9814b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e12cfb16-8db5-485f-a686-50e72a9814b4""}\n2025-07-20 00:33:07.606 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c4bda2fd-7958-49c6-b254-e6c668284ccd] received connection request\n2025-07-20 00:33:07.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:33:07.645 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c4bda2fd-7958-49c6-b254-e6c668284ccd] socks forwarding established\n2025-07-20 00:33:07.682 [info] [command][e12cfb16-8db5-485f-a686-50e72a9814b4] Process exited with code 0\n2025-07-20 00:33:07.682 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c4bda2fd-7958-49c6-b254-e6c668284ccd] socks connection closed\n2025-07-20 00:33:07.682 [info] [command][e12cfb16-8db5-485f-a686-50e72a9814b4] Socket close event received\n2025-07-20 00:33:07.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57167 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:34:07.684 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:34:07.686 [info] [command][2a4be200-35db-49c5-86c9-b125f554668b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2a4be200-35db-49c5-86c9-b125f554668b""}\n2025-07-20 00:34:07.687 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][5a3c5289-86d8-4811-9028-10253a4597fe] received connection request\n2025-07-20 00:34:07.688 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:34:07.725 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5a3c5289-86d8-4811-9028-10253a4597fe] socks forwarding established\n2025-07-20 00:34:07.770 [info] [command][2a4be200-35db-49c5-86c9-b125f554668b] Process exited with code 0\n2025-07-20 00:34:07.771 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][5a3c5289-86d8-4811-9028-10253a4597fe] socks connection closed\n2025-07-20 00:34:07.771 [info] [command][2a4be200-35db-49c5-86c9-b125f554668b] Socket close event received\n2025-07-20 00:34:07.800 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57191 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:35:07.781 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:35:07.783 [info] [command][19cfc1dd-202a-494b-8ae9-72ef2a40f661] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""19cfc1dd-202a-494b-8ae9-72ef2a40f661""}\n2025-07-20 00:35:07.784 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][55f344fc-8b37-4381-96c4-e6d04057f2f9] received connection request\n2025-07-20 00:35:07.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:35:07.816 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][55f344fc-8b37-4381-96c4-e6d04057f2f9] socks forwarding established\n2025-07-20 00:35:07.858 [info] [command][19cfc1dd-202a-494b-8ae9-72ef2a40f661] Process exited with code 0\n2025-07-20 00:35:07.859 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][55f344fc-8b37-4381-96c4-e6d04057f2f9] socks connection closed\n2025-07-20 00:35:07.859 [info] [command][19cfc1dd-202a-494b-8ae9-72ef2a40f661] Socket close event received\n2025-07-20 00:35:07.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57224 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:36:07.866 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:36:07.868 [info] [command][a5fd04b2-1f9a-4525-a308-d4a053130471] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""a5fd04b2-1f9a-4525-a308-d4a053130471""}\n2025-07-20 00:36:07.869 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ad40708a-e936-4054-87b8-fed214389692] received connection request\n2025-07-20 00:36:07.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:36:07.903 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ad40708a-e936-4054-87b8-fed214389692] socks forwarding established\n2025-07-20 00:36:07.941 [info] [command][a5fd04b2-1f9a-4525-a308-d4a053130471] Process exited with code 0\n2025-07-20 00:36:07.942 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ad40708a-e936-4054-87b8-fed214389692] socks connection closed\n2025-07-20 00:36:07.942 [info] [command][a5fd04b2-1f9a-4525-a308-d4a053130471] Socket close event received\n2025-07-20 00:36:07.975 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57245 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:37:07.952 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:37:07.954 [info] [command][5aa5931a-3fcc-4b57-88a9-9409c87f95e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""5aa5931a-3fcc-4b57-88a9-9409c87f95e6""}\n2025-07-20 00:37:07.955 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][8591eff0-da2b-46b4-918f-cb1d1b61777d] received connection request\n2025-07-20 00:37:07.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:37:07.989 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8591eff0-da2b-46b4-918f-cb1d1b61777d] socks forwarding established\n2025-07-20 00:37:08.039 [info] [command][5aa5931a-3fcc-4b57-88a9-9409c87f95e6] Process exited with code 0\n2025-07-20 00:37:08.039 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][8591eff0-da2b-46b4-918f-cb1d1b61777d] socks connection closed\n2025-07-20 00:37:08.039 [info] [command][5aa5931a-3fcc-4b57-88a9-9409c87f95e6] Socket close event received\n2025-07-20 00:37:08.069 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57291 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:38:08.040 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:38:08.042 [info] [command][c794ff2e-8553-499d-a88e-36a212e0f224] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c794ff2e-8553-499d-a88e-36a212e0f224""}\n2025-07-20 00:38:08.044 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][d0d8d722-e047-4685-879b-8324913f66b7] received connection request\n2025-07-20 00:38:08.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:38:08.076 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d0d8d722-e047-4685-879b-8324913f66b7] socks forwarding established\n2025-07-20 00:38:08.127 [info] [command][c794ff2e-8553-499d-a88e-36a212e0f224] Process exited with code 0\n2025-07-20 00:38:08.127 [info] [command][c794ff2e-8553-499d-a88e-36a212e0f224] Socket close event received\n2025-07-20 00:38:08.128 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][d0d8d722-e047-4685-879b-8324913f66b7] socks connection closed\n2025-07-20 00:38:08.159 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57311 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:39:08.129 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:39:08.131 [info] [command][c2c54999-06ca-4a4f-9e39-ee037a00c964] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""c2c54999-06ca-4a4f-9e39-ee037a00c964""}\n2025-07-20 00:39:08.132 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][dd8cee0b-357b-4985-b913-ae239f2d88b4] received connection request\n2025-07-20 00:39:08.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:39:08.167 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dd8cee0b-357b-4985-b913-ae239f2d88b4] socks forwarding established\n2025-07-20 00:39:08.212 [info] [command][c2c54999-06ca-4a4f-9e39-ee037a00c964] Process exited with code 0\n2025-07-20 00:39:08.212 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][dd8cee0b-357b-4985-b913-ae239f2d88b4] socks connection closed\n2025-07-20 00:39:08.212 [info] [command][c2c54999-06ca-4a4f-9e39-ee037a00c964] Socket close event received\n2025-07-20 00:39:08.243 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57327 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:40:08.222 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:40:08.225 [info] [command][b1b3b1c9-9dac-4d75-ba8a-d8262cca3391] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b1b3b1c9-9dac-4d75-ba8a-d8262cca3391""}\n2025-07-20 00:40:08.225 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][979356d6-d886-4a06-96c1-56daada80aa0] received connection request\n2025-07-20 00:40:08.226 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:40:08.260 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][979356d6-d886-4a06-96c1-56daada80aa0] socks forwarding established\n2025-07-20 00:40:08.304 [info] [command][b1b3b1c9-9dac-4d75-ba8a-d8262cca3391] Process exited with code 0\n2025-07-20 00:40:08.305 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][979356d6-d886-4a06-96c1-56daada80aa0] socks connection closed\n2025-07-20 00:40:08.305 [info] [command][b1b3b1c9-9dac-4d75-ba8a-d8262cca3391] Socket close event received\n2025-07-20 00:40:08.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57361 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:41:08.308 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:41:08.309 [info] [command][f979febd-c73f-49e7-a114-84e177a6282f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""f979febd-c73f-49e7-a114-84e177a6282f""}\n2025-07-20 00:41:08.310 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][e6ea8b6f-6204-41fc-afc7-cb893cbecdee] received connection request\n2025-07-20 00:41:08.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:41:08.347 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e6ea8b6f-6204-41fc-afc7-cb893cbecdee] socks forwarding established\n2025-07-20 00:41:08.385 [info] [command][f979febd-c73f-49e7-a114-84e177a6282f] Process exited with code 0\n2025-07-20 00:41:08.386 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][e6ea8b6f-6204-41fc-afc7-cb893cbecdee] socks connection closed\n2025-07-20 00:41:08.386 [info] [command][f979febd-c73f-49e7-a114-84e177a6282f] Socket close event received\n2025-07-20 00:41:08.416 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57382 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:42:08.396 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:42:08.398 [info] [command][ac844b52-369b-4f3b-94b5-63d047c6458b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""ac844b52-369b-4f3b-94b5-63d047c6458b""}\n2025-07-20 00:42:08.399 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][3e9eb5c0-09bc-48d6-80a8-6bcb42b765e9] received connection request\n2025-07-20 00:42:08.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:42:08.433 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3e9eb5c0-09bc-48d6-80a8-6bcb42b765e9] socks forwarding established\n2025-07-20 00:42:08.477 [info] [command][ac844b52-369b-4f3b-94b5-63d047c6458b] Process exited with code 0\n2025-07-20 00:42:08.477 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][3e9eb5c0-09bc-48d6-80a8-6bcb42b765e9] socks connection closed\n2025-07-20 00:42:08.478 [info] [command][ac844b52-369b-4f3b-94b5-63d047c6458b] Socket close event received\n2025-07-20 00:42:08.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57428 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:43:08.487 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:43:08.489 [info] [command][7f928313-f156-43c0-bfdd-f728e1f4243b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""7f928313-f156-43c0-bfdd-f728e1f4243b""}\n2025-07-20 00:43:08.490 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][ffbc9495-54e9-4d0f-87ba-f5891b558b62] received connection request\n2025-07-20 00:43:08.491 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:43:08.523 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ffbc9495-54e9-4d0f-87ba-f5891b558b62] socks forwarding established\n2025-07-20 00:43:08.567 [info] [command][7f928313-f156-43c0-bfdd-f728e1f4243b] Process exited with code 0\n2025-07-20 00:43:08.568 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][ffbc9495-54e9-4d0f-87ba-f5891b558b62] socks connection closed\n2025-07-20 00:43:08.568 [info] [command][7f928313-f156-43c0-bfdd-f728e1f4243b] Socket close event received\n2025-07-20 00:43:08.598 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57449 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:44:08.577 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:44:08.579 [info] [command][6c5e82c0-c9ed-43f2-8ace-de388c04f53a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6c5e82c0-c9ed-43f2-8ace-de388c04f53a""}\n2025-07-20 00:44:08.580 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][9e617460-057e-4c0b-a685-ffeeb171859c] received connection request\n2025-07-20 00:44:08.581 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:44:08.617 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9e617460-057e-4c0b-a685-ffeeb171859c] socks forwarding established\n2025-07-20 00:44:08.657 [info] [command][6c5e82c0-c9ed-43f2-8ace-de388c04f53a] Process exited with code 0\n2025-07-20 00:44:08.658 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][9e617460-057e-4c0b-a685-ffeeb171859c] socks connection closed\n2025-07-20 00:44:08.658 [info] [command][6c5e82c0-c9ed-43f2-8ace-de388c04f53a] Socket close event received\n2025-07-20 00:44:08.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57467 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:45:08.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:45:08.670 [info] [command][0c168edb-ddf3-4495-aea4-fd9713f3e811] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""0c168edb-ddf3-4495-aea4-fd9713f3e811""}\n2025-07-20 00:45:08.671 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1ecb91a5-5bfe-4ccf-891c-593a1f817eac] received connection request\n2025-07-20 00:45:08.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:45:08.709 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ecb91a5-5bfe-4ccf-891c-593a1f817eac] socks forwarding established\n2025-07-20 00:45:08.754 [info] [command][0c168edb-ddf3-4495-aea4-fd9713f3e811] Process exited with code 0\n2025-07-20 00:45:08.755 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1ecb91a5-5bfe-4ccf-891c-593a1f817eac] socks connection closed\n2025-07-20 00:45:08.755 [info] [command][0c168edb-ddf3-4495-aea4-fd9713f3e811] Socket close event received\n2025-07-20 00:45:08.788 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57497 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:46:08.759 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:46:08.761 [info] [command][1b774f65-397d-408b-b707-e09cfb81e97f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1b774f65-397d-408b-b707-e09cfb81e97f""}\n2025-07-20 00:46:08.762 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][f8bee203-2622-4880-9daf-41e096dff50d] received connection request\n2025-07-20 00:46:08.763 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:46:08.795 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f8bee203-2622-4880-9daf-41e096dff50d] socks forwarding established\n2025-07-20 00:46:08.832 [info] [command][1b774f65-397d-408b-b707-e09cfb81e97f] Process exited with code 0\n2025-07-20 00:46:08.833 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][f8bee203-2622-4880-9daf-41e096dff50d] socks connection closed\n2025-07-20 00:46:08.833 [info] [command][1b774f65-397d-408b-b707-e09cfb81e97f] Socket close event received\n2025-07-20 00:46:08.863 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57517 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:47:08.842 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:47:08.843 [info] [command][2e4caca8-aa2b-4a29-ae18-6f644fd675b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2e4caca8-aa2b-4a29-ae18-6f644fd675b5""}\n2025-07-20 00:47:08.844 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][0c966cd2-8478-45f5-a7fe-f24f2b723e2d] received connection request\n2025-07-20 00:47:08.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:47:08.877 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0c966cd2-8478-45f5-a7fe-f24f2b723e2d] socks forwarding established\n2025-07-20 00:47:08.921 [info] [command][2e4caca8-aa2b-4a29-ae18-6f644fd675b5] Process exited with code 0\n2025-07-20 00:47:08.921 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][0c966cd2-8478-45f5-a7fe-f24f2b723e2d] socks connection closed\n2025-07-20 00:47:08.921 [info] [command][2e4caca8-aa2b-4a29-ae18-6f644fd675b5] Socket close event received\n2025-07-20 00:47:08.950 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57565 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:48:08.930 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:48:08.932 [info] [command][6ba2f596-97b3-4a88-907e-639b5baf77ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6ba2f596-97b3-4a88-907e-639b5baf77ba""}\n2025-07-20 00:48:08.933 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][35182ae1-541c-4152-b9da-0bf825ef2b87] received connection request\n2025-07-20 00:48:08.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:48:08.965 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][35182ae1-541c-4152-b9da-0bf825ef2b87] socks forwarding established\n2025-07-20 00:48:09.011 [info] [command][6ba2f596-97b3-4a88-907e-639b5baf77ba] Process exited with code 0\n2025-07-20 00:48:09.011 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][35182ae1-541c-4152-b9da-0bf825ef2b87] socks connection closed\n2025-07-20 00:48:09.011 [info] [command][6ba2f596-97b3-4a88-907e-639b5baf77ba] Socket close event received\n2025-07-20 00:48:09.041 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57587 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:49:09.020 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:49:09.021 [info] [command][898aac22-b12e-4597-83f9-a0e54f8ae62f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""898aac22-b12e-4597-83f9-a0e54f8ae62f""}\n2025-07-20 00:49:09.022 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][133cbd5b-690e-4296-9cec-ed9ff00555d1] received connection request\n2025-07-20 00:49:09.023 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:49:09.055 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][133cbd5b-690e-4296-9cec-ed9ff00555d1] socks forwarding established\n2025-07-20 00:49:09.100 [info] [command][898aac22-b12e-4597-83f9-a0e54f8ae62f] Process exited with code 0\n2025-07-20 00:49:09.100 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][133cbd5b-690e-4296-9cec-ed9ff00555d1] socks connection closed\n2025-07-20 00:49:09.101 [info] [command][898aac22-b12e-4597-83f9-a0e54f8ae62f] Socket close event received\n2025-07-20 00:49:09.131 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57604 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:50:09.104 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:50:09.106 [info] [command][b974fc64-6022-4f17-a485-1364341fb3c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""b974fc64-6022-4f17-a485-1364341fb3c3""}\n2025-07-20 00:50:09.107 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][03f79018-286b-48a0-ad95-3e209e545a94] received connection request\n2025-07-20 00:50:09.107 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:50:09.145 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][03f79018-286b-48a0-ad95-3e209e545a94] socks forwarding established\n2025-07-20 00:50:09.189 [info] [command][b974fc64-6022-4f17-a485-1364341fb3c3] Process exited with code 0\n2025-07-20 00:50:09.189 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][03f79018-286b-48a0-ad95-3e209e545a94] socks connection closed\n2025-07-20 00:50:09.190 [info] [command][b974fc64-6022-4f17-a485-1364341fb3c3] Socket close event received\n2025-07-20 00:50:09.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57639 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:51:09.198 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:51:09.202 [info] [command][2656af1d-e161-4c9e-b7a9-ffb71b636845] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2656af1d-e161-4c9e-b7a9-ffb71b636845""}\n2025-07-20 00:51:09.202 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][85d2963e-cec9-411b-bf7c-e04ef3860f89] received connection request\n2025-07-20 00:51:09.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:51:09.303 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][85d2963e-cec9-411b-bf7c-e04ef3860f89] socks forwarding established\n2025-07-20 00:51:09.350 [info] [command][2656af1d-e161-4c9e-b7a9-ffb71b636845] Process exited with code 0\n2025-07-20 00:51:09.350 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][85d2963e-cec9-411b-bf7c-e04ef3860f89] socks connection closed\n2025-07-20 00:51:09.350 [info] [command][2656af1d-e161-4c9e-b7a9-ffb71b636845] Socket close event received\n2025-07-20 00:51:09.380 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57657 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:52:09.358 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:52:09.360 [info] [command][1186c06c-c663-4ef4-b4f7-a9b5d3f30cba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""1186c06c-c663-4ef4-b4f7-a9b5d3f30cba""}\n2025-07-20 00:52:09.360 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][1b9743df-32ab-489a-baac-9e04821572bb] received connection request\n2025-07-20 00:52:09.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:52:09.391 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1b9743df-32ab-489a-baac-9e04821572bb] socks forwarding established\n2025-07-20 00:52:09.439 [info] [command][1186c06c-c663-4ef4-b4f7-a9b5d3f30cba] Process exited with code 0\n2025-07-20 00:52:09.439 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][1b9743df-32ab-489a-baac-9e04821572bb] socks connection closed\n2025-07-20 00:52:09.439 [info] [command][1186c06c-c663-4ef4-b4f7-a9b5d3f30cba] Socket close event received\n2025-07-20 00:52:09.469 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57704 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:53:09.439 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:53:09.441 [info] [command][df47b1ac-f619-4941-be93-a6d22850799d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""df47b1ac-f619-4941-be93-a6d22850799d""}\n2025-07-20 00:53:09.441 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][c59ed4e7-80c6-4be7-8716-6160cd1d9942] received connection request\n2025-07-20 00:53:09.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:53:09.474 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c59ed4e7-80c6-4be7-8716-6160cd1d9942] socks forwarding established\n2025-07-20 00:53:09.518 [info] [command][df47b1ac-f619-4941-be93-a6d22850799d] Process exited with code 0\n2025-07-20 00:53:09.518 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][c59ed4e7-80c6-4be7-8716-6160cd1d9942] socks connection closed\n2025-07-20 00:53:09.519 [info] [command][df47b1ac-f619-4941-be93-a6d22850799d] Socket close event received\n2025-07-20 00:53:09.549 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57727 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:54:09.522 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:54:09.524 [info] [command][6be07671-cb9b-451b-b512-360388f3ced5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6be07671-cb9b-451b-b512-360388f3ced5""}\n2025-07-20 00:54:09.525 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][76984718-a54f-429b-968d-b201a790ed9c] received connection request\n2025-07-20 00:54:09.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:54:09.566 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][76984718-a54f-429b-968d-b201a790ed9c] socks forwarding established\n2025-07-20 00:54:09.614 [info] [command][6be07671-cb9b-451b-b512-360388f3ced5] Process exited with code 0\n2025-07-20 00:54:09.614 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][76984718-a54f-429b-968d-b201a790ed9c] socks connection closed\n2025-07-20 00:54:09.614 [info] [command][6be07671-cb9b-451b-b512-360388f3ced5] Socket close event received\n2025-07-20 00:54:09.646 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57745 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:55:09.618 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:55:09.620 [info] [command][6c4978aa-75c5-4456-8218-b38423e9b387] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""6c4978aa-75c5-4456-8218-b38423e9b387""}\n2025-07-20 00:55:09.620 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][663a49ec-14a5-4734-98b4-584fb5dcc4aa] received connection request\n2025-07-20 00:55:09.621 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:55:09.656 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][663a49ec-14a5-4734-98b4-584fb5dcc4aa] socks forwarding established\n2025-07-20 00:55:09.703 [info] [command][6c4978aa-75c5-4456-8218-b38423e9b387] Process exited with code 0\n2025-07-20 00:55:09.703 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][663a49ec-14a5-4734-98b4-584fb5dcc4aa] socks connection closed\n2025-07-20 00:55:09.703 [info] [command][6c4978aa-75c5-4456-8218-b38423e9b387] Socket close event received\n2025-07-20 00:55:09.736 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57775 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:56:09.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:56:09.713 [info] [command][9e4e02ba-9087-4637-9baf-fea314781bc3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""9e4e02ba-9087-4637-9baf-fea314781bc3""}\n2025-07-20 00:56:09.714 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][31507db2-c4f6-4d53-8fae-c243c3da3722] received connection request\n2025-07-20 00:56:09.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:56:09.746 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][31507db2-c4f6-4d53-8fae-c243c3da3722] socks forwarding established\n2025-07-20 00:56:09.793 [info] [command][9e4e02ba-9087-4637-9baf-fea314781bc3] Process exited with code 0\n2025-07-20 00:56:09.794 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][31507db2-c4f6-4d53-8fae-c243c3da3722] socks connection closed\n2025-07-20 00:56:09.794 [info] [command][9e4e02ba-9087-4637-9baf-fea314781bc3] Socket close event received\n2025-07-20 00:56:09.824 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57797 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:57:09.794 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:57:09.797 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][64e5e2bb-6371-4e4a-9bc2-1e2db0c7499f] received connection request\n2025-07-20 00:57:09.797 [info] [command][e0dd111d-b509-4991-9a66-5f2722e4e0f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""e0dd111d-b509-4991-9a66-5f2722e4e0f7""}\n2025-07-20 00:57:09.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:57:09.830 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][64e5e2bb-6371-4e4a-9bc2-1e2db0c7499f] socks forwarding established\n2025-07-20 00:57:09.876 [info] [command][e0dd111d-b509-4991-9a66-5f2722e4e0f7] Process exited with code 0\n2025-07-20 00:57:09.877 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][64e5e2bb-6371-4e4a-9bc2-1e2db0c7499f] socks connection closed\n2025-07-20 00:57:09.877 [info] [command][e0dd111d-b509-4991-9a66-5f2722e4e0f7] Socket close event received\n2025-07-20 00:57:09.907 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57840 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:58:09.884 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:58:09.887 [info] [command][d6a398c2-e43e-4ee6-8bae-4f638cb0317e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""d6a398c2-e43e-4ee6-8bae-4f638cb0317e""}\n2025-07-20 00:58:09.887 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:38205][b414c393-0f24-46df-8bbb-ff4c4df150f8] received connection request\n2025-07-20 00:58:09.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:58:09.920 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b414c393-0f24-46df-8bbb-ff4c4df150f8] socks forwarding established\n2025-07-20 00:58:09.965 [info] [command][d6a398c2-e43e-4ee6-8bae-4f638cb0317e] Process exited with code 0\n2025-07-20 00:58:09.965 [info] [forwarding][multiplex][127.0.0.1:58259 -> 127.0.0.1:58205 -> 127.0.0.1:38205][b414c393-0f24-46df-8bbb-ff4c4df150f8] socks connection closed\n2025-07-20 00:58:09.966 [info] [command][d6a398c2-e43e-4ee6-8bae-4f638cb0317e] Socket close event received\n2025-07-20 00:58:10.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58205 for 127.0.0.1 port 38205, connect from 127.0.0.1 port 57900 to 127.0.0.1 port 58205, nchannels 6\n\n2025-07-20 00:58:12.267 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #2)\n2025-07-20 00:58:12.267 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-20 00:58:12.277 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:34135][87f63609-816e-49a0-9908-7b6d535bd8c1] received connection request\n2025-07-20 00:58:12.288 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:34135][10864d57-161e-4692-bac8-02de212db815] received connection request\n2025-07-20 00:58:12.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:58:15.274 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-20 00:58:15.275 [error] Failed to connect to Cursor server at http://127.0.0.1:58258, attempt 1 of 3 This operation was aborted\n2025-07-20 00:58:15.278 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:34135][2e85b5fe-709a-489d-adfe-d10df43f219e] received connection request\n2025-07-20 00:58:15.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 58205 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 00:58:15.352 [info] Terminating existing SSH process with pid: 32272\n2025-07-20 00:58:15.352 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-20 00:58:15.352 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-20 00:58:15.353 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:58:15.353 [error] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][2e85b5fe-709a-489d-adfe-d10df43f219e] error while creating socks forwarding Socket closed\n2025-07-20 00:58:15.354 [error] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][87f63609-816e-49a0-9908-7b6d535bd8c1] error while creating socks forwarding Socket closed\n2025-07-20 00:58:15.354 [error] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][10864d57-161e-4692-bac8-02de212db815] error while creating socks forwarding Socket closed\n2025-07-20 00:58:15.354 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][a09a6874-3e64-4f2c-bb31-642b537e041c] socks connection closed\n2025-07-20 00:58:15.354 [info] [forwarding][code][127.0.0.1:58258 -> 127.0.0.1:58205 -> 127.0.0.1:34135][392059d8-b4c3-46c2-88c5-8dc7f6270339] socks connection closed\n2025-07-20 00:58:15.356 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36194.sh"" | ssh -v -T -D 57909 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:58:15.356 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:58:15.356 [info] Waiting for server to install via process(46445)...\n2025-07-20 00:58:15.379 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 00:58:15.380 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:58:15.381 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:58:15.381 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:58:15.381 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:58:15.384 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:58:15.385 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:58:15.385 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:58:15.385 [info] Retrying connection in 5 seconds...\n2025-07-20 00:58:16.287 [error] Failed to connect to Cursor server at http://127.0.0.1:58258, attempt 2 of 3 This operation was aborted\n2025-07-20 00:58:17.299 [error] Failed to connect to Cursor server at http://127.0.0.1:58258, attempt 3 of 3 This operation was aborted\n2025-07-20 00:58:17.299 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-20 00:58:17.299 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-20 00:59:06.635 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36194.sh\n2025-07-20 00:59:06.636 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:06.637 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46557.sh"" | ssh -v -T -D 57910 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:06.637 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:06.637 [info] Waiting for server to install via process(46454)...\n2025-07-20 00:59:06.646 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 00:59:06.646 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:06.647 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:06.647 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:06.647 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:06.648 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:06.649 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:06.649 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:06.649 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:09.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58259\n2025-07-20 00:59:09.976 [info] [command][2be4fc71-09c5-4f3a-adf1-e623cd91f3e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""3a69aa18-0ebb-49cc-9cdb-69a7b368a6b5"",""id"":""2be4fc71-09c5-4f3a-adf1-e623cd91f3e4""}\n2025-07-20 00:59:09.977 [error] [forwarding][multiplex][127.0.0.1:58259 -> unknown}][f7131731-6f81-43da-94cf-7dee2d48fab7] remote server not configured\n2025-07-20 00:59:09.978 [error] [command][2be4fc71-09c5-4f3a-adf1-e623cd91f3e4] Socket error: Error: read ECONNRESET\n2025-07-20 00:59:09.978 [info] [command][2be4fc71-09c5-4f3a-adf1-e623cd91f3e4] Socket close event received\n2025-07-20 00:59:11.657 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_46557.sh\n2025-07-20 00:59:11.657 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:11.660 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39301.sh"" | ssh -v -T -D 57912 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:11.660 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:11.660 [info] Waiting for server to install via process(46461)...\n2025-07-20 00:59:11.669 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 00:59:11.669 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:11.670 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:11.670 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:11.670 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:11.672 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:11.672 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:11.672 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:11.672 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:16.677 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39301.sh\n2025-07-20 00:59:16.678 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:16.680 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64827.sh"" | ssh -v -T -D 57913 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:16.680 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:16.680 [info] Waiting for server to install via process(46465)...\n2025-07-20 00:59:16.690 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 00:59:16.690 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:16.691 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:16.691 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:16.691 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:16.693 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:16.693 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:16.693 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:16.693 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:21.703 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_64827.sh\n2025-07-20 00:59:21.704 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:21.709 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7809.sh"" | ssh -v -T -D 57914 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:21.709 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:21.709 [info] Waiting for server to install via process(46470)...\n2025-07-20 00:59:21.720 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 00:59:21.720 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:21.721 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:21.721 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:21.721 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:21.723 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:21.723 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:21.724 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:21.724 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:26.725 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_7809.sh\n2025-07-20 00:59:26.725 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:26.728 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61661.sh"" | ssh -v -T -D 57915 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:26.728 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:26.728 [info] Waiting for server to install via process(46474)...\n2025-07-20 00:59:26.740 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 00:59:26.740 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:26.740 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:26.740 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:26.740 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:26.742 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:26.743 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:26.743 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:26.743 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:31.753 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_61661.sh\n2025-07-20 00:59:31.754 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:31.759 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95461.sh"" | ssh -v -T -D 57916 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:31.759 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:31.759 [info] Waiting for server to install via process(46479)...\n2025-07-20 00:59:31.773 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 00:59:31.774 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:31.774 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:31.774 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:31.774 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:31.777 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:31.777 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:31.778 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:31.778 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:36.784 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_95461.sh\n2025-07-20 00:59:36.785 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:36.789 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39712.sh"" | ssh -v -T -D 57917 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:36.789 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:36.789 [info] Waiting for server to install via process(46484)...\n2025-07-20 00:59:36.805 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-20 00:59:36.805 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:36.805 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:36.805 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:36.805 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:36.808 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:36.809 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:36.809 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:36.809 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:41.819 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_39712.sh\n2025-07-20 00:59:41.820 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:41.825 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59092.sh"" | ssh -v -T -D 57918 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:41.826 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:41.826 [info] Waiting for server to install via process(46495)...\n2025-07-20 00:59:41.845 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-20 00:59:41.845 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:41.845 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:41.845 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:41.846 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:41.848 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:41.848 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:41.849 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:41.849 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:46.859 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59092.sh\n2025-07-20 00:59:46.860 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:46.867 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23121.sh"" | ssh -v -T -D 57919 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:46.867 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:46.867 [info] Waiting for server to install via process(46499)...\n2025-07-20 00:59:46.881 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 00:59:46.881 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:46.881 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:46.881 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:46.881 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:46.884 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:46.885 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:46.885 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:46.885 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:51.890 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_23121.sh\n2025-07-20 00:59:51.891 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:51.894 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93148.sh"" | ssh -v -T -D 57920 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:51.895 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:51.895 [info] Waiting for server to install via process(46504)...\n2025-07-20 00:59:51.910 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 00:59:51.910 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:51.911 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:51.911 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:51.911 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:51.914 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:51.914 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:51.914 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:51.914 [info] Retrying connection in 5 seconds...\n2025-07-20 00:59:56.917 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_93148.sh\n2025-07-20 00:59:56.918 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 00:59:56.920 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8649.sh"" | ssh -v -T -D 57921 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 00:59:56.920 [info] Started installation script. Waiting for it to finish...\n2025-07-20 00:59:56.921 [info] Waiting for server to install via process(46508)...\n2025-07-20 00:59:56.931 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 00:59:56.932 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 00:59:56.932 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 00:59:56.932 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 00:59:56.932 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 00:59:56.934 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 00:59:56.935 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 00:59:56.935 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 00:59:56.935 [info] Retrying connection in 5 seconds...\n2025-07-20 01:00:01.946 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8649.sh\n2025-07-20 01:00:01.946 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 01:00:01.951 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35680.sh"" | ssh -v -T -D 57922 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 01:00:01.952 [info] Started installation script. Waiting for it to finish...\n2025-07-20 01:00:01.952 [info] Waiting for server to install via process(46514)...\n2025-07-20 01:00:01.968 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 01:00:01.968 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 01:00:01.968 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 01:00:01.968 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 01:00:01.968 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 01:00:01.971 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 01:00:01.971 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 01:00:01.972 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 01:00:01.972 [info] Retrying connection in 5 seconds...\n2025-07-20 01:15:40.659 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_35680.sh\n2025-07-20 01:15:40.659 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-RF8nxW/socket.sock\n2025-07-20 01:15:40.661 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6244.sh"" | ssh -v -T -D 57923 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 01:15:40.661 [info] Started installation script. Waiting for it to finish...\n2025-07-20 01:15:40.661 [info] Waiting for server to install via process(46521)...\n2025-07-20 01:15:40.686 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 01:15:40.686 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 01:15:40.686 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 01:15:40.686 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 01:15:40.686 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 01:15:40.689 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 01:15:40.689 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 01:15:40.689 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 01:15:40.689 [error] Failed to connect after 14 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 01:15:40.689 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6244.sh\n2025-07-20 01:15:40.690 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 12:34:59.032 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-20 12:34:59.055 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dIdTiu/socket.sock\n2025-07-20 12:34:59.056 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-20 12:34:59.058 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-dIdTiu/socket.sock\n2025-07-20 12:34:59.060 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_492.sh"" | ssh -v -T -D 58600 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 12:34:59.060 [info] Started installation script. Waiting for it to finish...\n2025-07-20 12:34:59.060 [info] Waiting for server to install via process(59869)...\n2025-07-20 12:34:59.065 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 12:34:59.065 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 12:34:59.066 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 12:34:59.066 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 12:34:59.067 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-20 12:34:59.067 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 12:34:59.530 [info] (ssh_tunnel) stderr: ssh: connect to host horeka.scc.kit.edu port 22: Undefined error: 0\n\n2025-07-20 12:34:59.531 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 12:34:59.532 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 12:34:59.532 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_492.sh\n2025-07-20 12:34:59.533 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 12:53:34.136 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-20 12:53:34.153 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-13Vn4T/socket.sock\n2025-07-20 12:53:34.153 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-20 12:53:34.156 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-13Vn4T/socket.sock\n2025-07-20 12:53:34.157 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4814.sh"" | ssh -v -T -D 59143 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 12:53:34.158 [info] Started installation script. Waiting for it to finish...\n2025-07-20 12:53:34.158 [info] Waiting for server to install via process(60041)...\n2025-07-20 12:53:34.164 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 12:53:34.164 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 12:53:34.164 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 12:53:34.164 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 12:53:34.165 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-20 12:53:34.165 [info] (ssh_tunnel) stderr: debug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 12:53:34.425 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-20 12:53:34.425 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-20 12:53:34.426 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-20 12:53:34.426 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-20 12:53:34.426 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-20 12:53:34.521 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-20 12:53:34.527 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-20 12:53:34.527 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-20 12:53:34.726 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-20 12:53:34.727 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-20 12:53:34.784 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-20 12:53:34.786 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-20 12:53:34.790 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-20 12:53:34.790 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-20 12:53:35.086 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-20 12:53:35.274 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-20 12:53:35.279 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \n\n2025-07-20 12:53:35.279 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-20 12:53:35.893 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-20 12:53:35.949 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-20 12:53:36.184 [info] Askpass server received request: POST /\n2025-07-20 12:53:36.184 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-20 12:53:36.184 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-20 12:58:18.999 [info] (ssh_tunnel) stderr: Connection closed by 141.52.43.17 port 22\n\n2025-07-20 12:58:19.002 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 12:58:19.004 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 12:58:19.004 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4814.sh\n2025-07-20 12:58:19.005 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 13:17:14.847 [info] Resolving ssh remote authority 'horeka.scc.kit.edu' (Unparsed 'ssh-remote+horeka.scc.kit.edu') (attempt #1)\n2025-07-20 13:17:14.860 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-IM9eeF/socket.sock\n2025-07-20 13:17:14.861 [info] Using configured platform linux for remote host horeka.scc.kit.edu\n2025-07-20 13:17:14.863 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-IM9eeF/socket.sock\n2025-07-20 13:17:14.865 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18660.sh"" | ssh -v -T -D 60542 horeka.scc.kit.edu bash --login -c bash\n2025-07-20 13:17:14.865 [info] Started installation script. Waiting for it to finish...\n2025-07-20 13:17:14.865 [info] Waiting for server to install via process(61028)...\n2025-07-20 13:17:14.872 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 5: Applying options for horeka.scc.kit.edu\n\n2025-07-20 13:17:14.872 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 13:17:14.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 13:17:14.873 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 13:17:14.873 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to horeka.scc.kit.edu port 22.\n\n2025-07-20 13:17:14.956 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-20 13:17:14.956 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_rsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_rsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ecdsa_sk-cert type -1\n\n2025-07-20 13:17:14.957 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-20 13:17:14.957 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519_sk-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_xmss-cert type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa type -1\ndebug1: identity file /Users/franzsrambical/.ssh/id_dsa-cert type -1\n\n2025-07-20 13:17:14.957 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-20 13:17:15.123 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to horeka.scc.kit.edu:22 as 'tum_dbd0378'\n\n2025-07-20 13:17:15.125 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-20 13:17:15.125 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-20 13:17:15.139 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-20 13:17:15.139 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-20 13:17:15.162 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:yEe5nJ5hZZ1YbgieWr+phqRZKYbrV7zRe8OR3X03cn0\n\n2025-07-20 13:17:15.163 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\n\n2025-07-20 13:17:15.163 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'horeka.scc.kit.edu' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:14\n\n2025-07-20 13:17:15.168 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\n\n2025-07-20 13:17:15.168 [info] (ssh_tunnel) stderr: debug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-20 13:17:15.168 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-20 13:17:15.427 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-20 13:17:15.499 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-20 13:17:15.505 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-20 13:17:15.505 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_rsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ecdsa_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519_sk \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_xmss \ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_dsa \ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_rsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ecdsa_sk\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ\n\n2025-07-20 13:17:16.224 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_ed25519_sk\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_xmss\ndebug1: Trying private key: /Users/franzsrambical/.ssh/id_dsa\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-20 13:17:16.251 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-20 13:17:16.350 [info] Askpass server received request: POST /\n2025-07-20 13:17:16.350 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Your OTP: ""}\n2025-07-20 13:17:16.350 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Your OTP: \n2025-07-20 13:17:40.209 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-20 13:17:40.310 [info] Askpass server received request: POST /\n2025-07-20 13:17:40.310 [info] Askpass server received request body: {""request"":""(tum_dbd0378@horeka.scc.kit.edu) Password: ""}\n2025-07-20 13:17:40.310 [info] Received SSH askpass request: (tum_dbd0378@horeka.scc.kit.edu) Password: \n2025-07-20 13:17:46.806 [info] (ssh_tunnel) stderr: Authenticated to horeka.scc.kit.edu ([141.52.43.17]:22) using ""keyboard-interactive"".\ndebug1: Local connections to LOCALHOST:60542 forwarded to remote address socks:0\n\n2025-07-20 13:17:46.807 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 60542.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 60542.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-20 13:17:46.809 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-20 13:17:46.809 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-20 13:17:47.437 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-20 13:17:47.438 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for horeka.scc.kit.edu / (none)\n\n2025-07-20 13:17:47.442 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for horeka.scc.kit.edu / (none)\n\n2025-07-20 13:17:47.442 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-20 13:17:47.448 [info] (ssh_tunnel) stderr: debug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-20 13:17:50.384 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/996262\n\n2025-07-20 13:17:50.642 [info] (ssh_tunnel) stdout: Locking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\nServer script already installed in /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\n\n2025-07-20 13:17:50.707 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-20 13:17:50.896 [info] (ssh_tunnel) stdout: Running multiplex server: \nCreating multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 13:17:50.896 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server\n\n2025-07-20 13:17:50.902 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nStarting multiplex server: /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 44a99d4e-5edb-4c12-8848-d75bc37edc5e\n\n2025-07-20 13:17:50.902 [info] (ssh_tunnel) stdout: Multiplex server started with PID 1352898 and wrote pid to file /run/user/996262/cursor-remote-multiplex.pid.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/996262/cursor-remote-multiplex.token.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/996262/cursor-remote-multiplex.log.6466bb070dac1873f8109b0fb795a5a2.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 13:17:52.457 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is not running\nCreating code server token file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2\nStarting code server script /home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/996262/cursor-remote-code.token.6466bb070dac1873f8109b0fb795a5a2 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2 &\nCode server started with PID 1352958 and wrote pid to file /run/user/996262/cursor-remote-code.pid.6466bb070dac1873f8109b0fb795a5a2\nCode server log file is /run/user/996262/cursor-remote-code.log.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-20 13:17:52.465 [info] (ssh_tunnel) stdout: f65e4da3d05db75c87943ab5: start\nexitCode==0==\nnodeExecutable==/home/hk-project-p0023960/tum_dbd0378/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==39485==\nmultiplexConnectionToken==44a99d4e-5edb-4c12-8848-d75bc37edc5e==\ncodeListeningOn==41693==\ncodeConnectionToken==3ab0b2fd-c1f5-4398-bc93-3926f5c81f10==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nf65e4da3d05db75c87943ab5: end\nUnlocking /run/user/996262/cursor-remote-lock.6466bb070dac1873f8109b0fb795a5a2\n\n2025-07-20 13:17:52.470 [info] Server install command exit code: 0\n2025-07-20 13:17:52.470 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18660.sh\n2025-07-20 13:17:52.472 [info] [forwarding][code] creating new forwarding server\n2025-07-20 13:17:52.472 [info] [forwarding][code] server listening on 127.0.0.1:60564\n2025-07-20 13:17:52.472 [info] [forwarding][code] Set up server\n2025-07-20 13:17:52.472 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: 3ab0b2fd-c1f5-4398-bc93-3926f5c81f10\n2025-07-20 13:17:52.472 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-20 13:17:52.472 [info] [forwarding][multiplex] server listening on 127.0.0.1:60565\n2025-07-20 13:17:52.472 [info] [forwarding][multiplex] Set up server\n2025-07-20 13:17:52.474 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 44a99d4e-5edb-4c12-8848-d75bc37edc5e\n2025-07-20 13:17:52.474 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:60565\n2025-07-20 13:17:52.477 [info] [command][525b3808-b1ce-41cf-82da-f176bcda41ea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""44a99d4e-5edb-4c12-8848-d75bc37edc5e"",""id"":""525b3808-b1ce-41cf-82da-f176bcda41ea""}\n2025-07-20 13:17:52.477 [info] [forwarding][multiplex][127.0.0.1:60565 -> 127.0.0.1:39485][56df3de3-b86c-4aa3-ad17-eb83cf178d4d] received connection request\n2025-07-20 13:17:52.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 60542 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 13:17:52.530 [info] [forwarding][multiplex][127.0.0.1:60565 -> 127.0.0.1:60542 -> 127.0.0.1:39485][56df3de3-b86c-4aa3-ad17-eb83cf178d4d] socks forwarding established\n2025-07-20 13:17:52.545 [info] [forwarding][code][127.0.0.1:60564 -> 127.0.0.1:41693][c40edfcd-e48a-4455-9707-209db3ab7fd8] received connection request\n2025-07-20 13:17:52.545 [info] (ssh_tunnel) stderr: debug1: Connection to port 60542 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 13:17:52.560 [info] [forwarding][code][127.0.0.1:60564 -> 127.0.0.1:60542 -> 127.0.0.1:41693][c40edfcd-e48a-4455-9707-209db3ab7fd8] socks forwarding established\n2025-07-20 13:17:52.660 [info] [forwarding][multiplex][127.0.0.1:60565 -> 127.0.0.1:60542 -> 127.0.0.1:39485][56df3de3-b86c-4aa3-ad17-eb83cf178d4d] socks connection closed\n2025-07-20 13:17:52.660 [info] [command][525b3808-b1ce-41cf-82da-f176bcda41ea] Process exited with code 0\n2025-07-20 13:17:52.663 [info] Successfully connected to Cursor server at http://127.0.0.1:60564/version\n2025-07-20 13:17:52.663 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-20 13:17:52.663 [info] [command][525b3808-b1ce-41cf-82da-f176bcda41ea] Socket close event received\n2025-07-20 13:17:52.664 [info] [forwarding][multiplex][127.0.0.1:60565 -> 127.0.0.1:39485][2e7029ed-cb79-4ecd-aa7a-d9c2b6843c14] received connection request\n2025-07-20 13:17:52.664 [info] [command][2ae5bf44-2672-4ef3-a626-75d45109228a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""44a99d4e-5edb-4c12-8848-d75bc37edc5e"",""id"":""2ae5bf44-2672-4ef3-a626-75d45109228a""}\n2025-07-20 13:17:52.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 60542 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 13:17:52.674 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 60542 for 127.0.0.1 port 39485, connect from 127.0.0.1 port 60567 to 127.0.0.1 port 60542, nchannels 6\n\n2025-07-20 13:17:52.677 [info] [forwarding][multiplex][127.0.0.1:60565 -> 127.0.0.1:60542 -> 127.0.0.1:39485][2e7029ed-cb79-4ecd-aa7a-d9c2b6843c14] socks forwarding established\n2025-07-20 13:17:52.710 [info] [command][2ae5bf44-2672-4ef3-a626-75d45109228a] Process exited with code 0\n2025-07-20 13:17:52.710 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-20 13:17:52.711 [info] [remote-ssh] Resolved exec server. Socks port: 60542\n2025-07-20 13:17:52.711 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":60564,""connectionToken"":""3ab0b2fd-c1f5-4398-bc93-3926f5c81f10"",""extensionHostEnv"":{}}. Socks port: 60542\n2025-07-20 13:17:52.711 [info] [command][2ae5bf44-2672-4ef3-a626-75d45109228a] Socket close event received\n2025-07-20 13:17:52.731 [info] [forwarding][multiplex][127.0.0.1:60565 -> 127.0.0.1:60542 -> 127.0.0.1:39485][2e7029ed-cb79-4ecd-aa7a-d9c2b6843c14] socks connection closed\n2025-07-20 13:17:52.746 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 60542 for 127.0.0.1 port 39485, connect from 127.0.0.1 port 60571 to 127.0.0.1 port 60542, nchannels 5\n\n2025-07-20 13:17:52.780 [info] [forwarding][code][127.0.0.1:60564 -> 127.0.0.1:41693][f5fce87b-83e6-49bf-9e5e-ed04936e4893] received connection request\n2025-07-20 13:17:52.780 [info] (ssh_tunnel) stderr: debug1: Connection to port 60542 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 13:17:52.794 [info] [forwarding][code][127.0.0.1:60564 -> 127.0.0.1:60542 -> 127.0.0.1:41693][f5fce87b-83e6-49bf-9e5e-ed04936e4893] socks forwarding established\n2025-07-20 13:17:52.849 [info] [forwarding][code][127.0.0.1:60564 -> 127.0.0.1:41693][0c50b0ae-3369-4d1d-96fe-b99335806573] received connection request\n2025-07-20 13:17:52.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 60542 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 13:17:52.862 [info] [forwarding][code][127.0.0.1:60564 -> 127.0.0.1:60542 -> 127.0.0.1:41693][0c50b0ae-3369-4d1d-96fe-b99335806573] socks forwarding established\n2025-07-20 13:17:53.281 [info] Saved platform linux for remote host horeka.scc.kit.edu\n2025-07-20 13:17:56.431 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 60542 for 127.0.0.1 port 41693, connect from 127.0.0.1 port 60569 to 127.0.0.1 port 60542, nchannels 6\n\n2025-07-20 13:17:56.431 [info] [forwarding][code][127.0.0.1:60564 -> 127.0.0.1:60542 -> 127.0.0.1:41693][c40edfcd-e48a-4455-9707-209db3ab7fd8] socks connection closed\n2025-07-20 13:18:00.654 [info] [tunnel-forwarding][localhost:8791 -> localhost:8791] server listening\n2025-07-20 13:18:00.654 [info] Cross binding to [::1]:8791. Originally bound to 127.0.0.1:8791\n2025-07-20 13:18:00.654 [info] [tunnel-forwarding][::1:8791 -> localhost:8791] server listening\n",log,tab +3,1025,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"1:18:05 PM [info] Activating crowd-code\n1:18:05 PM [info] Recording started\n1:18:05 PM [info] Initializing git provider using file system watchers...\n",Log,tab +4,1944,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"1:18:06 PM [info] Git repository found\n1:18:06 PM [info] Git provider initialized successfully\n1:18:06 PM [info] Initial git state: [object Object]\n",Log,content +5,54995,"plot.ipynb",0,0,"import wandb\nimport pandas as pd\nimport matplotlib.pyplot as plt\nimport matplotlib.ticker as mticker\n\n# --- 1. SET YOUR PROJECT DETAILS ---\n# Replace with your entity (username or team name) and project name\nENTITY = ""instant-uv""\nPROJECT = ""jafar""\n\n# --- 2. DEFINE METRIC AND CONFIG KEYS ---\n# The metric you want to plot (e.g., 'train/loss', 'validation_loss')\nMETRIC_NAME = ""loss"" \n\nRUN_TAGS = [""batch-size-scaling"", ""dynamics""]\n\n# --- 3. INITIALIZE WANDB API ---\napi = wandb.Api()\n\n# --- 4. FETCH RUNS ---\n# Construct a filter to get only the runs you care about\nfilters = {""$and"": [{""tags"": tag} for tag in RUN_TAGS]}\n\nruns = api.runs(f""{ENTITY}/{PROJECT}"", filters=filters)\n\nprint(f""Found {len(runs)} runs to process..."")",python,tab +6,55752,"TERMINAL",0,0,"",,terminal_focus +7,57943,"TERMINAL",0,0,"queue",,terminal_command +8,57989,"TERMINAL",0,0,"]633;C",,terminal_output +9,58043,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1993.localdomain: Sun Jul 20 13:19:03 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)",,terminal_output +10,59087,"TERMINAL",0,0,"4",,terminal_output +11,59494,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +12,61864,"TERMINAL",0,0,"idle",,terminal_command +13,61958,"TERMINAL",0,0,"]633;C",,terminal_output +14,61972,"TERMINAL",0,0,"Partition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 300 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 11 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 3 nodes idle\r\nPartition large : 8 nodes idle\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +15,67470,"TERMINAL",0,0,"salloc --nodes=2 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=9:00:00 --partition=accelerated --account=hk-project-p0023960",,terminal_command +16,67587,"TERMINAL",0,0,"]633;C",,terminal_output +17,67642,"TERMINAL",0,0,"salloc: Pending job allocation 3361551\r\nsalloc: job 3361551 queued and waiting for resources\r\n",,terminal_output +18,81964,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +19,603862,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=24:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log\n#SBATCH --job-name=train_tokenizer_lr_sweep_1e-4_larger_ffn\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$PWD/checkpoints/$job_name\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --restore_ckpt \\n --save_ckpt \\n --batch_size=96 \\n --ffn_dim=2048 \\n --num_blocks=4 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --decay_end=0.0 \\n --wsd_decay_steps=10000 \\n --num_steps=53000 \\n --log_image_interval=1000 \\n --log_checkpoint_interval=1000 \\n --log \\n --name=mixed-precision-tokenizer-lr-1e-4-larger-ffn \\n --tags tokenizer mixed-precision 1e-4 mixed-precision flash-attention larger-ffn \\n --entity instant-uv \\n --project jafar \\n --data_dir $array_records_dir",shellscript,tab +20,605632,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=24:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_1e-4_larger_ffn\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --tokenizer_ffn_dim=512 \\n --tokenizer_num_blocks=8 \\n --lam_ffn_dim=2048 \\n --lam_num_blocks=4 \\n --dyna_ffn_dim=2048 \\n --dyna_num_blocks=6 \\n --init_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-lr-1e-4-larger-ffn \\n --tags dynamics lr-1e-4 larger-ffn mixed-precision flash-attention \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +21,607246,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,tab +22,611976,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",807,0,"",shellscript,selection_mouse +23,611987,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",806,0,"",shellscript,selection_command +24,613396,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +25,614848,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,tab +26,618138,"TERMINAL",0,0,"",,terminal_focus +27,619771,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",188,0,"",shellscript,selection_mouse +28,620331,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,0,"",shellscript,selection_command +29,620357,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,1,"/",shellscript,selection_command +30,620769,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,91,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log\n",shellscript,selection_command +31,620872,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,90,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log",shellscript,selection_command +32,621127,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,89,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.lo",shellscript,selection_command +33,621154,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,88,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.l",shellscript,selection_command +34,621306,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,87,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.",shellscript,selection_command +35,621309,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,86,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j",shellscript,selection_command +36,621311,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,85,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%",shellscript,selection_command +37,621313,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,84,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_",shellscript,selection_command +38,621319,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,83,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x",shellscript,selection_command +39,621454,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,82,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%",shellscript,selection_command +40,621659,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",187,81,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/",shellscript,selection_command +41,621911,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",267,0,"",shellscript,selection_command +42,624443,"TERMINAL",0,0,"cd /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/",,terminal_command +43,624445,"TERMINAL",0,0,"]633;C",,terminal_output +44,624463,"TERMINAL",0,0,"]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +45,625048,"TERMINAL",0,0,"ls",,terminal_command +46,625049,"TERMINAL",0,0,"]633;C",,terminal_output +47,625123,"TERMINAL",0,0,"train_tokenizer_lr_sweep_1e-4_larger_ffn_3352432.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_3353639.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_3356624.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_3357211.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3352433.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3353627.log\r\n]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +48,652191,"TERMINAL",0,0,"mkdir larger_ffn_tokenizer",,terminal_command +49,652196,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +50,656182,"TERMINAL",0,0,"mkdir larger_ffn_dynamics",,terminal_command +51,656187,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +52,665827,"TERMINAL",0,0,"mv train_tokenizer_lr_sweep_1e-4_larger_ffn_335* larger_ffn_tokenizer/",,terminal_command +53,665828,"TERMINAL",0,0,"]633;C",,terminal_output +54,665845,"TERMINAL",0,0,"]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +55,666580,"TERMINAL",0,0,"ls",,terminal_command +56,666589,"TERMINAL",0,0,"]633;Clarger_ffn_dynamics\r\nlarger_ffn_tokenizer\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3352433.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3353627.log\r\n]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +57,673270,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",267,1,"/",shellscript,selection_command +58,673373,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",263,5,"runs/",shellscript,selection_command +59,673763,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",262,6,"-runs/",shellscript,selection_command +60,673926,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",259,9,"big-runs/",shellscript,selection_command +61,674432,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",259,0,"",shellscript,selection_command +62,675775,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",261,0,"",shellscript,selection_command +63,675935,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",262,0,"",shellscript,selection_command +64,676234,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",266,0,"",shellscript,selection_command +65,676725,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",267,0,"",shellscript,selection_command +66,677258,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",268,0,"",shellscript,selection_command +67,677639,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",268,0,"/",shellscript,content +68,677640,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",269,0,"",shellscript,selection_keyboard +69,677782,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",268,0,"",shellscript,selection_command +70,677912,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",377,0,"",shellscript,selection_command +71,678136,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",376,0,"",shellscript,selection_command +72,678907,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",376,0,"/",shellscript,content +73,678908,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",377,0,"",shellscript,selection_keyboard +74,679074,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",376,0,"",shellscript,selection_command +75,679304,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",267,0,"",shellscript,selection_command +76,679693,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",268,0,"",shellscript,selection_command +77,681735,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",268,0,"l",shellscript,content +78,681736,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",269,0,"",shellscript,selection_keyboard +79,681875,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",269,0,"a",shellscript,content +80,681876,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",270,0,"",shellscript,selection_keyboard +81,681878,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",270,0,"r",shellscript,content +82,681879,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",271,0,"",shellscript,selection_keyboard +83,682148,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",271,0,"g",shellscript,content +84,682149,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",272,0,"",shellscript,selection_keyboard +85,682153,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",272,0,"e",shellscript,content +86,682154,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",273,0,"",shellscript,selection_keyboard +87,682273,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",273,0,"r",shellscript,content +88,682274,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",274,0,"",shellscript,selection_keyboard +89,682800,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",274,0,"_",shellscript,content +90,682802,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",275,0,"",shellscript,selection_keyboard +91,682976,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",275,0,"f",shellscript,content +92,682977,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",276,0,"",shellscript,selection_keyboard +93,683152,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",276,0,"f",shellscript,content +94,683154,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",277,0,"",shellscript,selection_keyboard +95,683155,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",277,0,"n",shellscript,content +96,683156,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",278,0,"",shellscript,selection_keyboard +97,683447,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",278,0,"_",shellscript,content +98,683448,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",279,0,"",shellscript,selection_keyboard +99,684091,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",279,0,"t",shellscript,content +100,684092,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",280,0,"",shellscript,selection_keyboard +101,684195,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",280,0,"o",shellscript,content +102,684196,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",281,0,"",shellscript,selection_keyboard +103,684200,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",281,0,"k",shellscript,content +104,684202,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",282,0,"",shellscript,selection_keyboard +105,684271,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",282,0,"e",shellscript,content +106,684272,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",283,0,"",shellscript,selection_keyboard +107,684375,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",283,0,"n",shellscript,content +108,684376,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",284,0,"",shellscript,selection_keyboard +109,684433,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",284,0,"i",shellscript,content +110,684433,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",285,0,"",shellscript,selection_keyboard +111,684504,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",285,0,"z",shellscript,content +112,684505,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",286,0,"",shellscript,selection_keyboard +113,684625,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",286,0,"e",shellscript,content +114,684626,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",287,0,"",shellscript,selection_keyboard +115,684702,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",287,0,"r",shellscript,content +116,684703,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",288,0,"",shellscript,selection_keyboard +117,684937,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",287,0,"",shellscript,selection_command +118,685055,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",405,0,"",shellscript,selection_command +119,685376,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",403,0,"",shellscript,selection_command +120,685672,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",402,0,"",shellscript,selection_command +121,686114,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",401,0,"",shellscript,selection_command +122,686435,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",396,0,"larger_ffn_tokenizer",shellscript,content +123,686440,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",416,0,"",shellscript,selection_command +124,687651,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",299,0,"",shellscript,selection_command +125,697489,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,tab +126,699304,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",356,0,"/big-runs/larger_ffn_dynamics",shellscript,content +127,699305,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",259,0,"big-runs/larger_ffn_dynamics/",shellscript,content +128,700232,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",296,0,"",shellscript,selection_command +129,701369,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",294,0,"",shellscript,selection_command +130,701622,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",293,0,"",shellscript,selection_command +131,701652,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",292,0,"",shellscript,selection_command +132,701681,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",291,0,"",shellscript,selection_command +133,701732,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",289,0,"",shellscript,selection_command +134,701754,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",287,0,"",shellscript,selection_command +135,701777,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",268,0,"",shellscript,selection_command +136,701809,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",267,0,"",shellscript,selection_command +137,701844,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",263,0,"",shellscript,selection_command +138,701878,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",262,0,"",shellscript,selection_command +139,701915,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",259,0,"",shellscript,selection_command +140,701950,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",258,0,"",shellscript,selection_command +141,701984,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",248,0,"",shellscript,selection_command +142,702152,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",258,0,"",shellscript,selection_command +143,702403,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",259,0,"",shellscript,selection_command +144,702433,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",262,0,"",shellscript,selection_command +145,702463,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",263,0,"",shellscript,selection_command +146,708143,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",170,0,"",shellscript,selection_command +147,711311,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",298,0,"",shellscript,selection_command +148,711491,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",425,0,"",shellscript,selection_command +149,711671,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",478,0,"",shellscript,selection_command +150,712538,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",479,0,"",shellscript,selection_command +151,712722,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",503,0,"",shellscript,selection_command +152,712725,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",510,0,"",shellscript,selection_command +153,712726,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",511,0,"",shellscript,selection_command +154,712752,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",541,0,"",shellscript,selection_command +155,712889,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",571,0,"",shellscript,selection_command +156,712890,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",597,0,"",shellscript,selection_command +157,713126,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",598,0,"",shellscript,selection_command +158,713225,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",720,0,"",shellscript,selection_command +159,713600,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",721,0,"",shellscript,selection_command +160,713602,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",746,0,"",shellscript,selection_command +161,713604,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",773,0,"",shellscript,selection_command +162,713605,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",774,0,"",shellscript,selection_command +163,713802,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",914,0,"",shellscript,selection_command +164,714206,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",774,0,"",shellscript,selection_command +165,722853,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",895,0,"r",shellscript,content +166,722853,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",891,4,"",shellscript,content +167,722853,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,15,"",shellscript,content +168,723584,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",788,0,"",shellscript,selection_command +169,723901,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",790,0,"",shellscript,selection_command +170,723903,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",794,0,"",shellscript,selection_command +171,723905,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",795,0,"",shellscript,selection_command +172,723927,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",799,0,"",shellscript,selection_command +173,723967,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",800,0,"",shellscript,selection_command +174,723991,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",809,0,"",shellscript,selection_command +175,724103,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",810,0,"",shellscript,selection_command +176,724106,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",817,0,"",shellscript,selection_command +177,724108,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",818,0,"",shellscript,selection_command +178,724134,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",829,0,"",shellscript,selection_command +179,724159,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",830,0,"",shellscript,selection_command +180,724193,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",844,0,"",shellscript,selection_command +181,724229,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",845,0,"",shellscript,selection_command +182,724263,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",856,0,"",shellscript,selection_command +183,724296,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",857,0,"",shellscript,selection_command +184,724426,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",860,0,"",shellscript,selection_command +185,724428,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",861,0,"",shellscript,selection_command +186,724429,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",865,0,"",shellscript,selection_command +187,724433,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",866,0,"",shellscript,selection_command +188,724466,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",874,0,"",shellscript,selection_command +189,725172,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,0,"",shellscript,selection_command +190,725313,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,1,"l",shellscript,selection_command +191,725338,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,2,"lr",shellscript,selection_command +192,725718,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,3,"lr-",shellscript,selection_command +193,725992,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,10,"lr-scaling",shellscript,selection_command +194,726640,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,10,"",shellscript,content +195,727041,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,0,"l",shellscript,content +196,727043,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",876,0,"",shellscript,selection_keyboard +197,727082,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",876,0,"a",shellscript,content +198,727082,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",877,0,"",shellscript,selection_keyboard +199,727222,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",877,0,"r",shellscript,content +200,727223,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",878,0,"",shellscript,selection_keyboard +201,727417,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",878,0,"g",shellscript,content +202,727417,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",879,0,"",shellscript,selection_keyboard +203,727418,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",879,0,"e",shellscript,content +204,727418,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",880,0,"",shellscript,selection_keyboard +205,727444,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",880,0,"r",shellscript,content +206,727444,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",881,0,"",shellscript,selection_keyboard +207,728094,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",881,0,"-",shellscript,content +208,728095,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,0,"",shellscript,selection_keyboard +209,728121,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,0,"f",shellscript,content +210,728122,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",883,0,"",shellscript,selection_keyboard +211,728270,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",883,0,"f",shellscript,content +212,728271,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",884,0,"",shellscript,selection_keyboard +213,728453,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",884,0,"n",shellscript,content +214,728453,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",885,0,"",shellscript,selection_keyboard +215,728615,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",884,0,"",shellscript,selection_command +216,731241,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",919,0,"",shellscript,selection_command +217,731337,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",921,0,"",shellscript,selection_command +218,731488,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1032,0,"",shellscript,selection_command +219,732288,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1068,0,"_larger-ffn",shellscript,content +220,732288,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1027,11,"",shellscript,content +221,732288,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1018,0,"larger_ffn_",shellscript,content +222,738577,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1039,0,"",shellscript,selection_command +223,739104,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1040,0,"",shellscript,selection_command +224,739786,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1039,0,"",shellscript,selection_command +225,749274,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1038,0,"",shellscript,selection_command +226,749277,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1037,0,"",shellscript,selection_command +227,749279,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1036,0,"",shellscript,selection_command +228,749280,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1035,0,"",shellscript,selection_command +229,749283,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1034,0,"",shellscript,selection_command +230,749284,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1033,0,"",shellscript,selection_command +231,749286,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1032,0,"",shellscript,selection_command +232,749288,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1031,0,"",shellscript,selection_command +233,749290,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1030,0,"",shellscript,selection_command +234,749292,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1029,0,"",shellscript,selection_command +235,749835,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1068,11,"",shellscript,content +236,749854,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1038,0,"-lr-scaling",shellscript,content +237,749856,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1018,11,"",shellscript,content +238,749860,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1029,0,"",shellscript,selection_command +239,750490,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,3,"scaling",shellscript,content +240,750503,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,6,"cotraining-modelsize",shellscript,content +241,750505,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",774,0,"",shellscript,selection_command +242,751394,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,20,"lrarge",shellscript,content +243,751401,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,7,"ffn",shellscript,content +244,764141,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,3,"scaling",shellscript,content +245,764142,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,6,"cotraining-modelsize",shellscript,content +246,764626,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,20,"lrarge",shellscript,content +247,764628,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,7,"ffn",shellscript,content +248,764958,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,3,"scaling",shellscript,content +249,764960,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,6,"cotraining-modelsize",shellscript,content +250,765113,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",385,29,"",shellscript,content +251,765115,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",259,29,"",shellscript,content +252,765116,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",170,0,"",shellscript,selection_command +253,765633,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",259,0,"big-runs/larger_ffn_dynamics/",shellscript,content +254,765639,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",385,0,"/big-runs/larger_ffn_dynamics",shellscript,content +255,765926,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",875,20,"lrarge",shellscript,content +256,765929,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",882,7,"ffn",shellscript,content +257,765940,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",774,0,"",shellscript,selection_command +258,766757,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1018,0,"larger_ffn_",shellscript,content +259,766759,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1038,11,"",shellscript,content +260,766760,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1068,0,"_larger-ffn",shellscript,content +261,767446,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1068,11,"",shellscript,content +262,767448,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1038,0,"-lr-scaling",shellscript,content +263,767449,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1018,11,"",shellscript,content +264,770162,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",896,0,"",shellscript,selection_command +265,770317,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",921,0,"",shellscript,selection_command +266,771670,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",896,0,"",shellscript,selection_command +267,771873,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",774,0,"",shellscript,selection_command +268,772196,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",896,0,"",shellscript,selection_command +269,772467,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",921,0,"",shellscript,selection_command +270,772771,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",922,0,"",shellscript,selection_command +271,773301,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1069,0,"",shellscript,selection_command +272,773477,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1070,0,"",shellscript,selection_command +273,773773,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1087,0,"",shellscript,selection_command +274,774019,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1088,0,"",shellscript,selection_command +275,774173,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1120,0,"",shellscript,selection_command +276,774174,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1138,0,"",shellscript,selection_command +277,774177,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1171,0,"",shellscript,selection_command +278,774178,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1193,0,"",shellscript,selection_command +279,774179,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1223,0,"",shellscript,selection_command +280,774193,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1254,0,"",shellscript,selection_command +281,774238,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1279,0,"",shellscript,selection_command +282,774324,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1304,0,"",shellscript,selection_command +283,774326,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1330,0,"",shellscript,selection_command +284,774327,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1356,0,"",shellscript,selection_command +285,774360,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1374,0,"",shellscript,selection_command +286,774451,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1396,0,"",shellscript,selection_command +287,774453,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1428,0,"",shellscript,selection_command +288,774460,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1440,0,"",shellscript,selection_command +289,774545,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1477,0,"",shellscript,selection_command +290,774547,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1518,0,"",shellscript,selection_command +291,774561,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1591,0,"",shellscript,selection_command +292,774618,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1617,0,"",shellscript,selection_command +293,774626,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1639,0,"",shellscript,selection_command +294,774668,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1688,0,"",shellscript,selection_command +295,774694,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1724,0,"",shellscript,selection_command +296,775006,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1688,0,"",shellscript,selection_command +297,775258,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1639,0,"",shellscript,selection_command +298,775287,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1617,0,"",shellscript,selection_command +299,775320,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1591,0,"",shellscript,selection_command +300,775353,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1518,0,"",shellscript,selection_command +301,775387,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1477,0,"",shellscript,selection_command +302,775420,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1440,0,"",shellscript,selection_command +303,775454,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1428,0,"",shellscript,selection_command +304,775487,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1396,0,"",shellscript,selection_command +305,775521,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1374,0,"",shellscript,selection_command +306,775571,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1356,0,"",shellscript,selection_command +307,775592,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1330,0,"",shellscript,selection_command +308,775624,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1304,0,"",shellscript,selection_command +309,775658,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1279,0,"",shellscript,selection_command +310,775698,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1254,0,"",shellscript,selection_command +311,775726,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1223,0,"",shellscript,selection_command +312,775758,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1193,0,"",shellscript,selection_command +313,775793,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1171,0,"",shellscript,selection_command +314,775830,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1138,0,"",shellscript,selection_command +315,775859,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1120,0,"",shellscript,selection_command +316,775892,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1088,0,"",shellscript,selection_command +317,775926,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1087,0,"",shellscript,selection_command +318,775976,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1070,0,"",shellscript,selection_command +319,778721,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1087,0,"",shellscript,selection_command +320,784664,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1088,0,"",shellscript,selection_command +321,786441,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1093,0,"",shellscript,selection_command +322,786723,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1100,0,"",shellscript,selection_command +323,786724,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1114,0,"",shellscript,selection_command +324,786755,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1115,0,"",shellscript,selection_command +325,786901,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1118,0,"",shellscript,selection_command +326,786903,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1124,0,"",shellscript,selection_command +327,786905,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1126,0,"",shellscript,selection_command +328,786906,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1136,0,"",shellscript,selection_command +329,786928,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1142,0,"",shellscript,selection_command +330,787077,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1144,0,"",shellscript,selection_command +331,787785,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1153,0,"",shellscript,selection_command +332,788419,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1154,0,"",shellscript,selection_command +333,788640,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1169,0,"",shellscript,selection_command +334,788644,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1175,0,"",shellscript,selection_command +335,788711,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1177,0,"",shellscript,selection_command +336,788713,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1187,0,"",shellscript,selection_command +337,788725,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1188,0,"",shellscript,selection_command +338,789242,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1191,0,"",shellscript,selection_command +339,789499,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1197,0,"",shellscript,selection_command +340,790239,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1191,0,"",shellscript,selection_command +341,790396,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1188,0,"",shellscript,selection_command +342,791629,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1191,0,"",shellscript,selection_command +343,791883,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1197,0,"",shellscript,selection_command +344,791905,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1199,0,"",shellscript,selection_command +345,791937,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1216,0,"",shellscript,selection_command +346,791975,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1217,0,"",shellscript,selection_command +347,792049,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1221,0,"",shellscript,selection_command +348,792051,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1227,0,"",shellscript,selection_command +349,792071,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1229,0,"",shellscript,selection_command +350,794828,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1249,0,"",shellscript,selection_command +351,796078,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1250,0,"",shellscript,selection_command +352,813464,"TERMINAL",0,0,"salloc",,terminal_focus +353,825593,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1220,0,"",shellscript,selection_command +354,828671,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,tab +355,829619,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",427,0,"",shellscript,selection_command +356,829808,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",487,0,"",shellscript,selection_command +357,829858,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",488,0,"",shellscript,selection_command +358,829864,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",512,0,"",shellscript,selection_command +359,829967,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",519,0,"",shellscript,selection_command +360,829969,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",520,0,"",shellscript,selection_command +361,829971,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",550,0,"",shellscript,selection_command +362,829999,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",580,0,"",shellscript,selection_command +363,830035,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",606,0,"",shellscript,selection_command +364,830065,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",607,0,"",shellscript,selection_command +365,830116,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",729,0,"",shellscript,selection_command +366,830154,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",730,0,"",shellscript,selection_command +367,830172,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",755,0,"",shellscript,selection_command +368,830201,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",782,0,"",shellscript,selection_command +369,830233,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",783,0,"",shellscript,selection_command +370,830271,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",825,0,"",shellscript,selection_command +371,830301,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",850,0,"",shellscript,selection_command +372,830343,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",851,0,"",shellscript,selection_command +373,830370,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",868,0,"",shellscript,selection_command +374,830490,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",869,0,"",shellscript,selection_command +375,830492,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",902,0,"",shellscript,selection_command +376,830494,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",935,0,"",shellscript,selection_command +377,830508,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",956,0,"",shellscript,selection_command +378,830631,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",974,0,"",shellscript,selection_command +379,830632,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",996,0,"",shellscript,selection_command +380,831888,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",974,0,"",shellscript,selection_command +381,831927,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",956,0,"",shellscript,selection_command +382,832293,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",935,0,"",shellscript,selection_command +383,832472,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",902,0,"",shellscript,selection_command +384,832779,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",906,0,"",shellscript,selection_command +385,832946,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",908,0,"",shellscript,selection_command +386,832955,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",917,0,"",shellscript,selection_command +387,832999,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",918,0,"",shellscript,selection_command +388,833022,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",933,0,"",shellscript,selection_command +389,833117,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",939,0,"",shellscript,selection_command +390,833119,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",941,0,"",shellscript,selection_command +391,833121,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",954,0,"",shellscript,selection_command +392,833154,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",960,0,"",shellscript,selection_command +393,833296,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",962,0,"",shellscript,selection_command +394,833815,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",941,0,"",shellscript,selection_command +395,834953,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",954,0,"",shellscript,selection_command +396,835554,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",960,0,"",shellscript,selection_command +397,835788,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",962,0,"",shellscript,selection_command +398,836032,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",972,0,"",shellscript,selection_command +399,836069,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",978,0,"",shellscript,selection_command +400,836104,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",980,0,"",shellscript,selection_command +401,836331,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",990,0,"",shellscript,selection_command +402,836607,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",991,0,"",shellscript,selection_command +403,836886,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",994,0,"",shellscript,selection_command +404,837141,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",1000,0,"",shellscript,selection_command +405,837169,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",1002,0,"",shellscript,selection_command +406,837366,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",1009,0,"",shellscript,selection_command +407,837622,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",1010,0,"",shellscript,selection_command +408,837649,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",1015,0,"",shellscript,selection_command +409,837688,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",1021,0,"",shellscript,selection_command +410,837710,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",1023,0,"",shellscript,selection_command +411,838581,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,tab +412,840135,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1250,0,"",shellscript,selection_command +413,841403,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1220,0,"",shellscript,selection_command +414,841790,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1217,0,"",shellscript,selection_command +415,842533,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1217,3,"",shellscript,content +416,842771,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1217,0,"2",shellscript,content +417,842772,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1218,0,"",shellscript,selection_keyboard +418,842836,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1218,0,"0",shellscript,content +419,842837,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1219,0,"",shellscript,selection_keyboard +420,843655,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1219,0,"4",shellscript,content +421,843657,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1220,0,"",shellscript,selection_keyboard +422,843739,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1220,0,"8",shellscript,content +423,843740,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1221,0,"",shellscript,selection_keyboard +424,843852,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1220,0,"",shellscript,selection_command +425,844038,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1251,0,"",shellscript,selection_command +426,844938,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1251,1,"4",shellscript,content +427,846277,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1220,0,"",shellscript,selection_command +428,847293,"experiments/train_tokenizer_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,tab +429,849877,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,tab +430,852015,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1193,0,"",shellscript,selection_command +431,852150,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1224,0,"",shellscript,selection_command +432,852274,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1228,0,"",shellscript,selection_command +433,853769,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1259,0,"",shellscript,selection_command +434,853909,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1261,0,"",shellscript,selection_command +435,854768,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1272,0,"",shellscript,selection_command +436,855022,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1273,0,"",shellscript,selection_command +437,855333,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1278,0,"",shellscript,selection_command +438,855561,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1284,0,"",shellscript,selection_command +439,855831,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1286,0,"",shellscript,selection_command +440,856069,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1300,0,"",shellscript,selection_command +441,856102,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1301,0,"",shellscript,selection_command +442,856131,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1303,0,"",shellscript,selection_command +443,856368,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1309,0,"",shellscript,selection_command +444,856619,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1311,0,"",shellscript,selection_command +445,856652,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1323,0,"",shellscript,selection_command +446,856892,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1324,0,"",shellscript,selection_command +447,857242,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1329,0,"",shellscript,selection_command +448,857488,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1335,0,"",shellscript,selection_command +449,857518,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1337,0,"",shellscript,selection_command +450,857548,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1352,0,"",shellscript,selection_command +451,857752,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1353,0,"",shellscript,selection_command +452,857985,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1355,0,"",shellscript,selection_command +453,858491,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1361,0,"",shellscript,selection_command +454,859302,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1363,0,"",shellscript,selection_command +455,859547,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1370,0,"",shellscript,selection_command +456,859573,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1371,0,"",shellscript,selection_command +457,859607,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1373,0,"",shellscript,selection_command +458,859648,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1379,0,"",shellscript,selection_command +459,859690,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1381,0,"",shellscript,selection_command +460,859725,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1387,0,"",shellscript,selection_command +461,859750,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1388,0,"",shellscript,selection_command +462,859774,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1389,0,"",shellscript,selection_command +463,860205,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1390,0,"",shellscript,selection_command +464,860458,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1392,0,"",shellscript,selection_command +465,861657,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1393,0,"",shellscript,selection_command +466,861820,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1395,0,"",shellscript,selection_command +467,862138,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1401,0,"",shellscript,selection_command +468,891142,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1433,0,"",shellscript,selection_command +469,891236,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1445,0,"",shellscript,selection_command +470,893021,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1441,0,"",shellscript,selection_command +471,895538,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1478,0,"",shellscript,selection_command +472,897220,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1482,0,"",shellscript,selection_command +473,897472,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1484,0,"",shellscript,selection_command +474,897502,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1488,0,"",shellscript,selection_command +475,898145,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1489,0,"",shellscript,selection_command +476,898548,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1497,0,"",shellscript,selection_command +477,899067,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1498,0,"",shellscript,selection_command +478,901096,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1500,0,"",shellscript,selection_command +479,901295,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1501,0,"",shellscript,selection_command +480,901302,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1503,0,"",shellscript,selection_command +481,901342,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1504,0,"",shellscript,selection_command +482,901365,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1505,0,"",shellscript,selection_command +483,901645,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1506,0,"",shellscript,selection_command +484,901895,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1512,0,"",shellscript,selection_command +485,902355,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1513,0,"",shellscript,selection_command +486,907201,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1517,0,"",shellscript,selection_command +487,907203,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1523,0,"",shellscript,selection_command +488,907204,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1525,0,"",shellscript,selection_command +489,907205,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1530,0,"",shellscript,selection_command +490,907206,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1539,0,"",shellscript,selection_command +491,907207,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1541,0,"",shellscript,selection_command +492,907209,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1542,0,"",shellscript,selection_command +493,907209,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1544,0,"",shellscript,selection_command +494,907211,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1545,0,"",shellscript,selection_command +495,907211,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1547,0,"",shellscript,selection_command +496,907212,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1553,0,"",shellscript,selection_command +497,907213,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1554,0,"",shellscript,selection_command +498,907214,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1558,0,"",shellscript,selection_command +499,907214,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1563,0,"",shellscript,selection_command +500,907215,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1564,0,"",shellscript,selection_command +501,907216,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1574,0,"",shellscript,selection_command +502,907217,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1579,0,"",shellscript,selection_command +503,907218,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1580,0,"",shellscript,selection_command +504,907583,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1590,0,"",shellscript,selection_command +505,908438,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1580,0,"",shellscript,selection_command +506,908624,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1579,0,"",shellscript,selection_command +507,908967,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1574,0,"",shellscript,selection_command +508,908970,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1564,0,"",shellscript,selection_command +509,908973,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1563,0,"",shellscript,selection_command +510,908975,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1558,0,"",shellscript,selection_command +511,909003,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1554,0,"",shellscript,selection_command +512,909096,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1553,0,"",shellscript,selection_command +513,909097,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1547,0,"",shellscript,selection_command +514,909108,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1545,0,"",shellscript,selection_command +515,909486,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1547,0,"",shellscript,selection_command +516,909644,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1553,0,"",shellscript,selection_command +517,909675,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1554,0,"",shellscript,selection_command +518,909812,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1558,0,"",shellscript,selection_command +519,909814,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1563,0,"",shellscript,selection_command +520,909815,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1564,0,"",shellscript,selection_command +521,910189,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1572,0,"",shellscript,selection_command +522,912103,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1574,0,"",shellscript,selection_command +523,912338,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1579,0,"",shellscript,selection_command +524,912369,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1580,0,"",shellscript,selection_command +525,912398,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1590,0,"",shellscript,selection_command +526,912431,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1596,0,"",shellscript,selection_command +527,912465,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1598,0,"",shellscript,selection_command +528,912513,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1605,0,"",shellscript,selection_command +529,913042,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1612,0,"",shellscript,selection_command +530,913488,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1613,0,"",shellscript,selection_command +531,914208,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1616,0,"",shellscript,selection_command +532,914368,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1622,0,"",shellscript,selection_command +533,914404,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1624,0,"",shellscript,selection_command +534,914433,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1632,0,"",shellscript,selection_command +535,914473,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1638,0,"",shellscript,selection_command +536,914507,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1644,0,"",shellscript,selection_command +537,914532,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1646,0,"",shellscript,selection_command +538,914568,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1666,0,"",shellscript,selection_command +539,914606,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1668,0,"",shellscript,selection_command +540,914640,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1687,0,"",shellscript,selection_command +541,915052,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1693,0,"",shellscript,selection_command +542,915300,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1695,0,"",shellscript,selection_command +543,915331,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1704,0,"",shellscript,selection_command +544,915359,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1705,0,"",shellscript,selection_command +545,915603,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1723,0,"",shellscript,selection_command +546,915919,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",1689,0,"",shellscript,selection_command +547,919123,"TERMINAL",0,0,"bash",,terminal_focus +548,932338,"TERMINAL",0,0,"ls",,terminal_command +549,932342,"TERMINAL",0,0,"]633;Clarger_ffn_dynamics\r\nlarger_ffn_tokenizer\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3352433.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3353627.log\r\n]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +550,935526,"TERMINAL",0,0,"cd",,terminal_command +551,936278,"TERMINAL",0,0,"ls",,terminal_command +552,936284,"TERMINAL",0,0,"]633;Cjafar slurm-3188420.out vid-tag\r\n]0;tum_dbd0378@hkn1993:~",,terminal_output +553,937843,"TERMINAL",0,0,"cd jafar/",,terminal_command +554,938208,"TERMINAL",0,0,"ls",,terminal_command +555,938323,"TERMINAL",0,0,"]633;C",,terminal_output +556,938461,"TERMINAL",0,0,"batch_size_benchmark_dynamics_co_train.json\r\nbatch_size_benchmark_dynamics.json\r\nbatch_size_benchmark_lam.json\r\nbatch_size_benchmark_lam_part_2.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_larger_ffn.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_larger_ffn_num_blocks_5.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_mock_dataloader.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_part_1.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_part_2.json\r\nbatch_size_benchmark_tokenizer_dummy_dataloader.json\r\nbatch_size_benchmark_tokenizer_dummy_dataloader_uint8.json\r\nbatch_size_benchmark_tokenizer.json\r\nbenchmark_batch_sizes_dynamics.py\r\nbenchmark_batch_sizes_lam.py\r\nbenchmark_batch_sizes_tokenizer.py\r\nBENCHMARK_README.md\r\ncheckpoints\r\ncomprehensive_variance_analysis.png\r\nconvert_knoms_to_arrayrecords.py\r\ndata\r\nexperiments\r\nfetch_wandb_run.py\r\ngenerate_arrayrecord_dataset.py\r\ngenerate_dataset.py\r\ngeneration_1748184309.645324.gif\r\ngeneration_1748185033.7382364.gif\r\ngeneration_1748187094.2946353.gif\r\ngeneration_1748616502.4403996.gif\r\ngenie.py\r\ngenie.py.orig\r\ngenie.py.rej\r\ninput_pipeline\r\ninteractive_generation.gif\r\nLICENSE\r\nloss_and_variance_analysis_not_normalized.png\r\nloss_and_variance_analysis.png\r\nmodels\r\noutputs\r\nplot.ipynb\r\n__pycache__\r\nREADME.md\r\nreprocess_knoms_to_optimized_arrayrecord_layout.py\r\nrequirements.txt\r\nrun_all_benchmarks.py\r\nrun_io_vs_memory_benchmark.py\r\nsample.py\r\nslurm-3315732.out\r\nslurm-3316722.out\r\nslurm-3321195.out\r\ntemp.out\r\ntests\r\ntoken_normalized_loss_plot.png\r\ntrain_dynamics.py\r\ntrain_lam.py\r\ntrain_tokenizer.py\r\nutils\r\nvs-code-recorder\r\nwandb\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +557,946536,"TERMINAL",0,0,"sbatch experiments/train_dynamics_lr_1e-4_larger_ffn.sh",,terminal_command +558,946548,"TERMINAL",0,0,"]633;C",,terminal_output +559,946549,"TERMINAL",0,0,"Submitted batch job 3361578\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +560,948285,"experiments/train_dynamics_lr_1e-4_larger_ffn.sh",0,0,"",shellscript,selection_command +561,963483,"TERMINAL",0,0,"queue",,terminal_command +562,963484,"TERMINAL",0,0,"]633;C",,terminal_output +563,963610,"TERMINAL",0,0,"[?1049h(B[?7hhkn1993.localdomain: Sun Jul 20 13:34:08 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3361551 accelerat interact tum_dbd0 PD\t0:00\t2 (Priority)3361578 accelerat train_dy tum_dbd0 PD\t0:00\t2 (Priority)",,terminal_output +564,964598,"TERMINAL",0,0,"9\t ",,terminal_output +565,965582,"TERMINAL",0,0,"10\t ",,terminal_output +566,966184,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +567,1207273,"TERMINAL",0,0,"salloc",,terminal_focus +568,1660792,"TERMINAL",0,0,"bash",,terminal_focus +569,1662074,"TERMINAL",0,0,"queue",,terminal_command +570,1662125,"TERMINAL",0,0,"]633;C",,terminal_output +571,1662368,"TERMINAL",0,0,"[?1049h(B[?7hhkn1993.localdomain: Sun Jul 20 13:45:47 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3361551 accelerat interact tum_dbd0 PD\t0:00\t2 (Priority)3361578 accelerat train_dy tum_dbd0 PD\t0:00\t2 (Priority)",,terminal_output +572,1663219,"TERMINAL",0,0,"8\t ",,terminal_output +573,1663282,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +574,1873744,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=24:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/larger_ffn_dynamics/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/larger_ffn_dynamics/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_1e-4_larger_ffn\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-lrarge-ffn/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --tokenizer_ffn_dim=2048 \\n --tokenizer_num_blocks=4 \\n --lam_ffn_dim=2048 \\n --lam_num_blocks=4 \\n --dyna_ffn_dim=2048 \\n --dyna_num_blocks=6 \\n --init_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-lr-1e-4-larger-ffn \\n --tags dynamics lr-1e-4 larger-ffn mixed-precision flash-attention \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +575,1875594,"experiments/train_dynamics_lr_1e-4_mixed_precision.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=24:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node_mixed_precision_flash_attention\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-mixed-precision-flash-attention-$slurm_job_id \\n --tags dynamics mixed-precision flash-attention \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +576,1879085,"experiments/train_dynamics_lr_1e-4_mixed_precision.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=24:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node_mixed_precision_flash_attention\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-mixed-precision-flash-attention-$slurm_job_id \\n --tags dynamics mixed-precision flash-attention \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +577,1884662,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sh",0,0,"#!/usr/bin/env bash\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\nSLURM_JOB_NAME=train_tokenizer_lr_sweep_1e-4_mixed_precision_flash_attention\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$PWD/checkpoints/$job_name\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log_checkpoint_interval=1000 \\n --log \\n --name=mixed-precision-tokenizer-lr-1e-4-flash-attention \\n --tags tokenizer mixed-precision 1e-4 flash-attention \\n --entity instant-uv \\n --project jafar \\n --data_dir $array_records_dir",shellscript,tab +578,1889347,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",0,0,"#!/usr/bin/env bash\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\nSLURM_JOB_NAME=train_tokenizer_lr_sweep_1e-4_mixed_precision_flash_attention\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$PWD/checkpoints/$job_name\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log_checkpoint_interval=1000 \\n --log \\n --name=mixed-precision-tokenizer-lr-1e-4-flash-attention \\n --tags tokenizer mixed-precision 1e-4 flash-attention \\n --entity instant-uv \\n --project jafar \\n --data_dir $array_records_dir",shellscript,tab +579,1890730,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",479,0,"",shellscript,selection_mouse +580,1898468,"TERMINAL",0,0,"queue",,terminal_command +581,1898596,"TERMINAL",0,0,"]633;C",,terminal_output +582,1898657,"TERMINAL",0,0,"[?1049h(B[?7hhkn1993.localdomain: Sun Jul 20 13:49:43 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3361551 accelerat interact tum_dbd0 PD\t0:00\t2 (Priority)3361578 accelerat train_dy tum_dbd0 PD\t0:00\t2 (Priority)",,terminal_output +583,1899702,"TERMINAL",0,0,"4\t ",,terminal_output +584,1900779,"TERMINAL",0,0,"5\t ",,terminal_output +585,1901867,"TERMINAL",0,0,"6\t ",,terminal_output +586,1902475,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +587,1936554,"TERMINAL",0,0,"ls",,terminal_command +588,1936569,"TERMINAL",0,0,"]633;Cbatch_size_benchmark_dynamics_co_train.json\r\nbatch_size_benchmark_dynamics.json\r\nbatch_size_benchmark_lam.json\r\nbatch_size_benchmark_lam_part_2.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_larger_ffn.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_larger_ffn_num_blocks_5.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_mock_dataloader.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_part_1.json\r\nbatch_size_benchmark_tokenizer_cudnn_flash_attention_part_2.json\r\nbatch_size_benchmark_tokenizer_dummy_dataloader.json\r\nbatch_size_benchmark_tokenizer_dummy_dataloader_uint8.json\r\nbatch_size_benchmark_tokenizer.json\r\nbenchmark_batch_sizes_dynamics.py\r\nbenchmark_batch_sizes_lam.py\r\nbenchmark_batch_sizes_tokenizer.py\r\nBENCHMARK_README.md\r\ncheckpoints\r\ncomprehensive_variance_analysis.png\r\nconvert_knoms_to_arrayrecords.py\r\ndata\r\nexperiments\r\nfetch_wandb_run.py\r\ngenerate_arrayrecord_dataset.py\r\ngenerate_dataset.py\r\ngeneration_1748184309.645324.gif\r\ngeneration_1748185033.7382364.gif\r\ngeneration_1748187094.2946353.gif\r\ngeneration_1748616502.4403996.gif\r\ngenie.py\r\ngenie.py.orig\r\ngenie.py.rej\r\ninput_pipeline\r\ninteractive_generation.gif\r\nLICENSE\r\nloss_and_variance_analysis_not_normalized.png\r\nloss_and_variance_analysis.png\r\nmodels\r\noutputs\r\nplot.ipynb\r\n__pycache__\r\nREADME.md\r\nreprocess_knoms_to_optimized_arrayrecord_layout.py\r\nrequirements.txt\r\nrun_all_benchmarks.py\r\nrun_io_vs_memory_benchmark.py\r\nsample.py\r\nslurm-3315732.out\r\nslurm-3316722.out\r\nslurm-3321195.out\r\ntemp.out\r\ntests\r\ntoken_normalized_loss_plot.png\r\ntrain_dynamics.py\r\ntrain_lam.py\r\ntrain_tokenizer.py\r\nutils\r\nvs-code-recorder\r\nwandb\r\n]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +589,1940323,"TERMINAL",0,0,"git clone git@github.com:p-doom/slurm.git",,terminal_command +590,1940375,"TERMINAL",0,0,"]633;CCloning into 'slurm'...\r\n",,terminal_output +591,1941896,"TERMINAL",0,0,"remote: Enumerating objects: 758, done.\r\nremote: Counting objects: 0% (1/758)\rremote: Counting objects: 1% (8/758)\rremote: Counting objects: 2% (16/758)\rremote: Counting objects: 3% (23/758)\rremote: Counting objects: 4% (31/758)\rremote: Counting objects: 5% (38/758)\rremote: Counting objects: 6% (46/758)\rremote: Counting objects: 7% (54/758)\rremote: Counting objects: 8% (61/758)\rremote: Counting objects: 9% (69/758)\rremote: Counting objects: 10% (76/758)\rremote: Counting objects: 11% (84/758)\rremote: Counting objects: 12% (91/758)\rremote: Counting objects: 13% (99/758)\rremote: Counting objects: 14% (107/758)\rremote: Counting objects: 15% (114/758)\rremote: Counting objects: 16% (122/758)\rremote: Counting objects: 17% (129/758)\rremote: Counting objects: 18% (137/758)\r",,terminal_output +592,1941993,"TERMINAL",0,0,"remote: Counting objects: 19% (145/758)\rremote: Counting objects: 20% (152/758)\rremote: Counting objects: 21% (160/758)\rremote: Counting objects: 22% (167/758)\rremote: Counting objects: 23% (175/758)\rremote: Counting objects: 24% (182/758)\rremote: Counting objects: 25% (190/758)\rremote: Counting objects: 26% (198/758)\rremote: Counting objects: 27% (205/758)\rremote: Counting objects: 28% (213/758)\rremote: Counting objects: 29% (220/758)\rremote: Counting objects: 30% (228/758)\rremote: Counting objects: 31% (235/758)\rremote: Counting objects: 32% (243/758)\rremote: Counting objects: 33% (251/758)\rremote: Counting objects: 34% (258/758)\rremote: Counting objects: 35% (266/758)\rremote: Counting objects: 36% (273/758)\rremote: Counting objects: 37% (281/758)\rremote: Counting objects: 38% (289/758)\rremote: Counting objects: 39% (296/758)\rremote: Counting objects: 40% (304/758)\rremote: Counting objects: 41% (311/758)\rremote: Counting objects: 42% (319/758)\rremote: Counting objects: 43% (326/758)\rremote: Counting objects: 44% (334/758)\rremote: Counting objects: 45% (342/758)\rremote: Counting objects: 46% (349/758)\rremote: Counting objects: 47% (357/758)\rremote: Counting objects: 48% (364/758)\rremote: Counting objects: 49% (372/758)\rremote: Counting objects: 50% (379/758)\rremote: Counting objects: 51% (387/758)\rremote: Counting objects: 52% (395/758)\rremote: Counting objects: 53% (402/758)\rremote: Counting objects: 54% (410/758)\rremote: Counting objects: 55% (417/758)\rremote: Counting objects: 56% (425/758)\rremote: Counting objects: 57% (433/758)\rremote: Counting objects: 58% (440/758)\rremote: Counting objects: 59% (448/758)\rremote: Counting objects: 60% (455/758)\rremote: Counting objects: 61% (463/758)\rremote: Counting objects: 62% (470/758)\rremote: Counting objects: 63% (478/758)\rremote: Counting objects: 64% (486/758)\rremote: Counting objects: 65% (493/758)\rremote: Counting objects: 66% (501/758)\rremote: Counting objects: 67% (508/758)\rremote: Counting objects: 68% (516/758)\rremote: Counting objects: 69% (524/758)\rremote: Counting objects: 70% (531/758)\rremote: Counting objects: 71% (539/758)\rremote: Counting objects: 72% (546/758)\rremote: Counting objects: 73% (554/758)\rremote: Counting objects: 74% (561/758)\rremote: Counting objects: 75% (569/758)\rremote: Counting objects: 76% (577/758)\rremote: Counting objects: 77% (584/758)\rremote: Counting objects: 78% (592/758)\rremote: Counting objects: 79% (599/758)\rremote: Counting objects: 80% (607/758)\rremote: Counting objects: 81% (614/758)\rremote: Counting objects: 82% (622/758)\rremote: Counting objects: 83% (630/758)\rremote: Counting objects: 84% (637/758)\rremote: Counting objects: 85% (645/758)\rremote: Counting objects: 86% (652/758)\rremote: Counting objects: 87% (660/758)\rremote: Counting objects: 88% (668/758)\rremote: Counting objects: 89% (675/758)\rremote: Counting objects: 90% (683/758)\rremote: Counting objects: 91% (690/758)\rremote: Counting objects: 92% (698/758)\rremote: Counting objects: 93% (705/758)\rremote: Counting objects: 94% (713/758)\rremote: Counting objects: 95% (721/758)\rremote: Counting objects: 96% (728/758)\rremote: Counting objects: 97% (736/758)\rremote: Counting objects: 98% (743/758)\rremote: Counting objects: 99% (751/758)\rremote: Counting objects: 100% (758/758)\rremote: Counting objects: 100% (758/758), done.\r\nremote: Compressing objects: 0% (1/347)\rremote: Compressing objects: 1% (4/347)\rremote: Compressing objects: 2% (7/347)\rremote: Compressing objects: 3% (11/347)\rremote: Compressing objects: 4% (14/347)\rremote: Compressing objects: 5% (18/347)\rremote: Compressing objects: 6% (21/347)\rremote: Compressing objects: 7% (25/347)\rremote: Compressing objects: 8% (28/347)\rremote: Compressing objects: 9% (32/347)\rremote: Compressing objects: 10% (35/347)\rremote: Compressing objects: 11% (39/347)\rremote: Compressing objects: 12% (42/347)\rremote: Compressing objects: 13% (46/347)\rremote: Compressing objects: 14% (49/347)\rremote: Compressing objects: 15% (53/347)\rremote: Compressing objects: 16% (56/347)\rremote: Compressing objects: 17% (59/347)\rremote: Compressing objects: 18% (63/347)\rremote: Compressing objects: 19% (66/347)\rremote: Compressing objects: 20% (70/347)\rremote: Compressing objects: 21% (73/347)\rremote: Compressing objects: 22% (77/347)\rremote: Compressing objects: 23% (80/347)\rremote: Compressing objects: 24% (84/347)\rremote: Compressing objects: 25% (87/347)\rremote: Compressing objects: 26% (91/347)\rremote: Compressing objects: 27% (94/347)\rremote: Compressing objects: 28% (98/347)\rremote: Compressing objects: 29% (101/347)\rremote: Compressing objects: 30% (105/347)\rremote: Compressing objects: 31% (108/347)\rremote: Compressing objects: 32% (112/347)\rremote: Compressing objects: 33% (115/347)\rremote: Compressing objects: 34% (118/347)\rremote: Compressing objects: 35% (122/347)\rremote: Compressing objects: 36% (125/347)\rremote: Compressing objects: 37% (129/347)\rremote: Compressing objects: 38% (132/347)\rremote: Compressing objects: 39% (136/347)\rremote: Compressing objects: 40% (139/347)\rremote: Compressing objects: 41% (143/347)\rremote: Compressing objects: 42% (146/347)\rremote: Compressing objects: 43% (150/347)\rremote: Compressing objects: 44% (153/347)\rremote: Compressing objects: 45% (157/347)\rremote: Compressing objects: 46% (160/347)\rremote: Compressing objects: 47% (164/347)\rremote: Compressing objects: 48% (167/347)\rremote: Compressing objects: 49% (171/347)\rremote: Compressing objects: 50% (174/347)\rremote: Compressing objects: 51% (177/347)\rremote: Compressing objects: 52% (181/347)\rremote: Compressing objects: 53% (184/347)\rremote: Compressing objects: 54% (188/347)\rremote: Compressing objects: 55% (191/347)\rremote: Compressing objects: 56% (195/347)\rremote: Compressing objects: 57% (198/347)\rremote: Compressing objects: 58% (202/347)\rremote: Compressing objects: 59% (205/347)\rremote: Compressing objects: 60% (209/347)\rremote: Compressing objects: 61% (212/347)\rremote: Compressing objects: 62% (216/347)\rremote: Compressing objects: 63% (219/347)\rremote: Compressing objects: 64% (223/347)\rremote: Compressing objects: 65% (226/347)\rremote: Compressing objects: 66% (230/347)\rremote: Compressing objects: 67% (233/347)\rremote: Compressing objects: 68% (236/347)\rremote: Compressing objects: 69% (240/347)\rremote: Compressing objects: 70% (243/347)\rremote: Compressing objects: 71% (247/347)\rremote: Compressing objects: 72% (250/347)\rremote: Compressing objects: 73% (254/347)\rremote: Compressing objects: 74% (257/347)\rremote: Compressing objects: 75% (261/347)\rremote: Compressing objects: 76% (264/347)\rremote: Compressing objects: 77% (268/347)\rremote: Compressing objects: 78% (271/347)\rremote: Compressing objects: 79% (275/347)\rremote: Compressing objects: 80% (278/347)\rremote: Compressing objects: 81% (282/347)\rremote: Compressing objects: 82% (285/347)\rremote: Compressing objects: 83% (289/347)\rremote: Compressing objects: 84% (292/347)\rremote: Compressing objects: 85% (295/347)\rremote: Compressing objects: 86% (299/347)\rremote: Compressing objects: 87% (302/347)\rremote: Compressing objects: 88% (306/347)\rremote: Compressing objects: 89% (309/347)\rremote: Compressing objects: 90% (313/347)\rremote: Compressing objects: 91% (316/347)\rremote: Compressing objects: 92% (320/347)\rremote: Compressing objects: 93% (323/347)\rremote: Compressing objects: 94% (327/347)\rremote: Compressing objects: 95% (330/347)\rremote: Compressing objects: 96% (334/347)\rremote: Compressing objects: 97% (337/347)\rremote: Compressing objects: 98% (341/347)\rremote: Compressing objects: 99% (344/347)\rremote: Compressing objects: 100% (347/347)\rremote: Compressing objects: 100% (347/347), done.\r\nReceiving objects: 0% (1/758)\rReceiving objects: 1% (8/758)\rReceiving objects: 2% (16/758)\rReceiving objects: 3% (23/758)\rReceiving objects: 4% (31/758)\rReceiving objects: 5% (38/758)\rReceiving objects: 6% (46/758)\rReceiving objects: 7% (54/758)\rReceiving objects: 8% (61/758)\rReceiving objects: 9% (69/758)\rReceiving objects: 10% (76/758)\r",,terminal_output +593,1942119,"TERMINAL",0,0,"Receiving objects: 11% (84/758)\rReceiving objects: 12% (91/758)\rReceiving objects: 13% (99/758)\rReceiving objects: 14% (107/758)\rReceiving objects: 15% (114/758)\rReceiving objects: 16% (122/758)\rReceiving objects: 17% (129/758)\rReceiving objects: 18% (137/758)\rReceiving objects: 19% (145/758)\rReceiving objects: 20% (152/758)\rReceiving objects: 21% (160/758)\rReceiving objects: 22% (167/758)\rReceiving objects: 23% (175/758)\rReceiving objects: 24% (182/758)\rReceiving objects: 25% (190/758)\rReceiving objects: 26% (198/758)\rReceiving objects: 27% (205/758)\rReceiving objects: 28% (213/758)\rReceiving objects: 29% (220/758)\rReceiving objects: 30% (228/758)\rReceiving objects: 31% (235/758)\rReceiving objects: 32% (243/758)\rReceiving objects: 33% (251/758)\rReceiving objects: 34% (258/758)\rReceiving objects: 35% (266/758)\rReceiving objects: 36% (273/758)\rReceiving objects: 37% (281/758)\rReceiving objects: 38% (289/758)\rReceiving objects: 39% (296/758)\rReceiving objects: 40% (304/758)\rReceiving objects: 41% (311/758)\rReceiving objects: 42% (319/758)\rReceiving objects: 43% (326/758)\rReceiving objects: 44% (334/758)\rReceiving objects: 45% (342/758)\rReceiving objects: 46% (349/758)\rReceiving objects: 47% (357/758)\rReceiving objects: 48% (364/758)\rReceiving objects: 49% (372/758)\rReceiving objects: 50% (379/758)\rReceiving objects: 51% (387/758)\rReceiving objects: 52% (395/758)\rReceiving objects: 53% (402/758)\rReceiving objects: 54% (410/758)\rReceiving objects: 55% (417/758)\rReceiving objects: 56% (425/758)\r",,terminal_output +594,1942194,"TERMINAL",0,0,"remote: Total 758 (delta 468), reused 679 (delta 391), pack-reused 0 (from 0)\r\nReceiving objects: 57% (433/758)\rReceiving objects: 58% (440/758)\rReceiving objects: 59% (448/758)\rReceiving objects: 60% (455/758)\rReceiving objects: 61% (463/758)\rReceiving objects: 62% (470/758)\rReceiving objects: 63% (478/758)\rReceiving objects: 64% (486/758)\rReceiving objects: 65% (493/758)\rReceiving objects: 66% (501/758)\rReceiving objects: 67% (508/758)\rReceiving objects: 68% (516/758)\rReceiving objects: 69% (524/758)\rReceiving objects: 70% (531/758)\rReceiving objects: 71% (539/758)\rReceiving objects: 72% (546/758)\rReceiving objects: 73% (554/758)\rReceiving objects: 74% (561/758)\rReceiving objects: 75% (569/758)\rReceiving objects: 76% (577/758)\rReceiving objects: 77% (584/758)\rReceiving objects: 78% (592/758)\rReceiving objects: 79% (599/758)\rReceiving objects: 80% (607/758)\rReceiving objects: 81% (614/758)\rReceiving objects: 82% (622/758)\rReceiving objects: 83% (630/758)\rReceiving objects: 84% (637/758)\rReceiving objects: 85% (645/758)\rReceiving objects: 86% (652/758)\rReceiving objects: 87% (660/758)\rReceiving objects: 88% (668/758)\rReceiving objects: 89% (675/758)\rReceiving objects: 90% (683/758)\rReceiving objects: 91% (690/758)\rReceiving objects: 92% (698/758)\rReceiving objects: 93% (705/758)\rReceiving objects: 94% (713/758)\rReceiving objects: 95% (721/758)\rReceiving objects: 96% (728/758)\rReceiving objects: 97% (736/758)\rReceiving objects: 98% (743/758)\rReceiving objects: 99% (751/758)\rReceiving objects: 100% (758/758)\rReceiving objects: 100% (758/758), 106.94 KiB | 564.00 KiB/s, done.\r\nResolving deltas: 0% (0/468)\rResolving deltas: 1% (5/468)\rResolving deltas: 2% (10/468)\rResolving deltas: 3% (15/468)\rResolving deltas: 4% (19/468)\rResolving deltas: 5% (25/468)\rResolving deltas: 6% (29/468)\rResolving deltas: 7% (33/468)\rResolving deltas: 8% (38/468)\rResolving deltas: 9% (44/468)\rResolving deltas: 10% (49/468)\rResolving deltas: 11% (52/468)\rResolving deltas: 12% (57/468)\rResolving deltas: 13% (61/468)\rResolving deltas: 14% (67/468)\rResolving deltas: 15% (71/468)\rResolving deltas: 16% (76/468)\rResolving deltas: 17% (80/468)\rResolving deltas: 18% (85/468)\rResolving deltas: 19% (90/468)\rResolving deltas: 20% (95/468)\rResolving deltas: 21% (100/468)\rResolving deltas: 22% (103/468)\rResolving deltas: 23% (108/468)\rResolving deltas: 24% (115/468)\rResolving deltas: 25% (118/468)\rResolving deltas: 26% (122/468)\rResolving deltas: 27% (127/468)\rResolving deltas: 28% (134/468)\rResolving deltas: 29% (136/468)\rResolving deltas: 30% (141/468)\rResolving deltas: 31% (146/468)\rResolving deltas: 32% (151/468)\rResolving deltas: 33% (155/468)\rResolving deltas: 34% (160/468)\rResolving deltas: 35% (168/468)\rResolving deltas: 36% (170/468)\rResolving deltas: 37% (174/468)\rResolving deltas: 38% (178/468)\rResolving deltas: 39% (184/468)\rResolving deltas: 40% (188/468)\rResolving deltas: 41% (194/468)\rResolving deltas: 42% (197/468)\rResolving deltas: 43% (202/468)\rResolving deltas: 44% (206/468)\rResolving deltas: 45% (212/468)\rResolving deltas: 46% (216/468)\rResolving deltas: 47% (221/468)\rResolving deltas: 48% (225/468)\rResolving deltas: 49% (230/468)\rResolving deltas: 50% (234/468)\rResolving deltas: 51% (240/468)\rResolving deltas: 52% (244/468)\rResolving deltas: 53% (249/468)\rResolving deltas: 54% (254/468)\rResolving deltas: 55% (259/468)\rResolving deltas: 56% (263/468)\rResolving deltas: 57% (267/468)\rResolving deltas: 58% (272/468)\rResolving deltas: 59% (279/468)\rResolving deltas: 60% (281/468)\rResolving deltas: 61% (286/468)\rResolving deltas: 62% (291/468)\rResolving deltas: 63% (295/468)\rResolving deltas: 64% (300/468)\rResolving deltas: 65% (305/468)\rResolving deltas: 66% (309/468)\rResolving deltas: 67% (315/468)\rResolving deltas: 68% (320/468)\rResolving deltas: 69% (323/468)\rResolving deltas: 70% (330/468)\rResolving deltas: 71% (334/468)\rResolving deltas: 72% (339/468)\rResolving deltas: 73% (343/468)\rResolving deltas: 74% (348/468)\rResolving deltas: 75% (351/468)\rResolving deltas: 76% (357/468)\rResolving deltas: 77% (361/468)\rResolving deltas: 78% (366/468)\rResolving deltas: 79% (370/468)\rResolving deltas: 80% (375/468)\rResolving deltas: 81% (380/468)\rResolving deltas: 82% (384/468)\rResolving deltas: 83% (389/468)\rResolving deltas: 84% (394/468)\rResolving deltas: 85% (398/468)\rResolving deltas: 86% (403/468)\rResolving deltas: 87% (408/468)\rResolving deltas: 88% (412/468)\rResolving deltas: 89% (417/468)\rResolving deltas: 90% (422/468)\rResolving deltas: 91% (426/468)\rResolving deltas: 92% (431/468)\rResolving deltas: 93% (437/468)\rResolving deltas: 94% (441/468)\rResolving deltas: 95% (446/468)\rResolving deltas: 96% (451/468)\rResolving deltas: 97% (454/468)\rResolving deltas: 98% (459/468)\rResolving deltas: 99% (464/468)\rResolving deltas: 100% (468/468)\rResolving deltas: 100% (468/468), done.\r\n",,terminal_output +595,1942756,"TERMINAL",0,0,"]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +596,1973623,"slurm/templates/horeka_cpu.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --time=01:00:00\n#SBATCH --partition=cpuonly\n#SBATCH --account=hk-project-p0023960\n#SBATCH --output=logs/%x_%j.log\n#SBATCH --error=logs/%x_%j.log\n#SBATCH --mail-user=avocadoaling@gmail.com\n#SBATCH --job-name=default_cpu\n#SBATCH --mail-type=ALL\n",shellscript,tab +597,1974475,"slurm/templates/horeka_gpu.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --time=1:00:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:1\n#SBATCH --output=logs/%x_%j.log\n#SBATCH --error=logs/%x_%j.log\n#SBATCH --mail-user=avocadoaling@gmail.com\n#SBATCH --job-name=default_gpu\n#SBATCH --mail-type=ALL\n\n",shellscript,tab +598,1975877,"slurm/templates/horeka_gpu.sbatch",369,0,"",shellscript,selection_mouse +599,1976593,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",0,0,"",shellscript,tab +600,1990402,"slurm/utils/exclude.txt",0,0,".venv_jafar\nwandb\nlogs\n.git\n",plaintext,tab +601,1991023,"slurm/utils/exclude.txt",28,0,"",plaintext,selection_mouse +602,1991427,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",0,0,"",shellscript,tab +603,1998546,"slurm/utils/create_dev_dir.sh",0,0,"#!/bin/bash\n\nsrc_dir=/home/hk-project-pai00039/tum_ind3695/projects/jafar/*\ndst_dir=/home/hk-project-pai00039/tum_ind3695/projects/jafar_dyn/\nexclude_file=./shell_scripts/exclude.txt\n\nrsync -av --progress --exclude-from=$exclude_file $src_dir $dst_dir\n",shellscript,tab +604,1999881,"slurm/utils/create_dev_dir.sh",253,0,"",shellscript,selection_mouse +605,2020993,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +606,2023187,"slurm/utils/create_dev_dir.sh",0,0,"",shellscript,tab +607,2024314,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +608,2024753,"slurm/utils/create_dev_dir.sh",0,0,"",shellscript,tab +609,2027301,"slurm/utils/create_dev_dir.sh",21,0,"",shellscript,selection_mouse +610,2029951,"TERMINAL",0,0,"pwd",,terminal_command +611,2039525,"slurm/utils/create_dev_dir.sh",21,1,"/",shellscript,selection_command +612,2039664,"slurm/utils/create_dev_dir.sh",21,5,"/home",shellscript,selection_command +613,2039836,"slurm/utils/create_dev_dir.sh",21,6,"/home/",shellscript,selection_command +614,2039874,"slurm/utils/create_dev_dir.sh",21,8,"/home/hk",shellscript,selection_command +615,2039898,"slurm/utils/create_dev_dir.sh",21,9,"/home/hk-",shellscript,selection_command +616,2039933,"slurm/utils/create_dev_dir.sh",21,16,"/home/hk-project",shellscript,selection_command +617,2039965,"slurm/utils/create_dev_dir.sh",21,17,"/home/hk-project-",shellscript,selection_command +618,2039998,"slurm/utils/create_dev_dir.sh",21,25,"/home/hk-project-pai00039",shellscript,selection_command +619,2040032,"slurm/utils/create_dev_dir.sh",21,26,"/home/hk-project-pai00039/",shellscript,selection_command +620,2040066,"slurm/utils/create_dev_dir.sh",21,37,"/home/hk-project-pai00039/tum_ind3695",shellscript,selection_command +621,2040187,"slurm/utils/create_dev_dir.sh",21,38,"/home/hk-project-pai00039/tum_ind3695/",shellscript,selection_command +622,2040392,"slurm/utils/create_dev_dir.sh",21,46,"/home/hk-project-pai00039/tum_ind3695/projects",shellscript,selection_command +623,2040553,"slurm/utils/create_dev_dir.sh",21,47,"/home/hk-project-pai00039/tum_ind3695/projects/",shellscript,selection_command +624,2040720,"slurm/utils/create_dev_dir.sh",21,52,"/home/hk-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +625,2041237,"slurm/utils/create_dev_dir.sh",21,53,"/home/hk-project-pai00039/tum_ind3695/projects/jafar/",shellscript,selection_command +626,2041406,"slurm/utils/create_dev_dir.sh",21,53,"/home/hk-project-p0023960/tum_dbd0378/jafar",shellscript,content +627,2041408,"slurm/utils/create_dev_dir.sh",64,0,"",shellscript,selection_keyboard +628,2042341,"slurm/utils/create_dev_dir.sh",21,44,"/home/hk-project-p0023960/tum_dbd0378/jafar*",shellscript,selection_command +629,2042415,"slurm/utils/create_dev_dir.sh",21,45,"/home/hk-project-p0023960/tum_dbd0378/jafar*\n",shellscript,selection_command +630,2042972,"slurm/utils/create_dev_dir.sh",64,0,"",shellscript,selection_command +631,2043957,"slurm/utils/create_dev_dir.sh",64,0,"/",shellscript,content +632,2043964,"slurm/utils/create_dev_dir.sh",51,7,"",shellscript,content +633,2043977,"slurm/utils/create_dev_dir.sh",51,0,"ind3695/projects",shellscript,content +634,2043982,"slurm/utils/create_dev_dir.sh",44,2,"",shellscript,content +635,2043986,"slurm/utils/create_dev_dir.sh",41,1,"",shellscript,content +636,2043991,"slurm/utils/create_dev_dir.sh",41,0,"0",shellscript,content +637,2043995,"slurm/utils/create_dev_dir.sh",39,0,"ai",shellscript,content +638,2043998,"slurm/utils/create_dev_dir.sh",64,0,"",shellscript,selection_command +639,2044906,"slurm/utils/create_dev_dir.sh",59,0,"",shellscript,selection_command +640,2044943,"slurm/utils/create_dev_dir.sh",58,0,"",shellscript,selection_command +641,2045195,"slurm/utils/create_dev_dir.sh",47,0,"",shellscript,selection_command +642,2045223,"slurm/utils/create_dev_dir.sh",46,0,"",shellscript,selection_command +643,2045256,"slurm/utils/create_dev_dir.sh",38,0,"",shellscript,selection_command +644,2045290,"slurm/utils/create_dev_dir.sh",37,0,"",shellscript,selection_command +645,2045324,"slurm/utils/create_dev_dir.sh",30,0,"",shellscript,selection_command +646,2047883,"slurm/utils/create_dev_dir.sh",29,0,"",shellscript,selection_command +647,2048059,"slurm/utils/create_dev_dir.sh",27,0,"",shellscript,selection_command +648,2048152,"slurm/utils/create_dev_dir.sh",26,0,"",shellscript,selection_command +649,2048286,"slurm/utils/create_dev_dir.sh",22,0,"",shellscript,selection_command +650,2048459,"slurm/utils/create_dev_dir.sh",20,0,"",shellscript,selection_command +651,2048888,"slurm/utils/create_dev_dir.sh",21,0,"",shellscript,selection_command +652,2049003,"slurm/utils/create_dev_dir.sh",21,1,"/",shellscript,selection_command +653,2049108,"slurm/utils/create_dev_dir.sh",21,5,"/home",shellscript,selection_command +654,2049316,"slurm/utils/create_dev_dir.sh",21,6,"/home/",shellscript,selection_command +655,2049350,"slurm/utils/create_dev_dir.sh",21,8,"/home/hk",shellscript,selection_command +656,2049380,"slurm/utils/create_dev_dir.sh",21,9,"/home/hk-",shellscript,selection_command +657,2049412,"slurm/utils/create_dev_dir.sh",21,16,"/home/hk-project",shellscript,selection_command +658,2049442,"slurm/utils/create_dev_dir.sh",21,17,"/home/hk-project-",shellscript,selection_command +659,2049650,"slurm/utils/create_dev_dir.sh",21,25,"/home/hk-project-pai00039",shellscript,selection_command +660,2049833,"slurm/utils/create_dev_dir.sh",21,26,"/home/hk-project-pai00039/",shellscript,selection_command +661,2049866,"slurm/utils/create_dev_dir.sh",21,37,"/home/hk-project-pai00039/tum_ind3695",shellscript,selection_command +662,2049897,"slurm/utils/create_dev_dir.sh",21,38,"/home/hk-project-pai00039/tum_ind3695/",shellscript,selection_command +663,2049931,"slurm/utils/create_dev_dir.sh",21,46,"/home/hk-project-pai00039/tum_ind3695/projects",shellscript,selection_command +664,2050049,"slurm/utils/create_dev_dir.sh",21,47,"/home/hk-project-pai00039/tum_ind3695/projects/",shellscript,selection_command +665,2050229,"slurm/utils/create_dev_dir.sh",21,52,"/home/hk-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +666,2050455,"slurm/utils/create_dev_dir.sh",21,54,"/home/hk-project-pai00039/tum_ind3695/projects/jafar/*",shellscript,selection_command +667,2050832,"slurm/utils/create_dev_dir.sh",21,53,"/home/hk-project-pai00039/tum_ind3695/projects/jafar/",shellscript,selection_command +668,2051217,"slurm/utils/create_dev_dir.sh",21,53,"",shellscript,content +669,2051410,"slurm/utils/create_dev_dir.sh",21,0,"/home/hk-project-p0023960/tum_dbd0378/jafar",shellscript,content +670,2051410,"slurm/utils/create_dev_dir.sh",64,0,"",shellscript,selection_keyboard +671,2052096,"slurm/utils/create_dev_dir.sh",64,0,"/",shellscript,content +672,2052097,"slurm/utils/create_dev_dir.sh",65,0,"",shellscript,selection_keyboard +673,2052431,"slurm/utils/create_dev_dir.sh",64,0,"",shellscript,selection_command +674,2052654,"slurm/utils/create_dev_dir.sh",118,0,"",shellscript,selection_command +675,2054873,"slurm/utils/create_dev_dir.sh",120,0,"",shellscript,selection_command +676,2055245,"slurm/utils/create_dev_dir.sh",121,0,"",shellscript,selection_command +677,2055395,"slurm/utils/create_dev_dir.sh",122,0,"",shellscript,selection_command +678,2055629,"slurm/utils/create_dev_dir.sh",123,0,"",shellscript,selection_command +679,2055654,"slurm/utils/create_dev_dir.sh",124,0,"",shellscript,selection_command +680,2055686,"slurm/utils/create_dev_dir.sh",125,0,"",shellscript,selection_command +681,2055828,"slurm/utils/create_dev_dir.sh",126,0,"",shellscript,selection_command +682,2056117,"slurm/utils/create_dev_dir.sh",126,1,"r",shellscript,selection_command +683,2056184,"slurm/utils/create_dev_dir.sh",122,5,"jafar",shellscript,selection_command +684,2056445,"slurm/utils/create_dev_dir.sh",121,6,"/jafar",shellscript,selection_command +685,2056471,"slurm/utils/create_dev_dir.sh",113,14,"projects/jafar",shellscript,selection_command +686,2056500,"slurm/utils/create_dev_dir.sh",112,15,"/projects/jafar",shellscript,selection_command +687,2056533,"slurm/utils/create_dev_dir.sh",101,26,"tum_ind3695/projects/jafar",shellscript,selection_command +688,2056644,"slurm/utils/create_dev_dir.sh",100,27,"/tum_ind3695/projects/jafar",shellscript,selection_command +689,2056646,"slurm/utils/create_dev_dir.sh",92,35,"pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +690,2056648,"slurm/utils/create_dev_dir.sh",91,36,"-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +691,2056669,"slurm/utils/create_dev_dir.sh",84,43,"project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +692,2056833,"slurm/utils/create_dev_dir.sh",83,44,"-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +693,2056981,"slurm/utils/create_dev_dir.sh",81,46,"hk-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +694,2057173,"slurm/utils/create_dev_dir.sh",80,47,"/hk-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +695,2057260,"slurm/utils/create_dev_dir.sh",76,51,"home/hk-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +696,2057501,"slurm/utils/create_dev_dir.sh",74,53,"=/home/hk-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +697,2057924,"slurm/utils/create_dev_dir.sh",75,52,"/home/hk-project-pai00039/tum_ind3695/projects/jafar",shellscript,selection_command +698,2058091,"slurm/utils/create_dev_dir.sh",75,52,"",shellscript,content +699,2058343,"slurm/utils/create_dev_dir.sh",75,0,"/home/hk-project-p0023960/tum_dbd0378/jafar",shellscript,content +700,2058344,"slurm/utils/create_dev_dir.sh",118,0,"",shellscript,selection_keyboard +701,2058862,"slurm/utils/create_dev_dir.sh",117,0,"",shellscript,selection_command +702,2059386,"slurm/utils/create_dev_dir.sh",118,0,"",shellscript,selection_command +703,2070336,"slurm/utils/create_dev_dir.sh",105,7,"ind3695/projects",shellscript,content +704,2070345,"slurm/utils/create_dev_dir.sh",98,2,"",shellscript,content +705,2070349,"slurm/utils/create_dev_dir.sh",95,1,"0",shellscript,content +706,2070351,"slurm/utils/create_dev_dir.sh",93,0,"ai",shellscript,content +707,2070354,"slurm/utils/create_dev_dir.sh",75,0,"",shellscript,selection_command +708,2070671,"slurm/utils/create_dev_dir.sh",51,7,"ind3695/projects",shellscript,content +709,2070674,"slurm/utils/create_dev_dir.sh",44,2,"",shellscript,content +710,2070676,"slurm/utils/create_dev_dir.sh",41,1,"0",shellscript,content +711,2070677,"slurm/utils/create_dev_dir.sh",39,0,"ai",shellscript,content +712,2070678,"slurm/utils/create_dev_dir.sh",21,0,"",shellscript,selection_command +713,2072591,"slurm/utils/create_dev_dir.sh",39,2,"",shellscript,content +714,2072596,"slurm/utils/create_dev_dir.sh",41,1,"2",shellscript,content +715,2072601,"slurm/utils/create_dev_dir.sh",44,0,"60",shellscript,content +716,2072603,"slurm/utils/create_dev_dir.sh",51,16,"dbd0378",shellscript,content +717,2072841,"slurm/utils/create_dev_dir.sh",93,2,"",shellscript,content +718,2072850,"slurm/utils/create_dev_dir.sh",95,1,"2",shellscript,content +719,2072852,"slurm/utils/create_dev_dir.sh",98,0,"60",shellscript,content +720,2072854,"slurm/utils/create_dev_dir.sh",105,16,"dbd0378",shellscript,content +721,2072855,"slurm/utils/create_dev_dir.sh",75,0,"",shellscript,selection_command +722,2078799,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",0,0,"",shellscript,tab +723,2101134,"slurm/utils/init_slurm_repo.sh",0,0,"#!/bin/bash\n\n# Name of the repo (change if needed)\nREPO_NAME=""slurm""\n\n# Create the main structure\nmkdir -p $REPO_NAME/{jobs,common,templates,utils,logs}\nmkdir -p $REPO_NAME/dev/{franz,mihir,alfred}\n\n# Create README stubs\ncat > $REPO_NAME/README.md << 'EOF'\n# slurm-launchpad\n\nThis repository contains Slurm job scripts and tools for ML workflows on the HPC cluster.\n\n## Structure\n\n- `jobs/` — Stable, production-ready sbatch scripts\n- `dev/` — Individual folders for development or experimental jobs\n- `common/` — Shared setup code (env, sbatch headers)\n- `templates/` — Optional Jinja2 or shell templates for job generation\n- `utils/` — Helper scripts (e.g., run wrapper)\n- `logs/` — Optional log output directory\n\nTeam: Franz, Mihir, Alfred\nEOF\n\ncat > $REPO_NAME/common/env_setup.sh << 'EOF'\n#!/bin/bash\n# Common environment setup for all jobs\n\nmodule load python/3.10\nsource ~/envs/ml/bin/activate\nEOF\nchmod +x $REPO_NAME/common/env_setup.sh\n\ncat > $REPO_NAME/common/defaults.sbatch.sh << 'EOF'\n#!/bin/bash\n# Common SBATCH directives (source this from your sbatch scripts)\n\n#SBATCH --ntasks=1\n#SBATCH --cpus-per-task=4\n#SBATCH --mem=16G\n#SBATCH --time=01:00:00\n#SBATCH --output=logs/%x_%j.out\nEOF\n\ncat > $REPO_NAME/utils/run_job.sh << 'EOF'\n#!/bin/bash\n# Run a job with a given sbatch file\n\nif [ -z ""$1"" ]; then\n echo ""Usage: ./run_job.sh ""\n exit 1\nfi\n\necho ""Launching job: $1""\nsbatch ""$1""\nEOF\nchmod +x $REPO_NAME/utils/run_job.sh\n\necho ""Slurm repo '$REPO_NAME' created!""\n",shellscript,tab +724,2486948,"TERMINAL",0,0,"salloc",,terminal_focus +725,2487861,"TERMINAL",0,0,"bash",,terminal_focus +726,2488934,"TERMINAL",0,0,"queue",,terminal_command +727,2488980,"TERMINAL",0,0,"]633;C",,terminal_output +728,2489037,"TERMINAL",0,0,"[?1049h(B[?7hhkn1993.localdomain: Sun Jul 20 13:59:34 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3361551 accelerat interact tum_dbd0 PD\t0:00\t2 (Priority)3361578 accelerat train_dy tum_dbd0 PD\t0:00\t2 (Priority)",,terminal_output +729,2490073,"TERMINAL",0,0,"5\t [?1049l\r[?1l>]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +730,2493542,"slurm/utils/init_slurm_repo.sh",198,0,"",shellscript,selection_mouse +731,2498317,"slurm/utils/init_slurm_repo.sh",846,0,"",shellscript,selection_command +732,2498975,"slurm/utils/init_slurm_repo.sh",1317,0,"",shellscript,selection_command +733,2501166,"slurm/utils/init_slurm_repo.sh",1490,0,"",shellscript,selection_command +734,2503386,"slurm/utils/init_slurm_repo.sh",0,0,"",shellscript,selection_command +735,2509977,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",0,0,"",shellscript,tab +736,2649712,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=01:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_dyn_yolorun\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir\n",shellscript,tab +737,2656546,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",436,0,"",shellscript,selection_mouse +738,2660000,"experiments/train_tokenizer_lr_1e-4_mixed_precision.sbatch",0,0,"",shellscript,tab +739,2712866,"TERMINAL",0,0,"cp slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/* slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/",,terminal_command +740,2712883,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:~/jafar",,terminal_output +741,2719305,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",0,0,"sbatch scripts_horeka/batchsize_scaling/sqrt_lr/train_tokenizer_16_nodes.sbatch\nsbatch scripts_horeka/batchsize_scaling/sqrt_lr/train_tokenizer_1_nodes.sbatch\nsbatch scripts_horeka/batchsize_scaling/sqrt_lr/train_tokenizer_2_nodes.sbatch\nsbatch scripts_horeka/batchsize_scaling/sqrt_lr/train_tokenizer_4_nodes.sbatch\nsbatch scripts_horeka/batchsize_scaling/sqrt_lr/train_tokenizer_8_nodes.sbatch\n\n# sbatch scripts_horeka/batchsize_scaling/sqrt_lr/train_tokenizer_32_nodes.sbatch",shellscript,tab +742,2721302,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",18,0,"",shellscript,selection_mouse +743,2735659,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,0,"",shellscript,selection_command +744,2736065,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,1,"s",shellscript,selection_command +745,2736360,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,1,"s",shellscript,selection_command +746,2736389,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,1,"s",shellscript,selection_command +747,2736523,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,1,"s",shellscript,selection_command +748,2736706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,1,"s",shellscript,selection_command +749,2737391,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,0,"",shellscript,selection_command +750,2738061,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",324,0,"s",shellscript,content +751,2738061,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",245,0,"s",shellscript,content +752,2738061,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",166,0,"s",shellscript,content +753,2738061,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",87,0,"s",shellscript,content +754,2738061,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,0,"s",shellscript,content +755,2738064,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",8,0,"",shellscript,selection_keyboard +756,2738132,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",329,0,"l",shellscript,content +757,2738132,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",249,0,"l",shellscript,content +758,2738132,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",169,0,"l",shellscript,content +759,2738133,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",89,0,"l",shellscript,content +760,2738133,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",8,0,"l",shellscript,content +761,2738133,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",9,0,"",shellscript,selection_keyboard +762,2738301,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",334,0,"r",shellscript,content +763,2738301,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",253,0,"r",shellscript,content +764,2738301,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",172,0,"r",shellscript,content +765,2738301,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",91,0,"r",shellscript,content +766,2738301,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",9,0,"r",shellscript,content +767,2738302,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",10,0,"",shellscript,selection_keyboard +768,2738325,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",339,0,"u",shellscript,content +769,2738325,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",257,0,"u",shellscript,content +770,2738326,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",175,0,"u",shellscript,content +771,2738326,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",93,0,"u",shellscript,content +772,2738326,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",10,0,"u",shellscript,content +773,2738326,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",11,0,"",shellscript,selection_keyboard +774,2738517,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",344,0,"m",shellscript,content +775,2738517,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",261,0,"m",shellscript,content +776,2738517,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",178,0,"m",shellscript,content +777,2738517,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",95,0,"m",shellscript,content +778,2738517,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",11,0,"m",shellscript,content +779,2738518,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",12,0,"",shellscript,selection_keyboard +780,2738620,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",349,0,"/",shellscript,content +781,2738621,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",265,0,"/",shellscript,content +782,2738621,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",181,0,"/",shellscript,content +783,2738621,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",97,0,"/",shellscript,content +784,2738621,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",12,0,"/",shellscript,content +785,2738622,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",13,0,"",shellscript,selection_keyboard +786,2739053,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",353,1,"",shellscript,content +787,2739054,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",268,1,"",shellscript,content +788,2739054,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",183,1,"",shellscript,content +789,2739054,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",98,1,"",shellscript,content +790,2739054,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",12,1,"",shellscript,content +791,2739212,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",348,1,"",shellscript,content +792,2739213,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",264,1,"",shellscript,content +793,2739213,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",180,1,"",shellscript,content +794,2739213,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",96,1,"",shellscript,content +795,2739213,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",11,1,"",shellscript,content +796,2739336,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",343,1,"",shellscript,content +797,2739336,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",260,1,"",shellscript,content +798,2739336,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",177,1,"",shellscript,content +799,2739337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",94,1,"",shellscript,content +800,2739337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",10,1,"",shellscript,content +801,2739525,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",338,1,"",shellscript,content +802,2739525,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",256,1,"",shellscript,content +803,2739525,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",174,1,"",shellscript,content +804,2739525,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",92,1,"",shellscript,content +805,2739525,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",9,1,"",shellscript,content +806,2739614,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",334,0,"u",shellscript,content +807,2739615,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",253,0,"u",shellscript,content +808,2739615,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",172,0,"u",shellscript,content +809,2739615,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",91,0,"u",shellscript,content +810,2739615,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",9,0,"u",shellscript,content +811,2739616,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",10,0,"",shellscript,selection_keyboard +812,2739698,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",339,0,"r",shellscript,content +813,2739699,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",257,0,"r",shellscript,content +814,2739699,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",175,0,"r",shellscript,content +815,2739699,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",93,0,"r",shellscript,content +816,2739699,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",10,0,"r",shellscript,content +817,2739700,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",11,0,"",shellscript,selection_keyboard +818,2739854,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",344,0,"m",shellscript,content +819,2739854,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",261,0,"m",shellscript,content +820,2739855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",178,0,"m",shellscript,content +821,2739855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",95,0,"m",shellscript,content +822,2739855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",11,0,"m",shellscript,content +823,2739856,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",12,0,"",shellscript,selection_keyboard +824,2739858,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",349,0,"/",shellscript,content +825,2739858,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",265,0,"/",shellscript,content +826,2739858,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",181,0,"/",shellscript,content +827,2739858,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",97,0,"/",shellscript,content +828,2739858,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",12,0,"/",shellscript,content +829,2739859,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",13,0,"",shellscript,selection_keyboard +830,2742747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",354,0,"j",shellscript,content +831,2742747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",269,0,"j",shellscript,content +832,2742747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",184,0,"j",shellscript,content +833,2742747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",99,0,"j",shellscript,content +834,2742747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",13,0,"j",shellscript,content +835,2742748,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",14,0,"",shellscript,selection_keyboard +836,2742819,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",359,0,"o",shellscript,content +837,2742821,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",273,0,"o",shellscript,content +838,2742822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",187,0,"o",shellscript,content +839,2742822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",101,0,"o",shellscript,content +840,2742822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",14,0,"o",shellscript,content +841,2742823,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",15,0,"",shellscript,selection_keyboard +842,2743000,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",364,0,"b",shellscript,content +843,2743000,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",277,0,"b",shellscript,content +844,2743000,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",190,0,"b",shellscript,content +845,2743000,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",103,0,"b",shellscript,content +846,2743000,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",15,0,"b",shellscript,content +847,2743001,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",16,0,"",shellscript,selection_keyboard +848,2743010,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",369,0,"s",shellscript,content +849,2743011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",281,0,"s",shellscript,content +850,2743011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",193,0,"s",shellscript,content +851,2743011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",105,0,"s",shellscript,content +852,2743011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",16,0,"s",shellscript,content +853,2743011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",17,0,"",shellscript,selection_keyboard +854,2743195,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",374,0,"/",shellscript,content +855,2743196,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",285,0,"/",shellscript,content +856,2743196,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",196,0,"/",shellscript,content +857,2743196,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",107,0,"/",shellscript,content +858,2743196,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",17,0,"/",shellscript,content +859,2743197,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",18,0,"",shellscript,selection_keyboard +860,2745168,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",379,0,"f",shellscript,content +861,2745168,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",289,0,"f",shellscript,content +862,2745168,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",199,0,"f",shellscript,content +863,2745168,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",109,0,"f",shellscript,content +864,2745168,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",18,0,"f",shellscript,content +865,2745169,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",19,0,"",shellscript,selection_keyboard +866,2745337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",384,0,"r",shellscript,content +867,2745337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",293,0,"r",shellscript,content +868,2745337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",202,0,"r",shellscript,content +869,2745337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",111,0,"r",shellscript,content +870,2745337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",19,0,"r",shellscript,content +871,2745337,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",20,0,"",shellscript,selection_keyboard +872,2745398,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",389,0,"a",shellscript,content +873,2745399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",297,0,"a",shellscript,content +874,2745399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",205,0,"a",shellscript,content +875,2745399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",113,0,"a",shellscript,content +876,2745399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",20,0,"a",shellscript,content +877,2745399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",21,0,"",shellscript,selection_keyboard +878,2745482,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",394,0,"n",shellscript,content +879,2745482,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",301,0,"n",shellscript,content +880,2745482,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",208,0,"n",shellscript,content +881,2745482,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",115,0,"n",shellscript,content +882,2745482,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",21,0,"n",shellscript,content +883,2745482,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",22,0,"",shellscript,selection_keyboard +884,2745628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",399,0,"z",shellscript,content +885,2745628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",305,0,"z",shellscript,content +886,2745628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",211,0,"z",shellscript,content +887,2745628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",117,0,"z",shellscript,content +888,2745628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",22,0,"z",shellscript,content +889,2745628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",23,0,"",shellscript,selection_keyboard +890,2745706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",404,0,"/",shellscript,content +891,2745706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",309,0,"/",shellscript,content +892,2745706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",214,0,"/",shellscript,content +893,2745706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",119,0,"/",shellscript,content +894,2745706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",23,0,"/",shellscript,content +895,2745706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",24,0,"",shellscript,selection_keyboard +896,2746143,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",409,0,"h",shellscript,content +897,2746144,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",313,0,"h",shellscript,content +898,2746144,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",217,0,"h",shellscript,content +899,2746144,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",121,0,"h",shellscript,content +900,2746144,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",24,0,"h",shellscript,content +901,2746144,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",25,0,"",shellscript,selection_keyboard +902,2746150,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",414,0,"o",shellscript,content +903,2746150,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",317,0,"o",shellscript,content +904,2746150,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",220,0,"o",shellscript,content +905,2746150,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",123,0,"o",shellscript,content +906,2746150,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",25,0,"o",shellscript,content +907,2746150,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",26,0,"",shellscript,selection_keyboard +908,2746340,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",419,0,"r",shellscript,content +909,2746340,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",321,0,"r",shellscript,content +910,2746340,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",223,0,"r",shellscript,content +911,2746341,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",125,0,"r",shellscript,content +912,2746341,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",26,0,"r",shellscript,content +913,2746341,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",27,0,"",shellscript,selection_keyboard +914,2746353,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",424,0,"e",shellscript,content +915,2746353,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",325,0,"e",shellscript,content +916,2746353,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",226,0,"e",shellscript,content +917,2746353,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",127,0,"e",shellscript,content +918,2746353,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",27,0,"e",shellscript,content +919,2746354,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",28,0,"",shellscript,selection_keyboard +920,2746480,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",429,0,"k",shellscript,content +921,2746481,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",329,0,"k",shellscript,content +922,2746481,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",229,0,"k",shellscript,content +923,2746481,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",129,0,"k",shellscript,content +924,2746481,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",28,0,"k",shellscript,content +925,2746481,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",29,0,"",shellscript,selection_keyboard +926,2746564,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",434,0,"a",shellscript,content +927,2746564,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",333,0,"a",shellscript,content +928,2746564,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",232,0,"a",shellscript,content +929,2746565,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",131,0,"a",shellscript,content +930,2746565,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",29,0,"a",shellscript,content +931,2746565,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",30,0,"",shellscript,selection_keyboard +932,2747519,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",439,0,"/",shellscript,content +933,2747519,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",337,0,"/",shellscript,content +934,2747519,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",235,0,"/",shellscript,content +935,2747519,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",133,0,"/",shellscript,content +936,2747519,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",30,0,"/",shellscript,content +937,2747519,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,0,"",shellscript,selection_keyboard +938,2747824,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",30,0,"",shellscript,selection_command +939,2748072,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,0,"",shellscript,selection_command +940,2748292,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,1,"s",shellscript,selection_command +941,2748529,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,1,"s",shellscript,selection_command +942,2748769,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,2,"sc",shellscript,selection_command +943,2748983,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,3,"scr",shellscript,selection_command +944,2748984,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,3,"scr",shellscript,selection_command +945,2749103,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,4,"scri",shellscript,selection_command +946,2749288,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,4,"scri",shellscript,selection_command +947,2749289,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,5,"scrip",shellscript,selection_command +948,2749573,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,6,"script",shellscript,selection_command +949,2749575,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,7,"scripts",shellscript,selection_command +950,2749634,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,8,"scripts_",shellscript,selection_command +951,2749636,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,9,"scripts_h",shellscript,selection_command +952,2749667,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,10,"scripts_ho",shellscript,selection_command +953,2749682,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,11,"scripts_hor",shellscript,selection_command +954,2749701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,11,"scripts_hor",shellscript,selection_command +955,2749813,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,12,"scripts_hore",shellscript,selection_command +956,2749945,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",0,32,"sbatch slurm/jobs/franz/horeka/s",shellscript,selection_command +957,2750480,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",0,32,"sbatch slurm/jobs/franz/horeka/s",shellscript,selection_command +958,2750862,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",0,32,"sbatch slurm/jobs/franz/horeka/s",shellscript,selection_command +959,2751089,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",1,31,"batch slurm/jobs/franz/horeka/s",shellscript,selection_command +960,2751386,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",1,31,"batch slurm/jobs/franz/horeka/s",shellscript,selection_command +961,2751563,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",2,30,"atch slurm/jobs/franz/horeka/s",shellscript,selection_command +962,2751740,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",7,25,"slurm/jobs/franz/horeka/s",shellscript,selection_command +963,2751791,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",12,20,"/jobs/franz/horeka/s",shellscript,selection_command +964,2751953,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",13,19,"jobs/franz/horeka/s",shellscript,selection_command +965,2752091,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",17,15,"/franz/horeka/s",shellscript,selection_command +966,2752268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",18,14,"franz/horeka/s",shellscript,selection_command +967,2752453,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",23,9,"/horeka/s",shellscript,selection_command +968,2752611,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",24,8,"horeka/s",shellscript,selection_command +969,2752757,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",30,2,"/s",shellscript,selection_command +970,2753063,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,15,"scripts_horeka/",shellscript,selection_command +971,2753737,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",444,15,"",shellscript,content +972,2753738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",341,15,"",shellscript,content +973,2753738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",238,15,"",shellscript,content +974,2753738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",135,15,"",shellscript,content +975,2753738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,15,"",shellscript,content +976,2753743,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",31,0,"",shellscript,selection_command +977,2758249,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",48,0,"",shellscript,selection_command +978,2758461,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",49,0,"",shellscript,selection_command +979,2758865,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",318,0,"raining/linear",shellscript,content +980,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",317,0,"_co",shellscript,content +981,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",315,2,"",shellscript,content +982,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",314,0,"dynamic",shellscript,content +983,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",230,0,"raining/linear",shellscript,content +984,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",229,0,"_co",shellscript,content +985,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",227,2,"",shellscript,content +986,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",226,0,"dynamic",shellscript,content +987,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",142,0,"raining/linear",shellscript,content +988,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",141,0,"_co",shellscript,content +989,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",139,2,"",shellscript,content +990,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",138,0,"dynamic",shellscript,content +991,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",53,0,"raining/linear",shellscript,content +992,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",52,0,"_co",shellscript,content +993,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",50,2,"",shellscript,content +994,2758866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",49,0,"dynamic",shellscript,content +995,2763511,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",167,0,"",shellscript,selection_command +996,2763760,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",277,0,"",shellscript,selection_command +997,2763788,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",387,0,"",shellscript,selection_command +998,2763821,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",497,0,"",shellscript,selection_command +999,2763874,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",529,0,"",shellscript,selection_command +1000,2764269,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",497,0,"",shellscript,selection_command +1001,2765721,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",575,1,"",shellscript,content +1002,2765721,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",574,0,"_cotraining/linea",shellscript,content +1003,2765721,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",573,1,"",shellscript,content +1004,2765721,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",572,0,"dynamic",shellscript,content +1005,2765721,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",547,0,"/franz/",shellscript,content +1006,2765721,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",546,1,"",shellscript,content +1007,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",545,0,"m/job",shellscript,content +1008,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",542,3,"",shellscript,content +1009,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",541,0,"lu",shellscript,content +1010,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",540,1,"",shellscript,content +1011,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",494,0,"raining/linear",shellscript,content +1012,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",493,0,"_co",shellscript,content +1013,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",491,2,"",shellscript,content +1014,2765722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",490,0,"dynamic",shellscript,content +1015,2775761,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",409,0,"",shellscript,selection_command +1016,2776028,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",299,0,"",shellscript,selection_command +1017,2776139,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",189,0,"",shellscript,selection_command +1018,2776301,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",78,0,"",shellscript,selection_command +1019,2776552,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",79,0,"",shellscript,selection_command +1020,2776960,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",80,0,"",shellscript,selection_command +1021,2777217,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",81,0,"",shellscript,selection_command +1022,2777239,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",82,0,"",shellscript,selection_command +1023,2777281,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",83,0,"",shellscript,selection_command +1024,2777324,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",84,0,"",shellscript,selection_command +1025,2777348,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,0,"",shellscript,selection_command +1026,2778266,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",535,0,"cs",shellscript,content +1027,2778266,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",532,3,"",shellscript,content +1028,2778266,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",531,0,"am",shellscript,content +1029,2778266,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",530,0,"dy",shellscript,content +1030,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",526,4,"",shellscript,content +1031,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",425,0,"_lr/train_dynamics",shellscript,content +1032,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",424,0,"a",shellscript,content +1033,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",423,0,"cs_cotraining/lin",shellscript,content +1034,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",422,1,"",shellscript,content +1035,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",421,0,"g/dynam",shellscript,content +1036,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",420,0,"_scali",shellscript,content +1037,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",419,0,"a/batchsiz",shellscript,content +1038,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",418,0,"bs/franz/hore",shellscript,content +1039,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",417,0,"ch\nsbatch slurm/j",shellscript,content +1040,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",416,0,"dynamics_2_nodes.sba",shellscript,content +1041,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",317,0,"lr/train_dynamics_1",shellscript,content +1042,2778267,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",316,1,"",shellscript,content +1043,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",314,0,"a",shellscript,content +1044,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",313,0,"cs_cotraining/lin",shellscript,content +1045,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",312,1,"",shellscript,content +1046,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",311,0,"g/dynam",shellscript,content +1047,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",310,0,"_scali",shellscript,content +1048,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",309,0,"a/batchsiz",shellscript,content +1049,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",308,0,"bs/franz/hore",shellscript,content +1050,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",307,0,"ch\nsbatch slurm/j",shellscript,content +1051,2778268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",306,0,"dynamics_16_nodes.sba",shellscript,content +1052,2779384,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",743,8,"",shellscript,content +1053,2779388,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",743,0,"tokenizer",shellscript,content +1054,2779391,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",525,117,"",shellscript,content +1055,2779395,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",525,0,"tokenizer",shellscript,content +1056,2779404,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",306,120,"",shellscript,content +1057,2779420,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",306,0,"tokenizer_2",shellscript,content +1058,2780747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,1,"t",shellscript,selection_command +1059,2780773,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,2,"to",shellscript,selection_command +1060,2781027,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,3,"tok",shellscript,selection_command +1061,2781053,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,4,"toke",shellscript,selection_command +1062,2781083,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,5,"token",shellscript,selection_command +1063,2781116,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,6,"tokeni",shellscript,selection_command +1064,2781156,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,7,"tokeniz",shellscript,selection_command +1065,2781283,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,8,"tokenize",shellscript,selection_command +1066,2781535,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"tokenizer",shellscript,selection_command +1067,2781584,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"tokenizer",shellscript,selection_command +1068,2781840,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"tokenizer",shellscript,selection_command +1069,2781959,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"tokenizer",shellscript,selection_command +1070,2781960,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"tokenizer",shellscript,selection_command +1071,2781962,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",0,86,"sbatch slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_t",shellscript,selection_command +1072,2781963,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"tokenizer",shellscript,selection_command +1073,2782336,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",0,86,"sbatch slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_t",shellscript,selection_command +1074,2782497,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"tokenizer",shellscript,selection_command +1075,2783010,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",526,9,"",shellscript,content +1076,2783011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",416,9,"",shellscript,content +1077,2783011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",306,9,"",shellscript,content +1078,2783011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",196,9,"",shellscript,content +1079,2783011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,9,"",shellscript,content +1080,2783272,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",490,0,"d",shellscript,content +1081,2783272,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",389,0,"d",shellscript,content +1082,2783273,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",288,0,"d",shellscript,content +1083,2783273,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",187,0,"d",shellscript,content +1084,2783273,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",85,0,"d",shellscript,content +1085,2783273,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",86,0,"",shellscript,selection_keyboard +1086,2783365,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",495,0,"y",shellscript,content +1087,2783365,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",393,0,"y",shellscript,content +1088,2783366,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",291,0,"y",shellscript,content +1089,2783366,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",189,0,"y",shellscript,content +1090,2783366,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",86,0,"y",shellscript,content +1091,2783366,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",87,0,"",shellscript,selection_keyboard +1092,2783414,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",500,0,"n",shellscript,content +1093,2783414,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",397,0,"n",shellscript,content +1094,2783414,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",294,0,"n",shellscript,content +1095,2783414,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",191,0,"n",shellscript,content +1096,2783415,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",87,0,"n",shellscript,content +1097,2783415,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",88,0,"",shellscript,selection_keyboard +1098,2783545,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",505,0,"a",shellscript,content +1099,2783545,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",401,0,"a",shellscript,content +1100,2783545,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",297,0,"a",shellscript,content +1101,2783545,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",193,0,"a",shellscript,content +1102,2783545,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",88,0,"a",shellscript,content +1103,2783546,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",89,0,"",shellscript,selection_keyboard +1104,2783616,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",510,0,"m",shellscript,content +1105,2783616,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",405,0,"m",shellscript,content +1106,2783616,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",300,0,"m",shellscript,content +1107,2783616,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",195,0,"m",shellscript,content +1108,2783616,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",89,0,"m",shellscript,content +1109,2783617,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",90,0,"",shellscript,selection_keyboard +1110,2783701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",515,0,"i",shellscript,content +1111,2783701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",409,0,"i",shellscript,content +1112,2783701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",303,0,"i",shellscript,content +1113,2783701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",197,0,"i",shellscript,content +1114,2783701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",90,0,"i",shellscript,content +1115,2783702,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",91,0,"",shellscript,selection_keyboard +1116,2783758,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",520,0,"c",shellscript,content +1117,2783759,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",413,0,"c",shellscript,content +1118,2783759,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",306,0,"c",shellscript,content +1119,2783759,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",199,0,"c",shellscript,content +1120,2783759,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",91,0,"c",shellscript,content +1121,2783760,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",92,0,"",shellscript,selection_keyboard +1122,2783786,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",525,0,"s",shellscript,content +1123,2783786,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",417,0,"s",shellscript,content +1124,2783786,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",309,0,"s",shellscript,content +1125,2783786,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",201,0,"s",shellscript,content +1126,2783786,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",92,0,"s",shellscript,content +1127,2783787,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",93,0,"",shellscript,selection_keyboard +1128,2786166,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",530,0,"\n",shellscript,content +1129,2786167,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",421,0,"\n",shellscript,content +1130,2786167,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",312,0,"\n",shellscript,content +1131,2786167,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",203,0,"\n",shellscript,content +1132,2786167,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",93,0,"\n",shellscript,content +1133,2786822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",534,1,"",shellscript,content +1134,2786822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",424,1,"",shellscript,content +1135,2786822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",314,1,"",shellscript,content +1136,2786823,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",204,1,"",shellscript,content +1137,2786823,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",93,1,"",shellscript,content +1138,2787229,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",92,0,"",shellscript,selection_command +1139,2787675,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",202,0,"",shellscript,selection_command +1140,2787920,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",311,0,"",shellscript,selection_command +1141,2787948,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",420,0,"",shellscript,selection_command +1142,2788004,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",529,0,"",shellscript,selection_command +1143,2788085,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",546,0,"",shellscript,selection_command +1144,2788368,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",639,0,"",shellscript,selection_command +1145,2789870,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",638,0,"",shellscript,selection_command +1146,2790185,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",637,0,"",shellscript,selection_command +1147,2790187,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",636,0,"",shellscript,selection_command +1148,2790320,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",635,0,"",shellscript,selection_command +1149,2790579,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,0,"",shellscript,selection_command +1150,2790783,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",633,0,"",shellscript,selection_command +1151,2791068,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,0,"",shellscript,selection_command +1152,2791233,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,1,"t",shellscript,selection_command +1153,2791258,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,2,"to",shellscript,selection_command +1154,2791518,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,3,"tok",shellscript,selection_command +1155,2791548,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,4,"toke",shellscript,selection_command +1156,2791576,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,5,"token",shellscript,selection_command +1157,2791652,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,6,"tokeni",shellscript,selection_command +1158,2791758,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,7,"tokeniz",shellscript,selection_command +1159,2791938,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,8,"tokenize",shellscript,selection_command +1160,2792118,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,9,"tokenizer",shellscript,selection_command +1161,2792361,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,9,"",shellscript,content +1162,2792625,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",634,0,"d",shellscript,content +1163,2792627,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",635,0,"",shellscript,selection_keyboard +1164,2792718,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",635,0,"y",shellscript,content +1165,2792719,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",636,0,"",shellscript,selection_keyboard +1166,2792806,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",636,0,"n",shellscript,content +1167,2792808,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",637,0,"",shellscript,selection_keyboard +1168,2792855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",637,0,"a",shellscript,content +1169,2792856,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",638,0,"",shellscript,selection_keyboard +1170,2792955,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",638,0,"m",shellscript,content +1171,2792956,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",639,0,"",shellscript,selection_keyboard +1172,2793007,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",639,0,"i",shellscript,content +1173,2793009,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",640,0,"",shellscript,selection_keyboard +1174,2793068,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",640,0,"c",shellscript,content +1175,2793075,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",641,0,"",shellscript,selection_keyboard +1176,2793117,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",641,0,"s",shellscript,content +1177,2793119,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",642,0,"",shellscript,selection_keyboard +1178,2793416,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",641,0,"",shellscript,selection_command +1179,2793724,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",547,0,"",shellscript,selection_command +1180,2794378,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",657,0,"",shellscript,selection_command +1181,2794749,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",547,0,"",shellscript,selection_command +1182,2800858,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",546,0,"",shellscript,selection_command +1183,2801023,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",437,0,"",shellscript,selection_command +1184,2813987,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"#!/usr/bin/env bash\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""0000""\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-4 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n --lam_checkpoint=$lam_ckpt_dir\n",shellscript,tab +1185,2816234,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",803,0,"",shellscript,selection_mouse +1186,2817630,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"",shellscript,selection_command +1187,2818391,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",20,0,"",shellscript,selection_command +1188,2818607,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",21,0,"",shellscript,selection_command +1189,2818633,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",51,0,"",shellscript,selection_command +1190,2818781,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",81,0,"",shellscript,selection_command +1191,2818783,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",107,0,"",shellscript,selection_command +1192,2818785,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +1193,2818917,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",235,0,"",shellscript,selection_command +1194,2819352,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +1195,2819638,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",233,0,"",shellscript,selection_command +1196,2821641,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",299,0,"",shellscript,selection_command +1197,2821889,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",233,0,"",shellscript,selection_command +1198,2824871,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",234,0,"chunked",shellscript,content +1199,2824871,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",228,6,"",shellscript,content +1200,2824871,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",221,6,"",shellscript,content +1201,2826766,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",221,8,"",shellscript,content +1202,2826770,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",221,0,"/10fps_160x90",shellscript,content +1203,2826775,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",222,0,"",shellscript,selection_command +1204,2842010,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",0,0,"",shellscript,tab +1205,2844758,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",20,0,"",shellscript,selection_command +1206,2845063,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",21,0,"",shellscript,selection_command +1207,2845065,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",39,0,"",shellscript,selection_command +1208,2845086,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",67,0,"",shellscript,selection_command +1209,2845118,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",91,0,"",shellscript,selection_command +1210,2845141,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",123,0,"",shellscript,selection_command +1211,2845243,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",149,0,"",shellscript,selection_command +1212,2845244,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",170,0,"",shellscript,selection_command +1213,2845246,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",298,0,"",shellscript,selection_command +1214,2845315,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",425,0,"",shellscript,selection_command +1215,2845393,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",478,0,"",shellscript,selection_command +1216,2845645,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",479,0,"",shellscript,selection_command +1217,2845675,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",503,0,"",shellscript,selection_command +1218,2845767,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",510,0,"",shellscript,selection_command +1219,2845769,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",511,0,"",shellscript,selection_command +1220,2845773,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",541,0,"",shellscript,selection_command +1221,2845923,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",571,0,"",shellscript,selection_command +1222,2846079,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",597,0,"",shellscript,selection_command +1223,2846291,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",598,0,"",shellscript,selection_command +1224,2846416,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",718,0,"",shellscript,selection_command +1225,2850521,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",598,0,"",shellscript,selection_command +1226,2850684,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",718,0,"",shellscript,selection_command +1227,3002902,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",597,0,"",shellscript,selection_command +1228,3002909,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",595,0,"",shellscript,selection_command +1229,3002932,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",569,0,"",shellscript,selection_command +1230,3002965,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",539,0,"",shellscript,selection_command +1231,3003061,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",510,0,"",shellscript,selection_command +1232,3003062,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",508,0,"",shellscript,selection_command +1233,3003064,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",501,0,"",shellscript,selection_command +1234,3003098,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",478,0,"",shellscript,selection_command +1235,3003131,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",476,0,"",shellscript,selection_command +1236,3003162,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",423,0,"",shellscript,selection_command +1237,3003196,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",296,0,"",shellscript,selection_command +1238,3005263,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",423,0,"",shellscript,selection_command +1239,3005522,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",476,0,"",shellscript,selection_command +1240,3005587,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",478,0,"",shellscript,selection_command +1241,3005588,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",501,0,"",shellscript,selection_command +1242,3005678,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",508,0,"",shellscript,selection_command +1243,3005679,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",510,0,"",shellscript,selection_command +1244,3005680,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",539,0,"",shellscript,selection_command +1245,3005711,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",569,0,"",shellscript,selection_command +1246,3005982,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",595,0,"",shellscript,selection_command +1247,3006202,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",597,0,"",shellscript,selection_command +1248,3006501,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",718,0,"",shellscript,selection_command +1249,3008203,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"",shellscript,tab +1250,3010239,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",0,0,"",shellscript,tab +1251,3011526,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",598,0,"",shellscript,selection_command +1252,3011772,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"",shellscript,tab +1253,3012174,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +1254,3012593,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,126,"array_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords/10fps_160x90",shellscript,selection_command +1255,3012735,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,126,"array_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked",shellscript,content +1256,3012751,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +1257,3013405,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",228,0,"",shellscript,selection_command +1258,3013871,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +1259,3018915,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",230,0,"",shellscript,selection_command +1260,3019660,"experiments/train_dynamics_lr_1e-4_larger_ffn.sbatch",0,0,"",shellscript,tab +1261,3021974,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"",shellscript,tab +1262,3024300,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",296,0,"",shellscript,selection_command +1263,3024552,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",297,0,"",shellscript,selection_command +1264,3024613,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",314,0,"",shellscript,selection_command +1265,3024913,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",334,0,"",shellscript,selection_command +1266,3025079,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",335,0,"",shellscript,selection_command +1267,3025657,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",445,0,"",shellscript,selection_command +1268,3039232,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",335,0,"",shellscript,selection_command +1269,3043436,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",447,0,"",shellscript,selection_command +1270,3043583,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",472,0,"",shellscript,selection_command +1271,3043733,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",473,0,"",shellscript,selection_command +1272,3044048,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +1273,3045370,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",623,0,"",shellscript,selection_command +1274,3049199,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +1275,3049552,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",473,0,"",shellscript,selection_command +1276,3049726,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",472,0,"",shellscript,selection_command +1277,3049900,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",447,0,"",shellscript,selection_command +1278,3049970,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",335,0,"",shellscript,selection_command +1279,3050769,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",447,0,"",shellscript,selection_command +1280,3051042,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",472,0,"",shellscript,selection_command +1281,3051044,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",473,0,"",shellscript,selection_command +1282,3051046,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +1283,3052421,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",623,0,"",shellscript,selection_command +1284,3057587,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +1285,3058132,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",623,0,"",shellscript,selection_command +1286,3058804,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +1287,3058953,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",625,0,"",shellscript,selection_command +1288,3059234,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",778,0,"",shellscript,selection_command +1289,3059962,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",625,0,"",shellscript,selection_command +1290,3060434,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",780,0,"",shellscript,selection_command +1291,3060568,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",781,0,"",shellscript,selection_command +1292,3061146,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",798,0,"",shellscript,selection_command +1293,3061296,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",799,0,"",shellscript,selection_command +1294,3098889,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",831,0,"",shellscript,selection_command +1295,3099222,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",799,0,"",shellscript,selection_command +1296,3099536,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",831,0,"",shellscript,selection_command +1297,3101632,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",862,0,"",shellscript,selection_command +1298,3101881,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",831,0,"",shellscript,selection_command +1299,3115784,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",799,0,"",shellscript,selection_command +1300,3116008,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",831,0,"",shellscript,selection_command +1301,3117379,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",864,0,"",shellscript,selection_command +1302,3117901,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",886,0,"",shellscript,selection_command +1303,3118199,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",903,0,"",shellscript,selection_command +1304,3118434,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",923,0,"",shellscript,selection_command +1305,3124419,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"",shellscript,selection_command +1306,3124956,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",20,0,"",shellscript,selection_command +1307,3125222,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",21,0,"",shellscript,selection_command +1308,3125247,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",51,0,"",shellscript,selection_command +1309,3125293,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",81,0,"",shellscript,selection_command +1310,3125306,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",107,0,"",shellscript,selection_command +1311,3125338,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +1312,3125371,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",230,0,"",shellscript,selection_command +1313,3125404,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",296,0,"",shellscript,selection_command +1314,3125438,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",297,0,"",shellscript,selection_command +1315,3125470,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",314,0,"",shellscript,selection_command +1316,3125503,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",334,0,"",shellscript,selection_command +1317,3125537,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",335,0,"",shellscript,selection_command +1318,3125572,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",447,0,"",shellscript,selection_command +1319,3125605,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",472,0,"",shellscript,selection_command +1320,3125637,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",473,0,"",shellscript,selection_command +1321,3125746,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +1322,3125747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",625,0,"",shellscript,selection_command +1323,3125748,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",780,0,"",shellscript,selection_command +1324,3125771,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",781,0,"",shellscript,selection_command +1325,3125804,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",798,0,"",shellscript,selection_command +1326,3125838,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",799,0,"",shellscript,selection_command +1327,3125871,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",831,0,"",shellscript,selection_command +1328,3126273,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",864,0,"",shellscript,selection_command +1329,3126430,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",886,0,"",shellscript,selection_command +1330,3126593,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",903,0,"",shellscript,selection_command +1331,3126794,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",923,0,"",shellscript,selection_command +1332,3129285,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",903,0,"",shellscript,selection_command +1333,3130064,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",923,0,"",shellscript,selection_command +1334,3131531,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",955,0,"",shellscript,selection_command +1335,3137281,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",967,0,"",shellscript,selection_command +1336,3137476,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",997,0,"",shellscript,selection_command +1337,3137501,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1034,0,"",shellscript,selection_command +1338,3137533,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1076,0,"",shellscript,selection_command +1339,3138227,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1104,0,"",shellscript,selection_command +1340,3138414,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1130,0,"",shellscript,selection_command +1341,3139381,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1130,21," --project jafar \",shellscript,selection_command +1342,3140952,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1104,47," --entity instant-uv \\n --project jafar \",shellscript,selection_command +1343,3141116,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1076,75," --tags dynamics debug \\n --entity instant-uv \\n --project jafar \",shellscript,selection_command +1344,3146521,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1034,117," --name=dynamics-debug-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \",shellscript,selection_command +1345,3146954,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",997,154," --log_checkpoint_interval=1000 \\n --name=dynamics-debug-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \",shellscript,selection_command +1346,3148160,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",997,155,"",shellscript,content +1347,3148166,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1001,0,"",shellscript,selection_command +1348,3148539,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",971,0,"",shellscript,selection_command +1349,3148692,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",959,0,"",shellscript,selection_command +1350,3149170,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",955,12,"",shellscript,content +1351,3149172,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",959,0,"",shellscript,selection_command +1352,3149339,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",927,0,"",shellscript,selection_command +1353,3149657,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",923,32,"",shellscript,content +1354,3149670,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",927,0,"",shellscript,selection_command +1355,3152351,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",957,0,"",shellscript,selection_command +1356,3152671,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1006,0,"",shellscript,selection_command +1357,3152848,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1042,0,"",shellscript,selection_command +1358,3153405,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",1006,0,"",shellscript,selection_command +1359,3153566,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",957,0,"",shellscript,selection_command +1360,3154283,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",953,0,"",shellscript,selection_command +1361,3155536,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",923,0,"",shellscript,selection_command +1362,3155782,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",903,0,"",shellscript,selection_command +1363,3155812,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",886,0,"",shellscript,selection_command +1364,3155985,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",864,0,"",shellscript,selection_command +1365,3156152,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",831,0,"",shellscript,selection_command +1366,3156307,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",799,0,"",shellscript,selection_command +1367,3156511,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",831,0,"",shellscript,selection_command +1368,3156683,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",864,0,"",shellscript,selection_command +1369,3165387,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_1_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=48 \\n --min_lr=0 \\n --max_lr=1e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-1-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 1-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n",shellscript,tab +1370,3168020,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",678,0,"",shellscript,selection_mouse +1371,3168957,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",762,0,"",shellscript,selection_command +1372,3170736,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",642,0,"",shellscript,selection_command +1373,3174159,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +1374,3174354,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +1375,3175027,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +1376,3175438,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +1377,3175748,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +1378,3175921,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +1379,3176437,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +1380,3178702,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +1381,3179000,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +1382,3179225,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +1383,3179404,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +1384,3179595,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +1385,3179776,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1386,3180454,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",171,0,"",shellscript,selection_command +1387,3180702,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",178,0,"",shellscript,selection_command +1388,3180792,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",180,0,"",shellscript,selection_command +1389,3180794,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",186,0,"",shellscript,selection_command +1390,3180796,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",188,0,"",shellscript,selection_command +1391,3180829,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",192,0,"",shellscript,selection_command +1392,3180970,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",193,0,"",shellscript,selection_command +1393,3180971,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",197,0,"",shellscript,selection_command +1394,3180972,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",198,0,"",shellscript,selection_command +1395,3180975,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",207,0,"",shellscript,selection_command +1396,3180995,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",208,0,"",shellscript,selection_command +1397,3181494,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",514,0,"s",shellscript,content +1398,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",509,5,"",shellscript,content +1399,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",504,4,"",shellscript,content +1400,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",503,0,"m",shellscript,content +1401,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",498,5,"",shellscript,content +1402,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",491,6,"",shellscript,content +1403,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",490,0,"dy",shellscript,content +1404,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",486,4,"",shellscript,content +1405,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",403,0,"anz",shellscript,content +1406,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",402,0,"f",shellscript,content +1407,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",398,4,"",shellscript,content +1408,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",258,0,"anz",shellscript,content +1409,3181495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",257,0,"f",shellscript,content +1410,3181496,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",253,4,"",shellscript,content +1411,3183643,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",486,8,"",shellscript,content +1412,3183645,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",486,0,"tokenizer_batch_size_scaling",shellscript,content +1413,3183647,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",398,5,"",shellscript,content +1414,3183652,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",398,0,"mihir",shellscript,content +1415,3183653,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",253,5,"",shellscript,content +1416,3183655,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",253,0,"mihir",shellscript,content +1417,3186270,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",253,5,"",shellscript,content +1418,3186272,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",253,0,"franz",shellscript,content +1419,3186273,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",398,5,"",shellscript,content +1420,3186275,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",398,0,"franz",shellscript,content +1421,3186280,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",486,28,"",shellscript,content +1422,3186281,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",486,0,"dynamics",shellscript,content +1423,3186946,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",215,0,"",shellscript,selection_command +1424,3187280,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",216,0,"",shellscript,selection_command +1425,3187286,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",227,0,"",shellscript,selection_command +1426,3187287,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",228,0,"",shellscript,selection_command +1427,3187289,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",242,0,"",shellscript,selection_command +1428,3187318,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",243,0,"",shellscript,selection_command +1429,3187354,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",247,0,"",shellscript,selection_command +1430,3187389,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",248,0,"",shellscript,selection_command +1431,3187805,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",258,0,"",shellscript,selection_command +1432,3188134,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",259,0,"",shellscript,selection_command +1433,3188874,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",262,0,"",shellscript,selection_command +1434,3189182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",263,0,"",shellscript,selection_command +1435,3189249,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",267,0,"",shellscript,selection_command +1436,3189550,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",268,0,"",shellscript,selection_command +1437,3236022,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1438,3236214,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",171,0,"",shellscript,selection_command +1439,3236387,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",178,0,"",shellscript,selection_command +1440,3236548,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",180,0,"",shellscript,selection_command +1441,3236714,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",186,0,"",shellscript,selection_command +1442,3236854,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",188,0,"",shellscript,selection_command +1443,3237231,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,0,"",shellscript,selection_command +1444,3237318,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,1,"/",shellscript,selection_command +1445,3238259,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,129,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n",shellscript,selection_command +1446,3238610,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,128,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1447,3238699,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,127,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.lo",shellscript,selection_command +1448,3239011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,126,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.l",shellscript,selection_command +1449,3239247,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,125,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.",shellscript,selection_command +1450,3239279,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,124,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j",shellscript,selection_command +1451,3239312,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,123,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%",shellscript,selection_command +1452,3239344,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,122,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_",shellscript,selection_command +1453,3239538,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,121,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x",shellscript,selection_command +1454,3239538,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,120,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%",shellscript,selection_command +1455,3239697,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,119,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/",shellscript,selection_command +1456,3239822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,118,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling",shellscript,selection_command +1457,3240221,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,119,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/",shellscript,selection_command +1458,3241452,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,118,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling",shellscript,selection_command +1459,3241757,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,112,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-s",shellscript,selection_command +1460,3242024,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,111,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-",shellscript,selection_command +1461,3242151,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,102,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-b",shellscript,selection_command +1462,3242319,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,101,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-",shellscript,selection_command +1463,3242403,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,91,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-c",shellscript,selection_command +1464,3242544,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,90,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-",shellscript,selection_command +1465,3242701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,82,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/d",shellscript,selection_command +1466,3243194,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",187,81,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/",shellscript,selection_command +1467,3243423,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",267,0,"",shellscript,selection_command +1468,3244814,"TERMINAL",0,0,"cd /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/",,terminal_command +1469,3244826,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +1470,3245533,"TERMINAL",0,0,"ls",,terminal_command +1471,3245548,"TERMINAL",0,0,"]633;Clarger_ffn_dynamics\r\nlarger_ffn_tokenizer\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3352433.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3353627.log\r\n]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +1472,3262261,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1473,3267384,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",314,0,"",shellscript,selection_command +1474,3290905,"TERMINAL",0,0,"mkdir dynamics-cotraining-batchsize-scaling",,terminal_command +1475,3290905,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +1476,3293663,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1477,3294881,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",316,0,"",shellscript,selection_command +1478,3295106,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1479,3296505,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",462,0,"",shellscript,selection_command +1480,3296753,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",469,0,"",shellscript,selection_command +1481,3296783,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",471,0,"",shellscript,selection_command +1482,3296815,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",474,0,"",shellscript,selection_command +1483,3296848,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",475,0,"",shellscript,selection_command +1484,3296886,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",479,0,"",shellscript,selection_command +1485,3296915,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",480,0,"",shellscript,selection_command +1486,3296949,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",502,0,"",shellscript,selection_command +1487,3296984,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",503,0,"",shellscript,selection_command +1488,3297017,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",505,0,"",shellscript,selection_command +1489,3297053,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",509,0,"",shellscript,selection_command +1490,3297088,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",513,0,"",shellscript,selection_command +1491,3297197,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",520,0,"",shellscript,selection_command +1492,3297198,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",527,0,"",shellscript,selection_command +1493,3297199,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",531,0,"",shellscript,selection_command +1494,3297219,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",532,0,"",shellscript,selection_command +1495,3297253,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",534,0,"",shellscript,selection_command +1496,3297309,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",535,0,"",shellscript,selection_command +1497,3299145,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",534,0,"",shellscript,selection_command +1498,3299399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",527,0,"",shellscript,selection_command +1499,3299428,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",503,0,"",shellscript,selection_command +1500,3299602,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",502,0,"",shellscript,selection_command +1501,3299823,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1502,3299891,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",502,0,"",shellscript,selection_command +1503,3300179,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1504,3300433,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,40,"#SBATCH --job-name=train_dynamics_1_node",shellscript,selection_command +1505,3300567,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,481,"\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_dynamics_1_node",shellscript,selection_command +1506,3300723,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,501,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_dynamics_1_node",shellscript,selection_command +1507,3301401,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +1508,3301588,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +1509,3301919,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +1510,3301921,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +1511,3301922,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +1512,3301932,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +1513,3301964,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +1514,3302117,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +1515,3302383,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1516,3302668,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",316,0,"",shellscript,selection_command +1517,3302670,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1518,3302821,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,145,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1519,3302971,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1520,3303360,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1521,3305872,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +1522,3306548,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",20,0,"",shellscript,selection_command +1523,3306798,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",21,0,"",shellscript,selection_command +1524,3306829,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",39,0,"",shellscript,selection_command +1525,3306855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",67,0,"",shellscript,selection_command +1526,3306886,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",91,0,"",shellscript,selection_command +1527,3306921,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",123,0,"",shellscript,selection_command +1528,3306954,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",149,0,"",shellscript,selection_command +1529,3307101,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,0,"",shellscript,selection_command +1530,3307405,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,145,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1531,3307547,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1532,3307683,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,content +1533,3307694,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,0,"",shellscript,selection_command +1534,3309182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",514,0,"s",shellscript,content +1535,3309182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",509,5,"",shellscript,content +1536,3309182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",504,4,"",shellscript,content +1537,3309182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",503,0,"m",shellscript,content +1538,3309182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",498,5,"",shellscript,content +1539,3309182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",491,6,"",shellscript,content +1540,3309183,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",490,0,"dy",shellscript,content +1541,3309183,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",486,4,"",shellscript,content +1542,3310264,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",486,8,"tokenizer_batch_size_scaling",shellscript,content +1543,3312076,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",486,28,"dynamics",shellscript,content +1544,3313551,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",486,8,"tokenizer_batch_size_scaling",shellscript,content +1545,3315637,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",486,28,"dynamics",shellscript,content +1546,3315937,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",316,0,"",shellscript,selection_command +1547,3316305,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",461,0,"",shellscript,selection_command +1548,3316600,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",467,0,"",shellscript,selection_command +1549,3316853,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",470,0,"",shellscript,selection_command +1550,3316880,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",473,0,"",shellscript,selection_command +1551,3316913,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",474,0,"",shellscript,selection_command +1552,3316945,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",478,0,"",shellscript,selection_command +1553,3316972,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",479,0,"",shellscript,selection_command +1554,3317028,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",500,0,"",shellscript,selection_command +1555,3317186,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",503,0,"",shellscript,selection_command +1556,3317499,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",502,0,"",shellscript,selection_command +1557,3317660,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,0,"",shellscript,selection_command +1558,3318107,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",479,0,"",shellscript,selection_command +1559,3318153,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,0,"",shellscript,selection_command +1560,3318401,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",481,0,"",shellscript,selection_command +1561,3318501,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",482,0,"",shellscript,selection_command +1562,3318503,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",483,0,"",shellscript,selection_command +1563,3318505,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",484,0,"",shellscript,selection_command +1564,3318530,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",485,0,"",shellscript,selection_command +1565,3318675,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",486,0,"",shellscript,selection_command +1566,3318677,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",487,0,"",shellscript,selection_command +1567,3318678,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",488,0,"",shellscript,selection_command +1568,3318679,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",489,0,"",shellscript,selection_command +1569,3318694,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",490,0,"",shellscript,selection_command +1570,3318852,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",491,0,"",shellscript,selection_command +1571,3318854,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",492,0,"",shellscript,selection_command +1572,3318855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",493,0,"",shellscript,selection_command +1573,3319206,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",494,0,"",shellscript,selection_command +1574,3319402,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",494,0,"_",shellscript,content +1575,3319403,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",495,0,"",shellscript,selection_keyboard +1576,3319566,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",495,0,"b",shellscript,content +1577,3319567,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",496,0,"",shellscript,selection_keyboard +1578,3319679,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",496,0,"a",shellscript,content +1579,3319680,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",497,0,"",shellscript,selection_keyboard +1580,3319693,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",497,0,"t",shellscript,content +1581,3319694,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",498,0,"",shellscript,selection_keyboard +1582,3320032,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",498,0,"c",shellscript,content +1583,3320033,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",499,0,"",shellscript,selection_keyboard +1584,3320036,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",499,0,"h",shellscript,content +1585,3320037,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",500,0,"",shellscript,selection_keyboard +1586,3320190,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",500,0,"_",shellscript,content +1587,3320190,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",501,0,"",shellscript,selection_keyboard +1588,3320334,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",501,0,"s",shellscript,content +1589,3320335,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",502,0,"",shellscript,selection_keyboard +1590,3320410,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",502,0,"i",shellscript,content +1591,3320411,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",503,0,"",shellscript,selection_keyboard +1592,3320518,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",503,0,"z",shellscript,content +1593,3320518,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",504,0,"",shellscript,selection_keyboard +1594,3320545,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",504,0,"e",shellscript,content +1595,3320545,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",505,0,"",shellscript,selection_keyboard +1596,3321075,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",505,0,"s",shellscript,content +1597,3321075,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",506,0,"",shellscript,selection_keyboard +1598,3321503,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",505,1,"",shellscript,content +1599,3321661,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",505,0,"_",shellscript,content +1600,3321662,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",506,0,"",shellscript,selection_keyboard +1601,3321908,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",506,0,"s",shellscript,content +1602,3321909,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",507,0,"",shellscript,selection_keyboard +1603,3321989,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",507,0,"c",shellscript,content +1604,3321990,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",508,0,"",shellscript,selection_keyboard +1605,3321998,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",508,0,"a",shellscript,content +1606,3321999,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",509,0,"",shellscript,selection_keyboard +1607,3322147,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",509,0,"l",shellscript,content +1608,3322148,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",510,0,"",shellscript,selection_keyboard +1609,3322205,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",510,0,"i",shellscript,content +1610,3322206,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",511,0,"",shellscript,selection_keyboard +1611,3322288,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",511,0,"n",shellscript,content +1612,3322289,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",512,0,"",shellscript,selection_keyboard +1613,3322395,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",512,0,"g",shellscript,content +1614,3322396,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",513,0,"",shellscript,selection_keyboard +1615,3322949,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",512,0,"",shellscript,selection_command +1616,3325817,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +1617,3326759,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",316,0,"",shellscript,selection_command +1618,3326901,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1619,3327266,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",495,0,"batch_size_scaling_",shellscript,content +1620,3327268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",514,0,"",shellscript,selection_command +1621,3328769,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",514,0,"_",shellscript,content +1622,3328770,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",515,0,"",shellscript,selection_keyboard +1623,3328984,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",515,0,"l",shellscript,content +1624,3328985,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",516,0,"",shellscript,selection_keyboard +1625,3329029,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",516,0,"i",shellscript,content +1626,3329030,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",517,0,"",shellscript,selection_keyboard +1627,3329094,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",517,0,"n",shellscript,content +1628,3329095,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",518,0,"",shellscript,selection_keyboard +1629,3329138,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",518,0,"e",shellscript,content +1630,3329139,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",519,0,"",shellscript,selection_keyboard +1631,3329167,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",519,0,"a",shellscript,content +1632,3329168,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",520,0,"",shellscript,selection_keyboard +1633,3329238,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",520,0,"r",shellscript,content +1634,3329239,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",521,0,"",shellscript,selection_keyboard +1635,3329565,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",520,1,"",shellscript,content +1636,3329819,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",519,1,"",shellscript,content +1637,3329851,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",518,1,"",shellscript,content +1638,3329889,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",517,1,"",shellscript,content +1639,3329976,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",516,1,"",shellscript,content +1640,3330132,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",515,1,"",shellscript,content +1641,3330268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",514,1,"",shellscript,content +1642,3330515,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",514,0,"l",shellscript,content +1643,3330516,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",515,0,"",shellscript,selection_keyboard +1644,3330585,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",515,0,"i",shellscript,content +1645,3330586,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",516,0,"",shellscript,selection_keyboard +1646,3330652,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",516,0,"n",shellscript,content +1647,3330653,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",517,0,"",shellscript,selection_keyboard +1648,3330696,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",517,0,"e",shellscript,content +1649,3330697,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",518,0,"",shellscript,selection_keyboard +1650,3330738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",518,0,"a",shellscript,content +1651,3330739,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",519,0,"",shellscript,selection_keyboard +1652,3330823,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",519,0,"r",shellscript,content +1653,3330824,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",520,0,"",shellscript,selection_keyboard +1654,3331155,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",520,0,"_",shellscript,content +1655,3331156,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",521,0,"",shellscript,selection_keyboard +1656,3331383,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",521,0,"l",shellscript,content +1657,3331384,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",522,0,"",shellscript,selection_keyboard +1658,3331477,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",522,0,"r",shellscript,content +1659,3331478,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",523,0,"",shellscript,selection_keyboard +1660,3331942,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",523,0,"_",shellscript,content +1661,3331943,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",524,0,"",shellscript,selection_keyboard +1662,3332238,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",523,0,"",shellscript,selection_command +1663,3333373,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",523,1,"_",shellscript,selection_command +1664,3333514,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",480,44,"train_dynamics_batch_size_scaling_linear_lr_",shellscript,selection_command +1665,3334448,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",480,0,"",shellscript,selection_command +1666,3335620,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +1667,3336435,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",513,0,"",shellscript,selection_command +1668,3336740,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",513,1,"_",shellscript,selection_command +1669,3336840,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,34,"train_dynamics_batch_size_scaling_",shellscript,selection_command +1670,3337202,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,34,"train_dynamics_batch_size_scaling_linear_lr_",shellscript,content +1671,3337223,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",523,0,"",shellscript,selection_command +1672,3338882,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",461,0,"",shellscript,selection_command +1673,3341509,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=4\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_4_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=192 \\n --min_lr=0 \\n --max_lr=2.1e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-4-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 4-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n",shellscript,tab +1674,3342100,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",20,0,"",shellscript,selection_command +1675,3342294,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",21,0,"",shellscript,selection_command +1676,3342524,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",39,0,"",shellscript,selection_command +1677,3342551,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",67,0,"",shellscript,selection_command +1678,3342582,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",91,0,"",shellscript,selection_command +1679,3342621,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",123,0,"",shellscript,selection_command +1680,3342655,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",149,0,"",shellscript,selection_command +1681,3342690,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,0,"",shellscript,selection_command +1682,3342834,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",316,0,"",shellscript,selection_command +1683,3343012,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",461,0,"",shellscript,selection_command +1684,3343135,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",462,0,"",shellscript,selection_command +1685,3343340,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",469,0,"",shellscript,selection_command +1686,3343543,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",471,0,"",shellscript,selection_command +1687,3343685,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",474,0,"",shellscript,selection_command +1688,3344115,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",475,0,"",shellscript,selection_command +1689,3344387,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",479,0,"",shellscript,selection_command +1690,3344583,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,0,"",shellscript,selection_command +1691,3345111,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,1,"t",shellscript,selection_command +1692,3345258,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,41,"train_tokenizer_batch_size_scaling_4_node",shellscript,selection_command +1693,3345642,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,40,"train_tokenizer_batch_size_scaling_4_nod",shellscript,selection_command +1694,3345964,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,39,"train_tokenizer_batch_size_scaling_4_no",shellscript,selection_command +1695,3345965,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,38,"train_tokenizer_batch_size_scaling_4_n",shellscript,selection_command +1696,3345966,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,37,"train_tokenizer_batch_size_scaling_4_",shellscript,selection_command +1697,3345967,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,36,"train_tokenizer_batch_size_scaling_4",shellscript,selection_command +1698,3346002,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,35,"train_tokenizer_batch_size_scaling_",shellscript,selection_command +1699,3346295,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,35,"train_dynamics_batch_size_scaling_",shellscript,content +1700,3346310,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",513,0,"",shellscript,selection_command +1701,3347012,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",461,0,"",shellscript,selection_command +1702,3348276,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +1703,3348914,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",462,0,"",shellscript,selection_command +1704,3349105,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",469,0,"",shellscript,selection_command +1705,3350029,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",471,0,"",shellscript,selection_command +1706,3350030,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",474,0,"",shellscript,selection_command +1707,3350030,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",475,0,"",shellscript,selection_command +1708,3350031,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",479,0,"",shellscript,selection_command +1709,3350049,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,0,"",shellscript,selection_command +1710,3350375,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,1,"t",shellscript,selection_command +1711,3352362,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,6,"train_",shellscript,selection_command +1712,3352644,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,15,"train_dynamics_",shellscript,selection_command +1713,3352798,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,21,"train_dynamics_batch_",shellscript,selection_command +1714,3352973,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,26,"train_dynamics_batch_size_",shellscript,selection_command +1715,3353070,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,34,"train_dynamics_batch_size_scaling_",shellscript,selection_command +1716,3353399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,41,"train_dynamics_batch_size_scaling_linear_",shellscript,selection_command +1717,3354021,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,42,"train_dynamics_batch_size_scaling_linear_l",shellscript,selection_command +1718,3354349,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,43,"train_dynamics_batch_size_scaling_linear_lr",shellscript,selection_command +1719,3354547,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,44,"train_dynamics_batch_size_scaling_linear_lr_",shellscript,selection_command +1720,3354704,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,44,"train_tokenizer_batch_size_scaling_",shellscript,content +1721,3354711,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",514,0,"",shellscript,selection_command +1722,3355300,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",514,0,"_linear_lr",shellscript,content +1723,3355304,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",486,9,"dynamics",shellscript,content +1724,3355308,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,0,"",shellscript,selection_command +1725,3356021,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,1,"t",shellscript,selection_command +1726,3356120,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,50,"train_dynamics_batch_size_scaling_linear_lr_2_node",shellscript,selection_command +1727,3356332,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,53,"train_dynamics_batch_size_scaling_linear_lr_2_node\n\n#",shellscript,selection_command +1728,3356358,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,57,"train_dynamics_batch_size_scaling_linear_lr_2_node\n\n# Log",shellscript,selection_command +1729,3356699,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,56,"train_dynamics_batch_size_scaling_linear_lr_2_node\n\n# Lo",shellscript,selection_command +1730,3356986,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,55,"train_dynamics_batch_size_scaling_linear_lr_2_node\n\n# L",shellscript,selection_command +1731,3357169,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,53,"train_dynamics_batch_size_scaling_linear_lr_2_node\n\n#",shellscript,selection_command +1732,3357324,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,52,"train_dynamics_batch_size_scaling_linear_lr_2_node\n\n",shellscript,selection_command +1733,3357496,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,1,"t",shellscript,selection_command +1734,3357585,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",479,2,"=t",shellscript,selection_command +1735,3358104,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,50,"train_dynamics_batch_size_scaling_linear_lr_2_node",shellscript,selection_command +1736,3358430,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,49,"train_dynamics_batch_size_scaling_linear_lr_2_nod",shellscript,selection_command +1737,3358562,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,48,"train_dynamics_batch_size_scaling_linear_lr_2_no",shellscript,selection_command +1738,3358816,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,47,"train_dynamics_batch_size_scaling_linear_lr_2_n",shellscript,selection_command +1739,3358847,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,46,"train_dynamics_batch_size_scaling_linear_lr_2_",shellscript,selection_command +1740,3358876,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,45,"train_dynamics_batch_size_scaling_linear_lr_2",shellscript,selection_command +1741,3359067,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,44,"train_dynamics_batch_size_scaling_linear_lr_",shellscript,selection_command +1742,3359265,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,0,"",shellscript,selection_command +1743,3360191,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",0,0,"",shellscript,tab +1744,3360952,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",462,0,"",shellscript,selection_command +1745,3360955,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",469,0,"",shellscript,selection_command +1746,3361170,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",471,0,"",shellscript,selection_command +1747,3361399,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",474,0,"",shellscript,selection_command +1748,3361692,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",475,0,"",shellscript,selection_command +1749,3361797,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",479,0,"",shellscript,selection_command +1750,3362216,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,0,"",shellscript,selection_command +1751,3363069,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,1,"t",shellscript,selection_command +1752,3363071,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,40,"train_dynamics_batch_size_scaling_4_node",shellscript,selection_command +1753,3363075,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,39,"train_dynamics_batch_size_scaling_4_nod",shellscript,selection_command +1754,3363076,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,38,"train_dynamics_batch_size_scaling_4_no",shellscript,selection_command +1755,3363077,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,37,"train_dynamics_batch_size_scaling_4_n",shellscript,selection_command +1756,3363078,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,36,"train_dynamics_batch_size_scaling_4_",shellscript,selection_command +1757,3363079,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,35,"train_dynamics_batch_size_scaling_4",shellscript,selection_command +1758,3363080,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,34,"train_dynamics_batch_size_scaling_",shellscript,selection_command +1759,3363426,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,33,"train_dynamics_batch_size_scaling",shellscript,selection_command +1760,3363549,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,34,"train_dynamics_batch_size_scaling_",shellscript,selection_command +1761,3363788,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",480,34,"train_dynamics_batch_size_scaling_linear_lr_",shellscript,content +1762,3363791,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",523,0,"",shellscript,selection_command +1763,3366690,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=8\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_8_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=384 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-8-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 8-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n",shellscript,tab +1764,3367295,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",20,0,"",shellscript,selection_command +1765,3367460,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",21,0,"",shellscript,selection_command +1766,3367463,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",39,0,"",shellscript,selection_command +1767,3367495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",67,0,"",shellscript,selection_command +1768,3367630,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",91,0,"",shellscript,selection_command +1769,3367631,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",123,0,"",shellscript,selection_command +1770,3367706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",149,0,"",shellscript,selection_command +1771,3367983,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",170,0,"",shellscript,selection_command +1772,3367984,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",316,0,"",shellscript,selection_command +1773,3368069,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",461,0,"",shellscript,selection_command +1774,3368262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",462,0,"",shellscript,selection_command +1775,3368507,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",469,0,"",shellscript,selection_command +1776,3368632,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",471,0,"",shellscript,selection_command +1777,3368779,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",474,0,"",shellscript,selection_command +1778,3368915,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",475,0,"",shellscript,selection_command +1779,3369089,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",479,0,"",shellscript,selection_command +1780,3369375,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,0,"",shellscript,selection_command +1781,3369635,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,1,"t",shellscript,selection_command +1782,3369680,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,41,"train_tokenizer_batch_size_scaling_8_node",shellscript,selection_command +1783,3369970,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,40,"train_tokenizer_batch_size_scaling_8_nod",shellscript,selection_command +1784,3370220,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,39,"train_tokenizer_batch_size_scaling_8_no",shellscript,selection_command +1785,3370322,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,38,"train_tokenizer_batch_size_scaling_8_n",shellscript,selection_command +1786,3370494,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,37,"train_tokenizer_batch_size_scaling_8_",shellscript,selection_command +1787,3370857,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,36,"train_tokenizer_batch_size_scaling_8",shellscript,selection_command +1788,3371002,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,35,"train_tokenizer_batch_size_scaling_",shellscript,selection_command +1789,3371332,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",480,35,"train_dynamics_batch_size_scaling_linear_lr_",shellscript,content +1790,3371350,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",523,0,"",shellscript,selection_command +1791,3373299,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=16\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_16_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=768 \\n --min_lr=0 \\n --max_lr=4.2e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-16-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 16-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n",shellscript,tab +1792,3375101,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",20,0,"",shellscript,selection_command +1793,3375347,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",21,0,"",shellscript,selection_command +1794,3375379,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",40,0,"",shellscript,selection_command +1795,3375409,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",68,0,"",shellscript,selection_command +1796,3375448,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",92,0,"",shellscript,selection_command +1797,3375475,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",124,0,"",shellscript,selection_command +1798,3375538,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",150,0,"",shellscript,selection_command +1799,3375629,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,0,"",shellscript,selection_command +1800,3375847,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",317,0,"",shellscript,selection_command +1801,3375982,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",462,0,"",shellscript,selection_command +1802,3376056,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",463,0,"",shellscript,selection_command +1803,3376373,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",470,0,"",shellscript,selection_command +1804,3376375,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",472,0,"",shellscript,selection_command +1805,3376480,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",475,0,"",shellscript,selection_command +1806,3376657,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",476,0,"",shellscript,selection_command +1807,3376814,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",480,0,"",shellscript,selection_command +1808,3377004,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,0,"",shellscript,selection_command +1809,3377338,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,1,"t",shellscript,selection_command +1810,3377588,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,43,"train_tokenizer_batch_size_scaling_16_node\n",shellscript,selection_command +1811,3377768,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,42,"train_tokenizer_batch_size_scaling_16_node",shellscript,selection_command +1812,3378049,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,41,"train_tokenizer_batch_size_scaling_16_nod",shellscript,selection_command +1813,3378051,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,40,"train_tokenizer_batch_size_scaling_16_no",shellscript,selection_command +1814,3378080,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,39,"train_tokenizer_batch_size_scaling_16_n",shellscript,selection_command +1815,3378113,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,38,"train_tokenizer_batch_size_scaling_16_",shellscript,selection_command +1816,3378152,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,37,"train_tokenizer_batch_size_scaling_16",shellscript,selection_command +1817,3378182,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,36,"train_tokenizer_batch_size_scaling_1",shellscript,selection_command +1818,3378368,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,35,"train_tokenizer_batch_size_scaling_",shellscript,selection_command +1819,3378669,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",481,35,"train_dynamics_batch_size_scaling_linear_lr_",shellscript,content +1820,3378683,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",524,0,"",shellscript,selection_command +1821,3379703,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",462,0,"",shellscript,selection_command +1822,3381406,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +1823,3382695,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +1824,3403125,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",335,0,"",shellscript,selection_command +1825,3403325,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",189,0,"",shellscript,selection_command +1826,3403476,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,145,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1827,3403640,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1828,3403798,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1829,3405762,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",314,0,"",shellscript,selection_command +1830,3406791,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1831,3407000,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,145,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1832,3407131,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1833,3407333,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1834,3408669,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +1835,3409413,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",531,0,"",shellscript,selection_command +1836,3409512,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",480,0,"",shellscript,selection_command +1837,3409700,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",335,0,"",shellscript,selection_command +1838,3409941,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",316,144,"#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1839,3410121,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1840,3410459,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,content +1841,3410462,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,0,"",shellscript,selection_command +1842,3413302,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",0,0,"",shellscript,tab +1843,3414129,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",378,0,"",shellscript,selection_command +1844,3414455,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",316,0,"",shellscript,selection_command +1845,3414878,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",316,144,"#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1846,3414879,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1847,3415181,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,content +1848,3415185,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,0,"",shellscript,selection_command +1849,3417494,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",0,0,"",shellscript,tab +1850,3419052,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",378,0,"",shellscript,selection_command +1851,3419626,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",316,144,"#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1852,3419784,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1853,3420091,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,content +1854,3420101,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",170,0,"",shellscript,selection_command +1855,3422731,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",0,0,"",shellscript,tab +1856,3423807,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",317,0,"",shellscript,selection_command +1857,3424316,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",317,144,"#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1858,3424624,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +1859,3424737,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,content +1860,3424753,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,0,"",shellscript,selection_command +1861,3426982,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +1862,3432487,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",316,0,"",shellscript,selection_command +1863,3432734,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1864,3432761,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",531,0,"",shellscript,selection_command +1865,3432804,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",532,0,"",shellscript,selection_command +1866,3432822,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",556,0,"",shellscript,selection_command +1867,3432855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",563,0,"",shellscript,selection_command +1868,3433005,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",564,0,"",shellscript,selection_command +1869,3434278,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",563,0,"",shellscript,selection_command +1870,3498397,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",564,0,"",shellscript,selection_command +1871,3498649,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",594,0,"",shellscript,selection_command +1872,3498681,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",624,0,"",shellscript,selection_command +1873,3498714,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",650,0,"",shellscript,selection_command +1874,3498748,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",651,0,"",shellscript,selection_command +1875,3498781,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",773,0,"",shellscript,selection_command +1876,3498951,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",774,0,"",shellscript,selection_command +1877,3499176,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",773,0,"",shellscript,selection_command +1878,3499430,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",651,0,"",shellscript,selection_command +1879,3499460,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",650,0,"",shellscript,selection_command +1880,3499486,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",624,0,"",shellscript,selection_command +1881,3499604,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",594,0,"",shellscript,selection_command +1882,3499605,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",564,0,"",shellscript,selection_command +1883,3499606,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",563,0,"",shellscript,selection_command +1884,3499621,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",556,0,"",shellscript,selection_command +1885,3499653,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",532,0,"",shellscript,selection_command +1886,3499685,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",531,0,"",shellscript,selection_command +1887,3499718,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1888,3499752,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",316,0,"",shellscript,selection_command +1889,3499786,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1890,3499819,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +1891,3499931,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +1892,3499933,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +1893,3499933,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +1894,3499952,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +1895,3499986,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +1896,3500019,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +1897,3500128,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +1898,3500129,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +1899,3500457,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +1900,3500459,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +1901,3500460,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +1902,3500470,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +1903,3500503,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +1904,3500537,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +1905,3500653,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +1906,3500655,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",316,0,"",shellscript,selection_command +1907,3500655,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1908,3500676,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",531,0,"",shellscript,selection_command +1909,3500708,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",532,0,"",shellscript,selection_command +1910,3500741,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",556,0,"",shellscript,selection_command +1911,3500776,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",563,0,"",shellscript,selection_command +1912,3500809,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",564,0,"",shellscript,selection_command +1913,3500842,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",594,0,"",shellscript,selection_command +1914,3500981,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",624,0,"",shellscript,selection_command +1915,3501230,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",650,0,"",shellscript,selection_command +1916,3501262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",651,0,"",shellscript,selection_command +1917,3501897,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",773,0,"",shellscript,selection_command +1918,3502085,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",774,0,"",shellscript,selection_command +1919,3502750,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",773,0,"",shellscript,selection_command +1920,3502919,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",651,0,"",shellscript,selection_command +1921,3503152,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",773,0,"",shellscript,selection_command +1922,3503403,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",774,0,"",shellscript,selection_command +1923,3503431,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",799,0,"",shellscript,selection_command +1924,3503801,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",826,0,"",shellscript,selection_command +1925,3503894,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",827,0,"",shellscript,selection_command +1926,3504127,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",967,0,"",shellscript,selection_command +1927,3504394,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",827,0,"",shellscript,selection_command +1928,3507475,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",965,0,"",shellscript,selection_command +1929,3507986,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",826,0,"",shellscript,selection_command +1930,3508199,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",824,0,"",shellscript,selection_command +1931,3508227,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",797,0,"",shellscript,selection_command +1932,3508329,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",773,0,"",shellscript,selection_command +1933,3508331,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",771,0,"",shellscript,selection_command +1934,3508334,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",650,0,"",shellscript,selection_command +1935,3508353,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",648,0,"",shellscript,selection_command +1936,3508510,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",622,0,"",shellscript,selection_command +1937,3508511,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",592,0,"",shellscript,selection_command +1938,3508513,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",563,0,"",shellscript,selection_command +1939,3508514,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",561,0,"",shellscript,selection_command +1940,3508518,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",554,0,"",shellscript,selection_command +1941,3508628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",531,0,"",shellscript,selection_command +1942,3508851,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",529,0,"",shellscript,selection_command +1943,3509029,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",459,0,"",shellscript,selection_command +1944,3509150,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",314,0,"",shellscript,selection_command +1945,3509680,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",312,0,"",shellscript,selection_command +1946,3509899,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",311,0,"",shellscript,selection_command +1947,3510076,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",310,0,"",shellscript,selection_command +1948,3510181,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",309,0,"",shellscript,selection_command +1949,3510330,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",307,0,"",shellscript,selection_command +1950,3510601,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",305,0,"",shellscript,selection_command +1951,3510612,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",298,0,"",shellscript,selection_command +1952,3510957,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",299,0,"",shellscript,selection_command +1953,3511051,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",300,0,"",shellscript,selection_command +1954,3511092,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",305,0,"",shellscript,selection_command +1955,3513304,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",305,0,"-",shellscript,content +1956,3513306,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",306,0,"",shellscript,selection_keyboard +1957,3513537,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",306,0,"l",shellscript,content +1958,3513538,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",307,0,"",shellscript,selection_keyboard +1959,3513587,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",307,0,"i",shellscript,content +1960,3513588,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",308,0,"",shellscript,selection_keyboard +1961,3513655,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",308,0,"n",shellscript,content +1962,3513656,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",309,0,"",shellscript,selection_keyboard +1963,3513676,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",309,0,"e",shellscript,content +1964,3513677,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",310,0,"",shellscript,selection_keyboard +1965,3513709,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",310,0,"a",shellscript,content +1966,3513710,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",311,0,"",shellscript,selection_keyboard +1967,3513828,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",311,0,"r",shellscript,content +1968,3513828,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",312,0,"",shellscript,selection_keyboard +1969,3513891,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",312,0,"-",shellscript,content +1970,3513892,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",313,0,"",shellscript,selection_keyboard +1971,3514064,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",313,0,"l",shellscript,content +1972,3514065,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",314,0,"",shellscript,selection_keyboard +1973,3514127,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",314,0,"r",shellscript,content +1974,3514128,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",315,0,"",shellscript,selection_keyboard +1975,3514351,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",314,0,"",shellscript,selection_command +1976,3514429,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",469,0,"",shellscript,selection_command +1977,3514598,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",468,0,"",shellscript,selection_command +1978,3514875,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",467,0,"",shellscript,selection_command +1979,3514886,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",466,0,"",shellscript,selection_command +1980,3514936,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",465,0,"",shellscript,selection_command +1981,3514968,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",464,0,"",shellscript,selection_command +1982,3514983,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",463,0,"",shellscript,selection_command +1983,3515018,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",462,0,"",shellscript,selection_command +1984,3515052,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_command +1985,3515137,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",460,0,"",shellscript,selection_command +1986,3515640,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",460,0,"l",shellscript,content +1987,3515640,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_keyboard +1988,3516289,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",460,1,"",shellscript,content +1989,3516474,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",460,0,"-",shellscript,content +1990,3516475,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"",shellscript,selection_keyboard +1991,3516651,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",461,0,"l",shellscript,content +1992,3516651,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",462,0,"",shellscript,selection_keyboard +1993,3516704,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",462,0,"i",shellscript,content +1994,3516704,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",463,0,"",shellscript,selection_keyboard +1995,3516779,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",463,0,"n",shellscript,content +1996,3516780,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",464,0,"",shellscript,selection_keyboard +1997,3516842,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",464,0,"e",shellscript,content +1998,3516843,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",465,0,"",shellscript,selection_keyboard +1999,3516866,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",465,0,"a",shellscript,content +2000,3516867,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",466,0,"",shellscript,selection_keyboard +2001,3516972,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",466,0,"r",shellscript,content +2002,3516972,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",467,0,"",shellscript,selection_keyboard +2003,3517114,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",467,0,"-",shellscript,content +2004,3517115,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",468,0,"",shellscript,selection_keyboard +2005,3517318,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",468,0,"l",shellscript,content +2006,3517318,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",469,0,"",shellscript,selection_keyboard +2007,3517402,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",469,0,"r",shellscript,content +2008,3517403,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",470,0,"",shellscript,selection_keyboard +2009,3517596,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",469,0,"",shellscript,selection_command +2010,3518768,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",326,154,"#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,selection_command +2011,3518884,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,310,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,selection_command +2012,3519131,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +2013,3521531,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",0,0,"",shellscript,tab +2014,3522044,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,145,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2015,3522217,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2016,3522418,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,content +2017,3522420,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",171,0,"",shellscript,selection_command +2018,3525019,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",0,0,"",shellscript,tab +2019,3525261,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",316,0,"",shellscript,selection_command +2020,3526172,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",316,144,"#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2021,3526199,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2022,3526588,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,content +2023,3526592,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",170,0,"",shellscript,selection_command +2024,3528651,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",0,0,"",shellscript,tab +2025,3529208,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,145,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2026,3529209,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2027,3529386,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,content +2028,3529440,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",170,0,"",shellscript,selection_command +2029,3531556,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +2030,3531931,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,145,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2031,3532063,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log",shellscript,selection_command +2032,3532269,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,290,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,content +2033,3532372,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",170,0,"",shellscript,selection_command +2034,3535853,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2035,3544118,"TERMINAL",0,0,"ls",,terminal_command +2036,3544124,"TERMINAL",0,0,"]633;Cdynamics-cotraining-batchsize-scaling\r\nlarger_ffn_dynamics\r\nlarger_ffn_tokenizer\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3352433.log\r\ntrain_tokenizer_lr_sweep_1e-4_larger_ffn_5_blocks_3353627.log\r\n]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +2037,3550579,"TERMINAL",0,0,"mv dynamics-cotraining-batchsize-scaling/ dynamics-cotraining-batchsize-scaling-linear-lr",,terminal_command +2038,3550589,"TERMINAL",0,0,"]633;C]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +2039,3552977,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",326,0,"",shellscript,selection_command +2040,3553153,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",481,0,"",shellscript,selection_command +2041,3553297,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",551,0,"",shellscript,selection_command +2042,3553845,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",552,0,"",shellscript,selection_command +2043,3554030,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",576,0,"",shellscript,selection_command +2044,3554263,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",583,0,"",shellscript,selection_command +2045,3554396,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",584,0,"",shellscript,selection_command +2046,3554725,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",614,0,"",shellscript,selection_command +2047,3554726,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",644,0,"",shellscript,selection_command +2048,3554727,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",670,0,"",shellscript,selection_command +2049,3554747,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",671,0,"",shellscript,selection_command +2050,3554862,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",793,0,"",shellscript,selection_command +2051,3555121,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",794,0,"",shellscript,selection_command +2052,3555145,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",819,0,"",shellscript,selection_command +2053,3555251,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",846,0,"",shellscript,selection_command +2054,3555252,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",847,0,"",shellscript,selection_command +2055,3555351,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",987,0,"",shellscript,selection_command +2056,3555558,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1012,0,"",shellscript,selection_command +2057,3557511,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1651,0,"",shellscript,selection_command +2058,3558048,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1617,0,"",shellscript,selection_command +2059,3558395,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1568,0,"",shellscript,selection_command +2060,3558396,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1546,0,"",shellscript,selection_command +2061,3558397,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1520,0,"",shellscript,selection_command +2062,3558397,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1472,0,"",shellscript,selection_command +2063,3558441,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1410,0,"",shellscript,selection_command +2064,3558576,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1373,0,"",shellscript,selection_command +2065,3558577,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1361,0,"",shellscript,selection_command +2066,3558577,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1329,0,"",shellscript,selection_command +2067,3558578,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1309,0,"",shellscript,selection_command +2068,3558592,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1292,0,"",shellscript,selection_command +2069,3558749,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1270,0,"",shellscript,selection_command +2070,3558750,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1237,0,"",shellscript,selection_command +2071,3558750,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1219,0,"",shellscript,selection_command +2072,3558751,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1187,0,"",shellscript,selection_command +2073,3558759,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1186,0,"",shellscript,selection_command +2074,3558791,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1169,0,"",shellscript,selection_command +2075,3558825,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1168,0,"",shellscript,selection_command +2076,3558920,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1013,0,"",shellscript,selection_command +2077,3559036,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1012,0,"",shellscript,selection_command +2078,3567507,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1013,0,"",shellscript,selection_command +2079,3567768,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1168,0,"",shellscript,selection_command +2080,3567774,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1169,0,"",shellscript,selection_command +2081,3567775,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1186,0,"",shellscript,selection_command +2082,3567797,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1187,0,"",shellscript,selection_command +2083,3567831,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1219,0,"",shellscript,selection_command +2084,3567863,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1237,0,"",shellscript,selection_command +2085,3568032,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1270,0,"",shellscript,selection_command +2086,3568287,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1292,0,"",shellscript,selection_command +2087,3568562,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1309,0,"",shellscript,selection_command +2088,3568563,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1329,0,"",shellscript,selection_command +2089,3568568,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1361,0,"",shellscript,selection_command +2090,3568907,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1373,0,"",shellscript,selection_command +2091,3569119,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1410,0,"",shellscript,selection_command +2092,3571648,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1415,0,"",shellscript,selection_command +2093,3571959,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1419,0,"",shellscript,selection_command +2094,3571961,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1420,0,"",shellscript,selection_command +2095,3571963,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1428,0,"",shellscript,selection_command +2096,3571993,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1429,0,"",shellscript,selection_command +2097,3572026,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1434,0,"",shellscript,selection_command +2098,3572060,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1435,0,"",shellscript,selection_command +2099,3572249,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1439,0,"",shellscript,selection_command +2100,3572486,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1440,0,"",shellscript,selection_command +2101,3572679,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1447,0,"",shellscript,selection_command +2102,3572780,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1448,0,"",shellscript,selection_command +2103,3573537,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1449,0,"",shellscript,selection_command +2104,3573936,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1449,0,"-",shellscript,content +2105,3573938,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1450,0,"",shellscript,selection_keyboard +2106,3574216,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1450,0,"l",shellscript,content +2107,3574217,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1451,0,"",shellscript,selection_keyboard +2108,3574305,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1451,0,"i",shellscript,content +2109,3574306,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1452,0,"",shellscript,selection_keyboard +2110,3574314,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1452,0,"n",shellscript,content +2111,3574315,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,0,"",shellscript,selection_keyboard +2112,3574356,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,0,"e",shellscript,content +2113,3574357,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,0,"",shellscript,selection_keyboard +2114,3574397,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,0,"a",shellscript,content +2115,3574397,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,0,"",shellscript,selection_keyboard +2116,3574477,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,0,"r",shellscript,content +2117,3574478,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1456,0,"",shellscript,selection_keyboard +2118,3574934,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,1,"",shellscript,content +2119,3575108,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,1,"",shellscript,content +2120,3575112,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,1,"",shellscript,content +2121,3575116,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1452,1,"",shellscript,content +2122,3575284,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1451,1,"",shellscript,content +2123,3575391,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1450,1,"",shellscript,content +2124,3575529,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1449,1,"",shellscript,content +2125,3575798,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1449,0,"l",shellscript,content +2126,3575798,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1450,0,"",shellscript,selection_keyboard +2127,3575799,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1450,0,"i",shellscript,content +2128,3575800,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1451,0,"",shellscript,selection_keyboard +2129,3575938,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1451,0,"n",shellscript,content +2130,3575939,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1452,0,"",shellscript,selection_keyboard +2131,3575940,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1452,0,"a",shellscript,content +2132,3575941,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,0,"",shellscript,selection_keyboard +2133,3575943,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,0,"e",shellscript,content +2134,3575943,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,0,"",shellscript,selection_keyboard +2135,3576009,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,0,"r",shellscript,content +2136,3576009,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,0,"",shellscript,selection_keyboard +2137,3576156,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,0,"-",shellscript,content +2138,3576157,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1456,0,"",shellscript,selection_keyboard +2139,3576381,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1456,0,"l",shellscript,content +2140,3576382,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1457,0,"",shellscript,selection_keyboard +2141,3576443,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1457,0,"r",shellscript,content +2142,3576444,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"",shellscript,selection_keyboard +2143,3576887,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1457,1,"",shellscript,content +2144,3577204,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1456,1,"",shellscript,content +2145,3577207,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,1,"",shellscript,content +2146,3577209,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,1,"",shellscript,content +2147,3577225,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,1,"",shellscript,content +2148,3577381,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1452,1,"",shellscript,content +2149,3577610,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1452,0,"e",shellscript,content +2150,3577611,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,0,"",shellscript,selection_keyboard +2151,3577730,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1453,0,"a",shellscript,content +2152,3577731,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,0,"",shellscript,selection_keyboard +2153,3577733,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1454,0,"r",shellscript,content +2154,3577734,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,0,"",shellscript,selection_keyboard +2155,3578083,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1455,0,"-",shellscript,content +2156,3578084,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1456,0,"",shellscript,selection_keyboard +2157,3578253,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1456,0,"l",shellscript,content +2158,3578254,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1457,0,"",shellscript,selection_keyboard +2159,3578257,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1457,0,"r",shellscript,content +2160,3578257,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"",shellscript,selection_keyboard +2161,3578521,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1457,0,"",shellscript,selection_command +2162,3579135,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"",shellscript,selection_command +2163,3579305,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"-",shellscript,content +2164,3579306,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1459,0,"",shellscript,selection_keyboard +2165,3579424,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"",shellscript,selection_command +2166,3579520,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1528,0,"",shellscript,selection_command +2167,3581473,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1521,0,"linear-lr ",shellscript,content +2168,3581477,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1531,0,"",shellscript,selection_command +2169,3582452,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1521,10,"",shellscript,content +2170,3582462,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1528,0,"",shellscript,selection_command +2171,3584767,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,1,"",shellscript,content +2172,3584775,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"",shellscript,selection_command +2173,3585590,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"-",shellscript,content +2174,3585594,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1458,0,"",shellscript,selection_command +2175,3585699,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1521,0,"linear-lr ",shellscript,content +2176,3597382,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1410,0,"",shellscript,selection_command +2177,3600291,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +2178,3604853,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2179,3606306,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +2180,3612734,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2181,3615248,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1414,0,"",shellscript,selection_command +2182,3615484,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1416,0,"",shellscript,selection_command +2183,3615583,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1420,0,"",shellscript,selection_command +2184,3615778,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1421,0,"",shellscript,selection_command +2185,3616428,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +2186,3617262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1494,0," linear-lr",shellscript,content +2187,3617262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1439,0,"ode",shellscript,content +2188,3617262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1438,0,"-lr-2-",shellscript,content +2189,3617262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1437,1,"",shellscript,content +2190,3617262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1436,0,"ing-linea",shellscript,content +2191,3617262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1435,1,"",shellscript,content +2192,3617262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1434,0,"batch-size-sca",shellscript,content +2193,3617263,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1432,2,"",shellscript,content +2194,3620924,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1488,0,"",shellscript,selection_command +2195,3624197,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",0,0,"",shellscript,tab +2196,3626787,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",1513,0," linear-lr",shellscript,content +2197,3626787,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",1452,0,"linear-lr-",shellscript,content +2198,3631289,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",0,0,"",shellscript,tab +2199,3633055,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",1511,0," linear-lr",shellscript,content +2200,3633056,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",1450,0,"linear-lr-",shellscript,content +2201,3636663,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",0,0,"",shellscript,tab +2202,3638230,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",1516,0," linear-lr",shellscript,content +2203,3638230,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",1454,0,"linear-lr-",shellscript,content +2204,3640808,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2205,3641362,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1671,0,"",shellscript,selection_command +2206,3642536,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1012,0,"",shellscript,selection_command +2207,3642929,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +2208,3643286,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +2209,3652216,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",819,0,"",shellscript,selection_command +2210,3652463,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1592,0,"",shellscript,selection_command +2211,3652496,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1671,0,"",shellscript,selection_command +2212,3653236,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +2213,3673287,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1592,0,"",shellscript,selection_command +2214,3673441,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1671,0,"",shellscript,selection_command +2215,3674212,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +2216,3682116,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +2217,3682371,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +2218,3682395,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +2219,3682428,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +2220,3682461,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +2221,3682495,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +2222,3682528,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +2223,3682562,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +2224,3682596,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",326,0,"",shellscript,selection_command +2225,3682630,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",481,0,"",shellscript,selection_command +2226,3682665,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",551,0,"",shellscript,selection_command +2227,3682701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",552,0,"",shellscript,selection_command +2228,3682737,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",576,0,"",shellscript,selection_command +2229,3682768,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",583,0,"",shellscript,selection_command +2230,3682802,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",584,0,"",shellscript,selection_command +2231,3682835,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",614,0,"",shellscript,selection_command +2232,3682869,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",644,0,"",shellscript,selection_command +2233,3682902,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",670,0,"",shellscript,selection_command +2234,3682936,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",671,0,"",shellscript,selection_command +2235,3682990,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",793,0,"",shellscript,selection_command +2236,3683021,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",794,0,"",shellscript,selection_command +2237,3683036,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",819,0,"",shellscript,selection_command +2238,3683191,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",846,0,"",shellscript,selection_command +2239,3683371,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",847,0,"",shellscript,selection_command +2240,3685201,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",976,0,"-linear-lr",shellscript,content +2241,3685202,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",986,0,"",shellscript,selection_command +2242,3691060,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",0,0,"",shellscript,tab +2243,3693131,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",978,0,"-linear-lr",shellscript,content +2244,3693133,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",988,0,"",shellscript,selection_command +2245,3697634,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",0,0,"",shellscript,tab +2246,3699183,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",976,0,"-linear-lr",shellscript,content +2247,3699184,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",986,0,"",shellscript,selection_command +2248,3701875,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",0,0,"",shellscript,tab +2249,3703062,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",976,0,"-linear-lr",shellscript,content +2250,3703063,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",986,0,"",shellscript,selection_command +2251,3704820,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2252,3707174,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +2253,3708354,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",976,0,"-linear-lr",shellscript,content +2254,3708355,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",986,0,"",shellscript,selection_command +2255,3709815,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2256,3712071,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",847,0,"",shellscript,selection_command +2257,3712397,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",997,0,"",shellscript,selection_command +2258,3712598,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1022,0,"",shellscript,selection_command +2259,3712627,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1023,0,"",shellscript,selection_command +2260,3712922,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1178,0,"",shellscript,selection_command +2261,4112548,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1023,0,"",shellscript,selection_command +2262,4112760,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1022,0,"",shellscript,selection_command +2263,4112791,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",997,0,"",shellscript,selection_command +2264,4112824,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",847,0,"",shellscript,selection_command +2265,4112855,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",846,0,"",shellscript,selection_command +2266,4112889,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",819,0,"",shellscript,selection_command +2267,4112921,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",794,0,"",shellscript,selection_command +2268,4112955,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",793,0,"",shellscript,selection_command +2269,4113071,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",671,0,"",shellscript,selection_command +2270,4113073,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",670,0,"",shellscript,selection_command +2271,4113075,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",644,0,"",shellscript,selection_command +2272,4113089,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",614,0,"",shellscript,selection_command +2273,4113122,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",584,0,"",shellscript,selection_command +2274,4113154,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",583,0,"",shellscript,selection_command +2275,4113268,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",576,0,"",shellscript,selection_command +2276,4113270,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",552,0,"",shellscript,selection_command +2277,4113363,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",551,0,"",shellscript,selection_command +2278,4113779,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +2279,4119128,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",819,0,"",shellscript,selection_command +2280,4119573,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1602,0,"",shellscript,selection_command +2281,4119801,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1681,0,"",shellscript,selection_command +2282,4141096,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +2283,4144244,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",819,0,"",shellscript,selection_command +2284,4144536,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1602,0,"",shellscript,selection_command +2285,4144670,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1681,0,"",shellscript,selection_command +2286,4145061,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1647,0,"",shellscript,selection_command +2287,4145262,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1598,0,"",shellscript,selection_command +2288,4145293,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1576,0,"",shellscript,selection_command +2289,4145325,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1550,0,"",shellscript,selection_command +2290,4145358,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1492,0,"",shellscript,selection_command +2291,4145393,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1420,0,"",shellscript,selection_command +2292,4145425,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1383,0,"",shellscript,selection_command +2293,4145459,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1371,0,"",shellscript,selection_command +2294,4145493,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1339,0,"",shellscript,selection_command +2295,4145586,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1319,0,"",shellscript,selection_command +2296,4145587,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1302,0,"",shellscript,selection_command +2297,4145593,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1280,0,"",shellscript,selection_command +2298,4145628,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1247,0,"",shellscript,selection_command +2299,4145897,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1229,0,"",shellscript,selection_command +2300,4146167,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1247,0,"",shellscript,selection_command +2301,4147055,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1280,0,"",shellscript,selection_command +2302,4150629,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1247,0,"",shellscript,selection_command +2303,4150944,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1229,0,"",shellscript,selection_command +2304,4150945,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1197,0,"",shellscript,selection_command +2305,4150945,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1196,0,"",shellscript,selection_command +2306,4150974,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1179,0,"",shellscript,selection_command +2307,4151128,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1178,0,"",shellscript,selection_command +2308,4151129,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1023,0,"",shellscript,selection_command +2309,4151129,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1022,0,"",shellscript,selection_command +2310,4151129,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",997,0,"",shellscript,selection_command +2311,4151138,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",847,0,"",shellscript,selection_command +2312,4151173,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",846,0,"",shellscript,selection_command +2313,4151249,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",819,0,"",shellscript,selection_command +2314,4151251,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",794,0,"",shellscript,selection_command +2315,4151354,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",793,0,"",shellscript,selection_command +2316,4151356,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",671,0,"",shellscript,selection_command +2317,4151358,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",670,0,"",shellscript,selection_command +2318,4151378,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",644,0,"",shellscript,selection_command +2319,4151489,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",614,0,"",shellscript,selection_command +2320,4151491,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",584,0,"",shellscript,selection_command +2321,4151493,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",583,0,"",shellscript,selection_command +2322,4151511,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",576,0,"",shellscript,selection_command +2323,4151607,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",552,0,"",shellscript,selection_command +2324,4151608,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",551,0,"",shellscript,selection_command +2325,4151616,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",481,0,"",shellscript,selection_command +2326,4151648,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",326,0,"",shellscript,selection_command +2327,4151701,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +2328,4151716,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +2329,4151785,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +2330,4151788,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +2331,4151879,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +2332,4151881,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +2333,4151891,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +2334,4151924,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +2335,4151956,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +2336,4152260,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +2337,4152513,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +2338,4152539,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +2339,4152575,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +2340,4152610,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +2341,4152639,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +2342,4152672,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +2343,4152706,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +2344,4152738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",326,0,"",shellscript,selection_command +2345,4153062,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",170,0,"",shellscript,selection_command +2346,4153193,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",149,0,"",shellscript,selection_command +2347,4153452,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",123,0,"",shellscript,selection_command +2348,4153476,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",91,0,"",shellscript,selection_command +2349,4723259,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\n# --- Get video + latent actions ---\narray_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n]\ndataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +2350,4724135,"sample.py",2149,0,"",python,selection_command +2351,4724338,"sample.py",2187,0,"",python,selection_command +2352,4725804,"sample.py",2897,0,"",python,selection_command +2353,4727087,"sample.py",3656,0,"",python,selection_command +2354,4727338,"sample.py",4459,0,"",python,selection_command +2355,4727371,"sample.py",5324,0,"",python,selection_command +2356,4727402,"sample.py",5352,0,"",python,selection_command +2357,4728297,"sample.py",0,0,"",python,selection_command +2358,4728936,"sample.py",1011,0,"",python,selection_command +2359,4731792,"sample.py",2811,0,"",python,selection_command +2360,4734211,"sample.py",2783,0,"",python,selection_command +2361,4752744,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n tokenizer_ffn_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n lam_ffn_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_ffn_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +2362,4753811,"genie.py",9486,0,"",python,selection_command +2363,4761364,"sample.py",0,0,"",python,tab +2364,4763388,"genie.py",0,0,"",python,tab +2365,4766478,"genie.py",10058,0,"",python,selection_command +2366,4767608,"genie.py",10129,0,"",python,selection_command +2367,4767853,"genie.py",10235,0,"",python,selection_command +2368,4767886,"genie.py",10309,0,"",python,selection_command +2369,4767914,"genie.py",10311,0,"",python,selection_command +2370,4768004,"genie.py",10358,0,"",python,selection_command +2371,4768007,"genie.py",10401,0,"",python,selection_command +2372,4768045,"genie.py",10407,0,"",python,selection_command +2373,4768056,"genie.py",10455,0,"",python,selection_command +2374,4768084,"genie.py",10510,0,"",python,selection_command +2375,4770113,"genie.py",10546,0,"",python,selection_command +2376,4770917,"genie.py",9687,0,"",python,selection_command +2377,4771708,"genie.py",9694,0,"",python,selection_command +2378,4771955,"genie.py",9700,0,"",python,selection_command +2379,4771989,"genie.py",9747,0,"",python,selection_command +2380,4772020,"genie.py",9781,0,"",python,selection_command +2381,4772054,"genie.py",9786,0,"",python,selection_command +2382,4772088,"genie.py",9863,0,"",python,selection_command +2383,4772119,"genie.py",9891,0,"",python,selection_command +2384,4772152,"genie.py",9951,0,"",python,selection_command +2385,4772184,"genie.py",9967,0,"",python,selection_command +2386,4772217,"genie.py",9983,0,"",python,selection_command +2387,4772252,"genie.py",10010,0,"",python,selection_command +2388,4772287,"genie.py",10016,0,"",python,selection_command +2389,4772458,"genie.py",10087,0,"",python,selection_command +2390,4772623,"genie.py",10193,0,"",python,selection_command +2391,4816960,"genie.py",10189,117,"",python,content +2392,4816967,"genie.py",10192,0,"",python,selection_command +2393,4827961,"genie.py",11614,0,"",python,selection_command +2394,4828594,"genie.py",11602,81,"",python,content +2395,4828611,"genie.py",11610,0,"",python,selection_command +2396,4830093,"genie.py",10192,0,"",python,selection_command +2397,4833479,"genie.py",11610,0," dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ",python,content +2398,4833495,"genie.py",11614,0,"",python,selection_command +2399,4834370,"genie.py",11610,81,"",python,content +2400,4834377,"genie.py",11611,0,"",python,selection_command +2401,4865326,"genie.py",13202,0,"",python,selection_command +2402,4865695,"genie.py",13186,85,"",python,content +2403,4865718,"genie.py",13198,0,"",python,selection_command +2404,4875437,"sample.py",0,0,"",python,tab +2405,5108070,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2406,5109342,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",67,0,"",shellscript,selection_command +2407,5109518,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",39,0,"",shellscript,selection_command +2408,5109693,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +2409,5109735,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +2410,5110094,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,selection_command +2411,5110223,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",20,0,"",shellscript,selection_command +2412,5110354,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +2413,5110875,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,17,"#SBATCH --nodes=1",shellscript,selection_command +2414,5110914,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,45,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4",shellscript,selection_command +2415,5111155,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,69,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00",shellscript,selection_command +2416,5111185,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,101,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated",shellscript,selection_command +2417,5111216,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,127,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5",shellscript,selection_command +2418,5111245,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,148,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4",shellscript,selection_command +2419,5111278,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,304,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,selection_command +2420,5111511,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,459,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,selection_command +2421,5112175,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,529,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --job-name=train_dynamics_batch_size_scaling_linear_lr_1_node",shellscript,selection_command +2422,5112965,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,0,"",shellscript,selection_command +2423,5123834,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,17,"#SBATCH --nodes=1",shellscript,selection_command +2424,5124011,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,45,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4",shellscript,selection_command +2425,5124190,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,69,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00",shellscript,selection_command +2426,5124203,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,101,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated",shellscript,selection_command +2427,5124305,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,127,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5",shellscript,selection_command +2428,5124307,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,148,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4",shellscript,selection_command +2429,5124308,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,304,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,selection_command +2430,5124334,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,459,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log",shellscript,selection_command +2431,5124481,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",21,529,"#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs/dynamics-cotraining-batchsize-scaling-linear-lr/%x_%j.log\n#SBATCH --job-name=train_dynamics_batch_size_scaling_linear_lr_1_node",shellscript,selection_command +2432,5124817,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",481,0,"",shellscript,selection_command +2433,5519668,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1310,0,"",shellscript,selection_mouse +2434,5520524,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1310,1,"n",shellscript,selection_command +2435,5520587,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1309,2,"in",shellscript,selection_command +2436,5520738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1308,3,"min",shellscript,selection_command +2437,5520830,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1308,3,"",shellscript,content +2438,5520992,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1308,0,"i",shellscript,content +2439,5520993,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1309,0,"",shellscript,selection_keyboard +2440,5521090,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1309,0,"n",shellscript,content +2441,5521091,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1310,0,"",shellscript,selection_keyboard +2442,5521233,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1310,0,"i",shellscript,content +2443,5521233,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1311,0,"",shellscript,selection_keyboard +2444,5521257,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1311,0,"t",shellscript,content +2445,5521258,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1312,0,"",shellscript,selection_keyboard +2446,5521464,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1311,0,"",shellscript,selection_command +2447,5523476,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +2448,5524697,"train_dynamics.py",6690,0,"",python,selection_command +2449,5526098,"train_dynamics.py",0,0,"",python,selection_command +2450,5526188,"train_dynamics.py",915,0,"",python,selection_command +2451,5528090,"train_dynamics.py",940,0,"",python,selection_command +2452,5528325,"train_dynamics.py",965,0,"",python,selection_command +2453,5528355,"train_dynamics.py",992,0,"",python,selection_command +2454,5528385,"train_dynamics.py",1093,0,"",python,selection_command +2455,5528419,"train_dynamics.py",1122,0,"",python,selection_command +2456,5528449,"train_dynamics.py",1182,0,"",python,selection_command +2457,5528572,"train_dynamics.py",1198,0,"",python,selection_command +2458,5528574,"train_dynamics.py",1227,0,"",python,selection_command +2459,5528577,"train_dynamics.py",1261,0,"",python,selection_command +2460,5528587,"train_dynamics.py",1292,0,"",python,selection_command +2461,5528749,"train_dynamics.py",1326,0,"",python,selection_command +2462,5528753,"train_dynamics.py",1292,0,"",python,selection_command +2463,5528943,"train_dynamics.py",1261,0,"",python,selection_command +2464,5529098,"train_dynamics.py",1227,0,"",python,selection_command +2465,5529101,"train_dynamics.py",1198,0,"",python,selection_command +2466,5529107,"train_dynamics.py",1182,0,"",python,selection_command +2467,5529110,"train_dynamics.py",1122,0,"",python,selection_command +2468,5529113,"train_dynamics.py",1093,0,"",python,selection_command +2469,5529133,"train_dynamics.py",992,0,"",python,selection_command +2470,5529275,"train_dynamics.py",965,0,"",python,selection_command +2471,5529279,"train_dynamics.py",940,0,"",python,selection_command +2472,5529285,"train_dynamics.py",965,0,"",python,selection_command +2473,5529516,"train_dynamics.py",992,0,"",python,selection_command +2474,5529629,"train_dynamics.py",1093,0,"",python,selection_command +2475,5529634,"train_dynamics.py",1122,0,"",python,selection_command +2476,5529637,"train_dynamics.py",1182,0,"",python,selection_command +2477,5529653,"train_dynamics.py",1198,0,"",python,selection_command +2478,5529807,"train_dynamics.py",1227,0,"",python,selection_command +2479,5529811,"train_dynamics.py",1261,0,"",python,selection_command +2480,5529815,"train_dynamics.py",1292,0,"",python,selection_command +2481,5529819,"train_dynamics.py",1326,0,"",python,selection_command +2482,5530021,"train_dynamics.py",1350,0,"",python,selection_command +2483,5530025,"train_dynamics.py",1384,0,"",python,selection_command +2484,5530030,"train_dynamics.py",1417,0,"",python,selection_command +2485,5530033,"train_dynamics.py",1452,0,"",python,selection_command +2486,5530037,"train_dynamics.py",1417,0,"",python,selection_command +2487,5530294,"train_dynamics.py",1384,0,"",python,selection_command +2488,5530297,"train_dynamics.py",1350,0,"",python,selection_command +2489,5530302,"train_dynamics.py",1326,0,"",python,selection_command +2490,5530313,"train_dynamics.py",1292,0,"",python,selection_command +2491,5530344,"train_dynamics.py",1261,0,"",python,selection_command +2492,5530376,"train_dynamics.py",1227,0,"",python,selection_command +2493,5530419,"train_dynamics.py",1198,0,"",python,selection_command +2494,5530450,"train_dynamics.py",1182,0,"",python,selection_command +2495,5530482,"train_dynamics.py",1122,0,"",python,selection_command +2496,5530516,"train_dynamics.py",1093,0,"",python,selection_command +2497,5530549,"train_dynamics.py",992,0,"",python,selection_command +2498,5530849,"train_dynamics.py",965,0,"",python,selection_command +2499,5530890,"train_dynamics.py",940,0,"",python,selection_command +2500,5532925,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2501,5535101,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1289,0,"",shellscript,selection_command +2502,5535388,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1256,0,"",shellscript,selection_command +2503,5535418,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1238,0,"",shellscript,selection_command +2504,5536539,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1256,0,"",shellscript,selection_command +2505,5536786,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1289,0,"",shellscript,selection_command +2506,5536804,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1311,0,"",shellscript,selection_command +2507,5536970,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1329,0,"",shellscript,selection_command +2508,5537487,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1311,0,"",shellscript,selection_command +2509,5537592,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1329,0,"",shellscript,selection_command +2510,5537769,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1349,0,"",shellscript,selection_command +2511,5540773,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1381,0,"",shellscript,selection_command +2512,5540970,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1393,0,"",shellscript,selection_command +2513,5541383,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1430,0,"",shellscript,selection_command +2514,5542526,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1502,0,"",shellscript,selection_command +2515,5542738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1560,0,"",shellscript,selection_command +2516,5542889,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1586,0,"",shellscript,selection_command +2517,5543039,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1608,0,"",shellscript,selection_command +2518,5543255,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1657,0,"",shellscript,selection_command +2519,5543428,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1682,0,"",shellscript,selection_command +2520,5545722,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +2521,5547340,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1311,0,"it",shellscript,content +2522,5547341,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_2_nodes.sbatch",1308,1,"",shellscript,content +2523,5548934,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",0,0,"",shellscript,tab +2524,5550190,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",1312,0,"it",shellscript,content +2525,5550191,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_4_nodes.sbatch",1309,1,"",shellscript,content +2526,5551683,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",0,0,"",shellscript,tab +2527,5552889,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",1312,0,"it",shellscript,content +2528,5552889,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_8_nodes.sbatch",1309,1,"",shellscript,content +2529,5554801,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",0,0,"",shellscript,tab +2530,5555888,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",1314,0,"it",shellscript,content +2531,5555888,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_16_nodes.sbatch",1311,1,"",shellscript,content +2532,5593117,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2533,5594787,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1271,0,"",shellscript,selection_mouse +2534,5596063,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1195,0,"",shellscript,selection_mouse +2535,5596071,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1194,0,"",shellscript,selection_command +2536,5596636,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1196,0,"",shellscript,selection_mouse +2537,5599894,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1197,0,"",shellscript,selection_command +2538,5600100,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1229,0,"",shellscript,selection_command +2539,5600130,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1247,0,"",shellscript,selection_command +2540,5600170,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1280,0,"",shellscript,selection_command +2541,5600200,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1302,0,"",shellscript,selection_command +2542,5600292,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1320,0,"",shellscript,selection_command +2543,5601705,"train_tokenizer.py",0,0,"",python,tab +2544,5603037,"train_tokenizer.py",0,0,"",python,selection_command +2545,5604674,"train_tokenizer.py",41,0,"",python,selection_command +2546,5604913,"train_tokenizer.py",51,0,"",python,selection_command +2547,5604937,"train_tokenizer.py",52,0,"",python,selection_command +2548,5605042,"train_tokenizer.py",66,0,"",python,selection_command +2549,5605046,"train_tokenizer.py",104,0,"",python,selection_command +2550,5605050,"train_tokenizer.py",153,0,"",python,selection_command +2551,5605128,"train_tokenizer.py",213,0,"",python,selection_command +2552,5605131,"train_tokenizer.py",272,0,"",python,selection_command +2553,5605134,"train_tokenizer.py",285,0,"",python,selection_command +2554,5605213,"train_tokenizer.py",316,0,"",python,selection_command +2555,5605217,"train_tokenizer.py",335,0,"",python,selection_command +2556,5608110,"train_tokenizer.py",822,0,"",python,selection_keyboard +2557,5608585,"train_tokenizer.py",845,0,"",python,selection_command +2558,5608834,"train_tokenizer.py",873,0,"",python,selection_command +2559,5608860,"train_tokenizer.py",904,0,"",python,selection_command +2560,5608888,"train_tokenizer.py",923,0,"",python,selection_command +2561,5608922,"train_tokenizer.py",949,0,"",python,selection_command +2562,5608962,"train_tokenizer.py",974,0,"",python,selection_command +2563,5609738,"train_tokenizer.py",949,0,"",python,selection_command +2564,5609857,"train_tokenizer.py",974,0,"",python,selection_command +2565,5610116,"train_tokenizer.py",999,0,"",python,selection_command +2566,5610155,"train_tokenizer.py",1024,0,"",python,selection_command +2567,5610194,"train_tokenizer.py",1051,0,"",python,selection_command +2568,5610215,"train_tokenizer.py",1152,0,"",python,selection_command +2569,5610239,"train_tokenizer.py",1212,0,"",python,selection_command +2570,5610277,"train_tokenizer.py",1242,0,"",python,selection_command +2571,5610371,"train_tokenizer.py",1258,0,"",python,selection_command +2572,5610373,"train_tokenizer.py",1283,0,"",python,selection_command +2573,5610377,"train_tokenizer.py",1307,0,"",python,selection_command +2574,5610405,"train_tokenizer.py",1332,0,"",python,selection_command +2575,5610548,"train_tokenizer.py",1360,0,"",python,selection_command +2576,5610552,"train_tokenizer.py",1384,0,"",python,selection_command +2577,5610557,"train_tokenizer.py",1408,0,"",python,selection_command +2578,5610562,"train_tokenizer.py",1431,0,"",python,selection_command +2579,5610581,"train_tokenizer.py",1456,0,"",python,selection_command +2580,5610708,"train_tokenizer.py",1491,0,"",python,selection_command +2581,5610712,"train_tokenizer.py",1532,0,"",python,selection_command +2582,5610716,"train_tokenizer.py",1568,0,"",python,selection_command +2583,5610719,"train_tokenizer.py",1582,0,"",python,selection_command +2584,5610763,"train_tokenizer.py",1568,0,"",python,selection_command +2585,5611025,"train_tokenizer.py",1532,0,"",python,selection_command +2586,5611179,"train_tokenizer.py",1491,0,"",python,selection_command +2587,5611181,"train_tokenizer.py",1456,0,"",python,selection_command +2588,5611185,"train_tokenizer.py",1431,0,"",python,selection_command +2589,5611189,"train_tokenizer.py",1408,0,"",python,selection_command +2590,5611193,"train_tokenizer.py",1384,0,"",python,selection_command +2591,5611211,"train_tokenizer.py",1360,0,"",python,selection_command +2592,5611282,"train_tokenizer.py",1332,0,"",python,selection_command +2593,5611451,"train_tokenizer.py",1307,0,"",python,selection_command +2594,5611599,"train_tokenizer.py",1283,0,"",python,selection_command +2595,5615395,"train_tokenizer.py",1307,0,"",python,selection_command +2596,5615621,"train_tokenizer.py",1332,0,"",python,selection_command +2597,5615686,"train_tokenizer.py",1360,0,"",python,selection_command +2598,5615822,"train_tokenizer.py",1384,0,"",python,selection_command +2599,5616368,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2600,6381929,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/start_runs.sh",0,0,"",shellscript,tab +2601,6383326,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"",shellscript,tab +2602,6384713,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",780,0,"",shellscript,selection_mouse +2603,6390846,"TERMINAL",0,0,"queue",,terminal_command +2604,6390848,"TERMINAL",0,0,"]633;C",,terminal_output +2605,6390936,"TERMINAL",0,0,"[?1049h(B[?7hhkn1993.localdomain: Sun Jul 20 15:04:35 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3361551 accelerat interact tum_dbd0 PD\t0:00\t2 (Priority)3361578 accelerat train_dy tum_dbd0 PD\t0:00\t2 (Priority)",,terminal_output +2606,6391952,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1993:/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_franz/big-runs",,terminal_output +2607,6395955,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",334,0,"",shellscript,selection_mouse +2608,6396509,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",314,0,"",shellscript,selection_command +2609,6396738,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",297,0,"",shellscript,selection_command +2610,6396763,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",296,0,"",shellscript,selection_command +2611,6396797,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",230,0,"",shellscript,selection_command +2612,6396828,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +2613,6397187,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",230,0,"",shellscript,selection_command +2614,6397466,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +2615,6397781,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",228,0,"",shellscript,selection_command +2616,6398312,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",108,0,"",shellscript,selection_command +2617,6398834,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",230,0,"",shellscript,selection_command +2618,6399042,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",296,0,"",shellscript,selection_command +2619,6399110,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",297,0,"",shellscript,selection_command +2620,6399253,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",314,0,"",shellscript,selection_command +2621,6399387,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",334,0,"",shellscript,selection_command +2622,6399608,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",335,0,"",shellscript,selection_command +2623,6399926,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",445,0,"",shellscript,selection_command +2624,6426308,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",470,0,"",shellscript,selection_command +2625,6426601,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",447,0,"",shellscript,selection_command +2626,6426847,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",472,0,"",shellscript,selection_command +2627,6427026,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",473,0,"",shellscript,selection_command +2628,6427097,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +2629,6427548,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",623,0,"",shellscript,selection_command +2630,6428796,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,0,"",shellscript,selection_command +2631,6433503,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",474,151,"",shellscript,content +2632,6433644,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",629,0,"",shellscript,selection_command +2633,6433880,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",630,0,"",shellscript,selection_command +2634,6433915,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",647,0,"",shellscript,selection_command +2635,6433947,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",648,0,"",shellscript,selection_command +2636,6433987,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",680,0,"",shellscript,selection_command +2637,6434012,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",713,0,"",shellscript,selection_command +2638,6434036,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",735,0,"",shellscript,selection_command +2639,6434067,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",752,0,"",shellscript,selection_command +2640,6434172,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",772,0,"",shellscript,selection_command +2641,6434174,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",802,0,"",shellscript,selection_command +2642,6434176,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",851,0,"",shellscript,selection_command +2643,6434293,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",887,0,"",shellscript,selection_command +2644,6434694,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",887,35,"",shellscript,content +2645,6436798,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",0,0,"",shellscript,tab +2646,6438176,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/train_dynamics_1_nodes.sbatch",1178,0,"",shellscript,selection_mouse +2647,6440880,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",0,0,"",shellscript,tab +2648,6442110,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",473,0,"",shellscript,selection_mouse +2649,6442986,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",473,1,"",shellscript,content +2650,6444709,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",626,0,"",shellscript,selection_command +2651,6446554,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",611,0,"",shellscript,selection_command +2652,6446813,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",610,0,"",shellscript,selection_command +2653,6446833,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",603,0,"",shellscript,selection_command +2654,6446863,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",602,0,"",shellscript,selection_command +2655,6446901,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",560,0,"",shellscript,selection_command +2656,6446930,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",559,0,"",shellscript,selection_command +2657,6446970,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",548,0,"",shellscript,selection_command +2658,6447010,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",547,0,"",shellscript,selection_command +2659,6447035,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",533,0,"",shellscript,selection_command +2660,6447338,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",547,0,"",shellscript,selection_command +2661,6447456,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",548,0,"",shellscript,selection_command +2662,6447603,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",559,0,"",shellscript,selection_command +2663,6447800,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",560,0,"",shellscript,selection_command +2664,6463886,"slurm/jobs/franz/horeka/batchsize_scaling/dynamics_cotraining/linear_lr/tester.sh",646,0,"",shellscript,selection_mouse diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-afb08496-b4ce-4efc-aec5-cc21ff6731861752228993278-2025_07_11-12.16.54.20/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-afb08496-b4ce-4efc-aec5-cc21ff6731861752228993278-2025_07_11-12.16.54.20/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..f299c97a05b29c7ade44454798d63cce2a650b57 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-afb08496-b4ce-4efc-aec5-cc21ff6731861752228993278-2025_07_11-12.16.54.20/source.csv @@ -0,0 +1,4 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,2,"experiments/tokenizer_optimal_batch_size.sh",0,0,"#!/usr/bin/env bash\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +2,1656,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"12:16:54 PM [info] Activating crowd-code\n12:16:54 PM [info] Recording started\n12:16:54 PM [info] Initializing git provider using file system watchers...\n12:16:55 PM [info] Git repository found\n12:16:55 PM [info] Git provider initialized successfully\n12:16:55 PM [info] Initial git state: [object Object]\n",Log,tab +3,2482,"experiments/tokenizer_optimal_batch_size.sh",0,0,"",shellscript,tab diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-b00cd52f-686b-4cad-89ec-cf5dcdc287a11753702370531-2025_07_28-13.32.59.505/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-b00cd52f-686b-4cad-89ec-cf5dcdc287a11753702370531-2025_07_28-13.32.59.505/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..091e5bdbf142bc79e0720827b66ad01f6c596beb --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-b00cd52f-686b-4cad-89ec-cf5dcdc287a11753702370531-2025_07_28-13.32.59.505/source.csv @@ -0,0 +1,12347 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"models/lam.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +2,169,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"1:32:59 PM [info] Activating crowd-code\n1:32:59 PM [info] Recording started\n1:32:59 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,264,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"1:32:59 PM [info] Git repository found\n1:32:59 PM [info] Git provider initialized successfully\n1:32:59 PM [info] Initial git state: [object Object]\n",Log,content +4,7622,"models/lam.py",0,0,"",python,tab +5,7624,"TERMINAL",0,0,"",,terminal_focus +6,8380,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +7,151983,"/fast/home/franz.srambical/jafar/utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # x.shape (1, 1, 921, 512)\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n # x.shape (1, 1, 921, 512)\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n\n # for spatial attention (using kv cache)\n # FIXME: think about whether this makes sense\n # FIXME: is this during lam encoder call?\n # FIRST PASS: qkv.shape (1, 2, 61, 8, 64)\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n # query_4d.shape (921, 4, 8, 64)\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n breakpoint()\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n # FIXME (f.srambical): the rearrange depends on whether this is spatial or temporal attention\n mask_4d = _rearrange(mask)\n # mask_4d.shape (921, 1, 1, 1) (B, H-broadcast, Q-broadcast, K-broadcast)\n # NOTE: We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_4d = einops.repeat(mask_4d, ""... 1 1 -> ... t s"", t=target_seq_len, s=target_seq_len)\n mask_4d = mask_4d.astype(jnp.bool)\n else:\n # FIXME (f.srambical): Investigate whether/why this is needed\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n # if query.shape == (1, 921, 1, 8, 64):\n # breakpoint()\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +8,152714,"/fast/home/franz.srambical/jafar/models/dynamics_causal.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=True,\n decode=self.decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n # FIXME: this is the culprit!\n # vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed += act_embed\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n\n # vid_embed_padded.shape (1, 1, 921, 512)\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\n\n mask = jnp.ones(vid_embed.shape[:-1])\n return logits, mask\n",python,tab +9,182164,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # x.shape (1, 1, 921, 512)\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n # x.shape (1, 1, 921, 512)\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n # for temporal attention (using kv cache)\n # FIRST PASS: qkv.shape (1, 921, 1, 8, 64)\n # SECOND PASS: qkv.shape \n\n # for spatial attention (using kv cache)\n # FIXME: think about whether this makes sense\n # FIXME: is this during lam encoder call?\n # FIRST PASS: qkv.shape (1, 2, 61, 8, 64)\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n # query_4d.shape (921, 4, 8, 64)\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n breakpoint()\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask is not None:\n # mask.shape (1, 921, 1, 1, 1)\n # FIXME (f.srambical): the rearrange depends on whether this is spatial or temporal attention\n mask_4d = _rearrange(mask)\n # mask_4d.shape (921, 1, 1, 1) (B, H-broadcast, Q-broadcast, K-broadcast)\n # NOTE: We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_4d = einops.repeat(mask_4d, ""... 1 1 -> ... t s"", t=target_seq_len, s=target_seq_len)\n mask_4d = mask_4d.astype(jnp.bool)\n else:\n # FIXME (f.srambical): Investigate whether/why this is needed\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n # if query.shape == (1, 921, 1, 8, 64):\n # breakpoint()\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +10,185403,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom jasmine import Jasmine\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_co_train: bool = False\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n dynamics_type: str = ""maskgit""\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Dynamics model checkpoint ---\n rngs = nnx.Rngs(rng)\n jasmine = Jasmine(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dynamics_type=args.dynamics_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(jasmine, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Jasmine, batch: dict) -> jax.Array:\n """"""Runs Jasmine.sample with pre-defined generation hyper-parameters.""""""\n if args.dynamics_type == ""maskgit"":\n return model.sample_maskgit(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n else:\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n # @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(jasmine, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = jasmine.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n # The autoregressive cache needs to be initialized with the shape of the tokenized inputs, not the raw video.\n # The number of spatial tokens is derived from the image dimensions and patch size.\n # It appears the 90x160 image is padded to 92x160, and a CLS token is added.\n # (92 // args.patch_size) * (160 // args.patch_size) + 1 = 23 * 40 + 1 = 921\n num_patches = ((args.image_height + 3) // 4 * 4 // args.patch_size) * (\n args.image_width // args.patch_size\n ) + 1\n # Shape for spatial attention: (batch, time, patches, num_heads, head_dim)\n spatial_token_shape = (\n args.batch_size,\n 1,\n num_patches,\n args.dyna_dim,\n )\n # Shape for temporal attention: (batch, patches, time, num_heads, head_dim)\n temporal_token_shape = (\n args.batch_size,\n num_patches,\n 1,\n args.dyna_dim,\n )\n if args.dynamics_type == ""causal"":\n transformer_blocks = jasmine.dynamics.transformer.blocks\n for block in transformer_blocks:\n block.spatial_attention.init_cache(spatial_token_shape, dtype=args.dtype)\n block.temporal_attention.init_cache(temporal_token_shape, dtype=args.dtype)\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +11,201243,"TERMINAL",0,0,"squeue --me",,terminal_command +12,201267,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +13,205113,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=01:00:00",,terminal_command +14,205165,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14064\r\n",,terminal_output +15,205257,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +16,205730,"TERMINAL",0,0,"Running inside SLURM, Job ID 14064.\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +17,208727,"TERMINAL",0,0,"b",,terminal_output +18,209003,"TERMINAL",0,0,"ash",,terminal_output +19,209152,"TERMINAL",0,0,"e ",,terminal_output +20,209349,"TERMINAL",0,0,"xp",,terminal_output +21,209491,"TERMINAL",0,0,"e",,terminal_output +22,209571,"TERMINAL",0,0,"r",,terminal_output +23,209792,"TERMINAL",0,0,"",,terminal_output +24,209913,"TERMINAL",0,0,"",,terminal_output +25,210042,"TERMINAL",0,0,"",,terminal_output +26,210158,"TERMINAL",0,0,"",,terminal_output +27,210307,"TERMINAL",0,0,"",,terminal_output +28,210422,"TERMINAL",0,0,"",,terminal_output +29,210523,"TERMINAL",0,0," ",,terminal_output +30,210669,"TERMINAL",0,0,"e",,terminal_output +31,210882,"TERMINAL",0,0,"x",,terminal_output +32,210982,"TERMINAL",0,0,"p",,terminal_output +33,211090,"TERMINAL",0,0,"e",,terminal_output +34,211154,"TERMINAL",0,0,"r",,terminal_output +35,211250,"TERMINAL",0,0,"im",,terminal_output +36,211359,"TERMINAL",0,0,"ents/",,terminal_output +37,211543,"TERMINAL",0,0,"s",,terminal_output +38,211608,"TERMINAL",0,0,"a",,terminal_output +39,211704,"TERMINAL",0,0,"mp",,terminal_output +40,211774,"TERMINAL",0,0,"l",,terminal_output +41,211891,"TERMINAL",0,0,"e.sh ",,terminal_output +42,212266,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +43,215847,"sample.py",7162,0,"",python,selection_command +44,224555,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +45,229350,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +46,339340,"TERMINAL",0,0,"c",,terminal_output +47,339477,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +48,342008,"TERMINAL",0,0,"c",,terminal_output +49,342120,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +50,342936,"TERMINAL",0,0,"c",,terminal_output +51,343021,"TERMINAL",0,0,"\r\n",,terminal_output +52,346199,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +53,350653,"utils/nn.py",0,0,"",python,tab +54,356444,"utils/nn.py",10242,0,"",python,selection_command +55,356714,"utils/nn.py",11515,0,"",python,selection_command +56,356884,"utils/nn.py",3841,0,"",python,selection_command +57,357817,"utils/nn.py",11515,0,"",python,selection_command +58,358685,"utils/nn.py",10242,0,"",python,selection_command +59,366732,"TERMINAL",0,0,"c",,terminal_output +60,366890,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +61,367897,"TERMINAL",0,0,"\r\n",,terminal_output +62,369266,"TERMINAL",0,0,"c",,terminal_output +63,369411,"TERMINAL",0,0,"\r\n(Pdb) (Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +64,369986,"TERMINAL",0,0,"c",,terminal_output +65,370107,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +66,371845,"TERMINAL",0,0,"c\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +67,372198,"TERMINAL",0,0,"c",,terminal_output +68,372319,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +69,372516,"TERMINAL",0,0,"c",,terminal_output +70,372604,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +71,372876,"TERMINAL",0,0,"c",,terminal_output +72,372940,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +73,373191,"TERMINAL",0,0,"c",,terminal_output +74,373285,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +75,373516,"TERMINAL",0,0,"c",,terminal_output +76,373597,"TERMINAL",0,0,"\r\n",,terminal_output +77,373696,"TERMINAL",0,0,"2025-07-28 13:39:13.091343: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +78,373810,"TERMINAL",0,0,"c",,terminal_output +79,373920,"TERMINAL",0,0,"\r\n",,terminal_output +80,374092,"TERMINAL",0,0,"c",,terminal_output +81,374228,"TERMINAL",0,0,"\r\n",,terminal_output +82,375194,"TERMINAL",0,0,"2025-07-28 13:39:14.574359: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +83,375717,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n",,terminal_output +84,376567,"TERMINAL",0,0,"c",,terminal_output +85,376629,"TERMINAL",0,0,"\r\n",,terminal_output +86,376870,"TERMINAL",0,0,"c",,terminal_output +87,376926,"TERMINAL",0,0,"\r\n",,terminal_output +88,377260,"TERMINAL",0,0,"c\r\n",,terminal_output +89,377485,"TERMINAL",0,0,"c",,terminal_output +90,377583,"TERMINAL",0,0,"\r\n",,terminal_output +91,377739,"TERMINAL",0,0,"c",,terminal_output +92,377868,"TERMINAL",0,0,"\r\n",,terminal_output +93,377967,"TERMINAL",0,0,"c",,terminal_output +94,378110,"TERMINAL",0,0,"\r\n",,terminal_output +95,378172,"TERMINAL",0,0,"c",,terminal_output +96,378338,"TERMINAL",0,0,"\r\n",,terminal_output +97,379173,"TERMINAL",0,0,"(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(327)attention_fn()\r\n-> if mask is not None:\r\n(Pdb) > /fast/home/franz.srambical/jafar/utils/nn.py(126)__call__()\r\n-> z = self.spatial_attention(z)\r\n",,terminal_output +98,380551,"TERMINAL",0,0,"d",,terminal_output +99,381093,"TERMINAL",0,0," ",,terminal_output +100,381202,"TERMINAL",0,0,"c",,terminal_output +101,381301,"TERMINAL",0,0,"l",,terminal_output +102,381399,"TERMINAL",0,0,"e",,terminal_output +103,381481,"TERMINAL",0,0,"a",,terminal_output +104,381562,"TERMINAL",0,0,"r",,terminal_output +105,381658,"TERMINAL",0,0,"\r\n",,terminal_output +106,385271,"TERMINAL",0,0," ",,terminal_output +107,685042,"TERMINAL",0,0,"d",,terminal_output +108,685306,"TERMINAL",0,0,"ele",,terminal_output +109,685414,"TERMINAL",0,0,"t",,terminal_output +110,685508,"TERMINAL",0,0,"e",,terminal_output +111,685632,"TERMINAL",0,0,"\r\n",,terminal_output +112,693085,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14064.0 task 0: running\r\n",,terminal_output +113,693225,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14064.0\r\nsrun: forcing job termination\r\n(Pdb) Clear all breaks? (Pdb) --KeyboardInterrupt--\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T13:44:32.627] error: *** STEP 14064.0 ON hai004 CANCELLED AT 2025-07-28T13:44:32 DUE to SIGNAL Killed ***\r\n",,terminal_output +114,693303,"TERMINAL",0,0,"(Pdb) ",,terminal_output +115,693575,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +116,694875,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +117,747096,"utils/nn.py",10242,0,"#",python,content +118,747096,"utils/nn.py",10243,0,"",python,selection_keyboard +119,747152,"utils/nn.py",10243,0," ",python,content +120,747152,"utils/nn.py",10244,0,"",python,selection_keyboard +121,747319,"utils/nn.py",10243,0,"",python,selection_command +122,748993,"sample.py",0,0,"",python,tab +123,750627,"utils/nn.py",0,0,"",python,tab +124,755005,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +125,758064,"utils/nn.py",3841,10,"breakpoint",python,selection_command +126,759075,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +127,760055,"utils/nn.py",3853,0,"",python,selection_mouse +128,760063,"utils/nn.py",3852,0,"",python,selection_command +129,760605,"utils/nn.py",3841,0,"",python,selection_command +130,760729,"utils/nn.py",3841,0,"#",python,content +131,760729,"utils/nn.py",3842,0,"",python,selection_keyboard +132,760744,"utils/nn.py",3842,0," ",python,content +133,760744,"utils/nn.py",3843,0,"",python,selection_keyboard +134,760890,"utils/nn.py",3842,0,"",python,selection_command +135,762244,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +136,762512,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +137,773939,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +138,781900,"TERMINAL",0,0,"2025-07-28 13:46:01.218092: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +139,783362,"TERMINAL",0,0,"2025-07-28 13:46:02.685344: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +140,786749,"TERMINAL",0,0,"2025-07-28 13:46:06.144815: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +141,787464,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 225, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 154, in _sampling_fn\r\n return model.sample_causal(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 379, in sample_causal\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 352, in token_step_fn\r\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 75, in __call__\r\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 231, in __call__\r\n x = block(x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py"", line 73, in resolve_kwargs_wrapper\r\n return f(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 153, in split_inputs_wrapper\r\n pure_args_out, pure_out = f(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py"", line 198, in merge_inputs_wrapper\r\n out = f(*args)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 126, in __call__\r\n z = self.spatial_attention(z)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py"", line 556, in __call__\r\n raise ValueError(\r\nValueError: Autoregressive cache shape error, expected query shape (1, 1, 1, 8, 64) instead got (1, 1, 921, 8, 64).\r\n",,terminal_output +142,788487,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +143,799464,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python sample.py \\n --dynamics_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +144,1052643,"sample.py",0,0,"",python,tab +145,1053845,"sample.py",2813,0,"",python,selection_command +146,1056081,"sample.py",2759,0,"",python,selection_command +147,1056328,"sample.py",2733,0,"",python,selection_command +148,1056356,"sample.py",2695,0,"",python,selection_command +149,1056384,"sample.py",2651,0,"",python,selection_command +150,1056417,"sample.py",2605,0,"",python,selection_command +151,1056462,"sample.py",2565,0,"",python,selection_command +152,1056497,"sample.py",2533,0,"",python,selection_command +153,1056516,"sample.py",2491,0,"",python,selection_command +154,1056551,"sample.py",2472,0,"",python,selection_command +155,1056585,"sample.py",2432,0,"",python,selection_command +156,1056619,"sample.py",2390,0,"",python,selection_command +157,1056650,"sample.py",2346,0,"",python,selection_command +158,1056684,"sample.py",2302,0,"",python,selection_command +159,1056716,"sample.py",2250,0,"",python,selection_command +160,1056752,"sample.py",2200,0,"",python,selection_command +161,1056785,"sample.py",2162,0,"",python,selection_command +162,1056819,"sample.py",2132,0,"",python,selection_command +163,1056851,"sample.py",2118,0,"",python,selection_command +164,1056886,"sample.py",2064,0,"",python,selection_command +165,1056918,"sample.py",2008,0,"",python,selection_command +166,1056951,"sample.py",1972,0,"",python,selection_command +167,1056986,"sample.py",1922,0,"",python,selection_command +168,1057021,"sample.py",1874,0,"",python,selection_command +169,1057056,"sample.py",1824,0,"",python,selection_command +170,1057266,"sample.py",1782,0,"",python,selection_command +171,1057477,"sample.py",1746,0,"",python,selection_command +172,1057661,"sample.py",1726,0,"",python,selection_command +173,1057847,"sample.py",1703,0,"",python,selection_command +174,1058008,"sample.py",1707,0,"",python,selection_command +175,1058161,"sample.py",1709,0,"",python,selection_command +176,1058586,"jasmine.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics_causal import DynamicsCausal\nfrom models.dynamics_maskgit import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Jasmine(nnx.Module):\n """"""World model with three components: a tokenizer, a latent action model (LAM), and a dynamics model for predicting future tokens.""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dynamics_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dynamics_type = dynamics_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dynamics_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dynamics_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=self.decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dynamics_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample_maskgit(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n assert self.dynamics_type == ""maskgit""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n if not isinstance(self.dynamics, DynamicsMaskGIT):\n raise TypeError(""`sample_maskgit` requires `DynamicsMaskGIT`."")\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.transformer(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n\n def token_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array], token_idx: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_full, action_tokens = carry\n t = token_idx // N\n n = token_idx % N\n\n # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )\n\n dyna_inputs = {\n ""video_tokens"": current_token_sequence,\n ""latent_actions"": action_tokens,\n }\n # The model will output logits for all patches in the sequence (which is just one frame).\n # FIXME: do we need the model to output logits for a single frame in order to use kv caching?\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\n # We select the logits for the specific patch `n` we are currently generating.\n next_token_logits = next_token_logits[:, 0, n, :].astype(\n jnp.float32\n ) # (B, vocab_size)\n\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B,)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B,)\n\n # Insert the generated token into the full sequence.\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n new_carry = (rng, token_idxs_full, action_tokens)\n return new_carry, None\n\n # --- Autoregressive generation ---\n future_frames = seq_len - T\n total_future_tokens = future_frames * N\n start_token_idx = T * N\n step_indices = jnp.arange(start_token_idx, start_token_idx + total_future_tokens)\n\n initial_carry = (batch[""rng""], token_idxs_full, action_tokens)\n final_carry, _ = jax.lax.scan(\n token_step_fn, initial_carry, step_indices\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(final_token_idxs, video_hw=(H, W))\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +177,1058586,"jasmine.py",323,0,"",python,selection_command +178,1059466,"jasmine.py",1218,0,"",python,selection_command +179,1060328,"jasmine.py",2466,0,"",python,selection_command +180,1061303,"jasmine.py",2475,0,"",python,selection_command +181,1062287,"jasmine.py",2466,0,"",python,selection_command +182,1062773,"jasmine.py",2475,0,"",python,selection_command +183,1065820,"jasmine.py",4974,0,"",python,selection_command +184,1066601,"jasmine.py",4912,0,"",python,selection_command +185,1066848,"jasmine.py",4878,0,"",python,selection_command +186,1066885,"jasmine.py",4832,0,"",python,selection_command +187,1066905,"jasmine.py",4794,0,"",python,selection_command +188,1066935,"jasmine.py",4747,0,"",python,selection_command +189,1066972,"jasmine.py",4698,0,"",python,selection_command +190,1067003,"jasmine.py",4640,0,"",python,selection_command +191,1067036,"jasmine.py",4588,0,"",python,selection_command +192,1067070,"jasmine.py",4545,0,"",python,selection_command +193,1067103,"jasmine.py",4504,0,"",python,selection_command +194,1067367,"jasmine.py",4460,0,"",python,selection_command +195,1067480,"jasmine.py",4461,0,"",python,selection_command +196,1067635,"jasmine.py",4470,0,"",python,selection_command +197,1067772,"jasmine.py",4472,0,"",python,selection_command +198,1068208,"models/dynamics_causal.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsCausal(nnx.Module):\n """"""Causal dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=True,\n decode=self.decode,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n # FIXME: this is the culprit!\n # vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed += act_embed\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n\n # vid_embed_padded.shape (1, 1, 921, 512)\n logits = self.transformer(vid_embed_padded)[:, :, :-1]\n\n mask = jnp.ones(vid_embed.shape[:-1])\n return logits, mask\n",python,tab +199,1068208,"models/dynamics_causal.py",127,0,"",python,selection_command +200,1068485,"models/dynamics_causal.py",498,0,"",python,selection_command +201,1069454,"models/dynamics_causal.py",936,0,"",python,selection_command +202,1069887,"models/dynamics_causal.py",945,0,"",python,selection_command +203,1071122,"models/dynamics_causal.py",1347,0,"",python,selection_command +204,1071712,"models/dynamics_causal.py",1359,0,"",python,selection_command +205,1073086,"models/dynamics_causal.py",1326,0,"",python,selection_command +206,1073330,"models/dynamics_causal.py",1268,0,"",python,selection_command +207,1073353,"models/dynamics_causal.py",1242,0,"",python,selection_command +208,1073384,"models/dynamics_causal.py",1214,0,"",python,selection_command +209,1073418,"models/dynamics_causal.py",1188,0,"",python,selection_command +210,1073452,"models/dynamics_causal.py",1160,0,"",python,selection_command +211,1073485,"models/dynamics_causal.py",1131,0,"",python,selection_command +212,1073519,"models/dynamics_causal.py",1101,0,"",python,selection_command +213,1073552,"models/dynamics_causal.py",1075,0,"",python,selection_command +214,1073587,"models/dynamics_causal.py",1047,0,"",python,selection_command +215,1073624,"models/dynamics_causal.py",1019,0,"",python,selection_command +216,1073655,"models/dynamics_causal.py",977,0,"",python,selection_command +217,1074090,"models/dynamics_causal.py",978,0,"",python,selection_command +218,1074227,"models/dynamics_causal.py",980,0,"",python,selection_command +219,1074586,"utils/nn.py",0,0,"",python,tab +220,1074586,"utils/nn.py",4364,0,"",python,selection_command +221,1074955,"utils/nn.py",4719,0,"",python,selection_command +222,1076941,"utils/nn.py",5178,0,"",python,selection_command +223,1077844,"utils/nn.py",5187,0,"",python,selection_command +224,1078218,"utils/nn.py",6335,0,"",python,selection_command +225,1078868,"utils/nn.py",6279,0,"",python,selection_command +226,1079120,"utils/nn.py",6213,0,"",python,selection_command +227,1079142,"utils/nn.py",6175,0,"",python,selection_command +228,1079171,"utils/nn.py",6125,0,"",python,selection_command +229,1079207,"utils/nn.py",6083,0,"",python,selection_command +230,1079241,"utils/nn.py",6037,0,"",python,selection_command +231,1079275,"utils/nn.py",5995,0,"",python,selection_command +232,1079308,"utils/nn.py",5955,0,"",python,selection_command +233,1079341,"utils/nn.py",5930,0,"",python,selection_command +234,1079491,"utils/nn.py",5898,0,"",python,selection_command +235,1079730,"utils/nn.py",5930,0,"",python,selection_command +236,1079976,"utils/nn.py",929,0,"",python,selection_command +237,1080556,"utils/nn.py",1201,0,"",python,selection_command +238,1081364,"utils/nn.py",1545,0,"",python,selection_command +239,1081671,"utils/nn.py",1201,0,"",python,selection_command +240,1081861,"utils/nn.py",10299,0,"",python,selection_command +241,1082512,"utils/nn.py",1201,0,"",python,selection_command +242,1108654,"utils/nn.py",1545,0,"",python,selection_command +243,1109558,"utils/nn.py",1201,0,"",python,selection_command +244,1109842,"utils/nn.py",1545,0,"",python,selection_command +245,1109986,"utils/nn.py",1554,0,"",python,selection_command +246,1110337,"utils/nn.py",1545,0,"",python,selection_command +247,1110477,"utils/nn.py",1201,0,"",python,selection_command +248,1113485,"utils/nn.py",1545,0,"",python,selection_command +249,1113625,"utils/nn.py",1554,0,"",python,selection_command +250,1113786,"utils/nn.py",2272,0,"",python,selection_command +251,1116899,"utils/nn.py",2278,0,"",python,selection_command +252,1117074,"utils/nn.py",2279,0,"",python,selection_command +253,1117568,"utils/nn.py",2279,1,"s",python,selection_command +254,1117614,"utils/nn.py",2279,4,"self",python,selection_command +255,1117800,"utils/nn.py",2279,5,"self.",python,selection_command +256,1118196,"utils/nn.py",2279,11,"self.decode",python,selection_command +257,1118711,"utils/nn.py",2289,0,"",python,selection_command +258,1119012,"utils/nn.py",2272,0,"",python,selection_command +259,1119122,"utils/nn.py",2272,0,"#",python,content +260,1119122,"utils/nn.py",2273,0,"",python,selection_keyboard +261,1119143,"utils/nn.py",2273,0," ",python,content +262,1119144,"utils/nn.py",2274,0,"",python,selection_keyboard +263,1119361,"utils/nn.py",2273,0,"",python,selection_command +264,1119759,"utils/nn.py",2293,0,"\n # decode=self.decode,",python,content +265,1119762,"utils/nn.py",2306,0,"",python,selection_command +266,1120269,"utils/nn.py",2306,1,"",python,content +267,1120375,"utils/nn.py",2306,1,"",python,content +268,1120552,"utils/nn.py",2312,0,"",python,selection_command +269,1120684,"utils/nn.py",2313,0,"",python,selection_command +270,1121100,"utils/nn.py",2313,1,"s",python,selection_command +271,1121159,"utils/nn.py",2313,4,"self",python,selection_command +272,1121309,"utils/nn.py",2313,5,"self.",python,selection_command +273,1121464,"utils/nn.py",2313,5,"",python,content +274,1121879,"utils/nn.py",2312,0,"",python,selection_command +275,1122038,"utils/nn.py",2313,0,"",python,selection_command +276,1122181,"utils/nn.py",2313,6,"",python,content +277,1122505,"utils/nn.py",2313,0,"F",python,content +278,1122505,"utils/nn.py",2314,0,"",python,selection_keyboard +279,1122649,"utils/nn.py",2314,0,"a",python,content +280,1122650,"utils/nn.py",2315,0,"",python,selection_keyboard +281,1122726,"utils/nn.py",2315,0,"l",python,content +282,1122726,"utils/nn.py",2316,0,"",python,selection_keyboard +283,1122795,"utils/nn.py",2316,0,"s",python,content +284,1122796,"utils/nn.py",2317,0,"",python,selection_keyboard +285,1122876,"utils/nn.py",2317,0,"e",python,content +286,1122876,"utils/nn.py",2318,0,"",python,selection_keyboard +287,1123589,"utils/nn.py",2317,0,"",python,selection_command +288,1126422,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +289,1126475,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +290,1127075,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +291,1138386,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +292,1146332,"TERMINAL",0,0,"2025-07-28 13:52:05.729231: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +293,1147813,"TERMINAL",0,0,"2025-07-28 13:52:07.213903: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +294,1151308,"TERMINAL",0,0,"2025-07-28 13:52:10.704705: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +295,1152726,"TERMINAL",0,0,"2025-07-28 13:52:12.116980: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +296,1155281,"TERMINAL",0,0,"SSIM: 0.010262742638587952\r\n",,terminal_output +297,1156452,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +298,1168161,"TERMINAL",0,0,"1",,terminal_output +299,1170496,"TERMINAL",0,0,"",,terminal_output +300,1170598,"TERMINAL",0,0,"",,terminal_output +301,1273949,"utils/nn.py",2313,4,"decod",python,content +302,1273962,"utils/nn.py",2313,0,"",python,selection_command +303,1274077,"utils/nn.py",2313,0,"self.",python,content +304,1274083,"utils/nn.py",2313,0,"",python,selection_command +305,1274303,"utils/nn.py",2306,0," ",python,content +306,1274333,"utils/nn.py",2306,0,"",python,selection_command +307,1274574,"utils/nn.py",2306,0,"#",python,content +308,1274576,"utils/nn.py",2306,0,"",python,selection_command +309,1274902,"utils/nn.py",2302,34,"",python,content +310,1274907,"utils/nn.py",2273,0,"",python,selection_command +311,1275311,"utils/nn.py",2272,2,"",python,content +312,1456752,"models/dynamics_causal.py",0,0,"",python,tab +313,1467804,"models/dynamics_causal.py",1021,0,"",python,selection_command +314,1468049,"models/dynamics_causal.py",1049,0,"",python,selection_command +315,1468059,"models/dynamics_causal.py",1075,0,"",python,selection_command +316,1468094,"models/dynamics_causal.py",1104,0,"",python,selection_command +317,1468128,"models/dynamics_causal.py",1134,0,"",python,selection_command +318,1468161,"models/dynamics_causal.py",1162,0,"",python,selection_command +319,1468195,"models/dynamics_causal.py",1188,0,"",python,selection_command +320,1468229,"models/dynamics_causal.py",1217,0,"",python,selection_command +321,1468264,"models/dynamics_causal.py",1242,0,"",python,selection_command +322,1468297,"models/dynamics_causal.py",1271,0,"",python,selection_command +323,1468347,"models/dynamics_causal.py",1329,0,"",python,selection_command +324,1468378,"models/dynamics_causal.py",1362,0,"",python,selection_command +325,1468399,"models/dynamics_causal.py",1388,0,"",python,selection_command +326,1468431,"models/dynamics_causal.py",1398,0,"",python,selection_command +327,1468471,"models/dynamics_causal.py",1427,0,"",python,selection_command +328,1468502,"models/dynamics_causal.py",1509,0,"",python,selection_command +329,1468533,"models/dynamics_causal.py",1546,0,"",python,selection_command +330,1468568,"models/dynamics_causal.py",1581,0,"",python,selection_command +331,1468601,"models/dynamics_causal.py",1610,0,"",python,selection_command +332,1468634,"models/dynamics_causal.py",1652,0,"",python,selection_command +333,1468685,"models/dynamics_causal.py",1676,0,"",python,selection_command +334,1468701,"models/dynamics_causal.py",1686,0,"",python,selection_command +335,1468735,"models/dynamics_causal.py",1688,0,"",python,selection_command +336,1468769,"models/dynamics_causal.py",1705,0,"",python,selection_command +337,1468803,"models/dynamics_causal.py",1734,0,"",python,selection_command +338,1468835,"models/dynamics_causal.py",1799,0,"",python,selection_command +339,1468868,"models/dynamics_causal.py",1844,0,"",python,selection_command +340,1468910,"models/dynamics_causal.py",1904,0,"",python,selection_command +341,1468938,"models/dynamics_causal.py",1964,0,"",python,selection_command +342,1469181,"models/dynamics_causal.py",2002,0,"",python,selection_command +343,1469435,"models/dynamics_causal.py",1975,0,"",python,selection_command +344,1506120,"models/dynamics_causal.py",1983,0,"",python,selection_command +345,1657596,"models/dynamics_causal.py",2059,0,"",python,selection_command +346,1657678,"models/dynamics_causal.py",2090,0,"",python,selection_command +347,1657820,"models/dynamics_causal.py",2162,0,"",python,selection_command +348,1657971,"models/dynamics_causal.py",2171,0,"",python,selection_command +349,1658108,"models/dynamics_causal.py",2221,0,"",python,selection_command +350,1658403,"models/dynamics_causal.py",2171,0,"",python,selection_command +351,1658587,"models/dynamics_causal.py",2212,0,"\n ",python,content +352,1658708,"models/dynamics_causal.py",2221,0,"b",python,content +353,1658708,"models/dynamics_causal.py",2222,0,"",python,selection_keyboard +354,1658766,"models/dynamics_causal.py",2222,0,"r",python,content +355,1658766,"models/dynamics_causal.py",2223,0,"",python,selection_keyboard +356,1658836,"models/dynamics_causal.py",2223,0,"e",python,content +357,1658837,"models/dynamics_causal.py",2224,0,"",python,selection_keyboard +358,1658917,"models/dynamics_causal.py",2224,0,"a",python,content +359,1658917,"models/dynamics_causal.py",2225,0,"",python,selection_keyboard +360,1658922,"models/dynamics_causal.py",2225,0,"k",python,content +361,1658923,"models/dynamics_causal.py",2226,0,"",python,selection_keyboard +362,1659047,"models/dynamics_causal.py",2226,0,"p",python,content +363,1659047,"models/dynamics_causal.py",2227,0,"",python,selection_keyboard +364,1659101,"models/dynamics_causal.py",2227,0,"o",python,content +365,1659102,"models/dynamics_causal.py",2228,0,"",python,selection_keyboard +366,1659185,"models/dynamics_causal.py",2228,0,"i",python,content +367,1659186,"models/dynamics_causal.py",2229,0,"",python,selection_keyboard +368,1659206,"models/dynamics_causal.py",2229,0,"n",python,content +369,1659206,"models/dynamics_causal.py",2230,0,"",python,selection_keyboard +370,1659317,"models/dynamics_causal.py",2230,0,"t",python,content +371,1659318,"models/dynamics_causal.py",2231,0,"",python,selection_keyboard +372,1659569,"models/dynamics_causal.py",2231,0,"()",python,content +373,1659569,"models/dynamics_causal.py",2232,0,"",python,selection_keyboard +374,1659631,"models/dynamics_causal.py",2232,1,")",python,content +375,1659631,"models/dynamics_causal.py",2233,0,"",python,selection_keyboard +376,1659742,"models/dynamics_causal.py",2232,0,"",python,selection_command +377,1660904,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +378,1660991,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +379,1661216,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +380,1672933,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +381,1680699,"TERMINAL",0,0,"2025-07-28 14:01:00.061544: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +382,1682150,"TERMINAL",0,0,"2025-07-28 14:01:01.550214: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +383,1685657,"TERMINAL",0,0,"2025-07-28 14:01:05.054881: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +384,1686437,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(76)__call__()\r\n-> logits = self.transformer(vid_embed_padded)[:, :, :-1]\r\n",,terminal_output +385,1734519,"TERMINAL",0,0,"v",,terminal_output +386,1734582,"TERMINAL",0,0,"i",,terminal_output +387,1734664,"TERMINAL",0,0,"d",,terminal_output +388,1734868,"TERMINAL",0,0,"_",,terminal_output +389,1735033,"TERMINAL",0,0,"e",,terminal_output +390,1735114,"TERMINAL",0,0,"m",,terminal_output +391,1735297,"TERMINAL",0,0,"be",,terminal_output +392,1735353,"TERMINAL",0,0,"d",,terminal_output +393,1736181,"TERMINAL",0,0,"_",,terminal_output +394,1736396,"TERMINAL",0,0,"p",,terminal_output +395,1736461,"TERMINAL",0,0,"a",,terminal_output +396,1736516,"TERMINAL",0,0,"d",,terminal_output +397,1736670,"TERMINAL",0,0,"d",,terminal_output +398,1736845,"TERMINAL",0,0,"e",,terminal_output +399,1736997,"TERMINAL",0,0,"d",,terminal_output +400,1737244,"TERMINAL",0,0,".",,terminal_output +401,1737431,"TERMINAL",0,0,"s",,terminal_output +402,1737528,"TERMINAL",0,0,"h",,terminal_output +403,1737621,"TERMINAL",0,0,"a",,terminal_output +404,1737682,"TERMINAL",0,0,"p",,terminal_output +405,1737790,"TERMINAL",0,0,"e",,terminal_output +406,1738443,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 921, 512)\r\n",,terminal_output +407,1871991,"benchmark_batch_sizes_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\nimport json\nfrom typing import List, Dict, Any, Optional\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\ndef create_mock_dataloader(batch_size: int, seq_len: int, image_height: int, image_width: int, image_channels: int, num_devices: int):\n """"""\n Create a mock dataloader that generates instant dummy data.\n This eliminates IO bottlenecks to test if you're memory-bound.\n """"""\n per_device_batch_size = batch_size // num_devices\n \n def mock_dataloader():\n """"""Generator that yields dummy video data instantly.""""""\n while True:\n # Generate random dummy data with the correct shape\n # Using jax.random for consistency with JAX\n dummy_videos = jax.random.randint(\n jax.random.PRNGKey(0), # Fixed key for deterministic but random data\n (per_device_batch_size, seq_len, image_height, image_width, image_channels),\n minval=0,\n maxval=255,\n dtype=jnp.uint8\n )\n yield dummy_videos\n \n return mock_dataloader()\n\n\n@dataclass\nclass BenchmarkArgs:\n # Model parameters (same as train_tokenizer.py)\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""/home/franz.srambical/jafar/data_arrayrecord/dummy""\n \n # Tokenizer parameters\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n dtype: jnp.dtype = jnp.bfloat16\n param_dtype: jnp.dtype = jnp.float32\n use_flash_attention: bool = True\n \n # Benchmark parameters\n batch_sizes: List[int] = field(default_factory=lambda: [8*1, 9*1, 10*1, 11*1, 12*1, 13*1, 14*1, 15*1])\n warmup_steps: int = 10 # Steps to warm up before measuring\n measure_steps: int = 30 # Steps to measure\n num_iterations: int = 10 # Number of iterations to average over\n output_file: str = ""batch_size_benchmark_tokenizer_flash_attention.json""\n use_mock_dataloader: bool = False # Use mock dataloader instead of real one\n \n # VQ parameters\n vq_beta: float = 0.25\n\n\nargs = tyro.cli(BenchmarkArgs)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n return loss, outputs[""recon""]\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, recon), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n return state, loss, recon\n\n\ndef benchmark_batch_size(batch_size: int, tokenizer, train_state, mesh, videos_sharding) -> Optional[Dict[str, Any]]:\n """"""Benchmark a specific batch size and return throughput metrics.""""""\n print(f""\nBenchmarking batch size: {batch_size}"")\n \n num_devices = jax.device_count()\n per_device_batch_size = batch_size // num_devices\n \n # Create dataloader for this batch size\n if args.use_mock_dataloader:\n print("" Using mock dataloader (instant dummy data)"")\n image_shape = (args.image_height, args.image_width, args.image_channels)\n mock_dataloader = create_mock_dataloader(\n batch_size, args.seq_len, args.image_height, args.image_width, args.image_channels, num_devices\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, np.array(elem)) for elem in mock_dataloader)\n else:\n print("" Using real dataloader"")\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n image_shape = (args.image_height, args.image_width, args.image_channels)\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator)\n \n rng = jax.random.PRNGKey(args.seed)\n step_times = []\n \n # Warmup phase\n print(f"" Warming up for {args.warmup_steps} steps..."")\n for step in range(args.warmup_steps):\n try:\n videos = next(dataloader)\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon = train_step(train_state, inputs)\n jax.block_until_ready(train_state)\n except StopIteration:\n print(f"" Warning: Dataloader exhausted during warmup at step {step}"")\n break\n \n # Measurement phase\n print(f"" Measuring for {args.measure_steps} steps..."")\n start_time = time.time()\n for step in range(args.measure_steps):\n try:\n videos = next(dataloader)\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon = train_step(train_state, inputs)\n jax.block_until_ready(train_state)\n \n if step > 0: # Skip first step as it might include compilation time\n step_times.append(time.time() - start_time)\n start_time = time.time()\n \n except StopIteration:\n print(f"" Warning: Dataloader exhausted during measurement at step {step}"")\n break\n \n if len(step_times) < 5:\n print(f"" Warning: Only {len(step_times)} step times measured, results may be unreliable"")\n return None\n \n # Calculate metrics\n avg_step_time = np.mean(step_times)\n std_step_time = np.std(step_times)\n throughput = batch_size / avg_step_time\n \n print(f"" Results: avg_step_time={avg_step_time:.4f}s ± {std_step_time:.4f}s, throughput={throughput:.2f} samples/s"")\n \n return {\n ""batch_size"": batch_size,\n ""avg_step_time"": avg_step_time,\n ""std_step_time"": std_step_time,\n ""throughput"": throughput,\n ""num_measurements"": len(step_times),\n ""dataloader_type"": ""mock"" if args.use_mock_dataloader else ""real""\n }\n\n\ndef main():\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n # Check if all batch sizes are divisible by number of devices\n for batch_size in args.batch_sizes:\n if batch_size % num_devices != 0:\n raise ValueError(\n f""Batch size {batch_size} must be divisible by number of devices {num_devices}.""\n )\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n \n # Initialize with smallest batch size for model setup\n min_batch_size = min(args.batch_sizes)\n per_device_batch_size_for_init = min_batch_size // num_devices\n \n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(0.0, 3e-4, 1000, 10000)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # Setup sharding\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # Run benchmarks\n results = []\n for batch_size in args.batch_sizes:\n result = benchmark_batch_size(batch_size, tokenizer, train_state, mesh, videos_sharding)\n if result is not None:\n results.append(result)\n \n # Save results\n benchmark_data = {\n ""num_devices"": num_devices,\n ""param_counts"": param_counts,\n ""results"": results\n }\n \n with open(args.output_file, 'w') as f:\n json.dump(benchmark_data, f, indent=2)\n \n print(f""\nBenchmark results saved to {args.output_file}"")\n \n # Print summary\n print(""\nBatch Size vs Throughput Summary:"")\n print(""Batch Size | Avg Step Time (s) | Throughput (samples/s)"")\n print(""-"" * 55)\n for result in results:\n print(f""{result['batch_size']:9d} | {result['avg_step_time']:15.4f} | {result['throughput']:20.2f}"")\n\n\nif __name__ == ""__main__"":\n main() ",python,tab +408,1871992,"benchmark_batch_sizes_tokenizer.py",2935,5,"/ 255",python,selection_command +409,1874889,"benchmark_batch_sizes_tokenizer.py",2939,0,"",python,selection_command +410,1875620,"benchmark_batch_sizes_tokenizer.py",2919,0,"",python,selection_mouse +411,2009067,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom jasmine import Jasmine, restore_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n dynamics_type: str = ""maskgit"" # supported options: maskgit, causal\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Jasmine, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Jasmine, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Jasmine) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""jasmine""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n jasmine = Jasmine(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dynamics_type=args.dynamics_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=False,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(jasmine, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(jasmine, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the tokenizer vq dropout due to a bug in flax.nnx\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(jasmine, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +412,2011663,"train_dynamics.py",9943,0,"",python,selection_command +413,2011884,"train_dynamics.py",11491,0,"",python,selection_command +414,2012796,"train_dynamics.py",11538,0,"",python,selection_command +415,2013365,"train_dynamics.py",11855,0,"",python,selection_command +416,2026321,".venv/lib/python3.10/site-packages/jax/_src/array.py",0,0,"# Copyright 2021 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nfrom __future__ import annotations\n\nfrom collections import defaultdict\nfrom collections.abc import Callable, Sequence\nimport enum\nimport functools\nimport math\nimport operator as op\nfrom typing import Any, TYPE_CHECKING, cast\n\nfrom jax._src import api\nfrom jax._src import basearray\nfrom jax._src import config\nfrom jax._src import core\nfrom jax._src import deprecations\nfrom jax._src import dispatch\nfrom jax._src import dtypes\nfrom jax._src import errors\nfrom jax._src import profiler\nfrom jax._src import util\nfrom jax._src import xla_bridge\nfrom jax._src.interpreters import mlir\nfrom jax._src.interpreters import pxla\nfrom jax._src.interpreters import xla\nfrom jax._src.layout import AutoLayout, DeviceLocalLayout, Format\nfrom jax._src.lib import xla_client as xc\nfrom jax._src.lib import _jax\nfrom jax._src.sharding import Sharding\nfrom jax._src.sharding_impls import (\n PmapSharding, SingleDeviceSharding,\n device_replica_id_map, hashed_index, num_addressable_indices,\n local_to_global_shape, _internal_use_concrete_mesh) # pyformat: disable\nfrom jax._src.typing import ArrayLike, DLDeviceType, DTypeLike\nfrom jax._src.util import safe_zip, unzip3, use_cpp_class, use_cpp_method, cache\nimport numpy as np\n\n\nShape = tuple[int, ...]\nDevice = xc.Device\nIndex = tuple[slice, ...]\nPRNGKeyArray = Any # TODO(jakevdp): fix cycles and import this.\n\ndef _get_device(a: ArrayImpl) -> Device:\n devices = a.sharding._internal_device_list # pytype: disable=attribute-error\n if len(devices) != 1:\n raise ValueError(\n ""When making an array from single-device arrays the input arrays must ""\n f""have one shard each. An argument array had {len(devices)} shard(s)."")\n return devices[0]\n\n\nclass Shard:\n """"""A single data shard of an Array.\n\n Attributes:\n device : Which device this shard resides on.\n index : The index into the global array of this shard.\n replica_id : Integer id indicating which replica of the global array this\n shard is part of. Always 0 for fully sharded data\n (i.e. when there’s only 1 replica).\n data : The data of this shard. None if ``device`` is non-local.\n """"""\n\n def __init__(self, device: Device, sharding: Sharding, global_shape: Shape,\n data: None | ArrayImpl | PRNGKeyArray = None):\n self._device = device\n self._sharding = sharding\n self._global_shape = global_shape\n self._data = data\n\n def __repr__(self):\n try:\n return (f'Shard(device={self.device!r}, index={self.index}, '\n f'replica_id={self.replica_id}, data={self.data})')\n except ValueError:\n return f'Shard(device={self.device!r}, data={self.data})'\n\n @functools.cached_property\n def index(self) -> Index:\n try:\n device_indices_map_fn = self._sharding.devices_indices_map\n except AttributeError:\n raise ValueError('Cannot calculate indices from sharding: '\n f'{self._sharding}. Please create a device to index '\n 'mapping for your sharding.') from None\n index = device_indices_map_fn(self._global_shape)[self.device]\n assert index is not None\n return index\n\n @functools.cached_property\n def replica_id(self) -> int:\n return device_replica_id_map(self._sharding, self._global_shape)[self.device]\n\n @property\n def device(self):\n return self._device\n\n @property\n def data(self):\n return self._data\n\n\ndef _reconstruct_array(fun, args, arr_state, aval_state):\n """"""Method to reconstruct a device array from a serialized state.""""""\n np_value = fun(*args)\n np_value.__setstate__(arr_state)\n jnp_value = api.device_put(np_value)\n # TODO(slebedev): Remove this branch after December 10th 2024.\n if ""named_shape"" in aval_state:\n deprecations.warn(\n ""jax-aval-named-shape"",\n ""Pickled array contains an aval with a named_shape attribute. This is""\n "" deprecated and the code path supporting such avals will be removed.""\n "" Please re-pickle the array."",\n stacklevel=2,\n )\n del aval_state[""named_shape""]\n jnp_value.aval = jnp_value.aval.update(**aval_state)\n return jnp_value\n\n\n@cache(max_size=4096, trace_context_in_key=False)\ndef _cached_index_calc(s, shape):\n map_ = s.addressable_devices_indices_map(shape)\n seen_h_indices = set()\n l = []\n for array_index, index in enumerate(map_.values()):\n h_index = hashed_index(index)\n if h_index not in seen_h_indices:\n seen_h_indices.add(h_index)\n l.append((array_index, index))\n return l\n\n\n@cache(max_size=4096, trace_context_in_key=False)\ndef _process_has_full_value_in_mcjax(s, shape):\n # Return False for single host as a fast path.\n if xla_bridge.process_count() == 1:\n return False\n\n num_unique_indices = len(\n {hashed_index(v) for v in s.devices_indices_map(shape).values()})\n num_addressable_unique_indices = len(\n {hashed_index(v) for v in s.addressable_devices_indices_map(shape).values()})\n return num_unique_indices == num_addressable_unique_indices\n\n\ndef _validate_shape_and_dtype_for_per_device_arrays(\n arrays: Sequence[ArrayImpl | np.ndarray],\n sharding: Sharding,\n aval: core.ShapedArray,\n expected_shape: Shape,\n):\n """"""Validates that per-device arrays are valid and consistent.""""""\n expected_dtype = aval.dtype\n for db in arrays:\n if db.dtype != expected_dtype:\n raise ValueError(\n ""Input buffers to `Array` must have matching dtypes. ""\n f""Got {db.dtype}, expected {expected_dtype} for buffer: {db}""\n )\n if db.shape != expected_shape:\n raise ValueError(\n f""Expected shard shape {expected_shape} doesn't match the single ""\n f""device array shape {db.shape}. Shape of Array is ""\n f""{aval.str_short()} with sharding {sharding}""\n )\n\n\nclass ArrayImpl(basearray.Array):\n # TODO(yashkatariya): Add __slots__ here.\n\n aval: core.ShapedArray\n _sharding: Sharding\n _arrays: list[ArrayImpl]\n _committed: bool\n _skip_checks: bool\n _npy_value: np.ndarray | None\n\n @use_cpp_method()\n def __init__(self, aval: core.ShapedArray, sharding: Sharding,\n arrays: Sequence[ArrayImpl],\n committed: bool, _skip_checks: bool = False):\n # NOTE: the actual implementation of the constructor is moved to C++.\n\n self.aval = aval\n self._sharding = sharding\n self._committed = committed\n self._npy_value = None\n arrays = [a._arrays[0] for a in arrays]\n\n # Don't rearrange if skip_checks is enabled because this assumes that the\n # input buffers are already arranged properly. This usually happens when\n # Array's are created as output of a JAX transformation\n # (like pjit, etc).\n if not _skip_checks or config.enable_checks.value:\n arrays = self._check_and_rearrange(arrays, self._sharding, self.aval)\n self._arrays = arrays\n\n def _check_and_rearrange(self, arrays, sharding, aval):\n device_id_to_buffer = {_get_device(db).id: db for db in arrays}\n\n addressable_dev = sharding.addressable_devices\n if len(arrays) != len(addressable_dev):\n raise ValueError(\n f""Expected {len(addressable_dev)} per-device arrays ""\n ""(this is how many devices are addressable by the sharding), but ""\n f""got {len(arrays)}"")\n\n array_device_ids = set(device_id_to_buffer.keys())\n addressable_device_ids = {d.id for d in addressable_dev}\n if len(array_device_ids) != len(arrays):\n buffer_device_ids = [_get_device(db).id for db in arrays]\n raise ValueError(\n ""When making an array from single-device arrays, the input arrays""\n "" must be from distinct devices, but got device IDs""\n f"" {buffer_device_ids}"")\n\n # Calculate a symmetric difference because the device ids between sharding\n # and _arrays should match.\n diff = array_device_ids ^ addressable_device_ids\n if diff:\n dev_in_sharding_not_in_arrays = addressable_device_ids - array_device_ids\n dev_in_arrays_not_in_sharding = array_device_ids - addressable_device_ids\n err_msg = (\n ""Addressable devices and per-device arrays devices do not match."")\n if dev_in_sharding_not_in_arrays:\n err_msg += (f"" Sharding contains devices {dev_in_sharding_not_in_arrays} ""\n ""that are not present in per-device arrays."")\n if dev_in_arrays_not_in_sharding:\n err_msg += (f"" Per-device arrays contain devices {dev_in_arrays_not_in_sharding} ""\n ""that are not present in the sharding."")\n raise ValueError(err_msg)\n\n _validate_shape_and_dtype_for_per_device_arrays(\n arrays,\n sharding=sharding,\n aval=aval,\n expected_shape=sharding.shard_shape(aval.shape),\n )\n\n # Rearrange arrays based on the device assignment.\n addressable_da = sharding._addressable_device_assignment\n return [device_id_to_buffer[device.id] for device in addressable_da]\n\n @property\n def shape(self) -> Shape:\n return self.aval.shape\n\n @property\n def dtype(self):\n return self.aval.dtype\n\n @property\n def ndim(self):\n return len(self.shape)\n\n @property\n def size(self):\n return math.prod(self.shape)\n\n @property\n def sharding(self):\n return self._sharding\n\n @property\n def device(self):\n self._check_if_deleted()\n if isinstance(self.sharding, SingleDeviceSharding):\n return list(self.sharding.device_set)[0]\n return self.sharding\n\n @property\n def weak_type(self):\n return self.aval.weak_type\n\n @property\n def committed(self) -> bool:\n return self._committed\n\n def __str__(self):\n return str(self._value)\n\n def __len__(self):\n try:\n return self.shape[0]\n except IndexError as err:\n raise TypeError(""len() of unsized object"") from err # same as numpy error\n\n def __bool__(self):\n core.check_bool_conversion(self)\n return bool(self._value)\n\n def __float__(self):\n core.check_scalar_conversion(self)\n return self._value.__float__()\n\n def __int__(self):\n core.check_scalar_conversion(self)\n return self._value.__int__()\n\n def __complex__(self):\n core.check_scalar_conversion(self)\n return self._value.__complex__()\n\n def __hex__(self):\n core.check_integer_conversion(self)\n return hex(self._value)\n\n def __oct__(self):\n core.check_integer_conversion(self)\n return oct(self._value)\n\n def __index__(self):\n core.check_integer_conversion(self)\n return op.index(self._value)\n\n def tobytes(self, order=""C""):\n return self._value.tobytes(order)\n\n def tolist(self):\n return self._value.tolist()\n\n def __format__(self, format_spec):\n # Simulates behavior of https://github.com/numpy/numpy/pull/9883\n if self.ndim == 0:\n return format(self._value[()], format_spec)\n else:\n return format(self._value, format_spec)\n\n def __getitem__(self, idx):\n from jax._src.lax import lax # pytype: disable=import-error\n from jax._src.numpy import indexing # pytype: disable=import-error\n self._check_if_deleted()\n\n if isinstance(self.sharding, PmapSharding):\n if config.pmap_no_rank_reduction.value:\n cidx = idx if isinstance(idx, tuple) else (idx,)\n\n padded_cidx = tuple(\n slice(i, i + 1, None) if isinstance(i, int) else i for i in cidx\n ) + (slice(None),) * (len(self.shape) - len(cidx))\n else:\n if not isinstance(idx, tuple):\n padded_cidx = (idx,) + (slice(None),) * (len(self.shape) - 1)\n else:\n padded_cidx = idx + (slice(None),) * (len(self.shape) - len(idx))\n\n indices = tuple(self.sharding.devices_indices_map(self.shape).values())\n try:\n arr_idx = indices.index(padded_cidx)\n except ValueError:\n arr_idx = None\n if arr_idx is not None:\n out = self._arrays[arr_idx]\n sharding = SingleDeviceSharding(_get_device(out))\n\n if config.pmap_no_rank_reduction.value:\n # If cidx was the index of a single shard, then it corresponds to one\n # shard of the chunked dimension.\n dims = tuple(i for i, x in enumerate(cidx) if isinstance(x, int))\n # Squeeze on committed arrays to avoid data movement to shard 0.\n out = lax.squeeze(out, dimensions=dims)\n\n return ArrayImpl(\n out.aval, sharding, [out], committed=False, _skip_checks=True)\n\n return indexing.rewriting_take(self, idx)\n\n def __iter__(self):\n if self.ndim == 0:\n raise TypeError(""iteration over a 0-d array"") # same as numpy error\n else:\n assert self.is_fully_replicated or self.is_fully_addressable\n if dispatch.is_single_device_sharding(self.sharding) or self.is_fully_replicated:\n return (sl for chunk in self._chunk_iter(100) for sl in chunk._unstack())\n elif isinstance(self.sharding, PmapSharding):\n return (self[i] for i in range(self.shape[0]))\n else:\n # TODO(yashkatariya): Don't bounce to host and use `_chunk_iter` path\n # here after uneven partitioning support is added.\n return (api.device_put(self._value[i]) for i in range(self.shape[0]))\n\n @property\n def is_fully_replicated(self) -> bool:\n return self.sharding.is_fully_replicated\n\n def __repr__(self):\n prefix = 'Array('\n if self.aval is not None and self.aval.weak_type:\n dtype_str = f'dtype={self.dtype.name}, weak_type=True)'\n else:\n dtype_str = f'dtype={self.dtype.name})'\n\n if self.is_fully_addressable or self.is_fully_replicated:\n line_width = np.get_printoptions()[""linewidth""]\n if self.size == 0:\n s = f""[], shape={self.shape}""\n else:\n s = np.array2string(self._value, prefix=prefix, suffix=',',\n separator=', ', max_line_width=line_width)\n last_line_len = len(s) - s.rfind('\n') + 1\n sep = ' '\n if last_line_len + len(dtype_str) + 1 > line_width:\n sep = ' ' * len(prefix)\n return f""{prefix}{s},{sep}{dtype_str}""\n else:\n return f""{prefix}{self.shape}, {dtype_str}""\n\n @property\n def is_fully_addressable(self) -> bool:\n """"""Is this Array fully addressable?\n\n A jax.Array is fully addressable if the current process can address all of\n the devices named in the :class:`Sharding`. ``is_fully_addressable`` is\n equivalent to ""is_local"" in multi-process JAX.\n\n Note that fully replicated is not equal to fully addressable i.e.\n a jax.Array which is fully replicated can span across multiple hosts and is\n not fully addressable.\n """"""\n return self.sharding.is_fully_addressable\n\n def __array__(self, dtype=None, context=None, copy=None):\n # copy argument is supported by np.asarray starting in numpy 2.0\n kwds = {} if copy is None else {'copy': copy}\n return np.asarray(self._value, dtype=dtype, **kwds)\n\n def __dlpack__(self, *, stream: int | Any | None = None,\n max_version: tuple[int, int] | None = None,\n dl_device: tuple[DLDeviceType, int] | None = None,\n copy: bool | None = None):\n from jax._src.dlpack import to_dlpack # pytype: disable=import-error # pylint: disable=g-import-not-at-top\n\n device_set = self.sharding.device_set\n if len(device_set) > 1:\n raise BufferError(\n ""to_dlpack can only pack a dlpack tensor from an array on a singular ""\n f""device, but an array with a Sharding over {len(device_set)} devices ""\n ""was provided.""\n )\n device, = device_set\n return to_dlpack(self, stream=stream,\n max_version=max_version,\n src_device=device,\n dl_device=dl_device,\n copy=copy)\n\n def __dlpack_device__(self) -> tuple[enum.Enum, int]:\n if len(self._arrays) != 1:\n raise BufferError(""__dlpack__ only supported for unsharded arrays."")\n\n from jax._src.dlpack import DLDeviceType # pytype: disable=import-error # pylint: disable=g-import-not-at-top\n\n if self.platform() == ""cpu"":\n return DLDeviceType.kDLCPU, 0\n\n elif self.platform() == ""gpu"":\n platform_version = _get_device(self).client.platform_version\n if ""cuda"" in platform_version:\n dl_device_type = DLDeviceType.kDLCUDA\n elif ""rocm"" in platform_version:\n dl_device_type = DLDeviceType.kDLROCM\n else:\n raise BufferError(""Unknown GPU platform for __dlpack__: ""\n f""{platform_version}"")\n\n local_hardware_id = _get_device(self).local_hardware_id\n if local_hardware_id is None:\n raise BufferError(""Couldn't get local_hardware_id for __dlpack__"")\n\n return dl_device_type, local_hardware_id\n\n else:\n raise BufferError(\n ""__dlpack__ device only supported for CPU and GPU, got platform: ""\n f""{self.platform()}""\n )\n\n def __reduce__(self):\n fun, args, arr_state = self._value.__reduce__()\n aval_state = {'weak_type': self.aval.weak_type}\n return (_reconstruct_array, (fun, args, arr_state, aval_state))\n\n @use_cpp_method()\n def unsafe_buffer_pointer(self):\n if len(self._arrays) != 1:\n raise ValueError(""unsafe_buffer_pointer() is supported only for unsharded""\n "" arrays."")\n return self._arrays[0].unsafe_buffer_pointer()\n\n @property\n @use_cpp_method()\n def __cuda_array_interface__(self):\n if len(self._arrays) != 1:\n raise ValueError(""__cuda_array_interface__() is supported only for ""\n ""unsharded arrays."")\n return self._arrays[0].__cuda_array_interface__ # pytype: disable=attribute-error # bind-properties\n\n @use_cpp_method()\n def on_device_size_in_bytes(self):\n """"""Returns the total global on-device size of the array in bytes.""""""\n arr = self._arrays[0]\n per_shard_size = arr.on_device_size_in_bytes()\n return per_shard_size * self.sharding.num_devices\n\n def devices(self) -> set[Device]:\n self._check_if_deleted()\n return self.sharding.device_set\n\n @property\n def device_buffer(self):\n raise AttributeError(\n ""arr.device_buffer has been deprecated. Use arr.addressable_data(0)"")\n\n @property\n def device_buffers(self):\n raise AttributeError(\n ""arr.device_buffers has been deprecated. Use [x.data for x in arr.addressable_shards]"")\n\n def addressable_data(self, index: int) -> ArrayImpl:\n self._check_if_deleted()\n if self.is_fully_replicated:\n return self._fully_replicated_shard()\n return self._arrays[index]\n\n @functools.cached_property\n def addressable_shards(self) -> Sequence[Shard]:\n self._check_if_deleted()\n out = []\n for a in self._arrays:\n out.append(Shard(_get_device(a), self.sharding, self.shape, a))\n return out\n\n @property\n def format(self):\n # TODO(yashkatariya): Remove the deleted check from here.\n if self.is_deleted():\n return Format(None, self.sharding)\n try:\n return Format(DeviceLocalLayout.from_pjrt_layout(self._pjrt_layout),\n self.sharding)\n except _jax.XlaRuntimeError as e:\n msg, *_ = e.args\n if type(msg) is str and msg.startswith(""UNIMPLEMENTED""):\n return Format(None, self.sharding)\n else:\n raise\n\n # TODO(frostig, yashkatariya): remove\n layout = format\n\n @property\n def global_shards(self) -> Sequence[Shard]:\n """"""Returns list of all `Shard`s of the Array across all devices.\n\n The result includes shards that are not addressable by the current process.\n If a `Shard` is not addressable, then its `data` will be `None`.\n """"""\n self._check_if_deleted()\n if self.is_fully_addressable: # pylint: disable=using-constant-test\n return self.addressable_shards\n\n out = []\n device_id_to_buffer = {_get_device(a).id: a for a in self._arrays}\n for global_d in self.sharding.device_set:\n if device_id_to_buffer.get(global_d.id, None) is not None:\n array = device_id_to_buffer[global_d.id]\n else:\n array = None\n out.append(Shard(global_d, self.sharding, self.shape, array))\n return out\n\n @use_cpp_method()\n def delete(self):\n if self._arrays is None:\n return\n for buf in self._arrays:\n buf.delete()\n self._arrays = None\n self._npy_value = None\n\n @use_cpp_method()\n def is_deleted(self):\n if self._arrays is None:\n return True\n # This path is taken when a view of `Array` is created and the original\n # Array is deleted. In that case, the buffers the view represents also get\n # deleted.\n return any(buf.is_deleted() for buf in self._arrays)\n\n def _check_if_deleted(self):\n if self.is_deleted():\n raise RuntimeError(\n f""Array has been deleted with shape={self.aval.str_short()}."")\n\n @use_cpp_method()\n def block_until_ready(self):\n self._check_if_deleted()\n for db in self._arrays:\n db.block_until_ready()\n return self\n\n @use_cpp_method()\n def _single_device_array_to_np_array_did_copy(self) -> tuple[np.ndarray, bool]: # type: ignore\n ... # pytype: disable=bad-return-type\n\n @use_cpp_method()\n def _copy_single_device_array_to_host_async(self):\n self._arrays[0].copy_to_host_async()\n\n @profiler.annotate_function\n def copy_to_host_async(self):\n self._check_if_deleted()\n if self._npy_value is None:\n if self.is_fully_replicated:\n self._copy_single_device_array_to_host_async()\n return\n for i, _ in _cached_index_calc(self.sharding, self.shape):\n self._arrays[i]._copy_single_device_array_to_host_async()\n\n @property\n @functools.partial(profiler.annotate_function, name=""np.asarray(jax.Array)"")\n def _value(self) -> np.ndarray:\n self._check_if_deleted()\n\n if self._npy_value is None:\n if (self.is_fully_replicated and\n self.sharding._internal_device_list.addressable_device_list): # type: ignore\n npy_value, did_copy = self._single_device_array_to_np_array_did_copy()\n npy_value.flags.writeable = False\n if did_copy:\n self._npy_value = npy_value\n return npy_value\n\n # TODO(yashkatariya): Merge `_process_has_full_value_in_mcjax` with\n # is_fully_addressable.\n if (not self.is_fully_addressable and\n not _process_has_full_value_in_mcjax(self.sharding, self.shape)):\n raise RuntimeError(\n ""Fetching value for `jax.Array` that spans non-addressable""\n "" (non process local) devices is not possible. You can use""\n "" `jax.experimental.multihost_utils.process_allgather` to print the""\n "" global array or use `.addressable_shards` method of jax.Array to""\n "" inspect the addressable (process local) shards.""\n )\n\n for i, _ in _cached_index_calc(self.sharding, self.shape):\n self._arrays[i]._copy_single_device_array_to_host_async()\n\n npy_value = np.empty(self.shape, self.dtype)\n for i, ind in _cached_index_calc(self.sharding, self.shape):\n npy_value[ind], _ = self._arrays[i]._single_device_array_to_np_array_did_copy()\n self._npy_value = npy_value\n self._npy_value.flags.writeable = False\n return self._npy_value\n\n\n# TODO(b/273265390): ideally we would write this as a decorator on the ArrayImpl\n# class, however this triggers a pytype bug. Workaround: apply the decorator\n# after the fact.\nif not TYPE_CHECKING:\n ArrayImpl = use_cpp_class(xc.ArrayImpl)(ArrayImpl)\n\n\ndef _get_shape_from_index(slc: Index, shape: Shape) -> Shape:\n return tuple(\n (s.stop or dim) - (s.start or 0)\n for s, dim in safe_zip(slc, shape)\n if isinstance(s, slice) # If element is int, this dimension is reduced\n )\n\ndef _get_and_check_dtype(arrays: Sequence[basearray.Array | np.ndarray],\n dtype: DTypeLike | None, fname: str):\n if arrays:\n if dtype is None:\n dtype = arrays[0].dtype\n else:\n if arrays[0].dtype != dtype:\n raise ValueError(\n f""If `dtype` is provided to `jax.{fname}`, it must match the dtype ""\n f""of the addressable shards. Got dtype={dtype} and shard ""\n f""dtype={arrays[0].dtype}`."")\n else:\n if not config.enable_empty_arrays.value:\n raise ValueError(\n f""Building an Array with no addressable shards with `jax.{fname}` is ""\n ""supported only if `jax.config.enable_empty_arrays` is set to True.""\n )\n if dtype is None:\n raise ValueError(\n ""If the Array has no addressable shards, `dtype` must be provided ""\n f""via the `dtype` argument to `jax.{fname}`."")\n return dtype\n\n# explicitly set to be unhashable.\nsetattr(ArrayImpl, ""__hash__"", None)\nsetattr(ArrayImpl, ""__array_priority__"", 100)\n\n# TODO(yashkatariya): Remove None from callback input type.\n\ndef make_array_from_callback(\n shape: Shape, sharding: Sharding | Format,\n data_callback: Callable[[Index | None], ArrayLike],\n dtype: DTypeLike | None = None) -> ArrayImpl:\n # pyformat: disable\n """"""Returns a ``jax.Array`` via data fetched from ``data_callback``.\n\n ``data_callback`` is used to fetch the data for each addressable shard of the\n returned ``jax.Array``. This function must return concrete arrays, meaning that\n ``make_array_from_callback`` has limited compatibility with JAX transformations\n like :func:`jit` or :func:`vmap`.\n\n Args:\n shape : Shape of the ``jax.Array``.\n sharding: A ``Sharding`` instance which describes how the ``jax.Array`` is\n laid out across devices.\n data_callback : Callback that takes indices into the global array value as\n input and returns the corresponding data of the global array value.\n The data can be returned as any array-like object, e.g. a ``numpy.ndarray``.\n dtype: The dtype of the output ``jax.Array``. If not provided, the dtype of\n the data for the first addressable shard is used. If there are no\n addressable shards, the ``dtype`` argument must be provided.\n\n Returns:\n A ``jax.Array`` via data fetched from ``data_callback``.\n\n Examples:\n\n >>> import math\n >>> from jax.sharding import Mesh\n >>> from jax.sharding import PartitionSpec as P\n >>> import numpy as np\n ...\n >>> input_shape = (8, 8)\n >>> global_input_data = np.arange(math.prod(input_shape)).reshape(input_shape)\n >>> global_mesh = Mesh(np.array(jax.devices()).reshape(2, 4), ('x', 'y'))\n >>> inp_sharding = jax.sharding.NamedSharding(global_mesh, P('x', 'y'))\n ...\n >>> def cb(index):\n ... return global_input_data[index]\n ...\n >>> arr = jax.make_array_from_callback(input_shape, inp_sharding, cb)\n >>> arr.addressable_data(0).shape\n (4, 2)\n """"""\n # pyformat: enable\n dll = sharding.device_local_layout if isinstance(sharding, Format) else None\n if isinstance(dll, AutoLayout):\n raise TypeError(\n ""`DeviceLocalLayout.AUTO` cannot be used in place of a device-local""\n f"" layout when calling `jax.make_array_from_callback`. Got {sharding}"")\n sharding = sharding.sharding if isinstance(sharding, Format) else sharding\n if not isinstance(sharding, Sharding):\n raise TypeError(\n f""sharding should be an instance of `jax.sharding`. Got {sharding} of""\n f"" type {type(sharding)}"")\n\n def get_data(index: Index | None) -> ArrayImpl | np.ndarray:\n # Perhaps cache on index here, then we can unify fully_replicated\n # and non-fully_replicated cases below and become faster for\n # partially replicated cases.\n assert index is not None\n r = data_callback(index)\n if isinstance(r, core.Tracer):\n raise errors.UnexpectedTracerError(\n ""jax.make_array_from_callback cannot be called within a traced""\n "" context.""\n )\n # Value can be python scalar, resolve it into something with dtype.\n return xla.canonicalize_dtype(r)\n\n if sharding.is_fully_replicated:\n devices = list(sharding._internal_device_list.addressable_device_list) # type: ignore\n # Only compute data once.\n per_device_values = [get_data((slice(None),) * len(shape))] * len(devices)\n else:\n device_to_index_map = sharding.addressable_devices_indices_map(shape)\n devices = list(device_to_index_map.keys())\n per_device_values = [\n get_data(device_to_index_map[device]) for device in devices\n ]\n\n dtype = _get_and_check_dtype(\n per_device_values, dtype, ""make_array_from_callback"")\n expected_shape = sharding.shard_shape(shape)\n aval = core.update_aval_with_sharding(\n core.ShapedArray(shape, dtype), sharding)\n\n _validate_shape_and_dtype_for_per_device_arrays(\n per_device_values,\n expected_shape=expected_shape,\n aval=aval,\n sharding=sharding,\n )\n first_value = None\n if per_device_values:\n first_value = per_device_values[0]\n if (isinstance(first_value, ArrayImpl)\n and first_value._committed\n and sharding.is_fully_replicated\n and first_value.is_fully_replicated\n and first_value.sharding._device_assignment == tuple(devices)\n and first_value.format.device_local_layout == dll):\n return first_value\n\n if dtypes.issubdtype(aval.dtype, dtypes.extended):\n # TODO(yashkatariya): Can this also use batched_device_put?\n arrays = api.device_put(per_device_values, devices)\n return aval.dtype._rules.make_sharded_array(\n aval, sharding, arrays, committed=True\n )\n\n if dll is not None:\n devices = [Format(dll, SingleDeviceSharding(d)) for d in devices]\n # pxla.batched_device_put doesn't support Layout... Take the slow route\n arrays = api.device_put(per_device_values, devices)\n return ArrayImpl(aval, sharding, arrays, committed=True)\n\n if isinstance(first_value, ArrayImpl) and len(first_value.devices()) > 1:\n # The output of the callback is already a sharded array, move it to\n # to target device.\n per_device_values = api.device_put(per_device_values, devices)\n\n return pxla.batched_device_put(aval, sharding, per_device_values, devices)\n\n\ndef make_array_from_process_local_data(\n sharding: Sharding,\n local_data: np.ndarray,\n global_shape: Shape | None = None,\n) -> ArrayImpl:\n # pyformat: disable\n """"""Creates distributed tensor using the data available in process.\n\n This function is a common special case of `make_array_from_callback`. It\n assumes that the data is available in the process and takes care of the\n index wrangling.\n\n The most common case is when the sharding is sharded across the batch\n dimension and each host just loads its corresponding sub-batch. This function\n supports more general cases as well, such as mixed multi-host and multi-axis\n replication and sharding but you would need to compute the size and the\n contents of process-local data correctly to satisfy the sharding constraints.\n\n In particular, if any two hosts are replicas, host_local_data should be\n identical as well.\n\n The global_shape is optional. If not provided it will be be inferred from\n the local_data and sharding, under the assumption that\n each host represents only their own data for uniform sharding. If sharding\n is non-uniform, (see note below) an exception will be raised.\n\n Setting global_shape explicitly allows for finer grain control and works with\n non-uniform shardings. Each dimension of global_shape must either match\n host_local_data, or match the inferred global shape of the sharding (in which\n case it is equivalent to setting it to None, but is more explicit).\n\n For example if dimension `i` is fully sharded then this size would be\n `per_device_shape[i] * jax.local_device_count()`. Each device will be mapped\n into local slice of `local_data` array. For example, if given process\n addresses slices (8, 12) and (24, 28), then these slices will be mapped\n into (0, 4) and (4, 8) of the `local_data`.\n\n For each dimension where global_shapes matches local_shape, each device\n will lookup the slice in the local_data. For example if\n global_shape == local_data.shape, the local data is assumed to be the\n actual target array that will be sharded into device.\n\n If global_shape is the same as local_data.shape, then the data must\n be the same across all hosts.\n\n Examples:\n >>> from jax.sharding import PartitionSpec as P\n >>> mesh_rows = 2\n >>> mesh_cols = jax.device_count() // 2\n ...\n >>> mesh = jax.sharding.Mesh(np.array(jax.devices()).reshape(mesh_rows, mesh_cols), ('x', 'y'))\n\n >>> sharding = jax.sharding.NamedSharding(mesh, P(('x', 'y'),))\n >>> rows_per_device = 2\n >>> feature_length = 32\n >>> per_device_shape = (rows_per_device, feature_length)\n >>> per_host_shape = (rows_per_device * len(mesh.local_devices), feature_length)\n >>> per_host_generator = lambda : np.arange(np.prod(per_host_shape)).reshape(per_host_shape)\n >>> per_host_data = per_host_generator() # replace with your own per-host data pipeline that outputs numpy arrays\n >>> global_shape = (rows_per_device * len(sharding.device_set), ) + per_device_shape[1:]\n >>> output_global_array = jax.make_array_from_process_local_data(sharding, per_host_data, global_shape)\n ...\n >>> assert output_global_array.addressable_data(0).shape == per_device_shape\n >>> assert output_global_array.shape == global_shape\n\n NB: While most shardings are uniform, It is possible to design am exotic\n sharding mesh where each process's devices will be arranged in a non-grid\n like pattern in some dimensions, or for indices to overlap non-trivially.\n Such sharding is called ""non-uniform"" in those dimensions. In that case,\n the global shape along those directions must match local shape as there is\n no meaningful way to represent all needed\n per-process data in non-overlapping fashion. For example for global_shape 4x4\n if sharding looks like this:\n\n 0123\n 2103\n 4675\n 4567\n\n with 4 processes, containing devices (0,1), (2, 3), (4, 5), (6, 7) respectively.\n Then the data for each host look like\n\n xx.. ..xx .... ....\n .xx. x..x .... ....\n .... .... x..x .xx.\n .... .... xx.. ..xx\n\n the sharding is uniform on rows (each host requires either rows 1-2, or rows 3-4)\n and non-uniform on columns (hosts require overlapping but not matching\n set of columns). Thus local data must have the shape 2x4 or 4x4\n for all hosts, even though each host can potentially fit into 2x2 shape.\n In this case user must provide global_shape explicitly and for\n local_shape=(2, 4), potentially valid global shapes are (2, 4) and (4, 4).\n\n On the other hand for sharding:\n\n 0213 x.x. .x.x. .... ....\n 0213 x.x. .x.x. .... ....\n 4657 .... .... .x.x x.x.\n 4657 .... .... .x.x x.x.\n\n for local_shape=(2, 2) this function can accept a choice of 2x2, 2x4, 4x2\n and 4x4 global shapes. Setting global_shape to None, is equivalent to\n setting it to (4, 4) in this case.\n\n Args:\n sharding: Sharding of the global array.\n local_data: Data on the host to be placed on local devices. Each\n dimension should either match global_shape, or match\n num_addressable_indices(dim).\n global_shape: The target shape of the global array. If None,\n will infer from local_data and sharding.\n\n Returns:\n Tensor that will have sharding=sharding and of shape global_shape.\n """"""\n # pyformat: enable\n if xla_bridge.process_count() == 1:\n return api.device_put(local_data, sharding)\n\n # TODO(sandler): consider supporting partially specified global_shape or\n # making local_to_global_shape available in the api.\n local_shape = local_data.shape\n if global_shape is None:\n global_shape = local_to_global_shape(sharding, local_shape) # type: ignore[assignment]\n assert global_shape is not None\n if None in global_shape:\n raise ValueError(\n ""Unable to compute global_shape due to non-uniform sharding.""\n f"" Specify global shape directly. Partially computed {global_shape=}.""\n )\n elif None in global_shape:\n raise ValueError(f""{global_shape=} has Nones. This is not supported."")\n full_dim = []\n for i, (data_dim, global_dim) in enumerate(\n zip(local_data.shape, global_shape)\n ):\n full_dim.append(data_dim == global_dim)\n if data_dim != global_dim:\n process_slice = num_addressable_indices(sharding, i, global_shape)\n if process_slice != data_dim:\n raise ValueError(\n ""Invalid host data, each dimension should match either global or ""\n f""process shape. In dimension {i=}, the process data has {data_dim}""\n f""elements. Process addresses {process_slice} elements and ""\n f""{global_shape=}.""\n )\n addressable_shards = sharding.addressable_devices_indices_map(global_shape)\n shard = next(iter(addressable_shards.values()))\n assert shard is not None\n shard_shape = _get_shape_from_index(shard, global_shape)\n slices_for_each_dim: list[list[int]] = [[] for _ in global_shape]\n for shard_index in addressable_shards.values():\n assert shard_index is not None\n for i, slc in enumerate(shard_index):\n slices_for_each_dim[i].append(slc.start or 0)\n for i in range(len(global_shape)):\n slices_for_each_dim[i] = sorted(set(slices_for_each_dim[i]))\n\n @functools.lru_cache(maxsize=4096)\n def local_slice(i, start):\n # Looks up the index of this slice in the list of slices for this dimension.\n # This will determine the slice in host_local_data\n start = slices_for_each_dim[i].index(start or 0) * shard_shape[i]\n end = start + shard_shape[i]\n return slice(start, end)\n\n def cb(index: Index | None) -> ArrayLike:\n assert index is not None\n data_slice = (\n slc if full_dim[i] else local_slice(i, slc.start)\n for i, slc in enumerate(index)\n )\n return local_data[tuple(data_slice)]\n\n return make_array_from_callback(global_shape, sharding, cb)\n\n\ndef make_array_from_single_device_arrays(\n shape: Shape, sharding: Sharding, arrays: Sequence[basearray.Array], *,\n dtype: DTypeLike | None = None,\n) -> ArrayImpl:\n r""""""Returns a ``jax.Array`` from a sequence of ``jax.Array``\s each on a single device.\n Every device in input ``sharding``\'s mesh must have an array in ``arrays``\s.\n\n Args:\n shape : Shape of the output ``jax.Array``. This conveys information already included with\n ``sharding`` and ``arrays`` and serves as a double check.\n sharding: Sharding: A global Sharding instance which describes how the output jax.Array is laid out across devices.\n arrays: `list` or `tuple` of ``jax.Array``\s that are each single device addressable. ``len(arrays)``\n must equal ``len(sharding.addressable_devices)`` and the shape of each array must be the same. For multiprocess code,\n each process will call with a different ``arrays`` argument that corresponds to that processes' data.\n These arrays are commonly created via ``jax.device_put``.\n dtype: The dtype of the output ``jax.Array``. If not provided, the dtype of the first array in\n ``arrays`` is used. If ``arrays`` is empty, the ``dtype`` argument must be provided.\n\n Returns:\n A global ``jax.Array``, sharded as ``sharding``, with shape equal to ``shape``, and with per-device\n contents matching ``arrays``.\n\n Examples:\n\n >>> import math\n >>> from jax.sharding import Mesh\n >>> from jax.sharding import PartitionSpec as P\n >>> import numpy as np\n ...\n >>> mesh_rows = 2\n >>> mesh_cols = jax.device_count() // 2\n ...\n >>> global_shape = (8, 8)\n >>> mesh = Mesh(np.array(jax.devices()).reshape(mesh_rows, mesh_cols), ('x', 'y'))\n >>> sharding = jax.sharding.NamedSharding(mesh, P('x', 'y'))\n >>> inp_data = np.arange(math.prod(global_shape)).reshape(global_shape)\n ...\n >>> arrays = [\n ... jax.device_put(inp_data[index], d)\n ... for d, index in sharding.addressable_devices_indices_map(global_shape).items()]\n ...\n >>> arr = jax.make_array_from_single_device_arrays(global_shape, sharding, arrays)\n >>> assert arr.shape == (8,8) # arr.shape is (8,8) regardless of jax.device_count()\n\n For cases where you have a local array and want to convert it to a global\n jax.Array, use ``jax.make_array_from_process_local_data``.\n """"""\n if isinstance(arrays, Sequence):\n dtype = _get_and_check_dtype(\n arrays, dtype, ""make_array_from_single_device_arrays"")\n\n # All input arrays should be committed. Checking it is expensive on\n # single-controller systems.\n aval = core.update_aval_with_sharding(\n core.ShapedArray(shape, dtype, weak_type=False), sharding)\n if dtypes.issubdtype(aval.dtype, dtypes.extended):\n return aval.dtype._rules.make_sharded_array(aval, sharding, arrays,\n committed=True)\n arrays = list(arrays) if isinstance(arrays, tuple) else arrays\n # TODO(phawkins): ideally the cast() could be checked.\n try:\n return ArrayImpl(aval, sharding, cast(Sequence[ArrayImpl], arrays),\n committed=True)\n except TypeError:\n if not isinstance(arrays, list):\n raise TypeError(""jax.make_array_from_single_device_arrays `arrays` ""\n ""argument must be a list or tuple, but got ""\n f""{type(arrays)}."")\n if any(isinstance(arr, core.Tracer) for arr in arrays):\n raise ValueError(\n ""jax.make_array_from_single_device_arrays requires a list of concrete""\n f"" arrays as input, but got types {set(map(type, arrays))}"")\n raise\n\nxla.canonicalize_dtype_handlers[ArrayImpl] = pxla.identity\n\ndef _get_aval_array(self):\n return core.update_aval_with_sharding(self.aval, self.sharding)\ncore.pytype_aval_mappings[ArrayImpl] = _get_aval_array\n\n\ndef _array_mlir_constant_handler(val):\n try:\n return mlir.ir_constant(val._value)\n except RuntimeError as e:\n # TODO(yashkatariya): Ideally we would catch a custom exception from\n # `_value` function in ArrayImpl instead of checking the error string.\n if 'Fetching value for `jax.Array` that spans non-addressable' in str(e):\n raise RuntimeError(\n ""Closing over jax.Array that spans non-addressable (non process""\n "" local) devices is not allowed. Please pass such arrays as arguments""\n f"" to the function. Got jax.Array: {val.aval.str_short()}"") from e\n raise\n\nmlir.register_constant_handler(ArrayImpl, _array_mlir_constant_handler)\n\n\n# NOTE(skye): we could refactor to generate _multi_slice parameters directly\n# from the input ShardingSpec, rather than the indices. However, this would\n# require duplicating the ordering logic of spec_to_indices, which is more\n# subtle and more likely to change than the index logic we have to support here.\ndef as_slice_indices(arr: Any, idx: Index) -> tuple[\n tuple[int, ...], tuple[int, ...], tuple[int, ...]]:\n """"""Returns start_indices, limit_indices, removed_dims""""""\n start_indices = [0] * arr.ndim\n limit_indices = list(arr.shape)\n removed_dims: list[int] = []\n\n tuple_idx = idx if isinstance(idx, tuple) else (idx,)\n for dim, sub_idx in enumerate(tuple_idx):\n if isinstance(sub_idx, int):\n start_indices[dim] = sub_idx\n limit_indices[dim] = sub_idx + 1\n removed_dims.append(dim)\n elif sub_idx == slice(None):\n continue\n else:\n assert isinstance(sub_idx, slice), sub_idx\n assert isinstance(sub_idx.start, int), sub_idx\n assert isinstance(sub_idx.stop, int), sub_idx\n start_indices[dim] = sub_idx.start\n limit_indices[dim] = sub_idx.stop\n\n return tuple(start_indices), tuple(limit_indices), tuple(removed_dims)\n\n\ndef shard_device_array(x, devices, indices, sharding):\n start_indices, limit_indices, removed_dims = unzip3(\n as_slice_indices(x, idx) for idx in indices)\n if sharding.is_fully_replicated:\n shards = [x] * len(devices)\n else:\n # TODO(yashkatariya): Maybe this should be set when we call the handler in\n # InputsHandler.__call__?\n with _internal_use_concrete_mesh(None):\n shards = x._multi_slice(start_indices, limit_indices, removed_dims)\n aval = core.shaped_abstractify(x)\n return pxla.batched_device_put(aval, sharding, shards, devices)\n\n\ndef shard_sharded_device_array_slow_path(x, devices, indices, sharding):\n candidates = defaultdict(list)\n bufs = [buf.data for buf in x.addressable_shards]\n arr_indices = tuple(x.sharding.devices_indices_map(x.shape).values())\n for buf, idx in safe_zip(bufs, arr_indices):\n candidates[hashed_index(idx)].append(buf)\n\n bufs = []\n for idx, device in safe_zip(indices, devices):\n # Look up all buffers that contain the correct slice of the logical array.\n candidates_list = candidates[hashed_index(idx)]\n if not candidates_list:\n return pxla.shard_args([sharding], [None], [None], [x._value],\n canonicalize=False)[0]\n # Try to find a candidate buffer already on the correct device,\n # otherwise copy one of them.\n for buf in candidates_list:\n if buf.devices() == {device}:\n bufs.append(buf)\n break\n else:\n bufs.append(candidates_list[-1])\n return pxla.batched_device_put(x.aval, sharding, bufs, devices)\n\n\n@cache(max_size=4096, trace_context_in_key=False)\ndef _sharding_indices_and_eq(src_sharding, shape, dst_sharding):\n src_indices = src_sharding.addressable_devices_indices_map(shape).values()\n dst_indices = dst_sharding.addressable_devices_indices_map(shape).values()\n return dst_indices, tuple(src_indices) == tuple(dst_indices)\n\n\ndef _array_shard_arg(xs, shardings, layouts, copy_semantics):\n util.test_event(""_array_shard_arg"")\n results = []\n batch_xs, batch_devs, batch_shardings, batch_indices = [], [], [], []\n batch_cs = []\n\n for i, (x, sharding, layout, cs) in enumerate(\n safe_zip(xs, shardings, layouts, copy_semantics)):\n x._check_if_deleted()\n indices, same_indices = _sharding_indices_and_eq(x.sharding, x.shape, sharding)\n same_layout = (True if layout is None else\n x.format.device_local_layout == layout)\n\n if not x.is_fully_addressable:\n if same_indices and same_layout:\n results.append(x)\n else:\n raise NotImplementedError(\n ""Cannot reshard an input that is not fully addressable"")\n else:\n devices = sharding._addressable_device_assignment\n if same_indices and same_layout:\n # Add a placeholder result that will be filled in later.\n results.append(None)\n # Accumulate arguments to `batched_copy_array_to_devices_with_sharding`.\n batch_xs.append(x)\n batch_devs.append(list(devices))\n batch_shardings.append(sharding)\n batch_indices.append(i)\n batch_cs.append(cs)\n # Resharding starts here:\n elif not same_layout:\n results.append(api.device_put(x, Format(layout, sharding)))\n elif dispatch.is_single_device_sharding(x.sharding):\n results.append(shard_device_array(x, devices, indices, sharding))\n else:\n results.append(\n shard_sharded_device_array_slow_path(x, devices, indices, sharding))\n\n util.test_event(""batched_copy_array"")\n copy_outs = xc.batched_copy_array_to_devices_with_sharding(\n batch_xs, batch_devs, batch_shardings, batch_cs)\n for i, copy_out in safe_zip(batch_indices, copy_outs):\n assert results[i] is None\n results[i] = copy_out\n return results\npxla.shard_arg_handlers[ArrayImpl] = _array_shard_arg\n\n\ndef _array_global_result_handler(global_aval, out_sharding, committed):\n global_aval = core.update_aval_with_sharding(global_aval, out_sharding)\n if global_aval.dtype == dtypes.float0:\n return lambda _: np.zeros(global_aval.shape, dtypes.float0)\n if dtypes.issubdtype(global_aval.dtype, dtypes.extended):\n return global_aval.dtype._rules.global_sharded_result_handler(\n global_aval, out_sharding, committed)\n return xc.array_result_handler(\n global_aval, out_sharding, committed=committed, _skip_checks=True\n )\npxla.global_result_handlers[core.ShapedArray] = _array_global_result_handler\n\n# Only used for Arrays that come out of pmap.\ndef _array_local_result_handler(aval, sharding, indices):\n if aval.dtype == dtypes.float0:\n return lambda _: np.zeros(aval.shape, dtypes.float0)\n if dtypes.issubdtype(aval.dtype, dtypes.extended):\n return aval.dtype._rules.local_sharded_result_handler(\n aval, sharding, indices)\n return xc.array_result_handler(\n aval, sharding, committed=True, _skip_checks=True\n )\npxla.local_result_handlers[core.ShapedArray] = _array_local_result_handler\n\n\n# Token handlers\n\ndef _token_shard_arg(xs, shardings, layouts, copy_semantics):\n results = []\n for x, sharding, layout in safe_zip(xs, shardings, layouts):\n assert layout is None\n x.block_until_ready()\n x = np.array([], dtype=bool)\n aval = core.get_aval(x)\n devices = sharding._addressable_device_assignment\n results.append(pxla.batched_device_put(\n aval, sharding, [x] * len(devices), devices))\n return results\npxla.shard_arg_handlers[core.Token] = _token_shard_arg\n\n\ndef _token_global_result_handler(global_aval, out_sharding, committed):\n array_handler = _array_global_result_handler(\n core.get_token_aval(), out_sharding, committed)\n\n def wrapper(*args, **kwargs):\n out_buf = array_handler(*args, **kwargs)\n return core.Token(out_buf)\n return wrapper\npxla.global_result_handlers[core.AbstractToken] = _token_global_result_handler\n",python,tab +417,2026322,".venv/lib/python3.10/site-packages/jax/_src/array.py",30194,0,"",python,selection_command +418,2028195,".venv/lib/python3.10/site-packages/jax/_src/array.py",31659,0,"",python,selection_command +419,2028399,".venv/lib/python3.10/site-packages/jax/_src/array.py",33193,0,"",python,selection_command +420,2028825,".venv/lib/python3.10/site-packages/jax/_src/array.py",34519,0,"",python,selection_command +421,2029258,".venv/lib/python3.10/site-packages/jax/_src/array.py",33193,0,"",python,selection_command +422,2029393,".venv/lib/python3.10/site-packages/jax/_src/array.py",31659,0,"",python,selection_command +423,2029733,".venv/lib/python3.10/site-packages/jax/_src/array.py",30190,0,"",python,selection_command +424,2030098,".venv/lib/python3.10/site-packages/jax/_src/array.py",28955,0,"",python,selection_command +425,2030462,".venv/lib/python3.10/site-packages/jax/_src/array.py",30190,0,"",python,selection_command +426,2031497,".venv/lib/python3.10/site-packages/jax/_src/array.py",30190,39,"def make_array_from_process_local_data(",python,selection_command +427,2117558,"train_dynamics.py",0,0,"",python,tab +428,2357967,".venv/lib/python3.10/site-packages/jax/_src/array.py",0,0,"",python,tab +429,2357967,".venv/lib/python3.10/site-packages/jax/_src/array.py",30190,0,"",python,selection_command +430,2358643,"train_dynamics.py",0,0,"",python,tab +431,2358643,"train_dynamics.py",11538,0,"",python,selection_command +432,2358870,"train_dynamics.py",11491,0,"",python,selection_command +433,2397796,"utils/nn.py",0,0,"",python,tab +434,2401334,"models/dynamics_causal.py",0,0,"",python,tab +435,2404651,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14064.3 task 0: running\r\n",,terminal_output +436,2404778,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14064.3\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T14:13:04.176] error: *** STEP 14064.3 ON hai004 CANCELLED AT 2025-07-28T14:13:04 DUE to SIGNAL Killed ***\r\n",,terminal_output +437,2404855,"TERMINAL",0,0,"(Pdb) ",,terminal_output +438,2404934,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14064.3\r\nsrun: job abort in progress\r\n",,terminal_output +439,2405132,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +440,2405860,"models/dynamics_causal.py",2213,21,"",python,content +441,2405870,"models/dynamics_causal.py",2221,0,"",python,selection_command +442,2410152,"models/dynamics_causal.py",2213,62," logits = self.transformer(vid_embed_padded)[:, :, :-1]",python,selection_command +443,2410567,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +444,2433795,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +445,2435825,"TERMINAL",0,0,"",,terminal_output +446,2436211,"TERMINAL",0,0,"e",,terminal_output +447,2436387,"TERMINAL",0,0,"x",,terminal_output +448,2436477,"TERMINAL",0,0,"i",,terminal_output +449,2436559,"TERMINAL",0,0,"t",,terminal_output +450,2436675,"TERMINAL",0,0,"\r\n[?2004l\rexit\r\nsrun: error: hai004: task 0: Exited with exit code 137\r\nsalloc: Relinquishing job allocation 14064\r\nsalloc: Job allocation 14064 has been revoked.\r\n",,terminal_output +451,2436794,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar",,terminal_output +452,2444146,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G --time=10:00:00",,terminal_command +453,2444211,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14065\r\n",,terminal_output +454,2444297,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +455,2444655,"TERMINAL",0,0,"Running inside SLURM, Job ID 14065.\r\n",,terminal_output +456,2444751,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +457,2445331,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +458,2446286,"TERMINAL",0,0,"bas",,terminal_output +459,2446422,"TERMINAL",0,0,"he",,terminal_output +460,2446594,"TERMINAL",0,0,"x",,terminal_output +461,2446765,"TERMINAL",0,0,"p",,terminal_output +462,2446977,"TERMINAL",0,0,"",,terminal_output +463,2447087,"TERMINAL",0,0,"",,terminal_output +464,2447294,"TERMINAL",0,0," e",,terminal_output +465,2447495,"TERMINAL",0,0,"xp",,terminal_output +466,2447596,"TERMINAL",0,0,"e",,terminal_output +467,2447687,"TERMINAL",0,0,"ri",,terminal_output +468,2447751,"TERMINAL",0,0,"m",,terminal_output +469,2447834,"TERMINAL",0,0,"ents/",,terminal_output +470,2448005,"TERMINAL",0,0,"s",,terminal_output +471,2448090,"TERMINAL",0,0,"a",,terminal_output +472,2448218,"TERMINAL",0,0,"mpl",,terminal_output +473,2448342,"TERMINAL",0,0,"e.sh ",,terminal_output +474,2472766,"models/dynamics_causal.py",2146,0,"",python,selection_mouse +475,2473762,"models/dynamics_causal.py",2162,0,"",python,selection_mouse +476,2496787,"models/dynamics_maskgit.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.transformer(vid_embed)\n return logits, mask\n",python,tab +477,2497455,"models/dynamics_causal.py",0,0,"",python,tab +478,2498981,"models/dynamics_maskgit.py",0,0,"",python,tab +479,2500758,"models/dynamics_maskgit.py",1841,0,"",python,selection_command +480,2502243,"models/dynamics_causal.py",0,0,"",python,tab +481,2503575,"models/dynamics_maskgit.py",0,0,"",python,tab +482,2505593,"models/dynamics_causal.py",0,0,"",python,tab +483,2506330,"models/dynamics_maskgit.py",0,0,"",python,tab +484,2515656,"models/dynamics_causal.py",0,0,"",python,tab +485,2517150,"models/dynamics_maskgit.py",0,0,"",python,tab +486,2521491,"models/dynamics_causal.py",0,0,"",python,tab +487,2522095,"models/dynamics_maskgit.py",0,0,"",python,tab +488,2566470,"models/dynamics_maskgit.py",2945,0,"",python,selection_mouse +489,2567480,"models/dynamics_maskgit.py",2888,73," vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))",python,selection_command +490,2611657,"models/dynamics_maskgit.py",2945,0,"",python,selection_command +491,2612822,"models/dynamics_causal.py",0,0,"",python,tab +492,2656392,"models/dynamics_maskgit.py",0,0,"",python,tab +493,2747884,"models/dynamics_causal.py",0,0,"",python,tab +494,2748286,"models/dynamics_causal.py",2082,0,"",python,selection_command +495,2749111,"models/dynamics_causal.py",2051,0,"",python,selection_command +496,2749268,"models/dynamics_causal.py",1975,0,"",python,selection_command +497,2749474,"models/dynamics_causal.py",1975,75," # vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))",python,selection_command +498,2820665,"models/dynamics_causal.py",1975,0,"",python,selection_command +499,2822035,"models/dynamics_maskgit.py",0,0,"",python,tab +500,2823999,"models/dynamics_maskgit.py",2885,0,"",python,selection_command +501,2826431,"models/dynamics_maskgit.py",2827,0,"\n ",python,content +502,2826654,"models/dynamics_maskgit.py",2836,0,"b",python,content +503,2826654,"models/dynamics_maskgit.py",2837,0,"",python,selection_keyboard +504,2826733,"models/dynamics_maskgit.py",2837,0,"r",python,content +505,2826734,"models/dynamics_maskgit.py",2838,0,"",python,selection_keyboard +506,2826782,"models/dynamics_maskgit.py",2838,0,"e",python,content +507,2826782,"models/dynamics_maskgit.py",2839,0,"",python,selection_keyboard +508,2826878,"models/dynamics_maskgit.py",2839,0,"a",python,content +509,2826879,"models/dynamics_maskgit.py",2840,0,"",python,selection_keyboard +510,2826884,"models/dynamics_maskgit.py",2840,0,"k",python,content +511,2826884,"models/dynamics_maskgit.py",2841,0,"",python,selection_keyboard +512,2827033,"models/dynamics_maskgit.py",2841,0,"p",python,content +513,2827034,"models/dynamics_maskgit.py",2842,0,"",python,selection_keyboard +514,2827084,"models/dynamics_maskgit.py",2842,0,"o",python,content +515,2827085,"models/dynamics_maskgit.py",2843,0,"",python,selection_keyboard +516,2827135,"models/dynamics_maskgit.py",2843,0,"i",python,content +517,2827136,"models/dynamics_maskgit.py",2844,0,"",python,selection_keyboard +518,2827201,"models/dynamics_maskgit.py",2844,0,"n",python,content +519,2827201,"models/dynamics_maskgit.py",2845,0,"",python,selection_keyboard +520,2827489,"models/dynamics_maskgit.py",2845,0,"t",python,content +521,2827489,"models/dynamics_maskgit.py",2846,0,"",python,selection_keyboard +522,2827738,"models/dynamics_maskgit.py",2846,0,"()",python,content +523,2827738,"models/dynamics_maskgit.py",2847,0,"",python,selection_keyboard +524,2827767,"models/dynamics_maskgit.py",2847,1,")",python,content +525,2827767,"models/dynamics_maskgit.py",2848,0,"",python,selection_keyboard +526,2828037,"models/dynamics_maskgit.py",2847,0,"",python,selection_command +527,2834844,"experiments/sample.sh",0,0,"",shellscript,tab +528,2836068,"experiments/sample.sh",246,0,"",shellscript,selection_command +529,2836201,"experiments/sample.sh",215,0,"",shellscript,selection_command +530,2836939,"experiments/sample.sh",205,0,"",shellscript,selection_command +531,2837135,"experiments/sample.sh",205,0,"#",shellscript,content +532,2837135,"experiments/sample.sh",206,0,"",shellscript,selection_keyboard +533,2837185,"experiments/sample.sh",206,0," ",shellscript,content +534,2837185,"experiments/sample.sh",207,0,"",shellscript,selection_keyboard +535,2837432,"experiments/sample.sh",206,0,"",shellscript,selection_command +536,2840168,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +537,2840254,"TERMINAL",0,0,"exit",,terminal_output +538,2841025,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +539,2843639,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +540,2855059,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 133, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1602, in restore\r\n raise FileNotFoundError(f'No steps found in {self.directory}.')\r\nFileNotFoundError: No steps found in ..\r\n",,terminal_output +541,2855750,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\nexperiments/sample.sh: line 9: --batch_size: command not found\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +542,2865473,"experiments/sample.sh",233,0,"",shellscript,selection_command +543,2866057,"experiments/sample.sh",232,0,"",shellscript,selection_command +544,2867088,"experiments/sample.sh",201,33,"",shellscript,content +545,2867095,"experiments/sample.sh",205,0,"",shellscript,selection_command +546,2867181,"experiments/sample.sh",181,0,"",shellscript,selection_command +547,2867317,"experiments/sample.sh",137,0,"",shellscript,selection_command +548,2867491,"experiments/sample.sh",176,0,"\n # --dynamics_type ""causal"" \",shellscript,content +549,2867493,"experiments/sample.sh",181,0,"",shellscript,selection_command +550,2869147,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +551,2869428,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +552,2880356,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 133, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 792, in restore\r\n raise ValueError(\r\nValueError: User-provided restore item and on-disk value metadata tree structures do not match: {'model': {'dynamics': {'mask_token': Diff(lhs={'value': ShapeDtypeStruct(shape=(1, 1, 1, 512), dtype=float32)}, rhs=None)}}, 'opt_state': {'0': {'mu': {'dynamics': {'mask_token': Diff(lhs={'value': ShapeDtypeStruct(shape=(1, 1, 1, 512), dtype=bfloat16)}, rhs=None)}}, 'nu': {'dynamics': {'mask_token': Diff(lhs={'value': ShapeDtypeStruct(shape=(1, 1, 1, 512), dtype=float32)}, rhs=None)}}}}}\r\n",,terminal_output +553,2881029,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +554,2887434,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +555,2918475,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +556,2921264,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +557,2921877,"TERMINAL",0,0,"[28@e': bash experiments/sample.sh",,terminal_output +558,2922013,"TERMINAL",0,0,"\r[1@x': bash experiments/sample",,terminal_output +559,2922122,"TERMINAL",0,0,"\r[8@failed reverse-i-search)`exa': bash ex",,terminal_output +560,2922243,"TERMINAL",0,0,"[1@m",,terminal_output +561,2922298,"TERMINAL",0,0,"[1@p[1@l",,terminal_output +562,2922430,"TERMINAL",0,0,"[1@e",,terminal_output +563,2922929,"TERMINAL",0,0,"",,terminal_output +564,2923331,"TERMINAL",0,0,"",,terminal_output +565,2923647,"TERMINAL",0,0,"",,terminal_output +566,2924003,"TERMINAL",0,0,"",,terminal_output +567,2924333,"TERMINAL",0,0,"",,terminal_output +568,2924578,"TERMINAL",0,0,"",,terminal_output +569,2924834,"TERMINAL",0,0,"",,terminal_output +570,2925056,"TERMINAL",0,0,"",,terminal_output +571,2925266,"TERMINAL",0,0,"",,terminal_output +572,2925456,"TERMINAL",0,0,"",,terminal_output +573,2925654,"TERMINAL",0,0,"",,terminal_output +574,2925877,"TERMINAL",0,0,"\r[14@[franz.srambical@hai004.haicore.berlin:~/jafar] $",,terminal_output +575,2926291,"TERMINAL",0,0,"",,terminal_output +576,2926695,"TERMINAL",0,0,"",,terminal_output +577,2926979,"TERMINAL",0,0,"",,terminal_output +578,2927134,"TERMINAL",0,0,"",,terminal_output +579,2927295,"TERMINAL",0,0,"",,terminal_output +580,2927681,"TERMINAL",0,0,"\r(reverse-i-search)`': bash experiments/",,terminal_output +581,2930892,"TERMINAL",0,0,"\r[28@[franz.srambical@hai004.haicore.berlin:~/jafar] $",,terminal_output +582,2932494,"TERMINAL",0,0,"",,terminal_output +583,2932637,"TERMINAL",0,0,"\r\ndynamics_grain_full_restore.sh lam_grain_checkpointing.sh tokenizer_optimal_batch_size.sh\r\ndynamics_grain_tok_lam_restore.sh sample.sh \r\ndynamics_grain_tok_restore.sh tokenizer_grain_checkpointing.sh \r\n[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/",,terminal_output +584,2934513,"TERMINAL",0,0,"d",,terminal_output +585,2934606,"TERMINAL",0,0,"y",,terminal_output +586,2934668,"TERMINAL",0,0,"n",,terminal_output +587,2934724,"TERMINAL",0,0,"amics_grain_",,terminal_output +588,2935008,"TERMINAL",0,0,"t",,terminal_output +589,2935248,"TERMINAL",0,0,"ok",,terminal_output +590,2935348,"TERMINAL",0,0,"_",,terminal_output +591,2935931,"TERMINAL",0,0,"r",,terminal_output +592,2936331,"TERMINAL",0,0,"estore.sh ",,terminal_output +593,2943837,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_dynamics.py \\n --save_ckpt \\n --dynamics_type causal \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +594,2952777,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +595,2952928,"experiments/dynamics_grain_tok_restore.sh",190,0,"",shellscript,selection_command +596,2953081,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +597,2955178,"experiments/dynamics_grain_tok_restore.sh",186,0,"",shellscript,selection_command +598,2955431,"experiments/dynamics_grain_tok_restore.sh",225,0,"",shellscript,selection_command +599,2955453,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +600,2955487,"experiments/dynamics_grain_tok_restore.sh",366,0,"",shellscript,selection_command +601,2955519,"experiments/dynamics_grain_tok_restore.sh",367,0,"",shellscript,selection_command +602,2955549,"experiments/dynamics_grain_tok_restore.sh",411,0,"",shellscript,selection_command +603,2955581,"experiments/dynamics_grain_tok_restore.sh",437,0,"",shellscript,selection_command +604,2955614,"experiments/dynamics_grain_tok_restore.sh",469,0,"",shellscript,selection_command +605,2955647,"experiments/dynamics_grain_tok_restore.sh",487,0,"",shellscript,selection_command +606,2955681,"experiments/dynamics_grain_tok_restore.sh",516,0,"",shellscript,selection_command +607,2955715,"experiments/dynamics_grain_tok_restore.sh",550,0,"",shellscript,selection_command +608,2955748,"experiments/dynamics_grain_tok_restore.sh",572,0,"",shellscript,selection_command +609,2955781,"experiments/dynamics_grain_tok_restore.sh",621,0,"",shellscript,selection_command +610,2955815,"experiments/dynamics_grain_tok_restore.sh",648,0,"",shellscript,selection_command +611,2955853,"experiments/dynamics_grain_tok_restore.sh",673,0,"",shellscript,selection_command +612,2955887,"experiments/dynamics_grain_tok_restore.sh",700,0,"",shellscript,selection_command +613,2955920,"experiments/dynamics_grain_tok_restore.sh",715,0,"",shellscript,selection_command +614,2955953,"experiments/dynamics_grain_tok_restore.sh",741,0,"",shellscript,selection_command +615,2956005,"experiments/dynamics_grain_tok_restore.sh",766,0,"",shellscript,selection_command +616,2956219,"experiments/dynamics_grain_tok_restore.sh",741,0,"",shellscript,selection_command +617,2956474,"experiments/dynamics_grain_tok_restore.sh",715,0,"",shellscript,selection_command +618,2956506,"experiments/dynamics_grain_tok_restore.sh",700,0,"",shellscript,selection_command +619,2956534,"experiments/dynamics_grain_tok_restore.sh",673,0,"",shellscript,selection_command +620,2956566,"experiments/dynamics_grain_tok_restore.sh",648,0,"",shellscript,selection_command +621,2956600,"experiments/dynamics_grain_tok_restore.sh",621,0,"",shellscript,selection_command +622,2956633,"experiments/dynamics_grain_tok_restore.sh",572,0,"",shellscript,selection_command +623,2956685,"experiments/dynamics_grain_tok_restore.sh",550,0,"",shellscript,selection_command +624,2956703,"experiments/dynamics_grain_tok_restore.sh",516,0,"",shellscript,selection_command +625,2956737,"experiments/dynamics_grain_tok_restore.sh",487,0,"",shellscript,selection_command +626,2956769,"experiments/dynamics_grain_tok_restore.sh",469,0,"",shellscript,selection_command +627,2957530,"experiments/dynamics_grain_tok_restore.sh",487,0,"",shellscript,selection_command +628,2957779,"experiments/dynamics_grain_tok_restore.sh",516,0,"",shellscript,selection_command +629,2957804,"experiments/dynamics_grain_tok_restore.sh",550,0,"",shellscript,selection_command +630,2957839,"experiments/dynamics_grain_tok_restore.sh",572,0,"",shellscript,selection_command +631,2957867,"experiments/dynamics_grain_tok_restore.sh",621,0,"",shellscript,selection_command +632,2957899,"experiments/dynamics_grain_tok_restore.sh",648,0,"",shellscript,selection_command +633,2957933,"experiments/dynamics_grain_tok_restore.sh",673,0,"",shellscript,selection_command +634,2957967,"experiments/dynamics_grain_tok_restore.sh",700,0,"",shellscript,selection_command +635,2958002,"experiments/dynamics_grain_tok_restore.sh",715,0,"",shellscript,selection_command +636,2958034,"experiments/dynamics_grain_tok_restore.sh",741,0,"",shellscript,selection_command +637,2958067,"experiments/dynamics_grain_tok_restore.sh",766,0,"",shellscript,selection_command +638,2958408,"experiments/dynamics_grain_tok_restore.sh",741,0,"",shellscript,selection_command +639,2958662,"experiments/dynamics_grain_tok_restore.sh",715,0,"",shellscript,selection_command +640,2958690,"experiments/dynamics_grain_tok_restore.sh",700,0,"",shellscript,selection_command +641,2958717,"experiments/dynamics_grain_tok_restore.sh",673,0,"",shellscript,selection_command +642,2958747,"experiments/dynamics_grain_tok_restore.sh",648,0,"",shellscript,selection_command +643,2958780,"experiments/dynamics_grain_tok_restore.sh",621,0,"",shellscript,selection_command +644,2958815,"experiments/dynamics_grain_tok_restore.sh",572,0,"",shellscript,selection_command +645,2958851,"experiments/dynamics_grain_tok_restore.sh",550,0,"",shellscript,selection_command +646,2958881,"experiments/dynamics_grain_tok_restore.sh",516,0,"",shellscript,selection_command +647,2958914,"experiments/dynamics_grain_tok_restore.sh",487,0,"",shellscript,selection_command +648,2958948,"experiments/dynamics_grain_tok_restore.sh",469,0,"",shellscript,selection_command +649,2958981,"experiments/dynamics_grain_tok_restore.sh",437,0,"",shellscript,selection_command +650,2959015,"experiments/dynamics_grain_tok_restore.sh",411,0,"",shellscript,selection_command +651,2959049,"experiments/dynamics_grain_tok_restore.sh",367,0,"",shellscript,selection_command +652,2959082,"experiments/dynamics_grain_tok_restore.sh",366,0,"",shellscript,selection_command +653,2959115,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +654,2959148,"experiments/dynamics_grain_tok_restore.sh",225,0,"",shellscript,selection_command +655,2959182,"experiments/dynamics_grain_tok_restore.sh",186,0,"",shellscript,selection_command +656,2959337,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +657,2959669,"experiments/dynamics_grain_tok_restore.sh",159,0,"",shellscript,selection_command +658,2959815,"experiments/dynamics_grain_tok_restore.sh",158,0,"",shellscript,selection_command +659,2959949,"experiments/dynamics_grain_tok_restore.sh",159,0,"",shellscript,selection_command +660,2960128,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +661,6110153,"experiments/dynamics_grain_tok_restore.sh",186,0,"",shellscript,selection_command +662,6110397,"experiments/dynamics_grain_tok_restore.sh",225,0,"",shellscript,selection_command +663,6110412,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +664,6110446,"experiments/dynamics_grain_tok_restore.sh",366,0,"",shellscript,selection_command +665,6110481,"experiments/dynamics_grain_tok_restore.sh",367,0,"",shellscript,selection_command +666,6110516,"experiments/dynamics_grain_tok_restore.sh",411,0,"",shellscript,selection_command +667,6110965,"experiments/dynamics_grain_tok_restore.sh",367,0,"",shellscript,selection_command +668,6111104,"experiments/dynamics_grain_tok_restore.sh",366,0,"",shellscript,selection_command +669,6111351,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +670,6111377,"experiments/dynamics_grain_tok_restore.sh",225,0,"",shellscript,selection_command +671,6111973,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +672,6112154,"experiments/dynamics_grain_tok_restore.sh",366,0,"",shellscript,selection_command +673,6112269,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +674,6112402,"experiments/dynamics_grain_tok_restore.sh",225,0,"",shellscript,selection_command +675,6112700,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +676,6112914,"experiments/dynamics_grain_tok_restore.sh",309,0,"",shellscript,selection_command +677,6113349,"experiments/dynamics_grain_tok_restore.sh",243,0,"",shellscript,selection_command +678,6113834,"experiments/dynamics_grain_tok_restore.sh",251,0,"",shellscript,selection_command +679,6113978,"experiments/dynamics_grain_tok_restore.sh",252,0,"",shellscript,selection_command +680,6116543,"experiments/dynamics_grain_tok_restore.sh",252,0,"m",shellscript,content +681,6116543,"experiments/dynamics_grain_tok_restore.sh",253,0,"",shellscript,selection_keyboard +682,6116700,"experiments/dynamics_grain_tok_restore.sh",253,0,"a",shellscript,content +683,6116700,"experiments/dynamics_grain_tok_restore.sh",254,0,"",shellscript,selection_keyboard +684,6116790,"experiments/dynamics_grain_tok_restore.sh",254,0,"k",shellscript,content +685,6116791,"experiments/dynamics_grain_tok_restore.sh",255,0,"",shellscript,selection_keyboard +686,6116876,"experiments/dynamics_grain_tok_restore.sh",255,0,"s",shellscript,content +687,6116876,"experiments/dynamics_grain_tok_restore.sh",256,0,"",shellscript,selection_keyboard +688,6117171,"experiments/dynamics_grain_tok_restore.sh",256,0,"g",shellscript,content +689,6117172,"experiments/dynamics_grain_tok_restore.sh",257,0,"",shellscript,selection_keyboard +690,6117285,"experiments/dynamics_grain_tok_restore.sh",257,0,"i",shellscript,content +691,6117285,"experiments/dynamics_grain_tok_restore.sh",258,0,"",shellscript,selection_keyboard +692,6117386,"experiments/dynamics_grain_tok_restore.sh",258,0,"t",shellscript,content +693,6117386,"experiments/dynamics_grain_tok_restore.sh",259,0,"",shellscript,selection_keyboard +694,6117649,"experiments/dynamics_grain_tok_restore.sh",259,0,"_",shellscript,content +695,6117649,"experiments/dynamics_grain_tok_restore.sh",260,0,"",shellscript,selection_keyboard +696,6117846,"experiments/dynamics_grain_tok_restore.sh",259,0,"",shellscript,selection_command +697,6119053,"experiments/dynamics_grain_tok_restore.sh",225,0,"",shellscript,selection_command +698,6119238,"experiments/dynamics_grain_tok_restore.sh",299,0,"",shellscript,selection_command +699,6119485,"experiments/dynamics_grain_tok_restore.sh",374,0,"",shellscript,selection_command +700,6119501,"experiments/dynamics_grain_tok_restore.sh",375,0,"",shellscript,selection_command +701,6127786,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +702,6134695,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +703,6140762,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555392, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95420880}\r\n",,terminal_output +704,6142174,"models/dynamics_causal.py",0,0,"",python,tab +705,6142905,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +706,6143825,"models/dynamics_causal.py",1974,0,"\n ",python,content +707,6143944,"models/dynamics_causal.py",1983,0,"#",python,content +708,6143944,"models/dynamics_causal.py",1984,0,"",python,selection_keyboard +709,6144046,"models/dynamics_causal.py",1984,0," ",python,content +710,6144047,"models/dynamics_causal.py",1985,0,"",python,selection_keyboard +711,6144407,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +712,6144598,"models/dynamics_causal.py",1985,0,"F",python,content +713,6144598,"models/dynamics_causal.py",1986,0,"",python,selection_keyboard +714,6144643,"models/dynamics_causal.py",1986,0,"I",python,content +715,6144643,"models/dynamics_causal.py",1987,0,"",python,selection_keyboard +716,6144782,"models/dynamics_causal.py",1987,0,"X",python,content +717,6144782,"models/dynamics_causal.py",1988,0,"",python,selection_keyboard +718,6144824,"models/dynamics_causal.py",1988,0,"M",python,content +719,6144824,"models/dynamics_causal.py",1989,0,"",python,selection_keyboard +720,6144977,"models/dynamics_causal.py",1989,0,"E",python,content +721,6144978,"models/dynamics_causal.py",1990,0,"",python,selection_keyboard +722,6145167,"models/dynamics_causal.py",1990,0," ",python,content +723,6145167,"models/dynamics_causal.py",1991,0,"",python,selection_keyboard +724,6145273,"models/dynamics_causal.py",1991,0,"()",python,content +725,6145273,"models/dynamics_causal.py",1992,0,"",python,selection_keyboard +726,6145500,"models/dynamics_causal.py",1992,0,"f",python,content +727,6145501,"models/dynamics_causal.py",1993,0,"",python,selection_keyboard +728,6145620,"models/dynamics_causal.py",1993,0,"s",python,content +729,6145620,"models/dynamics_causal.py",1994,0,"",python,selection_keyboard +730,6146142,"models/dynamics_causal.py",1993,1,"",python,content +731,6146223,"models/dynamics_causal.py",1993,0,".",python,content +732,6146223,"models/dynamics_causal.py",1994,0,"",python,selection_keyboard +733,6146275,"models/dynamics_causal.py",1994,0,"s",python,content +734,6146275,"models/dynamics_causal.py",1995,0,"",python,selection_keyboard +735,6146355,"models/dynamics_causal.py",1995,0,"r",python,content +736,6146355,"models/dynamics_causal.py",1996,0,"",python,selection_keyboard +737,6146410,"models/dynamics_causal.py",1996,0,"a",python,content +738,6146410,"models/dynamics_causal.py",1997,0,"",python,selection_keyboard +739,6146504,"models/dynamics_causal.py",1997,0,"m",python,content +740,6146504,"models/dynamics_causal.py",1998,0,"",python,selection_keyboard +741,6146694,"models/dynamics_causal.py",1998,0,"b",python,content +742,6146694,"models/dynamics_causal.py",1999,0,"",python,selection_keyboard +743,6146790,"models/dynamics_causal.py",1999,0,"i",python,content +744,6146790,"models/dynamics_causal.py",2000,0,"",python,selection_keyboard +745,6146907,"models/dynamics_causal.py",2000,0,"c",python,content +746,6146907,"models/dynamics_causal.py",2001,0,"",python,selection_keyboard +747,6146948,"models/dynamics_causal.py",2001,0,"a",python,content +748,6146948,"models/dynamics_causal.py",2002,0,"",python,selection_keyboard +749,6147037,"models/dynamics_causal.py",2002,0,"l",python,content +750,6147037,"models/dynamics_causal.py",2003,0,"",python,selection_keyboard +751,6147192,"models/dynamics_causal.py",2002,0,"",python,selection_command +752,6147247,"models/dynamics_causal.py",1964,0,"",python,selection_command +753,6147426,"models/dynamics_causal.py",1962,0,"",python,selection_command +754,6147574,"models/dynamics_causal.py",1959,0,"",python,selection_command +755,6147714,"models/dynamics_causal.py",1954,0,"",python,selection_command +756,6147843,"models/dynamics_causal.py",1952,0,"",python,selection_command +757,6148295,"models/dynamics_causal.py",1952,0," ",python,content +758,6148295,"models/dynamics_causal.py",1953,0,"",python,selection_keyboard +759,6148421,"models/dynamics_causal.py",1953,0,"()",python,content +760,6148421,"models/dynamics_causal.py",1954,0,"",python,selection_keyboard +761,6148645,"models/dynamics_causal.py",1954,0,"f",python,content +762,6148645,"models/dynamics_causal.py",1955,0,"",python,selection_keyboard +763,6148813,"models/dynamics_causal.py",1955,0,".",python,content +764,6148813,"models/dynamics_causal.py",1956,0,"",python,selection_keyboard +765,6148896,"models/dynamics_causal.py",1956,0,"s",python,content +766,6148896,"models/dynamics_causal.py",1957,0,"",python,selection_keyboard +767,6148975,"models/dynamics_causal.py",1957,0,"r",python,content +768,6148975,"models/dynamics_causal.py",1958,0,"",python,selection_keyboard +769,6149015,"models/dynamics_causal.py",1958,0,"a",python,content +770,6149016,"models/dynamics_causal.py",1959,0,"",python,selection_keyboard +771,6149066,"models/dynamics_causal.py",1959,0,"m",python,content +772,6149067,"models/dynamics_causal.py",1960,0,"",python,selection_keyboard +773,6149287,"models/dynamics_causal.py",1960,0,"b",python,content +774,6149287,"models/dynamics_causal.py",1961,0,"",python,selection_keyboard +775,6149444,"models/dynamics_causal.py",1961,0,"i",python,content +776,6149444,"models/dynamics_causal.py",1962,0,"",python,selection_keyboard +777,6149618,"models/dynamics_causal.py",1962,0,"c",python,content +778,6149618,"models/dynamics_causal.py",1963,0,"",python,selection_keyboard +779,6149671,"models/dynamics_causal.py",1963,0,"a",python,content +780,6149671,"models/dynamics_causal.py",1964,0,"",python,selection_keyboard +781,6149865,"models/dynamics_causal.py",1964,0,"l",python,content +782,6149865,"models/dynamics_causal.py",1965,0,"",python,selection_keyboard +783,6150113,"models/dynamics_causal.py",1965,1,")",python,content +784,6150113,"models/dynamics_causal.py",1966,0,"",python,selection_keyboard +785,6150430,"models/dynamics_causal.py",1965,0,"",python,selection_command +786,6151074,"models/dynamics_causal.py",2017,0,"",python,selection_command +787,6151231,"models/dynamics_causal.py",2018,0,"",python,selection_command +788,6153106,"models/dynamics_causal.py",2018,0,":",python,content +789,6153107,"models/dynamics_causal.py",2019,0,"",python,selection_keyboard +790,6153901,"models/dynamics_causal.py",2019,0," ",python,content +791,6153901,"models/dynamics_causal.py",2020,0,"",python,selection_keyboard +792,6154013,"models/dynamics_causal.py",2019,0,"",python,selection_command +793,6155304,"models/dynamics_causal.py",2020,0,"",python,selection_command +794,6155685,"models/dynamics_causal.py",2020,0,"b",python,content +795,6155685,"models/dynamics_causal.py",2021,0,"",python,selection_keyboard +796,6155701,"models/dynamics_causal.py",2021,0,"u",python,content +797,6155701,"models/dynamics_causal.py",2022,0,"",python,selection_keyboard +798,6155702,"models/dynamics_causal.py",2022,0,"t",python,content +799,6155703,"models/dynamics_causal.py",2023,0,"",python,selection_keyboard +800,6155857,"models/dynamics_causal.py",2023,0,":",python,content +801,6155857,"models/dynamics_causal.py",2024,0,"",python,selection_keyboard +802,6155952,"models/dynamics_causal.py",2024,0," ",python,content +803,6155952,"models/dynamics_causal.py",2025,0,"",python,selection_keyboard +804,6156206,"models/dynamics_causal.py",2024,1,"",python,content +805,6156291,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 360, in \r\n loss, recon, metrics = train_step(jasmine, optimizer, inputs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 431, in __call__\r\n pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 126, in __call__\r\n out = self.f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 145, in train_step\r\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 2051, in update_context_manager_wrapper\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/autodiff.py"", line 163, in grad_wrapper\r\n fn_out = gradded_fn(*pure_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/autodiff.py"", line 88, in __call__\r\n out = self.f(*args)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 143, in loss_fn\r\n return dynamics_loss_fn(model, inputs)\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 100, in dynamics_loss_fn\r\n outputs = model(inputs, training=True)\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 160, in __call__\r\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_causal.py"", line 71, in __call__\r\n vid_embed += act_embed\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 1083, in op\r\n return getattr(self.aval, f""_{name}"")(self, *args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 583, in deferring_binary_op\r\n return binary_op(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/ufunc_api.py"", line 182, in __call__\r\n return call(*args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/ufuncs.py"", line 1237, in add\r\n out = lax.add(x, y)\r\nTypeError: add got incompatible shapes for broadcasting: (12, 16, 920, 512), (12, 15, 1, 512).\r\n",,terminal_output +806,6156370,"models/dynamics_causal.py",2023,1,"",python,content +807,6156522,"models/dynamics_causal.py",2022,1,"",python,content +808,6156653,"models/dynamics_causal.py",2021,1,"",python,content +809,6156810,"models/dynamics_causal.py",2020,1,"",python,content +810,6156981,"models/dynamics_causal.py",2019,1,"",python,content +811,6158971,"models/dynamics_causal.py",2018,1,"",python,content +812,6159170,"models/dynamics_causal.py",2018,0,":",python,content +813,6159171,"models/dynamics_causal.py",2019,0,"",python,selection_keyboard +814,6159265,"models/dynamics_causal.py",2019,0," ",python,content +815,6159265,"models/dynamics_causal.py",2020,0,"",python,selection_keyboard +816,6159867,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 6 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +817,6159882,"models/dynamics_causal.py",2020,0,"b",python,content +818,6159882,"models/dynamics_causal.py",2021,0,"",python,selection_keyboard +819,6159935,"models/dynamics_causal.py",2021,0,"u",python,content +820,6159935,"models/dynamics_causal.py",2022,0,"",python,selection_keyboard +821,6160038,"models/dynamics_causal.py",2022,0,"t",python,content +822,6160039,"models/dynamics_causal.py",2023,0,"",python,selection_keyboard +823,6160197,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +824,6160550,"models/dynamics_causal.py",2023,0," ",python,content +825,6160550,"models/dynamics_causal.py",2024,0,"",python,selection_keyboard +826,6167124,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +827,6170105,"experiments/dynamics_grain_tok_restore.sh",419,0,"",shellscript,selection_command +828,6170272,"experiments/dynamics_grain_tok_restore.sh",445,0,"",shellscript,selection_command +829,6170409,"experiments/dynamics_grain_tok_restore.sh",477,0,"",shellscript,selection_command +830,6170568,"experiments/dynamics_grain_tok_restore.sh",495,0,"",shellscript,selection_command +831,6171039,"experiments/dynamics_grain_tok_restore.sh",499,0,"",shellscript,selection_command +832,6171200,"experiments/dynamics_grain_tok_restore.sh",501,0,"",shellscript,selection_command +833,6171379,"experiments/dynamics_grain_tok_restore.sh",515,0,"",shellscript,selection_command +834,6171505,"experiments/dynamics_grain_tok_restore.sh",522,0,"",shellscript,selection_command +835,6171611,"experiments/dynamics_grain_tok_restore.sh",528,0,"",shellscript,selection_command +836,6171895,"experiments/dynamics_grain_tok_restore.sh",522,0,"",shellscript,selection_command +837,6172067,"experiments/dynamics_grain_tok_restore.sh",515,0,"",shellscript,selection_command +838,6172316,"experiments/dynamics_grain_tok_restore.sh",515,6,"",shellscript,content +839,6172496,"experiments/dynamics_grain_tok_restore.sh",515,0,"m",shellscript,content +840,6172496,"experiments/dynamics_grain_tok_restore.sh",516,0,"",shellscript,selection_keyboard +841,6172557,"experiments/dynamics_grain_tok_restore.sh",516,0,"a",shellscript,content +842,6172557,"experiments/dynamics_grain_tok_restore.sh",517,0,"",shellscript,selection_keyboard +843,6172599,"experiments/dynamics_grain_tok_restore.sh",517,0,"s",shellscript,content +844,6172599,"experiments/dynamics_grain_tok_restore.sh",518,0,"",shellscript,selection_keyboard +845,6172721,"experiments/dynamics_grain_tok_restore.sh",518,0,"k",shellscript,content +846,6172721,"experiments/dynamics_grain_tok_restore.sh",519,0,"",shellscript,selection_keyboard +847,6172859,"experiments/dynamics_grain_tok_restore.sh",519,0,"g",shellscript,content +848,6172859,"experiments/dynamics_grain_tok_restore.sh",520,0,"",shellscript,selection_keyboard +849,6172954,"experiments/dynamics_grain_tok_restore.sh",520,0,"i",shellscript,content +850,6172954,"experiments/dynamics_grain_tok_restore.sh",521,0,"",shellscript,selection_keyboard +851,6173302,"experiments/dynamics_grain_tok_restore.sh",521,0,"t",shellscript,content +852,6173302,"experiments/dynamics_grain_tok_restore.sh",522,0,"",shellscript,selection_keyboard +853,6173493,"experiments/dynamics_grain_tok_restore.sh",521,0,"",shellscript,selection_command +854,6174730,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +855,6174851,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +856,6175110,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +857,6176163,"models/dynamics_causal.py",0,0,"",python,tab +858,6177999,"models/dynamics_causal.py",2023,0,"",python,selection_command +859,6178414,"models/dynamics_causal.py",2024,0,"",python,selection_command +860,6178614,"models/dynamics_causal.py",2024,0,"w",python,content +861,6178614,"models/dynamics_causal.py",2025,0,"",python,selection_keyboard +862,6178721,"models/dynamics_causal.py",2025,0,"e",python,content +863,6178721,"models/dynamics_causal.py",2026,0,"",python,selection_keyboard +864,6178807,"models/dynamics_causal.py",2026,0," ",python,content +865,6178807,"models/dynamics_causal.py",2027,0,"",python,selection_keyboard +866,6178951,"models/dynamics_causal.py",2027,0,"n",python,content +867,6178951,"models/dynamics_causal.py",2028,0,"",python,selection_keyboard +868,6179049,"models/dynamics_causal.py",2028,0,"e",python,content +869,6179049,"models/dynamics_causal.py",2029,0,"",python,selection_keyboard +870,6179245,"models/dynamics_causal.py",2029,0,"e",python,content +871,6179245,"models/dynamics_causal.py",2030,0,"",python,selection_keyboard +872,6179246,"models/dynamics_causal.py",2030,0,"d",python,content +873,6179246,"models/dynamics_causal.py",2031,0,"",python,selection_keyboard +874,6179279,"models/dynamics_causal.py",2031,0," ",python,content +875,6179279,"models/dynamics_causal.py",2032,0,"",python,selection_keyboard +876,6179304,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +877,6179479,"models/dynamics_causal.py",2032,0,"t",python,content +878,6179480,"models/dynamics_causal.py",2033,0,"",python,selection_keyboard +879,6179572,"models/dynamics_causal.py",2033,0,"o",python,content +880,6179572,"models/dynamics_causal.py",2034,0,"",python,selection_keyboard +881,6179607,"models/dynamics_causal.py",2034,0," ",python,content +882,6179607,"models/dynamics_causal.py",2035,0,"",python,selection_keyboard +883,6179961,"models/dynamics_causal.py",2035,0,"p",python,content +884,6179961,"models/dynamics_causal.py",2036,0,"",python,selection_keyboard +885,6180006,"models/dynamics_causal.py",2036,0,"a",python,content +886,6180006,"models/dynamics_causal.py",2037,0,"",python,selection_keyboard +887,6180097,"models/dynamics_causal.py",2037,0,"d",python,content +888,6180097,"models/dynamics_causal.py",2038,0,"",python,selection_keyboard +889,6180142,"models/dynamics_causal.py",2038,0," ",python,content +890,6180142,"models/dynamics_causal.py",2039,0,"",python,selection_keyboard +891,6180292,"models/dynamics_causal.py",2039,0,"t",python,content +892,6180292,"models/dynamics_causal.py",2040,0,"",python,selection_keyboard +893,6180346,"models/dynamics_causal.py",2040,0,"h",python,content +894,6180347,"models/dynamics_causal.py",2041,0,"",python,selection_keyboard +895,6180493,"models/dynamics_causal.py",2041,0,"e",python,content +896,6180493,"models/dynamics_causal.py",2042,0,"",python,selection_keyboard +897,6180504,"models/dynamics_causal.py",2042,0," ",python,content +898,6180504,"models/dynamics_causal.py",2043,0,"",python,selection_keyboard +899,6180918,"models/dynamics_causal.py",2043,0,"a",python,content +900,6180918,"models/dynamics_causal.py",2044,0,"",python,selection_keyboard +901,6180999,"models/dynamics_causal.py",2044,0,"c",python,content +902,6180999,"models/dynamics_causal.py",2045,0,"",python,selection_keyboard +903,6181176,"models/dynamics_causal.py",2045,0,"t",python,content +904,6181177,"models/dynamics_causal.py",2046,0,"",python,selection_keyboard +905,6181205,"models/dynamics_causal.py",2046,0,"i",python,content +906,6181205,"models/dynamics_causal.py",2047,0,"",python,selection_keyboard +907,6181343,"models/dynamics_causal.py",2047,0,"o",python,content +908,6181344,"models/dynamics_causal.py",2048,0,"",python,selection_keyboard +909,6181344,"models/dynamics_causal.py",2048,0,"n",python,content +910,6181345,"models/dynamics_causal.py",2049,0,"",python,selection_keyboard +911,6181402,"models/dynamics_causal.py",2049,0," ",python,content +912,6181402,"models/dynamics_causal.py",2050,0,"",python,selection_keyboard +913,6181544,"models/dynamics_causal.py",2050,0,"e",python,content +914,6181544,"models/dynamics_causal.py",2051,0,"",python,selection_keyboard +915,6181676,"models/dynamics_causal.py",2051,0,"m",python,content +916,6181676,"models/dynamics_causal.py",2052,0,"",python,selection_keyboard +917,6181865,"models/dynamics_causal.py",2052,0,"b",python,content +918,6181865,"models/dynamics_causal.py",2053,0,"",python,selection_keyboard +919,6181866,"models/dynamics_causal.py",2053,0,"e",python,content +920,6181866,"models/dynamics_causal.py",2054,0,"",python,selection_keyboard +921,6182199,"models/dynamics_causal.py",2054,0,"d",python,content +922,6182199,"models/dynamics_causal.py",2055,0,"",python,selection_keyboard +923,6182393,"models/dynamics_causal.py",2055,0,"d",python,content +924,6182393,"models/dynamics_causal.py",2056,0,"",python,selection_keyboard +925,6182478,"models/dynamics_causal.py",2056,0,"i",python,content +926,6182478,"models/dynamics_causal.py",2057,0,"",python,selection_keyboard +927,6182534,"models/dynamics_causal.py",2057,0,"n",python,content +928,6182534,"models/dynamics_causal.py",2058,0,"",python,selection_keyboard +929,6182622,"models/dynamics_causal.py",2058,0,"g",python,content +930,6182623,"models/dynamics_causal.py",2059,0,"",python,selection_keyboard +931,6182718,"models/dynamics_causal.py",2059,0," ",python,content +932,6182718,"models/dynamics_causal.py",2060,0,"",python,selection_keyboard +933,6182785,"models/dynamics_causal.py",2060,0,"s",python,content +934,6182785,"models/dynamics_causal.py",2061,0,"",python,selection_keyboard +935,6182916,"models/dynamics_causal.py",2061,0,"u",python,content +936,6182916,"models/dynamics_causal.py",2062,0,"",python,selection_keyboard +937,6182928,"models/dynamics_causal.py",2062,0,"c",python,content +938,6182928,"models/dynamics_causal.py",2063,0,"",python,selection_keyboard +939,6183055,"models/dynamics_causal.py",2063,0,"h",python,content +940,6183055,"models/dynamics_causal.py",2064,0,"",python,selection_keyboard +941,6183122,"models/dynamics_causal.py",2064,0," ",python,content +942,6183122,"models/dynamics_causal.py",2065,0,"",python,selection_keyboard +943,6183285,"models/dynamics_causal.py",2065,0,"t",python,content +944,6183285,"models/dynamics_causal.py",2066,0,"",python,selection_keyboard +945,6183441,"models/dynamics_causal.py",2066,0,"h",python,content +946,6183441,"models/dynamics_causal.py",2067,0,"",python,selection_keyboard +947,6183467,"models/dynamics_causal.py",2067,0,"a",python,content +948,6183467,"models/dynamics_causal.py",2068,0,"",python,selection_keyboard +949,6183526,"models/dynamics_causal.py",2068,0,"t",python,content +950,6183526,"models/dynamics_causal.py",2069,0,"",python,selection_keyboard +951,6183607,"models/dynamics_causal.py",2069,0," ",python,content +952,6183607,"models/dynamics_causal.py",2070,0,"",python,selection_keyboard +953,6184294,"models/dynamics_causal.py",2069,0,"",python,selection_command +954,6184346,"models/dynamics_causal.py",1989,0,"",python,selection_command +955,6185539,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +956,6187013,"models/dynamics_causal.py",2070,0,"",python,selection_command +957,6187292,"models/dynamics_causal.py",2065,5,"",python,content +958,6187497,"models/dynamics_causal.py",2060,5,"",python,content +959,6187774,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +960,6188274,"models/dynamics_causal.py",2059,1,"",python,content +961,6188487,"models/dynamics_causal.py",2059,0,",",python,content +962,6188487,"models/dynamics_causal.py",2060,0,"",python,selection_keyboard +963,6188607,"models/dynamics_causal.py",2060,0," ",python,content +964,6188607,"models/dynamics_causal.py",2061,0,"",python,selection_keyboard +965,6188660,"models/dynamics_causal.py",2061,0,"r",python,content +966,6188660,"models/dynamics_causal.py",2062,0,"",python,selection_keyboard +967,6188770,"models/dynamics_causal.py",2062,0,"i",python,content +968,6188770,"models/dynamics_causal.py",2063,0,"",python,selection_keyboard +969,6188827,"models/dynamics_causal.py",2063,0,"g",python,content +970,6188827,"models/dynamics_causal.py",2064,0,"",python,selection_keyboard +971,6188877,"models/dynamics_causal.py",2064,0,"h",python,content +972,6188877,"models/dynamics_causal.py",2065,0,"",python,selection_keyboard +973,6189023,"models/dynamics_causal.py",2065,0,"t",python,content +974,6189023,"models/dynamics_causal.py",2066,0,"",python,selection_keyboard +975,6189109,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +976,6189264,"models/dynamics_causal.py",2066,0,"?",python,content +977,6189265,"models/dynamics_causal.py",2067,0,"",python,selection_keyboard +978,6200697,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_maskgit.py(92)__call__()\r\n-> act_embed = self.action_up(batch[""latent_actions""])\r\n",,terminal_output +979,6221244,"models/dynamics_causal.py",2066,0,"",python,selection_command +980,6228177,"utils/nn.py",0,0,"",python,tab +981,6231081,"utils/nn.py",3843,0,"",python,selection_command +982,6231386,"utils/nn.py",10246,0,"",python,selection_command +983,6231516,"utils/nn.py",11519,0,"",python,selection_command +984,6236976,"models/dynamics_maskgit.py",0,0,"",python,tab +985,6236976,"models/dynamics_maskgit.py",2836,10,"breakpoint",python,selection_command +986,6237742,"models/dynamics_maskgit.py",2845,0,"",python,selection_command +987,6238171,"models/dynamics_maskgit.py",2848,0,"",python,selection_mouse +988,6238172,"models/dynamics_maskgit.py",2847,0,"",python,selection_command +989,6239346,"models/dynamics_maskgit.py",2836,0,"",python,selection_command +990,6239389,"models/dynamics_maskgit.py",2836,0,"#",python,content +991,6239389,"models/dynamics_maskgit.py",2837,0,"",python,selection_keyboard +992,6239458,"models/dynamics_maskgit.py",2837,0," ",python,content +993,6239458,"models/dynamics_maskgit.py",2838,0,"",python,selection_keyboard +994,6239638,"models/dynamics_maskgit.py",2837,0,"",python,selection_command +995,6241423,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.3 task 0: running\r\n",,terminal_output +996,6241573,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.3\r\n(Pdb) --KeyboardInterrupt--\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T15:17:00.975] error: *** STEP 14065.3 ON hai004 CANCELLED AT 2025-07-28T15:17:00 DUE to SIGNAL Killed ***\r\n",,terminal_output +997,6241693,"TERMINAL",0,0,"(Pdb) ",,terminal_output +998,6241796,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.3\r\nsrun: job abort in progress\r\n",,terminal_output +999,6241930,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.3\r\n",,terminal_output +1000,6241988,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1001,6242350,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1002,6243166,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1003,6247448,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +1004,6248907,"train_dynamics.py",0,0,"",python,tab +1005,6253725,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +1006,6256002,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1007,6257366,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +1008,6269062,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_maskgit.py(92)__call__()\r\n-> act_embed = self.action_up(batch[""latent_actions""])\r\n",,terminal_output +1009,6306511,"models/dynamics_maskgit.py",0,0,"",python,tab +1010,6310427,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.4 task 0: running\r\n",,terminal_output +1011,6312616,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.4 task 0: running\r\n",,terminal_output +1012,6313458,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.4\r\n(Pdb) --KeyboardInterrupt--\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T15:18:12.855] error: *** STEP 14065.4 ON hai004 CANCELLED AT 2025-07-28T15:18:12 DUE to SIGNAL Killed ***\r\n",,terminal_output +1013,6313542,"TERMINAL",0,0,"(Pdb) ",,terminal_output +1014,6313623,"TERMINAL",0,0,"^C",,terminal_output +1015,6313869,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1016,6314133,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1017,6314516,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1018,6317596,"train_dynamics.py",0,0,"",python,tab +1019,6318835,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +1020,6320611,"train_dynamics.py",12704,0,"",python,selection_command +1021,6321268,"train_dynamics.py",12662,0,"",python,selection_command +1022,6321524,"train_dynamics.py",12620,0,"",python,selection_command +1023,6321551,"train_dynamics.py",12590,0,"",python,selection_command +1024,6321659,"train_dynamics.py",12563,0,"",python,selection_command +1025,6321660,"train_dynamics.py",12484,0,"",python,selection_command +1026,6321660,"train_dynamics.py",12454,0,"",python,selection_command +1027,6321673,"train_dynamics.py",12429,0,"",python,selection_command +1028,6322183,"train_dynamics.py",0,0,"",python,selection_command +1029,6324280,"train_dynamics.py",467,0,"",python,selection_command +1030,6324821,"train_dynamics.py",10217,0,"",python,selection_command +1031,6325105,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +1032,6327429,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1033,6327596,"sample.py",0,0,"",python,tab +1034,6328752,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +1035,6334055,"sample.py",3831,0,"",python,selection_command +1036,6337482,"sample.py",5990,0,"",python,selection_command +1037,6353310,"TERMINAL",0,0,"2025-07-28 15:18:52.702975: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 15:18:52.703334: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 15:18:52.704624: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 15:18:52.704650: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1038,6360881,"sample.py",3831,0,"",python,selection_command +1039,6362544,"sample.py",1699,0,"",python,selection_command +1040,6363864,"sample.py",247,0,"",python,selection_command +1041,6364382,"sample.py",1699,0,"",python,selection_command +1042,6364682,"sample.py",3831,0,"",python,selection_command +1043,6366448,"sample.py",3788,0,"",python,selection_command +1044,6366703,"sample.py",3727,0,"",python,selection_command +1045,6366721,"sample.py",3662,0,"",python,selection_command +1046,6366758,"sample.py",3653,0,"",python,selection_command +1047,6366787,"sample.py",3606,0,"",python,selection_command +1048,6366821,"sample.py",3596,0,"",python,selection_command +1049,6366854,"sample.py",3571,0,"",python,selection_command +1050,6366889,"sample.py",3544,0,"",python,selection_command +1051,6366922,"sample.py",3528,0,"",python,selection_command +1052,6366955,"sample.py",3512,0,"",python,selection_command +1053,6366989,"sample.py",3444,0,"",python,selection_command +1054,6367023,"sample.py",3416,0,"",python,selection_command +1055,6367057,"sample.py",3407,0,"",python,selection_command +1056,6367532,"sample.py",3405,0,"",python,selection_command +1057,6367776,"sample.py",3366,0,"",python,selection_command +1058,6368617,"sample.py",5410,0,"",python,selection_command +1059,6372603,"sample.py",6583,0,"",python,selection_keyboard +1060,6372932,"sample.py",6627,0,"",python,selection_command +1061,6373185,"sample.py",6637,0,"",python,selection_command +1062,6373208,"sample.py",6716,0,"",python,selection_command +1063,6373236,"sample.py",6744,0,"",python,selection_command +1064,6373270,"sample.py",6769,0,"",python,selection_command +1065,6373304,"sample.py",6780,0,"",python,selection_command +1066,6373337,"sample.py",6801,0,"",python,selection_command +1067,6373377,"sample.py",6820,0,"",python,selection_command +1068,6373410,"sample.py",6830,0,"",python,selection_command +1069,6373438,"sample.py",6910,0,"",python,selection_command +1070,6373475,"sample.py",6939,0,"",python,selection_command +1071,6373508,"sample.py",6964,0,"",python,selection_command +1072,6373540,"sample.py",6985,0,"",python,selection_command +1073,6373573,"sample.py",6996,0,"",python,selection_command +1074,6373607,"sample.py",7015,0,"",python,selection_command +1075,6373640,"sample.py",7025,0,"",python,selection_command +1076,6373673,"sample.py",7064,0,"",python,selection_command +1077,6373708,"sample.py",7129,0,"",python,selection_command +1078,6373741,"sample.py",7170,0,"",python,selection_command +1079,6373775,"sample.py",7256,0,"",python,selection_command +1080,6374574,"sample.py",7344,0,"",python,selection_command +1081,6374840,"sample.py",7256,0,"",python,selection_command +1082,6375019,"sample.py",7344,0,"",python,selection_command +1083,6375181,"sample.py",7346,0,"",python,selection_command +1084,6375433,"sample.py",7361,0,"",python,selection_command +1085,6375466,"sample.py",7362,0,"",python,selection_command +1086,6375501,"sample.py",7365,0,"",python,selection_command +1087,6375528,"sample.py",7367,0,"",python,selection_command +1088,6375551,"sample.py",7378,0,"",python,selection_command +1089,6375685,"sample.py",7380,0,"",python,selection_command +1090,6375917,"sample.py",7378,0,"",python,selection_command +1091,6376066,"sample.py",7367,0,"",python,selection_command +1092,6376099,"TERMINAL",0,0,"Step 0, loss: 12.3551664352417\r\n",,terminal_output +1093,6377980,"sample.py",5748,11,"video_batch",python,selection_command +1094,6378251,"sample.py",5758,0,"",python,selection_command +1095,6389367,"sample.py",5810,0,"",python,selection_command +1096,6389875,"sample.py",5778,0,"\n ",python,content +1097,6390083,"sample.py",5783,0,"#",python,content +1098,6390084,"sample.py",5784,0,"",python,selection_keyboard +1099,6390118,"sample.py",5784,0," ",python,content +1100,6390118,"sample.py",5785,0,"",python,selection_keyboard +1101,6390602,"sample.py",5785,0,"C",python,content +1102,6390602,"sample.py",5786,0,"",python,selection_keyboard +1103,6390656,"sample.py",5786,0,"I",python,content +1104,6390656,"sample.py",5787,0,"",python,selection_keyboard +1105,6390971,"sample.py",5786,1,"",python,content +1106,6391115,"sample.py",5785,1,"",python,content +1107,6391160,"sample.py",5785,0,"F",python,content +1108,6391161,"sample.py",5786,0,"",python,selection_keyboard +1109,6391279,"sample.py",5786,0,"I",python,content +1110,6391280,"sample.py",5787,0,"",python,selection_keyboard +1111,6391376,"sample.py",5787,0,"X",python,content +1112,6391376,"sample.py",5788,0,"",python,selection_keyboard +1113,6391444,"sample.py",5788,0,"M",python,content +1114,6391444,"sample.py",5789,0,"",python,selection_keyboard +1115,6391531,"sample.py",5789,0,"E",python,content +1116,6391532,"sample.py",5790,0,"",python,selection_keyboard +1117,6391766,"sample.py",5790,0," ",python,content +1118,6391766,"sample.py",5791,0,"",python,selection_keyboard +1119,6391922,"sample.py",5791,0,"()",python,content +1120,6391922,"sample.py",5792,0,"",python,selection_keyboard +1121,6392148,"sample.py",5792,0,"f",python,content +1122,6392148,"sample.py",5793,0,"",python,selection_keyboard +1123,6392284,"sample.py",5793,0,".",python,content +1124,6392285,"sample.py",5794,0,"",python,selection_keyboard +1125,6392367,"sample.py",5794,0,"s",python,content +1126,6392367,"sample.py",5795,0,"",python,selection_keyboard +1127,6392500,"sample.py",5795,0,"r",python,content +1128,6392501,"sample.py",5796,0,"",python,selection_keyboard +1129,6392564,"sample.py",5796,0,"a",python,content +1130,6392565,"sample.py",5797,0,"",python,selection_keyboard +1131,6392733,"sample.py",5797,0,"b",python,content +1132,6392734,"sample.py",5798,0,"",python,selection_keyboard +1133,6392851,"sample.py",5798,0,"i",python,content +1134,6392852,"sample.py",5799,0,"",python,selection_keyboard +1135,6392944,"sample.py",5799,0,"c",python,content +1136,6392944,"sample.py",5800,0,"",python,selection_keyboard +1137,6393027,"sample.py",5800,0,"a",python,content +1138,6393027,"sample.py",5801,0,"",python,selection_keyboard +1139,6393279,"sample.py",5800,1,"",python,content +1140,6393391,"sample.py",5799,1,"",python,content +1141,6393545,"sample.py",5798,1,"",python,content +1142,6393666,"sample.py",5797,1,"",python,content +1143,6393818,"sample.py",5797,0,"m",python,content +1144,6393818,"sample.py",5798,0,"",python,selection_keyboard +1145,6393961,"sample.py",5798,0,"b",python,content +1146,6393961,"sample.py",5799,0,"",python,selection_keyboard +1147,6394084,"sample.py",5799,0,"i",python,content +1148,6394084,"sample.py",5800,0,"",python,selection_keyboard +1149,6394213,"sample.py",5800,0,"c",python,content +1150,6394214,"sample.py",5801,0,"",python,selection_keyboard +1151,6394265,"sample.py",5801,0,"a",python,content +1152,6394265,"sample.py",5802,0,"",python,selection_keyboard +1153,6394452,"sample.py",5802,0,"l",python,content +1154,6394452,"sample.py",5803,0,"",python,selection_keyboard +1155,6394758,"sample.py",5803,1,")",python,content +1156,6394758,"sample.py",5804,0,"",python,selection_keyboard +1157,6395037,"sample.py",5804,0," ",python,content +1158,6395037,"sample.py",5805,0,"",python,selection_keyboard +1159,6395329,"sample.py",5804,1,"",python,content +1160,6395495,"sample.py",5804,0,":",python,content +1161,6395495,"sample.py",5805,0,"",python,selection_keyboard +1162,6395631,"sample.py",5805,0," ",python,content +1163,6395631,"sample.py",5806,0,"",python,selection_keyboard +1164,6395807,"sample.py",5806,0,"w",python,content +1165,6395807,"sample.py",5807,0,"",python,selection_keyboard +1166,6395862,"sample.py",5807,0,"e",python,content +1167,6395863,"sample.py",5808,0,"",python,selection_keyboard +1168,6396152,"sample.py",5808,0," ",python,content +1169,6396153,"sample.py",5809,0,"",python,selection_keyboard +1170,6396300,"sample.py",5809,0,"n",python,content +1171,6396300,"sample.py",5810,0,"",python,selection_keyboard +1172,6396365,"sample.py",5810,0,"e",python,content +1173,6396365,"sample.py",5811,0,"",python,selection_keyboard +1174,6396529,"sample.py",5811,0,"e",python,content +1175,6396530,"sample.py",5812,0,"",python,selection_keyboard +1176,6396588,"sample.py",5812,0,"d",python,content +1177,6396589,"sample.py",5813,0,"",python,selection_keyboard +1178,6396630,"sample.py",5813,0," ",python,content +1179,6396631,"sample.py",5814,0,"",python,selection_keyboard +1180,6396786,"sample.py",5814,0,"t",python,content +1181,6396786,"sample.py",5815,0,"",python,selection_keyboard +1182,6396885,"sample.py",5815,0,"o",python,content +1183,6396885,"sample.py",5816,0,"",python,selection_keyboard +1184,6396939,"sample.py",5816,0," ",python,content +1185,6396940,"sample.py",5817,0,"",python,selection_keyboard +1186,6399640,"sample.py",5816,0,"",python,selection_command +1187,6400387,"sample.py",5817,0,"",python,selection_command +1188,6401592,"sample.py",5814,3,"",python,content +1189,6401736,"sample.py",5809,5,"",python,content +1190,6401992,"sample.py",5809,0,"w",python,content +1191,6401992,"sample.py",5810,0,"",python,selection_keyboard +1192,6402288,"sample.py",5809,1,"",python,content +1193,6402442,"sample.py",5806,3,"",python,content +1194,6402586,"sample.py",5806,0,"w",python,content +1195,6402587,"sample.py",5807,0,"",python,selection_keyboard +1196,6402620,"sample.py",5807,0,"e",python,content +1197,6402620,"sample.py",5808,0,"",python,selection_keyboard +1198,6402790,"sample.py",5808,0," ",python,content +1199,6402791,"sample.py",5809,0,"",python,selection_keyboard +1200,6402951,"sample.py",5809,0,"n",python,content +1201,6402951,"sample.py",5810,0,"",python,selection_keyboard +1202,6403018,"sample.py",5810,0,"e",python,content +1203,6403018,"sample.py",5811,0,"",python,selection_keyboard +1204,6403192,"sample.py",5811,0,"e",python,content +1205,6403192,"sample.py",5812,0,"",python,selection_keyboard +1206,6403236,"sample.py",5812,0,"d",python,content +1207,6403237,"sample.py",5813,0,"",python,selection_keyboard +1208,6403255,"sample.py",5813,0," ",python,content +1209,6403256,"sample.py",5814,0,"",python,selection_keyboard +1210,6403439,"sample.py",5814,0,"t",python,content +1211,6403440,"sample.py",5815,0,"",python,selection_keyboard +1212,6403511,"sample.py",5815,0,"o",python,content +1213,6403512,"sample.py",5816,0,"",python,selection_keyboard +1214,6403586,"sample.py",5816,0," ",python,content +1215,6403586,"sample.py",5817,0,"",python,selection_keyboard +1216,6407562,"TERMINAL",0,0,"Step 1, loss: 1.166831374168396\r\n",,terminal_output +1217,6407693,"sample.py",5817,0,"c",python,content +1218,6407693,"sample.py",5818,0,"",python,selection_keyboard +1219,6407782,"sample.py",5818,0,"a",python,content +1220,6407782,"sample.py",5819,0,"",python,selection_keyboard +1221,6407822,"sample.py",5819,0,"s",python,content +1222,6407822,"sample.py",5820,0,"",python,selection_keyboard +1223,6407941,"sample.py",5820,0,"t",python,content +1224,6407942,"sample.py",5821,0,"",python,selection_keyboard +1225,6407979,"sample.py",5821,0," ",python,content +1226,6407980,"sample.py",5822,0,"",python,selection_keyboard +1227,6408187,"sample.py",5822,0,"t",python,content +1228,6408188,"sample.py",5823,0,"",python,selection_keyboard +1229,6408272,"sample.py",5823,0,"o",python,content +1230,6408273,"sample.py",5824,0,"",python,selection_keyboard +1231,6408427,"sample.py",5824,0," ",python,content +1232,6408427,"sample.py",5825,0,"",python,selection_keyboard +1233,6408560,"TERMINAL",0,0,"Step 2, loss: 1.1397464275360107\r\n",,terminal_output +1234,6409562,"TERMINAL",0,0,"Step 3, loss: 0.590542197227478\r\n",,terminal_output +1235,6410619,"TERMINAL",0,0,"Step 4, loss: 5.040295124053955\r\n",,terminal_output +1236,6411280,"sample.py",5825,0,"j",python,content +1237,6411280,"sample.py",5826,0,"",python,selection_keyboard +1238,6411544,"sample.py",5826,0,"a",python,content +1239,6411544,"sample.py",5827,0,"",python,selection_keyboard +1240,6411642,"sample.py",5827,0,"x",python,content +1241,6411643,"sample.py",5828,0,"",python,selection_keyboard +1242,6411840,"sample.py",5828,0," ",python,content +1243,6411840,"sample.py",5829,0,"",python,selection_keyboard +1244,6411938,"sample.py",5829,0,"a",python,content +1245,6411939,"sample.py",5830,0,"",python,selection_keyboard +1246,6411939,"TERMINAL",0,0,"Saved checkpoint at step 5\r\n",,terminal_output +1247,6412018,"sample.py",5830,0,"r",python,content +1248,6412018,"sample.py",5831,0,"",python,selection_keyboard +1249,6412172,"sample.py",5831,0,"r",python,content +1250,6412173,"sample.py",5832,0,"",python,selection_keyboard +1251,6412265,"sample.py",5832,0,"a",python,content +1252,6412266,"sample.py",5833,0,"",python,selection_keyboard +1253,6412291,"sample.py",5833,0,"y",python,content +1254,6412291,"sample.py",5834,0,"",python,selection_keyboard +1255,6412460,"sample.py",5834,0," ",python,content +1256,6412461,"sample.py",5835,0,"",python,selection_keyboard +1257,6412591,"sample.py",5835,0,"b",python,content +1258,6412591,"sample.py",5836,0,"",python,selection_keyboard +1259,6412682,"sample.py",5836,0,"e",python,content +1260,6412683,"sample.py",5837,0,"",python,selection_keyboard +1261,6412788,"sample.py",5837,0,"f",python,content +1262,6412789,"sample.py",5838,0,"",python,selection_keyboard +1263,6412889,"sample.py",5838,0,"o",python,content +1264,6412890,"sample.py",5839,0,"",python,selection_keyboard +1265,6412986,"sample.py",5839,0,"r",python,content +1266,6412987,"sample.py",5840,0,"",python,selection_keyboard +1267,6412995,"sample.py",5840,0,"e",python,content +1268,6412995,"sample.py",5841,0,"",python,selection_keyboard +1269,6413041,"TERMINAL",0,0,"Step 5, loss: 0.8843868970870972\r\n",,terminal_output +1270,6414234,"TERMINAL",0,0,"Step 6, loss: 2.0128238201141357\r\n",,terminal_output +1271,6414579,"sample.py",5841,0," dividing by 255.0",python,content +1272,6414926,"sample.py",5858,0,"",python,selection_command +1273,6415792,"TERMINAL",0,0,"Step 7, loss: 2.8092410564422607\r\n",,terminal_output +1274,6415823,"sample.py",5859,0,"",python,selection_command +1275,6416815,"TERMINAL",0,0,"Step 8, loss: 3.219092607498169\r\n",,terminal_output +1276,6417577,"sample.py",5859,0," ",python,content +1277,6417578,"sample.py",5860,0,"",python,selection_keyboard +1278,6417735,"sample.py",5860,0,"()",python,content +1279,6417735,"sample.py",5861,0,"",python,selection_keyboard +1280,6417803,"sample.py",5861,1,")",python,content +1281,6417803,"sample.py",5862,0,"",python,selection_keyboard +1282,6418059,"sample.py",5861,0,"",python,selection_command +1283,6418123,"TERMINAL",0,0,"Step 9, loss: 3.6467809677124023\r\n",,terminal_output +1284,6418376,"sample.py",5861,0,"o",python,content +1285,6418377,"sample.py",5862,0,"",python,selection_keyboard +1286,6418430,"sample.py",5862,0,"t",python,content +1287,6418430,"sample.py",5863,0,"",python,selection_keyboard +1288,6418561,"sample.py",5863,0,"h",python,content +1289,6418562,"sample.py",5864,0,"",python,selection_keyboard +1290,6418631,"sample.py",5864,0,"e",python,content +1291,6418632,"sample.py",5865,0,"",python,selection_keyboard +1292,6418755,"sample.py",5865,0,"r",python,content +1293,6418755,"sample.py",5866,0,"",python,selection_keyboard +1294,6418818,"sample.py",5866,0,"w",python,content +1295,6418818,"sample.py",5867,0,"",python,selection_keyboard +1296,6418889,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +1297,6418953,"sample.py",5867,0,"i",python,content +1298,6418953,"sample.py",5868,0,"",python,selection_keyboard +1299,6419081,"sample.py",5868,0,"s",python,content +1300,6419081,"sample.py",5869,0,"",python,selection_keyboard +1301,6419103,"sample.py",5869,0,"e",python,content +1302,6419104,"sample.py",5870,0,"",python,selection_keyboard +1303,6419169,"sample.py",5870,0," ",python,content +1304,6419169,"sample.py",5871,0,"",python,selection_keyboard +1305,6420233,"TERMINAL",0,0,"Step 10, loss: 3.7900421619415283\r\n",,terminal_output +1306,6422423,"TERMINAL",0,0,"Step 11, loss: 4.040475845336914\r\n",,terminal_output +1307,6423800,"TERMINAL",0,0,"Step 12, loss: 3.8139986991882324\r\n",,terminal_output +1308,6424849,"TERMINAL",0,0,"Step 13, loss: 3.8033084869384766\r\n",,terminal_output +1309,6425433,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.5 task 0: running\r\n",,terminal_output +1310,6425537,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.5\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T15:20:04.926] error: *** STEP 14065.5 ON hai004 CANCELLED AT 2025-07-28T15:20:04 DUE to SIGNAL Killed ***\r\n",,terminal_output +1311,6425719,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.5\r\nsrun: job abort in progress\r\n",,terminal_output +1312,6426006,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.5\r\n",,terminal_output +1313,6426092,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1314,6426216,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1315,6427065,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1316,6430091,"sample.py",5871,0,"v",python,content +1317,6430092,"sample.py",5872,0,"",python,selection_keyboard +1318,6430162,"sample.py",5872,0,"i",python,content +1319,6430162,"sample.py",5873,0,"",python,selection_keyboard +1320,6430268,"sample.py",5873,0,"d",python,content +1321,6430268,"sample.py",5874,0,"",python,selection_keyboard +1322,6430315,"sample.py",5874,0,"e",python,content +1323,6430316,"sample.py",5875,0,"",python,selection_keyboard +1324,6430409,"sample.py",5875,0,"o",python,content +1325,6430409,"sample.py",5876,0,"",python,selection_keyboard +1326,6430616,"sample.py",5876,0,"_",python,content +1327,6430616,"sample.py",5877,0,"",python,selection_keyboard +1328,6430749,"sample.py",5877,0,"b",python,content +1329,6430750,"sample.py",5878,0,"",python,selection_keyboard +1330,6430759,"sample.py",5878,0,"a",python,content +1331,6430759,"sample.py",5879,0,"",python,selection_keyboard +1332,6430811,"sample.py",5879,0,"t",python,content +1333,6430811,"sample.py",5880,0,"",python,selection_keyboard +1334,6430993,"sample.py",5880,0,"c",python,content +1335,6430993,"sample.py",5881,0,"",python,selection_keyboard +1336,6431031,"sample.py",5881,0,"h",python,content +1337,6431031,"sample.py",5882,0,"",python,selection_keyboard +1338,6431140,"sample.py",5882,0," ",python,content +1339,6431140,"sample.py",5883,0,"",python,selection_keyboard +1340,6431219,"sample.py",5883,0,"w",python,content +1341,6431220,"sample.py",5884,0,"",python,selection_keyboard +1342,6431274,"sample.py",5884,0,"i",python,content +1343,6431275,"sample.py",5885,0,"",python,selection_keyboard +1344,6431334,"sample.py",5885,0,"l",python,content +1345,6431334,"sample.py",5886,0,"",python,selection_keyboard +1346,6431493,"sample.py",5886,0,"l",python,content +1347,6431493,"sample.py",5887,0,"",python,selection_keyboard +1348,6431529,"sample.py",5887,0," ",python,content +1349,6431529,"sample.py",5888,0,"",python,selection_keyboard +1350,6431705,"sample.py",5888,0,"b",python,content +1351,6431705,"sample.py",5889,0,"",python,selection_keyboard +1352,6431761,"sample.py",5889,0,"e",python,content +1353,6431762,"sample.py",5890,0,"",python,selection_keyboard +1354,6431879,"sample.py",5890,0," ",python,content +1355,6431879,"sample.py",5891,0,"",python,selection_keyboard +1356,6433875,"sample.py",5891,0,"i",python,content +1357,6433876,"sample.py",5892,0,"",python,selection_keyboard +1358,6433898,"sample.py",5892,0,"n",python,content +1359,6433898,"sample.py",5893,0,"",python,selection_keyboard +1360,6433962,"sample.py",5893,0," ",python,content +1361,6433962,"sample.py",5894,0,"",python,selection_keyboard +1362,6434018,"sample.py",5894,0,"f",python,content +1363,6434019,"sample.py",5895,0,"",python,selection_keyboard +1364,6434094,"sample.py",5895,0,"l",python,content +1365,6434094,"sample.py",5896,0,"",python,selection_keyboard +1366,6434288,"sample.py",5896,0,"o",python,content +1367,6434289,"sample.py",5897,0,"",python,selection_keyboard +1368,6434312,"sample.py",5897,0,"a",python,content +1369,6434313,"sample.py",5898,0,"",python,selection_keyboard +1370,6434397,"sample.py",5898,0,"t",python,content +1371,6434397,"sample.py",5899,0,"",python,selection_keyboard +1372,6434569,"sample.py",5899,0,"3",python,content +1373,6434570,"sample.py",5900,0,"",python,selection_keyboard +1374,6434664,"sample.py",5900,0,"2",python,content +1375,6434665,"sample.py",5901,0,"",python,selection_keyboard +1376,6434851,"sample.py",5901,0," ",python,content +1377,6434851,"sample.py",5902,0,"",python,selection_keyboard +1378,6434983,"sample.py",5902,0,"a",python,content +1379,6434984,"sample.py",5903,0,"",python,selection_keyboard +1380,6435067,"sample.py",5903,0,"f",python,content +1381,6435067,"sample.py",5904,0,"",python,selection_keyboard +1382,6435334,"sample.py",5904,0,"t",python,content +1383,6435334,"sample.py",5905,0,"",python,selection_keyboard +1384,6435335,"sample.py",5905,0,"e",python,content +1385,6435335,"sample.py",5906,0,"",python,selection_keyboard +1386,6435380,"sample.py",5906,0,"r",python,content +1387,6435381,"sample.py",5907,0,"",python,selection_keyboard +1388,6435429,"sample.py",5907,0," ",python,content +1389,6435430,"sample.py",5908,0,"",python,selection_keyboard +1390,6435603,"sample.py",5908,0,"t",python,content +1391,6435603,"sample.py",5909,0,"",python,selection_keyboard +1392,6435668,"sample.py",5909,0,"h",python,content +1393,6435668,"sample.py",5910,0,"",python,selection_keyboard +1394,6435731,"sample.py",5910,0,"i",python,content +1395,6435732,"sample.py",5911,0,"",python,selection_keyboard +1396,6435765,"sample.py",5911,0,"s",python,content +1397,6435765,"sample.py",5912,0,"",python,selection_keyboard +1398,6435860,"sample.py",5912,0," ",python,content +1399,6435861,"sample.py",5913,0,"",python,selection_keyboard +1400,6435932,"sample.py",5913,0,"p",python,content +1401,6435933,"sample.py",5914,0,"",python,selection_keyboard +1402,6435951,"sample.py",5914,0,"o",python,content +1403,6435951,"sample.py",5915,0,"",python,selection_keyboard +1404,6436063,"sample.py",5915,0,"e",python,content +1405,6436064,"sample.py",5916,0,"",python,selection_keyboard +1406,6436094,"sample.py",5916,0,"p",python,content +1407,6436094,"sample.py",5917,0,"",python,selection_keyboard +1408,6436149,"sample.py",5917,0,"r",python,content +1409,6436149,"sample.py",5918,0,"",python,selection_keyboard +1410,6436491,"sample.py",5913,5,"",python,content +1411,6436652,"sample.py",5913,0,"o",python,content +1412,6436652,"sample.py",5914,0,"",python,selection_keyboard +1413,6436682,"sample.py",5914,0,"p",python,content +1414,6436682,"sample.py",5915,0,"",python,selection_keyboard +1415,6436763,"sample.py",5915,0,"e",python,content +1416,6436764,"sample.py",5916,0,"",python,selection_keyboard +1417,6436799,"sample.py",5916,0,"r",python,content +1418,6436800,"sample.py",5917,0,"",python,selection_keyboard +1419,6436946,"sample.py",5917,0,"a",python,content +1420,6436947,"sample.py",5918,0,"",python,selection_keyboard +1421,6437008,"sample.py",5918,0,"t",python,content +1422,6437008,"sample.py",5919,0,"",python,selection_keyboard +1423,6437065,"sample.py",5919,0,"i",python,content +1424,6437065,"sample.py",5920,0,"",python,selection_keyboard +1425,6437107,"sample.py",5920,0,"o",python,content +1426,6437107,"sample.py",5921,0,"",python,selection_keyboard +1427,6437184,"sample.py",5921,0,"n",python,content +1428,6437184,"sample.py",5922,0,"",python,selection_keyboard +1429,6437250,"sample.py",5921,0,"",python,selection_command +1430,6437430,"sample.py",5779,0,"",python,selection_command +1431,6438268,"sample.py",5923,0,"",python,selection_command +1432,6438481,"sample.py",5922,0,"",python,selection_command +1433,6438552,"sample.py",5913,0,"",python,selection_command +1434,6438698,"sample.py",5908,0,"",python,selection_command +1435,6439324,"sample.py",5908,1,"t",python,selection_command +1436,6439398,"sample.py",5908,4,"this",python,selection_command +1437,6439532,"sample.py",5908,14,"this operation",python,selection_command +1438,6439874,"sample.py",5908,14,"",python,content +1439,6440121,"sample.py",5908,0,"t",python,content +1440,6440121,"sample.py",5909,0,"",python,selection_keyboard +1441,6440167,"sample.py",5909,0,"h",python,content +1442,6440168,"sample.py",5910,0,"",python,selection_keyboard +1443,6440229,"sample.py",5910,0,"e",python,content +1444,6440230,"sample.py",5911,0,"",python,selection_keyboard +1445,6440293,"sample.py",5911,0," ",python,content +1446,6440293,"sample.py",5912,0,"",python,selection_keyboard +1447,6440399,"sample.py",5912,0,"d",python,content +1448,6440399,"sample.py",5913,0,"",python,selection_keyboard +1449,6440460,"sample.py",5913,0,"i",python,content +1450,6440461,"sample.py",5914,0,"",python,selection_keyboard +1451,6440578,"sample.py",5914,0,"v",python,content +1452,6440578,"sample.py",5915,0,"",python,selection_keyboard +1453,6440634,"sample.py",5915,0,"i",python,content +1454,6440635,"sample.py",5916,0,"",python,selection_keyboard +1455,6440684,"sample.py",5916,0,"s",python,content +1456,6440685,"sample.py",5917,0,"",python,selection_keyboard +1457,6440803,"sample.py",5917,0,"i",python,content +1458,6440803,"sample.py",5918,0,"",python,selection_keyboard +1459,6440803,"sample.py",5918,0,"o",python,content +1460,6440803,"sample.py",5919,0,"",python,selection_keyboard +1461,6440882,"sample.py",5919,0,"n",python,content +1462,6440882,"sample.py",5920,0,"",python,selection_keyboard +1463,6440964,"sample.py",5919,0,"",python,selection_command +1464,6441104,"sample.py",5779,0,"",python,selection_command +1465,6441704,"sample.py",5922,0,"",python,selection_command +1466,6442150,"sample.py",5926,0,"",python,selection_command +1467,6442277,"sample.py",5938,0,"",python,selection_command +1468,6442475,"sample.py",5940,0,"",python,selection_command +1469,6443888,"sample.py",5951,0,")",python,content +1470,6443888,"sample.py",5940,0,"jnp.asarray(",python,content +1471,6443890,"sample.py",5964,0,"",python,selection_command +1472,6445559,"sample.py",5963,0,"",python,selection_command +1473,6445691,"sample.py",5952,0,"",python,selection_command +1474,6445842,"sample.py",5951,0,"",python,selection_command +1475,6446348,"sample.py",5952,0,"",python,selection_command +1476,6446528,"sample.py",5963,0,"",python,selection_command +1477,6446553,"sample.py",5965,0,"",python,selection_command +1478,6446700,"sample.py",5922,0,"",python,selection_command +1479,6447292,"sample.py",5779,0,"",python,selection_command +1480,6451187,"sample.py",5779,143,"",python,content +1481,6451199,"sample.py",5783,0,"",python,selection_command +1482,6459222,"sample.py",5778,0,"\n ",python,content +1483,6459315,"sample.py",5783,0,"#",python,content +1484,6459315,"sample.py",5784,0,"",python,selection_keyboard +1485,6459352,"sample.py",5784,0," ",python,content +1486,6459353,"sample.py",5785,0,"",python,selection_keyboard +1487,6459583,"sample.py",5785,0,"F",python,content +1488,6459584,"sample.py",5786,0,"",python,selection_keyboard +1489,6459654,"sample.py",5786,0,"I",python,content +1490,6459654,"sample.py",5787,0,"",python,selection_keyboard +1491,6459750,"sample.py",5787,0,"X",python,content +1492,6459750,"sample.py",5788,0,"",python,selection_keyboard +1493,6459841,"sample.py",5788,0,"M",python,content +1494,6459841,"sample.py",5789,0,"",python,selection_keyboard +1495,6459940,"sample.py",5789,0,"E",python,content +1496,6459940,"sample.py",5790,0,"",python,selection_keyboard +1497,6460050,"sample.py",5790,0," ",python,content +1498,6460050,"sample.py",5791,0,"",python,selection_keyboard +1499,6460409,"sample.py",5790,0,"",python,selection_command +1500,6460581,"sample.py",5783,13,"",python,content +1501,6460704,"sample.py",5783,0,"# FIXME (f.srambical): we need to cast to jax array before dividing by 255.0 (otherwise video_batch will be in float32 after the division)\n ",python,content +1502,6460707,"sample.py",5779,0,"",python,selection_command +1503,6462628,"train_dynamics.py",0,0,"",python,tab +1504,6466247,"models/dynamics_maskgit.py",0,0,"",python,tab +1505,6467142,"models/dynamics_maskgit.py",2836,0,"",python,selection_command +1506,6467224,"models/dynamics_maskgit.py",2836,1,"",python,content +1507,6467359,"models/dynamics_maskgit.py",2836,1,"",python,content +1508,6469540,"TERMINAL",0,0,"b",,terminal_output +1509,6469652,"TERMINAL",0,0,"as",,terminal_output +1510,6469744,"TERMINAL",0,0,"h",,terminal_output +1511,6469849,"TERMINAL",0,0," ",,terminal_output +1512,6470199,"TERMINAL",0,0,"e",,terminal_output +1513,6470390,"TERMINAL",0,0,"xp",,terminal_output +1514,6470607,"TERMINAL",0,0,"eri",,terminal_output +1515,6470680,"TERMINAL",0,0,"m",,terminal_output +1516,6470764,"TERMINAL",0,0," ",,terminal_output +1517,6470817,"TERMINAL",0,0,"s",,terminal_output +1518,6471248,"TERMINAL",0,0,"",,terminal_output +1519,6471513,"TERMINAL",0,0,"",,terminal_output +1520,6471623,"TERMINAL",0,0,"ents/",,terminal_output +1521,6471832,"TERMINAL",0,0,"s",,terminal_output +1522,6471928,"TERMINAL",0,0,"a",,terminal_output +1523,6472025,"TERMINAL",0,0,"ml",,terminal_output +1524,6472166,"TERMINAL",0,0,"p",,terminal_output +1525,6474092,"TERMINAL",0,0,"",,terminal_output +1526,6474222,"TERMINAL",0,0,"",,terminal_output +1527,6474412,"TERMINAL",0,0,"p",,terminal_output +1528,6474584,"TERMINAL",0,0,"le.sh ",,terminal_output +1529,6478393,"sample.py",0,0,"",python,tab +1530,6483645,"experiments/sample.sh",0,0,"",shellscript,tab +1531,6487165,"experiments/sample.sh",328,0,"",shellscript,selection_command +1532,6488341,"experiments/sample.sh",0,0,"",shellscript,selection_command +1533,6494147,"sample.py",0,0,"",python,tab +1534,6494645,"sample.py",0,0,"",python,selection_command +1535,6496122,"sample.py",1382,0,"",python,selection_command +1536,6497487,"sample.py",1412,0,"",python,selection_command +1537,6497610,"sample.py",1437,0,"",python,selection_command +1538,6497759,"sample.py",1474,0,"",python,selection_command +1539,6499117,"sample.py",1463,0,"",python,selection_command +1540,6499655,"experiments/sample.sh",0,0,"",shellscript,tab +1541,6501894,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1542,6502907,"sample.py",0,0,"",python,tab +1543,6506861,"train_dynamics.py",0,0,"",python,tab +1544,6513099,"train_dynamics.py",10679,0,"",python,selection_command +1545,6514013,"train_dynamics.py",10600,0,"",python,selection_command +1546,6514262,"train_dynamics.py",10539,0,"",python,selection_command +1547,6514277,"train_dynamics.py",10533,0,"",python,selection_command +1548,6514373,"train_dynamics.py",10509,0,"",python,selection_command +1549,6514374,"train_dynamics.py",10477,0,"",python,selection_command +1550,6514395,"train_dynamics.py",10454,0,"",python,selection_command +1551,6514416,"train_dynamics.py",10432,0,"",python,selection_command +1552,6514444,"train_dynamics.py",10407,0,"",python,selection_command +1553,6514478,"train_dynamics.py",10342,0,"",python,selection_command +1554,6514570,"train_dynamics.py",10283,0,"",python,selection_command +1555,6514571,"train_dynamics.py",10261,0,"",python,selection_command +1556,6514668,"train_dynamics.py",10233,0,"",python,selection_command +1557,6514898,"train_dynamics.py",10194,0,"",python,selection_command +1558,6514976,"train_dynamics.py",10198,0,"",python,selection_command +1559,6515231,"train_dynamics.py",10559,0,"",python,selection_command +1560,6517565,"train_dynamics.py",10543,0,"",python,selection_command +1561,6518046,"train_dynamics.py",10664,0,"",python,selection_command +1562,6518380,"train_dynamics.py",10604,0,"",python,selection_command +1563,6518767,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 133, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1602, in restore\r\n raise FileNotFoundError(f'No steps found in {self.directory}.')\r\nFileNotFoundError: No steps found in /home/franz.srambical/jafar/checkpoints/dynamics_openai_grain_tok_lam_restore.\r\n",,terminal_output +1564,6519094,"train_dynamics.py",11159,0,"",python,selection_command +1565,6519421,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1566,6520569,"train_dynamics.py",11340,0,"",python,selection_command +1567,6521052,"train_dynamics.py",11922,0,"",python,selection_command +1568,6522274,"train_dynamics.py",11910,0,"",python,selection_command +1569,6523074,"train_dynamics.py",11840,0,"",python,selection_command +1570,6523289,"train_dynamics.py",11821,0,"",python,selection_command +1571,6528011,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom jasmine import Jasmine\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_co_train: bool = False\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n dynamics_type: str = ""maskgit""\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Dynamics model checkpoint ---\n rngs = nnx.Rngs(rng)\n jasmine = Jasmine(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dynamics_type=args.dynamics_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(jasmine, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Jasmine, batch: dict) -> jax.Array:\n """"""Runs Jasmine.sample with pre-defined generation hyper-parameters.""""""\n if args.dynamics_type == ""maskgit"":\n return model.sample_maskgit(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n else:\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n # @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(jasmine, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n # FIXME (f.srambical): we need to cast to jax array before dividing by 255.0 (otherwise video_batch will be in float32 after the division)\n video_batch = jnp.asarray(video_batch).astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = jasmine.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n # The autoregressive cache needs to be initialized with the shape of the tokenized inputs, not the raw video.\n # The number of spatial tokens is derived from the image dimensions and patch size.\n # It appears the 90x160 image is padded to 92x160, and a CLS token is added.\n # (92 // args.patch_size) * (160 // args.patch_size) + 1 = 23 * 40 + 1 = 921\n num_patches = ((args.image_height + 3) // 4 * 4 // args.patch_size) * (\n args.image_width // args.patch_size\n ) + 1\n # Shape for spatial attention: (batch, time, patches, num_heads, head_dim)\n spatial_token_shape = (\n args.batch_size,\n 1,\n num_patches,\n args.dyna_dim,\n )\n # Shape for temporal attention: (batch, patches, time, num_heads, head_dim)\n temporal_token_shape = (\n args.batch_size,\n num_patches,\n 1,\n args.dyna_dim,\n )\n if args.dynamics_type == ""causal"":\n transformer_blocks = jasmine.dynamics.transformer.blocks\n for block in transformer_blocks:\n block.spatial_attention.init_cache(spatial_token_shape, dtype=args.dtype)\n block.temporal_attention.init_cache(temporal_token_shape, dtype=args.dtype)\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +1572,6528537,"train_dynamics.py",0,0,"",python,tab +1573,6529841,"experiments/sample.sh",0,0,"",shellscript,tab +1574,6530426,"experiments/sample.sh",26,0,"",shellscript,selection_command +1575,6530686,"experiments/sample.sh",27,0,"",shellscript,selection_command +1576,6530797,"experiments/sample.sh",66,0,"",shellscript,selection_command +1577,6531295,"experiments/sample.sh",74,0,"",shellscript,selection_command +1578,6531550,"experiments/sample.sh",77,0,"",shellscript,selection_command +1579,6531576,"experiments/sample.sh",80,0,"",shellscript,selection_command +1580,6531682,"experiments/sample.sh",81,0,"",shellscript,selection_command +1581,6531682,"experiments/sample.sh",92,0,"",shellscript,selection_command +1582,6531869,"experiments/sample.sh",93,0,"",shellscript,selection_command +1583,6532401,"experiments/sample.sh",93,0,"m",shellscript,content +1584,6532401,"experiments/sample.sh",94,0,"",shellscript,selection_keyboard +1585,6532441,"experiments/sample.sh",94,0,"a",shellscript,content +1586,6532442,"experiments/sample.sh",95,0,"",shellscript,selection_keyboard +1587,6532506,"experiments/sample.sh",95,0,"s",shellscript,content +1588,6532507,"experiments/sample.sh",96,0,"",shellscript,selection_keyboard +1589,6532618,"experiments/sample.sh",96,0,"k",shellscript,content +1590,6532618,"experiments/sample.sh",97,0,"",shellscript,selection_keyboard +1591,6532739,"experiments/sample.sh",97,0,"g",shellscript,content +1592,6532739,"experiments/sample.sh",98,0,"",shellscript,selection_keyboard +1593,6532859,"experiments/sample.sh",98,0,"i",shellscript,content +1594,6532859,"experiments/sample.sh",99,0,"",shellscript,selection_keyboard +1595,6532944,"experiments/sample.sh",99,0,"t",shellscript,content +1596,6532944,"experiments/sample.sh",100,0,"",shellscript,selection_keyboard +1597,6533252,"experiments/sample.sh",100,0,"_",shellscript,content +1598,6533252,"experiments/sample.sh",101,0,"",shellscript,selection_keyboard +1599,6533427,"experiments/sample.sh",100,0,"",shellscript,selection_command +1600,6534613,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +1601,6535035,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1602,6535728,"train_dynamics.py",0,0,"",python,tab +1603,6536544,"experiments/sample.sh",0,0,"",shellscript,tab +1604,6543492,"train_dynamics.py",0,0,"",python,tab +1605,6545867,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 133, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1602, in restore\r\n raise FileNotFoundError(f'No steps found in {self.directory}.')\r\nFileNotFoundError: No steps found in /home/franz.srambical/jafar/checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore.\r\n",,terminal_output +1606,6546562,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1607,6553618,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1608,6554253,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1609,6554673,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1610,6565977,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1611,6566612,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +1612,6566844,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1613,6570164,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1614,6570597,"experiments/dynamics_grain_tok_restore.sh",493,0,"",shellscript,selection_command +1615,6570927,"experiments/dynamics_grain_tok_restore.sh",521,0,"",shellscript,selection_command +1616,6571047,"experiments/dynamics_grain_tok_restore.sh",493,0,"",shellscript,selection_command +1617,6571311,"experiments/dynamics_grain_tok_restore.sh",471,0,"",shellscript,selection_command +1618,6571327,"experiments/dynamics_grain_tok_restore.sh",443,0,"",shellscript,selection_command +1619,6571360,"experiments/dynamics_grain_tok_restore.sh",401,0,"",shellscript,selection_command +1620,6571395,"experiments/dynamics_grain_tok_restore.sh",374,0,"",shellscript,selection_command +1621,6571425,"experiments/dynamics_grain_tok_restore.sh",325,0,"",shellscript,selection_command +1622,6571576,"experiments/dynamics_grain_tok_restore.sh",374,0,"",shellscript,selection_command +1623,6571921,"experiments/dynamics_grain_tok_restore.sh",325,0,"",shellscript,selection_command +1624,6573115,"experiments/dynamics_grain_tok_restore.sh",251,0,"",shellscript,selection_command +1625,6573382,"experiments/dynamics_grain_tok_restore.sh",252,0,"",shellscript,selection_command +1626,6573534,"experiments/dynamics_grain_tok_restore.sh",253,0,"",shellscript,selection_command +1627,6573678,"experiments/dynamics_grain_tok_restore.sh",254,0,"",shellscript,selection_command +1628,6573859,"experiments/dynamics_grain_tok_restore.sh",255,0,"",shellscript,selection_command +1629,6574180,"experiments/dynamics_grain_tok_restore.sh",254,0,"",shellscript,selection_command +1630,6574286,"experiments/dynamics_grain_tok_restore.sh",254,1,"",shellscript,content +1631,6574335,"experiments/dynamics_grain_tok_restore.sh",255,0,"k",shellscript,content +1632,6574335,"experiments/dynamics_grain_tok_restore.sh",255,0,"",shellscript,selection_command +1633,6576380,"train_dynamics.py",0,0,"",python,tab +1634,6577384,"train_dynamics.py",12050,0,"",python,selection_command +1635,6577851,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 133, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1602, in restore\r\n raise FileNotFoundError(f'No steps found in {self.directory}.')\r\nFileNotFoundError: No steps found in /home/franz.srambical/jafar/checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore.\r\n",,terminal_output +1636,6578047,"train_dynamics.py",12036,0,"",python,selection_command +1637,6578292,"train_dynamics.py",12040,0,"",python,selection_command +1638,6578544,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1639,6578592,"train_dynamics.py",12175,0,"",python,selection_command +1640,6590453,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1641,6593910,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1642,6595596,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1643,6598519,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1644,6599132,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1645,6601688,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1646,6621490,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1647,6622439,"TERMINAL",0,0,"m",,terminal_output +1648,6622551,"TERMINAL",0,0,"v",,terminal_output +1649,6622673,"TERMINAL",0,0," ",,terminal_output +1650,6622936,"TERMINAL",0,0,"ch",,terminal_output +1651,6622984,"TERMINAL",0,0,"e",,terminal_output +1652,6623082,"TERMINAL",0,0,"ck",,terminal_output +1653,6623194,"TERMINAL",0,0,"points/",,terminal_output +1654,6623488,"TERMINAL",0,0," ",,terminal_output +1655,6623683,"TERMINAL",0,0,"m",,terminal_output +1656,6623769,"TERMINAL",0,0,"a",,terminal_output +1657,6624105,"TERMINAL",0,0,"",,terminal_output +1658,6624208,"TERMINAL",0,0,"",,terminal_output +1659,6624630,"TERMINAL",0,0,"",,terminal_output +1660,6624761,"TERMINAL",0,0,"ma",,terminal_output +1661,6624820,"TERMINAL",0,0,"s",,terminal_output +1662,6624956,"TERMINAL",0,0,"k",,terminal_output +1663,6625155,"TERMINAL",0,0,"git_dynamics_openai_grain_tok_lam_restore/",,terminal_output +1664,6626075,"TERMINAL",0,0," ",,terminal_output +1665,6626280,"TERMINAL",0,0,"ch",,terminal_output +1666,6626427,"TERMINAL",0,0,"e",,terminal_output +1667,6626592,"TERMINAL",0,0,"c",,terminal_output +1668,6626680,"TERMINAL",0,0,"kpoints/",,terminal_output +1669,6627054,"TERMINAL",0,0,"m",,terminal_output +1670,6627157,"TERMINAL",0,0,"as",,terminal_output +1671,6627314,"TERMINAL",0,0,"k",,terminal_output +1672,6627682,"TERMINAL",0,0,"",,terminal_output +1673,6627898,"TERMINAL",0,0,"ks",,terminal_output +1674,6628170,"TERMINAL",0,0,"git_dynamics_openai_grain_tok_lam_restore/",,terminal_output +1675,6628402,"TERMINAL",0,0,"",,terminal_output +1676,6628525,"TERMINAL",0,0,"",,terminal_output +1677,6628825,"TERMINAL",0,0,"",,terminal_output +1678,6629152,"TERMINAL",0,0,"\r",,terminal_output +1679,6629347,"TERMINAL",0,0,"",,terminal_output +1680,6629676,"TERMINAL",0,0,"",,terminal_output +1681,6629873,"TERMINAL",0,0,"",,terminal_output +1682,6630013,"TERMINAL",0,0,"",,terminal_output +1683,6630397,"TERMINAL",0,0,"",,terminal_output +1684,6630504,"TERMINAL",0,0,"",,terminal_output +1685,6631026,"TERMINAL",0,0,"git_dynamics_openai_grain_tok_lam_restore/",,terminal_output +1686,6631248,"TERMINAL",0,0,"git_dynamics_openai_grain_tok_lam_restore/",,terminal_output +1687,6631880,"TERMINAL",0,0,"sgit_dynamics_openai_grain_tok_lam_restore/kgit_dynamics_openai_grain_tok_lam_restore/",,terminal_output +1688,6632084,"TERMINAL",0,0,"\r\n\r\r\n[?2004l\rmv: cannot move 'checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore/' to a subdirectory of itself, 'checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore/maskgit_dynamics_openai_grain_tok_lam_restore'\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1689,6646072,"TERMINAL",0,0,"mv",,terminal_output +1690,6646125,"TERMINAL",0,0," ",,terminal_output +1691,6646216,"TERMINAL",0,0,"h",,terminal_output +1692,6646305,"TERMINAL",0,0,"c",,terminal_output +1693,6646555,"TERMINAL",0,0,"ec",,terminal_output +1694,6646632,"TERMINAL",0,0,"k",,terminal_output +1695,6646757,"TERMINAL",0,0,"",,terminal_output +1696,6647253,"TERMINAL",0,0,"",,terminal_output +1697,6647392,"TERMINAL",0,0,"",,terminal_output +1698,6647613,"TERMINAL",0,0,"",,terminal_output +1699,6647685,"TERMINAL",0,0,"",,terminal_output +1700,6647822,"TERMINAL",0,0,"",,terminal_output +1701,6648025,"TERMINAL",0,0,"c",,terminal_output +1702,6648155,"TERMINAL",0,0,"he",,terminal_output +1703,6648242,"TERMINAL",0,0,"c",,terminal_output +1704,6648437,"TERMINAL",0,0,"kpoints/",,terminal_output +1705,6648955,"TERMINAL",0,0,"m",,terminal_output +1706,6649177,"TERMINAL",0,0,"k",,terminal_output +1707,6649293,"TERMINAL",0,0,"a",,terminal_output +1708,6649507,"TERMINAL",0,0,"",,terminal_output +1709,6649661,"TERMINAL",0,0,"",,terminal_output +1710,6649739,"TERMINAL",0,0,"",,terminal_output +1711,6649840,"TERMINAL",0,0,"",,terminal_output +1712,6650308,"TERMINAL",0,0,"m",,terminal_output +1713,6650386,"TERMINAL",0,0,"a",,terminal_output +1714,6650779,"TERMINAL",0,0,"",,terminal_output +1715,6651077,"TERMINAL",0,0,"s",,terminal_output +1716,6651695,"TERMINAL",0,0,"",,terminal_output +1717,6651812,"TERMINAL",0,0,"",,terminal_output +1718,6652015,"TERMINAL",0,0,"a",,terminal_output +1719,6652283,"TERMINAL",0,0,"",,terminal_output +1720,6652390,"TERMINAL",0,0,"\r\nmaksgit_dynamics_openai_grain_tok_lam_restore/ maskgit_dynamics_openai_grain_tok_lam_restore/ \r\n[franz.srambical@hai004.haicore.berlin:~/jafar] $ mv checkpoints/ma",,terminal_output +1721,6658017,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ mv checkpoints/ma",,terminal_output +1722,6685893,"TERMINAL",0,0,"",,terminal_output +1723,6686347,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1724,6687322,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1725,6687577,"TERMINAL",0,0,"s': mv checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore/ checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore/",,terminal_output +1726,6687710,"TERMINAL",0,0,"\ra': bash experiments/sample.sh [1@m': bash experiments/sam[1@p': bash experiments/samp",,terminal_output +1727,6687768,"TERMINAL",0,0,"[1@l': bash experiments/sampl",,terminal_output +1728,6688117,"TERMINAL",0,0,"\r[23@[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sampl\r\n[?2004l\r",,terminal_output +1729,6693211,"train_dynamics.py",12161,0,"",python,selection_command +1730,6694830,"train_dynamics.py",12276,0,"",python,selection_command +1731,6696354,"train_dynamics.py",12222,0,"",python,selection_command +1732,6696484,"train_dynamics.py",12226,0,"",python,selection_command +1733,6696742,"train_dynamics.py",12228,0,"",python,selection_command +1734,6696765,"train_dynamics.py",12233,0,"",python,selection_command +1735,6696882,"train_dynamics.py",12235,0,"",python,selection_command +1736,6696883,"train_dynamics.py",12243,0,"",python,selection_command +1737,6696883,"train_dynamics.py",12245,0,"",python,selection_command +1738,6696896,"train_dynamics.py",12255,0,"",python,selection_command +1739,6696929,"train_dynamics.py",12256,0,"",python,selection_command +1740,6697189,"train_dynamics.py",12255,0,"",python,selection_command +1741,6697402,"train_dynamics.py",12245,0,"",python,selection_command +1742,6697683,"train_dynamics.py",4334,0,"",python,selection_command +1743,6699760,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +1744,6701235,"train_dynamics.py",4350,0,"",python,selection_command +1745,6701392,"train_dynamics.py",4409,0,"",python,selection_command +1746,6701598,"train_dynamics.py",4449,0,"",python,selection_command +1747,6701690,"train_dynamics.py",4488,0,"",python,selection_command +1748,6701856,"train_dynamics.py",4493,0,"",python,selection_command +1749,6701994,"train_dynamics.py",4497,0,"",python,selection_command +1750,6712266,"train_dynamics.py",4574,0,"",python,selection_command +1751,6712394,"train_dynamics.py",4581,0,"",python,selection_command +1752,6714014,"train_dynamics.py",2474,0,"",python,selection_command +1753,6717113,"train_dynamics.py",2496,0,"",python,selection_command +1754,6717291,"train_dynamics.py",2529,0,"",python,selection_command +1755,6717335,"train_dynamics.py",2576,0,"",python,selection_command +1756,6717346,"train_dynamics.py",2615,0,"",python,selection_command +1757,6717383,"train_dynamics.py",2682,0,"",python,selection_command +1758,6717656,"train_dynamics.py",2615,0,"",python,selection_command +1759,6717932,"train_dynamics.py",2682,0,"",python,selection_command +1760,6718035,"train_dynamics.py",2687,0,"",python,selection_command +1761,6718184,"train_dynamics.py",2688,0,"",python,selection_command +1762,6718687,".venv/lib/python3.10/site-packages/flax/nnx/module.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nfrom __future__ import annotations\n\nimport typing as tp\n\nimport jax\nimport jax.numpy as jnp\n\nfrom flax.nnx import (\n filterlib,\n graph,\n)\nfrom flax.nnx import variablelib as variableslib\nfrom flax.nnx.object import Object, ObjectMeta\nfrom flax.nnx.graph import GraphState\nfrom flax.typing import Key, Path, PathParts\n\nA = tp.TypeVar('A')\nB = tp.TypeVar('B')\nM = tp.TypeVar('M', bound='Module')\nS = tp.TypeVar('S', bound=tp.Union[GraphState, tuple[GraphState, ...]])\nV = tp.TypeVar('V', bound=variableslib.Variable[tp.Any])\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\n\nStateMapping = tp.Mapping[Path, tp.Any]\ntuple_reduce = lambda xs, x: xs + (x,)\ntuple_init = lambda: ()\n\n\nclass ModuleMeta(ObjectMeta):\n # we keep a trivial derived class just in case we need to\n # add more functionality in the future\n pass\n\n\nclass Module(Object, metaclass=ModuleMeta):\n """"""Base class for all neural network modules.\n\n Layers and models should subclass this class.\n\n ``Module``'s can contain submodules, and in this way can be nested in a tree\n structure. Submodules can be assigned as regular attributes inside the\n ``__init__`` method.\n\n You can define arbitrary ""forward pass"" methods on your ``Module`` subclass.\n While no methods are special-cased, ``__call__`` is a popular choice since\n you can call the ``Module`` directly::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... x = nnx.relu(x)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> y = model(x)\n """"""\n\n def sow(\n self,\n variable_type: type[variableslib.Variable[B]] | str,\n name: str,\n value: A,\n reduce_fn: tp.Callable[[B, A], B] = tuple_reduce,\n init_fn: tp.Callable[[], B] = tuple_init, # type: ignore\n ) -> bool:\n """"""``sow()`` can be used to collect intermediate values without\n the overhead of explicitly passing a container through each Module call.\n ``sow()`` stores a value in a new ``Module`` attribute, denoted by ``name``.\n The value will be wrapped by a :class:`Variable` of type ``variable_type``,\n which can be useful to filter for in :func:`split`, :func:`state` and\n :func:`pop`.\n\n By default the values are stored in a tuple and each stored value\n is appended at the end. This way all intermediates can be tracked when\n the same module is called multiple times.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x, add=0):\n ... x = self.linear1(x)\n ... self.sow(nnx.Intermediate, 'i', x+add)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> assert not hasattr(model, 'i')\n\n >>> y = model(x)\n >>> assert hasattr(model, 'i')\n >>> assert len(model.i.value) == 1 # tuple of length 1\n >>> assert model.i.value[0].shape == (1, 3)\n\n >>> y = model(x, add=1)\n >>> assert len(model.i.value) == 2 # tuple of length 2\n >>> assert (model.i.value[0] + 1 == model.i.value[1]).all()\n\n Alternatively, a custom init/reduce function can be passed::\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... self.sow(nnx.Intermediate, 'sum', x,\n ... init_fn=lambda: 0,\n ... reduce_fn=lambda prev, curr: prev+curr)\n ... self.sow(nnx.Intermediate, 'product', x,\n ... init_fn=lambda: 1,\n ... reduce_fn=lambda prev, curr: prev*curr)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> model = Model(rngs=nnx.Rngs(0))\n\n >>> y = model(x)\n >>> assert (model.sum.value == model.product.value).all()\n >>> intermediate = model.sum.value\n\n >>> y = model(x)\n >>> assert (model.sum.value == intermediate*2).all()\n >>> assert (model.product.value == intermediate**2).all()\n\n Args:\n variable_type: The :class:`Variable` type for the stored value.\n Typically :class:`Intermediate` is used to indicate an\n intermediate value.\n name: A string denoting the ``Module`` attribute name, where\n the sowed value is stored.\n value: The value to be stored.\n reduce_fn: The function used to combine the existing value with the new\n value. The default is to append the value to a tuple.\n init_fn: For the first value stored, ``reduce_fn`` will be passed the result\n of ``init_fn`` together with the value to be stored. The default is an\n empty tuple.\n """"""\n if isinstance(variable_type, str):\n variable_type = variableslib.variable_type_from_name(\n variable_type, allow_register=True\n )\n\n if hasattr(self, name):\n variable = getattr(self, name)\n if not isinstance(variable, variableslib.Variable):\n raise ValueError(\n f""Expected '{name}' to be a Variable, got {type(variable).__name__}""\n )\n elif type(variable) != variable_type:\n raise ValueError(\n f""Expected '{name}' to be of type '{variable_type.__name__}', ""\n f""got '{type(variable).__name__}'""\n )\n variable.raw_value = reduce_fn(variable.raw_value, value)\n else:\n reduced_value = reduce_fn(init_fn(), value)\n setattr(self, name, variable_type(reduced_value))\n\n return True\n\n def perturb(\n self,\n name: str,\n value: tp.Any,\n variable_type: (\n str | type[variableslib.Variable[tp.Any]]\n ) = variableslib.Perturbation,\n ):\n """"""Add an zero-value variable (""perturbation"") to the intermediate value.\n\n The gradient of ``value`` would be the same as the gradient of this\n perturbation variable. Therefore, if you define your loss function with\n both params and perturbations as standalone arguments, you can get the\n intermediate gradients of ``value`` by running ``jax.grad`` on the\n perturbation variable.\n\n Since the shape of the perturbation value depends on the shape of the input,\n a perturbation variable is only created after you run a sample input through\n the model once.\n\n .. note::\n This creates extra dummy variables of the same size as ``value``, thus\n occupies more memory. Use it only to debug gradients in training.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> class Model(nnx.Module):\n ... def __init__(self, rngs):\n ... self.linear1 = nnx.Linear(2, 3, rngs=rngs)\n ... self.linear2 = nnx.Linear(3, 4, rngs=rngs)\n ... def __call__(self, x):\n ... x = self.linear1(x)\n ... x = self.perturb('xgrad', x)\n ... x = self.linear2(x)\n ... return x\n\n >>> x = jnp.ones((1, 2))\n >>> y = jnp.ones((1, 4))\n >>> model = Model(rngs=nnx.Rngs(0))\n >>> assert not hasattr(model, 'xgrad') # perturbation requires a sample input run\n >>> _ = model(x)\n >>> assert model.xgrad.value.shape == (1, 3) # same as the intermediate value\n\n >>> # Take gradients on the Param and Perturbation variables\n >>> @nnx.grad(argnums=nnx.DiffState(argnum=0, filter=nnx.Any(nnx.Param, nnx.Perturbation)))\n ... def grad_loss(model, inputs, targets):\n ... preds = model(inputs)\n ... return jnp.square(preds - targets).mean()\n\n >>> intm_grads = grad_loss(model, x, y)\n >>> # `intm_grads.xgrad.value` is the intermediate gradient\n >>> assert not jnp.array_equal(intm_grads.xgrad.value, jnp.zeros((1, 3)))\n\n Args:\n name: A string denoting the ``Module`` attribute name for the\n perturbation value.\n value: The value to take intermediate gradient.\n variable_type: The :class:`Variable` type for the stored perturbation.\n Defaulted at :class:`nnx.Perturbation`.\n """"""\n if isinstance(variable_type, str):\n variable_type = variableslib.variable_type_from_name(\n variable_type, allow_register=True\n )\n if not hasattr(self, name):\n zeros = jax.tree.map(jnp.zeros_like, value)\n setattr(self, name, variable_type(zeros))\n old_value: variableslib.Variable[tp.Any] = getattr(self, name)\n if not isinstance(old_value, variable_type):\n raise ValueError(\n f""Expected '{name}' to be of type '{variable_type.__name__}', ""\n f""got '{type(old_value).__name__}'""\n )\n return old_value.value + value\n\n def iter_modules(self) -> tp.Iterator[tuple[PathParts, Module]]:\n """"""Recursively iterates over all nested :class:`Module`'s of the current Module, including\n the current Module.\n\n ``iter_modules`` creates a generator that yields the path and the Module instance, where\n the path is a tuple of strings or integers representing the path to the Module from the\n root Module.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class SubModule(nnx.Module):\n ... def __init__(self, din, dout, rngs):\n ... self.linear1 = nnx.Linear(din, dout, rngs=rngs)\n ... self.linear2 = nnx.Linear(din, dout, rngs=rngs)\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.submodule = SubModule(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5)\n ... self.batch_norm = nnx.BatchNorm(10, rngs=rngs)\n ...\n >>> model = Block(2, 5, rngs=nnx.Rngs(0))\n >>> for path, module in model.iter_modules():\n ... print(path, type(module).__name__)\n ...\n ('batch_norm',) BatchNorm\n ('dropout',) Dropout\n ('linear',) Linear\n ('submodule', 'linear1') Linear\n ('submodule', 'linear2') Linear\n ('submodule',) SubModule\n () Block\n """"""\n for path, value in graph.iter_graph(self):\n if isinstance(value, Module):\n yield path, value\n\n def iter_children(self) -> tp.Iterator[tuple[Key, Module]]:\n """"""Iterates over all children :class:`Module`'s of the current Module. This\n method is similar to :func:`iter_modules`, except it only iterates over the\n immediate children, and does not recurse further down.\n\n ``iter_children`` creates a generator that yields the key and the Module instance,\n where the key is a string representing the attribute name of the Module to access\n the corresponding child Module.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class SubModule(nnx.Module):\n ... def __init__(self, din, dout, rngs):\n ... self.linear1 = nnx.Linear(din, dout, rngs=rngs)\n ... self.linear2 = nnx.Linear(din, dout, rngs=rngs)\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.submodule = SubModule(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5)\n ... self.batch_norm = nnx.BatchNorm(10, rngs=rngs)\n ...\n >>> model = Block(2, 5, rngs=nnx.Rngs(0))\n >>> for path, module in model.iter_children():\n ... print(path, type(module).__name__)\n ...\n batch_norm BatchNorm\n dropout Dropout\n linear Linear\n submodule SubModule\n """"""\n node_impl = graph.get_node_impl(self)\n assert node_impl is not None\n node_dict = node_impl.node_dict(self)\n for key, value in node_dict.items():\n if isinstance(value, Module):\n yield key, value\n\n def set_attributes(\n self,\n *filters: filterlib.Filter,\n raise_if_not_found: bool = True,\n **attributes: tp.Any,\n ) -> None:\n """"""Sets the attributes of nested Modules including the current Module.\n If the attribute is not found in the Module, it is ignored.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5, deterministic=False)\n ... self.batch_norm = nnx.BatchNorm(10, use_running_average=False, rngs=rngs)\n ...\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (False, False)\n >>> block.set_attributes(deterministic=True, use_running_average=True)\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, True)\n\n ``Filter``'s can be used to set the attributes of specific Modules::\n\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.set_attributes(nnx.Dropout, deterministic=True)\n >>> # Only the dropout will be modified\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, False)\n\n Args:\n *filters: Filters to select the Modules to set the attributes of.\n raise_if_not_found: If True (default), raises a ValueError if at least one attribute\n instance is not found in one of the selected Modules.\n **attributes: The attributes to set.\n """"""\n remaining_attributes = set(attributes.keys())\n if not filters:\n filters = (True,)\n predicates = tuple(map(filterlib.to_predicate, filters))\n for path, module in self.iter_modules():\n for predicate in predicates:\n if predicate(path, module):\n for name, value in attributes.items():\n if hasattr(module, name):\n if name in remaining_attributes:\n remaining_attributes.remove(name)\n setattr(module, name, value)\n break\n\n if remaining_attributes and raise_if_not_found:\n raise ValueError(\n f'Could not find at least one instance of the following attributes: {remaining_attributes}'\n )\n\n def train(self, **attributes):\n """"""Sets the Module to training mode.\n\n ``train`` uses ``set_attributes`` to recursively set attributes ``deterministic=False``\n and ``use_running_average=False`` of all nested Modules that have these attributes.\n Its primarily used to control the runtime behavior of the ``Dropout`` and ``BatchNorm``\n Modules.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... # initialize Dropout and BatchNorm in eval mode\n ... self.dropout = nnx.Dropout(0.5, deterministic=True)\n ... self.batch_norm = nnx.BatchNorm(10, use_running_average=True, rngs=rngs)\n ...\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, True)\n >>> block.train()\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (False, False)\n\n Args:\n **attributes: additional attributes passed to ``set_attributes``.\n """"""\n return self.set_attributes(\n deterministic=False,\n use_running_average=False,\n **attributes,\n raise_if_not_found=False,\n )\n\n def eval(self, **attributes):\n """"""Sets the Module to evaluation mode.\n\n ``eval`` uses ``set_attributes`` to recursively set attributes ``deterministic=True``\n and ``use_running_average=True`` of all nested Modules that have these attributes.\n Its primarily used to control the runtime behavior of the ``Dropout`` and ``BatchNorm``\n Modules.\n\n Example::\n\n >>> from flax import nnx\n ...\n >>> class Block(nnx.Module):\n ... def __init__(self, din, dout, *, rngs: nnx.Rngs):\n ... self.linear = nnx.Linear(din, dout, rngs=rngs)\n ... self.dropout = nnx.Dropout(0.5)\n ... self.batch_norm = nnx.BatchNorm(10, rngs=rngs)\n ...\n >>> block = Block(2, 5, rngs=nnx.Rngs(0))\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (False, False)\n >>> block.eval()\n >>> block.dropout.deterministic, block.batch_norm.use_running_average\n (True, True)\n\n Args:\n **attributes: additional attributes passed to ``set_attributes``.\n """"""\n return self.set_attributes(\n deterministic=True,\n use_running_average=True,\n **attributes,\n raise_if_not_found=False,\n )\n\n\ndef first_from(*args: tp.Optional[A], error_msg: str) -> A:\n """"""Return the first non-None argument.\n\n If all arguments are None, raise a ValueError with the given error message.\n\n Args:\n *args: the arguments to check\n error_msg: the error message to raise if all arguments are None\n Returns:\n The first non-None argument.\n """"""\n for arg in args:\n if arg is not None:\n return arg\n raise ValueError(error_msg)\n",python,tab +1763,6718687,".venv/lib/python3.10/site-packages/flax/nnx/module.py",15046,0,"",python,selection_command +1764,6720862,"train_dynamics.py",0,0,"",python,tab +1765,6720862,"train_dynamics.py",2688,0,"",python,selection_command +1766,6723402,".venv/lib/python3.10/site-packages/flax/nnx/module.py",0,0,"",python,tab +1767,6723402,".venv/lib/python3.10/site-packages/flax/nnx/module.py",15046,0,"",python,selection_command +1768,6738214,"train_dynamics.py",0,0,"",python,tab +1769,6738214,"train_dynamics.py",2688,0,"",python,selection_command +1770,6739134,"train_dynamics.py",2706,0,"",python,selection_command +1771,6739196,"train_dynamics.py",2708,0,"",python,selection_command +1772,6739373,"train_dynamics.py",2710,0,"",python,selection_command +1773,6744552,"train_dynamics.py",2496,0,"",python,selection_command +1774,6745626,"train_dynamics.py",2501,0,"",python,selection_command +1775,6745787,"train_dynamics.py",2503,0,"",python,selection_command +1776,6749599,"jasmine.py",0,0,"",python,tab +1777,6749599,"jasmine.py",323,0,"",python,selection_command +1778,6762667,"TERMINAL",0,0,"2025-07-28 15:25:42.064275: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1779,6764135,"TERMINAL",0,0,"2025-07-28 15:25:43.530330: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1780,6764794,"jasmine.py",3811,0,"",python,selection_command +1781,6766308,"jasmine.py",5249,0,"",python,selection_keyboard +1782,6766715,"jasmine.py",5218,0,"",python,selection_command +1783,6766848,"jasmine.py",5153,0,"",python,selection_command +1784,6766981,"jasmine.py",5135,0,"",python,selection_command +1785,6767276,"jasmine.py",5127,0,"",python,selection_command +1786,6767659,"TERMINAL",0,0,"2025-07-28 15:25:47.053308: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1787,6769030,"TERMINAL",0,0,"2025-07-28 15:25:48.429263: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1788,6771534,"TERMINAL",0,0,"SSIM: 0.010156240314245224\r\n",,terminal_output +1789,6772727,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1790,6813212,"jasmine.py",5145,0,"",python,selection_command +1791,6813335,"jasmine.py",5210,0,"",python,selection_command +1792,6813480,"jasmine.py",5241,0,"",python,selection_command +1793,6832145,"jasmine.py",5327,0,"",python,selection_command +1794,6832397,"jasmine.py",5401,0,"",python,selection_command +1795,6832424,"jasmine.py",5440,0,"",python,selection_command +1796,6832456,"jasmine.py",5471,0,"",python,selection_command +1797,6832488,"jasmine.py",5511,0,"",python,selection_command +1798,6832704,"jasmine.py",5574,0,"",python,selection_command +1799,6832889,"jasmine.py",5584,0,"",python,selection_command +1800,6833048,"jasmine.py",5608,0,"",python,selection_command +1801,6833339,"jasmine.py",5686,0,"",python,selection_command +1802,6833880,"jasmine.py",5729,0,"",python,selection_command +1803,6834123,"jasmine.py",5739,0,"",python,selection_command +1804,6834357,"jasmine.py",5747,0,"",python,selection_command +1805,6836481,"jasmine.py",5795,0,"",python,selection_command +1806,6836553,"jasmine.py",5806,0,"",python,selection_command +1807,6836781,"jasmine.py",5808,0,"",python,selection_command +1808,6837016,"jasmine.py",5818,0,"",python,selection_command +1809,6837145,"jasmine.py",5820,0,"",python,selection_command +1810,6837470,"jasmine.py",5824,0,"",python,selection_command +1811,6837667,"jasmine.py",5825,0,"",python,selection_command +1812,6908192,"jasmine.py",7019,0,"",python,selection_keyboard +1813,6908496,"jasmine.py",7081,0,"",python,selection_command +1814,6908758,"jasmine.py",7152,0,"",python,selection_command +1815,6908786,"jasmine.py",7165,0,"",python,selection_command +1816,6908807,"jasmine.py",7189,0,"",python,selection_command +1817,6908842,"jasmine.py",7215,0,"",python,selection_command +1818,6908874,"jasmine.py",7268,0,"",python,selection_command +1819,6908908,"jasmine.py",7301,0,"",python,selection_command +1820,6908941,"jasmine.py",7332,0,"",python,selection_command +1821,6908975,"jasmine.py",7360,0,"",python,selection_command +1822,6909007,"jasmine.py",7396,0,"",python,selection_command +1823,6909041,"jasmine.py",7410,0,"",python,selection_command +1824,6909073,"jasmine.py",7457,0,"",python,selection_command +1825,6909263,"jasmine.py",7501,0,"",python,selection_command +1826,6923782,"jasmine.py",7583,0,"",python,selection_command +1827,6937152,"jasmine.py",7642,0,"",python,selection_command +1828,6937316,"jasmine.py",7677,0,"",python,selection_command +1829,6950742,"jasmine.py",7717,0,"",python,selection_command +1830,6950933,"jasmine.py",7776,0,"",python,selection_command +1831,6959886,"jasmine.py",7853,0,"",python,selection_command +1832,7056650,"jasmine.py",7863,0,"",python,selection_command +1833,7056905,"jasmine.py",7865,0,"",python,selection_command +1834,7056924,"jasmine.py",7869,0,"",python,selection_command +1835,7056955,"jasmine.py",7870,0,"",python,selection_command +1836,7057281,"jasmine.py",7873,0,"",python,selection_command +1837,7057462,"jasmine.py",7874,0,"",python,selection_command +1838,7057637,"jasmine.py",7876,0,"",python,selection_command +1839,7057944,"jasmine.py",7877,0,"",python,selection_command +1840,7058327,"utils/nn.py",0,0,"",python,tab +1841,7058327,"utils/nn.py",8265,0,"",python,selection_command +1842,7076257,"jasmine.py",0,0,"",python,tab +1843,7076257,"jasmine.py",7877,0,"",python,selection_command +1844,7083536,"utils/nn.py",0,0,"",python,tab +1845,7083536,"utils/nn.py",8265,0,"",python,selection_command +1846,7089161,"jasmine.py",0,0,"",python,tab +1847,7089161,"jasmine.py",7877,0,"",python,selection_command +1848,7089645,"jasmine.py",7849,0,"",python,selection_command +1849,7109527,"jasmine.py",8140,0,"",python,selection_command +1850,7110107,"jasmine.py",8762,0,"",python,selection_command +1851,7110606,"jasmine.py",10195,0,"",python,selection_command +1852,7111535,"jasmine.py",10994,0,"",python,selection_command +1853,7116762,"jasmine.py",10195,0,"",python,selection_command +1854,7116883,"jasmine.py",8762,0,"",python,selection_command +1855,7117071,"jasmine.py",8140,0,"",python,selection_command +1856,7131960,"jasmine.py",8762,0,"",python,selection_command +1857,7197947,"jasmine.py",8726,0,"",python,selection_command +1858,7201076,"jasmine.py",4407,0,"",python,selection_command +1859,7202414,"jasmine.py",8726,0,"",python,selection_command +1860,7205813,"jasmine.py",4407,0,"",python,selection_command +1861,7236114,"jasmine.py",4452,0,"",python,selection_command +1862,7236426,"jasmine.py",4496,0,"",python,selection_command +1863,7236681,"jasmine.py",4537,0,"",python,selection_command +1864,7236704,"jasmine.py",4580,0,"",python,selection_command +1865,7236732,"jasmine.py",4632,0,"",python,selection_command +1866,7236763,"jasmine.py",4690,0,"",python,selection_command +1867,7236798,"jasmine.py",4739,0,"",python,selection_command +1868,7236830,"jasmine.py",4786,0,"",python,selection_command +1869,7236862,"jasmine.py",4824,0,"",python,selection_command +1870,7236896,"jasmine.py",4870,0,"",python,selection_command +1871,7236929,"jasmine.py",4904,0,"",python,selection_command +1872,7236964,"jasmine.py",4966,0,"",python,selection_command +1873,7236998,"jasmine.py",5002,0,"",python,selection_command +1874,7237031,"jasmine.py",5029,0,"",python,selection_command +1875,7237063,"jasmine.py",5043,0,"",python,selection_command +1876,7237096,"jasmine.py",5057,0,"",python,selection_command +1877,7237129,"jasmine.py",5126,0,"",python,selection_command +1878,7237167,"jasmine.py",5135,0,"",python,selection_command +1879,7237199,"jasmine.py",5153,0,"",python,selection_command +1880,7237230,"jasmine.py",5218,0,"",python,selection_command +1881,7237264,"jasmine.py",5249,0,"",python,selection_command +1882,7237394,"jasmine.py",5335,0,"",python,selection_command +1883,7237526,"jasmine.py",5347,0,"",python,selection_command +1884,7237693,"jasmine.py",5349,0,"",python,selection_command +1885,7237838,"jasmine.py",5353,0,"",python,selection_command +1886,7237978,"jasmine.py",5354,0,"",python,selection_command +1887,7238135,"jasmine.py",5357,0,"",python,selection_command +1888,7238382,"jasmine.py",5358,0,"",python,selection_command +1889,7238589,"jasmine.py",5367,0,"",python,selection_command +1890,7238985,"jasmine.py",5358,0,"",python,selection_command +1891,7239325,"models/lam.py",0,0,"",python,tab +1892,7239326,"models/lam.py",3596,0,"",python,selection_command +1893,7305453,"jasmine.py",0,0,"",python,tab +1894,7305453,"jasmine.py",5358,0,"",python,selection_command +1895,7307081,"jasmine.py",7360,0,"",python,selection_command +1896,7308805,"jasmine.py",7396,0,"",python,selection_command +1897,7309047,"jasmine.py",7410,0,"",python,selection_command +1898,7309068,"jasmine.py",7457,0,"",python,selection_command +1899,7309098,"jasmine.py",7501,0,"",python,selection_command +1900,7309322,"jasmine.py",7583,0,"",python,selection_command +1901,7378305,"jasmine.py",9256,0,"",python,selection_keyboard +1902,7378649,"jasmine.py",9238,0,"",python,selection_command +1903,7378911,"jasmine.py",9167,0,"",python,selection_command +1904,7378924,"jasmine.py",9137,0,"",python,selection_command +1905,7378965,"jasmine.py",9081,0,"",python,selection_command +1906,7379008,"jasmine.py",9064,0,"",python,selection_command +1907,7379025,"jasmine.py",9004,0,"",python,selection_command +1908,7379058,"jasmine.py",8943,0,"",python,selection_command +1909,7379216,"jasmine.py",8871,0,"",python,selection_command +1910,7379379,"jasmine.py",8793,0,"",python,selection_command +1911,7408199,"models/dynamics_maskgit.py",0,0,"",python,tab +1912,7442259,"jasmine.py",0,0,"",python,tab +1913,7506582,"jasmine.py",8730,0,"",python,selection_command +1914,7506733,"jasmine.py",8726,0,"",python,selection_command +1915,7506846,"jasmine.py",8726,1,"a",python,selection_command +1916,7506855,"jasmine.py",8726,9,"act_embed",python,selection_command +1917,7513396,"jasmine.py",8734,0,"",python,selection_command +1918,7513620,"jasmine.py",8736,0,"",python,selection_command +1919,7513788,"jasmine.py",8738,0,"",python,selection_command +1920,7513957,"jasmine.py",8742,0,"",python,selection_command +1921,7514139,"jasmine.py",8743,0,"",python,selection_command +1922,7514302,"jasmine.py",8751,0,"",python,selection_command +1923,7514447,"jasmine.py",8752,0,"",python,selection_command +1924,7514588,"jasmine.py",8761,0,"",python,selection_command +1925,7514710,"jasmine.py",8762,0,"",python,selection_command +1926,7530910,"jasmine.py",8140,0,"",python,selection_command +1927,7531058,"jasmine.py",7849,0,"",python,selection_command +1928,7532146,"jasmine.py",8140,0,"",python,selection_command +1929,7532278,"jasmine.py",8762,0,"",python,selection_command +1930,7783853,"models/dynamics_maskgit.py",0,0,"",python,tab +1931,7783912,"models/dynamics_maskgit.py",2857,0,"",python,selection_command +1932,7785906,"models/dynamics_maskgit.py",2849,0,"",python,selection_command +1933,7786067,"models/dynamics_maskgit.py",2909,0,"",python,selection_command +1934,7786320,"models/dynamics_maskgit.py",2983,0,"",python,selection_command +1935,7786343,"models/dynamics_maskgit.py",3028,0,"",python,selection_command +1936,7786374,"models/dynamics_maskgit.py",3056,0,"",python,selection_command +1937,7809240,"jasmine.py",0,0,"",python,tab +1938,7810933,"jasmine.py",8775,0,"",python,selection_command +1939,7811588,"jasmine.py",8714,0,"",python,selection_command +1940,7811905,"jasmine.py",8726,0,"",python,selection_command +1941,7813419,"jasmine.py",8789,0,"",python,selection_command +1942,7814797,"jasmine.py",8726,0,"",python,selection_command +1943,7814970,"jasmine.py",8685,0,"",python,selection_command +1944,7815123,"jasmine.py",8672,0,"",python,selection_command +1945,7815249,"jasmine.py",8612,0,"",python,selection_command +1946,7829641,"models/dynamics_maskgit.py",0,0,"",python,tab +1947,7830308,"jasmine.py",0,0,"",python,tab +1948,7830804,"models/dynamics_maskgit.py",0,0,"",python,tab +1949,7833466,"jasmine.py",0,0,"",python,tab +1950,7846755,"jasmine.py",8672,0,"",python,selection_command +1951,7846895,"jasmine.py",8685,0,"",python,selection_command +1952,7847074,"jasmine.py",8726,0,"",python,selection_command +1953,7847207,"jasmine.py",8789,0,"",python,selection_command +1954,7847325,"jasmine.py",8867,0,"",python,selection_command +1955,7890540,"jasmine.py",8939,0,"",python,selection_command +1956,7938643,"jasmine.py",9000,0,"",python,selection_command +1957,7938872,"jasmine.py",9013,0,"",python,selection_command +1958,7939040,"jasmine.py",9015,0,"",python,selection_command +1959,7939227,"jasmine.py",9019,0,"",python,selection_command +1960,7939378,"jasmine.py",9020,0,"",python,selection_command +1961,7939550,"jasmine.py",9028,0,"",python,selection_command +1962,7939704,"jasmine.py",9029,0,"",python,selection_command +1963,7940278,"jasmine.py",9028,0,"",python,selection_command +1964,7940629,"jasmine.py",9020,0,"",python,selection_command +1965,7941425,"jasmine.py",8988,0,"",python,selection_command +1966,7941538,"jasmine.py",9000,0,"",python,selection_command +1967,7943485,"models/dynamics_maskgit.py",0,0,"",python,tab +1968,7944777,"models/dynamics_maskgit.py",3028,0,"",python,selection_command +1969,7944934,"models/dynamics_maskgit.py",2983,0,"",python,selection_command +1970,7945683,"models/dynamics_maskgit.py",3028,0,"",python,selection_command +1971,7945841,"models/dynamics_maskgit.py",3056,0,"",python,selection_command +1972,7946872,"jasmine.py",0,0,"",python,tab +1973,7949217,"jasmine.py",8988,75," final_logits = self.dynamics.transformer(vid_embed) / step_temp",python,selection_command +1974,7987129,"jasmine.py",8988,75," final_logits = final_logits / step_temp",python,content +1975,7987129,"jasmine.py",8600,254," masked_token_idxs = jnp.where(mask, 0, token_idxs) # Use 0 as mask token index\n \n # Use vanilla forward pass with proper input formatting\n dynamics_inputs = {\n ""video_tokens"": masked_token_idxs,\n ""latent_actions"": action_tokens,\n }\n final_logits, _ = self.dynamics(dynamics_inputs, training=False)\n \n # Apply temperature scaling",python,content +1976,7987129,"jasmine.py",8467,0," \n # Apply mask tokens manually since we're not in training mode\n",python,content +1977,7987129,"jasmine.py",8199,124," # --- Prepare inputs for dynamics model ---",python,content +1978,8005528,"jasmine.py",9200,51," final_logits = self.dynamics.transformer(vid_embed) / step_temp",python,content +1979,8005528,"jasmine.py",8618,448," vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))",python,content +1980,8005528,"jasmine.py",8398,87,"",python,content +1981,8005528,"jasmine.py",8199,55," # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)",python,content +1982,8005643,"jasmine.py",8988,75," final_logits = final_logits / step_temp",python,content +1983,8005643,"jasmine.py",8855,0," final_logits = self.dynamics.transformer(vid_embed)\n \n # Apply temperature scaling\n",python,content +1984,8005643,"jasmine.py",8600,113," vid_embed = jnp.where(mask_expanded, self.dynamics.mask_token.value, vid_embed)\n \n # Now apply action embedding and transformer (mimicking the vanilla forward pass)",python,content +1985,8005643,"jasmine.py",8467,72," \n # Use vanilla forward pass with proper input formatting\n dynamics_inputs = {\n ""video_tokens"": token_idxs,\n ""latent_actions"": action_tokens,\n }\n \n # We need to manually apply the mask logic since we're not in training mode\n # First, get the embedded tokens\n vid_embed = self.dynamics.patch_embed(token_idxs)\n # Apply mask tokens by replacing masked embeddings",python,content +1986,8005643,"jasmine.py",8199,124," # --- Prepare inputs for dynamics model ---",python,content +1987,8019581,"jasmine.py",9539,51," final_logits = self.dynamics.transformer(vid_embed) / step_temp",python,content +1988,8019581,"jasmine.py",9289,117,"",python,content +1989,8019581,"jasmine.py",8949,198," vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---",python,content +1990,8019581,"jasmine.py",8398,490," mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)",python,content +1991,8019581,"jasmine.py",8199,55," # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)",python,content +1992,8019717,"jasmine.py",8988,75," final_logits = final_logits / step_temp",python,content +1993,8019717,"jasmine.py",8467,387," \n # Create a dummy mask_rng since we're not in training mode\n # The dynamics model will return mask=None when training=False\n dynamics_inputs = {\n ""video_tokens"": token_idxs,\n ""latent_actions"": action_tokens,\n ""mask_rng"": jnp.array([0]), # Dummy value, won't be used in inference\n }\n \n # Call the vanilla forward pass\n final_logits, _ = self.dynamics(dynamics_inputs, training=False)\n \n # Apply temperature scaling",python,content +1994,8019717,"jasmine.py",8199,124," # --- Use vanilla forward pass with proper input formatting ---",python,content +1995,8024835,"models/dynamics_maskgit.py",0,0,"",python,tab +1996,8031520,"jasmine.py",0,0,"",python,tab +1997,8033096,"jasmine.py",9123,51," final_logits = self.dynamics.transformer(vid_embed) / step_temp",python,content +1998,8033097,"jasmine.py",8418,571," mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))",python,content +1999,8033097,"jasmine.py",8199,75," # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)",python,content +2000,8033211,"jasmine.py",8988,75," final_logits = final_logits / step_temp",python,content +2001,8033211,"jasmine.py",8855,0," final_logits = self.dynamics.transformer(vid_embed)\n \n # Apply temperature scaling\n",python,content +2002,8033211,"jasmine.py",8600,113," vid_embed = jnp.where(mask_expanded, self.dynamics.mask_token.value, vid_embed)\n \n # Now apply action embedding and transformer (same logic as vanilla forward pass)",python,content +2003,8033211,"jasmine.py",8467,72," \n # Apply mask tokens manually since we need them for MaskGIT sampling\n # First, get the embedded tokens using the vanilla patch_embed\n vid_embed = self.dynamics.patch_embed(token_idxs)\n # Apply mask tokens by replacing masked embeddings (same logic as vanilla forward pass)",python,content +2004,8033211,"jasmine.py",8199,124," # --- Use vanilla forward pass with proper input formatting ---",python,content +2005,8090158,"jasmine.py",9083,0,"",python,selection_command +2006,8092601,"jasmine.py",9020,0,"",python,selection_command +2007,8092849,"jasmine.py",8926,0,"",python,selection_command +2008,8092872,"jasmine.py",8912,0,"",python,selection_command +2009,8092914,"jasmine.py",8821,0,"",python,selection_command +2010,8092947,"jasmine.py",8761,0,"",python,selection_command +2011,8092969,"jasmine.py",8661,0,"",python,selection_command +2012,8093002,"jasmine.py",8599,0,"",python,selection_command +2013,8093035,"jasmine.py",8524,0,"",python,selection_command +2014,8093075,"jasmine.py",8443,0,"",python,selection_command +2015,8093246,"jasmine.py",8429,0,"",python,selection_command +2016,8093415,"jasmine.py",8350,0,"",python,selection_command +2017,8093582,"jasmine.py",8287,0,"",python,selection_command +2018,8093701,"jasmine.py",8211,0,"",python,selection_command +2019,8093918,"jasmine.py",8198,0,"",python,selection_command +2020,8099309,"jasmine.py",8211,0,"",python,selection_command +2021,8099560,"jasmine.py",8287,0,"",python,selection_command +2022,8099572,"jasmine.py",8350,0,"",python,selection_command +2023,8099601,"jasmine.py",8429,0,"",python,selection_command +2024,8099635,"jasmine.py",8443,0,"",python,selection_command +2025,8099668,"jasmine.py",8524,0,"",python,selection_command +2026,8099700,"jasmine.py",8599,0,"",python,selection_command +2027,8099875,"jasmine.py",8661,0,"",python,selection_command +2028,8100160,"jasmine.py",8599,0,"",python,selection_command +2029,8100546,"jasmine.py",8524,0,"",python,selection_command +2030,8100795,"jasmine.py",8443,0,"",python,selection_command +2031,8100823,"jasmine.py",8429,0,"",python,selection_command +2032,8100857,"jasmine.py",8350,0,"",python,selection_command +2033,8102512,"jasmine.py",8429,0,"",python,selection_command +2034,8103560,"jasmine.py",8443,0,"",python,selection_command +2035,8103735,"jasmine.py",8524,0,"",python,selection_command +2036,8103918,"jasmine.py",8599,0,"",python,selection_command +2037,8104015,"jasmine.py",8661,0,"",python,selection_command +2038,8104506,"jasmine.py",8761,0,"",python,selection_command +2039,8105011,"jasmine.py",8661,0,"",python,selection_command +2040,8105212,"jasmine.py",8599,0,"",python,selection_command +2041,8107808,"jasmine.py",8661,0,"",python,selection_command +2042,8109137,"jasmine.py",8761,0,"",python,selection_command +2043,8133713,"models/dynamics_maskgit.py",0,0,"",python,tab +2044,8135024,"models/dynamics_maskgit.py",3028,0,"",python,selection_command +2045,8135277,"models/dynamics_maskgit.py",2983,0,"",python,selection_command +2046,8135295,"models/dynamics_maskgit.py",2909,0,"",python,selection_command +2047,8135329,"models/dynamics_maskgit.py",2849,0,"",python,selection_command +2048,8135362,"models/dynamics_maskgit.py",2828,0,"",python,selection_command +2049,8135395,"models/dynamics_maskgit.py",2791,0,"",python,selection_command +2050,8135429,"models/dynamics_maskgit.py",2790,0,"",python,selection_command +2051,8135471,"models/dynamics_maskgit.py",2766,0,"",python,selection_command +2052,8135502,"models/dynamics_maskgit.py",2752,0,"",python,selection_command +2053,8135529,"models/dynamics_maskgit.py",2738,0,"",python,selection_command +2054,8135562,"models/dynamics_maskgit.py",2662,0,"",python,selection_command +2055,8135594,"models/dynamics_maskgit.py",2627,0,"",python,selection_command +2056,8135628,"models/dynamics_maskgit.py",2583,0,"",python,selection_command +2057,8135662,"models/dynamics_maskgit.py",2533,0,"",python,selection_command +2058,8135695,"models/dynamics_maskgit.py",2501,0,"",python,selection_command +2059,8135728,"models/dynamics_maskgit.py",2416,0,"",python,selection_command +2060,8135761,"models/dynamics_maskgit.py",2387,0,"",python,selection_command +2061,8135795,"models/dynamics_maskgit.py",2334,0,"",python,selection_command +2062,8135829,"models/dynamics_maskgit.py",2320,0,"",python,selection_command +2063,8135862,"models/dynamics_maskgit.py",2249,0,"",python,selection_command +2064,8135895,"models/dynamics_maskgit.py",2205,0,"",python,selection_command +2065,8135928,"models/dynamics_maskgit.py",2116,0,"",python,selection_command +2066,8135962,"models/dynamics_maskgit.py",2072,0,"",python,selection_command +2067,8135995,"models/dynamics_maskgit.py",2051,0,"",python,selection_command +2068,8136028,"models/dynamics_maskgit.py",1991,0,"",python,selection_command +2069,8136062,"models/dynamics_maskgit.py",1961,0,"",python,selection_command +2070,8136390,"models/dynamics_maskgit.py",1991,0,"",python,selection_command +2071,8136737,"models/dynamics_maskgit.py",1999,0,"",python,selection_command +2072,8137153,"models/dynamics_maskgit.py",2059,0,"",python,selection_command +2073,8137407,"models/dynamics_maskgit.py",2080,0,"",python,selection_command +2074,8137422,"models/dynamics_maskgit.py",2124,0,"",python,selection_command +2075,8137455,"models/dynamics_maskgit.py",2213,0,"",python,selection_command +2076,8137504,"models/dynamics_maskgit.py",2257,0,"",python,selection_command +2077,8137522,"models/dynamics_maskgit.py",2328,0,"",python,selection_command +2078,8137554,"models/dynamics_maskgit.py",2342,0,"",python,selection_command +2079,8137589,"models/dynamics_maskgit.py",2395,0,"",python,selection_command +2080,8137623,"models/dynamics_maskgit.py",2424,0,"",python,selection_command +2081,8137656,"models/dynamics_maskgit.py",2509,0,"",python,selection_command +2082,8137690,"models/dynamics_maskgit.py",2541,0,"",python,selection_command +2083,8137724,"models/dynamics_maskgit.py",2591,0,"",python,selection_command +2084,8137757,"models/dynamics_maskgit.py",2635,0,"",python,selection_command +2085,8137790,"models/dynamics_maskgit.py",2670,0,"",python,selection_command +2086,8137824,"models/dynamics_maskgit.py",2746,0,"",python,selection_command +2087,8137857,"models/dynamics_maskgit.py",2760,0,"",python,selection_command +2088,8137890,"models/dynamics_maskgit.py",2774,0,"",python,selection_command +2089,8138273,"models/dynamics_maskgit.py",2790,0,"",python,selection_command +2090,8150188,"jasmine.py",0,0,"",python,tab +2091,8247185,"jasmine.py",8775,0,"",python,selection_command +2092,8248713,"jasmine.py",8777,0,"",python,selection_command +2093,8259718,"jasmine.py",7933,0,"",python,selection_mouse +2094,8265032,"jasmine.py",11504,0,"",python,selection_mouse +2095,8268509,"jasmine.py",11361,0,"",python,selection_mouse +2096,8289543,"models/dynamics_maskgit.py",0,0,"",python,tab +2097,8331438,"jasmine.py",0,0,"",python,tab +2098,8410601,"jasmine.py",9399,51," final_logits = self.dynamics.transformer(vid_embed) / step_temp",python,content +2099,8410601,"jasmine.py",9149,117,"",python,content +2100,8410601,"jasmine.py",8809,198," vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---",python,content +2101,8410601,"jasmine.py",8418,330," mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)",python,content +2102,8410601,"jasmine.py",8199,75," # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)",python,content +2103,8410739,"jasmine.py",8988,75," final_logits = final_logits / step_temp",python,content +2104,8410740,"jasmine.py",8467,387," \n # Use vanilla forward pass with provided mask for sampling\n dynamics_inputs = {\n ""video_tokens"": token_idxs,\n ""latent_actions"": action_tokens,\n }\n final_logits, _ = self.dynamics(dynamics_inputs, training=False, mask=mask)\n \n # Apply temperature scaling",python,content +2105,8410740,"jasmine.py",8199,124," # --- Use vanilla forward pass with proper input formatting ---",python,content +2106,8448616,"jasmine.py",8198,0,"",python,selection_mouse +2107,8452209,"models/dynamics_maskgit.py",0,0,"",python,tab +2108,8452763,"models/dynamics_maskgit.py",2814,0,"",python,selection_command +2109,8453013,"models/dynamics_maskgit.py",2783,0,"",python,selection_command +2110,8453045,"models/dynamics_maskgit.py",2769,0,"",python,selection_command +2111,8453068,"models/dynamics_maskgit.py",2693,0,"",python,selection_command +2112,8453103,"models/dynamics_maskgit.py",2658,0,"",python,selection_command +2113,8453138,"models/dynamics_maskgit.py",2614,0,"",python,selection_command +2114,8453170,"models/dynamics_maskgit.py",2564,0,"",python,selection_command +2115,8453211,"models/dynamics_maskgit.py",2532,0,"",python,selection_command +2116,8453244,"models/dynamics_maskgit.py",2447,0,"",python,selection_command +2117,8453276,"models/dynamics_maskgit.py",2418,0,"",python,selection_command +2118,8453309,"models/dynamics_maskgit.py",2365,0,"",python,selection_command +2119,8453343,"models/dynamics_maskgit.py",2351,0,"",python,selection_command +2120,8453376,"models/dynamics_maskgit.py",2280,0,"",python,selection_command +2121,8453410,"models/dynamics_maskgit.py",2236,0,"",python,selection_command +2122,8453443,"models/dynamics_maskgit.py",2147,0,"",python,selection_command +2123,8453476,"models/dynamics_maskgit.py",2103,0,"",python,selection_command +2124,8453644,"models/dynamics_maskgit.py",2082,0,"",python,selection_command +2125,8453826,"models/dynamics_maskgit.py",2022,0,"",python,selection_command +2126,8453979,"models/dynamics_maskgit.py",2082,0,"",python,selection_command +2127,8454231,"models/dynamics_maskgit.py",2103,0,"",python,selection_command +2128,8454267,"models/dynamics_maskgit.py",2147,0,"",python,selection_command +2129,8454306,"models/dynamics_maskgit.py",2236,0,"",python,selection_command +2130,8454329,"models/dynamics_maskgit.py",2280,0,"",python,selection_command +2131,8454363,"models/dynamics_maskgit.py",2351,0,"",python,selection_command +2132,8454396,"models/dynamics_maskgit.py",2365,0,"",python,selection_command +2133,8454451,"models/dynamics_maskgit.py",2418,0,"",python,selection_command +2134,8454481,"models/dynamics_maskgit.py",2447,0,"",python,selection_command +2135,8454504,"models/dynamics_maskgit.py",2532,0,"",python,selection_command +2136,8454528,"models/dynamics_maskgit.py",2564,0,"",python,selection_command +2137,8454563,"models/dynamics_maskgit.py",2614,0,"",python,selection_command +2138,8454596,"models/dynamics_maskgit.py",2658,0,"",python,selection_command +2139,8454629,"models/dynamics_maskgit.py",2693,0,"",python,selection_command +2140,8454663,"models/dynamics_maskgit.py",2769,0,"",python,selection_command +2141,8454697,"models/dynamics_maskgit.py",2783,0,"",python,selection_command +2142,8454731,"models/dynamics_maskgit.py",2814,0,"",python,selection_command +2143,8455251,"models/dynamics_maskgit.py",2783,0,"",python,selection_command +2144,8455603,"models/dynamics_maskgit.py",2814,0,"",python,selection_command +2145,8455852,"models/dynamics_maskgit.py",2880,0,"",python,selection_command +2146,8455884,"models/dynamics_maskgit.py",2915,0,"",python,selection_command +2147,8455915,"models/dynamics_maskgit.py",2991,0,"",python,selection_command +2148,8455949,"models/dynamics_maskgit.py",3005,0,"",python,selection_command +2149,8456286,"models/dynamics_maskgit.py",2991,0,"",python,selection_command +2150,8456450,"models/dynamics_maskgit.py",2915,0,"",python,selection_command +2151,8456596,"models/dynamics_maskgit.py",2880,0,"",python,selection_command +2152,8456749,"models/dynamics_maskgit.py",2814,0,"",python,selection_command +2153,8456902,"models/dynamics_maskgit.py",2783,0,"",python,selection_command +2154,8465444,"models/dynamics_maskgit.py",2814,0,"",python,selection_command +2155,8472561,"models/dynamics_maskgit.py",2814,66,"",python,content +2156,8472576,"models/dynamics_maskgit.py",2826,0,"",python,selection_command +2157,8473052,"models/dynamics_maskgit.py",2861,0,"",python,selection_command +2158,8473152,"models/dynamics_maskgit.py",2865,0,"",python,selection_command +2159,8475084,"models/dynamics_maskgit.py",2868,0,"",python,selection_command +2160,8475333,"models/dynamics_maskgit.py",2869,0,"",python,selection_command +2161,8476000,"models/dynamics_maskgit.py",2834,0,"",python,selection_command +2162,8476250,"models/dynamics_maskgit.py",2803,0,"",python,selection_command +2163,8476279,"models/dynamics_maskgit.py",2781,0,"",python,selection_command +2164,8476314,"models/dynamics_maskgit.py",2713,0,"",python,selection_command +2165,8476346,"models/dynamics_maskgit.py",2678,0,"",python,selection_command +2166,8476380,"models/dynamics_maskgit.py",2634,0,"",python,selection_command +2167,8476414,"models/dynamics_maskgit.py",2584,0,"",python,selection_command +2168,8476649,"models/dynamics_maskgit.py",2552,0,"",python,selection_command +2169,8476819,"models/dynamics_maskgit.py",2467,0,"",python,selection_command +2170,8477018,"models/dynamics_maskgit.py",2438,0,"",python,selection_command +2171,8477388,"models/dynamics_maskgit.py",2430,0,"",python,selection_command +2172,8486412,"models/dynamics_maskgit.py",2377,0,"",python,selection_command +2173,8486663,"models/dynamics_maskgit.py",2363,0,"",python,selection_command +2174,8486692,"models/dynamics_maskgit.py",2292,0,"",python,selection_command +2175,8486726,"models/dynamics_maskgit.py",2248,0,"",python,selection_command +2176,8486761,"models/dynamics_maskgit.py",2159,0,"",python,selection_command +2177,8486800,"models/dynamics_maskgit.py",2115,0,"",python,selection_command +2178,8486839,"models/dynamics_maskgit.py",2094,0,"",python,selection_command +2179,8487903,"models/dynamics_maskgit.py",2082,0,"",python,selection_command +2180,8487922,"models/dynamics_maskgit.py",2090,0,"",python,selection_command +2181,8488830,"models/dynamics_maskgit.py",2111,0,"",python,selection_command +2182,8488997,"models/dynamics_maskgit.py",2115,0,"",python,selection_command +2183,8489094,"models/dynamics_maskgit.py",2094,0,"",python,selection_command +2184,8489653,"models/dynamics_maskgit.py",2115,0,"",python,selection_command +2185,8489897,"models/dynamics_maskgit.py",2159,0,"",python,selection_command +2186,8489927,"models/dynamics_maskgit.py",2248,0,"",python,selection_command +2187,8489960,"models/dynamics_maskgit.py",2292,0,"",python,selection_command +2188,8489995,"models/dynamics_maskgit.py",2363,0,"",python,selection_command +2189,8490030,"models/dynamics_maskgit.py",2377,0,"",python,selection_command +2190,8490063,"models/dynamics_maskgit.py",2430,0,"",python,selection_command +2191,8490098,"models/dynamics_maskgit.py",2459,0,"",python,selection_command +2192,8490133,"models/dynamics_maskgit.py",2544,0,"",python,selection_command +2193,8490169,"models/dynamics_maskgit.py",2576,0,"",python,selection_command +2194,8490200,"models/dynamics_maskgit.py",2626,0,"",python,selection_command +2195,8490234,"models/dynamics_maskgit.py",2670,0,"",python,selection_command +2196,8490274,"models/dynamics_maskgit.py",2705,0,"",python,selection_command +2197,8490300,"models/dynamics_maskgit.py",2781,0,"",python,selection_command +2198,8490508,"models/dynamics_maskgit.py",2795,0,"",python,selection_command +2199,8490699,"models/dynamics_maskgit.py",2781,0,"",python,selection_command +2200,8490864,"models/dynamics_maskgit.py",2705,0,"",python,selection_command +2201,8491010,"models/dynamics_maskgit.py",2670,0,"",python,selection_command +2202,8491159,"models/dynamics_maskgit.py",2626,0,"",python,selection_command +2203,8491328,"models/dynamics_maskgit.py",2576,0,"",python,selection_command +2204,8491461,"models/dynamics_maskgit.py",2544,0,"",python,selection_command +2205,8491609,"models/dynamics_maskgit.py",2459,0,"",python,selection_command +2206,8491797,"models/dynamics_maskgit.py",2430,0,"",python,selection_command +2207,8491982,"models/dynamics_maskgit.py",2459,0,"",python,selection_command +2208,8492231,"models/dynamics_maskgit.py",2544,0,"",python,selection_command +2209,8492262,"models/dynamics_maskgit.py",2576,0,"",python,selection_command +2210,8492294,"models/dynamics_maskgit.py",2626,0,"",python,selection_command +2211,8492327,"models/dynamics_maskgit.py",2670,0,"",python,selection_command +2212,8492361,"models/dynamics_maskgit.py",2705,0,"",python,selection_command +2213,8492395,"models/dynamics_maskgit.py",2781,0,"",python,selection_command +2214,8492588,"models/dynamics_maskgit.py",2795,0,"",python,selection_command +2215,8492743,"models/dynamics_maskgit.py",2826,0,"",python,selection_command +2216,8493049,"models/dynamics_maskgit.py",2827,0,"",python,selection_command +2217,8493161,"models/dynamics_maskgit.py",2796,0,"",python,selection_command +2218,8493245,"models/dynamics_maskgit.py",2797,0,"",python,selection_command +2219,8493562,"models/dynamics_maskgit.py",2781,0,"",python,selection_command +2220,8493712,"models/dynamics_maskgit.py",2780,0,"",python,selection_command +2221,8494082,"models/dynamics_maskgit.py",2794,0,"",python,selection_command +2222,8494196,"models/dynamics_maskgit.py",2795,0,"",python,selection_command +2223,8494399,"models/dynamics_maskgit.py",2796,0,"",python,selection_command +2224,8496349,"models/dynamics_maskgit.py",2781,0,"",python,selection_command +2225,8496567,"models/dynamics_maskgit.py",2706,0,"",python,selection_command +2226,8496599,"models/dynamics_maskgit.py",2671,0,"",python,selection_command +2227,8496628,"models/dynamics_maskgit.py",2627,0,"",python,selection_command +2228,8496662,"models/dynamics_maskgit.py",2577,0,"",python,selection_command +2229,8496696,"models/dynamics_maskgit.py",2545,0,"",python,selection_command +2230,8496729,"models/dynamics_maskgit.py",2460,0,"",python,selection_command +2231,8496763,"models/dynamics_maskgit.py",2431,0,"",python,selection_command +2232,8496795,"models/dynamics_maskgit.py",2378,0,"",python,selection_command +2233,8496829,"models/dynamics_maskgit.py",2363,0,"",python,selection_command +2234,8496864,"models/dynamics_maskgit.py",2293,0,"",python,selection_command +2235,8496897,"models/dynamics_maskgit.py",2249,0,"",python,selection_command +2236,8496930,"models/dynamics_maskgit.py",2160,0,"",python,selection_command +2237,8496963,"models/dynamics_maskgit.py",2116,0,"",python,selection_command +2238,8496999,"models/dynamics_maskgit.py",2095,0,"",python,selection_command +2239,8497032,"models/dynamics_maskgit.py",2035,0,"",python,selection_command +2240,8497067,"models/dynamics_maskgit.py",2005,0,"",python,selection_command +2241,8497194,"models/dynamics_maskgit.py",1960,0,"",python,selection_command +2242,8497333,"models/dynamics_maskgit.py",1864,0,"",python,selection_command +2243,8497753,"models/dynamics_maskgit.py",1865,0,"",python,selection_command +2244,8498002,"models/dynamics_maskgit.py",1870,0,"",python,selection_command +2245,8498034,"models/dynamics_maskgit.py",1872,0,"",python,selection_command +2246,8498064,"models/dynamics_maskgit.py",1876,0,"",python,selection_command +2247,8498097,"models/dynamics_maskgit.py",1877,0,"",python,selection_command +2248,8498132,"models/dynamics_maskgit.py",1880,0,"",python,selection_command +2249,8498166,"models/dynamics_maskgit.py",1882,0,"",python,selection_command +2250,8498199,"models/dynamics_maskgit.py",1885,0,"",python,selection_command +2251,8498232,"models/dynamics_maskgit.py",1886,0,"",python,selection_command +2252,8498384,"models/dynamics_maskgit.py",1891,0,"",python,selection_command +2253,8498552,"models/dynamics_maskgit.py",1894,0,"",python,selection_command +2254,8498802,"models/dynamics_maskgit.py",1902,0,"",python,selection_command +2255,8498832,"models/dynamics_maskgit.py",1904,0,"",python,selection_command +2256,8498863,"models/dynamics_maskgit.py",1909,0,"",python,selection_command +2257,8498897,"models/dynamics_maskgit.py",1911,0,"",python,selection_command +2258,8498930,"models/dynamics_maskgit.py",1915,0,"",python,selection_command +2259,8499188,"models/dynamics_maskgit.py",1917,0,"",python,selection_command +2260,8499595,"models/dynamics_maskgit.py",1917,0,"c",python,content +2261,8499595,"models/dynamics_maskgit.py",1918,0,"",python,selection_keyboard +2262,8499709,"models/dynamics_maskgit.py",1918,0,"u",python,content +2263,8499709,"models/dynamics_maskgit.py",1919,0,"",python,selection_keyboard +2264,8499824,"models/dynamics_maskgit.py",1919,0,"s",python,content +2265,8499824,"models/dynamics_maskgit.py",1920,0,"",python,selection_keyboard +2266,8499919,"models/dynamics_maskgit.py",1920,0,"t",python,content +2267,8499920,"models/dynamics_maskgit.py",1921,0,"",python,selection_keyboard +2268,8500056,"models/dynamics_maskgit.py",1921,0,"o",python,content +2269,8500056,"models/dynamics_maskgit.py",1922,0,"",python,selection_keyboard +2270,8500104,"models/dynamics_maskgit.py",1922,0,"m",python,content +2271,8500104,"models/dynamics_maskgit.py",1923,0,"",python,selection_keyboard +2272,8500257,"models/dynamics_maskgit.py",1923,0,"_",python,content +2273,8500258,"models/dynamics_maskgit.py",1924,0,"",python,selection_keyboard +2274,8500542,"models/dynamics_maskgit.py",1923,0,"",python,selection_command +2275,8500840,"models/dynamics_maskgit.py",1997,0,"",python,selection_command +2276,8501087,"models/dynamics_maskgit.py",2027,0,"",python,selection_command +2277,8501117,"models/dynamics_maskgit.py",2087,0,"",python,selection_command +2278,8501143,"models/dynamics_maskgit.py",2108,0,"",python,selection_command +2279,8501175,"models/dynamics_maskgit.py",2152,0,"",python,selection_command +2280,8501209,"models/dynamics_maskgit.py",2226,0,"",python,selection_command +2281,8501249,"models/dynamics_maskgit.py",2285,0,"",python,selection_command +2282,8501275,"models/dynamics_maskgit.py",2356,0,"",python,selection_command +2283,8501315,"models/dynamics_maskgit.py",2370,0,"",python,selection_command +2284,8501351,"models/dynamics_maskgit.py",2423,0,"",python,selection_command +2285,8501385,"models/dynamics_maskgit.py",2452,0,"",python,selection_command +2286,8501415,"models/dynamics_maskgit.py",2526,0,"",python,selection_command +2287,8501448,"models/dynamics_maskgit.py",2569,0,"",python,selection_command +2288,8501481,"models/dynamics_maskgit.py",2619,0,"",python,selection_command +2289,8501516,"models/dynamics_maskgit.py",2663,0,"",python,selection_command +2290,8501549,"models/dynamics_maskgit.py",2698,0,"",python,selection_command +2291,8501582,"models/dynamics_maskgit.py",2772,0,"",python,selection_command +2292,8501750,"models/dynamics_maskgit.py",2788,0,"",python,selection_command +2293,8501919,"models/dynamics_maskgit.py",2819,0,"",python,selection_command +2294,8502238,"models/dynamics_maskgit.py",2798,0,"",python,selection_command +2295,8502427,"models/dynamics_maskgit.py",2803,0,"",python,selection_command +2296,8503489,"models/dynamics_maskgit.py",2888,0,"custom_",python,content +2297,8503489,"models/dynamics_maskgit.py",2803,0,"custom_",python,content +2298,8504675,"models/dynamics_maskgit.py",2790,0,"",python,selection_command +2299,8515621,"models/dynamics_maskgit.py",2828,0,"",python,selection_command +2300,8515818,"models/dynamics_maskgit.py",2863,0,"",python,selection_command +2301,8516056,"models/dynamics_maskgit.py",2879,0,"",python,selection_command +2302,8516239,"models/dynamics_maskgit.py",2882,0,"",python,selection_command +2303,8516451,"models/dynamics_maskgit.py",2883,0,"",python,selection_command +2304,8517486,"models/dynamics_maskgit.py",2848,0,"",python,selection_command +2305,8517732,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +2306,8517763,"models/dynamics_maskgit.py",2788,0,"",python,selection_command +2307,8517799,"models/dynamics_maskgit.py",2720,0,"",python,selection_command +2308,8517914,"models/dynamics_maskgit.py",2685,0,"",python,selection_command +2309,8517914,"models/dynamics_maskgit.py",2641,0,"",python,selection_command +2310,8517915,"models/dynamics_maskgit.py",2591,0,"",python,selection_command +2311,8517930,"models/dynamics_maskgit.py",2559,0,"",python,selection_command +2312,8517963,"models/dynamics_maskgit.py",2474,0,"",python,selection_command +2313,8517995,"models/dynamics_maskgit.py",2445,0,"",python,selection_command +2314,8518053,"models/dynamics_maskgit.py",2392,0,"",python,selection_command +2315,8518071,"models/dynamics_maskgit.py",2370,0,"",python,selection_command +2316,8518109,"models/dynamics_maskgit.py",2307,0,"",python,selection_command +2317,8518130,"models/dynamics_maskgit.py",2263,0,"",python,selection_command +2318,8518241,"models/dynamics_maskgit.py",2174,0,"",python,selection_command +2319,8518242,"models/dynamics_maskgit.py",2130,0,"",python,selection_command +2320,8518242,"models/dynamics_maskgit.py",2108,0,"",python,selection_command +2321,8518264,"models/dynamics_maskgit.py",2049,0,"",python,selection_command +2322,8518298,"models/dynamics_maskgit.py",2019,0,"",python,selection_command +2323,8518332,"models/dynamics_maskgit.py",1974,0,"",python,selection_command +2324,8518517,"models/dynamics_maskgit.py",1871,0,"",python,selection_command +2325,8519290,"models/dynamics_maskgit.py",1974,0,"",python,selection_command +2326,8519489,"models/dynamics_maskgit.py",2019,0,"",python,selection_command +2327,8519502,"models/dynamics_maskgit.py",2049,0,"",python,selection_command +2328,8519532,"models/dynamics_maskgit.py",2108,0,"",python,selection_command +2329,8519567,"models/dynamics_maskgit.py",2130,0,"",python,selection_command +2330,8519600,"models/dynamics_maskgit.py",2174,0,"",python,selection_command +2331,8519632,"models/dynamics_maskgit.py",2263,0,"",python,selection_command +2332,8519666,"models/dynamics_maskgit.py",2307,0,"",python,selection_command +2333,8519701,"models/dynamics_maskgit.py",2370,0,"",python,selection_command +2334,8519815,"models/dynamics_maskgit.py",2392,0,"",python,selection_command +2335,8519815,"models/dynamics_maskgit.py",2445,0,"",python,selection_command +2336,8519816,"models/dynamics_maskgit.py",2474,0,"",python,selection_command +2337,8519836,"models/dynamics_maskgit.py",2559,0,"",python,selection_command +2338,8519869,"models/dynamics_maskgit.py",2591,0,"",python,selection_command +2339,8519903,"models/dynamics_maskgit.py",2641,0,"",python,selection_command +2340,8520012,"models/dynamics_maskgit.py",2685,0,"",python,selection_command +2341,8520013,"models/dynamics_maskgit.py",2720,0,"",python,selection_command +2342,8520014,"models/dynamics_maskgit.py",2788,0,"",python,selection_command +2343,8520040,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +2344,8520077,"models/dynamics_maskgit.py",2848,0,"",python,selection_command +2345,8520109,"models/dynamics_maskgit.py",2883,0,"",python,selection_command +2346,8520142,"models/dynamics_maskgit.py",2958,0,"",python,selection_command +2347,8520199,"models/dynamics_maskgit.py",2972,0,"",python,selection_command +2348,8520213,"models/dynamics_maskgit.py",2994,0,"",python,selection_command +2349,8520249,"models/dynamics_maskgit.py",2998,0,"",python,selection_command +2350,8520341,"models/dynamics_maskgit.py",3019,0,"",python,selection_command +2351,8520341,"models/dynamics_maskgit.py",3056,0,"",python,selection_command +2352,8521421,"models/dynamics_maskgit.py",3036,0," breakpoint()\n",python,content +2353,8521786,"models/dynamics_maskgit.py",3055,0,"",python,selection_command +2354,8522690,"models/dynamics_maskgit.py",3044,0,"",python,selection_command +2355,8522960,"models/dynamics_maskgit.py",3044,0,"#",python,content +2356,8522961,"models/dynamics_maskgit.py",3045,0,"",python,selection_keyboard +2357,8522961,"models/dynamics_maskgit.py",3045,0," ",python,content +2358,8522961,"models/dynamics_maskgit.py",3046,0,"",python,selection_keyboard +2359,8523156,"models/dynamics_maskgit.py",3045,0,"",python,selection_command +2360,8527160,"jasmine.py",0,0,"",python,tab +2361,8528927,"models/dynamics_maskgit.py",0,0,"",python,tab +2362,8529982,"models/dynamics_maskgit.py",3008,0,"",python,selection_command +2363,8530302,"models/dynamics_maskgit.py",2998,0,"",python,selection_command +2364,8530303,"models/dynamics_maskgit.py",2983,0,"",python,selection_command +2365,8530303,"models/dynamics_maskgit.py",2969,0,"",python,selection_command +2366,8530318,"models/dynamics_maskgit.py",2955,0,"",python,selection_command +2367,8530358,"models/dynamics_maskgit.py",2872,0,"",python,selection_command +2368,8530408,"models/dynamics_maskgit.py",2837,0,"",python,selection_command +2369,8530499,"models/dynamics_maskgit.py",2799,0,"",python,selection_command +2370,8530499,"models/dynamics_maskgit.py",2785,0,"",python,selection_command +2371,8530499,"models/dynamics_maskgit.py",2709,0,"",python,selection_command +2372,8530527,"models/dynamics_maskgit.py",2674,0,"",python,selection_command +2373,8530603,"models/dynamics_maskgit.py",2630,0,"",python,selection_command +2374,8530604,"models/dynamics_maskgit.py",2580,0,"",python,selection_command +2375,8530627,"models/dynamics_maskgit.py",2548,0,"",python,selection_command +2376,8530659,"models/dynamics_maskgit.py",2463,0,"",python,selection_command +2377,8530691,"models/dynamics_maskgit.py",2434,0,"",python,selection_command +2378,8530725,"models/dynamics_maskgit.py",2381,0,"",python,selection_command +2379,8530824,"models/dynamics_maskgit.py",2367,0,"",python,selection_command +2380,8530825,"models/dynamics_maskgit.py",2296,0,"",python,selection_command +2381,8530825,"models/dynamics_maskgit.py",2252,0,"",python,selection_command +2382,8530857,"models/dynamics_maskgit.py",2163,0,"",python,selection_command +2383,8530892,"models/dynamics_maskgit.py",2119,0,"",python,selection_command +2384,8530923,"models/dynamics_maskgit.py",2098,0,"",python,selection_command +2385,8531022,"models/dynamics_maskgit.py",2038,0,"",python,selection_command +2386,8531023,"models/dynamics_maskgit.py",2008,0,"",python,selection_command +2387,8531142,"models/dynamics_maskgit.py",1999,0,"",python,selection_command +2388,8531925,"jasmine.py",0,0,"",python,tab +2389,8534497,"models/dynamics_maskgit.py",0,0,"",python,tab +2390,8535546,"models/dynamics_maskgit.py",2029,0,"",python,selection_command +2391,8537359,"jasmine.py",0,0,"",python,tab +2392,8541602,"models/dynamics_maskgit.py",0,0,"",python,tab +2393,8542729,"jasmine.py",0,0,"",python,tab +2394,8555053,"jasmine.py",8199,0,"",python,selection_command +2395,8555301,"jasmine.py",8211,0,"",python,selection_command +2396,8555549,"jasmine.py",8213,0,"",python,selection_command +2397,8555578,"jasmine.py",8217,0,"",python,selection_command +2398,8555604,"jasmine.py",8221,0,"",python,selection_command +2399,8555637,"jasmine.py",8229,0,"",python,selection_command +2400,8555670,"jasmine.py",8237,0,"",python,selection_command +2401,8555705,"jasmine.py",8242,0,"",python,selection_command +2402,8556320,"jasmine.py",8237,0,"",python,selection_command +2403,8556471,"jasmine.py",8229,0,"",python,selection_command +2404,8556632,"jasmine.py",8221,0,"",python,selection_command +2405,8556766,"jasmine.py",8217,0,"",python,selection_command +2406,8557188,"jasmine.py",8217,1,"U",python,selection_command +2407,8557246,"jasmine.py",8217,3,"Use",python,selection_command +2408,8557405,"jasmine.py",8217,11,"Use vanilla",python,selection_command +2409,8557620,"jasmine.py",8217,19,"Use vanilla forward",python,selection_command +2410,8557820,"jasmine.py",8217,24,"Use vanilla forward pass",python,selection_command +2411,8557996,"jasmine.py",8217,29,"Use vanilla forward pass with",python,selection_command +2412,8558152,"jasmine.py",8217,36,"Use vanilla forward pass with proper",python,selection_command +2413,8558321,"jasmine.py",8217,42,"Use vanilla forward pass with proper input",python,selection_command +2414,8558467,"jasmine.py",8217,53,"Use vanilla forward pass with proper input formatting",python,selection_command +2415,8558686,"jasmine.py",8217,57,"Use vanilla forward pass with proper input formatting ---",python,selection_command +2416,8559139,"jasmine.py",8217,55,"Use vanilla forward pass with proper input formatting -",python,selection_command +2417,8559314,"jasmine.py",8217,44,"Use vanilla forward pass with proper input f",python,selection_command +2418,8559456,"jasmine.py",8217,53,"Use vanilla forward pass with proper input formatting",python,selection_command +2419,8559735,"jasmine.py",8217,53,"",python,content +2420,8560008,"jasmine.py",8217,0,"D",python,content +2421,8560008,"jasmine.py",8218,0,"",python,selection_keyboard +2422,8560190,"jasmine.py",8218,0,"y",python,content +2423,8560191,"jasmine.py",8219,0,"",python,selection_keyboard +2424,8560334,"jasmine.py",8219,0,"n",python,content +2425,8560334,"jasmine.py",8220,0,"",python,selection_keyboard +2426,8560355,"jasmine.py",8220,0,"a",python,content +2427,8560355,"jasmine.py",8221,0,"",python,selection_keyboard +2428,8560653,"jasmine.py",8221,0,"m",python,content +2429,8560653,"jasmine.py",8222,0,"",python,selection_keyboard +2430,8560708,"jasmine.py",8222,0,"i",python,content +2431,8560709,"jasmine.py",8223,0,"",python,selection_keyboard +2432,8560783,"jasmine.py",8223,0,"c",python,content +2433,8560784,"jasmine.py",8224,0,"",python,selection_keyboard +2434,8560840,"jasmine.py",8224,0,"s",python,content +2435,8560840,"jasmine.py",8225,0,"",python,selection_keyboard +2436,8560940,"jasmine.py",8225,0," ",python,content +2437,8560940,"jasmine.py",8226,0,"",python,selection_keyboard +2438,8561059,"jasmine.py",8226,0,"m",python,content +2439,8561059,"jasmine.py",8227,0,"",python,selection_keyboard +2440,8561103,"jasmine.py",8227,0,"o",python,content +2441,8561103,"jasmine.py",8228,0,"",python,selection_keyboard +2442,8561188,"jasmine.py",8228,0,"d",python,content +2443,8561189,"jasmine.py",8229,0,"",python,selection_keyboard +2444,8561242,"jasmine.py",8229,0,"e",python,content +2445,8561242,"jasmine.py",8230,0,"",python,selection_keyboard +2446,8561339,"jasmine.py",8230,0,"l",python,content +2447,8561339,"jasmine.py",8231,0,"",python,selection_keyboard +2448,8561390,"jasmine.py",8231,0," ",python,content +2449,8561390,"jasmine.py",8232,0,"",python,selection_keyboard +2450,8561506,"jasmine.py",8232,0,"f",python,content +2451,8561506,"jasmine.py",8233,0,"",python,selection_keyboard +2452,8561589,"jasmine.py",8233,0,"o",python,content +2453,8561589,"jasmine.py",8234,0,"",python,selection_keyboard +2454,8561673,"jasmine.py",8234,0,"r",python,content +2455,8561673,"jasmine.py",8235,0,"",python,selection_keyboard +2456,8561742,"jasmine.py",8235,0,"w",python,content +2457,8561742,"jasmine.py",8236,0,"",python,selection_keyboard +2458,8561858,"jasmine.py",8236,0,"a",python,content +2459,8561858,"jasmine.py",8237,0,"",python,selection_keyboard +2460,8561874,"jasmine.py",8237,0,"r",python,content +2461,8561874,"jasmine.py",8238,0,"",python,selection_keyboard +2462,8561992,"jasmine.py",8238,0,"d",python,content +2463,8561992,"jasmine.py",8239,0,"",python,selection_keyboard +2464,8562089,"jasmine.py",8239,0," ",python,content +2465,8562089,"jasmine.py",8240,0,"",python,selection_keyboard +2466,8562209,"jasmine.py",8240,0,"p",python,content +2467,8562210,"jasmine.py",8241,0,"",python,selection_keyboard +2468,8562291,"jasmine.py",8241,0,"a",python,content +2469,8562291,"jasmine.py",8242,0,"",python,selection_keyboard +2470,8562326,"jasmine.py",8242,0,"s",python,content +2471,8562326,"jasmine.py",8243,0,"",python,selection_keyboard +2472,8562490,"jasmine.py",8243,0,"s",python,content +2473,8562490,"jasmine.py",8244,0,"",python,selection_keyboard +2474,8562683,"jasmine.py",8243,0,"",python,selection_command +2475,8563460,"jasmine.py",8293,0,"",python,selection_command +2476,8563640,"jasmine.py",8356,0,"",python,selection_command +2477,8565961,"models/dynamics_maskgit.py",0,0,"",python,tab +2478,8566661,"jasmine.py",0,0,"",python,tab +2479,8568046,"jasmine.py",8403,0,"",python,selection_command +2480,8568296,"jasmine.py",8356,0,"",python,selection_command +2481,8575337,"jasmine.py",8403,0,"",python,selection_command +2482,8575585,"jasmine.py",8449,0,"",python,selection_command +2483,8575610,"jasmine.py",8506,0,"",python,selection_command +2484,8575636,"jasmine.py",8550,0,"",python,selection_command +2485,8575672,"jasmine.py",8596,0,"",python,selection_command +2486,8575712,"jasmine.py",8613,0,"",python,selection_command +2487,8575739,"jasmine.py",8659,0,"",python,selection_command +2488,8575779,"jasmine.py",8714,0,"",python,selection_command +2489,8575805,"jasmine.py",8754,0,"",python,selection_command +2490,8576070,"jasmine.py",8714,0,"",python,selection_command +2491,8576248,"jasmine.py",8659,0,"",python,selection_command +2492,8576457,"jasmine.py",8674,0,"",python,selection_command +2493,8576673,"jasmine.py",8676,0,"",python,selection_command +2494,8576801,"jasmine.py",8684,0,"",python,selection_command +2495,8577092,"jasmine.py",8692,0,"custom_",python,content +2496,8577093,"jasmine.py",8699,0,"",python,selection_command +2497,8578352,"jasmine.py",8613,0,"",python,selection_command +2498,8578514,"jasmine.py",8599,0,"",python,selection_command +2499,8579139,"jasmine.py",8550,0,"",python,selection_command +2500,8579285,"jasmine.py",8506,0,"",python,selection_command +2501,8579538,"jasmine.py",8474,0,"",python,selection_command +2502,8581139,"jasmine.py",8403,0,"",python,selection_command +2503,8581474,"jasmine.py",8390,0,"",python,selection_command +2504,8581755,"jasmine.py",8310,0,"",python,selection_command +2505,8582257,"jasmine.py",8390,0,"",python,selection_command +2506,8587787,"jasmine.py",8392,0,"",python,selection_command +2507,8587839,"jasmine.py",8198,0,"",python,selection_mouse +2508,8588026,"jasmine.py",8198,20,"\n # --- D",python,selection_mouse +2509,8588042,"jasmine.py",8198,22,"\n # --- Dyn",python,selection_mouse +2510,8588059,"jasmine.py",8198,23,"\n # --- Dyna",python,selection_mouse +2511,8588075,"jasmine.py",8198,24,"\n # --- Dynam",python,selection_mouse +2512,8588264,"jasmine.py",8198,73,"\n # --- Dynamics model forward pass ---\n if not isi",python,selection_mouse +2513,8588322,"jasmine.py",8198,72,"\n # --- Dynamics model forward pass ---\n if not is",python,selection_mouse +2514,8588831,"jasmine.py",8392,0,"",python,selection_command +2515,8597322,"jasmine.py",8404,0,"",python,selection_mouse +2516,8597333,"jasmine.py",8403,0,"",python,selection_command +2517,8597334,"jasmine.py",8403,1," ",python,selection_mouse +2518,8597346,"jasmine.py",8404,0,"",python,selection_command +2519,8598381,"jasmine.py",8404,0,"mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n",python,content +2520,8599256,"jasmine.py",8404,0,"",python,selection_command +2521,8601829,"jasmine.py",8392,0,"",python,selection_command +2522,8602006,"jasmine.py",8465,0,"",python,selection_command +2523,8602338,"jasmine.py",8525,0,"",python,selection_command +2524,8604077,"jasmine.py",8537,0,"",python,selection_command +2525,8616140,"jasmine.py",8525,72,"",python,content +2526,8617627,"models/dynamics_maskgit.py",0,0,"",python,tab +2527,8619209,"models/dynamics_maskgit.py",2037,0,"",python,selection_command +2528,8620020,"jasmine.py",0,0,"",python,tab +2529,8623166,"models/dynamics_maskgit.py",0,0,"",python,tab +2530,8624216,"jasmine.py",0,0,"",python,tab +2531,8626899,"models/dynamics_maskgit.py",0,0,"",python,tab +2532,8628932,"models/dynamics_maskgit.py",2097,0,"",python,selection_command +2533,8629260,"models/dynamics_maskgit.py",2118,0,"",python,selection_command +2534,8629260,"models/dynamics_maskgit.py",2162,0,"",python,selection_command +2535,8629260,"models/dynamics_maskgit.py",2251,0,"",python,selection_command +2536,8629272,"models/dynamics_maskgit.py",2295,0,"",python,selection_command +2537,8629301,"models/dynamics_maskgit.py",2366,0,"",python,selection_command +2538,8629361,"models/dynamics_maskgit.py",2380,0,"",python,selection_command +2539,8629457,"models/dynamics_maskgit.py",2433,0,"",python,selection_command +2540,8629457,"models/dynamics_maskgit.py",2462,0,"",python,selection_command +2541,8629458,"models/dynamics_maskgit.py",2547,0,"",python,selection_command +2542,8629466,"models/dynamics_maskgit.py",2579,0,"",python,selection_command +2543,8629505,"models/dynamics_maskgit.py",2629,0,"",python,selection_command +2544,8629538,"models/dynamics_maskgit.py",2673,0,"",python,selection_command +2545,8629571,"models/dynamics_maskgit.py",2708,0,"",python,selection_command +2546,8629605,"models/dynamics_maskgit.py",2784,0,"",python,selection_command +2547,8629981,"models/dynamics_maskgit.py",2798,0,"",python,selection_command +2548,8630213,"models/dynamics_maskgit.py",2836,0,"",python,selection_command +2549,8631578,"models/dynamics_maskgit.py",2871,0,"",python,selection_command +2550,8631883,"models/dynamics_maskgit.py",2954,0,"",python,selection_command +2551,8631883,"models/dynamics_maskgit.py",2968,0,"",python,selection_command +2552,8631891,"models/dynamics_maskgit.py",2982,0,"",python,selection_command +2553,8631927,"models/dynamics_maskgit.py",2998,0,"",python,selection_command +2554,8631961,"models/dynamics_maskgit.py",3007,0,"",python,selection_command +2555,8631995,"models/dynamics_maskgit.py",3044,0,"",python,selection_command +2556,8632176,"models/dynamics_maskgit.py",3067,0,"",python,selection_command +2557,8633007,"jasmine.py",0,0,"",python,tab +2558,8634245,"models/dynamics_maskgit.py",0,0,"",python,tab +2559,8635596,"jasmine.py",0,0,"",python,tab +2560,8638177,"models/dynamics_maskgit.py",0,0,"",python,tab +2561,8639641,"jasmine.py",0,0,"",python,tab +2562,8642175,"models/dynamics_maskgit.py",0,0,"",python,tab +2563,8643822,"models/dynamics_maskgit.py",3127,0,"",python,selection_command +2564,8644558,"jasmine.py",0,0,"",python,tab +2565,8645905,"models/dynamics_maskgit.py",0,0,"",python,tab +2566,8646761,"models/dynamics_maskgit.py",3201,0,"",python,selection_command +2567,8647373,"jasmine.py",0,0,"",python,tab +2568,8657629,"jasmine.py",8465,0,"",python,selection_command +2569,8662574,"jasmine.py",8525,0,"",python,selection_command +2570,8662821,"jasmine.py",8526,0,"",python,selection_command +2571,8662856,"jasmine.py",8597,0,"",python,selection_command +2572,8662905,"jasmine.py",8629,0,"",python,selection_command +2573,8662929,"jasmine.py",8673,0,"",python,selection_command +2574,8662952,"jasmine.py",8722,0,"",python,selection_command +2575,8663152,"jasmine.py",8736,0,"",python,selection_command +2576,8663307,"jasmine.py",8831,0,"",python,selection_command +2577,8663660,"jasmine.py",8736,0,"",python,selection_command +2578,8664545,"jasmine.py",8722,0,"",python,selection_command +2579,8664799,"jasmine.py",8673,0,"",python,selection_command +2580,8664823,"jasmine.py",8629,0,"",python,selection_command +2581,8664855,"jasmine.py",8597,0,"",python,selection_command +2582,8664890,"jasmine.py",8526,0,"",python,selection_command +2583,8664925,"jasmine.py",8525,0,"",python,selection_command +2584,8664962,"jasmine.py",8465,0,"",python,selection_command +2585,8664997,"jasmine.py",8392,0,"",python,selection_command +2586,8665031,"jasmine.py",8312,0,"",python,selection_command +2587,8665392,"jasmine.py",8392,0,"",python,selection_command +2588,8665586,"jasmine.py",8465,0,"",python,selection_command +2589,8665928,"jasmine.py",8525,0,"",python,selection_command +2590,8666406,"jasmine.py",8526,0,"",python,selection_command +2591,8671642,"jasmine.py",8526,71,"",python,content +2592,8671667,"jasmine.py",8538,0,"",python,selection_command +2593,8672613,"jasmine.py",8570,0,"",python,selection_command +2594,8672863,"jasmine.py",8614,0,"",python,selection_command +2595,8672894,"jasmine.py",8663,0,"",python,selection_command +2596,8672917,"jasmine.py",8677,0,"",python,selection_command +2597,8672953,"jasmine.py",8771,0,"",python,selection_command +2598,8673279,"jasmine.py",8785,0,"",python,selection_command +2599,8673747,"jasmine.py",8771,0,"",python,selection_command +2600,8673987,"jasmine.py",8677,0,"",python,selection_command +2601,8674017,"jasmine.py",8663,0,"",python,selection_command +2602,8674052,"jasmine.py",8614,0,"",python,selection_command +2603,8674082,"jasmine.py",8570,0,"",python,selection_command +2604,8674117,"jasmine.py",8538,0,"",python,selection_command +2605,8674146,"jasmine.py",8525,0,"",python,selection_command +2606,8674634,"jasmine.py",8477,0,"",python,selection_command +2607,8674823,"jasmine.py",8404,0,"",python,selection_command +2608,8679940,"jasmine.py",8477,0,"",python,selection_command +2609,8683623,"jasmine.py",8538,0,"",python,selection_command +2610,8683650,"jasmine.py",8570,0,"",python,selection_command +2611,8683676,"jasmine.py",8614,0,"",python,selection_command +2612,8683940,"jasmine.py",8663,0,"",python,selection_command +2613,8684255,"jasmine.py",8677,0,"",python,selection_command +2614,8684625,"jasmine.py",8758,0,"",python,selection_command +2615,8685131,"jasmine.py",8758,0,"_expanded",python,content +2616,8685521,"jasmine.py",8665,0,"",python,selection_command +2617,8686726,"jasmine.py",8767,0,"",python,selection_command +2618,8687457,"jasmine.py",8665,0,"",python,selection_command +2619,8690308,"models/dynamics_maskgit.py",0,0,"",python,tab +2620,8692702,"models/dynamics_maskgit.py",3246,0,"",python,selection_command +2621,8693169,"models/dynamics_maskgit.py",3253,0,"",python,selection_command +2622,8693361,"models/dynamics_maskgit.py",3259,0,"",python,selection_command +2623,8693550,"models/dynamics_maskgit.py",3261,0,"",python,selection_command +2624,8706870,"models/dynamics_maskgit.py",3216,0,"",python,selection_command +2625,8707109,"models/dynamics_maskgit.py",3142,0,"",python,selection_command +2626,8707137,"models/dynamics_maskgit.py",3082,0,"",python,selection_command +2627,8707171,"models/dynamics_maskgit.py",3057,0,"",python,selection_command +2628,8707204,"models/dynamics_maskgit.py",3022,0,"",python,selection_command +2629,8707297,"models/dynamics_maskgit.py",2998,0,"",python,selection_command +2630,8707308,"models/dynamics_maskgit.py",2996,0,"",python,selection_command +2631,8707309,"models/dynamics_maskgit.py",2972,0,"",python,selection_command +2632,8707339,"models/dynamics_maskgit.py",2958,0,"",python,selection_command +2633,8707368,"models/dynamics_maskgit.py",2886,0,"",python,selection_command +2634,8707402,"models/dynamics_maskgit.py",2851,0,"",python,selection_command +2635,8707435,"models/dynamics_maskgit.py",2813,0,"",python,selection_command +2636,8707470,"models/dynamics_maskgit.py",2788,0,"",python,selection_command +2637,8707504,"models/dynamics_maskgit.py",2723,0,"",python,selection_command +2638,8707535,"models/dynamics_maskgit.py",2688,0,"",python,selection_command +2639,8707571,"models/dynamics_maskgit.py",2644,0,"",python,selection_command +2640,8707605,"models/dynamics_maskgit.py",2594,0,"",python,selection_command +2641,8707639,"models/dynamics_maskgit.py",2562,0,"",python,selection_command +2642,8707672,"models/dynamics_maskgit.py",2477,0,"",python,selection_command +2643,8707704,"models/dynamics_maskgit.py",2448,0,"",python,selection_command +2644,8707737,"models/dynamics_maskgit.py",2395,0,"",python,selection_command +2645,8707771,"models/dynamics_maskgit.py",2370,0,"",python,selection_command +2646,8707805,"models/dynamics_maskgit.py",2310,0,"",python,selection_command +2647,8707836,"models/dynamics_maskgit.py",2266,0,"",python,selection_command +2648,8707868,"models/dynamics_maskgit.py",2177,0,"",python,selection_command +2649,8707904,"models/dynamics_maskgit.py",2133,0,"",python,selection_command +2650,8707938,"models/dynamics_maskgit.py",2108,0,"",python,selection_command +2651,8708486,"models/dynamics_maskgit.py",2088,0,"\n ",python,content +2652,8708665,"models/dynamics_maskgit.py",2097,0,"m",python,content +2653,8708665,"models/dynamics_maskgit.py",2098,0,"",python,selection_keyboard +2654,8708763,"models/dynamics_maskgit.py",2098,0,"a",python,content +2655,8708763,"models/dynamics_maskgit.py",2099,0,"",python,selection_keyboard +2656,8708799,"models/dynamics_maskgit.py",2099,0,"s",python,content +2657,8708800,"models/dynamics_maskgit.py",2100,0,"",python,selection_keyboard +2658,8708845,"models/dynamics_maskgit.py",2100,0,"k",python,content +2659,8708845,"models/dynamics_maskgit.py",2101,0,"",python,selection_keyboard +2660,8708959,"models/dynamics_maskgit.py",2101,0," ",python,content +2661,8708960,"models/dynamics_maskgit.py",2102,0,"",python,selection_keyboard +2662,8709074,"models/dynamics_maskgit.py",2102,0,"=",python,content +2663,8709074,"models/dynamics_maskgit.py",2103,0,"",python,selection_keyboard +2664,8709157,"models/dynamics_maskgit.py",2103,0," ",python,content +2665,8709157,"models/dynamics_maskgit.py",2104,0,"",python,selection_keyboard +2666,8709379,"models/dynamics_maskgit.py",2104,0,"N",python,content +2667,8709379,"models/dynamics_maskgit.py",2105,0,"",python,selection_keyboard +2668,8709512,"models/dynamics_maskgit.py",2105,0,"o",python,content +2669,8709513,"models/dynamics_maskgit.py",2106,0,"",python,selection_keyboard +2670,8709594,"models/dynamics_maskgit.py",2106,0,"n",python,content +2671,8709594,"models/dynamics_maskgit.py",2107,0,"",python,selection_keyboard +2672,8709627,"models/dynamics_maskgit.py",2107,0,"e",python,content +2673,8709628,"models/dynamics_maskgit.py",2108,0,"",python,selection_keyboard +2674,8709903,"models/dynamics_maskgit.py",2107,0,"",python,selection_command +2675,8710060,"models/dynamics_maskgit.py",2127,0,"",python,selection_command +2676,8710311,"models/dynamics_maskgit.py",2148,0,"",python,selection_command +2677,8710340,"models/dynamics_maskgit.py",2192,0,"",python,selection_command +2678,8710373,"models/dynamics_maskgit.py",2281,0,"",python,selection_command +2679,8710405,"models/dynamics_maskgit.py",2325,0,"",python,selection_command +2680,8710437,"models/dynamics_maskgit.py",2390,0,"",python,selection_command +2681,8710472,"models/dynamics_maskgit.py",2410,0,"",python,selection_command +2682,8710504,"models/dynamics_maskgit.py",2463,0,"",python,selection_command +2683,8710538,"models/dynamics_maskgit.py",2492,0,"",python,selection_command +2684,8710573,"models/dynamics_maskgit.py",2577,0,"",python,selection_command +2685,8710604,"models/dynamics_maskgit.py",2609,0,"",python,selection_command +2686,8710639,"models/dynamics_maskgit.py",2659,0,"",python,selection_command +2687,8710673,"models/dynamics_maskgit.py",2703,0,"",python,selection_command +2688,8710707,"models/dynamics_maskgit.py",2738,0,"",python,selection_command +2689,8710739,"models/dynamics_maskgit.py",2808,0,"",python,selection_command +2690,8710772,"models/dynamics_maskgit.py",2828,0,"",python,selection_command +2691,8710807,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +2692,8710840,"models/dynamics_maskgit.py",2901,0,"",python,selection_command +2693,8710873,"models/dynamics_maskgit.py",2978,0,"",python,selection_command +2694,8710904,"models/dynamics_maskgit.py",2992,0,"",python,selection_command +2695,8711674,"models/dynamics_maskgit.py",2980,13," else:",python,selection_command +2696,8711815,"models/dynamics_maskgit.py",2980,37," else:\n mask = None",python,selection_command +2697,8711915,"models/dynamics_maskgit.py",2980,38,"",python,content +2698,8717287,"models/dynamics_maskgit.py",2966,0,"",python,selection_command +2699,8717526,"models/dynamics_maskgit.py",2883,0,"",python,selection_command +2700,8717563,"models/dynamics_maskgit.py",2848,0,"",python,selection_command +2701,8717594,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +2702,8717628,"models/dynamics_maskgit.py",2796,0,"",python,selection_command +2703,8717695,"models/dynamics_maskgit.py",2685,0,"",python,selection_command +2704,8717729,"models/dynamics_maskgit.py",2641,0,"",python,selection_command +2705,8717760,"models/dynamics_maskgit.py",2591,0,"",python,selection_command +2706,8717794,"models/dynamics_maskgit.py",2559,0,"",python,selection_command +2707,8717829,"models/dynamics_maskgit.py",2474,0,"",python,selection_command +2708,8717860,"models/dynamics_maskgit.py",2445,0,"",python,selection_command +2709,8717894,"models/dynamics_maskgit.py",2392,0,"",python,selection_command +2710,8717929,"models/dynamics_maskgit.py",2378,0,"",python,selection_command +2711,8717961,"models/dynamics_maskgit.py",2307,0,"",python,selection_command +2712,8717994,"models/dynamics_maskgit.py",2263,0,"",python,selection_command +2713,8718029,"models/dynamics_maskgit.py",2174,0,"",python,selection_command +2714,8718060,"models/dynamics_maskgit.py",2130,0,"",python,selection_command +2715,8718093,"models/dynamics_maskgit.py",2109,0,"",python,selection_command +2716,8718127,"models/dynamics_maskgit.py",2089,0,"",python,selection_command +2717,8718634,"models/dynamics_maskgit.py",2097,0,"",python,selection_command +2718,8720605,"models/dynamics_maskgit.py",2117,0,"",python,selection_command +2719,8720850,"models/dynamics_maskgit.py",2138,0,"",python,selection_command +2720,8720884,"models/dynamics_maskgit.py",2182,0,"",python,selection_command +2721,8720919,"models/dynamics_maskgit.py",2271,0,"",python,selection_command +2722,8720950,"models/dynamics_maskgit.py",2315,0,"",python,selection_command +2723,8720983,"models/dynamics_maskgit.py",2386,0,"",python,selection_command +2724,8721021,"models/dynamics_maskgit.py",2400,0,"",python,selection_command +2725,8721051,"models/dynamics_maskgit.py",2453,0,"",python,selection_command +2726,8721084,"models/dynamics_maskgit.py",2482,0,"",python,selection_command +2727,8721119,"models/dynamics_maskgit.py",2567,0,"",python,selection_command +2728,8721158,"models/dynamics_maskgit.py",2599,0,"",python,selection_command +2729,8721192,"models/dynamics_maskgit.py",2649,0,"",python,selection_command +2730,8721224,"models/dynamics_maskgit.py",2693,0,"",python,selection_command +2731,8721258,"models/dynamics_maskgit.py",2728,0,"",python,selection_command +2732,8721292,"models/dynamics_maskgit.py",2804,0,"",python,selection_command +2733,8721325,"models/dynamics_maskgit.py",2818,0,"",python,selection_command +2734,8721356,"models/dynamics_maskgit.py",2856,0,"",python,selection_command +2735,8721393,"models/dynamics_maskgit.py",2891,0,"",python,selection_command +2736,8721424,"models/dynamics_maskgit.py",2974,0,"",python,selection_command +2737,8721798,"models/dynamics_maskgit.py",2980,0,"",python,selection_command +2738,8742826,"models/dynamics_maskgit.py",2966,0,"",python,selection_command +2739,8743067,"models/dynamics_maskgit.py",2883,0,"",python,selection_command +2740,8743099,"models/dynamics_maskgit.py",2848,0,"",python,selection_command +2741,8743698,"models/dynamics_maskgit.py",2809,0,"\n ",python,content +2742,8743707,"models/dynamics_maskgit.py",2818,4,"",python,content +2743,8743803,"models/dynamics_maskgit.py",2818,0,"#",python,content +2744,8743803,"models/dynamics_maskgit.py",2819,0,"",python,selection_keyboard +2745,8743870,"models/dynamics_maskgit.py",2819,0," ",python,content +2746,8743870,"models/dynamics_maskgit.py",2820,0,"",python,selection_keyboard +2747,8744093,"models/dynamics_maskgit.py",2820,0,"F",python,content +2748,8744093,"models/dynamics_maskgit.py",2821,0,"",python,selection_keyboard +2749,8744186,"models/dynamics_maskgit.py",2821,0,"I",python,content +2750,8744186,"models/dynamics_maskgit.py",2822,0,"",python,selection_keyboard +2751,8744271,"models/dynamics_maskgit.py",2822,0,"X",python,content +2752,8744271,"models/dynamics_maskgit.py",2823,0,"",python,selection_keyboard +2753,8744402,"models/dynamics_maskgit.py",2823,0,"M",python,content +2754,8744402,"models/dynamics_maskgit.py",2824,0,"",python,selection_keyboard +2755,8744505,"models/dynamics_maskgit.py",2824,0,"E",python,content +2756,8744505,"models/dynamics_maskgit.py",2825,0,"",python,selection_keyboard +2757,8744862,"models/dynamics_maskgit.py",2825,0,":",python,content +2758,8744862,"models/dynamics_maskgit.py",2826,0,"",python,selection_keyboard +2759,8745206,"models/dynamics_maskgit.py",2825,1,"",python,content +2760,8745307,"models/dynamics_maskgit.py",2825,0," ",python,content +2761,8745307,"models/dynamics_maskgit.py",2826,0,"",python,selection_keyboard +2762,8745371,"models/dynamics_maskgit.py",2826,0,"()",python,content +2763,8745371,"models/dynamics_maskgit.py",2827,0,"",python,selection_keyboard +2764,8745673,"models/dynamics_maskgit.py",2827,0,"f",python,content +2765,8745673,"models/dynamics_maskgit.py",2828,0,"",python,selection_keyboard +2766,8745924,"models/dynamics_maskgit.py",2828,0,".",python,content +2767,8745925,"models/dynamics_maskgit.py",2829,0,"",python,selection_keyboard +2768,8745960,"models/dynamics_maskgit.py",2829,0,"s",python,content +2769,8745960,"models/dynamics_maskgit.py",2830,0,"",python,selection_keyboard +2770,8746022,"models/dynamics_maskgit.py",2830,0,"r",python,content +2771,8746023,"models/dynamics_maskgit.py",2831,0,"",python,selection_keyboard +2772,8746086,"models/dynamics_maskgit.py",2831,0,"a",python,content +2773,8746086,"models/dynamics_maskgit.py",2832,0,"",python,selection_keyboard +2774,8746157,"models/dynamics_maskgit.py",2832,0,"m",python,content +2775,8746157,"models/dynamics_maskgit.py",2833,0,"",python,selection_keyboard +2776,8746328,"models/dynamics_maskgit.py",2833,0,"b",python,content +2777,8746328,"models/dynamics_maskgit.py",2834,0,"",python,selection_keyboard +2778,8746401,"models/dynamics_maskgit.py",2834,0,"i",python,content +2779,8746401,"models/dynamics_maskgit.py",2835,0,"",python,selection_keyboard +2780,8746457,"models/dynamics_maskgit.py",2835,0,"c",python,content +2781,8746457,"models/dynamics_maskgit.py",2836,0,"",python,selection_keyboard +2782,8746520,"models/dynamics_maskgit.py",2836,0,"a",python,content +2783,8746521,"models/dynamics_maskgit.py",2837,0,"",python,selection_keyboard +2784,8746604,"models/dynamics_maskgit.py",2837,0,"l",python,content +2785,8746604,"models/dynamics_maskgit.py",2838,0,"",python,selection_keyboard +2786,8746831,"models/dynamics_maskgit.py",2838,1,")",python,content +2787,8746831,"models/dynamics_maskgit.py",2839,0,"",python,selection_keyboard +2788,8746975,"models/dynamics_maskgit.py",2839,0,":",python,content +2789,8746975,"models/dynamics_maskgit.py",2840,0,"",python,selection_keyboard +2790,8747092,"models/dynamics_maskgit.py",2840,0," ",python,content +2791,8747092,"models/dynamics_maskgit.py",2841,0,"",python,selection_keyboard +2792,8747348,"models/dynamics_maskgit.py",2841,0,"d",python,content +2793,8747348,"models/dynamics_maskgit.py",2842,0,"",python,selection_keyboard +2794,8747440,"models/dynamics_maskgit.py",2842,0,"o",python,content +2795,8747440,"models/dynamics_maskgit.py",2843,0,"",python,selection_keyboard +2796,8747474,"models/dynamics_maskgit.py",2843,0,"e",python,content +2797,8747474,"models/dynamics_maskgit.py",2844,0,"",python,selection_keyboard +2798,8747553,"models/dynamics_maskgit.py",2844,0,"s",python,content +2799,8747553,"models/dynamics_maskgit.py",2845,0,"",python,selection_keyboard +2800,8747589,"models/dynamics_maskgit.py",2845,0," ",python,content +2801,8747589,"models/dynamics_maskgit.py",2846,0,"",python,selection_keyboard +2802,8747706,"models/dynamics_maskgit.py",2846,0,"t",python,content +2803,8747706,"models/dynamics_maskgit.py",2847,0,"",python,selection_keyboard +2804,8747827,"models/dynamics_maskgit.py",2847,0,"h",python,content +2805,8747827,"models/dynamics_maskgit.py",2848,0,"",python,selection_keyboard +2806,8747827,"models/dynamics_maskgit.py",2848,0,"i",python,content +2807,8747827,"models/dynamics_maskgit.py",2849,0,"",python,selection_keyboard +2808,8748008,"models/dynamics_maskgit.py",2849,0,"s",python,content +2809,8748008,"models/dynamics_maskgit.py",2850,0,"",python,selection_keyboard +2810,8748156,"models/dynamics_maskgit.py",2850,0," ",python,content +2811,8748156,"models/dynamics_maskgit.py",2851,0,"",python,selection_keyboard +2812,8748238,"models/dynamics_maskgit.py",2851,0,"w",python,content +2813,8748238,"models/dynamics_maskgit.py",2852,0,"",python,selection_keyboard +2814,8748322,"models/dynamics_maskgit.py",2852,0,"o",python,content +2815,8748322,"models/dynamics_maskgit.py",2853,0,"",python,selection_keyboard +2816,8748408,"models/dynamics_maskgit.py",2853,0,"r",python,content +2817,8748408,"models/dynamics_maskgit.py",2854,0,"",python,selection_keyboard +2818,8748474,"models/dynamics_maskgit.py",2854,0,"k",python,content +2819,8748474,"models/dynamics_maskgit.py",2855,0,"",python,selection_keyboard +2820,8748594,"models/dynamics_maskgit.py",2855,0," ",python,content +2821,8748594,"models/dynamics_maskgit.py",2856,0,"",python,selection_keyboard +2822,8748756,"models/dynamics_maskgit.py",2856,0,"w",python,content +2823,8748756,"models/dynamics_maskgit.py",2857,0,"",python,selection_keyboard +2824,8748809,"models/dynamics_maskgit.py",2857,0,"i",python,content +2825,8748809,"models/dynamics_maskgit.py",2858,0,"",python,selection_keyboard +2826,8748942,"models/dynamics_maskgit.py",2858,0,"t",python,content +2827,8748942,"models/dynamics_maskgit.py",2859,0,"",python,selection_keyboard +2828,8748989,"models/dynamics_maskgit.py",2859,0,"h",python,content +2829,8748989,"models/dynamics_maskgit.py",2860,0,"",python,selection_keyboard +2830,8749107,"models/dynamics_maskgit.py",2860,0," ",python,content +2831,8749107,"models/dynamics_maskgit.py",2861,0,"",python,selection_keyboard +2832,8749191,"models/dynamics_maskgit.py",2861,0,"j",python,content +2833,8749191,"models/dynamics_maskgit.py",2862,0,"",python,selection_keyboard +2834,8749237,"models/dynamics_maskgit.py",2862,0,"i",python,content +2835,8749237,"models/dynamics_maskgit.py",2863,0,"",python,selection_keyboard +2836,8749328,"models/dynamics_maskgit.py",2863,0,"t",python,content +2837,8749328,"models/dynamics_maskgit.py",2864,0,"",python,selection_keyboard +2838,8750172,"models/dynamics_maskgit.py",2864,0,"?",python,content +2839,8750172,"models/dynamics_maskgit.py",2865,0,"",python,selection_keyboard +2840,8750345,"models/dynamics_maskgit.py",2864,0,"",python,selection_command +2841,8750590,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +2842,8767246,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +2843,8767338,"models/dynamics_maskgit.py",2874,0,"",python,selection_command +2844,8771141,"models/dynamics_maskgit.py",2874,29,"",python,content +2845,8771532,"models/dynamics_maskgit.py",2874,0,"e",python,content +2846,8771532,"models/dynamics_maskgit.py",2875,0,"",python,selection_keyboard +2847,8771655,"models/dynamics_maskgit.py",2875,0,"s",python,content +2848,8771656,"models/dynamics_maskgit.py",2876,0,"",python,selection_keyboard +2849,8771659,"models/dynamics_maskgit.py",2876,0,"l",python,content +2850,8771659,"models/dynamics_maskgit.py",2877,0,"",python,selection_keyboard +2851,8771795,"models/dynamics_maskgit.py",2877,0,"e",python,content +2852,8771795,"models/dynamics_maskgit.py",2878,0,"",python,selection_keyboard +2853,8772249,"models/dynamics_maskgit.py",2877,1,"",python,content +2854,8772377,"models/dynamics_maskgit.py",2876,1,"",python,content +2855,8772506,"models/dynamics_maskgit.py",2875,1,"",python,content +2856,8772591,"models/dynamics_maskgit.py",2875,0,"s",python,content +2857,8772592,"models/dynamics_maskgit.py",2876,0,"",python,selection_keyboard +2858,8772657,"models/dynamics_maskgit.py",2876,0,"e",python,content +2859,8772658,"models/dynamics_maskgit.py",2877,0,"",python,selection_keyboard +2860,8772933,"models/dynamics_maskgit.py",2877,0,"L",python,content +2861,8772933,"models/dynamics_maskgit.py",2878,0,"",python,selection_keyboard +2862,8773284,"models/dynamics_maskgit.py",2877,1,"",python,content +2863,8773454,"models/dynamics_maskgit.py",2876,1,"",python,content +2864,8773524,"models/dynamics_maskgit.py",2875,1,"",python,content +2865,8773694,"models/dynamics_maskgit.py",2875,0,"l",python,content +2866,8773694,"models/dynamics_maskgit.py",2876,0,"",python,selection_keyboard +2867,8773724,"models/dynamics_maskgit.py",2876,0,"s",python,content +2868,8773724,"models/dynamics_maskgit.py",2877,0,"",python,selection_keyboard +2869,8773809,"models/dynamics_maskgit.py",2877,0,"e",python,content +2870,8773809,"models/dynamics_maskgit.py",2878,0,"",python,selection_keyboard +2871,8774064,"models/dynamics_maskgit.py",2878,0,":",python,content +2872,8774064,"models/dynamics_maskgit.py",2879,0,"",python,selection_keyboard +2873,8774276,"models/dynamics_maskgit.py",2878,0,"",python,selection_command +2874,8774628,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +2875,8775080,"models/dynamics_maskgit.py",2880,0,"",python,selection_command +2876,8775211,"models/dynamics_maskgit.py",2915,0,"",python,selection_command +2877,8775326,"models/dynamics_maskgit.py",2931,0,"",python,selection_command +2878,8775587,"models/dynamics_maskgit.py",2934,0,"",python,selection_command +2879,8775609,"models/dynamics_maskgit.py",2935,0,"",python,selection_command +2880,8775643,"models/dynamics_maskgit.py",2946,0,"",python,selection_command +2881,8775675,"models/dynamics_maskgit.py",2947,0,"",python,selection_command +2882,8775811,"models/dynamics_maskgit.py",2958,0,"",python,selection_command +2883,8776281,"models/dynamics_maskgit.py",2947,0,"",python,selection_command +2884,8777002,"models/dynamics_maskgit.py",2912,0,"",python,selection_command +2885,8777269,"models/dynamics_maskgit.py",2878,0,"",python,selection_command +2886,8777281,"models/dynamics_maskgit.py",2842,0,"",python,selection_command +2887,8777348,"models/dynamics_maskgit.py",2752,0,"",python,selection_command +2888,8777386,"models/dynamics_maskgit.py",2717,0,"",python,selection_command +2889,8777420,"models/dynamics_maskgit.py",2673,0,"",python,selection_command +2890,8777454,"models/dynamics_maskgit.py",2623,0,"",python,selection_command +2891,8777487,"models/dynamics_maskgit.py",2589,0,"",python,selection_command +2892,8777526,"models/dynamics_maskgit.py",2506,0,"",python,selection_command +2893,8777554,"models/dynamics_maskgit.py",2472,0,"",python,selection_command +2894,8777587,"models/dynamics_maskgit.py",2424,0,"",python,selection_command +2895,8777620,"models/dynamics_maskgit.py",2390,0,"",python,selection_command +2896,8777655,"models/dynamics_maskgit.py",2339,0,"",python,selection_command +2897,8777687,"models/dynamics_maskgit.py",2295,0,"",python,selection_command +2898,8777722,"models/dynamics_maskgit.py",2206,0,"",python,selection_command +2899,8777754,"models/dynamics_maskgit.py",2162,0,"",python,selection_command +2900,8777786,"models/dynamics_maskgit.py",2128,0,"",python,selection_command +2901,8777821,"models/dynamics_maskgit.py",2107,0,"",python,selection_command +2902,8777854,"models/dynamics_maskgit.py",2061,0,"",python,selection_command +2903,8777888,"models/dynamics_maskgit.py",2027,0,"",python,selection_command +2904,8777921,"models/dynamics_maskgit.py",1986,0,"",python,selection_command +2905,8778403,"models/dynamics_maskgit.py",1883,0,"",python,selection_command +2906,8778807,"models/dynamics_maskgit.py",1952,0,"",python,selection_command +2907,8779366,"models/dynamics_maskgit.py",1851,0,"",python,selection_command +2908,8779535,"models/dynamics_maskgit.py",1954,0,"",python,selection_command +2909,8779791,"models/dynamics_maskgit.py",1999,0,"",python,selection_command +2910,8779812,"models/dynamics_maskgit.py",2029,0,"",python,selection_command +2911,8779845,"models/dynamics_maskgit.py",2089,0,"",python,selection_command +2912,8779878,"models/dynamics_maskgit.py",2109,0,"",python,selection_command +2913,8779912,"models/dynamics_maskgit.py",2130,0,"",python,selection_command +2914,8779946,"models/dynamics_maskgit.py",2174,0,"",python,selection_command +2915,8779980,"models/dynamics_maskgit.py",2263,0,"",python,selection_command +2916,8780013,"models/dynamics_maskgit.py",2307,0,"",python,selection_command +2917,8780063,"models/dynamics_maskgit.py",2378,0,"",python,selection_command +2918,8780087,"models/dynamics_maskgit.py",2392,0,"",python,selection_command +2919,8780121,"models/dynamics_maskgit.py",2445,0,"",python,selection_command +2920,8780148,"models/dynamics_maskgit.py",2474,0,"",python,selection_command +2921,8780183,"models/dynamics_maskgit.py",2559,0,"",python,selection_command +2922,8780232,"models/dynamics_maskgit.py",2591,0,"",python,selection_command +2923,8780249,"models/dynamics_maskgit.py",2641,0,"",python,selection_command +2924,8780284,"models/dynamics_maskgit.py",2685,0,"",python,selection_command +2925,8780317,"models/dynamics_maskgit.py",2720,0,"",python,selection_command +2926,8780350,"models/dynamics_maskgit.py",2796,0,"",python,selection_command +2927,8780385,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +2928,8780422,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +2929,8780459,"models/dynamics_maskgit.py",2880,0,"",python,selection_command +2930,8780489,"models/dynamics_maskgit.py",2915,0,"",python,selection_command +2931,8780953,"models/dynamics_maskgit.py",2880,0,"",python,selection_command +2932,8781100,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +2933,8782196,"models/dynamics_maskgit.py",2879,0,"\n ",python,content +2934,8783139,"models/dynamics_maskgit.py",2892,0,"a",python,content +2935,8783140,"models/dynamics_maskgit.py",2893,0,"",python,selection_keyboard +2936,8783218,"models/dynamics_maskgit.py",2893,0,"s",python,content +2937,8783219,"models/dynamics_maskgit.py",2894,0,"",python,selection_keyboard +2938,8783384,"models/dynamics_maskgit.py",2894,0,"s",python,content +2939,8783384,"models/dynamics_maskgit.py",2895,0,"",python,selection_keyboard +2940,8783519,"models/dynamics_maskgit.py",2895,0,"e",python,content +2941,8783519,"models/dynamics_maskgit.py",2896,0,"",python,selection_keyboard +2942,8783584,"models/dynamics_maskgit.py",2896,0,"r",python,content +2943,8783584,"models/dynamics_maskgit.py",2897,0,"",python,selection_keyboard +2944,8783733,"models/dynamics_maskgit.py",2897,0,"t",python,content +2945,8783733,"models/dynamics_maskgit.py",2898,0,"",python,selection_keyboard +2946,8783820,"models/dynamics_maskgit.py",2898,0," ",python,content +2947,8783820,"models/dynamics_maskgit.py",2899,0,"",python,selection_keyboard +2948,8784804,"models/dynamics_maskgit.py",2899,0,"c",python,content +2949,8784804,"models/dynamics_maskgit.py",2900,0,"",python,selection_keyboard +2950,8784888,"models/dynamics_maskgit.py",2900,0,"u",python,content +2951,8784889,"models/dynamics_maskgit.py",2901,0,"",python,selection_keyboard +2952,8784969,"models/dynamics_maskgit.py",2901,0,"s",python,content +2953,8784970,"models/dynamics_maskgit.py",2902,0,"",python,selection_keyboard +2954,8785057,"models/dynamics_maskgit.py",2902,0,"t",python,content +2955,8785058,"models/dynamics_maskgit.py",2903,0,"",python,selection_keyboard +2956,8785120,"models/dynamics_maskgit.py",2903,0,"o",python,content +2957,8785120,"models/dynamics_maskgit.py",2904,0,"",python,selection_keyboard +2958,8785167,"models/dynamics_maskgit.py",2904,0,"m",python,content +2959,8785167,"models/dynamics_maskgit.py",2905,0,"",python,selection_keyboard +2960,8785557,"models/dynamics_maskgit.py",2905,0,"_",python,content +2961,8785557,"models/dynamics_maskgit.py",2906,0,"",python,selection_keyboard +2962,8785724,"models/dynamics_maskgit.py",2906,0,"m",python,content +2963,8785724,"models/dynamics_maskgit.py",2907,0,"",python,selection_keyboard +2964,8785805,"models/dynamics_maskgit.py",2907,0,"a",python,content +2965,8785805,"models/dynamics_maskgit.py",2908,0,"",python,selection_keyboard +2966,8785834,"models/dynamics_maskgit.py",2908,0,"s",python,content +2967,8785834,"models/dynamics_maskgit.py",2909,0,"",python,selection_keyboard +2968,8785940,"models/dynamics_maskgit.py",2909,0,"k",python,content +2969,8785941,"models/dynamics_maskgit.py",2910,0,"",python,selection_keyboard +2970,8786991,"models/dynamics_maskgit.py",2899,11,"custom_mask",python,content +2971,8787430,"models/dynamics_maskgit.py",2909,0,"",python,selection_command +2972,8787624,"models/dynamics_maskgit.py",2880,0,"",python,selection_command +2973,8790345,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +2974,8790460,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +2975,8790844,"models/dynamics_maskgit.py",2810,56,"",python,content +2976,8790864,"models/dynamics_maskgit.py",2818,0,"",python,selection_command +2977,8790960,"models/dynamics_maskgit.py",2823,0,"\n # FIXME (f.srambical): does this work with jit?",python,content +2978,8790961,"models/dynamics_maskgit.py",2832,0,"",python,selection_command +2979,8792116,"models/dynamics_maskgit.py",2832,0," ",python,content +2980,8792345,"models/dynamics_maskgit.py",2835,0,"",python,selection_command +2981,8793096,"models/dynamics_maskgit.py",2824,0,"",python,selection_command +2982,8793299,"models/dynamics_maskgit.py",2884,0,"",python,selection_command +2983,8793551,"models/dynamics_maskgit.py",2915,0,"",python,selection_command +2984,8793576,"models/dynamics_maskgit.py",2950,0,"",python,selection_command +2985,8793608,"models/dynamics_maskgit.py",3033,0,"",python,selection_command +2986,8793637,"models/dynamics_maskgit.py",3047,0,"",python,selection_command +2987,8793670,"models/dynamics_maskgit.py",3048,0,"",python,selection_command +2988,8793985,"models/dynamics_maskgit.py",3047,0,"",python,selection_command +2989,8794761,"models/dynamics_maskgit.py",3033,0,"",python,selection_command +2990,8821187,"models/dynamics_maskgit.py",2832,4,"",python,content +2991,8821192,"models/dynamics_maskgit.py",2836,0,"",python,selection_command +2992,8821385,"models/dynamics_maskgit.py",2832,56,"",python,content +2993,8821386,"models/dynamics_maskgit.py",2818,0,"",python,selection_command +2994,8821801,"models/dynamics_maskgit.py",2818,0,"# FIXME (f.srambical): does this work with jit?\n ",python,content +2995,8821803,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +2996,8822307,"models/dynamics_maskgit.py",2892,31,"",python,content +2997,8822308,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +2998,8822720,"models/dynamics_maskgit.py",2877,0,"tom_mask is not Non",python,content +2999,8822720,"models/dynamics_maskgit.py",2876,0,"if cu",python,content +3000,8822722,"models/dynamics_maskgit.py",2874,0,"",python,selection_command +3001,8823820,"models/dynamics_maskgit.py",2866,0,"",python,selection_command +3002,8827167,"jasmine.py",0,0,"",python,tab +3003,8827808,"models/dynamics_maskgit.py",0,0,"",python,tab +3004,8832272,"jasmine.py",0,0,"",python,tab +3005,8833804,"jasmine.py",8767,0,"",python,selection_command +3006,8834084,"jasmine.py",8665,0,"",python,selection_command +3007,8847411,"models/dynamics_maskgit.py",0,0,"",python,tab +3008,8848326,"jasmine.py",0,0,"",python,tab +3009,8849554,"jasmine.py",12884,0,"",python,selection_command +3010,8852260,"jasmine.py",12885,0,"",python,selection_command +3011,8852508,"jasmine.py",12934,0,"",python,selection_command +3012,8852541,"jasmine.py",12977,0,"",python,selection_command +3013,8852573,"jasmine.py",13017,0,"",python,selection_command +3014,8852608,"jasmine.py",13060,0,"",python,selection_command +3015,8852640,"jasmine.py",13139,0,"",python,selection_command +3016,8852673,"jasmine.py",13168,0,"",python,selection_command +3017,8852706,"jasmine.py",13169,0,"",python,selection_command +3018,8852740,"jasmine.py",13210,0,"",python,selection_command +3019,8852772,"jasmine.py",13295,0,"",python,selection_command +3020,8852805,"jasmine.py",13296,0,"",python,selection_command +3021,8852839,"jasmine.py",13323,0,"",python,selection_command +3022,8852871,"jasmine.py",13403,0,"",python,selection_command +3023,8852907,"jasmine.py",13469,0,"",python,selection_command +3024,8852940,"jasmine.py",13525,0,"",python,selection_command +3025,8852971,"jasmine.py",13556,0,"",python,selection_command +3026,8853006,"jasmine.py",13586,0,"",python,selection_command +3027,8853038,"jasmine.py",13587,0,"",python,selection_command +3028,8853072,"jasmine.py",13685,0,"",python,selection_command +3029,8853107,"jasmine.py",13765,0,"",python,selection_command +3030,8853139,"jasmine.py",13825,0,"",python,selection_command +3031,8853172,"jasmine.py",13879,0,"",python,selection_command +3032,8853205,"jasmine.py",13893,0,"",python,selection_command +3033,8853238,"jasmine.py",13894,0,"",python,selection_command +3034,8853273,"jasmine.py",13922,0,"",python,selection_command +3035,8853460,"jasmine.py",13978,0,"",python,selection_command +3036,8853710,"jasmine.py",14027,0,"",python,selection_command +3037,8853913,"jasmine.py",13978,0,"",python,selection_command +3038,8854094,"jasmine.py",13922,0,"",python,selection_command +3039,8854261,"jasmine.py",13894,0,"",python,selection_command +3040,8854682,"jasmine.py",13922,0,"",python,selection_command +3041,8855033,"jasmine.py",13894,0,"",python,selection_command +3042,8855245,"jasmine.py",13906,0,"",python,selection_command +3043,8855851,"jasmine.py",14298,0,"",python,selection_command +3044,8856765,"jasmine.py",14249,0,"",python,selection_command +3045,8856915,"jasmine.py",14261,0,"",python,selection_command +3046,8859538,"jasmine.py",14261,1,"",python,content +3047,8860766,"jasmine.py",14261,0,"n",python,content +3048,8860771,"jasmine.py",14261,0,"",python,selection_command +3049,8862202,"jasmine.py",14249,0,"",python,selection_command +3050,8869753,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +3051,8875227,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +3052,8935184,"jasmine.py",14143,0,"",python,selection_command +3053,8935949,"jasmine.py",14249,0,"",python,selection_command +3054,8936100,"jasmine.py",14143,0,"",python,selection_command +3055,8936301,"jasmine.py",14247,0,"",python,selection_command +3056,8952952,"jasmine.py",14143,0,"",python,selection_command +3057,9001167,"jasmine.py",14247,0,"",python,selection_command +3058,9003255,"jasmine.py",14143,0,"",python,selection_command +3059,9003535,"jasmine.py",14247,0,"",python,selection_command +3060,9004954,"jasmine.py",14143,0,"",python,selection_command +3061,9005223,"jasmine.py",14247,0,"",python,selection_command +3062,9007343,"jasmine.py",14143,0,"",python,selection_command +3063,9007739,"jasmine.py",14247,0,"",python,selection_command +3064,9008176,"jasmine.py",14143,0,"",python,selection_command +3065,9022352,"jasmine.py",14247,0,"",python,selection_command +3066,9022837,"jasmine.py",14143,0,"",python,selection_command +3067,9026789,"jasmine.py",10188,0,"",python,selection_command +3068,9027860,"jasmine.py",5737,0,"",python,selection_command +3069,9029557,"jasmine.py",10188,0,"",python,selection_command +3070,9032643,"jasmine.py",14261,0,"",python,selection_command +3071,9036668,"jasmine.py",14155,0,"",python,selection_command +3072,9036909,"jasmine.py",14053,0,"",python,selection_command +3073,9036942,"jasmine.py",14039,0,"",python,selection_command +3074,9036975,"jasmine.py",13990,0,"",python,selection_command +3075,9037009,"jasmine.py",13934,0,"",python,selection_command +3076,9037042,"jasmine.py",13906,0,"",python,selection_command +3077,9037073,"jasmine.py",13893,0,"",python,selection_command +3078,9037107,"jasmine.py",13891,0,"",python,selection_command +3079,9037142,"jasmine.py",13837,0,"",python,selection_command +3080,9037175,"jasmine.py",13777,0,"",python,selection_command +3081,9037209,"jasmine.py",13697,0,"",python,selection_command +3082,9037242,"jasmine.py",13599,0,"",python,selection_command +3083,9037275,"jasmine.py",13586,0,"",python,selection_command +3084,9037307,"jasmine.py",13568,0,"",python,selection_command +3085,9037340,"jasmine.py",13537,0,"",python,selection_command +3086,9037374,"jasmine.py",13481,0,"",python,selection_command +3087,9037407,"jasmine.py",13415,0,"",python,selection_command +3088,9037441,"jasmine.py",13335,0,"",python,selection_command +3089,9037628,"jasmine.py",13308,0,"",python,selection_command +3090,9039455,"jasmine.py",13308,1,"t",python,selection_command +3091,9039530,"jasmine.py",13308,2,"to",python,selection_command +3092,9039680,"jasmine.py",13308,3,"tok",python,selection_command +3093,9039818,"jasmine.py",13308,4,"toke",python,selection_command +3094,9039950,"jasmine.py",13308,5,"token",python,selection_command +3095,9040486,"jasmine.py",13308,5,"",python,content +3096,9040705,"jasmine.py",13308,0,"c",python,content +3097,9040705,"jasmine.py",13309,0,"",python,selection_keyboard +3098,9040916,"jasmine.py",13309,0,"a",python,content +3099,9040916,"jasmine.py",13310,0,"",python,selection_keyboard +3100,9041068,"jasmine.py",13310,0,"u",python,content +3101,9041069,"jasmine.py",13311,0,"",python,selection_keyboard +3102,9041153,"jasmine.py",13311,0,"s",python,content +3103,9041153,"jasmine.py",13312,0,"",python,selection_keyboard +3104,9041235,"jasmine.py",13312,0,"a",python,content +3105,9041235,"jasmine.py",13313,0,"",python,selection_keyboard +3106,9041295,"jasmine.py",13313,0,"l",python,content +3107,9041296,"jasmine.py",13314,0,"",python,selection_keyboard +3108,9041977,"jasmine.py",13313,0,"",python,selection_command +3109,9044675,"jasmine.py",15491,0,"",python,selection_command +3110,9045110,"jasmine.py",15491,1,"t",python,selection_command +3111,9045208,"jasmine.py",15491,2,"to",python,selection_command +3112,9045455,"jasmine.py",15491,3,"tok",python,selection_command +3113,9045485,"jasmine.py",15491,4,"toke",python,selection_command +3114,9045607,"jasmine.py",15491,5,"token",python,selection_command +3115,9045800,"jasmine.py",15491,5,"",python,content +3116,9046002,"jasmine.py",15491,0,"c",python,content +3117,9046002,"jasmine.py",15492,0,"",python,selection_keyboard +3118,9046095,"jasmine.py",15492,0,"a",python,content +3119,9046095,"jasmine.py",15493,0,"",python,selection_keyboard +3120,9046255,"jasmine.py",15493,0,"u",python,content +3121,9046255,"jasmine.py",15494,0,"",python,selection_keyboard +3122,9046321,"jasmine.py",15494,0,"s",python,content +3123,9046321,"jasmine.py",15495,0,"",python,selection_keyboard +3124,9046387,"jasmine.py",15495,0,"a",python,content +3125,9046387,"jasmine.py",15496,0,"",python,selection_keyboard +3126,9046485,"jasmine.py",15496,0,"l",python,content +3127,9046486,"jasmine.py",15497,0,"",python,selection_keyboard +3128,9046619,"jasmine.py",15496,0,"",python,selection_command +3129,9046720,"jasmine.py",15479,0,"",python,selection_command +3130,9048062,"jasmine.py",14340,0,"",python,selection_keyboard +3131,9048303,"jasmine.py",14262,0,"",python,selection_command +3132,9048556,"jasmine.py",14156,0,"",python,selection_command +3133,9048589,"jasmine.py",14054,0,"",python,selection_command +3134,9048611,"jasmine.py",14040,0,"",python,selection_command +3135,9048654,"jasmine.py",13991,0,"",python,selection_command +3136,9048685,"jasmine.py",13935,0,"",python,selection_command +3137,9048719,"jasmine.py",13907,0,"",python,selection_command +3138,9048758,"jasmine.py",13894,0,"",python,selection_command +3139,9048789,"jasmine.py",13892,0,"",python,selection_command +3140,9048820,"jasmine.py",13838,0,"",python,selection_command +3141,9048853,"jasmine.py",13778,0,"",python,selection_command +3142,9048886,"jasmine.py",13698,0,"",python,selection_command +3143,9048919,"jasmine.py",13600,0,"",python,selection_command +3144,9048951,"jasmine.py",13587,0,"",python,selection_command +3145,9048985,"jasmine.py",13569,0,"",python,selection_command +3146,9049018,"jasmine.py",13538,0,"",python,selection_command +3147,9049052,"jasmine.py",13482,0,"",python,selection_command +3148,9049086,"jasmine.py",13416,0,"",python,selection_command +3149,9049119,"jasmine.py",13336,0,"",python,selection_command +3150,9049270,"jasmine.py",13308,0,"",python,selection_command +3151,9049409,"jasmine.py",13295,0,"",python,selection_command +3152,9054538,"models/dynamics_causal.py",0,0,"",python,tab +3153,9054540,"models/dynamics_causal.py",1707,0,"",python,selection_command +3154,9085002,"models/dynamics_causal.py",1707,95," self, batch: Dict[str, jax.Array], training: bool = True",python,content +3155,9086122,"models/dynamics_causal.py",1770,0,"",python,selection_command +3156,9086708,"models/dynamics_causal.py",1707,0,"",python,selection_command +3157,9091504,"jasmine.py",0,0,"",python,tab +3158,9094015,"jasmine.py",13296,0,"",python,selection_command +3159,9094260,"jasmine.py",13324,0,"",python,selection_command +3160,9094293,"jasmine.py",13404,0,"",python,selection_command +3161,9094317,"jasmine.py",13470,0,"",python,selection_command +3162,9094349,"jasmine.py",13526,0,"",python,selection_command +3163,9094384,"jasmine.py",13557,0,"",python,selection_command +3164,9094415,"jasmine.py",13587,0,"",python,selection_command +3165,9094451,"jasmine.py",13588,0,"",python,selection_command +3166,9094484,"jasmine.py",13686,0,"",python,selection_command +3167,9094518,"jasmine.py",13766,0,"",python,selection_command +3168,9094550,"jasmine.py",13826,0,"",python,selection_command +3169,9094584,"jasmine.py",13880,0,"",python,selection_command +3170,9094617,"jasmine.py",13894,0,"",python,selection_command +3171,9094652,"jasmine.py",13895,0,"",python,selection_command +3172,9094980,"jasmine.py",13894,0,"",python,selection_command +3173,9095634,"jasmine.py",13907,0,"",python,selection_command +3174,9097865,"jasmine.py",14299,0,"",python,selection_command +3175,9098852,"jasmine.py",14298,0,"",python,selection_command +3176,9099034,"jasmine.py",14290,0,"",python,selection_command +3177,9110770,"jasmine.py",14184,0,"",python,selection_command +3178,9111012,"jasmine.py",14082,0,"",python,selection_command +3179,9111043,"jasmine.py",14040,0,"",python,selection_command +3180,9111077,"jasmine.py",14019,0,"",python,selection_command +3181,9111114,"jasmine.py",13963,0,"",python,selection_command +3182,9111149,"jasmine.py",13921,0,"",python,selection_command +3183,9111179,"jasmine.py",13894,0,"",python,selection_command +3184,9111212,"jasmine.py",13892,0,"",python,selection_command +3185,9111246,"jasmine.py",13866,0,"",python,selection_command +3186,9111278,"jasmine.py",13806,0,"",python,selection_command +3187,9111313,"jasmine.py",13726,0,"",python,selection_command +3188,9111639,"jasmine.py",13628,0,"",python,selection_command +3189,9112311,"jasmine.py",13588,0,"",python,selection_command +3190,9112477,"jasmine.py",13686,0,"",python,selection_command +3191,9114916,"jasmine.py",13766,0,"",python,selection_command +3192,9115159,"jasmine.py",13826,0,"",python,selection_command +3193,9115225,"jasmine.py",13880,0,"",python,selection_command +3194,9115226,"jasmine.py",13894,0,"",python,selection_command +3195,9115256,"jasmine.py",13895,0,"",python,selection_command +3196,9115289,"jasmine.py",13923,0,"",python,selection_command +3197,9115355,"jasmine.py",13979,0,"",python,selection_command +3198,9115356,"jasmine.py",14028,0,"",python,selection_command +3199,9115388,"jasmine.py",14042,0,"",python,selection_command +3200,9115422,"jasmine.py",14144,0,"",python,selection_command +3201,9115488,"jasmine.py",14250,0,"",python,selection_command +3202,9115879,"jasmine.py",14328,0,"",python,selection_command +3203,9116129,"jasmine.py",14419,0,"",python,selection_command +3204,9116259,"jasmine.py",14489,0,"",python,selection_command +3205,9116434,"jasmine.py",14517,0,"",python,selection_command +3206,9117083,"jasmine.py",14550,0,"",python,selection_command +3207,9117330,"jasmine.py",14551,0,"",python,selection_command +3208,9117358,"jasmine.py",14581,0,"",python,selection_command +3209,9117396,"jasmine.py",14657,0,"",python,selection_command +3210,9117425,"jasmine.py",14675,0,"",python,selection_command +3211,9117458,"jasmine.py",14729,0,"",python,selection_command +3212,9117491,"jasmine.py",14782,0,"",python,selection_command +3213,9117696,"jasmine.py",14853,0,"",python,selection_command +3214,9117865,"jasmine.py",14879,0,"",python,selection_command +3215,9118015,"jasmine.py",14880,0,"",python,selection_command +3216,9118196,"jasmine.py",14945,0,"",python,selection_command +3217,9118429,"jasmine.py",14880,0,"",python,selection_command +3218,9120252,"jasmine.py",14945,0,"",python,selection_command +3219,9120516,"jasmine.py",15019,0,"",python,selection_command +3220,9120529,"jasmine.py",15020,0,"",python,selection_command +3221,9120562,"jasmine.py",15082,0,"",python,selection_command +3222,9120597,"jasmine.py",15117,0,"",python,selection_command +3223,9120631,"jasmine.py",15118,0,"",python,selection_command +3224,9120661,"jasmine.py",15162,0,"",python,selection_command +3225,9120694,"jasmine.py",15198,0,"",python,selection_command +3226,9120728,"jasmine.py",15246,0,"",python,selection_command +3227,9120760,"jasmine.py",15278,0,"",python,selection_command +3228,9120795,"jasmine.py",15368,0,"",python,selection_command +3229,9120827,"jasmine.py",15369,0,"",python,selection_command +3230,9120861,"jasmine.py",15440,0,"",python,selection_command +3231,9120895,"jasmine.py",15479,0,"",python,selection_command +3232,9120926,"jasmine.py",15535,0,"",python,selection_command +3233,9120961,"jasmine.py",15545,0,"",python,selection_command +3234,9120994,"jasmine.py",15587,0,"",python,selection_command +3235,9121028,"jasmine.py",15588,0,"",python,selection_command +3236,9121061,"jasmine.py",15643,0,"",python,selection_command +3237,9121093,"jasmine.py",15685,0,"",python,selection_command +3238,9121126,"jasmine.py",15765,0,"",python,selection_command +3239,9121601,"jasmine.py",15685,0,"",python,selection_command +3240,9121774,"jasmine.py",15643,0,"",python,selection_command +3241,9121928,"jasmine.py",15588,0,"",python,selection_command +3242,9128505,"jasmine.py",11529,0,"",python,selection_command +3243,9128971,"jasmine.py",7152,0,"",python,selection_command +3244,9130014,"jasmine.py",7153,0,"",python,selection_command +3245,9130257,"jasmine.py",7177,0,"",python,selection_command +3246,9130287,"jasmine.py",7203,0,"",python,selection_command +3247,9130321,"jasmine.py",7256,0,"",python,selection_command +3248,9130352,"jasmine.py",7289,0,"",python,selection_command +3249,9130392,"jasmine.py",7320,0,"",python,selection_command +3250,9130487,"jasmine.py",7348,0,"",python,selection_command +3251,9130489,"jasmine.py",7386,0,"",python,selection_command +3252,9130513,"jasmine.py",7398,0,"",python,selection_command +3253,9130527,"jasmine.py",7445,0,"",python,selection_command +3254,9130555,"jasmine.py",7489,0,"",python,selection_command +3255,9130616,"jasmine.py",7571,0,"",python,selection_command +3256,9130629,"jasmine.py",7630,0,"",python,selection_command +3257,9132588,"jasmine.py",7665,0,"",python,selection_command +3258,9132822,"jasmine.py",7705,0,"",python,selection_command +3259,9132855,"jasmine.py",7764,0,"",python,selection_command +3260,9132888,"jasmine.py",7841,0,"",python,selection_command +3261,9132922,"jasmine.py",7912,0,"",python,selection_command +3262,9132957,"jasmine.py",7913,0,"",python,selection_command +3263,9132990,"jasmine.py",7942,0,"",python,selection_command +3264,9133024,"jasmine.py",8028,0,"",python,selection_command +3265,9133056,"jasmine.py",8105,0,"",python,selection_command +3266,9133088,"jasmine.py",8162,0,"",python,selection_command +3267,9133121,"jasmine.py",8198,0,"",python,selection_command +3268,9133157,"jasmine.py",8199,0,"",python,selection_command +3269,9133231,"jasmine.py",8249,0,"",python,selection_command +3270,9133232,"jasmine.py",8312,0,"",python,selection_command +3271,9134967,"jasmine.py",8249,0,"",python,selection_command +3272,9135163,"jasmine.py",8199,0,"",python,selection_command +3273,9135199,"jasmine.py",8198,0,"",python,selection_command +3274,9135228,"jasmine.py",8162,0,"",python,selection_command +3275,9135265,"jasmine.py",8105,0,"",python,selection_command +3276,9135292,"jasmine.py",8028,0,"",python,selection_command +3277,9135324,"jasmine.py",7942,0,"",python,selection_command +3278,9135360,"jasmine.py",7913,0,"",python,selection_command +3279,9135393,"jasmine.py",7912,0,"",python,selection_command +3280,9135432,"jasmine.py",7841,0,"",python,selection_command +3281,9135466,"jasmine.py",7764,0,"",python,selection_command +3282,9135520,"jasmine.py",7705,0,"",python,selection_command +3283,9135551,"jasmine.py",7665,0,"",python,selection_command +3284,9135580,"jasmine.py",7630,0,"",python,selection_command +3285,9135609,"jasmine.py",7571,0,"",python,selection_command +3286,9135632,"jasmine.py",7489,0,"",python,selection_command +3287,9135670,"jasmine.py",7445,0,"",python,selection_command +3288,9136064,"jasmine.py",7489,0,"",python,selection_command +3289,9137368,"jasmine.py",7497,0,"",python,selection_command +3290,9138371,"jasmine.py",7579,0,"",python,selection_command +3291,9143089,"jasmine.py",7638,0,"",python,selection_command +3292,9143339,"jasmine.py",7673,0,"",python,selection_command +3293,9143384,"jasmine.py",7713,0,"",python,selection_command +3294,9143406,"jasmine.py",7772,0,"",python,selection_command +3295,9143587,"jasmine.py",7849,0,"",python,selection_command +3296,9156752,"jasmine.py",8140,0,"",python,selection_command +3297,9158388,"jasmine.py",7849,0,"",python,selection_command +3298,9159804,"jasmine.py",8140,0,"",python,selection_command +3299,9161809,"jasmine.py",7849,0,"",python,selection_command +3300,9162235,"jasmine.py",8140,0,"",python,selection_command +3301,9163305,"jasmine.py",8636,0,"",python,selection_command +3302,9164450,"jasmine.py",8140,0,"",python,selection_command +3303,9164621,"jasmine.py",7849,0,"",python,selection_command +3304,9165069,"jasmine.py",7772,0,"",python,selection_command +3305,9166223,"jasmine.py",7802,0,"",python,selection_command +3306,9166811,"jasmine.py",8122,0,"",python,selection_command +3307,9167805,"jasmine.py",8178,0,"",python,selection_command +3308,9168072,"jasmine.py",8590,0,"",python,selection_command +3309,9168795,"jasmine.py",8178,0,"",python,selection_command +3310,9168989,"jasmine.py",8122,0,"",python,selection_command +3311,9169228,"jasmine.py",7802,0,"",python,selection_command +3312,9169655,"jasmine.py",7772,0,"",python,selection_command +3313,9184108,"jasmine.py",8410,0,"",python,selection_mouse +3314,9184995,"jasmine.py",8392,73,"",python,content +3315,9185031,"jasmine.py",8404,0,"",python,selection_command +3316,9185418,"jasmine.py",8392,0,"",python,selection_command +3317,9186253,"jasmine.py",8312,0,"",python,selection_command +3318,9186500,"jasmine.py",8249,0,"",python,selection_command +3319,9186547,"jasmine.py",8199,0,"",python,selection_command +3320,9186594,"jasmine.py",8198,0,"",python,selection_command +3321,9186603,"jasmine.py",8162,0,"",python,selection_command +3322,9186633,"jasmine.py",8105,0,"",python,selection_command +3323,9186660,"jasmine.py",8028,0,"",python,selection_command +3324,9186692,"jasmine.py",7942,0,"",python,selection_command +3325,9186726,"jasmine.py",7913,0,"",python,selection_command +3326,9186760,"jasmine.py",7912,0,"",python,selection_command +3327,9186800,"jasmine.py",7841,0,"",python,selection_command +3328,9187121,"jasmine.py",7912,0,"",python,selection_command +3329,9506291,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +3330,9506818,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +3331,9507481,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +3332,9509440,"jasmine.py",7913,0,"",python,selection_command +3333,9509834,"jasmine.py",7912,0,"",python,selection_command +3334,9510078,"jasmine.py",7913,0,"",python,selection_command +3335,9517330,"jasmine.py",7858,0,"",python,selection_mouse +3336,9556230,"jasmine.py",13153,0,"",python,selection_mouse +3337,9557538,"jasmine.py",12677,0,"",python,selection_mouse +3338,9570370,"jasmine.py",12891,0,"",python,selection_mouse +3339,9570558,"jasmine.py",12890,6,"future",python,selection_mouse +3340,9570657,"jasmine.py",12861,43," # Pad with zeros for future frames\n",python,selection_mouse +3341,9573914,"jasmine.py",12903,0,"",python,selection_mouse +3342,9573918,"jasmine.py",12902,0,"",python,selection_command +3343,9574849,"jasmine.py",12903,0,"\n ",python,content +3344,9575280,"jasmine.py",12912,0,"#",python,content +3345,9575281,"jasmine.py",12913,0,"",python,selection_keyboard +3346,9575359,"jasmine.py",12913,0," ",python,content +3347,9575360,"jasmine.py",12914,0,"",python,selection_keyboard +3348,9575547,"jasmine.py",12914,0,"D",python,content +3349,9575547,"jasmine.py",12915,0,"",python,selection_keyboard +3350,9575601,"jasmine.py",12915,0,"I",python,content +3351,9575602,"jasmine.py",12916,0,"",python,selection_keyboard +3352,9576129,"jasmine.py",12915,1,"",python,content +3353,9576325,"jasmine.py",12914,1,"",python,content +3354,9576388,"jasmine.py",12914,0,"F",python,content +3355,9576388,"jasmine.py",12915,0,"",python,selection_keyboard +3356,9576536,"jasmine.py",12915,0,"I",python,content +3357,9576536,"jasmine.py",12916,0,"",python,selection_keyboard +3358,9576587,"jasmine.py",12916,0,"X",python,content +3359,9576588,"jasmine.py",12917,0,"",python,selection_keyboard +3360,9576738,"jasmine.py",12917,0,"M",python,content +3361,9576738,"jasmine.py",12918,0,"",python,selection_keyboard +3362,9576848,"jasmine.py",12918,0,"E",python,content +3363,9576848,"jasmine.py",12919,0,"",python,selection_keyboard +3364,9576915,"jasmine.py",12919,0,":",python,content +3365,9576915,"jasmine.py",12920,0,"",python,selection_keyboard +3366,9577058,"jasmine.py",12920,0," ",python,content +3367,9577058,"jasmine.py",12921,0,"",python,selection_keyboard +3368,9577443,"jasmine.py",12921,0,"()",python,content +3369,9577443,"jasmine.py",12922,0,"",python,selection_keyboard +3370,9577897,"jasmine.py",12921,2,"",python,content +3371,9577994,"jasmine.py",12920,1,"",python,content +3372,9578143,"jasmine.py",12919,1,"",python,content +3373,9578194,"jasmine.py",12919,0," ",python,content +3374,9578194,"jasmine.py",12920,0,"",python,selection_keyboard +3375,9578422,"jasmine.py",12920,0,"()",python,content +3376,9578422,"jasmine.py",12921,0,"",python,selection_keyboard +3377,9578611,"jasmine.py",12921,0,"f",python,content +3378,9578611,"jasmine.py",12922,0,"",python,selection_keyboard +3379,9578766,"jasmine.py",12922,0,".",python,content +3380,9578766,"jasmine.py",12923,0,"",python,selection_keyboard +3381,9578827,"jasmine.py",12923,0,"s",python,content +3382,9578827,"jasmine.py",12924,0,"",python,selection_keyboard +3383,9578947,"jasmine.py",12924,0,"r",python,content +3384,9578947,"jasmine.py",12925,0,"",python,selection_keyboard +3385,9578961,"jasmine.py",12925,0,"a",python,content +3386,9578962,"jasmine.py",12926,0,"",python,selection_keyboard +3387,9579005,"jasmine.py",12926,0,"m",python,content +3388,9579005,"jasmine.py",12927,0,"",python,selection_keyboard +3389,9579178,"jasmine.py",12927,0,"b",python,content +3390,9579178,"jasmine.py",12928,0,"",python,selection_keyboard +3391,9579226,"jasmine.py",12928,0,"i",python,content +3392,9579226,"jasmine.py",12929,0,"",python,selection_keyboard +3393,9579309,"jasmine.py",12929,0,"c",python,content +3394,9579310,"jasmine.py",12930,0,"",python,selection_keyboard +3395,9579343,"jasmine.py",12930,0,"a",python,content +3396,9579343,"jasmine.py",12931,0,"",python,selection_keyboard +3397,9579469,"jasmine.py",12931,0,"l",python,content +3398,9579470,"jasmine.py",12932,0,"",python,selection_keyboard +3399,9579627,"jasmine.py",12932,1,")",python,content +3400,9579628,"jasmine.py",12933,0,"",python,selection_keyboard +3401,9579780,"jasmine.py",12933,0,":",python,content +3402,9579780,"jasmine.py",12934,0,"",python,selection_keyboard +3403,9579994,"jasmine.py",12934,0," ",python,content +3404,9579994,"jasmine.py",12935,0,"",python,selection_keyboard +3405,9580271,"jasmine.py",12935,0,"w",python,content +3406,9580271,"jasmine.py",12936,0,"",python,selection_keyboard +3407,9580521,"jasmine.py",12936,0,"e",python,content +3408,9580521,"jasmine.py",12937,0,"",python,selection_keyboard +3409,9580582,"jasmine.py",12937,0," ",python,content +3410,9580582,"jasmine.py",12938,0,"",python,selection_keyboard +3411,9580735,"jasmine.py",12938,0,"s",python,content +3412,9580735,"jasmine.py",12939,0,"",python,selection_keyboard +3413,9580834,"jasmine.py",12939,0,"h",python,content +3414,9580834,"jasmine.py",12940,0,"",python,selection_keyboard +3415,9581043,"jasmine.py",12940,0,"o",python,content +3416,9581043,"jasmine.py",12941,0,"",python,selection_keyboard +3417,9581043,"jasmine.py",12941,0,"u",python,content +3418,9581044,"jasmine.py",12942,0,"",python,selection_keyboard +3419,9581141,"jasmine.py",12942,0,"l",python,content +3420,9581141,"jasmine.py",12943,0,"",python,selection_keyboard +3421,9581226,"jasmine.py",12943,0,"d",python,content +3422,9581226,"jasmine.py",12944,0,"",python,selection_keyboard +3423,9581434,"jasmine.py",12944,0," ",python,content +3424,9581434,"jasmine.py",12945,0,"",python,selection_keyboard +3425,9581572,"jasmine.py",12945,0,"n",python,content +3426,9581572,"jasmine.py",12946,0,"",python,selection_keyboard +3427,9581608,"jasmine.py",12946,0,"o",python,content +3428,9581608,"jasmine.py",12947,0,"",python,selection_keyboard +3429,9581709,"jasmine.py",12947,0,"t",python,content +3430,9581709,"jasmine.py",12948,0,"",python,selection_keyboard +3431,9581759,"jasmine.py",12948,0," ",python,content +3432,9581759,"jasmine.py",12949,0,"",python,selection_keyboard +3433,9582197,"jasmine.py",12949,0,"d",python,content +3434,9582197,"jasmine.py",12950,0,"",python,selection_keyboard +3435,9582242,"jasmine.py",12950,0,"o",python,content +3436,9582242,"jasmine.py",12951,0,"",python,selection_keyboard +3437,9582341,"jasmine.py",12951,0," ",python,content +3438,9582341,"jasmine.py",12952,0,"",python,selection_keyboard +3439,9582436,"jasmine.py",12952,0,"t",python,content +3440,9582437,"jasmine.py",12953,0,"",python,selection_keyboard +3441,9582496,"jasmine.py",12953,0,"h",python,content +3442,9582496,"jasmine.py",12954,0,"",python,selection_keyboard +3443,9582619,"jasmine.py",12954,0,"i",python,content +3444,9582620,"jasmine.py",12955,0,"",python,selection_keyboard +3445,9582642,"jasmine.py",12955,0,"s",python,content +3446,9582643,"jasmine.py",12956,0,"",python,selection_keyboard +3447,9582766,"jasmine.py",12956,0,".",python,content +3448,9582767,"jasmine.py",12957,0,"",python,selection_keyboard +3449,9582899,"jasmine.py",12956,0,"",python,selection_command +3450,9583796,"jasmine.py",12904,0,"",python,selection_command +3451,9589565,"jasmine.py",12972,0,"",python,selection_mouse +3452,9590864,"jasmine.py",13011,0,"",python,selection_mouse +3453,9591986,"jasmine.py",13206,0,"",python,selection_mouse +3454,9592905,"jasmine.py",13012,0,"",python,selection_mouse +3455,9599186,"jasmine.py",12957,0,"",python,selection_mouse +3456,9599188,"jasmine.py",12956,0,"",python,selection_command +3457,9600586,"jasmine.py",12957,0,"",python,selection_command +3458,9601043,"jasmine.py",12956,1,"",python,content +3459,9601260,"jasmine.py",12956,0,".",python,content +3460,9601260,"jasmine.py",12957,0,"",python,selection_keyboard +3461,9601397,"jasmine.py",12957,0," ",python,content +3462,9601398,"jasmine.py",12958,0,"",python,selection_keyboard +3463,9601526,"jasmine.py",12958,0,"S",python,content +3464,9601527,"jasmine.py",12959,0,"",python,selection_keyboard +3465,9601818,"jasmine.py",12959,0," ",python,content +3466,9601818,"jasmine.py",12960,0,"",python,selection_keyboard +3467,9602066,"jasmine.py",12959,1,"",python,content +3468,9602233,"jasmine.py",12958,1,"",python,content +3469,9602281,"jasmine.py",12958,0,"W",python,content +3470,9602281,"jasmine.py",12959,0,"",python,selection_keyboard +3471,9602476,"jasmine.py",12959,0,"e",python,content +3472,9602476,"jasmine.py",12960,0,"",python,selection_keyboard +3473,9602568,"jasmine.py",12960,0," ",python,content +3474,9602568,"jasmine.py",12961,0,"",python,selection_keyboard +3475,9602751,"jasmine.py",12961,0,"s",python,content +3476,9602751,"jasmine.py",12962,0,"",python,selection_keyboard +3477,9603130,"jasmine.py",12962,0,"h",python,content +3478,9603130,"jasmine.py",12963,0,"",python,selection_keyboard +3479,9603230,"jasmine.py",12963,0,"o",python,content +3480,9603230,"jasmine.py",12964,0,"",python,selection_keyboard +3481,9603279,"jasmine.py",12964,0,"u",python,content +3482,9603279,"jasmine.py",12965,0,"",python,selection_keyboard +3483,9603431,"jasmine.py",12965,0,"l",python,content +3484,9603431,"jasmine.py",12966,0,"",python,selection_keyboard +3485,9603498,"jasmine.py",12966,0,"d",python,content +3486,9603498,"jasmine.py",12967,0,"",python,selection_keyboard +3487,9603585,"jasmine.py",12967,0," ",python,content +3488,9603585,"jasmine.py",12968,0,"",python,selection_keyboard +3489,9603691,"jasmine.py",12968,0,"p",python,content +3490,9603691,"jasmine.py",12969,0,"",python,selection_keyboard +3491,9603759,"jasmine.py",12969,0,"a",python,content +3492,9603759,"jasmine.py",12970,0,"",python,selection_keyboard +3493,9603796,"jasmine.py",12970,0,"s",python,content +3494,9603796,"jasmine.py",12971,0,"",python,selection_keyboard +3495,9603913,"jasmine.py",12971,0,"s",python,content +3496,9603913,"jasmine.py",12972,0,"",python,selection_keyboard +3497,9604033,"jasmine.py",12972,0," ",python,content +3498,9604033,"jasmine.py",12973,0,"",python,selection_keyboard +3499,9605666,"jasmine.py",12968,5,"",python,content +3500,9605840,"jasmine.py",12961,7,"",python,content +3501,9606072,"jasmine.py",12958,3,"",python,content +3502,9606520,"jasmine.py",12958,0,"W",python,content +3503,9606520,"jasmine.py",12959,0,"",python,selection_keyboard +3504,9606700,"jasmine.py",12959,0,"e",python,content +3505,9606700,"jasmine.py",12960,0,"",python,selection_keyboard +3506,9606781,"jasmine.py",12960,0," ",python,content +3507,9606781,"jasmine.py",12961,0,"",python,selection_keyboard +3508,9607048,"jasmine.py",12961,0,"h",python,content +3509,9607048,"jasmine.py",12962,0,"",python,selection_keyboard +3510,9607323,"jasmine.py",12961,1,"",python,content +3511,9607459,"jasmine.py",12961,0,"s",python,content +3512,9607459,"jasmine.py",12962,0,"",python,selection_keyboard +3513,9607504,"jasmine.py",12962,0,"h",python,content +3514,9607504,"jasmine.py",12963,0,"",python,selection_keyboard +3515,9607681,"jasmine.py",12963,0,"o",python,content +3516,9607681,"jasmine.py",12964,0,"",python,selection_keyboard +3517,9607681,"jasmine.py",12964,0,"u",python,content +3518,9607681,"jasmine.py",12965,0,"",python,selection_keyboard +3519,9607834,"jasmine.py",12965,0,"l",python,content +3520,9607834,"jasmine.py",12966,0,"",python,selection_keyboard +3521,9607915,"jasmine.py",12966,0,"d",python,content +3522,9607915,"jasmine.py",12967,0,"",python,selection_keyboard +3523,9608067,"jasmine.py",12967,0," ",python,content +3524,9608067,"jasmine.py",12968,0,"",python,selection_keyboard +3525,9608099,"jasmine.py",12968,0,"p",python,content +3526,9608099,"jasmine.py",12969,0,"",python,selection_keyboard +3527,9608215,"jasmine.py",12969,0,"a",python,content +3528,9608216,"jasmine.py",12970,0,"",python,selection_keyboard +3529,9608216,"jasmine.py",12970,0,"s",python,content +3530,9608216,"jasmine.py",12971,0,"",python,selection_keyboard +3531,9608394,"jasmine.py",12971,0,"s",python,content +3532,9608394,"jasmine.py",12972,0,"",python,selection_keyboard +3533,9608572,"jasmine.py",12972,0," ",python,content +3534,9608572,"jasmine.py",12973,0,"",python,selection_keyboard +3535,9608753,"jasmine.py",12973,0,"t",python,content +3536,9608753,"jasmine.py",12974,0,"",python,selection_keyboard +3537,9608926,"jasmine.py",12974,0,"h",python,content +3538,9608926,"jasmine.py",12975,0,"",python,selection_keyboard +3539,9608927,"jasmine.py",12975,0,"e",python,content +3540,9608927,"jasmine.py",12976,0,"",python,selection_keyboard +3541,9608936,"jasmine.py",12976,0," ",python,content +3542,9608937,"jasmine.py",12977,0,"",python,selection_keyboard +3543,9609105,"jasmine.py",12977,0,"s",python,content +3544,9609106,"jasmine.py",12978,0,"",python,selection_keyboard +3545,9609236,"jasmine.py",12978,0,"e",python,content +3546,9609236,"jasmine.py",12979,0,"",python,selection_keyboard +3547,9609342,"jasmine.py",12979,0,"q",python,content +3548,9609342,"jasmine.py",12980,0,"",python,selection_keyboard +3549,9609472,"jasmine.py",12980,0,"u",python,content +3550,9609472,"jasmine.py",12981,0,"",python,selection_keyboard +3551,9609537,"jasmine.py",12981,0,"e",python,content +3552,9609537,"jasmine.py",12982,0,"",python,selection_keyboard +3553,9609669,"jasmine.py",12982,0,"n",python,content +3554,9609669,"jasmine.py",12983,0,"",python,selection_keyboard +3555,9609767,"jasmine.py",12983,0,"c",python,content +3556,9609768,"jasmine.py",12984,0,"",python,selection_keyboard +3557,9609798,"jasmine.py",12984,0,"e",python,content +3558,9609798,"jasmine.py",12985,0,"",python,selection_keyboard +3559,9609854,"jasmine.py",12985,0," ",python,content +3560,9609854,"jasmine.py",12986,0,"",python,selection_keyboard +3561,9609997,"jasmine.py",12986,0,"a",python,content +3562,9609997,"jasmine.py",12987,0,"",python,selection_keyboard +3563,9610049,"jasmine.py",12987,0,"s",python,content +3564,9610049,"jasmine.py",12988,0,"",python,selection_keyboard +3565,9610123,"jasmine.py",12988,0," ",python,content +3566,9610123,"jasmine.py",12989,0,"",python,selection_keyboard +3567,9610329,"jasmine.py",12989,0,"i",python,content +3568,9610329,"jasmine.py",12990,0,"",python,selection_keyboard +3569,9610384,"jasmine.py",12990,0,"s",python,content +3570,9610385,"jasmine.py",12991,0,"",python,selection_keyboard +3571,9610456,"jasmine.py",12991,0," ",python,content +3572,9610457,"jasmine.py",12992,0,"",python,selection_keyboard +3573,9610674,"jasmine.py",12992,0,"t",python,content +3574,9610674,"jasmine.py",12993,0,"",python,selection_keyboard +3575,9610752,"jasmine.py",12993,0,"o",python,content +3576,9610752,"jasmine.py",12994,0,"",python,selection_keyboard +3577,9610801,"jasmine.py",12994,0," ",python,content +3578,9610801,"jasmine.py",12995,0,"",python,selection_keyboard +3579,9610963,"jasmine.py",12995,0,"t",python,content +3580,9610963,"jasmine.py",12996,0,"",python,selection_keyboard +3581,9611018,"jasmine.py",12996,0,"h",python,content +3582,9611019,"jasmine.py",12997,0,"",python,selection_keyboard +3583,9611100,"jasmine.py",12997,0,"e",python,content +3584,9611100,"jasmine.py",12998,0,"",python,selection_keyboard +3585,9611281,"jasmine.py",12998,0,"d",python,content +3586,9611281,"jasmine.py",12999,0,"",python,selection_keyboard +3587,9611330,"jasmine.py",12999,0,"y",python,content +3588,9611331,"jasmine.py",13000,0,"",python,selection_keyboard +3589,9611681,"jasmine.py",12999,1,"",python,content +3590,9611787,"jasmine.py",12998,1,"",python,content +3591,9611876,"jasmine.py",12998,0," ",python,content +3592,9611876,"jasmine.py",12999,0,"",python,selection_keyboard +3593,9611949,"jasmine.py",12999,0,"d",python,content +3594,9611950,"jasmine.py",13000,0,"",python,selection_keyboard +3595,9612005,"jasmine.py",13000,0,"y",python,content +3596,9612005,"jasmine.py",13001,0,"",python,selection_keyboard +3597,9612069,"jasmine.py",13001,0,"n",python,content +3598,9612069,"jasmine.py",13002,0,"",python,selection_keyboard +3599,9612138,"jasmine.py",13002,0,"a",python,content +3600,9612138,"jasmine.py",13003,0,"",python,selection_keyboard +3601,9612269,"jasmine.py",13003,0,"m",python,content +3602,9612269,"jasmine.py",13004,0,"",python,selection_keyboard +3603,9612307,"jasmine.py",13004,0,"i",python,content +3604,9612307,"jasmine.py",13005,0,"",python,selection_keyboard +3605,9612321,"jasmine.py",13005,0,"c",python,content +3606,9612321,"jasmine.py",13006,0,"",python,selection_keyboard +3607,9612417,"jasmine.py",13006,0,"s",python,content +3608,9612418,"jasmine.py",13007,0,"",python,selection_keyboard +3609,9612436,"jasmine.py",13007,0," ",python,content +3610,9612436,"jasmine.py",13008,0,"",python,selection_keyboard +3611,9612595,"jasmine.py",13008,0,"m",python,content +3612,9612595,"jasmine.py",13009,0,"",python,selection_keyboard +3613,9612639,"jasmine.py",13009,0,"o",python,content +3614,9612640,"jasmine.py",13010,0,"",python,selection_keyboard +3615,9612703,"jasmine.py",13010,0,"d",python,content +3616,9612703,"jasmine.py",13011,0,"",python,selection_keyboard +3617,9612770,"jasmine.py",13011,0,"e",python,content +3618,9612770,"jasmine.py",13012,0,"",python,selection_keyboard +3619,9612838,"jasmine.py",13012,0,"l",python,content +3620,9612838,"jasmine.py",13013,0,"",python,selection_keyboard +3621,9612903,"jasmine.py",13013,0," ",python,content +3622,9612903,"jasmine.py",13014,0,"",python,selection_keyboard +3623,9612969,"jasmine.py",13014,0,"f",python,content +3624,9612969,"jasmine.py",13015,0,"",python,selection_keyboard +3625,9613073,"jasmine.py",13015,0,"o",python,content +3626,9613073,"jasmine.py",13016,0,"",python,selection_keyboard +3627,9613151,"jasmine.py",13016,0,"r",python,content +3628,9613151,"jasmine.py",13017,0,"",python,selection_keyboard +3629,9613220,"jasmine.py",13017,0," ",python,content +3630,9613220,"jasmine.py",13018,0,"",python,selection_keyboard +3631,9613293,"jasmine.py",13018,0,"k",python,content +3632,9613294,"jasmine.py",13019,0,"",python,selection_keyboard +3633,9613394,"jasmine.py",13019,0,"v",python,content +3634,9613394,"jasmine.py",13020,0,"",python,selection_keyboard +3635,9613484,"jasmine.py",13020,0," ",python,content +3636,9613484,"jasmine.py",13021,0,"",python,selection_keyboard +3637,9613572,"jasmine.py",13021,0,"c",python,content +3638,9613572,"jasmine.py",13022,0,"",python,selection_keyboard +3639,9613652,"jasmine.py",13022,0,"a",python,content +3640,9613652,"jasmine.py",13023,0,"",python,selection_keyboard +3641,9613742,"jasmine.py",13023,0,"c",python,content +3642,9613743,"jasmine.py",13024,0,"",python,selection_keyboard +3643,9613842,"jasmine.py",13024,0,"h",python,content +3644,9613842,"jasmine.py",13025,0,"",python,selection_keyboard +3645,9614115,"jasmine.py",13021,4,"",python,content +3646,9614255,"jasmine.py",13018,3,"",python,content +3647,9614627,"jasmine.py",13014,4,"",python,content +3648,9614808,"jasmine.py",13014,0,"f",python,content +3649,9614808,"jasmine.py",13015,0,"",python,selection_keyboard +3650,9614879,"jasmine.py",13015,0,"o",python,content +3651,9614879,"jasmine.py",13016,0,"",python,selection_keyboard +3652,9615002,"jasmine.py",13016,0,"r",python,content +3653,9615003,"jasmine.py",13017,0,"",python,selection_keyboard +3654,9615045,"jasmine.py",13017,0," ",python,content +3655,9615045,"jasmine.py",13018,0,"",python,selection_keyboard +3656,9615134,"jasmine.py",13018,0,"p",python,content +3657,9615134,"jasmine.py",13019,0,"",python,selection_keyboard +3658,9615254,"jasmine.py",13019,0,"r",python,content +3659,9615254,"jasmine.py",13020,0,"",python,selection_keyboard +3660,9615331,"jasmine.py",13020,0,"o",python,content +3661,9615331,"jasmine.py",13021,0,"",python,selection_keyboard +3662,9615380,"jasmine.py",13021,0,"p",python,content +3663,9615381,"jasmine.py",13022,0,"",python,selection_keyboard +3664,9615437,"jasmine.py",13022,0,"e",python,content +3665,9615437,"jasmine.py",13023,0,"",python,selection_keyboard +3666,9615490,"jasmine.py",13023,0,"r",python,content +3667,9615490,"jasmine.py",13024,0,"",python,selection_keyboard +3668,9615586,"jasmine.py",13024,0," ",python,content +3669,9615586,"jasmine.py",13025,0,"",python,selection_keyboard +3670,9615842,"jasmine.py",13025,0,"k",python,content +3671,9615842,"jasmine.py",13026,0,"",python,selection_keyboard +3672,9615981,"jasmine.py",13026,0,"v",python,content +3673,9615981,"jasmine.py",13027,0,"",python,selection_keyboard +3674,9616110,"jasmine.py",13027,0," ",python,content +3675,9616111,"jasmine.py",13028,0,"",python,selection_keyboard +3676,9616154,"jasmine.py",13028,0,"c",python,content +3677,9616154,"jasmine.py",13029,0,"",python,selection_keyboard +3678,9616241,"jasmine.py",13029,0,"a",python,content +3679,9616241,"jasmine.py",13030,0,"",python,selection_keyboard +3680,9616309,"jasmine.py",13030,0,"c",python,content +3681,9616309,"jasmine.py",13031,0,"",python,selection_keyboard +3682,9616405,"jasmine.py",13031,0,"h",python,content +3683,9616406,"jasmine.py",13032,0,"",python,selection_keyboard +3684,9616501,"jasmine.py",13032,0,"i",python,content +3685,9616501,"jasmine.py",13033,0,"",python,selection_keyboard +3686,9616572,"jasmine.py",13033,0,"n",python,content +3687,9616572,"jasmine.py",13034,0,"",python,selection_keyboard +3688,9616630,"jasmine.py",13034,0,"g",python,content +3689,9616631,"jasmine.py",13035,0,"",python,selection_keyboard +3690,9616803,"jasmine.py",13034,0,"",python,selection_command +3691,9616888,"jasmine.py",12904,0,"",python,selection_command +3692,9619629,"jasmine.py",12912,0,"",python,selection_command +3693,9619881,"jasmine.py",12914,0,"",python,selection_command +3694,9619904,"jasmine.py",12920,0,"",python,selection_command +3695,9619932,"jasmine.py",12921,0,"",python,selection_command +3696,9619967,"jasmine.py",12922,0,"",python,selection_command +3697,9620005,"jasmine.py",12923,0,"",python,selection_command +3698,9620257,"jasmine.py",12932,0,"",python,selection_command +3699,9620417,"jasmine.py",12935,0,"",python,selection_command +3700,9620564,"jasmine.py",12938,0,"",python,selection_command +3701,9620817,"jasmine.py",12935,0,"",python,selection_command +3702,9620935,"jasmine.py",12935,1,"w",python,selection_command +3703,9621028,"jasmine.py",12935,2,"we",python,selection_command +3704,9621179,"jasmine.py",12935,9,"we should",python,selection_command +3705,9621344,"jasmine.py",12935,13,"we should not",python,selection_command +3706,9621485,"jasmine.py",12935,16,"we should not do",python,selection_command +3707,9621630,"jasmine.py",12935,21,"we should not do this",python,selection_command +3708,9621817,"jasmine.py",12935,21,"",python,content +3709,9622035,"jasmine.py",12935,0,"I",python,content +3710,9622036,"jasmine.py",12936,0,"",python,selection_keyboard +3711,9622170,"jasmine.py",12936,0," ",python,content +3712,9622170,"jasmine.py",12937,0,"",python,selection_keyboard +3713,9622256,"jasmine.py",12937,0,"d",python,content +3714,9622256,"jasmine.py",12938,0,"",python,selection_keyboard +3715,9622327,"jasmine.py",12938,0,"o",python,content +3716,9622327,"jasmine.py",12939,0,"",python,selection_keyboard +3717,9622386,"jasmine.py",12939,0,"n",python,content +3718,9622387,"jasmine.py",12940,0,"",python,selection_keyboard +3719,9622529,"jasmine.py",12940,0,"'",python,content +3720,9622530,"jasmine.py",12941,0,"",python,selection_keyboard +3721,9622576,"jasmine.py",12941,0,"t",python,content +3722,9622576,"jasmine.py",12942,0,"",python,selection_keyboard +3723,9622667,"jasmine.py",12942,0," ",python,content +3724,9622667,"jasmine.py",12943,0,"",python,selection_keyboard +3725,9622744,"jasmine.py",12943,0,"t",python,content +3726,9622745,"jasmine.py",12944,0,"",python,selection_keyboard +3727,9622815,"jasmine.py",12944,0,"h",python,content +3728,9622815,"jasmine.py",12945,0,"",python,selection_keyboard +3729,9622847,"jasmine.py",12945,0,"i",python,content +3730,9622847,"jasmine.py",12946,0,"",python,selection_keyboard +3731,9623016,"jasmine.py",12946,0,"n",python,content +3732,9623017,"jasmine.py",12947,0,"",python,selection_keyboard +3733,9623034,"jasmine.py",12947,0,"k",python,content +3734,9623034,"jasmine.py",12948,0,"",python,selection_keyboard +3735,9623097,"jasmine.py",12948,0," ",python,content +3736,9623097,"jasmine.py",12949,0,"",python,selection_keyboard +3737,9623196,"jasmine.py",12949,0,"w",python,content +3738,9623196,"jasmine.py",12950,0,"",python,selection_keyboard +3739,9623260,"jasmine.py",12950,0,"e",python,content +3740,9623261,"jasmine.py",12951,0,"",python,selection_keyboard +3741,9623327,"jasmine.py",12951,0," ",python,content +3742,9623327,"jasmine.py",12952,0,"",python,selection_keyboard +3743,9623435,"jasmine.py",12952,0,"s",python,content +3744,9623435,"jasmine.py",12953,0,"",python,selection_keyboard +3745,9623463,"jasmine.py",12953,0,"h",python,content +3746,9623463,"jasmine.py",12954,0,"",python,selection_keyboard +3747,9623558,"jasmine.py",12954,0,"o",python,content +3748,9623558,"jasmine.py",12955,0,"",python,selection_keyboard +3749,9623633,"jasmine.py",12955,0,"u",python,content +3750,9623633,"jasmine.py",12956,0,"",python,selection_keyboard +3751,9623760,"jasmine.py",12956,0,"l",python,content +3752,9623760,"jasmine.py",12957,0,"",python,selection_keyboard +3753,9623799,"jasmine.py",12957,0,"d",python,content +3754,9623800,"jasmine.py",12958,0,"",python,selection_keyboard +3755,9623913,"jasmine.py",12958,0," ",python,content +3756,9623914,"jasmine.py",12959,0,"",python,selection_keyboard +3757,9623949,"jasmine.py",12959,0,"b",python,content +3758,9623949,"jasmine.py",12960,0,"",python,selection_keyboard +3759,9624015,"jasmine.py",12960,0,"e",python,content +3760,9624015,"jasmine.py",12961,0,"",python,selection_keyboard +3761,9624099,"jasmine.py",12961,0," ",python,content +3762,9624100,"jasmine.py",12962,0,"",python,selection_keyboard +3763,9624244,"jasmine.py",12962,0,"d",python,content +3764,9624244,"jasmine.py",12963,0,"",python,selection_keyboard +3765,9624321,"jasmine.py",12963,0,"o",python,content +3766,9624321,"jasmine.py",12964,0,"",python,selection_keyboard +3767,9624360,"jasmine.py",12964,0,"n",python,content +3768,9624361,"jasmine.py",12965,0,"",python,selection_keyboard +3769,9624497,"jasmine.py",12965,0,"i",python,content +3770,9624497,"jasmine.py",12966,0,"",python,selection_keyboard +3771,9625038,"jasmine.py",12962,4,"",python,content +3772,9625194,"jasmine.py",12962,0,"d",python,content +3773,9625195,"jasmine.py",12963,0,"",python,selection_keyboard +3774,9625230,"jasmine.py",12963,0,"o",python,content +3775,9625230,"jasmine.py",12964,0,"",python,selection_keyboard +3776,9625295,"jasmine.py",12964,0,"i",python,content +3777,9625295,"jasmine.py",12965,0,"",python,selection_keyboard +3778,9625344,"jasmine.py",12965,0,"n",python,content +3779,9625344,"jasmine.py",12966,0,"",python,selection_keyboard +3780,9625396,"jasmine.py",12966,0,"g",python,content +3781,9625396,"jasmine.py",12967,0,"",python,selection_keyboard +3782,9625456,"jasmine.py",12967,0," ",python,content +3783,9625456,"jasmine.py",12968,0,"",python,selection_keyboard +3784,9625562,"jasmine.py",12968,0,"t",python,content +3785,9625562,"jasmine.py",12969,0,"",python,selection_keyboard +3786,9625617,"jasmine.py",12969,0,"h",python,content +3787,9625618,"jasmine.py",12970,0,"",python,selection_keyboard +3788,9625630,"jasmine.py",12970,0,"i",python,content +3789,9625630,"jasmine.py",12971,0,"",python,selection_keyboard +3790,9625712,"jasmine.py",12971,0,"s",python,content +3791,9625712,"jasmine.py",12972,0,"",python,selection_keyboard +3792,9625914,"jasmine.py",12971,0,"",python,selection_command +3793,9625995,"jasmine.py",12904,0,"",python,selection_command +3794,9626734,"jasmine.py",12912,0,"",python,selection_command +3795,9698629,"jasmine.py",13060,0,"",python,selection_command +3796,9698745,"jasmine.py",13100,0,"",python,selection_command +3797,9698917,"jasmine.py",13143,0,"",python,selection_command +3798,9699163,"jasmine.py",13222,0,"",python,selection_command +3799,9699300,"jasmine.py",13243,0,"",python,selection_command +3800,9699461,"jasmine.py",13252,0,"",python,selection_command +3801,9699595,"jasmine.py",13293,0,"",python,selection_command +3802,9782084,"jasmine.py",13867,0,"",python,selection_mouse +3803,9784673,"jasmine.py",13986,0,"",python,selection_mouse +3804,9790397,"jasmine.py",12935,0,"",python,selection_mouse +3805,9791664,"jasmine.py",12935,116,"",python,content +3806,9791927,"jasmine.py",12935,0,"d",python,content +3807,9791927,"jasmine.py",12936,0,"",python,selection_keyboard +3808,9792202,"jasmine.py",12935,1,"",python,content +3809,9792299,"jasmine.py",12935,0,"D",python,content +3810,9792299,"jasmine.py",12936,0,"",python,selection_keyboard +3811,9792470,"jasmine.py",12936,0,"o",python,content +3812,9792470,"jasmine.py",12937,0,"",python,selection_keyboard +3813,9792567,"jasmine.py",12937,0," ",python,content +3814,9792567,"jasmine.py",12938,0,"",python,selection_keyboard +3815,9792685,"jasmine.py",12938,0,"w",python,content +3816,9792686,"jasmine.py",12939,0,"",python,selection_keyboard +3817,9792772,"jasmine.py",12939,0,"e",python,content +3818,9792772,"jasmine.py",12940,0,"",python,selection_keyboard +3819,9792874,"jasmine.py",12940,0," ",python,content +3820,9792874,"jasmine.py",12941,0,"",python,selection_keyboard +3821,9793178,"jasmine.py",12941,0,"n",python,content +3822,9793178,"jasmine.py",12942,0,"",python,selection_keyboard +3823,9793252,"jasmine.py",12942,0,"e",python,content +3824,9793253,"jasmine.py",12943,0,"",python,selection_keyboard +3825,9793608,"jasmine.py",12942,1,"",python,content +3826,9793741,"jasmine.py",12941,1,"",python,content +3827,9793868,"jasmine.py",12941,0,"e",python,content +3828,9793868,"jasmine.py",12942,0,"",python,selection_keyboard +3829,9793946,"jasmine.py",12942,0,"v",python,content +3830,9793946,"jasmine.py",12943,0,"",python,selection_keyboard +3831,9794047,"jasmine.py",12943,0,"e",python,content +3832,9794048,"jasmine.py",12944,0,"",python,selection_keyboard +3833,9794152,"jasmine.py",12944,0,"n",python,content +3834,9794152,"jasmine.py",12945,0,"",python,selection_keyboard +3835,9794270,"jasmine.py",12945,0," ",python,content +3836,9794270,"jasmine.py",12946,0,"",python,selection_keyboard +3837,9794455,"jasmine.py",12946,0,"n",python,content +3838,9794456,"jasmine.py",12947,0,"",python,selection_keyboard +3839,9794533,"jasmine.py",12947,0,"e",python,content +3840,9794533,"jasmine.py",12948,0,"",python,selection_keyboard +3841,9794691,"jasmine.py",12948,0,"e",python,content +3842,9794691,"jasmine.py",12949,0,"",python,selection_keyboard +3843,9794734,"jasmine.py",12949,0,"d",python,content +3844,9794734,"jasmine.py",12950,0,"",python,selection_keyboard +3845,9794818,"jasmine.py",12950,0," ",python,content +3846,9794818,"jasmine.py",12951,0,"",python,selection_keyboard +3847,9795010,"jasmine.py",12951,0,"t",python,content +3848,9795010,"jasmine.py",12952,0,"",python,selection_keyboard +3849,9795076,"jasmine.py",12952,0,"o",python,content +3850,9795076,"jasmine.py",12953,0,"",python,selection_keyboard +3851,9795208,"jasmine.py",12953,0," ",python,content +3852,9795209,"jasmine.py",12954,0,"",python,selection_keyboard +3853,9795380,"jasmine.py",12954,0,"t",python,content +3854,9795380,"jasmine.py",12955,0,"",python,selection_keyboard +3855,9795956,"jasmine.py",12955,0,"d",python,content +3856,9795956,"jasmine.py",12956,0,"",python,selection_keyboard +3857,9796233,"jasmine.py",12955,1,"",python,content +3858,9796388,"jasmine.py",12955,0,"d",python,content +3859,9796388,"jasmine.py",12956,0,"",python,selection_keyboard +3860,9796559,"jasmine.py",12955,1,"",python,content +3861,9796680,"jasmine.py",12954,1,"",python,content +3862,9796786,"jasmine.py",12954,0,"d",python,content +3863,9796787,"jasmine.py",12955,0,"",python,selection_keyboard +3864,9796903,"jasmine.py",12955,0,"o",python,content +3865,9796904,"jasmine.py",12956,0,"",python,selection_keyboard +3866,9797003,"jasmine.py",12956,0," ",python,content +3867,9797003,"jasmine.py",12957,0,"",python,selection_keyboard +3868,9797091,"jasmine.py",12957,0,"t",python,content +3869,9797091,"jasmine.py",12958,0,"",python,selection_keyboard +3870,9797189,"jasmine.py",12958,0,"h",python,content +3871,9797190,"jasmine.py",12959,0,"",python,selection_keyboard +3872,9797255,"jasmine.py",12959,0,"e",python,content +3873,9797256,"jasmine.py",12960,0,"",python,selection_keyboard +3874,9797320,"jasmine.py",12960,0," ",python,content +3875,9797320,"jasmine.py",12961,0,"",python,selection_keyboard +3876,9797411,"jasmine.py",12961,0,"p",python,content +3877,9797411,"jasmine.py",12962,0,"",python,selection_keyboard +3878,9797471,"jasmine.py",12962,0,"a",python,content +3879,9797471,"jasmine.py",12963,0,"",python,selection_keyboard +3880,9797518,"jasmine.py",12963,0,"d",python,content +3881,9797518,"jasmine.py",12964,0,"",python,selection_keyboard +3882,9797669,"jasmine.py",12964,0,"d",python,content +3883,9797669,"jasmine.py",12965,0,"",python,selection_keyboard +3884,9797759,"jasmine.py",12965,0,"i",python,content +3885,9797759,"jasmine.py",12966,0,"",python,selection_keyboard +3886,9797839,"jasmine.py",12966,0,"n",python,content +3887,9797839,"jasmine.py",12967,0,"",python,selection_keyboard +3888,9797872,"jasmine.py",12967,0,"g",python,content +3889,9797873,"jasmine.py",12968,0,"",python,selection_keyboard +3890,9797944,"jasmine.py",12968,0," ",python,content +3891,9797944,"jasmine.py",12969,0,"",python,selection_keyboard +3892,9798053,"jasmine.py",12969,0,"s",python,content +3893,9798053,"jasmine.py",12970,0,"",python,selection_keyboard +3894,9798422,"jasmine.py",12969,1,"",python,content +3895,9798559,"jasmine.py",12969,0,"i",python,content +3896,9798559,"jasmine.py",12970,0,"",python,selection_keyboard +3897,9798620,"jasmine.py",12970,0,"f",python,content +3898,9798620,"jasmine.py",12971,0,"",python,selection_keyboard +3899,9798688,"jasmine.py",12971,0," ",python,content +3900,9798688,"jasmine.py",12972,0,"",python,selection_keyboard +3901,9798795,"jasmine.py",12972,0,"w",python,content +3902,9798795,"jasmine.py",12973,0,"",python,selection_keyboard +3903,9798840,"jasmine.py",12973,0,"e",python,content +3904,9798840,"jasmine.py",12974,0,"",python,selection_keyboard +3905,9798903,"jasmine.py",12974,0," ",python,content +3906,9798903,"jasmine.py",12975,0,"",python,selection_keyboard +3907,9799005,"jasmine.py",12975,0,"a",python,content +3908,9799005,"jasmine.py",12976,0,"",python,selection_keyboard +3909,9799088,"jasmine.py",12976,0,"r",python,content +3910,9799089,"jasmine.py",12977,0,"",python,selection_keyboard +3911,9799171,"jasmine.py",12977,0,"e",python,content +3912,9799171,"jasmine.py",12978,0,"",python,selection_keyboard +3913,9799256,"jasmine.py",12978,0," ",python,content +3914,9799256,"jasmine.py",12979,0,"",python,selection_keyboard +3915,9799392,"jasmine.py",12979,0,"g",python,content +3916,9799392,"jasmine.py",12980,0,"",python,selection_keyboard +3917,9799490,"jasmine.py",12980,0,"o",python,content +3918,9799490,"jasmine.py",12981,0,"",python,selection_keyboard +3919,9799508,"jasmine.py",12981,0,"i",python,content +3920,9799508,"jasmine.py",12982,0,"",python,selection_keyboard +3921,9799594,"jasmine.py",12982,0,"n",python,content +3922,9799594,"jasmine.py",12983,0,"",python,selection_keyboard +3923,9799649,"jasmine.py",12983,0,"g",python,content +3924,9799649,"jasmine.py",12984,0,"",python,selection_keyboard +3925,9799721,"jasmine.py",12984,0," ",python,content +3926,9799722,"jasmine.py",12985,0,"",python,selection_keyboard +3927,9799855,"jasmine.py",12985,0,"t",python,content +3928,9799855,"jasmine.py",12986,0,"",python,selection_keyboard +3929,9800077,"jasmine.py",12986,0," ",python,content +3930,9800078,"jasmine.py",12987,0,"",python,selection_keyboard +3931,9800410,"jasmine.py",12986,1,"",python,content +3932,9800599,"jasmine.py",12986,0,"o",python,content +3933,9800599,"jasmine.py",12987,0,"",python,selection_keyboard +3934,9800679,"jasmine.py",12987,0," ",python,content +3935,9800679,"jasmine.py",12988,0,"",python,selection_keyboard +3936,9801028,"jasmine.py",12988,0,"d",python,content +3937,9801028,"jasmine.py",12989,0,"",python,selection_keyboard +3938,9801217,"jasmine.py",12989,0,"y",python,content +3939,9801217,"jasmine.py",12990,0,"",python,selection_keyboard +3940,9801272,"jasmine.py",12990,0,"n",python,content +3941,9801272,"jasmine.py",12991,0,"",python,selection_keyboard +3942,9801273,"jasmine.py",12991,0,"a",python,content +3943,9801273,"jasmine.py",12992,0,"",python,selection_keyboard +3944,9801458,"jasmine.py",12992,0,"m",python,content +3945,9801458,"jasmine.py",12993,0,"",python,selection_keyboard +3946,9801505,"jasmine.py",12993,0,"i",python,content +3947,9801505,"jasmine.py",12994,0,"",python,selection_keyboard +3948,9801602,"jasmine.py",12994,0,"i",python,content +3949,9801602,"jasmine.py",12995,0,"",python,selection_keyboard +3950,9801710,"jasmine.py",12995,0,"c",python,content +3951,9801710,"jasmine.py",12996,0,"",python,selection_keyboard +3952,9801742,"jasmine.py",12996,0,"s",python,content +3953,9801742,"jasmine.py",12997,0,"",python,selection_keyboard +3954,9802097,"jasmine.py",12997,0,"_",python,content +3955,9802097,"jasmine.py",12998,0,"",python,selection_keyboard +3956,9802466,"jasmine.py",12988,10,"",python,content +3957,9802680,"jasmine.py",12988,0,"d",python,content +3958,9802680,"jasmine.py",12989,0,"",python,selection_keyboard +3959,9802743,"jasmine.py",12989,0,"y",python,content +3960,9802744,"jasmine.py",12990,0,"",python,selection_keyboard +3961,9802805,"jasmine.py",12990,0,"n",python,content +3962,9802805,"jasmine.py",12991,0,"",python,selection_keyboard +3963,9802840,"jasmine.py",12991,0,"a",python,content +3964,9802840,"jasmine.py",12992,0,"",python,selection_keyboard +3965,9802978,"jasmine.py",12992,0,"m",python,content +3966,9802978,"jasmine.py",12993,0,"",python,selection_keyboard +3967,9803013,"jasmine.py",12993,0,"i",python,content +3968,9803013,"jasmine.py",12994,0,"",python,selection_keyboard +3969,9803056,"jasmine.py",12994,0,"c",python,content +3970,9803056,"jasmine.py",12995,0,"",python,selection_keyboard +3971,9803411,"jasmine.py",12995,0,"_",python,content +3972,9803412,"jasmine.py",12996,0,"",python,selection_keyboard +3973,9803556,"jasmine.py",12996,0,"s",python,content +3974,9803556,"jasmine.py",12997,0,"",python,selection_keyboard +3975,9803603,"jasmine.py",12997,0,"l",python,content +3976,9803603,"jasmine.py",12998,0,"",python,selection_keyboard +3977,9803660,"jasmine.py",12998,0,"i",python,content +3978,9803660,"jasmine.py",12999,0,"",python,selection_keyboard +3979,9803797,"jasmine.py",12999,0,"s",python,content +3980,9803797,"jasmine.py",13000,0,"",python,selection_keyboard +3981,9804074,"jasmine.py",12999,1,"",python,content +3982,9804127,"jasmine.py",12999,0,"c",python,content +3983,9804127,"jasmine.py",13000,0,"",python,selection_keyboard +3984,9804193,"jasmine.py",13000,0,"e",python,content +3985,9804193,"jasmine.py",13001,0,"",python,selection_keyboard +3986,9804277,"jasmine.py",13001,0," ",python,content +3987,9804278,"jasmine.py",13002,0,"",python,selection_keyboard +3988,9804396,"jasmine.py",13002,0,"a",python,content +3989,9804396,"jasmine.py",13003,0,"",python,selection_keyboard +3990,9804716,"jasmine.py",13003,0,"n",python,content +3991,9804716,"jasmine.py",13004,0,"",python,selection_keyboard +3992,9804884,"jasmine.py",13004,0,"y",python,content +3993,9804884,"jasmine.py",13005,0,"",python,selection_keyboard +3994,9804947,"jasmine.py",13005,0,"w",python,content +3995,9804948,"jasmine.py",13006,0,"",python,selection_keyboard +3996,9805033,"jasmine.py",13006,0,"a",python,content +3997,9805033,"jasmine.py",13007,0,"",python,selection_keyboard +3998,9805107,"jasmine.py",13007,0,"y",python,content +3999,9805108,"jasmine.py",13008,0,"",python,selection_keyboard +4000,9805193,"jasmine.py",13008,0,"s",python,content +4001,9805193,"jasmine.py",13009,0,"",python,selection_keyboard +4002,9805381,"jasmine.py",13009,0,"?",python,content +4003,9805381,"jasmine.py",13010,0,"",python,selection_keyboard +4004,9805585,"jasmine.py",13009,0,"",python,selection_command +4005,9805660,"jasmine.py",12904,0,"",python,selection_command +4006,9807405,"jasmine.py",15053,0,"",python,selection_keyboard +4007,9839385,"jasmine.py",13010,0,"",python,selection_mouse +4008,9839387,"jasmine.py",13009,0,"",python,selection_command +4009,9840298,"jasmine.py",13002,0,"",python,selection_command +4010,9840597,"jasmine.py",12988,0,"",python,selection_command +4011,9840959,"jasmine.py",13000,0,"",python,selection_command +4012,9841247,"jasmine.py",13001,0,"",python,selection_command +4013,9841366,"jasmine.py",13001,0," ",python,content +4014,9841366,"jasmine.py",13002,0,"",python,selection_keyboard +4015,9841522,"jasmine.py",13002,0,"t",python,content +4016,9841523,"jasmine.py",13003,0,"",python,selection_keyboard +4017,9841588,"jasmine.py",13003,0,"h",python,content +4018,9841588,"jasmine.py",13004,0,"",python,selection_keyboard +4019,9841658,"jasmine.py",13004,0,"e",python,content +4020,9841658,"jasmine.py",13005,0,"",python,selection_keyboard +4021,9841732,"jasmine.py",13005,0," ",python,content +4022,9841732,"jasmine.py",13006,0,"",python,selection_keyboard +4023,9841923,"jasmine.py",13006,0,"c",python,content +4024,9841923,"jasmine.py",13007,0,"",python,selection_keyboard +4025,9841991,"jasmine.py",13007,0,"u",python,content +4026,9841991,"jasmine.py",13008,0,"",python,selection_keyboard +4027,9842090,"jasmine.py",13008,0,"r",python,content +4028,9842090,"jasmine.py",13009,0,"",python,selection_keyboard +4029,9842265,"jasmine.py",13009,0,"r",python,content +4030,9842265,"jasmine.py",13010,0,"",python,selection_keyboard +4031,9842279,"jasmine.py",13010,0,"e",python,content +4032,9842279,"jasmine.py",13011,0,"",python,selection_keyboard +4033,9842445,"jasmine.py",13011,0,"n",python,content +4034,9842446,"jasmine.py",13012,0,"",python,selection_keyboard +4035,9842531,"jasmine.py",13012,0,"t",python,content +4036,9842532,"jasmine.py",13013,0,"",python,selection_keyboard +4037,9842575,"jasmine.py",13013,0," ",python,content +4038,9842576,"jasmine.py",13014,0,"",python,selection_keyboard +4039,9842739,"jasmine.py",13014,0,"t",python,content +4040,9842740,"jasmine.py",13015,0,"",python,selection_keyboard +4041,9842849,"jasmine.py",13015,0,"o",python,content +4042,9842849,"jasmine.py",13016,0,"",python,selection_keyboard +4043,9842875,"jasmine.py",13016,0,"k",python,content +4044,9842876,"jasmine.py",13017,0,"",python,selection_keyboard +4045,9842947,"jasmine.py",13017,0,"e",python,content +4046,9842947,"jasmine.py",13018,0,"",python,selection_keyboard +4047,9843077,"jasmine.py",13018,0,"n",python,content +4048,9843077,"jasmine.py",13019,0,"",python,selection_keyboard +4049,9843159,"jasmine.py",13018,0,"",python,selection_command +4050,9843359,"jasmine.py",12904,0,"",python,selection_command +4051,9853283,"jasmine.py",13847,0,"",python,selection_mouse +4052,9857362,"jasmine.py",14016,0,"",python,selection_mouse +4053,9857754,"jasmine.py",14068,0,"",python,selection_mouse +4054,9859311,"jasmine.py",13964,0,"",python,selection_mouse +4055,9971891,"jasmine.py",14344,0,"",python,selection_mouse +4056,9983255,"jasmine.py",15858,0,"",python,selection_mouse +4057,9994012,"jasmine.py",14346,0,"",python,selection_mouse +4058,9996924,"jasmine.py",4461,8,"dynamics",python,selection_command +4059,9997201,"jasmine.py",4468,0,"",python,selection_command +4060,9997591,"jasmine.py",4470,0,"",python,selection_command +4061,9997770,"jasmine.py",4472,0,"",python,selection_command +4062,9998111,"models/dynamics_causal.py",0,0,"",python,tab +4063,9998111,"models/dynamics_causal.py",127,0,"",python,selection_command +4064,9999740,"jasmine.py",0,0,"",python,tab +4065,9999740,"jasmine.py",4472,0,"",python,selection_command +4066,9999897,"jasmine.py",12904,0,"",python,selection_command +4067,10002354,"jasmine.py",10960,0,"",python,selection_command +4068,10002627,"jasmine.py",8761,0,"",python,selection_command +4069,10003982,"jasmine.py",8721,0,"",python,selection_command +4070,10004223,"jasmine.py",8707,0,"",python,selection_command +4071,10004241,"jasmine.py",8604,0,"",python,selection_command +4072,10004277,"jasmine.py",8590,0,"",python,selection_command +4073,10004308,"jasmine.py",8541,0,"",python,selection_command +4074,10004343,"jasmine.py",8497,0,"",python,selection_command +4075,10004378,"jasmine.py",8465,0,"",python,selection_command +4076,10004413,"jasmine.py",8452,0,"",python,selection_command +4077,10004445,"jasmine.py",8404,0,"",python,selection_command +4078,10004482,"jasmine.py",8324,0,"",python,selection_command +4079,10004518,"jasmine.py",8261,0,"",python,selection_command +4080,10004549,"jasmine.py",8211,0,"",python,selection_command +4081,10004586,"jasmine.py",8198,0,"",python,selection_command +4082,10004615,"jasmine.py",8174,0,"",python,selection_command +4083,10004648,"jasmine.py",8117,0,"",python,selection_command +4084,10004680,"jasmine.py",8040,0,"",python,selection_command +4085,10004714,"jasmine.py",7954,0,"",python,selection_command +4086,10004755,"jasmine.py",7925,0,"",python,selection_command +4087,10004782,"jasmine.py",7912,0,"",python,selection_command +4088,10004823,"jasmine.py",7853,0,"",python,selection_command +4089,10004850,"jasmine.py",7776,0,"",python,selection_command +4090,10004882,"jasmine.py",7717,0,"",python,selection_command +4091,10004914,"jasmine.py",7677,0,"",python,selection_command +4092,10004949,"jasmine.py",7642,0,"",python,selection_command +4093,10004981,"jasmine.py",7583,0,"",python,selection_command +4094,10005163,"jasmine.py",7501,0,"",python,selection_command +4095,10005314,"jasmine.py",7457,0,"",python,selection_command +4096,10005459,"jasmine.py",7410,0,"",python,selection_command +4097,10006060,"jasmine.py",9802,0,"",python,selection_command +4098,10006238,"jasmine.py",11741,0,"",python,selection_command +4099,10006870,"jasmine.py",11742,0,"",python,selection_command +4100,10007116,"jasmine.py",11765,0,"",python,selection_command +4101,10007146,"jasmine.py",11779,0,"",python,selection_command +4102,10007179,"jasmine.py",11816,0,"",python,selection_command +4103,10007201,"jasmine.py",11838,0,"",python,selection_command +4104,10007235,"jasmine.py",11870,0,"",python,selection_command +4105,10007268,"jasmine.py",11907,0,"",python,selection_command +4106,10007445,"jasmine.py",11927,0,"",python,selection_command +4107,10007634,"jasmine.py",11939,0,"",python,selection_command +4108,10007897,"jasmine.py",12040,0,"",python,selection_command +4109,10007930,"jasmine.py",12083,0,"",python,selection_command +4110,10007962,"jasmine.py",12177,0,"",python,selection_command +4111,10007984,"jasmine.py",12243,0,"",python,selection_command +4112,10008021,"jasmine.py",12257,0,"",python,selection_command +4113,10008052,"jasmine.py",12320,0,"",python,selection_command +4114,10008085,"jasmine.py",12396,0,"",python,selection_command +4115,10008119,"jasmine.py",12442,0,"",python,selection_command +4116,10008152,"jasmine.py",12509,0,"",python,selection_command +4117,10008302,"jasmine.py",12526,0,"",python,selection_command +4118,10008488,"jasmine.py",12583,0,"",python,selection_command +4119,10008745,"jasmine.py",12594,0,"\n assert self.dynamics_type == ""maskgit""",python,content +4120,10008746,"jasmine.py",12603,0,"",python,selection_command +4121,10009247,"jasmine.py",12610,0,"",python,selection_command +4122,10009410,"jasmine.py",12614,0,"",python,selection_command +4123,10009599,"jasmine.py",12615,0,"",python,selection_command +4124,10009720,"jasmine.py",12629,0,"",python,selection_command +4125,10010026,"jasmine.py",12640,0,"al",python,content +4126,10010026,"jasmine.py",12636,4,"",python,content +4127,10010026,"jasmine.py",12635,0,"u",python,content +4128,10010026,"jasmine.py",12634,0,"c",python,content +4129,10010026,"jasmine.py",12633,1,"",python,content +4130,10012608,"jasmine.py",14388,0,"",python,selection_command +4131,10014508,"jasmine.py",4461,8,"dynamics",python,selection_command +4132,10015023,"jasmine.py",4461,10,"dynamics =",python,selection_command +4133,10015151,"jasmine.py",4461,12,"dynamics = D",python,selection_command +4134,10015923,"jasmine.py",4472,0,"",python,selection_command +4135,10016419,"models/dynamics_causal.py",0,0,"",python,tab +4136,10016419,"models/dynamics_causal.py",127,0,"",python,selection_command +4137,10041552,"models/dynamics_causal.py",1688,0,"",python,selection_mouse +4138,10047679,"models/dynamics_causal.py",1831,0,"",python,selection_mouse +4139,10048283,"models/dynamics_causal.py",1891,0,"",python,selection_mouse +4140,10050596,"models/dynamics_causal.py",1831,0,"",python,selection_mouse +4141,10056843,"models/dynamics_causal.py",1835,0,"",python,selection_command +4142,10057004,"models/dynamics_causal.py",1837,0,"",python,selection_command +4143,10057152,"models/dynamics_causal.py",1841,0,"",python,selection_command +4144,10057290,"models/dynamics_causal.py",1842,0,"",python,selection_command +4145,10057468,"models/dynamics_causal.py",1853,0,"",python,selection_command +4146,10057791,"models/dynamics_causal.py",1842,0,"",python,selection_command +4147,10058858,"models/dynamics_causal.py",1817,0,"",python,selection_command +4148,10058900,"models/dynamics_causal.py",1825,0,"",python,selection_command +4149,10060210,"models/dynamics_causal.py",1885,0,"",python,selection_command +4150,10060505,"models/dynamics_causal.py",1895,0,"",python,selection_command +4151,10060662,"models/dynamics_causal.py",1897,0,"",python,selection_command +4152,10060809,"models/dynamics_causal.py",1901,0,"",python,selection_command +4153,10060971,"models/dynamics_causal.py",1902,0,"",python,selection_command +4154,10061272,"models/dynamics_causal.py",1877,0,"",python,selection_command +4155,10061328,"models/dynamics_causal.py",1885,0,"",python,selection_command +4156,10061985,"models/dynamics_causal.py",1825,0,"",python,selection_command +4157,10069048,"models/dynamics_maskgit.py",0,0,"",python,tab +4158,10799106,"models/dynamics_maskgit.py",2810,0,"",python,selection_command +4159,10799353,"models/dynamics_maskgit.py",2796,0,"",python,selection_command +4160,10799375,"models/dynamics_maskgit.py",2720,0,"",python,selection_command +4161,10799419,"models/dynamics_maskgit.py",2685,0,"",python,selection_command +4162,10799441,"models/dynamics_maskgit.py",2641,0,"",python,selection_command +4163,10799476,"models/dynamics_maskgit.py",2591,0,"",python,selection_command +4164,10799503,"models/dynamics_maskgit.py",2559,0,"",python,selection_command +4165,10799556,"models/dynamics_maskgit.py",2474,0,"",python,selection_command +4166,10799571,"models/dynamics_maskgit.py",2445,0,"",python,selection_command +4167,10799605,"models/dynamics_maskgit.py",2392,0,"",python,selection_command +4168,10799637,"models/dynamics_maskgit.py",2378,0,"",python,selection_command +4169,10799671,"models/dynamics_maskgit.py",2307,0,"",python,selection_command +4170,10799703,"models/dynamics_maskgit.py",2263,0,"",python,selection_command +4171,10799737,"models/dynamics_maskgit.py",2174,0,"",python,selection_command +4172,10799772,"models/dynamics_maskgit.py",2130,0,"",python,selection_command +4173,10799952,"models/dynamics_maskgit.py",2109,0,"",python,selection_command +4174,10800104,"models/dynamics_maskgit.py",2089,0,"",python,selection_command +4175,10800234,"models/dynamics_maskgit.py",2029,0,"",python,selection_command +4176,10800523,"models/dynamics_maskgit.py",2037,0,"",python,selection_command +4177,10801175,"models/dynamics_maskgit.py",2097,0,"",python,selection_command +4178,10801428,"models/dynamics_maskgit.py",2117,0,"",python,selection_command +4179,10801449,"models/dynamics_maskgit.py",2138,0,"",python,selection_command +4180,10801481,"models/dynamics_maskgit.py",2182,0,"",python,selection_command +4181,10801515,"models/dynamics_maskgit.py",2271,0,"",python,selection_command +4182,10801547,"models/dynamics_maskgit.py",2315,0,"",python,selection_command +4183,10801580,"models/dynamics_maskgit.py",2386,0,"",python,selection_command +4184,10801613,"models/dynamics_maskgit.py",2400,0,"",python,selection_command +4185,10801647,"models/dynamics_maskgit.py",2453,0,"",python,selection_command +4186,10801680,"models/dynamics_maskgit.py",2482,0,"",python,selection_command +4187,10801715,"models/dynamics_maskgit.py",2567,0,"",python,selection_command +4188,10801747,"models/dynamics_maskgit.py",2599,0,"",python,selection_command +4189,10801782,"models/dynamics_maskgit.py",2649,0,"",python,selection_command +4190,10801813,"models/dynamics_maskgit.py",2693,0,"",python,selection_command +4191,10801849,"models/dynamics_maskgit.py",2728,0,"",python,selection_command +4192,10801880,"models/dynamics_maskgit.py",2804,0,"",python,selection_command +4193,10801915,"models/dynamics_maskgit.py",2818,0,"",python,selection_command +4194,10801949,"models/dynamics_maskgit.py",2874,0,"",python,selection_command +4195,10801981,"models/dynamics_maskgit.py",2912,0,"",python,selection_command +4196,10802013,"models/dynamics_maskgit.py",2947,0,"",python,selection_command +4197,10802048,"models/dynamics_maskgit.py",3030,0,"",python,selection_command +4198,10802082,"models/dynamics_maskgit.py",3036,0,"",python,selection_command +4199,10802114,"models/dynamics_maskgit.py",3045,0,"",python,selection_command +4200,10802149,"models/dynamics_maskgit.py",3082,0,"",python,selection_command +4201,10802495,"models/dynamics_maskgit.py",3105,0,"",python,selection_command +4202,10802722,"models/dynamics_maskgit.py",3165,0,"",python,selection_command +4203,10804590,"models/dynamics_maskgit.py",3239,0,"",python,selection_command +4204,10804754,"models/dynamics_maskgit.py",3284,0,"",python,selection_command +4205,10804877,"models/dynamics_maskgit.py",3304,0,"",python,selection_command +4206,10811782,"models/dynamics_causal.py",0,0,"",python,tab +4207,10812835,"models/dynamics_causal.py",1780,0,"",python,selection_command +4208,10813078,"models/dynamics_causal.py",1715,0,"",python,selection_command +4209,10813106,"models/dynamics_causal.py",1697,0,"",python,selection_command +4210,10813459,"models/dynamics_causal.py",1688,0,"",python,selection_command +4211,10815283,"models/dynamics_causal.py",1697,0,"",python,selection_command +4212,10815440,"models/dynamics_causal.py",1715,0,"",python,selection_command +4213,10815592,"models/dynamics_causal.py",1780,0,"",python,selection_command +4214,10815982,"models/dynamics_causal.py",1825,0,"",python,selection_command +4215,10816168,"models/dynamics_causal.py",1885,0,"",python,selection_command +4216,10817015,"models/dynamics_maskgit.py",0,0,"",python,tab +4217,10819166,"models/dynamics_maskgit.py",3276,0,"",python,selection_command +4218,10819418,"models/dynamics_maskgit.py",3231,0,"",python,selection_command +4219,10819507,"models/dynamics_maskgit.py",3157,0,"",python,selection_command +4220,10819658,"models/dynamics_maskgit.py",3097,0,"",python,selection_command +4221,10819834,"models/dynamics_maskgit.py",3105,0,"",python,selection_command +4222,10820003,"models/dynamics_maskgit.py",3115,0,"",python,selection_command +4223,10820159,"models/dynamics_maskgit.py",3117,0,"",python,selection_command +4224,10820312,"models/dynamics_maskgit.py",3121,0,"",python,selection_command +4225,10820542,"models/dynamics_maskgit.py",3122,0,"",python,selection_command +4226,10820890,"models/dynamics_maskgit.py",1639,0,"",python,selection_command +4227,10824796,"models/dynamics_causal.py",0,0,"",python,tab +4228,10825714,"models/dynamics_causal.py",1895,0,"",python,selection_command +4229,10825876,"models/dynamics_causal.py",1897,0,"",python,selection_command +4230,10826027,"models/dynamics_causal.py",1901,0,"",python,selection_command +4231,10826160,"models/dynamics_causal.py",1902,0,"",python,selection_command +4232,10826587,"models/dynamics_causal.py",1495,0,"",python,selection_command +4233,10828047,"models/dynamics_causal.py",1902,0,"",python,selection_command +4234,10828275,"models/dynamics_causal.py",1877,0,"",python,selection_command +4235,10828853,"models/dynamics_maskgit.py",0,0,"",python,tab +4236,10836458,"models/dynamics_causal.py",0,0,"",python,tab +4237,10859220,"models/dynamics_maskgit.py",0,0,"",python,tab +4238,11489042,"models/dynamics_causal.py",0,0,"",python,tab +4239,11503228,"models/dynamics_maskgit.py",0,0,"",python,tab +4240,11505038,"models/dynamics_maskgit.py",3304,0,"",python,selection_command +4241,11505237,"models/dynamics_maskgit.py",3276,0,"",python,selection_command +4242,11505483,"models/dynamics_maskgit.py",3231,0,"",python,selection_command +4243,11505514,"models/dynamics_maskgit.py",3157,0,"",python,selection_command +4244,11505540,"models/dynamics_maskgit.py",3097,0,"",python,selection_command +4245,11505574,"models/dynamics_maskgit.py",3074,0,"",python,selection_command +4246,11505888,"models/dynamics_maskgit.py",3082,0,"",python,selection_command +4247,11506261,"models/dynamics_maskgit.py",3082,1,"",python,content +4248,11506379,"models/dynamics_maskgit.py",3082,1,"",python,content +4249,11508576,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4250,11512219,"experiments/sample.sh",0,0,"",shellscript,tab +4251,11518354,"experiments/sample.sh",66,0,"",shellscript,selection_command +4252,11518648,"experiments/sample.sh",140,0,"",shellscript,selection_command +4253,11519683,"models/dynamics_maskgit.py",0,0,"",python,tab +4254,11521531,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4255,11544857,"TERMINAL",0,0,"2025-07-28 16:45:24.160948: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4256,11546227,"TERMINAL",0,0,"2025-07-28 16:45:25.623092: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4257,11549749,"TERMINAL",0,0,"2025-07-28 16:45:29.138931: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4258,11550393,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 219, in _broadcast_shapes_uncached\r\n return _try_broadcast_shapes(*rank_promoted_shapes, name='broadcast_shapes')\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 136, in _try_broadcast_shapes\r\n raise TypeError(f'{name} got incompatible shapes for broadcasting: '\r\nTypeError: broadcast_shapes got incompatible shapes for broadcasting: (1, 2, 920, 1, 1), (1, 1, 1, 1, 512), (1, 1, 2, 920, 512).\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 197, in broadcast_shapes\r\n return _broadcast_shapes_cached(*shapes)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/util.py"", line 299, in wrapper\r\n return cached(config.trace_context() if trace_context_in_key else _ignore(),\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/util.py"", line 293, in cached\r\n return f(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 203, in _broadcast_shapes_cached\r\n return _broadcast_shapes_uncached(*shapes)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 222, in _broadcast_shapes_uncached\r\n raise ValueError(f""Incompatible shapes for broadcasting: shapes={list(shapes)}"") from err\r\nValueError: Incompatible shapes for broadcasting: shapes=[(1, 2, 920, 1, 1), (1, 1, 1, 512), (1, 2, 920, 512)]\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 219, in _broadcast_shapes_uncached\r\n return _try_broadcast_shapes(*rank_promoted_shapes, name='broadcast_shapes')\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 136, in _try_broadcast_shapes\r\n raise TypeError(f'{name} got incompatible shapes for broadcasting: '\r\nTypeError: broadcast_shapes got incompatible shapes for broadcasting: (1, 2, 920, 1, 1), (1, 1, 1, 1, 512), (1, 1, 2, 920, 512).\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 226, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 167, in _autoreg_sample\r\n generated_vid = _sampling_fn(jasmine, batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 146, in _sampling_fn\r\n return model.sample_maskgit(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 286, in sample_maskgit\r\n final_carry, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 276, in generation_step_fn\r\n final_carry_maskgit, _ = jax.lax.scan(\r\n File ""/fast/home/franz.srambical/jafar/jasmine.py"", line 225, in maskgit_step_fn\r\n final_logits, _ = self.dynamics(dynamics_inputs, training=False, custom_mask=mask_expanded)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py"", line 90, in __call__\r\n vid_embed = jnp.where(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/lax_numpy.py"", line 2821, in where\r\n return util._where(condition, x, y)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 311, in _where\r\n condition, x_arr, y_arr = _broadcast_arrays(condition, x, y)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/util.py"", line 264, in _broadcast_arrays\r\n result_shape = lax.broadcast_shapes(*shapes)\r\nValueError: Incompatible shapes for broadcasting: shapes=[(1, 2, 920, 1, 1), (1, 1, 1, 512), (1, 2, 920, 512)]\r\n",,terminal_output +4259,11551462,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4260,11565798,"/fast/home/franz.srambical/jafar/sample.py",0,0,"",python,tab +4261,11565798,"/fast/home/franz.srambical/jafar/sample.py",5041,0,"",python,selection_command +4262,11567753,"/fast/home/franz.srambical/jafar/sample.py",4346,0,"",python,selection_command +4263,11569562,"/fast/home/franz.srambical/jafar/jasmine.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics_causal import DynamicsCausal\nfrom models.dynamics_maskgit import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Jasmine(nnx.Module):\n """"""World model with three components: a tokenizer, a latent action model (LAM), and a dynamics model for predicting future tokens.""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dynamics_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dynamics_type = dynamics_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.decode = decode\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dynamics_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dynamics_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=self.decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dynamics_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample_maskgit(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n assert self.dynamics_type == ""maskgit""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Dynamics model forward pass ---\n if not isinstance(self.dynamics, DynamicsMaskGIT):\n raise TypeError(""`sample_maskgit` requires `DynamicsMaskGIT`."")\n mask_expanded = mask[..., None] # (B, S, N, 1)\n\n dynamics_inputs = {\n ""video_tokens"": token_idxs,\n ""latent_actions"": action_tokens,\n }\n final_logits, _ = self.dynamics(dynamics_inputs, training=False, custom_mask=mask_expanded)\n \n # Apply temperature scaling\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = final_logits / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n assert self.dynamics_type == ""causal""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n # FIXME (f.srambical): Do we even need to do the padding if we are going to dynamic_slice the current token anyways?\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array], token_idx: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_full, action_tokens = carry\n t = token_idx // N\n n = token_idx % N\n\n # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )\n\n dyna_inputs = {\n ""video_tokens"": current_token_sequence,\n ""latent_actions"": action_tokens,\n }\n # The model will output logits for all patches in the sequence (which is just one frame).\n # FIXME: do we need the model to output logits for a single frame in order to use kv caching?\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\n # We select the logits for the specific patch `n` we are currently generating.\n next_token_logits = next_token_logits[:, 0, n, :].astype(\n jnp.float32\n ) # (B, vocab_size)\n\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B,)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B,)\n\n # Insert the generated token into the full sequence.\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n new_carry = (rng, token_idxs_full, action_tokens)\n return new_carry, None\n\n # --- Autoregressive generation ---\n future_frames = seq_len - T\n total_future_tokens = future_frames * N\n start_token_idx = T * N\n step_indices = jnp.arange(start_token_idx, start_token_idx + total_future_tokens)\n\n initial_carry = (batch[""rng""], token_idxs_full, action_tokens)\n final_carry, _ = jax.lax.scan(\n causal_step_fn, initial_carry, step_indices\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(final_token_idxs, video_hw=(H, W))\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +4264,11569562,"/fast/home/franz.srambical/jafar/jasmine.py",11344,0,"",python,selection_command +4265,11572161,"/fast/home/franz.srambical/jafar/jasmine.py",10893,0,"",python,selection_command +4266,11574504,"/fast/home/franz.srambical/jafar/jasmine.py",8592,0,"",python,selection_command +4267,11578152,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True, custom_mask: jax.Array | None = None\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n mask = None\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n # FIXME (f.srambical): does this work with jit?\n elif custom_mask is not None:\n vid_embed = jnp.where(\n jnp.expand_dims(custom_mask, -1), self.mask_token.value, vid_embed\n )\n\n # --- Predict transition ---\n breakpoint()\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.transformer(vid_embed)\n return logits, mask\n",python,tab +4268,11578152,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2904,0,"",python,selection_command +4269,11594085,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2903,0,"\n ",python,content +4270,11594268,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2916,0,"b",python,content +4271,11594268,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2917,0,"",python,selection_keyboard +4272,11594344,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2917,0,"r",python,content +4273,11594344,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2918,0,"",python,selection_keyboard +4274,11594387,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2918,0,"e",python,content +4275,11594387,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2919,0,"",python,selection_keyboard +4276,11594464,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2919,0,"a",python,content +4277,11594464,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2920,0,"",python,selection_keyboard +4278,11594507,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2920,0,"k",python,content +4279,11594508,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2921,0,"",python,selection_keyboard +4280,11594695,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2921,0,"p",python,content +4281,11594695,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2922,0,"",python,selection_keyboard +4282,11594742,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2922,0,"o",python,content +4283,11594743,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2923,0,"",python,selection_keyboard +4284,11594822,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2923,0,"i",python,content +4285,11594822,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2924,0,"",python,selection_keyboard +4286,11594912,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2924,0,"n",python,content +4287,11594913,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2925,0,"",python,selection_keyboard +4288,11594948,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2925,0,"t",python,content +4289,11594948,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2926,0,"",python,selection_keyboard +4290,11595209,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2926,0,"()",python,content +4291,11595209,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2927,0,"",python,selection_keyboard +4292,11595213,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2927,1,")",python,content +4293,11595214,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2928,0,"",python,selection_keyboard +4294,11595535,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2927,0,"",python,selection_command +4295,11601497,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +4296,11601752,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4297,11613559,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4298,11677618,"/fast/home/franz.srambical/jafar/jasmine.py",0,0,"",python,tab +4299,11679497,"/fast/home/franz.srambical/jafar/jasmine.py",8604,0,"",python,selection_command +4300,11679747,"/fast/home/franz.srambical/jafar/jasmine.py",8616,0,"",python,selection_command +4301,11679763,"/fast/home/franz.srambical/jafar/jasmine.py",8618,0,"",python,selection_command +4302,11679797,"/fast/home/franz.srambical/jafar/jasmine.py",8620,0,"",python,selection_command +4303,11679830,"/fast/home/franz.srambical/jafar/jasmine.py",8622,0,"",python,selection_command +4304,11679865,"/fast/home/franz.srambical/jafar/jasmine.py",8626,0,"",python,selection_command +4305,11679898,"/fast/home/franz.srambical/jafar/jasmine.py",8627,0,"",python,selection_command +4306,11679931,"/fast/home/franz.srambical/jafar/jasmine.py",8635,0,"",python,selection_command +4307,11679964,"/fast/home/franz.srambical/jafar/jasmine.py",8636,0,"",python,selection_command +4308,11679998,"/fast/home/franz.srambical/jafar/jasmine.py",8651,0,"",python,selection_command +4309,11680030,"/fast/home/franz.srambical/jafar/jasmine.py",8653,0,"",python,selection_command +4310,11680064,"/fast/home/franz.srambical/jafar/jasmine.py",8661,0,"",python,selection_command +4311,11680099,"/fast/home/franz.srambical/jafar/jasmine.py",8662,0,"",python,selection_command +4312,11680131,"/fast/home/franz.srambical/jafar/jasmine.py",8667,0,"",python,selection_command +4313,11680165,"/fast/home/franz.srambical/jafar/jasmine.py",8669,0,"",python,selection_command +4314,11680198,"/fast/home/franz.srambical/jafar/jasmine.py",8680,0,"",python,selection_command +4315,11680233,"/fast/home/franz.srambical/jafar/jasmine.py",8681,0,"",python,selection_command +4316,11680578,"/fast/home/franz.srambical/jafar/jasmine.py",8694,0,"",python,selection_command +4317,11681231,"/fast/home/franz.srambical/jafar/jasmine.py",8450,0,"",python,selection_command +4318,11681885,"/fast/home/franz.srambical/jafar/jasmine.py",8390,0,"",python,selection_command +4319,11682703,"/fast/home/franz.srambical/jafar/jasmine.py",8450,0,"",python,selection_command +4320,11682880,"/fast/home/franz.srambical/jafar/jasmine.py",8392,0,"",python,selection_command +4321,11682966,"/fast/home/franz.srambical/jafar/jasmine.py",8404,0,"",python,selection_command +4322,11685345,"/fast/home/franz.srambical/jafar/jasmine.py",8391,0,"\n ",python,content +4323,11685359,"/fast/home/franz.srambical/jafar/jasmine.py",8404,4,"",python,content +4324,11685532,"/fast/home/franz.srambical/jafar/jasmine.py",8404,0,"b",python,content +4325,11685532,"/fast/home/franz.srambical/jafar/jasmine.py",8405,0,"",python,selection_keyboard +4326,11685619,"/fast/home/franz.srambical/jafar/jasmine.py",8405,0,"r",python,content +4327,11685619,"/fast/home/franz.srambical/jafar/jasmine.py",8406,0,"",python,selection_keyboard +4328,11685685,"/fast/home/franz.srambical/jafar/jasmine.py",8406,0,"e",python,content +4329,11685685,"/fast/home/franz.srambical/jafar/jasmine.py",8407,0,"",python,selection_keyboard +4330,11685745,"/fast/home/franz.srambical/jafar/jasmine.py",8407,0,"a",python,content +4331,11685745,"/fast/home/franz.srambical/jafar/jasmine.py",8408,0,"",python,selection_keyboard +4332,11685785,"/fast/home/franz.srambical/jafar/jasmine.py",8408,0,"k",python,content +4333,11685786,"/fast/home/franz.srambical/jafar/jasmine.py",8409,0,"",python,selection_keyboard +4334,11685980,"/fast/home/franz.srambical/jafar/jasmine.py",8409,0,"p",python,content +4335,11685980,"/fast/home/franz.srambical/jafar/jasmine.py",8410,0,"",python,selection_keyboard +4336,11686052,"/fast/home/franz.srambical/jafar/jasmine.py",8410,0,"o",python,content +4337,11686052,"/fast/home/franz.srambical/jafar/jasmine.py",8411,0,"",python,selection_keyboard +4338,11686080,"TERMINAL",0,0,"2025-07-28 16:47:45.470503: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4339,11686124,"/fast/home/franz.srambical/jafar/jasmine.py",8411,0,"i",python,content +4340,11686124,"/fast/home/franz.srambical/jafar/jasmine.py",8412,0,"",python,selection_keyboard +4341,11686198,"/fast/home/franz.srambical/jafar/jasmine.py",8412,0,"n",python,content +4342,11686198,"/fast/home/franz.srambical/jafar/jasmine.py",8413,0,"",python,selection_keyboard +4343,11686256,"/fast/home/franz.srambical/jafar/jasmine.py",8413,0,"t",python,content +4344,11686256,"/fast/home/franz.srambical/jafar/jasmine.py",8414,0,"",python,selection_keyboard +4345,11686535,"/fast/home/franz.srambical/jafar/jasmine.py",8414,0,"()",python,content +4346,11686536,"/fast/home/franz.srambical/jafar/jasmine.py",8415,0,"",python,selection_keyboard +4347,11686592,"/fast/home/franz.srambical/jafar/jasmine.py",8415,1,")",python,content +4348,11686592,"/fast/home/franz.srambical/jafar/jasmine.py",8416,0,"",python,selection_keyboard +4349,11686835,"/fast/home/franz.srambical/jafar/jasmine.py",8415,0,"",python,selection_command +4350,11687552,"TERMINAL",0,0,"2025-07-28 16:47:46.951146: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4351,11691095,"TERMINAL",0,0,"2025-07-28 16:47:50.491912: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4352,11691721,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_maskgit.py(91)__call__()\r\n-> vid_embed = jnp.where(\r\n",,terminal_output +4353,11693769,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",0,0,"",python,tab +4354,11697790,"TERMINAL",0,0,"c",,terminal_output +4355,11697880,"TERMINAL",0,0,"u",,terminal_output +4356,11697930,"TERMINAL",0,0,"s",,terminal_output +4357,11698035,"TERMINAL",0,0,"t",,terminal_output +4358,11698168,"TERMINAL",0,0,"om",,terminal_output +4359,11698345,"TERMINAL",0,0,"_",,terminal_output +4360,11698460,"TERMINAL",0,0,"m",,terminal_output +4361,11698589,"TERMINAL",0,0,"as",,terminal_output +4362,11698672,"TERMINAL",0,0,"k",,terminal_output +4363,11698863,"TERMINAL",0,0,".",,terminal_output +4364,11699287,"TERMINAL",0,0,"s",,terminal_output +4365,11699357,"TERMINAL",0,0,"h",,terminal_output +4366,11699470,"TERMINAL",0,0,"a",,terminal_output +4367,11699536,"TERMINAL",0,0,"p",,terminal_output +4368,11699656,"TERMINAL",0,0,"e",,terminal_output +4369,11699756,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 920, 1)\r\n",,terminal_output +4370,11702047,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2952,0,"",python,selection_command +4371,11702317,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2928,0,"\n ",python,content +4372,11702410,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2941,0,"#",python,content +4373,11702410,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2942,0,"",python,selection_keyboard +4374,11702458,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2942,0," ",python,content +4375,11702458,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2943,0,"",python,selection_keyboard +4376,11703173,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2943,0,"c",python,content +4377,11703173,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2944,0,"",python,selection_keyboard +4378,11703197,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2944,0,"u",python,content +4379,11703197,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2945,0,"",python,selection_keyboard +4380,11703303,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2945,0,"s",python,content +4381,11703303,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2946,0,"",python,selection_keyboard +4382,11703340,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2946,0,"t",python,content +4383,11703340,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2947,0,"",python,selection_keyboard +4384,11703391,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2947,0,"o",python,content +4385,11703391,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2948,0,"",python,selection_keyboard +4386,11703489,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2948,0,"m",python,content +4387,11703489,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2949,0,"",python,selection_keyboard +4388,11704108,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2949,0,"_mask.shape (B, S, N, 1)",python,content +4389,11704513,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2972,0,"",python,selection_command +4390,11704721,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2971,0,"",python,selection_command +4391,11704869,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2969,0,"",python,selection_command +4392,11705013,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2968,0,"",python,selection_command +4393,11705128,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2966,0,"",python,selection_command +4394,11705285,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2965,0,"",python,selection_command +4395,11705414,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2963,0,"",python,selection_command +4396,11705566,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2962,0,"",python,selection_command +4397,11705984,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2961,0,"",python,selection_command +4398,11708036,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2962,0,"",python,selection_command +4399,11708336,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2962,1,"1",python,content +4400,11708622,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2963,0,"",python,selection_command +4401,11708764,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2964,0,"",python,selection_command +4402,11708946,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2965,0,"",python,selection_command +4403,11710070,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2965,1,"r",python,content +4404,11710724,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2965,2,"22",python,content +4405,11710724,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2966,0,"",python,selection_command +4406,11711038,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2967,0,"",python,selection_command +4407,11711359,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2966,0,"",python,selection_command +4408,11711505,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2965,0,"",python,selection_command +4409,11711929,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2966,0,"",python,selection_command +4410,11712123,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2966,1,",",python,content +4411,11712355,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2967,0,"",python,selection_command +4412,11712483,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2968,0,"",python,selection_command +4413,11713748,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2968,1,"",python,content +4414,11713873,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2968,0,"9",python,content +4415,11713873,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2969,0,"",python,selection_keyboard +4416,11714071,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2969,0,"0",python,content +4417,11714071,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2970,0,"",python,selection_keyboard +4418,11714431,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2969,1,"",python,content +4419,11714521,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2969,0,"2",python,content +4420,11714521,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2970,0,"",python,selection_keyboard +4421,11714591,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2970,0,"0",python,content +4422,11714591,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2971,0,"",python,selection_keyboard +4423,11714710,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2970,0,"",python,selection_command +4424,11715039,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2929,0,"",python,selection_command +4425,11724687,"TERMINAL",0,0,"^L",,terminal_output +4426,11724783,"TERMINAL",0,0,"^P",,terminal_output +4427,11725105,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.11 task 0: running\r\n",,terminal_output +4428,11725253,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.11\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T16:48:24.653] error: *** STEP 14065.11 ON hai004 CANCELLED AT 2025-07-28T16:48:24 DUE to SIGNAL Killed ***\r\n",,terminal_output +4429,11725394,"TERMINAL",0,0,"(Pdb) ^Csrun: sending Ctrl-C to StepId=14065.11\r\nsrun: job abort in progress\r\n",,terminal_output +4430,11725558,"TERMINAL",0,0,"^L^P",,terminal_output +4431,11725650,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ [franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/sample.sh ",,terminal_output +4432,11726245,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4433,11737674,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4434,11750549,"TERMINAL",0,0,"2025-07-28 16:48:49.945121: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4435,11752032,"TERMINAL",0,0,"2025-07-28 16:48:51.426457: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4436,11755589,"TERMINAL",0,0,"2025-07-28 16:48:54.976042: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4437,11756242,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/jasmine.py(220)maskgit_step_fn()\r\n-> mask_expanded = mask[..., None] # (B, S, N, 1)\r\n",,terminal_output +4438,13720608,"/fast/home/franz.srambical/jafar/jasmine.py",0,0,"",python,tab +4439,13722877,"TERMINAL",0,0,"m",,terminal_output +4440,13723185,"TERMINAL",0,0,"a",,terminal_output +4441,13723264,"TERMINAL",0,0,"s",,terminal_output +4442,13723353,"TERMINAL",0,0,"k",,terminal_output +4443,13723601,"TERMINAL",0,0,"_",,terminal_output +4444,13723714,"TERMINAL",0,0,"e",,terminal_output +4445,13723847,"TERMINAL",0,0,"x",,terminal_output +4446,13723947,"TERMINAL",0,0,"p",,terminal_output +4447,13724126,"TERMINAL",0,0,"a",,terminal_output +4448,13724247,"TERMINAL",0,0,"nd",,terminal_output +4449,13724372,"TERMINAL",0,0,"e",,terminal_output +4450,13724525,"TERMINAL",0,0,"d",,terminal_output +4451,13724650,"TERMINAL",0,0,".",,terminal_output +4452,13725032,"TERMINAL",0,0,"s",,terminal_output +4453,13725175,"TERMINAL",0,0,"h",,terminal_output +4454,13725278,"TERMINAL",0,0,"ap",,terminal_output +4455,13725366,"TERMINAL",0,0,"e",,terminal_output +4456,13725480,"TERMINAL",0,0,"\r\n(Pdb) *** NameError: name 'mask_expanded' is not defined\r\n",,terminal_output +4457,13732106,"TERMINAL",0,0,"mas",,terminal_output +4458,13732518,"TERMINAL",0,0,"k",,terminal_output +4459,13732803,"TERMINAL",0,0,".",,terminal_output +4460,13732904,"TERMINAL",0,0,"s",,terminal_output +4461,13733145,"TERMINAL",0,0,"ha",,terminal_output +4462,13733226,"TERMINAL",0,0,"p",,terminal_output +4463,13733439,"TERMINAL",0,0,"e\r\n(Pdb) (1, 2, 920)\r\n",,terminal_output +4464,13739169,"TERMINAL",0,0,"n",,terminal_output +4465,13739660,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/jasmine.py(223)maskgit_step_fn()\r\n-> ""video_tokens"": token_idxs,\r\n",,terminal_output +4466,13740292,"TERMINAL",0,0,"m",,terminal_output +4467,13740581,"TERMINAL",0,0,"ask",,terminal_output +4468,13740790,"TERMINAL",0,0,"_",,terminal_output +4469,13741106,"TERMINAL",0,0,"e",,terminal_output +4470,13741207,"TERMINAL",0,0,"xp",,terminal_output +4471,13741334,"TERMINAL",0,0,"a",,terminal_output +4472,13741630,"TERMINAL",0,0,"nd",,terminal_output +4473,13741733,"TERMINAL",0,0,"e",,terminal_output +4474,13741961,"TERMINAL",0,0,"d",,terminal_output +4475,13742063,"TERMINAL",0,0,".",,terminal_output +4476,13742256,"TERMINAL",0,0,"sh",,terminal_output +4477,13742327,"TERMINAL",0,0,"a",,terminal_output +4478,13742393,"TERMINAL",0,0,"p",,terminal_output +4479,13742678,"TERMINAL",0,0,"e\r\n(Pdb) (1, 2, 920, 1)\r\n",,terminal_output +4480,13747319,"TERMINAL",0,0,"x",,terminal_output +4481,13747610,"TERMINAL",0,0," ",,terminal_output +4482,13747835,"TERMINAL",0,0,"c\r\n(Pdb) > /fast/home/franz.srambical/jafar/models/dynamics_maskgit.py(92)__call__()\r\n-> vid_embed = jnp.where(\r\n",,terminal_output +4483,13748847,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",0,0,"",python,tab +4484,13750931,"TERMINAL",0,0,"c",,terminal_output +4485,13750987,"TERMINAL",0,0,"uc",,terminal_output +4486,13751088,"TERMINAL",0,0,"s",,terminal_output +4487,13751189,"TERMINAL",0,0,"t",,terminal_output +4488,13751290,"TERMINAL",0,0,"om",,terminal_output +4489,13751976,"TERMINAL",0,0,"_",,terminal_output +4490,13752077,"TERMINAL",0,0,"m",,terminal_output +4491,13752170,"TERMINAL",0,0,"a",,terminal_output +4492,13752233,"TERMINAL",0,0,"s",,terminal_output +4493,13752308,"TERMINAL",0,0,"k",,terminal_output +4494,13752543,"TERMINAL",0,0,".",,terminal_output +4495,13752596,"TERMINAL",0,0,"s",,terminal_output +4496,13752691,"TERMINAL",0,0,"h",,terminal_output +4497,13752773,"TERMINAL",0,0,"a",,terminal_output +4498,13752967,"TERMINAL",0,0,"p",,terminal_output +4499,13753085,"TERMINAL",0,0,"e\r\n(Pdb) *** NameError: name 'cucstom_mask' is not defined\r\n",,terminal_output +4500,13754541,"TERMINAL",0,0,"c",,terminal_output +4501,13754667,"TERMINAL",0,0,"us",,terminal_output +4502,13754753,"TERMINAL",0,0,"t",,terminal_output +4503,13754808,"TERMINAL",0,0,"o",,terminal_output +4504,13754868,"TERMINAL",0,0,"m",,terminal_output +4505,13755068,"TERMINAL",0,0,"_",,terminal_output +4506,13755176,"TERMINAL",0,0,"m",,terminal_output +4507,13755257,"TERMINAL",0,0,"a",,terminal_output +4508,13755310,"TERMINAL",0,0,"s",,terminal_output +4509,13755407,"TERMINAL",0,0,"k",,terminal_output +4510,13755589,"TERMINAL",0,0,".",,terminal_output +4511,13755723,"TERMINAL",0,0,"sh",,terminal_output +4512,13755826,"TERMINAL",0,0,"a",,terminal_output +4513,13756013,"TERMINAL",0,0,"e",,terminal_output +4514,13756367,"TERMINAL",0,0," ",,terminal_output +4515,13756703,"TERMINAL",0,0,"p",,terminal_output +4516,13756785,"TERMINAL",0,0,"e",,terminal_output +4517,13756896,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 920, 1)\r\n",,terminal_output +4518,13789669,"TERMINAL",0,0,"vi",,terminal_output +4519,13789797,"TERMINAL",0,0,"d",,terminal_output +4520,13789929,"TERMINAL",0,0,"_",,terminal_output +4521,13790114,"TERMINAL",0,0,"e",,terminal_output +4522,13790239,"TERMINAL",0,0,"m",,terminal_output +4523,13790390,"TERMINAL",0,0,"be",,terminal_output +4524,13790462,"TERMINAL",0,0,"d",,terminal_output +4525,13790579,"TERMINAL",0,0,".",,terminal_output +4526,13790868,"TERMINAL",0,0,"s",,terminal_output +4527,13790946,"TERMINAL",0,0,"h",,terminal_output +4528,13791034,"TERMINAL",0,0,"a",,terminal_output +4529,13791100,"TERMINAL",0,0,"p",,terminal_output +4530,13791228,"TERMINAL",0,0,"e",,terminal_output +4531,13791324,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 920, 512)\r\n",,terminal_output +4532,13805658,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2904,0,"",python,selection_command +4533,13805913,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2866,0,"",python,selection_command +4534,13805933,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2810,0,"",python,selection_command +4535,13805967,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2796,0,"",python,selection_command +4536,13806321,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2720,0,"",python,selection_command +4537,13806787,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2736,0,"",python,selection_command +4538,13806997,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2739,0,"",python,selection_command +4539,13807382,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2740,0,"",python,selection_command +4540,13807580,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2751,0,"",python,selection_command +4541,13807926,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2716,0,"",python,selection_command +4542,13808371,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2713,0,"",python,selection_command +4543,13808537,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2712,0,"",python,selection_command +4544,13808677,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2709,0,"",python,selection_command +4545,13808832,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2707,0,"",python,selection_command +4546,13808988,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2697,0,"",python,selection_command +4547,13809190,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2653,0,"",python,selection_command +4548,13809436,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2603,0,"",python,selection_command +4549,13809466,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2571,0,"",python,selection_command +4550,13809494,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2486,0,"",python,selection_command +4551,13809524,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2457,0,"",python,selection_command +4552,13809555,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2404,0,"",python,selection_command +4553,13809838,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2457,0,"",python,selection_command +4554,13814125,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2486,0,"",python,selection_command +4555,13814356,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2571,0,"",python,selection_command +4556,13814385,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2603,0,"",python,selection_command +4557,13814417,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2653,0,"",python,selection_command +4558,13814451,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2697,0,"",python,selection_command +4559,13814484,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2732,0,"",python,selection_command +4560,13814519,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2808,0,"",python,selection_command +4561,13814553,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2822,0,"",python,selection_command +4562,13814585,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2878,0,"",python,selection_command +4563,13814618,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2916,0,"",python,selection_command +4564,13814653,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2941,0,"",python,selection_command +4565,13814685,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2988,0,"",python,selection_command +4566,13814807,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3023,0,"",python,selection_command +4567,13815623,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3027,0,"",python,selection_command +4568,13815860,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3027,1,"j",python,selection_command +4569,13815911,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3027,3,"jnp",python,selection_command +4570,13816080,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3027,4,"jnp.",python,selection_command +4571,13816212,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3027,15,"jnp.expand_dims",python,selection_command +4572,13816397,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3027,16,"jnp.expand_dims(",python,selection_command +4573,13816876,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3027,16,"",python,content +4574,13817166,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3038,0,"",python,selection_command +4575,13817309,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3040,0,"",python,selection_command +4576,13817697,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3039,0,"",python,selection_command +4577,13817893,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3038,0,"",python,selection_command +4578,13818139,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3038,1,",",python,selection_command +4579,13818156,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3038,3,", -",python,selection_command +4580,13818319,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3038,4,", -1",python,selection_command +4581,13818675,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3038,5,", -1)",python,selection_command +4582,13818780,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3038,5,"",python,content +4583,13819777,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",3011,0,"",python,selection_command +4584,13821388,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.12 task 0: running\r\n",,terminal_output +4585,13821531,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.12\r\nsrun: forcing job termination\r\n(Pdb) --KeyboardInterrupt--\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T17:23:20.931] error: *** STEP 14065.12 ON hai004 CANCELLED AT 2025-07-28T17:23:20 DUE to SIGNAL Killed ***\r\n",,terminal_output +4586,13821596,"TERMINAL",0,0,"(Pdb) ",,terminal_output +4587,13821867,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4588,13823568,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2976,0,"",python,selection_command +4589,13823701,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2929,0,"",python,selection_command +4590,13823851,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2904,0,"",python,selection_command +4591,13824083,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2904,25,"",python,content +4592,13824083,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",2916,0,"",python,selection_command +4593,13825596,"/fast/home/franz.srambical/jafar/jasmine.py",0,0,"",python,tab +4594,13826290,"/fast/home/franz.srambical/jafar/jasmine.py",8392,25,"",python,content +4595,13826311,"/fast/home/franz.srambical/jafar/jasmine.py",8404,0,"",python,selection_command +4596,13827168,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",0,0,"",python,tab +4597,13827879,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4598,13827886,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +4599,13828183,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4600,13839942,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4601,13848046,"TERMINAL",0,0,"2025-07-28 17:23:47.359050: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4602,13849482,"TERMINAL",0,0,"2025-07-28 17:23:48.805029: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4603,13852887,"TERMINAL",0,0,"2025-07-28 17:23:52.282169: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4604,13853573,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_maskgit.py(97)__call__()\r\n-> act_embed = self.action_up(batch[""latent_actions""])\r\n",,terminal_output +4605,13856194,"TERMINAL",0,0,"a",,terminal_output +4606,13856297,"TERMINAL",0,0,"c",,terminal_output +4607,13856399,"TERMINAL",0,0,"t",,terminal_output +4608,13856603,"TERMINAL",0,0,"_",,terminal_output +4609,13856862,"TERMINAL",0,0,"em",,terminal_output +4610,13857074,"TERMINAL",0,0,"be",,terminal_output +4611,13857143,"TERMINAL",0,0,"d",,terminal_output +4612,13857401,"TERMINAL",0,0,".s",,terminal_output +4613,13857508,"TERMINAL",0,0,"h",,terminal_output +4614,13857591,"TERMINAL",0,0,"a",,terminal_output +4615,13857674,"TERMINAL",0,0,"p",,terminal_output +4616,13857896,"TERMINAL",0,0,"e\r\n(Pdb) *** NameError: name 'act_embed' is not defined\r\n",,terminal_output +4617,13861021,"TERMINAL",0,0,"b",,terminal_output +4618,13861120,"TERMINAL",0,0,"at",,terminal_output +4619,13861342,"TERMINAL",0,0,"c",,terminal_output +4620,13861413,"TERMINAL",0,0,"h",,terminal_output +4621,13861581,"TERMINAL",0,0,"{",,terminal_output +4622,13862194,"TERMINAL",0,0," ",,terminal_output +4623,13862339,"TERMINAL",0,0,"[",,terminal_output +4624,13862941,"TERMINAL",0,0,"'",,terminal_output +4625,13863578,"TERMINAL",0,0," ",,terminal_output +4626,13863763,"TERMINAL",0,0,"""",,terminal_output +4627,13864014,"TERMINAL",0,0,"l",,terminal_output +4628,13864065,"TERMINAL",0,0,"a",,terminal_output +4629,13864163,"TERMINAL",0,0,"t",,terminal_output +4630,13864240,"TERMINAL",0,0,"e",,terminal_output +4631,13864329,"TERMINAL",0,0,"n",,terminal_output +4632,13864411,"TERMINAL",0,0,"t",,terminal_output +4633,13864754,"TERMINAL",0,0,"_",,terminal_output +4634,13864951,"TERMINAL",0,0,"ac",,terminal_output +4635,13865185,"TERMINAL",0,0,"t",,terminal_output +4636,13865305,"TERMINAL",0,0,"io",,terminal_output +4637,13865380,"TERMINAL",0,0,"ns",,terminal_output +4638,13865523,"TERMINAL",0,0,"'",,terminal_output +4639,13865860,"TERMINAL",0,0," ",,terminal_output +4640,13866078,"TERMINAL",0,0,"|",,terminal_output +4641,13866522,"TERMINAL",0,0," ",,terminal_output +4642,13866663,"TERMINAL",0,0,"""",,terminal_output +4643,13866960,"TERMINAL",0,0,"]",,terminal_output +4644,13867297,"TERMINAL",0,0,".",,terminal_output +4645,13867577,"TERMINAL",0,0,"s",,terminal_output +4646,13867664,"TERMINAL",0,0,"h",,terminal_output +4647,13867731,"TERMINAL",0,0,"a",,terminal_output +4648,13867817,"TERMINAL",0,0,"p",,terminal_output +4649,13867910,"TERMINAL",0,0,"e",,terminal_output +4650,13868013,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 1, 32)\r\n",,terminal_output +4651,13876886,"TERMINAL",0,0,"n",,terminal_output +4652,13877067,"TERMINAL",0,0,"\r\n(Pdb) > /fast/home/franz.srambical/jafar/models/dynamics_maskgit.py(98)__call__()\r\n-> vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\r\n",,terminal_output +4653,13878480,"TERMINAL",0,0,"a",,terminal_output +4654,13878564,"TERMINAL",0,0,"c",,terminal_output +4655,13878770,"TERMINAL",0,0,"t",,terminal_output +4656,13879005,"TERMINAL",0,0,"_",,terminal_output +4657,13879181,"TERMINAL",0,0,"e",,terminal_output +4658,13879276,"TERMINAL",0,0,"m",,terminal_output +4659,13879453,"TERMINAL",0,0,"b",,terminal_output +4660,13879630,"TERMINAL",0,0,"e",,terminal_output +4661,13879710,"TERMINAL",0,0,"d",,terminal_output +4662,13879817,"TERMINAL",0,0,".",,terminal_output +4663,13879985,"TERMINAL",0,0,"s",,terminal_output +4664,13880093,"TERMINAL",0,0,"h",,terminal_output +4665,13880170,"TERMINAL",0,0,"a",,terminal_output +4666,13880257,"TERMINAL",0,0,"p",,terminal_output +4667,13880370,"TERMINAL",0,0,"e",,terminal_output +4668,13880457,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 1, 512)\r\n",,terminal_output +4669,13915538,"TERMINAL",0,0,"v",,terminal_output +4670,13915626,"TERMINAL",0,0,"i",,terminal_output +4671,13915692,"TERMINAL",0,0,"d",,terminal_output +4672,13915887,"TERMINAL",0,0,"_",,terminal_output +4673,13916026,"TERMINAL",0,0,"e",,terminal_output +4674,13916128,"TERMINAL",0,0,"m",,terminal_output +4675,13916310,"TERMINAL",0,0,"be",,terminal_output +4676,13916384,"TERMINAL",0,0,"d",,terminal_output +4677,13916487,"TERMINAL",0,0,".",,terminal_output +4678,13916604,"TERMINAL",0,0,"s",,terminal_output +4679,13916685,"TERMINAL",0,0,"h",,terminal_output +4680,13916769,"TERMINAL",0,0,"a",,terminal_output +4681,13916967,"TERMINAL",0,0,"p",,terminal_output +4682,13917072,"TERMINAL",0,0,"e",,terminal_output +4683,13917242,"TERMINAL",0,0,"\r\n(Pdb) (1, 2, 920, 512)\r\n",,terminal_output +4684,13929794,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.13 task 0: running\r\n",,terminal_output +4685,13929909,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.13\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T17:25:09.304] error: *** STEP 14065.13 ON hai004 CANCELLED AT 2025-07-28T17:25:09 DUE to SIGNAL Killed ***\r\n",,terminal_output +4686,13930008,"TERMINAL",0,0,"(Pdb) ",,terminal_output +4687,13930320,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4688,13933094,"experiments/sample.sh",0,0,"",shellscript,tab +4689,13933805,"experiments/sample.sh",141,0,"",shellscript,selection_command +4690,13933992,"experiments/sample.sh",185,0,"",shellscript,selection_command +4691,13934410,"experiments/sample.sh",185,33,"",shellscript,content +4692,13934513,"experiments/sample.sh",209,0,"",shellscript,selection_command +4693,13934919,"experiments/sample.sh",185,0,"",shellscript,selection_command +4694,13935088,"experiments/sample.sh",208,0,"\n # --dynamics_type ""causal"" \",shellscript,content +4695,13935091,"experiments/sample.sh",213,0,"",shellscript,selection_command +4696,13935642,"experiments/sample.sh",213,1,"",shellscript,content +4697,13935777,"experiments/sample.sh",213,1,"",shellscript,content +4698,13936610,"experiments/sample.sh",189,0,"",shellscript,selection_command +4699,13936749,"experiments/sample.sh",145,0,"",shellscript,selection_command +4700,13936881,"experiments/sample.sh",140,0,"",shellscript,selection_command +4701,13937218,"experiments/sample.sh",70,0,"",shellscript,selection_command +4702,13937869,"experiments/sample.sh",74,0,"",shellscript,selection_command +4703,13938183,"experiments/sample.sh",77,0,"",shellscript,selection_command +4704,13938348,"experiments/sample.sh",80,0,"",shellscript,selection_command +4705,13938375,"experiments/sample.sh",81,0,"",shellscript,selection_command +4706,13938405,"experiments/sample.sh",92,0,"",shellscript,selection_command +4707,13938837,"experiments/sample.sh",92,1,"/",shellscript,selection_command +4708,13939230,"experiments/sample.sh",92,0,"",shellscript,selection_command +4709,13939363,"experiments/sample.sh",93,0,"",shellscript,selection_command +4710,13939452,"experiments/sample.sh",93,1,"m",shellscript,selection_command +4711,13939551,"experiments/sample.sh",93,2,"ma",shellscript,selection_command +4712,13939761,"experiments/sample.sh",93,3,"mas",shellscript,selection_command +4713,13939920,"experiments/sample.sh",93,4,"mask",shellscript,selection_command +4714,13940083,"experiments/sample.sh",93,5,"maskg",shellscript,selection_command +4715,13940280,"experiments/sample.sh",93,6,"maskgi",shellscript,selection_command +4716,13940364,"experiments/sample.sh",93,7,"maskgit",shellscript,selection_command +4717,13940447,"experiments/sample.sh",93,7,"",shellscript,content +4718,13940555,"experiments/sample.sh",93,0,"a",shellscript,content +4719,13940555,"experiments/sample.sh",94,0,"",shellscript,selection_keyboard +4720,13941103,"experiments/sample.sh",93,1,"",shellscript,content +4721,13941178,"experiments/sample.sh",93,0,"c",shellscript,content +4722,13941179,"experiments/sample.sh",94,0,"",shellscript,selection_keyboard +4723,13941333,"experiments/sample.sh",94,0,"a",shellscript,content +4724,13941333,"experiments/sample.sh",95,0,"",shellscript,selection_keyboard +4725,13941333,"experiments/sample.sh",95,0,"u",shellscript,content +4726,13941333,"experiments/sample.sh",96,0,"",shellscript,selection_keyboard +4727,13941432,"experiments/sample.sh",96,0,"s",shellscript,content +4728,13941432,"experiments/sample.sh",97,0,"",shellscript,selection_keyboard +4729,13941520,"experiments/sample.sh",97,0,"a",shellscript,content +4730,13941520,"experiments/sample.sh",98,0,"",shellscript,selection_keyboard +4731,13941590,"experiments/sample.sh",98,0,"l",shellscript,content +4732,13941590,"experiments/sample.sh",99,0,"",shellscript,selection_keyboard +4733,13941746,"experiments/sample.sh",98,0,"",shellscript,selection_command +4734,13944333,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",0,0,"",python,tab +4735,13946574,"models/dynamics_causal.py",0,0,"",python,tab +4736,13947242,"models/dynamics_causal.py",2444,0,"",python,selection_command +4737,13948019,"models/dynamics_causal.py",2416,0,"",python,selection_command +4738,13948255,"models/dynamics_causal.py",2370,0,"",python,selection_command +4739,13948287,"models/dynamics_causal.py",2369,0,"",python,selection_command +4740,13948320,"models/dynamics_causal.py",2306,0,"",python,selection_command +4741,13948366,"models/dynamics_causal.py",2256,0,"",python,selection_command +4742,13948388,"models/dynamics_causal.py",2255,0,"",python,selection_command +4743,13948420,"models/dynamics_causal.py",2175,0,"",python,selection_command +4744,13948455,"models/dynamics_causal.py",2144,0,"",python,selection_command +4745,13948487,"models/dynamics_causal.py",2068,0,"",python,selection_command +4746,13948522,"models/dynamics_causal.py",1989,0,"",python,selection_command +4747,13948556,"models/dynamics_causal.py",1937,0,"",python,selection_command +4748,13948671,"models/dynamics_causal.py",1877,0,"",python,selection_command +4749,13948671,"models/dynamics_causal.py",1817,0,"",python,selection_command +4750,13948816,"models/dynamics_causal.py",1877,0,"",python,selection_command +4751,13949018,"models/dynamics_causal.py",1817,0,"",python,selection_command +4752,13950996,"models/dynamics_causal.py",1877,0,"",python,selection_command +4753,13951291,"models/dynamics_causal.py",1936,0,"\n ",python,content +4754,13951540,"models/dynamics_causal.py",1945,0,"b",python,content +4755,13951540,"models/dynamics_causal.py",1946,0,"",python,selection_keyboard +4756,13951586,"models/dynamics_causal.py",1946,0,"r",python,content +4757,13951587,"models/dynamics_causal.py",1947,0,"",python,selection_keyboard +4758,13951654,"models/dynamics_causal.py",1947,0,"e",python,content +4759,13951654,"models/dynamics_causal.py",1948,0,"",python,selection_keyboard +4760,13951711,"models/dynamics_causal.py",1948,0,"a",python,content +4761,13951711,"models/dynamics_causal.py",1949,0,"",python,selection_keyboard +4762,13951814,"models/dynamics_causal.py",1949,0,"k",python,content +4763,13951814,"models/dynamics_causal.py",1950,0,"",python,selection_keyboard +4764,13951955,"models/dynamics_causal.py",1950,0,"p",python,content +4765,13951955,"models/dynamics_causal.py",1951,0,"",python,selection_keyboard +4766,13951973,"models/dynamics_causal.py",1951,0,"[]",python,content +4767,13951973,"models/dynamics_causal.py",1952,0,"",python,selection_keyboard +4768,13952021,"models/dynamics_causal.py",1952,0,"o",python,content +4769,13952021,"models/dynamics_causal.py",1953,0,"",python,selection_keyboard +4770,13952047,"models/dynamics_causal.py",1953,0,"i",python,content +4771,13952048,"models/dynamics_causal.py",1954,0,"",python,selection_keyboard +4772,13952119,"models/dynamics_causal.py",1954,0,"n",python,content +4773,13952119,"models/dynamics_causal.py",1955,0,"",python,selection_keyboard +4774,13952864,"models/dynamics_causal.py",1954,1,"",python,content +4775,13953086,"models/dynamics_causal.py",1953,1,"",python,content +4776,13953224,"models/dynamics_causal.py",1952,1,"",python,content +4777,13953388,"models/dynamics_causal.py",1951,2,"",python,content +4778,13953719,"models/dynamics_causal.py",1951,0,"p",python,content +4779,13953719,"models/dynamics_causal.py",1952,0,"",python,selection_keyboard +4780,13953807,"models/dynamics_causal.py",1952,0,"o",python,content +4781,13953807,"models/dynamics_causal.py",1953,0,"",python,selection_keyboard +4782,13954113,"models/dynamics_causal.py",1952,1,"",python,content +4783,13954246,"models/dynamics_causal.py",1951,1,"",python,content +4784,13954405,"models/dynamics_causal.py",1951,0,"o",python,content +4785,13954405,"models/dynamics_causal.py",1952,0,"",python,selection_keyboard +4786,13954464,"models/dynamics_causal.py",1952,0,"i",python,content +4787,13954464,"models/dynamics_causal.py",1953,0,"",python,selection_keyboard +4788,13954531,"models/dynamics_causal.py",1953,0,"n",python,content +4789,13954531,"models/dynamics_causal.py",1954,0,"",python,selection_keyboard +4790,13954551,"models/dynamics_causal.py",1954,0,"t",python,content +4791,13954552,"models/dynamics_causal.py",1955,0,"",python,selection_keyboard +4792,13954771,"models/dynamics_causal.py",1955,0,"()",python,content +4793,13954771,"models/dynamics_causal.py",1956,0,"",python,selection_keyboard +4794,13954788,"models/dynamics_causal.py",1956,1,")",python,content +4795,13954788,"models/dynamics_causal.py",1957,0,"",python,selection_keyboard +4796,13954972,"models/dynamics_causal.py",1956,0,"",python,selection_command +4797,13956350,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +4798,13956477,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +4799,13956740,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +4800,13967962,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +4801,13976059,"TERMINAL",0,0,"2025-07-28 17:25:55.405480: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4802,13977524,"TERMINAL",0,0,"2025-07-28 17:25:56.917451: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4803,13981022,"TERMINAL",0,0,"2025-07-28 17:26:00.418797: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +4804,13981638,"TERMINAL",0,0,"> /fast/home/franz.srambical/jafar/models/dynamics_causal.py(73)__call__()\r\n-> vid_embed += act_embed\r\n",,terminal_output +4805,13991329,"TERMINAL",0,0,"v",,terminal_output +4806,13991436,"TERMINAL",0,0,"i",,terminal_output +4807,13991493,"TERMINAL",0,0,"d",,terminal_output +4808,13991707,"TERMINAL",0,0,"_",,terminal_output +4809,13991831,"TERMINAL",0,0,"e",,terminal_output +4810,13991906,"TERMINAL",0,0,"m",,terminal_output +4811,13992129,"TERMINAL",0,0,"be",,terminal_output +4812,13992185,"TERMINAL",0,0,"d",,terminal_output +4813,13992282,"TERMINAL",0,0,".",,terminal_output +4814,13992402,"TERMINAL",0,0,"s",,terminal_output +4815,13992491,"TERMINAL",0,0,"h",,terminal_output +4816,13992586,"TERMINAL",0,0,"a",,terminal_output +4817,13992679,"TERMINAL",0,0,"p",,terminal_output +4818,13992780,"TERMINAL",0,0,"e",,terminal_output +4819,13992871,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 920, 512)\r\n",,terminal_output +4820,13994292,"TERMINAL",0,0,"ac",,terminal_output +4821,13994904,"TERMINAL",0,0,"t",,terminal_output +4822,13995182,"TERMINAL",0,0,"_",,terminal_output +4823,13995340,"TERMINAL",0,0,"e",,terminal_output +4824,13995436,"TERMINAL",0,0,"m",,terminal_output +4825,13995663,"TERMINAL",0,0,"bed",,terminal_output +4826,13995781,"TERMINAL",0,0,".",,terminal_output +4827,13995901,"TERMINAL",0,0,"s",,terminal_output +4828,13995984,"TERMINAL",0,0,"h",,terminal_output +4829,13996049,"TERMINAL",0,0,"a",,terminal_output +4830,13996134,"TERMINAL",0,0,"p",,terminal_output +4831,13996233,"TERMINAL",0,0,"e",,terminal_output +4832,13996319,"TERMINAL",0,0,"\r\n(Pdb) (1, 1, 1, 512)\r\n",,terminal_output +4833,14438167,"jasmine.py",0,0,"",python,tab +4834,14439023,"jasmine.py",6841,0,"",python,selection_command +4835,14439897,"jasmine.py",9633,0,"",python,selection_command +4836,14440303,"jasmine.py",11947,0,"",python,selection_command +4837,14441407,"jasmine.py",14967,0,"",python,selection_command +4838,14442079,"jasmine.py",13992,0,"",python,selection_keyboard +4839,14442577,"jasmine.py",13978,0,"",python,selection_command +4840,14442828,"jasmine.py",13924,0,"",python,selection_command +4841,14442856,"jasmine.py",13864,0,"",python,selection_command +4842,14442888,"jasmine.py",13784,0,"",python,selection_command +4843,14442919,"jasmine.py",13686,0,"",python,selection_command +4844,14442953,"jasmine.py",13685,0,"",python,selection_command +4845,14442986,"jasmine.py",13655,0,"",python,selection_command +4846,14443018,"jasmine.py",13624,0,"",python,selection_command +4847,14443054,"jasmine.py",13568,0,"",python,selection_command +4848,14443087,"jasmine.py",13502,0,"",python,selection_command +4849,14443119,"jasmine.py",13422,0,"",python,selection_command +4850,14443153,"jasmine.py",13394,0,"",python,selection_command +4851,14443250,"jasmine.py",13422,0,"",python,selection_command +4852,14443513,"jasmine.py",13502,0,"",python,selection_command +4853,14443533,"jasmine.py",13568,0,"",python,selection_command +4854,14443568,"jasmine.py",13624,0,"",python,selection_command +4855,14443602,"jasmine.py",13655,0,"",python,selection_command +4856,14443640,"jasmine.py",13685,0,"",python,selection_command +4857,14443670,"jasmine.py",13686,0,"",python,selection_command +4858,14443707,"jasmine.py",13784,0,"",python,selection_command +4859,14443740,"jasmine.py",13864,0,"",python,selection_command +4860,14443772,"jasmine.py",13924,0,"",python,selection_command +4861,14443803,"jasmine.py",13978,0,"",python,selection_command +4862,14443956,"jasmine.py",13992,0,"",python,selection_command +4863,14444448,"jasmine.py",13993,0,"",python,selection_command +4864,14448999,"jasmine.py",12603,0,"",python,selection_command +4865,14449247,"jasmine.py",14005,0,"",python,selection_command +4866,14449631,"jasmine.py",15384,0,"",python,selection_command +4867,14450072,"jasmine.py",14005,0,"",python,selection_command +4868,14451213,"jasmine.py",13992,0,"",python,selection_command +4869,14451386,"jasmine.py",13990,0,"",python,selection_command +4870,14451531,"jasmine.py",13936,0,"",python,selection_command +4871,14451933,"jasmine.py",13876,0,"",python,selection_command +4872,14454781,"jasmine.py",13796,0,"",python,selection_command +4873,14454951,"jasmine.py",13698,0,"",python,selection_command +4874,14455312,"jasmine.py",13686,97," # For autoregressive decoding, we only need to pass the token from the previous step.",python,selection_command +4875,14455478,"jasmine.py",13686,177," # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.",python,selection_command +4876,14455586,"jasmine.py",13686,237," # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(",python,selection_command +4877,14455755,"jasmine.py",13686,291," # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)",python,selection_command +4878,14455908,"jasmine.py",13686,305," # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )",python,selection_command +4879,14457922,"jasmine.py",13990,0,"",python,selection_command +4880,14459036,"models/dynamics_causal.py",0,0,"",python,tab +4881,14463096,"models/dynamics_causal.py",1977,0,"",python,selection_command +4882,14463207,"models/dynamics_causal.py",2029,0,"",python,selection_command +4883,14463450,"models/dynamics_causal.py",2108,0,"",python,selection_command +4884,14464073,"models/dynamics_causal.py",2029,0,"",python,selection_command +4885,14464389,"models/dynamics_causal.py",2088,0,"",python,selection_command +4886,14464853,"models/dynamics_causal.py",2088,0,"\n ",python,content +4887,14466407,"models/dynamics_causal.py",2097,0,"# FIXME (f.srambical): but we need to pad the action embedding, right?",python,content +4888,14466613,"models/dynamics_causal.py",2166,0,"",python,selection_command +4889,14466725,"models/dynamics_causal.py",2161,0,"",python,selection_command +4890,14466985,"models/dynamics_causal.py",2159,0,"",python,selection_command +4891,14467010,"models/dynamics_causal.py",2150,0,"",python,selection_command +4892,14467041,"models/dynamics_causal.py",2143,0,"",python,selection_command +4893,14467073,"models/dynamics_causal.py",2139,0,"",python,selection_command +4894,14467125,"models/dynamics_causal.py",2135,0,"",python,selection_command +4895,14467139,"models/dynamics_causal.py",2132,0,"",python,selection_command +4896,14467275,"models/dynamics_causal.py",2127,0,"",python,selection_command +4897,14467433,"models/dynamics_causal.py",2124,0,"",python,selection_command +4898,14467580,"models/dynamics_causal.py",2120,0,"",python,selection_command +4899,14467753,"models/dynamics_causal.py",2120,47,"",python,content +4900,14468012,"models/dynamics_causal.py",2120,0,"w",python,content +4901,14468012,"models/dynamics_causal.py",2121,0,"",python,selection_keyboard +4902,14468041,"models/dynamics_causal.py",2121,0,"e",python,content +4903,14468041,"models/dynamics_causal.py",2122,0,"",python,selection_keyboard +4904,14468218,"models/dynamics_causal.py",2122,0," ",python,content +4905,14468218,"models/dynamics_causal.py",2123,0,"",python,selection_keyboard +4906,14468519,"models/dynamics_causal.py",2123,0,"s",python,content +4907,14468519,"models/dynamics_causal.py",2124,0,"",python,selection_keyboard +4908,14468597,"models/dynamics_causal.py",2124,0,"h",python,content +4909,14468597,"models/dynamics_causal.py",2125,0,"",python,selection_keyboard +4910,14468718,"models/dynamics_causal.py",2125,0,"o",python,content +4911,14468719,"models/dynamics_causal.py",2126,0,"",python,selection_keyboard +4912,14468771,"models/dynamics_causal.py",2126,0,"u",python,content +4913,14468771,"models/dynamics_causal.py",2127,0,"",python,selection_keyboard +4914,14468916,"models/dynamics_causal.py",2127,0,"l",python,content +4915,14468916,"models/dynamics_causal.py",2128,0,"",python,selection_keyboard +4916,14468963,"models/dynamics_causal.py",2128,0,"d",python,content +4917,14468963,"models/dynamics_causal.py",2129,0,"",python,selection_keyboard +4918,14469048,"models/dynamics_causal.py",2129,0," ",python,content +4919,14469048,"models/dynamics_causal.py",2130,0,"",python,selection_keyboard +4920,14469149,"models/dynamics_causal.py",2130,0,"p",python,content +4921,14469150,"models/dynamics_causal.py",2131,0,"",python,selection_keyboard +4922,14469259,"models/dynamics_causal.py",2131,0,"r",python,content +4923,14469259,"models/dynamics_causal.py",2132,0,"",python,selection_keyboard +4924,14469299,"models/dynamics_causal.py",2132,0,"o",python,content +4925,14469299,"models/dynamics_causal.py",2133,0,"",python,selection_keyboard +4926,14469418,"models/dynamics_causal.py",2133,0,"b",python,content +4927,14469418,"models/dynamics_causal.py",2134,0,"",python,selection_keyboard +4928,14469513,"models/dynamics_causal.py",2134,0,"a",python,content +4929,14469514,"models/dynamics_causal.py",2135,0,"",python,selection_keyboard +4930,14469578,"models/dynamics_causal.py",2135,0,"b",python,content +4931,14469578,"models/dynamics_causal.py",2136,0,"",python,selection_keyboard +4932,14469779,"models/dynamics_causal.py",2136,0,"l",python,content +4933,14469779,"models/dynamics_causal.py",2137,0,"",python,selection_keyboard +4934,14469865,"models/dynamics_causal.py",2137,0,"y",python,content +4935,14469865,"models/dynamics_causal.py",2138,0,"",python,selection_keyboard +4936,14469969,"models/dynamics_causal.py",2138,0," ",python,content +4937,14469969,"models/dynamics_causal.py",2139,0,"",python,selection_keyboard +4938,14470107,"models/dynamics_causal.py",2139,0,"o",python,content +4939,14470107,"models/dynamics_causal.py",2140,0,"",python,selection_keyboard +4940,14470150,"models/dynamics_causal.py",2140,0,"n",python,content +4941,14470150,"models/dynamics_causal.py",2141,0,"",python,selection_keyboard +4942,14470303,"models/dynamics_causal.py",2141,0,"l",python,content +4943,14470303,"models/dynamics_causal.py",2142,0,"",python,selection_keyboard +4944,14470412,"models/dynamics_causal.py",2142,0,"y",python,content +4945,14470412,"models/dynamics_causal.py",2143,0,"",python,selection_keyboard +4946,14470523,"models/dynamics_causal.py",2143,0," ",python,content +4947,14470523,"models/dynamics_causal.py",2144,0,"",python,selection_keyboard +4948,14470683,"models/dynamics_causal.py",2144,0,"s",python,content +4949,14470684,"models/dynamics_causal.py",2145,0,"",python,selection_keyboard +4950,14470739,"models/dynamics_causal.py",2145,0,"l",python,content +4951,14470739,"models/dynamics_causal.py",2146,0,"",python,selection_keyboard +4952,14470829,"models/dynamics_causal.py",2146,0,"i",python,content +4953,14470829,"models/dynamics_causal.py",2147,0,"",python,selection_keyboard +4954,14471168,"models/dynamics_causal.py",2146,1,"",python,content +4955,14471354,"models/dynamics_causal.py",2145,1,"",python,content +4956,14471426,"models/dynamics_causal.py",2144,1,"",python,content +4957,14471735,"models/dynamics_causal.py",2144,0,"d",python,content +4958,14471736,"models/dynamics_causal.py",2145,0,"",python,selection_keyboard +4959,14471934,"models/dynamics_causal.py",2144,1,"",python,content +4960,14472024,"models/dynamics_causal.py",2144,0,"d",python,content +4961,14472024,"models/dynamics_causal.py",2145,0,"",python,selection_keyboard +4962,14472096,"models/dynamics_causal.py",2145,0,"o",python,content +4963,14472096,"models/dynamics_causal.py",2146,0,"",python,selection_keyboard +4964,14472401,"models/dynamics_causal.py",2146,0," ",python,content +4965,14472401,"models/dynamics_causal.py",2147,0,"",python,selection_keyboard +4966,14472731,"models/dynamics_causal.py",2147,0,"t",python,content +4967,14472731,"models/dynamics_causal.py",2148,0,"",python,selection_keyboard +4968,14472929,"models/dynamics_causal.py",2148,0,"h",python,content +4969,14472929,"models/dynamics_causal.py",2149,0,"",python,selection_keyboard +4970,14472930,"models/dynamics_causal.py",2149,0,"e",python,content +4971,14472930,"models/dynamics_causal.py",2150,0,"",python,selection_keyboard +4972,14472985,"models/dynamics_causal.py",2150,0," ",python,content +4973,14472985,"models/dynamics_causal.py",2151,0,"",python,selection_keyboard +4974,14473089,"models/dynamics_causal.py",2151,0,"d",python,content +4975,14473089,"models/dynamics_causal.py",2152,0,"",python,selection_keyboard +4976,14473169,"models/dynamics_causal.py",2152,0,"y",python,content +4977,14473169,"models/dynamics_causal.py",2153,0,"",python,selection_keyboard +4978,14473256,"models/dynamics_causal.py",2153,0,"n",python,content +4979,14473256,"models/dynamics_causal.py",2154,0,"",python,selection_keyboard +4980,14473262,"models/dynamics_causal.py",2154,0,"a",python,content +4981,14473262,"models/dynamics_causal.py",2155,0,"",python,selection_keyboard +4982,14473452,"models/dynamics_causal.py",2155,0,"m",python,content +4983,14473452,"models/dynamics_causal.py",2156,0,"",python,selection_keyboard +4984,14473453,"models/dynamics_causal.py",2156,0,"i",python,content +4985,14473453,"models/dynamics_causal.py",2157,0,"",python,selection_keyboard +4986,14473469,"models/dynamics_causal.py",2157,0,"c",python,content +4987,14473469,"models/dynamics_causal.py",2158,0,"",python,selection_keyboard +4988,14473818,"models/dynamics_causal.py",2158,0,"_",python,content +4989,14473819,"models/dynamics_causal.py",2159,0,"",python,selection_keyboard +4990,14474021,"models/dynamics_causal.py",2159,0,"s",python,content +4991,14474021,"models/dynamics_causal.py",2160,0,"",python,selection_keyboard +4992,14474089,"models/dynamics_causal.py",2160,0,"l",python,content +4993,14474089,"models/dynamics_causal.py",2161,0,"",python,selection_keyboard +4994,14474146,"models/dynamics_causal.py",2161,0,"i",python,content +4995,14474146,"models/dynamics_causal.py",2162,0,"",python,selection_keyboard +4996,14474384,"models/dynamics_causal.py",2162,0,"c",python,content +4997,14474384,"models/dynamics_causal.py",2163,0,"",python,selection_keyboard +4998,14474522,"models/dynamics_causal.py",2163,0,"e",python,content +4999,14474522,"models/dynamics_causal.py",2164,0,"",python,selection_keyboard +5000,14474602,"models/dynamics_causal.py",2164,0," ",python,content +5001,14474602,"models/dynamics_causal.py",2165,0,"",python,selection_keyboard +5002,14477450,"models/dynamics_causal.py",2165,0,"o",python,content +5003,14477450,"models/dynamics_causal.py",2166,0,"",python,selection_keyboard +5004,14477453,"models/dynamics_causal.py",2166,0,"n",python,content +5005,14477454,"models/dynamics_causal.py",2167,0,"",python,selection_keyboard +5006,14477547,"models/dynamics_causal.py",2167,0," ",python,content +5007,14477547,"models/dynamics_causal.py",2168,0,"",python,selection_keyboard +5008,14477610,"models/dynamics_causal.py",2168,0,"v",python,content +5009,14477611,"models/dynamics_causal.py",2169,0,"",python,selection_keyboard +5010,14477727,"models/dynamics_causal.py",2169,0,"i",python,content +5011,14477727,"models/dynamics_causal.py",2170,0,"",python,selection_keyboard +5012,14477818,"models/dynamics_causal.py",2170,0,"d",python,content +5013,14477818,"models/dynamics_causal.py",2171,0,"",python,selection_keyboard +5014,14477879,"models/dynamics_causal.py",2171,0,"e",python,content +5015,14477879,"models/dynamics_causal.py",2172,0,"",python,selection_keyboard +5016,14477975,"models/dynamics_causal.py",2172,0,"o",python,content +5017,14477976,"models/dynamics_causal.py",2173,0,"",python,selection_keyboard +5018,14478235,"models/dynamics_causal.py",2173,0,"_",python,content +5019,14478235,"models/dynamics_causal.py",2174,0,"",python,selection_keyboard +5020,14478500,"models/dynamics_causal.py",2174,0,"e",python,content +5021,14478500,"models/dynamics_causal.py",2175,0,"",python,selection_keyboard +5022,14478551,"models/dynamics_causal.py",2175,0,"m",python,content +5023,14478551,"models/dynamics_causal.py",2176,0,"",python,selection_keyboard +5024,14478771,"models/dynamics_causal.py",2176,0,"b",python,content +5025,14478772,"models/dynamics_causal.py",2177,0,"",python,selection_keyboard +5026,14479023,"models/dynamics_causal.py",2177,0,"e",python,content +5027,14479023,"models/dynamics_causal.py",2178,0,"",python,selection_keyboard +5028,14479103,"models/dynamics_causal.py",2178,0,"d",python,content +5029,14479103,"models/dynamics_causal.py",2179,0,"",python,selection_keyboard +5030,14479803,"models/dynamics_causal.py",2179,0,"_",python,content +5031,14479803,"models/dynamics_causal.py",2180,0,"",python,selection_keyboard +5032,14480078,"models/dynamics_causal.py",2180,0,"p",python,content +5033,14480078,"models/dynamics_causal.py",2181,0,"",python,selection_keyboard +5034,14480078,"models/dynamics_causal.py",2181,0,"a",python,content +5035,14480078,"models/dynamics_causal.py",2182,0,"",python,selection_keyboard +5036,14480125,"models/dynamics_causal.py",2182,0,"d",python,content +5037,14480125,"models/dynamics_causal.py",2183,0,"",python,selection_keyboard +5038,14480288,"models/dynamics_causal.py",2183,0,"d",python,content +5039,14480288,"models/dynamics_causal.py",2184,0,"",python,selection_keyboard +5040,14480456,"models/dynamics_causal.py",2184,0,"e",python,content +5041,14480456,"models/dynamics_causal.py",2185,0,"",python,selection_keyboard +5042,14480617,"models/dynamics_causal.py",2185,0,"d",python,content +5043,14480617,"models/dynamics_causal.py",2186,0,"",python,selection_keyboard +5044,14480893,"models/dynamics_causal.py",2185,0,"",python,selection_command +5045,14493424,"models/dynamics_causal.py",2089,98,"",python,content +5046,14493441,"models/dynamics_causal.py",2097,0,"",python,selection_command +5047,14493704,"models/dynamics_causal.py",2173,0,"",python,selection_command +5048,14493913,"models/dynamics_causal.py",2204,0,"",python,selection_command +5049,14493940,"models/dynamics_causal.py",2276,0,"",python,selection_command +5050,14494306,"models/dynamics_causal.py",2276,0,"\n # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded",python,content +5051,14494308,"models/dynamics_causal.py",2285,0,"",python,selection_command +5052,14550722,"models/dynamics_causal.py",2374,0,"\n ",python,content +5053,14551299,"models/dynamics_causal.py",2383,0,"i",python,content +5054,14551299,"models/dynamics_causal.py",2384,0,"",python,selection_keyboard +5055,14551382,"models/dynamics_causal.py",2384,0,"f",python,content +5056,14551383,"models/dynamics_causal.py",2385,0,"",python,selection_keyboard +5057,14551448,"models/dynamics_causal.py",2385,0," ",python,content +5058,14551448,"models/dynamics_causal.py",2386,0,"",python,selection_keyboard +5059,14551582,"models/dynamics_causal.py",2386,0,"n",python,content +5060,14551582,"models/dynamics_causal.py",2387,0,"",python,selection_keyboard +5061,14551664,"models/dynamics_causal.py",2387,0,"o",python,content +5062,14551664,"models/dynamics_causal.py",2388,0,"",python,selection_keyboard +5063,14551712,"models/dynamics_causal.py",2388,0,"t",python,content +5064,14551713,"models/dynamics_causal.py",2389,0,"",python,selection_keyboard +5065,14551797,"models/dynamics_causal.py",2389,0," ",python,content +5066,14551797,"models/dynamics_causal.py",2390,0,"",python,selection_keyboard +5067,14552198,"models/dynamics_causal.py",2390,0,"training:",python,content +5068,14552369,"models/dynamics_causal.py",2399,0,"\n ",python,content +5069,14555809,"models/dynamics_causal.py",2400,12,"",python,content +5070,14556550,"jasmine.py",0,0,"",python,tab +5071,14558097,"jasmine.py",13936,0,"",python,selection_command +5072,14558216,"jasmine.py",13876,0,"",python,selection_command +5073,14558534,"jasmine.py",13864,59," current_token_sequence = jax.lax.dynamic_slice(",python,selection_command +5074,14558642,"jasmine.py",13864,113," current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)",python,selection_command +5075,14558789,"jasmine.py",13864,127," current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )",python,selection_command +5076,14559057,"jasmine.py",13864,0,"",python,selection_command +5077,14559656,"models/dynamics_causal.py",0,0,"",python,tab +5078,14572355,"models/dynamics_causal.py",2375,0,"",python,selection_command +5079,14573619,"jasmine.py",0,0,"",python,tab +5080,14575193,"jasmine.py",13924,0,"",python,selection_command +5081,14575193,"jasmine.py",13940,0,"",python,selection_command +5082,14575401,"jasmine.py",13955,0,"",python,selection_command +5083,14575537,"jasmine.py",13957,0,"",python,selection_command +5084,14576017,"jasmine.py",13958,0,"",python,selection_command +5085,14576194,"jasmine.py",13959,0,"",python,selection_command +5086,14576404,"jasmine.py",13961,0,"",python,selection_command +5087,14576730,"jasmine.py",13962,0,"",python,selection_command +5088,14577254,"jasmine.py",13964,0,"",python,selection_command +5089,14578642,"jasmine.py",13965,0,"",python,selection_command +5090,14578810,"jasmine.py",13968,0,"",python,selection_command +5091,14578957,"jasmine.py",13969,0,"",python,selection_command +5092,14579166,"jasmine.py",13970,0,"",python,selection_command +5093,14579511,"jasmine.py",13972,0,"",python,selection_command +5094,14584011,"jasmine.py",13972,1,"t",python,content +5095,14584196,"jasmine.py",13970,0,"",python,selection_command +5096,14584409,"jasmine.py",13969,0,"",python,selection_command +5097,14584474,"jasmine.py",13968,0,"",python,selection_command +5098,14584591,"jasmine.py",13965,0,"",python,selection_command +5099,14584742,"jasmine.py",13964,0,"",python,selection_command +5100,14584933,"jasmine.py",13962,0,"",python,selection_command +5101,14585066,"jasmine.py",13961,0,"",python,selection_command +5102,14585466,"jasmine.py",13961,1,"0",python,content +5103,14586016,"jasmine.py",13924,0,"",python,selection_command +5104,14591529,"jasmine.py",13961,1,"t",python,content +5105,14591531,"jasmine.py",13961,0,"",python,selection_command +5106,14591753,"jasmine.py",13972,1,"1",python,content +5107,14591754,"jasmine.py",4472,0,"",python,selection_command +5108,14592530,"jasmine.py",13972,1,"t",python,content +5109,14592879,"jasmine.py",13961,1,"0",python,content +5110,14592879,"jasmine.py",13961,0,"",python,selection_command +5111,14593520,"jasmine.py",13961,1,"t",python,content +5112,14595155,"jasmine.py",13962,0,"",python,selection_command +5113,14595303,"jasmine.py",13964,0,"",python,selection_command +5114,14595451,"jasmine.py",13965,0,"",python,selection_command +5115,14595590,"jasmine.py",13968,0,"",python,selection_command +5116,14595780,"jasmine.py",13969,0,"",python,selection_command +5117,14596023,"jasmine.py",13970,0,"",python,selection_command +5118,14596315,"jasmine.py",13972,0,"",python,selection_command +5119,14596608,"jasmine.py",13972,1,"1",python,content +5120,14597495,"jasmine.py",13990,0,"",python,selection_command +5121,14597812,"jasmine.py",13978,13," )",python,selection_command +5122,14597899,"jasmine.py",13924,67," token_idxs_full, (0, t, 0), (B, 1, N)\n )",python,selection_command +5123,14598027,"jasmine.py",13864,127," current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )",python,selection_command +5124,14618677,"jasmine.py",13924,53," token_idxs_full, (0, 0, 0), (B, t + 1, N)",python,content +5125,14618677,"jasmine.py",13686,97," # For autoregressive decoding, we need to pass all tokens up to the current position.",python,content +5126,14647719,"jasmine.py",13924,57," token_idxs_full, (0, t, 0), (B, 1, N)",python,content +5127,14647719,"jasmine.py",13686,97," # For autoregressive decoding, we only need to pass the token from the previous step.",python,content +5128,14647824,"jasmine.py",13924,53," token_idxs_full, (0, 0, 0), (B, t, N)",python,content +5129,14647824,"jasmine.py",13686,97," # For autoregressive decoding, we need to pass all tokens up to the current position.",python,content +5130,14722044,"jasmine.py",13876,0,"",python,selection_command +5131,14722440,"jasmine.py",13899,0,"",python,selection_command +5132,14722672,"jasmine.py",13901,0,"",python,selection_command +5133,14722703,"jasmine.py",13904,0,"",python,selection_command +5134,14722734,"jasmine.py",13905,0,"",python,selection_command +5135,14722768,"jasmine.py",13908,0,"",python,selection_command +5136,14723136,"jasmine.py",13909,0,"",python,selection_command +5137,14798158,"jasmine.py",13829,0,"",python,selection_command +5138,14798306,"jasmine.py",13731,0,"",python,selection_command +5139,14798891,"jasmine.py",13685,0,"",python,selection_command +5140,14804410,"jasmine.py",13686,97," # For autoregressive decoding, we only need to pass the token from the previous step.",python,content +5141,14804745,"jasmine.py",13731,0,"",python,selection_command +5142,14805167,"jasmine.py",13686,98,"",python,content +5143,14805184,"jasmine.py",13698,0,"",python,selection_command +5144,14806396,"jasmine.py",13700,13,"For autoregressive decoding, we only need to pass the token from the previous step.\n # current position",python,content +5145,14806397,"jasmine.py",13759,5,"s up to",python,content +5146,14806399,"jasmine.py",13750,3,"all",python,content +5147,14806400,"jasmine.py",13732,5,"",python,content +5148,14806400,"jasmine.py",13972,1,"1",python,content +5149,14806406,"jasmine.py",13961,1,"t",python,content +5150,14806406,"jasmine.py",13766,14,"previous step",python,content +5151,14806407,"jasmine.py",13754,7," from",python,content +5152,14806409,"jasmine.py",13745,3,"the",python,content +5153,14806409,"jasmine.py",13732,0,"only ",python,content +5154,14806411,"jasmine.py",13878,0,"",python,selection_command +5155,14806916,"jasmine.py",13795,0,"",python,selection_command +5156,14807043,"jasmine.py",13698,0,"",python,selection_command +5157,14807230,"jasmine.py",13686,96," # For autoregressive decoding, we only need to pass the token from the previous step",python,selection_command +5158,14807451,"jasmine.py",13686,179," # For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.",python,selection_command +5159,14807886,"jasmine.py",13686,180,"",python,content +5160,14807900,"jasmine.py",13698,0,"",python,selection_command +5161,14808659,"models/dynamics_causal.py",0,0,"",python,tab +5162,14810277,"models/dynamics_causal.py",2399,0,"\n ",python,content +5163,14810378,"models/dynamics_causal.py",2400,12,"",python,content +5164,14810470,"models/dynamics_causal.py",2400,0,"\n # For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.",python,content +5165,14810478,"models/dynamics_causal.py",2413,0,"",python,selection_command +5166,14810812,"models/dynamics_causal.py",2400,0,"",python,selection_command +5167,14811100,"models/dynamics_causal.py",2400,1,"",python,content +5168,14811108,"models/dynamics_causal.py",2412,0,"",python,selection_command +5169,14811510,"models/dynamics_causal.py",2387,0,"",python,selection_command +5170,14811687,"models/dynamics_causal.py",2289,0,"",python,selection_command +5171,14816557,"models/dynamics_causal.py",2579,0,"\n ",python,content +5172,14816642,"models/dynamics_causal.py",2592,0,"vid_embed = vid_embed[:, -1, :, :]",python,content +5173,14816954,"models/dynamics_causal.py",2625,0,"",python,selection_command +5174,14817958,"models/dynamics_causal.py",2580,47,"",python,content +5175,14817970,"models/dynamics_causal.py",2509,0,"",python,selection_command +5176,14820608,"models/dynamics_causal.py",2579,0,"\n ",python,content +5177,14820693,"models/dynamics_causal.py",2592,0,"vid_embed = vid_embed[:, -1, :, :]\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))",python,content +5178,14821054,"models/dynamics_causal.py",2709,0,"",python,selection_command +5179,14821758,"models/dynamics_causal.py",2627,84,"",python,content +5180,14821902,"models/dynamics_causal.py",2580,0,"",python,selection_command +5181,14822030,"models/dynamics_causal.py",2592,0,"",python,selection_command +5182,14824194,"models/dynamics_causal.py",2602,0,"",python,selection_command +5183,14824500,"models/dynamics_causal.py",2604,0,"",python,selection_command +5184,14825262,"models/dynamics_causal.py",2613,0,"",python,selection_command +5185,14865152,"models/dynamics_causal.py",2627,0,"",python,selection_command +5186,14865316,"models/dynamics_causal.py",2661,0,"",python,selection_command +5187,14865474,"models/dynamics_causal.py",2711,0,"",python,selection_command +5188,14865776,"models/dynamics_causal.py",2700,0,"",python,selection_command +5189,14866160,"models/dynamics_causal.py",966,0,"",python,selection_command +5190,14869625,"models/dynamics_causal.py",2700,0,"",python,selection_command +5191,14871019,"models/dynamics_causal.py",966,0,"",python,selection_command +5192,14871885,"models/dynamics_causal.py",2700,0,"",python,selection_command +5193,14947815,"models/dynamics_causal.py",966,0,"",python,selection_command +5194,14948346,"models/dynamics_causal.py",978,0,"",python,selection_command +5195,14948501,"models/dynamics_causal.py",980,0,"",python,selection_command +5196,14948864,"utils/nn.py",0,0,"",python,tab +5197,14948864,"utils/nn.py",4364,0,"",python,selection_command +5198,14950678,"utils/nn.py",6213,0,"",python,selection_command +5199,15017956,"utils/nn.py",6641,0,"",python,selection_keyboard +5200,15018238,"utils/nn.py",6643,0,"",python,selection_command +5201,15018488,"utils/nn.py",6652,0,"",python,selection_command +5202,15018527,"utils/nn.py",6703,0,"",python,selection_command +5203,15018651,"utils/nn.py",6738,0,"",python,selection_command +5204,15018816,"utils/nn.py",6740,0,"",python,selection_command +5205,15019020,"utils/nn.py",6742,0,"",python,selection_command +5206,15019189,"utils/nn.py",6746,0,"",python,selection_command +5207,15019554,"utils/nn.py",6747,0,"",python,selection_command +5208,15020990,"utils/nn.py",5208,0,"",python,selection_command +5209,15021875,"utils/nn.py",5220,0,"",python,selection_command +5210,15022044,"utils/nn.py",5222,0,"",python,selection_command +5211,15022204,"utils/nn.py",5225,0,"",python,selection_command +5212,15022305,"utils/nn.py",5226,0,"",python,selection_command +5213,15023057,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport typing as tp\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import dtypes, initializers\nfrom flax.typing import (\n Array,\n Dtype,\n Initializer,\n Axes,\n)\n\n\ndef _canonicalize_axes(rank: int, axes: Axes) -> tp.Tuple[int, ...]:\n """"""Returns a tuple of deduplicated, sorted, and positive axes.""""""\n if not isinstance(axes, tp.Iterable):\n axes = (axes,)\n return tuple({rank + axis if axis < 0 else axis for axis in axes})\n\n\ndef _abs_sq(x):\n """"""Computes the elementwise square of the absolute value |x|^2.""""""\n if jnp.iscomplexobj(x):\n return lax.square(lax.real(x)) + lax.square(lax.imag(x))\n else:\n return lax.square(x)\n\n\ndef _compute_stats(\n x: Array,\n axes: Axes,\n dtype: tp.Optional[Dtype],\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_mean: bool = True,\n use_fast_variance: bool = True,\n mask: tp.Optional[Array] = None,\n):\n """"""Computes mean and variance statistics.\n\n This implementation takes care of a few important details:\n - Computes in float32 precision for stability in half precision training.\n - If ``use_fast_variance`` is ``True``, mean and variance are computed using\n Var = E[|x|^2] - |E[x]|^2, instead of Var = E[|x - E[x]|^2]), in a single\n XLA fusion.\n - Clips negative variances to zero which can happen due to\n roundoff errors. This avoids downstream NaNs.\n - Supports averaging across a parallel axis and subgroups of a parallel axis\n with a single ``lax.pmean`` call to avoid latency.\n\n Arguments:\n x: Input array.\n axes: The axes in ``x`` to compute mean and variance statistics for.\n dtype: Optional dtype specifying the minimal precision. Statistics are\n always at least float32 for stability (default: dtype of x).\n axis_name: Optional name for the pmapped axis to compute mean over. Note,\n this is only used for pmap and shard map. For SPMD jit, you do not need to\n manually synchronize. Just make sure that the axes are correctly annotated\n and XLA:SPMD will insert the necessary collectives.\n axis_index_groups: Optional axis indices.\n use_mean: If true, calculate the mean from the input and use it when\n computing the variance. If false, set the mean to zero and compute the\n variance without subtracting the mean.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n A pair ``(mean, var)``.\n """"""\n if dtype is None:\n dtype = jnp.result_type(x)\n # promote x to at least float32, this avoids half precision computation\n # but preserves double or complex floating points\n dtype = jnp.promote_types(dtype, jnp.float32)\n x = jnp.asarray(x, dtype)\n axes = _canonicalize_axes(x.ndim, axes)\n\n def maybe_distributed_mean(*xs, mask=None):\n mus = tuple(x.mean(axes, where=mask) for x in xs)\n if axis_name is None:\n return mus if len(xs) > 1 else mus[0]\n else:\n # In the distributed case we stack multiple arrays to speed comms.\n if len(xs) > 1:\n reduced_mus = lax.pmean(\n jnp.stack(mus, axis=0),\n axis_name,\n axis_index_groups=axis_index_groups,\n )\n return tuple(reduced_mus[i] for i in range(len(xs)))\n else:\n return lax.pmean(mus[0], axis_name, axis_index_groups=axis_index_groups)\n\n if use_mean:\n if use_fast_variance:\n mu, mu2 = maybe_distributed_mean(x, _abs_sq(x), mask=mask)\n # mean2 - _abs_sq(mean) is not guaranteed to be non-negative due\n # to floating point round-off errors.\n var = jnp.maximum(0.0, mu2 - _abs_sq(mu))\n else:\n mu = maybe_distributed_mean(x, mask=mask)\n var = maybe_distributed_mean(\n _abs_sq(x - jnp.expand_dims(mu, axes)), mask=mask\n )\n else:\n var = maybe_distributed_mean(_abs_sq(x), mask=mask)\n mu = jnp.zeros_like(var)\n return mu, var\n\n\ndef _normalize(\n x: Array,\n mean: Array,\n var: Array,\n scale: tp.Optional[Array],\n bias: tp.Optional[Array],\n reduction_axes: Axes,\n feature_axes: Axes,\n dtype: tp.Optional[Dtype],\n epsilon: float,\n):\n """""" ""Normalizes the input of a normalization layer and optionally applies a learned scale and bias.\n\n Arguments:\n x: The input.\n mean: Mean to use for normalization.\n var: Variance to use for normalization.\n reduction_axes: The axes in ``x`` to reduce.\n feature_axes: Axes containing features. A separate bias and scale is learned\n for each specified feature.\n dtype: The dtype of the result (default: infer from input and params).\n epsilon: Normalization epsilon.\n\n Returns:\n The normalized input.\n """"""\n reduction_axes = _canonicalize_axes(x.ndim, reduction_axes)\n feature_axes = _canonicalize_axes(x.ndim, feature_axes)\n stats_shape = list(x.shape)\n for axis in reduction_axes:\n stats_shape[axis] = 1\n mean = mean.reshape(stats_shape)\n var = var.reshape(stats_shape)\n feature_shape = [1] * x.ndim\n for ax in feature_axes:\n feature_shape[ax] = x.shape[ax]\n y = x - mean\n mul = lax.rsqrt(var + epsilon)\n args = [x]\n if scale is not None:\n scale = scale.reshape(feature_shape)\n mul *= scale\n args.append(scale)\n y *= mul\n if bias is not None:\n bias = bias.reshape(feature_shape)\n y += bias\n args.append(bias)\n dtype = dtypes.canonicalize_dtype(*args, dtype=dtype)\n return jnp.asarray(y, dtype)\n\n\nclass BatchNorm(Module):\n """"""BatchNorm Module.\n\n To calculate the batch norm on the input and update the batch statistics,\n call the :func:`train` method (or pass in ``use_running_average=False`` in\n the constructor or during call time).\n\n To use the stored batch statistics' running average, call the :func:`eval`\n method (or pass in ``use_running_average=True`` in the constructor or\n during call time).\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> x = jax.random.normal(jax.random.key(0), (5, 6))\n >>> layer = nnx.BatchNorm(num_features=6, momentum=0.9, epsilon=1e-5,\n ... dtype=jnp.float32, rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(layer))\n State({\n 'bias': VariableState(\n type=Param,\n value=(6,)\n ),\n 'mean': VariableState(\n type=BatchStat,\n value=(6,)\n ),\n 'scale': VariableState(\n type=Param,\n value=(6,)\n ),\n 'var': VariableState(\n type=BatchStat,\n value=(6,)\n )\n })\n\n >>> # calculate batch norm on input and update batch statistics\n >>> layer.train()\n >>> y = layer(x)\n >>> batch_stats1 = nnx.state(layer, nnx.BatchStat)\n >>> y = layer(x)\n >>> batch_stats2 = nnx.state(layer, nnx.BatchStat)\n >>> assert (batch_stats1['mean'].value != batch_stats2['mean'].value).all()\n >>> assert (batch_stats1['var'].value != batch_stats2['var'].value).all()\n\n >>> # use stored batch statistics' running average\n >>> layer.eval()\n >>> y = layer(x)\n >>> batch_stats3 = nnx.state(layer, nnx.BatchStat)\n >>> assert (batch_stats2['mean'].value == batch_stats3['mean'].value).all()\n >>> assert (batch_stats2['var'].value == batch_stats3['var'].value).all()\n\n Args:\n num_features: the number of input features.\n use_running_average: if True, the stored batch statistics will be\n used instead of computing the batch statistics on the input.\n axis: the feature or non-batch axis of the input.\n momentum: decay rate for the exponential moving average of\n the batch statistics.\n epsilon: a small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: if True, bias (beta) is added.\n use_scale: if True, multiply by scale (gamma).\n When the next layer is linear (also e.g. nn.relu), this can be disabled\n since the scaling will be done by the next layer.\n bias_init: initializer for bias, by default, zero.\n scale_init: initializer for scale, by default, one.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over\n the examples on the first two and last two devices. See ``jax.lax.psum``\n for more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('mean', 'var', 'scale', 'bias')\n\n def __init__(\n self,\n num_features: int,\n *,\n use_running_average: bool = False,\n axis: int = -1,\n momentum: float = 0.99,\n epsilon: float = 1e-5,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_bias: bool = True,\n use_scale: bool = True,\n bias_init: Initializer = initializers.zeros_init(),\n scale_init: Initializer = initializers.ones_init(),\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n feature_shape = (num_features,)\n self.mean = nnx.BatchStat(jnp.zeros(feature_shape, jnp.float32))\n self.var = nnx.BatchStat(jnp.ones(feature_shape, jnp.float32))\n\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n key = rngs.params()\n self.bias = nnx.Param(bias_init(key, feature_shape, param_dtype))\n else:\n self.bias = None\n\n self.num_features = num_features\n self.use_running_average = use_running_average\n self.axis = axis\n self.momentum = momentum\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_bias = use_bias\n self.use_scale = use_scale\n self.bias_init = bias_init\n self.scale_init = scale_init\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(\n self,\n x,\n use_running_average: tp.Optional[bool] = None,\n *,\n mask: tp.Optional[jax.Array] = None,\n ):\n """"""Normalizes the input using batch statistics.\n\n Args:\n x: the input to be normalized.\n use_running_average: if true, the stored batch statistics will be\n used instead of computing the batch statistics on the input. The\n ``use_running_average`` flag passed into the call method will take\n precedence over the ``use_running_average`` flag passed into the\n constructor.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n\n use_running_average = first_from(\n use_running_average,\n self.use_running_average,\n error_msg=""""""No `use_running_average` argument was provided to BatchNorm\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n feature_axes = _canonicalize_axes(x.ndim, self.axis)\n reduction_axes = tuple(i for i in range(x.ndim) if i not in feature_axes)\n\n if use_running_average:\n mean, var = self.mean.value, self.var.value\n else:\n mean, var = _compute_stats(\n x,\n reduction_axes,\n dtype=self.dtype,\n axis_name=self.axis_name,\n axis_index_groups=self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n\n self.mean[...] = (\n self.momentum * self.mean.value + (1 - self.momentum) * mean\n )\n self.var[...] = self.momentum * self.var.value + (1 - self.momentum) * var\n\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n self.bias.value if self.bias else None,\n reduction_axes,\n feature_axes,\n self.dtype,\n self.epsilon,\n )\n\n\nclass LayerNorm(Module):\n """"""Layer normalization (https://arxiv.org/abs/1607.06450).\n\n LayerNorm normalizes the activations of the layer for each given example in a\n batch independently, rather than across a batch like Batch Normalization.\n i.e. applies a transformation that maintains the mean activation within\n each example close to 0 and the activation standard deviation close to 1.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> x = jax.random.normal(jax.random.key(0), (3, 4, 5, 6))\n >>> layer = nnx.LayerNorm(num_features=6, rngs=nnx.Rngs(0))\n\n >>> nnx.state(layer)\n State({\n 'bias': VariableState( # 6 (24 B)\n type=Param,\n value=Array([0., 0., 0., 0., 0., 0.], dtype=float32)\n ),\n 'scale': VariableState( # 6 (24 B)\n type=Param,\n value=Array([1., 1., 1., 1., 1., 1.], dtype=float32)\n )\n })\n\n >>> y = layer(x)\n\n Args:\n num_features: the number of input features.\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: If True, bias (beta) is added.\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nnx.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: Initializer for bias, by default, zero.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: Axes for computing normalization statistics.\n feature_axes: Feature axes for learned bias and scaling.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over\n the examples on the first two and last two devices. See ``jax.lax.psum``\n for more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('scale', 'bias')\n\n def __init__(\n self,\n num_features: int,\n *,\n epsilon: float = 1e-6,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_bias: bool = True,\n use_scale: bool = True,\n bias_init: Initializer = initializers.zeros_init(),\n scale_init: Initializer = initializers.ones_init(),\n reduction_axes: Axes = -1,\n feature_axes: Axes = -1,\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n feature_shape = (num_features,)\n\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n key = rngs.params()\n self.bias = nnx.Param(bias_init(key, feature_shape, param_dtype))\n else:\n self.bias = None\n\n self.num_features = num_features\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_bias = use_bias\n self.use_scale = use_scale\n self.bias_init = bias_init\n self.scale_init = scale_init\n self.reduction_axes = reduction_axes\n self.feature_axes = feature_axes\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(self, x, *, mask: tp.Optional[jax.Array] = None):\n """"""Applies layer normalization on the input.\n\n Args:\n x: the inputs\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n mean, var = _compute_stats(\n x,\n self.reduction_axes,\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n self.bias.value if self.bias else None,\n self.reduction_axes,\n self.feature_axes,\n self.dtype,\n self.epsilon,\n )\n\n\nclass RMSNorm(Module):\n """"""RMS Layer normalization (https://arxiv.org/abs/1910.07467).\n\n RMSNorm normalizes the activations of the layer for each given example in a\n batch independently, rather than across a batch like Batch Normalization.\n Unlike LayerNorm which re-centers the mean to be 0 and normalizes by the\n standard deviation of the activations, RMSNorm does not re-center at all\n and instead normalizes by the root mean square of the activations.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> x = jax.random.normal(jax.random.key(0), (5, 6))\n >>> layer = nnx.RMSNorm(num_features=6, rngs=nnx.Rngs(0))\n\n >>> nnx.state(layer)\n State({\n 'scale': VariableState( # 6 (24 B)\n type=Param,\n value=Array([1., 1., 1., 1., 1., 1.], dtype=float32)\n )\n })\n\n >>> y = layer(x)\n\n Args:\n num_features: the number of input features.\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: Axes for computing normalization statistics.\n feature_axes: Feature axes for learned bias and scaling.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over\n the examples on the first two and last two devices. See ``jax.lax.psum``\n for more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('scale',)\n\n def __init__(\n self,\n num_features: int,\n *,\n epsilon: float = 1e-6,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_scale: bool = True,\n scale_init: Initializer = initializers.ones,\n reduction_axes: Axes = -1,\n feature_axes: Axes = -1,\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n feature_shape = (num_features,)\n\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.num_features = num_features\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_scale = use_scale\n self.scale_init = scale_init\n self.reduction_axes = reduction_axes\n self.feature_axes = feature_axes\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(self, x, mask: tp.Optional[jax.Array] = None):\n """"""Applies layer normalization on the input.\n\n Args:\n x: the inputs\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n mean, var = _compute_stats(\n x,\n self.reduction_axes,\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_mean=False,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n None,\n self.reduction_axes,\n self.feature_axes,\n self.dtype,\n self.epsilon,\n )\n\nclass GroupNorm(Module):\n """"""Group normalization (arxiv.org/abs/1803.08494).\n\n This op is similar to batch normalization, but statistics are shared across\n equally-sized groups of channels and not shared across batch dimension.\n Thus, group normalization does not depend on the batch composition and does\n not require maintaining internal state for storing statistics.\n The user should either specify the total number of channel groups or the\n number of channels per group.\n\n .. note::\n LayerNorm is a special case of GroupNorm where ``num_groups=1``.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n >>> import numpy as np\n ...\n >>> x = jax.random.normal(jax.random.key(0), (3, 4, 5, 6))\n >>> layer = nnx.GroupNorm(num_features=6, num_groups=3, rngs=nnx.Rngs(0))\n >>> nnx.state(layer)\n State({\n 'bias': VariableState( # 6 (24 B)\n type=Param,\n value=Array([0., 0., 0., 0., 0., 0.], dtype=float32)\n ),\n 'scale': VariableState( # 6 (24 B)\n type=Param,\n value=Array([1., 1., 1., 1., 1., 1.], dtype=float32)\n )\n })\n >>> y = layer(x)\n ...\n >>> y = nnx.GroupNorm(num_features=6, num_groups=1, rngs=nnx.Rngs(0))(x)\n >>> y2 = nnx.LayerNorm(num_features=6, reduction_axes=(1, 2, 3), rngs=nnx.Rngs(0))(x)\n >>> np.testing.assert_allclose(y, y2)\n\n Args:\n num_features: the number of input features/channels.\n num_groups: the total number of channel groups. The default value of 32 is\n proposed by the original group normalization paper.\n group_size: the number of channels in a group.\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: If True, bias (beta) is added.\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: Initializer for bias, by default, zero.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: List of axes used for computing normalization statistics.\n This list must include the final dimension, which is assumed to be the\n feature axis. Furthermore, if the input used at call time has additional\n leading axes compared to the data used for initialisation, for example due\n to batching, then the reduction axes need to be defined explicitly.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap or shard\n map. For SPMD jit, you do not need to manually synchronize. Just make sure\n that the axes are correctly annotated and XLA:SPMD will insert the\n necessary collectives.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over the\n examples on the first two and last two devices. See ``jax.lax.psum`` for\n more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('scale', 'bias')\n\n def __init__(\n self,\n num_features: int,\n num_groups: tp.Optional[int] = 32,\n group_size: tp.Optional[int] = None,\n *,\n epsilon: float = 1e-6,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_bias: bool = True,\n use_scale: bool = True,\n bias_init: Initializer = initializers.zeros_init(),\n scale_init: Initializer = initializers.ones_init(),\n reduction_axes: tp.Optional[Axes] = None,\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n self.feature_axis = -1\n\n if (num_groups is None and group_size is None) or (\n num_groups is not None and group_size is not None\n ):\n raise ValueError(\n 'Either `num_groups` or `group_size` should be '\n 'specified. If `group_size` is to be specified, '\n 'pass `num_groups=None` as argument to override '\n 'the default `num_groups` value of 32.'\n )\n\n if group_size is not None:\n if num_features % group_size != 0:\n raise ValueError(\n 'Number of features ({}) is not multiple of the '\n 'group size ({}).'.format(num_features, group_size)\n )\n self.num_groups = num_features // group_size\n self.group_size = group_size\n else:\n if not isinstance(num_groups, int) or num_groups <= 0 or (\n num_features % num_groups != 0\n ):\n raise ValueError(\n 'Number of groups ({}) does not divide the number'\n ' of channels ({}).'.format(num_groups, num_features)\n )\n self.num_groups = num_groups\n self.group_size = num_features // num_groups\n\n feature_shape = (num_features,)\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n key = rngs.params()\n self.bias = nnx.Param(bias_init(key, feature_shape, param_dtype))\n else:\n self.bias = None\n\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_bias = use_bias\n self.use_scale = use_scale\n self.bias_init = bias_init\n self.scale_init = scale_init\n self.reduction_axes = reduction_axes\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(self, x, *, mask: tp.Optional[jax.Array] = None):\n """"""Applies group normalization to the input (arxiv.org/abs/1803.08494).\n\n Args:\n x: the input of shape ``...self.num_features`` where ``self.num_features``\n is a channels dimension and ``...`` represents an arbitrary number of\n extra dimensions that can be used to accumulate statistics over. If no\n reduction axes have been specified then all additional dimensions ``...``\n will be used to accumulate statistics apart from the leading dimension\n which is assumed to represent the batch.\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n if self.reduction_axes is not None:\n reduction_axes = self.reduction_axes\n else:\n reduction_axes = list(range(1, x.ndim - 1)) + [-1]\n reduction_axes = _canonicalize_axes(x.ndim, reduction_axes)\n\n group_shape = x.shape[:-1] + (self.num_groups, self.group_size)\n if mask is not None:\n mask = mask.reshape(mask.shape[:-1] + (self.num_groups, self.group_size))\n\n mean, var = _compute_stats(\n x.reshape(group_shape),\n list(reduction_axes[:-1]) + [-1],\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n mean = jnp.repeat(mean, self.group_size, axis=1)\n var = jnp.repeat(var, self.group_size, axis=1)\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n self.bias.value if self.bias else None,\n reduction_axes[:-1],\n (self.feature_axis,),\n self.dtype,\n self.epsilon,\n )",python,tab +5214,15023057,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",12923,0,"",python,selection_command +5215,15650271,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",15423,0,"",python,selection_command +5216,15652692,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17118,0,"",python,selection_command +5217,15661887,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17100,0,"",python,selection_command +5218,15662126,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17073,0,"",python,selection_command +5219,15662148,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17064,0,"",python,selection_command +5220,15662182,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17032,0,"",python,selection_command +5221,15662212,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17024,0,"",python,selection_command +5222,15662245,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",16972,0,"",python,selection_command +5223,15662970,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17024,0,"",python,selection_command +5224,15663170,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17032,0,"",python,selection_command +5225,15665539,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17034,0,"",python,selection_command +5226,15665791,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17036,0,"",python,selection_command +5227,15665871,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17040,0,"",python,selection_command +5228,15666004,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",17042,0,"",python,selection_command +5229,15666528,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1349,0,"",python,selection_command +5230,15806342,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1369,0,"",python,selection_command +5231,15824387,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1381,0,"",python,selection_command +5232,15824639,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1395,0,"",python,selection_command +5233,15824662,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1424,0,"",python,selection_command +5234,15824695,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1462,0,"",python,selection_command +5235,15824729,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1498,0,"",python,selection_command +5236,15824831,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1523,0,"",python,selection_command +5237,15824832,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1557,0,"",python,selection_command +5238,15824832,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1589,0,"",python,selection_command +5239,15824861,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1595,0,"",python,selection_command +5240,15824893,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1635,0,"",python,selection_command +5241,15824929,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1640,0,"",python,selection_command +5242,15824962,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1701,0,"",python,selection_command +5243,15824993,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1777,0,"",python,selection_command +5244,15825027,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1856,0,"",python,selection_command +5245,15825084,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1934,0,"",python,selection_command +5246,15825135,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",1950,0,"",python,selection_command +5247,15825144,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2011,0,"",python,selection_command +5248,15826195,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2061,0,"",python,selection_command +5249,15826450,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2140,0,"",python,selection_command +5250,15826476,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2191,0,"",python,selection_command +5251,15826502,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2196,0,"",python,selection_command +5252,15826535,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2209,0,"",python,selection_command +5253,15826567,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2229,0,"",python,selection_command +5254,15826604,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2302,0,"",python,selection_command +5255,15826641,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2377,0,"",python,selection_command +5256,15826671,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2444,0,"",python,selection_command +5257,15826705,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2522,0,"",python,selection_command +5258,15833027,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",3866,0,"",python,selection_command +5259,15834578,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",2524,0,"",python,selection_command +5260,15889863,"utils/nn.py",0,0,"",python,tab +5261,15978040,"models/dynamics_causal.py",0,0,"",python,tab +5262,15980356,"utils/nn.py",0,0,"",python,tab +5263,16013370,"utils/nn.py",5203,0,"",python,selection_command +5264,16013952,"utils/nn.py",5207,0,"",python,selection_command +5265,16014108,"utils/nn.py",5208,0,"",python,selection_command +5266,16014384,"utils/nn.py",6747,0,"",python,selection_command +5267,16116277,"utils/nn.py",6779,0,"",python,selection_command +5268,16116399,"utils/nn.py",6747,0,"",python,selection_command +5269,16128088,"utils/nn.py",6779,0,"",python,selection_command +5270,16128339,"utils/nn.py",6811,0,"",python,selection_command +5271,16128357,"utils/nn.py",6826,0,"",python,selection_command +5272,16128394,"utils/nn.py",6844,0,"",python,selection_command +5273,16128425,"utils/nn.py",6878,0,"",python,selection_command +5274,16128517,"utils/nn.py",6917,0,"",python,selection_command +5275,16128517,"utils/nn.py",6925,0,"",python,selection_command +5276,16128821,"utils/nn.py",6917,0,"",python,selection_command +5277,16131843,"utils/nn.py",6839,0,"",python,selection_command +5278,16133235,"utils/nn.py",6845,0,"",python,selection_command +5279,16133352,"utils/nn.py",6848,0,"",python,selection_command +5280,16133521,"utils/nn.py",6852,0,"",python,selection_command +5281,16133757,"utils/nn.py",6853,0,"",python,selection_command +5282,16134116,"utils/nn.py",5810,0,"",python,selection_command +5283,16141198,"utils/nn.py",5850,0,"",python,selection_command +5284,16141321,"utils/nn.py",5891,0,"",python,selection_command +5285,16141664,"utils/nn.py",5923,0,"",python,selection_command +5286,16141798,"utils/nn.py",5926,0,"",python,selection_command +5287,16142218,"utils/nn.py",929,0,"",python,selection_command +5288,16145293,"utils/nn.py",2836,0,"",python,selection_command +5289,16145815,"utils/nn.py",3605,0,"",python,selection_keyboard +5290,16146142,"utils/nn.py",3575,0,"",python,selection_command +5291,16146403,"utils/nn.py",3533,0,"",python,selection_command +5292,16146559,"utils/nn.py",3575,0,"",python,selection_command +5293,16146865,"utils/nn.py",3605,0,"",python,selection_command +5294,16146866,"utils/nn.py",3624,0,"",python,selection_command +5295,16146866,"utils/nn.py",3626,0,"",python,selection_command +5296,16146898,"utils/nn.py",3639,0,"",python,selection_command +5297,16147186,"utils/nn.py",3654,0,"",python,selection_command +5298,16147390,"utils/nn.py",3705,0,"",python,selection_command +5299,16147701,"utils/nn.py",3741,0,"",python,selection_command +5300,16148020,"utils/nn.py",3729,0,"",python,selection_command +5301,16157300,"utils/nn.py",3729,35," z = self.spatial_pos_enc(x)",python,selection_command +5302,16170874,"utils/nn.py",3729,0,"",python,selection_command +5303,16171812,"utils/nn.py",3737,0,"",python,selection_command +5304,16171983,"utils/nn.py",3739,0,"",python,selection_command +5305,16172149,"utils/nn.py",3741,0,"",python,selection_command +5306,16172260,"utils/nn.py",3745,0,"",python,selection_command +5307,16172386,"utils/nn.py",3746,0,"",python,selection_command +5308,16172989,"utils/nn.py",1575,0,"",python,selection_command +5309,16174377,"utils/nn.py",1591,0,"",python,selection_command +5310,16174541,"utils/nn.py",1593,0,"",python,selection_command +5311,16175044,"utils/nn.py",126,0,"",python,selection_command +5312,16185240,"utils/nn.py",120,37,"class PositionalEncoding(nnx.Module):",python,selection_command +5313,16186299,"utils/nn.py",120,164,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""",python,selection_command +5314,16186557,"utils/nn.py",120,165,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n",python,selection_command +5315,16186575,"utils/nn.py",120,224,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):",python,selection_command +5316,16186613,"utils/nn.py",120,255,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model",python,selection_command +5317,16186643,"utils/nn.py",120,286,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len",python,selection_command +5318,16186677,"utils/nn.py",120,287,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n",python,selection_command +5319,16186714,"utils/nn.py",120,340,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))",python,selection_command +5320,16186744,"utils/nn.py",120,415,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]",python,selection_command +5321,16186779,"utils/nn.py",120,443,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(",python,selection_command +5322,16186809,"utils/nn.py",120,524,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)",python,selection_command +5323,16186842,"utils/nn.py",120,534,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )",python,selection_command +5324,16186877,"utils/nn.py",120,596,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))",python,selection_command +5325,16186915,"utils/nn.py",120,658,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))",python,selection_command +5326,16186942,"utils/nn.py",120,693,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +5327,16186976,"utils/nn.py",120,694,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n",python,selection_command +5328,16187009,"utils/nn.py",120,745,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:",python,selection_command +5329,16187148,"utils/nn.py",120,783,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]",python,selection_command +5330,16187319,"utils/nn.py",120,800,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x",python,selection_command +5331,16187550,"utils/nn.py",919,0,"",python,selection_command +5332,16204627,"utils/nn.py",1593,0,"",python,selection_command +5333,16205050,"utils/nn.py",3746,0,"",python,selection_command +5334,16216773,"utils/nn.py",3782,0,"",python,selection_command +5335,16216944,"utils/nn.py",3815,0,"",python,selection_command +5336,16216971,"utils/nn.py",3850,0,"",python,selection_command +5337,16217005,"utils/nn.py",3873,0,"",python,selection_command +5338,16217697,"utils/nn.py",1818,0,"",python,selection_command +5339,16218348,"utils/nn.py",1836,0,"",python,selection_command +5340,16218511,"utils/nn.py",1838,0,"",python,selection_command +5341,16218671,"utils/nn.py",1841,0,"",python,selection_command +5342,16218868,"utils/nn.py",1842,0,"",python,selection_command +5343,16219063,"utils/nn.py",1805,0,"",python,selection_command +5344,16219199,"utils/nn.py",1813,0,"",python,selection_command +5345,16219393,"utils/nn.py",1817,0,"",python,selection_command +5346,16219550,"utils/nn.py",1818,0,"",python,selection_command +5347,16308954,"utils/nn.py",1836,0,"",python,selection_command +5348,16309110,"utils/nn.py",1838,0,"",python,selection_command +5349,16309446,"utils/nn.py",1841,0,"",python,selection_command +5350,16309594,"utils/nn.py",1842,0,"",python,selection_command +5351,16314072,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\n\nfrom __future__ import annotations\n\nimport functools\nfrom typing import Any\nfrom collections.abc import Callable\nimport math\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import initializers\nfrom flax.nnx.nn import dtypes\nfrom flax.nnx.nn.linear import (\n LinearGeneral,\n default_kernel_init,\n)\nfrom flax.nnx.nn.normalization import LayerNorm\nfrom flax.typing import (\n Dtype,\n PromoteDtypeFn,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\nArray = jax.Array\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of `[batch..., q_length,\n num_heads, qk_depth_per_head]`.\n key: keys for calculating attention with shape of `[batch..., kv_length,\n num_heads, qk_depth_per_head]`.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key)`` and a ``dtype``\n keyword argument, and return a tuple of arrays with the promoted dtype.\n\n Returns:\n Output of shape `[batch..., num_heads, q_length, kv_length]`.\n """"""\n query, key = promote_dtype((query, key), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = jnp.einsum(\n '...qhd,...khd->...hqk', query, key, precision=precision\n )\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow(nnx.Intermediate, 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: Array | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n Will use the more optimized `jax.nn.dot_product_attention` if dropout is\n not activated and `module=None`.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch..., q_length,\n num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape `[batch..., num_heads, q_length, kv_length]`. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is `False`.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n ``nnx.Intermediate`` collection. If ``module`` is None, the attention\n weights will not be sowed.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(query, key, value)`` and a\n ``dtype`` keyword argument, and return a tuple of arrays with the promoted\n dtype.\n\n Returns:\n Output of shape `[batch..., q_length, num_heads, v_depth_per_head]`.\n """"""\n query, key, value = promote_dtype((query, key, value), dtype=dtype) # type: ignore[bad-unpacking]\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # Criteria that invoke the more optimized dot product attention\n if dropout_rate == 0.0 and module == None:\n # make sure qkv batch are compressed to one dim\n query_shape = query.shape\n if len(query_shape) > 4:\n def reshape_4d(x):\n return jnp.reshape(x, (math.prod(x.shape[:-3]), *x.shape[-3:]))\n query, key, value, bias, mask = jax.tree.map(\n reshape_4d, (query, key, value, bias, mask))\n if mask is not None:\n mask = mask.astype(jnp.bool)\n out = jax.nn.dot_product_attention(query, key, value, bias, mask)\n if len(query_shape) > 4:\n out = jnp.reshape(out, query_shape)\n return out\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n )\n\n # return weighted sum over values for each query position\n return jnp.einsum(\n '...hqk,...khd->...qhd', attn_weights, value, precision=precision\n )\n\n\nclass MultiHeadAttention(Module):\n """"""Multi-head attention.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> layer = nnx.MultiHeadAttention(num_heads=8, in_features=5, qkv_features=16,\n ... decode=False, rngs=nnx.Rngs(0))\n >>> key1, key2, key3 = jax.random.split(jax.random.key(0), 3)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = (\n ... jax.random.uniform(key1, shape),\n ... jax.random.uniform(key2, shape),\n ... jax.random.uniform(key3, shape),\n ... )\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer(q, k, v)\n >>> # equivalent output when inferring v\n >>> assert (layer(q, k) == layer(q, k, k)).all()\n >>> # equivalent output when inferring k and v\n >>> assert (layer(q) == layer(q, q)).all()\n >>> assert (layer(q) == layer(q, q, q)).all()\n\n Args:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n in_features: int or tuple with number of input features.\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection.\n in_kv_features: number of input features for computing key and value.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see `jax.lax.Precision`\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n out_kernel_init: optional initializer for the kernel of the output Dense layer,\n if None, the kernel_init is used.\n bias_init: initializer for the bias of the Dense layers.\n out_bias_init: optional initializer for the bias of the output Dense layer,\n if None, the bias_init is used.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape `[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n rngs: rng key.\n keep_rngs: whether to store the input rngs as attribute (i.e. `self.rngs = rngs`)\n (default: True). If rngs is stored, we should split the module as\n `graphdef, params, nondiff = nnx.split(module, nnx.Param, ...)` where `nondiff`\n contains RNG object associated with stored `self.rngs`.\n """"""\n\n __data__ = (\n 'query',\n 'key',\n 'value',\n 'out',\n 'query_ln',\n 'key_ln',\n 'cached_key',\n 'cached_value',\n 'cache_index',\n 'rngs',\n )\n\n def __init__(\n self,\n num_heads: int,\n in_features: int,\n qkv_features: int | None = None,\n out_features: int | None = None,\n in_kv_features: int | None = None,\n *,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n broadcast_dropout: bool = True,\n dropout_rate: float = 0.0,\n deterministic: bool | None = None,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n out_kernel_init: Initializer | None = None,\n bias_init: Initializer = initializers.zeros_init(),\n out_bias_init: Initializer | None = None,\n use_bias: bool = True,\n attention_fn: Callable[..., Array] = dot_product_attention,\n decode: bool | None = None,\n normalize_qk: bool = False,\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None,\n out_dot_general: DotGeneralT | None = None,\n qkv_dot_general_cls: Any = None,\n out_dot_general_cls: Any = None,\n rngs: rnglib.Rngs,\n keep_rngs: bool = True,\n ):\n self.num_heads = num_heads\n self.in_features = in_features\n self.qkv_features = (\n qkv_features if qkv_features is not None else in_features\n )\n self.out_features = (\n out_features if out_features is not None else in_features\n )\n self.in_kv_features = (\n in_kv_features if in_kv_features is not None else in_features\n )\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.broadcast_dropout = broadcast_dropout\n self.dropout_rate = dropout_rate\n self.deterministic = deterministic\n self.precision = precision\n self.kernel_init = kernel_init\n self.out_kernel_init = out_kernel_init\n self.bias_init = bias_init\n self.out_bias_init = out_bias_init\n self.use_bias = use_bias\n self.attention_fn = attention_fn\n self.decode = decode\n self.normalize_qk = normalize_qk\n self.qkv_dot_general = qkv_dot_general\n self.out_dot_general = out_dot_general\n self.qkv_dot_general_cls = qkv_dot_general_cls\n self.out_dot_general_cls = out_dot_general_cls\n\n if self.qkv_features % self.num_heads != 0:\n raise ValueError(\n f'Memory dimension ({self.qkv_features}) must be divisible by '\n f""'num_heads' heads ({self.num_heads}).""\n )\n\n self.head_dim = self.qkv_features // self.num_heads\n\n linear_general = functools.partial(\n LinearGeneral,\n out_features=(self.num_heads, self.head_dim),\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n self.query = linear_general(self.in_features, rngs=rngs)\n self.key = linear_general(self.in_kv_features, rngs=rngs)\n self.value = linear_general(self.in_kv_features, rngs=rngs)\n\n self.query_ln: LayerNorm | None\n self.key_ln: LayerNorm | None\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n self.query_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n self.key_ln = LayerNorm(\n self.head_dim,\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n rngs=rngs,\n )\n else:\n self.query_ln = None\n self.key_ln = None\n\n self.out = LinearGeneral(\n in_features=(self.num_heads, self.head_dim),\n out_features=self.out_features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n rngs=rngs,\n )\n self.rngs = rngs if keep_rngs and dropout_rate > 0 else None\n\n self.cached_key: nnx.Cache[Array] | None = None\n self.cached_value: nnx.Cache[Array] | None = None\n self.cache_index: nnx.Cache[Array] | None = None\n\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n rngs: rnglib.Rngs | None = None,\n sow_weights: bool = False,\n decode: bool | None = None,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape `[batch_sizes..., length, features]`.\n inputs_k: key of shape `[batch_sizes..., length, features]`. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape `[batch_sizes..., length, features]`. If None,\n inputs_v will copy the value of inputs_k.\n mask: attention mask of shape `[batch_sizes..., num_heads, query_length,\n key/value_length]`. Attention weights are masked out if their\n corresponding mask value is `False`.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic. The\n ``deterministic`` flag passed into the call method will take precedence\n over the ``deterministic`` flag passed into the constructor.\n rngs: rng key. The rng key passed into the call method will take\n precedence over the rng key passed into the constructor.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection.\n decode: whether to prepare and use an autoregressive cache. The ``decode``\n flag passed into the call method will take precedence over the ``decode``\n flag passed into the constructor.\n\n Returns:\n output of shape `[batch_sizes..., length, features]`.\n """"""\n if rngs is None:\n rngs = self.rngs\n\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n\n if inputs_q.shape[-1] != self.in_features:\n raise ValueError(\n f'Incompatible input dimension, got {inputs_q.shape[-1]} '\n f'but module expects {self.in_features}.'\n )\n\n query = self.query(inputs_q)\n key = self.key(inputs_k)\n value = self.value(inputs_v)\n\n if self.normalize_qk:\n assert self.query_ln is not None and self.key_ln is not None\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = self.query_ln(query)\n key = self.key_ln(key)\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n deterministic = first_from(\n deterministic,\n self.deterministic,\n error_msg=""""""No `deterministic` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n if not deterministic:\n if rngs is None:\n raise ValueError(\n ""'rngs' must be provided to __call__ method if ""\n ""MultiHeadAttention instance is defined with keep_rngs=False.""\n )\n dropout_rng = rngs.dropout()\n else:\n dropout_rng = None\n else:\n deterministic = True\n dropout_rng = None\n\n # apply attention\n x = self.attention_fn(\n query,\n key,\n value,\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=deterministic,\n dtype=self.dtype,\n precision=self.precision,\n module=self if sow_weights else None,\n )\n # back to the original inputs dimensions\n out = self.out(x)\n return out\n\n def init_cache(self, input_shape: Shape, dtype: Dtype = jnp.float32):\n """"""Initializes cache for fast autoregressive decoding. When\n ``decode=True``, this method must be called first before performing\n forward inference. When in decode mode, only one token must be passed\n at a time.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> batch_size = 5\n >>> embed_dim = 3\n >>> x = jnp.ones((batch_size, 1, embed_dim)) # single token\n ...\n >>> model_nnx = nnx.MultiHeadAttention(\n ... num_heads=2,\n ... in_features=3,\n ... qkv_features=6,\n ... out_features=6,\n ... decode=True,\n ... rngs=nnx.Rngs(42),\n ... )\n ...\n >>> # out_nnx = model_nnx(x) <-- throws an error because cache isn't initialized\n ...\n >>> model_nnx.init_cache(x.shape)\n >>> out_nnx = model_nnx(x)\n """"""\n cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\n self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\n self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., `[batch..., len_q]`, `[batch..., len_kv]`, the\n attention weights will be `[batch..., heads, len_q, len_kv]` and this\n function will produce `[batch..., 1, len_q, len_kv]`.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len_q, len_kv]` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., `[batch..., len]`, the self-attention weights\n will be `[batch..., heads, len, len]` and this function will produce a\n causal mask of shape `[batch..., 1, len, len]`.\n\n Args:\n x: input array of shape `[batch..., len]`\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A `[batch..., 1, len, len]` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +5352,16314073,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9464,0,"",python,selection_command +5353,16328670,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13390,0,"",python,selection_command +5354,16389091,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,0,"",python,selection_command +5355,16394447,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13390,0,"",python,selection_command +5356,16406968,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9458,0,"",python,selection_command +5357,16410114,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11748,0,"",python,selection_command +5358,16417089,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",11857,0,"",python,selection_command +5359,16417993,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",13195,0,"",python,selection_command +5360,16418579,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14311,0,"",python,selection_command +5361,16419164,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",14320,0,"",python,selection_command +5362,16419391,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",17149,0,"",python,selection_command +5363,16421293,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +5364,16421648,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18736,0,"",python,selection_command +5365,16424268,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18670,0,"",python,selection_command +5366,16424851,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18736,0,"",python,selection_command +5367,16425121,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",18818,0,"",python,selection_command +5368,16425449,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20111,0,"",python,selection_command +5369,16446786,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20061,0,"",python,selection_command +5370,16446933,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19986,0,"",python,selection_command +5371,16447404,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19982,74," # During fast autoregressive decoding, we feed one position at a time,",python,selection_command +5372,16447504,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19982,337," # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n",python,selection_command +5373,16447830,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",19982,1963," # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n decode = first_from(\n decode,\n self.decode,\n error_msg=""""""No `decode` argument was provided to MultiHeadAttention\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n",python,selection_command +5374,16485218,"models/dynamics_causal.py",0,0,"",python,tab +5375,16508884,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5376,16509345,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",21945,0,"",python,selection_command +5377,16547845,"models/dynamics_causal.py",0,0,"",python,tab +5378,16551935,"models/dynamics_causal.py",2277,49," # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded",python,content +5379,16552308,"models/dynamics_causal.py",2497,164," # current positionernally uses a KV cache to remember previous tokens.\n vid_embed = vid_embed[:, -1, :, :]",python,content +5380,16553001,"models/dynamics_causal.py",2628,0," # vid_embed_padded.shape (1, 1, 921, 512)\n",python,content +5381,16561313,"models/dynamics_causal.py",1567,0,"",python,selection_keyboard +5382,16561698,"models/dynamics_causal.py",1595,0,"",python,selection_command +5383,16561884,"models/dynamics_causal.py",1637,0,"",python,selection_command +5384,16561927,"models/dynamics_causal.py",1667,0,"",python,selection_command +5385,16561973,"models/dynamics_causal.py",1686,0,"",python,selection_command +5386,16561973,"models/dynamics_causal.py",1688,0,"",python,selection_command +5387,16562006,"models/dynamics_causal.py",1701,0,"",python,selection_command +5388,16562032,"models/dynamics_causal.py",1719,0,"",python,selection_command +5389,16562160,"models/dynamics_causal.py",1784,0,"",python,selection_command +5390,16562161,"models/dynamics_causal.py",1829,0,"",python,selection_command +5391,16562161,"models/dynamics_causal.py",1889,0,"",python,selection_command +5392,16562168,"models/dynamics_causal.py",1949,0,"",python,selection_command +5393,16562203,"models/dynamics_causal.py",1970,0,"",python,selection_command +5394,16562239,"models/dynamics_causal.py",2022,0,"",python,selection_command +5395,16562352,"models/dynamics_causal.py",2101,0,"",python,selection_command +5396,16562352,"models/dynamics_causal.py",2177,0,"",python,selection_command +5397,16562353,"models/dynamics_causal.py",2208,0,"",python,selection_command +5398,16562373,"models/dynamics_causal.py",2276,0,"",python,selection_command +5399,16562402,"models/dynamics_causal.py",2289,0,"",python,selection_command +5400,16562451,"models/dynamics_causal.py",2387,0,"",python,selection_command +5401,16562469,"models/dynamics_causal.py",2412,0,"",python,selection_command +5402,16562503,"models/dynamics_causal.py",2509,0,"",python,selection_command +5403,16563525,"models/dynamics_causal.py",2511,0,"",python,selection_command +5404,16564614,"models/dynamics_causal.py",2414,0,"",python,selection_command +5405,16565083,"models/dynamics_causal.py",2495,0,"",python,selection_command +5406,16565498,"models/dynamics_causal.py",2400,0,"",python,selection_command +5407,16565683,"models/dynamics_causal.py",2497,0,"",python,selection_command +5408,16566025,"models/dynamics_causal.py",2509,0,"",python,selection_command +5409,16571286,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +5410,16594573,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20319,1626,"\n if decode:\n if (\n self.cached_key is None\n or self.cached_value is None\n or self.cache_index is None\n ):\n raise ValueError(\n 'Autoregressive cache not initialized, call ``init_cache`` first.'\n )\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = self.cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = self.cache_index[...]\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices = (zero,) * len(batch_dims) + (cur_index, zero, zero)\n key = lax.dynamic_update_slice(self.cached_key[...], key, indices)\n value = lax.dynamic_update_slice(self.cached_value[...], value, indices)\n self.cached_key[...] = key\n self.cached_value[...] = value\n self.cache_index[...] += 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n",python,selection_command +5411,16608137,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",20319,0,"",python,selection_command +5412,16621091,"models/dynamics_causal.py",0,0,"",python,tab +5413,16667330,"utils/nn.py",0,0,"",python,tab +5414,16669168,"utils/nn.py",5823,0,"",python,selection_command +5415,16669917,"utils/nn.py",5863,0,"",python,selection_command +5416,16670060,"utils/nn.py",5904,0,"",python,selection_command +5417,16670224,"utils/nn.py",5933,0,"",python,selection_command +5418,16670430,"utils/nn.py",5926,0,"",python,selection_command +5419,16670739,"utils/nn.py",929,0,"",python,selection_command +5420,16671739,"utils/nn.py",923,26,"class STBlock(nnx.Module):",python,selection_command +5421,16672931,"utils/nn.py",923,638,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n",python,selection_command +5422,16673015,"utils/nn.py",923,1379,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n",python,selection_command +5423,16673199,"utils/nn.py",923,2091,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n",python,selection_command +5424,16673310,"utils/nn.py",923,2703,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n",python,selection_command +5425,16673490,"utils/nn.py",923,2989,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n # breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n",python,selection_command +5426,16674100,"utils/nn.py",923,3248,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n # breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n",python,selection_command +5427,16674542,"utils/nn.py",923,3415,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n # breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n",python,selection_command +5428,16675441,"utils/nn.py",923,3432,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n # breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +5429,16675595,"utils/nn.py",923,3433,"class STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention,\n is_causal=self.spatial_causal,\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n # z.shape (1, 1, 921, 512)\n # breakpoint()\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n # z.shape (1, 921, 1, 512)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n",python,selection_command +5430,16679256,"utils/nn.py",4356,0,"",python,selection_command +5431,16690777,"utils/nn.py",4085,0," \n # For autoregressive decoding, slice to last frame before temporal attention\n if self.decode:\n z = z[:, -1:, :, :] # Keep only the last frame for temporal attention\n \n",python,content +5432,16745549,"utils/nn.py",4085,214,"",python,content +5433,16745718,"utils/nn.py",4085,0," \n # For autoregressive decoding, slice to last frame before temporal attention\n if self.decode:\n z = z[:, -1:, :, :] # Keep only the last frame for temporal attention\n x = x[:, -1:, :, :] # Slice x to match z\n \n",python,content +5434,16758063,"utils/nn.py",4085,268,"",python,content +5435,17155996,"utils/nn.py",4339,0,"",python,selection_command +5436,17156232,"utils/nn.py",4338,0,"",python,selection_command +5437,17156245,"utils/nn.py",4320,0,"",python,selection_command +5438,17156280,"utils/nn.py",4289,0,"",python,selection_command +5439,17156314,"utils/nn.py",4262,0,"",python,selection_command +5440,17156347,"utils/nn.py",4231,0,"",python,selection_command +5441,17156381,"utils/nn.py",4202,0,"",python,selection_command +5442,17156415,"utils/nn.py",4172,0,"",python,selection_command +5443,17156449,"utils/nn.py",4171,0,"",python,selection_command +5444,17156482,"utils/nn.py",4142,0,"",python,selection_command +5445,17156515,"utils/nn.py",4124,0,"",python,selection_command +5446,17156550,"utils/nn.py",4085,0,"",python,selection_command +5447,17156585,"utils/nn.py",4050,0,"",python,selection_command +5448,17156619,"utils/nn.py",4016,0,"",python,selection_command +5449,17156652,"utils/nn.py",3979,0,"",python,selection_command +5450,17156687,"utils/nn.py",3950,0,"",python,selection_command +5451,17156718,"utils/nn.py",3913,0,"",python,selection_command +5452,17156985,"utils/nn.py",3912,0,"",python,selection_command +5453,17159256,"models/dynamics_causal.py",0,0,"",python,tab +5454,17169982,"models/dynamics_causal.py",2361,0,"",python,selection_command +5455,17170127,"models/dynamics_causal.py",2336,0,"",python,selection_command +5456,17170299,"models/dynamics_causal.py",2277,0,"",python,selection_command +5457,17170430,"models/dynamics_causal.py",2276,0,"",python,selection_command +5458,17171156,"models/dynamics_causal.py",2277,58," # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded",python,content +5459,17171336,"models/dynamics_causal.py",2400,89," # For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n vid_embed = vid_embed[:, -1, :, :]",python,content +5460,17171804,"models/dynamics_causal.py",2628,83," # vid_embed_padded.shape (1, 1, 921, 512)",python,content +5461,17172397,"models/dynamics_causal.py",2277,0,"",python,selection_command +5462,17172568,"models/dynamics_causal.py",2375,0,"",python,selection_command +5463,17172893,"models/dynamics_causal.py",2277,0,"",python,selection_command +5464,17173254,"models/dynamics_causal.py",2277,97," # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded",python,selection_command +5465,17173467,"models/dynamics_causal.py",2277,122," # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded\n if not training:",python,selection_command +5466,17173650,"models/dynamics_causal.py",2277,219," # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded\n if not training:\n # For autoregressive decoding, we only need to pass the token from the previous step",python,selection_command +5467,17173782,"models/dynamics_causal.py",2277,302," # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded\n if not training:\n # For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.",python,selection_command +5468,17173916,"models/dynamics_causal.py",2277,349," # FIXME (f.srambical): we should probably only do the dynamic_slice on video_embed_padded\n if not training:\n # For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n vid_embed = vid_embed[:, -1, :, :]",python,selection_command +5469,17174149,"models/dynamics_causal.py",2277,350,"",python,content +5470,17175961,"models/dynamics_causal.py",2277,1,"",python,content +5471,17175979,"models/dynamics_causal.py",2285,0,"",python,selection_command +5472,17182746,"jasmine.py",0,0,"",python,tab +5473,17189592,"jasmine.py",13698,0,"# For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n ",python,content +5474,17189599,"jasmine.py",13698,0,"",python,selection_command +5475,17190146,"jasmine.py",13974,1,"t",python,content +5476,17190146,"jasmine.py",13974,0,"",python,selection_command +5477,17190608,"jasmine.py",13974,1,"1",python,content +5478,17190608,"jasmine.py",4472,0,"",python,selection_command +5479,17192516,"jasmine.py",13974,1,"t",python,content +5480,17193617,"jasmine.py",13974,1,"1",python,content +5481,17193622,"jasmine.py",13974,0,"",python,selection_command +5482,17194385,"jasmine.py",13974,1,"t",python,content +5483,17196595,"jasmine.py",13974,1,"1",python,content +5484,17196723,"jasmine.py",4472,0,"",python,selection_command +5485,17204799,"jasmine.py",13034,0,"",python,selection_command +5486,17207448,"jasmine.py",13911,0,"",python,selection_command +5487,17209605,"jasmine.py",13974,1,"t",python,content +5488,17209606,"jasmine.py",4472,0,"",python,selection_command +5489,17210804,"jasmine.py",13974,1,"1",python,content +5490,17210809,"jasmine.py",13974,0,"",python,selection_command +5491,17211946,"jasmine.py",13972,0,"",python,selection_command +5492,17212246,"jasmine.py",13971,0,"",python,selection_command +5493,17212378,"jasmine.py",13970,0,"",python,selection_command +5494,17212551,"jasmine.py",13967,0,"",python,selection_command +5495,17212732,"jasmine.py",13970,0,"",python,selection_command +5496,17212882,"jasmine.py",13971,0,"",python,selection_command +5497,17213355,"jasmine.py",13698,180,"",python,content +5498,17213359,"jasmine.py",13698,0,"",python,selection_command +5499,17214071,"jasmine.py",13698,0,"# For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n ",python,content +5500,17214086,"jasmine.py",13698,0,"",python,selection_command +5501,17214725,"jasmine.py",13698,180,"",python,content +5502,17225060,"jasmine.py",13698,0,"# For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n ",python,content +5503,17225063,"jasmine.py",13698,0,"",python,selection_command +5504,17227366,"jasmine.py",13974,1,"t",python,content +5505,17227375,"jasmine.py",13974,0,"",python,selection_command +5506,17227780,"jasmine.py",13974,1,"1",python,content +5507,17227790,"jasmine.py",4472,0,"",python,selection_command +5508,17228477,"jasmine.py",13974,1,"t",python,content +5509,17228717,"jasmine.py",13974,1,"1",python,content +5510,17228725,"jasmine.py",13974,0,"",python,selection_command +5511,17228882,"jasmine.py",13698,180,"",python,content +5512,17228884,"jasmine.py",13698,0,"",python,selection_command +5513,17229480,"jasmine.py",13698,0,"# For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n ",python,content +5514,17229482,"jasmine.py",13698,0,"",python,selection_command +5515,17229696,"jasmine.py",13974,1,"t",python,content +5516,17229700,"jasmine.py",13974,0,"",python,selection_command +5517,17230921,"jasmine.py",13974,1,"1",python,content +5518,17231075,"jasmine.py",13698,180,"",python,content +5519,17231078,"jasmine.py",13698,0,"",python,selection_command +5520,17233869,"jasmine.py",13698,0,"# For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n ",python,content +5521,17233896,"jasmine.py",13698,0,"",python,selection_command +5522,17251765,"jasmine.py",13974,1,"t",python,content +5523,17251783,"jasmine.py",13974,0,"",python,selection_command +5524,17251908,"jasmine.py",13974,1,"1",python,content +5525,17251909,"jasmine.py",4472,0,"",python,selection_command +5526,17252059,"jasmine.py",12633,6,"maskgit",python,content +5527,17252059,"jasmine.py",12629,0,"",python,selection_command +5528,17252336,"jasmine.py",12603,47,"",python,content +5529,17252344,"jasmine.py",12583,0,"",python,selection_command +5530,17252477,"jasmine.py",13002,18,"",python,content +5531,17252477,"jasmine.py",13001,0,"",python,selection_command +5532,17252624,"jasmine.py",12995,15,"s model for proper kv caching",python,content +5533,17252630,"jasmine.py",12988,0,"the ",python,content +5534,17252632,"jasmine.py",12969,15,"this. We should pass the sequence as is",python,content +5535,17252634,"jasmine.py",12965,0,"o",python,content +5536,17252635,"jasmine.py",12961,3,"",python,content +5537,17252637,"jasmine.py",12935,24,"I don't think we should b",python,content +5538,17252638,"jasmine.py",12935,0,"",python,selection_command +5539,17252781,"jasmine.py",12964,3,"",python,content +5540,17252789,"jasmine.py",12959,2,"not",python,content +5541,17252789,"jasmine.py",12935,14,"",python,content +5542,17252907,"jasmine.py",12957,78,"",python,content +5543,17252912,"jasmine.py",12956,0,"",python,selection_command +5544,17253183,"jasmine.py",12912,54,"",python,content +5545,17253256,"jasmine.py",12902,0,"",python,selection_command +5546,17253256,"jasmine.py",8409,0,"token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_",python,content +5547,17253258,"jasmine.py",8410,0,"",python,selection_command +5548,17253258,"jasmine.py",15493,6,"token",python,content +5549,17253259,"jasmine.py",15493,0,"",python,selection_command +5550,17253307,"jasmine.py",13308,6,"token",python,content +5551,17253308,"jasmine.py",13308,0,"",python,selection_command +5552,17253308,"jasmine.py",8758,9,"",python,content +5553,17253324,"jasmine.py",8758,0,"",python,selection_command +5554,17253344,"jasmine.py",8538,0,"# Use vanilla forward pass with provided mask for sampling\n ",python,content +5555,17253346,"jasmine.py",8526,0,"",python,selection_command +5556,17253754,"jasmine.py",8404,121," vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n",python,content +5557,17253771,"jasmine.py",8404,0,"",python,selection_command +5558,17253994,"jasmine.py",8684,0,"",python,selection_command +5559,17254019,"jasmine.py",8244,0," with proper input formatting",python,content +5560,17254019,"jasmine.py",8217,14,"Use vanilla",python,content +5561,17254020,"jasmine.py",8711,0,".transformer(vid_embed",python,content +5562,17254035,"jasmine.py",8722,3,"",python,content +5563,17254036,"jasmine.py",8661,1,"vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))",python,content +5564,17254037,"jasmine.py",8648,0,")",python,content +5565,17254038,"jasmine.py",8635,4,"_up(",python,content +5566,17254052,"jasmine.py",8629,0,"embed = self.dynamics.",python,content +5567,17254068,"jasmine.py",8621,6," # Now apply action embedding and transformer (same logic as vanilla forward pass)\n ac",python,content +5568,17254071,"jasmine.py",8610,0," \n",python,content +5569,17254083,"jasmine.py",8604,1,".value, vid_embed)\n ",python,content +5570,17254083,"jasmine.py",8593,12,"_embed = jnp.where(mask_expanded, self.dynamics.mask_",python,content +5571,17254087,"jasmine.py",8589,1,"",python,content +5572,17254093,"jasmine.py",8514,63,"mask_expanded = mask[..., None] # (B, S, N, 1)\n",python,content +5573,17254097,"jasmine.py",8501,0,"tokens by replacing masked embeddings (same logic as vanilla forward pass)",python,content +5574,17254100,"jasmine.py",8554,0,"= self.dynamics.patch_embed(token_idxs)\n # Apply ",python,content +5575,17254101,"jasmine.py",8551,0,"_emb",python,content +5576,17254104,"jasmine.py",8530,18," MaskGIT sampling\n # First, get the embedded tokens using the vanilla patch_embed\n ",python,content +5577,17254119,"jasmine.py",8515,11,"Apply mask tokens manually since we need them",python,content +5578,17254122,"jasmine.py",9466,12,"self.dynamics.transformer(vid_embed)",python,content +5579,17254122,"jasmine.py",9186,141,"",python,content +5580,17254124,"jasmine.py",8970,43,"ition ---",python,content +5581,17254124,"jasmine.py",8934,30,"--- Predict",python,content +5582,17254125,"jasmine.py",8907,12,"",python,content +5583,17254131,"jasmine.py",8894,6,"",python,content +5584,17254141,"jasmine.py",8870,14,"",python,content +5585,17254141,"jasmine.py",8749,11,".value # (1, 1, 1, D,",python,content +5586,17254141,"jasmine.py",8743,1,"_",python,content +5587,17254142,"jasmine.py",8695,44,"",python,content +5588,17254149,"jasmine.py",8531,147,"",python,content +5589,17254171,"jasmine.py",8525,1,"_",python,content +5590,17254172,"jasmine.py",8430,91,"",python,content +5591,17254212,"jasmine.py",8217,57,"Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)",python,content +5592,17254214,"jasmine.py",9003,0,"",python,selection_command +5593,17257626,"jasmine.py",13933,0,"",python,selection_command +5594,17258635,"jasmine.py",8217,106,"Use vanilla forward pass with proper input formatting ---",python,content +5595,17258649,"jasmine.py",8430,0,"\n # Apply ",python,content +5596,17258655,"jasmine.py",8455,1," ",python,content +5597,17258655,"jasmine.py",8461,0,"s manually since we need them for MaskGIT sampling\n # First, get the embedded tokens using the vanilla patch_embed\n vid_embed",python,content +5598,17258657,"jasmine.py",8625,0,"patch_embed(token_idxs)\n # Apply ",python,content +5599,17258670,"jasmine.py",8673,1," ",python,content +5600,17258670,"jasmine.py",8679,22,"s by replacing masked embeddings (same logic as vanilla forward pass",python,content +5601,17258670,"jasmine.py",8857,0,"self.dynamics.",python,content +5602,17258670,"jasmine.py",8881,0,".value",python,content +5603,17258670,"jasmine.py",8894,0," ",python,content +5604,17258670,"jasmine.py",8921,11,"Now apply action embedding and",python,content +5605,17258670,"jasmine.py",8957,9,"former (same logic as vanilla forward pass)",python,content +5606,17258673,"jasmine.py",9173,0," final_logits = self.dynamics.transformer(vid_embed)\n \n # Apply temperature scaling\n",python,content +5607,17258674,"jasmine.py",9429,36,"final_logits",python,content +5608,17258674,"jasmine.py",8445,45,"Use vanilla",python,content +5609,17258765,"jasmine.py",8460,105,"ward pass with pro",python,content +5610,17258767,"jasmine.py",8481,4,"",python,content +5611,17258767,"jasmine.py",8484,60,"",python,content +5612,17258768,"jasmine.py",8489,73,"for sampling",python,content +5613,17258769,"jasmine.py",8514,48,"dynamics_inputs = {\n ",python,content +5614,17258769,"jasmine.py",8550,0,"""",python,content +5615,17258769,"jasmine.py",8554,53,"eo_tokens"": ",python,content +5616,17258769,"jasmine.py",8571,16,"_idxs,\n",python,content +5617,17258769,"jasmine.py",8583,5,"",python,content +5618,17258771,"jasmine.py",8594,97,"""laten",python,content +5619,17258772,"jasmine.py",8602,22,"",python,content +5620,17258772,"jasmine.py",8608,4,"s"": ",python,content +5621,17258772,"jasmine.py",8622,0,",",python,content +5622,17258773,"jasmine.py",8636,65,"}",python,content +5623,17258773,"jasmine.py",8697,0,", _",python,content +5624,17258773,"jasmine.py",8716,22,"(dynamics_inputs, training=False, mask=mask",python,content +5625,17258773,"jasmine.py",8217,11,"Dynamics model",python,content +5626,17258773,"jasmine.py",8244,29,"",python,content +5627,17258773,"jasmine.py",8840,0,"",python,selection_command +5628,17258856,"jasmine.py",8724,0,"custom_",python,content +5629,17258865,"jasmine.py",8731,0,"",python,selection_command +5630,17258901,"jasmine.py",8404,1,"mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)",python,content +5631,17258903,"jasmine.py",8404,0,"",python,selection_command +5632,17258920,"jasmine.py",8679,32,"",python,content +5633,17258922,"jasmine.py",8667,0,"",python,selection_command +5634,17258962,"jasmine.py",8913,0,"_expanded",python,content +5635,17258964,"jasmine.py",8921,0,"",python,selection_command +5636,17258990,"jasmine.py",13489,5,"causal",python,content +5637,17258993,"jasmine.py",13489,0,"",python,selection_command +5638,17259093,"jasmine.py",15674,5,"causal",python,content +5639,17259094,"jasmine.py",15674,0,"",python,selection_command +5640,17259094,"jasmine.py",8409,73,"",python,content +5641,17259095,"jasmine.py",8410,0,"",python,selection_command +5642,17259096,"jasmine.py",13093,0,"# FIXME (f.srambical): we should not do this.\n ",python,content +5643,17259096,"jasmine.py",13083,0,"",python,selection_command +5644,17259148,"jasmine.py",13138,0," We should pass the sequence as is to the dynamics model for proper kv caching",python,content +5645,17259154,"jasmine.py",13138,0,"",python,selection_command +5646,17259167,"jasmine.py",13116,0,"I don't think ",python,content +5647,17259169,"jasmine.py",13140,3,"be",python,content +5648,17259170,"jasmine.py",13145,0,"ing",python,content +5649,17259172,"jasmine.py",13116,0,"",python,selection_command +5650,17259292,"jasmine.py",13116,25,"Do we even need to do th",python,content +5651,17259292,"jasmine.py",13142,0,"pad",python,content +5652,17259292,"jasmine.py",13146,1,"",python,content +5653,17259293,"jasmine.py",13150,39,"if we are going",python,content +5654,17259293,"jasmine.py",13169,4,"",python,content +5655,17259293,"jasmine.py",13176,29,"_slice anyways?",python,content +5656,17259293,"jasmine.py",13183,0,"the current token ",python,content +5657,17259293,"jasmine.py",13182,0,"",python,selection_command +5658,17259293,"jasmine.py",12784,0,"assert self.dynamics_type == ""maskgit""\n ",python,content +5659,17259295,"jasmine.py",12764,0,"",python,selection_command +5660,17259295,"jasmine.py",12814,7,"causal",python,content +5661,17259295,"jasmine.py",12810,0,"",python,selection_command +5662,17259324,"jasmine.py",14155,1,"t",python,content +5663,17259330,"jasmine.py",4472,0,"",python,selection_command +5664,17259376,"jasmine.py",14155,1,"1",python,content +5665,17259377,"jasmine.py",14155,0,"",python,selection_command +5666,17259393,"jasmine.py",13879,180,"",python,content +5667,17259396,"jasmine.py",13879,0,"",python,selection_command +5668,17260666,"jasmine.py",13879,0,"# For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n ",python,content +5669,17260668,"jasmine.py",13879,0,"",python,selection_command +5670,17265251,"jasmine.py",0,0,"",python,tab +5671,17265396,"jasmine.py",8199,0,"",python,selection_command +5672,17269200,"jasmine.py",0,0,"",python,tab +5673,17270676,"jasmine.py",13976,0,"",python,selection_command +5674,17273508,"jasmine.py",0,0,"",python,tab +5675,17273508,"jasmine.py",8199,0,"",python,selection_command +5676,17284852,"jasmine.py",14891,0,"",python,selection_mouse +5677,17287226,"jasmine.py",13215,0,"",python,selection_command +5678,17288430,"jasmine.py",14092,0,"",python,selection_command +5679,17289063,"jasmine.py",14047,0,"",python,selection_command +5680,17291821,"jasmine.py",14092,0,"",python,selection_command +5681,17309322,"jasmine.py",0,0,"",python,tab +5682,17316068,"jasmine.py",11867,0,"",python,selection_command +5683,17316349,"jasmine.py",9780,0,"",python,selection_command +5684,17316507,"jasmine.py",7332,0,"",python,selection_command +5685,17317565,"jasmine.py",7360,0,"",python,selection_command +5686,17317817,"jasmine.py",7396,0,"",python,selection_command +5687,17317849,"jasmine.py",7410,0,"",python,selection_command +5688,17317867,"jasmine.py",7457,0,"",python,selection_command +5689,17317904,"jasmine.py",7501,0,"",python,selection_command +5690,17317936,"jasmine.py",7583,0,"",python,selection_command +5691,17317968,"jasmine.py",7642,0,"",python,selection_command +5692,17318002,"jasmine.py",7677,0,"",python,selection_command +5693,17318035,"jasmine.py",7717,0,"",python,selection_command +5694,17318069,"jasmine.py",7776,0,"",python,selection_command +5695,17318102,"jasmine.py",7853,0,"",python,selection_command +5696,17318135,"jasmine.py",7912,0,"",python,selection_command +5697,17318167,"jasmine.py",7925,0,"",python,selection_command +5698,17318209,"jasmine.py",7954,0,"",python,selection_command +5699,17318239,"jasmine.py",8040,0,"",python,selection_command +5700,17318269,"jasmine.py",8117,0,"",python,selection_command +5701,17318303,"jasmine.py",8174,0,"",python,selection_command +5702,17318351,"jasmine.py",8198,0,"",python,selection_command +5703,17318373,"jasmine.py",8211,0,"",python,selection_command +5704,17318405,"jasmine.py",8261,0,"",python,selection_command +5705,17318437,"jasmine.py",8324,0,"",python,selection_command +5706,17318470,"jasmine.py",8404,0,"",python,selection_command +5707,17318748,"jasmine.py",8464,0,"",python,selection_command +5708,17318933,"jasmine.py",8606,0,"",python,selection_command +5709,17319623,"jasmine.py",8464,0,"",python,selection_command +5710,17322173,"jasmine.py",8792,0,"added",python,content +5711,17322173,"jasmine.py",8789,3,"",python,content +5712,17322173,"jasmine.py",8786,2,"",python,content +5713,17322173,"jasmine.py",8785,0,"bed",python,content +5714,17322173,"jasmine.py",8782,3,"",python,content +5715,17322173,"jasmine.py",8781,0,"_e",python,content +5716,17322173,"jasmine.py",8778,3,"",python,content +5717,17322173,"jasmine.py",8777,0,"vi",python,content +5718,17322173,"jasmine.py",8732,0,"0)))",python,content +5719,17322173,"jasmine.py",8690,42,"",python,content +5720,17322173,"jasmine.py",8689,0,"(0,",python,content +5721,17322173,"jasmine.py",8688,0,"0),",python,content +5722,17322173,"jasmine.py",8687,0,"(1,",python,content +5723,17322173,"jasmine.py",8686,0,"0),",python,content +5724,17322173,"jasmine.py",8685,0,"(0,",python,content +5725,17322173,"jasmine.py",8683,1,"",python,content +5726,17322173,"jasmine.py",8681,0," 0",python,content +5727,17322173,"jasmine.py",8680,0,", ((0",python,content +5728,17322173,"jasmine.py",8678,2,"",python,content +5729,17322173,"jasmine.py",8677,0,"embe",python,content +5730,17322173,"jasmine.py",8676,1,"",python,content +5731,17322173,"jasmine.py",8675,0,"p.pad(vid",python,content +5732,17322173,"jasmine.py",8674,0,"j",python,content +5733,17322173,"jasmine.py",8672,2,"",python,content +5734,17322173,"jasmine.py",8671,0,"d =",python,content +5735,17322173,"jasmine.py",8665,6,"",python,content +5736,17322173,"jasmine.py",8664,0,"padd",python,content +5737,17322173,"jasmine.py",8661,3,"",python,content +5738,17322173,"jasmine.py",8660,0,"mbed",python,content +5739,17322173,"jasmine.py",8659,1,"",python,content +5740,17322173,"jasmine.py",8658,0," vid_",python,content +5741,17322173,"jasmine.py",8654,4,"",python,content +5742,17322173,"jasmine.py",8643,0,"(0, 0), (0, 0)))\n",python,content +5743,17322173,"jasmine.py",8642,0,"0),",python,content +5744,17322173,"jasmine.py",8641,0,"(1,",python,content +5745,17322173,"jasmine.py",8640,0,"0),",python,content +5746,17322173,"jasmine.py",8639,0,"((0,",python,content +5747,17322173,"jasmine.py",8637,1,"",python,content +5748,17322173,"jasmine.py",8634,2,"",python,content +5749,17322173,"jasmine.py",8631,2,"",python,content +5750,17322173,"jasmine.py",8630,0,"mb",python,content +5751,17322173,"jasmine.py",8621,9,"",python,content +5752,17322173,"jasmine.py",8620,0,"_",python,content +5753,17322173,"jasmine.py",8618,2,"",python,content +5754,17322173,"jasmine.py",8613,4,"",python,content +5755,17322173,"jasmine.py",8610,2,"",python,content +5756,17322173,"jasmine.py",8609,0,"(",python,content +5757,17322173,"jasmine.py",8607,2,"",python,content +5758,17322173,"jasmine.py",8606,0,"a",python,content +5759,17322173,"jasmine.py",8589,17,"",python,content +5760,17322173,"jasmine.py",8588,0,"jnp.",python,content +5761,17322173,"jasmine.py",8581,7,"",python,content +5762,17322173,"jasmine.py",8580,0,"+=",python,content +5763,17322173,"jasmine.py",8576,4,"",python,content +5764,17322173,"jasmine.py",8573,0,"_emb",python,content +5765,17322173,"jasmine.py",8556,17,"",python,content +5766,17322173,"jasmine.py",8545,10,"",python,content +5767,17322173,"jasmine.py",8542,2,"",python,content +5768,17322173,"jasmine.py",8535,6,"",python,content +5769,17322173,"jasmine.py",8523,0,"\n",python,content +5770,17328146,"jasmine.py",8730,16,"",python,content +5771,17328146,"jasmine.py",8730,0,"dynamics_inputs",python,content +5772,17328146,"jasmine.py",8613,72,"",python,content +5773,17328147,"jasmine.py",8613,0,"""laten_tokens""s"": ken_idxs,),\n } ""latent_actions"": action_tokens,",python,content +5774,17328147,"jasmine.py",8536,66,"",python,content +5775,17328147,"jasmine.py",8536,0,"# Use vanilla forward pass with provided vani for sampling\n dyna""icseo_tokens"": value_idxs,\n ",python,content +5776,17328147,"jasmine.py",8523,1,"",python,content +5777,17331190,"jasmine.py",0,0,"",python,tab +5778,17331190,"jasmine.py",8199,0,"",python,selection_command +5779,17335946,"jasmine.py",8336,0,"",python,selection_mouse +5780,17336553,"jasmine.py",8417,0,"",python,selection_mouse +5781,17339270,"jasmine.py",8477,0,"",python,selection_command +5782,17356007,"jasmine.py",8619,0,"",python,selection_command +5783,17356236,"jasmine.py",8663,0,"",python,selection_command +5784,17356261,"jasmine.py",8709,0,"",python,selection_command +5785,17356296,"jasmine.py",8758,0,"",python,selection_command +5786,17356328,"jasmine.py",8848,0,"",python,selection_command +5787,17356357,"jasmine.py",8875,0,"",python,selection_command +5788,17356393,"jasmine.py",8915,0,"",python,selection_command +5789,17356532,"jasmine.py",8955,0,"",python,selection_command +5790,17356827,"jasmine.py",9027,0,"",python,selection_command +5791,17358709,"jasmine.py",9026,0,"",python,selection_command +5792,17359229,"jasmine.py",9026,16,"",python,content +5793,17359745,"jasmine.py",9026,0,"t",python,content +5794,17359745,"jasmine.py",9027,0,"",python,selection_keyboard +5795,17359793,"jasmine.py",9027,0,"e",python,content +5796,17359793,"jasmine.py",9028,0,"",python,selection_keyboard +5797,17360252,"jasmine.py",9028,0,"m",python,content +5798,17360252,"jasmine.py",9029,0,"",python,selection_keyboard +5799,17360268,"jasmine.py",9029,0,"p",python,content +5800,17360268,"jasmine.py",9030,0,"",python,selection_keyboard +5801,17360426,"jasmine.py",9030,0,"e",python,content +5802,17360426,"jasmine.py",9031,0,"",python,selection_keyboard +5803,17360611,"jasmine.py",9031,0,"r",python,content +5804,17360611,"jasmine.py",9032,0,"",python,selection_keyboard +5805,17360725,"jasmine.py",9032,0,"a",python,content +5806,17360725,"jasmine.py",9033,0,"",python,selection_keyboard +5807,17360834,"jasmine.py",9033,0,"t",python,content +5808,17360834,"jasmine.py",9034,0,"",python,selection_keyboard +5809,17360950,"jasmine.py",9034,0,"u",python,content +5810,17360950,"jasmine.py",9035,0,"",python,selection_keyboard +5811,17360996,"jasmine.py",9035,0,"r",python,content +5812,17360997,"jasmine.py",9036,0,"",python,selection_keyboard +5813,17361067,"jasmine.py",9036,0,"e",python,content +5814,17361067,"jasmine.py",9037,0,"",python,selection_keyboard +5815,17361772,"jasmine.py",9037,0," ",python,content +5816,17361773,"jasmine.py",9038,0,"",python,selection_keyboard +5817,17361953,"jasmine.py",9038,0,"*",python,content +5818,17361953,"jasmine.py",9039,0,"",python,selection_keyboard +5819,17362104,"jasmine.py",9039,0," ",python,content +5820,17362104,"jasmine.py",9040,0,"",python,selection_keyboard +5821,17362298,"jasmine.py",9040,0,"()",python,content +5822,17362298,"jasmine.py",9041,0,"",python,selection_keyboard +5823,17363248,"jasmine.py",9040,0,"",python,selection_command +5824,17363536,"jasmine.py",9041,0,"",python,selection_command +5825,17364715,"jasmine.py",9041,1,"",python,content +5826,17366481,"jasmine.py",9041,0,"1",python,content +5827,17366482,"jasmine.py",9042,0,"",python,selection_keyboard +5828,17366787,"jasmine.py",9041,0,"",python,selection_command +5829,17367929,"jasmine.py",9102,0,"",python,selection_command +5830,17368782,"jasmine.py",9063,0,"",python,selection_command +5831,17369120,"jasmine.py",9002,0,"",python,selection_command +5832,17369323,"jasmine.py",8930,0,"",python,selection_command +5833,17369459,"jasmine.py",8890,0,"",python,selection_command +5834,17370157,"jasmine.py",8890,40,"",python,content +5835,17370163,"jasmine.py",8902,0,"",python,selection_command +5836,17371350,"jasmine.py",8862,0,"",python,selection_command +5837,17373428,"jasmine.py",8850,40,"",python,content +5838,17373439,"jasmine.py",8862,0,"",python,selection_command +5839,17375967,"jasmine.py",8920,0,"",python,selection_command +5840,17376310,"jasmine.py",8850,0,"",python,selection_command +5841,17377926,"jasmine.py",8828,0,"",python,selection_command +5842,17378691,"jasmine.py",8733,0,"",python,selection_command +5843,17379124,"jasmine.py",8828,0,"",python,selection_command +5844,17380041,"jasmine.py",8850,0,"",python,selection_command +5845,17389186,"jasmine.py",8828,0,"",python,selection_command +5846,17389327,"jasmine.py",8733,0,"",python,selection_command +5847,17389456,"jasmine.py",8684,0,"",python,selection_command +5848,17389619,"jasmine.py",8638,0,"",python,selection_command +5849,17389771,"jasmine.py",8594,0,"",python,selection_command +5850,17389935,"jasmine.py",8452,0,"",python,selection_command +5851,17390107,"jasmine.py",8392,0,"",python,selection_command +5852,17390327,"jasmine.py",8452,0,"",python,selection_command +5853,17393748,"jasmine.py",8594,0,"",python,selection_command +5854,17393912,"jasmine.py",8606,0,"",python,selection_command +5855,17394601,"jasmine.py",8609,0,"",python,selection_command +5856,17394779,"jasmine.py",8610,0,"",python,selection_command +5857,17397506,"jasmine.py",8610,0,"_",python,content +5858,17397507,"jasmine.py",8611,0,"",python,selection_keyboard +5859,17398498,"jasmine.py",8610,1,"",python,content +5860,17398703,"jasmine.py",8610,0,"m",python,content +5861,17398703,"jasmine.py",8611,0,"",python,selection_keyboard +5862,17398885,"jasmine.py",8611,0,"i",python,content +5863,17398885,"jasmine.py",8612,0,"",python,selection_keyboard +5864,17398962,"jasmine.py",8612,0,"c",python,content +5865,17398962,"jasmine.py",8613,0,"",python,selection_keyboard +5866,17399080,"jasmine.py",8613,0,"s",python,content +5867,17399080,"jasmine.py",8614,0,"",python,selection_keyboard +5868,17399400,"jasmine.py",8614,0,"_",python,content +5869,17399400,"jasmine.py",8615,0,"",python,selection_keyboard +5870,17399570,"jasmine.py",8615,0,"i",python,content +5871,17399570,"jasmine.py",8616,0,"",python,selection_keyboard +5872,17399649,"jasmine.py",8616,0,"n",python,content +5873,17399650,"jasmine.py",8617,0,"",python,selection_keyboard +5874,17399748,"jasmine.py",8617,0,"p",python,content +5875,17399748,"jasmine.py",8618,0,"",python,selection_keyboard +5876,17399848,"jasmine.py",8618,0,"u",python,content +5877,17399848,"jasmine.py",8619,0,"",python,selection_keyboard +5878,17399880,"jasmine.py",8619,0,"t",python,content +5879,17399880,"jasmine.py",8620,0,"",python,selection_keyboard +5880,17400545,"jasmine.py",8620,0," ",python,content +5881,17400545,"jasmine.py",8621,0,"",python,selection_keyboard +5882,17400636,"jasmine.py",8621,0,"=",python,content +5883,17400636,"jasmine.py",8622,0,"",python,selection_keyboard +5884,17400751,"jasmine.py",8622,0," ",python,content +5885,17400751,"jasmine.py",8623,0,"",python,selection_keyboard +5886,17401408,"jasmine.py",8623,0,"{}",python,content +5887,17401408,"jasmine.py",8624,0,"",python,selection_keyboard +5888,17402121,"jasmine.py",8623,0,"",python,selection_command +5889,17402215,"jasmine.py",8624,0,"",python,selection_command +5890,17402406,"jasmine.py",8624,1,"",python,content +5891,17403680,"jasmine.py",8625,0,"",python,selection_command +5892,17408918,"jasmine.py",8637,0,"",python,selection_command +5893,17409093,"jasmine.py",8640,0,"",python,selection_command +5894,17409264,"jasmine.py",8650,0,"",python,selection_command +5895,17409913,"jasmine.py",8640,0,"",python,selection_command +5896,17424924,"jasmine.py",8696,0,"",python,selection_command +5897,17425081,"jasmine.py",8744,0,"",python,selection_command +5898,17425216,"jasmine.py",8793,0,"",python,selection_command +5899,17425605,"jasmine.py",8840,0,"",python,selection_command +5900,17425913,"jasmine.py",8747,0,"",python,selection_command +5901,17426228,"jasmine.py",8698,0,"",python,selection_command +5902,17426529,"jasmine.py",8652,0,"",python,selection_command +5903,17426706,"jasmine.py",8594,0,"",python,selection_command +5904,17426947,"jasmine.py",8452,0,"",python,selection_command +5905,17430534,"jasmine.py",8464,0,"",python,selection_command +5906,17430700,"jasmine.py",8606,0,"",python,selection_command +5907,17430851,"jasmine.py",8621,0,"",python,selection_command +5908,17431099,"jasmine.py",8623,0,"",python,selection_command +5909,17431282,"jasmine.py",8625,0,"",python,selection_command +5910,17434538,"jasmine.py",8606,0,"",python,selection_command +5911,17434900,"jasmine.py",8621,0,"",python,selection_command +5912,17435235,"jasmine.py",8606,0,"",python,selection_command +5913,17438193,"jasmine.py",8619,0,"",python,selection_command +5914,17438326,"jasmine.py",8620,0,"",python,selection_command +5915,17438524,"jasmine.py",8620,0,"s",python,content +5916,17438525,"jasmine.py",8621,0,"",python,selection_keyboard +5917,17438921,"jasmine.py",8620,0,"",python,selection_command +5918,17439766,"jasmine.py",8622,0,"",python,selection_command +5919,17439854,"jasmine.py",8624,0,"",python,selection_command +5920,17440200,"jasmine.py",8626,0,"",python,selection_command +5921,17460707,"models/dynamics_maskgit.py",0,0,"",python,tab +5922,17461713,"models/dynamics_maskgit.py",3062,0,"",python,selection_command +5923,17461973,"models/dynamics_maskgit.py",3056,0,"",python,selection_command +5924,17461973,"models/dynamics_maskgit.py",2994,0,"",python,selection_command +5925,17461973,"models/dynamics_maskgit.py",2959,0,"",python,selection_command +5926,17462005,"models/dynamics_maskgit.py",2912,0,"",python,selection_command +5927,17462043,"models/dynamics_maskgit.py",2874,0,"",python,selection_command +5928,17462103,"models/dynamics_maskgit.py",2818,0,"",python,selection_command +5929,17462104,"models/dynamics_maskgit.py",2804,0,"",python,selection_command +5930,17462139,"models/dynamics_maskgit.py",2728,0,"",python,selection_command +5931,17462173,"models/dynamics_maskgit.py",2693,0,"",python,selection_command +5932,17462234,"models/dynamics_maskgit.py",2649,0,"",python,selection_command +5933,17462241,"models/dynamics_maskgit.py",2599,0,"",python,selection_command +5934,17462273,"models/dynamics_maskgit.py",2567,0,"",python,selection_command +5935,17462304,"models/dynamics_maskgit.py",2482,0,"",python,selection_command +5936,17462339,"models/dynamics_maskgit.py",2453,0,"",python,selection_command +5937,17462376,"models/dynamics_maskgit.py",2400,0,"",python,selection_command +5938,17462406,"models/dynamics_maskgit.py",2386,0,"",python,selection_command +5939,17462439,"models/dynamics_maskgit.py",2315,0,"",python,selection_command +5940,17462471,"models/dynamics_maskgit.py",2271,0,"",python,selection_command +5941,17462505,"models/dynamics_maskgit.py",2182,0,"",python,selection_command +5942,17462538,"models/dynamics_maskgit.py",2138,0,"",python,selection_command +5943,17462575,"models/dynamics_maskgit.py",2117,0,"",python,selection_command +5944,17462606,"models/dynamics_maskgit.py",2097,0,"",python,selection_command +5945,17462637,"models/dynamics_maskgit.py",2037,0,"",python,selection_command +5946,17462672,"models/dynamics_maskgit.py",2007,0,"",python,selection_command +5947,17462951,"models/dynamics_maskgit.py",2037,0,"",python,selection_command +5948,17463104,"models/dynamics_maskgit.py",2097,0,"",python,selection_command +5949,17463269,"models/dynamics_maskgit.py",2117,0,"",python,selection_command +5950,17464345,"jasmine.py",0,0,"",python,tab +5951,17465376,"jasmine.py",8627,0,"",python,selection_command +5952,17465809,"jasmine.py",8626,0,"",python,selection_command +5953,17465975,"jasmine.py",8626,12,"",python,content +5954,17466276,"jasmine.py",8626,0,"v",python,content +5955,17466276,"jasmine.py",8627,0,"",python,selection_keyboard +5956,17466374,"jasmine.py",8627,0,"i",python,content +5957,17466374,"jasmine.py",8628,0,"",python,selection_keyboard +5958,17466456,"jasmine.py",8628,0,"d",python,content +5959,17466456,"jasmine.py",8629,0,"",python,selection_keyboard +5960,17466487,"jasmine.py",8629,0,"e",python,content +5961,17466488,"jasmine.py",8630,0,"",python,selection_keyboard +5962,17466623,"jasmine.py",8630,0,"o",python,content +5963,17466623,"jasmine.py",8631,0,"",python,selection_keyboard +5964,17466907,"jasmine.py",8631,0,"_",python,content +5965,17466907,"jasmine.py",8632,0,"",python,selection_keyboard +5966,17467092,"jasmine.py",8632,0,"t",python,content +5967,17467092,"jasmine.py",8633,0,"",python,selection_keyboard +5968,17467157,"jasmine.py",8633,0,"o",python,content +5969,17467157,"jasmine.py",8634,0,"",python,selection_keyboard +5970,17467204,"jasmine.py",8634,0,"k",python,content +5971,17467204,"jasmine.py",8635,0,"",python,selection_keyboard +5972,17467492,"jasmine.py",8635,0,"e",python,content +5973,17467492,"jasmine.py",8636,0,"",python,selection_keyboard +5974,17467655,"jasmine.py",8636,0,"n",python,content +5975,17467655,"jasmine.py",8637,0,"",python,selection_keyboard +5976,17467672,"jasmine.py",8637,0,"s",python,content +5977,17467672,"jasmine.py",8638,0,"",python,selection_keyboard +5978,17467955,"jasmine.py",8637,0,"",python,selection_command +5979,17468575,"jasmine.py",8638,0,"",python,selection_command +5980,17468723,"jasmine.py",8639,0,"",python,selection_command +5981,17468914,"jasmine.py",8640,0,"",python,selection_command +5982,17469707,"jasmine.py",8638,0,"",python,selection_command +5983,17469877,"jasmine.py",8626,0,"",python,selection_command +5984,17470645,"jasmine.py",8625,0,"",python,selection_command +5985,17471046,"jasmine.py",8625,0,"\n ",python,content +5986,17471536,"jasmine.py",8641,0,"",python,selection_command +5987,17472107,"jasmine.py",8685,0,"",python,selection_command +5988,17472650,"jasmine.py",8686,0,"",python,selection_command +5989,17472931,"jasmine.py",8687,0,"",python,selection_command +5990,17473229,"jasmine.py",8699,0,"",python,selection_command +5991,17473432,"jasmine.py",8700,0,"",python,selection_command +5992,17473942,"jasmine.py",8700,1,"",python,content +5993,17474082,"jasmine.py",8700,1,"",python,content +5994,17475386,"jasmine.py",8702,0,"",python,selection_command +5995,17475613,"jasmine.py",8658,0,"",python,selection_command +5996,17477688,"jasmine.py",8658,10,"",python,content +5997,17477924,"jasmine.py",8658,0,"t",python,content +5998,17477924,"jasmine.py",8659,0,"",python,selection_keyboard +5999,17478030,"jasmine.py",8659,0,"o",python,content +6000,17478031,"jasmine.py",8660,0,"",python,selection_keyboard +6001,17478060,"jasmine.py",8660,0,"k",python,content +6002,17478060,"jasmine.py",8661,0,"",python,selection_keyboard +6003,17478142,"jasmine.py",8661,0,"e",python,content +6004,17478143,"jasmine.py",8662,0,"",python,selection_keyboard +6005,17478296,"jasmine.py",8662,0,"n",python,content +6006,17478296,"jasmine.py",8663,0,"",python,selection_keyboard +6007,17479238,"jasmine.py",8663,0,"_idxs",python,content +6008,17479732,"jasmine.py",8667,0,"",python,selection_command +6009,17479971,"jasmine.py",8711,0,"",python,selection_command +6010,17480356,"jasmine.py",8710,0,"",python,selection_command +6011,17480638,"jasmine.py",8702,0,"",python,selection_command +6012,17484230,"jasmine.py",8870,9,"",python,content +6013,17484230,"jasmine.py",8727,35,"",python,content +6014,17484230,"jasmine.py",8710,2,"",python,content +6015,17484231,"jasmine.py",8705,4,"",python,content +6016,17484231,"jasmine.py",8702,0,"action_to",python,content +6017,17484231,"jasmine.py",8695,2,"",python,content +6018,17484231,"jasmine.py",8694,0,"i",python,content +6019,17484231,"jasmine.py",8693,0,"ac",python,content +6020,17484231,"jasmine.py",8692,0,"t",python,content +6021,17487298,"jasmine.py",8668,0,"",python,selection_command +6022,17491235,"models/dynamics_maskgit.py",0,0,"",python,tab +6023,17492231,"jasmine.py",0,0,"",python,tab +6024,17496528,"jasmine.py",8624,0,"",python,selection_command +6025,17496661,"jasmine.py",8494,0,"",python,selection_command +6026,17497067,"jasmine.py",8452,142,"",python,content +6027,17497092,"jasmine.py",8464,0,"",python,selection_command +6028,17498250,"jasmine.py",8404,0,"",python,selection_command +6029,17501568,"models/dynamics_maskgit.py",0,0,"",python,tab +6030,17502338,"jasmine.py",0,0,"",python,tab +6031,17506419,"models/dynamics_maskgit.py",0,0,"",python,tab +6032,17507776,"jasmine.py",0,0,"",python,tab +6033,17508001,"jasmine.py",8464,0,"",python,selection_command +6034,17508156,"jasmine.py",8496,0,"",python,selection_command +6035,17508289,"jasmine.py",8540,0,"",python,selection_command +6036,17508443,"jasmine.py",8589,0,"",python,selection_command +6037,17508583,"jasmine.py",8603,0,"",python,selection_command +6038,17508925,"jasmine.py",8684,0,"",python,selection_command +6039,17510142,"jasmine.py",8680,0,"",python,selection_command +6040,17511318,"jasmine.py",8591,0,"",python,selection_command +6041,17512980,"jasmine.py",8684,0,"",python,selection_command +6042,17513245,"jasmine.py",8680,0,"",python,selection_command +6043,17513447,"jasmine.py",8680,4,"",python,content +6044,17513663,"jasmine.py",8680,0,"m",python,content +6045,17513663,"jasmine.py",8681,0,"",python,selection_keyboard +6046,17513731,"jasmine.py",8681,0,"a",python,content +6047,17513732,"jasmine.py",8682,0,"",python,selection_keyboard +6048,17513775,"jasmine.py",8682,0,"s",python,content +6049,17513775,"jasmine.py",8683,0,"",python,selection_keyboard +6050,17513896,"jasmine.py",8683,0,"k",python,content +6051,17513897,"jasmine.py",8684,0,"",python,selection_keyboard +6052,17514245,"jasmine.py",8684,0,"_",python,content +6053,17514245,"jasmine.py",8685,0,"",python,selection_keyboard +6054,17514395,"jasmine.py",8685,0,"e",python,content +6055,17514395,"jasmine.py",8686,0,"",python,selection_keyboard +6056,17514529,"jasmine.py",8686,0,"x",python,content +6057,17514530,"jasmine.py",8687,0,"",python,selection_keyboard +6058,17514635,"jasmine.py",8687,0,"p",python,content +6059,17514636,"jasmine.py",8688,0,"",python,selection_keyboard +6060,17514710,"jasmine.py",8688,0,"a",python,content +6061,17514710,"jasmine.py",8689,0,"",python,selection_keyboard +6062,17514879,"jasmine.py",8689,0,"n",python,content +6063,17514879,"jasmine.py",8690,0,"",python,selection_keyboard +6064,17514997,"jasmine.py",8690,0,"d",python,content +6065,17514997,"jasmine.py",8691,0,"",python,selection_keyboard +6066,17515110,"jasmine.py",8691,0,"e",python,content +6067,17515111,"jasmine.py",8692,0,"",python,selection_keyboard +6068,17515324,"jasmine.py",8692,0,"d",python,content +6069,17515324,"jasmine.py",8693,0,"",python,selection_keyboard +6070,17515523,"jasmine.py",8692,0,"",python,selection_command +6071,17515727,"jasmine.py",8591,0,"",python,selection_command +6072,17516956,"jasmine.py",8693,0,"",python,selection_command +6073,17517422,"jasmine.py",8591,0,"",python,selection_command +6074,17528086,"models/dynamics_maskgit.py",0,0,"",python,tab +6075,17531062,"jasmine.py",0,0,"",python,tab +6076,17533057,"jasmine.py",12562,0,"",python,selection_command +6077,17535562,"jasmine.py",12554,85," assert self.dynamics_type == ""causal"" # --- Encode context frames ---",python,content +6078,17535573,"jasmine.py",12599,0,"",python,selection_command +6079,17536303,"jasmine.py",12599,0,"\n ",python,content +6080,17536305,"jasmine.py",12562,0,"",python,selection_command +6081,17537422,"jasmine.py",12608,0,"",python,selection_command +6082,17537680,"jasmine.py",12648,0,"",python,selection_command +6083,17537695,"jasmine.py",12730,0,"",python,selection_command +6084,17537727,"jasmine.py",12789,0,"",python,selection_command +6085,17537762,"jasmine.py",12816,0,"",python,selection_command +6086,17537876,"jasmine.py",12825,0,"",python,selection_command +6087,17537937,"jasmine.py",12874,0,"",python,selection_command +6088,17538278,"jasmine.py",12917,0,"",python,selection_command +6089,17540705,"jasmine.py",13042,0,"",python,selection_command +6090,17540873,"jasmine.py",13082,0,"",python,selection_command +6091,17541130,"jasmine.py",13125,0,"",python,selection_command +6092,17541153,"jasmine.py",13204,0,"",python,selection_command +6093,17541183,"jasmine.py",13225,0,"",python,selection_command +6094,17541217,"jasmine.py",13234,0,"",python,selection_command +6095,17541251,"jasmine.py",13275,0,"",python,selection_command +6096,17541548,"jasmine.py",13234,0,"",python,selection_command +6097,17541769,"jasmine.py",13225,0,"",python,selection_command +6098,17541938,"jasmine.py",13204,0,"",python,selection_command +6099,17542075,"jasmine.py",13125,0,"",python,selection_command +6100,17542222,"jasmine.py",13082,0,"",python,selection_command +6101,17542381,"jasmine.py",13042,0,"",python,selection_command +6102,17542745,"jasmine.py",12917,0,"",python,selection_command +6103,17548781,"jasmine.py",13042,0,"",python,selection_command +6104,17548912,"jasmine.py",13082,0,"",python,selection_command +6105,17548948,"jasmine.py",13125,0,"",python,selection_command +6106,17548994,"jasmine.py",13204,0,"",python,selection_command +6107,17549024,"jasmine.py",13225,0,"",python,selection_command +6108,17549051,"jasmine.py",13234,0,"",python,selection_command +6109,17549074,"jasmine.py",13275,0,"",python,selection_command +6110,17549108,"jasmine.py",13352,0,"",python,selection_command +6111,17549142,"jasmine.py",13361,0,"",python,selection_command +6112,17549177,"jasmine.py",13389,0,"",python,selection_command +6113,17549210,"jasmine.py",13469,0,"",python,selection_command +6114,17549244,"jasmine.py",13535,0,"",python,selection_command +6115,17549278,"jasmine.py",13591,0,"",python,selection_command +6116,17549312,"jasmine.py",13622,0,"",python,selection_command +6117,17549344,"jasmine.py",13644,0,"",python,selection_command +6118,17549376,"jasmine.py",13653,0,"",python,selection_command +6119,17549411,"jasmine.py",13750,0,"",python,selection_command +6120,17549444,"jasmine.py",13833,0,"",python,selection_command +6121,17549478,"jasmine.py",13893,0,"",python,selection_command +6122,17550498,"jasmine.py",13901,0,"",python,selection_command +6123,17550754,"jasmine.py",13916,0,"",python,selection_command +6124,17550777,"jasmine.py",13918,0,"",python,selection_command +6125,17550811,"jasmine.py",13919,0,"",python,selection_command +6126,17550841,"jasmine.py",13920,0,"",python,selection_command +6127,17550873,"jasmine.py",13922,0,"",python,selection_command +6128,17550906,"jasmine.py",13923,0,"",python,selection_command +6129,17550942,"jasmine.py",13925,0,"",python,selection_command +6130,17550977,"jasmine.py",13926,0,"",python,selection_command +6131,17551138,"jasmine.py",13929,0,"",python,selection_command +6132,17551294,"jasmine.py",13930,0,"",python,selection_command +6133,17551442,"jasmine.py",13931,0,"",python,selection_command +6134,17551610,"jasmine.py",13933,0,"",python,selection_command +6135,17551765,"jasmine.py",13934,0,"",python,selection_command +6136,17551907,"jasmine.py",13936,0,"",python,selection_command +6137,17552345,"jasmine.py",13936,1,"1",python,content +6138,17552757,"jasmine.py",13885,0,"",python,selection_command +6139,17567349,"jasmine.py",13939,0,"",python,selection_command +6140,17567587,"jasmine.py",13953,0,"",python,selection_command +6141,17567616,"jasmine.py",13954,0,"",python,selection_command +6142,17567648,"jasmine.py",13982,0,"",python,selection_command +6143,17567681,"jasmine.py",14038,0,"",python,selection_command +6144,17567872,"jasmine.py",14087,0,"",python,selection_command +6145,17568289,"jasmine.py",14101,0,"",python,selection_command +6146,17571912,"jasmine.py",14087,0,"",python,selection_command +6147,17571979,"jasmine.py",14038,0,"",python,selection_command +6148,17572163,"jasmine.py",13982,0,"",python,selection_command +6149,17572316,"jasmine.py",13954,0,"",python,selection_command +6150,17572798,"jasmine.py",0,0,"",python,selection_command +6151,17575176,"jasmine.py",8464,0,"",python,selection_command +6152,17575671,"jasmine.py",8465,0,"",python,selection_command +6153,17576198,"jasmine.py",8466,0,"",python,selection_command +6154,17576340,"jasmine.py",8467,0,"",python,selection_command +6155,17576512,"jasmine.py",8468,0,"",python,selection_command +6156,17576898,"jasmine.py",8469,0,"",python,selection_command +6157,17576912,"jasmine.py",8469,1,"i",python,selection_command +6158,17577489,"jasmine.py",8468,2,"mi",python,selection_command +6159,17577539,"jasmine.py",8468,0,"",python,selection_command +6160,17577939,"jasmine.py",8468,1,"m",python,selection_command +6161,17578167,"jasmine.py",8468,2,"mi",python,selection_command +6162,17578317,"jasmine.py",8468,3,"mic",python,selection_command +6163,17578439,"jasmine.py",8468,4,"mics",python,selection_command +6164,17578630,"jasmine.py",8468,4,"",python,content +6165,17579035,"jasmine.py",8496,0,"",python,selection_command +6166,17579186,"jasmine.py",8540,0,"",python,selection_command +6167,17579339,"jasmine.py",8585,0,"",python,selection_command +6168,17579465,"jasmine.py",8603,0,"",python,selection_command +6169,17579615,"jasmine.py",8611,0,"",python,selection_command +6170,17579803,"jasmine.py",8613,0,"",python,selection_command +6171,17580069,"jasmine.py",8615,0,"",python,selection_command +6172,17580099,"jasmine.py",8617,0,"",python,selection_command +6173,17580129,"jasmine.py",8621,0,"",python,selection_command +6174,17580473,"jasmine.py",8635,4,"",python,content +6175,17581921,"jasmine.py",8622,0,"",python,selection_command +6176,17582058,"jasmine.py",8630,0,"",python,selection_command +6177,17582258,"jasmine.py",8631,0,"",python,selection_command +6178,17582559,"jasmine.py",13958,0,"",python,selection_command +6179,17584340,"jasmine.py",14350,0,"",python,selection_command +6180,17585240,"jasmine.py",14301,0,"",python,selection_command +6181,17585503,"jasmine.py",14195,0,"",python,selection_command +6182,17585682,"jasmine.py",14093,0,"",python,selection_command +6183,17586426,"jasmine.py",14195,0,"",python,selection_command +6184,17587643,"jasmine.py",14207,0,"",python,selection_command +6185,17587894,"jasmine.py",14209,0,"",python,selection_command +6186,17587918,"jasmine.py",14214,0,"",python,selection_command +6187,17587946,"jasmine.py",14216,0,"",python,selection_command +6188,17587982,"jasmine.py",14219,0,"",python,selection_command +6189,17588017,"jasmine.py",14222,0,"",python,selection_command +6190,17588048,"jasmine.py",14227,0,"",python,selection_command +6191,17588083,"jasmine.py",14231,0,"",python,selection_command +6192,17588256,"jasmine.py",14237,0,"",python,selection_command +6193,17588466,"jasmine.py",14240,0,"",python,selection_command +6194,17588714,"jasmine.py",14237,0,"",python,selection_command +6195,17588976,"jasmine.py",14231,0,"",python,selection_command +6196,17589001,"jasmine.py",14227,0,"",python,selection_command +6197,17589029,"jasmine.py",14222,0,"",python,selection_command +6198,17589059,"jasmine.py",14219,0,"",python,selection_command +6199,17589094,"jasmine.py",14216,0,"",python,selection_command +6200,17589225,"jasmine.py",14214,0,"",python,selection_command +6201,17589675,"jasmine.py",14216,0,"",python,selection_command +6202,17589922,"jasmine.py",14216,84,"",python,content +6203,17590121,"jasmine.py",14216,0,"w",python,content +6204,17590122,"jasmine.py",14217,0,"",python,selection_keyboard +6205,17590168,"jasmine.py",14217,0,"e",python,content +6206,17590168,"jasmine.py",14218,0,"",python,selection_keyboard +6207,17590232,"jasmine.py",14218,0," ",python,content +6208,17590232,"jasmine.py",14219,0,"",python,selection_keyboard +6209,17590458,"jasmine.py",14219,0,"n",python,content +6210,17590458,"jasmine.py",14220,0,"",python,selection_keyboard +6211,17590524,"jasmine.py",14220,0,"e",python,content +6212,17590524,"jasmine.py",14221,0,"",python,selection_keyboard +6213,17590691,"jasmine.py",14221,0,"e",python,content +6214,17590691,"jasmine.py",14222,0,"",python,selection_keyboard +6215,17590741,"jasmine.py",14222,0,"d",python,content +6216,17590741,"jasmine.py",14223,0,"",python,selection_keyboard +6217,17590792,"jasmine.py",14223,0," ",python,content +6218,17590792,"jasmine.py",14224,0,"",python,selection_keyboard +6219,17591125,"jasmine.py",14224,0,"t",python,content +6220,17591125,"jasmine.py",14225,0,"",python,selection_keyboard +6221,17591281,"jasmine.py",14225,0,"o",python,content +6222,17591281,"jasmine.py",14226,0,"",python,selection_keyboard +6223,17591390,"jasmine.py",14226,0," ",python,content +6224,17591390,"jasmine.py",14227,0,"",python,selection_keyboard +6225,17591737,"jasmine.py",14227,0,"i",python,content +6226,17591737,"jasmine.py",14228,0,"",python,selection_keyboard +6227,17591775,"jasmine.py",14228,0,"n",python,content +6228,17591775,"jasmine.py",14229,0,"",python,selection_keyboard +6229,17591820,"jasmine.py",14229,0,"p",python,content +6230,17591821,"jasmine.py",14230,0,"",python,selection_keyboard +6231,17591956,"jasmine.py",14230,0,"u",python,content +6232,17591956,"jasmine.py",14231,0,"",python,selection_keyboard +6233,17592008,"jasmine.py",14231,0,"t",python,content +6234,17592008,"jasmine.py",14232,0,"",python,selection_keyboard +6235,17592070,"jasmine.py",14232,0," ",python,content +6236,17592071,"jasmine.py",14233,0,"",python,selection_keyboard +6237,17593759,"jasmine.py",14233,0,"the current token sequence to the dynamics model",python,content +6238,17594011,"jasmine.py",14280,0,"",python,selection_command +6239,17594590,"jasmine.py",14281,0,"",python,selection_command +6240,17594702,"jasmine.py",14281,0," ",python,content +6241,17594702,"jasmine.py",14282,0,"",python,selection_keyboard +6242,17595117,"jasmine.py",14282,0,"i",python,content +6243,17595117,"jasmine.py",14283,0,"",python,selection_keyboard +6244,17595180,"jasmine.py",14283,0,"n",python,content +6245,17595181,"jasmine.py",14284,0,"",python,selection_keyboard +6246,17595231,"jasmine.py",14284,0," ",python,content +6247,17595231,"jasmine.py",14285,0,"",python,selection_keyboard +6248,17595345,"jasmine.py",14285,0,"o",python,content +6249,17595345,"jasmine.py",14286,0,"",python,selection_keyboard +6250,17595358,"jasmine.py",14286,0,"r",python,content +6251,17595358,"jasmine.py",14287,0,"",python,selection_keyboard +6252,17595496,"jasmine.py",14287,0,"d",python,content +6253,17595496,"jasmine.py",14288,0,"",python,selection_keyboard +6254,17595613,"jasmine.py",14288,0,"e",python,content +6255,17595614,"jasmine.py",14289,0,"",python,selection_keyboard +6256,17595680,"jasmine.py",14289,0,"r",python,content +6257,17595680,"jasmine.py",14290,0,"",python,selection_keyboard +6258,17595727,"jasmine.py",14290,0," ",python,content +6259,17595727,"jasmine.py",14291,0,"",python,selection_keyboard +6260,17595977,"jasmine.py",14291,0,"to use kv caching.",python,content +6261,17596135,"jasmine.py",14308,0,"",python,selection_command +6262,17596277,"jasmine.py",14195,0,"",python,selection_command +6263,17596733,"jasmine.py",14309,0,"",python,selection_command +6264,17596891,"jasmine.py",14308,1,"",python,content +6265,17596972,"jasmine.py",14307,0,"",python,selection_command +6266,17597251,"jasmine.py",14195,0,"",python,selection_command +6267,17598491,"jasmine.py",14195,114,"",python,content +6268,17598514,"jasmine.py",14207,0,"",python,selection_command +6269,17599281,"jasmine.py",14105,0,"",python,selection_command +6270,17612308,"jasmine.py",14093,102,"",python,content +6271,17612319,"jasmine.py",14105,0,"",python,selection_command +6272,17616409,"jasmine.py",14092,0,"\n ",python,content +6273,17616649,"jasmine.py",14105,0,"#",python,content +6274,17616649,"jasmine.py",14106,0,"",python,selection_keyboard +6275,17616673,"jasmine.py",14106,0," ",python,content +6276,17616673,"jasmine.py",14107,0,"",python,selection_keyboard +6277,17616845,"jasmine.py",14107,0,"F",python,content +6278,17616845,"jasmine.py",14108,0,"",python,selection_keyboard +6279,17616912,"jasmine.py",14108,0,"I",python,content +6280,17616912,"jasmine.py",14109,0,"",python,selection_keyboard +6281,17617011,"jasmine.py",14109,0,"X",python,content +6282,17617011,"jasmine.py",14110,0,"",python,selection_keyboard +6283,17617172,"jasmine.py",14110,0,"M",python,content +6284,17617172,"jasmine.py",14111,0,"",python,selection_keyboard +6285,17617220,"jasmine.py",14111,0,"E",python,content +6286,17617220,"jasmine.py",14112,0,"",python,selection_keyboard +6287,17617549,"jasmine.py",14112,0," ",python,content +6288,17617550,"jasmine.py",14113,0,"",python,selection_keyboard +6289,17617699,"jasmine.py",14113,0,"()",python,content +6290,17617700,"jasmine.py",14114,0,"",python,selection_keyboard +6291,17618023,"jasmine.py",14114,0,"f",python,content +6292,17618024,"jasmine.py",14115,0,"",python,selection_keyboard +6293,17618130,"jasmine.py",14115,0,".",python,content +6294,17618130,"jasmine.py",14116,0,"",python,selection_keyboard +6295,17618222,"jasmine.py",14116,0,"s",python,content +6296,17618222,"jasmine.py",14117,0,"",python,selection_keyboard +6297,17618330,"jasmine.py",14117,0,"r",python,content +6298,17618330,"jasmine.py",14118,0,"",python,selection_keyboard +6299,17618380,"jasmine.py",14118,0,"a",python,content +6300,17618380,"jasmine.py",14119,0,"",python,selection_keyboard +6301,17618445,"jasmine.py",14119,0,"m",python,content +6302,17618445,"jasmine.py",14120,0,"",python,selection_keyboard +6303,17618608,"jasmine.py",14120,0,"b",python,content +6304,17618608,"jasmine.py",14121,0,"",python,selection_keyboard +6305,17618745,"jasmine.py",14121,0,"i",python,content +6306,17618745,"jasmine.py",14122,0,"",python,selection_keyboard +6307,17618746,"jasmine.py",14122,0,"c",python,content +6308,17618746,"jasmine.py",14123,0,"",python,selection_keyboard +6309,17618758,"jasmine.py",14123,0,"a",python,content +6310,17618758,"jasmine.py",14124,0,"",python,selection_keyboard +6311,17618872,"jasmine.py",14124,0,"l",python,content +6312,17618872,"jasmine.py",14125,0,"",python,selection_keyboard +6313,17619081,"jasmine.py",14125,1,")",python,content +6314,17619081,"jasmine.py",14126,0,"",python,selection_keyboard +6315,17619269,"jasmine.py",14126,0,":",python,content +6316,17619270,"jasmine.py",14127,0,"",python,selection_keyboard +6317,17619355,"jasmine.py",14127,0," ",python,content +6318,17619356,"jasmine.py",14128,0,"",python,selection_keyboard +6319,17619682,"jasmine.py",14128,0,"w",python,content +6320,17619683,"jasmine.py",14129,0,"",python,selection_keyboard +6321,17619835,"jasmine.py",14129,0,"a",python,content +6322,17619835,"jasmine.py",14130,0,"",python,selection_keyboard +6323,17620322,"jasmine.py",14129,1,"",python,content +6324,17620457,"jasmine.py",14129,0,"h",python,content +6325,17620457,"jasmine.py",14130,0,"",python,selection_keyboard +6326,17620457,"jasmine.py",14130,0,"a",python,content +6327,17620457,"jasmine.py",14131,0,"",python,selection_keyboard +6328,17620595,"jasmine.py",14131,0,"t",python,content +6329,17620595,"jasmine.py",14132,0,"",python,selection_keyboard +6330,17620616,"jasmine.py",14132,0," ",python,content +6331,17620617,"jasmine.py",14133,0,"",python,selection_keyboard +6332,17621189,"jasmine.py",14133,0,"i",python,content +6333,17621190,"jasmine.py",14134,0,"",python,selection_keyboard +6334,17621262,"jasmine.py",14134,0,"s",python,content +6335,17621262,"jasmine.py",14135,0,"",python,selection_keyboard +6336,17621366,"jasmine.py",14135,0," ",python,content +6337,17621366,"jasmine.py",14136,0,"",python,selection_keyboard +6338,17621409,"jasmine.py",14136,0,"t",python,content +6339,17621409,"jasmine.py",14137,0,"",python,selection_keyboard +6340,17621528,"jasmine.py",14137,0,"h",python,content +6341,17621529,"jasmine.py",14138,0,"",python,selection_keyboard +6342,17621704,"jasmine.py",14138,0,"e",python,content +6343,17621704,"jasmine.py",14139,0,"",python,selection_keyboard +6344,17621705,"jasmine.py",14139,0," ",python,content +6345,17621705,"jasmine.py",14140,0,"",python,selection_keyboard +6346,17621932,"jasmine.py",14140,0,"o",python,content +6347,17621932,"jasmine.py",14141,0,"",python,selection_keyboard +6348,17622073,"jasmine.py",14141,0,"u",python,content +6349,17622074,"jasmine.py",14142,0,"",python,selection_keyboard +6350,17622101,"jasmine.py",14142,0,"t",python,content +6351,17622101,"jasmine.py",14143,0,"",python,selection_keyboard +6352,17622164,"jasmine.py",14143,0,"p",python,content +6353,17622164,"jasmine.py",14144,0,"",python,selection_keyboard +6354,17622252,"jasmine.py",14144,0,"t",python,content +6355,17622252,"jasmine.py",14145,0,"",python,selection_keyboard +6356,17622268,"jasmine.py",14145,0,"u",python,content +6357,17622269,"jasmine.py",14146,0,"",python,selection_keyboard +6358,17622296,"jasmine.py",14146,0," ",python,content +6359,17622296,"jasmine.py",14147,0,"",python,selection_keyboard +6360,17623195,"jasmine.py",14146,1,"",python,content +6361,17623515,"jasmine.py",14145,1,"",python,content +6362,17623659,"jasmine.py",14144,1,"",python,content +6363,17623801,"jasmine.py",14144,0,"u",python,content +6364,17623801,"jasmine.py",14145,0,"",python,selection_keyboard +6365,17623831,"jasmine.py",14145,0,"t",python,content +6366,17623831,"jasmine.py",14146,0,"",python,selection_keyboard +6367,17623882,"jasmine.py",14146,0," ",python,content +6368,17623882,"jasmine.py",14147,0,"",python,selection_keyboard +6369,17624034,"jasmine.py",14147,0,"o",python,content +6370,17624035,"jasmine.py",14148,0,"",python,selection_keyboard +6371,17624041,"jasmine.py",14148,0,"f",python,content +6372,17624041,"jasmine.py",14149,0,"",python,selection_keyboard +6373,17624215,"jasmine.py",14149,0," ",python,content +6374,17624216,"jasmine.py",14150,0,"",python,selection_keyboard +6375,17624584,"jasmine.py",14150,0,"t",python,content +6376,17624584,"jasmine.py",14151,0,"",python,selection_keyboard +6377,17624712,"jasmine.py",14151,0,"h",python,content +6378,17624712,"jasmine.py",14152,0,"",python,selection_keyboard +6379,17624773,"jasmine.py",14152,0,"e",python,content +6380,17624773,"jasmine.py",14153,0,"",python,selection_keyboard +6381,17624849,"jasmine.py",14153,0," ",python,content +6382,17624849,"jasmine.py",14154,0,"",python,selection_keyboard +6383,17625012,"jasmine.py",14154,0,"m",python,content +6384,17625012,"jasmine.py",14155,0,"",python,selection_keyboard +6385,17625049,"jasmine.py",14155,0,"o",python,content +6386,17625049,"jasmine.py",14156,0,"",python,selection_keyboard +6387,17625116,"jasmine.py",14156,0,"d",python,content +6388,17625116,"jasmine.py",14157,0,"",python,selection_keyboard +6389,17625153,"jasmine.py",14157,0,"e",python,content +6390,17625153,"jasmine.py",14158,0,"",python,selection_keyboard +6391,17625287,"jasmine.py",14158,0,"l",python,content +6392,17625287,"jasmine.py",14159,0,"",python,selection_keyboard +6393,17625470,"jasmine.py",14159,0,"?",python,content +6394,17625470,"jasmine.py",14160,0,"",python,selection_keyboard +6395,17625853,"jasmine.py",14159,0,"",python,selection_command +6396,17629676,"jasmine.py",14160,0,"\n ",python,content +6397,17629869,"jasmine.py",14173,0,"#",python,content +6398,17629869,"jasmine.py",14174,0,"",python,selection_keyboard +6399,17629917,"jasmine.py",14174,0," ",python,content +6400,17629917,"jasmine.py",14175,0,"",python,selection_keyboard +6401,17630967,"jasmine.py",14175,0,"n",python,content +6402,17630967,"jasmine.py",14176,0,"",python,selection_keyboard +6403,17630990,"jasmine.py",14176,0,"e",python,content +6404,17630990,"jasmine.py",14177,0,"",python,selection_keyboard +6405,17631131,"jasmine.py",14177,0,"x",python,content +6406,17631131,"jasmine.py",14178,0,"",python,selection_keyboard +6407,17631257,"jasmine.py",14178,0,"t",python,content +6408,17631257,"jasmine.py",14179,0,"",python,selection_keyboard +6409,17631496,"jasmine.py",14179,0,"_",python,content +6410,17631496,"jasmine.py",14180,0,"",python,selection_keyboard +6411,17631639,"jasmine.py",14180,0,"t",python,content +6412,17631639,"jasmine.py",14181,0,"",python,selection_keyboard +6413,17631704,"jasmine.py",14181,0,"o",python,content +6414,17631704,"jasmine.py",14182,0,"",python,selection_keyboard +6415,17631771,"jasmine.py",14182,0,"k",python,content +6416,17631771,"jasmine.py",14183,0,"",python,selection_keyboard +6417,17631839,"jasmine.py",14183,0,"e",python,content +6418,17631840,"jasmine.py",14184,0,"",python,selection_keyboard +6419,17631921,"jasmine.py",14184,0,"n",python,content +6420,17631921,"jasmine.py",14185,0,"",python,selection_keyboard +6421,17632250,"jasmine.py",14185,0,"_",python,content +6422,17632251,"jasmine.py",14186,0,"",python,selection_keyboard +6423,17632493,"jasmine.py",14186,0,"l",python,content +6424,17632493,"jasmine.py",14187,0,"",python,selection_keyboard +6425,17632676,"jasmine.py",14187,0,"g",python,content +6426,17632676,"jasmine.py",14188,0,"",python,selection_keyboard +6427,17633165,"jasmine.py",14187,1,"",python,content +6428,17633358,"jasmine.py",14187,0,"o",python,content +6429,17633358,"jasmine.py",14188,0,"",python,selection_keyboard +6430,17634125,"jasmine.py",14188,0,"gits.shape (B, 1, 1, vocab_size)",python,content +6431,17634393,"jasmine.py",14219,0,"",python,selection_command +6432,17634525,"jasmine.py",14209,0,"",python,selection_command +6433,17634684,"jasmine.py",14207,0,"",python,selection_command +6434,17634838,"jasmine.py",14206,0,"",python,selection_command +6435,17634960,"jasmine.py",14204,0,"",python,selection_command +6436,17635114,"jasmine.py",14203,0,"",python,selection_command +6437,17635229,"jasmine.py",14204,0,"",python,selection_command +6438,17635411,"jasmine.py",14206,0,"",python,selection_command +6439,17635578,"jasmine.py",14207,0,"",python,selection_command +6440,17635963,"jasmine.py",14209,0,"",python,selection_command +6441,17636230,"jasmine.py",14220,0,"",python,selection_command +6442,17636280,"jasmine.py",14220,0,"?",python,content +6443,17636280,"jasmine.py",14221,0,"",python,selection_keyboard +6444,17636551,"jasmine.py",14220,0,"",python,selection_command +6445,17638017,"jasmine.py",14281,0,"",python,selection_command +6446,17638166,"jasmine.py",14359,0,"",python,selection_command +6447,17638321,"jasmine.py",14450,0,"",python,selection_command +6448,17639669,"jasmine.py",14391,69," next_token_logits = next_token_logits[:, 0, n, :].astype(",python,selection_command +6449,17639800,"jasmine.py",14391,97," next_token_logits = next_token_logits[:, 0, n, :].astype(\n jnp.float32",python,selection_command +6450,17639930,"jasmine.py",14391,130," next_token_logits = next_token_logits[:, 0, n, :].astype(\n jnp.float32\n ) # (B, vocab_size)",python,selection_command +6451,17644300,"jasmine.py",14520,0,"",python,selection_command +6452,17645289,"jasmine.py",14487,0,"",python,selection_command +6453,17645426,"jasmine.py",14450,0,"",python,selection_command +6454,17645606,"jasmine.py",14453,0,"",python,selection_command +6455,17645742,"jasmine.py",14459,0,"",python,selection_command +6456,17645969,"jasmine.py",14453,0,"",python,selection_command +6457,17646139,"jasmine.py",14450,0,"",python,selection_command +6458,17646275,"jasmine.py",14448,0,"",python,selection_command +6459,17646411,"jasmine.py",14447,0,"",python,selection_command +6460,17646706,"jasmine.py",14447,1,"0",python,content +6461,17647778,"jasmine.py",14487,0,"",python,selection_command +6462,17658249,"jasmine.py",14417,0,"",python,selection_command +6463,17658387,"jasmine.py",14326,0,"",python,selection_command +6464,17658625,"jasmine.py",14417,0,"",python,selection_command +6465,17658735,"jasmine.py",14421,0,"",python,selection_command +6466,17658865,"jasmine.py",14423,0,"",python,selection_command +6467,17659017,"jasmine.py",14440,0,"",python,selection_command +6468,17659174,"jasmine.py",14444,0,"",python,selection_command +6469,17659618,"jasmine.py",14440,0,"",python,selection_command +6470,17659791,"jasmine.py",14423,0,"",python,selection_command +6471,17660166,"jasmine.py",14424,0,"",python,selection_command +6472,17660194,"jasmine.py",14440,0,"",python,selection_command +6473,17660655,"jasmine.py",14440,1,"[",python,selection_command +6474,17660677,"jasmine.py",14440,3,"[:,",python,selection_command +6475,17660832,"jasmine.py",14440,5,"[:, 0",python,selection_command +6476,17661041,"jasmine.py",14440,6,"[:, 0,",python,selection_command +6477,17661234,"jasmine.py",14440,8,"[:, 0, 0",python,selection_command +6478,17661485,"jasmine.py",14440,9,"[:, 0, 0,",python,selection_command +6479,17661820,"jasmine.py",14440,13,"[:, 0, 0, :].",python,selection_command +6480,17662384,"jasmine.py",14440,49,"[:, 0, 0, :].astype(\n jnp.float32\n",python,selection_command +6481,17663435,"jasmine.py",14440,82,"[:, 0, 0, :].astype(\n jnp.float32\n ) # (B, vocab_size)\n",python,selection_command +6482,17664232,"jasmine.py",14440,49,"[:, 0, 0, :].astype(\n jnp.float32\n",python,selection_command +6483,17664451,"jasmine.py",14440,62,"[:, 0, 0, :].astype(\n jnp.float32\n )",python,selection_command +6484,17666519,"jasmine.py",14501,0,"",python,selection_command +6485,17666689,"jasmine.py",14473,0,"",python,selection_command +6486,17666851,"jasmine.py",14403,0,"",python,selection_command +6487,17666959,"jasmine.py",14312,0,"",python,selection_command +6488,17667289,"jasmine.py",14403,0,"",python,selection_command +6489,17668528,"jasmine.py",14391,69," next_token_logits = next_token_logits[:, 0, 0, :].astype(",python,selection_command +6490,17695346,"jasmine.py",14391,69," next_token_logits = jnp.squeeze(next_token_logits, axis=(1, 2)).astype(",python,content +6491,17715646,"jasmine.py",14403,0,"",python,selection_command +6492,17716981,"jasmine.py",14421,0,"",python,selection_command +6493,17717229,"jasmine.py",14423,0,"",python,selection_command +6494,17717256,"jasmine.py",14426,0,"",python,selection_command +6495,17717288,"jasmine.py",14427,0,"",python,selection_command +6496,17717723,"jasmine.py",14434,0,"",python,selection_command +6497,17717827,"jasmine.py",14435,0,"",python,selection_command +6498,17717863,"jasmine.py",14452,0,"",python,selection_command +6499,17717884,"jasmine.py",14454,0,"",python,selection_command +6500,17717914,"jasmine.py",14458,0,"",python,selection_command +6501,17720058,"jasmine.py",14367,0,"",python,selection_command +6502,17720400,"jasmine.py",14458,0,"",python,selection_command +6503,17722425,"jasmine.py",14391,0,"",python,selection_command +6504,17801141,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",0,0,"",python,tab +6505,17801141,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9374,6,"einsum",python,selection_command +6506,17805511,".venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py",9379,0,"",python,selection_command +6507,17832158,"jasmine.py",0,0,"",python,tab +6508,17843772,"/fast/home/franz.srambical/jafar/jasmine.py",0,0,"",python,tab +6509,17843880,"/fast/home/franz.srambical/jafar/jasmine.py",8452,6135," dyna_inputs = {\n ""video_tokens"": token_idxs,\n ""latent_actions"": action_tokens,\n }\n final_logits, _ = self.dynamics(dyna_inputs, training=False, custom_mask=mask_expanded)\n \n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = final_logits / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n assert self.dynamics_type == ""causal""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n # FIXME (f.srambical): Do we even need to do the padding if we are going to dynamic_slice the current token anyways?\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array], token_idx: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_full, action_tokens = carry\n t = token_idx // N\n n = token_idx % N\n\n # For autoregressive decoding, we only need to pass the token from the previous step\n # current positionernally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, 1)\n )\n\n dyna_inputs = {\n ""video_tokens"": current_token_sequence,\n ""latent_actions"": action_tokens,\n }\n # FIXME (f.srambical): what is the output of the model?\n # next_token_logits.shape (B, 1, 1, vocab_size)?\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\n # We select the logits for the specific patch `n` we are currently generating.\n next_token_logits = jnp.squeeze(next_token_logits, axis=(1, 2)).astype(\n",python,content +6510,17848665,"jasmine.py",0,0,"",python,tab +6511,17871224,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",0,0,"# Copyright 2019 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Shared neural network activations and other functions.""""""\n\nfrom __future__ import annotations\n\nfrom collections.abc import Sequence\nfrom functools import partial\nimport operator\nimport math\nimport numpy as np\nfrom typing import Any, List, Literal\nimport warnings\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import custom_jvp\nfrom jax import lax\nfrom jax._src import config\nfrom jax._src import core\nfrom jax._src import deprecations\nfrom jax._src import dtypes\nfrom jax._src import util\nfrom jax._src.core import AxisName\nfrom jax._src.sharding_impls import NamedSharding, PartitionSpec as P\nfrom jax._src.cudnn.fused_attention_stablehlo import (\n dot_product_attention as cudnn_dot_product_attention, MaskType)\nfrom jax._src.cudnn.scaled_matmul_stablehlo import (\n scaled_matmul_wrapper as cudnn_scaled_matmul,\n scaled_dot_general_wrapper as cudnn_scaled_dot_general,\n BlockScaleConfig)\nfrom jax._src.interpreters import batching\nfrom jax._src.interpreters import mlir\nfrom jax._src.numpy import util as numpy_util\nfrom jax._src.typing import Array, ArrayLike, DType, DTypeLike\nfrom jax._src.ops.special import logsumexp as _logsumexp\n\n\n# activations\n@jax.jit\ndef identity(x: ArrayLike) -> Array:\n r""""""Identity activation function.\n\n Returns the argument unmodified.\n\n Args:\n x : input array\n\n Returns:\n The argument `x` unmodified.\n\n Examples:\n >>> jax.nn.identity(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([-2. , -1. , -0.5, 0. , 0.5, 1. , 2. ], dtype=float32)\n\n """"""\n numpy_util.check_arraylike(""identity"", x)\n return jnp.asarray(x)\n\n@custom_jvp\n@jax.jit\ndef relu(x: ArrayLike) -> Array:\n r""""""Rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{relu}(x) = \max(x, 0)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n For more information see\n `Numerical influence of ReLU’(0) on backpropagation\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n Examples:\n >>> jax.nn.relu(jax.numpy.array([-2., -1., -0.5, 0, 0.5, 1., 2.]))\n Array([0. , 0. , 0. , 0. , 0.5, 1. , 2. ], dtype=float32)\n\n See also:\n :func:`relu6`\n\n """"""\n return jnp.maximum(x, 0)\n# For behavior at 0, see https://dl.acm.org/doi/10.5555/3540261.3540297\nrelu.defjvps(lambda g, ans, x: lax.select(x > 0, g, lax.full_like(g, 0)))\n\n@jax.jit\ndef squareplus(x: ArrayLike, b: ArrayLike = 4) -> Array:\n r""""""Squareplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{squareplus}(x) = \frac{x + \sqrt{x^2 + b}}{2}\n\n as described in https://arxiv.org/abs/2112.11687.\n\n Args:\n x : input array\n b : smoothness parameter\n """"""\n numpy_util.check_arraylike(""squareplus"", x)\n numpy_util.check_arraylike(""squareplus"", b)\n x = jnp.asarray(x)\n b = jnp.asarray(b)\n y = x + jnp.sqrt(jnp.square(x) + b)\n return y / 2\n\n@jax.jit\ndef softplus(x: ArrayLike) -> Array:\n r""""""Softplus activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{softplus}(x) = \log(1 + e^x)\n\n Args:\n x : input array\n """"""\n return jnp.logaddexp(x, 0)\n\n@jax.jit\ndef sparse_plus(x: ArrayLike) -> Array:\n r""""""Sparse plus function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_plus}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{4}(x+1)^2, & -1 < x < 1 \\\n x, & 1 \leq x\n \end{cases}\n\n This is the twin function of the softplus activation ensuring a zero output\n for inputs less than -1 and a linear output for inputs greater than 1,\n while remaining smooth, convex, monotonic by an adequate definition between\n -1 and 1.\n\n Args:\n x: input (float)\n """"""\n numpy_util.check_arraylike(""sparse_plus"", x)\n x = jnp.asarray(x)\n return jnp.where(x <= -1.0, 0.0, jnp.where(x >= 1.0, x, (x + 1.0)**2/4))\n\n@jax.jit\ndef soft_sign(x: ArrayLike) -> Array:\n r""""""Soft-sign activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{soft\_sign}(x) = \frac{x}{|x| + 1}\n\n Args:\n x : input array\n """"""\n numpy_util.check_arraylike(""soft_sign"", x)\n x_arr = jnp.asarray(x)\n return x_arr / (jnp.abs(x_arr) + 1)\n\n@partial(jax.jit, inline=True)\ndef sigmoid(x: ArrayLike) -> Array:\n r""""""Sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{sigmoid}(x) = \frac{1}{1 + e^{-x}}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`log_sigmoid`\n\n """"""\n return lax.logistic(x)\n\n@jax.jit\ndef sparse_sigmoid(x: ArrayLike) -> Array:\n r""""""Sparse sigmoid activation function.\n\n Computes the function:\n\n .. math::\n\n \mathrm{sparse\_sigmoid}(x) = \begin{cases}\n 0, & x \leq -1\\\n \frac{1}{2}(x+1), & -1 < x < 1 \\\n 1, & 1 \leq x\n \end{cases}\n\n This is the twin function of the ``sigmoid`` activation ensuring a zero output\n for inputs less than -1, a 1 output for inputs greater than 1, and a linear\n output for inputs between -1 and 1. It is the derivative of ``sparse_plus``.\n\n For more information, see `Learning with Fenchel-Young Losses (section 6.2)\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n return 0.5 * jnp.clip(x + 1.0, 0.0, 2.0)\n\n@jax.jit\ndef silu(x: ArrayLike) -> Array:\n r""""""SiLU (aka swish) activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{silu}(x) = x \cdot \mathrm{sigmoid}(x) = \frac{x}{1 + e^{-x}}\n\n :func:`swish` and :func:`silu` are both aliases for the same function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * sigmoid(x_arr)\n\nswish = silu\n\n@jax.jit\ndef mish(x: ArrayLike) -> Array:\n r""""""Mish activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{mish}(x) = x \cdot \mathrm{tanh}(\mathrm{softplus}(x))\n\n For more information, see\n `Mish: A Self Regularized Non-Monotonic Activation Function\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""mish"", x)\n x_arr = jnp.asarray(x)\n return x_arr * jnp.tanh(softplus(x_arr))\n\n@jax.jit\ndef log_sigmoid(x: ArrayLike) -> Array:\n r""""""Log-sigmoid activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{log\_sigmoid}(x) = \log(\mathrm{sigmoid}(x)) = -\log(1 + e^{-x})\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""log_sigmoid"", x)\n x_arr = jnp.asarray(x)\n return -softplus(-x_arr)\n\n@jax.jit\ndef elu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Exponential linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{elu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(x) - 1\right), & x \le 0\n \end{cases}\n\n Args:\n x : input array\n alpha : scalar or array of alpha values (default: 1.0)\n\n Returns:\n An array.\n\n See also:\n :func:`selu`\n """"""\n numpy_util.check_arraylike(""elu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 0,\n x_arr,\n alpha * jnp.expm1(jnp.where(x_arr > 0, 0., x_arr)))\n\n@jax.jit\ndef leaky_relu(x: ArrayLike, negative_slope: ArrayLike = 1e-2) -> Array:\n r""""""Leaky rectified linear unit activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{leaky\_relu}(x) = \begin{cases}\n x, & x \ge 0\\\n \alpha x, & x < 0\n \end{cases}\n\n where :math:`\alpha` = :code:`negative_slope`.\n\n Args:\n x : input array\n negative_slope : array or scalar specifying the negative slope (default: 0.01)\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n numpy_util.check_arraylike(""leaky_relu"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr >= 0, x_arr, negative_slope * x_arr)\n\n@jax.jit\ndef hard_tanh(x: ArrayLike) -> Array:\n r""""""Hard :math:`\mathrm{tanh}` activation function.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{hard\_tanh}(x) = \begin{cases}\n -1, & x < -1\\\n x, & -1 \le x \le 1\\\n 1, & 1 < x\n \end{cases}\n\n Args:\n x : input array\n\n Returns:\n An array.\n """"""\n numpy_util.check_arraylike(""hard_tanh"", x)\n x_arr = jnp.asarray(x)\n return jnp.where(x_arr > 1, 1, jnp.where(x_arr < -1, -1, x_arr))\n\n@jax.jit\ndef celu(x: ArrayLike, alpha: ArrayLike = 1.0) -> Array:\n r""""""Continuously-differentiable exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{celu}(x) = \begin{cases}\n x, & x > 0\\\n \alpha \left(\exp(\frac{x}{\alpha}) - 1\right), & x \le 0\n \end{cases}\n\n For more information, see\n `Continuously Differentiable Exponential Linear Units\n `_.\n\n Args:\n x : input array\n alpha : array or scalar (default: 1.0)\n\n Returns:\n An array.\n """"""\n return jnp.maximum(x, 0.0) + alpha * jnp.expm1(jnp.minimum(x, 0.0) / alpha)\n\n@jax.jit\ndef selu(x: ArrayLike) -> Array:\n r""""""Scaled exponential linear unit activation.\n\n Computes the element-wise function:\n\n .. math::\n \mathrm{selu}(x) = \lambda \begin{cases}\n x, & x > 0\\\n \alpha e^x - \alpha, & x \le 0\n \end{cases}\n\n where :math:`\lambda = 1.0507009873554804934193349852946` and\n :math:`\alpha = 1.6732632423543772848170429916717`.\n\n For more information, see\n `Self-Normalizing Neural Networks\n `_.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`elu`\n """"""\n alpha = 1.6732632423543772848170429916717\n scale = 1.0507009873554804934193349852946\n return scale * elu(x, alpha)\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""approximate"",))\ndef gelu(x: ArrayLike, approximate: bool = True) -> Array:\n r""""""Gaussian error linear unit activation function.\n\n If ``approximate=False``, computes the element-wise function:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(\mathrm{erfc} \left(\n \frac{-x}{\sqrt{2}} \right) \right)\n\n If ``approximate=True``, uses the approximate formulation of GELU:\n\n .. math::\n \mathrm{gelu}(x) = \frac{x}{2} \left(1 + \mathrm{tanh} \left(\n \sqrt{\frac{2}{\pi}} \left(x + 0.044715 x^3 \right) \right) \right)\n\n For more information, see `Gaussian Error Linear Units (GELUs)\n `_, section 2.\n\n Args:\n x: input array\n approximate: whether to use the approximate or exact formulation.\n """"""\n [x_arr] = numpy_util.promote_args_inexact(""gelu"", x)\n\n if approximate:\n sqrt_2_over_pi = np.sqrt(2 / np.pi).astype(x_arr.dtype)\n cdf = 0.5 * (1.0 + jnp.tanh(sqrt_2_over_pi * (x_arr + 0.044715 * (x_arr ** 3))))\n return x_arr * cdf\n else:\n sqrt_half = np.sqrt(0.5).astype(x_arr.dtype)\n return jnp.array(\n 0.5 * x_arr * (lax.erfc(-x_arr * sqrt_half)), dtype=x_arr.dtype\n )\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef glu(x: ArrayLike, axis: int = -1) -> Array:\n r""""""Gated linear unit activation function.\n\n Computes the function:\n\n .. math::\n \mathrm{glu}(x) = x\left[\ldots, 0:\frac{n}{2}, \ldots\right] \cdot\n \mathrm{sigmoid} \left( x\left[\ldots, \frac{n}{2}:n, \ldots\right]\n \right)\n\n where the array is split into two along ``axis``. The size of the ``axis``\n dimension must be divisible by two.\n\n Args:\n x : input array\n axis: the axis along which the split should be computed (default: -1)\n\n Returns:\n An array.\n\n See also:\n :func:`sigmoid`\n """"""\n numpy_util.check_arraylike(""glu"", x)\n x_arr = jnp.asarray(x)\n size = x_arr.shape[axis]\n assert size % 2 == 0, ""axis size must be divisible by 2""\n x1, x2 = jnp.split(x_arr, 2, axis)\n return x1 * sigmoid(x2)\n\n# other functions\n\nlogsumexp = _logsumexp\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef log_softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Log-Softmax function.\n\n Computes the logarithm of the :code:`softmax` function, which rescales\n elements to the range :math:`[-\infty, 0)`.\n\n .. math ::\n \mathrm{log\_softmax}(x)_i = \log \left( \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n \right)\n\n Args:\n x : input array\n axis: the axis or axes along which the :code:`log_softmax` should be\n computed. Either an integer or a tuple of integers.\n where: Elements to include in the :code:`log_softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`softmax`\n """"""\n numpy_util.check_arraylike(""log_softmax"", x)\n x_arr = jnp.asarray(x)\n x_max = jnp.max(x_arr, axis, where=where, initial=-jnp.inf, keepdims=True)\n x_safe = x_arr if where is None else jnp.where(where, x_arr, -jnp.inf)\n shifted = x_safe - lax.stop_gradient(x_max)\n shifted_logsumexp = jnp.log(\n jnp.sum(jnp.exp(shifted), axis, where=where, keepdims=True))\n result = shifted - shifted_logsumexp\n if where is not None:\n return jnp.where(where, result, -jnp.inf)\n return result\n\n\n# TODO(phawkins): this jit was found to change numerics in a test. Debug this.\n# @partial(jax.jit, static_argnames=(""axis"",))\ndef softmax(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None) -> Array:\n r""""""Softmax function.\n\n Computes the function which rescales elements to the range :math:`[0, 1]`\n such that the elements along :code:`axis` sum to :math:`1`.\n\n .. math ::\n \mathrm{softmax}(x) = \frac{\exp(x_i)}{\sum_j \exp(x_j)}\n\n Args:\n x : input array\n axis: the axis or axes along which the softmax should be computed. The\n softmax output summed across these dimensions should sum to :math:`1`.\n Either an integer or a tuple of integers.\n where: Elements to include in the :code:`softmax`.\n\n Returns:\n An array.\n\n Note:\n If any input values are ``+inf``, the result will be all ``NaN``: this reflects the\n fact that ``inf / inf`` is not well-defined in the context of floating-point math.\n\n See also:\n :func:`log_softmax`\n """"""\n if config.softmax_custom_jvp.value:\n # mypy is confused by the `functools.partial` application in the definition\n # of `_softmax` and incorrectly concludes that `_softmax` returns\n # `ReturnValue` -- the unsubstituted type parameter of `custom_jvp`.\n return _softmax(x, axis, where)\n else:\n return _softmax_deprecated(x, axis, where)\n\n# TODO(mattjj): replace softmax with _softmax when deprecation flag is removed\n@partial(jax.custom_jvp, nondiff_argnums=(1,))\ndef _softmax(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - x_max)\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n@_softmax.defjvp\ndef _softmax_jvp(axis, primals, tangents):\n (x, where, initial), (x_dot, _, _) = primals, tangents\n y = _softmax(x, axis, where, initial)\n return y, y * (x_dot - (y * x_dot).sum(axis, where=where, keepdims=True))\n\ndef _softmax_deprecated(\n x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n where: ArrayLike | None = None,\n initial: ArrayLike | None = -jnp.inf) -> Array:\n x_max = jnp.max(x, axis, where=where, initial=initial, keepdims=True)\n x_safe = x if where is None else jnp.where(where, x, initial)\n unnormalized = jnp.exp(x_safe - lax.stop_gradient(x_max))\n result = unnormalized / jnp.sum(unnormalized, axis, where=where, keepdims=True)\n if where is not None:\n result = jnp.where(where, result, 0)\n return result\n\n\n@partial(jax.jit, static_argnames=(""axis"",))\ndef standardize(x: ArrayLike,\n axis: int | tuple[int, ...] | None = -1,\n mean: ArrayLike | None = None,\n variance: ArrayLike | None = None,\n epsilon: ArrayLike = 1e-5,\n where: ArrayLike | None = None) -> Array:\n r""""""Standardizes input to zero mean and unit variance.\n\n The standardization is given by:\n\n .. math::\n\n x_{std} = \frac{x - \langle x\rangle}{\sqrt{\langle(x - \langle x\rangle)^2\rangle + \epsilon}}\n\n where :math:`\langle x\rangle` indicates the mean of :math:`x`, and :math:`\epsilon` is\n a small correction factor introduced to avoid division by zero.\n\n Args:\n x: input array to be standardized.\n axis: integer or tuple of integers representing the axes along which\n to standardize. Defaults to the last axis (``-1``).\n mean: optionally specify the mean used for standardization. If not specified,\n then ``x.mean(axis, where=where)`` will be used.\n variance: optionally specify the variance used for standardization. If not\n specified, then ``x.var(axis, where=where)`` will be used.\n epsilon: correction factor added to variance to avoid division by zero; defaults\n to ``1E-5``.\n where: optional boolean mask specifying which elements to use when computing\n the mean and variance.\n\n Returns:\n An array of the same shape as ``x`` containing the standardized input.\n """"""\n numpy_util.check_arraylike(""standardize"", x)\n numpy_util.check_arraylike_or_none(""standardize"", mean, variance, where)\n if mean is None:\n mean = jnp.mean(x, axis, keepdims=True, where=where)\n if variance is None:\n # this definition is traditionally seen as less accurate than jnp.var's\n # mean((x - mean(x))**2) but may be faster and even, given typical\n # activation distributions and low-precision arithmetic, more accurate\n # when used in neural network normalization layers\n variance = jnp.mean(\n jnp.square(x), axis, keepdims=True, where=where) - jnp.square(mean)\n return jnp.subtract(x, jnp.asarray(mean)) * lax.rsqrt(jnp.asarray(variance) + epsilon)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\n@partial(jax.jit, static_argnames=(""num_classes"", ""dtype"", ""axis""))\ndef _one_hot(x: Array, num_classes: int, *,\n dtype: Any, axis: int | AxisName) -> Array:\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n dtype = dtypes.canonicalize_dtype(dtype)\n try:\n output_pos_axis = util.canonicalize_axis(axis, x.ndim + 1) # type: ignore[arg-type]\n except TypeError:\n axis_size = lax.axis_size(axis)\n if num_classes != axis_size:\n raise ValueError(f""Expected num_classes to match the size of axis {axis}, ""\n f""but {num_classes} != {axis_size}"") from None\n axis_idx = lax.axis_index(axis)\n return jnp.asarray(_dot_product_attention_xla == axis_idx, dtype=dtype)\n axis = operator.index(axis) # type: ignore[arg-type]\n lhs = lax.expand_dims(x, (axis,))\n rhs_shape = [1] * x.ndim\n rhs_shape.insert(output_pos_axis, num_classes)\n # TODO(yashkatariya): Maybe expose `out_sharding` on `one_hot` too?\n rhs_sharding = NamedSharding(x.aval.sharding.mesh, P(*[None] * len(rhs_shape))) # pytype: disable=attribute-error\n rhs = lax.broadcasted_iota(x.dtype, rhs_shape, output_pos_axis,\n out_sharding=rhs_sharding)\n return (lhs == rhs).astype(dtype)\n\n# TODO(slebedev): Change the type of `x` to `ArrayLike`.\ndef one_hot(x: Any, num_classes: int, *,\n dtype: Any = jnp.float_, axis: int | AxisName = -1) -> Array:\n """"""One-hot encodes the given indices.\n\n Each index in the input ``x`` is encoded as a vector of zeros of length\n ``num_classes`` with the element at ``index`` set to one::\n\n >>> jax.nn.one_hot(jnp.array([0, 1, 2]), 3)\n Array([[1., 0., 0.],\n [0., 1., 0.],\n [0., 0., 1.]], dtype=float32)\n\n Indices outside the range [0, num_classes) will be encoded as zeros::\n\n >>> jax.nn.one_hot(jnp.array([-1, 3]), 3)\n Array([[0., 0., 0.],\n [0., 0., 0.]], dtype=float32)\n\n Args:\n x: A tensor of indices.\n num_classes: Number of classes in the one-hot dimension.\n dtype: optional, a float dtype for the returned values (default :obj:`jnp.float_`).\n axis: the axis or axes along which the function should be\n computed.\n """"""\n num_classes = core.concrete_dim_or_error(\n num_classes,\n ""The error arose in jax.nn.one_hot argument `num_classes`."")\n x_arr = jnp.asarray(x)\n if not jnp.isdtype(x_arr.dtype, ""integral""):\n # Deprecated 2024-12-18\n deprecations.warn(\n 'jax-nn-one-hot-float-input',\n f""jax.nn.one_hot input should be integer-typed; got dtype={x_arr.dtype}"",\n stacklevel=1)\n return _one_hot(x_arr, num_classes, dtype=dtype, axis=axis)\n\n\n@jax.custom_jvp\n@jax.jit\ndef relu6(x: ArrayLike) -> Array:\n r""""""Rectified Linear Unit 6 activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{relu6}(x) = \min(\max(x, 0), 6)\n\n except under differentiation, we take:\n\n .. math::\n \nabla \mathrm{relu}(0) = 0\n\n and\n\n .. math::\n \nabla \mathrm{relu}(6) = 0\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu`\n """"""\n return jnp.minimum(jnp.maximum(x, 0), 6.)\nrelu6.defjvps(lambda g, ans, x:\n lax.select((x > 0) & (x < 6), g, lax.full_like(g, 0)))\n\n@jax.jit\ndef hard_sigmoid(x: ArrayLike) -> Array:\n r""""""Hard Sigmoid activation function.\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_sigmoid}(x) = \frac{\mathrm{relu6}(x + 3)}{6}\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`relu6`\n """"""\n return relu6(x + 3.) / 6.\n\n@jax.jit\ndef hard_silu(x: ArrayLike) -> Array:\n r""""""Hard SiLU (swish) activation function\n\n Computes the element-wise function\n\n .. math::\n \mathrm{hard\_silu}(x) = x \cdot \mathrm{hard\_sigmoid}(x)\n\n Both :func:`hard_silu` and :func:`hard_swish` are aliases for the same\n function.\n\n Args:\n x : input array\n\n Returns:\n An array.\n\n See also:\n :func:`hard_sigmoid`\n """"""\n numpy_util.check_arraylike(""hard_silu"", x)\n x_arr = jnp.asarray(x)\n return x_arr * hard_sigmoid(x_arr)\n\nhard_swish = hard_silu\n\ndef _get_large_negative(dtype):\n dtype_max = jnp.finfo(dtype).max\n return jnp.asarray(-0.7 * dtype_max, dtype=dtype)\n\ndef _get_causal_mask(T, S):\n mask = jnp.tril(jnp.ones((T, S), dtype=jnp.bool_))\n return mask[None, None, :, :]\n\ndef _get_window_mask(T: int, S: int, local_window_size: tuple[int, int]):\n query_pos = jnp.array(range(T))\n key_pos = jnp.array(range(S))\n left_window, right_window = local_window_size\n left_mask = query_pos[..., None] <= key_pos[..., None, :] + left_window\n right_mask = query_pos[..., None] >= key_pos[..., None, :] - right_window\n return jnp.logical_and(right_mask, left_mask)[None, None, :, :]\n\ndef _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen):\n q_mask = True\n kv_mask = True\n if q_seqlen is not None:\n q_indices = jnp.arange(0, T)[None, :, None]\n q_mask = q_indices < q_seqlen[:, None, None]\n if kv_seqlen is not None:\n kv_indices = jnp.arange(0, S)[None, None, :]\n kv_mask = kv_indices < kv_seqlen[:, None, None]\n mask = jnp.logical_and(q_mask, kv_mask)\n return mask[:, None, :, :]\n\ndef _get_padding_mask_encoded(T, q_seqlen):\n q_indices = jnp.arange(0, T)[None, :]\n mask = q_indices < q_seqlen[:, None]\n return mask[:, :, None, None]\n\ndef _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size):\n if mask is None and not is_causal and q_seqlen is None and kv_seqlen is None:\n return logits\n\n combined_mask = jnp.ones_like(logits, dtype=jnp.bool_)\n if mask is not None:\n assert mask.dtype == jnp.bool_\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n T, S = logits.shape[2], logits.shape[3]\n\n if is_causal:\n mask = _get_causal_mask(T, S)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if local_window_size is not None:\n mask = _get_window_mask(T, S, local_window_size)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n if q_seqlen is not None or kv_seqlen is not None:\n mask = _get_padding_mask_logits(T, S, q_seqlen, kv_seqlen)\n combined_mask = jnp.logical_and(combined_mask, mask)\n\n large_negative_number = _get_large_negative(logits.dtype)\n padded_logits = jnp.where(combined_mask, logits, large_negative_number)\n return padded_logits\n\ndef _dot_product_attention_core(query, key, value, bias, mask, is_causal,\n scale, q_seqlen, kv_seqlen, local_window_size):\n logits_dtype = jnp.promote_types(query.dtype, jnp.float32)\n\n # If the query and logits dtypes are different, then the default precision\n # can use inconsistent types in the backwards pass\n # (see https://github.com/jax-ml/jax/issues/24047).\n if query.dtype == jnp.bfloat16:\n precision = jax.lax.DotAlgorithmPreset.BF16_BF16_F32\n elif query.dtype == jnp.float16:\n precision = jax.lax.DotAlgorithmPreset.F16_F16_F32\n # TODO(sbodenstein): Implement this fix for all dtypes.\n else:\n precision = None\n\n # Explicit precision will fail on platforms that don't support it. For example,\n # some GPUs do not support BF16_BF16_F32, and TPU does not support F16_F16_F32.\n # Use the default precision as a fallback in these cases.\n try:\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=precision,\n preferred_element_type=logits_dtype,\n )\n except: # pylint: disable=bare-except\n logits = jnp.einsum(\n ""BTNH,BSNH->BNTS"",\n query,\n key,\n precision=None,\n preferred_element_type=logits_dtype,\n )\n\n logits *= jnp.array(scale, dtype=logits.dtype)\n\n if bias is not None:\n logits = (logits + bias).astype(logits.dtype)\n\n padded_logits = _apply_masks(logits, mask, is_causal, q_seqlen, kv_seqlen,\n local_window_size)\n\n # Softmax and it is always carried out in fp32.\n padded_logits = padded_logits.astype(jnp.float32)\n probs = jax.nn.softmax(padded_logits, axis=-1).astype(key.dtype)\n\n encoded = jnp.einsum('BNTS,BSNH->BTNH', probs, value)\n if q_seqlen is not None and kv_seqlen is not None:\n mask = _get_padding_mask_encoded(encoded.shape[1], q_seqlen)\n encoded *= mask.astype(encoded.dtype)\n return encoded\n\ndef _dot_product_attention_xla(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None,\n mask: Array | None,\n is_causal: bool,\n scale: float,\n q_seqlen: Array | None,\n kv_seqlen: Array | None,\n local_window_size: tuple[int, int] | None):\n\n B, T, N, H = query.shape\n _, S, K, _ = key.shape\n G = N // K\n\n query = jnp.reshape(query, (B, T, K, G, H))\n def _reshape_to_grouped(t):\n if t is not None:\n tB, tN, tT, tS = t.shape\n if tN == 1:\n t = jnp.broadcast_to(t[:, :, None, :, :], (tB, tN, G, tT, tS))\n else:\n assert tN == N\n t = jnp.reshape(t, (tB, K, G, tT, tS))\n return t\n bias = _reshape_to_grouped(bias)\n mask = _reshape_to_grouped(mask)\n vmapped_fn = jax.vmap(\n _dot_product_attention_core,\n in_axes=(3, None, None, 2, 2, None, None, None, None, None),\n out_axes=3,\n )\n encoded = vmapped_fn(query, key, value, bias, mask, is_causal, scale,\n q_seqlen, kv_seqlen, local_window_size)\n encoded = jnp.reshape(encoded, (B, T, N, H))\n return encoded\n\ndef bias_fwd_rule(a, query_head_num):\n return bias_fwd_p.bind(a, query_head_num), a\ndef bias_bwd_rule(query_head_num, res, g):\n a = res\n if a.shape[0] > 1 or a.shape[-3] != query_head_num:\n raise ValueError(""cuDNN only supports bias gradient when the batch size is ""\n f""1 and the head number matches the query, but got ""\n f""B={a.shape[0]}, N={a.shape[-3]}."")\n return (bias_bwd_p.bind(g, a, query_head_num),)\n\n# This function uses two custom primitives, `bias_fwd` and `bias_bwd`, to work\n# around a cuDNN issue where bias gradients are only supported when the batch\n# size is 1 and the number of heads matches the query.\n# TODO(kaixih@nvidia): Remove this workaround once cuDNN resolves the issue.\n@partial(jax.custom_vjp, nondiff_argnums=(1,))\ndef check_valid_bias_batch(x, query_head_num):\n output, _ = bias_fwd_rule(x, query_head_num)\n return output\ncheck_valid_bias_batch.defvjp(bias_fwd_rule, bias_bwd_rule)\n\nbias_fwd_p = core.Primitive('bias_fwd')\nbias_fwd_p.multiple_results = False\nbias_bwd_p = core.Primitive('bias_bwd')\nbias_bwd_p.multiple_results = False\n\ndef bias_fwd_impl(a, query_head_num):\n return a\ndef bias_bwd_impl(g, a, query_head_num):\n return g\nbias_fwd_p.def_impl(bias_fwd_impl)\nbias_bwd_p.def_impl(bias_bwd_impl)\n\ndef bias_fwd_abstract_eval(a, query_head_num):\n return core.ShapedArray(a.shape, a.dtype)\ndef bias_bwd_abstract_eval(g, a, query_head_num):\n return core.ShapedArray(g.shape, g.dtype)\nbias_fwd_p.def_abstract_eval(bias_fwd_abstract_eval)\nbias_bwd_p.def_abstract_eval(bias_bwd_abstract_eval)\n\ndef bias_fwd_lowering(ctx, a, query_head_num):\n return [a]\ndef bias_bwd_lowering(ctx, g, a, query_head_num):\n return [g]\nmlir.register_lowering(bias_fwd_p, bias_fwd_lowering)\nmlir.register_lowering(bias_bwd_p, bias_bwd_lowering)\n\ndef bias_fwd_batch_rule(batched_args, batch_dims):\n x, query_head_num = batched_args\n a = batch_dims[0]\n output, _ = bias_fwd_rule(x, query_head_num)\n return output, a\ndef bias_bwd_batch_rule(batched_args, batch_dims):\n g, x, query_head_num = batched_args\n b = batch_dims[0]\n *Bs, _, _, _ = x.shape\n B = math.prod(Bs)\n x = jnp.reshape(x, (B,) + x.shape[-3:])\n output, = bias_bwd_rule(query_head_num, x, g)\n return output, b\nbatching.primitive_batchers[bias_fwd_p] = bias_fwd_batch_rule\nbatching.primitive_batchers[bias_bwd_p] = bias_bwd_batch_rule\n\ndef dot_product_attention(\n query: ArrayLike,\n key: ArrayLike,\n value: ArrayLike,\n bias: ArrayLike | None = None,\n mask: ArrayLike | None = None,\n *,\n scale: float | None = None,\n is_causal: bool = False,\n query_seq_lengths: ArrayLike | None = None,\n key_value_seq_lengths: ArrayLike | None = None,\n local_window_size: int | tuple[int, int] | None = None,\n implementation: Literal['xla', 'cudnn'] | None = None) -> Array:\n r""""""Scaled dot product attention function.\n\n Computes the attention function on Query, Key, and Value tensors:\n\n .. math::\n\n \mathrm{Attention}(Q, K, V)=\mathrm{softmax}(\frac{QK^T}{\sqrt{d_k}})V\n\n If we define :code:`logits` as the output of :math:`QK^T` and the\n :code:`probs` as the output of :math:`softmax`.\n\n Throughout this function, we utilize the following uppercase letters to\n represent the shape of array::\n\n B = batch size\n S = length of the key/value (source)\n T = length of the query (target)\n N = number of attention heads\n H = dimensions of each attention head\n K = number of key/value heads\n G = number of groups, which equals to N // K\n\n Args:\n query: query array; shape :code:`(BTNH|TNH)`\n key: key array: shape :code:`(BSKH|SKH)`. When `K` equals `N`, multi-headed\n attention (MHA https://arxiv.org/abs/1706.03762) is performed. Otherwise,\n grouped query attention (GQA https://arxiv.org/abs/2305.13245) is\n performed if `N` is a multiple of `K`, and multi-query attention (MQA\n https://arxiv.org/abs/1911.02150) is performed if `K == 1` (a special case\n of GQA).\n value: value array, should have the same shape as the `key` array.\n bias: optional, bias array to be added to logits; The shape must be 4D and\n be broadcastable to :code:`(BNTS|NTS)`.\n mask: optional, mask array used to filter out logits. It is a boolean mask\n where `True` indicates the element should take part in attention. For an\n additive mask, users should pass it to `bias`. The shape must be 4D and be\n broadcastable to :code:`(BNTS|NTS)`.\n scale: scale for the logits. If None, the scale will be set to 1 divided by\n the square root of query's head dimension (i.e. H).\n is_causal: If true, causal attention will be applied. Note, some\n implementations like `xla` will generate a mask tensor and apply it to the\n logits to mask out the non-causal parts of the attention matrix, but other\n implementations like `cudnn` will avoid computing the non-causal regions,\n providing speedups.\n query_seq_lengths: `int32` array of sequence lengths for query; shape\n :code:`(B)`\n key_value_seq_lengths: `int32` array of sequence lengths for key and value;\n shape :code:`(B)`\n local_window_size: Window sizes to make self attention to attend to each\n token's local window. If set, this specifies the (left_window_size,\n right_window_size) for each token. E.g., if local_window_size == (3, 2)\n and the sequence is [0, 1, 2, 3, 4, 5, c, 7, 8, 9], token `c` can attend\n to [3, 4, 5, c, 7, 8]. If a single int is given, it will be interpreted as\n a symmetric window (window_size, window_size).\n implementation: A string to control which implementation backend to use.\n Supported strings are `xla`, `cudnn` (cuDNN flash attention). It defaults\n to `None`, which will automatically select the best available backend.\n Note, `cudnn` supports only a subset of shapes/dtypes, and an exception\n will be thrown if its not supported.\n\n Returns:\n An array of the attention output with the same shape as :code:`query`.\n """"""\n output_shape = jnp.asarray(query).shape\n def _ensure_4d(t):\n t = jnp.asarray(t)\n dims_to_add = 4 - t.ndim\n if dims_to_add > 0:\n return jnp.expand_dims(t, axis=tuple(range(dims_to_add)))\n return t\n\n query_arr = _ensure_4d(query)\n key_arr = _ensure_4d(key)\n value_arr = _ensure_4d(value)\n bias = _ensure_4d(bias) if bias is not None else None\n mask = _ensure_4d(mask) if mask is not None else None\n if query_seq_lengths is not None:\n query_seq_lengths = jnp.asarray(query_seq_lengths)\n if key_value_seq_lengths is not None:\n key_value_seq_lengths = jnp.asarray(key_value_seq_lengths)\n if isinstance(local_window_size, int):\n local_window_size = (local_window_size, local_window_size)\n\n def _check_shape_and_dtype(t: Array | None, shape: Sequence[int],\n dtype: DType | None, name: str) -> None:\n if t is None:\n return\n if t.ndim != len(shape):\n raise ValueError(f""{name} ndim should be {len(shape)}, but got {t.ndim}"")\n if dtype is not None and t.dtype != dtype:\n raise ValueError(f""{name} dtype should be {dtype}, but got {t.dtype}"")\n for i in range(t.ndim):\n if shape[i] != -1 and t.shape[i] != shape[i]:\n raise ValueError(f""{name} shape should be {shape}: but got {t.shape}"")\n\n B, S, K, H = key_arr.shape\n _check_shape_and_dtype(value_arr, [B, S, K, H], key_arr.dtype, 'value')\n _check_shape_and_dtype(query_arr, [B, -1, -1, H], key_arr.dtype, 'query')\n _check_shape_and_dtype(mask, [-1] * 4, jnp.bool_, 'mask')\n _check_shape_and_dtype(bias, [-1] * 4, None, 'bias')\n _check_shape_and_dtype(query_seq_lengths, [B], jnp.int32,\n 'query_seq_lengths')\n _check_shape_and_dtype(key_value_seq_lengths, [B], jnp.int32,\n 'key_value_seq_lengths')\n if query_arr.shape[-2] % K != 0:\n raise ValueError(f""The number of query heads must be a multiple of ""\n f""key/value heads, but got {query_arr.shape[-2]} vs {K}"")\n\n scale_val = (1.0 / np.sqrt(H)) if scale is None else scale\n\n match implementation:\n case 'xla':\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case 'cudnn':\n if bias is not None:\n bias = check_valid_bias_batch(bias, query_arr.shape[-2])\n bias = jnp.asarray(bias)\n use_padding = (\n query_seq_lengths is not None or key_value_seq_lengths is not None\n )\n if use_padding:\n if query_seq_lengths is None:\n T = query_arr.shape[1]\n query_seq_lengths = jnp.full((B,), T, dtype=jnp.int32)\n if key_value_seq_lengths is None:\n key_value_seq_lengths = jnp.full((B,), S, dtype=jnp.int32)\n\n mask_type = MaskType.NO_MASK\n if use_padding and is_causal:\n mask_type = MaskType.PADDING_CAUSAL\n elif is_causal:\n mask_type = MaskType.CAUSAL\n elif use_padding:\n mask_type = MaskType.PADDING\n # CuDNN supports only the left window with an exclusive boundary when\n # causal mask is enabled.\n sliding_window = None\n if local_window_size is not None:\n l_window, r_window = local_window_size\n if r_window == 0 or mask_type == MaskType.CAUSAL:\n sliding_window = l_window + 1\n else:\n raise ValueError(f""cuDNN doesn't support right window: {r_window} ""\n ""when causal mask is not used."")\n\n out = cudnn_dot_product_attention(\n query_arr, key_arr, value_arr, bias, mask, query_seq_lengths,\n key_value_seq_lengths, scale=scale_val, mask_type=mask_type,\n sliding_window_length=sliding_window,\n )\n case None:\n # TODO(kaixih@nvidia) Defaults to XLA for now. Will automatically select\n # best backend.\n out = _dot_product_attention_xla(\n query_arr, key_arr, value_arr, bias, mask, is_causal=is_causal,\n scale=scale_val, q_seqlen=query_seq_lengths,\n kv_seqlen=key_value_seq_lengths,\n local_window_size=local_window_size,\n )\n case _:\n raise ValueError(f""Unsupported implementation option: {implementation}"")\n\n return jnp.reshape(out, output_shape)\n\ndef scaled_matmul(\n lhs: Array,\n rhs: Array,\n lhs_scales: Array,\n rhs_scales: Array,\n preferred_element_type: DTypeLike = jnp.float32,\n) -> Array:\n r""""""Scaled matrix multiplication function.\n\n Performs block-scaled matmul of `a` and `b` using `a_scales` and `b_scales`.\n The last dim is the contracting dim, and block size is inferred.\n\n Mathematically, this operation is equivalent to::\n\n a_block_size = a.shape[-1] // a_scales.shape[-1]\n b_block_size = b.shape[-1] // b_scales.shape[-1]\n a_scaled = a * jnp.repeat(a_scales, a_block_size, axis=-1)\n b_scaled = b * jnp.repeat(b_scales, b_block_size, axis=-1)\n jnp.einsum('BMK,BNK->BMN', a_scaled, b_scaled)\n\n Args:\n lhs (Array): Operand a, shape (B, M, K).\n rhs (Array): Operand b, shape (B, N, K).\n lhs_scales (Array): Shape (B, M, K_a), where `K % K_a == 0`.\n rhs_scales (Array): Shape (B, N, K_b), where `K % K_b == 0`.\n preferred_element_type (DTypeLike, optional): Defaults to `jnp.float32`.\n\n Returns:\n Array of shape (B, M, N).\n\n Notes:\n - We currently do not support user-defined `precision` for customizing the\n compute data type. It is fixed to `jnp.float32`.\n - Block size is inferred as `K // K_a` for `a` and `K // K_b` for `b`.\n - To use cuDNN with Nvidia Blackwell GPUs, inputs must match::\n\n # mxfp8\n a, b: jnp.float8_e4m3fn | jnp.float8_e5m2\n a_scales, b_scales: jnp.float8_e8m0fnu\n block_size: 32\n # nvfp4\n a, b: jnp.float4_e2m1fn\n a_scales, b_scales: jnp.float8_e4m3fn\n block_size: 16\n\n Examples:\n\n Basic case:\n\n >>> a = jnp.array([1, 2, 3]).reshape((1, 1, 3))\n >>> b = jnp.array([4, 5, 6]).reshape((1, 1, 3))\n >>> a_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> b_scales = jnp.array([0.5]).reshape((1, 1, 1))\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n Array([[[8.]]], dtype=float32)\n\n Using fused cuDNN call on Blackwell GPUs:\n\n >>> dtype = jnp.float8_e4m3fn\n >>> a = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64), dtype=dtype)\n >>> b = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64), dtype=dtype)\n >>> a_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> b_scales = jnp.ones((3, 128, 4), dtype=jnp.float8_e8m0fnu)\n >>> scaled_matmul(a, b, a_scales, b_scales) # doctest: +SKIP\n """"""\n a, b, a_scales, b_scales = lhs, rhs, lhs_scales, rhs_scales\n if not all(x.ndim == 3 for x in (a, b, a_scales, b_scales)):\n raise ValueError(\n ""scaled_matmul requires all inputs to be 3-dimensional arrays""\n )\n\n B_a, M_a, K_a = a.shape\n B_b, N_b, K_b = b.shape\n if K_a != K_b or B_a != B_b:\n raise ValueError(\n ""scaled_matmul requires inputs a and b to have matching batch (B) ""\n f""and contract (K) dimensions, but got shapes {a.shape} and ""\n f""{b.shape}""\n )\n\n B_as, M_as, K_as = a_scales.shape\n B_bs, N_bs, K_bs = b_scales.shape\n if K_as != K_bs or B_as != B_bs:\n raise ValueError(\n ""scaled_matmul requires scales to have matching batch (B) and ""\n f""contract (K) dimensions, but got shapes {a_scales.shape} and ""\n f""{b_scales.shape}""\n )\n\n if M_as != M_a or N_bs != N_b:\n raise ValueError(\n ""scaled_matmul requires scales to match non-contract dimensions of ""\n f""inputs, but got shapes a: {a.shape}, b: {b.shape}, a_scales: ""\n f""{a_scales.shape}, b_scales: {b_scales.shape}""\n )\n\n preferred_element_type = dtypes.canonicalize_dtype(\n np.dtype(preferred_element_type)\n )\n out = cudnn_scaled_matmul(\n a,\n b,\n a_scales,\n b_scales,\n preferred_element_type=preferred_element_type,\n )\n return out\n\ndef get_scaled_dot_general_config(mode: Literal['nvfp4', 'mxfp8'],\n global_scale: Array | None = None):\n r""""""Get quantization configs for scaled_dot_general.\n\n Create quantization configs for the `jax.nn.scaled_dot_general`.\n\n See Also:\n - :func:`jax.nn.scaled_dot_general`: Scaled dot general function.\n """"""\n\n if mode == 'nvfp4':\n one = jnp.ones((1,), dtype=jnp.float32)\n return BlockScaleConfig(\n mode='nvfp4',\n block_size=16,\n data_type=jnp.float4_e2m1fn,\n scale_type=jnp.float8_e4m3fn,\n global_scale=one if global_scale is None else global_scale,\n infer_only=False\n )\n elif mode == 'mxfp8':\n return BlockScaleConfig(\n mode='mxfp8',\n block_size=32,\n data_type=jnp.float8_e4m3fn,\n scale_type=jnp.float8_e8m0fnu,\n global_scale=None,\n infer_only=False\n )\n else:\n raise ValueError(f""Unsupported mode: {mode}"")\n\ndef scaled_dot_general(\n lhs, rhs,\n dimension_numbers,\n preferred_element_type=jnp.float32,\n configs: List[BlockScaleConfig] | None = None,\n implementation: Literal['cudnn'] | None = None,\n ):\n r""""""Scaled dot general operation.\n\n Performs a generalized dot product with block-scaled quantization on the\n lhs and rhs inputs. This operation extends `lax.dot_general` to support\n user-defined scaling configurations.\n\n Essentially, the operation follows::\n\n a, a_scales = quantize(lhs, configs[0])\n b, b_scales = quantize(rhs, configs[1])\n c = jax.nn.scaled_matmul(a, b, a_scales, b_scales)\n\n Args:\n lhs (ArrayLike): Input array.\n rhs (ArrayLike): Input array.\n dimension_numbers (DotDimensionNumbers): A tuple of two tuples specifying\n the contraction and batch dimensions:\n `((lhs_contracting_dims, rhs_contracting_dims), (lhs_batch_dims, rhs_batch_dims))`.\n preferred_element_type (DTypeLike, optional): Output data type of the dot\n product. Defaults to `jnp.float32`. Other valid types include\n `jnp.bfloat16` and `jnp.float16`.\n configs (list of BlockScaleConfig, optional): Scaling configurations for\n lhs, rhs, and gradients. Users can obtain valid configurations via\n `jax.nn.get_scaled_dot_general_config`. Currently, `nvfp4` and `mxfp8`\n are supported. If `None`, falls back to `lax.dot_general`.\n implementation: str\n (Deprecated) Backend selector, now ignored. The system chooses the backend\n automatically. Scheduled for removal in future releases.\n\n Returns:\n Array: The resulting tensor, with batch dimensions first, followed by\n non-contracting/non-batch dimensions of lhs, and then those of rhs.\n\n See Also:\n - :func:`jax.nn.scaled_matmul`: Scaled matmul function.\n - :func:`jax.lax.dot_general`: General dot product operator.\n\n Notes:\n - Unlike `nn.scaled_matmul`, which assumes quantized low-precision\n inputs with explicit scaling factors, this operator takes high-precision\n inputs, applies quantization internally, and handles the backward pass.\n\n Examples:\n\n Creating config for mxfp8:\n\n >>> configs = [jax.nn.get_scaled_dot_general_config('mxfp8')] * 3\n\n Creating config for nvfp4:\n\n >>> global_scale = jnp.array([0.5], jnp.float32)\n >>> configs = [jax.nn.get_scaled_dot_general_config('nvfp4', global_scale)] * 3\n\n Using scaled_dot_general with the configs:\n\n >>> import functools\n >>> scaled_dot_general_fn = functools.partial(jax.nn.scaled_dot_general, configs=configs)\n >>> lhs = jax.random.normal(jax.random.PRNGKey(1), (3, 128, 64))\n >>> rhs = jax.random.normal(jax.random.PRNGKey(2), (3, 128, 64))\n >>> out = scaled_dot_general_fn(lhs, rhs, (((2,), (2,)), ((0,), (0,)))) # doctest: +SKIP\n """"""\n if implementation is not None:\n warnings.warn(""Backend selector, now ignored. The system chooses the ""\n ""backend automatically."", DeprecationWarning)\n\n if configs is None:\n return lax.dot_general(lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type)\n\n out = cudnn_scaled_dot_general(\n lhs, rhs, dimension_numbers,\n preferred_element_type=preferred_element_type,\n configs=configs\n )\n\n return out\n",python,tab +6512,17871225,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",26166,6,"einsum",python,selection_command +6513,17874547,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py",25464,0,"",python,selection_mouse +6514,17874983,"jasmine.py",0,0,"",python,tab +6515,17930254,"jasmine.py",14300,0,"",python,selection_command +6516,17930393,"jasmine.py",14222,0,"",python,selection_command +6517,17930533,"jasmine.py",14161,0,"",python,selection_command +6518,17930656,"jasmine.py",14173,0,"",python,selection_command +6519,17930803,"jasmine.py",14175,0,"",python,selection_command +6520,17931662,"jasmine.py",14175,0,"F",python,content +6521,17931662,"jasmine.py",14176,0,"",python,selection_keyboard +6522,17931728,"jasmine.py",14176,0,"I",python,content +6523,17931728,"jasmine.py",14177,0,"",python,selection_keyboard +6524,17931817,"jasmine.py",14177,0,"X",python,content +6525,17931817,"jasmine.py",14178,0,"",python,selection_keyboard +6526,17931984,"jasmine.py",14178,0,"M",python,content +6527,17931985,"jasmine.py",14179,0,"",python,selection_keyboard +6528,17932174,"jasmine.py",14179,0,"E",python,content +6529,17932175,"jasmine.py",14180,0,"",python,selection_keyboard +6530,17932265,"jasmine.py",14180,0," ",python,content +6531,17932265,"jasmine.py",14181,0,"",python,selection_keyboard +6532,17932424,"jasmine.py",14181,0,"(",python,content +6533,17932424,"jasmine.py",14182,0,"",python,selection_keyboard +6534,17932663,"jasmine.py",14182,0,"f",python,content +6535,17932663,"jasmine.py",14183,0,"",python,selection_keyboard +6536,17932809,"jasmine.py",14183,0,".",python,content +6537,17932809,"jasmine.py",14184,0,"",python,selection_keyboard +6538,17932872,"jasmine.py",14184,0,"s",python,content +6539,17932872,"jasmine.py",14185,0,"",python,selection_keyboard +6540,17932922,"jasmine.py",14185,0,"r",python,content +6541,17932922,"jasmine.py",14186,0,"",python,selection_keyboard +6542,17933008,"jasmine.py",14186,0,"a",python,content +6543,17933008,"jasmine.py",14187,0,"",python,selection_keyboard +6544,17933042,"jasmine.py",14187,0,"m",python,content +6545,17933043,"jasmine.py",14188,0,"",python,selection_keyboard +6546,17933224,"jasmine.py",14188,0,"b",python,content +6547,17933224,"jasmine.py",14189,0,"",python,selection_keyboard +6548,17933276,"jasmine.py",14189,0,"i",python,content +6549,17933276,"jasmine.py",14190,0,"",python,selection_keyboard +6550,17933305,"jasmine.py",14190,0,"c",python,content +6551,17933305,"jasmine.py",14191,0,"",python,selection_keyboard +6552,17933374,"jasmine.py",14191,0,"a",python,content +6553,17933374,"jasmine.py",14192,0,"",python,selection_keyboard +6554,17933511,"jasmine.py",14192,0,"l",python,content +6555,17933511,"jasmine.py",14193,0,"",python,selection_keyboard +6556,17933713,"jasmine.py",14193,0,")",python,content +6557,17933714,"jasmine.py",14194,0,"",python,selection_keyboard +6558,17933888,"jasmine.py",14194,0,":",python,content +6559,17933889,"jasmine.py",14195,0,"",python,selection_keyboard +6560,17933989,"jasmine.py",14195,0," ",python,content +6561,17933990,"jasmine.py",14196,0,"",python,selection_keyboard +6562,17934227,"jasmine.py",14195,0,"",python,selection_command +6563,17935107,"jasmine.py",14161,0,"",python,selection_command +6564,17942167,"jasmine.py",14093,0,"",python,selection_command +6565,17942408,"jasmine.py",14079,0,"",python,selection_command +6566,17942429,"jasmine.py",14030,0,"",python,selection_command +6567,17942460,"jasmine.py",13974,0,"",python,selection_command +6568,17942496,"jasmine.py",13946,0,"",python,selection_command +6569,17942529,"jasmine.py",13945,0,"",python,selection_command +6570,17942631,"jasmine.py",13931,0,"",python,selection_command +6571,17942827,"jasmine.py",13877,0,"",python,selection_command +6572,17942884,"jasmine.py",13893,0,"",python,selection_command +6573,17943041,"jasmine.py",13908,0,"",python,selection_command +6574,17943301,"jasmine.py",13910,0,"",python,selection_command +6575,17943403,"jasmine.py",13911,0,"",python,selection_command +6576,17943602,"jasmine.py",13912,0,"",python,selection_command +6577,17943763,"jasmine.py",13914,0,"",python,selection_command +6578,17944110,"jasmine.py",13915,0,"",python,selection_command +6579,17944935,"jasmine.py",13916,0,"",python,selection_command +6580,17945098,"jasmine.py",13917,0,"",python,selection_command +6581,17945294,"jasmine.py",13917,1,"n",python,content +6582,17946042,"jasmine.py",13877,0,"",python,selection_command +6583,17954184,"jasmine.py",13931,0,"",python,selection_command +6584,17954423,"jasmine.py",13945,0,"",python,selection_command +6585,17954453,"jasmine.py",13946,0,"",python,selection_command +6586,17954485,"jasmine.py",13974,0,"",python,selection_command +6587,17954520,"jasmine.py",14030,0,"",python,selection_command +6588,17954553,"jasmine.py",14079,0,"",python,selection_command +6589,17954585,"jasmine.py",14093,0,"",python,selection_command +6590,17954618,"jasmine.py",14161,0,"",python,selection_command +6591,17954651,"jasmine.py",14243,0,"",python,selection_command +6592,17954684,"jasmine.py",14321,0,"",python,selection_command +6593,17954720,"jasmine.py",14412,0,"",python,selection_command +6594,17954834,"jasmine.py",14496,0,"",python,selection_command +6595,17955248,"jasmine.py",14412,0,"",python,selection_command +6596,17955440,"jasmine.py",14321,0,"",python,selection_command +6597,17955530,"jasmine.py",14412,0,"",python,selection_command +6598,17955687,"jasmine.py",14321,0,"",python,selection_command +6599,17955840,"jasmine.py",14243,0,"",python,selection_command +6600,17956009,"jasmine.py",14255,0,"",python,selection_command +6601,17956161,"jasmine.py",14272,0,"",python,selection_command +6602,17956298,"jasmine.py",14274,0,"",python,selection_command +6603,17956445,"jasmine.py",14276,0,"",python,selection_command +6604,17956558,"jasmine.py",14278,0,"",python,selection_command +6605,17956728,"jasmine.py",14282,0,"",python,selection_command +6606,17956902,"jasmine.py",14283,0,"",python,selection_command +6607,17964958,"jasmine.py",4461,8,"dynamics",python,selection_command +6608,17965248,"jasmine.py",4468,0,"",python,selection_command +6609,17965639,"jasmine.py",4470,0,"",python,selection_command +6610,17965784,"jasmine.py",4472,0,"",python,selection_command +6611,17966248,"models/dynamics_causal.py",0,0,"",python,tab +6612,17966248,"models/dynamics_causal.py",127,0,"",python,selection_command +6613,17998418,"models/dynamics_causal.py",1830,0,"",python,selection_mouse +6614,17998852,"models/dynamics_causal.py",1889,0,"",python,selection_mouse +6615,18029652,"jasmine.py",0,0,"",python,tab +6616,18032062,"models/dynamics_causal.py",0,0,"",python,tab +6617,18032062,"models/dynamics_causal.py",1889,0,"",python,selection_command +6618,18036404,"jasmine.py",0,0,"",python,tab +6619,18037916,"models/dynamics_causal.py",0,0,"",python,tab +6620,18037916,"models/dynamics_causal.py",1889,0,"",python,selection_command +6621,18039154,"jasmine.py",0,0,"",python,tab +6622,18039849,"jasmine.py",4470,0,"",python,selection_command +6623,18039975,"jasmine.py",4461,0,"",python,selection_command +6624,18040826,"jasmine.py",5088,0,"",python,selection_command +6625,18041270,"jasmine.py",5825,0,"",python,selection_command +6626,18048327,"jasmine.py",8217,0,"",python,selection_command +6627,18049503,"jasmine.py",8284,0,"",python,selection_command +6628,18049736,"jasmine.py",8622,0,"",python,selection_command +6629,18050744,"jasmine.py",14283,0,"",python,selection_command +6630,18051491,"jasmine.py",434,0,"",python,selection_command +6631,18052352,"jasmine.py",14283,0,"",python,selection_command +6632,18058095,"jasmine.py",14201,0,"",python,selection_command +6633,18058345,"jasmine.py",14133,0,"",python,selection_command +6634,18058363,"jasmine.py",14091,0,"",python,selection_command +6635,18058400,"jasmine.py",14070,0,"",python,selection_command +6636,18058697,"jasmine.py",14014,0,"",python,selection_command +6637,18097885,"models/dynamics_causal.py",0,0,"",python,tab +6638,18110480,"models/dynamics_causal.py",1877,60,"",python,content +6639,18110489,"models/dynamics_causal.py",1885,0,"",python,selection_command +6640,18112393,"models/dynamics_causal.py",1885,0,"act_embed = self.action_up(batch[""latent_actions""])\n ",python,content +6641,18112401,"models/dynamics_causal.py",1889,0,"",python,selection_command +6642,18112785,"models/dynamics_causal.py",2277,0,"\n",python,content +6643,18112789,"models/dynamics_causal.py",2277,0,"",python,selection_command +6644,18113672,"models/dynamics_causal.py",2277,1,"",python,content +6645,18114458,"models/dynamics_causal.py",2276,0,"",python,selection_command +6646,18114716,"models/dynamics_causal.py",2196,0,"",python,selection_command +6647,18114745,"models/dynamics_causal.py",2165,0,"",python,selection_command +6648,18114772,"models/dynamics_causal.py",2089,0,"",python,selection_command +6649,18114805,"models/dynamics_causal.py",2010,0,"",python,selection_command +6650,18114839,"models/dynamics_causal.py",1958,0,"",python,selection_command +6651,18114874,"models/dynamics_causal.py",1937,0,"",python,selection_command +6652,18115359,"models/dynamics_causal.py",1877,0,"",python,selection_command +6653,18384267,"models/dynamics_causal.py",1937,0,"",python,selection_command +6654,18384383,"models/dynamics_causal.py",1958,0,"",python,selection_command +6655,18384549,"models/dynamics_causal.py",2010,0,"",python,selection_command +6656,18385260,"models/dynamics_causal.py",2018,0,"",python,selection_command +6657,18385503,"models/dynamics_causal.py",2020,0,"",python,selection_command +6658,18385529,"models/dynamics_causal.py",2026,0,"",python,selection_command +6659,18385555,"models/dynamics_causal.py",2027,0,"",python,selection_command +6660,18385591,"models/dynamics_causal.py",2028,0,"",python,selection_command +6661,18385784,"models/dynamics_causal.py",2029,0,"",python,selection_command +6662,18385943,"models/dynamics_causal.py",2038,0,"",python,selection_command +6663,18386097,"models/dynamics_causal.py",2041,0,"",python,selection_command +6664,18386238,"models/dynamics_causal.py",2045,0,"",python,selection_command +6665,18386580,"models/dynamics_causal.py",2041,0,"",python,selection_command +6666,18386761,"models/dynamics_causal.py",2041,47,"",python,content +6667,18387118,"models/dynamics_causal.py",2041,0,"p",python,content +6668,18387118,"models/dynamics_causal.py",2042,0,"",python,selection_keyboard +6669,18387194,"models/dynamics_causal.py",2042,0,"a",python,content +6670,18387195,"models/dynamics_causal.py",2043,0,"",python,selection_keyboard +6671,18387270,"models/dynamics_causal.py",2043,0,"d",python,content +6672,18387270,"models/dynamics_causal.py",2044,0,"",python,selection_keyboard +6673,18387424,"models/dynamics_causal.py",2044,0,"d",python,content +6674,18387424,"models/dynamics_causal.py",2045,0,"",python,selection_keyboard +6675,18387515,"models/dynamics_causal.py",2045,0,"i",python,content +6676,18387515,"models/dynamics_causal.py",2046,0,"",python,selection_keyboard +6677,18387589,"models/dynamics_causal.py",2046,0,"n",python,content +6678,18387589,"models/dynamics_causal.py",2047,0,"",python,selection_keyboard +6679,18387601,"models/dynamics_causal.py",2047,0,"g",python,content +6680,18387601,"models/dynamics_causal.py",2048,0,"",python,selection_keyboard +6681,18387694,"models/dynamics_causal.py",2048,0," ",python,content +6682,18387694,"models/dynamics_causal.py",2049,0,"",python,selection_keyboard +6683,18388133,"models/dynamics_causal.py",2041,8,"",python,content +6684,19185729,"models/dynamics_causal.py",2040,0,"",python,selection_command +6685,19194536,"models/dynamics_causal.py",0,0,"",python,tab +6686,19194537,"models/dynamics_causal.py",1937,0,"",python,selection_command +6687,19198618,"models/dynamics_maskgit.py",0,0,"",python,tab +6688,19198618,"models/dynamics_maskgit.py",1851,0,"",python,selection_command +6689,19321942,"models/dynamics_maskgit.py",1851,1270," self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n",python,content +6690,19322790,"models/dynamics_causal.py",0,0,"",python,tab +6691,19322790,"models/dynamics_causal.py",1937,0,"",python,selection_command +6692,19327812,"models/dynamics_causal.py",1937,343," vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n\n",python,content +6693,19328896,"sample.py",0,0,"",python,tab +6694,19328896,"sample.py",4802,0,"",python,selection_command +6695,19763588,"models/dynamics_causal.py",0,0,"",python,tab +6696,19765791,"utils/nn.py",0,0,"",python,tab +6697,19768797,"utils/nn.py",126,0,"",python,selection_command +6698,19771461,"utils/nn.py",1593,0,"",python,selection_command +6699,19773559,"utils/nn.py",1570,0,"",python,selection_command +6700,19773797,"utils/nn.py",1574,0,"",python,selection_command +6701,19774039,"utils/nn.py",1575,0,"",python,selection_command +6702,19774354,"utils/nn.py",3746,0,"",python,selection_command +6703,19816043,"utils/nn.py",1575,0,"",python,selection_command +6704,19818358,"utils/nn.py",1591,0,"",python,selection_command +6705,19818605,"utils/nn.py",1593,0,"",python,selection_command +6706,19820516,"utils/nn.py",126,0,"",python,selection_command +6707,19841054,"utils/nn.py",164,0,"",python,selection_command +6708,19841304,"utils/nn.py",285,0,"",python,selection_command +6709,19841323,"utils/nn.py",292,0,"",python,selection_command +6710,19841362,"utils/nn.py",351,0,"",python,selection_command +6711,19841390,"utils/nn.py",382,0,"",python,selection_command +6712,19841430,"utils/nn.py",407,0,"",python,selection_command +6713,19841460,"utils/nn.py",414,0,"",python,selection_command +6714,19841494,"utils/nn.py",467,0,"",python,selection_command +6715,19841528,"utils/nn.py",542,0,"",python,selection_command +6716,19841560,"utils/nn.py",570,0,"",python,selection_command +6717,19841700,"utils/nn.py",651,0,"",python,selection_command +6718,19841860,"utils/nn.py",661,0,"",python,selection_command +6719,19858989,"utils/nn.py",723,0,"",python,selection_command +6720,19859149,"utils/nn.py",785,0,"",python,selection_command +6721,19859387,"utils/nn.py",779,34," self.pe = nnx.Variable(pe)",python,selection_command +6722,19859619,"utils/nn.py",717,96," pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6723,19859862,"utils/nn.py",655,158," pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6724,19859883,"utils/nn.py",645,168," )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6725,19859921,"utils/nn.py",564,249," jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6726,19859954,"utils/nn.py",536,277," div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6727,19859985,"utils/nn.py",461,352," position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6728,19860022,"utils/nn.py",408,405," pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6729,19860053,"utils/nn.py",407,406,"\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6730,19860085,"utils/nn.py",376,437," self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6731,19860230,"utils/nn.py",345,468," self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6732,19860381,"utils/nn.py",286,527," def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6733,19860522,"utils/nn.py",285,528,"\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6734,19860677,"utils/nn.py",158,655," """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6735,19860808,"utils/nn.py",120,693,"class PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)",python,selection_command +6736,19933706,"utils/nn.py",126,0,"",python,selection_command +6737,19936837,"utils/nn.py",0,0,"",python,tab +6738,19936837,"utils/nn.py",2260,0,"",python,selection_command +6739,19944594,"utils/nn.py",2260,9272," # decode=self.decode,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=self.decode,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n spatial_causal: bool,\n decode: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.spatial_causal = spatial_causal\n self.decode = decode\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks: list[STBlock] = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=self.spatial_causal,\n decode=self.decode,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n # x.shape (1, 1, 921, 512)\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n # x.shape (1, 1, 921, 512)\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n # Handle causal mask for cached decoder self-attention (from nnx.MultiHeadAttention)\n if mask is not None:\n mask_4d = _rearrange(mask)\n # NOTE: We need to broadcast T and S dimensions to target_seq_len since cudnn attention strictly checks the mask shape\n # https://github.com/jax-ml/jax/issues/28974\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L1830\n # https://github.com/jax-ml/jax/blob/08c7677393672ccb85c10f1ed0bd506905c3c994/jax/_src/cudnn/fused_attention_stablehlo.py#L337\n mask_4d = einops.repeat(mask_4d, ""... 1 1 -> ... t s"", t=target_seq_len, s=target_seq_len)\n mask_4d = mask_4d.astype(jnp.bool)\n else:\n mask_4d = attention_mask[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n",python,content +6740,19945552,"sample.py",0,0,"",python,tab +6741,19945552,"sample.py",4802,0,"",python,selection_command +6742,19949698,"sample.py",4802,1190," @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(jasmine, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n",python,content +6743,19950756,"jasmine.py",0,0,"",python,tab +6744,19950756,"jasmine.py",8199,0,"",python,selection_command +6745,19959088,"jasmine.py",8199,7343," # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n if not isinstance(self.dynamics, DynamicsMaskGIT):\n raise TypeError(""`sample_maskgit` requires `DynamicsMaskGIT`."")\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.transformer(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n\n def token_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array], token_idx: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_full, action_tokens = carry\n t = token_idx // N\n n = token_idx % N\n\n # For autoregressive decoding, we only need to pass the token from the previous step.\n # The model internally uses a KV cache to remember previous tokens.\n current_token_sequence = jax.lax.dynamic_slice(\n token_idxs_full, (0, t, 0), (B, 1, N)\n )\n\n dyna_inputs = {\n ""video_tokens"": current_token_sequence,\n ""latent_actions"": action_tokens,\n }\n # The model will output logits for all patches in the sequence (which is just one frame).\n next_token_logits, _ = self.dynamics(dyna_inputs, training=False)\n # We select the logits for the specific patch `n` we are currently generating.\n next_token_logits = next_token_logits[:, 0, n, :].astype(\n jnp.float32\n ) # (B, vocab_size)\n\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B,)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B,)\n\n # Insert the generated token into the full sequence.\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n new_carry = (rng, token_idxs_full, action_tokens)\n return new_carry, None\n\n # --- Autoregressive generation ---\n future_frames = seq_len - T\n total_future_tokens = future_frames * N\n start_token_idx = T * N\n step_indices = jnp.arange(start_token_idx, start_token_idx + total_future_tokens)\n\n initial_carry = (batch[""rng""], token_idxs_full, action_tokens)\n final_carry, _ = jax.lax.scan(\n token_step_fn, initial_carry, step_indices\n",python,content +6746,19962204,"utils/nn.py",0,0,"",python,tab +6747,19972116,"utils/nn.py",1163,9517," rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n",python,content +6748,19976781,"utils/nn.py",0,0,"Switched from branch 'causal-transformer-nnx' to 'flax-nnx-migration'",python,git_branch_checkout +6749,20131907,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +6750,20134819,"sample.py",1535,0,"",python,selection_command +6751,20135331,"sample.py",1535,7,"",python,content +6752,20135499,"sample.py",1535,0,"k",python,content +6753,20135499,"sample.py",1536,0,"",python,selection_keyboard +6754,20135610,"sample.py",1536,0,"e",python,content +6755,20135611,"sample.py",1537,0,"",python,selection_keyboard +6756,20135703,"sample.py",1537,0,"y",python,content +6757,20135703,"sample.py",1538,0,"",python,selection_keyboard +6758,20135957,"sample.py",1537,0,"",python,selection_command +6759,20139513,"sample.py",1550,0,"",python,selection_command +6760,20139698,"sample.py",1537,0,"",python,selection_command +6761,20183639,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +6762,20186729,"utils/nn.py",3838,0,"",python,selection_command +6763,20188479,"utils/nn.py",3823,43,"",python,content +6764,20188512,"utils/nn.py",3831,0,"",python,selection_command +6765,20188630,"utils/nn.py",3833,0,"",python,selection_command +6766,20188825,"utils/nn.py",3835,0,"",python,selection_command +6767,20188923,"utils/nn.py",3839,0,"",python,selection_command +6768,20189151,"utils/nn.py",3840,0,"",python,selection_command +6769,20189222,"utils/nn.py",3858,0,"",python,selection_command +6770,20189388,"utils/nn.py",3859,0,"",python,selection_command +6771,20189923,"utils/nn.py",3860,0,"",python,selection_command +6772,20190093,"utils/nn.py",3860,1,",",python,selection_command +6773,20190202,"utils/nn.py",3860,6,", mask",python,selection_command +6774,20190271,"utils/nn.py",3860,7,", mask=",python,selection_command +6775,20190474,"utils/nn.py",3860,18,", mask=causal_mask",python,selection_command +6776,20190725,"utils/nn.py",3860,19,", mask=causal_mask)",python,selection_command +6777,20190942,"utils/nn.py",3860,18,", mask=causal_mask",python,selection_command +6778,20191109,"utils/nn.py",3860,18,"",python,content +6779,20198889,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the tokenizer vq dropout due to a bug in flax.nnx\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +6780,20200700,"train_dynamics.py",5344,0,"",python,selection_command +6781,20201210,"train_dynamics.py",5344,7,"",python,content +6782,20201410,"train_dynamics.py",5344,0,"k",python,content +6783,20201411,"train_dynamics.py",5345,0,"",python,selection_keyboard +6784,20201466,"train_dynamics.py",5345,0,"e",python,content +6785,20201466,"train_dynamics.py",5346,0,"",python,selection_keyboard +6786,20201583,"train_dynamics.py",5346,0,"y",python,content +6787,20201583,"train_dynamics.py",5347,0,"",python,selection_keyboard +6788,20201734,"train_dynamics.py",5346,0,"",python,selection_command +6789,20203053,"train_dynamics.py",5359,0,"",python,selection_command +6790,20203314,"train_dynamics.py",5346,0,"",python,selection_command +6791,20210637,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(\n model: LatentActionModel, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, jax.Array, dict]]:\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(\n lam: LatentActionModel,\n optimizer: nnx.Optimizer,\n inputs: dict,\n action_last_active: jax.Array,\n rng: jax.Array,\n) -> tuple[jax.Array, jax.Array, jax.Array, dict]:\n def loss_fn(\n model: LatentActionModel,\n ) -> tuple[jax.Array, tuple[jax.Array, jax.Array, dict]]:\n return lam_loss_fn(model, inputs)\n\n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(\n loss_fn, has_aux=True\n )(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook.value\n )\n lam.vq.codebook.value = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(\n lam, optimizer, inputs, action_last_active, _rng\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +6792,20212944,"train_lam.py",5018,0,"",python,selection_command +6793,20213329,"train_lam.py",5018,7,"",python,content +6794,20213407,"train_lam.py",5018,0,"k",python,content +6795,20213408,"train_lam.py",5019,0,"",python,selection_keyboard +6796,20213520,"train_lam.py",5019,0,"e",python,content +6797,20213520,"train_lam.py",5020,0,"",python,selection_keyboard +6798,20213620,"train_lam.py",5020,0,"y",python,content +6799,20213621,"train_lam.py",5021,0,"",python,selection_keyboard +6800,20213743,"train_lam.py",5020,0,"",python,selection_command +6801,20216202,"train_dynamics.py",0,0,"",python,tab +6802,20219057,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(\n model: TokenizerVQVAE, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n tokenizer: TokenizerVQVAE, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n def loss_fn(model: TokenizerVQVAE) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return tokenizer_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(\n tokenizer\n )\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(tokenizer, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(tokenizer, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n inputs = dict(videos=videos)\n loss, recon, metrics = train_step(tokenizer, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +6803,20220386,"train_tokenizer.py",4891,0,"",python,selection_command +6804,20221346,"train_tokenizer.py",4891,7,"",python,content +6805,20221444,"train_tokenizer.py",4891,0,"k",python,content +6806,20221444,"train_tokenizer.py",4892,0,"",python,selection_keyboard +6807,20221529,"train_tokenizer.py",4892,0,"e",python,content +6808,20221529,"train_tokenizer.py",4893,0,"",python,selection_keyboard +6809,20221628,"train_tokenizer.py",4893,0,"y",python,content +6810,20221628,"train_tokenizer.py",4894,0,"",python,selection_keyboard +6811,20221746,"train_tokenizer.py",4893,0,"",python,selection_command +6812,20234331,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True, custom_mask: jax.Array | None = None\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n mask = None\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n # FIXME (f.srambical): does this work with jit?\n elif custom_mask is not None:\n # custom_mask.shape (1, 2, 920, 1)\n vid_embed = jnp.where(\n custom_mask, self.mask_token.value, vid_embed\n )\n\n # --- Predict transition ---\n breakpoint()\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.transformer(vid_embed)\n return logits, mask\n",python,tab +6813,20234331,"/fast/home/franz.srambical/jafar/models/dynamics_maskgit.py",1329,14,"spatial_causal",python,selection_command +6814,20240390,"train_tokenizer.py",0,0,"",python,tab +6815,20243374,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.dynamics = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return logits, mask\n",python,tab +6816,20254029,"models/dynamics.py",0,0,"",python,tab +6817,20270385,"models/lam.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +6818,20271432,"models/tokenizer.py",0,0,"from typing import Dict, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\nimport jax\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.latent_dim,\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: jax.Array, video_hw: Tuple[int, int]) -> jax.Array:\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +6819,20275581,"utils/nn.py",0,0,"",python,tab +6820,20303841,"train_dynamics.py",0,0,"",python,tab +6821,20303842,"train_dynamics.py",11527,10,"We have to",python,selection_command +6822,20304779,"train_dynamics.py",11536,0,"",python,selection_command +6823,20307223,"train_dynamics.py",11538,0,"",python,selection_command +6824,20307471,"train_dynamics.py",11545,0,"",python,selection_command +6825,20307498,"train_dynamics.py",11549,0,"",python,selection_command +6826,20307527,"train_dynamics.py",11559,0,"",python,selection_command +6827,20307561,"train_dynamics.py",11562,0,"",python,selection_command +6828,20307594,"train_dynamics.py",11570,0,"",python,selection_command +6829,20307891,"train_dynamics.py",11574,0,"",python,selection_command +6830,20308073,"train_dynamics.py",11577,0,"",python,selection_command +6831,20310529,"train_dynamics.py",11577,1,"a",python,selection_command +6832,20310721,"train_dynamics.py",11577,5,"a bug",python,selection_command +6833,20310907,"train_dynamics.py",11577,8,"a bug in",python,selection_command +6834,20311197,"train_dynamics.py",11577,7,"a bug i",python,selection_command +6835,20311357,"train_dynamics.py",11577,6,"a bug ",python,selection_command +6836,20311539,"train_dynamics.py",11577,5,"a bug",python,selection_command +6837,20311621,"train_dynamics.py",11577,5,"",python,content +6838,20312172,"train_dynamics.py",11577,1,"",python,content +6839,20312510,"train_dynamics.py",11576,0,"",python,selection_command +6840,20313579,"train_dynamics.py",11577,0,"",python,selection_command +6841,20313806,"train_dynamics.py",11577,3,"",python,content +6842,20314178,"train_dynamics.py",11576,0,"",python,selection_command +6843,20314762,"train_dynamics.py",11585,0,"",python,selection_command +6844,20315259,"train_dynamics.py",11585,0," ",python,content +6845,20315260,"train_dynamics.py",11586,0,"",python,selection_keyboard +6846,20316347,"train_dynamics.py",11586,0,"o",python,content +6847,20316348,"train_dynamics.py",11587,0,"",python,selection_keyboard +6848,20316389,"train_dynamics.py",11587,0,"n",python,content +6849,20316389,"train_dynamics.py",11588,0,"",python,selection_keyboard +6850,20316515,"train_dynamics.py",11588,0,"l",python,content +6851,20316515,"train_dynamics.py",11589,0,"",python,selection_keyboard +6852,20316667,"train_dynamics.py",11589,0,"y",python,content +6853,20316667,"train_dynamics.py",11590,0,"",python,selection_keyboard +6854,20316896,"train_dynamics.py",11590,0," ",python,content +6855,20316896,"train_dynamics.py",11591,0,"",python,selection_keyboard +6856,20317485,"train_dynamics.py",11586,5,"",python,content +6857,20317843,"train_dynamics.py",11586,0,"l",python,content +6858,20317843,"train_dynamics.py",11587,0,"",python,selection_keyboard +6859,20317905,"train_dynamics.py",11587,0,"a",python,content +6860,20317906,"train_dynamics.py",11588,0,"",python,selection_keyboard +6861,20318048,"train_dynamics.py",11588,0,"z",python,content +6862,20318048,"train_dynamics.py",11589,0,"",python,selection_keyboard +6863,20318211,"train_dynamics.py",11589,0,"i",python,content +6864,20318212,"train_dynamics.py",11590,0,"",python,selection_keyboard +6865,20318340,"train_dynamics.py",11590,0,"l",python,content +6866,20318340,"train_dynamics.py",11591,0,"",python,selection_keyboard +6867,20318456,"train_dynamics.py",11591,0,"y",python,content +6868,20318456,"train_dynamics.py",11592,0,"",python,selection_keyboard +6869,20318591,"train_dynamics.py",11592,0," ",python,content +6870,20318592,"train_dynamics.py",11593,0,"",python,selection_keyboard +6871,20318859,"train_dynamics.py",11593,0,"i",python,content +6872,20318860,"train_dynamics.py",11594,0,"",python,selection_keyboard +6873,20318928,"train_dynamics.py",11594,0,"n",python,content +6874,20318928,"train_dynamics.py",11595,0,"",python,selection_keyboard +6875,20319042,"train_dynamics.py",11595,0,"i",python,content +6876,20319043,"train_dynamics.py",11596,0,"",python,selection_keyboard +6877,20319310,"train_dynamics.py",11596,0,"t",python,content +6878,20319310,"train_dynamics.py",11597,0,"",python,selection_keyboard +6879,20319346,"train_dynamics.py",11597,0,"i",python,content +6880,20319346,"train_dynamics.py",11598,0,"",python,selection_keyboard +6881,20319477,"train_dynamics.py",11598,0,"a",python,content +6882,20319478,"train_dynamics.py",11599,0,"",python,selection_keyboard +6883,20319579,"train_dynamics.py",11599,0,"l",python,content +6884,20319579,"train_dynamics.py",11600,0,"",python,selection_keyboard +6885,20319661,"train_dynamics.py",11600,0,"i",python,content +6886,20319661,"train_dynamics.py",11601,0,"",python,selection_keyboard +6887,20319797,"train_dynamics.py",11601,0,"z",python,content +6888,20319797,"train_dynamics.py",11602,0,"",python,selection_keyboard +6889,20319897,"train_dynamics.py",11602,0,"i",python,content +6890,20319897,"train_dynamics.py",11603,0,"",python,selection_keyboard +6891,20319965,"train_dynamics.py",11603,0,"n",python,content +6892,20319965,"train_dynamics.py",11604,0,"",python,selection_keyboard +6893,20320008,"train_dynamics.py",11604,0,"g",python,content +6894,20320008,"train_dynamics.py",11605,0,"",python,selection_keyboard +6895,20320128,"train_dynamics.py",11605,0," ",python,content +6896,20320129,"train_dynamics.py",11606,0,"",python,selection_keyboard +6897,20320773,"train_dynamics.py",11606,0,"m",python,content +6898,20320773,"train_dynamics.py",11607,0,"",python,selection_keyboard +6899,20320797,"train_dynamics.py",11607,0,"o",python,content +6900,20320797,"train_dynamics.py",11608,0,"",python,selection_keyboard +6901,20320855,"train_dynamics.py",11608,0,"d",python,content +6902,20320855,"train_dynamics.py",11609,0,"",python,selection_keyboard +6903,20320964,"train_dynamics.py",11609,0,"u",python,content +6904,20320964,"train_dynamics.py",11610,0,"",python,selection_keyboard +6905,20321065,"train_dynamics.py",11610,0,"l",python,content +6906,20321065,"train_dynamics.py",11611,0,"",python,selection_keyboard +6907,20321113,"train_dynamics.py",11611,0,"e",python,content +6908,20321113,"train_dynamics.py",11612,0,"",python,selection_keyboard +6909,20321206,"train_dynamics.py",11612,0,"s",python,content +6910,20321207,"train_dynamics.py",11613,0,"",python,selection_keyboard +6911,20321460,"train_dynamics.py",11612,0,"",python,selection_command +6912,20322269,"train_dynamics.py",11622,0,"",python,selection_command +6913,20322930,"train_dynamics.py",11519,0,"",python,selection_command +6914,20323078,"train_dynamics.py",11613,0,"\n ",python,content +6915,20324073,"train_dynamics.py",11622,0,"#",python,content +6916,20324073,"train_dynamics.py",11623,0,"",python,selection_keyboard +6917,20324168,"train_dynamics.py",11623,0," ",python,content +6918,20324168,"train_dynamics.py",11624,0,"",python,selection_keyboard +6919,20324589,"train_dynamics.py",11623,0,"",python,selection_command +6920,20325123,"train_dynamics.py",11624,0,"",python,selection_command +6921,20327641,"train_dynamics.py",11624,0,"S",python,content +6922,20327641,"train_dynamics.py",11625,0,"",python,selection_keyboard +6923,20327776,"train_dynamics.py",11625,0,"p",python,content +6924,20327776,"train_dynamics.py",11626,0,"",python,selection_keyboard +6925,20327866,"train_dynamics.py",11626,0,"e",python,content +6926,20327866,"train_dynamics.py",11627,0,"",python,selection_keyboard +6927,20327937,"train_dynamics.py",11627,0,"c",python,content +6928,20327937,"train_dynamics.py",11628,0,"",python,selection_keyboard +6929,20327981,"train_dynamics.py",11628,0,"i",python,content +6930,20327982,"train_dynamics.py",11629,0,"",python,selection_keyboard +6931,20328100,"train_dynamics.py",11629,0,"f",python,content +6932,20328100,"train_dynamics.py",11630,0,"",python,selection_keyboard +6933,20328129,"train_dynamics.py",11630,0,"i",python,content +6934,20328129,"train_dynamics.py",11631,0,"",python,selection_keyboard +6935,20328265,"train_dynamics.py",11631,0,"c",python,content +6936,20328266,"train_dynamics.py",11632,0,"",python,selection_keyboard +6937,20328356,"train_dynamics.py",11632,0,"a",python,content +6938,20328356,"train_dynamics.py",11633,0,"",python,selection_keyboard +6939,20328368,"train_dynamics.py",11633,0,"l",python,content +6940,20328368,"train_dynamics.py",11634,0,"",python,selection_keyboard +6941,20328498,"train_dynamics.py",11634,0,"l",python,content +6942,20328498,"train_dynamics.py",11635,0,"",python,selection_keyboard +6943,20328585,"train_dynamics.py",11635,0,"y",python,content +6944,20328586,"train_dynamics.py",11636,0,"",python,selection_keyboard +6945,20328799,"train_dynamics.py",11636,0,",",python,content +6946,20328799,"train_dynamics.py",11637,0,"",python,selection_keyboard +6947,20328870,"train_dynamics.py",11637,0," ",python,content +6948,20328870,"train_dynamics.py",11638,0,"",python,selection_keyboard +6949,20329432,"train_dynamics.py",11637,0,"",python,selection_command +6950,20329875,"train_dynamics.py",11638,0,"",python,selection_command +6951,20330623,"train_dynamics.py",11637,1,"",python,content +6952,20330766,"train_dynamics.py",11636,1,"",python,content +6953,20330923,"train_dynamics.py",11636,0,",",python,content +6954,20330923,"train_dynamics.py",11637,0,"",python,selection_keyboard +6955,20331889,"train_dynamics.py",11636,0,"",python,selection_command +6956,20372087,"train_dynamics.py",11637,0," ",python,content +6957,20372092,"train_dynamics.py",11637,0,"",python,selection_command +6958,20372456,"train_dynamics.py",11624,14,"",python,content +6959,20372458,"train_dynamics.py",11623,0,"",python,selection_command +6960,20372831,"train_dynamics.py",11622,11,"",python,content +6961,20372842,"train_dynamics.py",11519,0,"",python,selection_command +6962,20373837,"train_dynamics.py",11585,28,"",python,content +6963,20373837,"train_dynamics.py",11584,0,"",python,selection_command +6964,20376481,"train_dynamics.py",11577,0,"in ",python,content +6965,20376495,"train_dynamics.py",11577,0,"",python,selection_command +6966,20378567,"train_dynamics.py",11577,0," ",python,content +6967,20378581,"train_dynamics.py",11577,0,"",python,selection_command +6968,20379079,"train_dynamics.py",11577,0,"a bug",python,content +6969,20379081,"train_dynamics.py",11577,0,"",python,selection_command +6970,20380392,"train_dynamics.py",11511,0,"",python,selection_command +6971,20399712,"train_dynamics.py",11519,0,"",python,selection_command +6972,20399947,"train_dynamics.py",11524,0,"",python,selection_command +6973,20399973,"train_dynamics.py",11525,0,"",python,selection_command +6974,20399999,"train_dynamics.py",11528,0,"",python,selection_command +6975,20400235,"train_dynamics.py",11533,0,"",python,selection_command +6976,20400405,"train_dynamics.py",11536,0,"",python,selection_command +6977,20400585,"train_dynamics.py",11543,0,"",python,selection_command +6978,20400721,"train_dynamics.py",11547,0,"",python,selection_command +6979,20401144,"train_dynamics.py",11548,0,"",python,selection_command +6980,20401308,"train_dynamics.py",11548,0," ",python,content +6981,20401308,"train_dynamics.py",11549,0,"",python,selection_keyboard +6982,20401481,"train_dynamics.py",11549,0,"()",python,content +6983,20401481,"train_dynamics.py",11550,0,"",python,selection_keyboard +6984,20401549,"train_dynamics.py",11550,1,")",python,content +6985,20401549,"train_dynamics.py",11551,0,"",python,selection_keyboard +6986,20401713,"train_dynamics.py",11550,0,"",python,selection_command +6987,20402053,"train_dynamics.py",11550,0,"u",python,content +6988,20402054,"train_dynamics.py",11551,0,"",python,selection_keyboard +6989,20402108,"train_dynamics.py",11551,0,"n",python,content +6990,20402109,"train_dynamics.py",11552,0,"",python,selection_keyboard +6991,20402295,"train_dynamics.py",11552,0,"u",python,content +6992,20402295,"train_dynamics.py",11553,0,"",python,selection_keyboard +6993,20402434,"train_dynamics.py",11553,0,"s",python,content +6994,20402435,"train_dynamics.py",11554,0,"",python,selection_keyboard +6995,20402590,"train_dynamics.py",11554,0,"e",python,content +6996,20402590,"train_dynamics.py",11555,0,"",python,selection_keyboard +6997,20402732,"train_dynamics.py",11555,0,"d",python,content +6998,20402732,"train_dynamics.py",11556,0,"",python,selection_keyboard +6999,20402909,"train_dynamics.py",11555,0,"",python,selection_command +7000,20403112,"train_dynamics.py",11511,0,"",python,selection_command +7001,20403893,"train_dynamics.py",11423,0,"",python,selection_command +7002,20404027,"train_dynamics.py",11431,0,"",python,selection_command +7003,20404182,"train_dynamics.py",11441,0,"",python,selection_command +7004,20404348,"train_dynamics.py",11443,0,"",python,selection_command +7005,20404525,"train_dynamics.py",11467,0,"",python,selection_command +7006,20404816,"train_dynamics.py",11443,0,"",python,selection_command +7007,20405130,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +7008,20405130,"genie.py",10849,0,"",python,selection_command +7009,20406368,"genie.py",13116,0,"",python,selection_command +7010,20407638,"genie.py",15498,0,"",python,selection_command +7011,20409900,"train_dynamics.py",0,0,"",python,tab +7012,20409900,"train_dynamics.py",11443,0,"",python,selection_command +7013,20435641,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_lam_restore""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python sample.py \\n --dynamics_type ""causal"" \\n --batch_size 1 \\n --seq_len 2 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +7014,20436116,"experiments/sample.sh",139,0,"",shellscript,selection_command +7015,20436234,"experiments/sample.sh",172,0,"",shellscript,selection_command +7016,20436388,"experiments/sample.sh",206,0,"",shellscript,selection_command +7017,20436659,"experiments/sample.sh",237,0,"",shellscript,selection_command +7018,20436996,"experiments/sample.sh",208,31,"",shellscript,content +7019,20437004,"experiments/sample.sh",212,0,"",shellscript,selection_command +7020,20437120,"experiments/sample.sh",188,0,"",shellscript,selection_command +7021,20437268,"experiments/sample.sh",144,0,"",shellscript,selection_command +7022,20437466,"experiments/sample.sh",183,0,"\n --dynamics_type ""causal"" \",shellscript,content +7023,20437468,"experiments/sample.sh",188,0,"",shellscript,selection_command +7024,20438009,"experiments/sample.sh",188,0,"#",shellscript,content +7025,20438009,"experiments/sample.sh",189,0,"",shellscript,selection_keyboard +7026,20438721,"experiments/sample.sh",188,0,"",shellscript,selection_command +7027,20440851,"experiments/sample.sh",144,0,"",shellscript,selection_command +7028,20440992,"experiments/sample.sh",139,0,"",shellscript,selection_command +7029,20441146,"experiments/sample.sh",70,0,"",shellscript,selection_command +7030,20441915,"experiments/sample.sh",93,7,"",shellscript,content +7031,20442744,"experiments/sample.sh",93,0,"causal_",shellscript,content +7032,20443045,"experiments/sample.sh",71,0,"",shellscript,selection_command +7033,20443295,"experiments/sample.sh",72,0,"",shellscript,selection_command +7034,20443311,"experiments/sample.sh",73,0,"",shellscript,selection_command +7035,20443345,"experiments/sample.sh",74,0,"",shellscript,selection_command +7036,20443379,"experiments/sample.sh",75,0,"",shellscript,selection_command +7037,20443413,"experiments/sample.sh",76,0,"",shellscript,selection_command +7038,20443447,"experiments/sample.sh",77,0,"",shellscript,selection_command +7039,20443482,"experiments/sample.sh",78,0,"",shellscript,selection_command +7040,20443516,"experiments/sample.sh",79,0,"",shellscript,selection_command +7041,20443549,"experiments/sample.sh",80,0,"",shellscript,selection_command +7042,20443583,"experiments/sample.sh",81,0,"",shellscript,selection_command +7043,20443616,"experiments/sample.sh",82,0,"",shellscript,selection_command +7044,20443651,"experiments/sample.sh",83,0,"",shellscript,selection_command +7045,20443683,"experiments/sample.sh",84,0,"",shellscript,selection_command +7046,20443716,"experiments/sample.sh",85,0,"",shellscript,selection_command +7047,20443751,"experiments/sample.sh",86,0,"",shellscript,selection_command +7048,20443783,"experiments/sample.sh",87,0,"",shellscript,selection_command +7049,20443816,"experiments/sample.sh",88,0,"",shellscript,selection_command +7050,20443849,"experiments/sample.sh",89,0,"",shellscript,selection_command +7051,20443883,"experiments/sample.sh",90,0,"",shellscript,selection_command +7052,20443917,"experiments/sample.sh",91,0,"",shellscript,selection_command +7053,20443950,"experiments/sample.sh",92,0,"",shellscript,selection_command +7054,20443983,"experiments/sample.sh",93,0,"",shellscript,selection_command +7055,20444017,"experiments/sample.sh",94,0,"",shellscript,selection_command +7056,20444332,"experiments/sample.sh",93,0,"",shellscript,selection_command +7057,20444414,"experiments/sample.sh",93,1,"c",shellscript,selection_command +7058,20444513,"experiments/sample.sh",93,2,"ca",shellscript,selection_command +7059,20444654,"experiments/sample.sh",93,3,"cau",shellscript,selection_command +7060,20444836,"experiments/sample.sh",93,4,"caus",shellscript,selection_command +7061,20444982,"experiments/sample.sh",93,5,"causa",shellscript,selection_command +7062,20445146,"experiments/sample.sh",93,6,"causal",shellscript,selection_command +7063,20445277,"experiments/sample.sh",93,6,"",shellscript,content +7064,20445467,"experiments/sample.sh",93,0,"m",shellscript,content +7065,20445467,"experiments/sample.sh",94,0,"",shellscript,selection_keyboard +7066,20445577,"experiments/sample.sh",94,0,"a",shellscript,content +7067,20445577,"experiments/sample.sh",95,0,"",shellscript,selection_keyboard +7068,20445595,"experiments/sample.sh",95,0,"s",shellscript,content +7069,20445595,"experiments/sample.sh",96,0,"",shellscript,selection_keyboard +7070,20445714,"experiments/sample.sh",96,0,"k",shellscript,content +7071,20445714,"experiments/sample.sh",97,0,"",shellscript,selection_keyboard +7072,20445818,"experiments/sample.sh",97,0,"g",shellscript,content +7073,20445819,"experiments/sample.sh",98,0,"",shellscript,selection_keyboard +7074,20445949,"experiments/sample.sh",98,0,"i",shellscript,content +7075,20445949,"experiments/sample.sh",99,0,"",shellscript,selection_keyboard +7076,20446034,"experiments/sample.sh",99,0,"t",shellscript,content +7077,20446034,"experiments/sample.sh",100,0,"",shellscript,selection_keyboard +7078,20446238,"experiments/sample.sh",99,0,"",shellscript,selection_command +7079,20448445,"train_dynamics.py",0,0,"",python,tab +7080,20449470,"experiments/sample.sh",0,0,"",shellscript,tab +7081,20450095,"train_dynamics.py",0,0,"",python,tab +7082,20459361,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_dynamics.py \\n --save_ckpt \\n --dynamics_type maskgit \\n --log_checkpoint_interval 5 \\n --batch_size 12 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +7083,20464424,"experiments/dynamics_grain_full_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --batch_size 48 \\n --restore_ckpt \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +7084,20465036,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7085,20465517,"experiments/dynamics_grain_tok_restore.sh",216,0,"",shellscript,selection_command +7086,20465764,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +7087,20465795,"experiments/dynamics_grain_tok_restore.sh",183,0,"",shellscript,selection_command +7088,20465826,"experiments/dynamics_grain_tok_restore.sh",158,0,"",shellscript,selection_command +7089,20465918,"experiments/dynamics_grain_tok_restore.sh",156,0,"",shellscript,selection_command +7090,20465918,"experiments/dynamics_grain_tok_restore.sh",136,0,"",shellscript,selection_command +7091,20465923,"experiments/dynamics_grain_tok_restore.sh",115,0,"",shellscript,selection_command +7092,20465959,"experiments/dynamics_grain_tok_restore.sh",89,0,"",shellscript,selection_command +7093,20465992,"experiments/dynamics_grain_tok_restore.sh",65,0,"",shellscript,selection_command +7094,20466025,"experiments/dynamics_grain_tok_restore.sh",37,0,"",shellscript,selection_command +7095,20466104,"experiments/dynamics_grain_tok_restore.sh",20,0,"",shellscript,selection_command +7096,20466104,"experiments/dynamics_grain_tok_restore.sh",18,0,"",shellscript,selection_command +7097,20466494,"experiments/dynamics_grain_tok_restore.sh",20,0,"",shellscript,selection_command +7098,20466675,"experiments/dynamics_grain_tok_restore.sh",37,0,"",shellscript,selection_command +7099,20466678,"experiments/dynamics_grain_tok_restore.sh",65,0,"",shellscript,selection_command +7100,20466774,"experiments/dynamics_grain_tok_restore.sh",89,0,"",shellscript,selection_command +7101,20466775,"experiments/dynamics_grain_tok_restore.sh",115,0,"",shellscript,selection_command +7102,20466794,"experiments/dynamics_grain_tok_restore.sh",136,0,"",shellscript,selection_command +7103,20466813,"experiments/dynamics_grain_tok_restore.sh",156,0,"",shellscript,selection_command +7104,20466843,"experiments/dynamics_grain_tok_restore.sh",158,0,"",shellscript,selection_command +7105,20466907,"experiments/dynamics_grain_tok_restore.sh",183,0,"",shellscript,selection_command +7106,20467049,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +7107,20467215,"experiments/dynamics_grain_tok_restore.sh",216,0,"",shellscript,selection_command +7108,20467713,"experiments/dynamics_grain_full_restore.sh",0,0,"",shellscript,tab +7109,20468147,"experiments/dynamics_grain_full_restore.sh",39,0,"",shellscript,selection_command +7110,20468402,"experiments/dynamics_grain_full_restore.sh",67,0,"",shellscript,selection_command +7111,20468429,"experiments/dynamics_grain_full_restore.sh",91,0,"",shellscript,selection_command +7112,20468539,"experiments/dynamics_grain_full_restore.sh",117,0,"",shellscript,selection_command +7113,20468539,"experiments/dynamics_grain_full_restore.sh",138,0,"",shellscript,selection_command +7114,20468539,"experiments/dynamics_grain_full_restore.sh",158,0,"",shellscript,selection_command +7115,20468562,"experiments/dynamics_grain_full_restore.sh",159,0,"",shellscript,selection_command +7116,20469067,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7117,20469136,"experiments/dynamics_grain_tok_restore.sh",255,0,"",shellscript,selection_command +7118,20469383,"experiments/dynamics_grain_tok_restore.sh",329,0,"",shellscript,selection_command +7119,20469412,"experiments/dynamics_grain_tok_restore.sh",374,0,"",shellscript,selection_command +7120,20469444,"experiments/dynamics_grain_tok_restore.sh",405,0,"",shellscript,selection_command +7121,20469592,"experiments/dynamics_grain_tok_restore.sh",374,0,"",shellscript,selection_command +7122,20469753,"experiments/dynamics_grain_tok_restore.sh",329,0,"",shellscript,selection_command +7123,20470836,"experiments/dynamics_grain_tok_restore.sh",255,0,"",shellscript,selection_command +7124,20471688,"experiments/dynamics_grain_full_restore.sh",0,0,"",shellscript,tab +7125,20471861,"experiments/dynamics_grain_full_restore.sh",158,0,"",shellscript,selection_command +7126,20471999,"experiments/dynamics_grain_full_restore.sh",159,0,"",shellscript,selection_command +7127,20472211,"experiments/dynamics_grain_full_restore.sh",185,0,"",shellscript,selection_command +7128,20472308,"experiments/dynamics_grain_full_restore.sh",186,0,"",shellscript,selection_command +7129,20472433,"experiments/dynamics_grain_full_restore.sh",225,0,"",shellscript,selection_command +7130,20472734,"experiments/dynamics_grain_full_restore.sh",225,65,"ckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""",shellscript,selection_command +7131,20472838,"experiments/dynamics_grain_full_restore.sh",225,65,"ckpt_dir=""$PWD/checkpoints/maskgit_dynamics_openai_grain_tok_lam_restore""",shellscript,content +7132,20472857,"experiments/dynamics_grain_full_restore.sh",225,0,"",shellscript,selection_command +7133,20477992,"experiments/dynamics_grain_full_restore.sh",298,0,"\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""",shellscript,content +7134,20477993,"experiments/dynamics_grain_full_restore.sh",299,0,"",shellscript,selection_command +7135,20478843,"experiments/dynamics_grain_full_restore.sh",299,66,"",shellscript,content +7136,20478844,"experiments/dynamics_grain_full_restore.sh",225,0,"",shellscript,selection_command +7137,20479855,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7138,20480953,"experiments/dynamics_grain_full_restore.sh",0,0,"",shellscript,tab +7139,20481124,"experiments/dynamics_grain_full_restore.sh",299,0,"",shellscript,selection_command +7140,20481212,"experiments/dynamics_grain_full_restore.sh",300,0,"",shellscript,selection_command +7141,20481352,"experiments/dynamics_grain_full_restore.sh",344,0,"",shellscript,selection_command +7142,20481483,"experiments/dynamics_grain_full_restore.sh",376,0,"",shellscript,selection_command +7143,20481767,"experiments/dynamics_grain_full_restore.sh",380,0,"",shellscript,selection_command +7144,20481814,"experiments/dynamics_grain_full_restore.sh",382,0,"",shellscript,selection_command +7145,20481970,"experiments/dynamics_grain_full_restore.sh",393,0,"",shellscript,selection_command +7146,20482128,"experiments/dynamics_grain_full_restore.sh",396,0,"",shellscript,selection_command +7147,20482412,"experiments/dynamics_grain_full_restore.sh",393,0,"",shellscript,selection_command +7148,20482557,"experiments/dynamics_grain_full_restore.sh",393,2,"",shellscript,content +7149,20482726,"experiments/dynamics_grain_full_restore.sh",393,0,"1",shellscript,content +7150,20482726,"experiments/dynamics_grain_full_restore.sh",394,0,"",shellscript,selection_keyboard +7151,20482757,"experiments/dynamics_grain_full_restore.sh",394,0,"2",shellscript,content +7152,20482758,"experiments/dynamics_grain_full_restore.sh",395,0,"",shellscript,selection_keyboard +7153,20483040,"experiments/dynamics_grain_full_restore.sh",394,0,"",shellscript,selection_command +7154,20486999,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.14 task 0: running\r\n",,terminal_output +7155,20487132,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.14\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T19:14:26.539] error: *** STEP 14065.14 ON hai004 CANCELLED AT 2025-07-28T19:14:26 DUE to SIGNAL Killed ***\r\n",,terminal_output +7156,20487199,"TERMINAL",0,0,"(Pdb) ",,terminal_output +7157,20487296,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.14\r\nsrun: job abort in progress\r\n",,terminal_output +7158,20487538,"TERMINAL",0,0,"experiments/sample.sh: line 14: ir: command not found\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7159,20488095,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7160,20488825,"TERMINAL",0,0,"b",,terminal_output +7161,20489035,"TERMINAL",0,0,"as",,terminal_output +7162,20489125,"TERMINAL",0,0,"h",,terminal_output +7163,20489248,"TERMINAL",0,0," e",,terminal_output +7164,20489431,"TERMINAL",0,0,"x",,terminal_output +7165,20489501,"TERMINAL",0,0,"p",,terminal_output +7166,20489599,"TERMINAL",0,0,"e",,terminal_output +7167,20489685,"TERMINAL",0,0,"ri",,terminal_output +7168,20489736,"TERMINAL",0,0,"m",,terminal_output +7169,20490288,"TERMINAL",0,0,"ents/",,terminal_output +7170,20491522,"TERMINAL",0,0,"d",,terminal_output +7171,20491660,"TERMINAL",0,0,"yn",,terminal_output +7172,20491749,"TERMINAL",0,0,"amics_grain_",,terminal_output +7173,20491967,"TERMINAL",0,0,"g",,terminal_output +7174,20492419,"TERMINAL",0,0,"",,terminal_output +7175,20492514,"TERMINAL",0,0,"f",,terminal_output +7176,20492659,"TERMINAL",0,0,"ull_restore.sh ",,terminal_output +7177,20492969,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7178,20498205,"TERMINAL",0,0,"╭─ Unrecognized options ──────────────────────────╮\r\n│ Unrecognized options: --min-lr=0.0000866 │\r\n│ ─────────────────────────────────────────────── │\r\n│ For full helptext, run train_dynamics.py --help │\r\n╰─────────────────────────────────────────────────╯\r\n",,terminal_output +7179,20498438,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 2\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7180,20501789,"experiments/dynamics_grain_full_restore.sh",416,0,"",shellscript,selection_command +7181,20502028,"experiments/dynamics_grain_full_restore.sh",435,0,"",shellscript,selection_command +7182,20502058,"experiments/dynamics_grain_full_restore.sh",455,0,"",shellscript,selection_command +7183,20502087,"experiments/dynamics_grain_full_restore.sh",489,0,"",shellscript,selection_command +7184,20502118,"experiments/dynamics_grain_full_restore.sh",516,0,"",shellscript,selection_command +7185,20502152,"experiments/dynamics_grain_full_restore.sh",541,0,"",shellscript,selection_command +7186,20502185,"experiments/dynamics_grain_full_restore.sh",563,0,"",shellscript,selection_command +7187,20502378,"experiments/dynamics_grain_full_restore.sh",583,0,"",shellscript,selection_command +7188,20502634,"experiments/dynamics_grain_full_restore.sh",580,0,"",shellscript,selection_command +7189,20502793,"experiments/dynamics_grain_full_restore.sh",579,0,"",shellscript,selection_command +7190,20502927,"experiments/dynamics_grain_full_restore.sh",578,0,"",shellscript,selection_command +7191,20503577,"experiments/dynamics_grain_full_restore.sh",574,0,"it",shellscript,content +7192,20503577,"experiments/dynamics_grain_full_restore.sh",571,1,"",shellscript,content +7193,20503764,"experiments/dynamics_grain_full_restore.sh",605,0,"",shellscript,selection_command +7194,20505481,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dynamics_grain_full_restore.sh ",,terminal_output +7195,20505707,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7196,20514895,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7197,20515616,"experiments/dynamics_grain_full_restore.sh",0,0,"",shellscript,tab +7198,20518156,"TERMINAL",0,0,"Running on 1 devices.\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 328, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 792, in restore\r\n raise ValueError(\r\nValueError: User-provided restore item and on-disk value metadata tree structures do not match: {'model': {'dynamics': {'dynamics': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_pos_enc': {'pe': {'value': ShapeDtypeStruct(shape=(5000, 512), dtype=float32)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=float32)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=float32)}}}, rhs=None), 'transformer': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_pos_enc': {'pe': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(5000, 512))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}, 'opt_state': {'0': {'mu': {'dynamics': {'dynamics': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=bfloat16)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=bfloat16)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=bfloat16)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=bfloat16)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=bfloat16)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=bfloat16)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=bfloat16)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=bfloat16)}}}, rhs=None), 'transformer': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}, 'nu': {'dynamics': {'dynamics': Diff(lhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '1': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '2': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '3': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '4': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}, '5': {'ffn_dense1': {'bias': {'value': ShapeDtypeStruct(shape=(2048,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 2048), dtype=float32)}}, 'ffn_dense2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(2048, 512), dtype=float32)}}, 'ffn_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'spatial_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'spatial_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'temporal_attention': {'key': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'out': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(8, 64, 512), dtype=float32)}}, 'query': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}, 'value': {'bias': {'value': ShapeDtypeStruct(shape=(8, 64), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 8, 64), dtype=float32)}}}, 'temporal_norm': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}}}, 'input_dense': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 512), dtype=float32)}}, 'input_norm1': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'input_norm2': {'bias': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}, 'scale': {'value': ShapeDtypeStruct(shape=(512,), dtype=float32)}}, 'output_dense': {'bias': {'value': ShapeDtypeStruct(shape=(1024,), dtype=float32)}, 'kernel': {'value': ShapeDtypeStruct(shape=(512, 1024), dtype=float32)}}}, rhs=None), 'transformer': Diff(lhs=None, rhs={'blocks': {'0': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '1': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '2': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '3': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '4': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}, '5': {'ffn_dense1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 2048))}}, 'ffn_dense2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(2048, 512))}}, 'ffn_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'spatial_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'spatial_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'temporal_attention': {'key': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'out': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64, 512))}}, 'query': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}, 'value': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(8, 64))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 8, 64))}}}, 'temporal_norm': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}}}, 'input_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 512))}}, 'input_norm1': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'input_norm2': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}, 'scale': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512,))}}, 'output_dense': {'bias': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(1024,))}, 'kernel': {'value': ValueMetadataEntry(value_type='jax.Array', skip_deserialize=False, write_shape=(512, 1024))}}})}}}}}\r\n",,terminal_output +7199,20518918,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7200,20527722,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7201,20528791,"train_dynamics.py",0,0,"",python,tab +7202,20529804,"train_dynamics.py",11531,0,"",python,selection_command +7203,20529963,"train_dynamics.py",11624,0,"",python,selection_command +7204,20530115,"train_dynamics.py",11531,0,"",python,selection_command +7205,20545593,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7206,20553976,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7207,20556706,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7208,20557653,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7209,20557696,"TERMINAL",0,0,"bash experiments/dynamics_grain_full_restore.sh ",,terminal_output +7210,20558588,"TERMINAL",0,0,"",,terminal_output +7211,20558839,"TERMINAL",0,0,"",,terminal_output +7212,20558988,"TERMINAL",0,0,"",,terminal_output +7213,20559255,"TERMINAL",0,0,"t",,terminal_output +7214,20559359,"TERMINAL",0,0,"ok",,terminal_output +7215,20559477,"TERMINAL",0,0,"_",,terminal_output +7216,20560161,"TERMINAL",0,0,"r",,terminal_output +7217,20560280,"TERMINAL",0,0,"estore.sh ",,terminal_output +7218,20560440,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7219,20564212,"TERMINAL",0,0,"╭─ Unrecognized options ──────────────────────────╮\r\n│ Unrecognized options: --dynamics-type │\r\n│ ─────────────────────────────────────────────── │\r\n│ For full helptext, run train_dynamics.py --help │\r\n╰─────────────────────────────────────────────────╯\r\n",,terminal_output +7220,20564427,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 2\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7221,20572405,"experiments/dynamics_grain_tok_restore.sh",329,0,"",shellscript,selection_command +7222,20572585,"experiments/dynamics_grain_tok_restore.sh",374,0,"",shellscript,selection_command +7223,20572747,"experiments/dynamics_grain_tok_restore.sh",405,0,"",shellscript,selection_command +7224,20572867,"experiments/dynamics_grain_tok_restore.sh",443,0,"",shellscript,selection_command +7225,20573065,"experiments/dynamics_grain_tok_restore.sh",475,0,"",shellscript,selection_command +7226,20573170,"experiments/dynamics_grain_tok_restore.sh",493,0,"",shellscript,selection_command +7227,20573313,"experiments/dynamics_grain_tok_restore.sh",523,0,"",shellscript,selection_command +7228,20573818,"experiments/dynamics_grain_tok_restore.sh",495,30,"",shellscript,content +7229,20573840,"experiments/dynamics_grain_tok_restore.sh",499,0,"",shellscript,selection_command +7230,20577189,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +7231,20577395,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7232,20581460,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +7233,20587748,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +7234,20590028,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7235,20591389,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +7236,20595804,"utils/nn.py",0,0,"",python,tab +7237,20596913,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +7238,20597923,"train_dynamics.py",0,0,"",python,tab +7239,20599318,"train_dynamics.py",11603,0,"",python,selection_command +7240,20599544,"train_dynamics.py",11603,0,"\n ",python,content +7241,20600045,"train_dynamics.py",11612,0,"#",python,content +7242,20600045,"train_dynamics.py",11613,0,"",python,selection_keyboard +7243,20600093,"train_dynamics.py",11613,0," ",python,content +7244,20600093,"train_dynamics.py",11614,0,"",python,selection_keyboard +7245,20600538,"train_dynamics.py",11614,0,"S",python,content +7246,20600539,"train_dynamics.py",11615,0,"",python,selection_keyboard +7247,20600768,"train_dynamics.py",11615,0,"p",python,content +7248,20600769,"train_dynamics.py",11616,0,"",python,selection_keyboard +7249,20600889,"train_dynamics.py",11616,0,"e",python,content +7250,20600889,"train_dynamics.py",11617,0,"",python,selection_keyboard +7251,20600897,"train_dynamics.py",11617,0,"c",python,content +7252,20600897,"train_dynamics.py",11618,0,"",python,selection_keyboard +7253,20601770,"train_dynamics.py",11618,0,"i",python,content +7254,20601770,"train_dynamics.py",11619,0,"",python,selection_keyboard +7255,20601939,"train_dynamics.py",11619,0,"f",python,content +7256,20601939,"train_dynamics.py",11620,0,"",python,selection_keyboard +7257,20601990,"train_dynamics.py",11620,0,"i",python,content +7258,20601990,"train_dynamics.py",11621,0,"",python,selection_keyboard +7259,20602125,"train_dynamics.py",11621,0,"c",python,content +7260,20602125,"train_dynamics.py",11622,0,"",python,selection_keyboard +7261,20602207,"train_dynamics.py",11622,0,"a",python,content +7262,20602207,"train_dynamics.py",11623,0,"",python,selection_keyboard +7263,20602257,"train_dynamics.py",11623,0,"l",python,content +7264,20602257,"train_dynamics.py",11624,0,"",python,selection_keyboard +7265,20602411,"train_dynamics.py",11624,0,"l",python,content +7266,20602411,"train_dynamics.py",11625,0,"",python,selection_keyboard +7267,20602478,"train_dynamics.py",11625,0,"y",python,content +7268,20602478,"train_dynamics.py",11626,0,"",python,selection_keyboard +7269,20602665,"train_dynamics.py",11626,0,",",python,content +7270,20602665,"train_dynamics.py",11627,0,"",python,selection_keyboard +7271,20602802,"train_dynamics.py",11627,0," ",python,content +7272,20602802,"train_dynamics.py",11628,0,"",python,selection_keyboard +7273,20603043,"train_dynamics.py",11627,0,"",python,selection_command +7274,20603676,"train_dynamics.py",11628,0,"",python,selection_command +7275,20604961,"train_dynamics.py",11628,0,"t",python,content +7276,20604961,"train_dynamics.py",11629,0,"",python,selection_keyboard +7277,20605367,"train_dynamics.py",11629,0,"h",python,content +7278,20605368,"train_dynamics.py",11630,0,"",python,selection_keyboard +7279,20605456,"train_dynamics.py",11630,0,"e",python,content +7280,20605457,"train_dynamics.py",11631,0,"",python,selection_keyboard +7281,20605542,"train_dynamics.py",11631,0," ",python,content +7282,20605543,"train_dynamics.py",11632,0,"",python,selection_keyboard +7283,20605831,"train_dynamics.py",11632,0,"v",python,content +7284,20605831,"train_dynamics.py",11633,0,"",python,selection_keyboard +7285,20606051,"train_dynamics.py",11633,0,"q",python,content +7286,20606052,"train_dynamics.py",11634,0,"",python,selection_keyboard +7287,20606442,"train_dynamics.py",11634,0," ",python,content +7288,20606442,"train_dynamics.py",11635,0,"",python,selection_keyboard +7289,20606514,"train_dynamics.py",11635,0,"d",python,content +7290,20606514,"train_dynamics.py",11636,0,"",python,selection_keyboard +7291,20606691,"train_dynamics.py",11636,0,"r",python,content +7292,20606691,"train_dynamics.py",11637,0,"",python,selection_keyboard +7293,20606769,"train_dynamics.py",11637,0,"o",python,content +7294,20606770,"train_dynamics.py",11638,0,"",python,selection_keyboard +7295,20606898,"train_dynamics.py",11638,0,"p",python,content +7296,20606898,"train_dynamics.py",11639,0,"",python,selection_keyboard +7297,20607001,"train_dynamics.py",11639,0,"o",python,content +7298,20607001,"train_dynamics.py",11640,0,"",python,selection_keyboard +7299,20607086,"train_dynamics.py",11640,0,"u",python,content +7300,20607086,"train_dynamics.py",11641,0,"",python,selection_keyboard +7301,20607145,"train_dynamics.py",11641,0,"t",python,content +7302,20607145,"train_dynamics.py",11642,0,"",python,selection_keyboard +7303,20607260,"train_dynamics.py",11642,0," ",python,content +7304,20607260,"train_dynamics.py",11643,0,"",python,selection_keyboard +7305,20608315,"train_dynamics.py",11642,0,"",python,selection_command +7306,20609338,"train_dynamics.py",11643,0,"",python,selection_command +7307,20610354,"train_dynamics.py",11635,8,"",python,content +7308,20610503,"train_dynamics.py",11632,3,"",python,content +7309,20610817,"train_dynamics.py",11628,4,"",python,content +7310,20611595,"train_dynamics.py",11627,1,"",python,content +7311,20611719,"train_dynamics.py",11626,1,"",python,content +7312,20611909,"train_dynamics.py",11626,0,",",python,content +7313,20611909,"train_dynamics.py",11627,0,"",python,selection_keyboard +7314,20611999,"train_dynamics.py",11627,0," ",python,content +7315,20611999,"train_dynamics.py",11628,0,"",python,selection_keyboard +7316,20612095,"train_dynamics.py",11628,0,"t",python,content +7317,20612095,"train_dynamics.py",11629,0,"",python,selection_keyboard +7318,20612171,"train_dynamics.py",11629,0,"h",python,content +7319,20612171,"train_dynamics.py",11630,0,"",python,selection_keyboard +7320,20612262,"train_dynamics.py",11630,0,"e",python,content +7321,20612262,"train_dynamics.py",11631,0,"",python,selection_keyboard +7322,20612319,"train_dynamics.py",11631,0," ",python,content +7323,20612319,"train_dynamics.py",11632,0,"",python,selection_keyboard +7324,20612397,"TERMINAL",0,0,"2025-07-28 19:16:31.801509: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:16:31.801848: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:16:31.803151: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:16:31.803177: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7325,20612575,"train_dynamics.py",11632,0,"v",python,content +7326,20612575,"train_dynamics.py",11633,0,"",python,selection_keyboard +7327,20612785,"train_dynamics.py",11633,0," ",python,content +7328,20612786,"train_dynamics.py",11634,0,"",python,selection_keyboard +7329,20613174,"train_dynamics.py",11633,1,"",python,content +7330,20613215,"train_dynamics.py",11633,0,"q",python,content +7331,20613216,"train_dynamics.py",11634,0,"",python,selection_keyboard +7332,20613288,"train_dynamics.py",11634,0," ",python,content +7333,20613288,"train_dynamics.py",11635,0,"",python,selection_keyboard +7334,20613369,"train_dynamics.py",11635,0,"d",python,content +7335,20613369,"train_dynamics.py",11636,0,"",python,selection_keyboard +7336,20613555,"train_dynamics.py",11636,0,"r",python,content +7337,20613555,"train_dynamics.py",11637,0,"",python,selection_keyboard +7338,20614020,"train_dynamics.py",11637,0,"o",python,content +7339,20614021,"train_dynamics.py",11638,0,"",python,selection_keyboard +7340,20614086,"train_dynamics.py",11638,0,"p",python,content +7341,20614087,"train_dynamics.py",11639,0,"",python,selection_keyboard +7342,20614220,"train_dynamics.py",11639,0,"o",python,content +7343,20614220,"train_dynamics.py",11640,0,"",python,selection_keyboard +7344,20614285,"train_dynamics.py",11640,0,"u",python,content +7345,20614285,"train_dynamics.py",11641,0,"",python,selection_keyboard +7346,20614386,"train_dynamics.py",11641,0,"t",python,content +7347,20614387,"train_dynamics.py",11642,0,"",python,selection_keyboard +7348,20614449,"train_dynamics.py",11642,0," ",python,content +7349,20614449,"train_dynamics.py",11643,0,"",python,selection_keyboard +7350,20614533,"train_dynamics.py",11643,0,"i",python,content +7351,20614533,"train_dynamics.py",11644,0,"",python,selection_keyboard +7352,20614634,"train_dynamics.py",11644,0,"s",python,content +7353,20614635,"train_dynamics.py",11645,0,"",python,selection_keyboard +7354,20614701,"train_dynamics.py",11645,0," ",python,content +7355,20614702,"train_dynamics.py",11646,0,"",python,selection_keyboard +7356,20615010,"train_dynamics.py",11646,0,"i",python,content +7357,20615010,"train_dynamics.py",11647,0,"",python,selection_keyboard +7358,20615070,"train_dynamics.py",11647,0,"n",python,content +7359,20615071,"train_dynamics.py",11648,0,"",python,selection_keyboard +7360,20615186,"train_dynamics.py",11648,0,"i",python,content +7361,20615186,"train_dynamics.py",11649,0,"",python,selection_keyboard +7362,20615234,"train_dynamics.py",11649,0,"t",python,content +7363,20615234,"train_dynamics.py",11650,0,"",python,selection_keyboard +7364,20615349,"train_dynamics.py",11650,0,"i",python,content +7365,20615350,"train_dynamics.py",11651,0,"",python,selection_keyboard +7366,20615451,"train_dynamics.py",11651,0,"a",python,content +7367,20615451,"train_dynamics.py",11652,0,"",python,selection_keyboard +7368,20615518,"train_dynamics.py",11652,0,"l",python,content +7369,20615519,"train_dynamics.py",11653,0,"",python,selection_keyboard +7370,20615638,"train_dynamics.py",11653,0,"i",python,content +7371,20615639,"train_dynamics.py",11654,0,"",python,selection_keyboard +7372,20615718,"train_dynamics.py",11654,0,"z",python,content +7373,20615718,"train_dynamics.py",11655,0,"",python,selection_keyboard +7374,20615801,"train_dynamics.py",11655,0,"e",python,content +7375,20615801,"train_dynamics.py",11656,0,"",python,selection_keyboard +7376,20615976,"train_dynamics.py",11656,0,"d",python,content +7377,20615976,"train_dynamics.py",11657,0,"",python,selection_keyboard +7378,20616346,"train_dynamics.py",11656,0,"",python,selection_command +7379,20616878,"train_dynamics.py",11646,0,"",python,selection_command +7380,20617006,"train_dynamics.py",11643,0,"",python,selection_command +7381,20618071,"train_dynamics.py",11643,14,"",python,content +7382,20618353,"train_dynamics.py",11643,0,"w",python,content +7383,20618354,"train_dynamics.py",11644,0,"",python,selection_keyboard +7384,20618413,"train_dynamics.py",11644,0,"o",python,content +7385,20618413,"train_dynamics.py",11645,0,"",python,selection_keyboard +7386,20618472,"train_dynamics.py",11645,0,"u",python,content +7387,20618472,"train_dynamics.py",11646,0,"",python,selection_keyboard +7388,20618610,"train_dynamics.py",11646,0,"l",python,content +7389,20618610,"train_dynamics.py",11647,0,"",python,selection_keyboard +7390,20618639,"train_dynamics.py",11647,0,"d",python,content +7391,20618639,"train_dynamics.py",11648,0,"",python,selection_keyboard +7392,20618728,"train_dynamics.py",11648,0," ",python,content +7393,20618729,"train_dynamics.py",11649,0,"",python,selection_keyboard +7394,20618815,"train_dynamics.py",11649,0,"b",python,content +7395,20618815,"train_dynamics.py",11650,0,"",python,selection_keyboard +7396,20618924,"train_dynamics.py",11650,0,"e",python,content +7397,20618924,"train_dynamics.py",11651,0,"",python,selection_keyboard +7398,20618998,"train_dynamics.py",11651,0," ",python,content +7399,20618999,"train_dynamics.py",11652,0,"",python,selection_keyboard +7400,20619130,"train_dynamics.py",11652,0,"i",python,content +7401,20619130,"train_dynamics.py",11653,0,"",python,selection_keyboard +7402,20619208,"train_dynamics.py",11653,0,"n",python,content +7403,20619208,"train_dynamics.py",11654,0,"",python,selection_keyboard +7404,20619306,"train_dynamics.py",11654,0,"i",python,content +7405,20619306,"train_dynamics.py",11655,0,"",python,selection_keyboard +7406,20619389,"train_dynamics.py",11655,0,"t",python,content +7407,20619389,"train_dynamics.py",11656,0,"",python,selection_keyboard +7408,20619487,"train_dynamics.py",11656,0,"i",python,content +7409,20619487,"train_dynamics.py",11657,0,"",python,selection_keyboard +7410,20619707,"train_dynamics.py",11657,0,"a",python,content +7411,20619707,"train_dynamics.py",11658,0,"",python,selection_keyboard +7412,20619880,"train_dynamics.py",11658,0,"l",python,content +7413,20619880,"train_dynamics.py",11659,0,"",python,selection_keyboard +7414,20619979,"train_dynamics.py",11659,0,"i",python,content +7415,20619980,"train_dynamics.py",11660,0,"",python,selection_keyboard +7416,20620041,"train_dynamics.py",11660,0,"z",python,content +7417,20620041,"train_dynamics.py",11661,0,"",python,selection_keyboard +7418,20620160,"train_dynamics.py",11661,0,"e",python,content +7419,20620160,"train_dynamics.py",11662,0,"",python,selection_keyboard +7420,20620346,"train_dynamics.py",11662,0,"d",python,content +7421,20620346,"train_dynamics.py",11663,0,"",python,selection_keyboard +7422,20620409,"train_dynamics.py",11663,0," ",python,content +7423,20620409,"train_dynamics.py",11664,0,"",python,selection_keyboard +7424,20620751,"train_dynamics.py",11663,0,"",python,selection_command +7425,20620876,"train_dynamics.py",11652,0,"",python,selection_command +7426,20626073,"train_dynamics.py",11649,0,"",python,selection_command +7427,20626219,"train_dynamics.py",11643,0,"",python,selection_command +7428,20626358,"train_dynamics.py",11635,0,"",python,selection_command +7429,20626507,"train_dynamics.py",11632,0,"",python,selection_command +7430,20626815,"train_dynamics.py",11632,32,"",python,content +7431,20627594,"train_dynamics.py",11632,0,"t",python,content +7432,20627595,"train_dynamics.py",11633,0,"",python,selection_keyboard +7433,20627694,"train_dynamics.py",11633,0,"h",python,content +7434,20627694,"train_dynamics.py",11634,0,"",python,selection_keyboard +7435,20627755,"train_dynamics.py",11634,0,"e",python,content +7436,20627755,"train_dynamics.py",11635,0,"",python,selection_keyboard +7437,20627809,"train_dynamics.py",11635,0," ",python,content +7438,20627809,"train_dynamics.py",11636,0,"",python,selection_keyboard +7439,20627930,"train_dynamics.py",11636,0,"f",python,content +7440,20627930,"train_dynamics.py",11637,0,"",python,selection_keyboard +7441,20628013,"train_dynamics.py",11637,0,"i",python,content +7442,20628013,"train_dynamics.py",11638,0,"",python,selection_keyboard +7443,20628101,"train_dynamics.py",11638,0,"r",python,content +7444,20628101,"train_dynamics.py",11639,0,"",python,selection_keyboard +7445,20628254,"train_dynamics.py",11639,0,"s",python,content +7446,20628255,"train_dynamics.py",11640,0,"",python,selection_keyboard +7447,20628288,"train_dynamics.py",11640,0,"t",python,content +7448,20628288,"train_dynamics.py",11641,0,"",python,selection_keyboard +7449,20628334,"train_dynamics.py",11641,0," ",python,content +7450,20628334,"train_dynamics.py",11642,0,"",python,selection_keyboard +7451,20629601,"train_dynamics.py",11641,0,"",python,selection_command +7452,20629816,"train_dynamics.py",11636,0,"",python,selection_command +7453,20630024,"train_dynamics.py",11636,6,"",python,content +7454,20630818,"train_dynamics.py",11632,4,"",python,content +7455,20630994,"train_dynamics.py",11628,4,"",python,content +7456,20631494,"train_dynamics.py",11627,1,"",python,content +7457,20631612,"train_dynamics.py",11626,1,"",python,content +7458,20631859,"train_dynamics.py",11626,0,",",python,content +7459,20631859,"train_dynamics.py",11627,0,"",python,selection_keyboard +7460,20631916,"train_dynamics.py",11627,0," ",python,content +7461,20631916,"train_dynamics.py",11628,0,"",python,selection_keyboard +7462,20631951,"train_dynamics.py",11628,0,"t",python,content +7463,20631951,"train_dynamics.py",11629,0,"",python,selection_keyboard +7464,20632055,"train_dynamics.py",11629,0,"h",python,content +7465,20632056,"train_dynamics.py",11630,0,"",python,selection_keyboard +7466,20632116,"train_dynamics.py",11630,0,"e",python,content +7467,20632116,"train_dynamics.py",11631,0,"",python,selection_keyboard +7468,20632208,"train_dynamics.py",11631,0," ",python,content +7469,20632209,"train_dynamics.py",11632,0,"",python,selection_keyboard +7470,20632268,"train_dynamics.py",11632,0,"f",python,content +7471,20632268,"train_dynamics.py",11633,0,"",python,selection_keyboard +7472,20632383,"train_dynamics.py",11633,0,"i",python,content +7473,20632383,"train_dynamics.py",11634,0,"",python,selection_keyboard +7474,20632417,"train_dynamics.py",11634,0,"r",python,content +7475,20632417,"train_dynamics.py",11635,0,"",python,selection_keyboard +7476,20632582,"train_dynamics.py",11635,0,"s",python,content +7477,20632582,"train_dynamics.py",11636,0,"",python,selection_keyboard +7478,20632598,"train_dynamics.py",11636,0,"r",python,content +7479,20632598,"train_dynamics.py",11637,0,"",python,selection_keyboard +7480,20632685,"train_dynamics.py",11637,0," ",python,content +7481,20632685,"train_dynamics.py",11638,0,"",python,selection_keyboard +7482,20633176,"train_dynamics.py",11637,1,"",python,content +7483,20633179,"train_dynamics.py",11636,1,"",python,content +7484,20633224,"train_dynamics.py",11636,0,"t",python,content +7485,20633225,"train_dynamics.py",11637,0,"",python,selection_keyboard +7486,20633306,"train_dynamics.py",11637,0," ",python,content +7487,20633307,"train_dynamics.py",11638,0,"",python,selection_keyboard +7488,20633629,"train_dynamics.py",11637,0,"",python,selection_command +7489,20633697,"train_dynamics.py",11632,0,"",python,selection_command +7490,20633840,"train_dynamics.py",11628,0,"",python,selection_command +7491,20634035,"train_dynamics.py",11628,10,"",python,content +7492,20634300,"train_dynamics.py",11628,0,"t",python,content +7493,20634301,"train_dynamics.py",11629,0,"",python,selection_keyboard +7494,20634391,"train_dynamics.py",11629,0,"h",python,content +7495,20634391,"train_dynamics.py",11630,0,"",python,selection_keyboard +7496,20634484,"train_dynamics.py",11630,0,"e",python,content +7497,20634484,"train_dynamics.py",11631,0,"",python,selection_keyboard +7498,20634560,"train_dynamics.py",11631,0," ",python,content +7499,20634560,"train_dynamics.py",11632,0,"",python,selection_keyboard +7500,20634677,"train_dynamics.py",11632,0,"f",python,content +7501,20634678,"train_dynamics.py",11633,0,"",python,selection_keyboard +7502,20634720,"train_dynamics.py",11633,0,"i",python,content +7503,20634720,"train_dynamics.py",11634,0,"",python,selection_keyboard +7504,20634732,"TERMINAL",0,0,"Step 0, loss: 12.3551664352417\r\n",,terminal_output +7505,20634801,"train_dynamics.py",11634,0,"r",python,content +7506,20634801,"train_dynamics.py",11635,0,"",python,selection_keyboard +7507,20634850,"train_dynamics.py",11635,0,"s",python,content +7508,20634850,"train_dynamics.py",11636,0,"",python,selection_keyboard +7509,20635002,"train_dynamics.py",11636,0,"t",python,content +7510,20635002,"train_dynamics.py",11637,0,"",python,selection_keyboard +7511,20635007,"train_dynamics.py",11637,0," ",python,content +7512,20635007,"train_dynamics.py",11638,0,"",python,selection_keyboard +7513,20635278,"train_dynamics.py",11637,0,"",python,selection_command +7514,20640108,"train_dynamics.py",11638,0,"",python,selection_command +7515,20641299,"train_dynamics.py",11638,0,"d",python,content +7516,20641299,"train_dynamics.py",11639,0,"",python,selection_keyboard +7517,20641326,"train_dynamics.py",11639,0,"y",python,content +7518,20641326,"train_dynamics.py",11640,0,"",python,selection_keyboard +7519,20641390,"train_dynamics.py",11640,0,"n",python,content +7520,20641390,"train_dynamics.py",11641,0,"",python,selection_keyboard +7521,20641426,"train_dynamics.py",11641,0,"a",python,content +7522,20641426,"train_dynamics.py",11642,0,"",python,selection_keyboard +7523,20641582,"train_dynamics.py",11642,0,"m",python,content +7524,20641583,"train_dynamics.py",11643,0,"",python,selection_keyboard +7525,20641647,"train_dynamics.py",11643,0,"i",python,content +7526,20641647,"train_dynamics.py",11644,0,"",python,selection_keyboard +7527,20641690,"train_dynamics.py",11644,0,"c",python,content +7528,20641690,"train_dynamics.py",11645,0,"",python,selection_keyboard +7529,20641822,"train_dynamics.py",11645,0,"s",python,content +7530,20641822,"train_dynamics.py",11646,0,"",python,selection_keyboard +7531,20641822,"train_dynamics.py",11646,0," ",python,content +7532,20641822,"train_dynamics.py",11647,0,"",python,selection_keyboard +7533,20641926,"train_dynamics.py",11647,0,"m",python,content +7534,20641926,"train_dynamics.py",11648,0,"",python,selection_keyboard +7535,20641973,"train_dynamics.py",11648,0,"o",python,content +7536,20641973,"train_dynamics.py",11649,0,"",python,selection_keyboard +7537,20642008,"train_dynamics.py",11649,0,"d",python,content +7538,20642008,"train_dynamics.py",11650,0,"",python,selection_keyboard +7539,20642077,"train_dynamics.py",11650,0,"e",python,content +7540,20642077,"train_dynamics.py",11651,0,"",python,selection_keyboard +7541,20642198,"train_dynamics.py",11651,0,"l",python,content +7542,20642198,"train_dynamics.py",11652,0,"",python,selection_keyboard +7543,20642245,"train_dynamics.py",11652,0," ",python,content +7544,20642246,"train_dynamics.py",11653,0,"",python,selection_keyboard +7545,20642399,"train_dynamics.py",11653,0,"c",python,content +7546,20642399,"train_dynamics.py",11654,0,"",python,selection_keyboard +7547,20642453,"train_dynamics.py",11654,0,"h",python,content +7548,20642453,"train_dynamics.py",11655,0,"",python,selection_keyboard +7549,20642591,"train_dynamics.py",11655,0,"e",python,content +7550,20642591,"train_dynamics.py",11656,0,"",python,selection_keyboard +7551,20642664,"train_dynamics.py",11656,0,"c",python,content +7552,20642664,"train_dynamics.py",11657,0,"",python,selection_keyboard +7553,20642755,"train_dynamics.py",11657,0,"k",python,content +7554,20642755,"train_dynamics.py",11658,0,"",python,selection_keyboard +7555,20643033,"train_dynamics.py",11658,0,"p",python,content +7556,20643033,"train_dynamics.py",11659,0,"",python,selection_keyboard +7557,20643064,"train_dynamics.py",11659,0,"o",python,content +7558,20643064,"train_dynamics.py",11660,0,"",python,selection_keyboard +7559,20643153,"train_dynamics.py",11660,0,"i",python,content +7560,20643154,"train_dynamics.py",11661,0,"",python,selection_keyboard +7561,20643195,"train_dynamics.py",11661,0,"n",python,content +7562,20643195,"train_dynamics.py",11662,0,"",python,selection_keyboard +7563,20643226,"train_dynamics.py",11662,0,"t",python,content +7564,20643226,"train_dynamics.py",11663,0,"",python,selection_keyboard +7565,20645047,"train_dynamics.py",11662,0,"",python,selection_command +7566,20646425,"train_dynamics.py",11663,0,"",python,selection_command +7567,20646721,"train_dynamics.py",11663,0," ",python,content +7568,20646721,"train_dynamics.py",11664,0,"",python,selection_keyboard +7569,20646773,"train_dynamics.py",11664,0,"w",python,content +7570,20646773,"train_dynamics.py",11665,0,"",python,selection_keyboard +7571,20646852,"train_dynamics.py",11665,0,"i",python,content +7572,20646852,"train_dynamics.py",11666,0,"",python,selection_keyboard +7573,20646946,"train_dynamics.py",11666,0,"l",python,content +7574,20646946,"train_dynamics.py",11667,0,"",python,selection_keyboard +7575,20647063,"train_dynamics.py",11667,0,"l",python,content +7576,20647063,"train_dynamics.py",11668,0,"",python,selection_keyboard +7577,20647112,"train_dynamics.py",11668,0," ",python,content +7578,20647112,"train_dynamics.py",11669,0,"",python,selection_keyboard +7579,20647196,"train_dynamics.py",11669,0,"c",python,content +7580,20647196,"train_dynamics.py",11670,0,"",python,selection_keyboard +7581,20647246,"train_dynamics.py",11670,0,"o",python,content +7582,20647246,"train_dynamics.py",11671,0,"",python,selection_keyboard +7583,20647328,"train_dynamics.py",11671,0,"n",python,content +7584,20647329,"train_dynamics.py",11672,0,"",python,selection_keyboard +7585,20647435,"train_dynamics.py",11672,0,"t",python,content +7586,20647435,"train_dynamics.py",11673,0,"",python,selection_keyboard +7587,20647493,"train_dynamics.py",11673,0,"a",python,content +7588,20647494,"train_dynamics.py",11674,0,"",python,selection_keyboard +7589,20647597,"train_dynamics.py",11674,0,"i",python,content +7590,20647597,"train_dynamics.py",11675,0,"",python,selection_keyboard +7591,20647649,"train_dynamics.py",11675,0,"n",python,content +7592,20647649,"train_dynamics.py",11676,0,"",python,selection_keyboard +7593,20647700,"train_dynamics.py",11676,0," ",python,content +7594,20647701,"train_dynamics.py",11677,0,"",python,selection_keyboard +7595,20650144,"train_dynamics.py",11677,0,"t",python,content +7596,20650144,"train_dynamics.py",11678,0,"",python,selection_keyboard +7597,20650312,"train_dynamics.py",11678,0,"h",python,content +7598,20650312,"train_dynamics.py",11679,0,"",python,selection_keyboard +7599,20650364,"train_dynamics.py",11679,0,"e",python,content +7600,20650364,"train_dynamics.py",11680,0,"",python,selection_keyboard +7601,20650451,"train_dynamics.py",11680,0," ",python,content +7602,20650451,"train_dynamics.py",11681,0,"",python,selection_keyboard +7603,20650661,"train_dynamics.py",11681,0,"q",python,content +7604,20650661,"train_dynamics.py",11682,0,"",python,selection_keyboard +7605,20651093,"train_dynamics.py",11681,1,"",python,content +7606,20651168,"train_dynamics.py",11681,0,"v",python,content +7607,20651169,"train_dynamics.py",11682,0,"",python,selection_keyboard +7608,20651248,"train_dynamics.py",11682,0,"q",python,content +7609,20651248,"train_dynamics.py",11683,0,"",python,selection_keyboard +7610,20651352,"train_dynamics.py",11683,0," ",python,content +7611,20651353,"train_dynamics.py",11684,0,"",python,selection_keyboard +7612,20651585,"train_dynamics.py",11684,0,"s",python,content +7613,20651585,"train_dynamics.py",11685,0,"",python,selection_keyboard +7614,20651769,"train_dynamics.py",11685,0,"e",python,content +7615,20651769,"train_dynamics.py",11686,0,"",python,selection_keyboard +7616,20652004,"train_dynamics.py",11685,1,"",python,content +7617,20652133,"train_dynamics.py",11684,1,"",python,content +7618,20652184,"train_dynamics.py",11684,0,"d",python,content +7619,20652184,"train_dynamics.py",11685,0,"",python,selection_keyboard +7620,20652300,"train_dynamics.py",11685,0,"r",python,content +7621,20652300,"train_dynamics.py",11686,0,"",python,selection_keyboard +7622,20652394,"train_dynamics.py",11686,0,"o",python,content +7623,20652394,"train_dynamics.py",11687,0,"",python,selection_keyboard +7624,20652449,"train_dynamics.py",11687,0,"p",python,content +7625,20652449,"train_dynamics.py",11688,0,"",python,selection_keyboard +7626,20652597,"train_dynamics.py",11688,0,"o",python,content +7627,20652597,"train_dynamics.py",11689,0,"",python,selection_keyboard +7628,20652632,"train_dynamics.py",11689,0,"u",python,content +7629,20652632,"train_dynamics.py",11690,0,"",python,selection_keyboard +7630,20652746,"train_dynamics.py",11690,0,"t",python,content +7631,20652747,"train_dynamics.py",11691,0,"",python,selection_keyboard +7632,20652824,"train_dynamics.py",11691,0," ",python,content +7633,20652824,"train_dynamics.py",11692,0,"",python,selection_keyboard +7634,20652898,"train_dynamics.py",11692,0,"m",python,content +7635,20652898,"train_dynamics.py",11693,0,"",python,selection_keyboard +7636,20652959,"train_dynamics.py",11693,0,"o",python,content +7637,20652960,"train_dynamics.py",11694,0,"",python,selection_keyboard +7638,20653066,"train_dynamics.py",11694,0,"d",python,content +7639,20653066,"train_dynamics.py",11695,0,"",python,selection_keyboard +7640,20653148,"train_dynamics.py",11695,0,"u",python,content +7641,20653148,"train_dynamics.py",11696,0,"",python,selection_keyboard +7642,20653237,"train_dynamics.py",11696,0,"l",python,content +7643,20653237,"train_dynamics.py",11697,0,"",python,selection_keyboard +7644,20653406,"train_dynamics.py",11697,0,"e",python,content +7645,20653407,"train_dynamics.py",11698,0,"",python,selection_keyboard +7646,20653487,"train_dynamics.py",11698,0,",",python,content +7647,20653487,"train_dynamics.py",11699,0,"",python,selection_keyboard +7648,20653928,"train_dynamics.py",11699,0,"\n ",python,content +7649,20654625,"train_dynamics.py",11708,0,"#",python,content +7650,20654625,"train_dynamics.py",11709,0,"",python,selection_keyboard +7651,20654649,"train_dynamics.py",11709,0," ",python,content +7652,20654650,"train_dynamics.py",11710,0,"",python,selection_keyboard +7653,20655740,"train_dynamics.py",11710,0,"b",python,content +7654,20655740,"train_dynamics.py",11711,0,"",python,selection_keyboard +7655,20655772,"train_dynamics.py",11711,0,"u",python,content +7656,20655772,"train_dynamics.py",11712,0,"",python,selection_keyboard +7657,20655830,"train_dynamics.py",11712,0,"t",python,content +7658,20655830,"train_dynamics.py",11713,0,"",python,selection_keyboard +7659,20655910,"train_dynamics.py",11713,0," ",python,content +7660,20655911,"train_dynamics.py",11714,0,"",python,selection_keyboard +7661,20656071,"train_dynamics.py",11714,0,"t",python,content +7662,20656071,"train_dynamics.py",11715,0,"",python,selection_keyboard +7663,20656174,"train_dynamics.py",11715,0,"h",python,content +7664,20656175,"train_dynamics.py",11716,0,"",python,selection_keyboard +7665,20656236,"train_dynamics.py",11716,0,"e",python,content +7666,20656236,"train_dynamics.py",11717,0,"",python,selection_keyboard +7667,20656308,"train_dynamics.py",11717,0," ",python,content +7668,20656309,"train_dynamics.py",11718,0,"",python,selection_keyboard +7669,20656480,"train_dynamics.py",11718,0,"s",python,content +7670,20656480,"train_dynamics.py",11719,0,"",python,selection_keyboard +7671,20656523,"train_dynamics.py",11719,0,"e",python,content +7672,20656524,"train_dynamics.py",11720,0,"",python,selection_keyboard +7673,20656650,"train_dynamics.py",11720,0,"o",python,content +7674,20656651,"train_dynamics.py",11721,0,"",python,selection_keyboard +7675,20657081,"train_dynamics.py",11720,1,"",python,content +7676,20657168,"train_dynamics.py",11720,0,"c",python,content +7677,20657168,"train_dynamics.py",11721,0,"",python,selection_keyboard +7678,20657251,"train_dynamics.py",11721,0,"o",python,content +7679,20657251,"train_dynamics.py",11722,0,"",python,selection_keyboard +7680,20657339,"train_dynamics.py",11722,0,"n",python,content +7681,20657340,"train_dynamics.py",11723,0,"",python,selection_keyboard +7682,20657382,"train_dynamics.py",11723,0,"d",python,content +7683,20657382,"train_dynamics.py",11724,0,"",python,selection_keyboard +7684,20657446,"train_dynamics.py",11724,0," ",python,content +7685,20657446,"train_dynamics.py",11725,0,"",python,selection_keyboard +7686,20658038,"train_dynamics.py",11718,7,"",python,content +7687,20658542,"train_dynamics.py",11714,4,"",python,content +7688,20659317,"train_dynamics.py",11714,0,"t",python,content +7689,20659318,"train_dynamics.py",11715,0,"",python,selection_keyboard +7690,20659437,"train_dynamics.py",11715,0,"h",python,content +7691,20659437,"train_dynamics.py",11716,0,"",python,selection_keyboard +7692,20659481,"train_dynamics.py",11716,0,"e",python,content +7693,20659481,"train_dynamics.py",11717,0,"",python,selection_keyboard +7694,20659538,"train_dynamics.py",11717,0," ",python,content +7695,20659538,"train_dynamics.py",11718,0,"",python,selection_keyboard +7696,20659645,"train_dynamics.py",11718,0,"f",python,content +7697,20659645,"train_dynamics.py",11719,0,"",python,selection_keyboard +7698,20659731,"train_dynamics.py",11719,0,"i",python,content +7699,20659731,"train_dynamics.py",11720,0,"",python,selection_keyboard +7700,20659842,"train_dynamics.py",11720,0,"r",python,content +7701,20659842,"train_dynamics.py",11721,0,"",python,selection_keyboard +7702,20659891,"train_dynamics.py",11721,0,"s",python,content +7703,20659891,"train_dynamics.py",11722,0,"",python,selection_keyboard +7704,20659976,"train_dynamics.py",11722,0,"t",python,content +7705,20659976,"train_dynamics.py",11723,0,"",python,selection_keyboard +7706,20660057,"train_dynamics.py",11723,0," ",python,content +7707,20660057,"train_dynamics.py",11724,0,"",python,selection_keyboard +7708,20661216,"train_dynamics.py",11724,0,"f",python,content +7709,20661217,"train_dynamics.py",11725,0,"",python,selection_keyboard +7710,20661291,"train_dynamics.py",11725,0,"i",python,content +7711,20661291,"train_dynamics.py",11726,0,"",python,selection_keyboard +7712,20661609,"train_dynamics.py",11725,1,"",python,content +7713,20661929,"train_dynamics.py",11725,0,"u",python,content +7714,20661929,"train_dynamics.py",11726,0,"",python,selection_keyboard +7715,20661930,"train_dynamics.py",11726,0,"l",python,content +7716,20661930,"train_dynamics.py",11727,0,"",python,selection_keyboard +7717,20662015,"train_dynamics.py",11727,0,"l",python,content +7718,20662015,"train_dynamics.py",11728,0,"",python,selection_keyboard +7719,20662104,"train_dynamics.py",11728,0," ",python,content +7720,20662104,"train_dynamics.py",11729,0,"",python,selection_keyboard +7721,20662270,"train_dynamics.py",11729,0,"r",python,content +7722,20662271,"train_dynamics.py",11730,0,"",python,selection_keyboard +7723,20662271,"train_dynamics.py",11730,0,"e",python,content +7724,20662271,"train_dynamics.py",11731,0,"",python,selection_keyboard +7725,20662277,"train_dynamics.py",11731,0,"s",python,content +7726,20662277,"train_dynamics.py",11732,0,"",python,selection_keyboard +7727,20662411,"train_dynamics.py",11732,0,"t",python,content +7728,20662411,"train_dynamics.py",11733,0,"",python,selection_keyboard +7729,20662543,"train_dynamics.py",11733,0,"o",python,content +7730,20662543,"train_dynamics.py",11734,0,"",python,selection_keyboard +7731,20662556,"train_dynamics.py",11734,0,"r",python,content +7732,20662557,"train_dynamics.py",11735,0,"",python,selection_keyboard +7733,20662685,"train_dynamics.py",11735,0,"e",python,content +7734,20662686,"train_dynamics.py",11736,0,"",python,selection_keyboard +7735,20662686,"train_dynamics.py",11736,0," ",python,content +7736,20662686,"train_dynamics.py",11737,0,"",python,selection_keyboard +7737,20663041,"train_dynamics.py",11737,0,"w",python,content +7738,20663041,"train_dynamics.py",11738,0,"",python,selection_keyboard +7739,20663041,"train_dynamics.py",11738,0,"i",python,content +7740,20663042,"train_dynamics.py",11739,0,"",python,selection_keyboard +7741,20663060,"train_dynamics.py",11739,0,"l",python,content +7742,20663060,"train_dynamics.py",11740,0,"",python,selection_keyboard +7743,20663211,"train_dynamics.py",11740,0,"l",python,content +7744,20663211,"train_dynamics.py",11741,0,"",python,selection_keyboard +7745,20663313,"train_dynamics.py",11741,0," ",python,content +7746,20663314,"train_dynamics.py",11742,0,"",python,selection_keyboard +7747,20663479,"train_dynamics.py",11742,0,"f",python,content +7748,20663479,"train_dynamics.py",11743,0,"",python,selection_keyboard +7749,20663643,"train_dynamics.py",11743,0,"a",python,content +7750,20663643,"train_dynamics.py",11744,0,"",python,selection_keyboard +7751,20663644,"train_dynamics.py",11744,0,"i",python,content +7752,20663644,"train_dynamics.py",11745,0,"",python,selection_keyboard +7753,20663657,"train_dynamics.py",11745,0,"l",python,content +7754,20663657,"train_dynamics.py",11746,0,"",python,selection_keyboard +7755,20664753,"train_dynamics.py",11746,0," ",python,content +7756,20664754,"train_dynamics.py",11747,0,"",python,selection_keyboard +7757,20666547,"TERMINAL",0,0,"Step 1, loss: 1.1669105291366577\r\n",,terminal_output +7758,20666887,"train_dynamics.py",11747,0,"d",python,content +7759,20666887,"train_dynamics.py",11748,0,"",python,selection_keyboard +7760,20666988,"train_dynamics.py",11748,0,"u",python,content +7761,20666988,"train_dynamics.py",11749,0,"",python,selection_keyboard +7762,20667074,"train_dynamics.py",11749,0,"e",python,content +7763,20667074,"train_dynamics.py",11750,0,"",python,selection_keyboard +7764,20667185,"TERMINAL",0,0,"Step 2, loss: 1.1397325992584229\r\n",,terminal_output +7765,20667186,"train_dynamics.py",11750,0," ",python,content +7766,20667186,"train_dynamics.py",11751,0,"",python,selection_keyboard +7767,20667186,"train_dynamics.py",11751,0,"t",python,content +7768,20667186,"train_dynamics.py",11752,0,"",python,selection_keyboard +7769,20667393,"train_dynamics.py",11752,0,"o",python,content +7770,20667393,"train_dynamics.py",11753,0,"",python,selection_keyboard +7771,20667517,"train_dynamics.py",11753,0,"o",python,content +7772,20667517,"train_dynamics.py",11754,0,"",python,selection_keyboard +7773,20667707,"train_dynamics.py",11754,0," ",python,content +7774,20667707,"train_dynamics.py",11755,0,"",python,selection_keyboard +7775,20668040,"train_dynamics.py",11754,1,"",python,content +7776,20668235,"TERMINAL",0,0,"Step 3, loss: 0.5904385447502136\r\n",,terminal_output +7777,20668235,"train_dynamics.py",11751,3,"",python,content +7778,20668346,"train_dynamics.py",11747,4,"",python,content +7779,20668757,"train_dynamics.py",11742,5,"",python,content +7780,20668899,"train_dynamics.py",11742,0,"f",python,content +7781,20668900,"train_dynamics.py",11743,0,"",python,selection_keyboard +7782,20668976,"train_dynamics.py",11743,0,"a",python,content +7783,20668976,"train_dynamics.py",11744,0,"",python,selection_keyboard +7784,20668984,"train_dynamics.py",11744,0,"i",python,content +7785,20668984,"train_dynamics.py",11745,0,"",python,selection_keyboard +7786,20669089,"train_dynamics.py",11745,0,"l",python,content +7787,20669089,"train_dynamics.py",11746,0,"",python,selection_keyboard +7788,20669176,"train_dynamics.py",11746,0," ",python,content +7789,20669176,"train_dynamics.py",11747,0,"",python,selection_keyboard +7790,20669282,"train_dynamics.py",11747,0,"d",python,content +7791,20669282,"train_dynamics.py",11748,0,"",python,selection_keyboard +7792,20669341,"TERMINAL",0,0,"Step 4, loss: 5.040182590484619\r\n",,terminal_output +7793,20669412,"train_dynamics.py",11748,0,"u",python,content +7794,20669412,"train_dynamics.py",11749,0,"",python,selection_keyboard +7795,20669477,"train_dynamics.py",11749,0,"e",python,content +7796,20669478,"train_dynamics.py",11750,0,"",python,selection_keyboard +7797,20669607,"train_dynamics.py",11750,0," ",python,content +7798,20669607,"train_dynamics.py",11751,0,"",python,selection_keyboard +7799,20669648,"train_dynamics.py",11751,0,"t",python,content +7800,20669648,"train_dynamics.py",11752,0,"",python,selection_keyboard +7801,20669806,"train_dynamics.py",11752,0,"o",python,content +7802,20669806,"train_dynamics.py",11753,0,"",python,selection_keyboard +7803,20669830,"train_dynamics.py",11753,0," ",python,content +7804,20669830,"train_dynamics.py",11754,0,"",python,selection_keyboard +7805,20670472,"TERMINAL",0,0,"Saved checkpoint at step 5\r\n",,terminal_output +7806,20670729,"train_dynamics.py",11753,0,"",python,selection_command +7807,20671610,"TERMINAL",0,0,"Step 5, loss: 0.8844394087791443\r\n",,terminal_output +7808,20673009,"TERMINAL",0,0,"Step 6, loss: 2.012868642807007\r\n",,terminal_output +7809,20674235,"TERMINAL",0,0,"Step 7, loss: 2.809124231338501\r\n",,terminal_output +7810,20675373,"TERMINAL",0,0,"Step 8, loss: 3.218857765197754\r\n",,terminal_output +7811,20676561,"TERMINAL",0,0,"Step 9, loss: 3.646364212036133\r\n",,terminal_output +7812,20677347,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +7813,20679326,"TERMINAL",0,0,"Step 10, loss: 3.789721965789795\r\n",,terminal_output +7814,20680994,"TERMINAL",0,0,"Step 11, loss: 4.040253639221191\r\n",,terminal_output +7815,20681399,"train_dynamics.py",11754,0,"",python,selection_command +7816,20681591,"train_dynamics.py",11754,0,"n",python,content +7817,20681591,"train_dynamics.py",11755,0,"",python,selection_keyboard +7818,20681737,"train_dynamics.py",11755,0,"n",python,content +7819,20681737,"train_dynamics.py",11756,0,"",python,selection_keyboard +7820,20681813,"train_dynamics.py",11756,0,"x",python,content +7821,20681813,"train_dynamics.py",11757,0,"",python,selection_keyboard +7822,20681962,"train_dynamics.py",11757,0," ",python,content +7823,20681963,"train_dynamics.py",11758,0,"",python,selection_keyboard +7824,20682032,"TERMINAL",0,0,"Step 12, loss: 3.8138110637664795\r\n",,terminal_output +7825,20682076,"train_dynamics.py",11758,0,"n",python,content +7826,20682077,"train_dynamics.py",11759,0,"",python,selection_keyboard +7827,20682142,"train_dynamics.py",11759,0,"o",python,content +7828,20682142,"train_dynamics.py",11760,0,"",python,selection_keyboard +7829,20682242,"train_dynamics.py",11760,0,"t",python,content +7830,20682242,"train_dynamics.py",11761,0,"",python,selection_keyboard +7831,20682321,"train_dynamics.py",11761,0," ",python,content +7832,20682321,"train_dynamics.py",11762,0,"",python,selection_keyboard +7833,20682694,"train_dynamics.py",11762,0,"i",python,content +7834,20682695,"train_dynamics.py",11763,0,"",python,selection_keyboard +7835,20682759,"train_dynamics.py",11763,0,"n",python,content +7836,20682759,"train_dynamics.py",11764,0,"",python,selection_keyboard +7837,20682861,"train_dynamics.py",11764,0,"i",python,content +7838,20682861,"train_dynamics.py",11765,0,"",python,selection_keyboard +7839,20682908,"train_dynamics.py",11765,0,"t",python,content +7840,20682908,"train_dynamics.py",11766,0,"",python,selection_keyboard +7841,20683008,"train_dynamics.py",11766,0,"i",python,content +7842,20683009,"train_dynamics.py",11767,0,"",python,selection_keyboard +7843,20683109,"train_dynamics.py",11767,0,"a",python,content +7844,20683109,"train_dynamics.py",11768,0,"",python,selection_keyboard +7845,20683175,"train_dynamics.py",11768,0,"l",python,content +7846,20683176,"train_dynamics.py",11769,0,"",python,selection_keyboard +7847,20683277,"train_dynamics.py",11769,0,"i",python,content +7848,20683277,"train_dynamics.py",11770,0,"",python,selection_keyboard +7849,20683311,"train_dynamics.py",11770,0,"z",python,content +7850,20683311,"train_dynamics.py",11771,0,"",python,selection_keyboard +7851,20683478,"TERMINAL",0,0,"Step 13, loss: 3.802736520767212\r\n",,terminal_output +7852,20683537,"train_dynamics.py",11771,0,"i",python,content +7853,20683537,"train_dynamics.py",11772,0,"",python,selection_keyboard +7854,20683612,"train_dynamics.py",11772,0,"n",python,content +7855,20683612,"train_dynamics.py",11773,0,"",python,selection_keyboard +7856,20683659,"train_dynamics.py",11773,0,"g",python,content +7857,20683659,"train_dynamics.py",11774,0,"",python,selection_keyboard +7858,20683761,"train_dynamics.py",11774,0," ",python,content +7859,20683762,"train_dynamics.py",11775,0,"",python,selection_keyboard +7860,20684084,"train_dynamics.py",11775,0,"t",python,content +7861,20684084,"train_dynamics.py",11776,0,"",python,selection_keyboard +7862,20684125,"train_dynamics.py",11776,0,"h",python,content +7863,20684125,"train_dynamics.py",11777,0,"",python,selection_keyboard +7864,20684225,"train_dynamics.py",11777,0,"e",python,content +7865,20684225,"train_dynamics.py",11778,0,"",python,selection_keyboard +7866,20684279,"train_dynamics.py",11778,0," ",python,content +7867,20684280,"train_dynamics.py",11779,0,"",python,selection_keyboard +7868,20684394,"train_dynamics.py",11779,0,"m",python,content +7869,20684394,"train_dynamics.py",11780,0,"",python,selection_keyboard +7870,20684442,"train_dynamics.py",11780,0,"o",python,content +7871,20684442,"train_dynamics.py",11781,0,"",python,selection_keyboard +7872,20684493,"train_dynamics.py",11781,0,"d",python,content +7873,20684493,"train_dynamics.py",11782,0,"",python,selection_keyboard +7874,20684547,"TERMINAL",0,0,"Step 14, loss: 3.6262106895446777\r\n",,terminal_output +7875,20684635,"train_dynamics.py",11782,0,"u",python,content +7876,20684636,"train_dynamics.py",11783,0,"",python,selection_keyboard +7877,20684699,"train_dynamics.py",11783,0,"l",python,content +7878,20684699,"train_dynamics.py",11784,0,"",python,selection_keyboard +7879,20684760,"train_dynamics.py",11784,0,"e",python,content +7880,20684760,"train_dynamics.py",11785,0,"",python,selection_keyboard +7881,20684901,"train_dynamics.py",11785,0," ",python,content +7882,20684901,"train_dynamics.py",11786,0,"",python,selection_keyboard +7883,20685389,"TERMINAL",0,0,"Saved checkpoint at step 15\r\n",,terminal_output +7884,20686537,"TERMINAL",0,0,"Step 15, loss: 3.2755861282348633\r\n",,terminal_output +7885,20686766,"train_dynamics.py",11785,1,"",python,content +7886,20687198,"train_dynamics.py",11784,0,"",python,selection_command +7887,20687780,"train_dynamics.py",11785,0,"",python,selection_command +7888,20688238,"train_dynamics.py",11785,0," ",python,content +7889,20688238,"train_dynamics.py",11786,0,"",python,selection_keyboard +7890,20688283,"train_dynamics.py",11786,0,"w",python,content +7891,20688284,"train_dynamics.py",11787,0,"",python,selection_keyboard +7892,20688398,"train_dynamics.py",11787,0,"h",python,content +7893,20688398,"train_dynamics.py",11788,0,"",python,selection_keyboard +7894,20688487,"train_dynamics.py",11788,0,"e",python,content +7895,20688487,"train_dynamics.py",11789,0,"",python,selection_keyboard +7896,20688554,"train_dynamics.py",11789,0,"n",python,content +7897,20688554,"train_dynamics.py",11790,0,"",python,selection_keyboard +7898,20688934,"TERMINAL",0,0,"Step 16, loss: 3.0931410789489746\r\n",,terminal_output +7899,20689307,"train_dynamics.py",11790,0,"\n ",python,content +7900,20689702,"train_dynamics.py",11799,0,"#",python,content +7901,20689702,"train_dynamics.py",11800,0,"",python,selection_keyboard +7902,20689747,"train_dynamics.py",11800,0," ",python,content +7903,20689747,"train_dynamics.py",11801,0,"",python,selection_keyboard +7904,20690012,"TERMINAL",0,0,"Step 17, loss: 2.6187655925750732\r\n",,terminal_output +7905,20690219,"train_dynamics.py",11801,0,"d",python,content +7906,20690220,"train_dynamics.py",11802,0,"",python,selection_keyboard +7907,20690348,"train_dynamics.py",11802,0,"r",python,content +7908,20690348,"train_dynamics.py",11803,0,"",python,selection_keyboard +7909,20690433,"train_dynamics.py",11803,0,"o",python,content +7910,20690433,"train_dynamics.py",11804,0,"",python,selection_keyboard +7911,20690503,"train_dynamics.py",11804,0,"p",python,content +7912,20690503,"train_dynamics.py",11805,0,"",python,selection_keyboard +7913,20690676,"train_dynamics.py",11805,0,"u",python,content +7914,20690677,"train_dynamics.py",11806,0,"",python,selection_keyboard +7915,20690686,"train_dynamics.py",11806,0,"o",python,content +7916,20690686,"train_dynamics.py",11807,0,"",python,selection_keyboard +7917,20690795,"train_dynamics.py",11807,0,"t",python,content +7918,20690795,"train_dynamics.py",11808,0,"",python,selection_keyboard +7919,20691129,"TERMINAL",0,0,"Step 18, loss: 2.125415802001953\r\n",,terminal_output +7920,20691346,"train_dynamics.py",11807,1,"",python,content +7921,20691482,"train_dynamics.py",11806,1,"",python,content +7922,20691652,"train_dynamics.py",11805,1,"",python,content +7923,20691875,"train_dynamics.py",11805,0,"o",python,content +7924,20691875,"train_dynamics.py",11806,0,"",python,selection_keyboard +7925,20691941,"train_dynamics.py",11806,0,"u",python,content +7926,20691941,"train_dynamics.py",11807,0,"",python,selection_keyboard +7927,20692021,"train_dynamics.py",11807,0,"t",python,content +7928,20692022,"train_dynamics.py",11808,0,"",python,selection_keyboard +7929,20692198,"TERMINAL",0,0,"Step 19, loss: 1.5842448472976685\r\n",,terminal_output +7930,20692772,"train_dynamics.py",11808,0," is set to 0.0.",python,content +7931,20693017,"train_dynamics.py",11822,0,"",python,selection_command +7932,20693058,"TERMINAL",0,0,"Saved checkpoint at step 20\r\n",,terminal_output +7933,20694121,"TERMINAL",0,0,"Step 20, loss: 0.9397985935211182\r\n",,terminal_output +7934,20695263,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.18 task 0: running\r\n",,terminal_output +7935,20695420,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.18\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T19:17:54.821] error: *** STEP 14065.18 ON hai004 CANCELLED AT 2025-07-28T19:17:54 DUE to SIGNAL Killed ***\r\n",,terminal_output +7936,20695584,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.18\r\nsrun: job abort in progress\r\n",,terminal_output +7937,20695733,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.18\r\nsrun: job abort in progress\r\n",,terminal_output +7938,20696049,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.18\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7939,20696191,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7940,20696920,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7941,20703595,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +7942,20706168,"experiments/dynamics_grain_full_restore.sh",0,0,"",shellscript,tab +7943,20706971,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +7944,20707094,"TERMINAL",0,0,"[1@full",,terminal_output +7945,20707615,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ bash experiments/dynamics_grain_full_restore.sh ",,terminal_output +7946,20707914,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7947,20709169,"train_dynamics.py",0,0,"",python,tab +7948,20710547,"train_dynamics.py",11791,0,"",python,selection_command +7949,20710632,"train_dynamics.py",11799,0,"",python,selection_command +7950,20717320,"train_dynamics.py",11708,0,"",python,selection_command +7951,20717448,"train_dynamics.py",11612,0,"",python,selection_command +7952,20717573,"train_dynamics.py",11519,0,"",python,selection_command +7953,20718234,"train_dynamics.py",11602,0,"",python,selection_command +7954,20718428,"train_dynamics.py",11600,0,"",python,selection_command +7955,20718573,"train_dynamics.py",11599,0,"",python,selection_command +7956,20718758,"train_dynamics.py",11595,0,"",python,selection_command +7957,20718841,"train_dynamics.py",11592,0,"",python,selection_command +7958,20718975,"train_dynamics.py",11588,0,"",python,selection_command +7959,20719111,"train_dynamics.py",11586,0,"",python,selection_command +7960,20719287,"train_dynamics.py",11583,0,"",python,selection_command +7961,20719565,"train_dynamics.py",11583,20,"",python,content +7962,20719806,"train_dynamics.py",11583,0,"f",python,content +7963,20719807,"train_dynamics.py",11584,0,"",python,selection_keyboard +7964,20719876,"train_dynamics.py",11584,0,"l",python,content +7965,20719876,"train_dynamics.py",11585,0,"",python,selection_keyboard +7966,20719915,"train_dynamics.py",11585,0,"a",python,content +7967,20719916,"train_dynamics.py",11586,0,"",python,selection_keyboard +7968,20720126,"train_dynamics.py",11586,0,"x",python,content +7969,20720127,"train_dynamics.py",11587,0,"",python,selection_keyboard +7970,20720332,"train_dynamics.py",11587,0,".",python,content +7971,20720332,"train_dynamics.py",11588,0,"",python,selection_keyboard +7972,20720530,"train_dynamics.py",11588,0,"n",python,content +7973,20720530,"train_dynamics.py",11589,0,"",python,selection_keyboard +7974,20720623,"train_dynamics.py",11589,0,"x",python,content +7975,20720623,"train_dynamics.py",11590,0,"",python,selection_keyboard +7976,20720857,"train_dynamics.py",11590,0,"x",python,content +7977,20720857,"train_dynamics.py",11591,0,"",python,selection_keyboard +7978,20720931,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7979,20721080,"train_dynamics.py",11590,1,"",python,content +7980,20721239,"train_dynamics.py",11589,1,"",python,content +7981,20721627,"train_dynamics.py",11589,0,"n",python,content +7982,20721627,"train_dynamics.py",11590,0,"",python,selection_keyboard +7983,20721692,"train_dynamics.py",11590,0,"x",python,content +7984,20721693,"train_dynamics.py",11591,0,"",python,selection_keyboard +7985,20721791,"train_dynamics.py",11591,0," ",python,content +7986,20721791,"train_dynamics.py",11592,0,"",python,selection_keyboard +7987,20722575,"train_dynamics.py",11592,0,"l",python,content +7988,20722576,"train_dynamics.py",11593,0,"",python,selection_keyboard +7989,20722646,"train_dynamics.py",11593,0,"a",python,content +7990,20722646,"train_dynamics.py",11594,0,"",python,selection_keyboard +7991,20722798,"train_dynamics.py",11594,0,"z",python,content +7992,20722798,"train_dynamics.py",11595,0,"",python,selection_keyboard +7993,20722953,"train_dynamics.py",11595,0,"i",python,content +7994,20722953,"train_dynamics.py",11596,0,"",python,selection_keyboard +7995,20722983,"train_dynamics.py",11596,0,"l",python,content +7996,20722983,"train_dynamics.py",11597,0,"",python,selection_keyboard +7997,20723151,"train_dynamics.py",11597,0,"l",python,content +7998,20723152,"train_dynamics.py",11598,0,"",python,selection_keyboard +7999,20723196,"train_dynamics.py",11598,0,"y",python,content +8000,20723196,"train_dynamics.py",11599,0,"",python,selection_keyboard +8001,20723327,"train_dynamics.py",11599,0," ",python,content +8002,20723327,"train_dynamics.py",11600,0,"",python,selection_keyboard +8003,20723813,"train_dynamics.py",11599,1,"",python,content +8004,20724051,"train_dynamics.py",11598,1,"",python,content +8005,20724184,"train_dynamics.py",11597,1,"",python,content +8006,20724364,"train_dynamics.py",11597,0,"y",python,content +8007,20724364,"train_dynamics.py",11598,0,"",python,selection_keyboard +8008,20724528,"train_dynamics.py",11598,0," ",python,content +8009,20724528,"train_dynamics.py",11599,0,"",python,selection_keyboard +8010,20724561,"train_dynamics.py",11599,0,"i",python,content +8011,20724561,"train_dynamics.py",11600,0,"",python,selection_keyboard +8012,20724644,"train_dynamics.py",11600,0,"n",python,content +8013,20724645,"train_dynamics.py",11601,0,"",python,selection_keyboard +8014,20724751,"train_dynamics.py",11601,0,"i",python,content +8015,20724751,"train_dynamics.py",11602,0,"",python,selection_keyboard +8016,20724828,"train_dynamics.py",11602,0,"t",python,content +8017,20724828,"train_dynamics.py",11603,0,"",python,selection_keyboard +8018,20724906,"train_dynamics.py",11603,0,"i",python,content +8019,20724906,"train_dynamics.py",11604,0,"",python,selection_keyboard +8020,20725060,"train_dynamics.py",11604,0,"a",python,content +8021,20725060,"train_dynamics.py",11605,0,"",python,selection_keyboard +8022,20725163,"train_dynamics.py",11605,0,"l",python,content +8023,20725163,"train_dynamics.py",11606,0,"",python,selection_keyboard +8024,20725251,"train_dynamics.py",11606,0,"i",python,content +8025,20725251,"train_dynamics.py",11607,0,"",python,selection_keyboard +8026,20725342,"train_dynamics.py",11607,0,"z",python,content +8027,20725342,"train_dynamics.py",11608,0,"",python,selection_keyboard +8028,20725467,"train_dynamics.py",11608,0,"i",python,content +8029,20725468,"train_dynamics.py",11609,0,"",python,selection_keyboard +8030,20725573,"train_dynamics.py",11609,0,"n",python,content +8031,20725574,"train_dynamics.py",11610,0,"",python,selection_keyboard +8032,20725582,"train_dynamics.py",11610,0,"g",python,content +8033,20725582,"train_dynamics.py",11611,0,"",python,selection_keyboard +8034,20725695,"train_dynamics.py",11611,0," ",python,content +8035,20725695,"train_dynamics.py",11612,0,"",python,selection_keyboard +8036,20725765,"train_dynamics.py",11612,0,"m",python,content +8037,20725765,"train_dynamics.py",11613,0,"",python,selection_keyboard +8038,20725829,"train_dynamics.py",11613,0,"o",python,content +8039,20725829,"train_dynamics.py",11614,0,"",python,selection_keyboard +8040,20725913,"train_dynamics.py",11614,0,"d",python,content +8041,20725913,"train_dynamics.py",11615,0,"",python,selection_keyboard +8042,20726099,"train_dynamics.py",11615,0,"u",python,content +8043,20726100,"train_dynamics.py",11616,0,"",python,selection_keyboard +8044,20726100,"train_dynamics.py",11616,0,"l",python,content +8045,20726100,"train_dynamics.py",11617,0,"",python,selection_keyboard +8046,20726142,"train_dynamics.py",11617,0,"e",python,content +8047,20726142,"train_dynamics.py",11618,0,"",python,selection_keyboard +8048,20726209,"train_dynamics.py",11618,0,"s",python,content +8049,20726209,"train_dynamics.py",11619,0,"",python,selection_keyboard +8050,20726419,"train_dynamics.py",11618,0,"",python,selection_command +8051,20727419,"train_dynamics.py",11511,0,"",python,selection_command +8052,20729037,"TERMINAL",0,0,"Running on 1 devices.\r\nCounting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\nRestored dataloader and model state from step 15\r\nStarting training from step 15...\r\n",,terminal_output +8053,20732855,"train_dynamics.py",11519,0,"",python,selection_command +8054,20733031,"train_dynamics.py",11521,0,"",python,selection_command +8055,20733185,"train_dynamics.py",11525,0,"",python,selection_command +8056,20733361,"train_dynamics.py",11527,0,"",python,selection_command +8057,20733526,"train_dynamics.py",11530,0,"",python,selection_command +8058,20733672,"train_dynamics.py",11535,0,"",python,selection_command +8059,20733821,"train_dynamics.py",11538,0,"",python,selection_command +8060,20733990,"train_dynamics.py",11545,0,"",python,selection_command +8061,20734125,"train_dynamics.py",11549,0,"",python,selection_command +8062,20734257,"train_dynamics.py",11550,0,"",python,selection_command +8063,20734946,"train_dynamics.py",11511,0,"",python,selection_command +8064,20748358,"train_dynamics.py",11619,0,"",python,selection_command +8065,20748584,"train_dynamics.py",11619,0,".",python,content +8066,20748585,"train_dynamics.py",11620,0,"",python,selection_keyboard +8067,20748687,"train_dynamics.py",11619,0,"",python,selection_command +8068,20749339,"train_dynamics.py",11715,0,"",python,selection_command +8069,20749468,"train_dynamics.py",11621,0,"",python,selection_command +8070,20749631,"train_dynamics.py",11629,0,"",python,selection_command +8071,20750055,"TERMINAL",0,0,"2025-07-28 19:18:49.455056: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:18:49.455411: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:18:49.456667: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:18:49.456695: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8072,20750987,"train_dynamics.py",11621,0,"",python,selection_command +8073,20775856,"train_dynamics.py",0,0,"",python,tab +8074,20775856,"train_dynamics.py",5323,0,"",python,selection_command +8075,20782700,"train_lam.py",0,0,"",python,tab +8076,20782700,"train_lam.py",4997,0,"",python,selection_command +8077,20786514,"train_tokenizer.py",0,0,"",python,tab +8078,20786514,"train_tokenizer.py",4870,0,"",python,selection_command +8079,20788400,"utils/nn.py",0,0,"",python,tab +8080,20788400,"utils/nn.py",3823,0,"",python,selection_command +8081,20814717,"train_dynamics.py",0,0,"",python,tab +8082,20818050,"train_dynamics.py",0,0,"",python,tab +8083,20818051,"train_dynamics.py",11511,0,"",python,selection_command +8084,20829970,"sample.py",0,0,"",python,tab +8085,20829971,"sample.py",1514,0,"",python,selection_command +8086,20907730,"train_dynamics.py",0,0,"",python,tab +8087,20908440,"train_dynamics.py",0,0,"",python,tab +8088,20924995,"train_lam.py",0,0,"",python,tab +8089,20926874,"train_lam.py",5476,0,"",python,selection_command +8090,20927594,"train_lam.py",5498,0,"",python,selection_command +8091,20927834,"train_lam.py",1451,0,"",python,selection_command +8092,20928468,"train_lam.py",3187,0,"",python,selection_command +8093,20928644,"train_lam.py",3875,0,"",python,selection_command +8094,20930916,"train_lam.py",3893,0,"",python,selection_command +8095,20931317,"train_lam.py",3922,0,"",python,selection_command +8096,20931677,"train_lam.py",4300,0,"",python,selection_command +8097,20947036,"train_lam.py",4259,0,"",python,selection_command +8098,20947261,"train_lam.py",4212,0,"",python,selection_command +8099,20947284,"train_lam.py",4131,0,"",python,selection_command +8100,20947314,"train_lam.py",4084,0,"",python,selection_command +8101,20947346,"train_lam.py",4008,0,"",python,selection_command +8102,20947378,"train_lam.py",3967,0,"",python,selection_command +8103,20947413,"train_lam.py",3930,0,"",python,selection_command +8104,20947633,"train_lam.py",3900,0,"",python,selection_command +8105,20947851,"train_lam.py",3893,0,"",python,selection_command +8106,20948127,"utils/nn.py",0,0,"",python,tab +8107,20948128,"utils/nn.py",6797,0,"",python,selection_command +8108,20951892,"train_lam.py",0,0,"",python,tab +8109,20951892,"train_lam.py",3893,0,"",python,selection_command +8110,20952829,"train_lam.py",3875,0,"",python,selection_command +8111,20974162,"utils/nn.py",0,0,"",python,tab +8112,20976572,"utils/nn.py",6831,0,"",python,selection_command +8113,20977088,"utils/nn.py",6796,0,"",python,selection_command +8114,20977330,"utils/nn.py",6783,0,"",python,selection_command +8115,20977843,"utils/nn.py",6796,0,"",python,selection_command +8116,20978039,"utils/nn.py",6797,0,"",python,selection_command +8117,20978357,"utils/nn.py",7290,0,"",python,selection_command +8118,20995219,"utils/nn.py",7298,0,"",python,selection_command +8119,20995399,"utils/nn.py",7299,0,"",python,selection_command +8120,20996181,"utils/nn.py",7298,0,"",python,selection_command +8121,20996254,"utils/nn.py",7298,1,".",python,selection_command +8122,20996259,"utils/nn.py",7298,6,".value",python,selection_command +8123,20996528,"utils/nn.py",7298,6,"",python,content +8124,20997120,"utils/nn.py",7353,0,"",python,selection_command +8125,20997392,"utils/nn.py",7298,0,"",python,selection_command +8126,20998114,"utils/nn.py",7298,0,".value",python,content +8127,20998116,"utils/nn.py",7298,0,"",python,selection_command +8128,21000515,"train_lam.py",0,0,"",python,tab +8129,21003380,"train_lam.py",3884,0,"",python,selection_command +8130,21003547,"train_lam.py",3886,0,"",python,selection_command +8131,21003716,"train_lam.py",3889,0,"",python,selection_command +8132,21003875,"train_lam.py",3890,0,"",python,selection_command +8133,21004030,"train_lam.py",3892,0,"",python,selection_command +8134,21004177,"train_lam.py",3893,0,"",python,selection_command +8135,21004562,"utils/nn.py",0,0,"",python,tab +8136,21004562,"utils/nn.py",6797,0,"",python,selection_command +8137,21005772,"train_lam.py",0,0,"",python,tab +8138,21005773,"train_lam.py",3893,0,"",python,selection_command +8139,21006166,"train_lam.py",3871,0,"",python,selection_command +8140,21006262,"train_lam.py",3875,0,"",python,selection_command +8141,21009367,"train_lam.py",3893,0,"",python,selection_command +8142,21009549,"train_lam.py",3922,0,"",python,selection_command +8143,21009911,"train_lam.py",4300,0,"",python,selection_command +8144,21012257,"train_lam.py",4308,0,"",python,selection_command +8145,21012410,"train_lam.py",4309,0,"",python,selection_command +8146,21012590,"train_lam.py",4319,0,"",python,selection_command +8147,21012739,"train_lam.py",4322,0,"",python,selection_command +8148,21012884,"train_lam.py",4330,0,"",python,selection_command +8149,21013045,"train_lam.py",4331,0,"",python,selection_command +8150,21013384,"train_lam.py",4330,0,"",python,selection_command +8151,21013610,"train_lam.py",4330,6,"",python,content +8152,21013620,"train_lam.py",4329,0,"",python,selection_command +8153,21015000,"train_lam.py",4330,0,".value",python,content +8154,21015004,"train_lam.py",4330,0,"",python,selection_command +8155,21015747,"train_lam.py",4261,0,"",python,selection_command +8156,21102901,"TERMINAL",0,0,"Step 15, loss: 3.2919671535491943\r\nStep 16, loss: 3.0485947132110596\r\nStep 17, loss: 2.6402320861816406\r\nStep 18, loss: 2.1086056232452393\r\nStep 19, loss: 1.5829402208328247\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.9220795035362244\r\nStep 21, loss: 0.265185683965683\r\nStep 22, loss: 6.240288734436035\r\nStep 23, loss: 0.5483630895614624\r\nStep 24, loss: 0.5838831663131714\r\nSaved checkpoint at step 25\r\nStep 25, loss: 1.0852285623550415\r\nStep 26, loss: 1.5176928043365479\r\nStep 27, loss: 1.7941303253173828\r\nStep 28, loss: 1.990944743156433\r\nStep 29, loss: 2.078338146209717\r\nSaved checkpoint at step 30\r\nStep 30, loss: 2.1506190299987793\r\nStep 31, loss: 2.1927578449249268\r\nStep 32, loss: 2.134622097015381\r\nStep 33, loss: 2.1128194332122803\r\nStep 34, loss: 1.899662733078003\r\nSaved checkpoint at step 35\r\nStep 35, loss: 1.785707712173462\r\nStep 36, loss: 1.4448699951171875\r\nStep 37, loss: 1.2034317255020142\r\nStep 38, loss: 0.8103607892990112\r\nStep 39, loss: 0.5262758731842041\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.5218658447265625\r\nStep 41, loss: 1.2918437719345093\r\nStep 42, loss: 0.3119143843650818\r\nStep 43, loss: 0.39155277609825134\r\nStep 44, loss: 0.5520772933959961\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.6603403687477112\r\nStep 46, loss: 0.7251878380775452\r\nStep 47, loss: 0.6915012001991272\r\nStep 48, loss: 0.614264726638794\r\nStep 49, loss: 0.48086661100387573\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.28967806696891785\r\nStep 51, loss: 0.2851397693157196\r\nStep 52, loss: 0.6541321873664856\r\nStep 53, loss: 0.23767206072807312\r\nStep 54, loss: 0.3814009428024292\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.4886888563632965\r\nStep 56, loss: 0.56090247631073\r\nStep 57, loss: 0.5533728003501892\r\nStep 58, loss: 0.49019837379455566\r\nStep 59, loss: 0.3533727526664734\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.2163393348455429\r\nStep 61, loss: 0.46678707003593445\r\nStep 62, loss: 0.2321646809577942\r\nStep 63, loss: 0.24316620826721191\r\nStep 64, loss: 0.319082111120224\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.36234453320503235\r\nStep 66, loss: 0.34477418661117554\r\nStep 67, loss: 0.22445805370807648\r\nStep 68, loss: 0.20492270588874817\r\nStep 69, loss: 0.3630620241165161\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.185840904712677\r\nStep 71, loss: 0.4118487238883972\r\nStep 72, loss: 0.54789137840271\r\nStep 73, loss: 0.3400621712207794\r\nStep 74, loss: 0.2246050089597702\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.20972464978694916\r\nStep 76, loss: 0.2728739380836487\r\nStep 77, loss: 0.1851041167974472\r\nStep 78, loss: 0.23296062648296356\r\nStep 79, loss: 0.26394665241241455\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.21752849221229553\r\nStep 81, loss: 0.18234117329120636\r\nStep 82, loss: 0.24864667654037476\r\nStep 83, loss: 0.1763978898525238\r\nStep 84, loss: 0.2153254747390747\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.22564217448234558\r\nStep 86, loss: 0.17934079468250275\r\nStep 87, loss: 0.20803160965442657\r\nStep 88, loss: 0.1874341070652008\r\nStep 89, loss: 0.19531214237213135\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.18935991823673248\r\nStep 91, loss: 0.17440980672836304\r\nStep 92, loss: 0.19324111938476562\r\nStep 93, loss: 0.16815178096294403\r\nStep 94, loss: 0.18337339162826538\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.17506609857082367\r\nStep 96, loss: 0.18374508619308472\r\nStep 97, loss: 0.17558860778808594\r\nStep 98, loss: 0.17153097689151764\r\nStep 99, loss: 0.17350852489471436\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.17553851008415222\r\nStep 101, loss: 0.17571865022182465\r\nStep 102, loss: 0.1770285665988922\r\nStep 103, loss: 0.17143474519252777\r\nStep 104, loss: 0.17694468796253204\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.1701783984899521\r\nStep 106, loss: 0.1721150428056717\r\nStep 107, loss: 0.18157637119293213\r\nStep 108, loss: 0.17946001887321472\r\nStep 109, loss: 0.1713937222957611\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.18474853038787842\r\nStep 111, loss: 0.19023048877716064\r\nStep 112, loss: 0.17466364800930023\r\nStep 113, loss: 0.20380839705467224\r\nStep 114, loss: 0.19763538241386414\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.20567180216312408\r\nStep 116, loss: 0.17627586424350739\r\nStep 117, loss: 0.2401459962129593\r\nStep 118, loss: 0.22630953788757324\r\nStep 119, loss: 0.3115733861923218\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.2537444829940796\r\nStep 121, loss: 0.20726433396339417\r\nStep 122, loss: 0.18100623786449432\r\nStep 123, loss: 0.1860138326883316\r\nStep 124, loss: 0.1767667531967163\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.17867133021354675\r\nStep 126, loss: 0.17615267634391785\r\nStep 127, loss: 0.17519429326057434\r\nStep 128, loss: 0.17001935839653015\r\nStep 129, loss: 0.18138471245765686\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.182769775390625\r\nStep 131, loss: 0.18109673261642456\r\nStep 132, loss: 0.20665176212787628\r\nStep 133, loss: 0.2176077663898468\r\nStep 134, loss: 0.2097095251083374\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.169573575258255\r\nStep 136, loss: 0.2705841064453125\r\nStep 137, loss: 0.21325357258319855\r\nStep 138, loss: 0.2879812717437744\r\nStep 139, loss: 0.2801770865917206\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.19810499250888824\r\nStep 141, loss: 0.21345333755016327\r\nStep 142, loss: 0.27513694763183594\r\nStep 143, loss: 0.19192419946193695\r\nStep 144, loss: 0.25063005089759827\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.2652188539505005\r\nStep 146, loss: 0.2270602285861969\r\nStep 147, loss: 0.17439500987529755\r\nStep 148, loss: 0.2651463747024536\r\nStep 149, loss: 0.17411795258522034\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.20128369331359863\r\nStep 151, loss: 0.22026172280311584\r\nStep 152, loss: 0.1963040828704834\r\nStep 153, loss: 0.17465443909168243\r\nStep 154, loss: 0.2284325212240219\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.16654250025749207\r\nStep 156, loss: 0.2035674899816513\r\nStep 157, loss: 0.21861663460731506\r\nStep 158, loss: 0.18360266089439392\r\nStep 159, loss: 0.1914999932050705\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.19136099517345428\r\nStep 161, loss: 0.1730363368988037\r\nStep 162, loss: 0.1927812397480011\r\nStep 163, loss: 0.19494077563285828\r\nStep 164, loss: 0.16788262128829956\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.2022101879119873\r\nStep 166, loss: 0.1701948046684265\r\nStep 167, loss: 0.18731039762496948\r\nStep 168, loss: 0.18325486779212952\r\nStep 169, loss: 0.16821664571762085\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.18173591792583466\r\nStep 171, loss: 0.17352928221225739\r\nStep 172, loss: 0.17979280650615692\r\nStep 173, loss: 0.19877572357654572\r\nStep 174, loss: 0.16989831626415253\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.19771860539913177\r\nStep 176, loss: 0.17068180441856384\r\nStep 177, loss: 0.18666300177574158\r\nStep 178, loss: 0.1762019693851471\r\nStep 179, loss: 0.1755676567554474\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.17899194359779358\r\nStep 181, loss: 0.17103934288024902\r\nStep 182, loss: 0.17637726664543152\r\nStep 183, loss: 0.1693960577249527\r\nStep 184, loss: 0.18170027434825897\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.17105147242546082\r\nStep 186, loss: 0.1724877953529358\r\nStep 187, loss: 0.16516780853271484\r\nStep 188, loss: 0.16928809881210327\r\nStep 189, loss: 0.16764788329601288\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.17029733955860138\r\nStep 191, loss: 0.16823065280914307\r\nStep 192, loss: 0.17368561029434204\r\nStep 193, loss: 0.1674012690782547\r\nStep 194, loss: 0.1706489473581314\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.16439959406852722\r\nStep 196, loss: 0.16833509504795074\r\nStep 197, loss: 0.16811080276966095\r\nStep 198, loss: 0.16919326782226562\r\nStep 199, loss: 0.17727597057819366\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.1712120920419693\r\nStep 201, loss: 0.16802991926670074\r\nStep 202, loss: 0.17368464171886444\r\nStep 203, loss: 0.1675153225660324\r\nStep 204, loss: 0.1698906123638153\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.1760050356388092\r\nStep 206, loss: 0.16941988468170166\r\nStep 207, loss: 0.1764289140701294\r\nStep 208, loss: 0.17476168274879456\r\nStep 209, loss: 0.1662280559539795\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.17337505519390106\r\nStep 211, loss: 0.16607153415679932\r\nStep 212, loss: 0.17252206802368164\r\nStep 213, loss: 0.17525352537631989\r\nStep 214, loss: 0.1659269779920578\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.17148374021053314\r\n",,terminal_output +8157,21107808,"experiments/lam_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/lam_openai_grain_checkpointing""\n\nmkdir -p $ckpt_dir\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nPYTHONUNBUFFERED=1 python train_lam.py \\n --batch_size 48 \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +8158,21111360,"experiments/tokenizer_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nmkdir -p $ckpt_dir\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +8159,21111919,"experiments/lam_grain_checkpointing.sh",0,0,"",shellscript,tab +8160,21112423,"experiments/lam_grain_checkpointing.sh",416,0,"",shellscript,selection_command +8161,21112668,"experiments/lam_grain_checkpointing.sh",389,0,"",shellscript,selection_command +8162,21112692,"experiments/lam_grain_checkpointing.sh",364,0,"",shellscript,selection_command +8163,21112726,"experiments/lam_grain_checkpointing.sh",337,0,"",shellscript,selection_command +8164,21112760,"experiments/lam_grain_checkpointing.sh",303,0,"",shellscript,selection_command +8165,21112792,"experiments/lam_grain_checkpointing.sh",285,0,"",shellscript,selection_command +8166,21112825,"experiments/lam_grain_checkpointing.sh",263,0,"",shellscript,selection_command +8167,21112861,"experiments/lam_grain_checkpointing.sh",222,0,"",shellscript,selection_command +8168,21112892,"experiments/lam_grain_checkpointing.sh",178,0,"",shellscript,selection_command +8169,21112926,"experiments/lam_grain_checkpointing.sh",165,0,"",shellscript,selection_command +8170,21112959,"experiments/lam_grain_checkpointing.sh",158,0,"",shellscript,selection_command +8171,21113912,"experiments/lam_grain_checkpointing.sh",165,0,"",shellscript,selection_command +8172,21114079,"experiments/lam_grain_checkpointing.sh",178,0,"",shellscript,selection_command +8173,21114437,"experiments/lam_grain_checkpointing.sh",222,0,"",shellscript,selection_command +8174,21114602,"experiments/lam_grain_checkpointing.sh",263,0,"",shellscript,selection_command +8175,21115437,"experiments/lam_grain_checkpointing.sh",268,0,"",shellscript,selection_command +8176,21115561,"experiments/lam_grain_checkpointing.sh",271,0,"",shellscript,selection_command +8177,21115851,"experiments/lam_grain_checkpointing.sh",268,0,"",shellscript,selection_command +8178,21115959,"experiments/lam_grain_checkpointing.sh",268,2,"",shellscript,content +8179,21116163,"experiments/lam_grain_checkpointing.sh",268,0,"1",shellscript,content +8180,21116163,"experiments/lam_grain_checkpointing.sh",269,0,"",shellscript,selection_keyboard +8181,21116244,"experiments/lam_grain_checkpointing.sh",269,0,"2",shellscript,content +8182,21116244,"experiments/lam_grain_checkpointing.sh",270,0,"",shellscript,selection_keyboard +8183,21116388,"experiments/lam_grain_checkpointing.sh",269,0,"",shellscript,selection_command +8184,21121526,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=14065.19 task 0: running\r\n",,terminal_output +8185,21121666,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.19\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-28T19:25:01.068] error: *** STEP 14065.19 ON hai004 CANCELLED AT 2025-07-28T19:25:01 DUE to SIGNAL Killed ***\r\n",,terminal_output +8186,21121825,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=14065.19\r\nsrun: job abort in progress\r\n",,terminal_output +8187,21122320,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8188,21122915,"TERMINAL",0,0,"[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8189,21124554,"TERMINAL",0,0,"bashe p",,terminal_output +8190,21124875,"TERMINAL",0,0,"",,terminal_output +8191,21124967,"TERMINAL",0,0,"e",,terminal_output +8192,21125103,"TERMINAL",0,0,"x",,terminal_output +8193,21125172,"TERMINAL",0,0,"p",,terminal_output +8194,21125436,"TERMINAL",0,0,"eri",,terminal_output +8195,21125827,"TERMINAL",0,0,"ments/",,terminal_output +8196,21126595,"experiments/lam_grain_checkpointing.sh",289,0,"",shellscript,selection_command +8197,21126845,"experiments/lam_grain_checkpointing.sh",309,0,"",shellscript,selection_command +8198,21128802,"TERMINAL",0,0,"l",,terminal_output +8199,21128863,"TERMINAL",0,0,"a",,terminal_output +8200,21128922,"TERMINAL",0,0,"m",,terminal_output +8201,21129063,"TERMINAL",0,0,"_grain_checkpointing.sh ",,terminal_output +8202,21129168,"TERMINAL",0,0,"\r\n[?2004l\rbash: bashe: command not found\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8203,21130343,"TERMINAL",0,0,"bashe experiments/lam_grain_checkpointing.sh ",,terminal_output +8204,21130403,"TERMINAL",0,0,"",,terminal_output +8205,21130571,"TERMINAL",0,0,"",,terminal_output +8206,21130842,"TERMINAL",0,0,"",,terminal_output +8207,21131375,"TERMINAL",0,0,"",,terminal_output +8208,21131461,"TERMINAL",0,0,"",,terminal_output +8209,21131792,"TERMINAL",0,0,"",,terminal_output +8210,21131946,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8211,21136240,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +8212,21140462,"TERMINAL",0,0,"Counting all components: ['action_in', 'action_up', 'decoder', 'encoder', 'patch_up', 'vq']\r\nParameter counts:\r\n{'action_in': 768, 'action_up': 16896, 'decoder': 17474816, 'encoder': 17228832, 'patch_up': 393728, 'vq': 192, 'total': 35115232}\r\n",,terminal_output +8213,21141391,"TERMINAL",0,0,"Starting training from step 0...\r\n",,terminal_output +8214,21157515,"TERMINAL",0,0,"2025-07-28 19:25:36.834484: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:25:36.835687: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:25:36.835714: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-28 19:25:36.836200: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8215,21172365,"TERMINAL",0,0,"Step 0, loss: 0.27598443627357483\r\n",,terminal_output +8216,21189450,"TERMINAL",0,0,"",,terminal_focus +8217,21190042,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +8218,21190050,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login2:~/jafar",,terminal_output +8219,21190935,"TERMINAL",0,0,"Step 1, loss: 0.23057176172733307\r\n",,terminal_output +8220,21191053,"TERMINAL",0,0,"Step 2, loss: 0.2054509073495865\r\n",,terminal_output +8221,21191164,"TERMINAL",0,0,"Step 3, loss: 0.18693041801452637\r\n",,terminal_output +8222,21191297,"TERMINAL",0,0,"Step 4, loss: 0.17474958300590515\r\nSaved checkpoint at step 5\r\n",,terminal_output +8223,21191407,"TERMINAL",0,0,"Step 5, loss: 0.16059204936027527\r\n",,terminal_output +8224,21191599,"TERMINAL",0,0,"Step 6, loss: 0.1525067538022995\r\n",,terminal_output +8225,21191803,"TERMINAL",0,0,"Step 7, loss: 0.14633497595787048\r\n",,terminal_output +8226,21192281,"TERMINAL",0,0,"Step 8, loss: 0.1406102478504181\r\nStep 9, loss: 0.13634566962718964\r\n",,terminal_output +8227,21192340,"TERMINAL",0,0,"Saved checkpoint at step 10\r\n",,terminal_output +8228,21192460,"TERMINAL",0,0,"Step 10, loss: 0.13224714994430542\r\n",,terminal_output +8229,21192609,"TERMINAL",0,0,"Step 11, loss: 0.1288883537054062\r\n",,terminal_output +8230,21192710,"TERMINAL",0,0,"Step 12, loss: 0.12575164437294006\r\n",,terminal_output +8231,21193033,"TERMINAL",0,0,"Step 13, loss: 0.1229858472943306\r\n",,terminal_output +8232,21193215,"TERMINAL",0,0,"Step 14, loss: 0.12082796543836594\r\n",,terminal_output +8233,21195592,"TERMINAL",0,0,"Saved checkpoint at step 15\r\n",,terminal_output +8234,21195750,"TERMINAL",0,0,"Step 15, loss: 0.11854327470064163\r\n",,terminal_output +8235,21195878,"TERMINAL",0,0,"Step 16, loss: 0.11674737185239792\r\n",,terminal_output +8236,21196387,"TERMINAL",0,0,"Step 17, loss: 0.11478893458843231\r\n",,terminal_output +8237,21196899,"TERMINAL",0,0,"Step 18, loss: 0.112965427339077\r\n",,terminal_output +8238,21197104,"TERMINAL",0,0,"Step 19, loss: 0.1109720766544342\r\n",,terminal_output +8239,21198799,"TERMINAL",0,0,"Saved checkpoint at step 20\r\n",,terminal_output +8240,21199100,"TERMINAL",0,0,"Step 20, loss: 0.10907234996557236\r\n",,terminal_output +8241,21199224,"TERMINAL",0,0,"Step 21, loss: 0.10779614001512527\r\n",,terminal_output +8242,21199358,"TERMINAL",0,0,"Step 22, loss: 0.10616778582334518\r\n",,terminal_output +8243,21199477,"TERMINAL",0,0,"Step 23, loss: 0.1047898381948471\r\n",,terminal_output +8244,21200116,"TERMINAL",0,0,"Step 24, loss: 0.10336347669363022\r\n",,terminal_output +8245,21202231,"TERMINAL",0,0,"Saved checkpoint at step 25\r\n",,terminal_output +8246,21202416,"TERMINAL",0,0,"Step 25, loss: 0.10205663740634918\r\n",,terminal_output +8247,21202573,"TERMINAL",0,0,"Step 26, loss: 0.10076358169317245\r\n",,terminal_output +8248,21203102,"TERMINAL",0,0,"Step 27, loss: 0.09970021992921829\r\n",,terminal_output +8249,21203346,"TERMINAL",0,0,"Step 28, loss: 0.09879430383443832\r\n",,terminal_output +8250,21203459,"TERMINAL",0,0,"Step 29, loss: 0.09779567271471024\r\n",,terminal_output +8251,21204756,"TERMINAL",0,0,"pre-commit run --all-files",,terminal_command +8252,21204805,"TERMINAL",0,0,"]633;C",,terminal_output +8253,21205346,"TERMINAL",0,0,"Saved checkpoint at step 30\r\n",,terminal_output +8254,21205518,"TERMINAL",0,0,"Step 30, loss: 0.0969027504324913\r\n",,terminal_output +8255,21205634,"TERMINAL",0,0,"Step 31, loss: 0.09592843800783157\r\n",,terminal_output +8256,21206388,"TERMINAL",0,0,"Step 32, loss: 0.09522546827793121\r\n",,terminal_output +8257,21206672,"TERMINAL",0,0,"Step 33, loss: 0.09479893743991852\r\n",,terminal_output +8258,21206782,"TERMINAL",0,0,"Step 34, loss: 0.09398521482944489\r\n",,terminal_output +8259,21207219,"TERMINAL",0,0,"[INFO] Initializing environment for https://github.com/psf/black.\r\n",,terminal_output +8260,21208284,"TERMINAL",0,0,"Saved checkpoint at step 35\r\n",,terminal_output +8261,21208395,"TERMINAL",0,0,"Step 35, loss: 0.09340778738260269\r\n",,terminal_output +8262,21208534,"TERMINAL",0,0,"Step 36, loss: 0.09281201660633087\r\n",,terminal_output +8263,21208833,"TERMINAL",0,0,"Step 37, loss: 0.0924578607082367\r\n",,terminal_output +8264,21209283,"TERMINAL",0,0,"Step 38, loss: 0.0920955091714859\r\n",,terminal_output +8265,21209640,"TERMINAL",0,0,"[INFO] Installing environment for https://github.com/psf/black.\r\n[INFO] Once installed this environment will be reused.\r\n[INFO] This may take a few minutes...\r\n",,terminal_output +8266,21209674,"TERMINAL",0,0,"Step 39, loss: 0.09170319885015488\r\n",,terminal_output +8267,21211575,"TERMINAL",0,0,"Saved checkpoint at step 40\r\n",,terminal_output +8268,21211819,"TERMINAL",0,0,"Step 40, loss: 0.09131022542715073\r\n",,terminal_output +8269,21212173,"TERMINAL",0,0,"Step 41, loss: 0.09089621156454086\r\nStep 42, loss: 0.09069348871707916\r\n",,terminal_output +8270,21212353,"TERMINAL",0,0,"Step 43, loss: 0.09041627496480942\r\n",,terminal_output +8271,21212872,"TERMINAL",0,0,"Step 44, loss: 0.09013067930936813\r\n",,terminal_output +8272,21214951,"TERMINAL",0,0,"Saved checkpoint at step 45\r\n",,terminal_output +8273,21215127,"TERMINAL",0,0,"Step 45, loss: 0.0899263545870781\r\n",,terminal_output +8274,21215245,"TERMINAL",0,0,"Step 46, loss: 0.08948289602994919\r\n",,terminal_output +8275,21215966,"TERMINAL",0,0,"Step 47, loss: 0.0893426239490509\r\n",,terminal_output +8276,21216112,"TERMINAL",0,0,"Step 48, loss: 0.08919670432806015\r\n",,terminal_output +8277,21216337,"TERMINAL",0,0,"Step 49, loss: 0.08908873796463013\r\n",,terminal_output +8278,21218228,"TERMINAL",0,0,"Saved checkpoint at step 50\r\n",,terminal_output +8279,21218317,"TERMINAL",0,0,"Step 50, loss: 0.08882137387990952\r\n",,terminal_output +8280,21218434,"TERMINAL",0,0,"Step 51, loss: 0.08863107115030289\r\n",,terminal_output +8281,21218577,"TERMINAL",0,0,"Step 52, loss: 0.0883856937289238\r\n",,terminal_output +8282,21219399,"TERMINAL",0,0,"Step 53, loss: 0.08832767605781555\r\n",,terminal_output +8283,21219507,"TERMINAL",0,0,"Step 54, loss: 0.08831117302179337\r\n",,terminal_output +8284,21221285,"TERMINAL",0,0,"Saved checkpoint at step 55\r\n",,terminal_output +8285,21221404,"TERMINAL",0,0,"Step 55, loss: 0.08822423964738846\r\n",,terminal_output +8286,21221534,"TERMINAL",0,0,"Step 56, loss: 0.08820890635251999\r\n",,terminal_output +8287,21221674,"TERMINAL",0,0,"Step 57, loss: 0.08800172060728073\r\n",,terminal_output +8288,21221888,"TERMINAL",0,0,"black....................................................................",,terminal_output +8289,21222324,"TERMINAL",0,0,"Step 58, loss: 0.08786825835704803\r\n",,terminal_output +8290,21222423,"TERMINAL",0,0,"Passed\r\n",,terminal_output +8291,21222939,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar",,terminal_output +8292,21223042,"TERMINAL",0,0,"Step 59, loss: 0.08771100640296936\r\n",,terminal_output +8293,21224583,"TERMINAL",0,0,"Saved checkpoint at step 60\r\n",,terminal_output +8294,21224794,"TERMINAL",0,0,"Step 60, loss: 0.08783899247646332\r\n",,terminal_output +8295,21225077,"TERMINAL",0,0,"Step 61, loss: 0.08754253387451172\r\n",,terminal_output +8296,21225777,"TERMINAL",0,0,"Step 62, loss: 0.08743385970592499\r\n",,terminal_output +8297,21225929,"TERMINAL",0,0,"Step 63, loss: 0.08730341494083405\r\n",,terminal_output +8298,21226040,"TERMINAL",0,0,"Step 64, loss: 0.08722636848688126\r\n",,terminal_output +8299,21227840,"TERMINAL",0,0,"Saved checkpoint at step 65\r\n",,terminal_output +8300,21228372,"TERMINAL",0,0,"Step 65, loss: 0.08712470531463623\r\nStep 66, loss: 0.08712539821863174\r\n",,terminal_output +8301,21228967,"TERMINAL",0,0,"Step 67, loss: 0.08704562485218048\r\n",,terminal_output +8302,21229414,"TERMINAL",0,0,"Step 68, loss: 0.08692356944084167\r\nStep 69, loss: 0.08702200651168823\r\n",,terminal_output +8303,21231134,"TERMINAL",0,0,"Saved checkpoint at step 70\r\n",,terminal_output +8304,21231374,"TERMINAL",0,0,"Step 70, loss: 0.08691852539777756\r\n",,terminal_output +8305,21231447,"TERMINAL",0,0,"Step 71, loss: 0.0868198424577713\r\n",,terminal_output +8306,21232155,"TERMINAL",0,0,"Step 72, loss: 0.086673304438591\r\n",,terminal_output +8307,21232486,"TERMINAL",0,0,"Step 73, loss: 0.08670426160097122\r\n",,terminal_output +8308,21232618,"TERMINAL",0,0,"Step 74, loss: 0.08675213903188705\r\n",,terminal_output +8309,21234204,"TERMINAL",0,0,"Saved checkpoint at step 75\r\n",,terminal_output +8310,21234326,"TERMINAL",0,0,"Step 75, loss: 0.08666099607944489\r\n",,terminal_output +8311,21234536,"TERMINAL",0,0,"Step 76, loss: 0.08657591044902802\r\n",,terminal_output +8312,21235302,"TERMINAL",0,0,"Step 77, loss: 0.08652033656835556\r\n",,terminal_output +8313,21235472,"TERMINAL",0,0,"Step 78, loss: 0.08648049086332321\r\n",,terminal_output +8314,21235629,"TERMINAL",0,0,"Step 79, loss: 0.08636479079723358\r\n",,terminal_output +8315,21237402,"TERMINAL",0,0,"Saved checkpoint at step 80\r\n",,terminal_output +8316,21237725,"TERMINAL",0,0,"Step 80, loss: 0.08639673888683319\r\n",,terminal_output +8317,21237924,"TERMINAL",0,0,"Step 81, loss: 0.08630769699811935\r\n",,terminal_output +8318,21238544,"TERMINAL",0,0,"Step 82, loss: 0.08627515286207199\r\n",,terminal_output +8319,21238808,"TERMINAL",0,0,"Step 83, loss: 0.0862661674618721\r\nStep 84, loss: 0.08621814846992493\r\n",,terminal_output +8320,21240812,"TERMINAL",0,0,"Saved checkpoint at step 85\r\n",,terminal_output +8321,21240900,"TERMINAL",0,0,"Step 85, loss: 0.08633897453546524\r\n",,terminal_output +8322,21241065,"TERMINAL",0,0,"Step 86, loss: 0.08621841669082642\r\n",,terminal_output +8323,21241753,"TERMINAL",0,0,"Step 87, loss: 0.08626733720302582\r\n",,terminal_output +8324,21241919,"TERMINAL",0,0,"Step 88, loss: 0.08627373725175858\r\n",,terminal_output +8325,21242015,"TERMINAL",0,0,"Step 89, loss: 0.0862671285867691\r\n",,terminal_output +8326,21244013,"TERMINAL",0,0,"Saved checkpoint at step 90\r\n",,terminal_output +8327,21244072,"TERMINAL",0,0,"Step 90, loss: 0.08603069186210632\r\n",,terminal_output +8328,21244193,"TERMINAL",0,0,"Step 91, loss: 0.08610910177230835\r\n",,terminal_output +8329,21244834,"TERMINAL",0,0,"Step 92, loss: 0.08613267540931702\r\n",,terminal_output +8330,21245214,"TERMINAL",0,0,"Step 93, loss: 0.08605442196130753\r\n",,terminal_output +8331,21245395,"TERMINAL",0,0,"Step 94, loss: 0.08591151237487793\r\n",,terminal_output +8332,21246957,"TERMINAL",0,0,"Saved checkpoint at step 95\r\n",,terminal_output +8333,21247104,"TERMINAL",0,0,"Step 95, loss: 0.0860070288181305\r\n",,terminal_output +8334,21247256,"TERMINAL",0,0,"Step 96, loss: 0.08599359542131424\r\n",,terminal_output +8335,21247662,"TERMINAL",0,0,"Step 97, loss: 0.08603743463754654\r\n",,terminal_output +8336,21248096,"TERMINAL",0,0,"Step 98, loss: 0.08588670939207077\r\n",,terminal_output +8337,21248375,"TERMINAL",0,0,"Step 99, loss: 0.08592725545167923\r\n",,terminal_output +8338,21249968,"TERMINAL",0,0,"Saved checkpoint at step 100\r\n",,terminal_output +8339,21250411,"TERMINAL",0,0,"Step 100, loss: 0.08595679700374603\r\nStep 101, loss: 0.08593413233757019\r\n",,terminal_output +8340,21250793,"TERMINAL",0,0,"Step 102, loss: 0.08590668439865112\r\n",,terminal_output +8341,21251255,"TERMINAL",0,0,"Step 103, loss: 0.08583227545022964\r\n",,terminal_output +8342,21251367,"TERMINAL",0,0,"Step 104, loss: 0.08579885214567184\r\n",,terminal_output +8343,21253136,"TERMINAL",0,0,"Saved checkpoint at step 105\r\n",,terminal_output +8344,21253301,"TERMINAL",0,0,"Step 105, loss: 0.08576127886772156\r\n",,terminal_output +8345,21253432,"TERMINAL",0,0,"Step 106, loss: 0.08573254197835922\r\n",,terminal_output +8346,21254096,"TERMINAL",0,0,"Step 107, loss: 0.08574925363063812\r\n",,terminal_output +8347,21254294,"TERMINAL",0,0,"Step 108, loss: 0.08571197092533112\r\n",,terminal_output +8348,21254410,"TERMINAL",0,0,"Step 109, loss: 0.08572961390018463\r\n",,terminal_output +8349,21256323,"TERMINAL",0,0,"Saved checkpoint at step 110\r\n",,terminal_output +8350,21256502,"TERMINAL",0,0,"Step 110, loss: 0.08572281897068024\r\n",,terminal_output +8351,21256619,"TERMINAL",0,0,"Step 111, loss: 0.08580631762742996\r\n",,terminal_output +8352,21257281,"TERMINAL",0,0,"Step 112, loss: 0.08563604950904846\r\n",,terminal_output +8353,21257649,"TERMINAL",0,0,"Step 113, loss: 0.08574183285236359\r\n",,terminal_output +8354,21257760,"TERMINAL",0,0,"Step 114, loss: 0.08576274663209915\r\n",,terminal_output +8355,21259396,"TERMINAL",0,0,"Saved checkpoint at step 115\r\n",,terminal_output +8356,21259553,"TERMINAL",0,0,"Step 115, loss: 0.08564459532499313\r\n",,terminal_output +8357,21259773,"TERMINAL",0,0,"Step 116, loss: 0.08554878830909729\r\n",,terminal_output +8358,21260551,"TERMINAL",0,0,"Step 117, loss: 0.0855121836066246\r\n",,terminal_output +8359,21260715,"TERMINAL",0,0,"Step 118, loss: 0.08555829524993896\r\n",,terminal_output +8360,21260824,"TERMINAL",0,0,"Step 119, loss: 0.08552252501249313\r\n",,terminal_output +8361,21262467,"TERMINAL",0,0,"Saved checkpoint at step 120\r\n",,terminal_output +8362,21262663,"TERMINAL",0,0,"Step 120, loss: 0.08556153625249863\r\n",,terminal_output +8363,21262928,"TERMINAL",0,0,"Step 121, loss: 0.0854928195476532\r\n",,terminal_output +8364,21263202,"TERMINAL",0,0,"Step 122, loss: 0.08555805683135986\r\n",,terminal_output +8365,21263787,"TERMINAL",0,0,"Step 123, loss: 0.08557092398405075\r\n",,terminal_output +8366,21263894,"TERMINAL",0,0,"Step 124, loss: 0.08563893288373947\r\n",,terminal_output +8367,21265696,"TERMINAL",0,0,"Saved checkpoint at step 125\r\n",,terminal_output +8368,21266039,"TERMINAL",0,0,"Step 125, loss: 0.08565092086791992\r\n",,terminal_output +8369,21266158,"TERMINAL",0,0,"Step 126, loss: 0.08551344275474548\r\n",,terminal_output +8370,21266489,"TERMINAL",0,0,"Step 127, loss: 0.08542951941490173\r\n",,terminal_output +8371,21267015,"TERMINAL",0,0,"Step 128, loss: 0.08547745645046234\r\n",,terminal_output +8372,21267125,"TERMINAL",0,0,"Step 129, loss: 0.0854995995759964\r\n",,terminal_output +8373,21269092,"TERMINAL",0,0,"Saved checkpoint at step 130\r\n",,terminal_output +8374,21269271,"TERMINAL",0,0,"Step 130, loss: 0.08549398928880692\r\n",,terminal_output +8375,21269394,"TERMINAL",0,0,"Step 131, loss: 0.08552239835262299\r\n",,terminal_output +8376,21270011,"TERMINAL",0,0,"Step 132, loss: 0.08551894128322601\r\n",,terminal_output +8377,21270250,"TERMINAL",0,0,"Step 133, loss: 0.08535681664943695\r\n",,terminal_output +8378,21270361,"TERMINAL",0,0,"Step 134, loss: 0.08552487939596176\r\n",,terminal_output +8379,21272303,"TERMINAL",0,0,"Saved checkpoint at step 135\r\n",,terminal_output +8380,21272485,"TERMINAL",0,0,"Step 135, loss: 0.0853632241487503\r\n",,terminal_output +8381,21272593,"TERMINAL",0,0,"Step 136, loss: 0.08543656766414642\r\n",,terminal_output +8382,21273600,"TERMINAL",0,0,"Step 137, loss: 0.08535660058259964\r\nStep 138, loss: 0.08543012291193008\r\n",,terminal_output +8383,21273689,"TERMINAL",0,0,"Step 139, loss: 0.0854225680232048\r\n",,terminal_output +8384,21275280,"TERMINAL",0,0,"Saved checkpoint at step 140\r\n",,terminal_output +8385,21275456,"TERMINAL",0,0,"Step 140, loss: 0.08550143986940384\r\n",,terminal_output +8386,21275586,"TERMINAL",0,0,"Step 141, loss: 0.0852932259440422\r\n",,terminal_output +8387,21276220,"TERMINAL",0,0,"Step 142, loss: 0.08535484969615936\r\n",,terminal_output +8388,21276597,"TERMINAL",0,0,"Step 143, loss: 0.08531823009252548\r\n",,terminal_output +8389,21276708,"TERMINAL",0,0,"Step 144, loss: 0.08537571877241135\r\n",,terminal_output +8390,21278434,"TERMINAL",0,0,"Saved checkpoint at step 145\r\n",,terminal_output +8391,21278596,"TERMINAL",0,0,"Step 145, loss: 0.08527616411447525\r\n",,terminal_output +8392,21278912,"TERMINAL",0,0,"Step 146, loss: 0.08532239496707916\r\n",,terminal_output +8393,21279570,"TERMINAL",0,0,"Step 147, loss: 0.08539298176765442\r\n",,terminal_output +8394,21279764,"TERMINAL",0,0,"Step 148, loss: 0.08535558730363846\r\n",,terminal_output +8395,21279874,"TERMINAL",0,0,"Step 149, loss: 0.0852760523557663\r\n",,terminal_output +8396,21281783,"TERMINAL",0,0,"Saved checkpoint at step 150\r\n",,terminal_output +8397,21281952,"TERMINAL",0,0,"Step 150, loss: 0.08532331883907318\r\n",,terminal_output +8398,21282057,"TERMINAL",0,0,"Step 151, loss: 0.08537063747644424\r\n",,terminal_output +8399,21282190,"TERMINAL",0,0,"Step 152, loss: 0.08534897118806839\r\n",,terminal_output +8400,21282957,"TERMINAL",0,0,"Step 153, loss: 0.08534103631973267\r\n",,terminal_output +8401,21283069,"TERMINAL",0,0,"Step 154, loss: 0.08526011556386948\r\n",,terminal_output +8402,21284907,"TERMINAL",0,0,"Saved checkpoint at step 155\r\n",,terminal_output +8403,21285087,"TERMINAL",0,0,"Step 155, loss: 0.08533922582864761\r\n",,terminal_output +8404,21285199,"TERMINAL",0,0,"Step 156, loss: 0.08526735007762909\r\n",,terminal_output +8405,21286119,"TERMINAL",0,0,"Step 157, loss: 0.08531562238931656\r\n",,terminal_output +8406,21286256,"TERMINAL",0,0,"Step 158, loss: 0.08521164953708649\r\n",,terminal_output +8407,21286368,"TERMINAL",0,0,"Step 159, loss: 0.08533225208520889\r\n",,terminal_output +8408,21288064,"TERMINAL",0,0,"Saved checkpoint at step 160\r\n",,terminal_output +8409,21288176,"TERMINAL",0,0,"Step 160, loss: 0.0851643979549408\r\n",,terminal_output +8410,21288297,"TERMINAL",0,0,"Step 161, loss: 0.08517609536647797\r\n",,terminal_output +8411,21289008,"TERMINAL",0,0,"Step 162, loss: 0.08514319360256195\r\n",,terminal_output +8412,21289359,"TERMINAL",0,0,"Step 163, loss: 0.08518671989440918\r\n",,terminal_output +8413,21289459,"TERMINAL",0,0,"Step 164, loss: 0.08519566059112549\r\n",,terminal_output +8414,21291148,"TERMINAL",0,0,"Saved checkpoint at step 165\r\n",,terminal_output +8415,21291288,"TERMINAL",0,0,"Step 165, loss: 0.08523619920015335\r\n",,terminal_output +8416,21291634,"TERMINAL",0,0,"Step 166, loss: 0.08524046093225479\r\n",,terminal_output +8417,21292290,"TERMINAL",0,0,"Step 167, loss: 0.08524785935878754\r\n",,terminal_output +8418,21292489,"TERMINAL",0,0,"Step 168, loss: 0.08529231697320938\r\n",,terminal_output +8419,21292599,"TERMINAL",0,0,"Step 169, loss: 0.08525460958480835\r\n",,terminal_output +8420,21294508,"TERMINAL",0,0,"Saved checkpoint at step 170\r\n",,terminal_output +8421,21294684,"TERMINAL",0,0,"Step 170, loss: 0.08524429053068161\r\n",,terminal_output +8422,21295000,"TERMINAL",0,0,"Step 171, loss: 0.08528478443622589\r\n",,terminal_output +8423,21295428,"TERMINAL",0,0,"Step 172, loss: 0.08518433570861816\r\n",,terminal_output +8424,21295647,"TERMINAL",0,0,"Step 173, loss: 0.0851893275976181\r\n",,terminal_output +8425,21295773,"TERMINAL",0,0,"Step 174, loss: 0.08512214571237564\r\n",,terminal_output +8426,21297631,"TERMINAL",0,0,"Saved checkpoint at step 175\r\n",,terminal_output +8427,21297801,"TERMINAL",0,0,"Step 175, loss: 0.08516865223646164\r\n",,terminal_output +8428,21297923,"TERMINAL",0,0,"Step 176, loss: 0.08515138924121857\r\n",,terminal_output +8429,21298639,"TERMINAL",0,0,"Step 177, loss: 0.08520127832889557\r\n",,terminal_output +8430,21298980,"TERMINAL",0,0,"Step 178, loss: 0.08515076339244843\r\n",,terminal_output +8431,21299083,"TERMINAL",0,0,"Step 179, loss: 0.08514591306447983\r\n",,terminal_output +8432,21300684,"TERMINAL",0,0,"Saved checkpoint at step 180\r\n",,terminal_output +8433,21300946,"TERMINAL",0,0,"Step 180, loss: 0.085121750831604\r\n",,terminal_output +8434,21300967,"TERMINAL",0,0,"Step 181, loss: 0.08508948236703873\r\n",,terminal_output +8435,21301358,"TERMINAL",0,0,"Step 182, loss: 0.08512864261865616\r\n",,terminal_output +8436,21301966,"TERMINAL",0,0,"Step 183, loss: 0.08503641933202744\r\n",,terminal_output +8437,21302083,"TERMINAL",0,0,"Step 184, loss: 0.08514994382858276\r\n",,terminal_output +8438,21303904,"TERMINAL",0,0,"Saved checkpoint at step 185\r\n",,terminal_output +8439,21304120,"TERMINAL",0,0,"Step 185, loss: 0.08506989479064941\r\n",,terminal_output +8440,21304200,"TERMINAL",0,0,"Step 186, loss: 0.0850781798362732\r\n",,terminal_output +8441,21305080,"TERMINAL",0,0,"Step 187, loss: 0.08519414067268372\r\n",,terminal_output +8442,21305267,"TERMINAL",0,0,"Step 188, loss: 0.08527933061122894\r\n",,terminal_output +8443,21305347,"TERMINAL",0,0,"Step 189, loss: 0.08515346795320511\r\n",,terminal_output +8444,21307165,"TERMINAL",0,0,"Saved checkpoint at step 190\r\n",,terminal_output +8445,21307479,"TERMINAL",0,0,"Step 190, loss: 0.08513903617858887\r\n",,terminal_output +8446,21307687,"TERMINAL",0,0,"Step 191, loss: 0.08519324660301208\r\n",,terminal_output +8447,21308349,"TERMINAL",0,0,"Step 192, loss: 0.08511067181825638\r\n",,terminal_output +8448,21308459,"TERMINAL",0,0,"Step 193, loss: 0.08521666377782822\r\n",,terminal_output +8449,21308582,"TERMINAL",0,0,"Step 194, loss: 0.08516741544008255\r\n",,terminal_output +8450,21310447,"TERMINAL",0,0,"Saved checkpoint at step 195\r\n",,terminal_output +8451,21310510,"TERMINAL",0,0,"Step 195, loss: 0.08516291528940201\r\n",,terminal_output +8452,21310646,"TERMINAL",0,0,"Step 196, loss: 0.0851159617304802\r\n",,terminal_output +8453,21311357,"TERMINAL",0,0,"Step 197, loss: 0.08509064465761185\r\n",,terminal_output +8454,21311613,"TERMINAL",0,0,"Step 198, loss: 0.08511112630367279\r\nStep 199, loss: 0.08506261557340622\r\n",,terminal_output +8455,21313458,"TERMINAL",0,0,"Saved checkpoint at step 200\r\n",,terminal_output +8456,21313591,"TERMINAL",0,0,"Step 200, loss: 0.08508416265249252\r\n",,terminal_output +8457,21313670,"TERMINAL",0,0,"Step 201, loss: 0.0850270539522171\r\n",,terminal_output +8458,21313983,"TERMINAL",0,0,"Step 202, loss: 0.08507947623729706\r\n",,terminal_output +8459,21314651,"TERMINAL",0,0,"Step 203, loss: 0.08488963544368744\r\n",,terminal_output +8460,21314764,"TERMINAL",0,0,"Step 204, loss: 0.08496786653995514\r\n",,terminal_output +8461,21316405,"TERMINAL",0,0,"Saved checkpoint at step 205\r\n",,terminal_output +8462,21316598,"TERMINAL",0,0,"Step 205, loss: 0.08499009907245636\r\n",,terminal_output +8463,21316686,"TERMINAL",0,0,"Step 206, loss: 0.0850650891661644\r\n",,terminal_output +8464,21317409,"TERMINAL",0,0,"Step 207, loss: 0.08501143753528595\r\n",,terminal_output +8465,21317653,"TERMINAL",0,0,"Step 208, loss: 0.08508265018463135\r\n",,terminal_output +8466,21317789,"TERMINAL",0,0,"Step 209, loss: 0.08517388254404068\r\n",,terminal_output +8467,21319436,"TERMINAL",0,0,"Saved checkpoint at step 210\r\n",,terminal_output +8468,21319777,"TERMINAL",0,0,"Step 210, loss: 0.08499105274677277\r\n",,terminal_output +8469,21319939,"TERMINAL",0,0,"Step 211, loss: 0.08501923829317093\r\n",,terminal_output +8470,21320586,"TERMINAL",0,0,"Step 212, loss: 0.08503729850053787\r\n",,terminal_output +8471,21320811,"TERMINAL",0,0,"Step 213, loss: 0.08508282154798508\r\n",,terminal_output +8472,21320875,"TERMINAL",0,0,"Step 214, loss: 0.08501417189836502\r\n",,terminal_output +8473,21322728,"TERMINAL",0,0,"Saved checkpoint at step 215\r\n",,terminal_output +8474,21322910,"TERMINAL",0,0,"Step 215, loss: 0.08501669019460678\r\n",,terminal_output +8475,21323035,"TERMINAL",0,0,"Step 216, loss: 0.08504998683929443\r\n",,terminal_output +8476,21323673,"TERMINAL",0,0,"Step 217, loss: 0.08506082743406296\r\n",,terminal_output +8477,21323937,"TERMINAL",0,0,"Step 218, loss: 0.08502715080976486\r\n",,terminal_output +8478,21323986,"TERMINAL",0,0,"Step 219, loss: 0.08504883199930191\r\n",,terminal_output +8479,21325975,"TERMINAL",0,0,"Saved checkpoint at step 220\r\n",,terminal_output +8480,21326038,"TERMINAL",0,0,"Step 220, loss: 0.08499136567115784\r\n",,terminal_output +8481,21326148,"TERMINAL",0,0,"Step 221, loss: 0.08506549149751663\r\n",,terminal_output +8482,21326263,"TERMINAL",0,0,"Step 222, loss: 0.0849834680557251\r\n",,terminal_output +8483,21327178,"TERMINAL",0,0,"Step 223, loss: 0.08494096994400024\r\n",,terminal_output +8484,21327287,"TERMINAL",0,0,"Step 224, loss: 0.08497380465269089\r\n",,terminal_output +8485,21329177,"TERMINAL",0,0,"Saved checkpoint at step 225\r\n",,terminal_output +8486,21329279,"TERMINAL",0,0,"Step 225, loss: 0.08493995666503906\r\n",,terminal_output +8487,21330227,"TERMINAL",0,0,"Step 226, loss: 0.08496256917715073\r\n",,terminal_output +8488,21330345,"TERMINAL",0,0,"Step 227, loss: 0.08496294170618057\r\n",,terminal_output +8489,21330447,"TERMINAL",0,0,"Step 228, loss: 0.0850018784403801\r\n",,terminal_output +8490,21330572,"TERMINAL",0,0,"Step 229, loss: 0.08494801074266434\r\n",,terminal_output +8491,21332326,"TERMINAL",0,0,"Saved checkpoint at step 230\r\n",,terminal_output +8492,21332381,"TERMINAL",0,0,"Step 230, loss: 0.08505650609731674\r\n",,terminal_output +8493,21332695,"TERMINAL",0,0,"Step 231, loss: 0.08509726822376251\r\n",,terminal_output +8494,21332847,"TERMINAL",0,0,"Step 232, loss: 0.0851321741938591\r\n",,terminal_output +8495,21333551,"TERMINAL",0,0,"Step 233, loss: 0.08498519659042358\r\n",,terminal_output +8496,21333666,"TERMINAL",0,0,"Step 234, loss: 0.08511817455291748\r\n",,terminal_output +8497,21335677,"TERMINAL",0,0,"Saved checkpoint at step 235\r\n",,terminal_output +8498,21335779,"TERMINAL",0,0,"Step 235, loss: 0.08506514877080917\r\n",,terminal_output +8499,21335936,"TERMINAL",0,0,"Step 236, loss: 0.08499286323785782\r\n",,terminal_output +8500,21336580,"TERMINAL",0,0,"Step 237, loss: 0.08496682345867157\r\n",,terminal_output +8501,21336747,"TERMINAL",0,0,"Step 238, loss: 0.08494821935892105\r\n",,terminal_output +8502,21336862,"TERMINAL",0,0,"Step 239, loss: 0.08497656136751175\r\n",,terminal_output +8503,21338780,"TERMINAL",0,0,"Saved checkpoint at step 240\r\n",,terminal_output +8504,21338905,"TERMINAL",0,0,"Step 240, loss: 0.0849524438381195\r\n",,terminal_output +8505,21339039,"TERMINAL",0,0,"Step 241, loss: 0.08489707857370377\r\n",,terminal_output +8506,21339722,"TERMINAL",0,0,"Step 242, loss: 0.08493854105472565\r\n",,terminal_output +8507,21340130,"TERMINAL",0,0,"Step 243, loss: 0.08487719297409058\r\n",,terminal_output +8508,21340244,"TERMINAL",0,0,"Step 244, loss: 0.08490407466888428\r\n",,terminal_output +8509,21341776,"TERMINAL",0,0,"Saved checkpoint at step 245\r\n",,terminal_output +8510,21341940,"TERMINAL",0,0,"Step 245, loss: 0.08486238867044449\r\n",,terminal_output +8511,21342041,"TERMINAL",0,0,"Step 246, loss: 0.0849427580833435\r\n",,terminal_output +8512,21342887,"TERMINAL",0,0,"Step 247, loss: 0.08486080169677734\r\n",,terminal_output +8513,21343077,"TERMINAL",0,0,"Step 248, loss: 0.0849425420165062\r\n",,terminal_output +8514,21343196,"TERMINAL",0,0,"Step 249, loss: 0.08494634926319122\r\n",,terminal_output +8515,21345039,"TERMINAL",0,0,"Saved checkpoint at step 250\r\n",,terminal_output +8516,21345181,"TERMINAL",0,0,"Step 250, loss: 0.08499263972043991\r\n",,terminal_output +8517,21345405,"TERMINAL",0,0,"Step 251, loss: 0.08503445237874985\r\n",,terminal_output +8518,21345660,"TERMINAL",0,0,"Step 252, loss: 0.08493515104055405\r\n",,terminal_output +8519,21346365,"TERMINAL",0,0,"Step 253, loss: 0.08501506596803665\r\n",,terminal_output +8520,21346544,"TERMINAL",0,0,"Step 254, loss: 0.08496697247028351\r\n",,terminal_output +8521,21348380,"TERMINAL",0,0,"Saved checkpoint at step 255\r\n",,terminal_output +8522,21348475,"TERMINAL",0,0,"Step 255, loss: 0.08505377918481827\r\n",,terminal_output +8523,21348599,"TERMINAL",0,0,"Step 256, loss: 0.08495268225669861\r\n",,terminal_output +8524,21349301,"TERMINAL",0,0,"Step 257, loss: 0.08495213091373444\r\n",,terminal_output +8525,21349483,"TERMINAL",0,0,"Step 258, loss: 0.08497780561447144\r\n",,terminal_output +8526,21349593,"TERMINAL",0,0,"Step 259, loss: 0.08487779647111893\r\n",,terminal_output +8527,21351416,"TERMINAL",0,0,"Saved checkpoint at step 260\r\n",,terminal_output +8528,21351567,"TERMINAL",0,0,"Step 260, loss: 0.08492188155651093\r\n",,terminal_output +8529,21351690,"TERMINAL",0,0,"Step 261, loss: 0.08491292595863342\r\n",,terminal_output +8530,21352608,"TERMINAL",0,0,"Step 262, loss: 0.08496177196502686\r\n",,terminal_output +8531,21352738,"TERMINAL",0,0,"Step 263, loss: 0.08492522686719894\r\n",,terminal_output +8532,21352864,"TERMINAL",0,0,"Step 264, loss: 0.0849592313170433\r\n",,terminal_output +8533,21354304,"TERMINAL",0,0,"Saved checkpoint at step 265\r\n",,terminal_output +8534,21354434,"TERMINAL",0,0,"Step 265, loss: 0.08486195653676987\r\n",,terminal_output +8535,21354562,"TERMINAL",0,0,"Step 266, loss: 0.08493609726428986\r\n",,terminal_output +8536,21354817,"TERMINAL",0,0,"Step 267, loss: 0.084856778383255\r\n",,terminal_output +8537,21354942,"TERMINAL",0,0,"Step 268, loss: 0.08485139906406403\r\n",,terminal_output +8538,21355627,"TERMINAL",0,0,"Step 269, loss: 0.08488546311855316\r\n",,terminal_output +8539,21357485,"TERMINAL",0,0,"Saved checkpoint at step 270\r\n",,terminal_output +8540,21357836,"TERMINAL",0,0,"Step 270, loss: 0.0848870500922203\r\n",,terminal_output +8541,21357951,"TERMINAL",0,0,"Step 271, loss: 0.08483250439167023\r\n",,terminal_output +8542,21358625,"TERMINAL",0,0,"Step 272, loss: 0.0848444402217865\r\n",,terminal_output +8543,21358816,"TERMINAL",0,0,"Step 273, loss: 0.08488862216472626\r\n",,terminal_output +8544,21358920,"TERMINAL",0,0,"Step 274, loss: 0.08486000448465347\r\n",,terminal_output +8545,21360929,"TERMINAL",0,0,"Saved checkpoint at step 275\r\n",,terminal_output +8546,21361087,"TERMINAL",0,0,"Step 275, loss: 0.08488067239522934\r\n",,terminal_output +8547,21361213,"TERMINAL",0,0,"Step 276, loss: 0.08490746468305588\r\n",,terminal_output +8548,21361749,"TERMINAL",0,0,"Step 277, loss: 0.08491446822881699",,terminal_output +8549,21361862,"TERMINAL",0,0,"\r\n",,terminal_output +8550,21362083,"TERMINAL",0,0,"Step 278, loss: 0.08490640670061111\r\n",,terminal_output +8551,21362193,"TERMINAL",0,0,"Step 279, loss: 0.08484678715467453\r\n",,terminal_output +8552,21364145,"TERMINAL",0,0,"Saved checkpoint at step 280\r\n",,terminal_output +8553,21364268,"TERMINAL",0,0,"Step 280, loss: 0.08489425480365753\r\n",,terminal_output +8554,21364403,"TERMINAL",0,0,"Step 281, loss: 0.08488830924034119\r\n",,terminal_output +8555,21364520,"TERMINAL",0,0,"Step 282, loss: 0.08491484820842743\r\n",,terminal_output +8556,21364905,"TERMINAL",0,0,"Step 283, loss: 0.08490455895662308\r\n",,terminal_output +8557,21365561,"TERMINAL",0,0,"Step 284, loss: 0.08480759710073471\r\n",,terminal_output +8558,21367065,"TERMINAL",0,0,"Saved checkpoint at step 285\r\n",,terminal_output +8559,21367230,"TERMINAL",0,0,"Step 285, loss: 0.0848764106631279\r\n",,terminal_output +8560,21367361,"TERMINAL",0,0,"Step 286, loss: 0.084780253469944\r\n",,terminal_output +8561,21368170,"TERMINAL",0,0,"Step 287, loss: 0.08488059788942337\r\n",,terminal_output +8562,21368407,"TERMINAL",0,0,"Step 288, loss: 0.08480136841535568\r\n",,terminal_output +8563,21368518,"TERMINAL",0,0,"Step 289, loss: 0.08493470400571823\r\n",,terminal_output +8564,21370272,"TERMINAL",0,0,"Saved checkpoint at step 290\r\n",,terminal_output +8565,21370441,"TERMINAL",0,0,"Step 290, loss: 0.08485529571771622\r\n",,terminal_output +8566,21371356,"TERMINAL",0,0,"Step 291, loss: 0.08488385379314423\r\n",,terminal_output +8567,21371590,"TERMINAL",0,0,"Step 292, loss: 0.08482442051172256\r\n",,terminal_output +8568,21371758,"TERMINAL",0,0,"Step 293, loss: 0.08483345061540604\r\nStep 294, loss: 0.08483569324016571\r\n",,terminal_output +8569,21371885,"experiments/lam_grain_checkpointing.sh",0,0,"Switched from branch 'flax-nnx-migration' to 'flattened-causal-transformer'",shellscript,git_branch_checkout +8570,21373451,"TERMINAL",0,0,"Saved checkpoint at step 295\r\n",,terminal_output +8571,21373769,"TERMINAL",0,0,"Step 295, loss: 0.0847921073436737\r\n",,terminal_output +8572,21373903,"TERMINAL",0,0,"Step 296, loss: 0.0847967118024826\r\n",,terminal_output +8573,21374020,"TERMINAL",0,0,"Step 297, loss: 0.08479856699705124\r\n",,terminal_output +8574,21374790,"TERMINAL",0,0,"Step 298, loss: 0.08476246893405914\r\n",,terminal_output +8575,21374907,"TERMINAL",0,0,"Step 299, loss: 0.08492479473352432\r\n",,terminal_output +8576,21376767,"TERMINAL",0,0,"Saved checkpoint at step 300\r\n",,terminal_output +8577,21376941,"TERMINAL",0,0,"Step 300, loss: 0.08493901789188385\r\n",,terminal_output +8578,21377055,"TERMINAL",0,0,"Step 301, loss: 0.08495689928531647\r\n",,terminal_output +8579,21377752,"TERMINAL",0,0,"Step 302, loss: 0.08494104444980621\r\n",,terminal_output +8580,21377904,"TERMINAL",0,0,"Step 303, loss: 0.08482994139194489\r\n",,terminal_output +8581,21378013,"TERMINAL",0,0,"Step 304, loss: 0.08490906655788422\r\n",,terminal_output +8582,21379839,"TERMINAL",0,0,"Saved checkpoint at step 305\r\n",,terminal_output +8583,21380013,"TERMINAL",0,0,"Step 305, loss: 0.08491934835910797\r\n",,terminal_output +8584,21380134,"TERMINAL",0,0,"Step 306, loss: 0.08482816070318222\r\n",,terminal_output +8585,21381009,"TERMINAL",0,0,"Step 307, loss: 0.084910549223423\r\n",,terminal_output +8586,21381168,"TERMINAL",0,0,"Step 308, loss: 0.08478507399559021\r\n",,terminal_output +8587,21381274,"TERMINAL",0,0,"Step 309, loss: 0.0848880335688591\r\n",,terminal_output +8588,21382880,"TERMINAL",0,0,"Saved checkpoint at step 310\r\n",,terminal_output +8589,21383088,"TERMINAL",0,0,"Step 310, loss: 0.08479809761047363\r\n",,terminal_output +8590,21383183,"TERMINAL",0,0,"Step 311, loss: 0.08479492366313934\r\n",,terminal_output +8591,21383893,"TERMINAL",0,0,"Step 312, loss: 0.0847974568605423\r\n",,terminal_output +8592,21384211,"TERMINAL",0,0,"Step 313, loss: 0.0847417414188385\r\n",,terminal_output +8593,21384344,"TERMINAL",0,0,"Step 314, loss: 0.08483166247606277\r\n",,terminal_output +8594,21386065,"TERMINAL",0,0,"Saved checkpoint at step 315\r\n",,terminal_output +8595,21386387,"TERMINAL",0,0,"Step 315, loss: 0.08477528393268585\r\n",,terminal_output +8596,21386513,"TERMINAL",0,0,"Step 316, loss: 0.0847146064043045\r\n",,terminal_output +8597,21386883,"experiments/lam_grain_checkpointing.sh",0,0,"Switched from branch 'flattened-causal-transformer' to 'flax-nnx-migration'",shellscript,git_branch_checkout +8598,21387181,"TERMINAL",0,0,"Step 317, loss: 0.0847870260477066\r\n",,terminal_output +8599,21387353,"TERMINAL",0,0,"Step 318, loss: 0.08480224013328552\r\n",,terminal_output +8600,21387464,"TERMINAL",0,0,"Step 319, loss: 0.08484302461147308\r\n",,terminal_output +8601,21389341,"TERMINAL",0,0,"Saved checkpoint at step 320\r\n",,terminal_output +8602,21389525,"TERMINAL",0,0,"Step 320, loss: 0.08491761237382889\r\n",,terminal_output +8603,21389647,"TERMINAL",0,0,"Step 321, loss: 0.08487716317176819\r\n",,terminal_output +8604,21390188,"TERMINAL",0,0,"Step 322, loss: 0.08485770970582962",,terminal_output +8605,21390287,"TERMINAL",0,0,"\r\n",,terminal_output +8606,21390498,"TERMINAL",0,0,"Step 323, loss: 0.08485237509012222\r\n",,terminal_output +8607,21390625,"TERMINAL",0,0,"Step 324, loss: 0.08485870808362961\r\n",,terminal_output +8608,21392507,"TERMINAL",0,0,"Saved checkpoint at step 325\r\n",,terminal_output +8609,21392627,"TERMINAL",0,0,"Step 325, loss: 0.08483625948429108\r\n",,terminal_output +8610,21392757,"TERMINAL",0,0,"Step 326, loss: 0.0848226249217987\r\n",,terminal_output +8611,21392870,"TERMINAL",0,0,"Step 327, loss: 0.08483732491731644\r\n",,terminal_output +8612,21393497,"TERMINAL",0,0,"Step 328, loss: 0.08477127552032471\r\n",,terminal_output +8613,21393824,"TERMINAL",0,0,"Step 329, loss: 0.0848393365740776\r\n",,terminal_output +8614,21395649,"TERMINAL",0,0,"Saved checkpoint at step 330\r\n",,terminal_output +8615,21395771,"TERMINAL",0,0,"Step 330, loss: 0.08481750637292862\r\n",,terminal_output +8616,21395827,"TERMINAL",0,0,"Step 331, loss: 0.08479417860507965\r\n",,terminal_output +8617,21396161,"TERMINAL",0,0,"Step 332, loss: 0.08478651940822601\r\n",,terminal_output +8618,21396622,"TERMINAL",0,0,"Step 333, loss: 0.0848318412899971\r\n",,terminal_output +8619,21396978,"TERMINAL",0,0,"Step 334, loss: 0.08482649177312851\r\n",,terminal_output +8620,21398916,"TERMINAL",0,0,"Saved checkpoint at step 335\r\n",,terminal_output +8621,21399108,"TERMINAL",0,0,"Step 335, loss: 0.08475606143474579\r\n",,terminal_output +8622,21399326,"TERMINAL",0,0,"Step 336, loss: 0.08480346202850342\r\n",,terminal_output +8623,21399442,"TERMINAL",0,0,"Step 337, loss: 0.08477776497602463\r\n",,terminal_output +8624,21399966,"TERMINAL",0,0,"Step 338, loss: 0.08474692702293396\r\n",,terminal_output +8625,21400145,"TERMINAL",0,0,"Step 339, loss: 0.08476480096578598\r\n",,terminal_output +8626,21402290,"TERMINAL",0,0,"Saved checkpoint at step 340\r\nStep 340, loss: 0.08487589657306671\r\n",,terminal_output +8627,21402452,"TERMINAL",0,0,"Step 341, loss: 0.0848444327712059\r\n",,terminal_output +8628,21402588,"TERMINAL",0,0,"Step 342, loss: 0.08483446389436722\r\n",,terminal_output +8629,21403248,"TERMINAL",0,0,"Step 343, loss: 0.08485227078199387\r\n",,terminal_output +8630,21403521,"TERMINAL",0,0,"Step 344, loss: 0.0848350077867508\r\n",,terminal_output +8631,21404358,"experiments/tokenizer_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nmkdir -p $ckpt_dir\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nexport PYTHONUNBUFFERED=1\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +8632,21404834,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n ffn_dim: int = 2048\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 4\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(\n model: LatentActionModel, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, jax.Array, dict]]:\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@nnx.jit\ndef train_step(\n lam: LatentActionModel,\n optimizer: nnx.Optimizer,\n inputs: dict,\n action_last_active: jax.Array,\n rng: jax.Array,\n) -> tuple[jax.Array, jax.Array, jax.Array, dict]:\n def loss_fn(\n model: LatentActionModel,\n ) -> tuple[jax.Array, tuple[jax.Array, jax.Array, dict]]:\n return lam_loss_fn(model, inputs)\n\n # --- Update model ---\n (loss, (recon, idx_counts, metrics)), grads = nnx.value_and_grad(\n loss_fn, has_aux=True\n )(lam)\n optimizer.update(grads)\n\n # --- Reset inactive latent actions ---\n codebook = lam.vq.codebook\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook.value\n )\n lam.vq.codebook.value = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n ffn_dim=args.ffn_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n # Count parameters\n _, params, _ = nnx.split(lam, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(lam, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n action_last_active = jnp.zeros(args.num_latents, dtype=jnp.int32)\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n rng, _rng = jax.random.split(rng)\n loss, recon, action_last_active, metrics = train_step(\n lam, optimizer, inputs, action_last_active, _rng\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0, 1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +8633,21405209,"TERMINAL",0,0,"Saved checkpoint at step 345\r\n",,terminal_output +8634,21405328,"TERMINAL",0,0,"Step 345, loss: 0.08484210819005966\r\n",,terminal_output +8635,21405436,"TERMINAL",0,0,"Step 346, loss: 0.08481349796056747\r\n",,terminal_output +8636,21406265,"TERMINAL",0,0,"Step 347, loss: 0.0847492516040802\r\n",,terminal_output +8637,21406471,"TERMINAL",0,0,"Step 348, loss: 0.08478528261184692\r\n",,terminal_output +8638,21406647,"TERMINAL",0,0,"Step 349, loss: 0.0847051590681076\r\n",,terminal_output +8639,21406885,"train_lam.py",0,0,"Switched from branch 'flax-nnx-migration' to 'rename-hierarchy'",python,git_branch_checkout +8640,21408334,"TERMINAL",0,0,"srun",,terminal_focus +8641,21408377,"TERMINAL",0,0,"Saved checkpoint at step 350\r\n",,terminal_output +8642,21408547,"TERMINAL",0,0,"Step 350, loss: 0.08477907627820969\r\n",,terminal_output +8643,21408919,"TERMINAL",0,0,"Step 351, loss: 0.08479826897382736\r\n",,terminal_output +8644,21409008,"TERMINAL",0,0,"Step 352, loss: 0.08472642302513123\r\n",,terminal_output +8645,21409421,"TERMINAL",0,0,"Step 353, loss: 0.08470070362091064\r\n",,terminal_output +8646,21409547,"TERMINAL",0,0,"^CProcess SpawnProcess-6:\r\nProcess SpawnProcess-2:\r\nProcess SpawnProcess-3:\r\nProcess SpawnProcess-1:\r\nProcess SpawnProcess-5:\r\nProcess SpawnProcess-8:\r\nProcess SpawnProcess-7:\r\nProcess SpawnProcess-4:\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 314, in _bootstrap\r\n self.run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/process.py"", line 108, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/grain_pool.py"", line 251, in _worker_loop\r\n if not multiprocessing_common.add_element_to_queue( # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/grain/_src/python/multiprocessing_common.py"", line 54, in add_element_to_queue\r\n elements_queue.put(element, timeout=_QUEUE_WAIT_TIMEOUT_SECONDS)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/queues.py"", line 89, in put\r\n if not self._sem.acquire(block, timeout):\r\nKeyboardInterrupt\r\n",,terminal_output +8647,21409611,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_lam.py"", line 336, in \r\n loss, recon, action_last_active, metrics = train_step(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 430, in __call__\r\n pure_args, pure_kwargs = self._get_pure_args_kwargs(args, kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 406, in _get_pure_args_kwargs\r\n pure_args, pure_kwargs = extract.to_tree(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 201, in to_tree\r\n return jax.tree.map(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/tree.py"", line 155, in map\r\n return tree_util.tree_map(f, tree, *rest, is_leaf=is_leaf)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/tree_util.py"", line 362, in tree_map\r\n return treedef.unflatten(f(*xs) for xs in zip(*all_leaves))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/tree_util.py"", line 362, in \r\n return treedef.unflatten(f(*xs) for xs in zip(*all_leaves))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/extract.py"", line 202, in \r\n lambda x: split_fn(split_ctx, (), prefix, x)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py"", line 98, in _jit_split_fn\r\n return extract.NodeStates.from_split(*ctx.flatten(x, with_paths=False))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 1778, in flatten\r\n graphdef, flat_state = flatten(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 681, in flatten\r\n _graph_flatten(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 819, in _graph_flatten\r\n _graph_flatten(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 819, in _graph_flatten\r\n _graph_flatten(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 819, in _graph_flatten\r\n _graph_flatten(\r\n [Previous line repeated 1 more time]\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py"", line 817, in _graph_flatten\r\n if value_node_impl is not None or isinstance(value, Variable):\r\nKeyboardInterrupt\r\n",,terminal_output +8648,21409730,"TERMINAL",0,0,"^C",,terminal_output +8649,21409862,"TERMINAL",0,0,"^C",,terminal_output +8650,21410007,"TERMINAL",0,0,"^C",,terminal_output +8651,21410255,"TERMINAL",0,0,"^C",,terminal_output +8652,21411302,"TERMINAL",0,0,"Exception ignored in: \r\nTraceback (most recent call last):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1537, in _shutdown\r\n atexit_call()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/concurrent/futures/thread.py"", line 31, in _python_exit\r\n t.join()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1096, in join\r\n self._wait_for_tstate_lock()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 1116, in _wait_for_tstate_lock\r\n if lock.acquire(block, timeout):\r\nKeyboardInterrupt: \r\n",,terminal_output +8653,21411303,"TERMINAL",0,0,"bash",,terminal_focus +8654,21411703,"TERMINAL",0,0,"ERROR:absl:[process=0] Failed to run 3 Handler Commit operations or the Commit callback in background save thread, directory: /home/franz.srambical/jafar/checkpoints/lam_openai_grain_checkpointing/000350\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 208, in _thread_func\r\n _background_wait_for_commit_futures(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 86, in _background_wait_for_commit_futures\r\n commit_future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 172, in result\r\n f.result(timeout=time_remaining)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 395, in result\r\n return self._f.result(timeout=timeout)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 346, in result\r\n return self._t.result(timeout=timeout)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 295, in result\r\n self.join(timeout=timeout)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 292, in join\r\n raise self._exception\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 279, in run\r\n super().run()\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/threading.py"", line 953, in run\r\n self._target(*self._args, **self._kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 228, in _target_setting_result\r\n self._result = target()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/futures/future.py"", line 339, in \r\n target=lambda: asyncio_utils.run_sync(coro),\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py"", line 50, in run_sync\r\n return asyncio.run(coro)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py"", line 44, in run\r\n return loop.run_until_complete(main)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 649, in run_until_complete\r\n return future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 955, in _write_metadata_after_commits\r\n param_infos = await self._get_param_infos_with_write_shape(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 858, in _get_param_infos_with_write_shape\r\n array_metadatas = await array_metadata_store.read(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/metadata/array_metadata_store.py"", line 234, in read\r\n if not await asyncio.to_thread(checkpoint_dir.exists):\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/threads.py"", line 25, in to_thread\r\n return await loop.run_in_executor(None, func_call)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 821, in run_in_executor\r\n executor.submit(func, *args), loop=self)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/concurrent/futures/thread.py"", line 167, in submit\r\n raise RuntimeError('cannot schedule new futures after shutdown')\r\nRuntimeError: cannot schedule new futures after shutdown\r\n",,terminal_output +8655,21412066,"TERMINAL",0,0,"/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 26 leaked shared_memory objects to clean up at shutdown\r\n warnings.warn('resource_tracker: There appear to be %d '\r\n",,terminal_output +8656,21412496,"TERMINAL",0,0,"\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +8657,21427020,"train_lam.py",3295,0,"",python,selection_mouse +8658,21458608,"jasmine.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +8659,21462239,"jasmine.py",0,0,"",python,selection_command +8660,21464728,"jasmine.py",265,0,"",python,selection_command +8661,21469090,"jasmine.py",268,1,"",python,content +8662,21469090,"jasmine.py",265,2,"Jasmi",python,content +8663,21476042,"/fast/home/franz.srambical/jafar/sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom jasmine import Jasmine\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_co_train: bool = False\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n dynamics_type: str = ""maskgit""\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Load Dynamics model checkpoint ---\n rngs = nnx.Rngs(rng)\n jasmine = Jasmine(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dynamics_type=args.dynamics_type,\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n decode=True,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(jasmine, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Jasmine, batch: dict) -> jax.Array:\n """"""Runs Jasmine.sample with pre-defined generation hyper-parameters.""""""\n if args.dynamics_type == ""maskgit"":\n return model.sample_maskgit(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n else:\n return model.sample_causal(\n batch,\n args.seq_len,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n # @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(jasmine, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n # FIXME (f.srambical): we need to cast to jax array before dividing by 255.0 (otherwise video_batch will be in float32 after the division)\n video_batch = jnp.asarray(video_batch).astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = jasmine.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n # The autoregressive cache needs to be initialized with the shape of the tokenized inputs, not the raw video.\n # The number of spatial tokens is derived from the image dimensions and patch size.\n # It appears the 90x160 image is padded to 92x160, and a CLS token is added.\n # (92 // args.patch_size) * (160 // args.patch_size) + 1 = 23 * 40 + 1 = 921\n num_patches = ((args.image_height + 3) // 4 * 4 // args.patch_size) * (\n args.image_width // args.patch_size\n ) + 1\n # Shape for spatial attention: (batch, time, patches, num_heads, head_dim)\n spatial_token_shape = (\n args.batch_size,\n 1,\n num_patches,\n args.dyna_dim,\n )\n # Shape for temporal attention: (batch, patches, time, num_heads, head_dim)\n temporal_token_shape = (\n args.batch_size,\n num_patches,\n 1,\n args.dyna_dim,\n )\n if args.dynamics_type == ""causal"":\n transformer_blocks = jasmine.dynamics.transformer.blocks\n for block in transformer_blocks:\n block.spatial_attention.init_cache(spatial_token_shape, dtype=args.dtype)\n block.temporal_attention.init_cache(temporal_token_shape, dtype=args.dtype)\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +8664,21476042,"/fast/home/franz.srambical/jafar/sample.py",301,7,"Jasmine",python,selection_command +8665,21476143,"/fast/home/franz.srambical/jafar/sample.py",281,7211,"from genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n",python,content +8666,21476493,"/fast/home/franz.srambical/jafar/sample.py",303,0,"",python,selection_command +8667,21479973,"jasmine.py",0,0,"",python,tab +8668,21481232,"jasmine.py",265,0,"",python,selection_command +8669,21485466,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +8670,21487716,"sample.py",0,0,"",python,selection_command +8671,21488429,"sample.py",34,0,"",python,selection_command +8672,21488675,"sample.py",46,0,"",python,selection_command +8673,21488705,"sample.py",56,0,"",python,selection_command +8674,21488734,"sample.py",69,0,"",python,selection_command +8675,21488763,"sample.py",70,0,"",python,selection_command +8676,21488884,"sample.py",91,0,"",python,selection_command +8677,21488884,"sample.py",105,0,"",python,selection_command +8678,21488885,"sample.py",116,0,"",python,selection_command +8679,21488899,"sample.py",140,0,"",python,selection_command +8680,21488930,"sample.py",164,0,"",python,selection_command +8681,21488962,"sample.py",183,0,"",python,selection_command +8682,21488998,"sample.py",214,0,"",python,selection_command +8683,21489030,"sample.py",247,0,"",python,selection_command +8684,21489062,"sample.py",259,0,"",python,selection_command +8685,21489096,"sample.py",280,0,"",python,selection_command +8686,21489261,"sample.py",281,0,"",python,selection_command +8687,21489428,"sample.py",286,0,"",python,selection_command +8688,21491069,"sample.py",286,5,"",python,content +8689,21491410,"sample.py",286,0,"J",python,content +8690,21491410,"sample.py",287,0,"",python,selection_keyboard +8691,21491596,"sample.py",287,0,"a",python,content +8692,21491597,"sample.py",288,0,"",python,selection_keyboard +8693,21491632,"sample.py",288,0,"s",python,content +8694,21491632,"sample.py",289,0,"",python,selection_keyboard +8695,21491721,"sample.py",289,0,"m",python,content +8696,21491722,"sample.py",290,0,"",python,selection_keyboard +8697,21491858,"sample.py",290,0,"i",python,content +8698,21491858,"sample.py",291,0,"",python,selection_keyboard +8699,21491926,"sample.py",291,0,"n",python,content +8700,21491926,"sample.py",292,0,"",python,selection_keyboard +8701,21492033,"sample.py",292,0,"e",python,content +8702,21492033,"sample.py",293,0,"",python,selection_keyboard +8703,21492554,"sample.py",286,7,"",python,content +8704,21492644,"sample.py",286,0,"j",python,content +8705,21492644,"sample.py",287,0,"",python,selection_keyboard +8706,21492697,"sample.py",287,0,"a",python,content +8707,21492697,"sample.py",288,0,"",python,selection_keyboard +8708,21492725,"sample.py",288,0,"s",python,content +8709,21492725,"sample.py",289,0,"",python,selection_keyboard +8710,21492830,"sample.py",289,0,"m",python,content +8711,21492831,"sample.py",290,0,"",python,selection_keyboard +8712,21492930,"sample.py",290,0,"i",python,content +8713,21492931,"sample.py",291,0,"",python,selection_keyboard +8714,21493077,"sample.py",291,0,"n",python,content +8715,21493077,"sample.py",292,0,"",python,selection_keyboard +8716,21493077,"sample.py",292,0,"e",python,content +8717,21493078,"sample.py",293,0,"",python,selection_keyboard +8718,21493285,"sample.py",292,0,"",python,selection_command +8719,21493601,"sample.py",306,0,"",python,selection_command +8720,21493992,"sample.py",301,5,"",python,content +8721,21494297,"sample.py",301,0,"J",python,content +8722,21494297,"sample.py",302,0,"",python,selection_keyboard +8723,21494482,"sample.py",302,0,"a",python,content +8724,21494483,"sample.py",303,0,"",python,selection_keyboard +8725,21494521,"sample.py",303,0,"s",python,content +8726,21494521,"sample.py",304,0,"",python,selection_keyboard +8727,21494649,"sample.py",304,0,"m",python,content +8728,21494650,"sample.py",305,0,"",python,selection_keyboard +8729,21494758,"sample.py",305,0,"i",python,content +8730,21494758,"sample.py",306,0,"",python,selection_keyboard +8731,21494815,"sample.py",306,0,"n",python,content +8732,21494815,"sample.py",307,0,"",python,selection_keyboard +8733,21494884,"sample.py",307,0,"e",python,content +8734,21494884,"sample.py",308,0,"",python,selection_keyboard +8735,21495174,"sample.py",307,0,"",python,selection_command +8736,21497686,"sample.py",1570,0,"",python,selection_command +8737,21498121,"sample.py",1628,0,"",python,selection_command +8738,21499228,"sample.py",1632,0,"n",python,content +8739,21499228,"sample.py",1631,0,"Jasm",python,content +8740,21499228,"sample.py",1628,3,"",python,content +8741,21499228,"sample.py",1624,0,"n",python,content +8742,21499228,"sample.py",1623,0,"jasm",python,content +8743,21499228,"sample.py",1620,3,"",python,content +8744,21499228,"sample.py",1574,0,"n",python,content +8745,21499228,"sample.py",1573,0,"Jasm",python,content +8746,21499228,"sample.py",1570,3,"",python,content +8747,21502515,"sample.py",3486,0,"n",python,content +8748,21502515,"sample.py",3485,0,"jasm",python,content +8749,21502515,"sample.py",3482,3,"",python,content +8750,21503856,"sample.py",4088,0,"n",python,content +8751,21503856,"sample.py",4087,0,"Jasm",python,content +8752,21503856,"sample.py",4084,3,"",python,content +8753,21503856,"sample.py",4038,0,"n",python,content +8754,21503856,"sample.py",4037,0,"Jasm",python,content +8755,21503856,"sample.py",4034,3,"",python,content +8756,21505365,"sample.py",4657,0,"n",python,content +8757,21505365,"sample.py",4656,0,"jasm",python,content +8758,21505365,"sample.py",4653,3,"",python,content +8759,21506921,"sample.py",5524,0,"n",python,content +8760,21506921,"sample.py",5523,0,"jasm",python,content +8761,21506921,"sample.py",5520,3,"",python,content +8762,21527577,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +8763,21527578,"train_dynamics.py",395,5,"genie",python,selection_command +8764,21529781,"train_dynamics.py",399,0,"",python,selection_command +8765,21530548,"train_dynamics.py",395,0,"",python,selection_command +8766,21530683,"train_dynamics.py",395,5,"",python,content +8767,21531569,"train_dynamics.py",395,0,"j",python,content +8768,21531569,"train_dynamics.py",396,0,"",python,selection_keyboard +8769,21531607,"train_dynamics.py",396,0,"a",python,content +8770,21531608,"train_dynamics.py",397,0,"",python,selection_keyboard +8771,21531746,"train_dynamics.py",397,0,"s",python,content +8772,21531746,"train_dynamics.py",398,0,"",python,selection_keyboard +8773,21531814,"train_dynamics.py",398,0,"m",python,content +8774,21531815,"train_dynamics.py",399,0,"",python,selection_keyboard +8775,21531944,"train_dynamics.py",399,0,"i",python,content +8776,21531944,"train_dynamics.py",400,0,"",python,selection_keyboard +8777,21532011,"train_dynamics.py",400,0,"n",python,content +8778,21532012,"train_dynamics.py",401,0,"",python,selection_keyboard +8779,21532046,"train_dynamics.py",401,0,"e",python,content +8780,21532046,"train_dynamics.py",402,0,"",python,selection_keyboard +8781,21532289,"train_dynamics.py",401,0,"",python,selection_command +8782,21533233,"train_dynamics.py",403,0,"",python,selection_command +8783,21533418,"train_dynamics.py",410,0,"",python,selection_command +8784,21533529,"train_dynamics.py",415,0,"",python,selection_command +8785,21533954,"train_dynamics.py",410,0,"",python,selection_command +8786,21534112,"train_dynamics.py",410,5,"",python,content +8787,21534816,"train_dynamics.py",410,0,"J",python,content +8788,21534817,"train_dynamics.py",411,0,"",python,selection_keyboard +8789,21534993,"train_dynamics.py",411,0,"a",python,content +8790,21534993,"train_dynamics.py",412,0,"",python,selection_keyboard +8791,21535018,"train_dynamics.py",412,0,"s",python,content +8792,21535019,"train_dynamics.py",413,0,"",python,selection_keyboard +8793,21535122,"train_dynamics.py",413,0,"m",python,content +8794,21535122,"train_dynamics.py",414,0,"",python,selection_keyboard +8795,21535264,"train_dynamics.py",414,0,"i",python,content +8796,21535264,"train_dynamics.py",415,0,"",python,selection_keyboard +8797,21535331,"train_dynamics.py",415,0,"n",python,content +8798,21535331,"train_dynamics.py",416,0,"",python,selection_keyboard +8799,21535448,"train_dynamics.py",416,0,"e",python,content +8800,21535448,"train_dynamics.py",417,0,"",python,selection_keyboard +8801,21538243,"train_dynamics.py",431,0,"n",python,content +8802,21538243,"train_dynamics.py",430,0,"jasm",python,content +8803,21538243,"train_dynamics.py",427,3,"",python,content +8804,21538911,"train_dynamics.py",416,0,"",python,selection_command +8805,21542435,"jasmine.py",0,0,"",python,tab +8806,21543729,"jasmine.py",10851,0,"",python,selection_command +8807,21544999,"jasmine.py",10863,0,"n",python,content +8808,21544999,"jasmine.py",10862,0,"jasm",python,content +8809,21544999,"jasmine.py",10859,3,"",python,content +8810,21546496,"jasmine.py",11032,0,"n",python,content +8811,21546496,"jasmine.py",11031,0,"Jasm",python,content +8812,21546496,"jasmine.py",11028,3,"",python,content +8813,21548564,"jasmine.py",10985,0,"",python,selection_command +8814,21548712,"jasmine.py",10975,0,"",python,selection_command +8815,21548846,"jasmine.py",10955,0,"",python,selection_command +8816,21548976,"jasmine.py",10913,0,"",python,selection_command +8817,21549126,"jasmine.py",10883,0,"",python,selection_command +8818,21549246,"jasmine.py",10851,0,"",python,selection_command +8819,21551529,"jasmine.py",297,0,"n",python,content +8820,21551529,"jasmine.py",296,0,"Jasm",python,content +8821,21551529,"jasmine.py",293,3,"",python,content +8822,21555533,"train_dynamics.py",0,0,"",python,tab +8823,21555533,"train_dynamics.py",2438,5,"Genie",python,selection_command +8824,21556932,"train_dynamics.py",2440,0,"",python,selection_mouse +8825,21558269,"train_dynamics.py",0,0,"",python,selection_command +8826,21561408,"train_dynamics.py",2438,0,"",python,selection_command +8827,21561757,"train_dynamics.py",4290,0,"",python,selection_command +8828,21563010,"train_dynamics.py",4294,0,"n",python,content +8829,21563011,"train_dynamics.py",4293,0,"Jasm",python,content +8830,21563011,"train_dynamics.py",4290,3,"",python,content +8831,21564578,"train_dynamics.py",4449,0,"n",python,content +8832,21564578,"train_dynamics.py",4448,0,"Jasm",python,content +8833,21564578,"train_dynamics.py",4445,3,"",python,content +8834,21565852,"train_dynamics.py",5481,0,"n",python,content +8835,21565852,"train_dynamics.py",5480,0,"Jasm",python,content +8836,21565852,"train_dynamics.py",5477,3,"",python,content +8837,21565852,"train_dynamics.py",5473,0,"n",python,content +8838,21565852,"train_dynamics.py",5472,0,"jasm",python,content +8839,21565852,"train_dynamics.py",5469,3,"",python,content +8840,21568250,"train_dynamics.py",6664,0,"n",python,content +8841,21568251,"train_dynamics.py",6663,0,"jasm",python,content +8842,21568251,"train_dynamics.py",6660,3,"",python,content +8843,21569730,"train_dynamics.py",7814,0,"n",python,content +8844,21569730,"train_dynamics.py",7813,0,"jasm",python,content +8845,21569730,"train_dynamics.py",7810,3,"",python,content +8846,21571723,"train_dynamics.py",11473,0,"n",python,content +8847,21571723,"train_dynamics.py",11472,0,"jasm",python,content +8848,21571723,"train_dynamics.py",11469,3,"",python,content +8849,21573076,"train_dynamics.py",12380,0,"n",python,content +8850,21573077,"train_dynamics.py",12379,0,"jasm",python,content +8851,21573077,"train_dynamics.py",12376,3,"",python,content +8852,21576471,"train_dynamics.py",0,0,"",python,selection_command +8853,21579586,"train_dynamics.py",2438,5,"Genie",python,selection_command +8854,21581003,"train_dynamics.py",2440,0,"",python,selection_mouse +8855,21583263,"train_dynamics.py",2438,0,"",python,selection_command +8856,21583403,"train_dynamics.py",2438,5,"",python,content +8857,21583783,"train_dynamics.py",2438,0,"J",python,content +8858,21583783,"train_dynamics.py",2439,0,"",python,selection_keyboard +8859,21583854,"train_dynamics.py",2439,0,"a",python,content +8860,21583854,"train_dynamics.py",2440,0,"",python,selection_keyboard +8861,21583881,"train_dynamics.py",2440,0,"s",python,content +8862,21583881,"train_dynamics.py",2441,0,"",python,selection_keyboard +8863,21583988,"train_dynamics.py",2441,0,"m",python,content +8864,21583988,"train_dynamics.py",2442,0,"",python,selection_keyboard +8865,21584104,"train_dynamics.py",2442,0,"i",python,content +8866,21584104,"train_dynamics.py",2443,0,"",python,selection_keyboard +8867,21584152,"train_dynamics.py",2443,0,"n",python,content +8868,21584153,"train_dynamics.py",2444,0,"",python,selection_keyboard +8869,21584306,"train_dynamics.py",2444,0,"e",python,content +8870,21584306,"train_dynamics.py",2445,0,"",python,selection_keyboard +8871,21584424,"train_dynamics.py",2444,0,"",python,selection_command +8872,21585678,"train_dynamics.py",0,0,"",python,selection_command +8873,21597086,"train_dynamics.py",41,0,"",python,selection_command +8874,21597434,"train_dynamics.py",51,0,"",python,selection_command +8875,21597889,"train_dynamics.py",75,0,"",python,selection_command +8876,21630487,"train_dynamics.py",390,12016,"from genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n",python,content +8877,21638121,"train_dynamics.py",76,0,"",python,selection_command +8878,21638356,"train_dynamics.py",90,0,"",python,selection_command +8879,21638387,"train_dynamics.py",150,0,"",python,selection_command +8880,21638414,"train_dynamics.py",209,0,"",python,selection_command +8881,21638449,"train_dynamics.py",222,0,"",python,selection_command +8882,21638481,"train_dynamics.py",253,0,"",python,selection_command +8883,21638515,"train_dynamics.py",272,0,"",python,selection_command +8884,21638550,"train_dynamics.py",293,0,"",python,selection_command +8885,21638584,"train_dynamics.py",304,0,"",python,selection_command +8886,21638617,"train_dynamics.py",328,0,"",python,selection_command +8887,21638653,"train_dynamics.py",340,0,"",python,selection_command +8888,21638686,"train_dynamics.py",353,0,"",python,selection_command +8889,21638719,"train_dynamics.py",366,0,"",python,selection_command +8890,21639641,"jasmine.py",0,0,"",python,tab +8891,21640603,"sample.py",0,0,"",python,tab +8892,21647394,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.dynamics = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return logits, mask\n",python,tab +8893,21649777,"models/dynamics.py",985,0,"",python,selection_mouse +8894,21661280,"models/dynamics.py",2926,3,"er",python,content +8895,21661280,"models/dynamics.py",2924,1,"sfor",python,content +8896,21661280,"models/dynamics.py",2921,2,"tra",python,content +8897,21661280,"models/dynamics.py",986,3,"er",python,content +8898,21661280,"models/dynamics.py",984,1,"sfor",python,content +8899,21661280,"models/dynamics.py",981,2,"tra",python,content +8900,21662518,"models/dynamics.py",2924,0,"",python,selection_command +8901,21663403,"models/dynamics.py",981,0,"",python,selection_command +8902,21675373,"models/dynamics_maskgit.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n spatial_causal=False,\n decode=False,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.transformer(vid_embed)\n return logits, mask\n",python,tab +8903,21675373,"models/dynamics_maskgit.py",1329,14,"spatial_causal",python,selection_command +8904,21676197,"models/dynamics_maskgit.py",1363,6,"decode",python,selection_command +8905,21677825,"models/dynamics_maskgit.py",2071,0,"",python,selection_mouse +8906,21677827,"models/dynamics_maskgit.py",2070,0,"",python,selection_command +8907,21678161,"models/dynamics.py",0,0,"",python,tab +8908,21684115,"/fast/home/franz.srambical/jafar/genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.transformer(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +8909,21684569,"models/dynamics.py",0,0,"",python,tab +8910,21686435,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.transformer(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +8911,21689445,"genie.py",24,0,"",python,selection_command +8912,21689690,"genie.py",25,0,"",python,selection_command +8913,21689714,"genie.py",38,0,"",python,selection_command +8914,21689748,"genie.py",49,0,"",python,selection_command +8915,21689781,"genie.py",73,0,"",python,selection_command +8916,21689813,"genie.py",96,0,"",python,selection_command +8917,21689847,"genie.py",127,0,"",python,selection_command +8918,21689887,"genie.py",128,0,"",python,selection_command +8919,21689912,"genie.py",172,0,"",python,selection_command +8920,21689947,"genie.py",213,0,"",python,selection_command +8921,21689979,"genie.py",257,0,"",python,selection_command +8922,21690011,"genie.py",258,0,"",python,selection_command +8923,21691322,"models/dynamics.py",0,0,"",python,tab +8924,21692362,"genie.py",0,0,"",python,tab +8925,21693534,"genie.py",1884,0,"",python,selection_command +8926,21694309,"genie.py",3470,0,"",python,selection_command +8927,21699512,"genie.py",3479,0,"",python,selection_command +8928,21699677,"genie.py",3481,0,"",python,selection_command +8929,21700064,"models/dynamics.py",0,0,"",python,tab +8930,21700064,"models/dynamics.py",127,0,"",python,selection_command +8931,21704823,"genie.py",0,0,"",python,tab +8932,21704823,"genie.py",3481,0,"",python,selection_command +8933,21705503,"genie.py",3479,0,"",python,selection_command +8934,21705645,"genie.py",3470,0,"",python,selection_command +8935,21705824,"genie.py",3469,0,"",python,selection_command +8936,21706200,"genie.py",3470,0,"",python,selection_command +8937,21706840,"genie.py",4700,0,"",python,selection_command +8938,21708132,"genie.py",7095,0,"",python,selection_command +8939,21709260,"genie.py",7174,0,"",python,selection_command +8940,21709692,"genie.py",7420,0,"",python,selection_command +8941,21710087,"genie.py",7697,0,"",python,selection_command +8942,21713909,"genie.py",140,0,"",python,selection_command +8943,21715753,"genie.py",184,0,"",python,selection_command +8944,21715923,"genie.py",225,0,"",python,selection_command +8945,21716043,"genie.py",257,0,"",python,selection_command +8946,21732285,"genie.py",0,0,"",python,tab +8947,21778737,"models/dynamics.py",0,0,"",python,tab +8948,21802583,"models/dynamics.py",1772,0,"",python,selection_mouse +8949,21803174,"models/dynamics.py",2975,0,"",python,selection_command +8950,21803748,"models/dynamics.py",2975,0,"\n",python,content +8951,21804771,"models/dynamics.py",2976,0,"c",python,content +8952,21804772,"models/dynamics.py",2977,0,"",python,selection_keyboard +8953,21805001,"models/dynamics.py",2977,0,"l",python,content +8954,21805002,"models/dynamics.py",2978,0,"",python,selection_keyboard +8955,21805070,"models/dynamics.py",2978,0,"a",python,content +8956,21805070,"models/dynamics.py",2979,0,"",python,selection_keyboard +8957,21805094,"models/dynamics.py",2979,0,"s",python,content +8958,21805095,"models/dynamics.py",2980,0,"",python,selection_keyboard +8959,21805270,"models/dynamics.py",2980,0,"s",python,content +8960,21805270,"models/dynamics.py",2981,0,"",python,selection_keyboard +8961,21805356,"models/dynamics.py",2981,0," ",python,content +8962,21805356,"models/dynamics.py",2982,0,"",python,selection_keyboard +8963,21805611,"models/dynamics.py",2982,0,"D",python,content +8964,21805612,"models/dynamics.py",2983,0,"",python,selection_keyboard +8965,21805795,"models/dynamics.py",2983,0,"y",python,content +8966,21805795,"models/dynamics.py",2984,0,"",python,selection_keyboard +8967,21805817,"models/dynamics.py",2984,0,"n",python,content +8968,21805817,"models/dynamics.py",2985,0,"",python,selection_keyboard +8969,21805889,"models/dynamics.py",2985,0,"a",python,content +8970,21805889,"models/dynamics.py",2986,0,"",python,selection_keyboard +8971,21806027,"models/dynamics.py",2986,0,"m",python,content +8972,21806028,"models/dynamics.py",2987,0,"",python,selection_keyboard +8973,21806089,"models/dynamics.py",2987,0,"i",python,content +8974,21806089,"models/dynamics.py",2988,0,"",python,selection_keyboard +8975,21806103,"models/dynamics.py",2988,0,"c",python,content +8976,21806103,"models/dynamics.py",2989,0,"",python,selection_keyboard +8977,21806170,"models/dynamics.py",2989,0,"s",python,content +8978,21806170,"models/dynamics.py",2990,0,"",python,selection_keyboard +8979,21807956,"models/dynamics.py",2990,0,"C",python,content +8980,21807956,"models/dynamics.py",2991,0,"",python,selection_keyboard +8981,21808439,"models/dynamics.py",2991,0,"a",python,content +8982,21808440,"models/dynamics.py",2992,0,"",python,selection_keyboard +8983,21808565,"models/dynamics.py",2992,0,"u",python,content +8984,21808565,"models/dynamics.py",2993,0,"",python,selection_keyboard +8985,21808637,"models/dynamics.py",2993,0,"s",python,content +8986,21808638,"models/dynamics.py",2994,0,"",python,selection_keyboard +8987,21808721,"models/dynamics.py",2994,0,"a",python,content +8988,21808721,"models/dynamics.py",2995,0,"",python,selection_keyboard +8989,21808982,"models/dynamics.py",2995,0,"l",python,content +8990,21808982,"models/dynamics.py",2996,0,"",python,selection_keyboard +8991,21809245,"models/dynamics.py",2996,0,"()",python,content +8992,21809245,"models/dynamics.py",2997,0,"",python,selection_keyboard +8993,21809454,"models/dynamics.py",2997,0,"n",python,content +8994,21809454,"models/dynamics.py",2998,0,"",python,selection_keyboard +8995,21809575,"models/dynamics.py",2998,0,"n",python,content +8996,21809575,"models/dynamics.py",2999,0,"",python,selection_keyboard +8997,21809644,"models/dynamics.py",2999,0,"x",python,content +8998,21809644,"models/dynamics.py",3000,0,"",python,selection_keyboard +8999,21809759,"models/dynamics.py",3000,0,".",python,content +9000,21809759,"models/dynamics.py",3001,0,"",python,selection_keyboard +9001,21810026,"models/dynamics.py",3001,0,"M",python,content +9002,21810026,"models/dynamics.py",3002,0,"",python,selection_keyboard +9003,21810156,"models/dynamics.py",3002,0,"o",python,content +9004,21810157,"models/dynamics.py",3003,0,"",python,selection_keyboard +9005,21810212,"models/dynamics.py",3003,0,"d",python,content +9006,21810212,"models/dynamics.py",3004,0,"",python,selection_keyboard +9007,21810312,"models/dynamics.py",3004,0,"u",python,content +9008,21810313,"models/dynamics.py",3005,0,"",python,selection_keyboard +9009,21810408,"models/dynamics.py",3005,0,"l",python,content +9010,21810408,"models/dynamics.py",3006,0,"",python,selection_keyboard +9011,21810456,"models/dynamics.py",3006,0,"e",python,content +9012,21810457,"models/dynamics.py",3007,0,"",python,selection_keyboard +9013,21810929,"models/dynamics.py",3007,1,")",python,content +9014,21810930,"models/dynamics.py",3008,0,"",python,selection_keyboard +9015,21811066,"models/dynamics.py",3008,0,":",python,content +9016,21811066,"models/dynamics.py",3009,0,"",python,selection_keyboard +9017,21813095,"models/dynamics.py",3009,0,"\n ",python,content +9018,21814768,"models/dynamics.py",3014,0,"""""""Causal dynamics model""""""",python,content +9019,21815710,"models/dynamics.py",3041,0,"\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,",python,content +9020,21817029,"models/dynamics.py",3226,0,"",python,selection_command +9021,21818316,"models/dynamics.py",3227,0,"",python,selection_command +9022,21819044,"models/dynamics.py",3227,0,"\n ",python,content +9023,21820059,"models/dynamics.py",3236,0,"dropout: float,",python,content +9024,21820809,"models/dynamics.py",3251,0,"\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents",python,content +9025,21824591,"models/dynamics.py",3480,0,"\n ",python,content +9026,21825644,"models/dynamics.py",3489,0,"self.latent_action_dim = latent_action_dim",python,content +9027,21826424,"models/dynamics.py",3531,0,"\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.transformer = STTransformer(",python,content +9028,21828693,"models/dynamics.py",3798,0,"\n ",python,content +9029,21829708,"models/dynamics.py",3811,0,"self.model_dim,",python,content +9030,21830136,"models/dynamics.py",3826,0,"\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,",python,content +9031,21830757,"models/dynamics.py",4047,0," ",python,content +9032,21831474,"models/dynamics.py",4047,1,"",python,content +9033,21831999,"models/dynamics.py",4047,0,"\n ",python,content +9034,21833181,"models/dynamics.py",4060,0,"use_flash_attention=self.use_flash_attention,",python,content +9035,21833771,"models/dynamics.py",4105,0,"\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,content +9036,21836231,"models/dynamics.py",4426,0,"\n ",python,content +9037,21837900,"models/dynamics.py",4435,0,"self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.transformer(vid_embed)\n return logits, None",python,content +9038,21837900,"models/dynamics.py",4427,0,"\n def __call__(\n",python,content +9039,21838816,"models/dynamics.py",4821,0,"",python,selection_command +9040,21841462,"models/dynamics.py",3893,0,"",python,selection_command +9041,21841985,"models/dynamics.py",2776,0,"",python,selection_command +9042,21842893,"models/dynamics.py",976,0,"",python,selection_command +9043,21843068,"models/dynamics.py",0,0,"",python,selection_command +9044,21843912,"models/dynamics.py",1271,0,"",python,selection_command +9045,21844099,"models/dynamics.py",3083,0,"",python,selection_command +9046,21845843,"models/dynamics.py",1329,0,"",python,selection_command +9047,21846018,"models/dynamics.py",3107,0,"",python,selection_command +9048,21846975,"models/dynamics.py",3129,0,"",python,selection_command +9049,21847141,"models/dynamics.py",3155,0,"",python,selection_command +9050,21847481,"models/dynamics.py",3187,0,"",python,selection_command +9051,21847653,"models/dynamics.py",3212,0,"",python,selection_command +9052,21847801,"models/dynamics.py",3236,0,"",python,selection_command +9053,21847961,"models/dynamics.py",3260,0,"",python,selection_command +9054,21848083,"models/dynamics.py",3292,0,"",python,selection_command +9055,21848171,"models/dynamics.py",3318,0,"",python,selection_command +9056,21848356,"models/dynamics.py",3353,0,"",python,selection_command +9057,21848879,"models/dynamics.py",1679,0,"",python,selection_command +9058,21849030,"models/dynamics.py",160,0,"",python,selection_command +9059,21849154,"models/dynamics.py",0,0,"",python,selection_command +9060,21850215,"models/dynamics.py",1271,0,"",python,selection_command +9061,21850361,"models/dynamics.py",3083,0,"",python,selection_command +9062,21851081,"models/dynamics.py",3107,0,"",python,selection_command +9063,21851332,"models/dynamics.py",3129,0,"",python,selection_command +9064,21851350,"models/dynamics.py",3155,0,"",python,selection_command +9065,21851383,"models/dynamics.py",3187,0,"",python,selection_command +9066,21851412,"models/dynamics.py",3212,0,"",python,selection_command +9067,21851446,"models/dynamics.py",3236,0,"",python,selection_command +9068,21851481,"models/dynamics.py",3260,0,"",python,selection_command +9069,21851516,"models/dynamics.py",3292,0,"",python,selection_command +9070,21851591,"models/dynamics.py",3318,0,"",python,selection_command +9071,21851712,"models/dynamics.py",3353,0,"",python,selection_command +9072,21853371,"models/dynamics.py",3374,0,"",python,selection_command +9073,21853508,"models/dynamics.py",3384,0,"",python,selection_command +9074,21853602,"models/dynamics.py",3419,0,"",python,selection_command +9075,21853865,"models/dynamics.py",3450,0,"",python,selection_command +9076,21853898,"models/dynamics.py",3489,0,"",python,selection_command +9077,21853925,"models/dynamics.py",3540,0,"",python,selection_command +9078,21853950,"models/dynamics.py",3577,0,"",python,selection_command +9079,21854029,"models/dynamics.py",3612,0,"",python,selection_command +9080,21854029,"models/dynamics.py",3643,0,"",python,selection_command +9081,21854059,"models/dynamics.py",3682,0,"",python,selection_command +9082,21854092,"models/dynamics.py",3709,0,"",python,selection_command +9083,21854125,"models/dynamics.py",3756,0,"",python,selection_command +9084,21854157,"models/dynamics.py",3765,0,"",python,selection_command +9085,21854761,"models/dynamics.py",3807,0,"",python,selection_command +9086,21855004,"models/dynamics.py",3835,0,"",python,selection_command +9087,21855025,"models/dynamics.py",3863,0,"",python,selection_command +9088,21855057,"models/dynamics.py",3889,0,"",python,selection_command +9089,21855090,"models/dynamics.py",3919,0,"",python,selection_command +9090,21855123,"models/dynamics.py",3948,0,"",python,selection_command +9091,21855156,"models/dynamics.py",3976,0,"",python,selection_command +9092,21855188,"models/dynamics.py",4002,0,"",python,selection_command +9093,21855224,"models/dynamics.py",4032,0,"",python,selection_command +9094,21855255,"models/dynamics.py",4056,0,"",python,selection_command +9095,21855397,"models/dynamics.py",4114,0,"",python,selection_command +9096,21855664,"models/dynamics.py",4137,0,"",python,selection_command +9097,21855677,"models/dynamics.py",4147,0,"",python,selection_command +9098,21855735,"models/dynamics.py",4137,0,"",python,selection_command +9099,21856003,"models/dynamics.py",4114,0,"",python,selection_command +9100,21856036,"models/dynamics.py",4056,0,"",python,selection_command +9101,21856060,"models/dynamics.py",4032,0,"",python,selection_command +9102,21856107,"models/dynamics.py",4002,0,"",python,selection_command +9103,21856152,"models/dynamics.py",3948,0,"",python,selection_command +9104,21856188,"models/dynamics.py",3919,0,"",python,selection_command +9105,21856224,"models/dynamics.py",3889,0,"",python,selection_command +9106,21856257,"models/dynamics.py",3863,0,"",python,selection_command +9107,21856292,"models/dynamics.py",3835,0,"",python,selection_command +9108,21856325,"models/dynamics.py",3807,0,"",python,selection_command +9109,21856665,"models/dynamics.py",3765,0,"",python,selection_command +9110,21856811,"models/dynamics.py",3756,0,"",python,selection_command +9111,21856948,"models/dynamics.py",3765,0,"",python,selection_command +9112,21857350,"models/dynamics.py",3807,0,"",python,selection_command +9113,21857595,"models/dynamics.py",3835,0,"",python,selection_command +9114,21857620,"models/dynamics.py",3863,0,"",python,selection_command +9115,21857653,"models/dynamics.py",3889,0,"",python,selection_command +9116,21857684,"models/dynamics.py",3919,0,"",python,selection_command +9117,21857716,"models/dynamics.py",3948,0,"",python,selection_command +9118,21857750,"models/dynamics.py",3976,0,"",python,selection_command +9119,21857784,"models/dynamics.py",4002,0,"",python,selection_command +9120,21857901,"models/dynamics.py",4032,0,"",python,selection_command +9121,21858061,"models/dynamics.py",4056,0,"",python,selection_command +9122,21858227,"models/dynamics.py",4032,0,"",python,selection_command +9123,21858481,"models/dynamics.py",3976,0,"",python,selection_command +9124,21858515,"models/dynamics.py",3948,0,"",python,selection_command +9125,21858562,"models/dynamics.py",3919,0,"",python,selection_command +9126,21858588,"models/dynamics.py",3889,0,"",python,selection_command +9127,21858618,"models/dynamics.py",3863,0,"",python,selection_command +9128,21858651,"models/dynamics.py",3835,0,"",python,selection_command +9129,21858685,"models/dynamics.py",3807,0,"",python,selection_command +9130,21858853,"models/dynamics.py",3765,0,"",python,selection_command +9131,21859165,"models/dynamics.py",3769,0,"",python,selection_command +9132,21859368,"models/dynamics.py",3770,0,"",python,selection_command +9133,21859486,"models/dynamics.py",3782,0,"",python,selection_command +9134,21860393,"models/dynamics.py",3757,0,"",python,selection_command +9135,21865074,"models/dynamics.py",3765,0,"",python,selection_command +9136,21865223,"models/dynamics.py",3769,0,"",python,selection_command +9137,21865537,"models/dynamics.py",3770,0,"",python,selection_command +9138,21865734,"models/dynamics.py",3782,0,"",python,selection_command +9139,21865916,"models/dynamics.py",3784,0,"",python,selection_command +9140,21870665,"models/dynamics.py",3784,13,"",python,content +9141,21871047,"models/dynamics.py",3784,0,"T",python,content +9142,21871048,"models/dynamics.py",3785,0,"",python,selection_keyboard +9143,21871181,"models/dynamics.py",3785,0,"r",python,content +9144,21871182,"models/dynamics.py",3786,0,"",python,selection_keyboard +9145,21871276,"models/dynamics.py",3786,0,"a",python,content +9146,21871276,"models/dynamics.py",3787,0,"",python,selection_keyboard +9147,21871432,"models/dynamics.py",3787,0,"n",python,content +9148,21871432,"models/dynamics.py",3788,0,"",python,selection_keyboard +9149,21871477,"models/dynamics.py",3788,0,"s",python,content +9150,21871478,"models/dynamics.py",3789,0,"",python,selection_keyboard +9151,21871573,"models/dynamics.py",3789,0,"f",python,content +9152,21871574,"models/dynamics.py",3790,0,"",python,selection_keyboard +9153,21871640,"models/dynamics.py",3790,0,"o",python,content +9154,21871640,"models/dynamics.py",3791,0,"",python,selection_keyboard +9155,21871777,"models/dynamics.py",3791,0,"r",python,content +9156,21871777,"models/dynamics.py",3792,0,"",python,selection_keyboard +9157,21871825,"models/dynamics.py",3792,0,"m",python,content +9158,21871825,"models/dynamics.py",3793,0,"",python,selection_keyboard +9159,21871963,"models/dynamics.py",3793,0,"e",python,content +9160,21871963,"models/dynamics.py",3794,0,"",python,selection_keyboard +9161,21872048,"models/dynamics.py",3794,0,"r",python,content +9162,21872048,"models/dynamics.py",3795,0,"",python,selection_keyboard +9163,21872268,"models/dynamics.py",3794,0,"",python,selection_command +9164,21873233,"models/dynamics.py",3757,0,"",python,selection_command +9165,21873875,"models/dynamics.py",3797,0,"",python,selection_command +9166,21874121,"models/dynamics.py",3825,0,"",python,selection_command +9167,21874144,"models/dynamics.py",3853,0,"",python,selection_command +9168,21874172,"models/dynamics.py",3879,0,"",python,selection_command +9169,21874207,"models/dynamics.py",3909,0,"",python,selection_command +9170,21874240,"models/dynamics.py",3938,0,"",python,selection_command +9171,21874273,"models/dynamics.py",3966,0,"",python,selection_command +9172,21874308,"models/dynamics.py",3992,0,"",python,selection_command +9173,21874342,"models/dynamics.py",4022,0,"",python,selection_command +9174,21874376,"models/dynamics.py",4046,0,"",python,selection_command +9175,21874409,"models/dynamics.py",4104,0,"",python,selection_command +9176,21874444,"models/dynamics.py",4127,0,"",python,selection_command +9177,21874478,"models/dynamics.py",4137,0,"",python,selection_command +9178,21875973,"models/dynamics.py",4219,0,"",python,selection_command +9179,21876243,"models/dynamics.py",4256,0,"",python,selection_command +9180,21876244,"models/dynamics.py",4292,0,"",python,selection_command +9181,21876281,"models/dynamics.py",4320,0,"",python,selection_command +9182,21876307,"models/dynamics.py",4362,0,"",python,selection_command +9183,21876323,"models/dynamics.py",4392,0,"",python,selection_command +9184,21876357,"models/dynamics.py",4415,0,"",python,selection_command +9185,21876394,"models/dynamics.py",4425,0,"",python,selection_command +9186,21876577,"models/dynamics.py",4426,0,"",python,selection_command +9187,21876730,"models/dynamics.py",4444,0,"",python,selection_command +9188,21876881,"models/dynamics.py",4509,0,"",python,selection_command +9189,21879008,"models/dynamics.py",4553,0,"\n ",python,content +9190,21879793,"models/dynamics.py",4558,0," ",python,content +9191,21880262,"models/dynamics.py",4562,0,"#",python,content +9192,21880263,"models/dynamics.py",4563,0,"",python,selection_keyboard +9193,21880474,"models/dynamics.py",4563,0," ",python,content +9194,21880474,"models/dynamics.py",4564,0,"",python,selection_keyboard +9195,21880971,"models/dynamics.py",4564,0,"F",python,content +9196,21880971,"models/dynamics.py",4565,0,"",python,selection_keyboard +9197,21881023,"models/dynamics.py",4565,0,"I",python,content +9198,21881023,"models/dynamics.py",4566,0,"",python,selection_keyboard +9199,21881131,"models/dynamics.py",4566,0,"X",python,content +9200,21881131,"models/dynamics.py",4567,0,"",python,selection_keyboard +9201,21881208,"models/dynamics.py",4567,0,"M",python,content +9202,21881208,"models/dynamics.py",4568,0,"",python,selection_keyboard +9203,21881331,"models/dynamics.py",4568,0,"E",python,content +9204,21881331,"models/dynamics.py",4569,0,"",python,selection_keyboard +9205,21881399,"models/dynamics.py",4569,0," ",python,content +9206,21881399,"models/dynamics.py",4570,0,"",python,selection_keyboard +9207,21881501,"models/dynamics.py",4570,0,"()",python,content +9208,21881501,"models/dynamics.py",4571,0,"",python,selection_keyboard +9209,21881768,"models/dynamics.py",4571,0,"f",python,content +9210,21881768,"models/dynamics.py",4572,0,"",python,selection_keyboard +9211,21881868,"models/dynamics.py",4572,0,".",python,content +9212,21881868,"models/dynamics.py",4573,0,"",python,selection_keyboard +9213,21881919,"models/dynamics.py",4573,0,"s",python,content +9214,21881919,"models/dynamics.py",4574,0,"",python,selection_keyboard +9215,21882115,"models/dynamics.py",4574,0,"r",python,content +9216,21882115,"models/dynamics.py",4575,0,"",python,selection_keyboard +9217,21882181,"models/dynamics.py",4575,0,"a",python,content +9218,21882181,"models/dynamics.py",4576,0,"",python,selection_keyboard +9219,21882274,"models/dynamics.py",4576,0,"m",python,content +9220,21882274,"models/dynamics.py",4577,0,"",python,selection_keyboard +9221,21882473,"models/dynamics.py",4577,0,"b",python,content +9222,21882474,"models/dynamics.py",4578,0,"",python,selection_keyboard +9223,21882522,"models/dynamics.py",4578,0,"i",python,content +9224,21882522,"models/dynamics.py",4579,0,"",python,selection_keyboard +9225,21882551,"models/dynamics.py",4579,0,"c",python,content +9226,21882551,"models/dynamics.py",4580,0,"",python,selection_keyboard +9227,21882615,"models/dynamics.py",4580,0,"a",python,content +9228,21882615,"models/dynamics.py",4581,0,"",python,selection_keyboard +9229,21882738,"models/dynamics.py",4581,0,"l",python,content +9230,21882738,"models/dynamics.py",4582,0,"",python,selection_keyboard +9231,21882962,"models/dynamics.py",4582,1,")",python,content +9232,21882962,"models/dynamics.py",4583,0,"",python,selection_keyboard +9233,21883170,"models/dynamics.py",4583,0,":",python,content +9234,21883170,"models/dynamics.py",4584,0,"",python,selection_keyboard +9235,21883737,"models/dynamics.py",4584,0," ",python,content +9236,21883737,"models/dynamics.py",4585,0,"",python,selection_keyboard +9237,21883880,"models/dynamics.py",4585,0,"d",python,content +9238,21883880,"models/dynamics.py",4586,0,"",python,selection_keyboard +9239,21883918,"models/dynamics.py",4586,0,"o",python,content +9240,21883919,"models/dynamics.py",4587,0,"",python,selection_keyboard +9241,21884039,"models/dynamics.py",4587,0," ",python,content +9242,21884039,"models/dynamics.py",4588,0,"",python,selection_keyboard +9243,21884162,"models/dynamics.py",4588,0,"t",python,content +9244,21884163,"models/dynamics.py",4589,0,"",python,selection_keyboard +9245,21884213,"models/dynamics.py",4589,0,"h",python,content +9246,21884213,"models/dynamics.py",4590,0,"",python,selection_keyboard +9247,21884232,"models/dynamics.py",4590,0,"i",python,content +9248,21884232,"models/dynamics.py",4591,0,"",python,selection_keyboard +9249,21884291,"models/dynamics.py",4591,0,"s",python,content +9250,21884291,"models/dynamics.py",4592,0,"",python,selection_keyboard +9251,21884517,"models/dynamics.py",4591,0,"",python,selection_command +9252,21885425,"models/dynamics.py",0,0,"",python,selection_command +9253,21886022,"models/dynamics.py",24,0,"",python,selection_command +9254,21886259,"models/dynamics.py",25,0,"",python,selection_command +9255,21886283,"models/dynamics.py",36,0,"",python,selection_command +9256,21886362,"models/dynamics.py",60,0,"",python,selection_command +9257,21886519,"models/dynamics.py",83,0,"",python,selection_command +9258,21886667,"models/dynamics.py",84,0,"",python,selection_command +9259,21886859,"models/dynamics.py",118,0,"",python,selection_command +9260,21887037,"models/dynamics.py",118,0,",",python,content +9261,21887037,"models/dynamics.py",119,0,"",python,selection_keyboard +9262,21887167,"models/dynamics.py",119,0," ",python,content +9263,21887168,"models/dynamics.py",120,0,"",python,selection_keyboard +9264,21887507,"models/dynamics.py",120,0,"T",python,content +9265,21887507,"models/dynamics.py",121,0,"",python,selection_keyboard +9266,21887673,"models/dynamics.py",121,0,"r",python,content +9267,21887673,"models/dynamics.py",122,0,"",python,selection_keyboard +9268,21887739,"models/dynamics.py",122,0,"a",python,content +9269,21887739,"models/dynamics.py",123,0,"",python,selection_keyboard +9270,21887839,"models/dynamics.py",123,0,"s",python,content +9271,21887839,"models/dynamics.py",124,0,"",python,selection_keyboard +9272,21887869,"models/dynamics.py",124,0,"n",python,content +9273,21887869,"models/dynamics.py",125,0,"",python,selection_keyboard +9274,21887999,"models/dynamics.py",125,0,"s",python,content +9275,21887999,"models/dynamics.py",126,0,"",python,selection_keyboard +9276,21888008,"models/dynamics.py",126,0,"f",python,content +9277,21888008,"models/dynamics.py",127,0,"",python,selection_keyboard +9278,21888135,"models/dynamics.py",127,0,"o",python,content +9279,21888135,"models/dynamics.py",128,0,"",python,selection_keyboard +9280,21888428,"models/dynamics.py",127,1,"",python,content +9281,21888562,"models/dynamics.py",126,1,"",python,content +9282,21888691,"models/dynamics.py",125,1,"",python,content +9283,21888825,"models/dynamics.py",124,1,"",python,content +9284,21888961,"models/dynamics.py",123,1,"",python,content +9285,21889239,"models/dynamics.py",123,0,"n",python,content +9286,21889240,"models/dynamics.py",124,0,"",python,selection_keyboard +9287,21889344,"models/dynamics.py",124,0,"s",python,content +9288,21889345,"models/dynamics.py",125,0,"",python,selection_keyboard +9289,21889579,"models/dynamics.py",125,0,"f",python,content +9290,21889580,"models/dynamics.py",126,0,"",python,selection_keyboard +9291,21889694,"models/dynamics.py",126,0,"o",python,content +9292,21889694,"models/dynamics.py",127,0,"",python,selection_keyboard +9293,21889760,"models/dynamics.py",127,0,"r",python,content +9294,21889760,"models/dynamics.py",128,0,"",python,selection_keyboard +9295,21889857,"models/dynamics.py",128,0,"m",python,content +9296,21889857,"models/dynamics.py",129,0,"",python,selection_keyboard +9297,21889893,"models/dynamics.py",129,0,"e",python,content +9298,21889893,"models/dynamics.py",130,0,"",python,selection_keyboard +9299,21889976,"models/dynamics.py",130,0,"r",python,content +9300,21889976,"models/dynamics.py",131,0,"",python,selection_keyboard +9301,21890188,"models/dynamics.py",130,0,"",python,selection_command +9302,21891927,"utils/nn.py",0,0,"import math\nfrom typing import Tuple, Callable\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x: jax.Array) -> jax.Array:\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook.value)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array) -> jax.Array:\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool) -> Callable:\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +9303,21892623,"models/dynamics.py",0,0,"",python,tab +9304,21894283,"utils/nn.py",0,0,"",python,tab +9305,21897223,"utils/nn.py",4102,0,"",python,selection_command +9306,21901361,"utils/nn.py",2843,0,"",python,selection_command +9307,21902096,"utils/nn.py",1191,0,"",python,selection_command +9308,21902634,"utils/nn.py",0,0,"",python,selection_command +9309,21903342,"utils/nn.py",1435,0,"",python,selection_command +9310,21903904,"utils/nn.py",3033,0,"",python,selection_command +9311,21904498,"utils/nn.py",4286,0,"",python,selection_command +9312,21905245,"utils/nn.py",3033,0,"",python,selection_command +9313,21905442,"utils/nn.py",1435,0,"",python,selection_command +9314,21905964,"utils/nn.py",0,0,"",python,selection_command +9315,21906576,"utils/nn.py",12,0,"",python,selection_command +9316,21906822,"utils/nn.py",47,0,"",python,selection_command +9317,21906843,"utils/nn.py",48,0,"",python,selection_command +9318,21906880,"utils/nn.py",69,0,"",python,selection_command +9319,21906910,"utils/nn.py",80,0,"",python,selection_command +9320,21907012,"utils/nn.py",104,0,"",python,selection_command +9321,21907012,"utils/nn.py",118,0,"",python,selection_command +9322,21907012,"utils/nn.py",119,0,"",python,selection_command +9323,21907043,"utils/nn.py",120,0,"",python,selection_command +9324,21907076,"utils/nn.py",158,0,"",python,selection_command +9325,21907108,"utils/nn.py",285,0,"",python,selection_command +9326,21907155,"utils/nn.py",286,0,"",python,selection_command +9327,21907176,"utils/nn.py",345,0,"",python,selection_command +9328,21907209,"utils/nn.py",376,0,"",python,selection_command +9329,21907244,"utils/nn.py",407,0,"",python,selection_command +9330,21907340,"utils/nn.py",408,0,"",python,selection_command +9331,21907340,"utils/nn.py",461,0,"",python,selection_command +9332,21907344,"utils/nn.py",536,0,"",python,selection_command +9333,21907379,"utils/nn.py",564,0,"",python,selection_command +9334,21907411,"utils/nn.py",645,0,"",python,selection_command +9335,21907446,"utils/nn.py",655,0,"",python,selection_command +9336,21907535,"utils/nn.py",717,0,"",python,selection_command +9337,21907535,"utils/nn.py",779,0,"",python,selection_command +9338,21907547,"utils/nn.py",814,0,"",python,selection_command +9339,21907579,"utils/nn.py",815,0,"",python,selection_command +9340,21907613,"utils/nn.py",866,0,"",python,selection_command +9341,21907646,"utils/nn.py",904,0,"",python,selection_command +9342,21907679,"utils/nn.py",921,0,"",python,selection_command +9343,21907891,"utils/nn.py",922,0,"",python,selection_command +9344,21908064,"utils/nn.py",923,0,"",python,selection_command +9345,21919992,"utils/nn.py",2455,0,"",python,selection_command +9346,21920882,"utils/nn.py",3909,0,"",python,selection_command +9347,21921727,"utils/nn.py",5218,0,"",python,selection_command +9348,21922221,"utils/nn.py",5228,0,"",python,selection_command +9349,21922544,"utils/nn.py",5270,0,"",python,selection_command +9350,21922544,"utils/nn.py",5311,0,"",python,selection_command +9351,21922545,"utils/nn.py",5353,0,"",python,selection_command +9352,21922552,"utils/nn.py",5383,0,"",python,selection_command +9353,21922587,"utils/nn.py",5406,0,"",python,selection_command +9354,21922620,"utils/nn.py",5408,0,"",python,selection_command +9355,21922654,"utils/nn.py",5417,0,"",python,selection_command +9356,21922687,"utils/nn.py",5442,0,"",python,selection_command +9357,21922721,"utils/nn.py",5483,0,"",python,selection_command +9358,21922754,"utils/nn.py",5515,0,"",python,selection_command +9359,21922799,"utils/nn.py",5540,0,"",python,selection_command +9360,21922823,"utils/nn.py",5580,0,"",python,selection_command +9361,21922855,"utils/nn.py",5622,0,"",python,selection_command +9362,21922887,"utils/nn.py",5668,0,"",python,selection_command +9363,21922921,"utils/nn.py",5710,0,"",python,selection_command +9364,21922955,"utils/nn.py",5760,0,"",python,selection_command +9365,21923068,"utils/nn.py",5798,0,"",python,selection_command +9366,21923069,"utils/nn.py",5864,0,"",python,selection_command +9367,21923069,"utils/nn.py",5895,0,"",python,selection_command +9368,21923088,"utils/nn.py",5913,0,"",python,selection_command +9369,21923120,"utils/nn.py",5919,0,"",python,selection_command +9370,21923155,"utils/nn.py",5928,0,"",python,selection_command +9371,21923188,"utils/nn.py",5968,0,"",python,selection_command +9372,21923222,"utils/nn.py",6008,0,"",python,selection_command +9373,21923254,"utils/nn.py",6047,0,"",python,selection_command +9374,21923288,"utils/nn.py",6089,0,"",python,selection_command +9375,21923322,"utils/nn.py",6119,0,"",python,selection_command +9376,21923355,"utils/nn.py",6142,0,"",python,selection_command +9377,21923388,"utils/nn.py",6144,0,"",python,selection_command +9378,21923421,"utils/nn.py",6153,0,"",python,selection_command +9379,21923458,"utils/nn.py",6204,0,"",python,selection_command +9380,21923489,"utils/nn.py",6236,0,"",python,selection_command +9381,21923593,"utils/nn.py",6268,0,"",python,selection_command +9382,21923593,"utils/nn.py",6292,0,"",python,selection_command +9383,21923594,"utils/nn.py",6301,0,"",python,selection_command +9384,21923621,"utils/nn.py",6335,0,"",python,selection_command +9385,21923655,"utils/nn.py",6352,0,"",python,selection_command +9386,21923689,"utils/nn.py",6361,0,"",python,selection_command +9387,21923972,"utils/nn.py",6394,0,"",python,selection_command +9388,21924180,"utils/nn.py",6415,0,"\n ",python,content +9389,21924425,"utils/nn.py",6420,4,"",python,content +9390,21924757,"utils/nn.py",6416,4,"",python,content +9391,21925168,"utils/nn.py",6416,0,"\n",python,content +9392,21925585,"utils/nn.py",6417,0,"c",python,content +9393,21925585,"utils/nn.py",6418,0,"",python,selection_keyboard +9394,21925699,"utils/nn.py",6418,0,"l",python,content +9395,21925699,"utils/nn.py",6419,0,"",python,selection_keyboard +9396,21925775,"utils/nn.py",6419,0,"a",python,content +9397,21925786,"utils/nn.py",6420,0,"s",python,content +9398,21925786,"utils/nn.py",6421,0,"",python,selection_keyboard +9399,21925951,"utils/nn.py",6421,0,"s",python,content +9400,21925951,"utils/nn.py",6422,0,"",python,selection_keyboard +9401,21926067,"utils/nn.py",6422,0," ",python,content +9402,21926068,"utils/nn.py",6423,0,"",python,selection_keyboard +9403,21927072,"utils/nn.py",6423,0,"T",python,content +9404,21927072,"utils/nn.py",6424,0,"",python,selection_keyboard +9405,21927263,"utils/nn.py",6424,0,"r",python,content +9406,21927263,"utils/nn.py",6425,0,"",python,selection_keyboard +9407,21927321,"utils/nn.py",6425,0,"a",python,content +9408,21927321,"utils/nn.py",6426,0,"",python,selection_keyboard +9409,21927471,"utils/nn.py",6426,0,"n",python,content +9410,21927471,"utils/nn.py",6427,0,"",python,selection_keyboard +9411,21927555,"utils/nn.py",6427,0,"s",python,content +9412,21927555,"utils/nn.py",6428,0,"",python,selection_keyboard +9413,21928086,"utils/nn.py",6428,0,"f",python,content +9414,21928086,"utils/nn.py",6429,0,"",python,selection_keyboard +9415,21928311,"utils/nn.py",6429,0,"o",python,content +9416,21928311,"utils/nn.py",6430,0,"",python,selection_keyboard +9417,21928311,"utils/nn.py",6430,0,"r",python,content +9418,21928311,"utils/nn.py",6431,0,"",python,selection_keyboard +9419,21928504,"utils/nn.py",6431,0,"m",python,content +9420,21928504,"utils/nn.py",6432,0,"",python,selection_keyboard +9421,21928540,"utils/nn.py",6432,0,"e",python,content +9422,21928541,"utils/nn.py",6433,0,"",python,selection_keyboard +9423,21928600,"utils/nn.py",6433,0,"r",python,content +9424,21928600,"utils/nn.py",6434,0,"",python,selection_keyboard +9425,21929110,"utils/nn.py",6434,0,"B",python,content +9426,21929110,"utils/nn.py",6435,0,"",python,selection_keyboard +9427,21929265,"utils/nn.py",6435,0,"l",python,content +9428,21929266,"utils/nn.py",6436,0,"",python,selection_keyboard +9429,21929410,"utils/nn.py",6436,0,"o",python,content +9430,21929410,"utils/nn.py",6437,0,"",python,selection_keyboard +9431,21929488,"utils/nn.py",6437,0,"c",python,content +9432,21929488,"utils/nn.py",6438,0,"",python,selection_keyboard +9433,21929591,"utils/nn.py",6438,0,"k",python,content +9434,21929591,"utils/nn.py",6439,0,"",python,selection_keyboard +9435,21930189,"utils/nn.py",6439,0,"(nnx.Module):",python,content +9436,21931220,"utils/nn.py",6452,0,"\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_heads: int,\n ):",python,content +9437,21931676,"utils/nn.py",6560,0,"",python,selection_command +9438,21933865,"utils/nn.py",2393,0,"",python,selection_command +9439,21934333,"utils/nn.py",922,0,"",python,selection_command +9440,21934895,"utils/nn.py",923,0,"",python,selection_command +9441,21934948,"utils/nn.py",922,0,"",python,selection_command +9442,21935082,"utils/nn.py",923,0,"",python,selection_command +9443,21935323,"utils/nn.py",950,0,"",python,selection_command +9444,21935359,"utils/nn.py",968,0,"",python,selection_command +9445,21935391,"utils/nn.py",982,0,"",python,selection_command +9446,21935420,"utils/nn.py",1000,0,"",python,selection_command +9447,21935451,"utils/nn.py",1022,0,"",python,selection_command +9448,21935486,"utils/nn.py",1046,0,"",python,selection_command +9449,21936834,"utils/nn.py",2673,0,"",python,selection_command +9450,21936977,"utils/nn.py",4066,0,"",python,selection_command +9451,21937168,"utils/nn.py",5406,0,"",python,selection_command +9452,21937514,"utils/nn.py",6682,0,"",python,selection_command +9453,21938103,"utils/nn.py",6681,0,"",python,selection_command +9454,21938296,"utils/nn.py",6680,0,"",python,selection_command +9455,21938561,"utils/nn.py",6606,0,"",python,selection_command +9456,21938577,"utils/nn.py",6564,0,"",python,selection_command +9457,21938612,"utils/nn.py",6563,0,"",python,selection_command +9458,21938803,"utils/nn.py",6562,0,"",python,selection_command +9459,21938949,"utils/nn.py",6555,0,"",python,selection_command +9460,21940982,"utils/nn.py",6561,0,"",python,selection_command +9461,21941452,"utils/nn.py",6561,0,"\n self.model_dim = model_dim",python,content +9462,21941452,"utils/nn.py",6559,0," dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ",python,content +9463,21943040,"utils/nn.py",6737,0,"\n ",python,content +9464,21943938,"utils/nn.py",6746,0,"self.ffn_dim = ffn_dim",python,content +9465,21944451,"utils/nn.py",6768,0,"\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n ",python,content +9466,21947206,"utils/nn.py",6960,4,"",python,content +9467,21947374,"utils/nn.py",6956,4,"",python,content +9468,21947627,"utils/nn.py",6955,1,"",python,content +9469,21947874,"utils/nn.py",6955,0,"\n ",python,content +9470,21950008,"utils/nn.py",6964,0,"self.norm1 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,content +9471,21950008,"utils/nn.py",6956,0,"\n",python,content +9472,21953429,"utils/nn.py",7138,0,"\n ",python,content +9473,21954572,"utils/nn.py",7147,0,"self.attention = nnx.MultiHeadAttention(",python,content +9474,21955366,"utils/nn.py",7187,0,"\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,content +9475,21956803,"utils/nn.py",7417,0,"\n ",python,content +9476,21957654,"utils/nn.py",7430,0,"attention_fn=_create_flash_attention_fn(",python,content +9477,21958257,"utils/nn.py",7470,0,"\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n self.norm2 = nnx.LayerNorm(",python,content +9478,21959226,"utils/nn.py",7638,0,"\n ",python,content +9479,21959806,"utils/nn.py",7651,0,"num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_norm = nnx.LayerNorm(",python,content +9480,21960983,"utils/nn.py",7823,0,"\n ",python,content +9481,21961442,"utils/nn.py",7836,0,"num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(",python,content +9482,21961938,"utils/nn.py",8007,0,"\n ",python,content +9483,21962856,"utils/nn.py",8020,0,"in_features=self.model_dim,",python,content +9484,21963472,"utils/nn.py",8047,0,"\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(",python,content +9485,21964257,"utils/nn.py",8228,0,"",python,selection_command +9486,21965901,"utils/nn.py",8229,0,"\n in_features=self.ffn_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,content +9487,21967347,"utils/nn.py",8413,0,"\n ",python,content +9488,21971112,"utils/nn.py",8414,8,"",python,content +9489,21971622,"utils/nn.py",8404,0,"",python,selection_command +9490,21971896,"utils/nn.py",8351,0,"",python,selection_command +9491,21971918,"utils/nn.py",8309,0,"",python,selection_command +9492,21971950,"utils/nn.py",8268,0,"",python,selection_command +9493,21971984,"utils/nn.py",8230,0,"",python,selection_command +9494,21972018,"utils/nn.py",8192,0,"",python,selection_command +9495,21972051,"utils/nn.py",8182,0,"",python,selection_command +9496,21972085,"utils/nn.py",8159,0,"",python,selection_command +9497,21972118,"utils/nn.py",8129,0,"",python,selection_command +9498,21972152,"utils/nn.py",8087,0,"",python,selection_command +9499,21972185,"utils/nn.py",8048,0,"",python,selection_command +9500,21972218,"utils/nn.py",8008,0,"",python,selection_command +9501,21972251,"utils/nn.py",7970,0,"",python,selection_command +9502,21972285,"utils/nn.py",7960,0,"",python,selection_command +9503,21972578,"utils/nn.py",7970,0,"",python,selection_command +9504,21972828,"utils/nn.py",8008,0,"",python,selection_command +9505,21972854,"utils/nn.py",8048,0,"",python,selection_command +9506,21972881,"utils/nn.py",8087,0,"",python,selection_command +9507,21972917,"utils/nn.py",8129,0,"",python,selection_command +9508,21972947,"utils/nn.py",8159,0,"",python,selection_command +9509,21972979,"utils/nn.py",8182,0,"",python,selection_command +9510,21973018,"utils/nn.py",8192,0,"",python,selection_command +9511,21973080,"utils/nn.py",8182,0,"",python,selection_command +9512,21973464,"utils/nn.py",8159,0,"",python,selection_command +9513,21974540,"utils/nn.py",8129,0,"",python,selection_command +9514,21974797,"utils/nn.py",8087,0,"",python,selection_command +9515,21974817,"utils/nn.py",8048,0,"",python,selection_command +9516,21974849,"utils/nn.py",8008,0,"",python,selection_command +9517,21974883,"utils/nn.py",7970,0,"",python,selection_command +9518,21974918,"utils/nn.py",7960,0,"",python,selection_command +9519,21974952,"utils/nn.py",7937,0,"",python,selection_command +9520,21974989,"utils/nn.py",7907,0,"",python,selection_command +9521,21975023,"utils/nn.py",7865,0,"",python,selection_command +9522,21975054,"utils/nn.py",7824,0,"",python,selection_command +9523,21975088,"utils/nn.py",7785,0,"",python,selection_command +9524,21975120,"utils/nn.py",7775,0,"",python,selection_command +9525,21975155,"utils/nn.py",7752,0,"",python,selection_command +9526,21975189,"utils/nn.py",7722,0,"",python,selection_command +9527,21975221,"utils/nn.py",7680,0,"",python,selection_command +9528,21975254,"utils/nn.py",7639,0,"",python,selection_command +9529,21975289,"utils/nn.py",7603,0,"",python,selection_command +9530,21975321,"utils/nn.py",7593,0,"",python,selection_command +9531,21975416,"utils/nn.py",7603,0,"",python,selection_command +9532,21975696,"utils/nn.py",7639,0,"",python,selection_command +9533,21975701,"utils/nn.py",7680,0,"",python,selection_command +9534,21975741,"utils/nn.py",7722,0,"",python,selection_command +9535,21975789,"utils/nn.py",7752,0,"",python,selection_command +9536,21975810,"utils/nn.py",7775,0,"",python,selection_command +9537,21975831,"utils/nn.py",7785,0,"",python,selection_command +9538,21975868,"utils/nn.py",7824,0,"",python,selection_command +9539,21976008,"utils/nn.py",7785,0,"",python,selection_command +9540,21976265,"utils/nn.py",7775,0,"",python,selection_command +9541,21976284,"utils/nn.py",7752,0,"",python,selection_command +9542,21976322,"utils/nn.py",7722,0,"",python,selection_command +9543,21977538,"utils/nn.py",4806,0,"",python,selection_command +9544,21978386,"utils/nn.py",6563,0,"",python,selection_command +9545,21979017,"utils/nn.py",1054,0,"",python,selection_command +9546,21985325,"utils/nn.py",1078,0,"",python,selection_command +9547,21985574,"utils/nn.py",1110,0,"",python,selection_command +9548,21985589,"utils/nn.py",1136,0,"",python,selection_command +9549,21985625,"utils/nn.py",1171,0,"",python,selection_command +9550,21985656,"utils/nn.py",1192,0,"",python,selection_command +9551,21985697,"utils/nn.py",1202,0,"",python,selection_command +9552,21985726,"utils/nn.py",1225,0,"",python,selection_command +9553,21985756,"utils/nn.py",1256,0,"",python,selection_command +9554,21985788,"utils/nn.py",1291,0,"",python,selection_command +9555,21985822,"utils/nn.py",1322,0,"",python,selection_command +9556,21985856,"utils/nn.py",1361,0,"",python,selection_command +9557,21985889,"utils/nn.py",1388,0,"",python,selection_command +9558,21985922,"utils/nn.py",1435,0,"",python,selection_command +9559,21985958,"utils/nn.py",1444,0,"",python,selection_command +9560,21985990,"utils/nn.py",1504,0,"",python,selection_command +9561,21986025,"utils/nn.py",1547,0,"",python,selection_command +9562,21986081,"utils/nn.py",1582,0,"",python,selection_command +9563,21986100,"utils/nn.py",1624,0,"",python,selection_command +9564,21986127,"utils/nn.py",1654,0,"",python,selection_command +9565,21986157,"utils/nn.py",1677,0,"",python,selection_command +9566,21986191,"utils/nn.py",1687,0,"",python,selection_command +9567,21986223,"utils/nn.py",1744,0,"",python,selection_command +9568,21986257,"utils/nn.py",1782,0,"",python,selection_command +9569,21986290,"utils/nn.py",1816,0,"",python,selection_command +9570,21986323,"utils/nn.py",1851,0,"",python,selection_command +9571,21986357,"utils/nn.py",1890,0,"",python,selection_command +9572,21986391,"utils/nn.py",1932,0,"",python,selection_command +9573,21986423,"utils/nn.py",1962,0,"",python,selection_command +9574,21986459,"utils/nn.py",2015,0,"",python,selection_command +9575,21986491,"utils/nn.py",2073,0,"",python,selection_command +9576,21986524,"utils/nn.py",2088,0,"",python,selection_command +9577,21986561,"utils/nn.py",2111,0,"",python,selection_command +9578,21986591,"utils/nn.py",2137,0,"",python,selection_command +9579,21986624,"utils/nn.py",2139,0,"",python,selection_command +9580,21986679,"utils/nn.py",2148,0,"",python,selection_command +9581,21986691,"utils/nn.py",2209,0,"",python,selection_command +9582,21986733,"utils/nn.py",2253,0,"",python,selection_command +9583,21986757,"utils/nn.py",2288,0,"",python,selection_command +9584,21986799,"utils/nn.py",2330,0,"",python,selection_command +9585,21986823,"utils/nn.py",2360,0,"",python,selection_command +9586,21986857,"utils/nn.py",2383,0,"",python,selection_command +9587,21986890,"utils/nn.py",2393,0,"",python,selection_command +9588,21986923,"utils/nn.py",2451,0,"",python,selection_command +9589,21986960,"utils/nn.py",2489,0,"",python,selection_command +9590,21986993,"utils/nn.py",2523,0,"",python,selection_command +9591,21987024,"utils/nn.py",2558,0,"",python,selection_command +9592,21987057,"utils/nn.py",2597,0,"",python,selection_command +9593,21987092,"utils/nn.py",2639,0,"",python,selection_command +9594,21987123,"utils/nn.py",2669,0,"",python,selection_command +9595,21987157,"utils/nn.py",2722,0,"",python,selection_command +9596,21987193,"utils/nn.py",2779,0,"",python,selection_command +9597,21987225,"utils/nn.py",2794,0,"",python,selection_command +9598,21987258,"utils/nn.py",2817,0,"",python,selection_command +9599,21987291,"utils/nn.py",2843,0,"",python,selection_command +9600,21987323,"utils/nn.py",2845,0,"",python,selection_command +9601,21987651,"utils/nn.py",2854,0,"",python,selection_command +9602,21987793,"utils/nn.py",2858,0,"",python,selection_command +9603,21987991,"utils/nn.py",2859,0,"",python,selection_command +9604,21988369,"utils/nn.py",3957,0,"",python,selection_command +9605,21990400,"utils/nn.py",7798,0,"",python,selection_command +9606,21991327,"utils/nn.py",3957,0,"",python,selection_command +9607,21991958,"utils/nn.py",2859,0,"",python,selection_command +9608,21993209,"utils/nn.py",3957,0,"",python,selection_command +9609,21993800,"utils/nn.py",2859,0,"",python,selection_command +9610,22004728,"utils/nn.py",2845,0,"",python,selection_command +9611,22004959,"utils/nn.py",2843,0,"",python,selection_command +9612,22004979,"utils/nn.py",2822,0,"",python,selection_command +9613,22005008,"utils/nn.py",2799,0,"",python,selection_command +9614,22005038,"utils/nn.py",2784,0,"",python,selection_command +9615,22005071,"utils/nn.py",2727,0,"",python,selection_command +9616,22005106,"utils/nn.py",2674,0,"",python,selection_command +9617,22005138,"utils/nn.py",2644,0,"",python,selection_command +9618,22005254,"utils/nn.py",2602,0,"",python,selection_command +9619,22005255,"utils/nn.py",2563,0,"",python,selection_command +9620,22005256,"utils/nn.py",2528,0,"",python,selection_command +9621,22005686,"utils/nn.py",5274,0,"",python,selection_command +9622,22006119,"utils/nn.py",8200,0,"",python,selection_command +9623,22006843,"utils/nn.py",8190,0,"",python,selection_command +9624,22007092,"utils/nn.py",8167,0,"",python,selection_command +9625,22007116,"utils/nn.py",8137,0,"",python,selection_command +9626,22007154,"utils/nn.py",8095,0,"",python,selection_command +9627,22007218,"utils/nn.py",8056,0,"",python,selection_command +9628,22007225,"utils/nn.py",8016,0,"",python,selection_command +9629,22007258,"utils/nn.py",7978,0,"",python,selection_command +9630,22007347,"utils/nn.py",7968,0,"",python,selection_command +9631,22007347,"utils/nn.py",7945,0,"",python,selection_command +9632,22007350,"utils/nn.py",7915,0,"",python,selection_command +9633,22007386,"utils/nn.py",7873,0,"",python,selection_command +9634,22007416,"utils/nn.py",7832,0,"",python,selection_command +9635,22007449,"utils/nn.py",7793,0,"",python,selection_command +9636,22007482,"utils/nn.py",7783,0,"",python,selection_command +9637,22007514,"utils/nn.py",7760,0,"",python,selection_command +9638,22007550,"utils/nn.py",7730,0,"",python,selection_command +9639,22007582,"utils/nn.py",7688,0,"",python,selection_command +9640,22008479,"utils/nn.py",7647,0,"",python,selection_command +9641,22008719,"utils/nn.py",7611,0,"",python,selection_command +9642,22008734,"utils/nn.py",7601,0,"",python,selection_command +9643,22008903,"utils/nn.py",7611,0,"",python,selection_command +9644,22009061,"utils/nn.py",7647,0,"",python,selection_command +9645,22009206,"utils/nn.py",7611,0,"",python,selection_command +9646,22010046,"utils/nn.py",7603,35," self.norm2 = nnx.LayerNorm(",python,selection_command +9647,22010144,"utils/nn.py",7603,76," self.norm2 = nnx.LayerNorm(\n num_features=self.model_dim,",python,selection_command +9648,22010267,"utils/nn.py",7603,118," self.norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,",python,selection_command +9649,22010446,"utils/nn.py",7603,148," self.norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,selection_command +9650,22010583,"utils/nn.py",7603,171," self.norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,",python,selection_command +9651,22010718,"utils/nn.py",7603,181," self.norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +9652,22010990,"utils/nn.py",7603,182,"",python,content +9653,22010999,"utils/nn.py",7611,0,"",python,selection_command +9654,22011290,"utils/nn.py",7601,0,"",python,selection_command +9655,22011527,"utils/nn.py",7575,0,"",python,selection_command +9656,22011553,"utils/nn.py",7552,0,"",python,selection_command +9657,22011587,"utils/nn.py",7537,0,"",python,selection_command +9658,22011620,"utils/nn.py",7479,0,"",python,selection_command +9659,22011654,"utils/nn.py",7426,0,"",python,selection_command +9660,22011688,"utils/nn.py",7396,0,"",python,selection_command +9661,22011722,"utils/nn.py",7354,0,"",python,selection_command +9662,22011757,"utils/nn.py",7315,0,"",python,selection_command +9663,22011789,"utils/nn.py",7274,0,"",python,selection_command +9664,22011823,"utils/nn.py",7234,0,"",python,selection_command +9665,22011856,"utils/nn.py",7196,0,"",python,selection_command +9666,22011890,"utils/nn.py",7147,0,"",python,selection_command +9667,22011923,"utils/nn.py",7137,0,"",python,selection_command +9668,22011956,"utils/nn.py",7114,0,"",python,selection_command +9669,22011996,"utils/nn.py",7084,0,"",python,selection_command +9670,22012027,"utils/nn.py",7042,0,"",python,selection_command +9671,22012061,"utils/nn.py",7001,0,"",python,selection_command +9672,22012219,"utils/nn.py",6965,0,"",python,selection_command +9673,22012400,"utils/nn.py",6956,0,"",python,selection_command +9674,22012719,"utils/nn.py",6965,0,"",python,selection_command +9675,22012947,"utils/nn.py",6974,0,"",python,selection_command +9676,22013312,"utils/nn.py",6974,1,"",python,content +9677,22013661,"utils/nn.py",7009,0,"",python,selection_command +9678,22013956,"utils/nn.py",7050,0,"",python,selection_command +9679,22013965,"utils/nn.py",7092,0,"",python,selection_command +9680,22013987,"utils/nn.py",7122,0,"",python,selection_command +9681,22013996,"utils/nn.py",7136,0,"",python,selection_command +9682,22014028,"utils/nn.py",7155,0,"",python,selection_command +9683,22014061,"utils/nn.py",7204,0,"",python,selection_command +9684,22014096,"utils/nn.py",7242,0,"",python,selection_command +9685,22014129,"utils/nn.py",7282,0,"",python,selection_command +9686,22014162,"utils/nn.py",7323,0,"",python,selection_command +9687,22014198,"utils/nn.py",7362,0,"",python,selection_command +9688,22014232,"utils/nn.py",7404,0,"",python,selection_command +9689,22014268,"utils/nn.py",7434,0,"",python,selection_command +9690,22014296,"utils/nn.py",7487,0,"",python,selection_command +9691,22014329,"utils/nn.py",7541,0,"",python,selection_command +9692,22014365,"utils/nn.py",7560,0,"",python,selection_command +9693,22014396,"utils/nn.py",7583,0,"",python,selection_command +9694,22014431,"utils/nn.py",7600,0,"",python,selection_command +9695,22014463,"utils/nn.py",7619,0,"",python,selection_command +9696,22014496,"utils/nn.py",7658,0,"",python,selection_command +9697,22014530,"utils/nn.py",7699,0,"",python,selection_command +9698,22014564,"utils/nn.py",7741,0,"",python,selection_command +9699,22014597,"utils/nn.py",7771,0,"",python,selection_command +9700,22014776,"utils/nn.py",7741,0,"",python,selection_command +9701,22015041,"utils/nn.py",7699,0,"",python,selection_command +9702,22015197,"utils/nn.py",7658,0,"",python,selection_command +9703,22015367,"utils/nn.py",7619,0,"",python,selection_command +9704,22015684,"utils/nn.py",7602,38," self.ffn_norm = nnx.LayerNorm(",python,selection_command +9705,22015867,"utils/nn.py",7602,79," self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,",python,selection_command +9706,22016033,"utils/nn.py",7602,121," self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,",python,selection_command +9707,22016184,"utils/nn.py",7602,151," self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,selection_command +9708,22016312,"utils/nn.py",7602,174," self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,",python,selection_command +9709,22016462,"utils/nn.py",7602,184," self.ffn_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +9710,22016840,"utils/nn.py",7602,185,"",python,content +9711,22016847,"utils/nn.py",7610,0,"",python,selection_command +9712,22018618,"utils/nn.py",7600,0,"",python,selection_command +9713,22018855,"utils/nn.py",7610,0,"",python,selection_command +9714,22021768,"utils/nn.py",7648,0,"",python,selection_command +9715,22022020,"utils/nn.py",7688,0,"",python,selection_command +9716,22022034,"utils/nn.py",7727,0,"",python,selection_command +9717,22022065,"utils/nn.py",7769,0,"",python,selection_command +9718,22022102,"utils/nn.py",7799,0,"",python,selection_command +9719,22022137,"utils/nn.py",7822,0,"",python,selection_command +9720,22022171,"utils/nn.py",7832,0,"",python,selection_command +9721,22022204,"utils/nn.py",7870,0,"",python,selection_command +9722,22022242,"utils/nn.py",7908,0,"",python,selection_command +9723,22022294,"utils/nn.py",7949,0,"",python,selection_command +9724,22022418,"utils/nn.py",7991,0,"",python,selection_command +9725,22022582,"utils/nn.py",8021,0,"",python,selection_command +9726,22022737,"utils/nn.py",8044,0,"",python,selection_command +9727,22022887,"utils/nn.py",8045,0,"",python,selection_command +9728,22023608,"utils/nn.py",8045,0,"\n ",python,content +9729,22024001,"utils/nn.py",8054,0,"\n ",python,content +9730,22024001,"utils/nn.py",8046,8,"",python,content +9731,22025467,"utils/nn.py",8055,0,"-> jax.Array:",python,content +9732,22025467,"utils/nn.py",8054,0,"jax.Array)",python,content +9733,22025467,"utils/nn.py",8053,0,"x:",python,content +9734,22025467,"utils/nn.py",8052,0,"__call__(self,",python,content +9735,22025467,"utils/nn.py",8051,0,"def",python,content +9736,22026360,"utils/nn.py",8097,0,"\n x = self.norm(x)\n x = self.attention(x)\n x = x + self.ffn_dense1(x)\n x = self.ffn_dense2(x)\n return x",python,content +9737,22026688,"utils/nn.py",8234,0,"",python,selection_command +9738,22027658,"utils/nn.py",8203,0,"",python,selection_command +9739,22027819,"utils/nn.py",8168,0,"",python,selection_command +9740,22027973,"utils/nn.py",8138,0,"",python,selection_command +9741,22028112,"utils/nn.py",8113,0,"",python,selection_command +9742,22029178,"utils/nn.py",8138,0,"",python,selection_command +9743,22029358,"utils/nn.py",8168,0,"",python,selection_command +9744,22029493,"utils/nn.py",8203,0,"",python,selection_command +9745,22029648,"utils/nn.py",8234,0,"",python,selection_command +9746,22029843,"utils/nn.py",8203,0,"",python,selection_command +9747,22030031,"utils/nn.py",8168,0,"",python,selection_command +9748,22030130,"utils/nn.py",8138,0,"",python,selection_command +9749,22030468,"utils/nn.py",8168,0,"",python,selection_command +9750,22030911,"utils/nn.py",8203,0,"",python,selection_command +9751,22031129,"utils/nn.py",8168,0,"",python,selection_command +9752,22037708,"utils/nn.py",8169,0,"",python,selection_command +9753,22038468,"utils/nn.py",8168,0,"",python,selection_command +9754,22038699,"utils/nn.py",8169,0,"",python,selection_command +9755,22038920,"utils/nn.py",8169,18,"",python,content +9756,22039136,"utils/nn.py",8169,0,"k",python,content +9757,22039136,"utils/nn.py",8170,0,"",python,selection_keyboard +9758,22039201,"utils/nn.py",8169,0,"",python,selection_command +9759,22040000,"utils/nn.py",8170,0,"",python,selection_command +9760,22040322,"utils/nn.py",8169,0,"",python,selection_command +9761,22040468,"utils/nn.py",8169,1,"self.ffn_dense1(x)",python,content +9762,22040883,"utils/nn.py",8169,18,"",python,content +9763,22041079,"utils/nn.py",8169,0,"k",python,content +9764,22041079,"utils/nn.py",8170,0,"",python,selection_keyboard +9765,22041252,"utils/nn.py",8169,0,"",python,selection_command +9766,22041892,"utils/nn.py",8170,0,"",python,selection_command +9767,22042039,"utils/nn.py",8169,1,"",python,content +9768,22042552,"utils/nn.py",8168,0,"",python,selection_command +9769,22042879,"utils/nn.py",8138,0,"",python,selection_command +9770,22043307,"utils/nn.py",8152,0,"\n ",python,content +9771,22043367,"utils/nn.py",8153,8,"",python,content +9772,22043606,"utils/nn.py",8153,0,"self.ffn_dense1(x)",python,content +9773,22043608,"utils/nn.py",8170,0,"",python,selection_command +9774,22044335,"utils/nn.py",8153,0,"",python,selection_command +9775,22045152,"utils/nn.py",8170,1,"",python,content +9776,22045152,"utils/nn.py",8169,0," x = x + ",python,content +9777,22045152,"utils/nn.py",8153,16,"",python,content +9778,22045295,"utils/nn.py",8153,0," ",python,content +9779,22046020,"utils/nn.py",8157,0," ",python,content +9780,22046434,"utils/nn.py",8160,0,"",python,selection_command +9781,22046766,"utils/nn.py",8161,0,"",python,selection_command +9782,22047253,"utils/nn.py",8161,1,"",python,content +9783,22047415,"utils/nn.py",8161,1,"",python,content +9784,22047557,"utils/nn.py",8161,1,"",python,content +9785,22047722,"utils/nn.py",8161,1,"",python,content +9786,22047882,"utils/nn.py",8161,1,"",python,content +9787,22047993,"utils/nn.py",8161,1,"",python,content +9788,22048198,"utils/nn.py",8161,1,"",python,content +9789,22048408,"utils/nn.py",8161,1,"",python,content +9790,22048756,"utils/nn.py",8161,1,"",python,content +9791,22050129,"utils/nn.py",8161,0,"z",python,content +9792,22050421,"utils/nn.py",8161,0,"",python,selection_command +9793,22052343,"utils/nn.py",8163,0,"",python,selection_command +9794,22053008,"utils/nn.py",8165,0,"",python,selection_command +9795,22053900,"utils/nn.py",8161,1,"",python,content +9796,22053913,"utils/nn.py",8161,0,"",python,selection_command +9797,22054232,"utils/nn.py",8161,0,"x",python,content +9798,22054239,"utils/nn.py",8161,0,"",python,selection_command +9799,22054648,"utils/nn.py",8161,0," ",python,content +9800,22054661,"utils/nn.py",8161,0,"",python,selection_command +9801,22054996,"utils/nn.py",8162,0," ",python,content +9802,22055311,"utils/nn.py",8163,0," ",python,content +9803,22055595,"utils/nn.py",8164,0," ",python,content +9804,22055774,"utils/nn.py",8165,0," ",python,content +9805,22055943,"utils/nn.py",8166,0," ",python,content +9806,22056098,"utils/nn.py",8167,0," ",python,content +9807,22056245,"utils/nn.py",8168,0," ",python,content +9808,22056414,"utils/nn.py",8153,25,"self.ffn_dense1(x)",python,content +9809,22056575,"utils/nn.py",8153,18,"",python,content +9810,22057358,"utils/nn.py",8153,0,"self.ffn_dense1(x)",python,content +9811,22057363,"utils/nn.py",8153,0,"",python,selection_command +9812,22058641,"utils/nn.py",8219,0,"\n x = x + x",python,content +9813,22058641,"utils/nn.py",8188,0,".nn.gelu(x)",python,content +9814,22058641,"utils/nn.py",8185,3,"",python,content +9815,22058641,"utils/nn.py",8184,0,"ja",python,content +9816,22058641,"utils/nn.py",8153,0," x = x + ",python,content +9817,22059681,"utils/nn.py",8245,18,"",python,content +9818,22059684,"utils/nn.py",8200,14,"x + ",python,content +9819,22059686,"utils/nn.py",8153,16,"",python,content +9820,22059687,"utils/nn.py",8240,0,"",python,selection_command +9821,22059883,"utils/nn.py",8153,18,"",python,content +9822,22059884,"utils/nn.py",8153,0,"",python,selection_command +9823,22061013,"utils/nn.py",8153,0,"self.ffn_dense1(x)",python,content +9824,22061018,"utils/nn.py",8153,0,"",python,selection_command +9825,22062127,"utils/nn.py",8153,0," ",python,content +9826,22062127,"utils/nn.py",8154,0,"",python,selection_keyboard +9827,22062320,"utils/nn.py",8154,0,". ",python,content +9828,22062668,"utils/nn.py",8155,1,"",python,content +9829,22062829,"utils/nn.py",8154,1,"",python,content +9830,22063178,"utils/nn.py",8153,1,"",python,content +9831,22065337,"utils/nn.py",8153,0," ",python,content +9832,22066654,"utils/nn.py",8157,0," ",python,content +9833,22067585,"utils/nn.py",8161,0,"z",python,content +9834,22067585,"utils/nn.py",8162,0,"",python,selection_keyboard +9835,22067718,"utils/nn.py",8162,0," ",python,content +9836,22067718,"utils/nn.py",8163,0,"",python,selection_keyboard +9837,22067871,"utils/nn.py",8163,0,"=",python,content +9838,22067871,"utils/nn.py",8164,0,"",python,selection_keyboard +9839,22068035,"utils/nn.py",8164,0," ",python,content +9840,22068035,"utils/nn.py",8165,0,"",python,selection_keyboard +9841,22068230,"utils/nn.py",8164,0,"",python,selection_command +9842,22069279,"utils/nn.py",8195,0,"",python,selection_command +9843,22069379,"utils/nn.py",8200,0,"",python,selection_command +9844,22069804,"utils/nn.py",8200,0,"z",python,content +9845,22069804,"utils/nn.py",8201,0,"",python,selection_keyboard +9846,22070000,"utils/nn.py",8200,0,"",python,selection_command +9847,22077999,"utils/nn.py",6563,0,"",python,selection_command +9848,22079050,"utils/nn.py",1054,0,"",python,selection_command +9849,22081141,"utils/nn.py",4066,0,"",python,selection_command +9850,22084073,"utils/nn.py",4076,0,"",python,selection_command +9851,22084288,"utils/nn.py",4085,0,"",python,selection_command +9852,22084422,"utils/nn.py",4077,16," return x",python,selection_command +9853,22084554,"utils/nn.py",4076,17,"\n return x",python,selection_command +9854,22084811,"utils/nn.py",4077,16," return x",python,selection_command +9855,22085116,"utils/nn.py",4076,17,"\n return x",python,selection_command +9856,22085370,"utils/nn.py",4058,35," x = x + z\n\n return x",python,selection_command +9857,22085390,"utils/nn.py",4027,66," z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9858,22085420,"utils/nn.py",4000,93," z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9859,22085454,"utils/nn.py",3969,124," z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9860,22085487,"utils/nn.py",3940,153," z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9861,22085519,"utils/nn.py",3910,183," # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9862,22085555,"utils/nn.py",3909,184,"\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9863,22085589,"utils/nn.py",3880,213," x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9864,22085714,"utils/nn.py",3862,231," x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9865,22085715,"utils/nn.py",3823,270," z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9866,22085715,"utils/nn.py",3789,304," z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9867,22085724,"utils/nn.py",3752,341," z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9868,22085756,"utils/nn.py",3723,370," x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9869,22085791,"utils/nn.py",3686,407," # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9870,22085824,"utils/nn.py",3685,408,"\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9871,22085856,"utils/nn.py",3667,426," x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9872,22085891,"utils/nn.py",3629,464," z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9873,22085923,"utils/nn.py",3596,497," z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9874,22085955,"utils/nn.py",3560,533," z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9875,22085989,"utils/nn.py",3524,569," # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9876,22086100,"utils/nn.py",3473,620," def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9877,22086260,"utils/nn.py",3458,635," @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,selection_command +9878,22086525,"utils/nn.py",3458,0,"",python,selection_command +9879,22086962,"utils/nn.py",1054,0,"",python,selection_command +9880,22087859,"utils/nn.py",6563,0,"",python,selection_command +9881,22088758,"utils/nn.py",9523,0,"",python,selection_command +9882,22089127,"utils/nn.py",9518,0,"",python,selection_command +9883,22089391,"utils/nn.py",9488,0,"",python,selection_command +9884,22089403,"utils/nn.py",9441,0,"",python,selection_command +9885,22089437,"utils/nn.py",9396,0,"",python,selection_command +9886,22089472,"utils/nn.py",9391,0,"",python,selection_command +9887,22089505,"utils/nn.py",9360,0,"",python,selection_command +9888,22089544,"utils/nn.py",9312,0,"",python,selection_command +9889,22089572,"utils/nn.py",9267,0,"",python,selection_command +9890,22089607,"utils/nn.py",9262,0,"",python,selection_command +9891,22089642,"utils/nn.py",9223,0,"",python,selection_command +9892,22089675,"utils/nn.py",9202,0,"",python,selection_command +9893,22090060,"utils/nn.py",6301,0,"",python,selection_command +9894,22090464,"utils/nn.py",6335,0,"",python,selection_command +9895,22090715,"utils/nn.py",6352,0,"",python,selection_command +9896,22090735,"utils/nn.py",6361,0,"",python,selection_command +9897,22090766,"utils/nn.py",6394,0,"",python,selection_command +9898,22090799,"utils/nn.py",6416,0,"",python,selection_command +9899,22090841,"utils/nn.py",6425,0,"",python,selection_command +9900,22090891,"utils/nn.py",6461,0,"",python,selection_command +9901,22091001,"utils/nn.py",8051,0,"",python,selection_command +9902,22092912,"utils/nn.py",8102,0,"",python,selection_command +9903,22093815,"utils/nn.py",8127,0,"",python,selection_command +9904,22094067,"utils/nn.py",8157,0,"",python,selection_command +9905,22094090,"utils/nn.py",8188,0,"",python,selection_command +9906,22094122,"utils/nn.py",8206,0,"",python,selection_command +9907,22094545,"utils/nn.py",8237,0,"",python,selection_command +9908,22094704,"utils/nn.py",8250,0,"",python,selection_command +9909,22095144,"utils/nn.py",8237,0,"",python,selection_command +9910,22095314,"utils/nn.py",8233,16," return x",python,selection_command +9911,22095428,"utils/nn.py",8202,47," x = self.ffn_dense2(x)\n return x",python,selection_command +9912,22095637,"utils/nn.py",8184,65," x = x + z\n x = self.ffn_dense2(x)\n return x",python,selection_command +9913,22095768,"utils/nn.py",8153,96," z = self.ffn_dense1(x)\n x = x + z\n x = self.ffn_dense2(x)\n return x",python,selection_command +9914,22095916,"utils/nn.py",8123,126," x = self.attention(x)\n z = self.ffn_dense1(x)\n x = x + z\n x = self.ffn_dense2(x)\n return x",python,selection_command +9915,22096032,"utils/nn.py",8098,151," x = self.norm(x)\n x = self.attention(x)\n z = self.ffn_dense1(x)\n x = x + z\n x = self.ffn_dense2(x)\n return x",python,selection_command +9916,22096168,"utils/nn.py",8047,202," def __call__(self, x: jax.Array) -> jax.Array:\n x = self.norm(x)\n x = self.attention(x)\n z = self.ffn_dense1(x)\n x = x + z\n x = self.ffn_dense2(x)\n return x",python,selection_command +9917,22096362,"utils/nn.py",8047,202," @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x",python,content +9918,22096383,"utils/nn.py",8051,0,"",python,selection_command +9919,22096912,"utils/nn.py",8066,0,"",python,selection_command +9920,22097046,"utils/nn.py",8117,0,"",python,selection_command +9921,22097192,"utils/nn.py",8153,0,"",python,selection_command +9922,22098451,"utils/nn.py",8117,0,"",python,selection_command +9923,22102185,"utils/nn.py",8153,0,"",python,selection_command +9924,22102286,"utils/nn.py",8157,0,"",python,selection_command +9925,22102734,"utils/nn.py",8159,0,"",python,selection_command +9926,22102991,"utils/nn.py",8161,0,"",python,selection_command +9927,22103259,"utils/nn.py",8165,0,"",python,selection_command +9928,22103455,"utils/nn.py",8166,0,"",python,selection_command +9929,22113668,"utils/nn.py",8149,36,"",python,content +9930,22113686,"utils/nn.py",8157,0,"",python,selection_command +9931,22114430,"utils/nn.py",8148,0,"\n ",python,content +9932,22114491,"utils/nn.py",8157,0,"#",python,content +9933,22114491,"utils/nn.py",8158,0,"",python,selection_keyboard +9934,22114589,"utils/nn.py",8158,0," ",python,content +9935,22114589,"utils/nn.py",8159,0,"",python,selection_keyboard +9936,22114719,"utils/nn.py",8159,0,"F",python,content +9937,22114719,"utils/nn.py",8160,0,"",python,selection_keyboard +9938,22114800,"utils/nn.py",8160,0,"I",python,content +9939,22114801,"utils/nn.py",8161,0,"",python,selection_keyboard +9940,22114877,"utils/nn.py",8161,0,"X",python,content +9941,22114877,"utils/nn.py",8162,0,"",python,selection_keyboard +9942,22114974,"utils/nn.py",8162,0,"M",python,content +9943,22114974,"utils/nn.py",8163,0,"",python,selection_keyboard +9944,22115096,"utils/nn.py",8163,0,"E",python,content +9945,22115096,"utils/nn.py",8164,0,"",python,selection_keyboard +9946,22115334,"utils/nn.py",8164,0," ",python,content +9947,22115335,"utils/nn.py",8165,0,"",python,selection_keyboard +9948,22115437,"utils/nn.py",8165,0,"()",python,content +9949,22115437,"utils/nn.py",8166,0,"",python,selection_keyboard +9950,22115788,"utils/nn.py",8166,0,"f",python,content +9951,22115788,"utils/nn.py",8167,0,"",python,selection_keyboard +9952,22115876,"utils/nn.py",8167,0,".",python,content +9953,22115877,"utils/nn.py",8168,0,"",python,selection_keyboard +9954,22116018,"utils/nn.py",8168,0,"s",python,content +9955,22116018,"utils/nn.py",8169,0,"",python,selection_keyboard +9956,22116081,"utils/nn.py",8169,0,"r",python,content +9957,22116081,"utils/nn.py",8170,0,"",python,selection_keyboard +9958,22116143,"utils/nn.py",8170,0,"a",python,content +9959,22116144,"utils/nn.py",8171,0,"",python,selection_keyboard +9960,22116215,"utils/nn.py",8171,0,"m",python,content +9961,22116215,"utils/nn.py",8172,0,"",python,selection_keyboard +9962,22116411,"utils/nn.py",8172,0,"b",python,content +9963,22116411,"utils/nn.py",8173,0,"",python,selection_keyboard +9964,22116476,"utils/nn.py",8173,0,"i",python,content +9965,22116476,"utils/nn.py",8174,0,"",python,selection_keyboard +9966,22116493,"utils/nn.py",8174,0,"c",python,content +9967,22116493,"utils/nn.py",8175,0,"",python,selection_keyboard +9968,22116541,"utils/nn.py",8175,0,"a",python,content +9969,22116541,"utils/nn.py",8176,0,"",python,selection_keyboard +9970,22116681,"utils/nn.py",8176,0,"l",python,content +9971,22116681,"utils/nn.py",8177,0,"",python,selection_keyboard +9972,22116866,"utils/nn.py",8177,1,")",python,content +9973,22116866,"utils/nn.py",8178,0,"",python,selection_keyboard +9974,22117194,"utils/nn.py",8178,0,":",python,content +9975,22117194,"utils/nn.py",8179,0,"",python,selection_keyboard +9976,22117335,"utils/nn.py",8179,0," ",python,content +9977,22117336,"utils/nn.py",8180,0,"",python,selection_keyboard +9978,22117879,"utils/nn.py",8180,0,"p",python,content +9979,22117879,"utils/nn.py",8181,0,"",python,selection_keyboard +9980,22117914,"utils/nn.py",8181,0,"o",python,content +9981,22117915,"utils/nn.py",8182,0,"",python,selection_keyboard +9982,22118386,"utils/nn.py",8181,1,"",python,content +9983,22118530,"utils/nn.py",8180,1,"",python,content +9984,22118766,"utils/nn.py",8180,0,"u",python,content +9985,22118766,"utils/nn.py",8181,0,"",python,selection_keyboard +9986,22119134,"utils/nn.py",8180,1,"",python,content +9987,22119470,"utils/nn.py",8180,0,"a",python,content +9988,22119470,"utils/nn.py",8181,0,"",python,selection_keyboard +9989,22119577,"utils/nn.py",8181,0,"d",python,content +9990,22119577,"utils/nn.py",8182,0,"",python,selection_keyboard +9991,22119717,"utils/nn.py",8182,0,"d",python,content +9992,22119717,"utils/nn.py",8183,0,"",python,selection_keyboard +9993,22119818,"utils/nn.py",8183,0," ",python,content +9994,22119818,"utils/nn.py",8184,0,"",python,selection_keyboard +9995,22119984,"utils/nn.py",8184,0,"p",python,content +9996,22119984,"utils/nn.py",8185,0,"",python,selection_keyboard +9997,22120384,"utils/nn.py",8184,1,"",python,content +9998,22120554,"utils/nn.py",8184,0,"P",python,content +9999,22120555,"utils/nn.py",8185,0,"",python,selection_keyboard +10000,22120618,"utils/nn.py",8185,0,"E",python,content +10001,22120618,"utils/nn.py",8186,0,"",python,selection_keyboard +10002,22120698,"utils/nn.py",8186,0," ",python,content +10003,22120699,"utils/nn.py",8187,0,"",python,selection_keyboard +10004,22120848,"utils/nn.py",8187,0,"o",python,content +10005,22120848,"utils/nn.py",8188,0,"",python,selection_keyboard +10006,22120910,"utils/nn.py",8188,0,"n",python,content +10007,22120910,"utils/nn.py",8189,0,"",python,selection_keyboard +10008,22120980,"utils/nn.py",8189,0,"c",python,content +10009,22120980,"utils/nn.py",8190,0,"",python,selection_keyboard +10010,22121095,"utils/nn.py",8190,0,"e",python,content +10011,22121095,"utils/nn.py",8191,0,"",python,selection_keyboard +10012,22121148,"utils/nn.py",8191,0," ",python,content +10013,22121148,"utils/nn.py",8192,0,"",python,selection_keyboard +10014,22122138,"utils/nn.py",8191,1,"",python,content +10015,22122296,"utils/nn.py",8187,4,"",python,content +10016,22122406,"utils/nn.py",8184,3,"",python,content +10017,22122943,"utils/nn.py",8184,0,"P",python,content +10018,22122943,"utils/nn.py",8185,0,"",python,selection_keyboard +10019,22123036,"utils/nn.py",8185,0,"E",python,content +10020,22123036,"utils/nn.py",8186,0,"",python,selection_keyboard +10021,22123081,"utils/nn.py",8186,0," ",python,content +10022,22123081,"utils/nn.py",8187,0,"",python,selection_keyboard +10023,22123254,"utils/nn.py",8187,0,"o",python,content +10024,22123254,"utils/nn.py",8188,0,"",python,selection_keyboard +10025,22123336,"utils/nn.py",8188,0,"t",python,content +10026,22123336,"utils/nn.py",8189,0,"",python,selection_keyboard +10027,22123704,"utils/nn.py",8188,1,"",python,content +10028,22123816,"utils/nn.py",8188,0,"t",python,content +10029,22123816,"utils/nn.py",8189,0,"",python,selection_keyboard +10030,22123881,"utils/nn.py",8189,0,"o",python,content +10031,22123882,"utils/nn.py",8190,0,"",python,selection_keyboard +10032,22124189,"utils/nn.py",8189,1,"",python,content +10033,22124297,"utils/nn.py",8188,1,"",python,content +10034,22124433,"utils/nn.py",8187,1,"",python,content +10035,22124541,"utils/nn.py",8187,0,"t",python,content +10036,22124542,"utils/nn.py",8188,0,"",python,selection_keyboard +10037,22124632,"utils/nn.py",8188,0,"o",python,content +10038,22124632,"utils/nn.py",8189,0,"",python,selection_keyboard +10039,22124775,"utils/nn.py",8189,0," ",python,content +10040,22124775,"utils/nn.py",8190,0,"",python,selection_keyboard +10041,22124818,"utils/nn.py",8190,0,"t",python,content +10042,22124818,"utils/nn.py",8191,0,"",python,selection_keyboard +10043,22124913,"utils/nn.py",8191,0,"h",python,content +10044,22124913,"utils/nn.py",8192,0,"",python,selection_keyboard +10045,22124978,"utils/nn.py",8192,0,"e",python,content +10046,22124978,"utils/nn.py",8193,0,"",python,selection_keyboard +10047,22125063,"utils/nn.py",8193,0," ",python,content +10048,22125064,"utils/nn.py",8194,0,"",python,selection_keyboard +10049,22125099,"utils/nn.py",8194,0,"i",python,content +10050,22125099,"utils/nn.py",8195,0,"",python,selection_keyboard +10051,22125164,"utils/nn.py",8195,0,"n",python,content +10052,22125164,"utils/nn.py",8196,0,"",python,selection_keyboard +10053,22125237,"utils/nn.py",8196,0,"p",python,content +10054,22125238,"utils/nn.py",8197,0,"",python,selection_keyboard +10055,22125333,"utils/nn.py",8197,0,"u",python,content +10056,22125333,"utils/nn.py",8198,0,"",python,selection_keyboard +10057,22125370,"utils/nn.py",8198,0,"t",python,content +10058,22125370,"utils/nn.py",8199,0,"",python,selection_keyboard +10059,22125450,"utils/nn.py",8199,0," ",python,content +10060,22125450,"utils/nn.py",8200,0,"",python,selection_keyboard +10061,22125550,"utils/nn.py",8200,0,"o",python,content +10062,22125550,"utils/nn.py",8201,0,"",python,selection_keyboard +10063,22125620,"utils/nn.py",8201,0,"n",python,content +10064,22125621,"utils/nn.py",8202,0,"",python,selection_keyboard +10065,22125697,"utils/nn.py",8202,0,"c",python,content +10066,22125697,"utils/nn.py",8203,0,"",python,selection_keyboard +10067,22125750,"utils/nn.py",8203,0,"e",python,content +10068,22125750,"utils/nn.py",8204,0,"",python,selection_keyboard +10069,22125995,"utils/nn.py",8203,0,"",python,selection_command +10070,22126842,"utils/nn.py",8236,0,"",python,selection_command +10071,22145562,"utils/nn.py",8235,0,"",python,selection_command +10072,22145656,"utils/nn.py",8234,0,"",python,selection_command +10073,22146021,"utils/nn.py",8222,0,"",python,selection_command +10074,22146314,"utils/nn.py",8222,12,"",python,content +10075,22146385,"utils/nn.py",8222,0,"n",python,content +10076,22146386,"utils/nn.py",8223,0,"",python,selection_keyboard +10077,22146430,"utils/nn.py",8223,0,"o",python,content +10078,22146431,"utils/nn.py",8224,0,"",python,selection_keyboard +10079,22146571,"utils/nn.py",8224,0,"r",python,content +10080,22146571,"utils/nn.py",8225,0,"",python,selection_keyboard +10081,22146742,"utils/nn.py",8225,0,"m",python,content +10082,22146742,"utils/nn.py",8226,0,"",python,selection_keyboard +10083,22146840,"utils/nn.py",8225,0,"",python,selection_command +10084,22147814,"utils/nn.py",8250,0,"",python,selection_command +10085,22148118,"utils/nn.py",8247,0,"",python,selection_command +10086,22148645,"utils/nn.py",8247,17,"",python,content +10087,22148839,"utils/nn.py",8247,0,"a",python,content +10088,22148840,"utils/nn.py",8248,0,"",python,selection_keyboard +10089,22148890,"utils/nn.py",8248,0,"t",python,content +10090,22148890,"utils/nn.py",8249,0,"",python,selection_keyboard +10091,22149020,"utils/nn.py",8249,0,"t",python,content +10092,22149020,"utils/nn.py",8250,0,"",python,selection_keyboard +10093,22149168,"utils/nn.py",8250,0,"e",python,content +10094,22149168,"utils/nn.py",8251,0,"",python,selection_keyboard +10095,22149207,"utils/nn.py",8251,0,"n",python,content +10096,22149207,"utils/nn.py",8252,0,"",python,selection_keyboard +10097,22149364,"utils/nn.py",8252,0,"t",python,content +10098,22149364,"utils/nn.py",8253,0,"",python,selection_keyboard +10099,22149369,"utils/nn.py",8253,0,"i",python,content +10100,22149369,"utils/nn.py",8254,0,"",python,selection_keyboard +10101,22149423,"utils/nn.py",8254,0,"o",python,content +10102,22149423,"utils/nn.py",8255,0,"",python,selection_keyboard +10103,22149474,"utils/nn.py",8255,0,"n",python,content +10104,22149474,"utils/nn.py",8256,0,"",python,selection_keyboard +10105,22149587,"utils/nn.py",8255,0,"",python,selection_command +10106,22152612,"utils/nn.py",8276,0,"",python,selection_command +10107,22152837,"utils/nn.py",8278,0,"",python,selection_command +10108,22158358,"utils/nn.py",8279,0,"",python,selection_command +10109,22158516,"utils/nn.py",8316,0,"",python,selection_command +10110,22158678,"utils/nn.py",8345,0,"",python,selection_command +10111,22158949,"utils/nn.py",8353,0,"",python,selection_command +10112,22159130,"utils/nn.py",8355,0,"",python,selection_command +10113,22159298,"utils/nn.py",8357,0,"",python,selection_command +10114,22159480,"utils/nn.py",8361,0,"",python,selection_command +10115,22159802,"utils/nn.py",8362,0,"",python,selection_command +10116,22160593,"utils/nn.py",8362,16,"",python,content +10117,22160702,"utils/nn.py",8362,0,"n",python,content +10118,22160703,"utils/nn.py",8363,0,"",python,selection_keyboard +10119,22160757,"utils/nn.py",8363,0,"o",python,content +10120,22160757,"utils/nn.py",8364,0,"",python,selection_keyboard +10121,22160881,"utils/nn.py",8364,0,"r",python,content +10122,22160882,"utils/nn.py",8365,0,"",python,selection_keyboard +10123,22160968,"utils/nn.py",8365,0,"m",python,content +10124,22160969,"utils/nn.py",8366,0,"",python,selection_keyboard +10125,22161227,"utils/nn.py",8365,0,"",python,selection_command +10126,22161365,"utils/nn.py",8390,0,"",python,selection_command +10127,22162637,"utils/nn.py",8387,0,"",python,selection_command +10128,22162759,"utils/nn.py",8387,13,"",python,content +10129,22163047,"utils/nn.py",8387,0,"a",python,content +10130,22163047,"utils/nn.py",8388,0,"",python,selection_keyboard +10131,22163158,"utils/nn.py",8388,0,"t",python,content +10132,22163158,"utils/nn.py",8389,0,"",python,selection_keyboard +10133,22163264,"utils/nn.py",8389,0,"t",python,content +10134,22163264,"utils/nn.py",8390,0,"",python,selection_keyboard +10135,22163361,"utils/nn.py",8390,0,"e",python,content +10136,22163362,"utils/nn.py",8391,0,"",python,selection_keyboard +10137,22163462,"utils/nn.py",8391,0,"n",python,content +10138,22163462,"utils/nn.py",8392,0,"",python,selection_keyboard +10139,22163551,"utils/nn.py",8392,0,"t",python,content +10140,22163552,"utils/nn.py",8393,0,"",python,selection_keyboard +10141,22163633,"utils/nn.py",8393,0,"i",python,content +10142,22163633,"utils/nn.py",8394,0,"",python,selection_keyboard +10143,22163671,"utils/nn.py",8394,0,"o",python,content +10144,22163672,"utils/nn.py",8395,0,"",python,selection_keyboard +10145,22163748,"utils/nn.py",8395,0,"n",python,content +10146,22163748,"utils/nn.py",8396,0,"",python,selection_keyboard +10147,22163830,"utils/nn.py",8395,0,"",python,selection_command +10148,22164010,"utils/nn.py",8425,0,"",python,selection_command +10149,22166679,"utils/nn.py",8391,5,"mporal_norm",python,content +10150,22166679,"utils/nn.py",8387,2,"",python,content +10151,22166679,"utils/nn.py",8387,0,"",python,selection_command +10152,22169653,"utils/nn.py",8362,4,"temporal_pos_enc",python,content +10153,22169655,"utils/nn.py",8362,0,"",python,selection_command +10154,22170610,"utils/nn.py",8345,37,"",python,content +10155,22170625,"utils/nn.py",8353,0,"",python,selection_command +10156,22170921,"utils/nn.py",8355,0,"",python,selection_command +10157,22171079,"utils/nn.py",8357,0,"",python,selection_command +10158,22171286,"utils/nn.py",8361,0,"",python,selection_command +10159,22171474,"utils/nn.py",8362,0,"",python,selection_command +10160,22172042,"utils/nn.py",8362,13,"",python,content +10161,22172138,"utils/nn.py",8362,0,"n",python,content +10162,22172138,"utils/nn.py",8363,0,"",python,selection_keyboard +10163,22172162,"utils/nn.py",8363,0,"o",python,content +10164,22172162,"utils/nn.py",8364,0,"",python,selection_keyboard +10165,22172314,"utils/nn.py",8364,0,"r",python,content +10166,22172314,"utils/nn.py",8365,0,"",python,selection_keyboard +10167,22172491,"utils/nn.py",8365,0,"m",python,content +10168,22172491,"utils/nn.py",8366,0,"",python,selection_keyboard +10169,22172795,"utils/nn.py",8365,0,"",python,selection_command +10170,22173088,"utils/nn.py",8390,0,"",python,selection_command +10171,22174748,"utils/nn.py",8387,0,"",python,selection_command +10172,22174897,"utils/nn.py",8387,18,"",python,content +10173,22175069,"utils/nn.py",8387,0,"a",python,content +10174,22175069,"utils/nn.py",8388,0,"",python,selection_keyboard +10175,22175148,"utils/nn.py",8388,0,"t",python,content +10176,22175148,"utils/nn.py",8389,0,"",python,selection_keyboard +10177,22175292,"utils/nn.py",8389,0,"t",python,content +10178,22175292,"utils/nn.py",8390,0,"",python,selection_keyboard +10179,22175376,"utils/nn.py",8390,0,"e",python,content +10180,22175376,"utils/nn.py",8391,0,"",python,selection_keyboard +10181,22175483,"utils/nn.py",8391,0,"n",python,content +10182,22175483,"utils/nn.py",8392,0,"",python,selection_keyboard +10183,22175599,"utils/nn.py",8392,0,"t",python,content +10184,22175599,"utils/nn.py",8393,0,"",python,selection_keyboard +10185,22175663,"utils/nn.py",8393,0,"i",python,content +10186,22175664,"utils/nn.py",8394,0,"",python,selection_keyboard +10187,22175720,"utils/nn.py",8394,0,"o",python,content +10188,22175720,"utils/nn.py",8395,0,"",python,selection_keyboard +10189,22175771,"utils/nn.py",8395,0,"n",python,content +10190,22175771,"utils/nn.py",8396,0,"",python,selection_keyboard +10191,22175873,"utils/nn.py",8395,0,"",python,selection_command +10192,22177164,"utils/nn.py",8368,0,"",python,selection_command +10193,22177292,"utils/nn.py",8341,0,"",python,selection_command +10194,22177427,"utils/nn.py",8304,0,"",python,selection_command +10195,22177559,"utils/nn.py",8278,0,"",python,selection_command +10196,22177715,"utils/nn.py",8276,0,"",python,selection_command +10197,22177842,"utils/nn.py",8255,0,"",python,selection_command +10198,22178200,"utils/nn.py",8247,0,"",python,selection_command +10199,22178672,"utils/nn.py",8247,0,"s",python,content +10200,22178672,"utils/nn.py",8248,0,"",python,selection_keyboard +10201,22178735,"utils/nn.py",8248,0,"p",python,content +10202,22178736,"utils/nn.py",8249,0,"",python,selection_keyboard +10203,22178820,"utils/nn.py",8249,0,"a",python,content +10204,22178820,"utils/nn.py",8250,0,"",python,selection_keyboard +10205,22178890,"utils/nn.py",8250,0,"t",python,content +10206,22178890,"utils/nn.py",8251,0,"",python,selection_keyboard +10207,22178999,"utils/nn.py",8251,0,"i",python,content +10208,22179000,"utils/nn.py",8252,0,"",python,selection_keyboard +10209,22179248,"utils/nn.py",8252,0,"a",python,content +10210,22179248,"utils/nn.py",8253,0,"",python,selection_keyboard +10211,22179311,"utils/nn.py",8253,0,"l",python,content +10212,22179311,"utils/nn.py",8254,0,"",python,selection_keyboard +10213,22179566,"utils/nn.py",8254,0,"_",python,content +10214,22179566,"utils/nn.py",8255,0,"",python,selection_keyboard +10215,22179768,"utils/nn.py",8254,0,"",python,selection_command +10216,22179897,"utils/nn.py",8284,0,"",python,selection_command +10217,22180154,"utils/nn.py",8286,0,"",python,selection_command +10218,22180175,"utils/nn.py",8311,0,"",python,selection_command +10219,22180207,"utils/nn.py",8348,0,"",python,selection_command +10220,22180240,"utils/nn.py",8376,0,"",python,selection_command +10221,22180276,"utils/nn.py",8402,0,"",python,selection_command +10222,22180444,"utils/nn.py",8424,0,"",python,selection_command +10223,22180640,"utils/nn.py",8402,0,"",python,selection_command +10224,22180828,"utils/nn.py",8395,0,"",python,selection_command +10225,22181614,"utils/nn.py",8395,0,"t",python,content +10226,22181614,"utils/nn.py",8396,0,"",python,selection_keyboard +10227,22181696,"utils/nn.py",8396,0,"e",python,content +10228,22181696,"utils/nn.py",8397,0,"",python,selection_keyboard +10229,22181770,"utils/nn.py",8397,0,"m",python,content +10230,22181770,"utils/nn.py",8398,0,"",python,selection_keyboard +10231,22181798,"utils/nn.py",8398,0,"p",python,content +10232,22181799,"utils/nn.py",8399,0,"",python,selection_keyboard +10233,22181851,"utils/nn.py",8399,0,"o",python,content +10234,22181852,"utils/nn.py",8400,0,"",python,selection_keyboard +10235,22181885,"utils/nn.py",8400,0,"r",python,content +10236,22181885,"utils/nn.py",8401,0,"",python,selection_keyboard +10237,22182103,"utils/nn.py",8401,0,"l",python,content +10238,22182104,"utils/nn.py",8402,0,"",python,selection_keyboard +10239,22182486,"utils/nn.py",8401,1,"",python,content +10240,22182620,"utils/nn.py",8401,0,"a",python,content +10241,22182620,"utils/nn.py",8402,0,"",python,selection_keyboard +10242,22182713,"utils/nn.py",8402,0,"l",python,content +10243,22182713,"utils/nn.py",8403,0,"",python,selection_keyboard +10244,22182940,"utils/nn.py",8403,0,"_",python,content +10245,22182941,"utils/nn.py",8404,0,"",python,selection_keyboard +10246,22183113,"utils/nn.py",8403,0,"",python,selection_command +10247,22186810,"utils/nn.py",8376,0,"",python,selection_command +10248,22186931,"utils/nn.py",8349,0,"",python,selection_command +10249,22187256,"utils/nn.py",8324,29,"",python,content +10250,22187290,"utils/nn.py",8332,0,"",python,selection_command +10251,22187387,"utils/nn.py",8357,0,"",python,selection_command +10252,22187554,"utils/nn.py",8396,0,"",python,selection_command +10253,22187682,"utils/nn.py",8414,0,"",python,selection_command +10254,22188082,"utils/nn.py",8406,29,"",python,content +10255,22188409,"utils/nn.py",8388,0,"",python,selection_command +10256,22188577,"utils/nn.py",8349,0,"",python,selection_command +10257,22188955,"utils/nn.py",8324,0,"",python,selection_command +10258,22190094,"utils/nn.py",8287,0,"",python,selection_command +10259,22190239,"utils/nn.py",8286,0,"",python,selection_command +10260,22190379,"utils/nn.py",8268,0,"",python,selection_command +10261,22190530,"utils/nn.py",8230,0,"",python,selection_command +10262,22190964,"utils/nn.py",8205,0,"",python,selection_command +10263,22191153,"utils/nn.py",8229,0,"\n ",python,content +10264,22191362,"utils/nn.py",8238,0,"#",python,content +10265,22191363,"utils/nn.py",8239,0,"",python,selection_keyboard +10266,22191442,"utils/nn.py",8239,0," ",python,content +10267,22191442,"utils/nn.py",8240,0,"",python,selection_keyboard +10268,22191667,"utils/nn.py",8240,0,"F",python,content +10269,22191667,"utils/nn.py",8241,0,"",python,selection_keyboard +10270,22191820,"utils/nn.py",8241,0,"I",python,content +10271,22191821,"utils/nn.py",8242,0,"",python,selection_keyboard +10272,22191854,"utils/nn.py",8242,0,"X",python,content +10273,22191855,"utils/nn.py",8243,0,"",python,selection_keyboard +10274,22191986,"utils/nn.py",8243,0,"M",python,content +10275,22191986,"utils/nn.py",8244,0,"",python,selection_keyboard +10276,22192071,"utils/nn.py",8244,0,"E",python,content +10277,22192071,"utils/nn.py",8245,0,"",python,selection_keyboard +10278,22192142,"utils/nn.py",8245,0," ",python,content +10279,22192142,"utils/nn.py",8246,0,"",python,selection_keyboard +10280,22192295,"utils/nn.py",8246,0,"()",python,content +10281,22192296,"utils/nn.py",8247,0,"",python,selection_keyboard +10282,22192623,"utils/nn.py",8247,0,"f",python,content +10283,22192624,"utils/nn.py",8248,0,"",python,selection_keyboard +10284,22192814,"utils/nn.py",8248,0,".",python,content +10285,22192814,"utils/nn.py",8249,0,"",python,selection_keyboard +10286,22192838,"utils/nn.py",8249,0,"s",python,content +10287,22192839,"utils/nn.py",8250,0,"",python,selection_keyboard +10288,22192928,"utils/nn.py",8250,0,"r",python,content +10289,22192929,"utils/nn.py",8251,0,"",python,selection_keyboard +10290,22193024,"utils/nn.py",8251,0,"a",python,content +10291,22193024,"utils/nn.py",8252,0,"",python,selection_keyboard +10292,22193053,"utils/nn.py",8252,0,"m",python,content +10293,22193053,"utils/nn.py",8253,0,"",python,selection_keyboard +10294,22193241,"utils/nn.py",8253,0,"b",python,content +10295,22193241,"utils/nn.py",8254,0,"",python,selection_keyboard +10296,22193315,"utils/nn.py",8254,0,"c",python,content +10297,22193315,"utils/nn.py",8255,0,"",python,selection_keyboard +10298,22193327,"utils/nn.py",8255,0,"i",python,content +10299,22193327,"utils/nn.py",8256,0,"",python,selection_keyboard +10300,22193382,"utils/nn.py",8256,0,"a",python,content +10301,22193382,"utils/nn.py",8257,0,"",python,selection_keyboard +10302,22193780,"utils/nn.py",8256,1,"",python,content +10303,22193922,"utils/nn.py",8255,1,"",python,content +10304,22194141,"utils/nn.py",8255,0,"i",python,content +10305,22194141,"utils/nn.py",8256,0,"",python,selection_keyboard +10306,22194228,"utils/nn.py",8256,0,"c",python,content +10307,22194228,"utils/nn.py",8257,0,"",python,selection_keyboard +10308,22194438,"utils/nn.py",8256,1,"",python,content +10309,22194573,"utils/nn.py",8255,1,"",python,content +10310,22194726,"utils/nn.py",8254,1,"",python,content +10311,22194875,"utils/nn.py",8254,0,"i",python,content +10312,22194875,"utils/nn.py",8255,0,"",python,selection_keyboard +10313,22195094,"utils/nn.py",8255,0,"c",python,content +10314,22195094,"utils/nn.py",8256,0,"",python,selection_keyboard +10315,22195155,"utils/nn.py",8256,0,"a",python,content +10316,22195155,"utils/nn.py",8257,0,"",python,selection_keyboard +10317,22195275,"utils/nn.py",8257,0,"l",python,content +10318,22195275,"utils/nn.py",8258,0,"",python,selection_keyboard +10319,22195508,"utils/nn.py",8258,1,")",python,content +10320,22195508,"utils/nn.py",8259,0,"",python,selection_keyboard +10321,22195666,"utils/nn.py",8259,0,":",python,content +10322,22195666,"utils/nn.py",8260,0,"",python,selection_keyboard +10323,22195746,"utils/nn.py",8260,0," ",python,content +10324,22195747,"utils/nn.py",8261,0,"",python,selection_keyboard +10325,22196112,"utils/nn.py",8261,0,"s",python,content +10326,22196112,"utils/nn.py",8262,0,"",python,selection_keyboard +10327,22196312,"utils/nn.py",8262,0,"l",python,content +10328,22196312,"utils/nn.py",8263,0,"",python,selection_keyboard +10329,22196359,"utils/nn.py",8263,0,"i",python,content +10330,22196360,"utils/nn.py",8264,0,"",python,selection_keyboard +10331,22196418,"utils/nn.py",8264,0,"c",python,content +10332,22196418,"utils/nn.py",8265,0,"",python,selection_keyboard +10333,22196484,"utils/nn.py",8265,0,"e",python,content +10334,22196484,"utils/nn.py",8266,0,"",python,selection_keyboard +10335,22196573,"utils/nn.py",8266,0," ",python,content +10336,22196573,"utils/nn.py",8267,0,"",python,selection_keyboard +10337,22196727,"utils/nn.py",8267,0,"t",python,content +10338,22196727,"utils/nn.py",8268,0,"",python,selection_keyboard +10339,22196790,"utils/nn.py",8268,0,"h",python,content +10340,22196790,"utils/nn.py",8269,0,"",python,selection_keyboard +10341,22196872,"utils/nn.py",8269,0,"e",python,content +10342,22196872,"utils/nn.py",8270,0,"",python,selection_keyboard +10343,22196962,"utils/nn.py",8270,0," ",python,content +10344,22196962,"utils/nn.py",8271,0,"",python,selection_keyboard +10345,22197434,"utils/nn.py",8271,0,"i",python,content +10346,22197434,"utils/nn.py",8272,0,"",python,selection_keyboard +10347,22197476,"utils/nn.py",8272,0,"n",python,content +10348,22197476,"utils/nn.py",8273,0,"",python,selection_keyboard +10349,22197577,"utils/nn.py",8273,0,"p",python,content +10350,22197577,"utils/nn.py",8274,0,"",python,selection_keyboard +10351,22197683,"utils/nn.py",8274,0,"t",python,content +10352,22197683,"utils/nn.py",8275,0,"",python,selection_keyboard +10353,22197831,"utils/nn.py",8275,0," ",python,content +10354,22197831,"utils/nn.py",8276,0,"",python,selection_keyboard +10355,22198144,"utils/nn.py",8275,1,"",python,content +10356,22198296,"utils/nn.py",8274,1,"",python,content +10357,22198564,"utils/nn.py",8274,0,"u",python,content +10358,22198565,"utils/nn.py",8275,0,"",python,selection_keyboard +10359,22198631,"utils/nn.py",8275,0,"t",python,content +10360,22198631,"utils/nn.py",8276,0,"",python,selection_keyboard +10361,22198701,"utils/nn.py",8276,0," ",python,content +10362,22198701,"utils/nn.py",8277,0,"",python,selection_keyboard +10363,22198817,"utils/nn.py",8277,0,"t",python,content +10364,22198817,"utils/nn.py",8278,0,"",python,selection_keyboard +10365,22198910,"utils/nn.py",8278,0,"o",python,content +10366,22198910,"utils/nn.py",8279,0,"",python,selection_keyboard +10367,22199011,"utils/nn.py",8279,0," ",python,content +10368,22199011,"utils/nn.py",8280,0,"",python,selection_keyboard +10369,22199250,"utils/nn.py",8280,0,"o",python,content +10370,22199250,"utils/nn.py",8281,0,"",python,selection_keyboard +10371,22199303,"utils/nn.py",8281,0,"n",python,content +10372,22199303,"utils/nn.py",8282,0,"",python,selection_keyboard +10373,22199421,"utils/nn.py",8282,0,"l",python,content +10374,22199421,"utils/nn.py",8283,0,"",python,selection_keyboard +10375,22199567,"utils/nn.py",8283,0,"y",python,content +10376,22199567,"utils/nn.py",8284,0,"",python,selection_keyboard +10377,22199676,"utils/nn.py",8284,0," ",python,content +10378,22199677,"utils/nn.py",8285,0,"",python,selection_keyboard +10379,22200940,"utils/nn.py",8285,0,"the spatial dimensions",python,content +10380,22201155,"utils/nn.py",8306,0,"",python,selection_command +10381,22201515,"utils/nn.py",8344,0,"",python,selection_command +10382,22201767,"utils/nn.py",8362,0,"",python,selection_command +10383,22201796,"utils/nn.py",8364,0,"",python,selection_command +10384,22201929,"utils/nn.py",8362,0,"",python,selection_command +10385,22202083,"utils/nn.py",8344,0,"",python,selection_command +10386,22202247,"utils/nn.py",8306,0,"",python,selection_command +10387,22202786,"utils/nn.py",8344,0,"",python,selection_command +10388,22203037,"utils/nn.py",8362,0,"",python,selection_command +10389,22203050,"utils/nn.py",8364,0,"",python,selection_command +10390,22203080,"utils/nn.py",8400,0,"",python,selection_command +10391,22203282,"utils/nn.py",8425,0,"",python,selection_command +10392,22203555,"utils/nn.py",8426,0,"\n # FIXME (f.srambical): slice the input to only the spatial dimensions",python,content +10393,22203557,"utils/nn.py",8435,0,"",python,selection_command +10394,22204153,"utils/nn.py",8437,0,"",python,selection_command +10395,22204396,"utils/nn.py",8443,0,"",python,selection_command +10396,22204415,"utils/nn.py",8444,0,"",python,selection_command +10397,22204448,"utils/nn.py",8445,0,"",python,selection_command +10398,22204480,"utils/nn.py",8446,0,"",python,selection_command +10399,22204514,"utils/nn.py",8455,0,"",python,selection_command +10400,22204660,"utils/nn.py",8458,0,"",python,selection_command +10401,22204822,"utils/nn.py",8464,0,"",python,selection_command +10402,22205076,"utils/nn.py",8468,0,"",python,selection_command +10403,22205099,"utils/nn.py",8474,0,"",python,selection_command +10404,22205156,"utils/nn.py",8477,0,"",python,selection_command +10405,22205173,"utils/nn.py",8482,0,"",python,selection_command +10406,22205451,"utils/nn.py",8486,0,"",python,selection_command +10407,22205636,"utils/nn.py",8494,0,"",python,selection_command +10408,22206028,"utils/nn.py",8486,0,"",python,selection_command +10409,22206166,"utils/nn.py",8486,7,"",python,content +10410,22206386,"utils/nn.py",8486,0,"t",python,content +10411,22206386,"utils/nn.py",8487,0,"",python,selection_keyboard +10412,22206461,"utils/nn.py",8487,0,"e",python,content +10413,22206461,"utils/nn.py",8488,0,"",python,selection_keyboard +10414,22206505,"utils/nn.py",8488,0,"m",python,content +10415,22206505,"utils/nn.py",8489,0,"",python,selection_keyboard +10416,22206567,"utils/nn.py",8489,0,"p",python,content +10417,22206567,"utils/nn.py",8490,0,"",python,selection_keyboard +10418,22206632,"utils/nn.py",8490,0,"o",python,content +10419,22206632,"utils/nn.py",8491,0,"",python,selection_keyboard +10420,22206699,"utils/nn.py",8491,0,"r",python,content +10421,22206699,"utils/nn.py",8492,0,"",python,selection_keyboard +10422,22206783,"utils/nn.py",8492,0,"a",python,content +10423,22206783,"utils/nn.py",8493,0,"",python,selection_keyboard +10424,22206902,"utils/nn.py",8493,0,"l",python,content +10425,22206902,"utils/nn.py",8494,0,"",python,selection_keyboard +10426,22207055,"utils/nn.py",8493,0,"",python,selection_command +10427,22208057,"utils/nn.py",8543,0,"",python,selection_command +10428,22208253,"utils/nn.py",8561,0,"",python,selection_command +10429,22208586,"utils/nn.py",8543,0,"",python,selection_command +10430,22209076,"utils/nn.py",8561,0,"",python,selection_command +10431,22209313,"utils/nn.py",8545,17," x = x + z",python,selection_command +10432,22209425,"utils/nn.py",8506,56," z = self.temporal_attention(z)\n x = x + z",python,selection_command +10433,22209563,"utils/nn.py",8427,135," # FIXME (f.srambical): slice the input to only the temporal dimensions\n z = self.temporal_attention(z)\n x = x + z",python,selection_command +10434,22209743,"utils/nn.py",8402,160," z = self.norm(z)\n # FIXME (f.srambical): slice the input to only the temporal dimensions\n z = self.temporal_attention(z)\n x = x + z",python,selection_command +10435,22209897,"utils/nn.py",8365,197," # --- Temporal attention ---\n z = self.norm(z)\n # FIXME (f.srambical): slice the input to only the temporal dimensions\n z = self.temporal_attention(z)\n x = x + z",python,selection_command +10436,22210181,"utils/nn.py",8365,198,"",python,content +10437,22210282,"utils/nn.py",8364,0,"",python,selection_command +10438,22210435,"utils/nn.py",8346,0,"",python,selection_command +10439,22210802,"utils/nn.py",8308,0,"",python,selection_command +10440,22210940,"utils/nn.py",8230,0,"",python,selection_command +10441,22211077,"utils/nn.py",8205,0,"",python,selection_command +10442,22211233,"utils/nn.py",8149,0,"",python,selection_command +10443,22211381,"utils/nn.py",8113,0,"",python,selection_command +10444,22213043,"utils/nn.py",8062,0,"",python,selection_command +10445,22213506,"utils/nn.py",8112,0,"\n ",python,content +10446,22213604,"utils/nn.py",8113,8,"",python,content +10447,22213687,"utils/nn.py",8113,0,"\n # --- Temporal attention ---\n z = self.norm(z)\n # FIXME (f.srambical): slice the input to only the temporal dimensions\n z = self.temporal_attention(z)\n x = x + z",python,content +10448,22213690,"utils/nn.py",8122,0,"",python,selection_command +10449,22214171,"utils/nn.py",8113,0,"",python,selection_command +10450,22214431,"utils/nn.py",8113,1,"",python,content +10451,22214434,"utils/nn.py",8121,0,"",python,selection_command +10452,22214574,"utils/nn.py",8158,0,"",python,selection_command +10453,22214731,"utils/nn.py",8183,0,"",python,selection_command +10454,22214875,"utils/nn.py",8262,0,"",python,selection_command +10455,22215182,"utils/nn.py",8301,0,"",python,selection_command +10456,22215652,"utils/nn.py",8319,0,"",python,selection_command +10457,22215927,"utils/nn.py",8355,0,"",python,selection_command +10458,22215960,"utils/nn.py",8411,0,"",python,selection_command +10459,22215960,"utils/nn.py",8436,0,"",python,selection_command +10460,22215989,"utils/nn.py",8514,0,"",python,selection_command +10461,22216022,"utils/nn.py",8552,0,"",python,selection_command +10462,22216056,"utils/nn.py",8562,0,"",python,selection_command +10463,22216174,"utils/nn.py",8563,0,"",python,selection_command +10464,22216419,"utils/nn.py",8562,0,"",python,selection_command +10465,22216706,"utils/nn.py",8562,1,"",python,content +10466,22217044,"utils/nn.py",8562,1,"",python,content +10467,22217050,"utils/nn.py",8570,0,"",python,selection_command +10468,22217177,"utils/nn.py",8552,0,"",python,selection_command +10469,22217428,"utils/nn.py",8514,0,"",python,selection_command +10470,22217458,"utils/nn.py",8436,0,"",python,selection_command +10471,22217486,"utils/nn.py",8411,0,"",python,selection_command +10472,22217514,"utils/nn.py",8355,0,"",python,selection_command +10473,22217556,"utils/nn.py",8319,0,"",python,selection_command +10474,22217582,"utils/nn.py",8301,0,"",python,selection_command +10475,22217615,"utils/nn.py",8262,0,"",python,selection_command +10476,22217648,"utils/nn.py",8183,0,"",python,selection_command +10477,22218369,"utils/nn.py",8262,0,"",python,selection_command +10478,22218614,"utils/nn.py",8301,0,"",python,selection_command +10479,22218793,"utils/nn.py",8319,0,"",python,selection_command +10480,22218963,"utils/nn.py",8355,0,"",python,selection_command +10481,22219339,"utils/nn.py",8347,56,"",python,content +10482,22219364,"utils/nn.py",8355,0,"",python,selection_command +10483,22219572,"utils/nn.py",8319,0,"",python,selection_command +10484,22219802,"utils/nn.py",8301,0,"",python,selection_command +10485,22219825,"utils/nn.py",8262,0,"",python,selection_command +10486,22219859,"utils/nn.py",8183,0,"",python,selection_command +10487,22219890,"utils/nn.py",8158,0,"",python,selection_command +10488,22220030,"utils/nn.py",8121,0,"",python,selection_command +10489,22220282,"utils/nn.py",8149,0,"\n # FIXME (f.srambical): add PE to the input once",python,content +10490,22220283,"utils/nn.py",8158,0,"",python,selection_command +10491,22221191,"utils/nn.py",8214,0,"",python,selection_command +10492,22221336,"utils/nn.py",8239,0,"",python,selection_command +10493,22224157,"utils/nn.py",8214,0,"",python,selection_command +10494,22224697,"utils/nn.py",8214,1,"x",python,content +10495,22225012,"utils/nn.py",8216,0,"",python,selection_command +10496,22225100,"utils/nn.py",8218,0,"",python,selection_command +10497,22225249,"utils/nn.py",8222,0,"",python,selection_command +10498,22225366,"utils/nn.py",8223,0,"",python,selection_command +10499,22225532,"utils/nn.py",8227,0,"",python,selection_command +10500,22225924,"utils/nn.py",8228,0,"",python,selection_command +10501,22226330,"utils/nn.py",8228,1,"x",python,content +10502,22226580,"utils/nn.py",8253,0,"",python,selection_command +10503,22226817,"utils/nn.py",8332,0,"",python,selection_command +10504,22226847,"utils/nn.py",8365,0,"",python,selection_command +10505,22226884,"utils/nn.py",8389,0,"",python,selection_command +10506,22226913,"utils/nn.py",8425,0,"",python,selection_command +10507,22226951,"utils/nn.py",8450,0,"",python,selection_command +10508,22226979,"utils/nn.py",8528,0,"",python,selection_command +10509,22227156,"utils/nn.py",8560,0,"",python,selection_command +10510,22227322,"utils/nn.py",8528,0,"",python,selection_command +10511,22227503,"utils/nn.py",8450,0,"",python,selection_command +10512,22227669,"utils/nn.py",8425,0,"",python,selection_command +10513,22227825,"utils/nn.py",8389,0,"",python,selection_command +10514,22227951,"utils/nn.py",8365,0,"",python,selection_command +10515,22228349,"utils/nn.py",8357,0,"",python,selection_command +10516,22228680,"utils/nn.py",8359,0,"",python,selection_command +10517,22229529,"utils/nn.py",8349,0,"",python,selection_command +10518,22229725,"utils/nn.py",8367,0,"",python,selection_command +10519,22229923,"utils/nn.py",8403,0,"",python,selection_command +10520,22233961,"utils/nn.py",8367,0,"",python,selection_command +10521,22235367,"utils/nn.py",8403,0,"",python,selection_command +10522,22240219,"utils/nn.py",8367,0,"",python,selection_command +10523,22240384,"utils/nn.py",8349,0,"",python,selection_command +10524,22240413,"utils/nn.py",8310,0,"",python,selection_command +10525,22240442,"utils/nn.py",8231,0,"",python,selection_command +10526,22240477,"utils/nn.py",8206,0,"",python,selection_command +10527,22240594,"utils/nn.py",8231,0,"",python,selection_command +10528,22240781,"utils/nn.py",8310,0,"",python,selection_command +10529,22240954,"utils/nn.py",8349,0,"",python,selection_command +10530,22241267,"utils/nn.py",8310,0,"",python,selection_command +10531,22248083,"utils/nn.py",8318,0,"",python,selection_command +10532,22248506,"utils/nn.py",8347,0,"",python,selection_command +10533,22248803,"utils/nn.py",8310,0,"",python,selection_command +10534,22250798,"utils/nn.py",6563,0,"",python,selection_command +10535,22251279,"utils/nn.py",1054,0,"",python,selection_command +10536,22254762,"utils/nn.py",6563,0,"",python,selection_command +10537,22255936,"utils/nn.py",1054,0,"",python,selection_command +10538,22256870,"utils/nn.py",4066,0,"",python,selection_command +10539,22267388,"utils/nn.py",1054,0,"",python,selection_command +10540,22268343,"utils/nn.py",6563,0,"",python,selection_command +10541,22269173,"utils/nn.py",1054,0,"",python,selection_command +10542,22270223,"utils/nn.py",6563,0,"",python,selection_command +10543,22271604,"utils/nn.py",1054,0,"",python,selection_command +10544,22273088,"utils/nn.py",4066,0,"",python,selection_command +10545,22278660,"utils/nn.py",6563,0,"",python,selection_command +10546,22279464,"utils/nn.py",1054,0,"",python,selection_command +10547,22280151,"utils/nn.py",4066,0,"",python,selection_command +10548,22280784,"utils/nn.py",4035,0,"",python,selection_command +10549,22281033,"utils/nn.py",4008,0,"",python,selection_command +10550,22281051,"utils/nn.py",3977,0,"",python,selection_command +10551,22281085,"utils/nn.py",3948,0,"",python,selection_command +10552,22281117,"utils/nn.py",3918,0,"",python,selection_command +10553,22281150,"utils/nn.py",3909,0,"",python,selection_command +10554,22281199,"utils/nn.py",3888,0,"",python,selection_command +10555,22281216,"utils/nn.py",3870,0,"",python,selection_command +10556,22281249,"utils/nn.py",3831,0,"",python,selection_command +10557,22281283,"utils/nn.py",3797,0,"",python,selection_command +10558,22281315,"utils/nn.py",3760,0,"",python,selection_command +10559,22281349,"utils/nn.py",3731,0,"",python,selection_command +10560,22281383,"utils/nn.py",3694,0,"",python,selection_command +10561,22281437,"utils/nn.py",3685,0,"",python,selection_command +10562,22281450,"utils/nn.py",3675,0,"",python,selection_command +10563,22281600,"utils/nn.py",3685,0,"",python,selection_command +10564,22281855,"utils/nn.py",3694,0,"",python,selection_command +10565,22282048,"utils/nn.py",3685,0,"",python,selection_command +10566,22282316,"utils/nn.py",3694,0,"",python,selection_command +10567,22282915,"utils/nn.py",787,0,"",python,selection_command +10568,22283599,"utils/nn.py",1054,0,"",python,selection_command +10569,22284035,"utils/nn.py",6563,0,"",python,selection_command +10570,22284634,"utils/nn.py",9559,0,"",python,selection_command +10571,22285440,"utils/nn.py",9420,0,"",python,selection_command +10572,22285469,"utils/nn.py",9402,0,"",python,selection_command +10573,22285503,"utils/nn.py",9393,0,"",python,selection_command +10574,22285537,"utils/nn.py",9344,0,"",python,selection_command +10575,22285570,"utils/nn.py",9334,0,"",python,selection_command +10576,22285603,"utils/nn.py",9320,0,"",python,selection_command +10577,22285637,"utils/nn.py",9302,0,"",python,selection_command +10578,22285671,"utils/nn.py",9231,0,"",python,selection_command +10579,22285703,"utils/nn.py",9181,0,"",python,selection_command +10580,22285737,"utils/nn.py",9158,0,"",python,selection_command +10581,22285773,"utils/nn.py",9123,0,"",python,selection_command +10582,22285806,"utils/nn.py",9114,0,"",python,selection_command +10583,22285846,"utils/nn.py",9091,0,"",python,selection_command +10584,22285870,"utils/nn.py",9052,0,"",python,selection_command +10585,22285903,"utils/nn.py",9015,0,"",python,selection_command +10586,22285937,"utils/nn.py",9005,0,"",python,selection_command +10587,22285971,"utils/nn.py",8928,0,"",python,selection_command +10588,22286006,"utils/nn.py",8910,0,"",python,selection_command +10589,22286037,"utils/nn.py",8875,0,"",python,selection_command +10590,22286070,"utils/nn.py",8866,0,"",python,selection_command +10591,22286104,"utils/nn.py",8865,0,"",python,selection_command +10592,22286137,"utils/nn.py",8799,0,"",python,selection_command +10593,22286171,"utils/nn.py",8757,0,"",python,selection_command +10594,22286204,"utils/nn.py",8748,0,"",python,selection_command +10595,22286236,"utils/nn.py",8747,0,"",python,selection_command +10596,22286271,"utils/nn.py",8746,0,"",python,selection_command +10597,22286304,"utils/nn.py",8737,0,"",python,selection_command +10598,22286337,"utils/nn.py",8728,0,"",python,selection_command +10599,22286371,"utils/nn.py",8718,0,"",python,selection_command +10600,22286403,"utils/nn.py",8687,0,"",python,selection_command +10601,22286438,"utils/nn.py",8660,0,"",python,selection_command +10602,22286470,"utils/nn.py",8629,0,"",python,selection_command +10603,22286504,"utils/nn.py",8600,0,"",python,selection_command +10604,22286539,"utils/nn.py",8570,0,"",python,selection_command +10605,22286571,"utils/nn.py",8552,0,"",python,selection_command +10606,22286604,"utils/nn.py",8514,0,"",python,selection_command +10607,22286637,"utils/nn.py",8436,0,"",python,selection_command +10608,22286672,"utils/nn.py",8411,0,"",python,selection_command +10609,22286798,"utils/nn.py",8375,0,"",python,selection_command +10610,22286983,"utils/nn.py",8357,0,"",python,selection_command +10611,22288255,"utils/nn.py",8375,0,"",python,selection_command +10612,22288420,"utils/nn.py",8411,0,"",python,selection_command +10613,22288961,"utils/nn.py",8436,0,"",python,selection_command +10614,22289122,"utils/nn.py",8514,0,"",python,selection_command +10615,22289270,"utils/nn.py",8552,0,"",python,selection_command +10616,22291178,"utils/nn.py",8570,0,"",python,selection_command +10617,22291366,"utils/nn.py",8600,0,"",python,selection_command +10618,22294915,"utils/nn.py",8570,0,"",python,selection_command +10619,22295166,"utils/nn.py",8552,0,"",python,selection_command +10620,22295186,"utils/nn.py",8514,0,"",python,selection_command +10621,22295217,"utils/nn.py",8436,0,"",python,selection_command +10622,22295252,"utils/nn.py",8411,0,"",python,selection_command +10623,22295285,"utils/nn.py",8375,0,"",python,selection_command +10624,22295318,"utils/nn.py",8357,0,"",python,selection_command +10625,22295353,"utils/nn.py",8318,0,"",python,selection_command +10626,22295388,"utils/nn.py",8239,0,"",python,selection_command +10627,22295418,"utils/nn.py",8214,0,"",python,selection_command +10628,22295453,"utils/nn.py",8158,0,"",python,selection_command +10629,22295484,"utils/nn.py",8121,0,"",python,selection_command +10630,22295519,"utils/nn.py",8070,0,"",python,selection_command +10631,22295552,"utils/nn.py",8055,0,"",python,selection_command +10632,22295585,"utils/nn.py",8046,0,"",python,selection_command +10633,22295619,"utils/nn.py",8044,0,"",python,selection_command +10634,22295652,"utils/nn.py",8021,0,"",python,selection_command +10635,22295688,"utils/nn.py",7991,0,"",python,selection_command +10636,22295721,"utils/nn.py",7949,0,"",python,selection_command +10637,22295754,"utils/nn.py",7908,0,"",python,selection_command +10638,22295785,"utils/nn.py",7870,0,"",python,selection_command +10639,22295819,"utils/nn.py",7832,0,"",python,selection_command +10640,22295854,"utils/nn.py",7822,0,"",python,selection_command +10641,22295887,"utils/nn.py",7799,0,"",python,selection_command +10642,22295921,"utils/nn.py",7769,0,"",python,selection_command +10643,22295952,"utils/nn.py",7727,0,"",python,selection_command +10644,22295985,"utils/nn.py",7688,0,"",python,selection_command +10645,22296020,"utils/nn.py",7648,0,"",python,selection_command +10646,22296051,"utils/nn.py",7610,0,"",python,selection_command +10647,22296211,"utils/nn.py",7600,0,"",python,selection_command +10648,22296461,"utils/nn.py",7592,9," )",python,selection_command +10649,22296609,"utils/nn.py",7566,35," decode=False,\n )",python,selection_command +10650,22296878,"utils/nn.py",7543,58," rngs=rngs,\n decode=False,\n )",python,selection_command +10651,22296895,"utils/nn.py",7528,73," ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10652,22296922,"utils/nn.py",7470,131," self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10653,22296962,"utils/nn.py",7417,184," attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10654,22296990,"utils/nn.py",7387,214," dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10655,22297022,"utils/nn.py",7345,256," param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10656,22297054,"utils/nn.py",7306,295," dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10657,22297090,"utils/nn.py",7265,336," qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10658,22297123,"utils/nn.py",7225,376," in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10659,22297154,"utils/nn.py",7187,414," num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10660,22297200,"utils/nn.py",7138,463," self.attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10661,22297234,"utils/nn.py",7128,473," )\n self.attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10662,22297472,"utils/nn.py",7136,0,"",python,selection_command +10663,22297569,"utils/nn.py",7146,0,"",python,selection_command +10664,22297765,"utils/nn.py",7150,0,"",python,selection_command +10665,22297949,"utils/nn.py",7151,0,"",python,selection_command +10666,22299104,"utils/nn.py",7151,0,"t",python,content +10667,22299104,"utils/nn.py",7152,0,"",python,selection_keyboard +10668,22299167,"utils/nn.py",7152,0,"e",python,content +10669,22299167,"utils/nn.py",7153,0,"",python,selection_keyboard +10670,22299254,"utils/nn.py",7153,0,"m",python,content +10671,22299255,"utils/nn.py",7154,0,"",python,selection_keyboard +10672,22299280,"utils/nn.py",7154,0,"p",python,content +10673,22299280,"utils/nn.py",7155,0,"",python,selection_keyboard +10674,22299318,"utils/nn.py",7155,0,"o",python,content +10675,22299318,"utils/nn.py",7156,0,"",python,selection_keyboard +10676,22299381,"utils/nn.py",7156,0,"r",python,content +10677,22299381,"utils/nn.py",7157,0,"",python,selection_keyboard +10678,22299477,"utils/nn.py",7157,0,"a",python,content +10679,22299477,"utils/nn.py",7158,0,"",python,selection_keyboard +10680,22299571,"utils/nn.py",7158,0,"l",python,content +10681,22299571,"utils/nn.py",7159,0,"",python,selection_keyboard +10682,22299902,"utils/nn.py",7159,0,"_",python,content +10683,22299903,"utils/nn.py",7160,0,"",python,selection_keyboard +10684,22300119,"utils/nn.py",7159,0,"",python,selection_command +10685,22300559,"utils/nn.py",7138,57," self.temporal_attention = nnx.MultiHeadAttention(",python,selection_command +10686,22300757,"utils/nn.py",7138,95," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,",python,selection_command +10687,22301017,"utils/nn.py",7138,135," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,",python,selection_command +10688,22301028,"utils/nn.py",7138,176," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,",python,selection_command +10689,22301104,"utils/nn.py",7138,215," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,",python,selection_command +10690,22301104,"utils/nn.py",7138,257," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,",python,selection_command +10691,22301135,"utils/nn.py",7138,287," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,selection_command +10692,22301187,"utils/nn.py",7138,340," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(",python,selection_command +10693,22301200,"utils/nn.py",7138,398," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False",python,selection_command +10694,22301231,"utils/nn.py",7138,413," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),",python,selection_command +10695,22301265,"utils/nn.py",7138,436," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,",python,selection_command +10696,22301296,"utils/nn.py",7138,462," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,",python,selection_command +10697,22301328,"utils/nn.py",7138,472," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10698,22301506,"utils/nn.py",7138,510," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )\n self.ffn_dense1 = nnx.Linear(",python,selection_command +10699,22301968,"utils/nn.py",7138,472," self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,selection_command +10700,22302142,"utils/nn.py",7138,0,"",python,selection_command +10701,22302450,"utils/nn.py",7196,0,"",python,selection_command +10702,22302690,"utils/nn.py",7234,0,"",python,selection_command +10703,22302709,"utils/nn.py",7274,0,"",python,selection_command +10704,22302773,"utils/nn.py",7315,0,"",python,selection_command +10705,22302777,"utils/nn.py",7354,0,"",python,selection_command +10706,22302810,"utils/nn.py",7396,0,"",python,selection_command +10707,22302844,"utils/nn.py",7426,0,"",python,selection_command +10708,22302904,"utils/nn.py",7479,0,"",python,selection_command +10709,22302909,"utils/nn.py",7537,0,"",python,selection_command +10710,22302943,"utils/nn.py",7552,0,"",python,selection_command +10711,22302978,"utils/nn.py",7575,0,"",python,selection_command +10712,22303108,"utils/nn.py",7601,0,"",python,selection_command +10713,22303361,"utils/nn.py",7610,0,"\n ",python,content +10714,22303444,"utils/nn.py",7611,8,"",python,content +10715,22303535,"utils/nn.py",7611,0,"\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.model_dim,\n qkv_features=self.model_dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n decode=False,\n )",python,content +10716,22303536,"utils/nn.py",7620,0,"",python,selection_command +10717,22303765,"utils/nn.py",7611,0,"",python,selection_command +10718,22304069,"utils/nn.py",7611,1,"",python,content +10719,22304072,"utils/nn.py",7619,0,"",python,selection_command +10720,22305296,"utils/nn.py",7677,0,"",python,selection_command +10721,22305772,"utils/nn.py",7715,0,"",python,selection_command +10722,22306021,"utils/nn.py",7755,0,"",python,selection_command +10723,22306047,"utils/nn.py",7796,0,"",python,selection_command +10724,22306070,"utils/nn.py",7835,0,"",python,selection_command +10725,22306105,"utils/nn.py",7877,0,"",python,selection_command +10726,22306140,"utils/nn.py",7907,0,"",python,selection_command +10727,22306172,"utils/nn.py",7960,0,"",python,selection_command +10728,22306206,"utils/nn.py",8018,0,"",python,selection_command +10729,22306238,"utils/nn.py",8033,0,"",python,selection_command +10730,22306271,"utils/nn.py",8056,0,"",python,selection_command +10731,22306855,"utils/nn.py",8082,0,"",python,selection_command +10732,22307083,"utils/nn.py",8092,0,"",python,selection_command +10733,22307124,"utils/nn.py",8130,0,"",python,selection_command +10734,22307157,"utils/nn.py",8170,0,"",python,selection_command +10735,22307181,"utils/nn.py",8209,0,"",python,selection_command +10736,22307215,"utils/nn.py",8251,0,"",python,selection_command +10737,22307247,"utils/nn.py",8281,0,"",python,selection_command +10738,22307281,"utils/nn.py",8304,0,"",python,selection_command +10739,22307315,"utils/nn.py",8314,0,"",python,selection_command +10740,22307350,"utils/nn.py",8352,0,"",python,selection_command +10741,22307382,"utils/nn.py",8390,0,"",python,selection_command +10742,22307415,"utils/nn.py",8431,0,"",python,selection_command +10743,22307449,"utils/nn.py",8473,0,"",python,selection_command +10744,22307482,"utils/nn.py",8503,0,"",python,selection_command +10745,22307517,"utils/nn.py",8526,0,"",python,selection_command +10746,22307550,"utils/nn.py",8528,0,"",python,selection_command +10747,22307586,"utils/nn.py",8537,0,"",python,selection_command +10748,22307618,"utils/nn.py",8552,0,"",python,selection_command +10749,22307652,"utils/nn.py",8603,0,"",python,selection_command +10750,22307686,"utils/nn.py",8640,0,"",python,selection_command +10751,22307719,"utils/nn.py",8696,0,"",python,selection_command +10752,22307756,"utils/nn.py",8721,0,"",python,selection_command +10753,22308057,"utils/nn.py",8800,0,"",python,selection_command +10754,22308401,"utils/nn.py",8802,0,"",python,selection_command +10755,22308651,"utils/nn.py",8804,0,"",python,selection_command +10756,22308683,"utils/nn.py",8808,0,"",python,selection_command +10757,22308717,"utils/nn.py",8809,0,"",python,selection_command +10758,22308749,"utils/nn.py",8827,0,"",python,selection_command +10759,22308781,"utils/nn.py",8828,0,"",python,selection_command +10760,22308814,"utils/nn.py",8829,0,"",python,selection_command +10761,22308857,"utils/nn.py",8839,0,"",python,selection_command +10762,22309595,"utils/nn.py",8829,0,"",python,selection_command +10763,22310623,"utils/nn.py",8750,0,"",python,selection_command +10764,22310875,"utils/nn.py",8711,0,"",python,selection_command +10765,22313753,"utils/nn.py",8688,0,"",python,selection_command +10766,22403259,"utils/nn.py",7045,0,"",python,selection_command +10767,22403381,"utils/nn.py",5680,0,"",python,selection_command +10768,22404132,"utils/nn.py",4193,0,"",python,selection_command +10769,22405052,"utils/nn.py",4169,0,"",python,selection_command +10770,22405310,"utils/nn.py",4155,0,"",python,selection_command +10771,22405329,"utils/nn.py",4137,0,"",python,selection_command +10772,22405363,"utils/nn.py",4104,0,"",python,selection_command +10773,22405393,"utils/nn.py",4095,0,"",python,selection_command +10774,22405428,"utils/nn.py",4094,0,"",python,selection_command +10775,22405461,"utils/nn.py",4085,0,"",python,selection_command +10776,22405492,"utils/nn.py",4076,0,"",python,selection_command +10777,22405594,"utils/nn.py",4066,0,"",python,selection_command +10778,22405595,"utils/nn.py",4035,0,"",python,selection_command +10779,22405677,"utils/nn.py",4008,0,"",python,selection_command +10780,22405677,"utils/nn.py",3977,0,"",python,selection_command +10781,22405678,"utils/nn.py",3948,0,"",python,selection_command +10782,22405711,"utils/nn.py",3918,0,"",python,selection_command +10783,22405728,"utils/nn.py",3909,0,"",python,selection_command +10784,22405761,"utils/nn.py",3888,0,"",python,selection_command +10785,22405794,"utils/nn.py",3870,0,"",python,selection_command +10786,22405826,"utils/nn.py",3831,0,"",python,selection_command +10787,22405883,"utils/nn.py",3797,0,"",python,selection_command +10788,22405893,"utils/nn.py",3760,0,"",python,selection_command +10789,22405928,"utils/nn.py",3731,0,"",python,selection_command +10790,22405961,"utils/nn.py",3694,0,"",python,selection_command +10791,22405995,"utils/nn.py",3685,0,"",python,selection_command +10792,22406028,"utils/nn.py",3675,0,"",python,selection_command +10793,22406062,"utils/nn.py",3637,0,"",python,selection_command +10794,22406096,"utils/nn.py",3604,0,"",python,selection_command +10795,22406251,"utils/nn.py",3568,0,"",python,selection_command +10796,22406806,"utils/nn.py",8696,0,"",python,selection_command +10797,22407142,"utils/nn.py",3568,0,"",python,selection_command +10798,22408207,"utils/nn.py",8696,0,"",python,selection_command +10799,22408820,"utils/nn.py",3568,0,"",python,selection_command +10800,22409975,"utils/nn.py",8696,0,"",python,selection_command +10801,22411206,"utils/nn.py",8696,1,"z",python,content +10802,22419064,"utils/nn.py",3568,0,"",python,selection_command +10803,22419327,"utils/nn.py",8696,0,"",python,selection_command +10804,22419880,"utils/nn.py",8697,0,"",python,selection_command +10805,22420111,"utils/nn.py",8697,0,"'",python,content +10806,22420112,"utils/nn.py",8698,0,"",python,selection_keyboard +10807,22420711,"utils/nn.py",8697,0,"",python,selection_command +10808,22421149,"utils/nn.py",8697,1,"",python,content +10809,22422466,"utils/nn.py",3568,0,"",python,selection_command +10810,22423522,"utils/nn.py",8696,0,"",python,selection_command +10811,22424290,"utils/nn.py",3568,0,"",python,selection_command +10812,22424815,"utils/nn.py",8696,0,"",python,selection_command +10813,22425341,"utils/nn.py",3568,0,"",python,selection_command +10814,22426968,"utils/nn.py",8696,0,"",python,selection_command +10815,22427861,"utils/nn.py",3568,0,"",python,selection_command +10816,22428485,"utils/nn.py",8696,0,"",python,selection_command +10817,22429009,"utils/nn.py",3568,0,"",python,selection_command +10818,22429394,"utils/nn.py",8696,0,"",python,selection_command +10819,22430203,"utils/nn.py",3568,0,"",python,selection_command +10820,22432757,"utils/nn.py",8696,0,"",python,selection_command +10821,22434923,"utils/nn.py",8721,0,"",python,selection_command +10822,22435090,"utils/nn.py",8800,0,"",python,selection_command +10823,22435304,"utils/nn.py",8839,0,"",python,selection_command +10824,22435427,"utils/nn.py",8857,0,"",python,selection_command +10825,22435594,"utils/nn.py",8893,0,"",python,selection_command +10826,22436099,"utils/nn.py",8918,0,"",python,selection_command +10827,22436349,"utils/nn.py",8996,0,"",python,selection_command +10828,22438000,"utils/nn.py",8918,0,"",python,selection_command +10829,22438232,"utils/nn.py",8893,0,"",python,selection_command +10830,22438255,"utils/nn.py",8857,0,"",python,selection_command +10831,22438287,"utils/nn.py",8839,0,"",python,selection_command +10832,22438321,"utils/nn.py",8800,0,"",python,selection_command +10833,22438357,"utils/nn.py",8721,0,"",python,selection_command +10834,22438448,"utils/nn.py",8696,0,"",python,selection_command +10835,22438448,"utils/nn.py",8640,0,"",python,selection_command +10836,22438455,"utils/nn.py",8603,0,"",python,selection_command +10837,22438489,"utils/nn.py",8552,0,"",python,selection_command +10838,22438521,"utils/nn.py",8537,0,"",python,selection_command +10839,22438554,"utils/nn.py",8528,0,"",python,selection_command +10840,22438588,"utils/nn.py",8526,0,"",python,selection_command +10841,22438622,"utils/nn.py",8503,0,"",python,selection_command +10842,22438654,"utils/nn.py",8473,0,"",python,selection_command +10843,22438687,"utils/nn.py",8431,0,"",python,selection_command +10844,22438722,"utils/nn.py",8390,0,"",python,selection_command +10845,22438753,"utils/nn.py",8352,0,"",python,selection_command +10846,22438786,"utils/nn.py",8314,0,"",python,selection_command +10847,22438820,"utils/nn.py",8304,0,"",python,selection_command +10848,22438854,"utils/nn.py",8281,0,"",python,selection_command +10849,22438971,"utils/nn.py",8251,0,"",python,selection_command +10850,22438971,"utils/nn.py",8209,0,"",python,selection_command +10851,22438972,"utils/nn.py",8170,0,"",python,selection_command +10852,22438988,"utils/nn.py",8130,0,"",python,selection_command +10853,22439040,"utils/nn.py",8092,0,"",python,selection_command +10854,22439061,"utils/nn.py",8082,0,"",python,selection_command +10855,22439107,"utils/nn.py",8056,0,"",python,selection_command +10856,22439121,"utils/nn.py",8033,0,"",python,selection_command +10857,22439155,"utils/nn.py",8018,0,"",python,selection_command +10858,22439190,"utils/nn.py",7960,0,"",python,selection_command +10859,22439252,"utils/nn.py",7907,0,"",python,selection_command +10860,22439256,"utils/nn.py",7877,0,"",python,selection_command +10861,22439314,"utils/nn.py",7835,0,"",python,selection_command +10862,22439321,"utils/nn.py",7796,0,"",python,selection_command +10863,22439355,"utils/nn.py",7755,0,"",python,selection_command +10864,22439393,"utils/nn.py",7715,0,"",python,selection_command +10865,22439494,"utils/nn.py",7677,0,"",python,selection_command +10866,22439494,"utils/nn.py",7619,0,"",python,selection_command +10867,22440249,"utils/nn.py",7620,0,"",python,selection_command +10868,22440544,"utils/nn.py",7621,0,"",python,selection_command +10869,22440544,"utils/nn.py",7622,0,"",python,selection_command +10870,22440702,"utils/nn.py",7623,0,"",python,selection_command +10871,22440888,"utils/nn.py",7624,0,"",python,selection_command +10872,22441119,"utils/nn.py",7624,1,"t",python,selection_command +10873,22441200,"utils/nn.py",7624,2,"te",python,selection_command +10874,22441454,"utils/nn.py",7624,3,"tem",python,selection_command +10875,22441464,"utils/nn.py",7624,4,"temp",python,selection_command +10876,22441499,"utils/nn.py",7624,5,"tempo",python,selection_command +10877,22441593,"utils/nn.py",7624,6,"tempor",python,selection_command +10878,22441593,"utils/nn.py",7624,7,"tempora",python,selection_command +10879,22441854,"utils/nn.py",7624,8,"temporal",python,selection_command +10880,22441932,"utils/nn.py",7624,8,"",python,content +10881,22442134,"utils/nn.py",7624,0,"s",python,content +10882,22442134,"utils/nn.py",7625,0,"",python,selection_keyboard +10883,22442244,"utils/nn.py",7625,0,"p",python,content +10884,22442244,"utils/nn.py",7626,0,"",python,selection_keyboard +10885,22442314,"utils/nn.py",7626,0,"a",python,content +10886,22442314,"utils/nn.py",7627,0,"",python,selection_keyboard +10887,22442412,"utils/nn.py",7627,0,"t",python,content +10888,22442413,"utils/nn.py",7628,0,"",python,selection_keyboard +10889,22442493,"utils/nn.py",7628,0,"i",python,content +10890,22442494,"utils/nn.py",7629,0,"",python,selection_keyboard +10891,22442640,"utils/nn.py",7629,0,"a",python,content +10892,22442640,"utils/nn.py",7630,0,"",python,selection_keyboard +10893,22442664,"utils/nn.py",7630,0,"l",python,content +10894,22442664,"utils/nn.py",7631,0,"",python,selection_keyboard +10895,22442802,"utils/nn.py",7630,0,"",python,selection_command +10896,22443762,"utils/nn.py",8695,0,"",python,selection_keyboard +10897,22444085,"utils/nn.py",8720,0,"",python,selection_command +10898,22444336,"utils/nn.py",8799,0,"",python,selection_command +10899,22444366,"utils/nn.py",8838,0,"",python,selection_command +10900,22444398,"utils/nn.py",8856,0,"",python,selection_command +10901,22444437,"utils/nn.py",8892,0,"",python,selection_command +10902,22444469,"utils/nn.py",8917,0,"",python,selection_command +10903,22444639,"utils/nn.py",8995,0,"",python,selection_command +10904,22445267,"utils/nn.py",9033,0,"",python,selection_command +10905,22445422,"utils/nn.py",9051,0,"",python,selection_command +10906,22445745,"utils/nn.py",9081,0,"",python,selection_command +10907,22447492,"utils/nn.py",9051,0,"",python,selection_command +10908,22447745,"utils/nn.py",9033,0,"",python,selection_command +10909,22447753,"utils/nn.py",8995,0,"",python,selection_command +10910,22447786,"utils/nn.py",8917,0,"",python,selection_command +10911,22447822,"utils/nn.py",8892,0,"",python,selection_command +10912,22447855,"utils/nn.py",8856,0,"",python,selection_command +10913,22447891,"utils/nn.py",8838,0,"",python,selection_command +10914,22447922,"utils/nn.py",8799,0,"",python,selection_command +10915,22447959,"utils/nn.py",8720,0,"",python,selection_command +10916,22447989,"utils/nn.py",8695,0,"",python,selection_command +10917,22448021,"utils/nn.py",8639,0,"",python,selection_command +10918,22448055,"utils/nn.py",8602,0,"",python,selection_command +10919,22448089,"utils/nn.py",8551,0,"",python,selection_command +10920,22448120,"utils/nn.py",8536,0,"",python,selection_command +10921,22448168,"utils/nn.py",8527,0,"",python,selection_command +10922,22448189,"utils/nn.py",8525,0,"",python,selection_command +10923,22448223,"utils/nn.py",8502,0,"",python,selection_command +10924,22448257,"utils/nn.py",8472,0,"",python,selection_command +10925,22448288,"utils/nn.py",8430,0,"",python,selection_command +10926,22448323,"utils/nn.py",8389,0,"",python,selection_command +10927,22448356,"utils/nn.py",8351,0,"",python,selection_command +10928,22448388,"utils/nn.py",8313,0,"",python,selection_command +10929,22448420,"utils/nn.py",8303,0,"",python,selection_command +10930,22448621,"utils/nn.py",8280,0,"",python,selection_command +10931,22448889,"utils/nn.py",8250,0,"",python,selection_command +10932,22448903,"utils/nn.py",8208,0,"",python,selection_command +10933,22448931,"utils/nn.py",8169,0,"",python,selection_command +10934,22448969,"utils/nn.py",8129,0,"",python,selection_command +10935,22449003,"utils/nn.py",8091,0,"",python,selection_command +10936,22449047,"utils/nn.py",8081,0,"",python,selection_command +10937,22449122,"utils/nn.py",8032,0,"",python,selection_command +10938,22449137,"utils/nn.py",8017,0,"",python,selection_command +10939,22449172,"utils/nn.py",7959,0,"",python,selection_command +10940,22449206,"utils/nn.py",7906,0,"",python,selection_command +10941,22449247,"utils/nn.py",7876,0,"",python,selection_command +10942,22449276,"utils/nn.py",7834,0,"",python,selection_command +10943,22449306,"utils/nn.py",7795,0,"",python,selection_command +10944,22449340,"utils/nn.py",7754,0,"",python,selection_command +10945,22449374,"utils/nn.py",7714,0,"",python,selection_command +10946,22449406,"utils/nn.py",7676,0,"",python,selection_command +10947,22449440,"utils/nn.py",7619,0,"",python,selection_command +10948,22449474,"utils/nn.py",7609,0,"",python,selection_command +10949,22449507,"utils/nn.py",7583,0,"",python,selection_command +10950,22449540,"utils/nn.py",7560,0,"",python,selection_command +10951,22449575,"utils/nn.py",7545,0,"",python,selection_command +10952,22449609,"utils/nn.py",7487,0,"",python,selection_command +10953,22449641,"utils/nn.py",7434,0,"",python,selection_command +10954,22449674,"utils/nn.py",7404,0,"",python,selection_command +10955,22449709,"utils/nn.py",7362,0,"",python,selection_command +10956,22449741,"utils/nn.py",7323,0,"",python,selection_command +10957,22449775,"utils/nn.py",7282,0,"",python,selection_command +10958,22449806,"utils/nn.py",7242,0,"",python,selection_command +10959,22449841,"utils/nn.py",7204,0,"",python,selection_command +10960,22449874,"utils/nn.py",7146,0,"",python,selection_command +10961,22449905,"utils/nn.py",7136,0,"",python,selection_command +10962,22449947,"utils/nn.py",7113,0,"",python,selection_command +10963,22449983,"utils/nn.py",7083,0,"",python,selection_command +10964,22450016,"utils/nn.py",7041,0,"",python,selection_command +10965,22450043,"utils/nn.py",7000,0,"",python,selection_command +10966,22450076,"utils/nn.py",6965,0,"",python,selection_command +10967,22450111,"utils/nn.py",6956,0,"",python,selection_command +10968,22450591,"utils/nn.py",6965,0,"",python,selection_command +10969,22452704,"utils/nn.py",3568,0,"",python,selection_command +10970,22454643,"utils/nn.py",576,0,"",python,selection_command +10971,22562672,"utils/nn.py",6965,0,"",python,selection_command +10972,22566820,"utils/nn.py",6969,0,"",python,selection_command +10973,22568337,"utils/nn.py",4155,0,"",python,selection_command +10974,22568827,"utils/nn.py",1225,0,"",python,selection_command +10975,22569842,"utils/nn.py",0,0,"",python,selection_command +10976,22570585,"utils/nn.py",3033,0,"",python,selection_command +10977,22572182,"utils/nn.py",0,0,"",python,selection_command +10978,22583419,"utils/nn.py",1528,0,"",python,selection_command +10979,22592311,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nimport typing as tp\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax\n\nfrom flax import nnx\nfrom flax.nnx import rnglib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import dtypes, initializers\nfrom flax.typing import (\n Array,\n Dtype,\n Initializer,\n Axes,\n)\n\n\ndef _canonicalize_axes(rank: int, axes: Axes) -> tp.Tuple[int, ...]:\n """"""Returns a tuple of deduplicated, sorted, and positive axes.""""""\n if not isinstance(axes, tp.Iterable):\n axes = (axes,)\n return tuple({rank + axis if axis < 0 else axis for axis in axes})\n\n\ndef _abs_sq(x):\n """"""Computes the elementwise square of the absolute value |x|^2.""""""\n if jnp.iscomplexobj(x):\n return lax.square(lax.real(x)) + lax.square(lax.imag(x))\n else:\n return lax.square(x)\n\n\ndef _compute_stats(\n x: Array,\n axes: Axes,\n dtype: tp.Optional[Dtype],\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_mean: bool = True,\n use_fast_variance: bool = True,\n mask: tp.Optional[Array] = None,\n):\n """"""Computes mean and variance statistics.\n\n This implementation takes care of a few important details:\n - Computes in float32 precision for stability in half precision training.\n - If ``use_fast_variance`` is ``True``, mean and variance are computed using\n Var = E[|x|^2] - |E[x]|^2, instead of Var = E[|x - E[x]|^2]), in a single\n XLA fusion.\n - Clips negative variances to zero which can happen due to\n roundoff errors. This avoids downstream NaNs.\n - Supports averaging across a parallel axis and subgroups of a parallel axis\n with a single ``lax.pmean`` call to avoid latency.\n\n Arguments:\n x: Input array.\n axes: The axes in ``x`` to compute mean and variance statistics for.\n dtype: Optional dtype specifying the minimal precision. Statistics are\n always at least float32 for stability (default: dtype of x).\n axis_name: Optional name for the pmapped axis to compute mean over. Note,\n this is only used for pmap and shard map. For SPMD jit, you do not need to\n manually synchronize. Just make sure that the axes are correctly annotated\n and XLA:SPMD will insert the necessary collectives.\n axis_index_groups: Optional axis indices.\n use_mean: If true, calculate the mean from the input and use it when\n computing the variance. If false, set the mean to zero and compute the\n variance without subtracting the mean.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n A pair ``(mean, var)``.\n """"""\n if dtype is None:\n dtype = jnp.result_type(x)\n # promote x to at least float32, this avoids half precision computation\n # but preserves double or complex floating points\n dtype = jnp.promote_types(dtype, jnp.float32)\n x = jnp.asarray(x, dtype)\n axes = _canonicalize_axes(x.ndim, axes)\n\n def maybe_distributed_mean(*xs, mask=None):\n mus = tuple(x.mean(axes, where=mask) for x in xs)\n if axis_name is None:\n return mus if len(xs) > 1 else mus[0]\n else:\n # In the distributed case we stack multiple arrays to speed comms.\n if len(xs) > 1:\n reduced_mus = lax.pmean(\n jnp.stack(mus, axis=0),\n axis_name,\n axis_index_groups=axis_index_groups,\n )\n return tuple(reduced_mus[i] for i in range(len(xs)))\n else:\n return lax.pmean(mus[0], axis_name, axis_index_groups=axis_index_groups)\n\n if use_mean:\n if use_fast_variance:\n mu, mu2 = maybe_distributed_mean(x, _abs_sq(x), mask=mask)\n # mean2 - _abs_sq(mean) is not guaranteed to be non-negative due\n # to floating point round-off errors.\n var = jnp.maximum(0.0, mu2 - _abs_sq(mu))\n else:\n mu = maybe_distributed_mean(x, mask=mask)\n var = maybe_distributed_mean(\n _abs_sq(x - jnp.expand_dims(mu, axes)), mask=mask\n )\n else:\n var = maybe_distributed_mean(_abs_sq(x), mask=mask)\n mu = jnp.zeros_like(var)\n return mu, var\n\n\ndef _normalize(\n x: Array,\n mean: Array,\n var: Array,\n scale: tp.Optional[Array],\n bias: tp.Optional[Array],\n reduction_axes: Axes,\n feature_axes: Axes,\n dtype: tp.Optional[Dtype],\n epsilon: float,\n):\n """""" ""Normalizes the input of a normalization layer and optionally applies a learned scale and bias.\n\n Arguments:\n x: The input.\n mean: Mean to use for normalization.\n var: Variance to use for normalization.\n reduction_axes: The axes in ``x`` to reduce.\n feature_axes: Axes containing features. A separate bias and scale is learned\n for each specified feature.\n dtype: The dtype of the result (default: infer from input and params).\n epsilon: Normalization epsilon.\n\n Returns:\n The normalized input.\n """"""\n reduction_axes = _canonicalize_axes(x.ndim, reduction_axes)\n feature_axes = _canonicalize_axes(x.ndim, feature_axes)\n stats_shape = list(x.shape)\n for axis in reduction_axes:\n stats_shape[axis] = 1\n mean = mean.reshape(stats_shape)\n var = var.reshape(stats_shape)\n feature_shape = [1] * x.ndim\n for ax in feature_axes:\n feature_shape[ax] = x.shape[ax]\n y = x - mean\n mul = lax.rsqrt(var + epsilon)\n args = [x]\n if scale is not None:\n scale = scale.reshape(feature_shape)\n mul *= scale\n args.append(scale)\n y *= mul\n if bias is not None:\n bias = bias.reshape(feature_shape)\n y += bias\n args.append(bias)\n dtype = dtypes.canonicalize_dtype(*args, dtype=dtype)\n return jnp.asarray(y, dtype)\n\n\nclass BatchNorm(Module):\n """"""BatchNorm Module.\n\n To calculate the batch norm on the input and update the batch statistics,\n call the :func:`train` method (or pass in ``use_running_average=False`` in\n the constructor or during call time).\n\n To use the stored batch statistics' running average, call the :func:`eval`\n method (or pass in ``use_running_average=True`` in the constructor or\n during call time).\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> x = jax.random.normal(jax.random.key(0), (5, 6))\n >>> layer = nnx.BatchNorm(num_features=6, momentum=0.9, epsilon=1e-5,\n ... dtype=jnp.float32, rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(layer))\n State({\n 'bias': VariableState(\n type=Param,\n value=(6,)\n ),\n 'mean': VariableState(\n type=BatchStat,\n value=(6,)\n ),\n 'scale': VariableState(\n type=Param,\n value=(6,)\n ),\n 'var': VariableState(\n type=BatchStat,\n value=(6,)\n )\n })\n\n >>> # calculate batch norm on input and update batch statistics\n >>> layer.train()\n >>> y = layer(x)\n >>> batch_stats1 = nnx.state(layer, nnx.BatchStat)\n >>> y = layer(x)\n >>> batch_stats2 = nnx.state(layer, nnx.BatchStat)\n >>> assert (batch_stats1['mean'].value != batch_stats2['mean'].value).all()\n >>> assert (batch_stats1['var'].value != batch_stats2['var'].value).all()\n\n >>> # use stored batch statistics' running average\n >>> layer.eval()\n >>> y = layer(x)\n >>> batch_stats3 = nnx.state(layer, nnx.BatchStat)\n >>> assert (batch_stats2['mean'].value == batch_stats3['mean'].value).all()\n >>> assert (batch_stats2['var'].value == batch_stats3['var'].value).all()\n\n Args:\n num_features: the number of input features.\n use_running_average: if True, the stored batch statistics will be\n used instead of computing the batch statistics on the input.\n axis: the feature or non-batch axis of the input.\n momentum: decay rate for the exponential moving average of\n the batch statistics.\n epsilon: a small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: if True, bias (beta) is added.\n use_scale: if True, multiply by scale (gamma).\n When the next layer is linear (also e.g. nn.relu), this can be disabled\n since the scaling will be done by the next layer.\n bias_init: initializer for bias, by default, zero.\n scale_init: initializer for scale, by default, one.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over\n the examples on the first two and last two devices. See ``jax.lax.psum``\n for more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('mean', 'var', 'scale', 'bias')\n\n def __init__(\n self,\n num_features: int,\n *,\n use_running_average: bool = False,\n axis: int = -1,\n momentum: float = 0.99,\n epsilon: float = 1e-5,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_bias: bool = True,\n use_scale: bool = True,\n bias_init: Initializer = initializers.zeros_init(),\n scale_init: Initializer = initializers.ones_init(),\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n feature_shape = (num_features,)\n self.mean = nnx.BatchStat(jnp.zeros(feature_shape, jnp.float32))\n self.var = nnx.BatchStat(jnp.ones(feature_shape, jnp.float32))\n\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n key = rngs.params()\n self.bias = nnx.Param(bias_init(key, feature_shape, param_dtype))\n else:\n self.bias = None\n\n self.num_features = num_features\n self.use_running_average = use_running_average\n self.axis = axis\n self.momentum = momentum\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_bias = use_bias\n self.use_scale = use_scale\n self.bias_init = bias_init\n self.scale_init = scale_init\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(\n self,\n x,\n use_running_average: tp.Optional[bool] = None,\n *,\n mask: tp.Optional[jax.Array] = None,\n ):\n """"""Normalizes the input using batch statistics.\n\n Args:\n x: the input to be normalized.\n use_running_average: if true, the stored batch statistics will be\n used instead of computing the batch statistics on the input. The\n ``use_running_average`` flag passed into the call method will take\n precedence over the ``use_running_average`` flag passed into the\n constructor.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n\n use_running_average = first_from(\n use_running_average,\n self.use_running_average,\n error_msg=""""""No `use_running_average` argument was provided to BatchNorm\n as either a __call__ argument, class attribute, or nnx.flag."""""",\n )\n feature_axes = _canonicalize_axes(x.ndim, self.axis)\n reduction_axes = tuple(i for i in range(x.ndim) if i not in feature_axes)\n\n if use_running_average:\n mean, var = self.mean.value, self.var.value\n else:\n mean, var = _compute_stats(\n x,\n reduction_axes,\n dtype=self.dtype,\n axis_name=self.axis_name,\n axis_index_groups=self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n\n self.mean[...] = (\n self.momentum * self.mean.value + (1 - self.momentum) * mean\n )\n self.var[...] = self.momentum * self.var.value + (1 - self.momentum) * var\n\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n self.bias.value if self.bias else None,\n reduction_axes,\n feature_axes,\n self.dtype,\n self.epsilon,\n )\n\n\nclass LayerNorm(Module):\n """"""Layer normalization (https://arxiv.org/abs/1607.06450).\n\n LayerNorm normalizes the activations of the layer for each given example in a\n batch independently, rather than across a batch like Batch Normalization.\n i.e. applies a transformation that maintains the mean activation within\n each example close to 0 and the activation standard deviation close to 1.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> x = jax.random.normal(jax.random.key(0), (3, 4, 5, 6))\n >>> layer = nnx.LayerNorm(num_features=6, rngs=nnx.Rngs(0))\n\n >>> nnx.state(layer)\n State({\n 'bias': VariableState( # 6 (24 B)\n type=Param,\n value=Array([0., 0., 0., 0., 0., 0.], dtype=float32)\n ),\n 'scale': VariableState( # 6 (24 B)\n type=Param,\n value=Array([1., 1., 1., 1., 1., 1.], dtype=float32)\n )\n })\n\n >>> y = layer(x)\n\n Args:\n num_features: the number of input features.\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: If True, bias (beta) is added.\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nnx.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: Initializer for bias, by default, zero.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: Axes for computing normalization statistics.\n feature_axes: Feature axes for learned bias and scaling.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over\n the examples on the first two and last two devices. See ``jax.lax.psum``\n for more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('scale', 'bias')\n\n def __init__(\n self,\n num_features: int,\n *,\n epsilon: float = 1e-6,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_bias: bool = True,\n use_scale: bool = True,\n bias_init: Initializer = initializers.zeros_init(),\n scale_init: Initializer = initializers.ones_init(),\n reduction_axes: Axes = -1,\n feature_axes: Axes = -1,\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n feature_shape = (num_features,)\n\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n key = rngs.params()\n self.bias = nnx.Param(bias_init(key, feature_shape, param_dtype))\n else:\n self.bias = None\n\n self.num_features = num_features\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_bias = use_bias\n self.use_scale = use_scale\n self.bias_init = bias_init\n self.scale_init = scale_init\n self.reduction_axes = reduction_axes\n self.feature_axes = feature_axes\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(self, x, *, mask: tp.Optional[jax.Array] = None):\n """"""Applies layer normalization on the input.\n\n Args:\n x: the inputs\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n mean, var = _compute_stats(\n x,\n self.reduction_axes,\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n self.bias.value if self.bias else None,\n self.reduction_axes,\n self.feature_axes,\n self.dtype,\n self.epsilon,\n )\n\n\nclass RMSNorm(Module):\n """"""RMS Layer normalization (https://arxiv.org/abs/1910.07467).\n\n RMSNorm normalizes the activations of the layer for each given example in a\n batch independently, rather than across a batch like Batch Normalization.\n Unlike LayerNorm which re-centers the mean to be 0 and normalizes by the\n standard deviation of the activations, RMSNorm does not re-center at all\n and instead normalizes by the root mean square of the activations.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n\n >>> x = jax.random.normal(jax.random.key(0), (5, 6))\n >>> layer = nnx.RMSNorm(num_features=6, rngs=nnx.Rngs(0))\n\n >>> nnx.state(layer)\n State({\n 'scale': VariableState( # 6 (24 B)\n type=Param,\n value=Array([1., 1., 1., 1., 1., 1.], dtype=float32)\n )\n })\n\n >>> y = layer(x)\n\n Args:\n num_features: the number of input features.\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: Axes for computing normalization statistics.\n feature_axes: Feature axes for learned bias and scaling.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over\n the examples on the first two and last two devices. See ``jax.lax.psum``\n for more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('scale',)\n\n def __init__(\n self,\n num_features: int,\n *,\n epsilon: float = 1e-6,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_scale: bool = True,\n scale_init: Initializer = initializers.ones,\n reduction_axes: Axes = -1,\n feature_axes: Axes = -1,\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n feature_shape = (num_features,)\n\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.num_features = num_features\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_scale = use_scale\n self.scale_init = scale_init\n self.reduction_axes = reduction_axes\n self.feature_axes = feature_axes\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(self, x, mask: tp.Optional[jax.Array] = None):\n """"""Applies layer normalization on the input.\n\n Args:\n x: the inputs\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n mean, var = _compute_stats(\n x,\n self.reduction_axes,\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_mean=False,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n None,\n self.reduction_axes,\n self.feature_axes,\n self.dtype,\n self.epsilon,\n )\n\nclass GroupNorm(Module):\n """"""Group normalization (arxiv.org/abs/1803.08494).\n\n This op is similar to batch normalization, but statistics are shared across\n equally-sized groups of channels and not shared across batch dimension.\n Thus, group normalization does not depend on the batch composition and does\n not require maintaining internal state for storing statistics.\n The user should either specify the total number of channel groups or the\n number of channels per group.\n\n .. note::\n LayerNorm is a special case of GroupNorm where ``num_groups=1``.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax\n >>> import numpy as np\n ...\n >>> x = jax.random.normal(jax.random.key(0), (3, 4, 5, 6))\n >>> layer = nnx.GroupNorm(num_features=6, num_groups=3, rngs=nnx.Rngs(0))\n >>> nnx.state(layer)\n State({\n 'bias': VariableState( # 6 (24 B)\n type=Param,\n value=Array([0., 0., 0., 0., 0., 0.], dtype=float32)\n ),\n 'scale': VariableState( # 6 (24 B)\n type=Param,\n value=Array([1., 1., 1., 1., 1., 1.], dtype=float32)\n )\n })\n >>> y = layer(x)\n ...\n >>> y = nnx.GroupNorm(num_features=6, num_groups=1, rngs=nnx.Rngs(0))(x)\n >>> y2 = nnx.LayerNorm(num_features=6, reduction_axes=(1, 2, 3), rngs=nnx.Rngs(0))(x)\n >>> np.testing.assert_allclose(y, y2)\n\n Args:\n num_features: the number of input features/channels.\n num_groups: the total number of channel groups. The default value of 32 is\n proposed by the original group normalization paper.\n group_size: the number of channels in a group.\n epsilon: A small float added to variance to avoid dividing by zero.\n dtype: the dtype of the result (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n use_bias: If True, bias (beta) is added.\n use_scale: If True, multiply by scale (gamma). When the next layer is linear\n (also e.g. nn.relu), this can be disabled since the scaling will be done\n by the next layer.\n bias_init: Initializer for bias, by default, zero.\n scale_init: Initializer for scale, by default, one.\n reduction_axes: List of axes used for computing normalization statistics.\n This list must include the final dimension, which is assumed to be the\n feature axis. Furthermore, if the input used at call time has additional\n leading axes compared to the data used for initialisation, for example due\n to batching, then the reduction axes need to be defined explicitly.\n axis_name: the axis name used to combine batch statistics from multiple\n devices. See ``jax.pmap`` for a description of axis names (default: None).\n This is only needed if the model is subdivided across devices, i.e. the\n array being normalized is sharded across devices within a pmap or shard\n map. For SPMD jit, you do not need to manually synchronize. Just make sure\n that the axes are correctly annotated and XLA:SPMD will insert the\n necessary collectives.\n axis_index_groups: groups of axis indices within that named axis\n representing subsets of devices to reduce over (default: None). For\n example, ``[[0, 1], [2, 3]]`` would independently batch-normalize over the\n examples on the first two and last two devices. See ``jax.lax.psum`` for\n more details.\n use_fast_variance: If true, use a faster, but less numerically stable,\n calculation for the variance.\n rngs: rng key.\n """"""\n\n __data__ = ('scale', 'bias')\n\n def __init__(\n self,\n num_features: int,\n num_groups: tp.Optional[int] = 32,\n group_size: tp.Optional[int] = None,\n *,\n epsilon: float = 1e-6,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n use_bias: bool = True,\n use_scale: bool = True,\n bias_init: Initializer = initializers.zeros_init(),\n scale_init: Initializer = initializers.ones_init(),\n reduction_axes: tp.Optional[Axes] = None,\n axis_name: tp.Optional[str] = None,\n axis_index_groups: tp.Any = None,\n use_fast_variance: bool = True,\n rngs: rnglib.Rngs,\n ):\n self.feature_axis = -1\n\n if (num_groups is None and group_size is None) or (\n num_groups is not None and group_size is not None\n ):\n raise ValueError(\n 'Either `num_groups` or `group_size` should be '\n 'specified. If `group_size` is to be specified, '\n 'pass `num_groups=None` as argument to override '\n 'the default `num_groups` value of 32.'\n )\n\n if group_size is not None:\n if num_features % group_size != 0:\n raise ValueError(\n 'Number of features ({}) is not multiple of the '\n 'group size ({}).'.format(num_features, group_size)\n )\n self.num_groups = num_features // group_size\n self.group_size = group_size\n else:\n if not isinstance(num_groups, int) or num_groups <= 0 or (\n num_features % num_groups != 0\n ):\n raise ValueError(\n 'Number of groups ({}) does not divide the number'\n ' of channels ({}).'.format(num_groups, num_features)\n )\n self.num_groups = num_groups\n self.group_size = num_features // num_groups\n\n feature_shape = (num_features,)\n self.scale: nnx.Param[jax.Array] | None\n if use_scale:\n key = rngs.params()\n self.scale = nnx.Param(scale_init(key, feature_shape, param_dtype))\n else:\n self.scale = None\n\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n key = rngs.params()\n self.bias = nnx.Param(bias_init(key, feature_shape, param_dtype))\n else:\n self.bias = None\n\n self.epsilon = epsilon\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.use_bias = use_bias\n self.use_scale = use_scale\n self.bias_init = bias_init\n self.scale_init = scale_init\n self.reduction_axes = reduction_axes\n self.axis_name = axis_name\n self.axis_index_groups = axis_index_groups\n self.use_fast_variance = use_fast_variance\n\n def __call__(self, x, *, mask: tp.Optional[jax.Array] = None):\n """"""Applies group normalization to the input (arxiv.org/abs/1803.08494).\n\n Args:\n x: the input of shape ``...self.num_features`` where ``self.num_features``\n is a channels dimension and ``...`` represents an arbitrary number of\n extra dimensions that can be used to accumulate statistics over. If no\n reduction axes have been specified then all additional dimensions ``...``\n will be used to accumulate statistics apart from the leading dimension\n which is assumed to represent the batch.\n mask: Binary array of shape broadcastable to ``inputs`` tensor, indicating\n the positions for which the mean and variance should be computed.\n\n Returns:\n Normalized inputs (the same shape as inputs).\n """"""\n if self.reduction_axes is not None:\n reduction_axes = self.reduction_axes\n else:\n reduction_axes = list(range(1, x.ndim - 1)) + [-1]\n reduction_axes = _canonicalize_axes(x.ndim, reduction_axes)\n\n group_shape = x.shape[:-1] + (self.num_groups, self.group_size)\n if mask is not None:\n mask = mask.reshape(mask.shape[:-1] + (self.num_groups, self.group_size))\n\n mean, var = _compute_stats(\n x.reshape(group_shape),\n list(reduction_axes[:-1]) + [-1],\n self.dtype,\n self.axis_name,\n self.axis_index_groups,\n use_fast_variance=self.use_fast_variance,\n mask=mask,\n )\n mean = jnp.repeat(mean, self.group_size, axis=1)\n var = jnp.repeat(var, self.group_size, axis=1)\n return _normalize(\n x,\n mean,\n var,\n self.scale.value if self.scale else None,\n self.bias.value if self.bias else None,\n reduction_axes[:-1],\n (self.feature_axis,),\n self.dtype,\n self.epsilon,\n )",python,tab +10980,22592311,".venv/lib/python3.10/site-packages/flax/nnx/nn/normalization.py",12923,0,"",python,selection_command +10981,22598336,"utils/nn.py",0,0,"",python,tab +10982,22598336,"utils/nn.py",1528,0,"",python,selection_command +10983,22822444,"utils/nn.py",8695,0,"",python,selection_command +10984,22823351,"utils/nn.py",8639,0,"",python,selection_command +10985,22823633,"utils/nn.py",8602,0,"",python,selection_command +10986,22823634,"utils/nn.py",8551,0,"",python,selection_command +10987,22823651,"utils/nn.py",8536,0,"",python,selection_command +10988,22823812,"utils/nn.py",8527,0,"",python,selection_command +10989,22823813,"utils/nn.py",8525,0,"",python,selection_command +10990,22823813,"utils/nn.py",8502,0,"",python,selection_command +10991,22823813,"utils/nn.py",8472,0,"",python,selection_command +10992,22823817,"utils/nn.py",8430,0,"",python,selection_command +10993,22823853,"utils/nn.py",8389,0,"",python,selection_command +10994,22823987,"utils/nn.py",8351,0,"",python,selection_command +10995,22823988,"utils/nn.py",8313,0,"",python,selection_command +10996,22823988,"utils/nn.py",8303,0,"",python,selection_command +10997,22823990,"utils/nn.py",8280,0,"",python,selection_command +10998,22824024,"utils/nn.py",8250,0,"",python,selection_command +10999,22824058,"utils/nn.py",8208,0,"",python,selection_command +11000,22824158,"utils/nn.py",8169,0,"",python,selection_command +11001,22824158,"utils/nn.py",8129,0,"",python,selection_command +11002,22824158,"utils/nn.py",8091,0,"",python,selection_command +11003,22824190,"utils/nn.py",8081,0,"",python,selection_command +11004,22824337,"utils/nn.py",8055,0,"",python,selection_command +11005,22824337,"utils/nn.py",8032,0,"",python,selection_command +11006,22824769,"utils/nn.py",8055,0,"",python,selection_command +11007,22825018,"utils/nn.py",8081,0,"",python,selection_command +11008,22825042,"utils/nn.py",8091,0,"",python,selection_command +11009,22825076,"utils/nn.py",8129,0,"",python,selection_command +11010,22825110,"utils/nn.py",8169,0,"",python,selection_command +11011,22825207,"utils/nn.py",8208,0,"",python,selection_command +11012,22825208,"utils/nn.py",8250,0,"",python,selection_command +11013,22825208,"utils/nn.py",8280,0,"",python,selection_command +11014,22825242,"utils/nn.py",8303,0,"",python,selection_command +11015,22825275,"utils/nn.py",8313,0,"",python,selection_command +11016,22825308,"utils/nn.py",8351,0,"",python,selection_command +11017,22825340,"utils/nn.py",8389,0,"",python,selection_command +11018,22825376,"utils/nn.py",8430,0,"",python,selection_command +11019,22825409,"utils/nn.py",8472,0,"",python,selection_command +11020,22825442,"utils/nn.py",8502,0,"",python,selection_command +11021,22825475,"utils/nn.py",8525,0,"",python,selection_command +11022,22825509,"utils/nn.py",8527,0,"",python,selection_command +11023,22825541,"utils/nn.py",8536,0,"",python,selection_command +11024,22825600,"utils/nn.py",8551,0,"",python,selection_command +11025,22825608,"utils/nn.py",8602,0,"",python,selection_command +11026,22825731,"utils/nn.py",8639,0,"",python,selection_command +11027,22825731,"utils/nn.py",8695,0,"",python,selection_command +11028,22825731,"utils/nn.py",8720,0,"",python,selection_command +11029,22825948,"utils/nn.py",8695,0,"",python,selection_command +11030,22826256,"utils/nn.py",8720,0,"",python,selection_command +11031,22826301,"utils/nn.py",8722,0,"",python,selection_command +11032,22826466,"utils/nn.py",8697,0,"",python,selection_command +11033,22826617,"utils/nn.py",8699,0,"",python,selection_command +11034,22826786,"utils/nn.py",8703,0,"",python,selection_command +11035,22826949,"utils/nn.py",8704,0,"",python,selection_command +11036,22827832,"utils/nn.py",8704,0,"s",python,content +11037,22827833,"utils/nn.py",8705,0,"",python,selection_keyboard +11038,22827959,"utils/nn.py",8705,0,"p",python,content +11039,22827960,"utils/nn.py",8706,0,"",python,selection_keyboard +11040,22828356,"utils/nn.py",8705,1,"",python,content +11041,22828417,"utils/nn.py",8704,1,"",python,content +11042,22828620,"utils/nn.py",8704,0,"t",python,content +11043,22828620,"utils/nn.py",8705,0,"",python,selection_keyboard +11044,22828712,"utils/nn.py",8705,0,"e",python,content +11045,22828712,"utils/nn.py",8706,0,"",python,selection_keyboard +11046,22828878,"utils/nn.py",8706,0,"m",python,content +11047,22828879,"utils/nn.py",8707,0,"",python,selection_keyboard +11048,22828879,"utils/nn.py",8707,0,"p",python,content +11049,22828879,"utils/nn.py",8708,0,"",python,selection_keyboard +11050,22828963,"utils/nn.py",8708,0,"o",python,content +11051,22828963,"utils/nn.py",8709,0,"",python,selection_keyboard +11052,22829048,"utils/nn.py",8709,0,"r",python,content +11053,22829048,"utils/nn.py",8710,0,"",python,selection_keyboard +11054,22829150,"utils/nn.py",8710,0,"a",python,content +11055,22829150,"utils/nn.py",8711,0,"",python,selection_keyboard +11056,22829231,"utils/nn.py",8711,0,"l",python,content +11057,22829232,"utils/nn.py",8712,0,"",python,selection_keyboard +11058,22829558,"utils/nn.py",8712,0,"_",python,content +11059,22829558,"utils/nn.py",8713,0,"",python,selection_keyboard +11060,22829770,"utils/nn.py",8712,0,"",python,selection_command +11061,22829927,"utils/nn.py",8746,0,"",python,selection_command +11062,22830120,"utils/nn.py",8825,0,"",python,selection_command +11063,22830150,"utils/nn.py",8855,0,"",python,selection_command +11064,22830175,"utils/nn.py",8882,0,"",python,selection_command +11065,22830211,"utils/nn.py",8916,0,"",python,selection_command +11066,22830238,"utils/nn.py",8943,0,"",python,selection_command +11067,22830528,"utils/nn.py",8916,0,"",python,selection_command +11068,22830684,"utils/nn.py",8915,0,"",python,selection_command +11069,22830841,"utils/nn.py",8914,0,"",python,selection_command +11070,22831189,"utils/nn.py",8910,0,"",python,selection_command +11071,22831624,"utils/nn.py",8910,0,"s",python,content +11072,22831624,"utils/nn.py",8911,0,"",python,selection_keyboard +11073,22831804,"utils/nn.py",8911,0,"p",python,content +11074,22831804,"utils/nn.py",8912,0,"",python,selection_keyboard +11075,22831859,"utils/nn.py",8912,0,"a",python,content +11076,22831860,"utils/nn.py",8913,0,"",python,selection_keyboard +11077,22832023,"utils/nn.py",8913,0,"t",python,content +11078,22832023,"utils/nn.py",8914,0,"",python,selection_keyboard +11079,22832100,"utils/nn.py",8914,0,"i",python,content +11080,22832100,"utils/nn.py",8915,0,"",python,selection_keyboard +11081,22832205,"utils/nn.py",8915,0,"a",python,content +11082,22832206,"utils/nn.py",8916,0,"",python,selection_keyboard +11083,22832299,"utils/nn.py",8916,0,"l",python,content +11084,22832299,"utils/nn.py",8917,0,"",python,selection_keyboard +11085,22832595,"utils/nn.py",8917,0,"_",python,content +11086,22832596,"utils/nn.py",8918,0,"",python,selection_keyboard +11087,22832793,"utils/nn.py",8917,0,"",python,selection_command +11088,22834530,"utils/nn.py",7208,0,"",python,selection_command +11089,22835253,"utils/nn.py",7246,0,"",python,selection_command +11090,22835318,"utils/nn.py",7286,0,"",python,selection_command +11091,22835692,"utils/nn.py",7246,0,"",python,selection_command +11092,22843418,"utils/nn.py",7208,0,"",python,selection_command +11093,22843563,"utils/nn.py",7150,0,"",python,selection_command +11094,22844243,"utils/nn.py",7208,0,"",python,selection_command +11095,22844497,"utils/nn.py",7246,0,"",python,selection_command +11096,22844605,"utils/nn.py",7286,0,"",python,selection_command +11097,22844605,"utils/nn.py",7327,0,"",python,selection_command +11098,22844605,"utils/nn.py",7366,0,"",python,selection_command +11099,22844615,"utils/nn.py",7408,0,"",python,selection_command +11100,22844648,"utils/nn.py",7438,0,"",python,selection_command +11101,22844945,"utils/nn.py",7491,0,"",python,selection_command +11102,22845195,"utils/nn.py",7549,0,"",python,selection_command +11103,22845249,"utils/nn.py",7564,0,"",python,selection_command +11104,22845280,"utils/nn.py",7587,0,"",python,selection_command +11105,22845297,"utils/nn.py",7609,0,"",python,selection_command +11106,22845324,"utils/nn.py",7623,0,"",python,selection_command +11107,22845350,"utils/nn.py",7680,0,"",python,selection_command +11108,22845381,"utils/nn.py",7718,0,"",python,selection_command +11109,22845415,"utils/nn.py",7758,0,"",python,selection_command +11110,22845449,"utils/nn.py",7799,0,"",python,selection_command +11111,22845483,"utils/nn.py",7838,0,"",python,selection_command +11112,22845515,"utils/nn.py",7880,0,"",python,selection_command +11113,22845549,"utils/nn.py",7910,0,"",python,selection_command +11114,22845659,"utils/nn.py",7963,0,"",python,selection_command +11115,22845660,"utils/nn.py",8021,0,"",python,selection_command +11116,22845660,"utils/nn.py",8036,0,"",python,selection_command +11117,22845683,"utils/nn.py",8059,0,"",python,selection_command +11118,22845854,"utils/nn.py",8081,0,"",python,selection_command +11119,22846206,"utils/nn.py",8082,0,"\n ",python,content +11120,22848829,"utils/nn.py",8083,8,"",python,content +11121,22849525,"utils/nn.py",8083,1,"",python,content +11122,22849525,"utils/nn.py",8091,0,"",python,selection_command +11123,22849609,"utils/nn.py",8081,0,"",python,selection_command +11124,22850048,"utils/nn.py",8055,0,"",python,selection_command +11125,22850195,"utils/nn.py",8017,0,"",python,selection_command +11126,22850230,"utils/nn.py",7959,0,"",python,selection_command +11127,22850264,"utils/nn.py",7906,0,"",python,selection_command +11128,22850378,"utils/nn.py",7876,0,"",python,selection_command +11129,22850378,"utils/nn.py",7834,0,"",python,selection_command +11130,22850379,"utils/nn.py",7795,0,"",python,selection_command +11131,22850399,"utils/nn.py",7754,0,"",python,selection_command +11132,22850462,"utils/nn.py",7714,0,"",python,selection_command +11133,22850572,"utils/nn.py",7676,0,"",python,selection_command +11134,22850573,"utils/nn.py",7619,0,"",python,selection_command +11135,22850573,"utils/nn.py",7609,0,"",python,selection_command +11136,22850573,"utils/nn.py",7583,0,"",python,selection_command +11137,22850605,"utils/nn.py",7560,0,"",python,selection_command +11138,22850740,"utils/nn.py",7545,0,"",python,selection_command +11139,22850741,"utils/nn.py",7487,0,"",python,selection_command +11140,22850741,"utils/nn.py",7434,0,"",python,selection_command +11141,22850748,"utils/nn.py",7404,0,"",python,selection_command +11142,22850779,"utils/nn.py",7362,0,"",python,selection_command +11143,22850804,"utils/nn.py",7323,0,"",python,selection_command +11144,22850900,"utils/nn.py",7282,0,"",python,selection_command +11145,22850900,"utils/nn.py",7242,0,"",python,selection_command +11146,22850904,"utils/nn.py",7204,0,"",python,selection_command +11147,22850938,"utils/nn.py",7146,0,"",python,selection_command +11148,22850970,"utils/nn.py",7136,0,"",python,selection_command +11149,22851505,"utils/nn.py",7128,9," )",python,selection_command +11150,22851670,"utils/nn.py",7105,32," rngs=rngs,\n )",python,selection_command +11151,22851948,"utils/nn.py",7075,62," dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11152,22851951,"utils/nn.py",7033,104," param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11153,22851980,"utils/nn.py",6992,145," num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11154,22852015,"utils/nn.py",6957,180," self.norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11155,22852146,"utils/nn.py",6956,181,"\n self.norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11156,22852474,"utils/nn.py",6957,180," self.norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11157,22852672,"utils/nn.py",6957,0,"",python,selection_command +11158,22852801,"utils/nn.py",6992,0,"",python,selection_command +11159,22853042,"utils/nn.py",7033,0,"",python,selection_command +11160,22853071,"utils/nn.py",7075,0,"",python,selection_command +11161,22853100,"utils/nn.py",7105,0,"",python,selection_command +11162,22853277,"utils/nn.py",7128,0,"",python,selection_command +11163,22853523,"utils/nn.py",7137,0,"\n ",python,content +11164,22853574,"utils/nn.py",7138,8,"",python,content +11165,22853718,"utils/nn.py",7138,0,"\n self.norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,content +11166,22853720,"utils/nn.py",7147,0,"",python,selection_command +11167,22854049,"utils/nn.py",7138,0,"",python,selection_command +11168,22854311,"utils/nn.py",7138,1,"",python,content +11169,22854336,"utils/nn.py",7146,0,"",python,selection_command +11170,22915106,"utils/nn.py",7150,0,"",python,selection_command +11171,22915393,"utils/nn.py",7151,0,"",python,selection_command +11172,22915459,"utils/nn.py",7136,0,"",python,selection_command +11173,22915726,"utils/nn.py",7118,0,"",python,selection_command +11174,22915743,"utils/nn.py",7088,0,"",python,selection_command +11175,22915774,"utils/nn.py",7046,0,"",python,selection_command +11176,22915917,"utils/nn.py",7005,0,"",python,selection_command +11177,22916071,"utils/nn.py",6970,0,"",python,selection_command +11178,22917124,"utils/nn.py",6970,0,"t",python,content +11179,22917124,"utils/nn.py",6971,0,"",python,selection_keyboard +11180,22917359,"utils/nn.py",6971,0,"e",python,content +11181,22917359,"utils/nn.py",6972,0,"",python,selection_keyboard +11182,22917532,"utils/nn.py",6972,0,"m",python,content +11183,22917532,"utils/nn.py",6973,0,"",python,selection_keyboard +11184,22917618,"utils/nn.py",6973,0,"p",python,content +11185,22917619,"utils/nn.py",6974,0,"",python,selection_keyboard +11186,22917653,"utils/nn.py",6974,0,"o",python,content +11187,22917653,"utils/nn.py",6975,0,"",python,selection_keyboard +11188,22917737,"utils/nn.py",6975,0,"r",python,content +11189,22917737,"utils/nn.py",6976,0,"",python,selection_keyboard +11190,22917834,"utils/nn.py",6976,0,"a",python,content +11191,22917834,"utils/nn.py",6977,0,"",python,selection_keyboard +11192,22918017,"utils/nn.py",6977,0,"l",python,content +11193,22918017,"utils/nn.py",6978,0,"",python,selection_keyboard +11194,22918172,"utils/nn.py",6978,0,"_",python,content +11195,22918173,"utils/nn.py",6979,0,"",python,selection_keyboard +11196,22918413,"utils/nn.py",6978,0,"",python,selection_command +11197,22918556,"utils/nn.py",7022,0,"",python,selection_command +11198,22918809,"utils/nn.py",7063,0,"",python,selection_command +11199,22918835,"utils/nn.py",7105,0,"",python,selection_command +11200,22918863,"utils/nn.py",7135,0,"",python,selection_command +11201,22918897,"utils/nn.py",7145,0,"",python,selection_command +11202,22919063,"utils/nn.py",7168,0,"",python,selection_command +11203,22919288,"utils/nn.py",7167,0,"",python,selection_command +11204,22919438,"utils/nn.py",7165,0,"",python,selection_command +11205,22919586,"utils/nn.py",7160,0,"",python,selection_command +11206,22920168,"utils/nn.py",7160,0,"s",python,content +11207,22920168,"utils/nn.py",7161,0,"",python,selection_keyboard +11208,22920274,"utils/nn.py",7161,0,"p",python,content +11209,22920275,"utils/nn.py",7162,0,"",python,selection_keyboard +11210,22920322,"utils/nn.py",7162,0,"a",python,content +11211,22920323,"utils/nn.py",7163,0,"",python,selection_keyboard +11212,22920496,"utils/nn.py",7163,0,"t",python,content +11213,22920496,"utils/nn.py",7164,0,"",python,selection_keyboard +11214,22920636,"utils/nn.py",7164,0,"i",python,content +11215,22920636,"utils/nn.py",7165,0,"",python,selection_keyboard +11216,22920703,"utils/nn.py",7165,0,"a",python,content +11217,22920703,"utils/nn.py",7166,0,"",python,selection_keyboard +11218,22920740,"utils/nn.py",7166,0,"l",python,content +11219,22920740,"utils/nn.py",7167,0,"",python,selection_keyboard +11220,22920941,"utils/nn.py",7167,0,"_",python,content +11221,22920941,"utils/nn.py",7168,0,"",python,selection_keyboard +11222,22921159,"utils/nn.py",7167,0,"",python,selection_command +11223,22925883,"utils/nn.py",7210,0,"",python,selection_command +11224,22926123,"utils/nn.py",7251,0,"",python,selection_command +11225,22926143,"utils/nn.py",7293,0,"",python,selection_command +11226,22926177,"utils/nn.py",7323,0,"",python,selection_command +11227,22926210,"utils/nn.py",7334,0,"",python,selection_command +11228,22926245,"utils/nn.py",7356,0,"",python,selection_command +11229,22926279,"utils/nn.py",7414,0,"",python,selection_command +11230,22926404,"utils/nn.py",7452,0,"",python,selection_command +11231,22926404,"utils/nn.py",7492,0,"",python,selection_command +11232,22926405,"utils/nn.py",7533,0,"",python,selection_command +11233,22926413,"utils/nn.py",7572,0,"",python,selection_command +11234,22926450,"utils/nn.py",7614,0,"",python,selection_command +11235,22926483,"utils/nn.py",7644,0,"",python,selection_command +11236,22926598,"utils/nn.py",7697,0,"",python,selection_command +11237,22926599,"utils/nn.py",7748,0,"",python,selection_command +11238,22926599,"utils/nn.py",7770,0,"",python,selection_command +11239,22926616,"utils/nn.py",7793,0,"",python,selection_command +11240,22926650,"utils/nn.py",7807,0,"",python,selection_command +11241,22926683,"utils/nn.py",7829,0,"",python,selection_command +11242,22926717,"utils/nn.py",7886,0,"",python,selection_command +11243,22926749,"utils/nn.py",7924,0,"",python,selection_command +11244,22926784,"utils/nn.py",7964,0,"",python,selection_command +11245,22926816,"utils/nn.py",8005,0,"",python,selection_command +11246,22926927,"utils/nn.py",8044,0,"",python,selection_command +11247,22926928,"utils/nn.py",8086,0,"",python,selection_command +11248,22926928,"utils/nn.py",8116,0,"",python,selection_command +11249,22926950,"utils/nn.py",8169,0,"",python,selection_command +11250,22926983,"utils/nn.py",8220,0,"",python,selection_command +11251,22927017,"utils/nn.py",8242,0,"",python,selection_command +11252,22927123,"utils/nn.py",8265,0,"",python,selection_command +11253,22927123,"utils/nn.py",8279,0,"",python,selection_command +11254,22927124,"utils/nn.py",8301,0,"",python,selection_command +11255,22927150,"utils/nn.py",8339,0,"",python,selection_command +11256,22927183,"utils/nn.py",8379,0,"",python,selection_command +11257,22927217,"utils/nn.py",8418,0,"",python,selection_command +11258,22927250,"utils/nn.py",8460,0,"",python,selection_command +11259,22927285,"utils/nn.py",8490,0,"",python,selection_command +11260,22927317,"utils/nn.py",8501,0,"",python,selection_command +11261,22927363,"utils/nn.py",8523,0,"",python,selection_command +11262,22927451,"utils/nn.py",8561,0,"",python,selection_command +11263,22927452,"utils/nn.py",8599,0,"",python,selection_command +11264,22927453,"utils/nn.py",8640,0,"",python,selection_command +11265,22927484,"utils/nn.py",8682,0,"",python,selection_command +11266,22927517,"utils/nn.py",8712,0,"",python,selection_command +11267,22927550,"utils/nn.py",8723,0,"",python,selection_command +11268,22927646,"utils/nn.py",8725,0,"",python,selection_command +11269,22927647,"utils/nn.py",8739,0,"",python,selection_command +11270,22927655,"utils/nn.py",8761,0,"",python,selection_command +11271,22927693,"utils/nn.py",8812,0,"",python,selection_command +11272,22927720,"utils/nn.py",8849,0,"",python,selection_command +11273,22927754,"utils/nn.py",8905,0,"",python,selection_command +11274,22927977,"utils/nn.py",8939,0,"",python,selection_command +11275,22930871,"utils/nn.py",8905,0,"",python,selection_command +11276,22931121,"utils/nn.py",8849,0,"",python,selection_command +11277,22931127,"utils/nn.py",8812,0,"",python,selection_command +11278,22931162,"utils/nn.py",8761,0,"",python,selection_command +11279,22931351,"utils/nn.py",8739,0,"",python,selection_command +11280,22931647,"utils/nn.py",8725,0,"",python,selection_command +11281,22931843,"utils/nn.py",7096,0,"",python,selection_command +11282,22932702,"utils/nn.py",7145,0,"",python,selection_command +11283,22932730,"utils/nn.py",7159,0,"",python,selection_command +11284,22932755,"utils/nn.py",7202,0,"",python,selection_command +11285,22932780,"utils/nn.py",7243,0,"",python,selection_command +11286,22932909,"utils/nn.py",7285,0,"",python,selection_command +11287,22933080,"utils/nn.py",7315,0,"",python,selection_command +11288,22933415,"utils/nn.py",7334,0,"",python,selection_command +11289,22933588,"utils/nn.py",7326,9," )",python,selection_command +11290,22933742,"utils/nn.py",7303,32," rngs=rngs,\n )",python,selection_command +11291,22934987,"utils/nn.py",7190,0,"",python,selection_command +11292,22935197,"utils/nn.py",7231,0,"",python,selection_command +11293,22935216,"utils/nn.py",7273,0,"",python,selection_command +11294,22935317,"utils/nn.py",7303,0,"",python,selection_command +11295,22935512,"utils/nn.py",7326,0,"",python,selection_command +11296,22935700,"utils/nn.py",7335,0,"\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,content +11297,22935709,"utils/nn.py",7344,0,"",python,selection_command +11298,22936255,"utils/nn.py",7348,0,"",python,selection_command +11299,22936393,"utils/nn.py",7349,0,"",python,selection_command +11300,22936727,"utils/nn.py",7349,12,"",python,content +11301,22937105,"utils/nn.py",7349,0,"f",python,content +11302,22937105,"utils/nn.py",7350,0,"",python,selection_keyboard +11303,22937221,"utils/nn.py",7350,0,"f",python,content +11304,22937221,"utils/nn.py",7351,0,"",python,selection_keyboard +11305,22937309,"utils/nn.py",7351,0,"n",python,content +11306,22937309,"utils/nn.py",7352,0,"",python,selection_keyboard +11307,22937676,"utils/nn.py",7352,0,"n",python,content +11308,22937677,"utils/nn.py",7353,0,"",python,selection_keyboard +11309,22938134,"utils/nn.py",7352,1,"",python,content +11310,22938267,"utils/nn.py",7352,0,"_",python,content +11311,22938268,"utils/nn.py",7353,0,"",python,selection_keyboard +11312,22938461,"utils/nn.py",7353,0,"n",python,content +11313,22938462,"utils/nn.py",7354,0,"",python,selection_keyboard +11314,22938679,"utils/nn.py",7354,0,"o",python,content +11315,22938679,"utils/nn.py",7355,0,"",python,selection_keyboard +11316,22938775,"utils/nn.py",7355,0,"r",python,content +11317,22938776,"utils/nn.py",7356,0,"",python,selection_keyboard +11318,22938881,"utils/nn.py",7356,0,"m",python,content +11319,22938881,"utils/nn.py",7357,0,"",python,selection_keyboard +11320,22939028,"utils/nn.py",7356,0,"",python,selection_command +11321,22943485,"utils/nn.py",7395,0,"",python,selection_command +11322,22943705,"utils/nn.py",7399,0,"",python,selection_command +11323,22943796,"utils/nn.py",7400,0,"",python,selection_command +11324,22943998,"utils/nn.py",7404,0,"",python,selection_command +11325,22944228,"utils/nn.py",7405,0,"",python,selection_command +11326,22951346,"utils/nn.py",10583,0,"",python,selection_command +11327,22952292,"utils/nn.py",7387,0,"",python,selection_command +11328,22952687,"utils/nn.py",9022,0,"",python,selection_command +11329,22958462,"utils/nn.py",7387,0,"",python,selection_command +11330,22959067,"utils/nn.py",7428,0,"",python,selection_command +11331,22959309,"utils/nn.py",7470,0,"",python,selection_command +11332,22959335,"utils/nn.py",7500,0,"",python,selection_command +11333,22959367,"utils/nn.py",7519,0,"",python,selection_command +11334,22959406,"utils/nn.py",7533,0,"",python,selection_command +11335,22959442,"utils/nn.py",7591,0,"",python,selection_command +11336,22959470,"utils/nn.py",7629,0,"",python,selection_command +11337,22959502,"utils/nn.py",7669,0,"",python,selection_command +11338,22959535,"utils/nn.py",7710,0,"",python,selection_command +11339,22959567,"utils/nn.py",7749,0,"",python,selection_command +11340,22959600,"utils/nn.py",7791,0,"",python,selection_command +11341,22959632,"utils/nn.py",7821,0,"",python,selection_command +11342,22959666,"utils/nn.py",7874,0,"",python,selection_command +11343,22959721,"utils/nn.py",7932,0,"",python,selection_command +11344,22959733,"utils/nn.py",7947,0,"",python,selection_command +11345,22959766,"utils/nn.py",7970,0,"",python,selection_command +11346,22959802,"utils/nn.py",7992,0,"",python,selection_command +11347,22959834,"utils/nn.py",8006,0,"",python,selection_command +11348,22959867,"utils/nn.py",8063,0,"",python,selection_command +11349,22959901,"utils/nn.py",8101,0,"",python,selection_command +11350,22959934,"utils/nn.py",8141,0,"",python,selection_command +11351,22959967,"utils/nn.py",8182,0,"",python,selection_command +11352,22960001,"utils/nn.py",8221,0,"",python,selection_command +11353,22960034,"utils/nn.py",8263,0,"",python,selection_command +11354,22960067,"utils/nn.py",8293,0,"",python,selection_command +11355,22960101,"utils/nn.py",8346,0,"",python,selection_command +11356,22960134,"utils/nn.py",8404,0,"",python,selection_command +11357,22960168,"utils/nn.py",8419,0,"",python,selection_command +11358,22960202,"utils/nn.py",8442,0,"",python,selection_command +11359,22960234,"utils/nn.py",8464,0,"",python,selection_command +11360,22960268,"utils/nn.py",8478,0,"",python,selection_command +11361,22960302,"utils/nn.py",8516,0,"",python,selection_command +11362,22961126,"utils/nn.py",9995,0,"",python,selection_command +11363,22961650,"utils/nn.py",9964,0,"",python,selection_command +11364,22961876,"utils/nn.py",9925,0,"",python,selection_command +11365,22961903,"utils/nn.py",9888,0,"",python,selection_command +11366,22961936,"utils/nn.py",9881,0,"",python,selection_command +11367,22961969,"utils/nn.py",9801,0,"",python,selection_command +11368,22962002,"utils/nn.py",9783,0,"",python,selection_command +11369,22962036,"utils/nn.py",9748,0,"",python,selection_command +11370,22962069,"utils/nn.py",9747,0,"",python,selection_command +11371,22962104,"utils/nn.py",9746,0,"",python,selection_command +11372,22962137,"utils/nn.py",9672,0,"",python,selection_command +11373,22962169,"utils/nn.py",9630,0,"",python,selection_command +11374,22962203,"utils/nn.py",9629,0,"",python,selection_command +11375,22962235,"utils/nn.py",9628,0,"",python,selection_command +11376,22962269,"utils/nn.py",9627,0,"",python,selection_command +11377,22962303,"utils/nn.py",9610,0,"",python,selection_command +11378,22962338,"utils/nn.py",9609,0,"",python,selection_command +11379,22962369,"utils/nn.py",9591,0,"",python,selection_command +11380,22962403,"utils/nn.py",9560,0,"",python,selection_command +11381,22962436,"utils/nn.py",9533,0,"",python,selection_command +11382,22962469,"utils/nn.py",9502,0,"",python,selection_command +11383,22962507,"utils/nn.py",9473,0,"",python,selection_command +11384,22962537,"utils/nn.py",9443,0,"",python,selection_command +11385,22962570,"utils/nn.py",9425,0,"",python,selection_command +11386,22962605,"utils/nn.py",9387,0,"",python,selection_command +11387,22962635,"utils/nn.py",9309,0,"",python,selection_command +11388,22962682,"utils/nn.py",9276,0,"",python,selection_command +11389,22962703,"utils/nn.py",9240,0,"",python,selection_command +11390,22962739,"utils/nn.py",9222,0,"",python,selection_command +11391,22962772,"utils/nn.py",9183,0,"",python,selection_command +11392,22962803,"utils/nn.py",9104,0,"",python,selection_command +11393,22962839,"utils/nn.py",9070,0,"",python,selection_command +11394,22962870,"utils/nn.py",9014,0,"",python,selection_command +11395,22962905,"utils/nn.py",8977,0,"",python,selection_command +11396,22962938,"utils/nn.py",8926,0,"",python,selection_command +11397,22963027,"utils/nn.py",8977,0,"",python,selection_command +11398,22963212,"utils/nn.py",9014,0,"",python,selection_command +11399,22963380,"utils/nn.py",9070,0,"",python,selection_command +11400,22964167,"utils/nn.py",9104,0,"",python,selection_command +11401,22965044,"utils/nn.py",9183,0,"",python,selection_command +11402,22965214,"utils/nn.py",9222,0,"",python,selection_command +11403,22966900,"utils/nn.py",9222,0,"",python,selection_command +11404,22967152,"utils/nn.py",9240,0,"",python,selection_command +11405,22967341,"utils/nn.py",9276,0,"",python,selection_command +11406,22967834,"utils/nn.py",9309,0,"",python,selection_command +11407,22968467,"utils/nn.py",9276,0,"",python,selection_command +11408,23009070,"utils/nn.py",9240,0,"",python,selection_command +11409,23009373,"utils/nn.py",9222,0,"",python,selection_command +11410,23009373,"utils/nn.py",9183,0,"",python,selection_command +11411,23009373,"utils/nn.py",9104,0,"",python,selection_command +11412,23009549,"utils/nn.py",9070,0,"",python,selection_command +11413,23011225,"utils/nn.py",9104,0,"",python,selection_command +11414,23011371,"utils/nn.py",9183,0,"",python,selection_command +11415,23011513,"utils/nn.py",9222,0,"",python,selection_command +11416,23011869,"utils/nn.py",9240,0,"",python,selection_command +11417,23012023,"utils/nn.py",9276,0,"",python,selection_command +11418,23012697,"utils/nn.py",9240,0,"",python,selection_command +11419,23012852,"utils/nn.py",9222,0,"",python,selection_command +11420,23012994,"utils/nn.py",9183,0,"",python,selection_command +11421,23013138,"utils/nn.py",9104,0,"",python,selection_command +11422,23013265,"utils/nn.py",9070,0,"",python,selection_command +11423,23018025,"utils/nn.py",9104,0,"",python,selection_command +11424,23018351,"utils/nn.py",9183,0,"",python,selection_command +11425,23018352,"utils/nn.py",9222,0,"",python,selection_command +11426,23018352,"utils/nn.py",9240,0,"",python,selection_command +11427,23018362,"utils/nn.py",9276,0,"",python,selection_command +11428,23018403,"utils/nn.py",9309,0,"",python,selection_command +11429,23018430,"utils/nn.py",9387,0,"",python,selection_command +11430,23018465,"utils/nn.py",9425,0,"",python,selection_command +11431,23018501,"utils/nn.py",9443,0,"",python,selection_command +11432,23018536,"utils/nn.py",9473,0,"",python,selection_command +11433,23018567,"utils/nn.py",9502,0,"",python,selection_command +11434,23018926,"utils/nn.py",9473,0,"",python,selection_command +11435,23019726,"utils/nn.py",9502,0,"",python,selection_command +11436,23020446,"utils/nn.py",9533,0,"",python,selection_command +11437,23020774,"utils/nn.py",9560,0,"",python,selection_command +11438,23020858,"utils/nn.py",9591,0,"",python,selection_command +11439,23021669,"utils/nn.py",9560,0,"",python,selection_command +11440,23021824,"utils/nn.py",9533,0,"",python,selection_command +11441,23058561,"utils/nn.py",9078,0,"",python,selection_command +11442,23059081,"utils/nn.py",3568,0,"",python,selection_command +11443,23060096,"utils/nn.py",3560,35," z = self.spatial_pos_enc(x)",python,selection_command +11444,23060691,"utils/nn.py",3568,0,"",python,selection_command +11445,23060759,"utils/nn.py",3532,0,"",python,selection_command +11446,23060893,"utils/nn.py",3481,0,"",python,selection_command +11447,23061347,"utils/nn.py",3466,0,"",python,selection_command +11448,23061625,"utils/nn.py",3458,14," @nnx.remat",python,selection_command +11449,23061931,"utils/nn.py",3458,227," @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n",python,selection_command +11450,23062492,"utils/nn.py",3458,451," @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n",python,selection_command +11451,23062766,"utils/nn.py",3458,618," @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n",python,selection_command +11452,23062943,"utils/nn.py",3458,636," @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n z = self.temporal_attention(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n",python,selection_command +11453,23063368,"utils/nn.py",4094,0,"",python,selection_command +11454,23075297,"utils/nn.py",3622,0,"",python,selection_mouse +11455,23087722,"utils/nn.py",3652,0,"",python,selection_mouse +11456,23088196,"utils/nn.py",3683,0,"",python,selection_mouse +11457,23089236,"utils/nn.py",3811,0,"",python,selection_mouse +11458,23089695,"utils/nn.py",3850,0,"",python,selection_mouse +11459,23090191,"utils/nn.py",3879,0,"",python,selection_mouse +11460,23090192,"utils/nn.py",3878,0,"",python,selection_command +11461,23090964,"utils/nn.py",3568,0,"",python,selection_command +11462,23091316,"utils/nn.py",9078,0,"",python,selection_command +11463,23093610,"utils/nn.py",9207,0,"",python,selection_mouse +11464,23094064,"utils/nn.py",9239,0,"",python,selection_mouse +11465,23094065,"utils/nn.py",9238,0,"",python,selection_command +11466,23095530,"utils/nn.py",9302,0,"",python,selection_mouse +11467,23096021,"utils/nn.py",9442,0,"",python,selection_mouse +11468,23096025,"utils/nn.py",9441,0,"",python,selection_command +11469,23124991,"utils/nn.py",9403,0,"",python,selection_command +11470,23125228,"utils/nn.py",9325,0,"",python,selection_command +11471,23125244,"utils/nn.py",9292,0,"",python,selection_command +11472,23125275,"utils/nn.py",9256,0,"",python,selection_command +11473,23125311,"utils/nn.py",9238,0,"",python,selection_command +11474,23125343,"utils/nn.py",9199,0,"",python,selection_command +11475,23125377,"utils/nn.py",9120,0,"",python,selection_command +11476,23125409,"utils/nn.py",9086,0,"",python,selection_command +11477,23125443,"utils/nn.py",9030,0,"",python,selection_command +11478,23126052,"utils/nn.py",9014,0,"",python,selection_command +11479,23127930,"utils/nn.py",8977,0,"",python,selection_command +11480,23128132,"utils/nn.py",8926,0,"",python,selection_command +11481,23128256,"utils/nn.py",8911,0,"",python,selection_command +11482,23128572,"utils/nn.py",7315,0,"",python,selection_command +11483,23129569,"utils/nn.py",8915,0,"",python,selection_command +11484,23129949,"utils/nn.py",10440,0,"",python,selection_command +11485,23130401,"utils/nn.py",8915,0,"",python,selection_command +11486,23131102,"utils/nn.py",8930,0,"",python,selection_command +11487,23131358,"utils/nn.py",8981,0,"",python,selection_command +11488,23131379,"utils/nn.py",9018,0,"",python,selection_command +11489,23131412,"utils/nn.py",9074,0,"",python,selection_command +11490,23131443,"utils/nn.py",9108,0,"",python,selection_command +11491,23131476,"utils/nn.py",9187,0,"",python,selection_command +11492,23131510,"utils/nn.py",9226,0,"",python,selection_command +11493,23131546,"utils/nn.py",9244,0,"",python,selection_command +11494,23131578,"utils/nn.py",9280,0,"",python,selection_command +11495,23131611,"utils/nn.py",9313,0,"",python,selection_command +11496,23131645,"utils/nn.py",9391,0,"",python,selection_command +11497,23131680,"utils/nn.py",9429,0,"",python,selection_command +11498,23131713,"utils/nn.py",9447,0,"",python,selection_command +11499,23131747,"utils/nn.py",9477,0,"",python,selection_command +11500,23131780,"utils/nn.py",9506,0,"",python,selection_command +11501,23131813,"utils/nn.py",9537,0,"",python,selection_command +11502,23131847,"utils/nn.py",9564,0,"",python,selection_command +11503,23131881,"utils/nn.py",9595,0,"",python,selection_command +11504,23131915,"utils/nn.py",9609,0,"",python,selection_command +11505,23131950,"utils/nn.py",9614,0,"",python,selection_command +11506,23131986,"utils/nn.py",9627,0,"",python,selection_command +11507,23132428,"utils/nn.py",9628,0,"",python,selection_command +11508,23134545,"utils/nn.py",9628,0,"T",python,content +11509,23134546,"utils/nn.py",9629,0,"",python,selection_keyboard +11510,23134944,"utils/nn.py",9628,1,"",python,content +11511,23135075,"utils/nn.py",9628,0,"c",python,content +11512,23135075,"utils/nn.py",9629,0,"",python,selection_keyboard +11513,23135164,"utils/nn.py",9629,0,"l",python,content +11514,23135164,"utils/nn.py",9630,0,"",python,selection_keyboard +11515,23135237,"utils/nn.py",9630,0,"a",python,content +11516,23135237,"utils/nn.py",9631,0,"",python,selection_keyboard +11517,23135287,"utils/nn.py",9631,0,"s",python,content +11518,23135288,"utils/nn.py",9632,0,"",python,selection_keyboard +11519,23135441,"utils/nn.py",9632,0,"s",python,content +11520,23135441,"utils/nn.py",9633,0,"",python,selection_keyboard +11521,23135555,"utils/nn.py",9633,0," ",python,content +11522,23135556,"utils/nn.py",9634,0,"",python,selection_keyboard +11523,23137049,"utils/nn.py",9634,0,"Transformer(nnx.Module):",python,content +11524,23137776,"utils/nn.py",9659,0," def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n",python,content +11525,23138467,"utils/nn.py",9782,0,"\n ",python,content +11526,23139371,"utils/nn.py",9791,0,"num_blocks: int,",python,content +11527,23139952,"utils/nn.py",9807,0,"\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,",python,content +11528,23140373,"utils/nn.py",9972,0,"\n ",python,content +11529,23141535,"utils/nn.py",9981,0,"):",python,content +11530,23141535,"utils/nn.py",9977,4,"",python,content +11531,23142097,"utils/nn.py",9979,0,"\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads",python,content +11532,23142698,"utils/nn.py",10183,0,"\n ",python,content +11533,23143342,"utils/nn.py",10192,0,"self.dropout = dropout",python,content +11534,23143893,"utils/nn.py",10214,0,"\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.blocks = []\n for _ in range(self.num_blocks):",python,content +11535,23147183,"utils/nn.py",10402,0,"\n ",python,content +11536,23148033,"utils/nn.py",10415,0,"self.blocks.append(",python,content +11537,23148710,"utils/nn.py",10434,0,"\n TransformerBlock(\n model_dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,",python,content +11538,23151468,"utils/nn.py",10694,0,"\n ",python,content +11539,23152596,"utils/nn.py",10715,0,"dtype=self.dtype,",python,content +11540,23153487,"utils/nn.py",10732,0,"\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,",python,content +11541,23155309,"utils/nn.py",10941,0,"\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n ",python,content +11542,23158812,"utils/nn.py",11090,4,"",python,content +11543,23159157,"utils/nn.py",11086,4,"",python,content +11544,23159553,"utils/nn.py",11085,1,"",python,content +11545,23159827,"utils/nn.py",11085,0,"\n ",python,content +11546,23161075,"utils/nn.py",11094,0,"for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)",python,content +11547,23161076,"utils/nn.py",11086,0,"\n def __call__(self, x: jax.Array) -> jax.Array:\n",python,content +11548,23162216,"utils/nn.py",11259,0,"",python,selection_command +11549,23166970,"utils/nn.py",9723,0,"",python,selection_command +11550,23167364,"utils/nn.py",8221,0,"",python,selection_command +11551,23168869,"utils/nn.py",6587,0,"",python,selection_command +11552,23169548,"utils/nn.py",6563,0,"",python,selection_command +11553,23169795,"utils/nn.py",6539,0,"",python,selection_command +11554,23169820,"utils/nn.py",6517,0,"",python,selection_command +11555,23169861,"utils/nn.py",6493,0,"",python,selection_command +11556,23169884,"utils/nn.py",6479,0,"",python,selection_command +11557,23169917,"utils/nn.py",6461,0,"",python,selection_command +11558,23169950,"utils/nn.py",6425,0,"",python,selection_command +11559,23169984,"utils/nn.py",6416,0,"",python,selection_command +11560,23170017,"utils/nn.py",6394,0,"",python,selection_command +11561,23170050,"utils/nn.py",6361,0,"",python,selection_command +11562,23170084,"utils/nn.py",6352,0,"",python,selection_command +11563,23170117,"utils/nn.py",6335,0,"",python,selection_command +11564,23170151,"utils/nn.py",6301,0,"",python,selection_command +11565,23170184,"utils/nn.py",6292,0,"",python,selection_command +11566,23170217,"utils/nn.py",6268,0,"",python,selection_command +11567,23170260,"utils/nn.py",6236,0,"",python,selection_command +11568,23170293,"utils/nn.py",6204,0,"",python,selection_command +11569,23170320,"utils/nn.py",6153,0,"",python,selection_command +11570,23170676,"utils/nn.py",6204,0,"",python,selection_command +11571,23171395,"utils/nn.py",11239,0,"",python,selection_command +11572,23172470,"utils/nn.py",11206,0,"",python,selection_command +11573,23172511,"utils/nn.py",11197,0,"",python,selection_command +11574,23172647,"utils/nn.py",11180,0,"",python,selection_command +11575,23172825,"utils/nn.py",11146,0,"",python,selection_command +11576,23174561,"utils/nn.py",11146,0,"",python,selection_command +11577,23175442,"utils/nn.py",11137,0,"\n ",python,content +11578,23175765,"utils/nn.py",11146,0,"x",python,content +11579,23175850,"utils/nn.py",11147,0," ",python,content +11580,23176046,"utils/nn.py",11148,0,"=",python,content +11581,23176416,"utils/nn.py",11149,0," self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n",python,content +11582,23177507,"utils/nn.py",11202,0,"",python,selection_command +11583,23177651,"utils/nn.py",11210,0,"",python,selection_command +11584,23178685,"utils/nn.py",6204,0,"",python,selection_command +11585,23179348,"utils/nn.py",11243,0,"",python,selection_command +11586,23180028,"utils/nn.py",6204,0,"",python,selection_command +11587,23180870,"utils/nn.py",11243,0,"",python,selection_command +11588,23181462,"utils/nn.py",6204,0,"",python,selection_command +11589,23182190,"utils/nn.py",11243,0,"",python,selection_command +11590,23182976,"utils/nn.py",6204,0,"",python,selection_command +11591,23183763,"utils/nn.py",11243,0,"",python,selection_command +11592,23184392,"utils/nn.py",6204,0,"",python,selection_command +11593,23185238,"utils/nn.py",11243,0,"",python,selection_command +11594,23186057,"utils/nn.py",11234,0,"",python,selection_command +11595,23186167,"utils/nn.py",11210,0,"",python,selection_command +11596,23186385,"utils/nn.py",11178,0,"",python,selection_command +11597,23186413,"utils/nn.py",11146,0,"",python,selection_command +11598,23186908,"utils/nn.py",11095,0,"",python,selection_command +11599,23187133,"utils/nn.py",11086,0,"",python,selection_command +11600,23187161,"utils/nn.py",11084,0,"",python,selection_command +11601,23187177,"utils/nn.py",11061,0,"",python,selection_command +11602,23187211,"utils/nn.py",11031,0,"",python,selection_command +11603,23187244,"utils/nn.py",10989,0,"",python,selection_command +11604,23187278,"utils/nn.py",10950,0,"",python,selection_command +11605,23187311,"utils/nn.py",10910,0,"",python,selection_command +11606,23187345,"utils/nn.py",10870,0,"",python,selection_command +11607,23187436,"utils/nn.py",10856,0,"",python,selection_command +11608,23187437,"utils/nn.py",10838,0,"",python,selection_command +11609,23187444,"utils/nn.py",10807,0,"",python,selection_command +11610,23187478,"utils/nn.py",10741,0,"",python,selection_command +11611,23187513,"utils/nn.py",10703,0,"",python,selection_command +11612,23187632,"utils/nn.py",10653,0,"",python,selection_command +11613,23187632,"utils/nn.py",10611,0,"",python,selection_command +11614,23187633,"utils/nn.py",10565,0,"",python,selection_command +11615,23187650,"utils/nn.py",10523,0,"",python,selection_command +11616,23187682,"utils/nn.py",10477,0,"",python,selection_command +11617,23187715,"utils/nn.py",10443,0,"",python,selection_command +11618,23187748,"utils/nn.py",10411,0,"",python,selection_command +11619,23187782,"utils/nn.py",10370,0,"",python,selection_command +11620,23187817,"utils/nn.py",10345,0,"",python,selection_command +11621,23187850,"utils/nn.py",10336,0,"",python,selection_command +11622,23187960,"utils/nn.py",10289,0,"",python,selection_command +11623,23187960,"utils/nn.py",10262,0,"",python,selection_command +11624,23187961,"utils/nn.py",10223,0,"",python,selection_command +11625,23187982,"utils/nn.py",10192,0,"",python,selection_command +11626,23188015,"utils/nn.py",10157,0,"",python,selection_command +11627,23188050,"utils/nn.py",10120,0,"",python,selection_command +11628,23188156,"utils/nn.py",10089,0,"",python,selection_command +11629,23188156,"utils/nn.py",10058,0,"",python,selection_command +11630,23188157,"utils/nn.py",10023,0,"",python,selection_command +11631,23188183,"utils/nn.py",9988,0,"",python,selection_command +11632,23188217,"utils/nn.py",9978,0,"",python,selection_command +11633,23188252,"utils/nn.py",9957,0,"",python,selection_command +11634,23188282,"utils/nn.py",9922,0,"",python,selection_command +11635,23188317,"utils/nn.py",9896,0,"",python,selection_command +11636,23188351,"utils/nn.py",9864,0,"",python,selection_command +11637,23188485,"utils/nn.py",9840,0,"",python,selection_command +11638,23188485,"utils/nn.py",9816,0,"",python,selection_command +11639,23188486,"utils/nn.py",9791,0,"",python,selection_command +11640,23188486,"utils/nn.py",9769,0,"",python,selection_command +11641,23188521,"utils/nn.py",9747,0,"",python,selection_command +11642,23188553,"utils/nn.py",9723,0,"",python,selection_command +11643,23188584,"utils/nn.py",9699,0,"",python,selection_command +11644,23188683,"utils/nn.py",9685,0,"",python,selection_command +11645,23188684,"utils/nn.py",9667,0,"",python,selection_command +11646,23188720,"utils/nn.py",9685,0,"",python,selection_command +11647,23189010,"utils/nn.py",9699,0,"",python,selection_command +11648,23189012,"utils/nn.py",9723,0,"",python,selection_command +11649,23189042,"utils/nn.py",9747,0,"",python,selection_command +11650,23189070,"utils/nn.py",9769,0,"",python,selection_command +11651,23189103,"utils/nn.py",9791,0,"",python,selection_command +11652,23189205,"utils/nn.py",9816,0,"",python,selection_command +11653,23189206,"utils/nn.py",9840,0,"",python,selection_command +11654,23189206,"utils/nn.py",9864,0,"",python,selection_command +11655,23189238,"utils/nn.py",9896,0,"",python,selection_command +11656,23189272,"utils/nn.py",9922,0,"",python,selection_command +11657,23189304,"utils/nn.py",9957,0,"",python,selection_command +11658,23189337,"utils/nn.py",9978,0,"",python,selection_command +11659,23189378,"utils/nn.py",9988,0,"",python,selection_command +11660,23189408,"utils/nn.py",10023,0,"",python,selection_command +11661,23189442,"utils/nn.py",10058,0,"",python,selection_command +11662,23189542,"utils/nn.py",10089,0,"",python,selection_command +11663,23189745,"utils/nn.py",6204,0,"",python,selection_command +11664,23191304,"utils/nn.py",6153,0,"",python,selection_command +11665,23191519,"utils/nn.py",6144,0,"",python,selection_command +11666,23191630,"utils/nn.py",6142,0,"",python,selection_command +11667,23191630,"utils/nn.py",6119,0,"",python,selection_command +11668,23191630,"utils/nn.py",6089,0,"",python,selection_command +11669,23191635,"utils/nn.py",6047,0,"",python,selection_command +11670,23191671,"utils/nn.py",6008,0,"",python,selection_command +11671,23191703,"utils/nn.py",5968,0,"",python,selection_command +11672,23191736,"utils/nn.py",5928,0,"",python,selection_command +11673,23191828,"utils/nn.py",5919,0,"",python,selection_command +11674,23191829,"utils/nn.py",5913,0,"",python,selection_command +11675,23191835,"utils/nn.py",5895,0,"",python,selection_command +11676,23191873,"utils/nn.py",5864,0,"",python,selection_command +11677,23191905,"utils/nn.py",5798,0,"",python,selection_command +11678,23191935,"utils/nn.py",5760,0,"",python,selection_command +11679,23191968,"utils/nn.py",5710,0,"",python,selection_command +11680,23192004,"utils/nn.py",5668,0,"",python,selection_command +11681,23192038,"utils/nn.py",5622,0,"",python,selection_command +11682,23192155,"utils/nn.py",5580,0,"",python,selection_command +11683,23192155,"utils/nn.py",5540,0,"",python,selection_command +11684,23192155,"utils/nn.py",5515,0,"",python,selection_command +11685,23192174,"utils/nn.py",5483,0,"",python,selection_command +11686,23192203,"utils/nn.py",5442,0,"",python,selection_command +11687,23192237,"utils/nn.py",5417,0,"",python,selection_command +11688,23192352,"utils/nn.py",5408,0,"",python,selection_command +11689,23192352,"utils/nn.py",5406,0,"",python,selection_command +11690,23192741,"utils/nn.py",5398,9," )",python,selection_command +11691,23192875,"utils/nn.py",5375,32," rngs=rngs,\n )",python,selection_command +11692,23193205,"utils/nn.py",5345,62," dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11693,23193206,"utils/nn.py",5303,104," param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11694,23193206,"utils/nn.py",5262,145," num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11695,23193217,"utils/nn.py",5220,187," self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11696,23193249,"utils/nn.py",5210,197," )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11697,23193284,"utils/nn.py",5187,220," rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11698,23193401,"utils/nn.py",5157,250," dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11699,23193401,"utils/nn.py",5115,292," param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11700,23193401,"utils/nn.py",5074,333," out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11701,23193422,"utils/nn.py",5034,373," in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11702,23193453,"utils/nn.py",4995,412," self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11703,23193488,"utils/nn.py",4985,422," )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11704,23193522,"utils/nn.py",4962,445," rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11705,23193555,"utils/nn.py",4932,475," dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11706,23193589,"utils/nn.py",4890,517," param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11707,23193622,"utils/nn.py",4849,558," num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11708,23193767,"utils/nn.py",4807,600," self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11709,23194777,"utils/nn.py",4806,601,"\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,selection_command +11710,23194975,"utils/nn.py",4806,0,"",python,selection_command +11711,23195498,"utils/nn.py",11243,0,"",python,selection_command +11712,23196023,"utils/nn.py",11234,0,"",python,selection_command +11713,23196197,"utils/nn.py",11210,0,"",python,selection_command +11714,23196220,"utils/nn.py",11178,0,"",python,selection_command +11715,23196252,"utils/nn.py",11146,0,"",python,selection_command +11716,23196410,"utils/nn.py",11095,0,"",python,selection_command +11717,23196410,"utils/nn.py",11086,0,"",python,selection_command +11718,23196411,"utils/nn.py",11084,0,"",python,selection_command +11719,23196411,"utils/nn.py",11061,0,"",python,selection_command +11720,23196431,"utils/nn.py",11031,0,"",python,selection_command +11721,23196454,"utils/nn.py",10989,0,"",python,selection_command +11722,23196546,"utils/nn.py",10950,0,"",python,selection_command +11723,23196546,"utils/nn.py",10910,0,"",python,selection_command +11724,23196557,"utils/nn.py",10870,0,"",python,selection_command +11725,23196586,"utils/nn.py",10856,0,"",python,selection_command +11726,23196638,"utils/nn.py",10838,0,"",python,selection_command +11727,23196656,"utils/nn.py",10807,0,"",python,selection_command +11728,23196690,"utils/nn.py",10741,0,"",python,selection_command +11729,23196724,"utils/nn.py",10703,0,"",python,selection_command +11730,23196761,"utils/nn.py",10653,0,"",python,selection_command +11731,23196873,"utils/nn.py",10611,0,"",python,selection_command +11732,23196873,"utils/nn.py",10565,0,"",python,selection_command +11733,23196873,"utils/nn.py",10523,0,"",python,selection_command +11734,23196891,"utils/nn.py",10477,0,"",python,selection_command +11735,23196924,"utils/nn.py",10443,0,"",python,selection_command +11736,23196959,"utils/nn.py",10411,0,"",python,selection_command +11737,23197071,"utils/nn.py",10370,0,"",python,selection_command +11738,23200643,"utils/nn.py",11234,0,"",python,selection_command +11739,23200877,"utils/nn.py",11210,0,"",python,selection_command +11740,23200905,"utils/nn.py",11178,0,"",python,selection_command +11741,23200937,"utils/nn.py",11146,0,"",python,selection_command +11742,23200971,"utils/nn.py",11095,0,"",python,selection_command +11743,23201069,"utils/nn.py",11086,0,"",python,selection_command +11744,23201070,"utils/nn.py",11084,0,"",python,selection_command +11745,23201070,"utils/nn.py",11061,0,"",python,selection_command +11746,23201106,"utils/nn.py",11031,0,"",python,selection_command +11747,23201140,"utils/nn.py",10989,0,"",python,selection_command +11748,23201174,"utils/nn.py",10950,0,"",python,selection_command +11749,23201264,"utils/nn.py",10910,0,"",python,selection_command +11750,23201264,"utils/nn.py",10870,0,"",python,selection_command +11751,23201275,"utils/nn.py",10856,0,"",python,selection_command +11752,23201322,"utils/nn.py",10838,0,"",python,selection_command +11753,23201364,"utils/nn.py",10807,0,"",python,selection_command +11754,23201393,"utils/nn.py",10741,0,"",python,selection_command +11755,23201413,"utils/nn.py",10703,0,"",python,selection_command +11756,23201444,"utils/nn.py",10653,0,"",python,selection_command +11757,23201476,"utils/nn.py",10611,0,"",python,selection_command +11758,23201591,"utils/nn.py",10565,0,"",python,selection_command +11759,23201591,"utils/nn.py",10523,0,"",python,selection_command +11760,23201592,"utils/nn.py",10477,0,"",python,selection_command +11761,23201612,"utils/nn.py",10443,0,"",python,selection_command +11762,23201644,"utils/nn.py",10411,0,"",python,selection_command +11763,23201679,"utils/nn.py",10370,0,"",python,selection_command +11764,23201789,"utils/nn.py",10345,0,"",python,selection_command +11765,23201789,"utils/nn.py",10336,0,"",python,selection_command +11766,23201958,"utils/nn.py",10289,0,"",python,selection_command +11767,23202184,"utils/nn.py",10335,0,"\n ",python,content +11768,23202472,"utils/nn.py",10336,8,"",python,content +11769,23202665,"utils/nn.py",10336,0,"\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )",python,content +11770,23202684,"utils/nn.py",10337,0,"",python,selection_command +11771,23203535,"utils/nn.py",10337,1,"",python,content +11772,23203535,"utils/nn.py",10345,0,"",python,selection_command +11773,23204220,"utils/nn.py",10387,0,"",python,selection_command +11774,23204467,"utils/nn.py",10428,0,"",python,selection_command +11775,23204490,"utils/nn.py",10470,0,"",python,selection_command +11776,23204521,"utils/nn.py",10500,0,"",python,selection_command +11777,23204550,"utils/nn.py",10523,0,"",python,selection_command +11778,23204591,"utils/nn.py",10533,0,"",python,selection_command +11779,23204622,"utils/nn.py",10572,0,"",python,selection_command +11780,23204739,"utils/nn.py",10612,0,"",python,selection_command +11781,23205263,"utils/nn.py",10653,0,"",python,selection_command +11782,23205480,"utils/nn.py",10695,0,"",python,selection_command +11783,23205496,"utils/nn.py",10725,0,"",python,selection_command +11784,23205552,"utils/nn.py",10748,0,"",python,selection_command +11785,23205572,"utils/nn.py",10758,0,"",python,selection_command +11786,23205597,"utils/nn.py",10800,0,"",python,selection_command +11787,23205629,"utils/nn.py",10841,0,"",python,selection_command +11788,23205663,"utils/nn.py",10883,0,"",python,selection_command +11789,23205698,"utils/nn.py",10913,0,"",python,selection_command +11790,23205786,"utils/nn.py",10936,0,"",python,selection_command +11791,23205786,"utils/nn.py",10938,0,"",python,selection_command +11792,23205798,"utils/nn.py",10947,0,"",python,selection_command +11793,23205831,"utils/nn.py",10972,0,"",python,selection_command +11794,23205866,"utils/nn.py",11013,0,"",python,selection_command +11795,23205983,"utils/nn.py",11045,0,"",python,selection_command +11796,23205983,"utils/nn.py",11079,0,"",python,selection_command +11797,23205983,"utils/nn.py",11125,0,"",python,selection_command +11798,23205997,"utils/nn.py",11167,0,"",python,selection_command +11799,23206033,"utils/nn.py",11213,0,"",python,selection_command +11800,23206066,"utils/nn.py",11255,0,"",python,selection_command +11801,23206099,"utils/nn.py",11305,0,"",python,selection_command +11802,23206132,"utils/nn.py",11343,0,"",python,selection_command +11803,23206166,"utils/nn.py",11409,0,"",python,selection_command +11804,23206200,"utils/nn.py",11440,0,"",python,selection_command +11805,23206310,"utils/nn.py",11458,0,"",python,selection_command +11806,23206311,"utils/nn.py",11472,0,"",python,selection_command +11807,23206311,"utils/nn.py",11512,0,"",python,selection_command +11808,23206333,"utils/nn.py",11552,0,"",python,selection_command +11809,23206365,"utils/nn.py",11591,0,"",python,selection_command +11810,23206400,"utils/nn.py",11633,0,"",python,selection_command +11811,23206508,"utils/nn.py",11663,0,"",python,selection_command +11812,23206509,"utils/nn.py",11686,0,"",python,selection_command +11813,23206509,"utils/nn.py",11688,0,"",python,selection_command +11814,23206535,"utils/nn.py",11697,0,"",python,selection_command +11815,23207558,"utils/nn.py",11689,0,"",python,selection_command +11816,23207733,"utils/nn.py",11740,0,"",python,selection_command +11817,23207970,"utils/nn.py",11772,0,"",python,selection_command +11818,23208083,"utils/nn.py",11804,0,"",python,selection_command +11819,23208084,"utils/nn.py",11836,0,"",python,selection_command +11820,23208084,"utils/nn.py",11837,0,"",python,selection_command +11821,23208118,"utils/nn.py",11871,0,"",python,selection_command +11822,23208150,"utils/nn.py",11896,0,"",python,selection_command +11823,23208277,"utils/nn.py",11897,0,"",python,selection_command +11824,23208430,"utils/nn.py",11930,0,"",python,selection_command +11825,23220497,"utils/nn.py",11845,0,"",python,selection_command +11826,23221047,"utils/nn.py",6204,0,"",python,selection_command +11827,23222089,"utils/nn.py",11845,0,"",python,selection_command +11828,23223059,"utils/nn.py",11879,0,"",python,selection_command +11829,23223366,"utils/nn.py",11896,0,"",python,selection_command +11830,23223527,"utils/nn.py",11905,0,"",python,selection_command +11831,23223832,"utils/nn.py",11938,0,"",python,selection_command +11832,23224069,"utils/nn.py",11930,0,"",python,selection_command +11833,23240311,"utils/nn.py",11931,0,"",python,selection_command +11834,23240778,"utils/nn.py",11930,0,"",python,selection_command +11835,23241098,"utils/nn.py",6204,0,"",python,selection_command +11836,23241929,"utils/nn.py",6236,0,"",python,selection_command +11837,23242177,"utils/nn.py",6268,0,"",python,selection_command +11838,23242206,"utils/nn.py",6292,0,"",python,selection_command +11839,23242224,"utils/nn.py",6301,0,"",python,selection_command +11840,23242260,"utils/nn.py",6335,0,"",python,selection_command +11841,23242293,"utils/nn.py",6352,0,"",python,selection_command +11842,23242422,"utils/nn.py",6361,0,"",python,selection_command +11843,23242593,"utils/nn.py",6394,0,"",python,selection_command +11844,23242814,"utils/nn.py",6386,29," return x # (B, T, E)",python,selection_command +11845,23274036,"utils/nn.py",6394,0,"",python,selection_command +11846,23274398,"utils/nn.py",6399,0,"",python,selection_command +11847,23274554,"utils/nn.py",6401,0,"",python,selection_command +11848,23274689,"utils/nn.py",6404,0,"",python,selection_command +11849,23274833,"utils/nn.py",6406,0,"",python,selection_command +11850,23274980,"utils/nn.py",6407,0,"",python,selection_command +11851,23275141,"utils/nn.py",6408,0,"",python,selection_command +11852,23275394,"utils/nn.py",6410,0,"",python,selection_command +11853,23276004,"utils/nn.py",6411,0,"",python,selection_command +11854,23276135,"utils/nn.py",6412,0,"",python,selection_command +11855,23276229,"utils/nn.py",6412,0,",",python,content +11856,23276230,"utils/nn.py",6413,0,"",python,selection_keyboard +11857,23276362,"utils/nn.py",6413,0," ",python,content +11858,23276362,"utils/nn.py",6414,0,"",python,selection_keyboard +11859,23276864,"utils/nn.py",6413,1,"",python,content +11860,23276914,"utils/nn.py",6412,1,"",python,content +11861,23276984,"utils/nn.py",6412,0," ",python,content +11862,23276984,"utils/nn.py",6413,0,"",python,selection_keyboard +11863,23277186,"utils/nn.py",6413,0,"S",python,content +11864,23277186,"utils/nn.py",6414,0,"",python,selection_keyboard +11865,23277401,"utils/nn.py",6414,0,",",python,content +11866,23277402,"utils/nn.py",6415,0,"",python,selection_keyboard +11867,23277588,"utils/nn.py",6414,0,"",python,selection_command +11868,23278459,"utils/nn.py",6386,0,"",python,selection_command +11869,23361841,"utils/nn.py",6419,0,"",python,selection_mouse +11870,23393912,"utils/nn.py",6386,0,"",python,selection_command +11871,23394104,"utils/nn.py",6353,0,"",python,selection_command +11872,23394375,"utils/nn.py",6386,0,"",python,selection_command +11873,23394442,"utils/nn.py",6394,0,"",python,selection_command +11874,23394575,"utils/nn.py",6401,0,"",python,selection_command +11875,23394681,"utils/nn.py",6404,0,"",python,selection_command +11876,23394895,"utils/nn.py",6406,0,"",python,selection_command +11877,23395025,"utils/nn.py",6407,0,"",python,selection_command +11878,23395151,"utils/nn.py",6408,0,"",python,selection_command +11879,23395306,"utils/nn.py",6410,0,"",python,selection_command +11880,23395503,"utils/nn.py",6411,0,"",python,selection_command +11881,23395938,"utils/nn.py",6413,0,"",python,selection_command +11882,23396465,"utils/nn.py",6413,1,"N",python,content +11883,23397733,"utils/nn.py",7935,0,"",python,selection_command +11884,23397938,"utils/nn.py",9571,0,"",python,selection_command +11885,23398826,"utils/nn.py",9602,0,"",python,selection_command +11886,23399646,"utils/nn.py",9612,0,"",python,selection_command +11887,23399826,"utils/nn.py",9621,0,"",python,selection_command +11888,23400058,"utils/nn.py",10975,0,"",python,selection_command +11889,23400489,"utils/nn.py",11016,0,"",python,selection_command +11890,23400727,"utils/nn.py",11048,0,"",python,selection_command +11891,23400750,"utils/nn.py",11082,0,"",python,selection_command +11892,23400783,"utils/nn.py",11128,0,"",python,selection_command +11893,23400816,"utils/nn.py",11170,0,"",python,selection_command +11894,23400849,"utils/nn.py",11216,0,"",python,selection_command +11895,23400883,"utils/nn.py",11258,0,"",python,selection_command +11896,23400916,"utils/nn.py",11308,0,"",python,selection_command +11897,23400949,"utils/nn.py",11346,0,"",python,selection_command +11898,23401007,"utils/nn.py",11412,0,"",python,selection_command +11899,23401037,"utils/nn.py",11443,0,"",python,selection_command +11900,23401067,"utils/nn.py",11461,0,"",python,selection_command +11901,23401083,"utils/nn.py",11475,0,"",python,selection_command +11902,23401116,"utils/nn.py",11515,0,"",python,selection_command +11903,23401150,"utils/nn.py",11555,0,"",python,selection_command +11904,23401187,"utils/nn.py",11594,0,"",python,selection_command +11905,23401216,"utils/nn.py",11636,0,"",python,selection_command +11906,23401249,"utils/nn.py",11666,0,"",python,selection_command +11907,23401283,"utils/nn.py",11689,0,"",python,selection_command +11908,23401316,"utils/nn.py",11691,0,"",python,selection_command +11909,23401350,"utils/nn.py",11700,0,"",python,selection_command +11910,23401382,"utils/nn.py",11751,0,"",python,selection_command +11911,23401415,"utils/nn.py",11783,0,"",python,selection_command +11912,23401449,"utils/nn.py",11815,0,"",python,selection_command +11913,23401482,"utils/nn.py",11839,0,"",python,selection_command +11914,23401515,"utils/nn.py",11848,0,"",python,selection_command +11915,23401548,"utils/nn.py",11882,0,"",python,selection_command +11916,23401582,"utils/nn.py",11899,0,"",python,selection_command +11917,23401616,"utils/nn.py",11908,0,"",python,selection_command +11918,23401649,"utils/nn.py",11941,0,"",python,selection_command +11919,23401682,"utils/nn.py",11963,0,"",python,selection_command +11920,23401987,"utils/nn.py",11941,0,"",python,selection_command +11921,23402757,"utils/nn.py",11960,0,"N, ",python,content +11922,23402758,"utils/nn.py",11963,0,"",python,selection_command +11923,23403586,"utils/nn.py",11933,0,"",python,selection_command +11924,23411084,"utils/nn.py",8933,0,"",python,selection_command +11925,23411636,"utils/nn.py",5972,0,"",python,selection_command +11926,23412099,"utils/nn.py",3220,0,"",python,selection_command +11927,23412738,"utils/nn.py",80,0,"",python,selection_command +11928,23412911,"utils/nn.py",0,0,"",python,selection_command +11929,23413745,"utils/nn.py",3033,0,"",python,selection_command +11930,23413916,"utils/nn.py",5876,0,"",python,selection_command +11931,23414102,"utils/nn.py",8862,0,"",python,selection_command +11932,23414267,"utils/nn.py",11839,0,"",python,selection_command +11933,23414432,"utils/nn.py",15371,0,"",python,selection_command +11934,23414615,"utils/nn.py",15877,0,"",python,selection_command +11935,23415238,"utils/nn.py",12380,0,"",python,selection_command +11936,23415400,"utils/nn.py",9544,0,"",python,selection_command +11937,23415546,"utils/nn.py",6361,0,"",python,selection_command +11938,23415653,"utils/nn.py",3637,0,"",python,selection_command +11939,23415842,"utils/nn.py",653,0,"",python,selection_command +11940,23415976,"utils/nn.py",0,0,"",python,selection_command +11941,23416695,"utils/nn.py",3033,0,"",python,selection_command +11942,23417367,"utils/nn.py",5876,0,"",python,selection_command +11943,23417889,"utils/nn.py",8862,0,"",python,selection_command +11944,23418126,"utils/nn.py",11839,0,"",python,selection_command +11945,23418299,"utils/nn.py",15371,0,"",python,selection_command +11946,23418641,"utils/nn.py",15877,0,"",python,selection_command +11947,23419330,"utils/nn.py",12380,0,"",python,selection_command +11948,23421249,"utils/nn.py",9544,0,"",python,selection_command +11949,23421330,"utils/nn.py",6361,0,"",python,selection_command +11950,23421519,"utils/nn.py",3637,0,"",python,selection_command +11951,23421645,"utils/nn.py",653,0,"",python,selection_command +11952,23421802,"utils/nn.py",0,0,"",python,selection_command +11953,23422946,"utils/nn.py",12,0,"",python,selection_command +11954,23423109,"utils/nn.py",47,0,"",python,selection_command +11955,23423358,"utils/nn.py",48,0,"",python,selection_command +11956,23423388,"utils/nn.py",69,0,"",python,selection_command +11957,23423421,"utils/nn.py",80,0,"",python,selection_command +11958,23423455,"utils/nn.py",104,0,"",python,selection_command +11959,23423485,"utils/nn.py",118,0,"",python,selection_command +11960,23423795,"utils/nn.py",119,0,"",python,selection_command +11961,23459608,"utils/nn.py",1687,0,"",python,selection_command +11962,23459779,"utils/nn.py",3291,0,"",python,selection_command +11963,23460170,"utils/nn.py",4493,0,"",python,selection_command +11964,23460636,"utils/nn.py",6093,0,"",python,selection_command +11965,23461414,"utils/nn.py",7431,0,"",python,selection_command +11966,23462243,"utils/nn.py",9081,0,"",python,selection_command +11967,23462696,"utils/nn.py",10526,0,"",python,selection_command +11968,23464700,"utils/nn.py",9081,0,"",python,selection_command +11969,23465026,"utils/nn.py",7431,0,"",python,selection_command +11970,23465222,"utils/nn.py",9081,0,"",python,selection_command +11971,23465747,"utils/nn.py",10526,0,"",python,selection_command +11972,23472612,"models/dynamics.py",0,0,"",python,tab +11973,23474733,"models/dynamics.py",4853,0,"",python,selection_command +11974,23475190,"models/dynamics.py",4808,0,"",python,selection_command +11975,23475419,"models/dynamics.py",4734,0,"",python,selection_command +11976,23475603,"models/dynamics.py",4674,0,"",python,selection_command +11977,23475613,"models/dynamics.py",4614,0,"",python,selection_command +11978,23475644,"models/dynamics.py",4575,0,"",python,selection_command +11979,23475683,"models/dynamics.py",4530,0,"",python,selection_command +11980,23475714,"models/dynamics.py",4465,0,"",python,selection_command +11981,23475987,"models/dynamics.py",4530,0,"",python,selection_command +11982,23476179,"models/dynamics.py",4575,0,"",python,selection_command +11983,23476702,"models/dynamics.py",4614,0,"",python,selection_command +11984,23478172,"models/dynamics.py",3096,0,"",python,selection_command +11985,23480033,"models/dynamics.py",3082,0,"",python,selection_command +11986,23480275,"models/dynamics.py",3064,0,"",python,selection_command +11987,23480300,"models/dynamics.py",3055,0,"",python,selection_command +11988,23480332,"models/dynamics.py",3031,0,"",python,selection_command +11989,23480367,"models/dynamics.py",2997,0,"",python,selection_command +11990,23480403,"models/dynamics.py",2988,0,"",python,selection_command +11991,23480433,"models/dynamics.py",2968,0,"",python,selection_command +11992,23480465,"models/dynamics.py",2923,0,"",python,selection_command +11993,23480499,"models/dynamics.py",2849,0,"",python,selection_command +11994,23480532,"models/dynamics.py",2789,0,"",python,selection_command +11995,23480653,"models/dynamics.py",2752,0,"",python,selection_command +11996,23480654,"models/dynamics.py",2743,0,"",python,selection_command +11997,23480654,"models/dynamics.py",2727,0,"",python,selection_command +11998,23480665,"models/dynamics.py",2713,0,"",python,selection_command +11999,23480700,"models/dynamics.py",2699,0,"",python,selection_command +12000,23480730,"models/dynamics.py",2623,0,"",python,selection_command +12001,23480766,"models/dynamics.py",2588,0,"",python,selection_command +12002,23480799,"models/dynamics.py",2544,0,"",python,selection_command +12003,23480833,"models/dynamics.py",2494,0,"",python,selection_command +12004,23480865,"models/dynamics.py",2462,0,"",python,selection_command +12005,23480899,"models/dynamics.py",2377,0,"",python,selection_command +12006,23480931,"models/dynamics.py",2348,0,"",python,selection_command +12007,23480966,"models/dynamics.py",2295,0,"",python,selection_command +12008,23481000,"models/dynamics.py",2281,0,"",python,selection_command +12009,23481033,"models/dynamics.py",2210,0,"",python,selection_command +12010,23481065,"models/dynamics.py",2166,0,"",python,selection_command +12011,23481177,"models/dynamics.py",2077,0,"",python,selection_command +12012,23481177,"models/dynamics.py",2033,0,"",python,selection_command +12013,23481177,"models/dynamics.py",2012,0,"",python,selection_command +12014,23481198,"models/dynamics.py",1952,0,"",python,selection_command +12015,23481232,"models/dynamics.py",1922,0,"",python,selection_command +12016,23481558,"models/dynamics.py",1952,0,"",python,selection_command +12017,23482466,"models/dynamics.py",4853,0,"",python,selection_command +12018,23483027,"models/dynamics.py",4808,0,"",python,selection_command +12019,23483278,"models/dynamics.py",4734,0,"",python,selection_command +12020,23483289,"models/dynamics.py",4674,0,"",python,selection_command +12021,23483319,"models/dynamics.py",4614,0,"",python,selection_command +12022,23484166,"models/dynamics.py",1952,0,"",python,selection_command +12023,23485096,"models/dynamics.py",4614,0,"",python,selection_command +12024,23496507,"models/dynamics.py",4674,0,"",python,selection_command +12025,23496670,"models/dynamics.py",4734,0,"",python,selection_command +12026,23538944,"models/dynamics.py",4734,0,"v",python,content +12027,23538944,"models/dynamics.py",4735,0,"",python,selection_keyboard +12028,23539560,"models/dynamics.py",4734,1,"",python,content +12029,23539633,"models/dynamics.py",4733,0,"",python,selection_command +12030,23540077,"models/dynamics.py",4799,0,"\n ",python,content +12031,23540717,"models/dynamics.py",4808,0,"#",python,content +12032,23540717,"models/dynamics.py",4809,0,"",python,selection_keyboard +12033,23540767,"models/dynamics.py",4809,0," ",python,content +12034,23540767,"models/dynamics.py",4810,0,"",python,selection_keyboard +12035,23541074,"models/dynamics.py",4810,0,"f",python,content +12036,23541074,"models/dynamics.py",4811,0,"",python,selection_keyboard +12037,23541167,"models/dynamics.py",4811,0,"l",python,content +12038,23541167,"models/dynamics.py",4812,0,"",python,selection_keyboard +12039,23541250,"models/dynamics.py",4812,0,"a",python,content +12040,23541251,"models/dynamics.py",4813,0,"",python,selection_keyboard +12041,23541343,"models/dynamics.py",4813,0,"t",python,content +12042,23541343,"models/dynamics.py",4814,0,"",python,selection_keyboard +12043,23541483,"models/dynamics.py",4814,0,"t",python,content +12044,23541483,"models/dynamics.py",4815,0,"",python,selection_keyboard +12045,23541526,"models/dynamics.py",4815,0,"e",python,content +12046,23541526,"models/dynamics.py",4816,0,"",python,selection_keyboard +12047,23541662,"models/dynamics.py",4816,0,"n",python,content +12048,23541663,"models/dynamics.py",4817,0,"",python,selection_keyboard +12049,23541765,"models/dynamics.py",4817,0,"t",python,content +12050,23541765,"models/dynamics.py",4818,0,"",python,selection_keyboard +12051,23541850,"models/dynamics.py",4818,0," ",python,content +12052,23541850,"models/dynamics.py",4819,0,"",python,selection_keyboard +12053,23542243,"models/dynamics.py",4818,1,"",python,content +12054,23542371,"models/dynamics.py",4817,1,"",python,content +12055,23542420,"models/dynamics.py",4817,0," ",python,content +12056,23542421,"models/dynamics.py",4818,0,"",python,selection_keyboard +12057,23548372,"models/dynamics.py",4818,0,"t",python,content +12058,23548372,"models/dynamics.py",4819,0,"",python,selection_keyboard +12059,23548597,"models/dynamics.py",4819,0,"h",python,content +12060,23548597,"models/dynamics.py",4820,0,"",python,selection_keyboard +12061,23548645,"models/dynamics.py",4820,0,"e",python,content +12062,23548646,"models/dynamics.py",4821,0,"",python,selection_keyboard +12063,23548985,"models/dynamics.py",4821,0," ",python,content +12064,23548986,"models/dynamics.py",4822,0,"",python,selection_keyboard +12065,23549269,"models/dynamics.py",4822,0,"s",python,content +12066,23549269,"models/dynamics.py",4823,0,"",python,selection_keyboard +12067,23549404,"models/dynamics.py",4823,0,"p",python,content +12068,23549404,"models/dynamics.py",4824,0,"",python,selection_keyboard +12069,23549404,"models/dynamics.py",4824,0,"a",python,content +12070,23549405,"models/dynamics.py",4825,0,"",python,selection_keyboard +12071,23549482,"models/dynamics.py",4825,0,"t",python,content +12072,23549482,"models/dynamics.py",4826,0,"",python,selection_keyboard +12073,23549547,"models/dynamics.py",4826,0,"i",python,content +12074,23549547,"models/dynamics.py",4827,0,"",python,selection_keyboard +12075,23549734,"models/dynamics.py",4827,0,"a",python,content +12076,23549735,"models/dynamics.py",4828,0,"",python,selection_keyboard +12077,23549743,"models/dynamics.py",4828,0,"l",python,content +12078,23549743,"models/dynamics.py",4829,0,"",python,selection_keyboard +12079,23549785,"models/dynamics.py",4829,0," ",python,content +12080,23549785,"models/dynamics.py",4830,0,"",python,selection_keyboard +12081,23549927,"models/dynamics.py",4830,0,"d",python,content +12082,23549927,"models/dynamics.py",4831,0,"",python,selection_keyboard +12083,23550011,"models/dynamics.py",4831,0,"i",python,content +12084,23550011,"models/dynamics.py",4832,0,"",python,selection_keyboard +12085,23550066,"models/dynamics.py",4832,0,"m",python,content +12086,23550066,"models/dynamics.py",4833,0,"",python,selection_keyboard +12087,23550255,"models/dynamics.py",4833,0,"e",python,content +12088,23550255,"models/dynamics.py",4834,0,"",python,selection_keyboard +12089,23550256,"models/dynamics.py",4834,0,"n",python,content +12090,23550256,"models/dynamics.py",4835,0,"",python,selection_keyboard +12091,23550455,"models/dynamics.py",4835,0,"s",python,content +12092,23550455,"models/dynamics.py",4836,0,"",python,selection_keyboard +12093,23550456,"models/dynamics.py",4836,0,"i",python,content +12094,23550456,"models/dynamics.py",4837,0,"",python,selection_keyboard +12095,23550521,"models/dynamics.py",4837,0,"o",python,content +12096,23550521,"models/dynamics.py",4838,0,"",python,selection_keyboard +12097,23550548,"models/dynamics.py",4838,0,"n",python,content +12098,23550548,"models/dynamics.py",4839,0,"",python,selection_keyboard +12099,23550802,"models/dynamics.py",4839,0,"\n ",python,content +12100,23552204,"models/dynamics.py",4848,0,"vid_embed = vid_embed.reshape(vid_embed.shape[0], -1, vid_embed.shape[-1])",python,content +12101,23552552,"models/dynamics.py",4921,0,"",python,selection_command +12102,23552779,"models/dynamics.py",4840,0,"",python,selection_command +12103,23552931,"models/dynamics.py",4848,0,"",python,selection_command +12104,23553098,"models/dynamics.py",4858,0,"",python,selection_command +12105,23553405,"models/dynamics.py",4860,0,"",python,selection_command +12106,23553405,"models/dynamics.py",4869,0,"",python,selection_command +12107,23553406,"models/dynamics.py",4870,0,"",python,selection_command +12108,23553430,"models/dynamics.py",4877,0,"",python,selection_command +12109,23553467,"models/dynamics.py",4878,0,"",python,selection_command +12110,23553670,"models/dynamics.py",4887,0,"",python,selection_command +12111,23553933,"models/dynamics.py",4888,0,"",python,selection_command +12112,23553947,"models/dynamics.py",4893,0,"",python,selection_command +12113,23553981,"models/dynamics.py",4894,0,"",python,selection_command +12114,23554012,"models/dynamics.py",4895,0,"",python,selection_command +12115,23554153,"models/dynamics.py",4898,0,"",python,selection_command +12116,23554868,"models/dynamics.py",4895,0,"",python,selection_command +12117,23555340,"models/dynamics.py",4894,0,"",python,selection_command +12118,23555518,"models/dynamics.py",4893,0,"",python,selection_command +12119,23555696,"models/dynamics.py",4888,0,"",python,selection_command +12120,23555824,"models/dynamics.py",4887,0,"",python,selection_command +12121,23556021,"models/dynamics.py",4878,0,"",python,selection_command +12122,23556084,"models/dynamics.py",4877,0,"",python,selection_command +12123,23556223,"models/dynamics.py",4870,0,"",python,selection_command +12124,23556547,"models/dynamics.py",4869,0,"",python,selection_command +12125,23556690,"models/dynamics.py",4860,0,"",python,selection_command +12126,23556875,"models/dynamics.py",4858,0,"",python,selection_command +12127,23557594,"models/dynamics.py",4860,0,"",python,selection_command +12128,23557922,"models/dynamics.py",4860,62,"",python,content +12129,23558119,"models/dynamics.py",4860,0,"j",python,content +12130,23558119,"models/dynamics.py",4861,0,"",python,selection_keyboard +12131,23558251,"models/dynamics.py",4861,0,"n",python,content +12132,23558251,"models/dynamics.py",4862,0,"",python,selection_keyboard +12133,23558455,"models/dynamics.py",4862,0,"p",python,content +12134,23558455,"models/dynamics.py",4863,0,"",python,selection_keyboard +12135,23558543,"models/dynamics.py",4863,0,".",python,content +12136,23558543,"models/dynamics.py",4864,0,"",python,selection_keyboard +12137,23558671,"models/dynamics.py",4864,0,"e",python,content +12138,23558671,"models/dynamics.py",4865,0,"",python,selection_keyboard +12139,23558807,"models/dynamics.py",4865,0,"i",python,content +12140,23558807,"models/dynamics.py",4866,0,"",python,selection_keyboard +12141,23558864,"models/dynamics.py",4866,0,"n",python,content +12142,23558864,"models/dynamics.py",4867,0,"",python,selection_keyboard +12143,23558974,"models/dynamics.py",4867,0,"s",python,content +12144,23558974,"models/dynamics.py",4868,0,"",python,selection_keyboard +12145,23559169,"models/dynamics.py",4868,0,"u",python,content +12146,23559169,"models/dynamics.py",4869,0,"",python,selection_keyboard +12147,23559181,"models/dynamics.py",4869,0,"m",python,content +12148,23559182,"models/dynamics.py",4870,0,"",python,selection_keyboard +12149,23567032,"models/dynamics.py",4869,0,"",python,selection_command +12150,23568663,"models/dynamics.py",4870,0,"",python,selection_command +12151,23568750,"models/dynamics.py",4870,0,"()",python,content +12152,23568750,"models/dynamics.py",4871,0,"",python,selection_keyboard +12153,23569998,"models/dynamics.py",4871,0,"""b t n e -> b t (n e)"", vid_embed",python,content +12154,23570254,"models/dynamics.py",4903,0,"",python,selection_command +12155,23571287,"models/dynamics.py",4840,0,"",python,selection_command +12156,23571398,"models/dynamics.py",4848,0,"",python,selection_command +12157,23571661,"models/dynamics.py",4858,0,"",python,selection_command +12158,23571692,"models/dynamics.py",4860,0,"",python,selection_command +12159,23571715,"models/dynamics.py",4863,0,"",python,selection_command +12160,23571749,"models/dynamics.py",4864,0,"",python,selection_command +12161,23571783,"models/dynamics.py",4870,0,"",python,selection_command +12162,23571818,"models/dynamics.py",4872,0,"",python,selection_command +12163,23571853,"models/dynamics.py",4874,0,"",python,selection_command +12164,23571883,"models/dynamics.py",4876,0,"",python,selection_command +12165,23572796,"models/dynamics.py",4874,0,"",python,selection_command +12166,23572948,"models/dynamics.py",4872,0,"",python,selection_command +12167,23573252,"models/dynamics.py",4874,0,"",python,selection_command +12168,23573470,"models/dynamics.py",4876,0,"",python,selection_command +12169,23573665,"models/dynamics.py",4878,0,"",python,selection_command +12170,23573802,"models/dynamics.py",4880,0,"",python,selection_command +12171,23574065,"models/dynamics.py",4883,0,"",python,selection_command +12172,23574569,"models/dynamics.py",4885,0,"",python,selection_command +12173,23574699,"models/dynamics.py",4887,0,"",python,selection_command +12174,23575017,"models/dynamics.py",4888,0,"",python,selection_command +12175,23575283,"models/dynamics.py",4890,0,"",python,selection_command +12176,23575843,"models/dynamics.py",4891,0,"",python,selection_command +12177,23576140,"models/dynamics.py",4891,1,"",python,content +12178,23576353,"models/dynamics.py",4890,0,"",python,selection_command +12179,23576505,"models/dynamics.py",4889,0,"",python,selection_command +12180,23576638,"models/dynamics.py",4888,0,"",python,selection_command +12181,23576966,"models/dynamics.py",4889,0,")",python,content +12182,23576967,"models/dynamics.py",4889,0,"",python,selection_command +12183,23577150,"models/dynamics.py",4888,0,"",python,selection_command +12184,23577323,"models/dynamics.py",4887,0,"",python,selection_command +12185,23577435,"models/dynamics.py",4887,1,"",python,content +12186,23577532,"models/dynamics.py",4886,0,"",python,selection_command +12187,23577687,"models/dynamics.py",4885,0,"",python,selection_command +12188,23577846,"models/dynamics.py",4884,0,"",python,selection_command +12189,23577952,"models/dynamics.py",4885,0,"(",python,content +12190,23577952,"models/dynamics.py",4885,0,"",python,selection_command +12191,23580574,"models/dynamics.py",4840,0,"",python,selection_command +12192,23581128,"models/dynamics.py",4800,0,"",python,selection_command +12193,23581325,"models/dynamics.py",4840,0,"",python,selection_command +12194,23581514,"models/dynamics.py",4906,0,"",python,selection_command +12195,23581848,"models/dynamics.py",4951,0,"",python,selection_command +12196,23582509,"models/dynamics.py",4800,0,"",python,selection_command +12197,23582707,"models/dynamics.py",4840,0,"",python,selection_command +12198,23582873,"models/dynamics.py",4906,0,"",python,selection_command +12199,23583053,"models/dynamics.py",4951,0,"",python,selection_command +12200,23583365,"models/dynamics.py",4906,0,"",python,selection_command +12201,23584931,"models/dynamics.py",4950,0,"\n ",python,content +12202,23586206,"models/dynamics.py",4959,0,"# unflatten the spatial dimension",python,content +12203,23586543,"models/dynamics.py",4992,0,"\n ",python,content +12204,23591276,"models/dynamics.py",5001,0,"l",python,content +12205,23591276,"models/dynamics.py",5002,0,"",python,selection_keyboard +12206,23591429,"models/dynamics.py",5002,0,"o",python,content +12207,23591429,"models/dynamics.py",5003,0,"",python,selection_keyboard +12208,23591516,"models/dynamics.py",5003,0,"g",python,content +12209,23591516,"models/dynamics.py",5004,0,"",python,selection_keyboard +12210,23591620,"models/dynamics.py",5004,0,"i",python,content +12211,23591620,"models/dynamics.py",5005,0,"",python,selection_keyboard +12212,23591713,"models/dynamics.py",5005,0,"t",python,content +12213,23591714,"models/dynamics.py",5006,0,"",python,selection_keyboard +12214,23591765,"models/dynamics.py",5006,0,"s",python,content +12215,23591765,"models/dynamics.py",5007,0,"",python,selection_keyboard +12216,23591834,"models/dynamics.py",5007,0," ",python,content +12217,23591835,"models/dynamics.py",5008,0,"",python,selection_keyboard +12218,23591968,"models/dynamics.py",5008,0,"=",python,content +12219,23591969,"models/dynamics.py",5009,0,"",python,selection_keyboard +12220,23592063,"models/dynamics.py",5009,0," ",python,content +12221,23592063,"models/dynamics.py",5010,0,"",python,selection_keyboard +12222,23593803,"models/dynamics.py",5010,0,"j",python,content +12223,23593803,"models/dynamics.py",5011,0,"",python,selection_keyboard +12224,23593953,"models/dynamics.py",5011,0,"n",python,content +12225,23593953,"models/dynamics.py",5012,0,"",python,selection_keyboard +12226,23594012,"models/dynamics.py",5012,0,"p",python,content +12227,23594012,"models/dynamics.py",5013,0,"",python,selection_keyboard +12228,23594204,"models/dynamics.py",5013,0,".",python,content +12229,23594204,"models/dynamics.py",5014,0,"",python,selection_keyboard +12230,23594350,"models/dynamics.py",5014,0,"e",python,content +12231,23594350,"models/dynamics.py",5015,0,"",python,selection_keyboard +12232,23594461,"models/dynamics.py",5015,0,"i",python,content +12233,23594461,"models/dynamics.py",5016,0,"",python,selection_keyboard +12234,23594529,"models/dynamics.py",5016,0,"n",python,content +12235,23594529,"models/dynamics.py",5017,0,"",python,selection_keyboard +12236,23594576,"models/dynamics.py",5017,0,"s",python,content +12237,23594577,"models/dynamics.py",5018,0,"",python,selection_keyboard +12238,23594775,"models/dynamics.py",5018,0,"u",python,content +12239,23594775,"models/dynamics.py",5019,0,"",python,selection_keyboard +12240,23594905,"models/dynamics.py",5019,0,"m",python,content +12241,23594906,"models/dynamics.py",5020,0,"",python,selection_keyboard +12242,23595155,"models/dynamics.py",5020,0,"()",python,content +12243,23595155,"models/dynamics.py",5021,0,"",python,selection_keyboard +12244,23596443,"models/dynamics.py",5020,0,"",python,selection_command +12245,23596875,"models/dynamics.py",4978,0,"",python,selection_command +12246,23597024,"models/dynamics.py",4933,0,"",python,selection_command +12247,23597170,"models/dynamics.py",4867,0,"",python,selection_command +12248,23597505,"models/dynamics.py",4840,0,"",python,selection_command +12249,23612695,"models/dynamics.py",4906,0,"",python,selection_command +12250,23612920,"models/dynamics.py",4951,0,"",python,selection_command +12251,23613067,"models/dynamics.py",4993,0,"",python,selection_command +12252,23613591,"models/dynamics.py",5001,0,"",python,selection_command +12253,23613597,"models/dynamics.py",5008,0,"",python,selection_command +12254,23613801,"models/dynamics.py",5010,0,"",python,selection_command +12255,23613941,"models/dynamics.py",5013,0,"",python,selection_command +12256,23614133,"models/dynamics.py",5014,0,"",python,selection_command +12257,23614316,"models/dynamics.py",5020,0,"",python,selection_command +12258,23614540,"models/dynamics.py",5031,0,"",python,selection_command +12259,23614985,"models/dynamics.py",5020,0,"",python,selection_command +12260,23616381,"models/dynamics.py",5021,0,"",python,selection_command +12261,23616758,"models/dynamics.py",5021,0,"""""",python,content +12262,23616758,"models/dynamics.py",5022,0,"",python,selection_keyboard +12263,23616803,"models/dynamics.py",5022,1,"""",python,content +12264,23616803,"models/dynamics.py",5023,0,"",python,selection_keyboard +12265,23617295,"models/dynamics.py",5022,0,"",python,selection_command +12266,23617853,"models/dynamics.py",5022,0,"b",python,content +12267,23617853,"models/dynamics.py",5023,0,"",python,selection_keyboard +12268,23617973,"models/dynamics.py",5023,0," ",python,content +12269,23617973,"models/dynamics.py",5024,0,"",python,selection_keyboard +12270,23618132,"models/dynamics.py",5024,0,"t",python,content +12271,23618132,"models/dynamics.py",5025,0,"",python,selection_keyboard +12272,23618218,"models/dynamics.py",5025,0," ",python,content +12273,23618218,"models/dynamics.py",5026,0,"",python,selection_keyboard +12274,23618975,"models/dynamics.py",5025,1,"",python,content +12275,23619184,"models/dynamics.py",5024,1,"",python,content +12276,23619378,"models/dynamics.py",5024,0,"()",python,content +12277,23619379,"models/dynamics.py",5025,0,"",python,selection_keyboard +12278,23620328,"models/dynamics.py",5025,0,"t",python,content +12279,23620328,"models/dynamics.py",5026,0,"",python,selection_keyboard +12280,23620439,"models/dynamics.py",5026,0," ",python,content +12281,23620439,"models/dynamics.py",5027,0,"",python,selection_keyboard +12282,23620599,"models/dynamics.py",5027,0,"n",python,content +12283,23620599,"models/dynamics.py",5028,0,"",python,selection_keyboard +12284,23620973,"models/dynamics.py",5027,0,"",python,selection_command +12285,23621358,"models/dynamics.py",5028,0,"",python,selection_command +12286,23621475,"models/dynamics.py",5029,0,"",python,selection_command +12287,23621556,"models/dynamics.py",5029,0," ",python,content +12288,23621556,"models/dynamics.py",5030,0,"",python,selection_keyboard +12289,23626838,"models/dynamics.py",5030,0,"v",python,content +12290,23626838,"models/dynamics.py",5031,0,"",python,selection_keyboard +12291,23626932,"models/dynamics.py",5031,0," ",python,content +12292,23626932,"models/dynamics.py",5032,0,"",python,selection_keyboard +12293,23627078,"models/dynamics.py",5032,0,"-",python,content +12294,23627078,"models/dynamics.py",5033,0,"",python,selection_keyboard +12295,23627319,"models/dynamics.py",5033,0,">",python,content +12296,23627319,"models/dynamics.py",5034,0,"",python,selection_keyboard +12297,23627399,"models/dynamics.py",5034,0," ",python,content +12298,23627399,"models/dynamics.py",5035,0,"",python,selection_keyboard +12299,23628437,"models/dynamics.py",5036,0,", logits",python,content +12300,23628437,"models/dynamics.py",5035,0,"b t n v",python,content +12301,23628438,"models/dynamics.py",5051,0,"",python,selection_command +12302,23628694,"models/dynamics.py",5050,0,"",python,selection_command +12303,23630055,"models/dynamics.py",5052,0,"",python,selection_command +12304,23630348,"models/dynamics.py",5051,0,"",python,selection_command +12305,23630514,"models/dynamics.py",4993,0,"",python,selection_command +12306,23648549,"models/dynamics.py",4993,60,"",python,content +12307,23648549,"models/dynamics.py",5001,0,"",python,selection_command +12308,23648617,"models/dynamics.py",4959,0,"",python,selection_command +12309,23648792,"models/dynamics.py",4914,0,"",python,selection_command +12310,23649071,"models/dynamics.py",4848,0,"",python,selection_command +12311,23649419,"models/dynamics.py",4840,66,"",python,content +12312,23649432,"models/dynamics.py",4848,0,"",python,selection_command +12313,23650337,"models/dynamics.py",4848,0,"vid_embed = jnp.einsum(""b t n e -> b (t n) e"", vid_embed)\n ",python,content +12314,23650339,"models/dynamics.py",4848,0,"",python,selection_command +12315,23650648,"models/dynamics.py",4808,0,"",python,selection_command +12316,23651023,"models/dynamics.py",4800,40,"",python,content +12317,23651032,"models/dynamics.py",4808,0,"",python,selection_command +12318,23651368,"models/dynamics.py",4800,66,"",python,content +12319,23651369,"models/dynamics.py",4808,0,"",python,selection_command +12320,23652637,"models/dynamics.py",4853,0,"",python,selection_command +12321,23652939,"models/dynamics.py",4845,42,"",python,content +12322,23652941,"models/dynamics.py",4853,0,"",python,selection_command +12323,23653587,"models/dynamics.py",4845,0,"",python,selection_command +12324,23675671,"models/dynamics.py",4853,0,"# unflatten the spatial dimension\n ",python,content +12325,23675683,"models/dynamics.py",4853,0,"",python,selection_command +12326,23675811,"models/dynamics.py",4808,0,"vid_embed = jnp.einsum(""b t n e -> b (t n) e"", vid_embed)\n ",python,content +12327,23675813,"models/dynamics.py",4808,0,"",python,selection_command +12328,23675972,"models/dynamics.py",4808,0,"# flatten the spatial dimension\n ",python,content +12329,23675984,"models/dynamics.py",4808,0,"",python,selection_command +12330,23676135,"models/dynamics.py",5001,0,"logits = jnp.einsum(""b (t n) v -> b t n v"", logits)\n ",python,content +12331,23676136,"models/dynamics.py",4993,0,"",python,selection_command +12332,23696689,"models/dynamics.py",5053,0,"",python,selection_command +12333,23698010,"models/dynamics.py",5080,0,"\n ",python,content +12334,23698694,"models/dynamics.py",5089,0,"\n ",python,content +12335,23698694,"models/dynamics.py",5081,8,"",python,content +12336,23698873,"models/dynamics.py",5086,4,"",python,content +12337,23699068,"models/dynamics.py",5086,0,"d",python,content +12338,23699068,"models/dynamics.py",5087,0,"",python,selection_keyboard +12339,23699094,"models/dynamics.py",5087,0,"e",python,content +12340,23699094,"models/dynamics.py",5088,0,"",python,selection_keyboard +12341,23699232,"models/dynamics.py",5088,0,"f",python,content +12342,23699232,"models/dynamics.py",5089,0,"",python,selection_keyboard +12343,23699319,"models/dynamics.py",5089,0," ",python,content +12344,23699319,"models/dynamics.py",5090,0,"",python,selection_keyboard +12345,23699990,"models/dynamics.py",5090,0,"s",python,content +12346,23699990,"models/dynamics.py",5091,0,"",python,selection_keyboard diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-ba7dbcd4-5c4f-42a1-b9e3-2228180506061751641251586-2025_07_04-17.01.31.588/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-ba7dbcd4-5c4f-42a1-b9e3-2228180506061751641251586-2025_07_04-17.01.31.588/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c2fadabedba01d59efa7a10453bc4fbe051ced6 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-ba7dbcd4-5c4f-42a1-b9e3-2228180506061751641251586-2025_07_04-17.01.31.588/source.csv @@ -0,0 +1,1573 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,264,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"5:01:31 PM [info] Activating crowd-code\n5:01:31 PM [info] Recording started\n5:01:31 PM [info] Initializing git provider using file system watchers...\n5:01:31 PM [info] Git repository found\n5:01:31 PM [info] Git provider initialized successfully\n",Log,tab +3,279,"extension-output-pdoom-org.crowd-code-#1-crowd-code",245,0,"5:01:31 PM [info] Initial git state: [object Object]\n",Log,content +4,2402,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\nimport shutil\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n tmp_ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n # FIXME: we should create a 2D mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(args.tmp_ckpt_dir, f""lam_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if args.ckpt_dir:\n shutil.move(\n os.path.join(args.tmp_ckpt_dir, f""lam_{ts}_{step}""),\n os.path.join(args.ckpt_dir, f""lam_{ts}_{step}""),\n )\n if step >= args.num_steps:\n break\n",python,tab +5,2415,"train_lam.py",63,0,"",python,selection_command +6,15400,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\nimport shutil\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n tmp_ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n # FIXME: we should create a 2D mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(args.tmp_ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if args.ckpt_dir:\n shutil.move(\n os.path.join(args.tmp_ckpt_dir, f""dynamics_{ts}_{step}""),\n os.path.join(args.ckpt_dir, f""dynamics_{ts}_{step}""),\n )\n if step >= args.num_steps:\n break\n",python,tab +7,15403,"train_dynamics.py",63,0,"",python,selection_command +8,230865,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\nimport shutil\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n tmp_ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n # FIXME: we should create a 2D mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(args.tmp_ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if args.ckpt_dir:\n shutil.move(\n os.path.join(args.tmp_ckpt_dir, f""dynamics_{ts}_{step}""),\n os.path.join(args.ckpt_dir, f""dynamics_{ts}_{step}""),\n )\n if step >= args.num_steps:\n break\n",python,tab +9,230868,"train_dynamics.py",8546,0,"",python,selection_mouse +10,230889,"train_dynamics.py",8545,0,"",python,selection_command +11,231142,"train_dynamics.py",0,0,"",python,tab +12,231206,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\nimport shutil\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n tmp_ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n # FIXME: we should create a 2D mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(args.tmp_ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if args.ckpt_dir:\n shutil.move(\n os.path.join(args.tmp_ckpt_dir, f""dynamics_{ts}_{step}""),\n os.path.join(args.ckpt_dir, f""dynamics_{ts}_{step}""),\n )\n if step >= args.num_steps:\n break\n",python,tab +13,232434,"train_dynamics.py",6078,0,"",python,selection_mouse +14,523820,"train_dynamics.py",5993,0,"",python,selection_command +15,523945,"train_dynamics.py",5910,0,"",python,selection_command +16,524090,"train_dynamics.py",5904,0,"",python,selection_command +17,524247,"train_dynamics.py",5836,0,"",python,selection_command +18,524505,"train_dynamics.py",5782,0,"",python,selection_command +19,524525,"train_dynamics.py",5747,0,"",python,selection_command +20,524558,"train_dynamics.py",5746,0,"",python,selection_command +21,524789,"train_dynamics.py",5722,0,"",python,selection_command +22,525016,"train_dynamics.py",5746,0,"",python,selection_command +23,664672,"train_dynamics.py",6908,0,"",python,selection_command +24,664795,"train_dynamics.py",7954,0,"",python,selection_command +25,664976,"train_dynamics.py",9411,0,"",python,selection_command +26,665198,"train_dynamics.py",9798,0,"",python,selection_command +27,665933,"train_dynamics.py",8480,0,"",python,selection_command +28,666077,"train_dynamics.py",7339,0,"",python,selection_command +29,666246,"train_dynamics.py",6354,0,"",python,selection_command +30,666326,"train_dynamics.py",5266,0,"",python,selection_command +31,675038,"train_dynamics.py",63,9674,"\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom models.tokenizer import TokenizerVQVAE\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n",python,content +32,678299,"train_dynamics.py",0,0,"Switched from branch 'fix-cross-node-checkpointing' to 'main'",python,git_branch_checkout +33,688303,"train_dynamics.py",0,0,"Switched from branch 'main' to 'dynamics-lam-co-training'",python,git_branch_checkout +34,746901,"train_dynamics.py",4365,0,"",python,selection_mouse +35,746903,"train_dynamics.py",4364,0,"",python,selection_command +36,753734,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""lam_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +37,754405,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom models.tokenizer import TokenizerVQVAE\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +38,756495,"train_dynamics.py",4308,0,"",python,selection_command +39,756519,"train_dynamics.py",4364,0,"",python,selection_command +40,757736,"train_dynamics.py",4308,0,"",python,selection_command +41,758072,"train_dynamics.py",4254,0,"",python,selection_command +42,758074,"train_dynamics.py",4218,0,"",python,selection_command +43,758079,"train_dynamics.py",4168,0,"",python,selection_command +44,758083,"train_dynamics.py",4120,0,"",python,selection_command +45,758215,"train_dynamics.py",4078,0,"",python,selection_command +46,758379,"train_dynamics.py",4042,0,"",python,selection_command +47,758596,"train_dynamics.py",4022,0,"",python,selection_command +48,758800,"train_dynamics.py",4009,0,"",python,selection_command +49,758989,"train_dynamics.py",4015,0,"",python,selection_command +50,759147,"train_dynamics.py",4017,0,"",python,selection_command +51,762816,"train_dynamics.py",5134,0,"",python,selection_command +52,764761,"train_dynamics.py",5103,0,"",python,selection_command +53,765003,"train_dynamics.py",5029,0,"",python,selection_command +54,765034,"train_dynamics.py",5003,0,"",python,selection_command +55,765062,"train_dynamics.py",4978,0,"",python,selection_command +56,765093,"train_dynamics.py",4901,0,"",python,selection_command +57,765129,"train_dynamics.py",4863,0,"",python,selection_command +58,765162,"train_dynamics.py",4853,0,"",python,selection_command +59,765194,"train_dynamics.py",4821,0,"",python,selection_command +60,765228,"train_dynamics.py",4791,0,"",python,selection_command +61,765260,"train_dynamics.py",4747,0,"",python,selection_command +62,765294,"train_dynamics.py",4701,0,"",python,selection_command +63,765328,"train_dynamics.py",4669,0,"",python,selection_command +64,765361,"train_dynamics.py",4650,0,"",python,selection_command +65,765394,"train_dynamics.py",4608,0,"",python,selection_command +66,765429,"train_dynamics.py",4564,0,"",python,selection_command +67,765461,"train_dynamics.py",4520,0,"",python,selection_command +68,765495,"train_dynamics.py",4468,0,"",python,selection_command +69,765529,"train_dynamics.py",4418,0,"",python,selection_command +70,765560,"train_dynamics.py",4388,0,"",python,selection_command +71,765656,"train_dynamics.py",4418,0,"",python,selection_command +72,765923,"train_dynamics.py",4468,0,"",python,selection_command +73,765940,"train_dynamics.py",4520,0,"",python,selection_command +74,765971,"train_dynamics.py",4564,0,"",python,selection_command +75,766060,"train_dynamics.py",4608,0,"",python,selection_command +76,766064,"train_dynamics.py",4650,0,"",python,selection_command +77,766073,"train_dynamics.py",4669,0,"",python,selection_command +78,766108,"train_dynamics.py",4701,0,"",python,selection_command +79,766143,"train_dynamics.py",4747,0,"",python,selection_command +80,766177,"train_dynamics.py",4791,0,"",python,selection_command +81,766211,"train_dynamics.py",4821,0,"",python,selection_command +82,766245,"train_dynamics.py",4853,0,"",python,selection_command +83,766280,"train_dynamics.py",4863,0,"",python,selection_command +84,766312,"train_dynamics.py",4901,0,"",python,selection_command +85,766346,"train_dynamics.py",4978,0,"",python,selection_command +86,766378,"train_dynamics.py",5003,0,"",python,selection_command +87,766413,"train_dynamics.py",5029,0,"",python,selection_command +88,766447,"train_dynamics.py",5103,0,"",python,selection_command +89,766479,"train_dynamics.py",5134,0,"",python,selection_command +90,766512,"train_dynamics.py",5145,0,"",python,selection_command +91,766545,"train_dynamics.py",5171,0,"",python,selection_command +92,766578,"train_dynamics.py",5249,0,"",python,selection_command +93,766611,"train_dynamics.py",5260,0,"",python,selection_command +94,766645,"train_dynamics.py",5279,0,"",python,selection_command +95,766678,"train_dynamics.py",5289,0,"",python,selection_command +96,766711,"train_dynamics.py",5327,0,"",python,selection_command +97,766872,"train_dynamics.py",5368,0,"",python,selection_command +98,767014,"train_dynamics.py",5377,0,"",python,selection_command +99,770415,"train_dynamics.py",5386,0,"",python,selection_command +100,770562,"train_dynamics.py",5388,0,"",python,selection_command +101,770969,"train_dynamics.py",5368,0,"",python,selection_command +102,771215,"train_dynamics.py",5338,0,"",python,selection_command +103,771239,"train_dynamics.py",5300,0,"",python,selection_command +104,771425,"train_dynamics.py",4228,0,"",python,selection_command +105,772359,"train_dynamics.py",5285,0,"",python,selection_command +106,773154,"train_dynamics.py",5279,0,"",python,selection_command +107,773402,"train_dynamics.py",5256,0,"",python,selection_command +108,773426,"train_dynamics.py",5245,0,"",python,selection_command +109,773458,"train_dynamics.py",5167,0,"",python,selection_command +110,773491,"train_dynamics.py",5141,0,"",python,selection_command +111,773523,"train_dynamics.py",5130,0,"",python,selection_command +112,773557,"train_dynamics.py",5099,0,"",python,selection_command +113,773589,"train_dynamics.py",5025,0,"",python,selection_command +114,773623,"train_dynamics.py",4999,0,"",python,selection_command +115,773740,"train_dynamics.py",4974,0,"",python,selection_command +116,773912,"train_dynamics.py",4897,0,"",python,selection_command +117,774180,"train_dynamics.py",4859,0,"",python,selection_command +118,774196,"train_dynamics.py",4853,0,"",python,selection_command +119,774225,"train_dynamics.py",4817,0,"",python,selection_command +120,774259,"train_dynamics.py",4787,0,"",python,selection_command +121,774292,"train_dynamics.py",4743,0,"",python,selection_command +122,774326,"train_dynamics.py",4697,0,"",python,selection_command +123,774359,"train_dynamics.py",4665,0,"",python,selection_command +124,774394,"train_dynamics.py",4646,0,"",python,selection_command +125,774427,"train_dynamics.py",4604,0,"",python,selection_command +126,774461,"train_dynamics.py",4560,0,"",python,selection_command +127,774496,"train_dynamics.py",4516,0,"",python,selection_command +128,774529,"train_dynamics.py",4464,0,"",python,selection_command +129,774562,"train_dynamics.py",4414,0,"",python,selection_command +130,774725,"train_dynamics.py",4384,0,"",python,selection_command +131,774981,"train_dynamics.py",4370,0,"",python,selection_command +132,775002,"train_dynamics.py",4316,0,"",python,selection_command +133,775036,"train_dynamics.py",4260,0,"",python,selection_command +134,775068,"train_dynamics.py",4224,0,"",python,selection_command +135,775916,"train_dynamics.py",4017,0,"",python,selection_command +136,776383,"train_dynamics.py",4009,0,"",python,selection_command +137,776980,"train_dynamics.py",4017,0,"",python,selection_command +138,777497,"train_dynamics.py",5337,0,"",python,selection_command +139,781161,"train_dynamics.py",5342,0,"",python,selection_command +140,781324,"train_dynamics.py",5343,0,"",python,selection_command +141,781620,"train_dynamics.py",5347,0,"",python,selection_command +142,781790,"train_dynamics.py",5348,0,"",python,selection_command +143,782002,"train_dynamics.py",5352,0,"",python,selection_command +144,782289,"train_dynamics.py",5354,0,"",python,selection_command +145,782635,"train_dynamics.py",5352,0,"",python,selection_command +146,782792,"train_dynamics.py",5348,0,"",python,selection_command +147,783413,"train_dynamics.py",5347,0,"",python,selection_command +148,783537,"train_dynamics.py",5343,0,"",python,selection_command +149,785225,"train_dynamics.py",5337,0,"",python,selection_command +150,785506,"train_dynamics.py",4017,0,"",python,selection_command +151,785660,"train_dynamics.py",4009,0,"",python,selection_command +152,786913,"train_dynamics.py",4017,0,"",python,selection_command +153,787268,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None\n\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n lam_init_params = dummy_lam.init(_rng, inputs)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n\n def create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n\n abstract_sharded_tokenizer_state = create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n abstract_sharded_lam_state = create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n\n tokenizer_restore_target = {""model"": abstract_sharded_tokenizer_state}\n lam_restore_target = {""model"": abstract_sharded_lam_state}\n\n tokenizer_restore_args = orbax_utils.restore_args_from_target(\n tokenizer_restore_target\n )\n lam_restore_args = orbax_utils.restore_args_from_target(lam_restore_target)\n\n restored_tokenizer_params = (\n PyTreeCheckpointer()\n .restore(\n args.tokenizer_checkpoint,\n item=tokenizer_restore_target,\n restore_args=tokenizer_restore_args,\n )[""model""]\n .params[""params""]\n )\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint, item=lam_restore_target, restore_args=lam_restore_args\n )[""model""]\n .params[""params""]\n )\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n train_state.params[""params""][""lam""].update(restored_lam_params)\n\n return train_state\n",python,tab +154,789606,"genie.py",1094,0,"",python,selection_command +155,789775,"genie.py",2178,0,"",python,selection_command +156,792867,"genie.py",1094,0,"",python,selection_command +157,795165,"genie.py",1110,0,"",python,selection_command +158,796045,"genie.py",1144,0,"",python,selection_command +159,796452,"genie.py",1167,0,"",python,selection_command +160,796773,"genie.py",1402,0,"",python,selection_command +161,796936,"genie.py",1501,0,"",python,selection_command +162,797551,"genie.py",1402,0,"",python,selection_command +163,798096,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(self.model_dim)\n self.action_up = nn.Dense(self.model_dim)\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = nn.sigmoid(video_recon)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +164,802088,"models/lam.py",954,0,"",python,selection_command +165,804800,"models/lam.py",183,0,"",python,selection_command +166,805948,"models/lam.py",219,0,"",python,selection_command +167,806204,"models/lam.py",259,0,"",python,selection_command +168,806219,"models/lam.py",260,0,"",python,selection_command +169,806252,"models/lam.py",276,0,"",python,selection_command +170,806285,"models/lam.py",295,0,"",python,selection_command +171,806374,"models/lam.py",315,0,"",python,selection_command +172,806376,"models/lam.py",336,0,"",python,selection_command +173,806387,"models/lam.py",356,0,"",python,selection_command +174,806422,"models/lam.py",376,0,"",python,selection_command +175,806455,"models/lam.py",395,0,"",python,selection_command +176,806489,"models/lam.py",414,0,"",python,selection_command +177,806525,"models/lam.py",442,0,"",python,selection_command +178,806561,"models/lam.py",443,0,"",python,selection_command +179,806597,"models/lam.py",464,0,"",python,selection_command +180,806703,"models/lam.py",528,0,"",python,selection_command +181,806705,"models/lam.py",566,0,"",python,selection_command +182,806708,"models/lam.py",594,0,"",python,selection_command +183,806733,"models/lam.py",623,0,"",python,selection_command +184,806762,"models/lam.py",652,0,"",python,selection_command +185,806795,"models/lam.py",680,0,"",python,selection_command +186,806948,"models/lam.py",706,0,"",python,selection_command +187,807111,"models/lam.py",716,0,"",python,selection_command +188,807561,"genie.py",0,0,"",python,tab +189,807616,"genie.py",1501,0,"",python,selection_command +190,808071,"genie.py",1167,0,"",python,selection_command +191,808471,"genie.py",1110,0,"",python,selection_command +192,808806,"train_dynamics.py",0,0,"",python,tab +193,810044,"train_dynamics.py",5134,0,"",python,selection_command +194,810646,"train_dynamics.py",5103,0,"",python,selection_command +195,810903,"train_dynamics.py",5029,0,"",python,selection_command +196,810924,"train_dynamics.py",5003,0,"",python,selection_command +197,810950,"train_dynamics.py",4978,0,"",python,selection_command +198,811098,"train_dynamics.py",5003,0,"",python,selection_command +199,811420,"train_dynamics.py",5029,0,"",python,selection_command +200,811422,"train_dynamics.py",5103,0,"",python,selection_command +201,811425,"train_dynamics.py",5134,0,"",python,selection_command +202,811442,"train_dynamics.py",5145,0,"",python,selection_command +203,811475,"train_dynamics.py",5171,0,"",python,selection_command +204,811617,"train_dynamics.py",5249,0,"",python,selection_command +205,811944,"train_dynamics.py",5260,0,"",python,selection_command +206,811950,"train_dynamics.py",5279,0,"",python,selection_command +207,811954,"train_dynamics.py",5289,0,"",python,selection_command +208,811957,"train_dynamics.py",5327,0,"",python,selection_command +209,812043,"train_dynamics.py",5368,0,"",python,selection_command +210,812309,"train_dynamics.py",5377,0,"",python,selection_command +211,812325,"train_dynamics.py",5431,0,"",python,selection_command +212,812358,"train_dynamics.py",5440,0,"",python,selection_command +213,812470,"train_dynamics.py",5486,0,"",python,selection_command +214,812500,"train_dynamics.py",5506,0,"",python,selection_command +215,812767,"train_dynamics.py",5538,0,"",python,selection_command +216,812791,"train_dynamics.py",5572,0,"",python,selection_command +217,812818,"train_dynamics.py",5600,0,"",python,selection_command +218,812854,"train_dynamics.py",5628,0,"",python,selection_command +219,812885,"train_dynamics.py",5655,0,"",python,selection_command +220,812994,"train_dynamics.py",5680,0,"",python,selection_command +221,812996,"train_dynamics.py",5690,0,"",python,selection_command +222,813000,"train_dynamics.py",5747,0,"",python,selection_command +223,813025,"train_dynamics.py",5756,0,"",python,selection_command +224,813058,"train_dynamics.py",5787,0,"",python,selection_command +225,813090,"train_dynamics.py",5803,0,"",python,selection_command +226,813191,"train_dynamics.py",5812,0,"",python,selection_command +227,813194,"train_dynamics.py",5847,0,"",python,selection_command +228,813199,"train_dynamics.py",5901,0,"",python,selection_command +229,813222,"train_dynamics.py",5965,0,"",python,selection_command +230,813256,"train_dynamics.py",5975,0,"",python,selection_command +231,813302,"train_dynamics.py",6058,0,"",python,selection_command +232,813324,"train_dynamics.py",6135,0,"",python,selection_command +233,813356,"train_dynamics.py",6144,0,"",python,selection_command +234,813391,"train_dynamics.py",6201,0,"",python,selection_command +235,813520,"train_dynamics.py",6256,0,"",python,selection_command +236,813525,"train_dynamics.py",6265,0,"",python,selection_command +237,813530,"train_dynamics.py",6328,0,"",python,selection_command +238,813577,"train_dynamics.py",6265,0,"",python,selection_command +239,813837,"train_dynamics.py",6256,0,"",python,selection_command +240,813863,"train_dynamics.py",6201,0,"",python,selection_command +241,813896,"train_dynamics.py",6144,0,"",python,selection_command +242,813929,"train_dynamics.py",6135,0,"",python,selection_command +243,814043,"train_dynamics.py",6058,0,"",python,selection_command +244,814048,"train_dynamics.py",5975,0,"",python,selection_command +245,814051,"train_dynamics.py",5965,0,"",python,selection_command +246,814069,"train_dynamics.py",5901,0,"",python,selection_command +247,814143,"train_dynamics.py",5965,0,"",python,selection_command +248,814397,"train_dynamics.py",5975,0,"",python,selection_command +249,814425,"train_dynamics.py",6058,0,"",python,selection_command +250,814459,"train_dynamics.py",6135,0,"",python,selection_command +251,814568,"train_dynamics.py",6144,0,"",python,selection_command +252,814571,"train_dynamics.py",6201,0,"",python,selection_command +253,814574,"train_dynamics.py",6256,0,"",python,selection_command +254,814591,"train_dynamics.py",6265,0,"",python,selection_command +255,814623,"train_dynamics.py",6328,0,"",python,selection_command +256,814656,"train_dynamics.py",6365,0,"",python,selection_command +257,814765,"train_dynamics.py",6421,0,"",python,selection_command +258,814770,"train_dynamics.py",6431,0,"",python,selection_command +259,814774,"train_dynamics.py",6490,0,"",python,selection_command +260,814793,"train_dynamics.py",6499,0,"",python,selection_command +261,814824,"train_dynamics.py",6532,0,"",python,selection_command +262,814857,"train_dynamics.py",6576,0,"",python,selection_command +263,814890,"train_dynamics.py",6638,0,"",python,selection_command +264,814924,"train_dynamics.py",6640,0,"",python,selection_command +265,814927,"train_dynamics.py",6638,0,"",python,selection_command +266,815183,"train_dynamics.py",6576,0,"",python,selection_command +267,815290,"train_dynamics.py",6532,0,"",python,selection_command +268,815294,"train_dynamics.py",6499,0,"",python,selection_command +269,815298,"train_dynamics.py",6490,0,"",python,selection_command +270,815311,"train_dynamics.py",6431,0,"",python,selection_command +271,815344,"train_dynamics.py",6421,0,"",python,selection_command +272,815378,"train_dynamics.py",6365,0,"",python,selection_command +273,815422,"train_dynamics.py",6328,0,"",python,selection_command +274,815447,"train_dynamics.py",6265,0,"",python,selection_command +275,815478,"train_dynamics.py",6256,0,"",python,selection_command +276,815619,"train_dynamics.py",6265,0,"",python,selection_command +277,815819,"train_dynamics.py",6328,0,"",python,selection_command +278,815844,"train_dynamics.py",6365,0,"",python,selection_command +279,815873,"train_dynamics.py",6421,0,"",python,selection_command +280,815909,"train_dynamics.py",6431,0,"",python,selection_command +281,815941,"train_dynamics.py",6490,0,"",python,selection_command +282,815977,"train_dynamics.py",6499,0,"",python,selection_command +283,816010,"train_dynamics.py",6532,0,"",python,selection_command +284,816041,"train_dynamics.py",6576,0,"",python,selection_command +285,816141,"train_dynamics.py",6638,0,"",python,selection_command +286,816145,"train_dynamics.py",6640,0,"",python,selection_command +287,816147,"train_dynamics.py",6649,0,"",python,selection_command +288,816175,"train_dynamics.py",6674,0,"",python,selection_command +289,816209,"train_dynamics.py",6697,0,"",python,selection_command +290,816244,"train_dynamics.py",6736,0,"",python,selection_command +291,816338,"train_dynamics.py",6779,0,"",python,selection_command +292,816341,"train_dynamics.py",6810,0,"",python,selection_command +293,816344,"train_dynamics.py",6820,0,"",python,selection_command +294,816375,"train_dynamics.py",6853,0,"",python,selection_command +295,816443,"train_dynamics.py",6820,0,"",python,selection_command +296,816701,"train_dynamics.py",6810,0,"",python,selection_command +297,816728,"train_dynamics.py",6779,0,"",python,selection_command +298,816754,"train_dynamics.py",6736,0,"",python,selection_command +299,816863,"train_dynamics.py",6697,0,"",python,selection_command +300,816867,"train_dynamics.py",6674,0,"",python,selection_command +301,816871,"train_dynamics.py",6649,0,"",python,selection_command +302,816893,"train_dynamics.py",6640,0,"",python,selection_command +303,816926,"train_dynamics.py",6638,0,"",python,selection_command +304,816959,"train_dynamics.py",6576,0,"",python,selection_command +305,816992,"train_dynamics.py",6532,0,"",python,selection_command +306,817026,"train_dynamics.py",6499,0,"",python,selection_command +307,817058,"train_dynamics.py",6490,0,"",python,selection_command +308,817091,"train_dynamics.py",6431,0,"",python,selection_command +309,817189,"train_dynamics.py",6421,0,"",python,selection_command +310,817193,"train_dynamics.py",6365,0,"",python,selection_command +311,817197,"train_dynamics.py",6328,0,"",python,selection_command +312,817227,"train_dynamics.py",6265,0,"",python,selection_command +313,817279,"train_dynamics.py",6256,0,"",python,selection_command +314,817420,"train_dynamics.py",6201,0,"",python,selection_command +315,817599,"train_dynamics.py",6144,0,"",python,selection_command +316,817714,"train_dynamics.py",6201,0,"",python,selection_command +317,817967,"train_dynamics.py",6256,0,"",python,selection_command +318,817996,"train_dynamics.py",6265,0,"",python,selection_command +319,818021,"train_dynamics.py",6328,0,"",python,selection_command +320,818053,"train_dynamics.py",6365,0,"",python,selection_command +321,818088,"train_dynamics.py",6421,0,"",python,selection_command +322,818122,"train_dynamics.py",6431,0,"",python,selection_command +323,818236,"train_dynamics.py",6490,0,"",python,selection_command +324,818239,"train_dynamics.py",6499,0,"",python,selection_command +325,818333,"train_dynamics.py",6532,0,"",python,selection_command +326,818551,"train_dynamics.py",6576,0,"",python,selection_command +327,818760,"train_dynamics.py",6532,0,"",python,selection_command +328,818837,"train_dynamics.py",6540,0,"",python,selection_command +329,819008,"train_dynamics.py",6542,0,"",python,selection_command +330,819397,"genie.py",0,0,"",python,tab +331,820221,"genie.py",7001,0,"",python,selection_command +332,820530,"genie.py",6971,0,"",python,selection_command +333,820650,"genie.py",6966,0,"",python,selection_command +334,820860,"genie.py",6971,0,"",python,selection_command +335,821054,"genie.py",6967,0,"",python,selection_command +336,821120,"genie.py",6971,0,"",python,selection_command +337,856319,"genie.py",7923,0,"",python,selection_command +338,857743,"train_dynamics.py",0,0,"",python,tab +339,860763,"train_dynamics.py",0,0,"",python,selection_command +340,862786,"train_dynamics.py",733,0,"",python,selection_command +341,864976,"train_dynamics.py",1515,0,"",python,selection_keyboard +342,866707,"train_dynamics.py",1530,0,"",python,selection_command +343,866842,"train_dynamics.py",1554,0,"",python,selection_command +344,866978,"train_dynamics.py",1584,0,"",python,selection_command +345,867112,"train_dynamics.py",1612,0,"",python,selection_command +346,867258,"train_dynamics.py",1637,0,"",python,selection_command +347,868336,"train_dynamics.py",1660,0,"\n ",python,content +348,869024,"train_dynamics.py",1665,0,"o",python,content +349,869027,"train_dynamics.py",1666,0,"",python,selection_keyboard +350,869330,"train_dynamics.py",1665,1,"",python,content +351,869372,"train_dynamics.py",1665,0,"c",python,content +352,869373,"train_dynamics.py",1666,0,"",python,selection_keyboard +353,869488,"train_dynamics.py",1666,0,"o",python,content +354,869489,"train_dynamics.py",1667,0,"",python,selection_keyboard +355,869673,"train_dynamics.py",1667,0,"_",python,content +356,869675,"train_dynamics.py",1668,0,"",python,selection_keyboard +357,869862,"train_dynamics.py",1668,0,"t",python,content +358,869864,"train_dynamics.py",1669,0,"",python,selection_keyboard +359,869990,"train_dynamics.py",1669,0,"r",python,content +360,869992,"train_dynamics.py",1670,0,"",python,selection_keyboard +361,870036,"train_dynamics.py",1670,0,"a",python,content +362,870038,"train_dynamics.py",1671,0,"",python,selection_keyboard +363,870073,"train_dynamics.py",1671,0,"i",python,content +364,870075,"train_dynamics.py",1672,0,"",python,selection_keyboard +365,870155,"train_dynamics.py",1672,0,"n",python,content +366,870156,"train_dynamics.py",1673,0,"",python,selection_keyboard +367,872028,"train_dynamics.py",1673,0,"_lam: bool = False",python,content +368,872279,"train_dynamics.py",1690,0,"",python,selection_command +369,881221,"train_dynamics.py",1661,31,"",python,content +370,881227,"train_dynamics.py",1665,0,"",python,selection_command +371,882553,"train_dynamics.py",1637,0,"",python,selection_command +372,883221,"train_dynamics.py",1612,0,"",python,selection_command +373,883459,"train_dynamics.py",1584,0,"",python,selection_command +374,883491,"train_dynamics.py",1554,0,"",python,selection_command +375,883525,"train_dynamics.py",1530,0,"",python,selection_command +376,883557,"train_dynamics.py",1515,0,"",python,selection_command +377,883682,"train_dynamics.py",1486,0,"",python,selection_command +378,883834,"train_dynamics.py",1459,0,"",python,selection_command +379,892032,"train_dynamics.py",4009,0,"",python,selection_command +380,892861,"train_dynamics.py",4017,0,"",python,selection_command +381,895319,"train_dynamics.py",5134,0,"",python,selection_command +382,896299,"train_dynamics.py",6501,0,"",python,selection_command +383,898734,"train_dynamics.py",6542,0,"",python,selection_command +384,899400,"genie.py",0,0,"",python,tab +385,900624,"genie.py",7001,0,"",python,selection_command +386,900862,"genie.py",7030,0,"",python,selection_command +387,900896,"genie.py",7059,0,"",python,selection_command +388,900928,"genie.py",7093,0,"",python,selection_command +389,900961,"genie.py",7113,0,"",python,selection_command +390,900994,"genie.py",7120,0,"",python,selection_command +391,901026,"genie.py",7126,0,"",python,selection_command +392,901211,"genie.py",7173,0,"",python,selection_command +393,901380,"genie.py",7207,0,"",python,selection_command +394,908569,"genie.py",7212,0,"",python,selection_command +395,908571,"genie.py",7250,0,"",python,selection_command +396,908574,"genie.py",7286,0,"",python,selection_command +397,908576,"genie.py",7324,0,"",python,selection_command +398,908578,"genie.py",7366,0,"",python,selection_command +399,908581,"genie.py",7410,0,"",python,selection_command +400,908583,"genie.py",7446,0,"",python,selection_command +401,908585,"genie.py",7492,0,"",python,selection_command +402,908586,"genie.py",7536,0,"",python,selection_command +403,908588,"genie.py",7566,0,"",python,selection_command +404,908589,"genie.py",7605,0,"",python,selection_command +405,908591,"genie.py",7611,0,"",python,selection_command +406,908593,"genie.py",7646,0,"",python,selection_command +407,908596,"genie.py",7611,0,"",python,selection_command +408,908598,"genie.py",7646,0,"",python,selection_command +409,908600,"genie.py",7682,0,"",python,selection_command +410,908602,"genie.py",7714,0,"",python,selection_command +411,908603,"genie.py",7756,0,"",python,selection_command +412,908603,"genie.py",7801,0,"",python,selection_command +413,908604,"genie.py",7841,0,"",python,selection_command +414,908605,"genie.py",7881,0,"",python,selection_command +415,908606,"genie.py",7919,0,"",python,selection_command +416,908608,"genie.py",7949,0,"",python,selection_command +417,908609,"genie.py",7988,0,"",python,selection_command +418,908610,"genie.py",7994,0,"",python,selection_command +419,908612,"genie.py",8057,0,"",python,selection_command +420,910580,"genie.py",8104,0,"",python,selection_command +421,910774,"genie.py",8109,0,"",python,selection_command +422,910777,"genie.py",8186,0,"",python,selection_command +423,910805,"genie.py",8214,0,"",python,selection_command +424,910836,"genie.py",8274,0,"",python,selection_command +425,910871,"genie.py",8290,0,"",python,selection_command +426,910905,"genie.py",8306,0,"",python,selection_command +427,910937,"genie.py",8333,0,"",python,selection_command +428,910969,"genie.py",8335,0,"",python,selection_command +429,911003,"genie.py",8340,0,"",python,selection_command +430,911103,"genie.py",8393,0,"",python,selection_command +431,911107,"genie.py",8475,0,"",python,selection_command +432,911110,"genie.py",8481,0,"",python,selection_command +433,911136,"genie.py",8528,0,"",python,selection_command +434,911172,"genie.py",8598,0,"",python,selection_command +435,911207,"genie.py",8600,0,"",python,selection_command +436,911300,"genie.py",8605,0,"",python,selection_command +437,911303,"genie.py",8677,0,"",python,selection_command +438,911307,"genie.py",8765,0,"",python,selection_command +439,911338,"genie.py",8770,0,"",python,selection_command +440,911372,"genie.py",8805,0,"",python,selection_command +441,911405,"genie.py",8889,0,"",python,selection_command +442,911438,"genie.py",8934,0,"",python,selection_command +443,911512,"genie.py",9019,0,"",python,selection_command +444,911513,"genie.py",9037,0,"",python,selection_command +445,911538,"genie.py",9066,0,"",python,selection_command +446,911628,"genie.py",9071,0,"",python,selection_command +447,911631,"genie.py",9130,0,"",python,selection_command +448,911636,"genie.py",9135,0,"",python,selection_command +449,911683,"genie.py",9206,0,"",python,selection_command +450,911706,"genie.py",9252,0,"",python,selection_command +451,911738,"genie.py",9258,0,"",python,selection_command +452,911829,"genie.py",9323,0,"",python,selection_command +453,911832,"genie.py",9363,0,"",python,selection_command +454,911838,"genie.py",9365,0,"",python,selection_command +455,911871,"genie.py",9370,0,"",python,selection_command +456,911903,"genie.py",9445,0,"",python,selection_command +457,911938,"genie.py",9504,0,"",python,selection_command +458,911970,"genie.py",9509,0,"",python,selection_command +459,912004,"genie.py",9576,0,"",python,selection_command +460,912351,"genie.py",9609,0,"",python,selection_command +461,912575,"genie.py",9615,0,"",python,selection_command +462,912680,"genie.py",9691,0,"",python,selection_command +463,912682,"genie.py",9696,0,"",python,selection_command +464,912688,"genie.py",9730,0,"",python,selection_command +465,912699,"genie.py",9759,0,"",python,selection_command +466,912750,"genie.py",9777,0,"",python,selection_command +467,912770,"genie.py",9816,0,"",python,selection_command +468,912887,"genie.py",9859,0,"",python,selection_command +469,913111,"genie.py",9816,0,"",python,selection_command +470,913400,"genie.py",9777,0,"",python,selection_command +471,913402,"genie.py",9759,0,"",python,selection_command +472,913423,"genie.py",9730,0,"",python,selection_command +473,913449,"genie.py",9696,0,"",python,selection_command +474,913483,"genie.py",9691,0,"",python,selection_command +475,913517,"genie.py",9615,0,"",python,selection_command +476,913606,"genie.py",9691,0,"",python,selection_command +477,913927,"genie.py",9696,0,"",python,selection_command +478,913929,"genie.py",9730,0,"",python,selection_command +479,913933,"genie.py",9759,0,"",python,selection_command +480,913958,"genie.py",9777,0,"",python,selection_command +481,913990,"genie.py",9816,0,"",python,selection_command +482,914023,"genie.py",9859,0,"",python,selection_command +483,914067,"genie.py",9908,0,"",python,selection_command +484,914093,"genie.py",9927,0,"",python,selection_command +485,914123,"genie.py",9953,0,"",python,selection_command +486,914157,"genie.py",9959,0,"",python,selection_command +487,914251,"genie.py",9987,0,"",python,selection_command +488,914254,"genie.py",10016,0,"",python,selection_command +489,914260,"genie.py",10034,0,"",python,selection_command +490,914290,"genie.py",10122,0,"",python,selection_command +491,914323,"genie.py",10141,0,"",python,selection_command +492,914357,"genie.py",10167,0,"",python,selection_command +493,914448,"genie.py",10173,0,"",python,selection_command +494,914451,"genie.py",10274,0,"",python,selection_command +495,914457,"genie.py",10415,0,"",python,selection_command +496,914490,"genie.py",10535,0,"",python,selection_command +497,914523,"genie.py",10563,0,"",python,selection_command +498,914557,"genie.py",10576,0,"",python,selection_command +499,914592,"genie.py",10624,0,"",python,selection_command +500,914638,"genie.py",10576,0,"",python,selection_command +501,914971,"genie.py",10563,0,"",python,selection_command +502,914973,"genie.py",10535,0,"",python,selection_command +503,914976,"genie.py",10415,0,"",python,selection_command +504,914990,"genie.py",10274,0,"",python,selection_command +505,915024,"genie.py",10173,0,"",python,selection_command +506,915059,"genie.py",10167,0,"",python,selection_command +507,915090,"genie.py",10141,0,"",python,selection_command +508,915135,"genie.py",10122,0,"",python,selection_command +509,915157,"genie.py",10034,0,"",python,selection_command +510,915189,"genie.py",10016,0,"",python,selection_command +511,915315,"genie.py",9987,0,"",python,selection_command +512,915496,"genie.py",9959,0,"",python,selection_command +513,916021,"genie.py",9987,0,"",python,selection_command +514,916348,"genie.py",9959,0,"",python,selection_command +515,917504,"genie.py",9987,0,"",python,selection_command +516,917746,"genie.py",10016,0,"",python,selection_command +517,917777,"genie.py",10034,0,"",python,selection_command +518,917803,"genie.py",10122,0,"",python,selection_command +519,917922,"genie.py",10141,0,"",python,selection_command +520,917925,"genie.py",10167,0,"",python,selection_command +521,917927,"genie.py",10173,0,"",python,selection_command +522,917936,"genie.py",10274,0,"",python,selection_command +523,917968,"genie.py",10415,0,"",python,selection_command +524,918002,"genie.py",10535,0,"",python,selection_command +525,918119,"genie.py",10563,0,"",python,selection_command +526,918121,"genie.py",10576,0,"",python,selection_command +527,918123,"genie.py",10624,0,"",python,selection_command +528,918136,"genie.py",10676,0,"",python,selection_command +529,918169,"genie.py",10678,0,"",python,selection_command +530,918203,"genie.py",10683,0,"",python,selection_command +531,918245,"genie.py",10763,0,"",python,selection_command +532,918275,"genie.py",10827,0,"",python,selection_command +533,918302,"genie.py",10832,0,"",python,selection_command +534,918336,"genie.py",10851,0,"",python,selection_command +535,918476,"genie.py",10832,0,"",python,selection_command +536,918664,"genie.py",10827,0,"",python,selection_command +537,918819,"genie.py",10763,0,"",python,selection_command +538,919073,"genie.py",10758,0,"\n ",python,content +539,919498,"genie.py",10763,0,"i",python,content +540,919499,"genie.py",10764,0,"",python,selection_keyboard +541,919549,"genie.py",10764,0,"f",python,content +542,919551,"genie.py",10765,0,"",python,selection_keyboard +543,919691,"genie.py",10765,0," ",python,content +544,919693,"genie.py",10766,0,"",python,selection_keyboard +545,920739,"genie.py",10766,0,"a",python,content +546,920740,"genie.py",10767,0,"",python,selection_keyboard +547,920744,"genie.py",10767,0,"r",python,content +548,920745,"genie.py",10768,0,"",python,selection_keyboard +549,920904,"genie.py",10768,0,"g",python,content +550,920905,"genie.py",10769,0,"",python,selection_keyboard +551,920968,"genie.py",10769,0,"s",python,content +552,920969,"genie.py",10770,0,"",python,selection_keyboard +553,921071,"genie.py",10770,0,".",python,content +554,921072,"genie.py",10771,0,"",python,selection_keyboard +555,923193,"genie.py",10770,0,"",python,selection_command +556,923794,"train_dynamics.py",0,0,"",python,tab +557,924409,"train_dynamics.py",0,0,"",python,selection_command +558,925261,"train_dynamics.py",544,0,"",python,selection_command +559,932601,"train_dynamics.py",1486,0,"",python,selection_command +560,933132,"genie.py",0,0,"",python,tab +561,935137,"train_dynamics.py",0,0,"",python,tab +562,936703,"genie.py",0,0,"",python,tab +563,938218,"genie.py",10771,0,"",python,selection_command +564,938574,"genie.py",10771,0,"l",python,content +565,938575,"genie.py",10772,0,"",python,selection_keyboard +566,938664,"genie.py",10772,0,"a",python,content +567,938665,"genie.py",10773,0,"",python,selection_keyboard +568,938714,"genie.py",10773,0,"m",python,content +569,938716,"genie.py",10774,0,"",python,selection_keyboard +570,938914,"genie.py",10774,0,"_",python,content +571,938915,"genie.py",10775,0,"",python,selection_keyboard +572,939090,"genie.py",10775,0,"c",python,content +573,939091,"genie.py",10776,0,"",python,selection_keyboard +574,939153,"genie.py",10776,0,"h",python,content +575,939155,"genie.py",10777,0,"",python,selection_keyboard +576,939249,"genie.py",10777,0,"e",python,content +577,939250,"genie.py",10778,0,"",python,selection_keyboard +578,939321,"genie.py",10778,0,"c",python,content +579,939322,"genie.py",10779,0,"",python,selection_keyboard +580,939417,"genie.py",10779,0,"k",python,content +581,939419,"genie.py",10780,0,"",python,selection_keyboard +582,939619,"genie.py",10781,0," ",python,content +583,939620,"genie.py",10780,0,"point:",python,content +584,939945,"genie.py",10785,0,"",python,selection_command +585,941358,"genie.py",10813,0,"",python,selection_command +586,941605,"genie.py",10785,0,"",python,selection_command +587,941864,"genie.py",10759,0,"",python,selection_command +588,943219,"train_dynamics.py",0,0,"",python,tab +589,949957,"genie.py",0,0,"",python,tab +590,951869,"genie.py",10759,27," if args.lam_checkpoint:",python,selection_command +591,978228,"genie.py",10507,0,"",python,selection_mouse +592,978656,"genie.py",10677,0,"",python,selection_mouse +593,978658,"genie.py",10676,0,"",python,selection_command +594,981525,"genie.py",10678,0,"",python,selection_command +595,982474,"train_dynamics.py",0,0,"",python,tab +596,985990,"train_dynamics.py",2198,0,"",python,selection_command +597,988157,"train_dynamics.py",4009,0,"",python,selection_command +598,988900,"train_dynamics.py",4015,0,"",python,selection_command +599,989042,"train_dynamics.py",4017,0,"",python,selection_command +600,989443,"genie.py",0,0,"",python,tab +601,990325,"genie.py",1094,0,"",python,selection_command +602,990867,"genie.py",2178,0,"",python,selection_command +603,994607,"genie.py",1094,0,"",python,selection_command +604,996074,"genie.py",399,0,"",python,selection_command +605,997179,"genie.py",405,0,"",python,selection_command +606,1002158,"genie.py",2387,0,"",python,selection_command +607,1002481,"genie.py",2465,0,"",python,selection_command +608,1005308,"genie.py",2466,0,"",python,selection_command +609,1005530,"genie.py",2479,0,"",python,selection_command +610,1005591,"genie.py",2480,0,"",python,selection_command +611,1005727,"genie.py",2491,0,"",python,selection_command +612,1005869,"genie.py",2493,0,"",python,selection_command +613,1006057,"genie.py",2496,0,"",python,selection_command +614,1006443,"genie.py",2497,0,"",python,selection_command +615,1006580,"genie.py",2498,0,"",python,selection_command +616,1006777,"genie.py",2499,0,"",python,selection_command +617,1056093,"genie.py",2500,0,"",python,selection_command +618,1056197,"genie.py",2500,0," ",python,content +619,1056199,"genie.py",2501,0,"",python,selection_keyboard +620,1056386,"genie.py",2501,0,"i",python,content +621,1056387,"genie.py",2502,0,"",python,selection_keyboard +622,1056393,"genie.py",2502,0,"f",python,content +623,1056395,"genie.py",2503,0,"",python,selection_keyboard +624,1056458,"genie.py",2503,0," ",python,content +625,1056460,"genie.py",2504,0,"",python,selection_keyboard +626,1060811,"genie.py",2504,0,"a",python,content +627,1060812,"genie.py",2505,0,"",python,selection_keyboard +628,1060844,"genie.py",2505,0,"r",python,content +629,1060846,"genie.py",2506,0,"",python,selection_keyboard +630,1061106,"genie.py",2506,0,"g",python,content +631,1061108,"genie.py",2507,0,"",python,selection_keyboard +632,1061111,"genie.py",2507,0,"s",python,content +633,1061113,"genie.py",2508,0,"",python,selection_keyboard +634,1061204,"genie.py",2508,0,".",python,content +635,1061205,"genie.py",2509,0,"",python,selection_keyboard +636,1061948,"genie.py",2508,1,"",python,content +637,1062154,"genie.py",2507,1,"",python,content +638,1062352,"genie.py",2506,1,"",python,content +639,1062362,"genie.py",2505,1,"",python,content +640,1062397,"genie.py",2504,1,"",python,content +641,1062530,"genie.py",2503,1,"",python,content +642,1062681,"genie.py",2502,1,"",python,content +643,1062875,"genie.py",2501,1,"",python,content +644,1062981,"genie.py",2500,1,"",python,content +645,1063240,"genie.py",2499,0,"",python,selection_command +646,1065185,"genie.py",1278,0,"",python,selection_command +647,1065870,"genie.py",474,0,"",python,selection_command +648,1072836,"genie.py",490,0,"",python,selection_command +649,1073026,"genie.py",513,0,"",python,selection_command +650,1073055,"genie.py",539,0,"",python,selection_command +651,1073166,"genie.py",566,0,"",python,selection_command +652,1073169,"genie.py",586,0,"",python,selection_command +653,1073173,"genie.py",616,0,"",python,selection_command +654,1073192,"genie.py",645,0,"",python,selection_command +655,1073225,"genie.py",663,0,"",python,selection_command +656,1073258,"genie.py",680,0,"",python,selection_command +657,1073360,"genie.py",707,0,"",python,selection_command +658,1073364,"genie.py",735,0,"",python,selection_command +659,1073368,"genie.py",759,0,"",python,selection_command +660,1073401,"genie.py",783,0,"",python,selection_command +661,1073428,"genie.py",806,0,"",python,selection_command +662,1073463,"genie.py",829,0,"",python,selection_command +663,1073497,"genie.py",847,0,"",python,selection_command +664,1073531,"genie.py",872,0,"",python,selection_command +665,1073564,"genie.py",896,0,"",python,selection_command +666,1073894,"genie.py",921,0,"",python,selection_command +667,1076164,"train_dynamics.py",0,0,"",python,tab +668,1081315,"train_dynamics.py",4036,0,"",python,selection_command +669,1081551,"train_dynamics.py",4056,0,"",python,selection_command +670,1081575,"train_dynamics.py",4092,0,"",python,selection_command +671,1081612,"train_dynamics.py",4134,0,"",python,selection_command +672,1081643,"train_dynamics.py",4182,0,"",python,selection_command +673,1081747,"train_dynamics.py",4232,0,"",python,selection_command +674,1081749,"train_dynamics.py",4268,0,"",python,selection_command +675,1081750,"train_dynamics.py",4324,0,"",python,selection_command +676,1081776,"train_dynamics.py",4378,0,"",python,selection_command +677,1081811,"train_dynamics.py",4392,0,"",python,selection_command +678,1081844,"train_dynamics.py",4422,0,"",python,selection_command +679,1081881,"train_dynamics.py",4472,0,"",python,selection_command +680,1081913,"train_dynamics.py",4524,0,"",python,selection_command +681,1081946,"train_dynamics.py",4568,0,"",python,selection_command +682,1082092,"train_dynamics.py",4612,0,"",python,selection_command +683,1082819,"train_dynamics.py",4641,0,"\n ",python,content +684,1084697,"train_dynamics.py",4650,0,"l",python,content +685,1084697,"train_dynamics.py",4651,0,"",python,selection_keyboard +686,1084702,"train_dynamics.py",4651,0,"a",python,content +687,1084703,"train_dynamics.py",4652,0,"",python,selection_keyboard +688,1084774,"train_dynamics.py",4652,0,"m",python,content +689,1084775,"train_dynamics.py",4653,0,"",python,selection_keyboard +690,1085003,"train_dynamics.py",4653,0,"_",python,content +691,1085003,"train_dynamics.py",4654,0,"",python,selection_keyboard +692,1085777,"train_dynamics.py",4654,0,"c",python,content +693,1085778,"train_dynamics.py",4655,0,"",python,selection_keyboard +694,1085854,"train_dynamics.py",4655,0,"o",python,content +695,1085856,"train_dynamics.py",4656,0,"",python,selection_keyboard +696,1086073,"train_dynamics.py",4656,0,"_",python,content +697,1086074,"train_dynamics.py",4657,0,"",python,selection_keyboard +698,1087065,"train_dynamics.py",4657,0,"t",python,content +699,1087065,"train_dynamics.py",4658,0,"",python,selection_keyboard +700,1087104,"train_dynamics.py",4658,0,"r",python,content +701,1087105,"train_dynamics.py",4659,0,"",python,selection_keyboard +702,1087134,"train_dynamics.py",4659,0,"a",python,content +703,1087136,"train_dynamics.py",4660,0,"",python,selection_keyboard +704,1087206,"train_dynamics.py",4660,0,"i",python,content +705,1087208,"train_dynamics.py",4661,0,"",python,selection_keyboard +706,1087270,"train_dynamics.py",4661,0,"n",python,content +707,1087271,"train_dynamics.py",4662,0,"",python,selection_keyboard +708,1088920,"train_dynamics.py",4662,0,"=",python,content +709,1088921,"train_dynamics.py",4663,0,"",python,selection_keyboard +710,1091765,"train_dynamics.py",4663,0,"T",python,content +711,1091765,"train_dynamics.py",4664,0,"",python,selection_keyboard +712,1092140,"train_dynamics.py",4664,0,"r",python,content +713,1092142,"train_dynamics.py",4665,0,"",python,selection_keyboard +714,1092275,"train_dynamics.py",4665,0,"u",python,content +715,1092277,"train_dynamics.py",4666,0,"",python,selection_keyboard +716,1092357,"train_dynamics.py",4666,0,"e",python,content +717,1092358,"train_dynamics.py",4667,0,"",python,selection_keyboard +718,1092431,"train_dynamics.py",4667,0," ",python,content +719,1092432,"train_dynamics.py",4668,0,"",python,selection_keyboard +720,1093141,"train_dynamics.py",4668,0,"i",python,content +721,1093142,"train_dynamics.py",4669,0,"",python,selection_keyboard +722,1093175,"train_dynamics.py",4669,0,"f",python,content +723,1093177,"train_dynamics.py",4670,0,"",python,selection_keyboard +724,1093285,"train_dynamics.py",4670,0," ",python,content +725,1093287,"train_dynamics.py",4671,0,"",python,selection_keyboard +726,1093810,"train_dynamics.py",4671,0,"args.lam_checkpoint else False,",python,content +727,1093996,"train_dynamics.py",4701,0,"",python,selection_command +728,1101148,"train_dynamics.py",4640,0,"",python,selection_command +729,1101357,"train_dynamics.py",4598,0,"",python,selection_command +730,1101377,"train_dynamics.py",4554,0,"",python,selection_command +731,1101475,"train_dynamics.py",4510,0,"",python,selection_command +732,1101479,"train_dynamics.py",4458,0,"",python,selection_command +733,1101482,"train_dynamics.py",4408,0,"",python,selection_command +734,1101510,"train_dynamics.py",4378,0,"",python,selection_command +735,1101544,"train_dynamics.py",4364,0,"",python,selection_command +736,1101576,"train_dynamics.py",4310,0,"",python,selection_command +737,1101671,"train_dynamics.py",4254,0,"",python,selection_command +738,1101674,"train_dynamics.py",4218,0,"",python,selection_command +739,1101678,"train_dynamics.py",4168,0,"",python,selection_command +740,1101710,"train_dynamics.py",4120,0,"",python,selection_command +741,1101836,"train_dynamics.py",4078,0,"",python,selection_command +742,1102001,"train_dynamics.py",4042,0,"",python,selection_command +743,1102196,"train_dynamics.py",4022,0,"",python,selection_command +744,1102383,"train_dynamics.py",4017,0,"",python,selection_command +745,1102620,"genie.py",0,0,"",python,tab +746,1103064,"genie.py",429,0,"",python,selection_command +747,1103314,"genie.py",445,0,"",python,selection_command +748,1103339,"genie.py",452,0,"",python,selection_command +749,1103379,"genie.py",476,0,"",python,selection_command +750,1103411,"genie.py",492,0,"",python,selection_command +751,1103440,"genie.py",515,0,"",python,selection_command +752,1103471,"genie.py",541,0,"",python,selection_command +753,1103572,"genie.py",568,0,"",python,selection_command +754,1103576,"genie.py",588,0,"",python,selection_command +755,1103580,"genie.py",618,0,"",python,selection_command +756,1103606,"genie.py",647,0,"",python,selection_command +757,1103638,"genie.py",665,0,"",python,selection_command +758,1103673,"genie.py",682,0,"",python,selection_command +759,1103770,"genie.py",709,0,"",python,selection_command +760,1103774,"genie.py",737,0,"",python,selection_command +761,1103900,"genie.py",761,0,"",python,selection_command +762,1104097,"genie.py",785,0,"",python,selection_command +763,1104819,"genie.py",801,0,"\n ",python,content +764,1105352,"genie.py",806,0,"lam_co_train: bool = False",python,content +765,1105571,"genie.py",831,0,"",python,selection_command +766,1106807,"genie.py",806,0,"",python,selection_command +767,1107511,"genie.py",818,0,"",python,selection_command +768,1107767,"genie.py",820,0,"",python,selection_command +769,1107965,"genie.py",825,0,"",python,selection_command +770,1108307,"genie.py",824,0,"",python,selection_command +771,1108488,"genie.py",824,8,"",python,content +772,1108490,"genie.py",823,0,"",python,selection_command +773,1110394,"train_dynamics.py",0,0,"",python,tab +774,1112869,"genie.py",0,0,"",python,tab +775,1118536,"genie.py",806,0,"",python,selection_command +776,1127284,"genie.py",1774,0,"",python,selection_command +777,1127787,"genie.py",1804,0,"",python,selection_command +778,1128032,"genie.py",1818,0,"",python,selection_command +779,1128066,"genie.py",1859,0,"",python,selection_command +780,1128098,"genie.py",1896,0,"",python,selection_command +781,1128132,"genie.py",1944,0,"",python,selection_command +782,1128165,"genie.py",1989,0,"",python,selection_command +783,1128204,"genie.py",2032,0,"",python,selection_command +784,1128232,"genie.py",2066,0,"",python,selection_command +785,1128264,"genie.py",2102,0,"",python,selection_command +786,1128298,"genie.py",2104,0,"",python,selection_command +787,1128331,"genie.py",2117,0,"",python,selection_command +788,1128363,"genie.py",2205,0,"",python,selection_command +789,1128406,"genie.py",2291,0,"",python,selection_command +790,1128430,"genie.py",2365,0,"",python,selection_command +791,1128464,"genie.py",2389,0,"",python,selection_command +792,1128521,"genie.py",2467,0,"",python,selection_command +793,1128643,"genie.py",2533,0,"",python,selection_command +794,1128893,"genie.py",2467,0,"",python,selection_command +795,1129110,"genie.py",2524,0,"",python,selection_command +796,1129389,"genie.py",2523,0,"",python,selection_command +797,1129583,"genie.py",2523,0," ",python,content +798,1129584,"genie.py",2524,0,"",python,selection_keyboard +799,1129805,"genie.py",2524,0,"i",python,content +800,1129806,"genie.py",2525,0,"",python,selection_keyboard +801,1129871,"genie.py",2525,0,"f",python,content +802,1129872,"genie.py",2526,0,"",python,selection_keyboard +803,1129951,"genie.py",2526,0," ",python,content +804,1129953,"genie.py",2527,0,"",python,selection_keyboard +805,1131845,"genie.py",2527,0,"s",python,content +806,1131846,"genie.py",2528,0,"",python,selection_keyboard +807,1131875,"genie.py",2528,0,"e",python,content +808,1131876,"genie.py",2529,0,"",python,selection_keyboard +809,1131972,"genie.py",2529,0,"l",python,content +810,1131974,"genie.py",2530,0,"",python,selection_keyboard +811,1132057,"genie.py",2530,0,"f",python,content +812,1132058,"genie.py",2531,0,"",python,selection_keyboard +813,1132190,"genie.py",2531,0,".",python,content +814,1132191,"genie.py",2532,0,"",python,selection_keyboard +815,1135068,"genie.py",2531,1,"",python,content +816,1135306,"genie.py",2530,1,"",python,content +817,1135338,"genie.py",2529,1,"",python,content +818,1135373,"genie.py",2528,1,"",python,content +819,1135407,"genie.py",2527,1,"",python,content +820,1135557,"genie.py",2526,1,"",python,content +821,1135720,"genie.py",2525,1,"",python,content +822,1135880,"genie.py",2524,1,"",python,content +823,1136039,"genie.py",2523,1,"",python,content +824,1136496,"genie.py",2522,0,"",python,selection_command +825,1136997,"genie.py",2520,0,"",python,selection_command +826,1137245,"genie.py",2517,0,"",python,selection_command +827,1137276,"genie.py",2515,0,"",python,selection_command +828,1137310,"genie.py",2504,0,"",python,selection_command +829,1137424,"genie.py",2503,0,"",python,selection_command +830,1137591,"genie.py",2490,0,"",python,selection_command +831,1137726,"genie.py",2489,0,"",python,selection_command +832,1137860,"genie.py",2486,0,"",python,selection_command +833,1138042,"genie.py",2485,0,"",python,selection_command +834,1138449,"genie.py",2482,0,"",python,selection_command +835,1139768,"genie.py",2481,0,"",python,selection_command +836,1140002,"genie.py",2482,0,"",python,selection_command +837,1140251,"genie.py",2485,0,"",python,selection_command +838,1140277,"genie.py",2486,0,"",python,selection_command +839,1140309,"genie.py",2489,0,"",python,selection_command +840,1140342,"genie.py",2490,0,"",python,selection_command +841,1140376,"genie.py",2503,0,"",python,selection_command +842,1140563,"genie.py",2504,0,"",python,selection_command +843,1141570,"genie.py",2503,0,"",python,selection_command +844,1141726,"genie.py",2490,0,"",python,selection_command +845,1141829,"genie.py",2489,0,"",python,selection_command +846,1141984,"genie.py",2486,0,"",python,selection_command +847,1142133,"genie.py",2485,0,"",python,selection_command +848,1142651,"genie.py",2484,0,"",python,selection_command +849,1142778,"genie.py",2483,0,"",python,selection_command +850,1142901,"genie.py",2482,0,"",python,selection_command +851,1143035,"genie.py",2481,0,"",python,selection_command +852,1143149,"genie.py",2482,0,"lam_outputs[""z_q""]",python,content +853,1143153,"genie.py",2499,0,"",python,selection_command +854,1143854,"genie.py",2500,0,"",python,selection_command +855,1143971,"genie.py",2500,0," ",python,content +856,1143973,"genie.py",2501,0,"",python,selection_keyboard +857,1144082,"genie.py",2501,0,"i",python,content +858,1144083,"genie.py",2502,0,"",python,selection_keyboard +859,1144216,"genie.py",2502,0,"f",python,content +860,1144218,"genie.py",2503,0,"",python,selection_keyboard +861,1144270,"genie.py",2503,0," ",python,content +862,1144272,"genie.py",2504,0,"",python,selection_keyboard +863,1144569,"genie.py",2504,0,"s",python,content +864,1144571,"genie.py",2505,0,"",python,selection_keyboard +865,1144634,"genie.py",2505,0,"e",python,content +866,1144635,"genie.py",2506,0,"",python,selection_keyboard +867,1144716,"genie.py",2506,0,"l",python,content +868,1144717,"genie.py",2507,0,"",python,selection_keyboard +869,1144816,"genie.py",2507,0,"f",python,content +870,1144818,"genie.py",2508,0,"",python,selection_keyboard +871,1145383,"genie.py",2508,0,".lam_co_train else ",python,content +872,1145630,"genie.py",2526,0,"",python,selection_command +873,1173357,"genie.py",0,0,"",python,tab +874,1173358,"genie.py",802,0,"",python,selection_command +875,1174934,"train_dynamics.py",0,0,"",python,tab +876,1174935,"train_dynamics.py",4642,0,"",python,selection_command +877,1181039,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom models.tokenizer import TokenizerVQVAE\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=True if args.lam_checkpoint else False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +878,1181041,"train_dynamics.py",4642,0,"",python,selection_command +879,1252961,"train_dynamics.py",4671,0,"",python,selection_mouse +880,1259355,"genie.py",0,0,"",python,tab +881,1262550,"train_dynamics.py",0,0,"",python,tab +882,1265091,"train_dynamics.py",4654,0,"",python,selection_command +883,1265162,"train_dynamics.py",4662,0,"",python,selection_command +884,1265336,"train_dynamics.py",4663,0,"",python,selection_command +885,1265741,"train_dynamics.py",4668,0,"",python,selection_command +886,1265883,"train_dynamics.py",4671,0,"",python,selection_command +887,1266045,"train_dynamics.py",4675,0,"",python,selection_command +888,1266532,"train_dynamics.py",4671,0,"",python,selection_command +889,1266967,"train_dynamics.py",4671,0,"n",python,content +890,1266968,"train_dynamics.py",4672,0,"",python,selection_keyboard +891,1267022,"train_dynamics.py",4672,0,"o",python,content +892,1267023,"train_dynamics.py",4673,0,"",python,selection_keyboard +893,1267114,"train_dynamics.py",4673,0,"t",python,content +894,1267115,"train_dynamics.py",4674,0,"",python,selection_keyboard +895,1267183,"train_dynamics.py",4674,0," ",python,content +896,1267184,"train_dynamics.py",4675,0,"",python,selection_keyboard +897,1267333,"train_dynamics.py",4674,0,"",python,selection_command +898,1269233,"train_dynamics.py",4694,11,"",python,content +899,1269234,"train_dynamics.py",4663,8,"",python,content +900,1270738,"train_dynamics.py",4663,0,"",python,selection_command +901,1270868,"train_dynamics.py",4662,0,"",python,selection_command +902,1270927,"train_dynamics.py",4663,0,"",python,selection_command +903,1271102,"train_dynamics.py",4667,0,"",python,selection_command +904,1276292,"train_dynamics.py",4671,0,"",python,selection_command +905,1276478,"train_dynamics.py",4672,0,"",python,selection_command +906,1276670,"train_dynamics.py",4686,0,"",python,selection_command +907,1281197,"train_dynamics.py",4672,0,"",python,selection_command +908,1281376,"train_dynamics.py",4671,0,"",python,selection_command +909,1281600,"train_dynamics.py",4667,0,"",python,selection_command +910,1281900,"train_dynamics.py",4667,1,"a",python,selection_command +911,1281912,"train_dynamics.py",4667,4,"args",python,selection_command +912,1282087,"train_dynamics.py",4667,5,"args.",python,selection_command +913,1282270,"train_dynamics.py",4667,19,"args.lam_checkpoint",python,selection_command +914,1282778,"train_dynamics.py",4685,0,"",python,selection_command +915,1312005,"train_dynamics.py",0,0,"",python,tab +916,1312008,"train_dynamics.py",4642,0,"",python,selection_command +917,1323037,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=lam_outputs[""z_q""] if self.lam_co_train else jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None\n\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n lam_init_params = dummy_lam.init(_rng, inputs)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n\n def create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n\n abstract_sharded_tokenizer_state = create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n abstract_sharded_lam_state = create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n\n tokenizer_restore_target = {""model"": abstract_sharded_tokenizer_state}\n lam_restore_target = {""model"": abstract_sharded_lam_state}\n\n tokenizer_restore_args = orbax_utils.restore_args_from_target(\n tokenizer_restore_target\n )\n lam_restore_args = orbax_utils.restore_args_from_target(lam_restore_target)\n\n restored_tokenizer_params = (\n PyTreeCheckpointer()\n .restore(\n args.tokenizer_checkpoint,\n item=tokenizer_restore_target,\n restore_args=tokenizer_restore_args,\n )[""model""]\n .params[""params""]\n )\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint, item=lam_restore_target, restore_args=lam_restore_args\n )[""model""]\n .params[""params""]\n )\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n if args.lam_checkpoint:\n train_state.params[""params""][""lam""].update(restored_lam_params)\n\n return train_state\n",python,tab +918,1323039,"genie.py",802,0,"",python,selection_command +919,1480158,"train_dynamics.py",0,0,"",python,tab +920,1481438,"TERMINAL",0,0,"",,terminal_focus +921,1486166,"TERMINAL",0,0,"queue",,terminal_command +922,1486216,"TERMINAL",0,0,"]633;E;2025-07-04 17:26:17 queue;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;C",,terminal_output +923,1486273,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Fri Jul 4 17:26:17 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3316908 accelerat interact tum_dbd0 R 6:52:04\t 4 hkn[0618,0622-0624]\t\t",,terminal_output +924,1487318,"TERMINAL",0,0,"85",,terminal_output +925,1488472,"TERMINAL",0,0,"96",,terminal_output +926,1489411,"TERMINAL",0,0,"207",,terminal_output +927,1490464,"TERMINAL",0,0,"18",,terminal_output +928,1491224,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1991:~/jafar]633;D;0",,terminal_output +929,1539705,"TERMINAL",0,0,"queue",,terminal_command +930,1539757,"TERMINAL",0,0,"]633;E;2025-07-04 17:27:11 queue;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;C",,terminal_output +931,1539824,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Fri Jul 4 17:27:11 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3316908 accelerat interact tum_dbd0 R 6:52:58\t 4 hkn[0618,0622-0624]\t\t",,terminal_output +932,1540872,"TERMINAL",0,0,"29",,terminal_output +933,1541773,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_dbd0378@hkn1991:~/jafar]633;D;0",,terminal_output +934,1543445,"TERMINAL",0,0,"scancel 3316908",,terminal_command +935,1543493,"TERMINAL",0,0,"]633;E;2025-07-04 17:27:14 scancel 3316908;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;C]0;tum_dbd0378@hkn1991:~/jafar]633;D;0]633;P;Cwd=/home/hk-project-p0023960/tum_dbd0378/jafar",,terminal_output +936,1550526,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=dev_accelerated --account=hk-project-p0023960",,terminal_command +937,1550673,"TERMINAL",0,0,"]633;E;2025-07-04 17:27:22 salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=dev_accelerated --account=hk-project-p0023960;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;Csalloc: Pending job allocation 3318312\r\nsalloc: job 3318312 queued and waiting for resources\r\n",,terminal_output +938,1552578,"TERMINAL",0,0,"",,terminal_focus +939,1556005,"TERMINAL",0,0,"idle",,terminal_command +940,1556037,"TERMINAL",0,0,"]633;E;2025-07-04 17:27:27 idle;8a31d173-6ca5-449f-98c9-8756b89060d1]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 58 nodes idle\r\nPartition dev_accelerated : 0 nodes idle\r\nPartition accelerated : 12 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 8 nodes idle\r\n]0;tum_dbd0378@hkn1991:~/jafar]633;D;0",,terminal_output +941,1559393,"TERMINAL",0,0,"salloc",,terminal_focus +942,1559916,"TERMINAL",0,0,"^C",,terminal_output +943,1559959,"TERMINAL",0,0,"salloc: Job allocation 3318312 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_dbd0378@hkn1991:~/jafar]633;D;1",,terminal_output +944,1560041,"TERMINAL",0,0,"^C",,terminal_command +945,1560044,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;C]0;tum_dbd0378@hkn1991:~/jafar]633;D",,terminal_output +946,1563911,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=accelerated --account=hk-project-p0023960",,terminal_command +947,1563988,"TERMINAL",0,0,"]633;E;2025-07-04 17:27:35 salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=accelerated --account=hk-project-p0023960;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;Csalloc: Pending job allocation 3318313\r\nsalloc: job 3318313 queued and waiting for resources\r\n",,terminal_output +948,1565747,"TERMINAL",0,0,"bash",,terminal_focus +949,1568662,"TERMINAL",0,0,"salloc",,terminal_focus +950,1569514,"TERMINAL",0,0,"^Csalloc: Job allocation 3318313 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_dbd0378@hkn1991:~/jafar]633;D;1]633;P;Cwd=/home/hk-project-p0023960/tum_dbd0378/jafar",,terminal_output +951,1569600,"TERMINAL",0,0,"^C",,terminal_command +952,1569612,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]633;E;;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;C]0;tum_dbd0378@hkn1991:~/jafar]633;D",,terminal_output +953,1574622,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=dev_accelerated-h100 --account=hk-project-p0023960",,terminal_command +954,1574679,"TERMINAL",0,0,"]633;E;2025-07-04 17:27:46 salloc --nodes=1 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=01:00:00 --partition=dev_accelerated-h100 --account=hk-project-p0023960;0fc2726c-2ae7-4637-980b-319f7c6fc4d1]633;Csalloc: Granted job allocation 3318314\r\n",,terminal_output +955,1574751,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +956,1582495,"train_dynamics.py",4642,0,"",python,selection_command +957,1602644,"TERMINAL",0,0,"salloc: Prolog hung on node hkn0901\r\n",,terminal_output +958,1613606,"TERMINAL",0,0,"salloc: Nodes hkn0901 are ready for job\r\n",,terminal_output +959,1614511,"TERMINAL",0,0,"]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +960,1625332,"experiments/dynamics_dummy_test_co_train.py",0,0,"",python,tab +961,1629177,"experiments/coinrun_dynamics.sh",0,0,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960\n#SBATCH --job-name=coinrun_dynamics\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\nmkdir -p dynamics_ckpt_dir\n\npython train_dynamics.py \\n --tokenizer_checkpoint $PWD/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --lam_checkpoint $PWD/lam_ckpt_dir/lam_1748080132_50000 \\n --ckpt_dir dynamics_ckpt_dir \\n --batch_size=144 \\n --num_steps=50000 \\n --warmup_steps=1250 \\n --log_checkpoint_interval=6250 \\n --log \\n --entity instant-uv \\n --project jafar\n",shellscript,tab +962,1629482,"experiments/coinrun_dynamics.sh",507,0,"",shellscript,selection_mouse +963,1629834,"experiments/coinrun_dynamics.sh",0,726,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960\n#SBATCH --job-name=coinrun_dynamics\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\nmkdir -p dynamics_ckpt_dir\n\npython train_dynamics.py \\n --tokenizer_checkpoint $PWD/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --lam_checkpoint $PWD/lam_ckpt_dir/lam_1748080132_50000 \\n --ckpt_dir dynamics_ckpt_dir \\n --batch_size=144 \\n --num_steps=50000 \\n --warmup_steps=1250 \\n --log_checkpoint_interval=6250 \\n --log \\n --entity instant-uv \\n --project jafar\n",shellscript,selection_command +964,1630019,"experiments/coinrun_dynamics.sh",726,0,"",shellscript,selection_command +965,1631123,"experiments/dynamics_dummy_test_co_train.py",0,0,"",python,tab +966,1631571,"experiments/dynamics_dummy_test_co_train.py",0,0,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960\n#SBATCH --job-name=coinrun_dynamics\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\nmkdir -p dynamics_ckpt_dir\n\npython train_dynamics.py \\n --tokenizer_checkpoint $PWD/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --lam_checkpoint $PWD/lam_ckpt_dir/lam_1748080132_50000 \\n --ckpt_dir dynamics_ckpt_dir \\n --batch_size=144 \\n --num_steps=50000 \\n --warmup_steps=1250 \\n --log_checkpoint_interval=6250 \\n --log \\n --entity instant-uv \\n --project jafar\n",python,content +967,1632219,"experiments/dynamics_dummy_test_co_train.py",0,0,"",python,selection_command +968,1632608,"experiments/dynamics_dummy_test_co_train.py",0,11,"#!/bin/bash",python,selection_command +969,1632780,"experiments/dynamics_dummy_test_co_train.py",0,12,"#!/bin/bash\n",python,selection_command +970,1633031,"experiments/dynamics_dummy_test_co_train.py",0,30,"#!/bin/bash\n\n#SBATCH --nodes=1",python,selection_command +971,1633065,"experiments/dynamics_dummy_test_co_train.py",0,58,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1",python,selection_command +972,1633089,"experiments/dynamics_dummy_test_co_train.py",0,79,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4",python,selection_command +973,1633123,"experiments/dynamics_dummy_test_co_train.py",0,105,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8",python,selection_command +974,1633157,"experiments/dynamics_dummy_test_co_train.py",0,131,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00",python,selection_command +975,1633189,"experiments/dynamics_dummy_test_co_train.py",0,163,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00\n#SBATCH --partition=accelerated",python,selection_command +976,1633229,"experiments/dynamics_dummy_test_co_train.py",0,201,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960",python,selection_command +977,1633256,"experiments/dynamics_dummy_test_co_train.py",0,237,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960\n#SBATCH --job-name=coinrun_dynamics",python,selection_command +978,1633517,"experiments/dynamics_dummy_test_co_train.py",0,238,"#!/bin/bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=1\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=2-00:00:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960\n#SBATCH --job-name=coinrun_dynamics\n",python,selection_command +979,1633623,"experiments/dynamics_dummy_test_co_train.py",0,239,"",python,content +980,1641615,"experiments/dynamics_dummy_test_co_train.sh",0,0,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\nmkdir -p dynamics_ckpt_dir\n\npython train_dynamics.py \\n --tokenizer_checkpoint $PWD/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --lam_checkpoint $PWD/lam_ckpt_dir/lam_1748080132_50000 \\n --ckpt_dir dynamics_ckpt_dir \\n --batch_size=144 \\n --num_steps=50000 \\n --warmup_steps=1250 \\n --log_checkpoint_interval=6250 \\n --log \\n --entity instant-uv \\n --project jafar\n",shellscript,tab +981,1642335,"experiments/dynamics_dummy_test_co_train.sh",487,0,"",shellscript,selection_mouse +982,1643154,"experiments/dynamics_dummy_test_co_train.sh",133,0,"",shellscript,selection_mouse +983,1643444,"experiments/dynamics_dummy_test_co_train.sh",93,0,"",shellscript,selection_mouse +984,1643757,"experiments/dynamics_dummy_test_co_train.sh",98,0,"",shellscript,selection_mouse +985,1646907,"experiments/dynamics_dummy_test_co_train.sh",96,0,"",shellscript,selection_command +986,1647967,"experiments/dynamics_dummy_test_co_train.sh",96,0,"c",shellscript,content +987,1647968,"experiments/dynamics_dummy_test_co_train.sh",97,0,"",shellscript,selection_keyboard +988,1648100,"experiments/dynamics_dummy_test_co_train.sh",97,0,"h",shellscript,content +989,1648102,"experiments/dynamics_dummy_test_co_train.sh",98,0,"",shellscript,selection_keyboard +990,1648395,"experiments/dynamics_dummy_test_co_train.sh",98,0,"e",shellscript,content +991,1648397,"experiments/dynamics_dummy_test_co_train.sh",99,0,"",shellscript,selection_keyboard +992,1648422,"experiments/dynamics_dummy_test_co_train.sh",99,0,"c",shellscript,content +993,1648423,"experiments/dynamics_dummy_test_co_train.sh",100,0,"",shellscript,selection_keyboard +994,1648590,"experiments/dynamics_dummy_test_co_train.sh",100,0,"k",shellscript,content +995,1648591,"experiments/dynamics_dummy_test_co_train.sh",101,0,"",shellscript,selection_keyboard +996,1648750,"experiments/dynamics_dummy_test_co_train.sh",101,0,"p",shellscript,content +997,1648751,"experiments/dynamics_dummy_test_co_train.sh",102,0,"",shellscript,selection_keyboard +998,1648813,"experiments/dynamics_dummy_test_co_train.sh",102,0,"o",shellscript,content +999,1648814,"experiments/dynamics_dummy_test_co_train.sh",103,0,"",shellscript,selection_keyboard +1000,1648918,"experiments/dynamics_dummy_test_co_train.sh",103,0,"i",shellscript,content +1001,1648919,"experiments/dynamics_dummy_test_co_train.sh",104,0,"",shellscript,selection_keyboard +1002,1648980,"experiments/dynamics_dummy_test_co_train.sh",104,0,"n",shellscript,content +1003,1648981,"experiments/dynamics_dummy_test_co_train.sh",105,0,"",shellscript,selection_keyboard +1004,1648984,"experiments/dynamics_dummy_test_co_train.sh",105,0,"t",shellscript,content +1005,1648985,"experiments/dynamics_dummy_test_co_train.sh",106,0,"",shellscript,selection_keyboard +1006,1649114,"experiments/dynamics_dummy_test_co_train.sh",106,0,"s",shellscript,content +1007,1649116,"experiments/dynamics_dummy_test_co_train.sh",107,0,"",shellscript,selection_keyboard +1008,1649177,"experiments/dynamics_dummy_test_co_train.sh",107,0,"/",shellscript,content +1009,1649178,"experiments/dynamics_dummy_test_co_train.sh",108,0,"",shellscript,selection_keyboard +1010,1649443,"experiments/dynamics_dummy_test_co_train.sh",107,0,"",shellscript,selection_command +1011,1650880,"experiments/dynamics_dummy_test_co_train.sh",108,0,"",shellscript,selection_command +1012,1652287,"experiments/dynamics_dummy_test_co_train.sh",108,17,"",shellscript,content +1013,1652587,"experiments/dynamics_dummy_test_co_train.sh",108,0,"d",shellscript,content +1014,1652588,"experiments/dynamics_dummy_test_co_train.sh",109,0,"",shellscript,selection_keyboard +1015,1652636,"experiments/dynamics_dummy_test_co_train.sh",109,0,"n",shellscript,content +1016,1652637,"experiments/dynamics_dummy_test_co_train.sh",110,0,"",shellscript,selection_keyboard +1017,1652702,"experiments/dynamics_dummy_test_co_train.sh",110,0,"a",shellscript,content +1018,1652703,"experiments/dynamics_dummy_test_co_train.sh",111,0,"",shellscript,selection_keyboard +1019,1653112,"experiments/dynamics_dummy_test_co_train.sh",110,1,"",shellscript,content +1020,1653136,"experiments/dynamics_dummy_test_co_train.sh",109,1,"",shellscript,content +1021,1653318,"experiments/dynamics_dummy_test_co_train.sh",109,0,"y",shellscript,content +1022,1653319,"experiments/dynamics_dummy_test_co_train.sh",110,0,"",shellscript,selection_keyboard +1023,1653396,"experiments/dynamics_dummy_test_co_train.sh",110,0,"n",shellscript,content +1024,1653397,"experiments/dynamics_dummy_test_co_train.sh",111,0,"",shellscript,selection_keyboard +1025,1653413,"experiments/dynamics_dummy_test_co_train.sh",111,0,"a",shellscript,content +1026,1653414,"experiments/dynamics_dummy_test_co_train.sh",112,0,"",shellscript,selection_keyboard +1027,1653636,"experiments/dynamics_dummy_test_co_train.sh",112,0,"m",shellscript,content +1028,1653637,"experiments/dynamics_dummy_test_co_train.sh",113,0,"",shellscript,selection_keyboard +1029,1653639,"experiments/dynamics_dummy_test_co_train.sh",113,0,"i",shellscript,content +1030,1653640,"experiments/dynamics_dummy_test_co_train.sh",114,0,"",shellscript,selection_keyboard +1031,1653678,"experiments/dynamics_dummy_test_co_train.sh",114,0,"c",shellscript,content +1032,1653679,"experiments/dynamics_dummy_test_co_train.sh",115,0,"",shellscript,selection_keyboard +1033,1653832,"experiments/dynamics_dummy_test_co_train.sh",115,0,"s",shellscript,content +1034,1653833,"experiments/dynamics_dummy_test_co_train.sh",116,0,"",shellscript,selection_keyboard +1035,1654008,"experiments/dynamics_dummy_test_co_train.sh",116,0,"_",shellscript,content +1036,1654009,"experiments/dynamics_dummy_test_co_train.sh",117,0,"",shellscript,selection_keyboard +1037,1654163,"experiments/dynamics_dummy_test_co_train.sh",117,0,"d",shellscript,content +1038,1654164,"experiments/dynamics_dummy_test_co_train.sh",118,0,"",shellscript,selection_keyboard +1039,1654425,"experiments/dynamics_dummy_test_co_train.sh",118,0,"ummy_test_co_train",shellscript,content +1040,1654690,"experiments/dynamics_dummy_test_co_train.sh",135,0,"",shellscript,selection_command +1041,1659440,"experiments/dynamics_dummy_test_co_train.sh",137,0,"",shellscript,selection_command +1042,1659602,"experiments/dynamics_dummy_test_co_train.sh",163,0,"",shellscript,selection_command +1043,1659718,"experiments/dynamics_dummy_test_co_train.sh",213,0,"",shellscript,selection_command +1044,1663459,"experiments/dynamics_dummy_test_co_train.sh",197,0,"",shellscript,selection_command +1045,1663642,"experiments/dynamics_dummy_test_co_train.sh",196,0,"",shellscript,selection_command +1046,1663856,"experiments/dynamics_dummy_test_co_train.sh",197,0,"",shellscript,selection_command +1047,1664962,"experiments/dynamics_dummy_test_co_train.sh",197,0,"c",shellscript,content +1048,1664964,"experiments/dynamics_dummy_test_co_train.sh",198,0,"",shellscript,selection_keyboard +1049,1665006,"experiments/dynamics_dummy_test_co_train.sh",198,0,"h",shellscript,content +1050,1665007,"experiments/dynamics_dummy_test_co_train.sh",199,0,"",shellscript,selection_keyboard +1051,1665173,"experiments/dynamics_dummy_test_co_train.sh",199,0,"e",shellscript,content +1052,1665174,"experiments/dynamics_dummy_test_co_train.sh",200,0,"",shellscript,selection_keyboard +1053,1665176,"experiments/dynamics_dummy_test_co_train.sh",200,0,"c",shellscript,content +1054,1665176,"experiments/dynamics_dummy_test_co_train.sh",201,0,"",shellscript,selection_keyboard +1055,1665179,"experiments/dynamics_dummy_test_co_train.sh",201,0,"k",shellscript,content +1056,1665179,"experiments/dynamics_dummy_test_co_train.sh",202,0,"",shellscript,selection_keyboard +1057,1665425,"experiments/dynamics_dummy_test_co_train.sh",202,0,"p",shellscript,content +1058,1665426,"experiments/dynamics_dummy_test_co_train.sh",203,0,"",shellscript,selection_keyboard +1059,1665456,"experiments/dynamics_dummy_test_co_train.sh",203,0,"o",shellscript,content +1060,1665457,"experiments/dynamics_dummy_test_co_train.sh",204,0,"",shellscript,selection_keyboard +1061,1665518,"experiments/dynamics_dummy_test_co_train.sh",204,0,"i",shellscript,content +1062,1665519,"experiments/dynamics_dummy_test_co_train.sh",205,0,"",shellscript,selection_keyboard +1063,1665574,"experiments/dynamics_dummy_test_co_train.sh",205,0,"n",shellscript,content +1064,1665575,"experiments/dynamics_dummy_test_co_train.sh",206,0,"",shellscript,selection_keyboard +1065,1665698,"experiments/dynamics_dummy_test_co_train.sh",206,0,"t",shellscript,content +1066,1665699,"experiments/dynamics_dummy_test_co_train.sh",207,0,"",shellscript,selection_keyboard +1067,1665705,"experiments/dynamics_dummy_test_co_train.sh",207,0,"s",shellscript,content +1068,1665706,"experiments/dynamics_dummy_test_co_train.sh",208,0,"",shellscript,selection_keyboard +1069,1665790,"experiments/dynamics_dummy_test_co_train.sh",208,0,"/",shellscript,content +1070,1665791,"experiments/dynamics_dummy_test_co_train.sh",209,0,"",shellscript,selection_keyboard +1071,1665948,"experiments/dynamics_dummy_test_co_train.sh",208,0,"",shellscript,selection_command +1072,1666496,"experiments/dynamics_dummy_test_co_train.sh",209,0,"",shellscript,selection_command +1073,1666593,"experiments/dynamics_dummy_test_co_train.sh",261,0,"",shellscript,selection_command +1074,1668025,"experiments/dynamics_dummy_test_co_train.sh",169,0,"",shellscript,selection_command +1075,1670004,"experiments/dynamics_dummy_test_co_train.sh",171,0,"",shellscript,selection_command +1076,1670199,"experiments/dynamics_dummy_test_co_train.sh",192,0,"",shellscript,selection_command +1077,1670415,"experiments/dynamics_dummy_test_co_train.sh",193,0,"",shellscript,selection_command +1078,1670664,"experiments/dynamics_dummy_test_co_train.sh",196,0,"",shellscript,selection_command +1079,1674759,"experiments/dynamics_dummy_test_co_train.sh",280,0,"",shellscript,selection_mouse +1080,1679291,"experiments/dynamics_dummy_test_co_train.sh",257,62,"",shellscript,content +1081,1679308,"experiments/dynamics_dummy_test_co_train.sh",261,0,"",shellscript,selection_command +1082,1680101,"experiments/dynamics_dummy_test_co_train.sh",263,0,"",shellscript,selection_command +1083,1683072,"experiments/dynamics_dummy_test_co_train.sh",257,35,"",shellscript,content +1084,1683084,"experiments/dynamics_dummy_test_co_train.sh",261,0,"",shellscript,selection_command +1085,1684028,"experiments/dynamics_dummy_test_co_train.sh",263,0,"",shellscript,selection_command +1086,1684215,"experiments/dynamics_dummy_test_co_train.sh",273,0,"",shellscript,selection_command +1087,1684778,"experiments/dynamics_dummy_test_co_train.sh",274,0,"",shellscript,selection_command +1088,1686177,"experiments/dynamics_dummy_test_co_train.sh",274,3,"",shellscript,content +1089,1686661,"experiments/dynamics_dummy_test_co_train.sh",274,0,"1",shellscript,content +1090,1686662,"experiments/dynamics_dummy_test_co_train.sh",275,0,"",shellscript,selection_keyboard +1091,1686845,"experiments/dynamics_dummy_test_co_train.sh",274,0,"",shellscript,selection_command +1092,1688102,"experiments/dynamics_dummy_test_co_train.sh",295,0,"",shellscript,selection_command +1093,1688845,"experiments/dynamics_dummy_test_co_train.sh",319,0,"",shellscript,selection_command +1094,1689913,"experiments/dynamics_dummy_test_co_train.sh",345,0,"",shellscript,selection_command +1095,1692418,"experiments/dynamics_dummy_test_co_train.sh",328,37,"",shellscript,content +1096,1692438,"experiments/dynamics_dummy_test_co_train.sh",332,0,"",shellscript,selection_command +1097,1692858,"experiments/dynamics_dummy_test_co_train.sh",328,12,"",shellscript,content +1098,1692863,"experiments/dynamics_dummy_test_co_train.sh",332,0,"",shellscript,selection_command +1099,1693225,"experiments/dynamics_dummy_test_co_train.sh",328,26,"",shellscript,content +1100,1693232,"experiments/dynamics_dummy_test_co_train.sh",332,0,"",shellscript,selection_command +1101,1693574,"experiments/dynamics_dummy_test_co_train.sh",328,20,"",shellscript,content +1102,1694254,"experiments/dynamics_dummy_test_co_train.sh",302,0,"",shellscript,selection_command +1103,1694419,"experiments/dynamics_dummy_test_co_train.sh",328,0,"",shellscript,selection_command +1104,1697420,"TERMINAL",0,0,"b",,terminal_output +1105,1697540,"TERMINAL",0,0,"[?25la[?25h[?25ls[?25h",,terminal_output +1106,1697615,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +1107,1697866,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1108,1697955,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1109,1698082,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +1110,1698145,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +1111,1698308,"TERMINAL",0,0,"[?25le[?25h[?25lr[?25h",,terminal_output +1112,1698393,"TERMINAL",0,0,"[?25li[?25h[?25lm[?25h",,terminal_output +1113,1698499,"TERMINAL",0,0,"ents/",,terminal_output +1114,1699771,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +1115,1699882,"TERMINAL",0,0,"[?25ly[?25h[?25ln[?25h",,terminal_output +1116,1700007,"TERMINAL",0,0,"amics_dummy_test_co_train.sh ",,terminal_output +1117,1700377,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1118,1705977,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 17, in \r\n import wandb\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/__init__.py"", line 22, in \r\n from wandb.sdk.lib import wb_logging as _wb_logging\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/__init__.py"", line 25, in \r\n from .artifacts.artifact import Artifact\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/artifacts/artifact.py"", line 29, in \r\n from wandb import data_types, env, util\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/data_types.py"", line 16, in \r\n from .sdk.data_types.audio import Audio\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/data_types/audio.py"", line 10, in \r\n from .base_types.media import BatchableMedia\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/data_types/base_types/media.py"", line 13, in \r\n from .wb_value import WBValue\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/data_types/base_types/wb_value.py"", line 4, in \r\n from wandb.sdk import wandb_setup\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/wandb_setup.py"", line 28, in \r\n from . import wandb_settings\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/wandb_settings.py"", line 39, in \r\n from .lib import apikey, credentials, ipython\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/lib/apikey.py"", line 21, in \r\n from wandb.apis import InternalApi\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/apis/__init__.py"", line 43, in \r\n from .internal import Api as InternalApi # noqa\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/apis/internal.py"", line 3, in \r\n from wandb.sdk.internal.internal_api import Api as InternalApi\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/wandb/sdk/internal/internal_api.py"", line 47, in \r\n from wandb.old.settings import Settings\r\n File """", line 1027, in _find_and_load\r\n File """", line 1006, in _find_and_load_unlocked\r\n File """", line 688, in _load_unlocked\r\n File """", line 879, in exec_module\r\n File """", line 1012, in get_code\r\n File """", line 672, in _compile_bytecode\r\nKeyboardInterrupt\r\n",,terminal_output +1119,1706094,"TERMINAL",0,0,"^C\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1120,1706766,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1121,1707148,"experiments/dynamics_dummy_test_co_train.sh",130,0,"",shellscript,selection_mouse +1122,1707532,"experiments/dynamics_dummy_test_co_train.sh",87,50,"",shellscript,content +1123,1707897,"experiments/dynamics_dummy_test_co_train.sh",87,1,"",shellscript,content +1124,1709534,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1125,1709632,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1126,1709935,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1127,1712890,"TERMINAL",0,0,"^CException ignored in: \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/jax/_src/lib/__init__.py"", line 128, in _xla_gc_callback\r\n def _xla_gc_callback(*args):\r\nKeyboardInterrupt: \r\n",,terminal_output +1128,1712998,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 19, in \r\n from genie import Genie, restore_genie_components\r\n File """", line 1027, in _find_and_load\r\n File """", line 1006, in _find_and_load_unlocked\r\n File """", line 688, in _load_unlocked\r\n File """", line 879, in exec_module\r\n File """", line 975, in get_code\r\n File """", line 1074, in get_data\r\nKeyboardInterrupt\r\n",,terminal_output +1129,1713175,"TERMINAL",0,0,"\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1130,1713234,"experiments/dynamics_dummy_test_co_train.sh",277,0,"",shellscript,selection_mouse +1131,1714004,"experiments/dynamics_dummy_test_co_train.sh",251,0,"",shellscript,selection_command +1132,1714157,"experiments/dynamics_dummy_test_co_train.sh",227,0,"",shellscript,selection_command +1133,1714273,"experiments/dynamics_dummy_test_co_train.sh",206,0,"",shellscript,selection_command +1134,1714428,"experiments/dynamics_dummy_test_co_train.sh",114,0,"",shellscript,selection_command +1135,1714565,"experiments/dynamics_dummy_test_co_train.sh",87,0,"",shellscript,selection_command +1136,1714874,"experiments/dynamics_dummy_test_co_train.sh",87,0,"s",shellscript,content +1137,1714875,"experiments/dynamics_dummy_test_co_train.sh",88,0,"",shellscript,selection_keyboard +1138,1714948,"experiments/dynamics_dummy_test_co_train.sh",88,0,"r",shellscript,content +1139,1714949,"experiments/dynamics_dummy_test_co_train.sh",89,0,"",shellscript,selection_keyboard +1140,1714997,"experiments/dynamics_dummy_test_co_train.sh",89,0,"u",shellscript,content +1141,1714998,"experiments/dynamics_dummy_test_co_train.sh",90,0,"",shellscript,selection_keyboard +1142,1715044,"experiments/dynamics_dummy_test_co_train.sh",90,0,"n",shellscript,content +1143,1715045,"experiments/dynamics_dummy_test_co_train.sh",91,0,"",shellscript,selection_keyboard +1144,1715137,"experiments/dynamics_dummy_test_co_train.sh",91,0," ",shellscript,content +1145,1715138,"experiments/dynamics_dummy_test_co_train.sh",92,0,"",shellscript,selection_keyboard +1146,1715257,"experiments/dynamics_dummy_test_co_train.sh",91,0,"",shellscript,selection_command +1147,1717297,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1148,1717374,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1149,1717620,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1150,1718261,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +1151,1720328,"TERMINAL",0,0,"2025-07-04 17:30:11.806724: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:30:11.811244: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:30:11.812106: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:30:11.812185: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643011.816784 245964 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643011.820930 245964 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643011.821359 245962 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643011.822164 245965 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643011.822369 245963 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643011.825483 245962 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751643011.826183 245965 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751643011.826626 245963 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643011.831414 245964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.831434 245964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.831437 245964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.831439 245964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.836354 245962 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.836372 245962 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.836375 245962 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.836377 245962 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.837617 245963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.837635 245963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.837637 245963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.837640 245963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.839840 245965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.839862 245965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.839865 245965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643011.839867 245965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1152,1733023,"TERMINAL",0,0,"W0000 00:00:1751643024.528396 245963 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643024.528417 245964 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643024.528426 245962 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643024.528452 245965 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1153,1734534,"TERMINAL",0,0,"Running on 4 devices.\r\nRunning on 4 devices.\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 128, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 128, in \r\n raise ValueError(\r\nValueError: Global batch size 1 must be divisible by number of devices 4.\r\n raise ValueError(\r\nValueError: Global batch size 1 must be divisible by number of devices 4.\r\nRunning on 4 devices.\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 128, in \r\nRunning on 4 devices.\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 128, in \r\n raise ValueError(\r\nValueError: Global batch size 1 must be divisible by number of devices 4.\r\n raise ValueError(\r\nValueError: Global batch size 1 must be divisible by number of devices 4.\r\n",,terminal_output +1154,1736945,"TERMINAL",0,0,"srun: error: hkn0901: task 0: Exited with exit code 1\r\n",,terminal_output +1155,1737177,"TERMINAL",0,0,"srun: error: hkn0901: tasks 1-3: Exited with exit code 1\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1156,1739278,"experiments/dynamics_dummy_test_co_train.sh",123,0,"",shellscript,selection_command +1157,1739477,"experiments/dynamics_dummy_test_co_train.sh",124,0,"",shellscript,selection_command +1158,1739711,"experiments/dynamics_dummy_test_co_train.sh",216,0,"",shellscript,selection_command +1159,1739808,"experiments/dynamics_dummy_test_co_train.sh",217,0,"",shellscript,selection_command +1160,1739820,"experiments/dynamics_dummy_test_co_train.sh",218,0,"",shellscript,selection_command +1161,1740001,"experiments/dynamics_dummy_test_co_train.sh",227,0,"",shellscript,selection_command +1162,1740102,"experiments/dynamics_dummy_test_co_train.sh",228,0,"",shellscript,selection_command +1163,1740755,"experiments/dynamics_dummy_test_co_train.sh",228,1,"4",shellscript,content +1164,1743249,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1165,1743403,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1166,1743538,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1167,1744076,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +1168,1746185,"TERMINAL",0,0,"2025-07-04 17:30:37.633072: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643037.642791 246318 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643037.646896 246318 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643037.660332 246318 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.660350 246318 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.660352 246318 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.660354 246318 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n2025-07-04 17:30:37.664354: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:30:37.670096: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:30:37.670188: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643037.674419 246320 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643037.678576 246320 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643037.680216 246319 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643037.680456 246317 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643037.684137 246317 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751643037.684384 246319 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643037.688787 246320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.688806 246320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.688808 246320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.688810 246320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694925 246317 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694947 246317 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694950 246317 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694952 246317 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694956 246319 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694974 246319 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694977 246319 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643037.694979 246319 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1169,1751715,"TERMINAL",0,0,"W0000 00:00:1751643043.184486 246318 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643043.207199 246317 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643043.219561 246320 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643043.220074 246319 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1170,1753840,"TERMINAL",0,0,"Running on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\n",,terminal_output +1171,1755729,"TERMINAL",0,0,"2025-07-04 17:30:47.197062: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:30:47.201458: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:30:47.202194: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1172,1755787,"TERMINAL",0,0,"2025-07-04 17:30:47.208934: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1173,1759495,"experiments/dynamics_dummy_test_co_train.sh",282,0,"",shellscript,selection_mouse +1174,1765984,"TERMINAL",0,0,"2025-07-04 17:30:57.480199: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1175,1766040,"TERMINAL",0,0,"2025-07-04 17:30:57.503843: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:30:57.505940: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:30:57.519272: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1176,1778737,"TERMINAL",0,0,"2025-07-04 17:31:10.165813: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:31:10.208570: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:31:10.246350: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1177,1778839,"TERMINAL",0,0,"2025-07-04 17:31:10.347139: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1178,1780759,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1179,1780957,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1180,1797367,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n",,terminal_output +1181,1799718,"TERMINAL",0,0,"srun: error: hkn0901: task 2: Exited with exit code 1\r\n",,terminal_output +1182,1800077,"TERMINAL",0,0,"srun: error: hkn0901: tasks 0-1,3: Exited with exit code 1\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1183,1812885,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1184,1815431,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1185,1815679,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1186,1911589,"experiments/dynamics_dummy_test_co_train.sh",153,0,"",shellscript,selection_mouse +1187,1912442,"experiments/dynamics_dummy_test_co_train.sh",151,0,"",shellscript,selection_command +1188,1912580,"experiments/dynamics_dummy_test_co_train.sh",150,0,"",shellscript,selection_command +1189,1912710,"experiments/dynamics_dummy_test_co_train.sh",147,0,"",shellscript,selection_command +1190,1912843,"experiments/dynamics_dummy_test_co_train.sh",146,0,"",shellscript,selection_command +1191,1913036,"experiments/dynamics_dummy_test_co_train.sh",146,1,"$",shellscript,selection_command +1192,1913093,"experiments/dynamics_dummy_test_co_train.sh",146,4,"$PWD",shellscript,selection_command +1193,1913344,"experiments/dynamics_dummy_test_co_train.sh",146,5,"$PWD/",shellscript,selection_command +1194,1913378,"experiments/dynamics_dummy_test_co_train.sh",146,16,"$PWD/checkpoints",shellscript,selection_command +1195,1913403,"experiments/dynamics_dummy_test_co_train.sh",146,17,"$PWD/checkpoints/",shellscript,selection_command +1196,1913435,"experiments/dynamics_dummy_test_co_train.sh",146,35,"$PWD/checkpoints/tokenizer_ckpt_dir",shellscript,selection_command +1197,1913470,"experiments/dynamics_dummy_test_co_train.sh",146,36,"$PWD/checkpoints/tokenizer_ckpt_dir/",shellscript,selection_command +1198,1913516,"experiments/dynamics_dummy_test_co_train.sh",146,62,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000",shellscript,selection_command +1199,1913535,"experiments/dynamics_dummy_test_co_train.sh",146,64,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \",shellscript,selection_command +1200,1913569,"experiments/dynamics_dummy_test_co_train.sh",146,71,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --",shellscript,selection_command +1201,1913603,"experiments/dynamics_dummy_test_co_train.sh",146,81,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --batch_size",shellscript,selection_command +1202,1913636,"experiments/dynamics_dummy_test_co_train.sh",146,82,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --batch_size=",shellscript,selection_command +1203,1913669,"experiments/dynamics_dummy_test_co_train.sh",146,83,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --batch_size=4",shellscript,selection_command +1204,1914014,"experiments/dynamics_dummy_test_co_train.sh",146,82,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --batch_size=",shellscript,selection_command +1205,1914088,"experiments/dynamics_dummy_test_co_train.sh",146,72,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n --b",shellscript,selection_command +1206,1914243,"experiments/dynamics_dummy_test_co_train.sh",146,70,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \\n -",shellscript,selection_command +1207,1914385,"experiments/dynamics_dummy_test_co_train.sh",146,64,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000 \",shellscript,selection_command +1208,1914768,"experiments/dynamics_dummy_test_co_train.sh",146,37,"$PWD/checkpoints/tokenizer_ckpt_dir/t",shellscript,selection_command +1209,1915096,"experiments/dynamics_dummy_test_co_train.sh",146,38,"$PWD/checkpoints/tokenizer_ckpt_dir/to",shellscript,selection_command +1210,1915292,"experiments/dynamics_dummy_test_co_train.sh",146,62,"$PWD/checkpoints/tokenizer_ckpt_dir/tokenizer_1748080132_10000",shellscript,selection_command +1211,1915648,"experiments/dynamics_dummy_test_co_train.sh",146,62,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022\n",shellscript,content +1212,1916239,"experiments/dynamics_dummy_test_co_train.sh",207,0,"",shellscript,selection_command +1213,1916889,"experiments/dynamics_dummy_test_co_train.sh",253,0,"",shellscript,selection_command +1214,1917562,"experiments/dynamics_dummy_test_co_train.sh",252,1,"",shellscript,content +1215,1918517,"experiments/dynamics_dummy_test_co_train.sh",251,1,"",shellscript,content +1216,1919354,"experiments/dynamics_dummy_test_co_train.sh",251,0," ",shellscript,content +1217,1919355,"experiments/dynamics_dummy_test_co_train.sh",252,0,"",shellscript,selection_keyboard +1218,1919814,"experiments/dynamics_dummy_test_co_train.sh",251,0,"",shellscript,selection_command +1219,1955650,"experiments/dynamics_dummy_test_co_train.sh",119,0,"",shellscript,selection_command +1220,1957632,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1221,1957687,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1222,1957928,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1223,1958480,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +1224,1960510,"TERMINAL",0,0,"2025-07-04 17:34:11.951809: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643251.961753 250480 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643251.965965 250480 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643251.976422 250480 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643251.976439 250480 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643251.976441 250480 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643251.976443 250480 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n2025-07-04 17:34:11.977989: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643251.988032 250481 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643251.992066 250481 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n2025-07-04 17:34:11.992538: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:34:11.993463: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nW0000 00:00:1751643252.002014 250481 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.002032 250481 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.002035 250481 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.002037 250481 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643252.003057 250479 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643252.003894 250478 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643252.006738 250479 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751643252.007689 250478 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643252.017324 250479 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.017345 250479 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.017347 250479 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.017349 250479 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.018495 250478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.018514 250478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.018516 250478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643252.018519 250478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1225,1966239,"TERMINAL",0,0,"W0000 00:00:1751643257.718879 250481 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643257.737702 250478 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643257.738990 250480 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643257.745604 250479 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1226,1968361,"TERMINAL",0,0,"Running on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\n",,terminal_output +1227,1969848,"TERMINAL",0,0,"2025-07-04 17:34:21.343277: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:34:21.357069: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:34:21.358347: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:34:21.358733: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1228,1979913,"TERMINAL",0,0,"2025-07-04 17:34:31.418887: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:34:31.422269: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1229,1980008,"TERMINAL",0,0,"2025-07-04 17:34:31.515979: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1230,1980147,"TERMINAL",0,0,"2025-07-04 17:34:31.657021: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1231,1992612,"TERMINAL",0,0,"2025-07-04 17:34:44.117618: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1232,1992795,"TERMINAL",0,0,"2025-07-04 17:34:44.288543: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:34:44.302865: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1233,1992926,"TERMINAL",0,0,"2025-07-04 17:34:44.433148: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1234,1994865,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1235,1995125,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1236,2010322,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 282, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 not found.\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 282, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 not found.\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 282, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 not found.\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 282, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 295, in restore\r\n raise FileNotFoundError(f'Checkpoint at {directory} not found.')\r\nFileNotFoundError: Checkpoint at /home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 not found.\r\n",,terminal_output +1237,2012746,"TERMINAL",0,0,"srun: error: hkn0901: task 0: Exited with exit code 1\r\n",,terminal_output +1238,2013004,"TERMINAL",0,0,"srun: error: hkn0901: tasks 1-3: Exited with exit code 1\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1239,2038190,"TERMINAL",0,0,"[?25lls[?25h[?25ls[?25h",,terminal_output +1240,2038246,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1241,2038539,"TERMINAL",0,0,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022",,terminal_output +1242,2039157,"TERMINAL",0,0,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022",,terminal_output +1243,2039546,"TERMINAL",0,0,"",,terminal_output +1244,2039765,"TERMINAL",0,0,"",,terminal_output +1245,2040096,"TERMINAL",0,0,"",,terminal_output +1246,2040295,"TERMINAL",0,0,"",,terminal_output +1247,2040443,"TERMINAL",0,0,"",,terminal_output +1248,2040729,"TERMINAL",0,0,"",,terminal_output +1249,2040812,"TERMINAL",0,0,"",,terminal_output +1250,2041143,"TERMINAL",0,0,"",,terminal_output +1251,2041338,"TERMINAL",0,0,"",,terminal_output +1252,2041579,"TERMINAL",0,0,"",,terminal_output +1253,2041680,"TERMINAL",0,0,"",,terminal_output +1254,2041890,"TERMINAL",0,0,"",,terminal_output +1255,2041960,"TERMINAL",0,0,"",,terminal_output +1256,2042220,"TERMINAL",0,0,"",,terminal_output +1257,2042480,"TERMINAL",0,0,"",,terminal_output +1258,2042734,"TERMINAL",0,0,"",,terminal_output +1259,2042952,"TERMINAL",0,0,"",,terminal_output +1260,2048921,"TERMINAL",0,0,"",,terminal_output +1261,2049005,"TERMINAL",0,0,"",,terminal_output +1262,2049203,"TERMINAL",0,0,"",,terminal_output +1263,2049290,"TERMINAL",0,0,"",,terminal_output +1264,2049529,"TERMINAL",0,0,"",,terminal_output +1265,2049640,"TERMINAL",0,0,"",,terminal_output +1266,2079344,"TERMINAL",0,0,"",,terminal_output +1267,2079508,"TERMINAL",0,0,"",,terminal_output +1268,2079695,"TERMINAL",0,0,"",,terminal_output +1269,2080763,"TERMINAL",0,0,"",,terminal_output +1270,2080873,"TERMINAL",0,0,"",,terminal_output +1271,2081018,"TERMINAL",0,0,"",,terminal_output +1272,2130673,"TERMINAL",0,0,"",,terminal_output +1273,2130824,"TERMINAL",0,0,"",,terminal_output +1274,2211381,"TERMINAL",0,0,"\r\n\r",,terminal_output +1275,2211603,"TERMINAL",0,0,"",,terminal_output +1276,2212184,"TERMINAL",0,0,"l",,terminal_output +1277,2212322,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1278,2212376,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1279,2212601,"TERMINAL",0,0," /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022",,terminal_output +1280,2213077,"TERMINAL",0,0," /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/",,terminal_output +1281,2213576,"TERMINAL",0,0,"tokenizer_1751594834_",,terminal_output +1282,2214265,"TERMINAL",0,0,"",,terminal_output +1283,2214589,"TERMINAL",0,0,"\r\ntokenizer_1751594834_1000/ tokenizer_1751594834_15500/ tokenizer_1751594834_4000/\r\ntokenizer_1751594834_10000/ tokenizer_1751594834_16000/ tokenizer_1751594834_4500/\r\ntokenizer_1751594834_10500/ tokenizer_1751594834_16500/ tokenizer_1751594834_500/\r\ntokenizer_1751594834_11000/ tokenizer_1751594834_17000/ tokenizer_1751594834_5000/\r\ntokenizer_1751594834_11500/ tokenizer_1751594834_17500/ tokenizer_1751594834_5500/\r\ntokenizer_1751594834_12000/ tokenizer_1751594834_18000/ tokenizer_1751594834_6000/\r\ntokenizer_1751594834_12500/ tokenizer_1751594834_18500/ tokenizer_1751594834_6500/\r\ntokenizer_1751594834_13000/ tokenizer_1751594834_19000/ tokenizer_1751594834_7000/\r\ntokenizer_1751594834_13500/ tokenizer_1751594834_19500/ tokenizer_1751594834_7500/\r\ntokenizer_1751594834_14000/ tokenizer_1751594834_2000/ tokenizer_1751594834_8000/\r\ntokenizer_1751594834_14500/ tokenizer_1751594834_2500/ tokenizer_1751594834_8500/\r\ntokenizer_1751594834_1500/ tokenizer_1751594834_3000/ tokenizer_1751594834_9000/\r\ntokenizer_1751594834_15000/ tokenizer_1751594834_3500/ tokenizer_1751594834_9500/\r\n[tum_dbd0378@hkn0901 jafar]$ ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_",,terminal_output +1284,2227314,"TERMINAL",0,0,"1",,terminal_output +1285,2227429,"TERMINAL",0,0,"[?25l9[?25h",,terminal_output +1286,2227692,"TERMINAL",0,0,"[?25l5[?25h",,terminal_output +1287,2227886,"TERMINAL",0,0,"00/",,terminal_output +1288,2231329,"experiments/dynamics_dummy_test_co_train.sh",146,0,"",shellscript,selection_mouse +1289,2231612,"experiments/dynamics_dummy_test_co_train.sh",146,1,"/",shellscript,selection_command +1290,2231937,"experiments/dynamics_dummy_test_co_train.sh",146,108,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n",shellscript,selection_command +1291,2232783,"experiments/dynamics_dummy_test_co_train.sh",146,129,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n --batch_size=4 \\n",shellscript,selection_command +1292,2233830,"experiments/dynamics_dummy_test_co_train.sh",146,128,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n --batch_size=4 \",shellscript,selection_command +1293,2233962,"experiments/dynamics_dummy_test_co_train.sh",146,127,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n --batch_size=4 ",shellscript,selection_command +1294,2234112,"experiments/dynamics_dummy_test_co_train.sh",146,126,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n --batch_size=4",shellscript,selection_command +1295,2234369,"experiments/dynamics_dummy_test_co_train.sh",146,125,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n --batch_size=",shellscript,selection_command +1296,2234522,"experiments/dynamics_dummy_test_co_train.sh",146,115,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n --b",shellscript,selection_command +1297,2234708,"experiments/dynamics_dummy_test_co_train.sh",146,113,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n -",shellscript,selection_command +1298,2238530,"experiments/dynamics_dummy_test_co_train.sh",146,112,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n ",shellscript,selection_command +1299,2238782,"experiments/dynamics_dummy_test_co_train.sh",146,111,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n ",shellscript,selection_command +1300,2238800,"experiments/dynamics_dummy_test_co_train.sh",146,110,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n ",shellscript,selection_command +1301,2238837,"experiments/dynamics_dummy_test_co_train.sh",146,109,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \\n ",shellscript,selection_command +1302,2239799,"experiments/dynamics_dummy_test_co_train.sh",146,107,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 \",shellscript,selection_command +1303,2240599,"experiments/dynamics_dummy_test_co_train.sh",146,106,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022 ",shellscript,selection_command +1304,2240753,"experiments/dynamics_dummy_test_co_train.sh",146,105,"/home/hk-project-p0023960/tum_cte0515/Projects/checkpoints/train_tokenizer_model_size_scaling_37M/3316022",shellscript,selection_command +1305,2241019,"experiments/dynamics_dummy_test_co_train.sh",146,105,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500/",shellscript,content +1306,2241020,"experiments/dynamics_dummy_test_co_train.sh",249,0,"",shellscript,selection_keyboard +1307,2241680,"experiments/dynamics_dummy_test_co_train.sh",250,0,"",shellscript,selection_command +1308,2241947,"experiments/dynamics_dummy_test_co_train.sh",119,0,"",shellscript,selection_command +1309,2244660,"TERMINAL",0,0,"\r\n\r",,terminal_output +1310,2244885,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1311,2245030,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1312,2246943,"TERMINAL",0,0,"\r",,terminal_output +1313,2247116,"TERMINAL",0,0,"",,terminal_output +1314,2247454,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1315,2249515,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1316,2250060,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +1317,2252087,"TERMINAL",0,0,"2025-07-04 17:39:03.505099: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643543.515097 254448 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643543.519301 254448 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643543.529290 254448 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.529307 254448 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.529309 254448 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.529311 254448 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n2025-07-04 17:39:03.552897: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643543.562978 254446 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643543.566831 254446 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n2025-07-04 17:39:03.572402: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:39:03.572502: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nW0000 00:00:1751643543.577141 254446 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.577160 254446 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.577162 254446 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.577164 254446 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643543.582477 254447 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643543.582849 254445 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643543.586279 254447 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751643543.586567 254445 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643543.596575 254447 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.596593 254447 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.596596 254447 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.596598 254447 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.597143 254445 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.597161 254445 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.597163 254445 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643543.597166 254445 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1318,2257501,"TERMINAL",0,0,"W0000 00:00:1751643549.008813 254448 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1319,2257658,"TERMINAL",0,0,"W0000 00:00:1751643549.129106 254445 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643549.155853 254447 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643549.167196 254446 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1320,2259646,"TERMINAL",0,0,"Running on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\n",,terminal_output +1321,2261144,"TERMINAL",0,0,"2025-07-04 17:39:12.618577: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:39:12.652831: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:39:12.652878: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:39:12.652985: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1322,2271389,"TERMINAL",0,0,"2025-07-04 17:39:22.832610: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:39:22.858047: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1323,2271584,"TERMINAL",0,0,"2025-07-04 17:39:22.882170: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:39:23.004467: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1324,2284064,"TERMINAL",0,0,"2025-07-04 17:39:35.570786: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1325,2284166,"TERMINAL",0,0,"2025-07-04 17:39:35.672965: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1326,2284299,"TERMINAL",0,0,"2025-07-04 17:39:35.754749: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:39:35.801477: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1327,2286192,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1328,2286296,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1329,2286356,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1330,2286461,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1331,2302983,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n",,terminal_output +1332,2305344,"TERMINAL",0,0,"srun: error: hkn0901: task 0: Exited with exit code 1\r\n",,terminal_output +1333,2305681,"TERMINAL",0,0,"srun: error: hkn0901: tasks 1-3: Exited with exit code 1\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1334,2322605,"experiments/dynamics_dummy_test_co_train.sh",250,0,"",shellscript,selection_command +1335,2322949,"experiments/dynamics_dummy_test_co_train.sh",249,0,"",shellscript,selection_command +1336,2323122,"experiments/dynamics_dummy_test_co_train.sh",248,0,"",shellscript,selection_command +1337,2323256,"experiments/dynamics_dummy_test_co_train.sh",248,1,"",shellscript,content +1338,2326629,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1339,2326915,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1340,2327569,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +1341,2329490,"TERMINAL",0,0,"2025-07-04 17:40:20.886034: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643620.896332 258190 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643620.899913 258190 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643620.909872 258190 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.909892 258190 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.909894 258190 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.909896 258190 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n2025-07-04 17:40:20.936668: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643620.946484 258188 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643620.950558 258188 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643620.961112 258188 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.961129 258188 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.961132 258188 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.961134 258188 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n2025-07-04 17:40:20.962994: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:40:20.963255: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643620.972887 258187 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643620.973287 258189 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643620.977079 258187 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751643620.977420 258189 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643620.987162 258187 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.987180 258187 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.987183 258187 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.987185 258187 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.987692 258189 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.987710 258189 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.987712 258189 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643620.987714 258189 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1342,2334858,"TERMINAL",0,0,"W0000 00:00:1751643626.367811 258190 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1343,2334927,"TERMINAL",0,0,"W0000 00:00:1751643626.422801 258189 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643626.426618 258187 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643626.434906 258188 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1344,2337078,"TERMINAL",0,0,"Running on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\n",,terminal_output +1345,2338564,"TERMINAL",0,0,"2025-07-04 17:40:30.052953: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:40:30.065656: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1346,2338621,"TERMINAL",0,0,"2025-07-04 17:40:30.080302: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:40:30.080959: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1347,2348782,"TERMINAL",0,0,"2025-07-04 17:40:40.214986: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:40:40.238339: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:40:40.287099: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1348,2348943,"TERMINAL",0,0,"2025-07-04 17:40:40.449449: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1349,2361411,"TERMINAL",0,0,"2025-07-04 17:40:52.878290: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:40:52.921587: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1350,2361578,"TERMINAL",0,0,"2025-07-04 17:40:53.017132: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1351,2361774,"TERMINAL",0,0,"2025-07-04 17:40:53.212435: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1352,2363564,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1353,2363674,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1354,2363872,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1355,2380238,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n raise FileNotFoundError(\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n",,terminal_output +1356,2382614,"TERMINAL",0,0,"srun: error: hkn0901: task 3: Exited with exit code 1\r\n",,terminal_output +1357,2382811,"TERMINAL",0,0,"srun: error: hkn0901: tasks 0,2: Exited with exit code 1\r\n",,terminal_output +1358,2382947,"TERMINAL",0,0,"srun: error: hkn0901: task 1: Exited with exit code 1\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1359,2445459,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1360,2445663,"TERMINAL",0,0,"l': vim /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/train_lam_model_size_scaling_38M_3317098.log\rs': ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knoms_arrayrecords_500_shards/*.array_record | wc -l",,terminal_output +1361,2445745,"TERMINAL",0,0," ': ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knoms_ar[1@r",,terminal_output +1362,2446915,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0901 jafar]$ ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knom[4@s_arpython verify_optimized_arrayrecords.py\r\n\r",,terminal_output +1363,2447769,"TERMINAL",0,0,"\r",,terminal_output +1364,2449252,"experiments/dynamics_dummy_test_co_train.sh",146,0,"",shellscript,selection_mouse +1365,2449728,"experiments/dynamics_dummy_test_co_train.sh",146,1,"/",shellscript,selection_command +1366,2449945,"experiments/dynamics_dummy_test_co_train.sh",146,105,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500 \\n",shellscript,selection_command +1367,2450436,"experiments/dynamics_dummy_test_co_train.sh",146,104,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500 \",shellscript,selection_command +1368,2450870,"experiments/dynamics_dummy_test_co_train.sh",146,103,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500 ",shellscript,selection_command +1369,2451105,"experiments/dynamics_dummy_test_co_train.sh",146,102,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500",shellscript,selection_command +1370,2451168,"experiments/dynamics_dummy_test_co_train.sh",247,0,"",shellscript,selection_command +1371,2453001,"TERMINAL",0,0,"[?25ll[?25h[?25ls[?25h",,terminal_output +1372,2453069,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1373,2453313,"TERMINAL",0,0,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500",,terminal_output +1374,2453927,"TERMINAL",0,0,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500",,terminal_output +1375,2454252,"TERMINAL",0,0,"/",,terminal_output +1376,2454662,"TERMINAL",0,0,"",,terminal_output +1377,2454972,"TERMINAL",0,0,"\r\narray_metadatas/ _METADATA ocdbt.process_3/ ocdbt.process_7/\r\n_CHECKPOINT_METADATA ocdbt.process_0/ ocdbt.process_4/ _sharding\r\nd/ ocdbt.process_1/ ocdbt.process_5/ \r\nmanifest.ocdbt ocdbt.process_2/ ocdbt.process_6/ \r\n[tum_dbd0378@hkn0901 jafar]$ ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19500/",,terminal_output +1378,2460740,"experiments/dynamics_dummy_test_co_train.sh",119,0,"",shellscript,selection_command +1379,2473660,"experiments/coinrun_dynamics.sh",0,0,"",shellscript,tab +1380,2575615,"experiments/coinrun_dynamics.sh",416,0,"",shellscript,selection_mouse +1381,2575973,"experiments/coinrun_dynamics.sh",437,0,"",shellscript,selection_mouse +1382,2576387,"experiments/coinrun_dynamics.sh",456,0,"",shellscript,selection_mouse +1383,2577519,"experiments/coinrun_dynamics.sh",630,0,"",shellscript,selection_mouse +1384,2577523,"experiments/coinrun_dynamics.sh",629,0,"",shellscript,selection_command +1385,2579233,"experiments/dynamics_dummy_test_co_train.sh",0,0,"",shellscript,tab +1386,2580782,"experiments/dynamics_dummy_test_co_train.sh",249,0,"",shellscript,selection_command +1387,2582066,"experiments/dynamics_dummy_test_co_train.sh",222,0,"",shellscript,selection_command +1388,2621596,"TERMINAL",0,0,"",,terminal_output +1389,2621803,"TERMINAL",0,0,"",,terminal_output +1390,2621941,"TERMINAL",0,0,"0/",,terminal_output +1391,2622568,"TERMINAL",0,0,"",,terminal_output +1392,2622855,"TERMINAL",0,0,"",,terminal_output +1393,2623004,"TERMINAL",0,0,"0",,terminal_output +1394,2623134,"TERMINAL",0,0,"00/",,terminal_output +1395,2625315,"experiments/dynamics_dummy_test_co_train.sh",246,0,"",shellscript,selection_mouse +1396,2626005,"experiments/dynamics_dummy_test_co_train.sh",245,0,"",shellscript,selection_command +1397,2626166,"experiments/dynamics_dummy_test_co_train.sh",245,1,"0",shellscript,content +1398,2629564,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000/",,terminal_output +1399,2629689,"TERMINAL",0,0,"data/knoms_arrayrecords_500_shards/*.array_record | wc -l",,terminal_output +1400,2629944,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1401,2630242,"TERMINAL",0,0,"500\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1402,2631158,"TERMINAL",0,0,"ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/knoms_arrayrecords_500_shards/*.array_record | wc -l",,terminal_output +1403,2631374,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh \r\n\r",,terminal_output +1404,2632419,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1405,2632945,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +1406,2634072,"experiments/dynamics_dummy_test_co_train.sh",322,0,"",shellscript,selection_mouse +1407,2634937,"TERMINAL",0,0,"2025-07-04 17:45:26.391467: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643926.401185 262527 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751643926.405269 262527 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643926.415066 262527 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.415080 262527 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.415083 262527 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.415085 262527 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1408,2635004,"TERMINAL",0,0,"2025-07-04 17:45:26.432884: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643926.443164 262529 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\n2025-07-04 17:45:26.444664: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:45:26.444900: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nE0000 00:00:1751643926.446970 262529 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643926.454804 262528 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751643926.455296 262526 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nW0000 00:00:1751643926.457280 262529 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.457298 262529 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.457301 262529 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.457303 262529 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nE0000 00:00:1751643926.459104 262528 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751643926.459144 262526 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751643926.469323 262528 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.469339 262528 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.469341 262528 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.469343 262528 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.469710 262526 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.469729 262526 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.469731 262526 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751643926.469734 262526 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1409,2640399,"TERMINAL",0,0,"W0000 00:00:1751643931.905628 262527 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1410,2640511,"TERMINAL",0,0,"W0000 00:00:1751643931.957883 262529 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643931.961616 262528 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751643931.962356 262526 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1411,2642678,"TERMINAL",0,0,"Running on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\n",,terminal_output +1412,2644092,"TERMINAL",0,0,"2025-07-04 17:45:35.571657: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:45:35.590140: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:45:35.600478: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:45:35.600984: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1413,2654144,"TERMINAL",0,0,"2025-07-04 17:45:45.587653: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1414,2654236,"TERMINAL",0,0,"2025-07-04 17:45:45.648142: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:45:45.747412: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1415,2654365,"TERMINAL",0,0,"2025-07-04 17:45:45.869985: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1416,2666927,"TERMINAL",0,0,"2025-07-04 17:45:58.308542: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1417,2666989,"TERMINAL",0,0,"2025-07-04 17:45:58.403538: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1418,2667124,"TERMINAL",0,0,"2025-07-04 17:45:58.629681: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1419,2667315,"TERMINAL",0,0,"2025-07-04 17:45:58.757045: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1420,2669024,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1421,2669081,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1422,2669197,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1423,2669547,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1424,2685790,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 210, in \r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 291, in restore_genie_components\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n",,terminal_output +1425,2687991,"TERMINAL",0,0,"srun: error: hkn0901: task 3: Exited with exit code 1\r\n",,terminal_output +1426,2688132,"TERMINAL",0,0,"srun: error: hkn0901: task 2: Exited with exit code 1\r\n",,terminal_output +1427,2688392,"TERMINAL",0,0,"srun: error: hkn0901: tasks 0-1: Exited with exit code 1\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1428,2731048,"experiments/dynamics_dummy_test_co_train.sh",0,0,"Switched from branch 'dynamics-lam-co-training' to 'main'",shellscript,git_branch_checkout +1429,2734440,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom genie import Genie, restore_genie_components\nfrom models.tokenizer import TokenizerVQVAE\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n # Optimization\n batch_size: int = 36\n min_lr: float = 3e-6\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Restore checkpoint ---\n train_state = restore_genie_components(\n train_state, replicated_sharding, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n step = 0\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""genie_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +1430,2745678,"train_dynamics.py",6501,0,"",python,selection_command +1431,2746181,"train_dynamics.py",6534,0,"",python,selection_command +1432,2746300,"train_dynamics.py",6540,0,"",python,selection_command +1433,2746466,"train_dynamics.py",6542,0,"",python,selection_command +1434,2749145,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None\n\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n lam_init_params = dummy_lam.init(_rng, inputs)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n\n def create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n\n abstract_sharded_tokenizer_state = create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n abstract_sharded_lam_state = create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n\n tokenizer_restore_target = {""model"": abstract_sharded_tokenizer_state}\n lam_restore_target = {""model"": abstract_sharded_lam_state}\n\n tokenizer_restore_args = orbax_utils.restore_args_from_target(\n tokenizer_restore_target\n )\n lam_restore_args = orbax_utils.restore_args_from_target(lam_restore_target)\n\n restored_tokenizer_params = (\n PyTreeCheckpointer()\n .restore(\n args.tokenizer_checkpoint,\n item=tokenizer_restore_target,\n restore_args=tokenizer_restore_args,\n )[""model""]\n .params[""params""]\n )\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint, item=lam_restore_target, restore_args=lam_restore_args\n )[""model""]\n .params[""params""]\n )\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n train_state.params[""params""][""lam""].update(restored_lam_params)\n\n return train_state\n",python,tab +1435,2753006,"genie.py",7129,0,"",python,selection_command +1436,2753189,"genie.py",9380,0,"",python,selection_command +1437,2753675,"genie.py",9449,0,"",python,selection_command +1438,2754161,"genie.py",9519,0,"",python,selection_command +1439,2754290,"genie.py",9546,0,"",python,selection_command +1440,2754441,"genie.py",9590,0,"",python,selection_command +1441,2754718,"genie.py",9619,0,"",python,selection_command +1442,2754885,"genie.py",9646,0,"",python,selection_command +1443,2755206,"genie.py",9675,0,"",python,selection_command +1444,2755355,"genie.py",9696,0,"",python,selection_command +1445,2755556,"genie.py",9764,0,"",python,selection_command +1446,2755753,"genie.py",9839,0,"",python,selection_command +1447,2755919,"genie.py",9867,0,"",python,selection_command +1448,2756199,"genie.py",9890,0,"",python,selection_command +1449,2756806,"genie.py",9867,0,"",python,selection_command +1450,2756955,"genie.py",9839,0,"",python,selection_command +1451,2757119,"genie.py",9764,0,"",python,selection_command +1452,2757401,"genie.py",9696,0,"",python,selection_command +1453,2758442,"genie.py",10732,0,"",python,selection_command +1454,2762979,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1455,2763135,"TERMINAL",0,0,"bash experiments/dynamics_dummy_test_co_train.sh ",,terminal_output +1456,2763553,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +1457,2764073,"TERMINAL",0,0,"GpuFreq=control_disabled\r\n",,terminal_output +1458,2766129,"TERMINAL",0,0,"2025-07-04 17:47:37.545455: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751644057.555588 266558 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751644057.559379 266558 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751644057.569695 266558 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.569712 266558 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.569714 266558 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.569716 266558 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n2025-07-04 17:47:37.597893: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751644057.608046 266561 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751644057.611203 266561 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n2025-07-04 17:47:37.614311: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-04 17:47:37.615733: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nW0000 00:00:1751644057.623026 266561 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.623045 266561 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.623048 266561 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.623050 266561 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751644057.624363 266559 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751644057.625788 266560 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751644057.628434 266559 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751644057.630038 266560 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1751644057.638723 266559 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.638741 266559 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.638743 266559 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.638745 266559 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.640618 266560 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.640637 266560 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.640639 266560 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751644057.640641 266560 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1459,2770656,"genie.py",10545,0,"",python,selection_mouse +1460,2771726,"TERMINAL",0,0,"W0000 00:00:1751644063.174917 266558 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751644063.220025 266560 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751644063.229382 266561 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751644063.235716 266559 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1461,2772840,"genie.py",9954,0,"",python,selection_mouse +1462,2772843,"genie.py",9953,0,"",python,selection_command +1463,2772867,"TERMINAL",0,0,"Running on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\nRunning on 4 devices.\r\n",,terminal_output +1464,2772886,"genie.py",9953,1,")",python,selection_mouse +1465,2772889,"genie.py",9954,0,"",python,selection_command +1466,2772904,"genie.py",9954,28,"\n restored_lam_params = (",python,selection_mouse +1467,2772916,"genie.py",9954,57,"\n restored_lam_params = (\n PyTreeCheckpointer()",python,selection_mouse +1468,2772933,"genie.py",9954,75,"\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(",python,selection_mouse +1469,2772949,"genie.py",9954,107,"\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint",python,selection_mouse +1470,2772966,"genie.py",9954,182,"\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint, item=lam_restore_target, restore_args=lam_restore_args\n )[""model""]",python,selection_mouse +1471,2773136,"genie.py",9954,208,"\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint, item=lam_restore_target, restore_args=lam_restore_args\n )[""model""]\n .params[""params""]",python,selection_mouse +1472,2773215,"genie.py",9954,214,"\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint, item=lam_restore_target, restore_args=lam_restore_args\n )[""model""]\n .params[""params""]\n )",python,selection_mouse +1473,2774369,"TERMINAL",0,0,"2025-07-04 17:47:45.859553: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:47:45.875018: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:47:45.877014: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:47:45.877119: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1474,2774491,"genie.py",10168,0,"",python,selection_mouse +1475,2774499,"genie.py",10167,0,"",python,selection_command +1476,2784445,"TERMINAL",0,0,"2025-07-04 17:47:55.907784: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-04 17:47:55.954890: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1477,2784516,"TERMINAL",0,0,"2025-07-04 17:47:56.026043: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1478,2784676,"TERMINAL",0,0,"2025-07-04 17:47:56.180981: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1479,2797030,"TERMINAL",0,0,"2025-07-04 17:48:08.535576: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1480,2797109,"TERMINAL",0,0,"2025-07-04 17:48:08.619521: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1481,2797242,"TERMINAL",0,0,"2025-07-04 17:48:08.750255: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1482,2797510,"TERMINAL",0,0,"2025-07-04 17:48:09.016156: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1483,2799105,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1484,2799300,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1485,2799604,"TERMINAL",0,0,"Counting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29735424, 'total': 87074512}\r\n",,terminal_output +1486,2815999,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 209, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 209, in \r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 290, in restore_genie_components\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 209, in \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/train_dynamics.py"", line 209, in \r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 290, in restore_genie_components\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 290, in restore_genie_components\r\n train_state = restore_genie_components(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/genie.py"", line 290, in restore_genie_components\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n PyTreeCheckpointer()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 300, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 319, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 803, in restore\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n structure, use_zarr3_metadata = self._get_internal_metadata(directory)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_dbd0378/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 959, in _get_internal_metadata\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n raise FileNotFoundError(\r\nFileNotFoundError: No structure could be identified for the checkpoint at ..\r\n",,terminal_output +1487,2818425,"TERMINAL",0,0,"srun: error: hkn0901: task 3: Exited with exit code 1\r\n",,terminal_output +1488,2818754,"TERMINAL",0,0,"srun: error: hkn0901: tasks 0-2: Exited with exit code 1\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1489,2872550,"TERMINAL",0,0,"bash",,terminal_focus +1490,2873788,"TERMINAL",0,0,"idle",,terminal_command +1491,2873831,"TERMINAL",0,0,"]633;E;2025-07-04 17:49:25 idle;8a31d173-6ca5-449f-98c9-8756b89060d1]633;CPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 43 nodes idle\r\nPartition dev_accelerated : 0 nodes idle\r\nPartition accelerated : 8 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 8 nodes idle\r\n]0;tum_dbd0378@hkn1991:~/jafar]633;D;0",,terminal_output +1492,2890929,"TERMINAL",0,0,"salloc --nodes=2 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=00:10:00 --partition=dev_accelerated --account=hk-project-p0023960",,terminal_command +1493,2890997,"TERMINAL",0,0,"]633;E;2025-07-04 17:49:42 salloc --nodes=2 --ntasks-per-node=4 --gres=gpu:4 --cpus-per-task=8 --time=00:10:00 --partition=dev_accelerated --account=hk-project-p0023960;8a31d173-6ca5-449f-98c9-8756b89060d1]633;Csalloc: Pending job allocation 3318336\r\nsalloc: job 3318336 queued and waiting for resources\r\n",,terminal_output +1494,2931478,"TERMINAL",0,0,"srun",,terminal_focus +1495,2941322,"experiments/dynamics_dummy_test_co_train.sh",0,0,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\nsrun python train_dynamics.py \\n --tokenizer_checkpoint /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000 \\n --batch_size=4 \\n --num_steps=50000 \\n --warmup_steps=1250 \\n",shellscript,tab +1496,2941856,"experiments/dynamics_dummy_test_co_train.sh",296,0,"",shellscript,selection_command +1497,2942008,"experiments/dynamics_dummy_test_co_train.sh",272,0,"",shellscript,selection_command +1498,2942163,"experiments/dynamics_dummy_test_co_train.sh",251,0,"",shellscript,selection_command +1499,2942256,"experiments/dynamics_dummy_test_co_train.sh",119,0,"",shellscript,selection_command +1500,2942341,"experiments/dynamics_dummy_test_co_train.sh",123,0,"",shellscript,selection_command +1501,2942528,"experiments/dynamics_dummy_test_co_train.sh",125,0,"",shellscript,selection_command +1502,2942688,"experiments/dynamics_dummy_test_co_train.sh",146,0,"",shellscript,selection_command +1503,2942810,"experiments/dynamics_dummy_test_co_train.sh",147,0,"",shellscript,selection_command +1504,2943212,"experiments/dynamics_dummy_test_co_train.sh",146,0,"",shellscript,selection_command +1505,2943616,"experiments/dynamics_dummy_test_co_train.sh",146,1,"/",shellscript,selection_command +1506,2944126,"experiments/dynamics_dummy_test_co_train.sh",146,105,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000 \\n",shellscript,selection_command +1507,2944433,"experiments/dynamics_dummy_test_co_train.sh",146,104,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000 \",shellscript,selection_command +1508,2944978,"experiments/dynamics_dummy_test_co_train.sh",146,103,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000 ",shellscript,selection_command +1509,2945129,"experiments/dynamics_dummy_test_co_train.sh",146,102,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000",shellscript,selection_command +1510,2945309,"experiments/dynamics_dummy_test_co_train.sh",247,0,"",shellscript,selection_command +1511,2947406,"TERMINAL",0,0,"d",,terminal_output +1512,2947491,"TERMINAL",0,0,"[?25lu[?25h[?25l [?25h",,terminal_output +1513,2947611,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +1514,2947930,"TERMINAL",0,0,"[?25ls[?25h[?25lh[?25h[?25l [?25h",,terminal_output +1515,2948144,"TERMINAL",0,0,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000",,terminal_output +1516,2948787,"TERMINAL",0,0,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000",,terminal_output +1517,2950098,"TERMINAL",0,0,"\r\n[?2004l\r407M\t/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1518,2960475,"TERMINAL",0,0,"salloc",,terminal_focus +1519,2962413,"TERMINAL",0,0,"srun",,terminal_focus +1520,2969133,"TERMINAL",0,0,"salloc",,terminal_focus +1521,2971002,"TERMINAL",0,0,"srun",,terminal_focus +1522,2974701,"TERMINAL",0,0,"salloc",,terminal_focus +1523,2976512,"TERMINAL",0,0,"srun",,terminal_focus +1524,2979831,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1525,2979906,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +1526,2980140,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1527,2980636,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +1528,2980715,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1529,2981277,"TERMINAL",0,0,"",,terminal_output +1530,3064434,"TERMINAL",0,0,"[?25lp[?25h[?25lw[?25h",,terminal_output +1531,3064497,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +1532,3342585,"TERMINAL",0,0,"salloc",,terminal_focus +1533,3345556,"TERMINAL",0,0,"",,terminal_focus +1534,3348543,"TERMINAL",0,0,"idle",,terminal_command +1535,3348576,"TERMINAL",0,0,"]633;E;2025-07-04 17:57:20 idle;0b324948-f99e-4a40-935a-d88105eb0642]633;CPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 45 nodes idle\r\nPartition dev_accelerated : 0 nodes idle\r\nPartition accelerated : 8 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 8 nodes idle\r\n]0;tum_dbd0378@hkn1991:~/jafar]633;D;0",,terminal_output +1536,3391196,"TERMINAL",0,0,"salloc --nodes=1 --ntasks-per-node=4 --cpus-per-task=8 --time=01:00:00 --partition=cpuonly --account=hk-project-p0023960",,terminal_command +1537,3391272,"TERMINAL",0,0,"]633;E;2025-07-04 17:58:02 salloc --nodes=1 --ntasks-per-node=4 --cpus-per-task=8 --time=01:00:00 --partition=cpuonly --account=hk-project-p0023960;0b324948-f99e-4a40-935a-d88105eb0642]633;Csalloc: Pending job allocation 3318433\r\nsalloc: job 3318433 queued and waiting for resources\r\n",,terminal_output +1538,3394046,"TERMINAL",0,0,"salloc",,terminal_focus +1539,3396332,"TERMINAL",0,0,"salloc",,terminal_focus +1540,3396953,"TERMINAL",0,0,"srun",,terminal_focus +1541,3398459,"TERMINAL",0,0,"",,terminal_output +1542,3398634,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +1543,3398723,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +1544,3398823,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +1545,3398959,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1546,3399684,"TERMINAL",0,0,"\r\n[?2004l\rPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 45 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 8 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 8 nodes idle\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1547,3409602,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +1548,3409749,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +1549,3409811,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +1550,3409922,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1551,3410051,"TERMINAL",0,0,"\r\n[?2004l\rPartition dev_cpuonly : 11 nodes idle\r\nPartition cpuonly : 45 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 8 nodes idle\r\nPartition dev_accelerated-h100 : 0 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 8 nodes idle\r\n]0;tum_dbd0378@hkn0901:~/jafar[?2004h[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1552,3438630,"TERMINAL",0,0,"salloc: job 3318433 has been allocated resources\r\nsalloc: Granted job allocation 3318433\r\n",,terminal_output +1553,3438734,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +1554,3465997,"TERMINAL",0,0,"salloc: Nodes hkn1070 are ready for job\r\n",,terminal_output +1555,3467069,"TERMINAL",0,0,"]0;tum_dbd0378@hkn1070:~/jafar[?2004h[tum_dbd0378@hkn1070 jafar]$ ",,terminal_output +1556,3664365,"TERMINAL",0,0,"[tum_dbd0378@hkn0901 jafar]$ ",,terminal_output +1557,3775245,"experiments/dynamics_dummy_test_co_train.sh",322,0,"",shellscript,selection_mouse +1558,3775664,"experiments/dynamics_dummy_test_co_train.sh",0,322,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\nsrun python train_dynamics.py \\n --tokenizer_checkpoint /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3316022/tokenizer_1751594834_19000 \\n --batch_size=4 \\n --num_steps=50000 \\n --warmup_steps=1250 \\n",shellscript,selection_command +1559,3775841,"experiments/dynamics_dummy_test_co_train.sh",322,0,"",shellscript,selection_command +1560,4248233,"experiments/sbatch_tokenizer_dummy_distributed_checkpoint_test.sh",0,0,"#!/bin/bash\n\n#SBATCH --nodes=4\n#SBATCH --ntasks-per-node=4\n#SBATCH --gres=gpu:4\n#SBATCH --cpus-per-task=8\n#SBATCH --time=00:10:00\n#SBATCH --partition=accelerated\n#SBATCH --account=hk-project-p0023960\n#SBATCH --job-name=test\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\n\ndata_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/dummy'\n\nsrun python train_tokenizer.py \\n --batch_size 12 \\n --ckpt_dir checkpoints/tokenizer_dummy_distributed_checkpointing_test \\n --log_checkpoint_interval 10 \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --min_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +1561,4248913,"experiments/sbatch_tokenizer_dummy_distributed_checkpoint_test.sh",0,0,"",shellscript,selection_command +1562,4249127,"experiments/sbatch_tokenizer_dummy_distributed_checkpoint_test.sh",12,0,"",shellscript,selection_command +1563,4249281,"experiments/sbatch_tokenizer_dummy_distributed_checkpoint_test.sh",13,0,"",shellscript,selection_command +1564,4249434,"experiments/sbatch_tokenizer_dummy_distributed_checkpoint_test.sh",31,0,"",shellscript,selection_command +1565,4249762,"experiments/sbatch_tokenizer_dummy_distributed_checkpoint_test.sh",13,0,"",shellscript,selection_command +1566,5183549,"TERMINAL",0,0,"salloc: Job 3318314 has exceeded its time limit and its allocation has been revoked.\nslurmstepd: error: *** STEP 3318314.interactive ON hkn0901 CANCELLED AT 2025-07-04T18:27:55 DUE TO TIME LIMIT ***\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n",,terminal_output +1567,5213258,"TERMINAL",0,0,"srun: error: hkn0901: task 0: Killed\r\n]0;tum_dbd0378@hkn1991:~/jafar",,terminal_output +1568,5273338,"TERMINAL",0,0,"salloc: job 3318336 has been allocated resources\r\nsalloc: Granted job allocation 3318336\r\n",,terminal_output +1569,5273454,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +1570,5300512,"TERMINAL",0,0,"salloc: Nodes hkn[0402-0403] are ready for job\r\n",,terminal_output +1571,5301628,"TERMINAL",0,0,"]0;tum_dbd0378@hkn0402:~/jafar[?2004h[tum_dbd0378@hkn0402 jafar]$ ",,terminal_output +1572,5632880,"TERMINAL",0,0,"\r[tum_dbd0378@hkn0402 jafar]$ ",,terminal_output +1573,5632882,"TERMINAL",0,0,"\r[tum_dbd0378@hkn1070 jafar]$ ",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c51cb8ee-522a-4c00-a6d0-920adfdf29e71753118966830-2025_07_21-19.29.37.366/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c51cb8ee-522a-4c00-a6d0-920adfdf29e71753118966830-2025_07_21-19.29.37.366/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..533571d4690731527a671d9c23f10d746d2bfd6b --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c51cb8ee-522a-4c00-a6d0-920adfdf29e71753118966830-2025_07_21-19.29.37.366/source.csv @@ -0,0 +1,1835 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"sample.py",0,0,"from dataclasses import dataclass\nfrom typing import Optional\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom flax.training.train_state import TrainState\nimport grain\nimport orbax.checkpoint as ocp\nimport optax\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n checkpoint_step: Optional[int] = None\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_co_train: bool = True\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n use_maskgit=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\n\ndummy_train_state = TrainState.create(\n apply_fn=genie.apply,\n params=params,\n tx=optax.adamw(\n optax.warmup_cosine_decay_schedule(\n 0, 0, 1, 2 # dummy values\n )\n ), \n)\nhandler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\nhandler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\ncheckpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=ocp.CheckpointManagerOptions(step_format_fixed_length=6),\n handler_registry=handler_registry\n)\nabstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, dummy_train_state\n)\n\nrestored = checkpoint_manager.restore(\n args.checkpoint_step or checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n ),\n)\nrestored_train_state = restored[""model_state""]\nparams = restored_train_state.params\n\n\ndef _sampling_wrapper(module, batch):\n # return module.sample_maskgit(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n return module.sample_causal(batch, args.seq_len, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n # sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n sampling_fn = nn.apply(_sampling_wrapper, genie)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\ndef _get_dataloader_iterator():\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n return grain_iterator\n\n# --- Get video + latent actions ---\ngrain_iterator = _get_dataloader_iterator()\nvideo_batch = next(grain_iterator)\n# video_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n\nvideo_batch = video_batch.astype(args.dtype) / 255.0\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch[:,:args.seq_len])\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nprint(""autoreg sampling..."")\nvid = _autoreg_sample(rng, video_batch, action_batch)\nprint(""autoreg sampling done. calculating ssim and saving video"")\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +2,182,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-15 16:25:19.283 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-15 16:25:19.293 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ZyKUP5/socket.sock\n2025-07-15 16:25:19.294 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:19.296 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ZyKUP5/socket.sock\n2025-07-15 16:25:19.298 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70811.sh"" | ssh -v -T -D 58069 login.haicore.berlin bash --login -c bash\n2025-07-15 16:25:19.298 [info] Started installation script. Waiting for it to finish...\n2025-07-15 16:25:19.298 [info] Waiting for server to install via process(51201)...\n2025-07-15 16:25:19.303 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 16:25:19.303 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-15 16:25:19.442 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-15 16:25:19.444 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-15 16:25:19.444 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-15 16:25:19.467 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-15 16:25:19.467 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-15 16:25:19.468 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-15 16:25:19.498 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-07-15 16:25:19.498 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-15 16:25:19.499 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-15 16:25:19.499 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-15 16:25:19.596 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-15 16:25:19.634 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-15 16:25:19.638 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-15 16:25:19.638 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:19.703 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-15 16:25:19.770 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-15 16:25:19.850 [info] Askpass server received request: POST /\n2025-07-15 16:25:19.850 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-15 16:25:19.850 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-15 16:25:27.995 [error] Password authentication cancelled\n2025-07-15 16:25:27.998 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-15 16:25:30.345 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-15 16:25:30.355 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 16:25:30.356 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:30.358 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 16:25:30.360 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36628.sh"" | ssh -v -T -D 58080 login.haicore.berlin bash --login -c bash\n2025-07-15 16:25:30.360 [info] Started installation script. Waiting for it to finish...\n2025-07-15 16:25:30.360 [info] Waiting for server to install via process(51223)...\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-15 16:25:30.533 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-15 16:25:30.534 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-15 16:25:30.534 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-15 16:25:30.558 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-15 16:25:30.558 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-15 16:25:30.559 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-15 16:25:30.608 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-15 16:25:30.609 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-15 16:25:30.610 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-15 16:25:30.848 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-15 16:25:30.913 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-15 16:25:30.920 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-15 16:25:30.920 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:30.996 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58080 forwarded to remote address socks:0\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58080.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58080.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-15 16:25:31.070 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-15 16:25:31.251 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-15 16:25:31.252 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-15 16:25:31.261 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-15 16:25:31.261 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-15 16:25:31.273 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-07-15 16:25:31.274 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-07-15 16:25:31.673 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-15 16:25:31.709 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:31.712 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-15 16:25:31.713 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-15 16:25:31.718 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-15 16:25:31.721 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 16:25:31.740 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-15 16:25:31.741 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 16:25:31.744 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-15 16:25:31.746 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 16:25:31.758 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 9c7afd2b-b7f2-421b-8a62-3e0f8de9f546\n\n2025-07-15 16:25:31.758 [info] (ssh_tunnel) stdout: Multiplex server started with PID 667915 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 16:25:32.262 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-15 16:25:32.278 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.279 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-15 16:25:32.280 [info] (ssh_tunnel) stdout: Code server started with PID 667941 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.281 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.797 [info] (ssh_tunnel) stdout: 8aa66e9a064ed2b82f742096: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==37279==\nmultiplexConnectionToken==9c7afd2b-b7f2-421b-8a62-3e0f8de9f546==\ncodeListeningOn==33373==\ncodeConnectionToken==2bbfa45f-fd71-45de-9de1-d8d14af645d1==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n8aa66e9a064ed2b82f742096: end\n\n2025-07-15 16:25:32.799 [info] Server install command exit code: 0\n2025-07-15 16:25:32.800 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36628.sh\n2025-07-15 16:25:32.802 [info] [forwarding][code] creating new forwarding server\n2025-07-15 16:25:32.803 [info] [forwarding][code] server listening on 58082\n2025-07-15 16:25:32.803 [info] [forwarding][code] Set up server\n2025-07-15 16:25:32.804 [info] [remote-ssh] codeListeningOn (remote=33373; local=58082) codeConnectionToken: 2bbfa45f-fd71-45de-9de1-d8d14af645d1\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] server listening on 58083\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] Set up server\n2025-07-15 16:25:32.806 [info] [remote-ssh] multiplexListeningOn (remote=37279; local=58083) multiplexConnectionToken: 9c7afd2b-b7f2-421b-8a62-3e0f8de9f546\n2025-07-15 16:25:32.806 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:25:32.810 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.812 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""40336851-30e3-431c-bed0-b4c403b53e8b""}\n2025-07-15 16:25:32.813 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] received connection request\n2025-07-15 16:25:32.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.824 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] received connection request\n2025-07-15 16:25:32.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.839 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] socks forwarding established\n2025-07-15 16:25:32.847 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] socks forwarding established\n2025-07-15 16:25:32.867 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Process exited with code 0\n2025-07-15 16:25:32.867 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Socket close event received\n2025-07-15 16:25:32.868 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] socks connection closed\n2025-07-15 16:25:32.890 [info] Successfully connected to Cursor server at http://127.0.0.1:58082/version\n2025-07-15 16:25:32.890 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-15 16:25:32.890 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b0107133-66ce-4053-997a-af0eb21ff1f8""}\n2025-07-15 16:25:32.890 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] received connection request\n2025-07-15 16:25:32.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.895 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58085 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:25:32.914 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] socks forwarding established\n2025-07-15 16:25:32.945 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Process exited with code 0\n2025-07-15 16:25:32.945 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-15 16:25:32.945 [info] [remote-ssh] Resolved exec server. Socks port: 58080\n2025-07-15 16:25:32.945 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58082,""connectionToken"":""2bbfa45f-fd71-45de-9de1-d8d14af645d1"",""extensionHostEnv"":{}}. Socks port: 58080\n2025-07-15 16:25:32.945 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] socks connection closed\n2025-07-15 16:25:32.945 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Socket close event received\n2025-07-15 16:25:32.969 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58089 to 127.0.0.1 port 58080, nchannels 5\n\n2025-07-15 16:25:32.970 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] received connection request\n2025-07-15 16:25:32.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.993 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] socks forwarding established\n2025-07-15 16:25:33.030 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] received connection request\n2025-07-15 16:25:33.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:33.055 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] socks forwarding established\n2025-07-15 16:25:33.150 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:35.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 33373, connect from 127.0.0.1 port 58087 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:25:35.919 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] socks connection closed\n2025-07-15 16:26:32.872 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:26:32.874 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""359b5356-be39-4e9d-b5a9-30393cb990c0""}\n2025-07-15 16:26:32.876 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] received connection request\n2025-07-15 16:26:32.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:26:32.929 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] socks forwarding established\n2025-07-15 16:26:32.971 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Process exited with code 0\n2025-07-15 16:26:32.971 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] socks connection closed\n2025-07-15 16:26:32.971 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Socket close event received\n2025-07-15 16:26:33.078 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58183 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:27:32.974 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:27:32.977 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0d3aefd2-8a22-4ef9-8d61-3f86c810952f""}\n2025-07-15 16:27:32.978 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] received connection request\n2025-07-15 16:27:32.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:27:33.046 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] socks forwarding established\n2025-07-15 16:27:33.205 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Process exited with code 0\n2025-07-15 16:27:33.206 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] socks connection closed\n2025-07-15 16:27:33.207 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Socket close event received\n2025-07-15 16:27:33.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58208 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:28:33.209 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:28:33.211 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""02fc6e92-c38b-46b0-972d-59dc9d75ee6e""}\n2025-07-15 16:28:33.212 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] received connection request\n2025-07-15 16:28:33.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:28:33.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] socks forwarding established\n2025-07-15 16:28:33.276 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Process exited with code 0\n2025-07-15 16:28:33.276 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Socket close event received\n2025-07-15 16:28:33.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] socks connection closed\n2025-07-15 16:28:33.302 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58229 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:29:33.281 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:29:33.282 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7d9177d3-56dd-4c81-a59e-a3afc936d531""}\n2025-07-15 16:29:33.282 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] received connection request\n2025-07-15 16:29:33.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:29:33.378 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] socks forwarding established\n2025-07-15 16:29:33.407 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Process exited with code 0\n2025-07-15 16:29:33.408 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] socks connection closed\n2025-07-15 16:29:33.408 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Socket close event received\n2025-07-15 16:29:33.554 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58269 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:30:33.413 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:30:33.415 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""55a29428-325f-4a0a-a032-99a1cfd7e844""}\n2025-07-15 16:30:33.416 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] received connection request\n2025-07-15 16:30:33.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:30:33.475 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] socks forwarding established\n2025-07-15 16:30:33.645 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Process exited with code 0\n2025-07-15 16:30:33.645 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] socks connection closed\n2025-07-15 16:30:33.646 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Socket close event received\n2025-07-15 16:30:33.829 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58302 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:31:33.648 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:31:33.651 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""78b779d3-ecef-497d-9af8-4c02c1ce8203""}\n2025-07-15 16:31:33.652 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] received connection request\n2025-07-15 16:31:33.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:31:33.702 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] socks forwarding established\n2025-07-15 16:31:33.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] socks connection closed\n2025-07-15 16:31:33.863 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Process exited with code 0\n2025-07-15 16:31:33.864 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Socket close event received\n2025-07-15 16:31:33.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58365 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:32:33.869 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:32:33.871 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1""}\n2025-07-15 16:32:33.871 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] received connection request\n2025-07-15 16:32:33.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:32:33.872 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:32:33.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] socks forwarding established\n2025-07-15 16:32:33.933 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Process exited with code 0\n2025-07-15 16:32:33.933 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] socks connection closed\n2025-07-15 16:32:33.934 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Socket close event received\n2025-07-15 16:32:33.967 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58394 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:33:33.934 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:33:33.936 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""06c52913-a7fb-4be3-b77c-996e4f179635""}\n2025-07-15 16:33:33.937 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] received connection request\n2025-07-15 16:33:33.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:33:33.939 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:33:33.985 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] socks forwarding established\n2025-07-15 16:33:34.014 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Process exited with code 0\n2025-07-15 16:33:34.014 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Socket close event received\n2025-07-15 16:33:34.018 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] socks connection closed\n2025-07-15 16:33:34.143 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58426 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:34:34.020 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:34:34.022 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a3eedbe3-8f09-40de-af3b-b0efa33fe2b4""}\n2025-07-15 16:34:34.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] received connection request\n2025-07-15 16:34:34.023 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:34:34.049 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] socks forwarding established\n2025-07-15 16:34:34.081 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] socks connection closed\n2025-07-15 16:34:34.082 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Process exited with code 0\n2025-07-15 16:34:34.082 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Socket close event received\n2025-07-15 16:34:34.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58467 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:35:34.085 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:35:34.087 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""eafd68e8-52eb-447e-af13-47a5a474a0f9""}\n2025-07-15 16:35:34.088 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] received connection request\n2025-07-15 16:35:34.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:35:34.212 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] socks forwarding established\n2025-07-15 16:35:34.245 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Process exited with code 0\n2025-07-15 16:35:34.245 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] socks connection closed\n2025-07-15 16:35:34.245 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Socket close event received\n2025-07-15 16:35:34.278 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58516 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:36:34.247 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:36:34.249 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ea44767-9381-4f45-8ce3-f0746dc4bc08""}\n2025-07-15 16:36:34.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] received connection request\n2025-07-15 16:36:34.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:36:34.363 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] socks forwarding established\n2025-07-15 16:36:34.392 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Process exited with code 0\n2025-07-15 16:36:34.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] socks connection closed\n2025-07-15 16:36:34.393 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Socket close event received\n2025-07-15 16:36:34.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58564 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:37:34.394 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:37:34.395 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9bc13d98-a758-458c-ad8c-87225f11b462""}\n2025-07-15 16:37:34.396 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] received connection request\n2025-07-15 16:37:34.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:37:34.396 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:37:34.424 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] socks forwarding established\n2025-07-15 16:37:34.449 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] socks connection closed\n2025-07-15 16:37:34.450 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Process exited with code 0\n2025-07-15 16:37:34.450 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Socket close event received\n2025-07-15 16:37:34.472 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:38:34.451 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:38:34.453 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2e692ed9-f404-4216-b262-67081747a07d""}\n2025-07-15 16:38:34.453 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] received connection request\n2025-07-15 16:38:34.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:38:34.482 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] socks forwarding established\n2025-07-15 16:38:34.509 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Process exited with code 0\n2025-07-15 16:38:34.509 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] socks connection closed\n2025-07-15 16:38:34.509 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Socket close event received\n2025-07-15 16:38:34.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58628 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:39:34.514 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:39:34.516 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1abfa48-6b1d-4e36-bed8-bed155b79624""}\n2025-07-15 16:39:34.517 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] received connection request\n2025-07-15 16:39:34.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:39:34.517 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:39:34.624 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] socks forwarding established\n2025-07-15 16:39:34.685 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Process exited with code 0\n2025-07-15 16:39:34.685 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Socket close event received\n2025-07-15 16:39:34.685 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] socks connection closed\n2025-07-15 16:39:34.842 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58663 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:40:34.687 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:40:34.689 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""56c318f8-3a76-4ed2-a361-50aa865e0181""}\n2025-07-15 16:40:34.689 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] received connection request\n2025-07-15 16:40:34.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:40:34.689 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:40:34.723 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] socks forwarding established\n2025-07-15 16:40:34.749 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Process exited with code 0\n2025-07-15 16:40:34.749 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Socket close event received\n2025-07-15 16:40:34.749 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] socks connection closed\n2025-07-15 16:40:34.776 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58707 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:41:34.754 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:41:34.756 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""443863c7-77c8-4ae1-a492-48df0f0aae07""}\n2025-07-15 16:41:34.757 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] received connection request\n2025-07-15 16:41:34.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:41:34.757 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:41:34.783 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] socks forwarding established\n2025-07-15 16:41:34.815 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Process exited with code 0\n2025-07-15 16:41:34.815 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Socket close event received\n2025-07-15 16:41:34.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] socks connection closed\n2025-07-15 16:41:34.844 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58753 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:42:34.821 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:42:34.823 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""62e14d4d-e659-4c52-804c-9c43a0d1a954""}\n2025-07-15 16:42:34.823 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] received connection request\n2025-07-15 16:42:34.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:42:34.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] socks forwarding established\n2025-07-15 16:42:34.921 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Process exited with code 0\n2025-07-15 16:42:34.922 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] socks connection closed\n2025-07-15 16:42:34.922 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Socket close event received\n2025-07-15 16:42:35.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58789 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:43:34.925 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:43:34.927 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c855aa5-d80d-4148-9b0b-dbf5b443f5c9""}\n2025-07-15 16:43:34.928 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] received connection request\n2025-07-15 16:43:34.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:43:34.956 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] socks forwarding established\n2025-07-15 16:43:34.983 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Process exited with code 0\n2025-07-15 16:43:34.984 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] socks connection closed\n2025-07-15 16:43:34.984 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Socket close event received\n2025-07-15 16:43:35.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58814 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:44:34.988 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:44:34.990 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2f5c557c-f60b-4726-8279-bac3965c1c61""}\n2025-07-15 16:44:34.991 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] received connection request\n2025-07-15 16:44:34.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:44:35.026 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] socks forwarding established\n2025-07-15 16:44:35.065 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Process exited with code 0\n2025-07-15 16:44:35.065 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Socket close event received\n2025-07-15 16:44:35.068 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] socks connection closed\n2025-07-15 16:44:35.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58851 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:45:35.066 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:45:35.068 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c251e208-288a-4e30-80ba-7002ac255568""}\n2025-07-15 16:45:35.069 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] received connection request\n2025-07-15 16:45:35.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:45:35.139 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] socks forwarding established\n2025-07-15 16:45:35.251 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Process exited with code 0\n2025-07-15 16:45:35.252 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] socks connection closed\n2025-07-15 16:45:35.252 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Socket close event received\n2025-07-15 16:45:35.276 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58902 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:46:35.256 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:46:35.257 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""df355300-9b38-4f4c-8432-25fa44d97d64""}\n2025-07-15 16:46:35.258 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] received connection request\n2025-07-15 16:46:35.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:46:35.330 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] socks forwarding established\n2025-07-15 16:46:35.491 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Process exited with code 0\n2025-07-15 16:46:35.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] socks connection closed\n2025-07-15 16:46:35.492 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Socket close event received\n2025-07-15 16:46:35.520 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58967 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:47:35.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:47:35.500 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] received connection request\n2025-07-15 16:47:35.500 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c79700e5-5f62-4687-91c4-6e1e098a2739""}\n2025-07-15 16:47:35.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:47:35.618 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] socks forwarding established\n2025-07-15 16:47:35.686 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Process exited with code 0\n2025-07-15 16:47:35.686 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] socks connection closed\n2025-07-15 16:47:35.687 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Socket close event received\n2025-07-15 16:47:35.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59005 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:48:35.688 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:48:35.690 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""17e7aff4-5da0-4c6c-bc95-fdad47041291""}\n2025-07-15 16:48:35.690 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] received connection request\n2025-07-15 16:48:35.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:48:35.731 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] socks forwarding established\n2025-07-15 16:48:35.787 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Process exited with code 0\n2025-07-15 16:48:35.787 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] socks connection closed\n2025-07-15 16:48:35.787 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Socket close event received\n2025-07-15 16:48:35.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59035 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:49:35.788 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:49:35.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] received connection request\n2025-07-15 16:49:35.789 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ade612a4-4428-456c-b719-2d8853a1ab35""}\n2025-07-15 16:49:35.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:49:35.818 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] socks forwarding established\n2025-07-15 16:49:35.868 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Process exited with code 0\n2025-07-15 16:49:35.868 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] socks connection closed\n2025-07-15 16:49:35.868 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Socket close event received\n2025-07-15 16:49:35.892 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59091 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:50:35.870 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:50:35.872 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2bd2cd02-55cc-4510-b6d4-d6509fdc227b""}\n2025-07-15 16:50:35.873 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] received connection request\n2025-07-15 16:50:35.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:50:35.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] socks forwarding established\n2025-07-15 16:50:35.931 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Process exited with code 0\n2025-07-15 16:50:35.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] socks connection closed\n2025-07-15 16:50:35.934 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Socket close event received\n2025-07-15 16:50:35.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59136 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:51:35.935 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:51:35.938 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6cffe04a-839e-4aa1-957b-2a65ea3e0663""}\n2025-07-15 16:51:35.938 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] received connection request\n2025-07-15 16:51:35.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:51:35.938 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:51:35.964 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] socks forwarding established\n2025-07-15 16:51:35.990 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] socks connection closed\n2025-07-15 16:51:35.990 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Process exited with code 0\n2025-07-15 16:51:35.990 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Socket close event received\n2025-07-15 16:51:36.014 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59183 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:52:35.994 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:52:35.997 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3250eb48-9cdd-4484-bdb8-aa495cd38e9c""}\n2025-07-15 16:52:35.997 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] received connection request\n2025-07-15 16:52:35.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:52:35.997 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:52:36.027 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] socks forwarding established\n2025-07-15 16:52:36.071 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Process exited with code 0\n2025-07-15 16:52:36.071 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Socket close event received\n2025-07-15 16:52:36.072 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] socks connection closed\n2025-07-15 16:52:36.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59232 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:53:36.077 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:53:36.079 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""96322d48-7358-47c9-9dec-b36e029199cb""}\n2025-07-15 16:53:36.080 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] received connection request\n2025-07-15 16:53:36.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:53:36.107 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] socks forwarding established\n2025-07-15 16:53:36.135 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Process exited with code 0\n2025-07-15 16:53:36.135 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] socks connection closed\n2025-07-15 16:53:36.135 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Socket close event received\n2025-07-15 16:53:36.244 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59293 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:54:36.140 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:54:36.142 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""96c0cea2-4344-4123-b710-daf658aae92c""}\n2025-07-15 16:54:36.143 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] received connection request\n2025-07-15 16:54:36.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:54:36.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] socks forwarding established\n2025-07-15 16:54:36.205 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Process exited with code 0\n2025-07-15 16:54:36.205 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Socket close event received\n2025-07-15 16:54:36.205 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] socks connection closed\n2025-07-15 16:54:36.233 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59344 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:55:36.211 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:55:36.213 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fa6118dc-221c-43a6-9d92-355a2027b219""}\n2025-07-15 16:55:36.214 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] received connection request\n2025-07-15 16:55:36.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:55:36.240 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] socks forwarding established\n2025-07-15 16:55:36.268 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Process exited with code 0\n2025-07-15 16:55:36.268 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Socket close event received\n2025-07-15 16:55:36.269 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] socks connection closed\n2025-07-15 16:55:36.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59383 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:56:36.270 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:56:36.272 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd""}\n2025-07-15 16:56:36.273 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] received connection request\n2025-07-15 16:56:36.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:56:36.364 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] socks forwarding established\n2025-07-15 16:56:36.391 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Process exited with code 0\n2025-07-15 16:56:36.391 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Socket close event received\n2025-07-15 16:56:36.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] socks connection closed\n2025-07-15 16:56:36.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59445 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:57:36.396 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:57:36.398 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fac65925-9bf1-4e9f-b78e-3f17284423fd""}\n2025-07-15 16:57:36.398 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] received connection request\n2025-07-15 16:57:36.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:57:36.423 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] socks forwarding established\n2025-07-15 16:57:36.450 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Process exited with code 0\n2025-07-15 16:57:36.450 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] socks connection closed\n2025-07-15 16:57:36.450 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Socket close event received\n2025-07-15 16:57:36.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59488 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:58:36.455 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:58:36.457 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7ab881ba-2384-4589-bc31-3ecffde0756a""}\n2025-07-15 16:58:36.457 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] received connection request\n2025-07-15 16:58:36.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:58:36.458 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:58:36.485 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] socks forwarding established\n2025-07-15 16:58:36.514 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] socks connection closed\n2025-07-15 16:58:36.514 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Process exited with code 0\n2025-07-15 16:58:36.514 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Socket close event received\n2025-07-15 16:58:36.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59545 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:59:36.516 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:59:36.518 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0e5f51b2-5bce-476c-98c7-4af3a7526749""}\n2025-07-15 16:59:36.518 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] received connection request\n2025-07-15 16:59:36.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:59:36.518 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:59:36.541 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] socks forwarding established\n2025-07-15 16:59:36.570 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] socks connection closed\n2025-07-15 16:59:36.571 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Process exited with code 0\n2025-07-15 16:59:36.571 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Socket close event received\n2025-07-15 16:59:36.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59597 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:00:36.576 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:00:36.578 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5ca68d99-725a-45e2-8dca-ca4eca238364""}\n2025-07-15 17:00:36.578 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] received connection request\n2025-07-15 17:00:36.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:00:36.606 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] socks forwarding established\n2025-07-15 17:00:36.633 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Process exited with code 0\n2025-07-15 17:00:36.633 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] socks connection closed\n2025-07-15 17:00:36.633 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Socket close event received\n2025-07-15 17:00:36.657 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59648 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:01:36.634 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:01:36.636 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""85c390c5-ec2a-44e1-aad3-571e665fb657""}\n2025-07-15 17:01:36.636 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] received connection request\n2025-07-15 17:01:36.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:01:36.660 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] socks forwarding established\n2025-07-15 17:01:36.686 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] socks connection closed\n2025-07-15 17:01:36.686 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Process exited with code 0\n2025-07-15 17:01:36.686 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Socket close event received\n2025-07-15 17:01:36.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59712 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:02:36.690 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:02:36.692 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""028bc1d7-a053-4a6f-a8d2-03e3be5a0562""}\n2025-07-15 17:02:36.692 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] received connection request\n2025-07-15 17:02:36.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:02:36.717 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] socks forwarding established\n2025-07-15 17:02:36.750 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Process exited with code 0\n2025-07-15 17:02:36.751 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] socks connection closed\n2025-07-15 17:02:36.751 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Socket close event received\n2025-07-15 17:02:36.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59775 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:03:36.751 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:03:36.754 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6ae3df07-f22e-49e5-8806-6cacd3f73799""}\n2025-07-15 17:03:36.755 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] received connection request\n2025-07-15 17:03:36.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:03:36.854 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] socks forwarding established\n2025-07-15 17:03:36.963 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Process exited with code 0\n2025-07-15 17:03:36.964 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] socks connection closed\n2025-07-15 17:03:36.964 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Socket close event received\n2025-07-15 17:03:36.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59810 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:04:36.965 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:04:36.968 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5214c74c-b518-4118-94a3-cd2b4e5da8f0""}\n2025-07-15 17:04:36.968 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] received connection request\n2025-07-15 17:04:36.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:04:36.993 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] socks forwarding established\n2025-07-15 17:04:37.019 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Process exited with code 0\n2025-07-15 17:04:37.019 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Socket close event received\n2025-07-15 17:04:37.020 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] socks connection closed\n2025-07-15 17:04:37.047 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59849 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:05:37.022 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:05:37.025 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a61c1f32-48c6-4d89-add8-f0f78386075f""}\n2025-07-15 17:05:37.026 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] received connection request\n2025-07-15 17:05:37.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:05:37.055 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] socks forwarding established\n2025-07-15 17:05:37.081 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Process exited with code 0\n2025-07-15 17:05:37.081 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Socket close event received\n2025-07-15 17:05:37.081 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] socks connection closed\n2025-07-15 17:05:37.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59898 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:06:37.087 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:06:37.089 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""4128371d-5237-4d69-9997-5d2688f509ef""}\n2025-07-15 17:06:37.090 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] received connection request\n2025-07-15 17:06:37.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:06:37.116 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] socks forwarding established\n2025-07-15 17:06:37.143 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Process exited with code 0\n2025-07-15 17:06:37.144 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] socks connection closed\n2025-07-15 17:06:37.144 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Socket close event received\n2025-07-15 17:06:37.168 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59937 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:07:37.149 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:07:37.151 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ff911148-c57a-4d8c-b9c1-d0cd7809e227""}\n2025-07-15 17:07:37.152 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] received connection request\n2025-07-15 17:07:37.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:07:37.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] socks forwarding established\n2025-07-15 17:07:37.205 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Process exited with code 0\n2025-07-15 17:07:37.205 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] socks connection closed\n2025-07-15 17:07:37.206 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Socket close event received\n2025-07-15 17:07:37.229 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59960 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:08:37.210 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:08:37.211 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e05dd0f9-812e-4729-9893-f870cd17bcae""}\n2025-07-15 17:08:37.211 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] received connection request\n2025-07-15 17:08:37.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:08:37.212 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:08:37.235 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] socks forwarding established\n2025-07-15 17:08:37.261 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] socks connection closed\n2025-07-15 17:08:37.261 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Process exited with code 0\n2025-07-15 17:08:37.261 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Socket close event received\n2025-07-15 17:08:37.285 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59985 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:09:37.266 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:09:37.270 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf""}\n2025-07-15 17:09:37.271 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] received connection request\n2025-07-15 17:09:37.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:09:37.298 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] socks forwarding established\n2025-07-15 17:09:37.325 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Process exited with code 0\n2025-07-15 17:09:37.326 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Socket close event received\n2025-07-15 17:09:37.329 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] socks connection closed\n2025-07-15 17:09:37.359 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60022 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:10:37.330 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:10:37.332 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ebd2122-3833-4282-b379-09414f3d806d""}\n2025-07-15 17:10:37.332 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] received connection request\n2025-07-15 17:10:37.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:10:37.332 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:10:37.356 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] socks forwarding established\n2025-07-15 17:10:37.382 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Process exited with code 0\n2025-07-15 17:10:37.382 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Socket close event received\n2025-07-15 17:10:37.382 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] socks connection closed\n2025-07-15 17:10:37.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60066 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:11:37.384 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:11:37.386 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""21a4c17b-12a5-49e3-973a-96222cc9ed4c""}\n2025-07-15 17:11:37.387 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] received connection request\n2025-07-15 17:11:37.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:11:37.412 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] socks forwarding established\n2025-07-15 17:11:37.439 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Process exited with code 0\n2025-07-15 17:11:37.440 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] socks connection closed\n2025-07-15 17:11:37.440 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Socket close event received\n2025-07-15 17:11:37.463 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60127 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:12:37.444 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:12:37.446 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a16fe95e-23a6-44eb-a9a8-074dcba1bf43""}\n2025-07-15 17:12:37.447 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] received connection request\n2025-07-15 17:12:37.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:12:37.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] socks forwarding established\n2025-07-15 17:12:37.609 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Process exited with code 0\n2025-07-15 17:12:37.609 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] socks connection closed\n2025-07-15 17:12:37.609 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Socket close event received\n2025-07-15 17:12:37.633 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60158 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:13:37.614 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:13:37.617 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d299a7ed-1456-4801-a602-29c5fba78411""}\n2025-07-15 17:13:37.618 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] received connection request\n2025-07-15 17:13:37.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:13:37.643 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] socks forwarding established\n2025-07-15 17:13:37.670 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Process exited with code 0\n2025-07-15 17:13:37.670 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Socket close event received\n2025-07-15 17:13:37.671 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] socks connection closed\n2025-07-15 17:13:37.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60190 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:14:37.672 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:14:37.675 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b6f66f6a-5c1a-4541-89c3-c688d7bc58f7""}\n2025-07-15 17:14:37.675 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] received connection request\n2025-07-15 17:14:37.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:14:37.782 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] socks forwarding established\n2025-07-15 17:14:37.810 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Process exited with code 0\n2025-07-15 17:14:37.810 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] socks connection closed\n2025-07-15 17:14:37.810 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Socket close event received\n2025-07-15 17:14:37.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60239 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:15:37.811 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:15:37.813 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c""}\n2025-07-15 17:15:37.814 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] received connection request\n2025-07-15 17:15:37.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:15:37.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] socks forwarding established\n2025-07-15 17:15:37.870 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Process exited with code 0\n2025-07-15 17:15:37.871 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] socks connection closed\n2025-07-15 17:15:37.871 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Socket close event received\n2025-07-15 17:15:37.895 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60284 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:16:37.871 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:16:37.873 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ce615636-a104-4842-803a-e20d628016ce""}\n2025-07-15 17:16:37.873 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] received connection request\n2025-07-15 17:16:37.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:16:37.898 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] socks forwarding established\n2025-07-15 17:16:37.925 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Process exited with code 0\n2025-07-15 17:16:37.925 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] socks connection closed\n2025-07-15 17:16:37.925 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Socket close event received\n2025-07-15 17:16:37.951 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60322 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:17:37.930 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:17:37.932 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c330a6d-8fc3-4598-ae37-082602e3b688""}\n2025-07-15 17:17:37.933 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] received connection request\n2025-07-15 17:17:37.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:17:38.003 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] socks forwarding established\n2025-07-15 17:17:38.037 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Process exited with code 0\n2025-07-15 17:17:38.037 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] socks connection closed\n2025-07-15 17:17:38.037 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Socket close event received\n2025-07-15 17:17:38.066 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60342 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:18:38.043 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:18:38.044 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""73d62b6a-149f-406f-9b66-d38602e8374e""}\n2025-07-15 17:18:38.045 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] received connection request\n2025-07-15 17:18:38.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:18:38.140 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] socks forwarding established\n2025-07-15 17:18:38.244 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Process exited with code 0\n2025-07-15 17:18:38.244 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] socks connection closed\n2025-07-15 17:18:38.244 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Socket close event received\n2025-07-15 17:18:38.269 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60367 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:19:38.246 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:19:38.248 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e1a5c6e5-74dd-42fe-b5be-c430f446bb6f""}\n2025-07-15 17:19:38.248 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] received connection request\n2025-07-15 17:19:38.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:19:39.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] socks forwarding established\n2025-07-15 17:19:39.056 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Process exited with code 0\n2025-07-15 17:19:39.056 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] socks connection closed\n2025-07-15 17:19:39.056 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Socket close event received\n2025-07-15 17:19:39.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60407 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:20:39.061 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:20:39.064 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5bc5c606-6628-44d1-861f-0a8d184a3a2f""}\n2025-07-15 17:20:39.065 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] received connection request\n2025-07-15 17:20:39.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:20:39.090 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] socks forwarding established\n2025-07-15 17:20:39.117 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Process exited with code 0\n2025-07-15 17:20:39.118 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Socket close event received\n2025-07-15 17:20:39.119 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] socks connection closed\n2025-07-15 17:20:39.143 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60455 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:21:39.122 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:21:39.125 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0d4cc294-b673-403f-beef-0655b0644e56""}\n2025-07-15 17:21:39.125 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] received connection request\n2025-07-15 17:21:39.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:21:39.127 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:21:39.156 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] socks forwarding established\n2025-07-15 17:21:39.273 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] socks connection closed\n2025-07-15 17:21:39.273 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Process exited with code 0\n2025-07-15 17:21:39.273 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Socket close event received\n2025-07-15 17:21:39.299 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60526 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:22:39.274 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:22:39.276 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f1e0a670-7ed7-46b6-b387-0c1e06552bb2""}\n2025-07-15 17:22:39.276 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] received connection request\n2025-07-15 17:22:39.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:22:39.277 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:22:39.388 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] socks forwarding established\n2025-07-15 17:22:39.418 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Process exited with code 0\n2025-07-15 17:22:39.419 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Socket close event received\n2025-07-15 17:22:39.425 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] socks connection closed\n2025-07-15 17:22:39.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60551 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:23:39.423 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:23:39.427 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] received connection request\n2025-07-15 17:23:39.428 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""62fd0a1e-0d22-472a-8ad4-db2827f98797""}\n2025-07-15 17:23:39.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:23:39.463 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] socks forwarding established\n2025-07-15 17:23:39.503 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Process exited with code 0\n2025-07-15 17:23:39.503 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] socks connection closed\n2025-07-15 17:23:39.503 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Socket close event received\n2025-07-15 17:23:39.545 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60590 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:24:39.507 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:24:39.508 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2096bcaf-45b6-49b0-ae10-81ef2ebeb363""}\n2025-07-15 17:24:39.509 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] received connection request\n2025-07-15 17:24:39.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:24:39.561 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] socks forwarding established\n2025-07-15 17:24:39.722 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Process exited with code 0\n2025-07-15 17:24:39.722 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] socks connection closed\n2025-07-15 17:24:39.722 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Socket close event received\n2025-07-15 17:24:39.750 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60675 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:25:39.724 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:25:39.726 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b6143009-95e2-4efb-ac03-1394dba8ace5""}\n2025-07-15 17:25:39.727 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] received connection request\n2025-07-15 17:25:39.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:25:39.728 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:25:39.758 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] socks forwarding established\n2025-07-15 17:25:39.787 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Process exited with code 0\n2025-07-15 17:25:39.787 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Socket close event received\n2025-07-15 17:25:39.809 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] socks connection closed\n2025-07-15 17:25:39.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60712 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:26:39.787 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:26:39.788 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc""}\n2025-07-15 17:26:39.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] received connection request\n2025-07-15 17:26:39.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:26:39.813 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] socks forwarding established\n2025-07-15 17:26:39.842 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Process exited with code 0\n2025-07-15 17:26:39.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] socks connection closed\n2025-07-15 17:26:39.842 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Socket close event received\n2025-07-15 17:26:39.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60768 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:27:39.847 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:27:39.849 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""905f7693-ef1f-4246-9c18-2caae7277592""}\n2025-07-15 17:27:39.850 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] received connection request\n2025-07-15 17:27:39.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:27:39.953 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] socks forwarding established\n2025-07-15 17:27:40.101 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Process exited with code 0\n2025-07-15 17:27:40.101 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] socks connection closed\n2025-07-15 17:27:40.101 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Socket close event received\n2025-07-15 17:27:40.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60790 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:28:40.102 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:28:40.105 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5e2e4675-506c-46c7-bf5b-a48b1fa81d99""}\n2025-07-15 17:28:40.105 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] received connection request\n2025-07-15 17:28:40.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:28:40.145 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] socks forwarding established\n2025-07-15 17:28:40.173 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Process exited with code 0\n2025-07-15 17:28:40.173 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] socks connection closed\n2025-07-15 17:28:40.173 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Socket close event received\n2025-07-15 17:28:40.201 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60824 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:29:40.179 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:29:40.181 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""aea09ecb-2696-4264-9aca-d0ed39bc6217""}\n2025-07-15 17:29:40.182 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] received connection request\n2025-07-15 17:29:40.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:29:40.245 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] socks forwarding established\n2025-07-15 17:29:40.338 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Process exited with code 0\n2025-07-15 17:29:40.338 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] socks connection closed\n2025-07-15 17:29:40.338 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Socket close event received\n2025-07-15 17:29:40.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60865 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:30:40.343 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:30:40.345 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""76d16aed-d6db-4e4d-8c9c-097a74d186e6""}\n2025-07-15 17:30:40.346 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] received connection request\n2025-07-15 17:30:40.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:30:40.346 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:30:40.490 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] socks forwarding established\n2025-07-15 17:30:40.667 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Process exited with code 0\n2025-07-15 17:30:40.668 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] socks connection closed\n2025-07-15 17:30:40.668 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Socket close event received\n2025-07-15 17:30:40.692 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60906 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:31:40.668 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:31:40.669 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""26e646f7-0d03-4fe3-a31b-f3663d4e32d2""}\n2025-07-15 17:31:40.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] received connection request\n2025-07-15 17:31:40.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:31:40.693 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] socks forwarding established\n2025-07-15 17:31:40.718 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Process exited with code 0\n2025-07-15 17:31:40.718 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Socket close event received\n2025-07-15 17:31:40.741 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] socks connection closed\n2025-07-15 17:31:40.743 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60947 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:32:40.719 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:32:40.722 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fe6f9683-52bd-4677-a1b8-76bd5ddbc50e""}\n2025-07-15 17:32:40.723 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] received connection request\n2025-07-15 17:32:40.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:32:40.806 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] socks forwarding established\n2025-07-15 17:32:40.847 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Process exited with code 0\n2025-07-15 17:32:40.847 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Socket close event received\n2025-07-15 17:32:40.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] socks connection closed\n2025-07-15 17:32:40.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60973 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:33:40.848 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:33:40.851 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""49af796d-fb3f-4ebf-ab80-01661b790ae0""}\n2025-07-15 17:33:40.852 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] received connection request\n2025-07-15 17:33:40.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:33:40.938 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] socks forwarding established\n2025-07-15 17:33:41.101 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Process exited with code 0\n2025-07-15 17:33:41.102 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] socks connection closed\n2025-07-15 17:33:41.102 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Socket close event received\n2025-07-15 17:33:41.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61004 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:34:41.107 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:34:41.110 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1409be99-1caa-4bd5-a77b-b6d3b8e4df3f""}\n2025-07-15 17:34:41.111 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] received connection request\n2025-07-15 17:34:41.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:34:41.137 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] socks forwarding established\n2025-07-15 17:34:41.165 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Process exited with code 0\n2025-07-15 17:34:41.165 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Socket close event received\n2025-07-15 17:34:41.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61039 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:34:41.190 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] socks connection closed\n2025-07-15 17:35:41.167 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:35:41.169 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3689c4ad-9694-4bce-ba6c-2229e50068d3""}\n2025-07-15 17:35:41.170 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] received connection request\n2025-07-15 17:35:41.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:35:41.195 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] socks forwarding established\n2025-07-15 17:35:41.223 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Process exited with code 0\n2025-07-15 17:35:41.223 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Socket close event received\n2025-07-15 17:35:41.246 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] socks connection closed\n2025-07-15 17:35:41.248 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61085 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:36:41.226 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:36:41.229 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""bd5d6a70-e4ed-4335-b230-1e70d31e4a60""}\n2025-07-15 17:36:41.230 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] received connection request\n2025-07-15 17:36:41.231 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:36:41.259 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] socks forwarding established\n2025-07-15 17:36:41.311 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Process exited with code 0\n2025-07-15 17:36:41.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] socks connection closed\n2025-07-15 17:36:41.311 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Socket close event received\n2025-07-15 17:36:41.472 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61126 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:37:41.312 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:37:41.315 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""806cee54-a94c-4121-a2a0-050e4396f3bd""}\n2025-07-15 17:37:41.316 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] received connection request\n2025-07-15 17:37:41.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:37:41.341 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] socks forwarding established\n2025-07-15 17:37:41.372 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Process exited with code 0\n2025-07-15 17:37:41.372 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] socks connection closed\n2025-07-15 17:37:41.373 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Socket close event received\n2025-07-15 17:37:41.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61146 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:38:41.378 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:38:41.379 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fa215e29-7601-4b4c-9207-fd4f8c39bba0""}\n2025-07-15 17:38:41.380 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] received connection request\n2025-07-15 17:38:41.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:38:41.405 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] socks forwarding established\n2025-07-15 17:38:41.431 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Process exited with code 0\n2025-07-15 17:38:41.431 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Socket close event received\n2025-07-15 17:38:41.432 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] socks connection closed\n2025-07-15 17:38:41.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61180 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:39:41.436 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:39:41.438 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0efcffe1-3e48-43b4-a41b-c2f2764a9158""}\n2025-07-15 17:39:41.439 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] received connection request\n2025-07-15 17:39:41.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:39:41.512 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] socks forwarding established\n2025-07-15 17:39:41.542 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Process exited with code 0\n2025-07-15 17:39:41.542 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] socks connection closed\n2025-07-15 17:39:41.542 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Socket close event received\n2025-07-15 17:39:41.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61217 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:40:41.544 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:40:41.547 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19d1b17a-6dc3-4cc0-a62e-1e088f6bac43""}\n2025-07-15 17:40:41.548 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] received connection request\n2025-07-15 17:40:41.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:40:41.573 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] socks forwarding established\n2025-07-15 17:40:41.606 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Process exited with code 0\n2025-07-15 17:40:41.606 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Socket close event received\n2025-07-15 17:40:41.630 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] socks connection closed\n2025-07-15 17:40:41.631 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61261 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:41:41.607 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:41:41.609 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1bce189a-cca1-451a-a05c-6032b57cf700""}\n2025-07-15 17:41:41.609 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] received connection request\n2025-07-15 17:41:41.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:41:41.634 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] socks forwarding established\n2025-07-15 17:41:41.662 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Process exited with code 0\n2025-07-15 17:41:41.662 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] socks connection closed\n2025-07-15 17:41:41.662 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Socket close event received\n2025-07-15 17:41:41.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61309 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:42:41.666 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:42:41.668 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""996ba202-9520-4b60-9f30-86c04d825634""}\n2025-07-15 17:42:41.669 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] received connection request\n2025-07-15 17:42:41.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:42:41.775 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] socks forwarding established\n2025-07-15 17:42:41.931 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Process exited with code 0\n2025-07-15 17:42:41.931 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] socks connection closed\n2025-07-15 17:42:41.931 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Socket close event received\n2025-07-15 17:42:41.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61350 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:43:41.934 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:43:41.940 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] received connection request\n2025-07-15 17:43:41.940 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ca15602e-b5b1-4020-996a-72ea887058ec""}\n2025-07-15 17:43:41.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:43:41.941 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:43:41.965 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] socks forwarding established\n2025-07-15 17:43:41.992 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] socks connection closed\n2025-07-15 17:43:41.993 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Process exited with code 0\n2025-07-15 17:43:41.993 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Socket close event received\n2025-07-15 17:43:42.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61411 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:44:41.996 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:44:41.999 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3356f12a-057b-41a6-a6bd-929ed3ed597d""}\n2025-07-15 17:44:42.000 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] received connection request\n2025-07-15 17:44:42.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:44:42.031 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] socks forwarding established\n2025-07-15 17:44:42.059 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Process exited with code 0\n2025-07-15 17:44:42.059 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Socket close event received\n2025-07-15 17:44:42.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61439 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:44:42.085 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] socks connection closed\n2025-07-15 17:45:42.064 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:45:42.064 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4""}\n2025-07-15 17:45:42.065 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] received connection request\n2025-07-15 17:45:42.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:45:42.089 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] socks forwarding established\n2025-07-15 17:45:42.115 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Process exited with code 0\n2025-07-15 17:45:42.115 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Socket close event received\n2025-07-15 17:45:42.139 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] socks connection closed\n2025-07-15 17:45:42.140 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61481 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:46:42.120 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:46:42.122 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""348a7664-a33b-48a4-85ea-697b8ae81770""}\n2025-07-15 17:46:42.123 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] received connection request\n2025-07-15 17:46:42.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:46:42.152 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] socks forwarding established\n2025-07-15 17:46:42.180 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Process exited with code 0\n2025-07-15 17:46:42.180 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Socket close event received\n2025-07-15 17:46:42.204 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61521 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:46:42.204 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] socks connection closed\n2025-07-15 17:47:42.183 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:47:42.185 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""94653d41-f66a-4243-abe4-e605c9c77803""}\n2025-07-15 17:47:42.186 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] received connection request\n2025-07-15 17:47:42.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:47:42.215 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] socks forwarding established\n2025-07-15 17:47:42.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] socks connection closed\n2025-07-15 17:47:42.312 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Process exited with code 0\n2025-07-15 17:47:42.312 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Socket close event received\n2025-07-15 17:47:42.335 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61546 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:48:42.312 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:48:42.315 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19b6e1fd-0d5e-4098-9e0e-74942529278e""}\n2025-07-15 17:48:42.316 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] received connection request\n2025-07-15 17:48:42.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:48:42.342 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] socks forwarding established\n2025-07-15 17:48:42.371 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Process exited with code 0\n2025-07-15 17:48:42.372 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] socks connection closed\n2025-07-15 17:48:42.372 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Socket close event received\n2025-07-15 17:48:42.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:49:42.377 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:49:42.379 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""12a6ea89-94c9-4e21-8913-14b45f3b143c""}\n2025-07-15 17:49:42.379 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] received connection request\n2025-07-15 17:49:42.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:49:42.379 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:49:42.403 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] socks forwarding established\n2025-07-15 17:49:42.430 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] socks connection closed\n2025-07-15 17:49:42.430 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Process exited with code 0\n2025-07-15 17:49:42.431 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Socket close event received\n2025-07-15 17:49:42.453 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:50:42.433 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:50:42.434 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e4283ba7-cfc7-4a23-b69c-aa1240eb719b""}\n2025-07-15 17:50:42.434 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] received connection request\n2025-07-15 17:50:42.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:50:42.435 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:50:42.458 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] socks forwarding established\n2025-07-15 17:50:42.494 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] socks connection closed\n2025-07-15 17:50:42.494 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Process exited with code 0\n2025-07-15 17:50:42.494 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Socket close event received\n2025-07-15 17:50:42.517 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61650 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:51:42.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:51:42.499 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b4ac886f-361d-4724-93ae-91fd63f15d85""}\n2025-07-15 17:51:42.500 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] received connection request\n2025-07-15 17:51:42.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:51:42.602 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] socks forwarding established\n2025-07-15 17:51:42.629 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] socks connection closed\n2025-07-15 17:51:42.629 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Process exited with code 0\n2025-07-15 17:51:42.629 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Socket close event received\n2025-07-15 17:51:42.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61728 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:52:42.634 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:52:42.637 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""43a72bd3-caed-48b5-8c96-e549f4c773cb""}\n2025-07-15 17:52:42.638 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] received connection request\n2025-07-15 17:52:42.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:52:42.765 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] socks forwarding established\n2025-07-15 17:52:42.797 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Process exited with code 0\n2025-07-15 17:52:42.798 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] socks connection closed\n2025-07-15 17:52:42.798 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Socket close event received\n2025-07-15 17:52:42.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61755 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:53:42.800 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:53:42.803 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""643719ef-6ebe-4f8b-9fa3-52c221ba597e""}\n2025-07-15 17:53:42.804 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] received connection request\n2025-07-15 17:53:42.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:53:42.828 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] socks forwarding established\n2025-07-15 17:53:42.856 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Process exited with code 0\n2025-07-15 17:53:42.856 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] socks connection closed\n2025-07-15 17:53:42.857 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Socket close event received\n2025-07-15 17:53:42.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61791 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:54:42.858 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:54:42.859 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""846eddb9-6dc2-4c67-931f-ee2e4092d2ad""}\n2025-07-15 17:54:42.860 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] received connection request\n2025-07-15 17:54:42.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:54:42.885 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] socks forwarding established\n2025-07-15 17:54:42.911 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Process exited with code 0\n2025-07-15 17:54:42.912 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Socket close event received\n2025-07-15 17:54:42.912 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] socks connection closed\n2025-07-15 17:54:42.935 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61814 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:55:42.917 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:55:42.919 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7672d4dd-e8bd-4431-a7f4-46e064bd2bad""}\n2025-07-15 17:55:42.920 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] received connection request\n2025-07-15 17:55:42.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:55:43.012 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] socks forwarding established\n2025-07-15 17:55:43.167 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Process exited with code 0\n2025-07-15 17:55:43.168 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] socks connection closed\n2025-07-15 17:55:43.168 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Socket close event received\n2025-07-15 17:55:43.200 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61851 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:56:43.172 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:56:43.174 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fe266c1f-88a7-48ed-b9fd-72a4a448e300""}\n2025-07-15 17:56:43.175 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] received connection request\n2025-07-15 17:56:43.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:56:43.200 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] socks forwarding established\n2025-07-15 17:56:43.227 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Process exited with code 0\n2025-07-15 17:56:43.227 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Socket close event received\n2025-07-15 17:56:43.228 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] socks connection closed\n2025-07-15 17:56:43.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61898 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:57:43.230 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:57:43.233 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8dd51766-7d90-4731-9f87-f371c52c65e6""}\n2025-07-15 17:57:43.234 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] received connection request\n2025-07-15 17:57:43.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:57:43.259 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] socks forwarding established\n2025-07-15 17:57:43.285 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Process exited with code 0\n2025-07-15 17:57:43.286 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] socks connection closed\n2025-07-15 17:57:43.286 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Socket close event received\n2025-07-15 17:57:43.315 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61922 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:58:43.293 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:58:43.295 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5db0da48-3a27-41c6-8f20-95e69814eae1""}\n2025-07-15 17:58:43.295 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] received connection request\n2025-07-15 17:58:43.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:58:43.321 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] socks forwarding established\n2025-07-15 17:58:43.350 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Process exited with code 0\n2025-07-15 17:58:43.350 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Socket close event received\n2025-07-15 17:58:43.351 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] socks connection closed\n2025-07-15 17:58:43.378 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61958 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:59:43.352 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:59:43.353 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""27104cc1-9a42-4295-b082-806e5c78a9c3""}\n2025-07-15 17:59:43.354 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] received connection request\n2025-07-15 17:59:43.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:59:43.498 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] socks forwarding established\n2025-07-15 17:59:43.529 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Process exited with code 0\n2025-07-15 17:59:43.529 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] socks connection closed\n2025-07-15 17:59:43.529 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Socket close event received\n2025-07-15 17:59:43.630 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61980 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:00:43.535 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:00:43.537 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""44fee38f-fe6a-46f4-8793-02baf37bbb89""}\n2025-07-15 18:00:43.538 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] received connection request\n2025-07-15 18:00:43.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:00:43.563 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] socks forwarding established\n2025-07-15 18:00:43.591 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Process exited with code 0\n2025-07-15 18:00:43.591 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] socks connection closed\n2025-07-15 18:00:43.591 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Socket close event received\n2025-07-15 18:00:43.614 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62017 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:01:43.594 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:01:43.596 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c97dd73c-5374-4bfb-90d3-7cbddd2c0467""}\n2025-07-15 18:01:43.597 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] received connection request\n2025-07-15 18:01:43.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:01:43.655 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] socks forwarding established\n2025-07-15 18:01:43.683 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Process exited with code 0\n2025-07-15 18:01:43.683 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] socks connection closed\n2025-07-15 18:01:43.683 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Socket close event received\n2025-07-15 18:01:43.707 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62063 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:02:43.687 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:02:43.688 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e607832a-2541-4ca6-b997-d7281413629f""}\n2025-07-15 18:02:43.688 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] received connection request\n2025-07-15 18:02:43.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:02:43.713 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] socks forwarding established\n2025-07-15 18:02:43.741 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Process exited with code 0\n2025-07-15 18:02:43.741 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] socks connection closed\n2025-07-15 18:02:43.741 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Socket close event received\n2025-07-15 18:02:43.766 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62089 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:03:43.742 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:03:43.744 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e20fe0e2-8031-4a28-bfdb-c20c144c9bfb""}\n2025-07-15 18:03:43.745 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] received connection request\n2025-07-15 18:03:43.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:03:43.771 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] socks forwarding established\n2025-07-15 18:03:43.801 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Process exited with code 0\n2025-07-15 18:03:43.801 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Socket close event received\n2025-07-15 18:03:43.802 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] socks connection closed\n2025-07-15 18:03:43.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62129 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:04:43.806 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:04:43.808 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106""}\n2025-07-15 18:04:43.809 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] received connection request\n2025-07-15 18:04:43.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:04:43.834 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] socks forwarding established\n2025-07-15 18:04:43.862 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] socks connection closed\n2025-07-15 18:04:43.863 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Process exited with code 0\n2025-07-15 18:04:43.863 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Socket close event received\n2025-07-15 18:04:43.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62161 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:05:43.863 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:05:43.865 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ccacced-8514-4d8c-9585-b171bc358e2a""}\n2025-07-15 18:05:43.866 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] received connection request\n2025-07-15 18:05:43.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:05:43.895 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] socks forwarding established\n2025-07-15 18:05:43.932 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Process exited with code 0\n2025-07-15 18:05:43.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] socks connection closed\n2025-07-15 18:05:43.932 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Socket close event received\n2025-07-15 18:05:43.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62225 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:06:43.933 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:06:43.936 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5d124c0c-361c-4441-8069-f09aac7e2927""}\n2025-07-15 18:06:43.936 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] received connection request\n2025-07-15 18:06:43.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:06:44.039 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] socks forwarding established\n2025-07-15 18:06:44.070 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Process exited with code 0\n2025-07-15 18:06:44.070 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Socket close event received\n2025-07-15 18:06:44.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62289 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:06:44.189 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] socks connection closed\n2025-07-15 18:07:44.071 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:07:44.072 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""24758bd5-377c-4a28-bddc-3f143f56ebe8""}\n2025-07-15 18:07:44.073 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] received connection request\n2025-07-15 18:07:44.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:07:44.097 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] socks forwarding established\n2025-07-15 18:07:44.126 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Process exited with code 0\n2025-07-15 18:07:44.126 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] socks connection closed\n2025-07-15 18:07:44.126 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Socket close event received\n2025-07-15 18:07:44.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62362 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:08:44.131 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:08:44.133 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2c9e8c4a-2b16-4c96-91ba-a7467a86d987""}\n2025-07-15 18:08:44.133 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] received connection request\n2025-07-15 18:08:44.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:08:44.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] socks forwarding established\n2025-07-15 18:08:44.437 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Process exited with code 0\n2025-07-15 18:08:44.438 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] socks connection closed\n2025-07-15 18:08:44.438 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Socket close event received\n2025-07-15 18:08:44.467 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62403 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:09:44.438 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:09:44.439 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] received connection request\n2025-07-15 18:09:44.440 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8e5d5949-d3e9-43b3-9e95-06c2494690a0""}\n2025-07-15 18:09:44.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:09:44.496 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] socks forwarding established\n2025-07-15 18:09:44.654 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Process exited with code 0\n2025-07-15 18:09:44.655 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] socks connection closed\n2025-07-15 18:09:44.655 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Socket close event received\n2025-07-15 18:09:44.681 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62428 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:10:44.660 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:10:44.661 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""baa18f5c-8261-41a2-a1a9-557d15c3729b""}\n2025-07-15 18:10:44.662 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] received connection request\n2025-07-15 18:10:44.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:10:44.729 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] socks forwarding established\n2025-07-15 18:10:44.889 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Process exited with code 0\n2025-07-15 18:10:44.890 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] socks connection closed\n2025-07-15 18:10:44.890 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Socket close event received\n2025-07-15 18:10:44.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62500 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:11:44.892 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:11:44.894 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19dee159-b05f-4d9b-88a3-82330b30369f""}\n2025-07-15 18:11:44.894 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] received connection request\n2025-07-15 18:11:44.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:11:44.894 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:11:44.918 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] socks forwarding established\n2025-07-15 18:11:45.060 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] socks connection closed\n2025-07-15 18:11:45.060 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Process exited with code 0\n2025-07-15 18:11:45.060 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Socket close event received\n2025-07-15 18:11:45.089 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62541 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:12:45.065 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:12:45.066 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""acca514d-395b-4d6b-b092-1228a44e026b""}\n2025-07-15 18:12:45.066 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] received connection request\n2025-07-15 18:12:45.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:12:45.167 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] socks forwarding established\n2025-07-15 18:12:45.356 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Process exited with code 0\n2025-07-15 18:12:45.357 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Socket close event received\n2025-07-15 18:12:45.362 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] socks connection closed\n2025-07-15 18:12:45.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:13:45.358 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:13:45.359 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3""}\n2025-07-15 18:13:45.360 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] received connection request\n2025-07-15 18:13:45.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:13:45.423 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] socks forwarding established\n2025-07-15 18:13:45.461 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] socks connection closed\n2025-07-15 18:13:45.461 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Process exited with code 0\n2025-07-15 18:13:45.461 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Socket close event received\n2025-07-15 18:13:45.567 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62615 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:14:45.466 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:14:45.468 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3c9108ee-abfe-4052-8a35-91b3ff6e2971""}\n2025-07-15 18:14:45.468 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] received connection request\n2025-07-15 18:14:45.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:14:45.493 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] socks forwarding established\n2025-07-15 18:14:45.519 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Process exited with code 0\n2025-07-15 18:14:45.519 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] socks connection closed\n2025-07-15 18:14:45.519 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Socket close event received\n2025-07-15 18:14:45.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62640 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:15:45.524 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:15:45.526 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""559301e5-05f9-4643-977f-7d5c3c7df3ab""}\n2025-07-15 18:15:45.527 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] received connection request\n2025-07-15 18:15:45.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:15:45.588 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] socks forwarding established\n2025-07-15 18:15:45.666 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Process exited with code 0\n2025-07-15 18:15:45.666 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] socks connection closed\n2025-07-15 18:15:45.666 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Socket close event received\n2025-07-15 18:15:45.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62682 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:16:45.668 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:16:45.669 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c8ecd6b-e692-48a9-bb17-9df14d731080""}\n2025-07-15 18:16:45.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] received connection request\n2025-07-15 18:16:45.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:16:45.780 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] socks forwarding established\n2025-07-15 18:16:45.811 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Process exited with code 0\n2025-07-15 18:16:45.812 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Socket close event received\n2025-07-15 18:16:45.825 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] socks connection closed\n2025-07-15 18:16:45.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62732 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:17:45.813 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:17:45.816 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""32a903fe-f635-4153-932f-cbb86d8dfa83""}\n2025-07-15 18:17:45.816 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] received connection request\n2025-07-15 18:17:45.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:17:45.846 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] socks forwarding established\n2025-07-15 18:17:45.873 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Process exited with code 0\n2025-07-15 18:17:45.874 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Socket close event received\n2025-07-15 18:17:45.874 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] socks connection closed\n2025-07-15 18:17:45.898 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62772 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:18:45.878 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:18:45.879 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ea1944a1-93a4-4168-aaba-7b88eb9eb3dc""}\n2025-07-15 18:18:45.880 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] received connection request\n2025-07-15 18:18:45.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:18:45.905 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] socks forwarding established\n2025-07-15 18:18:45.931 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Process exited with code 0\n2025-07-15 18:18:45.931 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Socket close event received\n2025-07-15 18:18:45.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] socks connection closed\n2025-07-15 18:18:45.964 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62807 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:19:45.933 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:19:45.935 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4""}\n2025-07-15 18:19:45.935 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] received connection request\n2025-07-15 18:19:45.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:19:46.040 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] socks forwarding established\n2025-07-15 18:19:46.069 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Process exited with code 0\n2025-07-15 18:19:46.069 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] socks connection closed\n2025-07-15 18:19:46.070 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Socket close event received\n2025-07-15 18:19:46.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62839 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:20:46.071 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:20:46.074 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8f729e17-92cd-4ff2-854c-190bc5f4c7dc""}\n2025-07-15 18:20:46.074 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] received connection request\n2025-07-15 18:20:46.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:20:46.100 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] socks forwarding established\n2025-07-15 18:20:46.126 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Process exited with code 0\n2025-07-15 18:20:46.127 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] socks connection closed\n2025-07-15 18:20:46.127 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Socket close event received\n2025-07-15 18:20:46.150 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62889 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:21:46.130 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:21:46.132 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f685f2cc-437e-4027-a771-27c5db4a6b8e""}\n2025-07-15 18:21:46.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] received connection request\n2025-07-15 18:21:46.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:21:46.160 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] socks forwarding established\n2025-07-15 18:21:46.193 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Process exited with code 0\n2025-07-15 18:21:46.194 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] socks connection closed\n2025-07-15 18:21:46.194 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Socket close event received\n2025-07-15 18:21:46.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62942 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:22:46.198 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:22:46.199 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""52cb05eb-564c-4106-ae80-e5ac975f3f71""}\n2025-07-15 18:22:46.200 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] received connection request\n2025-07-15 18:22:46.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:22:46.200 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:22:46.223 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] socks forwarding established\n2025-07-15 18:22:46.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] socks connection closed\n2025-07-15 18:22:46.251 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Process exited with code 0\n2025-07-15 18:22:46.251 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Socket close event received\n2025-07-15 18:22:46.273 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62966 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:23:46.254 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:23:46.256 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""dfcd48aa-6874-436c-92ba-7d6983b0f89a""}\n2025-07-15 18:23:46.256 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] received connection request\n2025-07-15 18:23:46.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:23:46.356 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] socks forwarding established\n2025-07-15 18:23:46.384 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Process exited with code 0\n2025-07-15 18:23:46.385 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] socks connection closed\n2025-07-15 18:23:46.385 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Socket close event received\n2025-07-15 18:23:46.454 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63013 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:24:46.390 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:24:46.392 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ca150766-b654-40d6-91af-99f88f53b64f""}\n2025-07-15 18:24:46.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] received connection request\n2025-07-15 18:24:46.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:24:46.420 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] socks forwarding established\n2025-07-15 18:24:46.457 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Process exited with code 0\n2025-07-15 18:24:46.457 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] socks connection closed\n2025-07-15 18:24:46.458 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Socket close event received\n2025-07-15 18:24:46.484 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63037 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:25:46.463 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:25:46.465 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""06e8a926-bb0f-4b65-992d-03e0bc5ae884""}\n2025-07-15 18:25:46.467 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] received connection request\n2025-07-15 18:25:46.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:25:46.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] socks forwarding established\n2025-07-15 18:25:46.521 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Process exited with code 0\n2025-07-15 18:25:46.522 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Socket close event received\n2025-07-15 18:25:46.522 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] socks connection closed\n2025-07-15 18:25:46.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63110 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:26:46.527 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:26:46.530 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983""}\n2025-07-15 18:26:46.531 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] received connection request\n2025-07-15 18:26:46.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:26:46.737 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] socks forwarding established\n2025-07-15 18:26:46.764 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Process exited with code 0\n2025-07-15 18:26:46.764 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Socket close event received\n2025-07-15 18:26:46.864 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63157 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:26:46.865 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] socks connection closed\n2025-07-15 18:27:46.769 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:27:46.771 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664""}\n2025-07-15 18:27:46.772 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] received connection request\n2025-07-15 18:27:46.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:27:46.797 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] socks forwarding established\n2025-07-15 18:27:46.825 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Process exited with code 0\n2025-07-15 18:27:46.826 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] socks connection closed\n2025-07-15 18:27:46.826 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Socket close event received\n2025-07-15 18:27:46.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63190 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:28:46.830 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:28:46.833 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ce64e8e3-5095-47e4-bf70-9935112ddc2e""}\n2025-07-15 18:28:46.834 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] received connection request\n2025-07-15 18:28:46.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:28:46.860 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] socks forwarding established\n2025-07-15 18:28:46.893 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Process exited with code 0\n2025-07-15 18:28:46.894 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] socks connection closed\n2025-07-15 18:28:46.894 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Socket close event received\n2025-07-15 18:28:46.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63235 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:29:46.896 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:29:46.897 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d24cc33e-01d6-49aa-b4ba-63a6b5d4f762""}\n2025-07-15 18:29:46.897 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] received connection request\n2025-07-15 18:29:46.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:29:46.897 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:29:47.021 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] socks forwarding established\n2025-07-15 18:29:47.078 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Process exited with code 0\n2025-07-15 18:29:47.079 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] socks connection closed\n2025-07-15 18:29:47.079 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Socket close event received\n2025-07-15 18:29:47.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63264 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:30:47.081 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:30:47.083 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1e00b76c-fc59-4b68-842b-3148188bf191""}\n2025-07-15 18:30:47.083 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] received connection request\n2025-07-15 18:30:47.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:30:47.084 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:30:47.126 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] socks forwarding established\n2025-07-15 18:30:47.257 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Process exited with code 0\n2025-07-15 18:30:47.258 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] socks connection closed\n2025-07-15 18:30:47.258 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Socket close event received\n2025-07-15 18:30:47.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63302 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:31:47.263 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:31:47.265 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e2853dbb-5dd3-47e6-b18e-32f4ed97e416""}\n2025-07-15 18:31:47.266 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] received connection request\n2025-07-15 18:31:47.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:31:47.347 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] socks forwarding established\n2025-07-15 18:31:47.393 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Process exited with code 0\n2025-07-15 18:31:47.393 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Socket close event received\n2025-07-15 18:31:47.424 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] socks connection closed\n2025-07-15 18:31:47.429 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63360 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:32:47.398 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:32:47.400 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d7404e05-ada1-4a10-980d-e2c8f64c13ff""}\n2025-07-15 18:32:47.401 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] received connection request\n2025-07-15 18:32:47.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:32:47.445 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] socks forwarding established\n2025-07-15 18:32:47.492 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Process exited with code 0\n2025-07-15 18:32:47.492 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Socket close event received\n2025-07-15 18:32:47.498 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] socks connection closed\n2025-07-15 18:32:47.641 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63397 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:33:47.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:33:47.499 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b5948153-e19f-461e-935f-3f4149fb2fca""}\n2025-07-15 18:33:47.499 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] received connection request\n2025-07-15 18:33:47.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:33:47.537 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] socks forwarding established\n2025-07-15 18:33:47.568 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Process exited with code 0\n2025-07-15 18:33:47.568 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Socket close event received\n2025-07-15 18:33:47.575 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] socks connection closed\n2025-07-15 18:33:47.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63435 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:34:47.572 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:34:47.574 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""508ff2b3-9714-47e1-8023-abd3aa6be0c7""}\n2025-07-15 18:34:47.575 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] received connection request\n2025-07-15 18:34:47.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:34:47.622 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] socks forwarding established\n2025-07-15 18:34:47.655 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Process exited with code 0\n2025-07-15 18:34:47.655 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Socket close event received\n2025-07-15 18:34:47.685 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] socks connection closed\n2025-07-15 18:34:47.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63472 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:35:47.660 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:35:47.662 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2a5c14a8-c15a-4852-9a83-82769b547707""}\n2025-07-15 18:35:47.663 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] received connection request\n2025-07-15 18:35:47.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:35:47.703 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] socks forwarding established\n2025-07-15 18:35:47.741 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Process exited with code 0\n2025-07-15 18:35:47.741 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Socket close event received\n2025-07-15 18:35:47.744 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] socks connection closed\n2025-07-15 18:35:47.770 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63514 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:36:47.746 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:36:47.747 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a8ce98ad-6018-4173-9c8e-7f7fa99ccfca""}\n2025-07-15 18:36:47.747 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] received connection request\n2025-07-15 18:36:47.747 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:36:47.777 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] socks forwarding established\n2025-07-15 18:36:47.811 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Process exited with code 0\n2025-07-15 18:36:47.811 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Socket close event received\n2025-07-15 18:36:47.811 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] socks connection closed\n2025-07-15 18:36:47.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63554 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:37:47.816 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:37:47.818 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8057c881-3f61-4b76-945c-62b33bbe2b73""}\n2025-07-15 18:37:47.819 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] received connection request\n2025-07-15 18:37:47.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:37:47.935 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] socks forwarding established\n2025-07-15 18:37:48.039 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Process exited with code 0\n2025-07-15 18:37:48.039 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Socket close event received\n2025-07-15 18:37:48.040 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] socks connection closed\n2025-07-15 18:37:48.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:38:48.044 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:38:48.045 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""69ff7554-a3b2-4dc4-9354-862517b3a20f""}\n2025-07-15 18:38:48.045 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] received connection request\n2025-07-15 18:38:48.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:38:48.095 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] socks forwarding established\n2025-07-15 18:38:48.250 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Process exited with code 0\n2025-07-15 18:38:48.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] socks connection closed\n2025-07-15 18:38:48.251 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Socket close event received\n2025-07-15 18:38:48.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63620 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:39:48.253 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:39:48.256 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] received connection request\n2025-07-15 18:39:48.256 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""66706987-7352-44c2-a20d-25a481841e8b""}\n2025-07-15 18:39:48.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:39:48.300 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] socks forwarding established\n2025-07-15 18:39:48.331 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Process exited with code 0\n2025-07-15 18:39:48.332 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] socks connection closed\n2025-07-15 18:39:48.332 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Socket close event received\n2025-07-15 18:39:48.358 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63657 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:40:48.337 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:40:48.339 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e6c05dd5-6042-4c71-a503-052432db54a4""}\n2025-07-15 18:40:48.339 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] received connection request\n2025-07-15 18:40:48.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:40:48.449 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] socks forwarding established\n2025-07-15 18:40:48.607 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Process exited with code 0\n2025-07-15 18:40:48.607 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] socks connection closed\n2025-07-15 18:40:48.607 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Socket close event received\n2025-07-15 18:40:48.631 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63701 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:41:48.609 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:41:48.611 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""277da42a-1df3-457c-b9af-7129c101e5ae""}\n2025-07-15 18:41:48.612 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] received connection request\n2025-07-15 18:41:48.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:41:48.716 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] socks forwarding established\n2025-07-15 18:41:48.831 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Process exited with code 0\n2025-07-15 18:41:48.831 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] socks connection closed\n2025-07-15 18:41:48.831 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Socket close event received\n2025-07-15 18:41:48.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63753 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:42:48.833 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:42:48.836 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] received connection request\n2025-07-15 18:42:48.837 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7db6bebb-1c9b-4f30-9c5d-f87218db975f""}\n2025-07-15 18:42:48.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:42:48.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] socks forwarding established\n2025-07-15 18:42:48.930 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Process exited with code 0\n2025-07-15 18:42:48.930 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Socket close event received\n2025-07-15 18:42:48.930 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] socks connection closed\n2025-07-15 18:42:49.002 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63785 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:43:48.930 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:43:48.931 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""da2c35ca-2bdc-488c-b625-2a7a39b7f7df""}\n2025-07-15 18:43:48.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] received connection request\n2025-07-15 18:43:48.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:43:48.957 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] socks forwarding established\n2025-07-15 18:43:48.987 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Process exited with code 0\n2025-07-15 18:43:48.987 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] socks connection closed\n2025-07-15 18:43:48.987 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Socket close event received\n2025-07-15 18:43:49.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63832 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:44:48.992 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:44:48.994 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ed257bfe-10b8-49f2-ae53-9832ce7fdfbe""}\n2025-07-15 18:44:48.996 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] received connection request\n2025-07-15 18:44:48.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:44:49.078 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] socks forwarding established\n2025-07-15 18:44:49.164 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Process exited with code 0\n2025-07-15 18:44:49.164 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] socks connection closed\n2025-07-15 18:44:49.164 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Socket close event received\n2025-07-15 18:44:49.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63861 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:45:49.167 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:45:49.168 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2da25318-257a-47d6-a335-dd3dd520c673""}\n2025-07-15 18:45:49.169 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] received connection request\n2025-07-15 18:45:49.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:45:49.192 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] socks forwarding established\n2025-07-15 18:45:49.219 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Process exited with code 0\n2025-07-15 18:45:49.219 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Socket close event received\n2025-07-15 18:45:49.219 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] socks connection closed\n2025-07-15 18:45:49.244 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63912 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:46:49.222 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:46:49.224 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""4e842c8d-4a67-49a9-90da-9af81a35da48""}\n2025-07-15 18:46:49.224 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] received connection request\n2025-07-15 18:46:49.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:46:49.286 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] socks forwarding established\n2025-07-15 18:46:49.397 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] socks connection closed\n2025-07-15 18:46:49.397 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Process exited with code 0\n2025-07-15 18:46:49.397 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Socket close event received\n2025-07-15 18:46:49.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63953 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:47:49.401 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:47:49.403 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1cc8010-6d4c-45af-83ef-ea4919f89ae4""}\n2025-07-15 18:47:49.403 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] received connection request\n2025-07-15 18:47:49.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:47:49.435 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] socks forwarding established\n2025-07-15 18:47:49.463 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Process exited with code 0\n2025-07-15 18:47:49.463 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Socket close event received\n2025-07-15 18:47:49.463 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] socks connection closed\n2025-07-15 18:47:49.487 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63980 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:48:49.466 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:48:49.469 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""82c47244-b173-4cac-9d83-8d016ccadce9""}\n2025-07-15 18:48:49.470 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] received connection request\n2025-07-15 18:48:49.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:48:49.495 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] socks forwarding established\n2025-07-15 18:48:49.522 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Process exited with code 0\n2025-07-15 18:48:49.523 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Socket close event received\n2025-07-15 18:48:49.523 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] socks connection closed\n2025-07-15 18:48:49.547 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64017 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:49:49.527 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:49:49.530 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f3671420-c14f-429a-b2df-887276b7edf2""}\n2025-07-15 18:49:49.531 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] received connection request\n2025-07-15 18:49:49.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:49:49.638 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] socks forwarding established\n2025-07-15 18:49:49.673 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Process exited with code 0\n2025-07-15 18:49:49.674 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] socks connection closed\n2025-07-15 18:49:49.674 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Socket close event received\n2025-07-15 18:49:49.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64055 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:50:49.675 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:50:49.677 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44""}\n2025-07-15 18:50:49.678 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] received connection request\n2025-07-15 18:50:49.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:50:49.703 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] socks forwarding established\n2025-07-15 18:50:49.729 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Process exited with code 0\n2025-07-15 18:50:49.729 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Socket close event received\n2025-07-15 18:50:49.729 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] socks connection closed\n2025-07-15 18:50:49.753 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64094 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:51:49.734 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:51:49.735 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a""}\n2025-07-15 18:51:49.736 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] received connection request\n2025-07-15 18:51:49.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:51:49.761 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] socks forwarding established\n2025-07-15 18:51:49.788 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Process exited with code 0\n2025-07-15 18:51:49.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] socks connection closed\n2025-07-15 18:51:49.789 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Socket close event received\n2025-07-15 18:51:49.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64134 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:52:49.793 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:52:49.796 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""69d2c48b-908d-4a6e-9687-b25fd57f7b71""}\n2025-07-15 18:52:49.797 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] received connection request\n2025-07-15 18:52:49.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:52:49.961 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] socks forwarding established\n2025-07-15 18:52:50.132 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Process exited with code 0\n2025-07-15 18:52:50.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] socks connection closed\n2025-07-15 18:52:50.132 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Socket close event received\n2025-07-15 18:52:50.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64165 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:53:50.138 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:53:50.140 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9016053b-9e39-45b4-9af0-c61f32ebafbc""}\n2025-07-15 18:53:50.141 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] received connection request\n2025-07-15 18:53:50.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:53:50.224 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] socks forwarding established\n2025-07-15 18:53:50.384 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Process exited with code 0\n2025-07-15 18:53:50.385 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] socks connection closed\n2025-07-15 18:53:50.385 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Socket close event received\n2025-07-15 18:53:50.410 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64201 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:54:50.388 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:54:50.391 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""15170b53-dd36-49bb-a79f-b0ae0adc678a""}\n2025-07-15 18:54:50.391 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] received connection request\n2025-07-15 18:54:50.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:54:50.550 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] socks forwarding established\n2025-07-15 18:54:50.582 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Process exited with code 0\n2025-07-15 18:54:50.582 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Socket close event received\n2025-07-15 18:54:50.727 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64227 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:54:50.728 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] socks connection closed\n2025-07-15 18:55:50.585 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:55:50.588 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""abb936be-6561-41ae-9f35-2b8f779d7e36""}\n2025-07-15 18:55:50.589 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] received connection request\n2025-07-15 18:55:50.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:55:50.634 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] socks forwarding established\n2025-07-15 18:55:50.796 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Process exited with code 0\n2025-07-15 18:55:50.796 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] socks connection closed\n2025-07-15 18:55:50.796 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Socket close event received\n2025-07-15 18:55:50.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64267 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:56:50.796 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:56:50.798 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""08fb5453-7b73-4f61-b02f-f8bc873e9d91""}\n2025-07-15 18:56:50.799 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] received connection request\n2025-07-15 18:56:50.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:56:50.854 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] socks forwarding established\n2025-07-15 18:56:50.968 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Process exited with code 0\n2025-07-15 18:56:50.969 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] socks connection closed\n2025-07-15 18:56:50.969 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Socket close event received\n2025-07-15 18:56:50.992 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64309 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:57:50.973 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:57:50.975 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1b140e5a-f8cc-4358-9c54-2eddb5438a21""}\n2025-07-15 18:57:50.975 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] received connection request\n2025-07-15 18:57:50.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:57:51.123 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] socks forwarding established\n2025-07-15 18:57:51.278 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Process exited with code 0\n2025-07-15 18:57:51.278 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] socks connection closed\n2025-07-15 18:57:51.278 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Socket close event received\n2025-07-15 18:57:51.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64346 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:58:51.284 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:58:51.287 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""70cf9d23-1473-4aa6-925e-29cb627a2db7""}\n2025-07-15 18:58:51.287 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] received connection request\n2025-07-15 18:58:51.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:58:51.313 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] socks forwarding established\n2025-07-15 18:58:51.473 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Process exited with code 0\n2025-07-15 18:58:51.473 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] socks connection closed\n2025-07-15 18:58:51.473 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Socket close event received\n2025-07-15 18:58:51.497 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64382 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:59:51.475 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:59:51.477 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a4da8ead-f2cd-415d-89ec-c61305e68adc""}\n2025-07-15 18:59:51.478 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] received connection request\n2025-07-15 18:59:51.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:59:51.520 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] socks forwarding established\n2025-07-15 18:59:51.597 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Process exited with code 0\n2025-07-15 18:59:51.597 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] socks connection closed\n2025-07-15 18:59:51.598 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Socket close event received\n2025-07-15 18:59:51.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64409 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:00:51.603 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:00:51.606 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""18a586a0-39fd-4a3b-af0d-d387ec42a216""}\n2025-07-15 19:00:51.606 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] received connection request\n2025-07-15 19:00:51.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:00:51.687 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] socks forwarding established\n2025-07-15 19:00:51.840 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Process exited with code 0\n2025-07-15 19:00:51.840 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] socks connection closed\n2025-07-15 19:00:51.840 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Socket close event received\n2025-07-15 19:00:51.864 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64446 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:01:51.845 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:01:51.849 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1967140-5cea-462d-8757-5c241da992e1""}\n2025-07-15 19:01:51.850 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] received connection request\n2025-07-15 19:01:51.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:01:51.875 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] socks forwarding established\n2025-07-15 19:01:51.905 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Process exited with code 0\n2025-07-15 19:01:51.905 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] socks connection closed\n2025-07-15 19:01:51.905 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Socket close event received\n2025-07-15 19:01:51.929 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64489 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:02:51.907 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:02:51.909 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] received connection request\n2025-07-15 19:02:51.909 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d19bb3c2-9856-417d-b249-be1ac67d6cfc""}\n2025-07-15 19:02:51.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:02:51.934 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] socks forwarding established\n2025-07-15 19:02:51.963 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Process exited with code 0\n2025-07-15 19:02:51.963 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] socks connection closed\n2025-07-15 19:02:51.963 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Socket close event received\n2025-07-15 19:02:51.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64531 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:03:51.968 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:03:51.969 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3580d530-ac16-47a6-a528-7414f7df3300""}\n2025-07-15 19:03:51.970 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] received connection request\n2025-07-15 19:03:51.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:03:51.997 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] socks forwarding established\n2025-07-15 19:03:52.023 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Process exited with code 0\n2025-07-15 19:03:52.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] socks connection closed\n2025-07-15 19:03:52.023 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Socket close event received\n2025-07-15 19:03:52.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64571 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:04:52.028 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:04:52.030 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""99515d7c-e8cf-4806-884d-be6e600bd431""}\n2025-07-15 19:04:52.031 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] received connection request\n2025-07-15 19:04:52.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:04:52.082 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] socks forwarding established\n2025-07-15 19:04:52.111 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Process exited with code 0\n2025-07-15 19:04:52.112 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Socket close event received\n2025-07-15 19:04:52.112 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] socks connection closed\n2025-07-15 19:04:52.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64608 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:05:52.113 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:05:52.115 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a1c1286a-8569-4e52-8746-ae314152501b""}\n2025-07-15 19:05:52.116 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] received connection request\n2025-07-15 19:05:52.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:05:52.142 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] socks forwarding established\n2025-07-15 19:05:52.170 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Process exited with code 0\n2025-07-15 19:05:52.170 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] socks connection closed\n2025-07-15 19:05:52.170 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Socket close event received\n2025-07-15 19:05:52.197 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64653 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:06:52.175 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:06:52.177 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0065735c-9292-4b67-8ca3-7ad9e10350c7""}\n2025-07-15 19:06:52.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] received connection request\n2025-07-15 19:06:52.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:06:52.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] socks forwarding established\n2025-07-15 19:06:52.305 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Process exited with code 0\n2025-07-15 19:06:52.305 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] socks connection closed\n2025-07-15 19:06:52.305 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Socket close event received\n2025-07-15 19:06:52.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64717 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:07:52.310 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:07:52.310 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e8e848f8-407e-4267-ba6c-bda8457ae00d""}\n2025-07-15 19:07:52.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] received connection request\n2025-07-15 19:07:52.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:07:52.334 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] socks forwarding established\n2025-07-15 19:07:52.360 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Process exited with code 0\n2025-07-15 19:07:52.360 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Socket close event received\n2025-07-15 19:07:52.360 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] socks connection closed\n2025-07-15 19:07:52.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64747 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:08:52.362 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:08:52.362 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7c08ae9f-e8e7-4ace-8ad6-77cec95e2245""}\n2025-07-15 19:08:52.363 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] received connection request\n2025-07-15 19:08:52.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:08:52.414 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] socks forwarding established\n2025-07-15 19:08:52.443 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Process exited with code 0\n2025-07-15 19:08:52.443 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] socks connection closed\n2025-07-15 19:08:52.443 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Socket close event received\n2025-07-15 19:08:52.468 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64782 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:09:52.444 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:09:52.447 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1""}\n2025-07-15 19:09:52.448 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] received connection request\n2025-07-15 19:09:52.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:09:52.510 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] socks forwarding established\n2025-07-15 19:09:52.670 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Process exited with code 0\n2025-07-15 19:09:52.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] socks connection closed\n2025-07-15 19:09:52.671 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Socket close event received\n2025-07-15 19:09:52.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64804 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:10:52.676 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:10:52.679 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6b26140a-f89d-4688-b4ab-53d79b56c65c""}\n2025-07-15 19:10:52.679 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] received connection request\n2025-07-15 19:10:52.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:10:52.811 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] socks forwarding established\n2025-07-15 19:10:52.839 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Process exited with code 0\n2025-07-15 19:10:52.839 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] socks connection closed\n2025-07-15 19:10:52.839 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Socket close event received\n2025-07-15 19:10:52.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64840 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:11:52.845 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:11:52.848 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3d991ea6-1a29-437e-97b3-471b2c7c50c9""}\n2025-07-15 19:11:52.849 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] received connection request\n2025-07-15 19:11:52.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:11:52.943 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] socks forwarding established\n2025-07-15 19:11:53.012 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Process exited with code 0\n2025-07-15 19:11:53.012 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] socks connection closed\n2025-07-15 19:11:53.012 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Socket close event received\n2025-07-15 19:11:53.082 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64901 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:12:53.016 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:12:53.018 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""11647f75-7c95-4951-9e5c-a8a178f6a927""}\n2025-07-15 19:12:53.019 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] received connection request\n2025-07-15 19:12:53.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:12:53.094 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] socks forwarding established\n2025-07-15 19:12:53.122 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Process exited with code 0\n2025-07-15 19:12:53.122 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] socks connection closed\n2025-07-15 19:12:53.122 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Socket close event received\n2025-07-15 19:12:53.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64957 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:13:53.128 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:13:53.131 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ec53ed45-21fc-48a3-8508-552ddf02274e""}\n2025-07-15 19:13:53.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] received connection request\n2025-07-15 19:13:53.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:13:53.156 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] socks forwarding established\n2025-07-15 19:13:53.183 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Process exited with code 0\n2025-07-15 19:13:53.183 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Socket close event received\n2025-07-15 19:13:53.184 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] socks connection closed\n2025-07-15 19:13:53.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 65000 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:13:57.573 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-15 19:13:57.573 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-15 19:13:57.746 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][4f65fccf-3612-4ccf-b0ff-f9b2a58693db] received connection request\n2025-07-15 19:13:57.851 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][7ddb875e-e89e-4377-becf-13dd51ffec58] received connection request\n2025-07-15 19:13:57.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 19:13:57.851 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.580 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-15 19:14:00.581 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 1 of 3 This operation was aborted\n2025-07-15 19:14:00.584 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][c2246823-ad1f-4c04-b1e4-90e08afac9a0] received connection request\n2025-07-15 19:14:00.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.687 [info] Terminating existing SSH process with pid: 51223\n2025-07-15 19:14:00.687 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 19:14:00.688 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][4f65fccf-3612-4ccf-b0ff-f9b2a58693db] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][7ddb875e-e89e-4377-becf-13dd51ffec58] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][c2246823-ad1f-4c04-b1e4-90e08afac9a0] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] socks connection closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] socks connection closed\n2025-07-15 19:14:00.689 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:00.692 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69360.sh"" | ssh -v -T -D 65015 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:00.692 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:00.692 [info] Waiting for server to install via process(56270)...\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:00.700 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:00.701 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:00.704 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:00.704 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:01.586 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 2 of 3 This operation was aborted\n2025-07-15 19:14:02.594 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 3 of 3 This operation was aborted\n2025-07-15 19:14:02.595 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-15 19:14:02.595 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-15 19:14:21.570 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69360.sh\n2025-07-15 19:14:21.577 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:21.584 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75339.sh"" | ssh -v -T -D 65016 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:21.584 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:21.584 [info] Waiting for server to install via process(56279)...\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:21.605 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:21.607 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:21.608 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:21.608 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:21.608 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:26.612 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75339.sh\n2025-07-15 19:14:26.613 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:26.619 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3133.sh"" | ssh -v -T -D 65018 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:26.620 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:26.620 [info] Waiting for server to install via process(56287)...\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:26.643 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:26.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:26.644 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:26.644 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:31.650 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3133.sh\n2025-07-15 19:14:31.653 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:31.656 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82005.sh"" | ssh -v -T -D 65021 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:31.657 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:31.657 [info] Waiting for server to install via process(56296)...\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:31.686 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:31.686 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:39.401 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82005.sh\n2025-07-15 19:14:39.402 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:39.407 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43308.sh"" | ssh -v -T -D 65023 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:39.407 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:39.407 [info] Waiting for server to install via process(56303)...\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:39.431 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:39.433 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:39.434 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:39.434 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:39.434 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:44.444 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43308.sh\n2025-07-15 19:14:44.446 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:44.453 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69322.sh"" | ssh -v -T -D 65028 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:44.453 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:44.453 [info] Waiting for server to install via process(56311)...\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:44.472 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:44.473 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:44.473 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:44.473 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:49.483 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69322.sh\n2025-07-15 19:14:49.488 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:49.492 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44608.sh"" | ssh -v -T -D 65030 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:49.492 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:49.492 [info] Waiting for server to install via process(56318)...\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:49.508 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:49.509 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:49.510 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:49.510 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:49.510 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:37.922 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:15:37.922 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44608.sh\n2025-07-15 19:15:37.923 [error] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:undefined][e987a2a7-ca35-49e0-b9a2-3c8a68fc4b7b] remote server not configured\n2025-07-15 19:15:37.923 [info] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc""}\n2025-07-15 19:15:37.926 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:15:37.927 [error] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Socket error: Error: read ECONNRESET\n2025-07-15 19:15:37.927 [info] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Socket close event received\n2025-07-15 19:15:37.931 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59894.sh"" | ssh -v -T -D 65034 login.haicore.berlin bash --login -c bash\n2025-07-15 19:15:37.931 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:37.931 [info] Waiting for server to install via process(56328)...\n2025-07-15 19:15:37.941 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:15:37.941 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:37.947 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:37.947 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:42.957 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59894.sh\n2025-07-15 19:15:42.961 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:15:42.971 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94948.sh"" | ssh -v -T -D 65035 login.haicore.berlin bash --login -c bash\n2025-07-15 19:15:42.971 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:42.971 [info] Waiting for server to install via process(56336)...\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:15:42.984 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:15:42.985 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:42.985 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:42.985 [info] Retrying connection in 5 seconds...\n2025-07-15 19:25:48.696 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94948.sh\n2025-07-15 19:25:48.697 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:25:48.699 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96651.sh"" | ssh -v -T -D 65038 login.haicore.berlin bash --login -c bash\n2025-07-15 19:25:48.699 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:25:48.699 [info] Waiting for server to install via process(56349)...\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:25:48.709 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:25:48.709 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:25:48.710 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:48.710 [error] Failed to connect after 10 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:48.710 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96651.sh\n2025-07-15 19:25:48.710 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 12:13:59.201 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-16 12:13:59.211 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-POjzgS/socket.sock\n2025-07-16 12:13:59.212 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 12:13:59.214 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-POjzgS/socket.sock\n2025-07-16 12:13:59.216 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59363.sh"" | ssh -v -T -D 57955 login.haicore.berlin bash --login -c bash\n2025-07-16 12:13:59.216 [info] Started installation script. Waiting for it to finish...\n2025-07-16 12:13:59.216 [info] Waiting for server to install via process(61892)...\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 12:13:59.222 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 12:13:59.276 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-16 12:13:59.276 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:13:59.277 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 12:13:59.324 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-16 12:13:59.325 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-16 12:13:59.325 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 12:13:59.416 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 12:13:59.481 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 12:13:59.484 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 12:13:59.485 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:13:59.521 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-16 12:13:59.588 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:02.724 [info] Askpass server received request: POST /\n2025-07-16 12:14:02.725 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:02.725 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:13.637 [error] Password authentication cancelled\n2025-07-16 12:14:13.640 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:15.799 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-07-16 12:14:15.862 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:15.945 [info] Askpass server received request: POST /\n2025-07-16 12:14:15.946 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:15.946 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:21.275 [error] Password authentication cancelled\n2025-07-16 12:14:21.279 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:23.556 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-07-16 12:14:23.612 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:23.704 [info] Askpass server received request: POST /\n2025-07-16 12:14:23.704 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:23.704 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:24.805 [error] Password authentication cancelled\n2025-07-16 12:14:24.807 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:26.907 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-16 12:14:26.918 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 12:14:26.919 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 12:14:26.919 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 12:14:26.922 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51705.sh"" | ssh -v -T -D 57974 login.haicore.berlin bash --login -c bash\n2025-07-16 12:14:26.922 [info] Started installation script. Waiting for it to finish...\n2025-07-16 12:14:26.922 [info] Waiting for server to install via process(61926)...\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 12:14:26.989 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 12:14:26.989 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 12:14:27.065 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-16 12:14:27.066 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:14:27.066 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 12:14:27.089 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:14:27.089 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 12:14:27.115 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-16 12:14:27.116 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:14:27.116 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-16 12:14:27.119 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-16 12:14:27.119 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 12:14:27.208 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 12:14:27.239 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 12:14:27.244 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 12:14:27.244 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:14:27.283 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:57974 forwarded to remote address socks:0\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 57974.\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 57974.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-16 12:14:27.527 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-16 12:14:27.529 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-16 12:14:27.537 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-16 12:14:27.538 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-16 12:14:27.551 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-16 12:14:27.944 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-16 12:14:27.981 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:27.985 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-16 12:14:28.131 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-16 12:14:28.135 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 12:14:28.153 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-16 12:14:28.155 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 12:14:28.157 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-16 12:14:28.158 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 12:14:28.164 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js de7d54cc-97ec-4acb-a7dc-909a8230ad14\n\n2025-07-16 12:14:28.165 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3478950 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-16 12:14:28.167 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 12:14:28.673 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-16 12:14:28.691 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:28.692 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-16 12:14:28.694 [info] (ssh_tunnel) stdout: Code server started with PID 3478974 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:28.695 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:29.206 [info] (ssh_tunnel) stdout: 6688dccd9f7fdc775c19767c: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==37309==\n\n2025-07-16 12:14:29.207 [info] (ssh_tunnel) stdout: multiplexConnectionToken==de7d54cc-97ec-4acb-a7dc-909a8230ad14==\ncodeListeningOn==46727==\ncodeConnectionToken==5538bc56-13b0-4367-ac8c-e67bd8713128==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n6688dccd9f7fdc775c19767c: end\n\n2025-07-16 12:14:29.209 [info] Server install command exit code: 0\n2025-07-16 12:14:29.209 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51705.sh\n2025-07-16 12:14:29.215 [info] [forwarding][code] creating new forwarding server\n2025-07-16 12:14:29.216 [info] [forwarding][code] server listening on 57977\n2025-07-16 12:14:29.216 [info] [forwarding][code] Set up server\n2025-07-16 12:14:29.217 [info] [remote-ssh] codeListeningOn (remote=46727; local=57977) codeConnectionToken: 5538bc56-13b0-4367-ac8c-e67bd8713128\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] server listening on 57978\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] Set up server\n2025-07-16 12:14:29.219 [info] [remote-ssh] multiplexListeningOn (remote=37309; local=57978) multiplexConnectionToken: de7d54cc-97ec-4acb-a7dc-909a8230ad14\n2025-07-16 12:14:29.219 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:14:29.222 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:29.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] received connection request\n2025-07-16 12:14:29.223 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""61b2187a-411a-4844-b411-0ed72df546d8""}\n2025-07-16 12:14:29.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.232 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] received connection request\n2025-07-16 12:14:29.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] socks forwarding established\n2025-07-16 12:14:29.318 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] socks forwarding established\n2025-07-16 12:14:29.318 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Process exited with code 0\n2025-07-16 12:14:29.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] socks connection closed\n2025-07-16 12:14:29.319 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Socket close event received\n2025-07-16 12:14:29.342 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57980 to 127.0.0.1 port 57974, nchannels 5\n\n2025-07-16 12:14:29.356 [info] Successfully connected to Cursor server at http://127.0.0.1:57977/version\n2025-07-16 12:14:29.356 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-16 12:14:29.357 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] received connection request\n2025-07-16 12:14:29.357 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1158e9ce-e250-4068-9b7f-a3ade39b29f7""}\n2025-07-16 12:14:29.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] socks forwarding established\n2025-07-16 12:14:29.410 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] socks connection closed\n2025-07-16 12:14:29.410 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Process exited with code 0\n2025-07-16 12:14:29.410 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-16 12:14:29.411 [info] [remote-ssh] Resolved exec server. Socks port: 57974\n2025-07-16 12:14:29.411 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":57977,""connectionToken"":""5538bc56-13b0-4367-ac8c-e67bd8713128"",""extensionHostEnv"":{}}. Socks port: 57974\n2025-07-16 12:14:29.411 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Socket close event received\n2025-07-16 12:14:29.427 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] received connection request\n2025-07-16 12:14:29.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 12:14:29.427 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.434 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57984 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:14:29.453 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] socks forwarding established\n2025-07-16 12:14:29.492 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] received connection request\n2025-07-16 12:14:29.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.516 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] socks forwarding established\n2025-07-16 12:14:29.613 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-16 12:14:32.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 46727, connect from 127.0.0.1 port 57982 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:14:32.381 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] socks connection closed\n2025-07-16 12:15:29.321 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:15:29.322 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1f58e9ed-ed33-4da2-88d6-26887959b514""}\n2025-07-16 12:15:29.322 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] received connection request\n2025-07-16 12:15:29.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:15:29.347 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] socks forwarding established\n2025-07-16 12:15:29.379 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Process exited with code 0\n2025-07-16 12:15:29.379 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] socks connection closed\n2025-07-16 12:15:29.379 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Socket close event received\n2025-07-16 12:15:29.403 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58071 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:16:29.384 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:16:29.384 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1cc02a7b-d7f3-4578-a437-b612456078c2""}\n2025-07-16 12:16:29.385 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] received connection request\n2025-07-16 12:16:29.385 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:16:29.409 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] socks forwarding established\n2025-07-16 12:16:29.435 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Process exited with code 0\n2025-07-16 12:16:29.435 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Socket close event received\n2025-07-16 12:16:29.435 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] socks connection closed\n2025-07-16 12:16:29.458 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58104 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:17:29.440 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:17:29.441 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae""}\n2025-07-16 12:17:29.442 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] received connection request\n2025-07-16 12:17:29.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:17:29.466 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] socks forwarding established\n2025-07-16 12:17:29.493 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Process exited with code 0\n2025-07-16 12:17:29.493 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Socket close event received\n2025-07-16 12:17:29.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] socks connection closed\n2025-07-16 12:17:29.518 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58162 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:18:29.498 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:18:29.500 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b""}\n2025-07-16 12:18:29.500 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] received connection request\n2025-07-16 12:18:29.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:18:29.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] socks forwarding established\n2025-07-16 12:18:29.558 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Process exited with code 0\n2025-07-16 12:18:29.558 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] socks connection closed\n2025-07-16 12:18:29.558 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Socket close event received\n2025-07-16 12:18:29.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58192 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:19:29.562 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:19:29.564 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f""}\n2025-07-16 12:19:29.565 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] received connection request\n2025-07-16 12:19:29.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:19:29.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] socks forwarding established\n2025-07-16 12:19:29.623 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Process exited with code 0\n2025-07-16 12:19:29.624 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Socket close event received\n2025-07-16 12:19:29.624 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] socks connection closed\n2025-07-16 12:19:29.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58241 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:20:29.627 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:20:29.628 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca37be40-18a4-4b3a-b501-a1b7b94f1b5a""}\n2025-07-16 12:20:29.629 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] received connection request\n2025-07-16 12:20:29.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:20:29.658 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] socks forwarding established\n2025-07-16 12:20:29.686 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Process exited with code 0\n2025-07-16 12:20:29.686 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Socket close event received\n2025-07-16 12:20:29.687 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] socks connection closed\n2025-07-16 12:20:29.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58272 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:21:29.688 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:21:29.690 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d910d192-cb90-4c7e-a1a9-a8dc992e7ec9""}\n2025-07-16 12:21:29.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] received connection request\n2025-07-16 12:21:29.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:21:29.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] socks forwarding established\n2025-07-16 12:21:29.745 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Process exited with code 0\n2025-07-16 12:21:29.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] socks connection closed\n2025-07-16 12:21:29.746 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Socket close event received\n2025-07-16 12:21:29.772 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58295 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:22:29.747 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:22:29.749 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f77ae0d1-bfc4-4815-8b29-18073a8f33ab""}\n2025-07-16 12:22:29.749 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] received connection request\n2025-07-16 12:22:29.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:22:29.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] socks forwarding established\n2025-07-16 12:22:29.804 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Process exited with code 0\n2025-07-16 12:22:29.805 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Socket close event received\n2025-07-16 12:22:29.805 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] socks connection closed\n2025-07-16 12:22:29.830 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58343 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:23:29.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:23:29.812 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b""}\n2025-07-16 12:23:29.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] received connection request\n2025-07-16 12:23:29.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:23:29.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] socks forwarding established\n2025-07-16 12:23:29.867 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Process exited with code 0\n2025-07-16 12:23:29.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] socks connection closed\n2025-07-16 12:23:29.867 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Socket close event received\n2025-07-16 12:23:29.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58367 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:24:29.870 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:24:29.871 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""32e85efb-aded-4caa-8583-fdfaabfa5bd3""}\n2025-07-16 12:24:29.872 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] received connection request\n2025-07-16 12:24:29.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:24:29.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] socks forwarding established\n2025-07-16 12:24:29.928 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Process exited with code 0\n2025-07-16 12:24:29.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] socks connection closed\n2025-07-16 12:24:29.928 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Socket close event received\n2025-07-16 12:24:29.952 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58405 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:25:29.929 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:25:29.930 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""461724b3-d880-4e48-8ee5-7b9524e3c5c8""}\n2025-07-16 12:25:29.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] received connection request\n2025-07-16 12:25:29.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:25:29.955 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] socks forwarding established\n2025-07-16 12:25:29.980 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Process exited with code 0\n2025-07-16 12:25:29.980 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] socks connection closed\n2025-07-16 12:25:29.980 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Socket close event received\n2025-07-16 12:25:30.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58429 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:26:29.986 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:26:29.988 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca7a7e42-b095-4bbc-80e2-15d0ac687b38""}\n2025-07-16 12:26:29.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] received connection request\n2025-07-16 12:26:29.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:26:30.018 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] socks forwarding established\n2025-07-16 12:26:30.045 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Process exited with code 0\n2025-07-16 12:26:30.045 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] socks connection closed\n2025-07-16 12:26:30.045 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Socket close event received\n2025-07-16 12:26:30.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58454 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:27:30.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:27:30.052 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e3b8c7cb-2ced-4494-ab61-f44780ae714a""}\n2025-07-16 12:27:30.053 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] received connection request\n2025-07-16 12:27:30.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:27:30.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] socks forwarding established\n2025-07-16 12:27:30.227 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Process exited with code 0\n2025-07-16 12:27:30.228 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] socks connection closed\n2025-07-16 12:27:30.228 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Socket close event received\n2025-07-16 12:27:30.250 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58508 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:28:30.232 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:28:30.234 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1fbf5ced-1413-4e34-be8f-4605d96a4c8d""}\n2025-07-16 12:28:30.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] received connection request\n2025-07-16 12:28:30.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:28:30.337 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] socks forwarding established\n2025-07-16 12:28:30.484 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Process exited with code 0\n2025-07-16 12:28:30.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] socks connection closed\n2025-07-16 12:28:30.485 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Socket close event received\n2025-07-16 12:28:30.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58537 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:29:30.490 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:29:30.492 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""532dfdcd-03a1-4281-9b6e-24010fcdd709""}\n2025-07-16 12:29:30.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] received connection request\n2025-07-16 12:29:30.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:29:30.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] socks forwarding established\n2025-07-16 12:29:30.547 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Process exited with code 0\n2025-07-16 12:29:30.547 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Socket close event received\n2025-07-16 12:29:30.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] socks connection closed\n2025-07-16 12:29:30.572 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58574 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:30:30.549 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:30:30.551 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""80e63837-9416-49a3-9660-75a3ff5d3885""}\n2025-07-16 12:30:30.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] received connection request\n2025-07-16 12:30:30.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:30:30.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] socks forwarding established\n2025-07-16 12:30:30.602 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Process exited with code 0\n2025-07-16 12:30:30.602 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Socket close event received\n2025-07-16 12:30:30.624 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] socks connection closed\n2025-07-16 12:30:30.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:31:30.610 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:31:30.611 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c82d4336-c1ea-4ad5-9135-b37f773c4b86""}\n2025-07-16 12:31:30.612 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] received connection request\n2025-07-16 12:31:30.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:31:30.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] socks forwarding established\n2025-07-16 12:31:30.665 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Process exited with code 0\n2025-07-16 12:31:30.666 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Socket close event received\n2025-07-16 12:31:30.666 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] socks connection closed\n2025-07-16 12:31:30.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58633 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:32:30.676 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:32:30.678 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fff9ec53-64c2-4c0e-9362-ceef4d737526""}\n2025-07-16 12:32:30.679 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] received connection request\n2025-07-16 12:32:30.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:32:30.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] socks forwarding established\n2025-07-16 12:32:30.731 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Process exited with code 0\n2025-07-16 12:32:30.731 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Socket close event received\n2025-07-16 12:32:30.732 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] socks connection closed\n2025-07-16 12:32:30.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58695 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:33:30.741 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:33:30.742 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4aa6e22d-e776-444e-8ac5-5fae70149fe6""}\n2025-07-16 12:33:30.743 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] received connection request\n2025-07-16 12:33:30.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:33:30.769 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] socks forwarding established\n2025-07-16 12:33:30.797 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Process exited with code 0\n2025-07-16 12:33:30.798 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Socket close event received\n2025-07-16 12:33:30.821 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] socks connection closed\n2025-07-16 12:33:30.822 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58726 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:34:30.809 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:34:30.811 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6996e2cd-3784-42d2-939d-fb88d9705ed0""}\n2025-07-16 12:34:30.811 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] received connection request\n2025-07-16 12:34:30.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:34:30.836 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] socks forwarding established\n2025-07-16 12:34:30.863 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Process exited with code 0\n2025-07-16 12:34:30.863 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] socks connection closed\n2025-07-16 12:34:30.863 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Socket close event received\n2025-07-16 12:34:30.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:35:30.873 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:35:30.875 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1434aef7-5736-46eb-b877-159673308af5""}\n2025-07-16 12:35:30.876 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] received connection request\n2025-07-16 12:35:30.877 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:35:30.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] socks forwarding established\n2025-07-16 12:35:30.931 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Process exited with code 0\n2025-07-16 12:35:30.931 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] socks connection closed\n2025-07-16 12:35:30.931 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Socket close event received\n2025-07-16 12:35:30.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58793 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:36:30.941 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:36:30.943 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1f60fcc-2b00-450b-9f63-a910349695fc""}\n2025-07-16 12:36:30.944 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] received connection request\n2025-07-16 12:36:30.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:36:30.972 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] socks forwarding established\n2025-07-16 12:36:30.998 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Process exited with code 0\n2025-07-16 12:36:30.998 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Socket close event received\n2025-07-16 12:36:30.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] socks connection closed\n2025-07-16 12:36:31.024 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:37:31.009 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:37:31.010 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a557a91b-8bab-48a6-a8db-c58d925ba4a1""}\n2025-07-16 12:37:31.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] received connection request\n2025-07-16 12:37:31.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:37:31.036 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] socks forwarding established\n2025-07-16 12:37:31.063 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Process exited with code 0\n2025-07-16 12:37:31.064 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Socket close event received\n2025-07-16 12:37:31.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] socks connection closed\n2025-07-16 12:37:31.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58834 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:38:31.071 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:38:31.073 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""16be1c0f-c28b-4b7a-8ef4-e0d915813fbe""}\n2025-07-16 12:38:31.074 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] received connection request\n2025-07-16 12:38:31.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:38:31.100 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] socks forwarding established\n2025-07-16 12:38:31.129 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Process exited with code 0\n2025-07-16 12:38:31.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] socks connection closed\n2025-07-16 12:38:31.130 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Socket close event received\n2025-07-16 12:38:31.154 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58890 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:39:31.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:39:31.132 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""df8c6fca-5e8b-446c-af6e-5aca8d397eba""}\n2025-07-16 12:39:31.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] received connection request\n2025-07-16 12:39:31.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:39:31.182 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] socks forwarding established\n2025-07-16 12:39:31.210 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Process exited with code 0\n2025-07-16 12:39:31.210 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Socket close event received\n2025-07-16 12:39:31.211 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] socks connection closed\n2025-07-16 12:39:31.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58915 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:40:31.221 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:40:31.222 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33c758b7-b6c8-4875-8efa-78c353e6d409""}\n2025-07-16 12:40:31.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] received connection request\n2025-07-16 12:40:31.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:40:31.248 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] socks forwarding established\n2025-07-16 12:40:31.391 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Process exited with code 0\n2025-07-16 12:40:31.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] socks connection closed\n2025-07-16 12:40:31.392 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Socket close event received\n2025-07-16 12:40:31.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:41:31.400 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:41:31.401 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""987bd5bb-9bd0-4be8-8346-8f4089ab6b33""}\n2025-07-16 12:41:31.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] received connection request\n2025-07-16 12:41:31.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:41:31.429 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] socks forwarding established\n2025-07-16 12:41:31.459 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Process exited with code 0\n2025-07-16 12:41:31.459 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Socket close event received\n2025-07-16 12:41:31.460 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] socks connection closed\n2025-07-16 12:41:31.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58978 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:42:31.468 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:42:31.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] received connection request\n2025-07-16 12:42:31.472 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""75a4bd47-17c0-4e13-89fd-e01b5368c63b""}\n2025-07-16 12:42:31.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:42:31.499 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] socks forwarding established\n2025-07-16 12:42:31.527 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Process exited with code 0\n2025-07-16 12:42:31.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] socks connection closed\n2025-07-16 12:42:31.528 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Socket close event received\n2025-07-16 12:42:31.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59001 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:43:31.538 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:43:31.539 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec9c3e89-1bf5-4122-8a45-bea08b5cabc5""}\n2025-07-16 12:43:31.541 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] received connection request\n2025-07-16 12:43:31.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 12:43:31.542 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:43:31.567 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] socks forwarding established\n2025-07-16 12:43:31.596 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Process exited with code 0\n2025-07-16 12:43:31.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] socks connection closed\n2025-07-16 12:43:31.596 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Socket close event received\n2025-07-16 12:43:31.621 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59053 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:44:31.606 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:44:31.607 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ea747e35-07a4-4008-bb9b-4b9c9243f4fb""}\n2025-07-16 12:44:31.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] received connection request\n2025-07-16 12:44:31.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:44:31.633 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] socks forwarding established\n2025-07-16 12:44:31.661 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Process exited with code 0\n2025-07-16 12:44:31.661 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Socket close event received\n2025-07-16 12:44:31.662 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] socks connection closed\n2025-07-16 12:44:31.779 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59082 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:45:31.671 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:45:31.672 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4fda897e-5a65-4642-be29-31ded4f4e59e""}\n2025-07-16 12:45:31.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] received connection request\n2025-07-16 12:45:31.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:45:31.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] socks forwarding established\n2025-07-16 12:45:31.727 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Process exited with code 0\n2025-07-16 12:45:31.727 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Socket close event received\n2025-07-16 12:45:31.727 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] socks connection closed\n2025-07-16 12:45:31.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59117 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:46:31.736 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:46:31.738 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b8ef114d-45e1-4955-affe-b4c6e183e072""}\n2025-07-16 12:46:31.739 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] received connection request\n2025-07-16 12:46:31.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:46:31.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] socks forwarding established\n2025-07-16 12:46:31.793 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Process exited with code 0\n2025-07-16 12:46:31.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] socks connection closed\n2025-07-16 12:46:31.794 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Socket close event received\n2025-07-16 12:46:31.820 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59140 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:47:31.797 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:47:31.799 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d9971c9-0285-408d-acd8-94df01746f9d""}\n2025-07-16 12:47:31.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] received connection request\n2025-07-16 12:47:31.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:47:31.828 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] socks forwarding established\n2025-07-16 12:47:31.856 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Process exited with code 0\n2025-07-16 12:47:31.857 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] socks connection closed\n2025-07-16 12:47:31.857 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Socket close event received\n2025-07-16 12:47:31.883 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59165 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:48:31.867 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:48:31.869 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5fd8dd84-64d1-40f9-a20b-d2537d44a92c""}\n2025-07-16 12:48:31.870 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] received connection request\n2025-07-16 12:48:31.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:48:31.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] socks forwarding established\n2025-07-16 12:48:31.928 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Process exited with code 0\n2025-07-16 12:48:31.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] socks connection closed\n2025-07-16 12:48:31.928 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Socket close event received\n2025-07-16 12:48:31.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59214 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:49:31.935 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:49:31.937 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] received connection request\n2025-07-16 12:49:31.937 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""deb87e10-7870-497b-9d32-306fb8775ebb""}\n2025-07-16 12:49:31.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:49:31.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] socks forwarding established\n2025-07-16 12:49:31.995 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Process exited with code 0\n2025-07-16 12:49:31.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] socks connection closed\n2025-07-16 12:49:31.995 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Socket close event received\n2025-07-16 12:49:32.021 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59246 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:50:31.998 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:50:32.000 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2999a297-0dca-482b-a2a9-1f520c35f287""}\n2025-07-16 12:50:32.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] received connection request\n2025-07-16 12:50:32.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:50:32.031 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] socks forwarding established\n2025-07-16 12:50:32.059 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Process exited with code 0\n2025-07-16 12:50:32.059 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Socket close event received\n2025-07-16 12:50:32.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] socks connection closed\n2025-07-16 12:50:32.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59281 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:51:32.061 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:51:32.063 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""22d98a51-5a6e-410c-9948-fd68a21420b6""}\n2025-07-16 12:51:32.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] received connection request\n2025-07-16 12:51:32.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:51:32.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] socks forwarding established\n2025-07-16 12:51:32.118 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Process exited with code 0\n2025-07-16 12:51:32.118 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Socket close event received\n2025-07-16 12:51:32.121 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] socks connection closed\n2025-07-16 12:51:32.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59305 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:52:32.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:52:32.131 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d02f7489-ee26-4992-ad12-be6183cec190""}\n2025-07-16 12:52:32.132 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] received connection request\n2025-07-16 12:52:32.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:52:32.167 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] socks forwarding established\n2025-07-16 12:52:32.294 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Process exited with code 0\n2025-07-16 12:52:32.294 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] socks connection closed\n2025-07-16 12:52:32.294 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Socket close event received\n2025-07-16 12:52:32.319 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:53:32.296 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:53:32.299 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d45f31d4-17ae-4ad4-8537-c722a688b902""}\n2025-07-16 12:53:32.300 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] received connection request\n2025-07-16 12:53:32.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:53:32.339 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] socks forwarding established\n2025-07-16 12:53:32.497 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Process exited with code 0\n2025-07-16 12:53:32.498 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] socks connection closed\n2025-07-16 12:53:32.498 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Socket close event received\n2025-07-16 12:53:32.523 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59383 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:54:32.499 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:54:32.500 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d94f114d-1ee6-4167-b720-04c3e2dd0ffe""}\n2025-07-16 12:54:32.501 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] received connection request\n2025-07-16 12:54:32.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:54:32.610 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] socks forwarding established\n2025-07-16 12:54:32.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] socks connection closed\n2025-07-16 12:54:32.687 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Process exited with code 0\n2025-07-16 12:54:32.687 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Socket close event received\n2025-07-16 12:54:32.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59409 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:55:32.697 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:55:32.700 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6145e914-c99d-489a-8613-e0b22a9b4bf9""}\n2025-07-16 12:55:32.701 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] received connection request\n2025-07-16 12:55:32.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:55:32.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] socks forwarding established\n2025-07-16 12:55:32.910 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Process exited with code 0\n2025-07-16 12:55:32.911 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] socks connection closed\n2025-07-16 12:55:32.911 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Socket close event received\n2025-07-16 12:55:32.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59448 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:56:32.919 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:56:32.921 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""76dfee9c-947a-495a-9d6f-0a12436c36cb""}\n2025-07-16 12:56:32.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] received connection request\n2025-07-16 12:56:32.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:56:32.952 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] socks forwarding established\n2025-07-16 12:56:33.057 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Process exited with code 0\n2025-07-16 12:56:33.058 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] socks connection closed\n2025-07-16 12:56:33.058 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Socket close event received\n2025-07-16 12:56:33.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59470 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:57:33.068 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:57:33.069 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""18f18d8c-7356-4452-9f13-c44c017debfc""}\n2025-07-16 12:57:33.070 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] received connection request\n2025-07-16 12:57:33.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:57:33.095 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] socks forwarding established\n2025-07-16 12:57:33.122 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Process exited with code 0\n2025-07-16 12:57:33.123 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] socks connection closed\n2025-07-16 12:57:33.123 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Socket close event received\n2025-07-16 12:57:33.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59497 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:58:33.128 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:58:33.132 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""95927c70-2abb-4e75-9169-bf2005efa570""}\n2025-07-16 12:58:33.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] received connection request\n2025-07-16 12:58:33.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:58:33.160 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] socks forwarding established\n2025-07-16 12:58:33.188 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Process exited with code 0\n2025-07-16 12:58:33.188 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Socket close event received\n2025-07-16 12:58:33.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] socks connection closed\n2025-07-16 12:58:33.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59559 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:59:33.189 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:59:33.190 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""de1477f6-f784-4408-bc8d-641583126303""}\n2025-07-16 12:59:33.191 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] received connection request\n2025-07-16 12:59:33.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:59:33.217 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] socks forwarding established\n2025-07-16 12:59:33.244 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Process exited with code 0\n2025-07-16 12:59:33.245 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Socket close event received\n2025-07-16 12:59:33.245 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] socks connection closed\n2025-07-16 12:59:33.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59592 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:00:33.249 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:00:33.250 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6035553b-9962-4df3-9530-9a1e29c5de35""}\n2025-07-16 13:00:33.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] received connection request\n2025-07-16 13:00:33.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:00:33.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] socks forwarding established\n2025-07-16 13:00:33.305 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Process exited with code 0\n2025-07-16 13:00:33.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] socks connection closed\n2025-07-16 13:00:33.306 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Socket close event received\n2025-07-16 13:00:33.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59638 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:01:33.311 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:01:33.313 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3c49114f-b031-4301-bc82-6b8c8027ab12""}\n2025-07-16 13:01:33.314 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] received connection request\n2025-07-16 13:01:33.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:01:33.340 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] socks forwarding established\n2025-07-16 13:01:33.367 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Process exited with code 0\n2025-07-16 13:01:33.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] socks connection closed\n2025-07-16 13:01:33.367 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Socket close event received\n2025-07-16 13:01:33.393 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59659 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:02:33.373 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:02:33.374 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d84d4349-4fc8-46b9-935a-9f5da5eb8c06""}\n2025-07-16 13:02:33.375 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] received connection request\n2025-07-16 13:02:33.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:02:33.400 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] socks forwarding established\n2025-07-16 13:02:33.427 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Process exited with code 0\n2025-07-16 13:02:33.428 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] socks connection closed\n2025-07-16 13:02:33.428 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Socket close event received\n2025-07-16 13:02:33.451 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59716 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:03:33.433 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:03:33.434 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3f2f106e-53c2-436c-a98e-d9d14f77455c""}\n2025-07-16 13:03:33.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] received connection request\n2025-07-16 13:03:33.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:03:33.458 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] socks forwarding established\n2025-07-16 13:03:33.486 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Process exited with code 0\n2025-07-16 13:03:33.486 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] socks connection closed\n2025-07-16 13:03:33.486 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Socket close event received\n2025-07-16 13:03:33.512 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59743 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:04:33.492 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:04:33.494 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8""}\n2025-07-16 13:04:33.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] received connection request\n2025-07-16 13:04:33.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:04:33.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] socks forwarding established\n2025-07-16 13:04:33.545 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Process exited with code 0\n2025-07-16 13:04:33.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] socks connection closed\n2025-07-16 13:04:33.545 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Socket close event received\n2025-07-16 13:04:33.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:05:33.549 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:05:33.552 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eab28431-2239-4ab0-a592-5daee580a544""}\n2025-07-16 13:05:33.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] received connection request\n2025-07-16 13:05:33.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:05:33.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] socks forwarding established\n2025-07-16 13:05:33.604 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Process exited with code 0\n2025-07-16 13:05:33.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] socks connection closed\n2025-07-16 13:05:33.604 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Socket close event received\n2025-07-16 13:05:33.628 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:06:33.607 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:06:33.610 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b1ffd431-62d2-4c1a-8b46-8473d11269ef""}\n2025-07-16 13:06:33.610 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] received connection request\n2025-07-16 13:06:33.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:06:33.635 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] socks forwarding established\n2025-07-16 13:06:33.664 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Process exited with code 0\n2025-07-16 13:06:33.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] socks connection closed\n2025-07-16 13:06:33.666 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Socket close event received\n2025-07-16 13:06:33.689 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59840 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:07:33.671 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:07:33.672 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""79190c08-bc6f-4fc3-a399-a20dc6ddc49c""}\n2025-07-16 13:07:33.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] received connection request\n2025-07-16 13:07:33.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:07:33.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] socks forwarding established\n2025-07-16 13:07:33.727 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Process exited with code 0\n2025-07-16 13:07:33.728 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] socks connection closed\n2025-07-16 13:07:33.728 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Socket close event received\n2025-07-16 13:07:33.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59895 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:08:33.733 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:08:33.735 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f95d653d-428c-4c7b-988c-66ca7755f2aa""}\n2025-07-16 13:08:33.736 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] received connection request\n2025-07-16 13:08:33.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:08:33.761 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] socks forwarding established\n2025-07-16 13:08:33.787 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Process exited with code 0\n2025-07-16 13:08:33.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] socks connection closed\n2025-07-16 13:08:33.787 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Socket close event received\n2025-07-16 13:08:33.848 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59920 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:09:33.792 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:09:33.794 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f5858c91-2b19-4d89-a3bf-0b06fd568b88""}\n2025-07-16 13:09:33.795 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] received connection request\n2025-07-16 13:09:33.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:09:33.820 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] socks forwarding established\n2025-07-16 13:09:33.846 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Process exited with code 0\n2025-07-16 13:09:33.846 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Socket close event received\n2025-07-16 13:09:33.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] socks connection closed\n2025-07-16 13:09:33.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59993 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:10:33.853 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:10:33.855 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e0545a7c-ed0e-4b38-a979-81977828c9df""}\n2025-07-16 13:10:33.856 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] received connection request\n2025-07-16 13:10:33.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:10:33.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] socks forwarding established\n2025-07-16 13:10:33.995 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Process exited with code 0\n2025-07-16 13:10:33.996 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] socks connection closed\n2025-07-16 13:10:33.996 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Socket close event received\n2025-07-16 13:10:34.025 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60020 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:11:33.999 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:11:34.001 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8189c103-9d6f-42d3-bbf8-105038609ba1""}\n2025-07-16 13:11:34.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] received connection request\n2025-07-16 13:11:34.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:11:34.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] socks forwarding established\n2025-07-16 13:11:34.050 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Process exited with code 0\n2025-07-16 13:11:34.051 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Socket close event received\n2025-07-16 13:11:34.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] socks connection closed\n2025-07-16 13:11:34.074 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60079 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:12:34.056 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:12:34.057 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88bbf688-d9dd-4dfe-822e-21bd74bad14f""}\n2025-07-16 13:12:34.057 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] received connection request\n2025-07-16 13:12:34.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:12:34.081 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] socks forwarding established\n2025-07-16 13:12:34.106 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Process exited with code 0\n2025-07-16 13:12:34.107 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Socket close event received\n2025-07-16 13:12:34.107 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] socks connection closed\n2025-07-16 13:12:34.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60133 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:13:34.109 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:13:34.111 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6285fe4f-db60-4e8d-b216-300bd4f0778e""}\n2025-07-16 13:13:34.112 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] received connection request\n2025-07-16 13:13:34.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:13:34.136 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] socks forwarding established\n2025-07-16 13:13:34.163 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Process exited with code 0\n2025-07-16 13:13:34.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] socks connection closed\n2025-07-16 13:13:34.164 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Socket close event received\n2025-07-16 13:13:34.186 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60161 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:14:34.168 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:14:34.171 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e6bc87bf-5a7f-444d-9851-e0c5ac8995cf""}\n2025-07-16 13:14:34.171 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] received connection request\n2025-07-16 13:14:34.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:14:34.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] socks forwarding established\n2025-07-16 13:14:34.222 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Process exited with code 0\n2025-07-16 13:14:34.223 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Socket close event received\n2025-07-16 13:14:34.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] socks connection closed\n2025-07-16 13:14:34.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60208 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:15:34.225 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:15:34.227 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8dcd6bf7-e644-4bf7-9141-5c36e75797e3""}\n2025-07-16 13:15:34.228 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] received connection request\n2025-07-16 13:15:34.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:15:34.257 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] socks forwarding established\n2025-07-16 13:15:34.285 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Process exited with code 0\n2025-07-16 13:15:34.285 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] socks connection closed\n2025-07-16 13:15:34.285 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Socket close event received\n2025-07-16 13:15:34.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60233 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:16:34.286 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:16:34.288 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a3138fbe-a391-466a-9873-3e844bd8142f""}\n2025-07-16 13:16:34.289 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] received connection request\n2025-07-16 13:16:34.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:16:34.340 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] socks forwarding established\n2025-07-16 13:16:34.368 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Process exited with code 0\n2025-07-16 13:16:34.368 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] socks connection closed\n2025-07-16 13:16:34.368 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Socket close event received\n2025-07-16 13:16:34.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60259 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:17:34.369 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:17:34.371 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fc00b4a0-e493-4aa2-bce6-0e5779aab6e0""}\n2025-07-16 13:17:34.372 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] received connection request\n2025-07-16 13:17:34.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:17:34.396 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] socks forwarding established\n2025-07-16 13:17:34.422 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Process exited with code 0\n2025-07-16 13:17:34.422 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Socket close event received\n2025-07-16 13:17:34.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] socks connection closed\n2025-07-16 13:17:34.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60323 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:18:34.423 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:18:34.425 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""04e90238-88a0-401f-99c1-2d9353190296""}\n2025-07-16 13:18:34.425 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] received connection request\n2025-07-16 13:18:34.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:18:34.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] socks forwarding established\n2025-07-16 13:18:34.519 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Process exited with code 0\n2025-07-16 13:18:34.519 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Socket close event received\n2025-07-16 13:18:34.520 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] socks connection closed\n2025-07-16 13:18:34.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60369 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:19:34.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:19:34.525 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec""}\n2025-07-16 13:19:34.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] received connection request\n2025-07-16 13:19:34.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:19:34.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] socks forwarding established\n2025-07-16 13:19:34.580 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Process exited with code 0\n2025-07-16 13:19:34.581 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] socks connection closed\n2025-07-16 13:19:34.581 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Socket close event received\n2025-07-16 13:19:34.607 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60413 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:20:34.586 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:20:34.587 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""944634f9-6f7f-4380-a1b3-f9c50953069a""}\n2025-07-16 13:20:34.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] received connection request\n2025-07-16 13:20:34.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:20:34.612 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] socks forwarding established\n2025-07-16 13:20:34.644 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Process exited with code 0\n2025-07-16 13:20:34.644 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Socket close event received\n2025-07-16 13:20:34.662 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] socks connection closed\n2025-07-16 13:20:34.668 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60442 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:21:34.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:21:34.649 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1720030d-59e0-445d-9007-a9e45293e03a""}\n2025-07-16 13:21:34.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] received connection request\n2025-07-16 13:21:34.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:21:34.675 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] socks forwarding established\n2025-07-16 13:21:34.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] socks connection closed\n2025-07-16 13:21:34.704 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Process exited with code 0\n2025-07-16 13:21:34.704 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Socket close event received\n2025-07-16 13:21:34.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60480 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:22:34.710 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:22:34.711 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a657cc4d-b0e3-4c92-8615-21d77ce8f5f7""}\n2025-07-16 13:22:34.712 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] received connection request\n2025-07-16 13:22:34.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:22:34.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] socks forwarding established\n2025-07-16 13:22:34.782 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Process exited with code 0\n2025-07-16 13:22:34.782 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] socks connection closed\n2025-07-16 13:22:34.782 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Socket close event received\n2025-07-16 13:22:34.805 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60537 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:23:34.787 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:23:34.788 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3228515f-0adb-4fc5-b12b-96c30d8bbb77""}\n2025-07-16 13:23:34.789 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] received connection request\n2025-07-16 13:23:34.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:23:34.819 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] socks forwarding established\n2025-07-16 13:23:34.846 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Process exited with code 0\n2025-07-16 13:23:34.846 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Socket close event received\n2025-07-16 13:23:34.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] socks connection closed\n2025-07-16 13:23:34.869 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60560 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:24:34.849 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:24:34.850 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c393b76f-9864-4de6-b471-5ff5f0ff31c3""}\n2025-07-16 13:24:34.850 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] received connection request\n2025-07-16 13:24:34.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:24:34.874 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] socks forwarding established\n2025-07-16 13:24:34.900 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Process exited with code 0\n2025-07-16 13:24:34.900 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Socket close event received\n2025-07-16 13:24:34.918 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] socks connection closed\n2025-07-16 13:24:34.923 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60604 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:25:34.902 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:25:34.904 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7a90bb8-4e97-4213-9446-fea554701c16""}\n2025-07-16 13:25:34.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] received connection request\n2025-07-16 13:25:34.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:25:34.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] socks forwarding established\n2025-07-16 13:25:34.956 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Process exited with code 0\n2025-07-16 13:25:34.956 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Socket close event received\n2025-07-16 13:25:34.957 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] socks connection closed\n2025-07-16 13:25:34.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60642 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:26:34.957 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:26:34.959 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f2202e26-1c51-46f2-85d1-c163afaf4e41""}\n2025-07-16 13:26:34.960 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] received connection request\n2025-07-16 13:26:34.960 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:26:34.984 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] socks forwarding established\n2025-07-16 13:26:35.015 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Process exited with code 0\n2025-07-16 13:26:35.015 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Socket close event received\n2025-07-16 13:26:35.016 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] socks connection closed\n2025-07-16 13:26:35.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60668 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:27:35.021 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:27:35.022 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3217f505-0c0f-41f2-a0c1-5da64c95407c""}\n2025-07-16 13:27:35.023 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] received connection request\n2025-07-16 13:27:35.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:27:35.047 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] socks forwarding established\n2025-07-16 13:27:35.075 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Process exited with code 0\n2025-07-16 13:27:35.075 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] socks connection closed\n2025-07-16 13:27:35.075 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Socket close event received\n2025-07-16 13:27:35.098 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60737 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:28:35.080 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:28:35.081 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d584e9c9-6cc3-46fa-9ee9-4c41b693be41""}\n2025-07-16 13:28:35.082 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] received connection request\n2025-07-16 13:28:35.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:28:35.184 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] socks forwarding established\n2025-07-16 13:28:35.213 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Process exited with code 0\n2025-07-16 13:28:35.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] socks connection closed\n2025-07-16 13:28:35.213 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Socket close event received\n2025-07-16 13:28:35.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60766 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:29:35.216 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:29:35.219 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1e4eaf48-acd7-4565-be37-a132171224a6""}\n2025-07-16 13:29:35.219 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] received connection request\n2025-07-16 13:29:35.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:29:35.245 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] socks forwarding established\n2025-07-16 13:29:35.270 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Process exited with code 0\n2025-07-16 13:29:35.270 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Socket close event received\n2025-07-16 13:29:35.271 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] socks connection closed\n2025-07-16 13:29:35.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:30:35.273 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:30:35.275 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c646d89-d06a-49be-b157-2e0b05c8b4a8""}\n2025-07-16 13:30:35.276 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] received connection request\n2025-07-16 13:30:35.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:30:35.300 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] socks forwarding established\n2025-07-16 13:30:35.328 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Process exited with code 0\n2025-07-16 13:30:35.328 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] socks connection closed\n2025-07-16 13:30:35.328 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Socket close event received\n2025-07-16 13:30:35.353 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60854 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:31:35.330 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:31:35.331 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b5640771-eeed-4b9a-9d72-5865ee180731""}\n2025-07-16 13:31:35.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] received connection request\n2025-07-16 13:31:35.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:31:35.356 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] socks forwarding established\n2025-07-16 13:31:35.383 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Process exited with code 0\n2025-07-16 13:31:35.383 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Socket close event received\n2025-07-16 13:31:35.384 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] socks connection closed\n2025-07-16 13:31:35.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60877 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:32:35.391 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:32:35.393 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3a0ed10d-17cf-4379-b3d8-15f80b389fd5""}\n2025-07-16 13:32:35.394 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] received connection request\n2025-07-16 13:32:35.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:32:35.418 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] socks forwarding established\n2025-07-16 13:32:35.445 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Process exited with code 0\n2025-07-16 13:32:35.446 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] socks connection closed\n2025-07-16 13:32:35.446 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Socket close event received\n2025-07-16 13:32:35.468 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60938 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:33:35.451 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:33:35.453 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c78a4b9-9e99-4b90-b67d-4fda378665ba""}\n2025-07-16 13:33:35.454 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] received connection request\n2025-07-16 13:33:35.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:33:35.479 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] socks forwarding established\n2025-07-16 13:33:35.506 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Process exited with code 0\n2025-07-16 13:33:35.506 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Socket close event received\n2025-07-16 13:33:35.507 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] socks connection closed\n2025-07-16 13:33:35.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60978 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:34:35.512 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:34:35.513 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d767930-5c6c-4676-baa0-4ff541bc07db""}\n2025-07-16 13:34:35.513 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] received connection request\n2025-07-16 13:34:35.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 13:34:35.513 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:34:35.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] socks forwarding established\n2025-07-16 13:34:35.561 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Process exited with code 0\n2025-07-16 13:34:35.561 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Socket close event received\n2025-07-16 13:34:35.562 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] socks connection closed\n2025-07-16 13:34:35.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61018 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:35:35.567 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:35:35.569 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58e0dc55-18e3-4cff-a167-06a677323c00""}\n2025-07-16 13:35:35.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] received connection request\n2025-07-16 13:35:35.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:35:35.594 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] socks forwarding established\n2025-07-16 13:35:35.621 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Process exited with code 0\n2025-07-16 13:35:35.622 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Socket close event received\n2025-07-16 13:35:35.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] socks connection closed\n2025-07-16 13:35:35.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61047 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:36:35.626 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:36:35.627 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3cb50b9f-3989-465e-ab36-e4f850f7cdca""}\n2025-07-16 13:36:35.628 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] received connection request\n2025-07-16 13:36:35.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:36:35.652 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] socks forwarding established\n2025-07-16 13:36:35.680 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Process exited with code 0\n2025-07-16 13:36:35.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] socks connection closed\n2025-07-16 13:36:35.681 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Socket close event received\n2025-07-16 13:36:35.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61072 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:37:35.686 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:37:35.687 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f08c1615-942a-4b9a-9be0-c4e71878b665""}\n2025-07-16 13:37:35.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] received connection request\n2025-07-16 13:37:35.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:37:35.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] socks forwarding established\n2025-07-16 13:37:35.744 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Process exited with code 0\n2025-07-16 13:37:35.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] socks connection closed\n2025-07-16 13:37:35.745 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Socket close event received\n2025-07-16 13:37:35.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61135 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:38:35.750 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:38:35.751 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""60550068-1a77-463e-98c4-8346598976bc""}\n2025-07-16 13:38:35.752 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] received connection request\n2025-07-16 13:38:35.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:38:35.916 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] socks forwarding established\n2025-07-16 13:38:35.942 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Process exited with code 0\n2025-07-16 13:38:35.942 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] socks connection closed\n2025-07-16 13:38:35.942 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Socket close event received\n2025-07-16 13:38:36.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61163 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:39:35.947 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:39:35.949 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9739260c-513f-4e4b-a29a-c9a78289cbab""}\n2025-07-16 13:39:35.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] received connection request\n2025-07-16 13:39:35.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:39:35.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] socks forwarding established\n2025-07-16 13:39:36.000 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Process exited with code 0\n2025-07-16 13:39:36.001 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Socket close event received\n2025-07-16 13:39:36.001 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] socks connection closed\n2025-07-16 13:39:36.024 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61205 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:40:36.005 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:40:36.006 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3ee3d5ac-92b2-4e66-8ad4-19cc504efe28""}\n2025-07-16 13:40:36.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] received connection request\n2025-07-16 13:40:36.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:40:36.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] socks forwarding established\n2025-07-16 13:40:36.059 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Process exited with code 0\n2025-07-16 13:40:36.059 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Socket close event received\n2025-07-16 13:40:36.059 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] socks connection closed\n2025-07-16 13:40:36.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61228 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:41:36.065 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:41:36.068 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec0b23c9-0ba0-4470-b794-b50397fbba35""}\n2025-07-16 13:41:36.068 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] received connection request\n2025-07-16 13:41:36.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:41:36.092 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] socks forwarding established\n2025-07-16 13:41:36.119 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Process exited with code 0\n2025-07-16 13:41:36.119 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] socks connection closed\n2025-07-16 13:41:36.119 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Socket close event received\n2025-07-16 13:41:36.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61247 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:42:36.122 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:42:36.124 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f061ec45-e96c-478e-a84e-9640611ab7da""}\n2025-07-16 13:42:36.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] received connection request\n2025-07-16 13:42:36.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:42:36.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] socks forwarding established\n2025-07-16 13:42:36.386 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Process exited with code 0\n2025-07-16 13:42:36.387 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] socks connection closed\n2025-07-16 13:42:36.387 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Socket close event received\n2025-07-16 13:42:36.701 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61283 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:43:36.392 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:43:36.395 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ee0e27e0-ef87-4e42-8f53-066551568498""}\n2025-07-16 13:43:36.396 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] received connection request\n2025-07-16 13:43:36.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:43:36.421 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] socks forwarding established\n2025-07-16 13:43:36.452 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Process exited with code 0\n2025-07-16 13:43:36.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] socks connection closed\n2025-07-16 13:43:36.453 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Socket close event received\n2025-07-16 13:43:36.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61327 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:44:36.458 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:44:36.459 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f99b2ff-0b71-4866-bb78-33c9f7b96f22""}\n2025-07-16 13:44:36.461 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] received connection request\n2025-07-16 13:44:36.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:44:36.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] socks forwarding established\n2025-07-16 13:44:36.512 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Process exited with code 0\n2025-07-16 13:44:36.512 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] socks connection closed\n2025-07-16 13:44:36.512 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Socket close event received\n2025-07-16 13:44:36.536 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61368 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:45:36.513 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:45:36.514 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""36be5c96-f307-4cf2-9d00-07071614a14b""}\n2025-07-16 13:45:36.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] received connection request\n2025-07-16 13:45:36.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:45:36.538 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] socks forwarding established\n2025-07-16 13:45:36.564 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Process exited with code 0\n2025-07-16 13:45:36.564 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] socks connection closed\n2025-07-16 13:45:36.564 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Socket close event received\n2025-07-16 13:45:36.588 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61393 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:46:36.574 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:46:36.575 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d71ca4a3-d2d0-443a-86d4-3aa18fd897d8""}\n2025-07-16 13:46:36.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] received connection request\n2025-07-16 13:46:36.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:46:36.642 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] socks forwarding established\n2025-07-16 13:46:36.677 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Process exited with code 0\n2025-07-16 13:46:36.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] socks connection closed\n2025-07-16 13:46:36.677 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Socket close event received\n2025-07-16 13:46:36.704 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61411 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:47:36.687 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:47:36.688 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c7e2316e-82f1-4840-a29a-d48cc31d5abd""}\n2025-07-16 13:47:36.689 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] received connection request\n2025-07-16 13:47:36.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:47:36.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] socks forwarding established\n2025-07-16 13:47:36.829 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Process exited with code 0\n2025-07-16 13:47:36.829 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] socks connection closed\n2025-07-16 13:47:36.829 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Socket close event received\n2025-07-16 13:47:36.852 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61434 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:48:36.839 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:48:36.840 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0""}\n2025-07-16 13:48:36.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] received connection request\n2025-07-16 13:48:36.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:48:36.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] socks forwarding established\n2025-07-16 13:48:36.894 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Process exited with code 0\n2025-07-16 13:48:36.894 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] socks connection closed\n2025-07-16 13:48:36.894 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Socket close event received\n2025-07-16 13:48:36.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61482 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:49:36.896 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:49:36.898 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfedf650-bf2e-46d0-8371-ba444ab2de7d""}\n2025-07-16 13:49:36.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] received connection request\n2025-07-16 13:49:36.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:49:36.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] socks forwarding established\n2025-07-16 13:49:36.950 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Process exited with code 0\n2025-07-16 13:49:36.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] socks connection closed\n2025-07-16 13:49:36.950 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Socket close event received\n2025-07-16 13:49:37.050 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61558 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:50:36.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:50:36.956 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570""}\n2025-07-16 13:50:36.957 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] received connection request\n2025-07-16 13:50:36.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:50:37.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] socks forwarding established\n2025-07-16 13:50:37.311 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Process exited with code 0\n2025-07-16 13:50:37.365 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] socks connection closed\n2025-07-16 13:50:37.365 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Socket close event received\n2025-07-16 13:50:37.413 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:51:37.315 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:51:37.315 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8""}\n2025-07-16 13:51:37.316 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] received connection request\n2025-07-16 13:51:37.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:51:37.433 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] socks forwarding established\n2025-07-16 13:51:37.592 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Process exited with code 0\n2025-07-16 13:51:37.593 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] socks connection closed\n2025-07-16 13:51:37.593 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Socket close event received\n2025-07-16 13:51:37.617 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:52:37.598 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:52:37.600 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2dfbc471-43b4-48c8-bff4-eb56bfc723b1""}\n2025-07-16 13:52:37.601 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] received connection request\n2025-07-16 13:52:37.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:52:37.626 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] socks forwarding established\n2025-07-16 13:52:37.660 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Process exited with code 0\n2025-07-16 13:52:37.660 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Socket close event received\n2025-07-16 13:52:37.684 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] socks connection closed\n2025-07-16 13:52:37.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61724 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:53:37.664 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:53:37.666 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1574107b-e667-4280-98ee-6c023add1f97""}\n2025-07-16 13:53:37.667 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] received connection request\n2025-07-16 13:53:37.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:53:37.693 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] socks forwarding established\n2025-07-16 13:53:37.721 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Process exited with code 0\n2025-07-16 13:53:37.722 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] socks connection closed\n2025-07-16 13:53:37.722 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Socket close event received\n2025-07-16 13:53:37.746 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61754 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:54:37.724 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:54:37.728 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] received connection request\n2025-07-16 13:54:37.728 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7aae6dd4-44c6-402e-803b-65c5ce508890""}\n2025-07-16 13:54:37.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:54:37.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] socks forwarding established\n2025-07-16 13:54:37.780 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Process exited with code 0\n2025-07-16 13:54:37.780 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Socket close event received\n2025-07-16 13:54:37.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] socks connection closed\n2025-07-16 13:54:37.804 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:55:37.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:55:37.785 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8c37f24f-6a76-4438-95a3-31db96ce2268""}\n2025-07-16 13:55:37.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] received connection request\n2025-07-16 13:55:37.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 13:55:37.786 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:55:37.810 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] socks forwarding established\n2025-07-16 13:55:37.837 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Process exited with code 0\n2025-07-16 13:55:37.837 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] socks connection closed\n2025-07-16 13:55:37.837 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Socket close event received\n2025-07-16 13:55:37.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61832 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:56:37.842 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:56:37.844 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb2c17e1-34ca-490f-8fc2-3e0a99179529""}\n2025-07-16 13:56:37.844 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] received connection request\n2025-07-16 13:56:37.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:56:37.871 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] socks forwarding established\n2025-07-16 13:56:37.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] socks connection closed\n2025-07-16 13:56:37.897 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Process exited with code 0\n2025-07-16 13:56:37.897 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Socket close event received\n2025-07-16 13:56:37.920 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:57:37.898 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:57:37.901 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2d075e48-1869-459a-9c98-9eb2a8d6b2f2""}\n2025-07-16 13:57:37.902 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] received connection request\n2025-07-16 13:57:37.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:57:37.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] socks forwarding established\n2025-07-16 13:57:37.956 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] socks connection closed\n2025-07-16 13:57:37.956 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Process exited with code 0\n2025-07-16 13:57:37.956 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Socket close event received\n2025-07-16 13:57:37.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61919 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:58:37.962 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:58:37.964 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064""}\n2025-07-16 13:58:37.964 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] received connection request\n2025-07-16 13:58:37.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:58:37.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] socks forwarding established\n2025-07-16 13:58:38.034 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Process exited with code 0\n2025-07-16 13:58:38.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] socks connection closed\n2025-07-16 13:58:38.035 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Socket close event received\n2025-07-16 13:58:38.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61946 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:59:38.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:59:38.037 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e5678c61-411c-4aa5-b79d-905745355b40""}\n2025-07-16 13:59:38.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] received connection request\n2025-07-16 13:59:38.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:59:38.061 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] socks forwarding established\n2025-07-16 13:59:38.088 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Process exited with code 0\n2025-07-16 13:59:38.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] socks connection closed\n2025-07-16 13:59:38.088 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Socket close event received\n2025-07-16 13:59:38.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61985 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:00:38.091 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:00:38.092 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9dd5d459-c6b8-4632-ac00-62a61bbe7dfb""}\n2025-07-16 14:00:38.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] received connection request\n2025-07-16 14:00:38.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:00:38.093 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:00:38.117 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] socks forwarding established\n2025-07-16 14:00:38.146 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Process exited with code 0\n2025-07-16 14:00:38.147 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] socks connection closed\n2025-07-16 14:00:38.147 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Socket close event received\n2025-07-16 14:00:38.172 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62033 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:01:38.152 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:01:38.154 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""db530381-80a8-4005-ace8-a38e97222fde""}\n2025-07-16 14:01:38.155 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] received connection request\n2025-07-16 14:01:38.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:01:38.180 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] socks forwarding established\n2025-07-16 14:01:38.230 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] socks connection closed\n2025-07-16 14:01:38.230 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Process exited with code 0\n2025-07-16 14:01:38.230 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Socket close event received\n2025-07-16 14:01:38.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62081 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:02:38.233 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:02:38.234 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f8821792-4e26-4287-8503-4f7b47d91ca8""}\n2025-07-16 14:02:38.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] received connection request\n2025-07-16 14:02:38.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:02:38.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] socks forwarding established\n2025-07-16 14:02:38.285 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Process exited with code 0\n2025-07-16 14:02:38.285 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Socket close event received\n2025-07-16 14:02:38.307 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] socks connection closed\n2025-07-16 14:02:38.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62138 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:03:38.291 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:03:38.293 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fc6566e-80ec-42e7-aab1-a0cdb9da1389""}\n2025-07-16 14:03:38.293 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] received connection request\n2025-07-16 14:03:38.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:03:38.395 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] socks forwarding established\n2025-07-16 14:03:38.422 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Process exited with code 0\n2025-07-16 14:03:38.422 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Socket close event received\n2025-07-16 14:03:38.445 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] socks connection closed\n2025-07-16 14:03:38.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62162 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:04:38.424 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:04:38.425 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""65b51377-733a-43dd-85d3-f854f07d93fd""}\n2025-07-16 14:04:38.426 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] received connection request\n2025-07-16 14:04:38.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:04:38.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] socks forwarding established\n2025-07-16 14:04:38.480 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Process exited with code 0\n2025-07-16 14:04:38.480 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] socks connection closed\n2025-07-16 14:04:38.481 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Socket close event received\n2025-07-16 14:04:38.505 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62200 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:05:38.483 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:05:38.484 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cc447e93-8cde-457f-b163-7e18da6e7cae""}\n2025-07-16 14:05:38.484 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] received connection request\n2025-07-16 14:05:38.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:05:38.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] socks forwarding established\n2025-07-16 14:05:38.543 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Process exited with code 0\n2025-07-16 14:05:38.543 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] socks connection closed\n2025-07-16 14:05:38.543 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Socket close event received\n2025-07-16 14:05:38.567 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62227 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:06:38.545 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:06:38.547 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""228d54e1-39c8-46d5-87a0-c346208de626""}\n2025-07-16 14:06:38.548 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] received connection request\n2025-07-16 14:06:38.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:06:38.549 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:06:38.584 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] socks forwarding established\n2025-07-16 14:06:38.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] socks connection closed\n2025-07-16 14:06:38.616 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Process exited with code 0\n2025-07-16 14:06:38.616 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Socket close event received\n2025-07-16 14:06:38.640 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62259 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:07:38.620 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:07:38.622 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bee981db-4a64-4f53-913e-c0a7d285410f""}\n2025-07-16 14:07:38.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] received connection request\n2025-07-16 14:07:38.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:07:38.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] socks forwarding established\n2025-07-16 14:07:38.773 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] socks connection closed\n2025-07-16 14:07:38.773 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Process exited with code 0\n2025-07-16 14:07:38.773 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Socket close event received\n2025-07-16 14:07:38.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62320 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:08:38.776 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:08:38.778 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec240878-d005-419f-b541-f1c6fcfa4a27""}\n2025-07-16 14:08:38.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] received connection request\n2025-07-16 14:08:38.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:08:38.821 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] socks forwarding established\n2025-07-16 14:08:38.981 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Process exited with code 0\n2025-07-16 14:08:38.982 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] socks connection closed\n2025-07-16 14:08:38.982 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Socket close event received\n2025-07-16 14:08:39.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62364 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:09:38.984 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:09:38.986 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7648cea8-98cc-4518-9bde-81404468d26f""}\n2025-07-16 14:09:38.986 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] received connection request\n2025-07-16 14:09:38.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:09:38.987 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:09:39.022 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] socks forwarding established\n2025-07-16 14:09:39.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] socks connection closed\n2025-07-16 14:09:39.060 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Process exited with code 0\n2025-07-16 14:09:39.060 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Socket close event received\n2025-07-16 14:09:39.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62432 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:10:39.061 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:10:39.063 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""717f03f4-55bb-491b-b913-315d2772c5ad""}\n2025-07-16 14:10:39.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] received connection request\n2025-07-16 14:10:39.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:10:39.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] socks forwarding established\n2025-07-16 14:10:39.241 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Process exited with code 0\n2025-07-16 14:10:39.241 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] socks connection closed\n2025-07-16 14:10:39.242 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Socket close event received\n2025-07-16 14:10:39.265 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62461 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:11:39.247 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:11:39.249 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""23299e42-5887-4920-8264-560a361dbb1b""}\n2025-07-16 14:11:39.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] received connection request\n2025-07-16 14:11:39.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:11:39.278 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] socks forwarding established\n2025-07-16 14:11:39.344 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Process exited with code 0\n2025-07-16 14:11:39.344 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Socket close event received\n2025-07-16 14:11:39.345 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] socks connection closed\n2025-07-16 14:11:39.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62486 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:12:39.347 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:12:39.349 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""413cab2f-4f16-414a-a90c-c93d49251350""}\n2025-07-16 14:12:39.350 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] received connection request\n2025-07-16 14:12:39.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:12:39.391 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] socks forwarding established\n2025-07-16 14:12:39.419 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Process exited with code 0\n2025-07-16 14:12:39.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] socks connection closed\n2025-07-16 14:12:39.419 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Socket close event received\n2025-07-16 14:12:39.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62552 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:13:39.422 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:13:39.423 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88773b61-e2c0-4ca8-8e5d-1b8c23a4b419""}\n2025-07-16 14:13:39.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] received connection request\n2025-07-16 14:13:39.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:13:39.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] socks forwarding established\n2025-07-16 14:13:39.700 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Process exited with code 0\n2025-07-16 14:13:39.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] socks connection closed\n2025-07-16 14:13:39.700 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Socket close event received\n2025-07-16 14:13:39.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62580 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:14:39.701 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:14:39.701 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ab641dde-694d-4d04-8ec1-80deb35b7391""}\n2025-07-16 14:14:39.702 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] received connection request\n2025-07-16 14:14:39.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:14:39.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] socks forwarding established\n2025-07-16 14:14:39.778 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Process exited with code 0\n2025-07-16 14:14:39.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] socks connection closed\n2025-07-16 14:14:39.778 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Socket close event received\n2025-07-16 14:14:39.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62628 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:15:39.782 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:15:39.783 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dac8e508-0c00-4265-b202-3a5f3814b89b""}\n2025-07-16 14:15:39.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] received connection request\n2025-07-16 14:15:39.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:15:39.807 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] socks forwarding established\n2025-07-16 14:15:39.835 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] socks connection closed\n2025-07-16 14:15:39.836 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Process exited with code 0\n2025-07-16 14:15:39.836 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Socket close event received\n2025-07-16 14:15:39.860 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62657 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:16:39.840 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:16:39.842 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7593e30-ca2d-47f0-b4f8-8c339329eb1d""}\n2025-07-16 14:16:39.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] received connection request\n2025-07-16 14:16:39.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:16:39.842 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:16:39.866 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] socks forwarding established\n2025-07-16 14:16:39.910 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Process exited with code 0\n2025-07-16 14:16:39.910 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] socks connection closed\n2025-07-16 14:16:39.910 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Socket close event received\n2025-07-16 14:16:39.934 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62704 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:17:39.911 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:17:39.913 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""302b6a21-cc18-417c-b21c-ebfacbe9d12c""}\n2025-07-16 14:17:39.914 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] received connection request\n2025-07-16 14:17:39.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:17:39.939 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] socks forwarding established\n2025-07-16 14:17:39.966 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Process exited with code 0\n2025-07-16 14:17:39.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] socks connection closed\n2025-07-16 14:17:39.966 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Socket close event received\n2025-07-16 14:17:39.990 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62764 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:18:39.968 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:18:39.970 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""167422f0-5cd8-4bef-8b9a-31787eeac319""}\n2025-07-16 14:18:39.971 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] received connection request\n2025-07-16 14:18:39.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:18:40.004 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] socks forwarding established\n2025-07-16 14:18:40.058 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Process exited with code 0\n2025-07-16 14:18:40.058 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] socks connection closed\n2025-07-16 14:18:40.058 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Socket close event received\n2025-07-16 14:18:40.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62793 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:19:40.062 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:19:40.064 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a868e9ae-094e-42e6-8e31-d32f8f7c1aca""}\n2025-07-16 14:19:40.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] received connection request\n2025-07-16 14:19:40.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:19:40.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] socks forwarding established\n2025-07-16 14:19:40.115 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Process exited with code 0\n2025-07-16 14:19:40.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] socks connection closed\n2025-07-16 14:19:40.115 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Socket close event received\n2025-07-16 14:19:40.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62832 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:20:40.120 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:20:40.121 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eeab18f7-fbef-4f30-a43d-c84381e5dee5""}\n2025-07-16 14:20:40.121 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] received connection request\n2025-07-16 14:20:40.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:20:40.148 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] socks forwarding established\n2025-07-16 14:20:40.173 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Process exited with code 0\n2025-07-16 14:20:40.173 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Socket close event received\n2025-07-16 14:20:40.173 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] socks connection closed\n2025-07-16 14:20:40.198 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62861 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:21:40.175 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:21:40.175 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db""}\n2025-07-16 14:21:40.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] received connection request\n2025-07-16 14:21:40.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:21:40.200 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] socks forwarding established\n2025-07-16 14:21:40.299 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Process exited with code 0\n2025-07-16 14:21:40.299 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] socks connection closed\n2025-07-16 14:21:40.299 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Socket close event received\n2025-07-16 14:21:40.324 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62889 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:22:40.304 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:22:40.307 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c8b7bf4-30ed-4a08-b70f-e7f048a577eb""}\n2025-07-16 14:22:40.308 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] received connection request\n2025-07-16 14:22:40.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:22:40.373 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] socks forwarding established\n2025-07-16 14:22:40.532 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Process exited with code 0\n2025-07-16 14:22:40.533 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] socks connection closed\n2025-07-16 14:22:40.533 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Socket close event received\n2025-07-16 14:22:40.558 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62949 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:23:40.534 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:23:40.536 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""66fe7358-1685-41bf-bc5c-290e8a107071""}\n2025-07-16 14:23:40.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] received connection request\n2025-07-16 14:23:40.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:23:40.559 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] socks forwarding established\n2025-07-16 14:23:40.585 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Process exited with code 0\n2025-07-16 14:23:40.585 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Socket close event received\n2025-07-16 14:23:40.586 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] socks connection closed\n2025-07-16 14:23:40.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62971 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:24:40.590 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:24:40.592 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6a057e7e-b88f-436c-8c3d-3b57e123af6b""}\n2025-07-16 14:24:40.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] received connection request\n2025-07-16 14:24:40.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:24:40.620 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] socks forwarding established\n2025-07-16 14:24:40.649 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Process exited with code 0\n2025-07-16 14:24:40.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] socks connection closed\n2025-07-16 14:24:40.650 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Socket close event received\n2025-07-16 14:24:40.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63033 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:25:40.651 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:25:40.654 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] received connection request\n2025-07-16 14:25:40.654 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e5765723-0277-4ebb-ae0a-71beefcfb578""}\n2025-07-16 14:25:40.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:25:40.773 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] socks forwarding established\n2025-07-16 14:25:40.931 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Process exited with code 0\n2025-07-16 14:25:40.932 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] socks connection closed\n2025-07-16 14:25:40.932 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Socket close event received\n2025-07-16 14:25:40.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63066 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:26:40.932 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:26:40.933 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2dde2eb3-b6b1-4d8b-ad92-8255f25fd609""}\n2025-07-16 14:26:40.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] received connection request\n2025-07-16 14:26:40.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:26:41.041 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] socks forwarding established\n2025-07-16 14:26:41.200 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Process exited with code 0\n2025-07-16 14:26:41.200 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Socket close event received\n2025-07-16 14:26:41.204 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] socks connection closed\n2025-07-16 14:26:41.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63101 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:27:41.205 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:27:41.208 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] received connection request\n2025-07-16 14:27:41.209 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02f67242-5afd-46ce-bbb8-2d62df963a62""}\n2025-07-16 14:27:41.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:27:41.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] socks forwarding established\n2025-07-16 14:27:41.263 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Process exited with code 0\n2025-07-16 14:27:41.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] socks connection closed\n2025-07-16 14:27:41.263 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Socket close event received\n2025-07-16 14:27:41.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63159 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:28:41.265 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:28:41.266 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f3ed456-208f-43f1-943e-8ffd5acc467c""}\n2025-07-16 14:28:41.267 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] received connection request\n2025-07-16 14:28:41.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:28:41.327 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] socks forwarding established\n2025-07-16 14:28:41.352 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Process exited with code 0\n2025-07-16 14:28:41.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] socks connection closed\n2025-07-16 14:28:41.353 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Socket close event received\n2025-07-16 14:28:41.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63187 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:29:41.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:29:41.359 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8fdf3200-aeb0-44a9-a72f-d0d91a80eb49""}\n2025-07-16 14:29:41.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] received connection request\n2025-07-16 14:29:41.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:29:41.428 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] socks forwarding established\n2025-07-16 14:29:41.540 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Process exited with code 0\n2025-07-16 14:29:41.540 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] socks connection closed\n2025-07-16 14:29:41.540 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Socket close event received\n2025-07-16 14:29:41.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63235 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:30:41.542 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:30:41.543 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c05af8b5-70c0-49b1-b263-9eda157582ff""}\n2025-07-16 14:30:41.543 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] received connection request\n2025-07-16 14:30:41.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:30:41.569 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] socks forwarding established\n2025-07-16 14:30:41.595 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Process exited with code 0\n2025-07-16 14:30:41.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] socks connection closed\n2025-07-16 14:30:41.595 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Socket close event received\n2025-07-16 14:30:41.620 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63277 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:31:41.597 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:31:41.599 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7195b6d5-94da-49fd-a4b8-bd00f77c3e74""}\n2025-07-16 14:31:41.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] received connection request\n2025-07-16 14:31:41.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:31:41.629 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] socks forwarding established\n2025-07-16 14:31:41.656 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Process exited with code 0\n2025-07-16 14:31:41.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] socks connection closed\n2025-07-16 14:31:41.656 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Socket close event received\n2025-07-16 14:31:41.679 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63313 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:32:41.661 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:32:41.663 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2""}\n2025-07-16 14:32:41.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] received connection request\n2025-07-16 14:32:41.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:32:41.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] socks forwarding established\n2025-07-16 14:32:41.718 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Process exited with code 0\n2025-07-16 14:32:41.718 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] socks connection closed\n2025-07-16 14:32:41.718 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Socket close event received\n2025-07-16 14:32:41.742 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63373 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:33:41.722 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:33:41.725 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ad63e8b-43a7-44d5-9cfa-7140d58fca27""}\n2025-07-16 14:33:41.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] received connection request\n2025-07-16 14:33:41.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:33:41.752 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] socks forwarding established\n2025-07-16 14:33:41.780 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Process exited with code 0\n2025-07-16 14:33:41.780 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Socket close event received\n2025-07-16 14:33:41.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] socks connection closed\n2025-07-16 14:33:41.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63395 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:34:41.785 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:34:41.786 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9fe8113-802c-447b-af58-118ad4424d83""}\n2025-07-16 14:34:41.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] received connection request\n2025-07-16 14:34:41.788 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:34:41.814 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] socks forwarding established\n2025-07-16 14:34:41.841 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Process exited with code 0\n2025-07-16 14:34:41.842 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Socket close event received\n2025-07-16 14:34:41.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] socks connection closed\n2025-07-16 14:34:41.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:35:41.848 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:35:41.850 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88e608ed-cfdc-4022-ad1f-b1c771269269""}\n2025-07-16 14:35:41.850 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] received connection request\n2025-07-16 14:35:41.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:35:41.875 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] socks forwarding established\n2025-07-16 14:35:41.904 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Process exited with code 0\n2025-07-16 14:35:41.904 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Socket close event received\n2025-07-16 14:35:41.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] socks connection closed\n2025-07-16 14:35:41.930 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63491 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:36:41.907 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:36:41.908 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""983158c4-53a0-4ff1-b075-33522424a90b""}\n2025-07-16 14:36:41.909 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] received connection request\n2025-07-16 14:36:41.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:36:41.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] socks forwarding established\n2025-07-16 14:36:41.963 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Process exited with code 0\n2025-07-16 14:36:41.963 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] socks connection closed\n2025-07-16 14:36:41.963 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Socket close event received\n2025-07-16 14:36:41.989 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63546 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:37:41.964 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:37:41.966 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e8916afc-fa82-441b-b4ad-6d92cc7cb897""}\n2025-07-16 14:37:41.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] received connection request\n2025-07-16 14:37:41.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:37:41.991 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] socks forwarding established\n2025-07-16 14:37:42.019 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Process exited with code 0\n2025-07-16 14:37:42.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] socks connection closed\n2025-07-16 14:37:42.019 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Socket close event received\n2025-07-16 14:37:42.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63599 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:38:42.024 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:38:42.026 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a115a098-8307-4787-a1f9-b62dfd6c564a""}\n2025-07-16 14:38:42.026 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] received connection request\n2025-07-16 14:38:42.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:38:42.050 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] socks forwarding established\n2025-07-16 14:38:42.076 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Process exited with code 0\n2025-07-16 14:38:42.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] socks connection closed\n2025-07-16 14:38:42.076 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Socket close event received\n2025-07-16 14:38:42.099 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63621 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:39:42.076 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:39:42.078 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a0032c69-790a-48a9-a097-8c49cef9ad60""}\n2025-07-16 14:39:42.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] received connection request\n2025-07-16 14:39:42.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:39:42.103 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] socks forwarding established\n2025-07-16 14:39:42.130 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Process exited with code 0\n2025-07-16 14:39:42.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] socks connection closed\n2025-07-16 14:39:42.130 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Socket close event received\n2025-07-16 14:39:42.153 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63661 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:40:42.132 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:40:42.134 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9""}\n2025-07-16 14:40:42.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] received connection request\n2025-07-16 14:40:42.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:40:42.162 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] socks forwarding established\n2025-07-16 14:40:42.189 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Process exited with code 0\n2025-07-16 14:40:42.190 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] socks connection closed\n2025-07-16 14:40:42.190 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Socket close event received\n2025-07-16 14:40:42.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63694 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:41:42.198 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:41:42.200 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48d84b18-e390-475f-b988-be2bd1948ab3""}\n2025-07-16 14:41:42.200 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] received connection request\n2025-07-16 14:41:42.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:41:42.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] socks forwarding established\n2025-07-16 14:41:42.248 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Process exited with code 0\n2025-07-16 14:41:42.249 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] socks connection closed\n2025-07-16 14:41:42.249 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Socket close event received\n2025-07-16 14:41:42.271 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63716 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:42:42.254 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:42:42.257 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""90e2ea48-087e-4946-85f1-c7620b49992f""}\n2025-07-16 14:42:42.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] received connection request\n2025-07-16 14:42:42.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:42:42.283 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] socks forwarding established\n2025-07-16 14:42:42.312 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Process exited with code 0\n2025-07-16 14:42:42.313 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] socks connection closed\n2025-07-16 14:42:42.313 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Socket close event received\n2025-07-16 14:42:42.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:43:42.315 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:43:42.317 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2""}\n2025-07-16 14:43:42.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] received connection request\n2025-07-16 14:43:42.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:43:42.342 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] socks forwarding established\n2025-07-16 14:43:42.368 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Process exited with code 0\n2025-07-16 14:43:42.369 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] socks connection closed\n2025-07-16 14:43:42.369 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Socket close event received\n2025-07-16 14:43:42.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63795 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:44:42.370 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:44:42.373 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e222430a-33ed-4120-b242-6b4194847b12""}\n2025-07-16 14:44:42.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] received connection request\n2025-07-16 14:44:42.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:44:42.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] socks forwarding established\n2025-07-16 14:44:42.426 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Process exited with code 0\n2025-07-16 14:44:42.426 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] socks connection closed\n2025-07-16 14:44:42.426 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Socket close event received\n2025-07-16 14:44:42.450 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63861 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:45:42.427 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:45:42.428 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""39892df0-8a06-412c-8f8b-9b0415eedfa0""}\n2025-07-16 14:45:42.429 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] received connection request\n2025-07-16 14:45:42.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:45:42.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] socks forwarding established\n2025-07-16 14:45:42.485 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Process exited with code 0\n2025-07-16 14:45:42.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] socks connection closed\n2025-07-16 14:45:42.485 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Socket close event received\n2025-07-16 14:45:42.510 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63915 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:46:42.491 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:46:42.494 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""44ff7dee-1620-434c-968f-2740274f73e9""}\n2025-07-16 14:46:42.495 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] received connection request\n2025-07-16 14:46:42.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:46:42.519 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] socks forwarding established\n2025-07-16 14:46:42.545 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Process exited with code 0\n2025-07-16 14:46:42.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] socks connection closed\n2025-07-16 14:46:42.546 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Socket close event received\n2025-07-16 14:46:42.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63943 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:47:42.551 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:47:42.554 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7681e54c-182e-479d-95e2-4e964ad2feb3""}\n2025-07-16 14:47:42.555 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] received connection request\n2025-07-16 14:47:42.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:47:42.583 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] socks forwarding established\n2025-07-16 14:47:42.632 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] socks connection closed\n2025-07-16 14:47:42.633 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Process exited with code 0\n2025-07-16 14:47:42.633 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Socket close event received\n2025-07-16 14:47:42.656 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64041 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:48:42.635 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:48:42.637 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1bffb54-bca5-4231-9926-3d772b18d384""}\n2025-07-16 14:48:42.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] received connection request\n2025-07-16 14:48:42.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:48:42.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] socks forwarding established\n2025-07-16 14:48:42.691 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Process exited with code 0\n2025-07-16 14:48:42.691 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Socket close event received\n2025-07-16 14:48:42.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] socks connection closed\n2025-07-16 14:48:42.715 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:49:42.697 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:49:42.700 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7d8c7df6-6268-4a32-a583-9e0a8ce6377f""}\n2025-07-16 14:49:42.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] received connection request\n2025-07-16 14:49:42.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:49:42.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] socks forwarding established\n2025-07-16 14:49:42.777 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Process exited with code 0\n2025-07-16 14:49:42.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] socks connection closed\n2025-07-16 14:49:42.778 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Socket close event received\n2025-07-16 14:49:42.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64114 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:50:42.782 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:50:42.784 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f""}\n2025-07-16 14:50:42.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] received connection request\n2025-07-16 14:50:42.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:50:42.809 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] socks forwarding established\n2025-07-16 14:50:42.836 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Process exited with code 0\n2025-07-16 14:50:42.837 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Socket close event received\n2025-07-16 14:50:42.860 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] socks connection closed\n2025-07-16 14:50:42.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64153 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:51:42.838 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:51:42.840 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6082211e-f890-453e-9f08-a2308f84292c""}\n2025-07-16 14:51:42.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] received connection request\n2025-07-16 14:51:42.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:51:42.865 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] socks forwarding established\n2025-07-16 14:51:42.891 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Process exited with code 0\n2025-07-16 14:51:42.891 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] socks connection closed\n2025-07-16 14:51:42.891 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Socket close event received\n2025-07-16 14:51:42.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64184 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:52:42.893 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:52:42.895 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674""}\n2025-07-16 14:52:42.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] received connection request\n2025-07-16 14:52:42.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:52:42.921 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] socks forwarding established\n2025-07-16 14:52:42.950 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Process exited with code 0\n2025-07-16 14:52:42.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] socks connection closed\n2025-07-16 14:52:42.950 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Socket close event received\n2025-07-16 14:52:42.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64262 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:53:42.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:53:42.955 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""afa826e4-5241-479d-bed3-24690ca091ef""}\n2025-07-16 14:53:42.955 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] received connection request\n2025-07-16 14:53:42.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:53:42.980 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] socks forwarding established\n2025-07-16 14:53:43.010 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Process exited with code 0\n2025-07-16 14:53:43.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] socks connection closed\n2025-07-16 14:53:43.011 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Socket close event received\n2025-07-16 14:53:43.033 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64285 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:54:43.016 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:54:43.018 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2""}\n2025-07-16 14:54:43.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] received connection request\n2025-07-16 14:54:43.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:54:43.044 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] socks forwarding established\n2025-07-16 14:54:43.070 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Process exited with code 0\n2025-07-16 14:54:43.071 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Socket close event received\n2025-07-16 14:54:43.081 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] socks connection closed\n2025-07-16 14:54:43.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64341 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:55:43.075 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:55:43.077 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33081359-e5b3-4e2f-8033-7a47802e1918""}\n2025-07-16 14:55:43.077 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] received connection request\n2025-07-16 14:55:43.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:55:43.101 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] socks forwarding established\n2025-07-16 14:55:43.127 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Process exited with code 0\n2025-07-16 14:55:43.128 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] socks connection closed\n2025-07-16 14:55:43.128 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Socket close event received\n2025-07-16 14:55:43.150 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64371 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:56:43.133 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:56:43.135 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""561c4ec2-1dd7-4cc2-b874-27693044ac44""}\n2025-07-16 14:56:43.136 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] received connection request\n2025-07-16 14:56:43.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:56:43.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] socks forwarding established\n2025-07-16 14:56:43.187 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Process exited with code 0\n2025-07-16 14:56:43.187 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] socks connection closed\n2025-07-16 14:56:43.187 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Socket close event received\n2025-07-16 14:56:43.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64397 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:57:43.188 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:57:43.191 [info] [command][91754617-262f-415c-8230-0c3a71536824] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""91754617-262f-415c-8230-0c3a71536824""}\n2025-07-16 14:57:43.192 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] received connection request\n2025-07-16 14:57:43.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:57:43.216 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] socks forwarding established\n2025-07-16 14:57:43.262 [info] [command][91754617-262f-415c-8230-0c3a71536824] Process exited with code 0\n2025-07-16 14:57:43.262 [info] [command][91754617-262f-415c-8230-0c3a71536824] Socket close event received\n2025-07-16 14:57:43.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] socks connection closed\n2025-07-16 14:57:43.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64464 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:58:43.267 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:58:43.269 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4116dfb0-415c-4d79-ad5c-601cb3391c9f""}\n2025-07-16 14:58:43.270 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] received connection request\n2025-07-16 14:58:43.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:58:43.297 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] socks forwarding established\n2025-07-16 14:58:43.324 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Process exited with code 0\n2025-07-16 14:58:43.324 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Socket close event received\n2025-07-16 14:58:43.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] socks connection closed\n2025-07-16 14:58:43.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64490 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:59:43.328 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:59:43.330 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""050af5d8-6619-42c5-abe8-4a0729635534""}\n2025-07-16 14:59:43.331 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] received connection request\n2025-07-16 14:59:43.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:59:43.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] socks forwarding established\n2025-07-16 14:59:43.383 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Process exited with code 0\n2025-07-16 14:59:43.384 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] socks connection closed\n2025-07-16 14:59:43.384 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Socket close event received\n2025-07-16 14:59:43.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64533 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:00:43.386 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:00:43.388 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] received connection request\n2025-07-16 15:00:43.388 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fbd883c-e0eb-4306-9568-f15498a3adab""}\n2025-07-16 15:00:43.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:00:43.413 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] socks forwarding established\n2025-07-16 15:00:43.439 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Process exited with code 0\n2025-07-16 15:00:43.439 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Socket close event received\n2025-07-16 15:00:43.440 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] socks connection closed\n2025-07-16 15:00:43.462 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64563 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:01:43.443 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:01:43.445 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""be1f1e9f-c2a9-4434-a23c-9d05118131de""}\n2025-07-16 15:01:43.446 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] received connection request\n2025-07-16 15:01:43.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:01:43.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] socks forwarding established\n2025-07-16 15:01:43.498 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Process exited with code 0\n2025-07-16 15:01:43.498 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] socks connection closed\n2025-07-16 15:01:43.498 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Socket close event received\n2025-07-16 15:01:43.521 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64589 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:02:43.503 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:02:43.504 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0f829029-977f-4ca0-ba22-7fb1050b49ba""}\n2025-07-16 15:02:43.504 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] received connection request\n2025-07-16 15:02:43.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:02:43.529 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] socks forwarding established\n2025-07-16 15:02:43.558 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Process exited with code 0\n2025-07-16 15:02:43.558 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Socket close event received\n2025-07-16 15:02:43.558 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] socks connection closed\n2025-07-16 15:02:43.583 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64634 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:03:43.568 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:03:43.570 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a918f860-4058-482c-aee4-79d626361a2b""}\n2025-07-16 15:03:43.571 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] received connection request\n2025-07-16 15:03:43.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:03:43.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] socks forwarding established\n2025-07-16 15:03:43.621 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Process exited with code 0\n2025-07-16 15:03:43.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] socks connection closed\n2025-07-16 15:03:43.622 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Socket close event received\n2025-07-16 15:03:43.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64654 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:04:43.631 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:04:43.633 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfd765d6-719c-4031-96e6-1c34e0c92322""}\n2025-07-16 15:04:43.634 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] received connection request\n2025-07-16 15:04:43.635 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:04:43.658 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] socks forwarding established\n2025-07-16 15:04:43.684 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Process exited with code 0\n2025-07-16 15:04:43.684 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Socket close event received\n2025-07-16 15:04:43.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] socks connection closed\n2025-07-16 15:04:43.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64694 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:05:43.689 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:05:43.691 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c965247c-26f0-414d-8ef4-1a795d0149ab""}\n2025-07-16 15:05:43.692 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] received connection request\n2025-07-16 15:05:43.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:05:43.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] socks forwarding established\n2025-07-16 15:05:43.745 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Process exited with code 0\n2025-07-16 15:05:43.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] socks connection closed\n2025-07-16 15:05:43.745 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Socket close event received\n2025-07-16 15:05:43.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64718 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:06:43.748 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:06:43.749 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""34a60619-43ab-4786-a844-0dcbbd0485e7""}\n2025-07-16 15:06:43.750 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] received connection request\n2025-07-16 15:06:43.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:06:43.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] socks forwarding established\n2025-07-16 15:06:43.804 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Process exited with code 0\n2025-07-16 15:06:43.804 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] socks connection closed\n2025-07-16 15:06:43.804 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Socket close event received\n2025-07-16 15:06:43.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64742 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:07:43.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:07:43.812 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""364f738a-08ae-444a-88d2-48bd03dd658f""}\n2025-07-16 15:07:43.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] received connection request\n2025-07-16 15:07:43.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:07:43.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] socks forwarding established\n2025-07-16 15:07:43.867 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Process exited with code 0\n2025-07-16 15:07:43.868 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] socks connection closed\n2025-07-16 15:07:43.868 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Socket close event received\n2025-07-16 15:07:43.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:08:43.873 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:08:43.874 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""64ecb394-4ba5-46f8-9871-2f1a55fd557d""}\n2025-07-16 15:08:43.875 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] received connection request\n2025-07-16 15:08:43.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:08:43.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] socks forwarding established\n2025-07-16 15:08:43.925 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Process exited with code 0\n2025-07-16 15:08:43.925 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] socks connection closed\n2025-07-16 15:08:43.925 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Socket close event received\n2025-07-16 15:08:43.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64837 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:09:43.925 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:09:43.926 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d2c723a-66e2-4ab0-88de-3298dff68cdb""}\n2025-07-16 15:09:43.927 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] received connection request\n2025-07-16 15:09:43.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:09:43.956 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] socks forwarding established\n2025-07-16 15:09:44.007 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Process exited with code 0\n2025-07-16 15:09:44.008 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] socks connection closed\n2025-07-16 15:09:44.008 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Socket close event received\n2025-07-16 15:09:44.081 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64892 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:10:44.013 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:10:44.015 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""223d6b4f-2463-49f8-959c-d56c5ea17126""}\n2025-07-16 15:10:44.016 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] received connection request\n2025-07-16 15:10:44.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:10:44.042 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] socks forwarding established\n2025-07-16 15:10:44.070 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Process exited with code 0\n2025-07-16 15:10:44.070 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Socket close event received\n2025-07-16 15:10:44.070 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] socks connection closed\n2025-07-16 15:10:44.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64925 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:11:44.075 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:11:44.077 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d428a1d1-b70a-44ce-9484-99d04921af2f""}\n2025-07-16 15:11:44.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] received connection request\n2025-07-16 15:11:44.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:11:44.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] socks forwarding established\n2025-07-16 15:11:44.129 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Process exited with code 0\n2025-07-16 15:11:44.129 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Socket close event received\n2025-07-16 15:11:44.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] socks connection closed\n2025-07-16 15:11:44.153 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64961 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:12:44.133 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:12:44.134 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8197be9b-523e-47f2-b0c6-3bc782c1bc36""}\n2025-07-16 15:12:44.134 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] received connection request\n2025-07-16 15:12:44.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:12:44.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] socks forwarding established\n2025-07-16 15:12:44.187 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Process exited with code 0\n2025-07-16 15:12:44.187 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] socks connection closed\n2025-07-16 15:12:44.187 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Socket close event received\n2025-07-16 15:12:44.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65013 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:13:44.192 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:13:44.194 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""81b21a05-15c5-484a-ba75-6aa1c07599fe""}\n2025-07-16 15:13:44.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] received connection request\n2025-07-16 15:13:44.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:13:44.220 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] socks forwarding established\n2025-07-16 15:13:44.246 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Process exited with code 0\n2025-07-16 15:13:44.246 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Socket close event received\n2025-07-16 15:13:44.246 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] socks connection closed\n2025-07-16 15:13:44.269 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65043 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:14:44.249 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:14:44.251 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bb21d218-4e8b-4b33-a5ea-7eb18352f69d""}\n2025-07-16 15:14:44.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] received connection request\n2025-07-16 15:14:44.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:14:44.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] socks forwarding established\n2025-07-16 15:14:44.305 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Process exited with code 0\n2025-07-16 15:14:44.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] socks connection closed\n2025-07-16 15:14:44.306 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Socket close event received\n2025-07-16 15:14:44.330 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65101 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:15:44.312 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:15:44.314 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ba3cc04-c82c-4f68-8505-c29a3ea28175""}\n2025-07-16 15:15:44.314 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] received connection request\n2025-07-16 15:15:44.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:15:44.339 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] socks forwarding established\n2025-07-16 15:15:44.389 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Process exited with code 0\n2025-07-16 15:15:44.390 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] socks connection closed\n2025-07-16 15:15:44.390 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Socket close event received\n2025-07-16 15:15:44.413 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65135 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:16:44.395 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:16:44.396 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d1f99d27-28ae-4ad6-b34f-c25474e33782""}\n2025-07-16 15:16:44.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] received connection request\n2025-07-16 15:16:44.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:16:44.422 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] socks forwarding established\n2025-07-16 15:16:44.448 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Process exited with code 0\n2025-07-16 15:16:44.448 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Socket close event received\n2025-07-16 15:16:44.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] socks connection closed\n2025-07-16 15:16:44.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65160 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:17:44.454 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:17:44.455 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10d117a1-62be-4b70-a906-7b416d60b147""}\n2025-07-16 15:17:44.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] received connection request\n2025-07-16 15:17:44.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:17:44.483 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] socks forwarding established\n2025-07-16 15:17:44.510 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Process exited with code 0\n2025-07-16 15:17:44.510 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Socket close event received\n2025-07-16 15:17:44.532 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] socks connection closed\n2025-07-16 15:17:44.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65213 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:18:44.513 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:18:44.515 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b785f20f-23d3-45b4-b660-3e480041f8d8""}\n2025-07-16 15:18:44.516 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] received connection request\n2025-07-16 15:18:44.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:18:44.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] socks forwarding established\n2025-07-16 15:18:44.570 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Process exited with code 0\n2025-07-16 15:18:44.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] socks connection closed\n2025-07-16 15:18:44.570 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Socket close event received\n2025-07-16 15:18:44.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65239 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:19:44.575 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:19:44.577 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6a7078c3-cd6c-4839-8cdf-17cd68e1cf47""}\n2025-07-16 15:19:44.578 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] received connection request\n2025-07-16 15:19:44.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:19:44.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] socks forwarding established\n2025-07-16 15:19:44.632 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Process exited with code 0\n2025-07-16 15:19:44.632 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] socks connection closed\n2025-07-16 15:19:44.633 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Socket close event received\n2025-07-16 15:19:44.656 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:20:44.638 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:20:44.640 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e32f401-e19f-43f3-84b5-598352891cdb""}\n2025-07-16 15:20:44.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] received connection request\n2025-07-16 15:20:44.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:20:44.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] socks forwarding established\n2025-07-16 15:20:44.690 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Process exited with code 0\n2025-07-16 15:20:44.691 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] socks connection closed\n2025-07-16 15:20:44.691 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Socket close event received\n2025-07-16 15:20:44.714 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:21:44.693 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:21:44.696 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""758c59bd-4f3f-46bc-bae9-443af17a137d""}\n2025-07-16 15:21:44.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] received connection request\n2025-07-16 15:21:44.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:21:44.721 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] socks forwarding established\n2025-07-16 15:21:44.750 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] socks connection closed\n2025-07-16 15:21:44.750 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Process exited with code 0\n2025-07-16 15:21:44.751 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Socket close event received\n2025-07-16 15:21:44.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65367 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:22:44.755 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:22:44.757 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b16c568f-07a1-4fab-a3a2-928b1927b6f3""}\n2025-07-16 15:22:44.757 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] received connection request\n2025-07-16 15:22:44.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:22:44.782 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] socks forwarding established\n2025-07-16 15:22:44.808 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Process exited with code 0\n2025-07-16 15:22:44.808 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Socket close event received\n2025-07-16 15:22:44.808 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] socks connection closed\n2025-07-16 15:22:44.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65427 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:23:44.814 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:23:44.816 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""09847975-c15a-4686-af4a-d6cc8b53c154""}\n2025-07-16 15:23:44.816 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] received connection request\n2025-07-16 15:23:44.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:23:44.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] socks forwarding established\n2025-07-16 15:23:44.869 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Process exited with code 0\n2025-07-16 15:23:44.869 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] socks connection closed\n2025-07-16 15:23:44.870 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Socket close event received\n2025-07-16 15:23:44.893 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65456 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:24:44.874 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:24:44.877 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dae8c3ac-3c2f-40eb-af52-caae128e9c9e""}\n2025-07-16 15:24:44.877 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] received connection request\n2025-07-16 15:24:44.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:24:44.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] socks forwarding established\n2025-07-16 15:24:44.933 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Process exited with code 0\n2025-07-16 15:24:44.933 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] socks connection closed\n2025-07-16 15:24:44.933 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Socket close event received\n2025-07-16 15:24:44.957 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65529 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:25:44.936 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:25:44.938 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164""}\n2025-07-16 15:25:44.939 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] received connection request\n2025-07-16 15:25:44.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:25:44.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] socks forwarding established\n2025-07-16 15:25:44.993 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Process exited with code 0\n2025-07-16 15:25:44.993 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] socks connection closed\n2025-07-16 15:25:44.993 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Socket close event received\n2025-07-16 15:25:45.019 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49176 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:26:44.998 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:26:45.000 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9a0d2cdd-8f4a-4075-a2fe-b79d4411668f""}\n2025-07-16 15:26:45.001 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] received connection request\n2025-07-16 15:26:45.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:26:45.024 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] socks forwarding established\n2025-07-16 15:26:45.051 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Process exited with code 0\n2025-07-16 15:26:45.051 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Socket close event received\n2025-07-16 15:26:45.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] socks connection closed\n2025-07-16 15:26:45.073 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49222 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:27:45.057 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:27:45.059 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fa7fe5a7-bf3b-4c69-bc1f-2584fc593638""}\n2025-07-16 15:27:45.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] received connection request\n2025-07-16 15:27:45.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:27:45.085 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] socks forwarding established\n2025-07-16 15:27:45.114 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Process exited with code 0\n2025-07-16 15:27:45.114 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Socket close event received\n2025-07-16 15:27:45.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] socks connection closed\n2025-07-16 15:27:45.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49289 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:28:45.119 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:28:45.122 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2f0ac320-00b2-4f0f-916e-dbf5e3e5f110""}\n2025-07-16 15:28:45.122 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] received connection request\n2025-07-16 15:28:45.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:28:45.150 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] socks forwarding established\n2025-07-16 15:28:45.176 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Process exited with code 0\n2025-07-16 15:28:45.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] socks connection closed\n2025-07-16 15:28:45.177 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Socket close event received\n2025-07-16 15:28:45.200 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49320 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:29:45.177 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:29:45.179 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0f84d409-87d4-40ba-a3fb-e9f7966ec000""}\n2025-07-16 15:29:45.179 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] received connection request\n2025-07-16 15:29:45.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:29:45.180 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:29:45.203 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] socks forwarding established\n2025-07-16 15:29:45.230 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Process exited with code 0\n2025-07-16 15:29:45.230 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Socket close event received\n2025-07-16 15:29:45.230 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] socks connection closed\n2025-07-16 15:29:45.252 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49386 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:30:45.231 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:30:45.234 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aee93ea2-f099-47ef-826d-5659be4cb53d""}\n2025-07-16 15:30:45.235 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] received connection request\n2025-07-16 15:30:45.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:30:45.260 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] socks forwarding established\n2025-07-16 15:30:45.290 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Process exited with code 0\n2025-07-16 15:30:45.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] socks connection closed\n2025-07-16 15:30:45.290 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Socket close event received\n2025-07-16 15:30:45.314 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49432 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:31:45.292 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:31:45.294 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ec1c270-4f35-46d9-9843-d9af94f2142a""}\n2025-07-16 15:31:45.295 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] received connection request\n2025-07-16 15:31:45.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:31:45.320 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] socks forwarding established\n2025-07-16 15:31:45.348 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Process exited with code 0\n2025-07-16 15:31:45.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] socks connection closed\n2025-07-16 15:31:45.348 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Socket close event received\n2025-07-16 15:31:45.374 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49474 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:32:45.353 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:32:45.353 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e8f5ff0-01d9-49fa-a647-927381de81e7""}\n2025-07-16 15:32:45.354 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] received connection request\n2025-07-16 15:32:45.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:32:45.377 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] socks forwarding established\n2025-07-16 15:32:45.402 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Process exited with code 0\n2025-07-16 15:32:45.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] socks connection closed\n2025-07-16 15:32:45.402 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Socket close event received\n2025-07-16 15:32:45.425 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49553 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:33:45.405 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:33:45.406 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""17581265-9ee2-4394-bf3c-25b3c8729ec2""}\n2025-07-16 15:33:45.408 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] received connection request\n2025-07-16 15:33:45.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:33:45.410 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:33:45.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] socks forwarding established\n2025-07-16 15:33:45.462 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Process exited with code 0\n2025-07-16 15:33:45.462 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] socks connection closed\n2025-07-16 15:33:45.462 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Socket close event received\n2025-07-16 15:33:45.485 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49584 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:34:45.468 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:34:45.470 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dd43c762-d8b6-4db2-88d6-defd2fa624aa""}\n2025-07-16 15:34:45.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] received connection request\n2025-07-16 15:34:45.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:34:45.496 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] socks forwarding established\n2025-07-16 15:34:45.522 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Process exited with code 0\n2025-07-16 15:34:45.522 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] socks connection closed\n2025-07-16 15:34:45.522 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Socket close event received\n2025-07-16 15:34:45.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49634 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:35:45.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:35:45.525 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d""}\n2025-07-16 15:35:45.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] received connection request\n2025-07-16 15:35:45.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:35:45.526 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:35:45.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] socks forwarding established\n2025-07-16 15:35:45.574 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] socks connection closed\n2025-07-16 15:35:45.574 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Process exited with code 0\n2025-07-16 15:35:45.574 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Socket close event received\n2025-07-16 15:35:45.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:36:45.579 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:36:45.581 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ff0f096f-4b4a-41f5-b765-4826edd3fce2""}\n2025-07-16 15:36:45.582 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] received connection request\n2025-07-16 15:36:45.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:36:45.607 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] socks forwarding established\n2025-07-16 15:36:45.635 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Process exited with code 0\n2025-07-16 15:36:45.635 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] socks connection closed\n2025-07-16 15:36:45.635 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Socket close event received\n2025-07-16 15:36:45.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49724 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:37:45.636 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:37:45.638 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9cc766d6-b35f-4127-b13b-23afe4310b09""}\n2025-07-16 15:37:45.639 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] received connection request\n2025-07-16 15:37:45.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:37:45.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] socks forwarding established\n2025-07-16 15:37:45.690 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Process exited with code 0\n2025-07-16 15:37:45.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] socks connection closed\n2025-07-16 15:37:45.690 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Socket close event received\n2025-07-16 15:37:45.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49775 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:38:45.693 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:38:45.695 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58d617e1-09cf-4b8a-bb47-4d2855b28035""}\n2025-07-16 15:38:45.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] received connection request\n2025-07-16 15:38:45.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:38:45.720 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] socks forwarding established\n2025-07-16 15:38:45.746 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Process exited with code 0\n2025-07-16 15:38:45.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] socks connection closed\n2025-07-16 15:38:45.746 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Socket close event received\n2025-07-16 15:38:45.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:39:45.753 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:39:45.754 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c0db0a81-7694-49d2-9cce-759c42a3ab8b""}\n2025-07-16 15:39:45.755 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] received connection request\n2025-07-16 15:39:45.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:39:45.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] socks forwarding established\n2025-07-16 15:39:45.808 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Process exited with code 0\n2025-07-16 15:39:45.809 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] socks connection closed\n2025-07-16 15:39:45.809 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Socket close event received\n2025-07-16 15:39:45.831 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49875 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:40:45.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:40:45.812 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aa686890-192c-4d3e-8c3e-3545ee549a43""}\n2025-07-16 15:40:45.812 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] received connection request\n2025-07-16 15:40:45.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:40:45.839 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] socks forwarding established\n2025-07-16 15:40:45.867 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Process exited with code 0\n2025-07-16 15:40:45.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] socks connection closed\n2025-07-16 15:40:45.867 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Socket close event received\n2025-07-16 15:40:45.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49912 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:41:45.872 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:41:45.874 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ed1406ac-d8e8-41f0-b162-625f4599d070""}\n2025-07-16 15:41:45.874 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] received connection request\n2025-07-16 15:41:45.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:41:45.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] socks forwarding established\n2025-07-16 15:41:45.926 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Process exited with code 0\n2025-07-16 15:41:45.926 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] socks connection closed\n2025-07-16 15:41:45.926 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Socket close event received\n2025-07-16 15:41:45.949 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49938 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:42:45.931 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:42:45.934 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""20f739b9-c360-4d89-a90c-fb1c8b554050""}\n2025-07-16 15:42:45.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] received connection request\n2025-07-16 15:42:45.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:42:45.958 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] socks forwarding established\n2025-07-16 15:42:45.984 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Process exited with code 0\n2025-07-16 15:42:45.985 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] socks connection closed\n2025-07-16 15:42:45.985 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Socket close event received\n2025-07-16 15:42:46.008 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49990 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:43:45.990 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:43:45.994 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""815521e9-2dc9-4748-9374-8049f1c4ce0b""}\n2025-07-16 15:43:45.994 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] received connection request\n2025-07-16 15:43:45.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:43:46.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] socks forwarding established\n2025-07-16 15:43:46.046 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Process exited with code 0\n2025-07-16 15:43:46.047 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] socks connection closed\n2025-07-16 15:43:46.047 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Socket close event received\n2025-07-16 15:43:46.070 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50014 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:44:46.048 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:44:46.050 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5d830812-4fe5-4d22-9337-9395b3b3a9f2""}\n2025-07-16 15:44:46.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] received connection request\n2025-07-16 15:44:46.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:44:46.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] socks forwarding established\n2025-07-16 15:44:46.102 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Process exited with code 0\n2025-07-16 15:44:46.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] socks connection closed\n2025-07-16 15:44:46.102 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Socket close event received\n2025-07-16 15:44:46.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50058 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:45:46.106 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:45:46.107 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d46646da-2ef1-465b-952e-0522ff036ba3""}\n2025-07-16 15:45:46.108 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] received connection request\n2025-07-16 15:45:46.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:45:46.132 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] socks forwarding established\n2025-07-16 15:45:46.157 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Process exited with code 0\n2025-07-16 15:45:46.158 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] socks connection closed\n2025-07-16 15:45:46.158 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Socket close event received\n2025-07-16 15:45:46.182 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50099 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:46:46.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:46:46.163 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1f1c75cb-cd38-4adf-b106-5dcd22ffebba""}\n2025-07-16 15:46:46.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] received connection request\n2025-07-16 15:46:46.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:46:46.190 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] socks forwarding established\n2025-07-16 15:46:46.243 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Process exited with code 0\n2025-07-16 15:46:46.243 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] socks connection closed\n2025-07-16 15:46:46.244 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Socket close event received\n2025-07-16 15:46:46.267 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50136 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:47:46.246 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:47:46.249 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae6dbe30-3665-43d0-9bf6-4172591a524f""}\n2025-07-16 15:47:46.249 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] received connection request\n2025-07-16 15:47:46.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:47:46.274 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] socks forwarding established\n2025-07-16 15:47:46.300 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Process exited with code 0\n2025-07-16 15:47:46.301 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Socket close event received\n2025-07-16 15:47:46.324 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] socks connection closed\n2025-07-16 15:47:46.325 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50186 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:48:46.306 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:48:46.308 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c3d6b345-2267-4a32-8bfb-1c00cddc9b5f""}\n2025-07-16 15:48:46.308 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] received connection request\n2025-07-16 15:48:46.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:48:46.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] socks forwarding established\n2025-07-16 15:48:46.358 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Process exited with code 0\n2025-07-16 15:48:46.358 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Socket close event received\n2025-07-16 15:48:46.380 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] socks connection closed\n2025-07-16 15:48:46.382 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50215 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:49:46.359 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:49:46.361 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a62772a-11f8-495e-b233-9e6af9c8223d""}\n2025-07-16 15:49:46.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] received connection request\n2025-07-16 15:49:46.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:49:46.386 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] socks forwarding established\n2025-07-16 15:49:46.412 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Process exited with code 0\n2025-07-16 15:49:46.412 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Socket close event received\n2025-07-16 15:49:46.413 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] socks connection closed\n2025-07-16 15:49:46.437 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50262 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:50:46.415 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:50:46.418 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1a2b3ce3-a073-4a12-99e6-15470db36dcb""}\n2025-07-16 15:50:46.418 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] received connection request\n2025-07-16 15:50:46.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:50:46.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] socks forwarding established\n2025-07-16 15:50:46.737 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Process exited with code 0\n2025-07-16 15:50:46.737 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] socks connection closed\n2025-07-16 15:50:46.738 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Socket close event received\n2025-07-16 15:50:46.763 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50309 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:51:46.742 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:51:46.744 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6""}\n2025-07-16 15:51:46.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] received connection request\n2025-07-16 15:51:46.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:51:46.792 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] socks forwarding established\n2025-07-16 15:51:46.902 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Process exited with code 0\n2025-07-16 15:51:46.903 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] socks connection closed\n2025-07-16 15:51:46.903 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Socket close event received\n2025-07-16 15:51:46.932 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50343 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:52:46.906 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:52:46.908 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d80c5aba-bff1-4c7c-901c-ae9864e86c29""}\n2025-07-16 15:52:46.908 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] received connection request\n2025-07-16 15:52:46.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:52:46.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] socks forwarding established\n2025-07-16 15:52:47.086 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Process exited with code 0\n2025-07-16 15:52:47.086 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] socks connection closed\n2025-07-16 15:52:47.087 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Socket close event received\n2025-07-16 15:52:47.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50395 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:53:47.087 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:53:47.089 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c""}\n2025-07-16 15:53:47.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] received connection request\n2025-07-16 15:53:47.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:53:47.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] socks forwarding established\n2025-07-16 15:53:47.142 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Process exited with code 0\n2025-07-16 15:53:47.143 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Socket close event received\n2025-07-16 15:53:47.143 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] socks connection closed\n2025-07-16 15:53:47.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50421 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:54:47.150 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:54:47.152 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50cb9db7-b4b0-4154-9514-773e8e4c4494""}\n2025-07-16 15:54:47.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] received connection request\n2025-07-16 15:54:47.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:54:47.296 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] socks forwarding established\n2025-07-16 15:54:47.330 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Process exited with code 0\n2025-07-16 15:54:47.330 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] socks connection closed\n2025-07-16 15:54:47.330 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Socket close event received\n2025-07-16 15:54:47.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50471 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:55:47.331 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:55:47.334 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cf92ecb2-f60d-41ed-be47-7f25ebc50211""}\n2025-07-16 15:55:47.335 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] received connection request\n2025-07-16 15:55:47.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:55:47.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] socks forwarding established\n2025-07-16 15:55:47.392 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Process exited with code 0\n2025-07-16 15:55:47.392 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Socket close event received\n2025-07-16 15:55:47.419 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50502 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:55:47.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] socks connection closed\n2025-07-16 15:56:47.396 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:56:47.399 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6fb35a12-b462-46e1-9711-463dd0d472dc""}\n2025-07-16 15:56:47.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] received connection request\n2025-07-16 15:56:47.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:56:47.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] socks forwarding established\n2025-07-16 15:56:47.449 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Process exited with code 0\n2025-07-16 15:56:47.449 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] socks connection closed\n2025-07-16 15:56:47.449 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Socket close event received\n2025-07-16 15:56:47.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50528 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:57:47.451 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:57:47.453 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa""}\n2025-07-16 15:57:47.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] received connection request\n2025-07-16 15:57:47.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:57:47.478 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] socks forwarding established\n2025-07-16 15:57:47.503 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Process exited with code 0\n2025-07-16 15:57:47.503 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Socket close event received\n2025-07-16 15:57:47.504 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] socks connection closed\n2025-07-16 15:57:47.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50585 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:58:47.506 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:58:47.509 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8dbda32-e939-4c18-9496-8375a0d01723""}\n2025-07-16 15:58:47.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] received connection request\n2025-07-16 15:58:47.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:58:47.537 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] socks forwarding established\n2025-07-16 15:58:47.564 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Process exited with code 0\n2025-07-16 15:58:47.565 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Socket close event received\n2025-07-16 15:58:47.565 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] socks connection closed\n2025-07-16 15:58:47.587 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50607 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:59:47.568 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:59:47.571 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9ef7340-7723-41d0-948f-fba209361cd0""}\n2025-07-16 15:59:47.572 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] received connection request\n2025-07-16 15:59:47.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:59:47.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] socks forwarding established\n2025-07-16 15:59:47.648 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Process exited with code 0\n2025-07-16 15:59:47.648 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] socks connection closed\n2025-07-16 15:59:47.649 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Socket close event received\n2025-07-16 15:59:47.673 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:00:47.654 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:00:47.655 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9dac38a7-391c-4250-9de1-392db9384ddb""}\n2025-07-16 16:00:47.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] received connection request\n2025-07-16 16:00:47.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:00:47.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] socks forwarding established\n2025-07-16 16:00:47.777 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Process exited with code 0\n2025-07-16 16:00:47.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] socks connection closed\n2025-07-16 16:00:47.778 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Socket close event received\n2025-07-16 16:00:47.851 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50686 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:01:47.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:01:47.785 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6acafaa2-41d4-40cf-a997-e2b4ef7f2591""}\n2025-07-16 16:01:47.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] received connection request\n2025-07-16 16:01:47.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:01:47.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] socks forwarding established\n2025-07-16 16:01:47.986 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Process exited with code 0\n2025-07-16 16:01:47.986 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Socket close event received\n2025-07-16 16:01:48.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50717 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:01:48.139 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] socks connection closed\n2025-07-16 16:02:47.992 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:02:47.994 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7ba2744-31c8-46f7-8c1b-c6162d702de3""}\n2025-07-16 16:02:47.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] received connection request\n2025-07-16 16:02:47.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:02:48.018 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] socks forwarding established\n2025-07-16 16:02:48.046 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Process exited with code 0\n2025-07-16 16:02:48.046 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Socket close event received\n2025-07-16 16:02:48.067 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] socks connection closed\n2025-07-16 16:02:48.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50772 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:03:48.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:03:48.054 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02a36eea-be18-40b0-b5b0-48d2b8927824""}\n2025-07-16 16:03:48.055 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] received connection request\n2025-07-16 16:03:48.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:03:48.236 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] socks forwarding established\n2025-07-16 16:03:48.313 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Process exited with code 0\n2025-07-16 16:03:48.313 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] socks connection closed\n2025-07-16 16:03:48.313 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Socket close event received\n2025-07-16 16:03:48.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50797 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:04:48.316 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:04:48.317 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b8dab3df-082c-4885-9288-e4cb7aad67d0""}\n2025-07-16 16:04:48.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] received connection request\n2025-07-16 16:04:48.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:04:48.342 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] socks forwarding established\n2025-07-16 16:04:48.493 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Process exited with code 0\n2025-07-16 16:04:48.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] socks connection closed\n2025-07-16 16:04:48.493 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Socket close event received\n2025-07-16 16:04:48.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50864 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:05:48.498 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:05:48.500 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c8d61d67-82d4-47f8-bdb2-bfc57dea2130""}\n2025-07-16 16:05:48.501 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] received connection request\n2025-07-16 16:05:48.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:05:48.547 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] socks forwarding established\n2025-07-16 16:05:48.706 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Process exited with code 0\n2025-07-16 16:05:48.706 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] socks connection closed\n2025-07-16 16:05:48.706 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Socket close event received\n2025-07-16 16:05:48.729 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50888 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:06:48.708 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:06:48.710 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f1aefe46-7470-4d8f-91f0-7e75938f4659""}\n2025-07-16 16:06:48.711 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] received connection request\n2025-07-16 16:06:48.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:06:48.736 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] socks forwarding established\n2025-07-16 16:06:48.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] socks connection closed\n2025-07-16 16:06:48.764 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Process exited with code 0\n2025-07-16 16:06:48.764 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Socket close event received\n2025-07-16 16:06:48.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50927 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:07:48.769 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:07:48.772 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ee888d8-300d-4a65-b316-20a10b072c2e""}\n2025-07-16 16:07:48.772 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] received connection request\n2025-07-16 16:07:48.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:07:48.796 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] socks forwarding established\n2025-07-16 16:07:48.823 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Process exited with code 0\n2025-07-16 16:07:48.824 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] socks connection closed\n2025-07-16 16:07:48.824 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Socket close event received\n2025-07-16 16:07:48.846 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50997 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:08:48.826 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:08:48.829 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] received connection request\n2025-07-16 16:08:48.830 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b6061ae9-4f41-4598-8168-8deb6b63dd5f""}\n2025-07-16 16:08:48.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:08:48.830 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:08:48.857 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] socks forwarding established\n2025-07-16 16:08:48.982 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Process exited with code 0\n2025-07-16 16:08:48.982 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] socks connection closed\n2025-07-16 16:08:48.982 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Socket close event received\n2025-07-16 16:08:49.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51045 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:09:48.983 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:09:48.985 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6d252782-eabc-488c-8903-8bf59410a41b""}\n2025-07-16 16:09:48.986 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] received connection request\n2025-07-16 16:09:48.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:09:49.010 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] socks forwarding established\n2025-07-16 16:09:49.152 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Process exited with code 0\n2025-07-16 16:09:49.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] socks connection closed\n2025-07-16 16:09:49.153 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Socket close event received\n2025-07-16 16:09:49.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51123 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:10:49.158 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:10:49.161 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] received connection request\n2025-07-16 16:10:49.161 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a""}\n2025-07-16 16:10:49.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:10:49.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] socks forwarding established\n2025-07-16 16:10:49.218 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Process exited with code 0\n2025-07-16 16:10:49.218 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] socks connection closed\n2025-07-16 16:10:49.219 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Socket close event received\n2025-07-16 16:10:49.363 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51157 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:11:49.220 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:11:49.222 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ced5c857-79f4-4a02-8c0c-4e0e67ab2c70""}\n2025-07-16 16:11:49.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] received connection request\n2025-07-16 16:11:49.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:11:49.247 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] socks forwarding established\n2025-07-16 16:11:49.276 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Process exited with code 0\n2025-07-16 16:11:49.276 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] socks connection closed\n2025-07-16 16:11:49.276 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Socket close event received\n2025-07-16 16:11:49.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51185 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:12:49.277 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:12:49.279 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""117521b3-32b9-4b72-9d8e-42007f3be017""}\n2025-07-16 16:12:49.280 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] received connection request\n2025-07-16 16:12:49.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:12:49.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] socks forwarding established\n2025-07-16 16:12:49.333 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Process exited with code 0\n2025-07-16 16:12:49.333 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Socket close event received\n2025-07-16 16:12:49.334 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] socks connection closed\n2025-07-16 16:12:49.357 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51261 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:13:49.335 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:13:49.337 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""07227f46-b433-49d8-8a8a-e2bd692fc345""}\n2025-07-16 16:13:49.338 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] received connection request\n2025-07-16 16:13:49.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:13:49.363 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] socks forwarding established\n2025-07-16 16:13:49.392 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Process exited with code 0\n2025-07-16 16:13:49.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] socks connection closed\n2025-07-16 16:13:49.392 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Socket close event received\n2025-07-16 16:13:49.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51312 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:14:49.398 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:14:49.400 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""90fd7736-b5e2-465d-a6a6-e586ca035499""}\n2025-07-16 16:14:49.400 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] received connection request\n2025-07-16 16:14:49.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:14:49.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] socks forwarding established\n2025-07-16 16:14:49.451 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Process exited with code 0\n2025-07-16 16:14:49.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] socks connection closed\n2025-07-16 16:14:49.451 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Socket close event received\n2025-07-16 16:14:49.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51378 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:15:49.456 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:15:49.457 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c319a4df-c058-4c8f-8c83-629aa3fb7d52""}\n2025-07-16 16:15:49.458 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] received connection request\n2025-07-16 16:15:49.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:15:49.482 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] socks forwarding established\n2025-07-16 16:15:49.508 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Process exited with code 0\n2025-07-16 16:15:49.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] socks connection closed\n2025-07-16 16:15:49.509 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Socket close event received\n2025-07-16 16:15:49.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51408 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:16:49.509 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:16:49.511 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9a3784f9-42cf-4132-9688-e4bbb8bf7915""}\n2025-07-16 16:16:49.512 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] received connection request\n2025-07-16 16:16:49.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:16:49.537 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] socks forwarding established\n2025-07-16 16:16:49.566 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Process exited with code 0\n2025-07-16 16:16:49.566 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] socks connection closed\n2025-07-16 16:16:49.567 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Socket close event received\n2025-07-16 16:16:49.591 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:17:49.571 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:17:49.573 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""91603ba9-411c-4f9d-b8c6-d71b88fe4ea9""}\n2025-07-16 16:17:49.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] received connection request\n2025-07-16 16:17:49.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:17:49.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] socks forwarding established\n2025-07-16 16:17:49.623 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Process exited with code 0\n2025-07-16 16:17:49.623 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Socket close event received\n2025-07-16 16:17:49.645 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] socks connection closed\n2025-07-16 16:17:49.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51524 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:18:49.623 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:18:49.624 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae400f3e-59a7-4fb6-a90c-e2db99441a30""}\n2025-07-16 16:18:49.625 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] received connection request\n2025-07-16 16:18:49.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:18:49.648 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] socks forwarding established\n2025-07-16 16:18:49.696 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Process exited with code 0\n2025-07-16 16:18:49.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] socks connection closed\n2025-07-16 16:18:49.696 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Socket close event received\n2025-07-16 16:18:49.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51582 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:19:49.703 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:19:49.703 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3d0f38c0-9e97-451c-be03-ea59775a5c1f""}\n2025-07-16 16:19:49.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] received connection request\n2025-07-16 16:19:49.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:19:49.730 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] socks forwarding established\n2025-07-16 16:19:49.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] socks connection closed\n2025-07-16 16:19:49.781 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Process exited with code 0\n2025-07-16 16:19:49.781 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Socket close event received\n2025-07-16 16:19:49.807 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51626 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:20:49.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:20:49.785 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""880c0236-c546-4dbf-86f0-e110919ec118""}\n2025-07-16 16:20:49.786 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] received connection request\n2025-07-16 16:20:49.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:20:49.810 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] socks forwarding established\n2025-07-16 16:20:49.960 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Process exited with code 0\n2025-07-16 16:20:49.961 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] socks connection closed\n2025-07-16 16:20:49.961 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Socket close event received\n2025-07-16 16:20:49.983 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51654 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:21:49.965 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:21:49.967 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1480aa2-885e-4067-a3b5-668a41f2f81b""}\n2025-07-16 16:21:49.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] received connection request\n2025-07-16 16:21:49.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:21:50.107 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] socks forwarding established\n2025-07-16 16:21:50.250 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Process exited with code 0\n2025-07-16 16:21:50.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] socks connection closed\n2025-07-16 16:21:50.251 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Socket close event received\n2025-07-16 16:21:50.274 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:22:50.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:22:50.258 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e26498e8-cf69-4c8a-90a2-afe49cef4f0e""}\n2025-07-16 16:22:50.259 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] received connection request\n2025-07-16 16:22:50.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:22:50.307 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] socks forwarding established\n2025-07-16 16:22:50.468 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Process exited with code 0\n2025-07-16 16:22:50.470 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Socket close event received\n2025-07-16 16:22:50.474 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] socks connection closed\n2025-07-16 16:22:50.494 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51742 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:23:50.474 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:23:50.477 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5cbcbf54-3afc-4cc6-a821-ed44961b751d""}\n2025-07-16 16:23:50.478 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] received connection request\n2025-07-16 16:23:50.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:23:50.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] socks forwarding established\n2025-07-16 16:23:50.562 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Process exited with code 0\n2025-07-16 16:23:50.562 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Socket close event received\n2025-07-16 16:23:50.562 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] socks connection closed\n2025-07-16 16:23:50.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51765 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:24:50.565 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:24:50.567 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7""}\n2025-07-16 16:24:50.567 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] received connection request\n2025-07-16 16:24:50.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:24:50.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] socks forwarding established\n2025-07-16 16:24:50.753 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Process exited with code 0\n2025-07-16 16:24:50.753 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Socket close event received\n2025-07-16 16:24:50.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] socks connection closed\n2025-07-16 16:24:50.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:25:50.758 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:25:50.760 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9e705f5b-37c8-46f8-b838-32c0f25fa244""}\n2025-07-16 16:25:50.762 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] received connection request\n2025-07-16 16:25:50.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:25:50.866 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] socks forwarding established\n2025-07-16 16:25:51.025 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Process exited with code 0\n2025-07-16 16:25:51.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] socks connection closed\n2025-07-16 16:25:51.025 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Socket close event received\n2025-07-16 16:25:51.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51835 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:26:51.026 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:26:51.028 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""574ef925-23b6-4563-9e2d-52f38e3624dc""}\n2025-07-16 16:26:51.029 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] received connection request\n2025-07-16 16:26:51.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:26:51.057 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] socks forwarding established\n2025-07-16 16:26:51.085 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Process exited with code 0\n2025-07-16 16:26:51.085 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Socket close event received\n2025-07-16 16:26:51.107 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51862 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:26:51.108 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] socks connection closed\n2025-07-16 16:27:51.091 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:27:51.093 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5""}\n2025-07-16 16:27:51.094 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] received connection request\n2025-07-16 16:27:51.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:27:51.118 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] socks forwarding established\n2025-07-16 16:27:51.144 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Process exited with code 0\n2025-07-16 16:27:51.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] socks connection closed\n2025-07-16 16:27:51.144 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Socket close event received\n2025-07-16 16:27:51.167 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51917 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:28:51.150 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:28:51.152 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d898eb0-3385-4069-b0e4-496d81da1c90""}\n2025-07-16 16:28:51.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] received connection request\n2025-07-16 16:28:51.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:28:51.181 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] socks forwarding established\n2025-07-16 16:28:51.208 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Process exited with code 0\n2025-07-16 16:28:51.208 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] socks connection closed\n2025-07-16 16:28:51.208 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Socket close event received\n2025-07-16 16:28:51.230 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51946 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:29:51.210 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:29:51.212 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c27cdbc9-f9af-4274-befb-f94da455347c""}\n2025-07-16 16:29:51.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] received connection request\n2025-07-16 16:29:51.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:29:51.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] socks forwarding established\n2025-07-16 16:29:51.353 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Process exited with code 0\n2025-07-16 16:29:51.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] socks connection closed\n2025-07-16 16:29:51.353 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Socket close event received\n2025-07-16 16:29:51.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52002 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:30:51.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:30:51.360 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""684ea35b-3bb6-40d4-9b5f-4b7008986a4b""}\n2025-07-16 16:30:51.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] received connection request\n2025-07-16 16:30:51.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:30:51.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] socks forwarding established\n2025-07-16 16:30:51.562 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Process exited with code 0\n2025-07-16 16:30:51.563 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] socks connection closed\n2025-07-16 16:30:51.563 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Socket close event received\n2025-07-16 16:30:51.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52032 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:31:51.573 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:31:51.576 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""191263aa-1381-4f0b-8f95-8572df8e5e3e""}\n2025-07-16 16:31:51.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] received connection request\n2025-07-16 16:31:51.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:31:52.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] socks forwarding established\n2025-07-16 16:31:52.124 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Process exited with code 0\n2025-07-16 16:31:52.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] socks connection closed\n2025-07-16 16:31:52.124 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Socket close event received\n2025-07-16 16:31:52.174 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:32:52.131 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:32:52.132 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e6f6cb42-4f46-4b54-b07f-9de987c3cb3e""}\n2025-07-16 16:32:52.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] received connection request\n2025-07-16 16:32:52.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:32:52.157 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] socks forwarding established\n2025-07-16 16:32:52.183 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Process exited with code 0\n2025-07-16 16:32:52.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] socks connection closed\n2025-07-16 16:32:52.183 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Socket close event received\n2025-07-16 16:32:52.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52132 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:33:52.193 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:33:52.195 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3694cbb2-287f-4a47-a41e-b3190a2f869d""}\n2025-07-16 16:33:52.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] received connection request\n2025-07-16 16:33:52.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:33:52.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] socks forwarding established\n2025-07-16 16:33:52.249 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Process exited with code 0\n2025-07-16 16:33:52.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] socks connection closed\n2025-07-16 16:33:52.250 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Socket close event received\n2025-07-16 16:33:52.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52154 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:34:52.259 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:34:52.261 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""beb9d9d5-6892-4046-9338-0a72ded7cc49""}\n2025-07-16 16:34:52.261 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] received connection request\n2025-07-16 16:34:52.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:34:52.286 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] socks forwarding established\n2025-07-16 16:34:52.314 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Process exited with code 0\n2025-07-16 16:34:52.315 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] socks connection closed\n2025-07-16 16:34:52.315 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Socket close event received\n2025-07-16 16:34:52.340 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52203 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:35:52.317 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:35:52.319 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48e030f7-e6ec-46a5-882a-2793d347a739""}\n2025-07-16 16:35:52.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] received connection request\n2025-07-16 16:35:52.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:35:52.343 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] socks forwarding established\n2025-07-16 16:35:52.369 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Process exited with code 0\n2025-07-16 16:35:52.370 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] socks connection closed\n2025-07-16 16:35:52.370 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Socket close event received\n2025-07-16 16:35:52.392 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52226 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:36:52.380 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:36:52.382 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""32a82262-0610-4ee9-9ed9-1d648cc57524""}\n2025-07-16 16:36:52.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] received connection request\n2025-07-16 16:36:52.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:36:52.408 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] socks forwarding established\n2025-07-16 16:36:52.434 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Process exited with code 0\n2025-07-16 16:36:52.435 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] socks connection closed\n2025-07-16 16:36:52.435 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Socket close event received\n2025-07-16 16:36:52.460 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52251 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:37:52.442 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:37:52.444 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e37b1005-8dda-4d36-9122-542a2f8e965e""}\n2025-07-16 16:37:52.444 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] received connection request\n2025-07-16 16:37:52.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:37:52.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] socks forwarding established\n2025-07-16 16:37:52.495 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Process exited with code 0\n2025-07-16 16:37:52.496 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Socket close event received\n2025-07-16 16:37:52.496 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] socks connection closed\n2025-07-16 16:37:52.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52301 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:38:52.506 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:38:52.508 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""884e28e5-2b04-4f8b-8099-363335c734c1""}\n2025-07-16 16:38:52.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] received connection request\n2025-07-16 16:38:52.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:38:52.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] socks forwarding established\n2025-07-16 16:38:52.561 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Process exited with code 0\n2025-07-16 16:38:52.561 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Socket close event received\n2025-07-16 16:38:52.561 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] socks connection closed\n2025-07-16 16:38:52.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52323 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:39:52.561 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:39:52.563 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50f15996-9f95-4fbc-b0d0-adff996ebc6a""}\n2025-07-16 16:39:52.563 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] received connection request\n2025-07-16 16:39:52.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:39:52.589 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] socks forwarding established\n2025-07-16 16:39:52.639 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Process exited with code 0\n2025-07-16 16:39:52.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] socks connection closed\n2025-07-16 16:39:52.640 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Socket close event received\n2025-07-16 16:39:52.665 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52387 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:40:52.645 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:40:52.646 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""57a9c22c-2cf8-476f-96da-7e36d502a46a""}\n2025-07-16 16:40:52.646 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] received connection request\n2025-07-16 16:40:52.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:40:52.647 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:40:52.706 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] socks forwarding established\n2025-07-16 16:40:52.733 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Process exited with code 0\n2025-07-16 16:40:52.733 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Socket close event received\n2025-07-16 16:40:52.756 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:40:52.756 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] socks connection closed\n2025-07-16 16:41:52.738 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:41:52.740 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dddff7ab-8e38-4af4-8a34-9c3a89c2df29""}\n2025-07-16 16:41:52.740 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] received connection request\n2025-07-16 16:41:52.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:41:52.741 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:41:52.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] socks forwarding established\n2025-07-16 16:41:52.790 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Process exited with code 0\n2025-07-16 16:41:52.790 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Socket close event received\n2025-07-16 16:41:52.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] socks connection closed\n2025-07-16 16:41:52.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52503 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:42:52.795 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:42:52.797 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c9455f15-3fb6-46cb-a1e0-d04cbd8735c5""}\n2025-07-16 16:42:52.798 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] received connection request\n2025-07-16 16:42:52.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:42:52.798 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:42:52.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] socks forwarding established\n2025-07-16 16:42:52.853 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Process exited with code 0\n2025-07-16 16:42:52.854 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] socks connection closed\n2025-07-16 16:42:52.854 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Socket close event received\n2025-07-16 16:42:52.880 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52591 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:43:52.859 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:43:52.862 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cc5fc2b1-4752-4662-945c-6cd853597ffa""}\n2025-07-16 16:43:52.862 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] received connection request\n2025-07-16 16:43:52.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:43:52.890 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] socks forwarding established\n2025-07-16 16:43:52.918 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Process exited with code 0\n2025-07-16 16:43:52.919 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] socks connection closed\n2025-07-16 16:43:52.919 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Socket close event received\n2025-07-16 16:43:52.945 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52626 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:44:52.922 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:44:52.924 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ede5655a-c412-4e81-a79f-882b164dcba9""}\n2025-07-16 16:44:52.924 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] received connection request\n2025-07-16 16:44:52.924 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:44:52.948 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] socks forwarding established\n2025-07-16 16:44:52.974 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Process exited with code 0\n2025-07-16 16:44:52.974 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] socks connection closed\n2025-07-16 16:44:52.974 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Socket close event received\n2025-07-16 16:44:52.998 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52681 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:45:52.975 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:45:52.977 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""69721142-b860-4c67-a03c-902719a0cf34""}\n2025-07-16 16:45:52.977 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] received connection request\n2025-07-16 16:45:52.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:45:53.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] socks forwarding established\n2025-07-16 16:45:53.036 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Process exited with code 0\n2025-07-16 16:45:53.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] socks connection closed\n2025-07-16 16:45:53.037 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Socket close event received\n2025-07-16 16:45:53.060 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52734 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:46:53.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:46:53.038 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50938034-25f9-42e7-a0a9-31967c67d54c""}\n2025-07-16 16:46:53.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] received connection request\n2025-07-16 16:46:53.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:46:53.063 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] socks forwarding established\n2025-07-16 16:46:53.155 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Process exited with code 0\n2025-07-16 16:46:53.155 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] socks connection closed\n2025-07-16 16:46:53.155 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Socket close event received\n2025-07-16 16:46:53.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52779 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:47:53.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:47:53.163 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""24bdfdd9-38ad-4e20-b8f0-4fabc59dd404""}\n2025-07-16 16:47:53.163 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] received connection request\n2025-07-16 16:47:53.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:47:53.163 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:47:53.253 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] socks forwarding established\n2025-07-16 16:47:53.411 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Process exited with code 0\n2025-07-16 16:47:53.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] socks connection closed\n2025-07-16 16:47:53.412 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Socket close event received\n2025-07-16 16:47:53.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52855 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:48:53.417 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:48:53.418 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5e195185-191b-4c3d-99b9-422f6a652844""}\n2025-07-16 16:48:53.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] received connection request\n2025-07-16 16:48:53.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:48:53.457 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] socks forwarding established\n2025-07-16 16:48:53.599 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Process exited with code 0\n2025-07-16 16:48:53.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] socks connection closed\n2025-07-16 16:48:53.600 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Socket close event received\n2025-07-16 16:48:53.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52880 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:49:53.603 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:49:53.604 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9796ec67-b8bc-4f7c-b5d4-2970beac7b2f""}\n2025-07-16 16:49:53.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] received connection request\n2025-07-16 16:49:53.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:49:53.604 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:49:53.802 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] socks forwarding established\n2025-07-16 16:49:53.831 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Process exited with code 0\n2025-07-16 16:49:53.832 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] socks connection closed\n2025-07-16 16:49:53.832 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Socket close event received\n2025-07-16 16:49:53.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52922 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:50:53.836 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:50:53.838 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d6470dc0-593c-49d9-b2a4-70ddfde4412a""}\n2025-07-16 16:50:53.839 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] received connection request\n2025-07-16 16:50:53.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:50:53.892 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] socks forwarding established\n2025-07-16 16:50:54.022 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Process exited with code 0\n2025-07-16 16:50:54.023 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] socks connection closed\n2025-07-16 16:50:54.023 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Socket close event received\n2025-07-16 16:50:54.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52998 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:51:54.029 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:51:54.031 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""35611e03-e2a6-4e23-a095-708c835f1f65""}\n2025-07-16 16:51:54.032 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] received connection request\n2025-07-16 16:51:54.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:51:54.122 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] socks forwarding established\n2025-07-16 16:51:54.327 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Process exited with code 0\n2025-07-16 16:51:54.327 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] socks connection closed\n2025-07-16 16:51:54.327 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Socket close event received\n2025-07-16 16:51:54.354 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:52:54.332 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:52:54.334 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fdd264fe-2d5b-4ddd-9551-ad63d582b45a""}\n2025-07-16 16:52:54.335 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] received connection request\n2025-07-16 16:52:54.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:52:54.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] socks forwarding established\n2025-07-16 16:52:54.388 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Process exited with code 0\n2025-07-16 16:52:54.389 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] socks connection closed\n2025-07-16 16:52:54.389 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Socket close event received\n2025-07-16 16:52:54.414 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53121 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:53:54.391 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:53:54.392 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7701284-fc87-4fb0-ac4b-050a364d788d""}\n2025-07-16 16:53:54.393 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] received connection request\n2025-07-16 16:53:54.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:53:54.417 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] socks forwarding established\n2025-07-16 16:53:54.817 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Process exited with code 0\n2025-07-16 16:53:54.817 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] socks connection closed\n2025-07-16 16:53:54.817 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Socket close event received\n2025-07-16 16:53:54.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53182 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:54:54.822 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:54:54.825 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b948853c-68f3-47ca-97e9-be2d6dab739d""}\n2025-07-16 16:54:54.826 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] received connection request\n2025-07-16 16:54:54.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:54:54.852 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] socks forwarding established\n2025-07-16 16:54:54.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] socks connection closed\n2025-07-16 16:54:54.979 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Process exited with code 0\n2025-07-16 16:54:54.980 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Socket close event received\n2025-07-16 16:54:55.053 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53271 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:55:54.985 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:55:54.987 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c312051d-025c-408b-b12d-cde6423cdfd3""}\n2025-07-16 16:55:54.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] received connection request\n2025-07-16 16:55:54.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:55:55.015 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] socks forwarding established\n2025-07-16 16:55:55.045 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Process exited with code 0\n2025-07-16 16:55:55.045 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Socket close event received\n2025-07-16 16:55:55.179 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] socks connection closed\n2025-07-16 16:55:55.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:56:55.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:56:55.053 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""997bffd6-760a-4ef2-9be3-a97937dd580a""}\n2025-07-16 16:56:55.054 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] received connection request\n2025-07-16 16:56:55.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:56:55.094 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] socks forwarding established\n2025-07-16 16:56:55.252 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Process exited with code 0\n2025-07-16 16:56:55.252 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] socks connection closed\n2025-07-16 16:56:55.252 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Socket close event received\n2025-07-16 16:56:55.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53364 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:57:55.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:57:55.257 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""297b1098-fc4f-4c4c-851d-093a50842757""}\n2025-07-16 16:57:55.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] received connection request\n2025-07-16 16:57:55.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:57:55.284 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] socks forwarding established\n2025-07-16 16:57:55.325 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Process exited with code 0\n2025-07-16 16:57:55.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] socks connection closed\n2025-07-16 16:57:55.325 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Socket close event received\n2025-07-16 16:57:55.350 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53460 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:58:55.330 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:58:55.331 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfa33280-730e-4356-843d-ba2085fb588c""}\n2025-07-16 16:58:55.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] received connection request\n2025-07-16 16:58:55.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:58:55.415 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] socks forwarding established\n2025-07-16 16:58:55.564 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Process exited with code 0\n2025-07-16 16:58:55.564 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Socket close event received\n2025-07-16 16:58:55.588 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53523 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:58:55.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] socks connection closed\n2025-07-16 16:59:55.569 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:59:55.572 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""964c9510-94f9-484b-92a0-da3f98ba08f3""}\n2025-07-16 16:59:55.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] received connection request\n2025-07-16 16:59:55.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:59:55.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] socks forwarding established\n2025-07-16 16:59:55.659 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Process exited with code 0\n2025-07-16 16:59:55.659 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] socks connection closed\n2025-07-16 16:59:55.659 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Socket close event received\n2025-07-16 16:59:55.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53597 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:00:55.665 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:00:55.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] received connection request\n2025-07-16 17:00:55.669 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad5f86a6-4e50-4d69-8e64-005fa53a8f18""}\n2025-07-16 17:00:55.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:00:55.708 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] socks forwarding established\n2025-07-16 17:00:55.740 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Process exited with code 0\n2025-07-16 17:00:55.741 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] socks connection closed\n2025-07-16 17:00:55.741 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Socket close event received\n2025-07-16 17:00:55.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:01:55.743 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:01:55.744 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6ce8495d-4cfa-4ba2-9975-f4446ad0a702""}\n2025-07-16 17:01:55.744 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] received connection request\n2025-07-16 17:01:55.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:01:55.880 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] socks forwarding established\n2025-07-16 17:01:56.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] socks connection closed\n2025-07-16 17:01:56.038 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Process exited with code 0\n2025-07-16 17:01:56.038 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Socket close event received\n2025-07-16 17:01:56.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53744 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:02:56.044 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:02:56.045 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d931048-9550-4288-a87f-c19709414b30""}\n2025-07-16 17:02:56.046 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] received connection request\n2025-07-16 17:02:56.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:02:56.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] socks forwarding established\n2025-07-16 17:02:56.283 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Process exited with code 0\n2025-07-16 17:02:56.283 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] socks connection closed\n2025-07-16 17:02:56.284 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Socket close event received\n2025-07-16 17:02:56.307 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53830 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:03:56.289 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:03:56.291 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""47b50ee3-82f8-4c0b-aa87-781c4899535f""}\n2025-07-16 17:03:56.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] received connection request\n2025-07-16 17:03:56.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:03:56.326 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] socks forwarding established\n2025-07-16 17:03:56.353 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Process exited with code 0\n2025-07-16 17:03:56.353 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Socket close event received\n2025-07-16 17:03:56.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] socks connection closed\n2025-07-16 17:03:56.378 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53856 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:04:56.359 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:04:56.360 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e53cd641-0d95-40c3-bf30-395c4fd12c93""}\n2025-07-16 17:04:56.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] received connection request\n2025-07-16 17:04:56.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:04:56.411 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] socks forwarding established\n2025-07-16 17:04:56.486 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Process exited with code 0\n2025-07-16 17:04:56.486 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] socks connection closed\n2025-07-16 17:04:56.486 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Socket close event received\n2025-07-16 17:04:56.511 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53923 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:05:56.487 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:05:56.489 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d290ce3-134f-4680-b0f9-cd92a382dc6b""}\n2025-07-16 17:05:56.489 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] received connection request\n2025-07-16 17:05:56.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:05:56.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] socks forwarding established\n2025-07-16 17:05:56.542 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Process exited with code 0\n2025-07-16 17:05:56.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] socks connection closed\n2025-07-16 17:05:56.542 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Socket close event received\n2025-07-16 17:05:56.574 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53975 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:06:56.548 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:06:56.551 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d915bc7d-4b62-4b8c-9b68-4994d467b9f4""}\n2025-07-16 17:06:56.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] received connection request\n2025-07-16 17:06:56.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:06:56.582 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] socks forwarding established\n2025-07-16 17:06:56.665 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Process exited with code 0\n2025-07-16 17:06:56.665 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] socks connection closed\n2025-07-16 17:06:56.665 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Socket close event received\n2025-07-16 17:06:56.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54013 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:07:56.670 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:07:56.673 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602""}\n2025-07-16 17:07:56.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] received connection request\n2025-07-16 17:07:56.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:07:56.698 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] socks forwarding established\n2025-07-16 17:07:56.724 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Process exited with code 0\n2025-07-16 17:07:56.724 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Socket close event received\n2025-07-16 17:07:56.725 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] socks connection closed\n2025-07-16 17:07:56.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54052 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:08:56.730 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:08:56.732 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""205ef38d-31c4-4a7f-aad2-b4acd0b19425""}\n2025-07-16 17:08:56.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] received connection request\n2025-07-16 17:08:56.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:08:56.759 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] socks forwarding established\n2025-07-16 17:08:56.786 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Process exited with code 0\n2025-07-16 17:08:56.786 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Socket close event received\n2025-07-16 17:08:56.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] socks connection closed\n2025-07-16 17:08:56.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54082 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:09:56.792 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:09:56.794 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d6f50049-8488-463d-b573-6e6519f796bb""}\n2025-07-16 17:09:56.795 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] received connection request\n2025-07-16 17:09:56.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:09:56.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] socks forwarding established\n2025-07-16 17:09:56.853 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Process exited with code 0\n2025-07-16 17:09:56.854 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] socks connection closed\n2025-07-16 17:09:56.854 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Socket close event received\n2025-07-16 17:09:56.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54122 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:10:56.856 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:10:56.858 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756""}\n2025-07-16 17:10:56.859 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] received connection request\n2025-07-16 17:10:56.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:10:56.883 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] socks forwarding established\n2025-07-16 17:10:57.025 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Process exited with code 0\n2025-07-16 17:10:57.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] socks connection closed\n2025-07-16 17:10:57.025 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Socket close event received\n2025-07-16 17:10:57.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54156 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:11:57.026 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:11:57.029 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9cb54f11-6c09-4931-a5b8-8eb9e7a18602""}\n2025-07-16 17:11:57.029 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] received connection request\n2025-07-16 17:11:57.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:11:57.083 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] socks forwarding established\n2025-07-16 17:11:57.257 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Process exited with code 0\n2025-07-16 17:11:57.257 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Socket close event received\n2025-07-16 17:11:57.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] socks connection closed\n2025-07-16 17:11:57.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54195 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:12:57.262 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:12:57.265 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b3d32834-2942-4677-8962-43405446dab6""}\n2025-07-16 17:12:57.265 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] received connection request\n2025-07-16 17:12:57.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:12:57.373 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] socks forwarding established\n2025-07-16 17:12:57.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] socks connection closed\n2025-07-16 17:12:57.402 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Process exited with code 0\n2025-07-16 17:12:57.403 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Socket close event received\n2025-07-16 17:12:57.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54245 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:13:57.407 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:13:57.409 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8625194-ca95-4578-b83f-cb33dd1ad7d0""}\n2025-07-16 17:13:57.410 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] received connection request\n2025-07-16 17:13:57.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:13:57.437 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] socks forwarding established\n2025-07-16 17:13:57.595 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Process exited with code 0\n2025-07-16 17:13:57.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] socks connection closed\n2025-07-16 17:13:57.596 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Socket close event received\n2025-07-16 17:13:57.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54271 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:14:57.600 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:14:57.602 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9e715260-a8a9-4d85-9bd4-e81109c4bb47""}\n2025-07-16 17:14:57.603 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] received connection request\n2025-07-16 17:14:57.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:14:57.633 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] socks forwarding established\n2025-07-16 17:14:57.659 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Process exited with code 0\n2025-07-16 17:14:57.659 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] socks connection closed\n2025-07-16 17:14:57.659 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Socket close event received\n2025-07-16 17:14:57.683 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54316 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:15:57.663 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:15:57.665 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b15ab25a-1a9c-4d85-88cb-458fdc4330f0""}\n2025-07-16 17:15:57.665 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] received connection request\n2025-07-16 17:15:57.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:15:57.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] socks forwarding established\n2025-07-16 17:15:57.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] socks connection closed\n2025-07-16 17:15:57.733 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Process exited with code 0\n2025-07-16 17:15:57.733 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Socket close event received\n2025-07-16 17:15:57.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:16:57.735 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:16:57.737 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8c92783-8c9c-4205-a94b-0381a8680b63""}\n2025-07-16 17:16:57.738 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] received connection request\n2025-07-16 17:16:57.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:16:57.765 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] socks forwarding established\n2025-07-16 17:16:57.923 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Process exited with code 0\n2025-07-16 17:16:57.923 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] socks connection closed\n2025-07-16 17:16:57.923 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Socket close event received\n2025-07-16 17:16:57.946 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54382 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:17:57.927 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:17:57.929 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1c8c1615-5e3b-4471-99b8-c09952575c2f""}\n2025-07-16 17:17:57.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] received connection request\n2025-07-16 17:17:57.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:17:57.996 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] socks forwarding established\n2025-07-16 17:17:58.156 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Process exited with code 0\n2025-07-16 17:17:58.156 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] socks connection closed\n2025-07-16 17:17:58.157 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Socket close event received\n2025-07-16 17:17:58.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54428 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:18:58.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:18:58.164 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""82a5a51d-dbd9-4b1e-8986-503c502b080e""}\n2025-07-16 17:18:58.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] received connection request\n2025-07-16 17:18:58.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:18:58.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] socks forwarding established\n2025-07-16 17:18:58.304 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Process exited with code 0\n2025-07-16 17:18:58.305 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] socks connection closed\n2025-07-16 17:18:58.305 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Socket close event received\n2025-07-16 17:18:58.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54451 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:19:58.308 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:19:58.310 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] received connection request\n2025-07-16 17:19:58.310 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""924c97c4-791b-41a3-b5e4-15a2bbadad5f""}\n2025-07-16 17:19:58.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:19:58.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] socks forwarding established\n2025-07-16 17:19:58.586 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Process exited with code 0\n2025-07-16 17:19:58.587 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] socks connection closed\n2025-07-16 17:19:58.587 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Socket close event received\n2025-07-16 17:19:58.703 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54488 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:20:58.590 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:20:58.591 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] received connection request\n2025-07-16 17:20:58.592 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""94c09aac-1783-4c40-83b8-87f8e5681efe""}\n2025-07-16 17:20:58.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:20:58.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] socks forwarding established\n2025-07-16 17:20:58.764 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Process exited with code 0\n2025-07-16 17:20:58.764 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Socket close event received\n2025-07-16 17:20:58.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] socks connection closed\n2025-07-16 17:20:58.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54515 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:21:58.767 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:21:58.770 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d5092d3b-1c57-449a-92d4-3ba5149b289e""}\n2025-07-16 17:21:58.771 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] received connection request\n2025-07-16 17:21:58.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:21:58.799 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] socks forwarding established\n2025-07-16 17:21:58.829 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Process exited with code 0\n2025-07-16 17:21:58.830 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] socks connection closed\n2025-07-16 17:21:58.830 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Socket close event received\n2025-07-16 17:21:58.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54563 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:22:58.834 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:22:58.835 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6""}\n2025-07-16 17:22:58.836 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] received connection request\n2025-07-16 17:22:58.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:22:58.862 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] socks forwarding established\n2025-07-16 17:22:58.887 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Process exited with code 0\n2025-07-16 17:22:58.888 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Socket close event received\n2025-07-16 17:22:58.888 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] socks connection closed\n2025-07-16 17:22:58.925 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54598 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:23:58.893 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:23:58.895 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9106596-9b29-4aaa-9ed0-947b4635666c""}\n2025-07-16 17:23:58.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] received connection request\n2025-07-16 17:23:58.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:23:58.921 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] socks forwarding established\n2025-07-16 17:23:58.948 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Process exited with code 0\n2025-07-16 17:23:58.948 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Socket close event received\n2025-07-16 17:23:58.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] socks connection closed\n2025-07-16 17:23:58.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54622 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:24:58.950 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:24:58.951 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""55780904-22b1-4273-8677-fa5a51102d11""}\n2025-07-16 17:24:58.952 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] received connection request\n2025-07-16 17:24:58.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:24:58.977 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] socks forwarding established\n2025-07-16 17:24:59.006 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Process exited with code 0\n2025-07-16 17:24:59.006 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] socks connection closed\n2025-07-16 17:24:59.006 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Socket close event received\n2025-07-16 17:24:59.030 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54673 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:25:59.011 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:25:59.012 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5db6896b-947a-441a-bfa7-39e2e1001406""}\n2025-07-16 17:25:59.013 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] received connection request\n2025-07-16 17:25:59.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:25:59.042 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] socks forwarding established\n2025-07-16 17:25:59.069 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Process exited with code 0\n2025-07-16 17:25:59.069 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Socket close event received\n2025-07-16 17:25:59.083 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] socks connection closed\n2025-07-16 17:25:59.095 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54735 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:26:59.072 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:26:59.073 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121""}\n2025-07-16 17:26:59.074 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] received connection request\n2025-07-16 17:26:59.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:26:59.099 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] socks forwarding established\n2025-07-16 17:26:59.125 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Process exited with code 0\n2025-07-16 17:26:59.125 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Socket close event received\n2025-07-16 17:26:59.125 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] socks connection closed\n2025-07-16 17:26:59.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54804 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:27:59.127 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:27:59.129 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b289b0d3-76b4-43d7-8c07-55e68d923593""}\n2025-07-16 17:27:59.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] received connection request\n2025-07-16 17:27:59.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:27:59.154 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] socks forwarding established\n2025-07-16 17:27:59.182 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Process exited with code 0\n2025-07-16 17:27:59.182 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] socks connection closed\n2025-07-16 17:27:59.182 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Socket close event received\n2025-07-16 17:27:59.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:28:59.188 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:28:59.189 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb869105-2ccb-4f2b-9738-6bf45f7d89d7""}\n2025-07-16 17:28:59.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] received connection request\n2025-07-16 17:28:59.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:28:59.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] socks forwarding established\n2025-07-16 17:28:59.238 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Process exited with code 0\n2025-07-16 17:28:59.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] socks connection closed\n2025-07-16 17:28:59.239 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Socket close event received\n2025-07-16 17:28:59.263 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:29:59.241 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:29:59.243 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8bed8e09-6765-48be-8712-bb1af006a694""}\n2025-07-16 17:29:59.244 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] received connection request\n2025-07-16 17:29:59.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:29:59.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] socks forwarding established\n2025-07-16 17:29:59.354 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Process exited with code 0\n2025-07-16 17:29:59.354 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] socks connection closed\n2025-07-16 17:29:59.354 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Socket close event received\n2025-07-16 17:29:59.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54941 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:30:59.356 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:30:59.358 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""52a9dc7b-a247-4749-adf2-36e1acf3797e""}\n2025-07-16 17:30:59.358 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] received connection request\n2025-07-16 17:30:59.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:30:59.382 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] socks forwarding established\n2025-07-16 17:30:59.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] socks connection closed\n2025-07-16 17:30:59.413 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Process exited with code 0\n2025-07-16 17:30:59.413 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Socket close event received\n2025-07-16 17:30:59.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54979 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:31:59.416 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:31:59.418 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c485cc6b-7841-40da-a510-9538e08b94bb""}\n2025-07-16 17:31:59.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] received connection request\n2025-07-16 17:31:59.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:31:59.443 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] socks forwarding established\n2025-07-16 17:31:59.471 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Process exited with code 0\n2025-07-16 17:31:59.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] socks connection closed\n2025-07-16 17:31:59.471 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Socket close event received\n2025-07-16 17:31:59.496 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55045 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:32:59.472 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:32:59.474 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7dc65128-f43d-4fa2-984b-6ac252bf782e""}\n2025-07-16 17:32:59.475 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] received connection request\n2025-07-16 17:32:59.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:32:59.500 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] socks forwarding established\n2025-07-16 17:32:59.527 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Process exited with code 0\n2025-07-16 17:32:59.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] socks connection closed\n2025-07-16 17:32:59.528 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Socket close event received\n2025-07-16 17:32:59.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55102 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:33:59.532 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:33:59.533 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aa2e0796-cb42-4cd6-aea1-a044fea05ed8""}\n2025-07-16 17:33:59.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] received connection request\n2025-07-16 17:33:59.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:33:59.560 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] socks forwarding established\n2025-07-16 17:33:59.588 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Process exited with code 0\n2025-07-16 17:33:59.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] socks connection closed\n2025-07-16 17:33:59.588 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Socket close event received\n2025-07-16 17:33:59.612 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55130 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:34:59.593 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:34:59.595 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a68b897-86b8-4c06-8f1d-67fc34a662e9""}\n2025-07-16 17:34:59.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] received connection request\n2025-07-16 17:34:59.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:34:59.621 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] socks forwarding established\n2025-07-16 17:34:59.647 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Process exited with code 0\n2025-07-16 17:34:59.647 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] socks connection closed\n2025-07-16 17:34:59.647 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Socket close event received\n2025-07-16 17:34:59.671 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55173 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:35:59.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:35:59.651 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f8664e7c-42b1-400d-ad16-a2c72f15625d""}\n2025-07-16 17:35:59.652 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] received connection request\n2025-07-16 17:35:59.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:35:59.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] socks forwarding established\n2025-07-16 17:35:59.716 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Process exited with code 0\n2025-07-16 17:35:59.716 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] socks connection closed\n2025-07-16 17:35:59.717 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Socket close event received\n2025-07-16 17:35:59.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55203 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:36:59.720 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:36:59.721 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fd07de6-d8b7-4a51-8bd1-357ce1351ad3""}\n2025-07-16 17:36:59.721 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] received connection request\n2025-07-16 17:36:59.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:36:59.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] socks forwarding established\n2025-07-16 17:36:59.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] socks connection closed\n2025-07-16 17:36:59.794 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Process exited with code 0\n2025-07-16 17:36:59.794 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Socket close event received\n2025-07-16 17:36:59.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55258 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:37:59.799 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:37:59.802 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f89df9c-3aa9-4033-9877-e4f8083b2408""}\n2025-07-16 17:37:59.802 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] received connection request\n2025-07-16 17:37:59.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:37:59.851 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] socks forwarding established\n2025-07-16 17:37:59.877 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Process exited with code 0\n2025-07-16 17:37:59.878 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] socks connection closed\n2025-07-16 17:37:59.878 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Socket close event received\n2025-07-16 17:37:59.901 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55302 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:38:59.880 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:38:59.883 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7c3cfd4f-4366-47f0-999d-3e6ef22be9c3""}\n2025-07-16 17:38:59.883 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] received connection request\n2025-07-16 17:38:59.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:38:59.908 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] socks forwarding established\n2025-07-16 17:38:59.959 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Process exited with code 0\n2025-07-16 17:38:59.959 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] socks connection closed\n2025-07-16 17:38:59.960 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Socket close event received\n2025-07-16 17:38:59.984 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55340 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:39:59.965 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:39:59.967 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ac2d4b05-77d4-4571-b576-8efee7efab29""}\n2025-07-16 17:39:59.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] received connection request\n2025-07-16 17:39:59.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:39:59.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] socks forwarding established\n2025-07-16 17:40:00.039 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Process exited with code 0\n2025-07-16 17:40:00.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] socks connection closed\n2025-07-16 17:40:00.039 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Socket close event received\n2025-07-16 17:40:00.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55401 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:41:00.045 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:41:00.046 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""391a5c25-5ef8-4874-867c-365d53f20cae""}\n2025-07-16 17:41:00.046 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] received connection request\n2025-07-16 17:41:00.047 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:41:00.071 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] socks forwarding established\n2025-07-16 17:41:00.096 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Process exited with code 0\n2025-07-16 17:41:00.097 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] socks connection closed\n2025-07-16 17:41:00.097 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Socket close event received\n2025-07-16 17:41:00.122 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55426 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:42:00.100 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:42:00.102 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1c59febb-cd79-4f1f-9a93-be8d2276812e""}\n2025-07-16 17:42:00.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] received connection request\n2025-07-16 17:42:00.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:42:00.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] socks forwarding established\n2025-07-16 17:42:00.175 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Process exited with code 0\n2025-07-16 17:42:00.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] socks connection closed\n2025-07-16 17:42:00.176 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Socket close event received\n2025-07-16 17:42:00.199 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55465 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:43:00.179 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:43:00.182 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c""}\n2025-07-16 17:43:00.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] received connection request\n2025-07-16 17:43:00.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:43:00.281 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] socks forwarding established\n2025-07-16 17:43:00.310 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Process exited with code 0\n2025-07-16 17:43:00.311 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] socks connection closed\n2025-07-16 17:43:00.312 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Socket close event received\n2025-07-16 17:43:00.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55505 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:44:00.316 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:44:00.317 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88ae8cdc-b48d-4987-a121-e373898b8b67""}\n2025-07-16 17:44:00.317 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] received connection request\n2025-07-16 17:44:00.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:44:00.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] socks forwarding established\n2025-07-16 17:44:00.416 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Process exited with code 0\n2025-07-16 17:44:00.416 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] socks connection closed\n2025-07-16 17:44:00.416 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Socket close event received\n2025-07-16 17:44:00.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55547 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:45:00.422 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:45:00.424 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b""}\n2025-07-16 17:45:00.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] received connection request\n2025-07-16 17:45:00.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:45:00.467 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] socks forwarding established\n2025-07-16 17:45:00.494 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Process exited with code 0\n2025-07-16 17:45:00.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] socks connection closed\n2025-07-16 17:45:00.494 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Socket close event received\n2025-07-16 17:45:00.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55597 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:46:00.500 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:46:00.501 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""914c9265-d1d3-4342-93fe-c248957347d4""}\n2025-07-16 17:46:00.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] received connection request\n2025-07-16 17:46:00.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:46:00.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] socks forwarding established\n2025-07-16 17:46:00.578 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Process exited with code 0\n2025-07-16 17:46:00.578 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] socks connection closed\n2025-07-16 17:46:00.579 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Socket close event received\n2025-07-16 17:46:00.604 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55628 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:47:00.584 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:47:00.586 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c1e38575-3b6b-4ecd-a67f-f4a07aaa139b""}\n2025-07-16 17:47:00.587 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] received connection request\n2025-07-16 17:47:00.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:47:00.613 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] socks forwarding established\n2025-07-16 17:47:00.640 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Process exited with code 0\n2025-07-16 17:47:00.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] socks connection closed\n2025-07-16 17:47:00.641 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Socket close event received\n2025-07-16 17:47:00.663 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:48:00.645 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:48:00.646 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb2cdff4-a037-448a-8324-29fcc499b3aa""}\n2025-07-16 17:48:00.647 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] received connection request\n2025-07-16 17:48:00.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:48:00.672 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] socks forwarding established\n2025-07-16 17:48:00.698 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Process exited with code 0\n2025-07-16 17:48:00.698 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Socket close event received\n2025-07-16 17:48:00.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] socks connection closed\n2025-07-16 17:48:00.723 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55713 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:49:00.704 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:49:00.705 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3bce143c-bb77-4f9e-a912-3ceefae06896""}\n2025-07-16 17:49:00.705 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] received connection request\n2025-07-16 17:49:00.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:49:00.706 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:49:00.729 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] socks forwarding established\n2025-07-16 17:49:00.757 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Process exited with code 0\n2025-07-16 17:49:00.757 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Socket close event received\n2025-07-16 17:49:00.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55739 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:49:00.780 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] socks connection closed\n2025-07-16 17:50:00.758 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:50:00.759 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6665650e-601e-41cc-9981-85a47fa23486""}\n2025-07-16 17:50:00.760 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] received connection request\n2025-07-16 17:50:00.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:50:00.760 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:50:00.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] socks forwarding established\n2025-07-16 17:50:00.833 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Process exited with code 0\n2025-07-16 17:50:00.833 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] socks connection closed\n2025-07-16 17:50:00.833 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Socket close event received\n2025-07-16 17:50:00.857 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55783 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:51:00.838 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:51:00.840 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d379ceea-6702-4ade-8e98-8e9e7b5dff33""}\n2025-07-16 17:51:00.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] received connection request\n2025-07-16 17:51:00.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:51:00.869 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] socks forwarding established\n2025-07-16 17:51:00.918 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Process exited with code 0\n2025-07-16 17:51:00.918 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] socks connection closed\n2025-07-16 17:51:00.919 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Socket close event received\n2025-07-16 17:51:00.943 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:52:00.921 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:52:00.922 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""68b1e2f5-7b04-42f4-9434-9735c229f42e""}\n2025-07-16 17:52:00.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] received connection request\n2025-07-16 17:52:00.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:52:00.947 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] socks forwarding established\n2025-07-16 17:52:00.995 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Process exited with code 0\n2025-07-16 17:52:00.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] socks connection closed\n2025-07-16 17:52:00.996 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Socket close event received\n2025-07-16 17:52:01.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55855 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:53:01.001 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:53:01.003 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51716921-f06e-4fed-9894-0228a3e05928""}\n2025-07-16 17:53:01.004 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] received connection request\n2025-07-16 17:53:01.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:53:01.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] socks forwarding established\n2025-07-16 17:53:01.196 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Process exited with code 0\n2025-07-16 17:53:01.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] socks connection closed\n2025-07-16 17:53:01.197 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Socket close event received\n2025-07-16 17:53:01.220 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55920 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:54:01.211 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:54:01.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] received connection request\n2025-07-16 17:54:01.213 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5724c853-d459-4c42-a018-aa3d772c745a""}\n2025-07-16 17:54:01.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:54:01.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] socks forwarding established\n2025-07-16 17:54:01.285 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Process exited with code 0\n2025-07-16 17:54:01.285 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] socks connection closed\n2025-07-16 17:54:01.285 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Socket close event received\n2025-07-16 17:54:01.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:55:01.287 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:55:01.290 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""04db1326-a442-4b12-adfe-01c3dab3e9dc""}\n2025-07-16 17:55:01.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] received connection request\n2025-07-16 17:55:01.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:55:01.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] socks forwarding established\n2025-07-16 17:55:01.463 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Process exited with code 0\n2025-07-16 17:55:01.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] socks connection closed\n2025-07-16 17:55:01.463 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Socket close event received\n2025-07-16 17:55:01.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55998 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:56:01.469 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:56:01.472 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad5e654e-9269-4bc2-88dc-9fb84d586e4c""}\n2025-07-16 17:56:01.473 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] received connection request\n2025-07-16 17:56:01.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:56:01.499 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] socks forwarding established\n2025-07-16 17:56:01.659 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Process exited with code 0\n2025-07-16 17:56:01.659 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Socket close event received\n2025-07-16 17:56:01.660 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] socks connection closed\n2025-07-16 17:56:01.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56030 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:57:01.665 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:57:01.666 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a345a99a-67de-4bbd-8df3-b152b847d792""}\n2025-07-16 17:57:01.667 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] received connection request\n2025-07-16 17:57:01.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:57:01.709 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] socks forwarding established\n2025-07-16 17:57:01.870 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Process exited with code 0\n2025-07-16 17:57:01.870 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] socks connection closed\n2025-07-16 17:57:01.871 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Socket close event received\n2025-07-16 17:57:01.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56068 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:58:01.876 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:58:01.877 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a22f99bd-3061-44fe-9b59-4c5ab3526c82""}\n2025-07-16 17:58:01.877 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] received connection request\n2025-07-16 17:58:01.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:58:01.878 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:58:01.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] socks forwarding established\n2025-07-16 17:58:02.025 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Process exited with code 0\n2025-07-16 17:58:02.026 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] socks connection closed\n2025-07-16 17:58:02.026 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Socket close event received\n2025-07-16 17:58:02.051 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56116 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:59:02.031 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:59:02.033 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d7d50712-ecdb-47db-b861-827812ca23fb""}\n2025-07-16 17:59:02.034 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] received connection request\n2025-07-16 17:59:02.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:59:02.061 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] socks forwarding established\n2025-07-16 17:59:02.087 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Process exited with code 0\n2025-07-16 17:59:02.088 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Socket close event received\n2025-07-16 17:59:02.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] socks connection closed\n2025-07-16 17:59:02.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56148 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:00:02.092 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:00:02.094 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4953be61-156c-419b-a949-d0736a258fb0""}\n2025-07-16 18:00:02.095 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] received connection request\n2025-07-16 18:00:02.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:00:02.143 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] socks forwarding established\n2025-07-16 18:00:02.303 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Process exited with code 0\n2025-07-16 18:00:02.304 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] socks connection closed\n2025-07-16 18:00:02.304 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Socket close event received\n2025-07-16 18:00:02.326 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56198 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:01:02.309 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:01:02.311 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec77c1da-7a15-4a2d-bd26-cd70c2a0a754""}\n2025-07-16 18:01:02.312 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] received connection request\n2025-07-16 18:01:02.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:01:02.337 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] socks forwarding established\n2025-07-16 18:01:02.366 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Process exited with code 0\n2025-07-16 18:01:02.366 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Socket close event received\n2025-07-16 18:01:02.366 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] socks connection closed\n2025-07-16 18:01:02.389 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56254 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:02:02.369 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:02:02.371 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""605b6d04-bb87-4c4d-a3d6-9e3843234c47""}\n2025-07-16 18:02:02.371 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] received connection request\n2025-07-16 18:02:02.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:02:02.371 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:02:02.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] socks forwarding established\n2025-07-16 18:02:02.423 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Process exited with code 0\n2025-07-16 18:02:02.423 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Socket close event received\n2025-07-16 18:02:02.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] socks connection closed\n2025-07-16 18:02:02.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:03:02.424 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:03:02.427 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2f305572-87eb-4f80-a4f4-74b3d89114a7""}\n2025-07-16 18:03:02.427 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] received connection request\n2025-07-16 18:03:02.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:03:02.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] socks forwarding established\n2025-07-16 18:03:02.588 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Process exited with code 0\n2025-07-16 18:03:02.589 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] socks connection closed\n2025-07-16 18:03:02.589 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Socket close event received\n2025-07-16 18:03:02.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56397 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:04:02.589 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:04:02.591 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""af46dfb0-4292-4c2f-bbff-d38233abe64b""}\n2025-07-16 18:04:02.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] received connection request\n2025-07-16 18:04:02.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:04:02.618 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] socks forwarding established\n2025-07-16 18:04:02.645 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Process exited with code 0\n2025-07-16 18:04:02.646 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] socks connection closed\n2025-07-16 18:04:02.646 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Socket close event received\n2025-07-16 18:04:02.668 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56427 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:05:02.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:05:02.650 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8d170b7d-92f8-4c90-a978-d32c486d5852""}\n2025-07-16 18:05:02.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] received connection request\n2025-07-16 18:05:02.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:05:02.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] socks forwarding established\n2025-07-16 18:05:02.707 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Process exited with code 0\n2025-07-16 18:05:02.707 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] socks connection closed\n2025-07-16 18:05:02.707 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Socket close event received\n2025-07-16 18:05:02.732 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56474 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:06:02.711 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:06:02.713 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0218de3e-ca49-4a48-bdad-605cf766876d""}\n2025-07-16 18:06:02.713 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] received connection request\n2025-07-16 18:06:02.714 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:06:02.742 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] socks forwarding established\n2025-07-16 18:06:02.775 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Process exited with code 0\n2025-07-16 18:06:02.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] socks connection closed\n2025-07-16 18:06:02.775 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Socket close event received\n2025-07-16 18:06:02.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56501 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:07:02.780 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:07:02.783 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7bf7b272-84d3-4008-996d-5f02df4e680e""}\n2025-07-16 18:07:02.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] received connection request\n2025-07-16 18:07:02.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:07:02.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] socks forwarding established\n2025-07-16 18:07:02.840 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Process exited with code 0\n2025-07-16 18:07:02.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] socks connection closed\n2025-07-16 18:07:02.841 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Socket close event received\n2025-07-16 18:07:02.863 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56543 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:08:02.845 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:08:02.845 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9f87c3d-1baf-4ea3-9108-acc316f11c06""}\n2025-07-16 18:08:02.846 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] received connection request\n2025-07-16 18:08:02.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:08:02.871 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] socks forwarding established\n2025-07-16 18:08:02.900 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Process exited with code 0\n2025-07-16 18:08:02.901 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] socks connection closed\n2025-07-16 18:08:02.901 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Socket close event received\n2025-07-16 18:08:02.925 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56584 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:09:02.902 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:09:02.904 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10e016bd-e5ee-4d3a-9e97-4068bbd95c80""}\n2025-07-16 18:09:02.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] received connection request\n2025-07-16 18:09:02.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:09:05.603 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] socks forwarding established\n2025-07-16 18:09:05.662 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Process exited with code 0\n2025-07-16 18:09:05.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] socks connection closed\n2025-07-16 18:09:05.663 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Socket close event received\n2025-07-16 18:09:05.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56619 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:10:05.668 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:10:05.669 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c88ecf13-2f4c-49db-a22d-daba723d35b3""}\n2025-07-16 18:10:05.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] received connection request\n2025-07-16 18:10:05.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:10:06.075 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] socks forwarding established\n2025-07-16 18:10:06.129 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Process exited with code 0\n2025-07-16 18:10:06.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] socks connection closed\n2025-07-16 18:10:06.129 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Socket close event received\n2025-07-16 18:10:06.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:11:06.132 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:11:06.134 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1b28b273-31d5-4b95-a05e-1da61ef63ff7""}\n2025-07-16 18:11:06.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] received connection request\n2025-07-16 18:11:06.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:11:06.161 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] socks forwarding established\n2025-07-16 18:11:06.189 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Process exited with code 0\n2025-07-16 18:11:06.189 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Socket close event received\n2025-07-16 18:11:06.212 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] socks connection closed\n2025-07-16 18:11:06.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56699 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:12:06.194 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:12:06.196 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51abe081-4f28-4019-8729-0ff7b3764735""}\n2025-07-16 18:12:06.196 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] received connection request\n2025-07-16 18:12:06.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:12:06.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] socks forwarding established\n2025-07-16 18:12:06.251 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Process exited with code 0\n2025-07-16 18:12:06.251 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Socket close event received\n2025-07-16 18:12:06.273 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] socks connection closed\n2025-07-16 18:12:06.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56749 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:13:06.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:13:06.259 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51db9fd9-0d06-4e02-a4c7-ee128dfca8c4""}\n2025-07-16 18:13:06.260 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] received connection request\n2025-07-16 18:13:06.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:13:06.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] socks forwarding established\n2025-07-16 18:13:06.324 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Process exited with code 0\n2025-07-16 18:13:06.325 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Socket close event received\n2025-07-16 18:13:06.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] socks connection closed\n2025-07-16 18:13:06.349 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56786 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:14:06.329 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:14:06.331 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ceb1b83-52b9-438f-baee-be4a39cd36b9""}\n2025-07-16 18:14:06.331 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] received connection request\n2025-07-16 18:14:06.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:14:06.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] socks forwarding established\n2025-07-16 18:14:06.383 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Process exited with code 0\n2025-07-16 18:14:06.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] socks connection closed\n2025-07-16 18:14:06.383 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Socket close event received\n2025-07-16 18:14:06.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56811 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:15:06.389 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:15:06.391 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa""}\n2025-07-16 18:15:06.391 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] received connection request\n2025-07-16 18:15:06.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:15:06.416 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] socks forwarding established\n2025-07-16 18:15:06.441 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Process exited with code 0\n2025-07-16 18:15:06.441 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Socket close event received\n2025-07-16 18:15:06.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] socks connection closed\n2025-07-16 18:15:06.465 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56868 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:16:06.445 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:16:06.448 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""920f779d-4dd8-4039-aff2-6c699a2014c4""}\n2025-07-16 18:16:06.449 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] received connection request\n2025-07-16 18:16:06.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:16:06.473 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] socks forwarding established\n2025-07-16 18:16:06.502 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Process exited with code 0\n2025-07-16 18:16:06.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] socks connection closed\n2025-07-16 18:16:06.502 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Socket close event received\n2025-07-16 18:16:06.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:17:06.508 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:17:06.510 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f510301-59f8-40dc-9465-5e4dd8eff8b2""}\n2025-07-16 18:17:06.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] received connection request\n2025-07-16 18:17:06.511 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:17:06.538 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] socks forwarding established\n2025-07-16 18:17:06.566 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Process exited with code 0\n2025-07-16 18:17:06.566 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] socks connection closed\n2025-07-16 18:17:06.567 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Socket close event received\n2025-07-16 18:17:06.590 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:18:06.571 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:18:06.572 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""18383533-4f93-47af-b2c9-897dc49e1855""}\n2025-07-16 18:18:06.572 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] received connection request\n2025-07-16 18:18:06.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:18:06.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] socks forwarding established\n2025-07-16 18:18:06.620 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Process exited with code 0\n2025-07-16 18:18:06.620 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Socket close event received\n2025-07-16 18:18:06.620 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] socks connection closed\n2025-07-16 18:18:06.644 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57003 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:19:06.625 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:19:06.627 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""880a641b-c54c-4b0a-8973-c71dae81813b""}\n2025-07-16 18:19:06.628 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] received connection request\n2025-07-16 18:19:06.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:19:06.653 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] socks forwarding established\n2025-07-16 18:19:06.679 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Process exited with code 0\n2025-07-16 18:19:06.680 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Socket close event received\n2025-07-16 18:19:06.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] socks connection closed\n2025-07-16 18:19:06.703 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57049 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:20:06.685 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:20:06.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] received connection request\n2025-07-16 18:20:06.688 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb""}\n2025-07-16 18:20:06.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:20:06.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] socks forwarding established\n2025-07-16 18:20:06.742 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Process exited with code 0\n2025-07-16 18:20:06.742 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Socket close event received\n2025-07-16 18:20:06.743 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] socks connection closed\n2025-07-16 18:20:06.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57114 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:21:06.748 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:21:06.751 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9b6a5090-11fb-43fa-b0f4-398a748b6a81""}\n2025-07-16 18:21:06.751 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] received connection request\n2025-07-16 18:21:06.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:21:06.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] socks forwarding established\n2025-07-16 18:21:07.005 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Process exited with code 0\n2025-07-16 18:21:07.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] socks connection closed\n2025-07-16 18:21:07.006 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Socket close event received\n2025-07-16 18:21:07.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57145 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:22:07.009 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:22:07.010 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3aff3c68-b592-4a89-9cb0-b737d7e16e53""}\n2025-07-16 18:22:07.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] received connection request\n2025-07-16 18:22:07.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:22:07.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] socks forwarding established\n2025-07-16 18:22:07.190 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Process exited with code 0\n2025-07-16 18:22:07.190 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Socket close event received\n2025-07-16 18:22:07.191 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] socks connection closed\n2025-07-16 18:22:07.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57191 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:23:07.194 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:23:07.196 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a595a24-f984-4d54-8849-3887766893a6""}\n2025-07-16 18:23:07.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] received connection request\n2025-07-16 18:23:07.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:23:07.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] socks forwarding established\n2025-07-16 18:23:07.355 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Process exited with code 0\n2025-07-16 18:23:07.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] socks connection closed\n2025-07-16 18:23:07.355 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Socket close event received\n2025-07-16 18:23:07.379 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57226 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:24:07.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:24:07.360 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b7001eef-f2a4-4460-a602-923fb33d4e04""}\n2025-07-16 18:24:07.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] received connection request\n2025-07-16 18:24:07.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:24:07.414 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] socks forwarding established\n2025-07-16 18:24:07.502 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Process exited with code 0\n2025-07-16 18:24:07.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] socks connection closed\n2025-07-16 18:24:07.502 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Socket close event received\n2025-07-16 18:24:07.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57263 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:25:07.507 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:25:07.508 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fa6f01d5-35bc-4368-a212-168d03690bae""}\n2025-07-16 18:25:07.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] received connection request\n2025-07-16 18:25:07.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:25:07.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] socks forwarding established\n2025-07-16 18:25:07.695 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Process exited with code 0\n2025-07-16 18:25:07.695 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Socket close event received\n2025-07-16 18:25:07.845 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] socks connection closed\n2025-07-16 18:25:07.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:26:07.696 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:26:07.698 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d""}\n2025-07-16 18:26:07.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] received connection request\n2025-07-16 18:26:07.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:26:07.831 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] socks forwarding established\n2025-07-16 18:26:07.991 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Process exited with code 0\n2025-07-16 18:26:07.991 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] socks connection closed\n2025-07-16 18:26:07.992 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Socket close event received\n2025-07-16 18:26:08.017 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57351 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:27:07.997 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:27:07.999 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7515a7c-73bf-4d3b-9559-e6e78abecd89""}\n2025-07-16 18:27:07.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] received connection request\n2025-07-16 18:27:07.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:27:07.999 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:27:08.024 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] socks forwarding established\n2025-07-16 18:27:08.050 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] socks connection closed\n2025-07-16 18:27:08.050 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Process exited with code 0\n2025-07-16 18:27:08.050 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Socket close event received\n2025-07-16 18:27:08.075 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57409 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:28:08.053 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:28:08.056 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bfd4e9fc-f508-461b-bd3b-c37b66ccfb50""}\n2025-07-16 18:28:08.056 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] received connection request\n2025-07-16 18:28:08.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:28:08.080 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] socks forwarding established\n2025-07-16 18:28:08.109 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Process exited with code 0\n2025-07-16 18:28:08.109 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] socks connection closed\n2025-07-16 18:28:08.109 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Socket close event received\n2025-07-16 18:28:08.134 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57462 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:29:08.110 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:29:08.112 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""debfdf1c-f542-43c4-b156-dd1dc5aa15f3""}\n2025-07-16 18:29:08.112 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] received connection request\n2025-07-16 18:29:08.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:29:08.137 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] socks forwarding established\n2025-07-16 18:29:08.165 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Process exited with code 0\n2025-07-16 18:29:08.165 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Socket close event received\n2025-07-16 18:29:08.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57487 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:29:08.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] socks connection closed\n2025-07-16 18:30:08.167 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:30:08.169 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ce838c67-08da-4f13-8540-123172d58f3b""}\n2025-07-16 18:30:08.169 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] received connection request\n2025-07-16 18:30:08.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:30:08.194 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] socks forwarding established\n2025-07-16 18:30:08.338 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Process exited with code 0\n2025-07-16 18:30:08.338 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] socks connection closed\n2025-07-16 18:30:08.338 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Socket close event received\n2025-07-16 18:30:08.361 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57522 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:31:08.344 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:31:08.347 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bf6011b9-bc6f-4ed8-b73b-c21caf74a26a""}\n2025-07-16 18:31:08.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] received connection request\n2025-07-16 18:31:08.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:31:08.377 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] socks forwarding established\n2025-07-16 18:31:08.419 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Process exited with code 0\n2025-07-16 18:31:08.420 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] socks connection closed\n2025-07-16 18:31:08.420 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Socket close event received\n2025-07-16 18:31:08.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57578 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:32:08.421 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:32:08.423 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""045de876-173c-423a-a516-ccf574ddfc0f""}\n2025-07-16 18:32:08.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] received connection request\n2025-07-16 18:32:08.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:32:08.455 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] socks forwarding established\n2025-07-16 18:32:08.483 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Process exited with code 0\n2025-07-16 18:32:08.483 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] socks connection closed\n2025-07-16 18:32:08.483 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Socket close event received\n2025-07-16 18:32:08.507 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57618 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:33:08.486 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:33:08.488 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb20d259-d3f9-44f5-8d2b-63cc90c40144""}\n2025-07-16 18:33:08.488 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] received connection request\n2025-07-16 18:33:08.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:33:08.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] socks forwarding established\n2025-07-16 18:33:08.542 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Process exited with code 0\n2025-07-16 18:33:08.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] socks connection closed\n2025-07-16 18:33:08.542 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Socket close event received\n2025-07-16 18:33:08.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:34:08.545 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:34:08.548 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""250e232c-e716-4a43-ac88-13dea2997513""}\n2025-07-16 18:34:08.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] received connection request\n2025-07-16 18:34:08.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:34:08.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] socks forwarding established\n2025-07-16 18:34:08.600 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Process exited with code 0\n2025-07-16 18:34:08.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] socks connection closed\n2025-07-16 18:34:08.600 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Socket close event received\n2025-07-16 18:34:08.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57681 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:35:08.601 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:35:08.603 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e45a35c3-63a5-44fd-9f2b-4070afa8b1e3""}\n2025-07-16 18:35:08.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] received connection request\n2025-07-16 18:35:08.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:35:08.630 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] socks forwarding established\n2025-07-16 18:35:08.657 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Process exited with code 0\n2025-07-16 18:35:08.657 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Socket close event received\n2025-07-16 18:35:08.657 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] socks connection closed\n2025-07-16 18:35:08.680 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57730 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:36:08.658 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:36:08.661 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""883d9cc1-0daa-429d-a28e-257887dd705e""}\n2025-07-16 18:36:08.661 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] received connection request\n2025-07-16 18:36:08.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:36:08.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] socks forwarding established\n2025-07-16 18:36:08.716 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Process exited with code 0\n2025-07-16 18:36:08.716 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] socks connection closed\n2025-07-16 18:36:08.716 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Socket close event received\n2025-07-16 18:36:08.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57755 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:37:08.721 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:37:08.722 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8aa87846-648c-4930-a8e4-1e69564c517f""}\n2025-07-16 18:37:08.723 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] received connection request\n2025-07-16 18:37:08.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:37:08.748 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] socks forwarding established\n2025-07-16 18:37:08.775 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Process exited with code 0\n2025-07-16 18:37:08.775 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Socket close event received\n2025-07-16 18:37:08.776 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] socks connection closed\n2025-07-16 18:37:08.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:38:08.777 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:38:08.780 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""215aee5b-d857-447e-a5f2-98aa0b8378da""}\n2025-07-16 18:38:08.780 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] received connection request\n2025-07-16 18:38:08.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:38:08.805 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] socks forwarding established\n2025-07-16 18:38:08.832 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Process exited with code 0\n2025-07-16 18:38:08.832 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Socket close event received\n2025-07-16 18:38:08.856 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57848 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:38:08.856 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] socks connection closed\n2025-07-16 18:39:08.836 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:39:08.837 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2""}\n2025-07-16 18:39:08.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] received connection request\n2025-07-16 18:39:08.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:39:08.863 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] socks forwarding established\n2025-07-16 18:39:08.888 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Process exited with code 0\n2025-07-16 18:39:08.888 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Socket close event received\n2025-07-16 18:39:08.889 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] socks connection closed\n2025-07-16 18:39:08.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57894 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:40:08.894 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:40:08.896 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9f6ca6a2-8e68-468e-ada3-d4a43bc56306""}\n2025-07-16 18:40:08.897 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] received connection request\n2025-07-16 18:40:08.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:40:08.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] socks forwarding established\n2025-07-16 18:40:08.949 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Process exited with code 0\n2025-07-16 18:40:08.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] socks connection closed\n2025-07-16 18:40:08.949 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Socket close event received\n2025-07-16 18:40:08.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57941 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:41:08.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:41:08.954 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fcbd64b5-5c73-4d48-820a-eb4f80d47076""}\n2025-07-16 18:41:08.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] received connection request\n2025-07-16 18:41:08.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:41:08.955 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:41:08.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] socks forwarding established\n2025-07-16 18:41:09.004 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Process exited with code 0\n2025-07-16 18:41:09.004 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Socket close event received\n2025-07-16 18:41:09.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] socks connection closed\n2025-07-16 18:41:09.026 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57973 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:42:09.010 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:42:09.011 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""064d2347-f40a-4bf8-a388-b5cd92932b87""}\n2025-07-16 18:42:09.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] received connection request\n2025-07-16 18:42:09.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:42:09.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] socks forwarding established\n2025-07-16 18:42:09.060 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Process exited with code 0\n2025-07-16 18:42:09.060 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Socket close event received\n2025-07-16 18:42:09.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] socks connection closed\n2025-07-16 18:42:09.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58037 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:43:09.060 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:43:09.061 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad8d5bd8-64b5-49ed-b315-95d9fc99e047""}\n2025-07-16 18:43:09.062 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] received connection request\n2025-07-16 18:43:09.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:43:09.085 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] socks forwarding established\n2025-07-16 18:43:09.194 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Process exited with code 0\n2025-07-16 18:43:09.194 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] socks connection closed\n2025-07-16 18:43:09.194 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Socket close event received\n2025-07-16 18:43:09.218 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58087 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:44:09.200 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:44:09.201 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""331bb60a-b8a8-4e72-8ede-956578ac46c0""}\n2025-07-16 18:44:09.202 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] received connection request\n2025-07-16 18:44:09.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:44:09.273 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] socks forwarding established\n2025-07-16 18:44:09.431 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Process exited with code 0\n2025-07-16 18:44:09.432 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] socks connection closed\n2025-07-16 18:44:09.432 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Socket close event received\n2025-07-16 18:44:09.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58118 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:45:09.437 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:45:09.439 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7fb44d7b-fbd6-4e88-9642-d620989f1f83""}\n2025-07-16 18:45:09.439 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] received connection request\n2025-07-16 18:45:09.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:45:09.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] socks forwarding established\n2025-07-16 18:45:09.491 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Process exited with code 0\n2025-07-16 18:45:09.491 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Socket close event received\n2025-07-16 18:45:09.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] socks connection closed\n2025-07-16 18:45:09.522 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58172 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:46:09.491 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:46:09.493 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7b91046-9202-49fa-916b-0755b5e2cd9c""}\n2025-07-16 18:46:09.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] received connection request\n2025-07-16 18:46:09.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:46:09.521 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] socks forwarding established\n2025-07-16 18:46:09.549 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Process exited with code 0\n2025-07-16 18:46:09.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] socks connection closed\n2025-07-16 18:46:09.549 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Socket close event received\n2025-07-16 18:46:09.573 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58209 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:47:09.551 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:47:09.553 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""56eb7aaa-9a6d-409d-b14c-0c2c04f604ad""}\n2025-07-16 18:47:09.553 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] received connection request\n2025-07-16 18:47:09.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:47:09.579 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] socks forwarding established\n2025-07-16 18:47:09.607 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Process exited with code 0\n2025-07-16 18:47:09.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] socks connection closed\n2025-07-16 18:47:09.608 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Socket close event received\n2025-07-16 18:47:09.634 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:48:09.614 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:48:09.617 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f190bceb-328a-419c-bf03-51347a7c5dff""}\n2025-07-16 18:48:09.617 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] received connection request\n2025-07-16 18:48:09.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:48:09.643 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] socks forwarding established\n2025-07-16 18:48:09.668 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Process exited with code 0\n2025-07-16 18:48:09.668 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Socket close event received\n2025-07-16 18:48:09.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] socks connection closed\n2025-07-16 18:48:09.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58363 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:49:09.673 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:49:09.676 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ffde3f8-8268-4962-bbf2-d72b3976655c""}\n2025-07-16 18:49:09.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] received connection request\n2025-07-16 18:49:09.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:49:09.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] socks forwarding established\n2025-07-16 18:49:09.733 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Process exited with code 0\n2025-07-16 18:49:09.734 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] socks connection closed\n2025-07-16 18:49:09.734 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Socket close event received\n2025-07-16 18:49:09.759 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58403 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:50:09.742 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:50:09.745 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f42eca7a-7d92-4851-872b-fbf409d78d63""}\n2025-07-16 18:50:09.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] received connection request\n2025-07-16 18:50:09.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:50:09.774 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] socks forwarding established\n2025-07-16 18:50:09.799 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Process exited with code 0\n2025-07-16 18:50:09.800 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Socket close event received\n2025-07-16 18:50:09.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] socks connection closed\n2025-07-16 18:50:09.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58457 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:51:09.804 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:51:09.808 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] received connection request\n2025-07-16 18:51:09.808 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5368156d-79a1-4aa4-b298-a2be2ab35e23""}\n2025-07-16 18:51:09.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:51:09.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] socks forwarding established\n2025-07-16 18:51:09.876 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Process exited with code 0\n2025-07-16 18:51:09.876 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] socks connection closed\n2025-07-16 18:51:09.876 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Socket close event received\n2025-07-16 18:51:09.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58493 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:52:09.882 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:52:09.885 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b0ef90b0-30c8-4d1d-91da-944cb779fbe0""}\n2025-07-16 18:52:09.886 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] received connection request\n2025-07-16 18:52:09.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:52:09.916 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] socks forwarding established\n2025-07-16 18:52:09.943 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Process exited with code 0\n2025-07-16 18:52:09.943 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Socket close event received\n2025-07-16 18:52:09.944 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] socks connection closed\n2025-07-16 18:52:09.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58570 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:53:09.946 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:53:09.948 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""97d61bf5-7859-4ecf-8f92-4438d9c39c8c""}\n2025-07-16 18:53:09.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] received connection request\n2025-07-16 18:53:09.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:53:09.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] socks forwarding established\n2025-07-16 18:53:10.007 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Process exited with code 0\n2025-07-16 18:53:10.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] socks connection closed\n2025-07-16 18:53:10.007 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Socket close event received\n2025-07-16 18:53:10.032 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58611 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:54:10.012 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:54:10.013 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e15a0105-256f-4139-b362-65e0b1c18a2a""}\n2025-07-16 18:54:10.014 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] received connection request\n2025-07-16 18:54:10.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:54:10.040 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] socks forwarding established\n2025-07-16 18:54:10.068 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Process exited with code 0\n2025-07-16 18:54:10.068 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] socks connection closed\n2025-07-16 18:54:10.068 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Socket close event received\n2025-07-16 18:54:10.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58646 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:55:10.073 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:55:10.075 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2394dfb0-c41e-4f64-8296-c5241d899c2f""}\n2025-07-16 18:55:10.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] received connection request\n2025-07-16 18:55:10.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:55:10.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] socks forwarding established\n2025-07-16 18:55:10.129 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Process exited with code 0\n2025-07-16 18:55:10.130 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Socket close event received\n2025-07-16 18:55:10.131 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] socks connection closed\n2025-07-16 18:55:10.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58689 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:56:10.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:56:10.132 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5fd8ad8a-3023-4823-b13d-f84ee83d98b7""}\n2025-07-16 18:56:10.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] received connection request\n2025-07-16 18:56:10.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:56:10.158 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] socks forwarding established\n2025-07-16 18:56:10.185 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Process exited with code 0\n2025-07-16 18:56:10.185 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Socket close event received\n2025-07-16 18:56:10.186 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] socks connection closed\n2025-07-16 18:56:10.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58727 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:57:10.191 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:57:10.194 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fbb92fd-1198-4b4e-b24f-465f1c307b7c""}\n2025-07-16 18:57:10.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] received connection request\n2025-07-16 18:57:10.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:57:10.225 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] socks forwarding established\n2025-07-16 18:57:10.252 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Process exited with code 0\n2025-07-16 18:57:10.253 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Socket close event received\n2025-07-16 18:57:10.253 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] socks connection closed\n2025-07-16 18:57:10.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58765 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:58:10.259 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:58:10.261 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""63ae2a12-b760-4113-a579-5cc03b1140e8""}\n2025-07-16 18:58:10.262 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] received connection request\n2025-07-16 18:58:10.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:58:10.286 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] socks forwarding established\n2025-07-16 18:58:10.316 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Process exited with code 0\n2025-07-16 18:58:10.316 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] socks connection closed\n2025-07-16 18:58:10.317 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Socket close event received\n2025-07-16 18:58:10.341 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58833 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:59:10.317 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:59:10.318 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f466365-7724-4f9e-a419-e988721ebc5a""}\n2025-07-16 18:59:10.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] received connection request\n2025-07-16 18:59:10.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:59:10.318 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:59:10.341 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] socks forwarding established\n2025-07-16 18:59:10.366 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] socks connection closed\n2025-07-16 18:59:10.366 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Process exited with code 0\n2025-07-16 18:59:10.366 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Socket close event received\n2025-07-16 18:59:10.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58859 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:00:10.371 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:00:10.373 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d3163aac-0183-478d-9683-9d2d559fb704""}\n2025-07-16 19:00:10.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] received connection request\n2025-07-16 19:00:10.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:00:10.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] socks forwarding established\n2025-07-16 19:00:10.451 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Process exited with code 0\n2025-07-16 19:00:10.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] socks connection closed\n2025-07-16 19:00:10.451 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Socket close event received\n2025-07-16 19:00:10.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58901 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:01:10.454 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:01:10.455 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""64f823b1-9cf3-41b5-9d61-a33fb01efde6""}\n2025-07-16 19:01:10.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] received connection request\n2025-07-16 19:01:10.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:01:10.481 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] socks forwarding established\n2025-07-16 19:01:10.527 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Process exited with code 0\n2025-07-16 19:01:10.527 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] socks connection closed\n2025-07-16 19:01:10.527 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Socket close event received\n2025-07-16 19:01:10.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58934 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:02:10.528 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:02:10.530 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3bdb46e8-10be-4544-9abc-dc461f7d7336""}\n2025-07-16 19:02:10.532 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] received connection request\n2025-07-16 19:02:10.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:02:10.557 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] socks forwarding established\n2025-07-16 19:02:10.591 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Process exited with code 0\n2025-07-16 19:02:10.591 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Socket close event received\n2025-07-16 19:02:10.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] socks connection closed\n2025-07-16 19:02:10.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58969 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:03:10.597 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:03:10.599 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""df9da95f-bd5b-415c-a7cc-335f09bdba95""}\n2025-07-16 19:03:10.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] received connection request\n2025-07-16 19:03:10.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:03:10.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] socks forwarding established\n2025-07-16 19:03:10.770 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Process exited with code 0\n2025-07-16 19:03:10.770 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Socket close event received\n2025-07-16 19:03:10.793 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] socks connection closed\n2025-07-16 19:03:10.795 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59005 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:04:10.776 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:04:10.778 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""80243d8a-2277-49a1-94b5-5aaff788654e""}\n2025-07-16 19:04:10.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] received connection request\n2025-07-16 19:04:10.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:04:10.801 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] socks forwarding established\n2025-07-16 19:04:10.830 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] socks connection closed\n2025-07-16 19:04:10.830 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Process exited with code 0\n2025-07-16 19:04:10.830 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Socket close event received\n2025-07-16 19:04:10.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59032 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:05:10.837 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:05:10.841 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6dcb44d8-91e7-453e-82f8-8474bc286ee7""}\n2025-07-16 19:05:10.843 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] received connection request\n2025-07-16 19:05:10.844 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:05:11.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] socks forwarding established\n2025-07-16 19:05:11.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] socks connection closed\n2025-07-16 19:05:11.031 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Process exited with code 0\n2025-07-16 19:05:11.031 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Socket close event received\n2025-07-16 19:05:11.169 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59091 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:06:11.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:06:11.038 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""548b35d4-e9ad-436b-b39f-835e39fb36bb""}\n2025-07-16 19:06:11.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] received connection request\n2025-07-16 19:06:11.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:06:11.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] socks forwarding established\n2025-07-16 19:06:11.353 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Process exited with code 0\n2025-07-16 19:06:11.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] socks connection closed\n2025-07-16 19:06:11.353 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Socket close event received\n2025-07-16 19:06:11.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59158 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:07:11.353 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:07:11.355 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6b9093cc-88bd-4aa6-9046-2f464485f606""}\n2025-07-16 19:07:11.356 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] received connection request\n2025-07-16 19:07:11.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:07:11.382 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] socks forwarding established\n2025-07-16 19:07:11.432 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Process exited with code 0\n2025-07-16 19:07:11.432 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] socks connection closed\n2025-07-16 19:07:11.432 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Socket close event received\n2025-07-16 19:07:11.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59225 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:08:11.438 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:08:11.440 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""435fe038-b091-44ea-9f63-cf48c9c429ba""}\n2025-07-16 19:08:11.440 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] received connection request\n2025-07-16 19:08:11.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:08:11.465 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] socks forwarding established\n2025-07-16 19:08:11.615 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Process exited with code 0\n2025-07-16 19:08:11.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] socks connection closed\n2025-07-16 19:08:11.615 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Socket close event received\n2025-07-16 19:08:11.638 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59257 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:09:11.618 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:09:11.621 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e""}\n2025-07-16 19:09:11.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] received connection request\n2025-07-16 19:09:11.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:09:11.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] socks forwarding established\n2025-07-16 19:09:11.753 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Process exited with code 0\n2025-07-16 19:09:11.754 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Socket close event received\n2025-07-16 19:09:11.903 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59288 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:09:11.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] socks connection closed\n2025-07-16 19:10:11.759 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:10:11.761 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""57c76224-d2c0-4129-9a7c-01d7d3ff2500""}\n2025-07-16 19:10:11.762 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] received connection request\n2025-07-16 19:10:11.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:10:11.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] socks forwarding established\n2025-07-16 19:10:11.945 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Process exited with code 0\n2025-07-16 19:10:11.945 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Socket close event received\n2025-07-16 19:10:11.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] socks connection closed\n2025-07-16 19:10:11.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:11:11.947 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:11:11.949 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""94c60058-e54f-4b11-bee4-9b7377cee210""}\n2025-07-16 19:11:11.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] received connection request\n2025-07-16 19:11:11.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:11:12.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] socks forwarding established\n2025-07-16 19:11:12.274 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Process exited with code 0\n2025-07-16 19:11:12.274 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] socks connection closed\n2025-07-16 19:11:12.274 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Socket close event received\n2025-07-16 19:11:12.308 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59355 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:12:12.276 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:12:12.279 [info] [command][34792f3f-859e-4559-8470-937902022141] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""34792f3f-859e-4559-8470-937902022141""}\n2025-07-16 19:12:12.279 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] received connection request\n2025-07-16 19:12:12.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:12:12.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] socks forwarding established\n2025-07-16 19:12:12.362 [info] [command][34792f3f-859e-4559-8470-937902022141] Process exited with code 0\n2025-07-16 19:12:12.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] socks connection closed\n2025-07-16 19:12:12.363 [info] [command][34792f3f-859e-4559-8470-937902022141] Socket close event received\n2025-07-16 19:12:12.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59404 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:13:12.365 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:13:12.367 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0af62315-6b88-4212-a797-1779ebaafcae""}\n2025-07-16 19:13:12.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] received connection request\n2025-07-16 19:13:12.368 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:13:12.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] socks forwarding established\n2025-07-16 19:13:12.448 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Process exited with code 0\n2025-07-16 19:13:12.448 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] socks connection closed\n2025-07-16 19:13:12.449 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Socket close event received\n2025-07-16 19:13:12.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59480 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:14:12.452 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:14:12.453 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ffdbb7af-b2d6-4358-b99c-906c7373ff57""}\n2025-07-16 19:14:12.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] received connection request\n2025-07-16 19:14:12.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:14:12.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] socks forwarding established\n2025-07-16 19:14:12.686 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Process exited with code 0\n2025-07-16 19:14:12.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] socks connection closed\n2025-07-16 19:14:12.686 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Socket close event received\n2025-07-16 19:14:12.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59510 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:15:12.690 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:15:12.692 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a880044-8010-4c73-9fac-2829b0bba5a3""}\n2025-07-16 19:15:12.693 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] received connection request\n2025-07-16 19:15:12.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:15:12.851 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] socks forwarding established\n2025-07-16 19:15:12.878 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Process exited with code 0\n2025-07-16 19:15:12.879 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] socks connection closed\n2025-07-16 19:15:12.879 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Socket close event received\n2025-07-16 19:15:13.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59554 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:16:12.884 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:16:12.886 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""461003d5-b711-49bf-a30d-461bf38ff3f8""}\n2025-07-16 19:16:12.887 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] received connection request\n2025-07-16 19:16:12.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:16:12.915 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] socks forwarding established\n2025-07-16 19:16:12.946 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Process exited with code 0\n2025-07-16 19:16:12.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] socks connection closed\n2025-07-16 19:16:12.946 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Socket close event received\n2025-07-16 19:16:12.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59580 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:17:12.951 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:17:12.953 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cae4ab4b-fd6f-4642-88ff-19f3c5f30630""}\n2025-07-16 19:17:12.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] received connection request\n2025-07-16 19:17:12.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:17:12.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] socks forwarding established\n2025-07-16 19:17:13.039 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Process exited with code 0\n2025-07-16 19:17:13.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] socks connection closed\n2025-07-16 19:17:13.039 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Socket close event received\n2025-07-16 19:17:13.063 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:18:13.047 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:18:13.050 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7f07b651-d511-40c3-ada6-e1a2b95d5f1b""}\n2025-07-16 19:18:13.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] received connection request\n2025-07-16 19:18:13.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:18:13.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] socks forwarding established\n2025-07-16 19:18:13.105 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Process exited with code 0\n2025-07-16 19:18:13.105 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] socks connection closed\n2025-07-16 19:18:13.105 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Socket close event received\n2025-07-16 19:18:13.128 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59693 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:19:13.110 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:19:13.113 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0879559e-c3f7-4633-94b6-cfc5cf5173bc""}\n2025-07-16 19:19:13.113 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] received connection request\n2025-07-16 19:19:13.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:19:13.140 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] socks forwarding established\n2025-07-16 19:19:13.169 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Process exited with code 0\n2025-07-16 19:19:13.169 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] socks connection closed\n2025-07-16 19:19:13.169 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Socket close event received\n2025-07-16 19:19:13.194 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59721 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:20:13.172 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:20:13.175 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bd7a3f41-6445-48a8-8244-db82643f4f93""}\n2025-07-16 19:20:13.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] received connection request\n2025-07-16 19:20:13.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:20:13.203 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] socks forwarding established\n2025-07-16 19:20:13.231 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Process exited with code 0\n2025-07-16 19:20:13.231 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] socks connection closed\n2025-07-16 19:20:13.231 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Socket close event received\n2025-07-16 19:20:13.256 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59767 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:21:13.235 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:21:13.237 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""86d760c3-4106-410b-ad15-5e1403d0e84b""}\n2025-07-16 19:21:13.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] received connection request\n2025-07-16 19:21:13.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:21:13.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] socks forwarding established\n2025-07-16 19:21:13.357 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Process exited with code 0\n2025-07-16 19:21:13.358 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Socket close event received\n2025-07-16 19:21:13.359 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] socks connection closed\n2025-07-16 19:21:13.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:22:13.357 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:22:13.359 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de""}\n2025-07-16 19:22:13.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] received connection request\n2025-07-16 19:22:13.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:22:13.385 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] socks forwarding established\n2025-07-16 19:22:13.411 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Process exited with code 0\n2025-07-16 19:22:13.412 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Socket close event received\n2025-07-16 19:22:13.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] socks connection closed\n2025-07-16 19:22:13.436 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:23:13.416 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:23:13.418 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10d58eb6-3d07-4e3c-95c4-edb337b5cb7e""}\n2025-07-16 19:23:13.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] received connection request\n2025-07-16 19:23:13.420 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:23:13.444 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] socks forwarding established\n2025-07-16 19:23:13.468 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Process exited with code 0\n2025-07-16 19:23:13.469 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Socket close event received\n2025-07-16 19:23:13.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59887 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:23:13.492 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] socks connection closed\n2025-07-16 19:24:13.471 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:24:13.472 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""775a29d9-42a3-4547-bd03-a5041c39ad5d""}\n2025-07-16 19:24:13.472 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] received connection request\n2025-07-16 19:24:13.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:24:13.472 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:24:13.495 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] socks forwarding established\n2025-07-16 19:24:13.521 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] socks connection closed\n2025-07-16 19:24:13.521 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Process exited with code 0\n2025-07-16 19:24:13.521 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Socket close event received\n2025-07-16 19:24:13.544 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59918 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:25:13.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:25:13.526 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a6432284-07e9-4e86-9c05-564cf3d4a412""}\n2025-07-16 19:25:13.527 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] received connection request\n2025-07-16 19:25:13.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:25:13.528 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:25:13.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] socks forwarding established\n2025-07-16 19:25:13.673 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Process exited with code 0\n2025-07-16 19:25:13.674 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] socks connection closed\n2025-07-16 19:25:13.674 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Socket close event received\n2025-07-16 19:25:13.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59964 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:26:13.679 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:26:13.681 [info] [command][329425ab-2637-4329-9708-de263ae41585] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""329425ab-2637-4329-9708-de263ae41585""}\n2025-07-16 19:26:13.682 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] received connection request\n2025-07-16 19:26:13.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:26:13.707 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] socks forwarding established\n2025-07-16 19:26:13.733 [info] [command][329425ab-2637-4329-9708-de263ae41585] Process exited with code 0\n2025-07-16 19:26:13.733 [info] [command][329425ab-2637-4329-9708-de263ae41585] Socket close event received\n2025-07-16 19:26:13.734 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] socks connection closed\n2025-07-16 19:26:13.758 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59995 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:27:13.738 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:27:13.740 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7e15cff7-3a26-4542-98dc-940443a356fc""}\n2025-07-16 19:27:13.740 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] received connection request\n2025-07-16 19:27:13.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:27:13.767 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] socks forwarding established\n2025-07-16 19:27:13.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] socks connection closed\n2025-07-16 19:27:13.794 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Process exited with code 0\n2025-07-16 19:27:13.794 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Socket close event received\n2025-07-16 19:27:13.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60056 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:28:13.797 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:28:13.799 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4e518bce-c91a-4026-b6ab-833bb4f06a58""}\n2025-07-16 19:28:13.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] received connection request\n2025-07-16 19:28:13.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:28:13.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] socks forwarding established\n2025-07-16 19:28:13.853 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Process exited with code 0\n2025-07-16 19:28:13.853 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] socks connection closed\n2025-07-16 19:28:13.853 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Socket close event received\n2025-07-16 19:28:13.876 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60095 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:29:13.857 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:29:13.859 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""da1daaa9-e07f-4256-b224-225100ea4309""}\n2025-07-16 19:29:13.860 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] received connection request\n2025-07-16 19:29:13.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:29:13.887 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] socks forwarding established\n2025-07-16 19:29:13.914 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Process exited with code 0\n2025-07-16 19:29:13.914 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Socket close event received\n2025-07-16 19:29:13.915 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] socks connection closed\n2025-07-16 19:29:13.940 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60158 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:30:13.916 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:30:13.918 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9c71857-1ff9-4ecb-ae28-1cafddfbcecf""}\n2025-07-16 19:30:13.919 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] received connection request\n2025-07-16 19:30:13.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:30:13.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] socks forwarding established\n2025-07-16 19:30:13.972 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Process exited with code 0\n2025-07-16 19:30:13.972 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Socket close event received\n2025-07-16 19:30:13.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] socks connection closed\n2025-07-16 19:30:13.996 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60199 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:31:13.978 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:31:13.980 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""08b60b8a-ac01-4ece-bf93-8d65359bb7b8""}\n2025-07-16 19:31:13.981 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] received connection request\n2025-07-16 19:31:13.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:31:14.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] socks forwarding established\n2025-07-16 19:31:14.034 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Process exited with code 0\n2025-07-16 19:31:14.034 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Socket close event received\n2025-07-16 19:31:14.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] socks connection closed\n2025-07-16 19:31:14.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60229 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:32:14.035 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:32:14.037 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f496a7a6-f3a2-404d-b8ef-0ba83152e6f3""}\n2025-07-16 19:32:14.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] received connection request\n2025-07-16 19:32:14.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:32:14.063 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] socks forwarding established\n2025-07-16 19:32:14.091 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Process exited with code 0\n2025-07-16 19:32:14.091 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] socks connection closed\n2025-07-16 19:32:14.091 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Socket close event received\n2025-07-16 19:32:14.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:33:14.095 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:33:14.096 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b1386132-8c77-475b-b5db-45a76a99b3e4""}\n2025-07-16 19:33:14.096 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] received connection request\n2025-07-16 19:33:14.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:33:14.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] socks forwarding established\n2025-07-16 19:33:14.150 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Process exited with code 0\n2025-07-16 19:33:14.150 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Socket close event received\n2025-07-16 19:33:14.151 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] socks connection closed\n2025-07-16 19:33:14.175 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60335 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:34:14.156 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:34:14.158 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""13fda8da-9513-46db-bac1-917a993e3d34""}\n2025-07-16 19:34:14.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] received connection request\n2025-07-16 19:34:14.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:34:14.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] socks forwarding established\n2025-07-16 19:34:14.209 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Process exited with code 0\n2025-07-16 19:34:14.209 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Socket close event received\n2025-07-16 19:34:14.209 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] socks connection closed\n2025-07-16 19:34:14.232 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60371 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:35:14.211 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:35:14.214 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] received connection request\n2025-07-16 19:35:14.214 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""db21db25-53e5-4ece-a6b5-999bf7aaca1f""}\n2025-07-16 19:35:14.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:35:14.240 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] socks forwarding established\n2025-07-16 19:35:14.274 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Process exited with code 0\n2025-07-16 19:35:14.274 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Socket close event received\n2025-07-16 19:35:14.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] socks connection closed\n2025-07-16 19:35:14.303 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60422 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:36:14.280 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:36:14.282 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5366db9b-cea0-4fa7-b8a6-dc88075e0cd6""}\n2025-07-16 19:36:14.282 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] received connection request\n2025-07-16 19:36:14.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:36:14.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] socks forwarding established\n2025-07-16 19:36:14.358 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Process exited with code 0\n2025-07-16 19:36:14.358 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] socks connection closed\n2025-07-16 19:36:14.359 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Socket close event received\n2025-07-16 19:36:14.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60452 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:37:14.360 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:37:14.362 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""344163d4-1022-4b73-9b20-4b412734cf94""}\n2025-07-16 19:37:14.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] received connection request\n2025-07-16 19:37:14.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:37:14.420 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] socks forwarding established\n2025-07-16 19:37:14.449 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Process exited with code 0\n2025-07-16 19:37:14.449 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Socket close event received\n2025-07-16 19:37:14.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] socks connection closed\n2025-07-16 19:37:14.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60536 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:38:14.450 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:38:14.451 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e36a8880-1a15-40a0-94f9-e31e6c5da5cf""}\n2025-07-16 19:38:14.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] received connection request\n2025-07-16 19:38:14.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:38:14.476 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] socks forwarding established\n2025-07-16 19:38:14.502 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Process exited with code 0\n2025-07-16 19:38:14.502 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Socket close event received\n2025-07-16 19:38:14.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] socks connection closed\n2025-07-16 19:38:14.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60564 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:39:14.507 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:39:14.510 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7991d014-54ed-43e2-b1e0-154261d1f54e""}\n2025-07-16 19:39:14.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] received connection request\n2025-07-16 19:39:14.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:39:14.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] socks forwarding established\n2025-07-16 19:39:14.715 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Process exited with code 0\n2025-07-16 19:39:14.715 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Socket close event received\n2025-07-16 19:39:14.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] socks connection closed\n2025-07-16 19:39:14.821 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60592 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:40:14.720 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:40:14.723 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""22d25dd6-87d1-4412-98f0-b7b226fb930a""}\n2025-07-16 19:40:14.723 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] received connection request\n2025-07-16 19:40:14.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:40:14.791 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] socks forwarding established\n2025-07-16 19:40:14.954 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Process exited with code 0\n2025-07-16 19:40:14.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] socks connection closed\n2025-07-16 19:40:14.955 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Socket close event received\n2025-07-16 19:40:14.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60631 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:41:14.960 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:41:14.962 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9a837eb-303f-48f0-8b43-d77bd28fe483""}\n2025-07-16 19:41:14.962 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] received connection request\n2025-07-16 19:41:14.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:41:14.990 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] socks forwarding established\n2025-07-16 19:41:15.015 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Process exited with code 0\n2025-07-16 19:41:15.015 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Socket close event received\n2025-07-16 19:41:15.015 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] socks connection closed\n2025-07-16 19:41:15.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60660 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:42:15.018 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:42:15.020 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c459cd24-328a-481d-b0ad-cb98bb95e43d""}\n2025-07-16 19:42:15.021 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] received connection request\n2025-07-16 19:42:15.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:42:15.045 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] socks forwarding established\n2025-07-16 19:42:15.071 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Process exited with code 0\n2025-07-16 19:42:15.071 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Socket close event received\n2025-07-16 19:42:15.071 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] socks connection closed\n2025-07-16 19:42:15.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60715 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:43:15.077 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:43:15.079 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec0a1817-9581-4330-a711-9e01921fd734""}\n2025-07-16 19:43:15.079 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] received connection request\n2025-07-16 19:43:15.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:43:15.080 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:43:15.105 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] socks forwarding established\n2025-07-16 19:43:15.135 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Process exited with code 0\n2025-07-16 19:43:15.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] socks connection closed\n2025-07-16 19:43:15.135 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Socket close event received\n2025-07-16 19:43:15.160 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60743 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:44:15.140 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:44:15.143 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f2c543e-7261-4d96-ad0c-3d1849a3c385""}\n2025-07-16 19:44:15.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] received connection request\n2025-07-16 19:44:15.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:44:15.171 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] socks forwarding established\n2025-07-16 19:44:15.199 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Process exited with code 0\n2025-07-16 19:44:15.199 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] socks connection closed\n2025-07-16 19:44:15.199 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Socket close event received\n2025-07-16 19:44:15.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60774 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:45:15.205 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:45:15.207 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d5b5f214-a142-4630-9335-8439f5c7bbcd""}\n2025-07-16 19:45:15.207 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] received connection request\n2025-07-16 19:45:15.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:45:15.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] socks forwarding established\n2025-07-16 19:45:15.398 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Process exited with code 0\n2025-07-16 19:45:15.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] socks connection closed\n2025-07-16 19:45:15.399 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Socket close event received\n2025-07-16 19:45:15.425 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60817 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:46:15.403 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:46:15.404 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""567940e4-fde4-4d0f-b55e-99c8ee4e2feb""}\n2025-07-16 19:46:15.404 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] received connection request\n2025-07-16 19:46:15.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:46:15.404 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:46:15.515 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] socks forwarding established\n2025-07-16 19:46:15.542 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Process exited with code 0\n2025-07-16 19:46:15.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] socks connection closed\n2025-07-16 19:46:15.542 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Socket close event received\n2025-07-16 19:46:15.639 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60840 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:47:15.548 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:47:15.549 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a55f01a8-7c3c-44cc-b59c-5f2ffeff7346""}\n2025-07-16 19:47:15.550 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] received connection request\n2025-07-16 19:47:15.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:47:15.550 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:47:15.574 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] socks forwarding established\n2025-07-16 19:47:15.602 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Process exited with code 0\n2025-07-16 19:47:15.602 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] socks connection closed\n2025-07-16 19:47:15.602 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Socket close event received\n2025-07-16 19:47:15.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:48:15.603 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:48:15.606 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c72c8736-b1b0-4617-87dd-a2c2df8aae8d""}\n2025-07-16 19:48:15.606 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] received connection request\n2025-07-16 19:48:15.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:48:15.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] socks forwarding established\n2025-07-16 19:48:15.847 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Process exited with code 0\n2025-07-16 19:48:15.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] socks connection closed\n2025-07-16 19:48:15.848 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Socket close event received\n2025-07-16 19:48:15.873 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60922 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:49:15.853 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:49:15.854 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7c0c3acd-e1fa-456e-a260-bfe75eef4368""}\n2025-07-16 19:49:15.855 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] received connection request\n2025-07-16 19:49:15.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:49:15.884 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] socks forwarding established\n2025-07-16 19:49:15.914 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Process exited with code 0\n2025-07-16 19:49:15.914 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] socks connection closed\n2025-07-16 19:49:15.915 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Socket close event received\n2025-07-16 19:49:15.938 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60948 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:50:15.918 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:50:15.919 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""49d68fe5-e128-408a-920c-0fae3c3aaf46""}\n2025-07-16 19:50:15.920 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] received connection request\n2025-07-16 19:50:15.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:50:15.947 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] socks forwarding established\n2025-07-16 19:50:15.973 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Process exited with code 0\n2025-07-16 19:50:15.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] socks connection closed\n2025-07-16 19:50:15.974 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Socket close event received\n2025-07-16 19:50:15.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60990 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:51:15.979 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:51:15.981 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02e2b5fe-ede7-4594-82c9-ccc94cfadb13""}\n2025-07-16 19:51:15.981 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] received connection request\n2025-07-16 19:51:15.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:51:15.982 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:51:16.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] socks forwarding established\n2025-07-16 19:51:16.032 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Process exited with code 0\n2025-07-16 19:51:16.032 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] socks connection closed\n2025-07-16 19:51:16.032 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Socket close event received\n2025-07-16 19:51:16.056 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61015 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:52:16.039 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:52:16.041 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""08b00750-6b7c-4f3d-ac78-32521e43e8d9""}\n2025-07-16 19:52:16.041 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] received connection request\n2025-07-16 19:52:16.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:52:16.069 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] socks forwarding established\n2025-07-16 19:52:16.143 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Process exited with code 0\n2025-07-16 19:52:16.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] socks connection closed\n2025-07-16 19:52:16.144 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Socket close event received\n2025-07-16 19:52:16.229 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61068 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:53:16.146 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:53:16.148 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c3ceb4e5-1549-461b-a876-6983de6ce902""}\n2025-07-16 19:53:16.148 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] received connection request\n2025-07-16 19:53:16.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:53:16.302 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] socks forwarding established\n2025-07-16 19:53:16.352 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Process exited with code 0\n2025-07-16 19:53:16.352 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] socks connection closed\n2025-07-16 19:53:16.353 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Socket close event received\n2025-07-16 19:53:16.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61091 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:54:16.357 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:54:16.359 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58129aef-84d5-4404-ad2e-be579bb59505""}\n2025-07-16 19:54:16.359 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] received connection request\n2025-07-16 19:54:16.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:54:16.450 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] socks forwarding established\n2025-07-16 19:54:16.508 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Process exited with code 0\n2025-07-16 19:54:16.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] socks connection closed\n2025-07-16 19:54:16.509 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Socket close event received\n2025-07-16 19:54:16.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61111 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:55:16.514 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:55:16.517 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3d7d1704-c577-41d3-9e1b-9845a9956838""}\n2025-07-16 19:55:16.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] received connection request\n2025-07-16 19:55:16.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:55:16.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] socks forwarding established\n2025-07-16 19:55:16.574 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Process exited with code 0\n2025-07-16 19:55:16.575 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] socks connection closed\n2025-07-16 19:55:16.575 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Socket close event received\n2025-07-16 19:55:16.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61180 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:56:16.580 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:56:16.582 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""40a8876e-4fc2-40e4-b830-6681ec7d39f1""}\n2025-07-16 19:56:16.583 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] received connection request\n2025-07-16 19:56:16.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:56:16.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] socks forwarding established\n2025-07-16 19:56:16.635 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Process exited with code 0\n2025-07-16 19:56:16.636 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] socks connection closed\n2025-07-16 19:56:16.636 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Socket close event received\n2025-07-16 19:56:16.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61208 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:57:16.639 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:57:16.641 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88b16899-1a83-4b72-93c3-85bf956a9db8""}\n2025-07-16 19:57:16.642 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] received connection request\n2025-07-16 19:57:16.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:57:16.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] socks forwarding established\n2025-07-16 19:57:16.695 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] socks connection closed\n2025-07-16 19:57:16.695 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Process exited with code 0\n2025-07-16 19:57:16.696 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Socket close event received\n2025-07-16 19:57:16.720 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61267 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:58:16.702 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:58:16.704 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""be5f7923-dec9-4689-ba95-15aba9d60ef8""}\n2025-07-16 19:58:16.705 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] received connection request\n2025-07-16 19:58:16.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:58:16.730 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] socks forwarding established\n2025-07-16 19:58:16.757 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Process exited with code 0\n2025-07-16 19:58:16.758 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] socks connection closed\n2025-07-16 19:58:16.758 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Socket close event received\n2025-07-16 19:58:16.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:59:16.762 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:59:16.765 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3fb60b60-1175-484e-8233-bbce50802f81""}\n2025-07-16 19:59:16.766 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] received connection request\n2025-07-16 19:59:16.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:59:16.799 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] socks forwarding established\n2025-07-16 19:59:16.827 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Process exited with code 0\n2025-07-16 19:59:16.828 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] socks connection closed\n2025-07-16 19:59:16.828 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Socket close event received\n2025-07-16 19:59:16.853 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61327 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 20:00:13.754 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][787c5bb5-3ec2-4f82-823d-c95b982b88d7] received connection request\n2025-07-16 20:00:13.777 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-16 20:00:13.778 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-16 20:00:13.820 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][9aa459fb-8800-482f-a7a8-424fe28a6017] received connection request\n2025-07-16 20:00:13.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 20:00:13.834 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.793 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-16 20:00:16.793 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 1 of 3 This operation was aborted\n2025-07-16 20:00:16.797 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][7efa7db7-d562-4801-9c94-a1cc25823840] received connection request\n2025-07-16 20:00:16.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.847 [info] Terminating existing SSH process with pid: 61926\n2025-07-16 20:00:16.848 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 20:00:16.848 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 20:00:16.848 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:00:16.848 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-16 20:00:16.849 [info] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""609060a4-f66a-45da-bd5b-104bc72d4a49""}\n2025-07-16 20:00:16.849 [error] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:undefined][7a3c1df4-4709-439c-869d-bd95fb707655] remote server not configured\n2025-07-16 20:00:16.849 [error] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Socket error: Error: read ECONNRESET\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][787c5bb5-3ec2-4f82-823d-c95b982b88d7] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9aa459fb-8800-482f-a7a8-424fe28a6017] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][7efa7db7-d562-4801-9c94-a1cc25823840] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [info] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Socket close event received\n2025-07-16 20:00:16.850 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] socks connection closed\n2025-07-16 20:00:16.850 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] socks connection closed\n2025-07-16 20:00:16.853 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77644.sh"" | ssh -v -T -D 61381 login.haicore.berlin bash --login -c bash\n2025-07-16 20:00:16.853 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:00:16.853 [info] Waiting for server to install via process(75807)...\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:00:16.860 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:00:16.860 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:00:16.861 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:00:16.862 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:00:16.862 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:00:16.862 [info] Retrying connection in 5 seconds...\n2025-07-16 20:00:17.800 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 2 of 3 This operation was aborted\n2025-07-16 20:00:18.812 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 3 of 3 This operation was aborted\n2025-07-16 20:00:18.813 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-16 20:00:18.813 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-16 20:03:24.415 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77644.sh\n2025-07-16 20:03:24.416 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:24.417 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6723.sh"" | ssh -v -T -D 61386 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:24.417 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:24.417 [info] Waiting for server to install via process(75830)...\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:24.424 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:24.424 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:24.425 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:24.425 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:29.430 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6723.sh\n2025-07-16 20:03:29.431 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:29.435 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97558.sh"" | ssh -v -T -D 61388 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:29.436 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:29.436 [info] Waiting for server to install via process(75837)...\n2025-07-16 20:03:29.450 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:29.450 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:29.453 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:29.453 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:29.453 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:29.453 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:34.468 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97558.sh\n2025-07-16 20:03:34.471 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:34.559 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73177.sh"" | ssh -v -T -D 61390 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:34.559 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:34.560 [info] Waiting for server to install via process(75848)...\n2025-07-16 20:03:34.652 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:34.655 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:35.650 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:35.662 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:35.665 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:35.665 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:40.669 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73177.sh\n2025-07-16 20:03:40.670 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:40.679 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34233.sh"" | ssh -v -T -D 61394 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:40.679 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:40.679 [info] Waiting for server to install via process(75855)...\n2025-07-16 20:03:41.103 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:41.106 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:41.107 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:41.120 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:41.122 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:41.123 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:41.123 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:21.975 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34233.sh\n2025-07-16 20:04:21.976 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:21.978 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87157.sh"" | ssh -v -T -D 61397 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:21.978 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:21.978 [info] Waiting for server to install via process(75869)...\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:22.002 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:22.002 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:22.002 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:22.002 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:27.013 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87157.sh\n2025-07-16 20:04:27.014 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:27.017 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17896.sh"" | ssh -v -T -D 61400 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:27.017 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:27.017 [info] Waiting for server to install via process(75880)...\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:27.035 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:27.036 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:27.036 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:27.036 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:32.045 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17896.sh\n2025-07-16 20:04:32.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:32.050 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1651.sh"" | ssh -v -T -D 61402 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:32.050 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:32.050 [info] Waiting for server to install via process(75888)...\n2025-07-16 20:04:32.072 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:04:32.072 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:32.078 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:32.080 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:32.081 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:32.081 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:37.091 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1651.sh\n2025-07-16 20:04:37.092 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:37.094 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70117.sh"" | ssh -v -T -D 61404 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:37.094 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:37.094 [info] Waiting for server to install via process(75895)...\n2025-07-16 20:04:37.103 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:37.105 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:37.106 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:37.106 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:37.106 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:42.110 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70117.sh\n2025-07-16 20:04:42.110 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:42.113 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78179.sh"" | ssh -v -T -D 61407 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:42.113 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:42.113 [info] Waiting for server to install via process(75903)...\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:42.124 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:42.124 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:42.125 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:42.125 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:47.126 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78179.sh\n2025-07-16 20:04:47.126 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:47.128 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69707.sh"" | ssh -v -T -D 61409 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:47.128 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:47.128 [info] Waiting for server to install via process(75910)...\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:47.137 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:47.138 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:47.138 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:47.138 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:47.138 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:52.140 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69707.sh\n2025-07-16 20:04:52.140 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:52.142 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67641.sh"" | ssh -v -T -D 61411 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:52.142 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:52.142 [info] Waiting for server to install via process(75919)...\n2025-07-16 20:04:52.149 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:52.151 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:52.152 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:52.152 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:52.152 [info] Retrying connection in 5 seconds...\n2025-07-16 20:11:57.479 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67641.sh\n2025-07-16 20:11:57.480 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:11:57.485 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63169.sh"" | ssh -v -T -D 61413 login.haicore.berlin bash --login -c bash\n2025-07-16 20:11:57.485 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:11:57.485 [info] Waiting for server to install via process(75926)...\n2025-07-16 20:11:57.526 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:11:57.526 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:11:57.529 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:11:57.576 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:11:57.579 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:11:57.579 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.579 [error] Failed to connect after 13 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.579 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63169.sh\n2025-07-16 20:11:57.580 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 14:40:55.819 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-20 14:40:55.831 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 14:40:55.831 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-20 14:40:55.833 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 14:40:55.836 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63299.sh"" | ssh -v -T -D 65277 login.haicore.berlin bash --login -c bash\n2025-07-20 14:40:55.836 [info] Started installation script. Waiting for it to finish...\n2025-07-20 14:40:55.836 [info] Waiting for server to install via process(63787)...\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 14:40:55.842 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 14:40:55.842 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 14:40:55.872 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-20 14:40:55.873 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-20 14:40:55.873 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-20 14:40:55.903 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-20 14:40:55.904 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-20 14:40:55.904 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-20 14:40:55.928 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-20 14:40:55.928 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-20 14:40:55.929 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-20 14:40:55.956 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-20 14:40:55.957 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-20 14:40:55.957 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-20 14:40:55.960 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-20 14:40:55.960 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-20 14:40:56.054 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-20 14:40:56.171 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-20 14:40:56.173 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-20 14:40:56.174 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-20 14:40:56.220 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-20 14:40:56.364 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:65277 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 65277.\n\n2025-07-20 14:40:56.364 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 65277.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-20 14:40:56.365 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-20 14:40:56.480 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-20 14:40:56.481 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-20 14:40:56.493 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-20 14:40:56.493 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-20 14:40:56.507 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-20 14:40:56.933 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-20 14:40:56.972 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:56.974 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-20 14:40:56.975 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-20 14:40:58.006 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-20 14:40:58.014 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-20 14:40:58.030 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-20 14:40:58.031 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.050 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b95d4e43-7bf1-49d3-8caa-4997bd952c30\nMultiplex server started with PID 3045651 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-20 14:40:58.087 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.555 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-20 14:40:58.573 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-20 14:40:58.575 [info] (ssh_tunnel) stdout: Code server started with PID 3045675 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:58.575 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:59.089 [info] (ssh_tunnel) stdout: 1d494f06d5774a057e35d73a: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40717==\nmultiplexConnectionToken==b95d4e43-7bf1-49d3-8caa-4997bd952c30==\ncodeListeningOn==40083==\ncodeConnectionToken==bfffc766-6ca3-4cf3-b9c4-891f3dd218bd==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n1d494f06d5774a057e35d73a: end\n\n2025-07-20 14:40:59.091 [info] Server install command exit code: 0\n2025-07-20 14:40:59.091 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63299.sh\n2025-07-20 14:40:59.094 [info] [forwarding][code] creating new forwarding server\n2025-07-20 14:40:59.095 [info] [forwarding][code] server listening on 127.0.0.1:65285\n2025-07-20 14:40:59.095 [info] [forwarding][code] Set up server\n2025-07-20 14:40:59.096 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: bfffc766-6ca3-4cf3-b9c4-891f3dd218bd\n2025-07-20 14:40:59.096 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-20 14:40:59.096 [info] [forwarding][multiplex] server listening on 127.0.0.1:65286\n2025-07-20 14:40:59.097 [info] [forwarding][multiplex] Set up server\n2025-07-20 14:40:59.099 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b95d4e43-7bf1-49d3-8caa-4997bd952c30\n2025-07-20 14:40:59.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:40:59.106 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] received connection request\n2025-07-20 14:40:59.107 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a683bd7a-4edd-4533-a886-db52d2572438""}\n2025-07-20 14:40:59.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.108 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:59.122 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] received connection request\n2025-07-20 14:40:59.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.144 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] socks forwarding established\n2025-07-20 14:40:59.149 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] socks forwarding established\n2025-07-20 14:40:59.201 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Process exited with code 0\n2025-07-20 14:40:59.201 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] socks connection closed\n2025-07-20 14:40:59.201 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Socket close event received\n2025-07-20 14:40:59.333 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65288 to 127.0.0.1 port 65277, nchannels 5\n\n2025-07-20 14:40:59.442 [info] Successfully connected to Cursor server at http://127.0.0.1:65285/version\n2025-07-20 14:40:59.442 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-20 14:40:59.442 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c0630173-f98c-4f45-950f-e08c7206da58""}\n2025-07-20 14:40:59.443 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] received connection request\n2025-07-20 14:40:59.443 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.470 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] socks forwarding established\n2025-07-20 14:40:59.638 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Process exited with code 0\n2025-07-20 14:40:59.638 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-20 14:40:59.639 [info] [remote-ssh] Resolved exec server. Socks port: 65277\n2025-07-20 14:40:59.639 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":65285,""connectionToken"":""bfffc766-6ca3-4cf3-b9c4-891f3dd218bd"",""extensionHostEnv"":{}}. Socks port: 65277\n2025-07-20 14:40:59.639 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Socket close event received\n2025-07-20 14:40:59.640 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] socks connection closed\n2025-07-20 14:40:59.672 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65293 to 127.0.0.1 port 65277, nchannels 5\n\n2025-07-20 14:40:59.673 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] received connection request\n2025-07-20 14:40:59.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.700 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] socks forwarding established\n2025-07-20 14:40:59.738 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] received connection request\n2025-07-20 14:40:59.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.846 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] socks forwarding established\n2025-07-20 14:41:00.005 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-20 14:41:03.636 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40083, connect from 127.0.0.1 port 65290 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:41:03.636 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] socks connection closed\n2025-07-20 14:41:59.206 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:41:59.209 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b1dae6af-828c-41db-9e4e-eb20f84ba30c""}\n2025-07-20 14:41:59.210 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] received connection request\n2025-07-20 14:41:59.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:41:59.238 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] socks forwarding established\n2025-07-20 14:41:59.269 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Process exited with code 0\n2025-07-20 14:41:59.269 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Socket close event received\n2025-07-20 14:41:59.272 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] socks connection closed\n2025-07-20 14:41:59.295 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65471 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:42:59.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:42:59.276 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1836d787-8779-4f0b-945e-467befdd4a2f""}\n2025-07-20 14:42:59.277 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] received connection request\n2025-07-20 14:42:59.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:42:59.337 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] socks forwarding established\n2025-07-20 14:42:59.447 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Process exited with code 0\n2025-07-20 14:42:59.448 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] socks connection closed\n2025-07-20 14:42:59.448 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Socket close event received\n2025-07-20 14:42:59.471 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49167 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:43:59.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:43:59.453 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e62d324d-1b66-4f5e-8669-f32abc2e9e2c""}\n2025-07-20 14:43:59.453 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] received connection request\n2025-07-20 14:43:59.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:43:59.480 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] socks forwarding established\n2025-07-20 14:43:59.506 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Process exited with code 0\n2025-07-20 14:43:59.506 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Socket close event received\n2025-07-20 14:43:59.507 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] socks connection closed\n2025-07-20 14:43:59.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49229 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:44:59.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:44:59.510 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""abf9e8da-488f-4b74-b81d-c46e56a16e7b""}\n2025-07-20 14:44:59.510 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] received connection request\n2025-07-20 14:44:59.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:44:59.535 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] socks forwarding established\n2025-07-20 14:44:59.564 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Process exited with code 0\n2025-07-20 14:44:59.565 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Socket close event received\n2025-07-20 14:44:59.567 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] socks connection closed\n2025-07-20 14:44:59.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49278 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:45:59.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:45:59.571 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""844c587a-9713-4d4a-a98b-e06bca6c02dc""}\n2025-07-20 14:45:59.572 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] received connection request\n2025-07-20 14:45:59.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:45:59.597 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] socks forwarding established\n2025-07-20 14:45:59.628 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Process exited with code 0\n2025-07-20 14:45:59.628 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] socks connection closed\n2025-07-20 14:45:59.628 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Socket close event received\n2025-07-20 14:45:59.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49346 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:46:59.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:46:59.630 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d67fb63-e58b-401f-9372-fa818671e1fb""}\n2025-07-20 14:46:59.631 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] received connection request\n2025-07-20 14:46:59.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:46:59.631 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:46:59.678 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] socks forwarding established\n2025-07-20 14:46:59.706 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] socks connection closed\n2025-07-20 14:46:59.706 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Process exited with code 0\n2025-07-20 14:46:59.706 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Socket close event received\n2025-07-20 14:46:59.730 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49447 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:47:59.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:47:59.714 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a""}\n2025-07-20 14:47:59.714 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] received connection request\n2025-07-20 14:47:59.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:47:59.715 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:47:59.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] socks forwarding established\n2025-07-20 14:47:59.835 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Process exited with code 0\n2025-07-20 14:47:59.835 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] socks connection closed\n2025-07-20 14:47:59.835 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Socket close event received\n2025-07-20 14:47:59.859 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49541 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:48:59.840 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:48:59.841 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""faf6da9a-311c-4339-84e8-a9e800904aab""}\n2025-07-20 14:48:59.841 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] received connection request\n2025-07-20 14:48:59.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:48:59.917 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] socks forwarding established\n2025-07-20 14:48:59.949 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Process exited with code 0\n2025-07-20 14:48:59.950 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] socks connection closed\n2025-07-20 14:48:59.950 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Socket close event received\n2025-07-20 14:48:59.973 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49597 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:49:59.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:49:59.953 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] received connection request\n2025-07-20 14:49:59.954 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b763b703-f3ad-4051-8d1d-e3af8501bfce""}\n2025-07-20 14:49:59.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:49:59.982 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] socks forwarding established\n2025-07-20 14:50:00.016 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Process exited with code 0\n2025-07-20 14:50:00.016 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] socks connection closed\n2025-07-20 14:50:00.016 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Socket close event received\n2025-07-20 14:50:00.041 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49640 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:51:00.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:51:00.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] received connection request\n2025-07-20 14:51:00.020 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7399b20a-8493-4362-918d-58e1a3a4faf7""}\n2025-07-20 14:51:00.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:51:00.073 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] socks forwarding established\n2025-07-20 14:51:00.118 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Process exited with code 0\n2025-07-20 14:51:00.118 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] socks connection closed\n2025-07-20 14:51:00.118 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Socket close event received\n2025-07-20 14:51:00.141 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49740 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:52:00.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:52:00.123 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4dcbf440-857e-42ee-8cb3-76bdef227789""}\n2025-07-20 14:52:00.124 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] received connection request\n2025-07-20 14:52:00.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:52:00.150 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] socks forwarding established\n2025-07-20 14:52:00.180 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Process exited with code 0\n2025-07-20 14:52:00.181 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] socks connection closed\n2025-07-20 14:52:00.181 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Socket close event received\n2025-07-20 14:52:00.281 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49805 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:53:00.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:53:00.185 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""160dd685-9230-4e60-9b1b-d9402d0a4250""}\n2025-07-20 14:53:00.186 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] received connection request\n2025-07-20 14:53:00.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:53:00.409 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] socks forwarding established\n2025-07-20 14:53:00.467 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Process exited with code 0\n2025-07-20 14:53:00.467 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Socket close event received\n2025-07-20 14:53:00.582 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] socks connection closed\n2025-07-20 14:53:00.589 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49880 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:54:00.467 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:54:00.468 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c0890aa4-fd22-45b8-aa60-b82ffcb24837""}\n2025-07-20 14:54:00.469 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] received connection request\n2025-07-20 14:54:00.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:54:00.494 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] socks forwarding established\n2025-07-20 14:54:00.524 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Process exited with code 0\n2025-07-20 14:54:00.525 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] socks connection closed\n2025-07-20 14:54:00.525 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Socket close event received\n2025-07-20 14:54:00.553 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49938 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:55:00.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:55:00.526 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1f339480-460a-4d3a-b347-c0de75895fdb""}\n2025-07-20 14:55:00.527 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] received connection request\n2025-07-20 14:55:00.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:55:00.527 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:55:00.663 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] socks forwarding established\n2025-07-20 14:55:00.763 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Process exited with code 0\n2025-07-20 14:55:00.763 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] socks connection closed\n2025-07-20 14:55:00.764 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Socket close event received\n2025-07-20 14:55:00.788 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49981 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:56:00.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:56:00.770 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f2198a8-acba-4646-85fa-45d3dd31cfec""}\n2025-07-20 14:56:00.770 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] received connection request\n2025-07-20 14:56:00.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:56:00.797 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] socks forwarding established\n2025-07-20 14:56:00.825 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Process exited with code 0\n2025-07-20 14:56:00.825 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Socket close event received\n2025-07-20 14:56:00.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] socks connection closed\n2025-07-20 14:56:00.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50064 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:57:00.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:57:00.828 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d69e35eb-0b39-42d8-a8c7-3c0de49ee572""}\n2025-07-20 14:57:00.828 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] received connection request\n2025-07-20 14:57:00.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:57:01.001 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] socks forwarding established\n2025-07-20 14:57:01.076 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] socks connection closed\n2025-07-20 14:57:01.076 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Process exited with code 0\n2025-07-20 14:57:01.076 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Socket close event received\n2025-07-20 14:57:01.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50130 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:58:01.080 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:58:01.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] received connection request\n2025-07-20 14:58:01.084 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""94a90411-47b2-4429-9b2b-8dfd2badf521""}\n2025-07-20 14:58:01.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:58:01.217 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] socks forwarding established\n2025-07-20 14:58:01.246 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Process exited with code 0\n2025-07-20 14:58:01.246 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Socket close event received\n2025-07-20 14:58:01.247 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] socks connection closed\n2025-07-20 14:58:01.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50206 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:58:50.120 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] received connection request\n2025-07-20 14:58:50.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:58:50.124 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:58:50.269 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] socks forwarding established\n2025-07-20 14:58:56.304 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] socks connection closed\n2025-07-20 14:58:56.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40083, connect from 127.0.0.1 port 50252 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:59:01.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:59:01.262 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] received connection request\n2025-07-20 14:59:01.263 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c5b54ce3-0439-4899-9da4-c5b75d62608e""}\n2025-07-20 14:59:01.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:59:01.295 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] socks forwarding established\n2025-07-20 14:59:01.324 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Process exited with code 0\n2025-07-20 14:59:01.324 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] socks connection closed\n2025-07-20 14:59:01.324 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Socket close event received\n2025-07-20 14:59:01.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50262 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:00:01.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:00:01.330 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585""}\n2025-07-20 15:00:01.331 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] received connection request\n2025-07-20 15:00:01.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:00:01.355 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] socks forwarding established\n2025-07-20 15:00:01.384 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Process exited with code 0\n2025-07-20 15:00:01.384 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] socks connection closed\n2025-07-20 15:00:01.384 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Socket close event received\n2025-07-20 15:00:01.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50313 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:01:01.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:01:01.387 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""aebdb29d-f814-46ec-af04-d175c2a06255""}\n2025-07-20 15:01:01.387 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] received connection request\n2025-07-20 15:01:01.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:01:01.476 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] socks forwarding established\n2025-07-20 15:01:01.507 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Process exited with code 0\n2025-07-20 15:01:01.507 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] socks connection closed\n2025-07-20 15:01:01.507 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Socket close event received\n2025-07-20 15:01:01.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50384 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:02:01.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:02:01.509 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4939efb3-0856-4630-a745-d8b8883fcf4f""}\n2025-07-20 15:02:01.510 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] received connection request\n2025-07-20 15:02:01.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:02:01.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] socks forwarding established\n2025-07-20 15:02:01.668 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Process exited with code 0\n2025-07-20 15:02:01.669 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] socks connection closed\n2025-07-20 15:02:01.669 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Socket close event received\n2025-07-20 15:02:01.783 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50450 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:03:01.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:03:01.677 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6382aa79-4a9e-4411-987d-815bc366c127""}\n2025-07-20 15:03:01.678 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] received connection request\n2025-07-20 15:03:01.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:03:01.744 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] socks forwarding established\n2025-07-20 15:03:01.783 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Process exited with code 0\n2025-07-20 15:03:01.783 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] socks connection closed\n2025-07-20 15:03:01.784 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Socket close event received\n2025-07-20 15:03:01.816 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50540 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:04:01.785 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:04:01.788 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2d430e8b-8422-46c7-a0b9-03e7b3429adf""}\n2025-07-20 15:04:01.789 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] received connection request\n2025-07-20 15:04:01.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:04:01.878 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] socks forwarding established\n2025-07-20 15:04:01.910 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Process exited with code 0\n2025-07-20 15:04:01.911 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] socks connection closed\n2025-07-20 15:04:01.911 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Socket close event received\n2025-07-20 15:04:01.981 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50586 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:05:01.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:05:01.915 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e3d7f4bc-04e0-4828-b8d4-e76be4428e74""}\n2025-07-20 15:05:01.915 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] received connection request\n2025-07-20 15:05:01.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:05:01.966 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] socks forwarding established\n2025-07-20 15:05:02.141 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Process exited with code 0\n2025-07-20 15:05:02.141 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Socket close event received\n2025-07-20 15:05:02.166 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] socks connection closed\n2025-07-20 15:05:02.205 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50640 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:06:02.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:06:02.150 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2a9be4f5-4b41-42df-96fa-83d2a2ac15c6""}\n2025-07-20 15:06:02.152 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] received connection request\n2025-07-20 15:06:02.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:06:02.198 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] socks forwarding established\n2025-07-20 15:06:02.246 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Process exited with code 0\n2025-07-20 15:06:02.246 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Socket close event received\n2025-07-20 15:06:02.260 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] socks connection closed\n2025-07-20 15:06:02.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50710 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:07:02.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:07:02.249 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4379faf2-73ad-4e22-af48-bdef9914faeb""}\n2025-07-20 15:07:02.249 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] received connection request\n2025-07-20 15:07:02.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:07:02.301 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] socks forwarding established\n2025-07-20 15:07:02.357 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Process exited with code 0\n2025-07-20 15:07:02.357 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] socks connection closed\n2025-07-20 15:07:02.357 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Socket close event received\n2025-07-20 15:07:02.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50803 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:08:02.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:08:02.363 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d45200b-4654-493a-a9b7-aa579130ae7c""}\n2025-07-20 15:08:02.364 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] received connection request\n2025-07-20 15:08:02.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:08:02.412 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] socks forwarding established\n2025-07-20 15:08:02.455 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Process exited with code 0\n2025-07-20 15:08:02.456 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Socket close event received\n2025-07-20 15:08:02.490 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] socks connection closed\n2025-07-20 15:08:02.496 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50911 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:09:02.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:09:02.461 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7f402860-6e37-4b91-b294-ff1348afb639""}\n2025-07-20 15:09:02.462 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] received connection request\n2025-07-20 15:09:02.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:09:02.516 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] socks forwarding established\n2025-07-20 15:09:02.552 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Process exited with code 0\n2025-07-20 15:09:02.552 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Socket close event received\n2025-07-20 15:09:02.586 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] socks connection closed\n2025-07-20 15:09:02.606 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50946 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:10:02.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:10:02.559 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] received connection request\n2025-07-20 15:10:02.560 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5490a807-f85c-4a48-a383-3b33df532876""}\n2025-07-20 15:10:02.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:10:02.624 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] socks forwarding established\n2025-07-20 15:10:02.659 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Process exited with code 0\n2025-07-20 15:10:02.659 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] socks connection closed\n2025-07-20 15:10:02.660 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Socket close event received\n2025-07-20 15:10:02.800 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50993 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:11:02.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:11:02.665 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a2882461-9b0a-4495-9c37-0550d7ba272d""}\n2025-07-20 15:11:02.665 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] received connection request\n2025-07-20 15:11:02.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:11:02.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] socks forwarding established\n2025-07-20 15:11:02.737 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Process exited with code 0\n2025-07-20 15:11:02.737 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Socket close event received\n2025-07-20 15:11:02.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] socks connection closed\n2025-07-20 15:11:02.819 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51059 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:12:02.737 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:12:02.740 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a43eaf6e-4914-4efe-90c2-739c4c2f3b09""}\n2025-07-20 15:12:02.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] received connection request\n2025-07-20 15:12:02.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:12:02.860 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] socks forwarding established\n2025-07-20 15:12:02.890 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] socks connection closed\n2025-07-20 15:12:02.891 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Process exited with code 0\n2025-07-20 15:12:02.891 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Socket close event received\n2025-07-20 15:12:02.915 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51148 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:13:02.895 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:13:02.898 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f8bd53f5-d50b-4b05-a045-265d218313e8""}\n2025-07-20 15:13:02.899 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] received connection request\n2025-07-20 15:13:02.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:13:03.019 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] socks forwarding established\n2025-07-20 15:13:03.057 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Process exited with code 0\n2025-07-20 15:13:03.057 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Socket close event received\n2025-07-20 15:13:03.062 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] socks connection closed\n2025-07-20 15:13:03.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51214 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:14:03.061 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:14:03.063 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""35a03ec9-df3b-48a3-a26a-6d709f9f8575""}\n2025-07-20 15:14:03.064 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] received connection request\n2025-07-20 15:14:03.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:14:03.088 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] socks forwarding established\n2025-07-20 15:14:03.120 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Process exited with code 0\n2025-07-20 15:14:03.120 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] socks connection closed\n2025-07-20 15:14:03.120 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Socket close event received\n2025-07-20 15:14:03.148 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51264 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:15:03.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:15:03.126 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0f051c14-3d62-406c-8631-8be3af9f6239""}\n2025-07-20 15:15:03.127 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] received connection request\n2025-07-20 15:15:03.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:15:03.127 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:15:04.103 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] socks forwarding established\n2025-07-20 15:15:04.137 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] socks connection closed\n2025-07-20 15:15:04.137 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Process exited with code 0\n2025-07-20 15:15:04.137 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Socket close event received\n2025-07-20 15:15:04.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51325 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:16:04.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:16:04.146 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ad52f80e-6cd3-4927-86d1-2627f32c263a""}\n2025-07-20 15:16:04.147 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] received connection request\n2025-07-20 15:16:04.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:16:04.185 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] socks forwarding established\n2025-07-20 15:16:04.217 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Process exited with code 0\n2025-07-20 15:16:04.217 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Socket close event received\n2025-07-20 15:16:04.218 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] socks connection closed\n2025-07-20 15:16:04.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51381 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:17:04.220 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:17:04.222 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c9b877ef-e27e-4352-98ea-d568aae24b66""}\n2025-07-20 15:17:04.223 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] received connection request\n2025-07-20 15:17:04.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:17:04.250 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] socks forwarding established\n2025-07-20 15:17:04.281 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Process exited with code 0\n2025-07-20 15:17:04.281 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] socks connection closed\n2025-07-20 15:17:04.281 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Socket close event received\n2025-07-20 15:17:04.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51449 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:18:04.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:18:04.288 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d14f1e80-c70c-44cf-9bd1-6d6a274726d1""}\n2025-07-20 15:18:04.289 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] received connection request\n2025-07-20 15:18:04.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:18:04.314 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] socks forwarding established\n2025-07-20 15:18:04.344 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Process exited with code 0\n2025-07-20 15:18:04.344 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] socks connection closed\n2025-07-20 15:18:04.345 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Socket close event received\n2025-07-20 15:18:04.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51514 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:19:04.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:19:04.349 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""38e4333b-e51c-4341-a9ae-39f152dd9d2d""}\n2025-07-20 15:19:04.350 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] received connection request\n2025-07-20 15:19:04.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:19:04.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] socks forwarding established\n2025-07-20 15:19:04.504 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] socks connection closed\n2025-07-20 15:19:04.504 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Process exited with code 0\n2025-07-20 15:19:04.504 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Socket close event received\n2025-07-20 15:19:04.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51555 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:20:04.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:20:04.511 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] received connection request\n2025-07-20 15:20:04.511 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d0ebe693-c67a-4dec-a7ff-8a41fd1ff282""}\n2025-07-20 15:20:04.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:20:04.539 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] socks forwarding established\n2025-07-20 15:20:04.567 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Process exited with code 0\n2025-07-20 15:20:04.567 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] socks connection closed\n2025-07-20 15:20:04.567 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Socket close event received\n2025-07-20 15:20:04.601 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51625 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:21:04.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:21:04.574 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9035b739-47f2-42b7-934c-23b310fb086f""}\n2025-07-20 15:21:04.575 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] received connection request\n2025-07-20 15:21:04.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:21:04.615 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] socks forwarding established\n2025-07-20 15:21:04.648 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Process exited with code 0\n2025-07-20 15:21:04.649 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] socks connection closed\n2025-07-20 15:21:04.649 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Socket close event received\n2025-07-20 15:21:04.677 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51681 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:22:04.654 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:22:04.657 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] received connection request\n2025-07-20 15:22:04.658 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d2855afd-7a4f-47b7-ba9f-ee192ffd415b""}\n2025-07-20 15:22:04.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:22:04.759 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] socks forwarding established\n2025-07-20 15:22:04.790 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Process exited with code 0\n2025-07-20 15:22:04.791 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] socks connection closed\n2025-07-20 15:22:04.791 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Socket close event received\n2025-07-20 15:22:04.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51747 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:23:04.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:23:04.800 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1ea9b73b-c9e0-4e2e-8328-86b0724f0360""}\n2025-07-20 15:23:04.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] received connection request\n2025-07-20 15:23:04.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:23:06.112 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] socks forwarding established\n2025-07-20 15:23:06.214 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Process exited with code 0\n2025-07-20 15:23:06.214 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Socket close event received\n2025-07-20 15:23:06.297 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] socks connection closed\n2025-07-20 15:23:06.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51828 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:24:06.219 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:24:06.223 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca99bc50-9aaa-4a81-8f0a-b15049c05d7e""}\n2025-07-20 15:24:06.224 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] received connection request\n2025-07-20 15:24:06.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:24:06.274 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] socks forwarding established\n2025-07-20 15:24:06.341 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Process exited with code 0\n2025-07-20 15:24:06.341 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] socks connection closed\n2025-07-20 15:24:06.341 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Socket close event received\n2025-07-20 15:24:06.380 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51886 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:25:06.344 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:25:06.346 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9119a276-4cc2-4e44-8821-dec76ece0f0d""}\n2025-07-20 15:25:06.347 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] received connection request\n2025-07-20 15:25:06.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:25:06.482 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] socks forwarding established\n2025-07-20 15:25:06.522 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Process exited with code 0\n2025-07-20 15:25:06.522 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Socket close event received\n2025-07-20 15:25:06.542 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] socks connection closed\n2025-07-20 15:25:06.549 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51934 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:26:06.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:26:06.529 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8dc652d-9dee-4c39-9bf2-c65c78d09dbf""}\n2025-07-20 15:26:06.530 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] received connection request\n2025-07-20 15:26:06.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:26:06.602 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] socks forwarding established\n2025-07-20 15:26:06.635 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] socks connection closed\n2025-07-20 15:26:06.635 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Process exited with code 0\n2025-07-20 15:26:06.635 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Socket close event received\n2025-07-20 15:26:06.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51993 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:27:06.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:27:06.642 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f3f2d34f-a1d5-48ab-b174-99391475f59f""}\n2025-07-20 15:27:06.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] received connection request\n2025-07-20 15:27:06.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:27:06.644 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:27:06.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] socks forwarding established\n2025-07-20 15:27:06.702 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Process exited with code 0\n2025-07-20 15:27:06.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] socks connection closed\n2025-07-20 15:27:06.703 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Socket close event received\n2025-07-20 15:27:06.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52054 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:28:06.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:28:06.705 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8b726fb2-34e0-4e74-90eb-c6dde0ac5803""}\n2025-07-20 15:28:06.705 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] received connection request\n2025-07-20 15:28:06.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:28:06.706 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:28:06.731 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] socks forwarding established\n2025-07-20 15:28:06.857 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Process exited with code 0\n2025-07-20 15:28:06.858 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] socks connection closed\n2025-07-20 15:28:06.858 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Socket close event received\n2025-07-20 15:28:06.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52116 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:29:06.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:29:06.863 [info] [command][0470a458-8524-4049-af98-008729add335] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0470a458-8524-4049-af98-008729add335""}\n2025-07-20 15:29:06.864 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] received connection request\n2025-07-20 15:29:06.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:29:06.892 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] socks forwarding established\n2025-07-20 15:29:06.924 [info] [command][0470a458-8524-4049-af98-008729add335] Process exited with code 0\n2025-07-20 15:29:06.924 [info] [command][0470a458-8524-4049-af98-008729add335] Socket close event received\n2025-07-20 15:29:06.948 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] socks connection closed\n2025-07-20 15:29:06.948 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52167 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:30:06.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:30:06.931 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""918dd0de-ae2d-49eb-b62a-fe108b07f08f""}\n2025-07-20 15:30:06.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] received connection request\n2025-07-20 15:30:06.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:30:07.047 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] socks forwarding established\n2025-07-20 15:30:07.083 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Process exited with code 0\n2025-07-20 15:30:07.083 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Socket close event received\n2025-07-20 15:30:07.108 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] socks connection closed\n2025-07-20 15:30:07.126 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52234 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:31:07.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:31:07.090 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b24143e-b93b-403a-b2f3-d840df4174fc""}\n2025-07-20 15:31:07.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] received connection request\n2025-07-20 15:31:07.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:31:07.206 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] socks forwarding established\n2025-07-20 15:31:07.270 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Process exited with code 0\n2025-07-20 15:31:07.271 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] socks connection closed\n2025-07-20 15:31:07.271 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Socket close event received\n2025-07-20 15:31:07.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52300 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:32:07.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:32:07.278 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6eaf5ed4-151a-4845-8e42-6a18aba60987""}\n2025-07-20 15:32:07.279 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] received connection request\n2025-07-20 15:32:07.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:32:07.305 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] socks forwarding established\n2025-07-20 15:32:07.350 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Process exited with code 0\n2025-07-20 15:32:07.350 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Socket close event received\n2025-07-20 15:32:07.372 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] socks connection closed\n2025-07-20 15:32:07.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52360 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:33:07.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:33:07.354 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9a59b826-0ae2-4d82-97f8-4036e7c57a1e""}\n2025-07-20 15:33:07.354 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] received connection request\n2025-07-20 15:33:07.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:33:07.384 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] socks forwarding established\n2025-07-20 15:33:07.414 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Process exited with code 0\n2025-07-20 15:33:07.414 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Socket close event received\n2025-07-20 15:33:07.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52426 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:33:07.439 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] socks connection closed\n2025-07-20 15:34:07.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:34:07.417 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5144b8c7-f1fa-4816-8dcd-e7b248686d0c""}\n2025-07-20 15:34:07.417 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] received connection request\n2025-07-20 15:34:07.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:34:07.445 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] socks forwarding established\n2025-07-20 15:34:07.564 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Process exited with code 0\n2025-07-20 15:34:07.565 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] socks connection closed\n2025-07-20 15:34:07.566 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Socket close event received\n2025-07-20 15:34:07.593 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52485 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:35:07.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:35:07.572 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6837432a-7413-4ffe-bb2c-88bb2505408c""}\n2025-07-20 15:35:07.572 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] received connection request\n2025-07-20 15:35:07.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:35:07.603 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] socks forwarding established\n2025-07-20 15:35:07.636 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Process exited with code 0\n2025-07-20 15:35:07.636 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Socket close event received\n2025-07-20 15:35:07.660 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] socks connection closed\n2025-07-20 15:35:07.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52550 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:36:07.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:36:07.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] received connection request\n2025-07-20 15:36:07.638 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9ba3e0aa-18d6-42eb-9de5-58697d5e4632""}\n2025-07-20 15:36:07.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:36:07.639 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:36:07.666 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] socks forwarding established\n2025-07-20 15:36:07.709 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Process exited with code 0\n2025-07-20 15:36:07.709 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Socket close event received\n2025-07-20 15:36:07.725 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] socks connection closed\n2025-07-20 15:36:07.736 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52612 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:37:07.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:37:07.712 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2e0d4bcf-e412-4d85-9cfc-a583e767b9ff""}\n2025-07-20 15:37:07.712 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] received connection request\n2025-07-20 15:37:07.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:37:07.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] socks forwarding established\n2025-07-20 15:37:07.774 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Process exited with code 0\n2025-07-20 15:37:07.775 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] socks connection closed\n2025-07-20 15:37:07.775 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Socket close event received\n2025-07-20 15:37:07.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52682 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:38:07.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:38:07.781 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d6965fe9-08f2-4fd1-b0e3-4b5e3358087d""}\n2025-07-20 15:38:07.782 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] received connection request\n2025-07-20 15:38:07.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:38:07.849 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] socks forwarding established\n2025-07-20 15:38:07.881 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Process exited with code 0\n2025-07-20 15:38:07.881 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] socks connection closed\n2025-07-20 15:38:07.881 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Socket close event received\n2025-07-20 15:38:07.917 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52745 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:39:07.886 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:39:07.888 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7dfbcefd-ce56-4a1d-a30a-59bfce9681ca""}\n2025-07-20 15:39:07.888 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] received connection request\n2025-07-20 15:39:07.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:39:07.888 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:39:08.014 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] socks forwarding established\n2025-07-20 15:39:08.051 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] socks connection closed\n2025-07-20 15:39:08.051 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Process exited with code 0\n2025-07-20 15:39:08.052 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Socket close event received\n2025-07-20 15:39:08.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52790 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:40:08.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:40:08.056 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""841014ab-b07e-4a84-8951-344d07a7fd7d""}\n2025-07-20 15:40:08.057 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] received connection request\n2025-07-20 15:40:08.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:40:08.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] socks forwarding established\n2025-07-20 15:40:08.115 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Process exited with code 0\n2025-07-20 15:40:08.115 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Socket close event received\n2025-07-20 15:40:08.117 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] socks connection closed\n2025-07-20 15:40:08.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52849 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:41:08.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:41:08.119 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cce7082c-6f69-4444-95f0-94e5634a1686""}\n2025-07-20 15:41:08.120 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] received connection request\n2025-07-20 15:41:08.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:41:08.146 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] socks forwarding established\n2025-07-20 15:41:08.177 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Process exited with code 0\n2025-07-20 15:41:08.177 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] socks connection closed\n2025-07-20 15:41:08.177 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Socket close event received\n2025-07-20 15:41:08.202 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52907 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:42:08.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:42:08.186 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a162c783-922d-4170-ba09-b45f34100c01""}\n2025-07-20 15:42:08.186 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] received connection request\n2025-07-20 15:42:08.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:42:08.214 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] socks forwarding established\n2025-07-20 15:42:08.247 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Process exited with code 0\n2025-07-20 15:42:08.247 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Socket close event received\n2025-07-20 15:42:08.267 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] socks connection closed\n2025-07-20 15:42:08.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52971 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:43:08.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:43:08.251 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8be6a08-80d0-431b-9c7a-b624157a8f90""}\n2025-07-20 15:43:08.252 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] received connection request\n2025-07-20 15:43:08.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:43:08.286 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] socks forwarding established\n2025-07-20 15:43:08.316 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Process exited with code 0\n2025-07-20 15:43:08.317 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Socket close event received\n2025-07-20 15:43:08.338 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] socks connection closed\n2025-07-20 15:43:08.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53021 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:44:08.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:44:08.322 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3""}\n2025-07-20 15:44:08.322 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] received connection request\n2025-07-20 15:44:08.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:44:08.324 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:44:08.352 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] socks forwarding established\n2025-07-20 15:44:08.382 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Process exited with code 0\n2025-07-20 15:44:08.382 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Socket close event received\n2025-07-20 15:44:08.401 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] socks connection closed\n2025-07-20 15:44:08.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53072 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:45:08.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:45:08.387 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7823c057-4a56-4aa6-8c85-28b517f35dda""}\n2025-07-20 15:45:08.387 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] received connection request\n2025-07-20 15:45:08.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:45:08.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] socks forwarding established\n2025-07-20 15:45:08.458 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Process exited with code 0\n2025-07-20 15:45:08.458 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] socks connection closed\n2025-07-20 15:45:08.458 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Socket close event received\n2025-07-20 15:45:08.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53122 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:46:08.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:46:08.464 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""de2992b4-5ce2-4edd-9c27-13be5953d8c7""}\n2025-07-20 15:46:08.465 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] received connection request\n2025-07-20 15:46:08.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:46:08.491 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] socks forwarding established\n2025-07-20 15:46:08.524 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Process exited with code 0\n2025-07-20 15:46:08.524 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Socket close event received\n2025-07-20 15:46:08.524 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] socks connection closed\n2025-07-20 15:46:08.550 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53193 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:47:08.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:47:08.532 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] received connection request\n2025-07-20 15:47:08.532 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ed8f7598-6e10-4760-9642-b9adf29e1c4b""}\n2025-07-20 15:47:08.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:47:08.570 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] socks forwarding established\n2025-07-20 15:47:08.603 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Process exited with code 0\n2025-07-20 15:47:08.603 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] socks connection closed\n2025-07-20 15:47:08.603 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Socket close event received\n2025-07-20 15:47:08.627 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53265 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:48:08.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:48:08.610 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1""}\n2025-07-20 15:48:08.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] received connection request\n2025-07-20 15:48:08.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:48:08.636 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] socks forwarding established\n2025-07-20 15:48:08.664 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Process exited with code 0\n2025-07-20 15:48:08.664 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Socket close event received\n2025-07-20 15:48:08.665 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] socks connection closed\n2025-07-20 15:48:08.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53315 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:49:08.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:49:08.671 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""170486f8-6567-41c2-9d44-a2747a095fc1""}\n2025-07-20 15:49:08.671 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] received connection request\n2025-07-20 15:49:08.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:49:08.699 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] socks forwarding established\n2025-07-20 15:49:08.731 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Process exited with code 0\n2025-07-20 15:49:08.731 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] socks connection closed\n2025-07-20 15:49:08.731 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Socket close event received\n2025-07-20 15:49:08.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53362 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:50:08.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:50:08.740 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7ae519ab-d02c-42b1-8ef5-63a759f01319""}\n2025-07-20 15:50:08.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] received connection request\n2025-07-20 15:50:08.742 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:50:08.768 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] socks forwarding established\n2025-07-20 15:50:08.802 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Process exited with code 0\n2025-07-20 15:50:08.802 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] socks connection closed\n2025-07-20 15:50:08.803 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Socket close event received\n2025-07-20 15:50:08.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53399 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:51:08.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:51:08.807 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5cb3d970-449e-4896-a61f-269c53f4623a""}\n2025-07-20 15:51:08.807 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] received connection request\n2025-07-20 15:51:08.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:51:08.856 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] socks forwarding established\n2025-07-20 15:51:08.890 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] socks connection closed\n2025-07-20 15:51:08.891 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Process exited with code 0\n2025-07-20 15:51:08.891 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Socket close event received\n2025-07-20 15:51:08.926 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:52:08.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:52:08.895 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d73e82eb-4c96-49af-9bf6-950b87dd5d9e""}\n2025-07-20 15:52:08.895 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] received connection request\n2025-07-20 15:52:08.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:52:08.927 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] socks forwarding established\n2025-07-20 15:52:08.954 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Process exited with code 0\n2025-07-20 15:52:08.954 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Socket close event received\n2025-07-20 15:52:08.954 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] socks connection closed\n2025-07-20 15:52:08.977 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53548 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:53:08.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:53:08.953 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f63716b1-3a0c-4f77-aafd-11eeeb43caad""}\n2025-07-20 15:53:08.954 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] received connection request\n2025-07-20 15:53:08.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:53:09.000 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] socks forwarding established\n2025-07-20 15:53:09.085 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Process exited with code 0\n2025-07-20 15:53:09.086 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Socket close event received\n2025-07-20 15:53:09.102 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] socks connection closed\n2025-07-20 15:53:09.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53615 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:54:09.090 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:54:09.093 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5e17de68-4f6b-4d6b-af4e-ceca3b1126fe""}\n2025-07-20 15:54:09.093 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] received connection request\n2025-07-20 15:54:09.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:54:09.128 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] socks forwarding established\n2025-07-20 15:54:09.217 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Process exited with code 0\n2025-07-20 15:54:09.217 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Socket close event received\n2025-07-20 15:54:09.272 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] socks connection closed\n2025-07-20 15:54:09.284 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53677 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:55:09.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:55:09.220 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""797083c0-0fe3-4c78-9282-4f46b7047711""}\n2025-07-20 15:55:09.221 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] received connection request\n2025-07-20 15:55:09.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:55:09.245 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] socks forwarding established\n2025-07-20 15:55:09.354 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Process exited with code 0\n2025-07-20 15:55:09.354 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Socket close event received\n2025-07-20 15:55:09.356 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] socks connection closed\n2025-07-20 15:55:09.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53725 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:56:09.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:56:09.356 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e8cf9692-85ae-4ad1-b0ff-cd9e1a497294""}\n2025-07-20 15:56:09.357 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] received connection request\n2025-07-20 15:56:09.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:56:09.382 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] socks forwarding established\n2025-07-20 15:56:09.431 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Process exited with code 0\n2025-07-20 15:56:09.431 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] socks connection closed\n2025-07-20 15:56:09.431 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Socket close event received\n2025-07-20 15:56:09.459 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53788 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:57:09.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:57:09.438 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9cbd48b8-dedb-465d-b640-77100c6c66db""}\n2025-07-20 15:57:09.439 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] received connection request\n2025-07-20 15:57:09.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:57:09.476 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] socks forwarding established\n2025-07-20 15:57:09.505 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Process exited with code 0\n2025-07-20 15:57:09.506 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] socks connection closed\n2025-07-20 15:57:09.506 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Socket close event received\n2025-07-20 15:57:09.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53855 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:58:09.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:58:09.511 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""302b88ef-75de-46c9-9a2e-5adf1cd17633""}\n2025-07-20 15:58:09.512 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] received connection request\n2025-07-20 15:58:09.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:58:09.543 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] socks forwarding established\n2025-07-20 15:58:09.576 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Process exited with code 0\n2025-07-20 15:58:09.576 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] socks connection closed\n2025-07-20 15:58:09.577 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Socket close event received\n2025-07-20 15:58:09.602 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53934 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:59:09.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:59:09.582 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8acb2744-eb80-49f6-8d7c-f9087133bf87""}\n2025-07-20 15:59:09.583 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] received connection request\n2025-07-20 15:59:09.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:59:09.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] socks forwarding established\n2025-07-20 15:59:09.640 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Process exited with code 0\n2025-07-20 15:59:09.640 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] socks connection closed\n2025-07-20 15:59:09.640 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Socket close event received\n2025-07-20 15:59:09.666 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53978 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:00:09.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:00:09.643 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""fbc264ce-cae0-4525-ad2b-55172487ed2b""}\n2025-07-20 16:00:09.644 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] received connection request\n2025-07-20 16:00:09.645 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:00:09.676 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] socks forwarding established\n2025-07-20 16:00:09.710 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Process exited with code 0\n2025-07-20 16:00:09.710 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] socks connection closed\n2025-07-20 16:00:09.711 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Socket close event received\n2025-07-20 16:00:09.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54028 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:01:09.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:01:09.711 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""041d8b6e-67ad-4b73-a678-ee9e8353079f""}\n2025-07-20 16:01:09.712 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] received connection request\n2025-07-20 16:01:09.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:01:09.752 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] socks forwarding established\n2025-07-20 16:01:09.788 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Process exited with code 0\n2025-07-20 16:01:09.788 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] socks connection closed\n2025-07-20 16:01:09.788 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Socket close event received\n2025-07-20 16:01:09.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54108 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:02:09.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:02:09.793 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""88372daa-a060-453a-b845-6f72c80b466d""}\n2025-07-20 16:02:09.793 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] received connection request\n2025-07-20 16:02:09.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:02:09.818 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] socks forwarding established\n2025-07-20 16:02:09.846 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Process exited with code 0\n2025-07-20 16:02:09.847 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] socks connection closed\n2025-07-20 16:02:09.847 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Socket close event received\n2025-07-20 16:02:09.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54182 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:03:09.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:03:09.851 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""140bcdd8-9995-4473-86c0-afbc9e842b6a""}\n2025-07-20 16:03:09.852 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] received connection request\n2025-07-20 16:03:09.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:03:09.878 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] socks forwarding established\n2025-07-20 16:03:09.908 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Process exited with code 0\n2025-07-20 16:03:09.908 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Socket close event received\n2025-07-20 16:03:09.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] socks connection closed\n2025-07-20 16:03:09.933 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54260 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:04:09.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:04:09.915 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""12dc4470-b1e4-4803-8751-aa9337975e26""}\n2025-07-20 16:04:09.915 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] received connection request\n2025-07-20 16:04:09.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:04:09.941 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] socks forwarding established\n2025-07-20 16:04:09.969 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Process exited with code 0\n2025-07-20 16:04:09.969 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Socket close event received\n2025-07-20 16:04:10.100 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] socks connection closed\n2025-07-20 16:04:10.100 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54297 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:05:09.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:05:09.973 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] received connection request\n2025-07-20 16:05:09.973 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""bf6379ea-af92-45ba-9d7a-64b934cf3597""}\n2025-07-20 16:05:09.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:05:09.998 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] socks forwarding established\n2025-07-20 16:05:10.029 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Process exited with code 0\n2025-07-20 16:05:10.029 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Socket close event received\n2025-07-20 16:05:10.051 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] socks connection closed\n2025-07-20 16:05:10.054 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:06:10.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:06:10.036 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9cf1d9a9-d478-422f-b4ac-e6af4d9044f5""}\n2025-07-20 16:06:10.036 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] received connection request\n2025-07-20 16:06:10.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:06:10.062 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] socks forwarding established\n2025-07-20 16:06:10.117 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Process exited with code 0\n2025-07-20 16:06:10.117 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] socks connection closed\n2025-07-20 16:06:10.117 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Socket close event received\n2025-07-20 16:06:10.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54426 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:07:10.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:07:10.122 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""42b12a41-8324-4c21-9872-39580301f670""}\n2025-07-20 16:07:10.123 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] received connection request\n2025-07-20 16:07:10.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:07:10.240 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] socks forwarding established\n2025-07-20 16:07:10.270 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Process exited with code 0\n2025-07-20 16:07:10.270 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Socket close event received\n2025-07-20 16:07:10.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54489 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:07:10.294 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] socks connection closed\n2025-07-20 16:08:10.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:08:10.277 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""32344b4f-fdd5-4543-96d4-d6f546ff90b5""}\n2025-07-20 16:08:10.278 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] received connection request\n2025-07-20 16:08:10.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:08:10.304 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] socks forwarding established\n2025-07-20 16:08:10.372 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Process exited with code 0\n2025-07-20 16:08:10.372 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] socks connection closed\n2025-07-20 16:08:10.372 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Socket close event received\n2025-07-20 16:08:10.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54551 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:09:10.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:09:10.380 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""004828b5-92a3-41c0-ade7-735e7c79f372""}\n2025-07-20 16:09:10.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] received connection request\n2025-07-20 16:09:10.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:09:10.497 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] socks forwarding established\n2025-07-20 16:09:10.527 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Process exited with code 0\n2025-07-20 16:09:10.527 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Socket close event received\n2025-07-20 16:09:10.573 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] socks connection closed\n2025-07-20 16:09:10.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54590 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:10:10.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:10:10.529 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""399a4474-2761-41fb-a3de-8fd307e88f76""}\n2025-07-20 16:10:10.529 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] received connection request\n2025-07-20 16:10:10.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:10:10.609 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] socks forwarding established\n2025-07-20 16:10:10.637 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Process exited with code 0\n2025-07-20 16:10:10.637 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] socks connection closed\n2025-07-20 16:10:10.637 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Socket close event received\n2025-07-20 16:10:10.669 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54644 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:11:10.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:11:10.643 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b89570a8-28b2-4155-ae2b-2ddc08f43a21""}\n2025-07-20 16:11:10.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] received connection request\n2025-07-20 16:11:10.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:11:10.644 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:11:10.677 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] socks forwarding established\n2025-07-20 16:11:10.707 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Process exited with code 0\n2025-07-20 16:11:10.707 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] socks connection closed\n2025-07-20 16:11:10.707 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Socket close event received\n2025-07-20 16:11:10.733 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54708 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:12:10.712 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:12:10.713 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""372e4b9a-1493-43df-998b-85c55df2ba61""}\n2025-07-20 16:12:10.714 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] received connection request\n2025-07-20 16:12:10.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:12:10.740 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] socks forwarding established\n2025-07-20 16:12:10.846 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Process exited with code 0\n2025-07-20 16:12:10.846 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] socks connection closed\n2025-07-20 16:12:10.846 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Socket close event received\n2025-07-20 16:12:10.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54769 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:13:10.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:13:10.852 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""15cbaaf5-1f54-46ce-92f8-8cd862431827""}\n2025-07-20 16:13:10.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] received connection request\n2025-07-20 16:13:10.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:13:10.968 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] socks forwarding established\n2025-07-20 16:13:10.997 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Process exited with code 0\n2025-07-20 16:13:10.998 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] socks connection closed\n2025-07-20 16:13:10.998 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Socket close event received\n2025-07-20 16:13:11.045 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54826 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:14:11.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:14:11.003 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] received connection request\n2025-07-20 16:14:11.004 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e""}\n2025-07-20 16:14:11.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:14:11.135 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] socks forwarding established\n2025-07-20 16:14:11.241 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Process exited with code 0\n2025-07-20 16:14:11.241 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] socks connection closed\n2025-07-20 16:14:11.241 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Socket close event received\n2025-07-20 16:14:11.357 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54868 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:15:11.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:15:11.247 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e5160ab9-7df1-4b42-80db-f66aa0e09afe""}\n2025-07-20 16:15:11.248 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] received connection request\n2025-07-20 16:15:11.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:15:11.273 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] socks forwarding established\n2025-07-20 16:15:11.304 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Process exited with code 0\n2025-07-20 16:15:11.304 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] socks connection closed\n2025-07-20 16:15:11.304 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Socket close event received\n2025-07-20 16:15:11.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54916 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:16:11.303 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:16:11.306 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""496d3fc0-5074-4eae-91a5-9a126d6d438c""}\n2025-07-20 16:16:11.307 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] received connection request\n2025-07-20 16:16:11.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:16:11.343 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] socks forwarding established\n2025-07-20 16:16:11.373 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Process exited with code 0\n2025-07-20 16:16:11.374 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] socks connection closed\n2025-07-20 16:16:11.374 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Socket close event received\n2025-07-20 16:16:11.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54964 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:17:11.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:17:11.380 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""230a17f1-2bf9-4a00-a780-b9dd7ce33259""}\n2025-07-20 16:17:11.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] received connection request\n2025-07-20 16:17:11.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:17:11.605 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] socks forwarding established\n2025-07-20 16:17:11.637 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Process exited with code 0\n2025-07-20 16:17:11.637 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Socket close event received\n2025-07-20 16:17:11.642 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] socks connection closed\n2025-07-20 16:17:11.792 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55019 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:18:11.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:18:11.643 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4a2129c8-e00e-4f88-9f6b-bc4d8c88b018""}\n2025-07-20 16:18:11.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] received connection request\n2025-07-20 16:18:11.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:18:11.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] socks forwarding established\n2025-07-20 16:18:11.699 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Process exited with code 0\n2025-07-20 16:18:11.699 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Socket close event received\n2025-07-20 16:18:11.700 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] socks connection closed\n2025-07-20 16:18:11.725 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55074 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:19:11.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:19:11.702 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""3d5f009d-0f6f-4e1a-b669-f8930dce1757""}\n2025-07-20 16:19:11.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] received connection request\n2025-07-20 16:19:11.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:19:11.728 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] socks forwarding established\n2025-07-20 16:19:11.759 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Process exited with code 0\n2025-07-20 16:19:11.759 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Socket close event received\n2025-07-20 16:19:11.759 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] socks connection closed\n2025-07-20 16:19:11.784 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55123 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:20:11.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:20:11.764 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] received connection request\n2025-07-20 16:20:11.765 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c4e22154-e41f-4d59-b15d-375340ebc46a""}\n2025-07-20 16:20:11.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:20:11.794 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] socks forwarding established\n2025-07-20 16:20:11.824 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Process exited with code 0\n2025-07-20 16:20:11.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] socks connection closed\n2025-07-20 16:20:11.825 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Socket close event received\n2025-07-20 16:20:11.950 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55173 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:21:11.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:21:11.831 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""15304322-61e7-4ccc-8e6a-16dcb600f38d""}\n2025-07-20 16:21:11.832 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] received connection request\n2025-07-20 16:21:11.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:21:11.940 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] socks forwarding established\n2025-07-20 16:21:11.976 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Process exited with code 0\n2025-07-20 16:21:11.976 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Socket close event received\n2025-07-20 16:21:11.979 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] socks connection closed\n2025-07-20 16:21:12.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55227 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:22:11.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:22:11.981 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2fa9c209-d007-413f-ab12-1c64f9457646""}\n2025-07-20 16:22:11.981 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] received connection request\n2025-07-20 16:22:11.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:22:12.041 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] socks forwarding established\n2025-07-20 16:22:12.086 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Process exited with code 0\n2025-07-20 16:22:12.086 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Socket close event received\n2025-07-20 16:22:12.100 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] socks connection closed\n2025-07-20 16:22:12.113 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55284 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:23:12.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:23:12.090 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8a81bf8-2e85-4def-8530-e54054133bb7""}\n2025-07-20 16:23:12.091 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] received connection request\n2025-07-20 16:23:12.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:23:12.116 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] socks forwarding established\n2025-07-20 16:23:12.147 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Process exited with code 0\n2025-07-20 16:23:12.147 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] socks connection closed\n2025-07-20 16:23:12.147 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Socket close event received\n2025-07-20 16:23:12.173 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55339 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:24:12.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:24:12.154 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] received connection request\n2025-07-20 16:24:12.154 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""384adbc8-091b-4b44-a88b-3deddf37cfe0""}\n2025-07-20 16:24:12.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:24:12.178 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] socks forwarding established\n2025-07-20 16:24:12.275 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Process exited with code 0\n2025-07-20 16:24:12.276 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] socks connection closed\n2025-07-20 16:24:12.276 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Socket close event received\n2025-07-20 16:24:12.298 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55381 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:25:12.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:25:12.281 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""65afbc5a-d326-4ee8-8841-8bc35117431b""}\n2025-07-20 16:25:12.281 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] received connection request\n2025-07-20 16:25:12.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:25:12.306 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] socks forwarding established\n2025-07-20 16:25:12.333 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Process exited with code 0\n2025-07-20 16:25:12.333 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Socket close event received\n2025-07-20 16:25:12.333 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] socks connection closed\n2025-07-20 16:25:12.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55428 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:26:12.334 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:26:12.336 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8826de55-877d-44bb-9dac-ae053cf1bce1""}\n2025-07-20 16:26:12.336 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] received connection request\n2025-07-20 16:26:12.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:26:12.362 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] socks forwarding established\n2025-07-20 16:26:12.391 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Process exited with code 0\n2025-07-20 16:26:12.391 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] socks connection closed\n2025-07-20 16:26:12.391 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Socket close event received\n2025-07-20 16:26:12.415 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55474 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:27:12.396 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:27:12.398 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8cd852aa-9c81-4945-a962-85c2810e04c4""}\n2025-07-20 16:27:12.398 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] received connection request\n2025-07-20 16:27:12.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:27:12.424 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] socks forwarding established\n2025-07-20 16:27:12.455 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Process exited with code 0\n2025-07-20 16:27:12.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] socks connection closed\n2025-07-20 16:27:12.455 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Socket close event received\n2025-07-20 16:27:12.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55534 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:28:12.462 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:28:12.468 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] received connection request\n2025-07-20 16:28:12.468 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b1893cd5-d96e-4dac-8b09-c0f54d7e9d22""}\n2025-07-20 16:28:12.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:28:12.471 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:28:12.542 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] socks forwarding established\n2025-07-20 16:28:12.740 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Process exited with code 0\n2025-07-20 16:28:12.740 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] socks connection closed\n2025-07-20 16:28:12.740 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Socket close event received\n2025-07-20 16:28:12.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55582 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:29:12.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:29:12.746 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9aea0aa8-1b2b-402d-8d79-c0d1336509fd""}\n2025-07-20 16:29:12.746 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] received connection request\n2025-07-20 16:29:12.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:29:12.770 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] socks forwarding established\n2025-07-20 16:29:12.798 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Process exited with code 0\n2025-07-20 16:29:12.798 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Socket close event received\n2025-07-20 16:29:12.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] socks connection closed\n2025-07-20 16:29:12.824 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55610 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:30:12.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:30:12.802 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c9fedde2-e237-4f07-a56f-8d77d8da8313""}\n2025-07-20 16:30:12.802 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] received connection request\n2025-07-20 16:30:12.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:30:12.826 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] socks forwarding established\n2025-07-20 16:30:12.853 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Process exited with code 0\n2025-07-20 16:30:12.853 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Socket close event received\n2025-07-20 16:30:12.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] socks connection closed\n2025-07-20 16:30:12.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55645 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:31:12.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:31:12.856 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0b74a5ee-0fba-49ac-a95e-67740f5d4a3c""}\n2025-07-20 16:31:12.857 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] received connection request\n2025-07-20 16:31:12.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:31:12.957 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] socks forwarding established\n2025-07-20 16:31:12.988 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Process exited with code 0\n2025-07-20 16:31:12.988 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] socks connection closed\n2025-07-20 16:31:12.988 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Socket close event received\n2025-07-20 16:31:13.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55706 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:32:12.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:32:12.992 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""77865a04-4a4f-4078-8966-f80c11f79c98""}\n2025-07-20 16:32:12.992 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] received connection request\n2025-07-20 16:32:12.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:32:13.040 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] socks forwarding established\n2025-07-20 16:32:13.082 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Process exited with code 0\n2025-07-20 16:32:13.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] socks connection closed\n2025-07-20 16:32:13.083 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Socket close event received\n2025-07-20 16:32:13.107 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55789 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:33:13.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:33:13.089 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""46e0cbbe-faae-4497-80e2-266f8cbbb1ba""}\n2025-07-20 16:33:13.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] received connection request\n2025-07-20 16:33:13.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:33:13.115 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] socks forwarding established\n2025-07-20 16:33:13.143 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Process exited with code 0\n2025-07-20 16:33:13.143 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] socks connection closed\n2025-07-20 16:33:13.143 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Socket close event received\n2025-07-20 16:33:13.169 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55842 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:34:13.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:34:13.150 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] received connection request\n2025-07-20 16:34:13.151 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""72942e89-fafc-41ba-98b1-c1b5816a9ddd""}\n2025-07-20 16:34:13.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:34:13.191 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] socks forwarding established\n2025-07-20 16:34:13.218 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Process exited with code 0\n2025-07-20 16:34:13.218 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Socket close event received\n2025-07-20 16:34:13.240 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] socks connection closed\n2025-07-20 16:34:13.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55899 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:35:13.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:35:13.224 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""64a85f97-4ac2-4a0a-9aa7-87ba14498a0c""}\n2025-07-20 16:35:13.225 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] received connection request\n2025-07-20 16:35:13.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:35:13.270 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] socks forwarding established\n2025-07-20 16:35:13.384 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Process exited with code 0\n2025-07-20 16:35:13.385 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] socks connection closed\n2025-07-20 16:35:13.385 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Socket close event received\n2025-07-20 16:35:13.411 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55931 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:36:13.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:36:13.389 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d72c8380-8779-43bb-bed4-d0a818128af5""}\n2025-07-20 16:36:13.390 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] received connection request\n2025-07-20 16:36:13.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:36:13.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] socks forwarding established\n2025-07-20 16:36:13.450 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Process exited with code 0\n2025-07-20 16:36:13.450 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] socks connection closed\n2025-07-20 16:36:13.450 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Socket close event received\n2025-07-20 16:36:13.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55978 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:37:13.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:37:13.457 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1843ed7a-7e36-49ac-9ff7-08e005b7ba26""}\n2025-07-20 16:37:13.457 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] received connection request\n2025-07-20 16:37:13.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:37:13.483 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] socks forwarding established\n2025-07-20 16:37:13.512 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Process exited with code 0\n2025-07-20 16:37:13.513 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] socks connection closed\n2025-07-20 16:37:13.513 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Socket close event received\n2025-07-20 16:37:13.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56038 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:38:13.516 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:38:13.517 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""243ed5e1-0926-46d9-a3ab-70da9509df3c""}\n2025-07-20 16:38:13.517 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] received connection request\n2025-07-20 16:38:13.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:38:13.541 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] socks forwarding established\n2025-07-20 16:38:13.569 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Process exited with code 0\n2025-07-20 16:38:13.569 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] socks connection closed\n2025-07-20 16:38:13.569 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Socket close event received\n2025-07-20 16:38:13.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56088 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:39:13.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:39:13.576 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d7b541c2-092d-473c-8384-a62319eb7f0a""}\n2025-07-20 16:39:13.576 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] received connection request\n2025-07-20 16:39:13.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:39:13.576 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:39:13.599 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] socks forwarding established\n2025-07-20 16:39:13.708 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Process exited with code 0\n2025-07-20 16:39:13.708 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] socks connection closed\n2025-07-20 16:39:13.710 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Socket close event received\n2025-07-20 16:39:13.742 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56129 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:40:13.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:40:13.716 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""149212aa-b87b-4077-ae9a-45054aee039f""}\n2025-07-20 16:40:13.717 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] received connection request\n2025-07-20 16:40:13.717 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:40:13.756 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] socks forwarding established\n2025-07-20 16:40:13.785 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Process exited with code 0\n2025-07-20 16:40:13.785 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] socks connection closed\n2025-07-20 16:40:13.785 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Socket close event received\n2025-07-20 16:40:13.809 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56177 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:41:13.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:41:13.793 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a37da50f-9724-40ab-94b5-3de9ed98d0c5""}\n2025-07-20 16:41:13.793 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] received connection request\n2025-07-20 16:41:13.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:41:13.819 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] socks forwarding established\n2025-07-20 16:41:13.846 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Process exited with code 0\n2025-07-20 16:41:13.846 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Socket close event received\n2025-07-20 16:41:13.847 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] socks connection closed\n2025-07-20 16:41:13.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56217 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:42:13.847 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:42:13.849 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8c19b34e-5ec4-4d87-9aa8-4445396fc37b""}\n2025-07-20 16:42:13.850 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] received connection request\n2025-07-20 16:42:13.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:42:13.874 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] socks forwarding established\n2025-07-20 16:42:13.900 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Process exited with code 0\n2025-07-20 16:42:13.901 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Socket close event received\n2025-07-20 16:42:13.901 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] socks connection closed\n2025-07-20 16:42:13.924 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56274 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:43:13.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:43:13.903 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f03e7d64-260b-4e0e-9eb0-5472d35ab895""}\n2025-07-20 16:43:13.904 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] received connection request\n2025-07-20 16:43:13.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:43:13.929 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] socks forwarding established\n2025-07-20 16:43:13.959 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Process exited with code 0\n2025-07-20 16:43:13.959 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] socks connection closed\n2025-07-20 16:43:13.959 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Socket close event received\n2025-07-20 16:43:13.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56341 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:44:13.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:44:13.965 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""74804a89-2faf-4c7e-9f6b-e27345d8fa51""}\n2025-07-20 16:44:13.966 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] received connection request\n2025-07-20 16:44:13.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:44:13.993 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] socks forwarding established\n2025-07-20 16:44:14.020 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Process exited with code 0\n2025-07-20 16:44:14.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] socks connection closed\n2025-07-20 16:44:14.021 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Socket close event received\n2025-07-20 16:44:14.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56385 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:45:14.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:45:14.022 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0""}\n2025-07-20 16:45:14.022 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] received connection request\n2025-07-20 16:45:14.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:45:14.072 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] socks forwarding established\n2025-07-20 16:45:14.128 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Process exited with code 0\n2025-07-20 16:45:14.128 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] socks connection closed\n2025-07-20 16:45:14.129 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Socket close event received\n2025-07-20 16:45:14.152 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56418 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:46:14.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:46:14.130 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c162b5d9-3dfa-4b51-a429-52d9cc1e73b9""}\n2025-07-20 16:46:14.130 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] received connection request\n2025-07-20 16:46:14.130 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:46:14.130 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:46:14.161 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] socks forwarding established\n2025-07-20 16:46:14.193 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Process exited with code 0\n2025-07-20 16:46:14.193 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Socket close event received\n2025-07-20 16:46:14.218 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] socks connection closed\n2025-07-20 16:46:14.224 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56469 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:47:14.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:47:14.196 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2d04055a-7581-455b-b6d9-d8e12643ef56""}\n2025-07-20 16:47:14.196 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] received connection request\n2025-07-20 16:47:14.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:47:14.196 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:47:14.306 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] socks forwarding established\n2025-07-20 16:47:14.335 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] socks connection closed\n2025-07-20 16:47:14.335 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Process exited with code 0\n2025-07-20 16:47:14.335 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Socket close event received\n2025-07-20 16:47:14.360 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56528 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:48:14.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:48:14.337 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""19f8a753-c099-4c19-8e97-c0091c4ef731""}\n2025-07-20 16:48:14.337 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] received connection request\n2025-07-20 16:48:14.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:48:14.337 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:48:14.364 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] socks forwarding established\n2025-07-20 16:48:14.394 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] socks connection closed\n2025-07-20 16:48:14.394 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Process exited with code 0\n2025-07-20 16:48:14.394 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Socket close event received\n2025-07-20 16:48:14.418 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56572 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:49:14.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:49:14.398 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""46c2e328-d70f-4280-990e-44a3bfdcc597""}\n2025-07-20 16:49:14.398 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] received connection request\n2025-07-20 16:49:14.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:49:14.425 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] socks forwarding established\n2025-07-20 16:49:14.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] socks connection closed\n2025-07-20 16:49:14.456 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Process exited with code 0\n2025-07-20 16:49:14.456 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Socket close event received\n2025-07-20 16:49:14.556 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56613 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:50:14.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:50:14.457 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4b210389-9d01-4628-a001-3e02e5d9bc2d""}\n2025-07-20 16:50:14.457 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] received connection request\n2025-07-20 16:50:14.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:50:14.482 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] socks forwarding established\n2025-07-20 16:50:14.521 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] socks connection closed\n2025-07-20 16:50:14.521 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Process exited with code 0\n2025-07-20 16:50:14.521 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Socket close event received\n2025-07-20 16:50:14.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56645 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:51:14.526 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:51:14.528 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e1849c83-eacb-431a-b328-90e9ccc7851a""}\n2025-07-20 16:51:14.528 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] received connection request\n2025-07-20 16:51:14.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:51:14.552 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] socks forwarding established\n2025-07-20 16:51:14.580 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Process exited with code 0\n2025-07-20 16:51:14.580 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Socket close event received\n2025-07-20 16:51:14.581 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] socks connection closed\n2025-07-20 16:51:14.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56701 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:52:14.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:52:14.581 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d1311a4-8854-48bc-9594-e2a0a6f1a147""}\n2025-07-20 16:52:14.581 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] received connection request\n2025-07-20 16:52:14.582 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:52:14.607 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] socks forwarding established\n2025-07-20 16:52:14.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] socks connection closed\n2025-07-20 16:52:14.638 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Process exited with code 0\n2025-07-20 16:52:14.639 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Socket close event received\n2025-07-20 16:52:14.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56775 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:53:14.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:53:14.641 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""43ce2b76-803d-448b-bc7e-7fa2827fb36c""}\n2025-07-20 16:53:14.641 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] received connection request\n2025-07-20 16:53:14.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:53:14.641 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:53:14.666 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] socks forwarding established\n2025-07-20 16:53:14.710 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Process exited with code 0\n2025-07-20 16:53:14.710 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] socks connection closed\n2025-07-20 16:53:14.710 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Socket close event received\n2025-07-20 16:53:14.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56830 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:54:14.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:54:14.715 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""69fa2249-b69e-4f25-97fd-049a3ccd3d22""}\n2025-07-20 16:54:14.715 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] received connection request\n2025-07-20 16:54:14.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:54:14.749 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] socks forwarding established\n2025-07-20 16:54:14.778 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Process exited with code 0\n2025-07-20 16:54:14.778 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] socks connection closed\n2025-07-20 16:54:14.778 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Socket close event received\n2025-07-20 16:54:14.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56871 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:55:14.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:55:14.780 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c6ae4da6-39b5-4778-9aeb-a954d432e2df""}\n2025-07-20 16:55:14.781 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] received connection request\n2025-07-20 16:55:14.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:55:14.806 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] socks forwarding established\n2025-07-20 16:55:14.833 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Process exited with code 0\n2025-07-20 16:55:14.833 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Socket close event received\n2025-07-20 16:55:14.834 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] socks connection closed\n2025-07-20 16:55:14.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56920 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:56:14.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:56:14.837 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f1c6a45-87dd-4da8-aec0-bda1d5188522""}\n2025-07-20 16:56:14.838 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] received connection request\n2025-07-20 16:56:14.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:56:14.957 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] socks forwarding established\n2025-07-20 16:56:14.990 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Process exited with code 0\n2025-07-20 16:56:14.990 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Socket close event received\n2025-07-20 16:56:14.991 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] socks connection closed\n2025-07-20 16:56:15.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56984 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:57:14.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:57:14.996 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0165d3f2-b2c2-4e50-a087-7f5bdfd18a95""}\n2025-07-20 16:57:14.997 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] received connection request\n2025-07-20 16:57:14.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:57:15.022 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] socks forwarding established\n2025-07-20 16:57:15.049 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Process exited with code 0\n2025-07-20 16:57:15.049 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] socks connection closed\n2025-07-20 16:57:15.049 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Socket close event received\n2025-07-20 16:57:15.073 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57053 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:58:15.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:58:15.056 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""87147407-9233-4d59-a4c6-ecb8bdcde081""}\n2025-07-20 16:58:15.057 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] received connection request\n2025-07-20 16:58:15.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:58:15.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] socks forwarding established\n2025-07-20 16:58:15.118 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Process exited with code 0\n2025-07-20 16:58:15.119 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Socket close event received\n2025-07-20 16:58:15.119 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] socks connection closed\n2025-07-20 16:58:15.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57110 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:59:15.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:59:15.126 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f1d0af75-d4ee-4170-8ce3-c58917de04d1""}\n2025-07-20 16:59:15.127 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] received connection request\n2025-07-20 16:59:15.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:59:15.152 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] socks forwarding established\n2025-07-20 16:59:15.182 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Process exited with code 0\n2025-07-20 16:59:15.183 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Socket close event received\n2025-07-20 16:59:15.183 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] socks connection closed\n2025-07-20 16:59:15.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57143 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:00:15.185 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:00:15.187 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""acfdbad1-2dca-4eeb-beb8-f78661a6987d""}\n2025-07-20 17:00:15.188 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] received connection request\n2025-07-20 17:00:15.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:00:15.213 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] socks forwarding established\n2025-07-20 17:00:15.243 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Process exited with code 0\n2025-07-20 17:00:15.243 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] socks connection closed\n2025-07-20 17:00:15.243 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Socket close event received\n2025-07-20 17:00:15.268 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57183 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:01:15.244 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:01:15.246 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""3c6eb969-447e-4456-9570-054b0431dcc2""}\n2025-07-20 17:01:15.247 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] received connection request\n2025-07-20 17:01:15.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:01:15.344 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] socks forwarding established\n2025-07-20 17:01:15.374 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Process exited with code 0\n2025-07-20 17:01:15.375 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] socks connection closed\n2025-07-20 17:01:15.375 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Socket close event received\n2025-07-20 17:01:15.399 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57225 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:02:15.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:02:15.381 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""30302e6d-8130-4c77-acfe-06552cf394aa""}\n2025-07-20 17:02:15.382 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] received connection request\n2025-07-20 17:02:15.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:02:15.464 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] socks forwarding established\n2025-07-20 17:02:15.491 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Process exited with code 0\n2025-07-20 17:02:15.491 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Socket close event received\n2025-07-20 17:02:15.492 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] socks connection closed\n2025-07-20 17:02:15.516 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57301 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:03:15.496 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:03:15.498 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c6a553e0-9496-4720-8e6f-6d5c375dfc2a""}\n2025-07-20 17:03:15.500 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] received connection request\n2025-07-20 17:03:15.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:03:15.528 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] socks forwarding established\n2025-07-20 17:03:15.582 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Process exited with code 0\n2025-07-20 17:03:15.583 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] socks connection closed\n2025-07-20 17:03:15.583 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Socket close event received\n2025-07-20 17:03:15.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57344 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:04:15.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:04:15.591 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1a311bee-2e94-4514-9e46-98c01329166e""}\n2025-07-20 17:04:15.592 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] received connection request\n2025-07-20 17:04:15.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:04:15.621 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] socks forwarding established\n2025-07-20 17:04:15.650 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Process exited with code 0\n2025-07-20 17:04:15.650 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Socket close event received\n2025-07-20 17:04:15.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57375 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:04:15.674 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] socks connection closed\n2025-07-20 17:05:15.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:05:15.659 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""30576d83-65ec-449b-8905-b254364fbcc5""}\n2025-07-20 17:05:15.660 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] received connection request\n2025-07-20 17:05:15.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:05:15.686 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] socks forwarding established\n2025-07-20 17:05:15.715 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Process exited with code 0\n2025-07-20 17:05:15.715 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Socket close event received\n2025-07-20 17:05:15.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] socks connection closed\n2025-07-20 17:05:15.739 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57406 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:06:15.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:06:15.719 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b691979-fed6-4c42-bd15-1300d907505a""}\n2025-07-20 17:06:15.720 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] received connection request\n2025-07-20 17:06:15.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:06:15.788 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] socks forwarding established\n2025-07-20 17:06:15.818 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Process exited with code 0\n2025-07-20 17:06:15.819 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] socks connection closed\n2025-07-20 17:06:15.819 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Socket close event received\n2025-07-20 17:06:15.846 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57459 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:07:15.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:07:15.824 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""731766eb-8a42-497a-ac9a-2c5f5bbbf6a1""}\n2025-07-20 17:07:15.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] received connection request\n2025-07-20 17:07:15.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:07:15.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] socks forwarding established\n2025-07-20 17:07:15.879 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Process exited with code 0\n2025-07-20 17:07:15.880 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Socket close event received\n2025-07-20 17:07:15.880 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] socks connection closed\n2025-07-20 17:07:15.904 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57518 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:08:15.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:08:15.883 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""42eaf288-c684-49a1-9223-ffce356018df""}\n2025-07-20 17:08:15.883 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] received connection request\n2025-07-20 17:08:15.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:08:15.908 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] socks forwarding established\n2025-07-20 17:08:15.934 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Process exited with code 0\n2025-07-20 17:08:15.934 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Socket close event received\n2025-07-20 17:08:15.936 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] socks connection closed\n2025-07-20 17:08:15.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57559 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:09:15.935 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:09:15.936 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1""}\n2025-07-20 17:09:15.936 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] received connection request\n2025-07-20 17:09:15.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:09:15.965 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] socks forwarding established\n2025-07-20 17:09:15.995 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] socks connection closed\n2025-07-20 17:09:15.995 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Process exited with code 0\n2025-07-20 17:09:15.995 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Socket close event received\n2025-07-20 17:09:16.019 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57627 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:10:16.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:10:16.001 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""95fe3571-c769-4a07-90af-ca6893cafc52""}\n2025-07-20 17:10:16.002 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] received connection request\n2025-07-20 17:10:16.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:10:16.029 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] socks forwarding established\n2025-07-20 17:10:16.058 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Process exited with code 0\n2025-07-20 17:10:16.058 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Socket close event received\n2025-07-20 17:10:16.059 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] socks connection closed\n2025-07-20 17:10:16.084 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57665 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:11:16.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:11:16.066 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f65a291b-d334-4be1-8180-5293aa2aa0c4""}\n2025-07-20 17:11:16.066 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] received connection request\n2025-07-20 17:11:16.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:11:16.092 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] socks forwarding established\n2025-07-20 17:11:16.123 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Process exited with code 0\n2025-07-20 17:11:16.124 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Socket close event received\n2025-07-20 17:11:16.124 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] socks connection closed\n2025-07-20 17:11:16.151 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57739 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:12:16.128 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:12:16.129 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c3e9affb-57e8-4a43-97b8-d44ca4edbec5""}\n2025-07-20 17:12:16.129 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] received connection request\n2025-07-20 17:12:16.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 17:12:16.129 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:12:16.159 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] socks forwarding established\n2025-07-20 17:12:16.191 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Process exited with code 0\n2025-07-20 17:12:16.191 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] socks connection closed\n2025-07-20 17:12:16.191 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Socket close event received\n2025-07-20 17:12:16.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57815 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:13:16.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:13:16.199 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e30e42e1-e34b-4cd9-88ea-f370fc9b1195""}\n2025-07-20 17:13:16.199 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] received connection request\n2025-07-20 17:13:16.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:13:16.298 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] socks forwarding established\n2025-07-20 17:13:16.352 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Process exited with code 0\n2025-07-20 17:13:16.352 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] socks connection closed\n2025-07-20 17:13:16.352 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Socket close event received\n2025-07-20 17:13:16.377 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57895 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:14:16.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:14:16.356 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7ea8aee6-550b-43de-8f14-f8d2c76e0331""}\n2025-07-20 17:14:16.356 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] received connection request\n2025-07-20 17:14:16.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:14:16.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] socks forwarding established\n2025-07-20 17:14:16.408 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] socks connection closed\n2025-07-20 17:14:16.408 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Process exited with code 0\n2025-07-20 17:14:16.409 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Socket close event received\n2025-07-20 17:14:16.433 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57968 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:15:16.412 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:15:16.415 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""496dd24b-355e-4785-aca1-a2a3a75f1e4d""}\n2025-07-20 17:15:16.415 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] received connection request\n2025-07-20 17:15:16.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:15:16.441 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] socks forwarding established\n2025-07-20 17:15:16.468 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Process exited with code 0\n2025-07-20 17:15:16.469 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] socks connection closed\n2025-07-20 17:15:16.469 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Socket close event received\n2025-07-20 17:15:16.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58013 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:16:16.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:16:16.471 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a0978791-2454-46ca-9dfb-9eba79fc8a78""}\n2025-07-20 17:16:16.472 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] received connection request\n2025-07-20 17:16:16.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:16:16.496 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] socks forwarding established\n2025-07-20 17:16:16.526 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Process exited with code 0\n2025-07-20 17:16:16.527 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] socks connection closed\n2025-07-20 17:16:16.527 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Socket close event received\n2025-07-20 17:16:16.648 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58067 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:17:16.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:17:16.529 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f7e7775c-c77c-4b4c-be17-314be8f1e2ba""}\n2025-07-20 17:17:16.530 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] received connection request\n2025-07-20 17:17:16.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:17:16.556 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] socks forwarding established\n2025-07-20 17:17:16.586 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Process exited with code 0\n2025-07-20 17:17:16.587 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Socket close event received\n2025-07-20 17:17:16.606 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] socks connection closed\n2025-07-20 17:17:16.611 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58153 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:18:16.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:18:16.594 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2""}\n2025-07-20 17:18:16.595 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] received connection request\n2025-07-20 17:18:16.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:18:17.163 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] socks forwarding established\n2025-07-20 17:18:17.202 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Process exited with code 0\n2025-07-20 17:18:17.203 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] socks connection closed\n2025-07-20 17:18:17.203 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Socket close event received\n2025-07-20 17:18:17.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58195 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:19:17.207 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:19:17.210 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b1fcca1-9f16-40ba-8b92-02aa23de4bd7""}\n2025-07-20 17:19:17.211 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] received connection request\n2025-07-20 17:19:17.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:19:17.316 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] socks forwarding established\n2025-07-20 17:19:17.346 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Process exited with code 0\n2025-07-20 17:19:17.347 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] socks connection closed\n2025-07-20 17:19:17.347 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Socket close event received\n2025-07-20 17:19:17.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58231 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:20:17.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:20:17.353 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cca43128-5427-4c83-8654-8254b49a7fe3""}\n2025-07-20 17:20:17.354 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] received connection request\n2025-07-20 17:20:17.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:20:17.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] socks forwarding established\n2025-07-20 17:20:17.409 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Process exited with code 0\n2025-07-20 17:20:17.410 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] socks connection closed\n2025-07-20 17:20:17.410 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Socket close event received\n2025-07-20 17:20:17.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58278 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:21:17.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:21:17.416 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca299cd2-6a25-4343-b35d-113ee4c8b400""}\n2025-07-20 17:21:17.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] received connection request\n2025-07-20 17:21:17.417 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:21:17.447 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] socks forwarding established\n2025-07-20 17:21:17.479 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Process exited with code 0\n2025-07-20 17:21:17.479 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] socks connection closed\n2025-07-20 17:21:17.479 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Socket close event received\n2025-07-20 17:21:17.506 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58333 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:22:17.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:22:17.486 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8bccf506-6bf9-4a49-a840-87493d9c1fbf""}\n2025-07-20 17:22:17.487 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] received connection request\n2025-07-20 17:22:17.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:22:17.512 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] socks forwarding established\n2025-07-20 17:22:17.543 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Process exited with code 0\n2025-07-20 17:22:17.544 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] socks connection closed\n2025-07-20 17:22:17.544 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Socket close event received\n2025-07-20 17:22:17.570 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58392 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:23:17.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:23:17.549 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f69d6be8-852f-49fb-9be6-3cf4ae9920bd""}\n2025-07-20 17:23:17.550 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] received connection request\n2025-07-20 17:23:17.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:23:17.579 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] socks forwarding established\n2025-07-20 17:23:17.610 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Process exited with code 0\n2025-07-20 17:23:17.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] socks connection closed\n2025-07-20 17:23:17.611 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Socket close event received\n2025-07-20 17:23:17.635 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58428 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:24:17.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:24:17.617 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""dd97008f-51f6-485f-9a7b-b48664f1ea6c""}\n2025-07-20 17:24:17.618 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] received connection request\n2025-07-20 17:24:17.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:24:17.642 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] socks forwarding established\n2025-07-20 17:24:17.669 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Process exited with code 0\n2025-07-20 17:24:17.669 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Socket close event received\n2025-07-20 17:24:17.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] socks connection closed\n2025-07-20 17:24:17.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58463 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:25:17.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:25:17.676 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7e303d22-1aea-486c-b2ff-277f94011a54""}\n2025-07-20 17:25:17.677 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] received connection request\n2025-07-20 17:25:17.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:25:17.706 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] socks forwarding established\n2025-07-20 17:25:17.737 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Process exited with code 0\n2025-07-20 17:25:17.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] socks connection closed\n2025-07-20 17:25:17.737 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Socket close event received\n2025-07-20 17:25:17.761 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58491 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:26:17.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:26:17.744 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d834942b-1fcd-4c2a-9075-bf2e17ca1ea6""}\n2025-07-20 17:26:17.745 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] received connection request\n2025-07-20 17:26:17.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:26:17.774 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] socks forwarding established\n2025-07-20 17:26:17.802 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Process exited with code 0\n2025-07-20 17:26:17.802 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Socket close event received\n2025-07-20 17:26:17.803 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] socks connection closed\n2025-07-20 17:26:17.826 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58541 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:27:17.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:27:17.809 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""92ae035a-7caf-4cbc-8a32-6dfa26a501ed""}\n2025-07-20 17:27:17.810 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] received connection request\n2025-07-20 17:27:17.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:27:17.834 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] socks forwarding established\n2025-07-20 17:27:17.864 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Process exited with code 0\n2025-07-20 17:27:17.865 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] socks connection closed\n2025-07-20 17:27:17.865 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Socket close event received\n2025-07-20 17:27:17.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58605 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:28:17.868 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:28:17.869 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""59f085ba-7016-4e18-9ea0-8647e9cf4684""}\n2025-07-20 17:28:17.870 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] received connection request\n2025-07-20 17:28:17.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:28:17.897 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] socks forwarding established\n2025-07-20 17:28:17.923 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Process exited with code 0\n2025-07-20 17:28:17.923 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Socket close event received\n2025-07-20 17:28:17.924 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] socks connection closed\n2025-07-20 17:28:17.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58635 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:29:17.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:29:17.931 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8""}\n2025-07-20 17:29:17.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] received connection request\n2025-07-20 17:29:17.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:29:17.960 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] socks forwarding established\n2025-07-20 17:29:17.990 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Process exited with code 0\n2025-07-20 17:29:17.990 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Socket close event received\n2025-07-20 17:29:17.991 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] socks connection closed\n2025-07-20 17:29:18.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58667 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:30:17.991 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:30:17.994 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a3a444f5-da82-40a1-8925-69e882225ba2""}\n2025-07-20 17:30:17.994 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] received connection request\n2025-07-20 17:30:17.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:30:18.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] socks forwarding established\n2025-07-20 17:30:18.050 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Process exited with code 0\n2025-07-20 17:30:18.050 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] socks connection closed\n2025-07-20 17:30:18.051 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Socket close event received\n2025-07-20 17:30:18.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58711 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:31:18.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:31:18.053 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f31ca900-8b4e-4897-ba34-d10c558ed1e6""}\n2025-07-20 17:31:18.054 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] received connection request\n2025-07-20 17:31:18.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:31:18.079 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] socks forwarding established\n2025-07-20 17:31:18.110 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Process exited with code 0\n2025-07-20 17:31:18.110 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] socks connection closed\n2025-07-20 17:31:18.110 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Socket close event received\n2025-07-20 17:31:18.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58756 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:32:18.110 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:32:18.112 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f18a64ed-d873-4053-985d-e5941cc1ede1""}\n2025-07-20 17:32:18.113 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] received connection request\n2025-07-20 17:32:18.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:32:18.224 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] socks forwarding established\n2025-07-20 17:32:18.262 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Process exited with code 0\n2025-07-20 17:32:18.262 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Socket close event received\n2025-07-20 17:32:18.274 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] socks connection closed\n2025-07-20 17:32:18.290 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58822 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:33:13.375 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][fd18a6a9-edcc-4367-87b6-197879e60bad] received connection request\n2025-07-20 17:33:13.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:13.384 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-20 17:33:13.384 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-20 17:33:13.390 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][7199485d-5ef2-44fc-b661-b1b1aaa020d1] received connection request\n2025-07-20 17:33:13.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:16.397 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-20 17:33:16.397 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 1 of 3 This operation was aborted\n2025-07-20 17:33:16.398 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][ebb347e4-30e9-4a55-b82f-c988775e97a8] received connection request\n2025-07-20 17:33:16.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:16.472 [info] Terminating existing SSH process with pid: 63787\n2025-07-20 17:33:16.472 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-20 17:33:16.473 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-20 17:33:16.473 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:33:16.473 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][fd18a6a9-edcc-4367-87b6-197879e60bad] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.473 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][7199485d-5ef2-44fc-b661-b1b1aaa020d1] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.474 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][ebb347e4-30e9-4a55-b82f-c988775e97a8] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.474 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] socks connection closed\n2025-07-20 17:33:16.474 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] socks connection closed\n2025-07-20 17:33:16.478 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11114.sh"" | ssh -v -T -D 58866 login.haicore.berlin bash --login -c bash\n2025-07-20 17:33:16.478 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:33:16.478 [info] Waiting for server to install via process(68833)...\n2025-07-20 17:33:16.492 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:33:16.492 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:33:16.496 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:33:16.496 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:33:16.496 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:33:16.496 [info] Retrying connection in 5 seconds...\n2025-07-20 17:33:17.407 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 2 of 3 This operation was aborted\n2025-07-20 17:33:18.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:33:18.268 [info] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""dc36b6a7-835d-477f-ace2-8f15def3e7f9""}\n2025-07-20 17:33:18.268 [error] [forwarding][multiplex][127.0.0.1:65286 -> unknown}][8aa098a2-fb53-441d-9d1a-1dcdc5cf85da] remote server not configured\n2025-07-20 17:33:18.269 [error] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Socket error: Error: read ECONNRESET\n2025-07-20 17:33:18.269 [info] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Socket close event received\n2025-07-20 17:33:18.418 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 3 of 3 This operation was aborted\n2025-07-20 17:33:18.418 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-20 17:33:18.418 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-20 17:34:47.947 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11114.sh\n2025-07-20 17:34:47.966 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:47.981 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18597.sh"" | ssh -v -T -D 58869 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:47.982 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:47.982 [info] Waiting for server to install via process(68844)...\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:47.993 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:47.994 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:47.994 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:47.994 [info] Retrying connection in 5 seconds...\n2025-07-20 17:34:53.002 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18597.sh\n2025-07-20 17:34:53.002 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:53.005 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28706.sh"" | ssh -v -T -D 58872 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:53.005 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:53.005 [info] Waiting for server to install via process(68859)...\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:53.019 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:53.020 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:53.020 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:53.020 [info] Retrying connection in 5 seconds...\n2025-07-20 17:34:58.023 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28706.sh\n2025-07-20 17:34:58.025 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:58.051 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44158.sh"" | ssh -v -T -D 58875 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:58.051 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:58.051 [info] Waiting for server to install via process(68866)...\n2025-07-20 17:34:58.101 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:58.103 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-20 17:34:58.105 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:58.119 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:58.120 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:58.121 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:58.121 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:17.601 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44158.sh\n2025-07-20 17:35:17.602 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:17.673 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79917.sh"" | ssh -v -T -D 58878 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:17.673 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:17.673 [info] Waiting for server to install via process(68875)...\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:17.683 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:17.684 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:17.684 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:17.684 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:22.692 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79917.sh\n2025-07-20 17:35:22.692 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:22.694 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56829.sh"" | ssh -v -T -D 58882 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:22.695 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:22.695 [info] Waiting for server to install via process(68886)...\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:22.718 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:22.722 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:22.722 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:22.722 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:27.723 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56829.sh\n2025-07-20 17:35:27.724 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:27.726 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13029.sh"" | ssh -v -T -D 58883 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:27.726 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:27.726 [info] Waiting for server to install via process(68894)...\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:27.740 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:27.741 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:27.741 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:27.741 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:12.308 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13029.sh\n2025-07-20 17:36:12.309 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:12.317 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90893.sh"" | ssh -v -T -D 58885 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:12.317 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:12.317 [info] Waiting for server to install via process(68900)...\n2025-07-20 17:36:12.328 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:12.328 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:12.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:12.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:12.330 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:12.334 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:12.335 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:12.335 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:12.335 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:17.338 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90893.sh\n2025-07-20 17:36:17.338 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:17.340 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5731.sh"" | ssh -v -T -D 58888 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:17.340 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:17.340 [info] Waiting for server to install via process(68911)...\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:17.350 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:17.351 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:17.352 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:17.352 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:17.352 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:22.361 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5731.sh\n2025-07-20 17:36:22.362 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:22.364 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48374.sh"" | ssh -v -T -D 58891 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:22.364 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:22.364 [info] Waiting for server to install via process(68919)...\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:22.373 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:22.374 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:22.375 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:22.375 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:22.375 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:27.406 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48374.sh\n2025-07-20 17:36:27.410 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:27.413 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71943.sh"" | ssh -v -T -D 58893 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:27.413 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:27.413 [info] Waiting for server to install via process(68927)...\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:27.422 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:27.422 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:27.422 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:27.422 [info] Retrying connection in 5 seconds...\n2025-07-20 17:52:17.539 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71943.sh\n2025-07-20 17:52:17.542 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:52:17.547 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73838.sh"" | ssh -v -T -D 58894 login.haicore.berlin bash --login -c bash\n2025-07-20 17:52:17.547 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:52:17.547 [info] Waiting for server to install via process(68934)...\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:52:17.559 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:52:17.560 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:52:17.561 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:52:17.561 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:52:17.561 [error] Failed to connect after 12 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:52:17.561 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73838.sh\n2025-07-20 17:52:17.562 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 18:09:34.231 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 18:09:34.246 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 18:09:34.247 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 18:09:34.249 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 18:09:34.251 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87982.sh"" | ssh -v -T -D 51850 login.haicore.berlin bash --login -c bash\n2025-07-21 18:09:34.251 [info] Started installation script. Waiting for it to finish...\n2025-07-21 18:09:34.251 [info] Waiting for server to install via process(91396)...\n2025-07-21 18:09:34.257 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 18:09:34.258 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 18:09:34.258 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 18:09:34.260 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 18:09:34.260 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 18:09:34.261 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-21 18:09:34.261 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 18:09:34.530 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 18:09:34.532 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 18:09:34.532 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 18:09:34.561 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 18:09:34.562 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-21 18:09:34.562 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 18:09:34.583 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-21 18:09:34.583 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 18:09:34.584 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 18:09:34.612 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 18:09:34.614 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\n\n2025-07-21 18:09:34.614 [info] (ssh_tunnel) stderr: debug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 18:09:34.708 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 18:09:34.737 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 18:09:34.740 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 18:09:34.740 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 18:09:34.811 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 18:09:34.878 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:51850 forwarded to remote address socks:0\n\n2025-07-21 18:09:34.879 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 51850.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 51850.\n\n2025-07-21 18:09:34.879 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 18:09:35.078 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 18:09:35.079 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 18:09:35.090 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 18:09:35.101 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 18:09:35.489 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-21 18:09:35.528 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:35.529 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-21 18:09:35.535 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-21 18:09:35.548 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 18:09:35.565 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-21 18:09:35.565 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 18:09:35.569 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-21 18:09:35.572 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 18:09:35.577 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b5322cab-ea7d-4ba2-9953-741fbc1d862f\n\n2025-07-21 18:09:35.580 [info] (ssh_tunnel) stdout: Multiplex server started with PID 1608886 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 18:09:36.090 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-21 18:09:36.106 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.108 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-21 18:09:36.110 [info] (ssh_tunnel) stdout: Code server started with PID 1608910 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.111 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.680 [info] (ssh_tunnel) stdout: 52930ed763def12b0badc48b: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==38723==\nmultiplexConnectionToken==b5322cab-ea7d-4ba2-9953-741fbc1d862f==\ncodeListeningOn==34715==\ncodeConnectionToken==d56c0086-b507-48dc-bbeb-73bed3240052==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n52930ed763def12b0badc48b: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.680 [info] Server install command exit code: 0\n2025-07-21 18:09:36.680 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87982.sh\n2025-07-21 18:09:36.682 [info] [forwarding][code] creating new forwarding server\n2025-07-21 18:09:36.682 [info] [forwarding][code] server listening on 127.0.0.1:51858\n2025-07-21 18:09:36.682 [info] [forwarding][code] Set up server\n2025-07-21 18:09:36.682 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: d56c0086-b507-48dc-bbeb-73bed3240052\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] server listening on 127.0.0.1:51859\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] Set up server\n2025-07-21 18:09:36.683 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b5322cab-ea7d-4ba2-9953-741fbc1d862f\n2025-07-21 18:09:36.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:09:36.686 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6ad07db1-6133-4fc8-905c-9a9f389f3d8e""}\n2025-07-21 18:09:36.687 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] received connection request\n2025-07-21 18:09:36.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.693 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] received connection request\n2025-07-21 18:09:36.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.718 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] socks forwarding established\n2025-07-21 18:09:36.718 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] socks forwarding established\n2025-07-21 18:09:36.749 [info] Successfully connected to Cursor server at http://127.0.0.1:51858/version\n2025-07-21 18:09:36.749 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 18:09:36.749 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] received connection request\n2025-07-21 18:09:36.749 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""cd419a86-f3a4-4ec2-9aec-b30631b4f4f8""}\n2025-07-21 18:09:36.750 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Process exited with code 0\n2025-07-21 18:09:36.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.750 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] socks connection closed\n2025-07-21 18:09:36.750 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Socket close event received\n2025-07-21 18:09:36.773 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51861 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:36.774 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] socks forwarding established\n2025-07-21 18:09:36.800 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Process exited with code 0\n2025-07-21 18:09:36.800 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 18:09:36.801 [info] [remote-ssh] Resolved exec server. Socks port: 51850\n2025-07-21 18:09:36.801 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":51858,""connectionToken"":""d56c0086-b507-48dc-bbeb-73bed3240052"",""extensionHostEnv"":{}}. Socks port: 51850\n2025-07-21 18:09:36.801 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] socks connection closed\n2025-07-21 18:09:36.801 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Socket close event received\n2025-07-21 18:09:36.818 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] received connection request\n2025-07-21 18:09:36.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51865 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:36.842 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] socks forwarding established\n2025-07-21 18:09:36.883 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] received connection request\n2025-07-21 18:09:36.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.906 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] socks forwarding established\n2025-07-21 18:09:39.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 51863 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:39.781 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] socks connection closed\n2025-07-21 18:09:43.081 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 18:10:36.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:10:36.756 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8977e160-5ea6-42f5-a7ca-32ec6adce47d""}\n2025-07-21 18:10:36.756 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] received connection request\n2025-07-21 18:10:36.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:10:36.780 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] socks forwarding established\n2025-07-21 18:10:36.810 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] socks connection closed\n2025-07-21 18:10:36.810 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Process exited with code 0\n2025-07-21 18:10:36.810 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Socket close event received\n2025-07-21 18:10:36.834 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51976 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:11:36.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:11:36.813 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""ca7e79aa-1984-4ab2-9ddd-353e1824578b""}\n2025-07-21 18:11:36.814 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] received connection request\n2025-07-21 18:11:36.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:11:36.839 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] socks forwarding established\n2025-07-21 18:11:36.865 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Process exited with code 0\n2025-07-21 18:11:36.865 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Socket close event received\n2025-07-21 18:11:36.866 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] socks connection closed\n2025-07-21 18:11:36.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52025 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:12:36.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:12:36.872 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""49cd1a30-532d-4fa4-beb6-7afc0f0ba674""}\n2025-07-21 18:12:36.873 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] received connection request\n2025-07-21 18:12:36.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:12:36.897 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] socks forwarding established\n2025-07-21 18:12:36.922 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Process exited with code 0\n2025-07-21 18:12:36.923 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] socks connection closed\n2025-07-21 18:12:36.923 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Socket close event received\n2025-07-21 18:12:36.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52062 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:13:36.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:13:36.930 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""108189a1-b696-43d9-b2d8-acee1b965680""}\n2025-07-21 18:13:36.930 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] received connection request\n2025-07-21 18:13:36.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:13:36.931 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:13:36.956 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] socks forwarding established\n2025-07-21 18:13:36.985 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Process exited with code 0\n2025-07-21 18:13:36.985 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] socks connection closed\n2025-07-21 18:13:36.985 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Socket close event received\n2025-07-21 18:13:37.009 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52086 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:14:36.990 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:14:36.993 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9c570fcd-9e71-4174-ad59-c9ae8bd818e2""}\n2025-07-21 18:14:36.994 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] received connection request\n2025-07-21 18:14:36.994 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:14:37.019 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] socks forwarding established\n2025-07-21 18:14:37.048 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Process exited with code 0\n2025-07-21 18:14:37.048 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] socks connection closed\n2025-07-21 18:14:37.049 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Socket close event received\n2025-07-21 18:14:37.072 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52137 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:15:37.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:15:37.055 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b46c7f91-0856-4594-ac70-e477092b686f""}\n2025-07-21 18:15:37.055 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] received connection request\n2025-07-21 18:15:37.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:15:37.080 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] socks forwarding established\n2025-07-21 18:15:37.107 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Process exited with code 0\n2025-07-21 18:15:37.107 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] socks connection closed\n2025-07-21 18:15:37.107 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Socket close event received\n2025-07-21 18:15:37.131 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52168 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:16:37.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:16:37.115 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""2db5dc0d-eb42-455d-bc12-ca95d2b27656""}\n2025-07-21 18:16:37.116 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] received connection request\n2025-07-21 18:16:37.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:16:37.141 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] socks forwarding established\n2025-07-21 18:16:37.171 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Process exited with code 0\n2025-07-21 18:16:37.172 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] socks connection closed\n2025-07-21 18:16:37.172 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Socket close event received\n2025-07-21 18:16:37.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52222 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:17:37.177 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:17:37.180 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""48b56721-c4d8-47a6-a27a-d53709fb0a7a""}\n2025-07-21 18:17:37.180 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] received connection request\n2025-07-21 18:17:37.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:17:37.206 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] socks forwarding established\n2025-07-21 18:17:37.233 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Process exited with code 0\n2025-07-21 18:17:37.234 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Socket close event received\n2025-07-21 18:17:37.234 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] socks connection closed\n2025-07-21 18:17:37.258 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52244 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:18:37.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:18:37.242 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""bbbf12bf-f0d3-40c6-991a-f07bb87a226f""}\n2025-07-21 18:18:37.243 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] received connection request\n2025-07-21 18:18:37.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:18:37.266 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] socks forwarding established\n2025-07-21 18:18:37.293 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Process exited with code 0\n2025-07-21 18:18:37.293 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] socks connection closed\n2025-07-21 18:18:37.293 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Socket close event received\n2025-07-21 18:18:37.317 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52265 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:19:37.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:19:37.301 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b9dabf6f-05c2-4777-90f6-cd432360b9b8""}\n2025-07-21 18:19:37.302 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] received connection request\n2025-07-21 18:19:37.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:19:37.327 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] socks forwarding established\n2025-07-21 18:19:37.355 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Process exited with code 0\n2025-07-21 18:19:37.356 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] socks connection closed\n2025-07-21 18:19:37.356 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Socket close event received\n2025-07-21 18:19:37.379 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52316 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:20:37.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:20:37.361 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""271a8a28-0879-4c6f-a6c6-c09fbe8b7f49""}\n2025-07-21 18:20:37.362 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] received connection request\n2025-07-21 18:20:37.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:20:37.385 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] socks forwarding established\n2025-07-21 18:20:37.411 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Process exited with code 0\n2025-07-21 18:20:37.411 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] socks connection closed\n2025-07-21 18:20:37.411 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Socket close event received\n2025-07-21 18:20:37.434 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52341 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:21:37.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:21:37.419 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""e213db02-3b52-418a-8dae-3b9229851e01""}\n2025-07-21 18:21:37.420 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] received connection request\n2025-07-21 18:21:37.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:21:37.448 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] socks forwarding established\n2025-07-21 18:21:37.474 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Process exited with code 0\n2025-07-21 18:21:37.474 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] socks connection closed\n2025-07-21 18:21:37.475 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Socket close event received\n2025-07-21 18:21:37.498 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52381 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:22:37.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:22:37.482 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9b63881d-61d1-419c-9be5-546563e588d1""}\n2025-07-21 18:22:37.483 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] received connection request\n2025-07-21 18:22:37.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:22:37.508 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] socks forwarding established\n2025-07-21 18:22:37.537 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Process exited with code 0\n2025-07-21 18:22:37.538 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] socks connection closed\n2025-07-21 18:22:37.538 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Socket close event received\n2025-07-21 18:22:37.562 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52417 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:23:37.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:23:37.541 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] received connection request\n2025-07-21 18:23:37.542 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c78b7feb-98a4-483a-9feb-47b03d7a1ebe""}\n2025-07-21 18:23:37.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:23:37.567 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] socks forwarding established\n2025-07-21 18:23:37.594 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Process exited with code 0\n2025-07-21 18:23:37.594 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Socket close event received\n2025-07-21 18:23:37.594 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] socks connection closed\n2025-07-21 18:23:37.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52442 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:24:37.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:24:37.596 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d401959b-d3b2-4fb4-990a-f80a037106d9""}\n2025-07-21 18:24:37.596 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] received connection request\n2025-07-21 18:24:37.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:24:37.623 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] socks forwarding established\n2025-07-21 18:24:37.649 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] socks connection closed\n2025-07-21 18:24:37.649 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Process exited with code 0\n2025-07-21 18:24:37.649 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Socket close event received\n2025-07-21 18:24:37.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52499 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:25:37.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:25:37.655 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8ce7d359-3b65-4fa9-98f7-dacd15bbc299""}\n2025-07-21 18:25:37.656 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] received connection request\n2025-07-21 18:25:37.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:25:37.682 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] socks forwarding established\n2025-07-21 18:25:37.711 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Process exited with code 0\n2025-07-21 18:25:37.712 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] socks connection closed\n2025-07-21 18:25:37.712 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Socket close event received\n2025-07-21 18:25:37.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52525 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:26:37.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:26:37.718 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f""}\n2025-07-21 18:26:37.718 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] received connection request\n2025-07-21 18:26:37.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:26:37.741 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] socks forwarding established\n2025-07-21 18:26:37.767 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] socks connection closed\n2025-07-21 18:26:37.767 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Process exited with code 0\n2025-07-21 18:26:37.767 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Socket close event received\n2025-07-21 18:26:37.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52567 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:27:37.773 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:27:37.775 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""00be2e95-a94a-43bf-9707-b43c6b462366""}\n2025-07-21 18:27:37.776 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] received connection request\n2025-07-21 18:27:37.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:27:37.802 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] socks forwarding established\n2025-07-21 18:27:37.831 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Process exited with code 0\n2025-07-21 18:27:37.831 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] socks connection closed\n2025-07-21 18:27:37.831 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Socket close event received\n2025-07-21 18:27:37.855 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52590 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:28:37.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:28:37.837 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""be2c9349-5be7-4a46-8b0c-79c685f99cc7""}\n2025-07-21 18:28:37.837 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] received connection request\n2025-07-21 18:28:37.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:28:37.837 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:28:37.865 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] socks forwarding established\n2025-07-21 18:28:37.891 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] socks connection closed\n2025-07-21 18:28:37.891 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Process exited with code 0\n2025-07-21 18:28:37.891 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Socket close event received\n2025-07-21 18:28:37.915 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52635 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:29:37.894 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:29:37.896 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b04ab700-e608-4a39-be8b-468cf4b20ad4""}\n2025-07-21 18:29:37.897 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] received connection request\n2025-07-21 18:29:37.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:29:37.926 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] socks forwarding established\n2025-07-21 18:29:37.952 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Process exited with code 0\n2025-07-21 18:29:37.952 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] socks connection closed\n2025-07-21 18:29:37.952 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Socket close event received\n2025-07-21 18:29:37.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52689 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:30:37.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:30:37.958 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""4d040278-a01a-46fa-88a7-b824b74435aa""}\n2025-07-21 18:30:37.959 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] received connection request\n2025-07-21 18:30:37.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:30:38.057 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] socks forwarding established\n2025-07-21 18:30:38.085 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Process exited with code 0\n2025-07-21 18:30:38.085 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] socks connection closed\n2025-07-21 18:30:38.085 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Socket close event received\n2025-07-21 18:30:38.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52720 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:31:38.089 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:31:38.091 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""38d83b89-344f-415c-a030-a393b0e4f5e7""}\n2025-07-21 18:31:38.092 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] received connection request\n2025-07-21 18:31:38.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:31:38.116 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] socks forwarding established\n2025-07-21 18:31:38.142 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Process exited with code 0\n2025-07-21 18:31:38.142 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] socks connection closed\n2025-07-21 18:31:38.142 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Socket close event received\n2025-07-21 18:31:38.166 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52770 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:32:38.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:32:38.149 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""0c9f5f00-103d-4421-be0e-f1e5cb677fd0""}\n2025-07-21 18:32:38.150 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] received connection request\n2025-07-21 18:32:38.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:32:38.176 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] socks forwarding established\n2025-07-21 18:32:38.202 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Process exited with code 0\n2025-07-21 18:32:38.202 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Socket close event received\n2025-07-21 18:32:38.203 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] socks connection closed\n2025-07-21 18:32:38.226 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52797 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:33:38.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:33:38.206 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""81f25ca4-85a6-4429-ae60-460efa787f31""}\n2025-07-21 18:33:38.207 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] received connection request\n2025-07-21 18:33:38.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:33:38.232 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] socks forwarding established\n2025-07-21 18:33:38.256 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Process exited with code 0\n2025-07-21 18:33:38.257 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Socket close event received\n2025-07-21 18:33:38.257 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] socks connection closed\n2025-07-21 18:33:38.279 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52821 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:34:38.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:34:38.259 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9e665ff9-55f1-4885-be75-e5a0d0f17998""}\n2025-07-21 18:34:38.260 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] received connection request\n2025-07-21 18:34:38.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:34:38.285 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] socks forwarding established\n2025-07-21 18:34:38.313 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Process exited with code 0\n2025-07-21 18:34:38.313 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Socket close event received\n2025-07-21 18:34:38.314 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] socks connection closed\n2025-07-21 18:34:38.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52884 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:35:38.314 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:35:38.316 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c964a3de-0949-4cf8-94e8-33f0117810e1""}\n2025-07-21 18:35:38.318 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] received connection request\n2025-07-21 18:35:38.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:35:38.342 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] socks forwarding established\n2025-07-21 18:35:38.369 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Process exited with code 0\n2025-07-21 18:35:38.369 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Socket close event received\n2025-07-21 18:35:38.370 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] socks connection closed\n2025-07-21 18:35:38.393 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52915 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:36:38.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:36:38.373 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78""}\n2025-07-21 18:36:38.374 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] received connection request\n2025-07-21 18:36:38.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:36:38.401 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] socks forwarding established\n2025-07-21 18:36:38.431 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Process exited with code 0\n2025-07-21 18:36:38.431 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] socks connection closed\n2025-07-21 18:36:38.431 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Socket close event received\n2025-07-21 18:36:38.457 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52961 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:37:38.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:37:38.438 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22""}\n2025-07-21 18:37:38.439 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] received connection request\n2025-07-21 18:37:38.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:37:38.465 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] socks forwarding established\n2025-07-21 18:37:38.494 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Process exited with code 0\n2025-07-21 18:37:38.495 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Socket close event received\n2025-07-21 18:37:38.495 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] socks connection closed\n2025-07-21 18:37:38.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53005 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:38:38.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:38:38.505 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] received connection request\n2025-07-21 18:38:38.506 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""052c3025-9aa4-4037-8f2d-9cf0ec5800f4""}\n2025-07-21 18:38:38.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:38:38.510 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:38:38.554 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] socks forwarding established\n2025-07-21 18:38:38.584 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Process exited with code 0\n2025-07-21 18:38:38.584 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Socket close event received\n2025-07-21 18:38:38.585 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] socks connection closed\n2025-07-21 18:38:38.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53033 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:39:38.588 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:39:38.589 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""7b9cd19a-8022-4f97-8bbe-4fcaade84f1d""}\n2025-07-21 18:39:38.590 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] received connection request\n2025-07-21 18:39:38.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:39:38.615 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] socks forwarding established\n2025-07-21 18:39:38.640 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Process exited with code 0\n2025-07-21 18:39:38.641 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Socket close event received\n2025-07-21 18:39:38.641 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] socks connection closed\n2025-07-21 18:39:38.664 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53083 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:40:38.643 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:40:38.646 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""a9e47790-c6a2-4d11-bbfd-e9cd743749ab""}\n2025-07-21 18:40:38.646 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] received connection request\n2025-07-21 18:40:38.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:40:38.672 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] socks forwarding established\n2025-07-21 18:40:38.700 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Process exited with code 0\n2025-07-21 18:40:38.700 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] socks connection closed\n2025-07-21 18:40:38.700 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Socket close event received\n2025-07-21 18:40:38.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53112 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:41:38.702 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:41:38.704 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d0df61f8-01b0-479f-ba54-35472ea591c8""}\n2025-07-21 18:41:38.705 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] received connection request\n2025-07-21 18:41:38.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:41:38.730 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] socks forwarding established\n2025-07-21 18:41:38.760 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Process exited with code 0\n2025-07-21 18:41:38.760 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] socks connection closed\n2025-07-21 18:41:38.761 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Socket close event received\n2025-07-21 18:41:38.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53152 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:42:38.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:42:38.764 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""40b9e2f0-f91f-4200-9440-9fba164766ff""}\n2025-07-21 18:42:38.765 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] received connection request\n2025-07-21 18:42:38.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:42:38.790 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] socks forwarding established\n2025-07-21 18:42:38.816 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Process exited with code 0\n2025-07-21 18:42:38.817 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Socket close event received\n2025-07-21 18:42:38.817 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] socks connection closed\n2025-07-21 18:42:38.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53172 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:43:38.819 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:43:38.820 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73""}\n2025-07-21 18:43:38.820 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] received connection request\n2025-07-21 18:43:38.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:43:38.845 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] socks forwarding established\n2025-07-21 18:43:38.872 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] socks connection closed\n2025-07-21 18:43:38.872 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Process exited with code 0\n2025-07-21 18:43:38.873 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Socket close event received\n2025-07-21 18:43:38.897 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53203 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:44:38.875 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:44:38.877 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""71dd3482-49e7-49da-846d-9766566eecf8""}\n2025-07-21 18:44:38.878 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] received connection request\n2025-07-21 18:44:38.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:44:38.905 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] socks forwarding established\n2025-07-21 18:44:38.931 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Process exited with code 0\n2025-07-21 18:44:38.931 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Socket close event received\n2025-07-21 18:44:38.932 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] socks connection closed\n2025-07-21 18:44:38.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53258 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:45:38.936 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:45:38.939 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""70185b83-a713-4562-a47d-8493090a4c45""}\n2025-07-21 18:45:38.939 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] received connection request\n2025-07-21 18:45:38.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:45:38.965 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] socks forwarding established\n2025-07-21 18:45:38.991 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Process exited with code 0\n2025-07-21 18:45:38.991 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Socket close event received\n2025-07-21 18:45:38.992 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] socks connection closed\n2025-07-21 18:45:39.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53310 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:46:38.993 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:46:38.995 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c2d599ab-14ef-4efa-8d86-c3cc69c12e2a""}\n2025-07-21 18:46:38.995 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] received connection request\n2025-07-21 18:46:38.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:46:39.018 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] socks forwarding established\n2025-07-21 18:46:39.045 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Process exited with code 0\n2025-07-21 18:46:39.045 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] socks connection closed\n2025-07-21 18:46:39.045 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Socket close event received\n2025-07-21 18:46:39.070 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53349 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:47:39.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:47:39.053 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""e95c0b61-dfc8-4b66-b9af-7611c11cdbea""}\n2025-07-21 18:47:39.054 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] received connection request\n2025-07-21 18:47:39.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:47:39.080 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] socks forwarding established\n2025-07-21 18:47:39.109 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Process exited with code 0\n2025-07-21 18:47:39.109 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] socks connection closed\n2025-07-21 18:47:39.109 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Socket close event received\n2025-07-21 18:47:39.133 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53370 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:48:39.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:48:39.114 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b830a10d-5014-43f6-9c9d-fa77062bf689""}\n2025-07-21 18:48:39.115 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] received connection request\n2025-07-21 18:48:39.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:48:39.139 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] socks forwarding established\n2025-07-21 18:48:39.165 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Process exited with code 0\n2025-07-21 18:48:39.166 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] socks connection closed\n2025-07-21 18:48:39.166 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Socket close event received\n2025-07-21 18:48:39.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53398 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:49:39.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:49:39.173 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""bd3a5cb3-d363-4038-928d-934407ed3f3d""}\n2025-07-21 18:49:39.174 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] received connection request\n2025-07-21 18:49:39.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:49:39.198 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] socks forwarding established\n2025-07-21 18:49:39.225 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Process exited with code 0\n2025-07-21 18:49:39.225 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Socket close event received\n2025-07-21 18:49:39.226 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] socks connection closed\n2025-07-21 18:49:39.249 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:50:39.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:50:39.231 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""36f5f854-d1b7-4405-9038-c3ea7382aa14""}\n2025-07-21 18:50:39.232 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] received connection request\n2025-07-21 18:50:39.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:50:39.260 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] socks forwarding established\n2025-07-21 18:50:39.289 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Process exited with code 0\n2025-07-21 18:50:39.289 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] socks connection closed\n2025-07-21 18:50:39.289 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Socket close event received\n2025-07-21 18:50:39.313 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53476 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:51:39.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:51:39.294 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""485b464a-fe99-45f6-b41c-26a5ddec739e""}\n2025-07-21 18:51:39.295 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] received connection request\n2025-07-21 18:51:39.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:51:39.325 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] socks forwarding established\n2025-07-21 18:51:39.352 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Process exited with code 0\n2025-07-21 18:51:39.353 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] socks connection closed\n2025-07-21 18:51:39.353 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Socket close event received\n2025-07-21 18:51:39.376 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53520 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:52:39.357 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:52:39.360 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""7ff50ee7-a184-4001-8ce6-fd8db3a300b9""}\n2025-07-21 18:52:39.360 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] received connection request\n2025-07-21 18:52:39.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:52:39.389 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] socks forwarding established\n2025-07-21 18:52:39.416 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Process exited with code 0\n2025-07-21 18:52:39.416 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] socks connection closed\n2025-07-21 18:52:39.416 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Socket close event received\n2025-07-21 18:52:39.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53565 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:53:39.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:53:39.420 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6dbb6950-f7f7-4598-ba8c-69d04e60d2ff""}\n2025-07-21 18:53:39.421 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] received connection request\n2025-07-21 18:53:39.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:53:39.447 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] socks forwarding established\n2025-07-21 18:53:39.476 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Process exited with code 0\n2025-07-21 18:53:39.476 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] socks connection closed\n2025-07-21 18:53:39.476 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Socket close event received\n2025-07-21 18:53:39.501 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53588 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:54:39.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:54:39.484 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""5d8a8330-c6f5-4cc7-bdf5-6bd49197b655""}\n2025-07-21 18:54:39.485 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] received connection request\n2025-07-21 18:54:39.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:54:39.514 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] socks forwarding established\n2025-07-21 18:54:39.542 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Process exited with code 0\n2025-07-21 18:54:39.543 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] socks connection closed\n2025-07-21 18:54:39.543 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Socket close event received\n2025-07-21 18:54:39.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53639 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:55:39.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:55:39.549 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""177b9a74-f2a6-4174-b6dd-264871832962""}\n2025-07-21 18:55:39.549 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] received connection request\n2025-07-21 18:55:39.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:55:39.573 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] socks forwarding established\n2025-07-21 18:55:39.600 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Process exited with code 0\n2025-07-21 18:55:39.600 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Socket close event received\n2025-07-21 18:55:39.601 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] socks connection closed\n2025-07-21 18:55:39.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53689 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:56:39.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:56:39.607 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""42acc039-f772-4d7e-a7e3-23bc0096be54""}\n2025-07-21 18:56:39.608 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] received connection request\n2025-07-21 18:56:39.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:56:39.633 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] socks forwarding established\n2025-07-21 18:56:39.662 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Process exited with code 0\n2025-07-21 18:56:39.662 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] socks connection closed\n2025-07-21 18:56:39.662 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Socket close event received\n2025-07-21 18:56:39.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53746 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:57:39.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:57:39.670 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""de835a75-9ffe-4f9b-a01f-a2b8c1fa812c""}\n2025-07-21 18:57:39.670 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] received connection request\n2025-07-21 18:57:39.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:57:39.695 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] socks forwarding established\n2025-07-21 18:57:39.721 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Process exited with code 0\n2025-07-21 18:57:39.722 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Socket close event received\n2025-07-21 18:57:39.722 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] socks connection closed\n2025-07-21 18:57:39.747 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53780 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:58:39.725 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:58:39.728 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""ebc9b897-db2b-4fc9-be2c-6352abf68b86""}\n2025-07-21 18:58:39.728 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] received connection request\n2025-07-21 18:58:39.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:58:39.754 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] socks forwarding established\n2025-07-21 18:58:39.783 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Process exited with code 0\n2025-07-21 18:58:39.783 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Socket close event received\n2025-07-21 18:58:39.784 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] socks connection closed\n2025-07-21 18:58:39.808 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53805 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:59:39.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:59:39.788 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""38445a8e-5d39-484c-9f01-2aa788e850a4""}\n2025-07-21 18:59:39.789 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] received connection request\n2025-07-21 18:59:39.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:59:39.814 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] socks forwarding established\n2025-07-21 18:59:39.844 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Process exited with code 0\n2025-07-21 18:59:39.844 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] socks connection closed\n2025-07-21 18:59:39.845 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Socket close event received\n2025-07-21 18:59:39.869 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53859 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:00:39.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:00:39.849 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""f3792944-32c0-4575-a3a8-28f037d38417""}\n2025-07-21 19:00:39.849 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] received connection request\n2025-07-21 19:00:39.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:00:39.872 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] socks forwarding established\n2025-07-21 19:00:39.898 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Process exited with code 0\n2025-07-21 19:00:39.898 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Socket close event received\n2025-07-21 19:00:39.899 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] socks connection closed\n2025-07-21 19:00:39.921 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53883 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:01:39.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:01:39.906 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""14f7ab07-1e4e-4558-a7fb-fbf138c83a78""}\n2025-07-21 19:01:39.907 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] received connection request\n2025-07-21 19:01:39.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:01:39.931 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] socks forwarding established\n2025-07-21 19:01:39.958 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Process exited with code 0\n2025-07-21 19:01:39.958 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Socket close event received\n2025-07-21 19:01:39.959 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] socks connection closed\n2025-07-21 19:01:39.982 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53928 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:02:39.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:02:39.965 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""75589afd-c9e7-4e6d-9121-8364dec620fa""}\n2025-07-21 19:02:39.966 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] received connection request\n2025-07-21 19:02:39.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:02:39.991 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] socks forwarding established\n2025-07-21 19:02:40.020 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Process exited with code 0\n2025-07-21 19:02:40.021 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] socks connection closed\n2025-07-21 19:02:40.021 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Socket close event received\n2025-07-21 19:02:40.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53951 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:03:40.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:03:40.028 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b6a36eb4-1af1-4165-9176-cc1f6cf1d29b""}\n2025-07-21 19:03:40.029 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] received connection request\n2025-07-21 19:03:40.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:03:40.054 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] socks forwarding established\n2025-07-21 19:03:40.080 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Process exited with code 0\n2025-07-21 19:03:40.080 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Socket close event received\n2025-07-21 19:03:40.081 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] socks connection closed\n2025-07-21 19:03:40.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53974 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:04:40.086 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:04:40.089 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""736b53ea-60f9-4229-90ef-ee23df272589""}\n2025-07-21 19:04:40.090 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] received connection request\n2025-07-21 19:04:40.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:04:40.113 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] socks forwarding established\n2025-07-21 19:04:40.140 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Process exited with code 0\n2025-07-21 19:04:40.141 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] socks connection closed\n2025-07-21 19:04:40.141 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Socket close event received\n2025-07-21 19:04:40.164 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54027 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:05:40.145 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:05:40.148 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""0fdb1cab-659a-4e79-9d0b-d99eb982d5c1""}\n2025-07-21 19:05:40.148 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] received connection request\n2025-07-21 19:05:40.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:05:40.173 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] socks forwarding established\n2025-07-21 19:05:40.202 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Process exited with code 0\n2025-07-21 19:05:40.203 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] socks connection closed\n2025-07-21 19:05:40.203 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Socket close event received\n2025-07-21 19:05:40.227 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54050 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:06:40.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:06:40.210 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c3fcce5b-628c-49d9-af71-dfef8aabc381""}\n2025-07-21 19:06:40.211 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] received connection request\n2025-07-21 19:06:40.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:06:40.239 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] socks forwarding established\n2025-07-21 19:06:40.265 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Process exited with code 0\n2025-07-21 19:06:40.265 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Socket close event received\n2025-07-21 19:06:40.266 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] socks connection closed\n2025-07-21 19:06:40.288 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54091 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:07:40.271 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:07:40.272 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""fadf5015-353f-4c61-9c61-1c9bb6134252""}\n2025-07-21 19:07:40.273 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] received connection request\n2025-07-21 19:07:40.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:07:40.298 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] socks forwarding established\n2025-07-21 19:07:40.327 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Process exited with code 0\n2025-07-21 19:07:40.328 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] socks connection closed\n2025-07-21 19:07:40.328 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Socket close event received\n2025-07-21 19:07:40.353 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54119 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:08:40.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:08:40.330 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""40205226-9b5f-4f66-8f71-0504bd875095""}\n2025-07-21 19:08:40.331 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] received connection request\n2025-07-21 19:08:40.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:08:40.358 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] socks forwarding established\n2025-07-21 19:08:40.388 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Process exited with code 0\n2025-07-21 19:08:40.388 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] socks connection closed\n2025-07-21 19:08:40.388 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Socket close event received\n2025-07-21 19:08:40.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54149 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:09:40.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:09:40.395 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""a4733820-5ce2-475d-bf88-599840d2e873""}\n2025-07-21 19:09:40.396 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] received connection request\n2025-07-21 19:09:40.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:09:40.423 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] socks forwarding established\n2025-07-21 19:09:40.450 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Process exited with code 0\n2025-07-21 19:09:40.450 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] socks connection closed\n2025-07-21 19:09:40.450 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Socket close event received\n2025-07-21 19:09:40.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54203 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:10:40.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:10:40.459 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] received connection request\n2025-07-21 19:10:40.459 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""1dcb83e9-a7d9-4ba9-82c5-934049edf46b""}\n2025-07-21 19:10:40.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:10:40.484 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] socks forwarding established\n2025-07-21 19:10:40.513 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Process exited with code 0\n2025-07-21 19:10:40.513 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] socks connection closed\n2025-07-21 19:10:40.513 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Socket close event received\n2025-07-21 19:10:40.539 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54231 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:11:26.808 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-21 19:11:26.808 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-21 19:11:26.848 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][271640d9-11e7-4d80-b6a9-de2c93b90aea] received connection request\n2025-07-21 19:11:26.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:11:26.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 51870 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:11:26.944 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] socks connection closed\n2025-07-21 19:11:29.822 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-21 19:11:29.822 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 1 of 3 This operation was aborted\n2025-07-21 19:11:29.825 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][e7ee0db0-e158-4154-956e-d976ebfb2aa1] received connection request\n2025-07-21 19:11:29.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:11:29.932 [info] Terminating existing SSH process with pid: 91396\n2025-07-21 19:11:29.932 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 19:11:29.933 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:11:29.946 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-21 19:11:29.947 [error] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][271640d9-11e7-4d80-b6a9-de2c93b90aea] error while creating socks forwarding Socket closed\n2025-07-21 19:11:29.947 [error] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e7ee0db0-e158-4154-956e-d976ebfb2aa1] error while creating socks forwarding Socket closed\n2025-07-21 19:11:29.947 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] socks connection closed\n2025-07-21 19:11:29.950 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76170.sh"" | ssh -v -T -D 54279 login.haicore.berlin bash --login -c bash\n2025-07-21 19:11:29.950 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:11:29.950 [info] Waiting for server to install via process(93153)...\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:11:29.957 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:11:29.958 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:11:29.958 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:11:29.958 [info] Retrying connection in 5 seconds...\n2025-07-21 19:11:30.831 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 2 of 3 This operation was aborted\n2025-07-21 19:11:31.836 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 3 of 3 This operation was aborted\n2025-07-21 19:11:31.836 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-21 19:11:31.836 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-21 19:15:33.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:15:33.016 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76170.sh\n2025-07-21 19:15:33.022 [error] [forwarding][multiplex][127.0.0.1:51859 -> unknown}][4f18d06c-e5ea-4eeb-ab90-9c9963f8e8d7] remote server not configured\n2025-07-21 19:15:33.023 [info] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d93cf5e1-bbb9-4b93-83fe-5a43aefda107""}\n2025-07-21 19:15:33.024 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:33.024 [error] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Socket error: Error: read ECONNRESET\n2025-07-21 19:15:33.024 [info] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Socket close event received\n2025-07-21 19:15:33.032 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2845.sh"" | ssh -v -T -D 54283 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:33.032 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:33.032 [info] Waiting for server to install via process(93159)...\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:33.056 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:33.058 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:33.059 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:33.060 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:33.060 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:38.061 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2845.sh\n2025-07-21 19:15:38.062 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:38.065 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19206.sh"" | ssh -v -T -D 54285 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:38.065 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:38.065 [info] Waiting for server to install via process(93168)...\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:38.081 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:38.082 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:38.082 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:38.082 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:43.083 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19206.sh\n2025-07-21 19:15:43.084 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:43.088 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29809.sh"" | ssh -v -T -D 54288 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:43.088 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:43.089 [info] Waiting for server to install via process(93176)...\n2025-07-21 19:15:43.124 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:15:43.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:43.126 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:43.132 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:43.135 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:43.135 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:43.135 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:48.144 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29809.sh\n2025-07-21 19:15:48.145 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:48.149 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8833.sh"" | ssh -v -T -D 54290 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:48.149 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:48.149 [info] Waiting for server to install via process(93183)...\n2025-07-21 19:15:48.191 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 19:15:48.191 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:48.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:48.192 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:48.193 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:48.194 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:48.194 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:48.194 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:53.208 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8833.sh\n2025-07-21 19:15:53.218 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:53.267 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29959.sh"" | ssh -v -T -D 54294 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:53.268 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:53.268 [info] Waiting for server to install via process(93196)...\n2025-07-21 19:15:53.384 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:53.385 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:53.388 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:53.409 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:53.421 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:53.422 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:53.422 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:15.162 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29959.sh\n2025-07-21 19:16:15.164 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:15.177 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2702.sh"" | ssh -v -T -D 54296 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:15.178 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:15.178 [info] Waiting for server to install via process(93209)...\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:15.217 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:15.218 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:15.218 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:15.218 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:20.226 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2702.sh\n2025-07-21 19:16:20.227 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:20.231 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41306.sh"" | ssh -v -T -D 54298 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:20.231 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:20.231 [info] Waiting for server to install via process(93218)...\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:20.243 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:20.244 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:20.245 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:20.245 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:20.245 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:25.254 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41306.sh\n2025-07-21 19:16:25.255 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:25.260 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4792.sh"" | ssh -v -T -D 54300 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:25.260 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:25.261 [info] Waiting for server to install via process(93228)...\n2025-07-21 19:16:25.275 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:16:25.275 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:25.278 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:25.279 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:25.279 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:25.279 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:30.288 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4792.sh\n2025-07-21 19:16:30.289 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:30.290 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20924.sh"" | ssh -v -T -D 54303 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:30.290 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:30.290 [info] Waiting for server to install via process(93236)...\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:30.298 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:30.299 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:30.299 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:30.299 [error] Failed to connect after 10 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:30.299 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20924.sh\n2025-07-21 19:16:30.299 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:29:27.687 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 19:29:27.703 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 19:29:27.704 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 19:29:27.706 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 19:29:27.708 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82390.sh"" | ssh -v -T -D 55024 login.haicore.berlin bash --login -c bash\n2025-07-21 19:29:27.708 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:29:27.708 [info] Waiting for server to install via process(93437)...\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:29:27.926 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 19:29:27.927 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 19:29:27.927 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 19:29:28.064 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 19:29:28.065 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 19:29:28.065 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 19:29:28.170 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 19:29:28.171 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 19:29:28.289 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 19:29:28.290 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 19:29:28.290 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 19:29:28.552 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 19:29:28.655 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 19:29:28.660 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 19:29:28.660 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 19:29:28.788 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55024 forwarded to remote address socks:0\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55024.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55024.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 19:29:29.091 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 19:29:29.092 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 19:29:29.095 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 19:29:29.194 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 19:29:29.661 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-21 19:29:29.700 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:29.711 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-21 19:29:29.715 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-21 19:29:29.718 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 19:29:29.736 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-21 19:29:29.740 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 19:29:29.740 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-21 19:29:29.747 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 19:29:29.766 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 07bc5132-c661-4376-9ce0-90133aaa97fa\nMultiplex server started with PID 3568075 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 19:29:30.279 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-21 19:29:30.318 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 3568099 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.323 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.806 [info] (ssh_tunnel) stdout: 83d89d581064c1883974e752: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==42953==\nmultiplexConnectionToken==07bc5132-c661-4376-9ce0-90133aaa97fa==\ncodeListeningOn==33437==\ncodeConnectionToken==c9e111c6-ce55-491e-bda3-4c28c96cbecd==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n83d89d581064c1883974e752: end\n\n2025-07-21 19:29:30.808 [info] Server install command exit code: 0\n2025-07-21 19:29:30.808 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82390.sh\n2025-07-21 19:29:30.810 [info] [forwarding][code] creating new forwarding server\n2025-07-21 19:29:30.810 [info] [forwarding][code] server listening on 127.0.0.1:55038\n2025-07-21 19:29:30.810 [info] [forwarding][code] Set up server\n2025-07-21 19:29:30.810 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: c9e111c6-ce55-491e-bda3-4c28c96cbecd\n2025-07-21 19:29:30.810 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 19:29:30.810 [info] [forwarding][multiplex] server listening on 127.0.0.1:55039\n2025-07-21 19:29:30.811 [info] [forwarding][multiplex] Set up server\n2025-07-21 19:29:30.812 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 07bc5132-c661-4376-9ce0-90133aaa97fa\n2025-07-21 19:29:30.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:29:30.816 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.817 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] received connection request\n2025-07-21 19:29:30.818 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""77587c05-0678-45b4-b7bd-f7c3461e8418""}\n2025-07-21 19:29:30.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:30.841 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] received connection request\n2025-07-21 19:29:30.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:30.929 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] socks forwarding established\n2025-07-21 19:29:30.993 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] socks forwarding established\n2025-07-21 19:29:31.055 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] socks connection closed\n2025-07-21 19:29:31.055 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Process exited with code 0\n2025-07-21 19:29:31.056 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Socket close event received\n2025-07-21 19:29:31.110 [info] Successfully connected to Cursor server at http://127.0.0.1:55038/version\n2025-07-21 19:29:31.110 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 19:29:31.110 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""7b118bc6-859c-475c-b902-50c31a108e96""}\n2025-07-21 19:29:31.111 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] received connection request\n2025-07-21 19:29:31.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.175 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55041 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:31.207 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] socks forwarding established\n2025-07-21 19:29:31.337 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] socks connection closed\n2025-07-21 19:29:31.337 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Process exited with code 0\n2025-07-21 19:29:31.337 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 19:29:31.338 [info] [remote-ssh] Resolved exec server. Socks port: 55024\n2025-07-21 19:29:31.338 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55038,""connectionToken"":""c9e111c6-ce55-491e-bda3-4c28c96cbecd"",""extensionHostEnv"":{}}. Socks port: 55024\n2025-07-21 19:29:31.338 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Socket close event received\n2025-07-21 19:29:31.360 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] received connection request\n2025-07-21 19:29:31.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:29:31.361 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.478 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55045 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:31.478 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] socks forwarding established\n2025-07-21 19:29:31.596 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] received connection request\n2025-07-21 19:29:31.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.695 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] socks forwarding established\n2025-07-21 19:29:32.128 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 19:29:34.306 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 33437, connect from 127.0.0.1 port 55043 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:34.306 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] socks connection closed\n",log,tab +3,188,"sample.py",0,0,"",python,tab +4,410,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"7:29:37 PM [info] Activating crowd-code\n7:29:37 PM [info] Recording started\n7:29:37 PM [info] Initializing git provider using file system watchers...\n",Log,tab +5,613,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"7:29:37 PM [info] Git repository found\n7:29:37 PM [info] Git provider initialized successfully\n7:29:37 PM [info] Initial git state: [object Object]\n",Log,content +6,12199,"sample.py",0,0,"",python,tab +7,12823,"TERMINAL",0,0,"",,terminal_focus +8,14038,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +9,49761,"TERMINAL",0,0,"squeue --me",,terminal_command +10,49768,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +11,915081,"TERMINAL",0,0,"salloc --gpus=8--ntasks-per-node=8 --cpus-per-task=1 --mem=100G",,terminal_command +12,915117,"TERMINAL",0,0,"]633;Csalloc: error: Job submit/allocate failed: Requested node configuration is not available\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +13,926029,"TERMINAL",0,0,"salloc --gpus=8 --ntasks-per-node=8 --cpus-per-task=1 --mem=100G",,terminal_command +14,926073,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 13784\r\n",,terminal_output +15,926176,"TERMINAL",0,0,"salloc: Nodes hai004 are ready for job\r\n",,terminal_output +16,926542,"TERMINAL",0,0,"Running inside SLURM, Job ID 13784.\r\n",,terminal_output +17,926615,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +18,939002,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +19,939183,"TERMINAL",0,0,"[51@s': bash experiments/tokenizer_grain_checkpointing.sh",,terminal_output +20,939310,"TERMINAL",0,0,"\ro': source .venv/bin/activate",,terminal_output +21,939404,"TERMINAL",0,0,"r': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""\r",,terminal_output +22,939672,"TERMINAL",0,0,"\r': . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""\r",,terminal_output +23,940030,"TERMINAL",0,0,"\r[franz.srambical@hai004.haicore.berlin:~/jafar] $ . ""/fast/home/franz.srambical/.cursor-server/bin/5b19bac7a947f54e4caa3eb7e4c5fbf832389850/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""\r\n\r",,terminal_output +24,940090,"TERMINAL",0,0,"\r\n\r",,terminal_output +25,940530,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +26,940740,"TERMINAL",0,0,"s': salloc --gpus=4 --ntasks-per-node=4 --cpus-per-task=1 --mem=100G\ro': source .venv/bin/activate",,terminal_output +27,940790,"TERMINAL",0,0,"[1@u': sou",,terminal_output +28,940859,"TERMINAL",0,0,"[1@r': sour",,terminal_output +29,941070,"TERMINAL",0,0,"[1@c': sourc[1@e': source",,terminal_output +30,941230,"TERMINAL",0,0,"\r[22@[franz.srambical@hai004.haicore.berlin:~/jafar] $ source\r\n[?2004l\r]0;franz.srambical@hai-login2:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +31,943371,"sample.py",5362,0,"",python,selection_command +32,943386,"sample.py",5309,0,"",python,selection_command +33,976445,"sample.py",5319,0,"",python,selection_mouse +34,976831,"sample.py",5308,0,"",python,selection_mouse +35,992358,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +36,994194,"TERMINAL",0,0,"bas",,terminal_output +37,994358,"TERMINAL",0,0,"h ",,terminal_output +38,994400,"TERMINAL",0,0,"e",,terminal_output +39,994560,"TERMINAL",0,0,"xp",,terminal_output +40,994749,"TERMINAL",0,0,"er",,terminal_output +41,994816,"TERMINAL",0,0,"i",,terminal_output +42,994954,"TERMINAL",0,0,"ments/",,terminal_output +43,996055,"TERMINAL",0,0,"d",,terminal_output +44,996108,"TERMINAL",0,0,"y",,terminal_output +45,996286,"TERMINAL",0,0,"namics_grain_",,terminal_output +46,996982,"TERMINAL",0,0,"",,terminal_output +47,997964,"TERMINAL",0,0,"r",,terminal_output +48,998634,"TERMINAL",0,0,"",,terminal_output +49,998852,"TERMINAL",0,0,"t",,terminal_output +50,999068,"TERMINAL",0,0,"ok_",,terminal_output +51,999258,"TERMINAL",0,0,"r",,terminal_output +52,999363,"TERMINAL",0,0,"estore.sh ",,terminal_output +53,1029171,"TERMINAL",0,0,"",,terminal_output +54,1029928,"TERMINAL",0,0,"e",,terminal_output +55,1030064,"TERMINAL",0,0,"px",,terminal_output +56,1030251,"TERMINAL",0,0,"e",,terminal_output +57,1030362,"TERMINAL",0,0,"rim",,terminal_output +58,1030481,"TERMINAL",0,0,"",,terminal_output +59,1031061,"TERMINAL",0,0,"",,terminal_output +60,1031343,"TERMINAL",0,0,"e",,terminal_output +61,1031566,"TERMINAL",0,0,"x",,terminal_output +62,1031727,"TERMINAL",0,0,"p",,terminal_output +63,1031873,"TERMINAL",0,0,"e",,terminal_output +64,1031932,"TERMINAL",0,0,"r",,terminal_output +65,1031983,"TERMINAL",0,0,"i",,terminal_output +66,1032065,"TERMINAL",0,0,"m",,terminal_output +67,1032138,"TERMINAL",0,0,"ents/",,terminal_output +68,1032477,"TERMINAL",0,0,"t",,terminal_output +69,1032533,"TERMINAL",0,0,"o",,terminal_output +70,1032586,"TERMINAL",0,0,"k",,terminal_output +71,1032696,"TERMINAL",0,0,"enizer_",,terminal_output +72,1034005,"TERMINAL",0,0,"g",,terminal_output +73,1034184,"TERMINAL",0,0,"e",,terminal_output +74,1034363,"TERMINAL",0,0,"",,terminal_output +75,1035111,"TERMINAL",0,0,"r",,terminal_output +76,1035260,"TERMINAL",0,0,"ain_checkpointing.sh ",,terminal_output +77,1041972,"experiments/tokenizer_grain_checkpointing.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_tokenizer.py \\n --batch_size 96 \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +78,1046855,"experiments/tokenizer_grain_checkpointing.sh",591,0,"",shellscript,selection_command +79,1052784,"experiments/tokenizer_grain_checkpointing.sh",335,0,"",shellscript,selection_command +80,1053245,"experiments/tokenizer_grain_checkpointing.sh",368,0,"",shellscript,selection_command +81,1053377,"experiments/tokenizer_grain_checkpointing.sh",335,0,"",shellscript,selection_command +82,1053504,"experiments/tokenizer_grain_checkpointing.sh",291,0,"",shellscript,selection_command +83,1053850,"experiments/tokenizer_grain_checkpointing.sh",290,0,"",shellscript,selection_command +84,1053991,"experiments/tokenizer_grain_checkpointing.sh",225,0,"",shellscript,selection_command +85,1054205,"experiments/tokenizer_grain_checkpointing.sh",289,0,"",shellscript,selection_command +86,1054506,"experiments/tokenizer_grain_checkpointing.sh",288,0,"",shellscript,selection_command +87,1054925,"experiments/tokenizer_grain_checkpointing.sh",225,0,"",shellscript,selection_command +88,1055580,"experiments/tokenizer_grain_checkpointing.sh",289,0,"",shellscript,selection_command +89,1055966,"experiments/tokenizer_grain_checkpointing.sh",288,0,"",shellscript,selection_command +90,1056497,"experiments/tokenizer_grain_checkpointing.sh",288,0,"_",shellscript,content +91,1056497,"experiments/tokenizer_grain_checkpointing.sh",289,0,"",shellscript,selection_keyboard +92,1061623,"experiments/tokenizer_grain_checkpointing.sh",289,0,"k",shellscript,content +93,1061623,"experiments/tokenizer_grain_checkpointing.sh",290,0,"",shellscript,selection_keyboard +94,1061634,"experiments/tokenizer_grain_checkpointing.sh",290,0,"v",shellscript,content +95,1061634,"experiments/tokenizer_grain_checkpointing.sh",291,0,"",shellscript,selection_keyboard +96,1061823,"experiments/tokenizer_grain_checkpointing.sh",291,0,"_",shellscript,content +97,1061823,"experiments/tokenizer_grain_checkpointing.sh",292,0,"",shellscript,selection_keyboard +98,1062151,"experiments/tokenizer_grain_checkpointing.sh",292,0,"c",shellscript,content +99,1062151,"experiments/tokenizer_grain_checkpointing.sh",293,0,"",shellscript,selection_keyboard +100,1062239,"experiments/tokenizer_grain_checkpointing.sh",293,0,"a",shellscript,content +101,1062239,"experiments/tokenizer_grain_checkpointing.sh",294,0,"",shellscript,selection_keyboard +102,1062351,"experiments/tokenizer_grain_checkpointing.sh",294,0,"h",shellscript,content +103,1062352,"experiments/tokenizer_grain_checkpointing.sh",295,0,"",shellscript,selection_keyboard +104,1062380,"experiments/tokenizer_grain_checkpointing.sh",295,0,"c",shellscript,content +105,1062380,"experiments/tokenizer_grain_checkpointing.sh",296,0,"",shellscript,selection_keyboard +106,1062451,"experiments/tokenizer_grain_checkpointing.sh",296,0,"e",shellscript,content +107,1062451,"experiments/tokenizer_grain_checkpointing.sh",297,0,"",shellscript,selection_keyboard +108,1062687,"experiments/tokenizer_grain_checkpointing.sh",296,0,"",shellscript,selection_command +109,1063301,"experiments/tokenizer_grain_checkpointing.sh",295,0,"",shellscript,selection_command +110,1063362,"experiments/tokenizer_grain_checkpointing.sh",294,0,"",shellscript,selection_command +111,1063907,"experiments/tokenizer_grain_checkpointing.sh",294,3,"",shellscript,content +112,1064192,"experiments/tokenizer_grain_checkpointing.sh",294,0,"c",shellscript,content +113,1064192,"experiments/tokenizer_grain_checkpointing.sh",295,0,"",shellscript,selection_keyboard +114,1064583,"experiments/tokenizer_grain_checkpointing.sh",295,0,"h",shellscript,content +115,1064584,"experiments/tokenizer_grain_checkpointing.sh",296,0,"",shellscript,selection_keyboard +116,1064584,"experiments/tokenizer_grain_checkpointing.sh",296,0,"e",shellscript,content +117,1064584,"experiments/tokenizer_grain_checkpointing.sh",297,0,"",shellscript,selection_keyboard +118,1064585,"experiments/tokenizer_grain_checkpointing.sh",296,0,"",shellscript,selection_command +119,1071751,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n# class STBlock2(nn.Module):\n # dim: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.remat\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # --- Spatial attention ---\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n\n # # --- Temporal attention ---\n # x = x.swapaxes(1, 2)\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n # x = x.swapaxes(1, 2)\n\n # # --- Feedforward ---\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n # z = nn.Dense(\n # self.dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # z = nn.gelu(z)\n # x = x + z\n\n # return x\n\n# class CausalTransformer(nn.Module):\n # model_dim: int\n # out_dim: int\n # num_blocks: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # Input projection and normalization\n # x = nn.Sequential(\n # [\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.Dense(self.model_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # ]\n # )(x)\n # # Causal transformer blocks\n # for _ in range(self.num_blocks):\n # x = STBlock2(\n # dim=self.model_dim,\n # num_heads=self.num_heads,\n # dropout=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n\n # # Output projection\n # x = nn.Dense(\n # self.out_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # return x # (B, T, E)\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n # decode=True\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n # decode=True\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n spatial_bert=self.spatial_bert,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +120,1072192,"utils/nn.py",5066,0,"",python,selection_command +121,1079731,"utils/nn.py",5064,0,"",python,selection_command +122,1079732,"utils/nn.py",5064,1,"",python,content +123,1079733,"utils/nn.py",5064,1,"",python,content +124,1085321,"utils/nn.py",5700,0,"",python,selection_command +125,1085321,"utils/nn.py",5064,0,"",python,selection_command +126,1085334,"utils/nn.py",5700,0,"",python,selection_command +127,1091490,"utils/nn.py",5698,0,"",python,selection_command +128,1091491,"utils/nn.py",5698,1,"",python,content +129,1091492,"utils/nn.py",5698,1,"",python,content +130,1091726,"experiments/tokenizer_grain_checkpointing.sh",0,0,"",shellscript,tab +131,1095257,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +132,1100954,"experiments/dynamics_grain_tok_restore.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=8\n#SBATCH --time=12:00:00\n#SBATCH --cpus-per-task=1\n#SBATCH --gres=gpu:8\n#SBATCH --mem=100GB\n\nsource .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,tab +133,1103962,"experiments/dynamics_grain_tok_restore.sh",364,0,"_kv_cache",shellscript,content +134,1103962,"experiments/dynamics_grain_tok_restore.sh",373,0,"",shellscript,selection_command +135,1109893,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +136,1121480,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +137,1126024,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +138,1187756,"TERMINAL",0,0,"[2025-07-21T19:49:24.973] error: Detected 1 oom_kill event in StepId=13784.0. Some of the step tasks have been OOM Killed.\r\n",,terminal_output +139,1187873,"TERMINAL",0,0,"srun: error: hai004: task 2: Out Of Memory\r\n",,terminal_output +140,1204442,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13784.0 tasks 0-1,3-7: running\r\nsrun: StepId=13784.0 task 2: exited abnormally\r\n",,terminal_output +141,1204621,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13784.0\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-21T19:49:41.818] error: *** STEP 13784.0 ON hai004 CANCELLED AT 2025-07-21T19:49:41 DUE to SIGNAL Killed ***\r\n",,terminal_output +142,1205522,"TERMINAL",0,0,"^C",,terminal_output +143,1207542,"experiments/dynamics_grain_tok_restore.sh",673,0,"",shellscript,selection_command +144,1207722,"experiments/dynamics_grain_tok_restore.sh",724,0,"",shellscript,selection_command +145,1207842,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +146,1216985,"utils/nn.py",0,0,"",python,tab +147,1218423,"utils/nn.py",5064,0,"",python,selection_command +148,1221322,"utils/nn.py",4736,0,"",python,selection_command +149,1221945,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\nfrom __future__ import annotations\n\nimport functools\nimport inspect\nimport warnings\nfrom typing import Any, overload\nfrom collections.abc import Callable\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax.linen import initializers\nfrom flax.linen.dtypes import promote_dtype\nfrom flax.linen.linear import (\n DenseGeneral,\n default_kernel_init,\n)\nfrom flax.linen.module import Module, compact, merge_param\nfrom flax.linen.normalization import LayerNorm\nfrom flax.typing import (\n Array,\n PRNGKey,\n Dtype,\n Shape as Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in einsum.\n einsum: If unspecified, default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and `einsum` are\n specified.\n\n Returns:\n Output of shape ``[batch..., num_heads, q_length, kv_length]``.\n """"""\n if (precision or einsum_dot_general) and einsum:\n raise ValueError(\n 'precision/einsum_dot_general and einsum are mutually exclusive. Please'\n ' specify only one of them.'\n )\n if not einsum:\n einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n\n query, key = promote_dtype(query, key, dtype=dtype)\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = einsum('...qhd,...khd->...hqk', query, key)\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n if force_fp32_for_softmax and dtype != jnp.float32:\n attn_weights = jax.nn.softmax(attn_weights.astype(jnp.float32))\n else:\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow('intermediates', 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n qk_attn_weights_einsum: Callable[..., Array] | None = None,\n attn_weights_value_einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see ``jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in `jnp.einsum`.\n qk_attn_weights_einsum: the einsum for computing the attention weights. When\n unspecified, the default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n attn_weights_value_einsum: the einsum for computing the product of the\n attention weights and the values. When unspecified, the default\n `jnp.einsum` will be used. This argument is mutually exclusive with\n `precision` and `einsum_dot_general`.\n\n Returns:\n Output of shape ``[batch..., q_length, num_heads, v_depth_per_head]``.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and\n `qk_attn_weights_einsum`/`attn_weights_value_einsum` are\n specified.\n """"""\n if (qk_attn_weights_einsum and not attn_weights_value_einsum) or (\n not qk_attn_weights_einsum and attn_weights_value_einsum\n ):\n raise ValueError(\n 'qk_attn_weights_einsum and attn_weights_value_einsum must be specified'\n ' together.'\n )\n if (precision or einsum_dot_general) and (\n qk_attn_weights_einsum or attn_weights_value_einsum\n ):\n raise ValueError(\n 'precision/einsum_dot_general and'\n ' qk_attn_weights_einsum/attn_weights_value_einsum are mutually'\n ' exclusive. Please specify only one of them.'\n )\n\n query, key, value = promote_dtype(query, key, value, dtype=dtype)\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n force_fp32_for_softmax,\n einsum_dot_general=einsum_dot_general,\n einsum=qk_attn_weights_einsum,\n )\n if not attn_weights_value_einsum:\n attn_weights_value_einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n # return weighted sum over values for each query position\n return attn_weights_value_einsum(\n '...hqk,...khd->...qhd',\n attn_weights,\n value,\n )\n\n\nclass MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n\n **NOTE**: ``MultiHeadAttention`` is a wrapper of ``MultiHeadDotProductAttention``,\n and so their implementations are identical. However ``MultiHeadAttention`` layers\n will, by default, be named ``MultiHeadAttention_{index}``, whereas ``MultiHeadDotProductAttention``\n will be named ``MultiHeadDotProductAttention_{index}``. Therefore, this could affect\n checkpointing, param collection names and RNG threading (since the layer name is\n used when generating new RNG's) within the module.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n bias_init: initializer for the bias of the Dense layers.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n """"""\n\n\nclass SelfAttention(MultiHeadDotProductAttention):\n """"""Self-attention special case of multi-head dot-product attention.\n This layer is deprecated in favor of ``MultiHeadDotProductAttention``.\n\n Example usage::\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> variables = layer.init(jax.random.key(0), jnp.ones((4, 3, 2, 5)))\n """"""\n\n @compact\n def __call__( # type: ignore\n self,\n inputs_q: Array,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product self-attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n warnings.warn(\n 'SelfAttention will be deprecated soon. Use '\n '`MultiHeadDotProductAttention.__call__(inputs_q)` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n return super().__call__(\n inputs_q,\n mask=mask,\n deterministic=deterministic,\n dropout_rng=dropout_rng,\n sow_weights=sow_weights,\n )\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., ``[batch..., len_q]``, ``[batch..., len_kv]``, the\n attention weights will be ``[batch..., heads, len_q, len_kv]`` and this\n function will produce ``[batch..., 1, len_q, len_kv]``.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len_q, len_kv]`` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., ``[batch..., len]``, the self-attention weights\n will be ``[batch..., heads, len, len]`` and this function will produce a\n causal mask of shape ``[batch..., 1, len, len]``.\n\n Args:\n x: input array of shape ``[batch..., len]``\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len, len]`` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +150,1221946,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +151,1224262,".venv/lib/python3.10/site-packages/flax/linen/attention.py",31229,0,"",python,selection_command +152,1225943,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +153,1226351,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27267,0,"",python,selection_command +154,1226499,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27268,0,"",python,selection_command +155,1226638,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27296,0,"",python,selection_command +156,1227219,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11613,0,"",python,selection_command +157,1229165,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15311,0,"",python,selection_command +158,1230102,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16275,0,"",python,selection_command +159,1230969,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22967,0,"",python,selection_command +160,1232565,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,19," if self.decode:",python,selection_command +161,1232830,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,511," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:",python,selection_command +162,1233871,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,486," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )",python,selection_command +163,1234063,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,478," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)",python,selection_command +164,1234342,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22830,144," # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:",python,selection_command +165,1234891,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22905,69," # and cache the keys and values step by step.\n if self.decode:",python,selection_command +166,1235143,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,19," if self.decode:",python,selection_command +167,1235162,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,91," if self.decode:\n # detect if we're initializing by absence of existing cache data.",python,selection_command +168,1235209,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,155," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')",python,selection_command +169,1235250,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,189," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(",python,selection_command +170,1235267,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,252," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype",python,selection_command +171,1235303,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,260," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )",python,selection_command +172,1235431,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,296," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(",python,selection_command +173,1235662,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,365," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype",python,selection_command +174,1235711,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,373," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )",python,selection_command +175,1235742,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,408," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(",python,selection_command +176,1235771,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,478," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)",python,selection_command +177,1235803,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,486," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )",python,selection_command +178,1235843,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,511," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:",python,selection_command +179,1235863,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,521," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (",python,selection_command +180,1235911,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,544," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,",python,selection_command +181,1235942,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,566," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,",python,selection_command +182,1236091,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,587," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,",python,selection_command +183,1236351,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,613," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,",python,selection_command +184,1236359,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,648," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape",python,selection_command +185,1236390,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,705," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input",python,selection_command +186,1236423,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,781," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)",python,selection_command +187,1236470,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,823," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:",python,selection_command +188,1236643,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,851," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(",python,selection_command +189,1236803,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,900," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '",python,selection_command +190,1237071,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,954," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'",python,selection_command +191,1237083,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,998," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)",python,selection_command +192,1237123,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1010," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )",python,selection_command +193,1237231,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1076," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices",python,selection_command +194,1237403,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1114," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value",python,selection_command +195,1237666,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1176," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))",python,selection_command +196,1237682,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1238," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(",python,selection_command +197,1237710,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1259," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims",python,selection_command +198,1237751,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1273," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (",python,selection_command +199,1237771,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1294," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,",python,selection_command +200,1237903,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1310," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,",python,selection_command +201,1238163,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1326," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,",python,selection_command +202,1238183,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1336," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )",python,selection_command +203,1238246,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1407," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)",python,selection_command +204,1238278,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1484," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)",python,selection_command +205,1238406,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1515," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key",python,selection_command +206,1238678,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1550," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value",python,selection_command +207,1238727,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1600," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1",python,selection_command +208,1238743,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1657," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:",python,selection_command +209,1238763,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1725," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key",python,selection_command +210,1238799,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1790," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,",python,selection_command +211,1238847,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1833," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.",python,selection_command +212,1239020,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1863," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(",python,selection_command +213,1239243,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1879," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,",python,selection_command +214,1239283,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1907," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(",python,selection_command +215,1239301,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,1956," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,",python,selection_command +216,1239337,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,2008," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),",python,selection_command +217,1239398,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,2021," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),",python,selection_command +218,1239418,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,2031," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )",python,selection_command +219,1239487,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22955,2032," if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n",python,selection_command +220,1242532,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +221,1263231,".venv/lib/python3.10/site-packages/flax/linen/attention.py",24987,0,"",python,selection_command +222,1264844,"utils/nn.py",0,0,"",python,tab +223,1280029,"utils/nn.py",4721,34," z = nn.MultiHeadAttention(",python,selection_command +224,1280271,"utils/nn.py",4721,72," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,",python,selection_command +225,1280523,"utils/nn.py",4721,107," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,",python,selection_command +226,1280571,"utils/nn.py",4721,146," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,",python,selection_command +227,1280591,"utils/nn.py",4721,188," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,",python,selection_command +228,1280624,"utils/nn.py",4721,218," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,selection_command +229,1280634,"utils/nn.py",4721,330," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),",python,selection_command +230,1280699,"utils/nn.py",4721,354," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=True",python,selection_command +231,1280723,"utils/nn.py",4721,367," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=True\n )(z)",python,selection_command +232,1280757,"utils/nn.py",4721,385," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=True\n )(z)\n x = x + z",python,selection_command +233,1280882,"utils/nn.py",4721,386," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=True\n )(z)\n x = x + z\n",python,selection_command +234,1281122,"utils/nn.py",4721,385," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=True\n )(z)\n x = x + z",python,selection_command +235,1281265,"utils/nn.py",4721,367," z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=True\n )(z)",python,selection_command +236,1293753,"utils/nn.py",5052,23," decode=False",python,content +237,1304869,"utils/nn.py",5052,24," decode=True",python,content +238,1305439,"utils/nn.py",5686,23," decode=False",python,content +239,1305439,"utils/nn.py",5052,23," decode=False",python,content +240,1310870,"utils/nn.py",5687,24," decode=True",python,content +241,1310870,"utils/nn.py",5052,24," decode=True",python,content +242,1311066,"utils/nn.py",5686,23," decode=False",python,content +243,1311066,"utils/nn.py",5052,23," decode=False",python,content +244,1311066,"utils/nn.py",4448,0," decode: bool = False\n",python,content +245,1318651,"utils/nn.py",4933,0,"",python,selection_mouse +246,1319194,"utils/nn.py",5077,24," decode=True",python,content +247,1320501,"utils/nn.py",5323,0,"",python,selection_command +248,1320652,"utils/nn.py",5844,0,"",python,selection_command +249,1321272,"utils/nn.py",5711,24," decode=True",python,content +250,1323768,"utils/nn.py",4448,25,"",python,content +251,1324256,"utils/nn.py",5926,0,"",python,selection_mouse +252,1324256,"utils/nn.py",5925,0,"",python,selection_command +253,1327186,"utils/nn.py",5052,23," decode=self.decode",python,content +254,1341295,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +255,1344867,"TERMINAL",0,0,"b",,terminal_output +256,1344944,"TERMINAL",0,0,"as",,terminal_output +257,1345003,"TERMINAL",0,0,"h",,terminal_output +258,1345114,"TERMINAL",0,0," e",,terminal_output +259,1345350,"TERMINAL",0,0,"px",,terminal_output +260,1345482,"TERMINAL",0,0,"e",,terminal_output +261,1345590,"TERMINAL",0,0,"rim",,terminal_output +262,1345711,"TERMINAL",0,0,"",,terminal_output +263,1345852,"TERMINAL",0,0,"d",,terminal_output +264,1345944,"TERMINAL",0,0,"yn",,terminal_output +265,1346054,"TERMINAL",0,0,"",,terminal_output +266,1346902,"TERMINAL",0,0,"",,terminal_output +267,1347094,"TERMINAL",0,0,"e",,terminal_output +268,1347284,"TERMINAL",0,0,"xp",,terminal_output +269,1347442,"TERMINAL",0,0,"e",,terminal_output +270,1347583,"TERMINAL",0,0,"rim",,terminal_output +271,1347694,"TERMINAL",0,0,"ents/",,terminal_output +272,1347917,"TERMINAL",0,0,"d",,terminal_output +273,1347995,"TERMINAL",0,0,"yn",,terminal_output +274,1348083,"TERMINAL",0,0,"amics_grain_",,terminal_output +275,1349382,"TERMINAL",0,0,"t",,terminal_output +276,1349474,"TERMINAL",0,0,"ok",,terminal_output +277,1349582,"TERMINAL",0,0,"_",,terminal_output +278,1349722,"TERMINAL",0,0,"r",,terminal_output +279,1349963,"TERMINAL",0,0,"estore.sh ",,terminal_output +280,1351043,"experiments/dynamics_grain_tok_restore.sh",699,0,"",shellscript,selection_command +281,1351274,"experiments/dynamics_grain_tok_restore.sh",673,0,"",shellscript,selection_command +282,1351314,"experiments/dynamics_grain_tok_restore.sh",658,0,"",shellscript,selection_command +283,1351342,"experiments/dynamics_grain_tok_restore.sh",631,0,"",shellscript,selection_command +284,1351374,"experiments/dynamics_grain_tok_restore.sh",606,0,"",shellscript,selection_command +285,1351422,"experiments/dynamics_grain_tok_restore.sh",579,0,"",shellscript,selection_command +286,1351450,"experiments/dynamics_grain_tok_restore.sh",530,0,"",shellscript,selection_command +287,1351483,"experiments/dynamics_grain_tok_restore.sh",508,0,"",shellscript,selection_command +288,1351500,"experiments/dynamics_grain_tok_restore.sh",474,0,"",shellscript,selection_command +289,1351562,"experiments/dynamics_grain_tok_restore.sh",456,0,"",shellscript,selection_command +290,1351596,"experiments/dynamics_grain_tok_restore.sh",424,0,"",shellscript,selection_command +291,1351650,"experiments/dynamics_grain_tok_restore.sh",380,0,"",shellscript,selection_command +292,1351653,"experiments/dynamics_grain_tok_restore.sh",375,0,"",shellscript,selection_command +293,1351786,"experiments/dynamics_grain_tok_restore.sh",295,0,"",shellscript,selection_command +294,1352410,"experiments/dynamics_grain_tok_restore.sh",373,0,"",shellscript,selection_command +295,1353074,"experiments/dynamics_grain_tok_restore.sh",372,0,"",shellscript,selection_command +296,1353227,"experiments/dynamics_grain_tok_restore.sh",372,1,"e",shellscript,selection_command +297,1353333,"experiments/dynamics_grain_tok_restore.sh",328,45,"tokenizer_openai_grain_checkpointing_kv_cache",shellscript,selection_command +298,1353461,"experiments/dynamics_grain_tok_restore.sh",327,46,"/tokenizer_openai_grain_checkpointing_kv_cache",shellscript,selection_command +299,1353820,"experiments/dynamics_grain_tok_restore.sh",328,45,"tokenizer_openai_grain_checkpointing_kv_cache",shellscript,selection_command +300,1354071,"experiments/dynamics_grain_tok_restore.sh",372,2,"e""",shellscript,selection_command +301,1355764,"experiments/dynamics_grain_tok_restore.sh",367,6,"_cache",shellscript,selection_command +302,1356282,"experiments/dynamics_grain_tok_restore.sh",366,7,"v_cache",shellscript,selection_command +303,1356430,"experiments/dynamics_grain_tok_restore.sh",365,8,"kv_cache",shellscript,selection_command +304,1356554,"experiments/dynamics_grain_tok_restore.sh",364,9,"_kv_cache",shellscript,selection_command +305,1356730,"experiments/dynamics_grain_tok_restore.sh",363,10,"g_kv_cache",shellscript,selection_command +306,1356979,"experiments/dynamics_grain_tok_restore.sh",364,9,"_kv_cache",shellscript,selection_command +307,1357104,"experiments/dynamics_grain_tok_restore.sh",364,9,"",shellscript,content +308,1357734,"experiments/dynamics_grain_tok_restore.sh",291,0,"",shellscript,selection_command +309,1360042,"TERMINAL",0,0,"tokeniz[3@er_grain_checkpointing",,terminal_output +310,1360774,"TERMINAL",0,0,"dynamics_grain_tok_restore",,terminal_output +311,1370335,"utils/nn.py",0,0,"",python,tab +312,1372520,"utils/nn.py",5958,0,"",python,selection_command +313,1372762,"utils/nn.py",6000,0,"",python,selection_command +314,1372811,"utils/nn.py",6017,0,"",python,selection_command +315,1372832,"utils/nn.py",6043,0,"",python,selection_command +316,1372860,"utils/nn.py",6179,0,"",python,selection_command +317,1372888,"utils/nn.py",6201,0,"",python,selection_command +318,1372934,"utils/nn.py",6227,0,"",python,selection_command +319,1372995,"utils/nn.py",6269,0,"",python,selection_command +320,1373002,"utils/nn.py",6286,0,"",python,selection_command +321,1373038,"utils/nn.py",6309,0,"",python,selection_command +322,1373075,"utils/nn.py",6327,0,"",python,selection_command +323,1373110,"utils/nn.py",6329,0,"",python,selection_command +324,1373111,"utils/nn.py",6345,0,"",python,selection_command +325,1373164,"utils/nn.py",6347,0,"",python,selection_command +326,1373555,"utils/nn.py",6345,0,"",python,selection_command +327,1373730,"utils/nn.py",6329,0,"",python,selection_command +328,1376587,"utils/nn.py",6327,0,"",python,selection_command +329,1376817,"utils/nn.py",6309,0,"",python,selection_command +330,1376928,"utils/nn.py",6286,0,"",python,selection_command +331,1376928,"utils/nn.py",6269,0,"",python,selection_command +332,1376943,"utils/nn.py",6227,0,"",python,selection_command +333,1376994,"utils/nn.py",6201,0,"",python,selection_command +334,1377024,"utils/nn.py",6179,0,"",python,selection_command +335,1377060,"utils/nn.py",6043,0,"",python,selection_command +336,1377102,"utils/nn.py",6017,0,"",python,selection_command +337,1377105,"utils/nn.py",6000,0,"",python,selection_command +338,1378152,"utils/nn.py",5064,0,"",python,selection_command +339,1381435,"utils/nn.py",5052,30," decode=True",python,content +340,1382700,"utils/nn.py",5074,0,"",python,selection_command +341,1385493,"utils/nn.py",5071,0,"",python,selection_command +342,1385571,"utils/nn.py",5071,4,"",python,content +343,1386683,"utils/nn.py",5071,0,"F",python,content +344,1386684,"utils/nn.py",5072,0,"",python,selection_keyboard +345,1386850,"utils/nn.py",5072,0,"a",python,content +346,1386851,"utils/nn.py",5073,0,"",python,selection_keyboard +347,1387464,"utils/nn.py",5073,0,"l",python,content +348,1387465,"utils/nn.py",5074,0,"",python,selection_keyboard +349,1387773,"utils/nn.py",5074,0,"s",python,content +350,1387773,"utils/nn.py",5075,0,"",python,selection_keyboard +351,1387820,"utils/nn.py",5075,0,"e",python,content +352,1387821,"utils/nn.py",5076,0,"",python,selection_keyboard +353,1400910,"utils/nn.py",5075,0,"",python,selection_command +354,1400913,"utils/nn.py",5699,0,"",python,selection_command +355,1400981,"utils/nn.py",5710,0,"",python,selection_command +356,1400982,"utils/nn.py",5709,1,"",python,content +357,1400984,"utils/nn.py",5708,1,"",python,content +358,1401025,"utils/nn.py",5707,1,"",python,content +359,1401461,"utils/nn.py",5706,1,"",python,content +360,1401564,"utils/nn.py",5706,0,"F",python,content +361,1401564,"utils/nn.py",5707,0,"",python,selection_keyboard +362,1401737,"utils/nn.py",5707,0,"a",python,content +363,1401737,"utils/nn.py",5708,0,"",python,selection_keyboard +364,1401738,"utils/nn.py",5708,0,"l",python,content +365,1401738,"utils/nn.py",5709,0,"",python,selection_keyboard +366,1401805,"utils/nn.py",5709,0,"s",python,content +367,1401805,"utils/nn.py",5710,0,"",python,selection_keyboard +368,1401946,"utils/nn.py",5710,0,"e",python,content +369,1401946,"utils/nn.py",5711,0,"",python,selection_keyboard +370,1402074,"utils/nn.py",5711,0,",",python,content +371,1402074,"utils/nn.py",5712,0,"",python,selection_keyboard +372,1402075,"utils/nn.py",5711,0,"",python,selection_command +373,1402919,"utils/nn.py",5064,0,"",python,selection_command +374,1403605,"utils/nn.py",5076,0,"",python,selection_command +375,1404275,"utils/nn.py",5076,0,",",python,content +376,1404275,"utils/nn.py",5077,0,"",python,selection_keyboard +377,1404276,"utils/nn.py",5076,0,"",python,selection_command +378,1407835,"TERMINAL",0,0,"tokeniz[3@er_grain_checkpointingdynamics_grain_tok_restore",,terminal_output +379,1421598,"TERMINAL",0,0,"j",,terminal_output +380,1421730,"TERMINAL",0,0,"j",,terminal_output +381,1422302,"TERMINAL",0,0,"",,terminal_output +382,1422410,"TERMINAL",0,0,"",,terminal_output +383,1422994,"TERMINAL",0,0,"",,terminal_output +384,1423182,"TERMINAL",0,0,"",,terminal_output +385,1423554,"TERMINAL",0,0,"",,terminal_output +386,1423734,"TERMINAL",0,0,"",,terminal_output +387,1423870,"TERMINAL",0,0,"",,terminal_output +388,1424030,"TERMINAL",0,0,"",,terminal_output +389,1424175,"TERMINAL",0,0,"",,terminal_output +390,1424322,"TERMINAL",0,0,"",,terminal_output +391,1424514,"TERMINAL",0,0,"tokeniz[3@er_grain_checkpointing",,terminal_output +392,1424801,"TERMINAL",0,0,"dynamics_grain_tok_restore",,terminal_output +393,1425789,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +394,1429366,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +395,1429609,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +396,1429611,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +397,1429654,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +398,1434214,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +399,1456183,"TERMINAL",0,0,"2025-07-21 19:53:53.380839: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +400,1461322,"TERMINAL",0,0,"2025-07-21 19:53:58.533570: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +401,1461394,"TERMINAL",0,0,"2025-07-21 19:53:58.612971: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +402,1461554,"TERMINAL",0,0,"2025-07-21 19:53:58.730944: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:53:58.740604: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:53:58.759170: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:53:58.768132: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +403,1479986,"TERMINAL",0,0,"2025-07-21 19:54:17.170363: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +404,1504748,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n use_maskgit: bool = False\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n logits = outputs[""token_logits""]\n targets = outputs[""video_tokens""]\n\n # if not args.use_maskgit:\n # logits = outputs[""token_logits""][:, :, :-1]\n # targets = outputs[""video_tokens""][:, :, 1:]\n # mask = outputs[""mask""][:, :, 1:] \n\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n logits, targets\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = logits.argmax(-1) == targets\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(logits)\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=logits.max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n use_maskgit=args.use_maskgit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # videos = np.load(""overfit_dir/corner_8repl.npy"")\n # videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n # while True:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +405,1505133,"train_dynamics.py",0,14122,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n use_maskgit: bool = False\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n logits = outputs[""token_logits""]\n targets = outputs[""video_tokens""]\n\n # if not args.use_maskgit:\n # logits = outputs[""token_logits""][:, :, :-1]\n # targets = outputs[""video_tokens""][:, :, 1:]\n # mask = outputs[""mask""][:, :, 1:] \n\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n logits, targets\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = logits.argmax(-1) == targets\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(logits)\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=logits.max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n use_maskgit=args.use_maskgit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # videos = np.load(""overfit_dir/corner_8repl.npy"")\n # videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n # while True:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_command +406,1505342,"train_dynamics.py",14122,0,"",python,selection_command +407,1565433,"train_dynamics.py",0,14122,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n use_maskgit: bool = False\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n logits = outputs[""token_logits""]\n targets = outputs[""video_tokens""]\n\n # if not args.use_maskgit:\n # logits = outputs[""token_logits""][:, :, :-1]\n # targets = outputs[""video_tokens""][:, :, 1:]\n # mask = outputs[""mask""][:, :, 1:] \n\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n logits, targets\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = logits.argmax(-1) == targets\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(logits)\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=logits.max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n use_maskgit=args.use_maskgit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=args.dtype\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # videos = np.load(""overfit_dir/corner_8repl.npy"")\n # videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n # while True:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_command +408,1565517,"train_dynamics.py",14122,0,"",python,selection_command +409,1573429,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsAutoregressive\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n use_maskgit: bool\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n if self.use_maskgit:\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n ) \n else:\n self.dynamics = DynamicsAutoregressive(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n\n def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n token_idxs_full, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n\n\n @nn.compact\n def sample_maskgit(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) \n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +410,1573515,"genie.py",0,17910,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsAutoregressive\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n use_maskgit: bool\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n if self.use_maskgit:\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n ) \n else:\n self.dynamics = DynamicsAutoregressive(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n\n def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n token_idxs_full, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n\n\n @nn.compact\n def sample_maskgit(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) \n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,selection_command +411,1573545,"genie.py",17899,0,"",python,selection_command +412,1578694,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport einops\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n spatial_bert=True,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n\n\nclass DynamicsAutoregressive(nn.Module):\n """"""Autoregressive (causal) dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n self.use_flash_attention,\n spatial_bert=False,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n # vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (1, 0), (1, 0), (0, 0)))\n # logits = self.dynamics(vid_embed_padded)[:, :-1, :-1]\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n logits = self.dynamics(vid_embed_padded)[:, :, :-1]\n mask = jnp.ones(vid_embed.shape[:-1])\n # next_tokens = jnp.argmax(logits, axis=-1)\n # print(next_tokens.shape)\n # jax.debug.breakpoint()\n return dict(token_logits=logits, mask=mask)",python,tab +413,1578741,"models/dynamics.py",0,3591,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport einops\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n spatial_bert=True,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n\n\nclass DynamicsAutoregressive(nn.Module):\n """"""Autoregressive (causal) dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n self.use_flash_attention,\n spatial_bert=False,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n # vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (1, 0), (1, 0), (0, 0)))\n # logits = self.dynamics(vid_embed_padded)[:, :-1, :-1]\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n logits = self.dynamics(vid_embed_padded)[:, :, :-1]\n mask = jnp.ones(vid_embed.shape[:-1])\n # next_tokens = jnp.argmax(logits, axis=-1)\n # print(next_tokens.shape)\n # jax.debug.breakpoint()\n return dict(token_logits=logits, mask=mask)",python,selection_command +414,1578838,"models/dynamics.py",3540,0,"",python,selection_command +415,1688518,"TERMINAL",0,0,"Running on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\nRunning on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\nRunning on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\nRunning on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\nRunning on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\nRunning on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\nRunning on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\nRunning on 8 devices.\r\nCounting all components: ['tokenizer', 'lam', 'dynamics']\r\nParameter counts:\r\n{'tokenizer': 37989616, 'lam': 19349472, 'dynamics': 29734912, 'total': 87074000}\r\n",,terminal_output +416,1704138,"utils/nn.py",0,0,"",python,tab +417,1704345,"utils/nn.py",0,11402,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n# class STBlock2(nn.Module):\n # dim: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.remat\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # --- Spatial attention ---\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n\n # # --- Temporal attention ---\n # x = x.swapaxes(1, 2)\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n # x = x.swapaxes(1, 2)\n\n # # --- Feedforward ---\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n # z = nn.Dense(\n # self.dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # z = nn.gelu(z)\n # x = x + z\n\n # return x\n\n# class CausalTransformer(nn.Module):\n # model_dim: int\n # out_dim: int\n # num_blocks: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # Input projection and normalization\n # x = nn.Sequential(\n # [\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.Dense(self.model_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # ]\n # )(x)\n # # Causal transformer blocks\n # for _ in range(self.num_blocks):\n # x = STBlock2(\n # dim=self.model_dim,\n # num_heads=self.num_heads,\n # dropout=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n\n # # Output projection\n # x = nn.Dense(\n # self.out_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # return x # (B, T, E)\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=False,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=False,\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n spatial_bert: bool = True\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n spatial_bert=self.spatial_bert,\n use_flash_attention=self.use_flash_attention,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,selection_command +418,1704478,"utils/nn.py",11402,0,"",python,selection_command +419,1710807,"utils/nn.py",5064,0,"",python,selection_command +420,1711457,"utils/nn.py",4952,0,"",python,selection_command +421,1711585,"utils/nn.py",4922,0,"",python,selection_command +422,1711827,"utils/nn.py",4880,0,"",python,selection_command +423,1711856,"utils/nn.py",4841,0,"",python,selection_command +424,1711898,"utils/nn.py",4806,0,"",python,selection_command +425,1711917,"utils/nn.py",4768,0,"",python,selection_command +426,1712036,"utils/nn.py",4733,0,"",python,selection_command +427,1712157,"utils/nn.py",4735,0,"",python,selection_command +428,1712367,"utils/nn.py",4736,0,"",python,selection_command +429,1712587,"utils/nn.py",4735,0,"",python,selection_command +430,1712858,"utils/nn.py",4736,0,"",python,selection_command +431,1713228,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +432,1713229,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +433,1713747,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27267,0,"",python,selection_command +434,1713887,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27268,0,"",python,selection_command +435,1714349,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11613,0,"",python,selection_command +436,1714747,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,43,"class MultiHeadDotProductAttention(Module):",python,selection_command +437,1714887,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,83,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n",python,selection_command +438,1715029,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,102,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n",python,selection_command +439,1715127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,154,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n",python,selection_command +440,1715387,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,515,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n",python,selection_command +441,1715427,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,925,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n",python,selection_command +442,1715444,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,1678,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n",python,selection_command +443,1715487,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,2311,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n",python,selection_command +444,1715545,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,4110,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n",python,selection_command +445,1715552,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5123,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n",python,selection_command +446,1715587,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5414,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n",python,selection_command +447,1715627,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5671,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n",python,selection_command +448,1715657,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,6056,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n",python,selection_command +449,1716127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5671,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n",python,selection_command +450,1716287,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5414,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n",python,selection_command +451,1716427,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5123,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n",python,selection_command +452,1716947,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,4110,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n",python,selection_command +453,1717104,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,2311,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n",python,selection_command +454,1717755,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,1678,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n",python,selection_command +455,1717987,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,925,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n",python,selection_command +456,1718347,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,515,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n",python,selection_command +457,1718527,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,154,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n",python,selection_command +458,1718927,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,102,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n",python,selection_command +459,1719267,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,83,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n",python,selection_command +460,1719647,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,102,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n",python,selection_command +461,1719815,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,154,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n",python,selection_command +462,1719937,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,515,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n",python,selection_command +463,1720107,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,925,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n",python,selection_command +464,1720367,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,1678,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n",python,selection_command +465,1720527,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,2311,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n",python,selection_command +466,1720977,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,4110,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n",python,selection_command +467,1721507,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5123,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n",python,selection_command +468,1721977,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5414,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n",python,selection_command +469,1722367,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,5671,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n",python,selection_command +470,1722907,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,6056,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n",python,selection_command +471,1724647,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,6209,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n",python,selection_command +472,1725647,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,6384,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n",python,selection_command +473,1726047,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,7687,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n",python,selection_command +474,1726217,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,9708,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n",python,selection_command +475,1726625,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,10034,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n",python,selection_command +476,1726827,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,10689,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n",python,selection_command +477,1726987,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,11222,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n",python,selection_command +478,1726996,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +479,1727127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,13380,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n",python,selection_command +480,1727225,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +481,1727337,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +482,1727567,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +483,1727647,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +484,1727707,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,13721,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n",python,selection_command +485,1727807,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +486,1727866,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,15634,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n",python,selection_command +487,1728027,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,15777,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n",python,selection_command +488,1728076,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,16272,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n\n **NOTE**: ``MultiHeadAttention`` is a wrapper of ``MultiHeadDotProductAttention``,\n and so their implementations are identical. However ``MultiHeadAttention`` layers\n will, by default, be named ``MultiHeadAttention_{index}``, whereas ``MultiHeadDotProductAttention``\n will be named ``MultiHeadDotProductAttention_{index}``. Therefore, this could affect\n checkpointing, param collection names and RNG threading (since the layer name is\n used when generating new RNG's) within the module.\n",python,selection_command +489,1728857,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,15777,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n",python,selection_command +490,1728864,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +491,1729267,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,15635,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n",python,selection_command +492,1729857,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11607,15634,"class MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n",python,selection_command +493,1730127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27241,0,"",python,selection_command +494,1730207,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +495,1730400,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +496,1730458,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +497,1730777,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +498,1730887,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +499,1731054,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +500,1731379,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +501,1731487,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +502,1731767,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +503,1732066,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +504,1732247,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +505,1732525,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +506,1732578,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +507,1732647,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +508,1732818,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +509,1732927,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +510,1733386,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +511,1733647,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +512,1733967,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +513,1734175,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +514,1734446,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +515,1734667,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +516,1737267,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +517,1742725,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +518,1766817,"TERMINAL",0,0,"2025-07-21 19:59:03.931951: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:03.932625: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:03.933989: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:03.934064: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +519,1767227,"TERMINAL",0,0,"2025-07-21 19:59:04.430714: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.431337: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.432834: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.432949: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +520,1767637,"TERMINAL",0,0,"2025-07-21 19:59:04.787752: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.788361: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.789711: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.789786: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.828589: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.829111: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.830472: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:04.830571: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +521,1767826,"TERMINAL",0,0,"2025-07-21 19:59:05.035070: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.035776: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.037148: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.037250: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +522,1767966,"TERMINAL",0,0,"2025-07-21 19:59:05.163968: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.164494: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.165915: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.166021: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.183326: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.183843: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.185252: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.185358: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +523,1768085,"TERMINAL",0,0,"2025-07-21 19:59:05.292736: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.293239: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.294586: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 19:59:05.294680: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +524,1794415,".venv/lib/python3.10/site-packages/flax/linen/attention.py",28252,0,"",python,selection_command +525,1794747,".venv/lib/python3.10/site-packages/flax/linen/attention.py",29118,0,"",python,selection_command +526,1794963,".venv/lib/python3.10/site-packages/flax/linen/attention.py",30382,0,"",python,selection_command +527,1795315,".venv/lib/python3.10/site-packages/flax/linen/attention.py",29118,0,"",python,selection_command +528,1795427,".venv/lib/python3.10/site-packages/flax/linen/attention.py",28252,0,"",python,selection_command +529,1795887,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27241,0,"",python,selection_command +530,1797807,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27242,0,"",python,selection_command +531,1797967,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27243,0,"",python,selection_command +532,1798107,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +533,1798275,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27267,0,"",python,selection_command +534,1798465,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27268,0,"",python,selection_command +535,1798947,".venv/lib/python3.10/site-packages/flax/linen/attention.py",28306,0,"",python,selection_command +536,1799095,".venv/lib/python3.10/site-packages/flax/linen/attention.py",29306,0,"",python,selection_command +537,1799427,".venv/lib/python3.10/site-packages/flax/linen/attention.py",30491,0,"",python,selection_command +538,1799587,".venv/lib/python3.10/site-packages/flax/linen/attention.py",31595,0,"",python,selection_command +539,1800127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",30491,0,"",python,selection_command +540,1800267,".venv/lib/python3.10/site-packages/flax/linen/attention.py",29306,0,"",python,selection_command +541,1800387,".venv/lib/python3.10/site-packages/flax/linen/attention.py",28306,0,"",python,selection_command +542,1800527,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27243,0,"",python,selection_command +543,1801127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27249,0,"",python,selection_command +544,1801295,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27267,0,"",python,selection_command +545,1801447,".venv/lib/python3.10/site-packages/flax/linen/attention.py",27268,0,"",python,selection_command +546,1801823,".venv/lib/python3.10/site-packages/flax/linen/attention.py",11613,0,"",python,selection_command +547,1806647,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15311,0,"",python,selection_command +548,1807127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16275,0,"",python,selection_command +549,1807647,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22967,0,"",python,selection_command +550,1809876,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22987,0,"",python,selection_command +551,1809987,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23059,0,"",python,selection_command +552,1962355,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23123,0,"",python,selection_command +553,1962795,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23157,0,"",python,selection_command +554,1962796,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23214,0,"",python,selection_command +555,1962796,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23228,0,"",python,selection_command +556,1962797,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23264,0,"",python,selection_command +557,1962798,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23327,0,"",python,selection_command +558,1962798,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23341,0,"",python,selection_command +559,1962907,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23376,0,"",python,selection_command +560,1963107,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23440,0,"",python,selection_command +561,1963127,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23454,0,"",python,selection_command +562,1963167,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23475,0,"",python,selection_command +563,1963187,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23489,0,"",python,selection_command +564,1963234,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23512,0,"",python,selection_command +565,1963275,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23534,0,"",python,selection_command +566,1963387,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23555,0,"",python,selection_command +567,1963607,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23581,0,"",python,selection_command +568,1963767,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23555,0,"",python,selection_command +569,1964027,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23534,0,"",python,selection_command +570,1964047,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23512,0,"",python,selection_command +571,1964074,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23489,0,"",python,selection_command +572,1964107,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23475,0,"",python,selection_command +573,1964155,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23454,0,"",python,selection_command +574,1964191,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23440,0,"",python,selection_command +575,1964267,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23454,0,"",python,selection_command +576,1964447,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23475,0,"",python,selection_command +577,1965957,"utils/nn.py",0,0,"",python,tab +578,1966643,"utils/nn.py",4771,0,"",python,selection_command +579,1966867,"utils/nn.py",4809,0,"",python,selection_command +580,1966894,"utils/nn.py",4844,0,"",python,selection_command +581,1966927,"utils/nn.py",4883,0,"",python,selection_command +582,1966967,"utils/nn.py",4925,0,"",python,selection_command +583,1967087,"utils/nn.py",4955,0,"",python,selection_command +584,1967214,"utils/nn.py",5067,0,"",python,selection_command +585,1967355,"utils/nn.py",5070,0,"",python,selection_command +586,1967527,"utils/nn.py",5071,0,"",python,selection_command +587,1967895,"utils/nn.py",5071,5,"",python,content +588,1969967,"utils/nn.py",5071,0,"s",python,content +589,1969967,"utils/nn.py",5072,0,"",python,selection_keyboard +590,1970075,"utils/nn.py",5072,0,"e",python,content +591,1970075,"utils/nn.py",5073,0,"",python,selection_keyboard +592,1970127,"utils/nn.py",5073,0,"l",python,content +593,1970127,"utils/nn.py",5074,0,"",python,selection_keyboard +594,1970194,"utils/nn.py",5074,0,"f",python,content +595,1970195,"utils/nn.py",5075,0,"",python,selection_keyboard +596,1970315,"utils/nn.py",5075,0,".",python,content +597,1970315,"utils/nn.py",5076,0,"",python,selection_keyboard +598,1970495,"utils/nn.py",5076,0,"i",python,content +599,1970496,"utils/nn.py",5077,0,"",python,selection_keyboard +600,1970595,"utils/nn.py",5077,0,"s",python,content +601,1970596,"utils/nn.py",5078,0,"",python,selection_keyboard +602,1970887,"utils/nn.py",5078,0,"_",python,content +603,1970887,"utils/nn.py",5079,0,"",python,selection_keyboard +604,1971147,"utils/nn.py",5079,0,"t",python,content +605,1971147,"utils/nn.py",5080,0,"",python,selection_keyboard +606,1971279,"utils/nn.py",5080,0,"r",python,content +607,1971280,"utils/nn.py",5081,0,"",python,selection_keyboard +608,1971290,"utils/nn.py",5081,0,"a",python,content +609,1971290,"utils/nn.py",5082,0,"",python,selection_keyboard +610,1971371,"utils/nn.py",5082,0,"i",python,content +611,1971371,"utils/nn.py",5083,0,"",python,selection_keyboard +612,1971434,"utils/nn.py",5083,0,"n",python,content +613,1971435,"utils/nn.py",5084,0,"",python,selection_keyboard +614,1971547,"utils/nn.py",5084,0,"i",python,content +615,1971547,"utils/nn.py",5085,0,"",python,selection_keyboard +616,1971587,"utils/nn.py",5085,0,"n",python,content +617,1971587,"utils/nn.py",5086,0,"",python,selection_keyboard +618,1971753,"utils/nn.py",5086,0,"g",python,content +619,1971753,"utils/nn.py",5087,0,"",python,selection_keyboard +620,1971907,"utils/nn.py",5086,0,"",python,selection_command +621,1972615,"utils/nn.py",5100,0,"",python,selection_command +622,1972875,"utils/nn.py",5118,0,"",python,selection_command +623,1972907,"utils/nn.py",5120,0,"",python,selection_command +624,1972934,"utils/nn.py",5155,0,"",python,selection_command +625,1972951,"utils/nn.py",5185,0,"",python,selection_command +626,1973087,"utils/nn.py",5221,0,"",python,selection_command +627,1973247,"utils/nn.py",5255,0,"",python,selection_command +628,1973535,"utils/nn.py",5291,0,"",python,selection_command +629,1973595,"utils/nn.py",5327,0,"",python,selection_command +630,1973595,"utils/nn.py",5340,0,"",python,selection_command +631,1973606,"utils/nn.py",5376,0,"",python,selection_command +632,1973650,"utils/nn.py",5418,0,"",python,selection_command +633,1973667,"utils/nn.py",5454,0,"",python,selection_command +634,1973807,"utils/nn.py",5418,0,"",python,selection_command +635,1974087,"utils/nn.py",5376,0,"",python,selection_command +636,1974088,"utils/nn.py",5340,0,"",python,selection_command +637,1974107,"utils/nn.py",5327,0,"",python,selection_command +638,1974154,"utils/nn.py",5291,0,"",python,selection_command +639,1974167,"utils/nn.py",5255,0,"",python,selection_command +640,1974211,"utils/nn.py",5221,0,"",python,selection_command +641,1974247,"utils/nn.py",5185,0,"",python,selection_command +642,1974291,"utils/nn.py",5155,0,"",python,selection_command +643,1974319,"utils/nn.py",5120,0,"",python,selection_command +644,1974347,"utils/nn.py",5118,0,"",python,selection_command +645,1974386,"utils/nn.py",5100,0,"",python,selection_command +646,1974647,"utils/nn.py",5086,0,"",python,selection_command +647,1975227,"utils/nn.py",5086,1,"g",python,selection_command +648,1975307,"utils/nn.py",5076,11,"is_training",python,selection_command +649,1975795,"utils/nn.py",5076,0,"",python,selection_command +650,1976167,"utils/nn.py",5100,0,"",python,selection_command +651,1976406,"utils/nn.py",5118,0,"",python,selection_command +652,1976447,"utils/nn.py",5120,0,"",python,selection_command +653,1976467,"utils/nn.py",5145,0,"",python,selection_command +654,1976507,"utils/nn.py",5182,0,"",python,selection_command +655,1976547,"utils/nn.py",5211,0,"",python,selection_command +656,1976575,"utils/nn.py",5255,0,"",python,selection_command +657,1976587,"utils/nn.py",5281,0,"",python,selection_command +658,1976627,"utils/nn.py",5323,0,"",python,selection_command +659,1976667,"utils/nn.py",5340,0,"",python,selection_command +660,1976690,"utils/nn.py",5366,0,"",python,selection_command +661,1976859,"utils/nn.py",5409,0,"",python,selection_command +662,1976859,"utils/nn.py",5444,0,"",python,selection_command +663,1976860,"utils/nn.py",5482,0,"",python,selection_command +664,1976861,"utils/nn.py",5517,0,"",python,selection_command +665,1976866,"utils/nn.py",5556,0,"",python,selection_command +666,1976895,"utils/nn.py",5598,0,"",python,selection_command +667,1977287,"utils/nn.py",5628,0,"",python,selection_command +668,1977447,"utils/nn.py",5723,0,"",python,selection_command +669,1977707,"utils/nn.py",5718,0,"",python,selection_command +670,1977843,"utils/nn.py",5718,5,"",python,content +671,1978007,"utils/nn.py",5718,0,"s",python,content +672,1978007,"utils/nn.py",5719,0,"",python,selection_keyboard +673,1978075,"utils/nn.py",5719,0,"e",python,content +674,1978075,"utils/nn.py",5720,0,"",python,selection_keyboard +675,1978127,"utils/nn.py",5720,0,"l",python,content +676,1978127,"utils/nn.py",5721,0,"",python,selection_keyboard +677,1978307,"utils/nn.py",5721,0,"f",python,content +678,1978307,"utils/nn.py",5722,0,"",python,selection_keyboard +679,1978367,"utils/nn.py",5722,0,".",python,content +680,1978367,"utils/nn.py",5723,0,"",python,selection_keyboard +681,1978787,"utils/nn.py",5723,0,"i",python,content +682,1978787,"utils/nn.py",5724,0,"",python,selection_keyboard +683,1978910,"utils/nn.py",5724,0,"s",python,content +684,1978911,"utils/nn.py",5725,0,"",python,selection_keyboard +685,1979123,"utils/nn.py",5725,0,"_training",python,content +686,1979274,"utils/nn.py",5733,0,"",python,selection_command +687,1980807,"utils/nn.py",4880,0,"",python,selection_command +688,1981883,"utils/nn.py",4371,0,"",python,selection_keyboard +689,1982428,"utils/nn.py",4392,0,"",python,selection_command +690,1982587,"utils/nn.py",4422,0,"",python,selection_command +691,1983282,"utils/nn.py",4447,0,"\n is_training: bool = True",python,content +692,1984067,"utils/nn.py",4452,0,"",python,selection_command +693,1984207,"utils/nn.py",4477,0,"",python,selection_command +694,1984247,"utils/nn.py",4482,0,"",python,selection_command +695,1984507,"utils/nn.py",4477,0,"",python,selection_command +696,1984647,"utils/nn.py",4482,0,"",python,selection_command +697,1984855,"utils/nn.py",4477,0,"",python,selection_command +698,1985015,"utils/nn.py",4452,0,"",python,selection_command +699,1985107,"utils/nn.py",4463,0,"",python,selection_command +700,1985207,"utils/nn.py",4433,0,"",python,selection_command +701,1985327,"utils/nn.py",4434,0,"",python,selection_command +702,1985547,"utils/nn.py",4464,0,"",python,selection_command +703,1985687,"utils/nn.py",4465,0,"",python,selection_command +704,1985895,"utils/nn.py",4466,0,"",python,selection_command +705,1986107,"utils/nn.py",4467,0,"",python,selection_command +706,1986266,"utils/nn.py",4468,0,"",python,selection_command +707,1986407,"utils/nn.py",4469,0,"",python,selection_command +708,1986587,"utils/nn.py",4469,7,"",python,content +709,1986588,"utils/nn.py",4468,0,"",python,selection_command +710,1987047,"utils/nn.py",4448,22,"",python,content +711,1987127,"utils/nn.py",4418,0,"",python,selection_command +712,1987247,"utils/nn.py",4388,0,"",python,selection_command +713,1987407,"utils/nn.py",4417,0,"\n is_training: bool",python,content +714,1987423,"utils/nn.py",4422,0,"",python,selection_command +715,1988087,"utils/nn.py",4392,0,"",python,selection_command +716,1988335,"utils/nn.py",4371,0,"",python,selection_command +717,1988367,"utils/nn.py",4344,0,"",python,selection_command +718,1988407,"utils/nn.py",4325,0,"",python,selection_command +719,1988427,"utils/nn.py",4306,0,"",python,selection_command +720,1988507,"utils/nn.py",4293,0,"",python,selection_command +721,1988508,"utils/nn.py",4267,0,"",python,selection_command +722,1988647,"utils/nn.py",4262,0,"",python,selection_command +723,1988727,"utils/nn.py",4263,0,"",python,selection_command +724,1988827,"utils/nn.py",4289,0,"",python,selection_command +725,1989027,"utils/nn.py",4293,0,"",python,selection_command +726,1989167,"utils/nn.py",4267,0,"",python,selection_command +727,1989363,"utils/nn.py",4269,0,"",python,selection_command +728,1990047,"utils/nn.py",7231,0,"",python,selection_command +729,1990827,"utils/nn.py",7256,0,"",python,selection_command +730,1991087,"utils/nn.py",7292,0,"",python,selection_command +731,1991102,"utils/nn.py",7334,0,"",python,selection_command +732,1991127,"utils/nn.py",7372,0,"",python,selection_command +733,1991154,"utils/nn.py",7418,0,"",python,selection_command +734,1991187,"utils/nn.py",7452,0,"",python,selection_command +735,1991227,"utils/nn.py",7500,0,"",python,selection_command +736,1991327,"utils/nn.py",7561,0,"",python,selection_command +737,1991807,"utils/nn.py",7545,0,"\n ",python,content +738,1992275,"utils/nn.py",7562,0,"is_training=self.is_training,",python,content +739,1992483,"utils/nn.py",7590,0,"",python,selection_command +740,1993267,"utils/nn.py",7579,0,"",python,selection_command +741,1993867,"utils/nn.py",7517,0,"",python,selection_command +742,1994027,"utils/nn.py",7519,0,"",python,selection_command +743,1994186,"utils/nn.py",7520,0,"",python,selection_command +744,1994367,"utils/nn.py",7524,0,"",python,selection_command +745,1994587,"utils/nn.py",7525,0,"",python,selection_command +746,1994955,"utils/nn.py",6568,0,"",python,selection_command +747,1996074,"utils/nn.py",6593,0,"\n is_training: bool",python,content +748,1997467,"utils/nn.py",6547,0,"",python,selection_command +749,1997707,"utils/nn.py",6520,0,"",python,selection_command +750,1997747,"utils/nn.py",6501,0,"",python,selection_command +751,1997767,"utils/nn.py",6482,0,"",python,selection_command +752,1997803,"utils/nn.py",6462,0,"",python,selection_command +753,1997834,"utils/nn.py",6445,0,"",python,selection_command +754,1997859,"utils/nn.py",6426,0,"",python,selection_command +755,1997907,"utils/nn.py",6394,0,"",python,selection_command +756,1998087,"utils/nn.py",6389,0,"",python,selection_command +757,1998395,"utils/nn.py",6394,0,"",python,selection_command +758,1998507,"utils/nn.py",6396,0,"",python,selection_command +759,2014195,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\nimport jax.numpy as jnp\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nn.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +760,2014195,"models/tokenizer.py",555,13,"STTransformer",python,selection_command +761,2014697,"models/tokenizer.py",567,0,"",python,selection_command +762,2015035,"models/tokenizer.py",570,0,"",python,selection_command +763,2015275,"models/tokenizer.py",598,0,"",python,selection_command +764,2015306,"models/tokenizer.py",627,0,"",python,selection_command +765,2015334,"models/tokenizer.py",656,0,"",python,selection_command +766,2015366,"models/tokenizer.py",684,0,"",python,selection_command +767,2015407,"models/tokenizer.py",710,0,"",python,selection_command +768,2015647,"models/tokenizer.py",740,0,"",python,selection_command +769,2015787,"models/tokenizer.py",764,0,"",python,selection_command +770,2017243,"models/tokenizer.py",821,0,"\n is_training=training,",python,content +771,2019675,"models/tokenizer.py",1347,0,"\n is_training=training,",python,content +772,2020588,"models/tokenizer.py",1356,0,"",python,selection_command +773,2020727,"models/tokenizer.py",1360,0,"",python,selection_command +774,2020947,"models/tokenizer.py",1371,0,"",python,selection_command +775,2021055,"models/tokenizer.py",1313,0,"",python,selection_command +776,2021167,"models/tokenizer.py",1321,0,"",python,selection_command +777,2021367,"models/tokenizer.py",1379,0,"",python,selection_command +778,2021675,"models/tokenizer.py",1372,0,"",python,selection_command +779,2022275,"models/tokenizer.py",1372,0,"s",python,content +780,2022275,"models/tokenizer.py",1373,0,"",python,selection_keyboard +781,2022302,"models/tokenizer.py",1373,0,"e",python,content +782,2022302,"models/tokenizer.py",1374,0,"",python,selection_keyboard +783,2022367,"models/tokenizer.py",1374,0,"l",python,content +784,2022367,"models/tokenizer.py",1375,0,"",python,selection_keyboard +785,2022467,"models/tokenizer.py",1375,0,"f",python,content +786,2022467,"models/tokenizer.py",1376,0,"",python,selection_keyboard +787,2022547,"models/tokenizer.py",1376,0,".",python,content +788,2022547,"models/tokenizer.py",1377,0,"",python,selection_keyboard +789,2022727,"models/tokenizer.py",1377,0,"i",python,content +790,2022728,"models/tokenizer.py",1378,0,"",python,selection_keyboard +791,2022767,"models/tokenizer.py",1378,0,"s",python,content +792,2022767,"models/tokenizer.py",1379,0,"",python,selection_keyboard +793,2023682,"models/tokenizer.py",1379,0,"_",python,content +794,2023683,"models/tokenizer.py",1380,0,"",python,selection_keyboard +795,2023947,"models/tokenizer.py",1379,0,"",python,selection_command +796,2024107,"models/tokenizer.py",1321,0,"",python,selection_command +797,2024355,"models/tokenizer.py",1288,0,"",python,selection_command +798,2024387,"models/tokenizer.py",1264,0,"",python,selection_command +799,2024407,"models/tokenizer.py",1234,0,"",python,selection_command +800,2024447,"models/tokenizer.py",1208,0,"",python,selection_command +801,2024467,"models/tokenizer.py",1180,0,"",python,selection_command +802,2024510,"models/tokenizer.py",1151,0,"",python,selection_command +803,2024547,"models/tokenizer.py",1125,0,"",python,selection_command +804,2024579,"models/tokenizer.py",1092,0,"",python,selection_command +805,2024607,"models/tokenizer.py",1036,0,"",python,selection_command +806,2024647,"models/tokenizer.py",1003,0,"",python,selection_command +807,2024667,"models/tokenizer.py",991,0,"",python,selection_command +808,2024807,"models/tokenizer.py",958,0,"",python,selection_command +809,2024947,"models/tokenizer.py",928,0,"",python,selection_command +810,2025087,"models/tokenizer.py",897,0,"",python,selection_command +811,2025247,"models/tokenizer.py",864,0,"",python,selection_command +812,2025367,"models/tokenizer.py",853,0,"",python,selection_command +813,2025547,"models/tokenizer.py",846,0,"",python,selection_command +814,2026495,"models/tokenizer.py",846,0,"self.is_",python,content +815,2026731,"models/tokenizer.py",853,0,"",python,selection_command +816,2027768,"models/tokenizer.py",795,0,"",python,selection_command +817,2027794,"models/tokenizer.py",796,0,"",python,selection_command +818,2027975,"models/tokenizer.py",800,0,"",python,selection_command +819,2028163,"models/tokenizer.py",801,0,"",python,selection_command +820,2028596,"models/tokenizer.py",484,0,"",python,selection_command +821,2029467,"models/tokenizer.py",509,0,"\n is_training: bool",python,content +822,2030175,"models/tokenizer.py",514,0,"",python,selection_command +823,2030487,"models/tokenizer.py",37,0,"",python,selection_command +824,2031067,"models/tokenizer.py",61,0,"",python,selection_command +825,2031307,"models/tokenizer.py",85,0,"",python,selection_command +826,2031347,"models/tokenizer.py",86,0,"",python,selection_command +827,2031395,"models/tokenizer.py",136,0,"",python,selection_command +828,2031407,"models/tokenizer.py",188,0,"",python,selection_command +829,2031454,"models/tokenizer.py",189,0,"",python,selection_command +830,2031547,"models/tokenizer.py",190,0,"",python,selection_command +831,2031755,"models/tokenizer.py",196,0,"",python,selection_command +832,2031907,"models/tokenizer.py",210,0,"",python,selection_command +833,2032167,"models/tokenizer.py",196,0,"",python,selection_command +834,2035536,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): Can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): If the tokenizer is the reason for the dynamics model being memory-bound,\n # should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +835,2035536,"train_tokenizer.py",4875,14,"TokenizerVQVAE",python,selection_command +836,2036207,"train_tokenizer.py",4888,0,"",python,selection_command +837,2036407,"train_tokenizer.py",4891,0,"",python,selection_command +838,2036667,"train_tokenizer.py",4927,0,"",python,selection_command +839,2036691,"train_tokenizer.py",4961,0,"",python,selection_command +840,2036727,"train_tokenizer.py",4997,0,"",python,selection_command +841,2036747,"train_tokenizer.py",5035,0,"",python,selection_command +842,2036783,"train_tokenizer.py",5071,0,"",python,selection_command +843,2036827,"train_tokenizer.py",5107,0,"",python,selection_command +844,2036847,"train_tokenizer.py",5141,0,"",python,selection_command +845,2036887,"train_tokenizer.py",5171,0,"",python,selection_command +846,2036918,"train_tokenizer.py",5219,0,"",python,selection_command +847,2036947,"train_tokenizer.py",5257,0,"",python,selection_command +848,2037067,"train_tokenizer.py",5283,0,"",python,selection_command +849,2037267,"train_tokenizer.py",5337,0,"",python,selection_command +850,2037567,"train_tokenizer.py",5283,0,"",python,selection_command +851,2038627,"train_tokenizer.py",5336,0,"\n is_training=True,",python,content +852,2043056,"models/tokenizer.py",0,0,"",python,tab +853,2055705,"genie.py",0,0,"",python,tab +854,2055705,"genie.py",1068,14,"TokenizerVQVAE",python,selection_command +855,2056006,"genie.py",1081,0,"",python,selection_command +856,2056938,"genie.py",1114,0,"",python,selection_command +857,2057188,"genie.py",1156,0,"",python,selection_command +858,2057215,"genie.py",1202,0,"",python,selection_command +859,2057236,"genie.py",1250,0,"",python,selection_command +860,2057274,"genie.py",1290,0,"",python,selection_command +861,2057291,"genie.py",1339,0,"",python,selection_command +862,2057339,"genie.py",1388,0,"",python,selection_command +863,2057367,"genie.py",1413,0,"",python,selection_command +864,2057403,"genie.py",1447,0,"",python,selection_command +865,2057434,"genie.py",1489,0,"",python,selection_command +866,2057567,"genie.py",1519,0,"",python,selection_command +867,2057767,"genie.py",1568,0,"",python,selection_command +868,2059675,"genie.py",1578,0,"\n is_training=self.is_training,",python,content +869,2067887,"genie.py",3210,0,"",python,selection_command +870,2070703,"genie.py",14076,0,"",python,selection_command +871,2072275,"genie.py",14564,0,"\n is_training=False,",python,content +872,2073146,"genie.py",14569,0,"",python,selection_command +873,2073227,"genie.py",14573,0,"",python,selection_command +874,2073387,"genie.py",14584,0,"",python,selection_command +875,2073606,"genie.py",14585,0,"",python,selection_command +876,2075647,"genie.py",14585,5,"",python,content +877,2075987,"genie.py",14585,0,"T",python,content +878,2075987,"genie.py",14586,0,"",python,selection_keyboard +879,2076175,"genie.py",14586,0,"r",python,content +880,2076175,"genie.py",14587,0,"",python,selection_keyboard +881,2076307,"genie.py",14587,0,"u",python,content +882,2076307,"genie.py",14588,0,"",python,selection_keyboard +883,2076442,"genie.py",14588,0,"e",python,content +884,2076443,"genie.py",14589,0,"",python,selection_keyboard +885,2076687,"genie.py",14588,0,"",python,selection_command +886,2078515,"genie.py",14585,0,"",python,selection_command +887,2081507,"genie.py",14531,0,"",python,selection_command +888,2081769,"genie.py",14505,0,"",python,selection_command +889,2081790,"genie.py",14467,0,"",python,selection_command +890,2081807,"genie.py",14428,0,"",python,selection_command +891,2081847,"genie.py",14398,0,"",python,selection_command +892,2081887,"genie.py",14354,0,"",python,selection_command +893,2081927,"genie.py",14308,0,"",python,selection_command +894,2081948,"genie.py",14272,0,"",python,selection_command +895,2081995,"genie.py",14228,0,"",python,selection_command +896,2082027,"genie.py",14186,0,"",python,selection_command +897,2082067,"genie.py",14148,0,"",python,selection_command +898,2082087,"genie.py",14112,0,"",python,selection_command +899,2082267,"genie.py",14074,0,"",python,selection_command +900,2082675,"genie.py",14076,0,"",python,selection_command +901,2082887,"genie.py",321,0,"",python,selection_command +902,2083728,"genie.py",1068,0,"",python,selection_command +903,2086687,"genie.py",1020,0,"\n is_training: bool = True",python,content +904,2087647,"genie.py",1070,0,"",python,selection_command +905,2087900,"genie.py",1050,0,"",python,selection_command +906,2087922,"genie.py",1046,0,"",python,selection_command +907,2091956,"utils/nn.py",0,0,"",python,tab +908,2100508,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nn.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n # FIXME mihir do this the other way around\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +909,2100508,"models/lam.py",629,13,"STTransformer",python,selection_command +910,2101093,"models/lam.py",641,0,"",python,selection_command +911,2101727,"models/lam.py",644,0,"",python,selection_command +912,2101967,"models/lam.py",672,0,"",python,selection_command +913,2102015,"models/lam.py",701,0,"",python,selection_command +914,2102015,"models/lam.py",730,0,"",python,selection_command +915,2102056,"models/lam.py",758,0,"",python,selection_command +916,2102087,"models/lam.py",784,0,"",python,selection_command +917,2102127,"models/lam.py",814,0,"",python,selection_command +918,2102447,"models/lam.py",838,0,"",python,selection_command +919,2103623,"models/lam.py",895,0,"\n ",python,content +920,2104655,"models/lam.py",908,0,"is_training=self.is_training,",python,content +921,2104827,"models/lam.py",936,0,"",python,selection_command +922,2108447,"models/lam.py",1546,0,"",python,selection_command +923,2109287,"models/lam.py",1848,0,"",python,selection_keyboard +924,2109771,"models/lam.py",1843,0,"",python,selection_command +925,2110007,"models/lam.py",1837,0,"",python,selection_command +926,2110027,"models/lam.py",1779,0,"",python,selection_command +927,2110467,"models/lam.py",1779,0,"",python,selection_command +928,2111675,"models/lam.py",1832,0,"\n ",python,content +929,2112235,"models/lam.py",1845,0,"s",python,content +930,2112235,"models/lam.py",1846,0,"",python,selection_keyboard +931,2112267,"models/lam.py",1846,0,"e",python,content +932,2112267,"models/lam.py",1847,0,"",python,selection_keyboard +933,2112315,"models/lam.py",1847,0,"l",python,content +934,2112315,"models/lam.py",1848,0,"",python,selection_keyboard +935,2112495,"models/lam.py",1848,0,"f",python,content +936,2112495,"models/lam.py",1849,0,"",python,selection_keyboard +937,2112807,"models/lam.py",1848,1,"",python,content +938,2112927,"models/lam.py",1847,1,"",python,content +939,2113087,"models/lam.py",1846,1,"",python,content +940,2113447,"models/lam.py",1845,1,"",python,content +941,2113627,"models/lam.py",1845,0,"i",python,content +942,2113627,"models/lam.py",1846,0,"",python,selection_keyboard +943,2113767,"models/lam.py",1846,0,"s",python,content +944,2113767,"models/lam.py",1847,0,"",python,selection_keyboard +945,2114067,"models/lam.py",1847,0,"_",python,content +946,2114067,"models/lam.py",1848,0,"",python,selection_keyboard +947,2114354,"models/lam.py",1848,0,"t",python,content +948,2114355,"models/lam.py",1849,0,"",python,selection_keyboard +949,2114487,"models/lam.py",1849,0,"r",python,content +950,2114487,"models/lam.py",1850,0,"",python,selection_keyboard +951,2114547,"models/lam.py",1850,0,"a",python,content +952,2114547,"models/lam.py",1851,0,"",python,selection_keyboard +953,2114578,"models/lam.py",1851,0,"i",python,content +954,2114578,"models/lam.py",1852,0,"",python,selection_keyboard +955,2114657,"models/lam.py",1852,0,"n",python,content +956,2114657,"models/lam.py",1853,0,"",python,selection_keyboard +957,2114770,"models/lam.py",1853,0,"i",python,content +958,2114771,"models/lam.py",1854,0,"",python,selection_keyboard +959,2114822,"models/lam.py",1854,0,"n",python,content +960,2114823,"models/lam.py",1855,0,"",python,selection_keyboard +961,2114906,"models/lam.py",1855,0,"g",python,content +962,2114907,"models/lam.py",1856,0,"",python,selection_keyboard +963,2115123,"models/lam.py",1856,0,"=",python,content +964,2115123,"models/lam.py",1857,0,"",python,selection_keyboard +965,2115875,"models/lam.py",1857,0,"s",python,content +966,2115875,"models/lam.py",1858,0,"",python,selection_keyboard +967,2115895,"models/lam.py",1858,0,"e",python,content +968,2115895,"models/lam.py",1859,0,"",python,selection_keyboard +969,2115956,"models/lam.py",1859,0,"l",python,content +970,2115956,"models/lam.py",1860,0,"",python,selection_keyboard +971,2116163,"models/lam.py",1860,0,"f",python,content +972,2116163,"models/lam.py",1861,0,"",python,selection_keyboard +973,2116175,"models/lam.py",1861,0,".",python,content +974,2116175,"models/lam.py",1862,0,"",python,selection_keyboard +975,2116727,"models/lam.py",1862,0,"i",python,content +976,2116727,"models/lam.py",1863,0,"",python,selection_keyboard +977,2116767,"models/lam.py",1863,0,"s",python,content +978,2116767,"models/lam.py",1864,0,"",python,selection_keyboard +979,2116987,"models/lam.py",1864,0,"_",python,content +980,2116987,"models/lam.py",1865,0,"",python,selection_keyboard +981,2117195,"models/lam.py",1865,0,"t",python,content +982,2117195,"models/lam.py",1866,0,"",python,selection_keyboard +983,2117347,"models/lam.py",1866,0,"r",python,content +984,2117347,"models/lam.py",1867,0,"",python,selection_keyboard +985,2117403,"models/lam.py",1867,0,"a",python,content +986,2117403,"models/lam.py",1868,0,"",python,selection_keyboard +987,2117427,"models/lam.py",1868,0,"i",python,content +988,2117427,"models/lam.py",1869,0,"",python,selection_keyboard +989,2117496,"models/lam.py",1869,0,"n",python,content +990,2117496,"models/lam.py",1870,0,"",python,selection_keyboard +991,2117607,"models/lam.py",1870,0,"i",python,content +992,2117607,"models/lam.py",1871,0,"",python,selection_keyboard +993,2117695,"models/lam.py",1871,0,"g",python,content +994,2117695,"models/lam.py",1872,0,"",python,selection_keyboard +995,2119039,"models/lam.py",1871,1,"",python,content +996,2119187,"models/lam.py",1862,9,"",python,content +997,2119615,"models/lam.py",1862,0,"i",python,content +998,2119615,"models/lam.py",1863,0,"",python,selection_keyboard +999,2119687,"models/lam.py",1863,0,"s",python,content +1000,2119687,"models/lam.py",1864,0,"",python,selection_keyboard +1001,2119903,"models/lam.py",1864,0,"_",python,content +1002,2119903,"models/lam.py",1865,0,"",python,selection_keyboard +1003,2120087,"models/lam.py",1865,0,"t",python,content +1004,2120088,"models/lam.py",1866,0,"",python,selection_keyboard +1005,2120275,"models/lam.py",1866,0,"r",python,content +1006,2120275,"models/lam.py",1867,0,"",python,selection_keyboard +1007,2120315,"models/lam.py",1867,0,"a",python,content +1008,2120315,"models/lam.py",1868,0,"",python,selection_keyboard +1009,2120347,"models/lam.py",1868,0,"i",python,content +1010,2120347,"models/lam.py",1869,0,"",python,selection_keyboard +1011,2120387,"models/lam.py",1869,0,"n",python,content +1012,2120387,"models/lam.py",1870,0,"",python,selection_keyboard +1013,2120507,"models/lam.py",1870,0,"i",python,content +1014,2120507,"models/lam.py",1871,0,"",python,selection_keyboard +1015,2120583,"models/lam.py",1871,0,"n",python,content +1016,2120583,"models/lam.py",1872,0,"",python,selection_keyboard +1017,2120627,"models/lam.py",1872,0,"g",python,content +1018,2120627,"models/lam.py",1873,0,"",python,selection_keyboard +1019,2120707,"models/lam.py",1873,0,",",python,content +1020,2120707,"models/lam.py",1874,0,"",python,selection_keyboard +1021,2120827,"models/lam.py",1873,0,"",python,selection_command +1022,2121707,"models/lam.py",1186,0,"",python,selection_command +1023,2130995,"TERMINAL",0,0,"Step 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 196, loss: 0.02177368476986885\r\nStep 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 196, loss: 0.02177368476986885\r\nStep 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 196, loss: 0.02177368476986885\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 196, loss: 0.02177368476986885\r\nStep 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 196, loss: 0.02177368476986885\r\nStep 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 196, loss: 0.02177368476986885\r\nStep 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 196, loss: 0.02177368476986885\r\nStep 0, loss: 13.995505332946777\r\nStep 1, loss: 0.03845947980880737\r\nStep 2, loss: 0.022438369691371918\r\nStep 3, loss: 0.027959289029240608\r\nStep 4, loss: 0.03127741068601608\r\nSaved checkpoint at step 5\r\nStep 5, loss: 0.03288520872592926\r\nStep 6, loss: 0.03181350976228714\r\nStep 7, loss: 0.03236907348036766\r\nStep 8, loss: 0.032289858907461166\r\nStep 9, loss: 0.03552062064409256\r\nSaved checkpoint at step 10\r\nStep 10, loss: 0.0337192602455616\r\nStep 11, loss: 0.033964838832616806\r\nStep 12, loss: 0.034155286848545074\r\nStep 13, loss: 0.03235701099038124\r\nStep 14, loss: 0.03563876450061798\r\nSaved checkpoint at step 15\r\nStep 15, loss: 0.03595981001853943\r\nStep 16, loss: 0.032728422433137894\r\nStep 17, loss: 0.03163117915391922\r\nStep 18, loss: 0.02957240492105484\r\nStep 19, loss: 0.030328011140227318\r\nSaved checkpoint at step 20\r\nStep 20, loss: 0.029070956632494926\r\nStep 21, loss: 0.030116006731987\r\nStep 22, loss: 0.02654135413467884\r\nStep 23, loss: 0.02700776979327202\r\nStep 24, loss: 0.024907652288675308\r\nSaved checkpoint at step 25\r\nStep 25, loss: 0.025218522176146507\r\nStep 26, loss: 0.02252148650586605\r\nStep 27, loss: 0.02007291652262211\r\nStep 28, loss: 0.017352571710944176\r\nStep 29, loss: 0.018171947449445724\r\nSaved checkpoint at step 30\r\nStep 30, loss: 0.014892246574163437\r\nStep 31, loss: 0.01349869929254055\r\nStep 32, loss: 0.01149976160377264\r\nStep 33, loss: 0.008567621000111103\r\nStep 34, loss: 0.005708233453333378\r\nSaved checkpoint at step 35\r\nStep 35, loss: 0.008231040090322495\r\nStep 36, loss: 0.004823096562176943\r\nStep 37, loss: 0.004205202683806419\r\nStep 38, loss: 0.0038877022452652454\r\nStep 39, loss: 0.004691981244832277\r\nSaved checkpoint at step 40\r\nStep 40, loss: 0.0041853925213217735\r\nStep 41, loss: 0.0040844501927495\r\nStep 42, loss: 0.00474786339327693\r\nStep 43, loss: 0.004329236689954996\r\nStep 44, loss: 0.004317909944802523\r\nSaved checkpoint at step 45\r\nStep 45, loss: 0.004583314992487431\r\nStep 46, loss: 0.004498531110584736\r\nStep 47, loss: 0.00430386234074831\r\nStep 48, loss: 0.0047618672251701355\r\nStep 49, loss: 0.005211451090872288\r\nSaved checkpoint at step 50\r\nStep 50, loss: 0.004514533560723066\r\nStep 51, loss: 0.00426130648702383\r\nStep 52, loss: 0.00466697895899415\r\nStep 53, loss: 0.004389134235680103\r\nStep 54, loss: 0.004923396278172731\r\nSaved checkpoint at step 55\r\nStep 55, loss: 0.004919389728456736\r\nStep 56, loss: 0.00532169546931982\r\nStep 57, loss: 0.00469941645860672\r\nStep 58, loss: 0.004398833494633436\r\nStep 59, loss: 0.004451070446521044\r\nSaved checkpoint at step 60\r\nStep 60, loss: 0.004245244897902012\r\nStep 61, loss: 0.004205810837447643\r\nStep 62, loss: 0.004327187314629555\r\nStep 63, loss: 0.003930915612727404\r\nStep 64, loss: 0.003947722725570202\r\nSaved checkpoint at step 65\r\nStep 65, loss: 0.0038304897025227547\r\nStep 66, loss: 0.004133180249482393\r\nStep 67, loss: 0.0045052687637507915\r\nStep 68, loss: 0.004260907880961895\r\nStep 69, loss: 0.003964943345636129\r\nSaved checkpoint at step 70\r\nStep 70, loss: 0.004036559723317623\r\nStep 71, loss: 0.004117400851100683\r\nStep 72, loss: 0.0037702189292758703\r\nStep 73, loss: 0.0038370660040527582\r\nStep 74, loss: 0.0035508752334862947\r\nSaved checkpoint at step 75\r\nStep 75, loss: 0.0038613486103713512\r\nStep 76, loss: 0.0034556498285382986\r\nStep 77, loss: 0.004044207278639078\r\nStep 78, loss: 0.0034841967280954123\r\nStep 79, loss: 0.003295946167781949\r\nSaved checkpoint at step 80\r\nStep 80, loss: 0.003413951024413109\r\nStep 81, loss: 0.0036308991257101297\r\nStep 82, loss: 0.00365685042925179\r\nStep 83, loss: 0.004164138808846474\r\nStep 84, loss: 0.004276844672858715\r\nSaved checkpoint at step 85\r\nStep 85, loss: 0.004939051810652018\r\nStep 86, loss: 0.004543344024568796\r\nStep 87, loss: 0.0038555930368602276\r\nStep 88, loss: 0.003996179439127445\r\nStep 89, loss: 0.005237018223851919\r\nSaved checkpoint at step 90\r\nStep 90, loss: 0.00440826453268528\r\nStep 91, loss: 0.0032658916898071766\r\nStep 92, loss: 0.003844340331852436\r\nStep 93, loss: 0.004616603255271912\r\nStep 94, loss: 0.006061458960175514\r\nSaved checkpoint at step 95\r\nStep 95, loss: 0.005517206620424986\r\nStep 96, loss: 0.004025832749903202\r\nStep 97, loss: 0.016484428197145462\r\nStep 98, loss: 0.009041241370141506\r\nStep 99, loss: 0.016821909695863724\r\nSaved checkpoint at step 100\r\nStep 100, loss: 0.02170335128903389\r\nStep 101, loss: 0.027260834351181984\r\nStep 102, loss: 0.03541947528719902\r\nStep 103, loss: 0.03548385202884674\r\nStep 104, loss: 0.03586960956454277\r\nSaved checkpoint at step 105\r\nStep 105, loss: 0.040332164615392685\r\nStep 106, loss: 0.0417158380150795\r\nStep 107, loss: 0.04696781560778618\r\nStep 108, loss: 0.04529819265007973\r\nStep 109, loss: 0.04732391983270645\r\nSaved checkpoint at step 110\r\nStep 110, loss: 0.047292694449424744\r\nStep 111, loss: 0.04231083765625954\r\nStep 112, loss: 0.039907440543174744\r\nStep 113, loss: 0.04319838434457779\r\nStep 114, loss: 0.04025376960635185\r\nSaved checkpoint at step 115\r\nStep 115, loss: 0.03361115604639053\r\nStep 116, loss: 0.03013761341571808\r\nStep 117, loss: 0.0287239421159029\r\nStep 118, loss: 0.023998869583010674\r\nStep 119, loss: 0.018993211910128593\r\nSaved checkpoint at step 120\r\nStep 120, loss: 0.014683820307254791\r\nStep 121, loss: 0.008733382448554039\r\nStep 122, loss: 1.3855469226837158\r\nStep 123, loss: 0.009831083938479424\r\nStep 124, loss: 0.014434019103646278\r\nSaved checkpoint at step 125\r\nStep 125, loss: 0.019037729129195213\r\nStep 126, loss: 0.02638222649693489\r\nStep 127, loss: 0.03041178546845913\r\nStep 128, loss: 0.03424408659338951\r\nStep 129, loss: 0.03535328805446625\r\nSaved checkpoint at step 130\r\nStep 130, loss: 0.0393732488155365\r\nStep 131, loss: 0.046129487454891205\r\nStep 132, loss: 0.051221590489149094\r\nStep 133, loss: 0.05173733830451965\r\nStep 134, loss: 0.051630448549985886\r\nSaved checkpoint at step 135\r\nStep 135, loss: 0.05676252767443657\r\nStep 136, loss: 0.05715053528547287\r\nStep 137, loss: 0.0635068267583847\r\nStep 138, loss: 0.059845831245183945\r\nStep 139, loss: 0.061247654259204865\r\nSaved checkpoint at step 140\r\nStep 140, loss: 0.06168260797858238\r\nStep 141, loss: 0.06377826631069183\r\nStep 142, loss: 0.0633806437253952\r\nStep 143, loss: 0.06616052240133286\r\nStep 144, loss: 0.07339397817850113\r\nSaved checkpoint at step 145\r\nStep 145, loss: 0.06352510303258896\r\nStep 146, loss: 0.06740238517522812\r\nStep 147, loss: 0.07294956594705582\r\nStep 148, loss: 0.0735531821846962\r\nStep 149, loss: 0.07236673682928085\r\nSaved checkpoint at step 150\r\nStep 150, loss: 0.06787175685167313\r\nStep 151, loss: 0.06818098574876785\r\nStep 152, loss: 0.06648767739534378\r\nStep 153, loss: 0.07543852925300598\r\nStep 154, loss: 0.06872855126857758\r\nSaved checkpoint at step 155\r\nStep 155, loss: 0.0652683898806572\r\nStep 156, loss: 0.07061219215393066\r\nStep 157, loss: 0.06874332576990128\r\nStep 158, loss: 0.06796097010374069\r\nStep 159, loss: 0.06779564172029495\r\nSaved checkpoint at step 160\r\nStep 160, loss: 0.07058574259281158\r\nStep 161, loss: 0.06588125973939896\r\nStep 162, loss: 0.06477090716362\r\nStep 163, loss: 0.06472526490688324\r\nStep 164, loss: 0.0671767070889473\r\nSaved checkpoint at step 165\r\nStep 165, loss: 0.05785606801509857\r\nStep 166, loss: 0.06082022935152054\r\nStep 167, loss: 0.05840037390589714\r\nStep 168, loss: 0.06096874922513962\r\nStep 169, loss: 0.052727680653333664\r\nSaved checkpoint at step 170\r\nStep 170, loss: 0.054780635982751846\r\nStep 171, loss: 0.04957004636526108\r\nStep 172, loss: 0.0466776043176651\r\nStep 173, loss: 0.04190610349178314\r\nStep 174, loss: 0.042738672345876694\r\nSaved checkpoint at step 175\r\nStep 175, loss: 0.035097233951091766\r\nStep 176, loss: 0.0291103757917881\r\nStep 177, loss: 0.026245128363370895\r\nStep 178, loss: 0.020795626565814018\r\nStep 179, loss: 0.029236437752842903\r\nSaved checkpoint at step 180\r\nStep 180, loss: 0.017144303768873215\r\nStep 181, loss: 0.015270576812326908\r\nStep 182, loss: 0.0166681706905365\r\nStep 183, loss: 0.014776390977203846\r\nStep 184, loss: 0.012512251734733582\r\nSaved checkpoint at step 185\r\nStep 185, loss: 0.011311766691505909\r\nStep 186, loss: 0.009463269263505936\r\nStep 187, loss: 0.01760154217481613\r\nStep 188, loss: 0.009903894737362862\r\nStep 189, loss: 0.012436676770448685\r\nSaved checkpoint at step 190\r\nStep 190, loss: 0.015483049675822258\r\nStep 191, loss: 0.018881812691688538\r\nStep 192, loss: 0.01959412172436714\r\nStep 193, loss: 0.023195780813694\r\nStep 194, loss: 0.021492160856723785\r\nSaved checkpoint at step 195\r\nStep 195, loss: 0.02165856957435608\r\nStep 196, loss: 0.02177368476986885\r\n",,terminal_output +1024,2140007,"models/lam.py",1174,0,"",python,selection_command +1025,2146707,"models/lam.py",1145,0,"",python,selection_command +1026,2146949,"models/lam.py",1110,0,"",python,selection_command +1027,2146987,"models/lam.py",1100,0,"",python,selection_command +1028,2147027,"models/lam.py",1055,0,"",python,selection_command +1029,2147047,"models/lam.py",1010,0,"",python,selection_command +1030,2147087,"models/lam.py",985,0,"",python,selection_command +1031,2147107,"models/lam.py",948,0,"",python,selection_command +1032,2148055,"models/lam.py",875,0,"",python,selection_command +1033,2148374,"models/lam.py",850,0,"",python,selection_command +1034,2148847,"models/lam.py",875,0,"",python,selection_command +1035,2149335,"models/lam.py",494,0,"",python,selection_command +1036,2150324,"models/lam.py",519,0,"\n is_training: bool = True",python,content +1037,2151287,"models/lam.py",524,0,"",python,selection_command +1038,2151446,"models/lam.py",535,0,"",python,selection_command +1039,2151627,"models/lam.py",537,0,"",python,selection_command +1040,2151831,"models/lam.py",542,0,"",python,selection_command +1041,2152299,"models/lam.py",541,0,"",python,selection_command +1042,2152582,"models/lam.py",541,7,"",python,content +1043,2152582,"models/lam.py",540,0,"",python,selection_command +1044,2152827,"models/lam.py",520,22,"",python,content +1045,2152987,"models/lam.py",490,0,"",python,selection_command +1046,2153107,"models/lam.py",469,0,"",python,selection_command +1047,2153266,"models/lam.py",489,0,"\n is_training: bool",python,content +1048,2153274,"models/lam.py",494,0,"",python,selection_command +1049,2154927,"models/lam.py",735,0,"",python,selection_keyboard +1050,2155155,"models/lam.py",706,0,"",python,selection_command +1051,2155414,"models/lam.py",678,0,"",python,selection_command +1052,2155415,"models/lam.py",640,0,"",python,selection_command +1053,2155447,"models/lam.py",576,0,"",python,selection_command +1054,2155487,"models/lam.py",555,0,"",python,selection_command +1055,2155530,"models/lam.py",542,0,"",python,selection_command +1056,2155567,"models/lam.py",524,0,"",python,selection_command +1057,2155715,"models/lam.py",183,0,"",python,selection_command +1058,2156387,"models/lam.py",189,0,"",python,selection_command +1059,2156515,"models/lam.py",206,0,"",python,selection_command +1060,2156747,"models/lam.py",189,0,"",python,selection_command +1061,2161200,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=args.dtype,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=args.dtype)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +1062,2161200,"train_lam.py",4944,17,"LatentActionModel",python,selection_command +1063,2161686,"train_lam.py",4960,0,"",python,selection_command +1064,2162695,"train_lam.py",4963,0,"",python,selection_command +1065,2162927,"train_lam.py",4999,0,"",python,selection_command +1066,2162956,"train_lam.py",5033,0,"",python,selection_command +1067,2163002,"train_lam.py",5069,0,"",python,selection_command +1068,2163027,"train_lam.py",5107,0,"",python,selection_command +1069,2163067,"train_lam.py",5143,0,"",python,selection_command +1070,2163087,"train_lam.py",5179,0,"",python,selection_command +1071,2163131,"train_lam.py",5213,0,"",python,selection_command +1072,2163166,"train_lam.py",5243,0,"",python,selection_command +1073,2163187,"train_lam.py",5291,0,"",python,selection_command +1074,2163227,"train_lam.py",5329,0,"",python,selection_command +1075,2163427,"train_lam.py",5355,0,"",python,selection_command +1076,2163587,"train_lam.py",5409,0,"",python,selection_command +1077,2163887,"train_lam.py",5355,0,"",python,selection_command +1078,2164827,"train_lam.py",5408,0,"\n is_training=True,",python,content +1079,2167976,"models/lam.py",0,0,"",python,tab +1080,2176736,"genie.py",0,0,"",python,tab +1081,2176737,"genie.py",1679,17,"LatentActionModel",python,selection_command +1082,2177027,"genie.py",1695,0,"",python,selection_command +1083,2177907,"genie.py",1723,0,"",python,selection_command +1084,2178175,"genie.py",1755,0,"",python,selection_command +1085,2178207,"genie.py",1791,0,"",python,selection_command +1086,2178214,"genie.py",1837,0,"",python,selection_command +1087,2178246,"genie.py",1886,0,"",python,selection_command +1088,2178274,"genie.py",1930,0,"",python,selection_command +1089,2178307,"genie.py",1974,0,"",python,selection_command +1090,2178347,"genie.py",2014,0,"",python,selection_command +1091,2178367,"genie.py",2041,0,"",python,selection_command +1092,2178407,"genie.py",2075,0,"",python,selection_command +1093,2178447,"genie.py",2117,0,"",python,selection_command +1094,2178687,"genie.py",2147,0,"",python,selection_command +1095,2178887,"genie.py",2179,0,"\n ",python,content +1096,2179467,"genie.py",2192,0,"is_training=self.is_training,",python,content +1097,2179647,"genie.py",2220,0,"",python,selection_command +1098,2183735,"genie.py",15699,0,"",python,selection_command +1099,2184960,"genie.py",16225,0,"\n is_training=True,",python,content +1100,2186464,"models/lam.py",0,0,"",python,tab +1101,2188336,"genie.py",0,0,"",python,tab +1102,2189047,"genie.py",16234,0,"",python,selection_command +1103,2189147,"genie.py",16238,0,"",python,selection_command +1104,2189307,"genie.py",16249,0,"",python,selection_command +1105,2189387,"genie.py",16250,0,"",python,selection_command +1106,2196007,"genie.py",16250,4,"",python,content +1107,2196175,"genie.py",16250,0,"i",python,content +1108,2196175,"genie.py",16251,0,"",python,selection_keyboard +1109,2196335,"genie.py",16251,0,"s",python,content +1110,2196335,"genie.py",16252,0,"",python,selection_keyboard +1111,2196727,"genie.py",16252,0,"_",python,content +1112,2196728,"genie.py",16253,0,"",python,selection_keyboard +1113,2196955,"genie.py",16253,0,"t",python,content +1114,2196955,"genie.py",16254,0,"",python,selection_keyboard +1115,2197099,"genie.py",16254,0,"r",python,content +1116,2197099,"genie.py",16255,0,"",python,selection_keyboard +1117,2197147,"genie.py",16255,0,"a",python,content +1118,2197147,"genie.py",16256,0,"",python,selection_keyboard +1119,2197216,"genie.py",16256,0,"i",python,content +1120,2197216,"genie.py",16257,0,"",python,selection_keyboard +1121,2197307,"genie.py",16257,0,"n",python,content +1122,2197307,"genie.py",16258,0,"",python,selection_keyboard +1123,2199175,"genie.py",16258,0,"i",python,content +1124,2199175,"genie.py",16259,0,"",python,selection_keyboard +1125,2199207,"genie.py",16259,0,"n",python,content +1126,2199207,"genie.py",16260,0,"",python,selection_keyboard +1127,2199247,"genie.py",16260,0,"g",python,content +1128,2199247,"genie.py",16261,0,"",python,selection_keyboard +1129,2199427,"genie.py",16260,0,"",python,selection_command +1130,2201963,"genie.py",15337,0,"",python,selection_command +1131,2202627,"genie.py",14413,0,"",python,selection_command +1132,2203227,"genie.py",14457,0,"",python,selection_command +1133,2203467,"genie.py",14487,0,"",python,selection_command +1134,2203508,"genie.py",14526,0,"",python,selection_command +1135,2203615,"genie.py",14564,0,"",python,selection_command +1136,2203767,"genie.py",14590,0,"",python,selection_command +1137,2203923,"genie.py",14644,0,"",python,selection_command +1138,2204048,"genie.py",14655,0,"",python,selection_command +1139,2204247,"genie.py",14656,0,"",python,selection_command +1140,2204628,"genie.py",14656,4,"",python,content +1141,2204807,"genie.py",14656,0,"i",python,content +1142,2204807,"genie.py",14657,0,"",python,selection_keyboard +1143,2204955,"genie.py",14657,0,"s",python,content +1144,2204955,"genie.py",14658,0,"",python,selection_keyboard +1145,2205155,"genie.py",14658,0,"_",python,content +1146,2205155,"genie.py",14659,0,"",python,selection_keyboard +1147,2205667,"genie.py",14659,0,"t",python,content +1148,2205667,"genie.py",14660,0,"",python,selection_keyboard +1149,2205807,"genie.py",14660,0,"r",python,content +1150,2205807,"genie.py",14661,0,"",python,selection_keyboard +1151,2205835,"genie.py",14661,0,"a",python,content +1152,2205835,"genie.py",14662,0,"",python,selection_keyboard +1153,2205907,"genie.py",14662,0,"i",python,content +1154,2205907,"genie.py",14663,0,"",python,selection_keyboard +1155,2205979,"genie.py",14663,0,"n",python,content +1156,2205980,"genie.py",14664,0,"",python,selection_keyboard +1157,2206098,"genie.py",14664,0,"n",python,content +1158,2206099,"genie.py",14665,0,"",python,selection_keyboard +1159,2206107,"genie.py",14665,0,"i",python,content +1160,2206107,"genie.py",14666,0,"",python,selection_keyboard +1161,2206208,"genie.py",14666,0,"g",python,content +1162,2206208,"genie.py",14667,0,"",python,selection_keyboard +1163,2206468,"genie.py",14666,0,"",python,selection_command +1164,2207067,"genie.py",14656,0,"",python,selection_command +1165,2207210,"genie.py",14656,11,"",python,content +1166,2207447,"genie.py",14656,0,"i",python,content +1167,2207447,"genie.py",14657,0,"",python,selection_keyboard +1168,2207497,"genie.py",14657,0,"s",python,content +1169,2207497,"genie.py",14658,0,"",python,selection_keyboard +1170,2207696,"genie.py",14658,0,"_",python,content +1171,2207696,"genie.py",14659,0,"",python,selection_keyboard +1172,2207906,"genie.py",14659,0,"t",python,content +1173,2207907,"genie.py",14660,0,"",python,selection_keyboard +1174,2208107,"genie.py",14660,0,"r",python,content +1175,2208107,"genie.py",14661,0,"",python,selection_keyboard +1176,2208147,"genie.py",14661,0,"a",python,content +1177,2208147,"genie.py",14662,0,"",python,selection_keyboard +1178,2208199,"genie.py",14662,0,"i",python,content +1179,2208199,"genie.py",14663,0,"",python,selection_keyboard +1180,2208287,"genie.py",14663,0,"n",python,content +1181,2208287,"genie.py",14664,0,"",python,selection_keyboard +1182,2208387,"genie.py",14664,0,"i",python,content +1183,2208387,"genie.py",14665,0,"",python,selection_keyboard +1184,2208407,"genie.py",14665,0,"n",python,content +1185,2208407,"genie.py",14666,0,"",python,selection_keyboard +1186,2208448,"genie.py",14666,0,"g",python,content +1187,2208449,"genie.py",14667,0,"",python,selection_keyboard +1188,2208689,"genie.py",14666,0,"",python,selection_command +1189,2210108,"genie.py",13839,0,"",python,selection_command +1190,2210767,"genie.py",13834,0,"",python,selection_command +1191,2211028,"genie.py",13728,0,"",python,selection_command +1192,2211047,"genie.py",13657,0,"",python,selection_command +1193,2211087,"genie.py",13651,0,"",python,selection_command +1194,2211147,"genie.py",13624,0,"",python,selection_command +1195,2211147,"genie.py",13608,0,"",python,selection_command +1196,2211188,"genie.py",13592,0,"",python,selection_command +1197,2211207,"genie.py",13532,0,"",python,selection_command +1198,2211242,"genie.py",13504,0,"",python,selection_command +1199,2211287,"genie.py",13427,0,"",python,selection_command +1200,2211307,"genie.py",13426,0,"",python,selection_command +1201,2211356,"genie.py",13388,0,"",python,selection_command +1202,2211467,"genie.py",13341,0,"",python,selection_command +1203,2211647,"genie.py",13338,0,"",python,selection_command +1204,2211787,"genie.py",13328,0,"",python,selection_command +1205,2212255,"genie.py",13274,0,"",python,selection_command +1206,2213283,"genie.py",13328,0,"",python,selection_command +1207,2217607,"genie.py",13274,0,"",python,selection_command +1208,2218587,"genie.py",13307,0,"\n ",python,content +1209,2218735,"genie.py",13312,0,"i",python,content +1210,2218735,"genie.py",13313,0,"",python,selection_keyboard +1211,2218796,"genie.py",13313,0,"s",python,content +1212,2218796,"genie.py",13314,0,"",python,selection_keyboard +1213,2219002,"genie.py",13314,0,"_",python,content +1214,2219002,"genie.py",13315,0,"",python,selection_keyboard +1215,2219267,"genie.py",13315,0,"t",python,content +1216,2219267,"genie.py",13316,0,"",python,selection_keyboard +1217,2219406,"genie.py",13316,0,"r",python,content +1218,2219407,"genie.py",13317,0,"",python,selection_keyboard +1219,2219455,"genie.py",13317,0,"a",python,content +1220,2219455,"genie.py",13318,0,"",python,selection_keyboard +1221,2219470,"genie.py",13318,0,"i",python,content +1222,2219470,"genie.py",13319,0,"",python,selection_keyboard +1223,2219595,"genie.py",13319,0,"n",python,content +1224,2219595,"genie.py",13320,0,"",python,selection_keyboard +1225,2219646,"genie.py",13320,0,"i",python,content +1226,2219646,"genie.py",13321,0,"",python,selection_keyboard +1227,2219707,"genie.py",13321,0,"n",python,content +1228,2219707,"genie.py",13322,0,"",python,selection_keyboard +1229,2219786,"genie.py",13322,0,"g",python,content +1230,2219787,"genie.py",13323,0,"",python,selection_keyboard +1231,2220027,"genie.py",13323,0,":",python,content +1232,2220027,"genie.py",13324,0,"",python,selection_keyboard +1233,2220494,"genie.py",13324,0," bool,",python,content +1234,2220755,"genie.py",13329,0,"",python,selection_command +1235,2221811,"genie.py",13312,0,"",python,selection_command +1236,2222083,"genie.py",14667,0,"",python,selection_command +1237,2222647,"genie.py",14679,0,"",python,selection_command +1238,2222907,"genie.py",16268,0,"",python,selection_command +1239,2223447,"genie.py",16280,0,"",python,selection_command +1240,2223626,"genie.py",1025,0,"",python,selection_command +1241,2224587,"genie.py",16280,0,"",python,selection_command +1242,2224747,"genie.py",16268,0,"",python,selection_command +1243,2225015,"genie.py",14679,0,"",python,selection_command +1244,2225447,"genie.py",14667,0,"",python,selection_command +1245,2226089,"genie.py",14679,0,"",python,selection_command +1246,2226236,"genie.py",16268,0,"",python,selection_command +1247,2226407,"genie.py",16280,0,"",python,selection_command +1248,2226576,"genie.py",1025,0,"",python,selection_command +1249,2236867,"genie.py",1036,0,"",python,selection_command +1250,2237027,"genie.py",1038,0,"",python,selection_command +1251,2237187,"genie.py",1043,0,"",python,selection_command +1252,2237607,"genie.py",1042,0,"",python,selection_command +1253,2237847,"genie.py",1042,7,"",python,content +1254,2237854,"genie.py",1041,0,"",python,selection_command +1255,2238307,"genie.py",1021,22,"",python,content +1256,2238407,"genie.py",993,0,"",python,selection_command +1257,2238567,"genie.py",968,0,"",python,selection_command +1258,2238708,"genie.py",938,0,"",python,selection_command +1259,2239146,"genie.py",967,0,"\n is_training: bool",python,content +1260,2239163,"genie.py",972,0,"",python,selection_command +1261,2241327,"genie.py",942,0,"",python,selection_command +1262,2241567,"genie.py",921,0,"",python,selection_command +1263,2241594,"genie.py",894,0,"",python,selection_command +1264,2241626,"genie.py",872,0,"",python,selection_command +1265,2241646,"genie.py",848,0,"",python,selection_command +1266,2241690,"genie.py",823,0,"",python,selection_command +1267,2241727,"genie.py",805,0,"",python,selection_command +1268,2241747,"genie.py",782,0,"",python,selection_command +1269,2241787,"genie.py",759,0,"",python,selection_command +1270,2241827,"genie.py",736,0,"",python,selection_command +1271,2241859,"genie.py",712,0,"",python,selection_command +1272,2241887,"genie.py",688,0,"",python,selection_command +1273,2241927,"genie.py",660,0,"",python,selection_command +1274,2241967,"genie.py",633,0,"",python,selection_command +1275,2242627,"genie.py",616,0,"",python,selection_command +1276,2242886,"genie.py",598,0,"",python,selection_command +1277,2242902,"genie.py",569,0,"",python,selection_command +1278,2242934,"genie.py",539,0,"",python,selection_command +1279,2242966,"genie.py",519,0,"",python,selection_command +1280,2243002,"genie.py",492,0,"",python,selection_command +1281,2243030,"genie.py",466,0,"",python,selection_command +1282,2243074,"genie.py",443,0,"",python,selection_command +1283,2243108,"genie.py",427,0,"",python,selection_command +1284,2243138,"genie.py",403,0,"",python,selection_command +1285,2243167,"genie.py",398,0,"",python,selection_command +1286,2243386,"genie.py",380,0,"",python,selection_command +1287,2243567,"genie.py",356,0,"",python,selection_command +1288,2243926,"genie.py",358,0,"",python,selection_command +1289,2249316,"train_dynamics.py",0,0,"",python,tab +1290,2249316,"train_dynamics.py",5455,5,"Genie",python,selection_command +1291,2250375,"train_dynamics.py",5459,0,"",python,selection_command +1292,2252327,"train_dynamics.py",5462,0,"",python,selection_command +1293,2252567,"train_dynamics.py",5482,0,"",python,selection_command +1294,2252587,"train_dynamics.py",5518,0,"",python,selection_command +1295,2252627,"train_dynamics.py",5560,0,"",python,selection_command +1296,2252667,"train_dynamics.py",5608,0,"",python,selection_command +1297,2252698,"train_dynamics.py",5658,0,"",python,selection_command +1298,2252727,"train_dynamics.py",5694,0,"",python,selection_command +1299,2252767,"train_dynamics.py",5750,0,"",python,selection_command +1300,2252807,"train_dynamics.py",5804,0,"",python,selection_command +1301,2252827,"train_dynamics.py",5818,0,"",python,selection_command +1302,2252867,"train_dynamics.py",5848,0,"",python,selection_command +1303,2252907,"train_dynamics.py",5898,0,"",python,selection_command +1304,2252927,"train_dynamics.py",5950,0,"",python,selection_command +1305,2252963,"train_dynamics.py",5994,0,"",python,selection_command +1306,2253007,"train_dynamics.py",6038,0,"",python,selection_command +1307,2253034,"train_dynamics.py",6080,0,"",python,selection_command +1308,2253074,"train_dynamics.py",6126,0,"",python,selection_command +1309,2253107,"train_dynamics.py",6145,0,"",python,selection_command +1310,2253127,"train_dynamics.py",6177,0,"",python,selection_command +1311,2253167,"train_dynamics.py",6223,0,"",python,selection_command +1312,2253190,"train_dynamics.py",6267,0,"",python,selection_command +1313,2253227,"train_dynamics.py",6297,0,"",python,selection_command +1314,2253275,"train_dynamics.py",6333,0,"",python,selection_command +1315,2253287,"train_dynamics.py",6371,0,"",python,selection_command +1316,2253327,"train_dynamics.py",6409,0,"",python,selection_command +1317,2253435,"train_dynamics.py",6435,0,"",python,selection_command +1318,2253775,"train_dynamics.py",6488,0,"\n ",python,content +1319,2254916,"train_dynamics.py",6497,0,"is_training=True,",python,content +1320,2255007,"train_dynamics.py",6513,0,"",python,selection_command +1321,2256216,"genie.py",0,0,"",python,tab +1322,2259219,"sample.py",0,0,"",python,tab +1323,2259219,"sample.py",1602,5,"Genie",python,selection_command +1324,2259572,"sample.py",1606,0,"",python,selection_command +1325,2260947,"sample.py",1609,0,"",python,selection_command +1326,2261197,"sample.py",1625,0,"",python,selection_command +1327,2261227,"sample.py",1657,0,"",python,selection_command +1328,2261325,"sample.py",1695,0,"",python,selection_command +1329,2261325,"sample.py",1739,0,"",python,selection_command +1330,2261325,"sample.py",1785,0,"",python,selection_command +1331,2261385,"sample.py",1817,0,"",python,selection_command +1332,2261425,"sample.py",1869,0,"",python,selection_command +1333,2261437,"sample.py",1919,0,"",python,selection_command +1334,2261461,"sample.py",1929,0,"",python,selection_command +1335,2261493,"sample.py",1955,0,"",python,selection_command +1336,2261533,"sample.py",2001,0,"",python,selection_command +1337,2261573,"sample.py",2049,0,"",python,selection_command +1338,2261597,"sample.py",2089,0,"",python,selection_command +1339,2261629,"sample.py",2129,0,"",python,selection_command +1340,2261661,"sample.py",2167,0,"",python,selection_command +1341,2261709,"sample.py",2203,0,"",python,selection_command +1342,2261749,"sample.py",2218,0,"",python,selection_command +1343,2261761,"sample.py",2246,0,"",python,selection_command +1344,2261793,"sample.py",2288,0,"",python,selection_command +1345,2261836,"sample.py",2328,0,"",python,selection_command +1346,2261869,"sample.py",2351,0,"",python,selection_command +1347,2261893,"sample.py",2385,0,"",python,selection_command +1348,2262022,"sample.py",2407,0,"",python,selection_command +1349,2263433,"sample.py",2456,0,"\n is_training=False,",python,content +1350,2271050,"genie.py",0,0,"",python,tab +1351,2277537,"genie.py",13124,24,"restore_genie_components",python,selection_command +1352,2310486,"train_dynamics.py",0,0,"",python,tab +1353,2310487,"train_dynamics.py",417,24,"restore_genie_components",python,selection_command +1354,2311605,"train_dynamics.py",11258,24,"restore_genie_components",python,selection_command +1355,2313586,"genie.py",0,0,"",python,tab +1356,2313586,"genie.py",13124,24,"restore_genie_components",python,selection_command +1357,2315477,"train_dynamics.py",0,0,"",python,tab +1358,2315477,"train_dynamics.py",11258,24,"restore_genie_components",python,selection_command +1359,2319585,"train_dynamics.py",11281,0,"",python,selection_command +1360,2324012,"train_dynamics.py",11329,0,"",python,selection_command +1361,2324152,"train_dynamics.py",11343,0,"",python,selection_command +1362,2324297,"train_dynamics.py",11344,0,"",python,selection_command +1363,2324481,"train_dynamics.py",11357,0,"",python,selection_command +1364,2326249,"train_dynamics.py",11360,0,"True, ",python,content +1365,2326250,"train_dynamics.py",11366,0,"",python,selection_command +1366,2327249,"train_dynamics.py",11284,0,"",python,selection_command +1367,2369333,"train_dynamics.py",11296,0,"",python,selection_command +1368,2369495,"train_dynamics.py",11307,0,"",python,selection_command +1369,2369769,"train_dynamics.py",11309,0,"",python,selection_command +1370,2369814,"train_dynamics.py",11328,0,"",python,selection_command +1371,2369817,"train_dynamics.py",11330,0,"",python,selection_command +1372,2369850,"train_dynamics.py",11344,0,"",python,selection_command +1373,2369898,"train_dynamics.py",11346,0,"",python,selection_command +1374,2370133,"train_dynamics.py",11358,0,"",python,selection_command +1375,2370295,"train_dynamics.py",11360,0,"",python,selection_command +1376,2370614,"train_dynamics.py",11360,4,"",python,content +1377,2370930,"train_dynamics.py",11360,1,"",python,content +1378,2371086,"train_dynamics.py",11360,1,"",python,content +1379,2371690,"train_dynamics.py",11282,0,"",python,selection_command +1380,2371848,"train_dynamics.py",11258,0,"",python,selection_command +1381,2372047,"train_dynamics.py",11256,0,"",python,selection_command +1382,2372493,"train_dynamics.py",11258,0,"",python,selection_command +1383,2373461,"genie.py",0,0,"",python,tab +1384,2373461,"genie.py",13124,0,"",python,selection_command +1385,2373971,"genie.py",13124,31,"restore_genie_components(\n t",python,selection_command +1386,2374130,"genie.py",13124,60,"restore_genie_components(\n train_state: TrainState,\n s",python,selection_command +1387,2374240,"genie.py",13124,102,"restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n g",python,selection_command +1388,2374360,"genie.py",13124,148,"restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n i",python,selection_command +1389,2374526,"genie.py",13124,182,"restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n i",python,selection_command +1390,2374769,"genie.py",13305,0,"",python,selection_command +1391,2375162,"genie.py",13301,23,"",python,content +1392,2375218,"genie.py",13305,0,"",python,selection_command +1393,2376976,"genie.py",14637,0,"",python,selection_command +1394,2377608,"genie.py",14648,0,"",python,selection_command +1395,2377735,"genie.py",14649,0,"",python,selection_command +1396,2378095,"genie.py",14649,11,"",python,content +1397,2378449,"genie.py",14649,0,"F",python,content +1398,2378449,"genie.py",14650,0,"",python,selection_keyboard +1399,2378937,"genie.py",14650,0,"a",python,content +1400,2378937,"genie.py",14651,0,"",python,selection_keyboard +1401,2379320,"genie.py",14650,1,"",python,content +1402,2379408,"genie.py",14649,1,"",python,content +1403,2379706,"genie.py",14649,0,"T",python,content +1404,2379706,"genie.py",14650,0,"",python,selection_keyboard +1405,2379881,"genie.py",14650,0,"r",python,content +1406,2379881,"genie.py",14651,0,"",python,selection_keyboard +1407,2379937,"genie.py",14651,0,"u",python,content +1408,2379937,"genie.py",14652,0,"",python,selection_keyboard +1409,2380010,"genie.py",14652,0,"e",python,content +1410,2380010,"genie.py",14653,0,"",python,selection_keyboard +1411,2380214,"genie.py",14652,0,"",python,selection_command +1412,2380975,"genie.py",16231,0,"",python,selection_command +1413,2381613,"genie.py",16243,0,"",python,selection_command +1414,2381887,"genie.py",16254,0,"",python,selection_command +1415,2382362,"genie.py",16243,0,"",python,selection_command +1416,2382545,"genie.py",16243,11,"",python,content +1417,2382946,"genie.py",16243,0,"T",python,content +1418,2382946,"genie.py",16244,0,"",python,selection_keyboard +1419,2383013,"genie.py",16244,0,"r",python,content +1420,2383013,"genie.py",16245,0,"",python,selection_keyboard +1421,2383088,"genie.py",16245,0,"u",python,content +1422,2383089,"genie.py",16246,0,"",python,selection_keyboard +1423,2383127,"genie.py",16246,0,"e",python,content +1424,2383128,"genie.py",16247,0,"",python,selection_keyboard +1425,2383334,"genie.py",16246,0,"",python,selection_command +1426,2384373,"train_dynamics.py",0,0,"",python,tab +1427,2389557,"sample.py",0,0,"",python,tab +1428,2390760,"sample.py",1613,0,"",python,selection_command +1429,2405008,"sample.py",1598,0,"",python,selection_command +1430,2405940,"sample.py",1602,0,"",python,selection_command +1431,2406506,"sample.py",2762,0,"",python,selection_command +1432,2455976,"TERMINAL",0,0,"Step 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nStep 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nStep 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nSaved checkpoint at step 390\r\nStep 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nSaved checkpoint at step 390\r\nSaved checkpoint at step 390\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nSaved checkpoint at step 390\r\nStep 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nSaved checkpoint at step 390\r\nStep 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nSaved checkpoint at step 390\r\nStep 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nSaved checkpoint at step 390\r\nStep 197, loss: 0.021000096574425697\r\nStep 198, loss: 0.02287016063928604\r\nStep 199, loss: 0.020083928480744362\r\nSaved checkpoint at step 200\r\nStep 200, loss: 0.01813633181154728\r\nStep 201, loss: 0.017036592587828636\r\nStep 202, loss: 0.014432691968977451\r\nStep 203, loss: 0.011607427150011063\r\nStep 204, loss: 0.00895401556044817\r\nSaved checkpoint at step 205\r\nStep 205, loss: 0.10285160690546036\r\nStep 206, loss: 0.010906906798481941\r\nStep 207, loss: 0.019648632034659386\r\nStep 208, loss: 0.0249768253415823\r\nStep 209, loss: 0.031745005398988724\r\nSaved checkpoint at step 210\r\nStep 210, loss: 0.03376438468694687\r\nStep 211, loss: 0.037637993693351746\r\nStep 212, loss: 0.04262509569525719\r\nStep 213, loss: 0.04838139936327934\r\nStep 214, loss: 0.04809333756566048\r\nSaved checkpoint at step 215\r\nStep 215, loss: 0.05380550026893616\r\nStep 216, loss: 0.05824657529592514\r\nStep 217, loss: 0.05416657030582428\r\nStep 218, loss: 0.05538499355316162\r\nStep 219, loss: 0.060348689556121826\r\nSaved checkpoint at step 220\r\nStep 220, loss: 0.057639990001916885\r\nStep 221, loss: 0.06143306940793991\r\nStep 222, loss: 0.060546163469552994\r\nStep 223, loss: 0.06108075752854347\r\nStep 224, loss: 0.06051177158951759\r\nSaved checkpoint at step 225\r\nStep 225, loss: 0.06689972430467606\r\nStep 226, loss: 0.06268099695444107\r\nStep 227, loss: 0.062220070511102676\r\nStep 228, loss: 0.06200220808386803\r\nStep 229, loss: 0.0602840781211853\r\nSaved checkpoint at step 230\r\nStep 230, loss: 0.05881208926439285\r\nStep 231, loss: 0.054291050881147385\r\nStep 232, loss: 0.05520583689212799\r\nStep 233, loss: 0.051821961998939514\r\nStep 234, loss: 0.04899238049983978\r\nSaved checkpoint at step 235\r\nStep 235, loss: 0.04778455197811127\r\nStep 236, loss: 0.04862134903669357\r\nStep 237, loss: 0.04849662259221077\r\nStep 238, loss: 0.0433087982237339\r\nStep 239, loss: 0.03860698640346527\r\nSaved checkpoint at step 240\r\nStep 240, loss: 0.036527104675769806\r\nStep 241, loss: 0.030638830736279488\r\nStep 242, loss: 0.02886260859668255\r\nStep 243, loss: 0.024027982726693153\r\nStep 244, loss: 0.02234727144241333\r\nSaved checkpoint at step 245\r\nStep 245, loss: 0.015864741057157516\r\nStep 246, loss: 0.012219039723277092\r\nStep 247, loss: 0.007659231778234243\r\nStep 248, loss: 0.03761524334549904\r\nStep 249, loss: 0.006857932545244694\r\nSaved checkpoint at step 250\r\nStep 250, loss: 0.010544619522988796\r\nStep 251, loss: 0.014619424007833004\r\nStep 252, loss: 0.018541861325502396\r\nStep 253, loss: 0.019803475588560104\r\nStep 254, loss: 0.022669166326522827\r\nSaved checkpoint at step 255\r\nStep 255, loss: 0.02485630288720131\r\nStep 256, loss: 0.027449721470475197\r\nStep 257, loss: 0.03258689120411873\r\nStep 258, loss: 0.03110966458916664\r\nStep 259, loss: 0.032017096877098083\r\nSaved checkpoint at step 260\r\nStep 260, loss: 0.03228941187262535\r\nStep 261, loss: 0.03597049415111542\r\nStep 262, loss: 0.03617195412516594\r\nStep 263, loss: 0.04066869989037514\r\nStep 264, loss: 0.03626103326678276\r\nSaved checkpoint at step 265\r\nStep 265, loss: 0.03907806798815727\r\nStep 266, loss: 0.037906549870967865\r\nStep 267, loss: 0.037869397550821304\r\nStep 268, loss: 0.03438596799969673\r\nStep 269, loss: 0.03614218905568123\r\nSaved checkpoint at step 270\r\nStep 270, loss: 0.03543957695364952\r\nStep 271, loss: 0.03392378240823746\r\nStep 272, loss: 0.03375368192791939\r\nStep 273, loss: 0.03029148280620575\r\nStep 274, loss: 0.03191325068473816\r\nSaved checkpoint at step 275\r\nStep 275, loss: 0.027385767549276352\r\nStep 276, loss: 0.028580907732248306\r\nStep 277, loss: 0.024654842913150787\r\nStep 278, loss: 0.020557614043354988\r\nStep 279, loss: 0.018285337835550308\r\nSaved checkpoint at step 280\r\nStep 280, loss: 0.017993872985243797\r\nStep 281, loss: 0.013028440997004509\r\nStep 282, loss: 0.010377864353358746\r\nStep 283, loss: 0.006555816158652306\r\nStep 284, loss: 0.15988191962242126\r\nSaved checkpoint at step 285\r\nStep 285, loss: 0.005756009370088577\r\nStep 286, loss: 0.010902917012572289\r\nStep 287, loss: 0.014239325188100338\r\nStep 288, loss: 0.017300991341471672\r\nStep 289, loss: 0.019586093723773956\r\nSaved checkpoint at step 290\r\nStep 290, loss: 0.02282997965812683\r\nStep 291, loss: 0.025507742539048195\r\nStep 292, loss: 0.028643446043133736\r\nStep 293, loss: 0.033331919461488724\r\nStep 294, loss: 0.030779322609305382\r\nSaved checkpoint at step 295\r\nStep 295, loss: 0.036219678819179535\r\nStep 296, loss: 0.03290635347366333\r\nStep 297, loss: 0.03887709602713585\r\nStep 298, loss: 0.03952813893556595\r\nStep 299, loss: 0.04025065153837204\r\nSaved checkpoint at step 300\r\nStep 300, loss: 0.03892495110630989\r\nStep 301, loss: 0.04258546978235245\r\nStep 302, loss: 0.04062473773956299\r\nStep 303, loss: 0.04437309131026268\r\nStep 304, loss: 0.04215158894658089\r\nSaved checkpoint at step 305\r\nStep 305, loss: 0.03806373476982117\r\nStep 306, loss: 0.041312530636787415\r\nStep 307, loss: 0.04309077933430672\r\nStep 308, loss: 0.043555572628974915\r\nStep 309, loss: 0.04013857617974281\r\nSaved checkpoint at step 310\r\nStep 310, loss: 0.03969939053058624\r\nStep 311, loss: 0.041751496493816376\r\nStep 312, loss: 0.03936369717121124\r\nStep 313, loss: 0.038102127611637115\r\nStep 314, loss: 0.034435681998729706\r\nSaved checkpoint at step 315\r\nStep 315, loss: 0.03323948010802269\r\nStep 316, loss: 0.034448686987161636\r\nStep 317, loss: 0.02964000031352043\r\nStep 318, loss: 0.029355788603425026\r\nStep 319, loss: 0.028121020644903183\r\nSaved checkpoint at step 320\r\nStep 320, loss: 0.023522065952420235\r\nStep 321, loss: 0.020342310890555382\r\nStep 322, loss: 0.0178645271807909\r\nStep 323, loss: 0.013326018117368221\r\nStep 324, loss: 0.014474847353994846\r\nSaved checkpoint at step 325\r\nStep 325, loss: 0.009986944496631622\r\nStep 326, loss: 0.007488582748919725\r\nStep 327, loss: 0.006299802102148533\r\nStep 328, loss: 0.0043175374157726765\r\nStep 329, loss: 0.004261390771716833\r\nSaved checkpoint at step 330\r\nStep 330, loss: 0.007510006427764893\r\nStep 331, loss: 0.0047659738920629025\r\nStep 332, loss: 0.00512812240049243\r\nStep 333, loss: 0.007836057804524899\r\nStep 334, loss: 0.007989590987563133\r\nSaved checkpoint at step 335\r\nStep 335, loss: 0.00874403864145279\r\nStep 336, loss: 0.00921577773988247\r\nStep 337, loss: 0.009471949189901352\r\nStep 338, loss: 0.010066731832921505\r\nStep 339, loss: 0.009257529862225056\r\nSaved checkpoint at step 340\r\nStep 340, loss: 0.00825160089880228\r\nStep 341, loss: 0.007317769806832075\r\nStep 342, loss: 0.005327239632606506\r\nStep 343, loss: 0.004027252551168203\r\nStep 344, loss: 0.018978791311383247\r\nSaved checkpoint at step 345\r\nStep 345, loss: 0.00497224647551775\r\nStep 346, loss: 0.008371199481189251\r\nStep 347, loss: 0.010726177133619785\r\nStep 348, loss: 0.01328178122639656\r\nStep 349, loss: 0.014603148214519024\r\nSaved checkpoint at step 350\r\nStep 350, loss: 0.016398290172219276\r\nStep 351, loss: 0.01758750155568123\r\nStep 352, loss: 0.019032001495361328\r\nStep 353, loss: 0.02043810859322548\r\nStep 354, loss: 0.02180582843720913\r\nSaved checkpoint at step 355\r\nStep 355, loss: 0.021191319450736046\r\nStep 356, loss: 0.0220382921397686\r\nStep 357, loss: 0.023917289450764656\r\nStep 358, loss: 0.020546557381749153\r\nStep 359, loss: 0.01922660507261753\r\nSaved checkpoint at step 360\r\nStep 360, loss: 0.019617054611444473\r\nStep 361, loss: 0.019308870658278465\r\nStep 362, loss: 0.017464015632867813\r\nStep 363, loss: 0.01629585586488247\r\nStep 364, loss: 0.013694573193788528\r\nSaved checkpoint at step 365\r\nStep 365, loss: 0.01277534943073988\r\nStep 366, loss: 0.009820200502872467\r\nStep 367, loss: 0.009299453347921371\r\nStep 368, loss: 0.00646996172145009\r\nStep 369, loss: 0.00375135475769639\r\nSaved checkpoint at step 370\r\nStep 370, loss: 0.024447588250041008\r\nStep 371, loss: 0.004816449247300625\r\nStep 372, loss: 0.008085325360298157\r\nStep 373, loss: 0.010915032587945461\r\nStep 374, loss: 0.013372891582548618\r\nSaved checkpoint at step 375\r\nStep 375, loss: 0.01602809876203537\r\nStep 376, loss: 0.018062515184283257\r\nStep 377, loss: 0.01816282421350479\r\nStep 378, loss: 0.020535411313176155\r\nStep 379, loss: 0.021204674616456032\r\nSaved checkpoint at step 380\r\nStep 380, loss: 0.021320289000868797\r\nStep 381, loss: 0.021872347220778465\r\nStep 382, loss: 0.023465098813176155\r\nStep 383, loss: 0.022711802273988724\r\nStep 384, loss: 0.023062974214553833\r\nSaved checkpoint at step 385\r\nStep 385, loss: 0.023520296439528465\r\nStep 386, loss: 0.021755406633019447\r\nStep 387, loss: 0.023202382028102875\r\nStep 388, loss: 0.021364782005548477\r\nStep 389, loss: 0.018868355080485344\r\nSaved checkpoint at step 390\r\n",,terminal_output +1433,2562987,"sample.py",2005,0,"",python,selection_command +1434,2564266,"sample.py",1363,0,"",python,selection_command +1435,2564772,"sample.py",736,0,"",python,selection_command +1436,2565336,"sample.py",1363,0,"",python,selection_command +1437,2565557,"sample.py",2005,0,"",python,selection_command +1438,2566527,"sample.py",2753,0,"",python,selection_command +1439,2568172,"sample.py",2719,0,"",python,selection_command +1440,2568434,"sample.py",2717,0,"",python,selection_command +1441,2568453,"sample.py",2698,0,"",python,selection_command +1442,2603858,"sample.py",3912,0,"",python,selection_command +1443,2611227,"sample.py",3798,0,"",python,selection_command +1444,2611413,"sample.py",3760,0,"",python,selection_command +1445,2612097,"sample.py",4171,0,"",python,selection_command +1446,2612816,"sample.py",4226,0,"",python,selection_command +1447,2614673,"sample.py",4203,0,"",python,selection_command +1448,2615663,"sample.py",4378,0,"",python,selection_command +1449,2761057,"sample.py",3912,0,"",python,selection_command +1450,2772326,"genie.py",0,0,"",python,tab +1451,2773905,"TERMINAL",0,0,"Step 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 580, loss: 0.0033838816452771425\r\nStep 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 580, loss: 0.0033838816452771425\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 580, loss: 0.0033838816452771425\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 580, loss: 0.0033838816452771425\r\nStep 580, loss: 0.0033838816452771425\r\nStep 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 580, loss: 0.0033838816452771425\r\nStep 580, loss: 0.0033838816452771425\r\nStep 390, loss: 0.01791231520473957\r\nStep 391, loss: 0.017080025747418404\r\nStep 392, loss: 0.017728501930832863\r\nStep 393, loss: 0.01573716290295124\r\nStep 394, loss: 0.01239685993641615\r\nSaved checkpoint at step 395\r\nStep 395, loss: 0.010164830833673477\r\nStep 396, loss: 0.00875155720859766\r\nStep 397, loss: 0.006397203076630831\r\nStep 398, loss: 0.004048522561788559\r\nStep 399, loss: 0.10186842083930969\r\nSaved checkpoint at step 400\r\nStep 400, loss: 0.004175183363258839\r\nStep 401, loss: 0.006838115863502026\r\nStep 402, loss: 0.009248153306543827\r\nStep 403, loss: 0.011906455270946026\r\nStep 404, loss: 0.014428269118070602\r\nSaved checkpoint at step 405\r\nStep 405, loss: 0.016389090567827225\r\nStep 406, loss: 0.017967866733670235\r\nStep 407, loss: 0.01882200501859188\r\nStep 408, loss: 0.02290976792573929\r\nStep 409, loss: 0.022672349587082863\r\nSaved checkpoint at step 410\r\nStep 410, loss: 0.024298716336488724\r\nStep 411, loss: 0.02383529022336006\r\nStep 412, loss: 0.026441315189003944\r\nStep 413, loss: 0.028443267568945885\r\nStep 414, loss: 0.028813371434807777\r\nSaved checkpoint at step 415\r\nStep 415, loss: 0.029742255806922913\r\nStep 416, loss: 0.031171629205346107\r\nStep 417, loss: 0.029721291735768318\r\nStep 418, loss: 0.03217242658138275\r\nStep 419, loss: 0.032276276499032974\r\nSaved checkpoint at step 420\r\nStep 420, loss: 0.032839834690093994\r\nStep 421, loss: 0.027302352711558342\r\nStep 422, loss: 0.032197725027799606\r\nStep 423, loss: 0.03003053553402424\r\nStep 424, loss: 0.028917308896780014\r\nSaved checkpoint at step 425\r\nStep 425, loss: 0.029917577281594276\r\nStep 426, loss: 0.029689976945519447\r\nStep 427, loss: 0.02716807648539543\r\nStep 428, loss: 0.027321990579366684\r\nStep 429, loss: 0.02665308117866516\r\nSaved checkpoint at step 430\r\nStep 430, loss: 0.022792916744947433\r\nStep 431, loss: 0.02382759563624859\r\nStep 432, loss: 0.023696325719356537\r\nStep 433, loss: 0.019721433520317078\r\nStep 434, loss: 0.01781695894896984\r\nSaved checkpoint at step 435\r\nStep 435, loss: 0.015270569361746311\r\nStep 436, loss: 0.01188760343939066\r\nStep 437, loss: 0.008741424418985844\r\nStep 438, loss: 0.005777061451226473\r\nStep 439, loss: 0.004471342545002699\r\nSaved checkpoint at step 440\r\nStep 440, loss: 0.009147631004452705\r\nStep 441, loss: 0.0052235908806324005\r\nStep 442, loss: 0.006423067767173052\r\nStep 443, loss: 0.008714848197996616\r\nStep 444, loss: 0.01094767265021801\r\nSaved checkpoint at step 445\r\nStep 445, loss: 0.011332282796502113\r\nStep 446, loss: 0.01279960386455059\r\nStep 447, loss: 0.012590579688549042\r\nStep 448, loss: 0.013461215421557426\r\nStep 449, loss: 0.012439761310815811\r\nSaved checkpoint at step 450\r\nStep 450, loss: 0.012289031408727169\r\nStep 451, loss: 0.011218261905014515\r\nStep 452, loss: 0.010012950748205185\r\nStep 453, loss: 0.009302200749516487\r\nStep 454, loss: 0.00788152776658535\r\nSaved checkpoint at step 455\r\nStep 455, loss: 0.006875424180179834\r\nStep 456, loss: 0.0043341899290680885\r\nStep 457, loss: 0.004746539983898401\r\nStep 458, loss: 0.007534167729318142\r\nStep 459, loss: 0.004509228281676769\r\nSaved checkpoint at step 460\r\nStep 460, loss: 0.006316251587122679\r\nStep 461, loss: 0.008477272465825081\r\nStep 462, loss: 0.008108513429760933\r\nStep 463, loss: 0.00858322437852621\r\nStep 464, loss: 0.009696594439446926\r\nSaved checkpoint at step 465\r\nStep 465, loss: 0.009077077731490135\r\nStep 466, loss: 0.009656380861997604\r\nStep 467, loss: 0.00858207419514656\r\nStep 468, loss: 0.00707637844607234\r\nStep 469, loss: 0.006484392564743757\r\nSaved checkpoint at step 470\r\nStep 470, loss: 0.005383701529353857\r\nStep 471, loss: 0.0038607039023190737\r\nStep 472, loss: 0.013102068565785885\r\nStep 473, loss: 0.0040290988981723785\r\nStep 474, loss: 0.006321496795862913\r\nSaved checkpoint at step 475\r\nStep 475, loss: 0.008309192955493927\r\nStep 476, loss: 0.009718511253595352\r\nStep 477, loss: 0.010234606452286243\r\nStep 478, loss: 0.010819941759109497\r\nStep 479, loss: 0.012470986694097519\r\nSaved checkpoint at step 480\r\nStep 480, loss: 0.012242767959833145\r\nStep 481, loss: 0.01195528358221054\r\nStep 482, loss: 0.013821791857481003\r\nStep 483, loss: 0.012913623824715614\r\nStep 484, loss: 0.011660723015666008\r\nSaved checkpoint at step 485\r\nStep 485, loss: 0.011883103288710117\r\nStep 486, loss: 0.010095923207700253\r\nStep 487, loss: 0.009525299072265625\r\nStep 488, loss: 0.008486311882734299\r\nStep 489, loss: 0.006060987710952759\r\nSaved checkpoint at step 490\r\nStep 490, loss: 0.004053288605064154\r\nStep 491, loss: 0.007215296383947134\r\nStep 492, loss: 0.004011461976915598\r\nStep 493, loss: 0.0046389843337237835\r\nStep 494, loss: 0.005251356866210699\r\nSaved checkpoint at step 495\r\nStep 495, loss: 0.005551811307668686\r\nStep 496, loss: 0.005370335187762976\r\nStep 497, loss: 0.004894251003861427\r\nStep 498, loss: 0.004975005052983761\r\nStep 499, loss: 0.004400647711008787\r\nSaved checkpoint at step 500\r\nStep 500, loss: 0.0034637022763490677\r\nStep 501, loss: 0.0052815633825957775\r\nStep 502, loss: 0.003986907657235861\r\nStep 503, loss: 0.004247971810400486\r\nStep 504, loss: 0.004464870318770409\r\nSaved checkpoint at step 505\r\nStep 505, loss: 0.004455140326172113\r\nStep 506, loss: 0.004395170137286186\r\nStep 507, loss: 0.003729552496224642\r\nStep 508, loss: 0.0034066285006701946\r\nStep 509, loss: 0.004128227476030588\r\nSaved checkpoint at step 510\r\nStep 510, loss: 0.003504849271848798\r\nStep 511, loss: 0.0035945908166468143\r\nStep 512, loss: 0.003573101945221424\r\nStep 513, loss: 0.0038371747359633446\r\nStep 514, loss: 0.003083116142079234\r\nSaved checkpoint at step 515\r\nStep 515, loss: 0.0034256598446518183\r\nStep 516, loss: 0.0037391206715255976\r\nStep 517, loss: 0.0031789394561201334\r\nStep 518, loss: 0.00362652400508523\r\nStep 519, loss: 0.003782841144129634\r\nSaved checkpoint at step 520\r\nStep 520, loss: 0.003362341085448861\r\nStep 521, loss: 0.0031468321103602648\r\nStep 522, loss: 0.0034857220016419888\r\nStep 523, loss: 0.0031674171332269907\r\nStep 524, loss: 0.0034877059515565634\r\nSaved checkpoint at step 525\r\nStep 525, loss: 0.0037127744872123003\r\nStep 526, loss: 0.0030507496558129787\r\nStep 527, loss: 0.0035802910570055246\r\nStep 528, loss: 0.0031579695641994476\r\nStep 529, loss: 0.0034808481577783823\r\nSaved checkpoint at step 530\r\nStep 530, loss: 0.0034633271861821413\r\nStep 531, loss: 0.003158403327688575\r\nStep 532, loss: 0.0031914999708533287\r\nStep 533, loss: 0.0031623966060578823\r\nStep 534, loss: 0.003532733302563429\r\nSaved checkpoint at step 535\r\nStep 535, loss: 0.0030734685715287924\r\nStep 536, loss: 0.003206753171980381\r\nStep 537, loss: 0.003309826599434018\r\nStep 538, loss: 0.0030424892902374268\r\nStep 539, loss: 0.0032042076345533133\r\nSaved checkpoint at step 540\r\nStep 540, loss: 0.003519916208460927\r\nStep 541, loss: 0.0034613728057593107\r\nStep 542, loss: 0.0029735974967479706\r\nStep 543, loss: 0.003185640089213848\r\nStep 544, loss: 0.0031625251285731792\r\nSaved checkpoint at step 545\r\nStep 545, loss: 0.0032710919622331858\r\nStep 546, loss: 0.0031048606615513563\r\nStep 547, loss: 0.0030614379793405533\r\nStep 548, loss: 0.003256743075326085\r\nStep 549, loss: 0.0031238668598234653\r\nSaved checkpoint at step 550\r\nStep 550, loss: 0.0030003876890987158\r\nStep 551, loss: 0.002915525110438466\r\nStep 552, loss: 0.0031743452418595552\r\nStep 553, loss: 0.0031717855017632246\r\nStep 554, loss: 0.0033807209692895412\r\nSaved checkpoint at step 555\r\nStep 555, loss: 0.003053744789212942\r\nStep 556, loss: 0.0030239762272685766\r\nStep 557, loss: 0.0031748535111546516\r\nStep 558, loss: 0.0032329270616173744\r\nStep 559, loss: 0.002999135758727789\r\nSaved checkpoint at step 560\r\nStep 560, loss: 0.003026248188689351\r\nStep 561, loss: 0.002933559939265251\r\nStep 562, loss: 0.003503817832097411\r\nStep 563, loss: 0.0031484398059546947\r\nStep 564, loss: 0.003543950617313385\r\nSaved checkpoint at step 565\r\nStep 565, loss: 0.0030250896234065294\r\nStep 566, loss: 0.0033983353059738874\r\nStep 567, loss: 0.003491100389510393\r\nStep 568, loss: 0.004088622517883778\r\nStep 569, loss: 0.003256419440731406\r\nSaved checkpoint at step 570\r\nStep 570, loss: 0.005553755909204483\r\nStep 571, loss: 0.003682065522298217\r\nStep 572, loss: 0.005383829586207867\r\nStep 573, loss: 0.005895744077861309\r\nStep 574, loss: 0.006656767800450325\r\nSaved checkpoint at step 575\r\nStep 575, loss: 0.007540524005889893\r\nStep 576, loss: 0.007133642211556435\r\nStep 577, loss: 0.005889128427952528\r\nStep 578, loss: 0.005275723524391651\r\nStep 579, loss: 0.004507442936301231\r\nSaved checkpoint at step 580\r\nStep 580, loss: 0.0033838816452771425\r\n",,terminal_output +1452,2777817,"genie.py",4172,0,"",python,selection_command +1453,2784637,"genie.py",4195,0,"",python,selection_command +1454,2784876,"genie.py",4209,0,"",python,selection_command +1455,2784916,"genie.py",4240,0,"",python,selection_command +1456,2784944,"genie.py",4262,0,"",python,selection_command +1457,2784976,"genie.py",4294,0,"",python,selection_command +1458,2785016,"genie.py",4328,0,"",python,selection_command +1459,2785041,"genie.py",4338,0,"",python,selection_command +1460,2785076,"genie.py",4350,0,"",python,selection_command +1461,2785117,"genie.py",4443,0,"",python,selection_command +1462,2785150,"genie.py",4452,0,"",python,selection_command +1463,2785167,"genie.py",4495,0,"",python,selection_command +1464,2785236,"genie.py",4589,0,"",python,selection_command +1465,2785244,"genie.py",4647,0,"",python,selection_command +1466,2785277,"genie.py",4656,0,"",python,selection_command +1467,2785296,"genie.py",4670,0,"",python,selection_command +1468,2785344,"genie.py",4733,0,"",python,selection_command +1469,2785376,"genie.py",4809,0,"",python,selection_command +1470,2785396,"genie.py",4855,0,"",python,selection_command +1471,2785436,"genie.py",4914,0,"",python,selection_command +1472,2785476,"genie.py",4923,0,"",python,selection_command +1473,2785497,"genie.py",4940,0,"",python,selection_command +1474,2785537,"genie.py",4997,0,"",python,selection_command +1475,2785597,"genie.py",5009,0,"",python,selection_command +1476,2785836,"genie.py",5049,0,"",python,selection_command +1477,2798716,"genie.py",5063,0,"",python,selection_command +1478,2798864,"genie.py",5065,0,"",python,selection_command +1479,2799036,"genie.py",5069,0,"",python,selection_command +1480,2799185,"genie.py",5070,0,"",python,selection_command +1481,2801876,"genie.py",5041,0,"",python,selection_command +1482,2801936,"genie.py",5049,0,"",python,selection_command +1483,2807328,"genie.py",5131,0,"",python,selection_command +1484,2807553,"genie.py",5190,0,"",python,selection_command +1485,2807591,"genie.py",5217,0,"",python,selection_command +1486,2807616,"genie.py",5226,0,"",python,selection_command +1487,2807648,"genie.py",5294,0,"",python,selection_command +1488,2808057,"genie.py",5343,0,"",python,selection_command +1489,2899152,"genie.py",5294,0,"",python,selection_command +1490,2899412,"genie.py",5226,0,"",python,selection_command +1491,2899420,"genie.py",5217,0,"",python,selection_command +1492,2899452,"genie.py",5190,0,"",python,selection_command +1493,2899552,"genie.py",5131,0,"",python,selection_command +1494,2899792,"genie.py",5049,0,"",python,selection_command +1495,2899848,"genie.py",5009,0,"",python,selection_command +1496,2899864,"genie.py",4997,0,"",python,selection_command +1497,2899900,"genie.py",4940,0,"",python,selection_command +1498,2899932,"genie.py",4923,0,"",python,selection_command +1499,2899952,"genie.py",4914,0,"",python,selection_command +1500,2899993,"genie.py",4855,0,"",python,selection_command +1501,2900032,"genie.py",4809,0,"",python,selection_command +1502,2900052,"genie.py",4733,0,"",python,selection_command +1503,2900360,"genie.py",4670,0,"",python,selection_command +1504,2900632,"genie.py",4656,0,"",python,selection_command +1505,2900659,"genie.py",4647,0,"",python,selection_command +1506,2900684,"genie.py",4589,0,"",python,selection_command +1507,2900712,"genie.py",4495,0,"",python,selection_command +1508,2900912,"genie.py",4452,0,"",python,selection_command +1509,2901020,"genie.py",4443,0,"",python,selection_command +1510,2901292,"genie.py",4350,0,"",python,selection_command +1511,2901320,"genie.py",4338,0,"",python,selection_command +1512,2901331,"genie.py",4328,0,"",python,selection_command +1513,2901492,"genie.py",4294,0,"",python,selection_command +1514,2901680,"genie.py",4262,0,"",python,selection_command +1515,2901832,"genie.py",4240,0,"",python,selection_command +1516,2902100,"genie.py",4209,0,"",python,selection_command +1517,2902133,"genie.py",4195,0,"",python,selection_command +1518,2902140,"genie.py",4172,0,"",python,selection_command +1519,2902172,"genie.py",4163,0,"",python,selection_command +1520,2902552,"genie.py",4172,0,"",python,selection_command +1521,2902792,"genie.py",4164,22," def sample_causal(",python,selection_command +1522,2902892,"genie.py",4164,279," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n",python,selection_command +1523,2903372,"genie.py",4164,483," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n",python,selection_command +1524,2903532,"genie.py",4164,750," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n",python,selection_command +1525,2903712,"genie.py",4164,1053," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n",python,selection_command +1526,2903852,"genie.py",4164,1405," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n",python,selection_command +1527,2904011,"genie.py",4164,2382," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n",python,selection_command +1528,2904135,"genie.py",4164,2793," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n",python,selection_command +1529,2904247,"genie.py",4164,2936," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n",python,selection_command +1530,2904487,"genie.py",4164,3141," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n token_idxs_full, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n",python,selection_command +1531,2904727,"genie.py",4164,3467," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n token_idxs_full, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n\n\n @nn.compact\n def sample_maskgit(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n",python,selection_command +1532,2905215,"genie.py",4164,3142," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n token_idxs_full, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n\n",python,selection_command +1533,2905495,"genie.py",4164,3141," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples up to `seq_len` future frames using the causal transformer backend.\n\n - Input frames are tokenized once.\n - Future frames are generated one at a time, each conditioned on all previous frames.\n - All frames are detokenized in a single pass at the end.\n\n Args:\n batch: Dict with at least ""videos"" (B, T, H, W, C)\n seq_len: total number of frames to generate (including context)\n temperature: sampling temperature\n sample_argmax: if True, use argmax instead of sampling\n\n Returns:\n Generated video frames (B, seq_len, H, W, C)\n """"""\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # jax.debug.print(""token_idxs shape: {}"", token_idxs.shape)\n # --- Prepare initial token sequence ---\n # Pad with zeros for future frames\n pad_shape = (B, seq_len - T, N)\n token_idxs_full = jnp.concatenate(\n [token_idxs, jnp.zeros(pad_shape, dtype=token_idxs.dtype)], axis=1\n ) # (B, seq_len, N)\n\n # --- Prepare latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, )\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n for t in range(T, seq_len):\n for n in range(N):\n jax.debug.print(""Sampling token {} from frame {}"", n, t)\n dyna_inputs = {\n ""video_tokens"": token_idxs_full,\n ""latent_actions"": action_tokens\n }\n # jax.debug.print(""token_idxs_full 0: {}"", token_idxs_full[0,:,0])\n dyna_outputs = self.dynamics(dyna_inputs, training=False)\n # # dyna_outputs[""token_logits""]: (B, t, N, vocab_size)\n # # We want the logits for the last time step (frame t-1 predicting t)\n # jax.debug.breakpoint()\n next_token_logits = dyna_outputs[""token_logits""][:, t, n, :].astype(jnp.float32) # (B, 1, vocab_size)\n\n # Sample or argmax for each patch\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1) # (B, 1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n ) # (B, 1)\n\n # Insert the generated tokens into the sequence\n token_idxs_full = token_idxs_full.at[:, t, n].set(next_token)\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n token_idxs_full, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n",python,selection_command +1534,2905863,"genie.py",4164,3141," def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1.0,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples with KV caching.\n """"""\n # This method assumes the model was initialized with decode=True\n assert self.decode, ""sample_causal with KV cache requires model to be in decode mode.""\n\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Get latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, D)\n\n # --- Initialize cache with context frames ---\n # The first call to the dynamics model will populate the KV cache.\n # We only care about the logits for the very last token of the context\n # to predict the first new token.\n dyna_inputs = {\n ""video_tokens"": token_idxs,\n ""latent_actions"": action_tokens[:, :T-1] \n }\n # Note: We are now calling self.dynamics directly\n logits = self.dynamics(dyna_inputs, training=False)[""token_logits""]\n \n # Logits for the first token of the first generated frame (t=T)\n next_token_logits = logits[:, T-1, N-1, :]\n \n # The full sequence of tokens to be filled in\n generated_tokens = jnp.zeros((B, seq_len, N), dtype=token_idxs.dtype)\n generated_tokens = generated_tokens.at[:, :T].set(token_idxs)\n\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n \n # We have N tokens per frame. We start generating from frame T.\n # The total number of tokens to generate is (seq_len - T) * N\n for t_step in range(T * N, seq_len * N):\n frame_idx = t_step // N\n patch_idx = t_step % N\n\n # Sample or argmax\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n )\n \n # Place the new token in the sequence\n generated_tokens = generated_tokens.at[:, frame_idx, patch_idx].set(next_token)\n\n # If we just generated the last token, break\n if frame_idx == seq_len - 1 and patch_idx == N - 1:\n break\n \n # Prepare input for the next step: just the token we generated\n # The model will use its cache for all previous tokens.\n next_input_token = next_token[:, None, None] # Reshape to (B, 1, 1)\n \n # Get the action for the current frame\n # Action for frame `i` influences transition from `i-1` to `i`\n current_action = action_tokens[:, frame_idx-1:frame_idx] # (B, 1, D)\n\n next_dyna_inputs = {\n ""video_tokens"": next_input_token,\n ""latent_actions"": current_action,\n }\n\n # This call uses and updates the cache, and is very fast!\n next_token_logits = self.dynamics(next_dyna_inputs, training=False)[""token_logits""]\n next_token_logits = next_token_logits[:, 0, 0, :] # Squeeze singleton dims\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n generated_tokens, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames",python,content +1535,2906567,"genie.py",7218,0,"",python,selection_command +1536,2908487,"genie.py",6163,0,"",python,selection_command +1537,2908895,"genie.py",5242,0,"",python,selection_command +1538,2909422,"genie.py",4296,0,"",python,selection_command +1539,2914935,"TERMINAL",0,0,"^Csrun: interrupt (one more within 1 sec to abort)\r\nsrun: StepId=13784.1 tasks 0-7: running\r\n",,terminal_output +1540,2915108,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13784.1\r\nsrun: forcing job termination\r\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\n[2025-07-21T20:18:12.314] error: *** STEP 13784.1 ON hai004 CANCELLED AT 2025-07-21T20:18:12 DUE to SIGNAL Killed ***\r\n",,terminal_output +1541,2915305,"TERMINAL",0,0,"^Csrun: sending Ctrl-C to StepId=13784.1\r\nsrun: job abort in progress\r\n",,terminal_output +1542,2917020,"TERMINAL",0,0,"^C",,terminal_output +1543,2918348,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1544,2919108,"TERMINAL",0,0,"s",,terminal_output +1545,2919208,"TERMINAL",0,0,"am",,terminal_output +1546,2919256,"TERMINAL",0,0,"p",,terminal_output +1547,2919348,"TERMINAL",0,0,"l",,terminal_output +1548,2919428,"TERMINAL",0,0,"e",,terminal_output +1549,2919508,"TERMINAL",0,0," ",,terminal_output +1550,2920128,"TERMINAL",0,0,"",,terminal_output +1551,2920568,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1552,2921848,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1553,2923928,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output +1554,2936429,"experiments/sample",0,0,"",plaintext,tab +1555,2940109,"experiments/sample.sh",0,0,"",shellscript,tab +1556,2943909,"experiments/sample.sh",0,0,"s",shellscript,content +1557,2943909,"experiments/sample.sh",1,0,"",shellscript,selection_keyboard +1558,2943983,"experiments/sample.sh",1,0,"r",shellscript,content +1559,2943983,"experiments/sample.sh",2,0,"",shellscript,selection_keyboard +1560,2944020,"experiments/sample.sh",2,0,"u",shellscript,content +1561,2944020,"experiments/sample.sh",3,0,"",shellscript,selection_keyboard +1562,2944069,"experiments/sample.sh",3,0,"n",shellscript,content +1563,2944069,"experiments/sample.sh",4,0,"",shellscript,selection_keyboard +1564,2944213,"experiments/sample.sh",3,0,"",shellscript,selection_command +1565,2948293,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,tab +1566,2949412,"experiments/dynamics_grain_tok_restore.sh",0,0,"",shellscript,selection_command +1567,2949628,"experiments/dynamics_grain_tok_restore.sh",20,0,"",shellscript,selection_command +1568,2949892,"experiments/dynamics_grain_tok_restore.sh",21,0,"",shellscript,selection_command +1569,2949932,"experiments/dynamics_grain_tok_restore.sh",39,0,"",shellscript,selection_command +1570,2949972,"experiments/dynamics_grain_tok_restore.sh",67,0,"",shellscript,selection_command +1571,2949972,"experiments/dynamics_grain_tok_restore.sh",91,0,"",shellscript,selection_command +1572,2950020,"experiments/dynamics_grain_tok_restore.sh",117,0,"",shellscript,selection_command +1573,2950060,"experiments/dynamics_grain_tok_restore.sh",138,0,"",shellscript,selection_command +1574,2950092,"experiments/dynamics_grain_tok_restore.sh",158,0,"",shellscript,selection_command +1575,2950132,"experiments/dynamics_grain_tok_restore.sh",159,0,"",shellscript,selection_command +1576,2950263,"experiments/dynamics_grain_tok_restore.sh",185,0,"",shellscript,selection_command +1577,2950532,"experiments/dynamics_grain_tok_restore.sh",159,0,"",shellscript,selection_command +1578,2951781,"experiments/dynamics_grain_tok_restore.sh",159,25,"source .venv/bin/activate",shellscript,selection_command +1579,2952012,"experiments/dynamics_grain_tok_restore.sh",159,26,"source .venv/bin/activate\n",shellscript,selection_command +1580,2952227,"experiments/dynamics_grain_tok_restore.sh",159,65,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""",shellscript,selection_command +1581,2952252,"experiments/dynamics_grain_tok_restore.sh",159,131,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""",shellscript,selection_command +1582,2952300,"experiments/dynamics_grain_tok_restore.sh",159,206,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""",shellscript,selection_command +1583,2952307,"experiments/dynamics_grain_tok_restore.sh",159,207,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n",shellscript,selection_command +1584,2952340,"experiments/dynamics_grain_tok_restore.sh",159,251,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0",shellscript,selection_command +1585,2952388,"experiments/dynamics_grain_tok_restore.sh",159,283,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \",shellscript,selection_command +1586,2952412,"experiments/dynamics_grain_tok_restore.sh",159,301,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \",shellscript,selection_command +1587,2952452,"experiments/dynamics_grain_tok_restore.sh",159,335,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \",shellscript,selection_command +1588,2952493,"experiments/dynamics_grain_tok_restore.sh",159,357,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \",shellscript,selection_command +1589,2952533,"experiments/dynamics_grain_tok_restore.sh",159,406,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \",shellscript,selection_command +1590,2952548,"experiments/dynamics_grain_tok_restore.sh",159,433,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \",shellscript,selection_command +1591,2952588,"experiments/dynamics_grain_tok_restore.sh",159,458,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \",shellscript,selection_command +1592,2952611,"experiments/dynamics_grain_tok_restore.sh",159,485,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \",shellscript,selection_command +1593,2952652,"experiments/dynamics_grain_tok_restore.sh",159,500,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \",shellscript,selection_command +1594,2952691,"experiments/dynamics_grain_tok_restore.sh",159,526,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \",shellscript,selection_command +1595,2952732,"experiments/dynamics_grain_tok_restore.sh",159,551,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \",shellscript,selection_command +1596,2952788,"experiments/dynamics_grain_tok_restore.sh",159,576,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,selection_command +1597,2953100,"experiments/dynamics_grain_tok_restore.sh",159,0,"",shellscript,selection_command +1598,2953661,"experiments/sample.sh",0,0,"",shellscript,tab +1599,2954108,"experiments/sample.sh",0,4,"srun",shellscript,selection_command +1600,2954452,"experiments/sample.sh",0,4,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\ntokenizer_ckpt_dir=""$PWD/checkpoints/tokenizer_openai_grain_checkpointing""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python train_dynamics.py \\n --save_ckpt \\n --log_checkpoint_interval 5 \\n --batch_size 96 \\n --tokenizer_checkpoint $tokenizer_ckpt_dir \\n --ckpt_dir $ckpt_dir \\n --num_steps 300000 \\n --warmup_steps 10000 \\n --seed 0 \\n --init_lr=0.0000866 \\n --max_lr=0.0000866 \\n --data_dir $data_dir",shellscript,content +1601,2954454,"experiments/sample.sh",0,0,"",shellscript,selection_command +1602,2954988,"experiments/sample.sh",26,0,"",shellscript,selection_command +1603,2955172,"experiments/sample.sh",27,0,"",shellscript,selection_command +1604,2955612,"experiments/sample.sh",66,0,"",shellscript,selection_command +1605,2955788,"experiments/sample.sh",27,0,"",shellscript,selection_command +1606,2956100,"experiments/sample.sh",66,0,"",shellscript,selection_command +1607,2959908,"experiments/sample.sh",132,0,"",shellscript,selection_command +1608,2960932,"experiments/sample.sh",132,75,"",shellscript,content +1609,2963148,"experiments/sample.sh",203,0,"ple",shellscript,content +1610,2963148,"experiments/sample.sh",200,3,"",shellscript,content +1611,2963148,"experiments/sample.sh",198,0,"s",shellscript,content +1612,2963148,"experiments/sample.sh",189,9,"",shellscript,content +1613,2965188,"experiments/sample.sh",415,51,"",shellscript,content +1614,2965188,"experiments/sample.sh",357,52,"",shellscript,content +1615,2965188,"experiments/sample.sh",281,49,"",shellscript,content +1616,2966652,"experiments/sample.sh",257,0,"",shellscript,selection_command +1617,2966812,"experiments/sample.sh",223,0,"",shellscript,selection_command +1618,2966948,"experiments/sample.sh",205,0,"",shellscript,selection_command +1619,2967493,"experiments/sample.sh",223,0,"",shellscript,selection_command +1620,2967820,"experiments/sample.sh",219,34,"",shellscript,content +1621,2967822,"experiments/sample.sh",223,0,"",shellscript,selection_command +1622,2968516,"experiments/sample.sh",205,0,"",shellscript,selection_command +1623,2968820,"experiments/sample.sh",201,18,"",shellscript,content +1624,2968822,"experiments/sample.sh",205,0,"",shellscript,selection_command +1625,2969468,"experiments/sample.sh",227,0,"",shellscript,selection_command +1626,2969612,"experiments/sample.sh",254,0,"",shellscript,selection_command +1627,2969740,"experiments/sample.sh",269,0,"",shellscript,selection_command +1628,2969988,"experiments/sample.sh",254,0,"",shellscript,selection_command +1629,2970293,"experiments/sample.sh",250,15,"",shellscript,content +1630,2970299,"experiments/sample.sh",254,0,"",shellscript,selection_command +1631,2971308,"experiments/sample.sh",227,0,"",shellscript,selection_command +1632,2971516,"experiments/sample.sh",205,0,"",shellscript,selection_command +1633,2971892,"experiments/sample.sh",207,0,"",shellscript,selection_command +1634,2972052,"experiments/sample.sh",218,0,"",shellscript,selection_command +1635,2972212,"experiments/sample.sh",221,0,"",shellscript,selection_command +1636,2972692,"experiments/sample.sh",218,0,"",shellscript,selection_command +1637,2973148,"experiments/sample.sh",218,2,"",shellscript,content +1638,2973301,"experiments/sample.sh",218,0,"1",shellscript,content +1639,2973301,"experiments/sample.sh",219,0,"",shellscript,selection_keyboard +1640,2973500,"experiments/sample.sh",218,0,"",shellscript,selection_command +1641,2973708,"experiments/sample.sh",201,0,"",shellscript,selection_command +1642,2978863,"sample.py",0,0,"",python,tab +1643,2980132,"sample.py",0,0,"",python,selection_command +1644,2982182,"experiments/sample.sh",0,0,"",shellscript,tab +1645,2982974,"sample.py",0,0,"",python,tab +1646,2983348,"sample.py",447,0,"",python,selection_command +1647,2984948,"sample.py",435,0,"",python,selection_command +1648,2985208,"sample.py",447,0,"",python,selection_command +1649,2985507,"sample.py",464,0,"",python,selection_command +1650,2985683,"sample.py",482,0,"",python,selection_command +1651,2985860,"sample.py",504,0,"",python,selection_command +1652,2986156,"sample.py",482,0,"",python,selection_command +1653,2986638,"experiments/sample.sh",0,0,"",shellscript,tab +1654,2987248,"experiments/sample.sh",177,0,"",shellscript,selection_command +1655,2987444,"experiments/sample.sh",200,0,"\n",shellscript,content +1656,2988334,"experiments/sample.sh",201,1,"",shellscript,content +1657,2988349,"experiments/sample.sh",205,0,"",shellscript,selection_command +1658,2988502,"experiments/sample.sh",221,0,"\n ",shellscript,content +1659,2988901,"experiments/sample.sh",226,0,"-",shellscript,content +1660,2988901,"experiments/sample.sh",227,0,"",shellscript,selection_keyboard +1661,2989034,"experiments/sample.sh",227,0,"-",shellscript,content +1662,2989034,"experiments/sample.sh",228,0,"",shellscript,selection_keyboard +1663,2989153,"experiments/sample.sh",228,0,"s",shellscript,content +1664,2989153,"experiments/sample.sh",229,0,"",shellscript,selection_keyboard +1665,2989273,"experiments/sample.sh",229,0,"q",shellscript,content +1666,2989273,"experiments/sample.sh",230,0,"",shellscript,selection_keyboard +1667,2989485,"experiments/sample.sh",230,0,"e",shellscript,content +1668,2989485,"experiments/sample.sh",231,0,"",shellscript,selection_keyboard +1669,2989726,"experiments/sample.sh",230,1,"",shellscript,content +1670,2989853,"experiments/sample.sh",229,1,"",shellscript,content +1671,2989885,"experiments/sample.sh",229,0,"e",shellscript,content +1672,2989885,"experiments/sample.sh",230,0,"",shellscript,selection_keyboard +1673,2989926,"experiments/sample.sh",230,0,"q",shellscript,content +1674,2989926,"experiments/sample.sh",231,0,"",shellscript,selection_keyboard +1675,2990973,"experiments/sample.sh",231,0,"_len 16 \",shellscript,content +1676,2991214,"experiments/sample.sh",239,0,"",shellscript,selection_command +1677,2992775,"sample.py",0,0,"",python,tab +1678,2994865,"sample.py",504,0,"",python,selection_command +1679,2995114,"sample.py",532,0,"",python,selection_command +1680,2995134,"sample.py",559,0,"",python,selection_command +1681,2995190,"sample.py",586,0,"",python,selection_command +1682,2995334,"sample.py",630,0,"",python,selection_command +1683,2995494,"sample.py",655,0,"",python,selection_command +1684,2995734,"sample.py",697,0,"",python,selection_command +1685,2995773,"sample.py",712,0,"",python,selection_command +1686,2995913,"sample.py",736,0,"",python,selection_command +1687,2996174,"sample.py",764,0,"",python,selection_command +1688,2996226,"sample.py",793,0,"",python,selection_command +1689,2996442,"sample.py",824,0,"",python,selection_command +1690,2998511,"experiments/sample.sh",0,0,"",shellscript,tab +1691,2999133,"experiments/sample.sh",240,0,"\n ",shellscript,content +1692,2999533,"experiments/sample.sh",245,0,"-",shellscript,content +1693,2999534,"experiments/sample.sh",246,0,"",shellscript,selection_keyboard +1694,2999653,"experiments/sample.sh",246,0,"-",shellscript,content +1695,2999653,"experiments/sample.sh",247,0,"",shellscript,selection_keyboard +1696,2999733,"experiments/sample.sh",247,0,"s",shellscript,content +1697,2999733,"experiments/sample.sh",248,0,"",shellscript,selection_keyboard +1698,2999814,"experiments/sample.sh",248,0,"a",shellscript,content +1699,2999814,"experiments/sample.sh",249,0,"",shellscript,selection_keyboard +1700,3000103,"experiments/sample.sh",248,1,"",shellscript,content +1701,3000173,"experiments/sample.sh",248,0,"t",shellscript,content +1702,3000174,"experiments/sample.sh",249,0,"",shellscript,selection_keyboard +1703,3000353,"experiments/sample.sh",249,0,"a",shellscript,content +1704,3000354,"experiments/sample.sh",250,0,"",shellscript,selection_keyboard +1705,3000431,"experiments/sample.sh",250,0,"r",shellscript,content +1706,3000431,"experiments/sample.sh",251,0,"",shellscript,selection_keyboard +1707,3000573,"experiments/sample.sh",251,0,"t",shellscript,content +1708,3000573,"experiments/sample.sh",252,0,"",shellscript,selection_keyboard +1709,3000894,"experiments/sample.sh",252,0,"_",shellscript,content +1710,3000894,"experiments/sample.sh",253,0,"",shellscript,selection_keyboard +1711,3001275,"experiments/sample.sh",253,0,"frame 0 \",shellscript,content +1712,3001565,"experiments/sample.sh",261,0,"",shellscript,selection_command +1713,3001695,"experiments/sample.sh",260,0,"",shellscript,selection_command +1714,3001834,"experiments/sample.sh",259,0,"",shellscript,selection_command +1715,3002353,"experiments/sample.sh",259,1,"",shellscript,content +1716,3002574,"experiments/sample.sh",259,0,"1",shellscript,content +1717,3002574,"experiments/sample.sh",260,0,"",shellscript,selection_keyboard +1718,3002774,"experiments/sample.sh",260,0,"5",shellscript,content +1719,3002774,"experiments/sample.sh",261,0,"",shellscript,selection_keyboard +1720,3002962,"experiments/sample.sh",260,0,"",shellscript,selection_command +1721,3013624,"sample.py",0,0,"",python,tab +1722,3015054,"sample.py",849,0,"",python,selection_command +1723,3015313,"sample.py",876,0,"",python,selection_command +1724,3015339,"sample.py",905,0,"",python,selection_command +1725,3015493,"sample.py",936,0,"",python,selection_command +1726,3015918,"sample.py",970,0,"",python,selection_command +1727,3016254,"sample.py",994,0,"",python,selection_command +1728,3016434,"sample.py",1028,0,"",python,selection_command +1729,3016574,"sample.py",1061,0,"",python,selection_command +1730,3016914,"sample.py",1082,0,"",python,selection_command +1731,3017110,"sample.py",1105,0,"",python,selection_command +1732,3017754,"sample.py",1137,0,"",python,selection_command +1733,3018061,"sample.py",1169,0,"",python,selection_command +1734,3021914,"sample.py",1198,0,"",python,selection_command +1735,3022075,"sample.py",1226,0,"",python,selection_command +1736,3022374,"sample.py",1253,0,"",python,selection_command +1737,3022541,"sample.py",1283,0,"",python,selection_command +1738,3022709,"sample.py",1309,0,"",python,selection_command +1739,3022854,"sample.py",1333,0,"",python,selection_command +1740,3023134,"sample.py",1363,0,"",python,selection_command +1741,3023294,"sample.py",1391,0,"",python,selection_command +1742,3023454,"sample.py",1432,0,"",python,selection_command +1743,3023613,"sample.py",1468,0,"",python,selection_command +1744,3026075,"sample.py",1105,0,"",python,selection_command +1745,3026453,"sample.py",764,0,"",python,selection_command +1746,3027410,"sample.py",736,0,"",python,selection_command +1747,3027611,"sample.py",712,0,"",python,selection_command +1748,3027633,"sample.py",697,0,"",python,selection_command +1749,3027689,"sample.py",655,0,"",python,selection_command +1750,3027773,"sample.py",630,0,"",python,selection_command +1751,3028463,"experiments/sample.sh",0,0,"",shellscript,tab +1752,3029313,"experiments/sample.sh",259,0,"",shellscript,selection_command +1753,3029453,"experiments/sample.sh",247,0,"",shellscript,selection_command +1754,3029773,"experiments/sample.sh",270,0,"",shellscript,selection_command +1755,3030646,"experiments/sample.sh",270,8,"",shellscript,content +1756,3030813,"experiments/sample.sh",270,0,"c",shellscript,content +1757,3030813,"experiments/sample.sh",271,0,"",shellscript,selection_keyboard +1758,3030917,"experiments/sample.sh",271,0,"h",shellscript,content +1759,3030917,"experiments/sample.sh",272,0,"",shellscript,selection_keyboard +1760,3030966,"experiments/sample.sh",272,0,"e",shellscript,content +1761,3030966,"experiments/sample.sh",273,0,"",shellscript,selection_keyboard +1762,3031040,"experiments/sample.sh",273,0,"c",shellscript,content +1763,3031040,"experiments/sample.sh",274,0,"",shellscript,selection_keyboard +1764,3031133,"experiments/sample.sh",274,0,"k",shellscript,content +1765,3031133,"experiments/sample.sh",275,0,"",shellscript,selection_keyboard +1766,3031245,"experiments/sample.sh",275,0,"p",shellscript,content +1767,3031245,"experiments/sample.sh",276,0,"",shellscript,selection_keyboard +1768,3031317,"experiments/sample.sh",276,0,"o",shellscript,content +1769,3031317,"experiments/sample.sh",277,0,"",shellscript,selection_keyboard +1770,3031365,"experiments/sample.sh",277,0,"i",shellscript,content +1771,3031365,"experiments/sample.sh",278,0,"",shellscript,selection_keyboard +1772,3031438,"experiments/sample.sh",278,0,"n",shellscript,content +1773,3031438,"experiments/sample.sh",279,0,"",shellscript,selection_keyboard +1774,3031517,"experiments/sample.sh",279,0,"t",shellscript,content +1775,3031518,"experiments/sample.sh",280,0,"",shellscript,selection_keyboard +1776,3031765,"experiments/sample.sh",279,0,"",shellscript,selection_command +1777,3033770,"sample.py",0,0,"",python,tab +1778,3035074,"sample.py",4538,0,"",python,selection_command +1779,3035315,"sample.py",0,0,"",python,selection_command +1780,3035433,"sample.py",586,0,"",python,selection_command +1781,3037282,"experiments/sample.sh",0,0,"",shellscript,tab +1782,3039302,"TERMINAL",0,0,"bash experiments/dynamics_grain_tok_restore.sh ",,terminal_output +1783,3040160,"TERMINAL",0,0,"",,terminal_output +1784,3040686,"TERMINAL",0,0,"e",,terminal_output +1785,3040855,"TERMINAL",0,0,"xp",,terminal_output +1786,3041064,"TERMINAL",0,0,"eri",,terminal_output +1787,3041117,"TERMINAL",0,0,"m",,terminal_output +1788,3041225,"TERMINAL",0,0,"ents/",,terminal_output +1789,3041431,"TERMINAL",0,0,"s",,terminal_output +1790,3041508,"TERMINAL",0,0,"a",,terminal_output +1791,3041639,"TERMINAL",0,0,"pml",,terminal_output +1792,3041759,"TERMINAL",0,0,"",,terminal_output +1793,3042299,"TERMINAL",0,0,"",,terminal_output +1794,3042411,"TERMINAL",0,0,"",,terminal_output +1795,3042511,"TERMINAL",0,0,"",,terminal_output +1796,3042669,"TERMINAL",0,0,"m",,terminal_output +1797,3042741,"TERMINAL",0,0,"p",,terminal_output +1798,3042926,"TERMINAL",0,0,"le.sh ",,terminal_output +1799,3043343,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1800,3051672,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +1801,3055533,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +1802,3060859,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +1803,3061154,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +1804,3061257,"TERMINAL",0,0,"F0721 20:20:38.471648 872793 pjrt_stream_executor_client.cc:925] Non-OK-status: local_device->ThenExecuteCallback( local_device->host_to_device_stream(), [staging_buffer{std::move(staging_buffer)}, on_done_with_host_buffer{ std::move(on_done_with_host_buffer)}]() mutable { if (on_done_with_host_buffer) { std::move (*on_done_with_host_buffer)(); } })\r\nStatus: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +1805,3061354,"TERMINAL",0,0,"F0721 20:20:38.577433 872769 pjrt_stream_executor_client.cc:925] Non-OK-status: local_device->ThenExecuteCallback( local_device->host_to_device_stream(), [staging_buffer{std::move(staging_buffer)}, on_done_with_host_buffer{ std::move(on_done_with_host_buffer)}]() mutable { if (on_done_with_host_buffer) { std::move (*on_done_with_host_buffer)(); } })\r\nStatus: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +1806,3061706,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +1807,3061780,"TERMINAL",0,0,"2025-07-21 20:20:39.003770: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +1808,3062117,"TERMINAL",0,0,"2025-07-21 20:20:39.338380: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +1809,3062362,"TERMINAL",0,0,"*** Check failure stack trace: ***\r\n @ 0x7f9768c37754 absl::lts_20230802::log_internal::LogMessage::SendToLog()\r\n @ 0x7f9768c375c4 absl::lts_20230802::log_internal::LogMessage::Flush()\r\n @ 0x7f9768c37af9 absl::lts_20230802::log_internal::LogMessageFatal::~LogMessageFatal()\r\n @ 0x7f976099af9b std::_Function_handler<>::_M_invoke()\r\n @ 0x7f9768ac3bd4 Eigen::ThreadPoolTempl<>::WorkerLoop()\r\n @ 0x7f9768ac3a61 std::__invoke_impl<>()\r\n @ 0x7f9768ab162f tsl::(anonymous namespace)::PThread::ThreadFn()\r\n @ 0x7f9a45c89c02 start_thread\r\n*** Check failure stack trace: ***\r\n @ 0x7f9eb8c37754 absl::lts_20230802::log_internal::LogMessage::SendToLog()\r\n @ 0x7f9eb8c375c4 absl::lts_20230802::log_internal::LogMessage::Flush()\r\n @ 0x7f9eb8c37af9 absl::lts_20230802::log_internal::LogMessageFatal::~LogMessageFatal()\r\n @ 0x7f9eb099af9b std::_Function_handler<>::_M_invoke()\r\n @ 0x7f9eb8ac3bd4 Eigen::ThreadPoolTempl<>::WorkerLoop()\r\n @ 0x7f9eb8ac3a61 std::__invoke_impl<>()\r\n @ 0x7f9eb8ab162f tsl::(anonymous namespace)::PThread::ThreadFn()\r\n @ 0x7fa195c89c02 start_thread\r\n",,terminal_output +1810,3062977,"TERMINAL",0,0,"2025-07-21 20:20:40.196293: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +1811,3064420,"TERMINAL",0,0,"2025-07-21 20:20:41.634393: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1812,3064751,"TERMINAL",0,0,"2025-07-21 20:20:41.967619: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1813,3067134,"TERMINAL",0,0,"2025-07-21 20:20:44.354206: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1814,3067197,"TERMINAL",0,0,"2025-07-21 20:20:44.408029: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 20:20:44.418146: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1815,3068178,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 105, in __call__\r\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/tokenizer.py"", line 72, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 237, in __call__\r\n x = STBlock(\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 157, in __call__\r\n z = nn.MultiHeadAttention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/attention.py"", line 674, in __call__\r\n x = self.attention_fn(*attn_args, **attn_kwargs)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 341, in attention_fn\r\n output_4d = jax.nn.dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/nn/functions.py"", line 1204, in dot_product_attention\r\n out = cudnn_dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 2000, in dot_product_attention\r\n output = _dot_product_attention(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 1164, in _dot_product_attention\r\n output = _dot_product_attention_fwd(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 428, in _dot_product_attention_fwd\r\n outputs = _dot_product_attention_fwd_p_wrapper.bind(\r\njax._src.source_info_util.JaxStackTraceBeforeTransformation: jaxlib._jax.XlaRuntimeError: INTERNAL: Creation of local cudnn handle failed.\r\n\r\nThe preceding stack trace is the source of the JAX operation that, once transformed by JAX, triggered the following exception.\r\n\r\n--------------------\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 105, in __call__\r\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\r\n File ""/fast/home/franz.srambical/jafar/models/tokenizer.py"", line 72, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/fast/home/franz.srambical/jafar/utils/nn.py"", line 237, in __call__\r\n x = STBlock(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/cudnn/fused_attention_stablehlo.py"", line 541, in _dot_product_attention_fwd_impl\r\n outputs = _dot_product_attention_fwd_p.bind(\r\njaxlib._jax.XlaRuntimeError: INTERNAL: Creation of local cudnn handle failed.\r\n",,terminal_output +1816,3070993,"TERMINAL",0,0,"srun: error: hai004: task 3: Exited with exit code 1\r\n",,terminal_output +1817,3073331,"TERMINAL",0,0,"srun: error: hai004: task 7: Aborted (core dumped)\r\n",,terminal_output +1818,3073787,"TERMINAL",0,0,"srun: error: hai004: task 4: Aborted (core dumped)\r\n",,terminal_output +1819,3081158,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +1820,3086203,"TERMINAL",0,0,"2025-07-21 20:21:03.419306: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1821,3087089,"TERMINAL",0,0,"2025-07-21 20:21:04.312166: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1822,3089567,"TERMINAL",0,0,"2025-07-21 20:21:06.779162: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1823,3091572,"TERMINAL",0,0,"2025-07-21 20:21:08.769811: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n2025-07-21 20:21:08.798233: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1824,3092509,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +1825,3093086,"TERMINAL",0,0,"2025-07-21 20:21:10.307291: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +1826,3094893,"TERMINAL",0,0,"srun: error: hai004: task 6: Exited with exit code 1\r\n",,terminal_output +1827,3095977,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +1828,3098392,"TERMINAL",0,0,"srun: error: hai004: task 1: Exited with exit code 1\r\n",,terminal_output +1829,3100082,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +1830,3101830,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +1831,3101948,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +1832,3102519,"TERMINAL",0,0,"srun: error: hai004: task 5: Exited with exit code 1\r\n",,terminal_output +1833,3105148,"TERMINAL",0,0,"srun: error: hai004: task 0: Exited with exit code 1\r\n",,terminal_output +1834,3105652,"TERMINAL",0,0,"srun: error: hai004: task 2: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h(jafar) [franz.srambical@hai004.haicore.berlin:~/jafar] $ ",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c66923f3-2a2a-4b19-880b-c1a8bfe1bf981753195775955-2025_07_22-16.49.43.384/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c66923f3-2a2a-4b19-880b-c1a8bfe1bf981753195775955-2025_07_22-16.49.43.384/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..293fcfa12f0e4c58629481271dc985e552fc3a11 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c66923f3-2a2a-4b19-880b-c1a8bfe1bf981753195775955-2025_07_22-16.49.43.384/source.csv @@ -0,0 +1,79 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Attention core modules for Flax.""""""\nfrom __future__ import annotations\n\nimport functools\nimport inspect\nimport warnings\nfrom typing import Any, overload\nfrom collections.abc import Callable\n\nimport jax\nimport jax.numpy as jnp\nfrom jax import lax, random\n\nfrom flax.linen import initializers\nfrom flax.linen.dtypes import promote_dtype\nfrom flax.linen.linear import (\n DenseGeneral,\n default_kernel_init,\n)\nfrom flax.linen.module import Module, compact, merge_param\nfrom flax.linen.normalization import LayerNorm\nfrom flax.typing import (\n Array,\n PRNGKey,\n Dtype,\n Shape as Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n)\n\n\ndef dot_product_attention_weights(\n query: Array,\n key: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention weights given query and key.\n\n Used by :func:`dot_product_attention`, which is what you'll most likely use.\n But if you want access to the attention weights for introspection, then\n you can directly call this function and call einsum yourself.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs and params)\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in einsum.\n einsum: If unspecified, default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and `einsum` are\n specified.\n\n Returns:\n Output of shape ``[batch..., num_heads, q_length, kv_length]``.\n """"""\n if (precision or einsum_dot_general) and einsum:\n raise ValueError(\n 'precision/einsum_dot_general and einsum are mutually exclusive. Please'\n ' specify only one of them.'\n )\n if not einsum:\n einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n\n query, key = promote_dtype(query, key, dtype=dtype)\n dtype = query.dtype\n\n assert query.ndim == key.ndim, 'q, k must have same rank.'\n assert query.shape[:-3] == key.shape[:-3], 'q, k batch dims must match.'\n assert query.shape[-2] == key.shape[-2], 'q, k num_heads must match.'\n assert query.shape[-1] == key.shape[-1], 'q, k depths must match.'\n\n # calculate attention matrix\n depth = query.shape[-1]\n query = query / jnp.sqrt(depth).astype(dtype)\n # attn weight shape is (batch..., num_heads, q_length, kv_length)\n attn_weights = einsum('...qhd,...khd->...hqk', query, key)\n\n # apply attention bias: masking, dropout, proximity bias, etc.\n if bias is not None:\n attn_weights = attn_weights + bias\n # apply attention mask\n if mask is not None:\n big_neg = jnp.finfo(dtype).min\n attn_weights = jnp.where(mask, attn_weights, big_neg)\n\n # normalize the attention weights\n if force_fp32_for_softmax and dtype != jnp.float32:\n attn_weights = jax.nn.softmax(attn_weights.astype(jnp.float32))\n else:\n attn_weights = jax.nn.softmax(attn_weights).astype(dtype)\n\n if module:\n module.sow('intermediates', 'attention_weights', attn_weights)\n\n # apply attention dropout\n if not deterministic and dropout_rate > 0.0:\n keep_prob = 1.0 - dropout_rate\n if broadcast_dropout:\n # dropout is broadcast across the batch + head dimensions\n dropout_shape = tuple([1] * (key.ndim - 2)) + attn_weights.shape[-2:]\n keep = random.bernoulli(dropout_rng, keep_prob, dropout_shape) # type: ignore\n else:\n keep = random.bernoulli(dropout_rng, keep_prob, attn_weights.shape) # type: ignore\n multiplier = keep.astype(dtype) / jnp.asarray(keep_prob, dtype=dtype)\n attn_weights = attn_weights * multiplier\n\n return attn_weights\n\n\ndef dot_product_attention(\n query: Array,\n key: Array,\n value: Array,\n bias: Array | None = None,\n mask: Array | None = None,\n broadcast_dropout: bool = True,\n dropout_rng: PRNGKey | None = None,\n dropout_rate: float = 0.0,\n deterministic: bool = False,\n dtype: Dtype | None = None,\n precision: PrecisionLike = None,\n module: Module | None = None,\n force_fp32_for_softmax: bool = False,\n einsum_dot_general: Callable[..., Array] | None = None,\n qk_attn_weights_einsum: Callable[..., Array] | None = None,\n attn_weights_value_einsum: Callable[..., Array] | None = None,\n):\n """"""Computes dot-product attention given query, key, and value.\n\n This is the core function for applying attention based on\n https://arxiv.org/abs/1706.03762. It calculates the attention weights given\n query and key and combines the values using the attention weights.\n\n .. note::\n ``query``, ``key``, ``value`` needn't have any batch dimensions.\n\n Args:\n query: queries for calculating attention with shape of ``[batch...,\n q_length, num_heads, qk_depth_per_head]``.\n key: keys for calculating attention with shape of ``[batch..., kv_length,\n num_heads, qk_depth_per_head]``.\n value: values to be used in attention with shape of ``[batch..., kv_length,\n num_heads, v_depth_per_head]``.\n bias: bias for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks, padding masks, proximity bias, etc.\n mask: mask for the attention weights. This should be broadcastable to the\n shape ``[batch..., num_heads, q_length, kv_length]``. This can be used for\n incorporating causal masks. Attention weights are masked out if their\n corresponding mask value is ``False``.\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rng: JAX PRNGKey: to be used for dropout\n dropout_rate: dropout rate\n deterministic: bool, deterministic or not (to apply dropout)\n dtype: the dtype of the computation (default: infer from inputs)\n precision: numerical precision of the computation see ``jax.lax.Precision`\n for details.\n module: the Module that will sow the attention weights into the\n 'intermediates' collection. Remember to mark 'intermediates' as mutable\n via ``mutable=['intermediates']`` in order to have that collection\n returned. If ``module`` is None, the attention weights will not be sowed.\n force_fp32_for_softmax: bool, whether to force the softmax to be computed in\n fp32. This is useful for mixed-precision training where higher precision\n is desired for numerical stability.\n einsum_dot_general: the dot_general to use in `jnp.einsum`.\n qk_attn_weights_einsum: the einsum for computing the attention weights. When\n unspecified, the default `jnp.einsum` will be used. This argument is\n mutually exclusive with `precision` and `einsum_dot_general`.\n attn_weights_value_einsum: the einsum for computing the product of the\n attention weights and the values. When unspecified, the default\n `jnp.einsum` will be used. This argument is mutually exclusive with\n `precision` and `einsum_dot_general`.\n\n Returns:\n Output of shape ``[batch..., q_length, num_heads, v_depth_per_head]``.\n\n Raises:\n ValueError: if both `precision`/`einsum_dot_general` and\n `qk_attn_weights_einsum`/`attn_weights_value_einsum` are\n specified.\n """"""\n if (qk_attn_weights_einsum and not attn_weights_value_einsum) or (\n not qk_attn_weights_einsum and attn_weights_value_einsum\n ):\n raise ValueError(\n 'qk_attn_weights_einsum and attn_weights_value_einsum must be specified'\n ' together.'\n )\n if (precision or einsum_dot_general) and (\n qk_attn_weights_einsum or attn_weights_value_einsum\n ):\n raise ValueError(\n 'precision/einsum_dot_general and'\n ' qk_attn_weights_einsum/attn_weights_value_einsum are mutually'\n ' exclusive. Please specify only one of them.'\n )\n\n query, key, value = promote_dtype(query, key, value, dtype=dtype)\n dtype = query.dtype\n assert key.ndim == query.ndim == value.ndim, 'q, k, v must have same rank.'\n assert (\n query.shape[:-3] == key.shape[:-3] == value.shape[:-3]\n ), 'q, k, v batch dims must match.'\n assert (\n query.shape[-2] == key.shape[-2] == value.shape[-2]\n ), 'q, k, v num_heads must match.'\n assert key.shape[-3] == value.shape[-3], 'k, v lengths must match.'\n\n # compute attention weights\n attn_weights = dot_product_attention_weights(\n query,\n key,\n bias,\n mask,\n broadcast_dropout,\n dropout_rng,\n dropout_rate,\n deterministic,\n dtype,\n precision,\n module,\n force_fp32_for_softmax,\n einsum_dot_general=einsum_dot_general,\n einsum=qk_attn_weights_einsum,\n )\n if not attn_weights_value_einsum:\n attn_weights_value_einsum = functools.partial(\n jnp.einsum,\n precision=precision,\n _dot_general=einsum_dot_general\n if einsum_dot_general\n else jax.lax.dot_general,\n )\n # return weighted sum over values for each query position\n return attn_weights_value_einsum(\n '...hqk,...khd->...qhd',\n attn_weights,\n value,\n )\n\n\nclass MultiHeadDotProductAttention(Module):\n """"""Multi-head dot-product attention.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadDotProductAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: Number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: The dtype of the computation (default: infer from inputs and params)\n param_dtype: The dtype passed to parameter initializers (default: float32)\n qkv_features: Dimension of the key, query, and value.\n out_features: Dimension of the last projection\n broadcast_dropout: Use a broadcasted dropout along batch dims.\n dropout_rate: Dropout rate.\n deterministic: If False, the attention weight is masked randomly using\n dropout, whereas if True, the attention weights are deterministic.\n precision: Numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: Initializer for the kernel of the Dense layers.\n out_kernel_init: Optional Initializer for the kernel of the output Dense layer,\n if None, ``kernel_init`` will be used.\n bias_init: Initializer for the bias of the Dense layers.\n out_bias_init: Optional Initializer for the bias of the output Dense layer,\n if None, ``bias_init`` will be used.\n use_bias: Whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: Whether to prepare and use an autoregressive cache.\n normalize_qk: Should QK normalization be applied (arxiv.org/abs/2302.05442).\n qk_attn_weights_einsum_cls: factory function to create the einsum for\n computing the attention weights.\n attn_weights_value_einsum_cls: factory function to create the einsum for\n computing the product of the attention weights and the values.\n """"""\n\n num_heads: int\n dtype: Dtype | None = None\n param_dtype: Dtype = jnp.float32\n qkv_features: int | None = None\n out_features: int | None = None\n broadcast_dropout: bool = True\n dropout_rate: float = 0.0\n deterministic: bool | None = None\n precision: PrecisionLike = None\n kernel_init: Initializer = default_kernel_init\n out_kernel_init: Initializer | None = None\n bias_init: Initializer = initializers.zeros_init()\n out_bias_init: Initializer | None = None\n use_bias: bool = True\n attention_fn: Callable[..., Array] = dot_product_attention\n decode: bool = False\n normalize_qk: bool = False\n force_fp32_for_softmax: bool = False\n # Deprecated, will be removed.\n qkv_dot_general: DotGeneralT | None = None\n out_dot_general: DotGeneralT | None = None\n qkv_dot_general_cls: Any = None\n out_dot_general_cls: Any = None\n qk_attn_weights_einsum_cls: Callable[..., Callable[..., Array]] | None = None\n attn_weights_value_einsum_cls: Callable[..., Callable[..., Array]] | None = (\n None\n )\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @overload\n def __call__(\n self,\n inputs_q: Array,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n ...\n\n @compact\n def __call__(\n self,\n inputs_q: Array,\n inputs_k: Array | None = None,\n inputs_v: Array | None = None,\n *,\n inputs_kv: Array | None = None,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n If both inputs_k and inputs_v are None, they will both copy the value of\n inputs_q (self attention).\n If only inputs_v is None, it will copy the value of inputs_k.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n inputs_k: key of shape ``[batch_sizes..., length, features]``. If None,\n inputs_k will copy the value of inputs_q.\n inputs_v: values of shape ``[batch_sizes..., length, features]``. If None,\n inputs_v will copy the value of inputs_k.\n inputs_kv: key/values of shape ``[batch_sizes..., length, features]``. If\n None, inputs_kv will copy the value of inputs_q. This arg will be\n deprecated soon. Use inputs_k and inputs_v instead.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n dropout_rng: optional rng key to pass to the attention layer's dropout\n mask. Otherwise, self.make_rng('dropout') is used instead.\n sow_weights: if ``True``, the attention weights are sowed into the\n 'intermediates' collection. Remember to mark 'intermediates' as\n mutable via ``mutable=['intermediates']`` in order to have that\n collection returned.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n if inputs_kv is not None:\n if inputs_k is not None or inputs_v is not None:\n raise ValueError(\n 'If either `inputs_k` or `inputs_v` is not None, '\n '`inputs_kv` must be None. If `inputs_kv` is not None, both `inputs_k` '\n 'and `inputs_v` must be None. We recommend using `inputs_k` and '\n '`inputs_v` args, since `inputs_kv` will be deprecated soon. See '\n 'https://github.com/google/flax/discussions/3389 for more '\n 'information.'\n )\n inputs_k = inputs_v = inputs_kv\n warnings.warn(\n 'The inputs_kv arg will be deprecated soon. '\n 'Use inputs_k and inputs_v instead. See '\n 'https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n else:\n if inputs_k is None:\n if inputs_v is not None:\n raise ValueError(\n '`inputs_k` cannot be None if `inputs_v` is not None. '\n 'To have both `inputs_k` and `inputs_v` be the same value, pass in the '\n 'value to `inputs_k` and leave `inputs_v` as None.'\n )\n inputs_k = inputs_q\n if inputs_v is None:\n inputs_v = inputs_k\n elif inputs_v.shape[-1] == inputs_v.shape[-2]:\n warnings.warn(\n f'You are passing an array of shape {inputs_v.shape} '\n 'to the `inputs_v` arg, when you may have intended '\n 'to pass it to the `mask` arg. As of Flax version '\n '0.7.4, the function signature of '\n ""MultiHeadDotProductAttention's `__call__` method ""\n 'has changed to `__call__(inputs_q, inputs_k=None, '\n 'inputs_v=None, *, inputs_kv=None, mask=None, '\n 'deterministic=None)`. Use the kwarg `mask` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'and read the docstring for more information.',\n DeprecationWarning,\n )\n\n features = self.out_features or inputs_q.shape[-1]\n qkv_features = self.qkv_features or inputs_q.shape[-1]\n assert qkv_features % self.num_heads == 0, (\n f'Memory dimension ({qkv_features}) must be divisible by number of'\n f' heads ({self.num_heads}).'\n )\n head_dim = qkv_features // self.num_heads\n\n dense = functools.partial(\n DenseGeneral,\n axis=-1,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n features=(self.num_heads, head_dim),\n kernel_init=self.kernel_init,\n bias_init=self.bias_init,\n use_bias=self.use_bias,\n precision=self.precision,\n dot_general=self.qkv_dot_general,\n dot_general_cls=self.qkv_dot_general_cls,\n )\n # project inputs_q to multi-headed q/k/v\n # dimensions are then [batch..., length, n_heads, n_features_per_head]\n query, key, value = (\n dense(name='query')(inputs_q),\n dense(name='key')(inputs_k),\n dense(name='value')(inputs_v),\n )\n\n if self.normalize_qk:\n # Normalizing query and key projections stabilizes training with higher\n # LR. See ViT-22B paper http://arxiv.org/abs/2302.05442 for analysis.\n query = LayerNorm(\n name='query_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(query) # type: ignore[call-arg]\n key = LayerNorm(\n name='key_ln',\n use_bias=False,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n )(key) # type: ignore[call-arg]\n\n # During fast autoregressive decoding, we feed one position at a time,\n # and cache the keys and values step by step.\n if self.decode:\n # detect if we're initializing by absence of existing cache data.\n is_initialized = self.has_variable('cache', 'cached_key')\n cached_key = self.variable(\n 'cache', 'cached_key', jnp.zeros, key.shape, key.dtype\n )\n cached_value = self.variable(\n 'cache', 'cached_value', jnp.zeros, value.shape, value.dtype\n )\n cache_index = self.variable(\n 'cache', 'cache_index', lambda: jnp.array(0, dtype=jnp.int32)\n )\n if is_initialized:\n (\n *batch_dims,\n max_length,\n num_heads,\n depth_per_head,\n ) = cached_key.value.shape\n # shape check of cached keys against query input\n expected_shape = tuple(batch_dims) + (1, num_heads, depth_per_head)\n if expected_shape != query.shape:\n raise ValueError(\n 'Autoregressive cache shape error, '\n 'expected query shape %s instead got %s.'\n % (expected_shape, query.shape)\n )\n # update key, value caches with our new 1d spatial slices\n cur_index = cache_index.value\n zero = jnp.array(0, dtype=lax.dtype(cur_index.dtype))\n indices: tuple[int | jax.Array, ...] = (zero,) * len(\n batch_dims\n ) + (\n cur_index,\n zero,\n zero,\n )\n key = lax.dynamic_update_slice(cached_key.value, key, indices)\n value = lax.dynamic_update_slice(cached_value.value, value, indices)\n cached_key.value = key\n cached_value.value = value\n cache_index.value = cache_index.value + 1\n # causal mask for cached decoder self-attention:\n # our single query position should only attend to those key\n # positions that have already been generated and cached,\n # not the remaining zero elements.\n mask = combine_masks(\n mask,\n jnp.broadcast_to(\n jnp.arange(max_length) <= cur_index,\n tuple(batch_dims) + (1, 1, max_length),\n ),\n )\n\n if (\n self.dropout_rate > 0.0\n ): # Require `deterministic` only if using dropout.\n m_deterministic = merge_param(\n 'deterministic', self.deterministic, deterministic\n )\n if not m_deterministic and dropout_rng is None:\n dropout_rng = self.make_rng('dropout')\n else:\n m_deterministic = True\n\n # `qk_attn_weights_einsum` and `attn_weights_value_einsum` are optional\n # arguments that can be used to override the default `jnp.einsum`. They\n # exist for quantized einsum support in AQT.\n qk_attn_weights_einsum = (\n self.qk_attn_weights_einsum_cls()\n if self.qk_attn_weights_einsum_cls\n else None\n )\n attn_weights_value_einsum = (\n self.attn_weights_value_einsum_cls()\n if self.attn_weights_value_einsum_cls\n else None\n )\n # apply attention\n attn_args = (query, key, value)\n # This kwargs list match the default nn.dot_product_attention.\n # For custom `attention_fn`s, invalid kwargs will be filtered.\n attn_kwargs = dict(\n mask=mask,\n dropout_rng=dropout_rng,\n dropout_rate=self.dropout_rate,\n broadcast_dropout=self.broadcast_dropout,\n deterministic=m_deterministic,\n dtype=self.dtype,\n precision=self.precision,\n force_fp32_for_softmax=self.force_fp32_for_softmax,\n qk_attn_weights_einsum=qk_attn_weights_einsum,\n attn_weights_value_einsum=attn_weights_value_einsum,\n )\n attn_kwargs = {\n k: v\n for k, v in attn_kwargs.items()\n if k in inspect.signature(self.attention_fn).parameters\n }\n if sow_weights:\n x = self.attention_fn(*attn_args, **attn_kwargs, module=self)\n else:\n x = self.attention_fn(*attn_args, **attn_kwargs)\n # back to the original inputs dimensions\n out = DenseGeneral(\n features=features,\n axis=(-2, -1),\n kernel_init=self.out_kernel_init or self.kernel_init,\n bias_init=self.out_bias_init or self.bias_init,\n use_bias=self.use_bias,\n dtype=self.dtype,\n param_dtype=self.param_dtype,\n precision=self.precision,\n dot_general=self.out_dot_general,\n dot_general_cls=self.out_dot_general_cls,\n name='out', # type: ignore[call-arg]\n )(x)\n return out\n\n\nclass MultiHeadAttention(MultiHeadDotProductAttention):\n """"""Multi-head dot-product attention.\n Alias for ``MultiHeadDotProductAttention``.\n\n **NOTE**: ``MultiHeadAttention`` is a wrapper of ``MultiHeadDotProductAttention``,\n and so their implementations are identical. However ``MultiHeadAttention`` layers\n will, by default, be named ``MultiHeadAttention_{index}``, whereas ``MultiHeadDotProductAttention``\n will be named ``MultiHeadDotProductAttention_{index}``. Therefore, this could affect\n checkpointing, param collection names and RNG threading (since the layer name is\n used when generating new RNG's) within the module.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax\n\n >>> layer = nn.MultiHeadAttention(num_heads=8, qkv_features=16)\n >>> key1, key2, key3, key4, key5, key6 = jax.random.split(jax.random.key(0), 6)\n >>> shape = (4, 3, 2, 5)\n >>> q, k, v = jax.random.uniform(key1, shape), jax.random.uniform(key2, shape), jax.random.uniform(key3, shape)\n >>> variables = layer.init(jax.random.key(0), q)\n\n >>> # different inputs for inputs_q, inputs_k and inputs_v\n >>> out = layer.apply(variables, q, k, v)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=k, inputs_v=k)\n >>> out = layer.apply(variables, q, k)\n >>> # equivalent to layer.apply(variables, inputs_q=q, inputs_k=q) and layer.apply(variables, inputs_q=q, inputs_k=q, inputs_v=q)\n >>> out = layer.apply(variables, q)\n\n >>> attention_kwargs = dict(\n ... num_heads=8,\n ... qkv_features=16,\n ... kernel_init=nn.initializers.ones,\n ... bias_init=nn.initializers.zeros,\n ... dropout_rate=0.5,\n ... deterministic=False,\n ... )\n >>> class Module(nn.Module):\n ... attention_kwargs: dict\n ...\n ... @nn.compact\n ... def __call__(self, x, dropout_rng=None):\n ... out1 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... out2 = nn.MultiHeadAttention(**self.attention_kwargs)(x, dropout_rng=dropout_rng)\n ... return out1, out2\n >>> module = Module(attention_kwargs)\n >>> variables = module.init({'params': key1, 'dropout': key2}, q)\n\n >>> # out1 and out2 are different.\n >>> out1, out2 = module.apply(variables, q, rngs={'dropout': key3})\n >>> # out3 and out4 are different.\n >>> # out1 and out3 are different. out2 and out4 are different.\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key4})\n >>> # out1 and out2 are the same.\n >>> out1, out2 = module.apply(variables, q, dropout_rng=key5)\n >>> # out1 and out2 are the same as out3 and out4.\n >>> # providing a `dropout_rng` arg will take precedence over the `rngs` arg in `.apply`\n >>> out3, out4 = module.apply(variables, q, rngs={'dropout': key6}, dropout_rng=key5)\n\n Attributes:\n num_heads: number of attention heads. Features (i.e. inputs_q.shape[-1])\n should be divisible by the number of heads.\n dtype: the dtype of the computation (default: infer from inputs and params)\n param_dtype: the dtype passed to parameter initializers (default: float32)\n qkv_features: dimension of the key, query, and value.\n out_features: dimension of the last projection\n broadcast_dropout: bool: use a broadcasted dropout along batch dims.\n dropout_rate: dropout rate\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the kernel of the Dense layers.\n bias_init: initializer for the bias of the Dense layers.\n use_bias: bool: whether pointwise QKVO dense transforms use bias.\n attention_fn: dot_product_attention or compatible function. Accepts query,\n key, value, and returns output of shape ``[bs, dim1, dim2, ..., dimN,,\n num_heads, value_channels]``\n decode: whether to prepare and use an autoregressive cache.\n normalize_qk: should QK normalization be applied (arxiv.org/abs/2302.05442).\n """"""\n\n\nclass SelfAttention(MultiHeadDotProductAttention):\n """"""Self-attention special case of multi-head dot-product attention.\n This layer is deprecated in favor of ``MultiHeadDotProductAttention``.\n\n Example usage::\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> layer = nn.MultiHeadDotProductAttention(num_heads=8, qkv_features=16)\n >>> variables = layer.init(jax.random.key(0), jnp.ones((4, 3, 2, 5)))\n """"""\n\n @compact\n def __call__( # type: ignore\n self,\n inputs_q: Array,\n mask: Array | None = None,\n deterministic: bool | None = None,\n dropout_rng: PRNGKey | None = None,\n sow_weights: bool = False,\n ):\n """"""Applies multi-head dot product self-attention on the input data.\n\n Projects the inputs into multi-headed query, key, and value vectors,\n applies dot-product attention and project the results to an output vector.\n\n Args:\n inputs_q: input queries of shape ``[batch_sizes..., length, features]``.\n mask: attention mask of shape ``[batch_sizes..., num_heads, query_length,\n key/value_length]``. Attention weights are masked out if their\n corresponding mask value is ``False``.\n deterministic: if false, the attention weight is masked randomly using\n dropout, whereas if true, the attention weights are deterministic.\n\n Returns:\n output of shape ``[batch_sizes..., length, features]``.\n """"""\n warnings.warn(\n 'SelfAttention will be deprecated soon. Use '\n '`MultiHeadDotProductAttention.__call__(inputs_q)` instead. '\n 'See https://github.com/google/flax/discussions/3389 '\n 'for more information.',\n DeprecationWarning,\n )\n return super().__call__(\n inputs_q,\n mask=mask,\n deterministic=deterministic,\n dropout_rng=dropout_rng,\n sow_weights=sow_weights,\n )\n\n\n# mask-making utility functions\n\n\ndef make_attention_mask(\n query_input: Array,\n key_input: Array,\n pairwise_fn: Callable[..., Any] = jnp.multiply,\n extra_batch_dims: int = 0,\n dtype: Dtype = jnp.float32,\n):\n """"""Mask-making helper for attention weights.\n\n In case of 1d inputs (i.e., ``[batch..., len_q]``, ``[batch..., len_kv]``, the\n attention weights will be ``[batch..., heads, len_q, len_kv]`` and this\n function will produce ``[batch..., 1, len_q, len_kv]``.\n\n Args:\n query_input: a batched, flat input of query_length size\n key_input: a batched, flat input of key_length size\n pairwise_fn: broadcasting elementwise comparison function\n extra_batch_dims: number of extra batch dims to add singleton axes for, none\n by default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len_q, len_kv]`` shaped mask for 1d attention.\n """"""\n mask = pairwise_fn(\n jnp.expand_dims(query_input, axis=-1), jnp.expand_dims(key_input, axis=-2)\n )\n mask = jnp.expand_dims(mask, axis=-3)\n mask = jnp.expand_dims(mask, axis=tuple(range(extra_batch_dims)))\n return mask.astype(dtype)\n\n\ndef make_causal_mask(\n x: Array, extra_batch_dims: int = 0, dtype: Dtype = jnp.float32\n) -> Array:\n """"""Make a causal mask for self-attention.\n\n In case of 1d inputs (i.e., ``[batch..., len]``, the self-attention weights\n will be ``[batch..., heads, len, len]`` and this function will produce a\n causal mask of shape ``[batch..., 1, len, len]``.\n\n Args:\n x: input array of shape ``[batch..., len]``\n extra_batch_dims: number of batch dims to add singleton axes for, none by\n default\n dtype: mask return dtype\n\n Returns:\n A ``[batch..., 1, len, len]`` shaped causal mask for 1d attention.\n """"""\n idxs = jnp.broadcast_to(jnp.arange(x.shape[-1], dtype=jnp.int32), x.shape)\n return make_attention_mask(\n idxs,\n idxs,\n jnp.greater_equal,\n extra_batch_dims=extra_batch_dims,\n dtype=dtype,\n )\n\n\ndef combine_masks(\n *masks: Array | None, dtype: Dtype = jnp.float32\n) -> Array | None:\n """"""Combine attention masks.\n\n Args:\n *masks: set of attention mask arguments to combine, some can be None.\n dtype: dtype for the returned mask.\n\n Returns:\n Combined mask, reduced by logical and, returns None if no masks given.\n """"""\n masks_list = [m for m in masks if m is not None]\n if not masks_list:\n return None\n assert all(\n map(lambda x: x.ndim == masks_list[0].ndim, masks_list)\n ), f'masks must have same rank: {tuple(map(lambda x: x.ndim, masks_list))}'\n mask, *other_masks = masks_list\n for other_mask in other_masks:\n mask = jnp.logical_and(mask, other_mask)\n return mask.astype(dtype)\n",python,tab +2,162,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"4:49:43 PM [info] Activating crowd-code\n4:49:43 PM [info] Recording started\n4:49:43 PM [info] Initializing git provider using file system watchers...\n",Log,tab +3,204,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"4:49:43 PM [info] Git repository found\n4:49:43 PM [info] Git provider initialized successfully\n4:49:43 PM [info] Initial git state: [object Object]\n",Log,content +4,972,".venv/lib/python3.10/site-packages/flax/linen/attention.py",0,0,"",python,tab +5,40295,".venv/lib/python3.10/site-packages/flax/linen/attention.py",13921,0,"",python,selection_command +6,40716,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16444,0,"",python,selection_command +7,42300,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16399,0,"",python,selection_command +8,42558,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16366,0,"",python,selection_command +9,42580,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16327,0,"",python,selection_command +10,42613,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16298,0,"",python,selection_command +11,42645,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16275,0,"",python,selection_command +12,42673,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16214,0,"",python,selection_command +13,42711,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16190,0,"",python,selection_command +14,42743,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16147,0,"",python,selection_command +15,42777,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16094,0,"",python,selection_command +16,42810,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16049,0,"",python,selection_command +17,42844,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16000,0,"",python,selection_command +18,42878,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15966,0,"",python,selection_command +19,42911,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15930,0,"",python,selection_command +20,42945,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15902,0,"",python,selection_command +21,42977,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15869,0,"",python,selection_command +22,43011,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15835,0,"",python,selection_command +23,43044,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15801,0,"",python,selection_command +24,43077,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15766,0,"",python,selection_command +25,43110,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15737,0,"",python,selection_command +26,43143,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15720,0,"",python,selection_command +27,43177,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15717,0,"",python,selection_command +28,43229,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15713,0,"",python,selection_command +29,43246,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15644,0,"",python,selection_command +30,43278,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15567,0,"",python,selection_command +31,43311,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15528,0,"",python,selection_command +32,43344,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15454,0,"",python,selection_command +33,43378,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15528,0,"",python,selection_command +34,43635,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15567,0,"",python,selection_command +35,43664,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15644,0,"",python,selection_command +36,43694,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15713,0,"",python,selection_command +37,43727,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15717,0,"",python,selection_command +38,43761,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15720,0,"",python,selection_command +39,43793,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15737,0,"",python,selection_command +40,43827,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15766,0,"",python,selection_command +41,43861,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15801,0,"",python,selection_command +42,43895,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15835,0,"",python,selection_command +43,43930,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15869,0,"",python,selection_command +44,43962,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15902,0,"",python,selection_command +45,43996,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15930,0,"",python,selection_command +46,44030,".venv/lib/python3.10/site-packages/flax/linen/attention.py",15966,0,"",python,selection_command +47,44066,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16000,0,"",python,selection_command +48,44782,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16049,0,"",python,selection_command +49,45035,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16094,0,"",python,selection_command +50,45063,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16147,0,"",python,selection_command +51,45095,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16190,0,"",python,selection_command +52,45210,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16214,0,"",python,selection_command +53,45384,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16275,0,"",python,selection_command +54,45643,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16298,0,"",python,selection_command +55,45666,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16327,0,"",python,selection_command +56,45695,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16366,0,"",python,selection_command +57,45732,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16399,0,"",python,selection_command +58,45761,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16444,0,"",python,selection_command +59,45795,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16489,0,"",python,selection_command +60,45934,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16523,0,"",python,selection_command +61,46084,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16557,0,"",python,selection_command +62,50566,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16523,0,"",python,selection_command +63,50816,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16489,0,"",python,selection_command +64,50854,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16444,0,"",python,selection_command +65,50871,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16399,0,"",python,selection_command +66,50900,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16366,0,"",python,selection_command +67,50936,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16327,0,"",python,selection_command +68,51045,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16298,0,"",python,selection_command +69,51198,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16275,0,"",python,selection_command +70,51334,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16214,0,"",python,selection_command +71,51454,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16190,0,"",python,selection_command +72,51622,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16147,0,"",python,selection_command +73,51714,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16190,0,"",python,selection_command +74,51898,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16214,0,"",python,selection_command +75,52063,".venv/lib/python3.10/site-packages/flax/linen/attention.py",16275,0,"",python,selection_command +76,53668,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22967,0,"",python,selection_command +77,55696,".venv/lib/python3.10/site-packages/flax/linen/attention.py",22987,0,"",python,selection_command +78,55812,".venv/lib/python3.10/site-packages/flax/linen/attention.py",23059,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c877f8c1-c8e0-4a7b-8720-40bb4df915221754138206219-2025_08_02-14.36.55.608/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c877f8c1-c8e0-4a7b-8720-40bb4df915221754138206219-2025_08_02-14.36.55.608/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..b458116df419c2beb541e9533bcb7962630944d7 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-c877f8c1-c8e0-4a7b-8720-40bb4df915221754138206219-2025_08_02-14.36.55.608/source.csv @@ -0,0 +1,314 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"genie.py",0,0,"from typing import Dict\nimport time\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsCausal\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_type: str,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n decode: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_type = dyna_type\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n if self.dyna_type == ""maskgit"":\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n elif self.dyna_type == ""causal"":\n self.dynamics = DynamicsCausal(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n decode=decode,\n rngs=rngs,\n )\n else:\n raise ValueError(f""Invalid dynamics type: {self.dyna_type}"")\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n videos_BTHWC = batch[""videos""]\n tokenizer_outputs = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_indices_BTN = tokenizer_outputs[""indices""]\n lam_outputs = self.lam.vq_encode(videos_BTHWC, training=False)\n z_q_BTm11L = lam_outputs[""z_q""]\n action_indices_E = lam_outputs[""indices""]\n latent_actions_BTm11L = jax.lax.cond(\n self.lam_co_train,\n lambda: z_q_BTm11L,\n lambda: jax.lax.stop_gradient(z_q_BTm11L),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(token_indices_BTN),\n latent_actions=latent_actions_BTm11L,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits_BTNV, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits_BTNV\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices_BTN = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices_BTN, (H, W))\n outputs[""lam_indices""] = action_indices_E\n return outputs\n\n # FIXME (f.srambical): sampling should be moved to the dynamics classes\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, mask_BSN, action_tokens_EL = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = self.dynamics.patch_embed(token_idxs_BSN)\n mask_token_111M = self.dynamics.mask_token.value\n mask_expanded_BSN1 = mask_BSN[..., None]\n vid_embed_BSNM = jnp.where(mask_expanded_BSN1, mask_token_111M, vid_embed_BSNM)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = self.dynamics.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNM += act_embed_BS1M\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits_BSNV = self.dynamics.transformer(vid_embed_BSNM) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_BSN = jnp.argmax(final_logits_BSNV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_BSN = jax.random.categorical(_rng, final_logits_BSNV)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs_BSN = gather_fn(\n jax.nn.softmax(final_logits_BSNV), sampled_token_idxs_BSN\n )\n final_token_probs_BSN += ~mask_BSN\n # Update masked tokens only\n token_idxs_BSN = jnp.where(mask_BSN, sampled_token_idxs_BSN, token_idxs_BSN)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask_N = jnp.arange(final_token_probs_BSN.shape[-1]) > num_unmasked_tokens\n sorted_idxs_BSN = jnp.argsort(final_token_probs_BSN, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask_N))\n new_mask_BSN = mask_update_fn(mask_BSN, sorted_idxs_BSN)\n\n new_carry = (rng, token_idxs_BSN, new_mask_BSN, action_tokens_EL)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs_BSN = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask_S = jnp.arange(seq_len) >= step_t\n mask_BSN = jnp.broadcast_to(mask_S[None, :, None], (B, seq_len, N)).astype(\n bool\n )\n masked_token_idxs_BSN = current_token_idxs_BSN * ~mask_BSN\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs_BSN,\n mask_BSN,\n action_tokens_EL,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs_BSN = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs_BSN)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs_BSN)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs_BSN = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def sample_causal(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: number of patches per frame\n M: model dimension\n S: sequence length\n H: height\n W: width\n E: B * (S - 1)\n """"""\n # FIXME (f.srambical): reset spatial kv cache after each frame\n assert isinstance(self.dynamics, DynamicsCausal)\n # --- Encode videos and actions ---\n videos_BTHWC = batch[""videos""]\n latent_actions_E = batch[""latent_actions""]\n tokenizer_out = self.tokenizer.vq_encode(videos_BTHWC, training=False)\n token_idxs_BTN = tokenizer_out[""indices""]\n B, T, N = token_idxs_BTN.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs_BTN.dtype)\n token_idxs_BSN = jnp.concatenate([token_idxs_BTN, pad], axis=1)\n action_tokens_EL = self.lam.vq.get_codes(latent_actions_E)\n dynamics_causal: DynamicsCausal = self.dynamics\n\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * seq_len, (N + 1), self.dyna_dim), dtype=self.dtype)\n block.temporal_attention.init_cache((B * (N + 1), seq_len, self.dyna_dim), dtype=self.dtype)\n\n def causal_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step_n: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs_BSN, action_tokens_EL, step_t = carry\n S, N = token_idxs_BSN.shape[1:]\n L = action_tokens_EL.shape[-1]\n\n # --- Construct + encode video ---\n vid_embed_BSNM = dynamics_causal.patch_embed(token_idxs_BSN)\n\n # --- Predict transition ---\n action_tokens_BSm1L = jnp.reshape(action_tokens_EL, (B, S - 1, L))\n act_embed_BSm1M = dynamics_causal.action_up(action_tokens_BSm1L)\n act_embed_BSM = jnp.pad(act_embed_BSm1M, ((0, 0), (1, 0), (0, 0)))\n act_embed_BS1M = jnp.reshape(act_embed_BSM, (B, S, 1, act_embed_BSM.shape[-1]))\n vid_embed_BSNp1M = jnp.concatenate([act_embed_BS1M, vid_embed_BSNM], axis=2)\n final_logits_BTNp1V = dynamics_causal.transformer(vid_embed_BSNp1M, (step_t, step_n)) / temperature\n final_logits_BV = final_logits_BTNp1V[:, step_t, step_n, :]\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs_B = jnp.argmax(final_logits_BV, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs_B = jax.random.categorical(_rng, final_logits_BV)\n # Update next tokens only\n token_idxs_BSN = token_idxs_BSN.at[:, step_t, step_n].set(sampled_token_idxs_B)\n step_t += 1\n\n new_carry = (rng, token_idxs_BSN, action_tokens_EL, step_t)\n return new_carry, None\n\n # --- Run the autoregressive generation using a for loop ---\n rng = batch[""rng""]\n current_token_idxs_BSN = token_idxs_BSN\n \n for step_t in range(T, seq_len):\n rng, step_rng = jax.random.split(rng)\n\n # --- Reset spatial KV caches before each frame ---\n for block in dynamics_causal.transformer.blocks:\n block.spatial_attention.init_cache((B * seq_len, (N + 1), self.dyna_dim), dtype=self.dtype)\n #breakpoint()\n\n # --- Initialize and run causal loop ---\n init_carry_causal = (\n step_rng,\n current_token_idxs_BSN,\n action_tokens_EL,\n jnp.array(step_t, dtype=jnp.int32),\n )\n\n # current_token_idxs_BSN.block_until_ready()\n # start = time.time()\n final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )\n # final_carry_causal[1].block_until_ready()\n # elapsed = time.time() - start\n # print(f""Autoregressive generation time: {elapsed:.4f}s"")\n # breakpoint()\n current_token_idxs_BSN = final_carry_causal[1]\n \n final_token_idxs_BSN = current_token_idxs_BSN\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames_BSHWC = self.tokenizer.decode(\n final_token_idxs_BSN,\n video_hw=(H, W),\n )\n return final_frames_BSHWC\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n video_BTHWC = batch[""videos""]\n lam_output = self.lam.vq_encode(video_BTHWC, training=training)\n lam_indices_E = lam_output[""indices""]\n return lam_indices_E\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n tx = optimizer.tx\n model = optimizer.model\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del model.lam.decoder\n lam_checkpoint_manager.close()\n \n # Reinitialize the optimizer states\n optimizer = nnx.Optimizer(model, tx)\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +2,99,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +3,156,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"2:36:55 PM [info] Activating crowd-code\n2:36:55 PM [info] Recording started\n2:36:55 PM [info] Initializing git provider using file system watchers...\n",Log,content +4,261,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"2:36:55 PM [info] Git repository found\n2:36:55 PM [info] Git provider initialized successfully\n2:36:55 PM [info] Initial git state: [object Object]\n",Log,content +5,6572,"genie.py",0,0,"",python,tab +6,565308,"genie.py",17063,0,"",python,selection_command +7,565707,"genie.py",17062,0,"",python,selection_command +8,565771,"genie.py",17059,0,"",python,selection_command +9,566206,"genie.py",17059,1,"j",python,selection_command +10,566302,"genie.py",17059,3,"jax",python,selection_command +11,566508,"genie.py",17059,4,"jax.",python,selection_command +12,566690,"genie.py",17059,7,"jax.lax",python,selection_command +13,566937,"genie.py",17059,7,"",python,content +14,567181,"genie.py",17059,0,"n",python,content +15,567181,"genie.py",17060,0,"",python,selection_keyboard +16,567274,"genie.py",17060,0,"x",python,content +17,567274,"genie.py",17061,0,"",python,selection_keyboard +18,567423,"genie.py",17061,0,"x",python,content +19,567423,"genie.py",17062,0,"",python,selection_keyboard +20,567655,"genie.py",17061,1,"",python,content +21,567804,"genie.py",17060,1,"",python,content +22,567968,"genie.py",17060,0,"n",python,content +23,567969,"genie.py",17061,0,"",python,selection_keyboard +24,568083,"genie.py",17061,0,"x",python,content +25,568084,"genie.py",17062,0,"",python,selection_keyboard +26,568356,"genie.py",17061,0,"",python,selection_command +27,590947,"genie.py",17062,0,"",python,selection_command +28,591084,"genie.py",17063,0,"",python,selection_command +29,2336884,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# pytype: skip-file\n\nfrom collections import deque\nimport dataclasses\nimport functools\nimport typing as tp\n\nfrom flax import struct\nfrom flax.core.frozen_dict import FrozenDict\nfrom flax.nnx import extract, filterlib, graph, spmd, variablelib\nfrom flax.nnx import statelib\nfrom flax.nnx.module import Module\nfrom flax.nnx.statelib import State\nfrom flax.nnx.transforms.transforms import resolve_kwargs\nfrom flax.typing import Leaf, Missing, PytreeDeque\nimport jax\nimport jax.core\nimport jax.numpy as jnp\nimport jax.stages\nimport numpy as np\n\nA = tp.TypeVar('A')\nC = tp.TypeVar('C')\nB = tp.TypeVar('B')\nF = tp.TypeVar('F', bound=tp.Callable[..., tp.Any])\nG = tp.TypeVar('G', bound=tp.Callable[..., tp.Any])\nM = tp.TypeVar('M', bound=Module)\nMA = tp.TypeVar('MA', bound=Module)\nN = tp.TypeVar('N', bound=Module)\nT = tp.TypeVar('T')\nStrInt = tp.TypeVar('StrInt', str, int)\nAxisName = tp.Hashable\nLeaves = tp.List[Leaf]\nIndex = int\n\n\nclass Carry:\n pass\n\n\n# -------------------------------\n# vmap\n# -------------------------------\n\n\nclass StateAxes(extract.PrefixMapping):\n\n def __init__(\n self,\n filter_axes: (\n statelib.State\n | tp.Mapping[filterlib.Filter, Index | type[Carry] | None]\n | tp.Iterable[tuple[filterlib.Filter, Index | type[Carry] | None]]\n ),\n /,\n ):\n if isinstance(filter_axes, statelib.State):\n filter_axes = statelib.create_path_filters(filter_axes) # type: ignore\n\n iterable = tuple(\n filter_axes.items()\n if isinstance(filter_axes, tp.Mapping)\n else filter_axes\n )\n self._filters = tuple(filter for filter, _ in iterable)\n self._axes = tuple(axis for _, axis in iterable)\n\n @property\n def filters(self) -> tuple[filterlib.Filter, ...]:\n return self._filters\n\n @property\n def axes(self) -> tuple[Index | type[Carry] | None, ...]:\n return self._axes\n\n def map_prefix(\n self, path: variablelib.PathParts, variable: variablelib.Variable\n ) -> tp.Any:\n for filter, axis in zip(self.filters, self.axes):\n predicate = filterlib.to_predicate(filter)\n if predicate(path, variable):\n return axis\n raise ValueError(f'No axis found for {path=}, {variable=}')\n\n def __repr__(self):\n return f'StateAxes({dict(self.items())})'\n\n def items(self):\n return zip(self.filters, self.axes)\n\n def __eq__(self, other):\n return (\n isinstance(other, StateAxes)\n and self.filters == other.filters\n and self.axes == other.axes\n )\n\n def __hash__(self):\n return hash((self.filters, self.axes))\n\n\nAxisFn = tp.Callable[\n [graph.GraphState | variablelib.VariableState, int, tp.Mapping],\n graph.GraphState | variablelib.VariableState,\n]\n\n\ndef _update_variable_sharding_metadata(\n tree, transform_metadata, axis_fn: AxisFn\n):\n def _update_axes_fn(node_states):\n if isinstance(node_states, extract.NodeStates) and isinstance(\n node_states.metadata, (StateAxes, int)\n ):\n if isinstance(node_states.metadata, int):\n state = node_states.state\n assert isinstance(state, State | variablelib.VariableState)\n state = axis_fn(state, node_states.metadata, transform_metadata)\n return node_states.replace(states=(state,))\n else:\n states_out: list[graph.GraphState | variablelib.VariableState] = []\n for state, axis in zip(node_states.states, node_states.metadata.axes):\n assert isinstance(state, graph.State | variablelib.VariableState)\n if isinstance(axis, int):\n state = axis_fn(state, axis, transform_metadata)\n states_out.append(state)\n return node_states.replace(states=tuple(states_out))\n return node_states\n\n return jax.tree.map(\n _update_axes_fn, tree, is_leaf=lambda x: isinstance(x, extract.NodeStates)\n )\n\n\ndef _vmap_split_fn(ctx: graph.SplitContext, path, prefix, x):\n if isinstance(prefix, StateAxes):\n return extract.NodeStates.from_split(\n *ctx.split(x, *prefix.filters), metadata=prefix\n )\n return extract.NodeStates.from_split(*ctx.split(x), metadata=prefix)\n\n\n@dataclasses.dataclass(eq=False)\nclass VmapFn:\n f: tp.Callable[..., tp.Any]\n transform_metadata: tp.Mapping[str, tp.Any]\n in_axes: tp.Any\n out_axes: tp.Any\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n def __call__(self, *pure_args: tuple[tp.Any, ...]):\n if spmd.PARTITION_NAME in self.transform_metadata:\n pure_args = _update_variable_sharding_metadata(\n pure_args, self.transform_metadata, spmd.remove_axis\n )\n args = extract.from_tree(pure_args, ctxtag='vmap', is_inner=True)\n\n out = self.f(*args)\n\n args_out = extract.clear_non_graph_nodes(args)\n pure_args_out, pure_out = extract.to_tree(\n (args_out, out),\n prefix=(self.in_axes, self.out_axes),\n split_fn=_vmap_split_fn,\n ctxtag='vmap',\n )\n if spmd.PARTITION_NAME in self.transform_metadata:\n pure_args_out, pure_out = _update_variable_sharding_metadata(\n (pure_args_out, pure_out), self.transform_metadata, spmd.add_axis\n )\n return pure_args_out, pure_out\n\n\n@tp.overload\ndef vmap(\n *,\n in_axes: int | None | tp.Sequence[tp.Any] = 0,\n out_axes: tp.Any = 0,\n axis_name: AxisName | None = None,\n axis_size: int | None = None,\n spmd_axis_name: AxisName | tuple[AxisName, ...] | None = None,\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> tp.Callable[[F], F]:\n ...\n\n\n@tp.overload\ndef vmap(\n f: F,\n *,\n in_axes: int | None | tp.Sequence[tp.Any] = 0,\n out_axes: tp.Any = 0,\n axis_name: AxisName | None = None,\n axis_size: int | None = None,\n spmd_axis_name: AxisName | tuple[AxisName, ...] | None = None,\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F:\n ...\n\n\ndef vmap(\n f: F | type[Missing] = Missing,\n *,\n in_axes: int | None | tp.Sequence[tp.Any] = 0,\n out_axes: tp.Any = 0,\n axis_name: AxisName | None = None,\n axis_size: int | None = None,\n spmd_axis_name: AxisName | tuple[AxisName, ...] | None = None,\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n """"""Reference-aware version of `jax.vmap `__.\n\n Args:\n f: Function to be mapped over additional axes.\n in_axes: An integer, None, or sequence of values specifying which input\n array axes to map over (see `jax.vmap\n `__). In\n addition to integers and None, :class:`StateAxes` can be used to control\n how graph nodes like Modules are vectorized by specifying the axes to be\n applied to substates of the graph node given a `Filter\n `__.\n out_axes: An integer, None, or pytree indicating where the mapped axis\n should appear in the output (see `jax.vmap\n `__).\n axis_name: Optional, a hashable Python object used to identify the mapped\n axis so that parallel collectives can be applied.\n axis_size: Optional, an integer indicating the size of the axis to be\n mapped. If not provided, the mapped axis size is inferred from arguments.\n\n Returns:\n Batched/vectorized version of ``f`` with arguments that correspond to\n those of ``f``, but with extra array axes at positions indicated by\n ``in_axes``, and a return value that corresponds to that of ``f``, but\n with extra array axes at positions indicated by ``out_axes``.\n\n Example::\n\n >>> from flax import nnx\n >>> from jax import random, numpy as jnp\n ...\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> x = jnp.ones((5, 2))\n ...\n >>> @nnx.vmap(in_axes=(None, 0), out_axes=0)\n ... def forward(model, x):\n ... return model(x)\n ...\n >>> y = forward(model, x)\n >>> y.shape\n (5, 3)\n\n >>> class LinearEnsemble(nnx.Module):\n ... def __init__(self, num, rngs):\n ... self.w = nnx.Param(jax.random.uniform(rngs(), (num, 2, 3)))\n ...\n >>> model = LinearEnsemble(5, rngs=nnx.Rngs(0))\n >>> x = jnp.ones((2,))\n ...\n >>> @nnx.vmap(in_axes=(0, None), out_axes=0)\n ... def forward(model, x):\n ... return jnp.dot(x, model.w.value)\n ...\n >>> y = forward(model, x)\n >>> y.shape\n (5, 3)\n\n To control control how graph node substates are vectorized, ``StateAxes``\n can be passed to ``in_axes`` and ``out_axes`` specifying the axes to be\n applied to each substate given a filter. The following example shows how to\n share the parameters between the ensemble members which keeping different\n batch statistics and dropout random state::\n\n >>> class Foo(nnx.Module):\n ... def __init__(self):\n ... self.a = nnx.Param(jnp.arange(4))\n ... self.b = nnx.BatchStat(jnp.arange(4))\n ...\n >>> state_axes = nnx.StateAxes({nnx.Param: 0, nnx.BatchStat: None})\n >>> @nnx.vmap(in_axes=(state_axes,), out_axes=0)\n ... def mul(foo):\n ... return foo.a * foo.b\n ...\n >>> foo = Foo()\n >>> y = mul(foo)\n >>> y\n Array([[0, 0, 0, 0],\n [0, 1, 2, 3],\n [0, 2, 4, 6],\n [0, 3, 6, 9]], dtype=int32)\n """"""\n if f is Missing:\n return functools.partial(\n vmap,\n in_axes=in_axes,\n out_axes=out_axes,\n axis_name=axis_name,\n axis_size=axis_size,\n spmd_axis_name=spmd_axis_name,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n jax_in_axes = jax.tree.map(\n lambda x: extract.NodeStates.from_prefixes(x.axes, metadata=x)\n if isinstance(x, StateAxes)\n else x,\n in_axes,\n )\n jax_out_axes = jax.tree.map(\n lambda x: extract.NodeStates.from_prefixes(x.axes, metadata=x)\n if isinstance(x, StateAxes)\n else x,\n out_axes,\n )\n vmapped_fn = jax.vmap(\n VmapFn(f, transform_metadata, in_axes, out_axes),\n in_axes=jax_in_axes,\n out_axes=(jax_in_axes, jax_out_axes),\n axis_name=axis_name,\n axis_size=axis_size,\n spmd_axis_name=spmd_axis_name,\n )\n\n @functools.wraps(f)\n @graph.update_context('vmap')\n def vmap_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n pure_args = extract.to_tree(\n args, prefix=in_axes, split_fn=_vmap_split_fn, ctxtag='vmap'\n )\n pure_args_out, pure_out = vmapped_fn(*pure_args)\n _args_out, out = extract.from_tree(\n (pure_args_out, pure_out), ctxtag='vmap', is_inner=False\n )\n return out\n\n return vmap_wrapper # type: ignore\n\n\n# -------------------------------\n# pmap\n# -------------------------------\n\n\n@dataclasses.dataclass(eq=False)\nclass PmapFn:\n f: tp.Callable[..., tp.Any]\n transform_metadata: tp.Mapping[str, tp.Any]\n in_axes: tp.Any\n out_axes: tp.Any\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n def __call__(self, *pure_args: tuple[tp.Any, ...]):\n if spmd.PARTITION_NAME in self.transform_metadata:\n pure_args = _update_variable_sharding_metadata(\n pure_args, self.transform_metadata, spmd.remove_axis\n )\n args = extract.from_tree(pure_args, ctxtag='pmap', is_inner=True)\n\n out = self.f(*args)\n\n args_out = extract.clear_non_graph_nodes(args)\n pure_args_out, pure_out = extract.to_tree(\n (args_out, out),\n prefix=(self.in_axes, self.out_axes),\n split_fn=_vmap_split_fn,\n ctxtag='pmap',\n )\n if spmd.PARTITION_NAME in self.transform_metadata:\n pure_args_out, pure_out = _update_variable_sharding_metadata(\n (pure_args_out, pure_out), self.transform_metadata, spmd.add_axis\n )\n return pure_args_out, pure_out\n\n\n@tp.overload\ndef pmap(\n *,\n axis_name: AxisName | None = None,\n in_axes: tp.Any = 0,\n out_axes: tp.Any = 0,\n static_broadcasted_argnums: int | tp.Iterable[int] = (),\n devices: tp.Sequence[jax.Device] | None = None, # noqa: F811\n backend: str | None = None,\n axis_size: int | None = None,\n donate_argnums: int | tp.Iterable[int] = (),\n global_arg_shapes: tuple[tuple[int, ...], ...] | None = None,\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> tp.Callable[[F], F]:\n ...\n\n\n@tp.overload\ndef pmap(\n f: F,\n *,\n axis_name: AxisName | None = None,\n in_axes: tp.Any = 0,\n out_axes: tp.Any = 0,\n static_broadcasted_argnums: int | tp.Iterable[int] = (),\n devices: tp.Sequence[jax.Device] | None = None, # noqa: F811\n backend: str | None = None,\n axis_size: int | None = None,\n donate_argnums: int | tp.Iterable[int] = (),\n global_arg_shapes: tuple[tuple[int, ...], ...] | None = None,\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F:\n ...\n\n\ndef pmap(\n f: F | type[Missing] = Missing,\n *,\n axis_name: AxisName | None = None,\n in_axes: tp.Any = 0,\n out_axes: tp.Any = 0,\n static_broadcasted_argnums: int | tp.Iterable[int] = (),\n devices: tp.Sequence[jax.Device] | None = None, # noqa: F811\n backend: str | None = None,\n axis_size: int | None = None,\n donate_argnums: int | tp.Iterable[int] = (),\n global_arg_shapes: tuple[tuple[int, ...], ...] | None = None,\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n """"""Reference-aware version of `jax.vmap `__.\n\n Args:\n f: Function to be mapped over additional axes.\n in_axes: An integer, None, or sequence of values specifying which input\n array axes to map over (see `jax.vmap\n `__). In\n addition to integers and None, :class:`StateAxes` can be used to control\n how graph nodes like Modules are vectorized by specifying the axes to be\n applied to substates of the graph node given a `Filter\n `__.\n out_axes: An integer, None, or pytree indicating where the mapped axis\n should appear in the output (see `jax.vmap\n `__).\n axis_name: Optional, a hashable Python object used to identify the mapped\n axis so that parallel collectives can be applied.\n axis_size: Optional, an integer indicating the size of the axis to be\n mapped. If not provided, the mapped axis size is inferred from arguments.\n\n Returns:\n Batched/vectorized version of ``f`` with arguments that correspond to\n those of ``f``, but with extra array axes at positions indicated by\n ``in_axes``, and a return value that corresponds to that of ``f``, but\n with extra array axes at positions indicated by ``out_axes``.\n\n Example::\n\n >>> from flax import nnx\n >>> from jax import random, numpy as jnp\n ...\n >>> model = nnx.Linear(2, 3, rngs=nnx.Rngs(0))\n >>> x = jnp.ones((5, 2))\n ...\n >>> @nnx.vmap(in_axes=(None, 0), out_axes=0)\n ... def forward(model, x):\n ... return model(x)\n ...\n >>> y = forward(model, x)\n >>> y.shape\n (5, 3)\n\n >>> class LinearEnsemble(nnx.Module):\n ... def __init__(self, num, rngs):\n ... self.w = nnx.Param(jax.random.uniform(rngs(), (num, 2, 3)))\n ...\n >>> model = LinearEnsemble(5, rngs=nnx.Rngs(0))\n >>> x = jnp.ones((2,))\n ...\n >>> @nnx.vmap(in_axes=(0, None), out_axes=0)\n ... def forward(model, x):\n ... return jnp.dot(x, model.w.value)\n ...\n >>> y = forward(model, x)\n >>> y.shape\n (5, 3)\n\n To control control how graph node substates are vectorized, ``StateAxes``\n can be passed to ``in_axes`` and ``out_axes`` specifying the axes to be\n applied to each substate given a filter. The following example shows how to\n share the parameters between the ensemble members which keeping different\n batch statistics and dropout random state::\n\n >>> class Foo(nnx.Module):\n ... def __init__(self):\n ... self.a = nnx.Param(jnp.arange(4))\n ... self.b = nnx.BatchStat(jnp.arange(4))\n ...\n >>> state_axes = nnx.StateAxes({nnx.Param: 0, nnx.BatchStat: None})\n >>> @nnx.vmap(in_axes=(state_axes,), out_axes=0)\n ... def mul(foo):\n ... return foo.a * foo.b\n ...\n >>> foo = Foo()\n >>> y = mul(foo)\n >>> y\n Array([[0, 0, 0, 0],\n [0, 1, 2, 3],\n [0, 2, 4, 6],\n [0, 3, 6, 9]], dtype=int32)\n """"""\n if f is Missing:\n return functools.partial(\n pmap,\n axis_name=axis_name,\n in_axes=in_axes,\n out_axes=out_axes,\n static_broadcasted_argnums=static_broadcasted_argnums,\n devices=devices,\n backend=backend,\n axis_size=axis_size,\n donate_argnums=donate_argnums,\n global_arg_shapes=global_arg_shapes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n jax_in_axes = jax.tree.map(\n lambda x: extract.NodeStates.from_prefixes(x.axes, metadata=x)\n if isinstance(x, StateAxes)\n else x,\n in_axes,\n )\n jax_out_axes = jax.tree.map(\n lambda x: extract.NodeStates.from_prefixes(x.axes, metadata=x)\n if isinstance(x, StateAxes)\n else x,\n out_axes,\n )\n pmapped_fn = jax.pmap(\n PmapFn(f, transform_metadata, in_axes, out_axes),\n axis_name=axis_name,\n in_axes=jax_in_axes,\n out_axes=(jax_in_axes, jax_out_axes),\n static_broadcasted_argnums=static_broadcasted_argnums,\n devices=devices,\n backend=backend,\n axis_size=axis_size,\n donate_argnums=donate_argnums,\n global_arg_shapes=global_arg_shapes,\n )\n\n @functools.wraps(f)\n @graph.update_context('pmap')\n def vmap_wrapper(*args):\n pure_args = extract.to_tree(\n args, prefix=in_axes, split_fn=_vmap_split_fn, ctxtag='pmap'\n )\n pure_args_out, pure_out = pmapped_fn(*pure_args)\n _args_out, out = extract.from_tree(\n (pure_args_out, pure_out), ctxtag='pmap', is_inner=False\n )\n return out\n\n return vmap_wrapper # type: ignore\n\n\n# -------------------------------\n# scan\n# -------------------------------\n\n\nclass Broadcasted(struct.PyTreeNode):\n data: tp.Any\n\ndef _get_carry_argnum(axes, is_in_axes: bool):\n if axes is Carry:\n return 'all'\n elif isinstance(axes, int) or axes is None:\n return None\n\n obj_repr = 'in_axes' if is_in_axes else 'out_axes'\n carry_argnum: int | None = None\n prev_key: tp.Any = None\n for key, x in jax.tree_util.tree_leaves_with_path(axes):\n if x is not Carry:\n continue\n assert isinstance(key[0], jax.tree_util.SequenceKey)\n i = key[0].idx\n if len(key) >= 2:\n raise ValueError(\n f'Carry must at the top-level, it cannot be nested. Found {axes=}'\n )\n if carry_argnum is not None:\n raise ValueError(\n f'Found multiple Carry definitions at '\n f'{obj_repr}{jax.tree_util.keystr(prev_key)} and '\n f'{obj_repr}{jax.tree_util.keystr(key)}'\n )\n carry_argnum = i\n prev_key = key\n\n return carry_argnum\n\n\ndef _check_out_axes(out_axes):\n for key, x in jax.tree_util.tree_leaves_with_path(\n out_axes, is_leaf=lambda x: x is None\n ):\n if x is None:\n raise ValueError(\n f'Cannot broadcast output state. '\n f'Got out_axes=None at: out_axes{jax.tree_util.keystr(key)}'\n )\n elif isinstance(x, StateAxes):\n for filter, value in x.items():\n if value is None:\n raise ValueError(\n f'Cannot broadcast output state. '\n f'Got StateAxes({{{filter}: None}}) at: out_axes'\n f'{jax.tree_util.keystr(key)}'\n )\n elif value is Carry:\n raise ValueError(\n f'Cannot carry output state. '\n f'Got StateAxes({{{filter}: Carry}}) at: out_axes'\n f'{jax.tree_util.keystr(key)}'\n )\ndef _check_carry_same_references(carry_arg, carry_arg_out):\n def check_carry_same_references(key_path, arg, out):\n if (\n not isinstance(arg, jax.Array) or not isinstance(out, jax.Array)\n ) and arg is not out:\n raise ValueError(\n 'Carry references must be the same between iterations. '\n f'Got {arg=} with id={id(arg)} and {out=} with id={id(out)} '\n f'at carry{jax.tree_util.keystr(key_path)}'\n )\n\n jax.tree_util.tree_map_with_path(\n check_carry_same_references, carry_arg, carry_arg_out\n )\n\ndef _extract_graphdefs(\n pure_carry_arg_out, carry_graphdefs: list[graph.GraphDef], /\n):\n def extract_index_mappings(x):\n if isinstance(x, extract.NodeStates) and isinstance(\n x._graphdef, graph.GraphDef\n ):\n graphdef = x._graphdef\n carry_graphdefs.append(graphdef)\n x = x.replace(_graphdef=graphdef.with_no_outer_index())\n return x\n\n pure_carry_arg_out = jax.tree.map(\n extract_index_mappings,\n pure_carry_arg_out,\n is_leaf=lambda x: isinstance(x, extract.NodeStates),\n )\n\n return pure_carry_arg_out\n\ndef _insert_graphdefs(\n pure_carry_arg_out,\n carry_graphdefs: deque[graph.GraphDef],\n /,\n):\n def insert_index_mappings(x):\n if isinstance(x, extract.NodeStates) and isinstance(\n x._graphdef, graph.GraphDef\n ):\n graphdef = carry_graphdefs.popleft()\n x = x.replace(_graphdef=graphdef)\n return x\n\n pure_carry_arg_out = jax.tree.map(\n insert_index_mappings,\n pure_carry_arg_out,\n is_leaf=lambda x: isinstance(x, extract.NodeStates),\n )\n return pure_carry_arg_out\n\n\ndef _scan_split_in(\n carry_deque: PytreeDeque[list[State | variablelib.VariableState]],\n broadcast_deque: PytreeDeque[list[State | variablelib.VariableState]],\n broadcast_arrays: PytreeDeque[Broadcasted],\n /,\n ctx: graph.SplitContext,\n path,\n prefix,\n x,\n):\n if graph.is_graph_node(x) or isinstance(x, variablelib.Variable):\n vectorized_states: list[State | variablelib.VariableState] = []\n carry_states: list[State | variablelib.VariableState] = []\n broadcast_states: list[State | variablelib.VariableState] = []\n if isinstance(prefix, StateAxes):\n graphdef, *states = ctx.split(x, *prefix.filters)\n\n for state, axis in zip(states, prefix.axes):\n if axis is None:\n broadcast_states.append(state)\n elif isinstance(axis, int):\n state = jax.tree.map(lambda x: jnp.moveaxis(x, axis, 0), state)\n vectorized_states.append(state)\n else: # axis is Carry\n carry_states.append(state)\n\n if not vectorized_states:\n vectorized_states.append(State({}))\n carry_deque.append(carry_states)\n broadcast_deque.append(broadcast_states)\n return extract.NodeStates.from_split(\n graphdef, *vectorized_states, metadata=prefix\n )\n elif isinstance(prefix, int):\n graphdef, state = ctx.split(x)\n state = jax.tree.map(lambda x: jnp.moveaxis(x, prefix, 0), state)\n vectorized_states.append(state)\n elif prefix is None:\n graphdef, state = ctx.split(x)\n broadcast_states.append(state)\n vectorized_states.append(State({}))\n elif prefix is Carry:\n graphdef, state = ctx.split(x)\n carry_states.append(state)\n vectorized_states.append(State({}))\n else:\n raise ValueError(\n f'Invalid axes {prefix} args{jax.tree_util.keystr(path)}'\n )\n\n if not vectorized_states:\n vectorized_states.append(State({}))\n carry_deque.append(carry_states)\n broadcast_deque.append(broadcast_states)\n return extract.NodeStates.from_split(\n graphdef, *vectorized_states, metadata=prefix\n )\n else:\n if isinstance(prefix, StateAxes):\n raise ValueError(\n 'Cannot use StateAxes on non-graph nodes, '\n f'found {prefix} args{jax.tree_util.keystr(path)}'\n )\n elif prefix is Carry:\n return x\n elif prefix is None:\n broadcast_arrays.append(Broadcasted(x))\n return Broadcasted(None)\n elif isinstance(prefix, int):\n if not isinstance(x, (jax.Array, np.ndarray)):\n raise ValueError(\n f'Expected an array, got {type(x).__name__} args'\n f'{jax.tree_util.keystr(path)}'\n )\n return jnp.moveaxis(x, prefix, 0)\n else:\n raise ValueError(\n f'Invalid axes {prefix} args{jax.tree_util.keystr(path)}'\n )\n\n\ndef _scan_split_out(\n carry_deque: PytreeDeque[list[State | variablelib.VariableState]],\n broadcast_deque: PytreeDeque[list[State | variablelib.VariableState]],\n /,\n ctx: graph.SplitContext,\n path: extract.KeyPath,\n prefix,\n x,\n):\n assert isinstance(path[0], jax.tree_util.SequenceKey)\n is_input_arg = path[0].idx == 0\n\n if graph.is_graph_node(x) or isinstance(x, variablelib.Variable):\n vectorized_states: list[State | variablelib.VariableState] = []\n carry_states: list[State | variablelib.VariableState] = []\n broadcast_states: list[State | variablelib.VariableState] = []\n if isinstance(prefix, StateAxes):\n graphdef, *states = ctx.split(x, *prefix.filters)\n\n for state, filter, axis in zip(states, prefix.filters, prefix.axes):\n if axis is None:\n assert is_input_arg # validated by _check_out_axes\n broadcast_states.append(state)\n elif isinstance(axis, int):\n vectorized_states.append(state)\n elif axis is Carry:\n assert is_input_arg # validated by _check_out_axes\n carry_states.append(state)\n else:\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n f'Invalid axes {axis} for filter {filter} at '\n f'{obj_repr}{jax.tree_util.keystr(path)}'\n )\n\n if not vectorized_states:\n vectorized_states.append(State({}))\n if is_input_arg:\n carry_deque.append(carry_states)\n broadcast_deque.append(broadcast_states)\n return extract.NodeStates.from_split(\n graphdef, *vectorized_states, metadata=prefix\n )\n elif isinstance(prefix, int):\n graphdef, state = ctx.split(x)\n vectorized_states.append(state)\n elif prefix is None:\n assert is_input_arg # validated by _check_out_axes\n graphdef, state = ctx.split(x)\n broadcast_states.append(state)\n vectorized_states.append(State({}))\n elif prefix is Carry:\n assert is_input_arg # validated by _check_out_axes\n graphdef, state = ctx.split(x)\n carry_states.append(state)\n vectorized_states.append(State({}))\n else:\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n f'Invalid axes {prefix} at {obj_repr}{jax.tree_util.keystr(path)}'\n )\n if not vectorized_states:\n vectorized_states.append(State({}))\n if is_input_arg:\n carry_deque.append(carry_states)\n broadcast_deque.append(broadcast_states)\n return extract.NodeStates.from_split(\n graphdef, *vectorized_states, metadata=prefix\n )\n else:\n if isinstance(prefix, StateAxes):\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n 'Cannot use StateAxes on non-graph nodes, '\n f'found {prefix} at {obj_repr}{jax.tree_util.keystr(path)}'\n )\n elif prefix is Carry:\n return x\n elif prefix is None:\n assert not is_input_arg # validated by _check_out_axes\n return Broadcasted(None)\n elif isinstance(prefix, int):\n return x\n else:\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n f'Invalid axes {prefix} at {obj_repr}{jax.tree_util.keystr(path)}'\n )\n\n\ndef _scan_merge_in(\n carry_deque: PytreeDeque[list[State | variablelib.VariableState]],\n broadcast_deque: PytreeDeque[list[State | variablelib.VariableState]],\n broadcast_arrays: PytreeDeque[Broadcasted],\n /,\n ctx: graph.MergeContext,\n path,\n prefix,\n x,\n):\n if isinstance(x, extract.NodeStates):\n carry_states = carry_deque.popleft()\n broadcast_states = broadcast_deque.popleft()\n return ctx.merge(x.graphdef, *x.states, *carry_states, *broadcast_states)\n elif isinstance(x, Broadcasted):\n assert x.data is None\n return broadcast_arrays.popleft().data\n else:\n return x\n\n\ndef _scan_merge_out(\n carry_deque: PytreeDeque[list[State | variablelib.VariableState]],\n broadcast_deque: PytreeDeque[list[State | variablelib.VariableState]],\n /,\n ctx: graph.MergeContext,\n path,\n prefix,\n x,\n):\n assert isinstance(path[0], jax.tree_util.SequenceKey)\n is_input_arg = path[0].idx == 0\n\n if isinstance(x, extract.NodeStates):\n states: list[State | variablelib.VariableState] = []\n if is_input_arg:\n carry_states = deque(carry_deque.popleft())\n broadcast_states = deque(broadcast_deque.popleft())\n else:\n carry_states = deque[State | variablelib.VariableState]()\n broadcast_states = deque[State | variablelib.VariableState]()\n if isinstance(prefix, StateAxes):\n vectorized_states = deque(x.states)\n for axis in prefix.axes:\n if isinstance(axis, int):\n state = vectorized_states.popleft()\n state = jax.tree.map(lambda x: jnp.moveaxis(x, 0, axis), state)\n states.append(state)\n elif axis is None:\n states.append(broadcast_states.popleft())\n else: # axis is Carry\n states.append(carry_states.popleft())\n assert not carry_states and not broadcast_states\n assert not vectorized_states or (\n len(vectorized_states) == 1 and not vectorized_states[0]\n )\n elif isinstance(prefix, int):\n state = jax.tree.map(lambda x: jnp.moveaxis(x, 0, prefix), x.state)\n states.extend((state, *carry_states, *broadcast_states))\n elif prefix is None:\n assert is_input_arg\n states.extend(broadcast_states)\n elif prefix is Carry:\n assert is_input_arg\n states.extend(carry_states)\n else:\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n f'Invalid axes {prefix} at {obj_repr}{jax.tree_util.keystr(path)}'\n )\n\n return ctx.merge(x.graphdef, *states)\n else:\n if isinstance(prefix, StateAxes):\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n 'Cannot use StateAxes on non-graph nodes, '\n f'found {prefix} at {obj_repr}{jax.tree_util.keystr(path)}'\n )\n elif prefix is Carry:\n return x\n elif prefix is None:\n return x\n elif isinstance(prefix, int):\n if not isinstance(x, (jax.Array, np.ndarray)):\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n f'Expected an array, got {type(x).__name__} at '\n f'{obj_repr}{jax.tree_util.keystr(path)}'\n )\n return jnp.moveaxis(x, 0, prefix)\n else:\n obj_repr = 'args' if is_input_arg else 'out'\n raise ValueError(\n f'Invalid axes {prefix} at {obj_repr}{jax.tree_util.keystr(path)}'\n )\n\n\n@dataclasses.dataclass(eq=False)\nclass ScanFn:\n f: tp.Callable[..., tp.Any]\n input_carry_argnum: int | None | tp.Literal['all']\n output_carry_argnum: int | None | tp.Literal['all']\n in_axes: tp.Any\n out_axes: tp.Any\n transform_metadata: tp.Mapping[str, tp.Any]\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n def __call__(\n self,\n carry: tuple[\n tp.Any, # carry_arg\n PytreeDeque[list[State | variablelib.VariableState]], # carry_deque\n PytreeDeque[list[State | variablelib.VariableState]], # broadcast_deque\n PytreeDeque[Broadcasted], # broadcast_arrays\n ],\n pure_args: tuple[tp.Any, ...],\n ):\n pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays = carry\n broadcast_deque_out = PytreeDeque(broadcast_deque)\n broadcast_arrays_out = PytreeDeque(broadcast_arrays)\n\n if self.input_carry_argnum == 'all':\n assert pure_args == ()\n pure_args = (pure_carry_arg,)\n elif isinstance(self.input_carry_argnum, int):\n assert pure_args[self.input_carry_argnum] is None\n _pure_args = list(pure_args)\n _pure_args[self.input_carry_argnum] = pure_carry_arg\n pure_args = tuple(_pure_args)\n else:\n assert self.input_carry_argnum is None\n assert pure_carry_arg is None\n\n if spmd.PARTITION_NAME in self.transform_metadata:\n pure_args = _update_variable_sharding_metadata(\n pure_args, self.transform_metadata, spmd.remove_axis\n )\n\n args: tuple = extract.from_tree(\n pure_args,\n prefix=self.in_axes,\n merge_fn=functools.partial(\n _scan_merge_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=True,\n )\n assert not carry_deque and not broadcast_deque and not broadcast_arrays\n\n out = self.f(*args)\n\n # extract the carry from the args\n if self.input_carry_argnum == 'all':\n carry_arg = args[0]\n elif isinstance(self.input_carry_argnum, int):\n carry_arg = args[self.input_carry_argnum]\n else:\n assert self.input_carry_argnum is None\n carry_arg = None\n\n # extract the carry from the output\n if self.output_carry_argnum == 'all':\n carry_arg_out = out\n out = None\n elif isinstance(self.output_carry_argnum, int):\n assert isinstance(out, tuple)\n carry_arg_out = out[self.output_carry_argnum]\n _out = list(out)\n _out[self.output_carry_argnum] = None\n out = tuple(_out)\n else:\n assert self.output_carry_argnum is None\n carry_arg_out = None\n\n # TODO(cgarciae): allowing new references might lead to inconsistencies with\n # scan's looping semantics and we would also need to propagate the input\n _check_carry_same_references(carry_arg, carry_arg_out)\n\n args_out: tuple = extract.clear_non_graph_nodes(args)\n\n # replace the carry from the input args with the carry from the output\n if self.input_carry_argnum == 'all':\n args_out = (carry_arg_out,)\n elif isinstance(self.input_carry_argnum, int):\n _args_out = list(args_out)\n _args_out[self.input_carry_argnum] = carry_arg_out\n args_out = tuple(_args_out)\n else:\n assert self.input_carry_argnum is None\n assert carry_arg_out is None\n\n carry_deque_out = PytreeDeque[list[State | variablelib.VariableState]]()\n _broadcast_deque_out_tmp = PytreeDeque[\n list[State | variablelib.VariableState]\n ]() # discarded\n pure_args_out: tuple\n pure_args_out, pure_out = extract.to_tree(\n (args_out, out),\n prefix=(self.in_axes, self.out_axes),\n split_fn=functools.partial(\n _scan_split_out, carry_deque_out, _broadcast_deque_out_tmp\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if spmd.PARTITION_NAME in self.transform_metadata:\n pure_args_out, pure_out = _update_variable_sharding_metadata(\n (pure_args_out, pure_out),\n self.transform_metadata,\n spmd.add_axis,\n )\n\n # extract the pure carry from the pure args\n if self.input_carry_argnum == 'all':\n pure_carry_arg_out = pure_args_out[0]\n pure_args_out = ()\n elif isinstance(self.input_carry_argnum, int):\n pure_carry_arg_out = pure_args_out[self.input_carry_argnum]\n _pure_args_out = list(pure_args_out)\n _pure_args_out[self.input_carry_argnum] = None\n pure_args_out = tuple(_pure_args_out)\n else:\n assert self.input_carry_argnum is None\n pure_carry_arg_out = None\n\n # next we have to remove all the index_mappings from the GraphDefs\n # in the carry outputs because they are not present in the inputs\n carry_graphdefs: list[graph.GraphDef] = []\n pure_carry_arg_out = _extract_graphdefs(pure_carry_arg_out, carry_graphdefs)\n\n carry_arg_out = (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n )\n scan_out = (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n )\n return carry_arg_out, scan_out\n\n\n@tp.overload\ndef scan(\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> tp.Callable[[F], F]:\n ...\n\n\n@tp.overload\ndef scan(\n f: F,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F:\n ...\n\n\ndef scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n\n# -------------------------------\n# while_loop\n# -------------------------------\n\n\n@dataclasses.dataclass(eq=False)\nclass WhileLoopCondFn:\n f: tp.Callable[..., tp.Any]\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n def __call__(self, pure_val):\n val = extract.from_tree(pure_val)\n out = self.f(val)\n return out\n\n\ndef _add_fake_index_mapping(tree: tp.Any):\n def per_node_state(node_state: extract.NodeStates | tp.Any):\n if not isinstance(node_state, extract.NodeStates) or not isinstance(\n node_state._graphdef, graph.GraphDef\n ):\n return node_state\n\n return dataclasses.replace(\n node_state, _graphdef=node_state._graphdef.with_same_outer_index()\n )\n\n return jax.tree.map(per_node_state, tree,\n is_leaf=lambda x: isinstance(x, extract.NodeStates))\n\n\ndef _remove_index_mapping(tree: tp.Any):\n """"""Remove a fake outer_index for the input to match that of the output.""""""\n\n def per_node_state(node_state: extract.NodeStates | tp.Any):\n if not isinstance(node_state, extract.NodeStates) or not isinstance(\n node_state._graphdef, graph.GraphDef\n ):\n return node_state\n assert isinstance(node_state._graphdef, graph.GraphDef)\n node_state = dataclasses.replace(\n node_state, _graphdef=node_state._graphdef.with_no_outer_index()\n )\n return node_state\n\n return jax.tree.map(per_node_state, tree,\n is_leaf=lambda x: isinstance(x, extract.NodeStates))\n\n\n@dataclasses.dataclass(eq=False)\nclass WhileLoopBodyFn:\n f: tp.Callable[..., tp.Any]\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n @graph.update_context('while_loop_body')\n def __call__(self, pure_val):\n # Removing the dummy index mapping being added outside of body function.\n pure_val_in = _remove_index_mapping(pure_val)\n\n val = extract.from_tree(\n pure_val_in, ctxtag='while_loop_body', is_inner=True\n )\n out = self.f(val)\n pure_out = extract.to_tree(out, ctxtag='while_loop_body')\n\n try:\n jax.tree.map(lambda a, b: None, pure_val, pure_out)\n except ValueError as e:\n msg = (\n ""nnx.while_loop requires body function's input and output to ""\n 'have the same reference and pytree structure, but they differ. '\n 'If the mismatch comes from `outer_index` field, you might '\n 'have modified reference structure within the body function, '\n 'which is not allowed.'\n f'Detail of the mismatch: \n {str(e)}'\n )\n raise ValueError(msg)\n\n return pure_out\n\n\n@graph.update_context('while_loop')\ndef while_loop(cond_fun: tp.Callable[[T], tp.Any],\n body_fun: tp.Callable[[T], T],\n init_val: T) -> T:\n """"""A Flax NNX transformation of `jax.lax.while_loop `_.\n\n Caution: for the NNX internal reference tracing mechanism to work, you cannot\n change the variable reference structure of ``init_val`` inside ``body_fun``.\n\n Example::\n\n >>> import jax\n >>> from flax import nnx\n >>> def fwd_fn(input):\n ... module, x, count = input\n ... return module, module(x), count - 1.0\n\n >>> module = nnx.Linear(10, 10, rngs=nnx.Rngs(0))\n >>> x = jax.random.normal(jax.random.key(0), (10,))\n >>> # `module` will be called three times\n >>> _, y, _ = nnx.while_loop(\n ... lambda input: input[-1] > 0, fwd_fn, (module, x, 3.0))\n\n\n Args:\n cond_fun: A function for the continue condition of the while loop, taking a\n single input of type ``T`` and outputting a boolean.\n body_fun: A function that takes an input of type ``T`` and outputs an ``T``.\n Note that both data and modules of ``T`` must have the same reference\n structure between inputs and outputs.\n init_val: The initial input for ``cond_fun`` and ``body_fun``. Must be of type ``T``.\n\n """"""\n\n pure_init_val = extract.to_tree(init_val, ctxtag='while_loop')\n\n # Adding the expected reference mapping to `pure_init_val` to match\n # `body_fun`'s output pytree structure, to make JAX while_loop happy.\n pure_init_val = _add_fake_index_mapping(pure_init_val)\n\n pure_out = jax.lax.while_loop(\n WhileLoopCondFn(cond_fun),\n WhileLoopBodyFn(body_fun),\n pure_init_val,\n )\n out = extract.from_tree(pure_out, ctxtag='while_loop', is_inner=False)\n return out\n\n\n@dataclasses.dataclass(eq=False)\nclass ForiLoopBodyFn:\n f: tp.Callable[..., tp.Any]\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n\n @graph.update_context('fori_loop_body')\n def __call__(self, i, pure_val):\n # Removing the dummy index mapping being added outside of body function.\n pure_val_in = _remove_index_mapping(pure_val)\n\n val = extract.from_tree(pure_val_in, ctxtag='fori_loop_body', is_inner=True)\n out = self.f(i, val)\n pure_out = extract.to_tree(out, ctxtag='fori_loop_body')\n\n try:\n jax.tree.map(lambda a, b: None, pure_val, pure_out)\n except ValueError as e:\n msg = (\n ""nnx.fori_loop requires body function's input and output to ""\n 'have the same reference and pytree structure, but they differ. '\n 'If the mismatch comes from `outer_index` field, you might '\n 'have modified reference structure within the body function, '\n 'which is not allowed. '\n f'Detail of the mismatch: \n {str(e)}'\n )\n raise ValueError(msg)\n\n return pure_out\n\n\n@graph.update_context('fori_loop')\ndef fori_loop(lower: int, upper: int,\n body_fun: tp.Callable[[int, T], T],\n init_val: T,\n *,\n unroll: int | bool | None = None) -> T:\n """"""A Flax NNX transformation of `jax.lax.fori_loop `_.\n\n Caution: for the NNX internal reference tracing mechanism to work, you cannot\n change the variable reference structure of `init_val` inside `body_fun`.\n\n Example::\n\n >>> import jax\n >>> from flax import nnx\n\n >>> def fwd_fn(i, input):\n ... m, x = input\n ... m.kernel.value = jnp.identity(10) * i\n ... return m, m(x)\n\n >>> module = nnx.Linear(10, 10, rngs=nnx.Rngs(0))\n >>> x = jax.random.normal(jax.random.key(0), (10,))\n >>> _, y = nnx.fori_loop(2, 4, fwd_fn, (module, x))\n >>> np.testing.assert_array_equal(y, x * 2 * 3)\n\n\n Args:\n lower: An integer representing the loop index lower bound (inclusive).\n upper: An integer representing the loop index upper bound (exclusive).\n body_fun: a function that takes an input of type ``T`` and outputs an ``T``.\n Note that both data and modules of ``T`` must have the same reference\n structure between inputs and outputs.\n init_val: the initial input for body_fun. Must be of type ``T``.\n unroll: An optional integer or boolean that determines how much to unroll\n the loop. If an integer is provided, it determines how many unrolled\n loop iterations to run within a single rolled iteration of the loop. If a\n boolean is provided, it will determine if the loop is competely unrolled\n (i.e. ``unroll=True``) or left completely unrolled (i.e. ``unroll=False``).\n This argument is only applicable if the loop bounds are statically known.\n\n Returns:\n A loop value from the final iteration, of type ``T``.\n\n """"""\n\n pure_init_val = extract.to_tree(init_val, ctxtag='fori_loop')\n\n # Adding the expected reference mapping to `pure_init_val` to match\n # `body_fun`'s output pytree structure, to make JAX happy.\n pure_init_val = _add_fake_index_mapping(pure_init_val)\n\n pure_out = jax.lax.fori_loop(lower, upper,\n ForiLoopBodyFn(body_fun), pure_init_val,\n unroll=unroll)\n out = extract.from_tree(pure_out, ctxtag='fori_loop', is_inner=False)\n return out\n",python,tab +30,2336884,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37013,4,"scan",python,selection_command +31,2337158,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37016,0,"",python,selection_command +32,2337737,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,9,"def scan(",python,selection_command +33,2337967,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,707,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n",python,selection_command +34,2339394,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,736,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n",python,selection_command +35,2340496,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,874,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n",python,selection_command +36,2340923,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,1176,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n",python,selection_command +37,2341423,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,1308,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n",python,selection_command +38,2341800,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,1443,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n",python,selection_command +39,2342242,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,1635,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n",python,selection_command +40,2342855,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,2373,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n",python,selection_command +41,2343360,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,2451,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n",python,selection_command +42,2343651,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,2868,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n",python,selection_command +43,2343848,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,3071,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n",python,selection_command +44,2344174,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,3480,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n",python,selection_command +45,2344396,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,3847,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n",python,selection_command +46,2344765,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,4118,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n",python,selection_command +47,2344963,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,4433,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n",python,selection_command +48,2346590,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,4449,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n",python,selection_command +49,2347045,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,4488,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n",python,selection_command +50,2348077,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,4574,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n\n# -------------------------------\n# while_loop\n# -------------------------------\n",python,selection_command +51,2349562,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37009,4492,"def scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +52,2352493,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41501,0,"",python,selection_command +53,2353639,"genie.py",0,0,"",python,tab +54,2356365,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",0,0,"",python,tab +55,2357495,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41501,82,"\n# -------------------------------\n# while_loop\n# -------------------------------\n",python,selection_command +56,2357616,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41501,170,"\n# -------------------------------\n# while_loop\n# -------------------------------\n\n\n@dataclasses.dataclass(eq=False)\nclass WhileLoopCondFn:\n f: tp.Callable[..., tp.Any]\n",python,selection_command +57,2357781,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41501,241,"\n# -------------------------------\n# while_loop\n# -------------------------------\n\n\n@dataclasses.dataclass(eq=False)\nclass WhileLoopCondFn:\n f: tp.Callable[..., tp.Any]\n\n def __post_init__(self):\n functools.update_wrapper(self, self.f)\n",python,selection_command +58,2358432,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41501,170,"\n# -------------------------------\n# while_loop\n# -------------------------------\n\n\n@dataclasses.dataclass(eq=False)\nclass WhileLoopCondFn:\n f: tp.Callable[..., tp.Any]\n",python,selection_command +59,2358702,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41501,83,"\n# -------------------------------\n# while_loop\n# -------------------------------\n\n",python,selection_command +60,2358723,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41501,0,"",python,selection_command +61,2358749,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41458,43,"\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +62,2358782,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41442,59,"\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +63,2358816,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",41127,374,"\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +64,2359007,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",40856,645,"\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +65,2359261,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",40489,1012,"\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +66,2359290,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",40080,1421,"\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +67,2359317,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",39877,1624,"\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +68,2359348,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",39460,2041,"\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +69,2359484,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",39382,2119,"\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +70,2359806,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",38644,2857,"\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +71,2359923,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",38452,3049,"\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +72,2360126,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",38317,3184,"\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +73,2360280,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",38185,3316,"\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +74,2361702,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37883,3618,"\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +75,2361842,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37745,3756,"\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +76,2362368,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37716,3785,"\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +77,2362624,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",37008,4493,"\ndef scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +78,2362806,".venv/lib/python3.10/site-packages/flax/nnx/transforms/iteration.py",36640,4861,"\n@tp.overload\ndef scan(\n f: F,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F:\n ...\n\n\ndef scan(\n f: F | type[Missing] = Missing,\n *,\n length: int | None = None,\n reverse: bool = False,\n unroll: int | bool = 1,\n _split_transpose: bool = False,\n # extended api\n in_axes: int | None | type[Carry] | tuple[tp.Any, ...] = (Carry, 0),\n out_axes: tp.Any = (Carry, 0),\n # nnx specific\n transform_metadata: tp.Mapping[str, tp.Any] = FrozenDict({}),\n) -> F | tp.Callable[[F], F]:\n if f is Missing:\n return functools.partial(\n scan,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n in_axes=in_axes,\n out_axes=out_axes,\n transform_metadata=transform_metadata,\n ) # type: ignore[return-value]\n\n _check_out_axes(out_axes)\n\n input_carry_argnum = _get_carry_argnum(in_axes, is_in_axes=True)\n output_carry_argnum = _get_carry_argnum(out_axes, is_in_axes=False)\n\n if (input_carry_argnum is None and output_carry_argnum is not None) or (\n input_carry_argnum is not None and output_carry_argnum is None\n ):\n raise ValueError(\n 'If one of in_axes or out_axes has Carry, the other must also have Carry. '\n f'Got {in_axes=!r} and {out_axes=!r}'\n )\n\n scan_fn = ScanFn(\n f,\n input_carry_argnum,\n output_carry_argnum,\n in_axes,\n out_axes,\n transform_metadata,\n )\n\n @functools.wraps(f)\n @graph.update_context('scan')\n def scan_wrapper(*args, **kwargs):\n args = resolve_kwargs(f, args, kwargs)\n\n if in_axes is Carry and len(args) != 1:\n raise ValueError(\n f'When in_axes=Carry, the function must take exactly one argument, '\n f'got {len(args)} arguments.'\n )\n\n carry_deque = PytreeDeque()\n broadcast_deque = PytreeDeque()\n broadcast_arrays = PytreeDeque()\n pure_args: tuple = extract.to_tree(\n args,\n prefix=in_axes,\n split_fn=functools.partial(\n _scan_split_in, carry_deque, broadcast_deque, broadcast_arrays\n ),\n map_non_graph_nodes=True,\n ctxtag='scan',\n )\n if isinstance(input_carry_argnum, int):\n pure_carry_arg = pure_args[input_carry_argnum]\n _pure_args = list(pure_args)\n _pure_args[input_carry_argnum] = None\n pure_args = tuple(_pure_args)\n elif input_carry_argnum == 'all':\n pure_carry_arg = pure_args[0]\n pure_args = ()\n else:\n assert input_carry_argnum is None\n pure_carry_arg = None\n\n carry = (pure_carry_arg, carry_deque, broadcast_deque, broadcast_arrays)\n\n carry_out, scan_out = jax.lax.scan(\n scan_fn,\n carry,\n pure_args,\n length=length,\n reverse=reverse,\n unroll=unroll,\n _split_transpose=_split_transpose,\n )\n (\n pure_carry_arg_out,\n carry_deque_out,\n broadcast_deque_out,\n broadcast_arrays_out,\n ) = carry_out\n (\n carry_graphdefs,\n pure_args_out,\n pure_out,\n ) = scan_out\n\n # next we have to insert all the index_mappings back into the GraphDefs\n # in the carry outputs\n pure_carry_arg_out = _insert_graphdefs(\n pure_carry_arg_out, deque(carry_graphdefs)\n )\n\n # insert pure carry into pure_args_out\n if input_carry_argnum == 'all':\n pure_args_out = (pure_carry_arg_out,)\n elif isinstance(input_carry_argnum, int):\n _pure_args_out = list(pure_args_out)\n _pure_args_out[input_carry_argnum] = pure_carry_arg_out\n pure_args_out = tuple(_pure_args_out)\n else:\n assert input_carry_argnum is None\n assert pure_carry_arg_out is None\n\n args_out, out = extract.from_tree(\n (pure_args_out, pure_out),\n prefix=(in_axes, out_axes),\n merge_fn=functools.partial(\n _scan_merge_out, carry_deque_out, broadcast_deque_out\n ),\n is_leaf=lambda x: isinstance(x, (extract.NodeStates, Broadcasted)),\n map_non_graph_nodes=True,\n ctxtag='scan',\n is_inner=False,\n )\n\n # extract the carry from args_out\n if input_carry_argnum == 'all':\n carry_arg = args_out[0]\n elif isinstance(input_carry_argnum, int):\n carry_arg = args_out[input_carry_argnum]\n else:\n assert input_carry_argnum is None\n carry_arg = None\n\n # insert carry into the output\n if output_carry_argnum == 'all':\n out = carry_arg\n elif isinstance(output_carry_argnum, int):\n _out = list(out)\n _out[output_carry_argnum] = carry_arg\n out = tuple(_out)\n else:\n assert output_carry_argnum is None\n assert carry_arg is None\n\n return out\n\n return scan_wrapper # type: ignore\n\n\n\n\n",python,selection_command +79,2366288,"genie.py",0,0,"",python,tab +80,2366995,"genie.py",17059,2,"jax.la",python,content +81,2367007,"genie.py",17059,0,"",python,selection_command +82,2369010,"genie.py",17023,49," final_carry_causal, _ = jax.lax.scan(",python,selection_command +83,2369146,"genie.py",17023,114," final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)",python,selection_command +84,2369280,"genie.py",17023,128," final_carry_causal, _ = jax.lax.scan(\n causal_step_fn, init_carry_causal, jnp.arange(N)\n )",python,selection_command +85,2829775,"genie.py",17207,0,"",python,selection_mouse +86,2829781,"genie.py",17206,0,"",python,selection_command +87,2831191,"genie.py",17059,0,"",python,selection_mouse +88,2831574,"genie.py",17059,1,"j",python,selection_command +89,2831619,"genie.py",17059,3,"jax",python,selection_command +90,2831806,"genie.py",17059,4,"jax.",python,selection_command +91,2832004,"genie.py",17059,7,"jax.lax",python,selection_command +92,2832708,"genie.py",17059,7,"",python,content +93,2832911,"genie.py",17059,0,"n",python,content +94,2832912,"genie.py",17060,0,"",python,selection_keyboard +95,2833068,"genie.py",17060,0,"n",python,content +96,2833068,"genie.py",17061,0,"",python,selection_keyboard +97,2833174,"genie.py",17061,0,"x",python,content +98,2833175,"genie.py",17062,0,"",python,selection_keyboard +99,2833804,"genie.py",17061,0,"",python,selection_command +100,2850953,"genie.py",17062,0,"",python,selection_command +101,2851327,"genie.py",17066,0,"",python,selection_command +102,2851708,"genie.py",17067,0,"",python,selection_command +103,2857745,"genie.py",17068,0,"",python,selection_command +104,2858265,"genie.py",17067,0,"",python,selection_command +105,2859026,"genie.py",17068,0,"",python,selection_command +106,2859162,"genie.py",17068,0,")",python,content +107,2859162,"genie.py",17069,0,"",python,selection_keyboard +108,2859645,"genie.py",17069,0,"()",python,content +109,2859646,"genie.py",17070,0,"",python,selection_keyboard +110,2860016,"genie.py",17069,0,"",python,selection_command +111,2860632,"genie.py",17070,0,"",python,selection_command +112,2860733,"genie.py",17070,1,"",python,content +113,2860734,"genie.py",17069,0,"",python,selection_command +114,2860958,"genie.py",17118,0,"",python,selection_command +115,2861206,"genie.py",17103,0,"",python,selection_command +116,2861464,"genie.py",17101,0,"",python,selection_command +117,2861496,"genie.py",17087,0,"",python,selection_command +118,2861920,"genie.py",17087,14,"",python,content +119,2862255,"genie.py",17039,0,"",python,selection_command +120,2865095,"genie.py",17053,0,"",python,selection_command +121,2865343,"genie.py",17055,0,"",python,selection_command +122,2865361,"genie.py",17057,0,"",python,selection_command +123,2865394,"genie.py",17059,0,"",python,selection_command +124,2865428,"genie.py",17062,0,"",python,selection_command +125,2865461,"genie.py",17063,0,"",python,selection_command +126,2865790,"genie.py",17067,0,"",python,selection_command +127,2866308,"genie.py",17068,0,"causal_step_fn",python,content +128,2866308,"genie.py",17081,0,"",python,selection_command +129,2866826,"genie.py",17082,0,"",python,selection_command +130,2866923,"genie.py",17082,0,",",python,content +131,2866924,"genie.py",17083,0,"",python,selection_keyboard +132,2867071,"genie.py",17083,0," ",python,content +133,2867072,"genie.py",17084,0,"",python,selection_keyboard +134,2867450,"genie.py",17084,0,"N",python,content +135,2867451,"genie.py",17085,0,"",python,selection_keyboard +136,2868214,"genie.py",17084,1,"",python,content +137,2868414,"genie.py",17084,0,"l",python,content +138,2868414,"genie.py",17085,0,"",python,selection_keyboard +139,2868508,"genie.py",17085,0,"e",python,content +140,2868508,"genie.py",17086,0,"",python,selection_keyboard +141,2868707,"genie.py",17086,0,"g",python,content +142,2868707,"genie.py",17087,0,"",python,selection_keyboard +143,2868724,"genie.py",17087,0,"n",python,content +144,2868724,"genie.py",17088,0,"",python,selection_keyboard +145,2869093,"genie.py",17087,1,"",python,content +146,2869229,"genie.py",17086,1,"",python,content +147,2869374,"genie.py",17086,0,"n",python,content +148,2869374,"genie.py",17087,0,"",python,selection_keyboard +149,2869471,"genie.py",17087,0,"g",python,content +150,2869471,"genie.py",17088,0,"",python,selection_keyboard +151,2869672,"genie.py",17088,0,"h",python,content +152,2869672,"genie.py",17089,0,"",python,selection_keyboard +153,2869735,"genie.py",17089,0,"t",python,content +154,2869735,"genie.py",17090,0,"",python,selection_keyboard +155,2869955,"genie.py",17090,0,"=",python,content +156,2869955,"genie.py",17091,0,"",python,selection_keyboard +157,2870996,"genie.py",17091,0,"N",python,content +158,2870997,"genie.py",17092,0,"",python,selection_keyboard +159,2871258,"genie.py",17091,0,"",python,selection_command +160,2871569,"genie.py",17090,0,"",python,selection_command +161,2871771,"genie.py",17089,0,"",python,selection_command +162,2872148,"genie.py",17089,1,"h",python,content +163,2872289,"genie.py",17088,0,"",python,selection_command +164,2873810,"genie.py",17088,1,"t",python,content +165,2875394,"genie.py",17144,0,"",python,selection_command +166,2876182,"genie.py",17111,0,"",python,selection_command +167,2877028,"genie.py",17111,1,"",python,content +168,2877190,"genie.py",17111,1,"",python,content +169,2879045,"genie.py",17095,0,"",python,selection_command +170,2885534,"genie.py",17023,0,"",python,selection_command +171,2885775,"genie.py",16989,0,"",python,selection_command +172,2885803,"genie.py",16932,0,"",python,selection_command +173,2885835,"genie.py",16931,0,"",python,selection_command +174,2885868,"genie.py",16917,0,"",python,selection_command +175,2885902,"genie.py",16865,0,"",python,selection_command +176,2885936,"genie.py",16831,0,"",python,selection_command +177,2885968,"genie.py",16791,0,"",python,selection_command +178,2886010,"genie.py",16765,0,"",python,selection_command +179,2886035,"genie.py",16731,0,"",python,selection_command +180,2886070,"genie.py",16678,0,"",python,selection_command +181,2886103,"genie.py",16677,0,"",python,selection_command +182,2886133,"genie.py",16651,0,"",python,selection_command +183,2886168,"genie.py",16543,0,"",python,selection_command +184,2886286,"genie.py",16651,0,"",python,selection_command +185,2886558,"genie.py",16677,0,"",python,selection_command +186,2886577,"genie.py",16678,0,"",python,selection_command +187,2886607,"genie.py",16731,0,"",python,selection_command +188,2886628,"genie.py",16678,0,"",python,selection_command +189,2886893,"genie.py",16677,0,"",python,selection_command +190,2888341,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +191,2889083,"genie.py",0,0,"",python,tab +192,2891868,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +193,2894619,"TERMINAL",0,0,"",,terminal_focus +194,2894620,"genie.py",0,0,"",python,tab +195,2895410,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +196,2895410,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login2:~/jafar",,terminal_output +197,2902571,"TERMINAL",0,0,"squeue --me",,terminal_command +198,2902590,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n 14857 franz.sram interacti 1 1 R 2025-08-02T09:39:03 2025-08-02T09:39:03 5:46:15 10:00:00 hai008\r\n]0;franz.srambical@hai-login2:~/jafar",,terminal_output +199,2907190,"TERMINAL",0,0,"scancel --me",,terminal_command +200,2907206,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login2:~/jafar",,terminal_output +201,2908809,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1--mem=100G --time=10:00:00",,terminal_command +202,2908861,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 14867\r\n",,terminal_output +203,2908965,"TERMINAL",0,0,"salloc: Nodes hai001 are ready for job\r\n",,terminal_output +204,2909335,"TERMINAL",0,0,"Running inside SLURM, Job ID 14867.\r\n",,terminal_output +205,2909417,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +206,2911099,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +207,2911333,"TERMINAL",0,0,"b': source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +208,2911403,"TERMINAL",0,0,"\ra': bash experiments/sample.sh \r",,terminal_output +209,2911467,"TERMINAL",0,0,"[1@s': bas",,terminal_output +210,2911518,"TERMINAL",0,0,"[1@h': bash",,terminal_output +211,2911968,"TERMINAL",0,0,"\r[24@[franz.srambical@hai001.haicore.berlin:~/jafar] $ bash",,terminal_output +212,2912057,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +213,2924964,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +214,2933485,"TERMINAL",0,0,"2025-08-02 15:25:48.975036: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +215,2937905,"TERMINAL",0,0,"2025-08-02 15:25:53.404109: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +216,2946099,"TERMINAL",0,0,"2025-08-02 15:26:01.593909: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +217,2957884,"TERMINAL",0,0,"---------------------------------------------------------------------------\r\nTraceContextError Traceback (most recent call last)\r\nFile /fast/home/franz.srambical/jafar/sample.py:216\r\n 207 action_batch_E = genie.vq_encode(batch, training=False)\r\n 209 # --- Sample + evaluate video ---\r\n 210 # B, S, H, W, _ = video_batch_BSHWC.shape\r\n 211 # N = math.ceil(H / args.patch_size) * math.ceil(W / args.patch_size)\r\n 212 # for block in genie.dynamics.transformer.blocks:\r\n 213 # block.spatial_attention.init_cache((B * S, 1, args.dyna_dim), dtype=args.dtype)\r\n 214 # block.temporal_attention.init_cache((B * (N + 1), 1, args.dyna_dim), dtype=args.dtype)\r\n--> 216 recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n 217 recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\r\n 218 gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\r\n\r\nFile /fast/home/franz.srambical/jafar/sample.py:180, in _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n 178 rng, _rng = jax.random.split(rng)\r\n 179 batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\r\n--> 180 generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n 181 return generated_vid_BSHWC\r\n\r\nFile /fast/home/franz.srambical/jafar/sample.py:164, in _sampling_fn(model, batch)\r\n 156 return model.sample(\r\n 157 batch,\r\n 158 args.seq_len,\r\n (...)\r\n 161 args.sample_argmax,\r\n 162 )\r\n 163 elif args.dyna_type == ""causal"":\r\n--> 164 return model.sample_causal(\r\n 165  batch,\r\n 166  args.seq_len,\r\n 167  args.temperature,\r\n 168  args.sample_argmax,\r\n 169  )\r\n 170 else:\r\n 171 raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\r\n\r\nFile /fast/home/franz.srambical/jafar/genie.py:397, in Genie.sample_causal(self, batch, seq_len, temperature, sample_argmax)\r\n 395 # --- Reset spatial KV caches before each frame ---\r\n 396 for block in dynamics_causal.transformer.blocks:\r\n--> 397 block.spatial_attention.init_cache((B * seq_len, (N + 1), self.dyna_dim), dtype=self.dtype)\r\n 398 #breakpoint()\r\n 399 \r\n 400 # --- Initialize and run causal loop ---\r\n 401 init_carry_causal = (\r\n 402 step_rng,\r\n 403 current_token_idxs_BSN,\r\n 404 action_tokens_EL,\r\n 405 jnp.array(step_t, dtype=jnp.int32),\r\n 406 )\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/nn/attention.py:652, in MultiHeadAttention.init_cache(self, input_shape, dtype)\r\n 623 """"""Initializes cache for fast autoregressive decoding. When\r\n 624 ``decode=True``, this method must be called first before performing\r\n 625 forward inference. When in decode mode, only one token must be passed\r\n (...)\r\n 649  >>> out_nnx = model_nnx(x)\r\n 650 """"""\r\n 651 cache_shape = (*input_shape[:-1], self.num_heads, self.head_dim)\r\n--> 652 self.cached_key = nnx.Cache(jnp.zeros(cache_shape, dtype))\r\n 653 self.cached_value = nnx.Cache(jnp.zeros(cache_shape, dtype))\r\n 654 self.cache_index = nnx.Cache(jnp.array(0, dtype=jnp.int32))\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py:280, in Object.__setattr__(self, name, value)\r\n 279 def __setattr__(self, name: str, value: Any) -> None:\r\n--> 280 self._setattr(name, value)\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py:283, in Object._setattr(self, name, value)\r\n 282 def _setattr(self, name: str, value: tp.Any) -> None:\r\n--> 283 self._check_valid_context(\r\n 284  lambda: f""Cannot mutate '{type(self).__name__}' from different trace level""\r\n 285  )\r\n 286 if (\r\n 287 type(self)._object__is_pytree\r\n 288 and isinstance(self._object__nodes, frozenset)\r\n 289 and name not in self._object__nodes\r\n 290 ):\r\n 291 for leaf in jax.tree.leaves(value):\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py:302, in Object._check_valid_context(self, error_msg)\r\n 300 def _check_valid_context(self, error_msg: tp.Callable[[], str]) -> None:\r\n 301 if not self._object__state.trace_state.is_valid():\r\n--> 302 raise errors.TraceContextError(error_msg())\r\n\r\nTraceContextError: Cannot mutate 'MultiHeadAttention' from different trace level (https://flax.readthedocs.io/en/latest/api_reference/flax.errors.html#flax.errors.TraceContextError)\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/object.py(302)_check_valid_context()\r\n 300  def _check_valid_context(self, error_msg: tp.Callable[[], str]) -> None:\r\n 301  if not self._object__state.trace_state.is_valid():\r\n--> 302  raise errors.TraceContextError(error_msg())\r\n 303 \r\n 304  def __deepcopy__(self: O, memo=None) -> O:\r\n\r\n",,terminal_output +218,3313179,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +219,3315299,"genie.py",0,0,"",python,tab +220,3317839,"genie.py",16678,0,"",python,selection_command +221,3318087,"genie.py",16731,0,"",python,selection_command +222,3318102,"genie.py",16765,0,"",python,selection_command +223,3318133,"genie.py",16791,0,"",python,selection_command +224,3318168,"genie.py",16831,0,"",python,selection_command +225,3318201,"genie.py",16865,0,"",python,selection_command +226,3318235,"genie.py",16917,0,"",python,selection_command +227,3318270,"genie.py",16931,0,"",python,selection_command +228,3318448,"genie.py",16932,0,"",python,selection_command +229,3318639,"genie.py",16989,0,"",python,selection_command +230,3318800,"genie.py",17023,0,"",python,selection_command +231,3323355,"genie.py",16334,0,"",python,selection_command +232,3324845,"genie.py",17035,0,"",python,selection_command +233,3326629,"genie.py",17023,71," final_carry_causal, _ = nnx.scan(causal_step_fn, length=N)(",python,selection_command +234,3326921,"genie.py",17023,120," final_carry_causal, _ = nnx.scan(causal_step_fn, length=N)(\n init_carry_causal, jnp.arange(N)",python,selection_command +235,3327293,"genie.py",17023,134," final_carry_causal, _ = nnx.scan(causal_step_fn, length=N)(\n init_carry_causal, jnp.arange(N)\n )",python,selection_command +236,3365792,"genie.py",17023,134," carry_causal = init_carry_causal\n for step_n in range(N):\n carry_causal, _ = causal_step_fn(\n carry_causal, jnp.array(step_n, dtype=jnp.int32)\n )\n final_carry_causal = carry_causal",python,content +237,3409525,"genie.py",17222,0,"",python,selection_mouse +238,3409536,"genie.py",17221,0,"",python,selection_command +239,3417630,"TERMINAL",0,0,"q",,terminal_output +240,3417759,"TERMINAL",0,0,"ui",,terminal_output +241,3417890,"TERMINAL",0,0,"t",,terminal_output +242,3418167,"TERMINAL",0,0,"()",,terminal_output +243,3418372,"TERMINAL",0,0,"\r\n",,terminal_output +244,3419369,"TERMINAL",0,0,"ipdb> ",,terminal_output +245,3419619,"TERMINAL",0,0,"srun: error: hai001: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +246,3419839,"TERMINAL",0,0,"[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +247,3419917,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +248,3420254,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +249,3431991,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +250,3440414,"TERMINAL",0,0,"2025-08-02 15:34:15.909957: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +251,3444851,"TERMINAL",0,0,"2025-08-02 15:34:20.345721: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +252,3452985,"TERMINAL",0,0,"2025-08-02 15:34:28.483286: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +253,3761703,"TERMINAL",0,0,"2025-08-02 15:39:37.192132: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +254,3774083,"TERMINAL",0,0,"SSIM: 0.004261609632521868\r\n",,terminal_output +255,3775887,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +256,3817555,"TERMINAL",0,0,"[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +257,3817626,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +258,3817899,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +259,3829644,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +260,3855520,"genie.py",17152,0,"",python,selection_command +261,3855717,"genie.py",17138,0,"",python,selection_command +262,3856183,"genie.py",14497,0,"",python,selection_command +263,3878064,"TERMINAL",0,0,"2025-08-02 15:41:33.552845: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +264,3882543,"TERMINAL",0,0,"2025-08-02 15:41:37.999120: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +265,3890611,"TERMINAL",0,0,"2025-08-02 15:41:46.105031: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +266,3929226,"genie.py",13497,0,"",python,selection_command +267,3934375,"genie.py",14493,0,"",python,selection_command +268,3934931,"genie.py",15594,0,"",python,selection_command +269,3937140,"genie.py",14493,0,"",python,selection_command +270,3938639,"genie.py",15594,0,"",python,selection_command +271,3938907,"genie.py",16334,0,"",python,selection_command +272,3950947,"genie.py",15594,0,"",python,selection_command +273,3951159,"genie.py",14493,0,"",python,selection_command +274,3951470,"genie.py",13497,0,"",python,selection_command +275,3953627,"genie.py",13489,71,"",python,content +276,3953654,"genie.py",13497,0,"",python,selection_command +277,3954581,"genie.py",15523,0,"",python,selection_command +278,3963561,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/causal_dynamics_openai_grain_tok_restore""\n\nexport PYTHONUNBUFFERED=1\nsrun ipython --pdb sample.py -- \\n --dyna_type ""causal"" \\n --batch_size 1 \\n --seq_len 3 \\n --start_frame 1 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +279,3970600,"genie.py",0,0,"",python,tab +280,4195274,"TERMINAL",0,0,"2025-08-02 15:46:50.767433: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +281,4207619,"TERMINAL",0,0,"SSIM: 0.004261609632521868\r\n",,terminal_output +282,4209414,"TERMINAL",0,0,"]0;franz.srambical@hai-login2:~/jafar[?2004h[franz.srambical@hai001.haicore.berlin:~/jafar] $ ",,terminal_output +283,4423300,"genie.py",14422,0,"",python,selection_command +284,4423731,"genie.py",13485,0,"",python,selection_command +285,4424061,"genie.py",14422,0,"",python,selection_command +286,4424162,"genie.py",13485,0,"",python,selection_command +287,4424546,"genie.py",14422,0,"",python,selection_command +288,4425214,"genie.py",14413,0,"\n",python,content +289,4425242,"genie.py",14414,0," ",python,content +290,4426241,"genie.py",14422,0,"@",python,content +291,4426241,"genie.py",14423,0,"",python,selection_keyboard +292,4426749,"genie.py",14423,0,"n",python,content +293,4426750,"genie.py",14424,0,"",python,selection_keyboard +294,4426880,"genie.py",14424,0,"n",python,content +295,4426880,"genie.py",14425,0,"",python,selection_keyboard +296,4426946,"genie.py",14425,0,"x",python,content +297,4426946,"genie.py",14426,0,"",python,selection_keyboard +298,4427093,"genie.py",14426,0,".",python,content +299,4427094,"genie.py",14427,0,"",python,selection_keyboard +300,4427306,"genie.py",14427,0,"j",python,content +301,4427307,"genie.py",14428,0,"",python,selection_keyboard +302,4427351,"genie.py",14428,0,"i",python,content +303,4427351,"genie.py",14429,0,"",python,selection_keyboard +304,4427428,"genie.py",14429,0,"t",python,content +305,4427428,"genie.py",14430,0,"",python,selection_keyboard +306,4428139,"genie.py",14429,0,"",python,selection_command +307,4430346,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +308,4431303,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +309,4442741,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1256: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +310,4451463,"TERMINAL",0,0,"2025-08-02 15:51:06.955065: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +311,4455903,"TERMINAL",0,0,"2025-08-02 15:51:11.393441: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +312,4464038,"TERMINAL",0,0,"2025-08-02 15:51:19.536637: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +313,4477408,"TERMINAL",0,0,"---------------------------------------------------------------------------\r\nUnexpectedTracerError Traceback (most recent call last)\r\nFile /fast/home/franz.srambical/jafar/sample.py:216\r\n 207 action_batch_E = genie.vq_encode(batch, training=False)\r\n 209 # --- Sample + evaluate video ---\r\n 210 # B, S, H, W, _ = video_batch_BSHWC.shape\r\n 211 # N = math.ceil(H / args.patch_size) * math.ceil(W / args.patch_size)\r\n 212 # for block in genie.dynamics.transformer.blocks:\r\n 213 # block.spatial_attention.init_cache((B * S, 1, args.dyna_dim), dtype=args.dtype)\r\n 214 # block.temporal_attention.init_cache((B * (N + 1), 1, args.dyna_dim), dtype=args.dtype)\r\n--> 216 recon_video_BSHWC = _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n 217 recon_video_BSHWC = recon_video_BSHWC.astype(jnp.float32)\r\n 218 gt = gt_video[:, : recon_video_BSHWC.shape[1]].clip(0, 1).reshape(-1, *gt_video.shape[2:])\r\n\r\nFile /fast/home/franz.srambical/jafar/sample.py:180, in _autoreg_sample(genie, rng, video_batch_BSHWC, action_batch_E)\r\n 178 rng, _rng = jax.random.split(rng)\r\n 179 batch = dict(videos=input_video_BTHWC, latent_actions=action_batch_E, rng=_rng)\r\n--> 180 generated_vid_BSHWC = _sampling_fn(genie, batch)\r\n 181 return generated_vid_BSHWC\r\n\r\nFile /fast/home/franz.srambical/jafar/sample.py:164, in _sampling_fn(model, batch)\r\n 156 return model.sample(\r\n 157 batch,\r\n 158 args.seq_len,\r\n (...)\r\n 161 args.sample_argmax,\r\n 162 )\r\n 163 elif args.dyna_type == ""causal"":\r\n--> 164 return model.sample_causal(\r\n 165  batch,\r\n 166  args.seq_len,\r\n 167  args.temperature,\r\n 168  args.sample_argmax,\r\n 169  )\r\n 170 else:\r\n 171 raise ValueError(f""Invalid dynamics type: {args.dyna_type}"")\r\n\r\nFile /fast/home/franz.srambical/jafar/genie.py:412, in Genie.sample_causal(self, batch, seq_len, temperature, sample_argmax)\r\n 410 carry_causal = init_carry_causal\r\n 411 for step_n in range(N):\r\n--> 412 carry_causal, _ = causal_step_fn(\r\n 413  carry_causal, jnp.array(step_n, dtype=jnp.int32)\r\n 414  )\r\n 415 final_carry_causal = carry_causal\r\n 416 # final_carry_causal[1].block_until_ready()\r\n 417 # elapsed = time.time() - start\r\n 418 # print(f""Autoregressive generation time: {elapsed:.4f}s"")\r\n 419 # breakpoint()\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/compilation.py:431, in JitWrapped.__call__(self, *args, **kwargs)\r\n 429 with graph.update_context(self):\r\n 430 pure_args, pure_kwargs = self._get_pure_args_kwargs(args, kwargs)\r\n--> 431 pure_args_out, pure_kwargs_out, pure_out = self.jitted_fn(\r\n 432  *pure_args, **pure_kwargs\r\n 433  )\r\n 434 out = self._get_non_pure_out(pure_args_out, pure_kwargs_out, pure_out)\r\n 435 return out\r\n\r\n [... skipping hidden 3 frame]\r\n\r\nFile /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py:1053, in check_eval_args(args)\r\n 1051 for arg in args:\r\n 1052 if isinstance(arg, Tracer):\r\n-> 1053 raise escaped_tracer_error(arg)\r\n\r\nUnexpectedTracerError: Encountered an unexpected tracer. A function transformed by JAX had a side effect, allowing for a reference to an intermediate value with type float32[2048] wrapped in a DynamicJaxprTracer to escape the scope of the transformation.\r\nJAX transformations require that functions explicitly return their outputs, and disallow saving intermediate values to global state.\r\nThe function being traced when the value leaked was causal_step_fn at /fast/home/franz.srambical/jafar/genie.py:355 traced for jit.\r\n------------------------------\r\nThe leaked intermediate value was created on line /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py:153 (split_inputs_wrapper). \r\n------------------------------\r\nWhen the value was created, the final 5 stack frames (most recent last) excluding JAX-internal frames were:\r\n------------------------------\r\n/fast/home/franz.srambical/jafar/utils/nn.py:443 (__call__)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/transforms.py:73 (resolve_kwargs_wrapper)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py:2051 (update_context_manager_wrapper)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/graph.py:2051 (update_context_manager_wrapper)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/nnx/transforms/general.py:153 (split_inputs_wrapper)\r\n------------------------------\r\n\r\nTo catch the leak earlier, try setting the environment variable JAX_CHECK_TRACER_LEAKS or using the `jax.checking_leaks` context manager.\r\nSee https://docs.jax.dev/en/latest/errors.html#jax.errors.UnexpectedTracerError\r\n> /fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py(1053)check_eval_args()\r\n 1051  for arg in args:\r\n 1052  if isinstance(arg, Tracer):\r\n-> 1053  raise escaped_tracer_error(arg)\r\n 1054 \r\n 1055 class EvalTrace(Trace):\r\n\r\n",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-e6f472f8-41ac-4a94-8d9a-7becc51fed651753430069410-2025_07_25-09.54.49.121/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-e6f472f8-41ac-4a94-8d9a-7becc51fed651753430069410-2025_07_25-09.54.49.121/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..c7ca2ee89d5bf8ba4bd44fc9518615ca8b4c1fce --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-e6f472f8-41ac-4a94-8d9a-7becc51fed651753430069410-2025_07_25-09.54.49.121/source.csv @@ -0,0 +1,1057 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"salient_restore_failing_minimal_example.py",0,0,"",python,tab +2,238,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"9:54:49 AM [info] Activating crowd-code\n9:54:49 AM [info] Recording started\n9:54:49 AM [info] Initializing git provider using file system watchers...\n",Log,tab +3,263,"extension-output-pdoom-org.crowd-code-#1-crowd-code",150,0,"9:54:49 AM [info] Git repository found\n9:54:49 AM [info] Git provider initialized successfully\n9:54:49 AM [info] Initial git state: [object Object]\n",Log,content +4,120108,"salient_restore_failing_minimal_example.py",0,0,"",python,tab +5,169282,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +6,172280,"salient_restore_failing_minimal_example.py",0,0,"",python,tab +7,172282,"TERMINAL",0,0,"",,terminal_focus +8,172930,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +9,172950,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +10,176673,"TERMINAL",0,0,"squeue --me",,terminal_command +11,176681,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n 13884 franz.sram interacti 1 1 R 2025-07-25T08:57:40 2025-07-25T08:57:40 1:00:05 1-00:00:00 hai001\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +12,180504,"TERMINAL",0,0,"scancel --me",,terminal_command +13,180525,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +14,182559,"TERMINAL",0,0,"salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_command +15,182620,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 13885\r\n",,terminal_output +16,182722,"TERMINAL",0,0,"salloc: Nodes hai003 are ready for job\r\n",,terminal_output +17,183090,"TERMINAL",0,0,"Running inside SLURM, Job ID 13885.\r\n",,terminal_output +18,183144,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +19,200858,"salient_restore_failing_minimal_example.py",0,0,"import os\n\n",python,content +20,200881,"salient_restore_failing_minimal_example.py",10,0,"import shutil\n\nimport jax.numpy as jnp\nfrom flax.experimental import nnx\nfrom flax.experimental.nnx import checkpoints\n\n# This script demonstrates a potential issue in flax.nnx related to checkpointing\n# and lazy parameter initialization.\n#\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\n# 0. Setup a directory for the checkpoint\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\n# 1. Define a simple nnx.Module\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\n# 2. Instantiate the model with use_bias=False and save a checkpoint.\nprint('Step 1: Creating and checkpointing a model with use_bias=False.')\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\n# Initialize the parameters by calling the model.\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n\n# Display the state of the model. Note the absence of 'bias'.\nstate_no_bias, _ = nnx.split(model_no_bias)\nprint('State of model_no_bias:', state_no_bias)\n\n# Save the checkpoint.\ncheckpoints.save_checkpoint(model_no_bias, ckpt_dir, 1)\nprint(f""Checkpoint saved to '{ckpt_dir}'.\n"")\n\n\n# 3. Instantiate a new model with use_bias=True.\nprint('Step 2: Creating a new model with use_bias=True.')\nmodel_with_bias = MyModel(use_bias=True, rngs=rngs)\n\n# Initialize parameters. This will create the 'bias' parameter.\nmodel_with_bias(dummy_input)\n\n# Display the state. Note the presence of 'bias'.\nstate_with_bias, _ = nnx.split(model_with_bias)\nprint('State of model_with_bias (before restore):', state_with_bias)\nprint('')\n\n\n# 4. Attempt to restore the checkpoint into the new model.\n# This is expected to fail because the checkpoint is missing the 'bias' parameter\n# that exists in 'model_with_bias'.\nprint('Step 3: Attempting to restore the checkpoint.')\ntry:\n checkpoints.restore_checkpoint(model_with_bias, ckpt_dir)\n print('Restore successful. (This was not expected)')\nexcept Exception as e:\n print('Restore failed as expected.')\n print(f'Error: {e}')\nfinally:\n # Clean up the checkpoint directory.\n shutil.rmtree(ckpt_dir)\n",python,content +21,200883,"salient_restore_failing_minimal_example.py",2695,1,"",python,content +22,207407,"salient_restore_failing_minimal_example.py",114,0,"",python,selection_mouse +23,207904,"salient_restore_failing_minimal_example.py",99,0,"",python,selection_mouse +24,213661,"salient_restore_failing_minimal_example.py",65,0,"",python,selection_command +25,214444,"salient_restore_failing_minimal_example.py",59,0,"",python,selection_command +26,216286,"salient_restore_failing_minimal_example.py",58,0,"",python,selection_command +27,216440,"salient_restore_failing_minimal_example.py",54,0,"",python,selection_command +28,216975,"salient_restore_failing_minimal_example.py",54,28,"",python,content +29,217538,"salient_restore_failing_minimal_example.py",54,0,"f",python,content +30,217538,"salient_restore_failing_minimal_example.py",55,0,"",python,selection_keyboard +31,217745,"salient_restore_failing_minimal_example.py",55,0,"l",python,content +32,217746,"salient_restore_failing_minimal_example.py",56,0,"",python,selection_keyboard +33,217851,"salient_restore_failing_minimal_example.py",56,0,"a",python,content +34,217852,"salient_restore_failing_minimal_example.py",57,0,"",python,selection_keyboard +35,217971,"salient_restore_failing_minimal_example.py",57,0,"x",python,content +36,217971,"salient_restore_failing_minimal_example.py",58,0,"",python,selection_keyboard +37,218071,"salient_restore_failing_minimal_example.py",58,0," ",python,content +38,218071,"salient_restore_failing_minimal_example.py",59,0,"",python,selection_keyboard +39,218138,"salient_restore_failing_minimal_example.py",59,0,"i",python,content +40,218138,"salient_restore_failing_minimal_example.py",60,0,"",python,selection_keyboard +41,218205,"salient_restore_failing_minimal_example.py",60,0,"m",python,content +42,218206,"salient_restore_failing_minimal_example.py",61,0,"",python,selection_keyboard +43,218256,"salient_restore_failing_minimal_example.py",61,0,"p",python,content +44,218256,"salient_restore_failing_minimal_example.py",62,0,"",python,selection_keyboard +45,218376,"salient_restore_failing_minimal_example.py",62,0,"o",python,content +46,218376,"salient_restore_failing_minimal_example.py",63,0,"",python,selection_keyboard +47,218425,"salient_restore_failing_minimal_example.py",63,0,"r",python,content +48,218425,"salient_restore_failing_minimal_example.py",64,0,"",python,selection_keyboard +49,218588,"salient_restore_failing_minimal_example.py",64,0,"t",python,content +50,218588,"salient_restore_failing_minimal_example.py",65,0,"",python,selection_keyboard +51,218638,"salient_restore_failing_minimal_example.py",65,0," ",python,content +52,218638,"salient_restore_failing_minimal_example.py",66,0,"",python,selection_keyboard +53,218790,"salient_restore_failing_minimal_example.py",66,0,"n",python,content +54,218790,"salient_restore_failing_minimal_example.py",67,0,"",python,selection_keyboard +55,218924,"salient_restore_failing_minimal_example.py",67,0,"n",python,content +56,218924,"salient_restore_failing_minimal_example.py",68,0,"",python,selection_keyboard +57,218988,"salient_restore_failing_minimal_example.py",68,0,"x",python,content +58,218988,"salient_restore_failing_minimal_example.py",69,0,"",python,selection_keyboard +59,219206,"salient_restore_failing_minimal_example.py",68,0,"",python,selection_command +60,219764,"salient_restore_failing_minimal_example.py",89,0,"",python,selection_command +61,221186,"salient_restore_failing_minimal_example.py",96,0,"g",python,content +62,221186,"salient_restore_failing_minimal_example.py",95,1,"",python,content +63,221186,"salient_restore_failing_minimal_example.py",94,0,"i",python,content +64,221186,"salient_restore_failing_minimal_example.py",93,0,"i",python,content +65,221186,"salient_restore_failing_minimal_example.py",91,2,"",python,content +66,221186,"salient_restore_failing_minimal_example.py",90,0,"r",python,content +67,221186,"salient_restore_failing_minimal_example.py",80,9,"",python,content +68,222390,"salient_restore_failing_minimal_example.py",89,0,"",python,selection_command +69,222585,"salient_restore_failing_minimal_example.py",96,0,"",python,selection_command +70,222752,"salient_restore_failing_minimal_example.py",108,0,"",python,selection_command +71,223093,"salient_restore_failing_minimal_example.py",96,0,"",python,selection_command +72,223358,"salient_restore_failing_minimal_example.py",1626,0,"",python,selection_command +73,225796,"salient_restore_failing_minimal_example.py",96,0,"",python,selection_command +74,227288,"salient_restore_failing_minimal_example.py",89,0,"",python,selection_command +75,227418,"salient_restore_failing_minimal_example.py",80,0,"",python,selection_command +76,227519,"salient_restore_failing_minimal_example.py",79,0,"",python,selection_command +77,227641,"salient_restore_failing_minimal_example.py",75,0,"",python,selection_command +78,228906,"salient_restore_failing_minimal_example.py",70,0,"",python,selection_command +79,229593,"salient_restore_failing_minimal_example.py",70,37,"",python,content +80,229909,"salient_restore_failing_minimal_example.py",70,0,"i",python,content +81,229910,"salient_restore_failing_minimal_example.py",71,0,"",python,selection_keyboard +82,229911,"salient_restore_failing_minimal_example.py",71,0,"m",python,content +83,229911,"salient_restore_failing_minimal_example.py",72,0,"",python,selection_keyboard +84,229968,"salient_restore_failing_minimal_example.py",72,0,"p",python,content +85,229968,"salient_restore_failing_minimal_example.py",73,0,"",python,selection_keyboard +86,230034,"salient_restore_failing_minimal_example.py",73,0,"o",python,content +87,230034,"salient_restore_failing_minimal_example.py",74,0,"",python,selection_keyboard +88,230102,"salient_restore_failing_minimal_example.py",74,0,"r",python,content +89,230102,"salient_restore_failing_minimal_example.py",75,0,"",python,selection_keyboard +90,230286,"salient_restore_failing_minimal_example.py",75,0,"t",python,content +91,230287,"salient_restore_failing_minimal_example.py",76,0,"",python,selection_keyboard +92,230435,"salient_restore_failing_minimal_example.py",76,0," ",python,content +93,230435,"salient_restore_failing_minimal_example.py",77,0,"",python,selection_keyboard +94,230572,"salient_restore_failing_minimal_example.py",77,0,"o",python,content +95,230573,"salient_restore_failing_minimal_example.py",78,0,"",python,selection_keyboard +96,230652,"salient_restore_failing_minimal_example.py",78,0,"r",python,content +97,230652,"salient_restore_failing_minimal_example.py",79,0,"",python,selection_keyboard +98,230788,"salient_restore_failing_minimal_example.py",79,0,"b",python,content +99,230788,"salient_restore_failing_minimal_example.py",80,0,"",python,selection_keyboard +100,230959,"salient_restore_failing_minimal_example.py",80,0,"a",python,content +101,230959,"salient_restore_failing_minimal_example.py",81,0,"",python,selection_keyboard +102,231057,"salient_restore_failing_minimal_example.py",81,0,"x",python,content +103,231058,"salient_restore_failing_minimal_example.py",82,0,"",python,selection_keyboard +104,231211,"salient_restore_failing_minimal_example.py",82,0,".",python,content +105,231211,"salient_restore_failing_minimal_example.py",83,0,"",python,selection_keyboard +106,231321,"salient_restore_failing_minimal_example.py",83,0,"c",python,content +107,231321,"salient_restore_failing_minimal_example.py",84,0,"",python,selection_keyboard +108,231482,"salient_restore_failing_minimal_example.py",84,0,"h",python,content +109,231483,"salient_restore_failing_minimal_example.py",85,0,"",python,selection_keyboard +110,231483,"salient_restore_failing_minimal_example.py",85,0,"e",python,content +111,231484,"salient_restore_failing_minimal_example.py",86,0,"",python,selection_keyboard +112,231553,"salient_restore_failing_minimal_example.py",86,0,"c",python,content +113,231554,"salient_restore_failing_minimal_example.py",87,0,"",python,selection_keyboard +114,231588,"salient_restore_failing_minimal_example.py",87,0,"k",python,content +115,231589,"salient_restore_failing_minimal_example.py",88,0,"",python,selection_keyboard +116,231723,"salient_restore_failing_minimal_example.py",88,0,"p",python,content +117,231723,"salient_restore_failing_minimal_example.py",89,0,"",python,selection_keyboard +118,231803,"salient_restore_failing_minimal_example.py",89,0,"o",python,content +119,231804,"salient_restore_failing_minimal_example.py",90,0,"",python,selection_keyboard +120,231870,"salient_restore_failing_minimal_example.py",90,0,"i",python,content +121,231870,"salient_restore_failing_minimal_example.py",91,0,"",python,selection_keyboard +122,231984,"salient_restore_failing_minimal_example.py",91,0,"n",python,content +123,231984,"salient_restore_failing_minimal_example.py",92,0,"",python,selection_keyboard +124,231985,"salient_restore_failing_minimal_example.py",92,0,"t",python,content +125,231985,"salient_restore_failing_minimal_example.py",93,0,"",python,selection_keyboard +126,232107,"salient_restore_failing_minimal_example.py",93,0," ",python,content +127,232107,"salient_restore_failing_minimal_example.py",94,0,"",python,selection_keyboard +128,232137,"salient_restore_failing_minimal_example.py",94,0,"a",python,content +129,232137,"salient_restore_failing_minimal_example.py",95,0,"",python,selection_keyboard +130,232168,"salient_restore_failing_minimal_example.py",95,0,"s",python,content +131,232168,"salient_restore_failing_minimal_example.py",96,0,"",python,selection_keyboard +132,232252,"salient_restore_failing_minimal_example.py",96,0," ",python,content +133,232252,"salient_restore_failing_minimal_example.py",97,0,"",python,selection_keyboard +134,232389,"salient_restore_failing_minimal_example.py",97,0,"o",python,content +135,232389,"salient_restore_failing_minimal_example.py",98,0,"",python,selection_keyboard +136,232507,"salient_restore_failing_minimal_example.py",98,0,"c",python,content +137,232507,"salient_restore_failing_minimal_example.py",99,0,"",python,selection_keyboard +138,232619,"salient_restore_failing_minimal_example.py",99,0,"p",python,content +139,232620,"salient_restore_failing_minimal_example.py",100,0,"",python,selection_keyboard +140,232769,"salient_restore_failing_minimal_example.py",99,0,"",python,selection_command +141,233514,"salient_restore_failing_minimal_example.py",101,0,"",python,selection_command +142,233755,"salient_restore_failing_minimal_example.py",99,0,"",python,selection_command +143,235621,"salient_restore_failing_minimal_example.py",1063,0,"",python,selection_command +144,236167,"salient_restore_failing_minimal_example.py",1064,0,"",python,selection_command +145,236419,"salient_restore_failing_minimal_example.py",1089,0,"",python,selection_command +146,236451,"salient_restore_failing_minimal_example.py",1115,0,"",python,selection_command +147,236483,"salient_restore_failing_minimal_example.py",1116,0,"",python,selection_command +148,236515,"salient_restore_failing_minimal_example.py",1117,0,"",python,selection_command +149,236549,"salient_restore_failing_minimal_example.py",1187,0,"",python,selection_command +150,236582,"salient_restore_failing_minimal_example.py",1260,0,"",python,selection_command +151,236615,"salient_restore_failing_minimal_example.py",1279,0,"",python,selection_command +152,236650,"salient_restore_failing_minimal_example.py",1330,0,"",python,selection_command +153,236683,"salient_restore_failing_minimal_example.py",1331,0,"",python,selection_command +154,236715,"salient_restore_failing_minimal_example.py",1381,0,"",python,selection_command +155,236749,"salient_restore_failing_minimal_example.py",1413,0,"",python,selection_command +156,236783,"salient_restore_failing_minimal_example.py",1440,0,"",python,selection_command +157,236816,"salient_restore_failing_minimal_example.py",1441,0,"",python,selection_command +158,236850,"salient_restore_failing_minimal_example.py",1503,0,"",python,selection_command +159,236882,"salient_restore_failing_minimal_example.py",1547,0,"",python,selection_command +160,236916,"salient_restore_failing_minimal_example.py",1595,0,"",python,selection_command +161,236949,"salient_restore_failing_minimal_example.py",1596,0,"",python,selection_command +162,236982,"salient_restore_failing_minimal_example.py",1619,0,"",python,selection_command +163,238508,"salient_restore_failing_minimal_example.py",1625,5,"",python,content +164,238509,"salient_restore_failing_minimal_example.py",1620,4,"",python,content +165,238509,"salient_restore_failing_minimal_example.py",1619,0,"o",python,content +166,239440,"salient_restore_failing_minimal_example.py",1622,0,"",python,selection_command +167,240972,"salient_restore_failing_minimal_example.py",1623,0,"",python,selection_command +168,241774,"salient_restore_failing_minimal_example.py",1622,0,"",python,selection_command +169,241904,"salient_restore_failing_minimal_example.py",1619,0,"",python,selection_command +170,242354,".venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py",0,0,"# Copyright 2025 The Orbax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Defines exported symbols for the namespace package `orbax.checkpoint`.""""""\n\n# pylint: disable=g-importing-member, g-bad-import-order\n\nimport contextlib\nimport functools\n\nfrom orbax.checkpoint.experimental import v1\nfrom orbax.checkpoint import arrays\nfrom orbax.checkpoint import aggregate_handlers\nfrom orbax.checkpoint import args\nfrom orbax.checkpoint import checkpoint_utils\nfrom orbax.checkpoint import checkpointers\nfrom orbax.checkpoint import checkpoint_managers\nfrom orbax.checkpoint import handlers\nfrom orbax.checkpoint import logging\nfrom orbax.checkpoint import metadata\nfrom orbax.checkpoint import msgpack_utils\nfrom orbax.checkpoint import options\nfrom orbax.checkpoint import path\nfrom orbax.checkpoint import serialization\nfrom orbax.checkpoint import transform_utils\nfrom orbax.checkpoint import tree\nfrom orbax.checkpoint import type_handlers\nfrom orbax.checkpoint import utils\nfrom orbax.checkpoint import version\n# TODO(cpgaffney): Import the public multihost API.\nfrom orbax.checkpoint._src.multihost import multihost\nfrom orbax.checkpoint._src.path import step\n\nfrom orbax.checkpoint.future import Future\n\nfrom orbax.checkpoint.transform_utils import apply_transformations\nfrom orbax.checkpoint.transform_utils import merge_trees\nfrom orbax.checkpoint.transform_utils import RestoreTransform\nfrom orbax.checkpoint.transform_utils import Transform\n\nfrom orbax.checkpoint.abstract_checkpoint_manager import AbstractCheckpointManager\nfrom orbax.checkpoint.checkpointers import *\nfrom orbax.checkpoint.checkpoint_manager import CheckpointManager\nfrom orbax.checkpoint.checkpoint_manager import AsyncOptions\nfrom orbax.checkpoint.checkpoint_manager import CheckpointManagerOptions\n\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import RestoreArgs\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import ArrayRestoreArgs\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import SaveArgs\n\n# Important handlers.\nfrom orbax.checkpoint._src.handlers.checkpoint_handler import CheckpointHandler\nfrom orbax.checkpoint._src.handlers.async_checkpoint_handler import AsyncCheckpointHandler\n\nfrom orbax.checkpoint._src.handlers.array_checkpoint_handler import ArrayCheckpointHandler\nfrom orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeCheckpointHandler\nfrom orbax.checkpoint._src.handlers.composite_checkpoint_handler import CompositeOptions\nfrom orbax.checkpoint._src.handlers.json_checkpoint_handler import JsonCheckpointHandler\nfrom orbax.checkpoint._src.handlers.proto_checkpoint_handler import ProtoCheckpointHandler\nfrom orbax.checkpoint._src.handlers.pytree_checkpoint_handler import PyTreeCheckpointHandler\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import JaxRandomKeyCheckpointHandler\nfrom orbax.checkpoint._src.handlers.random_key_checkpoint_handler import NumpyRandomKeyCheckpointHandler\nfrom orbax.checkpoint._src.handlers.standard_checkpoint_handler import StandardCheckpointHandler\n\nfrom orbax.checkpoint._src.handlers.handler_registration import CheckpointHandlerRegistry\nfrom orbax.checkpoint._src.handlers.handler_registration import DefaultCheckpointHandlerRegistry\n\n# This class should be regarded as internal-only, and may be removed without\n# warning.\nfrom orbax.checkpoint._src.handlers.base_pytree_checkpoint_handler import BasePyTreeCheckpointHandler\n\n# Test utils.\nfrom orbax.checkpoint import test_utils\n\nfrom orbax.checkpoint._src.serialization.type_handlers import PLACEHOLDER\n\n# A new PyPI release will be pushed everytime `__version__` is increased.\n__version__ = version.__version__\ndel version\n",python,tab +171,243323,".venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py",964,0,"",python,selection_command +172,243737,".venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py",2040,0,"",python,selection_command +173,243970,".venv/lib/python3.10/site-packages/orbax/checkpoint/__init__.py",3772,0,"",python,selection_command +174,244466,"salient_restore_failing_minimal_example.py",0,0,"",python,tab +175,244466,"salient_restore_failing_minimal_example.py",1619,0,"",python,selection_command +176,245225,"salient_restore_failing_minimal_example.py",1622,0,"",python,selection_command +177,245386,"salient_restore_failing_minimal_example.py",1623,0,"",python,selection_command +178,262993,"salient_restore_failing_minimal_example.py",1618,0,"\n",python,content +179,263434,"salient_restore_failing_minimal_example.py",1619,0,"c",python,content +180,263434,"salient_restore_failing_minimal_example.py",1620,0,"",python,selection_keyboard +181,263507,"salient_restore_failing_minimal_example.py",1620,0,"h",python,content +182,263507,"salient_restore_failing_minimal_example.py",1621,0,"",python,selection_keyboard +183,263585,"salient_restore_failing_minimal_example.py",1621,0,"e",python,content +184,263586,"salient_restore_failing_minimal_example.py",1622,0,"",python,selection_keyboard +185,263607,"salient_restore_failing_minimal_example.py",1622,0,"c",python,content +186,263607,"salient_restore_failing_minimal_example.py",1623,0,"",python,selection_keyboard +187,263722,"salient_restore_failing_minimal_example.py",1623,0,"k",python,content +188,263723,"salient_restore_failing_minimal_example.py",1624,0,"",python,selection_keyboard +189,263839,"salient_restore_failing_minimal_example.py",1624,0,"p",python,content +190,263840,"salient_restore_failing_minimal_example.py",1625,0,"",python,selection_keyboard +191,263911,"salient_restore_failing_minimal_example.py",1625,0,"o",python,content +192,263911,"salient_restore_failing_minimal_example.py",1626,0,"",python,selection_keyboard +193,263970,"salient_restore_failing_minimal_example.py",1626,0,"i",python,content +194,263970,"salient_restore_failing_minimal_example.py",1627,0,"",python,selection_keyboard +195,264057,"salient_restore_failing_minimal_example.py",1627,0,"n",python,content +196,264058,"salient_restore_failing_minimal_example.py",1628,0,"",python,selection_keyboard +197,264075,"salient_restore_failing_minimal_example.py",1628,0,"t",python,content +198,264075,"salient_restore_failing_minimal_example.py",1629,0,"",python,selection_keyboard +199,264236,"salient_restore_failing_minimal_example.py",1629,0,"e",python,content +200,264236,"salient_restore_failing_minimal_example.py",1630,0,"",python,selection_keyboard +201,264286,"salient_restore_failing_minimal_example.py",1630,0,"r",python,content +202,264287,"salient_restore_failing_minimal_example.py",1631,0,"",python,selection_keyboard +203,264404,"salient_restore_failing_minimal_example.py",1631,0," ",python,content +204,264404,"salient_restore_failing_minimal_example.py",1632,0,"",python,selection_keyboard +205,264505,"salient_restore_failing_minimal_example.py",1632,0,"=",python,content +206,264505,"salient_restore_failing_minimal_example.py",1633,0,"",python,selection_keyboard +207,264641,"salient_restore_failing_minimal_example.py",1633,0," ",python,content +208,264641,"salient_restore_failing_minimal_example.py",1634,0,"",python,selection_keyboard +209,264825,"salient_restore_failing_minimal_example.py",1634,0,"ocp.Checkpointer(ckpt_dir)",python,content +210,265121,"salient_restore_failing_minimal_example.py",1659,0,"",python,selection_command +211,265284,"salient_restore_failing_minimal_example.py",1701,0,"",python,selection_command +212,265585,"salient_restore_failing_minimal_example.py",1661,0,"",python,selection_command +213,267328,"salient_restore_failing_minimal_example.py",1694,10,"",python,content +214,267328,"salient_restore_failing_minimal_example.py",1680,0,"er.save",python,content +215,267328,"salient_restore_failing_minimal_example.py",1661,9,"",python,content +216,268176,"salient_restore_failing_minimal_example.py",1673,0,"",python,selection_command +217,268291,"salient_restore_failing_minimal_example.py",1674,0,"",python,selection_command +218,268686,"salient_restore_failing_minimal_example.py",1678,0,"",python,selection_command +219,268874,"salient_restore_failing_minimal_example.py",1679,0,"",python,selection_command +220,269105,"salient_restore_failing_minimal_example.py",1692,0,"",python,selection_command +221,269322,"salient_restore_failing_minimal_example.py",1694,0,"",python,selection_command +222,270060,"salient_restore_failing_minimal_example.py",1661,0,"",python,selection_command +223,270303,"salient_restore_failing_minimal_example.py",1673,0,"",python,selection_command +224,270485,"salient_restore_failing_minimal_example.py",1674,0,"",python,selection_command +225,273920,"salient_restore_failing_minimal_example.py",1678,0,"",python,selection_command +226,274052,"salient_restore_failing_minimal_example.py",1679,0,"",python,selection_command +227,274322,"salient_restore_failing_minimal_example.py",1692,0,"",python,selection_command +228,274757,"salient_restore_failing_minimal_example.py",1692,1,",",python,selection_command +229,274805,"salient_restore_failing_minimal_example.py",1692,3,", 1",python,selection_command +230,275022,"salient_restore_failing_minimal_example.py",1692,3,"",python,content +231,275453,"salient_restore_failing_minimal_example.py",1650,0,"",python,selection_command +232,275522,"salient_restore_failing_minimal_example.py",1651,0,"",python,selection_command +233,277499,"salient_restore_failing_minimal_example.py",0,0,"",python,selection_command +234,278069,"salient_restore_failing_minimal_example.py",10,0,"",python,selection_command +235,278322,"salient_restore_failing_minimal_example.py",24,0,"",python,selection_command +236,278354,"salient_restore_failing_minimal_example.py",25,0,"",python,selection_command +237,278378,"salient_restore_failing_minimal_example.py",49,0,"",python,selection_command +238,278418,"salient_restore_failing_minimal_example.py",70,0,"",python,selection_command +239,278444,"salient_restore_failing_minimal_example.py",101,0,"",python,selection_command +240,278477,"salient_restore_failing_minimal_example.py",102,0,"",python,selection_command +241,278516,"salient_restore_failing_minimal_example.py",184,0,"",python,selection_command +242,278550,"salient_restore_failing_minimal_example.py",221,0,"",python,selection_command +243,278581,"salient_restore_failing_minimal_example.py",223,0,"",python,selection_command +244,278616,"salient_restore_failing_minimal_example.py",303,0,"",python,selection_command +245,278649,"salient_restore_failing_minimal_example.py",383,0,"",python,selection_command +246,278683,"salient_restore_failing_minimal_example.py",436,0,"",python,selection_command +247,278717,"salient_restore_failing_minimal_example.py",438,0,"",python,selection_command +248,278749,"salient_restore_failing_minimal_example.py",513,0,"",python,selection_command +249,278782,"salient_restore_failing_minimal_example.py",584,0,"",python,selection_command +250,278816,"salient_restore_failing_minimal_example.py",669,0,"",python,selection_command +251,278957,"salient_restore_failing_minimal_example.py",670,0,"",python,selection_command +252,279372,"salient_restore_failing_minimal_example.py",712,0,"",python,selection_command +253,279678,"salient_restore_failing_minimal_example.py",766,0,"",python,selection_command +254,280406,"salient_restore_failing_minimal_example.py",795,0,"",python,selection_command +255,280774,"salient_restore_failing_minimal_example.py",817,0,"",python,selection_command +256,281184,"salient_restore_failing_minimal_example.py",1651,0,"",python,selection_command +257,282019,"salient_restore_failing_minimal_example.py",1650,0,"",python,selection_command +258,282153,"salient_restore_failing_minimal_example.py",1638,0,"",python,selection_command +259,286019,"salient_restore_failing_minimal_example.py",1650,0,"",python,selection_command +260,286170,"salient_restore_failing_minimal_example.py",1651,0,"",python,selection_command +261,286320,"salient_restore_failing_minimal_example.py",1659,0,"",python,selection_command +262,287038,"salient_restore_failing_minimal_example.py",1651,0,"",python,selection_command +263,287441,"salient_restore_failing_minimal_example.py",1651,8,"",python,content +264,289369,"salient_restore_failing_minimal_example.py",1619,0,"",python,selection_command +265,289455,"salient_restore_failing_minimal_example.py",1632,0,"",python,selection_command +266,289752,"salient_restore_failing_minimal_example.py",1634,0,"",python,selection_command +267,290077,"salient_restore_failing_minimal_example.py",1637,0,"",python,selection_command +268,290263,"salient_restore_failing_minimal_example.py",1638,0,"",python,selection_command +269,294326,"salient_restore_failing_minimal_example.py",1638,0,"S",python,content +270,294326,"salient_restore_failing_minimal_example.py",1639,0,"",python,selection_keyboard +271,294553,"salient_restore_failing_minimal_example.py",1639,0,"a",python,content +272,294554,"salient_restore_failing_minimal_example.py",1640,0,"",python,selection_keyboard +273,294856,"salient_restore_failing_minimal_example.py",1639,1,"",python,content +274,294985,"salient_restore_failing_minimal_example.py",1639,0,"t",python,content +275,294985,"salient_restore_failing_minimal_example.py",1640,0,"",python,selection_keyboard +276,294985,"salient_restore_failing_minimal_example.py",1640,0,"a",python,content +277,294986,"salient_restore_failing_minimal_example.py",1641,0,"",python,selection_keyboard +278,295055,"salient_restore_failing_minimal_example.py",1641,0,"n",python,content +279,295056,"salient_restore_failing_minimal_example.py",1642,0,"",python,selection_keyboard +280,295119,"salient_restore_failing_minimal_example.py",1642,0,"d",python,content +281,295119,"salient_restore_failing_minimal_example.py",1643,0,"",python,selection_keyboard +282,295318,"salient_restore_failing_minimal_example.py",1643,0,"a",python,content +283,295318,"salient_restore_failing_minimal_example.py",1644,0,"",python,selection_keyboard +284,295354,"salient_restore_failing_minimal_example.py",1644,0,"r",python,content +285,295355,"salient_restore_failing_minimal_example.py",1645,0,"",python,selection_keyboard +286,295706,"salient_restore_failing_minimal_example.py",1644,0,"",python,selection_command +287,297212,"salient_restore_failing_minimal_example.py",1645,0,"",python,selection_command +288,297275,"salient_restore_failing_minimal_example.py",1645,0,"d",python,content +289,297276,"salient_restore_failing_minimal_example.py",1646,0,"",python,selection_keyboard +290,297482,"salient_restore_failing_minimal_example.py",1645,0,"",python,selection_command +291,300071,"salient_restore_failing_minimal_example.py",1687,0,"",python,selection_command +292,301279,"salient_restore_failing_minimal_example.py",1679,0,"",python,selection_command +293,301279,"salient_restore_failing_minimal_example.py",1678,0,"",python,selection_command +294,301280,"salient_restore_failing_minimal_example.py",1674,0,"",python,selection_command +295,302959,"salient_restore_failing_minimal_example.py",1678,0,"",python,selection_command +296,303181,"salient_restore_failing_minimal_example.py",1679,0,"",python,selection_command +297,303794,"salient_restore_failing_minimal_example.py",1679,0,"c",python,content +298,303794,"salient_restore_failing_minimal_example.py",1680,0,"",python,selection_keyboard +299,303897,"salient_restore_failing_minimal_example.py",1680,0,"k",python,content +300,303897,"salient_restore_failing_minimal_example.py",1681,0,"",python,selection_keyboard +301,303933,"salient_restore_failing_minimal_example.py",1681,0,"p",python,content +302,303933,"salient_restore_failing_minimal_example.py",1682,0,"",python,selection_keyboard +303,304101,"salient_restore_failing_minimal_example.py",1682,0,"t",python,content +304,304101,"salient_restore_failing_minimal_example.py",1683,0,"",python,selection_keyboard +305,304827,"salient_restore_failing_minimal_example.py",1683,0,"_",python,content +306,304827,"salient_restore_failing_minimal_example.py",1684,0,"",python,selection_keyboard +307,304945,"salient_restore_failing_minimal_example.py",1684,0,"d",python,content +308,304945,"salient_restore_failing_minimal_example.py",1685,0,"",python,selection_keyboard +309,305025,"salient_restore_failing_minimal_example.py",1685,0,"i",python,content +310,305025,"salient_restore_failing_minimal_example.py",1686,0,"",python,selection_keyboard +311,305109,"salient_restore_failing_minimal_example.py",1686,0,"r",python,content +312,305109,"salient_restore_failing_minimal_example.py",1687,0,"",python,selection_keyboard +313,305278,"salient_restore_failing_minimal_example.py",1687,0,",",python,content +314,305279,"salient_restore_failing_minimal_example.py",1688,0,"",python,selection_keyboard +315,305387,"salient_restore_failing_minimal_example.py",1687,0,"",python,selection_command +316,305870,"salient_restore_failing_minimal_example.py",1688,0,"",python,selection_command +317,305994,"salient_restore_failing_minimal_example.py",1688,0," ",python,content +318,305994,"salient_restore_failing_minimal_example.py",1689,0,"",python,selection_keyboard +319,306119,"salient_restore_failing_minimal_example.py",1688,0,"",python,selection_command +320,307623,"salient_restore_failing_minimal_example.py",1661,0,"",python,selection_command +321,307687,"salient_restore_failing_minimal_example.py",1673,0,"",python,selection_command +322,307901,"salient_restore_failing_minimal_example.py",1674,0,"",python,selection_command +323,310370,"salient_restore_failing_minimal_example.py",0,0,"",python,selection_command +324,322771,"salient_restore_failing_minimal_example.py",1674,0,"",python,selection_command +325,324406,"salient_restore_failing_minimal_example.py",0,0,"",python,selection_command +326,324647,"salient_restore_failing_minimal_example.py",10,0,"",python,selection_command +327,324887,"salient_restore_failing_minimal_example.py",24,0,"",python,selection_command +328,324920,"salient_restore_failing_minimal_example.py",25,0,"",python,selection_command +329,324953,"salient_restore_failing_minimal_example.py",49,0,"",python,selection_command +330,324987,"salient_restore_failing_minimal_example.py",70,0,"",python,selection_command +331,325020,"salient_restore_failing_minimal_example.py",101,0,"",python,selection_command +332,325054,"salient_restore_failing_minimal_example.py",102,0,"",python,selection_command +333,325086,"salient_restore_failing_minimal_example.py",184,0,"",python,selection_command +334,325119,"salient_restore_failing_minimal_example.py",221,0,"",python,selection_command +335,325152,"salient_restore_failing_minimal_example.py",223,0,"",python,selection_command +336,325317,"salient_restore_failing_minimal_example.py",221,0,"",python,selection_command +337,325486,"salient_restore_failing_minimal_example.py",184,0,"",python,selection_command +338,325618,"salient_restore_failing_minimal_example.py",102,0,"",python,selection_command +339,328526,"salient_restore_failing_minimal_example.py",184,0,"",python,selection_command +340,328807,"salient_restore_failing_minimal_example.py",221,0,"",python,selection_command +341,329421,"salient_restore_failing_minimal_example.py",221,1,"#",python,selection_command +342,329538,"salient_restore_failing_minimal_example.py",184,38,"# and lazy parameter initialization.\n#",python,selection_command +343,329671,"salient_restore_failing_minimal_example.py",102,120,"# This script demonstrates a potential issue in flax.nnx related to checkpointing\n# and lazy parameter initialization.\n#",python,selection_command +344,329945,"salient_restore_failing_minimal_example.py",102,121,"",python,content +345,330887,"salient_restore_failing_minimal_example.py",182,0,"",python,selection_command +346,331053,"salient_restore_failing_minimal_example.py",262,0,"",python,selection_command +347,331656,"salient_restore_failing_minimal_example.py",182,0,"",python,selection_command +348,331820,"salient_restore_failing_minimal_example.py",184,0,"",python,selection_command +349,332072,"salient_restore_failing_minimal_example.py",189,0,"",python,selection_command +350,332101,"salient_restore_failing_minimal_example.py",193,0,"",python,selection_command +351,332131,"salient_restore_failing_minimal_example.py",198,0,"",python,selection_command +352,332165,"salient_restore_failing_minimal_example.py",199,0,"",python,selection_command +353,332193,"salient_restore_failing_minimal_example.py",200,0,"",python,selection_command +354,332226,"salient_restore_failing_minimal_example.py",201,0,"",python,selection_command +355,332260,"salient_restore_failing_minimal_example.py",202,0,"",python,selection_command +356,332293,"salient_restore_failing_minimal_example.py",204,0,"",python,selection_command +357,332326,"salient_restore_failing_minimal_example.py",205,0,"",python,selection_command +358,332360,"salient_restore_failing_minimal_example.py",213,0,"",python,selection_command +359,332398,"salient_restore_failing_minimal_example.py",214,0,"",python,selection_command +360,332431,"salient_restore_failing_minimal_example.py",218,0,"",python,selection_command +361,332460,"salient_restore_failing_minimal_example.py",222,0,"",python,selection_command +362,332493,"salient_restore_failing_minimal_example.py",227,0,"",python,selection_command +363,332532,"salient_restore_failing_minimal_example.py",241,0,"",python,selection_command +364,332565,"salient_restore_failing_minimal_example.py",243,0,"",python,selection_command +365,332593,"salient_restore_failing_minimal_example.py",249,0,"",python,selection_command +366,332626,"salient_restore_failing_minimal_example.py",257,0,"",python,selection_command +367,332660,"salient_restore_failing_minimal_example.py",262,0,"",python,selection_command +368,332699,"salient_restore_failing_minimal_example.py",264,0,"",python,selection_command +369,332732,"salient_restore_failing_minimal_example.py",265,0,"",python,selection_command +370,332760,"salient_restore_failing_minimal_example.py",273,0,"",python,selection_command +371,332793,"salient_restore_failing_minimal_example.py",274,0,"",python,selection_command +372,332826,"salient_restore_failing_minimal_example.py",279,0,"",python,selection_command +373,332860,"salient_restore_failing_minimal_example.py",282,0,"",python,selection_command +374,332898,"salient_restore_failing_minimal_example.py",286,0,"",python,selection_command +375,332932,"salient_restore_failing_minimal_example.py",291,0,"",python,selection_command +376,333107,"salient_restore_failing_minimal_example.py",301,0,"",python,selection_command +377,333359,"salient_restore_failing_minimal_example.py",304,0,"",python,selection_command +378,333391,"salient_restore_failing_minimal_example.py",308,0,"",python,selection_command +379,333422,"salient_restore_failing_minimal_example.py",313,0,"",python,selection_command +380,333453,"salient_restore_failing_minimal_example.py",315,0,"",python,selection_command +381,333487,"salient_restore_failing_minimal_example.py",317,0,"",python,selection_command +382,333522,"salient_restore_failing_minimal_example.py",319,0,"",python,selection_command +383,334601,"salient_restore_failing_minimal_example.py",330,0,"",python,selection_command +384,334854,"salient_restore_failing_minimal_example.py",333,0,"",python,selection_command +385,334885,"salient_restore_failing_minimal_example.py",341,0,"",python,selection_command +386,334915,"salient_restore_failing_minimal_example.py",346,0,"",python,selection_command +387,334943,"salient_restore_failing_minimal_example.py",357,0,"",python,selection_command +388,334976,"salient_restore_failing_minimal_example.py",362,0,"",python,selection_command +389,335014,"salient_restore_failing_minimal_example.py",364,0,"",python,selection_command +390,335043,"salient_restore_failing_minimal_example.py",370,0,"",python,selection_command +391,335081,"salient_restore_failing_minimal_example.py",379,0,"",python,selection_command +392,335109,"salient_restore_failing_minimal_example.py",387,0,"",python,selection_command +393,335160,"salient_restore_failing_minimal_example.py",392,0,"",python,selection_command +394,335183,"salient_restore_failing_minimal_example.py",394,0,"",python,selection_command +395,335210,"salient_restore_failing_minimal_example.py",395,0,"",python,selection_command +396,335243,"salient_restore_failing_minimal_example.py",403,0,"",python,selection_command +397,335276,"salient_restore_failing_minimal_example.py",404,0,"",python,selection_command +398,335309,"salient_restore_failing_minimal_example.py",408,0,"",python,selection_command +399,335343,"salient_restore_failing_minimal_example.py",410,0,"",python,selection_command +400,335376,"salient_restore_failing_minimal_example.py",413,0,"",python,selection_command +401,335417,"salient_restore_failing_minimal_example.py",422,0,"",python,selection_command +402,335448,"salient_restore_failing_minimal_example.py",425,0,"",python,selection_command +403,335476,"salient_restore_failing_minimal_example.py",429,0,"",python,selection_command +404,335510,"salient_restore_failing_minimal_example.py",431,0,"",python,selection_command +405,335543,"salient_restore_failing_minimal_example.py",434,0,"",python,selection_command +406,335580,"salient_restore_failing_minimal_example.py",438,0,"",python,selection_command +407,335609,"salient_restore_failing_minimal_example.py",451,0,"",python,selection_command +408,335642,"salient_restore_failing_minimal_example.py",457,0,"",python,selection_command +409,335677,"salient_restore_failing_minimal_example.py",461,0,"",python,selection_command +410,335716,"salient_restore_failing_minimal_example.py",463,0,"",python,selection_command +411,335747,"salient_restore_failing_minimal_example.py",465,0,"",python,selection_command +412,335780,"salient_restore_failing_minimal_example.py",475,0,"",python,selection_command +413,335810,"salient_restore_failing_minimal_example.py",485,0,"",python,selection_command +414,335848,"salient_restore_failing_minimal_example.py",486,0,"",python,selection_command +415,335882,"salient_restore_failing_minimal_example.py",494,0,"",python,selection_command +416,335914,"salient_restore_failing_minimal_example.py",498,0,"",python,selection_command +417,335948,"salient_restore_failing_minimal_example.py",499,0,"",python,selection_command +418,335982,"salient_restore_failing_minimal_example.py",503,0,"",python,selection_command +419,336010,"salient_restore_failing_minimal_example.py",505,0,"",python,selection_command +420,336043,"salient_restore_failing_minimal_example.py",510,0,"",python,selection_command +421,336081,"salient_restore_failing_minimal_example.py",513,0,"",python,selection_command +422,336114,"salient_restore_failing_minimal_example.py",517,0,"",python,selection_command +423,336143,"salient_restore_failing_minimal_example.py",523,0,"",python,selection_command +424,336180,"salient_restore_failing_minimal_example.py",525,0,"",python,selection_command +425,336214,"salient_restore_failing_minimal_example.py",530,0,"",python,selection_command +426,336249,"salient_restore_failing_minimal_example.py",534,0,"",python,selection_command +427,336586,"salient_restore_failing_minimal_example.py",463,0,"",python,selection_command +428,336740,"salient_restore_failing_minimal_example.py",548,0,"",python,selection_command +429,337835,"salient_restore_failing_minimal_example.py",549,0,"",python,selection_command +430,338205,"salient_restore_failing_minimal_example.py",549,42,"",python,content +431,338503,"salient_restore_failing_minimal_example.py",585,0,"",python,selection_command +432,338758,"salient_restore_failing_minimal_example.py",614,0,"",python,selection_command +433,338775,"salient_restore_failing_minimal_example.py",642,0,"",python,selection_command +434,338815,"salient_restore_failing_minimal_example.py",664,0,"",python,selection_command +435,338842,"salient_restore_failing_minimal_example.py",665,0,"",python,selection_command +436,339000,"salient_restore_failing_minimal_example.py",666,0,"",python,selection_command +437,339159,"salient_restore_failing_minimal_example.py",698,0,"",python,selection_command +438,339453,"salient_restore_failing_minimal_example.py",666,0,"",python,selection_command +439,339750,"salient_restore_failing_minimal_example.py",666,32,"",python,content +440,340122,"salient_restore_failing_minimal_example.py",693,0,"",python,selection_command +441,340368,"salient_restore_failing_minimal_example.py",743,0,"",python,selection_command +442,340402,"salient_restore_failing_minimal_example.py",744,0,"",python,selection_command +443,340428,"salient_restore_failing_minimal_example.py",801,0,"",python,selection_command +444,340465,"salient_restore_failing_minimal_example.py",868,0,"",python,selection_command +445,340498,"salient_restore_failing_minimal_example.py",869,0,"",python,selection_command +446,340532,"salient_restore_failing_minimal_example.py",894,0,"",python,selection_command +447,340566,"salient_restore_failing_minimal_example.py",920,0,"",python,selection_command +448,340599,"salient_restore_failing_minimal_example.py",921,0,"",python,selection_command +449,340632,"salient_restore_failing_minimal_example.py",922,0,"",python,selection_command +450,340783,"salient_restore_failing_minimal_example.py",992,0,"",python,selection_command +451,341070,"salient_restore_failing_minimal_example.py",922,0,"",python,selection_command +452,341361,"salient_restore_failing_minimal_example.py",922,70,"",python,content +453,343716,"salient_restore_failing_minimal_example.py",922,73,"",python,content +454,343972,"salient_restore_failing_minimal_example.py",941,0,"",python,selection_command +455,344134,"salient_restore_failing_minimal_example.py",992,0,"",python,selection_command +456,344324,"salient_restore_failing_minimal_example.py",941,0,"",python,selection_command +457,344907,"salient_restore_failing_minimal_example.py",992,0,"",python,selection_command +458,345169,"salient_restore_failing_minimal_example.py",993,0,"",python,selection_command +459,345327,"salient_restore_failing_minimal_example.py",1043,0,"",python,selection_command +460,345534,"salient_restore_failing_minimal_example.py",993,0,"",python,selection_command +461,346910,"salient_restore_failing_minimal_example.py",993,50,"",python,content +462,347738,"salient_restore_failing_minimal_example.py",1025,0,"",python,selection_command +463,347902,"salient_restore_failing_minimal_example.py",1052,0,"",python,selection_command +464,348033,"salient_restore_failing_minimal_example.py",1053,0,"",python,selection_command +465,349040,"salient_restore_failing_minimal_example.py",1053,62,"",python,content +466,349290,"salient_restore_failing_minimal_example.py",1052,0,"",python,selection_command +467,349449,"salient_restore_failing_minimal_example.py",1025,0,"",python,selection_command +468,349603,"salient_restore_failing_minimal_example.py",993,0,"",python,selection_command +469,350903,"salient_restore_failing_minimal_example.py",1025,0,"",python,selection_command +470,351937,"salient_restore_failing_minimal_example.py",1053,0,"# Display the state of the model. Note the absence of 'bias'.\n",python,content +471,351939,"salient_restore_failing_minimal_example.py",1053,0,"",python,selection_command +472,352156,"salient_restore_failing_minimal_example.py",993,0,"# Initialize the parameters by calling the model.\n",python,content +473,352157,"salient_restore_failing_minimal_example.py",993,0,"",python,selection_command +474,354508,"salient_restore_failing_minimal_example.py",993,50,"",python,content +475,354668,"salient_restore_failing_minimal_example.py",1025,0,"",python,selection_command +476,354837,"salient_restore_failing_minimal_example.py",1052,0,"",python,selection_command +477,354967,"salient_restore_failing_minimal_example.py",1053,0,"",python,selection_command +478,358238,"salient_restore_failing_minimal_example.py",1053,62,"",python,content +479,380155,"test.ipynb",0,0,"",python,tab +480,381695,"salient_restore_failing_minimal_example.py",0,0,"",python,tab +481,382370,"salient_restore_failing_minimal_example.py",0,0,"",python,selection_command +482,383408,"salient_restore_failing_minimal_example.py",10,0,"",python,selection_command +483,383735,"salient_restore_failing_minimal_example.py",0,0,"",python,selection_command +484,384124,"salient_restore_failing_minimal_example.py",0,9,"import os",python,selection_command +485,384245,"salient_restore_failing_minimal_example.py",0,23,"import os\nimport shutil",python,selection_command +486,384486,"salient_restore_failing_minimal_example.py",0,24,"import os\nimport shutil\n",python,selection_command +487,384519,"salient_restore_failing_minimal_example.py",0,48,"import os\nimport shutil\n\nimport jax.numpy as jnp",python,selection_command +488,384551,"salient_restore_failing_minimal_example.py",0,69,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx",python,selection_command +489,384651,"salient_restore_failing_minimal_example.py",0,100,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp",python,selection_command +490,384651,"salient_restore_failing_minimal_example.py",0,101,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n",python,selection_command +491,384651,"salient_restore_failing_minimal_example.py",0,181,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if",python,selection_command +492,384686,"salient_restore_failing_minimal_example.py",0,261,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with",python,selection_command +493,384718,"salient_restore_failing_minimal_example.py",0,314,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.",python,selection_command +494,384984,"salient_restore_failing_minimal_example.py",0,316,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#",python,selection_command +495,385180,"salient_restore_failing_minimal_example.py",0,391,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with",python,selection_command +496,385206,"salient_restore_failing_minimal_example.py",0,462,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a",python,selection_command +497,385237,"salient_restore_failing_minimal_example.py",0,547,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.",python,selection_command +498,385269,"salient_restore_failing_minimal_example.py",0,548,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n",python,selection_command +499,385304,"salient_restore_failing_minimal_example.py",0,584,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'",python,selection_command +500,385336,"salient_restore_failing_minimal_example.py",0,613,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):",python,selection_command +501,385369,"salient_restore_failing_minimal_example.py",0,641,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)",python,selection_command +502,385402,"salient_restore_failing_minimal_example.py",0,663,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)",python,selection_command +503,385508,"salient_restore_failing_minimal_example.py",0,664,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n",python,selection_command +504,385509,"salient_restore_failing_minimal_example.py",0,665,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n",python,selection_command +505,385509,"salient_restore_failing_minimal_example.py",0,692,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):",python,selection_command +506,385536,"salient_restore_failing_minimal_example.py",0,742,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""",python,selection_command +507,385570,"salient_restore_failing_minimal_example.py",0,743,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n",python,selection_command +508,385603,"salient_restore_failing_minimal_example.py",0,800,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):",python,selection_command +509,385699,"salient_restore_failing_minimal_example.py",0,867,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)",python,selection_command +510,385699,"salient_restore_failing_minimal_example.py",0,868,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n",python,selection_command +511,385705,"salient_restore_failing_minimal_example.py",0,893,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):",python,selection_command +512,385742,"salient_restore_failing_minimal_example.py",0,919,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)",python,selection_command +513,385775,"salient_restore_failing_minimal_example.py",0,920,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n",python,selection_command +514,386038,"salient_restore_failing_minimal_example.py",0,921,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n",python,selection_command +515,386292,"salient_restore_failing_minimal_example.py",0,940,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)",python,selection_command +516,386321,"salient_restore_failing_minimal_example.py",0,991,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)",python,selection_command +517,386352,"salient_restore_failing_minimal_example.py",0,992,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n",python,selection_command +518,386385,"salient_restore_failing_minimal_example.py",0,1024,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))",python,selection_command +519,386418,"salient_restore_failing_minimal_example.py",0,1051,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)",python,selection_command +520,386557,"salient_restore_failing_minimal_example.py",0,1052,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n",python,selection_command +521,386922,"salient_restore_failing_minimal_example.py",0,1051,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)",python,selection_command +522,387804,"salient_restore_failing_minimal_example.py",0,0,"",python,selection_command +523,388482,"test.ipynb",0,0,"",python,tab +524,389011,"test.ipynb",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n # FIXME (f.srambical): Propagate this up and change during sampling\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,content +525,389893,"test.ipynb",0,0,"",python,selection_command +526,394708,"TERMINAL",0,0,"\r[franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +527,396080,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +528,396303,"TERMINAL",0,0,"s': salloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\ro': source /home/franz.srambical/jafar/.venv/bin/activate\r[1@u': sou[1@r': sour",,terminal_output +529,396521,"TERMINAL",0,0,"[1@c': sourc",,terminal_output +530,396618,"TERMINAL",0,0,"[1@e': source\r[22@[franz.srambical@hai003.haicore.berlin:~/jafar] $ source\r\n[?2004l\r]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +531,397237,"TERMINAL",0,0,"uv ",,terminal_output +532,397319,"TERMINAL",0,0,"pi",,terminal_output +533,397399,"TERMINAL",0,0,"p",,terminal_output +534,397760,"TERMINAL",0,0," ",,terminal_output +535,398285,"TERMINAL",0,0,"inst",,terminal_output +536,398384,"TERMINAL",0,0,"al",,terminal_output +537,398521,"TERMINAL",0,0,"l",,terminal_output +538,398701,"TERMINAL",0,0," ",,terminal_output +539,402898,"TERMINAL",0,0,"ip",,terminal_output +540,403002,"TERMINAL",0,0,"y",,terminal_output +541,403184,"TERMINAL",0,0,"k",,terminal_output +542,403336,"TERMINAL",0,0,"e",,terminal_output +543,403418,"TERMINAL",0,0,"rn",,terminal_output +544,403616,"TERMINAL",0,0,"el",,terminal_output +545,403719,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +546,403950,"TERMINAL",0,0,"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0/0\r⠙ Resolving dependencies... \r⠋ Resolving dependencies... \r⠙ Resolving dependencies... ",,terminal_output +547,404225,"TERMINAL",0,0,"\r⠙ ipykernel==6.30.0 \r⠹ ipykernel==6.30.0 \r⠹ comm==0.2.2 \r⠹ debugpy==1.8.15 ",,terminal_output +548,404404,"TERMINAL",0,0,"\r⠹ comm==0.2.2 \r⠹ debugpy==1.8.15 \r⠹ comm==0.2.2 \r⠹ debugpy==1.8.15 \r⠹ comm==0.2.2 \r⠹ debugpy==1.8.15 \r⠹ comm==0.2.2 \r⠹ debugpy==1.8.15 \r⠹ ipython==8.37.0 \r⠹ comm==0.2.2 \r⠹ debugpy==1.8.15 \r⠹ jupyter-client==8.6.3 \r⠹ jupyter-core==5.8.1 \r⠹ matplotlib-inline==0.1.7 \r⠸ matplotlib-inline==0.1.7 ",,terminal_output +549,404445,"TERMINAL",0,0,"\r⠸ nest-asyncio==1.6.0 \r⠸ packaging==25.0 \r⠸ psutil==7.0.0 \r⠸ pyzmq==27.0.0 \r⠸ tornado==6.5.1 \r⠸ traitlets==5.14.3 \r⠸ decorator==5.2.1 \r⠸ exceptiongroup==1.3.0 ",,terminal_output +550,404575,"TERMINAL",0,0,"\r⠸ typing-extensions==4.14.1 \r⠸ typing-extensions==4.14.1 ",,terminal_output +551,404694,"TERMINAL",0,0,"\r⠼ six==1.17.0 \rResolved 30 packages in 624ms\r\n⠋ Preparing packages... (0/0) \r⠙ Preparing packages... (0/0) \r⠙ Preparing packages... (0/25) \r⠙ Preparing packages... (0/25)\r\nexceptiongroup  ------------------------------ 0 B/16.28 KiB \r\r⠙ Preparing packages... (0/25)\r\nexceptiongroup  ------------------------------ 0 B/16.28 KiB \r\r⠙ Preparing packages... (0/25)\r\nsix  ------------------------------ 0 B/10.79 KiB\r\nexceptiongroup  ------------------------------ 0 B/16.28 KiB \r\r\r⠙ Preparing packages... (0/25)\r\nsix  ------------------------------ 0 B/10.79 KiB\r\nexceptiongroup  ------------------------------ 0 B/16.28 KiB \r\r\r⠙ Preparing packages... (0/25)\r\nsix  ------------------------------ 0 B/10.79 KiB\r\nexceptiongroup  ------------------------------ 0 B/16.28 KiB \r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 0 B/8.97 KiB\r\nsix  ------------------------------ 0 B/10.79 KiB\r\nexceptiongroup  ------------------------------ 0 B/16.28 KiB \r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 0 B/8.97 KiB\r\nsix  ------------------------------ 0 B/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB \r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 0 B/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB \r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB \r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB \r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB \r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB \r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\njupyter-client  ------------------------------ 0 B/103.62 KiB \r\r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\njupyter-client  ------------------------------ 0 B/103.62 KiB \r\r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\njupyter-client  ------------------------------ 0 B/103.62 KiB \r\r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\njupyter-client  ------------------------------ 0 B/103.62 KiB \r\r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nsix  ------------------------------ 10.79 KiB/10.79 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\njupyter-client  ------------------------------ 0 B/103.62 KiB \r\r\r\r\r⠙ Preparing packages... (0/25)\r\ndecorator  ------------------------------ 8.97 KiB/8.97 KiB\r\nptyprocess  ------------------------------ 13.67 KiB/13.67 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\ntraitlets  ------------------------------ 14.88 KiB/83.36 KiB\r\njupyter-client  ------------------------------ 14.87 KiB/103.62 KiB\r\ntornado  ------------------------------ 30.91 KiB/432.86 KiB\r\nipython  ------------------------------ 0 B/812.37 KiB\r\njedi  ------------------------------ 14.88 KiB/1.50 MiB \r\r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\nptyprocess  ------------------------------ 13.67 KiB/13.67 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\ntraitlets  ------------------------------ 14.88 KiB/83.36 KiB\r\njupyter-client  ------------------------------ 14.87 KiB/103.62 KiB\r\ntornado  ------------------------------ 30.91 KiB/432.86 KiB\r\nipython  ------------------------------ 0 B/812.37 KiB\r\njedi  ------------------------------ 14.88 KiB/1.50 MiB \r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\nptyprocess  ------------------------------ 13.67 KiB/13.67 KiB\r\nexceptiongroup  ------------------------------ 14.87 KiB/16.28 KiB\r\ntraitlets  ------------------------------ 14.88 KiB/83.36 KiB\r\njupyter-client  ------------------------------ 14.87 KiB/103.62 KiB\r\ntornado  ------------------------------ 30.91 KiB/432.86 KiB\r\nipython  ------------------------------ 16.00 KiB/812.37 KiB\r\njedi  ------------------------------ 14.88 KiB/1.50 MiB \r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\ncomm  ------------------------------ 7.01 KiB/7.01 KiB\r\nmatplotlib-inline  ------------------------------ 9.67 KiB/9.67 KiB\r\npure-eval  ------------------------------ 11.56 KiB/11.56 KiB\r\nptyprocess  ------------------------------ 13.67 KiB/13.67 KiB\r\nstack-data  ------------------------------ 16.00 KiB/23.95 KiB\r\nexecuting  ------------------------------ 16.00 KiB/26.08 KiB\r\nasttokens  ------------------------------ 16.00 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 16.00 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 14.88 KiB/33.37 KiB\r\npexpect  ------------------------------ 16.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 46.88 KiB/83.36 KiB\r\nparso  ------------------------------ 16.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 30.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 14.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 16.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 46.88 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 27.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 46.91 KiB/432.86 KiB\r\nipython  ------------------------------ 16.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 77.66 KiB/833.75 KiB\r\njedi  ------------------------------ 14.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 16.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\ncomm  ------------------------------ 7.01 KiB/7.01 KiB\r\nmatplotlib-inline  ------------------------------ 9.67 KiB/9.67 KiB\r\npure-eval  ------------------------------ 11.56 KiB/11.56 KiB\r\nptyprocess  ------------------------------ 13.67 KiB/13.67 KiB\r\nstack-data  ------------------------------ 16.00 KiB/23.95 KiB\r\nexecuting  ------------------------------ 16.00 KiB/26.08 KiB\r\nasttokens  ------------------------------ 16.00 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 16.00 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 14.88 KiB/33.37 KiB\r\npexpect  ------------------------------ 16.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 46.88 KiB/83.36 KiB\r\nparso  ------------------------------ 16.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 30.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 14.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 16.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 46.88 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 27.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 46.91 KiB/432.86 KiB\r\nipython  ------------------------------ 16.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 93.66 KiB/833.75 KiB\r\njedi  ------------------------------ 14.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 16.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\ncomm  ------------------------------ 7.01 KiB/7.01 KiB\r\nmatplotlib-inline  ------------------------------ 9.67 KiB/9.67 KiB\r\npure-eval  ------------------------------ 11.56 KiB/11.56 KiB\r\nstack-data  ------------------------------ 16.00 KiB/23.95 KiB\r\nexecuting  ------------------------------ 16.00 KiB/26.08 KiB\r\nasttokens  ------------------------------ 16.00 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 16.00 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 14.88 KiB/33.37 KiB\r\npexpect  ------------------------------ 16.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 46.88 KiB/83.36 KiB\r\nparso  ------------------------------ 16.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 30.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 14.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 16.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 46.88 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 27.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 46.91 KiB/432.86 KiB\r\nipython  ------------------------------ 16.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 253.66 KiB/833.75 KiB\r\njedi  ------------------------------ 14.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 16.00 KiB/3.40 MiB ",,terminal_output +552,404908,"TERMINAL",0,0,"\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\ncomm  ------------------------------ 7.01 KiB/7.01 KiB\r\nmatplotlib-inline  ------------------------------ 9.67 KiB/9.67 KiB\r\npure-eval  ------------------------------ 11.56 KiB/11.56 KiB\r\nstack-data  ------------------------------ 16.00 KiB/23.95 KiB\r\nexecuting  ------------------------------ 26.08 KiB/26.08 KiB\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 30.88 KiB/33.37 KiB\r\npexpect  ------------------------------ 16.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 16.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 46.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 14.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 32.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 77.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 78.21 KiB/432.86 KiB\r\nipython  ------------------------------ 16.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 46.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\nmatplotlib-inline  ------------------------------ 9.67 KiB/9.67 KiB\r\npure-eval  ------------------------------ 11.56 KiB/11.56 KiB\r\nstack-data  ------------------------------ 23.95 KiB/23.95 KiB\r\nexecuting  ------------------------------ 26.08 KiB/26.08 KiB\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 30.88 KiB/33.37 KiB\r\npexpect  ------------------------------ 16.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 16.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 46.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 14.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 32.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 109.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 78.21 KiB/432.86 KiB\r\nipython  ------------------------------ 16.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 46.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\npure-eval  ------------------------------ 11.56 KiB/11.56 KiB\r\nstack-data  ------------------------------ 23.95 KiB/23.95 KiB\r\nexecuting  ------------------------------ 26.08 KiB/26.08 KiB\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 33.37 KiB/33.37 KiB\r\npexpect  ------------------------------ 32.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 32.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 65.20 KiB/103.62 KiB\r\nipykernel  ------------------------------ 14.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 32.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 125.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 94.21 KiB/432.86 KiB\r\nipython  ------------------------------ 16.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 46.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠙ Preparing packages... (0/25)\r\nstack-data  ------------------------------ 23.95 KiB/23.95 KiB\r\nexecuting  ------------------------------ 26.08 KiB/26.08 KiB\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 33.37 KiB/33.37 KiB\r\npexpect  ------------------------------ 32.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 32.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 65.20 KiB/103.62 KiB\r\nipykernel  ------------------------------ 32.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 48.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 157.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 110.21 KiB/432.86 KiB\r\nipython  ------------------------------ 32.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 46.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nstack-data  ------------------------------ 23.95 KiB/23.95 KiB\r\nexecuting  ------------------------------ 26.08 KiB/26.08 KiB\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 33.37 KiB/33.37 KiB\r\npexpect  ------------------------------ 48.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 32.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 65.20 KiB/103.62 KiB\r\nipykernel  ------------------------------ 32.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 48.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 157.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 110.21 KiB/432.86 KiB\r\nipython  ------------------------------ 32.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 62.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nstack-data  ------------------------------ 23.95 KiB/23.95 KiB\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 33.37 KiB/33.37 KiB\r\npexpect  ------------------------------ 48.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 32.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 65.20 KiB/103.62 KiB\r\nipykernel  ------------------------------ 32.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 48.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 157.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 110.21 KiB/432.86 KiB\r\nipython  ------------------------------ 32.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 62.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\nwcwidth  ------------------------------ 33.37 KiB/33.37 KiB\r\npexpect  ------------------------------ 48.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 32.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 65.20 KiB/103.62 KiB\r\nipykernel  ------------------------------ 32.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 48.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 157.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 110.21 KiB/432.86 KiB\r\nipython  ------------------------------ 32.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 62.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nasttokens  ------------------------------ 26.29 KiB/26.29 KiB\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\npexpect  ------------------------------ 48.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 32.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 65.20 KiB/103.62 KiB\r\nipykernel  ------------------------------ 32.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 48.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 157.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 43.06 KiB/378.72 KiB\r\ntornado  ------------------------------ 110.21 KiB/432.86 KiB\r\nipython  ------------------------------ 32.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 62.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\njupyter-core  ------------------------------ 28.20 KiB/28.20 KiB\r\npexpect  ------------------------------ 48.00 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 32.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 65.20 KiB/103.62 KiB\r\nipykernel  ------------------------------ 32.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 48.00 KiB/224.50 KiB\r\npsutil  ------------------------------ 157.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 56.77 KiB/378.72 KiB\r\ntornado  ------------------------------ 110.21 KiB/432.86 KiB\r\nipython  ------------------------------ 32.00 KiB/812.37 KiB\r\npyzmq  ------------------------------ 557.66 KiB/833.75 KiB\r\njedi  ------------------------------ 62.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 32.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\npexpect  ------------------------------ 62.28 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 64.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 78.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 64.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 79.83 KiB/224.50 KiB\r\npsutil  ------------------------------ 199.45 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 56.77 KiB/378.72 KiB\r\ntornado  ------------------------------ 163.03 KiB/432.86 KiB\r\nipython  ------------------------------ 95.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 605.66 KiB/833.75 KiB\r\njedi  ------------------------------ 62.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 48.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\npexpect  ------------------------------ 62.28 KiB/62.28 KiB\r\ntraitlets  ------------------------------ 78.88 KiB/83.36 KiB\r\nparso  ------------------------------ 64.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 78.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 64.05 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 79.83 KiB/224.50 KiB\r\npsutil  ------------------------------ 199.45 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 56.77 KiB/378.72 KiB\r\ntornado  ------------------------------ 179.03 KiB/432.86 KiB\r\nipython  ------------------------------ 95.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 605.66 KiB/833.75 KiB\r\njedi  ------------------------------ 62.88 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 48.00 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\ntraitlets  ------------------------------ 83.36 KiB/83.36 KiB\r\nparso  ------------------------------ 80.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 78.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 78.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 223.83 KiB/224.50 KiB\r\npsutil  ------------------------------ 221.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 86.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 222.21 KiB/432.86 KiB\r\nipython  ------------------------------ 111.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 605.66 KiB/833.75 KiB\r\njedi  ------------------------------ 78.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 95.17 KiB/3.40 MiB ",,terminal_output +553,405100,"TERMINAL",0,0,"\r\r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nparso  ------------------------------ 80.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 94.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 78.88 KiB/114.52 KiB\r\npython-dateutil  ------------------------------ 223.83 KiB/224.50 KiB\r\npsutil  ------------------------------ 237.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 86.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 238.21 KiB/432.86 KiB\r\nipython  ------------------------------ 111.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 605.66 KiB/833.75 KiB\r\njedi  ------------------------------ 88.56 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 95.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nparso  ------------------------------ 80.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 94.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 94.88 KiB/114.52 KiB\r\npsutil  ------------------------------ 246.42 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 86.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 238.21 KiB/432.86 KiB\r\nipython  ------------------------------ 111.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 605.66 KiB/833.75 KiB\r\njedi  ------------------------------ 88.56 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 95.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nparso  ------------------------------ 80.00 KiB/101.22 KiB\r\njupyter-client  ------------------------------ 94.87 KiB/103.62 KiB\r\nipykernel  ------------------------------ 94.88 KiB/114.52 KiB\r\npsutil  ------------------------------ 246.42 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 86.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 238.21 KiB/432.86 KiB\r\nipython  ------------------------------ 127.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 605.66 KiB/833.75 KiB\r\njedi  ------------------------------ 88.56 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 95.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\njupyter-client  ------------------------------ 103.62 KiB/103.62 KiB\r\nipykernel  ------------------------------ 94.88 KiB/114.52 KiB\r\npsutil  ------------------------------ 269.14 KiB/271.47 KiB\r\nprompt-toolkit  ------------------------------ 102.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 264.40 KiB/432.86 KiB\r\nipython  ------------------------------ 207.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 621.66 KiB/833.75 KiB\r\njedi  ------------------------------ 120.56 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 127.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\njupyter-client  ------------------------------ 103.62 KiB/103.62 KiB\r\nipykernel  ------------------------------ 94.88 KiB/114.52 KiB\r\nprompt-toolkit  ------------------------------ 102.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 286.21 KiB/432.86 KiB\r\nipython  ------------------------------ 223.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 621.66 KiB/833.75 KiB\r\njedi  ------------------------------ 120.56 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 127.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\njupyter-client  ------------------------------ 103.62 KiB/103.62 KiB\r\nipykernel  ------------------------------ 94.88 KiB/114.52 KiB\r\nprompt-toolkit  ------------------------------ 102.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 286.21 KiB/432.86 KiB\r\nipython  ------------------------------ 223.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 637.66 KiB/833.75 KiB\r\njedi  ------------------------------ 120.56 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 127.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r\r⠹ Preparing packages... (6/25)\r\nipykernel  ------------------------------ 94.88 KiB/114.52 KiB\r\nprompt-toolkit  ------------------------------ 102.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 302.21 KiB/432.86 KiB\r\nipython  ------------------------------ 223.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 733.66 KiB/833.75 KiB\r\njedi  ------------------------------ 120.56 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 127.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r⠸ Preparing packages... (18/25)\r\nipykernel  ------------------------------ 110.88 KiB/114.52 KiB\r\nprompt-toolkit  ------------------------------ 118.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 334.21 KiB/432.86 KiB\r\nipython  ------------------------------ 287.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 765.66 KiB/833.75 KiB\r\njedi  ------------------------------ 174.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 175.17 KiB/3.40 MiB \r\r\r\r\r\r\r\r⠸ Preparing packages... (18/25)\r\nprompt-toolkit  ------------------------------ 118.79 KiB/378.72 KiB\r\ntornado  ------------------------------ 334.21 KiB/432.86 KiB\r\nipython  ------------------------------ 296.75 KiB/812.37 KiB\r\npyzmq  ------------------------------ 765.66 KiB/833.75 KiB\r\njedi  ------------------------------ 174.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 175.17 KiB/3.40 MiB \r\r\r\r\r\r\r⠸ Preparing packages... (18/25)\r\nprompt-toolkit  ------------------------------ 141.10 KiB/378.72 KiB\r\ntornado  ------------------------------ 414.21 KiB/432.86 KiB\r\nipython  ------------------------------ 351.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 797.66 KiB/833.75 KiB\r\njedi  ------------------------------ 222.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 255.17 KiB/3.40 MiB ",,terminal_output +554,405340,"TERMINAL",0,0,"\r\r\r\r\r\r\r⠸ Preparing packages... (18/25)\r\nprompt-toolkit  ------------------------------ 189.10 KiB/378.72 KiB\r\ntornado  ------------------------------ 432.86 KiB/432.86 KiB\r\nipython  ------------------------------ 399.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 813.66 KiB/833.75 KiB\r\njedi  ------------------------------ 238.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 559.17 KiB/3.40 MiB \r\r\r\r\r\r\r⠸ Preparing packages... (18/25)\r\nprompt-toolkit  ------------------------------ 189.10 KiB/378.72 KiB\r\nipython  ------------------------------ 399.69 KiB/812.37 KiB\r\npyzmq  ------------------------------ 813.66 KiB/833.75 KiB\r\njedi  ------------------------------ 238.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 559.17 KiB/3.40 MiB \r\r\r\r\r\r⠸ Preparing packages... (18/25)\r\nprompt-toolkit  ------------------------------ 237.10 KiB/378.72 KiB\r\nipython  ------------------------------ 431.69 KiB/812.37 KiB\r\njedi  ------------------------------ 254.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 1.61 MiB/3.40 MiB \r\r\r\r\r⠸ Preparing packages... (18/25)\r\nprompt-toolkit  ------------------------------ 253.10 KiB/378.72 KiB\r\nipython  ------------------------------ 431.69 KiB/812.37 KiB\r\njedi  ------------------------------ 254.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 1.76 MiB/3.40 MiB \r\r\r\r\r⠼ Preparing packages... (21/25)\r\nprompt-toolkit  ------------------------------ 301.10 KiB/378.72 KiB\r\nipython  ------------------------------ 479.69 KiB/812.37 KiB\r\njedi  ------------------------------ 254.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 1.90 MiB/3.40 MiB \r\r\r\r\r⠼ Preparing packages... (21/25)\r\nprompt-toolkit  ------------------------------ 365.10 KiB/378.72 KiB\r\nipython  ------------------------------ 575.58 KiB/812.37 KiB\r\njedi  ------------------------------ 264.37 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 2.44 MiB/3.40 MiB \r\r\r\r\r⠼ Preparing packages... (21/25)\r\nipython  ------------------------------ 575.58 KiB/812.37 KiB\r\njedi  ------------------------------ 264.37 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 2.56 MiB/3.40 MiB \r\r\r\r⠼ Preparing packages... (21/25)\r\nipython  ------------------------------ 639.69 KiB/812.37 KiB\r\njedi  ------------------------------ 270.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 2.59 MiB/3.40 MiB \r\r\r\r⠼ Preparing packages... (21/25)\r\nipython  ------------------------------ 671.69 KiB/812.37 KiB\r\njedi  ------------------------------ 286.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 2.70 MiB/3.40 MiB ",,terminal_output +555,405433,"TERMINAL",0,0,"\r\r\r\r⠴ Preparing packages... (22/25)\r\nipython  ------------------------------ 703.69 KiB/812.37 KiB\r\njedi  ------------------------------ 286.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 2.87 MiB/3.40 MiB ",,terminal_output +556,405624,"TERMINAL",0,0,"\r\r\r\r⠴ Preparing packages... (22/25)\r\nipython  ------------------------------ 735.69 KiB/812.37 KiB\r\njedi  ------------------------------ 286.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 2.98 MiB/3.40 MiB \r\r\r\r⠴ Preparing packages... (22/25)\r\nipython  ------------------------------ 767.36 KiB/812.37 KiB\r\njedi  ------------------------------ 302.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 3.00 MiB/3.40 MiB \r\r\r\r⠴ Preparing packages... (22/25)\r\njedi  ------------------------------ 302.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 3.26 MiB/3.40 MiB \r\r\r⠴ Preparing packages... (22/25)\r\njedi  ------------------------------ 302.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 3.28 MiB/3.40 MiB \r\r\r⠦ Preparing packages... (23/25)\r\njedi  ------------------------------ 318.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 3.31 MiB/3.40 MiB ",,terminal_output +557,405839,"TERMINAL",0,0,"\r\r\r⠦ Preparing packages... (23/25)\r\njedi  ------------------------------ 334.29 KiB/1.50 MiB\r\ndebugpy  ------------------------------ 3.40 MiB/3.40 MiB \r\r\r⠦ Preparing packages... (23/25)\r\njedi  ------------------------------ 334.29 KiB/1.50 MiB \r\r⠦ Preparing packages... (23/25)\r\njedi  ------------------------------ 350.29 KiB/1.50 MiB \r\r⠦ Preparing packages... (23/25)\r\njedi  ------------------------------ 366.29 KiB/1.50 MiB \r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 372.78 KiB/1.50 MiB \r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 398.29 KiB/1.50 MiB ",,terminal_output +558,405957,"TERMINAL",0,0,"\r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 430.29 KiB/1.50 MiB ",,terminal_output +559,406148,"TERMINAL",0,0,"\r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 436.16 KiB/1.50 MiB \r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 436.16 KiB/1.50 MiB \r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 462.29 KiB/1.50 MiB \r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 494.29 KiB/1.50 MiB ",,terminal_output +560,406205,"TERMINAL",0,0,"\r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 510.29 KiB/1.50 MiB \r\r⠋ Preparing packages... (24/25)\r\njedi  ------------------------------ 510.29 KiB/1.50 MiB ",,terminal_output +561,406273,"TERMINAL",0,0,"\r\r⠋ Preparing packages... (24/25)\r\njedi  ------------------------------ 558.29 KiB/1.50 MiB ",,terminal_output +562,406392,"TERMINAL",0,0,"\r\r⠋ Preparing packages... (24/25)\r\njedi  ------------------------------ 574.29 KiB/1.50 MiB \r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 574.29 KiB/1.50 MiB \r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 590.29 KiB/1.50 MiB ",,terminal_output +563,406672,"TERMINAL",0,0,"\r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 622.29 KiB/1.50 MiB \r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 638.29 KiB/1.50 MiB \r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 670.29 KiB/1.50 MiB \r\r⠹ Preparing packages... (24/25)\r\njedi  ------------------------------ 686.29 KiB/1.50 MiB ",,terminal_output +564,406796,"TERMINAL",0,0,"\r\r⠹ Preparing packages... (24/25)\r\njedi  ------------------------------ 718.29 KiB/1.50 MiB \r\r⠹ Preparing packages... (24/25)\r\njedi  ------------------------------ 734.29 KiB/1.50 MiB \r\r⠹ Preparing packages... (24/25)\r\njedi  ------------------------------ 750.29 KiB/1.50 MiB \r\r⠸ Preparing packages... (24/25)\r\njedi  ------------------------------ 766.29 KiB/1.50 MiB ",,terminal_output +565,406850,"TERMINAL",0,0,"\r\r⠸ Preparing packages... (24/25)\r\njedi  ------------------------------ 798.29 KiB/1.50 MiB ",,terminal_output +566,406901,"TERMINAL",0,0,"\r\r⠸ Preparing packages... (24/25)\r\njedi  ------------------------------ 830.29 KiB/1.50 MiB ",,terminal_output +567,407006,"TERMINAL",0,0,"\r\r⠸ Preparing packages... (24/25)\r\njedi  ------------------------------ 846.29 KiB/1.50 MiB ",,terminal_output +568,407197,"TERMINAL",0,0,"\r\r⠼ Preparing packages... (24/25)\r\njedi  ------------------------------ 846.29 KiB/1.50 MiB \r\r⠼ Preparing packages... (24/25)\r\njedi  ------------------------------ 862.29 KiB/1.50 MiB \r\r⠼ Preparing packages... (24/25)\r\njedi  ------------------------------ 894.29 KiB/1.50 MiB \r\r⠼ Preparing packages... (24/25)\r\njedi  ------------------------------ 926.29 KiB/1.50 MiB ",,terminal_output +569,407390,"TERMINAL",0,0,"\r\r⠴ Preparing packages... (24/25)\r\njedi  ------------------------------ 942.29 KiB/1.50 MiB \r\r⠴ Preparing packages... (24/25)\r\njedi  ------------------------------ 958.29 KiB/1.50 MiB \r\r⠴ Preparing packages... (24/25)\r\njedi  ------------------------------ 974.29 KiB/1.50 MiB \r\r⠴ Preparing packages... (24/25)\r\njedi  ------------------------------ 990.29 KiB/1.50 MiB \r\r⠦ Preparing packages... (24/25)\r\njedi  ------------------------------ 990.29 KiB/1.50 MiB ",,terminal_output +570,407531,"TERMINAL",0,0,"\r\r⠦ Preparing packages... (24/25)\r\njedi  ------------------------------ 1022.29 KiB/1.50 MiB ",,terminal_output +571,407602,"TERMINAL",0,0,"\r\r⠦ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.00 MiB/1.50 MiB \r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.02 MiB/1.50 MiB \r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.03 MiB/1.50 MiB ",,terminal_output +572,407721,"TERMINAL",0,0,"\r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.05 MiB/1.50 MiB ",,terminal_output +573,407867,"TERMINAL",0,0,"\r\r⠧ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.08 MiB/1.50 MiB \r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.08 MiB/1.50 MiB \r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.09 MiB/1.50 MiB \r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.11 MiB/1.50 MiB ",,terminal_output +574,408054,"TERMINAL",0,0,"\r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.13 MiB/1.50 MiB \r\r⠇ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.14 MiB/1.50 MiB \r\r⠋ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.14 MiB/1.50 MiB ",,terminal_output +575,408116,"TERMINAL",0,0,"\r\r⠋ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.17 MiB/1.50 MiB \r\r⠋ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.19 MiB/1.50 MiB ",,terminal_output +576,408246,"TERMINAL",0,0,"\r\r⠋ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.20 MiB/1.50 MiB \r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.20 MiB/1.50 MiB ",,terminal_output +577,408579,"TERMINAL",0,0,"\r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.22 MiB/1.50 MiB \r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.23 MiB/1.50 MiB \r\r⠙ Preparing packages... (24/25)\r\njedi  ------------------------------ 1.25 MiB/1.50 MiB \r\r⠙ Preparing packages... (24/25) \rPrepared 25 packages in 3.76s\r\n░░░░░░░░░░░░░░░░░░░░ [0/0] Installing wheels... \r░░░░░░░░░░░░░░░░░░░░ [0/25] Installing wheels... \r░░░░░░░░░░░░░░░░░░░░ [0/25] six==1.17.0 \r░░░░░░░░░░░░░░░░░░░░ [1/25] six==1.17.0 \r░░░░░░░░░░░░░░░░░░░░ [1/25] pexpect==4.9.0 \r█░░░░░░░░░░░░░░░░░░░ [2/25] pexpect==4.9.0 \r█░░░░░░░░░░░░░░░░░░░ [2/25] decorator==5.2.1 \r██░░░░░░░░░░░░░░░░░░ [3/25] decorator==5.2.1 \r██░░░░░░░░░░░░░░░░░░ [3/25] exceptiongroup==1.3.0 \r███░░░░░░░░░░░░░░░░░ [4/25] exceptiongroup==1.3.0 \r███░░░░░░░░░░░░░░░░░ [4/25] traitlets==5.14.3 \r████░░░░░░░░░░░░░░░░ [5/25] traitlets==5.14.3 \r████░░░░░░░░░░░░░░░░ [5/25] ptyprocess==0.7.0 \r████░░░░░░░░░░░░░░░░ [6/25] ptyprocess==0.7.0 \r████░░░░░░░░░░░░░░░░ [6/25] comm==0.2.2 \r█████░░░░░░░░░░░░░░░ [7/25] comm==0.2.2 \r█████░░░░░░░░░░░░░░░ [7/25] python-dateutil==2.9.0.post0 \r██████░░░░░░░░░░░░░░ [8/25] python-dateutil==2.9.0.post0 \r██████░░░░░░░░░░░░░░ [8/25] matplotlib-inline==0.1.7 \r███████░░░░░░░░░░░░░ [9/25] matplotlib-inline==0.1.7 \r███████░░░░░░░░░░░░░ [9/25] parso==0.8.4 \r████████░░░░░░░░░░░░ [10/25] parso==0.8.4 \r████████░░░░░░░░░░░░ [10/25] pure-eval==0.2.3 ",,terminal_output +578,408636,"TERMINAL",0,0,"\r██████████░░░░░░░░░░ [13/25] stack-data==0.6.3 \r████████████░░░░░░░░ [16/25] jupyter-client==8.6.3 ",,terminal_output +579,408770,"TERMINAL",0,0,"\r██████████████░░░░░░ [18/25] ipykernel==6.30.0 ",,terminal_output +580,408826,"TERMINAL",0,0,"\r███████████████░░░░░ [19/25] prompt-toolkit==3.0.51 \r████████████████░░░░ [20/25] prompt-toolkit==3.0.51 ",,terminal_output +581,408904,"TERMINAL",0,0,"\r████████████████░░░░ [21/25] pyzmq==27.0.0 \r█████████████████░░░ [22/25] pyzmq==27.0.0 ",,terminal_output +582,409104,"TERMINAL",0,0,"\r█████████████████░░░ [22/25] ipython==8.37.0 \r██████████████████░░ [23/25] ipython==8.37.0 ",,terminal_output +583,409165,"TERMINAL",0,0,"\r██████████████████░░ [23/25] debugpy==1.8.15 \r███████████████████░ [24/25] debugpy==1.8.15 ",,terminal_output +584,410741,"TERMINAL",0,0,"\r███████████████████░ [24/25] jedi==0.19.2 \r████████████████████ [25/25] jedi==0.19.2 \rInstalled 25 packages in 2.32s\r\n + asttokens==3.0.0\r\n + comm==0.2.2\r\n + debugpy==1.8.15\r\n + decorator==5.2.1\r\n + exceptiongroup==1.3.0\r\n + executing==2.2.0\r\n + ipykernel==6.30.0\r\n + ipython==8.37.0\r\n + jedi==0.19.2\r\n + jupyter-client==8.6.3\r\n + jupyter-core==5.8.1\r\n + matplotlib-inline==0.1.7\r\n + parso==0.8.4\r\n + pexpect==4.9.0\r\n + prompt-toolkit==3.0.51\r\n + psutil==7.0.0\r\n + ptyprocess==0.7.0\r\n + pure-eval==0.2.3\r\n + python-dateutil==2.9.0.post0\r\n + pyzmq==27.0.0\r\n + six==1.17.0\r\n + stack-data==0.6.3\r\n + tornado==6.5.1\r\n + traitlets==5.14.3\r\n + wcwidth==0.2.13\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +585,435809,"test.ipynb",831,0,"",python,selection_mouse +586,435816,"test.ipynb",830,0,"",python,selection_command +587,437736,"test.ipynb",0,10380,"import math\nfrom typing import Tuple\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n # FIXME (f.srambical): Propagate this up and change during sampling\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,selection_command +588,438224,"test.ipynb",0,10380,"",python,content +589,438228,"test.ipynb",0,0,"",python,tab +590,438228,"test.ipynb",0,0,"",python,tab +591,439111,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\nclass EpisodeLengthFilter(grain.transforms.Filter):\n """"""\n A Grain Filter that keeps only episodes with sufficient length.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the filter with sequence length requirements.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def filter(self, element: Any) -> bool:\n """"""\n Filters episodes based on length.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n\n Returns:\n True if the episode has sufficient length, False otherwise.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n current_episode_len = element[""sequence_length""]\n if current_episode_len < self.seq_len:\n print(\n f""Filtering out episode with length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}.""\n )\n return False\n\n return True\n\n\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n\n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(\n f""Episode length {current_episode_len} is shorter than ""\n f""requested sequence length {self.seq_len}. This should ""\n f""have been filtered out.""\n )\n\n max_start_idx = current_episode_len - self.seq_len\n\n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n\n return seq\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n\n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=None,\n seed=seed,\n )\n\n operations = [\n EpisodeLengthFilter(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n ProcessEpisodeAndSlice(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n )\n\n return dataloader\n",python,tab +592,440106,"test.ipynb",0,0,"",python,tab +593,441365,"salient_restore_failing_minimal_example.py",0,0,"",python,tab +594,461578,"salient_restore_failing_minimal_example.py",0,9,"import os",python,selection_command +595,461650,"salient_restore_failing_minimal_example.py",0,24,"import os\nimport shutil\n",python,selection_command +596,461790,"salient_restore_failing_minimal_example.py",0,101,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n",python,selection_command +597,461921,"salient_restore_failing_minimal_example.py",0,548,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n",python,selection_command +598,462054,"salient_restore_failing_minimal_example.py",0,664,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n",python,selection_command +599,462168,"salient_restore_failing_minimal_example.py",0,743,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n",python,selection_command +600,462289,"salient_restore_failing_minimal_example.py",0,868,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n",python,selection_command +601,462387,"salient_restore_failing_minimal_example.py",0,920,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n",python,selection_command +602,462556,"salient_restore_failing_minimal_example.py",0,992,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n",python,selection_command +603,462685,"salient_restore_failing_minimal_example.py",0,1052,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n",python,selection_command +604,462833,"salient_restore_failing_minimal_example.py",0,1145,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n\nstate_no_bias, _ = nnx.split(model_no_bias)\nprint('State of model_no_bias:', state_no_bias)\n",python,selection_command +605,462969,"salient_restore_failing_minimal_example.py",0,1300,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n\nstate_no_bias, _ = nnx.split(model_no_bias)\nprint('State of model_no_bias:', state_no_bias)\n\n# Save the checkpoint.\ncheckpointer = ocp.StandardCheckpointer()\ncheckpointer.save(ckpt_dir, model_no_bias)\nprint(f""Checkpoint saved to '{ckpt_dir}'.\n"")\n",python,selection_command +606,463832,"salient_restore_failing_minimal_example.py",0,1145,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n\nstate_no_bias, _ = nnx.split(model_no_bias)\nprint('State of model_no_bias:', state_no_bias)\n",python,selection_command +607,464018,"salient_restore_failing_minimal_example.py",0,1052,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n",python,selection_command +608,464535,"salient_restore_failing_minimal_example.py",1052,0,"",python,selection_command +609,465265,"test.ipynb",0,0,"",python,tab +610,467247,"test.ipynb",0,0,"import os\nimport shutil\n\nimport jax.numpy as jnp\nfrom flax import nnx\nimport orbax.checkpoint as ocp\n\n# The hunch is that parameters like biases in Linear layers are only created if\n# they are used (e.g. `use_bias=True`). When checkpointing a model created with\n# `use_bias=False`, the bias parameter is not saved.\n#\n# Attempting to restore this checkpoint into a model instance created with\n# `use_bias=True` is expected to fail, as the checkpointed state has a\n# different structure (missing the 'bias' leaf in the PyTree) from the target model.\n\nckpt_dir = '/tmp/flax_nnx_bug_ckpt'\nif os.path.exists(ckpt_dir):\n shutil.rmtree(ckpt_dir)\nos.makedirs(ckpt_dir)\n\n\nclass MyModel(nnx.Module):\n """"""A simple model containing a Linear layer.""""""\n\n def __init__(self, use_bias: bool, *, rngs: nnx.Rngs):\n self.linear = nnx.Linear(10, 20, use_bias=use_bias, rngs=rngs)\n\n def __call__(self, x):\n return self.linear(x)\n\n\nrngs = nnx.Rngs(0)\nmodel_no_bias = MyModel(use_bias=False, rngs=rngs)\n\ndummy_input = jnp.ones((1, 10))\nmodel_no_bias(dummy_input)\n",python,content +611,477760,"test.ipynb",0,0,"",python,tab +612,479231,"salient_restore_failing_minimal_example.py",0,0,"",python,tab +613,480555,"salient_restore_failing_minimal_example.py",1053,0,"",python,selection_command +614,481095,"test.ipynb",0,0,"",python,tab +615,481653,"test.ipynb",0,0,"n",python,content +616,481653,"test.ipynb",1,0,"",python,selection_keyboard +617,481753,"test.ipynb",1,0,"n",python,content +618,481753,"test.ipynb",2,0,"",python,selection_keyboard +619,481866,"test.ipynb",2,0,"x",python,content +620,481867,"test.ipynb",3,0,"",python,selection_keyboard +621,481951,"test.ipynb",3,0,".",python,content +622,481952,"test.ipynb",4,0,"",python,selection_keyboard +623,483614,"test.ipynb",4,0,"d",python,content +624,483615,"test.ipynb",5,0,"",python,selection_keyboard +625,483616,"test.ipynb",5,0,"i",python,content +626,483616,"test.ipynb",6,0,"",python,selection_keyboard +627,483700,"test.ipynb",6,0,"s",python,content +628,483701,"test.ipynb",7,0,"",python,selection_keyboard +629,484850,"test.ipynb",4,3,"display",python,content +630,485255,"test.ipynb",11,0,"()",python,content +631,485256,"test.ipynb",12,0,"",python,selection_keyboard +632,486942,"test.ipynb",11,0,"",python,selection_command +633,511408,"test.ipynb",12,0,"",python,selection_command +634,511609,"test.ipynb",12,0,"m",python,content +635,511610,"test.ipynb",13,0,"",python,selection_keyboard +636,511672,"test.ipynb",13,0,"o",python,content +637,511673,"test.ipynb",14,0,"",python,selection_keyboard +638,511737,"test.ipynb",14,0,"d",python,content +639,511737,"test.ipynb",15,0,"",python,selection_keyboard +640,511772,"test.ipynb",15,0,"e",python,content +641,511772,"test.ipynb",16,0,"",python,selection_keyboard +642,511888,"test.ipynb",16,0,"l",python,content +643,511888,"test.ipynb",17,0,"",python,selection_keyboard +644,512402,"test.ipynb",17,0,"_",python,content +645,512403,"test.ipynb",18,0,"",python,selection_keyboard +646,514804,"test.ipynb",12,6,"model_no_bias",python,content +647,514987,"test.ipynb",25,0,"\n",python,content +648,515451,"test.ipynb",25,1,"",python,content +649,532880,"test.ipynb",0,0,"",python,tab +650,534054,"test.ipynb",0,0,"n",python,content +651,534054,"test.ipynb",1,0,"",python,selection_keyboard +652,534185,"test.ipynb",1,0,"x",python,content +653,534185,"test.ipynb",2,0,"",python,selection_keyboard +654,534503,"test.ipynb",1,1,"",python,content +655,534719,"test.ipynb",1,0,"n",python,content +656,534719,"test.ipynb",2,0,"",python,selection_keyboard +657,535070,"test.ipynb",1,1,"",python,content +658,535203,"test.ipynb",0,1,"",python,content +659,536117,"test.ipynb",0,0,"s",python,content +660,536117,"test.ipynb",1,0,"",python,selection_keyboard +661,536223,"test.ipynb",1,0,"t",python,content +662,536224,"test.ipynb",2,0,"",python,selection_keyboard +663,536303,"test.ipynb",2,0,"a",python,content +664,536304,"test.ipynb",3,0,"",python,selection_keyboard +665,536393,"test.ipynb",3,0,"t",python,content +666,536393,"test.ipynb",4,0,"",python,selection_keyboard +667,536452,"test.ipynb",4,0,"e",python,content +668,536453,"test.ipynb",5,0,"",python,selection_keyboard +669,536540,"test.ipynb",5,0," ",python,content +670,536541,"test.ipynb",6,0,"",python,selection_keyboard +671,536666,"test.ipynb",6,0,"=",python,content +672,536666,"test.ipynb",7,0,"",python,selection_keyboard +673,536736,"test.ipynb",7,0," ",python,content +674,536737,"test.ipynb",8,0,"",python,selection_keyboard +675,537384,"test.ipynb",8,0,"n",python,content +676,537384,"test.ipynb",9,0,"",python,selection_keyboard +677,537590,"test.ipynb",9,0,"n",python,content +678,537591,"test.ipynb",10,0,"",python,selection_keyboard +679,537592,"test.ipynb",10,0,"x",python,content +680,537592,"test.ipynb",11,0,"",python,selection_keyboard +681,537650,"test.ipynb",11,0,".",python,content +682,537650,"test.ipynb",12,0,"",python,selection_keyboard +683,537757,"test.ipynb",12,0,"s",python,content +684,537758,"test.ipynb",13,0,"",python,selection_keyboard +685,537895,"test.ipynb",13,0,"p",python,content +686,537896,"test.ipynb",14,0,"",python,selection_keyboard +687,537983,"test.ipynb",14,0,"l",python,content +688,537984,"test.ipynb",15,0,"",python,selection_keyboard +689,538050,"test.ipynb",15,0,"i",python,content +690,538050,"test.ipynb",16,0,"",python,selection_keyboard +691,538104,"test.ipynb",16,0,"t",python,content +692,538104,"test.ipynb",17,0,"",python,selection_keyboard +693,538356,"test.ipynb",17,0,"()",python,content +694,538356,"test.ipynb",18,0,"",python,selection_keyboard +695,538720,"test.ipynb",18,0,"m",python,content +696,538720,"test.ipynb",19,0,"",python,selection_keyboard +697,538802,"test.ipynb",19,0,"o",python,content +698,538802,"test.ipynb",20,0,"",python,selection_keyboard +699,538807,"test.ipynb",20,0,"d",python,content +700,538807,"test.ipynb",21,0,"",python,selection_keyboard +701,538851,"test.ipynb",21,0,"e",python,content +702,538852,"test.ipynb",22,0,"",python,selection_keyboard +703,539078,"test.ipynb",22,0,"l_no_bias",python,content +704,539562,"test.ipynb",30,0,"",python,selection_command +705,540109,"test.ipynb",32,0,"",python,selection_command +706,540280,"test.ipynb",32,0,"\n",python,content +707,540489,"test.ipynb",33,0,"n",python,content +708,540490,"test.ipynb",34,0,"",python,selection_keyboard +709,540629,"test.ipynb",34,0,"n",python,content +710,540630,"test.ipynb",35,0,"",python,selection_keyboard +711,540782,"test.ipynb",35,0,"x",python,content +712,540782,"test.ipynb",36,0,"",python,selection_keyboard +713,540846,"test.ipynb",36,0,".",python,content +714,540847,"test.ipynb",37,0,"",python,selection_keyboard +715,541136,"test.ipynb",37,0,"d",python,content +716,541137,"test.ipynb",38,0,"",python,selection_keyboard +717,541201,"test.ipynb",38,0,"i",python,content +718,541202,"test.ipynb",39,0,"",python,selection_keyboard +719,541399,"test.ipynb",39,0,"s",python,content +720,541400,"test.ipynb",40,0,"",python,selection_keyboard +721,541642,"test.ipynb",40,0,"p",python,content +722,541642,"test.ipynb",41,0,"",python,selection_keyboard +723,541806,"test.ipynb",41,0,"l",python,content +724,541806,"test.ipynb",42,0,"",python,selection_keyboard +725,541885,"test.ipynb",42,0,"a",python,content +726,541885,"test.ipynb",43,0,"",python,selection_keyboard +727,542003,"test.ipynb",43,0,"y",python,content +728,542003,"test.ipynb",44,0,"",python,selection_keyboard +729,542177,"test.ipynb",44,0,"()",python,content +730,542177,"test.ipynb",45,0,"",python,selection_keyboard +731,542353,"test.ipynb",45,0,"s",python,content +732,542353,"test.ipynb",46,0,"",python,selection_keyboard +733,542922,"test.ipynb",46,0,"t",python,content +734,542922,"test.ipynb",47,0,"",python,selection_keyboard +735,542967,"test.ipynb",47,0,"a",python,content +736,542967,"test.ipynb",48,0,"",python,selection_keyboard +737,543068,"test.ipynb",48,0,"t",python,content +738,543069,"test.ipynb",49,0,"",python,selection_keyboard +739,543165,"test.ipynb",49,0,"e",python,content +740,543165,"test.ipynb",50,0,"",python,selection_keyboard +741,563327,"test.ipynb",0,0,"",python,tab +742,563328,"test.ipynb",920,0,"",python,selection_mouse +743,563873,"test.ipynb",833,0,"",python,selection_mouse +744,564351,"test.ipynb",849,0,"",python,selection_mouse +745,570478,"test.ipynb",0,0,"",python,tab +746,573515,"test.ipynb",0,0,"",python,tab +747,574234,"test.ipynb",0,0,"m",python,content +748,574234,"test.ipynb",1,0,"",python,selection_keyboard +749,574327,"test.ipynb",1,0,"o",python,content +750,574328,"test.ipynb",2,0,"",python,selection_keyboard +751,574365,"test.ipynb",2,0,"d",python,content +752,574365,"test.ipynb",3,0,"",python,selection_keyboard +753,574399,"test.ipynb",3,0,"e",python,content +754,574400,"test.ipynb",4,0,"",python,selection_keyboard +755,574661,"test.ipynb",4,0,"l",python,content +756,574661,"test.ipynb",5,0,"",python,selection_keyboard +757,574911,"test.ipynb",5,0,"_",python,content +758,574911,"test.ipynb",6,0,"",python,selection_keyboard +759,575078,"test.ipynb",6,0,"w",python,content +760,575079,"test.ipynb",7,0,"",python,selection_keyboard +761,575184,"test.ipynb",7,0,"i",python,content +762,575185,"test.ipynb",8,0,"",python,selection_keyboard +763,575220,"test.ipynb",8,0,"t",python,content +764,575220,"test.ipynb",9,0,"",python,selection_keyboard +765,575376,"test.ipynb",9,0,"h",python,content +766,575376,"test.ipynb",10,0,"",python,selection_keyboard +767,575790,"test.ipynb",10,0,"_",python,content +768,575791,"test.ipynb",11,0,"",python,selection_keyboard +769,575988,"test.ipynb",11,0,"b",python,content +770,575988,"test.ipynb",12,0,"",python,selection_keyboard +771,576089,"test.ipynb",12,0,"i",python,content +772,576089,"test.ipynb",13,0,"",python,selection_keyboard +773,576136,"test.ipynb",13,0,"a",python,content +774,576137,"test.ipynb",14,0,"",python,selection_keyboard +775,576233,"test.ipynb",14,0,"s",python,content +776,576234,"test.ipynb",15,0,"",python,selection_keyboard +777,576757,"test.ipynb",15,0," = MyModel(use_bias=True, rngs=rngs)",python,content +778,578372,"test.ipynb",51,0,"\nmodel_with_bias(dummy_input)\n\nstate_with_bias, _ = nnx.split(model_with_bias)\nnnx.display(state_with_bias)",python,content +779,587573,"test.ipynb",150,0,"",python,selection_mouse +780,588086,"test.ipynb",111,0,"",python,selection_mouse +781,589100,"test.ipynb",99,0,"",python,selection_mouse +782,589864,"test.ipynb",98,0,"",python,selection_command +783,590055,"test.ipynb",81,0,"",python,selection_command +784,590389,"test.ipynb",82,0,"",python,selection_command +785,590579,"test.ipynb",83,0,"",python,selection_command +786,590750,"test.ipynb",84,0,"",python,selection_command +787,590913,"test.ipynb",85,0,"",python,selection_command +788,590969,"test.ipynb",85,0,"l",python,content +789,590970,"test.ipynb",86,0,"",python,selection_keyboard +790,591519,"test.ipynb",85,1,"",python,content +791,591629,"test.ipynb",84,0,"",python,selection_command +792,591834,"test.ipynb",85,0,"",python,selection_command +793,591962,"test.ipynb",97,0,"",python,selection_command +794,592152,"test.ipynb",99,0,"",python,selection_command +795,592486,"test.ipynb",98,0,"",python,selection_command +796,592677,"test.ipynb",97,0,"",python,selection_command +797,593010,"test.ipynb",96,0,"",python,selection_command +798,593254,"test.ipynb",97,0,"",python,selection_command +799,593357,"test.ipynb",97,1,",",python,selection_command +800,593533,"test.ipynb",97,2,", ",python,selection_command +801,593619,"test.ipynb",97,3,", _",python,selection_command +802,594059,"test.ipynb",97,3,"",python,content +803,718849,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(model, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(model, optimizer, inputs):\n """"""Update state and compute metrics""""""\n\n def loss_fn(model):\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.device_put(model_state, replicated_sharding)\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.device_put(optimizer_state, replicated_sharding)\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # FIXME (f.srambical): pass sharding information for restoration onto different topology\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state, partial_restore=True),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(\n optimizer, replicated_sharding, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +804,751032,"test.ipynb",0,0,"",python,tab +805,759115,"test.ipynb",0,0,"",python,tab +806,774835,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ \r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +807,774917,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ \r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ \r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ \r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ \r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ \r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +808,781351,"TERMINAL",0,0,"(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +809,781710,"TERMINAL",0,0,"uv pip install ipykernel",,terminal_output +810,781810,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +811,782648,"TERMINAL",0,0,"alloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_output +812,783472,"TERMINAL",0,0,"\rcancel --me",,terminal_output +813,783810,"TERMINAL",0,0,"queue",,terminal_output +814,784012,"TERMINAL",0,0,"ource /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +815,784165,"TERMINAL",0,0,"alloc --gpus=8 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G",,terminal_output +816,784379,"TERMINAL",0,0,"\rource /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +817,784912,"TERMINAL",0,0,"queue --me",,terminal_output +818,785527,"TERMINAL",0,0,"[1@cancelalloc --gpus=1 --ntasks-per-node=1 --cpus-per-task=1 --mem=100G\rource /home/franz.srambical/jafar/.venv/bin/activateuv pip install ipykernel",,terminal_output +819,785998,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +820,786232,"TERMINAL",0,0,"b': source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_output +821,786308,"TERMINAL",0,0,"\ra': . ""/fast/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +822,786364,"TERMINAL",0,0,"\rs': . ""/fast/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +823,786441,"TERMINAL",0,0,"\rh': . ""/fast/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh""",,terminal_output +824,787520,"TERMINAL",0,0,"\rbash experiments/dynamics_grain_tok_restore.sh \r",,terminal_output +825,788467,"TERMINAL",0,0,"\r[32@jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ bash",,terminal_output +826,789181,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +827,794033,"TERMINAL",0,0,"Running on 1 devices.\r\n",,terminal_output +828,800334,"TERMINAL",0,0,"Counting all components: ['dynamics', 'lam', 'tokenizer']\r\nParameter counts:\r\n{'dynamics': 26555904, 'lam': 35115232, 'tokenizer': 33750256, 'total': 95421392}\r\n",,terminal_output +829,800503,"train_dynamics.py",0,0,"",python,tab +830,802473,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/train_dynamics.py"", line 312, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 774, in restore\r\n value_metadata_tree = tree_structure_utils.tree_trim(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 235, in tree_trim\r\n result = _tree_trim_impl(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 411, in _tree_trim_impl\r\n return parts_of.PartsOf(template, tree_trim_fn((), template, structure))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 289, in _tree_trim\r\n keep_dict = {\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 290, in \r\n k: _tree_trim(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 289, in _tree_trim\r\n keep_dict = {\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 290, in \r\n k: _tree_trim(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 289, in _tree_trim\r\n keep_dict = {\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 290, in \r\n k: _tree_trim(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 289, in _tree_trim\r\n keep_dict = {\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 290, in \r\n k: _tree_trim(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 357, in _tree_trim\r\n children_dict = _tree_trim(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/tree/structure_utils.py"", line 272, in _tree_trim\r\n raise ValueError(\r\nValueError: Missing 1 keys in structure path ('model', 'dynamics', 'action_up', 'bias'), including: ['.value']\r\n",,terminal_output +831,803314,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +832,856881,"train_dynamics.py",0,0,"",python,selection_command +833,857521,"train_dynamics.py",890,0,"",python,selection_command +834,857951,"train_dynamics.py",1966,0,"",python,selection_command +835,858232,"train_dynamics.py",3431,0,"",python,selection_command +836,859996,"train_dynamics.py",11161,0,"",python,selection_command +837,861731,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +838,861732,"genie.py",11345,0,"",python,selection_command +839,864036,"genie.py",11884,0,"",python,selection_command +840,864633,"genie.py",12580,0,"",python,selection_command +841,865304,"genie.py",13397,0,"",python,selection_command +842,917096,"train_dynamics.py",0,0,"",python,tab +843,919365,"test.ipynb",0,0,"",python,tab +844,960463,"test.ipynb",0,0,"",python,tab +845,960463,"test.ipynb",32,0,"",python,selection_mouse +846,961934,"test.ipynb",31,0,"",python,selection_command +847,962260,"test.ipynb",0,0,"\n",python,content +848,963421,"test.ipynb",0,0,"m",python,content +849,963421,"test.ipynb",1,0,"",python,selection_keyboard +850,963422,"test.ipynb",1,0,"o",python,content +851,963423,"test.ipynb",2,0,"",python,selection_keyboard +852,963438,"test.ipynb",2,0,"d",python,content +853,963438,"test.ipynb",3,0,"",python,selection_keyboard +854,963480,"test.ipynb",3,0,"e",python,content +855,963480,"test.ipynb",4,0,"",python,selection_keyboard +856,963615,"test.ipynb",4,0,"l",python,content +857,963616,"test.ipynb",5,0,"",python,selection_keyboard +858,963806,"test.ipynb",5,0,"_",python,content +859,963806,"test.ipynb",6,0,"",python,selection_keyboard +860,964103,"test.ipynb",6,0,"w",python,content +861,964103,"test.ipynb",7,0,"",python,selection_keyboard +862,964104,"test.ipynb",7,0,"i",python,content +863,964104,"test.ipynb",8,0,"",python,selection_keyboard +864,964117,"test.ipynb",8,0,"t",python,content +865,964118,"test.ipynb",9,0,"",python,selection_keyboard +866,964223,"test.ipynb",9,0,"h",python,content +867,964223,"test.ipynb",10,0,"",python,selection_keyboard +868,964567,"test.ipynb",10,0,"_",python,content +869,964567,"test.ipynb",11,0,"",python,selection_keyboard +870,964805,"test.ipynb",11,0,"b",python,content +871,964805,"test.ipynb",12,0,"",python,selection_keyboard +872,964934,"test.ipynb",12,0,"i",python,content +873,964934,"test.ipynb",13,0,"",python,selection_keyboard +874,964983,"test.ipynb",13,0,"a",python,content +875,964983,"test.ipynb",14,0,"",python,selection_keyboard +876,965019,"test.ipynb",14,0,"s",python,content +877,965019,"test.ipynb",15,0,"",python,selection_keyboard +878,965599,"test.ipynb",15,0," = MyModel(use_bias=True, rngs=rngs)",python,content +879,966972,"test.ipynb",51,0,"\n",python,content +880,967340,"test.ipynb",103,0,"_with_bias",python,content +881,967340,"test.ipynb",79,0,"with",python,content +882,967340,"test.ipynb",77,2,"",python,content +883,967340,"test.ipynb",58,0,"_with_bias",python,content +884,967340,"test.ipynb",52,0,"model_with_bias(dummy_input)\n",python,content +885,973736,"test.ipynb",52,0,"",python,selection_command +886,973899,"test.ipynb",0,0,"",python,selection_command +887,974206,"test.ipynb",0,51,"model_with_bias = MyModel(use_bias=True, rngs=rngs)",python,selection_command +888,974348,"test.ipynb",0,80,"model_with_bias = MyModel(use_bias=True, rngs=rngs)\nmodel_with_bias(dummy_input)",python,selection_command +889,974652,"test.ipynb",0,80,"",python,content +890,975139,"test.ipynb",0,0,"m",python,content +891,975140,"test.ipynb",1,0,"",python,selection_keyboard +892,975200,"test.ipynb",1,0,"o",python,content +893,975201,"test.ipynb",2,0,"",python,selection_keyboard +894,975265,"test.ipynb",2,0,"d",python,content +895,975266,"test.ipynb",3,0,"",python,selection_keyboard +896,975352,"test.ipynb",3,0,"e",python,content +897,975352,"test.ipynb",4,0,"",python,selection_keyboard +898,975398,"test.ipynb",4,0,"l",python,content +899,975398,"test.ipynb",5,0,"",python,selection_keyboard +900,975631,"test.ipynb",5,0,"_",python,content +901,975632,"test.ipynb",6,0,"",python,selection_keyboard +902,975799,"test.ipynb",6,0,"w",python,content +903,975800,"test.ipynb",7,0,"",python,selection_keyboard +904,976166,"test.ipynb",6,1,"",python,content +905,977012,"test.ipynb",6,0,"w",python,content +906,977012,"test.ipynb",7,0,"",python,selection_keyboard +907,977032,"test.ipynb",7,0,"i",python,content +908,977032,"test.ipynb",8,0,"",python,selection_keyboard +909,977450,"test.ipynb",7,1,"",python,content +910,977769,"test.ipynb",6,1,"",python,content +911,977949,"test.ipynb",6,0,"n",python,content +912,977949,"test.ipynb",7,0,"",python,selection_keyboard +913,977968,"test.ipynb",7,0,"o",python,content +914,977968,"test.ipynb",8,0,"",python,selection_keyboard +915,978650,"test.ipynb",8,0,"_",python,content +916,978651,"test.ipynb",9,0,"",python,selection_keyboard +917,978948,"test.ipynb",9,0,"b",python,content +918,978949,"test.ipynb",10,0,"",python,selection_keyboard +919,979282,"test.ipynb",10,0,"ias = MyModel(use_bias=False, rngs=rngs)",python,content +920,979752,"test.ipynb",50,0,"\n",python,content +921,980960,"test.ipynb",120,0,"no",python,content +922,980960,"test.ipynb",116,4,"",python,content +923,980960,"test.ipynb",91,0,"no",python,content +924,980960,"test.ipynb",87,4,"",python,content +925,980960,"test.ipynb",63,0,"no",python,content +926,980960,"test.ipynb",59,4,"",python,content +927,980960,"test.ipynb",51,0,"model_no_bias(dummy_input)",python,content +928,981680,"test.ipynb",76,0,"",python,selection_command +929,1040144,"test.ipynb",0,0,"",python,tab +930,1040144,"test.ipynb",20,0,"",python,selection_mouse +931,1040433,"test.ipynb",0,0,"",python,tab +932,1040435,"test.ipynb",672,0,"",python,selection_command +933,1043155,"test.ipynb",827,0,"",python,selection_mouse +934,1076729,".venv/lib/python3.10/site-packages/flax/nnx/nn/linear.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\nfrom __future__ import annotations\n\nimport typing as tp\n\nimport jax\nimport jax.numpy as jnp\nimport numpy as np\nfrom jax import lax\nimport opt_einsum\n\nfrom flax.core.frozen_dict import FrozenDict\nfrom flax import nnx\nfrom flax.nnx import rnglib, variablelib\nfrom flax.nnx.module import Module, first_from\nfrom flax.nnx.nn import dtypes, initializers\nfrom flax.typing import (\n Dtype,\n Shape,\n Initializer,\n PrecisionLike,\n DotGeneralT,\n ConvGeneralDilatedT,\n PaddingLike,\n LaxPadding,\n PromoteDtypeFn,\n EinsumT,\n)\n\nArray = jax.Array\nAxis = int\nSize = int\n\n\ndefault_kernel_init = initializers.lecun_normal()\ndefault_bias_init = initializers.zeros_init()\n\n\ndef canonicalize_padding(padding: PaddingLike, rank: int) -> LaxPadding:\n """""" ""Canonicalizes conv padding to a jax.lax supported format.""""""\n if isinstance(padding, str):\n return padding\n if isinstance(padding, int):\n return [(padding, padding)] * rank\n if isinstance(padding, tp.Sequence) and len(padding) == rank:\n new_pad = []\n for p in padding:\n if isinstance(p, int):\n new_pad.append((p, p))\n elif isinstance(p, tuple) and len(p) == 2:\n new_pad.append(p)\n else:\n break\n if len(new_pad) == rank:\n return new_pad\n raise ValueError(\n f'Invalid padding format: {padding}, should be str, int,'\n f' or a sequence of len {rank} where each element is an'\n ' int or pair of ints.'\n )\n\n\ndef _conv_dimension_numbers(input_shape):\n """"""Computes the dimension numbers based on the input shape.""""""\n ndim = len(input_shape)\n lhs_spec = (0, ndim - 1) + tuple(range(1, ndim - 1))\n rhs_spec = (ndim - 1, ndim - 2) + tuple(range(0, ndim - 2))\n out_spec = lhs_spec\n return lax.ConvDimensionNumbers(lhs_spec, rhs_spec, out_spec)\n\n\ndef _normalize_axes(axes: tuple[int, ...], ndim: int) -> tuple[int, ...]:\n # A tuple by convention. len(axes_tuple) then also gives the rank efficiently.\n return tuple(sorted(ax if ax >= 0 else ndim + ax for ax in axes))\n\n\ndef _canonicalize_tuple(x: tp.Sequence[int] | int) -> tuple[int, ...]:\n if isinstance(x, tp.Iterable):\n return tuple(x)\n else:\n return (x,)\n\n\nclass LinearGeneral(Module):\n """"""A linear transformation with flexible axes.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n ...\n >>> # equivalent to `nnx.Linear(2, 4)`\n >>> layer = nnx.LinearGeneral(2, 4, rngs=nnx.Rngs(0))\n >>> layer.kernel.value.shape\n (2, 4)\n >>> # output features (4, 5)\n >>> layer = nnx.LinearGeneral(2, (4, 5), rngs=nnx.Rngs(0))\n >>> layer.kernel.value.shape\n (2, 4, 5)\n >>> layer.bias.value.shape\n (4, 5)\n >>> # apply transformation on the the second and last axes\n >>> layer = nnx.LinearGeneral((2, 3), (4, 5), axis=(1, -1), rngs=nnx.Rngs(0))\n >>> layer.kernel.value.shape\n (2, 3, 4, 5)\n >>> layer.bias.value.shape\n (4, 5)\n >>> y = layer(jnp.ones((16, 2, 3)))\n >>> y.shape\n (16, 4, 5)\n\n Args:\n in_features: int or tuple with number of input features.\n out_features: int or tuple with number of output features.\n axis: int or tuple with axes to apply the transformation on. For instance,\n (-2, -1) will apply the transformation to the last two axes.\n batch_axis: mapping of batch axis indices to axis size.\n use_bias: whether to add a bias to the output (default: True).\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n kernel_init: initializer function for the weight matrix.\n bias_init: initializer function for the bias.\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n rngs: rng key.\n """"""\n\n __data__ = ('kernel', 'bias')\n\n def __init__(\n self,\n in_features: Size | tp.Sequence[Size],\n out_features: Size | tp.Sequence[Size],\n *,\n axis: Axis | tp.Sequence[Axis] = -1,\n batch_axis: tp.Mapping[Axis, Size] = FrozenDict({}),\n use_bias: bool = True,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n kernel_init: Initializer = default_kernel_init,\n bias_init: Initializer = default_bias_init,\n precision: PrecisionLike = None,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n # Deprecated. Will be removed.\n dot_general: DotGeneralT | None = None,\n dot_general_cls: tp.Any = None,\n rngs: rnglib.Rngs,\n ):\n self.in_features = _canonicalize_tuple(in_features)\n self.out_features = _canonicalize_tuple(out_features)\n self.axis = _canonicalize_tuple(axis)\n self.batch_axis = FrozenDict[Axis, Size](batch_axis)\n self.use_bias = use_bias\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.kernel_init = kernel_init\n self.bias_init = bias_init\n self.precision = precision\n self.dot_general = dot_general\n self.dot_general_cls = dot_general_cls\n self.promote_dtype = promote_dtype\n\n if len(self.in_features) != len(self.axis):\n raise ValueError(\n 'in_features and axis must have the same length. '\n f'Got {self.in_features} and {self.axis}.'\n )\n\n if batch_axis:\n batch_dims = tuple(batch_axis.keys())\n max_dim = np.max(batch_dims)\n if set(batch_dims) != set(range(max_dim + 1)):\n raise ValueError(\n 'batch_dims %s must be consecutive leading '\n 'dimensions starting from 0.' % str(batch_dims)\n )\n\n n_batch_axis = len(self.batch_axis)\n n_in_features = len(self.in_features)\n n_out_features = len(self.out_features)\n\n def kernel_init_wrap(rng, shape, dtype):\n flat_shape = (\n np.prod(shape[:n_batch_axis])\n * np.prod(shape[n_batch_axis : n_in_features + n_batch_axis]),\n np.prod(shape[-n_out_features:]),\n )\n flat_shape = jax.tree.map(int, flat_shape)\n kernel = self.kernel_init(rng, flat_shape, dtype)\n if isinstance(kernel, variablelib.VariableMetadata):\n kernel.raw_value = jnp.reshape(kernel.raw_value, shape)\n else:\n kernel = jnp.reshape(kernel, shape)\n\n return kernel\n\n batch_shape = tuple(self.batch_axis.values())\n kernel_shape = (\n *batch_shape,\n *self.in_features,\n *self.out_features,\n )\n self.kernel = nnx.Param(\n kernel_init_wrap(rngs.params(), kernel_shape, self.param_dtype)\n )\n\n self.bias: nnx.Param[jax.Array] | None\n if self.use_bias:\n\n def bias_init_wrap(rng, shape, dtype):\n flat_shape = (int(np.prod(shape)),)\n bias = self.bias_init(rng, flat_shape, dtype)\n if isinstance(bias, variablelib.VariableMetadata):\n bias.raw_value = jnp.reshape(bias.raw_value, shape)\n else:\n bias = jnp.reshape(bias, shape)\n return bias\n\n bias_shape = (*batch_shape, *self.out_features)\n self.bias = nnx.Param(\n bias_init_wrap(rngs.params(), bias_shape, self.param_dtype)\n )\n else:\n self.bias = None\n\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a linear transformation to the inputs along multiple dimensions.\n\n Args:\n inputs: The nd-array to be transformed.\n\n Returns:\n The transformed input.\n """"""\n\n ndim = inputs.ndim\n n_batch_dims = len(self.batch_axis)\n axis = _normalize_axes(self.axis, ndim)\n batch_axis = _normalize_axes(tuple(self.batch_axis.keys()), ndim)\n n_axis = len(axis)\n\n # batch and non-contracting dims of input with 1s for batch dims.\n expanded_batch_shape = tuple(\n inputs.shape[ax] if ax in batch_axis else 1\n for ax in range(inputs.ndim)\n if ax not in axis\n )\n kernel = self.kernel.value\n bias = self.bias.value if self.bias is not None else None\n\n batch_ind = tuple(range(n_batch_dims))\n contract_ind = tuple(range(n_batch_dims, n_axis + n_batch_dims))\n\n inputs, kernel, bias = self.promote_dtype(\n (inputs, kernel, bias), dtype=self.dtype\n )\n\n if self.dot_general_cls is not None:\n dot_general = self.dot_general_cls()\n elif self.dot_general is not None:\n dot_general = self.dot_general\n else:\n dot_general = lax.dot_general\n out = dot_general(\n inputs,\n kernel,\n ((axis, contract_ind), (batch_axis, batch_ind)),\n precision=self.precision,\n )\n # dot_general output has shape [batch_dims/group_dims] + [feature_dims]\n if bias is not None:\n # expand bias shape to broadcast bias over batch dims.\n bias = jnp.reshape(bias, (*expanded_batch_shape, *self.out_features))\n out += bias\n return out\n\n\nclass Linear(Module):\n """"""A linear transformation applied over the last dimension of the input.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax, jax.numpy as jnp\n\n >>> layer = nnx.Linear(in_features=3, out_features=4, rngs=nnx.Rngs(0))\n >>> jax.tree.map(jnp.shape, nnx.state(layer))\n State({\n 'bias': VariableState(\n type=Param,\n value=(4,)\n ),\n 'kernel': VariableState(\n type=Param,\n value=(3, 4)\n )\n })\n\n Args:\n in_features: the number of input features.\n out_features: the number of output features.\n use_bias: whether to add a bias to the output (default: True).\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer function for the weight matrix.\n bias_init: initializer function for the bias.\n dot_general: dot product function.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n rngs: rng key.\n """"""\n\n __data__ = ('kernel', 'bias')\n\n def __init__(\n self,\n in_features: int,\n out_features: int,\n *,\n use_bias: bool = True,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n bias_init: Initializer = default_bias_init,\n dot_general: DotGeneralT = lax.dot_general,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n rngs: rnglib.Rngs,\n ):\n kernel_key = rngs.params()\n self.kernel = nnx.Param(\n kernel_init(kernel_key, (in_features, out_features), param_dtype)\n )\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n bias_key = rngs.params()\n self.bias = nnx.Param(bias_init(bias_key, (out_features,), param_dtype))\n else:\n self.bias = None\n\n self.in_features = in_features\n self.out_features = out_features\n self.use_bias = use_bias\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.precision = precision\n self.kernel_init = kernel_init\n self.bias_init = bias_init\n self.dot_general = dot_general\n self.promote_dtype = promote_dtype\n\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a linear transformation to the inputs along the last dimension.\n\n Args:\n inputs: The nd-array to be transformed.\n\n Returns:\n The transformed input.\n """"""\n kernel = self.kernel.value\n bias = self.bias.value if self.bias is not None else None\n\n inputs, kernel, bias = self.promote_dtype(\n (inputs, kernel, bias), dtype=self.dtype\n )\n y = self.dot_general(\n inputs,\n kernel,\n (((inputs.ndim - 1,), (0,)), ((), ())),\n precision=self.precision,\n )\n assert self.use_bias == (bias is not None)\n if bias is not None:\n y += jnp.reshape(bias, (1,) * (y.ndim - 1) + (-1,))\n return y\n\n\nclass Einsum(Module):\n """"""An einsum transformation with learnable kernel and bias.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n ...\n >>> layer = nnx.Einsum('nta,hab->nthb', (8, 2, 4), (8, 4), rngs=nnx.Rngs(0))\n >>> layer.kernel.value.shape\n (8, 2, 4)\n >>> layer.bias.value.shape\n (8, 4)\n >>> y = layer(jnp.ones((16, 11, 2)))\n >>> y.shape\n (16, 11, 8, 4)\n\n Args:\n einsum_str: a string to denote the einsum equation. The equation must\n have exactly two operands, the lhs being the input passed in, and\n the rhs being the learnable kernel. Exactly one of ``einsum_str``\n in the constructor argument and call argument must be not None,\n while the other must be None.\n kernel_shape: the shape of the kernel.\n bias_shape: the shape of the bias. If this is None, a bias won't be used.\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer function for the weight matrix.\n bias_init: initializer function for the bias.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n einsum_op: An injectable alternative of `jnp.einsum` to do the computation.\n Should support same signature as `jnp.einsum`.\n rngs: rng key.\n """"""\n\n __data__ = ('kernel', 'bias')\n\n def __init__(\n self,\n einsum_str: str,\n kernel_shape: Shape,\n bias_shape: tp.Optional[Shape] = None,\n *,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n bias_init: Initializer = default_bias_init,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n einsum_op: EinsumT = jnp.einsum,\n rngs: rnglib.Rngs,\n ):\n einsum_str = einsum_str.replace(' ', '')\n self._einsum_str_check(einsum_str)\n\n kernel_key = rngs.params()\n self.kernel = nnx.Param(kernel_init(kernel_key, kernel_shape, param_dtype))\n\n self.bias: nnx.Param | None\n if bias_shape is not None:\n bias_key = rngs.params()\n self.bias = nnx.Param(bias_init(bias_key, bias_shape, param_dtype))\n else:\n self.bias = None\n\n self.einsum_str = einsum_str\n self.kernel_shape = kernel_shape\n self.bias_shape = bias_shape\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.precision = precision\n self.kernel_init = kernel_init\n self.bias_init = bias_init\n self.promote_dtype = promote_dtype\n self.einsum_op = einsum_op\n\n def __call__(\n self, inputs: Array, einsum_str: tp.Optional[str] = None\n ) -> Array:\n """"""Applies a linear transformation to the inputs along the last dimension.\n\n Args:\n inputs: The nd-array to be transformed.\n einsum_str: a string to denote the einsum equation. The equation must\n have exactly two operands, the lhs being the input passed in, and\n the rhs being the learnable kernel. Exactly one of ``einsum_str``\n in the constructor argument and call argument must be not None,\n while the other must be None.\n\n Returns:\n The transformed input.\n """"""\n einsum_str = first_from(\n einsum_str,\n self.einsum_str,\n error_msg=""""""No `einsum_str` argument was provided to Einsum\n as either a __call__ argument, or class attribute."""""",\n )\n einsum_str = einsum_str.replace(' ', '')\n self._einsum_str_check(einsum_str)\n\n inputs, kernel, bias = self.promote_dtype(\n (\n inputs,\n self.kernel.value,\n self.bias.value if self.bias is not None else self.bias,\n ),\n dtype=self.dtype,\n )\n\n y = self.einsum_op(einsum_str, inputs, kernel, precision=self.precision)\n\n if bias is not None:\n broadcasted_bias_shape = self._infer_broadcasted_bias_shape(\n einsum_str, inputs, kernel\n )\n y += jnp.reshape(bias, broadcasted_bias_shape)\n return y\n\n def _infer_broadcasted_bias_shape(\n self, einsum_str: str, lhs: Array, rhs: Array\n ):\n """"""Infer the broadcasted bias shape given the ``einsum_str``, ``lhs``\n and ``rhs`` arrays. This is needed reshaping the bias and it to the\n output during forward inference.\n\n This function first replaces all ellipses with actual letter characters,\n then computes the broadcasted bias shape by checking to see which axes in\n the rhs array remain in the resulting array after einsumming. These axes\n are the embedding/feature dimensions, and all other axes in rhs are\n reduction axes.\n """"""\n # More details on the parsing function: https://github.com/dgasmith/opt_einsum/blob/c826bb7df16f470a69f7bf90598fc27586209d11/opt_einsum/parser.py#L246\n # returns the einsum string representation of the operands and result, with\n # ellipsis replaced by actual letter characters\n operands_str, result_str, _ = opt_einsum.parser.parse_einsum_input(\n (einsum_str, lhs, rhs)\n )\n\n # rhs_dict is a dict{character:index} mapping that maps every character in\n # the rhs einsum string representation to its corresponding index position in the string\n rhs_dict = {c: i for i, c in enumerate(operands_str.split(',')[1])}\n assert len(rhs_dict) == len(self.kernel_shape)\n\n broadcasted_bias_shape = [1] * len(result_str)\n for i, c in enumerate(result_str):\n if c in rhs_dict:\n broadcasted_bias_shape[i] = self.kernel_shape[rhs_dict[c]]\n\n return broadcasted_bias_shape\n\n def _einsum_str_check(self, einsum_str):\n if '->' not in einsum_str:\n raise ValueError(\n '`einsum_str` equation must be explicit and include ""->"".'\n )\n if einsum_str.count(',') != 1:\n raise ValueError(\n '`einsum_str` equation must have exactly two operands and '\n 'therefore, exactly one comma character, instead of '\n f'{einsum_str.count("","")}'\n )\n\n\nclass Conv(Module):\n """"""Convolution Module wrapping ``lax.conv_general_dilated``.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> rngs = nnx.Rngs(0)\n >>> x = jnp.ones((1, 8, 3))\n\n >>> # valid padding\n >>> layer = nnx.Conv(in_features=3, out_features=4, kernel_size=(3,),\n ... padding='VALID', rngs=rngs)\n >>> layer.kernel.value.shape\n (3, 3, 4)\n >>> layer.bias.value.shape\n (4,)\n >>> out = layer(x)\n >>> out.shape\n (1, 6, 4)\n\n >>> # circular padding with stride 2\n >>> layer = nnx.Conv(in_features=3, out_features=4, kernel_size=(3, 3),\n ... strides=2, padding='CIRCULAR', rngs=rngs)\n >>> layer.kernel.value.shape\n (3, 3, 3, 4)\n >>> layer.bias.value.shape\n (4,)\n >>> out = layer(x)\n >>> out.shape\n (1, 4, 4)\n\n >>> # apply lower triangle mask\n >>> mask = jnp.tril(jnp.ones((3, 3, 4)))\n >>> layer = nnx.Conv(in_features=3, out_features=4, kernel_size=(3,),\n ... mask=mask, padding='VALID', rngs=rngs)\n >>> out = layer(x)\n\n Args:\n in_features: int or tuple with number of input features.\n out_features: int or tuple with number of output features.\n kernel_size: shape of the convolutional kernel. For 1D convolution,\n the kernel size can be passed as an integer, which will be interpreted\n as a tuple of the single integer. For all other cases, it must be a\n sequence of integers.\n strides: an integer or a sequence of ``n`` integers, representing the\n inter-window strides (default: 1).\n padding: either the string ``'SAME'``, the string ``'VALID'``, the string\n ``'CIRCULAR'`` (periodic boundary conditions), the string `'REFLECT'`\n (reflection across the padding boundary), or a sequence of ``n``\n ``(low, high)`` integer pairs that give the padding to apply before and after each\n spatial dimension. A single int is interpeted as applying the same padding\n in all dims and passign a single int in a sequence causes the same padding\n to be used on both sides. ``'CAUSAL'`` padding for a 1D convolution will\n left-pad the convolution axis, resulting in same-sized output.\n input_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of ``inputs``\n (default: 1). Convolution with input dilation ``d`` is equivalent to\n transposed convolution with stride ``d``.\n kernel_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of the convolution\n kernel (default: 1). Convolution with kernel dilation\n is also known as 'atrous convolution'.\n feature_group_count: integer, default 1. If specified divides the input\n features into groups.\n use_bias: whether to add a bias to the output (default: True).\n mask: Optional mask for the weights during masked convolution. The mask must\n be the same shape as the convolution weight matrix.\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the convolutional kernel.\n bias_init: initializer for the bias.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n rngs: rng key.\n """"""\n\n __data__ = ('kernel', 'bias', 'mask')\n\n def __init__(\n self,\n in_features: int,\n out_features: int,\n kernel_size: int | tp.Sequence[int],\n strides: tp.Union[None, int, tp.Sequence[int]] = 1,\n *,\n padding: PaddingLike = 'SAME',\n input_dilation: tp.Union[None, int, tp.Sequence[int]] = 1,\n kernel_dilation: tp.Union[None, int, tp.Sequence[int]] = 1,\n feature_group_count: int = 1,\n use_bias: bool = True,\n mask: tp.Optional[Array] = None,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n precision: PrecisionLike = None,\n kernel_init: Initializer = default_kernel_init,\n bias_init: Initializer = default_bias_init,\n conv_general_dilated: ConvGeneralDilatedT = lax.conv_general_dilated,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n rngs: rnglib.Rngs,\n ):\n if isinstance(kernel_size, int):\n kernel_size = (kernel_size,)\n else:\n kernel_size = tuple(kernel_size)\n\n kernel_shape = kernel_size + (\n in_features // feature_group_count,\n out_features,\n )\n kernel_key = rngs.params()\n self.kernel_shape = kernel_shape\n self.kernel = nnx.Param(kernel_init(kernel_key, kernel_shape, param_dtype))\n\n self.bias: nnx.Param[jax.Array] | None\n if use_bias:\n bias_shape = (out_features,)\n bias_key = rngs.params()\n self.bias = nnx.Param(bias_init(bias_key, bias_shape, param_dtype))\n else:\n self.bias = None\n\n self.in_features = in_features\n self.out_features = out_features\n self.kernel_size = kernel_size\n self.strides = strides\n self.padding = padding\n self.input_dilation = input_dilation\n self.kernel_dilation = kernel_dilation\n self.feature_group_count = feature_group_count\n self.use_bias = use_bias\n self.mask = mask\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.precision = precision\n self.kernel_init = kernel_init\n self.bias_init = bias_init\n self.conv_general_dilated = conv_general_dilated\n self.promote_dtype = promote_dtype\n\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a (potentially unshared) convolution to the inputs.\n\n Args:\n inputs: input data with dimensions ``(*batch_dims, spatial_dims..., features)``.\n This is the channels-last convention, i.e. NHWC for a 2d convolution and\n NDHWC for a 3D convolution. Note: this is different from the input convention\n used by ``lax.conv_general_dilated``, which puts the spatial dimensions last.\n Note: If the input has more than 1 batch dimension, all batch dimensions\n are flattened into a single dimension for the convolution and restored\n before returning. In some cases directly vmap'ing the layer may yield\n better performance than this default flattening approach. If the input\n lacks a batch dimension it will be added for the convolution and removed\n n return, an allowance made to enable writing single-example code.\n\n Returns:\n The convolved data.\n """"""\n\n assert isinstance(self.kernel_size, tuple)\n kernel_size = self.kernel_size\n\n def maybe_broadcast(\n x: tp.Optional[tp.Union[int, tp.Sequence[int]]],\n ) -> tuple[int, ...]:\n if x is None:\n # backward compatibility with using None as sentinel for\n # broadcast 1\n x = 1\n if isinstance(x, int):\n return (x,) * len(kernel_size)\n return tuple(x)\n\n # Combine all input batch dimensions into a single leading batch axis.\n num_batch_dimensions = inputs.ndim - (len(kernel_size) + 1)\n if num_batch_dimensions != 1:\n input_batch_shape = inputs.shape[:num_batch_dimensions]\n total_batch_size = int(np.prod(input_batch_shape))\n flat_input_shape = (total_batch_size,) + inputs.shape[\n num_batch_dimensions:\n ]\n inputs = jnp.reshape(inputs, flat_input_shape)\n\n # self.strides or (1,) * (inputs.ndim - 2)\n strides = maybe_broadcast(self.strides)\n input_dilation = maybe_broadcast(self.input_dilation)\n kernel_dilation = maybe_broadcast(self.kernel_dilation)\n\n padding_lax = canonicalize_padding(self.padding, len(kernel_size))\n if padding_lax in ('CIRCULAR', 'REFLECT'):\n assert isinstance(padding_lax, str)\n kernel_size_dilated = [\n (k - 1) * d + 1 for k, d in zip(kernel_size, kernel_dilation)\n ]\n zero_pad: tp.List[tuple[int, int]] = [(0, 0)]\n pads = (\n zero_pad\n + [((k - 1) // 2, k // 2) for k in kernel_size_dilated]\n + [(0, 0)]\n )\n padding_mode = {'CIRCULAR': 'wrap', 'REFLECT': 'reflect'}[padding_lax]\n inputs = jnp.pad(inputs, pads, mode=padding_mode)\n padding_lax = 'VALID'\n elif padding_lax == 'CAUSAL':\n if len(kernel_size) != 1:\n raise ValueError(\n 'Causal padding is only implemented for 1D convolutions.'\n )\n left_pad = kernel_dilation[0] * (kernel_size[0] - 1)\n pads = [(0, 0), (left_pad, 0), (0, 0)]\n inputs = jnp.pad(inputs, pads)\n padding_lax = 'VALID'\n\n dimension_numbers = _conv_dimension_numbers(inputs.shape)\n\n # One shared convolutional kernel for all pixels in the output.\n assert self.in_features % self.feature_group_count == 0\n\n if self.mask is not None and self.mask.shape != self.kernel_shape:\n raise ValueError(\n 'Mask needs to have the same shape as weights. '\n f'Shapes are: {self.mask.shape}, {self.kernel_shape}'\n )\n\n kernel = self.kernel.value\n\n if self.mask is not None:\n kernel *= self.mask\n\n bias = self.bias.value if self.bias is not None else None\n\n inputs, kernel, bias = self.promote_dtype(\n (inputs, kernel, bias), dtype=self.dtype\n )\n\n y = self.conv_general_dilated(\n inputs,\n kernel,\n strides,\n padding_lax,\n lhs_dilation=input_dilation,\n rhs_dilation=kernel_dilation,\n dimension_numbers=dimension_numbers,\n feature_group_count=self.feature_group_count,\n precision=self.precision,\n )\n\n if self.use_bias:\n bias = bias.reshape((1,) * (y.ndim - bias.ndim) + bias.shape) # type: ignore\n y += bias\n\n if num_batch_dimensions != 1:\n output_shape = input_batch_shape + y.shape[1:]\n y = jnp.reshape(y, output_shape)\n return y\n\n\nclass ConvTranspose(Module):\n """"""Convolution Module wrapping ``lax.conv_transpose``.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> rngs = nnx.Rngs(0)\n >>> x = jnp.ones((1, 8, 3))\n\n >>> # valid padding\n >>> layer = nnx.ConvTranspose(in_features=3, out_features=4, kernel_size=(3,),\n ... padding='VALID', rngs=rngs)\n >>> layer.kernel.value.shape\n (3, 3, 4)\n >>> layer.bias.value.shape\n (4,)\n >>> out = layer(x)\n >>> out.shape\n (1, 10, 4)\n\n >>> # circular padding with stride 2\n >>> layer = nnx.ConvTranspose(in_features=3, out_features=4, kernel_size=(6, 6),\n ... strides=(2, 2), padding='CIRCULAR',\n ... transpose_kernel=True, rngs=rngs)\n >>> layer.kernel.value.shape\n (6, 6, 4, 3)\n >>> layer.bias.value.shape\n (4,)\n >>> out = layer(jnp.ones((1, 15, 15, 3)))\n >>> out.shape\n (1, 30, 30, 4)\n\n >>> # apply lower triangle mask\n >>> mask = jnp.tril(jnp.ones((3, 3, 4)))\n >>> layer = nnx.Conv(in_features=3, out_features=4, kernel_size=(3,),\n ... mask=mask, padding='VALID', rngs=rngs)\n >>> out = layer(x)\n\n Args:\n in_features: int or tuple with number of input features.\n out_features: int or tuple with number of output features.\n kernel_size: shape of the convolutional kernel. For 1D convolution,\n the kernel size can be passed as an integer, which will be interpreted\n as a tuple of the single integer. For all other cases, it must be a\n sequence of integers.\n strides: an integer or a sequence of ``n`` integers, representing the\n inter-window strides (default: 1).\n padding: either the string ``'SAME'``, the string ``'VALID'``, the string\n ``'CIRCULAR'`` (periodic boundary conditions), or a sequence of ``n``\n ``(low, high)`` integer pairs that give the padding to apply before and after each\n spatial dimension. A single int is interpeted as applying the same padding\n in all dims and passign a single int in a sequence causes the same padding\n to be used on both sides. ``'CAUSAL'`` padding for a 1D convolution will\n left-pad the convolution axis, resulting in same-sized output.\n kernel_dilation: an integer or a sequence of ``n`` integers, giving the\n dilation factor to apply in each spatial dimension of the convolution\n kernel (default: 1). Convolution with kernel dilation\n is also known as 'atrous convolution'.\n use_bias: whether to add a bias to the output (default: True).\n mask: Optional mask for the weights during masked convolution. The mask must\n be the same shape as the convolution weight matrix.\n dtype: the dtype of the computation (default: infer from input and params).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n precision: numerical precision of the computation see ``jax.lax.Precision``\n for details.\n kernel_init: initializer for the convolutional kernel.\n bias_init: initializer for the bias.\n transpose_kernel: if ``True`` flips spatial axes and swaps the input/output\n channel axes of the kernel.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(inputs, kernel, bias)``\n and a ``dtype`` keyword argument, and return a tuple of arrays with the\n promoted dtype.\n rngs: rng key.\n """"""\n\n __data__ = ('kernel', 'bias', 'mask')\n\n def __init__(\n self,\n in_features: int,\n out_features: int,\n kernel_size: int | tp.Sequence[int],\n strides: int | tp.Sequence[int] | None = None,\n *,\n padding: PaddingLike = 'SAME',\n kernel_dilation: int | tp.Sequence[int] | None = None,\n use_bias: bool = True,\n mask: Array | None = None,\n dtype: Dtype | None = None,\n param_dtype: Dtype = jnp.float32,\n precision: PrecisionLike | None = None,\n kernel_init: Initializer = default_kernel_init,\n bias_init: Initializer = default_bias_init,\n transpose_kernel: bool = False,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n rngs: rnglib.Rngs,\n ):\n if isinstance(kernel_size, int):\n kernel_size = (kernel_size,)\n else:\n kernel_size = tuple(kernel_size)\n\n self.kernel_size = kernel_size\n self.in_features = in_features\n self.out_features = out_features\n self.strides = strides\n self.padding = padding\n self.kernel_dilation = kernel_dilation\n self.use_bias = use_bias\n self.mask = mask\n self.dtype = dtype\n self.param_dtype = param_dtype\n self.precision = precision\n self.kernel_init = kernel_init\n self.bias_init = bias_init\n self.transpose_kernel = transpose_kernel\n self.promote_dtype = promote_dtype\n\n if self.transpose_kernel:\n kernel_shape = kernel_size + (self.out_features, in_features)\n else:\n kernel_shape = kernel_size + (in_features, self.out_features)\n\n self.kernel_shape = kernel_shape\n self.kernel = nnx.Param(\n self.kernel_init(rngs.params(), kernel_shape, self.param_dtype)\n )\n\n self.bias: nnx.Param | None\n if self.use_bias:\n self.bias = nnx.Param(\n self.bias_init(rngs.params(), (self.out_features,), self.param_dtype)\n )\n else:\n self.bias = None\n\n def __call__(self, inputs: Array) -> Array:\n """"""Applies a transposed convolution to the inputs.\n\n Behaviour mirrors of ``jax.lax.conv_transpose``.\n\n Args:\n inputs: input data with dimensions ``(*batch_dims, spatial_dims..., features).\n This is the channels-last convention, i.e. NHWC for a 2d convolution and NDHWC\n for a 3D convolution. Note: this is different from the input convention used by\n ``lax.conv_general_dilated``, which puts the spatial dimensions last.\n Note: If the input has more than 1 batch dimension, all batch dimensions\n are flattened into a single dimension for the convolution and restored\n before returning. In some cases directly vmap'ing the layer may yield\n better performance than this default flattening approach. If the input\n lacks a batch dimension it will be added for the convolution and removed\n n return, an allowance made to enable writing single-example code.\n\n Returns:\n The convolved data.\n """"""\n kernel_size = self.kernel_size\n\n def maybe_broadcast(\n x: tp.Optional[tp.Union[int, tp.Sequence[int]]],\n ) -> tuple[int, ...]:\n if x is None:\n # backward compatibility with using None as sentinel for\n # broadcast 1\n x = 1\n if isinstance(x, int):\n return (x,) * len(kernel_size)\n return tuple(x)\n\n # Combine all input batch dimensions into a single leading batch axis.\n num_batch_dimensions = inputs.ndim - (len(kernel_size) + 1)\n if num_batch_dimensions != 1:\n input_batch_shape = inputs.shape[:num_batch_dimensions]\n total_batch_size = int(np.prod(input_batch_shape))\n flat_input_shape = (total_batch_size,) + inputs.shape[\n num_batch_dimensions:\n ]\n inputs = jnp.reshape(inputs, flat_input_shape)\n\n strides = maybe_broadcast(self.strides)\n kernel_dilation = maybe_broadcast(self.kernel_dilation)\n\n kernel_shape = self.kernel_shape\n\n if self.mask is not None and self.mask.shape != kernel_shape:\n raise ValueError(\n 'Mask needs to have the same shape as weights. '\n f'Shapes are: {self.mask.shape}, {kernel_shape}'\n )\n\n kernel = self.kernel.value\n\n if self.mask is not None:\n kernel *= self.mask\n\n padding_lax = canonicalize_padding(self.padding, len(kernel_size))\n if padding_lax == 'CIRCULAR':\n padding_lax = 'VALID'\n\n bias = self.bias.value if self.bias is not None else None\n\n inputs, kernel, bias = self.promote_dtype(\n (inputs, kernel, bias), dtype=self.dtype\n )\n\n y = lax.conv_transpose(\n inputs,\n kernel,\n strides,\n padding_lax,\n rhs_dilation=kernel_dilation,\n transpose_kernel=self.transpose_kernel,\n precision=self.precision,\n )\n\n if self.padding == 'CIRCULAR':\n # For circular padding, we need to identify the size of the final output\n # (""period"") along each spatial dimension, pad each dimension to an\n # integer number of periods, and wrap the array periodically around each\n # dimension. Padding should be done in such a way that the start of the\n # original input data inside the padded array is located at integer\n # number of periods - otherwise the result would be circularly shifted.\n\n # Compute period along each spatial dimension - it's input size scaled\n # by the stride.\n scaled_x_dims = [\n x_dim * stride\n for x_dim, stride in zip(jnp.shape(inputs)[1:-1], strides)\n ]\n # Compute difference between the current size of y and the final output\n # size, and complement this difference to 2 * period - that gives how\n # much we need to pad.\n size_diffs = [\n -(y_dim - x_dim) % (2 * x_dim)\n for y_dim, x_dim in zip(y.shape[1:-1], scaled_x_dims)\n ]\n if self.transpose_kernel:\n # If the kernel is transposed, the ""+1"" is put on the right to\n # mirror the regular convolution. If the same kernel parameters are used\n # as for Conv, this layer then computes the proper transpose convolution.\n total_pad = [\n (size_diff // 2, (size_diff + 1) // 2) for size_diff in size_diffs\n ]\n else:\n # Divide the padding equally between left and right. The choice to put\n # ""+1"" on the left (and not on the right) represents a convention for\n # aligning even-sized kernels.\n total_pad = [\n ((size_diff + 1) // 2, size_diff // 2) for size_diff in size_diffs\n ]\n y = jnp.pad(y, [(0, 0)] + total_pad + [(0, 0)])\n # Wrap the result periodically around each spatial dimension,\n # one by one.\n for i in range(1, y.ndim - 1):\n y = y.reshape(\n y.shape[:i] + (-1, scaled_x_dims[i - 1]) + y.shape[i + 1 :]\n )\n y = y.sum(axis=i)\n\n if self.use_bias:\n y += jnp.reshape(bias, (1,) * (y.ndim - 1) + (-1,)) # type: ignore\n\n if num_batch_dimensions != 1:\n output_shape = input_batch_shape + y.shape[1:]\n y = jnp.reshape(y, output_shape)\n\n return y\n\n\ndefault_embed_init = initializers.variance_scaling(\n 1.0, 'fan_in', 'normal', out_axis=0\n)\n\n\nclass Embed(Module):\n """"""Embedding Module.\n\n Example usage::\n\n >>> from flax import nnx\n >>> import jax.numpy as jnp\n\n >>> layer = nnx.Embed(num_embeddings=5, features=3, rngs=nnx.Rngs(0))\n >>> nnx.state(layer)\n State({\n 'embedding': VariableState( # 15 (60 B)\n type=Param,\n value=Array([[ 0.57966787, -0.523274 , -0.43195742],\n [-0.676289 , -0.50300646, 0.33996582],\n [ 0.41796115, -0.59212935, 0.95934135],\n [-1.0917838 , -0.7441663 , 0.07713798],\n [-0.66570747, 0.13815777, 1.007365 ]], dtype=float32)\n )\n })\n >>> # get the first three and last three embeddings\n >>> indices_input = jnp.array([[0, 1, 2], [-1, -2, -3]])\n >>> layer(indices_input)\n Array([[[ 0.57966787, -0.523274 , -0.43195742],\n [-0.676289 , -0.50300646, 0.33996582],\n [ 0.41796115, -0.59212935, 0.95934135]],\n \n [[-0.66570747, 0.13815777, 1.007365 ],\n [-1.0917838 , -0.7441663 , 0.07713798],\n [ 0.41796115, -0.59212935, 0.95934135]]], dtype=float32)\n\n A parameterized function from integers [0, ``num_embeddings``) to\n ``features``-dimensional vectors. This ``Module`` will create an ``embedding``\n matrix with shape ``(num_embeddings, features)``. When calling this layer,\n the input values will be used to 0-index into the ``embedding`` matrix.\n Indexing on a value greater than or equal to ``num_embeddings`` will result\n in ``nan`` values. When ``num_embeddings`` equals to 1, it will\n broadcast the ``embedding`` matrix to input shape with ``features``\n dimension appended.\n\n Args:\n num_embeddings: number of embeddings / vocab size.\n features: number of feature dimensions for each embedding.\n dtype: the dtype of the embedding vectors (default: same as embedding).\n param_dtype: the dtype passed to parameter initializers (default: float32).\n embedding_init: embedding initializer.\n promote_dtype: function to promote the dtype of the arrays to the desired\n dtype. The function should accept a tuple of ``(embedding,)`` during ``__call__``\n or ``(query, embedding)`` during ``attend``, and a ``dtype`` keyword argument,\n and return a tuple of arrays with the promoted dtype.\n rngs: rng key.\n """"""\n\n __data__ = ('embedding',)\n\n def __init__(\n self,\n num_embeddings: int,\n features: int,\n *,\n dtype: tp.Optional[Dtype] = None,\n param_dtype: Dtype = jnp.float32,\n embedding_init: Initializer = default_embed_init,\n promote_dtype: PromoteDtypeFn = dtypes.promote_dtype,\n rngs: rnglib.Rngs,\n ):\n self.embedding = nnx.Param(\n embedding_init(rngs.params(), (num_embeddings, features), param_dtype)\n )\n\n self.num_embeddings = num_embeddings\n self.features = features\n self.dtype = dtype or self.embedding.value.dtype\n self.param_dtype = param_dtype\n self.embedding_init = embedding_init\n self.promote_dtype = promote_dtype\n\n def __call__(self, inputs: Array) -> Array:\n """"""Embeds the inputs along the last dimension.\n\n Args:\n inputs: input data, all dimensions are considered batch dimensions.\n Values in the input array must be integers.\n\n Returns:\n Output which is embedded input data. The output shape follows the input,\n with an additional ``features`` dimension appended.\n """"""\n if not jnp.issubdtype(inputs.dtype, jnp.integer):\n raise ValueError('Input type must be an integer or unsigned integer.')\n # Use take because fancy indexing numpy arrays with JAX indices does not\n # work correctly.\n (embedding,) = self.promote_dtype(\n (self.embedding.value,), dtype=self.dtype, inexact=False\n )\n if self.num_embeddings == 1:\n return jnp.broadcast_to(embedding, inputs.shape + (self.features,))\n return jnp.take(embedding, inputs, axis=0)\n\n def attend(self, query: Array) -> Array:\n """"""Attend over the embedding using a query array.\n\n Args:\n query: array with last dimension equal the feature depth ``features`` of the\n embedding.\n\n Returns:\n An array with final dim ``num_embeddings`` corresponding to the batched\n inner-product of the array of query vectors against each embedding.\n Commonly used for weight-sharing between embeddings and logit transform\n in NLP models.\n """"""\n query, embedding = self.promote_dtype(\n (query, self.embedding.value), dtype=self.dtype\n )\n return jnp.dot(query, embedding.T)\n",python,tab +935,1076729,".venv/lib/python3.10/site-packages/flax/nnx/nn/linear.py",9375,0,"",python,selection_command +936,1079581,".venv/lib/python3.10/site-packages/flax/nnx/nn/linear.py",11025,0,"",python,selection_command +937,1142016,"train_dynamics.py",0,0,"",python,tab +938,1142017,"train_dynamics.py",6454,9,"nnx.Param",python,selection_command +939,1148005,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.dynamics = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +940,1148005,"models/dynamics.py",1460,9,"nnx.Param",python,selection_command +941,1149983,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nnx.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.action_in = nnx.Param(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (1, 1, 1, self.patch_token_dim)\n )\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.patch_up = nnx.Linear(\n self.patch_token_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.action_up = nnx.Linear(\n self.latent_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.decoder = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = video_recon.astype(jnp.float32)\n video_recon = nnx.sigmoid(video_recon)\n video_recon = video_recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(\n self.action_in.value, (B, T, 1, self.patch_token_dim)\n )\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +942,1149983,"models/lam.py",1631,9,"nnx.Param",python,selection_command +943,1151742,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\n\nfrom flax import nnx\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nnx.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n def __init__(self, d_model: int, max_len: int = 5000):\n self.d_model = d_model\n self.max_len = max_len\n\n pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n pe = pe.at[:, 0::2].set(jnp.sin(position * div_term))\n pe = pe.at[:, 1::2].set(jnp.cos(position * div_term))\n self.pe = nnx.Variable(pe)\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nnx.Module):\n def __init__(\n self,\n dim: int,\n ffn_dim: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.dim = dim\n self.ffn_dim = ffn_dim\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.spatial_pos_enc = PositionalEncoding(self.dim)\n self.spatial_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.spatial_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=False\n ),\n rngs=rngs,\n # FIXME (f.srambical): Propagate this up and change during sampling\n decode=False,\n )\n\n self.temporal_pos_enc = PositionalEncoding(self.dim)\n self.temporal_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.temporal_attention = nnx.MultiHeadAttention(\n num_heads=self.num_heads,\n in_features=self.dim,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(\n self.use_flash_attention, is_causal=True\n ),\n rngs=rngs,\n decode=False,\n )\n\n self.ffn_norm = nnx.LayerNorm(\n num_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense1 = nnx.Linear(\n in_features=self.dim,\n out_features=self.ffn_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.ffn_dense2 = nnx.Linear(\n in_features=self.ffn_dim,\n out_features=self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n @nnx.remat\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = self.spatial_pos_enc(x)\n z = self.spatial_norm(z)\n z = self.spatial_attention(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = self.temporal_pos_enc(x)\n z = self.temporal_norm(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = self.temporal_attention(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = self.ffn_norm(x)\n z = self.ffn_dense1(z)\n z = jax.nn.gelu(z)\n z = self.ffn_dense2(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nnx.Module):\n def __init__(\n self,\n input_dim: int,\n model_dim: int,\n ffn_dim: int,\n out_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.input_dim = input_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.out_dim = out_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.input_norm1 = nnx.LayerNorm(\n num_features=self.input_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_dense = nnx.Linear(\n in_features=self.input_dim,\n out_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n self.input_norm2 = nnx.LayerNorm(\n num_features=self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n self.blocks = []\n for _ in range(self.num_blocks):\n self.blocks.append(\n STBlock(\n dim=self.model_dim,\n ffn_dim=self.ffn_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n )\n\n self.output_dense = nnx.Linear(\n in_features=self.model_dim,\n out_features=self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(self, x: jax.Array) -> jax.Array:\n x = self.input_norm1(x)\n x = self.input_dense(x)\n x = self.input_norm2(x)\n\n for block in self.blocks:\n x = block(x)\n\n x = self.output_dense(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nnx.Module):\n def __init__(\n self, latent_dim: int, num_latents: int, dropout: float, rngs: nnx.Rngs\n ):\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.dropout = dropout\n\n self.codebook = nnx.Param(\n normalize(\n nnx.initializers.lecun_uniform()(\n rngs.params(), (self.num_latents, self.latent_dim)\n )\n )\n )\n self.drop = nnx.Dropout(self.dropout, rngs=rngs)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n normalized_codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, normalized_codebook.T)\n if training:\n distance = self.drop(distance)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n\n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = ""cudnn"" if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, ""... l h d -> (...) l h d"")\n\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(\n mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False\n )\n return jnp.logical_and(attention_mask, expanded_mask)\n\n original_shape = query.shape\n original_seq_len = query.shape[-3]\n\n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n\n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = (\n _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n )\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n\n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n\n # NOTE: jax.nn.dot_product_attention does not support dropout\n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n\n return attention_fn\n",python,tab +944,1151742,"utils/nn.py",6891,9,"nnx.Param",python,selection_command +945,1153151,"utils/nn.py",7077,0,"",python,selection_mouse +946,1153153,"utils/nn.py",7076,0,"",python,selection_command +947,1154096,"models/lam.py",0,0,"",python,tab +948,1154692,"models/dynamics.py",0,0,"",python,tab +949,1155068,"train_dynamics.py",0,0,"",python,tab +950,1155761,".venv/lib/python3.10/site-packages/flax/nnx/nn/linear.py",0,0,"",python,tab +951,1158856,"test.ipynb",0,0,"",python,tab +952,1704815,".venv/lib/python3.10/site-packages/flax/nnx/nn/linear.py",0,0,"",python,tab +953,1715953,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +954,1722499,"train_dynamics.py",0,0,"",python,tab +955,1723329,"train_dynamics.py",6463,0,"",python,selection_command +956,1724296,"train_dynamics.py",5160,0,"",python,selection_command +957,1726716,"train_dynamics.py",5161,0,"",python,selection_command +958,1726954,"train_dynamics.py",5192,0,"",python,selection_command +959,1726981,"train_dynamics.py",5230,0,"",python,selection_command +960,1727013,"train_dynamics.py",5256,0,"",python,selection_command +961,1727045,"train_dynamics.py",5275,0,"",python,selection_command +962,1727079,"train_dynamics.py",5295,0,"",python,selection_command +963,1727113,"train_dynamics.py",5331,0,"",python,selection_command +964,1727148,"train_dynamics.py",5373,0,"",python,selection_command +965,1727355,"train_dynamics.py",5423,0,"",python,selection_command +966,1727606,"train_dynamics.py",5471,0,"",python,selection_command +967,1727627,"train_dynamics.py",5521,0,"",python,selection_command +968,1727660,"train_dynamics.py",5557,0,"",python,selection_command +969,1727692,"train_dynamics.py",5613,0,"",python,selection_command +970,1727727,"train_dynamics.py",5667,0,"",python,selection_command +971,1727758,"train_dynamics.py",5681,0,"",python,selection_command +972,1727791,"train_dynamics.py",5711,0,"",python,selection_command +973,1727827,"train_dynamics.py",5749,0,"",python,selection_command +974,1727860,"train_dynamics.py",5799,0,"",python,selection_command +975,1727891,"train_dynamics.py",5851,0,"",python,selection_command +976,1727925,"train_dynamics.py",5895,0,"",python,selection_command +977,1727957,"train_dynamics.py",5939,0,"",python,selection_command +978,1727991,"train_dynamics.py",5981,0,"",python,selection_command +979,1728026,"train_dynamics.py",6027,0,"",python,selection_command +980,1728216,"train_dynamics.py",6046,0,"",python,selection_command +981,1728473,"train_dynamics.py",6078,0,"",python,selection_command +982,1728495,"train_dynamics.py",6118,0,"",python,selection_command +983,1728526,"train_dynamics.py",6164,0,"",python,selection_command +984,1728558,"train_dynamics.py",6208,0,"",python,selection_command +985,1728592,"train_dynamics.py",6238,0,"",python,selection_command +986,1728625,"train_dynamics.py",6274,0,"",python,selection_command +987,1728662,"train_dynamics.py",6312,0,"",python,selection_command +988,1728709,"train_dynamics.py",6338,0,"",python,selection_command +989,1728730,"train_dynamics.py",6392,0,"",python,selection_command +990,1728758,"train_dynamics.py",6411,0,"",python,selection_command +991,1728871,"train_dynamics.py",6392,0,"",python,selection_command +992,1729131,"train_dynamics.py",6338,0,"",python,selection_command +993,1729155,"train_dynamics.py",6312,0,"",python,selection_command +994,1729194,"train_dynamics.py",6274,0,"",python,selection_command +995,1729228,"train_dynamics.py",6238,0,"",python,selection_command +996,1729260,"train_dynamics.py",6208,0,"",python,selection_command +997,1729293,"train_dynamics.py",6164,0,"",python,selection_command +998,1729326,"train_dynamics.py",6118,0,"",python,selection_command +999,1729360,"train_dynamics.py",6078,0,"",python,selection_command +1000,1729394,"train_dynamics.py",6046,0,"",python,selection_command +1001,1729427,"train_dynamics.py",6027,0,"",python,selection_command +1002,1729459,"train_dynamics.py",5981,0,"",python,selection_command +1003,1729613,"train_dynamics.py",6027,0,"",python,selection_command +1004,1729836,"train_dynamics.py",6046,0,"",python,selection_command +1005,1730083,"train_dynamics.py",6078,0,"",python,selection_command +1006,1730112,"train_dynamics.py",6118,0,"",python,selection_command +1007,1730145,"train_dynamics.py",6164,0,"",python,selection_command +1008,1730177,"train_dynamics.py",6208,0,"",python,selection_command +1009,1730210,"train_dynamics.py",6238,0,"",python,selection_command +1010,1730243,"train_dynamics.py",6274,0,"",python,selection_command +1011,1730319,"train_dynamics.py",6238,0,"",python,selection_command +1012,1730578,"train_dynamics.py",6208,0,"",python,selection_command +1013,1730602,"train_dynamics.py",6164,0,"",python,selection_command +1014,1730633,"train_dynamics.py",6118,0,"",python,selection_command +1015,1731683,"train_dynamics.py",6078,0,"",python,selection_command +1016,1748559,"train_dynamics.py",6719,0,"",python,selection_command +1017,1749379,"train_dynamics.py",7168,0,"",python,selection_command +1018,1750642,"train_dynamics.py",7611,0,"",python,selection_command +1019,1751348,"train_dynamics.py",8577,0,"",python,selection_command +1020,1753350,"train_dynamics.py",9383,0,"",python,selection_command +1021,1754381,"train_dynamics.py",10016,0,"",python,selection_command +1022,1755484,"train_dynamics.py",10960,0,"",python,selection_command +1023,1756124,"train_dynamics.py",11846,0,"",python,selection_command +1024,1756305,"train_dynamics.py",12652,0,"",python,selection_command +1025,1756775,"train_dynamics.py",11846,0,"",python,selection_command +1026,1756956,"train_dynamics.py",10960,0,"",python,selection_command +1027,1757044,"train_dynamics.py",10016,0,"",python,selection_command +1028,1757181,"train_dynamics.py",9383,0,"",python,selection_command +1029,1757306,"train_dynamics.py",8577,0,"",python,selection_command +1030,1757821,"train_dynamics.py",7611,0,"",python,selection_command +1031,1760297,"train_dynamics.py",7168,0,"",python,selection_command +1032,1760531,"train_dynamics.py",6719,0,"",python,selection_command +1033,1760867,"train_dynamics.py",6086,0,"",python,selection_command +1034,1761200,"train_dynamics.py",5303,0,"",python,selection_command +1035,1761889,"train_dynamics.py",5283,0,"",python,selection_command +1036,1762040,"train_dynamics.py",5264,0,"",python,selection_command +1037,1762281,"train_dynamics.py",5266,0,"",python,selection_command +1038,1762449,"train_dynamics.py",5268,0,"",python,selection_command +1039,1762921,"genie.py",0,0,"",python,tab +1040,1762921,"genie.py",333,0,"",python,selection_command +1041,1765707,"genie.py",1952,0,"",python,selection_command +1042,1766490,"genie.py",3538,0,"",python,selection_command +1043,1772167,"genie.py",3547,0,"",python,selection_command +1044,1772560,"genie.py",3549,0,"",python,selection_command +1045,1776670,"models/dynamics.py",0,0,"",python,tab +1046,1776670,"models/dynamics.py",132,0,"",python,selection_command +1047,1780572,"models/dynamics.py",1581,0,"",python,selection_command +1048,1827762,"models/dynamics.py",1582,0,"",python,selection_command +1049,1829099,"models/dynamics.py",1583,0,"",python,selection_command +1050,1829888,"models/dynamics.py",1568,0,"",python,selection_command +1051,1829981,"models/dynamics.py",1576,0,"",python,selection_command +1052,2125985,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1053,2149312,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1054,2149587,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1055,2151888,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output +1056,2202186,"TERMINAL",0,0,"\r(jafar) [franz.srambical@hai003.haicore.berlin:~/jafar] $ ",,terminal_output diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f0382786-979c-4a6d-8e9b-f5977f18eb4f1753726151187-2025_07_28-20.09.13.67/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f0382786-979c-4a6d-8e9b-f5977f18eb4f1753726151187-2025_07_28-20.09.13.67/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..556bd534ddb018b809af2c327d1ca10eb31c260e --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f0382786-979c-4a6d-8e9b-f5977f18eb4f1753726151187-2025_07_28-20.09.13.67/source.csv @@ -0,0 +1,106 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,1,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n maskgit_step = MaskGITStep(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def maskgit_loop_fn(carry, module, x):\n return module(carry, x)\n\n scanned_maskgit_loop = nnx.scan(\n maskgit_loop_fn,\n in_axes=(nnx.Carry, None, 0),\n out_axes=(nnx.Carry, 0),\n length=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n # FIXME (f.srambical): test whether sampling works with this\n final_carry_maskgit, _ = scanned_maskgit_loop(\n init_carry_maskgit, maskgit_step, jnp.arange(steps)\n )\n final_carry_maskgit = carry\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nnx.Module):\n def __init__(\n self,\n dynamics: DynamicsMaskGIT,\n tokenizer: TokenizerVQVAE,\n temperature: float,\n sample_argmax: bool,\n steps: int,\n ):\n self.dynamics = dynamics\n self.tokenizer = tokenizer\n self.temperature = temperature\n self.sample_argmax = sample_argmax\n self.steps = steps\n\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(\n abstract_sharded_tokenizer_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(\n abstract_sharded_lam_optimizer_state\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer)\n optimizer.model.lam = dummy_lam_optimizer.model\n # FIXME: (f.srambical): remove the lam decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +2,47,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:09:13 PM [info] Activating crowd-code\n8:09:13 PM [info] Recording started\n8:09:13 PM [info] Initializing git provider using file system watchers...\n8:09:13 PM [info] Git repository found\n8:09:13 PM [info] Git provider initialized successfully\n",Log,tab +3,84,"extension-output-pdoom-org.crowd-code-#1-crowd-code",245,0,"8:09:13 PM [info] Initial git state: [object Object]\n",Log,content +4,1397,"genie.py",0,0,"",python,tab +5,4407,"genie.py",0,15333,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n",python,content +6,7827,"genie.py",0,15073,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n tokenizer_ffn_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n lam_ffn_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_ffn_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n",python,content +7,10037,"genie.py",0,0,"Switched from branch 'flax-nnx-migration' to 'main'",python,git_branch_checkout +8,10975,"genie.py",0,13964,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n",python,content +9,16618,"genie.py",15161,0,"",python,selection_command +10,16796,"genie.py",15162,0,"",python,selection_command +11,16828,"genie.py",15193,0,"",python,selection_command +12,16861,"genie.py",15273,0,"",python,selection_command +13,16896,"genie.py",15314,0,"",python,selection_command +14,16930,"genie.py",15395,0,"",python,selection_command +15,16961,"genie.py",15409,0,"",python,selection_command +16,17125,"genie.py",15395,0,"",python,selection_command +17,17547,"genie.py",0,0,"",python,selection_command +18,18328,"genie.py",1014,0,"",python,selection_command +19,18979,"genie.py",1024,0,"",python,selection_command +20,19399,"genie.py",2845,0,"",python,selection_command +21,20726,"genie.py",2787,0,"",python,selection_command +22,20973,"genie.py",2757,0,"",python,selection_command +23,21003,"genie.py",2715,0,"",python,selection_command +24,21032,"genie.py",2681,0,"",python,selection_command +25,21075,"genie.py",2656,0,"",python,selection_command +26,21098,"genie.py",2608,0,"",python,selection_command +27,21132,"genie.py",2558,0,"",python,selection_command +28,21168,"genie.py",2518,0,"",python,selection_command +29,21200,"genie.py",2470,0,"",python,selection_command +30,21231,"genie.py",2424,0,"",python,selection_command +31,21265,"genie.py",2380,0,"",python,selection_command +32,21298,"genie.py",2338,0,"",python,selection_command +33,21332,"genie.py",2306,0,"",python,selection_command +34,21852,"genie.py",2265,0,"",python,selection_command +35,22167,"genie.py",2266,0,"",python,selection_command +36,22301,"genie.py",2276,0,"",python,selection_command +37,22570,"genie.py",2278,0,"",python,selection_command +38,22943,"models/tokenizer.py",0,0,"from typing import Dict, Tuple\n\nimport flax.nnx as nnx\nimport jax.numpy as jnp\nimport jax\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nnx.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n def __init__(\n self,\n in_dim: int,\n model_dim: int,\n ffn_dim: int,\n latent_dim: int,\n num_latents: int,\n patch_size: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n codebook_dropout: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.in_dim = in_dim\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.latent_dim = latent_dim\n self.num_latents = num_latents\n self.patch_size = patch_size\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.codebook_dropout = codebook_dropout\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.encoder = STTransformer(\n self.in_dim * self.patch_size**2,\n self.model_dim,\n self.ffn_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n rngs=rngs,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.latent_dim,\n self.model_dim,\n self.ffn_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(\n self, videos: jax.Array, training: bool = True\n ) -> Dict[str, jax.Array]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: jax.Array, video_hw: Tuple[int, int]) -> jax.Array:\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = recon.astype(jnp.float32)\n recon = nnx.sigmoid(recon)\n recon = recon.astype(self.dtype)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +39,22956,"models/tokenizer.py",201,0,"",python,selection_command +40,24223,"models/tokenizer.py",638,0,"",python,selection_command +41,24636,"models/tokenizer.py",201,0,"",python,selection_command +42,25015,"genie.py",0,0,"from typing import Dict\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nnx.Module):\n """"""Genie model""""""\n\n def __init__(\n self,\n in_dim: int,\n tokenizer_dim: int,\n tokenizer_ffn_dim: int,\n latent_patch_dim: int,\n num_patch_latents: int,\n patch_size: int,\n tokenizer_num_blocks: int,\n tokenizer_num_heads: int,\n lam_dim: int,\n lam_ffn_dim: int,\n latent_action_dim: int,\n num_latent_actions: int,\n lam_patch_size: int,\n lam_num_blocks: int,\n lam_num_heads: int,\n lam_co_train: bool,\n dyna_dim: int,\n dyna_ffn_dim: int,\n dyna_num_blocks: int,\n dyna_num_heads: int,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n dropout: float = 0.0,\n mask_limit: float = 0.0,\n ):\n # --- Tokenizer ---\n self.in_dim = in_dim\n self.tokenizer_dim = tokenizer_dim\n self.tokenizer_ffn_dim = tokenizer_ffn_dim\n self.latent_patch_dim = latent_patch_dim\n self.num_patch_latents = num_patch_latents\n self.patch_size = patch_size\n self.tokenizer_num_blocks = tokenizer_num_blocks\n self.tokenizer_num_heads = tokenizer_num_heads\n # --- LAM ---\n self.lam_dim = lam_dim\n self.lam_ffn_dim = lam_ffn_dim\n self.latent_action_dim = latent_action_dim\n self.num_latent_actions = num_latent_actions\n self.lam_patch_size = lam_patch_size\n self.lam_num_blocks = lam_num_blocks\n self.lam_num_heads = lam_num_heads\n self.lam_co_train = lam_co_train\n # --- Dynamics ---\n self.dyna_dim = dyna_dim\n self.dyna_ffn_dim = dyna_ffn_dim\n self.dyna_num_blocks = dyna_num_blocks\n self.dyna_num_heads = dyna_num_heads\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n self.dropout = dropout\n self.mask_limit = mask_limit\n\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n ffn_dim=self.tokenizer_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n ffn_dim=self.lam_ffn_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n ffn_dim=self.dyna_ffn_dim,\n num_latents=self.num_patch_latents,\n latent_action_dim=self.latent_action_dim,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> Dict[str, jax.Array]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_logits, dyna_mask = self.dynamics(outputs, training)\n outputs[""token_logits""] = dyna_logits\n if dyna_mask is not None:\n outputs[""mask""] = dyna_mask\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n H, W = batch[""videos""].shape[2:4]\n outputs[""recon""] = self.tokenizer.decode(mle_indices, (H, W))\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n def sample(\n self,\n batch: Dict[str, jax.Array],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> jax.Array:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by\n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size\n T: number of input (conditioning) frames\n N: patches per frame\n S: sequence length\n A: action space\n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n def maskgit_step_fn(\n carry: tuple[jax.Array, jax.Array, jax.Array, jax.Array], step: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array, jax.Array, jax.Array], None]:\n rng, token_idxs, mask, action_tokens = carry\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token.value # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1)\n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (steps * 2))\n step_temp = temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(\n jax.nn.softmax(final_logits), sampled_token_idxs\n )\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\n def generation_step_fn(\n carry: tuple[jax.Array, jax.Array], step_t: jax.Array\n ) -> tuple[tuple[jax.Array, jax.Array], None]:\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)).astype(\n bool\n ) # (B, S, N)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = jax.lax.scan(\n maskgit_step_fn, init_carry_maskgit, jnp.arange(steps)\n )\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using jax.lax.scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn, initial_carry, timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n H, W = batch[""videos""].shape[2:4]\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=(H, W),\n )\n return final_frames\n\n def vq_encode(self, batch: Dict[str, jax.Array], training: bool) -> jax.Array:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\n# FIXME (f.srambical): add conversion script for old checkpoints\ndef restore_genie_components(\n optimizer: nnx.Optimizer,\n sharding: jax.sharding.NamedSharding,\n rng: jax.Array,\n args,\n) -> nnx.Optimizer:\n """"""Restore pre-trained Genie components""""""\n rngs = nnx.Rngs(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n ffn_dim=args.tokenizer_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_tokenizer_optimizer = nnx.Optimizer(dummy_tokenizer, dummy_tx)\n dummy_tokenizer_optimizer_state = nnx.state(dummy_tokenizer_optimizer)\n abstract_sharded_tokenizer_optimizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_optimizer_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_tokenizer_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_tokenizer_optimizer.model, restored_tokenizer.model)\n optimizer.model.tokenizer = dummy_tokenizer_optimizer.model\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n ffn_dim=args.lam_ffn_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n dummy_lam_optimizer = nnx.Optimizer(dummy_lam, dummy_tx)\n dummy_lam_optimizer_state = nnx.state(dummy_lam_optimizer)\n abstract_sharded_lam_optimizer_state = _create_abstract_sharded_pytree(\n dummy_lam_optimizer_state, sharding\n )\n restored_lam_optimizer = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore( # type: ignore\n abstract_sharded_lam_optimizer_state # type: ignore\n ),\n ),\n )[""model_state""]\n nnx.update(dummy_lam_optimizer.model, restored_lam_optimizer.model)\n optimizer.model.lam = dummy_lam_optimizer.model\n # Remove the LAM decoder to save memory and avoid unnecessary computation.\n del optimizer.model.lam.decoder\n lam_checkpoint_manager.close()\n\n return optimizer\n\n\ndef _create_abstract_sharded_pytree(\n pytree_template: nnx.GraphState, sharding_spec: jax.sharding.NamedSharding\n) -> jax.Array:\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n",python,tab +43,25018,"genie.py",2278,0,"",python,selection_command +44,25631,"genie.py",2319,0,"",python,selection_command +45,25886,"genie.py",2351,0,"",python,selection_command +46,25921,"genie.py",2393,0,"",python,selection_command +47,25951,"genie.py",2437,0,"",python,selection_command +48,25984,"genie.py",2483,0,"",python,selection_command +49,26015,"genie.py",2531,0,"",python,selection_command +50,26048,"genie.py",2571,0,"",python,selection_command +51,26080,"genie.py",2621,0,"",python,selection_command +52,26111,"genie.py",2667,0,"",python,selection_command +53,26145,"genie.py",2694,0,"",python,selection_command +54,26178,"genie.py",2728,0,"",python,selection_command +55,26212,"genie.py",2770,0,"",python,selection_command +56,26365,"genie.py",2800,0,"",python,selection_command +57,26548,"genie.py",2775,0,"",python,selection_command +58,26895,"genie.py",2833,0,"",python,selection_command +59,27014,"genie.py",2845,0,"",python,selection_command +60,28278,"genie.py",2787,0,"",python,selection_command +61,28536,"genie.py",2757,0,"",python,selection_command +62,28559,"genie.py",2715,0,"",python,selection_command +63,28590,"genie.py",2681,0,"",python,selection_command +64,28623,"genie.py",2656,0,"",python,selection_command +65,28656,"genie.py",2608,0,"",python,selection_command +66,28690,"genie.py",2558,0,"",python,selection_command +67,28724,"genie.py",2518,0,"",python,selection_command +68,28758,"genie.py",2470,0,"",python,selection_command +69,28791,"genie.py",2424,0,"",python,selection_command +70,29136,"genie.py",2380,0,"",python,selection_command +71,29276,"genie.py",2424,0,"",python,selection_command +72,29535,"genie.py",2470,0,"",python,selection_command +73,29585,"genie.py",2424,0,"",python,selection_command +74,29726,"genie.py",2380,0,"",python,selection_command +75,29914,"genie.py",2338,0,"",python,selection_command +76,30067,"genie.py",2306,0,"",python,selection_command +77,30241,"genie.py",2265,0,"",python,selection_command +78,32081,"genie.py",2266,0,"",python,selection_command +79,32231,"genie.py",2276,0,"",python,selection_command +80,32394,"genie.py",2278,0,"",python,selection_command +81,33128,"models/tokenizer.py",0,0,"",python,tab +82,33130,"models/tokenizer.py",201,0,"",python,selection_command +83,34563,"models/tokenizer.py",638,0,"",python,selection_command +84,35158,"models/tokenizer.py",201,0,"",python,selection_command +85,35582,"genie.py",0,0,"",python,tab +86,35584,"genie.py",2278,0,"",python,selection_command +87,36485,"genie.py",2253,0,"",python,selection_command +88,68859,"models/tokenizer.py",0,0,"",python,tab +89,139145,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\nimport optax\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nimport orbax.checkpoint as ocp\nfrom PIL import Image, ImageDraw\nimport tyro\nfrom flax import nnx\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n\n rng = jax.random.key(args.seed)\n\n # --- Load Genie checkpoint ---\n rngs = nnx.Rngs(rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=False,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n checkpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n dummy_tx = optax.adamw(\n learning_rate=optax.linear_schedule(0.0001, 0.0001, 10000),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n dummy_optimizer = nnx.Optimizer(genie, dummy_tx)\n\n abstract_optimizer = nnx.eval_shape(lambda: dummy_optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(dummy_optimizer, restored_optimizer_state)\n\n # --- Define sampling function ---\n def _sampling_fn(model: Genie, batch: dict) -> jax.Array:\n """"""Runs Genie.sample with pre-defined generation hyper-parameters.""""""\n return model.sample(\n batch,\n args.seq_len,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n )\n\n # --- Define autoregressive sampling loop ---\n @nnx.jit\n def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = _sampling_fn(genie, batch)\n return generated_vid\n\n # --- Get video + latent actions ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n # We don't use workers in order to avoid grain shutdown issues (https://github.com/google/grain/issues/398)\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n dataloader = iter(dataloader)\n video_batch = next(dataloader)\n video_batch = video_batch.astype(args.dtype) / 255.0\n # Get latent actions for all videos in the batch\n batch = dict(videos=video_batch)\n action_batch = genie.vq_encode(batch, training=False)\n action_batch = jnp.asarray(action_batch).reshape(\n video_batch.shape[0], args.seq_len - 1, 1\n )\n\n # --- Sample + evaluate video ---\n vid = _autoreg_sample(rng, video_batch, action_batch)\n gt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\n recon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\n ssim = jnp.asarray(\n pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :])\n ).mean()\n print(f""SSIM: {ssim}"")\n\n # --- Construct video ---\n true_videos = (video_batch * 255).astype(np.uint8)\n pred_videos = (vid * 255).astype(np.uint8)\n video_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\n video_comparison[0] = true_videos[:, : args.seq_len]\n video_comparison[1] = pred_videos\n frames = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n # --- Save video ---\n imgs = [Image.fromarray(img) for img in frames]\n # Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\n for t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\n imgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n )\n",python,tab +90,139159,"sample.py",98,6,"einops",python,selection_command +91,139535,"sample.py",6342,6,"einops",python,selection_command +92,241001,"sample.py",6351,0,"",python,selection_mouse +93,245549,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\nfrom typing import cast\n\nimport einops\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\nimport flax.nnx as nnx\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = (\n 10000 # NOTE: wsd_decay_steps will only be used when using a wsd-schedule\n )\n warmup_steps: int = 5000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n tokenizer_ffn_dim: int = 2048\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 4\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n lam_ffn_dim: int = 2048\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 4\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_ffn_dim: int = 2048\n dyna_num_blocks: int = 6\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n param_dtype = jnp.float32\n dtype = jnp.bfloat16\n use_flash_attention: bool = True\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(\n model: Genie, inputs: dict\n) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(args.dtype) / 255.0\n model.train()\n outputs = model(inputs, training=True)\n mask = outputs[""mask""]\n outputs[""token_logits""] = outputs[""token_logits""].astype(jnp.float32)\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = jnp.asarray(pix.psnr(gt, recon)).mean()\n ssim = jnp.asarray(pix.ssim(gt, recon)).mean()\n _, index_counts_lam = jnp.unique_counts(\n jnp.ravel(outputs[""lam_indices""]), size=args.num_latent_actions, fill_value=0\n )\n _, index_counts_tokenizer = jnp.unique_counts(\n jnp.ravel(outputs[""video_tokens""]), size=args.num_patch_latents, fill_value=0\n )\n codebook_usage_lam = (index_counts_lam != 0).mean()\n codebook_usage_tokenizer = (index_counts_tokenizer != 0).mean()\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n psnr=psnr,\n ssim=ssim,\n codebook_usage_lam=codebook_usage_lam,\n codebook_usage_tokenizer=codebook_usage_tokenizer,\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@nnx.jit\ndef train_step(\n model: Genie, optimizer: nnx.Optimizer, inputs: dict\n) -> tuple[jax.Array, jax.Array, dict]:\n """"""Update state and compute metrics""""""\n\n def loss_fn(model: Genie) -> tuple[jax.Array, tuple[jax.Array, dict]]:\n return dynamics_loss_fn(model, inputs)\n\n (loss, (recon, metrics)), grads = nnx.value_and_grad(loss_fn, has_aux=True)(model)\n optimizer.update(grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.key(args.seed)\n\n # --- Initialize model ---\n rng, _rng = jax.random.split(rng)\n rngs = nnx.Rngs(_rng)\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n tokenizer_ffn_dim=args.tokenizer_ffn_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n lam_ffn_dim=args.lam_ffn_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_ffn_dim=args.dyna_ffn_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n rngs=rngs,\n )\n\n _, params, _ = nnx.split(genie, nnx.Param, ...)\n param_counts = count_parameters_by_component(params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.init(**wandb_init_kwargs)\n\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(\n args.lr_schedule,\n args.init_lr,\n args.max_lr,\n args.decay_end,\n args.num_steps,\n args.warmup_steps,\n args.wsd_decay_steps,\n )\n tx = optax.adamw(\n learning_rate=lr_schedule,\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n mu_dtype=args.dtype,\n )\n optimizer = nnx.Optimizer(genie, tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n\n model_state = nnx.state(optimizer.model)\n model_sharded_state = jax.lax.with_sharding_constraint(\n model_state, replicated_sharding\n )\n nnx.update(optimizer.model, model_sharded_state)\n optimizer_state = nnx.state(optimizer, nnx.optimizer.OptState)\n optimizer_sharded_state = jax.lax.with_sharding_constraint(\n optimizer_state, replicated_sharding\n )\n nnx.update(optimizer, optimizer_sharded_state)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeSave, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.PyTreeRestore, ocp.handlers.PyTreeCheckpointHandler\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointSave,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n handler_registry.add(\n ""dataloader_state"",\n grain.checkpoint.CheckpointRestore,\n cast(ocp.handlers.CheckpointHandler, grain.checkpoint.CheckpointHandler),\n )\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n image_shape = (args.image_height, args.image_width, args.image_channels)\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_optimizer = nnx.eval_shape(lambda: optimizer)\n abstract_optimizer_state = nnx.state(abstract_optimizer)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeRestore(abstract_optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator), # type: ignore\n ),\n )\n restored_optimizer_state = restored[""model_state""]\n nnx.update(optimizer, restored_optimizer_state)\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n optimizer = restore_genie_components(optimizer, replicated_sharding, rng, args)\n # NOTE: We have to remove the (unused) tokenizer vq dropout due flax.nnx lazily initializing modules.\n # Specifically, the first dynamics model checkpoint will contain the vq dropout module,\n # but the first full restore will fail due to nnx not initializing the module when\n # dropout is set to 0.0.\n del optimizer.model.tokenizer.vq.drop\n\n # --- TRAIN LOOP ---\n dataloader = (\n jax.make_array_from_process_local_data(videos_sharding, elem)\n for elem in grain_iterator\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng_mask = jax.random.split(rng, 2)\n inputs = dict(videos=videos, mask_rng=_rng_mask)\n loss, recon, metrics = train_step(genie, optimizer, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0].astype(jnp.float32) / 255.0\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n optimizer_state = nnx.state(optimizer)\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.PyTreeSave(optimizer_state), # type: ignore\n dataloader_state=grain.checkpoint.CheckpointSave( # type: ignore\n grain_iterator # type: ignore\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +94,250203,"train_dynamics.py",14510,0,"",python,selection_command +95,253872,"sample.py",0,0,"",python,tab +96,255032,"models/dynamics.py",0,0,"from typing import Dict\n\nimport jax\nimport jax.numpy as jnp\nimport flax.nnx as nnx\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nnx.Module):\n """"""MaskGIT dynamics model""""""\n\n def __init__(\n self,\n model_dim: int,\n ffn_dim: int,\n num_latents: int,\n latent_action_dim: int,\n num_blocks: int,\n num_heads: int,\n dropout: float,\n mask_limit: float,\n param_dtype: jnp.dtype,\n dtype: jnp.dtype,\n use_flash_attention: bool,\n rngs: nnx.Rngs,\n ):\n self.model_dim = model_dim\n self.ffn_dim = ffn_dim\n self.num_latents = num_latents\n self.latent_action_dim = latent_action_dim\n self.num_blocks = num_blocks\n self.num_heads = num_heads\n self.dropout = dropout\n self.mask_limit = mask_limit\n self.param_dtype = param_dtype\n self.dtype = dtype\n self.use_flash_attention = use_flash_attention\n\n self.dynamics = STTransformer(\n self.model_dim,\n self.model_dim,\n self.ffn_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n use_flash_attention=self.use_flash_attention,\n rngs=rngs,\n )\n self.patch_embed = nnx.Embed(self.num_latents, self.model_dim, rngs=rngs)\n self.mask_token = nnx.Param(\n nnx.initializers.lecun_uniform()(rngs.params(), (1, 1, 1, self.model_dim))\n )\n self.action_up = nnx.Linear(\n self.latent_action_dim,\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n rngs=rngs,\n )\n\n def __call__(\n self, batch: Dict[str, jax.Array], training: bool = True\n ) -> tuple[jax.Array, jax.Array | None]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n batch_size = vid_embed.shape[0]\n _rng_prob, *_rngs_mask = jax.random.split(batch[""mask_rng""], batch_size + 1)\n mask_prob = jax.random.uniform(\n _rng_prob, shape=(batch_size,), minval=self.mask_limit\n )\n per_sample_shape = vid_embed.shape[1:-1]\n mask = jax.vmap(\n lambda rng, prob: jax.random.bernoulli(rng, prob, per_sample_shape),\n in_axes=(0, 0),\n )(jnp.asarray(_rngs_mask), mask_prob)\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(\n jnp.expand_dims(mask, -1), self.mask_token.value, vid_embed\n )\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return logits, mask\n",python,tab +97,255759,"models/dynamics.py",2969,0,"",python,selection_command +98,256142,"models/dynamics.py",2941,0,"",python,selection_command +99,256401,"models/dynamics.py",2899,0,"",python,selection_command +100,256427,"models/dynamics.py",2825,0,"",python,selection_command +101,256459,"models/dynamics.py",2765,0,"",python,selection_command +102,256493,"models/dynamics.py",2728,0,"",python,selection_command +103,259905,"models/dynamics.py",0,0,"",python,selection_command +104,262072,"sample.py",0,0,"",python,tab +105,265015456,"sample.py",6352,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f508ed97-76c1-4935-95ed-d4393099e6361753128212083-2025_07_21-22.03.39.166/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f508ed97-76c1-4935-95ed-d4393099e6361753128212083-2025_07_21-22.03.39.166/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..e8a8913f517040bd25733f03f2faa8af30f69bb5 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f508ed97-76c1-4935-95ed-d4393099e6361753128212083-2025_07_21-22.03.39.166/source.csv @@ -0,0 +1,282 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"experiments/sample.sh",0,0,"source .venv/bin/activate\n\ndata_dir=""$PWD/data_arrayrecord/dummy""\nckpt_dir=""$PWD/checkpoints/dynamics_openai_grain_tok_lam_restore""\n\nexport XLA_FLAGS=--xla_gpu_autotune_level=0\nsrun python sample.py \\n --batch_size 1 \\n --seq_len 16 \\n --start_frame 15 \\n --checkpoint $ckpt_dir \\n --data_dir $data_dir",shellscript,tab +2,87,"anysphere.remote-ssh.Remote - SSH",0,0,"2025-07-15 16:25:19.283 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-15 16:25:19.293 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ZyKUP5/socket.sock\n2025-07-15 16:25:19.294 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:19.296 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-ZyKUP5/socket.sock\n2025-07-15 16:25:19.298 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70811.sh"" | ssh -v -T -D 58069 login.haicore.berlin bash --login -c bash\n2025-07-15 16:25:19.298 [info] Started installation script. Waiting for it to finish...\n2025-07-15 16:25:19.298 [info] Waiting for server to install via process(51201)...\n2025-07-15 16:25:19.303 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 16:25:19.303 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 16:25:19.304 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-15 16:25:19.363 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-15 16:25:19.442 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-15 16:25:19.444 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-15 16:25:19.444 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-15 16:25:19.467 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-15 16:25:19.467 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-15 16:25:19.468 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-15 16:25:19.498 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\n\n2025-07-15 16:25:19.498 [info] (ssh_tunnel) stderr: debug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-15 16:25:19.499 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-15 16:25:19.499 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-15 16:25:19.504 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-15 16:25:19.596 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-15 16:25:19.634 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-15 16:25:19.638 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-15 16:25:19.638 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:19.703 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-15 16:25:19.770 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-15 16:25:19.850 [info] Askpass server received request: POST /\n2025-07-15 16:25:19.850 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-15 16:25:19.850 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-15 16:25:27.995 [error] Password authentication cancelled\n2025-07-15 16:25:27.998 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-15 16:25:30.345 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-15 16:25:30.355 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 16:25:30.356 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:30.358 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 16:25:30.360 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36628.sh"" | ssh -v -T -D 58080 login.haicore.berlin bash --login -c bash\n2025-07-15 16:25:30.360 [info] Started installation script. Waiting for it to finish...\n2025-07-15 16:25:30.360 [info] Waiting for server to install via process(51223)...\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 16:25:30.366 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-15 16:25:30.390 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-15 16:25:30.533 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-15 16:25:30.534 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-15 16:25:30.534 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-15 16:25:30.558 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-15 16:25:30.558 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-15 16:25:30.559 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-15 16:25:30.608 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-15 16:25:30.609 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-15 16:25:30.610 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-15 16:25:30.615 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-15 16:25:30.848 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-15 16:25:30.913 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-15 16:25:30.920 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\ndebug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\n\n2025-07-15 16:25:30.920 [info] (ssh_tunnel) stderr: debug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:30.996 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:58080 forwarded to remote address socks:0\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 58080.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58080.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-15 16:25:31.069 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-15 16:25:31.070 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-15 16:25:31.251 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-15 16:25:31.252 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-15 16:25:31.261 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-15 16:25:31.261 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-15 16:25:31.273 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\n\n2025-07-15 16:25:31.274 [info] (ssh_tunnel) stderr: debug1: pledge: network\n\n2025-07-15 16:25:31.673 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-15 16:25:31.709 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:31.712 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-15 16:25:31.713 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-15 16:25:31.718 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-15 16:25:31.721 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 16:25:31.740 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-15 16:25:31.741 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 16:25:31.744 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-15 16:25:31.746 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-15 16:25:31.758 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 9c7afd2b-b7f2-421b-8a62-3e0f8de9f546\n\n2025-07-15 16:25:31.758 [info] (ssh_tunnel) stdout: Multiplex server started with PID 667915 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-15 16:25:32.262 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-15 16:25:32.278 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.279 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-15 16:25:32.280 [info] (ssh_tunnel) stdout: Code server started with PID 667941 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.281 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.797 [info] (ssh_tunnel) stdout: 8aa66e9a064ed2b82f742096: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==37279==\nmultiplexConnectionToken==9c7afd2b-b7f2-421b-8a62-3e0f8de9f546==\ncodeListeningOn==33373==\ncodeConnectionToken==2bbfa45f-fd71-45de-9de1-d8d14af645d1==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n8aa66e9a064ed2b82f742096: end\n\n2025-07-15 16:25:32.799 [info] Server install command exit code: 0\n2025-07-15 16:25:32.800 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_36628.sh\n2025-07-15 16:25:32.802 [info] [forwarding][code] creating new forwarding server\n2025-07-15 16:25:32.803 [info] [forwarding][code] server listening on 58082\n2025-07-15 16:25:32.803 [info] [forwarding][code] Set up server\n2025-07-15 16:25:32.804 [info] [remote-ssh] codeListeningOn (remote=33373; local=58082) codeConnectionToken: 2bbfa45f-fd71-45de-9de1-d8d14af645d1\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] server listening on 58083\n2025-07-15 16:25:32.804 [info] [forwarding][multiplex] Set up server\n2025-07-15 16:25:32.806 [info] [remote-ssh] multiplexListeningOn (remote=37279; local=58083) multiplexConnectionToken: 9c7afd2b-b7f2-421b-8a62-3e0f8de9f546\n2025-07-15 16:25:32.806 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:25:32.810 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-15 16:25:32.812 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""40336851-30e3-431c-bed0-b4c403b53e8b""}\n2025-07-15 16:25:32.813 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] received connection request\n2025-07-15 16:25:32.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.824 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] received connection request\n2025-07-15 16:25:32.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.839 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] socks forwarding established\n2025-07-15 16:25:32.847 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] socks forwarding established\n2025-07-15 16:25:32.867 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Process exited with code 0\n2025-07-15 16:25:32.867 [info] [command][40336851-30e3-431c-bed0-b4c403b53e8b] Socket close event received\n2025-07-15 16:25:32.868 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bacfd19a-926e-4256-97de-cabb6a6c525b] socks connection closed\n2025-07-15 16:25:32.890 [info] Successfully connected to Cursor server at http://127.0.0.1:58082/version\n2025-07-15 16:25:32.890 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-15 16:25:32.890 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b0107133-66ce-4053-997a-af0eb21ff1f8""}\n2025-07-15 16:25:32.890 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] received connection request\n2025-07-15 16:25:32.891 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.895 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58085 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:25:32.914 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] socks forwarding established\n2025-07-15 16:25:32.945 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Process exited with code 0\n2025-07-15 16:25:32.945 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-15 16:25:32.945 [info] [remote-ssh] Resolved exec server. Socks port: 58080\n2025-07-15 16:25:32.945 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58082,""connectionToken"":""2bbfa45f-fd71-45de-9de1-d8d14af645d1"",""extensionHostEnv"":{}}. Socks port: 58080\n2025-07-15 16:25:32.945 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f23ccfe-bd3e-4cf1-9270-29ffbe8cc97b] socks connection closed\n2025-07-15 16:25:32.945 [info] [command][b0107133-66ce-4053-997a-af0eb21ff1f8] Socket close event received\n2025-07-15 16:25:32.969 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58089 to 127.0.0.1 port 58080, nchannels 5\n\n2025-07-15 16:25:32.970 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] received connection request\n2025-07-15 16:25:32.970 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:32.993 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] socks forwarding established\n2025-07-15 16:25:33.030 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] received connection request\n2025-07-15 16:25:33.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:25:33.055 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] socks forwarding established\n2025-07-15 16:25:33.150 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-15 16:25:35.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 33373, connect from 127.0.0.1 port 58087 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:25:35.919 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][d51b8696-8d77-437b-be38-92d9b9b96091] socks connection closed\n2025-07-15 16:26:32.872 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:26:32.874 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""359b5356-be39-4e9d-b5a9-30393cb990c0""}\n2025-07-15 16:26:32.876 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] received connection request\n2025-07-15 16:26:32.876 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:26:32.929 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] socks forwarding established\n2025-07-15 16:26:32.971 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Process exited with code 0\n2025-07-15 16:26:32.971 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ddb2bb0f-b04d-4873-9196-b3911b625268] socks connection closed\n2025-07-15 16:26:32.971 [info] [command][359b5356-be39-4e9d-b5a9-30393cb990c0] Socket close event received\n2025-07-15 16:26:33.078 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58183 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:27:32.974 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:27:32.977 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0d3aefd2-8a22-4ef9-8d61-3f86c810952f""}\n2025-07-15 16:27:32.978 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] received connection request\n2025-07-15 16:27:32.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:27:33.046 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] socks forwarding established\n2025-07-15 16:27:33.205 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Process exited with code 0\n2025-07-15 16:27:33.206 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][351b7906-af4e-4bd9-a9fe-9ec6f5f1d844] socks connection closed\n2025-07-15 16:27:33.207 [info] [command][0d3aefd2-8a22-4ef9-8d61-3f86c810952f] Socket close event received\n2025-07-15 16:27:33.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58208 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:28:33.209 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:28:33.211 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""02fc6e92-c38b-46b0-972d-59dc9d75ee6e""}\n2025-07-15 16:28:33.212 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] received connection request\n2025-07-15 16:28:33.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:28:33.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] socks forwarding established\n2025-07-15 16:28:33.276 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Process exited with code 0\n2025-07-15 16:28:33.276 [info] [command][02fc6e92-c38b-46b0-972d-59dc9d75ee6e] Socket close event received\n2025-07-15 16:28:33.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cc1b0fd7-cf74-4ee7-b59e-ba04310b3360] socks connection closed\n2025-07-15 16:28:33.302 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58229 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:29:33.281 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:29:33.282 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7d9177d3-56dd-4c81-a59e-a3afc936d531""}\n2025-07-15 16:29:33.282 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] received connection request\n2025-07-15 16:29:33.283 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:29:33.378 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] socks forwarding established\n2025-07-15 16:29:33.407 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Process exited with code 0\n2025-07-15 16:29:33.408 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][22b33c17-df6c-42de-85b1-6ccd7035ffa1] socks connection closed\n2025-07-15 16:29:33.408 [info] [command][7d9177d3-56dd-4c81-a59e-a3afc936d531] Socket close event received\n2025-07-15 16:29:33.554 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58269 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:30:33.413 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:30:33.415 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""55a29428-325f-4a0a-a032-99a1cfd7e844""}\n2025-07-15 16:30:33.416 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] received connection request\n2025-07-15 16:30:33.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:30:33.475 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] socks forwarding established\n2025-07-15 16:30:33.645 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Process exited with code 0\n2025-07-15 16:30:33.645 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9e7f679c-54cc-4eee-b399-5873688e0b50] socks connection closed\n2025-07-15 16:30:33.646 [info] [command][55a29428-325f-4a0a-a032-99a1cfd7e844] Socket close event received\n2025-07-15 16:30:33.829 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58302 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:31:33.648 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:31:33.651 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""78b779d3-ecef-497d-9af8-4c02c1ce8203""}\n2025-07-15 16:31:33.652 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] received connection request\n2025-07-15 16:31:33.653 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:31:33.702 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] socks forwarding established\n2025-07-15 16:31:33.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a3160c3d-6f20-4f92-bda5-c03bf80fc071] socks connection closed\n2025-07-15 16:31:33.863 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Process exited with code 0\n2025-07-15 16:31:33.864 [info] [command][78b779d3-ecef-497d-9af8-4c02c1ce8203] Socket close event received\n2025-07-15 16:31:33.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58365 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:32:33.869 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:32:33.871 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1""}\n2025-07-15 16:32:33.871 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] received connection request\n2025-07-15 16:32:33.872 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:32:33.872 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:32:33.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] socks forwarding established\n2025-07-15 16:32:33.933 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Process exited with code 0\n2025-07-15 16:32:33.933 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f27a4281-daaf-4b3f-90e9-c475c69451ce] socks connection closed\n2025-07-15 16:32:33.934 [info] [command][fb6d0f40-39d6-45c7-8ac1-42b6e1fb12a1] Socket close event received\n2025-07-15 16:32:33.967 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58394 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:33:33.934 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:33:33.936 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""06c52913-a7fb-4be3-b77c-996e4f179635""}\n2025-07-15 16:33:33.937 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] received connection request\n2025-07-15 16:33:33.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:33:33.939 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:33:33.985 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] socks forwarding established\n2025-07-15 16:33:34.014 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Process exited with code 0\n2025-07-15 16:33:34.014 [info] [command][06c52913-a7fb-4be3-b77c-996e4f179635] Socket close event received\n2025-07-15 16:33:34.018 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d37bea94-a829-48df-999e-ba29053c4383] socks connection closed\n2025-07-15 16:33:34.143 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58426 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:34:34.020 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:34:34.022 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a3eedbe3-8f09-40de-af3b-b0efa33fe2b4""}\n2025-07-15 16:34:34.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] received connection request\n2025-07-15 16:34:34.023 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:34:34.049 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] socks forwarding established\n2025-07-15 16:34:34.081 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a6394058-4227-451c-a239-7e0ac6388fbd] socks connection closed\n2025-07-15 16:34:34.082 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Process exited with code 0\n2025-07-15 16:34:34.082 [info] [command][a3eedbe3-8f09-40de-af3b-b0efa33fe2b4] Socket close event received\n2025-07-15 16:34:34.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58467 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:35:34.085 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:35:34.087 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""eafd68e8-52eb-447e-af13-47a5a474a0f9""}\n2025-07-15 16:35:34.088 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] received connection request\n2025-07-15 16:35:34.089 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:35:34.212 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] socks forwarding established\n2025-07-15 16:35:34.245 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Process exited with code 0\n2025-07-15 16:35:34.245 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f107a4d4-892c-4009-9f41-c1cd7b71363d] socks connection closed\n2025-07-15 16:35:34.245 [info] [command][eafd68e8-52eb-447e-af13-47a5a474a0f9] Socket close event received\n2025-07-15 16:35:34.278 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58516 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:36:34.247 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:36:34.249 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ea44767-9381-4f45-8ce3-f0746dc4bc08""}\n2025-07-15 16:36:34.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] received connection request\n2025-07-15 16:36:34.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:36:34.363 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] socks forwarding established\n2025-07-15 16:36:34.392 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Process exited with code 0\n2025-07-15 16:36:34.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89902fa3-c796-4aae-824e-71d858079ab8] socks connection closed\n2025-07-15 16:36:34.393 [info] [command][0ea44767-9381-4f45-8ce3-f0746dc4bc08] Socket close event received\n2025-07-15 16:36:34.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58564 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:37:34.394 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:37:34.395 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9bc13d98-a758-458c-ad8c-87225f11b462""}\n2025-07-15 16:37:34.396 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] received connection request\n2025-07-15 16:37:34.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:37:34.396 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:37:34.424 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] socks forwarding established\n2025-07-15 16:37:34.449 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c310c9c-d488-4ed9-9026-c73a8b9188f0] socks connection closed\n2025-07-15 16:37:34.450 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Process exited with code 0\n2025-07-15 16:37:34.450 [info] [command][9bc13d98-a758-458c-ad8c-87225f11b462] Socket close event received\n2025-07-15 16:37:34.472 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:38:34.451 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:38:34.453 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2e692ed9-f404-4216-b262-67081747a07d""}\n2025-07-15 16:38:34.453 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] received connection request\n2025-07-15 16:38:34.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:38:34.482 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] socks forwarding established\n2025-07-15 16:38:34.509 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Process exited with code 0\n2025-07-15 16:38:34.509 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][821a8dad-1278-45c6-a68d-03d86d0101f1] socks connection closed\n2025-07-15 16:38:34.509 [info] [command][2e692ed9-f404-4216-b262-67081747a07d] Socket close event received\n2025-07-15 16:38:34.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58628 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:39:34.514 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:39:34.516 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1abfa48-6b1d-4e36-bed8-bed155b79624""}\n2025-07-15 16:39:34.517 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] received connection request\n2025-07-15 16:39:34.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:39:34.517 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:39:34.624 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] socks forwarding established\n2025-07-15 16:39:34.685 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Process exited with code 0\n2025-07-15 16:39:34.685 [info] [command][b1abfa48-6b1d-4e36-bed8-bed155b79624] Socket close event received\n2025-07-15 16:39:34.685 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f00660dd-c993-4aae-8f07-9d367ea6a011] socks connection closed\n2025-07-15 16:39:34.842 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58663 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:40:34.687 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:40:34.689 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""56c318f8-3a76-4ed2-a361-50aa865e0181""}\n2025-07-15 16:40:34.689 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] received connection request\n2025-07-15 16:40:34.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:40:34.689 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:40:34.723 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] socks forwarding established\n2025-07-15 16:40:34.749 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Process exited with code 0\n2025-07-15 16:40:34.749 [info] [command][56c318f8-3a76-4ed2-a361-50aa865e0181] Socket close event received\n2025-07-15 16:40:34.749 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f83ff0e-aa4f-4506-9510-30163fe8de82] socks connection closed\n2025-07-15 16:40:34.776 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58707 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:41:34.754 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:41:34.756 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""443863c7-77c8-4ae1-a492-48df0f0aae07""}\n2025-07-15 16:41:34.757 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] received connection request\n2025-07-15 16:41:34.757 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:41:34.757 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:41:34.783 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] socks forwarding established\n2025-07-15 16:41:34.815 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Process exited with code 0\n2025-07-15 16:41:34.815 [info] [command][443863c7-77c8-4ae1-a492-48df0f0aae07] Socket close event received\n2025-07-15 16:41:34.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79e93f4f-4ebc-4d6e-b6a1-2861f2e40e52] socks connection closed\n2025-07-15 16:41:34.844 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58753 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:42:34.821 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:42:34.823 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""62e14d4d-e659-4c52-804c-9c43a0d1a954""}\n2025-07-15 16:42:34.823 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] received connection request\n2025-07-15 16:42:34.824 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:42:34.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] socks forwarding established\n2025-07-15 16:42:34.921 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Process exited with code 0\n2025-07-15 16:42:34.922 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ad3a0982-cbf1-40af-8224-b82ec707e37e] socks connection closed\n2025-07-15 16:42:34.922 [info] [command][62e14d4d-e659-4c52-804c-9c43a0d1a954] Socket close event received\n2025-07-15 16:42:35.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58789 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:43:34.925 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:43:34.927 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c855aa5-d80d-4148-9b0b-dbf5b443f5c9""}\n2025-07-15 16:43:34.928 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] received connection request\n2025-07-15 16:43:34.928 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:43:34.956 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] socks forwarding established\n2025-07-15 16:43:34.983 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Process exited with code 0\n2025-07-15 16:43:34.984 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1686843a-fc59-42d1-bb24-b3754561ca91] socks connection closed\n2025-07-15 16:43:34.984 [info] [command][5c855aa5-d80d-4148-9b0b-dbf5b443f5c9] Socket close event received\n2025-07-15 16:43:35.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58814 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:44:34.988 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:44:34.990 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2f5c557c-f60b-4726-8279-bac3965c1c61""}\n2025-07-15 16:44:34.991 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] received connection request\n2025-07-15 16:44:34.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:44:35.026 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] socks forwarding established\n2025-07-15 16:44:35.065 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Process exited with code 0\n2025-07-15 16:44:35.065 [info] [command][2f5c557c-f60b-4726-8279-bac3965c1c61] Socket close event received\n2025-07-15 16:44:35.068 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][747a934a-27b4-4019-b063-d51eb87df0e0] socks connection closed\n2025-07-15 16:44:35.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58851 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:45:35.066 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:45:35.068 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c251e208-288a-4e30-80ba-7002ac255568""}\n2025-07-15 16:45:35.069 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] received connection request\n2025-07-15 16:45:35.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:45:35.139 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] socks forwarding established\n2025-07-15 16:45:35.251 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Process exited with code 0\n2025-07-15 16:45:35.252 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8690adc6-b4d7-49b5-9121-db8e66f29e64] socks connection closed\n2025-07-15 16:45:35.252 [info] [command][c251e208-288a-4e30-80ba-7002ac255568] Socket close event received\n2025-07-15 16:45:35.276 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58902 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:46:35.256 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:46:35.257 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""df355300-9b38-4f4c-8432-25fa44d97d64""}\n2025-07-15 16:46:35.258 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] received connection request\n2025-07-15 16:46:35.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:46:35.330 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] socks forwarding established\n2025-07-15 16:46:35.491 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Process exited with code 0\n2025-07-15 16:46:35.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4bd791b3-5ff9-4108-8bf6-de5e97c54976] socks connection closed\n2025-07-15 16:46:35.492 [info] [command][df355300-9b38-4f4c-8432-25fa44d97d64] Socket close event received\n2025-07-15 16:46:35.520 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 58967 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:47:35.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:47:35.500 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] received connection request\n2025-07-15 16:47:35.500 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c79700e5-5f62-4687-91c4-6e1e098a2739""}\n2025-07-15 16:47:35.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:47:35.618 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] socks forwarding established\n2025-07-15 16:47:35.686 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Process exited with code 0\n2025-07-15 16:47:35.686 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8d82e996-2bfd-452e-b60c-cc7295c3a993] socks connection closed\n2025-07-15 16:47:35.687 [info] [command][c79700e5-5f62-4687-91c4-6e1e098a2739] Socket close event received\n2025-07-15 16:47:35.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59005 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:48:35.688 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:48:35.690 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""17e7aff4-5da0-4c6c-bc95-fdad47041291""}\n2025-07-15 16:48:35.690 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] received connection request\n2025-07-15 16:48:35.691 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:48:35.731 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] socks forwarding established\n2025-07-15 16:48:35.787 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Process exited with code 0\n2025-07-15 16:48:35.787 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25ad7b62-85f6-4cc6-b1aa-a493ebcad6ac] socks connection closed\n2025-07-15 16:48:35.787 [info] [command][17e7aff4-5da0-4c6c-bc95-fdad47041291] Socket close event received\n2025-07-15 16:48:35.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59035 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:49:35.788 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:49:35.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] received connection request\n2025-07-15 16:49:35.789 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ade612a4-4428-456c-b719-2d8853a1ab35""}\n2025-07-15 16:49:35.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:49:35.818 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] socks forwarding established\n2025-07-15 16:49:35.868 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Process exited with code 0\n2025-07-15 16:49:35.868 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8c6d0ba2-ea23-4f3d-8479-2e69603eafe8] socks connection closed\n2025-07-15 16:49:35.868 [info] [command][ade612a4-4428-456c-b719-2d8853a1ab35] Socket close event received\n2025-07-15 16:49:35.892 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59091 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:50:35.870 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:50:35.872 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2bd2cd02-55cc-4510-b6d4-d6509fdc227b""}\n2025-07-15 16:50:35.873 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] received connection request\n2025-07-15 16:50:35.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:50:35.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] socks forwarding established\n2025-07-15 16:50:35.931 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Process exited with code 0\n2025-07-15 16:50:35.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e787f7f-72ad-4ff2-90fc-9a53edbc20f4] socks connection closed\n2025-07-15 16:50:35.934 [info] [command][2bd2cd02-55cc-4510-b6d4-d6509fdc227b] Socket close event received\n2025-07-15 16:50:35.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59136 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:51:35.935 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:51:35.938 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6cffe04a-839e-4aa1-957b-2a65ea3e0663""}\n2025-07-15 16:51:35.938 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] received connection request\n2025-07-15 16:51:35.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:51:35.938 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:51:35.964 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] socks forwarding established\n2025-07-15 16:51:35.990 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8ec6aa7b-d475-4b7b-bf04-d1b584035ab1] socks connection closed\n2025-07-15 16:51:35.990 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Process exited with code 0\n2025-07-15 16:51:35.990 [info] [command][6cffe04a-839e-4aa1-957b-2a65ea3e0663] Socket close event received\n2025-07-15 16:51:36.014 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59183 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:52:35.994 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:52:35.997 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3250eb48-9cdd-4484-bdb8-aa495cd38e9c""}\n2025-07-15 16:52:35.997 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] received connection request\n2025-07-15 16:52:35.997 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:52:35.997 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:52:36.027 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] socks forwarding established\n2025-07-15 16:52:36.071 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Process exited with code 0\n2025-07-15 16:52:36.071 [info] [command][3250eb48-9cdd-4484-bdb8-aa495cd38e9c] Socket close event received\n2025-07-15 16:52:36.072 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e56b8781-0f6c-43c7-869c-a441e8f64e7e] socks connection closed\n2025-07-15 16:52:36.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59232 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:53:36.077 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:53:36.079 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""96322d48-7358-47c9-9dec-b36e029199cb""}\n2025-07-15 16:53:36.080 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] received connection request\n2025-07-15 16:53:36.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:53:36.107 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] socks forwarding established\n2025-07-15 16:53:36.135 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Process exited with code 0\n2025-07-15 16:53:36.135 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d700e43c-ac07-422d-babd-f040e077d1d3] socks connection closed\n2025-07-15 16:53:36.135 [info] [command][96322d48-7358-47c9-9dec-b36e029199cb] Socket close event received\n2025-07-15 16:53:36.244 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59293 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:54:36.140 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:54:36.142 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""96c0cea2-4344-4123-b710-daf658aae92c""}\n2025-07-15 16:54:36.143 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] received connection request\n2025-07-15 16:54:36.143 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:54:36.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] socks forwarding established\n2025-07-15 16:54:36.205 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Process exited with code 0\n2025-07-15 16:54:36.205 [info] [command][96c0cea2-4344-4123-b710-daf658aae92c] Socket close event received\n2025-07-15 16:54:36.205 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1c9ec2a1-50d4-46bb-ad9e-e01f6331f2ea] socks connection closed\n2025-07-15 16:54:36.233 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59344 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:55:36.211 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:55:36.213 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fa6118dc-221c-43a6-9d92-355a2027b219""}\n2025-07-15 16:55:36.214 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] received connection request\n2025-07-15 16:55:36.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:55:36.240 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] socks forwarding established\n2025-07-15 16:55:36.268 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Process exited with code 0\n2025-07-15 16:55:36.268 [info] [command][fa6118dc-221c-43a6-9d92-355a2027b219] Socket close event received\n2025-07-15 16:55:36.269 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59c5b294-d653-4d0e-bec3-92cccb5e218c] socks connection closed\n2025-07-15 16:55:36.293 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59383 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:56:36.270 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:56:36.272 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd""}\n2025-07-15 16:56:36.273 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] received connection request\n2025-07-15 16:56:36.274 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:56:36.364 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] socks forwarding established\n2025-07-15 16:56:36.391 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Process exited with code 0\n2025-07-15 16:56:36.391 [info] [command][d78d7e4d-efc4-44b9-baaf-cf07ab7d14fd] Socket close event received\n2025-07-15 16:56:36.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][09d3a371-fa6a-439b-a08b-a04df86166c7] socks connection closed\n2025-07-15 16:56:36.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59445 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:57:36.396 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:57:36.398 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fac65925-9bf1-4e9f-b78e-3f17284423fd""}\n2025-07-15 16:57:36.398 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] received connection request\n2025-07-15 16:57:36.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:57:36.423 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] socks forwarding established\n2025-07-15 16:57:36.450 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Process exited with code 0\n2025-07-15 16:57:36.450 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aefb99c2-df0f-431c-91de-e6ef11939eba] socks connection closed\n2025-07-15 16:57:36.450 [info] [command][fac65925-9bf1-4e9f-b78e-3f17284423fd] Socket close event received\n2025-07-15 16:57:36.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59488 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:58:36.455 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:58:36.457 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7ab881ba-2384-4589-bc31-3ecffde0756a""}\n2025-07-15 16:58:36.457 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] received connection request\n2025-07-15 16:58:36.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:58:36.458 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:58:36.485 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] socks forwarding established\n2025-07-15 16:58:36.514 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ebd719ab-52fd-4b4e-9270-74afb0e5cb6d] socks connection closed\n2025-07-15 16:58:36.514 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Process exited with code 0\n2025-07-15 16:58:36.514 [info] [command][7ab881ba-2384-4589-bc31-3ecffde0756a] Socket close event received\n2025-07-15 16:58:36.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59545 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 16:59:36.516 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 16:59:36.518 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0e5f51b2-5bce-476c-98c7-4af3a7526749""}\n2025-07-15 16:59:36.518 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] received connection request\n2025-07-15 16:59:36.518 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 16:59:36.518 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 16:59:36.541 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] socks forwarding established\n2025-07-15 16:59:36.570 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7e903845-7060-403f-8d22-741566bf73fd] socks connection closed\n2025-07-15 16:59:36.571 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Process exited with code 0\n2025-07-15 16:59:36.571 [info] [command][0e5f51b2-5bce-476c-98c7-4af3a7526749] Socket close event received\n2025-07-15 16:59:36.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59597 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:00:36.576 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:00:36.578 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5ca68d99-725a-45e2-8dca-ca4eca238364""}\n2025-07-15 17:00:36.578 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] received connection request\n2025-07-15 17:00:36.579 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:00:36.606 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] socks forwarding established\n2025-07-15 17:00:36.633 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Process exited with code 0\n2025-07-15 17:00:36.633 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1634a743-eb94-4f12-8b61-fe30c2485830] socks connection closed\n2025-07-15 17:00:36.633 [info] [command][5ca68d99-725a-45e2-8dca-ca4eca238364] Socket close event received\n2025-07-15 17:00:36.657 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59648 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:01:36.634 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:01:36.636 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""85c390c5-ec2a-44e1-aad3-571e665fb657""}\n2025-07-15 17:01:36.636 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] received connection request\n2025-07-15 17:01:36.636 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:01:36.660 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] socks forwarding established\n2025-07-15 17:01:36.686 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b6470df1-e10a-42d0-99cd-e28a656fe1ce] socks connection closed\n2025-07-15 17:01:36.686 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Process exited with code 0\n2025-07-15 17:01:36.686 [info] [command][85c390c5-ec2a-44e1-aad3-571e665fb657] Socket close event received\n2025-07-15 17:01:36.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59712 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:02:36.690 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:02:36.692 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""028bc1d7-a053-4a6f-a8d2-03e3be5a0562""}\n2025-07-15 17:02:36.692 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] received connection request\n2025-07-15 17:02:36.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:02:36.717 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] socks forwarding established\n2025-07-15 17:02:36.750 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Process exited with code 0\n2025-07-15 17:02:36.751 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][97419984-10c4-441f-ae3f-ac49d38d6cc2] socks connection closed\n2025-07-15 17:02:36.751 [info] [command][028bc1d7-a053-4a6f-a8d2-03e3be5a0562] Socket close event received\n2025-07-15 17:02:36.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59775 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:03:36.751 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:03:36.754 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6ae3df07-f22e-49e5-8806-6cacd3f73799""}\n2025-07-15 17:03:36.755 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] received connection request\n2025-07-15 17:03:36.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:03:36.854 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] socks forwarding established\n2025-07-15 17:03:36.963 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Process exited with code 0\n2025-07-15 17:03:36.964 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0ebb1641-52aa-45b6-915e-678743a10b7c] socks connection closed\n2025-07-15 17:03:36.964 [info] [command][6ae3df07-f22e-49e5-8806-6cacd3f73799] Socket close event received\n2025-07-15 17:03:36.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59810 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:04:36.965 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:04:36.968 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5214c74c-b518-4118-94a3-cd2b4e5da8f0""}\n2025-07-15 17:04:36.968 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] received connection request\n2025-07-15 17:04:36.969 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:04:36.993 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] socks forwarding established\n2025-07-15 17:04:37.019 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Process exited with code 0\n2025-07-15 17:04:37.019 [info] [command][5214c74c-b518-4118-94a3-cd2b4e5da8f0] Socket close event received\n2025-07-15 17:04:37.020 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c03ecf-26bb-4bec-9cb2-658ff98751e3] socks connection closed\n2025-07-15 17:04:37.047 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59849 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:05:37.022 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:05:37.025 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a61c1f32-48c6-4d89-add8-f0f78386075f""}\n2025-07-15 17:05:37.026 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] received connection request\n2025-07-15 17:05:37.027 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:05:37.055 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] socks forwarding established\n2025-07-15 17:05:37.081 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Process exited with code 0\n2025-07-15 17:05:37.081 [info] [command][a61c1f32-48c6-4d89-add8-f0f78386075f] Socket close event received\n2025-07-15 17:05:37.081 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fe3ae214-7695-4613-94d7-c9902db87e19] socks connection closed\n2025-07-15 17:05:37.104 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59898 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:06:37.087 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:06:37.089 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""4128371d-5237-4d69-9997-5d2688f509ef""}\n2025-07-15 17:06:37.090 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] received connection request\n2025-07-15 17:06:37.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:06:37.116 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] socks forwarding established\n2025-07-15 17:06:37.143 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Process exited with code 0\n2025-07-15 17:06:37.144 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f3dc60ef-22db-43e6-aa46-c9945eeddd6d] socks connection closed\n2025-07-15 17:06:37.144 [info] [command][4128371d-5237-4d69-9997-5d2688f509ef] Socket close event received\n2025-07-15 17:06:37.168 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59937 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:07:37.149 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:07:37.151 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ff911148-c57a-4d8c-b9c1-d0cd7809e227""}\n2025-07-15 17:07:37.152 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] received connection request\n2025-07-15 17:07:37.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:07:37.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] socks forwarding established\n2025-07-15 17:07:37.205 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Process exited with code 0\n2025-07-15 17:07:37.205 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06816e1b-a0b1-4938-854d-9ebe5e32ecae] socks connection closed\n2025-07-15 17:07:37.206 [info] [command][ff911148-c57a-4d8c-b9c1-d0cd7809e227] Socket close event received\n2025-07-15 17:07:37.229 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59960 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:08:37.210 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:08:37.211 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e05dd0f9-812e-4729-9893-f870cd17bcae""}\n2025-07-15 17:08:37.211 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] received connection request\n2025-07-15 17:08:37.212 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:08:37.212 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:08:37.235 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] socks forwarding established\n2025-07-15 17:08:37.261 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6fa82d6b-b9f6-4792-a386-4896c841d22b] socks connection closed\n2025-07-15 17:08:37.261 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Process exited with code 0\n2025-07-15 17:08:37.261 [info] [command][e05dd0f9-812e-4729-9893-f870cd17bcae] Socket close event received\n2025-07-15 17:08:37.285 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 59985 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:09:37.266 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:09:37.270 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf""}\n2025-07-15 17:09:37.271 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] received connection request\n2025-07-15 17:09:37.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:09:37.298 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] socks forwarding established\n2025-07-15 17:09:37.325 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Process exited with code 0\n2025-07-15 17:09:37.326 [info] [command][9bd6da24-e30d-4fb9-b32e-8e818cfbc4cf] Socket close event received\n2025-07-15 17:09:37.329 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][aae96b82-643b-48f5-9058-197b56931b52] socks connection closed\n2025-07-15 17:09:37.359 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60022 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:10:37.330 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:10:37.332 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ebd2122-3833-4282-b379-09414f3d806d""}\n2025-07-15 17:10:37.332 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] received connection request\n2025-07-15 17:10:37.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:10:37.332 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:10:37.356 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] socks forwarding established\n2025-07-15 17:10:37.382 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Process exited with code 0\n2025-07-15 17:10:37.382 [info] [command][0ebd2122-3833-4282-b379-09414f3d806d] Socket close event received\n2025-07-15 17:10:37.382 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a340c8ac-632c-46d6-a33a-fbfad9dcfc55] socks connection closed\n2025-07-15 17:10:37.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60066 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:11:37.384 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:11:37.386 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""21a4c17b-12a5-49e3-973a-96222cc9ed4c""}\n2025-07-15 17:11:37.387 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] received connection request\n2025-07-15 17:11:37.387 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:11:37.412 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] socks forwarding established\n2025-07-15 17:11:37.439 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Process exited with code 0\n2025-07-15 17:11:37.440 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c5fd0f6c-a1e1-48c1-90c2-2f1311d40f23] socks connection closed\n2025-07-15 17:11:37.440 [info] [command][21a4c17b-12a5-49e3-973a-96222cc9ed4c] Socket close event received\n2025-07-15 17:11:37.463 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60127 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:12:37.444 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:12:37.446 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a16fe95e-23a6-44eb-a9a8-074dcba1bf43""}\n2025-07-15 17:12:37.447 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] received connection request\n2025-07-15 17:12:37.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:12:37.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] socks forwarding established\n2025-07-15 17:12:37.609 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Process exited with code 0\n2025-07-15 17:12:37.609 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][95cd8d7b-f3c5-4c69-8a2b-4f746a4710d8] socks connection closed\n2025-07-15 17:12:37.609 [info] [command][a16fe95e-23a6-44eb-a9a8-074dcba1bf43] Socket close event received\n2025-07-15 17:12:37.633 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60158 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:13:37.614 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:13:37.617 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d299a7ed-1456-4801-a602-29c5fba78411""}\n2025-07-15 17:13:37.618 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] received connection request\n2025-07-15 17:13:37.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:13:37.643 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] socks forwarding established\n2025-07-15 17:13:37.670 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Process exited with code 0\n2025-07-15 17:13:37.670 [info] [command][d299a7ed-1456-4801-a602-29c5fba78411] Socket close event received\n2025-07-15 17:13:37.671 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2554db49-2667-4432-96f3-5e69e4903dfc] socks connection closed\n2025-07-15 17:13:37.695 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60190 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:14:37.672 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:14:37.675 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b6f66f6a-5c1a-4541-89c3-c688d7bc58f7""}\n2025-07-15 17:14:37.675 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] received connection request\n2025-07-15 17:14:37.676 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:14:37.782 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] socks forwarding established\n2025-07-15 17:14:37.810 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Process exited with code 0\n2025-07-15 17:14:37.810 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0c9a7a96-5563-4934-87c2-e832c9e5db5a] socks connection closed\n2025-07-15 17:14:37.810 [info] [command][b6f66f6a-5c1a-4541-89c3-c688d7bc58f7] Socket close event received\n2025-07-15 17:14:37.906 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60239 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:15:37.811 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:15:37.813 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c""}\n2025-07-15 17:15:37.814 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] received connection request\n2025-07-15 17:15:37.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:15:37.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] socks forwarding established\n2025-07-15 17:15:37.870 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Process exited with code 0\n2025-07-15 17:15:37.871 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44d8455c-8ab5-4b6d-b4ce-dfca813438ac] socks connection closed\n2025-07-15 17:15:37.871 [info] [command][30234a6f-8c66-4dbf-9c8a-cfefdb6b6c8c] Socket close event received\n2025-07-15 17:15:37.895 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60284 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:16:37.871 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:16:37.873 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ce615636-a104-4842-803a-e20d628016ce""}\n2025-07-15 17:16:37.873 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] received connection request\n2025-07-15 17:16:37.874 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:16:37.898 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] socks forwarding established\n2025-07-15 17:16:37.925 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Process exited with code 0\n2025-07-15 17:16:37.925 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][86512f38-c69c-4fec-9033-5c52a02dc29d] socks connection closed\n2025-07-15 17:16:37.925 [info] [command][ce615636-a104-4842-803a-e20d628016ce] Socket close event received\n2025-07-15 17:16:37.951 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60322 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:17:37.930 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:17:37.932 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c330a6d-8fc3-4598-ae37-082602e3b688""}\n2025-07-15 17:17:37.933 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] received connection request\n2025-07-15 17:17:37.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:17:38.003 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] socks forwarding established\n2025-07-15 17:17:38.037 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Process exited with code 0\n2025-07-15 17:17:38.037 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1beaf19f-24d7-41a6-8c74-f6d722631e08] socks connection closed\n2025-07-15 17:17:38.037 [info] [command][5c330a6d-8fc3-4598-ae37-082602e3b688] Socket close event received\n2025-07-15 17:17:38.066 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60342 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:18:38.043 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:18:38.044 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""73d62b6a-149f-406f-9b66-d38602e8374e""}\n2025-07-15 17:18:38.045 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] received connection request\n2025-07-15 17:18:38.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:18:38.140 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] socks forwarding established\n2025-07-15 17:18:38.244 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Process exited with code 0\n2025-07-15 17:18:38.244 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][339da165-1582-4efe-9188-facdb50f66c9] socks connection closed\n2025-07-15 17:18:38.244 [info] [command][73d62b6a-149f-406f-9b66-d38602e8374e] Socket close event received\n2025-07-15 17:18:38.269 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60367 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:19:38.246 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:19:38.248 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e1a5c6e5-74dd-42fe-b5be-c430f446bb6f""}\n2025-07-15 17:19:38.248 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] received connection request\n2025-07-15 17:19:38.249 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:19:39.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] socks forwarding established\n2025-07-15 17:19:39.056 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Process exited with code 0\n2025-07-15 17:19:39.056 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79939fb6-09a1-4a32-a907-22b923ddca4c] socks connection closed\n2025-07-15 17:19:39.056 [info] [command][e1a5c6e5-74dd-42fe-b5be-c430f446bb6f] Socket close event received\n2025-07-15 17:19:39.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60407 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:20:39.061 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:20:39.064 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5bc5c606-6628-44d1-861f-0a8d184a3a2f""}\n2025-07-15 17:20:39.065 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] received connection request\n2025-07-15 17:20:39.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:20:39.090 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] socks forwarding established\n2025-07-15 17:20:39.117 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Process exited with code 0\n2025-07-15 17:20:39.118 [info] [command][5bc5c606-6628-44d1-861f-0a8d184a3a2f] Socket close event received\n2025-07-15 17:20:39.119 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3301a3a2-bc51-4d67-9bde-07720bc598ec] socks connection closed\n2025-07-15 17:20:39.143 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60455 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:21:39.122 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:21:39.125 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0d4cc294-b673-403f-beef-0655b0644e56""}\n2025-07-15 17:21:39.125 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] received connection request\n2025-07-15 17:21:39.126 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:21:39.127 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:21:39.156 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] socks forwarding established\n2025-07-15 17:21:39.273 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][befeee45-27f1-4da4-9e9c-5b1835e58767] socks connection closed\n2025-07-15 17:21:39.273 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Process exited with code 0\n2025-07-15 17:21:39.273 [info] [command][0d4cc294-b673-403f-beef-0655b0644e56] Socket close event received\n2025-07-15 17:21:39.299 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60526 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:22:39.274 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:22:39.276 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f1e0a670-7ed7-46b6-b387-0c1e06552bb2""}\n2025-07-15 17:22:39.276 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] received connection request\n2025-07-15 17:22:39.277 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:22:39.277 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:22:39.388 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] socks forwarding established\n2025-07-15 17:22:39.418 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Process exited with code 0\n2025-07-15 17:22:39.419 [info] [command][f1e0a670-7ed7-46b6-b387-0c1e06552bb2] Socket close event received\n2025-07-15 17:22:39.425 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][06bf7561-6e65-49a8-aef6-8ade8e8ddf06] socks connection closed\n2025-07-15 17:22:39.452 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60551 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:23:39.423 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:23:39.427 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] received connection request\n2025-07-15 17:23:39.428 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""62fd0a1e-0d22-472a-8ad4-db2827f98797""}\n2025-07-15 17:23:39.431 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:23:39.463 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] socks forwarding established\n2025-07-15 17:23:39.503 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Process exited with code 0\n2025-07-15 17:23:39.503 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f5fae915-b66e-4837-8664-e82be6e5e7c8] socks connection closed\n2025-07-15 17:23:39.503 [info] [command][62fd0a1e-0d22-472a-8ad4-db2827f98797] Socket close event received\n2025-07-15 17:23:39.545 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60590 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:24:39.507 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:24:39.508 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2096bcaf-45b6-49b0-ae10-81ef2ebeb363""}\n2025-07-15 17:24:39.509 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] received connection request\n2025-07-15 17:24:39.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:24:39.561 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] socks forwarding established\n2025-07-15 17:24:39.722 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Process exited with code 0\n2025-07-15 17:24:39.722 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][390eef8c-8b4d-4a26-aae0-fff85f6bfa2c] socks connection closed\n2025-07-15 17:24:39.722 [info] [command][2096bcaf-45b6-49b0-ae10-81ef2ebeb363] Socket close event received\n2025-07-15 17:24:39.750 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60675 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:25:39.724 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:25:39.726 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b6143009-95e2-4efb-ac03-1394dba8ace5""}\n2025-07-15 17:25:39.727 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] received connection request\n2025-07-15 17:25:39.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:25:39.728 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:25:39.758 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] socks forwarding established\n2025-07-15 17:25:39.787 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Process exited with code 0\n2025-07-15 17:25:39.787 [info] [command][b6143009-95e2-4efb-ac03-1394dba8ace5] Socket close event received\n2025-07-15 17:25:39.809 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a1431309-ccff-40b0-9c6e-63d773e5567f] socks connection closed\n2025-07-15 17:25:39.810 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60712 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:26:39.787 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:26:39.788 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc""}\n2025-07-15 17:26:39.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] received connection request\n2025-07-15 17:26:39.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:26:39.813 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] socks forwarding established\n2025-07-15 17:26:39.842 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Process exited with code 0\n2025-07-15 17:26:39.842 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0e6822e8-f783-4c57-ad1f-b2b29a7046b4] socks connection closed\n2025-07-15 17:26:39.842 [info] [command][85fb2c7f-6b6c-4bf3-a3c0-eb6c25b048bc] Socket close event received\n2025-07-15 17:26:39.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60768 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:27:39.847 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:27:39.849 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""905f7693-ef1f-4246-9c18-2caae7277592""}\n2025-07-15 17:27:39.850 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] received connection request\n2025-07-15 17:27:39.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:27:39.953 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] socks forwarding established\n2025-07-15 17:27:40.101 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Process exited with code 0\n2025-07-15 17:27:40.101 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2b76ca1a-e4c2-42e4-8bb2-2c7f39372941] socks connection closed\n2025-07-15 17:27:40.101 [info] [command][905f7693-ef1f-4246-9c18-2caae7277592] Socket close event received\n2025-07-15 17:27:40.127 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60790 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:28:40.102 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:28:40.105 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5e2e4675-506c-46c7-bf5b-a48b1fa81d99""}\n2025-07-15 17:28:40.105 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] received connection request\n2025-07-15 17:28:40.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:28:40.145 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] socks forwarding established\n2025-07-15 17:28:40.173 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Process exited with code 0\n2025-07-15 17:28:40.173 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bbecb3e3-6afa-4ea0-9221-2c0a27c27e03] socks connection closed\n2025-07-15 17:28:40.173 [info] [command][5e2e4675-506c-46c7-bf5b-a48b1fa81d99] Socket close event received\n2025-07-15 17:28:40.201 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60824 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:29:40.179 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:29:40.181 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""aea09ecb-2696-4264-9aca-d0ed39bc6217""}\n2025-07-15 17:29:40.182 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] received connection request\n2025-07-15 17:29:40.183 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:29:40.245 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] socks forwarding established\n2025-07-15 17:29:40.338 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Process exited with code 0\n2025-07-15 17:29:40.338 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][370e76a3-2fe5-4681-971b-d670404c2b25] socks connection closed\n2025-07-15 17:29:40.338 [info] [command][aea09ecb-2696-4264-9aca-d0ed39bc6217] Socket close event received\n2025-07-15 17:29:40.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60865 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:30:40.343 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:30:40.345 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""76d16aed-d6db-4e4d-8c9c-097a74d186e6""}\n2025-07-15 17:30:40.346 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] received connection request\n2025-07-15 17:30:40.346 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:30:40.346 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:30:40.490 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] socks forwarding established\n2025-07-15 17:30:40.667 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Process exited with code 0\n2025-07-15 17:30:40.668 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][829497b3-ebfa-40aa-9c1d-399fb3038410] socks connection closed\n2025-07-15 17:30:40.668 [info] [command][76d16aed-d6db-4e4d-8c9c-097a74d186e6] Socket close event received\n2025-07-15 17:30:40.692 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60906 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:31:40.668 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:31:40.669 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""26e646f7-0d03-4fe3-a31b-f3663d4e32d2""}\n2025-07-15 17:31:40.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] received connection request\n2025-07-15 17:31:40.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:31:40.693 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] socks forwarding established\n2025-07-15 17:31:40.718 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Process exited with code 0\n2025-07-15 17:31:40.718 [info] [command][26e646f7-0d03-4fe3-a31b-f3663d4e32d2] Socket close event received\n2025-07-15 17:31:40.741 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff29677f-32d9-49b8-a096-86546272221a] socks connection closed\n2025-07-15 17:31:40.743 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60947 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:32:40.719 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:32:40.722 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fe6f9683-52bd-4677-a1b8-76bd5ddbc50e""}\n2025-07-15 17:32:40.723 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] received connection request\n2025-07-15 17:32:40.723 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:32:40.806 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] socks forwarding established\n2025-07-15 17:32:40.847 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Process exited with code 0\n2025-07-15 17:32:40.847 [info] [command][fe6f9683-52bd-4677-a1b8-76bd5ddbc50e] Socket close event received\n2025-07-15 17:32:40.899 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b028cb57-967f-4ac1-920b-e4f459bb96ea] socks connection closed\n2025-07-15 17:32:40.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 60973 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:33:40.848 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:33:40.851 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""49af796d-fb3f-4ebf-ab80-01661b790ae0""}\n2025-07-15 17:33:40.852 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] received connection request\n2025-07-15 17:33:40.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:33:40.938 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] socks forwarding established\n2025-07-15 17:33:41.101 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Process exited with code 0\n2025-07-15 17:33:41.102 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bb9c62ff-d17e-4803-af19-6b87de005ceb] socks connection closed\n2025-07-15 17:33:41.102 [info] [command][49af796d-fb3f-4ebf-ab80-01661b790ae0] Socket close event received\n2025-07-15 17:33:41.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61004 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:34:41.107 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:34:41.110 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1409be99-1caa-4bd5-a77b-b6d3b8e4df3f""}\n2025-07-15 17:34:41.111 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] received connection request\n2025-07-15 17:34:41.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:34:41.137 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] socks forwarding established\n2025-07-15 17:34:41.165 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Process exited with code 0\n2025-07-15 17:34:41.165 [info] [command][1409be99-1caa-4bd5-a77b-b6d3b8e4df3f] Socket close event received\n2025-07-15 17:34:41.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61039 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:34:41.190 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5f110074-1a93-435b-b90d-06555b126401] socks connection closed\n2025-07-15 17:35:41.167 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:35:41.169 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3689c4ad-9694-4bce-ba6c-2229e50068d3""}\n2025-07-15 17:35:41.170 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] received connection request\n2025-07-15 17:35:41.171 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:35:41.195 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] socks forwarding established\n2025-07-15 17:35:41.223 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Process exited with code 0\n2025-07-15 17:35:41.223 [info] [command][3689c4ad-9694-4bce-ba6c-2229e50068d3] Socket close event received\n2025-07-15 17:35:41.246 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][417cfbb6-0932-4b3f-8149-845f6107308d] socks connection closed\n2025-07-15 17:35:41.248 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61085 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:36:41.226 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:36:41.229 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""bd5d6a70-e4ed-4335-b230-1e70d31e4a60""}\n2025-07-15 17:36:41.230 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] received connection request\n2025-07-15 17:36:41.231 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:36:41.259 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] socks forwarding established\n2025-07-15 17:36:41.311 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Process exited with code 0\n2025-07-15 17:36:41.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9bc1b7a8-aba8-46ed-ae92-41d6f2371cca] socks connection closed\n2025-07-15 17:36:41.311 [info] [command][bd5d6a70-e4ed-4335-b230-1e70d31e4a60] Socket close event received\n2025-07-15 17:36:41.472 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61126 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:37:41.312 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:37:41.315 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""806cee54-a94c-4121-a2a0-050e4396f3bd""}\n2025-07-15 17:37:41.316 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] received connection request\n2025-07-15 17:37:41.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:37:41.341 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] socks forwarding established\n2025-07-15 17:37:41.372 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Process exited with code 0\n2025-07-15 17:37:41.372 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2cbb8597-037a-4710-bcc3-6af1e7ae7c78] socks connection closed\n2025-07-15 17:37:41.373 [info] [command][806cee54-a94c-4121-a2a0-050e4396f3bd] Socket close event received\n2025-07-15 17:37:41.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61146 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:38:41.378 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:38:41.379 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fa215e29-7601-4b4c-9207-fd4f8c39bba0""}\n2025-07-15 17:38:41.380 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] received connection request\n2025-07-15 17:38:41.380 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:38:41.405 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] socks forwarding established\n2025-07-15 17:38:41.431 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Process exited with code 0\n2025-07-15 17:38:41.431 [info] [command][fa215e29-7601-4b4c-9207-fd4f8c39bba0] Socket close event received\n2025-07-15 17:38:41.432 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9308a647-d06f-4b36-b492-781bcd599e08] socks connection closed\n2025-07-15 17:38:41.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61180 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:39:41.436 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:39:41.438 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0efcffe1-3e48-43b4-a41b-c2f2764a9158""}\n2025-07-15 17:39:41.439 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] received connection request\n2025-07-15 17:39:41.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:39:41.512 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] socks forwarding established\n2025-07-15 17:39:41.542 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Process exited with code 0\n2025-07-15 17:39:41.542 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][b08b1674-676f-42cf-b355-ae002652c0a7] socks connection closed\n2025-07-15 17:39:41.542 [info] [command][0efcffe1-3e48-43b4-a41b-c2f2764a9158] Socket close event received\n2025-07-15 17:39:41.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61217 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:40:41.544 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:40:41.547 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19d1b17a-6dc3-4cc0-a62e-1e088f6bac43""}\n2025-07-15 17:40:41.548 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] received connection request\n2025-07-15 17:40:41.548 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:40:41.573 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] socks forwarding established\n2025-07-15 17:40:41.606 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Process exited with code 0\n2025-07-15 17:40:41.606 [info] [command][19d1b17a-6dc3-4cc0-a62e-1e088f6bac43] Socket close event received\n2025-07-15 17:40:41.630 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7ff3dab0-d7d7-487f-8862-0541328af243] socks connection closed\n2025-07-15 17:40:41.631 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61261 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:41:41.607 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:41:41.609 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1bce189a-cca1-451a-a05c-6032b57cf700""}\n2025-07-15 17:41:41.609 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] received connection request\n2025-07-15 17:41:41.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:41:41.634 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] socks forwarding established\n2025-07-15 17:41:41.662 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Process exited with code 0\n2025-07-15 17:41:41.662 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c3c42d9f-e10e-46cc-8a48-58b67e7549fb] socks connection closed\n2025-07-15 17:41:41.662 [info] [command][1bce189a-cca1-451a-a05c-6032b57cf700] Socket close event received\n2025-07-15 17:41:41.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61309 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:42:41.666 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:42:41.668 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""996ba202-9520-4b60-9f30-86c04d825634""}\n2025-07-15 17:42:41.669 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] received connection request\n2025-07-15 17:42:41.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:42:41.775 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] socks forwarding established\n2025-07-15 17:42:41.931 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Process exited with code 0\n2025-07-15 17:42:41.931 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56dc4a07-ba1f-42d3-a474-5af0bd2f2634] socks connection closed\n2025-07-15 17:42:41.931 [info] [command][996ba202-9520-4b60-9f30-86c04d825634] Socket close event received\n2025-07-15 17:42:41.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61350 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:43:41.934 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:43:41.940 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] received connection request\n2025-07-15 17:43:41.940 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ca15602e-b5b1-4020-996a-72ea887058ec""}\n2025-07-15 17:43:41.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:43:41.941 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:43:41.965 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] socks forwarding established\n2025-07-15 17:43:41.992 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad09451-a3f9-48f9-8368-7040bc392542] socks connection closed\n2025-07-15 17:43:41.993 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Process exited with code 0\n2025-07-15 17:43:41.993 [info] [command][ca15602e-b5b1-4020-996a-72ea887058ec] Socket close event received\n2025-07-15 17:43:42.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61411 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:44:41.996 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:44:41.999 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3356f12a-057b-41a6-a6bd-929ed3ed597d""}\n2025-07-15 17:44:42.000 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] received connection request\n2025-07-15 17:44:42.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:44:42.031 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] socks forwarding established\n2025-07-15 17:44:42.059 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Process exited with code 0\n2025-07-15 17:44:42.059 [info] [command][3356f12a-057b-41a6-a6bd-929ed3ed597d] Socket close event received\n2025-07-15 17:44:42.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61439 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:44:42.085 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c8d4b77-ed50-45e3-a5b4-a79368bdf7bb] socks connection closed\n2025-07-15 17:45:42.064 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:45:42.064 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4""}\n2025-07-15 17:45:42.065 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] received connection request\n2025-07-15 17:45:42.065 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:45:42.089 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] socks forwarding established\n2025-07-15 17:45:42.115 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Process exited with code 0\n2025-07-15 17:45:42.115 [info] [command][5490dfa8-ae48-4dfe-8c6d-6bd30df80fb4] Socket close event received\n2025-07-15 17:45:42.139 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][19871b5e-9118-457d-aca2-62c8c9968eca] socks connection closed\n2025-07-15 17:45:42.140 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61481 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:46:42.120 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:46:42.122 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""348a7664-a33b-48a4-85ea-697b8ae81770""}\n2025-07-15 17:46:42.123 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] received connection request\n2025-07-15 17:46:42.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:46:42.152 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] socks forwarding established\n2025-07-15 17:46:42.180 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Process exited with code 0\n2025-07-15 17:46:42.180 [info] [command][348a7664-a33b-48a4-85ea-697b8ae81770] Socket close event received\n2025-07-15 17:46:42.204 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61521 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:46:42.204 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][46f793cb-c679-4736-9ff6-35e6d2b123d6] socks connection closed\n2025-07-15 17:47:42.183 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:47:42.185 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""94653d41-f66a-4243-abe4-e605c9c77803""}\n2025-07-15 17:47:42.186 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] received connection request\n2025-07-15 17:47:42.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:47:42.215 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] socks forwarding established\n2025-07-15 17:47:42.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd6043fd-bec7-4564-9eef-1e4f03c921d4] socks connection closed\n2025-07-15 17:47:42.312 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Process exited with code 0\n2025-07-15 17:47:42.312 [info] [command][94653d41-f66a-4243-abe4-e605c9c77803] Socket close event received\n2025-07-15 17:47:42.335 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61546 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:48:42.312 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:48:42.315 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19b6e1fd-0d5e-4098-9e0e-74942529278e""}\n2025-07-15 17:48:42.316 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] received connection request\n2025-07-15 17:48:42.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:48:42.342 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] socks forwarding established\n2025-07-15 17:48:42.371 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Process exited with code 0\n2025-07-15 17:48:42.372 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ea752016-c7ae-42df-850a-e76e2299b6f7] socks connection closed\n2025-07-15 17:48:42.372 [info] [command][19b6e1fd-0d5e-4098-9e0e-74942529278e] Socket close event received\n2025-07-15 17:48:42.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:49:42.377 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:49:42.379 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""12a6ea89-94c9-4e21-8913-14b45f3b143c""}\n2025-07-15 17:49:42.379 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] received connection request\n2025-07-15 17:49:42.379 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:49:42.379 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:49:42.403 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] socks forwarding established\n2025-07-15 17:49:42.430 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7818c45e-f6ad-4bca-b0c0-0dd74df31e4f] socks connection closed\n2025-07-15 17:49:42.430 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Process exited with code 0\n2025-07-15 17:49:42.431 [info] [command][12a6ea89-94c9-4e21-8913-14b45f3b143c] Socket close event received\n2025-07-15 17:49:42.453 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:50:42.433 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:50:42.434 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e4283ba7-cfc7-4a23-b69c-aa1240eb719b""}\n2025-07-15 17:50:42.434 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] received connection request\n2025-07-15 17:50:42.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 17:50:42.435 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:50:42.458 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] socks forwarding established\n2025-07-15 17:50:42.494 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ff994046-5bfd-4955-a172-c50b8c0d51f5] socks connection closed\n2025-07-15 17:50:42.494 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Process exited with code 0\n2025-07-15 17:50:42.494 [info] [command][e4283ba7-cfc7-4a23-b69c-aa1240eb719b] Socket close event received\n2025-07-15 17:50:42.517 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61650 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:51:42.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:51:42.499 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b4ac886f-361d-4724-93ae-91fd63f15d85""}\n2025-07-15 17:51:42.500 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] received connection request\n2025-07-15 17:51:42.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:51:42.602 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] socks forwarding established\n2025-07-15 17:51:42.629 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][074f0fb1-15e9-450a-8b27-436dd8700922] socks connection closed\n2025-07-15 17:51:42.629 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Process exited with code 0\n2025-07-15 17:51:42.629 [info] [command][b4ac886f-361d-4724-93ae-91fd63f15d85] Socket close event received\n2025-07-15 17:51:42.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61728 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:52:42.634 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:52:42.637 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""43a72bd3-caed-48b5-8c96-e549f4c773cb""}\n2025-07-15 17:52:42.638 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] received connection request\n2025-07-15 17:52:42.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:52:42.765 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] socks forwarding established\n2025-07-15 17:52:42.797 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Process exited with code 0\n2025-07-15 17:52:42.798 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][778f6ab7-e314-45be-8b60-95116983fd07] socks connection closed\n2025-07-15 17:52:42.798 [info] [command][43a72bd3-caed-48b5-8c96-e549f4c773cb] Socket close event received\n2025-07-15 17:52:42.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61755 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:53:42.800 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:53:42.803 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""643719ef-6ebe-4f8b-9fa3-52c221ba597e""}\n2025-07-15 17:53:42.804 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] received connection request\n2025-07-15 17:53:42.804 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:53:42.828 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] socks forwarding established\n2025-07-15 17:53:42.856 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Process exited with code 0\n2025-07-15 17:53:42.856 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][bfc2cd56-a408-4e0f-8bd0-813700383950] socks connection closed\n2025-07-15 17:53:42.857 [info] [command][643719ef-6ebe-4f8b-9fa3-52c221ba597e] Socket close event received\n2025-07-15 17:53:42.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61791 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:54:42.858 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:54:42.859 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""846eddb9-6dc2-4c67-931f-ee2e4092d2ad""}\n2025-07-15 17:54:42.860 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] received connection request\n2025-07-15 17:54:42.861 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:54:42.885 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] socks forwarding established\n2025-07-15 17:54:42.911 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Process exited with code 0\n2025-07-15 17:54:42.912 [info] [command][846eddb9-6dc2-4c67-931f-ee2e4092d2ad] Socket close event received\n2025-07-15 17:54:42.912 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8f965116-3657-4cf0-b06a-0330bafa9521] socks connection closed\n2025-07-15 17:54:42.935 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61814 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:55:42.917 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:55:42.919 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7672d4dd-e8bd-4431-a7f4-46e064bd2bad""}\n2025-07-15 17:55:42.920 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] received connection request\n2025-07-15 17:55:42.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:55:43.012 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] socks forwarding established\n2025-07-15 17:55:43.167 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Process exited with code 0\n2025-07-15 17:55:43.168 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fae23f91-6d40-453e-a76f-52bd916f85dd] socks connection closed\n2025-07-15 17:55:43.168 [info] [command][7672d4dd-e8bd-4431-a7f4-46e064bd2bad] Socket close event received\n2025-07-15 17:55:43.200 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61851 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:56:43.172 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:56:43.174 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""fe266c1f-88a7-48ed-b9fd-72a4a448e300""}\n2025-07-15 17:56:43.175 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] received connection request\n2025-07-15 17:56:43.175 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:56:43.200 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] socks forwarding established\n2025-07-15 17:56:43.227 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Process exited with code 0\n2025-07-15 17:56:43.227 [info] [command][fe266c1f-88a7-48ed-b9fd-72a4a448e300] Socket close event received\n2025-07-15 17:56:43.228 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1024637c-2210-4d1e-97b5-515164439aa7] socks connection closed\n2025-07-15 17:56:43.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61898 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:57:43.230 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:57:43.233 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8dd51766-7d90-4731-9f87-f371c52c65e6""}\n2025-07-15 17:57:43.234 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] received connection request\n2025-07-15 17:57:43.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:57:43.259 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] socks forwarding established\n2025-07-15 17:57:43.285 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Process exited with code 0\n2025-07-15 17:57:43.286 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][67e68079-cba0-42dc-b6da-b7be4629d212] socks connection closed\n2025-07-15 17:57:43.286 [info] [command][8dd51766-7d90-4731-9f87-f371c52c65e6] Socket close event received\n2025-07-15 17:57:43.315 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61922 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:58:43.293 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:58:43.295 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5db0da48-3a27-41c6-8f20-95e69814eae1""}\n2025-07-15 17:58:43.295 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] received connection request\n2025-07-15 17:58:43.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:58:43.321 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] socks forwarding established\n2025-07-15 17:58:43.350 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Process exited with code 0\n2025-07-15 17:58:43.350 [info] [command][5db0da48-3a27-41c6-8f20-95e69814eae1] Socket close event received\n2025-07-15 17:58:43.351 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9346d8c0-314f-4ba5-a0a7-383e737ac6ed] socks connection closed\n2025-07-15 17:58:43.378 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61958 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 17:59:43.352 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 17:59:43.353 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""27104cc1-9a42-4295-b082-806e5c78a9c3""}\n2025-07-15 17:59:43.354 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] received connection request\n2025-07-15 17:59:43.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 17:59:43.498 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] socks forwarding established\n2025-07-15 17:59:43.529 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Process exited with code 0\n2025-07-15 17:59:43.529 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][25611fdf-b168-45ff-a7c5-e7ffd0aedf98] socks connection closed\n2025-07-15 17:59:43.529 [info] [command][27104cc1-9a42-4295-b082-806e5c78a9c3] Socket close event received\n2025-07-15 17:59:43.630 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 61980 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:00:43.535 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:00:43.537 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""44fee38f-fe6a-46f4-8793-02baf37bbb89""}\n2025-07-15 18:00:43.538 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] received connection request\n2025-07-15 18:00:43.539 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:00:43.563 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] socks forwarding established\n2025-07-15 18:00:43.591 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Process exited with code 0\n2025-07-15 18:00:43.591 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44a56c8b-5d81-4621-97aa-1d23c41ffece] socks connection closed\n2025-07-15 18:00:43.591 [info] [command][44fee38f-fe6a-46f4-8793-02baf37bbb89] Socket close event received\n2025-07-15 18:00:43.614 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62017 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:01:43.594 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:01:43.596 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""c97dd73c-5374-4bfb-90d3-7cbddd2c0467""}\n2025-07-15 18:01:43.597 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] received connection request\n2025-07-15 18:01:43.598 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:01:43.655 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] socks forwarding established\n2025-07-15 18:01:43.683 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Process exited with code 0\n2025-07-15 18:01:43.683 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][a4c251e5-a13f-477f-9c8c-d135a3a842db] socks connection closed\n2025-07-15 18:01:43.683 [info] [command][c97dd73c-5374-4bfb-90d3-7cbddd2c0467] Socket close event received\n2025-07-15 18:01:43.707 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62063 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:02:43.687 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:02:43.688 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e607832a-2541-4ca6-b997-d7281413629f""}\n2025-07-15 18:02:43.688 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] received connection request\n2025-07-15 18:02:43.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:02:43.713 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] socks forwarding established\n2025-07-15 18:02:43.741 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Process exited with code 0\n2025-07-15 18:02:43.741 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][137bf1d8-3343-4bd8-89fb-c4dc81d278f5] socks connection closed\n2025-07-15 18:02:43.741 [info] [command][e607832a-2541-4ca6-b997-d7281413629f] Socket close event received\n2025-07-15 18:02:43.766 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62089 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:03:43.742 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:03:43.744 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e20fe0e2-8031-4a28-bfdb-c20c144c9bfb""}\n2025-07-15 18:03:43.745 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] received connection request\n2025-07-15 18:03:43.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:03:43.771 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] socks forwarding established\n2025-07-15 18:03:43.801 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Process exited with code 0\n2025-07-15 18:03:43.801 [info] [command][e20fe0e2-8031-4a28-bfdb-c20c144c9bfb] Socket close event received\n2025-07-15 18:03:43.802 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][70a892c3-78b9-4445-9871-27bbc258aaec] socks connection closed\n2025-07-15 18:03:43.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62129 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:04:43.806 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:04:43.808 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106""}\n2025-07-15 18:04:43.809 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] received connection request\n2025-07-15 18:04:43.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:04:43.834 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] socks forwarding established\n2025-07-15 18:04:43.862 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921887cf-a97c-4d76-b93d-31f756f56f5c] socks connection closed\n2025-07-15 18:04:43.863 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Process exited with code 0\n2025-07-15 18:04:43.863 [info] [command][e94e7c97-fb8d-4ab3-8bb0-7d0e80eb6106] Socket close event received\n2025-07-15 18:04:43.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62161 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:05:43.863 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:05:43.865 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0ccacced-8514-4d8c-9585-b171bc358e2a""}\n2025-07-15 18:05:43.866 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] received connection request\n2025-07-15 18:05:43.866 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:05:43.895 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] socks forwarding established\n2025-07-15 18:05:43.932 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Process exited with code 0\n2025-07-15 18:05:43.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][59f2df1a-71b1-48af-bc1f-ae48d3950665] socks connection closed\n2025-07-15 18:05:43.932 [info] [command][0ccacced-8514-4d8c-9585-b171bc358e2a] Socket close event received\n2025-07-15 18:05:43.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62225 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:06:43.933 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:06:43.936 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5d124c0c-361c-4441-8069-f09aac7e2927""}\n2025-07-15 18:06:43.936 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] received connection request\n2025-07-15 18:06:43.937 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:06:44.039 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] socks forwarding established\n2025-07-15 18:06:44.070 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Process exited with code 0\n2025-07-15 18:06:44.070 [info] [command][5d124c0c-361c-4441-8069-f09aac7e2927] Socket close event received\n2025-07-15 18:06:44.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62289 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:06:44.189 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][26f70178-262d-417b-9cf5-97e96170eeb5] socks connection closed\n2025-07-15 18:07:44.071 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:07:44.072 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""24758bd5-377c-4a28-bddc-3f143f56ebe8""}\n2025-07-15 18:07:44.073 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] received connection request\n2025-07-15 18:07:44.073 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:07:44.097 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] socks forwarding established\n2025-07-15 18:07:44.126 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Process exited with code 0\n2025-07-15 18:07:44.126 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][83ad0dc3-01c9-46ad-b2ce-0bdf205cc8d2] socks connection closed\n2025-07-15 18:07:44.126 [info] [command][24758bd5-377c-4a28-bddc-3f143f56ebe8] Socket close event received\n2025-07-15 18:07:44.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62362 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:08:44.131 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:08:44.133 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2c9e8c4a-2b16-4c96-91ba-a7467a86d987""}\n2025-07-15 18:08:44.133 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] received connection request\n2025-07-15 18:08:44.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:08:44.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] socks forwarding established\n2025-07-15 18:08:44.437 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Process exited with code 0\n2025-07-15 18:08:44.438 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][babead46-66a2-4ac8-9061-8b8086f480d3] socks connection closed\n2025-07-15 18:08:44.438 [info] [command][2c9e8c4a-2b16-4c96-91ba-a7467a86d987] Socket close event received\n2025-07-15 18:08:44.467 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62403 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:09:44.438 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:09:44.439 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] received connection request\n2025-07-15 18:09:44.440 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8e5d5949-d3e9-43b3-9e95-06c2494690a0""}\n2025-07-15 18:09:44.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:09:44.496 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] socks forwarding established\n2025-07-15 18:09:44.654 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Process exited with code 0\n2025-07-15 18:09:44.655 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d9caec69-7778-4d93-bb26-3e95cce8e806] socks connection closed\n2025-07-15 18:09:44.655 [info] [command][8e5d5949-d3e9-43b3-9e95-06c2494690a0] Socket close event received\n2025-07-15 18:09:44.681 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62428 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:10:44.660 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:10:44.661 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""baa18f5c-8261-41a2-a1a9-557d15c3729b""}\n2025-07-15 18:10:44.662 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] received connection request\n2025-07-15 18:10:44.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:10:44.729 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] socks forwarding established\n2025-07-15 18:10:44.889 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Process exited with code 0\n2025-07-15 18:10:44.890 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6a084b9c-ad84-4d29-927b-fdaf86fefb94] socks connection closed\n2025-07-15 18:10:44.890 [info] [command][baa18f5c-8261-41a2-a1a9-557d15c3729b] Socket close event received\n2025-07-15 18:10:44.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62500 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:11:44.892 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:11:44.894 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""19dee159-b05f-4d9b-88a3-82330b30369f""}\n2025-07-15 18:11:44.894 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] received connection request\n2025-07-15 18:11:44.894 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:11:44.894 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:11:44.918 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] socks forwarding established\n2025-07-15 18:11:45.060 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][fd4452f0-64bc-43c3-aed7-0a1889c65c3c] socks connection closed\n2025-07-15 18:11:45.060 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Process exited with code 0\n2025-07-15 18:11:45.060 [info] [command][19dee159-b05f-4d9b-88a3-82330b30369f] Socket close event received\n2025-07-15 18:11:45.089 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62541 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:12:45.065 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:12:45.066 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""acca514d-395b-4d6b-b092-1228a44e026b""}\n2025-07-15 18:12:45.066 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] received connection request\n2025-07-15 18:12:45.066 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:12:45.167 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] socks forwarding established\n2025-07-15 18:12:45.356 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Process exited with code 0\n2025-07-15 18:12:45.357 [info] [command][acca514d-395b-4d6b-b092-1228a44e026b] Socket close event received\n2025-07-15 18:12:45.362 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2bff37c6-8bb5-4a01-90e7-0f803df31e37] socks connection closed\n2025-07-15 18:12:45.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:13:45.358 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:13:45.359 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3""}\n2025-07-15 18:13:45.360 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] received connection request\n2025-07-15 18:13:45.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:13:45.423 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] socks forwarding established\n2025-07-15 18:13:45.461 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][828fb8ed-5bc3-462d-af0e-d688b688d38b] socks connection closed\n2025-07-15 18:13:45.461 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Process exited with code 0\n2025-07-15 18:13:45.461 [info] [command][ea0cfcf4-3bf0-4f2d-a561-53e36f4dc6f3] Socket close event received\n2025-07-15 18:13:45.567 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62615 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:14:45.466 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:14:45.468 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3c9108ee-abfe-4052-8a35-91b3ff6e2971""}\n2025-07-15 18:14:45.468 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] received connection request\n2025-07-15 18:14:45.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:14:45.493 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] socks forwarding established\n2025-07-15 18:14:45.519 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Process exited with code 0\n2025-07-15 18:14:45.519 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][991a001c-059b-45b5-9b23-c03c1ff83180] socks connection closed\n2025-07-15 18:14:45.519 [info] [command][3c9108ee-abfe-4052-8a35-91b3ff6e2971] Socket close event received\n2025-07-15 18:14:45.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62640 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:15:45.524 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:15:45.526 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""559301e5-05f9-4643-977f-7d5c3c7df3ab""}\n2025-07-15 18:15:45.527 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] received connection request\n2025-07-15 18:15:45.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:15:45.588 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] socks forwarding established\n2025-07-15 18:15:45.666 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Process exited with code 0\n2025-07-15 18:15:45.666 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e5788a30-0715-48ae-aa45-f642771e64b4] socks connection closed\n2025-07-15 18:15:45.666 [info] [command][559301e5-05f9-4643-977f-7d5c3c7df3ab] Socket close event received\n2025-07-15 18:15:45.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62682 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:16:45.668 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:16:45.669 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""5c8ecd6b-e692-48a9-bb17-9df14d731080""}\n2025-07-15 18:16:45.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] received connection request\n2025-07-15 18:16:45.670 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:16:45.780 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] socks forwarding established\n2025-07-15 18:16:45.811 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Process exited with code 0\n2025-07-15 18:16:45.812 [info] [command][5c8ecd6b-e692-48a9-bb17-9df14d731080] Socket close event received\n2025-07-15 18:16:45.825 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][cd114172-2318-42a7-a229-cf82dcf70130] socks connection closed\n2025-07-15 18:16:45.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62732 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:17:45.813 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:17:45.816 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""32a903fe-f635-4153-932f-cbb86d8dfa83""}\n2025-07-15 18:17:45.816 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] received connection request\n2025-07-15 18:17:45.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:17:45.846 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] socks forwarding established\n2025-07-15 18:17:45.873 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Process exited with code 0\n2025-07-15 18:17:45.874 [info] [command][32a903fe-f635-4153-932f-cbb86d8dfa83] Socket close event received\n2025-07-15 18:17:45.874 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][89d7ff20-c34f-466b-a615-f78a1298d833] socks connection closed\n2025-07-15 18:17:45.898 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62772 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:18:45.878 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:18:45.879 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ea1944a1-93a4-4168-aaba-7b88eb9eb3dc""}\n2025-07-15 18:18:45.880 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] received connection request\n2025-07-15 18:18:45.881 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:18:45.905 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] socks forwarding established\n2025-07-15 18:18:45.931 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Process exited with code 0\n2025-07-15 18:18:45.931 [info] [command][ea1944a1-93a4-4168-aaba-7b88eb9eb3dc] Socket close event received\n2025-07-15 18:18:45.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][835fe101-71c2-4867-a9be-81c93a06844b] socks connection closed\n2025-07-15 18:18:45.964 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62807 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:19:45.933 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:19:45.935 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4""}\n2025-07-15 18:19:45.935 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] received connection request\n2025-07-15 18:19:45.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:19:46.040 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] socks forwarding established\n2025-07-15 18:19:46.069 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Process exited with code 0\n2025-07-15 18:19:46.069 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e384fee1-2d1c-4a57-9270-75649d1df6dc] socks connection closed\n2025-07-15 18:19:46.070 [info] [command][1f2f4cb2-7cae-42a6-bde2-dcce949bc7f4] Socket close event received\n2025-07-15 18:19:46.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62839 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:20:46.071 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:20:46.074 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8f729e17-92cd-4ff2-854c-190bc5f4c7dc""}\n2025-07-15 18:20:46.074 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] received connection request\n2025-07-15 18:20:46.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:20:46.100 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] socks forwarding established\n2025-07-15 18:20:46.126 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Process exited with code 0\n2025-07-15 18:20:46.127 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][2e1616ba-c99e-4128-9e90-8eda85b6144b] socks connection closed\n2025-07-15 18:20:46.127 [info] [command][8f729e17-92cd-4ff2-854c-190bc5f4c7dc] Socket close event received\n2025-07-15 18:20:46.150 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62889 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:21:46.130 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:21:46.132 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f685f2cc-437e-4027-a771-27c5db4a6b8e""}\n2025-07-15 18:21:46.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] received connection request\n2025-07-15 18:21:46.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:21:46.160 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] socks forwarding established\n2025-07-15 18:21:46.193 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Process exited with code 0\n2025-07-15 18:21:46.194 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][80884f6b-eb02-43bf-a5e4-4f4a261713fb] socks connection closed\n2025-07-15 18:21:46.194 [info] [command][f685f2cc-437e-4027-a771-27c5db4a6b8e] Socket close event received\n2025-07-15 18:21:46.219 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62942 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:22:46.198 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:22:46.199 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""52cb05eb-564c-4106-ae80-e5ac975f3f71""}\n2025-07-15 18:22:46.200 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] received connection request\n2025-07-15 18:22:46.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:22:46.200 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:22:46.223 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] socks forwarding established\n2025-07-15 18:22:46.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3ad33e23-2885-4ad3-933e-7f9a18322536] socks connection closed\n2025-07-15 18:22:46.251 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Process exited with code 0\n2025-07-15 18:22:46.251 [info] [command][52cb05eb-564c-4106-ae80-e5ac975f3f71] Socket close event received\n2025-07-15 18:22:46.273 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 62966 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:23:46.254 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:23:46.256 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""dfcd48aa-6874-436c-92ba-7d6983b0f89a""}\n2025-07-15 18:23:46.256 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] received connection request\n2025-07-15 18:23:46.256 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:23:46.356 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] socks forwarding established\n2025-07-15 18:23:46.384 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Process exited with code 0\n2025-07-15 18:23:46.385 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][888e9dc5-f9be-4453-ad51-f65ca546c18f] socks connection closed\n2025-07-15 18:23:46.385 [info] [command][dfcd48aa-6874-436c-92ba-7d6983b0f89a] Socket close event received\n2025-07-15 18:23:46.454 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63013 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:24:46.390 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:24:46.392 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ca150766-b654-40d6-91af-99f88f53b64f""}\n2025-07-15 18:24:46.393 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] received connection request\n2025-07-15 18:24:46.394 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:24:46.420 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] socks forwarding established\n2025-07-15 18:24:46.457 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Process exited with code 0\n2025-07-15 18:24:46.457 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][273a97b3-97c7-4a3f-b69f-908c52cfd675] socks connection closed\n2025-07-15 18:24:46.458 [info] [command][ca150766-b654-40d6-91af-99f88f53b64f] Socket close event received\n2025-07-15 18:24:46.484 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63037 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:25:46.463 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:25:46.465 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""06e8a926-bb0f-4b65-992d-03e0bc5ae884""}\n2025-07-15 18:25:46.467 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] received connection request\n2025-07-15 18:25:46.467 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:25:46.492 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] socks forwarding established\n2025-07-15 18:25:46.521 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Process exited with code 0\n2025-07-15 18:25:46.522 [info] [command][06e8a926-bb0f-4b65-992d-03e0bc5ae884] Socket close event received\n2025-07-15 18:25:46.522 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8e51dd92-e765-438a-8847-9a0e8fa63e97] socks connection closed\n2025-07-15 18:25:46.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63110 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:26:46.527 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:26:46.530 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983""}\n2025-07-15 18:26:46.531 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] received connection request\n2025-07-15 18:26:46.531 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:26:46.737 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] socks forwarding established\n2025-07-15 18:26:46.764 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Process exited with code 0\n2025-07-15 18:26:46.764 [info] [command][2f3512f3-48d4-4e7e-ad6c-6cfcac6ba983] Socket close event received\n2025-07-15 18:26:46.864 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63157 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:26:46.865 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][79520f0d-58c5-4aac-8d4d-97bcaad60d2b] socks connection closed\n2025-07-15 18:27:46.769 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:27:46.771 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664""}\n2025-07-15 18:27:46.772 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] received connection request\n2025-07-15 18:27:46.772 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:27:46.797 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] socks forwarding established\n2025-07-15 18:27:46.825 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Process exited with code 0\n2025-07-15 18:27:46.826 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d2e93b18-4225-4834-9874-36d229ccca52] socks connection closed\n2025-07-15 18:27:46.826 [info] [command][3f7e8f37-1cb4-4c5e-b6df-0dfb707e0664] Socket close event received\n2025-07-15 18:27:46.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63190 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:28:46.830 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:28:46.833 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ce64e8e3-5095-47e4-bf70-9935112ddc2e""}\n2025-07-15 18:28:46.834 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] received connection request\n2025-07-15 18:28:46.834 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:28:46.860 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] socks forwarding established\n2025-07-15 18:28:46.893 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Process exited with code 0\n2025-07-15 18:28:46.894 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][0fdf080f-f293-49fc-aae9-cff5571e54e2] socks connection closed\n2025-07-15 18:28:46.894 [info] [command][ce64e8e3-5095-47e4-bf70-9935112ddc2e] Socket close event received\n2025-07-15 18:28:46.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63235 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:29:46.896 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:29:46.897 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d24cc33e-01d6-49aa-b4ba-63a6b5d4f762""}\n2025-07-15 18:29:46.897 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] received connection request\n2025-07-15 18:29:46.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:29:46.897 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:29:47.021 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] socks forwarding established\n2025-07-15 18:29:47.078 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Process exited with code 0\n2025-07-15 18:29:47.079 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][02e2ecc6-96a8-4877-bb66-332b6b5ff067] socks connection closed\n2025-07-15 18:29:47.079 [info] [command][d24cc33e-01d6-49aa-b4ba-63a6b5d4f762] Socket close event received\n2025-07-15 18:29:47.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63264 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:30:47.081 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:30:47.083 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1e00b76c-fc59-4b68-842b-3148188bf191""}\n2025-07-15 18:30:47.083 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] received connection request\n2025-07-15 18:30:47.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 18:30:47.084 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:30:47.126 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] socks forwarding established\n2025-07-15 18:30:47.257 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Process exited with code 0\n2025-07-15 18:30:47.258 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ef6eb10a-19fd-490d-8bd9-1b3ae77e0d47] socks connection closed\n2025-07-15 18:30:47.258 [info] [command][1e00b76c-fc59-4b68-842b-3148188bf191] Socket close event received\n2025-07-15 18:30:47.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63302 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:31:47.263 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:31:47.265 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e2853dbb-5dd3-47e6-b18e-32f4ed97e416""}\n2025-07-15 18:31:47.266 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] received connection request\n2025-07-15 18:31:47.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:31:47.347 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] socks forwarding established\n2025-07-15 18:31:47.393 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Process exited with code 0\n2025-07-15 18:31:47.393 [info] [command][e2853dbb-5dd3-47e6-b18e-32f4ed97e416] Socket close event received\n2025-07-15 18:31:47.424 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ecd80bd8-e25d-4733-9717-98b346caa592] socks connection closed\n2025-07-15 18:31:47.429 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63360 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:32:47.398 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:32:47.400 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d7404e05-ada1-4a10-980d-e2c8f64c13ff""}\n2025-07-15 18:32:47.401 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] received connection request\n2025-07-15 18:32:47.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:32:47.445 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] socks forwarding established\n2025-07-15 18:32:47.492 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Process exited with code 0\n2025-07-15 18:32:47.492 [info] [command][d7404e05-ada1-4a10-980d-e2c8f64c13ff] Socket close event received\n2025-07-15 18:32:47.498 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f380594b-c6a7-437f-bc13-eab5392a4842] socks connection closed\n2025-07-15 18:32:47.641 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63397 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:33:47.497 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:33:47.499 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b5948153-e19f-461e-935f-3f4149fb2fca""}\n2025-07-15 18:33:47.499 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] received connection request\n2025-07-15 18:33:47.500 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:33:47.537 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] socks forwarding established\n2025-07-15 18:33:47.568 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Process exited with code 0\n2025-07-15 18:33:47.568 [info] [command][b5948153-e19f-461e-935f-3f4149fb2fca] Socket close event received\n2025-07-15 18:33:47.575 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ec6ddc14-8e5e-4ad7-8c7c-1c97c7177ced] socks connection closed\n2025-07-15 18:33:47.605 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63435 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:34:47.572 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:34:47.574 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""508ff2b3-9714-47e1-8023-abd3aa6be0c7""}\n2025-07-15 18:34:47.575 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] received connection request\n2025-07-15 18:34:47.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:34:47.622 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] socks forwarding established\n2025-07-15 18:34:47.655 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Process exited with code 0\n2025-07-15 18:34:47.655 [info] [command][508ff2b3-9714-47e1-8023-abd3aa6be0c7] Socket close event received\n2025-07-15 18:34:47.685 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e0c15ea4-8734-4897-81bd-10fc32de5724] socks connection closed\n2025-07-15 18:34:47.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63472 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:35:47.660 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:35:47.662 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2a5c14a8-c15a-4852-9a83-82769b547707""}\n2025-07-15 18:35:47.663 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] received connection request\n2025-07-15 18:35:47.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:35:47.703 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] socks forwarding established\n2025-07-15 18:35:47.741 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Process exited with code 0\n2025-07-15 18:35:47.741 [info] [command][2a5c14a8-c15a-4852-9a83-82769b547707] Socket close event received\n2025-07-15 18:35:47.744 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][acf92aaa-80b6-4785-b19f-ca82a4bd6676] socks connection closed\n2025-07-15 18:35:47.770 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63514 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:36:47.746 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:36:47.747 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a8ce98ad-6018-4173-9c8e-7f7fa99ccfca""}\n2025-07-15 18:36:47.747 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] received connection request\n2025-07-15 18:36:47.747 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:36:47.777 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] socks forwarding established\n2025-07-15 18:36:47.811 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Process exited with code 0\n2025-07-15 18:36:47.811 [info] [command][a8ce98ad-6018-4173-9c8e-7f7fa99ccfca] Socket close event received\n2025-07-15 18:36:47.811 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6c4063c6-8681-426e-b9f9-956406de133c] socks connection closed\n2025-07-15 18:36:47.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63554 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:37:47.816 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:37:47.818 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""8057c881-3f61-4b76-945c-62b33bbe2b73""}\n2025-07-15 18:37:47.819 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] received connection request\n2025-07-15 18:37:47.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:37:47.935 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] socks forwarding established\n2025-07-15 18:37:48.039 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Process exited with code 0\n2025-07-15 18:37:48.039 [info] [command][8057c881-3f61-4b76-945c-62b33bbe2b73] Socket close event received\n2025-07-15 18:37:48.040 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][56076d5b-5b71-4706-b986-d44d5576989d] socks connection closed\n2025-07-15 18:37:48.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63579 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:38:48.044 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:38:48.045 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""69ff7554-a3b2-4dc4-9354-862517b3a20f""}\n2025-07-15 18:38:48.045 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] received connection request\n2025-07-15 18:38:48.045 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:38:48.095 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] socks forwarding established\n2025-07-15 18:38:48.250 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Process exited with code 0\n2025-07-15 18:38:48.250 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ba4f6408-7912-4023-a3e2-733e675382be] socks connection closed\n2025-07-15 18:38:48.251 [info] [command][69ff7554-a3b2-4dc4-9354-862517b3a20f] Socket close event received\n2025-07-15 18:38:48.275 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63620 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:39:48.253 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:39:48.256 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] received connection request\n2025-07-15 18:39:48.256 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""66706987-7352-44c2-a20d-25a481841e8b""}\n2025-07-15 18:39:48.257 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:39:48.300 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] socks forwarding established\n2025-07-15 18:39:48.331 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Process exited with code 0\n2025-07-15 18:39:48.332 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f8d437c4-df20-46fc-ae54-d172cda08f63] socks connection closed\n2025-07-15 18:39:48.332 [info] [command][66706987-7352-44c2-a20d-25a481841e8b] Socket close event received\n2025-07-15 18:39:48.358 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63657 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:40:48.337 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:40:48.339 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e6c05dd5-6042-4c71-a503-052432db54a4""}\n2025-07-15 18:40:48.339 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] received connection request\n2025-07-15 18:40:48.339 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:40:48.449 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] socks forwarding established\n2025-07-15 18:40:48.607 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Process exited with code 0\n2025-07-15 18:40:48.607 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][7fc0b78c-0864-4ecb-9841-9460831b46ab] socks connection closed\n2025-07-15 18:40:48.607 [info] [command][e6c05dd5-6042-4c71-a503-052432db54a4] Socket close event received\n2025-07-15 18:40:48.631 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63701 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:41:48.609 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:41:48.611 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""277da42a-1df3-457c-b9af-7129c101e5ae""}\n2025-07-15 18:41:48.612 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] received connection request\n2025-07-15 18:41:48.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:41:48.716 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] socks forwarding established\n2025-07-15 18:41:48.831 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Process exited with code 0\n2025-07-15 18:41:48.831 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][6e926646-d707-4947-8e10-68622c322f26] socks connection closed\n2025-07-15 18:41:48.831 [info] [command][277da42a-1df3-457c-b9af-7129c101e5ae] Socket close event received\n2025-07-15 18:41:48.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63753 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:42:48.833 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:42:48.836 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] received connection request\n2025-07-15 18:42:48.837 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7db6bebb-1c9b-4f30-9c5d-f87218db975f""}\n2025-07-15 18:42:48.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:42:48.863 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] socks forwarding established\n2025-07-15 18:42:48.930 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Process exited with code 0\n2025-07-15 18:42:48.930 [info] [command][7db6bebb-1c9b-4f30-9c5d-f87218db975f] Socket close event received\n2025-07-15 18:42:48.930 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][932af781-bec6-4dc9-8d3f-999ab948aac6] socks connection closed\n2025-07-15 18:42:49.002 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63785 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:43:48.930 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:43:48.931 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""da2c35ca-2bdc-488c-b625-2a7a39b7f7df""}\n2025-07-15 18:43:48.932 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] received connection request\n2025-07-15 18:43:48.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:43:48.957 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] socks forwarding established\n2025-07-15 18:43:48.987 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Process exited with code 0\n2025-07-15 18:43:48.987 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][04351061-b68d-4f74-a4c1-a240bb7f31f6] socks connection closed\n2025-07-15 18:43:48.987 [info] [command][da2c35ca-2bdc-488c-b625-2a7a39b7f7df] Socket close event received\n2025-07-15 18:43:49.011 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63832 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:44:48.992 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:44:48.994 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ed257bfe-10b8-49f2-ae53-9832ce7fdfbe""}\n2025-07-15 18:44:48.996 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] received connection request\n2025-07-15 18:44:48.996 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:44:49.078 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] socks forwarding established\n2025-07-15 18:44:49.164 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Process exited with code 0\n2025-07-15 18:44:49.164 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][88892767-68f8-4230-9a29-5bb50bf9ff99] socks connection closed\n2025-07-15 18:44:49.164 [info] [command][ed257bfe-10b8-49f2-ae53-9832ce7fdfbe] Socket close event received\n2025-07-15 18:44:49.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63861 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:45:49.167 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:45:49.168 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""2da25318-257a-47d6-a335-dd3dd520c673""}\n2025-07-15 18:45:49.169 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] received connection request\n2025-07-15 18:45:49.169 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:45:49.192 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] socks forwarding established\n2025-07-15 18:45:49.219 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Process exited with code 0\n2025-07-15 18:45:49.219 [info] [command][2da25318-257a-47d6-a335-dd3dd520c673] Socket close event received\n2025-07-15 18:45:49.219 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][d6c62a13-794c-430d-bb3f-0a80c9121685] socks connection closed\n2025-07-15 18:45:49.244 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63912 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:46:49.222 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:46:49.224 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""4e842c8d-4a67-49a9-90da-9af81a35da48""}\n2025-07-15 18:46:49.224 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] received connection request\n2025-07-15 18:46:49.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:46:49.286 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] socks forwarding established\n2025-07-15 18:46:49.397 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][e9131080-be11-4f53-a7ce-9ecc217b8414] socks connection closed\n2025-07-15 18:46:49.397 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Process exited with code 0\n2025-07-15 18:46:49.397 [info] [command][4e842c8d-4a67-49a9-90da-9af81a35da48] Socket close event received\n2025-07-15 18:46:49.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63953 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:47:49.401 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:47:49.403 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1cc8010-6d4c-45af-83ef-ea4919f89ae4""}\n2025-07-15 18:47:49.403 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] received connection request\n2025-07-15 18:47:49.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:47:49.435 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] socks forwarding established\n2025-07-15 18:47:49.463 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Process exited with code 0\n2025-07-15 18:47:49.463 [info] [command][b1cc8010-6d4c-45af-83ef-ea4919f89ae4] Socket close event received\n2025-07-15 18:47:49.463 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44ca205b-fc52-4b83-8c8d-642857be9431] socks connection closed\n2025-07-15 18:47:49.487 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 63980 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:48:49.466 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:48:49.469 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""82c47244-b173-4cac-9d83-8d016ccadce9""}\n2025-07-15 18:48:49.470 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] received connection request\n2025-07-15 18:48:49.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:48:49.495 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] socks forwarding established\n2025-07-15 18:48:49.522 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Process exited with code 0\n2025-07-15 18:48:49.523 [info] [command][82c47244-b173-4cac-9d83-8d016ccadce9] Socket close event received\n2025-07-15 18:48:49.523 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4ed758db-4129-4d42-8899-f0d2df259351] socks connection closed\n2025-07-15 18:48:49.547 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64017 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:49:49.527 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:49:49.530 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""f3671420-c14f-429a-b2df-887276b7edf2""}\n2025-07-15 18:49:49.531 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] received connection request\n2025-07-15 18:49:49.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:49:49.638 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] socks forwarding established\n2025-07-15 18:49:49.673 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Process exited with code 0\n2025-07-15 18:49:49.674 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ffdd8d88-4fdb-4768-b433-d71dcb661eb1] socks connection closed\n2025-07-15 18:49:49.674 [info] [command][f3671420-c14f-429a-b2df-887276b7edf2] Socket close event received\n2025-07-15 18:49:49.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64055 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:50:49.675 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:50:49.677 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44""}\n2025-07-15 18:50:49.678 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] received connection request\n2025-07-15 18:50:49.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:50:49.703 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] socks forwarding established\n2025-07-15 18:50:49.729 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Process exited with code 0\n2025-07-15 18:50:49.729 [info] [command][e5c2dcc3-ceb5-4bd7-b11c-a2c568953b44] Socket close event received\n2025-07-15 18:50:49.729 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][8fe70255-f71c-4197-8905-dac09979d18b] socks connection closed\n2025-07-15 18:50:49.753 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64094 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:51:49.734 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:51:49.735 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a""}\n2025-07-15 18:51:49.736 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] received connection request\n2025-07-15 18:51:49.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:51:49.761 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] socks forwarding established\n2025-07-15 18:51:49.788 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Process exited with code 0\n2025-07-15 18:51:49.789 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][c777a373-e289-4648-97e0-24c2bc2c2985] socks connection closed\n2025-07-15 18:51:49.789 [info] [command][ba1cfafc-c6b1-4c9e-80d6-87ec761bde7a] Socket close event received\n2025-07-15 18:51:49.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64134 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:52:49.793 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:52:49.796 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""69d2c48b-908d-4a6e-9687-b25fd57f7b71""}\n2025-07-15 18:52:49.797 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] received connection request\n2025-07-15 18:52:49.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:52:49.961 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] socks forwarding established\n2025-07-15 18:52:50.132 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Process exited with code 0\n2025-07-15 18:52:50.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][62fdc184-153e-40f6-b49d-9c9425e39c6a] socks connection closed\n2025-07-15 18:52:50.132 [info] [command][69d2c48b-908d-4a6e-9687-b25fd57f7b71] Socket close event received\n2025-07-15 18:52:50.157 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64165 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:53:50.138 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:53:50.140 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""9016053b-9e39-45b4-9af0-c61f32ebafbc""}\n2025-07-15 18:53:50.141 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] received connection request\n2025-07-15 18:53:50.142 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:53:50.224 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] socks forwarding established\n2025-07-15 18:53:50.384 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Process exited with code 0\n2025-07-15 18:53:50.385 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1e710bb4-c414-4335-a7f5-ad11845f1489] socks connection closed\n2025-07-15 18:53:50.385 [info] [command][9016053b-9e39-45b4-9af0-c61f32ebafbc] Socket close event received\n2025-07-15 18:53:50.410 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64201 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:54:50.388 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:54:50.391 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""15170b53-dd36-49bb-a79f-b0ae0adc678a""}\n2025-07-15 18:54:50.391 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] received connection request\n2025-07-15 18:54:50.392 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:54:50.550 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] socks forwarding established\n2025-07-15 18:54:50.582 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Process exited with code 0\n2025-07-15 18:54:50.582 [info] [command][15170b53-dd36-49bb-a79f-b0ae0adc678a] Socket close event received\n2025-07-15 18:54:50.727 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64227 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:54:50.728 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][44684b89-ba24-478b-b339-f97b59959974] socks connection closed\n2025-07-15 18:55:50.585 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:55:50.588 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""abb936be-6561-41ae-9f35-2b8f779d7e36""}\n2025-07-15 18:55:50.589 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] received connection request\n2025-07-15 18:55:50.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:55:50.634 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] socks forwarding established\n2025-07-15 18:55:50.796 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Process exited with code 0\n2025-07-15 18:55:50.796 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][796ae8b6-4884-49ee-ae81-b4d7200421d2] socks connection closed\n2025-07-15 18:55:50.796 [info] [command][abb936be-6561-41ae-9f35-2b8f779d7e36] Socket close event received\n2025-07-15 18:55:50.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64267 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:56:50.796 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:56:50.798 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""08fb5453-7b73-4f61-b02f-f8bc873e9d91""}\n2025-07-15 18:56:50.799 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] received connection request\n2025-07-15 18:56:50.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:56:50.854 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] socks forwarding established\n2025-07-15 18:56:50.968 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Process exited with code 0\n2025-07-15 18:56:50.969 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][9ad2147b-b735-44cb-9e5a-435291fddda8] socks connection closed\n2025-07-15 18:56:50.969 [info] [command][08fb5453-7b73-4f61-b02f-f8bc873e9d91] Socket close event received\n2025-07-15 18:56:50.992 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64309 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:57:50.973 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:57:50.975 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""1b140e5a-f8cc-4358-9c54-2eddb5438a21""}\n2025-07-15 18:57:50.975 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] received connection request\n2025-07-15 18:57:50.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:57:51.123 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] socks forwarding established\n2025-07-15 18:57:51.278 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Process exited with code 0\n2025-07-15 18:57:51.278 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][11b6a48d-42c5-4948-95b1-251a980c9991] socks connection closed\n2025-07-15 18:57:51.278 [info] [command][1b140e5a-f8cc-4358-9c54-2eddb5438a21] Socket close event received\n2025-07-15 18:57:51.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64346 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:58:51.284 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:58:51.287 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""70cf9d23-1473-4aa6-925e-29cb627a2db7""}\n2025-07-15 18:58:51.287 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] received connection request\n2025-07-15 18:58:51.288 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:58:51.313 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] socks forwarding established\n2025-07-15 18:58:51.473 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Process exited with code 0\n2025-07-15 18:58:51.473 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5b28ee9b-88b2-4c2e-bb91-6a31672b9e97] socks connection closed\n2025-07-15 18:58:51.473 [info] [command][70cf9d23-1473-4aa6-925e-29cb627a2db7] Socket close event received\n2025-07-15 18:58:51.497 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64382 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 18:59:51.475 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 18:59:51.477 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a4da8ead-f2cd-415d-89ec-c61305e68adc""}\n2025-07-15 18:59:51.478 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] received connection request\n2025-07-15 18:59:51.479 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 18:59:51.520 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] socks forwarding established\n2025-07-15 18:59:51.597 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Process exited with code 0\n2025-07-15 18:59:51.597 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f09bfd3e-e559-486a-b789-24f015cda081] socks connection closed\n2025-07-15 18:59:51.598 [info] [command][a4da8ead-f2cd-415d-89ec-c61305e68adc] Socket close event received\n2025-07-15 18:59:51.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64409 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:00:51.603 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:00:51.606 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""18a586a0-39fd-4a3b-af0d-d387ec42a216""}\n2025-07-15 19:00:51.606 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] received connection request\n2025-07-15 19:00:51.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:00:51.687 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] socks forwarding established\n2025-07-15 19:00:51.840 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Process exited with code 0\n2025-07-15 19:00:51.840 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][33358b2a-094c-44e5-b0a4-ac2c04a91f74] socks connection closed\n2025-07-15 19:00:51.840 [info] [command][18a586a0-39fd-4a3b-af0d-d387ec42a216] Socket close event received\n2025-07-15 19:00:51.864 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64446 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:01:51.845 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:01:51.849 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""b1967140-5cea-462d-8757-5c241da992e1""}\n2025-07-15 19:01:51.850 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] received connection request\n2025-07-15 19:01:51.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:01:51.875 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] socks forwarding established\n2025-07-15 19:01:51.905 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Process exited with code 0\n2025-07-15 19:01:51.905 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][ae0a2292-4e9a-4811-b236-0f16c87b1185] socks connection closed\n2025-07-15 19:01:51.905 [info] [command][b1967140-5cea-462d-8757-5c241da992e1] Socket close event received\n2025-07-15 19:01:51.929 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64489 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:02:51.907 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:02:51.909 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] received connection request\n2025-07-15 19:02:51.909 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""d19bb3c2-9856-417d-b249-be1ac67d6cfc""}\n2025-07-15 19:02:51.910 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:02:51.934 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] socks forwarding established\n2025-07-15 19:02:51.963 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Process exited with code 0\n2025-07-15 19:02:51.963 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][921ef411-a41b-4a51-a10d-cefd6fd89bb4] socks connection closed\n2025-07-15 19:02:51.963 [info] [command][d19bb3c2-9856-417d-b249-be1ac67d6cfc] Socket close event received\n2025-07-15 19:02:51.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64531 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:03:51.968 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:03:51.969 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3580d530-ac16-47a6-a528-7414f7df3300""}\n2025-07-15 19:03:51.970 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] received connection request\n2025-07-15 19:03:51.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:03:51.997 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] socks forwarding established\n2025-07-15 19:03:52.023 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Process exited with code 0\n2025-07-15 19:03:52.023 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][21245d21-fb4f-4c79-b1af-b52f5f4f436c] socks connection closed\n2025-07-15 19:03:52.023 [info] [command][3580d530-ac16-47a6-a528-7414f7df3300] Socket close event received\n2025-07-15 19:03:52.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64571 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:04:52.028 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:04:52.030 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""99515d7c-e8cf-4806-884d-be6e600bd431""}\n2025-07-15 19:04:52.031 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] received connection request\n2025-07-15 19:04:52.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:04:52.082 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] socks forwarding established\n2025-07-15 19:04:52.111 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Process exited with code 0\n2025-07-15 19:04:52.112 [info] [command][99515d7c-e8cf-4806-884d-be6e600bd431] Socket close event received\n2025-07-15 19:04:52.112 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][1cc24d59-f240-4016-a17a-de163c502555] socks connection closed\n2025-07-15 19:04:52.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64608 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:05:52.113 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:05:52.115 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""a1c1286a-8569-4e52-8746-ae314152501b""}\n2025-07-15 19:05:52.116 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] received connection request\n2025-07-15 19:05:52.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:05:52.142 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] socks forwarding established\n2025-07-15 19:05:52.170 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Process exited with code 0\n2025-07-15 19:05:52.170 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][4d20a6d0-0f24-4a26-8457-66d34c23c3dc] socks connection closed\n2025-07-15 19:05:52.170 [info] [command][a1c1286a-8569-4e52-8746-ae314152501b] Socket close event received\n2025-07-15 19:05:52.197 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64653 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:06:52.175 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:06:52.177 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0065735c-9292-4b67-8ca3-7ad9e10350c7""}\n2025-07-15 19:06:52.177 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] received connection request\n2025-07-15 19:06:52.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:06:52.277 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] socks forwarding established\n2025-07-15 19:06:52.305 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Process exited with code 0\n2025-07-15 19:06:52.305 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][219b6bcc-9ae0-4061-968d-cbcd68d6e6b5] socks connection closed\n2025-07-15 19:06:52.305 [info] [command][0065735c-9292-4b67-8ca3-7ad9e10350c7] Socket close event received\n2025-07-15 19:06:52.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64717 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:07:52.310 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:07:52.310 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""e8e848f8-407e-4267-ba6c-bda8457ae00d""}\n2025-07-15 19:07:52.311 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] received connection request\n2025-07-15 19:07:52.311 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:07:52.334 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] socks forwarding established\n2025-07-15 19:07:52.360 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Process exited with code 0\n2025-07-15 19:07:52.360 [info] [command][e8e848f8-407e-4267-ba6c-bda8457ae00d] Socket close event received\n2025-07-15 19:07:52.360 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3cc8f9a2-4874-4efa-b342-563cd5557e3b] socks connection closed\n2025-07-15 19:07:52.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64747 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:08:52.362 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:08:52.362 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""7c08ae9f-e8e7-4ace-8ad6-77cec95e2245""}\n2025-07-15 19:08:52.363 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] received connection request\n2025-07-15 19:08:52.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:08:52.414 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] socks forwarding established\n2025-07-15 19:08:52.443 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Process exited with code 0\n2025-07-15 19:08:52.443 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][597644b3-9951-45a7-8081-3fcc0c8e19fb] socks connection closed\n2025-07-15 19:08:52.443 [info] [command][7c08ae9f-e8e7-4ace-8ad6-77cec95e2245] Socket close event received\n2025-07-15 19:08:52.468 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64782 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:09:52.444 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:09:52.447 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1""}\n2025-07-15 19:09:52.448 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] received connection request\n2025-07-15 19:09:52.448 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:09:52.510 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] socks forwarding established\n2025-07-15 19:09:52.670 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Process exited with code 0\n2025-07-15 19:09:52.670 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][189fc69a-94ac-42ac-b1ca-419eb0286c54] socks connection closed\n2025-07-15 19:09:52.671 [info] [command][68d2ac22-b6f7-4dbd-802a-d5ee5f5e45f1] Socket close event received\n2025-07-15 19:09:52.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64804 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:10:52.676 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:10:52.679 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""6b26140a-f89d-4688-b4ab-53d79b56c65c""}\n2025-07-15 19:10:52.679 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] received connection request\n2025-07-15 19:10:52.680 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:10:52.811 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] socks forwarding established\n2025-07-15 19:10:52.839 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Process exited with code 0\n2025-07-15 19:10:52.839 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][5917bd4a-bf20-4f9a-8800-e46dfcfa5808] socks connection closed\n2025-07-15 19:10:52.839 [info] [command][6b26140a-f89d-4688-b4ab-53d79b56c65c] Socket close event received\n2025-07-15 19:10:52.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64840 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:11:52.845 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:11:52.848 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""3d991ea6-1a29-437e-97b3-471b2c7c50c9""}\n2025-07-15 19:11:52.849 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] received connection request\n2025-07-15 19:11:52.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:11:52.943 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] socks forwarding established\n2025-07-15 19:11:53.012 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Process exited with code 0\n2025-07-15 19:11:53.012 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][f6ea104e-f522-43d4-9b19-a5ec59f568cf] socks connection closed\n2025-07-15 19:11:53.012 [info] [command][3d991ea6-1a29-437e-97b3-471b2c7c50c9] Socket close event received\n2025-07-15 19:11:53.082 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64901 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:12:53.016 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:12:53.018 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""11647f75-7c95-4951-9e5c-a8a178f6a927""}\n2025-07-15 19:12:53.019 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] received connection request\n2025-07-15 19:12:53.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:12:53.094 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] socks forwarding established\n2025-07-15 19:12:53.122 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Process exited with code 0\n2025-07-15 19:12:53.122 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][31ff6df4-8baf-431e-a4a8-e342c5c6b546] socks connection closed\n2025-07-15 19:12:53.122 [info] [command][11647f75-7c95-4951-9e5c-a8a178f6a927] Socket close event received\n2025-07-15 19:12:53.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 64957 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:13:53.128 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:13:53.131 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""ec53ed45-21fc-48a3-8508-552ddf02274e""}\n2025-07-15 19:13:53.132 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] received connection request\n2025-07-15 19:13:53.132 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:13:53.156 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] socks forwarding established\n2025-07-15 19:13:53.183 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Process exited with code 0\n2025-07-15 19:13:53.183 [info] [command][ec53ed45-21fc-48a3-8508-552ddf02274e] Socket close event received\n2025-07-15 19:13:53.184 [info] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:58080 -> 127.0.0.1:37279][3d02b387-1dd3-4560-b36e-99fe2b7581a1] socks connection closed\n2025-07-15 19:13:53.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58080 for 127.0.0.1 port 37279, connect from 127.0.0.1 port 65000 to 127.0.0.1 port 58080, nchannels 6\n\n2025-07-15 19:13:57.573 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-15 19:13:57.573 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-15 19:13:57.746 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][4f65fccf-3612-4ccf-b0ff-f9b2a58693db] received connection request\n2025-07-15 19:13:57.851 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][7ddb875e-e89e-4377-becf-13dd51ffec58] received connection request\n2025-07-15 19:13:57.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\n\n2025-07-15 19:13:57.851 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.580 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-15 19:14:00.581 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 1 of 3 This operation was aborted\n2025-07-15 19:14:00.584 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:33373][c2246823-ad1f-4c04-b1e4-90e08afac9a0] received connection request\n2025-07-15 19:14:00.585 [info] (ssh_tunnel) stderr: debug1: Connection to port 58080 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-15 19:14:00.687 [info] Terminating existing SSH process with pid: 51223\n2025-07-15 19:14:00.687 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-15 19:14:00.688 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][4f65fccf-3612-4ccf-b0ff-f9b2a58693db] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][7ddb875e-e89e-4377-becf-13dd51ffec58] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [error] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][c2246823-ad1f-4c04-b1e4-90e08afac9a0] error while creating socks forwarding Socket closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][aa80c3b4-4bb6-4c78-bbd1-5b24883d7017] socks connection closed\n2025-07-15 19:14:00.689 [info] [forwarding][code][127.0.0.1:58082 -> 127.0.0.1:58080 -> 127.0.0.1:33373][588813ae-6e64-458d-b1a5-35c8f9f3d47b] socks connection closed\n2025-07-15 19:14:00.689 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:00.692 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69360.sh"" | ssh -v -T -D 65015 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:00.692 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:00.692 [info] Waiting for server to install via process(56270)...\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:00.699 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:00.700 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:00.701 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:00.703 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:00.704 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:00.704 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:01.586 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 2 of 3 This operation was aborted\n2025-07-15 19:14:02.594 [error] Failed to connect to Cursor server at http://127.0.0.1:58082, attempt 3 of 3 This operation was aborted\n2025-07-15 19:14:02.595 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-15 19:14:02.595 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-15 19:14:21.570 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69360.sh\n2025-07-15 19:14:21.577 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:21.584 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75339.sh"" | ssh -v -T -D 65016 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:21.584 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:21.584 [info] Waiting for server to install via process(56279)...\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:21.604 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:21.605 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:21.607 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:21.608 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:21.608 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:21.608 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:26.612 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_75339.sh\n2025-07-15 19:14:26.613 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:26.619 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3133.sh"" | ssh -v -T -D 65018 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:26.620 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:26.620 [info] Waiting for server to install via process(56287)...\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:26.642 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:26.643 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:26.644 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:26.644 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:26.644 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:31.650 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_3133.sh\n2025-07-15 19:14:31.653 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:31.656 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82005.sh"" | ssh -v -T -D 65021 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:31.657 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:31.657 [info] Waiting for server to install via process(56296)...\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:14:31.681 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:31.682 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:31.685 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:31.686 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:31.686 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:39.401 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82005.sh\n2025-07-15 19:14:39.402 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:39.407 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43308.sh"" | ssh -v -T -D 65023 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:39.407 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:39.407 [info] Waiting for server to install via process(56303)...\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:39.430 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:39.431 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:39.433 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:39.434 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:39.434 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:39.434 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:44.444 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_43308.sh\n2025-07-15 19:14:44.446 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:44.453 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69322.sh"" | ssh -v -T -D 65028 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:44.453 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:44.453 [info] Waiting for server to install via process(56311)...\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:14:44.469 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:44.470 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:44.472 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:44.473 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:44.473 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:44.473 [info] Retrying connection in 5 seconds...\n2025-07-15 19:14:49.483 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69322.sh\n2025-07-15 19:14:49.488 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:14:49.492 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44608.sh"" | ssh -v -T -D 65030 login.haicore.berlin bash --login -c bash\n2025-07-15 19:14:49.492 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:14:49.492 [info] Waiting for server to install via process(56318)...\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:14:49.507 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:14:49.508 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:14:49.509 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:14:49.510 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:14:49.510 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:14:49.510 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:37.922 [info] [remote-ssh] Pinging remote server on port 58083\n2025-07-15 19:15:37.922 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44608.sh\n2025-07-15 19:15:37.923 [error] [forwarding][multiplex][127.0.0.1:58083 -> 127.0.0.1:undefined][e987a2a7-ca35-49e0-b9a2-3c8a68fc4b7b] remote server not configured\n2025-07-15 19:15:37.923 [info] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""9c7afd2b-b7f2-421b-8a62-3e0f8de9f546"",""id"":""0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc""}\n2025-07-15 19:15:37.926 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:15:37.927 [error] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Socket error: Error: read ECONNRESET\n2025-07-15 19:15:37.927 [info] [command][0b74d6ee-2c2a-4fff-b92e-1a20b4702ffc] Socket close event received\n2025-07-15 19:15:37.931 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59894.sh"" | ssh -v -T -D 65034 login.haicore.berlin bash --login -c bash\n2025-07-15 19:15:37.931 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:37.931 [info] Waiting for server to install via process(56328)...\n2025-07-15 19:15:37.941 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-15 19:15:37.941 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:37.942 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:37.943 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:15:37.946 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:37.947 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:37.947 [info] Retrying connection in 5 seconds...\n2025-07-15 19:15:42.957 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59894.sh\n2025-07-15 19:15:42.961 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:15:42.971 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94948.sh"" | ssh -v -T -D 65035 login.haicore.berlin bash --login -c bash\n2025-07-15 19:15:42.971 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:15:42.971 [info] Waiting for server to install via process(56336)...\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:15:42.982 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:15:42.984 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:15:42.985 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:15:42.985 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:15:42.985 [info] Retrying connection in 5 seconds...\n2025-07-15 19:25:48.696 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_94948.sh\n2025-07-15 19:25:48.697 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-XEb2su/socket.sock\n2025-07-15 19:25:48.699 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96651.sh"" | ssh -v -T -D 65038 login.haicore.berlin bash --login -c bash\n2025-07-15 19:25:48.699 [info] Started installation script. Waiting for it to finish...\n2025-07-15 19:25:48.699 [info] Waiting for server to install via process(56349)...\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-15 19:25:48.708 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-15 19:25:48.709 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-15 19:25:48.709 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-15 19:25:48.710 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:48.710 [error] Failed to connect after 10 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-15 19:25:48.710 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_96651.sh\n2025-07-15 19:25:48.710 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 12:13:59.201 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-16 12:13:59.211 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-POjzgS/socket.sock\n2025-07-16 12:13:59.212 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 12:13:59.214 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-POjzgS/socket.sock\n2025-07-16 12:13:59.216 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_59363.sh"" | ssh -v -T -D 57955 login.haicore.berlin bash --login -c bash\n2025-07-16 12:13:59.216 [info] Started installation script. Waiting for it to finish...\n2025-07-16 12:13:59.216 [info] Waiting for server to install via process(61892)...\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 12:13:59.221 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 12:13:59.222 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\n\n2025-07-16 12:13:59.247 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 12:13:59.276 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-16 12:13:59.276 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:13:59.277 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:13:59.300 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 12:13:59.324 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-16 12:13:59.325 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-16 12:13:59.325 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\n\n2025-07-16 12:13:59.328 [info] (ssh_tunnel) stderr: debug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 12:13:59.416 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 12:13:59.481 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 12:13:59.484 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 12:13:59.485 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:13:59.521 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-16 12:13:59.588 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:02.724 [info] Askpass server received request: POST /\n2025-07-16 12:14:02.725 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:02.725 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:13.637 [error] Password authentication cancelled\n2025-07-16 12:14:13.640 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:15.799 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-07-16 12:14:15.862 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:15.945 [info] Askpass server received request: POST /\n2025-07-16 12:14:15.946 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:15.946 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:21.275 [error] Password authentication cancelled\n2025-07-16 12:14:21.279 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:23.556 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\n\n2025-07-16 12:14:23.612 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-16 12:14:23.704 [info] Askpass server received request: POST /\n2025-07-16 12:14:23.704 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-16 12:14:23.704 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-16 12:14:24.805 [error] Password authentication cancelled\n2025-07-16 12:14:24.807 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-16 12:14:26.907 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-16 12:14:26.918 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 12:14:26.919 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 12:14:26.919 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 12:14:26.922 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51705.sh"" | ssh -v -T -D 57974 login.haicore.berlin bash --login -c bash\n2025-07-16 12:14:26.922 [info] Started installation script. Waiting for it to finish...\n2025-07-16 12:14:26.922 [info] Waiting for server to install via process(61926)...\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 12:14:26.927 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 12:14:26.989 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-16 12:14:26.989 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\ndebug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-16 12:14:27.065 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-16 12:14:27.066 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:14:27.066 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-16 12:14:27.089 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-16 12:14:27.089 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-16 12:14:27.115 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-16 12:14:27.116 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-16 12:14:27.116 [info] (ssh_tunnel) stderr: debug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-16 12:14:27.119 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\n\n2025-07-16 12:14:27.119 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-16 12:14:27.208 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-16 12:14:27.239 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-16 12:14:27.244 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-16 12:14:27.244 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:14:27.283 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:57974 forwarded to remote address socks:0\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 57974.\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 57974.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-16 12:14:27.351 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-16 12:14:27.527 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-16 12:14:27.529 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-16 12:14:27.537 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-16 12:14:27.538 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-16 12:14:27.551 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-16 12:14:27.944 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-16 12:14:27.981 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:27.985 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-16 12:14:28.131 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-16 12:14:28.135 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 12:14:28.153 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-16 12:14:28.155 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 12:14:28.157 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-16 12:14:28.158 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-16 12:14:28.164 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js de7d54cc-97ec-4acb-a7dc-909a8230ad14\n\n2025-07-16 12:14:28.165 [info] (ssh_tunnel) stdout: Multiplex server started with PID 3478950 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\n\n2025-07-16 12:14:28.167 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-16 12:14:28.673 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-16 12:14:28.691 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:28.692 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-16 12:14:28.694 [info] (ssh_tunnel) stdout: Code server started with PID 3478974 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:28.695 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:29.206 [info] (ssh_tunnel) stdout: 6688dccd9f7fdc775c19767c: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==37309==\n\n2025-07-16 12:14:29.207 [info] (ssh_tunnel) stdout: multiplexConnectionToken==de7d54cc-97ec-4acb-a7dc-909a8230ad14==\ncodeListeningOn==46727==\ncodeConnectionToken==5538bc56-13b0-4367-ac8c-e67bd8713128==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n6688dccd9f7fdc775c19767c: end\n\n2025-07-16 12:14:29.209 [info] Server install command exit code: 0\n2025-07-16 12:14:29.209 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_51705.sh\n2025-07-16 12:14:29.215 [info] [forwarding][code] creating new forwarding server\n2025-07-16 12:14:29.216 [info] [forwarding][code] server listening on 57977\n2025-07-16 12:14:29.216 [info] [forwarding][code] Set up server\n2025-07-16 12:14:29.217 [info] [remote-ssh] codeListeningOn (remote=46727; local=57977) codeConnectionToken: 5538bc56-13b0-4367-ac8c-e67bd8713128\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] server listening on 57978\n2025-07-16 12:14:29.217 [info] [forwarding][multiplex] Set up server\n2025-07-16 12:14:29.219 [info] [remote-ssh] multiplexListeningOn (remote=37309; local=57978) multiplexConnectionToken: de7d54cc-97ec-4acb-a7dc-909a8230ad14\n2025-07-16 12:14:29.219 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:14:29.222 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-16 12:14:29.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] received connection request\n2025-07-16 12:14:29.223 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""61b2187a-411a-4844-b411-0ed72df546d8""}\n2025-07-16 12:14:29.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.232 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] received connection request\n2025-07-16 12:14:29.233 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] socks forwarding established\n2025-07-16 12:14:29.318 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] socks forwarding established\n2025-07-16 12:14:29.318 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Process exited with code 0\n2025-07-16 12:14:29.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][169965cf-637a-4cd5-95c0-1701f6093201] socks connection closed\n2025-07-16 12:14:29.319 [info] [command][61b2187a-411a-4844-b411-0ed72df546d8] Socket close event received\n2025-07-16 12:14:29.342 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57980 to 127.0.0.1 port 57974, nchannels 5\n\n2025-07-16 12:14:29.356 [info] Successfully connected to Cursor server at http://127.0.0.1:57977/version\n2025-07-16 12:14:29.356 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-16 12:14:29.357 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] received connection request\n2025-07-16 12:14:29.357 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1158e9ce-e250-4068-9b7f-a3ade39b29f7""}\n2025-07-16 12:14:29.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] socks forwarding established\n2025-07-16 12:14:29.410 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b67f21f6-2b29-42be-93bd-e68effded320] socks connection closed\n2025-07-16 12:14:29.410 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Process exited with code 0\n2025-07-16 12:14:29.410 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-16 12:14:29.411 [info] [remote-ssh] Resolved exec server. Socks port: 57974\n2025-07-16 12:14:29.411 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":57977,""connectionToken"":""5538bc56-13b0-4367-ac8c-e67bd8713128"",""extensionHostEnv"":{}}. Socks port: 57974\n2025-07-16 12:14:29.411 [info] [command][1158e9ce-e250-4068-9b7f-a3ade39b29f7] Socket close event received\n2025-07-16 12:14:29.427 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] received connection request\n2025-07-16 12:14:29.427 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 12:14:29.427 [info] (ssh_tunnel) stderr: debug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.434 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57984 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:14:29.453 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] socks forwarding established\n2025-07-16 12:14:29.492 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] received connection request\n2025-07-16 12:14:29.492 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:14:29.516 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] socks forwarding established\n2025-07-16 12:14:29.613 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-16 12:14:32.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 46727, connect from 127.0.0.1 port 57982 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:14:32.381 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][cf33d4e1-5b58-4ca1-b31a-b1998647bb45] socks connection closed\n2025-07-16 12:15:29.321 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:15:29.322 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1f58e9ed-ed33-4da2-88d6-26887959b514""}\n2025-07-16 12:15:29.322 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] received connection request\n2025-07-16 12:15:29.323 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:15:29.347 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] socks forwarding established\n2025-07-16 12:15:29.379 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Process exited with code 0\n2025-07-16 12:15:29.379 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bed33dab-cbeb-4272-9544-b831512cb47f] socks connection closed\n2025-07-16 12:15:29.379 [info] [command][1f58e9ed-ed33-4da2-88d6-26887959b514] Socket close event received\n2025-07-16 12:15:29.403 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58071 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:16:29.384 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:16:29.384 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1cc02a7b-d7f3-4578-a437-b612456078c2""}\n2025-07-16 12:16:29.385 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] received connection request\n2025-07-16 12:16:29.385 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:16:29.409 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] socks forwarding established\n2025-07-16 12:16:29.435 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Process exited with code 0\n2025-07-16 12:16:29.435 [info] [command][1cc02a7b-d7f3-4578-a437-b612456078c2] Socket close event received\n2025-07-16 12:16:29.435 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a34b0e-deb8-4a64-91bd-2c1219aef01e] socks connection closed\n2025-07-16 12:16:29.458 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58104 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:17:29.440 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:17:29.441 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae""}\n2025-07-16 12:17:29.442 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] received connection request\n2025-07-16 12:17:29.442 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:17:29.466 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] socks forwarding established\n2025-07-16 12:17:29.493 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Process exited with code 0\n2025-07-16 12:17:29.493 [info] [command][2e2b4f3a-a88d-4ad3-ae1e-6ef0dfb2a1ae] Socket close event received\n2025-07-16 12:17:29.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b755936-e9ce-4a44-97f6-fb617d8c5bca] socks connection closed\n2025-07-16 12:17:29.518 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58162 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:18:29.498 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:18:29.500 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b""}\n2025-07-16 12:18:29.500 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] received connection request\n2025-07-16 12:18:29.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:18:29.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] socks forwarding established\n2025-07-16 12:18:29.558 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Process exited with code 0\n2025-07-16 12:18:29.558 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c649c99b-317c-4a74-a746-82a10e45fd58] socks connection closed\n2025-07-16 12:18:29.558 [info] [command][ff9bd3b4-2e6f-48f6-adac-0e50fbbffe0b] Socket close event received\n2025-07-16 12:18:29.582 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58192 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:19:29.562 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:19:29.564 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f""}\n2025-07-16 12:19:29.565 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] received connection request\n2025-07-16 12:19:29.565 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:19:29.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] socks forwarding established\n2025-07-16 12:19:29.623 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Process exited with code 0\n2025-07-16 12:19:29.624 [info] [command][2e9d5b1f-beb6-4ae2-b6c0-56ecfa678e6f] Socket close event received\n2025-07-16 12:19:29.624 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7e65cbe-8b6f-4f78-9dd5-85e1c1538491] socks connection closed\n2025-07-16 12:19:29.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58241 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:20:29.627 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:20:29.628 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca37be40-18a4-4b3a-b501-a1b7b94f1b5a""}\n2025-07-16 12:20:29.629 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] received connection request\n2025-07-16 12:20:29.630 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:20:29.658 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] socks forwarding established\n2025-07-16 12:20:29.686 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Process exited with code 0\n2025-07-16 12:20:29.686 [info] [command][ca37be40-18a4-4b3a-b501-a1b7b94f1b5a] Socket close event received\n2025-07-16 12:20:29.687 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a915a890-064a-4a67-bacb-38b7c571c5ab] socks connection closed\n2025-07-16 12:20:29.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58272 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:21:29.688 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:21:29.690 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d910d192-cb90-4c7e-a1a9-a8dc992e7ec9""}\n2025-07-16 12:21:29.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] received connection request\n2025-07-16 12:21:29.690 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:21:29.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] socks forwarding established\n2025-07-16 12:21:29.745 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Process exited with code 0\n2025-07-16 12:21:29.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afbba6c8-6d38-4e1a-8cdc-aeaf3c91de84] socks connection closed\n2025-07-16 12:21:29.746 [info] [command][d910d192-cb90-4c7e-a1a9-a8dc992e7ec9] Socket close event received\n2025-07-16 12:21:29.772 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58295 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:22:29.747 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:22:29.749 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f77ae0d1-bfc4-4815-8b29-18073a8f33ab""}\n2025-07-16 12:22:29.749 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] received connection request\n2025-07-16 12:22:29.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:22:29.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] socks forwarding established\n2025-07-16 12:22:29.804 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Process exited with code 0\n2025-07-16 12:22:29.805 [info] [command][f77ae0d1-bfc4-4815-8b29-18073a8f33ab] Socket close event received\n2025-07-16 12:22:29.805 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5ac21c0-c8c3-439c-a3d3-469a8a6f0048] socks connection closed\n2025-07-16 12:22:29.830 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58343 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:23:29.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:23:29.812 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b""}\n2025-07-16 12:23:29.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] received connection request\n2025-07-16 12:23:29.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:23:29.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] socks forwarding established\n2025-07-16 12:23:29.867 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Process exited with code 0\n2025-07-16 12:23:29.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94e09560-26f9-4ae9-86e9-a5449e035ffd] socks connection closed\n2025-07-16 12:23:29.867 [info] [command][48ae1a1d-2cd0-4078-9ea1-f85bdad95b5b] Socket close event received\n2025-07-16 12:23:29.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58367 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:24:29.870 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:24:29.871 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""32e85efb-aded-4caa-8583-fdfaabfa5bd3""}\n2025-07-16 12:24:29.872 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] received connection request\n2025-07-16 12:24:29.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:24:29.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] socks forwarding established\n2025-07-16 12:24:29.928 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Process exited with code 0\n2025-07-16 12:24:29.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c1ffcb8-7306-4229-807f-d741214bfeeb] socks connection closed\n2025-07-16 12:24:29.928 [info] [command][32e85efb-aded-4caa-8583-fdfaabfa5bd3] Socket close event received\n2025-07-16 12:24:29.952 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58405 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:25:29.929 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:25:29.930 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""461724b3-d880-4e48-8ee5-7b9524e3c5c8""}\n2025-07-16 12:25:29.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] received connection request\n2025-07-16 12:25:29.930 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:25:29.955 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] socks forwarding established\n2025-07-16 12:25:29.980 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Process exited with code 0\n2025-07-16 12:25:29.980 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f91847a7-4421-452a-9935-06c20ce9f43c] socks connection closed\n2025-07-16 12:25:29.980 [info] [command][461724b3-d880-4e48-8ee5-7b9524e3c5c8] Socket close event received\n2025-07-16 12:25:30.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58429 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:26:29.986 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:26:29.988 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca7a7e42-b095-4bbc-80e2-15d0ac687b38""}\n2025-07-16 12:26:29.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] received connection request\n2025-07-16 12:26:29.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:26:30.018 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] socks forwarding established\n2025-07-16 12:26:30.045 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Process exited with code 0\n2025-07-16 12:26:30.045 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][15583d29-6a3d-4bc7-87d2-80b190c382a7] socks connection closed\n2025-07-16 12:26:30.045 [info] [command][ca7a7e42-b095-4bbc-80e2-15d0ac687b38] Socket close event received\n2025-07-16 12:26:30.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58454 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:27:30.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:27:30.052 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e3b8c7cb-2ced-4494-ab61-f44780ae714a""}\n2025-07-16 12:27:30.053 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] received connection request\n2025-07-16 12:27:30.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:27:30.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] socks forwarding established\n2025-07-16 12:27:30.227 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Process exited with code 0\n2025-07-16 12:27:30.228 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][be9a8d5b-e2f6-483a-b135-ef314928f770] socks connection closed\n2025-07-16 12:27:30.228 [info] [command][e3b8c7cb-2ced-4494-ab61-f44780ae714a] Socket close event received\n2025-07-16 12:27:30.250 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58508 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:28:30.232 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:28:30.234 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1fbf5ced-1413-4e34-be8f-4605d96a4c8d""}\n2025-07-16 12:28:30.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] received connection request\n2025-07-16 12:28:30.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:28:30.337 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] socks forwarding established\n2025-07-16 12:28:30.484 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Process exited with code 0\n2025-07-16 12:28:30.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d865ed4c-ad4d-4ad3-a0d7-b3cbf41cc9ab] socks connection closed\n2025-07-16 12:28:30.485 [info] [command][1fbf5ced-1413-4e34-be8f-4605d96a4c8d] Socket close event received\n2025-07-16 12:28:30.508 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58537 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:29:30.490 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:29:30.492 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""532dfdcd-03a1-4281-9b6e-24010fcdd709""}\n2025-07-16 12:29:30.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] received connection request\n2025-07-16 12:29:30.493 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:29:30.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] socks forwarding established\n2025-07-16 12:29:30.547 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Process exited with code 0\n2025-07-16 12:29:30.547 [info] [command][532dfdcd-03a1-4281-9b6e-24010fcdd709] Socket close event received\n2025-07-16 12:29:30.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a71f5b2-5a2a-4843-b88c-f7ce01f642bb] socks connection closed\n2025-07-16 12:29:30.572 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58574 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:30:30.549 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:30:30.551 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""80e63837-9416-49a3-9660-75a3ff5d3885""}\n2025-07-16 12:30:30.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] received connection request\n2025-07-16 12:30:30.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:30:30.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] socks forwarding established\n2025-07-16 12:30:30.602 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Process exited with code 0\n2025-07-16 12:30:30.602 [info] [command][80e63837-9416-49a3-9660-75a3ff5d3885] Socket close event received\n2025-07-16 12:30:30.624 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e5e10ff0-1066-4730-88a7-a027e133fa4f] socks connection closed\n2025-07-16 12:30:30.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58603 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:31:30.610 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:31:30.611 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c82d4336-c1ea-4ad5-9135-b37f773c4b86""}\n2025-07-16 12:31:30.612 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] received connection request\n2025-07-16 12:31:30.613 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:31:30.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] socks forwarding established\n2025-07-16 12:31:30.665 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Process exited with code 0\n2025-07-16 12:31:30.666 [info] [command][c82d4336-c1ea-4ad5-9135-b37f773c4b86] Socket close event received\n2025-07-16 12:31:30.666 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2dc17a2f-b93d-4909-a5e3-0fe55ad958d6] socks connection closed\n2025-07-16 12:31:30.690 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58633 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:32:30.676 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:32:30.678 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fff9ec53-64c2-4c0e-9362-ceef4d737526""}\n2025-07-16 12:32:30.679 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] received connection request\n2025-07-16 12:32:30.679 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:32:30.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] socks forwarding established\n2025-07-16 12:32:30.731 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Process exited with code 0\n2025-07-16 12:32:30.731 [info] [command][fff9ec53-64c2-4c0e-9362-ceef4d737526] Socket close event received\n2025-07-16 12:32:30.732 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a06691e4-2e7e-47c1-a877-e6cf21cc24f3] socks connection closed\n2025-07-16 12:32:30.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58695 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:33:30.741 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:33:30.742 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4aa6e22d-e776-444e-8ac5-5fae70149fe6""}\n2025-07-16 12:33:30.743 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] received connection request\n2025-07-16 12:33:30.743 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:33:30.769 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] socks forwarding established\n2025-07-16 12:33:30.797 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Process exited with code 0\n2025-07-16 12:33:30.798 [info] [command][4aa6e22d-e776-444e-8ac5-5fae70149fe6] Socket close event received\n2025-07-16 12:33:30.821 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8ac50093-3ff2-45b8-a8fb-866d7a969719] socks connection closed\n2025-07-16 12:33:30.822 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58726 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:34:30.809 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:34:30.811 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6996e2cd-3784-42d2-939d-fb88d9705ed0""}\n2025-07-16 12:34:30.811 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] received connection request\n2025-07-16 12:34:30.812 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:34:30.836 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] socks forwarding established\n2025-07-16 12:34:30.863 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Process exited with code 0\n2025-07-16 12:34:30.863 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7c9dc65b-7c54-4563-9610-70cf1b81a711] socks connection closed\n2025-07-16 12:34:30.863 [info] [command][6996e2cd-3784-42d2-939d-fb88d9705ed0] Socket close event received\n2025-07-16 12:34:30.887 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:35:30.873 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:35:30.875 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1434aef7-5736-46eb-b877-159673308af5""}\n2025-07-16 12:35:30.876 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] received connection request\n2025-07-16 12:35:30.877 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:35:30.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] socks forwarding established\n2025-07-16 12:35:30.931 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Process exited with code 0\n2025-07-16 12:35:30.931 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][489e63a2-9b02-4afe-aaee-2f1bf64ee09d] socks connection closed\n2025-07-16 12:35:30.931 [info] [command][1434aef7-5736-46eb-b877-159673308af5] Socket close event received\n2025-07-16 12:35:30.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58793 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:36:30.941 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:36:30.943 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1f60fcc-2b00-450b-9f63-a910349695fc""}\n2025-07-16 12:36:30.944 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] received connection request\n2025-07-16 12:36:30.945 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:36:30.972 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] socks forwarding established\n2025-07-16 12:36:30.998 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Process exited with code 0\n2025-07-16 12:36:30.998 [info] [command][e1f60fcc-2b00-450b-9f63-a910349695fc] Socket close event received\n2025-07-16 12:36:30.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0da27eed-38d9-49a6-8cf7-04c5e4331123] socks connection closed\n2025-07-16 12:36:31.024 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:37:31.009 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:37:31.010 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a557a91b-8bab-48a6-a8db-c58d925ba4a1""}\n2025-07-16 12:37:31.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] received connection request\n2025-07-16 12:37:31.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:37:31.036 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] socks forwarding established\n2025-07-16 12:37:31.063 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Process exited with code 0\n2025-07-16 12:37:31.064 [info] [command][a557a91b-8bab-48a6-a8db-c58d925ba4a1] Socket close event received\n2025-07-16 12:37:31.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0287f1ec-ea95-46f0-9764-e5ceda15ffd6] socks connection closed\n2025-07-16 12:37:31.088 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58834 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:38:31.071 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:38:31.073 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""16be1c0f-c28b-4b7a-8ef4-e0d915813fbe""}\n2025-07-16 12:38:31.074 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] received connection request\n2025-07-16 12:38:31.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:38:31.100 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] socks forwarding established\n2025-07-16 12:38:31.129 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Process exited with code 0\n2025-07-16 12:38:31.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0628e3ef-f24d-4365-a961-63400ce065f8] socks connection closed\n2025-07-16 12:38:31.130 [info] [command][16be1c0f-c28b-4b7a-8ef4-e0d915813fbe] Socket close event received\n2025-07-16 12:38:31.154 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58890 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:39:31.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:39:31.132 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""df8c6fca-5e8b-446c-af6e-5aca8d397eba""}\n2025-07-16 12:39:31.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] received connection request\n2025-07-16 12:39:31.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:39:31.182 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] socks forwarding established\n2025-07-16 12:39:31.210 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Process exited with code 0\n2025-07-16 12:39:31.210 [info] [command][df8c6fca-5e8b-446c-af6e-5aca8d397eba] Socket close event received\n2025-07-16 12:39:31.211 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c2718abb-f52b-4671-95d4-c3eb5db106e0] socks connection closed\n2025-07-16 12:39:31.234 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58915 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:40:31.221 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:40:31.222 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33c758b7-b6c8-4875-8efa-78c353e6d409""}\n2025-07-16 12:40:31.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] received connection request\n2025-07-16 12:40:31.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:40:31.248 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] socks forwarding established\n2025-07-16 12:40:31.391 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Process exited with code 0\n2025-07-16 12:40:31.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9293e15c-00fd-4d57-b730-a085196fe81f] socks connection closed\n2025-07-16 12:40:31.392 [info] [command][33c758b7-b6c8-4875-8efa-78c353e6d409] Socket close event received\n2025-07-16 12:40:31.420 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:41:31.400 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:41:31.401 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""987bd5bb-9bd0-4be8-8346-8f4089ab6b33""}\n2025-07-16 12:41:31.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] received connection request\n2025-07-16 12:41:31.402 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:41:31.429 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] socks forwarding established\n2025-07-16 12:41:31.459 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Process exited with code 0\n2025-07-16 12:41:31.459 [info] [command][987bd5bb-9bd0-4be8-8346-8f4089ab6b33] Socket close event received\n2025-07-16 12:41:31.460 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8cc76284-6b64-4acb-b9db-d63e22abc703] socks connection closed\n2025-07-16 12:41:31.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58978 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:42:31.468 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:42:31.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] received connection request\n2025-07-16 12:42:31.472 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""75a4bd47-17c0-4e13-89fd-e01b5368c63b""}\n2025-07-16 12:42:31.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:42:31.499 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] socks forwarding established\n2025-07-16 12:42:31.527 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Process exited with code 0\n2025-07-16 12:42:31.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88188c84-00f1-43c4-ab41-8065889a7595] socks connection closed\n2025-07-16 12:42:31.528 [info] [command][75a4bd47-17c0-4e13-89fd-e01b5368c63b] Socket close event received\n2025-07-16 12:42:31.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59001 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:43:31.538 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:43:31.539 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec9c3e89-1bf5-4122-8a45-bea08b5cabc5""}\n2025-07-16 12:43:31.541 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] received connection request\n2025-07-16 12:43:31.541 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 12:43:31.542 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:43:31.567 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] socks forwarding established\n2025-07-16 12:43:31.596 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Process exited with code 0\n2025-07-16 12:43:31.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][346157f9-0124-4ba1-9fc6-50be4db3e026] socks connection closed\n2025-07-16 12:43:31.596 [info] [command][ec9c3e89-1bf5-4122-8a45-bea08b5cabc5] Socket close event received\n2025-07-16 12:43:31.621 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59053 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:44:31.606 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:44:31.607 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ea747e35-07a4-4008-bb9b-4b9c9243f4fb""}\n2025-07-16 12:44:31.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] received connection request\n2025-07-16 12:44:31.609 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:44:31.633 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] socks forwarding established\n2025-07-16 12:44:31.661 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Process exited with code 0\n2025-07-16 12:44:31.661 [info] [command][ea747e35-07a4-4008-bb9b-4b9c9243f4fb] Socket close event received\n2025-07-16 12:44:31.662 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c898eea-2fee-481b-b7ab-091b2dd1f109] socks connection closed\n2025-07-16 12:44:31.779 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59082 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:45:31.671 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:45:31.672 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4fda897e-5a65-4642-be29-31ded4f4e59e""}\n2025-07-16 12:45:31.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] received connection request\n2025-07-16 12:45:31.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:45:31.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] socks forwarding established\n2025-07-16 12:45:31.727 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Process exited with code 0\n2025-07-16 12:45:31.727 [info] [command][4fda897e-5a65-4642-be29-31ded4f4e59e] Socket close event received\n2025-07-16 12:45:31.727 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d45bdde7-4085-4a65-8927-fec202b04573] socks connection closed\n2025-07-16 12:45:31.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59117 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:46:31.736 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:46:31.738 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b8ef114d-45e1-4955-affe-b4c6e183e072""}\n2025-07-16 12:46:31.739 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] received connection request\n2025-07-16 12:46:31.740 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:46:31.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] socks forwarding established\n2025-07-16 12:46:31.793 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Process exited with code 0\n2025-07-16 12:46:31.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][de1db15e-5e36-4d57-b5cf-b4c35a0128a9] socks connection closed\n2025-07-16 12:46:31.794 [info] [command][b8ef114d-45e1-4955-affe-b4c6e183e072] Socket close event received\n2025-07-16 12:46:31.820 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59140 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:47:31.797 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:47:31.799 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d9971c9-0285-408d-acd8-94df01746f9d""}\n2025-07-16 12:47:31.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] received connection request\n2025-07-16 12:47:31.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:47:31.828 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] socks forwarding established\n2025-07-16 12:47:31.856 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Process exited with code 0\n2025-07-16 12:47:31.857 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55246408-3cfc-4e80-8efb-a92675149625] socks connection closed\n2025-07-16 12:47:31.857 [info] [command][1d9971c9-0285-408d-acd8-94df01746f9d] Socket close event received\n2025-07-16 12:47:31.883 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59165 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:48:31.867 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:48:31.869 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5fd8dd84-64d1-40f9-a20b-d2537d44a92c""}\n2025-07-16 12:48:31.870 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] received connection request\n2025-07-16 12:48:31.871 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:48:31.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] socks forwarding established\n2025-07-16 12:48:31.928 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Process exited with code 0\n2025-07-16 12:48:31.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3127e921-494a-4bbe-a705-8d432e60c67f] socks connection closed\n2025-07-16 12:48:31.928 [info] [command][5fd8dd84-64d1-40f9-a20b-d2537d44a92c] Socket close event received\n2025-07-16 12:48:31.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59214 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:49:31.935 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:49:31.937 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] received connection request\n2025-07-16 12:49:31.937 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""deb87e10-7870-497b-9d32-306fb8775ebb""}\n2025-07-16 12:49:31.938 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:49:31.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] socks forwarding established\n2025-07-16 12:49:31.995 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Process exited with code 0\n2025-07-16 12:49:31.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][21285d6b-5865-4137-9c53-16e7d506342e] socks connection closed\n2025-07-16 12:49:31.995 [info] [command][deb87e10-7870-497b-9d32-306fb8775ebb] Socket close event received\n2025-07-16 12:49:32.021 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59246 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:50:31.998 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:50:32.000 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2999a297-0dca-482b-a2a9-1f520c35f287""}\n2025-07-16 12:50:32.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] received connection request\n2025-07-16 12:50:32.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:50:32.031 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] socks forwarding established\n2025-07-16 12:50:32.059 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Process exited with code 0\n2025-07-16 12:50:32.059 [info] [command][2999a297-0dca-482b-a2a9-1f520c35f287] Socket close event received\n2025-07-16 12:50:32.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][865588a9-d668-459d-afcf-82acd1f883b6] socks connection closed\n2025-07-16 12:50:32.085 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59281 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:51:32.061 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:51:32.063 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""22d98a51-5a6e-410c-9948-fd68a21420b6""}\n2025-07-16 12:51:32.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] received connection request\n2025-07-16 12:51:32.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:51:32.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] socks forwarding established\n2025-07-16 12:51:32.118 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Process exited with code 0\n2025-07-16 12:51:32.118 [info] [command][22d98a51-5a6e-410c-9948-fd68a21420b6] Socket close event received\n2025-07-16 12:51:32.121 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee47a392-0ddc-4997-8457-d57d1f2e9bae] socks connection closed\n2025-07-16 12:51:32.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59305 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:52:32.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:52:32.131 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d02f7489-ee26-4992-ad12-be6183cec190""}\n2025-07-16 12:52:32.132 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] received connection request\n2025-07-16 12:52:32.133 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:52:32.167 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] socks forwarding established\n2025-07-16 12:52:32.294 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Process exited with code 0\n2025-07-16 12:52:32.294 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a6ed5225-8ef2-41ad-88dc-7e3fe827af59] socks connection closed\n2025-07-16 12:52:32.294 [info] [command][d02f7489-ee26-4992-ad12-be6183cec190] Socket close event received\n2025-07-16 12:52:32.319 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:53:32.296 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:53:32.299 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d45f31d4-17ae-4ad4-8537-c722a688b902""}\n2025-07-16 12:53:32.300 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] received connection request\n2025-07-16 12:53:32.301 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:53:32.339 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] socks forwarding established\n2025-07-16 12:53:32.497 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Process exited with code 0\n2025-07-16 12:53:32.498 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4578e3e8-38f4-492a-a315-072e81a5bf99] socks connection closed\n2025-07-16 12:53:32.498 [info] [command][d45f31d4-17ae-4ad4-8537-c722a688b902] Socket close event received\n2025-07-16 12:53:32.523 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59383 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:54:32.499 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:54:32.500 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d94f114d-1ee6-4167-b720-04c3e2dd0ffe""}\n2025-07-16 12:54:32.501 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] received connection request\n2025-07-16 12:54:32.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:54:32.610 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] socks forwarding established\n2025-07-16 12:54:32.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][265c309d-c51b-4213-937f-3bac566322a4] socks connection closed\n2025-07-16 12:54:32.687 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Process exited with code 0\n2025-07-16 12:54:32.687 [info] [command][d94f114d-1ee6-4167-b720-04c3e2dd0ffe] Socket close event received\n2025-07-16 12:54:32.711 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59409 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:55:32.697 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:55:32.700 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6145e914-c99d-489a-8613-e0b22a9b4bf9""}\n2025-07-16 12:55:32.701 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] received connection request\n2025-07-16 12:55:32.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:55:32.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] socks forwarding established\n2025-07-16 12:55:32.910 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Process exited with code 0\n2025-07-16 12:55:32.911 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][83f669ac-478a-4bb2-8c7b-84e1552cf15d] socks connection closed\n2025-07-16 12:55:32.911 [info] [command][6145e914-c99d-489a-8613-e0b22a9b4bf9] Socket close event received\n2025-07-16 12:55:32.937 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59448 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:56:32.919 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:56:32.921 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""76dfee9c-947a-495a-9d6f-0a12436c36cb""}\n2025-07-16 12:56:32.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] received connection request\n2025-07-16 12:56:32.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:56:32.952 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] socks forwarding established\n2025-07-16 12:56:33.057 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Process exited with code 0\n2025-07-16 12:56:33.058 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][875c0579-4ef5-4e23-b546-e986b3d15ec6] socks connection closed\n2025-07-16 12:56:33.058 [info] [command][76dfee9c-947a-495a-9d6f-0a12436c36cb] Socket close event received\n2025-07-16 12:56:33.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59470 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:57:33.068 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:57:33.069 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""18f18d8c-7356-4452-9f13-c44c017debfc""}\n2025-07-16 12:57:33.070 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] received connection request\n2025-07-16 12:57:33.070 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:57:33.095 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] socks forwarding established\n2025-07-16 12:57:33.122 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Process exited with code 0\n2025-07-16 12:57:33.123 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][190fcdc9-524b-4f54-8d3b-36cdde2e7faa] socks connection closed\n2025-07-16 12:57:33.123 [info] [command][18f18d8c-7356-4452-9f13-c44c017debfc] Socket close event received\n2025-07-16 12:57:33.147 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59497 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:58:33.128 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:58:33.132 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""95927c70-2abb-4e75-9169-bf2005efa570""}\n2025-07-16 12:58:33.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] received connection request\n2025-07-16 12:58:33.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:58:33.160 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] socks forwarding established\n2025-07-16 12:58:33.188 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Process exited with code 0\n2025-07-16 12:58:33.188 [info] [command][95927c70-2abb-4e75-9169-bf2005efa570] Socket close event received\n2025-07-16 12:58:33.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf78e25-90de-42c2-9d84-de104ae0529d] socks connection closed\n2025-07-16 12:58:33.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59559 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 12:59:33.189 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 12:59:33.190 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""de1477f6-f784-4408-bc8d-641583126303""}\n2025-07-16 12:59:33.191 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] received connection request\n2025-07-16 12:59:33.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 12:59:33.217 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] socks forwarding established\n2025-07-16 12:59:33.244 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Process exited with code 0\n2025-07-16 12:59:33.245 [info] [command][de1477f6-f784-4408-bc8d-641583126303] Socket close event received\n2025-07-16 12:59:33.245 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8da11e1-8419-4ccb-aef8-1c6017ac79dc] socks connection closed\n2025-07-16 12:59:33.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59592 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:00:33.249 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:00:33.250 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6035553b-9962-4df3-9530-9a1e29c5de35""}\n2025-07-16 13:00:33.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] received connection request\n2025-07-16 13:00:33.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:00:33.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] socks forwarding established\n2025-07-16 13:00:33.305 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Process exited with code 0\n2025-07-16 13:00:33.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51f2fdae-4a1d-454e-98b6-a91c7f0afc68] socks connection closed\n2025-07-16 13:00:33.306 [info] [command][6035553b-9962-4df3-9530-9a1e29c5de35] Socket close event received\n2025-07-16 13:00:33.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59638 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:01:33.311 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:01:33.313 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3c49114f-b031-4301-bc82-6b8c8027ab12""}\n2025-07-16 13:01:33.314 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] received connection request\n2025-07-16 13:01:33.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:01:33.340 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] socks forwarding established\n2025-07-16 13:01:33.367 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Process exited with code 0\n2025-07-16 13:01:33.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d03f4081-729b-4e2b-b779-b6ea713b1100] socks connection closed\n2025-07-16 13:01:33.367 [info] [command][3c49114f-b031-4301-bc82-6b8c8027ab12] Socket close event received\n2025-07-16 13:01:33.393 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59659 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:02:33.373 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:02:33.374 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d84d4349-4fc8-46b9-935a-9f5da5eb8c06""}\n2025-07-16 13:02:33.375 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] received connection request\n2025-07-16 13:02:33.376 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:02:33.400 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] socks forwarding established\n2025-07-16 13:02:33.427 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Process exited with code 0\n2025-07-16 13:02:33.428 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b9ba3d9f-5081-4d20-83a4-41b4e1525e31] socks connection closed\n2025-07-16 13:02:33.428 [info] [command][d84d4349-4fc8-46b9-935a-9f5da5eb8c06] Socket close event received\n2025-07-16 13:02:33.451 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59716 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:03:33.433 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:03:33.434 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3f2f106e-53c2-436c-a98e-d9d14f77455c""}\n2025-07-16 13:03:33.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] received connection request\n2025-07-16 13:03:33.434 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:03:33.458 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] socks forwarding established\n2025-07-16 13:03:33.486 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Process exited with code 0\n2025-07-16 13:03:33.486 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47ffaa99-e5dd-4442-a6e9-4ffc15c8876c] socks connection closed\n2025-07-16 13:03:33.486 [info] [command][3f2f106e-53c2-436c-a98e-d9d14f77455c] Socket close event received\n2025-07-16 13:03:33.512 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59743 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:04:33.492 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:04:33.494 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8""}\n2025-07-16 13:04:33.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] received connection request\n2025-07-16 13:04:33.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:04:33.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] socks forwarding established\n2025-07-16 13:04:33.545 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Process exited with code 0\n2025-07-16 13:04:33.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][532edc95-e373-4031-b2ea-a4ec27088ac0] socks connection closed\n2025-07-16 13:04:33.545 [info] [command][2b7e9f7e-c3c2-4067-9bcb-39cb06c9fba8] Socket close event received\n2025-07-16 13:04:33.569 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:05:33.549 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:05:33.552 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eab28431-2239-4ab0-a592-5daee580a544""}\n2025-07-16 13:05:33.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] received connection request\n2025-07-16 13:05:33.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:05:33.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] socks forwarding established\n2025-07-16 13:05:33.604 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Process exited with code 0\n2025-07-16 13:05:33.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][17d99e9c-c573-4f46-89ac-f472a0f21196] socks connection closed\n2025-07-16 13:05:33.604 [info] [command][eab28431-2239-4ab0-a592-5daee580a544] Socket close event received\n2025-07-16 13:05:33.628 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:06:33.607 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:06:33.610 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b1ffd431-62d2-4c1a-8b46-8473d11269ef""}\n2025-07-16 13:06:33.610 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] received connection request\n2025-07-16 13:06:33.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:06:33.635 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] socks forwarding established\n2025-07-16 13:06:33.664 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Process exited with code 0\n2025-07-16 13:06:33.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ed655557-a2d0-4223-af79-ef214dd9d8b7] socks connection closed\n2025-07-16 13:06:33.666 [info] [command][b1ffd431-62d2-4c1a-8b46-8473d11269ef] Socket close event received\n2025-07-16 13:06:33.689 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59840 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:07:33.671 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:07:33.672 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""79190c08-bc6f-4fc3-a399-a20dc6ddc49c""}\n2025-07-16 13:07:33.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] received connection request\n2025-07-16 13:07:33.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:07:33.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] socks forwarding established\n2025-07-16 13:07:33.727 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Process exited with code 0\n2025-07-16 13:07:33.728 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][599b6116-da93-466e-9ecf-0bfe39a1a0b8] socks connection closed\n2025-07-16 13:07:33.728 [info] [command][79190c08-bc6f-4fc3-a399-a20dc6ddc49c] Socket close event received\n2025-07-16 13:07:33.751 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59895 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:08:33.733 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:08:33.735 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f95d653d-428c-4c7b-988c-66ca7755f2aa""}\n2025-07-16 13:08:33.736 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] received connection request\n2025-07-16 13:08:33.736 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:08:33.761 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] socks forwarding established\n2025-07-16 13:08:33.787 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Process exited with code 0\n2025-07-16 13:08:33.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2628f0-ab2e-416b-875e-e8fdd4d78455] socks connection closed\n2025-07-16 13:08:33.787 [info] [command][f95d653d-428c-4c7b-988c-66ca7755f2aa] Socket close event received\n2025-07-16 13:08:33.848 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59920 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:09:33.792 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:09:33.794 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f5858c91-2b19-4d89-a3bf-0b06fd568b88""}\n2025-07-16 13:09:33.795 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] received connection request\n2025-07-16 13:09:33.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:09:33.820 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] socks forwarding established\n2025-07-16 13:09:33.846 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Process exited with code 0\n2025-07-16 13:09:33.846 [info] [command][f5858c91-2b19-4d89-a3bf-0b06fd568b88] Socket close event received\n2025-07-16 13:09:33.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e73ffe8a-b226-40d2-9fd9-cd0d099c8028] socks connection closed\n2025-07-16 13:09:33.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59993 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:10:33.853 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:10:33.855 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e0545a7c-ed0e-4b38-a979-81977828c9df""}\n2025-07-16 13:10:33.856 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] received connection request\n2025-07-16 13:10:33.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:10:33.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] socks forwarding established\n2025-07-16 13:10:33.995 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Process exited with code 0\n2025-07-16 13:10:33.996 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ae7f630f-0fc4-4cc0-97d0-590593d71731] socks connection closed\n2025-07-16 13:10:33.996 [info] [command][e0545a7c-ed0e-4b38-a979-81977828c9df] Socket close event received\n2025-07-16 13:10:34.025 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60020 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:11:33.999 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:11:34.001 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8189c103-9d6f-42d3-bbf8-105038609ba1""}\n2025-07-16 13:11:34.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] received connection request\n2025-07-16 13:11:34.002 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:11:34.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] socks forwarding established\n2025-07-16 13:11:34.050 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Process exited with code 0\n2025-07-16 13:11:34.051 [info] [command][8189c103-9d6f-42d3-bbf8-105038609ba1] Socket close event received\n2025-07-16 13:11:34.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3284741f-98ed-4350-a905-7a7a39d3449d] socks connection closed\n2025-07-16 13:11:34.074 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60079 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:12:34.056 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:12:34.057 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88bbf688-d9dd-4dfe-822e-21bd74bad14f""}\n2025-07-16 13:12:34.057 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] received connection request\n2025-07-16 13:12:34.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:12:34.081 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] socks forwarding established\n2025-07-16 13:12:34.106 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Process exited with code 0\n2025-07-16 13:12:34.107 [info] [command][88bbf688-d9dd-4dfe-822e-21bd74bad14f] Socket close event received\n2025-07-16 13:12:34.107 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fc73627c-6b0f-4bba-92f5-596e3762a59f] socks connection closed\n2025-07-16 13:12:34.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60133 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:13:34.109 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:13:34.111 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6285fe4f-db60-4e8d-b216-300bd4f0778e""}\n2025-07-16 13:13:34.112 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] received connection request\n2025-07-16 13:13:34.112 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:13:34.136 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] socks forwarding established\n2025-07-16 13:13:34.163 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Process exited with code 0\n2025-07-16 13:13:34.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a620636b-4f18-4afb-b152-c9dc6db34770] socks connection closed\n2025-07-16 13:13:34.164 [info] [command][6285fe4f-db60-4e8d-b216-300bd4f0778e] Socket close event received\n2025-07-16 13:13:34.186 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60161 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:14:34.168 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:14:34.171 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e6bc87bf-5a7f-444d-9851-e0c5ac8995cf""}\n2025-07-16 13:14:34.171 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] received connection request\n2025-07-16 13:14:34.172 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:14:34.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] socks forwarding established\n2025-07-16 13:14:34.222 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Process exited with code 0\n2025-07-16 13:14:34.223 [info] [command][e6bc87bf-5a7f-444d-9851-e0c5ac8995cf] Socket close event received\n2025-07-16 13:14:34.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fda740c-7484-4e95-8c87-3d168c0d02c1] socks connection closed\n2025-07-16 13:14:34.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60208 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:15:34.225 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:15:34.227 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8dcd6bf7-e644-4bf7-9141-5c36e75797e3""}\n2025-07-16 13:15:34.228 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] received connection request\n2025-07-16 13:15:34.228 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:15:34.257 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] socks forwarding established\n2025-07-16 13:15:34.285 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Process exited with code 0\n2025-07-16 13:15:34.285 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4c07564-0fe7-4420-a74e-c371990b1bee] socks connection closed\n2025-07-16 13:15:34.285 [info] [command][8dcd6bf7-e644-4bf7-9141-5c36e75797e3] Socket close event received\n2025-07-16 13:15:34.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60233 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:16:34.286 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:16:34.288 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a3138fbe-a391-466a-9873-3e844bd8142f""}\n2025-07-16 13:16:34.289 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] received connection request\n2025-07-16 13:16:34.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:16:34.340 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] socks forwarding established\n2025-07-16 13:16:34.368 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Process exited with code 0\n2025-07-16 13:16:34.368 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][44924c89-ddcd-4758-8460-d1ce11f0c5d4] socks connection closed\n2025-07-16 13:16:34.368 [info] [command][a3138fbe-a391-466a-9873-3e844bd8142f] Socket close event received\n2025-07-16 13:16:34.396 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60259 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:17:34.369 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:17:34.371 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fc00b4a0-e493-4aa2-bce6-0e5779aab6e0""}\n2025-07-16 13:17:34.372 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] received connection request\n2025-07-16 13:17:34.372 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:17:34.396 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] socks forwarding established\n2025-07-16 13:17:34.422 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Process exited with code 0\n2025-07-16 13:17:34.422 [info] [command][fc00b4a0-e493-4aa2-bce6-0e5779aab6e0] Socket close event received\n2025-07-16 13:17:34.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][67c1892f-3b8f-4d45-806f-22a15bcf3a60] socks connection closed\n2025-07-16 13:17:34.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60323 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:18:34.423 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:18:34.425 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""04e90238-88a0-401f-99c1-2d9353190296""}\n2025-07-16 13:18:34.425 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] received connection request\n2025-07-16 13:18:34.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:18:34.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] socks forwarding established\n2025-07-16 13:18:34.519 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Process exited with code 0\n2025-07-16 13:18:34.519 [info] [command][04e90238-88a0-401f-99c1-2d9353190296] Socket close event received\n2025-07-16 13:18:34.520 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7da76dfc-3ab8-43a1-bd12-771ef41e2229] socks connection closed\n2025-07-16 13:18:34.542 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60369 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:19:34.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:19:34.525 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec""}\n2025-07-16 13:19:34.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] received connection request\n2025-07-16 13:19:34.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:19:34.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] socks forwarding established\n2025-07-16 13:19:34.580 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Process exited with code 0\n2025-07-16 13:19:34.581 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9fa6086e-da01-4576-a0ec-4aab59ea899a] socks connection closed\n2025-07-16 13:19:34.581 [info] [command][92c4a44e-abb0-4ce9-9d7c-941fcd50c0ec] Socket close event received\n2025-07-16 13:19:34.607 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60413 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:20:34.586 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:20:34.587 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""944634f9-6f7f-4380-a1b3-f9c50953069a""}\n2025-07-16 13:20:34.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] received connection request\n2025-07-16 13:20:34.589 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:20:34.612 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] socks forwarding established\n2025-07-16 13:20:34.644 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Process exited with code 0\n2025-07-16 13:20:34.644 [info] [command][944634f9-6f7f-4380-a1b3-f9c50953069a] Socket close event received\n2025-07-16 13:20:34.662 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80637473-4abe-42a3-862e-bdb14dd550dd] socks connection closed\n2025-07-16 13:20:34.668 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60442 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:21:34.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:21:34.649 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1720030d-59e0-445d-9007-a9e45293e03a""}\n2025-07-16 13:21:34.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] received connection request\n2025-07-16 13:21:34.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:21:34.675 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] socks forwarding established\n2025-07-16 13:21:34.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2bd4cbfd-470f-4c05-aef5-938d81dc6120] socks connection closed\n2025-07-16 13:21:34.704 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Process exited with code 0\n2025-07-16 13:21:34.704 [info] [command][1720030d-59e0-445d-9007-a9e45293e03a] Socket close event received\n2025-07-16 13:21:34.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60480 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:22:34.710 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:22:34.711 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a657cc4d-b0e3-4c92-8615-21d77ce8f5f7""}\n2025-07-16 13:22:34.712 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] received connection request\n2025-07-16 13:22:34.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:22:34.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] socks forwarding established\n2025-07-16 13:22:34.782 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Process exited with code 0\n2025-07-16 13:22:34.782 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4172b64-bf13-472d-931e-44207e3dd0c8] socks connection closed\n2025-07-16 13:22:34.782 [info] [command][a657cc4d-b0e3-4c92-8615-21d77ce8f5f7] Socket close event received\n2025-07-16 13:22:34.805 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60537 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:23:34.787 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:23:34.788 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3228515f-0adb-4fc5-b12b-96c30d8bbb77""}\n2025-07-16 13:23:34.789 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] received connection request\n2025-07-16 13:23:34.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:23:34.819 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] socks forwarding established\n2025-07-16 13:23:34.846 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Process exited with code 0\n2025-07-16 13:23:34.846 [info] [command][3228515f-0adb-4fc5-b12b-96c30d8bbb77] Socket close event received\n2025-07-16 13:23:34.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b238a096-6d33-4d55-a229-ff4dbe6ad184] socks connection closed\n2025-07-16 13:23:34.869 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60560 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:24:34.849 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:24:34.850 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c393b76f-9864-4de6-b471-5ff5f0ff31c3""}\n2025-07-16 13:24:34.850 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] received connection request\n2025-07-16 13:24:34.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:24:34.874 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] socks forwarding established\n2025-07-16 13:24:34.900 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Process exited with code 0\n2025-07-16 13:24:34.900 [info] [command][c393b76f-9864-4de6-b471-5ff5f0ff31c3] Socket close event received\n2025-07-16 13:24:34.918 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb778d7d-f5c6-4e33-947e-c4410fccef41] socks connection closed\n2025-07-16 13:24:34.923 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60604 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:25:34.902 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:25:34.904 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7a90bb8-4e97-4213-9446-fea554701c16""}\n2025-07-16 13:25:34.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] received connection request\n2025-07-16 13:25:34.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:25:34.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] socks forwarding established\n2025-07-16 13:25:34.956 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Process exited with code 0\n2025-07-16 13:25:34.956 [info] [command][f7a90bb8-4e97-4213-9446-fea554701c16] Socket close event received\n2025-07-16 13:25:34.957 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e74c57ee-6974-4353-b860-d5f8199a31e0] socks connection closed\n2025-07-16 13:25:34.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60642 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:26:34.957 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:26:34.959 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f2202e26-1c51-46f2-85d1-c163afaf4e41""}\n2025-07-16 13:26:34.960 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] received connection request\n2025-07-16 13:26:34.960 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:26:34.984 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] socks forwarding established\n2025-07-16 13:26:35.015 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Process exited with code 0\n2025-07-16 13:26:35.015 [info] [command][f2202e26-1c51-46f2-85d1-c163afaf4e41] Socket close event received\n2025-07-16 13:26:35.016 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aac82229-6d10-446c-83d4-b4b23eacb271] socks connection closed\n2025-07-16 13:26:35.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60668 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:27:35.021 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:27:35.022 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3217f505-0c0f-41f2-a0c1-5da64c95407c""}\n2025-07-16 13:27:35.023 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] received connection request\n2025-07-16 13:27:35.024 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:27:35.047 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] socks forwarding established\n2025-07-16 13:27:35.075 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Process exited with code 0\n2025-07-16 13:27:35.075 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ab7b899-f2e7-49c4-9451-79cee686b56a] socks connection closed\n2025-07-16 13:27:35.075 [info] [command][3217f505-0c0f-41f2-a0c1-5da64c95407c] Socket close event received\n2025-07-16 13:27:35.098 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60737 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:28:35.080 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:28:35.081 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d584e9c9-6cc3-46fa-9ee9-4c41b693be41""}\n2025-07-16 13:28:35.082 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] received connection request\n2025-07-16 13:28:35.083 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:28:35.184 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] socks forwarding established\n2025-07-16 13:28:35.213 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Process exited with code 0\n2025-07-16 13:28:35.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b69af210-f1f5-4ded-b7eb-68bac26e758d] socks connection closed\n2025-07-16 13:28:35.213 [info] [command][d584e9c9-6cc3-46fa-9ee9-4c41b693be41] Socket close event received\n2025-07-16 13:28:35.237 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60766 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:29:35.216 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:29:35.219 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1e4eaf48-acd7-4565-be37-a132171224a6""}\n2025-07-16 13:29:35.219 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] received connection request\n2025-07-16 13:29:35.220 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:29:35.245 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] socks forwarding established\n2025-07-16 13:29:35.270 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Process exited with code 0\n2025-07-16 13:29:35.270 [info] [command][1e4eaf48-acd7-4565-be37-a132171224a6] Socket close event received\n2025-07-16 13:29:35.271 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][803785fa-25ae-458b-b43c-806e086ea92f] socks connection closed\n2025-07-16 13:29:35.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:30:35.273 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:30:35.275 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c646d89-d06a-49be-b157-2e0b05c8b4a8""}\n2025-07-16 13:30:35.276 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] received connection request\n2025-07-16 13:30:35.276 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:30:35.300 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] socks forwarding established\n2025-07-16 13:30:35.328 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Process exited with code 0\n2025-07-16 13:30:35.328 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e57e1d73-9120-4488-8501-f01803f7716b] socks connection closed\n2025-07-16 13:30:35.328 [info] [command][4c646d89-d06a-49be-b157-2e0b05c8b4a8] Socket close event received\n2025-07-16 13:30:35.353 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60854 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:31:35.330 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:31:35.331 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b5640771-eeed-4b9a-9d72-5865ee180731""}\n2025-07-16 13:31:35.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] received connection request\n2025-07-16 13:31:35.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:31:35.356 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] socks forwarding established\n2025-07-16 13:31:35.383 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Process exited with code 0\n2025-07-16 13:31:35.383 [info] [command][b5640771-eeed-4b9a-9d72-5865ee180731] Socket close event received\n2025-07-16 13:31:35.384 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a6da67c-33a9-44f6-a1c4-ca132f4f0aa8] socks connection closed\n2025-07-16 13:31:35.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60877 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:32:35.391 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:32:35.393 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3a0ed10d-17cf-4379-b3d8-15f80b389fd5""}\n2025-07-16 13:32:35.394 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] received connection request\n2025-07-16 13:32:35.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:32:35.418 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] socks forwarding established\n2025-07-16 13:32:35.445 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Process exited with code 0\n2025-07-16 13:32:35.446 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94aaf0f6-2e8f-42e5-b92b-960c7d6edfdf] socks connection closed\n2025-07-16 13:32:35.446 [info] [command][3a0ed10d-17cf-4379-b3d8-15f80b389fd5] Socket close event received\n2025-07-16 13:32:35.468 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60938 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:33:35.451 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:33:35.453 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c78a4b9-9e99-4b90-b67d-4fda378665ba""}\n2025-07-16 13:33:35.454 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] received connection request\n2025-07-16 13:33:35.455 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:33:35.479 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] socks forwarding established\n2025-07-16 13:33:35.506 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Process exited with code 0\n2025-07-16 13:33:35.506 [info] [command][4c78a4b9-9e99-4b90-b67d-4fda378665ba] Socket close event received\n2025-07-16 13:33:35.507 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b5cb9da6-cee4-45a2-bb79-965445b399e2] socks connection closed\n2025-07-16 13:33:35.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60978 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:34:35.512 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:34:35.513 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d767930-5c6c-4676-baa0-4ff541bc07db""}\n2025-07-16 13:34:35.513 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] received connection request\n2025-07-16 13:34:35.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 13:34:35.513 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:34:35.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] socks forwarding established\n2025-07-16 13:34:35.561 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Process exited with code 0\n2025-07-16 13:34:35.561 [info] [command][1d767930-5c6c-4676-baa0-4ff541bc07db] Socket close event received\n2025-07-16 13:34:35.562 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e25ef02-c7a3-4f7c-bfbd-fe7bb2950513] socks connection closed\n2025-07-16 13:34:35.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61018 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:35:35.567 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:35:35.569 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58e0dc55-18e3-4cff-a167-06a677323c00""}\n2025-07-16 13:35:35.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] received connection request\n2025-07-16 13:35:35.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:35:35.594 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] socks forwarding established\n2025-07-16 13:35:35.621 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Process exited with code 0\n2025-07-16 13:35:35.622 [info] [command][58e0dc55-18e3-4cff-a167-06a677323c00] Socket close event received\n2025-07-16 13:35:35.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c55f65-1dda-4a9d-beab-f5e0d3a7c640] socks connection closed\n2025-07-16 13:35:35.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61047 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:36:35.626 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:36:35.627 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3cb50b9f-3989-465e-ab36-e4f850f7cdca""}\n2025-07-16 13:36:35.628 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] received connection request\n2025-07-16 13:36:35.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:36:35.652 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] socks forwarding established\n2025-07-16 13:36:35.680 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Process exited with code 0\n2025-07-16 13:36:35.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fde6243b-35a2-41f2-a3d1-b245ccf1dc86] socks connection closed\n2025-07-16 13:36:35.681 [info] [command][3cb50b9f-3989-465e-ab36-e4f850f7cdca] Socket close event received\n2025-07-16 13:36:35.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61072 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:37:35.686 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:37:35.687 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f08c1615-942a-4b9a-9be0-c4e71878b665""}\n2025-07-16 13:37:35.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] received connection request\n2025-07-16 13:37:35.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:37:35.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] socks forwarding established\n2025-07-16 13:37:35.744 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Process exited with code 0\n2025-07-16 13:37:35.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][25bc952b-8c95-44bd-bf3d-7bd47e45811b] socks connection closed\n2025-07-16 13:37:35.745 [info] [command][f08c1615-942a-4b9a-9be0-c4e71878b665] Socket close event received\n2025-07-16 13:37:35.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61135 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:38:35.750 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:38:35.751 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""60550068-1a77-463e-98c4-8346598976bc""}\n2025-07-16 13:38:35.752 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] received connection request\n2025-07-16 13:38:35.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:38:35.916 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] socks forwarding established\n2025-07-16 13:38:35.942 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Process exited with code 0\n2025-07-16 13:38:35.942 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][71fc2e36-7284-437b-9127-82359a31b363] socks connection closed\n2025-07-16 13:38:35.942 [info] [command][60550068-1a77-463e-98c4-8346598976bc] Socket close event received\n2025-07-16 13:38:36.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61163 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:39:35.947 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:39:35.949 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9739260c-513f-4e4b-a29a-c9a78289cbab""}\n2025-07-16 13:39:35.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] received connection request\n2025-07-16 13:39:35.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:39:35.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] socks forwarding established\n2025-07-16 13:39:36.000 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Process exited with code 0\n2025-07-16 13:39:36.001 [info] [command][9739260c-513f-4e4b-a29a-c9a78289cbab] Socket close event received\n2025-07-16 13:39:36.001 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ec0cf114-1ff3-4a7a-a86d-6d959e6b908b] socks connection closed\n2025-07-16 13:39:36.024 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61205 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:40:36.005 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:40:36.006 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3ee3d5ac-92b2-4e66-8ad4-19cc504efe28""}\n2025-07-16 13:40:36.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] received connection request\n2025-07-16 13:40:36.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:40:36.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] socks forwarding established\n2025-07-16 13:40:36.059 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Process exited with code 0\n2025-07-16 13:40:36.059 [info] [command][3ee3d5ac-92b2-4e66-8ad4-19cc504efe28] Socket close event received\n2025-07-16 13:40:36.059 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c15e49a-9309-4de4-ae45-2de7da822dad] socks connection closed\n2025-07-16 13:40:36.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61228 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:41:36.065 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:41:36.068 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec0b23c9-0ba0-4470-b794-b50397fbba35""}\n2025-07-16 13:41:36.068 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] received connection request\n2025-07-16 13:41:36.069 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:41:36.092 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] socks forwarding established\n2025-07-16 13:41:36.119 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Process exited with code 0\n2025-07-16 13:41:36.119 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8287411d-eea8-4b05-a74c-e4a4f4e6a707] socks connection closed\n2025-07-16 13:41:36.119 [info] [command][ec0b23c9-0ba0-4470-b794-b50397fbba35] Socket close event received\n2025-07-16 13:41:36.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61247 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:42:36.122 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:42:36.124 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f061ec45-e96c-478e-a84e-9640611ab7da""}\n2025-07-16 13:42:36.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] received connection request\n2025-07-16 13:42:36.125 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:42:36.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] socks forwarding established\n2025-07-16 13:42:36.386 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Process exited with code 0\n2025-07-16 13:42:36.387 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][33464e36-5a41-4eae-9ba2-b67195159f17] socks connection closed\n2025-07-16 13:42:36.387 [info] [command][f061ec45-e96c-478e-a84e-9640611ab7da] Socket close event received\n2025-07-16 13:42:36.701 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61283 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:43:36.392 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:43:36.395 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ee0e27e0-ef87-4e42-8f53-066551568498""}\n2025-07-16 13:43:36.396 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] received connection request\n2025-07-16 13:43:36.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:43:36.421 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] socks forwarding established\n2025-07-16 13:43:36.452 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Process exited with code 0\n2025-07-16 13:43:36.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fdb388b8-8dde-4217-a9f0-bb0b7e9af37e] socks connection closed\n2025-07-16 13:43:36.453 [info] [command][ee0e27e0-ef87-4e42-8f53-066551568498] Socket close event received\n2025-07-16 13:43:36.478 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61327 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:44:36.458 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:44:36.459 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f99b2ff-0b71-4866-bb78-33c9f7b96f22""}\n2025-07-16 13:44:36.461 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] received connection request\n2025-07-16 13:44:36.461 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:44:36.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] socks forwarding established\n2025-07-16 13:44:36.512 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Process exited with code 0\n2025-07-16 13:44:36.512 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][010e1ced-c631-4570-bfb7-46d941b391a7] socks connection closed\n2025-07-16 13:44:36.512 [info] [command][8f99b2ff-0b71-4866-bb78-33c9f7b96f22] Socket close event received\n2025-07-16 13:44:36.536 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61368 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:45:36.513 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:45:36.514 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""36be5c96-f307-4cf2-9d00-07071614a14b""}\n2025-07-16 13:45:36.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] received connection request\n2025-07-16 13:45:36.515 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:45:36.538 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] socks forwarding established\n2025-07-16 13:45:36.564 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Process exited with code 0\n2025-07-16 13:45:36.564 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b2a9ec8-9b1e-4524-be66-9d496d2726e4] socks connection closed\n2025-07-16 13:45:36.564 [info] [command][36be5c96-f307-4cf2-9d00-07071614a14b] Socket close event received\n2025-07-16 13:45:36.588 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61393 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:46:36.574 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:46:36.575 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d71ca4a3-d2d0-443a-86d4-3aa18fd897d8""}\n2025-07-16 13:46:36.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] received connection request\n2025-07-16 13:46:36.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:46:36.642 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] socks forwarding established\n2025-07-16 13:46:36.677 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Process exited with code 0\n2025-07-16 13:46:36.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cafd9f33-5517-475d-8b79-fbfcb57b777a] socks connection closed\n2025-07-16 13:46:36.677 [info] [command][d71ca4a3-d2d0-443a-86d4-3aa18fd897d8] Socket close event received\n2025-07-16 13:46:36.704 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61411 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:47:36.687 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:47:36.688 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c7e2316e-82f1-4840-a29a-d48cc31d5abd""}\n2025-07-16 13:47:36.689 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] received connection request\n2025-07-16 13:47:36.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:47:36.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] socks forwarding established\n2025-07-16 13:47:36.829 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Process exited with code 0\n2025-07-16 13:47:36.829 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8b1cebb1-eb32-4130-8a08-466bcab53f11] socks connection closed\n2025-07-16 13:47:36.829 [info] [command][c7e2316e-82f1-4840-a29a-d48cc31d5abd] Socket close event received\n2025-07-16 13:47:36.852 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61434 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:48:36.839 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:48:36.840 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0""}\n2025-07-16 13:48:36.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] received connection request\n2025-07-16 13:48:36.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:48:36.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] socks forwarding established\n2025-07-16 13:48:36.894 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Process exited with code 0\n2025-07-16 13:48:36.894 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][efc33a4f-9a76-4d7a-8bbc-29406117eeb7] socks connection closed\n2025-07-16 13:48:36.894 [info] [command][aed54258-4c6c-4b2f-a1bf-e0ba8e7a6fe0] Socket close event received\n2025-07-16 13:48:36.918 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61482 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:49:36.896 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:49:36.898 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfedf650-bf2e-46d0-8371-ba444ab2de7d""}\n2025-07-16 13:49:36.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] received connection request\n2025-07-16 13:49:36.898 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:49:36.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] socks forwarding established\n2025-07-16 13:49:36.950 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Process exited with code 0\n2025-07-16 13:49:36.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1cf5052d-632d-491d-91bf-3e644ccfbf43] socks connection closed\n2025-07-16 13:49:36.950 [info] [command][cfedf650-bf2e-46d0-8371-ba444ab2de7d] Socket close event received\n2025-07-16 13:49:37.050 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61558 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:50:36.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:50:36.956 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570""}\n2025-07-16 13:50:36.957 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] received connection request\n2025-07-16 13:50:36.957 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:50:37.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] socks forwarding established\n2025-07-16 13:50:37.311 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Process exited with code 0\n2025-07-16 13:50:37.365 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1ab0e6f0-a672-4d0a-ace9-6c8119146792] socks connection closed\n2025-07-16 13:50:37.365 [info] [command][8b0a6c69-f1a1-4d76-a4a2-ed97a08c9570] Socket close event received\n2025-07-16 13:50:37.413 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61607 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:51:37.315 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:51:37.315 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8""}\n2025-07-16 13:51:37.316 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] received connection request\n2025-07-16 13:51:37.316 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:51:37.433 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] socks forwarding established\n2025-07-16 13:51:37.592 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Process exited with code 0\n2025-07-16 13:51:37.593 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7e2f3dce-ce45-4d47-816d-ae5618163eb9] socks connection closed\n2025-07-16 13:51:37.593 [info] [command][0bf74b8d-2d3c-4e3a-b6c7-de6eaf93a1b8] Socket close event received\n2025-07-16 13:51:37.617 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:52:37.598 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:52:37.600 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2dfbc471-43b4-48c8-bff4-eb56bfc723b1""}\n2025-07-16 13:52:37.601 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] received connection request\n2025-07-16 13:52:37.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:52:37.626 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] socks forwarding established\n2025-07-16 13:52:37.660 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Process exited with code 0\n2025-07-16 13:52:37.660 [info] [command][2dfbc471-43b4-48c8-bff4-eb56bfc723b1] Socket close event received\n2025-07-16 13:52:37.684 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47afc42a-54d7-438e-b4cc-2f833d077551] socks connection closed\n2025-07-16 13:52:37.686 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61724 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:53:37.664 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:53:37.666 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1574107b-e667-4280-98ee-6c023add1f97""}\n2025-07-16 13:53:37.667 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] received connection request\n2025-07-16 13:53:37.667 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:53:37.693 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] socks forwarding established\n2025-07-16 13:53:37.721 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Process exited with code 0\n2025-07-16 13:53:37.722 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e310618-f10a-4580-b4df-a5796d16ee31] socks connection closed\n2025-07-16 13:53:37.722 [info] [command][1574107b-e667-4280-98ee-6c023add1f97] Socket close event received\n2025-07-16 13:53:37.746 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61754 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:54:37.724 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:54:37.728 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] received connection request\n2025-07-16 13:54:37.728 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7aae6dd4-44c6-402e-803b-65c5ce508890""}\n2025-07-16 13:54:37.728 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:54:37.753 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] socks forwarding established\n2025-07-16 13:54:37.780 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Process exited with code 0\n2025-07-16 13:54:37.780 [info] [command][7aae6dd4-44c6-402e-803b-65c5ce508890] Socket close event received\n2025-07-16 13:54:37.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3defc2eb-3c4b-4a71-8ca0-f7f15e24e7bb] socks connection closed\n2025-07-16 13:54:37.804 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:55:37.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:55:37.785 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8c37f24f-6a76-4438-95a3-31db96ce2268""}\n2025-07-16 13:55:37.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] received connection request\n2025-07-16 13:55:37.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 13:55:37.786 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:55:37.810 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] socks forwarding established\n2025-07-16 13:55:37.837 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Process exited with code 0\n2025-07-16 13:55:37.837 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8303dea6-6779-43d9-b97a-487bc393a0d0] socks connection closed\n2025-07-16 13:55:37.837 [info] [command][8c37f24f-6a76-4438-95a3-31db96ce2268] Socket close event received\n2025-07-16 13:55:37.862 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61832 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:56:37.842 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:56:37.844 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb2c17e1-34ca-490f-8fc2-3e0a99179529""}\n2025-07-16 13:56:37.844 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] received connection request\n2025-07-16 13:56:37.845 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:56:37.871 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] socks forwarding established\n2025-07-16 13:56:37.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ada81f2a-aab4-49f5-99ed-9784c223bc98] socks connection closed\n2025-07-16 13:56:37.897 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Process exited with code 0\n2025-07-16 13:56:37.897 [info] [command][eb2c17e1-34ca-490f-8fc2-3e0a99179529] Socket close event received\n2025-07-16 13:56:37.920 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:57:37.898 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:57:37.901 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2d075e48-1869-459a-9c98-9eb2a8d6b2f2""}\n2025-07-16 13:57:37.902 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] received connection request\n2025-07-16 13:57:37.902 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:57:37.928 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] socks forwarding established\n2025-07-16 13:57:37.956 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][32de4aa2-0089-4d34-959b-e88e325fed18] socks connection closed\n2025-07-16 13:57:37.956 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Process exited with code 0\n2025-07-16 13:57:37.956 [info] [command][2d075e48-1869-459a-9c98-9eb2a8d6b2f2] Socket close event received\n2025-07-16 13:57:37.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61919 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:58:37.962 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:58:37.964 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064""}\n2025-07-16 13:58:37.964 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] received connection request\n2025-07-16 13:58:37.965 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:58:37.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] socks forwarding established\n2025-07-16 13:58:38.034 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Process exited with code 0\n2025-07-16 13:58:38.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c4bd88d-062c-4cc1-9e03-f8f5b6c66bc2] socks connection closed\n2025-07-16 13:58:38.035 [info] [command][0b9a3f91-cd17-4ebd-82f8-6a80dc0e0064] Socket close event received\n2025-07-16 13:58:38.058 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61946 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 13:59:38.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 13:59:38.037 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e5678c61-411c-4aa5-b79d-905745355b40""}\n2025-07-16 13:59:38.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] received connection request\n2025-07-16 13:59:38.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 13:59:38.061 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] socks forwarding established\n2025-07-16 13:59:38.088 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Process exited with code 0\n2025-07-16 13:59:38.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cbaeff77-1b9d-48a0-8693-a8d94312c5ce] socks connection closed\n2025-07-16 13:59:38.088 [info] [command][e5678c61-411c-4aa5-b79d-905745355b40] Socket close event received\n2025-07-16 13:59:38.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61985 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:00:38.091 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:00:38.092 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9dd5d459-c6b8-4632-ac00-62a61bbe7dfb""}\n2025-07-16 14:00:38.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] received connection request\n2025-07-16 14:00:38.093 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:00:38.093 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:00:38.117 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] socks forwarding established\n2025-07-16 14:00:38.146 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Process exited with code 0\n2025-07-16 14:00:38.147 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3bd754e2-b659-46b8-b68b-3a70a53d7a6e] socks connection closed\n2025-07-16 14:00:38.147 [info] [command][9dd5d459-c6b8-4632-ac00-62a61bbe7dfb] Socket close event received\n2025-07-16 14:00:38.172 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62033 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:01:38.152 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:01:38.154 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""db530381-80a8-4005-ace8-a38e97222fde""}\n2025-07-16 14:01:38.155 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] received connection request\n2025-07-16 14:01:38.155 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:01:38.180 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] socks forwarding established\n2025-07-16 14:01:38.230 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88be499e-8d04-4260-8241-778b6f94dbd7] socks connection closed\n2025-07-16 14:01:38.230 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Process exited with code 0\n2025-07-16 14:01:38.230 [info] [command][db530381-80a8-4005-ace8-a38e97222fde] Socket close event received\n2025-07-16 14:01:38.253 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62081 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:02:38.233 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:02:38.234 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f8821792-4e26-4287-8503-4f7b47d91ca8""}\n2025-07-16 14:02:38.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] received connection request\n2025-07-16 14:02:38.234 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:02:38.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] socks forwarding established\n2025-07-16 14:02:38.285 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Process exited with code 0\n2025-07-16 14:02:38.285 [info] [command][f8821792-4e26-4287-8503-4f7b47d91ca8] Socket close event received\n2025-07-16 14:02:38.307 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][91c00107-e73a-46ef-88bd-dfd1aa405f09] socks connection closed\n2025-07-16 14:02:38.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62138 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:03:38.291 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:03:38.293 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fc6566e-80ec-42e7-aab1-a0cdb9da1389""}\n2025-07-16 14:03:38.293 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] received connection request\n2025-07-16 14:03:38.293 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:03:38.395 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] socks forwarding established\n2025-07-16 14:03:38.422 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Process exited with code 0\n2025-07-16 14:03:38.422 [info] [command][2fc6566e-80ec-42e7-aab1-a0cdb9da1389] Socket close event received\n2025-07-16 14:03:38.445 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][493f2cad-1fa5-47d2-8602-c23bd0055593] socks connection closed\n2025-07-16 14:03:38.447 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62162 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:04:38.424 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:04:38.425 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""65b51377-733a-43dd-85d3-f854f07d93fd""}\n2025-07-16 14:04:38.426 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] received connection request\n2025-07-16 14:04:38.426 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:04:38.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] socks forwarding established\n2025-07-16 14:04:38.480 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Process exited with code 0\n2025-07-16 14:04:38.480 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff372c2d-15b3-4583-a0f6-b0c87773442d] socks connection closed\n2025-07-16 14:04:38.481 [info] [command][65b51377-733a-43dd-85d3-f854f07d93fd] Socket close event received\n2025-07-16 14:04:38.505 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62200 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:05:38.483 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:05:38.484 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cc447e93-8cde-457f-b163-7e18da6e7cae""}\n2025-07-16 14:05:38.484 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] received connection request\n2025-07-16 14:05:38.485 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:05:38.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] socks forwarding established\n2025-07-16 14:05:38.543 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Process exited with code 0\n2025-07-16 14:05:38.543 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db0fe83c-27aa-4020-b8c6-8ad1c5e8318b] socks connection closed\n2025-07-16 14:05:38.543 [info] [command][cc447e93-8cde-457f-b163-7e18da6e7cae] Socket close event received\n2025-07-16 14:05:38.567 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62227 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:06:38.545 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:06:38.547 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""228d54e1-39c8-46d5-87a0-c346208de626""}\n2025-07-16 14:06:38.548 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] received connection request\n2025-07-16 14:06:38.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:06:38.549 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:06:38.584 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] socks forwarding established\n2025-07-16 14:06:38.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][77487245-fd7f-4bf8-a2d5-eea590a875ab] socks connection closed\n2025-07-16 14:06:38.616 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Process exited with code 0\n2025-07-16 14:06:38.616 [info] [command][228d54e1-39c8-46d5-87a0-c346208de626] Socket close event received\n2025-07-16 14:06:38.640 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62259 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:07:38.620 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:07:38.622 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bee981db-4a64-4f53-913e-c0a7d285410f""}\n2025-07-16 14:07:38.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] received connection request\n2025-07-16 14:07:38.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:07:38.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] socks forwarding established\n2025-07-16 14:07:38.773 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aef22078-646c-417c-a0cf-90aff2fa351f] socks connection closed\n2025-07-16 14:07:38.773 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Process exited with code 0\n2025-07-16 14:07:38.773 [info] [command][bee981db-4a64-4f53-913e-c0a7d285410f] Socket close event received\n2025-07-16 14:07:38.797 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62320 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:08:38.776 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:08:38.778 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec240878-d005-419f-b541-f1c6fcfa4a27""}\n2025-07-16 14:08:38.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] received connection request\n2025-07-16 14:08:38.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:08:38.821 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] socks forwarding established\n2025-07-16 14:08:38.981 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Process exited with code 0\n2025-07-16 14:08:38.982 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85aa1219-28b6-4f2f-9ea9-e73aae95b850] socks connection closed\n2025-07-16 14:08:38.982 [info] [command][ec240878-d005-419f-b541-f1c6fcfa4a27] Socket close event received\n2025-07-16 14:08:39.006 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62364 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:09:38.984 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:09:38.986 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7648cea8-98cc-4518-9bde-81404468d26f""}\n2025-07-16 14:09:38.986 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] received connection request\n2025-07-16 14:09:38.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:09:38.987 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:09:39.022 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] socks forwarding established\n2025-07-16 14:09:39.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c7c1bee-229d-4926-901b-3fdab559f32d] socks connection closed\n2025-07-16 14:09:39.060 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Process exited with code 0\n2025-07-16 14:09:39.060 [info] [command][7648cea8-98cc-4518-9bde-81404468d26f] Socket close event received\n2025-07-16 14:09:39.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62432 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:10:39.061 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:10:39.063 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""717f03f4-55bb-491b-b913-315d2772c5ad""}\n2025-07-16 14:10:39.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] received connection request\n2025-07-16 14:10:39.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:10:39.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] socks forwarding established\n2025-07-16 14:10:39.241 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Process exited with code 0\n2025-07-16 14:10:39.241 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][12480051-99c6-43dd-9e85-d0f9001b3b9a] socks connection closed\n2025-07-16 14:10:39.242 [info] [command][717f03f4-55bb-491b-b913-315d2772c5ad] Socket close event received\n2025-07-16 14:10:39.265 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62461 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:11:39.247 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:11:39.249 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""23299e42-5887-4920-8264-560a361dbb1b""}\n2025-07-16 14:11:39.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] received connection request\n2025-07-16 14:11:39.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:11:39.278 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] socks forwarding established\n2025-07-16 14:11:39.344 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Process exited with code 0\n2025-07-16 14:11:39.344 [info] [command][23299e42-5887-4920-8264-560a361dbb1b] Socket close event received\n2025-07-16 14:11:39.345 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dbfd4135-ce80-4418-9ce3-1560579c8a03] socks connection closed\n2025-07-16 14:11:39.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62486 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:12:39.347 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:12:39.349 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""413cab2f-4f16-414a-a90c-c93d49251350""}\n2025-07-16 14:12:39.350 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] received connection request\n2025-07-16 14:12:39.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:12:39.391 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] socks forwarding established\n2025-07-16 14:12:39.419 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Process exited with code 0\n2025-07-16 14:12:39.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][242e499d-4587-4cfd-abb0-2c0f9bf2065c] socks connection closed\n2025-07-16 14:12:39.419 [info] [command][413cab2f-4f16-414a-a90c-c93d49251350] Socket close event received\n2025-07-16 14:12:39.445 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62552 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:13:39.422 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:13:39.423 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88773b61-e2c0-4ca8-8e5d-1b8c23a4b419""}\n2025-07-16 14:13:39.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] received connection request\n2025-07-16 14:13:39.424 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:13:39.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] socks forwarding established\n2025-07-16 14:13:39.700 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Process exited with code 0\n2025-07-16 14:13:39.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a864af27-9653-4d64-bba7-ab7ef4ba17a8] socks connection closed\n2025-07-16 14:13:39.700 [info] [command][88773b61-e2c0-4ca8-8e5d-1b8c23a4b419] Socket close event received\n2025-07-16 14:13:39.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62580 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:14:39.701 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:14:39.701 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ab641dde-694d-4d04-8ec1-80deb35b7391""}\n2025-07-16 14:14:39.702 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] received connection request\n2025-07-16 14:14:39.702 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:14:39.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] socks forwarding established\n2025-07-16 14:14:39.778 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Process exited with code 0\n2025-07-16 14:14:39.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39b75c47-69a3-45a8-bd20-50260548d55b] socks connection closed\n2025-07-16 14:14:39.778 [info] [command][ab641dde-694d-4d04-8ec1-80deb35b7391] Socket close event received\n2025-07-16 14:14:39.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62628 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:15:39.782 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:15:39.783 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dac8e508-0c00-4265-b202-3a5f3814b89b""}\n2025-07-16 14:15:39.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] received connection request\n2025-07-16 14:15:39.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:15:39.807 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] socks forwarding established\n2025-07-16 14:15:39.835 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d844324b-5110-4f96-af86-0aab501b6e87] socks connection closed\n2025-07-16 14:15:39.836 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Process exited with code 0\n2025-07-16 14:15:39.836 [info] [command][dac8e508-0c00-4265-b202-3a5f3814b89b] Socket close event received\n2025-07-16 14:15:39.860 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62657 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:16:39.840 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:16:39.842 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7593e30-ca2d-47f0-b4f8-8c339329eb1d""}\n2025-07-16 14:16:39.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] received connection request\n2025-07-16 14:16:39.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 14:16:39.842 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:16:39.866 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] socks forwarding established\n2025-07-16 14:16:39.910 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Process exited with code 0\n2025-07-16 14:16:39.910 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4d07aa5d-b8cf-4deb-b5c5-1d7afdf5ec3c] socks connection closed\n2025-07-16 14:16:39.910 [info] [command][a7593e30-ca2d-47f0-b4f8-8c339329eb1d] Socket close event received\n2025-07-16 14:16:39.934 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62704 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:17:39.911 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:17:39.913 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""302b6a21-cc18-417c-b21c-ebfacbe9d12c""}\n2025-07-16 14:17:39.914 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] received connection request\n2025-07-16 14:17:39.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:17:39.939 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] socks forwarding established\n2025-07-16 14:17:39.966 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Process exited with code 0\n2025-07-16 14:17:39.966 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][662cf50a-5a13-4200-ad86-058f461e3bf5] socks connection closed\n2025-07-16 14:17:39.966 [info] [command][302b6a21-cc18-417c-b21c-ebfacbe9d12c] Socket close event received\n2025-07-16 14:17:39.990 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62764 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:18:39.968 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:18:39.970 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""167422f0-5cd8-4bef-8b9a-31787eeac319""}\n2025-07-16 14:18:39.971 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] received connection request\n2025-07-16 14:18:39.971 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:18:40.004 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] socks forwarding established\n2025-07-16 14:18:40.058 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Process exited with code 0\n2025-07-16 14:18:40.058 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][05573b50-993b-4662-a169-a71528cdaed4] socks connection closed\n2025-07-16 14:18:40.058 [info] [command][167422f0-5cd8-4bef-8b9a-31787eeac319] Socket close event received\n2025-07-16 14:18:40.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62793 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:19:40.062 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:19:40.064 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a868e9ae-094e-42e6-8e31-d32f8f7c1aca""}\n2025-07-16 14:19:40.064 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] received connection request\n2025-07-16 14:19:40.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:19:40.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] socks forwarding established\n2025-07-16 14:19:40.115 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Process exited with code 0\n2025-07-16 14:19:40.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0c0ca220-ca33-46ad-bb41-5fb90d9493dc] socks connection closed\n2025-07-16 14:19:40.115 [info] [command][a868e9ae-094e-42e6-8e31-d32f8f7c1aca] Socket close event received\n2025-07-16 14:19:40.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62832 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:20:40.120 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:20:40.121 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eeab18f7-fbef-4f30-a43d-c84381e5dee5""}\n2025-07-16 14:20:40.121 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] received connection request\n2025-07-16 14:20:40.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:20:40.148 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] socks forwarding established\n2025-07-16 14:20:40.173 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Process exited with code 0\n2025-07-16 14:20:40.173 [info] [command][eeab18f7-fbef-4f30-a43d-c84381e5dee5] Socket close event received\n2025-07-16 14:20:40.173 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4cd2ca1d-50bb-4531-9684-eaf9607bc5c9] socks connection closed\n2025-07-16 14:20:40.198 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62861 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:21:40.175 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:21:40.175 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db""}\n2025-07-16 14:21:40.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] received connection request\n2025-07-16 14:21:40.176 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:21:40.200 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] socks forwarding established\n2025-07-16 14:21:40.299 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Process exited with code 0\n2025-07-16 14:21:40.299 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][673f8e60-7f4c-4f8c-8036-e18a541b0b42] socks connection closed\n2025-07-16 14:21:40.299 [info] [command][9b9457f4-7a9c-4fb8-9ef5-72ad3a14c9db] Socket close event received\n2025-07-16 14:21:40.324 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62889 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:22:40.304 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:22:40.307 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4c8b7bf4-30ed-4a08-b70f-e7f048a577eb""}\n2025-07-16 14:22:40.308 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] received connection request\n2025-07-16 14:22:40.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:22:40.373 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] socks forwarding established\n2025-07-16 14:22:40.532 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Process exited with code 0\n2025-07-16 14:22:40.533 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][359e100c-af92-48a5-8a4c-c5c5eebedc0e] socks connection closed\n2025-07-16 14:22:40.533 [info] [command][4c8b7bf4-30ed-4a08-b70f-e7f048a577eb] Socket close event received\n2025-07-16 14:22:40.558 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62949 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:23:40.534 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:23:40.536 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""66fe7358-1685-41bf-bc5c-290e8a107071""}\n2025-07-16 14:23:40.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] received connection request\n2025-07-16 14:23:40.536 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:23:40.559 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] socks forwarding established\n2025-07-16 14:23:40.585 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Process exited with code 0\n2025-07-16 14:23:40.585 [info] [command][66fe7358-1685-41bf-bc5c-290e8a107071] Socket close event received\n2025-07-16 14:23:40.586 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][afad6bda-f105-42a3-b75e-a65b6a302e0d] socks connection closed\n2025-07-16 14:23:40.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 62971 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:24:40.590 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:24:40.592 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6a057e7e-b88f-436c-8c3d-3b57e123af6b""}\n2025-07-16 14:24:40.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] received connection request\n2025-07-16 14:24:40.592 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:24:40.620 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] socks forwarding established\n2025-07-16 14:24:40.649 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Process exited with code 0\n2025-07-16 14:24:40.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f61e33d5-1528-4d88-a7f8-63ca22b5ce13] socks connection closed\n2025-07-16 14:24:40.650 [info] [command][6a057e7e-b88f-436c-8c3d-3b57e123af6b] Socket close event received\n2025-07-16 14:24:40.675 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63033 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:25:40.651 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:25:40.654 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] received connection request\n2025-07-16 14:25:40.654 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e5765723-0277-4ebb-ae0a-71beefcfb578""}\n2025-07-16 14:25:40.654 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:25:40.773 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] socks forwarding established\n2025-07-16 14:25:40.931 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Process exited with code 0\n2025-07-16 14:25:40.932 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b22ca9cc-b0f5-48ba-bc4a-aa8b66d95dd4] socks connection closed\n2025-07-16 14:25:40.932 [info] [command][e5765723-0277-4ebb-ae0a-71beefcfb578] Socket close event received\n2025-07-16 14:25:40.954 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63066 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:26:40.932 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:26:40.933 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2dde2eb3-b6b1-4d8b-ad92-8255f25fd609""}\n2025-07-16 14:26:40.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] received connection request\n2025-07-16 14:26:40.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:26:41.041 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] socks forwarding established\n2025-07-16 14:26:41.200 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Process exited with code 0\n2025-07-16 14:26:41.200 [info] [command][2dde2eb3-b6b1-4d8b-ad92-8255f25fd609] Socket close event received\n2025-07-16 14:26:41.204 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2b0cb117-ffff-4d02-b2f9-6fe28296a842] socks connection closed\n2025-07-16 14:26:41.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63101 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:27:41.205 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:27:41.208 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] received connection request\n2025-07-16 14:27:41.209 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02f67242-5afd-46ce-bbb8-2d62df963a62""}\n2025-07-16 14:27:41.209 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:27:41.234 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] socks forwarding established\n2025-07-16 14:27:41.263 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Process exited with code 0\n2025-07-16 14:27:41.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0120f4fc-fad8-4149-bb8d-4f56d3db9bc3] socks connection closed\n2025-07-16 14:27:41.263 [info] [command][02f67242-5afd-46ce-bbb8-2d62df963a62] Socket close event received\n2025-07-16 14:27:41.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63159 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:28:41.265 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:28:41.266 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f3ed456-208f-43f1-943e-8ffd5acc467c""}\n2025-07-16 14:28:41.267 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] received connection request\n2025-07-16 14:28:41.267 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:28:41.327 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] socks forwarding established\n2025-07-16 14:28:41.352 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Process exited with code 0\n2025-07-16 14:28:41.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d4fa212-a34f-4700-add1-a1406fcb50fa] socks connection closed\n2025-07-16 14:28:41.353 [info] [command][8f3ed456-208f-43f1-943e-8ffd5acc467c] Socket close event received\n2025-07-16 14:28:41.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63187 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:29:41.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:29:41.359 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8fdf3200-aeb0-44a9-a72f-d0d91a80eb49""}\n2025-07-16 14:29:41.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] received connection request\n2025-07-16 14:29:41.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:29:41.428 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] socks forwarding established\n2025-07-16 14:29:41.540 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Process exited with code 0\n2025-07-16 14:29:41.540 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][88899740-e105-425c-9603-eb0a4251674b] socks connection closed\n2025-07-16 14:29:41.540 [info] [command][8fdf3200-aeb0-44a9-a72f-d0d91a80eb49] Socket close event received\n2025-07-16 14:29:41.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63235 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:30:41.542 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:30:41.543 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c05af8b5-70c0-49b1-b263-9eda157582ff""}\n2025-07-16 14:30:41.543 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] received connection request\n2025-07-16 14:30:41.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:30:41.569 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] socks forwarding established\n2025-07-16 14:30:41.595 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Process exited with code 0\n2025-07-16 14:30:41.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7bdc3754-127a-4c43-8bd7-1377faacbad5] socks connection closed\n2025-07-16 14:30:41.595 [info] [command][c05af8b5-70c0-49b1-b263-9eda157582ff] Socket close event received\n2025-07-16 14:30:41.620 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63277 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:31:41.597 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:31:41.599 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7195b6d5-94da-49fd-a4b8-bd00f77c3e74""}\n2025-07-16 14:31:41.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] received connection request\n2025-07-16 14:31:41.601 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:31:41.629 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] socks forwarding established\n2025-07-16 14:31:41.656 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Process exited with code 0\n2025-07-16 14:31:41.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ff30b98f-abdc-4ea8-8bef-36b94a903dfa] socks connection closed\n2025-07-16 14:31:41.656 [info] [command][7195b6d5-94da-49fd-a4b8-bd00f77c3e74] Socket close event received\n2025-07-16 14:31:41.679 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63313 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:32:41.661 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:32:41.663 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2""}\n2025-07-16 14:32:41.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] received connection request\n2025-07-16 14:32:41.664 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:32:41.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] socks forwarding established\n2025-07-16 14:32:41.718 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Process exited with code 0\n2025-07-16 14:32:41.718 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][861d817b-c0d0-4c3a-94a9-cc7fd749b407] socks connection closed\n2025-07-16 14:32:41.718 [info] [command][bd2c4a17-c5fd-4f04-9c5e-889cc8efd5e2] Socket close event received\n2025-07-16 14:32:41.742 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63373 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:33:41.722 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:33:41.725 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ad63e8b-43a7-44d5-9cfa-7140d58fca27""}\n2025-07-16 14:33:41.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] received connection request\n2025-07-16 14:33:41.726 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:33:41.752 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] socks forwarding established\n2025-07-16 14:33:41.780 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Process exited with code 0\n2025-07-16 14:33:41.780 [info] [command][7ad63e8b-43a7-44d5-9cfa-7140d58fca27] Socket close event received\n2025-07-16 14:33:41.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][840879ec-cd54-4c61-a4d5-289b30786240] socks connection closed\n2025-07-16 14:33:41.811 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63395 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:34:41.785 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:34:41.786 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9fe8113-802c-447b-af58-118ad4424d83""}\n2025-07-16 14:34:41.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] received connection request\n2025-07-16 14:34:41.788 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:34:41.814 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] socks forwarding established\n2025-07-16 14:34:41.841 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Process exited with code 0\n2025-07-16 14:34:41.842 [info] [command][a9fe8113-802c-447b-af58-118ad4424d83] Socket close event received\n2025-07-16 14:34:41.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][62463bdb-8cf5-474c-b6a7-cf710c05babb] socks connection closed\n2025-07-16 14:34:41.867 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:35:41.848 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:35:41.850 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88e608ed-cfdc-4022-ad1f-b1c771269269""}\n2025-07-16 14:35:41.850 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] received connection request\n2025-07-16 14:35:41.851 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:35:41.875 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] socks forwarding established\n2025-07-16 14:35:41.904 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Process exited with code 0\n2025-07-16 14:35:41.904 [info] [command][88e608ed-cfdc-4022-ad1f-b1c771269269] Socket close event received\n2025-07-16 14:35:41.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][af807d01-a475-4331-bf7b-7f993b1738ec] socks connection closed\n2025-07-16 14:35:41.930 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63491 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:36:41.907 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:36:41.908 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""983158c4-53a0-4ff1-b075-33522424a90b""}\n2025-07-16 14:36:41.909 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] received connection request\n2025-07-16 14:36:41.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:36:41.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] socks forwarding established\n2025-07-16 14:36:41.963 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Process exited with code 0\n2025-07-16 14:36:41.963 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c7339a87-1298-4672-b847-144190cd79d2] socks connection closed\n2025-07-16 14:36:41.963 [info] [command][983158c4-53a0-4ff1-b075-33522424a90b] Socket close event received\n2025-07-16 14:36:41.989 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63546 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:37:41.964 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:37:41.966 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e8916afc-fa82-441b-b4ad-6d92cc7cb897""}\n2025-07-16 14:37:41.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] received connection request\n2025-07-16 14:37:41.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:37:41.991 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] socks forwarding established\n2025-07-16 14:37:42.019 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Process exited with code 0\n2025-07-16 14:37:42.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a46fe78-8131-4f79-b3fd-e6c93e9620da] socks connection closed\n2025-07-16 14:37:42.019 [info] [command][e8916afc-fa82-441b-b4ad-6d92cc7cb897] Socket close event received\n2025-07-16 14:37:42.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63599 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:38:42.024 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:38:42.026 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a115a098-8307-4787-a1f9-b62dfd6c564a""}\n2025-07-16 14:38:42.026 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] received connection request\n2025-07-16 14:38:42.026 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:38:42.050 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] socks forwarding established\n2025-07-16 14:38:42.076 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Process exited with code 0\n2025-07-16 14:38:42.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c6ff8bd-db5d-4cc7-900d-c57c8fa8a1a3] socks connection closed\n2025-07-16 14:38:42.076 [info] [command][a115a098-8307-4787-a1f9-b62dfd6c564a] Socket close event received\n2025-07-16 14:38:42.099 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63621 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:39:42.076 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:39:42.078 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a0032c69-790a-48a9-a097-8c49cef9ad60""}\n2025-07-16 14:39:42.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] received connection request\n2025-07-16 14:39:42.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:39:42.103 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] socks forwarding established\n2025-07-16 14:39:42.130 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Process exited with code 0\n2025-07-16 14:39:42.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a11a68-14a8-462e-9a45-2ce64a44f7cf] socks connection closed\n2025-07-16 14:39:42.130 [info] [command][a0032c69-790a-48a9-a097-8c49cef9ad60] Socket close event received\n2025-07-16 14:39:42.153 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63661 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:40:42.132 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:40:42.134 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9""}\n2025-07-16 14:40:42.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] received connection request\n2025-07-16 14:40:42.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:40:42.162 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] socks forwarding established\n2025-07-16 14:40:42.189 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Process exited with code 0\n2025-07-16 14:40:42.190 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][39002893-2dba-4a6e-8bad-bece870f0e0b] socks connection closed\n2025-07-16 14:40:42.190 [info] [command][547e3f37-1d1a-49e3-bcf8-2abba6a9d3f9] Socket close event received\n2025-07-16 14:40:42.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63694 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:41:42.198 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:41:42.200 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48d84b18-e390-475f-b988-be2bd1948ab3""}\n2025-07-16 14:41:42.200 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] received connection request\n2025-07-16 14:41:42.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:41:42.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] socks forwarding established\n2025-07-16 14:41:42.248 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Process exited with code 0\n2025-07-16 14:41:42.249 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c34c0a76-6cce-436e-894f-92c68d5ae62d] socks connection closed\n2025-07-16 14:41:42.249 [info] [command][48d84b18-e390-475f-b988-be2bd1948ab3] Socket close event received\n2025-07-16 14:41:42.271 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63716 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:42:42.254 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:42:42.257 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""90e2ea48-087e-4946-85f1-c7620b49992f""}\n2025-07-16 14:42:42.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] received connection request\n2025-07-16 14:42:42.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:42:42.283 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] socks forwarding established\n2025-07-16 14:42:42.312 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Process exited with code 0\n2025-07-16 14:42:42.313 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19369873-1811-4634-b06e-bf85e40f54b6] socks connection closed\n2025-07-16 14:42:42.313 [info] [command][90e2ea48-087e-4946-85f1-c7620b49992f] Socket close event received\n2025-07-16 14:42:42.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63769 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:43:42.315 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:43:42.317 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2""}\n2025-07-16 14:43:42.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] received connection request\n2025-07-16 14:43:42.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:43:42.342 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] socks forwarding established\n2025-07-16 14:43:42.368 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Process exited with code 0\n2025-07-16 14:43:42.369 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cff6e3a9-f1bb-44b6-9bd4-e04a2058c155] socks connection closed\n2025-07-16 14:43:42.369 [info] [command][de8b77d6-981e-4f99-a7d3-aa1cbcb3e2f2] Socket close event received\n2025-07-16 14:43:42.391 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63795 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:44:42.370 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:44:42.373 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e222430a-33ed-4120-b242-6b4194847b12""}\n2025-07-16 14:44:42.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] received connection request\n2025-07-16 14:44:42.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:44:42.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] socks forwarding established\n2025-07-16 14:44:42.426 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Process exited with code 0\n2025-07-16 14:44:42.426 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f21acfc3-4146-4687-87ec-b5f77b590ae6] socks connection closed\n2025-07-16 14:44:42.426 [info] [command][e222430a-33ed-4120-b242-6b4194847b12] Socket close event received\n2025-07-16 14:44:42.450 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63861 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:45:42.427 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:45:42.428 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""39892df0-8a06-412c-8f8b-9b0415eedfa0""}\n2025-07-16 14:45:42.429 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] received connection request\n2025-07-16 14:45:42.429 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:45:42.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] socks forwarding established\n2025-07-16 14:45:42.485 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Process exited with code 0\n2025-07-16 14:45:42.485 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0558e7e3-a2e0-42ac-aad8-caa1b1a3a64d] socks connection closed\n2025-07-16 14:45:42.485 [info] [command][39892df0-8a06-412c-8f8b-9b0415eedfa0] Socket close event received\n2025-07-16 14:45:42.510 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63915 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:46:42.491 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:46:42.494 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""44ff7dee-1620-434c-968f-2740274f73e9""}\n2025-07-16 14:46:42.495 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] received connection request\n2025-07-16 14:46:42.495 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:46:42.519 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] socks forwarding established\n2025-07-16 14:46:42.545 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Process exited with code 0\n2025-07-16 14:46:42.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f866119-fe16-4945-b9e1-64875a9cfacb] socks connection closed\n2025-07-16 14:46:42.546 [info] [command][44ff7dee-1620-434c-968f-2740274f73e9] Socket close event received\n2025-07-16 14:46:42.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 63943 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:47:42.551 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:47:42.554 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7681e54c-182e-479d-95e2-4e964ad2feb3""}\n2025-07-16 14:47:42.555 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] received connection request\n2025-07-16 14:47:42.555 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:47:42.583 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] socks forwarding established\n2025-07-16 14:47:42.632 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0c1648-5fae-4f52-8a8b-875f9856731d] socks connection closed\n2025-07-16 14:47:42.633 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Process exited with code 0\n2025-07-16 14:47:42.633 [info] [command][7681e54c-182e-479d-95e2-4e964ad2feb3] Socket close event received\n2025-07-16 14:47:42.656 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64041 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:48:42.635 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:48:42.637 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1bffb54-bca5-4231-9926-3d772b18d384""}\n2025-07-16 14:48:42.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] received connection request\n2025-07-16 14:48:42.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:48:42.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] socks forwarding established\n2025-07-16 14:48:42.691 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Process exited with code 0\n2025-07-16 14:48:42.691 [info] [command][e1bffb54-bca5-4231-9926-3d772b18d384] Socket close event received\n2025-07-16 14:48:42.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b7f55b8b-f7f5-45a3-a3a4-62c5bc647c25] socks connection closed\n2025-07-16 14:48:42.715 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:49:42.697 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:49:42.700 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7d8c7df6-6268-4a32-a583-9e0a8ce6377f""}\n2025-07-16 14:49:42.700 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] received connection request\n2025-07-16 14:49:42.701 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:49:42.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] socks forwarding established\n2025-07-16 14:49:42.777 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Process exited with code 0\n2025-07-16 14:49:42.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][22b9cb90-54b0-4999-99c0-fa17a8987ccc] socks connection closed\n2025-07-16 14:49:42.778 [info] [command][7d8c7df6-6268-4a32-a583-9e0a8ce6377f] Socket close event received\n2025-07-16 14:49:42.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64114 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:50:42.782 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:50:42.784 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f""}\n2025-07-16 14:50:42.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] received connection request\n2025-07-16 14:50:42.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:50:42.809 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] socks forwarding established\n2025-07-16 14:50:42.836 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Process exited with code 0\n2025-07-16 14:50:42.837 [info] [command][19ee7f8b-8ffe-4d7b-ace6-52de1329bb1f] Socket close event received\n2025-07-16 14:50:42.860 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ff503cf-3def-45c3-9fda-b4ae261a12e4] socks connection closed\n2025-07-16 14:50:42.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64153 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:51:42.838 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:51:42.840 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6082211e-f890-453e-9f08-a2308f84292c""}\n2025-07-16 14:51:42.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] received connection request\n2025-07-16 14:51:42.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:51:42.865 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] socks forwarding established\n2025-07-16 14:51:42.891 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Process exited with code 0\n2025-07-16 14:51:42.891 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f207f265-cd1c-4172-90b9-927a0aebd99c] socks connection closed\n2025-07-16 14:51:42.891 [info] [command][6082211e-f890-453e-9f08-a2308f84292c] Socket close event received\n2025-07-16 14:51:42.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64184 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:52:42.893 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:52:42.895 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674""}\n2025-07-16 14:52:42.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] received connection request\n2025-07-16 14:52:42.896 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:52:42.921 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] socks forwarding established\n2025-07-16 14:52:42.950 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Process exited with code 0\n2025-07-16 14:52:42.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01086060-f791-4bf9-9efb-4f9e55ef8071] socks connection closed\n2025-07-16 14:52:42.950 [info] [command][b0f66d84-89fe-4c6c-a7e7-1e0e3c9c6674] Socket close event received\n2025-07-16 14:52:42.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64262 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:53:42.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:53:42.955 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""afa826e4-5241-479d-bed3-24690ca091ef""}\n2025-07-16 14:53:42.955 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] received connection request\n2025-07-16 14:53:42.956 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:53:42.980 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] socks forwarding established\n2025-07-16 14:53:43.010 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Process exited with code 0\n2025-07-16 14:53:43.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][776a5be9-d188-4224-9d18-49727e18cbae] socks connection closed\n2025-07-16 14:53:43.011 [info] [command][afa826e4-5241-479d-bed3-24690ca091ef] Socket close event received\n2025-07-16 14:53:43.033 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64285 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:54:43.016 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:54:43.018 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2""}\n2025-07-16 14:54:43.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] received connection request\n2025-07-16 14:54:43.019 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:54:43.044 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] socks forwarding established\n2025-07-16 14:54:43.070 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Process exited with code 0\n2025-07-16 14:54:43.071 [info] [command][33aef4c5-6faa-4c22-ae0a-d1cd4c5bedc2] Socket close event received\n2025-07-16 14:54:43.081 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50db0b3d-5631-413f-bdda-ea021b292dd6] socks connection closed\n2025-07-16 14:54:43.094 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64341 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:55:43.075 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:55:43.077 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""33081359-e5b3-4e2f-8033-7a47802e1918""}\n2025-07-16 14:55:43.077 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] received connection request\n2025-07-16 14:55:43.078 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:55:43.101 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] socks forwarding established\n2025-07-16 14:55:43.127 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Process exited with code 0\n2025-07-16 14:55:43.128 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1b213920-44bd-4130-aece-afc1f818566a] socks connection closed\n2025-07-16 14:55:43.128 [info] [command][33081359-e5b3-4e2f-8033-7a47802e1918] Socket close event received\n2025-07-16 14:55:43.150 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64371 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:56:43.133 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:56:43.135 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""561c4ec2-1dd7-4cc2-b874-27693044ac44""}\n2025-07-16 14:56:43.136 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] received connection request\n2025-07-16 14:56:43.136 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:56:43.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] socks forwarding established\n2025-07-16 14:56:43.187 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Process exited with code 0\n2025-07-16 14:56:43.187 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fdf9c19-cbd1-43a0-99c0-8150e01544d2] socks connection closed\n2025-07-16 14:56:43.187 [info] [command][561c4ec2-1dd7-4cc2-b874-27693044ac44] Socket close event received\n2025-07-16 14:56:43.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64397 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:57:43.188 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:57:43.191 [info] [command][91754617-262f-415c-8230-0c3a71536824] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""91754617-262f-415c-8230-0c3a71536824""}\n2025-07-16 14:57:43.192 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] received connection request\n2025-07-16 14:57:43.192 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:57:43.216 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] socks forwarding established\n2025-07-16 14:57:43.262 [info] [command][91754617-262f-415c-8230-0c3a71536824] Process exited with code 0\n2025-07-16 14:57:43.262 [info] [command][91754617-262f-415c-8230-0c3a71536824] Socket close event received\n2025-07-16 14:57:43.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e5105df-cdcb-4980-bd9f-48dbdf606279] socks connection closed\n2025-07-16 14:57:43.287 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64464 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:58:43.267 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:58:43.269 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4116dfb0-415c-4d79-ad5c-601cb3391c9f""}\n2025-07-16 14:58:43.270 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] received connection request\n2025-07-16 14:58:43.271 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:58:43.297 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] socks forwarding established\n2025-07-16 14:58:43.324 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Process exited with code 0\n2025-07-16 14:58:43.324 [info] [command][4116dfb0-415c-4d79-ad5c-601cb3391c9f] Socket close event received\n2025-07-16 14:58:43.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30db68d9-8b9e-4f64-a72e-893b5dabcb6d] socks connection closed\n2025-07-16 14:58:43.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64490 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 14:59:43.328 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 14:59:43.330 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""050af5d8-6619-42c5-abe8-4a0729635534""}\n2025-07-16 14:59:43.331 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] received connection request\n2025-07-16 14:59:43.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 14:59:43.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] socks forwarding established\n2025-07-16 14:59:43.383 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Process exited with code 0\n2025-07-16 14:59:43.384 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d2efeeb5-ec9f-439f-92c6-81caf3a1ea8f] socks connection closed\n2025-07-16 14:59:43.384 [info] [command][050af5d8-6619-42c5-abe8-4a0729635534] Socket close event received\n2025-07-16 14:59:43.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64533 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:00:43.386 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:00:43.388 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] received connection request\n2025-07-16 15:00:43.388 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fbd883c-e0eb-4306-9568-f15498a3adab""}\n2025-07-16 15:00:43.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:00:43.413 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] socks forwarding established\n2025-07-16 15:00:43.439 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Process exited with code 0\n2025-07-16 15:00:43.439 [info] [command][2fbd883c-e0eb-4306-9568-f15498a3adab] Socket close event received\n2025-07-16 15:00:43.440 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7348382c-6fbf-4cc7-8738-09f015ea90ca] socks connection closed\n2025-07-16 15:00:43.462 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64563 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:01:43.443 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:01:43.445 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""be1f1e9f-c2a9-4434-a23c-9d05118131de""}\n2025-07-16 15:01:43.446 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] received connection request\n2025-07-16 15:01:43.446 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:01:43.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] socks forwarding established\n2025-07-16 15:01:43.498 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Process exited with code 0\n2025-07-16 15:01:43.498 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][46b60c6d-64d9-40bf-8845-c919975b177b] socks connection closed\n2025-07-16 15:01:43.498 [info] [command][be1f1e9f-c2a9-4434-a23c-9d05118131de] Socket close event received\n2025-07-16 15:01:43.521 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64589 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:02:43.503 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:02:43.504 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0f829029-977f-4ca0-ba22-7fb1050b49ba""}\n2025-07-16 15:02:43.504 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] received connection request\n2025-07-16 15:02:43.505 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:02:43.529 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] socks forwarding established\n2025-07-16 15:02:43.558 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Process exited with code 0\n2025-07-16 15:02:43.558 [info] [command][0f829029-977f-4ca0-ba22-7fb1050b49ba] Socket close event received\n2025-07-16 15:02:43.558 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86b4f553-a7e9-4ad0-898a-627973a54352] socks connection closed\n2025-07-16 15:02:43.583 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64634 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:03:43.568 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:03:43.570 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a918f860-4058-482c-aee4-79d626361a2b""}\n2025-07-16 15:03:43.571 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] received connection request\n2025-07-16 15:03:43.571 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:03:43.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] socks forwarding established\n2025-07-16 15:03:43.621 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Process exited with code 0\n2025-07-16 15:03:43.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e8a917f-8496-42ad-bfb0-334883dd38e7] socks connection closed\n2025-07-16 15:03:43.622 [info] [command][a918f860-4058-482c-aee4-79d626361a2b] Socket close event received\n2025-07-16 15:03:43.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64654 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:04:43.631 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:04:43.633 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfd765d6-719c-4031-96e6-1c34e0c92322""}\n2025-07-16 15:04:43.634 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] received connection request\n2025-07-16 15:04:43.635 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:04:43.658 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] socks forwarding established\n2025-07-16 15:04:43.684 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Process exited with code 0\n2025-07-16 15:04:43.684 [info] [command][cfd765d6-719c-4031-96e6-1c34e0c92322] Socket close event received\n2025-07-16 15:04:43.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fbf9956-fee3-4f8a-8915-820fde9acb94] socks connection closed\n2025-07-16 15:04:43.709 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64694 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:05:43.689 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:05:43.691 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c965247c-26f0-414d-8ef4-1a795d0149ab""}\n2025-07-16 15:05:43.692 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] received connection request\n2025-07-16 15:05:43.693 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:05:43.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] socks forwarding established\n2025-07-16 15:05:43.745 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Process exited with code 0\n2025-07-16 15:05:43.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ea2b17a6-feb9-4ab6-8325-244883656b8f] socks connection closed\n2025-07-16 15:05:43.745 [info] [command][c965247c-26f0-414d-8ef4-1a795d0149ab] Socket close event received\n2025-07-16 15:05:43.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64718 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:06:43.748 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:06:43.749 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""34a60619-43ab-4786-a844-0dcbbd0485e7""}\n2025-07-16 15:06:43.750 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] received connection request\n2025-07-16 15:06:43.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:06:43.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] socks forwarding established\n2025-07-16 15:06:43.804 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Process exited with code 0\n2025-07-16 15:06:43.804 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c665c59-7ca1-4fde-81d7-3168d6a38f36] socks connection closed\n2025-07-16 15:06:43.804 [info] [command][34a60619-43ab-4786-a844-0dcbbd0485e7] Socket close event received\n2025-07-16 15:06:43.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64742 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:07:43.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:07:43.812 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""364f738a-08ae-444a-88d2-48bd03dd658f""}\n2025-07-16 15:07:43.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] received connection request\n2025-07-16 15:07:43.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:07:43.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] socks forwarding established\n2025-07-16 15:07:43.867 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Process exited with code 0\n2025-07-16 15:07:43.868 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0e2571c9-f588-482f-899e-a99c95f09356] socks connection closed\n2025-07-16 15:07:43.868 [info] [command][364f738a-08ae-444a-88d2-48bd03dd658f] Socket close event received\n2025-07-16 15:07:43.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:08:43.873 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:08:43.874 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""64ecb394-4ba5-46f8-9871-2f1a55fd557d""}\n2025-07-16 15:08:43.875 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] received connection request\n2025-07-16 15:08:43.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:08:43.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] socks forwarding established\n2025-07-16 15:08:43.925 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Process exited with code 0\n2025-07-16 15:08:43.925 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a4c68569-2a60-4021-b1fa-f44fe5be04cc] socks connection closed\n2025-07-16 15:08:43.925 [info] [command][64ecb394-4ba5-46f8-9871-2f1a55fd557d] Socket close event received\n2025-07-16 15:08:43.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64837 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:09:43.925 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:09:43.926 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d2c723a-66e2-4ab0-88de-3298dff68cdb""}\n2025-07-16 15:09:43.927 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] received connection request\n2025-07-16 15:09:43.927 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:09:43.956 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] socks forwarding established\n2025-07-16 15:09:44.007 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Process exited with code 0\n2025-07-16 15:09:44.008 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e12a791a-4c88-465d-abf6-4058f5f134ce] socks connection closed\n2025-07-16 15:09:44.008 [info] [command][9d2c723a-66e2-4ab0-88de-3298dff68cdb] Socket close event received\n2025-07-16 15:09:44.081 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64892 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:10:44.013 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:10:44.015 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""223d6b4f-2463-49f8-959c-d56c5ea17126""}\n2025-07-16 15:10:44.016 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] received connection request\n2025-07-16 15:10:44.017 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:10:44.042 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] socks forwarding established\n2025-07-16 15:10:44.070 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Process exited with code 0\n2025-07-16 15:10:44.070 [info] [command][223d6b4f-2463-49f8-959c-d56c5ea17126] Socket close event received\n2025-07-16 15:10:44.070 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a0db2650-6edb-4761-ac7e-cbb1a015a627] socks connection closed\n2025-07-16 15:10:44.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64925 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:11:44.075 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:11:44.077 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d428a1d1-b70a-44ce-9484-99d04921af2f""}\n2025-07-16 15:11:44.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] received connection request\n2025-07-16 15:11:44.079 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:11:44.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] socks forwarding established\n2025-07-16 15:11:44.129 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Process exited with code 0\n2025-07-16 15:11:44.129 [info] [command][d428a1d1-b70a-44ce-9484-99d04921af2f] Socket close event received\n2025-07-16 15:11:44.130 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2e2d960c-d390-4d7b-be96-aaf7d20a2147] socks connection closed\n2025-07-16 15:11:44.153 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 64961 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:12:44.133 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:12:44.134 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8197be9b-523e-47f2-b0c6-3bc782c1bc36""}\n2025-07-16 15:12:44.134 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] received connection request\n2025-07-16 15:12:44.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:12:44.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] socks forwarding established\n2025-07-16 15:12:44.187 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Process exited with code 0\n2025-07-16 15:12:44.187 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c1f2cc84-0287-4000-963c-be476effae54] socks connection closed\n2025-07-16 15:12:44.187 [info] [command][8197be9b-523e-47f2-b0c6-3bc782c1bc36] Socket close event received\n2025-07-16 15:12:44.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65013 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:13:44.192 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:13:44.194 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""81b21a05-15c5-484a-ba75-6aa1c07599fe""}\n2025-07-16 15:13:44.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] received connection request\n2025-07-16 15:13:44.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:13:44.220 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] socks forwarding established\n2025-07-16 15:13:44.246 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Process exited with code 0\n2025-07-16 15:13:44.246 [info] [command][81b21a05-15c5-484a-ba75-6aa1c07599fe] Socket close event received\n2025-07-16 15:13:44.246 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a6a5e0c-43b7-4265-a572-e0eedcb745ad] socks connection closed\n2025-07-16 15:13:44.269 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65043 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:14:44.249 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:14:44.251 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bb21d218-4e8b-4b33-a5ea-7eb18352f69d""}\n2025-07-16 15:14:44.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] received connection request\n2025-07-16 15:14:44.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:14:44.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] socks forwarding established\n2025-07-16 15:14:44.305 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Process exited with code 0\n2025-07-16 15:14:44.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][db871ae2-cdca-4c10-a836-f3c56d3b59d2] socks connection closed\n2025-07-16 15:14:44.306 [info] [command][bb21d218-4e8b-4b33-a5ea-7eb18352f69d] Socket close event received\n2025-07-16 15:14:44.330 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65101 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:15:44.312 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:15:44.314 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ba3cc04-c82c-4f68-8505-c29a3ea28175""}\n2025-07-16 15:15:44.314 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] received connection request\n2025-07-16 15:15:44.315 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:15:44.339 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] socks forwarding established\n2025-07-16 15:15:44.389 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Process exited with code 0\n2025-07-16 15:15:44.390 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3d1d9c7d-50bb-4d9e-a903-8c81b46b26c1] socks connection closed\n2025-07-16 15:15:44.390 [info] [command][5ba3cc04-c82c-4f68-8505-c29a3ea28175] Socket close event received\n2025-07-16 15:15:44.413 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65135 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:16:44.395 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:16:44.396 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d1f99d27-28ae-4ad6-b34f-c25474e33782""}\n2025-07-16 15:16:44.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] received connection request\n2025-07-16 15:16:44.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:16:44.422 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] socks forwarding established\n2025-07-16 15:16:44.448 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Process exited with code 0\n2025-07-16 15:16:44.448 [info] [command][d1f99d27-28ae-4ad6-b34f-c25474e33782] Socket close event received\n2025-07-16 15:16:44.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a69be06-7721-4908-a03b-39f438d393f8] socks connection closed\n2025-07-16 15:16:44.470 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65160 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:17:44.454 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:17:44.455 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10d117a1-62be-4b70-a906-7b416d60b147""}\n2025-07-16 15:17:44.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] received connection request\n2025-07-16 15:17:44.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:17:44.483 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] socks forwarding established\n2025-07-16 15:17:44.510 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Process exited with code 0\n2025-07-16 15:17:44.510 [info] [command][10d117a1-62be-4b70-a906-7b416d60b147] Socket close event received\n2025-07-16 15:17:44.532 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49ed5826-44b3-4bcf-9677-3cf3213dfc9a] socks connection closed\n2025-07-16 15:17:44.533 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65213 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:18:44.513 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:18:44.515 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b785f20f-23d3-45b4-b660-3e480041f8d8""}\n2025-07-16 15:18:44.516 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] received connection request\n2025-07-16 15:18:44.516 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:18:44.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] socks forwarding established\n2025-07-16 15:18:44.570 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Process exited with code 0\n2025-07-16 15:18:44.570 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d9fdd0a3-ad8f-4d48-92d7-0ed9f0f6df01] socks connection closed\n2025-07-16 15:18:44.570 [info] [command][b785f20f-23d3-45b4-b660-3e480041f8d8] Socket close event received\n2025-07-16 15:18:44.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65239 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:19:44.575 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:19:44.577 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6a7078c3-cd6c-4839-8cdf-17cd68e1cf47""}\n2025-07-16 15:19:44.578 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] received connection request\n2025-07-16 15:19:44.578 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:19:44.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] socks forwarding established\n2025-07-16 15:19:44.632 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Process exited with code 0\n2025-07-16 15:19:44.632 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b059ba6c-f53e-4941-98fc-2ab62b0d1197] socks connection closed\n2025-07-16 15:19:44.633 [info] [command][6a7078c3-cd6c-4839-8cdf-17cd68e1cf47] Socket close event received\n2025-07-16 15:19:44.656 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:20:44.638 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:20:44.640 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e32f401-e19f-43f3-84b5-598352891cdb""}\n2025-07-16 15:20:44.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] received connection request\n2025-07-16 15:20:44.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:20:44.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] socks forwarding established\n2025-07-16 15:20:44.690 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Process exited with code 0\n2025-07-16 15:20:44.691 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b082f0ef-4e0b-43fe-807d-f967abab9462] socks connection closed\n2025-07-16 15:20:44.691 [info] [command][3e32f401-e19f-43f3-84b5-598352891cdb] Socket close event received\n2025-07-16 15:20:44.714 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65342 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:21:44.693 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:21:44.696 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""758c59bd-4f3f-46bc-bae9-443af17a137d""}\n2025-07-16 15:21:44.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] received connection request\n2025-07-16 15:21:44.697 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:21:44.721 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] socks forwarding established\n2025-07-16 15:21:44.750 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ffebbf60-4fac-44cc-867f-df7745fd9a7f] socks connection closed\n2025-07-16 15:21:44.750 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Process exited with code 0\n2025-07-16 15:21:44.751 [info] [command][758c59bd-4f3f-46bc-bae9-443af17a137d] Socket close event received\n2025-07-16 15:21:44.774 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65367 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:22:44.755 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:22:44.757 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b16c568f-07a1-4fab-a3a2-928b1927b6f3""}\n2025-07-16 15:22:44.757 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] received connection request\n2025-07-16 15:22:44.758 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:22:44.782 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] socks forwarding established\n2025-07-16 15:22:44.808 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Process exited with code 0\n2025-07-16 15:22:44.808 [info] [command][b16c568f-07a1-4fab-a3a2-928b1927b6f3] Socket close event received\n2025-07-16 15:22:44.808 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f7b210f-47ea-49d7-958f-bf222eb8c85d] socks connection closed\n2025-07-16 15:22:44.840 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65427 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:23:44.814 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:23:44.816 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""09847975-c15a-4686-af4a-d6cc8b53c154""}\n2025-07-16 15:23:44.816 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] received connection request\n2025-07-16 15:23:44.817 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:23:44.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] socks forwarding established\n2025-07-16 15:23:44.869 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Process exited with code 0\n2025-07-16 15:23:44.869 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b04ca92f-4a14-45f6-8b55-5e5a3354a160] socks connection closed\n2025-07-16 15:23:44.870 [info] [command][09847975-c15a-4686-af4a-d6cc8b53c154] Socket close event received\n2025-07-16 15:23:44.893 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65456 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:24:44.874 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:24:44.877 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dae8c3ac-3c2f-40eb-af52-caae128e9c9e""}\n2025-07-16 15:24:44.877 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] received connection request\n2025-07-16 15:24:44.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:24:44.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] socks forwarding established\n2025-07-16 15:24:44.933 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Process exited with code 0\n2025-07-16 15:24:44.933 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcce0a95-26cb-498b-9d37-caee095afe75] socks connection closed\n2025-07-16 15:24:44.933 [info] [command][dae8c3ac-3c2f-40eb-af52-caae128e9c9e] Socket close event received\n2025-07-16 15:24:44.957 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 65529 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:25:44.936 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:25:44.938 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164""}\n2025-07-16 15:25:44.939 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] received connection request\n2025-07-16 15:25:44.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:25:44.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] socks forwarding established\n2025-07-16 15:25:44.993 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Process exited with code 0\n2025-07-16 15:25:44.993 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2da3e435-4520-4e77-8544-31d5f6388977] socks connection closed\n2025-07-16 15:25:44.993 [info] [command][d9a6f9dd-9d8b-45a8-8a61-e0e1473d5164] Socket close event received\n2025-07-16 15:25:45.019 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49176 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:26:44.998 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:26:45.000 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9a0d2cdd-8f4a-4075-a2fe-b79d4411668f""}\n2025-07-16 15:26:45.001 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] received connection request\n2025-07-16 15:26:45.001 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:26:45.024 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] socks forwarding established\n2025-07-16 15:26:45.051 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Process exited with code 0\n2025-07-16 15:26:45.051 [info] [command][9a0d2cdd-8f4a-4075-a2fe-b79d4411668f] Socket close event received\n2025-07-16 15:26:45.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c9d1bad7-6f21-44d8-8265-a9a25e2d290a] socks connection closed\n2025-07-16 15:26:45.073 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49222 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:27:45.057 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:27:45.059 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fa7fe5a7-bf3b-4c69-bc1f-2584fc593638""}\n2025-07-16 15:27:45.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] received connection request\n2025-07-16 15:27:45.061 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:27:45.085 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] socks forwarding established\n2025-07-16 15:27:45.114 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Process exited with code 0\n2025-07-16 15:27:45.114 [info] [command][fa7fe5a7-bf3b-4c69-bc1f-2584fc593638] Socket close event received\n2025-07-16 15:27:45.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d766450d-f0fc-4968-9065-a73c07a461ce] socks connection closed\n2025-07-16 15:27:45.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49289 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:28:45.119 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:28:45.122 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2f0ac320-00b2-4f0f-916e-dbf5e3e5f110""}\n2025-07-16 15:28:45.122 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] received connection request\n2025-07-16 15:28:45.123 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:28:45.150 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] socks forwarding established\n2025-07-16 15:28:45.176 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Process exited with code 0\n2025-07-16 15:28:45.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][23ac3589-e604-4a08-8966-8fdc999aed0a] socks connection closed\n2025-07-16 15:28:45.177 [info] [command][2f0ac320-00b2-4f0f-916e-dbf5e3e5f110] Socket close event received\n2025-07-16 15:28:45.200 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49320 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:29:45.177 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:29:45.179 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0f84d409-87d4-40ba-a3fb-e9f7966ec000""}\n2025-07-16 15:29:45.179 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] received connection request\n2025-07-16 15:29:45.180 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:29:45.180 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:29:45.203 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] socks forwarding established\n2025-07-16 15:29:45.230 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Process exited with code 0\n2025-07-16 15:29:45.230 [info] [command][0f84d409-87d4-40ba-a3fb-e9f7966ec000] Socket close event received\n2025-07-16 15:29:45.230 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ad79001d-2c77-4b93-a445-a504fd9c5ce4] socks connection closed\n2025-07-16 15:29:45.252 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49386 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:30:45.231 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:30:45.234 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aee93ea2-f099-47ef-826d-5659be4cb53d""}\n2025-07-16 15:30:45.235 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] received connection request\n2025-07-16 15:30:45.235 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:30:45.260 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] socks forwarding established\n2025-07-16 15:30:45.290 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Process exited with code 0\n2025-07-16 15:30:45.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49bee78f-5644-47a6-9e64-2ab30551e254] socks connection closed\n2025-07-16 15:30:45.290 [info] [command][aee93ea2-f099-47ef-826d-5659be4cb53d] Socket close event received\n2025-07-16 15:30:45.314 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49432 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:31:45.292 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:31:45.294 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ec1c270-4f35-46d9-9843-d9af94f2142a""}\n2025-07-16 15:31:45.295 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] received connection request\n2025-07-16 15:31:45.296 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:31:45.320 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] socks forwarding established\n2025-07-16 15:31:45.348 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Process exited with code 0\n2025-07-16 15:31:45.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a52825fe-dc83-4004-8b09-f65d017e7445] socks connection closed\n2025-07-16 15:31:45.348 [info] [command][7ec1c270-4f35-46d9-9843-d9af94f2142a] Socket close event received\n2025-07-16 15:31:45.374 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49474 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:32:45.353 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:32:45.353 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e8f5ff0-01d9-49fa-a647-927381de81e7""}\n2025-07-16 15:32:45.354 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] received connection request\n2025-07-16 15:32:45.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:32:45.377 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] socks forwarding established\n2025-07-16 15:32:45.402 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Process exited with code 0\n2025-07-16 15:32:45.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][19242e24-a288-46db-8469-0c074d4a3858] socks connection closed\n2025-07-16 15:32:45.402 [info] [command][3e8f5ff0-01d9-49fa-a647-927381de81e7] Socket close event received\n2025-07-16 15:32:45.425 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49553 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:33:45.405 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:33:45.406 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""17581265-9ee2-4394-bf3c-25b3c8729ec2""}\n2025-07-16 15:33:45.408 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] received connection request\n2025-07-16 15:33:45.409 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:33:45.410 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:33:45.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] socks forwarding established\n2025-07-16 15:33:45.462 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Process exited with code 0\n2025-07-16 15:33:45.462 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fff5b5b4-e545-4250-9750-0ae13522cdc3] socks connection closed\n2025-07-16 15:33:45.462 [info] [command][17581265-9ee2-4394-bf3c-25b3c8729ec2] Socket close event received\n2025-07-16 15:33:45.485 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49584 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:34:45.468 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:34:45.470 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dd43c762-d8b6-4db2-88d6-defd2fa624aa""}\n2025-07-16 15:34:45.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] received connection request\n2025-07-16 15:34:45.471 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:34:45.496 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] socks forwarding established\n2025-07-16 15:34:45.522 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Process exited with code 0\n2025-07-16 15:34:45.522 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6afe291e-aa3d-45f9-b1ea-595c5c62ed6b] socks connection closed\n2025-07-16 15:34:45.522 [info] [command][dd43c762-d8b6-4db2-88d6-defd2fa624aa] Socket close event received\n2025-07-16 15:34:45.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49634 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:35:45.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:35:45.525 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d""}\n2025-07-16 15:35:45.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] received connection request\n2025-07-16 15:35:45.526 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 15:35:45.526 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:35:45.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] socks forwarding established\n2025-07-16 15:35:45.574 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][853d41e4-464d-4be5-902c-525429c9c30f] socks connection closed\n2025-07-16 15:35:45.574 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Process exited with code 0\n2025-07-16 15:35:45.574 [info] [command][ac90bdb9-35cc-4bc8-9b4a-c7d53bc83a5d] Socket close event received\n2025-07-16 15:35:45.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:36:45.579 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:36:45.581 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ff0f096f-4b4a-41f5-b765-4826edd3fce2""}\n2025-07-16 15:36:45.582 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] received connection request\n2025-07-16 15:36:45.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:36:45.607 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] socks forwarding established\n2025-07-16 15:36:45.635 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Process exited with code 0\n2025-07-16 15:36:45.635 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d51a749d-e429-43f1-91e2-1740eb68f3a7] socks connection closed\n2025-07-16 15:36:45.635 [info] [command][ff0f096f-4b4a-41f5-b765-4826edd3fce2] Socket close event received\n2025-07-16 15:36:45.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49724 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:37:45.636 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:37:45.638 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9cc766d6-b35f-4127-b13b-23afe4310b09""}\n2025-07-16 15:37:45.639 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] received connection request\n2025-07-16 15:37:45.639 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:37:45.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] socks forwarding established\n2025-07-16 15:37:45.690 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Process exited with code 0\n2025-07-16 15:37:45.690 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8bcb6718-98ca-4358-9942-f1adfe3ed603] socks connection closed\n2025-07-16 15:37:45.690 [info] [command][9cc766d6-b35f-4127-b13b-23afe4310b09] Socket close event received\n2025-07-16 15:37:45.712 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49775 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:38:45.693 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:38:45.695 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58d617e1-09cf-4b8a-bb47-4d2855b28035""}\n2025-07-16 15:38:45.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] received connection request\n2025-07-16 15:38:45.696 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:38:45.720 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] socks forwarding established\n2025-07-16 15:38:45.746 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Process exited with code 0\n2025-07-16 15:38:45.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d128bfd8-b143-48b1-a016-19636d83a8a8] socks connection closed\n2025-07-16 15:38:45.746 [info] [command][58d617e1-09cf-4b8a-bb47-4d2855b28035] Socket close event received\n2025-07-16 15:38:45.769 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49801 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:39:45.753 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:39:45.754 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c0db0a81-7694-49d2-9cce-759c42a3ab8b""}\n2025-07-16 15:39:45.755 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] received connection request\n2025-07-16 15:39:45.755 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:39:45.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] socks forwarding established\n2025-07-16 15:39:45.808 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Process exited with code 0\n2025-07-16 15:39:45.809 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb442efb-27a2-43fb-97de-01044e64e44c] socks connection closed\n2025-07-16 15:39:45.809 [info] [command][c0db0a81-7694-49d2-9cce-759c42a3ab8b] Socket close event received\n2025-07-16 15:39:45.831 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49875 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:40:45.810 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:40:45.812 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aa686890-192c-4d3e-8c3e-3545ee549a43""}\n2025-07-16 15:40:45.812 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] received connection request\n2025-07-16 15:40:45.813 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:40:45.839 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] socks forwarding established\n2025-07-16 15:40:45.867 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Process exited with code 0\n2025-07-16 15:40:45.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e707de1-1ba1-4027-a10b-18547890d3b3] socks connection closed\n2025-07-16 15:40:45.867 [info] [command][aa686890-192c-4d3e-8c3e-3545ee549a43] Socket close event received\n2025-07-16 15:40:45.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49912 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:41:45.872 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:41:45.874 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ed1406ac-d8e8-41f0-b162-625f4599d070""}\n2025-07-16 15:41:45.874 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] received connection request\n2025-07-16 15:41:45.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:41:45.899 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] socks forwarding established\n2025-07-16 15:41:45.926 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Process exited with code 0\n2025-07-16 15:41:45.926 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b8c5c0d-0201-4e06-bfdc-cac201a361d0] socks connection closed\n2025-07-16 15:41:45.926 [info] [command][ed1406ac-d8e8-41f0-b162-625f4599d070] Socket close event received\n2025-07-16 15:41:45.949 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49938 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:42:45.931 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:42:45.934 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""20f739b9-c360-4d89-a90c-fb1c8b554050""}\n2025-07-16 15:42:45.934 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] received connection request\n2025-07-16 15:42:45.934 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:42:45.958 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] socks forwarding established\n2025-07-16 15:42:45.984 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Process exited with code 0\n2025-07-16 15:42:45.985 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f464204c-e4d0-4528-b7b9-a01b3795a796] socks connection closed\n2025-07-16 15:42:45.985 [info] [command][20f739b9-c360-4d89-a90c-fb1c8b554050] Socket close event received\n2025-07-16 15:42:46.008 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 49990 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:43:45.990 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:43:45.994 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""815521e9-2dc9-4748-9374-8049f1c4ce0b""}\n2025-07-16 15:43:45.994 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] received connection request\n2025-07-16 15:43:45.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:43:46.019 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] socks forwarding established\n2025-07-16 15:43:46.046 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Process exited with code 0\n2025-07-16 15:43:46.047 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f1868046-84be-4288-b624-59232dc020f3] socks connection closed\n2025-07-16 15:43:46.047 [info] [command][815521e9-2dc9-4748-9374-8049f1c4ce0b] Socket close event received\n2025-07-16 15:43:46.070 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50014 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:44:46.048 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:44:46.050 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5d830812-4fe5-4d22-9337-9395b3b3a9f2""}\n2025-07-16 15:44:46.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] received connection request\n2025-07-16 15:44:46.051 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:44:46.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] socks forwarding established\n2025-07-16 15:44:46.102 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Process exited with code 0\n2025-07-16 15:44:46.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aae7e85c-55ff-4d5c-bf5b-c70e5af03778] socks connection closed\n2025-07-16 15:44:46.102 [info] [command][5d830812-4fe5-4d22-9337-9395b3b3a9f2] Socket close event received\n2025-07-16 15:44:46.125 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50058 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:45:46.106 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:45:46.107 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d46646da-2ef1-465b-952e-0522ff036ba3""}\n2025-07-16 15:45:46.108 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] received connection request\n2025-07-16 15:45:46.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:45:46.132 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] socks forwarding established\n2025-07-16 15:45:46.157 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Process exited with code 0\n2025-07-16 15:45:46.158 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f08eba75-c939-4ba4-81ae-a740e606c990] socks connection closed\n2025-07-16 15:45:46.158 [info] [command][d46646da-2ef1-465b-952e-0522ff036ba3] Socket close event received\n2025-07-16 15:45:46.182 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50099 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:46:46.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:46:46.163 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1f1c75cb-cd38-4adf-b106-5dcd22ffebba""}\n2025-07-16 15:46:46.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] received connection request\n2025-07-16 15:46:46.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:46:46.190 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] socks forwarding established\n2025-07-16 15:46:46.243 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Process exited with code 0\n2025-07-16 15:46:46.243 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][06c7db7d-0092-479f-81b7-bc94dc29bc6b] socks connection closed\n2025-07-16 15:46:46.244 [info] [command][1f1c75cb-cd38-4adf-b106-5dcd22ffebba] Socket close event received\n2025-07-16 15:46:46.267 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50136 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:47:46.246 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:47:46.249 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae6dbe30-3665-43d0-9bf6-4172591a524f""}\n2025-07-16 15:47:46.249 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] received connection request\n2025-07-16 15:47:46.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:47:46.274 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] socks forwarding established\n2025-07-16 15:47:46.300 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Process exited with code 0\n2025-07-16 15:47:46.301 [info] [command][ae6dbe30-3665-43d0-9bf6-4172591a524f] Socket close event received\n2025-07-16 15:47:46.324 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][81319aef-840d-4f87-8432-9bf25af28047] socks connection closed\n2025-07-16 15:47:46.325 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50186 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:48:46.306 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:48:46.308 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c3d6b345-2267-4a32-8bfb-1c00cddc9b5f""}\n2025-07-16 15:48:46.308 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] received connection request\n2025-07-16 15:48:46.308 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:48:46.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] socks forwarding established\n2025-07-16 15:48:46.358 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Process exited with code 0\n2025-07-16 15:48:46.358 [info] [command][c3d6b345-2267-4a32-8bfb-1c00cddc9b5f] Socket close event received\n2025-07-16 15:48:46.380 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e11d905-d1d9-42a4-abfd-5ac222878a80] socks connection closed\n2025-07-16 15:48:46.382 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50215 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:49:46.359 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:49:46.361 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a62772a-11f8-495e-b233-9e6af9c8223d""}\n2025-07-16 15:49:46.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] received connection request\n2025-07-16 15:49:46.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:49:46.386 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] socks forwarding established\n2025-07-16 15:49:46.412 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Process exited with code 0\n2025-07-16 15:49:46.412 [info] [command][2a62772a-11f8-495e-b233-9e6af9c8223d] Socket close event received\n2025-07-16 15:49:46.413 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54546088-3705-42a1-a7f5-481770c8ed75] socks connection closed\n2025-07-16 15:49:46.437 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50262 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:50:46.415 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:50:46.418 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1a2b3ce3-a073-4a12-99e6-15470db36dcb""}\n2025-07-16 15:50:46.418 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] received connection request\n2025-07-16 15:50:46.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:50:46.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] socks forwarding established\n2025-07-16 15:50:46.737 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Process exited with code 0\n2025-07-16 15:50:46.737 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f8c2177-ee17-49fa-b324-0da523faedef] socks connection closed\n2025-07-16 15:50:46.738 [info] [command][1a2b3ce3-a073-4a12-99e6-15470db36dcb] Socket close event received\n2025-07-16 15:50:46.763 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50309 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:51:46.742 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:51:46.744 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6""}\n2025-07-16 15:51:46.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] received connection request\n2025-07-16 15:51:46.745 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:51:46.792 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] socks forwarding established\n2025-07-16 15:51:46.902 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Process exited with code 0\n2025-07-16 15:51:46.903 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f47698f7-d478-432a-ba56-51b091ec8b5d] socks connection closed\n2025-07-16 15:51:46.903 [info] [command][5eec7fba-5433-46fd-bd86-8ae0e2c9f7c6] Socket close event received\n2025-07-16 15:51:46.932 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50343 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:52:46.906 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:52:46.908 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d80c5aba-bff1-4c7c-901c-ae9864e86c29""}\n2025-07-16 15:52:46.908 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] received connection request\n2025-07-16 15:52:46.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:52:46.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] socks forwarding established\n2025-07-16 15:52:47.086 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Process exited with code 0\n2025-07-16 15:52:47.086 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8dec49b0-b3f4-4ca3-84a9-2c988c66f53d] socks connection closed\n2025-07-16 15:52:47.087 [info] [command][d80c5aba-bff1-4c7c-901c-ae9864e86c29] Socket close event received\n2025-07-16 15:52:47.110 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50395 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:53:47.087 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:53:47.089 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c""}\n2025-07-16 15:53:47.090 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] received connection request\n2025-07-16 15:53:47.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:53:47.115 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] socks forwarding established\n2025-07-16 15:53:47.142 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Process exited with code 0\n2025-07-16 15:53:47.143 [info] [command][3ff56e6b-3b94-4d0c-a61b-bf09396d0c0c] Socket close event received\n2025-07-16 15:53:47.143 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd22af66-928f-4a16-880c-1e1924b7558b] socks connection closed\n2025-07-16 15:53:47.291 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50421 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:54:47.150 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:54:47.152 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50cb9db7-b4b0-4154-9514-773e8e4c4494""}\n2025-07-16 15:54:47.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] received connection request\n2025-07-16 15:54:47.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:54:47.296 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] socks forwarding established\n2025-07-16 15:54:47.330 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Process exited with code 0\n2025-07-16 15:54:47.330 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecb9c209-f075-490d-b637-00c880519523] socks connection closed\n2025-07-16 15:54:47.330 [info] [command][50cb9db7-b4b0-4154-9514-773e8e4c4494] Socket close event received\n2025-07-16 15:54:47.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50471 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:55:47.331 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:55:47.334 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cf92ecb2-f60d-41ed-be47-7f25ebc50211""}\n2025-07-16 15:55:47.335 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] received connection request\n2025-07-16 15:55:47.335 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:55:47.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] socks forwarding established\n2025-07-16 15:55:47.392 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Process exited with code 0\n2025-07-16 15:55:47.392 [info] [command][cf92ecb2-f60d-41ed-be47-7f25ebc50211] Socket close event received\n2025-07-16 15:55:47.419 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50502 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:55:47.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][abd0c8ec-5004-4b59-b53f-24c32cacc3af] socks connection closed\n2025-07-16 15:56:47.396 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:56:47.399 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6fb35a12-b462-46e1-9711-463dd0d472dc""}\n2025-07-16 15:56:47.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] received connection request\n2025-07-16 15:56:47.400 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:56:47.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] socks forwarding established\n2025-07-16 15:56:47.449 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Process exited with code 0\n2025-07-16 15:56:47.449 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f33b6715-5eed-4066-b8b7-5878ad528c48] socks connection closed\n2025-07-16 15:56:47.449 [info] [command][6fb35a12-b462-46e1-9711-463dd0d472dc] Socket close event received\n2025-07-16 15:56:47.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50528 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:57:47.451 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:57:47.453 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa""}\n2025-07-16 15:57:47.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] received connection request\n2025-07-16 15:57:47.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:57:47.478 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] socks forwarding established\n2025-07-16 15:57:47.503 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Process exited with code 0\n2025-07-16 15:57:47.503 [info] [command][79423cf7-3c5e-4c8b-a4e1-a0ad326e4efa] Socket close event received\n2025-07-16 15:57:47.504 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a5050ca-e8a4-43f7-9540-39ec27921a9d] socks connection closed\n2025-07-16 15:57:47.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50585 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:58:47.506 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:58:47.509 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8dbda32-e939-4c18-9496-8375a0d01723""}\n2025-07-16 15:58:47.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] received connection request\n2025-07-16 15:58:47.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:58:47.537 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] socks forwarding established\n2025-07-16 15:58:47.564 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Process exited with code 0\n2025-07-16 15:58:47.565 [info] [command][d8dbda32-e939-4c18-9496-8375a0d01723] Socket close event received\n2025-07-16 15:58:47.565 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6b8156ca-1eb9-445c-a659-8d94c5b8cee3] socks connection closed\n2025-07-16 15:58:47.587 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50607 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 15:59:47.568 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 15:59:47.571 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9ef7340-7723-41d0-948f-fba209361cd0""}\n2025-07-16 15:59:47.572 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] received connection request\n2025-07-16 15:59:47.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 15:59:47.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] socks forwarding established\n2025-07-16 15:59:47.648 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Process exited with code 0\n2025-07-16 15:59:47.648 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][806be239-2151-4bec-868f-e413e23124a3] socks connection closed\n2025-07-16 15:59:47.649 [info] [command][a9ef7340-7723-41d0-948f-fba209361cd0] Socket close event received\n2025-07-16 15:59:47.673 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:00:47.654 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:00:47.655 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9dac38a7-391c-4250-9de1-392db9384ddb""}\n2025-07-16 16:00:47.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] received connection request\n2025-07-16 16:00:47.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:00:47.717 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] socks forwarding established\n2025-07-16 16:00:47.777 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Process exited with code 0\n2025-07-16 16:00:47.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][106835bf-26ba-4d11-b16d-48d0f74860b4] socks connection closed\n2025-07-16 16:00:47.778 [info] [command][9dac38a7-391c-4250-9de1-392db9384ddb] Socket close event received\n2025-07-16 16:00:47.851 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50686 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:01:47.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:01:47.785 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6acafaa2-41d4-40cf-a997-e2b4ef7f2591""}\n2025-07-16 16:01:47.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] received connection request\n2025-07-16 16:01:47.785 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:01:47.867 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] socks forwarding established\n2025-07-16 16:01:47.986 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Process exited with code 0\n2025-07-16 16:01:47.986 [info] [command][6acafaa2-41d4-40cf-a997-e2b4ef7f2591] Socket close event received\n2025-07-16 16:01:48.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50717 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:01:48.139 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f600aba-1f4e-429b-8218-117b812f090e] socks connection closed\n2025-07-16 16:02:47.992 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:02:47.994 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7ba2744-31c8-46f7-8c1b-c6162d702de3""}\n2025-07-16 16:02:47.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] received connection request\n2025-07-16 16:02:47.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:02:48.018 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] socks forwarding established\n2025-07-16 16:02:48.046 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Process exited with code 0\n2025-07-16 16:02:48.046 [info] [command][f7ba2744-31c8-46f7-8c1b-c6162d702de3] Socket close event received\n2025-07-16 16:02:48.067 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][26f2a010-3000-4d27-b928-8021cd0c011d] socks connection closed\n2025-07-16 16:02:48.068 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50772 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:03:48.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:03:48.054 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02a36eea-be18-40b0-b5b0-48d2b8927824""}\n2025-07-16 16:03:48.055 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] received connection request\n2025-07-16 16:03:48.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:03:48.236 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] socks forwarding established\n2025-07-16 16:03:48.313 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Process exited with code 0\n2025-07-16 16:03:48.313 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][10bee56f-f718-4ebf-9442-4cdb163f0052] socks connection closed\n2025-07-16 16:03:48.313 [info] [command][02a36eea-be18-40b0-b5b0-48d2b8927824] Socket close event received\n2025-07-16 16:03:48.336 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50797 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:04:48.316 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:04:48.317 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b8dab3df-082c-4885-9288-e4cb7aad67d0""}\n2025-07-16 16:04:48.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] received connection request\n2025-07-16 16:04:48.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:04:48.342 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] socks forwarding established\n2025-07-16 16:04:48.493 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Process exited with code 0\n2025-07-16 16:04:48.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][78f523ae-52fa-45dd-b39a-3b7e71f4d483] socks connection closed\n2025-07-16 16:04:48.493 [info] [command][b8dab3df-082c-4885-9288-e4cb7aad67d0] Socket close event received\n2025-07-16 16:04:48.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50864 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:05:48.498 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:05:48.500 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c8d61d67-82d4-47f8-bdb2-bfc57dea2130""}\n2025-07-16 16:05:48.501 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] received connection request\n2025-07-16 16:05:48.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:05:48.547 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] socks forwarding established\n2025-07-16 16:05:48.706 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Process exited with code 0\n2025-07-16 16:05:48.706 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ebdb160-3fa7-46da-b662-b0356776043a] socks connection closed\n2025-07-16 16:05:48.706 [info] [command][c8d61d67-82d4-47f8-bdb2-bfc57dea2130] Socket close event received\n2025-07-16 16:05:48.729 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50888 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:06:48.708 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:06:48.710 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f1aefe46-7470-4d8f-91f0-7e75938f4659""}\n2025-07-16 16:06:48.711 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] received connection request\n2025-07-16 16:06:48.711 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:06:48.736 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] socks forwarding established\n2025-07-16 16:06:48.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5cbe2485-f2a7-4a7e-86c4-43fa791a3cc5] socks connection closed\n2025-07-16 16:06:48.764 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Process exited with code 0\n2025-07-16 16:06:48.764 [info] [command][f1aefe46-7470-4d8f-91f0-7e75938f4659] Socket close event received\n2025-07-16 16:06:48.919 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50927 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:07:48.769 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:07:48.772 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7ee888d8-300d-4a65-b316-20a10b072c2e""}\n2025-07-16 16:07:48.772 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] received connection request\n2025-07-16 16:07:48.773 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:07:48.796 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] socks forwarding established\n2025-07-16 16:07:48.823 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Process exited with code 0\n2025-07-16 16:07:48.824 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1f2e6c3d-6fc9-4848-93b4-3037e8c624a6] socks connection closed\n2025-07-16 16:07:48.824 [info] [command][7ee888d8-300d-4a65-b316-20a10b072c2e] Socket close event received\n2025-07-16 16:07:48.846 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 50997 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:08:48.826 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:08:48.829 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] received connection request\n2025-07-16 16:08:48.830 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b6061ae9-4f41-4598-8168-8deb6b63dd5f""}\n2025-07-16 16:08:48.830 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:08:48.830 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:08:48.857 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] socks forwarding established\n2025-07-16 16:08:48.982 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Process exited with code 0\n2025-07-16 16:08:48.982 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54a7d78d-db02-4d50-ae07-6f5b9363d1c7] socks connection closed\n2025-07-16 16:08:48.982 [info] [command][b6061ae9-4f41-4598-8168-8deb6b63dd5f] Socket close event received\n2025-07-16 16:08:49.007 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51045 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:09:48.983 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:09:48.985 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6d252782-eabc-488c-8903-8bf59410a41b""}\n2025-07-16 16:09:48.986 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] received connection request\n2025-07-16 16:09:48.987 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:09:49.010 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] socks forwarding established\n2025-07-16 16:09:49.152 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Process exited with code 0\n2025-07-16 16:09:49.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a825fdb1-853f-4cdb-882c-2cfc5b7ec64a] socks connection closed\n2025-07-16 16:09:49.153 [info] [command][6d252782-eabc-488c-8903-8bf59410a41b] Socket close event received\n2025-07-16 16:09:49.176 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51123 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:10:49.158 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:10:49.161 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] received connection request\n2025-07-16 16:10:49.161 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a""}\n2025-07-16 16:10:49.162 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:10:49.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] socks forwarding established\n2025-07-16 16:10:49.218 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Process exited with code 0\n2025-07-16 16:10:49.218 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0d213950-470c-43ce-8347-970ebc82e62e] socks connection closed\n2025-07-16 16:10:49.219 [info] [command][bdbfd786-2dd5-473b-ac7a-5a5ea4daf79a] Socket close event received\n2025-07-16 16:10:49.363 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51157 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:11:49.220 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:11:49.222 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ced5c857-79f4-4a02-8c0c-4e0e67ab2c70""}\n2025-07-16 16:11:49.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] received connection request\n2025-07-16 16:11:49.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:11:49.247 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] socks forwarding established\n2025-07-16 16:11:49.276 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Process exited with code 0\n2025-07-16 16:11:49.276 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6a0a90c-e4a4-466a-bd9a-8cd5de5cdd1d] socks connection closed\n2025-07-16 16:11:49.276 [info] [command][ced5c857-79f4-4a02-8c0c-4e0e67ab2c70] Socket close event received\n2025-07-16 16:11:49.301 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51185 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:12:49.277 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:12:49.279 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""117521b3-32b9-4b72-9d8e-42007f3be017""}\n2025-07-16 16:12:49.280 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] received connection request\n2025-07-16 16:12:49.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:12:49.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] socks forwarding established\n2025-07-16 16:12:49.333 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Process exited with code 0\n2025-07-16 16:12:49.333 [info] [command][117521b3-32b9-4b72-9d8e-42007f3be017] Socket close event received\n2025-07-16 16:12:49.334 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d29e5ff5-18da-4b75-81ef-e7e27d03406c] socks connection closed\n2025-07-16 16:12:49.357 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51261 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:13:49.335 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:13:49.337 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""07227f46-b433-49d8-8a8a-e2bd692fc345""}\n2025-07-16 16:13:49.338 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] received connection request\n2025-07-16 16:13:49.338 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:13:49.363 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] socks forwarding established\n2025-07-16 16:13:49.392 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Process exited with code 0\n2025-07-16 16:13:49.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][07a854fe-6630-4a18-a23a-73efa14cc9d0] socks connection closed\n2025-07-16 16:13:49.392 [info] [command][07227f46-b433-49d8-8a8a-e2bd692fc345] Socket close event received\n2025-07-16 16:13:49.417 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51312 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:14:49.398 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:14:49.400 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""90fd7736-b5e2-465d-a6a6-e586ca035499""}\n2025-07-16 16:14:49.400 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] received connection request\n2025-07-16 16:14:49.401 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:14:49.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] socks forwarding established\n2025-07-16 16:14:49.451 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Process exited with code 0\n2025-07-16 16:14:49.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ff461ac-1ab0-4865-a090-52fee2022551] socks connection closed\n2025-07-16 16:14:49.451 [info] [command][90fd7736-b5e2-465d-a6a6-e586ca035499] Socket close event received\n2025-07-16 16:14:49.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51378 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:15:49.456 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:15:49.457 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c319a4df-c058-4c8f-8c83-629aa3fb7d52""}\n2025-07-16 16:15:49.458 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] received connection request\n2025-07-16 16:15:49.459 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:15:49.482 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] socks forwarding established\n2025-07-16 16:15:49.508 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Process exited with code 0\n2025-07-16 16:15:49.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9a85ce75-5d11-49e0-a9a6-7f89bf35acd0] socks connection closed\n2025-07-16 16:15:49.509 [info] [command][c319a4df-c058-4c8f-8c83-629aa3fb7d52] Socket close event received\n2025-07-16 16:15:49.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51408 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:16:49.509 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:16:49.511 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9a3784f9-42cf-4132-9688-e4bbb8bf7915""}\n2025-07-16 16:16:49.512 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] received connection request\n2025-07-16 16:16:49.513 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:16:49.537 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] socks forwarding established\n2025-07-16 16:16:49.566 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Process exited with code 0\n2025-07-16 16:16:49.566 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][880b1b62-a5ac-44d7-a0b9-3bdaef59cb88] socks connection closed\n2025-07-16 16:16:49.567 [info] [command][9a3784f9-42cf-4132-9688-e4bbb8bf7915] Socket close event received\n2025-07-16 16:16:49.591 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:17:49.571 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:17:49.573 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""91603ba9-411c-4f9d-b8c6-d71b88fe4ea9""}\n2025-07-16 16:17:49.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] received connection request\n2025-07-16 16:17:49.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:17:49.597 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] socks forwarding established\n2025-07-16 16:17:49.623 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Process exited with code 0\n2025-07-16 16:17:49.623 [info] [command][91603ba9-411c-4f9d-b8c6-d71b88fe4ea9] Socket close event received\n2025-07-16 16:17:49.645 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7f5bd52e-92c4-4467-85cd-938725dde0c1] socks connection closed\n2025-07-16 16:17:49.645 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51524 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:18:49.623 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:18:49.624 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae400f3e-59a7-4fb6-a90c-e2db99441a30""}\n2025-07-16 16:18:49.625 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] received connection request\n2025-07-16 16:18:49.625 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:18:49.648 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] socks forwarding established\n2025-07-16 16:18:49.696 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Process exited with code 0\n2025-07-16 16:18:49.696 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fcf3cdbd-c856-4257-bdba-b7d140be31e8] socks connection closed\n2025-07-16 16:18:49.696 [info] [command][ae400f3e-59a7-4fb6-a90c-e2db99441a30] Socket close event received\n2025-07-16 16:18:49.718 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51582 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:19:49.703 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:19:49.703 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3d0f38c0-9e97-451c-be03-ea59775a5c1f""}\n2025-07-16 16:19:49.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] received connection request\n2025-07-16 16:19:49.704 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:19:49.730 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] socks forwarding established\n2025-07-16 16:19:49.781 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b6457057-689f-40ad-bbff-a1f2ac357c2e] socks connection closed\n2025-07-16 16:19:49.781 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Process exited with code 0\n2025-07-16 16:19:49.781 [info] [command][3d0f38c0-9e97-451c-be03-ea59775a5c1f] Socket close event received\n2025-07-16 16:19:49.807 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51626 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:20:49.783 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:20:49.785 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""880c0236-c546-4dbf-86f0-e110919ec118""}\n2025-07-16 16:20:49.786 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] received connection request\n2025-07-16 16:20:49.786 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:20:49.810 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] socks forwarding established\n2025-07-16 16:20:49.960 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Process exited with code 0\n2025-07-16 16:20:49.961 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e6c87d1-a260-4bfd-8f92-44b83550962e] socks connection closed\n2025-07-16 16:20:49.961 [info] [command][880c0236-c546-4dbf-86f0-e110919ec118] Socket close event received\n2025-07-16 16:20:49.983 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51654 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:21:49.965 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:21:49.967 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e1480aa2-885e-4067-a3b5-668a41f2f81b""}\n2025-07-16 16:21:49.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] received connection request\n2025-07-16 16:21:49.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:21:50.107 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] socks forwarding established\n2025-07-16 16:21:50.250 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Process exited with code 0\n2025-07-16 16:21:50.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][03969058-7bed-453c-ae4e-f6e7047cc82f] socks connection closed\n2025-07-16 16:21:50.251 [info] [command][e1480aa2-885e-4067-a3b5-668a41f2f81b] Socket close event received\n2025-07-16 16:21:50.274 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:22:50.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:22:50.258 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e26498e8-cf69-4c8a-90a2-afe49cef4f0e""}\n2025-07-16 16:22:50.259 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] received connection request\n2025-07-16 16:22:50.259 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:22:50.307 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] socks forwarding established\n2025-07-16 16:22:50.468 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Process exited with code 0\n2025-07-16 16:22:50.470 [info] [command][e26498e8-cf69-4c8a-90a2-afe49cef4f0e] Socket close event received\n2025-07-16 16:22:50.474 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][54eb1dc6-3326-4561-ac5c-dba267c22bb7] socks connection closed\n2025-07-16 16:22:50.494 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51742 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:23:50.474 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:23:50.477 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5cbcbf54-3afc-4cc6-a821-ed44961b751d""}\n2025-07-16 16:23:50.478 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] received connection request\n2025-07-16 16:23:50.478 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:23:50.536 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] socks forwarding established\n2025-07-16 16:23:50.562 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Process exited with code 0\n2025-07-16 16:23:50.562 [info] [command][5cbcbf54-3afc-4cc6-a821-ed44961b751d] Socket close event received\n2025-07-16 16:23:50.562 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a75a2aa-b329-4474-9792-6b03a0bec6ff] socks connection closed\n2025-07-16 16:23:50.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51765 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:24:50.565 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:24:50.567 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7""}\n2025-07-16 16:24:50.567 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] received connection request\n2025-07-16 16:24:50.568 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:24:50.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] socks forwarding established\n2025-07-16 16:24:50.753 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Process exited with code 0\n2025-07-16 16:24:50.753 [info] [command][7cbea0b0-3fd3-47c8-8ea2-a9eac0b0d4e7] Socket close event received\n2025-07-16 16:24:50.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][204cf5d8-7d3d-4e4d-9916-6e5e559258aa] socks connection closed\n2025-07-16 16:24:50.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:25:50.758 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:25:50.760 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9e705f5b-37c8-46f8-b838-32c0f25fa244""}\n2025-07-16 16:25:50.762 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] received connection request\n2025-07-16 16:25:50.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:25:50.866 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] socks forwarding established\n2025-07-16 16:25:51.025 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Process exited with code 0\n2025-07-16 16:25:51.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8563fb0-d4e1-48b4-ba79-ec633a2dc95b] socks connection closed\n2025-07-16 16:25:51.025 [info] [command][9e705f5b-37c8-46f8-b838-32c0f25fa244] Socket close event received\n2025-07-16 16:25:51.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51835 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:26:51.026 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:26:51.028 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""574ef925-23b6-4563-9e2d-52f38e3624dc""}\n2025-07-16 16:26:51.029 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] received connection request\n2025-07-16 16:26:51.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:26:51.057 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] socks forwarding established\n2025-07-16 16:26:51.085 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Process exited with code 0\n2025-07-16 16:26:51.085 [info] [command][574ef925-23b6-4563-9e2d-52f38e3624dc] Socket close event received\n2025-07-16 16:26:51.107 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51862 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:26:51.108 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34d92404-5bb6-4886-9bd0-ac49062c248c] socks connection closed\n2025-07-16 16:27:51.091 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:27:51.093 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5""}\n2025-07-16 16:27:51.094 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] received connection request\n2025-07-16 16:27:51.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:27:51.118 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] socks forwarding established\n2025-07-16 16:27:51.144 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Process exited with code 0\n2025-07-16 16:27:51.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][badb91b8-5366-4882-ae2f-e07567a74371] socks connection closed\n2025-07-16 16:27:51.144 [info] [command][ce62f74d-24ad-4c63-9eb1-ec8db50b4cc5] Socket close event received\n2025-07-16 16:27:51.167 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51917 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:28:51.150 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:28:51.152 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d898eb0-3385-4069-b0e4-496d81da1c90""}\n2025-07-16 16:28:51.153 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] received connection request\n2025-07-16 16:28:51.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:28:51.181 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] socks forwarding established\n2025-07-16 16:28:51.208 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Process exited with code 0\n2025-07-16 16:28:51.208 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][85efc205-1ab1-48bf-b44e-bcf2b2547ad0] socks connection closed\n2025-07-16 16:28:51.208 [info] [command][9d898eb0-3385-4069-b0e4-496d81da1c90] Socket close event received\n2025-07-16 16:28:51.230 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 51946 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:29:51.210 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:29:51.212 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c27cdbc9-f9af-4274-befb-f94da455347c""}\n2025-07-16 16:29:51.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] received connection request\n2025-07-16 16:29:51.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:29:51.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] socks forwarding established\n2025-07-16 16:29:51.353 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Process exited with code 0\n2025-07-16 16:29:51.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][124519e4-b2fe-4985-89a8-d48947e96510] socks connection closed\n2025-07-16 16:29:51.353 [info] [command][c27cdbc9-f9af-4274-befb-f94da455347c] Socket close event received\n2025-07-16 16:29:51.503 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52002 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:30:51.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:30:51.360 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""684ea35b-3bb6-40d4-9b5f-4b7008986a4b""}\n2025-07-16 16:30:51.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] received connection request\n2025-07-16 16:30:51.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:30:51.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] socks forwarding established\n2025-07-16 16:30:51.562 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Process exited with code 0\n2025-07-16 16:30:51.563 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][137028ef-d9c5-491b-9a54-b7ebc747710f] socks connection closed\n2025-07-16 16:30:51.563 [info] [command][684ea35b-3bb6-40d4-9b5f-4b7008986a4b] Socket close event received\n2025-07-16 16:30:51.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52032 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:31:51.573 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:31:51.576 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""191263aa-1381-4f0b-8f95-8572df8e5e3e""}\n2025-07-16 16:31:51.576 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] received connection request\n2025-07-16 16:31:51.577 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:31:52.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] socks forwarding established\n2025-07-16 16:31:52.124 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Process exited with code 0\n2025-07-16 16:31:52.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7a49490c-2b8f-45a5-97ad-eb9e19ccad2d] socks connection closed\n2025-07-16 16:31:52.124 [info] [command][191263aa-1381-4f0b-8f95-8572df8e5e3e] Socket close event received\n2025-07-16 16:31:52.174 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:32:52.131 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:32:52.132 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e6f6cb42-4f46-4b54-b07f-9de987c3cb3e""}\n2025-07-16 16:32:52.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] received connection request\n2025-07-16 16:32:52.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:32:52.157 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] socks forwarding established\n2025-07-16 16:32:52.183 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Process exited with code 0\n2025-07-16 16:32:52.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][907048a8-06a5-4c2a-9e14-969d2c8c39fe] socks connection closed\n2025-07-16 16:32:52.183 [info] [command][e6f6cb42-4f46-4b54-b07f-9de987c3cb3e] Socket close event received\n2025-07-16 16:32:52.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52132 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:33:52.193 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:33:52.195 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3694cbb2-287f-4a47-a41e-b3190a2f869d""}\n2025-07-16 16:33:52.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] received connection request\n2025-07-16 16:33:52.199 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:33:52.223 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] socks forwarding established\n2025-07-16 16:33:52.249 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Process exited with code 0\n2025-07-16 16:33:52.250 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a9b9450d-e830-4768-aa7f-1f3027055a53] socks connection closed\n2025-07-16 16:33:52.250 [info] [command][3694cbb2-287f-4a47-a41e-b3190a2f869d] Socket close event received\n2025-07-16 16:33:52.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52154 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:34:52.259 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:34:52.261 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""beb9d9d5-6892-4046-9338-0a72ded7cc49""}\n2025-07-16 16:34:52.261 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] received connection request\n2025-07-16 16:34:52.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:34:52.286 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] socks forwarding established\n2025-07-16 16:34:52.314 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Process exited with code 0\n2025-07-16 16:34:52.315 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][466ca445-4f0d-4592-9c1f-ec2a227ada3a] socks connection closed\n2025-07-16 16:34:52.315 [info] [command][beb9d9d5-6892-4046-9338-0a72ded7cc49] Socket close event received\n2025-07-16 16:34:52.340 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52203 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:35:52.317 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:35:52.319 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""48e030f7-e6ec-46a5-882a-2793d347a739""}\n2025-07-16 16:35:52.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] received connection request\n2025-07-16 16:35:52.320 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:35:52.343 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] socks forwarding established\n2025-07-16 16:35:52.369 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Process exited with code 0\n2025-07-16 16:35:52.370 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][193d6bfb-1d76-499c-a02e-daba44d9cc71] socks connection closed\n2025-07-16 16:35:52.370 [info] [command][48e030f7-e6ec-46a5-882a-2793d347a739] Socket close event received\n2025-07-16 16:35:52.392 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52226 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:36:52.380 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:36:52.382 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""32a82262-0610-4ee9-9ed9-1d648cc57524""}\n2025-07-16 16:36:52.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] received connection request\n2025-07-16 16:36:52.384 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:36:52.408 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] socks forwarding established\n2025-07-16 16:36:52.434 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Process exited with code 0\n2025-07-16 16:36:52.435 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][97dbdc1d-b39f-4a47-a3e4-4899850ae55e] socks connection closed\n2025-07-16 16:36:52.435 [info] [command][32a82262-0610-4ee9-9ed9-1d648cc57524] Socket close event received\n2025-07-16 16:36:52.460 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52251 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:37:52.442 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:37:52.444 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e37b1005-8dda-4d36-9122-542a2f8e965e""}\n2025-07-16 16:37:52.444 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] received connection request\n2025-07-16 16:37:52.445 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:37:52.470 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] socks forwarding established\n2025-07-16 16:37:52.495 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Process exited with code 0\n2025-07-16 16:37:52.496 [info] [command][e37b1005-8dda-4d36-9122-542a2f8e965e] Socket close event received\n2025-07-16 16:37:52.496 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b0f1ddf9-e65f-4749-bc01-497d5399493a] socks connection closed\n2025-07-16 16:37:52.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52301 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:38:52.506 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:38:52.508 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""884e28e5-2b04-4f8b-8099-363335c734c1""}\n2025-07-16 16:38:52.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] received connection request\n2025-07-16 16:38:52.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:38:52.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] socks forwarding established\n2025-07-16 16:38:52.561 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Process exited with code 0\n2025-07-16 16:38:52.561 [info] [command][884e28e5-2b04-4f8b-8099-363335c734c1] Socket close event received\n2025-07-16 16:38:52.561 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f03381c-6137-4cc9-ae08-bbdcc6c0380b] socks connection closed\n2025-07-16 16:38:52.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52323 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:39:52.561 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:39:52.563 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50f15996-9f95-4fbc-b0d0-adff996ebc6a""}\n2025-07-16 16:39:52.563 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] received connection request\n2025-07-16 16:39:52.563 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:39:52.589 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] socks forwarding established\n2025-07-16 16:39:52.639 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Process exited with code 0\n2025-07-16 16:39:52.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b8017a37-f892-4d6d-bb86-638acf3276d8] socks connection closed\n2025-07-16 16:39:52.640 [info] [command][50f15996-9f95-4fbc-b0d0-adff996ebc6a] Socket close event received\n2025-07-16 16:39:52.665 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52387 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:40:52.645 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:40:52.646 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""57a9c22c-2cf8-476f-96da-7e36d502a46a""}\n2025-07-16 16:40:52.646 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] received connection request\n2025-07-16 16:40:52.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:40:52.647 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:40:52.706 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] socks forwarding established\n2025-07-16 16:40:52.733 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Process exited with code 0\n2025-07-16 16:40:52.733 [info] [command][57a9c22c-2cf8-476f-96da-7e36d502a46a] Socket close event received\n2025-07-16 16:40:52.756 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52439 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:40:52.756 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a3ee367-662a-4e44-96a8-d23df73e783a] socks connection closed\n2025-07-16 16:41:52.738 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:41:52.740 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""dddff7ab-8e38-4af4-8a34-9c3a89c2df29""}\n2025-07-16 16:41:52.740 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] received connection request\n2025-07-16 16:41:52.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:41:52.741 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:41:52.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] socks forwarding established\n2025-07-16 16:41:52.790 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Process exited with code 0\n2025-07-16 16:41:52.790 [info] [command][dddff7ab-8e38-4af4-8a34-9c3a89c2df29] Socket close event received\n2025-07-16 16:41:52.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9909e9b5-e739-4fb1-aa86-910766f4575f] socks connection closed\n2025-07-16 16:41:52.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52503 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:42:52.795 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:42:52.797 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c9455f15-3fb6-46cb-a1e0-d04cbd8735c5""}\n2025-07-16 16:42:52.798 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] received connection request\n2025-07-16 16:42:52.798 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:42:52.798 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:42:52.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] socks forwarding established\n2025-07-16 16:42:52.853 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Process exited with code 0\n2025-07-16 16:42:52.854 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6e761a4e-389a-473e-959d-7d4ffe408c89] socks connection closed\n2025-07-16 16:42:52.854 [info] [command][c9455f15-3fb6-46cb-a1e0-d04cbd8735c5] Socket close event received\n2025-07-16 16:42:52.880 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52591 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:43:52.859 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:43:52.862 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cc5fc2b1-4752-4662-945c-6cd853597ffa""}\n2025-07-16 16:43:52.862 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] received connection request\n2025-07-16 16:43:52.863 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:43:52.890 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] socks forwarding established\n2025-07-16 16:43:52.918 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Process exited with code 0\n2025-07-16 16:43:52.919 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][42183fb3-7f9b-4679-a564-87408be4c492] socks connection closed\n2025-07-16 16:43:52.919 [info] [command][cc5fc2b1-4752-4662-945c-6cd853597ffa] Socket close event received\n2025-07-16 16:43:52.945 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52626 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:44:52.922 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:44:52.924 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ede5655a-c412-4e81-a79f-882b164dcba9""}\n2025-07-16 16:44:52.924 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] received connection request\n2025-07-16 16:44:52.924 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:44:52.948 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] socks forwarding established\n2025-07-16 16:44:52.974 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Process exited with code 0\n2025-07-16 16:44:52.974 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dcbc5549-45e2-4e85-818f-d3146e6034ca] socks connection closed\n2025-07-16 16:44:52.974 [info] [command][ede5655a-c412-4e81-a79f-882b164dcba9] Socket close event received\n2025-07-16 16:44:52.998 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52681 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:45:52.975 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:45:52.977 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""69721142-b860-4c67-a03c-902719a0cf34""}\n2025-07-16 16:45:52.977 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] received connection request\n2025-07-16 16:45:52.978 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:45:53.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] socks forwarding established\n2025-07-16 16:45:53.036 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Process exited with code 0\n2025-07-16 16:45:53.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eff848b8-92bc-4b11-8e91-8a6fe145d233] socks connection closed\n2025-07-16 16:45:53.037 [info] [command][69721142-b860-4c67-a03c-902719a0cf34] Socket close event received\n2025-07-16 16:45:53.060 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52734 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:46:53.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:46:53.038 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""50938034-25f9-42e7-a0a9-31967c67d54c""}\n2025-07-16 16:46:53.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] received connection request\n2025-07-16 16:46:53.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:46:53.063 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] socks forwarding established\n2025-07-16 16:46:53.155 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Process exited with code 0\n2025-07-16 16:46:53.155 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][962b0ec9-1858-4055-afaa-e92ba79eae71] socks connection closed\n2025-07-16 16:46:53.155 [info] [command][50938034-25f9-42e7-a0a9-31967c67d54c] Socket close event received\n2025-07-16 16:46:53.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52779 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:47:53.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:47:53.163 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""24bdfdd9-38ad-4e20-b8f0-4fabc59dd404""}\n2025-07-16 16:47:53.163 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] received connection request\n2025-07-16 16:47:53.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:47:53.163 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:47:53.253 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] socks forwarding established\n2025-07-16 16:47:53.411 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Process exited with code 0\n2025-07-16 16:47:53.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3f7a1a52-4794-4b4c-8d61-d244f65b719b] socks connection closed\n2025-07-16 16:47:53.412 [info] [command][24bdfdd9-38ad-4e20-b8f0-4fabc59dd404] Socket close event received\n2025-07-16 16:47:53.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52855 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:48:53.417 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:48:53.418 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5e195185-191b-4c3d-99b9-422f6a652844""}\n2025-07-16 16:48:53.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] received connection request\n2025-07-16 16:48:53.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:48:53.457 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] socks forwarding established\n2025-07-16 16:48:53.599 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Process exited with code 0\n2025-07-16 16:48:53.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][75944878-fa7c-47be-bd70-4c7d817c3871] socks connection closed\n2025-07-16 16:48:53.600 [info] [command][5e195185-191b-4c3d-99b9-422f6a652844] Socket close event received\n2025-07-16 16:48:53.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52880 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:49:53.603 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:49:53.604 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9796ec67-b8bc-4f7c-b5d4-2970beac7b2f""}\n2025-07-16 16:49:53.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] received connection request\n2025-07-16 16:49:53.604 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 16:49:53.604 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:49:53.802 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] socks forwarding established\n2025-07-16 16:49:53.831 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Process exited with code 0\n2025-07-16 16:49:53.832 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][24f92fc3-339b-47f8-b770-c024746b769b] socks connection closed\n2025-07-16 16:49:53.832 [info] [command][9796ec67-b8bc-4f7c-b5d4-2970beac7b2f] Socket close event received\n2025-07-16 16:49:53.978 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52922 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:50:53.836 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:50:53.838 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d6470dc0-593c-49d9-b2a4-70ddfde4412a""}\n2025-07-16 16:50:53.839 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] received connection request\n2025-07-16 16:50:53.840 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:50:53.892 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] socks forwarding established\n2025-07-16 16:50:54.022 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Process exited with code 0\n2025-07-16 16:50:54.023 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][173bb699-7d2c-4136-89fb-b63671e50e19] socks connection closed\n2025-07-16 16:50:54.023 [info] [command][d6470dc0-593c-49d9-b2a4-70ddfde4412a] Socket close event received\n2025-07-16 16:50:54.048 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 52998 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:51:54.029 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:51:54.031 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""35611e03-e2a6-4e23-a095-708c835f1f65""}\n2025-07-16 16:51:54.032 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] received connection request\n2025-07-16 16:51:54.032 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:51:54.122 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] socks forwarding established\n2025-07-16 16:51:54.327 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Process exited with code 0\n2025-07-16 16:51:54.327 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d196c137-abad-4557-be06-0486b5d8776f] socks connection closed\n2025-07-16 16:51:54.327 [info] [command][35611e03-e2a6-4e23-a095-708c835f1f65] Socket close event received\n2025-07-16 16:51:54.354 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53065 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:52:54.332 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:52:54.334 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fdd264fe-2d5b-4ddd-9551-ad63d582b45a""}\n2025-07-16 16:52:54.335 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] received connection request\n2025-07-16 16:52:54.336 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:52:54.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] socks forwarding established\n2025-07-16 16:52:54.388 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Process exited with code 0\n2025-07-16 16:52:54.389 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0629e117-040c-481e-987d-2ab78bec11ed] socks connection closed\n2025-07-16 16:52:54.389 [info] [command][fdd264fe-2d5b-4ddd-9551-ad63d582b45a] Socket close event received\n2025-07-16 16:52:54.414 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53121 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:53:54.391 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:53:54.392 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7701284-fc87-4fb0-ac4b-050a364d788d""}\n2025-07-16 16:53:54.393 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] received connection request\n2025-07-16 16:53:54.393 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:53:54.417 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] socks forwarding established\n2025-07-16 16:53:54.817 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Process exited with code 0\n2025-07-16 16:53:54.817 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80101a90-4ca0-445d-a3ed-dd654f708a3e] socks connection closed\n2025-07-16 16:53:54.817 [info] [command][a7701284-fc87-4fb0-ac4b-050a364d788d] Socket close event received\n2025-07-16 16:53:54.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53182 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:54:54.822 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:54:54.825 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b948853c-68f3-47ca-97e9-be2d6dab739d""}\n2025-07-16 16:54:54.826 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] received connection request\n2025-07-16 16:54:54.827 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:54:54.852 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] socks forwarding established\n2025-07-16 16:54:54.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f4ee1bbf-9434-4092-a1d2-6d01e1c85d70] socks connection closed\n2025-07-16 16:54:54.979 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Process exited with code 0\n2025-07-16 16:54:54.980 [info] [command][b948853c-68f3-47ca-97e9-be2d6dab739d] Socket close event received\n2025-07-16 16:54:55.053 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53271 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:55:54.985 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:55:54.987 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c312051d-025c-408b-b12d-cde6423cdfd3""}\n2025-07-16 16:55:54.988 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] received connection request\n2025-07-16 16:55:54.989 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:55:55.015 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] socks forwarding established\n2025-07-16 16:55:55.045 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Process exited with code 0\n2025-07-16 16:55:55.045 [info] [command][c312051d-025c-408b-b12d-cde6423cdfd3] Socket close event received\n2025-07-16 16:55:55.179 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4e06d156-0656-421b-a98f-4a48fe4272cf] socks connection closed\n2025-07-16 16:55:55.212 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:56:55.051 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:56:55.053 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""997bffd6-760a-4ef2-9be3-a97937dd580a""}\n2025-07-16 16:56:55.054 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] received connection request\n2025-07-16 16:56:55.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:56:55.094 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] socks forwarding established\n2025-07-16 16:56:55.252 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Process exited with code 0\n2025-07-16 16:56:55.252 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7fa48313-b594-49af-aba8-13f4f9836eb3] socks connection closed\n2025-07-16 16:56:55.252 [info] [command][997bffd6-760a-4ef2-9be3-a97937dd580a] Socket close event received\n2025-07-16 16:56:55.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53364 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:57:55.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:57:55.257 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""297b1098-fc4f-4c4c-851d-093a50842757""}\n2025-07-16 16:57:55.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] received connection request\n2025-07-16 16:57:55.258 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:57:55.284 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] socks forwarding established\n2025-07-16 16:57:55.325 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Process exited with code 0\n2025-07-16 16:57:55.325 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2208ce16-b007-4819-9096-f96805525ee5] socks connection closed\n2025-07-16 16:57:55.325 [info] [command][297b1098-fc4f-4c4c-851d-093a50842757] Socket close event received\n2025-07-16 16:57:55.350 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53460 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:58:55.330 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:58:55.331 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cfa33280-730e-4356-843d-ba2085fb588c""}\n2025-07-16 16:58:55.332 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] received connection request\n2025-07-16 16:58:55.332 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:58:55.415 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] socks forwarding established\n2025-07-16 16:58:55.564 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Process exited with code 0\n2025-07-16 16:58:55.564 [info] [command][cfa33280-730e-4356-843d-ba2085fb588c] Socket close event received\n2025-07-16 16:58:55.588 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53523 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 16:58:55.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][50c095f4-1bcc-47b5-962f-ff9bb10bc255] socks connection closed\n2025-07-16 16:59:55.569 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 16:59:55.572 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""964c9510-94f9-484b-92a0-da3f98ba08f3""}\n2025-07-16 16:59:55.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] received connection request\n2025-07-16 16:59:55.574 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 16:59:55.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] socks forwarding established\n2025-07-16 16:59:55.659 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Process exited with code 0\n2025-07-16 16:59:55.659 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96fdc099-1ef8-4659-b38e-7c2366d45add] socks connection closed\n2025-07-16 16:59:55.659 [info] [command][964c9510-94f9-484b-92a0-da3f98ba08f3] Socket close event received\n2025-07-16 16:59:55.685 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53597 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:00:55.665 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:00:55.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] received connection request\n2025-07-16 17:00:55.669 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad5f86a6-4e50-4d69-8e64-005fa53a8f18""}\n2025-07-16 17:00:55.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:00:55.708 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] socks forwarding established\n2025-07-16 17:00:55.740 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Process exited with code 0\n2025-07-16 17:00:55.741 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b3003370-fe7e-48fb-aa50-224e1f217cf9] socks connection closed\n2025-07-16 17:00:55.741 [info] [command][ad5f86a6-4e50-4d69-8e64-005fa53a8f18] Socket close event received\n2025-07-16 17:00:55.828 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:01:55.743 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:01:55.744 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6ce8495d-4cfa-4ba2-9975-f4446ad0a702""}\n2025-07-16 17:01:55.744 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] received connection request\n2025-07-16 17:01:55.744 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:01:55.880 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] socks forwarding established\n2025-07-16 17:01:56.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b39069c-da8a-43ba-abdc-1ca211020b50] socks connection closed\n2025-07-16 17:01:56.038 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Process exited with code 0\n2025-07-16 17:01:56.038 [info] [command][6ce8495d-4cfa-4ba2-9975-f4446ad0a702] Socket close event received\n2025-07-16 17:01:56.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53744 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:02:56.044 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:02:56.045 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9d931048-9550-4288-a87f-c19709414b30""}\n2025-07-16 17:02:56.046 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] received connection request\n2025-07-16 17:02:56.046 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:02:56.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] socks forwarding established\n2025-07-16 17:02:56.283 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Process exited with code 0\n2025-07-16 17:02:56.283 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cd11dac6-55a3-4bd5-b93f-2b058b944c55] socks connection closed\n2025-07-16 17:02:56.284 [info] [command][9d931048-9550-4288-a87f-c19709414b30] Socket close event received\n2025-07-16 17:02:56.307 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53830 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:03:56.289 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:03:56.291 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""47b50ee3-82f8-4c0b-aa87-781c4899535f""}\n2025-07-16 17:03:56.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] received connection request\n2025-07-16 17:03:56.292 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:03:56.326 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] socks forwarding established\n2025-07-16 17:03:56.353 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Process exited with code 0\n2025-07-16 17:03:56.353 [info] [command][47b50ee3-82f8-4c0b-aa87-781c4899535f] Socket close event received\n2025-07-16 17:03:56.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e2bbaed4-8076-4684-8cd0-add3fec8750a] socks connection closed\n2025-07-16 17:03:56.378 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53856 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:04:56.359 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:04:56.360 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e53cd641-0d95-40c3-bf30-395c4fd12c93""}\n2025-07-16 17:04:56.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] received connection request\n2025-07-16 17:04:56.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:04:56.411 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] socks forwarding established\n2025-07-16 17:04:56.486 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Process exited with code 0\n2025-07-16 17:04:56.486 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c4af8b7-3478-4dee-ac70-95fe00238e90] socks connection closed\n2025-07-16 17:04:56.486 [info] [command][e53cd641-0d95-40c3-bf30-395c4fd12c93] Socket close event received\n2025-07-16 17:04:56.511 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53923 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:05:56.487 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:05:56.489 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1d290ce3-134f-4680-b0f9-cd92a382dc6b""}\n2025-07-16 17:05:56.489 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] received connection request\n2025-07-16 17:05:56.490 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:05:56.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] socks forwarding established\n2025-07-16 17:05:56.542 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Process exited with code 0\n2025-07-16 17:05:56.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2e27140-128e-4b90-a2d8-2d43f6a6973d] socks connection closed\n2025-07-16 17:05:56.542 [info] [command][1d290ce3-134f-4680-b0f9-cd92a382dc6b] Socket close event received\n2025-07-16 17:05:56.574 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 53975 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:06:56.548 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:06:56.551 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d915bc7d-4b62-4b8c-9b68-4994d467b9f4""}\n2025-07-16 17:06:56.552 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] received connection request\n2025-07-16 17:06:56.552 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:06:56.582 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] socks forwarding established\n2025-07-16 17:06:56.665 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Process exited with code 0\n2025-07-16 17:06:56.665 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d0ee58b8-5173-4f56-8f4c-3a7c4773eb8f] socks connection closed\n2025-07-16 17:06:56.665 [info] [command][d915bc7d-4b62-4b8c-9b68-4994d467b9f4] Socket close event received\n2025-07-16 17:06:56.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54013 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:07:56.670 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:07:56.673 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602""}\n2025-07-16 17:07:56.673 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] received connection request\n2025-07-16 17:07:56.674 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:07:56.698 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] socks forwarding established\n2025-07-16 17:07:56.724 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Process exited with code 0\n2025-07-16 17:07:56.724 [info] [command][3e2dcc5f-f008-4fe0-8f9a-2e61b17dc602] Socket close event received\n2025-07-16 17:07:56.725 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][01d57781-9fb1-4fc1-b135-8190b912cde3] socks connection closed\n2025-07-16 17:07:56.748 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54052 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:08:56.730 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:08:56.732 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""205ef38d-31c4-4a7f-aad2-b4acd0b19425""}\n2025-07-16 17:08:56.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] received connection request\n2025-07-16 17:08:56.734 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:08:56.759 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] socks forwarding established\n2025-07-16 17:08:56.786 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Process exited with code 0\n2025-07-16 17:08:56.786 [info] [command][205ef38d-31c4-4a7f-aad2-b4acd0b19425] Socket close event received\n2025-07-16 17:08:56.787 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][aa4ca2a0-91d4-4051-b65f-b98bf4fbb7e5] socks connection closed\n2025-07-16 17:08:56.813 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54082 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:09:56.792 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:09:56.794 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d6f50049-8488-463d-b573-6e6519f796bb""}\n2025-07-16 17:09:56.795 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] received connection request\n2025-07-16 17:09:56.795 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:09:56.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] socks forwarding established\n2025-07-16 17:09:56.853 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Process exited with code 0\n2025-07-16 17:09:56.854 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0006f138-402b-4bb9-9c94-b1613ae3f3cb] socks connection closed\n2025-07-16 17:09:56.854 [info] [command][d6f50049-8488-463d-b573-6e6519f796bb] Socket close event received\n2025-07-16 17:09:56.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54122 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:10:56.856 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:10:56.858 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756""}\n2025-07-16 17:10:56.859 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] received connection request\n2025-07-16 17:10:56.859 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:10:56.883 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] socks forwarding established\n2025-07-16 17:10:57.025 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Process exited with code 0\n2025-07-16 17:10:57.025 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][104f7de0-1d47-43c5-a768-cae6ee2cd60a] socks connection closed\n2025-07-16 17:10:57.025 [info] [command][6ffc8bc9-823a-4855-b1b2-f5b7ad1a3756] Socket close event received\n2025-07-16 17:10:57.049 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54156 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:11:57.026 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:11:57.029 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9cb54f11-6c09-4931-a5b8-8eb9e7a18602""}\n2025-07-16 17:11:57.029 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] received connection request\n2025-07-16 17:11:57.030 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:11:57.083 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] socks forwarding established\n2025-07-16 17:11:57.257 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Process exited with code 0\n2025-07-16 17:11:57.257 [info] [command][9cb54f11-6c09-4931-a5b8-8eb9e7a18602] Socket close event received\n2025-07-16 17:11:57.258 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][eee72e79-d67b-4d6c-b5dd-ac5703274b4b] socks connection closed\n2025-07-16 17:11:57.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54195 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:12:57.262 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:12:57.265 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b3d32834-2942-4677-8962-43405446dab6""}\n2025-07-16 17:12:57.265 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] received connection request\n2025-07-16 17:12:57.266 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:12:57.373 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] socks forwarding established\n2025-07-16 17:12:57.402 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5fc4c360-9bc9-4f6a-8425-92356f9f5ff1] socks connection closed\n2025-07-16 17:12:57.402 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Process exited with code 0\n2025-07-16 17:12:57.403 [info] [command][b3d32834-2942-4677-8962-43405446dab6] Socket close event received\n2025-07-16 17:12:57.426 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54245 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:13:57.407 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:13:57.409 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8625194-ca95-4578-b83f-cb33dd1ad7d0""}\n2025-07-16 17:13:57.410 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] received connection request\n2025-07-16 17:13:57.410 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:13:57.437 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] socks forwarding established\n2025-07-16 17:13:57.595 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Process exited with code 0\n2025-07-16 17:13:57.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5f033554-fcb6-41d4-a2c7-c2e063a5e808] socks connection closed\n2025-07-16 17:13:57.596 [info] [command][d8625194-ca95-4578-b83f-cb33dd1ad7d0] Socket close event received\n2025-07-16 17:13:57.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54271 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:14:57.600 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:14:57.602 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9e715260-a8a9-4d85-9bd4-e81109c4bb47""}\n2025-07-16 17:14:57.603 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] received connection request\n2025-07-16 17:14:57.603 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:14:57.633 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] socks forwarding established\n2025-07-16 17:14:57.659 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Process exited with code 0\n2025-07-16 17:14:57.659 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5df0a80c-e662-4552-899b-d47f9f291740] socks connection closed\n2025-07-16 17:14:57.659 [info] [command][9e715260-a8a9-4d85-9bd4-e81109c4bb47] Socket close event received\n2025-07-16 17:14:57.683 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54316 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:15:57.663 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:15:57.665 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b15ab25a-1a9c-4d85-88cb-458fdc4330f0""}\n2025-07-16 17:15:57.665 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] received connection request\n2025-07-16 17:15:57.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:15:57.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] socks forwarding established\n2025-07-16 17:15:57.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][342a4ae0-9d5e-46d2-9155-92da7108cd65] socks connection closed\n2025-07-16 17:15:57.733 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Process exited with code 0\n2025-07-16 17:15:57.733 [info] [command][b15ab25a-1a9c-4d85-88cb-458fdc4330f0] Socket close event received\n2025-07-16 17:15:57.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:16:57.735 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:16:57.737 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d8c92783-8c9c-4205-a94b-0381a8680b63""}\n2025-07-16 17:16:57.738 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] received connection request\n2025-07-16 17:16:57.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:16:57.765 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] socks forwarding established\n2025-07-16 17:16:57.923 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Process exited with code 0\n2025-07-16 17:16:57.923 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][149c1045-8279-4820-b8ef-e7f3621afe7c] socks connection closed\n2025-07-16 17:16:57.923 [info] [command][d8c92783-8c9c-4205-a94b-0381a8680b63] Socket close event received\n2025-07-16 17:16:57.946 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54382 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:17:57.927 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:17:57.929 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1c8c1615-5e3b-4471-99b8-c09952575c2f""}\n2025-07-16 17:17:57.930 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] received connection request\n2025-07-16 17:17:57.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:17:57.996 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] socks forwarding established\n2025-07-16 17:17:58.156 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Process exited with code 0\n2025-07-16 17:17:58.156 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6fea7d65-cdba-4430-970f-6711874471cf] socks connection closed\n2025-07-16 17:17:58.157 [info] [command][1c8c1615-5e3b-4471-99b8-c09952575c2f] Socket close event received\n2025-07-16 17:17:58.181 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54428 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:18:58.161 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:18:58.164 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""82a5a51d-dbd9-4b1e-8986-503c502b080e""}\n2025-07-16 17:18:58.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] received connection request\n2025-07-16 17:18:58.165 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:18:58.277 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] socks forwarding established\n2025-07-16 17:18:58.304 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Process exited with code 0\n2025-07-16 17:18:58.305 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f69447c5-fa44-4607-aa9b-7b3729444a70] socks connection closed\n2025-07-16 17:18:58.305 [info] [command][82a5a51d-dbd9-4b1e-8986-503c502b080e] Socket close event received\n2025-07-16 17:18:58.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54451 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:19:58.308 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:19:58.310 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] received connection request\n2025-07-16 17:19:58.310 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""924c97c4-791b-41a3-b5e4-15a2bbadad5f""}\n2025-07-16 17:19:58.310 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:19:58.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] socks forwarding established\n2025-07-16 17:19:58.586 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Process exited with code 0\n2025-07-16 17:19:58.587 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fadc6253-dcbe-4504-a1cb-066545be415f] socks connection closed\n2025-07-16 17:19:58.587 [info] [command][924c97c4-791b-41a3-b5e4-15a2bbadad5f] Socket close event received\n2025-07-16 17:19:58.703 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54488 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:20:58.590 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:20:58.591 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] received connection request\n2025-07-16 17:20:58.592 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""94c09aac-1783-4c40-83b8-87f8e5681efe""}\n2025-07-16 17:20:58.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:20:58.656 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] socks forwarding established\n2025-07-16 17:20:58.764 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Process exited with code 0\n2025-07-16 17:20:58.764 [info] [command][94c09aac-1783-4c40-83b8-87f8e5681efe] Socket close event received\n2025-07-16 17:20:58.764 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][402d6f92-d7ca-4901-aa14-18e687c02327] socks connection closed\n2025-07-16 17:20:58.865 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54515 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:21:58.767 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:21:58.770 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d5092d3b-1c57-449a-92d4-3ba5149b289e""}\n2025-07-16 17:21:58.771 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] received connection request\n2025-07-16 17:21:58.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:21:58.799 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] socks forwarding established\n2025-07-16 17:21:58.829 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Process exited with code 0\n2025-07-16 17:21:58.830 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b257cf9d-6d88-4f16-867f-dd6ab645ca35] socks connection closed\n2025-07-16 17:21:58.830 [info] [command][d5092d3b-1c57-449a-92d4-3ba5149b289e] Socket close event received\n2025-07-16 17:21:58.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54563 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:22:58.834 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:22:58.835 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6""}\n2025-07-16 17:22:58.836 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] received connection request\n2025-07-16 17:22:58.836 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:22:58.862 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] socks forwarding established\n2025-07-16 17:22:58.887 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Process exited with code 0\n2025-07-16 17:22:58.888 [info] [command][3dcd7538-f615-4a56-8fd5-d58e5b5bb3f6] Socket close event received\n2025-07-16 17:22:58.888 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5e7f81a5-be24-4a76-b5c0-1bb451cf048f] socks connection closed\n2025-07-16 17:22:58.925 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54598 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:23:58.893 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:23:58.895 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9106596-9b29-4aaa-9ed0-947b4635666c""}\n2025-07-16 17:23:58.896 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] received connection request\n2025-07-16 17:23:58.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:23:58.921 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] socks forwarding established\n2025-07-16 17:23:58.948 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Process exited with code 0\n2025-07-16 17:23:58.948 [info] [command][e9106596-9b29-4aaa-9ed0-947b4635666c] Socket close event received\n2025-07-16 17:23:58.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6667c852-4913-40d9-9693-d6c5e8eb277d] socks connection closed\n2025-07-16 17:23:58.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54622 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:24:58.950 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:24:58.951 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""55780904-22b1-4273-8677-fa5a51102d11""}\n2025-07-16 17:24:58.952 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] received connection request\n2025-07-16 17:24:58.952 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:24:58.977 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] socks forwarding established\n2025-07-16 17:24:59.006 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Process exited with code 0\n2025-07-16 17:24:59.006 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e9f459ba-586f-4cd5-b851-5f37a259210a] socks connection closed\n2025-07-16 17:24:59.006 [info] [command][55780904-22b1-4273-8677-fa5a51102d11] Socket close event received\n2025-07-16 17:24:59.030 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54673 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:25:59.011 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:25:59.012 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5db6896b-947a-441a-bfa7-39e2e1001406""}\n2025-07-16 17:25:59.013 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] received connection request\n2025-07-16 17:25:59.013 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:25:59.042 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] socks forwarding established\n2025-07-16 17:25:59.069 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Process exited with code 0\n2025-07-16 17:25:59.069 [info] [command][5db6896b-947a-441a-bfa7-39e2e1001406] Socket close event received\n2025-07-16 17:25:59.083 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][276419f8-8267-496a-9e51-5c0f1d205d25] socks connection closed\n2025-07-16 17:25:59.095 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54735 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:26:59.072 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:26:59.073 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121""}\n2025-07-16 17:26:59.074 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] received connection request\n2025-07-16 17:26:59.074 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:26:59.099 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] socks forwarding established\n2025-07-16 17:26:59.125 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Process exited with code 0\n2025-07-16 17:26:59.125 [info] [command][ab45d2ac-6bb1-4e27-98e1-acaaa6ec3121] Socket close event received\n2025-07-16 17:26:59.125 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5c677088-e116-4dcb-9eb5-df0f05197753] socks connection closed\n2025-07-16 17:26:59.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54804 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:27:59.127 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:27:59.129 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b289b0d3-76b4-43d7-8c07-55e68d923593""}\n2025-07-16 17:27:59.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] received connection request\n2025-07-16 17:27:59.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:27:59.154 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] socks forwarding established\n2025-07-16 17:27:59.182 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Process exited with code 0\n2025-07-16 17:27:59.182 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d4a128fb-2bd8-4248-bd19-fbf9b990a08e] socks connection closed\n2025-07-16 17:27:59.182 [info] [command][b289b0d3-76b4-43d7-8c07-55e68d923593] Socket close event received\n2025-07-16 17:27:59.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:28:59.188 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:28:59.189 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb869105-2ccb-4f2b-9738-6bf45f7d89d7""}\n2025-07-16 17:28:59.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] received connection request\n2025-07-16 17:28:59.189 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:28:59.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] socks forwarding established\n2025-07-16 17:28:59.238 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Process exited with code 0\n2025-07-16 17:28:59.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6f00a359-f86a-4d28-9335-f6114c0daa74] socks connection closed\n2025-07-16 17:28:59.239 [info] [command][eb869105-2ccb-4f2b-9738-6bf45f7d89d7] Socket close event received\n2025-07-16 17:28:59.263 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:29:59.241 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:29:59.243 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8bed8e09-6765-48be-8712-bb1af006a694""}\n2025-07-16 17:29:59.244 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] received connection request\n2025-07-16 17:29:59.244 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:29:59.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] socks forwarding established\n2025-07-16 17:29:59.354 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Process exited with code 0\n2025-07-16 17:29:59.354 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][34b67351-226d-4220-a192-822e2e7440f3] socks connection closed\n2025-07-16 17:29:59.354 [info] [command][8bed8e09-6765-48be-8712-bb1af006a694] Socket close event received\n2025-07-16 17:29:59.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54941 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:30:59.356 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:30:59.358 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""52a9dc7b-a247-4749-adf2-36e1acf3797e""}\n2025-07-16 17:30:59.358 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] received connection request\n2025-07-16 17:30:59.359 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:30:59.382 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] socks forwarding established\n2025-07-16 17:30:59.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dd530a02-1b1f-401c-93e2-141aeefa4139] socks connection closed\n2025-07-16 17:30:59.413 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Process exited with code 0\n2025-07-16 17:30:59.413 [info] [command][52a9dc7b-a247-4749-adf2-36e1acf3797e] Socket close event received\n2025-07-16 17:30:59.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 54979 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:31:59.416 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:31:59.418 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c485cc6b-7841-40da-a510-9538e08b94bb""}\n2025-07-16 17:31:59.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] received connection request\n2025-07-16 17:31:59.419 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:31:59.443 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] socks forwarding established\n2025-07-16 17:31:59.471 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Process exited with code 0\n2025-07-16 17:31:59.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][69d9fb88-422f-43a9-a21a-1436d0453d9e] socks connection closed\n2025-07-16 17:31:59.471 [info] [command][c485cc6b-7841-40da-a510-9538e08b94bb] Socket close event received\n2025-07-16 17:31:59.496 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55045 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:32:59.472 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:32:59.474 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7dc65128-f43d-4fa2-984b-6ac252bf782e""}\n2025-07-16 17:32:59.475 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] received connection request\n2025-07-16 17:32:59.475 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:32:59.500 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] socks forwarding established\n2025-07-16 17:32:59.527 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Process exited with code 0\n2025-07-16 17:32:59.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][246a1781-f740-425f-b633-25eb312849fd] socks connection closed\n2025-07-16 17:32:59.528 [info] [command][7dc65128-f43d-4fa2-984b-6ac252bf782e] Socket close event received\n2025-07-16 17:32:59.551 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55102 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:33:59.532 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:33:59.533 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""aa2e0796-cb42-4cd6-aea1-a044fea05ed8""}\n2025-07-16 17:33:59.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] received connection request\n2025-07-16 17:33:59.535 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:33:59.560 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] socks forwarding established\n2025-07-16 17:33:59.588 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Process exited with code 0\n2025-07-16 17:33:59.588 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][94610996-2231-44ff-bd45-f0dd573066dc] socks connection closed\n2025-07-16 17:33:59.588 [info] [command][aa2e0796-cb42-4cd6-aea1-a044fea05ed8] Socket close event received\n2025-07-16 17:33:59.612 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55130 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:34:59.593 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:34:59.595 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a68b897-86b8-4c06-8f1d-67fc34a662e9""}\n2025-07-16 17:34:59.596 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] received connection request\n2025-07-16 17:34:59.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:34:59.621 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] socks forwarding established\n2025-07-16 17:34:59.647 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Process exited with code 0\n2025-07-16 17:34:59.647 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][40487a3b-a04e-4490-8d28-39b527c56294] socks connection closed\n2025-07-16 17:34:59.647 [info] [command][2a68b897-86b8-4c06-8f1d-67fc34a662e9] Socket close event received\n2025-07-16 17:34:59.671 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55173 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:35:59.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:35:59.651 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f8664e7c-42b1-400d-ad16-a2c72f15625d""}\n2025-07-16 17:35:59.652 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] received connection request\n2025-07-16 17:35:59.652 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:35:59.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] socks forwarding established\n2025-07-16 17:35:59.716 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Process exited with code 0\n2025-07-16 17:35:59.716 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cb7e3b72-a969-4fc2-82b1-d24aa9b48579] socks connection closed\n2025-07-16 17:35:59.717 [info] [command][f8664e7c-42b1-400d-ad16-a2c72f15625d] Socket close event received\n2025-07-16 17:35:59.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55203 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:36:59.720 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:36:59.721 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fd07de6-d8b7-4a51-8bd1-357ce1351ad3""}\n2025-07-16 17:36:59.721 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] received connection request\n2025-07-16 17:36:59.721 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:36:59.745 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] socks forwarding established\n2025-07-16 17:36:59.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][55a91ce7-b68b-4c52-9d30-f6499d0a67ea] socks connection closed\n2025-07-16 17:36:59.794 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Process exited with code 0\n2025-07-16 17:36:59.794 [info] [command][2fd07de6-d8b7-4a51-8bd1-357ce1351ad3] Socket close event received\n2025-07-16 17:36:59.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55258 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:37:59.799 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:37:59.802 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8f89df9c-3aa9-4033-9877-e4f8083b2408""}\n2025-07-16 17:37:59.802 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] received connection request\n2025-07-16 17:37:59.803 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:37:59.851 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] socks forwarding established\n2025-07-16 17:37:59.877 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Process exited with code 0\n2025-07-16 17:37:59.878 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1d0bc87e-434b-425f-a4d4-819cdbdfc6c4] socks connection closed\n2025-07-16 17:37:59.878 [info] [command][8f89df9c-3aa9-4033-9877-e4f8083b2408] Socket close event received\n2025-07-16 17:37:59.901 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55302 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:38:59.880 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:38:59.883 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7c3cfd4f-4366-47f0-999d-3e6ef22be9c3""}\n2025-07-16 17:38:59.883 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] received connection request\n2025-07-16 17:38:59.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:38:59.908 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] socks forwarding established\n2025-07-16 17:38:59.959 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Process exited with code 0\n2025-07-16 17:38:59.959 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bbefe09-bdab-4402-bfca-c6c45c2dfa76] socks connection closed\n2025-07-16 17:38:59.960 [info] [command][7c3cfd4f-4366-47f0-999d-3e6ef22be9c3] Socket close event received\n2025-07-16 17:38:59.984 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55340 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:39:59.965 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:39:59.967 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ac2d4b05-77d4-4571-b576-8efee7efab29""}\n2025-07-16 17:39:59.967 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] received connection request\n2025-07-16 17:39:59.968 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:39:59.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] socks forwarding established\n2025-07-16 17:40:00.039 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Process exited with code 0\n2025-07-16 17:40:00.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][df1817bf-ebc9-4322-a8b9-094b04f89d94] socks connection closed\n2025-07-16 17:40:00.039 [info] [command][ac2d4b05-77d4-4571-b576-8efee7efab29] Socket close event received\n2025-07-16 17:40:00.062 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55401 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:41:00.045 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:41:00.046 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""391a5c25-5ef8-4874-867c-365d53f20cae""}\n2025-07-16 17:41:00.046 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] received connection request\n2025-07-16 17:41:00.047 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:41:00.071 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] socks forwarding established\n2025-07-16 17:41:00.096 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Process exited with code 0\n2025-07-16 17:41:00.097 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][238b6a0b-d2d9-4621-9bff-fd5df5d8a6a6] socks connection closed\n2025-07-16 17:41:00.097 [info] [command][391a5c25-5ef8-4874-867c-365d53f20cae] Socket close event received\n2025-07-16 17:41:00.122 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55426 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:42:00.100 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:42:00.102 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1c59febb-cd79-4f1f-9a93-be8d2276812e""}\n2025-07-16 17:42:00.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] received connection request\n2025-07-16 17:42:00.103 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:42:00.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] socks forwarding established\n2025-07-16 17:42:00.175 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Process exited with code 0\n2025-07-16 17:42:00.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a3b695be-c2d2-4410-8a0a-e1b0f7ae27bf] socks connection closed\n2025-07-16 17:42:00.176 [info] [command][1c59febb-cd79-4f1f-9a93-be8d2276812e] Socket close event received\n2025-07-16 17:42:00.199 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55465 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:43:00.179 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:43:00.182 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c""}\n2025-07-16 17:43:00.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] received connection request\n2025-07-16 17:43:00.185 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:43:00.281 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] socks forwarding established\n2025-07-16 17:43:00.310 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Process exited with code 0\n2025-07-16 17:43:00.311 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][996a49b1-e514-44f9-b480-3f22f92c9cfa] socks connection closed\n2025-07-16 17:43:00.312 [info] [command][3c4cf87e-b9f2-45dc-a81a-3ae99f5f756c] Socket close event received\n2025-07-16 17:43:00.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55505 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:44:00.316 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:44:00.317 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88ae8cdc-b48d-4987-a121-e373898b8b67""}\n2025-07-16 17:44:00.317 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] received connection request\n2025-07-16 17:44:00.317 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:44:00.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] socks forwarding established\n2025-07-16 17:44:00.416 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Process exited with code 0\n2025-07-16 17:44:00.416 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c23f0b3b-fd91-4bd1-95d5-f07071350f67] socks connection closed\n2025-07-16 17:44:00.416 [info] [command][88ae8cdc-b48d-4987-a121-e373898b8b67] Socket close event received\n2025-07-16 17:44:00.438 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55547 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:45:00.422 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:45:00.424 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b""}\n2025-07-16 17:45:00.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] received connection request\n2025-07-16 17:45:00.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:45:00.467 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] socks forwarding established\n2025-07-16 17:45:00.494 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Process exited with code 0\n2025-07-16 17:45:00.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3c2a9e61-592a-44fd-97e0-3755c1d41521] socks connection closed\n2025-07-16 17:45:00.494 [info] [command][a4959a7d-e2b9-4621-b94c-8c8e46f5cb9b] Socket close event received\n2025-07-16 17:45:00.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55597 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:46:00.500 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:46:00.501 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""914c9265-d1d3-4342-93fe-c248957347d4""}\n2025-07-16 17:46:00.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] received connection request\n2025-07-16 17:46:00.502 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:46:00.528 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] socks forwarding established\n2025-07-16 17:46:00.578 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Process exited with code 0\n2025-07-16 17:46:00.578 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96a70a04-f5d7-4e67-aabe-e3c561f1f246] socks connection closed\n2025-07-16 17:46:00.579 [info] [command][914c9265-d1d3-4342-93fe-c248957347d4] Socket close event received\n2025-07-16 17:46:00.604 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55628 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:47:00.584 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:47:00.586 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c1e38575-3b6b-4ecd-a67f-f4a07aaa139b""}\n2025-07-16 17:47:00.587 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] received connection request\n2025-07-16 17:47:00.588 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:47:00.613 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] socks forwarding established\n2025-07-16 17:47:00.640 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Process exited with code 0\n2025-07-16 17:47:00.640 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cfff69df-c67f-4165-9e19-e930e05f174f] socks connection closed\n2025-07-16 17:47:00.641 [info] [command][c1e38575-3b6b-4ecd-a67f-f4a07aaa139b] Socket close event received\n2025-07-16 17:47:00.663 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55671 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:48:00.645 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:48:00.646 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb2cdff4-a037-448a-8324-29fcc499b3aa""}\n2025-07-16 17:48:00.647 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] received connection request\n2025-07-16 17:48:00.648 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:48:00.672 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] socks forwarding established\n2025-07-16 17:48:00.698 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Process exited with code 0\n2025-07-16 17:48:00.698 [info] [command][eb2cdff4-a037-448a-8324-29fcc499b3aa] Socket close event received\n2025-07-16 17:48:00.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][356b0dd8-3a74-442d-9952-41a83cd352f3] socks connection closed\n2025-07-16 17:48:00.723 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55713 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:49:00.704 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:49:00.705 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3bce143c-bb77-4f9e-a912-3ceefae06896""}\n2025-07-16 17:49:00.705 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] received connection request\n2025-07-16 17:49:00.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:49:00.706 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:49:00.729 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] socks forwarding established\n2025-07-16 17:49:00.757 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Process exited with code 0\n2025-07-16 17:49:00.757 [info] [command][3bce143c-bb77-4f9e-a912-3ceefae06896] Socket close event received\n2025-07-16 17:49:00.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55739 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:49:00.780 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2a17d9a5-ec88-49d4-9c19-5ff3c9ed25ac] socks connection closed\n2025-07-16 17:50:00.758 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:50:00.759 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6665650e-601e-41cc-9981-85a47fa23486""}\n2025-07-16 17:50:00.760 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] received connection request\n2025-07-16 17:50:00.760 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:50:00.760 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:50:00.785 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] socks forwarding established\n2025-07-16 17:50:00.833 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Process exited with code 0\n2025-07-16 17:50:00.833 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c51bd02e-f652-4f26-bcd7-f878e59afa39] socks connection closed\n2025-07-16 17:50:00.833 [info] [command][6665650e-601e-41cc-9981-85a47fa23486] Socket close event received\n2025-07-16 17:50:00.857 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55783 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:51:00.838 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:51:00.840 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d379ceea-6702-4ade-8e98-8e9e7b5dff33""}\n2025-07-16 17:51:00.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] received connection request\n2025-07-16 17:51:00.842 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:51:00.869 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] socks forwarding established\n2025-07-16 17:51:00.918 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Process exited with code 0\n2025-07-16 17:51:00.918 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][7ccf8ced-dd0a-4e63-9be1-098856c793f1] socks connection closed\n2025-07-16 17:51:00.919 [info] [command][d379ceea-6702-4ade-8e98-8e9e7b5dff33] Socket close event received\n2025-07-16 17:51:00.943 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55812 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:52:00.921 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:52:00.922 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""68b1e2f5-7b04-42f4-9434-9735c229f42e""}\n2025-07-16 17:52:00.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] received connection request\n2025-07-16 17:52:00.923 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:52:00.947 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] socks forwarding established\n2025-07-16 17:52:00.995 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Process exited with code 0\n2025-07-16 17:52:00.995 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9585a937-16cf-4b15-82b0-2808c68cdc2e] socks connection closed\n2025-07-16 17:52:00.996 [info] [command][68b1e2f5-7b04-42f4-9434-9735c229f42e] Socket close event received\n2025-07-16 17:52:01.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55855 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:53:01.001 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:53:01.003 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51716921-f06e-4fed-9894-0228a3e05928""}\n2025-07-16 17:53:01.004 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] received connection request\n2025-07-16 17:53:01.004 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:53:01.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] socks forwarding established\n2025-07-16 17:53:01.196 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Process exited with code 0\n2025-07-16 17:53:01.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b744b71-cbe7-4382-85e6-b522f4b5c1fc] socks connection closed\n2025-07-16 17:53:01.197 [info] [command][51716921-f06e-4fed-9894-0228a3e05928] Socket close event received\n2025-07-16 17:53:01.220 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55920 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:54:01.211 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:54:01.213 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] received connection request\n2025-07-16 17:54:01.213 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5724c853-d459-4c42-a018-aa3d772c745a""}\n2025-07-16 17:54:01.213 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:54:01.251 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] socks forwarding established\n2025-07-16 17:54:01.285 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Process exited with code 0\n2025-07-16 17:54:01.285 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0bf4b653-be30-4670-a12a-3e5347975e7b] socks connection closed\n2025-07-16 17:54:01.285 [info] [command][5724c853-d459-4c42-a018-aa3d772c745a] Socket close event received\n2025-07-16 17:54:01.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:55:01.287 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:55:01.290 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""04db1326-a442-4b12-adfe-01c3dab3e9dc""}\n2025-07-16 17:55:01.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] received connection request\n2025-07-16 17:55:01.291 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:55:01.434 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] socks forwarding established\n2025-07-16 17:55:01.463 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Process exited with code 0\n2025-07-16 17:55:01.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][769dffad-1b48-41f5-8230-477fcbb5376e] socks connection closed\n2025-07-16 17:55:01.463 [info] [command][04db1326-a442-4b12-adfe-01c3dab3e9dc] Socket close event received\n2025-07-16 17:55:01.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 55998 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:56:01.469 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:56:01.472 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad5e654e-9269-4bc2-88dc-9fb84d586e4c""}\n2025-07-16 17:56:01.473 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] received connection request\n2025-07-16 17:56:01.473 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:56:01.499 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] socks forwarding established\n2025-07-16 17:56:01.659 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Process exited with code 0\n2025-07-16 17:56:01.659 [info] [command][ad5e654e-9269-4bc2-88dc-9fb84d586e4c] Socket close event received\n2025-07-16 17:56:01.660 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][adc9a3d6-2384-4c29-9a93-66e53e8ab111] socks connection closed\n2025-07-16 17:56:01.814 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56030 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:57:01.665 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:57:01.666 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a345a99a-67de-4bbd-8df3-b152b847d792""}\n2025-07-16 17:57:01.667 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] received connection request\n2025-07-16 17:57:01.668 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:57:01.709 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] socks forwarding established\n2025-07-16 17:57:01.870 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Process exited with code 0\n2025-07-16 17:57:01.870 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][899bf684-3c96-456c-b832-e3d0f3717bff] socks connection closed\n2025-07-16 17:57:01.871 [info] [command][a345a99a-67de-4bbd-8df3-b152b847d792] Socket close event received\n2025-07-16 17:57:01.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56068 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:58:01.876 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:58:01.877 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a22f99bd-3061-44fe-9b59-4c5ab3526c82""}\n2025-07-16 17:58:01.877 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] received connection request\n2025-07-16 17:58:01.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 17:58:01.878 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:58:01.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] socks forwarding established\n2025-07-16 17:58:02.025 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Process exited with code 0\n2025-07-16 17:58:02.026 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31c3aba8-97f1-452c-8492-a08ef226066c] socks connection closed\n2025-07-16 17:58:02.026 [info] [command][a22f99bd-3061-44fe-9b59-4c5ab3526c82] Socket close event received\n2025-07-16 17:58:02.051 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56116 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 17:59:02.031 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 17:59:02.033 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d7d50712-ecdb-47db-b861-827812ca23fb""}\n2025-07-16 17:59:02.034 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] received connection request\n2025-07-16 17:59:02.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 17:59:02.061 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] socks forwarding established\n2025-07-16 17:59:02.087 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Process exited with code 0\n2025-07-16 17:59:02.088 [info] [command][d7d50712-ecdb-47db-b861-827812ca23fb] Socket close event received\n2025-07-16 17:59:02.088 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6591a2d-51af-4dfb-9366-538b877e5cbf] socks connection closed\n2025-07-16 17:59:02.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56148 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:00:02.092 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:00:02.094 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4953be61-156c-419b-a949-d0736a258fb0""}\n2025-07-16 18:00:02.095 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] received connection request\n2025-07-16 18:00:02.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:00:02.143 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] socks forwarding established\n2025-07-16 18:00:02.303 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Process exited with code 0\n2025-07-16 18:00:02.304 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f9d88927-8c64-4512-9f6d-1c7f4aabc2fe] socks connection closed\n2025-07-16 18:00:02.304 [info] [command][4953be61-156c-419b-a949-d0736a258fb0] Socket close event received\n2025-07-16 18:00:02.326 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56198 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:01:02.309 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:01:02.311 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec77c1da-7a15-4a2d-bd26-cd70c2a0a754""}\n2025-07-16 18:01:02.312 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] received connection request\n2025-07-16 18:01:02.312 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:01:02.337 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] socks forwarding established\n2025-07-16 18:01:02.366 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Process exited with code 0\n2025-07-16 18:01:02.366 [info] [command][ec77c1da-7a15-4a2d-bd26-cd70c2a0a754] Socket close event received\n2025-07-16 18:01:02.366 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][037381ab-d408-42b2-9eef-7c2f452ba361] socks connection closed\n2025-07-16 18:01:02.389 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56254 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:02:02.369 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:02:02.371 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""605b6d04-bb87-4c4d-a3d6-9e3843234c47""}\n2025-07-16 18:02:02.371 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] received connection request\n2025-07-16 18:02:02.371 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:02:02.371 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:02:02.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] socks forwarding established\n2025-07-16 18:02:02.423 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Process exited with code 0\n2025-07-16 18:02:02.423 [info] [command][605b6d04-bb87-4c4d-a3d6-9e3843234c47] Socket close event received\n2025-07-16 18:02:02.423 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86f6c321-d1a8-4b35-a894-4aa6c6a057d7] socks connection closed\n2025-07-16 18:02:02.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:03:02.424 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:03:02.427 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2f305572-87eb-4f80-a4f4-74b3d89114a7""}\n2025-07-16 18:03:02.427 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] received connection request\n2025-07-16 18:03:02.428 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:03:02.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] socks forwarding established\n2025-07-16 18:03:02.588 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Process exited with code 0\n2025-07-16 18:03:02.589 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][295792a8-71d5-4949-ae48-19b796d35d25] socks connection closed\n2025-07-16 18:03:02.589 [info] [command][2f305572-87eb-4f80-a4f4-74b3d89114a7] Socket close event received\n2025-07-16 18:03:02.615 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56397 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:04:02.589 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:04:02.591 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""af46dfb0-4292-4c2f-bbff-d38233abe64b""}\n2025-07-16 18:04:02.592 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] received connection request\n2025-07-16 18:04:02.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:04:02.618 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] socks forwarding established\n2025-07-16 18:04:02.645 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Process exited with code 0\n2025-07-16 18:04:02.646 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04c0ef83-4b72-4dac-b5b4-9c3e8ab8aed4] socks connection closed\n2025-07-16 18:04:02.646 [info] [command][af46dfb0-4292-4c2f-bbff-d38233abe64b] Socket close event received\n2025-07-16 18:04:02.668 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56427 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:05:02.648 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:05:02.650 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8d170b7d-92f8-4c90-a978-d32c486d5852""}\n2025-07-16 18:05:02.650 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] received connection request\n2025-07-16 18:05:02.651 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:05:02.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] socks forwarding established\n2025-07-16 18:05:02.707 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Process exited with code 0\n2025-07-16 18:05:02.707 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e3b54e49-5a8d-4b76-a122-0cf1debc8d0e] socks connection closed\n2025-07-16 18:05:02.707 [info] [command][8d170b7d-92f8-4c90-a978-d32c486d5852] Socket close event received\n2025-07-16 18:05:02.732 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56474 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:06:02.711 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:06:02.713 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0218de3e-ca49-4a48-bdad-605cf766876d""}\n2025-07-16 18:06:02.713 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] received connection request\n2025-07-16 18:06:02.714 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:06:02.742 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] socks forwarding established\n2025-07-16 18:06:02.775 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Process exited with code 0\n2025-07-16 18:06:02.775 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a5db0a32-3d6f-4f90-873f-a0ae022dd8e2] socks connection closed\n2025-07-16 18:06:02.775 [info] [command][0218de3e-ca49-4a48-bdad-605cf766876d] Socket close event received\n2025-07-16 18:06:02.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56501 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:07:02.780 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:07:02.783 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7bf7b272-84d3-4008-996d-5f02df4e680e""}\n2025-07-16 18:07:02.784 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] received connection request\n2025-07-16 18:07:02.784 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:07:02.813 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] socks forwarding established\n2025-07-16 18:07:02.840 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Process exited with code 0\n2025-07-16 18:07:02.841 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][777c1c8b-6d06-47fe-9dc5-e2e9b186e819] socks connection closed\n2025-07-16 18:07:02.841 [info] [command][7bf7b272-84d3-4008-996d-5f02df4e680e] Socket close event received\n2025-07-16 18:07:02.863 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56543 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:08:02.845 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:08:02.845 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a9f87c3d-1baf-4ea3-9108-acc316f11c06""}\n2025-07-16 18:08:02.846 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] received connection request\n2025-07-16 18:08:02.846 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:08:02.871 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] socks forwarding established\n2025-07-16 18:08:02.900 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Process exited with code 0\n2025-07-16 18:08:02.901 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c95ea1c-55bf-47b0-81dc-5f85041e3739] socks connection closed\n2025-07-16 18:08:02.901 [info] [command][a9f87c3d-1baf-4ea3-9108-acc316f11c06] Socket close event received\n2025-07-16 18:08:02.925 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56584 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:09:02.902 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:09:02.904 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10e016bd-e5ee-4d3a-9e97-4068bbd95c80""}\n2025-07-16 18:09:02.905 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] received connection request\n2025-07-16 18:09:02.906 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:09:05.603 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] socks forwarding established\n2025-07-16 18:09:05.662 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Process exited with code 0\n2025-07-16 18:09:05.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][37913b0b-97c7-4c85-90fa-5b6f47bc2d3d] socks connection closed\n2025-07-16 18:09:05.663 [info] [command][10e016bd-e5ee-4d3a-9e97-4068bbd95c80] Socket close event received\n2025-07-16 18:09:05.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56619 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:10:05.668 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:10:05.669 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c88ecf13-2f4c-49db-a22d-daba723d35b3""}\n2025-07-16 18:10:05.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] received connection request\n2025-07-16 18:10:05.669 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:10:06.075 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] socks forwarding established\n2025-07-16 18:10:06.129 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Process exited with code 0\n2025-07-16 18:10:06.129 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][96511d53-3059-498a-b8a2-26881f2cc06e] socks connection closed\n2025-07-16 18:10:06.129 [info] [command][c88ecf13-2f4c-49db-a22d-daba723d35b3] Socket close event received\n2025-07-16 18:10:06.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56675 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:11:06.132 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:11:06.134 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""1b28b273-31d5-4b95-a05e-1da61ef63ff7""}\n2025-07-16 18:11:06.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] received connection request\n2025-07-16 18:11:06.135 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:11:06.161 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] socks forwarding established\n2025-07-16 18:11:06.189 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Process exited with code 0\n2025-07-16 18:11:06.189 [info] [command][1b28b273-31d5-4b95-a05e-1da61ef63ff7] Socket close event received\n2025-07-16 18:11:06.212 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d8e58008-f676-472e-80f1-eeb7f9b4dfa2] socks connection closed\n2025-07-16 18:11:06.213 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56699 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:12:06.194 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:12:06.196 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51abe081-4f28-4019-8729-0ff7b3764735""}\n2025-07-16 18:12:06.196 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] received connection request\n2025-07-16 18:12:06.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:12:06.222 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] socks forwarding established\n2025-07-16 18:12:06.251 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Process exited with code 0\n2025-07-16 18:12:06.251 [info] [command][51abe081-4f28-4019-8729-0ff7b3764735] Socket close event received\n2025-07-16 18:12:06.273 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c8c303d6-2dca-4cdf-9e7c-dfd9465d2255] socks connection closed\n2025-07-16 18:12:06.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56749 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:13:06.256 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:13:06.259 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""51db9fd9-0d06-4e02-a4c7-ee128dfca8c4""}\n2025-07-16 18:13:06.260 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] received connection request\n2025-07-16 18:13:06.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:13:06.290 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] socks forwarding established\n2025-07-16 18:13:06.324 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Process exited with code 0\n2025-07-16 18:13:06.325 [info] [command][51db9fd9-0d06-4e02-a4c7-ee128dfca8c4] Socket close event received\n2025-07-16 18:13:06.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a376e225-46fe-4b83-8fbd-f873c16d518e] socks connection closed\n2025-07-16 18:13:06.349 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56786 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:14:06.329 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:14:06.331 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ceb1b83-52b9-438f-baee-be4a39cd36b9""}\n2025-07-16 18:14:06.331 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] received connection request\n2025-07-16 18:14:06.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:14:06.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] socks forwarding established\n2025-07-16 18:14:06.383 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Process exited with code 0\n2025-07-16 18:14:06.383 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][178ccfc3-dc89-407a-8c04-06faaf08f2cd] socks connection closed\n2025-07-16 18:14:06.383 [info] [command][5ceb1b83-52b9-438f-baee-be4a39cd36b9] Socket close event received\n2025-07-16 18:14:06.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56811 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:15:06.389 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:15:06.391 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa""}\n2025-07-16 18:15:06.391 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] received connection request\n2025-07-16 18:15:06.391 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:15:06.416 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] socks forwarding established\n2025-07-16 18:15:06.441 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Process exited with code 0\n2025-07-16 18:15:06.441 [info] [command][9fa8431a-bd46-4c61-9dbe-ed5bdbc204fa] Socket close event received\n2025-07-16 18:15:06.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bfba70d3-6858-4d52-b031-70bada922d51] socks connection closed\n2025-07-16 18:15:06.465 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56868 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:16:06.445 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:16:06.448 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""920f779d-4dd8-4039-aff2-6c699a2014c4""}\n2025-07-16 18:16:06.449 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] received connection request\n2025-07-16 18:16:06.449 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:16:06.473 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] socks forwarding established\n2025-07-16 18:16:06.502 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Process exited with code 0\n2025-07-16 18:16:06.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][47a07665-74a5-4248-81a6-f20d1d20f147] socks connection closed\n2025-07-16 18:16:06.502 [info] [command][920f779d-4dd8-4039-aff2-6c699a2014c4] Socket close event received\n2025-07-16 18:16:06.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:17:06.508 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:17:06.510 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f510301-59f8-40dc-9465-5e4dd8eff8b2""}\n2025-07-16 18:17:06.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] received connection request\n2025-07-16 18:17:06.511 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:17:06.538 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] socks forwarding established\n2025-07-16 18:17:06.566 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Process exited with code 0\n2025-07-16 18:17:06.566 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][820f34f1-8f9d-4b79-a058-10117f7f5261] socks connection closed\n2025-07-16 18:17:06.567 [info] [command][4f510301-59f8-40dc-9465-5e4dd8eff8b2] Socket close event received\n2025-07-16 18:17:06.590 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 56952 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:18:06.571 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:18:06.572 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""18383533-4f93-47af-b2c9-897dc49e1855""}\n2025-07-16 18:18:06.572 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] received connection request\n2025-07-16 18:18:06.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:18:06.595 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] socks forwarding established\n2025-07-16 18:18:06.620 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Process exited with code 0\n2025-07-16 18:18:06.620 [info] [command][18383533-4f93-47af-b2c9-897dc49e1855] Socket close event received\n2025-07-16 18:18:06.620 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1c2421cd-1824-4bc6-bae4-5569eb6cec41] socks connection closed\n2025-07-16 18:18:06.644 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57003 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:19:06.625 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:19:06.627 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""880a641b-c54c-4b0a-8973-c71dae81813b""}\n2025-07-16 18:19:06.628 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] received connection request\n2025-07-16 18:19:06.628 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:19:06.653 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] socks forwarding established\n2025-07-16 18:19:06.679 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Process exited with code 0\n2025-07-16 18:19:06.680 [info] [command][880a641b-c54c-4b0a-8973-c71dae81813b] Socket close event received\n2025-07-16 18:19:06.680 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4baeda98-7457-44f8-a5e7-fe7119ca09eb] socks connection closed\n2025-07-16 18:19:06.703 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57049 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:20:06.685 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:20:06.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] received connection request\n2025-07-16 18:20:06.688 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb""}\n2025-07-16 18:20:06.689 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:20:06.715 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] socks forwarding established\n2025-07-16 18:20:06.742 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Process exited with code 0\n2025-07-16 18:20:06.742 [info] [command][2e6daa8b-4c9b-4abf-a15f-35d1d900bfeb] Socket close event received\n2025-07-16 18:20:06.743 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8acb2c78-9e46-4744-b0a9-252e66f07081] socks connection closed\n2025-07-16 18:20:06.767 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57114 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:21:06.748 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:21:06.751 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9b6a5090-11fb-43fa-b0f4-398a748b6a81""}\n2025-07-16 18:21:06.751 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] received connection request\n2025-07-16 18:21:06.752 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:21:06.898 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] socks forwarding established\n2025-07-16 18:21:07.005 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Process exited with code 0\n2025-07-16 18:21:07.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e4c9632f-0539-4ebe-bfc7-692b07a7e95f] socks connection closed\n2025-07-16 18:21:07.006 [info] [command][9b6a5090-11fb-43fa-b0f4-398a748b6a81] Socket close event received\n2025-07-16 18:21:07.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57145 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:22:07.009 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:22:07.010 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3aff3c68-b592-4a89-9cb0-b737d7e16e53""}\n2025-07-16 18:22:07.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] received connection request\n2025-07-16 18:22:07.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:22:07.164 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] socks forwarding established\n2025-07-16 18:22:07.190 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Process exited with code 0\n2025-07-16 18:22:07.190 [info] [command][3aff3c68-b592-4a89-9cb0-b737d7e16e53] Socket close event received\n2025-07-16 18:22:07.191 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0097b6-2e2f-4b1f-8b68-78d5e1f0507c] socks connection closed\n2025-07-16 18:22:07.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57191 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:23:07.194 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:23:07.196 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a595a24-f984-4d54-8849-3887766893a6""}\n2025-07-16 18:23:07.197 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] received connection request\n2025-07-16 18:23:07.197 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:23:07.319 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] socks forwarding established\n2025-07-16 18:23:07.355 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Process exited with code 0\n2025-07-16 18:23:07.355 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][b2d1477c-b2de-4953-8ee2-2448a1b60022] socks connection closed\n2025-07-16 18:23:07.355 [info] [command][2a595a24-f984-4d54-8849-3887766893a6] Socket close event received\n2025-07-16 18:23:07.379 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57226 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:24:07.358 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:24:07.360 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b7001eef-f2a4-4460-a602-923fb33d4e04""}\n2025-07-16 18:24:07.361 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] received connection request\n2025-07-16 18:24:07.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:24:07.414 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] socks forwarding established\n2025-07-16 18:24:07.502 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Process exited with code 0\n2025-07-16 18:24:07.502 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4f1d2d55-1817-4d23-92a6-dafb5bd8a7c3] socks connection closed\n2025-07-16 18:24:07.502 [info] [command][b7001eef-f2a4-4460-a602-923fb33d4e04] Socket close event received\n2025-07-16 18:24:07.526 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57263 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:25:07.507 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:25:07.508 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fa6f01d5-35bc-4368-a212-168d03690bae""}\n2025-07-16 18:25:07.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] received connection request\n2025-07-16 18:25:07.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:25:07.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] socks forwarding established\n2025-07-16 18:25:07.695 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Process exited with code 0\n2025-07-16 18:25:07.695 [info] [command][fa6f01d5-35bc-4368-a212-168d03690bae] Socket close event received\n2025-07-16 18:25:07.845 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e8f8904e-2fc6-4803-921f-a7d247531b34] socks connection closed\n2025-07-16 18:25:07.845 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:26:07.696 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:26:07.698 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d""}\n2025-07-16 18:26:07.699 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] received connection request\n2025-07-16 18:26:07.700 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:26:07.831 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] socks forwarding established\n2025-07-16 18:26:07.991 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Process exited with code 0\n2025-07-16 18:26:07.991 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][51fa499d-d6d3-4f63-a373-bb7199aa1a52] socks connection closed\n2025-07-16 18:26:07.992 [info] [command][ca5b8080-ba2f-42fa-a00c-5b74b1ab0f3d] Socket close event received\n2025-07-16 18:26:08.017 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57351 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:27:07.997 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:27:07.999 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f7515a7c-73bf-4d3b-9559-e6e78abecd89""}\n2025-07-16 18:27:07.999 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] received connection request\n2025-07-16 18:27:07.999 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:27:07.999 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:27:08.024 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] socks forwarding established\n2025-07-16 18:27:08.050 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][223992d3-5d18-4bb7-b08b-a351a8a8199f] socks connection closed\n2025-07-16 18:27:08.050 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Process exited with code 0\n2025-07-16 18:27:08.050 [info] [command][f7515a7c-73bf-4d3b-9559-e6e78abecd89] Socket close event received\n2025-07-16 18:27:08.075 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57409 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:28:08.053 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:28:08.056 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bfd4e9fc-f508-461b-bd3b-c37b66ccfb50""}\n2025-07-16 18:28:08.056 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] received connection request\n2025-07-16 18:28:08.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:28:08.080 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] socks forwarding established\n2025-07-16 18:28:08.109 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Process exited with code 0\n2025-07-16 18:28:08.109 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][fb91b3fa-2cfd-4c7c-a0fb-eec3cd71a6d6] socks connection closed\n2025-07-16 18:28:08.109 [info] [command][bfd4e9fc-f508-461b-bd3b-c37b66ccfb50] Socket close event received\n2025-07-16 18:28:08.134 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57462 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:29:08.110 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:29:08.112 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""debfdf1c-f542-43c4-b156-dd1dc5aa15f3""}\n2025-07-16 18:29:08.112 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] received connection request\n2025-07-16 18:29:08.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:29:08.137 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] socks forwarding established\n2025-07-16 18:29:08.165 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Process exited with code 0\n2025-07-16 18:29:08.165 [info] [command][debfdf1c-f542-43c4-b156-dd1dc5aa15f3] Socket close event received\n2025-07-16 18:29:08.189 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57487 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:29:08.189 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0ae41754-5108-4211-b69c-b11df674d346] socks connection closed\n2025-07-16 18:30:08.167 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:30:08.169 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ce838c67-08da-4f13-8540-123172d58f3b""}\n2025-07-16 18:30:08.169 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] received connection request\n2025-07-16 18:30:08.170 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:30:08.194 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] socks forwarding established\n2025-07-16 18:30:08.338 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Process exited with code 0\n2025-07-16 18:30:08.338 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9c03a2ae-bcae-4801-9266-9fab1ab46ebd] socks connection closed\n2025-07-16 18:30:08.338 [info] [command][ce838c67-08da-4f13-8540-123172d58f3b] Socket close event received\n2025-07-16 18:30:08.361 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57522 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:31:08.344 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:31:08.347 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bf6011b9-bc6f-4ed8-b73b-c21caf74a26a""}\n2025-07-16 18:31:08.348 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] received connection request\n2025-07-16 18:31:08.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:31:08.377 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] socks forwarding established\n2025-07-16 18:31:08.419 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Process exited with code 0\n2025-07-16 18:31:08.420 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1e586414-9143-4826-9366-435d5f017d74] socks connection closed\n2025-07-16 18:31:08.420 [info] [command][bf6011b9-bc6f-4ed8-b73b-c21caf74a26a] Socket close event received\n2025-07-16 18:31:08.446 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57578 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:32:08.421 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:32:08.423 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""045de876-173c-423a-a516-ccf574ddfc0f""}\n2025-07-16 18:32:08.424 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] received connection request\n2025-07-16 18:32:08.425 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:32:08.455 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] socks forwarding established\n2025-07-16 18:32:08.483 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Process exited with code 0\n2025-07-16 18:32:08.483 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5538cdde-fea4-461d-bcbd-59652f6dfec4] socks connection closed\n2025-07-16 18:32:08.483 [info] [command][045de876-173c-423a-a516-ccf574ddfc0f] Socket close event received\n2025-07-16 18:32:08.507 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57618 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:33:08.486 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:33:08.488 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""eb20d259-d3f9-44f5-8d2b-63cc90c40144""}\n2025-07-16 18:33:08.488 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] received connection request\n2025-07-16 18:33:08.489 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:33:08.514 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] socks forwarding established\n2025-07-16 18:33:08.542 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Process exited with code 0\n2025-07-16 18:33:08.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6c2240b3-84bb-4974-acb9-fb6a5ba85cdf] socks connection closed\n2025-07-16 18:33:08.542 [info] [command][eb20d259-d3f9-44f5-8d2b-63cc90c40144] Socket close event received\n2025-07-16 18:33:08.566 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:34:08.545 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:34:08.548 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""250e232c-e716-4a43-ac88-13dea2997513""}\n2025-07-16 18:34:08.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] received connection request\n2025-07-16 18:34:08.549 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:34:08.573 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] socks forwarding established\n2025-07-16 18:34:08.600 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Process exited with code 0\n2025-07-16 18:34:08.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3e71765c-d49d-45c6-8ecb-b201dc32f9b4] socks connection closed\n2025-07-16 18:34:08.600 [info] [command][250e232c-e716-4a43-ac88-13dea2997513] Socket close event received\n2025-07-16 18:34:08.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57681 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:35:08.601 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:35:08.603 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e45a35c3-63a5-44fd-9f2b-4070afa8b1e3""}\n2025-07-16 18:35:08.604 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] received connection request\n2025-07-16 18:35:08.605 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:35:08.630 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] socks forwarding established\n2025-07-16 18:35:08.657 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Process exited with code 0\n2025-07-16 18:35:08.657 [info] [command][e45a35c3-63a5-44fd-9f2b-4070afa8b1e3] Socket close event received\n2025-07-16 18:35:08.657 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0b4fea10-dbff-44c2-990a-1ea094f718cb] socks connection closed\n2025-07-16 18:35:08.680 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57730 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:36:08.658 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:36:08.661 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""883d9cc1-0daa-429d-a28e-257887dd705e""}\n2025-07-16 18:36:08.661 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] received connection request\n2025-07-16 18:36:08.662 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:36:08.688 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] socks forwarding established\n2025-07-16 18:36:08.716 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Process exited with code 0\n2025-07-16 18:36:08.716 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8a6719a1-6dca-478e-bb8b-7ce69478ca44] socks connection closed\n2025-07-16 18:36:08.716 [info] [command][883d9cc1-0daa-429d-a28e-257887dd705e] Socket close event received\n2025-07-16 18:36:08.740 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57755 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:37:08.721 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:37:08.722 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""8aa87846-648c-4930-a8e4-1e69564c517f""}\n2025-07-16 18:37:08.723 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] received connection request\n2025-07-16 18:37:08.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:37:08.748 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] socks forwarding established\n2025-07-16 18:37:08.775 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Process exited with code 0\n2025-07-16 18:37:08.775 [info] [command][8aa87846-648c-4930-a8e4-1e69564c517f] Socket close event received\n2025-07-16 18:37:08.776 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c58b7df-bc37-447a-a5ff-2dff3cba37ed] socks connection closed\n2025-07-16 18:37:08.801 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:38:08.777 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:38:08.780 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""215aee5b-d857-447e-a5f2-98aa0b8378da""}\n2025-07-16 18:38:08.780 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] received connection request\n2025-07-16 18:38:08.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:38:08.805 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] socks forwarding established\n2025-07-16 18:38:08.832 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Process exited with code 0\n2025-07-16 18:38:08.832 [info] [command][215aee5b-d857-447e-a5f2-98aa0b8378da] Socket close event received\n2025-07-16 18:38:08.856 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57848 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:38:08.856 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3d8cc5e-138e-4066-8e51-6620702e6e4e] socks connection closed\n2025-07-16 18:39:08.836 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:39:08.837 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2""}\n2025-07-16 18:39:08.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] received connection request\n2025-07-16 18:39:08.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:39:08.863 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] socks forwarding established\n2025-07-16 18:39:08.888 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Process exited with code 0\n2025-07-16 18:39:08.888 [info] [command][ae02faa5-7ac5-49f7-bfe6-c688ad3b25b2] Socket close event received\n2025-07-16 18:39:08.889 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d5b04b05-d122-4c76-94cf-badf361bd431] socks connection closed\n2025-07-16 18:39:08.914 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57894 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:40:08.894 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:40:08.896 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""9f6ca6a2-8e68-468e-ada3-d4a43bc56306""}\n2025-07-16 18:40:08.897 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] received connection request\n2025-07-16 18:40:08.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:40:08.922 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] socks forwarding established\n2025-07-16 18:40:08.949 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Process exited with code 0\n2025-07-16 18:40:08.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][04bd3a7c-cca7-4f76-9f2c-169681db447c] socks connection closed\n2025-07-16 18:40:08.949 [info] [command][9f6ca6a2-8e68-468e-ada3-d4a43bc56306] Socket close event received\n2025-07-16 18:40:08.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57941 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:41:08.953 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:41:08.954 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""fcbd64b5-5c73-4d48-820a-eb4f80d47076""}\n2025-07-16 18:41:08.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] received connection request\n2025-07-16 18:41:08.955 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:41:08.955 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:41:08.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] socks forwarding established\n2025-07-16 18:41:09.004 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Process exited with code 0\n2025-07-16 18:41:09.004 [info] [command][fcbd64b5-5c73-4d48-820a-eb4f80d47076] Socket close event received\n2025-07-16 18:41:09.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][41823ca2-37b0-4e14-834b-73a5d78f5d6f] socks connection closed\n2025-07-16 18:41:09.026 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 57973 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:42:09.010 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:42:09.011 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""064d2347-f40a-4bf8-a388-b5cd92932b87""}\n2025-07-16 18:42:09.011 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] received connection request\n2025-07-16 18:42:09.011 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:42:09.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] socks forwarding established\n2025-07-16 18:42:09.060 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Process exited with code 0\n2025-07-16 18:42:09.060 [info] [command][064d2347-f40a-4bf8-a388-b5cd92932b87] Socket close event received\n2025-07-16 18:42:09.060 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df123f7-448a-44dd-acde-cc585fb25bd4] socks connection closed\n2025-07-16 18:42:09.083 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58037 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:43:09.060 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:43:09.061 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ad8d5bd8-64b5-49ed-b315-95d9fc99e047""}\n2025-07-16 18:43:09.062 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] received connection request\n2025-07-16 18:43:09.062 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:43:09.085 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] socks forwarding established\n2025-07-16 18:43:09.194 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Process exited with code 0\n2025-07-16 18:43:09.194 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][80650c4d-ddbf-4ddd-a92a-6f0e9f02aa1f] socks connection closed\n2025-07-16 18:43:09.194 [info] [command][ad8d5bd8-64b5-49ed-b315-95d9fc99e047] Socket close event received\n2025-07-16 18:43:09.218 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58087 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:44:09.200 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:44:09.201 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""331bb60a-b8a8-4e72-8ede-956578ac46c0""}\n2025-07-16 18:44:09.202 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] received connection request\n2025-07-16 18:44:09.202 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:44:09.273 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] socks forwarding established\n2025-07-16 18:44:09.431 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Process exited with code 0\n2025-07-16 18:44:09.432 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d1d990f8-7e9c-4cb5-9bd0-f09c58fda6ea] socks connection closed\n2025-07-16 18:44:09.432 [info] [command][331bb60a-b8a8-4e72-8ede-956578ac46c0] Socket close event received\n2025-07-16 18:44:09.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58118 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:45:09.437 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:45:09.439 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7fb44d7b-fbd6-4e88-9642-d620989f1f83""}\n2025-07-16 18:45:09.439 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] received connection request\n2025-07-16 18:45:09.440 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:45:09.463 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] socks forwarding established\n2025-07-16 18:45:09.491 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Process exited with code 0\n2025-07-16 18:45:09.491 [info] [command][7fb44d7b-fbd6-4e88-9642-d620989f1f83] Socket close event received\n2025-07-16 18:45:09.493 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0fa885c7-7810-4753-9732-734d2719dc8e] socks connection closed\n2025-07-16 18:45:09.522 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58172 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:46:09.491 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:46:09.493 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a7b91046-9202-49fa-916b-0755b5e2cd9c""}\n2025-07-16 18:46:09.494 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] received connection request\n2025-07-16 18:46:09.494 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:46:09.521 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] socks forwarding established\n2025-07-16 18:46:09.549 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Process exited with code 0\n2025-07-16 18:46:09.549 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31213f92-a998-4911-9eac-b3b7db74b0f7] socks connection closed\n2025-07-16 18:46:09.549 [info] [command][a7b91046-9202-49fa-916b-0755b5e2cd9c] Socket close event received\n2025-07-16 18:46:09.573 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58209 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:47:09.551 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:47:09.553 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""56eb7aaa-9a6d-409d-b14c-0c2c04f604ad""}\n2025-07-16 18:47:09.553 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] received connection request\n2025-07-16 18:47:09.553 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:47:09.579 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] socks forwarding established\n2025-07-16 18:47:09.607 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Process exited with code 0\n2025-07-16 18:47:09.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3134e6ea-500b-474d-8aed-0adf7a0dfe78] socks connection closed\n2025-07-16 18:47:09.608 [info] [command][56eb7aaa-9a6d-409d-b14c-0c2c04f604ad] Socket close event received\n2025-07-16 18:47:09.634 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58311 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:48:09.614 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:48:09.617 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f190bceb-328a-419c-bf03-51347a7c5dff""}\n2025-07-16 18:48:09.617 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] received connection request\n2025-07-16 18:48:09.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:48:09.643 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] socks forwarding established\n2025-07-16 18:48:09.668 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Process exited with code 0\n2025-07-16 18:48:09.668 [info] [command][f190bceb-328a-419c-bf03-51347a7c5dff] Socket close event received\n2025-07-16 18:48:09.669 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3152b09e-ddb2-4b15-8799-29652b2dbd77] socks connection closed\n2025-07-16 18:48:09.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58363 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:49:09.673 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:49:09.676 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5ffde3f8-8268-4962-bbf2-d72b3976655c""}\n2025-07-16 18:49:09.677 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] received connection request\n2025-07-16 18:49:09.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:49:09.704 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] socks forwarding established\n2025-07-16 18:49:09.733 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Process exited with code 0\n2025-07-16 18:49:09.734 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][72b44828-f293-41d1-8b8c-7eeb1266cad1] socks connection closed\n2025-07-16 18:49:09.734 [info] [command][5ffde3f8-8268-4962-bbf2-d72b3976655c] Socket close event received\n2025-07-16 18:49:09.759 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58403 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:50:09.742 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:50:09.745 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f42eca7a-7d92-4851-872b-fbf409d78d63""}\n2025-07-16 18:50:09.746 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] received connection request\n2025-07-16 18:50:09.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:50:09.774 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] socks forwarding established\n2025-07-16 18:50:09.799 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Process exited with code 0\n2025-07-16 18:50:09.800 [info] [command][f42eca7a-7d92-4851-872b-fbf409d78d63] Socket close event received\n2025-07-16 18:50:09.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4261e989-65cb-4135-9e62-83a8e44faf06] socks connection closed\n2025-07-16 18:50:09.823 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58457 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:51:09.804 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:51:09.808 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] received connection request\n2025-07-16 18:51:09.808 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5368156d-79a1-4aa4-b298-a2be2ab35e23""}\n2025-07-16 18:51:09.815 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:51:09.842 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] socks forwarding established\n2025-07-16 18:51:09.876 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Process exited with code 0\n2025-07-16 18:51:09.876 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3c2e02c-f602-4842-a075-3fe4ba3ba4d2] socks connection closed\n2025-07-16 18:51:09.876 [info] [command][5368156d-79a1-4aa4-b298-a2be2ab35e23] Socket close event received\n2025-07-16 18:51:09.900 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58493 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:52:09.882 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:52:09.885 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b0ef90b0-30c8-4d1d-91da-944cb779fbe0""}\n2025-07-16 18:52:09.886 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] received connection request\n2025-07-16 18:52:09.887 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:52:09.916 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] socks forwarding established\n2025-07-16 18:52:09.943 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Process exited with code 0\n2025-07-16 18:52:09.943 [info] [command][b0ef90b0-30c8-4d1d-91da-944cb779fbe0] Socket close event received\n2025-07-16 18:52:09.944 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f485213b-1fc1-4ec7-a644-2b43cba6cc06] socks connection closed\n2025-07-16 18:52:09.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58570 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:53:09.946 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:53:09.948 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""97d61bf5-7859-4ecf-8f92-4438d9c39c8c""}\n2025-07-16 18:53:09.949 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] received connection request\n2025-07-16 18:53:09.950 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:53:09.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] socks forwarding established\n2025-07-16 18:53:10.007 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Process exited with code 0\n2025-07-16 18:53:10.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9e2ca87c-4ebe-45a9-8d9c-e5ea18a2134d] socks connection closed\n2025-07-16 18:53:10.007 [info] [command][97d61bf5-7859-4ecf-8f92-4438d9c39c8c] Socket close event received\n2025-07-16 18:53:10.032 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58611 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:54:10.012 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:54:10.013 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e15a0105-256f-4139-b362-65e0b1c18a2a""}\n2025-07-16 18:54:10.014 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] received connection request\n2025-07-16 18:54:10.015 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:54:10.040 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] socks forwarding established\n2025-07-16 18:54:10.068 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Process exited with code 0\n2025-07-16 18:54:10.068 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcb5e281-d5d9-4571-966c-cd91f3378ad5] socks connection closed\n2025-07-16 18:54:10.068 [info] [command][e15a0105-256f-4139-b362-65e0b1c18a2a] Socket close event received\n2025-07-16 18:54:10.093 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58646 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:55:10.073 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:55:10.075 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2394dfb0-c41e-4f64-8296-c5241d899c2f""}\n2025-07-16 18:55:10.076 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] received connection request\n2025-07-16 18:55:10.076 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:55:10.102 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] socks forwarding established\n2025-07-16 18:55:10.129 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Process exited with code 0\n2025-07-16 18:55:10.130 [info] [command][2394dfb0-c41e-4f64-8296-c5241d899c2f] Socket close event received\n2025-07-16 18:55:10.131 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6badb100-025f-4660-8401-5492314cb1a3] socks connection closed\n2025-07-16 18:55:10.156 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58689 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:56:10.130 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:56:10.132 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5fd8ad8a-3023-4823-b13d-f84ee83d98b7""}\n2025-07-16 18:56:10.133 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] received connection request\n2025-07-16 18:56:10.134 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:56:10.158 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] socks forwarding established\n2025-07-16 18:56:10.185 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Process exited with code 0\n2025-07-16 18:56:10.185 [info] [command][5fd8ad8a-3023-4823-b13d-f84ee83d98b7] Socket close event received\n2025-07-16 18:56:10.186 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d3018bc1-dc7e-4a6c-8e48-dab1427bc8fe] socks connection closed\n2025-07-16 18:56:10.211 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58727 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:57:10.191 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:57:10.194 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2fbb92fd-1198-4b4e-b24f-465f1c307b7c""}\n2025-07-16 18:57:10.195 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] received connection request\n2025-07-16 18:57:10.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:57:10.225 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] socks forwarding established\n2025-07-16 18:57:10.252 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Process exited with code 0\n2025-07-16 18:57:10.253 [info] [command][2fbb92fd-1198-4b4e-b24f-465f1c307b7c] Socket close event received\n2025-07-16 18:57:10.253 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][64bd96ef-c292-4d9b-81b2-92795dbaa8a1] socks connection closed\n2025-07-16 18:57:10.277 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58765 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:58:10.259 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:58:10.261 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""63ae2a12-b760-4113-a579-5cc03b1140e8""}\n2025-07-16 18:58:10.262 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] received connection request\n2025-07-16 18:58:10.262 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:58:10.286 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] socks forwarding established\n2025-07-16 18:58:10.316 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Process exited with code 0\n2025-07-16 18:58:10.316 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0a7392ae-a66a-49d4-a27c-7c711d0f9ec3] socks connection closed\n2025-07-16 18:58:10.317 [info] [command][63ae2a12-b760-4113-a579-5cc03b1140e8] Socket close event received\n2025-07-16 18:58:10.341 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58833 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 18:59:10.317 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 18:59:10.318 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f466365-7724-4f9e-a419-e988721ebc5a""}\n2025-07-16 18:59:10.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] received connection request\n2025-07-16 18:59:10.318 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 18:59:10.318 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 18:59:10.341 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] socks forwarding established\n2025-07-16 18:59:10.366 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][0f0b2f2a-56c9-4cb8-a893-2accf900456f] socks connection closed\n2025-07-16 18:59:10.366 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Process exited with code 0\n2025-07-16 18:59:10.366 [info] [command][4f466365-7724-4f9e-a419-e988721ebc5a] Socket close event received\n2025-07-16 18:59:10.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58859 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:00:10.371 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:00:10.373 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d3163aac-0183-478d-9683-9d2d559fb704""}\n2025-07-16 19:00:10.374 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] received connection request\n2025-07-16 19:00:10.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:00:10.397 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] socks forwarding established\n2025-07-16 19:00:10.451 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Process exited with code 0\n2025-07-16 19:00:10.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][bcc5cb95-b589-4afd-9739-c335180b6bd1] socks connection closed\n2025-07-16 19:00:10.451 [info] [command][d3163aac-0183-478d-9683-9d2d559fb704] Socket close event received\n2025-07-16 19:00:10.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58901 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:01:10.454 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:01:10.455 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""64f823b1-9cf3-41b5-9d61-a33fb01efde6""}\n2025-07-16 19:01:10.456 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] received connection request\n2025-07-16 19:01:10.456 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:01:10.481 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] socks forwarding established\n2025-07-16 19:01:10.527 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Process exited with code 0\n2025-07-16 19:01:10.527 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b6a61d7-b2dc-4728-a9f0-91ca84979587] socks connection closed\n2025-07-16 19:01:10.527 [info] [command][64f823b1-9cf3-41b5-9d61-a33fb01efde6] Socket close event received\n2025-07-16 19:01:10.552 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58934 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:02:10.528 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:02:10.530 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3bdb46e8-10be-4544-9abc-dc461f7d7336""}\n2025-07-16 19:02:10.532 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] received connection request\n2025-07-16 19:02:10.532 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:02:10.557 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] socks forwarding established\n2025-07-16 19:02:10.591 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Process exited with code 0\n2025-07-16 19:02:10.591 [info] [command][3bdb46e8-10be-4544-9abc-dc461f7d7336] Socket close event received\n2025-07-16 19:02:10.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8fe1dde9-76e8-4f82-86f7-87e0f72dc2b5] socks connection closed\n2025-07-16 19:02:10.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 58969 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:03:10.597 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:03:10.599 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""df9da95f-bd5b-415c-a7cc-335f09bdba95""}\n2025-07-16 19:03:10.600 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] received connection request\n2025-07-16 19:03:10.600 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:03:10.664 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] socks forwarding established\n2025-07-16 19:03:10.770 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Process exited with code 0\n2025-07-16 19:03:10.770 [info] [command][df9da95f-bd5b-415c-a7cc-335f09bdba95] Socket close event received\n2025-07-16 19:03:10.793 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f834af81-361e-4508-9506-d3d35cec3243] socks connection closed\n2025-07-16 19:03:10.795 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59005 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:04:10.776 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:04:10.778 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""80243d8a-2277-49a1-94b5-5aaff788654e""}\n2025-07-16 19:04:10.778 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] received connection request\n2025-07-16 19:04:10.778 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:04:10.801 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] socks forwarding established\n2025-07-16 19:04:10.830 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3a33e87a-4a78-4bf9-bbef-cb343dda6f74] socks connection closed\n2025-07-16 19:04:10.830 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Process exited with code 0\n2025-07-16 19:04:10.830 [info] [command][80243d8a-2277-49a1-94b5-5aaff788654e] Socket close event received\n2025-07-16 19:04:10.854 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59032 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:05:10.837 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:05:10.841 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6dcb44d8-91e7-453e-82f8-8474bc286ee7""}\n2025-07-16 19:05:10.843 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] received connection request\n2025-07-16 19:05:10.844 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:05:11.002 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] socks forwarding established\n2025-07-16 19:05:11.030 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4bb234f1-1752-4548-a337-46a8845aa4ba] socks connection closed\n2025-07-16 19:05:11.031 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Process exited with code 0\n2025-07-16 19:05:11.031 [info] [command][6dcb44d8-91e7-453e-82f8-8474bc286ee7] Socket close event received\n2025-07-16 19:05:11.169 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59091 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:06:11.037 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:06:11.038 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""548b35d4-e9ad-436b-b39f-835e39fb36bb""}\n2025-07-16 19:06:11.038 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] received connection request\n2025-07-16 19:06:11.039 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:06:11.318 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] socks forwarding established\n2025-07-16 19:06:11.353 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Process exited with code 0\n2025-07-16 19:06:11.353 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8c75eafe-a1fc-4ed9-a211-f5fe1e5fbe63] socks connection closed\n2025-07-16 19:06:11.353 [info] [command][548b35d4-e9ad-436b-b39f-835e39fb36bb] Socket close event received\n2025-07-16 19:06:11.390 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59158 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:07:11.353 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:07:11.355 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""6b9093cc-88bd-4aa6-9046-2f464485f606""}\n2025-07-16 19:07:11.356 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] received connection request\n2025-07-16 19:07:11.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:07:11.382 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] socks forwarding established\n2025-07-16 19:07:11.432 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Process exited with code 0\n2025-07-16 19:07:11.432 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][3ec1831a-df61-42bd-90a4-9fbefaabdf53] socks connection closed\n2025-07-16 19:07:11.432 [info] [command][6b9093cc-88bd-4aa6-9046-2f464485f606] Socket close event received\n2025-07-16 19:07:11.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59225 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:08:11.438 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:08:11.440 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""435fe038-b091-44ea-9f63-cf48c9c429ba""}\n2025-07-16 19:08:11.440 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] received connection request\n2025-07-16 19:08:11.441 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:08:11.465 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] socks forwarding established\n2025-07-16 19:08:11.615 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Process exited with code 0\n2025-07-16 19:08:11.615 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56506e6-d8ae-4ad5-85a0-2eb86d919d52] socks connection closed\n2025-07-16 19:08:11.615 [info] [command][435fe038-b091-44ea-9f63-cf48c9c429ba] Socket close event received\n2025-07-16 19:08:11.638 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59257 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:09:11.618 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:09:11.621 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e""}\n2025-07-16 19:09:11.622 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] received connection request\n2025-07-16 19:09:11.622 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:09:11.726 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] socks forwarding established\n2025-07-16 19:09:11.753 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Process exited with code 0\n2025-07-16 19:09:11.754 [info] [command][5e950164-91a4-4ba5-9ee5-4cf73f7d2d7e] Socket close event received\n2025-07-16 19:09:11.903 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59288 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:09:11.904 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][30a6e809-f074-4702-8304-017881c75427] socks connection closed\n2025-07-16 19:10:11.759 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:10:11.761 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""57c76224-d2c0-4129-9a7c-01d7d3ff2500""}\n2025-07-16 19:10:11.762 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] received connection request\n2025-07-16 19:10:11.762 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:10:11.838 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] socks forwarding established\n2025-07-16 19:10:11.945 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Process exited with code 0\n2025-07-16 19:10:11.945 [info] [command][57c76224-d2c0-4129-9a7c-01d7d3ff2500] Socket close event received\n2025-07-16 19:10:11.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][051f8e22-2675-42a3-9c4a-69d265d3bd2e] socks connection closed\n2025-07-16 19:10:11.970 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59333 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:11:11.947 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:11:11.949 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""94c60058-e54f-4b11-bee4-9b7377cee210""}\n2025-07-16 19:11:11.950 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] received connection request\n2025-07-16 19:11:11.951 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:11:12.093 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] socks forwarding established\n2025-07-16 19:11:12.274 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Process exited with code 0\n2025-07-16 19:11:12.274 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ee465898-8ba8-43bf-aa34-a0ea91ef4a0b] socks connection closed\n2025-07-16 19:11:12.274 [info] [command][94c60058-e54f-4b11-bee4-9b7377cee210] Socket close event received\n2025-07-16 19:11:12.308 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59355 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:12:12.276 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:12:12.279 [info] [command][34792f3f-859e-4559-8470-937902022141] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""34792f3f-859e-4559-8470-937902022141""}\n2025-07-16 19:12:12.279 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] received connection request\n2025-07-16 19:12:12.280 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:12:12.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] socks forwarding established\n2025-07-16 19:12:12.362 [info] [command][34792f3f-859e-4559-8470-937902022141] Process exited with code 0\n2025-07-16 19:12:12.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ecfa0893-b765-4016-b7ca-55b426a20352] socks connection closed\n2025-07-16 19:12:12.363 [info] [command][34792f3f-859e-4559-8470-937902022141] Socket close event received\n2025-07-16 19:12:12.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59404 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:13:12.365 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:13:12.367 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0af62315-6b88-4212-a797-1779ebaafcae""}\n2025-07-16 19:13:12.367 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] received connection request\n2025-07-16 19:13:12.368 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:13:12.392 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] socks forwarding established\n2025-07-16 19:13:12.448 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Process exited with code 0\n2025-07-16 19:13:12.448 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][27e29587-edbd-48ac-bfb2-74452d09df19] socks connection closed\n2025-07-16 19:13:12.449 [info] [command][0af62315-6b88-4212-a797-1779ebaafcae] Socket close event received\n2025-07-16 19:13:12.474 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59480 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:14:12.452 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:14:12.453 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ffdbb7af-b2d6-4358-b99c-906c7373ff57""}\n2025-07-16 19:14:12.453 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] received connection request\n2025-07-16 19:14:12.454 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:14:12.534 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] socks forwarding established\n2025-07-16 19:14:12.686 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Process exited with code 0\n2025-07-16 19:14:12.686 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4b807539-ee74-493f-951a-08313fd88fea] socks connection closed\n2025-07-16 19:14:12.686 [info] [command][ffdbb7af-b2d6-4358-b99c-906c7373ff57] Socket close event received\n2025-07-16 19:14:12.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59510 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:15:12.690 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:15:12.692 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""2a880044-8010-4c73-9fac-2829b0bba5a3""}\n2025-07-16 19:15:12.693 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] received connection request\n2025-07-16 19:15:12.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:15:12.851 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] socks forwarding established\n2025-07-16 19:15:12.878 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Process exited with code 0\n2025-07-16 19:15:12.879 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][d6e65366-b381-483a-8970-8a91033d2d90] socks connection closed\n2025-07-16 19:15:12.879 [info] [command][2a880044-8010-4c73-9fac-2829b0bba5a3] Socket close event received\n2025-07-16 19:15:13.028 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59554 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:16:12.884 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:16:12.886 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""461003d5-b711-49bf-a30d-461bf38ff3f8""}\n2025-07-16 19:16:12.887 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] received connection request\n2025-07-16 19:16:12.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:16:12.915 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] socks forwarding established\n2025-07-16 19:16:12.946 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Process exited with code 0\n2025-07-16 19:16:12.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][766ccfba-8fe9-4edd-9a73-30d62bbb15a5] socks connection closed\n2025-07-16 19:16:12.946 [info] [command][461003d5-b711-49bf-a30d-461bf38ff3f8] Socket close event received\n2025-07-16 19:16:12.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59580 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:17:12.951 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:17:12.953 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""cae4ab4b-fd6f-4642-88ff-19f3c5f30630""}\n2025-07-16 19:17:12.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] received connection request\n2025-07-16 19:17:12.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:17:12.979 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] socks forwarding established\n2025-07-16 19:17:13.039 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Process exited with code 0\n2025-07-16 19:17:13.039 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][86823d7f-f291-413f-8173-3097fa5b0da9] socks connection closed\n2025-07-16 19:17:13.039 [info] [command][cae4ab4b-fd6f-4642-88ff-19f3c5f30630] Socket close event received\n2025-07-16 19:17:13.063 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59656 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:18:13.047 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:18:13.050 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7f07b651-d511-40c3-ada6-e1a2b95d5f1b""}\n2025-07-16 19:18:13.051 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] received connection request\n2025-07-16 19:18:13.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:18:13.078 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] socks forwarding established\n2025-07-16 19:18:13.105 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Process exited with code 0\n2025-07-16 19:18:13.105 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1617acf1-9ec3-480f-be09-c0a3955ab4e9] socks connection closed\n2025-07-16 19:18:13.105 [info] [command][7f07b651-d511-40c3-ada6-e1a2b95d5f1b] Socket close event received\n2025-07-16 19:18:13.128 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59693 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:19:13.110 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:19:13.113 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0879559e-c3f7-4633-94b6-cfc5cf5173bc""}\n2025-07-16 19:19:13.113 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] received connection request\n2025-07-16 19:19:13.114 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:19:13.140 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] socks forwarding established\n2025-07-16 19:19:13.169 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Process exited with code 0\n2025-07-16 19:19:13.169 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][150f62a6-ea19-49b4-a548-b736fa809ba7] socks connection closed\n2025-07-16 19:19:13.169 [info] [command][0879559e-c3f7-4633-94b6-cfc5cf5173bc] Socket close event received\n2025-07-16 19:19:13.194 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59721 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:20:13.172 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:20:13.175 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""bd7a3f41-6445-48a8-8244-db82643f4f93""}\n2025-07-16 19:20:13.176 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] received connection request\n2025-07-16 19:20:13.177 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:20:13.203 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] socks forwarding established\n2025-07-16 19:20:13.231 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Process exited with code 0\n2025-07-16 19:20:13.231 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][a26111ae-154e-4265-916d-27abea70ff48] socks connection closed\n2025-07-16 19:20:13.231 [info] [command][bd7a3f41-6445-48a8-8244-db82643f4f93] Socket close event received\n2025-07-16 19:20:13.256 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59767 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:21:13.235 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:21:13.237 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""86d760c3-4106-410b-ad15-5e1403d0e84b""}\n2025-07-16 19:21:13.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] received connection request\n2025-07-16 19:21:13.239 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:21:13.263 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] socks forwarding established\n2025-07-16 19:21:13.357 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Process exited with code 0\n2025-07-16 19:21:13.358 [info] [command][86d760c3-4106-410b-ad15-5e1403d0e84b] Socket close event received\n2025-07-16 19:21:13.359 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][89f87633-f42d-4109-8029-65fd2075c598] socks connection closed\n2025-07-16 19:21:13.384 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59805 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:22:13.357 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:22:13.359 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de""}\n2025-07-16 19:22:13.360 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] received connection request\n2025-07-16 19:22:13.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:22:13.385 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] socks forwarding established\n2025-07-16 19:22:13.411 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Process exited with code 0\n2025-07-16 19:22:13.412 [info] [command][0d9f5d1b-0e75-47f9-bee7-6124b5b4c2de] Socket close event received\n2025-07-16 19:22:13.412 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6d8cd79d-8107-4d96-bd87-7cbba191ce13] socks connection closed\n2025-07-16 19:22:13.436 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59857 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:23:13.416 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:23:13.418 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""10d58eb6-3d07-4e3c-95c4-edb337b5cb7e""}\n2025-07-16 19:23:13.419 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] received connection request\n2025-07-16 19:23:13.420 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:23:13.444 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] socks forwarding established\n2025-07-16 19:23:13.468 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Process exited with code 0\n2025-07-16 19:23:13.469 [info] [command][10d58eb6-3d07-4e3c-95c4-edb337b5cb7e] Socket close event received\n2025-07-16 19:23:13.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59887 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:23:13.492 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4207e14d-b669-4c35-b908-d2247c5c9242] socks connection closed\n2025-07-16 19:24:13.471 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:24:13.472 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""775a29d9-42a3-4547-bd03-a5041c39ad5d""}\n2025-07-16 19:24:13.472 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] received connection request\n2025-07-16 19:24:13.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:24:13.472 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:24:13.495 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] socks forwarding established\n2025-07-16 19:24:13.521 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8970d2bb-a690-408d-a4c4-fca0586a6283] socks connection closed\n2025-07-16 19:24:13.521 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Process exited with code 0\n2025-07-16 19:24:13.521 [info] [command][775a29d9-42a3-4547-bd03-a5041c39ad5d] Socket close event received\n2025-07-16 19:24:13.544 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59918 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:25:13.524 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:25:13.526 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a6432284-07e9-4e86-9c05-564cf3d4a412""}\n2025-07-16 19:25:13.527 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] received connection request\n2025-07-16 19:25:13.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:25:13.528 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:25:13.638 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] socks forwarding established\n2025-07-16 19:25:13.673 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Process exited with code 0\n2025-07-16 19:25:13.674 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][beba7062-b909-4120-ac2b-31d4640fa03c] socks connection closed\n2025-07-16 19:25:13.674 [info] [command][a6432284-07e9-4e86-9c05-564cf3d4a412] Socket close event received\n2025-07-16 19:25:13.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59964 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:26:13.679 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:26:13.681 [info] [command][329425ab-2637-4329-9708-de263ae41585] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""329425ab-2637-4329-9708-de263ae41585""}\n2025-07-16 19:26:13.682 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] received connection request\n2025-07-16 19:26:13.683 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:26:13.707 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] socks forwarding established\n2025-07-16 19:26:13.733 [info] [command][329425ab-2637-4329-9708-de263ae41585] Process exited with code 0\n2025-07-16 19:26:13.733 [info] [command][329425ab-2637-4329-9708-de263ae41585] Socket close event received\n2025-07-16 19:26:13.734 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][76a5e25c-b4f9-4ac3-9a62-b3f62f59147b] socks connection closed\n2025-07-16 19:26:13.758 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 59995 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:27:13.738 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:27:13.740 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7e15cff7-3a26-4542-98dc-940443a356fc""}\n2025-07-16 19:27:13.740 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] received connection request\n2025-07-16 19:27:13.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:27:13.767 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] socks forwarding established\n2025-07-16 19:27:13.794 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c56635ae-e9ef-419a-aaeb-2e6505e0f189] socks connection closed\n2025-07-16 19:27:13.794 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Process exited with code 0\n2025-07-16 19:27:13.794 [info] [command][7e15cff7-3a26-4542-98dc-940443a356fc] Socket close event received\n2025-07-16 19:27:13.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60056 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:28:13.797 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:28:13.799 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4e518bce-c91a-4026-b6ab-833bb4f06a58""}\n2025-07-16 19:28:13.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] received connection request\n2025-07-16 19:28:13.800 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:28:13.825 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] socks forwarding established\n2025-07-16 19:28:13.853 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Process exited with code 0\n2025-07-16 19:28:13.853 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5b20b191-3aed-4834-8859-9bf54e517999] socks connection closed\n2025-07-16 19:28:13.853 [info] [command][4e518bce-c91a-4026-b6ab-833bb4f06a58] Socket close event received\n2025-07-16 19:28:13.876 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60095 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:29:13.857 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:29:13.859 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""da1daaa9-e07f-4256-b224-225100ea4309""}\n2025-07-16 19:29:13.860 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] received connection request\n2025-07-16 19:29:13.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:29:13.887 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] socks forwarding established\n2025-07-16 19:29:13.914 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Process exited with code 0\n2025-07-16 19:29:13.914 [info] [command][da1daaa9-e07f-4256-b224-225100ea4309] Socket close event received\n2025-07-16 19:29:13.915 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][cedea12b-0b56-4ed9-af4e-9477483e1343] socks connection closed\n2025-07-16 19:29:13.940 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60158 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:30:13.916 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:30:13.918 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9c71857-1ff9-4ecb-ae28-1cafddfbcecf""}\n2025-07-16 19:30:13.919 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] received connection request\n2025-07-16 19:30:13.920 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:30:13.946 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] socks forwarding established\n2025-07-16 19:30:13.972 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Process exited with code 0\n2025-07-16 19:30:13.972 [info] [command][e9c71857-1ff9-4ecb-ae28-1cafddfbcecf] Socket close event received\n2025-07-16 19:30:13.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][f3a2d71d-60c2-4d4b-83e6-62b08ec1f47a] socks connection closed\n2025-07-16 19:30:13.996 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60199 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:31:13.978 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:31:13.980 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""08b60b8a-ac01-4ece-bf93-8d65359bb7b8""}\n2025-07-16 19:31:13.981 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] received connection request\n2025-07-16 19:31:13.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:31:14.007 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] socks forwarding established\n2025-07-16 19:31:14.034 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Process exited with code 0\n2025-07-16 19:31:14.034 [info] [command][08b60b8a-ac01-4ece-bf93-8d65359bb7b8] Socket close event received\n2025-07-16 19:31:14.035 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fa2096e-896c-4439-af62-05e7f4357f8f] socks connection closed\n2025-07-16 19:31:14.059 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60229 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:32:14.035 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:32:14.037 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""f496a7a6-f3a2-404d-b8ef-0ba83152e6f3""}\n2025-07-16 19:32:14.037 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] received connection request\n2025-07-16 19:32:14.038 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:32:14.063 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] socks forwarding established\n2025-07-16 19:32:14.091 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Process exited with code 0\n2025-07-16 19:32:14.091 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][6a1880d4-f025-4813-8afe-31bd52e4d4c8] socks connection closed\n2025-07-16 19:32:14.091 [info] [command][f496a7a6-f3a2-404d-b8ef-0ba83152e6f3] Socket close event received\n2025-07-16 19:32:14.116 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:33:14.095 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:33:14.096 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""b1386132-8c77-475b-b5db-45a76a99b3e4""}\n2025-07-16 19:33:14.096 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] received connection request\n2025-07-16 19:33:14.096 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:33:14.124 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] socks forwarding established\n2025-07-16 19:33:14.150 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Process exited with code 0\n2025-07-16 19:33:14.150 [info] [command][b1386132-8c77-475b-b5db-45a76a99b3e4] Socket close event received\n2025-07-16 19:33:14.151 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][c6fadd7c-bac6-40ec-be2a-cf0a48f9663f] socks connection closed\n2025-07-16 19:33:14.175 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60335 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:34:14.156 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:34:14.158 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""13fda8da-9513-46db-bac1-917a993e3d34""}\n2025-07-16 19:34:14.159 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] received connection request\n2025-07-16 19:34:14.159 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:34:14.183 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] socks forwarding established\n2025-07-16 19:34:14.209 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Process exited with code 0\n2025-07-16 19:34:14.209 [info] [command][13fda8da-9513-46db-bac1-917a993e3d34] Socket close event received\n2025-07-16 19:34:14.209 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][8d071bc6-9c97-416d-8acd-f65debaf866d] socks connection closed\n2025-07-16 19:34:14.232 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60371 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:35:14.211 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:35:14.214 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] received connection request\n2025-07-16 19:35:14.214 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""db21db25-53e5-4ece-a6b5-999bf7aaca1f""}\n2025-07-16 19:35:14.214 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:35:14.240 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] socks forwarding established\n2025-07-16 19:35:14.274 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Process exited with code 0\n2025-07-16 19:35:14.274 [info] [command][db21db25-53e5-4ece-a6b5-999bf7aaca1f] Socket close event received\n2025-07-16 19:35:14.292 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][383ba2cf-a738-4171-bfc3-e16dc3d7ce77] socks connection closed\n2025-07-16 19:35:14.303 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60422 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:36:14.280 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:36:14.282 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""5366db9b-cea0-4fa7-b8a6-dc88075e0cd6""}\n2025-07-16 19:36:14.282 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] received connection request\n2025-07-16 19:36:14.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:36:14.306 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] socks forwarding established\n2025-07-16 19:36:14.358 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Process exited with code 0\n2025-07-16 19:36:14.358 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][63bf671b-242d-4c9a-86ff-6f3ab95ce0dc] socks connection closed\n2025-07-16 19:36:14.359 [info] [command][5366db9b-cea0-4fa7-b8a6-dc88075e0cd6] Socket close event received\n2025-07-16 19:36:14.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60452 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:37:14.360 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:37:14.362 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""344163d4-1022-4b73-9b20-4b412734cf94""}\n2025-07-16 19:37:14.362 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] received connection request\n2025-07-16 19:37:14.362 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:37:14.420 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] socks forwarding established\n2025-07-16 19:37:14.449 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Process exited with code 0\n2025-07-16 19:37:14.449 [info] [command][344163d4-1022-4b73-9b20-4b412734cf94] Socket close event received\n2025-07-16 19:37:14.471 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1fabed77-f5a1-46da-907f-94fcb7cdd92b] socks connection closed\n2025-07-16 19:37:14.475 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60536 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:38:14.450 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:38:14.451 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e36a8880-1a15-40a0-94f9-e31e6c5da5cf""}\n2025-07-16 19:38:14.451 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] received connection request\n2025-07-16 19:38:14.452 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:38:14.476 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] socks forwarding established\n2025-07-16 19:38:14.502 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Process exited with code 0\n2025-07-16 19:38:14.502 [info] [command][e36a8880-1a15-40a0-94f9-e31e6c5da5cf] Socket close event received\n2025-07-16 19:38:14.526 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][268a1129-7b3f-4fbf-8a73-f989e6981f89] socks connection closed\n2025-07-16 19:38:14.527 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60564 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:39:14.507 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:39:14.510 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7991d014-54ed-43e2-b1e0-154261d1f54e""}\n2025-07-16 19:39:14.511 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] received connection request\n2025-07-16 19:39:14.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:39:14.663 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] socks forwarding established\n2025-07-16 19:39:14.715 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Process exited with code 0\n2025-07-16 19:39:14.715 [info] [command][7991d014-54ed-43e2-b1e0-154261d1f54e] Socket close event received\n2025-07-16 19:39:14.800 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][301aa61d-72d9-4afd-956c-9dbfaa9d1f4a] socks connection closed\n2025-07-16 19:39:14.821 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60592 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:40:14.720 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:40:14.723 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""22d25dd6-87d1-4412-98f0-b7b226fb930a""}\n2025-07-16 19:40:14.723 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] received connection request\n2025-07-16 19:40:14.724 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:40:14.791 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] socks forwarding established\n2025-07-16 19:40:14.954 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Process exited with code 0\n2025-07-16 19:40:14.954 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ca5b1e69-c868-4fb8-99c4-e45faa397906] socks connection closed\n2025-07-16 19:40:14.955 [info] [command][22d25dd6-87d1-4412-98f0-b7b226fb930a] Socket close event received\n2025-07-16 19:40:14.980 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60631 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:41:14.960 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:41:14.962 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""e9a837eb-303f-48f0-8b43-d77bd28fe483""}\n2025-07-16 19:41:14.962 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] received connection request\n2025-07-16 19:41:14.962 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:41:14.990 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] socks forwarding established\n2025-07-16 19:41:15.015 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Process exited with code 0\n2025-07-16 19:41:15.015 [info] [command][e9a837eb-303f-48f0-8b43-d77bd28fe483] Socket close event received\n2025-07-16 19:41:15.015 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][dada907d-10a7-4a32-be07-1d54983d01a0] socks connection closed\n2025-07-16 19:41:15.038 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60660 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:42:15.018 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:42:15.020 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c459cd24-328a-481d-b0ad-cb98bb95e43d""}\n2025-07-16 19:42:15.021 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] received connection request\n2025-07-16 19:42:15.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:42:15.045 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] socks forwarding established\n2025-07-16 19:42:15.071 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Process exited with code 0\n2025-07-16 19:42:15.071 [info] [command][c459cd24-328a-481d-b0ad-cb98bb95e43d] Socket close event received\n2025-07-16 19:42:15.071 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][1df764e9-8b7a-4713-ad2a-d42060db4c59] socks connection closed\n2025-07-16 19:42:15.096 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60715 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:43:15.077 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:43:15.079 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""ec0a1817-9581-4330-a711-9e01921fd734""}\n2025-07-16 19:43:15.079 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] received connection request\n2025-07-16 19:43:15.080 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:43:15.080 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:43:15.105 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] socks forwarding established\n2025-07-16 19:43:15.135 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Process exited with code 0\n2025-07-16 19:43:15.135 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][658685fa-3c79-4845-a806-dfa97d6c615c] socks connection closed\n2025-07-16 19:43:15.135 [info] [command][ec0a1817-9581-4330-a711-9e01921fd734] Socket close event received\n2025-07-16 19:43:15.160 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60743 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:44:15.140 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:44:15.143 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""4f2c543e-7261-4d96-ad0c-3d1849a3c385""}\n2025-07-16 19:44:15.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] received connection request\n2025-07-16 19:44:15.145 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:44:15.171 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] socks forwarding established\n2025-07-16 19:44:15.199 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Process exited with code 0\n2025-07-16 19:44:15.199 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13eef585-01ed-47dc-8e2a-0cd4e74603cf] socks connection closed\n2025-07-16 19:44:15.199 [info] [command][4f2c543e-7261-4d96-ad0c-3d1849a3c385] Socket close event received\n2025-07-16 19:44:15.223 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60774 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:45:15.205 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:45:15.207 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""d5b5f214-a142-4630-9335-8439f5c7bbcd""}\n2025-07-16 19:45:15.207 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] received connection request\n2025-07-16 19:45:15.208 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:45:15.239 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] socks forwarding established\n2025-07-16 19:45:15.398 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Process exited with code 0\n2025-07-16 19:45:15.399 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][ebbc8f67-91e0-4795-b483-5493265db727] socks connection closed\n2025-07-16 19:45:15.399 [info] [command][d5b5f214-a142-4630-9335-8439f5c7bbcd] Socket close event received\n2025-07-16 19:45:15.425 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60817 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:46:15.403 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:46:15.404 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""567940e4-fde4-4d0f-b55e-99c8ee4e2feb""}\n2025-07-16 19:46:15.404 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] received connection request\n2025-07-16 19:46:15.404 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:46:15.404 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:46:15.515 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] socks forwarding established\n2025-07-16 19:46:15.542 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Process exited with code 0\n2025-07-16 19:46:15.542 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][31dc2856-0af6-4634-b5f1-c832cb520e7a] socks connection closed\n2025-07-16 19:46:15.542 [info] [command][567940e4-fde4-4d0f-b55e-99c8ee4e2feb] Socket close event received\n2025-07-16 19:46:15.639 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60840 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:47:15.548 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:47:15.549 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""a55f01a8-7c3c-44cc-b59c-5f2ffeff7346""}\n2025-07-16 19:47:15.550 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] received connection request\n2025-07-16 19:47:15.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:47:15.550 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:47:15.574 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] socks forwarding established\n2025-07-16 19:47:15.602 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Process exited with code 0\n2025-07-16 19:47:15.602 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][912cd98f-eaee-4494-b76e-228431da4c8c] socks connection closed\n2025-07-16 19:47:15.602 [info] [command][a55f01a8-7c3c-44cc-b59c-5f2ffeff7346] Socket close event received\n2025-07-16 19:47:15.626 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60898 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:48:15.603 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:48:15.606 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c72c8736-b1b0-4617-87dd-a2c2df8aae8d""}\n2025-07-16 19:48:15.606 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] received connection request\n2025-07-16 19:48:15.607 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:48:15.733 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] socks forwarding established\n2025-07-16 19:48:15.847 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Process exited with code 0\n2025-07-16 19:48:15.847 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][2c610c44-1af4-4f85-8fb1-70cdd8a09f61] socks connection closed\n2025-07-16 19:48:15.848 [info] [command][c72c8736-b1b0-4617-87dd-a2c2df8aae8d] Socket close event received\n2025-07-16 19:48:15.873 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60922 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:49:15.853 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:49:15.854 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""7c0c3acd-e1fa-456e-a260-bfe75eef4368""}\n2025-07-16 19:49:15.855 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] received connection request\n2025-07-16 19:49:15.856 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:49:15.884 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] socks forwarding established\n2025-07-16 19:49:15.914 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Process exited with code 0\n2025-07-16 19:49:15.914 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][410dbeb6-e490-4d74-a163-880c00404d3a] socks connection closed\n2025-07-16 19:49:15.915 [info] [command][7c0c3acd-e1fa-456e-a260-bfe75eef4368] Socket close event received\n2025-07-16 19:49:15.938 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60948 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:50:15.918 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:50:15.919 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""49d68fe5-e128-408a-920c-0fae3c3aaf46""}\n2025-07-16 19:50:15.920 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] received connection request\n2025-07-16 19:50:15.921 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:50:15.947 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] socks forwarding established\n2025-07-16 19:50:15.973 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Process exited with code 0\n2025-07-16 19:50:15.973 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][4145100c-3df8-41d5-8007-2b3f0e311cd7] socks connection closed\n2025-07-16 19:50:15.974 [info] [command][49d68fe5-e128-408a-920c-0fae3c3aaf46] Socket close event received\n2025-07-16 19:50:15.997 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 60990 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:51:15.979 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:51:15.981 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""02e2b5fe-ede7-4594-82c9-ccc94cfadb13""}\n2025-07-16 19:51:15.981 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] received connection request\n2025-07-16 19:51:15.982 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 19:51:15.982 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:51:16.005 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] socks forwarding established\n2025-07-16 19:51:16.032 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Process exited with code 0\n2025-07-16 19:51:16.032 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][9b5f1189-c651-40f0-846e-e2c0dbe23088] socks connection closed\n2025-07-16 19:51:16.032 [info] [command][02e2b5fe-ede7-4594-82c9-ccc94cfadb13] Socket close event received\n2025-07-16 19:51:16.056 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61015 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:52:16.039 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:52:16.041 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""08b00750-6b7c-4f3d-ac78-32521e43e8d9""}\n2025-07-16 19:52:16.041 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] received connection request\n2025-07-16 19:52:16.042 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:52:16.069 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] socks forwarding established\n2025-07-16 19:52:16.143 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Process exited with code 0\n2025-07-16 19:52:16.144 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][731c4878-8ecd-4cbc-8758-dfd111398227] socks connection closed\n2025-07-16 19:52:16.144 [info] [command][08b00750-6b7c-4f3d-ac78-32521e43e8d9] Socket close event received\n2025-07-16 19:52:16.229 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61068 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:53:16.146 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:53:16.148 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""c3ceb4e5-1549-461b-a876-6983de6ce902""}\n2025-07-16 19:53:16.148 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] received connection request\n2025-07-16 19:53:16.148 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:53:16.302 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] socks forwarding established\n2025-07-16 19:53:16.352 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Process exited with code 0\n2025-07-16 19:53:16.352 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][49f46f5c-f9e8-4677-a8cf-4091a2256f31] socks connection closed\n2025-07-16 19:53:16.353 [info] [command][c3ceb4e5-1549-461b-a876-6983de6ce902] Socket close event received\n2025-07-16 19:53:16.455 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61091 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:54:16.357 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:54:16.359 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""58129aef-84d5-4404-ad2e-be579bb59505""}\n2025-07-16 19:54:16.359 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] received connection request\n2025-07-16 19:54:16.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:54:16.450 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] socks forwarding established\n2025-07-16 19:54:16.508 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Process exited with code 0\n2025-07-16 19:54:16.509 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][73e7bf04-d4dc-4596-9522-2356135b3493] socks connection closed\n2025-07-16 19:54:16.509 [info] [command][58129aef-84d5-4404-ad2e-be579bb59505] Socket close event received\n2025-07-16 19:54:16.584 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61111 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:55:16.514 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:55:16.517 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3d7d1704-c577-41d3-9e1b-9845a9956838""}\n2025-07-16 19:55:16.518 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] received connection request\n2025-07-16 19:55:16.519 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:55:16.545 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] socks forwarding established\n2025-07-16 19:55:16.574 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Process exited with code 0\n2025-07-16 19:55:16.575 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e16d6949-8016-4b86-a7b0-6893a4e6627e] socks connection closed\n2025-07-16 19:55:16.575 [info] [command][3d7d1704-c577-41d3-9e1b-9845a9956838] Socket close event received\n2025-07-16 19:55:16.599 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61180 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:56:16.580 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:56:16.582 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""40a8876e-4fc2-40e4-b830-6681ec7d39f1""}\n2025-07-16 19:56:16.583 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] received connection request\n2025-07-16 19:56:16.584 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:56:16.608 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] socks forwarding established\n2025-07-16 19:56:16.635 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Process exited with code 0\n2025-07-16 19:56:16.636 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][e29c3501-23de-44f6-87be-bfe97140e885] socks connection closed\n2025-07-16 19:56:16.636 [info] [command][40a8876e-4fc2-40e4-b830-6681ec7d39f1] Socket close event received\n2025-07-16 19:56:16.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61208 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:57:16.639 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:57:16.641 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""88b16899-1a83-4b72-93c3-85bf956a9db8""}\n2025-07-16 19:57:16.642 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] received connection request\n2025-07-16 19:57:16.642 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:57:16.668 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] socks forwarding established\n2025-07-16 19:57:16.695 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][891afe4f-6a12-484e-9ca5-66c9dced1e31] socks connection closed\n2025-07-16 19:57:16.695 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Process exited with code 0\n2025-07-16 19:57:16.696 [info] [command][88b16899-1a83-4b72-93c3-85bf956a9db8] Socket close event received\n2025-07-16 19:57:16.720 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61267 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:58:16.702 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:58:16.704 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""be5f7923-dec9-4689-ba95-15aba9d60ef8""}\n2025-07-16 19:58:16.705 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] received connection request\n2025-07-16 19:58:16.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:58:16.730 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] socks forwarding established\n2025-07-16 19:58:16.757 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Process exited with code 0\n2025-07-16 19:58:16.758 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][13dfb843-5781-4053-a3e0-e3275e48173a] socks connection closed\n2025-07-16 19:58:16.758 [info] [command][be5f7923-dec9-4689-ba95-15aba9d60ef8] Socket close event received\n2025-07-16 19:58:16.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61294 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 19:59:16.762 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 19:59:16.765 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""3fb60b60-1175-484e-8233-bbce50802f81""}\n2025-07-16 19:59:16.766 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] received connection request\n2025-07-16 19:59:16.767 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 19:59:16.799 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] socks forwarding established\n2025-07-16 19:59:16.827 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Process exited with code 0\n2025-07-16 19:59:16.828 [info] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:57974 -> 127.0.0.1:37309][5a343097-e7fd-43d6-86ae-47f9850d1a6b] socks connection closed\n2025-07-16 19:59:16.828 [info] [command][3fb60b60-1175-484e-8233-bbce50802f81] Socket close event received\n2025-07-16 19:59:16.853 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 57974 for 127.0.0.1 port 37309, connect from 127.0.0.1 port 61327 to 127.0.0.1 port 57974, nchannels 6\n\n2025-07-16 20:00:13.754 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][787c5bb5-3ec2-4f82-823d-c95b982b88d7] received connection request\n2025-07-16 20:00:13.777 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-16 20:00:13.778 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-16 20:00:13.820 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][9aa459fb-8800-482f-a7a8-424fe28a6017] received connection request\n2025-07-16 20:00:13.829 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\n\n2025-07-16 20:00:13.834 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\ndebug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.793 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-16 20:00:16.793 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 1 of 3 This operation was aborted\n2025-07-16 20:00:16.797 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:46727][7efa7db7-d562-4801-9c94-a1cc25823840] received connection request\n2025-07-16 20:00:16.797 [info] (ssh_tunnel) stderr: debug1: Connection to port 57974 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-16 20:00:16.847 [info] Terminating existing SSH process with pid: 61926\n2025-07-16 20:00:16.848 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-16 20:00:16.848 [info] [remote-ssh] Pinging remote server on port 57978\n2025-07-16 20:00:16.848 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:00:16.848 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-16 20:00:16.849 [info] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""de7d54cc-97ec-4acb-a7dc-909a8230ad14"",""id"":""609060a4-f66a-45da-bd5b-104bc72d4a49""}\n2025-07-16 20:00:16.849 [error] [forwarding][multiplex][127.0.0.1:57978 -> 127.0.0.1:undefined][7a3c1df4-4709-439c-869d-bd95fb707655] remote server not configured\n2025-07-16 20:00:16.849 [error] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Socket error: Error: read ECONNRESET\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][787c5bb5-3ec2-4f82-823d-c95b982b88d7] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9aa459fb-8800-482f-a7a8-424fe28a6017] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [error] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][7efa7db7-d562-4801-9c94-a1cc25823840] error while creating socks forwarding Socket closed\n2025-07-16 20:00:16.850 [info] [command][609060a4-f66a-45da-bd5b-104bc72d4a49] Socket close event received\n2025-07-16 20:00:16.850 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][9243c5a5-29cb-40d6-a147-75b8db807ee6] socks connection closed\n2025-07-16 20:00:16.850 [info] [forwarding][code][127.0.0.1:57977 -> 127.0.0.1:57974 -> 127.0.0.1:46727][a28e2b9d-8aa2-4937-9fa5-64a130a89a90] socks connection closed\n2025-07-16 20:00:16.853 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77644.sh"" | ssh -v -T -D 61381 login.haicore.berlin bash --login -c bash\n2025-07-16 20:00:16.853 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:00:16.853 [info] Waiting for server to install via process(75807)...\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:00:16.859 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:00:16.860 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:00:16.860 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:00:16.861 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:00:16.862 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:00:16.862 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:00:16.862 [info] Retrying connection in 5 seconds...\n2025-07-16 20:00:17.800 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 2 of 3 This operation was aborted\n2025-07-16 20:00:18.812 [error] Failed to connect to Cursor server at http://127.0.0.1:57977, attempt 3 of 3 This operation was aborted\n2025-07-16 20:00:18.813 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-16 20:00:18.813 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-16 20:03:24.415 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_77644.sh\n2025-07-16 20:03:24.416 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:24.417 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6723.sh"" | ssh -v -T -D 61386 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:24.417 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:24.417 [info] Waiting for server to install via process(75830)...\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:24.423 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:24.424 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:24.424 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:24.425 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:24.425 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:29.430 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_6723.sh\n2025-07-16 20:03:29.431 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:29.435 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97558.sh"" | ssh -v -T -D 61388 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:29.436 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:29.436 [info] Waiting for server to install via process(75837)...\n2025-07-16 20:03:29.450 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:03:29.450 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:29.451 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:29.453 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:29.453 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:29.453 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:29.453 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:34.468 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_97558.sh\n2025-07-16 20:03:34.471 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:34.559 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73177.sh"" | ssh -v -T -D 61390 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:34.559 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:34.560 [info] Waiting for server to install via process(75848)...\n2025-07-16 20:03:34.652 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:34.655 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:35.650 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:35.662 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:35.665 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:35.665 [info] Retrying connection in 5 seconds...\n2025-07-16 20:03:40.669 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73177.sh\n2025-07-16 20:03:40.670 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:03:40.679 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34233.sh"" | ssh -v -T -D 61394 login.haicore.berlin bash --login -c bash\n2025-07-16 20:03:40.679 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:03:40.679 [info] Waiting for server to install via process(75855)...\n2025-07-16 20:03:41.103 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:03:41.106 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:03:41.107 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:03:41.120 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:03:41.122 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:03:41.123 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:03:41.123 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:21.975 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_34233.sh\n2025-07-16 20:04:21.976 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:21.978 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87157.sh"" | ssh -v -T -D 61397 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:21.978 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:21.978 [info] Waiting for server to install via process(75869)...\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:21.997 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:22.002 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:22.002 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:22.002 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:22.002 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:27.013 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87157.sh\n2025-07-16 20:04:27.014 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:27.017 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17896.sh"" | ssh -v -T -D 61400 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:27.017 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:27.017 [info] Waiting for server to install via process(75880)...\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:27.032 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:27.035 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:27.036 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:27.036 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:27.036 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:32.045 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_17896.sh\n2025-07-16 20:04:32.046 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:32.050 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1651.sh"" | ssh -v -T -D 61402 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:32.050 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:32.050 [info] Waiting for server to install via process(75888)...\n2025-07-16 20:04:32.072 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:04:32.072 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:32.073 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:32.078 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:32.080 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:32.081 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:32.081 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:37.091 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_1651.sh\n2025-07-16 20:04:37.092 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:37.094 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70117.sh"" | ssh -v -T -D 61404 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:37.094 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:37.094 [info] Waiting for server to install via process(75895)...\n2025-07-16 20:04:37.103 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:37.104 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:37.105 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:37.106 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:37.106 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:37.106 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:42.110 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_70117.sh\n2025-07-16 20:04:42.110 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:42.113 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78179.sh"" | ssh -v -T -D 61407 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:42.113 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:42.113 [info] Waiting for server to install via process(75903)...\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:42.122 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:42.124 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:42.124 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:42.125 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:42.125 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:47.126 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_78179.sh\n2025-07-16 20:04:47.126 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:47.128 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69707.sh"" | ssh -v -T -D 61409 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:47.128 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:47.128 [info] Waiting for server to install via process(75910)...\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:47.136 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:47.137 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:47.138 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:47.138 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:47.138 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:47.138 [info] Retrying connection in 5 seconds...\n2025-07-16 20:04:52.140 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_69707.sh\n2025-07-16 20:04:52.140 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:04:52.142 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67641.sh"" | ssh -v -T -D 61411 login.haicore.berlin bash --login -c bash\n2025-07-16 20:04:52.142 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:04:52.142 [info] Waiting for server to install via process(75919)...\n2025-07-16 20:04:52.149 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-16 20:04:52.150 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:04:52.151 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:04:52.152 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:04:52.152 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:04:52.152 [info] Retrying connection in 5 seconds...\n2025-07-16 20:11:57.479 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_67641.sh\n2025-07-16 20:11:57.480 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.21/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-2ySBKB/socket.sock\n2025-07-16 20:11:57.485 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63169.sh"" | ssh -v -T -D 61413 login.haicore.berlin bash --login -c bash\n2025-07-16 20:11:57.485 [info] Started installation script. Waiting for it to finish...\n2025-07-16 20:11:57.485 [info] Waiting for server to install via process(75926)...\n2025-07-16 20:11:57.526 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-16 20:11:57.526 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-16 20:11:57.529 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-16 20:11:57.576 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-16 20:11:57.579 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-16 20:11:57.579 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.579 [error] Failed to connect after 13 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-16 20:11:57.579 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63169.sh\n2025-07-16 20:11:57.580 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 14:40:55.819 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-20 14:40:55.831 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 14:40:55.831 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-20 14:40:55.833 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 14:40:55.836 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63299.sh"" | ssh -v -T -D 65277 login.haicore.berlin bash --login -c bash\n2025-07-20 14:40:55.836 [info] Started installation script. Waiting for it to finish...\n2025-07-20 14:40:55.836 [info] Waiting for server to install via process(63787)...\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 14:40:55.841 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 14:40:55.842 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 14:40:55.842 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 14:40:55.872 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-20 14:40:55.873 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-20 14:40:55.873 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-20 14:40:55.903 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-20 14:40:55.904 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-20 14:40:55.904 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-20 14:40:55.928 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-20 14:40:55.928 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-20 14:40:55.929 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-20 14:40:55.956 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-20 14:40:55.957 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-20 14:40:55.957 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-20 14:40:55.960 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-20 14:40:55.960 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\ndebug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-20 14:40:56.054 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-20 14:40:56.171 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-20 14:40:56.173 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-20 14:40:56.174 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-20 14:40:56.220 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-20 14:40:56.364 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:65277 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 65277.\n\n2025-07-20 14:40:56.364 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 65277.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\ndebug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-20 14:40:56.365 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-20 14:40:56.480 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-20 14:40:56.481 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-20 14:40:56.493 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\n\n2025-07-20 14:40:56.493 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-20 14:40:56.507 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-20 14:40:56.933 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-20 14:40:56.972 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:56.974 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\n\n2025-07-20 14:40:56.975 [info] (ssh_tunnel) stdout: Checking node executable\n\n2025-07-20 14:40:58.006 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-20 14:40:58.014 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-20 14:40:58.030 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-20 14:40:58.031 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.050 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b95d4e43-7bf1-49d3-8caa-4997bd952c30\nMultiplex server started with PID 3045651 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.070 [info] (ssh_tunnel) stdout: Multiplex server token file found\n\n2025-07-20 14:40:58.087 [info] (ssh_tunnel) stdout: Reading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-20 14:40:58.555 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-20 14:40:58.573 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-20 14:40:58.575 [info] (ssh_tunnel) stdout: Code server started with PID 3045675 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:58.575 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:59.089 [info] (ssh_tunnel) stdout: 1d494f06d5774a057e35d73a: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==40717==\nmultiplexConnectionToken==b95d4e43-7bf1-49d3-8caa-4997bd952c30==\ncodeListeningOn==40083==\ncodeConnectionToken==bfffc766-6ca3-4cf3-b9c4-891f3dd218bd==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n1d494f06d5774a057e35d73a: end\n\n2025-07-20 14:40:59.091 [info] Server install command exit code: 0\n2025-07-20 14:40:59.091 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_63299.sh\n2025-07-20 14:40:59.094 [info] [forwarding][code] creating new forwarding server\n2025-07-20 14:40:59.095 [info] [forwarding][code] server listening on 127.0.0.1:65285\n2025-07-20 14:40:59.095 [info] [forwarding][code] Set up server\n2025-07-20 14:40:59.096 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: bfffc766-6ca3-4cf3-b9c4-891f3dd218bd\n2025-07-20 14:40:59.096 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-20 14:40:59.096 [info] [forwarding][multiplex] server listening on 127.0.0.1:65286\n2025-07-20 14:40:59.097 [info] [forwarding][multiplex] Set up server\n2025-07-20 14:40:59.099 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b95d4e43-7bf1-49d3-8caa-4997bd952c30\n2025-07-20 14:40:59.099 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:40:59.106 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] received connection request\n2025-07-20 14:40:59.107 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a683bd7a-4edd-4533-a886-db52d2572438""}\n2025-07-20 14:40:59.108 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.108 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-20 14:40:59.122 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] received connection request\n2025-07-20 14:40:59.122 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.144 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] socks forwarding established\n2025-07-20 14:40:59.149 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] socks forwarding established\n2025-07-20 14:40:59.201 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Process exited with code 0\n2025-07-20 14:40:59.201 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7f786514-14e6-4ec4-8069-6b470cdd90bc] socks connection closed\n2025-07-20 14:40:59.201 [info] [command][a683bd7a-4edd-4533-a886-db52d2572438] Socket close event received\n2025-07-20 14:40:59.333 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65288 to 127.0.0.1 port 65277, nchannels 5\n\n2025-07-20 14:40:59.442 [info] Successfully connected to Cursor server at http://127.0.0.1:65285/version\n2025-07-20 14:40:59.442 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-20 14:40:59.442 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c0630173-f98c-4f45-950f-e08c7206da58""}\n2025-07-20 14:40:59.443 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] received connection request\n2025-07-20 14:40:59.443 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.470 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] socks forwarding established\n2025-07-20 14:40:59.638 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Process exited with code 0\n2025-07-20 14:40:59.638 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-20 14:40:59.639 [info] [remote-ssh] Resolved exec server. Socks port: 65277\n2025-07-20 14:40:59.639 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":65285,""connectionToken"":""bfffc766-6ca3-4cf3-b9c4-891f3dd218bd"",""extensionHostEnv"":{}}. Socks port: 65277\n2025-07-20 14:40:59.639 [info] [command][c0630173-f98c-4f45-950f-e08c7206da58] Socket close event received\n2025-07-20 14:40:59.640 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][35160f72-fbcb-4bc8-8911-71b2c7e19722] socks connection closed\n2025-07-20 14:40:59.672 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65293 to 127.0.0.1 port 65277, nchannels 5\n\n2025-07-20 14:40:59.673 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] received connection request\n2025-07-20 14:40:59.673 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.700 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] socks forwarding established\n2025-07-20 14:40:59.738 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] received connection request\n2025-07-20 14:40:59.739 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:40:59.846 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] socks forwarding established\n2025-07-20 14:41:00.005 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-20 14:41:03.636 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40083, connect from 127.0.0.1 port 65290 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:41:03.636 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][b6049a09-0a08-45f6-8600-c9ee2d6541f4] socks connection closed\n2025-07-20 14:41:59.206 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:41:59.209 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b1dae6af-828c-41db-9e4e-eb20f84ba30c""}\n2025-07-20 14:41:59.210 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] received connection request\n2025-07-20 14:41:59.210 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:41:59.238 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] socks forwarding established\n2025-07-20 14:41:59.269 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Process exited with code 0\n2025-07-20 14:41:59.269 [info] [command][b1dae6af-828c-41db-9e4e-eb20f84ba30c] Socket close event received\n2025-07-20 14:41:59.272 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7dbb6d5d-0e39-40e1-b1dd-24f334fb8d03] socks connection closed\n2025-07-20 14:41:59.295 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 65471 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:42:59.274 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:42:59.276 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1836d787-8779-4f0b-945e-467befdd4a2f""}\n2025-07-20 14:42:59.277 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] received connection request\n2025-07-20 14:42:59.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:42:59.337 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] socks forwarding established\n2025-07-20 14:42:59.447 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Process exited with code 0\n2025-07-20 14:42:59.448 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5f7c1308-3f0b-4087-a7d7-b634387837e9] socks connection closed\n2025-07-20 14:42:59.448 [info] [command][1836d787-8779-4f0b-945e-467befdd4a2f] Socket close event received\n2025-07-20 14:42:59.471 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49167 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:43:59.452 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:43:59.453 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e62d324d-1b66-4f5e-8669-f32abc2e9e2c""}\n2025-07-20 14:43:59.453 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] received connection request\n2025-07-20 14:43:59.453 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:43:59.480 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] socks forwarding established\n2025-07-20 14:43:59.506 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Process exited with code 0\n2025-07-20 14:43:59.506 [info] [command][e62d324d-1b66-4f5e-8669-f32abc2e9e2c] Socket close event received\n2025-07-20 14:43:59.507 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e69e797-fa08-49cf-a4c8-c8d2d85f1f2c] socks connection closed\n2025-07-20 14:43:59.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49229 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:44:59.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:44:59.510 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""abf9e8da-488f-4b74-b81d-c46e56a16e7b""}\n2025-07-20 14:44:59.510 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] received connection request\n2025-07-20 14:44:59.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:44:59.535 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] socks forwarding established\n2025-07-20 14:44:59.564 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Process exited with code 0\n2025-07-20 14:44:59.565 [info] [command][abf9e8da-488f-4b74-b81d-c46e56a16e7b] Socket close event received\n2025-07-20 14:44:59.567 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][85ccde5f-fba9-41e2-bcba-82cd57774000] socks connection closed\n2025-07-20 14:44:59.594 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49278 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:45:59.570 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:45:59.571 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""844c587a-9713-4d4a-a98b-e06bca6c02dc""}\n2025-07-20 14:45:59.572 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] received connection request\n2025-07-20 14:45:59.572 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:45:59.597 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] socks forwarding established\n2025-07-20 14:45:59.628 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Process exited with code 0\n2025-07-20 14:45:59.628 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][894e74cc-a540-4de6-9a79-85925aeb8b1c] socks connection closed\n2025-07-20 14:45:59.628 [info] [command][844c587a-9713-4d4a-a98b-e06bca6c02dc] Socket close event received\n2025-07-20 14:45:59.652 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49346 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:46:59.629 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:46:59.630 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d67fb63-e58b-401f-9372-fa818671e1fb""}\n2025-07-20 14:46:59.631 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] received connection request\n2025-07-20 14:46:59.631 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:46:59.631 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:46:59.678 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] socks forwarding established\n2025-07-20 14:46:59.706 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7b3e899d-775b-43b0-9713-4f419e57432a] socks connection closed\n2025-07-20 14:46:59.706 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Process exited with code 0\n2025-07-20 14:46:59.706 [info] [command][4d67fb63-e58b-401f-9372-fa818671e1fb] Socket close event received\n2025-07-20 14:46:59.730 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49447 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:47:59.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:47:59.714 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a""}\n2025-07-20 14:47:59.714 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] received connection request\n2025-07-20 14:47:59.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:47:59.715 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:47:59.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] socks forwarding established\n2025-07-20 14:47:59.835 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Process exited with code 0\n2025-07-20 14:47:59.835 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][99c20234-e18f-4a1b-bf5c-8d32be4a8c3e] socks connection closed\n2025-07-20 14:47:59.835 [info] [command][0739efa5-ea6e-4da1-a1da-6c7ebcb91c1a] Socket close event received\n2025-07-20 14:47:59.859 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49541 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:48:59.840 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:48:59.841 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""faf6da9a-311c-4339-84e8-a9e800904aab""}\n2025-07-20 14:48:59.841 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] received connection request\n2025-07-20 14:48:59.841 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:48:59.917 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] socks forwarding established\n2025-07-20 14:48:59.949 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Process exited with code 0\n2025-07-20 14:48:59.950 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cdb25a-bf04-45bb-9466-7de258635944] socks connection closed\n2025-07-20 14:48:59.950 [info] [command][faf6da9a-311c-4339-84e8-a9e800904aab] Socket close event received\n2025-07-20 14:48:59.973 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49597 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:49:59.951 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:49:59.953 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] received connection request\n2025-07-20 14:49:59.954 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b763b703-f3ad-4051-8d1d-e3af8501bfce""}\n2025-07-20 14:49:59.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:49:59.982 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] socks forwarding established\n2025-07-20 14:50:00.016 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Process exited with code 0\n2025-07-20 14:50:00.016 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0edcaafd-561b-41a4-95ae-fb1a54b0effc] socks connection closed\n2025-07-20 14:50:00.016 [info] [command][b763b703-f3ad-4051-8d1d-e3af8501bfce] Socket close event received\n2025-07-20 14:50:00.041 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49640 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:51:00.018 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:51:00.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] received connection request\n2025-07-20 14:51:00.020 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7399b20a-8493-4362-918d-58e1a3a4faf7""}\n2025-07-20 14:51:00.021 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:51:00.073 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] socks forwarding established\n2025-07-20 14:51:00.118 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Process exited with code 0\n2025-07-20 14:51:00.118 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ff6dd49c-dfc2-43f3-8a42-0e2aa84a18e1] socks connection closed\n2025-07-20 14:51:00.118 [info] [command][7399b20a-8493-4362-918d-58e1a3a4faf7] Socket close event received\n2025-07-20 14:51:00.141 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49740 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:52:00.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:52:00.123 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4dcbf440-857e-42ee-8cb3-76bdef227789""}\n2025-07-20 14:52:00.124 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] received connection request\n2025-07-20 14:52:00.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:52:00.150 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] socks forwarding established\n2025-07-20 14:52:00.180 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Process exited with code 0\n2025-07-20 14:52:00.181 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c3aba37e-cd7d-40df-9457-5ddeeaa31bc3] socks connection closed\n2025-07-20 14:52:00.181 [info] [command][4dcbf440-857e-42ee-8cb3-76bdef227789] Socket close event received\n2025-07-20 14:52:00.281 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49805 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:53:00.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:53:00.185 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""160dd685-9230-4e60-9b1b-d9402d0a4250""}\n2025-07-20 14:53:00.186 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] received connection request\n2025-07-20 14:53:00.186 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:53:00.409 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] socks forwarding established\n2025-07-20 14:53:00.467 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Process exited with code 0\n2025-07-20 14:53:00.467 [info] [command][160dd685-9230-4e60-9b1b-d9402d0a4250] Socket close event received\n2025-07-20 14:53:00.582 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa8369f3-63b3-4106-8327-4142c8d095fe] socks connection closed\n2025-07-20 14:53:00.589 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49880 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:54:00.467 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:54:00.468 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c0890aa4-fd22-45b8-aa60-b82ffcb24837""}\n2025-07-20 14:54:00.469 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] received connection request\n2025-07-20 14:54:00.469 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:54:00.494 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] socks forwarding established\n2025-07-20 14:54:00.524 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Process exited with code 0\n2025-07-20 14:54:00.525 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][03ff43bc-9fd7-46e7-bff4-0839f6a32e9e] socks connection closed\n2025-07-20 14:54:00.525 [info] [command][c0890aa4-fd22-45b8-aa60-b82ffcb24837] Socket close event received\n2025-07-20 14:54:00.553 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49938 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:55:00.525 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:55:00.526 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1f339480-460a-4d3a-b347-c0de75895fdb""}\n2025-07-20 14:55:00.527 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] received connection request\n2025-07-20 14:55:00.527 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:55:00.527 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:55:00.663 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] socks forwarding established\n2025-07-20 14:55:00.763 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Process exited with code 0\n2025-07-20 14:55:00.763 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ffa832d8-10d9-423c-87c7-84647b9d2f44] socks connection closed\n2025-07-20 14:55:00.764 [info] [command][1f339480-460a-4d3a-b347-c0de75895fdb] Socket close event received\n2025-07-20 14:55:00.788 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 49981 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:56:00.768 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:56:00.770 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f2198a8-acba-4646-85fa-45d3dd31cfec""}\n2025-07-20 14:56:00.770 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] received connection request\n2025-07-20 14:56:00.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:56:00.797 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] socks forwarding established\n2025-07-20 14:56:00.825 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Process exited with code 0\n2025-07-20 14:56:00.825 [info] [command][9f2198a8-acba-4646-85fa-45d3dd31cfec] Socket close event received\n2025-07-20 14:56:00.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fb65b0fd-4bb4-4dcd-ab25-558cb8264809] socks connection closed\n2025-07-20 14:56:00.849 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50064 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:57:00.827 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:57:00.828 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d69e35eb-0b39-42d8-a8c7-3c0de49ee572""}\n2025-07-20 14:57:00.828 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] received connection request\n2025-07-20 14:57:00.828 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:57:01.001 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] socks forwarding established\n2025-07-20 14:57:01.076 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95992f2c-fe5b-4c00-be92-26fc7bfcf150] socks connection closed\n2025-07-20 14:57:01.076 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Process exited with code 0\n2025-07-20 14:57:01.076 [info] [command][d69e35eb-0b39-42d8-a8c7-3c0de49ee572] Socket close event received\n2025-07-20 14:57:01.312 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50130 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:58:01.080 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:58:01.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] received connection request\n2025-07-20 14:58:01.084 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""94a90411-47b2-4429-9b2b-8dfd2badf521""}\n2025-07-20 14:58:01.084 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:58:01.217 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] socks forwarding established\n2025-07-20 14:58:01.246 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Process exited with code 0\n2025-07-20 14:58:01.246 [info] [command][94a90411-47b2-4429-9b2b-8dfd2badf521] Socket close event received\n2025-07-20 14:58:01.247 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bf1f304f-09a5-4744-be2e-e80b0ad05cea] socks connection closed\n2025-07-20 14:58:01.337 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50206 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:58:50.120 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] received connection request\n2025-07-20 14:58:50.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 14:58:50.124 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:58:50.269 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] socks forwarding established\n2025-07-20 14:58:56.304 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][668cbc7c-ebb5-419b-8bf6-924df9570baf] socks connection closed\n2025-07-20 14:58:56.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40083, connect from 127.0.0.1 port 50252 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 14:59:01.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 14:59:01.262 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] received connection request\n2025-07-20 14:59:01.263 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c5b54ce3-0439-4899-9da4-c5b75d62608e""}\n2025-07-20 14:59:01.263 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 14:59:01.295 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] socks forwarding established\n2025-07-20 14:59:01.324 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Process exited with code 0\n2025-07-20 14:59:01.324 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9548a4eb-a4de-4bf1-8729-7f251baa28bc] socks connection closed\n2025-07-20 14:59:01.324 [info] [command][c5b54ce3-0439-4899-9da4-c5b75d62608e] Socket close event received\n2025-07-20 14:59:01.348 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50262 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:00:01.329 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:00:01.330 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585""}\n2025-07-20 15:00:01.331 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] received connection request\n2025-07-20 15:00:01.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:00:01.355 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] socks forwarding established\n2025-07-20 15:00:01.384 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Process exited with code 0\n2025-07-20 15:00:01.384 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4c89451d-ef70-4202-9a2f-59051b5daea7] socks connection closed\n2025-07-20 15:00:01.384 [info] [command][a2b8c6ed-fd0d-4a3c-8974-c311a9ea4585] Socket close event received\n2025-07-20 15:00:01.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50313 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:01:01.386 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:01:01.387 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""aebdb29d-f814-46ec-af04-d175c2a06255""}\n2025-07-20 15:01:01.387 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] received connection request\n2025-07-20 15:01:01.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:01:01.476 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] socks forwarding established\n2025-07-20 15:01:01.507 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Process exited with code 0\n2025-07-20 15:01:01.507 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][792b554d-e2db-44cc-aa70-7b7587175193] socks connection closed\n2025-07-20 15:01:01.507 [info] [command][aebdb29d-f814-46ec-af04-d175c2a06255] Socket close event received\n2025-07-20 15:01:01.531 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50384 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:02:01.508 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:02:01.509 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4939efb3-0856-4630-a745-d8b8883fcf4f""}\n2025-07-20 15:02:01.510 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] received connection request\n2025-07-20 15:02:01.510 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:02:01.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] socks forwarding established\n2025-07-20 15:02:01.668 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Process exited with code 0\n2025-07-20 15:02:01.669 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a983831b-473b-4781-a79d-fa0f64521e4b] socks connection closed\n2025-07-20 15:02:01.669 [info] [command][4939efb3-0856-4630-a745-d8b8883fcf4f] Socket close event received\n2025-07-20 15:02:01.783 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50450 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:03:01.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:03:01.677 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6382aa79-4a9e-4411-987d-815bc366c127""}\n2025-07-20 15:03:01.678 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] received connection request\n2025-07-20 15:03:01.678 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:03:01.744 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] socks forwarding established\n2025-07-20 15:03:01.783 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Process exited with code 0\n2025-07-20 15:03:01.783 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][07541fb0-12ab-4801-9785-d270952920ce] socks connection closed\n2025-07-20 15:03:01.784 [info] [command][6382aa79-4a9e-4411-987d-815bc366c127] Socket close event received\n2025-07-20 15:03:01.816 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50540 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:04:01.785 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:04:01.788 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2d430e8b-8422-46c7-a0b9-03e7b3429adf""}\n2025-07-20 15:04:01.789 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] received connection request\n2025-07-20 15:04:01.789 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:04:01.878 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] socks forwarding established\n2025-07-20 15:04:01.910 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Process exited with code 0\n2025-07-20 15:04:01.911 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a0cfd265-010c-4613-9f6e-b5821df17f4e] socks connection closed\n2025-07-20 15:04:01.911 [info] [command][2d430e8b-8422-46c7-a0b9-03e7b3429adf] Socket close event received\n2025-07-20 15:04:01.981 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50586 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:05:01.912 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:05:01.915 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e3d7f4bc-04e0-4828-b8d4-e76be4428e74""}\n2025-07-20 15:05:01.915 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] received connection request\n2025-07-20 15:05:01.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:05:01.966 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] socks forwarding established\n2025-07-20 15:05:02.141 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Process exited with code 0\n2025-07-20 15:05:02.141 [info] [command][e3d7f4bc-04e0-4828-b8d4-e76be4428e74] Socket close event received\n2025-07-20 15:05:02.166 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aa176f9c-f5ae-4716-8e2d-341396c98a59] socks connection closed\n2025-07-20 15:05:02.205 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50640 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:06:02.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:06:02.150 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2a9be4f5-4b41-42df-96fa-83d2a2ac15c6""}\n2025-07-20 15:06:02.152 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] received connection request\n2025-07-20 15:06:02.153 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:06:02.198 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] socks forwarding established\n2025-07-20 15:06:02.246 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Process exited with code 0\n2025-07-20 15:06:02.246 [info] [command][2a9be4f5-4b41-42df-96fa-83d2a2ac15c6] Socket close event received\n2025-07-20 15:06:02.260 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][746f3310-cd5f-4fce-bd34-162016ac7ba4] socks connection closed\n2025-07-20 15:06:02.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50710 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:07:02.247 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:07:02.249 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4379faf2-73ad-4e22-af48-bdef9914faeb""}\n2025-07-20 15:07:02.249 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] received connection request\n2025-07-20 15:07:02.250 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:07:02.301 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] socks forwarding established\n2025-07-20 15:07:02.357 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Process exited with code 0\n2025-07-20 15:07:02.357 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f3bf3ef3-6efe-4be5-a1df-cebe070d0a85] socks connection closed\n2025-07-20 15:07:02.357 [info] [command][4379faf2-73ad-4e22-af48-bdef9914faeb] Socket close event received\n2025-07-20 15:07:02.430 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50803 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:08:02.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:08:02.363 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d45200b-4654-493a-a9b7-aa579130ae7c""}\n2025-07-20 15:08:02.364 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] received connection request\n2025-07-20 15:08:02.366 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:08:02.412 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] socks forwarding established\n2025-07-20 15:08:02.455 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Process exited with code 0\n2025-07-20 15:08:02.456 [info] [command][4d45200b-4654-493a-a9b7-aa579130ae7c] Socket close event received\n2025-07-20 15:08:02.490 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d23e38a5-4ace-41ca-965f-fa694aee241f] socks connection closed\n2025-07-20 15:08:02.496 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50911 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:09:02.460 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:09:02.461 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7f402860-6e37-4b91-b294-ff1348afb639""}\n2025-07-20 15:09:02.462 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] received connection request\n2025-07-20 15:09:02.462 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:09:02.516 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] socks forwarding established\n2025-07-20 15:09:02.552 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Process exited with code 0\n2025-07-20 15:09:02.552 [info] [command][7f402860-6e37-4b91-b294-ff1348afb639] Socket close event received\n2025-07-20 15:09:02.586 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][51aff89a-7f8a-4dd8-9bbc-ed15713e7f1b] socks connection closed\n2025-07-20 15:09:02.606 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50946 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:10:02.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:10:02.559 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] received connection request\n2025-07-20 15:10:02.560 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5490a807-f85c-4a48-a383-3b33df532876""}\n2025-07-20 15:10:02.560 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:10:02.624 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] socks forwarding established\n2025-07-20 15:10:02.659 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Process exited with code 0\n2025-07-20 15:10:02.659 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e08a8cfd-b89f-41a8-b431-023eb452c256] socks connection closed\n2025-07-20 15:10:02.660 [info] [command][5490a807-f85c-4a48-a383-3b33df532876] Socket close event received\n2025-07-20 15:10:02.800 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 50993 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:11:02.663 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:11:02.665 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a2882461-9b0a-4495-9c37-0550d7ba272d""}\n2025-07-20 15:11:02.665 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] received connection request\n2025-07-20 15:11:02.665 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:11:02.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] socks forwarding established\n2025-07-20 15:11:02.737 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Process exited with code 0\n2025-07-20 15:11:02.737 [info] [command][a2882461-9b0a-4495-9c37-0550d7ba272d] Socket close event received\n2025-07-20 15:11:02.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dff7d01d-11f2-411f-ab22-04bc532e5dac] socks connection closed\n2025-07-20 15:11:02.819 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51059 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:12:02.737 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:12:02.740 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a43eaf6e-4914-4efe-90c2-739c4c2f3b09""}\n2025-07-20 15:12:02.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] received connection request\n2025-07-20 15:12:02.741 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:12:02.860 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] socks forwarding established\n2025-07-20 15:12:02.890 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2953d5d4-09a0-4d48-8e13-cc2a5dff0cd5] socks connection closed\n2025-07-20 15:12:02.891 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Process exited with code 0\n2025-07-20 15:12:02.891 [info] [command][a43eaf6e-4914-4efe-90c2-739c4c2f3b09] Socket close event received\n2025-07-20 15:12:02.915 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51148 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:13:02.895 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:13:02.898 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f8bd53f5-d50b-4b05-a045-265d218313e8""}\n2025-07-20 15:13:02.899 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] received connection request\n2025-07-20 15:13:02.900 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:13:03.019 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] socks forwarding established\n2025-07-20 15:13:03.057 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Process exited with code 0\n2025-07-20 15:13:03.057 [info] [command][f8bd53f5-d50b-4b05-a045-265d218313e8] Socket close event received\n2025-07-20 15:13:03.062 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f84ecea-0223-4052-be0c-b95dbb282ed7] socks connection closed\n2025-07-20 15:13:03.086 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51214 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:14:03.061 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:14:03.063 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""35a03ec9-df3b-48a3-a26a-6d709f9f8575""}\n2025-07-20 15:14:03.064 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] received connection request\n2025-07-20 15:14:03.064 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:14:03.088 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] socks forwarding established\n2025-07-20 15:14:03.120 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Process exited with code 0\n2025-07-20 15:14:03.120 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1b4c9f3c-83a6-4929-a082-83bd6d812574] socks connection closed\n2025-07-20 15:14:03.120 [info] [command][35a03ec9-df3b-48a3-a26a-6d709f9f8575] Socket close event received\n2025-07-20 15:14:03.148 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51264 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:15:03.125 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:15:03.126 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0f051c14-3d62-406c-8631-8be3af9f6239""}\n2025-07-20 15:15:03.127 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] received connection request\n2025-07-20 15:15:03.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:15:03.127 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:15:04.103 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] socks forwarding established\n2025-07-20 15:15:04.137 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a4294ab3-2325-4630-9291-124f04409862] socks connection closed\n2025-07-20 15:15:04.137 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Process exited with code 0\n2025-07-20 15:15:04.137 [info] [command][0f051c14-3d62-406c-8631-8be3af9f6239] Socket close event received\n2025-07-20 15:15:04.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51325 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:16:04.143 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:16:04.146 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ad52f80e-6cd3-4927-86d1-2627f32c263a""}\n2025-07-20 15:16:04.147 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] received connection request\n2025-07-20 15:16:04.147 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:16:04.185 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] socks forwarding established\n2025-07-20 15:16:04.217 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Process exited with code 0\n2025-07-20 15:16:04.217 [info] [command][ad52f80e-6cd3-4927-86d1-2627f32c263a] Socket close event received\n2025-07-20 15:16:04.218 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][00b3a56e-b0fc-4927-ad2c-4c31c1a0b4c1] socks connection closed\n2025-07-20 15:16:04.246 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51381 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:17:04.220 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:17:04.222 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c9b877ef-e27e-4352-98ea-d568aae24b66""}\n2025-07-20 15:17:04.223 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] received connection request\n2025-07-20 15:17:04.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:17:04.250 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] socks forwarding established\n2025-07-20 15:17:04.281 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Process exited with code 0\n2025-07-20 15:17:04.281 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4df0646c-1a18-47e5-9700-29918118e987] socks connection closed\n2025-07-20 15:17:04.281 [info] [command][c9b877ef-e27e-4352-98ea-d568aae24b66] Socket close event received\n2025-07-20 15:17:04.309 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51449 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:18:04.286 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:18:04.288 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d14f1e80-c70c-44cf-9bd1-6d6a274726d1""}\n2025-07-20 15:18:04.289 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] received connection request\n2025-07-20 15:18:04.289 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:18:04.314 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] socks forwarding established\n2025-07-20 15:18:04.344 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Process exited with code 0\n2025-07-20 15:18:04.344 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b84b86a9-441a-4f31-855e-a2e6ba32b406] socks connection closed\n2025-07-20 15:18:04.345 [info] [command][d14f1e80-c70c-44cf-9bd1-6d6a274726d1] Socket close event received\n2025-07-20 15:18:04.371 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51514 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:19:04.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:19:04.349 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""38e4333b-e51c-4341-a9ae-39f152dd9d2d""}\n2025-07-20 15:19:04.350 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] received connection request\n2025-07-20 15:19:04.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:19:04.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] socks forwarding established\n2025-07-20 15:19:04.504 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ba009122-3cba-4af6-b784-25c5d180f1b7] socks connection closed\n2025-07-20 15:19:04.504 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Process exited with code 0\n2025-07-20 15:19:04.504 [info] [command][38e4333b-e51c-4341-a9ae-39f152dd9d2d] Socket close event received\n2025-07-20 15:19:04.530 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51555 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:20:04.506 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:20:04.511 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] received connection request\n2025-07-20 15:20:04.511 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d0ebe693-c67a-4dec-a7ff-8a41fd1ff282""}\n2025-07-20 15:20:04.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:20:04.539 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] socks forwarding established\n2025-07-20 15:20:04.567 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Process exited with code 0\n2025-07-20 15:20:04.567 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][fdfe8bfd-fb88-4b4d-82b9-1a978202aecb] socks connection closed\n2025-07-20 15:20:04.567 [info] [command][d0ebe693-c67a-4dec-a7ff-8a41fd1ff282] Socket close event received\n2025-07-20 15:20:04.601 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51625 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:21:04.572 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:21:04.574 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9035b739-47f2-42b7-934c-23b310fb086f""}\n2025-07-20 15:21:04.575 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] received connection request\n2025-07-20 15:21:04.575 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:21:04.615 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] socks forwarding established\n2025-07-20 15:21:04.648 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Process exited with code 0\n2025-07-20 15:21:04.649 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d17b38b-805c-40b4-9c6a-24103d921a44] socks connection closed\n2025-07-20 15:21:04.649 [info] [command][9035b739-47f2-42b7-934c-23b310fb086f] Socket close event received\n2025-07-20 15:21:04.677 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51681 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:22:04.654 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:22:04.657 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] received connection request\n2025-07-20 15:22:04.658 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d2855afd-7a4f-47b7-ba9f-ee192ffd415b""}\n2025-07-20 15:22:04.658 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:22:04.759 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] socks forwarding established\n2025-07-20 15:22:04.790 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Process exited with code 0\n2025-07-20 15:22:04.791 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce8361c7-41da-4748-872c-4549cebfe348] socks connection closed\n2025-07-20 15:22:04.791 [info] [command][d2855afd-7a4f-47b7-ba9f-ee192ffd415b] Socket close event received\n2025-07-20 15:22:04.817 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51747 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:23:04.796 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:23:04.800 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1ea9b73b-c9e0-4e2e-8328-86b0724f0360""}\n2025-07-20 15:23:04.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] received connection request\n2025-07-20 15:23:04.801 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:23:06.112 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] socks forwarding established\n2025-07-20 15:23:06.214 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Process exited with code 0\n2025-07-20 15:23:06.214 [info] [command][1ea9b73b-c9e0-4e2e-8328-86b0724f0360] Socket close event received\n2025-07-20 15:23:06.297 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d316e41-cd39-4f6e-b6bd-601a796fc1c7] socks connection closed\n2025-07-20 15:23:06.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51828 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:24:06.219 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:24:06.223 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca99bc50-9aaa-4a81-8f0a-b15049c05d7e""}\n2025-07-20 15:24:06.224 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] received connection request\n2025-07-20 15:24:06.224 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:24:06.274 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] socks forwarding established\n2025-07-20 15:24:06.341 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Process exited with code 0\n2025-07-20 15:24:06.341 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][79278c55-3578-4049-8b3e-616bbd763c16] socks connection closed\n2025-07-20 15:24:06.341 [info] [command][ca99bc50-9aaa-4a81-8f0a-b15049c05d7e] Socket close event received\n2025-07-20 15:24:06.380 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51886 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:25:06.344 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:25:06.346 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9119a276-4cc2-4e44-8821-dec76ece0f0d""}\n2025-07-20 15:25:06.347 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] received connection request\n2025-07-20 15:25:06.347 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:25:06.482 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] socks forwarding established\n2025-07-20 15:25:06.522 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Process exited with code 0\n2025-07-20 15:25:06.522 [info] [command][9119a276-4cc2-4e44-8821-dec76ece0f0d] Socket close event received\n2025-07-20 15:25:06.542 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7191df3b-1c71-4782-ba36-db93ededd9b9] socks connection closed\n2025-07-20 15:25:06.549 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51934 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:26:06.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:26:06.529 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8dc652d-9dee-4c39-9bf2-c65c78d09dbf""}\n2025-07-20 15:26:06.530 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] received connection request\n2025-07-20 15:26:06.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:26:06.602 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] socks forwarding established\n2025-07-20 15:26:06.635 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b385366c-10ae-4ff3-a7f3-eda57ab49301] socks connection closed\n2025-07-20 15:26:06.635 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Process exited with code 0\n2025-07-20 15:26:06.635 [info] [command][b8dc652d-9dee-4c39-9bf2-c65c78d09dbf] Socket close event received\n2025-07-20 15:26:06.660 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 51993 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:27:06.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:27:06.642 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f3f2d34f-a1d5-48ab-b174-99391475f59f""}\n2025-07-20 15:27:06.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] received connection request\n2025-07-20 15:27:06.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:27:06.644 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:27:06.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] socks forwarding established\n2025-07-20 15:27:06.702 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Process exited with code 0\n2025-07-20 15:27:06.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d0040447-31e4-4a33-bcaa-ce239d61cb35] socks connection closed\n2025-07-20 15:27:06.703 [info] [command][f3f2d34f-a1d5-48ab-b174-99391475f59f] Socket close event received\n2025-07-20 15:27:06.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52054 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:28:06.704 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:28:06.705 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8b726fb2-34e0-4e74-90eb-c6dde0ac5803""}\n2025-07-20 15:28:06.705 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] received connection request\n2025-07-20 15:28:06.706 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:28:06.706 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:28:06.731 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] socks forwarding established\n2025-07-20 15:28:06.857 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Process exited with code 0\n2025-07-20 15:28:06.858 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][25135530-820f-493c-8913-9a718ece3b12] socks connection closed\n2025-07-20 15:28:06.858 [info] [command][8b726fb2-34e0-4e74-90eb-c6dde0ac5803] Socket close event received\n2025-07-20 15:28:06.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52116 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:29:06.862 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:29:06.863 [info] [command][0470a458-8524-4049-af98-008729add335] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0470a458-8524-4049-af98-008729add335""}\n2025-07-20 15:29:06.864 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] received connection request\n2025-07-20 15:29:06.865 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:29:06.892 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] socks forwarding established\n2025-07-20 15:29:06.924 [info] [command][0470a458-8524-4049-af98-008729add335] Process exited with code 0\n2025-07-20 15:29:06.924 [info] [command][0470a458-8524-4049-af98-008729add335] Socket close event received\n2025-07-20 15:29:06.948 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f464edfd-2bb5-4f61-a192-93408d89e883] socks connection closed\n2025-07-20 15:29:06.948 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52167 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:30:06.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:30:06.931 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""918dd0de-ae2d-49eb-b62a-fe108b07f08f""}\n2025-07-20 15:30:06.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] received connection request\n2025-07-20 15:30:06.933 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:30:07.047 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] socks forwarding established\n2025-07-20 15:30:07.083 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Process exited with code 0\n2025-07-20 15:30:07.083 [info] [command][918dd0de-ae2d-49eb-b62a-fe108b07f08f] Socket close event received\n2025-07-20 15:30:07.108 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cbb15364-00df-4b16-9024-ab873fe12ea5] socks connection closed\n2025-07-20 15:30:07.126 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52234 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:31:07.088 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:31:07.090 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b24143e-b93b-403a-b2f3-d840df4174fc""}\n2025-07-20 15:31:07.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] received connection request\n2025-07-20 15:31:07.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:31:07.206 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] socks forwarding established\n2025-07-20 15:31:07.270 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Process exited with code 0\n2025-07-20 15:31:07.271 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][52fd656c-3c62-4f91-94b6-1e54fa6e87da] socks connection closed\n2025-07-20 15:31:07.271 [info] [command][1b24143e-b93b-403a-b2f3-d840df4174fc] Socket close event received\n2025-07-20 15:31:07.297 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52300 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:32:07.276 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:32:07.278 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6eaf5ed4-151a-4845-8e42-6a18aba60987""}\n2025-07-20 15:32:07.279 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] received connection request\n2025-07-20 15:32:07.279 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:32:07.305 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] socks forwarding established\n2025-07-20 15:32:07.350 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Process exited with code 0\n2025-07-20 15:32:07.350 [info] [command][6eaf5ed4-151a-4845-8e42-6a18aba60987] Socket close event received\n2025-07-20 15:32:07.372 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][088d6a8f-7b2a-4ebd-8793-7e24c2099717] socks connection closed\n2025-07-20 15:32:07.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52360 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:33:07.351 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:33:07.354 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9a59b826-0ae2-4d82-97f8-4036e7c57a1e""}\n2025-07-20 15:33:07.354 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] received connection request\n2025-07-20 15:33:07.355 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:33:07.384 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] socks forwarding established\n2025-07-20 15:33:07.414 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Process exited with code 0\n2025-07-20 15:33:07.414 [info] [command][9a59b826-0ae2-4d82-97f8-4036e7c57a1e] Socket close event received\n2025-07-20 15:33:07.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52426 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:33:07.439 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3c01fb12-45dd-4b9c-8346-be8efb19a8e6] socks connection closed\n2025-07-20 15:34:07.415 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:34:07.417 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5144b8c7-f1fa-4816-8dcd-e7b248686d0c""}\n2025-07-20 15:34:07.417 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] received connection request\n2025-07-20 15:34:07.418 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:34:07.445 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] socks forwarding established\n2025-07-20 15:34:07.564 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Process exited with code 0\n2025-07-20 15:34:07.565 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][db794674-a09e-44fd-be0f-40a96bf56f1a] socks connection closed\n2025-07-20 15:34:07.566 [info] [command][5144b8c7-f1fa-4816-8dcd-e7b248686d0c] Socket close event received\n2025-07-20 15:34:07.593 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52485 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:35:07.569 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:35:07.572 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""6837432a-7413-4ffe-bb2c-88bb2505408c""}\n2025-07-20 15:35:07.572 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] received connection request\n2025-07-20 15:35:07.573 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:35:07.603 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] socks forwarding established\n2025-07-20 15:35:07.636 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Process exited with code 0\n2025-07-20 15:35:07.636 [info] [command][6837432a-7413-4ffe-bb2c-88bb2505408c] Socket close event received\n2025-07-20 15:35:07.660 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e0d7a1f3-1e10-41a2-a5f0-16b5aff51647] socks connection closed\n2025-07-20 15:35:07.672 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52550 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:36:07.636 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:36:07.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] received connection request\n2025-07-20 15:36:07.638 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9ba3e0aa-18d6-42eb-9de5-58697d5e4632""}\n2025-07-20 15:36:07.638 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:36:07.639 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:36:07.666 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] socks forwarding established\n2025-07-20 15:36:07.709 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Process exited with code 0\n2025-07-20 15:36:07.709 [info] [command][9ba3e0aa-18d6-42eb-9de5-58697d5e4632] Socket close event received\n2025-07-20 15:36:07.725 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][da88a8c7-4b03-4507-a3a6-c5fb20d860be] socks connection closed\n2025-07-20 15:36:07.736 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52612 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:37:07.711 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:37:07.712 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2e0d4bcf-e412-4d85-9cfc-a583e767b9ff""}\n2025-07-20 15:37:07.712 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] received connection request\n2025-07-20 15:37:07.713 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:37:07.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] socks forwarding established\n2025-07-20 15:37:07.774 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Process exited with code 0\n2025-07-20 15:37:07.775 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a2d3f7b3-3e16-4405-ba62-2a165a9a7d8e] socks connection closed\n2025-07-20 15:37:07.775 [info] [command][2e0d4bcf-e412-4d85-9cfc-a583e767b9ff] Socket close event received\n2025-07-20 15:37:07.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52682 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:38:07.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:38:07.781 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d6965fe9-08f2-4fd1-b0e3-4b5e3358087d""}\n2025-07-20 15:38:07.782 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] received connection request\n2025-07-20 15:38:07.782 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:38:07.849 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] socks forwarding established\n2025-07-20 15:38:07.881 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Process exited with code 0\n2025-07-20 15:38:07.881 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][44afc3a3-90ee-48c8-aea7-ca31269c6361] socks connection closed\n2025-07-20 15:38:07.881 [info] [command][d6965fe9-08f2-4fd1-b0e3-4b5e3358087d] Socket close event received\n2025-07-20 15:38:07.917 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52745 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:39:07.886 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:39:07.888 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7dfbcefd-ce56-4a1d-a30a-59bfce9681ca""}\n2025-07-20 15:39:07.888 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] received connection request\n2025-07-20 15:39:07.888 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:39:07.888 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:39:08.014 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] socks forwarding established\n2025-07-20 15:39:08.051 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3f564859-3586-4a21-afc7-7fc6edac6525] socks connection closed\n2025-07-20 15:39:08.051 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Process exited with code 0\n2025-07-20 15:39:08.052 [info] [command][7dfbcefd-ce56-4a1d-a30a-59bfce9681ca] Socket close event received\n2025-07-20 15:39:08.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52790 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:40:08.054 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:40:08.056 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""841014ab-b07e-4a84-8951-344d07a7fd7d""}\n2025-07-20 15:40:08.057 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] received connection request\n2025-07-20 15:40:08.058 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:40:08.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] socks forwarding established\n2025-07-20 15:40:08.115 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Process exited with code 0\n2025-07-20 15:40:08.115 [info] [command][841014ab-b07e-4a84-8951-344d07a7fd7d] Socket close event received\n2025-07-20 15:40:08.117 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][63b885c7-0513-463d-97a8-5aa4c833dd3c] socks connection closed\n2025-07-20 15:40:08.139 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52849 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:41:08.116 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:41:08.119 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cce7082c-6f69-4444-95f0-94e5634a1686""}\n2025-07-20 15:41:08.120 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] received connection request\n2025-07-20 15:41:08.121 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:41:08.146 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] socks forwarding established\n2025-07-20 15:41:08.177 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Process exited with code 0\n2025-07-20 15:41:08.177 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][30450303-e559-4df8-96a6-b0c0e1db9d82] socks connection closed\n2025-07-20 15:41:08.177 [info] [command][cce7082c-6f69-4444-95f0-94e5634a1686] Socket close event received\n2025-07-20 15:41:08.202 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52907 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:42:08.182 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:42:08.186 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a162c783-922d-4170-ba09-b45f34100c01""}\n2025-07-20 15:42:08.186 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] received connection request\n2025-07-20 15:42:08.187 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:42:08.214 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] socks forwarding established\n2025-07-20 15:42:08.247 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Process exited with code 0\n2025-07-20 15:42:08.247 [info] [command][a162c783-922d-4170-ba09-b45f34100c01] Socket close event received\n2025-07-20 15:42:08.267 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][835752ce-1385-447e-b15f-bda7423ec07b] socks connection closed\n2025-07-20 15:42:08.272 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 52971 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:43:08.248 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:43:08.251 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8be6a08-80d0-431b-9c7a-b624157a8f90""}\n2025-07-20 15:43:08.252 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] received connection request\n2025-07-20 15:43:08.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:43:08.286 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] socks forwarding established\n2025-07-20 15:43:08.316 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Process exited with code 0\n2025-07-20 15:43:08.317 [info] [command][b8be6a08-80d0-431b-9c7a-b624157a8f90] Socket close event received\n2025-07-20 15:43:08.338 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3fca4621-2c77-466c-a020-0ebc62472e33] socks connection closed\n2025-07-20 15:43:08.343 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53021 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:44:08.321 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:44:08.322 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3""}\n2025-07-20 15:44:08.322 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] received connection request\n2025-07-20 15:44:08.324 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 15:44:08.324 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:44:08.352 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] socks forwarding established\n2025-07-20 15:44:08.382 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Process exited with code 0\n2025-07-20 15:44:08.382 [info] [command][9f7b29aa-95aa-42d4-ab3f-e2cd4041b2b3] Socket close event received\n2025-07-20 15:44:08.401 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e9f8336a-2505-4d02-9a51-515f8160e6c2] socks connection closed\n2025-07-20 15:44:08.408 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53072 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:45:08.385 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:45:08.387 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7823c057-4a56-4aa6-8c85-28b517f35dda""}\n2025-07-20 15:45:08.387 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] received connection request\n2025-07-20 15:45:08.388 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:45:08.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] socks forwarding established\n2025-07-20 15:45:08.458 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Process exited with code 0\n2025-07-20 15:45:08.458 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8cfa8a62-0c3e-4e16-9509-ff2ab1af852e] socks connection closed\n2025-07-20 15:45:08.458 [info] [command][7823c057-4a56-4aa6-8c85-28b517f35dda] Socket close event received\n2025-07-20 15:45:08.483 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53122 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:46:08.463 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:46:08.464 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""de2992b4-5ce2-4edd-9c27-13be5953d8c7""}\n2025-07-20 15:46:08.465 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] received connection request\n2025-07-20 15:46:08.465 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:46:08.491 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] socks forwarding established\n2025-07-20 15:46:08.524 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Process exited with code 0\n2025-07-20 15:46:08.524 [info] [command][de2992b4-5ce2-4edd-9c27-13be5953d8c7] Socket close event received\n2025-07-20 15:46:08.524 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ce55bc84-1bff-41aa-840d-76c11d05eeb7] socks connection closed\n2025-07-20 15:46:08.550 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53193 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:47:08.529 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:47:08.532 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] received connection request\n2025-07-20 15:47:08.532 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ed8f7598-6e10-4760-9642-b9adf29e1c4b""}\n2025-07-20 15:47:08.534 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:47:08.570 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] socks forwarding established\n2025-07-20 15:47:08.603 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Process exited with code 0\n2025-07-20 15:47:08.603 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d00e156c-7b80-422c-a6e4-0546bac0259d] socks connection closed\n2025-07-20 15:47:08.603 [info] [command][ed8f7598-6e10-4760-9642-b9adf29e1c4b] Socket close event received\n2025-07-20 15:47:08.627 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53265 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:48:08.608 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:48:08.610 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1""}\n2025-07-20 15:48:08.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] received connection request\n2025-07-20 15:48:08.611 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:48:08.636 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] socks forwarding established\n2025-07-20 15:48:08.664 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Process exited with code 0\n2025-07-20 15:48:08.664 [info] [command][400e9aef-e3a3-4910-acf1-2d4fb4d0e2f1] Socket close event received\n2025-07-20 15:48:08.665 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][50dda335-1700-4472-8092-23af93666eeb] socks connection closed\n2025-07-20 15:48:08.694 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53315 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:49:08.668 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:49:08.671 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""170486f8-6567-41c2-9d44-a2747a095fc1""}\n2025-07-20 15:49:08.671 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] received connection request\n2025-07-20 15:49:08.672 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:49:08.699 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] socks forwarding established\n2025-07-20 15:49:08.731 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Process exited with code 0\n2025-07-20 15:49:08.731 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1e33c6ed-2e01-44dc-a8c6-91dcda03c554] socks connection closed\n2025-07-20 15:49:08.731 [info] [command][170486f8-6567-41c2-9d44-a2747a095fc1] Socket close event received\n2025-07-20 15:49:08.755 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53362 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:50:08.738 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:50:08.740 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7ae519ab-d02c-42b1-8ef5-63a759f01319""}\n2025-07-20 15:50:08.741 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] received connection request\n2025-07-20 15:50:08.742 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:50:08.768 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] socks forwarding established\n2025-07-20 15:50:08.802 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Process exited with code 0\n2025-07-20 15:50:08.802 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0fbfd3a7-3d83-4ac7-afcb-4b7694eaf542] socks connection closed\n2025-07-20 15:50:08.803 [info] [command][7ae519ab-d02c-42b1-8ef5-63a759f01319] Socket close event received\n2025-07-20 15:50:08.827 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53399 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:51:08.807 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:51:08.807 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5cb3d970-449e-4896-a61f-269c53f4623a""}\n2025-07-20 15:51:08.807 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] received connection request\n2025-07-20 15:51:08.808 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:51:08.856 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] socks forwarding established\n2025-07-20 15:51:08.890 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b922a319-d6e4-459e-ad0e-a1f7ac26d82a] socks connection closed\n2025-07-20 15:51:08.891 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Process exited with code 0\n2025-07-20 15:51:08.891 [info] [command][5cb3d970-449e-4896-a61f-269c53f4623a] Socket close event received\n2025-07-20 15:51:08.926 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:52:08.893 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:52:08.895 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d73e82eb-4c96-49af-9bf6-950b87dd5d9e""}\n2025-07-20 15:52:08.895 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] received connection request\n2025-07-20 15:52:08.895 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:52:08.927 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] socks forwarding established\n2025-07-20 15:52:08.954 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Process exited with code 0\n2025-07-20 15:52:08.954 [info] [command][d73e82eb-4c96-49af-9bf6-950b87dd5d9e] Socket close event received\n2025-07-20 15:52:08.954 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a8f3b020-4a3a-476e-8cb9-acb670e07227] socks connection closed\n2025-07-20 15:52:08.977 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53548 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:53:08.953 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:53:08.953 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f63716b1-3a0c-4f77-aafd-11eeeb43caad""}\n2025-07-20 15:53:08.954 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] received connection request\n2025-07-20 15:53:08.954 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:53:09.000 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] socks forwarding established\n2025-07-20 15:53:09.085 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Process exited with code 0\n2025-07-20 15:53:09.086 [info] [command][f63716b1-3a0c-4f77-aafd-11eeeb43caad] Socket close event received\n2025-07-20 15:53:09.102 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b5ba53d9-e2a6-40f7-9918-be908a96ce61] socks connection closed\n2025-07-20 15:53:09.149 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53615 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:54:09.090 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:54:09.093 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""5e17de68-4f6b-4d6b-af4e-ceca3b1126fe""}\n2025-07-20 15:54:09.093 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] received connection request\n2025-07-20 15:54:09.094 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:54:09.128 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] socks forwarding established\n2025-07-20 15:54:09.217 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Process exited with code 0\n2025-07-20 15:54:09.217 [info] [command][5e17de68-4f6b-4d6b-af4e-ceca3b1126fe] Socket close event received\n2025-07-20 15:54:09.272 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][059c5d33-a2d3-4f13-962e-73d5a7c2efa6] socks connection closed\n2025-07-20 15:54:09.284 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53677 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:55:09.218 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:55:09.220 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""797083c0-0fe3-4c78-9282-4f46b7047711""}\n2025-07-20 15:55:09.221 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] received connection request\n2025-07-20 15:55:09.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:55:09.245 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] socks forwarding established\n2025-07-20 15:55:09.354 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Process exited with code 0\n2025-07-20 15:55:09.354 [info] [command][797083c0-0fe3-4c78-9282-4f46b7047711] Socket close event received\n2025-07-20 15:55:09.356 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][a7132726-e842-4eca-9346-8732eed06351] socks connection closed\n2025-07-20 15:55:09.381 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53725 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:56:09.355 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:56:09.356 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e8cf9692-85ae-4ad1-b0ff-cd9e1a497294""}\n2025-07-20 15:56:09.357 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] received connection request\n2025-07-20 15:56:09.357 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:56:09.382 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] socks forwarding established\n2025-07-20 15:56:09.431 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Process exited with code 0\n2025-07-20 15:56:09.431 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b0c20ccc-24c5-4fe1-a6dc-57a97c48f214] socks connection closed\n2025-07-20 15:56:09.431 [info] [command][e8cf9692-85ae-4ad1-b0ff-cd9e1a497294] Socket close event received\n2025-07-20 15:56:09.459 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53788 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:57:09.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:57:09.438 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9cbd48b8-dedb-465d-b640-77100c6c66db""}\n2025-07-20 15:57:09.439 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] received connection request\n2025-07-20 15:57:09.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:57:09.476 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] socks forwarding established\n2025-07-20 15:57:09.505 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Process exited with code 0\n2025-07-20 15:57:09.506 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][22a164e4-b416-4b82-8ed5-a2dce57b6b5a] socks connection closed\n2025-07-20 15:57:09.506 [info] [command][9cbd48b8-dedb-465d-b640-77100c6c66db] Socket close event received\n2025-07-20 15:57:09.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53855 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:58:09.509 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:58:09.511 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""302b88ef-75de-46c9-9a2e-5adf1cd17633""}\n2025-07-20 15:58:09.512 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] received connection request\n2025-07-20 15:58:09.512 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:58:09.543 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] socks forwarding established\n2025-07-20 15:58:09.576 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Process exited with code 0\n2025-07-20 15:58:09.576 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14abfc5c-b953-496d-a492-713012272f92] socks connection closed\n2025-07-20 15:58:09.577 [info] [command][302b88ef-75de-46c9-9a2e-5adf1cd17633] Socket close event received\n2025-07-20 15:58:09.602 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53934 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 15:59:09.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 15:59:09.582 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8acb2744-eb80-49f6-8d7c-f9087133bf87""}\n2025-07-20 15:59:09.583 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] received connection request\n2025-07-20 15:59:09.583 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 15:59:09.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] socks forwarding established\n2025-07-20 15:59:09.640 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Process exited with code 0\n2025-07-20 15:59:09.640 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4d8dfbe8-3549-48cf-922f-75f625344bfd] socks connection closed\n2025-07-20 15:59:09.640 [info] [command][8acb2744-eb80-49f6-8d7c-f9087133bf87] Socket close event received\n2025-07-20 15:59:09.666 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 53978 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:00:09.642 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:00:09.643 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""fbc264ce-cae0-4525-ad2b-55172487ed2b""}\n2025-07-20 16:00:09.644 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] received connection request\n2025-07-20 16:00:09.645 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:00:09.676 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] socks forwarding established\n2025-07-20 16:00:09.710 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Process exited with code 0\n2025-07-20 16:00:09.710 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][327a1ab4-0b3b-4617-8041-733bf4798adc] socks connection closed\n2025-07-20 16:00:09.711 [info] [command][fbc264ce-cae0-4525-ad2b-55172487ed2b] Socket close event received\n2025-07-20 16:00:09.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54028 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:01:09.709 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:01:09.711 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""041d8b6e-67ad-4b73-a678-ee9e8353079f""}\n2025-07-20 16:01:09.712 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] received connection request\n2025-07-20 16:01:09.712 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:01:09.752 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] socks forwarding established\n2025-07-20 16:01:09.788 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Process exited with code 0\n2025-07-20 16:01:09.788 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1748d2f0-e125-4c96-9123-13a8b3a743ce] socks connection closed\n2025-07-20 16:01:09.788 [info] [command][041d8b6e-67ad-4b73-a678-ee9e8353079f] Socket close event received\n2025-07-20 16:01:09.815 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54108 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:02:09.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:02:09.793 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""88372daa-a060-453a-b845-6f72c80b466d""}\n2025-07-20 16:02:09.793 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] received connection request\n2025-07-20 16:02:09.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:02:09.818 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] socks forwarding established\n2025-07-20 16:02:09.846 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Process exited with code 0\n2025-07-20 16:02:09.847 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][649a4dc4-997a-4a8d-a65e-f4665088e897] socks connection closed\n2025-07-20 16:02:09.847 [info] [command][88372daa-a060-453a-b845-6f72c80b466d] Socket close event received\n2025-07-20 16:02:09.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54182 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:03:09.849 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:03:09.851 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""140bcdd8-9995-4473-86c0-afbc9e842b6a""}\n2025-07-20 16:03:09.852 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] received connection request\n2025-07-20 16:03:09.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:03:09.878 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] socks forwarding established\n2025-07-20 16:03:09.908 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Process exited with code 0\n2025-07-20 16:03:09.908 [info] [command][140bcdd8-9995-4473-86c0-afbc9e842b6a] Socket close event received\n2025-07-20 16:03:09.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][20ae62e3-785c-4e79-8033-2edd59b42b40] socks connection closed\n2025-07-20 16:03:09.933 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54260 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:04:09.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:04:09.915 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""12dc4470-b1e4-4803-8751-aa9337975e26""}\n2025-07-20 16:04:09.915 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] received connection request\n2025-07-20 16:04:09.916 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:04:09.941 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] socks forwarding established\n2025-07-20 16:04:09.969 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Process exited with code 0\n2025-07-20 16:04:09.969 [info] [command][12dc4470-b1e4-4803-8751-aa9337975e26] Socket close event received\n2025-07-20 16:04:10.100 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1fe465aa-fb85-4631-8d58-9283eed5ea1d] socks connection closed\n2025-07-20 16:04:10.100 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54297 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:05:09.969 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:05:09.973 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] received connection request\n2025-07-20 16:05:09.973 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""bf6379ea-af92-45ba-9d7a-64b934cf3597""}\n2025-07-20 16:05:09.973 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:05:09.998 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] socks forwarding established\n2025-07-20 16:05:10.029 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Process exited with code 0\n2025-07-20 16:05:10.029 [info] [command][bf6379ea-af92-45ba-9d7a-64b934cf3597] Socket close event received\n2025-07-20 16:05:10.051 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6d7ac720-2056-4ada-b8d1-0f97304a45a5] socks connection closed\n2025-07-20 16:05:10.054 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54340 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:06:10.034 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:06:10.036 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9cf1d9a9-d478-422f-b4ac-e6af4d9044f5""}\n2025-07-20 16:06:10.036 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] received connection request\n2025-07-20 16:06:10.037 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:06:10.062 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] socks forwarding established\n2025-07-20 16:06:10.117 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Process exited with code 0\n2025-07-20 16:06:10.117 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ee594d19-12c4-47f3-80d3-7a5916def563] socks connection closed\n2025-07-20 16:06:10.117 [info] [command][9cf1d9a9-d478-422f-b4ac-e6af4d9044f5] Socket close event received\n2025-07-20 16:06:10.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54426 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:07:10.120 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:07:10.122 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""42b12a41-8324-4c21-9872-39580301f670""}\n2025-07-20 16:07:10.123 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] received connection request\n2025-07-20 16:07:10.124 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:07:10.240 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] socks forwarding established\n2025-07-20 16:07:10.270 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Process exited with code 0\n2025-07-20 16:07:10.270 [info] [command][42b12a41-8324-4c21-9872-39580301f670] Socket close event received\n2025-07-20 16:07:10.294 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54489 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:07:10.294 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][139c540c-5f06-4be8-8fca-100bde350a44] socks connection closed\n2025-07-20 16:08:10.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:08:10.277 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""32344b4f-fdd5-4543-96d4-d6f546ff90b5""}\n2025-07-20 16:08:10.278 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] received connection request\n2025-07-20 16:08:10.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:08:10.304 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] socks forwarding established\n2025-07-20 16:08:10.372 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Process exited with code 0\n2025-07-20 16:08:10.372 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][84cca126-b7fa-4216-8595-692f87f8d2fa] socks connection closed\n2025-07-20 16:08:10.372 [info] [command][32344b4f-fdd5-4543-96d4-d6f546ff90b5] Socket close event received\n2025-07-20 16:08:10.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54551 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:09:10.377 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:09:10.380 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""004828b5-92a3-41c0-ade7-735e7c79f372""}\n2025-07-20 16:09:10.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] received connection request\n2025-07-20 16:09:10.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:09:10.497 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] socks forwarding established\n2025-07-20 16:09:10.527 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Process exited with code 0\n2025-07-20 16:09:10.527 [info] [command][004828b5-92a3-41c0-ade7-735e7c79f372] Socket close event received\n2025-07-20 16:09:10.573 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f8546528-6f92-41b8-a34e-6d67d85c7f76] socks connection closed\n2025-07-20 16:09:10.585 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54590 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:10:10.527 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:10:10.529 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""399a4474-2761-41fb-a3de-8fd307e88f76""}\n2025-07-20 16:10:10.529 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] received connection request\n2025-07-20 16:10:10.529 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:10:10.609 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] socks forwarding established\n2025-07-20 16:10:10.637 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Process exited with code 0\n2025-07-20 16:10:10.637 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8359bc68-2e73-43f0-8b0e-f5b7aff39ddb] socks connection closed\n2025-07-20 16:10:10.637 [info] [command][399a4474-2761-41fb-a3de-8fd307e88f76] Socket close event received\n2025-07-20 16:10:10.669 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54644 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:11:10.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:11:10.643 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b89570a8-28b2-4155-ae2b-2ddc08f43a21""}\n2025-07-20 16:11:10.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] received connection request\n2025-07-20 16:11:10.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:11:10.644 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:11:10.677 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] socks forwarding established\n2025-07-20 16:11:10.707 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Process exited with code 0\n2025-07-20 16:11:10.707 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1191ebeb-021e-41fa-83e1-ab56ea4eb24e] socks connection closed\n2025-07-20 16:11:10.707 [info] [command][b89570a8-28b2-4155-ae2b-2ddc08f43a21] Socket close event received\n2025-07-20 16:11:10.733 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54708 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:12:10.712 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:12:10.713 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""372e4b9a-1493-43df-998b-85c55df2ba61""}\n2025-07-20 16:12:10.714 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] received connection request\n2025-07-20 16:12:10.715 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:12:10.740 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] socks forwarding established\n2025-07-20 16:12:10.846 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Process exited with code 0\n2025-07-20 16:12:10.846 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e53f26ff-dea9-4f31-b7e3-1e9c0a6c99e5] socks connection closed\n2025-07-20 16:12:10.846 [info] [command][372e4b9a-1493-43df-998b-85c55df2ba61] Socket close event received\n2025-07-20 16:12:10.870 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54769 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:13:10.851 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:13:10.852 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""15cbaaf5-1f54-46ce-92f8-8cd862431827""}\n2025-07-20 16:13:10.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] received connection request\n2025-07-20 16:13:10.854 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:13:10.968 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] socks forwarding established\n2025-07-20 16:13:10.997 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Process exited with code 0\n2025-07-20 16:13:10.998 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1cfe59c4-285e-4a71-b5c0-3cb9a6160d48] socks connection closed\n2025-07-20 16:13:10.998 [info] [command][15cbaaf5-1f54-46ce-92f8-8cd862431827] Socket close event received\n2025-07-20 16:13:11.045 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54826 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:14:11.001 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:14:11.003 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] received connection request\n2025-07-20 16:14:11.004 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e""}\n2025-07-20 16:14:11.007 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:14:11.135 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] socks forwarding established\n2025-07-20 16:14:11.241 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Process exited with code 0\n2025-07-20 16:14:11.241 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dccb2f9d-09a7-44b5-b779-abae6307b36a] socks connection closed\n2025-07-20 16:14:11.241 [info] [command][cd03cc7d-e4a7-4d2e-b9a0-2808358fcf3e] Socket close event received\n2025-07-20 16:14:11.357 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54868 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:15:11.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:15:11.247 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e5160ab9-7df1-4b42-80db-f66aa0e09afe""}\n2025-07-20 16:15:11.248 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] received connection request\n2025-07-20 16:15:11.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:15:11.273 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] socks forwarding established\n2025-07-20 16:15:11.304 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Process exited with code 0\n2025-07-20 16:15:11.304 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b6d5c3d2-9bcd-4c4f-a541-21e1199eb482] socks connection closed\n2025-07-20 16:15:11.304 [info] [command][e5160ab9-7df1-4b42-80db-f66aa0e09afe] Socket close event received\n2025-07-20 16:15:11.331 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54916 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:16:11.303 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:16:11.306 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""496d3fc0-5074-4eae-91a5-9a126d6d438c""}\n2025-07-20 16:16:11.307 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] received connection request\n2025-07-20 16:16:11.307 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:16:11.343 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] socks forwarding established\n2025-07-20 16:16:11.373 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Process exited with code 0\n2025-07-20 16:16:11.374 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9794056b-8268-4d6c-a539-44848ab0312f] socks connection closed\n2025-07-20 16:16:11.374 [info] [command][496d3fc0-5074-4eae-91a5-9a126d6d438c] Socket close event received\n2025-07-20 16:16:11.397 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 54964 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:17:11.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:17:11.380 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""230a17f1-2bf9-4a00-a780-b9dd7ce33259""}\n2025-07-20 16:17:11.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] received connection request\n2025-07-20 16:17:11.382 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:17:11.605 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] socks forwarding established\n2025-07-20 16:17:11.637 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Process exited with code 0\n2025-07-20 16:17:11.637 [info] [command][230a17f1-2bf9-4a00-a780-b9dd7ce33259] Socket close event received\n2025-07-20 16:17:11.642 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dd87102b-90c8-4325-ac6e-f87092ea48e2] socks connection closed\n2025-07-20 16:17:11.792 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55019 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:18:11.641 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:18:11.643 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4a2129c8-e00e-4f88-9f6b-bc4d8c88b018""}\n2025-07-20 16:18:11.643 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] received connection request\n2025-07-20 16:18:11.644 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:18:11.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] socks forwarding established\n2025-07-20 16:18:11.699 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Process exited with code 0\n2025-07-20 16:18:11.699 [info] [command][4a2129c8-e00e-4f88-9f6b-bc4d8c88b018] Socket close event received\n2025-07-20 16:18:11.700 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e028e66c-43f3-435f-87e0-3ef44a7ada84] socks connection closed\n2025-07-20 16:18:11.725 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55074 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:19:11.701 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:19:11.702 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""3d5f009d-0f6f-4e1a-b669-f8930dce1757""}\n2025-07-20 16:19:11.703 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] received connection request\n2025-07-20 16:19:11.703 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:19:11.728 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] socks forwarding established\n2025-07-20 16:19:11.759 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Process exited with code 0\n2025-07-20 16:19:11.759 [info] [command][3d5f009d-0f6f-4e1a-b669-f8930dce1757] Socket close event received\n2025-07-20 16:19:11.759 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][222644e7-7213-4b1f-9b3c-9b150f4c8e1f] socks connection closed\n2025-07-20 16:19:11.784 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55123 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:20:11.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:20:11.764 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] received connection request\n2025-07-20 16:20:11.765 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c4e22154-e41f-4d59-b15d-375340ebc46a""}\n2025-07-20 16:20:11.765 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:20:11.794 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] socks forwarding established\n2025-07-20 16:20:11.824 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Process exited with code 0\n2025-07-20 16:20:11.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8d55acef-245f-46a0-b3a4-9429ba533423] socks connection closed\n2025-07-20 16:20:11.825 [info] [command][c4e22154-e41f-4d59-b15d-375340ebc46a] Socket close event received\n2025-07-20 16:20:11.950 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55173 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:21:11.829 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:21:11.831 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""15304322-61e7-4ccc-8e6a-16dcb600f38d""}\n2025-07-20 16:21:11.832 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] received connection request\n2025-07-20 16:21:11.832 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:21:11.940 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] socks forwarding established\n2025-07-20 16:21:11.976 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Process exited with code 0\n2025-07-20 16:21:11.976 [info] [command][15304322-61e7-4ccc-8e6a-16dcb600f38d] Socket close event received\n2025-07-20 16:21:11.979 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23de4515-70ea-45d1-ab0e-41ee97d30c63] socks connection closed\n2025-07-20 16:21:12.042 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55227 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:22:11.979 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:22:11.981 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2fa9c209-d007-413f-ab12-1c64f9457646""}\n2025-07-20 16:22:11.981 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] received connection request\n2025-07-20 16:22:11.981 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:22:12.041 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] socks forwarding established\n2025-07-20 16:22:12.086 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Process exited with code 0\n2025-07-20 16:22:12.086 [info] [command][2fa9c209-d007-413f-ab12-1c64f9457646] Socket close event received\n2025-07-20 16:22:12.100 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][81135d87-c609-4803-8c11-99cb4d5ce60d] socks connection closed\n2025-07-20 16:22:12.113 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55284 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:23:12.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:23:12.090 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b8a81bf8-2e85-4def-8530-e54054133bb7""}\n2025-07-20 16:23:12.091 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] received connection request\n2025-07-20 16:23:12.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:23:12.116 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] socks forwarding established\n2025-07-20 16:23:12.147 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Process exited with code 0\n2025-07-20 16:23:12.147 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][829de282-6cc2-4c4f-8968-70046b6a418e] socks connection closed\n2025-07-20 16:23:12.147 [info] [command][b8a81bf8-2e85-4def-8530-e54054133bb7] Socket close event received\n2025-07-20 16:23:12.173 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55339 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:24:12.152 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:24:12.154 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] received connection request\n2025-07-20 16:24:12.154 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""384adbc8-091b-4b44-a88b-3deddf37cfe0""}\n2025-07-20 16:24:12.154 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:24:12.178 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] socks forwarding established\n2025-07-20 16:24:12.275 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Process exited with code 0\n2025-07-20 16:24:12.276 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][14f97731-73be-4d35-8b82-528530639aa9] socks connection closed\n2025-07-20 16:24:12.276 [info] [command][384adbc8-091b-4b44-a88b-3deddf37cfe0] Socket close event received\n2025-07-20 16:24:12.298 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55381 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:25:12.278 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:25:12.281 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""65afbc5a-d326-4ee8-8841-8bc35117431b""}\n2025-07-20 16:25:12.281 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] received connection request\n2025-07-20 16:25:12.282 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:25:12.306 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] socks forwarding established\n2025-07-20 16:25:12.333 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Process exited with code 0\n2025-07-20 16:25:12.333 [info] [command][65afbc5a-d326-4ee8-8841-8bc35117431b] Socket close event received\n2025-07-20 16:25:12.333 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dc74491a-9b45-451b-bef0-218de2f24845] socks connection closed\n2025-07-20 16:25:12.356 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55428 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:26:12.334 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:26:12.336 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8826de55-877d-44bb-9dac-ae053cf1bce1""}\n2025-07-20 16:26:12.336 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] received connection request\n2025-07-20 16:26:12.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:26:12.362 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] socks forwarding established\n2025-07-20 16:26:12.391 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Process exited with code 0\n2025-07-20 16:26:12.391 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][619d6efe-54aa-4ac7-b4dc-a8b74f825d2b] socks connection closed\n2025-07-20 16:26:12.391 [info] [command][8826de55-877d-44bb-9dac-ae053cf1bce1] Socket close event received\n2025-07-20 16:26:12.415 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55474 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:27:12.396 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:27:12.398 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8cd852aa-9c81-4945-a962-85c2810e04c4""}\n2025-07-20 16:27:12.398 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] received connection request\n2025-07-20 16:27:12.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:27:12.424 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] socks forwarding established\n2025-07-20 16:27:12.455 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Process exited with code 0\n2025-07-20 16:27:12.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f075da91-0441-4dc0-8849-a8ef94e9de58] socks connection closed\n2025-07-20 16:27:12.455 [info] [command][8cd852aa-9c81-4945-a962-85c2810e04c4] Socket close event received\n2025-07-20 16:27:12.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55534 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:28:12.462 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:28:12.468 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] received connection request\n2025-07-20 16:28:12.468 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""b1893cd5-d96e-4dac-8b09-c0f54d7e9d22""}\n2025-07-20 16:28:12.470 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:28:12.471 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:28:12.542 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] socks forwarding established\n2025-07-20 16:28:12.740 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Process exited with code 0\n2025-07-20 16:28:12.740 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][923fd251-e3a8-4a3e-a777-03b243f13e2b] socks connection closed\n2025-07-20 16:28:12.740 [info] [command][b1893cd5-d96e-4dac-8b09-c0f54d7e9d22] Socket close event received\n2025-07-20 16:28:12.838 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55582 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:29:12.744 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:29:12.746 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9aea0aa8-1b2b-402d-8d79-c0d1336509fd""}\n2025-07-20 16:29:12.746 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] received connection request\n2025-07-20 16:29:12.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:29:12.770 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] socks forwarding established\n2025-07-20 16:29:12.798 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Process exited with code 0\n2025-07-20 16:29:12.798 [info] [command][9aea0aa8-1b2b-402d-8d79-c0d1336509fd] Socket close event received\n2025-07-20 16:29:12.800 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6c3b456d-4f63-4926-afde-4e80803aede5] socks connection closed\n2025-07-20 16:29:12.824 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55610 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:30:12.800 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:30:12.802 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c9fedde2-e237-4f07-a56f-8d77d8da8313""}\n2025-07-20 16:30:12.802 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] received connection request\n2025-07-20 16:30:12.802 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:30:12.826 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] socks forwarding established\n2025-07-20 16:30:12.853 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Process exited with code 0\n2025-07-20 16:30:12.853 [info] [command][c9fedde2-e237-4f07-a56f-8d77d8da8313] Socket close event received\n2025-07-20 16:30:12.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f6c6b6a-a1b3-4ddb-b584-7872d0677fa9] socks connection closed\n2025-07-20 16:30:12.877 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55645 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:31:12.854 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:31:12.856 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0b74a5ee-0fba-49ac-a95e-67740f5d4a3c""}\n2025-07-20 16:31:12.857 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] received connection request\n2025-07-20 16:31:12.857 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:31:12.957 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] socks forwarding established\n2025-07-20 16:31:12.988 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Process exited with code 0\n2025-07-20 16:31:12.988 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][e734eca2-07e1-42bf-9fa5-9ec467977cd2] socks connection closed\n2025-07-20 16:31:12.988 [info] [command][0b74a5ee-0fba-49ac-a95e-67740f5d4a3c] Socket close event received\n2025-07-20 16:31:13.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55706 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:32:12.989 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:32:12.992 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""77865a04-4a4f-4078-8966-f80c11f79c98""}\n2025-07-20 16:32:12.992 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] received connection request\n2025-07-20 16:32:12.992 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:32:13.040 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] socks forwarding established\n2025-07-20 16:32:13.082 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Process exited with code 0\n2025-07-20 16:32:13.083 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][68c6b744-fa0a-48cd-9a68-0ebbf761c5aa] socks connection closed\n2025-07-20 16:32:13.083 [info] [command][77865a04-4a4f-4078-8966-f80c11f79c98] Socket close event received\n2025-07-20 16:32:13.107 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55789 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:33:13.087 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:33:13.089 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""46e0cbbe-faae-4497-80e2-266f8cbbb1ba""}\n2025-07-20 16:33:13.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] received connection request\n2025-07-20 16:33:13.090 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:33:13.115 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] socks forwarding established\n2025-07-20 16:33:13.143 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Process exited with code 0\n2025-07-20 16:33:13.143 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9ef76ca6-d643-433a-8e10-3f8356540f1e] socks connection closed\n2025-07-20 16:33:13.143 [info] [command][46e0cbbe-faae-4497-80e2-266f8cbbb1ba] Socket close event received\n2025-07-20 16:33:13.169 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55842 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:34:13.146 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:34:13.150 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] received connection request\n2025-07-20 16:34:13.151 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""72942e89-fafc-41ba-98b1-c1b5816a9ddd""}\n2025-07-20 16:34:13.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:34:13.191 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] socks forwarding established\n2025-07-20 16:34:13.218 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Process exited with code 0\n2025-07-20 16:34:13.218 [info] [command][72942e89-fafc-41ba-98b1-c1b5816a9ddd] Socket close event received\n2025-07-20 16:34:13.240 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][deed84c7-88e1-4369-9a27-810701d71881] socks connection closed\n2025-07-20 16:34:13.241 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55899 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:35:13.223 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:35:13.224 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""64a85f97-4ac2-4a0a-9aa7-87ba14498a0c""}\n2025-07-20 16:35:13.225 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] received connection request\n2025-07-20 16:35:13.225 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:35:13.270 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] socks forwarding established\n2025-07-20 16:35:13.384 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Process exited with code 0\n2025-07-20 16:35:13.385 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0a1462df-969e-4dd5-ae43-a159bb6b2035] socks connection closed\n2025-07-20 16:35:13.385 [info] [command][64a85f97-4ac2-4a0a-9aa7-87ba14498a0c] Socket close event received\n2025-07-20 16:35:13.411 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55931 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:36:13.388 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:36:13.389 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d72c8380-8779-43bb-bed4-d0a818128af5""}\n2025-07-20 16:36:13.390 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] received connection request\n2025-07-20 16:36:13.390 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:36:13.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] socks forwarding established\n2025-07-20 16:36:13.450 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Process exited with code 0\n2025-07-20 16:36:13.450 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][c35d2b55-2167-48a4-a6e8-229f2fcb1599] socks connection closed\n2025-07-20 16:36:13.450 [info] [command][d72c8380-8779-43bb-bed4-d0a818128af5] Socket close event received\n2025-07-20 16:36:13.481 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 55978 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:37:13.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:37:13.457 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1843ed7a-7e36-49ac-9ff7-08e005b7ba26""}\n2025-07-20 16:37:13.457 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] received connection request\n2025-07-20 16:37:13.458 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:37:13.483 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] socks forwarding established\n2025-07-20 16:37:13.512 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Process exited with code 0\n2025-07-20 16:37:13.513 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][824b3e98-88b5-4b1a-b7a5-92fbed86c18c] socks connection closed\n2025-07-20 16:37:13.513 [info] [command][1843ed7a-7e36-49ac-9ff7-08e005b7ba26] Socket close event received\n2025-07-20 16:37:13.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56038 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:38:13.516 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:38:13.517 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""243ed5e1-0926-46d9-a3ab-70da9509df3c""}\n2025-07-20 16:38:13.517 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] received connection request\n2025-07-20 16:38:13.517 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:38:13.541 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] socks forwarding established\n2025-07-20 16:38:13.569 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Process exited with code 0\n2025-07-20 16:38:13.569 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ded6dcac-1eca-4f66-bf2b-bb908a78477b] socks connection closed\n2025-07-20 16:38:13.569 [info] [command][243ed5e1-0926-46d9-a3ab-70da9509df3c] Socket close event received\n2025-07-20 16:38:13.597 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56088 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:39:13.574 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:39:13.576 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d7b541c2-092d-473c-8384-a62319eb7f0a""}\n2025-07-20 16:39:13.576 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] received connection request\n2025-07-20 16:39:13.576 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:39:13.576 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:39:13.599 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] socks forwarding established\n2025-07-20 16:39:13.708 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Process exited with code 0\n2025-07-20 16:39:13.708 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][2f446277-2caa-4f7b-94b3-9f72067f9677] socks connection closed\n2025-07-20 16:39:13.710 [info] [command][d7b541c2-092d-473c-8384-a62319eb7f0a] Socket close event received\n2025-07-20 16:39:13.742 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56129 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:40:13.713 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:40:13.716 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""149212aa-b87b-4077-ae9a-45054aee039f""}\n2025-07-20 16:40:13.717 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] received connection request\n2025-07-20 16:40:13.717 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:40:13.756 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] socks forwarding established\n2025-07-20 16:40:13.785 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Process exited with code 0\n2025-07-20 16:40:13.785 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b351eff5-4811-4ffe-97eb-b5932902836e] socks connection closed\n2025-07-20 16:40:13.785 [info] [command][149212aa-b87b-4077-ae9a-45054aee039f] Socket close event received\n2025-07-20 16:40:13.809 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56177 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:41:13.790 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:41:13.793 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a37da50f-9724-40ab-94b5-3de9ed98d0c5""}\n2025-07-20 16:41:13.793 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] received connection request\n2025-07-20 16:41:13.794 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:41:13.819 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] socks forwarding established\n2025-07-20 16:41:13.846 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Process exited with code 0\n2025-07-20 16:41:13.846 [info] [command][a37da50f-9724-40ab-94b5-3de9ed98d0c5] Socket close event received\n2025-07-20 16:41:13.847 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1c16914c-f53b-4748-b862-54e82a6e7dc2] socks connection closed\n2025-07-20 16:41:13.871 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56217 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:42:13.847 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:42:13.849 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8c19b34e-5ec4-4d87-9aa8-4445396fc37b""}\n2025-07-20 16:42:13.850 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] received connection request\n2025-07-20 16:42:13.850 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:42:13.874 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] socks forwarding established\n2025-07-20 16:42:13.900 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Process exited with code 0\n2025-07-20 16:42:13.901 [info] [command][8c19b34e-5ec4-4d87-9aa8-4445396fc37b] Socket close event received\n2025-07-20 16:42:13.901 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f273dea4-acdd-4274-834d-bb3d33a22a93] socks connection closed\n2025-07-20 16:42:13.924 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56274 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:43:13.901 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:43:13.903 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f03e7d64-260b-4e0e-9eb0-5472d35ab895""}\n2025-07-20 16:43:13.904 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] received connection request\n2025-07-20 16:43:13.904 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:43:13.929 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] socks forwarding established\n2025-07-20 16:43:13.959 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Process exited with code 0\n2025-07-20 16:43:13.959 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f68596a5-44ea-47e4-8554-140b2a85feb7] socks connection closed\n2025-07-20 16:43:13.959 [info] [command][f03e7d64-260b-4e0e-9eb0-5472d35ab895] Socket close event received\n2025-07-20 16:43:13.988 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56341 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:44:13.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:44:13.965 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""74804a89-2faf-4c7e-9f6b-e27345d8fa51""}\n2025-07-20 16:44:13.966 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] received connection request\n2025-07-20 16:44:13.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:44:13.993 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] socks forwarding established\n2025-07-20 16:44:14.020 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Process exited with code 0\n2025-07-20 16:44:14.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1f430d42-7755-4d6e-b80d-f4813192ac26] socks connection closed\n2025-07-20 16:44:14.021 [info] [command][74804a89-2faf-4c7e-9f6b-e27345d8fa51] Socket close event received\n2025-07-20 16:44:14.046 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56385 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:45:14.021 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:45:14.022 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0""}\n2025-07-20 16:45:14.022 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] received connection request\n2025-07-20 16:45:14.022 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:45:14.072 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] socks forwarding established\n2025-07-20 16:45:14.128 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Process exited with code 0\n2025-07-20 16:45:14.128 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][72c50ef5-f5d9-4b3d-8679-888ac73bdfca] socks connection closed\n2025-07-20 16:45:14.129 [info] [command][27b6c7ff-cf5b-43f4-8a0a-7c0265e0c3f0] Socket close event received\n2025-07-20 16:45:14.152 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56418 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:46:14.130 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:46:14.130 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c162b5d9-3dfa-4b51-a429-52d9cc1e73b9""}\n2025-07-20 16:46:14.130 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] received connection request\n2025-07-20 16:46:14.130 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:46:14.130 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:46:14.161 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] socks forwarding established\n2025-07-20 16:46:14.193 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Process exited with code 0\n2025-07-20 16:46:14.193 [info] [command][c162b5d9-3dfa-4b51-a429-52d9cc1e73b9] Socket close event received\n2025-07-20 16:46:14.218 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][3223758e-cc36-45c3-9f95-f1d617d18e59] socks connection closed\n2025-07-20 16:46:14.224 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56469 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:47:14.195 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:47:14.196 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""2d04055a-7581-455b-b6d9-d8e12643ef56""}\n2025-07-20 16:47:14.196 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] received connection request\n2025-07-20 16:47:14.196 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:47:14.196 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:47:14.306 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] socks forwarding established\n2025-07-20 16:47:14.335 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4149a505-9f95-4e24-b650-c4cc0ec5d434] socks connection closed\n2025-07-20 16:47:14.335 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Process exited with code 0\n2025-07-20 16:47:14.335 [info] [command][2d04055a-7581-455b-b6d9-d8e12643ef56] Socket close event received\n2025-07-20 16:47:14.360 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56528 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:48:14.336 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:48:14.337 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""19f8a753-c099-4c19-8e97-c0091c4ef731""}\n2025-07-20 16:48:14.337 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] received connection request\n2025-07-20 16:48:14.337 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:48:14.337 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:48:14.364 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] socks forwarding established\n2025-07-20 16:48:14.394 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][75212b0a-79c9-4458-b87c-e6640993bb12] socks connection closed\n2025-07-20 16:48:14.394 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Process exited with code 0\n2025-07-20 16:48:14.394 [info] [command][19f8a753-c099-4c19-8e97-c0091c4ef731] Socket close event received\n2025-07-20 16:48:14.418 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56572 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:49:14.397 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:49:14.398 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""46c2e328-d70f-4280-990e-44a3bfdcc597""}\n2025-07-20 16:49:14.398 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] received connection request\n2025-07-20 16:49:14.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:49:14.425 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] socks forwarding established\n2025-07-20 16:49:14.455 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][01c5d322-e69a-42c9-8583-75e6ede92e8f] socks connection closed\n2025-07-20 16:49:14.456 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Process exited with code 0\n2025-07-20 16:49:14.456 [info] [command][46c2e328-d70f-4280-990e-44a3bfdcc597] Socket close event received\n2025-07-20 16:49:14.556 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56613 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:50:14.456 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:50:14.457 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4b210389-9d01-4628-a001-3e02e5d9bc2d""}\n2025-07-20 16:50:14.457 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] received connection request\n2025-07-20 16:50:14.457 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:50:14.482 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] socks forwarding established\n2025-07-20 16:50:14.521 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08914ed5-5356-418a-b550-a1ac29bf18ba] socks connection closed\n2025-07-20 16:50:14.521 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Process exited with code 0\n2025-07-20 16:50:14.521 [info] [command][4b210389-9d01-4628-a001-3e02e5d9bc2d] Socket close event received\n2025-07-20 16:50:14.546 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56645 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:51:14.526 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:51:14.528 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e1849c83-eacb-431a-b328-90e9ccc7851a""}\n2025-07-20 16:51:14.528 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] received connection request\n2025-07-20 16:51:14.528 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:51:14.552 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] socks forwarding established\n2025-07-20 16:51:14.580 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Process exited with code 0\n2025-07-20 16:51:14.580 [info] [command][e1849c83-eacb-431a-b328-90e9ccc7851a] Socket close event received\n2025-07-20 16:51:14.581 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][1adb45b9-667f-4488-b727-b01ac95d9f57] socks connection closed\n2025-07-20 16:51:14.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56701 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:52:14.580 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:52:14.581 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""4d1311a4-8854-48bc-9594-e2a0a6f1a147""}\n2025-07-20 16:52:14.581 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] received connection request\n2025-07-20 16:52:14.582 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:52:14.607 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] socks forwarding established\n2025-07-20 16:52:14.638 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][cd5afa99-efd4-4ff3-bf4c-b9f70b6b7b20] socks connection closed\n2025-07-20 16:52:14.638 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Process exited with code 0\n2025-07-20 16:52:14.639 [info] [command][4d1311a4-8854-48bc-9594-e2a0a6f1a147] Socket close event received\n2025-07-20 16:52:14.688 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56775 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:53:14.639 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:53:14.641 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""43ce2b76-803d-448b-bc7e-7fa2827fb36c""}\n2025-07-20 16:53:14.641 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] received connection request\n2025-07-20 16:53:14.641 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 16:53:14.641 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:53:14.666 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] socks forwarding established\n2025-07-20 16:53:14.710 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Process exited with code 0\n2025-07-20 16:53:14.710 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][d9266f2f-f3f8-441e-b277-3c3a1f99c3a3] socks connection closed\n2025-07-20 16:53:14.710 [info] [command][43ce2b76-803d-448b-bc7e-7fa2827fb36c] Socket close event received\n2025-07-20 16:53:14.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56830 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:54:14.714 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:54:14.715 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""69fa2249-b69e-4f25-97fd-049a3ccd3d22""}\n2025-07-20 16:54:14.715 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] received connection request\n2025-07-20 16:54:14.716 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:54:14.749 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] socks forwarding established\n2025-07-20 16:54:14.778 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Process exited with code 0\n2025-07-20 16:54:14.778 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][aea7dcc1-8861-44f4-8b0a-68a2f017c527] socks connection closed\n2025-07-20 16:54:14.778 [info] [command][69fa2249-b69e-4f25-97fd-049a3ccd3d22] Socket close event received\n2025-07-20 16:54:14.802 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56871 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:55:14.779 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:55:14.780 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c6ae4da6-39b5-4778-9aeb-a954d432e2df""}\n2025-07-20 16:55:14.781 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] received connection request\n2025-07-20 16:55:14.781 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:55:14.806 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] socks forwarding established\n2025-07-20 16:55:14.833 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Process exited with code 0\n2025-07-20 16:55:14.833 [info] [command][c6ae4da6-39b5-4778-9aeb-a954d432e2df] Socket close event received\n2025-07-20 16:55:14.834 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][213895ab-61e3-4469-b833-d0a2e6b871e3] socks connection closed\n2025-07-20 16:55:14.858 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56920 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:56:14.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:56:14.837 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""9f1c6a45-87dd-4da8-aec0-bda1d5188522""}\n2025-07-20 16:56:14.838 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] received connection request\n2025-07-20 16:56:14.838 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:56:14.957 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] socks forwarding established\n2025-07-20 16:56:14.990 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Process exited with code 0\n2025-07-20 16:56:14.990 [info] [command][9f1c6a45-87dd-4da8-aec0-bda1d5188522] Socket close event received\n2025-07-20 16:56:14.991 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][83d9db1a-2a45-410b-8ddc-7cf94e97631e] socks connection closed\n2025-07-20 16:56:15.020 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 56984 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:57:14.994 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:57:14.996 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""0165d3f2-b2c2-4e50-a087-7f5bdfd18a95""}\n2025-07-20 16:57:14.997 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] received connection request\n2025-07-20 16:57:14.998 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:57:15.022 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] socks forwarding established\n2025-07-20 16:57:15.049 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Process exited with code 0\n2025-07-20 16:57:15.049 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0b09a96e-a5f7-48bc-a567-d695b3f6d5c0] socks connection closed\n2025-07-20 16:57:15.049 [info] [command][0165d3f2-b2c2-4e50-a087-7f5bdfd18a95] Socket close event received\n2025-07-20 16:57:15.073 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57053 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:58:15.055 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:58:15.056 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""87147407-9233-4d59-a4c6-ecb8bdcde081""}\n2025-07-20 16:58:15.057 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] received connection request\n2025-07-20 16:58:15.057 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:58:15.090 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] socks forwarding established\n2025-07-20 16:58:15.118 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Process exited with code 0\n2025-07-20 16:58:15.119 [info] [command][87147407-9233-4d59-a4c6-ecb8bdcde081] Socket close event received\n2025-07-20 16:58:15.119 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][17f63416-cb07-48f4-aa96-58977930e055] socks connection closed\n2025-07-20 16:58:15.142 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57110 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 16:59:15.124 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 16:59:15.126 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f1d0af75-d4ee-4170-8ce3-c58917de04d1""}\n2025-07-20 16:59:15.127 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] received connection request\n2025-07-20 16:59:15.128 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 16:59:15.152 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] socks forwarding established\n2025-07-20 16:59:15.182 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Process exited with code 0\n2025-07-20 16:59:15.183 [info] [command][f1d0af75-d4ee-4170-8ce3-c58917de04d1] Socket close event received\n2025-07-20 16:59:15.183 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][95dd3fcf-4ce6-4660-9bbf-b21b32302b59] socks connection closed\n2025-07-20 16:59:15.207 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57143 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:00:15.185 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:00:15.187 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""acfdbad1-2dca-4eeb-beb8-f78661a6987d""}\n2025-07-20 17:00:15.188 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] received connection request\n2025-07-20 17:00:15.188 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:00:15.213 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] socks forwarding established\n2025-07-20 17:00:15.243 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Process exited with code 0\n2025-07-20 17:00:15.243 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7ff5f30c-22cf-4ef3-a5d4-40493ba468c9] socks connection closed\n2025-07-20 17:00:15.243 [info] [command][acfdbad1-2dca-4eeb-beb8-f78661a6987d] Socket close event received\n2025-07-20 17:00:15.268 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57183 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:01:15.244 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:01:15.246 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""3c6eb969-447e-4456-9570-054b0431dcc2""}\n2025-07-20 17:01:15.247 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] received connection request\n2025-07-20 17:01:15.248 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:01:15.344 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] socks forwarding established\n2025-07-20 17:01:15.374 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Process exited with code 0\n2025-07-20 17:01:15.375 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][71831c45-9aae-4721-a69c-06089a89eb79] socks connection closed\n2025-07-20 17:01:15.375 [info] [command][3c6eb969-447e-4456-9570-054b0431dcc2] Socket close event received\n2025-07-20 17:01:15.399 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57225 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:02:15.378 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:02:15.381 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""30302e6d-8130-4c77-acfe-06552cf394aa""}\n2025-07-20 17:02:15.382 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] received connection request\n2025-07-20 17:02:15.383 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:02:15.464 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] socks forwarding established\n2025-07-20 17:02:15.491 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Process exited with code 0\n2025-07-20 17:02:15.491 [info] [command][30302e6d-8130-4c77-acfe-06552cf394aa] Socket close event received\n2025-07-20 17:02:15.492 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][4e5d1d07-1a8b-48b6-a1c9-dcc94b9f5b7e] socks connection closed\n2025-07-20 17:02:15.516 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57301 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:03:15.496 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:03:15.498 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c6a553e0-9496-4720-8e6f-6d5c375dfc2a""}\n2025-07-20 17:03:15.500 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] received connection request\n2025-07-20 17:03:15.501 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:03:15.528 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] socks forwarding established\n2025-07-20 17:03:15.582 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Process exited with code 0\n2025-07-20 17:03:15.583 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f0ec5587-88ac-460d-83a0-54b78bbdbce3] socks connection closed\n2025-07-20 17:03:15.583 [info] [command][c6a553e0-9496-4720-8e6f-6d5c375dfc2a] Socket close event received\n2025-07-20 17:03:15.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57344 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:04:15.590 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:04:15.591 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1a311bee-2e94-4514-9e46-98c01329166e""}\n2025-07-20 17:04:15.592 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] received connection request\n2025-07-20 17:04:15.593 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:04:15.621 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] socks forwarding established\n2025-07-20 17:04:15.650 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Process exited with code 0\n2025-07-20 17:04:15.650 [info] [command][1a311bee-2e94-4514-9e46-98c01329166e] Socket close event received\n2025-07-20 17:04:15.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57375 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:04:15.674 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][f332d4d6-f0de-42cb-96f7-fb3330f0a7df] socks connection closed\n2025-07-20 17:05:15.658 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:05:15.659 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""30576d83-65ec-449b-8905-b254364fbcc5""}\n2025-07-20 17:05:15.660 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] received connection request\n2025-07-20 17:05:15.661 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:05:15.686 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] socks forwarding established\n2025-07-20 17:05:15.715 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Process exited with code 0\n2025-07-20 17:05:15.715 [info] [command][30576d83-65ec-449b-8905-b254364fbcc5] Socket close event received\n2025-07-20 17:05:15.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][b2b5c541-c028-4c31-a5de-f59a9402ccb8] socks connection closed\n2025-07-20 17:05:15.739 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57406 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:06:15.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:06:15.719 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b691979-fed6-4c42-bd15-1300d907505a""}\n2025-07-20 17:06:15.720 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] received connection request\n2025-07-20 17:06:15.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:06:15.788 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] socks forwarding established\n2025-07-20 17:06:15.818 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Process exited with code 0\n2025-07-20 17:06:15.819 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][df653828-5327-4765-bc9b-441e81650020] socks connection closed\n2025-07-20 17:06:15.819 [info] [command][1b691979-fed6-4c42-bd15-1300d907505a] Socket close event received\n2025-07-20 17:06:15.846 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57459 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:07:15.822 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:07:15.824 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""731766eb-8a42-497a-ac9a-2c5f5bbbf6a1""}\n2025-07-20 17:07:15.825 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] received connection request\n2025-07-20 17:07:15.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:07:15.853 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] socks forwarding established\n2025-07-20 17:07:15.879 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Process exited with code 0\n2025-07-20 17:07:15.880 [info] [command][731766eb-8a42-497a-ac9a-2c5f5bbbf6a1] Socket close event received\n2025-07-20 17:07:15.880 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6208e557-d47d-417c-8c0c-1fde2b4148c6] socks connection closed\n2025-07-20 17:07:15.904 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57518 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:08:15.883 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:08:15.883 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""42eaf288-c684-49a1-9223-ffce356018df""}\n2025-07-20 17:08:15.883 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] received connection request\n2025-07-20 17:08:15.884 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:08:15.908 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] socks forwarding established\n2025-07-20 17:08:15.934 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Process exited with code 0\n2025-07-20 17:08:15.934 [info] [command][42eaf288-c684-49a1-9223-ffce356018df] Socket close event received\n2025-07-20 17:08:15.936 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][960a4689-d6fe-497a-b3ef-4812b21c92d5] socks connection closed\n2025-07-20 17:08:15.959 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57559 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:09:15.935 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:09:15.936 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1""}\n2025-07-20 17:09:15.936 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] received connection request\n2025-07-20 17:09:15.936 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:09:15.965 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] socks forwarding established\n2025-07-20 17:09:15.995 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][8f3d9624-13b6-4335-84ae-5f7f06d6c30b] socks connection closed\n2025-07-20 17:09:15.995 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Process exited with code 0\n2025-07-20 17:09:15.995 [info] [command][ca1b0b1e-96f6-4e25-9ebc-8a78f36b57c1] Socket close event received\n2025-07-20 17:09:16.019 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57627 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:10:16.000 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:10:16.001 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""95fe3571-c769-4a07-90af-ca6893cafc52""}\n2025-07-20 17:10:16.002 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] received connection request\n2025-07-20 17:10:16.003 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:10:16.029 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] socks forwarding established\n2025-07-20 17:10:16.058 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Process exited with code 0\n2025-07-20 17:10:16.058 [info] [command][95fe3571-c769-4a07-90af-ca6893cafc52] Socket close event received\n2025-07-20 17:10:16.059 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][9d464fe5-e677-4223-9f1e-1a99814d0e85] socks connection closed\n2025-07-20 17:10:16.084 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57665 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:11:16.063 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:11:16.066 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f65a291b-d334-4be1-8180-5293aa2aa0c4""}\n2025-07-20 17:11:16.066 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] received connection request\n2025-07-20 17:11:16.067 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:11:16.092 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] socks forwarding established\n2025-07-20 17:11:16.123 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Process exited with code 0\n2025-07-20 17:11:16.124 [info] [command][f65a291b-d334-4be1-8180-5293aa2aa0c4] Socket close event received\n2025-07-20 17:11:16.124 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6755ff2a-f6d2-4d09-b7fc-c965f553fcdc] socks connection closed\n2025-07-20 17:11:16.151 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57739 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:12:16.128 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:12:16.129 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""c3e9affb-57e8-4a43-97b8-d44ca4edbec5""}\n2025-07-20 17:12:16.129 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] received connection request\n2025-07-20 17:12:16.129 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\n\n2025-07-20 17:12:16.129 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:12:16.159 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] socks forwarding established\n2025-07-20 17:12:16.191 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Process exited with code 0\n2025-07-20 17:12:16.191 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7a04b222-4a3d-4200-b694-d54bb201e3a2] socks connection closed\n2025-07-20 17:12:16.191 [info] [command][c3e9affb-57e8-4a43-97b8-d44ca4edbec5] Socket close event received\n2025-07-20 17:12:16.240 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57815 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:13:16.196 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:13:16.199 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e30e42e1-e34b-4cd9-88ea-f370fc9b1195""}\n2025-07-20 17:13:16.199 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] received connection request\n2025-07-20 17:13:16.200 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:13:16.298 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] socks forwarding established\n2025-07-20 17:13:16.352 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Process exited with code 0\n2025-07-20 17:13:16.352 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dade329a-8006-4619-a65a-78a24dc50bb6] socks connection closed\n2025-07-20 17:13:16.352 [info] [command][e30e42e1-e34b-4cd9-88ea-f370fc9b1195] Socket close event received\n2025-07-20 17:13:16.377 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57895 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:14:16.354 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:14:16.356 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7ea8aee6-550b-43de-8f14-f8d2c76e0331""}\n2025-07-20 17:14:16.356 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] received connection request\n2025-07-20 17:14:16.356 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:14:16.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] socks forwarding established\n2025-07-20 17:14:16.408 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5a391cca-7469-4757-a0af-43c523dc5240] socks connection closed\n2025-07-20 17:14:16.408 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Process exited with code 0\n2025-07-20 17:14:16.409 [info] [command][7ea8aee6-550b-43de-8f14-f8d2c76e0331] Socket close event received\n2025-07-20 17:14:16.433 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 57968 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:15:16.412 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:15:16.415 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""496dd24b-355e-4785-aca1-a2a3a75f1e4d""}\n2025-07-20 17:15:16.415 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] received connection request\n2025-07-20 17:15:16.416 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:15:16.441 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] socks forwarding established\n2025-07-20 17:15:16.468 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Process exited with code 0\n2025-07-20 17:15:16.469 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][dee6186d-5b99-4785-a4d0-7df65723beac] socks connection closed\n2025-07-20 17:15:16.469 [info] [command][496dd24b-355e-4785-aca1-a2a3a75f1e4d] Socket close event received\n2025-07-20 17:15:16.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58013 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:16:16.470 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:16:16.471 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a0978791-2454-46ca-9dfb-9eba79fc8a78""}\n2025-07-20 17:16:16.472 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] received connection request\n2025-07-20 17:16:16.472 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:16:16.496 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] socks forwarding established\n2025-07-20 17:16:16.526 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Process exited with code 0\n2025-07-20 17:16:16.527 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bd099cb4-bdec-4457-93a7-42ced402a849] socks connection closed\n2025-07-20 17:16:16.527 [info] [command][a0978791-2454-46ca-9dfb-9eba79fc8a78] Socket close event received\n2025-07-20 17:16:16.648 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58067 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:17:16.528 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:17:16.529 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f7e7775c-c77c-4b4c-be17-314be8f1e2ba""}\n2025-07-20 17:17:16.530 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] received connection request\n2025-07-20 17:17:16.530 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:17:16.556 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] socks forwarding established\n2025-07-20 17:17:16.586 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Process exited with code 0\n2025-07-20 17:17:16.587 [info] [command][f7e7775c-c77c-4b4c-be17-314be8f1e2ba] Socket close event received\n2025-07-20 17:17:16.606 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5c33650a-0f02-4f53-9a51-0c0151136fc4] socks connection closed\n2025-07-20 17:17:16.611 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58153 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:18:16.592 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:18:16.594 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2""}\n2025-07-20 17:18:16.595 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] received connection request\n2025-07-20 17:18:16.595 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:18:17.163 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] socks forwarding established\n2025-07-20 17:18:17.202 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Process exited with code 0\n2025-07-20 17:18:17.203 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][bca70358-8024-413a-be40-4e56644e33f7] socks connection closed\n2025-07-20 17:18:17.203 [info] [command][f97c9948-ebce-4ca8-9d17-cdbed7b6a6b2] Socket close event received\n2025-07-20 17:18:17.270 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58195 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:19:17.207 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:19:17.210 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""1b1fcca1-9f16-40ba-8b92-02aa23de4bd7""}\n2025-07-20 17:19:17.211 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] received connection request\n2025-07-20 17:19:17.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:19:17.316 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] socks forwarding established\n2025-07-20 17:19:17.346 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Process exited with code 0\n2025-07-20 17:19:17.347 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][23f1ba83-f4de-4c86-be90-fd285105ade9] socks connection closed\n2025-07-20 17:19:17.347 [info] [command][1b1fcca1-9f16-40ba-8b92-02aa23de4bd7] Socket close event received\n2025-07-20 17:19:17.375 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58231 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:20:17.349 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:20:17.353 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""cca43128-5427-4c83-8654-8254b49a7fe3""}\n2025-07-20 17:20:17.354 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] received connection request\n2025-07-20 17:20:17.354 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:20:17.381 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] socks forwarding established\n2025-07-20 17:20:17.409 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Process exited with code 0\n2025-07-20 17:20:17.410 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][6a4430c4-1968-4847-a68a-b11278e2b177] socks connection closed\n2025-07-20 17:20:17.410 [info] [command][cca43128-5427-4c83-8654-8254b49a7fe3] Socket close event received\n2025-07-20 17:20:17.435 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58278 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:21:17.414 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:21:17.416 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""ca299cd2-6a25-4343-b35d-113ee4c8b400""}\n2025-07-20 17:21:17.416 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] received connection request\n2025-07-20 17:21:17.417 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:21:17.447 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] socks forwarding established\n2025-07-20 17:21:17.479 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Process exited with code 0\n2025-07-20 17:21:17.479 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][ea79e34e-85ce-4d4d-ae9e-8c983858fda9] socks connection closed\n2025-07-20 17:21:17.479 [info] [command][ca299cd2-6a25-4343-b35d-113ee4c8b400] Socket close event received\n2025-07-20 17:21:17.506 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58333 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:22:17.484 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:22:17.486 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""8bccf506-6bf9-4a49-a840-87493d9c1fbf""}\n2025-07-20 17:22:17.487 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] received connection request\n2025-07-20 17:22:17.487 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:22:17.512 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] socks forwarding established\n2025-07-20 17:22:17.543 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Process exited with code 0\n2025-07-20 17:22:17.544 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][7d64adee-47f6-4107-a253-35f56ec98fe3] socks connection closed\n2025-07-20 17:22:17.544 [info] [command][8bccf506-6bf9-4a49-a840-87493d9c1fbf] Socket close event received\n2025-07-20 17:22:17.570 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58392 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:23:17.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:23:17.549 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f69d6be8-852f-49fb-9be6-3cf4ae9920bd""}\n2025-07-20 17:23:17.550 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] received connection request\n2025-07-20 17:23:17.551 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:23:17.579 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] socks forwarding established\n2025-07-20 17:23:17.610 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Process exited with code 0\n2025-07-20 17:23:17.610 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][08c86933-2a00-4623-8fc5-ecebeb50bd2a] socks connection closed\n2025-07-20 17:23:17.611 [info] [command][f69d6be8-852f-49fb-9be6-3cf4ae9920bd] Socket close event received\n2025-07-20 17:23:17.635 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58428 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:24:17.615 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:24:17.617 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""dd97008f-51f6-485f-9a7b-b48664f1ea6c""}\n2025-07-20 17:24:17.618 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] received connection request\n2025-07-20 17:24:17.618 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:24:17.642 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] socks forwarding established\n2025-07-20 17:24:17.669 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Process exited with code 0\n2025-07-20 17:24:17.669 [info] [command][dd97008f-51f6-485f-9a7b-b48664f1ea6c] Socket close event received\n2025-07-20 17:24:17.670 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][0d69ebcd-197a-489c-81c0-472ff4f08be5] socks connection closed\n2025-07-20 17:24:17.699 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58463 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:25:17.674 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:25:17.676 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""7e303d22-1aea-486c-b2ff-277f94011a54""}\n2025-07-20 17:25:17.677 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] received connection request\n2025-07-20 17:25:17.677 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:25:17.706 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] socks forwarding established\n2025-07-20 17:25:17.737 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Process exited with code 0\n2025-07-20 17:25:17.737 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][60d70878-e4bb-46e5-9848-de9225c01a14] socks connection closed\n2025-07-20 17:25:17.737 [info] [command][7e303d22-1aea-486c-b2ff-277f94011a54] Socket close event received\n2025-07-20 17:25:17.761 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58491 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:26:17.742 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:26:17.744 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""d834942b-1fcd-4c2a-9075-bf2e17ca1ea6""}\n2025-07-20 17:26:17.745 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] received connection request\n2025-07-20 17:26:17.746 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:26:17.774 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] socks forwarding established\n2025-07-20 17:26:17.802 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Process exited with code 0\n2025-07-20 17:26:17.802 [info] [command][d834942b-1fcd-4c2a-9075-bf2e17ca1ea6] Socket close event received\n2025-07-20 17:26:17.803 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][de0b34c1-ef2c-4841-b7c7-b183daa48c8d] socks connection closed\n2025-07-20 17:26:17.826 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58541 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:27:17.808 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:27:17.809 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""92ae035a-7caf-4cbc-8a32-6dfa26a501ed""}\n2025-07-20 17:27:17.810 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] received connection request\n2025-07-20 17:27:17.810 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:27:17.834 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] socks forwarding established\n2025-07-20 17:27:17.864 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Process exited with code 0\n2025-07-20 17:27:17.865 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][94eadb1d-6c8a-47b0-bc8c-f6172fd67105] socks connection closed\n2025-07-20 17:27:17.865 [info] [command][92ae035a-7caf-4cbc-8a32-6dfa26a501ed] Socket close event received\n2025-07-20 17:27:17.888 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58605 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:28:17.868 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:28:17.869 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""59f085ba-7016-4e18-9ea0-8647e9cf4684""}\n2025-07-20 17:28:17.870 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] received connection request\n2025-07-20 17:28:17.870 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:28:17.897 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] socks forwarding established\n2025-07-20 17:28:17.923 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Process exited with code 0\n2025-07-20 17:28:17.923 [info] [command][59f085ba-7016-4e18-9ea0-8647e9cf4684] Socket close event received\n2025-07-20 17:28:17.924 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][918baf50-0aeb-456b-b43c-d636ef264b1a] socks connection closed\n2025-07-20 17:28:17.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58635 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:29:17.929 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:29:17.931 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8""}\n2025-07-20 17:29:17.932 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] received connection request\n2025-07-20 17:29:17.932 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:29:17.960 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] socks forwarding established\n2025-07-20 17:29:17.990 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Process exited with code 0\n2025-07-20 17:29:17.990 [info] [command][e7f59cd5-2ce0-4d24-b8e0-18bb468e7ed8] Socket close event received\n2025-07-20 17:29:17.991 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][419cc8ad-2dff-419b-88e2-4cdb017bb043] socks connection closed\n2025-07-20 17:29:18.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58667 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:30:17.991 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:30:17.994 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""a3a444f5-da82-40a1-8925-69e882225ba2""}\n2025-07-20 17:30:17.994 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] received connection request\n2025-07-20 17:30:17.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:30:18.020 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] socks forwarding established\n2025-07-20 17:30:18.050 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Process exited with code 0\n2025-07-20 17:30:18.050 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][5582c371-0f76-4d53-9f94-3823bc262b74] socks connection closed\n2025-07-20 17:30:18.051 [info] [command][a3a444f5-da82-40a1-8925-69e882225ba2] Socket close event received\n2025-07-20 17:30:18.079 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58711 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:31:18.051 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:31:18.053 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f31ca900-8b4e-4897-ba34-d10c558ed1e6""}\n2025-07-20 17:31:18.054 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] received connection request\n2025-07-20 17:31:18.054 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:31:18.079 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] socks forwarding established\n2025-07-20 17:31:18.110 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Process exited with code 0\n2025-07-20 17:31:18.110 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][31d2090d-7548-449b-b579-c93fd6f23d7f] socks connection closed\n2025-07-20 17:31:18.110 [info] [command][f31ca900-8b4e-4897-ba34-d10c558ed1e6] Socket close event received\n2025-07-20 17:31:18.136 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58756 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:32:18.110 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:32:18.112 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""f18a64ed-d873-4053-985d-e5941cc1ede1""}\n2025-07-20 17:32:18.113 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] received connection request\n2025-07-20 17:32:18.113 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:32:18.224 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] socks forwarding established\n2025-07-20 17:32:18.262 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Process exited with code 0\n2025-07-20 17:32:18.262 [info] [command][f18a64ed-d873-4053-985d-e5941cc1ede1] Socket close event received\n2025-07-20 17:32:18.274 [info] [forwarding][multiplex][127.0.0.1:65286 -> 127.0.0.1:65277 -> 127.0.0.1:40717][04a0c192-9ae8-472e-9362-58278b069449] socks connection closed\n2025-07-20 17:32:18.290 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 65277 for 127.0.0.1 port 40717, connect from 127.0.0.1 port 58822 to 127.0.0.1 port 65277, nchannels 6\n\n2025-07-20 17:33:13.375 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][fd18a6a9-edcc-4367-87b6-197879e60bad] received connection request\n2025-07-20 17:33:13.377 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:13.384 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-20 17:33:13.384 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-20 17:33:13.390 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][7199485d-5ef2-44fc-b661-b1b1aaa020d1] received connection request\n2025-07-20 17:33:13.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:16.397 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-20 17:33:16.397 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 1 of 3 This operation was aborted\n2025-07-20 17:33:16.398 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:40083][ebb347e4-30e9-4a55-b82f-c988775e97a8] received connection request\n2025-07-20 17:33:16.399 [info] (ssh_tunnel) stderr: debug1: Connection to port 65277 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-20 17:33:16.472 [info] Terminating existing SSH process with pid: 63787\n2025-07-20 17:33:16.472 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-20 17:33:16.473 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-20 17:33:16.473 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:33:16.473 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][fd18a6a9-edcc-4367-87b6-197879e60bad] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.473 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][7199485d-5ef2-44fc-b661-b1b1aaa020d1] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.474 [error] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][ebb347e4-30e9-4a55-b82f-c988775e97a8] error while creating socks forwarding Socket closed\n2025-07-20 17:33:16.474 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][bc77bcc5-6f69-47e3-be85-b11666e2e9a2] socks connection closed\n2025-07-20 17:33:16.474 [info] [forwarding][code][127.0.0.1:65285 -> 127.0.0.1:65277 -> 127.0.0.1:40083][5523ab7e-449d-41e2-bec3-6c71c0076cdf] socks connection closed\n2025-07-20 17:33:16.478 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11114.sh"" | ssh -v -T -D 58866 login.haicore.berlin bash --login -c bash\n2025-07-20 17:33:16.478 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:33:16.478 [info] Waiting for server to install via process(68833)...\n2025-07-20 17:33:16.492 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:33:16.492 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:33:16.493 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:33:16.496 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:33:16.496 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:33:16.496 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:33:16.496 [info] Retrying connection in 5 seconds...\n2025-07-20 17:33:17.407 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 2 of 3 This operation was aborted\n2025-07-20 17:33:18.267 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:65286\n2025-07-20 17:33:18.268 [info] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b95d4e43-7bf1-49d3-8caa-4997bd952c30"",""id"":""dc36b6a7-835d-477f-ace2-8f15def3e7f9""}\n2025-07-20 17:33:18.268 [error] [forwarding][multiplex][127.0.0.1:65286 -> unknown}][8aa098a2-fb53-441d-9d1a-1dcdc5cf85da] remote server not configured\n2025-07-20 17:33:18.269 [error] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Socket error: Error: read ECONNRESET\n2025-07-20 17:33:18.269 [info] [command][dc36b6a7-835d-477f-ace2-8f15def3e7f9] Socket close event received\n2025-07-20 17:33:18.418 [error] Failed to connect to Cursor server at http://127.0.0.1:65285, attempt 3 of 3 This operation was aborted\n2025-07-20 17:33:18.418 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-20 17:33:18.418 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-20 17:34:47.947 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_11114.sh\n2025-07-20 17:34:47.966 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:47.981 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18597.sh"" | ssh -v -T -D 58869 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:47.982 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:47.982 [info] Waiting for server to install via process(68844)...\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:34:47.991 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:47.993 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:47.994 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:47.994 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:47.994 [info] Retrying connection in 5 seconds...\n2025-07-20 17:34:53.002 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_18597.sh\n2025-07-20 17:34:53.002 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:53.005 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28706.sh"" | ssh -v -T -D 58872 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:53.005 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:53.005 [info] Waiting for server to install via process(68859)...\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:34:53.017 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:53.019 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:53.020 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:53.020 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:53.020 [info] Retrying connection in 5 seconds...\n2025-07-20 17:34:58.023 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_28706.sh\n2025-07-20 17:34:58.025 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:34:58.051 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44158.sh"" | ssh -v -T -D 58875 login.haicore.berlin bash --login -c bash\n2025-07-20 17:34:58.051 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:34:58.051 [info] Waiting for server to install via process(68866)...\n2025-07-20 17:34:58.101 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:34:58.103 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\n\n2025-07-20 17:34:58.105 [info] (ssh_tunnel) stderr: debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:34:58.119 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:34:58.120 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:34:58.121 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:34:58.121 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:17.601 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_44158.sh\n2025-07-20 17:35:17.602 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:17.673 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79917.sh"" | ssh -v -T -D 58878 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:17.673 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:17.673 [info] Waiting for server to install via process(68875)...\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:17.682 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:17.683 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:17.684 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:17.684 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:17.684 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:22.692 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_79917.sh\n2025-07-20 17:35:22.692 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:22.694 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56829.sh"" | ssh -v -T -D 58882 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:22.695 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:22.695 [info] Waiting for server to install via process(68886)...\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:22.712 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:22.718 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:22.722 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:22.722 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:22.722 [info] Retrying connection in 5 seconds...\n2025-07-20 17:35:27.723 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_56829.sh\n2025-07-20 17:35:27.724 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:35:27.726 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13029.sh"" | ssh -v -T -D 58883 login.haicore.berlin bash --login -c bash\n2025-07-20 17:35:27.726 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:35:27.726 [info] Waiting for server to install via process(68894)...\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:35:27.739 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:35:27.740 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:35:27.741 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:35:27.741 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:35:27.741 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:12.308 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13029.sh\n2025-07-20 17:36:12.309 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:12.317 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90893.sh"" | ssh -v -T -D 58885 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:12.317 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:12.317 [info] Waiting for server to install via process(68900)...\n2025-07-20 17:36:12.328 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:12.328 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:12.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:12.329 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:12.330 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:12.334 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:12.335 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:12.335 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:12.335 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:17.338 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_90893.sh\n2025-07-20 17:36:17.338 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:17.340 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5731.sh"" | ssh -v -T -D 58888 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:17.340 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:17.340 [info] Waiting for server to install via process(68911)...\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:17.349 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:17.350 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:17.351 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:17.352 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:17.352 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:17.352 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:22.361 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_5731.sh\n2025-07-20 17:36:22.362 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:22.364 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48374.sh"" | ssh -v -T -D 58891 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:22.364 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:22.364 [info] Waiting for server to install via process(68919)...\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:22.372 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:22.373 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:22.374 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:22.375 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:22.375 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:22.375 [info] Retrying connection in 5 seconds...\n2025-07-20 17:36:27.406 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_48374.sh\n2025-07-20 17:36:27.410 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:36:27.413 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71943.sh"" | ssh -v -T -D 58893 login.haicore.berlin bash --login -c bash\n2025-07-20 17:36:27.413 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:36:27.413 [info] Waiting for server to install via process(68927)...\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:36:27.421 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:36:27.422 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:36:27.422 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:36:27.422 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:36:27.422 [info] Retrying connection in 5 seconds...\n2025-07-20 17:52:17.539 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_71943.sh\n2025-07-20 17:52:17.542 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-U49qJn/socket.sock\n2025-07-20 17:52:17.547 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73838.sh"" | ssh -v -T -D 58894 login.haicore.berlin bash --login -c bash\n2025-07-20 17:52:17.547 [info] Started installation script. Waiting for it to finish...\n2025-07-20 17:52:17.547 [info] Waiting for server to install via process(68934)...\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-20 17:52:17.558 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-20 17:52:17.559 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-20 17:52:17.560 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-20 17:52:17.561 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-20 17:52:17.561 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:52:17.561 [error] Failed to connect after 12 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-20 17:52:17.561 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_73838.sh\n2025-07-20 17:52:17.562 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 18:09:34.231 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 18:09:34.246 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 18:09:34.247 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 18:09:34.249 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 18:09:34.251 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87982.sh"" | ssh -v -T -D 51850 login.haicore.berlin bash --login -c bash\n2025-07-21 18:09:34.251 [info] Started installation script. Waiting for it to finish...\n2025-07-21 18:09:34.251 [info] Waiting for server to install via process(91396)...\n2025-07-21 18:09:34.257 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 18:09:34.258 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 18:09:34.258 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 18:09:34.260 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 18:09:34.260 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 18:09:34.261 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-21 18:09:34.261 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 18:09:34.530 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 18:09:34.532 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 18:09:34.532 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 18:09:34.561 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 18:09:34.562 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\n\n2025-07-21 18:09:34.562 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 18:09:34.583 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\n\n2025-07-21 18:09:34.583 [info] (ssh_tunnel) stderr: debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 18:09:34.584 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 18:09:34.612 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 18:09:34.614 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\n\n2025-07-21 18:09:34.614 [info] (ssh_tunnel) stderr: debug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 18:09:34.619 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 18:09:34.708 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 18:09:34.737 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 18:09:34.740 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 18:09:34.740 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 18:09:34.811 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 18:09:34.878 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:51850 forwarded to remote address socks:0\n\n2025-07-21 18:09:34.879 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 51850.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 51850.\n\n2025-07-21 18:09:34.879 [info] (ssh_tunnel) stderr: debug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: Requesting no-more-sessions@openssh.com\n\n2025-07-21 18:09:34.880 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 18:09:35.078 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 18:09:35.079 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 18:09:35.090 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 18:09:35.101 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 18:09:35.489 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-21 18:09:35.528 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:35.529 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-21 18:09:35.535 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-21 18:09:35.548 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 18:09:35.565 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-21 18:09:35.565 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 18:09:35.569 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-21 18:09:35.572 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 18:09:35.577 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js b5322cab-ea7d-4ba2-9953-741fbc1d862f\n\n2025-07-21 18:09:35.580 [info] (ssh_tunnel) stdout: Multiplex server started with PID 1608886 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 18:09:36.090 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-21 18:09:36.106 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.108 [info] (ssh_tunnel) stdout: Starting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\n\n2025-07-21 18:09:36.110 [info] (ssh_tunnel) stdout: Code server started with PID 1608910 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.111 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.680 [info] (ssh_tunnel) stdout: 52930ed763def12b0badc48b: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==38723==\nmultiplexConnectionToken==b5322cab-ea7d-4ba2-9953-741fbc1d862f==\ncodeListeningOn==34715==\ncodeConnectionToken==d56c0086-b507-48dc-bbeb-73bed3240052==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n52930ed763def12b0badc48b: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 18:09:36.680 [info] Server install command exit code: 0\n2025-07-21 18:09:36.680 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_87982.sh\n2025-07-21 18:09:36.682 [info] [forwarding][code] creating new forwarding server\n2025-07-21 18:09:36.682 [info] [forwarding][code] server listening on 127.0.0.1:51858\n2025-07-21 18:09:36.682 [info] [forwarding][code] Set up server\n2025-07-21 18:09:36.682 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: d56c0086-b507-48dc-bbeb-73bed3240052\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] server listening on 127.0.0.1:51859\n2025-07-21 18:09:36.682 [info] [forwarding][multiplex] Set up server\n2025-07-21 18:09:36.683 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: b5322cab-ea7d-4ba2-9953-741fbc1d862f\n2025-07-21 18:09:36.683 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:09:36.686 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6ad07db1-6133-4fc8-905c-9a9f389f3d8e""}\n2025-07-21 18:09:36.687 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] received connection request\n2025-07-21 18:09:36.692 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.693 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] received connection request\n2025-07-21 18:09:36.694 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.718 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] socks forwarding established\n2025-07-21 18:09:36.718 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] socks forwarding established\n2025-07-21 18:09:36.749 [info] Successfully connected to Cursor server at http://127.0.0.1:51858/version\n2025-07-21 18:09:36.749 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 18:09:36.749 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] received connection request\n2025-07-21 18:09:36.749 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""cd419a86-f3a4-4ec2-9aec-b30631b4f4f8""}\n2025-07-21 18:09:36.750 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Process exited with code 0\n2025-07-21 18:09:36.750 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.750 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fbc903fb-b395-4725-b186-57f32893e8aa] socks connection closed\n2025-07-21 18:09:36.750 [info] [command][6ad07db1-6133-4fc8-905c-9a9f389f3d8e] Socket close event received\n2025-07-21 18:09:36.773 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51861 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:36.774 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] socks forwarding established\n2025-07-21 18:09:36.800 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Process exited with code 0\n2025-07-21 18:09:36.800 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 18:09:36.801 [info] [remote-ssh] Resolved exec server. Socks port: 51850\n2025-07-21 18:09:36.801 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":51858,""connectionToken"":""d56c0086-b507-48dc-bbeb-73bed3240052"",""extensionHostEnv"":{}}. Socks port: 51850\n2025-07-21 18:09:36.801 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][086cb395-ca48-4986-a127-f129f8ad3f18] socks connection closed\n2025-07-21 18:09:36.801 [info] [command][cd419a86-f3a4-4ec2-9aec-b30631b4f4f8] Socket close event received\n2025-07-21 18:09:36.818 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] received connection request\n2025-07-21 18:09:36.818 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.824 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51865 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:36.842 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] socks forwarding established\n2025-07-21 18:09:36.883 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] received connection request\n2025-07-21 18:09:36.883 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:09:36.906 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] socks forwarding established\n2025-07-21 18:09:39.780 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 51863 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:09:39.781 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e83e6770-26d4-4ba5-8c40-76e90050618a] socks connection closed\n2025-07-21 18:09:43.081 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 18:10:36.755 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:10:36.756 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8977e160-5ea6-42f5-a7ca-32ec6adce47d""}\n2025-07-21 18:10:36.756 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] received connection request\n2025-07-21 18:10:36.756 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:10:36.780 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] socks forwarding established\n2025-07-21 18:10:36.810 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1b8999d9-88bb-4001-a508-4d4eddc3d549] socks connection closed\n2025-07-21 18:10:36.810 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Process exited with code 0\n2025-07-21 18:10:36.810 [info] [command][8977e160-5ea6-42f5-a7ca-32ec6adce47d] Socket close event received\n2025-07-21 18:10:36.834 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 51976 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:11:36.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:11:36.813 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""ca7e79aa-1984-4ab2-9ddd-353e1824578b""}\n2025-07-21 18:11:36.814 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] received connection request\n2025-07-21 18:11:36.814 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:11:36.839 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] socks forwarding established\n2025-07-21 18:11:36.865 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Process exited with code 0\n2025-07-21 18:11:36.865 [info] [command][ca7e79aa-1984-4ab2-9ddd-353e1824578b] Socket close event received\n2025-07-21 18:11:36.866 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][936dd636-ef13-4d9b-b703-7fb51938c98c] socks connection closed\n2025-07-21 18:11:36.889 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52025 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:12:36.870 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:12:36.872 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""49cd1a30-532d-4fa4-beb6-7afc0f0ba674""}\n2025-07-21 18:12:36.873 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] received connection request\n2025-07-21 18:12:36.873 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:12:36.897 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] socks forwarding established\n2025-07-21 18:12:36.922 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Process exited with code 0\n2025-07-21 18:12:36.923 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e2dce368-b1f1-4186-b7b6-c9761f4fad19] socks connection closed\n2025-07-21 18:12:36.923 [info] [command][49cd1a30-532d-4fa4-beb6-7afc0f0ba674] Socket close event received\n2025-07-21 18:12:36.947 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52062 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:13:36.928 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:13:36.930 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""108189a1-b696-43d9-b2d8-acee1b965680""}\n2025-07-21 18:13:36.930 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] received connection request\n2025-07-21 18:13:36.931 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:13:36.931 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:13:36.956 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] socks forwarding established\n2025-07-21 18:13:36.985 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Process exited with code 0\n2025-07-21 18:13:36.985 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb27b3ae-f625-4096-8f17-d6e465fb9c06] socks connection closed\n2025-07-21 18:13:36.985 [info] [command][108189a1-b696-43d9-b2d8-acee1b965680] Socket close event received\n2025-07-21 18:13:37.009 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52086 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:14:36.990 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:14:36.993 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9c570fcd-9e71-4174-ad59-c9ae8bd818e2""}\n2025-07-21 18:14:36.994 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] received connection request\n2025-07-21 18:14:36.994 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:14:37.019 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] socks forwarding established\n2025-07-21 18:14:37.048 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Process exited with code 0\n2025-07-21 18:14:37.048 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ab6c20a7-3e9e-44e2-8b91-a7f327c94425] socks connection closed\n2025-07-21 18:14:37.049 [info] [command][9c570fcd-9e71-4174-ad59-c9ae8bd818e2] Socket close event received\n2025-07-21 18:14:37.072 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52137 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:15:37.053 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:15:37.055 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b46c7f91-0856-4594-ac70-e477092b686f""}\n2025-07-21 18:15:37.055 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] received connection request\n2025-07-21 18:15:37.056 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:15:37.080 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] socks forwarding established\n2025-07-21 18:15:37.107 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Process exited with code 0\n2025-07-21 18:15:37.107 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][fd4b6ac3-6e73-49b7-a6b3-4bc5b0d694e8] socks connection closed\n2025-07-21 18:15:37.107 [info] [command][b46c7f91-0856-4594-ac70-e477092b686f] Socket close event received\n2025-07-21 18:15:37.131 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52168 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:16:37.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:16:37.115 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""2db5dc0d-eb42-455d-bc12-ca95d2b27656""}\n2025-07-21 18:16:37.116 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] received connection request\n2025-07-21 18:16:37.117 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:16:37.141 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] socks forwarding established\n2025-07-21 18:16:37.171 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Process exited with code 0\n2025-07-21 18:16:37.172 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11e763c0-2ee3-484e-a0bf-e5858cd42813] socks connection closed\n2025-07-21 18:16:37.172 [info] [command][2db5dc0d-eb42-455d-bc12-ca95d2b27656] Socket close event received\n2025-07-21 18:16:37.196 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52222 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:17:37.177 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:17:37.180 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""48b56721-c4d8-47a6-a27a-d53709fb0a7a""}\n2025-07-21 18:17:37.180 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] received connection request\n2025-07-21 18:17:37.181 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:17:37.206 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] socks forwarding established\n2025-07-21 18:17:37.233 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Process exited with code 0\n2025-07-21 18:17:37.234 [info] [command][48b56721-c4d8-47a6-a27a-d53709fb0a7a] Socket close event received\n2025-07-21 18:17:37.234 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][8c65fb8f-b4f5-426f-8ce4-fab38759bdd7] socks connection closed\n2025-07-21 18:17:37.258 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52244 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:18:37.239 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:18:37.242 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""bbbf12bf-f0d3-40c6-991a-f07bb87a226f""}\n2025-07-21 18:18:37.243 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] received connection request\n2025-07-21 18:18:37.243 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:18:37.266 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] socks forwarding established\n2025-07-21 18:18:37.293 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Process exited with code 0\n2025-07-21 18:18:37.293 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][2cde3f80-2d3c-4c10-acaf-045b695b1229] socks connection closed\n2025-07-21 18:18:37.293 [info] [command][bbbf12bf-f0d3-40c6-991a-f07bb87a226f] Socket close event received\n2025-07-21 18:18:37.317 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52265 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:19:37.299 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:19:37.301 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b9dabf6f-05c2-4777-90f6-cd432360b9b8""}\n2025-07-21 18:19:37.302 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] received connection request\n2025-07-21 18:19:37.303 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:19:37.327 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] socks forwarding established\n2025-07-21 18:19:37.355 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Process exited with code 0\n2025-07-21 18:19:37.356 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][023fea89-bcd5-49b5-bb4b-41db0b281ea2] socks connection closed\n2025-07-21 18:19:37.356 [info] [command][b9dabf6f-05c2-4777-90f6-cd432360b9b8] Socket close event received\n2025-07-21 18:19:37.379 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52316 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:20:37.360 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:20:37.361 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""271a8a28-0879-4c6f-a6c6-c09fbe8b7f49""}\n2025-07-21 18:20:37.362 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] received connection request\n2025-07-21 18:20:37.363 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:20:37.385 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] socks forwarding established\n2025-07-21 18:20:37.411 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Process exited with code 0\n2025-07-21 18:20:37.411 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0154a8bb-b746-4c89-9b6d-2773b6238744] socks connection closed\n2025-07-21 18:20:37.411 [info] [command][271a8a28-0879-4c6f-a6c6-c09fbe8b7f49] Socket close event received\n2025-07-21 18:20:37.434 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52341 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:21:37.416 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:21:37.419 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""e213db02-3b52-418a-8dae-3b9229851e01""}\n2025-07-21 18:21:37.420 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] received connection request\n2025-07-21 18:21:37.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:21:37.448 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] socks forwarding established\n2025-07-21 18:21:37.474 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Process exited with code 0\n2025-07-21 18:21:37.474 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e844ea91-67bc-4b96-a3fb-9419a27d91bc] socks connection closed\n2025-07-21 18:21:37.475 [info] [command][e213db02-3b52-418a-8dae-3b9229851e01] Socket close event received\n2025-07-21 18:21:37.498 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52381 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:22:37.480 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:22:37.482 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9b63881d-61d1-419c-9be5-546563e588d1""}\n2025-07-21 18:22:37.483 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] received connection request\n2025-07-21 18:22:37.484 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:22:37.508 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] socks forwarding established\n2025-07-21 18:22:37.537 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Process exited with code 0\n2025-07-21 18:22:37.538 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0dbadd16-6955-4266-95ba-1ca96e580d82] socks connection closed\n2025-07-21 18:22:37.538 [info] [command][9b63881d-61d1-419c-9be5-546563e588d1] Socket close event received\n2025-07-21 18:22:37.562 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52417 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:23:37.539 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:23:37.541 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] received connection request\n2025-07-21 18:23:37.542 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c78b7feb-98a4-483a-9feb-47b03d7a1ebe""}\n2025-07-21 18:23:37.543 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:23:37.567 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] socks forwarding established\n2025-07-21 18:23:37.594 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Process exited with code 0\n2025-07-21 18:23:37.594 [info] [command][c78b7feb-98a4-483a-9feb-47b03d7a1ebe] Socket close event received\n2025-07-21 18:23:37.594 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][575a98ef-f414-4f6a-b616-b5368cfb0730] socks connection closed\n2025-07-21 18:23:37.618 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52442 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:24:37.595 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:24:37.596 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d401959b-d3b2-4fb4-990a-f80a037106d9""}\n2025-07-21 18:24:37.596 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] received connection request\n2025-07-21 18:24:37.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:24:37.623 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] socks forwarding established\n2025-07-21 18:24:37.649 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][cfbb005c-0bee-4c64-97c0-ddedc3a8dbb7] socks connection closed\n2025-07-21 18:24:37.649 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Process exited with code 0\n2025-07-21 18:24:37.649 [info] [command][d401959b-d3b2-4fb4-990a-f80a037106d9] Socket close event received\n2025-07-21 18:24:37.674 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52499 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:25:37.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:25:37.655 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8ce7d359-3b65-4fa9-98f7-dacd15bbc299""}\n2025-07-21 18:25:37.656 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] received connection request\n2025-07-21 18:25:37.657 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:25:37.682 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] socks forwarding established\n2025-07-21 18:25:37.711 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Process exited with code 0\n2025-07-21 18:25:37.712 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ad1fb8ad-9924-4500-bb28-feed45c439ce] socks connection closed\n2025-07-21 18:25:37.712 [info] [command][8ce7d359-3b65-4fa9-98f7-dacd15bbc299] Socket close event received\n2025-07-21 18:25:37.735 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52525 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:26:37.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:26:37.718 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f""}\n2025-07-21 18:26:37.718 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] received connection request\n2025-07-21 18:26:37.718 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:26:37.741 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] socks forwarding established\n2025-07-21 18:26:37.767 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][7b4ac7f8-47dd-49ae-ab86-2c59c7dbfda3] socks connection closed\n2025-07-21 18:26:37.767 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Process exited with code 0\n2025-07-21 18:26:37.767 [info] [command][b3aa66d9-8c5d-4efb-aac2-7ebddcb2790f] Socket close event received\n2025-07-21 18:26:37.790 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52567 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:27:37.773 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:27:37.775 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""00be2e95-a94a-43bf-9707-b43c6b462366""}\n2025-07-21 18:27:37.776 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] received connection request\n2025-07-21 18:27:37.777 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:27:37.802 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] socks forwarding established\n2025-07-21 18:27:37.831 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Process exited with code 0\n2025-07-21 18:27:37.831 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][24d6d19e-11c1-4a40-8285-1311ea9c6171] socks connection closed\n2025-07-21 18:27:37.831 [info] [command][00be2e95-a94a-43bf-9707-b43c6b462366] Socket close event received\n2025-07-21 18:27:37.855 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52590 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:28:37.836 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:28:37.837 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""be2c9349-5be7-4a46-8b0c-79c685f99cc7""}\n2025-07-21 18:28:37.837 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] received connection request\n2025-07-21 18:28:37.837 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:28:37.837 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:28:37.865 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] socks forwarding established\n2025-07-21 18:28:37.891 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][69b079d0-2ca9-4b58-9e8e-b3d8f87bbd3f] socks connection closed\n2025-07-21 18:28:37.891 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Process exited with code 0\n2025-07-21 18:28:37.891 [info] [command][be2c9349-5be7-4a46-8b0c-79c685f99cc7] Socket close event received\n2025-07-21 18:28:37.915 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52635 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:29:37.894 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:29:37.896 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b04ab700-e608-4a39-be8b-468cf4b20ad4""}\n2025-07-21 18:29:37.897 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] received connection request\n2025-07-21 18:29:37.897 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:29:37.926 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] socks forwarding established\n2025-07-21 18:29:37.952 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Process exited with code 0\n2025-07-21 18:29:37.952 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3363b10a-e537-4958-bf9a-d741df89fa85] socks connection closed\n2025-07-21 18:29:37.952 [info] [command][b04ab700-e608-4a39-be8b-468cf4b20ad4] Socket close event received\n2025-07-21 18:29:37.974 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52689 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:30:37.956 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:30:37.958 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""4d040278-a01a-46fa-88a7-b824b74435aa""}\n2025-07-21 18:30:37.959 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] received connection request\n2025-07-21 18:30:37.959 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:30:38.057 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] socks forwarding established\n2025-07-21 18:30:38.085 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Process exited with code 0\n2025-07-21 18:30:38.085 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ae557b9f-cdfa-403e-9c1d-c173d81390d2] socks connection closed\n2025-07-21 18:30:38.085 [info] [command][4d040278-a01a-46fa-88a7-b824b74435aa] Socket close event received\n2025-07-21 18:30:38.112 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52720 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:31:38.089 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:31:38.091 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""38d83b89-344f-415c-a030-a393b0e4f5e7""}\n2025-07-21 18:31:38.092 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] received connection request\n2025-07-21 18:31:38.092 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:31:38.116 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] socks forwarding established\n2025-07-21 18:31:38.142 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Process exited with code 0\n2025-07-21 18:31:38.142 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][9327a746-716d-4e70-a358-d765559d0500] socks connection closed\n2025-07-21 18:31:38.142 [info] [command][38d83b89-344f-415c-a030-a393b0e4f5e7] Socket close event received\n2025-07-21 18:31:38.166 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52770 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:32:38.147 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:32:38.149 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""0c9f5f00-103d-4421-be0e-f1e5cb677fd0""}\n2025-07-21 18:32:38.150 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] received connection request\n2025-07-21 18:32:38.151 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:32:38.176 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] socks forwarding established\n2025-07-21 18:32:38.202 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Process exited with code 0\n2025-07-21 18:32:38.202 [info] [command][0c9f5f00-103d-4421-be0e-f1e5cb677fd0] Socket close event received\n2025-07-21 18:32:38.203 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][11093a53-906d-42fc-bafe-83c45e77cbc6] socks connection closed\n2025-07-21 18:32:38.226 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52797 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:33:38.203 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:33:38.206 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""81f25ca4-85a6-4429-ae60-460efa787f31""}\n2025-07-21 18:33:38.207 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] received connection request\n2025-07-21 18:33:38.207 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:33:38.232 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] socks forwarding established\n2025-07-21 18:33:38.256 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Process exited with code 0\n2025-07-21 18:33:38.257 [info] [command][81f25ca4-85a6-4429-ae60-460efa787f31] Socket close event received\n2025-07-21 18:33:38.257 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ea98ad55-73e1-4949-aab9-0694165342bf] socks connection closed\n2025-07-21 18:33:38.279 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52821 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:34:38.258 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:34:38.259 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""9e665ff9-55f1-4885-be75-e5a0d0f17998""}\n2025-07-21 18:34:38.260 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] received connection request\n2025-07-21 18:34:38.260 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:34:38.285 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] socks forwarding established\n2025-07-21 18:34:38.313 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Process exited with code 0\n2025-07-21 18:34:38.313 [info] [command][9e665ff9-55f1-4885-be75-e5a0d0f17998] Socket close event received\n2025-07-21 18:34:38.314 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][19dc0261-6ed7-47b2-9049-499cce042fb8] socks connection closed\n2025-07-21 18:34:38.338 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52884 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:35:38.314 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:35:38.316 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c964a3de-0949-4cf8-94e8-33f0117810e1""}\n2025-07-21 18:35:38.318 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] received connection request\n2025-07-21 18:35:38.319 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:35:38.342 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] socks forwarding established\n2025-07-21 18:35:38.369 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Process exited with code 0\n2025-07-21 18:35:38.369 [info] [command][c964a3de-0949-4cf8-94e8-33f0117810e1] Socket close event received\n2025-07-21 18:35:38.370 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fe2e4f3-fb67-4999-a4db-f98f0961d7e4] socks connection closed\n2025-07-21 18:35:38.393 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52915 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:36:38.371 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:36:38.373 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78""}\n2025-07-21 18:36:38.374 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] received connection request\n2025-07-21 18:36:38.374 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:36:38.401 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] socks forwarding established\n2025-07-21 18:36:38.431 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Process exited with code 0\n2025-07-21 18:36:38.431 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][39fc8dfb-05ea-4585-aa00-5f4044908f97] socks connection closed\n2025-07-21 18:36:38.431 [info] [command][6efa15ec-3bb2-4dda-b59d-ca5f3c6aad78] Socket close event received\n2025-07-21 18:36:38.457 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 52961 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:37:38.436 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:37:38.438 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22""}\n2025-07-21 18:37:38.439 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] received connection request\n2025-07-21 18:37:38.439 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:37:38.465 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] socks forwarding established\n2025-07-21 18:37:38.494 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Process exited with code 0\n2025-07-21 18:37:38.495 [info] [command][8ec7d5eb-57ec-4cf7-a9a2-89a33643cc22] Socket close event received\n2025-07-21 18:37:38.495 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][520969f7-e5b5-44c9-9868-bb431215d512] socks connection closed\n2025-07-21 18:37:38.519 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53005 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:38:38.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:38:38.505 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] received connection request\n2025-07-21 18:38:38.506 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""052c3025-9aa4-4037-8f2d-9cf0ec5800f4""}\n2025-07-21 18:38:38.509 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\n\n2025-07-21 18:38:38.510 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:38:38.554 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] socks forwarding established\n2025-07-21 18:38:38.584 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Process exited with code 0\n2025-07-21 18:38:38.584 [info] [command][052c3025-9aa4-4037-8f2d-9cf0ec5800f4] Socket close event received\n2025-07-21 18:38:38.585 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][5588d954-b7fa-4714-b2e2-a25e6ad39d60] socks connection closed\n2025-07-21 18:38:38.608 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53033 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:39:38.588 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:39:38.589 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""7b9cd19a-8022-4f97-8bbe-4fcaade84f1d""}\n2025-07-21 18:39:38.590 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] received connection request\n2025-07-21 18:39:38.590 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:39:38.615 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] socks forwarding established\n2025-07-21 18:39:38.640 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Process exited with code 0\n2025-07-21 18:39:38.641 [info] [command][7b9cd19a-8022-4f97-8bbe-4fcaade84f1d] Socket close event received\n2025-07-21 18:39:38.641 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][514f368a-2650-4ce1-b97d-8bf75e032119] socks connection closed\n2025-07-21 18:39:38.664 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53083 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:40:38.643 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:40:38.646 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""a9e47790-c6a2-4d11-bbfd-e9cd743749ab""}\n2025-07-21 18:40:38.646 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] received connection request\n2025-07-21 18:40:38.647 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:40:38.672 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] socks forwarding established\n2025-07-21 18:40:38.700 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Process exited with code 0\n2025-07-21 18:40:38.700 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][ff473f07-a39c-41aa-bb17-d907cdcabbbc] socks connection closed\n2025-07-21 18:40:38.700 [info] [command][a9e47790-c6a2-4d11-bbfd-e9cd743749ab] Socket close event received\n2025-07-21 18:40:38.724 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53112 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:41:38.702 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:41:38.704 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d0df61f8-01b0-479f-ba54-35472ea591c8""}\n2025-07-21 18:41:38.705 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] received connection request\n2025-07-21 18:41:38.705 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:41:38.730 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] socks forwarding established\n2025-07-21 18:41:38.760 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Process exited with code 0\n2025-07-21 18:41:38.760 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][6404e176-2147-4584-a8e2-3d27d53c7f4d] socks connection closed\n2025-07-21 18:41:38.761 [info] [command][d0df61f8-01b0-479f-ba54-35472ea591c8] Socket close event received\n2025-07-21 18:41:38.786 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53152 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:42:38.762 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:42:38.764 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""40b9e2f0-f91f-4200-9440-9fba164766ff""}\n2025-07-21 18:42:38.765 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] received connection request\n2025-07-21 18:42:38.766 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:42:38.790 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] socks forwarding established\n2025-07-21 18:42:38.816 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Process exited with code 0\n2025-07-21 18:42:38.817 [info] [command][40b9e2f0-f91f-4200-9440-9fba164766ff] Socket close event received\n2025-07-21 18:42:38.817 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][333ad1d1-7c27-40bf-aa03-37631b9bbcf6] socks connection closed\n2025-07-21 18:42:38.841 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53172 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:43:38.819 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:43:38.820 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73""}\n2025-07-21 18:43:38.820 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] received connection request\n2025-07-21 18:43:38.821 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:43:38.845 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] socks forwarding established\n2025-07-21 18:43:38.872 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][92bb703d-2766-4c33-a21c-bc693da4d780] socks connection closed\n2025-07-21 18:43:38.872 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Process exited with code 0\n2025-07-21 18:43:38.873 [info] [command][dafb4dcf-b0f2-4e5c-a76d-c30e25f24a73] Socket close event received\n2025-07-21 18:43:38.897 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53203 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:44:38.875 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:44:38.877 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""71dd3482-49e7-49da-846d-9766566eecf8""}\n2025-07-21 18:44:38.878 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] received connection request\n2025-07-21 18:44:38.878 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:44:38.905 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] socks forwarding established\n2025-07-21 18:44:38.931 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Process exited with code 0\n2025-07-21 18:44:38.931 [info] [command][71dd3482-49e7-49da-846d-9766566eecf8] Socket close event received\n2025-07-21 18:44:38.932 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3fff2f14-3cb6-4e63-8414-1b5beb99a7a8] socks connection closed\n2025-07-21 18:44:38.956 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53258 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:45:38.936 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:45:38.939 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""70185b83-a713-4562-a47d-8493090a4c45""}\n2025-07-21 18:45:38.939 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] received connection request\n2025-07-21 18:45:38.940 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:45:38.965 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] socks forwarding established\n2025-07-21 18:45:38.991 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Process exited with code 0\n2025-07-21 18:45:38.991 [info] [command][70185b83-a713-4562-a47d-8493090a4c45] Socket close event received\n2025-07-21 18:45:38.992 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][be3cbf05-ea69-4f0c-9e21-e08daf05486b] socks connection closed\n2025-07-21 18:45:39.015 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53310 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:46:38.993 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:46:38.995 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c2d599ab-14ef-4efa-8d86-c3cc69c12e2a""}\n2025-07-21 18:46:38.995 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] received connection request\n2025-07-21 18:46:38.995 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:46:39.018 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] socks forwarding established\n2025-07-21 18:46:39.045 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Process exited with code 0\n2025-07-21 18:46:39.045 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][90d741a1-c9c1-4bac-a2d5-2efa003afc23] socks connection closed\n2025-07-21 18:46:39.045 [info] [command][c2d599ab-14ef-4efa-8d86-c3cc69c12e2a] Socket close event received\n2025-07-21 18:46:39.070 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53349 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:47:39.050 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:47:39.053 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""e95c0b61-dfc8-4b66-b9af-7611c11cdbea""}\n2025-07-21 18:47:39.054 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] received connection request\n2025-07-21 18:47:39.055 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:47:39.080 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] socks forwarding established\n2025-07-21 18:47:39.109 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Process exited with code 0\n2025-07-21 18:47:39.109 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][0b2343e4-2ea5-47ce-a085-958c4fbefbed] socks connection closed\n2025-07-21 18:47:39.109 [info] [command][e95c0b61-dfc8-4b66-b9af-7611c11cdbea] Socket close event received\n2025-07-21 18:47:39.133 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53370 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:48:39.112 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:48:39.114 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b830a10d-5014-43f6-9c9d-fa77062bf689""}\n2025-07-21 18:48:39.115 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] received connection request\n2025-07-21 18:48:39.115 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:48:39.139 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] socks forwarding established\n2025-07-21 18:48:39.165 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Process exited with code 0\n2025-07-21 18:48:39.166 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][41b5dc38-292d-45a4-8a27-0d31d019a910] socks connection closed\n2025-07-21 18:48:39.166 [info] [command][b830a10d-5014-43f6-9c9d-fa77062bf689] Socket close event received\n2025-07-21 18:48:39.190 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53398 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:49:39.171 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:49:39.173 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""bd3a5cb3-d363-4038-928d-934407ed3f3d""}\n2025-07-21 18:49:39.174 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] received connection request\n2025-07-21 18:49:39.174 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:49:39.198 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] socks forwarding established\n2025-07-21 18:49:39.225 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Process exited with code 0\n2025-07-21 18:49:39.225 [info] [command][bd3a5cb3-d363-4038-928d-934407ed3f3d] Socket close event received\n2025-07-21 18:49:39.226 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c9fdb521-9160-4b9a-ba27-ae2a2fdec75d] socks connection closed\n2025-07-21 18:49:39.249 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53451 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:50:39.230 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:50:39.231 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""36f5f854-d1b7-4405-9038-c3ea7382aa14""}\n2025-07-21 18:50:39.232 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] received connection request\n2025-07-21 18:50:39.232 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:50:39.260 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] socks forwarding established\n2025-07-21 18:50:39.289 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Process exited with code 0\n2025-07-21 18:50:39.289 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e8e6235f-f334-44f8-8297-75e74f9bc32f] socks connection closed\n2025-07-21 18:50:39.289 [info] [command][36f5f854-d1b7-4405-9038-c3ea7382aa14] Socket close event received\n2025-07-21 18:50:39.313 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53476 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:51:39.291 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:51:39.294 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""485b464a-fe99-45f6-b41c-26a5ddec739e""}\n2025-07-21 18:51:39.295 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] received connection request\n2025-07-21 18:51:39.297 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:51:39.325 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] socks forwarding established\n2025-07-21 18:51:39.352 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Process exited with code 0\n2025-07-21 18:51:39.353 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][382237df-93bc-443b-a282-4f623c1fdeb2] socks connection closed\n2025-07-21 18:51:39.353 [info] [command][485b464a-fe99-45f6-b41c-26a5ddec739e] Socket close event received\n2025-07-21 18:51:39.376 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53520 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:52:39.357 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:52:39.360 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""7ff50ee7-a184-4001-8ce6-fd8db3a300b9""}\n2025-07-21 18:52:39.360 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] received connection request\n2025-07-21 18:52:39.361 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:52:39.389 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] socks forwarding established\n2025-07-21 18:52:39.416 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Process exited with code 0\n2025-07-21 18:52:39.416 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f6a0bec5-f4b9-404a-996e-253a94dd5ec9] socks connection closed\n2025-07-21 18:52:39.416 [info] [command][7ff50ee7-a184-4001-8ce6-fd8db3a300b9] Socket close event received\n2025-07-21 18:52:39.439 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53565 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:53:39.418 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:53:39.420 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""6dbb6950-f7f7-4598-ba8c-69d04e60d2ff""}\n2025-07-21 18:53:39.421 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] received connection request\n2025-07-21 18:53:39.421 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:53:39.447 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] socks forwarding established\n2025-07-21 18:53:39.476 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Process exited with code 0\n2025-07-21 18:53:39.476 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][52470111-c3c5-41fb-9f9b-26b23d7926a9] socks connection closed\n2025-07-21 18:53:39.476 [info] [command][6dbb6950-f7f7-4598-ba8c-69d04e60d2ff] Socket close event received\n2025-07-21 18:53:39.501 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53588 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:54:39.481 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:54:39.484 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""5d8a8330-c6f5-4cc7-bdf5-6bd49197b655""}\n2025-07-21 18:54:39.485 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] received connection request\n2025-07-21 18:54:39.486 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:54:39.514 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] socks forwarding established\n2025-07-21 18:54:39.542 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Process exited with code 0\n2025-07-21 18:54:39.543 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f53c4419-c432-46ad-9df4-3fe8635361b7] socks connection closed\n2025-07-21 18:54:39.543 [info] [command][5d8a8330-c6f5-4cc7-bdf5-6bd49197b655] Socket close event received\n2025-07-21 18:54:39.568 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53639 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:55:39.547 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:55:39.549 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""177b9a74-f2a6-4174-b6dd-264871832962""}\n2025-07-21 18:55:39.549 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] received connection request\n2025-07-21 18:55:39.550 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:55:39.573 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] socks forwarding established\n2025-07-21 18:55:39.600 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Process exited with code 0\n2025-07-21 18:55:39.600 [info] [command][177b9a74-f2a6-4174-b6dd-264871832962] Socket close event received\n2025-07-21 18:55:39.601 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][e7e2ba37-e676-4b13-8d4c-a25fd2207582] socks connection closed\n2025-07-21 18:55:39.624 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53689 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:56:39.606 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:56:39.607 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""42acc039-f772-4d7e-a7e3-23bc0096be54""}\n2025-07-21 18:56:39.608 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] received connection request\n2025-07-21 18:56:39.608 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:56:39.633 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] socks forwarding established\n2025-07-21 18:56:39.662 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Process exited with code 0\n2025-07-21 18:56:39.662 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][4bc9c563-4949-4b80-b106-de8ece1f3315] socks connection closed\n2025-07-21 18:56:39.662 [info] [command][42acc039-f772-4d7e-a7e3-23bc0096be54] Socket close event received\n2025-07-21 18:56:39.687 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53746 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:57:39.667 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:57:39.670 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""de835a75-9ffe-4f9b-a01f-a2b8c1fa812c""}\n2025-07-21 18:57:39.670 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] received connection request\n2025-07-21 18:57:39.671 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:57:39.695 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] socks forwarding established\n2025-07-21 18:57:39.721 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Process exited with code 0\n2025-07-21 18:57:39.722 [info] [command][de835a75-9ffe-4f9b-a01f-a2b8c1fa812c] Socket close event received\n2025-07-21 18:57:39.722 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][91572d76-5f8d-4465-8588-9a5a8407a914] socks connection closed\n2025-07-21 18:57:39.747 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53780 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:58:39.725 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:58:39.728 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""ebc9b897-db2b-4fc9-be2c-6352abf68b86""}\n2025-07-21 18:58:39.728 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] received connection request\n2025-07-21 18:58:39.729 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:58:39.754 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] socks forwarding established\n2025-07-21 18:58:39.783 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Process exited with code 0\n2025-07-21 18:58:39.783 [info] [command][ebc9b897-db2b-4fc9-be2c-6352abf68b86] Socket close event received\n2025-07-21 18:58:39.784 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][524c67d9-c6d3-4aa5-b882-ae7931a203c5] socks connection closed\n2025-07-21 18:58:39.808 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53805 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 18:59:39.786 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 18:59:39.788 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""38445a8e-5d39-484c-9f01-2aa788e850a4""}\n2025-07-21 18:59:39.789 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] received connection request\n2025-07-21 18:59:39.790 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 18:59:39.814 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] socks forwarding established\n2025-07-21 18:59:39.844 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Process exited with code 0\n2025-07-21 18:59:39.844 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][db8b92c3-23da-4de4-b65d-88f96a2d2295] socks connection closed\n2025-07-21 18:59:39.845 [info] [command][38445a8e-5d39-484c-9f01-2aa788e850a4] Socket close event received\n2025-07-21 18:59:39.869 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53859 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:00:39.848 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:00:39.849 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""f3792944-32c0-4575-a3a8-28f037d38417""}\n2025-07-21 19:00:39.849 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] received connection request\n2025-07-21 19:00:39.849 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:00:39.872 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] socks forwarding established\n2025-07-21 19:00:39.898 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Process exited with code 0\n2025-07-21 19:00:39.898 [info] [command][f3792944-32c0-4575-a3a8-28f037d38417] Socket close event received\n2025-07-21 19:00:39.899 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][3eb2dee4-5563-40f7-a2d4-0352b10ffcaa] socks connection closed\n2025-07-21 19:00:39.921 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53883 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:01:39.904 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:01:39.906 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""14f7ab07-1e4e-4558-a7fb-fbf138c83a78""}\n2025-07-21 19:01:39.907 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] received connection request\n2025-07-21 19:01:39.907 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:01:39.931 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] socks forwarding established\n2025-07-21 19:01:39.958 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Process exited with code 0\n2025-07-21 19:01:39.958 [info] [command][14f7ab07-1e4e-4558-a7fb-fbf138c83a78] Socket close event received\n2025-07-21 19:01:39.959 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][06da131f-80b9-48f2-8954-c3e012e8b05e] socks connection closed\n2025-07-21 19:01:39.982 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53928 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:02:39.963 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:02:39.965 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""75589afd-c9e7-4e6d-9121-8364dec620fa""}\n2025-07-21 19:02:39.966 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] received connection request\n2025-07-21 19:02:39.967 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:02:39.991 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] socks forwarding established\n2025-07-21 19:02:40.020 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Process exited with code 0\n2025-07-21 19:02:40.021 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][265ca550-d861-49f4-bd41-1f48c15cc440] socks connection closed\n2025-07-21 19:02:40.021 [info] [command][75589afd-c9e7-4e6d-9121-8364dec620fa] Socket close event received\n2025-07-21 19:02:40.044 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53951 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:03:40.026 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:03:40.028 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""b6a36eb4-1af1-4165-9176-cc1f6cf1d29b""}\n2025-07-21 19:03:40.029 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] received connection request\n2025-07-21 19:03:40.029 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:03:40.054 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] socks forwarding established\n2025-07-21 19:03:40.080 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Process exited with code 0\n2025-07-21 19:03:40.080 [info] [command][b6a36eb4-1af1-4165-9176-cc1f6cf1d29b] Socket close event received\n2025-07-21 19:03:40.081 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d9abf4a2-3c53-46e8-b0f5-ca16be89f368] socks connection closed\n2025-07-21 19:03:40.105 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 53974 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:04:40.086 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:04:40.089 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""736b53ea-60f9-4229-90ef-ee23df272589""}\n2025-07-21 19:04:40.090 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] received connection request\n2025-07-21 19:04:40.091 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:04:40.113 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] socks forwarding established\n2025-07-21 19:04:40.140 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Process exited with code 0\n2025-07-21 19:04:40.141 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][f2006758-535f-4a0f-8af8-f0091a0fb3ed] socks connection closed\n2025-07-21 19:04:40.141 [info] [command][736b53ea-60f9-4229-90ef-ee23df272589] Socket close event received\n2025-07-21 19:04:40.164 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54027 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:05:40.145 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:05:40.148 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""0fdb1cab-659a-4e79-9d0b-d99eb982d5c1""}\n2025-07-21 19:05:40.148 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] received connection request\n2025-07-21 19:05:40.149 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:05:40.173 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] socks forwarding established\n2025-07-21 19:05:40.202 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Process exited with code 0\n2025-07-21 19:05:40.203 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][13651fcf-b221-4778-bdb6-bfbfbc17c3ee] socks connection closed\n2025-07-21 19:05:40.203 [info] [command][0fdb1cab-659a-4e79-9d0b-d99eb982d5c1] Socket close event received\n2025-07-21 19:05:40.227 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54050 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:06:40.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:06:40.210 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""c3fcce5b-628c-49d9-af71-dfef8aabc381""}\n2025-07-21 19:06:40.211 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] received connection request\n2025-07-21 19:06:40.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:06:40.239 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] socks forwarding established\n2025-07-21 19:06:40.265 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Process exited with code 0\n2025-07-21 19:06:40.265 [info] [command][c3fcce5b-628c-49d9-af71-dfef8aabc381] Socket close event received\n2025-07-21 19:06:40.266 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][d8bd82d4-6e7d-4ea0-add9-ef58f61cfc40] socks connection closed\n2025-07-21 19:06:40.288 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54091 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:07:40.271 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:07:40.272 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""fadf5015-353f-4c61-9c61-1c9bb6134252""}\n2025-07-21 19:07:40.273 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] received connection request\n2025-07-21 19:07:40.273 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:07:40.298 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] socks forwarding established\n2025-07-21 19:07:40.327 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Process exited with code 0\n2025-07-21 19:07:40.328 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][eb950c70-a18b-4173-8cc6-4648fdb73378] socks connection closed\n2025-07-21 19:07:40.328 [info] [command][fadf5015-353f-4c61-9c61-1c9bb6134252] Socket close event received\n2025-07-21 19:07:40.353 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54119 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:08:40.328 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:08:40.330 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""40205226-9b5f-4f66-8f71-0504bd875095""}\n2025-07-21 19:08:40.331 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] received connection request\n2025-07-21 19:08:40.331 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:08:40.358 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] socks forwarding established\n2025-07-21 19:08:40.388 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Process exited with code 0\n2025-07-21 19:08:40.388 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][c5fd51b2-8936-4059-bac5-2d9ea1e227f7] socks connection closed\n2025-07-21 19:08:40.388 [info] [command][40205226-9b5f-4f66-8f71-0504bd875095] Socket close event received\n2025-07-21 19:08:40.412 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54149 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:09:40.394 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:09:40.395 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""a4733820-5ce2-475d-bf88-599840d2e873""}\n2025-07-21 19:09:40.396 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] received connection request\n2025-07-21 19:09:40.396 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:09:40.423 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] socks forwarding established\n2025-07-21 19:09:40.450 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Process exited with code 0\n2025-07-21 19:09:40.450 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][1cf8f806-7c4a-4d95-889b-86847a862b7f] socks connection closed\n2025-07-21 19:09:40.450 [info] [command][a4733820-5ce2-475d-bf88-599840d2e873] Socket close event received\n2025-07-21 19:09:40.473 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54203 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:10:40.455 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:10:40.459 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] received connection request\n2025-07-21 19:10:40.459 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""1dcb83e9-a7d9-4ba9-82c5-934049edf46b""}\n2025-07-21 19:10:40.460 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:10:40.484 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] socks forwarding established\n2025-07-21 19:10:40.513 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Process exited with code 0\n2025-07-21 19:10:40.513 [info] [forwarding][multiplex][127.0.0.1:51859 -> 127.0.0.1:51850 -> 127.0.0.1:38723][989fe616-5467-462d-85a4-fb64b5f5568b] socks connection closed\n2025-07-21 19:10:40.513 [info] [command][1dcb83e9-a7d9-4ba9-82c5-934049edf46b] Socket close event received\n2025-07-21 19:10:40.539 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 38723, connect from 127.0.0.1 port 54231 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:11:26.808 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-21 19:11:26.808 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-21 19:11:26.848 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][271640d9-11e7-4d80-b6a9-de2c93b90aea] received connection request\n2025-07-21 19:11:26.875 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:11:26.944 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 51850 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 51870 to 127.0.0.1 port 51850, nchannels 6\n\n2025-07-21 19:11:26.944 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][d2130de6-f45b-4602-a7fa-a9d9c97b22d3] socks connection closed\n2025-07-21 19:11:29.822 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-21 19:11:29.822 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 1 of 3 This operation was aborted\n2025-07-21 19:11:29.825 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:34715][e7ee0db0-e158-4154-956e-d976ebfb2aa1] received connection request\n2025-07-21 19:11:29.826 [info] (ssh_tunnel) stderr: debug1: Connection to port 51850 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:11:29.932 [info] Terminating existing SSH process with pid: 91396\n2025-07-21 19:11:29.932 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 19:11:29.933 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:11:29.946 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-21 19:11:29.947 [error] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][271640d9-11e7-4d80-b6a9-de2c93b90aea] error while creating socks forwarding Socket closed\n2025-07-21 19:11:29.947 [error] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][e7ee0db0-e158-4154-956e-d976ebfb2aa1] error while creating socks forwarding Socket closed\n2025-07-21 19:11:29.947 [info] [forwarding][code][127.0.0.1:51858 -> 127.0.0.1:51850 -> 127.0.0.1:34715][212940ee-8b89-4d7f-be42-7b17f458dcbf] socks connection closed\n2025-07-21 19:11:29.950 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76170.sh"" | ssh -v -T -D 54279 login.haicore.berlin bash --login -c bash\n2025-07-21 19:11:29.950 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:11:29.950 [info] Waiting for server to install via process(93153)...\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:11:29.956 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:11:29.957 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:11:29.958 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:11:29.958 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:11:29.958 [info] Retrying connection in 5 seconds...\n2025-07-21 19:11:30.831 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 2 of 3 This operation was aborted\n2025-07-21 19:11:31.836 [error] Failed to connect to Cursor server at http://127.0.0.1:51858, attempt 3 of 3 This operation was aborted\n2025-07-21 19:11:31.836 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-21 19:11:31.836 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-21 19:15:33.015 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:51859\n2025-07-21 19:15:33.016 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76170.sh\n2025-07-21 19:15:33.022 [error] [forwarding][multiplex][127.0.0.1:51859 -> unknown}][4f18d06c-e5ea-4eeb-ab90-9c9963f8e8d7] remote server not configured\n2025-07-21 19:15:33.023 [info] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""b5322cab-ea7d-4ba2-9953-741fbc1d862f"",""id"":""d93cf5e1-bbb9-4b93-83fe-5a43aefda107""}\n2025-07-21 19:15:33.024 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:33.024 [error] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Socket error: Error: read ECONNRESET\n2025-07-21 19:15:33.024 [info] [command][d93cf5e1-bbb9-4b93-83fe-5a43aefda107] Socket close event received\n2025-07-21 19:15:33.032 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2845.sh"" | ssh -v -T -D 54283 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:33.032 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:33.032 [info] Waiting for server to install via process(93159)...\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:15:33.055 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:33.056 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:33.058 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:33.059 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:33.060 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:33.060 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:38.061 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2845.sh\n2025-07-21 19:15:38.062 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:38.065 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19206.sh"" | ssh -v -T -D 54285 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:38.065 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:38.065 [info] Waiting for server to install via process(93168)...\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:38.079 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:38.081 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:38.082 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:38.082 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:38.082 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:43.083 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19206.sh\n2025-07-21 19:15:43.084 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:43.088 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29809.sh"" | ssh -v -T -D 54288 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:43.088 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:43.089 [info] Waiting for server to install via process(93176)...\n2025-07-21 19:15:43.124 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:15:43.125 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:43.126 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:43.132 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:43.135 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:43.135 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:43.135 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:48.144 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29809.sh\n2025-07-21 19:15:48.145 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:48.149 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8833.sh"" | ssh -v -T -D 54290 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:48.149 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:48.149 [info] Waiting for server to install via process(93183)...\n2025-07-21 19:15:48.191 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 19:15:48.191 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:48.192 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:15:48.192 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:48.193 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:48.194 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:48.194 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:48.194 [info] Retrying connection in 5 seconds...\n2025-07-21 19:15:53.208 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_8833.sh\n2025-07-21 19:15:53.218 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:15:53.267 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29959.sh"" | ssh -v -T -D 54294 login.haicore.berlin bash --login -c bash\n2025-07-21 19:15:53.268 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:15:53.268 [info] Waiting for server to install via process(93196)...\n2025-07-21 19:15:53.384 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:15:53.385 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:15:53.388 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:15:53.409 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:15:53.421 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:15:53.422 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:15:53.422 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:15.162 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_29959.sh\n2025-07-21 19:16:15.164 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:15.177 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2702.sh"" | ssh -v -T -D 54296 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:15.178 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:15.178 [info] Waiting for server to install via process(93209)...\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:15.216 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:15.217 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:15.218 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:15.218 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:15.218 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:20.226 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_2702.sh\n2025-07-21 19:16:20.227 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:20.231 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41306.sh"" | ssh -v -T -D 54298 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:20.231 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:20.231 [info] Waiting for server to install via process(93218)...\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:20.242 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:20.243 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:20.244 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:20.245 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:20.245 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:20.245 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:25.254 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_41306.sh\n2025-07-21 19:16:25.255 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:25.260 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4792.sh"" | ssh -v -T -D 54300 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:25.260 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:25.261 [info] Waiting for server to install via process(93228)...\n2025-07-21 19:16:25.275 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:16:25.275 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:25.276 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:25.278 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:25.279 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:25.279 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:25.279 [info] Retrying connection in 5 seconds...\n2025-07-21 19:16:30.288 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_4792.sh\n2025-07-21 19:16:30.289 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-EBRMZl/socket.sock\n2025-07-21 19:16:30.290 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20924.sh"" | ssh -v -T -D 54303 login.haicore.berlin bash --login -c bash\n2025-07-21 19:16:30.290 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:16:30.290 [info] Waiting for server to install via process(93236)...\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:16:30.297 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:16:30.298 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 19:16:30.299 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 19:16:30.299 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:30.299 [error] Failed to connect after 10 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:16:30.299 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_20924.sh\n2025-07-21 19:16:30.299 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 19:29:27.687 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 19:29:27.703 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 19:29:27.704 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 19:29:27.706 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 19:29:27.708 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82390.sh"" | ssh -v -T -D 55024 login.haicore.berlin bash --login -c bash\n2025-07-21 19:29:27.708 [info] Started installation script. Waiting for it to finish...\n2025-07-21 19:29:27.708 [info] Waiting for server to install via process(93437)...\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 19:29:27.714 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\n\n2025-07-21 19:29:27.715 [info] (ssh_tunnel) stderr: debug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 19:29:27.926 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 19:29:27.927 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 19:29:27.927 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 19:29:28.064 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 19:29:28.065 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 19:29:28.065 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 19:29:28.170 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 19:29:28.171 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 19:29:28.289 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 19:29:28.290 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 19:29:28.290 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 19:29:28.293 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 19:29:28.552 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 19:29:28.655 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 19:29:28.660 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 19:29:28.660 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 19:29:28.788 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\ndebug1: Local connections to LOCALHOST:55024 forwarded to remote address socks:0\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: Local forwarding listening on ::1 port 55024.\ndebug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 55024.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\n\n2025-07-21 19:29:28.911 [info] (ssh_tunnel) stderr: debug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 19:29:29.091 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 19:29:29.092 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 19:29:29.095 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 19:29:29.194 [info] (ssh_tunnel) stderr: debug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Sending environment.\ndebug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 19:29:29.661 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\n\n2025-07-21 19:29:29.700 [info] (ssh_tunnel) stdout: Locking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:29.711 [info] (ssh_tunnel) stdout: Server script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\n\n2025-07-21 19:29:29.715 [info] (ssh_tunnel) stdout: v20.18.2\n\n2025-07-21 19:29:29.718 [info] (ssh_tunnel) stdout: Checking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 19:29:29.736 [info] (ssh_tunnel) stdout: Running multiplex server: \n\n2025-07-21 19:29:29.740 [info] (ssh_tunnel) stdout: Creating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 19:29:29.740 [info] (ssh_tunnel) stdout: Creating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\n\n2025-07-21 19:29:29.747 [info] (ssh_tunnel) stdout: Writing multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 19:29:29.766 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 07bc5132-c661-4376-9ce0-90133aaa97fa\nMultiplex server started with PID 3568075 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 19:29:30.279 [info] (ssh_tunnel) stdout: Checking for code servers\n\n2025-07-21 19:29:30.318 [info] (ssh_tunnel) stdout: Code server script is not running\nCreating code server token file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0\nStarting code server script /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms &> /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0 &\nCode server started with PID 3568099 and wrote pid to file /run/user/961800067/cursor-remote-code.pid.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.323 [info] (ssh_tunnel) stdout: Code server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.806 [info] (ssh_tunnel) stdout: 83d89d581064c1883974e752: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==42953==\nmultiplexConnectionToken==07bc5132-c661-4376-9ce0-90133aaa97fa==\ncodeListeningOn==33437==\ncodeConnectionToken==c9e111c6-ce55-491e-bda3-4c28c96cbecd==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\n83d89d581064c1883974e752: end\n\n2025-07-21 19:29:30.808 [info] Server install command exit code: 0\n2025-07-21 19:29:30.808 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_82390.sh\n2025-07-21 19:29:30.810 [info] [forwarding][code] creating new forwarding server\n2025-07-21 19:29:30.810 [info] [forwarding][code] server listening on 127.0.0.1:55038\n2025-07-21 19:29:30.810 [info] [forwarding][code] Set up server\n2025-07-21 19:29:30.810 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: c9e111c6-ce55-491e-bda3-4c28c96cbecd\n2025-07-21 19:29:30.810 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 19:29:30.810 [info] [forwarding][multiplex] server listening on 127.0.0.1:55039\n2025-07-21 19:29:30.811 [info] [forwarding][multiplex] Set up server\n2025-07-21 19:29:30.812 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 07bc5132-c661-4376-9ce0-90133aaa97fa\n2025-07-21 19:29:30.812 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:29:30.816 [info] (ssh_tunnel) stdout: Unlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 19:29:30.817 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] received connection request\n2025-07-21 19:29:30.818 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""77587c05-0678-45b4-b7bd-f7c3461e8418""}\n2025-07-21 19:29:30.819 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:30.841 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] received connection request\n2025-07-21 19:29:30.860 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:30.929 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] socks forwarding established\n2025-07-21 19:29:30.993 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] socks forwarding established\n2025-07-21 19:29:31.055 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d373bf2f-497c-4f3e-bc49-e78a7b75401a] socks connection closed\n2025-07-21 19:29:31.055 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Process exited with code 0\n2025-07-21 19:29:31.056 [info] [command][77587c05-0678-45b4-b7bd-f7c3461e8418] Socket close event received\n2025-07-21 19:29:31.110 [info] Successfully connected to Cursor server at http://127.0.0.1:55038/version\n2025-07-21 19:29:31.110 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 19:29:31.110 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""7b118bc6-859c-475c-b902-50c31a108e96""}\n2025-07-21 19:29:31.111 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] received connection request\n2025-07-21 19:29:31.111 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.175 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55041 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:31.207 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] socks forwarding established\n2025-07-21 19:29:31.337 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c0699cd7-0d88-48d5-875e-90ff7e520ffb] socks connection closed\n2025-07-21 19:29:31.337 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Process exited with code 0\n2025-07-21 19:29:31.337 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 19:29:31.338 [info] [remote-ssh] Resolved exec server. Socks port: 55024\n2025-07-21 19:29:31.338 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":55038,""connectionToken"":""c9e111c6-ce55-491e-bda3-4c28c96cbecd"",""extensionHostEnv"":{}}. Socks port: 55024\n2025-07-21 19:29:31.338 [info] [command][7b118bc6-859c-475c-b902-50c31a108e96] Socket close event received\n2025-07-21 19:29:31.360 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] received connection request\n2025-07-21 19:29:31.360 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:29:31.361 [info] (ssh_tunnel) stderr: debug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.478 [info] (ssh_tunnel) stderr: debug1: channel 5: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55045 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:31.478 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] socks forwarding established\n2025-07-21 19:29:31.596 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] received connection request\n2025-07-21 19:29:31.597 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:29:31.695 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] socks forwarding established\n2025-07-21 19:29:32.128 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 19:29:34.306 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 33437, connect from 127.0.0.1 port 55043 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:29:34.306 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][4fb64fb2-5382-4d91-a417-ee831511dac5] socks connection closed\n2025-07-21 19:30:31.059 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:30:31.061 [info] [command][6974b253-f0e7-4d20-92d6-5c0d338756dc] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""6974b253-f0e7-4d20-92d6-5c0d338756dc""}\n2025-07-21 19:30:31.061 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][274f9434-b729-488e-994a-fde2a3bc054b] received connection request\n2025-07-21 19:30:31.063 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:30:31.441 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][274f9434-b729-488e-994a-fde2a3bc054b] socks forwarding established\n2025-07-21 19:30:32.899 [info] [command][6974b253-f0e7-4d20-92d6-5c0d338756dc] Process exited with code 0\n2025-07-21 19:30:32.900 [info] [command][6974b253-f0e7-4d20-92d6-5c0d338756dc] Socket close event received\n2025-07-21 19:30:32.900 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][274f9434-b729-488e-994a-fde2a3bc054b] socks connection closed\n2025-07-21 19:30:36.373 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55202 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:31:32.905 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:31:32.907 [info] [command][f5144a0b-b134-49bf-a452-af2b01067322] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""f5144a0b-b134-49bf-a452-af2b01067322""}\n2025-07-21 19:31:32.908 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][67e60301-40a1-48f1-a70f-d4127f4de05d] received connection request\n2025-07-21 19:31:32.909 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:31:33.041 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][67e60301-40a1-48f1-a70f-d4127f4de05d] socks forwarding established\n2025-07-21 19:31:33.344 [info] [command][f5144a0b-b134-49bf-a452-af2b01067322] Process exited with code 0\n2025-07-21 19:31:33.344 [info] [command][f5144a0b-b134-49bf-a452-af2b01067322] Socket close event received\n2025-07-21 19:31:33.345 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][67e60301-40a1-48f1-a70f-d4127f4de05d] socks connection closed\n2025-07-21 19:31:33.715 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55291 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:32:33.346 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:32:33.348 [info] [command][036faed3-4618-4626-b82a-11a36bd6de4b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""036faed3-4618-4626-b82a-11a36bd6de4b""}\n2025-07-21 19:32:33.349 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][98738cdc-680b-4add-9a65-7a4acf4957f9] received connection request\n2025-07-21 19:32:33.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:32:37.964 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][98738cdc-680b-4add-9a65-7a4acf4957f9] socks forwarding established\n2025-07-21 19:32:40.642 [info] [command][036faed3-4618-4626-b82a-11a36bd6de4b] Process exited with code 0\n2025-07-21 19:32:40.642 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][98738cdc-680b-4add-9a65-7a4acf4957f9] socks connection closed\n2025-07-21 19:32:40.643 [info] [command][036faed3-4618-4626-b82a-11a36bd6de4b] Socket close event received\n2025-07-21 19:32:45.822 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55340 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:33:40.646 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:33:40.647 [info] [command][050fdb73-5287-454a-9f0a-b3efa8f7daa7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""050fdb73-5287-454a-9f0a-b3efa8f7daa7""}\n2025-07-21 19:33:40.648 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][1e445c12-f3c7-4c07-a46d-e572cce02b0b] received connection request\n2025-07-21 19:33:40.649 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:33:40.770 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][1e445c12-f3c7-4c07-a46d-e572cce02b0b] socks forwarding established\n2025-07-21 19:33:40.906 [info] [command][050fdb73-5287-454a-9f0a-b3efa8f7daa7] Process exited with code 0\n2025-07-21 19:33:40.907 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][1e445c12-f3c7-4c07-a46d-e572cce02b0b] socks connection closed\n2025-07-21 19:33:40.907 [info] [command][050fdb73-5287-454a-9f0a-b3efa8f7daa7] Socket close event received\n2025-07-21 19:33:41.018 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55442 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:34:40.911 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:34:40.912 [info] [command][ec89bc5f-af4c-4d88-b26d-88f2b7f47e61] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""ec89bc5f-af4c-4d88-b26d-88f2b7f47e61""}\n2025-07-21 19:34:40.914 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][0d1327e0-c714-4bf7-bc28-7b21c88c5620] received connection request\n2025-07-21 19:34:40.915 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:34:41.051 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0d1327e0-c714-4bf7-bc28-7b21c88c5620] socks forwarding established\n2025-07-21 19:34:41.249 [info] [command][ec89bc5f-af4c-4d88-b26d-88f2b7f47e61] Process exited with code 0\n2025-07-21 19:34:41.249 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0d1327e0-c714-4bf7-bc28-7b21c88c5620] socks connection closed\n2025-07-21 19:34:41.249 [info] [command][ec89bc5f-af4c-4d88-b26d-88f2b7f47e61] Socket close event received\n2025-07-21 19:34:41.406 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55566 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:35:41.249 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:35:41.250 [info] [command][44c86ce9-8168-4982-9784-8d911376128e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""44c86ce9-8168-4982-9784-8d911376128e""}\n2025-07-21 19:35:41.251 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][bb99016b-9ce1-47af-b15b-2a8738a3280c] received connection request\n2025-07-21 19:35:41.252 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:35:44.747 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][bb99016b-9ce1-47af-b15b-2a8738a3280c] socks forwarding established\n2025-07-21 19:35:44.850 [info] [command][44c86ce9-8168-4982-9784-8d911376128e] Process exited with code 0\n2025-07-21 19:35:44.850 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][bb99016b-9ce1-47af-b15b-2a8738a3280c] socks connection closed\n2025-07-21 19:35:44.850 [info] [command][44c86ce9-8168-4982-9784-8d911376128e] Socket close event received\n2025-07-21 19:35:44.953 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55671 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:36:44.855 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:36:44.857 [info] [command][1f008990-819e-4b58-91f6-063fc89288b5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""1f008990-819e-4b58-91f6-063fc89288b5""}\n2025-07-21 19:36:44.858 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][37f121da-8120-4a50-8162-489c6313fea9] received connection request\n2025-07-21 19:36:44.858 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:36:44.975 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][37f121da-8120-4a50-8162-489c6313fea9] socks forwarding established\n2025-07-21 19:36:45.080 [info] [command][1f008990-819e-4b58-91f6-063fc89288b5] Process exited with code 0\n2025-07-21 19:36:45.080 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][37f121da-8120-4a50-8162-489c6313fea9] socks connection closed\n2025-07-21 19:36:45.081 [info] [command][1f008990-819e-4b58-91f6-063fc89288b5] Socket close event received\n2025-07-21 19:36:45.185 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55782 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:37:45.084 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:37:45.085 [info] [command][42f9ff5c-7814-4070-bf67-ebe298d92bf5] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""42f9ff5c-7814-4070-bf67-ebe298d92bf5""}\n2025-07-21 19:37:45.085 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][d0bd64c7-9d43-476b-8671-99e9e2ea195e] received connection request\n2025-07-21 19:37:45.086 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:37:45.186 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d0bd64c7-9d43-476b-8671-99e9e2ea195e] socks forwarding established\n2025-07-21 19:37:45.310 [info] [command][42f9ff5c-7814-4070-bf67-ebe298d92bf5] Process exited with code 0\n2025-07-21 19:37:45.310 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d0bd64c7-9d43-476b-8671-99e9e2ea195e] socks connection closed\n2025-07-21 19:37:45.310 [info] [command][42f9ff5c-7814-4070-bf67-ebe298d92bf5] Socket close event received\n2025-07-21 19:37:45.442 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55833 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:38:45.311 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:38:45.313 [info] [command][2dabc3d4-251a-4cb5-99c5-d2c035a34461] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2dabc3d4-251a-4cb5-99c5-d2c035a34461""}\n2025-07-21 19:38:45.314 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][f7542eff-8872-435e-981c-e1e308ddf64e] received connection request\n2025-07-21 19:38:45.314 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:38:45.458 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f7542eff-8872-435e-981c-e1e308ddf64e] socks forwarding established\n2025-07-21 19:38:45.611 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f7542eff-8872-435e-981c-e1e308ddf64e] socks connection closed\n2025-07-21 19:38:45.611 [info] [command][2dabc3d4-251a-4cb5-99c5-d2c035a34461] Process exited with code 0\n2025-07-21 19:38:45.611 [info] [command][2dabc3d4-251a-4cb5-99c5-d2c035a34461] Socket close event received\n2025-07-21 19:38:45.860 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55908 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:39:45.616 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:39:45.618 [info] [command][21ce5145-57fc-49d2-8388-713132e65a92] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""21ce5145-57fc-49d2-8388-713132e65a92""}\n2025-07-21 19:39:45.618 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][70d992ff-3a45-4c55-8eb8-55a9b21fe0df] received connection request\n2025-07-21 19:39:45.619 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:39:45.711 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][70d992ff-3a45-4c55-8eb8-55a9b21fe0df] socks forwarding established\n2025-07-21 19:39:45.801 [info] [command][21ce5145-57fc-49d2-8388-713132e65a92] Process exited with code 0\n2025-07-21 19:39:45.801 [info] [command][21ce5145-57fc-49d2-8388-713132e65a92] Socket close event received\n2025-07-21 19:39:45.806 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][70d992ff-3a45-4c55-8eb8-55a9b21fe0df] socks connection closed\n2025-07-21 19:39:45.891 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55950 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:40:45.806 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:40:45.809 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][731a4131-c2df-496b-9f81-09be09962581] received connection request\n2025-07-21 19:40:45.809 [info] [command][4877b5eb-72a2-40a9-b56c-02a77b5f9ebf] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4877b5eb-72a2-40a9-b56c-02a77b5f9ebf""}\n2025-07-21 19:40:45.809 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:40:45.902 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][731a4131-c2df-496b-9f81-09be09962581] socks forwarding established\n2025-07-21 19:40:46.002 [info] [command][4877b5eb-72a2-40a9-b56c-02a77b5f9ebf] Process exited with code 0\n2025-07-21 19:40:46.002 [info] [command][4877b5eb-72a2-40a9-b56c-02a77b5f9ebf] Socket close event received\n2025-07-21 19:40:46.003 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][731a4131-c2df-496b-9f81-09be09962581] socks connection closed\n2025-07-21 19:40:46.114 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 55984 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:41:46.007 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:41:46.009 [info] [command][987b7563-a801-4bc7-87b2-d51874052701] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""987b7563-a801-4bc7-87b2-d51874052701""}\n2025-07-21 19:41:46.010 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e52f7f7f-553d-4a07-a0e7-cbadb40ff62f] received connection request\n2025-07-21 19:41:46.010 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:41:46.119 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e52f7f7f-553d-4a07-a0e7-cbadb40ff62f] socks forwarding established\n2025-07-21 19:41:46.242 [info] [command][987b7563-a801-4bc7-87b2-d51874052701] Process exited with code 0\n2025-07-21 19:41:46.243 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e52f7f7f-553d-4a07-a0e7-cbadb40ff62f] socks connection closed\n2025-07-21 19:41:46.243 [info] [command][987b7563-a801-4bc7-87b2-d51874052701] Socket close event received\n2025-07-21 19:41:46.341 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56028 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:42:46.246 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:42:46.250 [info] [command][b4442ea8-c149-4e4b-bc0b-53b33079c3eb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""b4442ea8-c149-4e4b-bc0b-53b33079c3eb""}\n2025-07-21 19:42:46.251 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][02f76853-6e69-4837-b449-17211a132175] received connection request\n2025-07-21 19:42:46.251 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:42:46.380 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][02f76853-6e69-4837-b449-17211a132175] socks forwarding established\n2025-07-21 19:42:46.515 [info] [command][b4442ea8-c149-4e4b-bc0b-53b33079c3eb] Process exited with code 0\n2025-07-21 19:42:46.515 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][02f76853-6e69-4837-b449-17211a132175] socks connection closed\n2025-07-21 19:42:46.515 [info] [command][b4442ea8-c149-4e4b-bc0b-53b33079c3eb] Socket close event received\n2025-07-21 19:42:46.638 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56054 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:43:46.517 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:43:46.519 [info] [command][d0fa1481-32d5-4513-9a72-3ab04835807b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""d0fa1481-32d5-4513-9a72-3ab04835807b""}\n2025-07-21 19:43:46.519 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][69afcb52-5c7d-41b2-9e66-e05d9e267d34] received connection request\n2025-07-21 19:43:46.520 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:43:46.619 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][69afcb52-5c7d-41b2-9e66-e05d9e267d34] socks forwarding established\n2025-07-21 19:43:46.729 [info] [command][d0fa1481-32d5-4513-9a72-3ab04835807b] Process exited with code 0\n2025-07-21 19:43:46.730 [info] [command][d0fa1481-32d5-4513-9a72-3ab04835807b] Socket close event received\n2025-07-21 19:43:46.730 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][69afcb52-5c7d-41b2-9e66-e05d9e267d34] socks connection closed\n2025-07-21 19:43:46.837 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56086 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:44:46.735 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:44:46.737 [info] [command][eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a""}\n2025-07-21 19:44:46.738 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][964b38e1-c6a4-4908-be9c-96c0a394030b] received connection request\n2025-07-21 19:44:46.738 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:44:46.852 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][964b38e1-c6a4-4908-be9c-96c0a394030b] socks forwarding established\n2025-07-21 19:44:46.973 [info] [command][eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a] Process exited with code 0\n2025-07-21 19:44:46.976 [info] [command][eb0c9d95-6e69-4db4-b59f-ff82cb7f2b6a] Socket close event received\n2025-07-21 19:44:46.979 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][964b38e1-c6a4-4908-be9c-96c0a394030b] socks connection closed\n2025-07-21 19:44:47.075 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56137 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:45:46.975 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:45:46.978 [info] [command][55eb6197-4c98-407f-8902-28a37f1df293] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""55eb6197-4c98-407f-8902-28a37f1df293""}\n2025-07-21 19:45:46.978 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][4f4dbc27-0280-413a-b8eb-82c2664c06a3] received connection request\n2025-07-21 19:45:46.979 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:45:47.101 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4f4dbc27-0280-413a-b8eb-82c2664c06a3] socks forwarding established\n2025-07-21 19:45:47.203 [info] [command][55eb6197-4c98-407f-8902-28a37f1df293] Process exited with code 0\n2025-07-21 19:45:47.203 [info] [command][55eb6197-4c98-407f-8902-28a37f1df293] Socket close event received\n2025-07-21 19:45:47.209 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4f4dbc27-0280-413a-b8eb-82c2664c06a3] socks connection closed\n2025-07-21 19:45:47.318 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56219 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:46:47.208 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:46:47.210 [info] [command][4a5aa864-4015-4eb4-9da6-3bb25b998b5b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4a5aa864-4015-4eb4-9da6-3bb25b998b5b""}\n2025-07-21 19:46:47.211 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8dba324b-e7ae-4250-a33b-73aa34550107] received connection request\n2025-07-21 19:46:47.211 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:46:47.313 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8dba324b-e7ae-4250-a33b-73aa34550107] socks forwarding established\n2025-07-21 19:46:47.426 [info] [command][4a5aa864-4015-4eb4-9da6-3bb25b998b5b] Process exited with code 0\n2025-07-21 19:46:47.426 [info] [command][4a5aa864-4015-4eb4-9da6-3bb25b998b5b] Socket close event received\n2025-07-21 19:46:47.431 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8dba324b-e7ae-4250-a33b-73aa34550107] socks connection closed\n2025-07-21 19:46:47.532 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56242 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:47:47.432 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:47:47.434 [info] [command][65a0f4ab-25f9-459b-b4ea-691281e43c51] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""65a0f4ab-25f9-459b-b4ea-691281e43c51""}\n2025-07-21 19:47:47.435 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e151e469-7334-4a60-abd1-01d33da745ef] received connection request\n2025-07-21 19:47:47.435 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:47:50.251 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e151e469-7334-4a60-abd1-01d33da745ef] socks forwarding established\n2025-07-21 19:47:52.634 [info] [command][65a0f4ab-25f9-459b-b4ea-691281e43c51] Process exited with code 0\n2025-07-21 19:47:52.634 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e151e469-7334-4a60-abd1-01d33da745ef] socks connection closed\n2025-07-21 19:47:52.635 [info] [command][65a0f4ab-25f9-459b-b4ea-691281e43c51] Socket close event received\n2025-07-21 19:47:53.316 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56361 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:48:52.640 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:48:52.642 [info] [command][33944755-97a6-4e88-9b6a-3e66c9237b97] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""33944755-97a6-4e88-9b6a-3e66c9237b97""}\n2025-07-21 19:48:52.643 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][107a56b0-7aa2-46e6-be74-74760ea39a4c] received connection request\n2025-07-21 19:48:52.643 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:48:52.750 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][107a56b0-7aa2-46e6-be74-74760ea39a4c] socks forwarding established\n2025-07-21 19:48:52.885 [info] [command][33944755-97a6-4e88-9b6a-3e66c9237b97] Process exited with code 0\n2025-07-21 19:48:52.885 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][107a56b0-7aa2-46e6-be74-74760ea39a4c] socks connection closed\n2025-07-21 19:48:52.885 [info] [command][33944755-97a6-4e88-9b6a-3e66c9237b97] Socket close event received\n2025-07-21 19:48:52.990 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56485 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:49:52.891 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:49:52.892 [info] [command][8a1589ee-43b5-438c-82d4-888fe90d53f0] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""8a1589ee-43b5-438c-82d4-888fe90d53f0""}\n2025-07-21 19:49:52.892 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8b80cac9-62b9-4539-9fe0-3e8b6b847a43] received connection request\n2025-07-21 19:49:52.892 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:49:53.000 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8b80cac9-62b9-4539-9fe0-3e8b6b847a43] socks forwarding established\n2025-07-21 19:49:53.100 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8b80cac9-62b9-4539-9fe0-3e8b6b847a43] socks connection closed\n2025-07-21 19:49:53.100 [info] [command][8a1589ee-43b5-438c-82d4-888fe90d53f0] Process exited with code 0\n2025-07-21 19:49:53.101 [info] [command][8a1589ee-43b5-438c-82d4-888fe90d53f0] Socket close event received\n2025-07-21 19:49:53.245 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56559 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:50:53.107 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:50:53.108 [info] [command][536b3a1f-601a-47d9-bc25-29cb20501bf2] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""536b3a1f-601a-47d9-bc25-29cb20501bf2""}\n2025-07-21 19:50:53.109 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][5b531fe2-f4e2-47b1-9d6d-211964de268a] received connection request\n2025-07-21 19:50:53.109 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:50:53.215 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5b531fe2-f4e2-47b1-9d6d-211964de268a] socks forwarding established\n2025-07-21 19:50:53.318 [info] [command][536b3a1f-601a-47d9-bc25-29cb20501bf2] Process exited with code 0\n2025-07-21 19:50:53.318 [info] [command][536b3a1f-601a-47d9-bc25-29cb20501bf2] Socket close event received\n2025-07-21 19:50:53.321 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5b531fe2-f4e2-47b1-9d6d-211964de268a] socks connection closed\n2025-07-21 19:50:53.415 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56608 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:51:53.324 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:51:53.325 [info] [command][41adbeae-da55-408e-8557-e5c78209ac6b] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""41adbeae-da55-408e-8557-e5c78209ac6b""}\n2025-07-21 19:51:53.325 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][62bfe2f3-791f-4027-80ad-88d46d24f3c1] received connection request\n2025-07-21 19:51:53.325 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:51:53.325 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:51:53.434 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][62bfe2f3-791f-4027-80ad-88d46d24f3c1] socks forwarding established\n2025-07-21 19:51:53.561 [info] [command][41adbeae-da55-408e-8557-e5c78209ac6b] Process exited with code 0\n2025-07-21 19:51:53.561 [info] [command][41adbeae-da55-408e-8557-e5c78209ac6b] Socket close event received\n2025-07-21 19:51:53.566 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][62bfe2f3-791f-4027-80ad-88d46d24f3c1] socks connection closed\n2025-07-21 19:51:53.700 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56706 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:52:53.564 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:52:53.566 [info] [command][accfc714-461e-40b1-889e-72290fb7dd19] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""accfc714-461e-40b1-889e-72290fb7dd19""}\n2025-07-21 19:52:53.566 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][eccbc1f4-18fa-4221-8fc5-7ec9ce9e2cd9] received connection request\n2025-07-21 19:52:53.566 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:53:04.797 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][eccbc1f4-18fa-4221-8fc5-7ec9ce9e2cd9] socks forwarding established\n2025-07-21 19:53:05.214 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][eccbc1f4-18fa-4221-8fc5-7ec9ce9e2cd9] socks connection closed\n2025-07-21 19:53:05.214 [info] [command][accfc714-461e-40b1-889e-72290fb7dd19] Process exited with code 0\n2025-07-21 19:53:05.214 [info] [command][accfc714-461e-40b1-889e-72290fb7dd19] Socket close event received\n2025-07-21 19:53:05.310 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56762 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:54:05.219 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:54:05.223 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][c962194c-bf77-4b90-9b30-03ff56f486c9] received connection request\n2025-07-21 19:54:05.223 [info] [command][f821de85-4c87-4959-a14b-639bec51ed8f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""f821de85-4c87-4959-a14b-639bec51ed8f""}\n2025-07-21 19:54:05.223 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:54:05.318 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c962194c-bf77-4b90-9b30-03ff56f486c9] socks forwarding established\n2025-07-21 19:54:05.422 [info] [command][f821de85-4c87-4959-a14b-639bec51ed8f] Process exited with code 0\n2025-07-21 19:54:05.422 [info] [command][f821de85-4c87-4959-a14b-639bec51ed8f] Socket close event received\n2025-07-21 19:54:05.433 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][c962194c-bf77-4b90-9b30-03ff56f486c9] socks connection closed\n2025-07-21 19:54:05.538 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56903 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:55:05.428 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:55:05.430 [info] [command][4c754454-062e-44dd-9afc-144f04f9f104] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4c754454-062e-44dd-9afc-144f04f9f104""}\n2025-07-21 19:55:05.430 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][44fc5f9f-80e8-4da6-a475-65c2af9e2dec] received connection request\n2025-07-21 19:55:05.430 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:55:05.531 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][44fc5f9f-80e8-4da6-a475-65c2af9e2dec] socks forwarding established\n2025-07-21 19:55:05.651 [info] [command][4c754454-062e-44dd-9afc-144f04f9f104] Process exited with code 0\n2025-07-21 19:55:05.651 [info] [command][4c754454-062e-44dd-9afc-144f04f9f104] Socket close event received\n2025-07-21 19:55:05.657 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][44fc5f9f-80e8-4da6-a475-65c2af9e2dec] socks connection closed\n2025-07-21 19:55:05.741 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 56956 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:56:05.653 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:56:05.656 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][0c13d068-da03-4cb3-aa2f-2fc8809d80df] received connection request\n2025-07-21 19:56:05.656 [info] [command][4656a160-d87c-48e1-83e9-5e575aef8877] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4656a160-d87c-48e1-83e9-5e575aef8877""}\n2025-07-21 19:56:05.656 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:56:05.750 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0c13d068-da03-4cb3-aa2f-2fc8809d80df] socks forwarding established\n2025-07-21 19:56:05.861 [info] [command][4656a160-d87c-48e1-83e9-5e575aef8877] Process exited with code 0\n2025-07-21 19:56:05.861 [info] [command][4656a160-d87c-48e1-83e9-5e575aef8877] Socket close event received\n2025-07-21 19:56:05.861 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][0c13d068-da03-4cb3-aa2f-2fc8809d80df] socks connection closed\n2025-07-21 19:56:05.971 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57060 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:57:05.861 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:57:05.863 [info] [command][531a4657-3e06-4963-84d3-60af6baef61e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""531a4657-3e06-4963-84d3-60af6baef61e""}\n2025-07-21 19:57:05.864 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][605c8e80-36d8-46a7-af0b-77a5e1d6d477] received connection request\n2025-07-21 19:57:05.864 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:57:05.864 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:57:05.991 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][605c8e80-36d8-46a7-af0b-77a5e1d6d477] socks forwarding established\n2025-07-21 19:57:06.098 [info] [command][531a4657-3e06-4963-84d3-60af6baef61e] Process exited with code 0\n2025-07-21 19:57:06.098 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][605c8e80-36d8-46a7-af0b-77a5e1d6d477] socks connection closed\n2025-07-21 19:57:06.098 [info] [command][531a4657-3e06-4963-84d3-60af6baef61e] Socket close event received\n2025-07-21 19:57:06.208 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57083 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:58:06.102 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:58:06.105 [info] [command][4aa2ec30-8b77-4b3d-82a0-528bd40b36fb] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4aa2ec30-8b77-4b3d-82a0-528bd40b36fb""}\n2025-07-21 19:58:06.106 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][fea06060-d3cc-4447-aacd-4933ffad4b3f] received connection request\n2025-07-21 19:58:06.106 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:58:06.108 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:58:06.211 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][fea06060-d3cc-4447-aacd-4933ffad4b3f] socks forwarding established\n2025-07-21 19:58:06.339 [info] [command][4aa2ec30-8b77-4b3d-82a0-528bd40b36fb] Process exited with code 0\n2025-07-21 19:58:06.339 [info] [command][4aa2ec30-8b77-4b3d-82a0-528bd40b36fb] Socket close event received\n2025-07-21 19:58:06.342 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][fea06060-d3cc-4447-aacd-4933ffad4b3f] socks connection closed\n2025-07-21 19:58:06.454 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57104 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 19:59:06.345 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 19:59:06.348 [info] [command][cf318154-50f4-41cc-ac3c-1233f863a18a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""cf318154-50f4-41cc-ac3c-1233f863a18a""}\n2025-07-21 19:59:06.348 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][aefbce35-e685-4a44-82e5-3a984f837977] received connection request\n2025-07-21 19:59:06.349 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 19:59:06.349 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 19:59:06.462 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][aefbce35-e685-4a44-82e5-3a984f837977] socks forwarding established\n2025-07-21 19:59:06.560 [info] [command][cf318154-50f4-41cc-ac3c-1233f863a18a] Process exited with code 0\n2025-07-21 19:59:06.560 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][aefbce35-e685-4a44-82e5-3a984f837977] socks connection closed\n2025-07-21 19:59:06.561 [info] [command][cf318154-50f4-41cc-ac3c-1233f863a18a] Socket close event received\n2025-07-21 19:59:06.678 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57192 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:00:06.565 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:00:06.567 [info] [command][32433d4e-5ad6-48e1-8f4d-b42ed820f803] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""32433d4e-5ad6-48e1-8f4d-b42ed820f803""}\n2025-07-21 20:00:06.568 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][cab8810c-27c4-4ffd-927a-5672b6a91141] received connection request\n2025-07-21 20:00:06.569 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:00:06.674 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][cab8810c-27c4-4ffd-927a-5672b6a91141] socks forwarding established\n2025-07-21 20:00:06.774 [info] [command][32433d4e-5ad6-48e1-8f4d-b42ed820f803] Process exited with code 0\n2025-07-21 20:00:06.775 [info] [command][32433d4e-5ad6-48e1-8f4d-b42ed820f803] Socket close event received\n2025-07-21 20:00:06.777 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][cab8810c-27c4-4ffd-927a-5672b6a91141] socks connection closed\n2025-07-21 20:00:06.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57227 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:01:06.780 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:01:06.782 [info] [command][163408c5-55c0-4fc5-961b-a11c0eb02d91] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""163408c5-55c0-4fc5-961b-a11c0eb02d91""}\n2025-07-21 20:01:06.783 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][4d7d9873-65d9-4885-8ec0-cd076804c891] received connection request\n2025-07-21 20:01:06.783 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:01:06.899 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4d7d9873-65d9-4885-8ec0-cd076804c891] socks forwarding established\n2025-07-21 20:01:07.026 [info] [command][163408c5-55c0-4fc5-961b-a11c0eb02d91] Process exited with code 0\n2025-07-21 20:01:07.027 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4d7d9873-65d9-4885-8ec0-cd076804c891] socks connection closed\n2025-07-21 20:01:07.027 [info] [command][163408c5-55c0-4fc5-961b-a11c0eb02d91] Socket close event received\n2025-07-21 20:01:07.146 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57261 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:02:07.032 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:02:07.035 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e319d02d-0955-4ca6-8508-dfa024eb9465] received connection request\n2025-07-21 20:02:07.036 [info] [command][8d9564c9-a26e-4d52-a1e9-2d986ea52975] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""8d9564c9-a26e-4d52-a1e9-2d986ea52975""}\n2025-07-21 20:02:07.036 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:02:07.159 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e319d02d-0955-4ca6-8508-dfa024eb9465] socks forwarding established\n2025-07-21 20:02:07.276 [info] [command][8d9564c9-a26e-4d52-a1e9-2d986ea52975] Process exited with code 0\n2025-07-21 20:02:07.276 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e319d02d-0955-4ca6-8508-dfa024eb9465] socks connection closed\n2025-07-21 20:02:07.276 [info] [command][8d9564c9-a26e-4d52-a1e9-2d986ea52975] Socket close event received\n2025-07-21 20:02:07.383 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57283 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:03:07.282 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:03:07.285 [info] [command][2664874c-fe0e-4b24-af81-314b8682d753] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2664874c-fe0e-4b24-af81-314b8682d753""}\n2025-07-21 20:03:07.286 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][ab732074-4e49-4009-b7d9-0ef6f75dd0dc] received connection request\n2025-07-21 20:03:07.287 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:03:07.390 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][ab732074-4e49-4009-b7d9-0ef6f75dd0dc] socks forwarding established\n2025-07-21 20:03:07.495 [info] [command][2664874c-fe0e-4b24-af81-314b8682d753] Process exited with code 0\n2025-07-21 20:03:07.496 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][ab732074-4e49-4009-b7d9-0ef6f75dd0dc] socks connection closed\n2025-07-21 20:03:07.496 [info] [command][2664874c-fe0e-4b24-af81-314b8682d753] Socket close event received\n2025-07-21 20:03:07.598 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57313 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:04:07.501 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:04:07.503 [info] [command][317b5b94-58ad-4a0f-9b66-18394c1b5b82] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""317b5b94-58ad-4a0f-9b66-18394c1b5b82""}\n2025-07-21 20:04:07.504 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][2d12eddd-30a2-45c9-8a2b-536af0d77c27] received connection request\n2025-07-21 20:04:07.504 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:04:07.620 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2d12eddd-30a2-45c9-8a2b-536af0d77c27] socks forwarding established\n2025-07-21 20:04:07.715 [info] [command][317b5b94-58ad-4a0f-9b66-18394c1b5b82] Process exited with code 0\n2025-07-21 20:04:07.715 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2d12eddd-30a2-45c9-8a2b-536af0d77c27] socks connection closed\n2025-07-21 20:04:07.716 [info] [command][317b5b94-58ad-4a0f-9b66-18394c1b5b82] Socket close event received\n2025-07-21 20:04:07.818 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57354 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:05:07.717 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:05:07.719 [info] [command][2a4a821c-78b5-4bdd-a958-f34a6aa82a2f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2a4a821c-78b5-4bdd-a958-f34a6aa82a2f""}\n2025-07-21 20:05:07.720 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][7fa2421d-40b4-4105-af3c-750e09bc615a] received connection request\n2025-07-21 20:05:07.720 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:05:07.860 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][7fa2421d-40b4-4105-af3c-750e09bc615a] socks forwarding established\n2025-07-21 20:05:07.971 [info] [command][2a4a821c-78b5-4bdd-a958-f34a6aa82a2f] Process exited with code 0\n2025-07-21 20:05:07.971 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][7fa2421d-40b4-4105-af3c-750e09bc615a] socks connection closed\n2025-07-21 20:05:07.971 [info] [command][2a4a821c-78b5-4bdd-a958-f34a6aa82a2f] Socket close event received\n2025-07-21 20:05:08.071 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57393 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:06:07.973 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:06:07.976 [info] [command][4039f721-0cf5-4d80-a34d-3538c4718f7f] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""4039f721-0cf5-4d80-a34d-3538c4718f7f""}\n2025-07-21 20:06:07.976 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][3df94dee-61e7-4793-a96e-3d14d46315d0] received connection request\n2025-07-21 20:06:07.976 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:06:08.078 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][3df94dee-61e7-4793-a96e-3d14d46315d0] socks forwarding established\n2025-07-21 20:06:08.195 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][3df94dee-61e7-4793-a96e-3d14d46315d0] socks connection closed\n2025-07-21 20:06:08.195 [info] [command][4039f721-0cf5-4d80-a34d-3538c4718f7f] Process exited with code 0\n2025-07-21 20:06:08.195 [info] [command][4039f721-0cf5-4d80-a34d-3538c4718f7f] Socket close event received\n2025-07-21 20:06:08.292 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57434 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:07:08.200 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:07:08.202 [info] [command][b1dba7f6-76fb-4a58-80d2-a43e7a4a439c] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""b1dba7f6-76fb-4a58-80d2-a43e7a4a439c""}\n2025-07-21 20:07:08.203 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][5cfd86ca-b0f3-4fc7-a145-ee1dfe5edd9d] received connection request\n2025-07-21 20:07:08.203 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:07:08.292 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5cfd86ca-b0f3-4fc7-a145-ee1dfe5edd9d] socks forwarding established\n2025-07-21 20:07:08.393 [info] [command][b1dba7f6-76fb-4a58-80d2-a43e7a4a439c] Process exited with code 0\n2025-07-21 20:07:08.394 [info] [command][b1dba7f6-76fb-4a58-80d2-a43e7a4a439c] Socket close event received\n2025-07-21 20:07:08.397 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5cfd86ca-b0f3-4fc7-a145-ee1dfe5edd9d] socks connection closed\n2025-07-21 20:07:08.492 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57462 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:08:08.395 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:08:08.396 [info] [command][814d030e-6065-4c07-a3f4-c6b9e73ac9ac] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""814d030e-6065-4c07-a3f4-c6b9e73ac9ac""}\n2025-07-21 20:08:08.397 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][74712c4d-e1eb-409c-b2d1-71d84bb36bee] received connection request\n2025-07-21 20:08:08.397 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:08:08.397 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:08:08.500 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][74712c4d-e1eb-409c-b2d1-71d84bb36bee] socks forwarding established\n2025-07-21 20:08:08.618 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][74712c4d-e1eb-409c-b2d1-71d84bb36bee] socks connection closed\n2025-07-21 20:08:08.618 [info] [command][814d030e-6065-4c07-a3f4-c6b9e73ac9ac] Process exited with code 0\n2025-07-21 20:08:08.618 [info] [command][814d030e-6065-4c07-a3f4-c6b9e73ac9ac] Socket close event received\n2025-07-21 20:08:08.723 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57497 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:09:08.620 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:09:08.622 [info] [command][7ee2aa59-061d-4fbe-98ac-d7707f24383d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""7ee2aa59-061d-4fbe-98ac-d7707f24383d""}\n2025-07-21 20:09:08.623 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][231d97f1-89fb-4a1e-a46e-819f05dc8ee9] received connection request\n2025-07-21 20:09:08.623 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:09:08.720 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][231d97f1-89fb-4a1e-a46e-819f05dc8ee9] socks forwarding established\n2025-07-21 20:09:08.844 [info] [command][7ee2aa59-061d-4fbe-98ac-d7707f24383d] Process exited with code 0\n2025-07-21 20:09:08.844 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][231d97f1-89fb-4a1e-a46e-819f05dc8ee9] socks connection closed\n2025-07-21 20:09:08.844 [info] [command][7ee2aa59-061d-4fbe-98ac-d7707f24383d] Socket close event received\n2025-07-21 20:09:08.961 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57543 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:10:08.847 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:10:08.851 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][5c8f4a1e-412e-49cb-8349-dbb71104ebe5] received connection request\n2025-07-21 20:10:08.851 [info] [command][294c132d-1240-47bf-aa63-cbe4313139ca] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""294c132d-1240-47bf-aa63-cbe4313139ca""}\n2025-07-21 20:10:08.852 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:10:08.852 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:10:08.938 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5c8f4a1e-412e-49cb-8349-dbb71104ebe5] socks forwarding established\n2025-07-21 20:10:09.043 [info] [command][294c132d-1240-47bf-aa63-cbe4313139ca] Process exited with code 0\n2025-07-21 20:10:09.043 [info] [command][294c132d-1240-47bf-aa63-cbe4313139ca] Socket close event received\n2025-07-21 20:10:09.045 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][5c8f4a1e-412e-49cb-8349-dbb71104ebe5] socks connection closed\n2025-07-21 20:10:09.186 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57608 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:11:09.049 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:11:09.051 [info] [command][a149742d-2969-4dc9-8411-6e0afedb0e3d] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""a149742d-2969-4dc9-8411-6e0afedb0e3d""}\n2025-07-21 20:11:09.052 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][30024dba-9203-4872-ac40-59a2c0bc1ea7] received connection request\n2025-07-21 20:11:09.052 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:11:09.157 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][30024dba-9203-4872-ac40-59a2c0bc1ea7] socks forwarding established\n2025-07-21 20:11:09.274 [info] [command][a149742d-2969-4dc9-8411-6e0afedb0e3d] Process exited with code 0\n2025-07-21 20:11:09.274 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][30024dba-9203-4872-ac40-59a2c0bc1ea7] socks connection closed\n2025-07-21 20:11:09.274 [info] [command][a149742d-2969-4dc9-8411-6e0afedb0e3d] Socket close event received\n2025-07-21 20:11:09.376 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57664 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:12:09.275 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:12:09.277 [info] [command][e97ae439-cce4-4fea-82b6-5a85dcb132ce] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""e97ae439-cce4-4fea-82b6-5a85dcb132ce""}\n2025-07-21 20:12:09.277 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8a613b40-fee5-4043-b8ad-297171d7b16e] received connection request\n2025-07-21 20:12:09.278 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:12:09.383 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8a613b40-fee5-4043-b8ad-297171d7b16e] socks forwarding established\n2025-07-21 20:12:09.482 [info] [command][e97ae439-cce4-4fea-82b6-5a85dcb132ce] Process exited with code 0\n2025-07-21 20:12:09.482 [info] [command][e97ae439-cce4-4fea-82b6-5a85dcb132ce] Socket close event received\n2025-07-21 20:12:09.484 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8a613b40-fee5-4043-b8ad-297171d7b16e] socks connection closed\n2025-07-21 20:12:09.577 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57692 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:13:09.486 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:13:09.488 [info] [command][04dfceb0-3427-4143-8ccf-6f8309d78db7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""04dfceb0-3427-4143-8ccf-6f8309d78db7""}\n2025-07-21 20:13:09.488 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][6dfda0b9-490d-4b39-8ca8-7ce523130697] received connection request\n2025-07-21 20:13:09.488 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:13:09.488 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:13:09.591 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6dfda0b9-490d-4b39-8ca8-7ce523130697] socks forwarding established\n2025-07-21 20:13:09.690 [info] [command][04dfceb0-3427-4143-8ccf-6f8309d78db7] Process exited with code 0\n2025-07-21 20:13:09.690 [info] [command][04dfceb0-3427-4143-8ccf-6f8309d78db7] Socket close event received\n2025-07-21 20:13:09.697 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6dfda0b9-490d-4b39-8ca8-7ce523130697] socks connection closed\n2025-07-21 20:13:09.798 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57718 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:14:09.695 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:14:09.697 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][4bbf487f-9886-4eea-a3ad-a65365c4df27] received connection request\n2025-07-21 20:14:09.698 [info] [command][495db9b6-6925-4418-8545-d1a16eaebcc7] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""495db9b6-6925-4418-8545-d1a16eaebcc7""}\n2025-07-21 20:14:09.698 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:14:09.801 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4bbf487f-9886-4eea-a3ad-a65365c4df27] socks forwarding established\n2025-07-21 20:14:09.908 [info] [command][495db9b6-6925-4418-8545-d1a16eaebcc7] Process exited with code 0\n2025-07-21 20:14:09.908 [info] [command][495db9b6-6925-4418-8545-d1a16eaebcc7] Socket close event received\n2025-07-21 20:14:09.914 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][4bbf487f-9886-4eea-a3ad-a65365c4df27] socks connection closed\n2025-07-21 20:14:09.993 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57774 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:15:09.914 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:15:09.917 [info] [command][ec61192c-c1ad-4982-859f-4fe4c793c506] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""ec61192c-c1ad-4982-859f-4fe4c793c506""}\n2025-07-21 20:15:09.917 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][debfba46-e410-4a98-baa6-a295b2ef84c7] received connection request\n2025-07-21 20:15:09.918 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:15:10.014 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][debfba46-e410-4a98-baa6-a295b2ef84c7] socks forwarding established\n2025-07-21 20:15:10.122 [info] [command][ec61192c-c1ad-4982-859f-4fe4c793c506] Process exited with code 0\n2025-07-21 20:15:10.122 [info] [command][ec61192c-c1ad-4982-859f-4fe4c793c506] Socket close event received\n2025-07-21 20:15:10.128 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][debfba46-e410-4a98-baa6-a295b2ef84c7] socks connection closed\n2025-07-21 20:15:10.214 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57822 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:16:10.123 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:16:10.126 [info] [command][f7b87f50-e263-4547-a125-376377aa65d6] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""f7b87f50-e263-4547-a125-376377aa65d6""}\n2025-07-21 20:16:10.126 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][2db85107-8ca2-4602-a2e9-df8fbce1a32f] received connection request\n2025-07-21 20:16:10.127 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:16:10.224 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2db85107-8ca2-4602-a2e9-df8fbce1a32f] socks forwarding established\n2025-07-21 20:16:10.339 [info] [command][f7b87f50-e263-4547-a125-376377aa65d6] Process exited with code 0\n2025-07-21 20:16:10.340 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][2db85107-8ca2-4602-a2e9-df8fbce1a32f] socks connection closed\n2025-07-21 20:16:10.340 [info] [command][f7b87f50-e263-4547-a125-376377aa65d6] Socket close event received\n2025-07-21 20:16:10.440 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57870 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:17:10.347 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:17:10.349 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][e54540b8-cc52-471b-8c55-d7b7b224c91f] received connection request\n2025-07-21 20:17:10.350 [info] [command][360c40df-2ff0-4255-b1c7-cce9eccf7b06] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""360c40df-2ff0-4255-b1c7-cce9eccf7b06""}\n2025-07-21 20:17:10.350 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:17:10.454 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e54540b8-cc52-471b-8c55-d7b7b224c91f] socks forwarding established\n2025-07-21 20:17:10.550 [info] [command][360c40df-2ff0-4255-b1c7-cce9eccf7b06] Process exited with code 0\n2025-07-21 20:17:10.550 [info] [command][360c40df-2ff0-4255-b1c7-cce9eccf7b06] Socket close event received\n2025-07-21 20:17:10.550 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][e54540b8-cc52-471b-8c55-d7b7b224c91f] socks connection closed\n2025-07-21 20:17:10.647 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57887 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:18:10.556 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:18:10.558 [info] [command][49e808bd-06c6-4069-b166-65b989a0f592] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""49e808bd-06c6-4069-b166-65b989a0f592""}\n2025-07-21 20:18:10.559 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][6845df49-ad8d-4bdb-aa2b-8202d140b039] received connection request\n2025-07-21 20:18:10.559 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:18:10.652 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6845df49-ad8d-4bdb-aa2b-8202d140b039] socks forwarding established\n2025-07-21 20:18:10.769 [info] [command][49e808bd-06c6-4069-b166-65b989a0f592] Process exited with code 0\n2025-07-21 20:18:10.769 [info] [command][49e808bd-06c6-4069-b166-65b989a0f592] Socket close event received\n2025-07-21 20:18:10.770 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][6845df49-ad8d-4bdb-aa2b-8202d140b039] socks connection closed\n2025-07-21 20:18:10.879 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57912 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:19:10.769 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:19:10.771 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][8f3d3a48-9680-40dd-911e-3bbcbf9d4573] received connection request\n2025-07-21 20:19:10.771 [info] [command][212dc51e-1eb7-403a-9e87-780c7bde1950] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""212dc51e-1eb7-403a-9e87-780c7bde1950""}\n2025-07-21 20:19:10.771 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:19:10.893 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8f3d3a48-9680-40dd-911e-3bbcbf9d4573] socks forwarding established\n2025-07-21 20:19:11.011 [info] [command][212dc51e-1eb7-403a-9e87-780c7bde1950] Process exited with code 0\n2025-07-21 20:19:11.011 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][8f3d3a48-9680-40dd-911e-3bbcbf9d4573] socks connection closed\n2025-07-21 20:19:11.011 [info] [command][212dc51e-1eb7-403a-9e87-780c7bde1950] Socket close event received\n2025-07-21 20:19:11.130 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 57963 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:20:11.012 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:20:11.014 [info] [command][2304a4bd-24a2-4f9d-939e-0e230247386a] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""2304a4bd-24a2-4f9d-939e-0e230247386a""}\n2025-07-21 20:20:11.014 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][d4590bd1-c507-4d81-8d09-3c9de813f0cb] received connection request\n2025-07-21 20:20:11.014 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\n\n2025-07-21 20:20:11.014 [info] (ssh_tunnel) stderr: debug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:20:11.103 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d4590bd1-c507-4d81-8d09-3c9de813f0cb] socks forwarding established\n2025-07-21 20:20:11.249 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][d4590bd1-c507-4d81-8d09-3c9de813f0cb] socks connection closed\n2025-07-21 20:20:11.249 [info] [command][2304a4bd-24a2-4f9d-939e-0e230247386a] Process exited with code 0\n2025-07-21 20:20:11.249 [info] [command][2304a4bd-24a2-4f9d-939e-0e230247386a] Socket close event received\n2025-07-21 20:20:11.341 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 58022 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:21:11.251 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:21:11.253 [info] [command][0e38ede0-2b08-4afe-8fda-8fb522528b67] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""0e38ede0-2b08-4afe-8fda-8fb522528b67""}\n2025-07-21 20:21:11.254 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:42953][f8063f8a-db57-4bdd-8a45-497c0c2cf1bb] received connection request\n2025-07-21 20:21:11.254 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:11.342 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f8063f8a-db57-4bdd-8a45-497c0c2cf1bb] socks forwarding established\n2025-07-21 20:21:11.435 [info] [command][0e38ede0-2b08-4afe-8fda-8fb522528b67] Process exited with code 0\n2025-07-21 20:21:11.435 [info] [forwarding][multiplex][127.0.0.1:55039 -> 127.0.0.1:55024 -> 127.0.0.1:42953][f8063f8a-db57-4bdd-8a45-497c0c2cf1bb] socks connection closed\n2025-07-21 20:21:11.435 [info] [command][0e38ede0-2b08-4afe-8fda-8fb522528b67] Socket close event received\n2025-07-21 20:21:11.524 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 55024 for 127.0.0.1 port 42953, connect from 127.0.0.1 port 58056 to 127.0.0.1 port 55024, nchannels 6\n\n2025-07-21 20:21:35.221 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][e9c14141-d65e-4a92-9b97-f8715bbedf72] received connection request\n2025-07-21 20:21:35.221 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:35.223 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #2)\n2025-07-21 20:21:35.223 [info] Received re-connection request; checking to see if existing connection is still valid\n2025-07-21 20:21:35.232 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][2a96a86f-de78-4dfa-8337-ab3f112f2072] received connection request\n2025-07-21 20:21:35.236 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 6: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:38.229 [error] Unexpected error while checking if existing connection is still valid Timeout while checking if existing connection is still valid\n2025-07-21 20:21:38.229 [error] Failed to connect to Cursor server at http://127.0.0.1:55038, attempt 1 of 3 This operation was aborted\n2025-07-21 20:21:38.230 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:33437][d2b45ca6-99cd-4d3c-84cb-ea5652d1ceea] received connection request\n2025-07-21 20:21:38.230 [info] (ssh_tunnel) stderr: debug1: Connection to port 55024 forwarding to socks port 0 requested.\ndebug1: channel 7: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 20:21:38.306 [info] Terminating existing SSH process with pid: 93437\n2025-07-21 20:21:38.306 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 20:21:38.306 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 20:21:38.307 [info] (ssh_tunnel): exit: code=null signal=SIGKILL\n2025-07-21 20:21:38.307 [error] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][e9c14141-d65e-4a92-9b97-f8715bbedf72] error while creating socks forwarding Socket closed\n2025-07-21 20:21:38.307 [error] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][2a96a86f-de78-4dfa-8337-ab3f112f2072] error while creating socks forwarding Socket closed\n2025-07-21 20:21:38.307 [error] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][d2b45ca6-99cd-4d3c-84cb-ea5652d1ceea] error while creating socks forwarding Socket closed\n2025-07-21 20:21:38.307 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][75c7eafc-7840-4024-91e3-0cbe7eb8cf5e] socks connection closed\n2025-07-21 20:21:38.307 [info] [forwarding][code][127.0.0.1:55038 -> 127.0.0.1:55024 -> 127.0.0.1:33437][f2f510c1-3b57-492b-9a11-93c99a27dfff] socks connection closed\n2025-07-21 20:21:38.309 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19145.sh"" | ssh -v -T -D 58074 login.haicore.berlin bash --login -c bash\n2025-07-21 20:21:38.310 [info] Started installation script. Waiting for it to finish...\n2025-07-21 20:21:38.310 [info] Waiting for server to install via process(94940)...\n2025-07-21 20:21:38.332 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 20:21:38.332 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 20:21:38.333 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 20:21:38.333 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 20:21:38.334 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 20:21:38.335 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 20:21:38.336 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 20:21:38.336 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 20:21:38.336 [info] Retrying connection in 5 seconds...\n2025-07-21 20:21:39.239 [error] Failed to connect to Cursor server at http://127.0.0.1:55038, attempt 2 of 3 This operation was aborted\n2025-07-21 20:21:40.250 [error] Failed to connect to Cursor server at http://127.0.0.1:55038, attempt 3 of 3 This operation was aborted\n2025-07-21 20:21:40.250 [error] Could not re-use existing SOCKS connection; attempting to re-establish SOCKS forwarding Failed to connect to Cursor code server. Ensure that your remote host ssh config has 'AllowTcpForwarding yes' in '/etc/ssh/sshd_config'. Please check the logs and try reinstalling the server.\n2025-07-21 20:21:40.250 [error] Could not re-establish SOCKS forwarding; re-establishing entire SSH connection Remote server is not set\n2025-07-21 20:37:22.654 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_19145.sh\n2025-07-21 20:37:22.655 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:55039\n2025-07-21 20:37:22.656 [error] [forwarding][multiplex][127.0.0.1:55039 -> unknown}][b2ab37d0-fb38-4fb9-afc9-1f6d4e2abad4] remote server not configured\n2025-07-21 20:37:22.656 [info] [command][76daa7dc-5d1d-449a-b91d-86a0331d71d4] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""07bc5132-c661-4376-9ce0-90133aaa97fa"",""id"":""76daa7dc-5d1d-449a-b91d-86a0331d71d4""}\n2025-07-21 20:37:22.656 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-tIR4fK/socket.sock\n2025-07-21 20:37:22.657 [error] [command][76daa7dc-5d1d-449a-b91d-86a0331d71d4] Socket error: Error: read ECONNRESET\n2025-07-21 20:37:22.657 [info] [command][76daa7dc-5d1d-449a-b91d-86a0331d71d4] Socket close event received\n2025-07-21 20:37:22.727 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99084.sh"" | ssh -v -T -D 58076 login.haicore.berlin bash --login -c bash\n2025-07-21 20:37:22.733 [info] Started installation script. Waiting for it to finish...\n2025-07-21 20:37:22.733 [info] Waiting for server to install via process(94948)...\n2025-07-21 20:37:22.738 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 20:37:22.741 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\ndebug1: Reading configuration data /etc/ssh/crypto.conf\ndebug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 20:37:22.745 [info] (ssh_tunnel) stderr: ssh: connect to host login.haicore.berlin port 22: Undefined error: 0\n\n2025-07-21 20:37:22.745 [info] (ssh_tunnel): exit: code=255 signal=null\n2025-07-21 20:37:22.746 [error] Error installing server: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 20:37:22.746 [error] Failed to connect after 2 attempts: Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 20:37:22.746 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_99084.sh\n2025-07-21 20:37:22.746 [error] Error resolving SSH authority Failed to install the Cursor Server. Please check the logs for more details.\n2025-07-21 22:03:24.352 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 22:03:24.365 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-5fNZW2/socket.sock\n2025-07-21 22:03:24.366 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 22:03:24.368 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-5fNZW2/socket.sock\n2025-07-21 22:03:24.370 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_76620.sh"" | ssh -v -T -D 58451 login.haicore.berlin bash --login -c bash\n2025-07-21 22:03:24.370 [info] Started installation script. Waiting for it to finish...\n2025-07-21 22:03:24.370 [info] Waiting for server to install via process(95154)...\n2025-07-21 22:03:24.376 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\n\n2025-07-21 22:03:24.376 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /Users/franzsrambical/.ssh/config\ndebug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 22:03:24.377 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 22:03:24.377 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 22:03:24.377 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 22:03:24.511 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 22:03:24.511 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 22:03:24.511 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 22:03:24.561 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 22:03:24.562 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:24.562 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 22:03:24.603 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\n\n2025-07-21 22:03:24.603 [info] (ssh_tunnel) stderr: debug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 22:03:24.604 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 22:03:24.660 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 22:03:24.660 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:24.660 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 22:03:24.662 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\ndebug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\n\n2025-07-21 22:03:24.662 [info] (ssh_tunnel) stderr: debug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 22:03:24.662 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 22:03:24.995 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 22:03:25.065 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 22:03:25.070 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 22:03:25.071 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 22:03:25.127 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: keyboard-interactive\n\n2025-07-21 22:03:25.263 [info] (ssh_tunnel) stderr: debug1: read_passphrase: requested to askpass\n\n2025-07-21 22:03:25.648 [info] Askpass server received request: POST /\n2025-07-21 22:03:25.648 [info] Askpass server received request body: {""request"":""(franz.srambical@login.haicore.berlin) Password: ""}\n2025-07-21 22:03:25.648 [info] Received SSH askpass request: (franz.srambical@login.haicore.berlin) Password: \n2025-07-21 22:03:30.142 [error] Password authentication cancelled\n2025-07-21 22:03:30.150 [info] (ssh_tunnel) stderr: Server returned status code: 500\n\n2025-07-21 22:03:32.809 [info] Resolving ssh remote authority 'login.haicore.berlin' (Unparsed 'ssh-remote+7b22686f73744e616d65223a226c6f67696e2e686169636f72652e6265726c696e227d') (attempt #1)\n2025-07-21 22:03:32.819 [info] SSH askpass server listening on /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QgRGHx/socket.sock\n2025-07-21 22:03:32.820 [info] Using configured platform linux for remote host login.haicore.berlin\n2025-07-21 22:03:32.822 [info] Using askpass script: /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/launchSSHAskpass.sh with javascript file /Users/franzsrambical/.cursor/extensions/anysphere.remote-ssh-1.0.22/dist/scripts/sshAskClient.js. Askpass handle: /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor-ssh-QgRGHx/socket.sock\n2025-07-21 22:03:32.825 [info] Launching SSH server via shell with command: cat ""/var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13803.sh"" | ssh -v -T -D 58475 login.haicore.berlin bash --login -c bash\n2025-07-21 22:03:32.825 [info] Started installation script. Waiting for it to finish...\n2025-07-21 22:03:32.825 [info] Waiting for server to install via process(95179)...\n2025-07-21 22:03:32.834 [info] (ssh_tunnel) stderr: OpenSSH_9.9p1, LibreSSL 3.3.6\ndebug1: Reading configuration data /Users/franzsrambical/.ssh/config\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: /Users/franzsrambical/.ssh/config line 22: Applying options for login.haicore.berlin\ndebug1: Reading configuration data /etc/ssh/ssh_config\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf\ndebug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: Reading configuration data /etc/ssh/crypto.conf\n\n2025-07-21 22:03:32.835 [info] (ssh_tunnel) stderr: debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling\ndebug1: Connecting to login.haicore.berlin port 22.\n\n2025-07-21 22:03:32.883 [info] (ssh_tunnel) stderr: debug1: Connection established.\n\n2025-07-21 22:03:32.883 [info] (ssh_tunnel) stderr: debug1: identity file /Users/franzsrambical/.ssh/id_ed25519 type 3\ndebug1: identity file /Users/franzsrambical/.ssh/id_ed25519-cert type -1\n\n2025-07-21 22:03:32.883 [info] (ssh_tunnel) stderr: debug1: Local version string SSH-2.0-OpenSSH_9.9\n\n2025-07-21 22:03:32.946 [info] (ssh_tunnel) stderr: debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7\ndebug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000\ndebug1: Authenticating to login.haicore.berlin:22 as 'franz.srambical'\n\n2025-07-21 22:03:32.946 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:32.946 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: SSH2_MSG_KEXINIT sent\n\n2025-07-21 22:03:32.988 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEXINIT received\ndebug1: kex: algorithm: ecdh-sha2-nistp256\ndebug1: kex: host key algorithm: ssh-ed25519\ndebug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: compression: none\ndebug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: compression: none\n\n2025-07-21 22:03:32.988 [info] (ssh_tunnel) stderr: debug1: expecting SSH2_MSG_KEX_ECDH_REPLY\n\n2025-07-21 22:03:33.057 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_KEX_ECDH_REPLY received\ndebug1: Server host key: ssh-ed25519 SHA256:3/BGZ1UNXR9SufKdsZVtx4Yd+kZTnZzSvRH0l6rtbvo\n\n2025-07-21 22:03:33.057 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /Users/franzsrambical/.ssh/known_hosts2: No such file or directory\ndebug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory\n\n2025-07-21 22:03:33.057 [info] (ssh_tunnel) stderr: debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory\ndebug1: Host 'login.haicore.berlin' is known and matches the ED25519 host key.\ndebug1: Found key in /Users/franzsrambical/.ssh/known_hosts:17\n\n2025-07-21 22:03:33.059 [info] (ssh_tunnel) stderr: debug1: ssh_packet_send2_wrapped: resetting send seqnr 3\ndebug1: rekey out after 4294967296 blocks\n\n2025-07-21 22:03:33.059 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_NEWKEYS sent\ndebug1: expecting SSH2_MSG_NEWKEYS\ndebug1: ssh_packet_read_poll2: resetting read seqnr 3\ndebug1: SSH2_MSG_NEWKEYS received\ndebug1: rekey in after 4294967296 blocks\n\n2025-07-21 22:03:33.059 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_EXT_INFO received\ndebug1: kex_ext_info_client_parse: server-sig-algs=\n\n2025-07-21 22:03:33.396 [info] (ssh_tunnel) stderr: debug1: SSH2_MSG_SERVICE_ACCEPT received\n\n2025-07-21 22:03:33.454 [info] (ssh_tunnel) stderr: debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive\ndebug1: Next authentication method: publickey\n\n2025-07-21 22:03:33.456 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: bound agent to hostkey\n\n2025-07-21 22:03:33.457 [info] (ssh_tunnel) stderr: debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities\ndebug1: Will attempt key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\ndebug1: Offering public key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 22:03:33.514 [info] (ssh_tunnel) stderr: debug1: Server accepts key: /Users/franzsrambical/.ssh/id_ed25519 ED25519 SHA256:Iq/4xZ7XCaNSqbQ9N2LsZ+UYwGSzaQ+kLJHcOv/9ogQ explicit\n\n2025-07-21 22:03:33.592 [info] (ssh_tunnel) stderr: Authenticated to login.haicore.berlin ([141.80.150.4]:22) using ""publickey"".\n\n2025-07-21 22:03:33.592 [info] (ssh_tunnel) stderr: debug1: Local connections to LOCALHOST:58475 forwarded to remote address socks:0\ndebug1: Local forwarding listening on ::1 port 58475.\n\n2025-07-21 22:03:33.592 [info] (ssh_tunnel) stderr: debug1: channel 0: new port-listener [port listener] (inactive timeout: 0)\ndebug1: Local forwarding listening on 127.0.0.1 port 58475.\ndebug1: channel 1: new port-listener [port listener] (inactive timeout: 0)\n\n2025-07-21 22:03:33.593 [info] (ssh_tunnel) stderr: debug1: channel 2: new session [client-session] (inactive timeout: 0)\ndebug1: Requesting no-more-sessions@openssh.com\ndebug1: Entering interactive session.\ndebug1: pledge: filesystem\n\n2025-07-21 22:03:33.660 [info] (ssh_tunnel) stderr: debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0\n\n2025-07-21 22:03:33.662 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts for login.haicore.berlin / (none)\n\n2025-07-21 22:03:33.673 [info] (ssh_tunnel) stderr: debug1: client_input_hostkeys: searching /Users/franzsrambical/.ssh/known_hosts2 for login.haicore.berlin / (none)\ndebug1: client_input_hostkeys: hostkeys file /Users/franzsrambical/.ssh/known_hosts2 does not exist\ndebug1: client_input_hostkeys: no new or deprecated keys from server\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\ndebug1: Remote: /home/franz.srambical/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding\n\n2025-07-21 22:03:33.839 [info] (ssh_tunnel) stderr: debug1: Sending environment.\n\n2025-07-21 22:03:33.839 [info] (ssh_tunnel) stderr: debug1: Sending command: bash --login -c bash\ndebug1: pledge: network\n\n2025-07-21 22:03:34.362 [info] (ssh_tunnel) stdout: Using TMP_DIR: /run/user/961800067\nLocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\nServer script already installed in /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server\nChecking node executable\nv20.18.2\nChecking for running multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\nRunning multiplex server: \nCreating multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nCreating directory for multiplex server: /home/franz.srambical/.cursor-server/bin/multiplex-server\nWriting multiplex server script to /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js\n\n2025-07-21 22:03:34.412 [info] (ssh_tunnel) stdout: Starting multiplex server: /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node /home/franz.srambical/.cursor-server/bin/multiplex-server/45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15.js 11b30778-0571-4c98-9c78-895aa2e4f200\nMultiplex server started with PID 1699749 and wrote pid to file /run/user/961800067/cursor-remote-multiplex.pid.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nReading multiplex server token file /run/user/961800067/cursor-remote-multiplex.token.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\nMultiplex server token file found\nReading multiplex server log file /run/user/961800067/cursor-remote-multiplex.log.c403edc4db82e26fa41a0903d75ac6d0.45e440a0fc5a5d12380c7a83a49ab82c55f715a5d60292da31f8d75730a9ee15\n\n2025-07-21 22:03:34.888 [info] (ssh_tunnel) stdout: Checking for code servers\nCode server script is already running /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server. Running processes are 1608910 sh /home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/bin/cursor-server --start-server --host=127.0.0.1 --port 0 --connection-token-file /run/user/961800067/cursor-remote-code.token.c403edc4db82e26fa41a0903d75ac6d0 --telemetry-level off --enable-remote-auto-shutdown --accept-server-license-terms\nCode server log file is /run/user/961800067/cursor-remote-code.log.c403edc4db82e26fa41a0903d75ac6d0\nd82a941ee1490ccd6082ee76: start\nexitCode==0==\nnodeExecutable==/home/franz.srambical/.cursor-server/bin/a8e95743c5268be73767c46944a71f4465d05c90/node==\nerrorMessage====\nisFatalError==false==\nmultiplexListeningOn==45441==\nmultiplexConnectionToken==11b30778-0571-4c98-9c78-895aa2e4f200==\ncodeListeningOn==34715==\ncodeConnectionToken==d56c0086-b507-48dc-bbeb-73bed3240052==\ndetectedPlatform==linux==\narch==x64==\nSSH_AUTH_SOCK====\nd82a941ee1490ccd6082ee76: end\nUnlocking /run/user/961800067/cursor-remote-lock.c403edc4db82e26fa41a0903d75ac6d0\n\n2025-07-21 22:03:34.891 [info] Server install command exit code: 0\n2025-07-21 22:03:34.891 [info] Deleting local script /var/folders/nn/241fnlwx03d7k7qt2jg98txr0000gn/T/cursor_remote_install_13803.sh\n2025-07-21 22:03:34.893 [info] [forwarding][code] creating new forwarding server\n2025-07-21 22:03:34.893 [info] [forwarding][code] server listening on 127.0.0.1:58479\n2025-07-21 22:03:34.893 [info] [forwarding][code] Set up server\n2025-07-21 22:03:34.894 [info] [remote-ssh] codeListeningOn (remote=[object Object]; local=[object Object]) codeConnectionToken: d56c0086-b507-48dc-bbeb-73bed3240052\n2025-07-21 22:03:34.894 [info] [forwarding][multiplex] creating new forwarding server\n2025-07-21 22:03:34.895 [info] [forwarding][multiplex] server listening on 127.0.0.1:58480\n2025-07-21 22:03:34.895 [info] [forwarding][multiplex] Set up server\n2025-07-21 22:03:34.898 [info] [remote-ssh] multiplexListeningOn (remote=[object Object]; local=[object Object]) multiplexConnectionToken: 11b30778-0571-4c98-9c78-895aa2e4f200\n2025-07-21 22:03:34.898 [info] [remote-ssh] Pinging remote server on port 127.0.0.1:58480\n2025-07-21 22:03:34.902 [info] [command][ed808478-286a-43df-b4b3-f8dcd46b6faa] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""ed808478-286a-43df-b4b3-f8dcd46b6faa""}\n2025-07-21 22:03:34.904 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][ebda891d-0f5d-49b7-9e27-b094c2d5ce18] received connection request\n2025-07-21 22:03:34.905 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:34.919 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][ab09c3f9-4700-43f8-a28e-737aadc98cb9] received connection request\n2025-07-21 22:03:34.919 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 4: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:34.949 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ebda891d-0f5d-49b7-9e27-b094c2d5ce18] socks forwarding established\n2025-07-21 22:03:34.977 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][ab09c3f9-4700-43f8-a28e-737aadc98cb9] socks forwarding established\n2025-07-21 22:03:34.999 [info] [command][ed808478-286a-43df-b4b3-f8dcd46b6faa] Process exited with code 0\n2025-07-21 22:03:34.999 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][ebda891d-0f5d-49b7-9e27-b094c2d5ce18] socks connection closed\n2025-07-21 22:03:34.999 [info] [command][ed808478-286a-43df-b4b3-f8dcd46b6faa] Socket close event received\n2025-07-21 22:03:35.159 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58482 to 127.0.0.1 port 58475, nchannels 5\n\n2025-07-21 22:03:35.162 [info] Successfully connected to Cursor server at http://127.0.0.1:58479/version\n2025-07-21 22:03:35.162 [info] [execServer][spawn] command: echo, args: 1, options: {}\n2025-07-21 22:03:35.163 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:45441][f006c83e-1c37-4fe6-92fb-b70b8f701f94] received connection request\n2025-07-21 22:03:35.163 [info] [command][36942475-88e4-4c4f-8ea7-b444a73dde7e] Sending command request: {""command"":""echo"",""args"":[""1""],""env"":{},""token"":""11b30778-0571-4c98-9c78-895aa2e4f200"",""id"":""36942475-88e4-4c4f-8ea7-b444a73dde7e""}\n2025-07-21 22:03:35.163 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:35.227 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f006c83e-1c37-4fe6-92fb-b70b8f701f94] socks forwarding established\n2025-07-21 22:03:35.276 [info] [forwarding][multiplex][127.0.0.1:58480 -> 127.0.0.1:58475 -> 127.0.0.1:45441][f006c83e-1c37-4fe6-92fb-b70b8f701f94] socks connection closed\n2025-07-21 22:03:35.276 [info] [command][36942475-88e4-4c4f-8ea7-b444a73dde7e] Process exited with code 0\n2025-07-21 22:03:35.276 [info] Successfully ran 'echo 1' against the multiplex server\n2025-07-21 22:03:35.277 [info] [remote-ssh] Resolved exec server. Socks port: 58475\n2025-07-21 22:03:35.277 [info] [remote-ssh] Resolved authority: {""host"":""127.0.0.1"",""port"":58479,""connectionToken"":""d56c0086-b507-48dc-bbeb-73bed3240052"",""extensionHostEnv"":{}}. Socks port: 58475\n2025-07-21 22:03:35.277 [info] [command][36942475-88e4-4c4f-8ea7-b444a73dde7e] Socket close event received\n2025-07-21 22:03:35.300 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][eecdefd3-4775-432d-9e64-7cd34c881553] received connection request\n2025-07-21 22:03:35.300 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 5: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:35.319 [info] (ssh_tunnel) stderr: debug1: channel 3: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 45441, connect from 127.0.0.1 port 58486 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:03:35.340 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][eecdefd3-4775-432d-9e64-7cd34c881553] socks forwarding established\n2025-07-21 22:03:35.395 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:34715][56554075-115e-42c0-a609-13941726c2c1] received connection request\n2025-07-21 22:03:35.395 [info] (ssh_tunnel) stderr: debug1: Connection to port 58475 forwarding to socks port 0 requested.\ndebug1: channel 3: new dynamic-tcpip [dynamic-tcpip] (inactive timeout: 0)\n\n2025-07-21 22:03:35.436 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][56554075-115e-42c0-a609-13941726c2c1] socks forwarding established\n2025-07-21 22:03:35.588 [info] Saved platform linux for remote host login.haicore.berlin\n2025-07-21 22:03:38.205 [info] (ssh_tunnel) stderr: debug1: channel 4: free: direct-tcpip: listening port 58475 for 127.0.0.1 port 34715, connect from 127.0.0.1 port 58484 to 127.0.0.1 port 58475, nchannels 6\n\n2025-07-21 22:03:38.205 [info] [forwarding][code][127.0.0.1:58479 -> 127.0.0.1:58475 -> 127.0.0.1:34715][ab09c3f9-4700-43f8-a28e-737aadc98cb9] socks connection closed\n",log,tab +3,93,"experiments/sample.sh",0,0,"",shellscript,tab +4,206,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"10:03:39 PM [info] Activating crowd-code\n10:03:39 PM [info] Recording started\n10:03:39 PM [info] Initializing git provider using file system watchers...\n",Log,tab +5,251,"extension-output-pdoom-org.crowd-code-#1-crowd-code",153,0,"10:03:39 PM [info] Git repository found\n10:03:39 PM [info] Git provider initialized successfully\n10:03:39 PM [info] Initial git state: [object Object]\n",Log,content +6,490,"TERMINAL",0,0,"",,terminal_focus +7,491,"TERMINAL",0,0,"",,terminal_focus +8,662,"TERMINAL",0,0,"",,terminal_focus +9,662,"experiments/sample.sh",0,0,"",shellscript,tab +10,720,"TERMINAL",0,0,"",,terminal_focus +11,1052,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +12,1080,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +13,5412,"TERMINAL",0,0,"squeue --me",,terminal_command +14,5425,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n 13784 franz.sram interacti 1 8 R 2025-07-21T19:45:03 2025-07-21T19:45:03 2:18:41 1-00:00:00 hai004\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +15,10357,"TERMINAL",0,0,"bash",,terminal_focus +16,15412,"TERMINAL",0,0,"scancel --me",,terminal_command +17,15440,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +18,17029,"TERMINAL",0,0,"bash",,terminal_focus +19,20266,"TERMINAL",0,0,"squeue --me",,terminal_command +20,20273,"TERMINAL",0,0,"]633;C JOBID USER PARTITION NODES CPUS ST SUBMIT_TIME START_TIME TIME TIME_LIMIT NODELIST(REASON)\r\n 13784 franz.sram interacti 1 8 CG 2025-07-21T19:45:03 2025-07-21T19:45:03 2:18:51 1-00:00:00 hai004\r\n]0;franz.srambical@hai-login1:~/jafar",,terminal_output +21,23962,"TERMINAL",0,0,"bash",,terminal_focus +22,25013,"TERMINAL",0,0,"",,terminal_focus +23,25506,"TERMINAL",0,0,"source /home/franz.srambical/jafar/.venv/bin/activate",,terminal_command +24,25544,"TERMINAL",0,0,"]633;C]0;franz.srambical@hai-login1:~/jafar",,terminal_output +25,25910,"TERMINAL",0,0,"bash",,terminal_focus +26,26249,"TERMINAL",0,0,"bash",,terminal_focus +27,34160,"TERMINAL",0,0,"salloc --gpus=8 --ntasks-per-node=8 --cpus-per-task=1 --mem=100G",,terminal_command +28,34235,"TERMINAL",0,0,"]633;Csalloc: Granted job allocation 13785\r\nsalloc: Nodes hai005 are ready for job\r\n",,terminal_output +29,34658,"TERMINAL",0,0,"Running inside SLURM, Job ID 13785.\r\n",,terminal_output +30,34721,"TERMINAL",0,0,"]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +31,42637,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +32,46619,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +33,48892,"sample.py",0,0,"from dataclasses import dataclass\nfrom typing import Optional\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom flax.training.train_state import TrainState\nimport grain\nimport orbax.checkpoint as ocp\nimport optax\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n checkpoint_step: Optional[int] = None\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_co_train: bool = True\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n use_flash_attention: bool = True\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n use_maskgit=False,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n is_training=False,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\n\ndummy_train_state = TrainState.create(\n apply_fn=genie.apply,\n params=params,\n tx=optax.adamw(\n optax.warmup_cosine_decay_schedule(\n 0, 0, 1, 2 # dummy values\n )\n ), \n)\nhandler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\nhandler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\ncheckpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=ocp.CheckpointManagerOptions(step_format_fixed_length=6),\n handler_registry=handler_registry\n)\nabstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, dummy_train_state\n)\n\nrestored = checkpoint_manager.restore(\n args.checkpoint_step or checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n ),\n)\nrestored_train_state = restored[""model_state""]\nparams = restored_train_state.params\n\n\ndef _sampling_wrapper(module, batch):\n # return module.sample_maskgit(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n return module.sample_causal(batch, args.seq_len, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n # sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n sampling_fn = nn.apply(_sampling_wrapper, genie)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\ndef _get_dataloader_iterator():\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n return grain_iterator\n\n# --- Get video + latent actions ---\ngrain_iterator = _get_dataloader_iterator()\nvideo_batch = next(grain_iterator)\n# video_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n\nvideo_batch = video_batch.astype(args.dtype) / 255.0\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch[:,:args.seq_len])\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nprint(""autoreg sampling..."")\nvid = _autoreg_sample(rng, video_batch, action_batch)\nprint(""autoreg sampling done. calculating ssim and saving video"")\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +34,52811,"TERMINAL",0,0,"b",,terminal_output +35,53009,"TERMINAL",0,0,"as",,terminal_output +36,53066,"TERMINAL",0,0,"h",,terminal_output +37,53138,"TERMINAL",0,0," ",,terminal_output +38,53394,"TERMINAL",0,0,"e",,terminal_output +39,53592,"TERMINAL",0,0,"p",,terminal_output +40,53649,"TERMINAL",0,0,"x",,terminal_output +41,53922,"TERMINAL",0,0,"",,terminal_output +42,54058,"TERMINAL",0,0,"",,terminal_output +43,54160,"TERMINAL",0,0,"",,terminal_output +44,54483,"TERMINAL",0,0,"e",,terminal_output +45,54692,"TERMINAL",0,0,"xp",,terminal_output +46,54749,"TERMINAL",0,0,"e",,terminal_output +47,54909,"TERMINAL",0,0,"i",,terminal_output +48,54971,"TERMINAL",0,0,"m",,terminal_output +49,55245,"TERMINAL",0,0,"",,terminal_output +50,55432,"TERMINAL",0,0,"",,terminal_output +51,55629,"TERMINAL",0,0,"ri",,terminal_output +52,55734,"TERMINAL",0,0,"ments/",,terminal_output +53,55865,"TERMINAL",0,0,"s",,terminal_output +54,56022,"TERMINAL",0,0,"a",,terminal_output +55,56153,"TERMINAL",0,0,"p",,terminal_output +56,56255,"TERMINAL",0,0,"ml",,terminal_output +57,56309,"TERMINAL",0,0,"",,terminal_output +58,56844,"TERMINAL",0,0,"",,terminal_output +59,57077,"TERMINAL",0,0,"",,terminal_output +60,57201,"TERMINAL",0,0,"",,terminal_output +61,57354,"TERMINAL",0,0,"mp",,terminal_output +62,57591,"TERMINAL",0,0,"l",,terminal_output +63,57791,"TERMINAL",0,0,"e.sh ",,terminal_output +64,58121,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +65,63532,"sample.py",793,0,"",python,selection_command +66,64011,"sample.py",3800,0,"",python,selection_command +67,67058,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +68,67854,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT, DynamicsAutoregressive\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n use_maskgit: bool\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n is_training: bool\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n is_training=self.is_training,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n is_training=self.is_training,\n )\n\n if self.use_maskgit:\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n ) \n else:\n self.dynamics = DynamicsAutoregressive(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n use_flash_attention=self.use_flash_attention,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n outputs[""lam_indices""] = lam_outputs[""indices""]\n return outputs\n\n\n def sample_causal(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n temperature: float = 1.0,\n sample_argmax: bool = False,\n ):\n """"""\n Autoregressively samples with KV caching.\n """"""\n # This method assumes the model was initialized with decode=True\n assert self.decode, ""sample_causal with KV cache requires model to be in decode mode.""\n\n # --- Encode context frames ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n\n # --- Get latent actions ---\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) # (B, S-1, D)\n\n # --- Initialize cache with context frames ---\n # The first call to the dynamics model will populate the KV cache.\n # We only care about the logits for the very last token of the context\n # to predict the first new token.\n dyna_inputs = {\n ""video_tokens"": token_idxs,\n ""latent_actions"": action_tokens[:, :T-1] \n }\n # Note: We are now calling self.dynamics directly\n logits = self.dynamics(dyna_inputs, training=False)[""token_logits""]\n \n # Logits for the first token of the first generated frame (t=T)\n next_token_logits = logits[:, T-1, N-1, :]\n \n # The full sequence of tokens to be filled in\n generated_tokens = jnp.zeros((B, seq_len, N), dtype=token_idxs.dtype)\n generated_tokens = generated_tokens.at[:, :T].set(token_idxs)\n\n # --- Autoregressive generation loop ---\n rng = batch[""rng""]\n \n # We have N tokens per frame. We start generating from frame T.\n # The total number of tokens to generate is (seq_len - T) * N\n for t_step in range(T * N, seq_len * N):\n frame_idx = t_step // N\n patch_idx = t_step % N\n\n # Sample or argmax\n if sample_argmax:\n next_token = jnp.argmax(next_token_logits, axis=-1)\n else:\n rng, step_rng = jax.random.split(rng)\n next_token = jax.random.categorical(\n step_rng, next_token_logits / temperature, axis=-1\n )\n \n # Place the new token in the sequence\n generated_tokens = generated_tokens.at[:, frame_idx, patch_idx].set(next_token)\n\n # If we just generated the last token, break\n if frame_idx == seq_len - 1 and patch_idx == N - 1:\n break\n \n # Prepare input for the next step: just the token we generated\n # The model will use its cache for all previous tokens.\n next_input_token = next_token[:, None, None] # Reshape to (B, 1, 1)\n \n # Get the action for the current frame\n # Action for frame `i` influences transition from `i-1` to `i`\n current_action = action_tokens[:, frame_idx-1:frame_idx] # (B, 1, D)\n\n next_dyna_inputs = {\n ""video_tokens"": next_input_token,\n ""latent_actions"": current_action,\n }\n\n # This call uses and updates the cache, and is very fast!\n next_token_logits = self.dynamics(next_dyna_inputs, training=False)[""token_logits""]\n next_token_logits = next_token_logits[:, 0, 0, :] # Squeeze singleton dims\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n generated_tokens, video_hw=batch[""videos""].shape[2:4]\n )\n return final_frames\n\n @nn.compact\n def sample_maskgit(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""]) \n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n is_training=True,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n use_flash_attention=args.use_flash_attention,\n is_training=True,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +69,71846,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +70,72843,"genie.py",4168,0,"",python,selection_command +71,76618,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 742, in backends\r\n backend = _init_backend(platform)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 828, in _init_backend\r\n backend = registration.factory()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 518, in factory\r\n return xla_client.make_c_api_client(plugin_name, updated_options, None)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 153, in make_c_api_client\r\n return _xla.get_c_api_client(plugin_name, options, distributed_client)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Unable to initialize backend 'cuda': Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)\r\nF0721 22:04:55.653346 2046733 pjrt_stream_executor_client.cc:925] Non-OK-status: local_device->ThenExecuteCallback( local_device->host_to_device_stream(), [staging_buffer{std::move(staging_buffer)}, on_done_with_host_buffer{ std::move(on_done_with_host_buffer)}]() mutable { if (on_done_with_host_buffer) { std::move (*on_done_with_host_buffer)(); } })\r\nStatus: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +72,76759,"TERMINAL",0,0,"F0721 22:04:55.781534 2046725 pjrt_stream_executor_client.cc:925] Non-OK-status: local_device->ThenExecuteCallback( local_device->host_to_device_stream(), [staging_buffer{std::move(staging_buffer)}, on_done_with_host_buffer{ std::move(on_done_with_host_buffer)}]() mutable { if (on_done_with_host_buffer) { std::move (*on_done_with_host_buffer)(); } })\r\nStatus: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n*** Check failure stack trace: ***\r\n @ 0x7fca71e58754 absl::lts_20230802::log_internal::LogMessage::SendToLog()\r\n @ 0x7fca71e585c4 absl::lts_20230802::log_internal::LogMessage::Flush()\r\n @ 0x7fca71e58af9 absl::lts_20230802::log_internal::LogMessageFatal::~LogMessageFatal()\r\n @ 0x7fca69bbbf9b std::_Function_handler<>::_M_invoke()\r\n @ 0x7fca71ce4bd4 Eigen::ThreadPoolTempl<>::WorkerLoop()\r\n @ 0x7fca71ce4a61 std::__invoke_impl<>()\r\n @ 0x7fca71cd262f tsl::(anonymous namespace)::PThread::ThreadFn()\r\n @ 0x7fcd4fe89c02 start_thread\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +73,76837,"TERMINAL",0,0,"*** Check failure stack trace: ***\r\n @ 0x7f5691e58754 absl::lts_20230802::log_internal::LogMessage::SendToLog()\r\n @ 0x7f5691e585c4 absl::lts_20230802::log_internal::LogMessage::Flush()\r\n @ 0x7f5691e58af9 absl::lts_20230802::log_internal::LogMessageFatal::~LogMessageFatal()\r\n @ 0x7f5689bbbf9b std::_Function_handler<>::_M_invoke()\r\n @ 0x7f5691ce4bd4 Eigen::ThreadPoolTempl<>::WorkerLoop()\r\n @ 0x7f5691ce4a61 std::__invoke_impl<>()\r\n @ 0x7f5691cd262f tsl::(anonymous namespace)::PThread::ThreadFn()\r\n @ 0x7f596fa89c02 start_thread\r\nE0721 22:04:55.891581 2044478 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0721 22:04:55.891829 2044478 cuda_dnn.cc:539] Memory usage: 851968 bytes free, 85029158912 bytes total.\r\nE0721 22:04:55.903993 2044478 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0721 22:04:55.904587 2044478 cuda_dnn.cc:539] Memory usage: 851968 bytes free, 85029158912 bytes total.\r\n",,terminal_output +74,76939,"TERMINAL",0,0,"E0721 22:04:55.954999 2044478 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0721 22:04:55.955632 2044478 cuda_dnn.cc:539] Memory usage: 851968 bytes free, 85029158912 bytes total.\r\nE0721 22:04:55.976102 2044478 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0721 22:04:55.976588 2044478 cuda_dnn.cc:539] Memory usage: 851968 bytes free, 85029158912 bytes total.\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\njaxlib._jax.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.\r\n",,terminal_output +75,77332,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +76,77869,"TERMINAL",0,0,"2025-07-21 22:04:56.931743: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +77,77921,"TERMINAL",0,0,"2025-07-21 22:04:56.983610: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +78,78858,"TERMINAL",0,0,"srun: error: hai005: task 4: Exited with exit code 1\r\n",,terminal_output +79,79814,"TERMINAL",0,0,"srun: error: hai005: task 1: Exited with exit code 1\r\n",,terminal_output +80,80826,"TERMINAL",0,0,"2025-07-21 22:04:59.886685: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +81,84533,"TERMINAL",0,0,"srun: error: hai005: task 2: Aborted (core dumped)\r\n",,terminal_output +82,85281,"TERMINAL",0,0,"2025-07-21 22:05:04.346351: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +83,85943,"TERMINAL",0,0,"2025-07-21 22:05:04.972882: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +84,86613,"TERMINAL",0,0,"2025-07-21 22:05:05.643815: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\nsrun: error: hai005: task 5: Aborted (core dumped)\r\n",,terminal_output +85,89161,"TERMINAL",0,0,"2025-07-21 22:05:08.225243: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +86,91788,"TERMINAL",0,0,"2025-07-21 22:05:10.852386: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +87,92426,"TERMINAL",0,0,"2025-07-21 22:05:11.492234: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +88,92616,"TERMINAL",0,0,"2025-07-21 22:05:11.676956: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +89,95776,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +90,98062,"TERMINAL",0,0,"srun: error: hai005: task 3: Exited with exit code 1\r\n",,terminal_output +91,98579,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +92,98922,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +93,99045,"TERMINAL",0,0,"jax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 102, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 117, in __call__\r\n dyna_outputs = self.dynamics(outputs, training)\r\n File ""/fast/home/franz.srambical/jafar/models/dynamics.py"", line 80, in setup\r\n self.dynamics = STTransformer(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/kw_only_dataclasses.py"", line 235, in init_wrapper\r\n dataclass_init(self, *args, **kwargs)\r\nTypeError: STTransformer.__init__() missing 1 required positional argument: 'is_training'\r\n",,terminal_output +94,100836,"TERMINAL",0,0,"srun: error: hai005: task 6: Exited with exit code 1\r\n",,terminal_output +95,101219,"TERMINAL",0,0,"srun: error: hai005: task 7: Exited with exit code 1\r\n",,terminal_output +96,101762,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +97,106640,"utils/nn.py",0,0,"import math\nfrom typing import Tuple\nfrom functools import partial\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\nimport einops\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n# class STBlock2(nn.Module):\n # dim: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.remat\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # --- Spatial attention ---\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n\n # # --- Temporal attention ---\n # x = x.swapaxes(1, 2)\n # z = PositionalEncoding(self.dim)(x)\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # causal_mask = jnp.tri(z.shape[-2])\n # z = nn.MultiHeadAttention(\n # num_heads=self.num_heads,\n # qkv_features=self.dim,\n # dropout_rate=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z, mask=causal_mask)\n # x = x + z\n # x = x.swapaxes(1, 2)\n\n # # --- Feedforward ---\n # z = nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n # z = nn.Dense(\n # self.dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(z)\n # z = nn.gelu(z)\n # x = x + z\n\n # return x\n\n# class CausalTransformer(nn.Module):\n # model_dim: int\n # out_dim: int\n # num_blocks: int\n # num_heads: int\n # dropout: float\n # param_dtype: jnp.dtype\n # dtype: jnp.dtype\n\n # @nn.compact\n # def __call__(self, x: jax.Array) -> jax.Array:\n # # Input projection and normalization\n # x = nn.Sequential(\n # [\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.Dense(self.model_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # nn.LayerNorm(\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # ),\n # ]\n # )(x)\n # # Causal transformer blocks\n # for _ in range(self.num_blocks):\n # x = STBlock2(\n # dim=self.model_dim,\n # num_heads=self.num_heads,\n # dropout=self.dropout,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n\n # # Output projection\n # x = nn.Dense(\n # self.out_dim,\n # param_dtype=self.param_dtype,\n # dtype=self.dtype,\n # )(x)\n # return x # (B, T, E)\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n is_training: bool\n spatial_bert: bool = True\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=not self.spatial_bert),\n decode=self.is_training,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n attention_fn=_create_flash_attention_fn(self.use_flash_attention, is_causal=True),\n decode=self.is_training,\n # FIXME (f.srambical): check whether we should still pass the mask if we set is_causal=True\n )(z)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is 4x model_dim\n z = nn.Dense(\n self.dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n is_training: bool\n spatial_bert: bool = True\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.Dense(self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n nn.LayerNorm(\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n ),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n spatial_bert=self.spatial_bert,\n use_flash_attention=self.use_flash_attention,\n is_training=self.is_training,\n )(x)\n x = nn.Dense(\n self.out_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n\n\ndef _create_flash_attention_fn(use_flash_attention: bool, is_causal: bool):\n """"""\n Create an attention function that uses flash attention if enabled.\n\n Flax MultiHeadAttention provides tensors with shape (batch..., length, num_heads, head_dim)\n jax.nn.dot_product_attention expects (batch, length, num_heads, head_dim).\n\n We need to reshape to ensure compatibility. cuDNN's flash attention additionally\n requires a sequence length that is a multiple of 4. We pad the sequence length to the nearest\n multiple of 4 and mask accordingly.\n """"""\n \n def attention_fn(query, key, value, bias=None, mask=None, **kwargs):\n implementation = 'cudnn' if use_flash_attention else None\n\n def _rearrange(x):\n return einops.rearrange(x, '... l h d -> (...) l h d')\n def _pad(x):\n return jnp.pad(x, ((0, 0), (0, pad_size), (0, 0), (0, 0)))\n def _fuse_masks(mask: jax.Array, attention_mask: jax.Array) -> jax.Array:\n mask_bool = mask.astype(jnp.bool_)\n expanded_mask = jnp.pad(mask_bool, ((0, pad_size), (0, pad_size)), constant_values=False)\n return jnp.logical_and(attention_mask, expanded_mask)\n \n original_shape = query.shape\n original_seq_len = query.shape[-3]\n \n # Pad to nearest multiple of 4\n target_seq_len = ((original_seq_len + 3) // 4) * 4\n pad_size = target_seq_len - original_seq_len\n\n query_4d = _pad(_rearrange(query))\n key_4d = _pad(_rearrange(key))\n value_4d = _pad(_rearrange(value))\n \n attention_mask = jnp.ones((target_seq_len, target_seq_len), dtype=jnp.bool_)\n attention_mask = attention_mask.at[original_seq_len:, :].set(False)\n attention_mask = attention_mask.at[:, original_seq_len:].set(False)\n\n mask_4d = _fuse_masks(mask, attention_mask) if mask is not None else attention_mask\n mask_4d = mask_4d[jnp.newaxis, jnp.newaxis, :, :] # (1, 1, seq_len, seq_len)\n \n bias_4d = _pad(_rearrange(bias)) if bias is not None else None\n \n output_4d = jax.nn.dot_product_attention(\n query=query_4d,\n key=key_4d,\n value=value_4d,\n bias=bias_4d,\n mask=mask_4d,\n implementation=implementation,\n is_causal=is_causal,\n **kwargs\n )\n return output_4d[..., :original_seq_len, :, :].reshape(original_shape)\n \n return attention_fn\n\n",python,tab +98,116801,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport einops\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n spatial_bert=True,\n use_flash_attention=self.use_flash_attention,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n\n\nclass DynamicsAutoregressive(nn.Module):\n """"""Autoregressive (causal) dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n use_flash_attention: bool\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n self.param_dtype,\n self.dtype,\n self.use_flash_attention,\n spatial_bert=False,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.action_up = nn.Dense(\n self.model_dim,\n param_dtype=self.param_dtype,\n dtype=self.dtype,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n vid_embed = self.patch_embed(batch[""video_tokens""])\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n # vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (1, 0), (1, 0), (0, 0)))\n # logits = self.dynamics(vid_embed_padded)[:, :-1, :-1]\n vid_embed_padded = jnp.pad(vid_embed, ((0, 0), (0, 0), (1, 0), (0, 0)))\n logits = self.dynamics(vid_embed_padded)[:, :, :-1]\n mask = jnp.ones(vid_embed.shape[:-1])\n # next_tokens = jnp.argmax(logits, axis=-1)\n # print(next_tokens.shape)\n # jax.debug.breakpoint()\n return dict(token_logits=logits, mask=mask)",python,tab +99,116802,"models/dynamics.py",453,13,"STTransformer",python,selection_command +100,117251,"models/dynamics.py",465,0,"",python,selection_command +101,117511,"models/dynamics.py",468,0,"",python,selection_command +102,117754,"models/dynamics.py",496,0,"",python,selection_command +103,117788,"models/dynamics.py",526,0,"",python,selection_command +104,117813,"models/dynamics.py",555,0,"",python,selection_command +105,117846,"models/dynamics.py",583,0,"",python,selection_command +106,117896,"models/dynamics.py",609,0,"",python,selection_command +107,117922,"models/dynamics.py",639,0,"",python,selection_command +108,118061,"models/dynamics.py",663,0,"",python,selection_command +109,118314,"models/dynamics.py",694,0,"",python,selection_command +110,118528,"models/dynamics.py",751,0,"\n ",python,content +111,119398,"models/dynamics.py",764,0,"is_training=training,",python,content +112,119724,"models/dynamics.py",784,0,"",python,selection_command +113,120664,"models/dynamics.py",776,0,"",python,selection_command +114,121086,"models/dynamics.py",776,0,"-",python,content +115,121086,"models/dynamics.py",777,0,"",python,selection_keyboard +116,121179,"models/dynamics.py",777,0,"s",python,content +117,121180,"models/dynamics.py",778,0,"",python,selection_keyboard +118,121863,"models/dynamics.py",777,1,"",python,content +119,121960,"models/dynamics.py",776,1,"",python,content +120,122190,"models/dynamics.py",776,0,"s",python,content +121,122190,"models/dynamics.py",777,0,"",python,selection_keyboard +122,122272,"models/dynamics.py",777,0,"e",python,content +123,122272,"models/dynamics.py",778,0,"",python,selection_keyboard +124,122320,"models/dynamics.py",778,0,"l",python,content +125,122320,"models/dynamics.py",779,0,"",python,selection_keyboard +126,122410,"models/dynamics.py",779,0,"f",python,content +127,122410,"models/dynamics.py",780,0,"",python,selection_keyboard +128,122615,"models/dynamics.py",780,0,".",python,content +129,122615,"models/dynamics.py",781,0,"",python,selection_keyboard +130,122800,"models/dynamics.py",781,0,"i",python,content +131,122800,"models/dynamics.py",782,0,"",python,selection_keyboard +132,122879,"models/dynamics.py",782,0,"s",python,content +133,122879,"models/dynamics.py",783,0,"",python,selection_keyboard +134,123134,"models/dynamics.py",783,0,"_",python,content +135,123135,"models/dynamics.py",784,0,"",python,selection_keyboard +136,123487,"models/dynamics.py",783,0,"",python,selection_command +137,133686,"models/dynamics.py",2342,0,"",python,selection_command +138,134409,"models/dynamics.py",2381,0,"",python,selection_command +139,134658,"models/dynamics.py",2409,0,"",python,selection_command +140,134677,"models/dynamics.py",2439,0,"",python,selection_command +141,134711,"models/dynamics.py",2468,0,"",python,selection_command +142,134745,"models/dynamics.py",2496,0,"",python,selection_command +143,134794,"models/dynamics.py",2522,0,"",python,selection_command +144,134811,"models/dynamics.py",2550,0,"",python,selection_command +145,134843,"models/dynamics.py",2576,0,"",python,selection_command +146,134985,"models/dynamics.py",2614,0,"",python,selection_command +147,135664,"models/dynamics.py",2621,0,"\n is_training=self.is_training,",python,content +148,136875,"models/dynamics.py",2615,0,"",python,selection_command +149,137145,"models/dynamics.py",2577,0,"",python,selection_command +150,137222,"models/dynamics.py",2588,0,"",python,selection_command +151,137663,"models/dynamics.py",2270,0,"",python,selection_command +152,139520,"models/dynamics.py",2295,0,"\n is_training: bool",python,content +153,140283,"models/dynamics.py",2249,0,"",python,selection_command +154,140540,"models/dynamics.py",2222,0,"",python,selection_command +155,140565,"models/dynamics.py",2203,0,"",python,selection_command +156,140596,"models/dynamics.py",2184,0,"",python,selection_command +157,140631,"models/dynamics.py",2164,0,"",python,selection_command +158,140667,"models/dynamics.py",2143,0,"",python,selection_command +159,140804,"models/dynamics.py",2124,0,"",python,selection_command +160,140962,"models/dynamics.py",2119,0,"",python,selection_command +161,141118,"models/dynamics.py",2074,0,"",python,selection_command +162,141274,"models/dynamics.py",2033,0,"",python,selection_command +163,141720,"models/dynamics.py",2035,0,"",python,selection_command +164,144549,"models/dynamics.py",0,0,"",python,selection_command +165,145398,"models/dynamics.py",29,0,"",python,selection_command +166,145646,"models/dynamics.py",30,0,"",python,selection_command +167,145665,"models/dynamics.py",41,0,"",python,selection_command +168,145701,"models/dynamics.py",65,0,"",python,selection_command +169,145731,"models/dynamics.py",89,0,"",python,selection_command +170,145771,"models/dynamics.py",103,0,"",python,selection_command +171,145805,"models/dynamics.py",104,0,"",python,selection_command +172,145836,"models/dynamics.py",139,0,"",python,selection_command +173,145870,"models/dynamics.py",140,0,"",python,selection_command +174,145903,"models/dynamics.py",141,0,"",python,selection_command +175,145936,"models/dynamics.py",175,0,"",python,selection_command +176,145969,"models/dynamics.py",208,0,"",python,selection_command +177,146004,"models/dynamics.py",209,0,"",python,selection_command +178,146038,"models/dynamics.py",228,0,"",python,selection_command +179,146085,"models/dynamics.py",249,0,"",python,selection_command +180,146103,"models/dynamics.py",269,0,"",python,selection_command +181,146136,"models/dynamics.py",288,0,"",python,selection_command +182,146170,"models/dynamics.py",307,0,"",python,selection_command +183,146203,"models/dynamics.py",329,0,"",python,selection_command +184,146238,"models/dynamics.py",356,0,"",python,selection_command +185,146270,"models/dynamics.py",377,0,"",python,selection_command +186,146305,"models/dynamics.py",407,0,"",python,selection_command +187,146554,"models/dynamics.py",377,0,"",python,selection_command +188,147056,"models/dynamics.py",406,0,"\n is_training: bool",python,content +189,147804,"models/dynamics.py",356,0,"",python,selection_command +190,148046,"models/dynamics.py",329,0,"",python,selection_command +191,148105,"models/dynamics.py",307,0,"",python,selection_command +192,148124,"models/dynamics.py",288,0,"",python,selection_command +193,148146,"models/dynamics.py",269,0,"",python,selection_command +194,148177,"models/dynamics.py",249,0,"",python,selection_command +195,148210,"models/dynamics.py",228,0,"",python,selection_command +196,148243,"models/dynamics.py",209,0,"",python,selection_command +197,148277,"models/dynamics.py",208,0,"",python,selection_command +198,148399,"models/dynamics.py",175,0,"",python,selection_command +199,148563,"models/dynamics.py",141,0,"",python,selection_command +200,148672,"models/dynamics.py",147,0,"",python,selection_command +201,148830,"models/dynamics.py",162,0,"",python,selection_command +202,149084,"models/dynamics.py",147,0,"",python,selection_command +203,151425,"genie.py",0,0,"",python,tab +204,151425,"genie.py",2283,15,"DynamicsMaskGIT",python,selection_command +205,151938,"genie.py",2297,0,"",python,selection_command +206,152259,"genie.py",2304,0,"",python,selection_command +207,152497,"genie.py",2345,0,"",python,selection_command +208,152531,"genie.py",2397,0,"",python,selection_command +209,152567,"genie.py",2446,0,"",python,selection_command +210,152594,"genie.py",2493,0,"",python,selection_command +211,152626,"genie.py",2531,0,"",python,selection_command +212,152660,"genie.py",2575,0,"",python,selection_command +213,152698,"genie.py",2621,0,"",python,selection_command +214,153020,"genie.py",2655,0,"",python,selection_command +215,153613,"genie.py",2712,0,"\n is_training=self.is_training,",python,content +216,156142,"genie.py",3208,0,"\n is_training=self.is_training,",python,content +217,157043,"genie.py",3221,0,"",python,selection_command +218,157169,"genie.py",3225,0,"",python,selection_command +219,157339,"genie.py",3236,0,"",python,selection_command +220,157490,"genie.py",3237,0,"",python,selection_command +221,157655,"genie.py",3241,0,"",python,selection_command +222,157888,"genie.py",3242,0,"",python,selection_command +223,158246,"genie.py",972,0,"",python,selection_command +224,160661,"genie.py",1613,0,"",python,selection_command +225,161753,"genie.py",1630,0,"",python,selection_command +226,161930,"genie.py",2185,0,"",python,selection_command +227,162093,"genie.py",2202,0,"",python,selection_command +228,162264,"genie.py",2729,0,"",python,selection_command +229,163035,"genie.py",2746,0,"",python,selection_command +230,163198,"genie.py",3225,0,"",python,selection_command +231,163622,"genie.py",3242,0,"",python,selection_command +232,165671,"TERMINAL",0,0,"[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +233,165746,"TERMINAL",0,0,"bash experiments/sample.sh ",,terminal_output +234,165983,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +235,168558,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +236,173098,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +237,173172,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +238,174534,"TERMINAL",0,0,"2025-07-21 22:06:33.592546: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +239,182995,"TERMINAL",0,0,"2025-07-21 22:06:42.058067: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +240,183156,"TERMINAL",0,0,"2025-07-21 22:06:42.214189: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +241,183542,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +242,183657,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +243,183714,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +244,183869,"TERMINAL",0,0,"/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `param-dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/tyro/_parsers.py:347: UserWarning: The field `dtype` is annotated with type ``, but the default value `` has type ``. We'll try to handle this gracefully, but it may cause unexpected behavior.\r\n warnings.warn(message)\r\n",,terminal_output +245,186087,"TERMINAL",0,0,"2025-07-21 22:06:45.154779: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +246,186336,"TERMINAL",0,0,"2025-07-21 22:06:45.401230: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +247,188648,"TERMINAL",0,0,"2025-07-21 22:06:47.711757: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +248,190777,"TERMINAL",0,0,"2025-07-21 22:06:49.840958: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +249,191048,"TERMINAL",0,0,"2025-07-21 22:06:50.111436: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +250,191119,"TERMINAL",0,0,"2025-07-21 22:06:50.182092: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:0: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +251,191956,"TERMINAL",0,0,"E0721 22:06:50.937631 2056985 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0721 22:06:50.937868 2056985 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nE0721 22:06:50.941979 2056985 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0721 22:06:50.942162 2056985 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\nF0721 22:06:50.950825 2059565 pjrt_stream_executor_client.cc:925] Non-OK-status: local_device->ThenExecuteCallback( local_device->host_to_device_stream(), [staging_buffer{std::move(staging_buffer)}, on_done_with_host_buffer{ std::move(on_done_with_host_buffer)}]() mutable { if (on_done_with_host_buffer) { std::move (*on_done_with_host_buffer)(); } })\r\nStatus: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\nF0721 22:06:50.955774 2059844 pjrt_stream_executor_client.cc:925] Non-OK-status: local_device->ThenExecuteCallback( local_device->host_to_device_stream(), [staging_buffer{std::move(staging_buffer)}, on_done_with_host_buffer{ std::move(on_done_with_host_buffer)}]() mutable { if (on_done_with_host_buffer) { std::move (*on_done_with_host_buffer)(); } })\r\nStatus: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\nE0721 22:06:50.991143 2056985 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\nE0721 22:06:50.991342 2056985 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\nE0721 22:06:50.995229 2056985 cuda_dnn.cc:535] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\nE0721 22:06:50.995411 2056985 cuda_dnn.cc:539] Memory usage: 131072 bytes free, 85029158912 bytes total.\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\njaxlib._jax.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed. Look at the errors above for more details.\r\n",,terminal_output +252,192072,"TERMINAL",0,0,"*** Check failure stack trace: ***\r\n @ 0x7fc4bf079754 absl::lts_20230802::log_internal::LogMessage::SendToLog()\r\n @ 0x7fc4bf0795c4 absl::lts_20230802::log_internal::LogMessage::Flush()\r\n @ 0x7fc4bf079af9 absl::lts_20230802::log_internal::LogMessageFatal::~LogMessageFatal()\r\n @ 0x7fc4b6ddcf9b std::_Function_handler<>::_M_invoke()\r\n @ 0x7fc4bef05bd4 Eigen::ThreadPoolTempl<>::WorkerLoop()\r\n @ 0x7fc4bef05a61 std::__invoke_impl<>()\r\n @ 0x7fc4beef362f tsl::(anonymous namespace)::PThread::ThreadFn()\r\n @ 0x7fc79c689c02 start_thread\r\n*** Check failure stack trace: ***\r\n @ 0x7f2ec429a754 absl::lts_20230802::log_internal::LogMessage::SendToLog()\r\n @ 0x7f2ec429a5c4 absl::lts_20230802::log_internal::LogMessage::Flush()\r\n @ 0x7f2ec429aaf9 absl::lts_20230802::log_internal::LogMessageFatal::~LogMessageFatal()\r\n @ 0x7f2ebbffdf9b std::_Function_handler<>::_M_invoke()\r\n @ 0x7f2ec4126bd4 Eigen::ThreadPoolTempl<>::WorkerLoop()\r\n @ 0x7f2ec4126a61 std::__invoke_impl<>()\r\n @ 0x7f2ec411462f tsl::(anonymous namespace)::PThread::ThreadFn()\r\n @ 0x7f31a1689c02 start_thread\r\n",,terminal_output +253,192183,"TERMINAL",0,0,"F0721 22:06:51.203948 2059572 pjrt_stream_executor_client.cc:925] Non-OK-status: local_device->ThenExecuteCallback( local_device->host_to_device_stream(), [staging_buffer{std::move(staging_buffer)}, on_done_with_host_buffer{ std::move(on_done_with_host_buffer)}]() mutable { if (on_done_with_host_buffer) { std::move (*on_done_with_host_buffer)(); } })\r\nStatus: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 65, in \r\n rng = jax.random.PRNGKey(args.seed)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 249, in PRNGKey\r\n return _return_prng_keys(True, _key('PRNGKey', seed, impl))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 201, in _key\r\n return prng.random_seed(seed, impl=impl)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 551, in random_seed\r\n seeds_arr = jnp.asarray(np.int64(seeds))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 383, in asarray\r\n return array(a, dtype=dtype, copy=bool(copy), order=order, device=device)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array.py"", line 268, in array\r\n out_array: Array = lax._convert_element_type(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 1726, in _convert_element_type\r\n return convert_element_type_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 4902, in _convert_element_type_bind_with_trace\r\n operand = core.Primitive.bind_with_trace(convert_element_type_p, trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 91, in apply_primitive\r\n outs = fun(*args)\r\nRuntimeError: Bad StatusOr access: RESOURCE_EXHAUSTED: : CUDA_ERROR_OUT_OF_MEMORY: out of memory\r\n",,terminal_output +254,192262,"TERMINAL",0,0,"*** Check failure stack trace: ***\r\n @ 0x7fd294c37754 absl::lts_20230802::log_internal::LogMessage::SendToLog()\r\n @ 0x7fd294c375c4 absl::lts_20230802::log_internal::LogMessage::Flush()\r\n @ 0x7fd294c37af9 absl::lts_20230802::log_internal::LogMessageFatal::~LogMessageFatal()\r\n @ 0x7fd28c99af9b std::_Function_handler<>::_M_invoke()\r\n @ 0x7fd294ac3bd4 Eigen::ThreadPoolTempl<>::WorkerLoop()\r\n @ 0x7fd294ac3a61 std::__invoke_impl<>()\r\n @ 0x7fd294ab162f tsl::(anonymous namespace)::PThread::ThreadFn()\r\n @ 0x7fd572689c02 start_thread\r\n",,terminal_output +255,194172,"TERMINAL",0,0,"srun: error: hai005: task 3: Exited with exit code 1\r\n",,terminal_output +256,194259,"TERMINAL",0,0,"2025-07-21 22:06:53.322809: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +257,195322,"TERMINAL",0,0,"2025-07-21 22:06:54.365352: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +258,196037,"TERMINAL",0,0,"2025-07-21 22:06:55.094962: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +259,198602,"TERMINAL",0,0,"srun: error: hai005: task 7: Aborted (core dumped)\r\n",,terminal_output +260,199471,"TERMINAL",0,0,"srun: error: hai005: task 2: Aborted (core dumped)\r\n",,terminal_output +261,201111,"TERMINAL",0,0,"srun: error: hai005: task 5: Aborted (core dumped)\r\n",,terminal_output +262,204127,"TERMINAL",0,0,"2025-07-21 22:07:03.192799: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +263,210155,"TERMINAL",0,0,"2025-07-21 22:07:09.216976: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +264,210739,"TERMINAL",0,0,"2025-07-21 22:07:09.780761: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +265,211702,"TERMINAL",0,0,"2025-07-21 22:07:10.764308: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +266,225226,"TERMINAL",0,0,"2025-07-21 22:07:24.281404: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +267,226783,"TERMINAL",0,0,"2025-07-21 22:07:25.843203: W external/xla/xla/tsl/framework/bfc_allocator.cc:501] Allocator (GPU_0_bfc) ran out of memory trying to allocate 1.00MiB (rounded to 1048576)requested by op \r\nIf the cause is memory fragmentation maybe the environment variable 'TF_GPU_ALLOCATOR=cuda_malloc_async' will improve the situation. \r\nCurrent allocation summary follows.\r\nCurrent allocation summary follows.\r\n2025-07-21 22:07:25.844859: W external/xla/xla/tsl/framework/bfc_allocator.cc:512] ****************************************************************************************************\r\n",,terminal_output +268,231627,"TERMINAL",0,0,"autoreg sampling...\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 145, in _autoreg_sample\r\n generated_vid = sampling_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1079, in wrapper\r\n y = fn(root, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 3023, in scope_fn\r\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 136, in _sampling_wrapper\r\n return module.sample_causal(batch, args.seq_len, args.temperature, args.sample_argmax)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 140, in sample_causal\r\n assert self.decode, ""sample_causal with KV cache requires model to be in decode mode.""\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1314, in __getattr__\r\n raise AttributeError(msg)\r\nAttributeError: ""Genie"" object has no attribute ""decode"".\r\n",,terminal_output +269,234453,"TERMINAL",0,0,"srun: error: hai005: task 0: Exited with exit code 1\r\n",,terminal_output +270,237513,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 124, in \r\n restored = checkpoint_manager.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/checkpoint_manager.py"", line 1647, in restore\r\n restored = self._checkpointer.restore(restore_directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/async_checkpointer.py"", line 562, in restore\r\n return super().restore(directory, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 304, in restore\r\n restored = self._restore(directory, args=ckpt_args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/checkpointers/checkpointer.py"", line 323, in _restore\r\n return self._handler.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/composite_checkpoint_handler.py"", line 859, in restore\r\n restored[item_name] = handler.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/standard_checkpoint_handler.py"", line 259, in restore\r\n return self._impl.restore(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/pytree_checkpoint_handler.py"", line 816, in restore\r\n return self._handler_impl.restore(directory, args=args)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 815, in restore\r\n tree_memory_size, restored_item = asyncio_utils.run_sync(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/asyncio_utils.py"", line 50, in run_sync\r\n return asyncio.run(coro)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/runners.py"", line 44, in run\r\n return loop.run_until_complete(main)\r\n File ""/home/franz.srambical/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/asyncio/base_events.py"", line 649, in run_until_complete\r\n return future.result()\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/handlers/base_pytree_checkpoint_handler.py"", line 632, in _maybe_deserialize\r\n deserialized_batches += await asyncio.gather(*deserialized_batches_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py"", line 1319, in deserialize\r\n *ret, array_metadatas = await asyncio.gather(*deserialize_ops)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 555, in async_deserialize\r\n return await read_and_create_array(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 509, in read_and_create_array\r\n dbs = sum(await asyncio.gather(*read_array_coros), [])\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/serialization.py"", line 463, in _read_array_index_and_device_put\r\n result.append(jax.device_put(shard, Format(dll, sharding))) # pytype: disable=wrong-arg-types\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/api.py"", line 2613, in device_put\r\n out_flat = dispatch.device_put_p.bind(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 536, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 552, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 562, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1066, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 583, in _batched_device_put_impl\r\n shard_arg_results = pxla.shard_args(dsa_shardings, [None] * len(dsa_xs),\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py"", line 354, in wrapper\r\n return func(*args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 137, in shard_args\r\n return shard_arg_handlers[type(arg)]([arg], shardings, layouts,\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 219, in _shard_np_array\r\n results.append(batched_device_put(aval, sharding, shards, devices))\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 244, in batched_device_put\r\n return xc.batched_device_put(aval, sharding, xs, list(devices), committed)\r\njaxlib._jax.XlaRuntimeError: RESOURCE_EXHAUSTED: Out of memory while trying to allocate 1048576 bytes.\r\n",,terminal_output +271,237860,"TERMINAL",0,0,"autoreg sampling...\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 145, in _autoreg_sample\r\n generated_vid = sampling_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1079, in wrapper\r\n y = fn(root, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 3023, in scope_fn\r\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 136, in _sampling_wrapper\r\n return module.sample_causal(batch, args.seq_len, args.temperature, args.sample_argmax)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 140, in sample_causal\r\n assert self.decode, ""sample_causal with KV cache requires model to be in decode mode.""\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1314, in __getattr__\r\n raise AttributeError(msg)\r\nAttributeError: ""Genie"" object has no attribute ""decode"".\r\n",,terminal_output +272,240132,"TERMINAL",0,0,"srun: error: hai005: task 1: Exited with exit code 1\r\n",,terminal_output +273,241223,"TERMINAL",0,0,"srun: error: hai005: task 6: Exited with exit code 1\r\n",,terminal_output +274,242535,"TERMINAL",0,0,"autoreg sampling...\r\nTraceback (most recent call last):\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 185, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 145, in _autoreg_sample\r\n generated_vid = sampling_fn(\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1079, in wrapper\r\n y = fn(root, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 3023, in scope_fn\r\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/sample.py"", line 136, in _sampling_wrapper\r\n return module.sample_causal(batch, args.seq_len, args.temperature, args.sample_argmax)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/fast/home/franz.srambical/jafar/genie.py"", line 140, in sample_causal\r\n assert self.decode, ""sample_causal with KV cache requires model to be in decode mode.""\r\n File ""/fast/home/franz.srambical/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1314, in __getattr__\r\n raise AttributeError(msg)\r\nAttributeError: ""Genie"" object has no attribute ""decode"".\r\n",,terminal_output +275,245311,"TERMINAL",0,0,"srun: error: hai005: task 4: Exited with exit code 1\r\n]0;franz.srambical@hai-login1:~/jafar[?2004h[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +276,270923,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +277,271067,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +278,272719,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ \r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +279,272770,"TERMINAL",0,0,"\r[franz.srambical@hai005.haicore.berlin:~/jafar] $ ",,terminal_output +280,292014,"sample.py",0,0,"",python,tab +281,298615,"experiments/sample.sh",0,0,"",shellscript,tab diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f818bac9-3228-48bb-85cd-ad930fdb35d91752220838711-2025_07_11-10.00.40.248/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f818bac9-3228-48bb-85cd-ad930fdb35d91752220838711-2025_07_11-10.00.40.248/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..1c9be64099ca2c271d2111f25c2b692b65591013 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-f818bac9-3228-48bb-85cd-ad930fdb35d91752220838711-2025_07_11-10.00.40.248/source.csv @@ -0,0 +1,4665 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,1,"utils/dataloader.py",0,0,"import jax\nimport numpy as np\nimport grain\nfrom typing import Any\nimport pickle\n\n\nclass EpisodeLengthFilter(grain.transforms.Filter):\n """"""\n A Grain Filter that keeps only episodes with sufficient length.\n """"""\n \n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the filter with sequence length requirements.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n \n def filter(self, element: Any) -> bool:\n """"""\n Filters episodes based on length.\n \n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n \n Returns:\n True if the episode has sufficient length, False otherwise.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n \n current_episode_len = element[""sequence_length""]\n if current_episode_len < self.seq_len:\n print(f""Filtering out episode with length {current_episode_len}, which is ""\n f""shorter than the requested sequence length {self.seq_len}."")\n return False\n \n return True\n\n\nclass ProcessEpisodeAndSlice(grain.transforms.RandomMap):\n """"""\n A Grain Transformation that combines parsing, slicing, and normalizing.\n """"""\n\n def __init__(self, seq_len: int, image_h: int, image_w: int, image_c: int):\n """"""Initializes the transformation with processing parameters.""""""\n self.seq_len = seq_len\n self.image_h = image_h\n self.image_w = image_w\n self.image_c = image_c\n\n def random_map(self, element: dict, rng: np.random.Generator) -> Any:\n """"""\n Processes a single raw episode from the data source.\n\n Args:\n element: A dictionary representing one record from the DataSource.\n Expected to contain 'raw_video' (bytes) and 'sequence_length' (int)\n rng: A per-record random number generator provided by the Grain sampler.\n\n Returns:\n A processed video sequence as a NumPy array with shape\n (seq_len, height, width, channels) and dtype float32.\n """"""\n assert isinstance(element, bytes)\n element = pickle.loads(element)\n \n video_shape = (\n element[""sequence_length""],\n self.image_h,\n self.image_w,\n self.image_c,\n )\n episode_tensor = np.frombuffer(element[""raw_video""], dtype=np.uint8)\n episode_tensor = episode_tensor.reshape(video_shape)\n\n current_episode_len = episode_tensor.shape[0]\n if current_episode_len < self.seq_len:\n raise ValueError(f""Episode length {current_episode_len} is shorter than ""\n f""requested sequence length {self.seq_len}. This should ""\n f""have been filtered out."")\n \n max_start_idx = current_episode_len - self.seq_len\n \n start_idx = rng.integers(0, max_start_idx + 1)\n\n seq = episode_tensor[start_idx : start_idx + self.seq_len]\n\n processed_sequence = seq.astype(np.float32) / 255.0\n\n return processed_sequence\n\n\ndef get_dataloader(\n array_record_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n num_workers: int = 1,\n prefetch_buffer_size: int = 1,\n seed: int = 42,\n):\n """"""\n Creates a data loading pipeline using Grain.\n """"""\n if not array_record_paths:\n raise ValueError(""array_record_paths list cannot be empty."")\n\n num_processes = jax.process_count()\n\n if global_batch_size % num_processes != 0:\n raise ValueError(\n f""Global batch size {global_batch_size} must be divisible by ""\n f""the number of JAX processes {num_processes} for proper sharding.""\n )\n per_process_batch_size = global_batch_size // num_processes\n\n source = grain.sources.ArrayRecordDataSource(array_record_paths)\n \n sampler = grain.samplers.IndexSampler(\n num_records=len(source),\n shard_options=grain.sharding.ShardByJaxProcess(drop_remainder=True),\n shuffle=True,\n num_epochs=None,\n seed=seed,\n )\n\n operations = [\n EpisodeLengthFilter(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n ProcessEpisodeAndSlice(\n seq_len=seq_len, image_h=image_h, image_w=image_w, image_c=image_c\n ),\n grain.transforms.Batch(batch_size=per_process_batch_size, drop_remainder=True),\n ]\n\n read_options = grain.ReadOptions(\n prefetch_buffer_size=prefetch_buffer_size,\n num_threads=1,\n )\n dataloader = grain.DataLoader(\n data_source=source,\n sampler=sampler,\n operations=operations,\n worker_count=num_workers,\n worker_buffer_size=1,\n read_options=read_options,\n )\n\n return dataloader\n\n",python,tab +2,66,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"10:00:40 AM [info] Activating crowd-code\n10:00:40 AM [info] Recording started\n10:00:40 AM [info] Initializing git provider using file system watchers...\n10:00:40 AM [info] Git repository found\n10:00:40 AM [info] Git provider initialized successfully\n",Log,tab +3,89,"extension-output-pdoom-org.crowd-code-#1-crowd-code",250,0,"10:00:40 AM [info] Initial git state: [object Object]\n",Log,content +4,836,"utils/dataloader.py",0,0,"",python,tab +5,7012,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +6,7288,"train_dynamics.py",0,11594,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +7,7469,"train_dynamics.py",11575,0,"",python,selection_command +8,848004,"train_dynamics.py",0,0,"",python,selection_command +9,849119,"train_dynamics.py",41,0,"",python,selection_command +10,849369,"train_dynamics.py",51,0,"",python,selection_command +11,849399,"train_dynamics.py",52,0,"",python,selection_command +12,849429,"train_dynamics.py",66,0,"",python,selection_command +13,849462,"train_dynamics.py",115,0,"",python,selection_command +14,849493,"train_dynamics.py",175,0,"",python,selection_command +15,860985,"train_dynamics.py",234,0,"",python,selection_command +16,861236,"train_dynamics.py",247,0,"",python,selection_command +17,861265,"train_dynamics.py",278,0,"",python,selection_command +18,861297,"train_dynamics.py",297,0,"",python,selection_command +19,861331,"train_dynamics.py",308,0,"",python,selection_command +20,861364,"train_dynamics.py",332,0,"",python,selection_command +21,861398,"train_dynamics.py",344,0,"",python,selection_command +22,861431,"train_dynamics.py",357,0,"",python,selection_command +23,861667,"train_dynamics.py",370,0,"",python,selection_command +24,892902,"train_dynamics.py",5933,0,"",python,selection_command +25,893668,"train_dynamics.py",5938,0,"",python,selection_command +26,893916,"train_dynamics.py",5939,0,"",python,selection_command +27,893943,"train_dynamics.py",5952,0,"",python,selection_command +28,893980,"train_dynamics.py",5953,0,"",python,selection_command +29,894012,"train_dynamics.py",5964,0,"",python,selection_command +30,894044,"train_dynamics.py",5966,0,"",python,selection_command +31,894249,"train_dynamics.py",5968,0,"",python,selection_command +32,894500,"train_dynamics.py",5969,0,"",python,selection_command +33,894532,"train_dynamics.py",5970,0,"",python,selection_command +34,894564,"train_dynamics.py",5971,0,"",python,selection_command +35,894597,"train_dynamics.py",5972,0,"",python,selection_command +36,894902,"train_dynamics.py",6000,0,"",python,selection_command +37,895184,"train_dynamics.py",5999,0,"",python,selection_command +38,895876,"train_dynamics.py",5999,0,",",python,content +39,895884,"train_dynamics.py",6000,0,"",python,selection_keyboard +40,895920,"train_dynamics.py",6000,0," ",python,content +41,895922,"train_dynamics.py",6001,0,"",python,selection_keyboard +42,897300,"train_dynamics.py",6001,0,"m",python,content +43,897302,"train_dynamics.py",6002,0,"",python,selection_keyboard +44,897448,"train_dynamics.py",6002,0,"u",python,content +45,897451,"train_dynamics.py",6003,0,"",python,selection_keyboard +46,897686,"train_dynamics.py",6003,0,"_",python,content +47,897688,"train_dynamics.py",6004,0,"",python,selection_keyboard +48,897864,"train_dynamics.py",6004,0,"d",python,content +49,897865,"train_dynamics.py",6005,0,"",python,selection_keyboard +50,898022,"train_dynamics.py",6005,0,"t",python,content +51,898025,"train_dynamics.py",6006,0,"",python,selection_keyboard +52,898159,"train_dynamics.py",6006,0,"y",python,content +53,898161,"train_dynamics.py",6007,0,"",python,selection_keyboard +54,898244,"train_dynamics.py",6007,0,"p",python,content +55,898246,"train_dynamics.py",6008,0,"",python,selection_keyboard +56,898313,"train_dynamics.py",6008,0,"e",python,content +57,898315,"train_dynamics.py",6009,0,"",python,selection_keyboard +58,898576,"train_dynamics.py",6009,0,"=",python,content +59,898581,"train_dynamics.py",6010,0,"",python,selection_keyboard +60,900283,"train_dynamics.py",6010,0,"j",python,content +61,900285,"train_dynamics.py",6011,0,"",python,selection_keyboard +62,900434,"train_dynamics.py",6011,0,"n",python,content +63,900436,"train_dynamics.py",6012,0,"",python,selection_keyboard +64,900498,"train_dynamics.py",6012,0,"p",python,content +65,900500,"train_dynamics.py",6013,0,"",python,selection_keyboard +66,900711,"train_dynamics.py",6013,0,".",python,content +67,900712,"train_dynamics.py",6014,0,"",python,selection_keyboard +68,900999,"train_dynamics.py",6014,0,"b",python,content +69,901000,"train_dynamics.py",6015,0,"",python,selection_keyboard +70,901326,"train_dynamics.py",6015,0,"f",python,content +71,901329,"train_dynamics.py",6016,0,"",python,selection_keyboard +72,901432,"train_dynamics.py",6016,0,"l",python,content +73,901434,"train_dynamics.py",6017,0,"",python,selection_keyboard +74,901605,"train_dynamics.py",6017,0,"o",python,content +75,901608,"train_dynamics.py",6018,0,"",python,selection_keyboard +76,901659,"train_dynamics.py",6018,0,"a",python,content +77,901661,"train_dynamics.py",6019,0,"",python,selection_keyboard +78,901799,"train_dynamics.py",6019,0,"t",python,content +79,901801,"train_dynamics.py",6020,0,"",python,selection_keyboard +80,902171,"train_dynamics.py",6020,0,"1",python,content +81,902172,"train_dynamics.py",6021,0,"",python,selection_keyboard +82,902344,"train_dynamics.py",6021,0,"6",python,content +83,902346,"train_dynamics.py",6022,0,"",python,selection_keyboard +84,902460,"train_dynamics.py",6021,0,"",python,selection_command +85,902768,"train_dynamics.py",5922,0,"",python,selection_command +86,902949,"train_dynamics.py",5925,0,"",python,selection_command +87,904365,"train_dynamics.py",5927,0,"",python,selection_command +88,904531,"train_dynamics.py",5932,0,"",python,selection_command +89,905418,"train_dynamics.py",5933,0,"",python,selection_command +90,910566,".venv/lib/python3.10/site-packages/optax/_src/alias.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Aliases for popular optimizers.""""""\n\nfrom collections.abc import Callable\nimport functools\nfrom typing import Any, Optional, Union\nimport warnings\n\nimport jax\nimport jax.numpy as jnp\nfrom optax._src import base\nfrom optax._src import clipping\nfrom optax._src import combine\nfrom optax._src import factorized\nfrom optax._src import linesearch as _linesearch\nfrom optax._src import transform\nfrom optax._src import utils\nfrom optax._src import wrappers\n\n\nMaskOrFn = Optional[Union[Any, Callable[[base.Params], Any]]]\n\n\ndef adabelief(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-16,\n eps_root: float = 1e-16,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""The AdaBelief optimizer.\n\n AdaBelief is an adaptive learning rate optimizer that focuses on fast\n convergence, generalization, and stability. It adapts the step size depending\n on its ""belief"" in the gradient direction — the optimizer adaptively scales\n the step size by the difference between the predicted and observed gradients.\n AdaBelief is a modified version of :func:`optax.adam` and contains the same\n number of parameters.\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, s_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n s_t &\leftarrow \beta_2 \cdot s_{t-1} + (1-\beta_2) \cdot (g_t - m_t)^2\n + \bar{\varepsilon} \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{s}_t &\leftarrow s_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left(\sqrt{\hat{s}_t}\n + \varepsilon \right) \\\n S_t &\leftarrow (m_t, s_t).\n \end{align*}\n\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adabelief(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Zhuang, `AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed\n Gradients `_, 2020\n\n .. note::\n The default epsilon values in the paper are ``eps=1e-8``, ``eps_root=0.``.\n """"""\n return combine.chain(\n transform.scale_by_belief(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adadelta(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n rho: float = 0.9,\n eps: float = 1e-6,\n weight_decay: float = 0.0,\n weight_decay_mask: MaskOrFn = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Adadelta optimizer.\n\n Adadelta is a stochastic gradient descent method that adapts learning rates\n based on a moving window of gradient updates. Adadelta is a modification of\n Adagrad.\n It addresses the diminishing learning rates problem in Adagrad by maintaining running averages of squared\n gradients.\n\n The weight update :math:`\Delta w_t` for this optimizer is given as follows:\n\n .. math::\n \begin{align*}\n\n &E[g^2]_t = \rho \cdot E[g^2]_{t-1} + (1-\rho) \cdot g_t^2 \\\n &\Delta w_t = -\frac{\sqrt{E[\Delta w^2]_{t-1} + \epsilon}}{\sqrt{E[g^2]_t + \epsilon}} \cdot g_t\n\n \end{align*}\n\n\n\n where:\n - :math:`g_t` is the gradient at time step :math:`t`,\n - :math:`E[g^2]_t` is the running average of squared gradients,\n - :math:`E[\Delta w^2]_t` is the running average of squared parameter updates,\n - :math:`\rho` is the decay rate (typically 0.9),\n - :math:`\epsilon` is a small constant for numerical stability.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n rho: A coefficient used for computing a running average of squared\n gradients.\n eps: Term added to the denominator to improve numerical stability.\n weight_decay: Optional rate at which to decay weights.\n weight_decay_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> f = lambda x: jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adadelta(learning_rate=10.)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.36E+01\n Objective function: 1.32E+01\n Objective function: 1.29E+01\n Objective function: 1.25E+01\n Objective function: 1.21E+01\n\n References:\n Zeiler, `Adadelta: An Adaptive Learning Rate Optimizer\n `_, 2012\n """"""\n return combine.chain(\n transform.add_decayed_weights(weight_decay, mask=weight_decay_mask),\n transform.scale_by_adadelta(rho=rho, eps=eps),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adafactor(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n min_dim_size_to_factor: int = 128,\n decay_rate: float = 0.8,\n decay_offset: int = 0,\n multiply_by_parameter_scale: float = True,\n clipping_threshold: Optional[float] = 1.0,\n momentum: Optional[float] = None,\n dtype_momentum: Any = jnp.float32,\n weight_decay_rate: Optional[float] = None,\n eps: float = 1e-30,\n factored: bool = True,\n weight_decay_mask: MaskOrFn = None,\n) -> base.GradientTransformationExtraArgs:\n """"""The Adafactor optimizer.\n\n Adafactor is an adaptive learning rate optimizer that focuses on fast\n training of large scale neural networks. It saves memory by using a factored\n estimate of the second order moments used to scale gradients.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n Note that the natural scale for Adafactor's LR is markedly different\n from Adam, one doesn't use the 1/sqrt(hidden) correction for this optim\n with attention-based models.\n min_dim_size_to_factor: Only factor the statistics if two array dimensions\n have at least this size.\n decay_rate: Controls second-moment exponential decay schedule.\n decay_offset: For fine-tuning, one may set this to the starting step\n number of the fine-tuning phase.\n multiply_by_parameter_scale: If True, then scale learning_rate by\n parameter norm. If False, provided learning_rate is absolute step size.\n clipping_threshold: Optional clipping threshold. Must be >= 1. If None,\n clipping is disabled.\n momentum: Optional value between 0 and 1, enables momentum and uses extra\n memory if non-None! None by default.\n dtype_momentum: Data type of momentum buffers.\n weight_decay_rate: Optional rate at which to decay weights.\n eps: Regularization constant for root mean squared gradient.\n factored: Whether to use factored second-moment estimates.\n weight_decay_mask: A tree with same structure as (or a prefix of) the\n params PyTree, or a Callable that returns such a pytree given the\n params/updates. The leaves should be booleans, `True` for\n leaves/subtrees you want to apply the transformation to, and `False` for\n those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adafactor(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Shazeer et al, `Adafactor: Adaptive Learning Rates with Sublinear Memory\n Cost `_, 2018\n """"""\n # The core of the algorithm is a procedure for rescaling gradients\n # by a factored estimate of the root mean squared gradients.\n # This reduces memory compared to algorithms such as Adam or RmsProp,\n # by not having to hold a separate estimate for each weight.\n tx = [\n factorized.scale_by_factored_rms(\n factored, decay_rate, decay_offset, min_dim_size_to_factor, eps\n )\n ]\n # This basic rescaling is typically combined with one or more of the following\n # transformation (all can be disabled via adafactor's constructor args).\n if clipping_threshold is not None:\n tx.append(clipping.clip_by_block_rms(clipping_threshold))\n if learning_rate is not None:\n tx.append(transform.scale_by_learning_rate(learning_rate, flip_sign=False))\n if multiply_by_parameter_scale:\n tx.append(transform.scale_by_param_block_rms())\n if momentum is not None:\n tx.append(\n transform.ema(momentum, debias=False, accumulator_dtype=dtype_momentum)\n )\n if weight_decay_rate is not None:\n tx.append(\n transform.add_decayed_weights(weight_decay_rate, mask=weight_decay_mask)\n )\n # In gradient ""descent"" we follow the negative gradient.\n tx.append(transform.scale(-1))\n return combine.chain(*tx)\n\n\ndef adagrad(\n learning_rate: base.ScalarOrSchedule,\n initial_accumulator_value: float = 0.1,\n eps: float = 1e-7,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Adagrad optimizer.\n\n AdaGrad is a sub-gradient algorithm for stochastic optimization that adapts\n the learning rate individually for each feature based on its gradient history.\n\n The updated parameters adopt the form:\n\n .. math::\n\n w_{t+1}^{(i)} = w_{t}^{(i)} - \eta \frac{g_{t}^{(i)}}\n {\sqrt{\sum_{\tau=1}^{t} (g_{\tau}^{(i)})^2 + \epsilon}}\n\n where:\n - :math:`w_t^{(i)}` is the parameter :math:`i` at time step :math:`t`,\n - :math:`\eta` is the learning rate,\n - :math:`g_t^{(i)}` is the gradient of parameter :math:`i` at time step\n :math:`t`,\n - :math:`\epsilon` is a small constant to ensure numerical stability.\n\n Defining :math:`G = \sum_{t=1}^\tau g_t g_t^\top`, the update can be\n written as\n\n .. math::\n\n w_{t+1} = w_{t} - \eta \cdot \text{diag}(G + \epsilon I)^{-1/2}\n \cdot g_t\n\n where :math:`\text{diag} (G) = (G_{ii})_{i=1}^p` is the vector of diagonal\n entries of :math:`G \in \mathbb{R}^p` and :math:`I` is the identity matrix\n in :math:`\mathbb{R}^p`.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n initial_accumulator_value: Initial value for the accumulator.\n eps: A small constant applied to denominator inside of the square root (as\n in RMSProp) to avoid dividing by zero when rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adagrad(learning_rate=1.0)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 5.01E+00\n Objective function: 2.40E+00\n Objective function: 1.25E+00\n Objective function: 6.86E-01\n Objective function: 3.85E-01\n\n References:\n Duchi et al, `Adaptive Subgradient Methods for Online Learning and\n Stochastic Optimization `_,\n 2011\n\n .. warning::\n Adagrad's main limit is the monotonic accumulation of squared\n gradients in the denominator: since all terms are >0, the sum keeps growing\n during training and the learning rate eventually becomes vanishingly small.\n """"""\n return combine.chain(\n transform.scale_by_rss(\n initial_accumulator_value=initial_accumulator_value, eps=eps\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adam(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Adam optimizer.\n\n Adam is an SGD variant with gradient scaling adaptation. The scaling\n used for each parameter is computed from estimates of first and second-order\n moments of the gradients (using suitable exponential moving averages).\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n example when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum. The solver with\n nesterov=True is equivalent to the :func:`optax.nadam` optimizer, and\n described in [Dozat 2016].\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Kingma et al, `Adam: A Method for Stochastic Optimization\n `_, 2014\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. warning::\n PyTorch and optax's implementation follow Algorithm 1 of [Kingma et al.\n 2014]. Note that TensorFlow used instead the formulation just before Section\n 2.1 of the paper. See https://github.com/deepmind/optax/issues/571 for more\n detail.\n\n .. seealso:: :func:`optax.nadam`, :func:`optax.adamw`.\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\nnadam = functools.partial(adam, nesterov=True)\nnadam.__doc__ = r""""""The NAdam optimizer.\n\n Nadam is a variant of :func:`optax.adam` with Nesterov's momentum. The update\n rule of this solver is as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}\\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n example when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.nadam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso:: :func:`optax.adam`, :func:`optax.nadamw`.\n\n .. versionadded:: 0.1.9\n""""""\n\n\ndef adamw(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n weight_decay: float = 1e-4,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""Adam with weight decay regularization.\n\n AdamW uses weight decay to regularize learning towards small weights, as\n this leads to better generalization. In SGD you can also use L2 regularization\n to implement this as an additive loss term, however L2 regularization\n does not behave as intended for adaptive gradient algorithms such as Adam,\n see [Loshchilov et al, 2019].\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon`, :math:`\bar{\varepsilon}` represent the arguments\n ``b1``, ``b2``, ``eps`` and ``eps_root`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function. Let :math:`\lambda` be the weight decay and\n :math:`\theta_t` the parameter vector at time :math:`t`.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t`, the optimizer state :math:`S_t`\n and the parameters :math:`\theta_t` and computes updates :math:`u_t` and\n new state :math:`S_{t+1}`. Thus, for :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t-1} + (1-\beta_2) \cdot {g_t}^2 \\\n \hat{m}_t &\leftarrow m_t / {(1-\beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1-\beta_2^t)} \\\n u_t &\leftarrow -\alpha_t \cdot \left( \hat{m}_t / \left({\sqrt{\hat{v}_t\n + \bar{\varepsilon}} + \varepsilon} \right) + \lambda \theta_{t} \right)\\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n This implementation can incorporate a momentum a la Nesterov introduced by\n [Dozat 2016]. The resulting optimizer is then often referred as NAdamW.\n With the keyword argument `nesterov=True`, the optimizer uses Nesterov\n momentum, replacing the above :math:`\hat{m}_t` with\n\n .. math::\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent\n with other frameworks such as PyTorch, but different from\n (Loshchilov et al, 2019) where the weight decay is only multiplied with\n the ""schedule multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip. Note\n that the Adam gradient transformations are applied to all parameters.\n nesterov: Whether to use Nesterov momentum. The solver with\n nesterov=True is equivalent to the :func:`optax.nadamw` optimizer. This\n modification is described in [Dozat 2016].\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, `Decoupled Weight Decay\n Regularization `_, 2019\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso::\n See the related functions :func:`optax.adam`, :func:`optax.nadamw`, as well\n as the example :doc:`../_collections/examples/nanolm` for a use case.\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\nnadamw = functools.partial(adamw, nesterov=True)\nnadamw.__doc__ = (\n r""""""NAdamW optimizer, implemented as part of the AdamW optimizer.\n\n NadamW is variant of :func:`optax.adamw` with Nesterov's momentum. Compared\n to AdamW, this optimizer replaces the assignment\n\n .. math::\n\n \hat{m}_t \leftarrow m_t / {(1-\beta_1^t)}\n\n with\n\n .. math::\n\n \hat{m}_t \leftarrow\n \beta_1 m_t / {(1-\beta_1^{t+1})} + (1 - \beta_1) g_t / {(1-\beta_1^t)}.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root\n (as in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent\n with other frameworks such as PyTorch, but different from\n (Loshchilov et al, 2019) where the weight decay is only multiplied with\n the ""schedule multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip. Note\n that the Adam gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.nadamw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, `Decoupled Weight Decay\n Regularization `_, 2019\n\n Dozat, `Incorporating Nesterov Momentum into Adam\n `_, 2016\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamw`.\n\n .. versionadded:: 0.1.9\n""""""\n)\n\n\ndef adan(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.98,\n b2: float = 0.92,\n b3: float = 0.99,\n eps: float = 1e-8,\n eps_root: float = 1e-8,\n weight_decay: float = 0.0,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""The ADAptive Nesterov momentum algorithm (Adan).\n\n Adan first reformulates the vanilla Nesterov acceleration to develop a new\n Nesterov momentum estimation (NME) method, which avoids the extra overhead of\n computing gradient at the extrapolation point. Then Adan adopts NME to\n estimate the gradient's first- and second-order moments in adaptive gradient\n algorithms for convergence acceleration.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`\eta > 0`: the step size.\n - :math:`\beta_1 \in [0, 1]`: the decay rate for the exponentially weighted\n average of gradients.\n - :math:`\beta_2 \in [0, 1]`: the decay rate for the exponentially weighted\n average of differences of gradients.\n - :math:`\beta_3 \in [0, 1]`: the decay rate for the exponentially weighted\n average of the squared term.\n - :math:`\varepsilon > 0`: a small constant for numerical stability.\n - :math:`\lambda > 0`: a weight decay.\n\n Second, we define the following variables:\n\n - :math:`\theta_t`: the parameters.\n - :math:`g_t`: the incoming stochastic gradient.\n - :math:`m_t`: the exponentially weighted average of gradients.\n - :math:`v_t`: the exponentially weighted average of differences of gradients.\n - :math:`n_t`: the exponentially weighted average of the squared term.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the saved state of the optimizer.\n\n Third, we initialize these variables as follows:\n\n - :math:`m_0 = g_0`\n - :math:`v_0 = 0`\n - :math:`v_1 = g_1 - g_0`\n - :math:`n_0 = g_0^2`\n\n Finally, on each iteration, we update the variables as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\gets (1 - \beta_1) m_{t-1} + \beta_1 g_t \\\n v_t &\gets (1 - \beta_2) v_{t-1} + \beta_2 (g_t - g_{t-1}) \\\n n_t &\gets (1 - \beta_3) n_{t-1} + \beta_3 (g_t + (1 - \beta_2)\n (g_t - g_{t-1}))^2 \\\n \eta_t &\gets \eta / ({\sqrt{n_t + \bar{\varepsilon}} + \varepsilon}) \\\n u_t &\gets (\theta_t - \eta_t \circ (m_t + (1 - \beta_2) v_t))\n / (1 + \lambda \eta) \\\n S_t &\leftarrow (m_t, v_t, n_t).\n \end{align*}\n\n Args:\n learning_rate: this is a fixed global scaling factor.\n b1: Decay rate for the EWMA of gradients.\n b2: Decay rate for the EWMA of differences of gradients.\n b3: Decay rate for the EMWA of the algorithm's squared term.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the denominator inside the square-root to improve\n numerical stability when backpropagating gradients through the rescaling.\n weight_decay: Strength of the weight decay regularization.\n mask: A tree with same structure as (or a prefix of) the params PyTree,\n or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the weight decay to, and `False` for those you want to skip.\n\n Returns:\n the corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> f = lambda x: x @ x # simple quadratic function\n >>> solver = optax.adan(learning_rate=1e-1)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.28E+01\n Objective function: 1.17E+01\n Objective function: 1.07E+01\n Objective function: 9.68E+00\n Objective function: 8.76E+00\n\n References:\n Xie et al, `Adan: Adaptive Nesterov Momentum Algorithm for Faster Optimizing\n Deep Models\n `_, 2022\n """"""\n return combine.chain(\n transform.scale_by_adan(\n b1=b1,\n b2=b2,\n b3=b3,\n eps=eps,\n eps_root=eps_root,\n ),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef lion(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.99,\n mu_dtype: Optional[Any] = None,\n weight_decay: float = 1e-3,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Lion optimizer.\n\n Lion is discovered by symbolic program search. Unlike most adaptive optimizers\n such as AdamW, Lion only tracks momentum, making it more memory-efficient.\n The update of Lion is produced through the sign operation, resulting in a\n larger norm compared to updates produced by other optimizers such as SGD and\n AdamW. A suitable learning rate for Lion is typically 3-10x smaller than that\n for AdamW, the weight decay for Lion should be in turn 3-10x larger than that\n for AdamW to maintain a similar strength (lr * wd).\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n represent the arguments ``b1`` and ``b2`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function. Let :math:`\lambda` be the weight decay and\n :math:`\theta_t` the parameter vector at time :math:`t`.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0) = (0)`, representing the intial estimate for the\n first moment. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t`, the optimizer state :math:`S_t`\n and the parameters :math:`\theta_t` and computes updates :math:`u_t` and\n new state :math:`S_{t+1}`. Thus, for :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n c_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n u_t &\leftarrow -\alpha_t \cdot \left( sign \left( c_t \right) +\n \lambda \theta_{t} \right)\\\n m_t &\leftarrow \beta_2 \cdot m_{t-1} + (1-\beta_2) \cdot g_t \\\n S_t &\leftarrow (m_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Rate to combine the momentum and the current gradient.\n b2: Exponential decay rate to track the momentum of past gradients.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent with\n other frameworks such as PyTorch, but different from (Loshchilov et al,\n 2019) where the weight decay is only multiplied with the ""schedule\n multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n weight decay to, and `False` for those you want to skip. Note that the\n Adam gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lion(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Chen et al, `Symbolic Discovery of Optimization Algorithms\n `_, 2023\n """"""\n return combine.chain(\n transform.scale_by_lion(b1=b1, b2=b2, mu_dtype=mu_dtype),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef amsgrad(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n) -> base.GradientTransformationExtraArgs:\n """"""The AMSGrad optimizer.\n\n The original Adam can fail to converge to the optimal solution in some cases.\n AMSGrad guarantees convergence by using a long-term memory of past gradients.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.amsgrad(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Reddi et al, `On the Convergence of Adam and Beyond\n `_, 2023\n """"""\n return combine.chain(\n transform.scale_by_amsgrad(\n b1=b1, b2=b2, eps=eps, eps_root=eps_root, mu_dtype=mu_dtype\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef fromage(\n learning_rate: float, min_norm: float = 1e-6\n) -> base.GradientTransformationExtraArgs:\n """"""The Frobenius matched gradient descent (Fromage) optimizer.\n\n Fromage is a learning algorithm that does not require learning rate tuning.\n The optimizer is based on modeling neural network gradients via deep relative\n trust (a distance function on deep neural networks). Fromage is similar to the\n LARS optimizer and can work on a range of standard neural network benchmarks,\n such as natural language Transformers and generative adversarial networks.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n min_norm: A minimum value that the norm of the gradient updates and the norm\n of the layer parameters can be clipped to to avoid dividing by zero when\n computing the trust ratio (as in the LARS paper).\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.fromage(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Bernstein et al, `On the distance between two neural networks and the\n stability of learning `_, 2020\n """"""\n mult = 1 / jnp.sqrt(1 + learning_rate**2)\n return combine.chain(\n transform.scale_by_trust_ratio(min_norm),\n transform.scale_by_learning_rate(learning_rate * mult),\n transform.add_decayed_weights((mult - 1)),\n )\n\n\ndef lars(\n learning_rate: base.ScalarOrSchedule,\n weight_decay: float = 0.0,\n weight_decay_mask: MaskOrFn = True,\n trust_coefficient: float = 0.001,\n eps: float = 0.0,\n trust_ratio_mask: MaskOrFn = True,\n momentum: float = 0.9,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n """"""The LARS optimizer.\n\n LARS is a layer-wise adaptive optimizer introduced to help scale SGD to\n larger batch sizes. LARS later inspired the LAMB optimizer.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n weight_decay: Strength of the weight decay regularization.\n weight_decay_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n trust_coefficient: A multiplier for the trust ratio.\n eps: Optional additive constant in the trust ratio denominator.\n trust_ratio_mask: A tree with same structure as (or a prefix of) the params\n PyTree, or a Callable that returns such a pytree given the params/updates.\n The leaves should be booleans, `True` for leaves/subtrees you want to\n apply the transformation to, and `False` for those you want to skip.\n momentum: Decay rate for momentum.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lars(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n\n References:\n You et al, `Large Batch Training of Convolutional Networks\n `_, 2017\n """"""\n return combine.chain(\n transform.add_decayed_weights(weight_decay, mask=weight_decay_mask),\n wrappers.masked(\n inner=transform.scale_by_trust_ratio(\n trust_coefficient=trust_coefficient, eps=eps\n ),\n mask=trust_ratio_mask,\n ),\n transform.scale_by_learning_rate(learning_rate),\n transform.trace(decay=momentum, nesterov=nesterov),\n )\n\n\ndef lamb(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-6,\n eps_root: float = 0.0,\n weight_decay: float = 0.0,\n mask: MaskOrFn = None,\n) -> base.GradientTransformationExtraArgs:\n """"""The LAMB optimizer.\n\n LAMB is a general purpose layer-wise adaptive large batch optimizer designed\n to provide consistent training performance across a wide range of tasks,\n including those that use attention-based models (such as Transformers) and\n ResNet-50. The optimizer is able to work with small and large batch sizes.\n LAMB was inspired by the LARS learning algorithm.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n weight_decay: Strength of the weight decay regularization.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n transformation to, and `False` for those you want to skip.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.lamb(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n You et al, `Large Batch Optimization for Deep Learning: Training BERT in 76\n minutes `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_adam(b1=b1, b2=b2, eps=eps, eps_root=eps_root),\n transform.add_decayed_weights(weight_decay=weight_decay, mask=mask),\n transform.scale_by_trust_ratio(),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef noisy_sgd(\n learning_rate: base.ScalarOrSchedule,\n eta: float = 0.01,\n gamma: float = 0.55,\n key: jax.Array | int | None = None,\n *,\n seed: int | None = None, # deprecated\n) -> base.GradientTransformationExtraArgs:\n r""""""A variant of SGD with added noise.\n\n Noisy SGD is a variant of :func:`optax.sgd` that incorporates Gaussian noise\n into the updates. It has been found that adding noise to the gradients can\n improve both the training error and the generalization error in very deep\n networks.\n\n The update :math:`u_t` is modified to include this noise as follows:\n\n .. math::\n u_t \leftarrow -\alpha_t (g_t + N(0, \sigma_t^2)),\n\n where :math:`N(0, \sigma_t^2)` represents Gaussian noise with zero mean and a\n variance of :math:`\sigma_t^2`.\n\n The variance of this noise decays over time according to the formula\n\n .. math::\n \sigma_t^2 = \frac{\eta}{(1+t)^\gamma},\n\n where :math:`\gamma` is the decay rate parameter ``gamma`` and :math:`\eta`\n represents the initial variance ``eta``.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n eta: Initial variance for the Gaussian noise added to gradients.\n gamma: A parameter controlling the annealing of noise over time ``t``, the\n variance decays according to ``(1+t)**(-gamma)``.\n key: random generator key for noise generation.\n seed: deprecated, use key instead.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.noisy_sgd(learning_rate=0.003, key=0)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Neelakantan et al, `Adding Gradient Noise Improves Learning for Very Deep\n Networks `_, 2015\n """"""\n if seed is not None:\n warnings.warn(\n '""seed"" is deprecated and will be removed in optax 0.3.0, use ""key"".',\n DeprecationWarning,\n )\n if key is not None:\n raise ValueError('Only one of seed or key can be specified.')\n key = jax.random.key(seed)\n if key is None:\n warnings.warn('Specifying a key will be required in optax 0.3.0.')\n key = jax.random.key(0)\n key = utils.canonicalize_key(key)\n\n return combine.chain(\n transform.add_noise(eta, gamma, key),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef sign_sgd(\n learning_rate: base.ScalarOrSchedule,\n) -> base.GradientTransformationExtraArgs:\n r""""""A variant of SGD using only the signs of the gradient components.\n\n SignSGD is a variant of SGD that uses the signs of the gradient components in\n the update, not their actual values. The update :math:`u_t` is modified as\n follows:\n\n .. math::\n u_t \leftarrow -\alpha_t\, \text{sign}\,(g_t),\n\n for :math:`\alpha_t` a given learning rate at iteration :math:`t`, and\n :math:`\text{sign}\,(g_t)` the sign of each component of the gradient\n :math:`g_t`.\n\n SGD variants that use only the signs of the gradient update have historically\n been used since RProp, with modern forms including RMSProp, Adam, and Lion.\n SignSGD uses only the signs of the gradient update. SignSGD enables\n significant gradient compression, substantially reducing the bottleneck\n imposed by communicating gradients when distributing learning across multiple\n workers.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sign_sgd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Bernstein et al., `signSGD: Compressed optimization for Non-Convex Problems\n `_, 2018\n\n Balles et al., `The Geometry of Sign Gradient Descent\n `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_sign(),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef novograd(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.25,\n eps: float = 1e-6,\n eps_root: float = 0.0,\n weight_decay: float = 0.0,\n) -> base.GradientTransformationExtraArgs:\n """"""NovoGrad optimizer.\n\n NovoGrad is more robust to the initial learning rate and\n weight initialization than other methods. For example,\n NovoGrad works well without LR warm-up, while other methods require it.\n NovoGrad performs exceptionally well for large batch training, e.g. it\n outperforms other methods for ResNet-50 for all batches up to 32K.\n In addition, NovoGrad requires half the memory compared to Adam.\n It was introduced together with Jasper ASR model.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: An exponential decay rate to track the first moment of past gradients.\n b2: An exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n weight_decay: Strength of the weight decay regularization.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.novograd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n\n References:\n Ginsburg et al, `Stochastic Gradient Methods with Layer-wise Adaptive\n Moments for Training of Deep Networks `_,\n 2019\n\n Li et al, `Jasper: An End-to-End Convolutional Neural Acoustic Model\n `_, 2019\n """"""\n return combine.chain(\n transform.scale_by_novograd(\n b1=b1, b2=b2, eps=eps, eps_root=eps_root, weight_decay=weight_decay\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef optimistic_gradient_descent(\n learning_rate: base.ScalarOrSchedule,\n alpha: base.ScalarOrSchedule = 1.0,\n beta: base.ScalarOrSchedule = 1.0,\n) -> base.GradientTransformationExtraArgs:\n """"""An Optimistic Gradient Descent optimizer.\n\n Optimistic gradient descent is an approximation of extra-gradient methods\n which require multiple gradient calls to compute the next update. It has\n strong formal guarantees for last-iterate convergence in min-max games, for\n which standard gradient descent can oscillate or even diverge.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n alpha: Coefficient for generalized OGD.\n beta: Coefficient for generalized OGD negative momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.optimistic_gradient_descent(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Mokhtari et al, `A Unified Analysis of Extra-gradient and\n Optimistic Gradient Methods for Saddle Point Problems: Proximal\n Point Approach `_, 2019\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n return combine.chain(\n transform.scale_by_optimistic_gradient(alpha=alpha, beta=beta),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef optimistic_adam(\n learning_rate: float,\n optimism: Optional[float] = None,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-08,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n *,\n nesterov: bool = True,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Optimistic Adam optimizer.\n\n This is an optimistic version of the Adam optimizer. It addresses the issue\n of limit cycling behavior in training Generative Adversarial Networks and\n other saddle-point min-max problems.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`\alpha`: the learning rate.\n - :math:`o` the optimism rate.\n - :math:`\beta_1` the exponential decay rate for the first moment estimate.\n - :math:`\beta_2` the exponential decay rate for the second moment estimate.\n\n Second, we define the following variables:\n\n - :math:`g_t`: the incoming gradient.\n - :math:`m_t`: the biased first moment estimate.\n - :math:`v_t`: the biased second raw moment estimate.\n - :math:`\hat{m}_t`: the bias-corrected first moment estimate.\n - :math:`\hat{v}_t`: the bias-corrected second raw moment estimate.\n - :math:`r_t`: the signal-to-noise ratio (SNR) vector.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the state of the optimizer.\n\n Finally, on each iteration, the variables are updated as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t - 1} + (1 - \beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t - 1} + (1 - \beta_2) \cdot g_t^2 \\\n \hat{m}_t &\leftarrow m_t / {(1 - \beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1 - \beta_2^t)} \\\n r_t &\leftarrow \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right) \\\n u_t &\leftarrow -\alpha r_t - o (r_t - r_{t - 1}) \\\n S_t &\leftarrow (m_t, v_t, r_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n optimism: The amount of optimism to be applied. If None, defaults to\n learning_rate, as in the paper.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> from jax import numpy as jnp, lax\n >>> def f(x, y):\n ... return x * y # simple bilinear function\n >>> opt = optax.optimistic_adam(1e-2, 1.0)\n >>> def step(state, _):\n ... params, opt_state = state\n ... distance = jnp.hypot(*params)\n ... grads = jax.grad(f, argnums=(0, 1))(*params)\n ... grads = grads[0], -grads[1]\n ... updates, opt_state = opt.update(grads, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... return (params, opt_state), distance\n >>> params = 1.0, 2.0\n >>> opt_state = opt.init(params)\n >>> _, distances = lax.scan(step, (params, opt_state), length=1025)\n >>> for i in range(6):\n ... print(f""{distances[4**i]:.3f}"")\n 2.243\n 2.195\n 2.161\n 2.055\n 0.796\n 0.001\n\n References:\n Daskalakis et al, `Training GANs with Optimism\n `_, 2017\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n warnings.warn('`optimistic_adam` is deprecated, please use'\n ' `optimistic_adam_new` instead.', category=DeprecationWarning)\n if callable(learning_rate):\n raise ValueError('This version of `optimistic_adam` does not support'\n ' learning rate schedules but `optimistic_adam_v2` does.')\n if optimism is None:\n optimism = learning_rate\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_optimistic_gradient(alpha=learning_rate,\n beta=optimism),\n transform.scale_by_learning_rate(1.0), # flips the sign\n )\n\n\ndef optimistic_adam_v2(\n learning_rate: base.ScalarOrSchedule,\n *,\n alpha: float = 1.0,\n beta: float = 1.0,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-08,\n eps_root: float = 0.0,\n mu_dtype: Optional[Any] = None,\n nesterov: bool = True,\n) -> base.GradientTransformationExtraArgs:\n r""""""The Optimistic Adam optimizer.\n\n This is an optimistic version of the Adam optimizer. It addresses the issue\n of limit cycling behavior in training Generative Adversarial Networks and\n other saddle-point min-max problems.\n\n The algorithm is as follows. First, we define the following parameters:\n\n - :math:`learning_rate`: the learning rate.\n - :math:`\alpha`: the alpha rate in optimistic gradient descent.\n - :math:`\beta`: the beta rate in optimistic gradient descent.\n - :math:`\beta_1` the exponential decay rate for the first moment estimate.\n - :math:`\beta_2` the exponential decay rate for the second moment estimate.\n\n Second, we define the following variables:\n\n - :math:`g_t`: the incoming gradient.\n - :math:`m_t`: the biased first moment estimate.\n - :math:`v_t`: the biased second raw moment estimate.\n - :math:`\hat{m}_t`: the bias-corrected first moment estimate.\n - :math:`\hat{v}_t`: the bias-corrected second raw moment estimate.\n - :math:`r_t`: the signal-to-noise ratio (SNR) vector.\n - :math:`u_t`: the outgoing update vector.\n - :math:`S_t`: the state of the optimizer.\n\n Finally, on each iteration, the variables are updated as follows:\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t - 1} + (1 - \beta_1) \cdot g_t \\\n v_t &\leftarrow \beta_2 \cdot v_{t - 1} + (1 - \beta_2) \cdot g_t^2 \\\n \hat{m}_t &\leftarrow m_t / {(1 - \beta_1^t)} \\\n \hat{v}_t &\leftarrow v_t / {(1 - \beta_2^t)} \\\n r_t &\leftarrow \hat{m}_t / \left({\sqrt{\hat{v}_t +\n \bar{\varepsilon}} + \varepsilon} \right) \\\n u_t &\leftarrow -\alpha_t r_t - o_t (r_t - r_{t - 1}) \\\n S_t &\leftarrow (m_t, v_t, r_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n alpha: One of two scalar optimism parameters in optimistic gradient descent.\n beta: One of two scalar optimism parameters in optimistic gradient descent.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: Term added to the denominator to improve numerical stability.\n eps_root: Term added to the second moment of the prediction error to\n improve numerical stability. If backpropagating gradients through the\n gradient transformation (e.g. for meta-learning), this must be non-zero.\n mu_dtype: Optional `dtype` to be used for the first order accumulator; if\n `None` then the `dtype` is inferred from `params` and `updates`.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> from jax import numpy as jnp, lax\n >>> def f(x, y):\n ... return x * y # simple bilinear function\n >>> opt = optax.optimistic_adam_new(1e-2, 1.0)\n >>> def step(state, _):\n ... params, opt_state = state\n ... distance = jnp.hypot(*params)\n ... grads = jax.grad(f, argnums=(0, 1))(*params)\n ... grads = grads[0], -grads[1]\n ... updates, opt_state = opt.update(grads, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... return (params, opt_state), distance\n >>> params = 1.0, 2.0\n >>> opt_state = opt.init(params)\n >>> _, distances = lax.scan(step, (params, opt_state), length=1025)\n >>> for i in range(6):\n ... print(f""{distances[4**i]:.3f}"")\n 2.243\n 2.195\n 2.161\n 2.055\n 0.796\n 0.001\n\n References:\n Daskalakis et al, `Training GANs with Optimism\n `_, 2017\n\n .. seealso::\n :doc:`../_collections/examples/ogda_example`\n """"""\n return combine.chain(\n transform.scale_by_adam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n mu_dtype=mu_dtype,\n nesterov=nesterov,\n ),\n transform.scale_by_optimistic_gradient(alpha=alpha, beta=beta),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef radam(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n eps_root: float = 0.0,\n threshold: float = 5.0,\n *,\n nesterov: bool = False,\n) -> base.GradientTransformationExtraArgs:\n """"""The Rectified Adam optimizer.\n\n The adaptive learning rate in Adam has undesirably large variance in early\n stages of training, due to the limited number of training samples used to\n estimate the optimizer's statistics. Rectified Adam addresses this issue\n by analytically reducing the large variance.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n eps_root: A small constant applied to denominator inside the square root (as\n in RMSProp), to avoid dividing by zero when rescaling. This is needed for\n instance when computing (meta-)gradients through Adam.\n threshold: Threshold for variance tractability.\n nesterov: Whether to use Nesterov momentum.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.radam(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Liu et al, 2020: `On the Variance of the Adaptive Learning Rate and Beyond\n `_, 2020\n """"""\n return combine.chain(\n transform.scale_by_radam(\n b1=b1,\n b2=b2,\n eps=eps,\n eps_root=eps_root,\n threshold=threshold,\n nesterov=nesterov,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef rmsprop(\n learning_rate: base.ScalarOrSchedule,\n decay: float = 0.9,\n eps: float = 1e-8,\n initial_scale: float = 0.0,\n eps_in_sqrt: bool = True,\n centered: bool = False,\n momentum: Optional[float] = None,\n nesterov: bool = False,\n bias_correction: bool = False,\n) -> base.GradientTransformationExtraArgs:\n r""""""A flexible RMSProp optimizer.\n\n RMSProp is an SGD variant with learning rate adaptation. The `learning_rate`\n used for each weight is scaled by a suitable estimate of the magnitude of the\n gradients on previous steps. Several variants of RMSProp can be found\n in the literature. This alias provides an easy to configure RMSProp\n optimizer that can be used to switch between several of these variants.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n decay: Decay used to track the magnitude of previous gradients.\n eps: A small numerical constant to avoid dividing by zero when rescaling.\n initial_scale: Initial value of accumulators tracking the magnitude of\n previous updates. PyTorch uses `0`, TF1 uses `1`. When reproducing results\n from a paper, verify the value used by the authors.\n eps_in_sqrt: Whether to add ``eps`` in the square root of the denominator or\n outside the square root.\n centered: Whether the second moment or the variance of the past gradients is\n used to rescale the latest gradients.\n momentum: Decay rate used by the momentum term, when it is set to `None`,\n then momentum is not used at all.\n nesterov: Whether Nesterov momentum is used.\n bias_correction: Whether to apply bias correction to the estimates of the\n second moments (and first moment if ``centered=True``).\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.rmsprop(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.37E+01\n Objective function: 1.36E+01\n\n References:\n Hinton, `Overview of mini-batch gradient descent`\n `_, 2012\n\n Graves, `Generating Sequences With Recurrent Neural Networks\n `_, 2014\n\n Ziyin, `LaProp: Separating Momentum and Adaptivity in Adam`\n `_, 2021\n\n .. warning::\n Default behavior of optax's RMSprop (``eps_in_sqrt=True``) differs from\n Pytorch's implementation and could impact performance.\n If ``eps_in_sqrt=True``, in the denominator, optax uses\n :math:`\sqrt{v + \epsilon}` in the denominator whereas PyTorch uses\n :math:`\sqrt{v} + \epsilon`.\n Using ``eps_in_sqrt=False`` in optax will match PyTorch's behavior.\n See\n https://github.com/google-deepmind/optax/issues/532 for more detail.\n """"""\n if centered:\n return combine.chain(\n transform.scale_by_stddev(\n decay=decay,\n eps=eps,\n initial_scale=initial_scale,\n eps_in_sqrt=eps_in_sqrt,\n bias_correction=bias_correction,\n ),\n transform.scale_by_learning_rate(learning_rate),\n (\n transform.trace(decay=momentum, nesterov=nesterov)\n if momentum is not None\n else base.identity()\n ),\n )\n return combine.chain(\n transform.scale_by_rms(\n decay=decay,\n eps=eps,\n initial_scale=initial_scale,\n eps_in_sqrt=eps_in_sqrt,\n bias_correction=bias_correction,\n ),\n transform.scale_by_learning_rate(learning_rate),\n (\n transform.trace(decay=momentum, nesterov=nesterov)\n if momentum is not None\n else base.identity()\n ),\n )\n\n\ndef sgd(\n learning_rate: base.ScalarOrSchedule,\n momentum: Optional[float] = None,\n nesterov: bool = False,\n accumulator_dtype: Optional[Any] = None,\n) -> base.GradientTransformationExtraArgs:\n r""""""A canonical Stochastic Gradient Descent optimizer.\n\n This implements stochastic gradient descent. It also includes support for\n momentum, and Nesterov acceleration, as these are standard practice when\n using stochastic gradient descent to train deep neural networks.\n\n\n The canonical stochastic gradient descent returns an update\n :math:`u_t` of the form\n\n .. math::\n u_t \leftarrow -\alpha_t g_t,\n\n where :math:`g_t` is the gradient of the objective (potentially preprocessed\n by other transformations) and :math:`\alpha_t` is the ``learning_rate`` at\n time :math:`t` (constant or selected by an :class:`optax.Schedule`).\n\n Stochastic gradient descent with momentum takes two possible forms.\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow g_t + \mu m_{t-1} \\\n u_t &\leftarrow \begin{cases}\n -\alpha_t m_t & \text{ if } \texttt{nesterov = False} \\\n -\alpha_t (g_t + \mu m_t) & \text{ if } \texttt{nesterov = True}\n \end{cases} \\\n S_t &\leftarrow m_t,\n \end{align*}\n\n where :math:`\mu` is the ``momentum`` parameter and :math:`S_t` is the state\n of the optimizer.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n momentum: Decay rate used by the momentum term, when it is set to ``None``,\n then momentum is not used at all.\n nesterov: Whether Nesterov momentum is used.\n accumulator_dtype: Optional ``dtype`` to be used for the accumulator; if\n ``None`` then the ``dtype`` is inferred from ``params`` and ``updates``.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sgd(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.38E+01\n Objective function: 1.37E+01\n Objective function: 1.35E+01\n Objective function: 1.33E+01\n Objective function: 1.32E+01\n\n References:\n Sutskever et al, `On the importance of initialization and momentum in deep\n learning `_, 2013\n """"""\n if momentum is not None:\n opt = transform.trace(\n decay=momentum,\n nesterov=nesterov,\n accumulator_dtype=accumulator_dtype,\n )\n else:\n opt = base.identity()\n return combine.chain(\n opt,\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef sm3(\n learning_rate: float, momentum: float = 0.9\n) -> base.GradientTransformationExtraArgs:\n r""""""The SM3 optimizer.\n\n SM3 (Square-root of Minima of Sums of Maxima of Squared-gradients Method) is a\n memory-efficient adaptive optimizer designed to decrease memory overhead when\n training very large models, such as the Transformer for machine translation,\n BERT for language modeling, and AmoebaNet-D for image classification. SM3: 1)\n applies to tensors of arbitrary dimensions and any predefined cover of the\n parameters; 2) adapts the learning rates in an adaptive and data-driven manner\n (like Adagrad and unlike Adafactor); and 3) comes with rigorous convergence\n guarantees in stochastic convex optimization settings.\n\n The init function of this optimizer initializes an internal state\n :math:`S_0 := \{\mu_0, w_1\} = \{0, 0\}`, representing initial estimates for\n the cumulative squared gradients and the weights. These values are stored as\n pytrees containing all zeros, with the same shape as the model updates. At\n step :math:`t`, the update function of this optimizer takes as arguments\n the incoming gradients :math:`g_t` and optimizer state :math:`S_t` and\n computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have:\n\n SM3-I Algorithm\n\n .. math::\n\n \begin{array}{l}\n \text{parameters: learning rate } \eta \\\n \text{initialize } w_1 = 0; \forall r \in [k]: \mu_0(r) = 0 \\\n \text{for } t = 1, \ldots, T \text{ do} \\\n \quad \text{receive gradient } g_t = \nabla \ell_t(w_t) \\\n \quad \text{for } r = 1, \ldots, k \text{ do} \\\n \quad \quad \mu_t(r) \leftarrow \mu_{t-1}(r) +\n \max_{j \in S_r} g_t^2(j) \\\n \quad \text{for } i = 1, \ldots, d \text{ do} \\\n \quad \quad \nu_t(i) \leftarrow \min_{r:S_r \ni i} \mu_t(r) \\\n \quad \quad w_{t+1}(i) \leftarrow w_t(i) -\n \eta \frac{g_t(i)}{\sqrt{\nu_t(i)}} \\\n \quad \quad \text{with the convention that } 0/0 = 0\n \end{array}\n\n SM3-II Algorithm\n\n The SM3-II optimizer initializes with parameters like the learning rate\n :math:\eta and weight :math:w_1. It updates weights iteratively using\n gradients :math:g_t, adjusting each component with minimum accumulated\n values :math:\nu'_t(i) and maintaining cumulative maximums :math:\mu'_t(r)\n for subsets :math:S_r. SM3-II starts with an initial state\n :math:S_0 := (m_0, s_0) set to zero, storing estimates for first and second\n moments as pytrees matching model updates' shape\n\n .. math::\n\n \begin{array}{l}\n \text{parameters: learning rate } \eta \\\n \text{initialize } w_1 = 0; \forall r \in [k]: \mu'_0(r) = 0 \\\n \text{for } t = 1, \ldots, T \text{ do} \\\n \quad \text{receive gradient } g_t = \nabla \ell_t(w_t) \\\n \quad \text{initialize } \mu'_t(r) = 0 \text{ for all } r \in [k] \\\n \quad \text{for } i = 1, \ldots, d \text{ do} \\\n \quad \quad \nu'_t(i) \leftarrow \min_{r:S_r \ni i}\n \mu'_{t-1}(r) + g_t^2(i) \\\n \quad \quad w_{t+1}(i) \leftarrow w_t(i) -\n \eta \frac{g_t(i)}{\sqrt{\nu'_t(i)}} \\\n \quad \quad \text{with the convention that } 0/0 = 0 \\\n \quad \text{for all } r : S_r \ni i \text{ do} \\\n \quad \quad \mu'_t(r) \leftarrow \max\{\mu'_t(r), \nu'_t(i)\}\n \end{array}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n momentum: Decay rate used by the momentum term (when it is not set to\n `None`, then momentum is not used at all).\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.sm3(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n\n References:\n Anil et al, `Memory-Efficient Adaptive Optimization\n `_, 2019\n """"""\n return combine.chain(\n transform.scale_by_sm3(momentum),\n transform.scale(-learning_rate),\n )\n\n\ndef yogi(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-3,\n) -> base.GradientTransformationExtraArgs:\n # pylint: disable=line-too-long\n """"""The Yogi optimizer.\n\n Yogi is an adaptive optimizer, which provides control in tuning the effective\n learning rate to prevent it from increasing. By doing so, it focuses on\n addressing the issues of convergence and generalization in exponential moving\n average-based adaptive methods (such as Adam and RMSprop). Yogi is a\n modification of Adam and uses the same parameters.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the second moment of past gradients.\n eps: A small constant applied to denominator outside of the square root (as\n in the Adam paper) to avoid dividing by zero when rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.yogi(learning_rate=0.002)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n\n References:\n Zaheer et al, `Adaptive Methods for Nonconvex Optimization\n `_,\n 2018\n """"""\n # pylint: enable=line-too-long\n return combine.chain(\n transform.scale_by_yogi(b1=b1, b2=b2, eps=eps),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adamax(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n) -> base.GradientTransformationExtraArgs:\n r""""""A variant of the Adam optimizer that uses the infinity norm.\n\n AdaMax is a variant of the :func:`optax.adam` optimizer. By generalizing\n Adam's :math:`L^2` norm to an :math:`L^p` norm and taking the limit as\n :math:`p \rightarrow \infty`, we obtain a simple and stable update rule.\n\n Let :math:`\alpha_t` represent the learning rate and :math:`\beta_1, \beta_2`,\n :math:`\varepsilon` represent the arguments\n ``b1``, ``b2`` and ``eps`` respectively. The learning rate is\n indexed by :math:`t` since the learning rate may also be provided by a\n schedule function.\n\n The ``init`` function of this optimizer initializes an internal state\n :math:`S_0 := (m_0, v_0) = (0, 0)`, representing initial estimates for the\n first and second moments. In practice these values are stored as pytrees\n containing all zeros, with the same shape as the model updates.\n At step :math:`t`, the ``update`` function of this optimizer takes as\n arguments the incoming gradients :math:`g_t` and optimizer state :math:`S_t`\n and computes updates :math:`u_t` and new state :math:`S_{t+1}`. Thus, for\n :math:`t > 0`, we have,\n\n .. math::\n\n \begin{align*}\n m_t &\leftarrow \beta_1 \cdot m_{t-1} + (1-\beta_1) \cdot g_t \\\n v_t &\leftarrow \max(\left| g_t \right| + \varepsilon, \beta_2 \cdot\n v_{t-1}) \\\n \hat{m}_t &\leftarrow m_t / (1-\beta_1^t) \\\n u_t &\leftarrow -\alpha_t \cdot \hat{m}_t / v_t \\\n S_t &\leftarrow (m_t, v_t).\n \end{align*}\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the maximum of past gradients.\n eps: A small constant applied to denominator to avoid dividing by zero when\n rescaling.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamax(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Kingma et al, 2014: https://arxiv.org/abs/1412.6980\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamaxw`.\n """"""\n return combine.chain(\n transform.scale_by_adamax(\n b1=b1,\n b2=b2,\n eps=eps,\n ),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef adamaxw(\n learning_rate: base.ScalarOrSchedule,\n b1: float = 0.9,\n b2: float = 0.999,\n eps: float = 1e-8,\n weight_decay: float = 1e-4,\n mask: Optional[Union[Any, Callable[[base.Params], Any]]] = None,\n) -> base.GradientTransformationExtraArgs:\n """"""Adamax with weight decay regularization.\n\n AdamaxW uses weight decay to regularize learning towards small weights, as\n this leads to better generalization. In SGD you can also use L2 regularization\n to implement this as an additive loss term, however L2 regularization\n does not behave as intended for adaptive gradient algorithms such as Adam.\n\n Args:\n learning_rate: A global scaling factor, either fixed or evolving along\n iterations with a scheduler, see :func:`optax.scale_by_learning_rate`.\n b1: Exponential decay rate to track the first moment of past gradients.\n b2: Exponential decay rate to track the maximum of past gradients.\n eps: A small constant applied to denominator to avoid dividing by zero when\n rescaling.\n weight_decay: Strength of the weight decay regularization. Note that this\n weight decay is multiplied with the learning rate. This is consistent with\n other frameworks such as PyTorch, but different from (Loshchilov et al,\n 2019) where the weight decay is only multiplied with the ""schedule\n multiplier"", but not the base learning rate.\n mask: A tree with same structure as (or a prefix of) the params PyTree, or a\n Callable that returns such a pytree given the params/updates. The leaves\n should be booleans, `True` for leaves/subtrees you want to apply the\n weight decay to, and `False` for those you want to skip. Note that the\n Adamax gradient transformations are applied to all parameters.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.adamaxw(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Loshchilov et al, 2019: https://arxiv.org/abs/1711.05101\n\n .. warning::\n Sometimes you may want to skip weight decay for BatchNorm scale\n or for the bias parameters. You can use `optax.masked` to make your own\n AdamaxW variant where `additive_weight_decay` is applied only to a subset of\n `params`.\n\n .. seealso:: :func:`optax.adam`, :func:`optax.adamax`.\n """"""\n return combine.chain(\n transform.scale_by_adamax(b1=b1, b2=b2, eps=eps),\n transform.add_decayed_weights(weight_decay, mask),\n transform.scale_by_learning_rate(learning_rate),\n )\n\n\ndef rprop(\n learning_rate: float,\n eta_minus: float = 0.5,\n eta_plus: float = 1.2,\n min_step_size: float = 1e-6,\n max_step_size: float = 50.0,\n) -> base.GradientTransformationExtraArgs:\n """"""The Rprop optimizer.\n\n Rprop, short for resillient backpropogation, is a first order variant of\n gradient descent. It responds only to the sign of the gradient by increasing\n or decreasing the step size selected per parameter exponentially to speed up\n convergence and avoid oscillations.\n\n Args:\n learning_rate: The initial step size.\n eta_minus: Multiplicative factor for decreasing step size. This is applied\n when the gradient changes sign from one step to the next.\n eta_plus: Multiplicative factor for increasing step size. This is applied\n when the gradient has the same sign from one step to the next.\n min_step_size: Minimum allowed step size. Smaller steps will be clipped to\n this value.\n max_step_size: Maximum allowed step size. Larger steps will be clipped to\n this value.\n\n Returns:\n The corresponding :class:`optax.GradientTransformationExtraArgs`.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.rprop(learning_rate=0.003)\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... grad = jax.grad(f)(params)\n ... updates, opt_state = solver.update(grad, opt_state, params)\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 1.40E+01\n Objective function: 1.40E+01\n Objective function: 1.39E+01\n Objective function: 1.39E+01\n Objective function: 1.38E+01\n\n References:\n Riedmiller et al. `A direct adaptive method for faster backpropagation\n learning: the RPROP algorithm\n `_, 1993\n\n Igel et al. `Empirical evaluation of the improved Rprop learning\n algorithms\n `_,\n 2003\n """"""\n return combine.chain(\n transform.scale_by_rprop(\n learning_rate=learning_rate,\n eta_minus=eta_minus,\n eta_plus=eta_plus,\n min_step_size=min_step_size,\n max_step_size=max_step_size,\n ),\n transform.scale(-1.0),\n )\n\n\ndef polyak_sgd(\n max_learning_rate: float = 1.0,\n scaling: base.ScalarOrSchedule = 1.0,\n f_min: float = 0.0,\n eps: float = 0.0,\n variant: str = 'sps',\n) -> base.GradientTransformationExtraArgs:\n r""""""SGD with Polyak step-size.\n\n This solver implements the SGD with Polyak step size of (Loizou et al. 2021).\n It sets the step-size as\n\n .. math::\n s \min\left\{\frac{f(x) - f^\star}{\|\nabla f(x)\|^2 + \epsilon},\n \gamma_{\max}\right\}\,,\n\n where :math:`f` is the function from which a gradient is computed,\n :math:`\gamma_{\max}` is a maximal acceptable learning rate set by\n ``max_learning_rate``, :math:`\epsilon` is a constant preventing division by\n zero set with ``eps``, :math:`s` scales the formula by ``scaling``, and\n :math:`f^\star` is a guess of the minimum value of the function set with\n ``f_min``.\n\n Setting ``variant=""sps+""`` (Garrigos et al. 2023) uses only the non-negative\n part of the suboptimality gap. That is, it replaces :math:`f(x) - f^\star`\n with :math:`(f(x) - f^\star)_+`, where :math:`a_+ = \max \{x, 0\}`.\n\n Args:\n max_learning_rate: a maximum step size to use (defaults to 1).\n scaling: A global scaling factor, either fixed or evolving along iterations\n with a scheduler (defaults to 1).\n f_min: a lower bound on the objective function (defaults to 0). Corresponds\n to :math:`f^\star` in the formula above.\n eps: a value to add in the denominator of the update (defaults to 0).\n variant: either ``'sps'`` or ``'sps+'`` (defaults to ``'sps'``).\n\n Returns:\n A :class:`optax.GradientTransformationExtraArgs`, where the ``update``\n functiontakes an additional keyword argument ``value`` containing the\n current value of the objective function.\n\n Examples:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2) # simple quadratic function\n >>> solver = optax.polyak_sgd()\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> for _ in range(5):\n ... value, grad = jax.value_and_grad(f)(params)\n ... params, opt_state = solver.update(grad, opt_state, params, value=value)\n ... print('Objective function: ', f(params))\n Objective function: 3.5\n Objective function: 0.875\n Objective function: 0.21875\n Objective function: 0.0546875\n Objective function: 0.013671875\n\n References:\n Loizou et al. `Stochastic polyak step-size for SGD: An adaptive learning\n rate for fast convergence `_, 2021\n\n Berrada et al., `Training neural networks for and by interpolation\n `_, 2020\n\n Garrigos et al., `Function value learning: Adaptive learning rates based on\n the Polyak stepsize and function splitting in ERM\n `_, 2023\n\n .. warning::\n This method requires knowledge of an approximate value of the of the\n objective function minimum, passed through the ``f_min`` argument.\n For models that interpolate the data, this can be set to 0 (default\n value).\n Failing to set an appropriate value for ``f_min`` can lead to\n divergence or convergence to a suboptimal solution.\n """"""\n return combine.chain(\n sgd(learning_rate=scaling),\n transform.scale_by_polyak(\n max_learning_rate=max_learning_rate,\n f_min=f_min,\n eps=eps,\n variant=variant,\n ),\n )\n\n\ndef lbfgs(\n learning_rate: Optional[base.ScalarOrSchedule] = None,\n memory_size: int = 10,\n scale_init_precond: bool = True,\n linesearch: Optional[\n Union[base.GradientTransformationExtraArgs, base.GradientTransformation]\n ] = _linesearch.scale_by_zoom_linesearch(\n max_linesearch_steps=20, initial_guess_strategy='one'\n ),\n) -> base.GradientTransformationExtraArgs:\n r""""""L-BFGS optimizer.\n\n L-BFGS is a quasi-Newton method that multiplies the update (gradient)\n with an approximation of the inverse Hessian. This algorithm does not need\n access to the Hessian, as this approximation is constructed from the gradient\n evaluations seen during optimization. L-BFGS is a limited-memory variant of\n the Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm. The BFGS algorithm\n requires storing a matrix of size :math:`p \times p` with :math:`p` the\n dimension of the parameters.\n The limited variant circuments this issue by computing the approximation of\n the inverse using only :math:`m` (``memory_size``) past differences of\n parameters/gradients. Namely, the approximation of the Hessian inverse is\n denoted :math:`P_k = P_{k, k}`, where\n\n .. math::\n\n \begin{align*}\n P_{k, j+1} & = V_j^\top P_{k, j} V_j + \rho_j \delta w_j \delta w_j^\top\n \quad \text{for} \ j \in \{k-m, \ldots, k-1\}\\\n P_{k, k-m} & = \gamma_k I \\\n V_k & = I - \rho_k \delta u_k \delta w_k^\top \\\n \rho_k & = 1/(\delta u_k^\top \delta w_k) \\\n \delta w_k & = w_{k+1} - w_k \\\n \delta u_k & = u_{k+1} - u_k \\\n \gamma_k & =\n \begin{cases}\n (\delta w_{k-1}^\top \delta u_{k-1}) /\n (\delta u_{k-1}^\top \delta u_{k-1})\n & \text{if} \ \texttt{scale\_init\_hess} \\\n 1 & \text{otherwise}\n \end{cases},\n \end{align*}\n\n for\n :math:`u_k` the gradients/updates at iteration :math:`k`,\n :math:`w_k` the parameters at iteration :math:`k`.\n\n The formula for updating :math:`P_k` is obtained by computing the optimal\n preconditioning matrix subject to some secant condition, see references\n for more details. Computing :math:`P_k u_k` can be done by a sequence of\n vector operations using past differences of parameters and gradients stored in\n a memory bufffer.\n\n The present function just outputs the LBFGS direction :math:`P_k u_k`.\n It can be chained with a linesearch ensuring sufficient decrease and low\n curvature, such as a zoom linesearch. The linesearch computes a stepsize\n :math:`\eta_k`, such that the updated parameters\n (using :func:`optax.apply_updates`) take the form\n :math:`w_{k+1} = w_k - \eta_k P_k u_k`.\n\n Args:\n learning_rate: optional global scaling factor, either fixed or evolving\n along iterations with a scheduler, see\n :func:`optax.scale_by_learning_rate`. By default the learning rate is\n handled by a linesearch.\n memory_size: number of past updates to keep in memory to approximate the\n Hessian inverse.\n scale_init_precond: whether to use a scaled identity as the initial\n preconditioner, see formula of :math:`\gamma_k` above.\n linesearch: an instance of :class:`optax.GradientTransformationExtraArgs`\n such as :func:`optax.scale_by_zoom_linesearch` that computes a\n learning rate, a.k.a. stepsize, to satisfy some criterion such as a\n sufficient decrease of the objective by additional calls to the objective.\n\n Returns:\n A :class:`optax.GradientTransformationExtraArgs` object.\n\n Example:\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n >>> def f(x): return jnp.sum(x ** 2)\n >>> solver = optax.lbfgs()\n >>> params = jnp.array([1., 2., 3.])\n >>> print('Objective function: ', f(params))\n Objective function: 14.0\n >>> opt_state = solver.init(params)\n >>> value_and_grad = optax.value_and_grad_from_state(f)\n >>> for _ in range(2):\n ... value, grad = value_and_grad(params, state=opt_state)\n ... updates, opt_state = solver.update(\n ... grad, opt_state, params, value=value, grad=grad, value_fn=f\n ... )\n ... params = optax.apply_updates(params, updates)\n ... print('Objective function: {:.2E}'.format(f(params)))\n Objective function: 7.52E+00\n Objective function: 7.46E-14\n\n References:\n Algorithms 7.4, 7.5 (page 199) of Nocedal et al, `Numerical Optimization\n `_\n , 1999\n\n Liu et al., `On the limited memory BFGS method for large scale optimization\n `_\n , 1989.\n\n .. warning::\n This optimizer is memory intensive and best used for small to medium\n scale problems.\n\n .. warning::\n This optimizer works best with a linesearch (current default is a\n zoom linesearch). See example above for best use in a non-stochastic\n setting, where we can recycle gradients computed by the linesearch using\n :func:`optax.value_and_grad_from_state`.\n\n .. note::\n We initialize the scaling of the identity as a capped reciprocal of the\n gradient norm. This avoids wasting linesearch iterations for the first step\n by taking into account the magnitude of the gradients. In other words, we\n constrain the trust-region of the first step to an Euclidean ball of radius\n 1 at the first iteration. The choice of :math:`\gamma_0` is not detailed in\n the references above, so this is a heuristic choice.\n\n .. note:: The algorithm can support complex inputs.\n """"""\n if learning_rate is None:\n base_scaling = transform.scale(-1.0)\n else:\n base_scaling = transform.scale_by_learning_rate(learning_rate)\n if linesearch is None:\n linesearch = base.identity()\n return combine.chain(\n transform.scale_by_lbfgs(\n memory_size=memory_size, scale_init_precond=scale_init_precond\n ),\n base_scaling,\n linesearch,\n )\n",python,tab +91,913422,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23933,0,"",python,selection_command +92,913923,".venv/lib/python3.10/site-packages/optax/_src/alias.py",27123,0,"",python,selection_command +93,925965,".venv/lib/python3.10/site-packages/optax/_src/alias.py",24042,0,"",python,selection_command +94,928149,".venv/lib/python3.10/site-packages/optax/_src/alias.py",27123,0,"",python,selection_command +95,928941,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23933,0,"",python,selection_command +96,929614,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23786,0,"",python,selection_command +97,929968,"train_dynamics.py",0,0,"",python,tab +98,931487,".venv/lib/python3.10/site-packages/optax/_src/alias.py",0,0,"",python,tab +99,932648,".venv/lib/python3.10/site-packages/optax/_src/alias.py",24042,0,"",python,selection_command +100,932935,".venv/lib/python3.10/site-packages/optax/_src/alias.py",23786,0,"",python,selection_command +101,933386,"train_dynamics.py",0,0,"",python,tab +102,936492,".venv/lib/python3.10/site-packages/optax/_src/alias.py",0,0,"",python,tab +103,936631,".venv/lib/python3.10/site-packages/optax/_src/alias.py",24042,0,"",python,selection_command +104,939059,".venv/lib/python3.10/site-packages/optax/_src/alias.py",25239,0,"",python,selection_command +105,941698,".venv/lib/python3.10/site-packages/optax/_src/alias.py",27126,0,"",python,selection_command +106,956869,"train_dynamics.py",0,0,"",python,tab +107,957615,"train_dynamics.py",6023,0,"",python,selection_command +108,958538,"train_dynamics.py",6022,0,"",python,selection_command +109,959683,"train_dynamics.py",6014,0,"",python,selection_command +110,959932,"train_dynamics.py",6013,0,"",python,selection_command +111,959961,"train_dynamics.py",6010,0,"",python,selection_command +112,959993,"train_dynamics.py",6009,0,"",python,selection_command +113,960028,"train_dynamics.py",6001,0,"",python,selection_command +114,960061,"train_dynamics.py",5999,0,"",python,selection_command +115,960097,"train_dynamics.py",5998,0,"",python,selection_command +116,960130,"train_dynamics.py",5997,0,"",python,selection_command +117,960163,"train_dynamics.py",5995,0,"",python,selection_command +118,960197,"train_dynamics.py",5994,0,"",python,selection_command +119,960230,"train_dynamics.py",5982,0,"",python,selection_command +120,960264,"train_dynamics.py",5980,0,"",python,selection_command +121,960298,"train_dynamics.py",5979,0,"",python,selection_command +122,960331,"train_dynamics.py",5978,0,"",python,selection_command +123,960364,"train_dynamics.py",5977,0,"",python,selection_command +124,960397,"train_dynamics.py",5976,0,"",python,selection_command +125,960431,"train_dynamics.py",5974,0,"",python,selection_command +126,960464,"train_dynamics.py",5972,0,"",python,selection_command +127,960748,"train_dynamics.py",5971,0,"",python,selection_command +128,961033,"train_dynamics.py",5970,0,"",python,selection_command +129,961279,"train_dynamics.py",5969,0,"",python,selection_command +130,961533,"train_dynamics.py",5968,0,"",python,selection_command +131,961779,"train_dynamics.py",5966,0,"",python,selection_command +132,962222,"train_dynamics.py",5965,0,"",python,selection_command +133,962560,"train_dynamics.py",5966,0,"",python,selection_command +134,962772,"train_dynamics.py",5967,0,"",python,selection_command +135,962919,"train_dynamics.py",5966,1,"",python,content +136,963597,"train_dynamics.py",5965,0,"",python,selection_command +137,963749,"train_dynamics.py",5966,0,"b",python,content +138,963751,"train_dynamics.py",5967,0,"",python,selection_command +139,964518,"train_dynamics.py",5966,0,"",python,selection_command +140,964813,"train_dynamics.py",5965,1,"",python,content +141,965129,"train_dynamics.py",5965,0,"\n ",python,content +142,965660,"train_dynamics.py",5969,0,"",python,selection_command +143,966183,"train_dynamics.py",5921,0,"",python,selection_command +144,966269,"train_dynamics.py",5922,0,"",python,selection_command +145,966283,"train_dynamics.py",5925,0,"",python,selection_command +146,966448,"train_dynamics.py",5927,0,"",python,selection_command +147,966567,"train_dynamics.py",5932,0,"",python,selection_command +148,966749,"train_dynamics.py",5933,0,"",python,selection_command +149,966911,"train_dynamics.py",5938,0,"",python,selection_command +150,967065,"train_dynamics.py",5939,0,"",python,selection_command +151,967431,"train_dynamics.py",5938,0,"",python,selection_command +152,967633,"train_dynamics.py",5939,0,"",python,selection_command +153,967785,"train_dynamics.py",5939,0,"\n ",python,content +154,968215,"train_dynamics.py",5947,0,"",python,selection_command +155,968655,"train_dynamics.py",5982,0,"",python,selection_command +156,969467,"train_dynamics.py",5979,0,"",python,selection_command +157,969816,"train_dynamics.py",5975,4,"",python,content +158,969985,"train_dynamics.py",5974,1,"",python,content +159,970376,"train_dynamics.py",5974,0,"\n ",python,content +160,971349,"train_dynamics.py",5982,0,"",python,selection_command +161,971951,"train_dynamics.py",5989,0,"",python,selection_command +162,972567,"train_dynamics.py",5997,0,"",python,selection_command +163,973019,"train_dynamics.py",5998,0,"",python,selection_command +164,973102,"train_dynamics.py",5998,0,"\n ",python,content +165,973562,"train_dynamics.py",6006,0,"",python,selection_command +166,974012,"train_dynamics.py",6007,0,"",python,selection_command +167,974065,"train_dynamics.py",6007,1,"",python,content +168,974903,"train_dynamics.py",6024,0,"",python,selection_command +169,975735,"train_dynamics.py",6025,0,"",python,selection_command +170,975899,"train_dynamics.py",6026,0,"",python,selection_command +171,976081,"train_dynamics.py",6025,1,"",python,content +172,976230,"train_dynamics.py",6025,0,"\n ",python,content +173,976779,"train_dynamics.py",6033,0,"",python,selection_command +174,977582,"train_dynamics.py",6056,0,"",python,selection_command +175,977852,"train_dynamics.py",6055,0,"",python,selection_command +176,978015,"train_dynamics.py",6054,0,"",python,selection_command +177,978500,"train_dynamics.py",6055,0,"",python,selection_command +178,979121,"train_dynamics.py",6055,0,"\n ",python,content +179,980415,"train_dynamics.py",6063,0,"",python,selection_command +180,980549,"train_dynamics.py",6033,0,"",python,selection_command +181,980678,"train_dynamics.py",6055,0,"",python,selection_command +182,980821,"train_dynamics.py",6055,0,",",python,content +183,980822,"train_dynamics.py",6056,0,"",python,selection_keyboard +184,980980,"train_dynamics.py",6055,0,"",python,selection_command +185,981211,"train_dynamics.py",6065,0,"",python,selection_command +186,982148,"train_dynamics.py",6064,0,"",python,selection_command +187,982276,"train_dynamics.py",6033,0,"",python,selection_command +188,982532,"train_dynamics.py",6056,0,"\n ",python,content +189,983465,"train_dynamics.py",6057,8,"",python,content +190,983549,"train_dynamics.py",6026,0,"",python,selection_command +191,983583,"train_dynamics.py",6027,0,"",python,selection_command +192,983752,"train_dynamics.py",6034,0,"",python,selection_command +193,984315,"train_dynamics.py",6057,0,"",python,selection_command +194,985803,"train_dynamics.py",6056,1,"",python,content +195,986061,"train_dynamics.py",6055,1,"",python,content +196,986773,"train_dynamics.py",6055,0,",",python,content +197,986775,"train_dynamics.py",6056,0,"",python,selection_keyboard +198,987031,"train_dynamics.py",6056,0,"\n ",python,content +199,988988,"train_dynamics.py",6065,0,"w",python,content +200,988990,"train_dynamics.py",6066,0,"",python,selection_keyboard +201,989047,"train_dynamics.py",6066,0,"e",python,content +202,989050,"train_dynamics.py",6067,0,"",python,selection_keyboard +203,989118,"train_dynamics.py",6067,0,"i",python,content +204,989120,"train_dynamics.py",6068,0,"",python,selection_keyboard +205,989196,"train_dynamics.py",6068,0,"g",python,content +206,989197,"train_dynamics.py",6069,0,"",python,selection_keyboard +207,989397,"train_dynamics.py",6069,0,"h",python,content +208,989399,"train_dynamics.py",6070,0,"",python,selection_keyboard +209,989509,"train_dynamics.py",6070,0,"t",python,content +210,989510,"train_dynamics.py",6071,0,"",python,selection_keyboard +211,989786,"train_dynamics.py",6071,0,"_",python,content +212,989787,"train_dynamics.py",6072,0,"",python,selection_keyboard +213,989934,"train_dynamics.py",6072,0,"d",python,content +214,989935,"train_dynamics.py",6073,0,"",python,selection_keyboard +215,990111,"train_dynamics.py",6073,0,"e",python,content +216,990112,"train_dynamics.py",6074,0,"",python,selection_keyboard +217,990180,"train_dynamics.py",6074,0,"c",python,content +218,990181,"train_dynamics.py",6075,0,"",python,selection_keyboard +219,990328,"train_dynamics.py",6075,0,"a",python,content +220,990330,"train_dynamics.py",6076,0,"",python,selection_keyboard +221,990431,"train_dynamics.py",6076,0,"y",python,content +222,990433,"train_dynamics.py",6077,0,"",python,selection_keyboard +223,993693,"train_dynamics.py",6076,0,"",python,selection_command +224,993998,"train_dynamics.py",6045,0,"",python,selection_command +225,994247,"train_dynamics.py",6018,0,"",python,selection_command +226,994278,"train_dynamics.py",5994,0,"",python,selection_command +227,994314,"train_dynamics.py",5959,0,"",python,selection_command +228,994347,"train_dynamics.py",5937,0,"",python,selection_command +229,994376,"train_dynamics.py",5916,0,"",python,selection_command +230,994535,"train_dynamics.py",5863,0,"",python,selection_command +231,994694,"train_dynamics.py",5809,0,"",python,selection_command +232,995348,"train_dynamics.py",5813,0,"",python,selection_command +233,995547,"train_dynamics.py",5814,0,"",python,selection_command +234,995714,"train_dynamics.py",5842,0,"",python,selection_command +235,996049,"train_dynamics.py",5896,0,"",python,selection_command +236,996299,"train_dynamics.py",5916,0,"",python,selection_command +237,996329,"train_dynamics.py",5938,0,"",python,selection_command +238,996452,"train_dynamics.py",5973,0,"",python,selection_command +239,996704,"train_dynamics.py",5997,0,"",python,selection_command +240,996736,"train_dynamics.py",6024,0,"",python,selection_command +241,996781,"train_dynamics.py",6055,0,"",python,selection_command +242,996803,"train_dynamics.py",6076,0,"",python,selection_command +243,997181,"train_dynamics.py",6055,0,"",python,selection_command +244,998255,"train_dynamics.py",6076,0,"",python,selection_command +245,998434,"train_dynamics.py",6086,0,"",python,selection_command +246,998453,"train_dynamics.py",6076,0,"",python,selection_command +247,998581,"train_dynamics.py",6055,0,"",python,selection_command +248,998919,"train_dynamics.py",6024,0,"",python,selection_command +249,999098,"train_dynamics.py",5997,0,"",python,selection_command +250,999244,"train_dynamics.py",5973,0,"",python,selection_command +251,999385,"train_dynamics.py",5938,0,"",python,selection_command +252,999633,"train_dynamics.py",5933,0,"",python,selection_command +253,999830,".venv/lib/python3.10/site-packages/optax/_src/alias.py",0,0,"",python,tab +254,1002610,"train_dynamics.py",0,0,"",python,tab +255,1003129,"train_dynamics.py",5955,0,"",python,selection_command +256,1003384,"train_dynamics.py",5990,0,"",python,selection_command +257,1003417,"train_dynamics.py",6014,0,"",python,selection_command +258,1003447,"train_dynamics.py",6041,0,"",python,selection_command +259,1003596,"train_dynamics.py",6072,0,"",python,selection_command +260,1003886,"train_dynamics.py",6077,0,"",python,selection_command +261,1004052,"train_dynamics.py",6077,0,"=",python,content +262,1004054,"train_dynamics.py",6078,0,"",python,selection_keyboard +263,1004902,"train_dynamics.py",6077,0,"",python,selection_command +264,1005301,"train_dynamics.py",6057,22,"",python,content +265,1005312,"train_dynamics.py",6065,0,"",python,selection_command +266,1006113,"train_dynamics.py",6061,4,"",python,content +267,1006298,"train_dynamics.py",6057,4,"",python,content +268,1006580,"train_dynamics.py",6056,1,"",python,content +269,1007331,"train_dynamics.py",6055,1,"",python,content +270,1007446,"train_dynamics.py",6054,0,"",python,selection_command +271,1008483,"train_dynamics.py",6024,0,"",python,selection_command +272,1015404,"train_dynamics.py",5997,0,"",python,selection_command +273,1015560,"train_dynamics.py",5965,0,"",python,selection_command +274,1015726,"train_dynamics.py",5938,0,"",python,selection_command +275,1015935,"train_dynamics.py",5965,0,"",python,selection_command +276,1016151,"train_dynamics.py",5948,0,"",python,selection_command +277,1016382,"train_dynamics.py",5944,4,"",python,content +278,1016592,"train_dynamics.py",5940,4,"",python,content +279,1016875,"train_dynamics.py",5939,1,"",python,content +280,1017331,"train_dynamics.py",5938,0,"",python,selection_command +281,1017526,"train_dynamics.py",5939,0,"\n ",python,content +282,1017536,"train_dynamics.py",5948,0,"",python,selection_command +283,1017774,"train_dynamics.py",6055,0,",\n ",python,content +284,1017776,"train_dynamics.py",6065,0,"",python,selection_command +285,1017808,"train_dynamics.py",6065,0,"weight_decay=\n ",python,content +286,1017811,"train_dynamics.py",6077,0,"",python,selection_command +287,1017841,"train_dynamics.py",6077,1,"",python,content +288,1017844,"train_dynamics.py",6076,0,"",python,selection_command +289,1017874,"train_dynamics.py",6057,20,"",python,content +290,1017908,"train_dynamics.py",6057,1,"",python,content +291,1017910,"train_dynamics.py",6033,0,"",python,selection_command +292,1018094,"train_dynamics.py",6055,1,"",python,content +293,1018098,"train_dynamics.py",6054,0,"",python,selection_command +294,1018346,"train_dynamics.py",6055,9,"",python,content +295,1018349,"train_dynamics.py",6055,0,"",python,selection_command +296,1018383,"train_dynamics.py",6025,8,"",python,content +297,1018386,"train_dynamics.py",6026,0,"",python,selection_command +298,1018417,"train_dynamics.py",6007,0," ",python,content +299,1018421,"train_dynamics.py",6007,0,"",python,selection_command +300,1018449,"train_dynamics.py",5998,9,"",python,content +301,1018619,"train_dynamics.py",5979,4,"",python,content +302,1018621,"train_dynamics.py",5979,0,"",python,selection_command +303,1018875,"train_dynamics.py",5939,9,"",python,content +304,1018886,"train_dynamics.py",5939,0,"",python,selection_command +305,1018913,"train_dynamics.py",5965,4,"",python,content +306,1018916,"train_dynamics.py",5966,0,"",python,selection_command +307,1019091,"train_dynamics.py",5999,23,"",python,content +308,1019093,"train_dynamics.py",5999,0,"",python,selection_command +309,1020417,"train_dynamics.py",5999,0,", mu_dtype=jnp.bfloat16",python,content +310,1020425,"train_dynamics.py",5999,0,"",python,selection_command +311,1021866,"train_dynamics.py",5918,0,"",python,selection_command +312,1056712,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +313,1058612,"train_tokenizer.py",5518,0,"",python,selection_command +314,1071148,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +315,1073692,"train_lam.py",6000,0,"",python,selection_command +316,1075357,"train_dynamics.py",0,0,"",python,tab +317,1077170,"train_dynamics.py",6022,0,"",python,selection_command +318,1077716,"train_dynamics.py",6014,0,"",python,selection_command +319,1077959,"train_dynamics.py",6013,0,"",python,selection_command +320,1077991,"train_dynamics.py",6010,0,"",python,selection_command +321,1078024,"train_dynamics.py",6009,0,"",python,selection_command +322,1078288,"train_dynamics.py",6001,0,"",python,selection_command +323,1078435,"train_dynamics.py",5999,0,"",python,selection_command +324,1078635,"train_dynamics.py",6001,0,"",python,selection_command +325,1079018,"train_dynamics.py",5918,0,"",python,selection_command +326,1081266,"train_tokenizer.py",0,0,"",python,tab +327,1081999,"train_tokenizer.py",5536,0,"",python,selection_command +328,1082226,"train_tokenizer.py",5535,0,"",python,selection_command +329,1082484,"train_tokenizer.py",5535,0,",",python,content +330,1082487,"train_tokenizer.py",5536,0,"",python,selection_keyboard +331,1082781,"train_tokenizer.py",5536,0," ",python,content +332,1082782,"train_tokenizer.py",5537,0,"",python,selection_keyboard +333,1082959,"train_tokenizer.py",5537,0,"m",python,content +334,1082960,"train_tokenizer.py",5538,0,"",python,selection_keyboard +335,1083177,"train_tokenizer.py",5538,0,"y",python,content +336,1083178,"train_tokenizer.py",5539,0,"",python,selection_keyboard +337,1083515,"train_tokenizer.py",5538,1,"",python,content +338,1083714,"train_tokenizer.py",5538,0,"u",python,content +339,1083716,"train_tokenizer.py",5539,0,"",python,selection_keyboard +340,1083920,"train_tokenizer.py",5539,0,"_",python,content +341,1083921,"train_tokenizer.py",5540,0,"",python,selection_keyboard +342,1084142,"train_tokenizer.py",5540,0,"d",python,content +343,1084145,"train_tokenizer.py",5541,0,"",python,selection_keyboard +344,1084294,"train_tokenizer.py",5541,0,"t",python,content +345,1084297,"train_tokenizer.py",5542,0,"",python,selection_keyboard +346,1084376,"train_tokenizer.py",5542,0,"y",python,content +347,1084379,"train_tokenizer.py",5543,0,"",python,selection_keyboard +348,1084397,"train_tokenizer.py",5543,0,"p",python,content +349,1084399,"train_tokenizer.py",5544,0,"",python,selection_keyboard +350,1084694,"train_tokenizer.py",5544,0,"e",python,content +351,1084696,"train_tokenizer.py",5545,0,"",python,selection_keyboard +352,1084866,"train_tokenizer.py",5545,0,"=",python,content +353,1084869,"train_tokenizer.py",5546,0,"",python,selection_keyboard +354,1086529,"train_tokenizer.py",5546,0,"j",python,content +355,1086531,"train_tokenizer.py",5547,0,"",python,selection_keyboard +356,1086681,"train_tokenizer.py",5547,0,"n",python,content +357,1086683,"train_tokenizer.py",5548,0,"",python,selection_keyboard +358,1087062,"train_tokenizer.py",5548,0,"p",python,content +359,1087065,"train_tokenizer.py",5549,0,"",python,selection_keyboard +360,1088271,"train_tokenizer.py",5549,0,".",python,content +361,1088279,"train_tokenizer.py",5550,0,"",python,selection_keyboard +362,1088565,"train_tokenizer.py",5550,0,"f",python,content +363,1088567,"train_tokenizer.py",5551,0,"",python,selection_keyboard +364,1088636,"train_tokenizer.py",5551,0,"b",python,content +365,1088638,"train_tokenizer.py",5552,0,"",python,selection_keyboard +366,1088791,"train_tokenizer.py",5552,0,"l",python,content +367,1088792,"train_tokenizer.py",5553,0,"",python,selection_keyboard +368,1088944,"train_tokenizer.py",5553,0,"o",python,content +369,1088946,"train_tokenizer.py",5554,0,"",python,selection_keyboard +370,1089513,"train_tokenizer.py",5553,1,"",python,content +371,1089657,"train_tokenizer.py",5552,1,"",python,content +372,1089801,"train_tokenizer.py",5551,1,"",python,content +373,1089960,"train_tokenizer.py",5550,1,"",python,content +374,1090622,"train_tokenizer.py",5550,0,"b",python,content +375,1090630,"train_tokenizer.py",5551,0,"",python,selection_keyboard +376,1090664,"train_tokenizer.py",5551,0,"f",python,content +377,1090666,"train_tokenizer.py",5552,0,"",python,selection_keyboard +378,1090783,"train_tokenizer.py",5552,0,"l",python,content +379,1090785,"train_tokenizer.py",5553,0,"",python,selection_keyboard +380,1090936,"train_tokenizer.py",5553,0,"o",python,content +381,1090938,"train_tokenizer.py",5554,0,"",python,selection_keyboard +382,1090989,"train_tokenizer.py",5554,0,"a",python,content +383,1090990,"train_tokenizer.py",5555,0,"",python,selection_keyboard +384,1091108,"train_tokenizer.py",5555,0,"t",python,content +385,1091109,"train_tokenizer.py",5556,0,"",python,selection_keyboard +386,1091567,"train_tokenizer.py",5556,0,"1",python,content +387,1091569,"train_tokenizer.py",5557,0,"",python,selection_keyboard +388,1091665,"train_tokenizer.py",5557,0,"6",python,content +389,1091667,"train_tokenizer.py",5558,0,"",python,selection_keyboard +390,1091824,"train_tokenizer.py",5557,0,"",python,selection_command +391,1092578,"train_tokenizer.py",5550,0,"",python,selection_command +392,1092787,".venv/lib/python3.10/site-packages/jax/_src/numpy/scalar_types.py",0,0,"# Copyright 2025 The JAX Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n\n\n# At present JAX doesn't have a reason to distinguish between scalars and arrays\n# in its object system. Further, we want JAX scalars to have the same type\n# promotion behaviors as JAX arrays. Rather than introducing a new type of JAX\n# scalar object with JAX promotion behaviors, instead we make the JAX scalar\n# types return JAX arrays when instantiated.\n\nfrom typing import Any\n\nimport jax\nfrom jax._src.typing import Array\nfrom jax._src import core\nfrom jax._src import dtypes\nimport numpy as np\n\n\n# Some objects below rewrite their __module__ attribute to this name.\n_PUBLIC_MODULE_NAME = ""jax.numpy""\n\n\nclass _ScalarMeta(type):\n dtype: np.dtype\n\n def __hash__(self) -> int:\n return hash(self.dtype.type)\n\n def __eq__(self, other: Any) -> bool:\n return self is other or self.dtype.type == other\n\n def __ne__(self, other: Any) -> bool:\n return not (self == other)\n\n def __call__(self, x: Any) -> Array:\n return jax.numpy.asarray(x, dtype=self.dtype)\n\n def __instancecheck__(self, instance: Any) -> bool:\n return isinstance(instance, self.dtype.type)\n\ndef _abstractify_scalar_meta(x):\n raise TypeError(f""JAX scalar type {x} cannot be interpreted as a JAX array."")\ncore.pytype_aval_mappings[_ScalarMeta] = _abstractify_scalar_meta\n\ndef _make_scalar_type(np_scalar_type: type) -> _ScalarMeta:\n meta = _ScalarMeta(np_scalar_type.__name__, (object,),\n {""dtype"": np.dtype(np_scalar_type)})\n meta.__module__ = _PUBLIC_MODULE_NAME\n meta.__doc__ =\\n f""""""A JAX scalar constructor of type {np_scalar_type.__name__}.\n\n While NumPy defines scalar types for each data type, JAX represents\n scalars as zero-dimensional arrays.\n """"""\n return meta\n\nbool_ = _make_scalar_type(np.bool_)\nuint2 = _make_scalar_type(dtypes.uint2)\nuint4 = _make_scalar_type(dtypes.uint4)\nuint8 = _make_scalar_type(np.uint8)\nuint16 = _make_scalar_type(np.uint16)\nuint32 = _make_scalar_type(np.uint32)\nuint64 = _make_scalar_type(np.uint64)\nint2 = _make_scalar_type(dtypes.int2)\nint4 = _make_scalar_type(dtypes.int4)\nint8 = _make_scalar_type(np.int8)\nint16 = _make_scalar_type(np.int16)\nint32 = _make_scalar_type(np.int32)\nint64 = _make_scalar_type(np.int64)\nfloat4_e2m1fn = _make_scalar_type(dtypes.float4_e2m1fn)\nfloat8_e3m4 = _make_scalar_type(dtypes.float8_e3m4)\nfloat8_e4m3 = _make_scalar_type(dtypes.float8_e4m3)\nfloat8_e8m0fnu = _make_scalar_type(dtypes.float8_e8m0fnu)\nfloat8_e4m3fn = _make_scalar_type(dtypes.float8_e4m3fn)\nfloat8_e4m3fnuz = _make_scalar_type(dtypes.float8_e4m3fnuz)\nfloat8_e5m2 = _make_scalar_type(dtypes.float8_e5m2)\nfloat8_e5m2fnuz = _make_scalar_type(dtypes.float8_e5m2fnuz)\nfloat8_e4m3b11fnuz = _make_scalar_type(dtypes.float8_e4m3b11fnuz)\nbfloat16 = _make_scalar_type(dtypes.bfloat16)\nfloat16 = _make_scalar_type(np.float16)\nfloat32 = single = _make_scalar_type(np.float32)\nfloat64 = double = _make_scalar_type(np.float64)\ncomplex64 = csingle = _make_scalar_type(np.complex64)\ncomplex128 = cdouble = _make_scalar_type(np.complex128)\n\nint_ = int32 if dtypes.int_ == np.int32 else int64\nuint = uint32 if dtypes.uint == np.uint32 else uint64\nfloat_: Any = float32 if dtypes.float_ == np.float32 else float64\ncomplex_ = complex64 if dtypes.complex_ == np.complex64 else complex128\n",python,tab +393,1094345,"train_tokenizer.py",0,0,"",python,tab +394,1097651,"train_lam.py",0,0,"",python,tab +395,1099020,"train_lam.py",6018,0,"",python,selection_command +396,1099244,"train_lam.py",6017,0,"",python,selection_command +397,1099526,"train_lam.py",6017,0,",",python,content +398,1099529,"train_lam.py",6018,0,"",python,selection_keyboard +399,1099625,"train_lam.py",6018,0," ",python,content +400,1099627,"train_lam.py",6019,0,"",python,selection_keyboard +401,1099686,"train_lam.py",6019,0,"w",python,content +402,1099687,"train_lam.py",6020,0,"",python,selection_keyboard +403,1099763,"train_lam.py",6020,0,"e",python,content +404,1099764,"train_lam.py",6021,0,"",python,selection_keyboard +405,1100101,"train_lam.py",6020,1,"",python,content +406,1100245,"train_lam.py",6019,1,"",python,content +407,1100886,"train_lam.py",6019,0,"m",python,content +408,1100891,"train_lam.py",6020,0,"",python,selection_keyboard +409,1101010,"train_lam.py",6020,0,"u",python,content +410,1101014,"train_lam.py",6021,0,"",python,selection_keyboard +411,1101201,"train_lam.py",6021,0,"_",python,content +412,1101203,"train_lam.py",6022,0,"",python,selection_keyboard +413,1101396,"train_lam.py",6022,0,"d",python,content +414,1101397,"train_lam.py",6023,0,"",python,selection_keyboard +415,1101547,"train_lam.py",6023,0,"t",python,content +416,1101550,"train_lam.py",6024,0,"",python,selection_keyboard +417,1101602,"train_lam.py",6024,0,"y",python,content +418,1101604,"train_lam.py",6025,0,"",python,selection_keyboard +419,1101693,"train_lam.py",6025,0,"p",python,content +420,1101694,"train_lam.py",6026,0,"",python,selection_keyboard +421,1101734,"train_lam.py",6026,0,"e",python,content +422,1101735,"train_lam.py",6027,0,"",python,selection_keyboard +423,1101920,"train_lam.py",6027,0,"=",python,content +424,1101921,"train_lam.py",6028,0,"",python,selection_keyboard +425,1102734,"train_lam.py",6028,0,"j",python,content +426,1102739,"train_lam.py",6029,0,"",python,selection_keyboard +427,1102883,"train_lam.py",6029,0,"n",python,content +428,1102884,"train_lam.py",6030,0,"",python,selection_keyboard +429,1102951,"train_lam.py",6030,0,"p",python,content +430,1102953,"train_lam.py",6031,0,"",python,selection_keyboard +431,1103403,"train_lam.py",6031,0,"b",python,content +432,1103404,"train_lam.py",6032,0,"",python,selection_keyboard +433,1103707,"train_lam.py",6032,0,"f",python,content +434,1103708,"train_lam.py",6033,0,"",python,selection_keyboard +435,1103996,"train_lam.py",6032,1,"",python,content +436,1104131,"train_lam.py",6031,1,"",python,content +437,1104325,"train_lam.py",6031,0,".",python,content +438,1104326,"train_lam.py",6032,0,"",python,selection_keyboard +439,1104981,"train_lam.py",6032,0,"b",python,content +440,1104983,"train_lam.py",6033,0,"",python,selection_keyboard +441,1105118,"train_lam.py",6033,0,"f",python,content +442,1105119,"train_lam.py",6034,0,"",python,selection_keyboard +443,1105192,"train_lam.py",6034,0,"l",python,content +444,1105195,"train_lam.py",6035,0,"",python,selection_keyboard +445,1105377,"train_lam.py",6035,0,"o",python,content +446,1105380,"train_lam.py",6036,0,"",python,selection_keyboard +447,1105449,"train_lam.py",6036,0,"a",python,content +448,1105450,"train_lam.py",6037,0,"",python,selection_keyboard +449,1105545,"train_lam.py",6037,0,"t",python,content +450,1105551,"train_lam.py",6038,0,"",python,selection_keyboard +451,1106009,"train_lam.py",6038,0,"1",python,content +452,1106012,"train_lam.py",6039,0,"",python,selection_keyboard +453,1106097,"train_lam.py",6039,0,"6",python,content +454,1106099,"train_lam.py",6040,0,"",python,selection_keyboard +455,1106212,"train_lam.py",6039,0,"",python,selection_command +456,1142505,"train_tokenizer.py",0,0,"",python,tab +457,1142851,"train_tokenizer.py",0,0,"",python,selection_command +458,1143552,"train_tokenizer.py",583,0,"",python,selection_command +459,1144011,"train_tokenizer.py",1076,0,"",python,selection_command +460,1145019,"train_tokenizer.py",1051,0,"",python,selection_command +461,1145266,"train_tokenizer.py",1026,0,"",python,selection_command +462,1145298,"train_tokenizer.py",1010,0,"",python,selection_command +463,1145331,"train_tokenizer.py",980,0,"",python,selection_command +464,1145364,"train_tokenizer.py",955,0,"",python,selection_command +465,1145397,"train_tokenizer.py",931,0,"",python,selection_command +466,1145430,"train_tokenizer.py",906,0,"",python,selection_command +467,1145466,"train_tokenizer.py",880,0,"",python,selection_command +468,1145500,"train_tokenizer.py",861,0,"",python,selection_command +469,1145531,"train_tokenizer.py",830,0,"",python,selection_command +470,1145564,"train_tokenizer.py",802,0,"",python,selection_command +471,1145597,"train_tokenizer.py",779,0,"",python,selection_command +472,1145632,"train_tokenizer.py",752,0,"",python,selection_command +473,1145665,"train_tokenizer.py",725,0,"",python,selection_command +474,1145699,"train_tokenizer.py",697,0,"",python,selection_command +475,1145733,"train_tokenizer.py",675,0,"",python,selection_command +476,1146748,"train_tokenizer.py",697,0,"",python,selection_command +477,1147004,"train_tokenizer.py",725,0,"",python,selection_command +478,1147033,"train_tokenizer.py",752,0,"",python,selection_command +479,1147065,"train_tokenizer.py",779,0,"",python,selection_command +480,1147097,"train_tokenizer.py",802,0,"",python,selection_command +481,1147131,"train_tokenizer.py",830,0,"",python,selection_command +482,1147166,"train_tokenizer.py",861,0,"",python,selection_command +483,1147197,"train_tokenizer.py",880,0,"",python,selection_command +484,1147330,"train_tokenizer.py",861,0,"",python,selection_command +485,1147577,"train_tokenizer.py",830,0,"",python,selection_command +486,1147607,"train_tokenizer.py",802,0,"",python,selection_command +487,1147640,"train_tokenizer.py",779,0,"",python,selection_command +488,1147679,"train_tokenizer.py",752,0,"",python,selection_command +489,1147713,"train_tokenizer.py",725,0,"",python,selection_command +490,1147747,"train_tokenizer.py",697,0,"",python,selection_command +491,1148008,"train_tokenizer.py",675,0,"",python,selection_command +492,1148243,"train_tokenizer.py",697,0,"",python,selection_command +493,1148491,"train_tokenizer.py",725,0,"",python,selection_command +494,1148526,"train_tokenizer.py",752,0,"",python,selection_command +495,1148559,"train_tokenizer.py",779,0,"",python,selection_command +496,1148593,"train_tokenizer.py",802,0,"",python,selection_command +497,1148626,"train_tokenizer.py",830,0,"",python,selection_command +498,1148658,"train_tokenizer.py",861,0,"",python,selection_command +499,1148698,"train_tokenizer.py",880,0,"",python,selection_command +500,1148728,"train_tokenizer.py",906,0,"",python,selection_command +501,1148848,"train_tokenizer.py",931,0,"",python,selection_command +502,1149099,"train_tokenizer.py",955,0,"",python,selection_command +503,1149131,"train_tokenizer.py",980,0,"",python,selection_command +504,1149164,"train_tokenizer.py",1010,0,"",python,selection_command +505,1149197,"train_tokenizer.py",1026,0,"",python,selection_command +506,1149231,"train_tokenizer.py",1051,0,"",python,selection_command +507,1149264,"train_tokenizer.py",1076,0,"",python,selection_command +508,1149299,"train_tokenizer.py",1104,0,"",python,selection_command +509,1149428,"train_tokenizer.py",1128,0,"",python,selection_command +510,1149603,"train_tokenizer.py",1152,0,"",python,selection_command +511,1149851,"train_tokenizer.py",1175,0,"",python,selection_command +512,1150077,"train_tokenizer.py",1200,0,"",python,selection_command +513,1150431,"train_tokenizer.py",1230,0,"\n ",python,content +514,1153735,"train_tokenizer.py",1235,0,"p",python,content +515,1153738,"train_tokenizer.py",1236,0,"",python,selection_keyboard +516,1153830,"train_tokenizer.py",1236,0,"a",python,content +517,1153832,"train_tokenizer.py",1237,0,"",python,selection_keyboard +518,1153997,"train_tokenizer.py",1237,0,"r",python,content +519,1153998,"train_tokenizer.py",1238,0,"",python,selection_keyboard +520,1154099,"train_tokenizer.py",1238,0,"a",python,content +521,1154101,"train_tokenizer.py",1239,0,"",python,selection_keyboard +522,1154161,"train_tokenizer.py",1239,0,"m",python,content +523,1154163,"train_tokenizer.py",1240,0,"",python,selection_keyboard +524,1154526,"train_tokenizer.py",1240,0,"_",python,content +525,1154528,"train_tokenizer.py",1241,0,"",python,selection_keyboard +526,1154764,"train_tokenizer.py",1241,0,"d",python,content +527,1154765,"train_tokenizer.py",1242,0,"",python,selection_keyboard +528,1154891,"train_tokenizer.py",1242,0,"t",python,content +529,1154892,"train_tokenizer.py",1243,0,"",python,selection_keyboard +530,1154967,"train_tokenizer.py",1243,0,"y",python,content +531,1154969,"train_tokenizer.py",1244,0,"",python,selection_keyboard +532,1155100,"train_tokenizer.py",1244,0,"e",python,content +533,1155101,"train_tokenizer.py",1245,0,"",python,selection_keyboard +534,1155513,"train_tokenizer.py",1244,1,"",python,content +535,1155696,"train_tokenizer.py",1244,0,"p",python,content +536,1155699,"train_tokenizer.py",1245,0,"",python,selection_keyboard +537,1155768,"train_tokenizer.py",1245,0,"e",python,content +538,1155769,"train_tokenizer.py",1246,0,"",python,selection_keyboard +539,1158062,"train_tokenizer.py",1246,0,":",python,content +540,1158064,"train_tokenizer.py",1247,0,"",python,selection_keyboard +541,1158365,"train_tokenizer.py",1247,0," ",python,content +542,1158366,"train_tokenizer.py",1248,0,"",python,selection_keyboard +543,1158493,"train_tokenizer.py",1248,0,"j",python,content +544,1158495,"train_tokenizer.py",1249,0,"",python,selection_keyboard +545,1158644,"train_tokenizer.py",1249,0,"n",python,content +546,1158645,"train_tokenizer.py",1250,0,"",python,selection_keyboard +547,1158722,"train_tokenizer.py",1250,0,"p",python,content +548,1158724,"train_tokenizer.py",1251,0,"",python,selection_keyboard +549,1158948,"train_tokenizer.py",1251,0,".",python,content +550,1158949,"train_tokenizer.py",1252,0,"",python,selection_keyboard +551,1159067,"train_tokenizer.py",1252,0,"d",python,content +552,1159068,"train_tokenizer.py",1253,0,"",python,selection_keyboard +553,1159197,"train_tokenizer.py",1253,0,"t",python,content +554,1159198,"train_tokenizer.py",1254,0,"",python,selection_keyboard +555,1159282,"train_tokenizer.py",1254,0,"y",python,content +556,1159285,"train_tokenizer.py",1255,0,"",python,selection_keyboard +557,1159349,"train_tokenizer.py",1255,0,"p",python,content +558,1159351,"train_tokenizer.py",1256,0,"",python,selection_keyboard +559,1159423,"train_tokenizer.py",1256,0,"e",python,content +560,1159424,"train_tokenizer.py",1257,0,"",python,selection_keyboard +561,1159493,"train_tokenizer.py",1257,0," ",python,content +562,1159495,"train_tokenizer.py",1258,0,"",python,selection_keyboard +563,1159641,"train_tokenizer.py",1258,0,"=",python,content +564,1159642,"train_tokenizer.py",1259,0,"",python,selection_keyboard +565,1159709,"train_tokenizer.py",1259,0," ",python,content +566,1159711,"train_tokenizer.py",1260,0,"",python,selection_keyboard +567,1164895,"train_tokenizer.py",1260,0,"j",python,content +568,1164897,"train_tokenizer.py",1261,0,"",python,selection_keyboard +569,1165082,"train_tokenizer.py",1261,0,"n",python,content +570,1165084,"train_tokenizer.py",1262,0,"",python,selection_keyboard +571,1165141,"train_tokenizer.py",1262,0,"p",python,content +572,1165148,"train_tokenizer.py",1263,0,"",python,selection_keyboard +573,1165362,"train_tokenizer.py",1263,0,".",python,content +574,1165364,"train_tokenizer.py",1264,0,"",python,selection_keyboard +575,1165484,"train_tokenizer.py",1264,0,"f",python,content +576,1165486,"train_tokenizer.py",1265,0,"",python,selection_keyboard +577,1165636,"train_tokenizer.py",1265,0,"l",python,content +578,1165637,"train_tokenizer.py",1266,0,"",python,selection_keyboard +579,1165980,"train_tokenizer.py",1266,0,"o",python,content +580,1165984,"train_tokenizer.py",1267,0,"",python,selection_keyboard +581,1166073,"train_tokenizer.py",1267,0,"a",python,content +582,1166077,"train_tokenizer.py",1268,0,"",python,selection_keyboard +583,1166158,"train_tokenizer.py",1268,0,"t",python,content +584,1166162,"train_tokenizer.py",1269,0,"",python,selection_keyboard +585,1166426,"train_tokenizer.py",1269,0,"3",python,content +586,1166429,"train_tokenizer.py",1270,0,"",python,selection_keyboard +587,1166479,"train_tokenizer.py",1270,0,"2",python,content +588,1166481,"train_tokenizer.py",1271,0,"",python,selection_keyboard +589,1166698,"train_tokenizer.py",1270,0,"",python,selection_command +590,1167365,"train_tokenizer.py",1271,0,"",python,selection_command +591,1167487,"train_tokenizer.py",1271,0,",",python,content +592,1167488,"train_tokenizer.py",1272,0,"",python,selection_keyboard +593,1167715,"train_tokenizer.py",1272,0,"\n ",python,content +594,1168096,"train_tokenizer.py",1273,4,"",python,content +595,1168234,"train_tokenizer.py",1231,0,"",python,selection_command +596,1168937,"train_tokenizer.py",1273,0,"",python,selection_command +597,1169607,"train_tokenizer.py",1273,0,"k",python,content +598,1169609,"train_tokenizer.py",1274,0,"",python,selection_keyboard +599,1169797,"train_tokenizer.py",1273,0,"",python,selection_command +600,1170097,"train_tokenizer.py",1271,0,"",python,selection_command +601,1170648,"train_tokenizer.py",1272,0,"",python,selection_command +602,1170791,"train_tokenizer.py",1271,1,"",python,content +603,1170966,"train_tokenizer.py",1270,0,"",python,selection_command +604,1171063,"train_tokenizer.py",1272,0,"",python,selection_command +605,1171310,"train_tokenizer.py",1273,0,"",python,selection_command +606,1171525,"train_tokenizer.py",1272,1,"",python,content +607,1172068,"train_tokenizer.py",1271,1,"",python,content +608,1172179,"train_tokenizer.py",1271,0,"\n ",python,content +609,1173029,"train_tokenizer.py",1276,0,"d",python,content +610,1173031,"train_tokenizer.py",1277,0,"",python,selection_keyboard +611,1173140,"train_tokenizer.py",1277,0,"t",python,content +612,1173141,"train_tokenizer.py",1278,0,"",python,selection_keyboard +613,1173245,"train_tokenizer.py",1278,0,"y",python,content +614,1173247,"train_tokenizer.py",1279,0,"",python,selection_keyboard +615,1173296,"train_tokenizer.py",1279,0,"p",python,content +616,1173298,"train_tokenizer.py",1280,0,"",python,selection_keyboard +617,1173374,"train_tokenizer.py",1280,0,"e",python,content +618,1173375,"train_tokenizer.py",1281,0,"",python,selection_keyboard +619,1173597,"train_tokenizer.py",1281,0,":",python,content +620,1173599,"train_tokenizer.py",1282,0,"",python,selection_keyboard +621,1173710,"train_tokenizer.py",1282,0," ",python,content +622,1173711,"train_tokenizer.py",1283,0,"",python,selection_keyboard +623,1174041,"train_tokenizer.py",1283,0,"j",python,content +624,1174042,"train_tokenizer.py",1284,0,"",python,selection_keyboard +625,1174224,"train_tokenizer.py",1284,0,"n",python,content +626,1174225,"train_tokenizer.py",1285,0,"",python,selection_keyboard +627,1174295,"train_tokenizer.py",1285,0,"p",python,content +628,1174296,"train_tokenizer.py",1286,0,"",python,selection_keyboard +629,1174530,"train_tokenizer.py",1286,0,".",python,content +630,1174531,"train_tokenizer.py",1287,0,"",python,selection_keyboard +631,1174645,"train_tokenizer.py",1287,0,"d",python,content +632,1174646,"train_tokenizer.py",1288,0,"",python,selection_keyboard +633,1174835,"train_tokenizer.py",1288,0,"t",python,content +634,1174836,"train_tokenizer.py",1289,0,"",python,selection_keyboard +635,1174933,"train_tokenizer.py",1289,0,"y",python,content +636,1174935,"train_tokenizer.py",1290,0,"",python,selection_keyboard +637,1175093,"train_tokenizer.py",1290,0,"e",python,content +638,1175095,"train_tokenizer.py",1291,0,"",python,selection_keyboard +639,1175464,"train_tokenizer.py",1290,1,"",python,content +640,1175663,"train_tokenizer.py",1290,0,"p",python,content +641,1175665,"train_tokenizer.py",1291,0,"",python,selection_keyboard +642,1175740,"train_tokenizer.py",1291,0,"e",python,content +643,1175743,"train_tokenizer.py",1292,0,"",python,selection_keyboard +644,1175812,"train_tokenizer.py",1292,0," ",python,content +645,1175815,"train_tokenizer.py",1293,0,"",python,selection_keyboard +646,1175949,"train_tokenizer.py",1293,0,"=",python,content +647,1175950,"train_tokenizer.py",1294,0,"",python,selection_keyboard +648,1176041,"train_tokenizer.py",1294,0," ",python,content +649,1176042,"train_tokenizer.py",1295,0,"",python,selection_keyboard +650,1176529,"train_tokenizer.py",1295,0,"j",python,content +651,1176531,"train_tokenizer.py",1296,0,"",python,selection_keyboard +652,1176655,"train_tokenizer.py",1296,0,"n",python,content +653,1176656,"train_tokenizer.py",1297,0,"",python,selection_keyboard +654,1176730,"train_tokenizer.py",1297,0,"p",python,content +655,1176731,"train_tokenizer.py",1298,0,"",python,selection_keyboard +656,1176963,"train_tokenizer.py",1298,0,".",python,content +657,1176966,"train_tokenizer.py",1299,0,"",python,selection_keyboard +658,1177043,"train_tokenizer.py",1299,0,"f",python,content +659,1177044,"train_tokenizer.py",1300,0,"",python,selection_keyboard +660,1177651,"train_tokenizer.py",1299,1,"",python,content +661,1177849,"train_tokenizer.py",1299,0,"b",python,content +662,1177850,"train_tokenizer.py",1300,0,"",python,selection_keyboard +663,1177931,"train_tokenizer.py",1300,0,"f",python,content +664,1177933,"train_tokenizer.py",1301,0,"",python,selection_keyboard +665,1178010,"train_tokenizer.py",1301,0,"l",python,content +666,1178012,"train_tokenizer.py",1302,0,"",python,selection_keyboard +667,1178162,"train_tokenizer.py",1302,0,"o",python,content +668,1178164,"train_tokenizer.py",1303,0,"",python,selection_keyboard +669,1178209,"train_tokenizer.py",1303,0,"a",python,content +670,1178211,"train_tokenizer.py",1304,0,"",python,selection_keyboard +671,1178294,"train_tokenizer.py",1304,0,"t",python,content +672,1178296,"train_tokenizer.py",1305,0,"",python,selection_keyboard +673,1178458,"train_tokenizer.py",1305,0,"1",python,content +674,1178460,"train_tokenizer.py",1306,0,"",python,selection_keyboard +675,1178608,"train_tokenizer.py",1306,0,"6",python,content +676,1178610,"train_tokenizer.py",1307,0,"",python,selection_keyboard +677,1178825,"train_tokenizer.py",1306,0,"",python,selection_command +678,1182646,"train_tokenizer.py",1272,35," dtype: jnp.dtype = jnp.bfloat16",python,selection_command +679,1182769,"train_tokenizer.py",1231,76," param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,selection_command +680,1182966,"train_tokenizer.py",1231,0,"",python,selection_command +681,1184719,"train_lam.py",0,0,"",python,tab +682,1185651,"train_lam.py",0,0,"",python,selection_command +683,1186546,"train_lam.py",442,0,"",python,selection_command +684,1186836,"train_lam.py",1038,0,"",python,selection_command +685,1188150,"train_lam.py",1048,0,"",python,selection_command +686,1188399,"train_lam.py",1073,0,"",python,selection_command +687,1188431,"train_lam.py",1098,0,"",python,selection_command +688,1188464,"train_lam.py",1123,0,"",python,selection_command +689,1188497,"train_lam.py",1148,0,"",python,selection_command +690,1188530,"train_lam.py",1172,0,"",python,selection_command +691,1188563,"train_lam.py",1195,0,"",python,selection_command +692,1188727,"train_lam.py",1220,0,"",python,selection_command +693,1189118,"train_lam.py",1247,0,"\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +694,1189128,"train_lam.py",1252,0,"",python,selection_command +695,1193380,"train_dynamics.py",0,0,"",python,tab +696,1194047,"train_dynamics.py",0,0,"",python,selection_command +697,1196082,"train_dynamics.py",542,0,"",python,selection_command +698,1196661,"train_dynamics.py",554,0,"",python,selection_command +699,1196912,"train_dynamics.py",571,0,"",python,selection_command +700,1197115,"train_dynamics.py",554,0,"",python,selection_command +701,1197515,"train_dynamics.py",571,0,"",python,selection_command +702,1197735,"train_dynamics.py",600,0,"",python,selection_command +703,1197986,"train_dynamics.py",618,0,"",python,selection_command +704,1198017,"train_dynamics.py",640,0,"",python,selection_command +705,1198051,"train_dynamics.py",668,0,"",python,selection_command +706,1198084,"train_dynamics.py",695,0,"",python,selection_command +707,1198118,"train_dynamics.py",722,0,"",python,selection_command +708,1198152,"train_dynamics.py",745,0,"",python,selection_command +709,1198189,"train_dynamics.py",773,0,"",python,selection_command +710,1198225,"train_dynamics.py",804,0,"",python,selection_command +711,1198257,"train_dynamics.py",823,0,"",python,selection_command +712,1198289,"train_dynamics.py",848,0,"",python,selection_command +713,1198323,"train_dynamics.py",872,0,"",python,selection_command +714,1198358,"train_dynamics.py",897,0,"",python,selection_command +715,1198391,"train_dynamics.py",926,0,"",python,selection_command +716,1198426,"train_dynamics.py",942,0,"",python,selection_command +717,1198458,"train_dynamics.py",971,0,"",python,selection_command +718,1198497,"train_dynamics.py",1002,0,"",python,selection_command +719,1198530,"train_dynamics.py",1036,0,"",python,selection_command +720,1198558,"train_dynamics.py",1060,0,"",python,selection_command +721,1198591,"train_dynamics.py",1094,0,"",python,selection_command +722,1198624,"train_dynamics.py",1127,0,"",python,selection_command +723,1198657,"train_dynamics.py",1162,0,"",python,selection_command +724,1198691,"train_dynamics.py",1172,0,"",python,selection_command +725,1198725,"train_dynamics.py",1195,0,"",python,selection_command +726,1198758,"train_dynamics.py",1227,0,"",python,selection_command +727,1198796,"train_dynamics.py",1259,0,"",python,selection_command +728,1198826,"train_dynamics.py",1288,0,"",python,selection_command +729,1198858,"train_dynamics.py",1316,0,"",python,selection_command +730,1198891,"train_dynamics.py",1343,0,"",python,selection_command +731,1198924,"train_dynamics.py",1372,0,"",python,selection_command +732,1198959,"train_dynamics.py",1387,0,"",python,selection_command +733,1198991,"train_dynamics.py",1411,0,"",python,selection_command +734,1199024,"train_dynamics.py",1441,0,"",python,selection_command +735,1199057,"train_dynamics.py",1469,0,"",python,selection_command +736,1199200,"train_dynamics.py",1494,0,"",python,selection_command +737,1199502,"train_dynamics.py",1521,0,"\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16",python,content +738,1199507,"train_dynamics.py",1526,0,"",python,selection_command +739,1210952,"train_tokenizer.py",0,0,"",python,tab +740,1218921,"train_tokenizer.py",1230,0,"\n ",python,content +741,1219114,"train_tokenizer.py",1235,0,"#",python,content +742,1219116,"train_tokenizer.py",1236,0,"",python,selection_keyboard +743,1219192,"train_tokenizer.py",1236,0," ",python,content +744,1219195,"train_tokenizer.py",1237,0,"",python,selection_keyboard +745,1219414,"train_tokenizer.py",1237,0,"T",python,content +746,1219416,"train_tokenizer.py",1238,0,"",python,selection_keyboard +747,1219764,"train_tokenizer.py",1237,1,"",python,content +748,1220463,"train_tokenizer.py",1237,0,"T",python,content +749,1220464,"train_tokenizer.py",1238,0,"",python,selection_keyboard +750,1220756,"train_tokenizer.py",1237,1,"",python,content +751,1220812,"train_tokenizer.py",1237,0,"F",python,content +752,1220814,"train_tokenizer.py",1238,0,"",python,selection_keyboard +753,1220930,"train_tokenizer.py",1238,0,"I",python,content +754,1220931,"train_tokenizer.py",1239,0,"",python,selection_keyboard +755,1221007,"train_tokenizer.py",1239,0,"X",python,content +756,1221008,"train_tokenizer.py",1240,0,"",python,selection_keyboard +757,1221143,"train_tokenizer.py",1240,0,"M",python,content +758,1221143,"train_tokenizer.py",1241,0,"",python,selection_keyboard +759,1221241,"train_tokenizer.py",1241,0,"E",python,content +760,1221242,"train_tokenizer.py",1242,0,"",python,selection_keyboard +761,1221361,"train_tokenizer.py",1242,0,":",python,content +762,1221362,"train_tokenizer.py",1243,0,"",python,selection_keyboard +763,1221480,"train_tokenizer.py",1243,0," ",python,content +764,1221481,"train_tokenizer.py",1244,0,"",python,selection_keyboard +765,1221610,"train_tokenizer.py",1244,0,"()",python,content +766,1221612,"train_tokenizer.py",1245,0,"",python,selection_keyboard +767,1221952,"train_tokenizer.py",1244,2,"",python,content +768,1222109,"train_tokenizer.py",1243,1,"",python,content +769,1222262,"train_tokenizer.py",1242,1,"",python,content +770,1222348,"train_tokenizer.py",1242,0," ",python,content +771,1222350,"train_tokenizer.py",1243,0,"",python,selection_keyboard +772,1222492,"train_tokenizer.py",1243,0,"()",python,content +773,1222493,"train_tokenizer.py",1244,0,"",python,selection_keyboard +774,1222592,"train_tokenizer.py",1244,1,")",python,content +775,1222593,"train_tokenizer.py",1245,0,"",python,selection_keyboard +776,1222932,"train_tokenizer.py",1244,0,"",python,selection_keyboard +777,1223078,"train_tokenizer.py",1244,0,"f",python,content +778,1223079,"train_tokenizer.py",1245,0,"",python,selection_keyboard +779,1223176,"train_tokenizer.py",1245,0,".",python,content +780,1223177,"train_tokenizer.py",1246,0,"",python,selection_keyboard +781,1223252,"train_tokenizer.py",1246,0,"s",python,content +782,1223254,"train_tokenizer.py",1247,0,"",python,selection_keyboard +783,1223329,"train_tokenizer.py",1247,0,"r",python,content +784,1223330,"train_tokenizer.py",1248,0,"",python,selection_keyboard +785,1223425,"train_tokenizer.py",1248,0,"a",python,content +786,1223428,"train_tokenizer.py",1249,0,"",python,selection_keyboard +787,1223443,"train_tokenizer.py",1249,0,"m",python,content +788,1223446,"train_tokenizer.py",1250,0,"",python,selection_keyboard +789,1223661,"train_tokenizer.py",1250,0,"b",python,content +790,1223663,"train_tokenizer.py",1251,0,"",python,selection_keyboard +791,1223702,"train_tokenizer.py",1251,0,"i",python,content +792,1223703,"train_tokenizer.py",1252,0,"",python,selection_keyboard +793,1223750,"train_tokenizer.py",1252,0,"c",python,content +794,1223752,"train_tokenizer.py",1253,0,"",python,selection_keyboard +795,1223801,"train_tokenizer.py",1253,0,"a",python,content +796,1223802,"train_tokenizer.py",1254,0,"",python,selection_keyboard +797,1223911,"train_tokenizer.py",1254,0,"l",python,content +798,1223912,"train_tokenizer.py",1255,0,"",python,selection_keyboard +799,1224035,"train_tokenizer.py",1254,0,"",python,selection_command +800,1224269,"train_tokenizer.py",1256,0,"",python,selection_command +801,1224397,"train_tokenizer.py",1256,0,":",python,content +802,1224398,"train_tokenizer.py",1257,0,"",python,selection_keyboard +803,1224497,"train_tokenizer.py",1257,0," ",python,content +804,1224500,"train_tokenizer.py",1258,0,"",python,selection_keyboard +805,1226800,"train_tokenizer.py",1258,0,"s",python,content +806,1226802,"train_tokenizer.py",1259,0,"",python,selection_keyboard +807,1226845,"train_tokenizer.py",1259,0,"t",python,content +808,1226848,"train_tokenizer.py",1260,0,"",python,selection_keyboard +809,1226900,"train_tokenizer.py",1260,0,"i",python,content +810,1226902,"train_tokenizer.py",1261,0,"",python,selection_keyboard +811,1226958,"train_tokenizer.py",1261,0,"l",python,content +812,1226963,"train_tokenizer.py",1262,0,"",python,selection_keyboard +813,1227051,"train_tokenizer.py",1262,0,"l",python,content +814,1227052,"train_tokenizer.py",1263,0,"",python,selection_keyboard +815,1227134,"train_tokenizer.py",1263,0," ",python,content +816,1227135,"train_tokenizer.py",1264,0,"",python,selection_keyboard +817,1227297,"train_tokenizer.py",1264,0,"n",python,content +818,1227299,"train_tokenizer.py",1265,0,"",python,selection_keyboard +819,1227354,"train_tokenizer.py",1265,0,"e",python,content +820,1227355,"train_tokenizer.py",1266,0,"",python,selection_keyboard +821,1227491,"train_tokenizer.py",1266,0,"e",python,content +822,1227495,"train_tokenizer.py",1267,0,"",python,selection_keyboard +823,1227547,"train_tokenizer.py",1267,0,"d",python,content +824,1227548,"train_tokenizer.py",1268,0,"",python,selection_keyboard +825,1227590,"train_tokenizer.py",1268,0," ",python,content +826,1227591,"train_tokenizer.py",1269,0,"",python,selection_keyboard +827,1227744,"train_tokenizer.py",1269,0,"t",python,content +828,1227745,"train_tokenizer.py",1270,0,"",python,selection_keyboard +829,1227824,"train_tokenizer.py",1270,0,"o",python,content +830,1227825,"train_tokenizer.py",1271,0,"",python,selection_keyboard +831,1227864,"train_tokenizer.py",1271,0," ",python,content +832,1227866,"train_tokenizer.py",1272,0,"",python,selection_keyboard +833,1228010,"train_tokenizer.py",1272,0,"i",python,content +834,1228012,"train_tokenizer.py",1273,0,"",python,selection_keyboard +835,1228077,"train_tokenizer.py",1273,0,"m",python,content +836,1228078,"train_tokenizer.py",1274,0,"",python,selection_keyboard +837,1228177,"train_tokenizer.py",1274,0,"p",python,content +838,1228178,"train_tokenizer.py",1275,0,"",python,selection_keyboard +839,1228361,"train_tokenizer.py",1275,0,"l",python,content +840,1228362,"train_tokenizer.py",1276,0,"",python,selection_keyboard +841,1228428,"train_tokenizer.py",1276,0,"e",python,content +842,1228429,"train_tokenizer.py",1277,0,"",python,selection_keyboard +843,1228544,"train_tokenizer.py",1277,0,"m",python,content +844,1228546,"train_tokenizer.py",1278,0,"",python,selection_keyboard +845,1228592,"train_tokenizer.py",1278,0,"e",python,content +846,1228593,"train_tokenizer.py",1279,0,"",python,selection_keyboard +847,1228744,"train_tokenizer.py",1279,0,"n",python,content +848,1228746,"train_tokenizer.py",1280,0,"",python,selection_keyboard +849,1228765,"train_tokenizer.py",1280,0,"t",python,content +850,1228766,"train_tokenizer.py",1281,0,"",python,selection_keyboard +851,1228860,"train_tokenizer.py",1281,0," ",python,content +852,1228862,"train_tokenizer.py",1282,0,"",python,selection_keyboard +853,1230030,"train_tokenizer.py",1282,0,"m",python,content +854,1230033,"train_tokenizer.py",1283,0,"",python,selection_keyboard +855,1230095,"train_tokenizer.py",1283,0,"i",python,content +856,1230097,"train_tokenizer.py",1284,0,"",python,selection_keyboard +857,1230147,"train_tokenizer.py",1284,0,"x",python,content +858,1230148,"train_tokenizer.py",1285,0,"",python,selection_keyboard +859,1230283,"train_tokenizer.py",1285,0,"e",python,content +860,1230285,"train_tokenizer.py",1286,0,"",python,selection_keyboard +861,1230428,"train_tokenizer.py",1286,0,"d",python,content +862,1230429,"train_tokenizer.py",1287,0,"",python,selection_keyboard +863,1230493,"train_tokenizer.py",1287,0," ",python,content +864,1230496,"train_tokenizer.py",1288,0,"",python,selection_keyboard +865,1230628,"train_tokenizer.py",1288,0,"p",python,content +866,1230630,"train_tokenizer.py",1289,0,"",python,selection_keyboard +867,1230714,"train_tokenizer.py",1289,0,"r",python,content +868,1230715,"train_tokenizer.py",1290,0,"",python,selection_keyboard +869,1230765,"train_tokenizer.py",1290,0,"e",python,content +870,1230767,"train_tokenizer.py",1291,0,"",python,selection_keyboard +871,1230913,"train_tokenizer.py",1291,0,"c",python,content +872,1230914,"train_tokenizer.py",1292,0,"",python,selection_keyboard +873,1230997,"train_tokenizer.py",1292,0,"i",python,content +874,1230999,"train_tokenizer.py",1293,0,"",python,selection_keyboard +875,1231059,"train_tokenizer.py",1293,0,"s",python,content +876,1231060,"train_tokenizer.py",1294,0,"",python,selection_keyboard +877,1231161,"train_tokenizer.py",1294,0,"i",python,content +878,1231162,"train_tokenizer.py",1295,0,"",python,selection_keyboard +879,1231244,"train_tokenizer.py",1295,0,"o",python,content +880,1231245,"train_tokenizer.py",1296,0,"",python,selection_keyboard +881,1231281,"train_tokenizer.py",1296,0,"n",python,content +882,1231282,"train_tokenizer.py",1297,0,"",python,selection_keyboard +883,1231424,"train_tokenizer.py",1296,0,"",python,selection_command +884,1233567,"train_lam.py",0,0,"",python,tab +885,1234482,"train_lam.py",1248,0," # FIXME (f.srambical): still need to implement mixed precision\n",python,content +886,1234489,"train_lam.py",1252,0,"",python,selection_command +887,1236717,"train_dynamics.py",0,0,"",python,tab +888,1237751,"train_dynamics.py",1522,0," # FIXME (f.srambical): still need to implement mixed precision\n",python,content +889,1237758,"train_dynamics.py",1526,0,"",python,selection_command +890,1238280,"train_dynamics.py",1528,0,"",python,selection_command +891,1281554,"train_tokenizer.py",0,0,"",python,tab +892,1283277,"train_tokenizer.py",1477,0,"",python,selection_command +893,1283477,"train_tokenizer.py",1542,0,"",python,selection_command +894,1283804,"train_tokenizer.py",1785,0,"",python,selection_command +895,1284239,"train_tokenizer.py",3134,0,"",python,selection_command +896,1284966,"train_tokenizer.py",1785,0,"",python,selection_command +897,1285800,"train_tokenizer.py",3134,0,"",python,selection_command +898,1286414,"train_tokenizer.py",0,0,"",python,selection_command +899,1286694,"train_tokenizer.py",583,0,"",python,selection_command +900,1286899,"train_tokenizer.py",1076,0,"",python,selection_command +901,1287080,"train_tokenizer.py",1756,0,"",python,selection_command +902,1288247,"train_tokenizer.py",3262,0,"",python,selection_command +903,1288467,"train_tokenizer.py",4712,0,"",python,selection_command +904,1290018,"train_tokenizer.py",4970,0,"",python,selection_command +905,1291291,"train_tokenizer.py",4950,0,"",python,selection_command +906,1291629,"train_tokenizer.py",4970,0,"",python,selection_command +907,1292127,"train_tokenizer.py",4308,0,"",python,selection_command +908,1294061,"train_tokenizer.py",4340,0,"",python,selection_command +909,1294313,"train_tokenizer.py",4376,0,"",python,selection_command +910,1294343,"train_tokenizer.py",4410,0,"",python,selection_command +911,1294376,"train_tokenizer.py",4446,0,"",python,selection_command +912,1294409,"train_tokenizer.py",4484,0,"",python,selection_command +913,1294442,"train_tokenizer.py",4520,0,"",python,selection_command +914,1294475,"train_tokenizer.py",4556,0,"",python,selection_command +915,1294508,"train_tokenizer.py",4590,0,"",python,selection_command +916,1294649,"train_tokenizer.py",4620,0,"",python,selection_command +917,1295061,"train_tokenizer.py",4663,0,"",python,selection_command +918,1295201,"train_tokenizer.py",4663,0,"\n ",python,content +919,1296713,"train_tokenizer.py",4672,0,"p",python,content +920,1296715,"train_tokenizer.py",4673,0,"",python,selection_keyboard +921,1297044,"train_tokenizer.py",4673,0,"a",python,content +922,1297045,"train_tokenizer.py",4674,0,"",python,selection_keyboard +923,1297092,"train_tokenizer.py",4674,0,"r",python,content +924,1297093,"train_tokenizer.py",4675,0,"",python,selection_keyboard +925,1297197,"train_tokenizer.py",4675,0,"a",python,content +926,1297198,"train_tokenizer.py",4676,0,"",python,selection_keyboard +927,1297308,"train_tokenizer.py",4676,0,"m",python,content +928,1297312,"train_tokenizer.py",4677,0,"",python,selection_keyboard +929,1297526,"train_tokenizer.py",4677,0,"_",python,content +930,1297528,"train_tokenizer.py",4678,0,"",python,selection_keyboard +931,1297703,"train_tokenizer.py",4678,0,"d",python,content +932,1297705,"train_tokenizer.py",4679,0,"",python,selection_keyboard +933,1297845,"train_tokenizer.py",4679,0,"t",python,content +934,1297846,"train_tokenizer.py",4680,0,"",python,selection_keyboard +935,1297912,"train_tokenizer.py",4680,0,"y",python,content +936,1297915,"train_tokenizer.py",4681,0,"",python,selection_keyboard +937,1297968,"train_tokenizer.py",4681,0,"p",python,content +938,1297969,"train_tokenizer.py",4682,0,"",python,selection_keyboard +939,1298048,"train_tokenizer.py",4682,0,"e",python,content +940,1298050,"train_tokenizer.py",4683,0,"",python,selection_keyboard +941,1298274,"train_tokenizer.py",4683,0,"=",python,content +942,1298275,"train_tokenizer.py",4684,0,"",python,selection_keyboard +943,1302232,"train_tokenizer.py",4684,0,"p",python,content +944,1302234,"train_tokenizer.py",4685,0,"",python,selection_keyboard +945,1302323,"train_tokenizer.py",4685,0,"a",python,content +946,1302325,"train_tokenizer.py",4686,0,"",python,selection_keyboard +947,1302377,"train_tokenizer.py",4686,0,"r",python,content +948,1302380,"train_tokenizer.py",4687,0,"",python,selection_keyboard +949,1302461,"train_tokenizer.py",4687,0,"a",python,content +950,1302463,"train_tokenizer.py",4688,0,"",python,selection_keyboard +951,1302525,"train_tokenizer.py",4688,0,"m",python,content +952,1302532,"train_tokenizer.py",4689,0,"",python,selection_keyboard +953,1302780,"train_tokenizer.py",4689,0,"_",python,content +954,1302782,"train_tokenizer.py",4690,0,"",python,selection_keyboard +955,1302916,"train_tokenizer.py",4690,0,"d",python,content +956,1302917,"train_tokenizer.py",4691,0,"",python,selection_keyboard +957,1303077,"train_tokenizer.py",4691,0,"t",python,content +958,1303079,"train_tokenizer.py",4692,0,"",python,selection_keyboard +959,1303198,"train_tokenizer.py",4692,0,"e",python,content +960,1303199,"train_tokenizer.py",4693,0,"",python,selection_keyboard +961,1303250,"train_tokenizer.py",4693,0,"y",python,content +962,1303251,"train_tokenizer.py",4694,0,"",python,selection_keyboard +963,1303264,"train_tokenizer.py",4694,0,"p",python,content +964,1303265,"train_tokenizer.py",4695,0,"",python,selection_keyboard +965,1303699,"train_tokenizer.py",4694,1,"",python,content +966,1303842,"train_tokenizer.py",4693,1,"",python,content +967,1303951,"train_tokenizer.py",4692,1,"",python,content +968,1304179,"train_tokenizer.py",4692,0,"y",python,content +969,1304180,"train_tokenizer.py",4693,0,"",python,selection_keyboard +970,1304245,"train_tokenizer.py",4693,0,"p",python,content +971,1304246,"train_tokenizer.py",4694,0,"",python,selection_keyboard +972,1304358,"train_tokenizer.py",4694,0,"e",python,content +973,1304363,"train_tokenizer.py",4695,0,"",python,selection_keyboard +974,1304609,"train_tokenizer.py",4695,0,",",python,content +975,1304611,"train_tokenizer.py",4696,0,"",python,selection_keyboard +976,1304932,"train_tokenizer.py",4696,0,"\n ",python,content +977,1305975,"train_tokenizer.py",4705,0,"d",python,content +978,1305976,"train_tokenizer.py",4706,0,"",python,selection_keyboard +979,1306182,"train_tokenizer.py",4706,0,"t",python,content +980,1306183,"train_tokenizer.py",4707,0,"",python,selection_keyboard +981,1306291,"train_tokenizer.py",4707,0,"y",python,content +982,1306293,"train_tokenizer.py",4708,0,"",python,selection_keyboard +983,1306333,"train_tokenizer.py",4708,0,"p",python,content +984,1306334,"train_tokenizer.py",4709,0,"",python,selection_keyboard +985,1306416,"train_tokenizer.py",4709,0,"e",python,content +986,1306417,"train_tokenizer.py",4710,0,"",python,selection_keyboard +987,1306593,"train_tokenizer.py",4710,0,"=",python,content +988,1306595,"train_tokenizer.py",4711,0,"",python,selection_keyboard +989,1307467,"train_tokenizer.py",4711,0,"d",python,content +990,1307471,"train_tokenizer.py",4712,0,"",python,selection_keyboard +991,1307557,"train_tokenizer.py",4712,0,"t",python,content +992,1307559,"train_tokenizer.py",4713,0,"",python,selection_keyboard +993,1307639,"train_tokenizer.py",4713,0,"y",python,content +994,1307641,"train_tokenizer.py",4714,0,"",python,selection_keyboard +995,1307698,"train_tokenizer.py",4714,0,"p",python,content +996,1307699,"train_tokenizer.py",4715,0,"",python,selection_keyboard +997,1307810,"train_tokenizer.py",4715,0,"e",python,content +998,1307813,"train_tokenizer.py",4716,0,"",python,selection_keyboard +999,1308080,"train_tokenizer.py",4715,0,"",python,selection_command +1000,1309663,"train_tokenizer.py",4716,0,"",python,selection_command +1001,1309830,"train_tokenizer.py",4716,0,",",python,content +1002,1309832,"train_tokenizer.py",4717,0,"",python,selection_keyboard +1003,1309916,"train_tokenizer.py",4716,0,"",python,selection_command +1004,1310786,"train_tokenizer.py",4716,1,"",python,content +1005,1310789,"train_tokenizer.py",4715,0,"",python,selection_command +1006,1317409,"train_tokenizer.py",4682,0,"",python,selection_command +1007,1317660,"train_tokenizer.py",4634,0,"",python,selection_command +1008,1317692,"train_tokenizer.py",4604,0,"",python,selection_command +1009,1317725,"train_tokenizer.py",4570,0,"",python,selection_command +1010,1317759,"train_tokenizer.py",4534,0,"",python,selection_command +1011,1317793,"train_tokenizer.py",4498,0,"",python,selection_command +1012,1317825,"train_tokenizer.py",4460,0,"",python,selection_command +1013,1317859,"train_tokenizer.py",4424,0,"",python,selection_command +1014,1317892,"train_tokenizer.py",4390,0,"",python,selection_command +1015,1318032,"train_tokenizer.py",4354,0,"",python,selection_command +1016,1318198,"train_tokenizer.py",4322,0,"",python,selection_command +1017,1318469,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = nn.sigmoid(recon)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = nn.sigmoid(recon)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +1018,1318935,"models/tokenizer.py",205,0,"",python,selection_command +1019,1319184,"models/tokenizer.py",225,0,"",python,selection_command +1020,1319214,"models/tokenizer.py",232,0,"",python,selection_command +1021,1319246,"models/tokenizer.py",248,0,"",python,selection_command +1022,1319280,"models/tokenizer.py",267,0,"",python,selection_command +1023,1319313,"models/tokenizer.py",287,0,"",python,selection_command +1024,1319347,"models/tokenizer.py",308,0,"",python,selection_command +1025,1319381,"models/tokenizer.py",328,0,"",python,selection_command +1026,1319413,"models/tokenizer.py",348,0,"",python,selection_command +1027,1319446,"models/tokenizer.py",367,0,"",python,selection_command +1028,1319479,"models/tokenizer.py",386,0,"",python,selection_command +1029,1319946,"models/tokenizer.py",407,0,"",python,selection_command +1030,1320036,"models/tokenizer.py",407,0,"\n ",python,content +1031,1321685,"models/tokenizer.py",412,0,"p",python,content +1032,1321686,"models/tokenizer.py",413,0,"",python,selection_keyboard +1033,1321776,"models/tokenizer.py",413,0,"a",python,content +1034,1321777,"models/tokenizer.py",414,0,"",python,selection_keyboard +1035,1321815,"models/tokenizer.py",414,0,"r",python,content +1036,1321817,"models/tokenizer.py",415,0,"",python,selection_keyboard +1037,1321899,"models/tokenizer.py",415,0,"a",python,content +1038,1321901,"models/tokenizer.py",416,0,"",python,selection_keyboard +1039,1321983,"models/tokenizer.py",416,0,"m",python,content +1040,1321985,"models/tokenizer.py",417,0,"",python,selection_keyboard +1041,1322229,"models/tokenizer.py",417,0,"_",python,content +1042,1322230,"models/tokenizer.py",418,0,"",python,selection_keyboard +1043,1322429,"models/tokenizer.py",418,0,"d",python,content +1044,1322431,"models/tokenizer.py",419,0,"",python,selection_keyboard +1045,1322565,"models/tokenizer.py",419,0,"t",python,content +1046,1322567,"models/tokenizer.py",420,0,"",python,selection_keyboard +1047,1322659,"models/tokenizer.py",420,0,"y",python,content +1048,1322661,"models/tokenizer.py",421,0,"",python,selection_keyboard +1049,1322706,"models/tokenizer.py",421,0,"p",python,content +1050,1322707,"models/tokenizer.py",422,0,"",python,selection_keyboard +1051,1322813,"models/tokenizer.py",422,0,"e",python,content +1052,1322815,"models/tokenizer.py",423,0,"",python,selection_keyboard +1053,1323501,"models/tokenizer.py",423,0,":",python,content +1054,1323503,"models/tokenizer.py",424,0,"",python,selection_keyboard +1055,1323579,"models/tokenizer.py",424,0," ",python,content +1056,1323580,"models/tokenizer.py",425,0,"",python,selection_keyboard +1057,1324945,"models/tokenizer.py",425,0,"j",python,content +1058,1324947,"models/tokenizer.py",426,0,"",python,selection_keyboard +1059,1325050,"models/tokenizer.py",426,0,"n",python,content +1060,1325053,"models/tokenizer.py",427,0,"",python,selection_keyboard +1061,1325085,"models/tokenizer.py",427,0,"p",python,content +1062,1325088,"models/tokenizer.py",428,0,"",python,selection_keyboard +1063,1325308,"models/tokenizer.py",428,0,".",python,content +1064,1325311,"models/tokenizer.py",429,0,"",python,selection_keyboard +1065,1325413,"models/tokenizer.py",429,0,"f",python,content +1066,1325414,"models/tokenizer.py",430,0,"",python,selection_keyboard +1067,1325896,"models/tokenizer.py",429,1,"",python,content +1068,1327099,"models/tokenizer.py",429,0,"d",python,content +1069,1327101,"models/tokenizer.py",430,0,"",python,selection_keyboard +1070,1327180,"models/tokenizer.py",430,0,"t",python,content +1071,1327184,"models/tokenizer.py",431,0,"",python,selection_keyboard +1072,1327290,"models/tokenizer.py",431,0,"y",python,content +1073,1327294,"models/tokenizer.py",432,0,"",python,selection_keyboard +1074,1327332,"models/tokenizer.py",432,0,"p",python,content +1075,1327336,"models/tokenizer.py",433,0,"",python,selection_keyboard +1076,1327415,"models/tokenizer.py",433,0,"e",python,content +1077,1327418,"models/tokenizer.py",434,0,"",python,selection_keyboard +1078,1327632,"models/tokenizer.py",433,0,"",python,selection_command +1079,1329083,"models/tokenizer.py",429,0,"",python,selection_command +1080,1329230,"models/tokenizer.py",428,0,"",python,selection_command +1081,1329361,"models/tokenizer.py",425,0,"",python,selection_command +1082,1330424,"models/tokenizer.py",0,0,"",python,selection_command +1083,1330732,"models/tokenizer.py",36,0,"",python,selection_command +1084,1331042,"models/tokenizer.py",37,0,"",python,selection_command +1085,1335230,"models/tokenizer.py",60,0,"\n",python,content +1086,1335376,"models/tokenizer.py",61,0,"i",python,content +1087,1335378,"models/tokenizer.py",62,0,"",python,selection_keyboard +1088,1335458,"models/tokenizer.py",62,0,"m",python,content +1089,1335459,"models/tokenizer.py",63,0,"",python,selection_keyboard +1090,1335506,"models/tokenizer.py",63,0,"p",python,content +1091,1335508,"models/tokenizer.py",64,0,"",python,selection_keyboard +1092,1335566,"models/tokenizer.py",64,0,"o",python,content +1093,1335567,"models/tokenizer.py",65,0,"",python,selection_keyboard +1094,1335656,"models/tokenizer.py",65,0,"r",python,content +1095,1335657,"models/tokenizer.py",66,0,"",python,selection_keyboard +1096,1335730,"models/tokenizer.py",66,0,"t",python,content +1097,1335731,"models/tokenizer.py",67,0,"",python,selection_keyboard +1098,1335772,"models/tokenizer.py",67,0," ",python,content +1099,1335773,"models/tokenizer.py",68,0,"",python,selection_keyboard +1100,1338070,"models/tokenizer.py",68,0,"j",python,content +1101,1338072,"models/tokenizer.py",69,0,"",python,selection_keyboard +1102,1338171,"models/tokenizer.py",69,0,"a",python,content +1103,1338173,"models/tokenizer.py",70,0,"",python,selection_keyboard +1104,1338491,"models/tokenizer.py",70,0,"x",python,content +1105,1338494,"models/tokenizer.py",71,0,"",python,selection_keyboard +1106,1338607,"models/tokenizer.py",71,0,".",python,content +1107,1338610,"models/tokenizer.py",72,0,"",python,selection_keyboard +1108,1338772,"models/tokenizer.py",72,0,"n",python,content +1109,1338773,"models/tokenizer.py",73,0,"",python,selection_keyboard +1110,1338926,"models/tokenizer.py",73,0,"p",python,content +1111,1338927,"models/tokenizer.py",74,0,"",python,selection_keyboard +1112,1339041,"models/tokenizer.py",74,0," ",python,content +1113,1339042,"models/tokenizer.py",75,0,"",python,selection_keyboard +1114,1339213,"models/tokenizer.py",75,0,"a",python,content +1115,1339214,"models/tokenizer.py",76,0,"",python,selection_keyboard +1116,1339295,"models/tokenizer.py",76,0,"s",python,content +1117,1339297,"models/tokenizer.py",77,0,"",python,selection_keyboard +1118,1339381,"models/tokenizer.py",77,0," ",python,content +1119,1339382,"models/tokenizer.py",78,0,"",python,selection_keyboard +1120,1339550,"models/tokenizer.py",78,0,"n",python,content +1121,1339551,"models/tokenizer.py",79,0,"",python,selection_keyboard +1122,1339873,"models/tokenizer.py",78,1,"",python,content +1123,1340062,"models/tokenizer.py",78,0,"j",python,content +1124,1340063,"models/tokenizer.py",79,0,"",python,selection_keyboard +1125,1340263,"models/tokenizer.py",79,0,"n",python,content +1126,1340265,"models/tokenizer.py",80,0,"",python,selection_keyboard +1127,1340311,"models/tokenizer.py",80,0,"p",python,content +1128,1340312,"models/tokenizer.py",81,0,"",python,selection_keyboard +1129,1340547,"models/tokenizer.py",80,0,"",python,selection_command +1130,1340864,"models/tokenizer.py",78,0,"",python,selection_command +1131,1341000,"models/tokenizer.py",75,0,"",python,selection_command +1132,1341129,"models/tokenizer.py",72,0,"",python,selection_command +1133,1341330,"models/tokenizer.py",71,0,"",python,selection_command +1134,1341629,"models/tokenizer.py",72,0,"",python,selection_command +1135,1341864,"models/tokenizer.py",72,2,"",python,content +1136,1342007,"models/tokenizer.py",72,0,"n",python,content +1137,1342008,"models/tokenizer.py",73,0,"",python,selection_keyboard +1138,1342202,"models/tokenizer.py",73,0,"u",python,content +1139,1342202,"models/tokenizer.py",74,0,"",python,selection_keyboard +1140,1342765,"models/tokenizer.py",74,0,"m",python,content +1141,1342767,"models/tokenizer.py",75,0,"",python,selection_keyboard +1142,1342866,"models/tokenizer.py",75,0,"p",python,content +1143,1342868,"models/tokenizer.py",76,0,"",python,selection_keyboard +1144,1342985,"models/tokenizer.py",76,0,"y",python,content +1145,1342987,"models/tokenizer.py",77,0,"",python,selection_keyboard +1146,1343085,"models/tokenizer.py",76,0,"",python,selection_command +1147,1343801,"models/tokenizer.py",78,0,"",python,selection_command +1148,1343959,"models/tokenizer.py",81,0,"",python,selection_command +1149,1344431,"models/tokenizer.py",449,0,"",python,selection_command +1150,1349796,"models/tokenizer.py",458,0,"\n ",python,content +1151,1349944,"models/tokenizer.py",463,0,"d",python,content +1152,1349945,"models/tokenizer.py",464,0,"",python,selection_keyboard +1153,1350078,"models/tokenizer.py",464,0,"t",python,content +1154,1350079,"models/tokenizer.py",465,0,"",python,selection_keyboard +1155,1350159,"models/tokenizer.py",465,0,"y",python,content +1156,1350162,"models/tokenizer.py",466,0,"",python,selection_keyboard +1157,1350195,"models/tokenizer.py",466,0,"p",python,content +1158,1350197,"models/tokenizer.py",467,0,"",python,selection_keyboard +1159,1350273,"models/tokenizer.py",467,0,"e",python,content +1160,1350275,"models/tokenizer.py",468,0,"",python,selection_keyboard +1161,1350491,"models/tokenizer.py",468,0,":",python,content +1162,1350492,"models/tokenizer.py",469,0,"",python,selection_keyboard +1163,1350614,"models/tokenizer.py",469,0," ",python,content +1164,1350615,"models/tokenizer.py",470,0,"",python,selection_keyboard +1165,1350812,"models/tokenizer.py",470,0,"j",python,content +1166,1350814,"models/tokenizer.py",471,0,"",python,selection_keyboard +1167,1350947,"models/tokenizer.py",471,0,"n",python,content +1168,1350948,"models/tokenizer.py",472,0,"",python,selection_keyboard +1169,1351006,"models/tokenizer.py",472,0,"p",python,content +1170,1351007,"models/tokenizer.py",473,0,"",python,selection_keyboard +1171,1351212,"models/tokenizer.py",473,0,".",python,content +1172,1351215,"models/tokenizer.py",474,0,"",python,selection_keyboard +1173,1351316,"models/tokenizer.py",474,0,"d",python,content +1174,1351319,"models/tokenizer.py",475,0,"",python,selection_keyboard +1175,1351435,"models/tokenizer.py",475,0,"t",python,content +1176,1351437,"models/tokenizer.py",476,0,"",python,selection_keyboard +1177,1351524,"models/tokenizer.py",476,0,"y",python,content +1178,1351526,"models/tokenizer.py",477,0,"",python,selection_keyboard +1179,1351547,"models/tokenizer.py",477,0,"p",python,content +1180,1351549,"models/tokenizer.py",478,0,"",python,selection_keyboard +1181,1351637,"models/tokenizer.py",478,0,"e",python,content +1182,1351637,"models/tokenizer.py",479,0,"",python,selection_keyboard +1183,1351830,"models/tokenizer.py",478,0,"",python,selection_command +1184,1353039,"train_tokenizer.py",0,0,"",python,tab +1185,1355034,"train_tokenizer.py",4354,0,"",python,selection_command +1186,1355283,"train_tokenizer.py",4390,0,"",python,selection_command +1187,1355314,"train_tokenizer.py",4424,0,"",python,selection_command +1188,1355347,"train_tokenizer.py",4460,0,"",python,selection_command +1189,1355380,"train_tokenizer.py",4498,0,"",python,selection_command +1190,1355433,"train_tokenizer.py",4534,0,"",python,selection_command +1191,1355448,"train_tokenizer.py",4570,0,"",python,selection_command +1192,1355480,"train_tokenizer.py",4604,0,"",python,selection_command +1193,1355513,"train_tokenizer.py",4634,0,"",python,selection_command +1194,1355547,"train_tokenizer.py",4682,0,"",python,selection_command +1195,1355782,"train_tokenizer.py",4683,0,"",python,selection_command +1196,1355866,"train_tokenizer.py",4684,0,"",python,selection_command +1197,1356081,"train_tokenizer.py",4695,0,"",python,selection_command +1198,1356483,"train_tokenizer.py",4684,0,"",python,selection_command +1199,1356815,"train_tokenizer.py",4684,0,"a",python,content +1200,1356818,"train_tokenizer.py",4685,0,"",python,selection_keyboard +1201,1356909,"train_tokenizer.py",4685,0,"r",python,content +1202,1356913,"train_tokenizer.py",4686,0,"",python,selection_keyboard +1203,1357018,"train_tokenizer.py",4686,0,"g",python,content +1204,1357020,"train_tokenizer.py",4687,0,"",python,selection_keyboard +1205,1357081,"train_tokenizer.py",4687,0,"s",python,content +1206,1357085,"train_tokenizer.py",4688,0,"",python,selection_keyboard +1207,1357173,"train_tokenizer.py",4688,0,".",python,content +1208,1357175,"train_tokenizer.py",4689,0,"",python,selection_keyboard +1209,1357673,"train_tokenizer.py",4688,0,"",python,selection_command +1210,1357899,"train_tokenizer.py",4720,0,"",python,selection_command +1211,1358090,"train_tokenizer.py",4716,0,"",python,selection_command +1212,1358596,"train_tokenizer.py",4716,0,"a",python,content +1213,1358597,"train_tokenizer.py",4717,0,"",python,selection_keyboard +1214,1358673,"train_tokenizer.py",4717,0,"r",python,content +1215,1358676,"train_tokenizer.py",4718,0,"",python,selection_keyboard +1216,1358817,"train_tokenizer.py",4718,0,"g",python,content +1217,1358819,"train_tokenizer.py",4719,0,"",python,selection_keyboard +1218,1358858,"train_tokenizer.py",4719,0,"s",python,content +1219,1358859,"train_tokenizer.py",4720,0,"",python,selection_keyboard +1220,1358973,"train_tokenizer.py",4720,0,".",python,content +1221,1358974,"train_tokenizer.py",4721,0,"",python,selection_keyboard +1222,1359108,"train_tokenizer.py",4720,0,"",python,selection_command +1223,1359946,"train_tokenizer.py",4682,0,"",python,selection_command +1224,1360023,"train_tokenizer.py",4683,0,"",python,selection_command +1225,1360145,"train_tokenizer.py",4684,0,"",python,selection_command +1226,1360347,"train_tokenizer.py",4688,0,"",python,selection_command +1227,1360498,"train_tokenizer.py",4689,0,"",python,selection_command +1228,1360682,"train_tokenizer.py",4664,0,"",python,selection_command +1229,1366112,"models/tokenizer.py",0,0,"",python,tab +1230,1366197,"models/tokenizer.py",480,0,"",python,selection_command +1231,1366781,"models/tokenizer.py",481,0,"",python,selection_command +1232,1366913,"models/tokenizer.py",480,0,"",python,selection_command +1233,1367064,"models/tokenizer.py",459,0,"",python,selection_command +1234,1367207,"models/tokenizer.py",432,0,"",python,selection_command +1235,1367426,"models/tokenizer.py",431,0,"\n ",python,content +1236,1367528,"models/tokenizer.py",436,0,"#",python,content +1237,1367529,"models/tokenizer.py",437,0,"",python,selection_keyboard +1238,1367734,"models/tokenizer.py",437,0," ",python,content +1239,1367735,"models/tokenizer.py",438,0,"",python,selection_keyboard +1240,1367928,"models/tokenizer.py",438,0,"F",python,content +1241,1367929,"models/tokenizer.py",439,0,"",python,selection_keyboard +1242,1368006,"models/tokenizer.py",439,0,"I",python,content +1243,1368007,"models/tokenizer.py",440,0,"",python,selection_keyboard +1244,1368047,"models/tokenizer.py",440,0,"X",python,content +1245,1368048,"models/tokenizer.py",441,0,"",python,selection_keyboard +1246,1368162,"models/tokenizer.py",441,0,"M",python,content +1247,1368162,"models/tokenizer.py",442,0,"",python,selection_keyboard +1248,1368266,"models/tokenizer.py",442,0,"E",python,content +1249,1368268,"models/tokenizer.py",443,0,"",python,selection_keyboard +1250,1368379,"models/tokenizer.py",443,0," ",python,content +1251,1368380,"models/tokenizer.py",444,0,"",python,selection_keyboard +1252,1368499,"models/tokenizer.py",444,0,"()",python,content +1253,1368500,"models/tokenizer.py",445,0,"",python,selection_keyboard +1254,1368812,"models/tokenizer.py",445,0,"f",python,content +1255,1368813,"models/tokenizer.py",446,0,"",python,selection_keyboard +1256,1368957,"models/tokenizer.py",446,0,".",python,content +1257,1368958,"models/tokenizer.py",447,0,"",python,selection_keyboard +1258,1369048,"models/tokenizer.py",447,0,"s",python,content +1259,1369052,"models/tokenizer.py",448,0,"",python,selection_keyboard +1260,1369128,"models/tokenizer.py",448,0,"r",python,content +1261,1369129,"models/tokenizer.py",449,0,"",python,selection_keyboard +1262,1369197,"models/tokenizer.py",449,0,"a",python,content +1263,1369199,"models/tokenizer.py",450,0,"",python,selection_keyboard +1264,1369246,"models/tokenizer.py",450,0,"m",python,content +1265,1369247,"models/tokenizer.py",451,0,"",python,selection_keyboard +1266,1369404,"models/tokenizer.py",451,0,"b",python,content +1267,1369405,"models/tokenizer.py",452,0,"",python,selection_keyboard +1268,1369534,"models/tokenizer.py",452,0,"c",python,content +1269,1369535,"models/tokenizer.py",453,0,"",python,selection_keyboard +1270,1369880,"models/tokenizer.py",452,1,"",python,content +1271,1370079,"models/tokenizer.py",452,0,"i",python,content +1272,1370080,"models/tokenizer.py",453,0,"",python,selection_keyboard +1273,1370133,"models/tokenizer.py",453,0,"c",python,content +1274,1370134,"models/tokenizer.py",454,0,"",python,selection_keyboard +1275,1370179,"models/tokenizer.py",454,0,"a",python,content +1276,1370180,"models/tokenizer.py",455,0,"",python,selection_keyboard +1277,1370252,"models/tokenizer.py",455,0,"l",python,content +1278,1370253,"models/tokenizer.py",456,0,"",python,selection_keyboard +1279,1370465,"models/tokenizer.py",456,1,")",python,content +1280,1370466,"models/tokenizer.py",457,0,"",python,selection_keyboard +1281,1371065,"models/tokenizer.py",457,0,":",python,content +1282,1371066,"models/tokenizer.py",458,0,"",python,selection_keyboard +1283,1371182,"models/tokenizer.py",458,0," ",python,content +1284,1371183,"models/tokenizer.py",459,0,"",python,selection_keyboard +1285,1371410,"models/tokenizer.py",459,0,"c",python,content +1286,1371413,"models/tokenizer.py",460,0,"",python,selection_keyboard +1287,1371500,"models/tokenizer.py",460,0,"h",python,content +1288,1371501,"models/tokenizer.py",461,0,"",python,selection_keyboard +1289,1371548,"models/tokenizer.py",461,0,"e",python,content +1290,1371548,"models/tokenizer.py",462,0,"",python,selection_keyboard +1291,1371615,"models/tokenizer.py",462,0,"c",python,content +1292,1371616,"models/tokenizer.py",463,0,"",python,selection_keyboard +1293,1371700,"models/tokenizer.py",463,0,"k",python,content +1294,1371700,"models/tokenizer.py",464,0,"",python,selection_keyboard +1295,1371799,"models/tokenizer.py",464,0," ",python,content +1296,1371800,"models/tokenizer.py",465,0,"",python,selection_keyboard +1297,1372199,"models/tokenizer.py",465,0,"w",python,content +1298,1372202,"models/tokenizer.py",466,0,"",python,selection_keyboard +1299,1372283,"models/tokenizer.py",466,0,"h",python,content +1300,1372284,"models/tokenizer.py",467,0,"",python,selection_keyboard +1301,1372375,"models/tokenizer.py",467,0,"e",python,content +1302,1372376,"models/tokenizer.py",468,0,"",python,selection_keyboard +1303,1372413,"models/tokenizer.py",468,0,"t",python,content +1304,1372414,"models/tokenizer.py",469,0,"",python,selection_keyboard +1305,1372564,"models/tokenizer.py",469,0,"h",python,content +1306,1372565,"models/tokenizer.py",470,0,"",python,selection_keyboard +1307,1372608,"models/tokenizer.py",470,0,"e",python,content +1308,1372609,"models/tokenizer.py",471,0,"",python,selection_keyboard +1309,1372674,"models/tokenizer.py",471,0,"r",python,content +1310,1372675,"models/tokenizer.py",472,0,"",python,selection_keyboard +1311,1372727,"models/tokenizer.py",472,0," ",python,content +1312,1372728,"models/tokenizer.py",473,0,"",python,selection_keyboard +1313,1378947,"models/tokenizer.py",473,0,"f",python,content +1314,1378948,"models/tokenizer.py",474,0,"",python,selection_keyboard +1315,1379064,"models/tokenizer.py",474,0,"a",python,content +1316,1379065,"models/tokenizer.py",475,0,"",python,selection_keyboard +1317,1379072,"models/tokenizer.py",475,0,"l",python,content +1318,1379073,"models/tokenizer.py",476,0,"",python,selection_keyboard +1319,1379226,"models/tokenizer.py",476,0,"x",python,content +1320,1379227,"models/tokenizer.py",477,0,"",python,selection_keyboard +1321,1379282,"models/tokenizer.py",477,0," ",python,content +1322,1379283,"models/tokenizer.py",478,0,"",python,selection_keyboard +1323,1379423,"models/tokenizer.py",478,0,"w",python,content +1324,1379426,"models/tokenizer.py",479,0,"",python,selection_keyboard +1325,1379519,"models/tokenizer.py",479,0,"i",python,content +1326,1379521,"models/tokenizer.py",480,0,"",python,selection_keyboard +1327,1379775,"models/tokenizer.py",478,2,"",python,content +1328,1379893,"models/tokenizer.py",473,5,"",python,content +1329,1380029,"models/tokenizer.py",473,0,"f",python,content +1330,1380030,"models/tokenizer.py",474,0,"",python,selection_keyboard +1331,1380101,"models/tokenizer.py",474,0,"l",python,content +1332,1380102,"models/tokenizer.py",475,0,"",python,selection_keyboard +1333,1380157,"models/tokenizer.py",475,0,"a",python,content +1334,1380158,"models/tokenizer.py",476,0,"",python,selection_keyboard +1335,1380314,"models/tokenizer.py",476,0,"x",python,content +1336,1380315,"models/tokenizer.py",477,0,"",python,selection_keyboard +1337,1380341,"models/tokenizer.py",477,0," ",python,content +1338,1380343,"models/tokenizer.py",478,0,"",python,selection_keyboard +1339,1380497,"models/tokenizer.py",478,0,"a",python,content +1340,1380498,"models/tokenizer.py",479,0,"",python,selection_keyboard +1341,1380589,"models/tokenizer.py",479,0,"u",python,content +1342,1380590,"models/tokenizer.py",480,0,"",python,selection_keyboard +1343,1380679,"models/tokenizer.py",480,0,"t",python,content +1344,1380679,"models/tokenizer.py",481,0,"",python,selection_keyboard +1345,1380754,"models/tokenizer.py",481,0,"o",python,content +1346,1380755,"models/tokenizer.py",482,0,"",python,selection_keyboard +1347,1380803,"models/tokenizer.py",482,0,"m",python,content +1348,1380804,"models/tokenizer.py",483,0,"",python,selection_keyboard +1349,1380877,"models/tokenizer.py",483,0,"a",python,content +1350,1380878,"models/tokenizer.py",484,0,"",python,selection_keyboard +1351,1380946,"models/tokenizer.py",484,0,"t",python,content +1352,1380947,"models/tokenizer.py",485,0,"",python,selection_keyboard +1353,1381025,"models/tokenizer.py",485,0,"i",python,content +1354,1381025,"models/tokenizer.py",486,0,"",python,selection_keyboard +1355,1381109,"models/tokenizer.py",486,0,"c",python,content +1356,1381110,"models/tokenizer.py",487,0,"",python,selection_keyboard +1357,1381173,"models/tokenizer.py",487,0,"a",python,content +1358,1381174,"models/tokenizer.py",488,0,"",python,selection_keyboard +1359,1381224,"models/tokenizer.py",488,0,"l",python,content +1360,1381224,"models/tokenizer.py",489,0,"",python,selection_keyboard +1361,1381346,"models/tokenizer.py",489,0,"l",python,content +1362,1381347,"models/tokenizer.py",490,0,"",python,selection_keyboard +1363,1381464,"models/tokenizer.py",490,0,"y",python,content +1364,1381464,"models/tokenizer.py",491,0,"",python,selection_keyboard +1365,1381523,"models/tokenizer.py",491,0," ",python,content +1366,1381524,"models/tokenizer.py",492,0,"",python,selection_keyboard +1367,1383251,"models/tokenizer.py",492,0,"c",python,content +1368,1383252,"models/tokenizer.py",493,0,"",python,selection_keyboard +1369,1383324,"models/tokenizer.py",493,0,"a",python,content +1370,1383329,"models/tokenizer.py",494,0,"",python,selection_keyboard +1371,1383417,"models/tokenizer.py",494,0,"s",python,content +1372,1383419,"models/tokenizer.py",495,0,"",python,selection_keyboard +1373,1383631,"models/tokenizer.py",495,0,"t",python,content +1374,1383632,"models/tokenizer.py",496,0,"",python,selection_keyboard +1375,1383820,"models/tokenizer.py",496,0," ",python,content +1376,1383823,"models/tokenizer.py",497,0,"",python,selection_keyboard +1377,1384289,"models/tokenizer.py",496,1,"",python,content +1378,1384312,"models/tokenizer.py",496,0,"s",python,content +1379,1384314,"models/tokenizer.py",497,0,"",python,selection_keyboard +1380,1384389,"models/tokenizer.py",497,0," ",python,content +1381,1384390,"models/tokenizer.py",498,0,"",python,selection_keyboard +1382,1386680,"models/tokenizer.py",498,0,"i",python,content +1383,1386681,"models/tokenizer.py",499,0,"",python,selection_keyboard +1384,1386728,"models/tokenizer.py",499,0,"n",python,content +1385,1386730,"models/tokenizer.py",500,0,"",python,selection_keyboard +1386,1386879,"models/tokenizer.py",500,0,"p",python,content +1387,1386880,"models/tokenizer.py",501,0,"",python,selection_keyboard +1388,1386933,"models/tokenizer.py",501,0,"u",python,content +1389,1386934,"models/tokenizer.py",502,0,"",python,selection_keyboard +1390,1386980,"models/tokenizer.py",502,0,"t",python,content +1391,1386981,"models/tokenizer.py",503,0,"",python,selection_keyboard +1392,1387064,"models/tokenizer.py",503,0,"s",python,content +1393,1387066,"models/tokenizer.py",504,0,"",python,selection_keyboard +1394,1387113,"models/tokenizer.py",504,0," ",python,content +1395,1387114,"models/tokenizer.py",505,0,"",python,selection_keyboard +1396,1387313,"models/tokenizer.py",505,0,"a",python,content +1397,1387315,"models/tokenizer.py",506,0,"",python,selection_keyboard +1398,1387408,"models/tokenizer.py",506,0,"n",python,content +1399,1387409,"models/tokenizer.py",507,0,"",python,selection_keyboard +1400,1387465,"models/tokenizer.py",507,0,"d",python,content +1401,1387466,"models/tokenizer.py",508,0,"",python,selection_keyboard +1402,1387530,"models/tokenizer.py",508,0," ",python,content +1403,1387531,"models/tokenizer.py",509,0,"",python,selection_keyboard +1404,1387658,"models/tokenizer.py",509,0,"h",python,content +1405,1387661,"models/tokenizer.py",510,0,"",python,selection_keyboard +1406,1387761,"models/tokenizer.py",510,0,"a",python,content +1407,1387762,"models/tokenizer.py",511,0,"",python,selection_keyboard +1408,1387830,"models/tokenizer.py",511,0,"n",python,content +1409,1387831,"models/tokenizer.py",512,0,"",python,selection_keyboard +1410,1387916,"models/tokenizer.py",512,0,"d",python,content +1411,1387916,"models/tokenizer.py",513,0,"",python,selection_keyboard +1412,1388018,"models/tokenizer.py",513,0,"l",python,content +1413,1388019,"models/tokenizer.py",514,0,"",python,selection_keyboard +1414,1388100,"models/tokenizer.py",514,0,"e",python,content +1415,1388103,"models/tokenizer.py",515,0,"",python,selection_keyboard +1416,1388155,"models/tokenizer.py",515,0," ",python,content +1417,1388156,"models/tokenizer.py",516,0,"",python,selection_keyboard +1418,1388295,"models/tokenizer.py",516,0,"c",python,content +1419,1388296,"models/tokenizer.py",517,0,"",python,selection_keyboard +1420,1388315,"models/tokenizer.py",517,0,"o",python,content +1421,1388316,"models/tokenizer.py",518,0,"",python,selection_keyboard +1422,1388346,"models/tokenizer.py",518,0,"m",python,content +1423,1388347,"models/tokenizer.py",519,0,"",python,selection_keyboard +1424,1388466,"models/tokenizer.py",519,0,"p",python,content +1425,1388466,"models/tokenizer.py",520,0,"",python,selection_keyboard +1426,1388559,"models/tokenizer.py",520,0,"u",python,content +1427,1388561,"models/tokenizer.py",521,0,"",python,selection_keyboard +1428,1388597,"models/tokenizer.py",521,0,"t",python,content +1429,1388598,"models/tokenizer.py",522,0,"",python,selection_keyboard +1430,1388642,"models/tokenizer.py",522,0,"e",python,content +1431,1388642,"models/tokenizer.py",523,0,"",python,selection_keyboard +1432,1388705,"models/tokenizer.py",523,0," ",python,content +1433,1388706,"models/tokenizer.py",524,0,"",python,selection_keyboard +1434,1390233,"models/tokenizer.py",524,0,"i",python,content +1435,1390234,"models/tokenizer.py",525,0,"",python,selection_keyboard +1436,1390310,"models/tokenizer.py",525,0,"n",python,content +1437,1390312,"models/tokenizer.py",526,0,"",python,selection_keyboard +1438,1390619,"models/tokenizer.py",526,0,"b",python,content +1439,1390620,"models/tokenizer.py",527,0,"",python,selection_keyboard +1440,1390729,"models/tokenizer.py",527,0,"f",python,content +1441,1390730,"models/tokenizer.py",528,0,"",python,selection_keyboard +1442,1391025,"models/tokenizer.py",527,1,"",python,content +1443,1391131,"models/tokenizer.py",526,1,"",python,content +1444,1391201,"models/tokenizer.py",526,0," ",python,content +1445,1391202,"models/tokenizer.py",527,0,"",python,selection_keyboard +1446,1391334,"models/tokenizer.py",527,0,"b",python,content +1447,1391335,"models/tokenizer.py",528,0,"",python,selection_keyboard +1448,1391476,"models/tokenizer.py",528,0,"f",python,content +1449,1391477,"models/tokenizer.py",529,0,"",python,selection_keyboard +1450,1391525,"models/tokenizer.py",529,0,"l",python,content +1451,1391528,"models/tokenizer.py",530,0,"",python,selection_keyboard +1452,1391666,"models/tokenizer.py",530,0,"o",python,content +1453,1391667,"models/tokenizer.py",531,0,"",python,selection_keyboard +1454,1391708,"models/tokenizer.py",531,0,"a",python,content +1455,1391709,"models/tokenizer.py",532,0,"",python,selection_keyboard +1456,1391814,"models/tokenizer.py",532,0,"t",python,content +1457,1391817,"models/tokenizer.py",533,0,"",python,selection_keyboard +1458,1392128,"models/tokenizer.py",533,0,"1",python,content +1459,1392129,"models/tokenizer.py",534,0,"",python,selection_keyboard +1460,1392262,"models/tokenizer.py",534,0,"6",python,content +1461,1392263,"models/tokenizer.py",535,0,"",python,selection_keyboard +1462,1392383,"models/tokenizer.py",534,0,"",python,selection_command +1463,1393867,"models/tokenizer.py",535,0,"",python,selection_command +1464,1396060,"models/tokenizer.py",534,0,"",python,selection_command +1465,1396262,"models/tokenizer.py",527,0,"",python,selection_command +1466,1396514,"models/tokenizer.py",524,0,"",python,selection_command +1467,1396545,"models/tokenizer.py",516,0,"",python,selection_command +1468,1396579,"models/tokenizer.py",509,0,"",python,selection_command +1469,1396613,"models/tokenizer.py",505,0,"",python,selection_command +1470,1396646,"models/tokenizer.py",498,0,"",python,selection_command +1471,1396679,"models/tokenizer.py",492,0,"",python,selection_command +1472,1396715,"models/tokenizer.py",478,0,"",python,selection_command +1473,1396748,"models/tokenizer.py",473,0,"",python,selection_command +1474,1396780,"models/tokenizer.py",465,0,"",python,selection_command +1475,1396947,"models/tokenizer.py",473,0,"",python,selection_command +1476,1397129,"models/tokenizer.py",478,0,"",python,selection_command +1477,1397279,"models/tokenizer.py",492,0,"",python,selection_command +1478,1397435,"models/tokenizer.py",498,0,"",python,selection_command +1479,1397719,"models/tokenizer.py",492,0,"",python,selection_command +1480,1397897,"models/tokenizer.py",492,5,"",python,content +1481,1398949,"models/tokenizer.py",491,0,"",python,selection_command +1482,1399036,"models/tokenizer.py",478,0,"",python,selection_command +1483,1399497,"models/tokenizer.py",478,0,"w",python,content +1484,1399498,"models/tokenizer.py",479,0,"",python,selection_keyboard +1485,1399628,"models/tokenizer.py",479,0,"i",python,content +1486,1399629,"models/tokenizer.py",480,0,"",python,selection_keyboard +1487,1399694,"models/tokenizer.py",480,0,"l",python,content +1488,1399696,"models/tokenizer.py",481,0,"",python,selection_keyboard +1489,1399861,"models/tokenizer.py",481,0,"l",python,content +1490,1399862,"models/tokenizer.py",482,0,"",python,selection_keyboard +1491,1399911,"models/tokenizer.py",482,0," ",python,content +1492,1399913,"models/tokenizer.py",483,0,"",python,selection_keyboard +1493,1400067,"models/tokenizer.py",482,0,"",python,selection_command +1494,1400279,"models/tokenizer.py",495,0,"",python,selection_command +1495,1400636,"models/tokenizer.py",496,0,"",python,selection_command +1496,1400723,"models/tokenizer.py",497,0,"",python,selection_command +1497,1400999,"models/tokenizer.py",497,0,"c",python,content +1498,1401000,"models/tokenizer.py",498,0,"",python,selection_keyboard +1499,1401062,"models/tokenizer.py",498,0,"a",python,content +1500,1401063,"models/tokenizer.py",499,0,"",python,selection_keyboard +1501,1401162,"models/tokenizer.py",499,0,"s",python,content +1502,1401163,"models/tokenizer.py",500,0,"",python,selection_keyboard +1503,1401240,"models/tokenizer.py",500,0,"t",python,content +1504,1401242,"models/tokenizer.py",501,0,"",python,selection_keyboard +1505,1401472,"models/tokenizer.py",500,0,"",python,selection_command +1506,1417654,"train_tokenizer.py",0,0,"",python,tab +1507,1419879,"train_tokenizer.py",4664,37," param_dtype=args.param_dtype,",python,selection_command +1508,1420110,"train_tokenizer.py",4664,62," param_dtype=args.param_dtype,\n dtype=args.dtype",python,selection_command +1509,1420298,"train_tokenizer.py",4664,0,"",python,selection_command +1510,1421996,"train_lam.py",0,0,"",python,tab +1511,1422681,"train_lam.py",1859,0,"",python,selection_command +1512,1422823,"train_lam.py",2850,0,"",python,selection_command +1513,1422999,"train_lam.py",3728,0,"",python,selection_command +1514,1423498,"train_lam.py",2850,0,"",python,selection_command +1515,1424373,"train_lam.py",3728,0,"",python,selection_command +1516,1424529,"train_lam.py",4503,0,"",python,selection_command +1517,1424707,"train_lam.py",5274,0,"",python,selection_command +1518,1425367,"train_lam.py",4503,0,"",python,selection_command +1519,1425614,"train_lam.py",5274,0,"",python,selection_command +1520,1426023,"train_lam.py",4927,0,"",python,selection_keyboard +1521,1426263,"train_lam.py",4893,0,"",python,selection_command +1522,1426445,"train_lam.py",4927,0,"",python,selection_command +1523,1426598,"train_lam.py",4957,0,"",python,selection_command +1524,1427046,"train_lam.py",4996,0,"\n param_dtype=args.param_dtype,\n dtype=args.dtype",python,content +1525,1427058,"train_lam.py",5005,0,"",python,selection_command +1526,1427932,"train_lam.py",5043,0,"",python,selection_command +1527,1428133,"train_lam.py",5059,0,"",python,selection_command +1528,1428229,"train_lam.py",5059,0,",",python,content +1529,1428230,"train_lam.py",5060,0,"",python,selection_keyboard +1530,1428366,"train_lam.py",5059,0,"",python,selection_command +1531,1429473,"train_tokenizer.py",0,0,"",python,tab +1532,1430012,"train_tokenizer.py",4702,0,"",python,selection_command +1533,1430180,"train_tokenizer.py",4726,0,"",python,selection_command +1534,1430357,"train_tokenizer.py",4726,0,",",python,content +1535,1430360,"train_tokenizer.py",4727,0,"",python,selection_keyboard +1536,1430501,"train_tokenizer.py",4726,0,"",python,selection_command +1537,1431389,"train_lam.py",0,0,"",python,tab +1538,1431981,"train_lam.py",5021,0,"",python,selection_command +1539,1433233,"train_lam.py",4973,0,"",python,selection_command +1540,1433483,"train_lam.py",4943,0,"",python,selection_command +1541,1433514,"train_lam.py",4909,0,"",python,selection_command +1542,1433546,"train_lam.py",4873,0,"",python,selection_command +1543,1433579,"train_lam.py",4837,0,"",python,selection_command +1544,1433614,"train_lam.py",4799,0,"",python,selection_command +1545,1433647,"train_lam.py",4763,0,"",python,selection_command +1546,1433679,"train_lam.py",4729,0,"",python,selection_command +1547,1433713,"train_lam.py",4693,0,"",python,selection_command +1548,1433840,"train_lam.py",4664,0,"",python,selection_command +1549,1434214,"train_lam.py",4650,0,"",python,selection_command +1550,1435004,"models/lam.py",0,0,"from typing import Dict, Any\n\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass LatentActionModel(nn.Module):\n """"""Latent Action ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n\n def setup(self):\n self.patch_token_dim = self.in_dim * self.patch_size**2\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.action_in = self.param(\n ""action_in"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.patch_token_dim),\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.patch_up = nn.Dense(self.model_dim)\n self.action_up = nn.Dense(self.model_dim)\n self.decoder = STTransformer(\n self.model_dim,\n self.patch_token_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Encode + VQ ---\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n video_action_patches = self.action_up(outputs[""z_q""]) + self.patch_up(\n outputs[""patches""][:, :-1]\n )\n del outputs[""patches""]\n\n # --- Decode ---\n video_recon = self.decoder(video_action_patches)\n video_recon = nn.sigmoid(video_recon)\n outputs[""recon""] = unpatchify(video_recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess videos ---\n B, T = videos.shape[:2]\n patches = patchify(videos, self.patch_size)\n action_pad = jnp.broadcast_to(self.action_in, (B, T, 1, self.patch_token_dim))\n padded_patches = jnp.concatenate((action_pad, patches), axis=2)\n\n # --- Encode ---\n z = self.encoder(padded_patches) # (B, T, N, E)\n # Get latent action for all future frames\n z = z[:, 1:, 0] # (B, T-1, E)\n\n # --- Vector quantize ---\n z = z.reshape(B * (T - 1), self.latent_dim)\n z_q, z, emb, indices = self.vq(z, training)\n z_q = z_q.reshape(B, T - 1, 1, self.latent_dim)\n return dict(patches=patches, z_q=z_q, z=z, emb=emb, indices=indices)\n",python,tab +1551,1436254,"models/tokenizer.py",0,0,"",python,tab +1552,1437377,"models/tokenizer.py",432,107," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16",python,selection_command +1553,1437477,"models/tokenizer.py",432,134," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype",python,selection_command +1554,1437596,"models/tokenizer.py",432,155," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +1555,1437793,"models/tokenizer.py",432,0,"",python,selection_command +1556,1438235,"models/lam.py",0,0,"",python,tab +1557,1438679,"models/lam.py",225,0,"",python,selection_command +1558,1438937,"models/lam.py",259,0,"",python,selection_command +1559,1438962,"models/lam.py",266,0,"",python,selection_command +1560,1438993,"models/lam.py",282,0,"",python,selection_command +1561,1439025,"models/lam.py",301,0,"",python,selection_command +1562,1439062,"models/lam.py",321,0,"",python,selection_command +1563,1439095,"models/lam.py",342,0,"",python,selection_command +1564,1439129,"models/lam.py",362,0,"",python,selection_command +1565,1439162,"models/lam.py",382,0,"",python,selection_command +1566,1439195,"models/lam.py",401,0,"",python,selection_command +1567,1439381,"models/lam.py",420,0,"",python,selection_command +1568,1439549,"models/lam.py",442,0,"",python,selection_command +1569,1439766,"models/lam.py",420,0,"",python,selection_command +1570,1439898,"models/lam.py",441,0,"\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,content +1571,1439907,"models/lam.py",446,0,"",python,selection_command +1572,1441003,"models/lam.py",554,0,"",python,selection_command +1573,1445695,"train_dynamics.py",0,0,"",python,tab +1574,1447307,"train_dynamics.py",4058,0,"",python,selection_command +1575,1448443,"train_dynamics.py",4916,0,"",python,selection_command +1576,1450975,"train_lam.py",0,0,"",python,tab +1577,1451465,"train_lam.py",4679,0,"",python,selection_command +1578,1451715,"train_lam.py",4715,0,"",python,selection_command +1579,1451747,"train_lam.py",4749,0,"",python,selection_command +1580,1451779,"train_lam.py",4785,0,"",python,selection_command +1581,1451813,"train_lam.py",4823,0,"",python,selection_command +1582,1451847,"train_lam.py",4859,0,"",python,selection_command +1583,1451881,"train_lam.py",4895,0,"",python,selection_command +1584,1451913,"train_lam.py",4929,0,"",python,selection_command +1585,1451946,"train_lam.py",4959,0,"",python,selection_command +1586,1451979,"train_lam.py",5007,0,"",python,selection_command +1587,1452331,"train_lam.py",4997,37," param_dtype=args.param_dtype,",python,selection_command +1588,1452446,"train_lam.py",4997,63," param_dtype=args.param_dtype,\n dtype=args.dtype,",python,selection_command +1589,1452617,"train_lam.py",4997,0,"",python,selection_command +1590,1453084,"train_dynamics.py",0,0,"",python,tab +1591,1453834,"train_dynamics.py",4943,0,"\n param_dtype=args.param_dtype,\n dtype=args.dtype,",python,content +1592,1453846,"train_dynamics.py",4952,0,"",python,selection_command +1593,1455863,"train_dynamics.py",4916,0,"",python,selection_command +1594,1456115,"train_dynamics.py",4886,0,"",python,selection_command +1595,1456146,"train_dynamics.py",4842,0,"",python,selection_command +1596,1456179,"train_dynamics.py",4796,0,"",python,selection_command +1597,1456212,"train_dynamics.py",4764,0,"",python,selection_command +1598,1456246,"train_dynamics.py",4745,0,"",python,selection_command +1599,1456279,"train_dynamics.py",4699,0,"",python,selection_command +1600,1456312,"train_dynamics.py",4657,0,"",python,selection_command +1601,1456346,"train_dynamics.py",4613,0,"",python,selection_command +1602,1456379,"train_dynamics.py",4569,0,"",python,selection_command +1603,1456413,"train_dynamics.py",4517,0,"",python,selection_command +1604,1456446,"train_dynamics.py",4467,0,"",python,selection_command +1605,1456479,"train_dynamics.py",4437,0,"",python,selection_command +1606,1456512,"train_dynamics.py",4423,0,"",python,selection_command +1607,1456545,"train_dynamics.py",4369,0,"",python,selection_command +1608,1456579,"train_dynamics.py",4313,0,"",python,selection_command +1609,1456612,"train_dynamics.py",4277,0,"",python,selection_command +1610,1456645,"train_dynamics.py",4227,0,"",python,selection_command +1611,1456678,"train_dynamics.py",4179,0,"",python,selection_command +1612,1456712,"train_dynamics.py",4137,0,"",python,selection_command +1613,1456745,"train_dynamics.py",4101,0,"",python,selection_command +1614,1456881,"train_dynamics.py",4081,0,"",python,selection_command +1615,1458189,"train_dynamics.py",4066,0,"",python,selection_command +1616,1458859,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) >= step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +1617,1460102,"genie.py",368,0,"",python,selection_command +1618,1460347,"genie.py",384,0,"",python,selection_command +1619,1460379,"genie.py",391,0,"",python,selection_command +1620,1460409,"genie.py",415,0,"",python,selection_command +1621,1460446,"genie.py",431,0,"",python,selection_command +1622,1460474,"genie.py",454,0,"",python,selection_command +1623,1460509,"genie.py",480,0,"",python,selection_command +1624,1460541,"genie.py",507,0,"",python,selection_command +1625,1460574,"genie.py",527,0,"",python,selection_command +1626,1460607,"genie.py",557,0,"",python,selection_command +1627,1460641,"genie.py",586,0,"",python,selection_command +1628,1460674,"genie.py",604,0,"",python,selection_command +1629,1460708,"genie.py",621,0,"",python,selection_command +1630,1460748,"genie.py",648,0,"",python,selection_command +1631,1460774,"genie.py",676,0,"",python,selection_command +1632,1460808,"genie.py",700,0,"",python,selection_command +1633,1460840,"genie.py",724,0,"",python,selection_command +1634,1460873,"genie.py",747,0,"",python,selection_command +1635,1460907,"genie.py",770,0,"",python,selection_command +1636,1460941,"genie.py",793,0,"",python,selection_command +1637,1460974,"genie.py",811,0,"",python,selection_command +1638,1461159,"genie.py",836,0,"",python,selection_command +1639,1461317,"genie.py",860,0,"",python,selection_command +1640,1461463,"genie.py",885,0,"",python,selection_command +1641,1464662,"models/lam.py",0,0,"",python,tab +1642,1465431,"models/lam.py",550,26," param_dtype: jnp.dtype",python,selection_command +1643,1465560,"models/lam.py",550,47," param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +1644,1466092,"models/lam.py",581,0,"",python,selection_command +1645,1466531,"models/lam.py",577,20," dtype: jnp.dtype",python,selection_command +1646,1466698,"models/lam.py",550,47," param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +1647,1466842,"models/lam.py",442,155," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +1648,1467027,"models/lam.py",442,0,"",python,selection_command +1649,1467566,"genie.py",0,0,"",python,tab +1650,1467930,"genie.py",907,0,"",python,selection_command +1651,1468265,"genie.py",885,0,"",python,selection_command +1652,1468495,"genie.py",906,0,"\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,content +1653,1468500,"genie.py",911,0,"",python,selection_command +1654,1469835,"genie.py",1019,0,"",python,selection_command +1655,1481777,"genie.py",1030,0,"",python,selection_command +1656,1481998,"genie.py",1032,0,"",python,selection_command +1657,1483464,"genie.py",1041,0,"",python,selection_command +1658,1483484,"genie.py",1041,0," ",python,content +1659,1483487,"genie.py",1042,0,"",python,selection_keyboard +1660,1483625,"genie.py",1042,0,"=",python,content +1661,1483627,"genie.py",1043,0,"",python,selection_keyboard +1662,1483703,"genie.py",1043,0," ",python,content +1663,1483704,"genie.py",1044,0,"",python,selection_keyboard +1664,1485294,"genie.py",1043,1,"",python,content +1665,1485461,"genie.py",1042,1,"",python,content +1666,1485609,"genie.py",1041,1,"",python,content +1667,1485806,"genie.py",1040,0,"",python,selection_command +1668,1486315,"genie.py",1036,0,"",python,selection_command +1669,1486460,"genie.py",1035,0,"",python,selection_command +1670,1486594,"genie.py",1032,0,"",python,selection_command +1671,1486743,"genie.py",1030,0,"",python,selection_command +1672,1487208,"genie.py",1019,0,"",python,selection_command +1673,1497084,"genie.py",1015,26," param_dtype: jnp.dtype",python,selection_command +1674,1497681,"genie.py",1019,0,"",python,selection_command +1675,1498025,"genie.py",1046,0,"",python,selection_command +1676,1498451,"genie.py",1042,20," dtype: jnp.dtype",python,selection_command +1677,1498593,"genie.py",1015,47," param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +1678,1498733,"genie.py",907,155," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +1679,1498884,"genie.py",907,156,"",python,content +1680,1499180,"genie.py",879,0,"",python,selection_command +1681,1499329,"genie.py",854,0,"",python,selection_command +1682,1499967,"genie.py",830,0,"",python,selection_command +1683,1500745,"genie.py",805,0,"",python,selection_command +1684,1500997,"genie.py",787,0,"",python,selection_command +1685,1501386,"genie.py",805,0,"",python,selection_command +1686,1501524,"genie.py",830,0,"",python,selection_command +1687,1501926,"genie.py",853,0,"\n ",python,content +1688,1502015,"genie.py",854,4,"",python,content +1689,1502132,"genie.py",854,0,"\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,content +1690,1502137,"genie.py",859,0,"",python,selection_command +1691,1502458,"genie.py",854,0,"",python,selection_command +1692,1502698,"genie.py",854,1,"",python,content +1693,1502701,"genie.py",858,0,"",python,selection_command +1694,1504033,"genie.py",966,0,"",python,selection_command +1695,1504162,"genie.py",993,0,"",python,selection_command +1696,1504793,"genie.py",966,0,"",python,selection_command +1697,1504946,"genie.py",858,0,"",python,selection_command +1698,1506149,"genie.py",966,0,"",python,selection_command +1699,1506397,"genie.py",993,0,"",python,selection_command +1700,1506429,"genie.py",1014,0,"",python,selection_command +1701,1506464,"genie.py",1039,0,"",python,selection_command +1702,1506495,"genie.py",1063,0,"",python,selection_command +1703,1506529,"genie.py",1068,0,"",python,selection_command +1704,1506562,"genie.py",1089,0,"",python,selection_command +1705,1506595,"genie.py",1130,0,"",python,selection_command +1706,1506629,"genie.py",1162,0,"",python,selection_command +1707,1506662,"genie.py",1204,0,"",python,selection_command +1708,1506696,"genie.py",1250,0,"",python,selection_command +1709,1506729,"genie.py",1298,0,"",python,selection_command +1710,1506763,"genie.py",1338,0,"",python,selection_command +1711,1506795,"genie.py",1388,0,"",python,selection_command +1712,1506829,"genie.py",1436,0,"",python,selection_command +1713,1506864,"genie.py",1461,0,"",python,selection_command +1714,1506896,"genie.py",1495,0,"",python,selection_command +1715,1506929,"genie.py",1505,0,"",python,selection_command +1716,1506962,"genie.py",1543,0,"",python,selection_command +1717,1506995,"genie.py",1575,0,"",python,selection_command +1718,1507029,"genie.py",1611,0,"",python,selection_command +1719,1507071,"genie.py",1575,0,"",python,selection_command +1720,1507328,"genie.py",1543,0,"",python,selection_command +1721,1507357,"genie.py",1505,0,"",python,selection_command +1722,1507393,"genie.py",1495,0,"",python,selection_command +1723,1507426,"genie.py",1461,0,"",python,selection_command +1724,1507458,"genie.py",1436,0,"",python,selection_command +1725,1507491,"genie.py",1388,0,"",python,selection_command +1726,1507526,"genie.py",1338,0,"",python,selection_command +1727,1507563,"genie.py",1298,0,"",python,selection_command +1728,1507599,"genie.py",1250,0,"",python,selection_command +1729,1507634,"genie.py",1204,0,"",python,selection_command +1730,1507658,"genie.py",1162,0,"",python,selection_command +1731,1507690,"genie.py",1130,0,"",python,selection_command +1732,1507722,"genie.py",1089,0,"",python,selection_command +1733,1507982,"genie.py",1130,0,"",python,selection_command +1734,1508233,"genie.py",1162,0,"",python,selection_command +1735,1508263,"genie.py",1204,0,"",python,selection_command +1736,1508298,"genie.py",1250,0,"",python,selection_command +1737,1508329,"genie.py",1298,0,"",python,selection_command +1738,1508362,"genie.py",1338,0,"",python,selection_command +1739,1508395,"genie.py",1388,0,"",python,selection_command +1740,1508429,"genie.py",1436,0,"",python,selection_command +1741,1508462,"genie.py",1461,0,"",python,selection_command +1742,1508496,"genie.py",1495,0,"",python,selection_command +1743,1508781,"genie.py",1461,0,"",python,selection_command +1744,1510663,"genie.py",1490,0,"",python,selection_command +1745,1510831,"genie.py",1490,0,"\n ",python,content +1746,1514558,"genie.py",1491,12,"",python,content +1747,1516529,"train_tokenizer.py",0,0,"",python,tab +1748,1517653,"train_tokenizer.py",4702,25," dtype=args.dtype,",python,selection_command +1749,1517802,"train_tokenizer.py",4664,63," param_dtype=args.param_dtype,\n dtype=args.dtype,",python,selection_command +1750,1518264,"train_tokenizer.py",4664,0,"",python,selection_command +1751,1518780,"genie.py",0,0,"",python,tab +1752,1519141,"genie.py",1491,0,"\n param_dtype=args.param_dtype,\n dtype=args.dtype,",python,content +1753,1519151,"genie.py",1500,0,"",python,selection_command +1754,1519530,"genie.py",1491,0,"",python,selection_command +1755,1519817,"genie.py",1491,1,"",python,content +1756,1519819,"genie.py",1499,0,"",python,selection_command +1757,1520096,"genie.py",1499,1,"p",python,selection_command +1758,1520235,"genie.py",1499,39,"param_dtype=args.param_dtype,\n d",python,selection_command +1759,1520523,"genie.py",1529,8," ",python,content +1760,1520524,"genie.py",1491,8," ",python,content +1761,1520534,"genie.py",1503,0,"",python,selection_command +1762,1521365,"genie.py",1514,0,"",python,selection_command +1763,1521513,"genie.py",1515,0,"",python,selection_command +1764,1521952,"genie.py",1515,1,"a",python,selection_command +1765,1522009,"genie.py",1515,2,"ar",python,selection_command +1766,1522150,"genie.py",1515,3,"arg",python,selection_command +1767,1522299,"genie.py",1515,4,"args",python,selection_command +1768,1522509,"genie.py",1515,5,"args.",python,selection_command +1769,1522712,"genie.py",1515,5,"",python,content +1770,1522866,"genie.py",1552,0,"",python,selection_command +1771,1523212,"genie.py",1551,0,"",python,selection_command +1772,1523402,"genie.py",1550,0,"",python,selection_command +1773,1523532,"genie.py",1550,1,".",python,selection_command +1774,1523646,"genie.py",1546,5,"args.",python,selection_command +1775,1523950,"genie.py",1546,5,"",python,content +1776,1524278,"genie.py",1509,0,"",python,selection_command +1777,1524380,"genie.py",1510,0,"",python,selection_command +1778,1524398,"genie.py",1514,0,"",python,selection_command +1779,1524585,"genie.py",1515,0,"",python,selection_command +1780,1525184,"genie.py",1515,0,"s",python,content +1781,1525185,"genie.py",1516,0,"",python,selection_keyboard +1782,1525290,"genie.py",1516,0,"e",python,content +1783,1525292,"genie.py",1517,0,"",python,selection_keyboard +1784,1525394,"genie.py",1517,0,"l",python,content +1785,1525398,"genie.py",1518,0,"",python,selection_keyboard +1786,1525540,"genie.py",1518,0,"f",python,content +1787,1525541,"genie.py",1519,0,"",python,selection_keyboard +1788,1525810,"genie.py",1519,0,".",python,content +1789,1525811,"genie.py",1520,0,"",python,selection_keyboard +1790,1525935,"genie.py",1519,0,"",python,selection_command +1791,1526064,"genie.py",1556,0,"",python,selection_command +1792,1526246,"genie.py",1551,0,"",python,selection_command +1793,1526647,"genie.py",1551,0,"s",python,content +1794,1526649,"genie.py",1552,0,"",python,selection_keyboard +1795,1526712,"genie.py",1552,0,"e",python,content +1796,1526714,"genie.py",1553,0,"",python,selection_keyboard +1797,1526827,"genie.py",1553,0,"f",python,content +1798,1526829,"genie.py",1554,0,"",python,selection_keyboard +1799,1526922,"genie.py",1554,0,"l",python,content +1800,1526924,"genie.py",1555,0,"",python,selection_keyboard +1801,1527253,"genie.py",1555,0,".",python,content +1802,1527255,"genie.py",1556,0,"",python,selection_keyboard +1803,1527379,"genie.py",1555,0,"",python,selection_command +1804,1528079,"genie.py",1551,0,"",python,selection_command +1805,1528228,"genie.py",1551,4,"",python,content +1806,1528416,"genie.py",1551,0,"s",python,content +1807,1528417,"genie.py",1552,0,"",python,selection_keyboard +1808,1528480,"genie.py",1552,0,"e",python,content +1809,1528482,"genie.py",1553,0,"",python,selection_keyboard +1810,1528581,"genie.py",1553,0,"l",python,content +1811,1528582,"genie.py",1554,0,"",python,selection_keyboard +1812,1528672,"genie.py",1554,0,"f",python,content +1813,1528673,"genie.py",1555,0,"",python,selection_keyboard +1814,1528876,"genie.py",1554,0,"",python,selection_command +1815,1532281,"genie.py",1571,0,"",python,selection_command +1816,1532450,"genie.py",1594,0,"",python,selection_command +1817,1532700,"genie.py",1571,0,"",python,selection_command +1818,1534680,"genie.py",1581,0,"",python,selection_command +1819,1534936,"genie.py",1619,0,"",python,selection_command +1820,1534959,"genie.py",1651,0,"",python,selection_command +1821,1534994,"genie.py",1687,0,"",python,selection_command +1822,1535024,"genie.py",1733,0,"",python,selection_command +1823,1535058,"genie.py",1782,0,"",python,selection_command +1824,1535165,"genie.py",1826,0,"",python,selection_command +1825,1535346,"genie.py",1870,0,"",python,selection_command +1826,1535490,"genie.py",1912,0,"",python,selection_command +1827,1535646,"genie.py",1937,0,"",python,selection_command +1828,1535775,"genie.py",1912,0,"",python,selection_command +1829,1536031,"genie.py",1870,0,"",python,selection_command +1830,1536062,"genie.py",1826,0,"",python,selection_command +1831,1536092,"genie.py",1782,0,"",python,selection_command +1832,1536124,"genie.py",1733,0,"",python,selection_command +1833,1536158,"genie.py",1687,0,"",python,selection_command +1834,1536190,"genie.py",1651,0,"",python,selection_command +1835,1536224,"genie.py",1619,0,"",python,selection_command +1836,1536257,"genie.py",1581,0,"",python,selection_command +1837,1536291,"genie.py",1571,0,"",python,selection_command +1838,1536326,"genie.py",1541,0,"",python,selection_command +1839,1536754,"genie.py",1533,29," dtype=self.dtype,",python,selection_command +1840,1536847,"genie.py",1491,71," param_dtype=self.param_dtype,\n dtype=self.dtype,",python,selection_command +1841,1537111,"genie.py",1491,0,"",python,selection_command +1842,1537296,"genie.py",1533,0,"",python,selection_command +1843,1537544,"genie.py",1563,0,"",python,selection_command +1844,1537575,"genie.py",1573,0,"",python,selection_command +1845,1537610,"genie.py",1611,0,"",python,selection_command +1846,1537645,"genie.py",1643,0,"",python,selection_command +1847,1537678,"genie.py",1679,0,"",python,selection_command +1848,1537711,"genie.py",1725,0,"",python,selection_command +1849,1537745,"genie.py",1774,0,"",python,selection_command +1850,1537781,"genie.py",1818,0,"",python,selection_command +1851,1537813,"genie.py",1862,0,"",python,selection_command +1852,1537846,"genie.py",1904,0,"",python,selection_command +1853,1537976,"genie.py",1929,0,"",python,selection_command +1854,1538321,"genie.py",1962,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,content +1855,1538334,"genie.py",1975,0,"",python,selection_command +1856,1540362,"genie.py",1941,0,"",python,selection_command +1857,1540614,"genie.py",1916,0,"",python,selection_command +1858,1540644,"genie.py",1874,0,"",python,selection_command +1859,1540678,"genie.py",1830,0,"",python,selection_command +1860,1540714,"genie.py",1786,0,"",python,selection_command +1861,1540746,"genie.py",1737,0,"",python,selection_command +1862,1540779,"genie.py",1691,0,"",python,selection_command +1863,1540811,"genie.py",1655,0,"",python,selection_command +1864,1540845,"genie.py",1623,0,"",python,selection_command +1865,1540879,"genie.py",1585,0,"",python,selection_command +1866,1540912,"genie.py",1571,0,"",python,selection_command +1867,1540946,"genie.py",1545,0,"",python,selection_command +1868,1546333,"genie.py",1571,0,"",python,selection_command +1869,1546583,"genie.py",1585,0,"",python,selection_command +1870,1546613,"genie.py",1623,0,"",python,selection_command +1871,1546646,"genie.py",1655,0,"",python,selection_command +1872,1546679,"genie.py",1691,0,"",python,selection_command +1873,1546713,"genie.py",1737,0,"",python,selection_command +1874,1546746,"genie.py",1786,0,"",python,selection_command +1875,1546779,"genie.py",1830,0,"",python,selection_command +1876,1546812,"genie.py",1874,0,"",python,selection_command +1877,1546845,"genie.py",1916,0,"",python,selection_command +1878,1546879,"genie.py",1941,0,"",python,selection_command +1879,1546912,"genie.py",1975,0,"",python,selection_command +1880,1546946,"genie.py",2017,0,"",python,selection_command +1881,1546979,"genie.py",2043,0,"",python,selection_command +1882,1547012,"genie.py",2057,0,"",python,selection_command +1883,1547048,"genie.py",2098,0,"",python,selection_command +1884,1547095,"genie.py",2057,0,"",python,selection_command +1885,1547351,"genie.py",2043,0,"",python,selection_command +1886,1547382,"genie.py",2017,0,"",python,selection_command +1887,1547412,"genie.py",1975,0,"",python,selection_command +1888,1547445,"genie.py",1941,0,"",python,selection_command +1889,1547479,"genie.py",1916,0,"",python,selection_command +1890,1547512,"genie.py",1874,0,"",python,selection_command +1891,1547545,"genie.py",1830,0,"",python,selection_command +1892,1547579,"genie.py",1786,0,"",python,selection_command +1893,1547612,"genie.py",1737,0,"",python,selection_command +1894,1547646,"genie.py",1691,0,"",python,selection_command +1895,1547680,"genie.py",1655,0,"",python,selection_command +1896,1547712,"genie.py",1623,0,"",python,selection_command +1897,1547745,"genie.py",1585,0,"",python,selection_command +1898,1547779,"genie.py",1571,0,"",python,selection_command +1899,1547812,"genie.py",1545,0,"",python,selection_command +1900,1547846,"genie.py",1503,0,"",python,selection_command +1901,1547881,"genie.py",1469,0,"",python,selection_command +1902,1547912,"genie.py",1444,0,"",python,selection_command +1903,1547945,"genie.py",1396,0,"",python,selection_command +1904,1547979,"genie.py",1346,0,"",python,selection_command +1905,1548012,"genie.py",1306,0,"",python,selection_command +1906,1548045,"genie.py",1258,0,"",python,selection_command +1907,1548078,"genie.py",1212,0,"",python,selection_command +1908,1548111,"genie.py",1170,0,"",python,selection_command +1909,1548145,"genie.py",1138,0,"",python,selection_command +1910,1548178,"genie.py",1097,0,"",python,selection_command +1911,1548212,"genie.py",1076,0,"",python,selection_command +1912,1548298,"genie.py",1097,0,"",python,selection_command +1913,1548553,"genie.py",1138,0,"",python,selection_command +1914,1548587,"genie.py",1170,0,"",python,selection_command +1915,1548623,"genie.py",1212,0,"",python,selection_command +1916,1548649,"genie.py",1258,0,"",python,selection_command +1917,1548683,"genie.py",1306,0,"",python,selection_command +1918,1548717,"genie.py",1346,0,"",python,selection_command +1919,1548750,"genie.py",1396,0,"",python,selection_command +1920,1548785,"genie.py",1444,0,"",python,selection_command +1921,1548818,"genie.py",1469,0,"",python,selection_command +1922,1548855,"genie.py",1503,0,"",python,selection_command +1923,1548890,"genie.py",1545,0,"",python,selection_command +1924,1548928,"genie.py",1571,0,"",python,selection_command +1925,1548955,"genie.py",1585,0,"",python,selection_command +1926,1548991,"genie.py",1623,0,"",python,selection_command +1927,1549023,"genie.py",1655,0,"",python,selection_command +1928,1549057,"genie.py",1691,0,"",python,selection_command +1929,1549090,"genie.py",1737,0,"",python,selection_command +1930,1549123,"genie.py",1786,0,"",python,selection_command +1931,1549157,"genie.py",1830,0,"",python,selection_command +1932,1549195,"genie.py",1874,0,"",python,selection_command +1933,1549223,"genie.py",1916,0,"",python,selection_command +1934,1549257,"genie.py",1941,0,"",python,selection_command +1935,1549289,"genie.py",1975,0,"",python,selection_command +1936,1549323,"genie.py",2017,0,"",python,selection_command +1937,1549356,"genie.py",2043,0,"",python,selection_command +1938,1549389,"genie.py",2057,0,"",python,selection_command +1939,1549423,"genie.py",2098,0,"",python,selection_command +1940,1549457,"genie.py",2135,0,"",python,selection_command +1941,1549491,"genie.py",2183,0,"",python,selection_command +1942,1549525,"genie.py",2228,0,"",python,selection_command +1943,1549556,"genie.py",2271,0,"",python,selection_command +1944,1549590,"genie.py",2305,0,"",python,selection_command +1945,1550019,"genie.py",2332,0,"\n param_dtype=self.param_dtype,\n dtype=self.dtype,",python,content +1946,1550027,"genie.py",2345,0,"",python,selection_command +1947,1551799,"genie.py",2305,0,"",python,selection_command +1948,1552049,"genie.py",2271,0,"",python,selection_command +1949,1552082,"genie.py",2228,0,"",python,selection_command +1950,1552116,"genie.py",2183,0,"",python,selection_command +1951,1552149,"genie.py",2135,0,"",python,selection_command +1952,1552299,"genie.py",2098,0,"",python,selection_command +1953,1552468,"genie.py",2057,0,"",python,selection_command +1954,1552647,"genie.py",2058,0,"",python,selection_command +1955,1552914,"genie.py",2067,0,"",python,selection_command +1956,1553064,"genie.py",2069,0,"",python,selection_command +1957,1557690,"models/dynamics.py",0,0,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n\n def setup(self):\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(self.model_dim)\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,tab +1958,1558413,"models/dynamics.py",167,0,"",python,selection_command +1959,1558662,"models/dynamics.py",194,0,"",python,selection_command +1960,1558695,"models/dynamics.py",201,0,"",python,selection_command +1961,1558728,"models/dynamics.py",220,0,"",python,selection_command +1962,1558761,"models/dynamics.py",241,0,"",python,selection_command +1963,1558795,"models/dynamics.py",261,0,"",python,selection_command +1964,1558828,"models/dynamics.py",280,0,"",python,selection_command +1965,1559158,"models/dynamics.py",299,0,"",python,selection_command +1966,1559638,"genie.py",0,0,"",python,tab +1967,1559917,"genie.py",2043,0,"",python,selection_command +1968,1560166,"genie.py",2029,0,"",python,selection_command +1969,1560198,"genie.py",1987,0,"",python,selection_command +1970,1560232,"genie.py",1953,0,"",python,selection_command +1971,1560266,"genie.py",1927,0,"",python,selection_command +1972,1560300,"genie.py",1886,0,"",python,selection_command +1973,1560334,"genie.py",1842,0,"",python,selection_command +1974,1560368,"genie.py",1798,0,"",python,selection_command +1975,1560406,"genie.py",1749,0,"",python,selection_command +1976,1560439,"genie.py",1703,0,"",python,selection_command +1977,1560471,"genie.py",1667,0,"",python,selection_command +1978,1560508,"genie.py",1635,0,"",python,selection_command +1979,1560540,"genie.py",1597,0,"",python,selection_command +1980,1560573,"genie.py",1571,0,"",python,selection_command +1981,1560791,"genie.py",1557,0,"",python,selection_command +1982,1561045,"genie.py",1515,0,"",python,selection_command +1983,1561076,"genie.py",1481,0,"",python,selection_command +1984,1561108,"genie.py",1455,0,"",python,selection_command +1985,1561141,"genie.py",1408,0,"",python,selection_command +1986,1561174,"genie.py",1358,0,"",python,selection_command +1987,1561207,"genie.py",1318,0,"",python,selection_command +1988,1561241,"genie.py",1270,0,"",python,selection_command +1989,1561278,"genie.py",1224,0,"",python,selection_command +1990,1561307,"genie.py",1182,0,"",python,selection_command +1991,1561341,"genie.py",1150,0,"",python,selection_command +1992,1561626,"genie.py",1109,0,"",python,selection_command +1993,1561763,"genie.py",1110,0,"",python,selection_command +1994,1561985,"models/tokenizer.py",0,0,"",python,tab +1995,1562376,"models/tokenizer.py",229,0,"",python,selection_command +1996,1562630,"models/tokenizer.py",249,0,"",python,selection_command +1997,1562659,"models/tokenizer.py",256,0,"",python,selection_command +1998,1562693,"models/tokenizer.py",272,0,"",python,selection_command +1999,1562727,"models/tokenizer.py",291,0,"",python,selection_command +2000,1562762,"models/tokenizer.py",311,0,"",python,selection_command +2001,1562794,"models/tokenizer.py",332,0,"",python,selection_command +2002,1562829,"models/tokenizer.py",352,0,"",python,selection_command +2003,1562861,"models/tokenizer.py",372,0,"",python,selection_command +2004,1562895,"models/tokenizer.py",391,0,"",python,selection_command +2005,1562929,"models/tokenizer.py",410,0,"",python,selection_command +2006,1562962,"models/tokenizer.py",438,0,"",python,selection_command +2007,1562995,"models/tokenizer.py",546,0,"",python,selection_command +2008,1563312,"models/tokenizer.py",438,0,"",python,selection_command +2009,1563629,"models/tokenizer.py",432,107," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16",python,selection_command +2010,1563733,"models/tokenizer.py",432,134," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype",python,selection_command +2011,1563866,"models/tokenizer.py",432,155," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +2012,1564057,"models/tokenizer.py",432,0,"",python,selection_command +2013,1565416,"models/dynamics.py",0,0,"",python,tab +2014,1565973,"models/dynamics.py",314,0,"\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,content +2015,1565994,"models/dynamics.py",319,0,"",python,selection_command +2016,1576153,"models/tokenizer.py",0,0,"",python,tab +2017,1577956,"models/dynamics.py",0,0,"",python,tab +2018,1581415,"genie.py",0,0,"",python,tab +2019,1582331,"genie.py",505,0,"",python,selection_command +2020,1582937,"genie.py",43,0,"",python,selection_command +2021,1583948,"genie.py",505,0,"",python,selection_command +2022,1584348,"genie.py",525,0,"",python,selection_command +2023,1584595,"genie.py",555,0,"",python,selection_command +2024,1584628,"genie.py",584,0,"",python,selection_command +2025,1584659,"genie.py",602,0,"",python,selection_command +2026,1584692,"genie.py",619,0,"",python,selection_command +2027,1584728,"genie.py",646,0,"",python,selection_command +2028,1584762,"genie.py",674,0,"",python,selection_command +2029,1584795,"genie.py",698,0,"",python,selection_command +2030,1584828,"genie.py",722,0,"",python,selection_command +2031,1584862,"genie.py",745,0,"",python,selection_command +2032,1584898,"genie.py",768,0,"",python,selection_command +2033,1584929,"genie.py",791,0,"",python,selection_command +2034,1584962,"genie.py",809,0,"",python,selection_command +2035,1584995,"genie.py",834,0,"",python,selection_command +2036,1585029,"genie.py",858,0,"",python,selection_command +2037,1585062,"genie.py",966,0,"",python,selection_command +2038,1585243,"genie.py",993,0,"",python,selection_command +2039,1585415,"genie.py",966,0,"",python,selection_command +2040,1585569,"genie.py",858,0,"",python,selection_command +2041,1586617,"models/dynamics.py",0,0,"",python,tab +2042,1587333,"models/dynamics.py",315,107," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16",python,selection_command +2043,1587543,"models/dynamics.py",315,134," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype",python,selection_command +2044,1587663,"models/dynamics.py",315,155," # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype",python,selection_command +2045,1588759,"models/dynamics.py",454,0,"",python,selection_command +2046,1589046,"models/dynamics.py",427,0,"",python,selection_command +2047,1589200,"models/dynamics.py",319,0,"",python,selection_command +2048,1590057,"genie.py",0,0,"",python,tab +2049,1596369,"genie.py",966,0,"",python,selection_command +2050,1596616,"genie.py",993,0,"",python,selection_command +2051,1596648,"genie.py",1014,0,"",python,selection_command +2052,1596682,"genie.py",1039,0,"",python,selection_command +2053,1596715,"genie.py",1063,0,"",python,selection_command +2054,1596749,"genie.py",1068,0,"",python,selection_command +2055,1596782,"genie.py",1089,0,"",python,selection_command +2056,1596817,"genie.py",1130,0,"",python,selection_command +2057,1596850,"genie.py",1162,0,"",python,selection_command +2058,1596883,"genie.py",1204,0,"",python,selection_command +2059,1596918,"genie.py",1250,0,"",python,selection_command +2060,1596954,"genie.py",1298,0,"",python,selection_command +2061,1596989,"genie.py",1338,0,"",python,selection_command +2062,1597021,"genie.py",1388,0,"",python,selection_command +2063,1597058,"genie.py",1436,0,"",python,selection_command +2064,1598533,"genie.py",1461,0,"",python,selection_command +2065,1598783,"genie.py",1495,0,"",python,selection_command +2066,1598820,"genie.py",1537,0,"",python,selection_command +2067,1598850,"genie.py",1567,0,"",python,selection_command +2068,1598881,"genie.py",1577,0,"",python,selection_command +2069,1598914,"genie.py",1615,0,"",python,selection_command +2070,1598948,"genie.py",1647,0,"",python,selection_command +2071,1598981,"genie.py",1683,0,"",python,selection_command +2072,1599015,"genie.py",1729,0,"",python,selection_command +2073,1599050,"genie.py",1778,0,"",python,selection_command +2074,1599084,"genie.py",1822,0,"",python,selection_command +2075,1599117,"genie.py",1866,0,"",python,selection_command +2076,1599151,"genie.py",1908,0,"",python,selection_command +2077,1599190,"genie.py",1933,0,"",python,selection_command +2078,1599223,"genie.py",1967,0,"",python,selection_command +2079,1599254,"genie.py",2009,0,"",python,selection_command +2080,1599288,"genie.py",2039,0,"",python,selection_command +2081,1599324,"genie.py",2049,0,"",python,selection_command +2082,1599356,"genie.py",2090,0,"",python,selection_command +2083,1599389,"genie.py",2127,0,"",python,selection_command +2084,1600491,"models/dynamics.py",0,0,"",python,tab +2085,1600965,"models/dynamics.py",427,0,"",python,selection_command +2086,1601215,"models/dynamics.py",454,0,"",python,selection_command +2087,1601246,"models/dynamics.py",471,0,"",python,selection_command +2088,1601279,"models/dynamics.py",476,0,"",python,selection_command +2089,1601629,"models/dynamics.py",497,0,"",python,selection_command +2090,1601735,"models/dynamics.py",501,0,"",python,selection_command +2091,1601943,"models/dynamics.py",505,0,"",python,selection_command +2092,1602125,"models/dynamics.py",506,0,"",python,selection_command +2093,1602381,"models/dynamics.py",515,0,"",python,selection_command +2094,1602579,"models/dynamics.py",517,0,"",python,selection_command +2095,1603229,"models/dynamics.py",493,0,"",python,selection_command +2096,1610761,"models/dynamics.py",532,0,"",python,selection_command +2097,1611093,"models/dynamics.py",493,0,"",python,selection_command +2098,1613415,"models/dynamics.py",492,0,"\n ",python,content +2099,1613525,"models/dynamics.py",501,0,"#",python,content +2100,1613526,"models/dynamics.py",502,0,"",python,selection_keyboard +2101,1613564,"models/dynamics.py",502,0," ",python,content +2102,1613565,"models/dynamics.py",503,0,"",python,selection_keyboard +2103,1613761,"models/dynamics.py",503,0,"F",python,content +2104,1613762,"models/dynamics.py",504,0,"",python,selection_keyboard +2105,1613801,"models/dynamics.py",504,0,"I",python,content +2106,1613806,"models/dynamics.py",505,0,"",python,selection_keyboard +2107,1613881,"models/dynamics.py",505,0,"X",python,content +2108,1613881,"models/dynamics.py",506,0,"",python,selection_keyboard +2109,1614010,"models/dynamics.py",506,0,"M",python,content +2110,1614013,"models/dynamics.py",507,0,"",python,selection_keyboard +2111,1614101,"models/dynamics.py",507,0,"E",python,content +2112,1614102,"models/dynamics.py",508,0,"",python,selection_keyboard +2113,1614209,"models/dynamics.py",508,0,":",python,content +2114,1614210,"models/dynamics.py",509,0,"",python,selection_keyboard +2115,1614576,"models/dynamics.py",508,1,"",python,content +2116,1614689,"models/dynamics.py",508,0," ",python,content +2117,1614690,"models/dynamics.py",509,0,"",python,selection_keyboard +2118,1614764,"models/dynamics.py",509,0,"()",python,content +2119,1614765,"models/dynamics.py",510,0,"",python,selection_keyboard +2120,1615084,"models/dynamics.py",510,0,"s",python,content +2121,1615085,"models/dynamics.py",511,0,"",python,selection_keyboard +2122,1615194,"models/dynamics.py",511,0,".",python,content +2123,1615195,"models/dynamics.py",512,0,"",python,selection_keyboard +2124,1615563,"models/dynamics.py",511,1,"",python,content +2125,1615739,"models/dynamics.py",511,0,"f",python,content +2126,1615740,"models/dynamics.py",512,0,"",python,selection_keyboard +2127,1616042,"models/dynamics.py",511,1,"",python,content +2128,1616177,"models/dynamics.py",510,1,"",python,content +2129,1616232,"models/dynamics.py",510,0,"f",python,content +2130,1616233,"models/dynamics.py",511,0,"",python,selection_keyboard +2131,1616356,"models/dynamics.py",511,0,".",python,content +2132,1616357,"models/dynamics.py",512,0,"",python,selection_keyboard +2133,1616524,"models/dynamics.py",512,0,"s",python,content +2134,1616525,"models/dynamics.py",513,0,"",python,selection_keyboard +2135,1616817,"models/dynamics.py",513,0,"r",python,content +2136,1616818,"models/dynamics.py",514,0,"",python,selection_keyboard +2137,1616866,"models/dynamics.py",514,0,"a",python,content +2138,1616868,"models/dynamics.py",515,0,"",python,selection_keyboard +2139,1616995,"models/dynamics.py",515,0,"m",python,content +2140,1616996,"models/dynamics.py",516,0,"",python,selection_keyboard +2141,1617213,"models/dynamics.py",516,0,"b",python,content +2142,1617214,"models/dynamics.py",517,0,"",python,selection_keyboard +2143,1617360,"models/dynamics.py",517,0,"i",python,content +2144,1617361,"models/dynamics.py",518,0,"",python,selection_keyboard +2145,1617444,"models/dynamics.py",518,0,"c",python,content +2146,1617445,"models/dynamics.py",519,0,"",python,selection_keyboard +2147,1617491,"models/dynamics.py",519,0,"a",python,content +2148,1617492,"models/dynamics.py",520,0,"",python,selection_keyboard +2149,1617577,"models/dynamics.py",520,0,"l",python,content +2150,1617579,"models/dynamics.py",521,0,"",python,selection_keyboard +2151,1617884,"models/dynamics.py",520,0,"",python,selection_command +2152,1618195,"models/dynamics.py",522,0,"",python,selection_command +2153,1618279,"models/dynamics.py",522,0,":",python,content +2154,1618280,"models/dynamics.py",523,0,"",python,selection_keyboard +2155,1618544,"models/dynamics.py",523,0," ",python,content +2156,1618546,"models/dynamics.py",524,0,"",python,selection_keyboard +2157,1618857,"models/dynamics.py",524,0,"d",python,content +2158,1618858,"models/dynamics.py",525,0,"",python,selection_keyboard +2159,1618935,"models/dynamics.py",525,0,"o",python,content +2160,1618936,"models/dynamics.py",526,0,"",python,selection_keyboard +2161,1618957,"models/dynamics.py",526,0," ",python,content +2162,1618959,"models/dynamics.py",527,0,"",python,selection_keyboard +2163,1619196,"models/dynamics.py",527,0,"w",python,content +2164,1619198,"models/dynamics.py",528,0,"",python,selection_keyboard +2165,1619248,"models/dynamics.py",528,0,"e",python,content +2166,1619249,"models/dynamics.py",529,0,"",python,selection_keyboard +2167,1619308,"models/dynamics.py",529,0," ",python,content +2168,1619309,"models/dynamics.py",530,0,"",python,selection_keyboard +2169,1619444,"models/dynamics.py",530,0,"n",python,content +2170,1619445,"models/dynamics.py",531,0,"",python,selection_keyboard +2171,1619491,"models/dynamics.py",531,0,"e",python,content +2172,1619492,"models/dynamics.py",532,0,"",python,selection_keyboard +2173,1619628,"models/dynamics.py",532,0,"e",python,content +2174,1619630,"models/dynamics.py",533,0,"",python,selection_keyboard +2175,1619661,"models/dynamics.py",533,0,"d",python,content +2176,1619662,"models/dynamics.py",534,0,"",python,selection_keyboard +2177,1619706,"models/dynamics.py",534,0," ",python,content +2178,1619707,"models/dynamics.py",535,0,"",python,selection_keyboard +2179,1619894,"models/dynamics.py",535,0,"t",python,content +2180,1619895,"models/dynamics.py",536,0,"",python,selection_keyboard +2181,1619978,"models/dynamics.py",536,0,"o",python,content +2182,1619979,"models/dynamics.py",537,0,"",python,selection_keyboard +2183,1620034,"models/dynamics.py",537,0," ",python,content +2184,1620036,"models/dynamics.py",538,0,"",python,selection_keyboard +2185,1620215,"models/dynamics.py",538,0,"a",python,content +2186,1620216,"models/dynamics.py",539,0,"",python,selection_keyboard +2187,1620446,"models/dynamics.py",539,0,"d",python,content +2188,1620447,"models/dynamics.py",540,0,"",python,selection_keyboard +2189,1620562,"models/dynamics.py",540,0,"d",python,content +2190,1620563,"models/dynamics.py",541,0,"",python,selection_keyboard +2191,1620650,"models/dynamics.py",541,0," ",python,content +2192,1620652,"models/dynamics.py",542,0,"",python,selection_keyboard +2193,1622479,"models/dynamics.py",542,0,"p",python,content +2194,1622480,"models/dynamics.py",543,0,"",python,selection_keyboard +2195,1622629,"models/dynamics.py",543,0,"a",python,content +2196,1622631,"models/dynamics.py",544,0,"",python,selection_keyboard +2197,1622700,"models/dynamics.py",544,0,"r",python,content +2198,1622701,"models/dynamics.py",545,0,"",python,selection_keyboard +2199,1622795,"models/dynamics.py",545,0,"a",python,content +2200,1622795,"models/dynamics.py",546,0,"",python,selection_keyboard +2201,1622881,"models/dynamics.py",546,0,"m",python,content +2202,1622882,"models/dynamics.py",547,0,"",python,selection_keyboard +2203,1623111,"models/dynamics.py",547,0,"_",python,content +2204,1623112,"models/dynamics.py",548,0,"",python,selection_keyboard +2205,1623332,"models/dynamics.py",548,0,"d",python,content +2206,1623333,"models/dynamics.py",549,0,"",python,selection_keyboard +2207,1623468,"models/dynamics.py",549,0,"t",python,content +2208,1623469,"models/dynamics.py",550,0,"",python,selection_keyboard +2209,1623554,"models/dynamics.py",550,0,"y",python,content +2210,1623556,"models/dynamics.py",551,0,"",python,selection_keyboard +2211,1623599,"models/dynamics.py",551,0,"p",python,content +2212,1623600,"models/dynamics.py",552,0,"",python,selection_keyboard +2213,1623673,"models/dynamics.py",552,0,"e",python,content +2214,1623673,"models/dynamics.py",553,0,"",python,selection_keyboard +2215,1623739,"models/dynamics.py",553,0," ",python,content +2216,1623740,"models/dynamics.py",554,0,"",python,selection_keyboard +2217,1623837,"models/dynamics.py",554,0,"a",python,content +2218,1623838,"models/dynamics.py",555,0,"",python,selection_keyboard +2219,1623907,"models/dynamics.py",555,0,"n",python,content +2220,1623909,"models/dynamics.py",556,0,"",python,selection_keyboard +2221,1623996,"models/dynamics.py",556,0,"d",python,content +2222,1623997,"models/dynamics.py",557,0,"",python,selection_keyboard +2223,1624044,"models/dynamics.py",557,0," ",python,content +2224,1624045,"models/dynamics.py",558,0,"",python,selection_keyboard +2225,1624376,"models/dynamics.py",558,0,"d",python,content +2226,1624377,"models/dynamics.py",559,0,"",python,selection_keyboard +2227,1624583,"models/dynamics.py",559,0,"t",python,content +2228,1624584,"models/dynamics.py",560,0,"",python,selection_keyboard +2229,1624664,"models/dynamics.py",560,0,"y",python,content +2230,1624665,"models/dynamics.py",561,0,"",python,selection_keyboard +2231,1624712,"models/dynamics.py",561,0,"p",python,content +2232,1624713,"models/dynamics.py",562,0,"",python,selection_keyboard +2233,1624774,"models/dynamics.py",562,0,"e",python,content +2234,1624776,"models/dynamics.py",563,0,"",python,selection_keyboard +2235,1624827,"models/dynamics.py",563,0," ",python,content +2236,1624829,"models/dynamics.py",564,0,"",python,selection_keyboard +2237,1625111,"models/dynamics.py",564,0,"t",python,content +2238,1625112,"models/dynamics.py",565,0,"",python,selection_keyboard +2239,1625158,"models/dynamics.py",565,0,"o",python,content +2240,1625159,"models/dynamics.py",566,0,"",python,selection_keyboard +2241,1625183,"models/dynamics.py",566,0," ",python,content +2242,1625184,"models/dynamics.py",567,0,"",python,selection_keyboard +2243,1625897,"models/dynamics.py",566,1,"",python,content +2244,1626027,"models/dynamics.py",566,0," ",python,content +2245,1626028,"models/dynamics.py",567,0,"",python,selection_keyboard +2246,1626845,"models/dynamics.py",567,0,"e",python,content +2247,1626846,"models/dynamics.py",568,0,"",python,selection_keyboard +2248,1626914,"models/dynamics.py",568,0,".",python,content +2249,1626915,"models/dynamics.py",569,0,"",python,selection_keyboard +2250,1627030,"models/dynamics.py",569,0,"g",python,content +2251,1627031,"models/dynamics.py",570,0,"",python,selection_keyboard +2252,1627083,"models/dynamics.py",570,0,".",python,content +2253,1627084,"models/dynamics.py",571,0,"",python,selection_keyboard +2254,1627315,"models/dynamics.py",571,0," ",python,content +2255,1627316,"models/dynamics.py",572,0,"",python,selection_keyboard +2256,1628100,"models/dynamics.py",572,0,"S",python,content +2257,1628101,"models/dynamics.py",573,0,"",python,selection_keyboard +2258,1628251,"models/dynamics.py",573,0,"T",python,content +2259,1628252,"models/dynamics.py",574,0,"",python,selection_keyboard +2260,1628684,"models/dynamics.py",574,0,"T",python,content +2261,1628685,"models/dynamics.py",575,0,"",python,selection_keyboard +2262,1628911,"models/dynamics.py",575,0,"r",python,content +2263,1628912,"models/dynamics.py",576,0,"",python,selection_keyboard +2264,1629001,"models/dynamics.py",576,0,"a",python,content +2265,1629003,"models/dynamics.py",577,0,"",python,selection_keyboard +2266,1629134,"models/dynamics.py",577,0,"n",python,content +2267,1629136,"models/dynamics.py",578,0,"",python,selection_keyboard +2268,1629186,"models/dynamics.py",578,0,"s",python,content +2269,1629187,"models/dynamics.py",579,0,"",python,selection_keyboard +2270,1629211,"models/dynamics.py",579,0,"f",python,content +2271,1629212,"models/dynamics.py",580,0,"",python,selection_keyboard +2272,1630180,"models/dynamics.py",580,0,"r",python,content +2273,1630181,"models/dynamics.py",581,0,"",python,selection_keyboard +2274,1630212,"models/dynamics.py",581,0,"o",python,content +2275,1630214,"models/dynamics.py",582,0,"",python,selection_keyboard +2276,1630343,"models/dynamics.py",582,0,"m",python,content +2277,1630345,"models/dynamics.py",583,0,"",python,selection_keyboard +2278,1630383,"models/dynamics.py",583,0,"e",python,content +2279,1630384,"models/dynamics.py",584,0,"",python,selection_keyboard +2280,1630468,"models/dynamics.py",584,0,"r",python,content +2281,1630470,"models/dynamics.py",585,0,"",python,selection_keyboard +2282,1630496,"models/dynamics.py",585,0," ",python,content +2283,1630500,"models/dynamics.py",586,0,"",python,selection_keyboard +2284,1630736,"models/dynamics.py",586,0,"a",python,content +2285,1630737,"models/dynamics.py",587,0,"",python,selection_keyboard +2286,1631042,"models/dynamics.py",586,1,"",python,content +2287,1631171,"models/dynamics.py",572,14,"",python,content +2288,1631640,"models/dynamics.py",572,0,"S",python,content +2289,1631642,"models/dynamics.py",573,0,"",python,selection_keyboard +2290,1631824,"models/dynamics.py",573,0,"T",python,content +2291,1631825,"models/dynamics.py",574,0,"",python,selection_keyboard +2292,1632072,"models/dynamics.py",574,0,"T",python,content +2293,1632073,"models/dynamics.py",575,0,"",python,selection_keyboard +2294,1632679,"models/dynamics.py",575,0,"r",python,content +2295,1632682,"models/dynamics.py",576,0,"",python,selection_keyboard +2296,1632780,"models/dynamics.py",576,0,"a",python,content +2297,1632781,"models/dynamics.py",577,0,"",python,selection_keyboard +2298,1632927,"models/dynamics.py",577,0,"n",python,content +2299,1632928,"models/dynamics.py",578,0,"",python,selection_keyboard +2300,1633033,"models/dynamics.py",578,0,"s",python,content +2301,1633034,"models/dynamics.py",579,0,"",python,selection_keyboard +2302,1633107,"models/dynamics.py",579,0,"f",python,content +2303,1633108,"models/dynamics.py",580,0,"",python,selection_keyboard +2304,1633311,"models/dynamics.py",580,0,"o",python,content +2305,1633312,"models/dynamics.py",581,0,"",python,selection_keyboard +2306,1633459,"models/dynamics.py",581,0,"r",python,content +2307,1633460,"models/dynamics.py",582,0,"",python,selection_keyboard +2308,1633563,"models/dynamics.py",582,0,"m",python,content +2309,1633564,"models/dynamics.py",583,0,"",python,selection_keyboard +2310,1633678,"models/dynamics.py",583,0,"e",python,content +2311,1633678,"models/dynamics.py",584,0,"",python,selection_keyboard +2312,1633712,"models/dynamics.py",584,0,"r",python,content +2313,1633714,"models/dynamics.py",585,0,"",python,selection_keyboard +2314,1633764,"models/dynamics.py",585,0," ",python,content +2315,1633765,"models/dynamics.py",586,0,"",python,selection_keyboard +2316,1633905,"models/dynamics.py",586,0,"a",python,content +2317,1633906,"models/dynamics.py",587,0,"",python,selection_keyboard +2318,1633989,"models/dynamics.py",587,0,"s",python,content +2319,1633990,"models/dynamics.py",588,0,"",python,selection_keyboard +2320,1634062,"models/dynamics.py",588,0," ",python,content +2321,1634063,"models/dynamics.py",589,0,"",python,selection_keyboard +2322,1634191,"models/dynamics.py",589,0,"w",python,content +2323,1634192,"models/dynamics.py",590,0,"",python,selection_keyboard +2324,1634245,"models/dynamics.py",590,0,"e",python,content +2325,1634246,"models/dynamics.py",591,0,"",python,selection_keyboard +2326,1634327,"models/dynamics.py",591,0,"l",python,content +2327,1634328,"models/dynamics.py",592,0,"",python,selection_keyboard +2328,1634476,"models/dynamics.py",592,0,"l",python,content +2329,1634478,"models/dynamics.py",593,0,"",python,selection_keyboard +2330,1634813,"models/dynamics.py",593,0,"?",python,content +2331,1634814,"models/dynamics.py",594,0,"",python,selection_keyboard +2332,1634974,"models/dynamics.py",593,0,"",python,selection_command +2333,1636448,"models/dynamics.py",594,0,"",python,selection_command +2334,1636589,"models/dynamics.py",593,1,"",python,content +2335,1636775,"models/dynamics.py",593,0,",",python,content +2336,1636777,"models/dynamics.py",594,0,"",python,selection_keyboard +2337,1636844,"models/dynamics.py",594,0," ",python,content +2338,1636846,"models/dynamics.py",595,0,"",python,selection_keyboard +2339,1636959,"models/dynamics.py",595,0,"o",python,content +2340,1636960,"models/dynamics.py",596,0,"",python,selection_keyboard +2341,1637029,"models/dynamics.py",596,0,"r",python,content +2342,1637030,"models/dynamics.py",597,0,"",python,selection_keyboard +2343,1637089,"models/dynamics.py",597,0," ",python,content +2344,1637093,"models/dynamics.py",598,0,"",python,selection_keyboard +2345,1637157,"models/dynamics.py",598,0,"w",python,content +2346,1637158,"models/dynamics.py",599,0,"",python,selection_keyboard +2347,1637249,"models/dynamics.py",599,0,"i",python,content +2348,1637250,"models/dynamics.py",600,0,"",python,selection_keyboard +2349,1637290,"models/dynamics.py",600,0,"l",python,content +2350,1637290,"models/dynamics.py",601,0,"",python,selection_keyboard +2351,1637450,"models/dynamics.py",601,0,"l",python,content +2352,1637451,"models/dynamics.py",602,0,"",python,selection_keyboard +2353,1637494,"models/dynamics.py",602,0," ",python,content +2354,1637495,"models/dynamics.py",603,0,"",python,selection_keyboard +2355,1637616,"models/dynamics.py",603,0,"i",python,content +2356,1637617,"models/dynamics.py",604,0,"",python,selection_keyboard +2357,1637739,"models/dynamics.py",604,0,"t",python,content +2358,1637740,"models/dynamics.py",605,0,"",python,selection_keyboard +2359,1637758,"models/dynamics.py",605,0," ",python,content +2360,1637760,"models/dynamics.py",606,0,"",python,selection_keyboard +2361,1637938,"models/dynamics.py",606,0,"e",python,content +2362,1637939,"models/dynamics.py",607,0,"",python,selection_keyboard +2363,1638556,"models/dynamics.py",606,1,"",python,content +2364,1638723,"models/dynamics.py",606,0,"b",python,content +2365,1638724,"models/dynamics.py",607,0,"",python,selection_keyboard +2366,1638786,"models/dynamics.py",607,0,"e",python,content +2367,1638787,"models/dynamics.py",608,0,"",python,selection_keyboard +2368,1638817,"models/dynamics.py",608,0," ",python,content +2369,1638820,"models/dynamics.py",609,0,"",python,selection_keyboard +2370,1638944,"models/dynamics.py",609,0,"i",python,content +2371,1638945,"models/dynamics.py",610,0,"",python,selection_keyboard +2372,1639020,"models/dynamics.py",610,0,"n",python,content +2373,1639021,"models/dynamics.py",611,0,"",python,selection_keyboard +2374,1639090,"models/dynamics.py",611,0,"f",python,content +2375,1639092,"models/dynamics.py",612,0,"",python,selection_keyboard +2376,1639230,"models/dynamics.py",612,0,"e",python,content +2377,1639231,"models/dynamics.py",613,0,"",python,selection_keyboard +2378,1639294,"models/dynamics.py",613,0,"r",python,content +2379,1639296,"models/dynamics.py",614,0,"",python,selection_keyboard +2380,1639397,"models/dynamics.py",614,0,"r",python,content +2381,1639397,"models/dynamics.py",615,0,"",python,selection_keyboard +2382,1639692,"models/dynamics.py",615,0,"e",python,content +2383,1639694,"models/dynamics.py",616,0,"",python,selection_keyboard +2384,1639879,"models/dynamics.py",616,0,"d",python,content +2385,1639880,"models/dynamics.py",617,0,"",python,selection_keyboard +2386,1639963,"models/dynamics.py",617,0," ",python,content +2387,1639964,"models/dynamics.py",618,0,"",python,selection_keyboard +2388,1640067,"models/dynamics.py",618,0,"f",python,content +2389,1640068,"models/dynamics.py",619,0,"",python,selection_keyboard +2390,1640246,"models/dynamics.py",619,0,"r",python,content +2391,1640246,"models/dynamics.py",620,0,"",python,selection_keyboard +2392,1640334,"models/dynamics.py",620,0,"o",python,content +2393,1640335,"models/dynamics.py",621,0,"",python,selection_keyboard +2394,1640382,"models/dynamics.py",621,0,"m",python,content +2395,1640383,"models/dynamics.py",622,0,"",python,selection_keyboard +2396,1640457,"models/dynamics.py",622,0," ",python,content +2397,1640461,"models/dynamics.py",623,0,"",python,selection_keyboard +2398,1640528,"models/dynamics.py",623,0,"t",python,content +2399,1640529,"models/dynamics.py",624,0,"",python,selection_keyboard +2400,1640629,"models/dynamics.py",624,0,"h",python,content +2401,1640630,"models/dynamics.py",625,0,"",python,selection_keyboard +2402,1640687,"models/dynamics.py",625,0,"e",python,content +2403,1640688,"models/dynamics.py",626,0,"",python,selection_keyboard +2404,1640745,"models/dynamics.py",626,0," ",python,content +2405,1640746,"models/dynamics.py",627,0,"",python,selection_keyboard +2406,1640893,"models/dynamics.py",627,0,"'",python,content +2407,1640894,"models/dynamics.py",628,0,"",python,selection_keyboard +2408,1642128,"models/dynamics.py",628,0,"p",python,content +2409,1642130,"models/dynamics.py",629,0,"",python,selection_keyboard +2410,1642197,"models/dynamics.py",629,0,"a",python,content +2411,1642198,"models/dynamics.py",630,0,"",python,selection_keyboard +2412,1642257,"models/dynamics.py",630,0,"r",python,content +2413,1642259,"models/dynamics.py",631,0,"",python,selection_keyboard +2414,1642400,"models/dynamics.py",631,0,"e",python,content +2415,1642401,"models/dynamics.py",632,0,"",python,selection_keyboard +2416,1642508,"models/dynamics.py",632,0,"n",python,content +2417,1642510,"models/dynamics.py",633,0,"",python,selection_keyboard +2418,1642592,"models/dynamics.py",633,0,"n",python,content +2419,1642593,"models/dynamics.py",634,0,"",python,selection_keyboard +2420,1642657,"models/dynamics.py",634,0," ",python,content +2421,1642660,"models/dynamics.py",635,0,"",python,selection_keyboard +2422,1643056,"models/dynamics.py",634,1,"",python,content +2423,1643110,"models/dynamics.py",634,0,"t",python,content +2424,1643112,"models/dynamics.py",635,0,"",python,selection_keyboard +2425,1643181,"models/dynamics.py",635,0," ",python,content +2426,1643182,"models/dynamics.py",636,0,"",python,selection_keyboard +2427,1643542,"models/dynamics.py",628,8,"",python,content +2428,1643745,"models/dynamics.py",628,0,"p",python,content +2429,1643747,"models/dynamics.py",629,0,"",python,selection_keyboard +2430,1643782,"models/dynamics.py",629,0,"a",python,content +2431,1643784,"models/dynamics.py",630,0,"",python,selection_keyboard +2432,1643865,"models/dynamics.py",630,0,"r",python,content +2433,1643865,"models/dynamics.py",631,0,"",python,selection_keyboard +2434,1643961,"models/dynamics.py",631,0,"e",python,content +2435,1643962,"models/dynamics.py",632,0,"",python,selection_keyboard +2436,1644064,"models/dynamics.py",632,0,"n",python,content +2437,1644065,"models/dynamics.py",633,0,"",python,selection_keyboard +2438,1644169,"models/dynamics.py",633,0,"t",python,content +2439,1644170,"models/dynamics.py",634,0,"",python,selection_keyboard +2440,1644210,"models/dynamics.py",634,0," ",python,content +2441,1644212,"models/dynamics.py",635,0,"",python,selection_keyboard +2442,1645730,"models/dynamics.py",635,0,"m",python,content +2443,1645731,"models/dynamics.py",636,0,"",python,selection_keyboard +2444,1645961,"models/dynamics.py",635,1,"",python,content +2445,1646225,"models/dynamics.py",635,0,"M",python,content +2446,1646227,"models/dynamics.py",636,0,"",python,selection_keyboard +2447,1646400,"models/dynamics.py",636,0,"o",python,content +2448,1646401,"models/dynamics.py",637,0,"",python,selection_keyboard +2449,1646827,"models/dynamics.py",636,1,"",python,content +2450,1646960,"models/dynamics.py",635,1,"",python,content +2451,1647114,"models/dynamics.py",635,0,"m",python,content +2452,1647115,"models/dynamics.py",636,0,"",python,selection_keyboard +2453,1647150,"models/dynamics.py",636,0,"o",python,content +2454,1647153,"models/dynamics.py",637,0,"",python,selection_keyboard +2455,1647213,"models/dynamics.py",637,0,"d",python,content +2456,1647214,"models/dynamics.py",638,0,"",python,selection_keyboard +2457,1647332,"models/dynamics.py",638,0,"u",python,content +2458,1647333,"models/dynamics.py",639,0,"",python,selection_keyboard +2459,1647475,"models/dynamics.py",639,0,"l",python,content +2460,1647476,"models/dynamics.py",640,0,"",python,selection_keyboard +2461,1647513,"models/dynamics.py",640,0,"e",python,content +2462,1647514,"models/dynamics.py",641,0,"",python,selection_keyboard +2463,1648028,"models/dynamics.py",641,0,"'",python,content +2464,1648030,"models/dynamics.py",642,0,"",python,selection_keyboard +2465,1648223,"models/dynamics.py",642,0,"?",python,content +2466,1648224,"models/dynamics.py",643,0,"",python,selection_keyboard +2467,1648572,"models/dynamics.py",642,0,"",python,selection_command +2468,1649213,"models/dynamics.py",491,0,"",python,selection_command +2469,1649465,"models/dynamics.py",471,0,"",python,selection_command +2470,1649497,"models/dynamics.py",469,0,"",python,selection_command +2471,1649530,"models/dynamics.py",448,0,"",python,selection_command +2472,1649564,"models/dynamics.py",421,0,"",python,selection_command +2473,1649598,"models/dynamics.py",313,0,"",python,selection_command +2474,1649632,"models/dynamics.py",291,0,"",python,selection_command +2475,1649666,"models/dynamics.py",272,0,"",python,selection_command +2476,1649700,"models/dynamics.py",253,0,"",python,selection_command +2477,1649733,"models/dynamics.py",233,0,"",python,selection_command +2478,1649828,"models/dynamics.py",212,0,"",python,selection_command +2479,1649999,"models/dynamics.py",194,0,"",python,selection_command +2480,1650145,"models/dynamics.py",192,0,"",python,selection_command +2481,1650311,"models/dynamics.py",159,0,"",python,selection_command +2482,1650565,"models/dynamics.py",158,0,"",python,selection_command +2483,1650766,"models/dynamics.py",152,0,"",python,selection_command +2484,1651078,".venv/lib/python3.10/site-packages/flax/linen/module.py",0,0,"# Copyright 2024 The Flax Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n""""""Flax Module.""""""\n\nimport contextlib\nimport dataclasses\nimport enum\nimport functools\nimport inspect\nimport sys\nimport threading\nimport typing\nimport weakref\nfrom types import MappingProxyType\nfrom typing import (\n Any,\n Literal,\n Optional,\n TypeVar,\n Union,\n overload,\n)\nfrom collections.abc import Callable, Iterable, Iterator, Mapping\n\nimport jax\nimport jax.numpy as jnp\nimport typing_extensions as tpe\n\nimport flax\nimport flax.linen as nn\nfrom flax import (\n config,\n core,\n errors,\n serialization,\n traceback_util,\n traverse_util,\n)\nfrom flax.core import Scope, meta, partial_eval\nfrom flax.core.frozen_dict import FrozenDict\nfrom flax.core.scope import (\n CollectionFilter,\n DenyList,\n Variable,\n union_filters,\n)\nfrom flax.ids import FlaxId, uuid\nfrom flax.linen import kw_only_dataclasses\nfrom flax.typing import (\n RNGSequences,\n PRNGKey,\n FrozenVariableDict,\n VariableDict,\n)\n\ntraceback_util.register_exclusion(__file__)\n\n\nT = TypeVar('T')\nK = TypeVar('K')\nM = TypeVar('M', bound='Module')\n_CallableT = TypeVar('_CallableT', bound=Callable)\n\n\n# Used for abstractly testing module behavior.\nTestScope = type(\n 'TestScope',\n (Scope,),\n {'make_rng': lambda self, name: jax.random.key(0)},\n)\n\n\n# pylint: disable=protected-access,attribute-defined-outside-init\ndef _get_fn_name(fn):\n if isinstance(fn, functools.partial):\n return _get_fn_name(fn.func)\n return getattr(fn, '__name__', 'unnamed_function')\n\n\ndef _indent(x: str, num_spaces: int):\n indent_str = ' ' * num_spaces\n lines = x.split('\n')\n # skip last line because it is always empty and should not be indented.\n assert not lines[-1]\n return '\n'.join(indent_str + line for line in lines[:-1]) + '\n'\n\n\ndef _attr_repr(value: Any):\n if callable(value) and (\n (isinstance(value, nn.Module) and value.__dict__.get('__name__', None))\n or (not isinstance(value, nn.Module) and getattr(value, '__name__', None))\n ):\n value_rep = value.__name__\n else:\n value_rep = repr(value)\n return value_rep\n\n\ndef _module_repr(module: 'Module', num_spaces: int = 4):\n """"""Returns a pretty printed representation of the module.""""""\n cls = type(module)\n try:\n fields = dataclasses.fields(cls)\n except TypeError:\n # Edge case with no fields e.g. module = nn.Module() causes error later.\n return object.__repr__(module)\n cls_name = cls.__name__\n rep = ''\n\n attributes = {\n f.name: f.type\n for f in fields\n if f.name not in ('parent', 'name') and f.repr\n }\n child_modules = {\n k: v\n for k, v in module._state.children.items() # pytype: disable=attribute-error\n if isinstance(v, Module)\n }\n if attributes:\n rep += '# attributes\n'\n for attr in attributes.keys():\n # TODO(jheek): can we get a nice string representation of attribute types?\n value = module.__dict__.get(attr, None)\n value_rep = _attr_repr(value)\n rep += f'{attr} = {value_rep}\n'\n if child_modules:\n rep += '# children\n'\n for name, child in child_modules.items():\n child_rep = _module_repr(child, num_spaces)\n rep += f'{name} = {child_rep}\n'\n if rep:\n return f'{cls_name}(\n{_indent(rep, num_spaces)})'\n else:\n return f'{cls_name}()'\n\n\n# Tabulation utilities.\n# -----------------------------------------------------------------------------\n@dataclasses.dataclass\nclass _CallInfo:\n index: int\n path: tuple[str, ...]\n module: 'Module'\n rngs: dict[str, core.scope.PRNGKey | core.scope.LazyRng] | None\n mutable: bool\n method: str\n args: tuple[Any, ...]\n kwargs: dict[str, Any]\n outputs: Any\n\n\n@dataclasses.dataclass\nclass _CallInfoContext(threading.local):\n index: int\n calls: list[_CallInfo]\n\n def get_call_index(self) -> int:\n index = self.index\n self.index += 1\n return index\n\n\n@contextlib.contextmanager\ndef _tabulate_context():\n _context.call_info_stack.append(_CallInfoContext(0, []))\n try:\n yield\n finally:\n _context.call_info_stack.pop()\n\n\n# Track parent relationship across Modules.\n# -----------------------------------------------------------------------------\nclass _DynamicContext(threading.local):\n """"""Dynamic context.""""""\n\n # TODO(marcvanzee): switch to using contextvars once minimum python version is\n # 3.7\n\n def __init__(self):\n self.module_stack: list['Module' | None] = [\n None,\n ]\n self.capture_stack = []\n self.call_info_stack: list[_CallInfoContext] = []\n\n\n# The global context\n_context = _DynamicContext()\n\n\nclass _Sentinel:\n def __copy__(self):\n return self # Do not copy singleton sentinel.\n\n def __deepcopy__(self, memo):\n del memo\n return self # Do not copy singleton sentinel.\n\n def __reduce__(self):\n return _get_unspecified_parent, ()\n\n\ndef _get_unspecified_parent():\n return _unspecified_parent\n\n\n_unspecified_parent = _Sentinel()\n\n\n# Enable automatic named_call wrapping for labelling profile traces.\n# -----------------------------------------------------------------------------\n_use_named_call = config.flax_profile\n\n\ndef _derive_profiling_name(module, fn):\n fn_name = _get_fn_name(fn)\n method_suffix = f'.{fn_name}' if fn_name != '__call__' else ''\n module_name = module.name or module.__class__.__name__\n return f'{module_name}{method_suffix}'\n\n\ndef enable_named_call():\n """"""Enables named call wrapping for labelling profile traces.\n\n When named call wrapping is enabled all JAX ops executed in a Module\n will be run under ``jax.named_scope``. The ``Module`` class name will\n show up around the operations belonging to that Module in the\n Tensorboard profiling UI, simplifying the profiling process.\n\n Note that ``jax.named_scope`` only works for\n compiled functions (e.g.: using jax.jit or jax.pmap).\n """"""\n global _use_named_call\n _use_named_call = True\n\n\ndef disable_named_call():\n """"""Disables named call wrapping.\n\n See ``enable_named_call``\n """"""\n global _use_named_call\n _use_named_call = False\n\n\n@contextlib.contextmanager\ndef override_named_call(enable: bool = True):\n # pylint: disable=g-doc-return-or-yield\n """"""Returns a context manager that enables/disables named call wrapping.\n\n Args:\n enable: If true, enables named call wrapping for labelling profile traces.\n (see ``enabled_named_call``).\n """"""\n # pylint: enable=g-doc-return-or-yield\n global _use_named_call\n use_named_call_prev = _use_named_call\n _use_named_call = enable\n try:\n yield\n finally:\n _use_named_call = use_named_call_prev\n\n\n# Intercept module methods.\n# -----------------------------------------------------------------------------\n@dataclasses.dataclass(frozen=True)\nclass InterceptorContext:\n """"""Read only state showing the calling context for method interceptors.\n\n Attributes:\n module: The Module instance whose method is being called.\n method_name: The name of the method being called on the module.\n orig_method: The original method defined on the module. Calling it will\n short circuit all other interceptors.\n """"""\n\n module: 'Module'\n method_name: str\n orig_method: Callable[..., Any]\n\n\nclass ThreadLocalStack(threading.local):\n """"""Thread-local stack.""""""\n\n def __init__(self):\n self._storage = []\n\n def push(self, elem: Any) -> None:\n self._storage.append(elem)\n\n def pop(self) -> Any:\n return self._storage.pop()\n\n def __iter__(self) -> Iterator[Any]:\n return iter(reversed(self._storage))\n\n def __len__(self) -> int:\n return len(self._storage)\n\n def __repr__(self) -> str:\n return f'{self.__class__.__name__}({self._storage})'\n\n\nArgs = tuple[Any]\nKwargs = dict[str, Any]\nNextGetter = Callable[..., Any]\nInterceptor = Callable[[NextGetter, Args, Kwargs, InterceptorContext], Any]\n_global_interceptor_stack = ThreadLocalStack()\n\n\n@contextlib.contextmanager\ndef intercept_methods(interceptor: Interceptor):\n # pylint: disable=g-doc-return-or-yield\n r""""""Registers a new method interceptor.\n\n Method interceptors allow you to (at a distance) intercept method calls to\n modules. It works similarly to decorators. You could modify args/kwargs before\n calling the underlying method and/or modify the result returning from calling\n the underlying method. Or you could completely skip calling the underlying\n method and decide to do something differently. For example::\n\n >>> import flax.linen as nn\n >>> import jax.numpy as jnp\n ...\n >>> class Foo(nn.Module):\n ... def __call__(self, x):\n ... return x\n ...\n >>> def my_interceptor1(next_fun, args, kwargs, context):\n ... print('calling my_interceptor1')\n ... return next_fun(*args, **kwargs)\n ...\n >>> foo = Foo()\n >>> with nn.intercept_methods(my_interceptor1):\n ... _ = foo(jnp.ones([1]))\n calling my_interceptor1\n\n You could also register multiple interceptors on the same method. Interceptors\n will run in order. For example::\n\n >>> def my_interceptor2(next_fun, args, kwargs, context):\n ... print('calling my_interceptor2')\n ... return next_fun(*args, **kwargs)\n ...\n >>> with nn.intercept_methods(my_interceptor1), \\n ... nn.intercept_methods(my_interceptor2):\n ... _ = foo(jnp.ones([1]))\n calling my_interceptor1\n calling my_interceptor2\n\n You could skip other interceptors by directly calling the\n ``context.orig_method``. For example::\n\n >>> def my_interceptor3(next_fun, args, kwargs, context):\n ... print('calling my_interceptor3')\n ... return context.orig_method(*args, **kwargs)\n >>> with nn.intercept_methods(my_interceptor3), \\n ... nn.intercept_methods(my_interceptor1), \\n ... nn.intercept_methods(my_interceptor2):\n ... _ = foo(jnp.ones([1]))\n calling my_interceptor3\n\n The following methods couldn't be intercepted:\n\n 1. Methods decoratored with ``nn.nowrap``.\n 2. Dunder methods including ``__eq__``, ``__repr__``, ``__init__``, ``__hash__``, and ``__post_init__``.\n 3. Module dataclass fields.\n 4. Module descriptors.\n\n Args:\n interceptor: A method interceptor.\n """"""\n _global_interceptor_stack.push(interceptor)\n try:\n yield\n finally:\n assert _global_interceptor_stack.pop() is interceptor\n\n\ndef run_interceptors(\n orig_method: Callable[..., Any],\n module: 'Module',\n *args,\n **kwargs,\n) -> Any:\n """"""Runs method interceptors.""""""\n method_name = _get_fn_name(orig_method)\n fun = functools.partial(orig_method, module)\n context = InterceptorContext(module, method_name, fun)\n\n def wrap_interceptor(interceptor, fun):\n """"""Wraps `fun` with `interceptor`.""""""\n\n @functools.wraps(fun)\n def wrapped(*args, **kwargs):\n return interceptor(fun, args, kwargs, context)\n\n return wrapped\n\n # Wraps interceptors around the original method. The innermost interceptor is\n # the last one added and directly wrapped around the original bound method.\n for interceptor in _global_interceptor_stack:\n fun = wrap_interceptor(interceptor, fun)\n return fun(*args, **kwargs)\n\n\n# Utilities for pytrees of Modules defined inside setup()\n# -----------------------------------------------------------------------------\n\n\ndef _sorted_items(x):\n """"""Returns items of a dict ordered by keys.""""""\n return sorted(x.items(), key=lambda x: x[0])\n\n\ndef _get_suffix_value_pairs(\n tree_or_leaf: Any,\n) -> list[tuple[str, type['Module']]]:\n """"""Helper for naming pytrees of submodules.""""""\n dict_or_leaf = serialization.to_state_dict(tree_or_leaf)\n if not isinstance(dict_or_leaf, dict) or not dict_or_leaf:\n return [('', tree_or_leaf)]\n else:\n flat_dict = traverse_util.flatten_dict(dict_or_leaf)\n return [('_' + '_'.join(k), v) for k, v in _sorted_items(flat_dict)]\n\n\ndef _map_over_modules_in_tree(fn, tree_or_leaf):\n """"""Helper for mapping function over submodules.""""""\n dict_or_leaf = serialization.to_state_dict(tree_or_leaf)\n if not isinstance(dict_or_leaf, dict) or not dict_or_leaf:\n return fn('', tree_or_leaf)\n else:\n flat_dict = traverse_util.flatten_dict(dict_or_leaf, keep_empty_nodes=True)\n mapped_flat_dict = {\n k: fn('_' + '_'.join(k), v) for k, v in _sorted_items(flat_dict)\n }\n return serialization.from_state_dict(\n tree_or_leaf, traverse_util.unflatten_dict(mapped_flat_dict)\n )\n\n\ndef _freeze_attr(val: Any) -> Any:\n """"""Recursively wrap the given attribute `var` in ``FrozenDict``.""""""\n if isinstance(val, (dict, FrozenDict)):\n return FrozenDict({k: _freeze_attr(v) for k, v in val.items()})\n elif isinstance(val, tuple):\n # Special case namedtuples and special JAX tuple structures otherwise they\n # would be downgraded to normal tuples.\n if hasattr(val, '_fields') or type(val).__name__ == 'PartitionSpec':\n return type(val)(*[_freeze_attr(v) for v in val])\n else:\n return tuple(_freeze_attr(v) for v in val)\n elif isinstance(val, list):\n return tuple(_freeze_attr(v) for v in val)\n else:\n return val\n\n\n# Method wrapping of ""compact methods"" and setup()\n# -----------------------------------------------------------------------------\ndef compact(fun: _CallableT) -> _CallableT:\n """"""Marks the given module method allowing inlined submodules.\n\n Methods wrapped in @compact can define submodules directly within the method.\n\n For instance::\n\n >>> import flax.linen as nn\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x, features):\n ... x = nn.Dense(features)(x)\n ... ...\n ... return x\n\n At most one method in each Module may be wrapped with @compact.\n\n Args:\n fun: The Module method to mark as compact.\n\n Returns:\n The given function ``fun`` marked as compact.\n """"""\n fun.compact = True # type: ignore[attr-defined]\n return fun\n\n\ndef nowrap(fun: _CallableT) -> _CallableT:\n """"""Marks the given module method as a helper method that needn't be wrapped.\n\n Methods wrapped in ``@nowrap`` are private helper methods that needn't be wrapped\n with the state handler or a separate named_call transform.\n\n This is needed in several concrete instances:\n - if you're subclassing a method like Module.param and don't want this\n overriden core function decorated with the state management wrapper.\n - If you want a method to be callable from an unbound Module (e.g.: a\n function of construction of arguments that doesn't depend on params/RNGs).\n If you want to learn more about how Flax Modules manage their state read the\n [The Flax Module lifecycle](https://flax.readthedocs.io/en/latest/developer_notes/module_lifecycle.html)\n guide.\n\n For instance::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class Foo(nn.Module):\n ... num_features: int\n\n ... @nn.nowrap\n ... def _make_dense(self, num_features):\n ... return nn.Dense(num_features)\n\n ... @nn.compact\n ... def __call__(self, x):\n ... # now safe to use constructor helper even if using named_call\n ... dense = self._make_dense(self.num_features)\n ... return dense(x)\n\n Args:\n fun: The Module method to mark as nowrap.\n\n Returns:\n The given function ``fun`` marked as nowrap.\n """"""\n fun.nowrap = True # type: ignore[attr-defined]\n return fun\n\n\ndef compact_name_scope(fun: _CallableT) -> _CallableT:\n """"""Creates compact submodules from a method.\n\n This is a decorator that allows you to define compact submodules from a\n method. It's intention is to make it easier to port code Haiku code to Flax\n by providing the same functionality.\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax\n >>> import jax.numpy as jnp\n >>> from flax.core import pretty_repr\n ...\n >>> class Foo(nn.Module):\n ... @nn.compact_name_scope\n ... def up(self, x):\n ... return nn.Dense(3)(x)\n ...\n ... @nn.compact_name_scope\n ... def down(self, x):\n ... return nn.Dense(3)(x)\n ...\n ... def __call__(self, x):\n ... return self.up(x) + self.down(x)\n ...\n >>> module = Foo()\n >>> variables = module.init(jax.random.PRNGKey(0), jnp.ones((1, 2)))\n >>> params = variables['params']\n >>> print(pretty_repr(jax.tree_util.tree_map(jnp.shape, params)))\n {\n down: {\n Dense_0: {\n bias: (3,),\n kernel: (2, 3),\n },\n },\n up: {\n Dense_0: {\n bias: (3,),\n kernel: (2, 3),\n },\n },\n }\n\n You can also use ``compact_name_scope`` inside ``@compact`` methods or even\n other\n ``compact_name_scope`` methods. Methods that are decorated with\n ``compact_name_scope``\n can also be called directly from ``init`` or ``apply`` via the ``method``\n argument::\n\n >>> y_down = module.apply({'params': params}, jnp.ones((1, 2)), method='down')\n >>> y_down.shape\n (1, 3)\n\n Args:\n fun: The Module method to mark as compact_name_scope.\n\n Returns:\n The given function ``fun`` marked as compact_name_scope.\n """"""\n\n @functools.wraps(fun)\n def compact_name_scope_wrapper(self: nn.Module, *args, **kwargs):\n name = fun.__name__\n if not hasattr(self, '_compact_name_scope_modules'):\n raise ValueError(\n f'Cannot call compact_name_scope method {name!r} on a Module that has not been '\n f'setup. This is likely because you are calling {name!r} '\n 'from outside of init or apply.'\n )\n module = self._compact_name_scope_modules[name]\n return module(*args, **kwargs)\n\n compact_name_scope_wrapper.compact_name_scope = True # type: ignore[attr-defined]\n compact_name_scope_wrapper.inner_fun = fun # type: ignore[attr-defined]\n compact_name_scope_wrapper.nowrap = True # type: ignore[attr-defined]\n return compact_name_scope_wrapper # type: ignore[return-value]\n\n\ndef _get_local_method_names(\n cls: Any, exclude: Iterable[str] = ()\n) -> tuple[str, ...]:\n """"""Gets method names of a class, excluding class and static methods.\n\n Args:\n cls: The class to get method names for.\n exclude: Names to exclude from output.\n\n Returns:\n A list of method names.\n """"""\n true_methods = set()\n for m in cls.__dict__:\n if callable(cls.__dict__[m]) and not inspect.isclass(\n cls.__dict__[m]\n ): # pytype: disable=not-supported-yet\n mtype = type(cls.__dict__[m])\n if mtype != staticmethod and mtype != classmethod:\n true_methods.add(m)\n return tuple(true_methods.difference(set(exclude)))\n\n\ndef _get_local_descriptor_names(\n cls: Any, exclude: Iterable[str] = ()\n) -> tuple[str, ...]:\n """"""Gets descriptor names of a class.\n\n Args:\n cls: The class to get property names for.\n exclude: Names to exclude from output.\n\n Returns:\n A list of property names.\n """"""\n true_properties = set()\n for m, attr in cls.__dict__.items():\n if not callable(attr) and (\n hasattr(attr, '__get__')\n or hasattr(attr, '__set__')\n or hasattr(attr, '__delete__')\n ):\n mtype = type(attr)\n if mtype != staticmethod and mtype != classmethod:\n true_properties.add(m)\n return tuple(true_properties.difference(set(exclude)))\n\n\ndef wrap_method_once(fun: Callable[..., Any]) -> Callable[..., Any]:\n """"""Manages Module state for a given user-defined method.\n\n Args:\n fun: User-defined Module method to manage state for.\n\n Returns:\n Wrapped method.\n """"""\n # Don't rewrap methods that have already had the state management wrapper\n # applied in the decorator stack. This wrapper should always be applied\n # before transformation wrappers.\n if hasattr(fun, 'method_handler_wrapped'):\n return fun\n\n @functools.wraps(fun)\n def wrapped_module_method(*args, **kwargs):\n # We might have incorrectly wrappped a callable\n # that is not a method. Check whether the first arg is self,\n # otherwise call the wrapped function as is.\n if args and isinstance(args[0], Module):\n self, args = args[0], args[1:]\n return self._call_wrapped_method(fun, args, kwargs)\n else:\n return fun(*args, **kwargs)\n\n wrapped_module_method.method_handler_wrapped = True # type: ignore[attr-defined]\n return wrapped_module_method\n\n\ndef wrap_descriptor_once(descriptor) -> 'DescriptorWrapper':\n """"""Wraps a descriptor to give better error messages.\n\n Args:\n descriptor: User-defined Module attribute descriptor.\n\n Returns:\n Wrapped descriptor.\n """"""\n # Don't rewrap descriptors.\n if isinstance(descriptor, DescriptorWrapper):\n return descriptor\n\n return create_descriptor_wrapper(descriptor)\n\n\ndef _wrap_hash(hash_fn: Callable[..., Any]) -> Callable[..., Any]:\n """"""Wraps a hash function with some check for Flax Modules.""""""\n\n @functools.wraps(hash_fn)\n def wrapped(self):\n if self.scope is not None:\n raise TypeError(""Can't call __hash__ on modules that hold variables."")\n try:\n hash_value = hash_fn(self)\n except TypeError as exc:\n raise TypeError(\n 'Failed to hash Flax Module. '\n 'The module probably contains unhashable attributes. '\n f'Module={self}'\n ) from exc\n return hash_value\n\n return wrapped\n\n\ndef _get_unbound_fn(method_or_fn: Callable[..., Any]) -> Callable[..., Any]:\n """"""Returns an unbound function from a method that is possibly bound.\n\n This means that if the passed function belongs of an instance of a class, then\n the returned function does no longer depend on the instance, which is passed\n as the first argument to the function.\n\n Args:\n method_or_fn: A class method or function.\n\n Returns:\n An unbound version of input function.\n """"""\n if inspect.ismethod(method_or_fn) and isinstance(\n method_or_fn.__self__, Module\n ): # pytype: disable=attribute-error\n method_or_fn = method_or_fn.__func__ # pytype: disable=attribute-error\n\n # The method should be callable, and it should have at least one argument\n # representing the class that is passed in.\n if (\n not callable(method_or_fn)\n or len(inspect.signature(method_or_fn).parameters) < 1\n ):\n raise errors.ApplyModuleInvalidMethodError(method_or_fn)\n\n return method_or_fn\n\n\ndef _map_submodules(fn: Callable[['Module'], Any], tree):\n """"""Map a function over all submodules in a tree.""""""\n g = lambda _, x: fn(x) if isinstance(x, Module) else x\n return _freeze_attr(_map_over_modules_in_tree(g, tree))\n\n\nclass SetupState(enum.IntEnum):\n # setup() has not been called.\n NEW = 0\n # setup() has been called outside a transform boundary.\n TRANSFORMED = 1\n # setup() has been called.\n DONE = 2\n\n\n@dataclasses.dataclass\nclass _ModuleInternalState:\n """"""Ephemeral Module Evaluation State.\n\n For clarity, we collect all of the temporary flags and ephemeral state used by\n Modules for autonaming and error messages here, alongside the rules used\n to pass this ephemeral state across transform boundaries.\n """"""\n\n in_compact_method: bool = False\n in_setup: bool = False\n setup_called: SetupState = SetupState.NEW\n is_initialized: bool = False\n autoname_cursor: dict[str, int] = dataclasses.field(default_factory=dict)\n children: dict[str, Union[str, 'Module']] = dataclasses.field(\n default_factory=dict\n )\n\n def reset(self) -> None:\n """"""Resets transient state.\n\n This function is called after each module method, so only attributes that\n are method-dependent are reset.\n """"""\n self.in_compact_method = False\n self.in_setup = False\n self.autoname_cursor = dict()\n\n def export(self) -> '_ModuleInternalState':\n """"""Exports transform-preserved state across transform boundary.""""""\n setup_state = (\n SetupState.TRANSFORMED if self.setup_called else SetupState.NEW\n )\n cloned = _ModuleInternalState(\n in_compact_method=self.in_compact_method,\n in_setup=self.in_setup,\n setup_called=setup_state,\n is_initialized=self.is_initialized,\n autoname_cursor=dict(self.autoname_cursor),\n )\n return cloned\n\n def reimport(self, other: '_ModuleInternalState') -> None:\n """"""Re-imports transform-preserved state from across transform boundary.""""""\n self.in_compact_method = other.in_compact_method\n self.in_setup = other.in_setup\n self.is_initialized = other.is_initialized\n self.autoname_cursor = dict(other.autoname_cursor)\n\n\n_uninitialized_module_internal_state = _ModuleInternalState()\n\n\n_UNDEFINED_COPY_PICKLE_METHODS = (\n '__getstate__',\n '__setstate__',\n '__getnewargs_ex__',\n '__reduce__',\n '__reduce_ex__',\n '__copy__',\n '__deepcopy__',\n)\n\n\n_caches: 'weakref.WeakKeyDictionary[Scope, weakref.WeakValueDictionary[FlaxId, Module]]' = weakref.WeakKeyDictionary()\n\n\ntuple_reduce = lambda xs, x: xs + (x,)\ntuple_init = lambda: ()\n\n\ncapture_call_intermediates = lambda _, method_name: method_name == '__call__'\n\n\nclass ParentDescriptor:\n """"""Wraps parent module references in weak refs.\n\n This prevents reference cycles from forming via parent links which can lead\n to accidental OOMs in eager mode due to slow garbage collection as well as\n spurious tracer leaks during jit compilation.\n\n Note: ""descriptors"" are the underlying python mechanism for implementing\n dynamic @property decorators. We need to use a raw descriptor instead of the\n more common decorator in order to force that the appropriate getter/setter\n logic applies in subclasses even after various dataclass transforms.\n """"""\n\n def __get__(self, obj, objtype=None):\n # check if obj is None, happens during %autoreload\n if obj is None:\n return None\n parent = object.__getattribute__(obj, '_parent_ref')\n return parent() if isinstance(parent, weakref.ReferenceType) else parent\n\n def __set__(self, obj, value):\n maybe_weak = weakref.ref(value) if isinstance(value, Module) else value\n object.__setattr__(obj, '_parent_ref', maybe_weak)\n\n\nclass Descriptor(tpe.Protocol):\n __isabstractmethod__: bool\n\n def __get__(self, obj, objtype=None) -> Any:\n ...\n\n def __set__(self, obj, value) -> None:\n ...\n\n def __delete__(self, obj) -> None:\n ...\n\n def __set_name__(self, owner, name) -> None:\n ...\n\n\nclass DescriptorWrapper:\n pass\n\n\ndef create_descriptor_wrapper(descriptor: Descriptor):\n """"""Creates a descriptor wrapper that calls a get_fn on the descriptor.""""""\n\n class _DescriptorWrapper(DescriptorWrapper):\n """"""A descriptor that can wrap any descriptor.""""""\n\n if hasattr(descriptor, '__isabstractmethod__'):\n __isabstractmethod__ = descriptor.__isabstractmethod__\n\n def __init__(self, wrapped: Descriptor):\n self.wrapped = wrapped\n\n # conditionally define descriptor methods\n if hasattr(descriptor, '__get__'):\n\n def __get__(self, *args, **kwargs):\n # here we will catch internal AttributeError and re-raise it as a\n # more informative and correct error message.\n try:\n return self.wrapped.__get__(*args, **kwargs)\n except AttributeError as e:\n raise errors.DescriptorAttributeError() from e\n\n if hasattr(descriptor, '__set__'):\n\n def __set__(self, *args, **kwargs):\n return self.wrapped.__set__(*args, **kwargs)\n\n if hasattr(descriptor, '__delete__'):\n\n def __delete__(self, *args, **kwargs):\n return self.wrapped.__delete__(*args, **kwargs)\n\n if hasattr(descriptor, '__set_name__'):\n\n def __set_name__(self, *args, **kwargs):\n self.wrapped.__set_name__(*args, **kwargs)\n\n def __getattr__(self, name):\n if 'wrapped' not in vars(self):\n raise AttributeError()\n return getattr(self.wrapped, name)\n\n return _DescriptorWrapper(descriptor)\n\n\n# Base Module definition.\n# -----------------------------------------------------------------------------\n\n\ndef module_field(*, kw_only: bool = False, default: Any | None = ...) -> Any:\n ...\n\n\n# The ModuleBase class is created only to make static analyzers happy\n# mainly pytype and pyright. Some notes:\n# * pyright (correctly) complains that Module itself is not a dataclass, even\n# though all its subclasses and intances ARE dataclasses. Because there is no\n# way to annotate this in a way that pyright understands, we create a\n# ModuleBase class decorated with `dataclass_transform` such that pyright\n# thinks Module is a dataclass (in reality only subclasses are instantiated\n# so this is fine).\n# * The `__dataclass_fields__` attribute is needed because pytype seems to\n# not understand the `dataclass_transform` decorator, therefore we need\n# to add the attribute manually.\n# * Other attributes are annotated for completeness. Because we are using\n# the `if typing.TYPE_CHECKING` pattern, these annotations are not present\n# at runtime so they don't affect the dataclass behavior.\n@tpe.dataclass_transform(field_specifiers=(module_field,)) # type: ignore[literal-required]\nclass ModuleBase:\n if typing.TYPE_CHECKING:\n scope: Scope | None\n _state: _ModuleInternalState\n _parent_ref: Union['Module', weakref.ReferenceType['Module'], None]\n __dataclass_fields__: dict[str, dataclasses.Field]\n\n\nclass Module(ModuleBase):\n """"""Base class for all neural network modules.\n\n Layers and models should subclass this class.\n\n All Flax Modules are Python 3.7\n `dataclasses `_. Since\n dataclasses take over ``__init__``, you should instead override :meth:`setup`,\n which is automatically called to initialize the module.\n\n Modules can contain submodules, and in this way can be nested in a tree\n structure. Submodels can be assigned as regular attributes inside the\n :meth:`setup` method.\n\n You can define arbitrary ""forward pass"" methods on your Module subclass.\n While no methods are special-cased, ``__call__`` is a popular choice because\n it allows you to use module instances as if they are functions::\n\n >>> from flax import linen as nn\n >>> from typing import Tuple\n\n >>> class Module(nn.Module):\n ... features: Tuple[int, ...] = (16, 4)\n\n ... def setup(self):\n ... self.dense1 = nn.Dense(self.features[0])\n ... self.dense2 = nn.Dense(self.features[1])\n\n ... def __call__(self, x):\n ... return self.dense2(nn.relu(self.dense1(x)))\n\n Optionally, for more concise module implementations where submodules\n definitions are co-located with their usage, you can use the\n :meth:`compact` wrapper.\n """"""\n\n if typing.TYPE_CHECKING:\n name: str | None = module_field(kw_only=True, default=None)\n parent: Union['Module', _Sentinel, None] = module_field(\n kw_only=True, default=None\n )\n\n def __init__(self, *args, **kwargs):\n # this stub makes sure pytype accepts constructor arguments.\n pass\n\n def __call__(self, *args, **kwargs) -> Any:\n # this stub allows pytype to accept Modules as Callables.\n pass\n\n @classmethod\n def __init_subclass__(cls, kw_only: bool = False, **kwargs: Any) -> None:\n """"""Automatically initializes all subclasses as custom dataclasses.""""""\n super().__init_subclass__(**kwargs)\n # All Flax Modules are dataclasses. We force this convention since\n # it encourages the stateless behavior needed to clone module instances for\n # functional transformation. Instead of using a python metaclass, we\n # automatically transform Modules into dataclasses at subclass creation\n # time, and we set the last dataclass arguments to `parent` and `name`.\n cls._customized_dataclass_transform(kw_only)\n # We wrap user-defined methods including setup and __call__ to enforce\n # a number of different checks and to provide clear error messages.\n cls._find_compact_name_scope_methods()\n cls._wrap_module_attributes()\n # Set empty class defaults.\n cls._state = _uninitialized_module_internal_state # type: ignore[attr-defined]\n cls.scope: Scope | None = None # type: ignore\n # Handles weak referencing of parent Modules to prevent reference cycles.\n cls._parent_ref = None # type: ignore[attr-defined]\n cls.parent = ParentDescriptor() # type: ignore[assignment]\n\n @classmethod\n def _customized_dataclass_transform(cls, kw_only: bool):\n """"""Transforms `cls` into a dataclass, with custom additional behavior.\n\n 1. Inject `parent` and `name` fields. (If they are already present,\n then check that they have the expected types.)\n 2. Set compare, hash, and repr to False for non-init fields.\n 3. Generate a hash function (if not provided by cls).\n """"""\n # Check reserved attributes have expected type annotations.\n annotations = dict(cls.__dict__.get('__annotations__', {}))\n if annotations.get('parent', _ParentType) != _ParentType:\n raise errors.ReservedModuleAttributeError(annotations)\n if annotations.get('name', str) not in ('str', str, Optional[str]):\n raise errors.ReservedModuleAttributeError(annotations)\n\n # any non-init field will only be set in setup\n # During __hash__ and __eq__ the field is not set yet\n # so it should not be used in compare, hash or repr.\n for field in annotations:\n field_meta = getattr(cls, field, None)\n if isinstance(field_meta, dataclasses.Field) and not field_meta.init:\n field_meta.compare = False\n field_meta.hash = False\n field_meta.repr = False\n\n extra_fields = [\n (\n 'parent',\n _ParentType,\n kw_only_dataclasses.field(\n repr=False, default=_unspecified_parent, kw_only=True\n ),\n ),\n (\n 'name',\n Optional[str],\n kw_only_dataclasses.field(default=None, kw_only=True),\n ),\n ]\n\n if kw_only:\n if tuple(sys.version_info)[:3] >= (3, 10, 0):\n for (\n name,\n annotation, # pytype: disable=invalid-annotation\n default,\n ) in extra_fields:\n setattr(cls, name, default)\n cls.__annotations__[name] = annotation\n dataclasses.dataclass( # type: ignore[call-overload]\n unsafe_hash='__hash__' not in cls.__dict__,\n repr=False,\n kw_only=True,\n )(cls)\n else:\n raise TypeError('`kw_only` is not available before Py 3.10.')\n else:\n # Now apply dataclass transform (which operates in-place).\n # Do generate a hash function only if not provided by the class.\n kw_only_dataclasses.dataclass(\n cls,\n unsafe_hash='__hash__' not in cls.__dict__,\n repr=False,\n extra_fields=extra_fields,\n ) # pytype: disable=wrong-keyword-args\n\n cls.__hash__ = _wrap_hash(cls.__hash__) # type: ignore[method-assign]\n\n @classmethod\n def _find_compact_name_scope_methods(cls):\n """"""Finds all compact_name_scope methods in the class.""""""\n methods = [m[0] for m in inspect.getmembers(cls, predicate=callable)]\n compact_name_scope_fns = tuple(\n method_name\n for method_name in methods\n if hasattr(getattr(cls, method_name), 'compact_name_scope')\n )\n cls._compact_name_scope_methods = compact_name_scope_fns\n\n @classmethod\n def _wrap_module_attributes(cls):\n """"""Wraps user-defined non-inherited methods and descriptors with state\n\n management functions.\n """"""\n # wrap methods\n method_exclusions = [f.name for f in dataclasses.fields(cls)] + [\n '__eq__',\n '__repr__',\n '__init__',\n '__hash__',\n '__post_init__',\n ]\n for key in _get_local_method_names(cls, exclude=method_exclusions):\n method = getattr(cls, key)\n if hasattr(method, 'nowrap'):\n continue\n setattr(cls, key, wrap_method_once(method))\n\n # wrap descriptors\n descriptor_exclusions = [f.name for f in dataclasses.fields(cls)] + [\n 'parent',\n '__dict__',\n ]\n for key in _get_local_descriptor_names(cls, descriptor_exclusions):\n # don't use getattr here, since it will call the descriptor\n descriptor = cls.__dict__[key]\n if hasattr(descriptor, 'nowrap'):\n continue\n setattr(cls, key, wrap_descriptor_once(descriptor))\n return cls\n\n def _call_wrapped_method(self, fun, args, kwargs):\n """"""Calls a wrapped method.\n\n This function is responsible for setting up the thread local state\n correctly before calling the method and cleaning up afterwards.\n This includes storing intermediates, setup of the compact scope,\n and making sure setup is called before any other method.\n\n Args:\n fun: The wrapped method.\n args: Named arguments passed to ``fun``.\n kwargs: Keyword arguments passed to ``fun``.\n\n Returns:\n The results of calling ``fun``.\n """"""\n is_compact_method = hasattr(fun, 'compact')\n fun_name = _get_fn_name(fun)\n is_setup_method = fun_name == 'setup'\n add_call_info = not is_setup_method and len(_context.call_info_stack) > 0\n # We lazily call setup() only when needed.\n if is_setup_method:\n if self.scope is None:\n raise errors.CallSetupUnboundModuleError()\n is_recurrent = self._state.in_setup\n self._state.in_setup = True\n else:\n self._try_setup()\n\n if is_compact_method:\n if self.scope is None:\n raise errors.CallCompactUnboundModuleError()\n is_recurrent = self._state.in_compact_method\n self._state.in_compact_method = True\n _context.module_stack.append(self)\n try:\n # get call info\n if add_call_info:\n assert self.scope is not None\n call_index = _context.call_info_stack[-1].get_call_index()\n\n if _global_interceptor_stack:\n run_fun = functools.partial(run_interceptors, fun)\n else:\n run_fun = fun\n\n # call method\n if _use_named_call:\n with jax.named_scope(_derive_profiling_name(self, fun)):\n y = run_fun(self, *args, **kwargs)\n else:\n y = run_fun(self, *args, **kwargs)\n\n if _context.capture_stack:\n filter_fn = _context.capture_stack[-1]\n if filter_fn and filter_fn(self, fun_name):\n self.sow('intermediates', fun_name, y)\n if add_call_info:\n _args, _kwargs, _y = flax.linen.summary._represent_tree(\n (args, kwargs, y)\n )\n _context.call_info_stack[-1].calls.append(\n _CallInfo(\n call_index,\n self.path,\n self.clone(),\n self.scope.rngs,\n self.scope.mutable,\n fun.__name__,\n _args,\n _kwargs,\n _y,\n )\n )\n return y\n finally:\n _context.module_stack.pop()\n if is_compact_method:\n object.__setattr__(self, 'scope', self.scope.rewound())\n # setup or compact calls can be recurrent for example due to super calls\n # resetting the state would cause is compact/setup method\n # to be set to False prematurely.\n if (is_compact_method or is_setup_method) and not is_recurrent:\n self._state.reset()\n\n def __setattr__(self, name: str, val: Any):\n """"""Sets an attribute on this Module.\n\n We overload setattr solely to support pythonic naming via assignment of\n submodules in the special :meth:`setup` function::\n\n self.submodule_name = MyModule(...)\n\n We also support lists and other general pytrees, e.g.::\n\n self.submodules = [MyModule0(..), MyModule1(..), ...]\n\n Args:\n name: Attribute to set.\n val: Value of the attribute.\n """"""\n fields = self.__dataclass_fields__ # pytype: disable=attribute-error\n is_dataclass_attr = name in fields and fields[name].init\n\n if not self._state.in_setup:\n if not self._state.is_initialized:\n # Setting attributes before end of Module.__post_init__()\n object.__setattr__(self, name, val)\n return\n else:\n # If the attribute is a python special method, we allow setting it (this\n # is useful e.g. for IPython auto-reload).\n if name.startswith('__'):\n object.__setattr__(self, name, val)\n return\n # We're past all initialization and setup logic:\n # Raises a TypeError just like frozen python dataclasses.\n raise errors.SetAttributeFrozenModuleError(\n self.__class__.__name__, name, val\n )\n\n # We're inside the setup() method:\n if is_dataclass_attr:\n # These names are specified as dataclass fields. They should not be\n # initialized within the setup() method, but can be modified freely\n # before it.\n raise errors.SetAttributeInModuleSetupError()\n\n # Values (that may be variables or submodules) are being defined and\n # attached in setup(), we run some extra logic in that case.\n self._register_submodules(name, val)\n\n def __getattr__(self, name: str) -> Any:\n """"""Call setup() before getting any setup-defined attributes.""""""\n # We don't want to return anything for python copy / pickle methods.\n if name in _UNDEFINED_COPY_PICKLE_METHODS:\n raise AttributeError()\n self._try_setup()\n if name in self.__dict__:\n return self.__dict__[name]\n else:\n msg = f'""{self.__class__.__name__}"" object has no attribute ""{name}"".'\n if self.scope is None:\n msg += (\n f' If ""{name}"" is defined in \'.setup()\', remember these fields '\n ""are only accessible from inside 'init' or 'apply'.""\n )\n raise AttributeError(msg)\n\n def __dir__(self) -> list[str]:\n """"""Call setup() before listing attributes.""""""\n self._try_setup()\n return object.__dir__(self) # type: ignore\n\n def __post_init__(self) -> None:\n # DO NOT REMOVE - Marker for internal logging.\n # In dataclasses, __init__ is overridden to process dataclass arguments,\n # and __post_init__ is called immediately afterwards. Here, depending on the\n # type of `parent` passed to initialize the Module, we either defer\n # initialization, attach this Module as a submodule of a parent, or bind\n # this Module at the top-level to variables and rngs.\n\n object.__setattr__(self, '_id', uuid())\n object.__setattr__(self, '_state', _ModuleInternalState())\n\n # Typically we set the parent based on the dynamic module context.\n if self.parent is _unspecified_parent: # pytype: disable=attribute-error\n object.__setattr__(self, 'parent', _context.module_stack[-1])\n\n # Initialization is deferred for top level Modules or any other ""orphan""\n # Modules until attachment by __setattr__ i.e. MyModule(..., parent=None)\n if self.parent is None:\n return\n\n # Register submodule on parent Module.\n if isinstance(self.parent, Module):\n # When initializing an unnamed Module inside setup()\n # initialization is deferred until attachment by __setattr__\n # i.e. self.mymodule = MyModule(...)\n self.name: str | None\n if (\n self.parent._state.in_setup and self.name is None\n ): # pytype: disable=attribute-error\n return\n if not self.parent._initialization_allowed:\n raise errors.AssignSubModuleError(self.__class__.__name__)\n # Autonaming of submodules.\n if self.name is None: # pytype: disable=attribute-error\n prefix = f'{self.__class__.__name__}'\n cursor = self.parent._state.autoname_cursor.get(prefix, 0)\n self.name = f'{prefix}_{cursor}'\n self.parent._state.autoname_cursor[prefix] = cursor + 1\n # Allow scope aliasing under transforms for submodules defined in setup.\n reuse_scopes = (\n self.parent._state.in_setup\n and self.parent._state.setup_called == SetupState.TRANSFORMED\n )\n # Perform name-collision check.\n if self.parent._name_taken(self.name, reuse_scopes=reuse_scopes):\n parent_class = self.parent.__class__.__name__\n raise errors.NameInUseError('submodule', self.name, parent_class)\n # Finalize attachment to parent and scope initialization.\n self.parent._state.children[self.name] = self\n assert self.parent.scope is not None\n object.__setattr__(\n self, 'scope', self.parent.scope.push(self.name, reuse=reuse_scopes)\n )\n\n # Top-level invocation with a functional Scope.\n elif isinstance(self.parent, Scope):\n object.__setattr__(self, 'scope', self.parent)\n else:\n raise ValueError('parent must be None, Module or Scope')\n\n # eagerly bind submodules if scope is available\n if self.scope is not None:\n for field in dataclasses.fields(self):\n if field.name not in ('parent', 'name') and field.init:\n self._register_submodules(field.name, getattr(self, field.name))\n\n self._state.is_initialized = True\n\n def __repr__(self) -> str:\n return _module_repr(self)\n\n def setup(self) -> None:\n """"""Initializes a Module lazily (similar to a lazy ``__init__``).\n\n ``setup`` is called once lazily on a module instance when a module\n is bound, immediately before any other methods like ``__call__`` are\n invoked, or before a ``setup``-defined attribute on ``self`` is accessed.\n\n This can happen in three cases:\n\n 1. Immediately when invoking :meth:`apply`, :meth:`init` or\n :meth:`init_and_output`.\n\n 2. Once the module is given a name by being assigned to an attribute of\n another module inside the other module's ``setup`` method\n (see :meth:`__setattr__`)::\n\n >>> class MyModule(nn.Module):\n ... def setup(self):\n ... submodule = nn.Conv(...)\n\n ... # Accessing `submodule` attributes does not yet work here.\n\n ... # The following line invokes `self.__setattr__`, which gives\n ... # `submodule` the name ""conv1"".\n ... self.conv1 = submodule\n\n ... # Accessing `submodule` attributes or methods is now safe and\n ... # either causes setup() to be called once.\n\n 3. Once a module is constructed inside a method wrapped with\n :meth:`compact`, immediately before another method is called or\n ``setup`` defined attribute is accessed.\n """"""\n pass\n\n def _register_submodules(self, name, val):\n """"""Registers a submodule.""""""\n assert self.scope, 'Trying to register submodules on unbound scope.'\n root = self.scope.root\n cache = _caches.get(root, weakref.WeakValueDictionary())\n _caches[root] = cache\n queue = []\n preserve_adopted_names = config.flax_preserve_adopted_names\n if hasattr(type(self), 'preserve_adopted_names'):\n preserve_adopted_names = type(self).preserve_adopted_names\n\n def adopt_attr_modules(cache, queue, suffix, subvalue):\n if isinstance(subvalue, Module):\n current_name = subvalue.name\n adopted_name = None\n if subvalue.parent is None:\n # Preserve sharing-by-reference relationships during adoption\n # via cache keyed on unique instance ids.\n key = subvalue._id\n # Module was passed from outside. It needs to be cloned.\n # Outside modules are named by attachment, not an outer name,\n # UNLESS we're using new adopted name policy, in which case an existing\n # name will be used, as is often supplied by config systems.\n if preserve_adopted_names:\n adopted_name = object.__getattribute__(subvalue, 'name')\n if key in cache:\n subvalue = cache[key]\n else:\n subvalue = subvalue.clone(name=None)\n cache[key] = subvalue\n if subvalue.name is None:\n object.__setattr__(subvalue, 'parent', self)\n if adopted_name is None:\n adopted_name = (\n f'{name}{suffix}'\n if not isinstance(subvalue, CompactNameScope)\n else current_name\n )\n object.__setattr__(subvalue, 'name', adopted_name)\n queue.append(subvalue)\n return subvalue\n\n val = _freeze_attr(\n _map_over_modules_in_tree(\n functools.partial(adopt_attr_modules, cache, queue), val\n )\n )\n object.__setattr__(self, name, val)\n for x in queue:\n x.__post_init__()\n\n def _try_setup(self, shallow: bool = False) -> None:\n """"""Tries to setup module if scope is available and setup has not been called yet.""""""\n if (\n self.scope\n and not self._state.in_setup\n and self._state.setup_called != SetupState.DONE\n ):\n try:\n self._state.in_setup = True\n # A shallow setup will only register attribute submodules but it does\n # not call the user's setup. This avoids running before a\n # transformation.\n for field in dataclasses.fields(self):\n if field.name not in ('parent', 'name') and field.init:\n self._register_submodules(field.name, getattr(self, field.name))\n if not shallow:\n self.setup()\n # create NonTransparent Modules\n self._compact_name_scope_modules = {\n name: CompactNameScope(\n getattr(type(self), name).inner_fun, lambda: self, name=name\n )\n for name in self._compact_name_scope_methods\n }\n\n # We run static checks abstractly once for setup before any transforms\n # to detect name collisions and other python errors.\n elif self._state.setup_called == SetupState.NEW:\n self._validate_setup()\n finally:\n self._state.in_setup = False\n if not shallow:\n self._state.setup_called = SetupState.DONE\n\n def _validate_setup(self) -> None:\n """"""Abstractly evaluates setup only to run static checks.""""""\n\n def run_setup_only(x):\n wrapped_id = wrap_method_once(lambda m, x: x)\n with TestScope({}, rngs={}, mutable=True).temporary() as root:\n return wrapped_id(self.clone(parent=root), x)\n\n _ = jax.eval_shape(run_setup_only, 0)\n\n def _name_taken(\n self,\n name: str,\n reuse_scopes: bool = False,\n collection: str | None = None,\n ) -> bool:\n assert self.scope is not None\n if reuse_scopes:\n return False\n return self.scope.name_reserved(name, collection)\n\n @property\n def _initialization_allowed(self):\n return (\n not self._state.is_initialized # allow eager attachment in post-init\n or self._state.in_setup\n or self._state.in_compact_method\n )\n\n @property\n def path(self):\n """"""Get the path of this Module. Top-level root modules have an empty path ``()``.\n Note that this method can only be used on bound modules that have a valid scope.\n\n Example usage::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class SubModel(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... print(f'SubModel path: {self.path}')\n ... return x\n\n >>> class Model(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... print(f'Model path: {self.path}')\n ... return SubModel()(x)\n\n >>> model = Model()\n >>> variables = model.init(jax.random.key(0), jnp.ones((1, 2)))\n Model path: ()\n SubModel path: ('SubModel_0',)\n """"""\n\n if self.scope is None:\n raise ValueError(""Can't access module paths on unbound modules."")\n\n return self.scope.path\n\n def clone(\n self: M,\n *,\n parent: Union[Scope, 'Module', _Sentinel] | None = None,\n _deep_clone: bool | weakref.WeakValueDictionary = False,\n _reset_names: bool = False,\n **updates,\n ) -> M:\n """"""Creates a clone of this Module, with optionally updated arguments.\n\n NOTE: end users are encouraged to use the ``copy`` method. ``clone`` is used\n primarily for internal routines, and ``copy`` offers simpler arguments and\n better defaults.\n\n Args:\n parent: The parent of the clone. The clone will have no parent if no\n explicit parent is specified.\n _deep_clone: A boolean or a weak value dictionary to control deep cloning\n of submodules. If True, submodules will be cloned recursively. If a weak\n value dictionary is passed, it will be used to cache cloned submodules.\n This flag is used by init/apply/bind to avoid scope leakage.\n _reset_names: If True, ``name=None`` is also passed to submodules when\n cloning. Resetting names in submodules is necessary when calling ``.unbind``.\n **updates: Attribute updates.\n\n Returns:\n A clone of the this Module with the updated attributes and parent.\n """"""\n attrs = {\n f.name: getattr(self, f.name) for f in dataclasses.fields(self) if f.init\n }\n\n attrs.update(parent=parent, **updates)\n\n # Here we implement deep cloning of submodules, this is necessary to avoid scope leakage\n # from external submodules into init/apply/bind while preserving sharing-by-reference\n # relationships between submodules.\n if _deep_clone != False:\n # We use a weak value dictionary to cache cloned submodules. When a shared\n # submodule is cloned, its only cloned once else its fetched from the cache.\n cache = (\n weakref.WeakValueDictionary()\n if isinstance(_deep_clone, bool)\n else _deep_clone\n )\n\n def clone_fn(m: Module) -> Module:\n if hasattr(m, '_id'):\n key = m._id\n if key in cache:\n return cache[key]\n else:\n if _reset_names:\n clone = m.clone(\n _deep_clone=cache, _reset_names=_reset_names, name=None\n )\n else:\n clone = m.clone(_deep_clone=cache)\n cache[key] = clone\n return clone\n else:\n # If the module doesn't have an _id attribute it could be a mock object\n # so we return it as is.\n return m\n\n # _map_submodules will map over all submodules inside attrs\n # value here can be any pytree, non-module values are ignored\n for field_name, value in attrs.items():\n if field_name == 'parent':\n continue\n attrs[field_name] = _map_submodules(clone_fn, value)\n\n module = self.__class__(**attrs)\n\n return module\n\n def copy(\n self: M,\n *,\n parent: Union[Scope, 'Module', _Sentinel] | None = _unspecified_parent,\n name: str | None = None,\n **updates,\n ) -> M:\n """"""Creates a copy of this Module, with optionally updated arguments.\n\n Args:\n parent: The parent of the copy. By default the current module is taken\n as parent if not explicitly specified.\n name: A new name for the copied Module, by default a new automatic name\n will be given.\n **updates: Attribute updates.\n\n Returns:\n A copy of the this Module with the updated name, parent, and attributes.\n """"""\n return self.clone(\n parent=parent, name=name, _deep_clone=True, _reset_names=False, **updates\n )\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n ) -> Variable[T]:\n ...\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: Literal[True],\n **init_kwargs,\n ) -> Variable[T]:\n ...\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: Literal[False],\n **init_kwargs,\n ) -> Variable[meta.AxisMetadata[T]]:\n ...\n\n @overload\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: bool = True,\n **init_kwargs,\n ) -> Variable[T] | Variable[meta.AxisMetadata[T]]:\n ...\n\n def variable(\n self,\n col: str,\n name: str,\n init_fn: Callable[..., T] | None = None,\n *init_args,\n unbox: bool = True,\n **init_kwargs,\n ) -> Variable[T] | Variable[meta.AxisMetadata[T]]:\n """"""Declares and returns a variable in this Module.\n\n See :mod:`flax.core.variables` for more information. See also :meth:`param`\n for a shorthand way to define read-only variables in the ""params""\n collection.\n\n Contrary to :meth:`param`, all arguments passing using ``init_fn`` should be\n passed on explicitly::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(4)(x)\n ... key = self.make_rng('stats')\n ... mean = self.variable('stats', 'mean', nn.initializers.lecun_normal(), key, x.shape)\n ... ...\n ... return x * mean.value\n >>> variables = Foo().init({'params': jax.random.key(0), 'stats': jax.random.key(1)}, jnp.ones((2, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'Dense_0': {'bias': (4,), 'kernel': (3, 4)}}, 'stats': {'mean': (2, 4)}}\n\n In the example above, the function ``lecun_normal`` expects two arguments:\n ``key`` and ``shape``, and both have to be passed on. The PRNG for ``stats``\n has to be provided explicitly when calling :meth:`init` and :meth:`apply`.\n\n Args:\n col: The variable collection name.\n name: The variable name.\n init_fn: The function that will be called to compute the initial value of\n this variable. This function will only be called the first time this\n variable is used in this module. If None, the variable must already be\n initialized otherwise an error is raised.\n *init_args: The positional arguments to pass to init_fn.\n unbox: If True, ``AxisMetadata`` instances are replaced by their unboxed\n value, see ``flax.nn.meta.unbox`` (default: True).\n **init_kwargs: The key-word arguments to pass to init_fn\n\n Returns:\n A :class:`flax.core.variables.Variable` that can be read or set via\n "".value"" attribute. Throws an error if the variable exists already.\n """"""\n if not self._initialization_allowed:\n raise ValueError(\n 'Variables must be initialized in `setup()` or in a method '\n 'wrapped in `@compact`'\n )\n if self._name_taken(name, collection=col):\n raise errors.NameInUseError('variable', name, self.__class__.__name__)\n assert self.scope is not None\n v = self.scope.variable(\n col, name, init_fn, *init_args, unbox=unbox, **init_kwargs\n )\n self._state.children[name] = col\n return v\n\n @overload\n def param(\n self, name: str, init_fn: Callable[..., T], *init_args,\n ) -> T:\n ...\n\n @overload\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: Literal[True],\n **init_kwargs,\n ) -> T:\n ...\n\n @overload\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: Literal[False],\n **init_kwargs,\n ) -> meta.AxisMetadata[T]:\n ...\n\n @overload\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: bool,\n **init_kwargs,\n ) -> T | meta.AxisMetadata[T]:\n ...\n\n def param(\n self,\n name: str,\n init_fn: Callable[..., T],\n *init_args,\n unbox: bool = True,\n **init_kwargs,\n ) -> T | meta.AxisMetadata[T]:\n """"""Declares and returns a parameter in this Module.\n\n Parameters are read-only variables in the collection named ""params"". See\n :mod:`flax.core.variables` for more details on variables.\n\n The first argument of ``init_fn`` is assumed to be a PRNG key, which is\n provided automatically and does not have to be passed using ``init_args``\n or ``init_kwargs``::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(4)(x)\n ... mean = self.param('mean', nn.initializers.lecun_normal(), x.shape)\n ... ...\n ... return x * mean\n >>> variables = Foo().init({'params': jax.random.key(0), 'stats': jax.random.key(1)}, jnp.ones((2, 3)))\n >>> jax.tree_util.tree_map(jnp.shape, variables)\n {'params': {'Dense_0': {'bias': (4,), 'kernel': (3, 4)}, 'mean': (2, 4)}}\n\n In the example above, the function ``lecun_normal`` expects two arguments:\n ``key`` and ``shape``, but only ``shape`` has to be provided explicitly;\n ``key`` is set automatically using the PRNG for ``params`` that is passed\n when initializing the module using :meth:`init`.\n\n Args:\n name: The parameter name.\n init_fn: The function that will be called to compute the initial value of\n this variable. This function will only be called the first time this\n parameter is used in this module.\n *init_args: The positional arguments to pass to init_fn.\n unbox: If True, ``AxisMetadata`` instances are replaced by their unboxed\n value, see ``flax.nn.meta.unbox`` (default: True).\n **init_kwargs: The key-word arguments to pass to init_fn.\n\n Returns:\n The value of the initialized parameter. Throws an error if the parameter\n exists already.\n """"""\n if not self._initialization_allowed:\n raise ValueError(\n 'Parameters must be initialized in `setup()` or in a method '\n 'wrapped in `@compact`'\n )\n if self._name_taken(name, collection='params'):\n raise errors.NameInUseError('param', name, self.__class__.__name__)\n assert self.scope is not None\n v = self.scope.param(name, init_fn, *init_args, unbox=unbox, **init_kwargs)\n self._state.children[name] = 'params'\n return v\n\n def has_variable(self, col: str, name: str) -> bool:\n """"""Checks if a variable of given collection and name exists in this Module.\n\n See :mod:`flax.core.variables` for more explanation on variables and\n collections.\n\n Args:\n col: The variable collection name.\n name: The name of the variable.\n\n Returns:\n True if the variable exists.\n """"""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n return self.scope.has_variable(col, name)\n\n def is_mutable_collection(self, col: str) -> bool:\n """"""Returns true if the collection ``col`` is mutable.""""""\n if self.scope is None:\n raise ValueError(""Can't check mutability on unbound modules"")\n return self.scope.is_mutable_collection(col)\n\n def has_rng(self, name: str) -> bool:\n """"""Returns true if a PRNGSequence with name ``name`` exists.""""""\n if self.scope is None:\n raise ValueError(""Can't query for RNGs on unbound modules"")\n return self.scope.has_rng(name)\n\n def make_rng(self, name: str = 'params') -> PRNGKey:\n """"""Returns a new RNG key from a given RNG sequence for this Module.\n\n The new RNG key is split from the previous one. Thus, every call to\n ``make_rng`` returns a new RNG key, while still guaranteeing full\n reproducibility.\n\n .. note::\n If an invalid name is passed (i.e. no RNG key was passed by\n the user in ``.init`` or ``.apply`` for this name), then ``name``\n will default to ``'params'``.\n\n Example::\n\n >>> import jax\n >>> import flax.linen as nn\n\n >>> class ParamsModule(nn.Module):\n ... def __call__(self):\n ... return self.make_rng('params')\n >>> class OtherModule(nn.Module):\n ... def __call__(self):\n ... return self.make_rng('other')\n\n >>> key = jax.random.key(0)\n >>> params_out, _ = ParamsModule().init_with_output({'params': key})\n >>> # self.make_rng('other') will default to using the 'params' RNG stream\n >>> other_out, _ = OtherModule().init_with_output({'params': key})\n >>> assert params_out == other_out\n\n Learn more about RNG's by reading the Flax RNG guide:\n https://flax.readthedocs.io/en/latest/guides/flax_fundamentals/rng_guide.html\n\n Args:\n name: The RNG sequence name.\n\n Returns:\n The newly generated RNG key.\n """"""\n if self.scope is None:\n raise ValueError(""Can't use RNGs on unbound modules"")\n return self.scope.make_rng(name)\n\n def is_initializing(self) -> bool:\n """"""Returns True if running under self.init(...) or nn.init(...)().\n\n This is a helper method to handle the common case of simple initialization\n where we wish to have setup logic occur when only called under\n ``module.init`` or ``nn.init``. For more complicated multi-phase\n initialization scenarios it is better to test for the mutability of\n particular variable collections or for the presence of particular\n variables that potentially need to be initialized.\n """"""\n if self.scope is None:\n raise ValueError(""Can't check if running under init() on unbound modules"")\n return self.scope.get_flag('initializing', False)\n\n def _module_checks(self):\n """"""Run standard runtime checks.""""""\n\n if not isinstance(self, Module):\n raise errors.InvalidInstanceModuleError()\n\n overridden_post_init = self.__post_init__ != Module.__post_init__\n if overridden_post_init and not hasattr(self, '_id'):\n raise errors.IncorrectPostInitOverrideError()\n\n @traceback_util.api_boundary\n def bind(\n self: M,\n variables: VariableDict,\n *args,\n rngs: RNGSequences | None = None,\n mutable: CollectionFilter = False,\n ) -> M:\n """"""Creates an interactive Module instance by binding variables and RNGs.\n\n ``bind`` provides an ""interactive"" instance of a Module directly without\n transforming a function with ``apply``. This is particularly useful for\n debugging and interactive use cases like notebooks where a function would\n limit the ability to split up code into different cells.\n\n Once the variables (and optionally RNGs) are bound to a ``Module`` it\n becomes a stateful object. Note that idiomatic JAX is functional and\n therefore an interactive instance does not mix well with vanilla JAX APIs.\n ``bind()`` should only be used for interactive experimentation, and in all\n other cases we strongly encourage users to use ``apply()`` instead.\n\n Example::\n\n >>> import jax\n >>> import jax.numpy as jnp\n >>> import flax.linen as nn\n\n >>> class AutoEncoder(nn.Module):\n ... def setup(self):\n ... self.encoder = nn.Dense(3)\n ... self.decoder = nn.Dense(5)\n ...\n ... def __call__(self, x):\n ... return self.decoder(self.encoder(x))\n\n >>> x = jnp.ones((16, 9))\n >>> ae = AutoEncoder()\n >>> variables = ae.init(jax.random.key(0), x)\n >>> model = ae.bind(variables)\n >>> z = model.encoder(x)\n >>> x_reconstructed = model.decoder(z)\n\n Args:\n variables: A dictionary containing variables keyed by variable\n collections. See :mod:`flax.core.variables` for more details about\n variables.\n *args: Named arguments (not used).\n rngs: a dict of PRNGKeys to initialize the PRNG sequences.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections.\n\n Returns:\n A copy of this instance with bound variables and RNGs.\n """"""\n Module._module_checks(self)\n\n del args\n scope = core.bind(variables, rngs=rngs, mutable=mutable)\n return self.clone(parent=scope, _deep_clone=True)\n\n def unbind(self: M) -> tuple[M, VariableDict]:\n """"""Returns an unbound copy of a Module and its variables.\n\n ``unbind`` helps create a stateless version of a bound Module.\n\n An example of a common use case: to extract a sub-Module defined inside\n ``setup()`` and its corresponding variables: 1) temporarily ``bind`` the\n parent Module; and then 2) ``unbind`` the desired sub-Module. (Recall that\n ``setup()`` is only called when the Module is bound.)::\n\n >>> class Encoder(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... ...\n ... return nn.Dense(256)(x)\n\n >>> class Decoder(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... ...\n ... return nn.Dense(784)(x)\n\n >>> class AutoEncoder(nn.Module):\n ... def setup(self):\n ... self.encoder = Encoder()\n ... self.decoder = Decoder()\n ...\n ... def __call__(self, x):\n ... return self.decoder(self.encoder(x))\n\n >>> module = AutoEncoder()\n >>> variables = module.init(jax.random.key(0), jnp.ones((1, 784)))\n\n >>> # Extract the Encoder sub-Module and its variables\n >>> encoder, encoder_vars = module.bind(variables).encoder.unbind()\n\n Returns:\n A tuple with an unbound copy of this Module and its variables.\n """"""\n Module._module_checks(self)\n\n if self.scope is None:\n raise errors.CallUnbindOnUnboundModuleError()\n\n variables = self.variables\n module = self.clone(_deep_clone=True, _reset_names=True, name=None)\n return module, variables\n\n @traceback_util.api_boundary\n def apply(\n self,\n variables: VariableDict,\n *args,\n rngs: PRNGKey | RNGSequences | None = None,\n method: Callable[..., Any] | str | None = None,\n mutable: CollectionFilter = False,\n capture_intermediates: bool | Callable[['Module', str], bool] = False,\n **kwargs,\n ) -> Any | tuple[Any, FrozenVariableDict | dict[str, Any]]:\n """"""Applies a module method to variables and returns output and modified variables.\n\n Note that ``method`` should be set if one would like to call ``apply`` on a\n different class method than ``__call__``. For instance, suppose a\n Transformer modules has a method called ``encode``, then the following calls\n ``apply`` on that method::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> import numpy as np\n\n >>> class Transformer(nn.Module):\n ... def encode(self, x):\n ... ...\n\n >>> x = jnp.ones((16, 9))\n >>> model = Transformer()\n >>> variables = model.init(jax.random.key(0), x, method=Transformer.encode)\n\n >>> encoded = model.apply(variables, x, method=Transformer.encode)\n\n If a function instance is provided, the unbound function is used. For\n instance, the example below is equivalent to the one above::\n\n >>> encoded = model.apply(variables, x, method=model.encode)\n\n You can also pass a string to a callable attribute of the module. For\n example, the previous can be written as::\n\n >>> encoded = model.apply(variables, x, method='encode')\n\n Note ``method`` can also be a function that is not defined in\n ``Transformer``. In that case, the function should have at least one\n argument representing an instance of the Module class::\n\n >>> def other_fn(instance, x):\n ... # instance.some_module_attr(...)\n ... instance.encode\n ... ...\n\n >>> model.apply(variables, x, method=other_fn)\n\n If you pass a single ``PRNGKey``, Flax will use it to feed the ``'params'``\n RNG stream. If you want to use a different RNG stream or need to use\n multiple streams, you can pass a dictionary mapping each RNG stream name\n to its corresponding ``PRNGKey`` to ``apply``. If ``self.make_rng(name)``\n is called on an RNG stream name that isn't passed by the user, it will\n default to using the ``'params'`` RNG stream.\n\n Example::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x, add_noise=False):\n ... x = nn.Dense(16)(x)\n ... x = nn.relu(x)\n ...\n ... if add_noise:\n ... # Add gaussian noise\n ... noise_key = self.make_rng('noise')\n ... x = x + jax.random.normal(noise_key, x.shape)\n ...\n ... return nn.Dense(1)(x)\n\n >>> x = jnp.empty((1, 7))\n >>> module = Foo()\n >>> rngs = {'params': jax.random.key(0), 'noise': jax.random.key(1)}\n >>> variables = module.init(rngs, x)\n >>> out0 = module.apply(variables, x, add_noise=True, rngs=rngs)\n\n >>> rngs['noise'] = jax.random.key(0)\n >>> out1 = module.apply(variables, x, add_noise=True, rngs=rngs)\n >>> # different output (key(1) vs key(0))\n >>> np.testing.assert_raises(AssertionError, np.testing.assert_allclose, out0, out1)\n\n >>> del rngs['noise']\n >>> # self.make_rng('noise') will default to using the 'params' RNG stream\n >>> out2 = module.apply(variables, x, add_noise=True, rngs=rngs)\n >>> # same output (key(0))\n >>> np.testing.assert_allclose(out1, out2)\n\n >>> # passing in a single key is equivalent to passing in {'params': key}\n >>> out3 = module.apply(variables, x, add_noise=True, rngs=jax.random.key(0))\n >>> # same output (key(0))\n >>> np.testing.assert_allclose(out2, out3)\n\n Args:\n variables: A dictionary containing variables keyed by variable\n collections. See :mod:`flax.core.variables` for more details about\n variables.\n *args: Named arguments passed to the specified apply method.\n rngs: a dict of PRNGKeys to initialize the PRNG sequences. The ""params""\n PRNG sequence is used to initialize parameters.\n method: A function to call apply on. This is generally a function in the\n module. If provided, applies this method. If not provided, applies the\n ``__call__`` method of the module. A string can also be provided to\n specify a method by name.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections.\n capture_intermediates: If ``True``, captures intermediate return values of\n all Modules inside the ""intermediates"" collection. By default, only the\n return values of all ``__call__`` methods are stored. A function can be\n passed to change the filter behavior. The filter function takes the\n Module instance and method name and returns a bool indicating whether\n the output of that method invocation should be stored.\n **kwargs: Keyword arguments passed to the specified apply method.\n\n Returns:\n If ``mutable`` is False, returns output. If any collections are\n mutable, returns ``(output, vars)``, where ``vars`` are is a dict\n of the modified collections.\n """"""\n Module._module_checks(self)\n\n if rngs is not None and not isinstance(rngs, dict):\n if not core.scope._is_valid_rng(rngs):\n raise errors.InvalidRngError(\n 'RNGs should be of shape (2,) or PRNGKey in Module '\n f'{self.__class__.__name__}, but rngs are: {rngs}'\n )\n rngs = {'params': rngs}\n\n if isinstance(method, str):\n attribute_name = method\n method = getattr(self, attribute_name)\n if not callable(method):\n class_name = type(self).__name__\n raise TypeError(\n f""'{class_name}.{attribute_name}' must be a callable, got""\n f' {type(method)}.'\n )\n # if the `method` string is a submodule, we create a lambda function\n # that calls the submodule, forwarding all arguments.\n if isinstance(method, Module):\n method = lambda self, *args, **kwargs: getattr(self, attribute_name)(\n *args, **kwargs\n )\n elif method is None:\n method = self.__call__\n method = _get_unbound_fn(method)\n return apply(\n method,\n self,\n mutable=mutable,\n capture_intermediates=capture_intermediates,\n )(variables, *args, **kwargs, rngs=rngs)\n\n @traceback_util.api_boundary\n def init_with_output(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n method: Callable[..., Any] | str | None = None,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[['Module', str], bool] = False,\n **kwargs,\n ) -> tuple[Any, FrozenVariableDict | dict[str, Any]]:\n """"""Initializes a module method with variables and returns output and modified variables.\n\n Args:\n rngs: The rngs for the variable collections.\n *args: Named arguments passed to the init function.\n method: An optional method. If provided, applies this method. If not\n provided, applies the ``__call__`` method. A string can also be\n provided to specify a method by name.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default, all collections except ""intermediates""\n are mutable.\n capture_intermediates: If ``True``, captures intermediate return values of\n all Modules inside the ""intermediates"" collection. By default only the\n return values of all ``__call__`` methods are stored. A function can be\n passed to change the filter behavior. The filter function takes the\n Module instance and method name and returns a bool indicating whether\n the output of that method invocation should be stored.\n **kwargs: Keyword arguments passed to the init function.\n\n Returns:\n ``(output, vars)``, where ``vars`` are is a dict of the modified\n collections.\n """"""\n Module._module_checks(self)\n\n if not isinstance(rngs, dict):\n if not core.scope._is_valid_rng(rngs):\n raise errors.InvalidRngError(\n 'RNGs should be of shape (2,) or PRNGKey in Module '\n f'{self.__class__.__name__}, but rngs are: {rngs}'\n )\n rngs = {'params': rngs}\n\n if isinstance(method, str):\n attribute_name = method\n method = getattr(self, attribute_name)\n if not callable(method):\n class_name = type(self).__name__\n raise TypeError(\n f""'{class_name}.{attribute_name}' must be a callable, got""\n f' {type(method)}.'\n )\n elif method is None:\n method = self.__call__\n method = _get_unbound_fn(method)\n return init_with_output(\n method,\n self,\n mutable=mutable,\n capture_intermediates=capture_intermediates,\n )(rngs, *args, **kwargs)\n\n @traceback_util.api_boundary\n def init(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n method: Callable[..., Any] | str | None = None,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[['Module', str], bool] = False,\n **kwargs,\n ) -> FrozenVariableDict | dict[str, Any]:\n """"""Initializes a module method with variables and returns modified variables.\n\n ``init`` takes as first argument either a single ``PRNGKey``, or a\n dictionary mapping variable collections names to their ``PRNGKeys``, and\n will call ``method`` (which is the module's ``__call__`` function by\n default) passing ``*args`` and ``**kwargs``, and returns\n a dictionary of initialized variables.\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n >>> import numpy as np\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x, train):\n ... x = nn.Dense(16)(x)\n ... x = nn.BatchNorm(use_running_average=not train)(x)\n ... x = nn.relu(x)\n ... return nn.Dense(1)(x)\n\n >>> x = jnp.empty((1, 7))\n >>> module = Foo()\n >>> key = jax.random.key(0)\n >>> variables = module.init(key, x, train=False)\n\n If you pass a single ``PRNGKey``, Flax will use it to feed the ``'params'``\n RNG stream. If you want to use a different RNG stream or need to use\n multiple streams, you can pass a dictionary mapping each RNG stream name\n to its corresponding ``PRNGKey`` to ``init``. If ``self.make_rng(name)``\n is called on an RNG stream name that isn't passed by the user, it will\n default to using the ``'params'`` RNG stream.\n\n Example::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(16)(x)\n ... x = nn.relu(x)\n ...\n ... other_variable = self.variable(\n ... 'other_collection',\n ... 'other_variable',\n ... lambda x: jax.random.normal(self.make_rng('other_rng'), x.shape),\n ... x,\n ... )\n ... x = x + other_variable.value\n ...\n ... return nn.Dense(1)(x)\n\n >>> module = Foo()\n >>> rngs = {'params': jax.random.key(0), 'other_rng': jax.random.key(1)}\n >>> variables0 = module.init(rngs, x)\n\n >>> rngs['other_rng'] = jax.random.key(0)\n >>> variables1 = module.init(rngs, x)\n >>> # equivalent params (key(0))\n >>> _ = jax.tree_util.tree_map(\n ... np.testing.assert_allclose, variables0['params'], variables1['params']\n ... )\n >>> # different other_variable (key(1) vs key(0))\n >>> np.testing.assert_raises(\n ... AssertionError,\n ... np.testing.assert_allclose,\n ... variables0['other_collection']['other_variable'],\n ... variables1['other_collection']['other_variable'],\n ... )\n\n >>> del rngs['other_rng']\n >>> # self.make_rng('other_rng') will default to using the 'params' RNG stream\n >>> variables2 = module.init(rngs, x)\n >>> # equivalent params (key(0))\n >>> _ = jax.tree_util.tree_map(\n ... np.testing.assert_allclose, variables1['params'], variables2['params']\n ... )\n >>> # equivalent other_variable (key(0))\n >>> np.testing.assert_allclose(\n ... variables1['other_collection']['other_variable'],\n ... variables2['other_collection']['other_variable'],\n ... )\n\n >>> # passing in a single key is equivalent to passing in {'params': key}\n >>> variables3 = module.init(jax.random.key(0), x)\n >>> # equivalent params (key(0))\n >>> _ = jax.tree_util.tree_map(\n ... np.testing.assert_allclose, variables2['params'], variables3['params']\n ... )\n >>> # equivalent other_variable (key(0))\n >>> np.testing.assert_allclose(\n ... variables2['other_collection']['other_variable'],\n ... variables3['other_collection']['other_variable'],\n ... )\n\n Jitting ``init`` initializes a model lazily using only the shapes of the\n provided arguments, and avoids computing the forward pass with actual\n values. Example::\n\n >>> module = nn.Dense(1)\n >>> init_jit = jax.jit(module.init)\n >>> variables = init_jit(jax.random.key(0), x)\n\n ``init`` is a light wrapper over ``apply``, so other ``apply`` arguments\n like ``method``, ``mutable``, and ``capture_intermediates`` are also\n available.\n\n Args:\n rngs: The rngs for the variable collections.\n *args: Named arguments passed to the init function.\n method: An optional method. If provided, applies this method. If not\n provided, applies the ``__call__`` method. A string can also be provided\n to specify a method by name.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default all collections except ""intermediates""\n are mutable.\n capture_intermediates: If ``True``, captures intermediate return values of\n all Modules inside the ""intermediates"" collection. By default only the\n return values of all ``__call__`` methods are stored. A function can be\n passed to change the filter behavior. The filter function takes the\n Module instance and method name and returns a bool indicating whether\n the output of that method invocation should be stored.\n **kwargs: Keyword arguments passed to the init function.\n\n Returns:\n The initialized variable dict.\n """"""\n Module._module_checks(self)\n\n _, v_out = self.init_with_output(\n rngs,\n *args,\n method=method,\n mutable=mutable,\n capture_intermediates=capture_intermediates,\n **kwargs,\n )\n return v_out\n\n @traceback_util.api_boundary\n def lazy_init(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n method: Callable[..., Any] | None = None,\n mutable: CollectionFilter = DenyList('intermediates'),\n **kwargs,\n ) -> FrozenVariableDict:\n """"""Initializes a module without computing on an actual input.\n\n lazy_init will initialize the variables without doing unnecessary compute.\n The input data should be passed as a ``jax.ShapeDtypeStruct`` which\n specifies the shape and dtype of the input but no concrete data.\n\n Example::\n\n >>> model = nn.Dense(features=256)\n >>> variables = model.lazy_init(\n ... jax.random.key(0), jax.ShapeDtypeStruct((1, 128), jnp.float32))\n\n The args and kwargs args passed to ``lazy_init`` can be a mix of\n concrete (jax arrays, scalars, bools) and abstract (ShapeDtypeStruct)\n values. Concrete values are only necessary for arguments that affect\n the initialization of variables. For example, the model might expect\n a keyword arg that enables/disables a subpart of the model.\n In this case, an explicit value (True/Flase) should be passed otherwise\n ``lazy_init`` cannot infer which variables should be initialized.\n\n Args:\n rngs: The rngs for the variable collections.\n *args: arguments passed to the init function.\n method: An optional method. If provided, applies this method. If not\n provided, applies the ``__call__`` method.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default all collections except ""intermediates""\n are mutable.\n **kwargs: Keyword arguments passed to the init function.\n\n Returns:\n The initialized variable dict.\n """"""\n Module._module_checks(self)\n\n def lazy_wrapper(rngs, *args, **kwargs):\n return self.init(rngs, *args, method=method, mutable=mutable, **kwargs)\n\n return partial_eval.lazy_init(lazy_wrapper)(rngs, *args, **kwargs)\n\n @property\n def variables(self) -> VariableDict:\n """"""Returns the variables in this module.""""""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n return self.scope.variables()\n\n def get_variable(self, col: str, name: str, default: T | None = None) -> T:\n """"""Retrieves the value of a Variable.\n\n Args:\n col: the variable collection.\n name: the name of the variable.\n default: the default value to return if the variable does not exist in\n this scope.\n\n Returns:\n The value of the input variable, of the default value if the variable\n doesn't exist in this scope.\n """"""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n return self.scope.get_variable(col, name, default)\n\n def put_variable(self, col: str, name: str, value: Any):\n """"""Updates the value of the given variable if it is mutable, or an error otherwise.\n\n Args:\n col: the variable collection.\n name: the name of the variable.\n value: the new value of the variable.\n """"""\n if self.scope is None:\n raise ValueError(""Can't access variables on unbound modules"")\n self.scope.put_variable(col, name, value)\n\n @overload\n def sow(self, col: str, name: str, value: Any) -> bool:\n ...\n\n @overload\n def sow(\n self,\n col: str,\n name: str,\n value: T,\n reduce_fn: Callable[[K, T], K] = tuple_reduce,\n init_fn: Callable[[], K] = tuple_init, # type: ignore\n ) -> bool:\n ...\n\n def sow(\n self,\n col: str,\n name: str,\n value: T,\n reduce_fn: Callable[[K, T], K] = tuple_reduce,\n init_fn: Callable[[], K] = tuple_init, # type: ignore\n ) -> bool:\n """"""Stores a value in a collection.\n\n Collections can be used to collect intermediate values without\n the overhead of explicitly passing a container through each Module call.\n\n If the target collection is not mutable ``sow`` behaves like a no-op\n and returns ``False``.\n\n Example::\n\n >>> import jax\n >>> import jax.numpy as jnp\n >>> import flax.linen as nn\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... h = nn.Dense(4)(x)\n ... self.sow('intermediates', 'h', h)\n ... return nn.Dense(2)(h)\n\n >>> x = jnp.ones((16, 9))\n >>> model = Foo()\n >>> variables = model.init(jax.random.key(0), x)\n >>> y, state = model.apply(variables, x, mutable=['intermediates'])\n >>> jax.tree.map(jnp.shape, state['intermediates'])\n {'h': ((16, 4),)}\n\n By default the values are stored in a tuple and each stored value\n is appended at the end. This way all intermediates can be tracked when\n the same module is called multiple times. Alternatively, a custom\n init/reduce function can be passed::\n\n >>> class Foo2(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... init_fn = lambda: 0\n ... reduce_fn = lambda a, b: a + b\n ... self.sow('intermediates', 'h', x,\n ... init_fn=init_fn, reduce_fn=reduce_fn)\n ... self.sow('intermediates', 'h', x * 2,\n ... init_fn=init_fn, reduce_fn=reduce_fn)\n ... return x\n\n >>> x = jnp.ones((1, 1))\n >>> model = Foo2()\n >>> variables = model.init(jax.random.key(0), x)\n >>> y, state = model.apply(\n ... variables, x, mutable=['intermediates'])\n >>> print(state['intermediates'])\n {'h': Array([[3.]], dtype=float32)}\n\n Args:\n col: The name of the variable collection.\n name: The name of the variable.\n value: The value of the variable.\n reduce_fn: The function used to combine the existing value with the new\n value. The default is to append the value to a tuple.\n init_fn: For the first value stored, ``reduce_fn`` will be passed the result\n of ``init_fn`` together with the value to be stored. The default is an\n empty tuple.\n\n Returns:\n ``True`` if the value has been stored successfully, ``False`` otherwise.\n """"""\n if self.scope is None:\n raise ValueError(""Can't store variables on unbound modules"")\n if not self.scope.is_mutable_collection(col):\n return False\n if self.scope.has_variable(col, name):\n xs = self.scope.get_variable(col, name)\n else:\n self.scope.reserve(name, col)\n self._state.children[name] = col\n xs = init_fn()\n xs = reduce_fn(xs, value)\n self.scope.put_variable(col, name, xs)\n return True\n\n def perturb(\n self, name: str, value: T, collection: str = 'perturbations'\n ) -> T:\n """"""Add an zero-value variable ('perturbation') to the intermediate value.\n\n The gradient of ``value`` would be the same as the gradient of this\n perturbation variable. Therefore, if you define your loss function with\n both params and perturbations as standalone arguments, you can get the\n intermediate gradients of ``value`` by running ``jax.grad`` on the perturbation\n argument.\n\n .. note::\n This is an experimental API and may be tweaked later for better\n performance and usability.\n At its current stage, it creates extra dummy variables that occupies extra\n memory space. Use it only to debug gradients in training.\n\n Example::\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... x = nn.Dense(3)(x)\n ... x = self.perturb('dense3', x)\n ... return nn.Dense(2)(x)\n\n >>> def loss(variables, inputs, targets):\n ... preds = model.apply(variables, inputs)\n ... return jnp.square(preds - targets).mean()\n\n >>> x = jnp.ones((2, 9))\n >>> y = jnp.ones((2, 2))\n >>> model = Foo()\n >>> variables = model.init(jax.random.key(0), x)\n >>> intm_grads = jax.grad(loss, argnums=0)(variables, x, y)\n >>> print(intm_grads['perturbations']['dense3'])\n [[-0.04684732 0.06573904 -0.3194327 ]\n [-0.04684732 0.06573904 -0.3194327 ]]\n\n If perturbations are not passed to ``apply``, ``perturb`` behaves like a no-op\n so you can easily disable the behavior when not needed::\n\n >>> model.apply(variables, x) # works as expected\n Array([[-0.04579116, 0.50412744],\n [-0.04579116, 0.50412744]], dtype=float32)\n >>> model.apply({'params': variables['params']}, x) # behaves like a no-op\n Array([[-0.04579116, 0.50412744],\n [-0.04579116, 0.50412744]], dtype=float32)\n >>> intm_grads = jax.grad(loss, argnums=0)({'params': variables['params']}, x, y)\n >>> 'perturbations' not in intm_grads\n True\n """"""\n if self.scope is None:\n raise ValueError(""Can't store variables on unbound modules"")\n\n if self.is_mutable_collection(collection):\n if not self.scope.has_variable(collection, name):\n self.scope.reserve(name, collection)\n self._state.children[name] = collection\n zeros = jax.tree.map(jnp.zeros_like, value)\n self.scope.put_variable(collection, name, zeros) # type: ignore\n\n if collection in self.scope.root._variables:\n if self.scope.has_variable(collection, name):\n old_value = self.scope.get_variable(collection, name)\n value = jax.tree.map(jnp.add, value, old_value) # type: ignore\n else:\n raise ValueError(f""Perturbation collection {collection} present, but ""\n f""missing perturbation variable {name}"")\n\n return value\n\n def tabulate(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n depth: int | None = None,\n show_repeated: bool = False,\n mutable: CollectionFilter = DenyList('intermediates'),\n console_kwargs: Mapping[str, Any] | None = None,\n table_kwargs: Mapping[str, Any] = MappingProxyType({}),\n column_kwargs: Mapping[str, Any] = MappingProxyType({}),\n compute_flops: bool = False,\n compute_vjp_flops: bool = False,\n **kwargs,\n ) -> str:\n """"""Creates a summary of the Module represented as a table.\n\n This method has the same signature and internally calls ``Module.init``,\n but instead of returning the variables, it returns the string summarizing\n the Module in a table. ``tabulate`` uses ``jax.eval_shape`` to run the forward\n computation without consuming any FLOPs or allocating memory.\n\n Additional arguments can be passed into the ``console_kwargs`` argument, for\n example, ``{'width': 120}``. For a full list of ``console_kwargs`` arguments,\n see:\n https://rich.readthedocs.io/en/stable/reference/console.html#rich.console.Console\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... h = nn.Dense(4)(x)\n ... return nn.Dense(2)(h)\n\n >>> x = jnp.ones((16, 9))\n\n >>> # print(Foo().tabulate(\n >>> # jax.random.key(0), x, compute_flops=True, compute_vjp_flops=True))\n\n This gives the following output::\n\n Foo Summary\n ┏━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┓\n ┃ path ┃ module ┃ inputs ┃ outputs ┃ flops ┃ vjp_flops ┃ params ┃\n ┡━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━┩\n │ │ Foo │ float32[16,9] │ float32[16,2] │ 1504 │ 4460 │ │\n ├─────────┼────────┼───────────────┼───────────────┼───────┼───────────┼─────────────────┤\n │ Dense_0 │ Dense │ float32[16,9] │ float32[16,4] │ 1216 │ 3620 │ bias: │\n │ │ │ │ │ │ │ float32[4] │\n │ │ │ │ │ │ │ kernel: │\n │ │ │ │ │ │ │ float32[9,4] │\n │ │ │ │ │ │ │ │\n │ │ │ │ │ │ │ 40 (160 B) │\n ├─────────┼────────┼───────────────┼───────────────┼───────┼───────────┼─────────────────┤\n │ Dense_1 │ Dense │ float32[16,4] │ float32[16,2] │ 288 │ 840 │ bias: │\n │ │ │ │ │ │ │ float32[2] │\n │ │ │ │ │ │ │ kernel: │\n │ │ │ │ │ │ │ float32[4,2] │\n │ │ │ │ │ │ │ │\n │ │ │ │ │ │ │ 10 (40 B) │\n ├─────────┼────────┼───────────────┼───────────────┼───────┼───────────┼─────────────────┤\n │ │ │ │ │ │ Total │ 50 (200 B) │\n └─────────┴────────┴───────────────┴───────────────┴───────┴───────────┴─────────────────┘\n\n Total Parameters: 50 (200 B)\n\n **Note**: rows order in the table does not represent execution order,\n instead it aligns with the order of keys in ``variables`` which are sorted\n alphabetically.\n\n **Note**: ``vjp_flops`` returns ``0`` if the module is not differentiable.\n\n Args:\n rngs: The rngs for the variable collections as passed to ``Module.init``.\n *args: The arguments to the forward computation.\n depth: controls how many submodule deep the summary can go. By default,\n its ``None`` which means no limit. If a submodule is not shown because of\n the depth limit, its parameter count and bytes will be added to the row\n of its first shown ancestor such that the sum of all rows always adds\n up to the total number of parameters of the Module.\n show_repeated: If ``True``, repeated calls to the same module will be shown\n in the table, otherwise only the first call will be shown. Default is\n ``False``.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``:\n The name of a single mutable collection. ``list``: A list of names of\n mutable collections. By default, all collections except 'intermediates'\n are mutable.\n console_kwargs: An optional dictionary with additional keyword arguments\n that are passed to ``rich.console.Console`` when rendering the table.\n Default arguments are ``{'force_terminal': True, 'force_jupyter':\n False}``.\n table_kwargs: An optional dictionary with additional keyword arguments\n that are passed to ``rich.table.Table`` constructor.\n column_kwargs: An optional dictionary with additional keyword arguments\n that are passed to ``rich.table.Table.add_column`` when adding columns to\n the table.\n compute_flops: whether to include a ``flops`` column in the table listing\n the estimated FLOPs cost of each module forward pass. Does incur actual\n on-device computation / compilation / memory allocation, but still\n introduces overhead for large modules (e.g. extra 20 seconds for a\n Stable Diffusion's UNet, whereas otherwise tabulation would finish in 5\n seconds).\n compute_vjp_flops: whether to include a ``vjp_flops`` column in the table\n listing the estimated FLOPs cost of each module backward pass.\n Introduces a compute overhead of about 2-3X of ``compute_flops``.\n **kwargs: keyword arguments to pass to the forward computation.\n\n Returns:\n A string summarizing the Module.\n """"""\n from flax.linen import summary\n\n tabulate_fn = summary.tabulate(\n self,\n rngs,\n depth=depth,\n show_repeated=show_repeated,\n mutable=mutable,\n console_kwargs=console_kwargs,\n table_kwargs=table_kwargs,\n column_kwargs=column_kwargs,\n compute_flops=compute_flops,\n compute_vjp_flops=compute_vjp_flops,\n )\n return tabulate_fn(*args, **kwargs)\n\n def module_paths(\n self,\n rngs: PRNGKey | RNGSequences,\n *args,\n show_repeated: bool = False,\n mutable: CollectionFilter = DenyList('intermediates'),\n **kwargs,\n ) -> dict[str, 'Module']:\n """"""Returns a dictionary mapping module paths to module instances.\n\n This method has the same signature and internally calls ``Module.init``,\n but instead of returning the variables, it returns a dictionary mapping\n module paths to unbounded copies of module instances that were used\n at runtime. ``module_paths`` uses ``jax.eval_shape`` to run the forward\n computation without consuming any FLOPs or allocating memory.\n\n Example::\n\n >>> import flax.linen as nn\n >>> import jax, jax.numpy as jnp\n\n >>> class Foo(nn.Module):\n ... @nn.compact\n ... def __call__(self, x):\n ... h = nn.Dense(4)(x)\n ... return nn.Dense(2)(h)\n\n >>> x = jnp.ones((16, 9))\n >>> modules = Foo().module_paths(jax.random.key(0), x)\n >>> print({\n ... p: type(m).__name__ for p, m in modules.items()\n ... })\n {'': 'Foo', 'Dense_0': 'Dense', 'Dense_1': 'Dense'}\n\n Args:\n rngs: The rngs for the variable collections as passed to ``Module.init``.\n *args: The arguments to the forward computation.\n show_repeated: If ``True``, repeated calls to the same module will be\n shown in the table, otherwise only the first call will be shown.\n Default is ``False``.\n mutable: Can be bool, str, or list. Specifies which collections should\n be treated as mutable: ``bool``: all/no collections are mutable.\n ``str``: The name of a single mutable collection. ``list``: A list of\n names of mutable collections. By default, all collections except\n 'intermediates' are mutable.\n **kwargs: keyword arguments to pass to the forward computation.\n\n Returns:\n A dict`ionary mapping module paths to module instances.\n """"""\n from flax.linen import summary\n\n table = summary._get_module_table(\n module=self,\n depth=None,\n show_repeated=show_repeated,\n compute_flops=False,\n compute_vjp_flops=False,\n )(rngs, *args, **kwargs, mutable=mutable)\n\n return {'/'.join(row.path): row.module_copy for row in table}\n\n\n_ParentType = Union[Module, Scope, _Sentinel, None]\n\n\ndef merge_param(name: str, a: T | None, b: T | None) -> T:\n """"""Merges construction- and call-time argument.\n\n This is a utility for supporting a pattern where a Module hyperparameter\n can be passed either to ``__init__`` or ``__call__``, and the value that is\n not ``None`` will be used.\n\n Example::\n\n >>> import flax.linen as nn\n >>> from typing import Optional\n\n >>> class Foo(nn.Module):\n ... train: Optional[bool] = None\n\n ... def __call__(self, train: Optional[bool] = None):\n ... train = nn.merge_param('train', self.train, train)\n\n An error is thrown when both arguments are ``None`` or both values are not\n ``None``.\n\n Args:\n name: the name of the parameter. Used for error messages.\n a: option a\n b: option b\n\n Returns:\n a or b whichever is not ``None``.\n """"""\n if a is None and b is None:\n raise ValueError(\n f'Parameter ""{name}"" must be passed to the constructor or at call time.'\n )\n if a is not None and b is not None:\n raise ValueError(\n f'Parameter ""{name}"" was passed to the constructor and at call time.'\n ' Should be passed just once.'\n )\n if a is None:\n assert b is not None\n return b\n return a\n\n\n@traceback_util.api_boundary\ndef apply(\n fn: Callable[..., Any],\n module: Module,\n mutable: CollectionFilter = False,\n capture_intermediates: bool | Callable[[Module, str], bool] = False,\n) -> Callable[..., Any]:\n """"""Creates an apply function to call ``fn`` with a bound module.\n\n Unlike ``Module.apply`` this function returns a new function with the\n signature ``(variables, *args, rngs=None, **kwargs) -> T`` where ``T`` is the\n return type of ``fn``. If ``mutable`` is not ``False`` the return type is a\n tuple where the second item is a ``FrozenDict`` with the mutated variables.\n\n The apply function that is returned can be directly composed with\n JAX transformations like ``jax.jit``::\n\n >>> class Foo(nn.Module):\n ... def encode(self, x):\n ... ...\n ... def decode(self, x):\n ... ...\n\n >>> def f(foo, x):\n ... z = foo.encode(x)\n ... y = foo.decode(z)\n ... # ...\n ... return y\n\n >>> variables = {}\n >>> foo = Foo()\n >>> f_jitted = jax.jit(nn.apply(f, foo))\n >>> f_jitted(variables, jnp.ones((1, 3)))\n\n Args:\n fn: The function that should be applied. The first argument passed will be\n a module instance of the ``module`` with variables and RNGs bound to it.\n module: The ``Module`` that will be used to bind variables and RNGs to. The\n ``Module`` passed as the first argument to ``fn`` will be a clone of\n module.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``: The\n name of a single mutable collection. ``list``: A list of names of mutable\n collections.\n capture_intermediates: If ``True``, captures intermediate return values of all\n Modules inside the ""intermediates"" collection. By default, only the return\n values of all `__call__` methods are stored. A function can be passed to\n change the filter behavior. The filter function takes the Module instance\n and method name and returns a bool indicating whether the output of that\n method invocation should be stored.\n\n Returns:\n The apply function wrapping ``fn``.\n """"""\n\n @functools.wraps(fn)\n def scope_fn(scope, *args, **kwargs):\n _context.capture_stack.append(capture_intermediates)\n try:\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\n finally:\n _context.capture_stack.pop()\n\n if capture_intermediates is True: # pylint: disable=g-bool-id-comparison\n capture_intermediates = capture_call_intermediates\n if capture_intermediates:\n mutable = union_filters(mutable, 'intermediates')\n return core.apply(scope_fn, mutable=mutable)\n\n\n@traceback_util.api_boundary\ndef init_with_output(\n fn: Callable[..., Any],\n module: Module,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[[Module, str], bool] = False,\n) -> Callable[..., tuple[Any, FrozenVariableDict | dict[str, Any]]]:\n """"""Creates an init function to call ``fn`` with a bound module that also returns the function outputs.\n\n Unlike ``Module.init_with_output`` this function returns a new function with\n the signature ``(rngs, *args, **kwargs) -> (T, variables)`` where ``T`` is the\n return type of ``fn``. The rngs can be a dict of PRNGKeys or a single\n ```PRNGKey`` which is equivalent to passing a dict with one PRNGKey with the\n name ""params"".\n\n The init function that is returned can be directly composed with\n JAX transformations like ``jax.jit``::\n\n >>> class Foo(nn.Module):\n ... def encode(self, x):\n ... ...\n ... def decode(self, x):\n ... ...\n\n >>> def f(foo, x):\n ... z = foo.encode(x)\n ... y = foo.decode(z)\n ... # ...\n ... return y\n\n >>> foo = Foo()\n >>> f_jitted = jax.jit(nn.init_with_output(f, foo))\n >>> y, variables = f_jitted(jax.random.key(0), jnp.ones((1, 3)))\n\n Args:\n fn: The function that should be applied. The first argument passed will be\n a module instance of the ``module`` with variables and RNGs bound to it.\n module: The ``Module`` that will be used to bind variables and RNGs to. The\n ``Module`` passed as the first argument to ``fn`` will be a clone of\n module.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``: The\n name of a single mutable collection. ``list``: A list of names of mutable\n collections. By default, all collections except ""intermediates"" are\n mutable.\n capture_intermediates: If ``True``, captures intermediate return values of all\n Modules inside the ""intermediates"" collection. By default, only the return\n values of all `__call__` methods are stored. A function can be passed to\n change the filter behavior. The filter function takes the Module instance\n and method name and returns a bool indicating whether the output of that\n method invocation should be stored.\n\n Returns:\n The init function wrapping ``fn``.\n """"""\n\n @functools.wraps(fn)\n def scope_fn(scope, *args, **kwargs):\n _context.capture_stack.append(capture_intermediates)\n try:\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\n finally:\n _context.capture_stack.pop()\n\n if capture_intermediates is True: # pylint: disable=g-bool-id-comparison\n capture_intermediates = capture_call_intermediates\n if capture_intermediates:\n mutable = union_filters(mutable, 'intermediates')\n return core.init(scope_fn, mutable=mutable)\n\n\n@traceback_util.api_boundary\ndef init(\n fn: Callable[..., Any],\n module: Module,\n mutable: CollectionFilter = DenyList('intermediates'),\n capture_intermediates: bool | Callable[[Module, str], bool] = False,\n) -> Callable[..., FrozenVariableDict | dict[str, Any]]:\n """"""Creates an init function to call ``fn`` with a bound module.\n\n Unlike ``Module.init`` this function returns a new function with the signature\n ``(rngs, *args, **kwargs) -> variables``.\n The rngs can be a dict of PRNGKeys or a single ```PRNGKey`` which is\n equivalent to passing a dict with one PRNGKey with the name ""params"".\n\n The init function that is returned can be directly composed with\n JAX transformations like ``jax.jit``::\n\n >>> class Foo(nn.Module):\n ... def encode(self, x):\n ... ...\n ... def decode(self, x):\n ... ...\n\n >>> def f(foo, x):\n ... z = foo.encode(x)\n ... y = foo.decode(z)\n ... # ...\n ... return y\n\n >>> foo = Foo()\n >>> f_jitted = jax.jit(nn.init(f, foo))\n >>> variables = f_jitted(jax.random.key(0), jnp.ones((1, 3)))\n\n Args:\n fn: The function that should be applied. The first argument passed will be\n a module instance of the ``module`` with variables and RNGs bound to it.\n module: The ``Module`` that will be used to bind variables and RNGs to. The\n ``Module`` passed as the first argument to ``fn`` will be a clone of\n module.\n mutable: Can be bool, str, or list. Specifies which collections should be\n treated as mutable: ``bool``: all/no collections are mutable. ``str``: The\n name of a single mutable collection. ``list``: A list of names of mutable\n collections. By default, all collections except ""intermediates"" are\n mutable.\n capture_intermediates: If `True`, captures intermediate return values of all\n Modules inside the ""intermediates"" collection. By default, only the return\n values of all `__call__` methods are stored. A function can be passed to\n change the filter behavior. The filter function takes the Module instance\n and method name and returns a bool indicating whether the output of that\n method invocation should be stored.\n\n Returns:\n The init function wrapping ``fn``.\n """"""\n init_fn = init_with_output(fn, module, mutable, capture_intermediates)\n\n @functools.wraps(init_fn)\n def init_wrapper(*args, **kwargs):\n return init_fn(*args, **kwargs)[1]\n\n return init_wrapper\n\n\n# TODO(cgarciae): we are defining CompactNameScope just to\n# avoid a pytype bug with the Flax overlay. We should aim to\n# remove in the at some point as its not ergonomic.\nif not typing.TYPE_CHECKING:\n\n class CompactNameScope(Module):\n fn: Callable\n module_fn: Callable[[], Module]\n\n @compact\n def __call__(self, *args, **kwargs) -> Any:\n return self.fn(self.module_fn(), *args, **kwargs)\nelse:\n\n @dataclasses.dataclass\n class CompactNameScope:\n fn: Callable\n module_fn: Callable\n name: str\n\n def __call__(self, *args, **kwargs) -> Any:\n ...\n\n\ndef share_scope(module: Module, other: Module, /):\n """"""Modifies one of the Modules such that they share the same scope. This is useful\n when you want to wrap a Module and extend its functionality without changing the\n parameter structure.\n\n ``share_scope`` takes two Modules, ``module`` and ``other``. ``module`` will use\n ``other``'s scope if ``other`` has a scope and its not a descendant of``module``'s\n scope::\n\n >>> import flax.linen as nn\n >>> import jax\n >>> from jax import numpy as jnp, random\n ...\n >>> class DenseLoRA(nn.Module):\n ... base: nn.Dense\n ... rank: int\n ...\n ... def setup(self):\n ... nn.share_scope(self, self.base)\n ...\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... din, dout = x.shape[-1], self.base.features\n ... A = self.param('A', nn.zeros_init(), (din, self.rank))\n ... B = self.param('B', nn.zeros_init(), (self.rank, dout))\n ... return self.base(x) + x @ A @ B\n ...\n >>> class Model(nn.Module):\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... dense = nn.Dense(10) # base scope\n ... return DenseLoRA(dense, rank=2)(x) # reuse the base scope\n ...\n >>> model = Model()\n ...\n >>> params = model.init(random.key(0), jnp.ones((1, 5)))['params']\n >>> list(params['Dense_0'].keys())\n ['A', 'B', 'kernel', 'bias']\n\n When ``other``'s scope is a descendant of ``module``'s scope then ``other``\n will use ``module``'s scope instead::\n\n >>> class DenseLoRA(nn.Module):\n ... features: int\n ... rank: int\n ...\n ... def setup(self):\n ... self.child = nn.Dense(self.features)\n ... nn.share_scope(self, self.child)\n ...\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... din, dout = x.shape[-1], self.features\n ... A = self.param('A', nn.zeros_init(), (din, self.rank))\n ... B = self.param('B', nn.zeros_init(), (self.rank, dout))\n ... return self.child(x) + x @ A @ B\n ...\n >>> class Model(nn.Module):\n ... @nn.compact\n ... def __call__(self, x: jax.Array):\n ... return DenseLoRA(10, rank=2)(x)\n ...\n >>> model = Model()\n ...\n >>> params = model.init(random.key(0), jnp.ones((1, 5)))['params']\n >>> list(params['DenseLoRA_0'].keys())\n ['A', 'B', 'kernel', 'bias']\n """"""\n if module.scope is None or other.scope is None:\n raise errors.CallShareScopeOnUnboundModuleError()\n\n def _is_child_scope(scope: Scope, other: Scope) -> bool:\n target: Scope | None = other\n\n while target is not None:\n if target is scope:\n return True\n target = target.parent\n return False\n\n if _is_child_scope(module.scope, other.scope):\n # Child is a true child, overwrite its scope\n module_to_update = other\n new_scope = module.scope\n else:\n # Child has its own independent scope, overwrite\n # parent scope, so that we preserve the sharing\n module_to_update = module\n new_scope = other.scope\n\n old_scope = module_to_update.scope\n object.__setattr__(module_to_update, 'scope', new_scope)\n\n # Reattach all the children to the new scope as well.\n for m in module_to_update._state.children.values():\n if not isinstance(m, Module):\n continue\n # Should we go recursively to check if any of the ancestors point to the old\n # scope?\n if m.scope and m.scope.parent == old_scope:\n # Reserve the scope, so that if there is a conflict we can raise an error.\n if isinstance(m.scope.name, str):\n new_scope.reserve(m.scope.name)\n m.scope.parent = new_scope\n",python,tab +2485,1704220,".venv/lib/python3.10/site-packages/flax/linen/module.py",30849,0,"",python,selection_command +2486,1710030,".venv/lib/python3.10/site-packages/flax/linen/module.py",33050,0,"",python,selection_command +2487,1710914,".venv/lib/python3.10/site-packages/flax/linen/module.py",34466,0,"",python,selection_command +2488,1712830,".venv/lib/python3.10/site-packages/flax/linen/module.py",35816,0,"",python,selection_command +2489,1715752,".venv/lib/python3.10/site-packages/flax/linen/module.py",84195,0,"",python,selection_command +2490,1716866,".venv/lib/python3.10/site-packages/flax/linen/module.py",84243,0,"",python,selection_command +2491,1720059,".venv/lib/python3.10/site-packages/flax/linen/module.py",84422,0,"",python,selection_command +2492,1720792,".venv/lib/python3.10/site-packages/flax/linen/module.py",84589,0,"",python,selection_command +2493,1721314,".venv/lib/python3.10/site-packages/flax/linen/module.py",89411,0,"",python,selection_command +2494,1722080,".venv/lib/python3.10/site-packages/flax/linen/module.py",92202,0,"",python,selection_command +2495,1726048,".venv/lib/python3.10/site-packages/flax/linen/module.py",92381,0,"",python,selection_command +2496,1726241,".venv/lib/python3.10/site-packages/flax/linen/module.py",84195,0,"",python,selection_command +2497,9232384,"train_tokenizer.py",0,0,"",python,tab +2498,9237196,"train_tokenizer.py",4616,0,"",python,selection_command +2499,9237444,"train_tokenizer.py",4586,0,"",python,selection_command +2500,9237475,"train_tokenizer.py",4552,0,"",python,selection_command +2501,9237506,"train_tokenizer.py",4516,0,"",python,selection_command +2502,9237540,"train_tokenizer.py",4480,0,"",python,selection_command +2503,9237573,"train_tokenizer.py",4442,0,"",python,selection_command +2504,9237606,"train_tokenizer.py",4406,0,"",python,selection_command +2505,9238089,"train_tokenizer.py",4372,0,"",python,selection_command +2506,9238394,"train_tokenizer.py",4336,0,"",python,selection_command +2507,9238549,"train_tokenizer.py",4304,0,"",python,selection_command +2508,9238610,"train_tokenizer.py",4308,0,"",python,selection_command +2509,9238776,"train_tokenizer.py",4318,0,"",python,selection_command +2510,9238932,"train_tokenizer.py",4320,0,"",python,selection_command +2511,9239270,"models/tokenizer.py",0,0,"",python,tab +2512,9259248,"models/tokenizer.py",229,0,"",python,selection_command +2513,9259492,"models/tokenizer.py",249,0,"",python,selection_command +2514,9259522,"models/tokenizer.py",256,0,"",python,selection_command +2515,9259552,"models/tokenizer.py",272,0,"",python,selection_command +2516,9259584,"models/tokenizer.py",291,0,"",python,selection_command +2517,9259617,"models/tokenizer.py",311,0,"",python,selection_command +2518,9260582,"models/tokenizer.py",291,0,"",python,selection_command +2519,9260868,"models/tokenizer.py",272,0,"",python,selection_command +2520,9263691,"train_tokenizer.py",0,0,"",python,tab +2521,9265406,"train_tokenizer.py",4352,0,"",python,selection_command +2522,9265788,"train_tokenizer.py",4355,0,"",python,selection_command +2523,9266120,"train_tokenizer.py",4356,0,"",python,selection_command +2524,9266651,"train_tokenizer.py",4355,0,"",python,selection_command +2525,9266782,"train_tokenizer.py",4351,0,"",python,selection_command +2526,9267656,"train_tokenizer.py",1104,0,"",python,selection_command +2527,9268088,"train_tokenizer.py",584,0,"",python,selection_command +2528,9268831,"train_tokenizer.py",595,0,"",python,selection_command +2529,9269085,"train_tokenizer.py",607,0,"",python,selection_command +2530,9269114,"train_tokenizer.py",624,0,"",python,selection_command +2531,9270147,"train_tokenizer.py",653,0,"",python,selection_command +2532,9270397,"train_tokenizer.py",671,0,"",python,selection_command +2533,9270429,"train_tokenizer.py",693,0,"",python,selection_command +2534,9270458,"train_tokenizer.py",721,0,"",python,selection_command +2535,9270491,"train_tokenizer.py",748,0,"",python,selection_command +2536,9270524,"train_tokenizer.py",775,0,"",python,selection_command +2537,9270557,"train_tokenizer.py",798,0,"",python,selection_command +2538,9270590,"train_tokenizer.py",826,0,"",python,selection_command +2539,9270624,"train_tokenizer.py",857,0,"",python,selection_command +2540,9270656,"train_tokenizer.py",876,0,"",python,selection_command +2541,9270690,"train_tokenizer.py",902,0,"",python,selection_command +2542,9270723,"train_tokenizer.py",927,0,"",python,selection_command +2543,9270757,"train_tokenizer.py",951,0,"",python,selection_command +2544,9270795,"train_tokenizer.py",976,0,"",python,selection_command +2545,9270824,"train_tokenizer.py",1006,0,"",python,selection_command +2546,9271172,"train_tokenizer.py",1022,0,"",python,selection_command +2547,9271337,"train_tokenizer.py",1026,0,"",python,selection_command +2548,9277314,"train_tokenizer.py",1051,0,"",python,selection_command +2549,9279227,"train_tokenizer.py",1076,0,"",python,selection_command +2550,9279395,"train_tokenizer.py",1104,0,"",python,selection_command +2551,9279810,"train_tokenizer.py",1128,0,"",python,selection_command +2552,9279968,"train_tokenizer.py",1152,0,"",python,selection_command +2553,9280143,"train_tokenizer.py",1128,0,"",python,selection_command +2554,9280449,"train_tokenizer.py",1152,0,"",python,selection_command +2555,9300859,"train_tokenizer.py",1128,0,"",python,selection_command +2556,9327556,"train_tokenizer.py",1104,0,"",python,selection_command +2557,9327739,"train_tokenizer.py",1076,0,"",python,selection_command +2558,9327884,"train_tokenizer.py",1051,0,"",python,selection_command +2559,9329943,"train_tokenizer.py",1076,0,"",python,selection_command +2560,9397102,"train_tokenizer.py",1477,0,"",python,selection_command +2561,9397336,"train_tokenizer.py",1542,0,"",python,selection_command +2562,9397712,"train_tokenizer.py",1785,0,"",python,selection_command +2563,9398369,"train_tokenizer.py",3134,0,"",python,selection_command +2564,9398865,"train_tokenizer.py",4308,0,"",python,selection_command +2565,9399660,"train_tokenizer.py",4318,0,"",python,selection_command +2566,9399805,"train_tokenizer.py",4320,0,"",python,selection_command +2567,9400044,"models/tokenizer.py",0,0,"",python,tab +2568,9401534,"models/tokenizer.py",229,0,"",python,selection_command +2569,9401783,"models/tokenizer.py",249,0,"",python,selection_command +2570,9401818,"models/tokenizer.py",256,0,"",python,selection_command +2571,9401845,"models/tokenizer.py",272,0,"",python,selection_command +2572,9401877,"models/tokenizer.py",291,0,"",python,selection_command +2573,9401911,"models/tokenizer.py",311,0,"",python,selection_command +2574,9401944,"models/tokenizer.py",332,0,"",python,selection_command +2575,9401978,"models/tokenizer.py",352,0,"",python,selection_command +2576,9402010,"models/tokenizer.py",372,0,"",python,selection_command +2577,9402046,"models/tokenizer.py",391,0,"",python,selection_command +2578,9402080,"models/tokenizer.py",410,0,"",python,selection_command +2579,9402113,"models/tokenizer.py",438,0,"",python,selection_command +2580,9402146,"models/tokenizer.py",546,0,"",python,selection_command +2581,9402254,"models/tokenizer.py",573,0,"",python,selection_command +2582,9402438,"models/tokenizer.py",588,0,"",python,selection_command +2583,9402591,"models/tokenizer.py",595,0,"",python,selection_command +2584,9402740,"models/tokenizer.py",616,0,"",python,selection_command +2585,9402915,"models/tokenizer.py",618,0,"",python,selection_command +2586,9403073,"models/tokenizer.py",622,0,"",python,selection_command +2587,9403349,"models/tokenizer.py",623,0,"",python,selection_command +2588,9403504,"models/tokenizer.py",631,0,"",python,selection_command +2589,9403705,"models/tokenizer.py",633,0,"",python,selection_command +2590,9404070,"utils/nn.py",0,0,"import math\nfrom typing import Dict, Tuple\n\nfrom flax import linen as nn\nimport jax\nimport jax.numpy as jnp\n\n\nclass PositionalEncoding(nn.Module):\n """"""https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial6/Transformers_and_MHAttention.html""""""\n\n d_model: int # Hidden dimensionality of the input.\n max_len: int = 5000 # Maximum length of a sequence to expect.\n\n def setup(self):\n # Create matrix of [SeqLen, HiddenDim] representing the positional encoding for max_len inputs\n self.pe = jnp.zeros((self.max_len, self.d_model))\n position = jnp.arange(0, self.max_len, dtype=jnp.float32)[:, None]\n div_term = jnp.exp(\n jnp.arange(0, self.d_model, 2) * (-math.log(10000.0) / self.d_model)\n )\n self.pe = self.pe.at[:, 0::2].set(jnp.sin(position * div_term))\n self.pe = self.pe.at[:, 1::2].set(jnp.cos(position * div_term))\n\n def __call__(self, x):\n x = x + self.pe[: x.shape[2]]\n return x\n\n\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x\n\n\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(),\n nn.Dense(self.model_dim),\n nn.LayerNorm(),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n )(x)\n x = nn.Dense(self.out_dim)(x)\n return x # (B, T, E)\n\n\ndef normalize(x):\n return x / (jnp.linalg.norm(x, ord=2, axis=-1, keepdims=True) + 1e-8)\n\n\nclass VectorQuantizer(nn.Module):\n latent_dim: int\n num_latents: int\n dropout: float\n\n def setup(self):\n self.codebook = normalize(\n self.param(\n ""codebook"",\n nn.initializers.lecun_uniform(),\n (self.num_latents, self.latent_dim),\n )\n )\n self.drop = nn.Dropout(self.dropout, deterministic=False)\n\n def __call__(\n self, x: jax.Array, training: bool\n ) -> Tuple[jax.Array, jax.Array, jax.Array, jax.Array]:\n # --- Compute distances ---\n x = normalize(x)\n codebook = normalize(self.codebook)\n distance = -jnp.matmul(x, codebook.T)\n if training:\n dropout_key = self.make_rng(""dropout"")\n distance = self.drop(distance, rng=dropout_key)\n\n # --- Get indices and embeddings ---\n indices = jnp.argmin(distance, axis=-1)\n z = self.codebook[indices]\n\n # --- Straight through estimator ---\n z_q = x + jax.lax.stop_gradient(z - x)\n return z_q, z, x, indices\n\n def get_codes(self, indices: jax.Array):\n return self.codebook[indices]\n",python,tab +2591,9404570,"models/tokenizer.py",0,0,"",python,tab +2592,9405119,"utils/nn.py",0,0,"",python,tab +2593,9405600,"models/tokenizer.py",0,0,"",python,tab +2594,9406638,"utils/nn.py",0,0,"",python,tab +2595,9407475,"utils/nn.py",2054,0,"",python,selection_command +2596,9408440,"utils/nn.py",2073,0,"",python,selection_command +2597,9409720,"utils/nn.py",2054,0,"",python,selection_command +2598,9410071,"models/tokenizer.py",0,0,"",python,tab +2599,9410922,"models/tokenizer.py",671,0,"",python,selection_command +2600,9411683,"models/tokenizer.py",699,0,"",python,selection_command +2601,9412329,"models/tokenizer.py",728,0,"",python,selection_command +2602,9412827,"models/tokenizer.py",757,0,"",python,selection_command +2603,9413008,"models/tokenizer.py",785,0,"",python,selection_command +2604,9413172,"models/tokenizer.py",757,0,"",python,selection_command +2605,9413319,"models/tokenizer.py",728,0,"",python,selection_command +2606,9413459,"models/tokenizer.py",699,0,"",python,selection_command +2607,9413633,"models/tokenizer.py",671,0,"",python,selection_command +2608,9413804,"models/tokenizer.py",633,0,"",python,selection_command +2609,9413991,"models/tokenizer.py",646,0,"",python,selection_command +2610,9414317,"models/tokenizer.py",633,0,"",python,selection_command +2611,9414477,"utils/nn.py",0,0,"",python,tab +2612,9415154,"utils/nn.py",2054,0,"",python,selection_command +2613,9415490,"utils/nn.py",2073,0,"",python,selection_command +2614,9416202,"models/tokenizer.py",0,0,"",python,tab +2615,9416683,"models/tokenizer.py",671,0,"",python,selection_command +2616,9416874,"models/tokenizer.py",699,0,"",python,selection_command +2617,9418039,"utils/nn.py",0,0,"",python,tab +2618,9419418,"models/tokenizer.py",0,0,"",python,tab +2619,9429725,"models/dynamics.py",0,0,"",python,tab +2620,9432975,"train_dynamics.py",0,0,"",python,tab +2621,9440012,"train_dynamics.py",4948,64,"",python,content +2622,9440037,"train_dynamics.py",4916,0,"",python,selection_command +2623,9441321,"train_dynamics.py",4948,0," param_dtype=args.param_dtype,\n dtype=args.dtype,\n ",python,content +2624,9450274,"train_dynamics.py",4842,0,"",python,selection_command +2625,9450402,"train_dynamics.py",4796,0,"",python,selection_command +2626,9450504,"train_dynamics.py",4764,0,"",python,selection_command +2627,9500330,"train_dynamics.py",4772,0,"",python,selection_command +2628,9500502,"train_dynamics.py",4773,0,"",python,selection_command +2629,9500669,"train_dynamics.py",4777,0,"",python,selection_command +2630,9500820,"train_dynamics.py",4778,0,"",python,selection_command +2631,9502321,"train_dynamics.py",4777,0,"",python,selection_command +2632,9502447,"train_dynamics.py",4773,0,"",python,selection_command +2633,9503630,"train_dynamics.py",2045,0,"",python,selection_command +2634,9503884,"train_dynamics.py",2044,0,"",python,selection_command +2635,9503914,"train_dynamics.py",2012,0,"",python,selection_command +2636,9503940,"train_dynamics.py",1968,0,"",python,selection_command +2637,9503977,"train_dynamics.py",1927,0,"",python,selection_command +2638,9504011,"train_dynamics.py",1904,0,"",python,selection_command +2639,9504044,"train_dynamics.py",1870,0,"",python,selection_command +2640,9504077,"train_dynamics.py",1844,0,"",python,selection_command +2641,9504113,"train_dynamics.py",1778,0,"",python,selection_command +2642,9504148,"train_dynamics.py",1745,0,"",python,selection_command +2643,9504180,"train_dynamics.py",1723,0,"",python,selection_command +2644,9504214,"train_dynamics.py",1702,0,"",python,selection_command +2645,9504249,"train_dynamics.py",1680,0,"",python,selection_command +2646,9504280,"train_dynamics.py",1666,0,"",python,selection_command +2647,9504313,"train_dynamics.py",1630,0,"",python,selection_command +2648,9504346,"train_dynamics.py",1589,0,"",python,selection_command +2649,9504380,"train_dynamics.py",1522,0,"",python,selection_command +2650,9504413,"train_dynamics.py",1494,0,"",python,selection_command +2651,9504626,"train_dynamics.py",1522,0,"",python,selection_command +2652,9504872,"train_dynamics.py",1589,0,"",python,selection_command +2653,9505252,"train_dynamics.py",1630,0,"",python,selection_command +2654,9505441,"train_dynamics.py",1589,0,"",python,selection_command +2655,9505699,"train_dynamics.py",1522,0,"",python,selection_command +2656,9505731,"train_dynamics.py",1494,0,"",python,selection_command +2657,9505761,"train_dynamics.py",1469,0,"",python,selection_command +2658,9505795,"train_dynamics.py",1441,0,"",python,selection_command +2659,9505827,"train_dynamics.py",1411,0,"",python,selection_command +2660,9505861,"train_dynamics.py",1387,0,"",python,selection_command +2661,9505894,"train_dynamics.py",1372,0,"",python,selection_command +2662,9505927,"train_dynamics.py",1343,0,"",python,selection_command +2663,9505963,"train_dynamics.py",1316,0,"",python,selection_command +2664,9506057,"train_dynamics.py",1343,0,"",python,selection_command +2665,9506225,"train_dynamics.py",1372,0,"",python,selection_command +2666,9506416,"train_dynamics.py",1387,0,"",python,selection_command +2667,9506557,"train_dynamics.py",1411,0,"",python,selection_command +2668,9506857,"train_dynamics.py",1387,0,"",python,selection_command +2669,9506982,"train_dynamics.py",1391,0,"",python,selection_command +2670,9508010,"train_dynamics.py",1415,0,"",python,selection_command +2671,9513556,"train_dynamics.py",1445,0,"",python,selection_command +2672,9514959,"train_dynamics.py",1415,0,"",python,selection_command +2673,9515186,"train_dynamics.py",1391,0,"",python,selection_command +2674,9515736,"train_dynamics.py",4764,0,"",python,selection_command +2675,9520471,"train_dynamics.py",4745,0,"",python,selection_command +2676,9520723,"train_dynamics.py",4699,0,"",python,selection_command +2677,9520747,"train_dynamics.py",4657,0,"",python,selection_command +2678,9520780,"train_dynamics.py",4613,0,"",python,selection_command +2679,9520814,"train_dynamics.py",4569,0,"",python,selection_command +2680,9520847,"train_dynamics.py",4517,0,"",python,selection_command +2681,9520880,"train_dynamics.py",4467,0,"",python,selection_command +2682,9520913,"train_dynamics.py",4437,0,"",python,selection_command +2683,9520947,"train_dynamics.py",4423,0,"",python,selection_command +2684,9520980,"train_dynamics.py",4369,0,"",python,selection_command +2685,9521013,"train_dynamics.py",4313,0,"",python,selection_command +2686,9521047,"train_dynamics.py",4277,0,"",python,selection_command +2687,9521080,"train_dynamics.py",4227,0,"",python,selection_command +2688,9521114,"train_dynamics.py",4179,0,"",python,selection_command +2689,9521147,"train_dynamics.py",4137,0,"",python,selection_command +2690,9521180,"train_dynamics.py",4101,0,"",python,selection_command +2691,9521323,"train_dynamics.py",4081,0,"",python,selection_command +2692,9521490,"train_dynamics.py",4062,0,"",python,selection_command +2693,9521649,"train_dynamics.py",4064,0,"",python,selection_command +2694,9521670,"train_dynamics.py",4033,0,"",python,selection_command +2695,9522139,"train_dynamics.py",4064,0,"",python,selection_command +2696,9522219,"train_dynamics.py",4066,0,"",python,selection_command +2697,9522603,"genie.py",0,0,"",python,tab +2698,9525437,"genie.py",368,0,"",python,selection_command +2699,9525690,"genie.py",384,0,"",python,selection_command +2700,9525719,"genie.py",391,0,"",python,selection_command +2701,9525751,"genie.py",415,0,"",python,selection_command +2702,9525785,"genie.py",431,0,"",python,selection_command +2703,9525818,"genie.py",454,0,"",python,selection_command +2704,9525851,"genie.py",480,0,"",python,selection_command +2705,9525885,"genie.py",507,0,"",python,selection_command +2706,9525918,"genie.py",527,0,"",python,selection_command +2707,9525952,"genie.py",557,0,"",python,selection_command +2708,9525985,"genie.py",586,0,"",python,selection_command +2709,9526018,"genie.py",604,0,"",python,selection_command +2710,9526052,"genie.py",621,0,"",python,selection_command +2711,9526085,"genie.py",648,0,"",python,selection_command +2712,9526118,"genie.py",676,0,"",python,selection_command +2713,9526152,"genie.py",700,0,"",python,selection_command +2714,9526185,"genie.py",724,0,"",python,selection_command +2715,9526218,"genie.py",747,0,"",python,selection_command +2716,9526252,"genie.py",770,0,"",python,selection_command +2717,9526285,"genie.py",793,0,"",python,selection_command +2718,9526318,"genie.py",811,0,"",python,selection_command +2719,9526590,"genie.py",793,0,"",python,selection_command +2720,9527288,"genie.py",2113,0,"",python,selection_command +2721,9534911,"genie.py",2150,0,"",python,selection_command +2722,9535035,"genie.py",2151,0,"",python,selection_command +2723,9535187,"genie.py",2152,0,"",python,selection_command +2724,9536520,"genie.py",2152,0,"",python,selection_command +2725,9538186,"genie.py",2200,0,"",python,selection_command +2726,9539348,"genie.py",2245,0,"",python,selection_command +2727,9561073,"genie.py",2288,0,"",python,selection_command +2728,9561207,"genie.py",2322,0,"",python,selection_command +2729,9563211,"genie.py",2288,0,"",python,selection_command +2730,9563566,"genie.py",2245,0,"",python,selection_command +2731,9563740,"genie.py",2200,0,"",python,selection_command +2732,9564159,"genie.py",2245,0,"",python,selection_command +2733,9564401,"genie.py",2200,0,"",python,selection_command +2734,9564645,"genie.py",2214,0,"",python,selection_command +2735,9564818,"genie.py",2166,0,"",python,selection_command +2736,9565005,"genie.py",2121,0,"",python,selection_command +2737,9565525,"genie.py",2084,0,"",python,selection_command +2738,9566089,"genie.py",2069,0,"",python,selection_command +2739,9566340,"models/dynamics.py",0,0,"",python,tab +2740,9567176,"models/dynamics.py",167,0,"",python,selection_command +2741,9567424,"models/dynamics.py",194,0,"",python,selection_command +2742,9567457,"models/dynamics.py",201,0,"",python,selection_command +2743,9568635,"models/dynamics.py",700,0,"",python,selection_command +2744,9573283,"models/dynamics.py",728,0,"",python,selection_command +2745,9573535,"models/dynamics.py",758,0,"",python,selection_command +2746,9573565,"models/dynamics.py",787,0,"",python,selection_command +2747,9573594,"models/dynamics.py",815,0,"",python,selection_command +2748,9573627,"models/dynamics.py",832,0,"",python,selection_command +2749,9573660,"models/dynamics.py",851,0,"",python,selection_command +2750,9573693,"models/dynamics.py",921,0,"",python,selection_command +2751,9573729,"models/dynamics.py",959,0,"",python,selection_command +2752,9573763,"models/dynamics.py",985,0,"",python,selection_command +2753,9573796,"models/dynamics.py",1030,0,"",python,selection_command +2754,9573830,"models/dynamics.py",1060,0,"",python,selection_command +2755,9573863,"models/dynamics.py",1079,0,"",python,selection_command +2756,9573896,"models/dynamics.py",1112,0,"",python,selection_command +2757,9573930,"models/dynamics.py",1130,0,"",python,selection_command +2758,9573963,"models/dynamics.py",1218,0,"",python,selection_command +2759,9573997,"models/dynamics.py",1248,0,"",python,selection_command +2760,9575125,"models/dynamics.py",1308,0,"",python,selection_command +2761,9575374,"models/dynamics.py",1329,0,"",python,selection_command +2762,9575401,"models/dynamics.py",1390,0,"",python,selection_command +2763,9575435,"models/dynamics.py",1463,0,"",python,selection_command +2764,9575468,"models/dynamics.py",1542,0,"",python,selection_command +2765,9575502,"models/dynamics.py",1586,0,"",python,selection_command +2766,9575535,"models/dynamics.py",1670,0,"",python,selection_command +2767,9575568,"models/dynamics.py",1689,0,"",python,selection_command +2768,9575787,"models/dynamics.py",1696,0,"",python,selection_command +2769,9575942,"models/dynamics.py",1714,0,"",python,selection_command +2770,9576120,"models/dynamics.py",1751,0,"",python,selection_command +2771,9576638,"models/dynamics.py",1811,0,"",python,selection_command +2772,9576803,"models/dynamics.py",1885,0,"",python,selection_command +2773,9577292,"models/dynamics.py",1889,0,"",python,selection_command +2774,9577442,"models/dynamics.py",1890,0,"",python,selection_command +2775,9580576,"models/dynamics.py",666,0,"",python,selection_command +2776,9580739,"models/dynamics.py",668,0,"",python,selection_command +2777,9581078,"utils/nn.py",0,0,"",python,tab +2778,9581928,"utils/nn.py",2054,0,"",python,selection_command +2779,9582171,"utils/nn.py",2073,0,"",python,selection_command +2780,9582202,"utils/nn.py",2090,0,"",python,selection_command +2781,9582235,"utils/nn.py",2110,0,"",python,selection_command +2782,9582268,"utils/nn.py",2129,0,"",python,selection_command +2783,9582302,"utils/nn.py",2142,0,"",python,selection_command +2784,9582335,"utils/nn.py",2149,0,"",python,selection_command +2785,9582368,"utils/nn.py",2165,0,"",python,selection_command +2786,9582401,"utils/nn.py",2216,0,"",python,selection_command +2787,9583624,"utils/nn.py",2243,0,"",python,selection_command +2788,9583781,"utils/nn.py",2257,0,"",python,selection_command +2789,9583992,"utils/nn.py",2289,0,"",python,selection_command +2790,9584118,"utils/nn.py",2299,0,"",python,selection_command +2791,9584305,"utils/nn.py",2301,0,"",python,selection_command +2792,9584485,"utils/nn.py",2302,0,"",python,selection_command +2793,9585654,"utils/nn.py",2307,0,"",python,selection_command +2794,9585834,"utils/nn.py",2308,0,"",python,selection_command +2795,9586371,"utils/nn.py",2312,0,"",python,selection_command +2796,9587079,"utils/nn.py",2313,0,"",python,selection_command +2797,9588824,"utils/nn.py",2312,0,"",python,selection_command +2798,9588973,"utils/nn.py",2308,0,"",python,selection_command +2799,9589118,"utils/nn.py",2307,0,"",python,selection_command +2800,9589241,"utils/nn.py",2302,0,"",python,selection_command +2801,9589372,"utils/nn.py",2301,0,"",python,selection_command +2802,9590045,"utils/nn.py",2299,0,"",python,selection_command +2803,9594163,"utils/nn.py",2282,0,"\n ",python,content +2804,9594232,"utils/nn.py",2299,0,"#",python,content +2805,9594239,"utils/nn.py",2300,0,"",python,selection_keyboard +2806,9594274,"utils/nn.py",2300,0," ",python,content +2807,9594277,"utils/nn.py",2301,0,"",python,selection_keyboard +2808,9594513,"utils/nn.py",2301,0,"T",python,content +2809,9594514,"utils/nn.py",2302,0,"",python,selection_keyboard +2810,9595535,"utils/nn.py",2301,1,"",python,content +2811,9595657,"utils/nn.py",2301,0,"F",python,content +2812,9595658,"utils/nn.py",2302,0,"",python,selection_keyboard +2813,9595732,"utils/nn.py",2302,0,"I",python,content +2814,9595733,"utils/nn.py",2303,0,"",python,selection_keyboard +2815,9595820,"utils/nn.py",2303,0,"X",python,content +2816,9595821,"utils/nn.py",2304,0,"",python,selection_keyboard +2817,9595936,"utils/nn.py",2304,0,"M",python,content +2818,9595937,"utils/nn.py",2305,0,"",python,selection_keyboard +2819,9596048,"utils/nn.py",2305,0,"E",python,content +2820,9596049,"utils/nn.py",2306,0,"",python,selection_keyboard +2821,9596136,"utils/nn.py",2306,0," ",python,content +2822,9596137,"utils/nn.py",2307,0,"",python,selection_keyboard +2823,9596231,"utils/nn.py",2307,0,"()",python,content +2824,9596232,"utils/nn.py",2308,0,"",python,selection_keyboard +2825,9596536,"utils/nn.py",2308,0,"f",python,content +2826,9596537,"utils/nn.py",2309,0,"",python,selection_keyboard +2827,9596679,"utils/nn.py",2309,0,".",python,content +2828,9596680,"utils/nn.py",2310,0,"",python,selection_keyboard +2829,9596764,"utils/nn.py",2310,0,"s",python,content +2830,9596765,"utils/nn.py",2311,0,"",python,selection_keyboard +2831,9596925,"utils/nn.py",2311,0,"r",python,content +2832,9596926,"utils/nn.py",2312,0,"",python,selection_keyboard +2833,9596972,"utils/nn.py",2312,0,"a",python,content +2834,9596973,"utils/nn.py",2313,0,"",python,selection_keyboard +2835,9597082,"utils/nn.py",2313,0,"m",python,content +2836,9597083,"utils/nn.py",2314,0,"",python,selection_keyboard +2837,9597262,"utils/nn.py",2314,0,"b",python,content +2838,9597263,"utils/nn.py",2315,0,"",python,selection_keyboard +2839,9597417,"utils/nn.py",2315,0,"i",python,content +2840,9597418,"utils/nn.py",2316,0,"",python,selection_keyboard +2841,9597501,"utils/nn.py",2316,0,"c",python,content +2842,9597502,"utils/nn.py",2317,0,"",python,selection_keyboard +2843,9597564,"utils/nn.py",2317,0,"a",python,content +2844,9597565,"utils/nn.py",2318,0,"",python,selection_keyboard +2845,9597654,"utils/nn.py",2318,0,"l",python,content +2846,9597655,"utils/nn.py",2319,0,"",python,selection_keyboard +2847,9597823,"utils/nn.py",2318,0,"",python,selection_command +2848,9598124,"utils/nn.py",2320,0,"",python,selection_command +2849,9598289,"utils/nn.py",2320,0,")",python,content +2850,9598291,"utils/nn.py",2321,0,"",python,selection_keyboard +2851,9598786,"utils/nn.py",2320,1,"",python,content +2852,9598971,"utils/nn.py",2320,0,":",python,content +2853,9598972,"utils/nn.py",2321,0,"",python,selection_keyboard +2854,9599100,"utils/nn.py",2321,0," ",python,content +2855,9599101,"utils/nn.py",2322,0,"",python,selection_keyboard +2856,9599318,"utils/nn.py",2322,0,"H",python,content +2857,9599319,"utils/nn.py",2323,0,"",python,selection_keyboard +2858,9599675,"utils/nn.py",2323,0,"e",python,content +2859,9599676,"utils/nn.py",2324,0,"",python,selection_keyboard +2860,9599753,"utils/nn.py",2324,0,"r",python,content +2861,9599755,"utils/nn.py",2325,0,"",python,selection_keyboard +2862,9599851,"utils/nn.py",2325,0,"e",python,content +2863,9599853,"utils/nn.py",2326,0,"",python,selection_keyboard +2864,9599896,"utils/nn.py",2326,0,",",python,content +2865,9599897,"utils/nn.py",2327,0,"",python,selection_keyboard +2866,9600030,"utils/nn.py",2327,0," ",python,content +2867,9600031,"utils/nn.py",2328,0,"",python,selection_keyboard +2868,9602191,"utils/nn.py",2328,0,"t",python,content +2869,9602193,"utils/nn.py",2329,0,"",python,selection_keyboard +2870,9602264,"utils/nn.py",2329,0,"h",python,content +2871,9602265,"utils/nn.py",2330,0,"",python,selection_keyboard +2872,9602348,"utils/nn.py",2330,0,"e",python,content +2873,9602349,"utils/nn.py",2331,0,"",python,selection_keyboard +2874,9602417,"utils/nn.py",2331,0," ",python,content +2875,9602419,"utils/nn.py",2332,0,"",python,selection_keyboard +2876,9602497,"utils/nn.py",2332,0,"m",python,content +2877,9602499,"utils/nn.py",2333,0,"",python,selection_keyboard +2878,9602550,"utils/nn.py",2333,0,"o",python,content +2879,9602552,"utils/nn.py",2334,0,"",python,selection_keyboard +2880,9602640,"utils/nn.py",2334,0,"d",python,content +2881,9602641,"utils/nn.py",2335,0,"",python,selection_keyboard +2882,9602718,"utils/nn.py",2335,0,"e",python,content +2883,9602719,"utils/nn.py",2336,0,"",python,selection_keyboard +2884,9602797,"utils/nn.py",2336,0,"l",python,content +2885,9602799,"utils/nn.py",2337,0,"",python,selection_keyboard +2886,9602870,"utils/nn.py",2337,0," ",python,content +2887,9602871,"utils/nn.py",2338,0,"",python,selection_keyboard +2888,9603032,"utils/nn.py",2338,0,"d",python,content +2889,9603034,"utils/nn.py",2339,0,"",python,selection_keyboard +2890,9603103,"utils/nn.py",2339,0,"i",python,content +2891,9603105,"utils/nn.py",2340,0,"",python,selection_keyboard +2892,9603183,"utils/nn.py",2340,0,"m",python,content +2893,9603184,"utils/nn.py",2341,0,"",python,selection_keyboard +2894,9603283,"utils/nn.py",2341,0,"e",python,content +2895,9603285,"utils/nn.py",2342,0,"",python,selection_keyboard +2896,9603413,"utils/nn.py",2342,0,"n",python,content +2897,9603414,"utils/nn.py",2343,0,"",python,selection_keyboard +2898,9603539,"utils/nn.py",2343,0,"s",python,content +2899,9603540,"utils/nn.py",2344,0,"",python,selection_keyboard +2900,9603618,"utils/nn.py",2344,0,"i",python,content +2901,9603620,"utils/nn.py",2345,0,"",python,selection_keyboard +2902,9603684,"utils/nn.py",2345,0,"o",python,content +2903,9603686,"utils/nn.py",2346,0,"",python,selection_keyboard +2904,9603737,"utils/nn.py",2346,0,"n",python,content +2905,9603738,"utils/nn.py",2347,0,"",python,selection_keyboard +2906,9603832,"utils/nn.py",2347,0," ",python,content +2907,9603833,"utils/nn.py",2348,0,"",python,selection_keyboard +2908,9604005,"utils/nn.py",2348,0,"i",python,content +2909,9604008,"utils/nn.py",2349,0,"",python,selection_keyboard +2910,9604318,"utils/nn.py",2348,1,"",python,content +2911,9604469,"utils/nn.py",2338,10,"",python,content +2912,9604602,"utils/nn.py",2332,6,"",python,content +2913,9605288,"utils/nn.py",2332,0,"a",python,content +2914,9605289,"utils/nn.py",2333,0,"",python,selection_keyboard +2915,9605368,"utils/nn.py",2333,0,"t",python,content +2916,9605369,"utils/nn.py",2334,0,"",python,selection_keyboard +2917,9605533,"utils/nn.py",2334,0,"t",python,content +2918,9605535,"utils/nn.py",2335,0,"",python,selection_keyboard +2919,9605615,"utils/nn.py",2335,0,"e",python,content +2920,9605616,"utils/nn.py",2336,0,"",python,selection_keyboard +2921,9605703,"utils/nn.py",2336,0,"n",python,content +2922,9605704,"utils/nn.py",2337,0,"",python,selection_keyboard +2923,9605787,"utils/nn.py",2337,0,"t",python,content +2924,9605788,"utils/nn.py",2338,0,"",python,selection_keyboard +2925,9605884,"utils/nn.py",2338,0,"i",python,content +2926,9605885,"utils/nn.py",2339,0,"",python,selection_keyboard +2927,9605951,"utils/nn.py",2339,0,"o",python,content +2928,9605953,"utils/nn.py",2340,0,"",python,selection_keyboard +2929,9606016,"utils/nn.py",2340,0,"n",python,content +2930,9606018,"utils/nn.py",2341,0,"",python,selection_keyboard +2931,9606099,"utils/nn.py",2341,0," ",python,content +2932,9606101,"utils/nn.py",2342,0,"",python,selection_keyboard +2933,9606620,"utils/nn.py",2342,0,"h",python,content +2934,9606622,"utils/nn.py",2343,0,"",python,selection_keyboard +2935,9606661,"utils/nn.py",2343,0,"i",python,content +2936,9606662,"utils/nn.py",2344,0,"",python,selection_keyboard +2937,9606760,"utils/nn.py",2344,0,"d",python,content +2938,9606761,"utils/nn.py",2345,0,"",python,selection_keyboard +2939,9606883,"utils/nn.py",2345,0,"d",python,content +2940,9606884,"utils/nn.py",2346,0,"",python,selection_keyboard +2941,9606956,"utils/nn.py",2346,0,"e",python,content +2942,9606957,"utils/nn.py",2347,0,"",python,selection_keyboard +2943,9607037,"utils/nn.py",2347,0,"n",python,content +2944,9607038,"utils/nn.py",2348,0,"",python,selection_keyboard +2945,9607083,"utils/nn.py",2348,0," ",python,content +2946,9607084,"utils/nn.py",2349,0,"",python,selection_keyboard +2947,9607435,"utils/nn.py",2349,0,"d",python,content +2948,9607436,"utils/nn.py",2350,0,"",python,selection_keyboard +2949,9607515,"utils/nn.py",2350,0,"i",python,content +2950,9607517,"utils/nn.py",2351,0,"",python,selection_keyboard +2951,9607598,"utils/nn.py",2351,0,"m",python,content +2952,9607599,"utils/nn.py",2352,0,"",python,selection_keyboard +2953,9607704,"utils/nn.py",2352,0,"e",python,content +2954,9607705,"utils/nn.py",2353,0,"",python,selection_keyboard +2955,9607818,"utils/nn.py",2353,0,"n",python,content +2956,9607819,"utils/nn.py",2354,0,"",python,selection_keyboard +2957,9607891,"utils/nn.py",2354,0,"s",python,content +2958,9607891,"utils/nn.py",2355,0,"",python,selection_keyboard +2959,9608030,"utils/nn.py",2355,0,"i",python,content +2960,9608031,"utils/nn.py",2356,0,"",python,selection_keyboard +2961,9608088,"utils/nn.py",2356,0,"o",python,content +2962,9608089,"utils/nn.py",2357,0,"",python,selection_keyboard +2963,9608133,"utils/nn.py",2357,0,"n",python,content +2964,9608134,"utils/nn.py",2358,0,"",python,selection_keyboard +2965,9608235,"utils/nn.py",2358,0," ",python,content +2966,9608241,"utils/nn.py",2359,0,"",python,selection_keyboard +2967,9608365,"utils/nn.py",2359,0,"i",python,content +2968,9608366,"utils/nn.py",2360,0,"",python,selection_keyboard +2969,9608416,"utils/nn.py",2360,0,"s",python,content +2970,9608417,"utils/nn.py",2361,0,"",python,selection_keyboard +2971,9608495,"utils/nn.py",2361,0," ",python,content +2972,9608496,"utils/nn.py",2362,0,"",python,selection_keyboard +2973,9608599,"utils/nn.py",2362,0,"t",python,content +2974,9608600,"utils/nn.py",2363,0,"",python,selection_keyboard +2975,9608647,"utils/nn.py",2363,0,"h",python,content +2976,9608648,"utils/nn.py",2364,0,"",python,selection_keyboard +2977,9608753,"utils/nn.py",2364,0,"e",python,content +2978,9608754,"utils/nn.py",2365,0,"",python,selection_keyboard +2979,9608797,"utils/nn.py",2365,0," ",python,content +2980,9608799,"utils/nn.py",2366,0,"",python,selection_keyboard +2981,9608884,"utils/nn.py",2366,0,"s",python,content +2982,9608886,"utils/nn.py",2367,0,"",python,selection_keyboard +2983,9608923,"utils/nn.py",2367,0,"a",python,content +2984,9608924,"utils/nn.py",2368,0,"",python,selection_keyboard +2985,9609063,"utils/nn.py",2368,0,"m",python,content +2986,9609065,"utils/nn.py",2369,0,"",python,selection_keyboard +2987,9609133,"utils/nn.py",2369,0,"e",python,content +2988,9609135,"utils/nn.py",2370,0,"",python,selection_keyboard +2989,9609235,"utils/nn.py",2370,0," ",python,content +2990,9609236,"utils/nn.py",2371,0,"",python,selection_keyboard +2991,9609267,"utils/nn.py",2371,0,"a",python,content +2992,9609268,"utils/nn.py",2372,0,"",python,selection_keyboard +2993,9609324,"utils/nn.py",2372,0,"s",python,content +2994,9609326,"utils/nn.py",2373,0,"",python,selection_keyboard +2995,9609416,"utils/nn.py",2373,0," ",python,content +2996,9609417,"utils/nn.py",2374,0,"",python,selection_keyboard +2997,9609531,"utils/nn.py",2374,0,"t",python,content +2998,9609533,"utils/nn.py",2375,0,"",python,selection_keyboard +2999,9609614,"utils/nn.py",2375,0,"h",python,content +3000,9609616,"utils/nn.py",2376,0,"",python,selection_keyboard +3001,9609681,"utils/nn.py",2376,0,"e",python,content +3002,9609683,"utils/nn.py",2377,0,"",python,selection_keyboard +3003,9609729,"utils/nn.py",2377,0," ",python,content +3004,9609735,"utils/nn.py",2378,0,"",python,selection_keyboard +3005,9609850,"utils/nn.py",2378,0,"f",python,content +3006,9609851,"utils/nn.py",2379,0,"",python,selection_keyboard +3007,9610022,"utils/nn.py",2379,0,"e",python,content +3008,9610023,"utils/nn.py",2380,0,"",python,selection_keyboard +3009,9610335,"utils/nn.py",2379,1,"",python,content +3010,9610465,"utils/nn.py",2378,1,"",python,content +3011,9610638,"utils/nn.py",2378,0,"F",python,content +3012,9610639,"utils/nn.py",2379,0,"",python,selection_keyboard +3013,9610780,"utils/nn.py",2379,0,"F",python,content +3014,9610781,"utils/nn.py",2380,0,"",python,selection_keyboard +3015,9610954,"utils/nn.py",2380,0,"N",python,content +3016,9610955,"utils/nn.py",2381,0,"",python,selection_keyboard +3017,9611706,"utils/nn.py",2381,0,"'",python,content +3018,9611708,"utils/nn.py",2382,0,"",python,selection_keyboard +3019,9611752,"utils/nn.py",2382,0,"s",python,content +3020,9611753,"utils/nn.py",2383,0,"",python,selection_keyboard +3021,9612386,"utils/nn.py",2382,0,"",python,selection_command +3022,9613621,"utils/nn.py",2383,0,"",python,selection_command +3023,9613919,"utils/nn.py",2383,0,";",python,content +3024,9613920,"utils/nn.py",2384,0,"",python,selection_keyboard +3025,9613990,"utils/nn.py",2384,0," ",python,content +3026,9613992,"utils/nn.py",2385,0,"",python,selection_keyboard +3027,9614859,"utils/nn.py",2384,1,"",python,content +3028,9615015,"utils/nn.py",2383,1,"",python,content +3029,9615229,"utils/nn.py",2383,0,".",python,content +3030,9615230,"utils/nn.py",2384,0,"",python,selection_keyboard +3031,9615314,"utils/nn.py",2384,0," ",python,content +3032,9615315,"utils/nn.py",2385,0,"",python,selection_keyboard +3033,9615722,"utils/nn.py",2385,0,"u",python,content +3034,9615723,"utils/nn.py",2386,0,"",python,selection_keyboard +3035,9616407,"utils/nn.py",2386,0,"s",python,content +3036,9616409,"utils/nn.py",2387,0,"",python,selection_keyboard +3037,9616514,"utils/nn.py",2387,0,"u",python,content +3038,9616515,"utils/nn.py",2388,0,"",python,selection_keyboard +3039,9616867,"utils/nn.py",2387,1,"",python,content +3040,9617001,"utils/nn.py",2386,1,"",python,content +3041,9617218,"utils/nn.py",2386,0,"U",python,content +3042,9617219,"utils/nn.py",2387,0,"",python,selection_keyboard +3043,9617348,"utils/nn.py",2387,0,"s",python,content +3044,9617349,"utils/nn.py",2388,0,"",python,selection_keyboard +3045,9617649,"utils/nn.py",2387,1,"",python,content +3046,9617781,"utils/nn.py",2386,1,"",python,content +3047,9617928,"utils/nn.py",2385,1,"",python,content +3048,9618182,"utils/nn.py",2385,0,"U",python,content +3049,9618183,"utils/nn.py",2386,0,"",python,selection_keyboard +3050,9618648,"utils/nn.py",2386,0,"s",python,content +3051,9618649,"utils/nn.py",2387,0,"",python,selection_keyboard +3052,9618802,"utils/nn.py",2387,0,"u",python,content +3053,9618803,"utils/nn.py",2388,0,"",python,selection_keyboard +3054,9618935,"utils/nn.py",2388,0,"a",python,content +3055,9618936,"utils/nn.py",2389,0,"",python,selection_keyboard +3056,9619062,"utils/nn.py",2389,0,"l",python,content +3057,9619063,"utils/nn.py",2390,0,"",python,selection_keyboard +3058,9619189,"utils/nn.py",2390,0,"l",python,content +3059,9619190,"utils/nn.py",2391,0,"",python,selection_keyboard +3060,9619364,"utils/nn.py",2391,0,"y",python,content +3061,9619365,"utils/nn.py",2392,0,"",python,selection_keyboard +3062,9619562,"utils/nn.py",2392,0,",",python,content +3063,9619563,"utils/nn.py",2393,0,"",python,selection_keyboard +3064,9619638,"utils/nn.py",2393,0," ",python,content +3065,9619639,"utils/nn.py",2394,0,"",python,selection_keyboard +3066,9619904,"utils/nn.py",2394,0,"F",python,content +3067,9619905,"utils/nn.py",2395,0,"",python,selection_keyboard +3068,9620051,"utils/nn.py",2395,0,"F",python,content +3069,9620053,"utils/nn.py",2396,0,"",python,selection_keyboard +3070,9620146,"utils/nn.py",2396,0,"N",python,content +3071,9620147,"utils/nn.py",2397,0,"",python,selection_keyboard +3072,9620307,"utils/nn.py",2397,0," ",python,content +3073,9620308,"utils/nn.py",2398,0,"",python,selection_keyboard +3074,9620592,"utils/nn.py",2398,0,"h",python,content +3075,9620593,"utils/nn.py",2399,0,"",python,selection_keyboard +3076,9620647,"utils/nn.py",2399,0,"i",python,content +3077,9620648,"utils/nn.py",2400,0,"",python,selection_keyboard +3078,9620728,"utils/nn.py",2400,0,"d",python,content +3079,9620729,"utils/nn.py",2401,0,"",python,selection_keyboard +3080,9620929,"utils/nn.py",2401,0,"d",python,content +3081,9620930,"utils/nn.py",2402,0,"",python,selection_keyboard +3082,9621006,"utils/nn.py",2402,0,"e",python,content +3083,9621007,"utils/nn.py",2403,0,"",python,selection_keyboard +3084,9621102,"utils/nn.py",2403,0,"n",python,content +3085,9621103,"utils/nn.py",2404,0,"",python,selection_keyboard +3086,9621184,"utils/nn.py",2404,0," ",python,content +3087,9621185,"utils/nn.py",2405,0,"",python,selection_keyboard +3088,9621313,"utils/nn.py",2405,0,"d",python,content +3089,9621314,"utils/nn.py",2406,0,"",python,selection_keyboard +3090,9621399,"utils/nn.py",2406,0,"i",python,content +3091,9621400,"utils/nn.py",2407,0,"",python,selection_keyboard +3092,9621468,"utils/nn.py",2407,0,"m",python,content +3093,9621470,"utils/nn.py",2408,0,"",python,selection_keyboard +3094,9621604,"utils/nn.py",2408,0,"e",python,content +3095,9621605,"utils/nn.py",2409,0,"",python,selection_keyboard +3096,9621700,"utils/nn.py",2409,0,"n",python,content +3097,9621701,"utils/nn.py",2410,0,"",python,selection_keyboard +3098,9621795,"utils/nn.py",2410,0,"s",python,content +3099,9621796,"utils/nn.py",2411,0,"",python,selection_keyboard +3100,9621888,"utils/nn.py",2411,0,"i",python,content +3101,9621889,"utils/nn.py",2412,0,"",python,selection_keyboard +3102,9621955,"utils/nn.py",2412,0,"o",python,content +3103,9621956,"utils/nn.py",2413,0,"",python,selection_keyboard +3104,9621996,"utils/nn.py",2413,0,"n",python,content +3105,9621996,"utils/nn.py",2414,0,"",python,selection_keyboard +3106,9622064,"utils/nn.py",2414,0," ",python,content +3107,9622065,"utils/nn.py",2415,0,"",python,selection_keyboard +3108,9622400,"utils/nn.py",2415,0,"i",python,content +3109,9622401,"utils/nn.py",2416,0,"",python,selection_keyboard +3110,9622483,"utils/nn.py",2416,0,"s",python,content +3111,9622484,"utils/nn.py",2417,0,"",python,selection_keyboard +3112,9622572,"utils/nn.py",2417,0," ",python,content +3113,9622573,"utils/nn.py",2418,0,"",python,selection_keyboard +3114,9622665,"utils/nn.py",2418,0,"w",python,content +3115,9622667,"utils/nn.py",2419,0,"",python,selection_keyboard +3116,9622750,"utils/nn.py",2419,0,"a",python,content +3117,9622751,"utils/nn.py",2420,0,"",python,selection_keyboard +3118,9622818,"utils/nn.py",2420,0,"y",python,content +3119,9622821,"utils/nn.py",2421,0,"",python,selection_keyboard +3120,9622951,"utils/nn.py",2421,0,"y",python,content +3121,9622952,"utils/nn.py",2422,0,"",python,selection_keyboard +3122,9623079,"utils/nn.py",2422,0," ",python,content +3123,9623080,"utils/nn.py",2423,0,"",python,selection_keyboard +3124,9623214,"utils/nn.py",2423,0,"b",python,content +3125,9623215,"utils/nn.py",2424,0,"",python,selection_keyboard +3126,9623348,"utils/nn.py",2424,0,"i",python,content +3127,9623349,"utils/nn.py",2425,0,"",python,selection_keyboard +3128,9623440,"utils/nn.py",2425,0,"g",python,content +3129,9623441,"utils/nn.py",2426,0,"",python,selection_keyboard +3130,9623605,"utils/nn.py",2426,0,"g",python,content +3131,9623606,"utils/nn.py",2427,0,"",python,selection_keyboard +3132,9623671,"utils/nn.py",2427,0,"e",python,content +3133,9623673,"utils/nn.py",2428,0,"",python,selection_keyboard +3134,9623797,"utils/nn.py",2428,0,"r",python,content +3135,9623797,"utils/nn.py",2429,0,"",python,selection_keyboard +3136,9624052,"utils/nn.py",2428,0,"",python,selection_command +3137,9624234,"utils/nn.py",2283,0,"",python,selection_command +3138,9651727,"utils/nn.py",2430,0,"",python,selection_command +3139,9651975,"utils/nn.py",2472,0,"",python,selection_command +3140,9652003,"utils/nn.py",2504,0,"",python,selection_command +3141,9652037,"utils/nn.py",2518,0,"",python,selection_command +3142,9652070,"utils/nn.py",2531,0,"",python,selection_command +3143,9652104,"utils/nn.py",2572,0,"",python,selection_command +3144,9652138,"utils/nn.py",2597,0,"",python,selection_command +3145,9652171,"utils/nn.py",2633,0,"",python,selection_command +3146,9652204,"utils/nn.py",2675,0,"",python,selection_command +3147,9652238,"utils/nn.py",2713,0,"",python,selection_command +3148,9652363,"utils/nn.py",2730,0,"",python,selection_command +3149,9652520,"utils/nn.py",2768,0,"",python,selection_command +3150,9652927,"utils/nn.py",2768,29," return x # (B, T, E)",python,selection_command +3151,9653005,"utils/nn.py",2142,655,"\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(),\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n nn.Dense(self.model_dim),\n nn.LayerNorm(),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n )(x)\n x = nn.Dense(self.out_dim)(x)\n return x # (B, T, E)",python,selection_command +3152,9653317,"utils/nn.py",2015,782,"\nclass STTransformer(nn.Module):\n model_dim: int\n out_dim: int\n num_blocks: int\n num_heads: int\n dropout: float\n\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n x = nn.Sequential(\n [\n nn.LayerNorm(),\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n nn.Dense(self.model_dim),\n nn.LayerNorm(),\n ]\n )(x)\n for _ in range(self.num_blocks):\n x = STBlock(\n dim=self.model_dim,\n num_heads=self.num_heads,\n dropout=self.dropout,\n )(x)\n x = nn.Dense(self.out_dim)(x)\n return x # (B, T, E)",python,selection_command +3153,9653781,"utils/nn.py",2015,0,"",python,selection_command +3154,9822080,"utils/nn.py",2016,0,"",python,selection_command +3155,9822268,"utils/nn.py",2048,0,"",python,selection_command +3156,9822518,"utils/nn.py",2067,0,"",python,selection_command +3157,9822548,"utils/nn.py",2084,0,"",python,selection_command +3158,9822586,"utils/nn.py",2104,0,"",python,selection_command +3159,9822614,"utils/nn.py",2123,0,"",python,selection_command +3160,9822653,"utils/nn.py",2142,0,"",python,selection_command +3161,9822681,"utils/nn.py",2143,0,"",python,selection_command +3162,9822715,"utils/nn.py",2159,0,"",python,selection_command +3163,9822748,"utils/nn.py",2210,0,"",python,selection_command +3164,9822903,"utils/nn.py",2237,0,"",python,selection_command +3165,9823096,"utils/nn.py",2210,0,"",python,selection_command +3166,9823485,"utils/nn.py",2218,0,"",python,selection_command +3167,9823775,"utils/nn.py",2220,0,"",python,selection_command +3168,9823985,"utils/nn.py",2222,0,"",python,selection_command +3169,9824207,"utils/nn.py",2249,0,"",python,selection_command +3170,9824388,"utils/nn.py",2263,0,"",python,selection_command +3171,9824532,"utils/nn.py",2267,0,"",python,selection_command +3172,9824860,"utils/nn.py",2299,0,"",python,selection_command +3173,9826838,"utils/nn.py",2283,147,"",python,content +3174,9826850,"utils/nn.py",2299,0,"",python,selection_command +3175,9827672,"utils/nn.py",2299,0,"# FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n ",python,content +3176,9827675,"utils/nn.py",2299,0,"",python,selection_command +3177,9835426,"utils/nn.py",2283,147,"",python,content +3178,9835442,"utils/nn.py",2299,0,"",python,selection_command +3179,9836168,"utils/nn.py",2341,0,"",python,selection_command +3180,9836418,"utils/nn.py",2369,0,"",python,selection_command +3181,9836449,"utils/nn.py",2382,0,"",python,selection_command +3182,9836481,"utils/nn.py",2400,0,"",python,selection_command +3183,9836514,"utils/nn.py",2441,0,"",python,selection_command +3184,9838913,"utils/nn.py",1036,0,"",python,selection_command +3185,9839157,"utils/nn.py",1049,0,"",python,selection_command +3186,9839189,"utils/nn.py",1068,0,"",python,selection_command +3187,9839221,"utils/nn.py",1081,0,"",python,selection_command +3188,9839255,"utils/nn.py",1088,0,"",python,selection_command +3189,9839289,"utils/nn.py",1102,0,"",python,selection_command +3190,9839323,"utils/nn.py",1118,0,"",python,selection_command +3191,9839357,"utils/nn.py",1169,0,"",python,selection_command +3192,9839391,"utils/nn.py",1205,0,"",python,selection_command +3193,9839425,"utils/nn.py",1249,0,"",python,selection_command +3194,9839463,"utils/nn.py",1279,0,"",python,selection_command +3195,9839494,"utils/nn.py",1314,0,"",python,selection_command +3196,9839527,"utils/nn.py",1352,0,"",python,selection_command +3197,9839564,"utils/nn.py",1387,0,"",python,selection_command +3198,9839597,"utils/nn.py",1426,0,"",python,selection_command +3199,9839630,"utils/nn.py",1439,0,"",python,selection_command +3200,9839664,"utils/nn.py",1451,0,"",python,selection_command +3201,9839697,"utils/nn.py",1458,0,"",python,selection_command +3202,9839730,"utils/nn.py",1495,0,"",python,selection_command +3203,9839765,"utils/nn.py",1524,0,"",python,selection_command +3204,9839797,"utils/nn.py",1568,0,"",python,selection_command +3205,9839830,"utils/nn.py",1598,0,"",python,selection_command +3206,9839864,"utils/nn.py",1641,0,"",python,selection_command +3207,9839897,"utils/nn.py",1676,0,"",python,selection_command +3208,9839983,"utils/nn.py",1641,0,"",python,selection_command +3209,9840238,"utils/nn.py",1598,0,"",python,selection_command +3210,9840269,"utils/nn.py",1568,0,"",python,selection_command +3211,9840299,"utils/nn.py",1524,0,"",python,selection_command +3212,9840333,"utils/nn.py",1495,0,"",python,selection_command +3213,9840368,"utils/nn.py",1458,0,"",python,selection_command +3214,9840401,"utils/nn.py",1451,0,"",python,selection_command +3215,9840467,"utils/nn.py",1458,0,"",python,selection_command +3216,9840718,"utils/nn.py",1495,0,"",python,selection_command +3217,9840751,"utils/nn.py",1524,0,"",python,selection_command +3218,9840782,"utils/nn.py",1568,0,"",python,selection_command +3219,9840815,"utils/nn.py",1598,0,"",python,selection_command +3220,9840850,"utils/nn.py",1641,0,"",python,selection_command +3221,9840882,"utils/nn.py",1676,0,"",python,selection_command +3222,9840918,"utils/nn.py",1714,0,"",python,selection_command +3223,9840951,"utils/nn.py",1749,0,"",python,selection_command +3224,9840985,"utils/nn.py",1788,0,"",python,selection_command +3225,9841018,"utils/nn.py",1819,0,"",python,selection_command +3226,9841052,"utils/nn.py",1837,0,"",python,selection_command +3227,9841085,"utils/nn.py",1860,0,"",python,selection_command +3228,9841272,"utils/nn.py",1837,0,"",python,selection_command +3229,9841526,"utils/nn.py",1819,0,"",python,selection_command +3230,9841553,"utils/nn.py",1788,0,"",python,selection_command +3231,9841589,"utils/nn.py",1749,0,"",python,selection_command +3232,9841619,"utils/nn.py",1714,0,"",python,selection_command +3233,9842244,"utils/nn.py",1749,0,"",python,selection_command +3234,9842487,"utils/nn.py",1788,0,"",python,selection_command +3235,9842518,"utils/nn.py",1819,0,"",python,selection_command +3236,9842551,"utils/nn.py",1837,0,"",python,selection_command +3237,9842585,"utils/nn.py",1860,0,"",python,selection_command +3238,9842618,"utils/nn.py",1867,0,"",python,selection_command +3239,9842652,"utils/nn.py",1897,0,"",python,selection_command +3240,9842685,"utils/nn.py",1927,0,"",python,selection_command +3241,9842719,"utils/nn.py",1961,0,"",python,selection_command +3242,9842752,"utils/nn.py",1984,0,"",python,selection_command +3243,9842785,"utils/nn.py",1996,0,"",python,selection_command +3244,9842820,"utils/nn.py",2003,0,"",python,selection_command +3245,9842976,"utils/nn.py",1996,0,"",python,selection_command +3246,9843233,"utils/nn.py",1984,0,"",python,selection_command +3247,9843263,"utils/nn.py",1961,0,"",python,selection_command +3248,9843294,"utils/nn.py",1927,0,"",python,selection_command +3249,9843328,"utils/nn.py",1897,0,"",python,selection_command +3250,9845947,"utils/nn.py",1927,0,"",python,selection_command +3251,9846157,"utils/nn.py",1921,0," # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n",python,content +3252,9846175,"utils/nn.py",1937,0,"",python,selection_command +3253,9847275,"utils/nn.py",1933,4,"",python,content +3254,9847438,"utils/nn.py",1929,4,"",python,content +3255,9847747,"utils/nn.py",1928,0,"",python,selection_command +3256,9848553,"utils/nn.py",2067,0,"",python,selection_command +3257,9848709,"utils/nn.py",2101,0,"",python,selection_command +3258,9848801,"utils/nn.py",2102,0,"",python,selection_command +3259,9848970,"utils/nn.py",2068,0,"",python,selection_command +3260,9849143,"utils/nn.py",2070,0,"",python,selection_command +3261,9849481,"utils/nn.py",2072,0,"",python,selection_command +3262,9849653,"utils/nn.py",2074,0,"",python,selection_command +3263,9850619,"utils/nn.py",2075,0,"",python,selection_command +3264,9852008,"utils/nn.py",2080,0,"",python,selection_command +3265,9852165,"utils/nn.py",2081,0,"",python,selection_command +3266,9852372,"utils/nn.py",2085,0,"",python,selection_command +3267,9852551,"utils/nn.py",2086,0,"",python,selection_command +3268,9853252,"utils/nn.py",1738,0,"",python,selection_command +3269,9853594,"utils/nn.py",1554,0,"",python,selection_command +3270,9854612,"utils/nn.py",1590,0,"",python,selection_command +3271,9854857,"utils/nn.py",1628,0,"",python,selection_command +3272,9854886,"utils/nn.py",1668,0,"",python,selection_command +3273,9854919,"utils/nn.py",1706,0,"",python,selection_command +3274,9854952,"utils/nn.py",1741,0,"",python,selection_command +3275,9854985,"utils/nn.py",1779,0,"",python,selection_command +3276,9855019,"utils/nn.py",1811,0,"",python,selection_command +3277,9855052,"utils/nn.py",1829,0,"",python,selection_command +3278,9855085,"utils/nn.py",1858,0,"",python,selection_command +3279,9855119,"utils/nn.py",1860,0,"",python,selection_command +3280,9855152,"utils/nn.py",1889,0,"",python,selection_command +3281,9855185,"utils/nn.py",1919,0,"",python,selection_command +3282,9855219,"utils/nn.py",1957,0,"",python,selection_command +3283,9855252,"utils/nn.py",2092,0,"",python,selection_command +3284,9855285,"utils/nn.py",2115,0,"",python,selection_command +3285,9855319,"utils/nn.py",2133,0,"",python,selection_command +3286,9855352,"utils/nn.py",2135,0,"",python,selection_command +3287,9855386,"utils/nn.py",2151,0,"",python,selection_command +3288,9855519,"utils/nn.py",2153,0,"",python,selection_command +3289,9855770,"utils/nn.py",2151,0,"",python,selection_command +3290,9855974,"utils/nn.py",2136,16," return x",python,selection_command +3291,9856107,"utils/nn.py",2135,17,"\n return x",python,selection_command +3292,9856377,"utils/nn.py",1860,292,"\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x",python,selection_command +3293,9856543,"utils/nn.py",1451,701,"\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x",python,selection_command +3294,9856667,"utils/nn.py",1081,1071,"\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x",python,selection_command +3295,9856792,"utils/nn.py",1003,1149,"\nclass STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x",python,selection_command +3296,9857353,"utils/nn.py",1004,1148,"class STBlock(nn.Module):\n dim: int\n num_heads: int\n dropout: float\n\n @nn.remat\n @nn.compact\n def __call__(self, x: jax.Array) -> jax.Array:\n # --- Spatial attention ---\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z)\n x = x + z\n\n # --- Temporal attention ---\n x = x.swapaxes(1, 2)\n z = PositionalEncoding(self.dim)(x)\n z = nn.LayerNorm()(z)\n causal_mask = jnp.tri(z.shape[-2])\n z = nn.MultiHeadAttention(\n num_heads=self.num_heads,\n qkv_features=self.dim,\n dropout_rate=self.dropout,\n )(z, mask=causal_mask)\n x = x + z\n x = x.swapaxes(1, 2)\n\n # --- Feedforward ---\n z = nn.LayerNorm()(x)\n # FIXME (f.srambical): Here, the attention hidden dimension is the same as the FFN's. Usually, FFN hidden dimension is wayy bigger\n z = nn.Dense(self.dim)(z)\n z = nn.gelu(z)\n x = x + z\n\n return x",python,selection_command +3297,9857578,"utils/nn.py",1004,0,"",python,selection_command +3298,10760851,"train_tokenizer.py",0,0,"",python,tab +3299,10762937,"models/tokenizer.py",0,0,"",python,tab +3300,10766423,"models/tokenizer.py",618,0,"",python,selection_keyboard +3301,10770941,"train_tokenizer.py",0,0,"",python,tab +3302,10773451,"train_tokenizer.py",5634,0,"",python,selection_command +3303,10775457,"train_tokenizer.py",5650,0,"",python,selection_command +3304,10775617,"train_tokenizer.py",6343,0,"",python,selection_command +3305,10775800,"train_tokenizer.py",6975,0,"",python,selection_command +3306,10775983,"train_tokenizer.py",7095,0,"",python,selection_command +3307,10778304,"train_tokenizer.py",8664,0,"",python,selection_command +3308,10778649,"train_tokenizer.py",10783,0,"",python,selection_command +3309,10779617,"train_tokenizer.py",10322,0,"",python,selection_keyboard +3310,10779960,"train_tokenizer.py",9309,0,"",python,selection_command +3311,10781752,"train_tokenizer.py",9261,0,"",python,selection_command +3312,10781895,"train_tokenizer.py",9181,0,"",python,selection_command +3313,10782935,"train_tokenizer.py",9223,0,"",python,selection_command +3314,10784101,"train_tokenizer.py",9223,0,"",python,selection_command +3315,10784816,"train_tokenizer.py",3074,0,"",python,selection_command +3316,10792266,"train_tokenizer.py",9223,0,"",python,selection_command +3317,10793829,"train_tokenizer.py",3074,0,"",python,selection_command +3318,10798669,"train_tokenizer.py",3100,0,"\n ",python,content +3319,10798798,"train_tokenizer.py",3105,0,"#",python,content +3320,10798800,"train_tokenizer.py",3106,0,"",python,selection_keyboard +3321,10798878,"train_tokenizer.py",3106,0," ",python,content +3322,10798883,"train_tokenizer.py",3107,0,"",python,selection_keyboard +3323,10799046,"train_tokenizer.py",3107,0,"F",python,content +3324,10799049,"train_tokenizer.py",3108,0,"",python,selection_keyboard +3325,10799144,"train_tokenizer.py",3108,0,"I",python,content +3326,10799145,"train_tokenizer.py",3109,0,"",python,selection_keyboard +3327,10799212,"train_tokenizer.py",3109,0,"X",python,content +3328,10799213,"train_tokenizer.py",3110,0,"",python,selection_keyboard +3329,10799340,"train_tokenizer.py",3110,0,"M",python,content +3330,10799343,"train_tokenizer.py",3111,0,"",python,selection_keyboard +3331,10799422,"train_tokenizer.py",3111,0,"E",python,content +3332,10799423,"train_tokenizer.py",3112,0,"",python,selection_keyboard +3333,10799528,"train_tokenizer.py",3112,0," ",python,content +3334,10799530,"train_tokenizer.py",3113,0,"",python,selection_keyboard +3335,10799654,"train_tokenizer.py",3113,0,"()",python,content +3336,10799655,"train_tokenizer.py",3114,0,"",python,selection_keyboard +3337,10799736,"train_tokenizer.py",3114,1,")",python,content +3338,10799738,"train_tokenizer.py",3115,0,"",python,selection_keyboard +3339,10800221,"train_tokenizer.py",3114,0,"",python,selection_keyboard +3340,10800516,"train_tokenizer.py",3114,0,"f",python,content +3341,10800517,"train_tokenizer.py",3115,0,"",python,selection_keyboard +3342,10800717,"train_tokenizer.py",3115,0,".",python,content +3343,10800718,"train_tokenizer.py",3116,0,"",python,selection_keyboard +3344,10800840,"train_tokenizer.py",3116,0,"s",python,content +3345,10800842,"train_tokenizer.py",3117,0,"",python,selection_keyboard +3346,10800952,"train_tokenizer.py",3117,0,"r",python,content +3347,10800953,"train_tokenizer.py",3118,0,"",python,selection_keyboard +3348,10801012,"train_tokenizer.py",3118,0,"a",python,content +3349,10801015,"train_tokenizer.py",3119,0,"",python,selection_keyboard +3350,10801081,"train_tokenizer.py",3119,0,"m",python,content +3351,10801084,"train_tokenizer.py",3120,0,"",python,selection_keyboard +3352,10801249,"train_tokenizer.py",3120,0,"b",python,content +3353,10801250,"train_tokenizer.py",3121,0,"",python,selection_keyboard +3354,10801321,"train_tokenizer.py",3121,0,"i",python,content +3355,10801322,"train_tokenizer.py",3122,0,"",python,selection_keyboard +3356,10801368,"train_tokenizer.py",3122,0,"c",python,content +3357,10801369,"train_tokenizer.py",3123,0,"",python,selection_keyboard +3358,10801422,"train_tokenizer.py",3123,0,"a",python,content +3359,10801423,"train_tokenizer.py",3124,0,"",python,selection_keyboard +3360,10801538,"train_tokenizer.py",3124,0,"l",python,content +3361,10801539,"train_tokenizer.py",3125,0,"",python,selection_keyboard +3362,10801704,"train_tokenizer.py",3124,0,"",python,selection_command +3363,10801987,"train_tokenizer.py",3126,0,"",python,selection_command +3364,10802211,"train_tokenizer.py",3126,0,";",python,content +3365,10802213,"train_tokenizer.py",3127,0,"",python,selection_keyboard +3366,10802366,"train_tokenizer.py",3127,0,":",python,content +3367,10802368,"train_tokenizer.py",3128,0,"",python,selection_keyboard +3368,10802675,"train_tokenizer.py",3127,1,"",python,content +3369,10802815,"train_tokenizer.py",3126,1,"",python,content +3370,10802981,"train_tokenizer.py",3126,0,":",python,content +3371,10802982,"train_tokenizer.py",3127,0,"",python,selection_keyboard +3372,10803180,"train_tokenizer.py",3127,0," ",python,content +3373,10803181,"train_tokenizer.py",3128,0,"",python,selection_keyboard +3374,10803717,"train_tokenizer.py",3127,0,"",python,selection_command +3375,10804095,"train_tokenizer.py",3105,0,"",python,selection_command +3376,10804354,"train_tokenizer.py",3104,0,"",python,selection_command +3377,10804618,"train_tokenizer.py",3128,0,"",python,selection_command +3378,10805364,"train_tokenizer.py",3127,1,"",python,content +3379,10805479,"train_tokenizer.py",3126,1,"",python,content +3380,10805664,"train_tokenizer.py",3126,0,":",python,content +3381,10805666,"train_tokenizer.py",3127,0,"",python,selection_keyboard +3382,10805749,"train_tokenizer.py",3127,0," ",python,content +3383,10805750,"train_tokenizer.py",3128,0,"",python,selection_keyboard +3384,10806029,"train_tokenizer.py",3127,0,"",python,selection_command +3385,10813317,"train_tokenizer.py",3128,0,"",python,selection_command +3386,10826767,"train_tokenizer.py",3128,0,"o",python,content +3387,10826770,"train_tokenizer.py",3129,0,"",python,selection_keyboard +3388,10826835,"train_tokenizer.py",3129,0,"n",python,content +3389,10826837,"train_tokenizer.py",3130,0,"",python,selection_keyboard +3390,10826943,"train_tokenizer.py",3130,0,"l",python,content +3391,10826945,"train_tokenizer.py",3131,0,"",python,selection_keyboard +3392,10827097,"train_tokenizer.py",3131,0,"y",python,content +3393,10827098,"train_tokenizer.py",3132,0,"",python,selection_keyboard +3394,10827180,"train_tokenizer.py",3132,0," ",python,content +3395,10827182,"train_tokenizer.py",3133,0,"",python,selection_keyboard +3396,10827305,"train_tokenizer.py",3133,0,"c",python,content +3397,10827306,"train_tokenizer.py",3134,0,"",python,selection_keyboard +3398,10827345,"train_tokenizer.py",3134,0,"o",python,content +3399,10827346,"train_tokenizer.py",3135,0,"",python,selection_keyboard +3400,10827405,"train_tokenizer.py",3135,0,"n",python,content +3401,10827406,"train_tokenizer.py",3136,0,"",python,selection_keyboard +3402,10827493,"train_tokenizer.py",3136,0,"v",python,content +3403,10827494,"train_tokenizer.py",3137,0,"",python,selection_keyboard +3404,10827622,"train_tokenizer.py",3137,0,"e",python,content +3405,10827623,"train_tokenizer.py",3138,0,"",python,selection_keyboard +3406,10827680,"train_tokenizer.py",3138,0,"r",python,content +3407,10827682,"train_tokenizer.py",3139,0,"",python,selection_keyboard +3408,10827832,"train_tokenizer.py",3139,0,"t",python,content +3409,10827833,"train_tokenizer.py",3140,0,"",python,selection_keyboard +3410,10827904,"train_tokenizer.py",3140,0," ",python,content +3411,10827905,"train_tokenizer.py",3141,0,"",python,selection_keyboard +3412,10828019,"train_tokenizer.py",3141,0,"t",python,content +3413,10828020,"train_tokenizer.py",3142,0,"",python,selection_keyboard +3414,10828129,"train_tokenizer.py",3142,0,"o",python,content +3415,10828130,"train_tokenizer.py",3143,0,"",python,selection_keyboard +3416,10828192,"train_tokenizer.py",3143,0," ",python,content +3417,10828194,"train_tokenizer.py",3144,0,"",python,selection_keyboard +3418,10828359,"train_tokenizer.py",3144,0,"f",python,content +3419,10828360,"train_tokenizer.py",3145,0,"",python,selection_keyboard +3420,10828460,"train_tokenizer.py",3145,0,"p",python,content +3421,10828461,"train_tokenizer.py",3146,0,"",python,selection_keyboard +3422,10828950,"train_tokenizer.py",3146,0,"3",python,content +3423,10828951,"train_tokenizer.py",3147,0,"",python,selection_keyboard +3424,10829016,"train_tokenizer.py",3147,0,"2",python,content +3425,10829017,"train_tokenizer.py",3148,0,"",python,selection_keyboard +3426,10830345,"train_tokenizer.py",3148,0,"/",python,content +3427,10830347,"train_tokenizer.py",3149,0,"",python,selection_keyboard +3428,10830961,"train_tokenizer.py",3149,0,"b",python,content +3429,10830964,"train_tokenizer.py",3150,0,"",python,selection_keyboard +3430,10830995,"train_tokenizer.py",3150,0,"f",python,content +3431,10830996,"train_tokenizer.py",3151,0,"",python,selection_keyboard +3432,10831267,"train_tokenizer.py",3151,0,"1",python,content +3433,10831268,"train_tokenizer.py",3152,0,"",python,selection_keyboard +3434,10831746,"train_tokenizer.py",3152,0,"6",python,content +3435,10831748,"train_tokenizer.py",3153,0,"",python,selection_keyboard +3436,10831888,"train_tokenizer.py",3152,0,"",python,selection_command +3437,10831989,"train_tokenizer.py",3149,0,"",python,selection_command +3438,10832133,"train_tokenizer.py",3148,0,"",python,selection_command +3439,10832251,"train_tokenizer.py",3144,0,"",python,selection_command +3440,10832392,"train_tokenizer.py",3141,0,"",python,selection_command +3441,10832537,"train_tokenizer.py",3142,0,"",python,selection_command +3442,10832790,"train_tokenizer.py",3141,0,"",python,selection_command +3443,10832918,"train_tokenizer.py",3133,0,"",python,selection_command +3444,10833040,"train_tokenizer.py",3139,0,"",python,selection_command +3445,10833405,"train_tokenizer.py",3140,0,"",python,selection_command +3446,10833589,"train_tokenizer.py",3140,0," ",python,content +3447,10833590,"train_tokenizer.py",3141,0,"",python,selection_keyboard +3448,10833699,"train_tokenizer.py",3141,0,"v",python,content +3449,10833701,"train_tokenizer.py",3142,0,"",python,selection_keyboard +3450,10833793,"train_tokenizer.py",3142,0,"i",python,content +3451,10833795,"train_tokenizer.py",3143,0,"",python,selection_keyboard +3452,10833862,"train_tokenizer.py",3143,0,"d",python,content +3453,10833863,"train_tokenizer.py",3144,0,"",python,selection_keyboard +3454,10833931,"train_tokenizer.py",3144,0,"e",python,content +3455,10833934,"train_tokenizer.py",3145,0,"",python,selection_keyboard +3456,10833993,"train_tokenizer.py",3145,0,"o",python,content +3457,10833994,"train_tokenizer.py",3146,0,"",python,selection_keyboard +3458,10834099,"train_tokenizer.py",3146,0,"s",python,content +3459,10834101,"train_tokenizer.py",3147,0,"",python,selection_keyboard +3460,10834399,"train_tokenizer.py",3146,0,"",python,selection_command +3461,10835312,"train_tokenizer.py",3160,0,"",python,selection_command +3462,10835527,"train_tokenizer.py",3160,0," ",python,content +3463,10835528,"train_tokenizer.py",3161,0,"",python,selection_keyboard +3464,10835628,"train_tokenizer.py",3161,0,"h",python,content +3465,10835629,"train_tokenizer.py",3162,0,"",python,selection_keyboard +3466,10835668,"train_tokenizer.py",3162,0,"e",python,content +3467,10835669,"train_tokenizer.py",3163,0,"",python,selection_keyboard +3468,10835745,"train_tokenizer.py",3163,0,"r",python,content +3469,10835747,"train_tokenizer.py",3164,0,"",python,selection_keyboard +3470,10835844,"train_tokenizer.py",3164,0,"e",python,content +3471,10835845,"train_tokenizer.py",3165,0,"",python,selection_keyboard +3472,10836079,"train_tokenizer.py",3164,0,"",python,selection_command +3473,10837432,"train_tokenizer.py",3165,0,"",python,selection_command +3474,10838851,"train_tokenizer.py",3164,0,"",python,selection_command +3475,10839444,"train_tokenizer.py",3165,0,"",python,selection_command +3476,10839505,"train_tokenizer.py",3165,0," ",python,content +3477,10839508,"train_tokenizer.py",3166,0,"",python,selection_keyboard +3478,10839633,"train_tokenizer.py",3166,0,"()",python,content +3479,10839635,"train_tokenizer.py",3167,0,"",python,selection_keyboard +3480,10839674,"train_tokenizer.py",3167,1,")",python,content +3481,10839677,"train_tokenizer.py",3168,0,"",python,selection_keyboard +3482,10839912,"train_tokenizer.py",3167,0,"",python,selection_keyboard +3483,10840064,"train_tokenizer.py",3167,0,"i",python,content +3484,10840066,"train_tokenizer.py",3168,0,"",python,selection_keyboard +3485,10840130,"train_tokenizer.py",3168,0,"n",python,content +3486,10840131,"train_tokenizer.py",3169,0,"",python,selection_keyboard +3487,10840365,"train_tokenizer.py",3169,0,"s",python,content +3488,10840366,"train_tokenizer.py",3170,0,"",python,selection_keyboard +3489,10840444,"train_tokenizer.py",3170,0,"t",python,content +3490,10840445,"train_tokenizer.py",3171,0,"",python,selection_keyboard +3491,10840520,"train_tokenizer.py",3171,0,"e",python,content +3492,10840522,"train_tokenizer.py",3172,0,"",python,selection_keyboard +3493,10840579,"train_tokenizer.py",3172,0,"a",python,content +3494,10840582,"train_tokenizer.py",3173,0,"",python,selection_keyboard +3495,10840680,"train_tokenizer.py",3173,0,"d",python,content +3496,10840681,"train_tokenizer.py",3174,0,"",python,selection_keyboard +3497,10840777,"train_tokenizer.py",3174,0," ",python,content +3498,10840778,"train_tokenizer.py",3175,0,"",python,selection_keyboard +3499,10840901,"train_tokenizer.py",3175,0,"o",python,content +3500,10840903,"train_tokenizer.py",3176,0,"",python,selection_keyboard +3501,10841027,"train_tokenizer.py",3176,0,"f",python,content +3502,10841029,"train_tokenizer.py",3177,0,"",python,selection_keyboard +3503,10841061,"train_tokenizer.py",3177,0," ",python,content +3504,10841063,"train_tokenizer.py",3178,0,"",python,selection_keyboard +3505,10841260,"train_tokenizer.py",3178,0,"i",python,content +3506,10841261,"train_tokenizer.py",3179,0,"",python,selection_keyboard +3507,10841304,"train_tokenizer.py",3179,0,"n",python,content +3508,10841305,"train_tokenizer.py",3180,0,"",python,selection_keyboard +3509,10841412,"train_tokenizer.py",3180,0," ",python,content +3510,10841413,"train_tokenizer.py",3181,0,"",python,selection_keyboard +3511,10841632,"train_tokenizer.py",3181,0,"t",python,content +3512,10841633,"train_tokenizer.py",3182,0,"",python,selection_keyboard +3513,10841740,"train_tokenizer.py",3182,0,"h",python,content +3514,10841743,"train_tokenizer.py",3183,0,"",python,selection_keyboard +3515,10841786,"train_tokenizer.py",3183,0,"e",python,content +3516,10841788,"train_tokenizer.py",3184,0,"",python,selection_keyboard +3517,10841876,"train_tokenizer.py",3184,0," ",python,content +3518,10841877,"train_tokenizer.py",3185,0,"",python,selection_keyboard +3519,10842069,"train_tokenizer.py",3185,0,"a",python,content +3520,10842072,"train_tokenizer.py",3186,0,"",python,selection_keyboard +3521,10844687,"train_tokenizer.py",3185,1,"",python,content +3522,10845350,"train_tokenizer.py",3185,0,"d",python,content +3523,10845351,"train_tokenizer.py",3186,0,"",python,selection_keyboard +3524,10845445,"train_tokenizer.py",3186,0,"a",python,content +3525,10845446,"train_tokenizer.py",3187,0,"",python,selection_keyboard +3526,10845483,"train_tokenizer.py",3187,0,"t",python,content +3527,10845485,"train_tokenizer.py",3188,0,"",python,selection_keyboard +3528,10845590,"train_tokenizer.py",3188,0,"a",python,content +3529,10845591,"train_tokenizer.py",3189,0,"",python,selection_keyboard +3530,10845694,"train_tokenizer.py",3189,0,"l",python,content +3531,10845696,"train_tokenizer.py",3190,0,"",python,selection_keyboard +3532,10845832,"train_tokenizer.py",3190,0,"o",python,content +3533,10845834,"train_tokenizer.py",3191,0,"",python,selection_keyboard +3534,10845852,"train_tokenizer.py",3191,0,"a",python,content +3535,10845853,"train_tokenizer.py",3192,0,"",python,selection_keyboard +3536,10845945,"train_tokenizer.py",3192,0,"d",python,content +3537,10845947,"train_tokenizer.py",3193,0,"",python,selection_keyboard +3538,10846138,"train_tokenizer.py",3193,0,"e",python,content +3539,10846139,"train_tokenizer.py",3194,0,"",python,selection_keyboard +3540,10846197,"train_tokenizer.py",3194,0,"r",python,content +3541,10846198,"train_tokenizer.py",3195,0,"",python,selection_keyboard +3542,10846430,"train_tokenizer.py",3194,0,"",python,selection_command +3543,10850296,"utils/dataloader.py",0,0,"",python,tab +3544,10851269,"utils/dataloader.py",0,0,"",python,selection_command +3545,10855421,"utils/dataloader.py",1391,0,"",python,selection_command +3546,10856200,"utils/dataloader.py",3169,0,"",python,selection_command +3547,10858486,"utils/dataloader.py",4388,0,"",python,selection_command +3548,10859317,"utils/dataloader.py",5105,0,"",python,selection_command +3549,10860044,"utils/dataloader.py",0,0,"",python,selection_command +3550,10861784,"utils/dataloader.py",1391,0,"",python,selection_command +3551,10866501,"utils/dataloader.py",3169,0,"",python,selection_command +3552,10868495,"utils/dataloader.py",3643,0,"",python,selection_keyboard +3553,10868783,"utils/dataloader.py",3635,0,"",python,selection_command +3554,10869039,"utils/dataloader.py",3586,0,"",python,selection_command +3555,10869067,"utils/dataloader.py",3578,0,"",python,selection_command +3556,10869100,"utils/dataloader.py",3572,0,"",python,selection_command +3557,10869132,"utils/dataloader.py",3555,0,"",python,selection_command +3558,10869166,"utils/dataloader.py",3520,0,"",python,selection_command +3559,10869199,"utils/dataloader.py",3494,0,"",python,selection_command +3560,10869233,"utils/dataloader.py",3476,0,"",python,selection_command +3561,10869266,"utils/dataloader.py",3458,0,"",python,selection_command +3562,10869299,"utils/dataloader.py",3440,0,"",python,selection_command +3563,10869333,"utils/dataloader.py",3412,0,"",python,selection_command +3564,10869366,"utils/dataloader.py",3394,0,"",python,selection_command +3565,10869400,"utils/dataloader.py",3359,0,"",python,selection_command +3566,10869433,"utils/dataloader.py",3339,0,"",python,selection_command +3567,10869467,"utils/dataloader.py",3334,0,"",python,selection_command +3568,10869501,"utils/dataloader.py",3333,0,"",python,selection_command +3569,10870101,"utils/dataloader.py",2312,0,"",python,selection_command +3570,10870629,"utils/dataloader.py",3286,0,"",python,selection_command +3571,10872669,"utils/dataloader.py",2312,0,"",python,selection_command +3572,10872951,"utils/dataloader.py",3286,0,"",python,selection_command +3573,10873116,"utils/dataloader.py",2312,0,"",python,selection_command +3574,10873279,"utils/dataloader.py",3286,0,"",python,selection_command +3575,10873546,"utils/dataloader.py",2312,0,"",python,selection_command +3576,10874502,"utils/dataloader.py",3286,0,"",python,selection_command +3577,10883152,"train_tokenizer.py",0,0,"",python,tab +3578,10884930,"train_tokenizer.py",3196,0,"\n ",python,content +3579,10885086,"train_tokenizer.py",3201,0,"i",python,content +3580,10885088,"train_tokenizer.py",3202,0,"",python,selection_keyboard +3581,10885161,"train_tokenizer.py",3202,0,"n",python,content +3582,10885163,"train_tokenizer.py",3203,0,"",python,selection_keyboard +3583,10885278,"train_tokenizer.py",3203,0,"p",python,content +3584,10885279,"train_tokenizer.py",3204,0,"",python,selection_keyboard +3585,10885365,"train_tokenizer.py",3204,0,"u",python,content +3586,10885367,"train_tokenizer.py",3205,0,"",python,selection_keyboard +3587,10885469,"train_tokenizer.py",3205,0,"t",python,content +3588,10885471,"train_tokenizer.py",3206,0,"",python,selection_keyboard +3589,10885514,"train_tokenizer.py",3206,0,"s",python,content +3590,10885515,"train_tokenizer.py",3207,0,"",python,selection_keyboard +3591,10887503,"train_tokenizer.py",3207,0,"[]",python,content +3592,10887506,"train_tokenizer.py",3208,0,"",python,selection_keyboard +3593,10887762,"train_tokenizer.py",3208,0,"""""",python,content +3594,10887764,"train_tokenizer.py",3209,0,"",python,selection_keyboard +3595,10888565,"train_tokenizer.py",3209,0,"v",python,content +3596,10888567,"train_tokenizer.py",3210,0,"",python,selection_keyboard +3597,10888629,"train_tokenizer.py",3210,0,"i",python,content +3598,10888632,"train_tokenizer.py",3211,0,"",python,selection_keyboard +3599,10888902,"train_tokenizer.py",3211,0,"d",python,content +3600,10888903,"train_tokenizer.py",3212,0,"",python,selection_keyboard +3601,10888978,"train_tokenizer.py",3212,0,"e",python,content +3602,10888979,"train_tokenizer.py",3213,0,"",python,selection_keyboard +3603,10889069,"train_tokenizer.py",3213,0,"o",python,content +3604,10889070,"train_tokenizer.py",3214,0,"",python,selection_keyboard +3605,10889135,"train_tokenizer.py",3214,0,"s",python,content +3606,10889136,"train_tokenizer.py",3215,0,"",python,selection_keyboard +3607,10889379,"train_tokenizer.py",3214,0,"",python,selection_command +3608,10889620,"train_tokenizer.py",3217,0,"",python,selection_command +3609,10889762,"train_tokenizer.py",3217,0," ",python,content +3610,10889763,"train_tokenizer.py",3218,0,"",python,selection_keyboard +3611,10889855,"train_tokenizer.py",3218,0,"=",python,content +3612,10889856,"train_tokenizer.py",3219,0,"",python,selection_keyboard +3613,10889952,"train_tokenizer.py",3219,0," ",python,content +3614,10889955,"train_tokenizer.py",3220,0,"",python,selection_keyboard +3615,10894186,"utils/dataloader.py",0,0,"",python,tab +3616,10894921,"utils/dataloader.py",3281,0,"",python,selection_command +3617,10895066,"utils/dataloader.py",3280,0,"",python,selection_command +3618,10895186,"utils/dataloader.py",3278,0,"",python,selection_command +3619,10895328,"utils/dataloader.py",3277,0,"",python,selection_command +3620,10895455,"utils/dataloader.py",3271,0,"",python,selection_command +3621,10895604,"utils/dataloader.py",3270,0,"",python,selection_command +3622,10895935,"utils/dataloader.py",3267,0,"",python,selection_command +3623,10896079,"utils/dataloader.py",3267,1,"s",python,selection_command +3624,10896402,"utils/dataloader.py",3267,31,"seq.astype(np.float32) / 255.0\n",python,selection_command +3625,10896803,"utils/dataloader.py",3267,30,"seq.astype(np.float32) / 255.0",python,selection_command +3626,10897151,"utils/dataloader.py",3296,0,"",python,selection_command +3627,10900645,"train_tokenizer.py",0,0,"",python,tab +3628,10901369,"train_tokenizer.py",3220,0,"seq.astype(np.float32) / 255.0",python,content +3629,10901371,"train_tokenizer.py",3250,0,"",python,selection_keyboard +3630,10901719,"train_tokenizer.py",3249,0,"",python,selection_command +3631,10901850,"train_tokenizer.py",3248,0,"",python,selection_command +3632,10902101,"train_tokenizer.py",3245,0,"",python,selection_command +3633,10902133,"train_tokenizer.py",3243,0,"",python,selection_command +3634,10902167,"train_tokenizer.py",3241,0,"",python,selection_command +3635,10902200,"train_tokenizer.py",3234,0,"",python,selection_command +3636,10902234,"train_tokenizer.py",3233,0,"",python,selection_command +3637,10902370,"train_tokenizer.py",3231,0,"",python,selection_command +3638,10902521,"train_tokenizer.py",3230,0,"",python,selection_command +3639,10902666,"train_tokenizer.py",3224,0,"",python,selection_command +3640,10902813,"train_tokenizer.py",3223,0,"",python,selection_command +3641,10903034,"train_tokenizer.py",3220,0,"",python,selection_command +3642,10903313,"train_tokenizer.py",3220,3,"",python,content +3643,10903522,"train_tokenizer.py",3220,0,"i",python,content +3644,10903523,"train_tokenizer.py",3221,0,"",python,selection_keyboard +3645,10903585,"train_tokenizer.py",3221,0,"n",python,content +3646,10903587,"train_tokenizer.py",3222,0,"",python,selection_keyboard +3647,10903686,"train_tokenizer.py",3222,0,"p",python,content +3648,10903687,"train_tokenizer.py",3223,0,"",python,selection_keyboard +3649,10903776,"train_tokenizer.py",3223,0,"u",python,content +3650,10903778,"train_tokenizer.py",3224,0,"",python,selection_keyboard +3651,10903835,"train_tokenizer.py",3224,0,"t",python,content +3652,10903838,"train_tokenizer.py",3225,0,"",python,selection_keyboard +3653,10903886,"train_tokenizer.py",3225,0,"s",python,content +3654,10903888,"train_tokenizer.py",3226,0,"",python,selection_keyboard +3655,10904054,"train_tokenizer.py",3226,0,"[]",python,content +3656,10904055,"train_tokenizer.py",3227,0,"",python,selection_keyboard +3657,10904428,"train_tokenizer.py",3227,0,"""""",python,content +3658,10904430,"train_tokenizer.py",3228,0,"",python,selection_keyboard +3659,10904744,"train_tokenizer.py",3228,0,"v",python,content +3660,10904746,"train_tokenizer.py",3229,0,"",python,selection_keyboard +3661,10904853,"train_tokenizer.py",3229,0,"i",python,content +3662,10904854,"train_tokenizer.py",3230,0,"",python,selection_keyboard +3663,10904924,"train_tokenizer.py",3230,0,"d",python,content +3664,10904926,"train_tokenizer.py",3231,0,"",python,selection_keyboard +3665,10904968,"train_tokenizer.py",3231,0,"e",python,content +3666,10904969,"train_tokenizer.py",3232,0,"",python,selection_keyboard +3667,10905058,"train_tokenizer.py",3232,0,"o",python,content +3668,10905059,"train_tokenizer.py",3233,0,"",python,selection_keyboard +3669,10905146,"train_tokenizer.py",3233,0,"s",python,content +3670,10905147,"train_tokenizer.py",3234,0,"",python,selection_keyboard +3671,10905363,"train_tokenizer.py",3233,0,"",python,selection_command +3672,10907002,"train_tokenizer.py",3201,0,"",python,selection_command +3673,10914104,"train_tokenizer.py",3197,66," inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0",python,selection_command +3674,10914184,"train_tokenizer.py",3101,162," # FIXME (f.srambical): only convert videos to fp32/bf16 here (instead of in the dataloader)\n inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0",python,selection_command +3675,10914284,"train_tokenizer.py",3101,163,"",python,content +3676,10914291,"train_tokenizer.py",3105,0,"",python,selection_command +3677,10915285,"train_tokenizer.py",3187,0,"",python,selection_command +3678,10915355,"train_tokenizer.py",3188,0,"",python,selection_command +3679,10915464,"train_tokenizer.py",3106,0,"",python,selection_command +3680,10915649,"train_tokenizer.py",3075,0,"",python,selection_command +3681,10915660,"train_tokenizer.py",3084,0,"",python,selection_command +3682,10915826,"train_tokenizer.py",3085,0,"",python,selection_command +3683,10916033,"train_tokenizer.py",3116,0,"",python,selection_command +3684,10916151,"train_tokenizer.py",3118,0,"",python,selection_command +3685,10916300,"train_tokenizer.py",3119,0,"",python,selection_command +3686,10916449,"train_tokenizer.py",3133,0,"",python,selection_command +3687,10916603,"train_tokenizer.py",3134,0,"",python,selection_command +3688,10916802,"train_tokenizer.py",3151,0,"",python,selection_command +3689,10917086,"train_tokenizer.py",3134,0,"",python,selection_command +3690,10918823,"train_tokenizer.py",1826,0,"\n ",python,content +3691,10918913,"train_tokenizer.py",1827,4,"",python,content +3692,10918995,"train_tokenizer.py",1827,0,"\n # FIXME (f.srambical): only convert videos to fp32/bf16 here (instead of in the dataloader)\n inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0",python,content +3693,10919004,"train_tokenizer.py",1832,0,"",python,selection_command +3694,10919580,"train_tokenizer.py",1827,0,"",python,selection_command +3695,10919853,"train_tokenizer.py",1827,1,"",python,content +3696,10919887,"train_tokenizer.py",1831,0,"",python,selection_command +3697,10920273,"train_tokenizer.py",1827,95," # FIXME (f.srambical): only convert videos to fp32/bf16 here (instead of in the dataloader)",python,selection_command +3698,10920382,"train_tokenizer.py",1827,162," # FIXME (f.srambical): only convert videos to fp32/bf16 here (instead of in the dataloader)\n inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0",python,selection_command +3699,10920470,"train_tokenizer.py",1827,163,"",python,content +3700,10920473,"train_tokenizer.py",1831,0,"",python,selection_command +3701,10920818,"train_tokenizer.py",1853,0,"\n # FIXME (f.srambical): only convert videos to fp32/bf16 here (instead of in the dataloader)\n inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0",python,content +3702,10920821,"train_tokenizer.py",1858,0,"",python,selection_command +3703,10922327,"train_tokenizer.py",1831,0,"",python,selection_command +3704,10922445,"train_tokenizer.py",1785,0,"",python,selection_command +3705,10954310,"train_tokenizer.py",3262,0,"",python,selection_command +3706,10954481,"train_tokenizer.py",3261,0,"",python,selection_command +3707,10954729,"train_tokenizer.py",3255,0,"",python,selection_command +3708,10957677,"train_tokenizer.py",3233,0,"",python,selection_command +3709,10957851,"train_tokenizer.py",3237,0,"",python,selection_command +3710,10957999,"train_tokenizer.py",3247,0,"",python,selection_command +3711,10958316,"train_tokenizer.py",3237,0,"",python,selection_command +3712,10959501,"train_tokenizer.py",9390,0,"",python,selection_command +3713,10959666,"train_tokenizer.py",9391,0,"",python,selection_command +3714,10960902,"train_tokenizer.py",9394,0,"",python,selection_command +3715,10960963,"train_tokenizer.py",9411,0,"\n # FIXME (f.srambical): only convert videos to fp32/bf16 here (instead of in the dataloader)\n inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0",python,content +3716,10960986,"train_tokenizer.py",9416,0,"",python,selection_command +3717,10961833,"train_tokenizer.py",9416,163,"",python,content +3718,10961836,"train_tokenizer.py",9394,0,"",python,selection_command +3719,10963376,"train_tokenizer.py",9404,0,"",python,selection_command +3720,10965115,"train_tokenizer.py",9267,0,"",python,selection_command +3721,10970679,"train_tokenizer.py",9404,0,"",python,selection_command +3722,10970802,"train_tokenizer.py",3297,0,"",python,selection_command +3723,10972682,"utils/dataloader.py",0,0,"",python,tab +3724,10973952,"train_tokenizer.py",0,0,"",python,tab +3725,10976296,"train_tokenizer.py",1831,0,"",python,selection_command +3726,10976453,"train_tokenizer.py",1858,0,"",python,selection_command +3727,10976572,"train_tokenizer.py",1954,0,"",python,selection_command +3728,10977043,"utils/dataloader.py",0,0,"",python,tab +3729,10980298,"utils/dataloader.py",3237,0,"",python,selection_command +3730,10980551,"utils/dataloader.py",3170,67," seq = episode_tensor[start_idx : start_idx + self.seq_len]\n",python,selection_command +3731,10981248,"utils/dataloader.py",3170,0,"",python,selection_command +3732,10981417,"utils/dataloader.py",3237,0,"",python,selection_command +3733,10982164,"utils/dataloader.py",3237,60,"\n processed_sequence = seq.astype(np.float32) / 255.0",python,selection_command +3734,10983326,"utils/dataloader.py",3237,61,"",python,content +3735,10984607,"utils/dataloader.py",3170,0,"",python,selection_command +3736,10984761,"utils/dataloader.py",3237,0,"",python,selection_command +3737,10984921,"utils/dataloader.py",3238,0,"",python,selection_command +3738,10985039,"utils/dataloader.py",3246,0,"",python,selection_command +3739,10985199,"utils/dataloader.py",3253,0,"",python,selection_command +3740,10985518,"utils/dataloader.py",3253,18,"",python,content +3741,10985686,"utils/dataloader.py",3253,0,"s",python,content +3742,10985687,"utils/dataloader.py",3254,0,"",python,selection_keyboard +3743,10985805,"utils/dataloader.py",3254,0,"e",python,content +3744,10985806,"utils/dataloader.py",3255,0,"",python,selection_keyboard +3745,10985943,"utils/dataloader.py",3255,0,"q",python,content +3746,10985945,"utils/dataloader.py",3256,0,"",python,selection_keyboard +3747,10986246,"utils/dataloader.py",3255,0,"",python,selection_command +3748,10987302,"train_tokenizer.py",0,0,"",python,tab +3749,10990716,"train_tokenizer.py",1858,0,"",python,selection_command +3750,10998234,"train_tokenizer.py",1860,0,"",python,selection_command +3751,10998485,"train_tokenizer.py",1866,0,"",python,selection_command +3752,10998516,"train_tokenizer.py",1867,0,"",python,selection_command +3753,10998549,"train_tokenizer.py",1868,0,"",python,selection_command +3754,10998728,"train_tokenizer.py",1869,0,"",python,selection_command +3755,10998899,"train_tokenizer.py",1878,0,"",python,selection_command +3756,10999050,"train_tokenizer.py",1881,0,"",python,selection_command +3757,10999452,"train_tokenizer.py",1878,0,"",python,selection_command +3758,10999798,"train_tokenizer.py",1881,0,"",python,selection_command +3759,11000117,"train_tokenizer.py",1881,68,"",python,content +3760,11035945,"train_tokenizer.py",1881,0,"c",python,content +3761,11035949,"train_tokenizer.py",1882,0,"",python,selection_keyboard +3762,11036004,"train_tokenizer.py",1882,0,"o",python,content +3763,11036006,"train_tokenizer.py",1883,0,"",python,selection_keyboard +3764,11036079,"train_tokenizer.py",1883,0,"n",python,content +3765,11036082,"train_tokenizer.py",1884,0,"",python,selection_keyboard +3766,11036149,"train_tokenizer.py",1884,0,"v",python,content +3767,11036151,"train_tokenizer.py",1885,0,"",python,selection_keyboard +3768,11036330,"train_tokenizer.py",1885,0,"e",python,content +3769,11036332,"train_tokenizer.py",1886,0,"",python,selection_keyboard +3770,11036351,"train_tokenizer.py",1886,0,"r",python,content +3771,11036352,"train_tokenizer.py",1887,0,"",python,selection_keyboard +3772,11036515,"train_tokenizer.py",1887,0,"t",python,content +3773,11036516,"train_tokenizer.py",1888,0,"",python,selection_keyboard +3774,11036584,"train_tokenizer.py",1888,0," ",python,content +3775,11036585,"train_tokenizer.py",1889,0,"",python,selection_keyboard +3776,11036703,"train_tokenizer.py",1889,0,"t",python,content +3777,11036705,"train_tokenizer.py",1890,0,"",python,selection_keyboard +3778,11036770,"train_tokenizer.py",1890,0,"o",python,content +3779,11036772,"train_tokenizer.py",1891,0,"",python,selection_keyboard +3780,11036862,"train_tokenizer.py",1891,0," ",python,content +3781,11036863,"train_tokenizer.py",1892,0,"",python,selection_keyboard +3782,11039072,"train_tokenizer.py",1891,0,"",python,selection_command +3783,11039139,"train_tokenizer.py",1930,0,"",python,selection_command +3784,11039301,"train_tokenizer.py",1933,0,"",python,selection_command +3785,11039680,"train_tokenizer.py",1891,0,"",python,selection_command +3786,11039933,"train_tokenizer.py",1889,0,"",python,selection_command +3787,11040099,"train_tokenizer.py",1881,0,"",python,selection_command +3788,11040385,"train_tokenizer.py",1881,11,"",python,content +3789,11043602,"train_tokenizer.py",1881,0,"c",python,content +3790,11043604,"train_tokenizer.py",1882,0,"",python,selection_keyboard +3791,11043682,"train_tokenizer.py",1882,0,"a",python,content +3792,11043684,"train_tokenizer.py",1883,0,"",python,selection_keyboard +3793,11043743,"train_tokenizer.py",1883,0,"s",python,content +3794,11043745,"train_tokenizer.py",1884,0,"",python,selection_keyboard +3795,11043883,"train_tokenizer.py",1884,0,"t",python,content +3796,11043884,"train_tokenizer.py",1885,0,"",python,selection_keyboard +3797,11043972,"train_tokenizer.py",1885,0," ",python,content +3798,11043973,"train_tokenizer.py",1886,0,"",python,selection_keyboard +3799,11044036,"train_tokenizer.py",1886,0,"i",python,content +3800,11044037,"train_tokenizer.py",1887,0,"",python,selection_keyboard +3801,11044134,"train_tokenizer.py",1887,0,"n",python,content +3802,11044136,"train_tokenizer.py",1888,0,"",python,selection_keyboard +3803,11044445,"train_tokenizer.py",1888,0,"8",python,content +3804,11044446,"train_tokenizer.py",1889,0,"",python,selection_keyboard +3805,11044632,"train_tokenizer.py",1889,0," ",python,content +3806,11044633,"train_tokenizer.py",1890,0,"",python,selection_keyboard +3807,11044838,"train_tokenizer.py",1890,0,"t",python,content +3808,11044840,"train_tokenizer.py",1891,0,"",python,selection_keyboard +3809,11044918,"train_tokenizer.py",1891,0,"o",python,content +3810,11044919,"train_tokenizer.py",1892,0,"",python,selection_keyboard +3811,11045013,"train_tokenizer.py",1892,0," ",python,content +3812,11045015,"train_tokenizer.py",1893,0,"",python,selection_keyboard +3813,11045213,"train_tokenizer.py",1893,0,"f",python,content +3814,11045214,"train_tokenizer.py",1894,0,"",python,selection_keyboard +3815,11045320,"train_tokenizer.py",1894,0,"p",python,content +3816,11045321,"train_tokenizer.py",1895,0,"",python,selection_keyboard +3817,11046422,"train_tokenizer.py",1895,0,"3",python,content +3818,11046423,"train_tokenizer.py",1896,0,"",python,selection_keyboard +3819,11046504,"train_tokenizer.py",1896,0,"2",python,content +3820,11046506,"train_tokenizer.py",1897,0,"",python,selection_keyboard +3821,11047000,"train_tokenizer.py",1896,1,"",python,content +3822,11047149,"train_tokenizer.py",1895,1,"",python,content +3823,11047316,"train_tokenizer.py",1894,1,"",python,content +3824,11047764,"train_tokenizer.py",1893,1,"",python,content +3825,11047918,"train_tokenizer.py",1893,0,"b",python,content +3826,11047919,"train_tokenizer.py",1894,0,"",python,selection_keyboard +3827,11048013,"train_tokenizer.py",1894,0,"f",python,content +3828,11048015,"train_tokenizer.py",1895,0,"",python,selection_keyboard +3829,11048544,"train_tokenizer.py",1895,0,"1",python,content +3830,11048549,"train_tokenizer.py",1896,0,"",python,selection_keyboard +3831,11048654,"train_tokenizer.py",1896,0,"6",python,content +3832,11048655,"train_tokenizer.py",1897,0,"",python,selection_keyboard +3833,11049116,"train_tokenizer.py",1897,0," ",python,content +3834,11049117,"train_tokenizer.py",1898,0,"",python,selection_keyboard +3835,11049217,"train_tokenizer.py",1898,0,"i",python,content +3836,11049218,"train_tokenizer.py",1899,0,"",python,selection_keyboard +3837,11049279,"train_tokenizer.py",1899,0,"n",python,content +3838,11049282,"train_tokenizer.py",1900,0,"",python,selection_keyboard +3839,11049286,"train_tokenizer.py",1900,0,"s",python,content +3840,11049288,"train_tokenizer.py",1901,0,"",python,selection_keyboard +3841,11049376,"train_tokenizer.py",1901,0,"t",python,content +3842,11049377,"train_tokenizer.py",1902,0,"",python,selection_keyboard +3843,11049465,"train_tokenizer.py",1902,0,"e",python,content +3844,11049466,"train_tokenizer.py",1903,0,"",python,selection_keyboard +3845,11049588,"train_tokenizer.py",1903,0,"a",python,content +3846,11049589,"train_tokenizer.py",1904,0,"",python,selection_keyboard +3847,11049648,"train_tokenizer.py",1904,0,"d",python,content +3848,11049651,"train_tokenizer.py",1905,0,"",python,selection_keyboard +3849,11049894,"train_tokenizer.py",1905,0,"?",python,content +3850,11049895,"train_tokenizer.py",1906,0,"",python,selection_keyboard +3851,11051198,"train_tokenizer.py",1905,0,"",python,selection_command +3852,11051534,"train_tokenizer.py",1906,0,"\n # FIXME (f.srambical): cast in8 to bf16 instead?",python,content +3853,11051537,"train_tokenizer.py",1911,0,"",python,selection_command +3854,11051885,"train_tokenizer.py",1913,0,"",python,selection_command +3855,11052049,"train_tokenizer.py",1919,0,"",python,selection_command +3856,11052198,"train_tokenizer.py",1920,0,"",python,selection_command +3857,11052345,"train_tokenizer.py",1921,0,"",python,selection_command +3858,11052488,"train_tokenizer.py",1922,0,"",python,selection_command +3859,11052602,"train_tokenizer.py",1931,0,"",python,selection_command +3860,11052796,"train_tokenizer.py",1934,0,"",python,selection_command +3861,11052929,"train_tokenizer.py",1939,0,"",python,selection_command +3862,11053318,"train_tokenizer.py",1934,0,"",python,selection_command +3863,11053484,"train_tokenizer.py",1934,25,"",python,content +3864,11053849,"train_tokenizer.py",1934,0,"c",python,content +3865,11053851,"train_tokenizer.py",1935,0,"",python,selection_keyboard +3866,11053935,"train_tokenizer.py",1935,0,"a",python,content +3867,11053938,"train_tokenizer.py",1936,0,"",python,selection_keyboard +3868,11054038,"train_tokenizer.py",1936,0,"n",python,content +3869,11054039,"train_tokenizer.py",1937,0,"",python,selection_keyboard +3870,11054110,"train_tokenizer.py",1937,0," ",python,content +3871,11054111,"train_tokenizer.py",1938,0,"",python,selection_keyboard +3872,11054494,"train_tokenizer.py",1934,4,"",python,content +3873,11055303,"train_tokenizer.py",1934,0,"c",python,content +3874,11055305,"train_tokenizer.py",1935,0,"",python,selection_keyboard +3875,11055371,"train_tokenizer.py",1935,0,"a",python,content +3876,11055373,"train_tokenizer.py",1936,0,"",python,selection_keyboard +3877,11055472,"train_tokenizer.py",1936,0,"n",python,content +3878,11055473,"train_tokenizer.py",1937,0,"",python,selection_keyboard +3879,11055499,"train_tokenizer.py",1937,0," ",python,content +3880,11055501,"train_tokenizer.py",1938,0,"",python,selection_keyboard +3881,11055580,"train_tokenizer.py",1938,0,"w",python,content +3882,11055581,"train_tokenizer.py",1939,0,"",python,selection_keyboard +3883,11055654,"train_tokenizer.py",1939,0,"e",python,content +3884,11055656,"train_tokenizer.py",1940,0,"",python,selection_keyboard +3885,11055728,"train_tokenizer.py",1940,0," ",python,content +3886,11055730,"train_tokenizer.py",1941,0,"",python,selection_keyboard +3887,11055934,"train_tokenizer.py",1941,0,"e",python,content +3888,11055935,"train_tokenizer.py",1942,0,"",python,selection_keyboard +3889,11056044,"train_tokenizer.py",1942,0,"v",python,content +3890,11056046,"train_tokenizer.py",1943,0,"",python,selection_keyboard +3891,11056137,"train_tokenizer.py",1943,0,"e",python,content +3892,11056138,"train_tokenizer.py",1944,0,"",python,selection_keyboard +3893,11056517,"train_tokenizer.py",1943,0,"",python,selection_command +3894,11056648,"train_tokenizer.py",1941,0,"",python,selection_command +3895,11056767,"train_tokenizer.py",1938,0,"",python,selection_command +3896,11056928,"train_tokenizer.py",1934,0,"",python,selection_command +3897,11057182,"train_tokenizer.py",1934,10,"",python,content +3898,11058469,"train_tokenizer.py",1933,0,"",python,selection_command +3899,11058846,"train_tokenizer.py",1934,0,"",python,selection_command +3900,11059434,"train_tokenizer.py",1933,0,"",python,selection_command +3901,11060133,"train_tokenizer.py",1934,0,"",python,selection_command +3902,11060753,"train_tokenizer.py",1934,0,"f",python,content +3903,11060756,"train_tokenizer.py",1935,0,"",python,selection_keyboard +3904,11060862,"train_tokenizer.py",1935,0,"o",python,content +3905,11060864,"train_tokenizer.py",1936,0,"",python,selection_keyboard +3906,11060929,"train_tokenizer.py",1936,0,"r",python,content +3907,11060932,"train_tokenizer.py",1937,0,"",python,selection_keyboard +3908,11061047,"train_tokenizer.py",1937,0," ",python,content +3909,11061049,"train_tokenizer.py",1938,0,"",python,selection_keyboard +3910,11061461,"train_tokenizer.py",1937,1,"",python,content +3911,11061614,"train_tokenizer.py",1936,1,"",python,content +3912,11061882,"train_tokenizer.py",1935,1,"",python,content +3913,11062045,"train_tokenizer.py",1934,1,"",python,content +3914,11062620,"train_tokenizer.py",1934,0,"c",python,content +3915,11062621,"train_tokenizer.py",1935,0,"",python,selection_keyboard +3916,11062700,"train_tokenizer.py",1935,0,"a",python,content +3917,11062701,"train_tokenizer.py",1936,0,"",python,selection_keyboard +3918,11063165,"train_tokenizer.py",1936,0,"n",python,content +3919,11063166,"train_tokenizer.py",1937,0,"",python,selection_keyboard +3920,11063271,"train_tokenizer.py",1937,0," ",python,content +3921,11063272,"train_tokenizer.py",1938,0,"",python,selection_keyboard +3922,11063328,"train_tokenizer.py",1938,0,"w",python,content +3923,11063330,"train_tokenizer.py",1939,0,"",python,selection_keyboard +3924,11063378,"train_tokenizer.py",1939,0,"e",python,content +3925,11063379,"train_tokenizer.py",1940,0,"",python,selection_keyboard +3926,11063519,"train_tokenizer.py",1940,0," ",python,content +3927,11063521,"train_tokenizer.py",1941,0,"",python,selection_keyboard +3928,11063738,"train_tokenizer.py",1941,0,"e",python,content +3929,11063739,"train_tokenizer.py",1942,0,"",python,selection_keyboard +3930,11063870,"train_tokenizer.py",1942,0,"v",python,content +3931,11063871,"train_tokenizer.py",1943,0,"",python,selection_keyboard +3932,11063959,"train_tokenizer.py",1943,0,"e",python,content +3933,11063960,"train_tokenizer.py",1944,0,"",python,selection_keyboard +3934,11064045,"train_tokenizer.py",1944,0,"n",python,content +3935,11064046,"train_tokenizer.py",1945,0,"",python,selection_keyboard +3936,11064095,"train_tokenizer.py",1945,0," ",python,content +3937,11064096,"train_tokenizer.py",1946,0,"",python,selection_keyboard +3938,11064411,"train_tokenizer.py",1941,5,"",python,content +3939,11066467,"train_tokenizer.py",1941,0,"t",python,content +3940,11066469,"train_tokenizer.py",1942,0,"",python,selection_keyboard +3941,11066603,"train_tokenizer.py",1942,0,"r",python,content +3942,11066604,"train_tokenizer.py",1943,0,"",python,selection_keyboard +3943,11066632,"train_tokenizer.py",1943,0,"a",python,content +3944,11066634,"train_tokenizer.py",1944,0,"",python,selection_keyboard +3945,11066693,"train_tokenizer.py",1944,0,"i",python,content +3946,11066695,"train_tokenizer.py",1945,0,"",python,selection_keyboard +3947,11066761,"train_tokenizer.py",1945,0,"n",python,content +3948,11066763,"train_tokenizer.py",1946,0,"",python,selection_keyboard +3949,11066830,"train_tokenizer.py",1946,0," ",python,content +3950,11066832,"train_tokenizer.py",1947,0,"",python,selection_keyboard +3951,11066898,"train_tokenizer.py",1947,0,"w",python,content +3952,11066899,"train_tokenizer.py",1948,0,"",python,selection_keyboard +3953,11066988,"train_tokenizer.py",1948,0,"i",python,content +3954,11066989,"train_tokenizer.py",1949,0,"",python,selection_keyboard +3955,11067051,"train_tokenizer.py",1949,0,"t",python,content +3956,11067052,"train_tokenizer.py",1950,0,"",python,selection_keyboard +3957,11067129,"train_tokenizer.py",1950,0,"h",python,content +3958,11067130,"train_tokenizer.py",1951,0,"",python,selection_keyboard +3959,11067231,"train_tokenizer.py",1951,0,"o",python,content +3960,11067232,"train_tokenizer.py",1952,0,"",python,selection_keyboard +3961,11067315,"train_tokenizer.py",1952,0,"u",python,content +3962,11067317,"train_tokenizer.py",1953,0,"",python,selection_keyboard +3963,11067376,"train_tokenizer.py",1953,0,"t",python,content +3964,11067377,"train_tokenizer.py",1954,0,"",python,selection_keyboard +3965,11067428,"train_tokenizer.py",1954,0," ",python,content +3966,11067430,"train_tokenizer.py",1955,0,"",python,selection_keyboard +3967,11067600,"train_tokenizer.py",1955,0,"c",python,content +3968,11067603,"train_tokenizer.py",1956,0,"",python,selection_keyboard +3969,11067663,"train_tokenizer.py",1956,0,"a",python,content +3970,11067665,"train_tokenizer.py",1957,0,"",python,selection_keyboard +3971,11067720,"train_tokenizer.py",1957,0,"s",python,content +3972,11067721,"train_tokenizer.py",1958,0,"",python,selection_keyboard +3973,11067846,"train_tokenizer.py",1958,0,"t",python,content +3974,11067848,"train_tokenizer.py",1959,0,"",python,selection_keyboard +3975,11067949,"train_tokenizer.py",1959,0,"i",python,content +3976,11067950,"train_tokenizer.py",1960,0,"",python,selection_keyboard +3977,11068018,"train_tokenizer.py",1960,0,"n",python,content +3978,11068020,"train_tokenizer.py",1961,0,"",python,selection_keyboard +3979,11068098,"train_tokenizer.py",1961,0,"g",python,content +3980,11068100,"train_tokenizer.py",1962,0,"",python,selection_keyboard +3981,11068170,"train_tokenizer.py",1962,0," ",python,content +3982,11068171,"train_tokenizer.py",1963,0,"",python,selection_keyboard +3983,11069416,"train_tokenizer.py",1955,8,"",python,content +3984,11069561,"train_tokenizer.py",1947,8,"",python,content +3985,11069699,"train_tokenizer.py",1941,6,"",python,content +3986,11069858,"train_tokenizer.py",1938,3,"",python,content +3987,11070227,"train_tokenizer.py",1938,0,"w",python,content +3988,11070228,"train_tokenizer.py",1939,0,"",python,selection_keyboard +3989,11070283,"train_tokenizer.py",1939,0,"e",python,content +3990,11070286,"train_tokenizer.py",1940,0,"",python,selection_keyboard +3991,11070335,"train_tokenizer.py",1940,0," ",python,content +3992,11070336,"train_tokenizer.py",1941,0,"",python,selection_keyboard +3993,11070447,"train_tokenizer.py",1941,0,"d",python,content +3994,11070449,"train_tokenizer.py",1942,0,"",python,selection_keyboard +3995,11070528,"train_tokenizer.py",1942,0,"o",python,content +3996,11070529,"train_tokenizer.py",1943,0,"",python,selection_keyboard +3997,11070586,"train_tokenizer.py",1943,0," ",python,content +3998,11070588,"train_tokenizer.py",1944,0,"",python,selection_keyboard +3999,11071154,"train_tokenizer.py",1944,0,"n",python,content +4000,11071156,"train_tokenizer.py",1945,0,"",python,selection_keyboard +4001,11071195,"train_tokenizer.py",1945,0,"a",python,content +4002,11071198,"train_tokenizer.py",1946,0,"",python,selection_keyboard +4003,11071270,"train_tokenizer.py",1946,0,"t",python,content +4004,11071272,"train_tokenizer.py",1947,0,"",python,selection_keyboard +4005,11071353,"train_tokenizer.py",1947,0,"i",python,content +4006,11071354,"train_tokenizer.py",1948,0,"",python,selection_keyboard +4007,11071469,"train_tokenizer.py",1948,0,"v",python,content +4008,11071470,"train_tokenizer.py",1949,0,"",python,selection_keyboard +4009,11071549,"train_tokenizer.py",1949,0,"e",python,content +4010,11071550,"train_tokenizer.py",1950,0,"",python,selection_keyboard +4011,11071916,"train_tokenizer.py",1944,6,"",python,content +4012,11072062,"train_tokenizer.py",1941,3,"",python,content +4013,11072210,"train_tokenizer.py",1938,3,"",python,content +4014,11072617,"train_tokenizer.py",1934,4,"",python,content +4015,11072781,"train_tokenizer.py",1934,0,"o",python,content +4016,11072783,"train_tokenizer.py",1935,0,"",python,selection_keyboard +4017,11072866,"train_tokenizer.py",1935,0,"r",python,content +4018,11072867,"train_tokenizer.py",1936,0,"",python,selection_keyboard +4019,11072982,"train_tokenizer.py",1936,0,",",python,content +4020,11072984,"train_tokenizer.py",1937,0,"",python,selection_keyboard +4021,11073068,"train_tokenizer.py",1937,0," ",python,content +4022,11073070,"train_tokenizer.py",1938,0,"",python,selection_keyboard +4023,11073213,"train_tokenizer.py",1938,0,"c",python,content +4024,11073214,"train_tokenizer.py",1939,0,"",python,selection_keyboard +4025,11073234,"train_tokenizer.py",1939,0,"a",python,content +4026,11073235,"train_tokenizer.py",1940,0,"",python,selection_keyboard +4027,11073332,"train_tokenizer.py",1940,0,"n",python,content +4028,11073333,"train_tokenizer.py",1941,0,"",python,selection_keyboard +4029,11073417,"train_tokenizer.py",1941,0," ",python,content +4030,11073418,"train_tokenizer.py",1942,0,"",python,selection_keyboard +4031,11073469,"train_tokenizer.py",1942,0,"w",python,content +4032,11073470,"train_tokenizer.py",1943,0,"",python,selection_keyboard +4033,11073521,"train_tokenizer.py",1943,0,"e",python,content +4034,11073522,"train_tokenizer.py",1944,0,"",python,selection_keyboard +4035,11073595,"train_tokenizer.py",1944,0," ",python,content +4036,11073597,"train_tokenizer.py",1945,0,"",python,selection_keyboard +4037,11073818,"train_tokenizer.py",1945,0,"e",python,content +4038,11073820,"train_tokenizer.py",1946,0,"",python,selection_keyboard +4039,11073966,"train_tokenizer.py",1946,0,"v",python,content +4040,11073967,"train_tokenizer.py",1947,0,"",python,selection_keyboard +4041,11074069,"train_tokenizer.py",1947,0,"e",python,content +4042,11074073,"train_tokenizer.py",1948,0,"",python,selection_keyboard +4043,11074165,"train_tokenizer.py",1948,0,"n",python,content +4044,11074167,"train_tokenizer.py",1949,0,"",python,selection_keyboard +4045,11074289,"train_tokenizer.py",1949,0," ",python,content +4046,11074290,"train_tokenizer.py",1950,0,"",python,selection_keyboard +4047,11074378,"train_tokenizer.py",1950,0,"d",python,content +4048,11074379,"train_tokenizer.py",1951,0,"",python,selection_keyboard +4049,11074485,"train_tokenizer.py",1951,0,"o",python,content +4050,11074486,"train_tokenizer.py",1952,0,"",python,selection_keyboard +4051,11074588,"train_tokenizer.py",1952,0," ",python,content +4052,11074589,"train_tokenizer.py",1953,0,"",python,selection_keyboard +4053,11074749,"train_tokenizer.py",1953,0,"n",python,content +4054,11074750,"train_tokenizer.py",1954,0,"",python,selection_keyboard +4055,11074792,"train_tokenizer.py",1954,0,"a",python,content +4056,11074793,"train_tokenizer.py",1955,0,"",python,selection_keyboard +4057,11074880,"train_tokenizer.py",1955,0,"t",python,content +4058,11074881,"train_tokenizer.py",1956,0,"",python,selection_keyboard +4059,11074976,"train_tokenizer.py",1956,0,"i",python,content +4060,11074977,"train_tokenizer.py",1957,0,"",python,selection_keyboard +4061,11075070,"train_tokenizer.py",1957,0,"v",python,content +4062,11075071,"train_tokenizer.py",1958,0,"",python,selection_keyboard +4063,11075133,"train_tokenizer.py",1958,0,"e",python,content +4064,11075134,"train_tokenizer.py",1959,0,"",python,selection_keyboard +4065,11075231,"train_tokenizer.py",1959,0," ",python,content +4066,11075233,"train_tokenizer.py",1960,0,"",python,selection_keyboard +4067,11075428,"train_tokenizer.py",1960,0,"i",python,content +4068,11075429,"train_tokenizer.py",1961,0,"",python,selection_keyboard +4069,11075504,"train_tokenizer.py",1961,0,"n",python,content +4070,11075506,"train_tokenizer.py",1962,0,"",python,selection_keyboard +4071,11075569,"train_tokenizer.py",1962,0,"t",python,content +4072,11075572,"train_tokenizer.py",1963,0,"",python,selection_keyboard +4073,11075713,"train_tokenizer.py",1963,0,"-",python,content +4074,11075714,"train_tokenizer.py",1964,0,"",python,selection_keyboard +4075,11076228,"train_tokenizer.py",1963,1,"",python,content +4076,11076463,"train_tokenizer.py",1963,0,"8",python,content +4077,11076465,"train_tokenizer.py",1964,0,"",python,selection_keyboard +4078,11076629,"train_tokenizer.py",1964,0," ",python,content +4079,11076631,"train_tokenizer.py",1965,0,"",python,selection_keyboard +4080,11077060,"train_tokenizer.py",1965,0,"t",python,content +4081,11077061,"train_tokenizer.py",1966,0,"",python,selection_keyboard +4082,11077203,"train_tokenizer.py",1966,0,"r",python,content +4083,11077204,"train_tokenizer.py",1967,0,"",python,selection_keyboard +4084,11077277,"train_tokenizer.py",1967,0,"a",python,content +4085,11077278,"train_tokenizer.py",1968,0,"",python,selection_keyboard +4086,11077287,"train_tokenizer.py",1968,0,"i",python,content +4087,11077288,"train_tokenizer.py",1969,0,"",python,selection_keyboard +4088,11077365,"train_tokenizer.py",1969,0,"n",python,content +4089,11077366,"train_tokenizer.py",1970,0,"",python,selection_keyboard +4090,11077480,"train_tokenizer.py",1970,0,"i",python,content +4091,11077481,"train_tokenizer.py",1971,0,"",python,selection_keyboard +4092,11077526,"train_tokenizer.py",1971,0,"n",python,content +4093,11077527,"train_tokenizer.py",1972,0,"",python,selection_keyboard +4094,11077580,"train_tokenizer.py",1972,0,"g",python,content +4095,11077581,"train_tokenizer.py",1973,0,"",python,selection_keyboard +4096,11077674,"train_tokenizer.py",1973,0," ",python,content +4097,11077675,"train_tokenizer.py",1974,0,"",python,selection_keyboard +4098,11077771,"train_tokenizer.py",1974,0,"w",python,content +4099,11077772,"train_tokenizer.py",1975,0,"",python,selection_keyboard +4100,11077845,"train_tokenizer.py",1975,0,"i",python,content +4101,11077848,"train_tokenizer.py",1976,0,"",python,selection_keyboard +4102,11077920,"train_tokenizer.py",1976,0,"t",python,content +4103,11077922,"train_tokenizer.py",1977,0,"",python,selection_keyboard +4104,11078000,"train_tokenizer.py",1977,0,"h",python,content +4105,11078001,"train_tokenizer.py",1978,0,"",python,selection_keyboard +4106,11078128,"train_tokenizer.py",1978,0,"o",python,content +4107,11078130,"train_tokenizer.py",1979,0,"",python,selection_keyboard +4108,11078201,"train_tokenizer.py",1979,0,"u",python,content +4109,11078204,"train_tokenizer.py",1980,0,"",python,selection_keyboard +4110,11078233,"train_tokenizer.py",1980,0,"t",python,content +4111,11078235,"train_tokenizer.py",1981,0,"",python,selection_keyboard +4112,11078305,"train_tokenizer.py",1981,0," ",python,content +4113,11078307,"train_tokenizer.py",1982,0,"",python,selection_keyboard +4114,11078585,"train_tokenizer.py",1982,0,"c",python,content +4115,11078587,"train_tokenizer.py",1983,0,"",python,selection_keyboard +4116,11078665,"train_tokenizer.py",1983,0,"a",python,content +4117,11078667,"train_tokenizer.py",1984,0,"",python,selection_keyboard +4118,11078728,"train_tokenizer.py",1984,0,"s",python,content +4119,11078732,"train_tokenizer.py",1985,0,"",python,selection_keyboard +4120,11078844,"train_tokenizer.py",1985,0,"i",python,content +4121,11078847,"train_tokenizer.py",1986,0,"",python,selection_keyboard +4122,11079110,"train_tokenizer.py",1985,1,"",python,content +4123,11079213,"train_tokenizer.py",1985,0,"t",python,content +4124,11079214,"train_tokenizer.py",1986,0,"",python,selection_keyboard +4125,11079308,"train_tokenizer.py",1986,0,"i",python,content +4126,11079309,"train_tokenizer.py",1987,0,"",python,selection_keyboard +4127,11079365,"train_tokenizer.py",1987,0,"n",python,content +4128,11079366,"train_tokenizer.py",1988,0,"",python,selection_keyboard +4129,11079393,"train_tokenizer.py",1988,0,"g",python,content +4130,11079395,"train_tokenizer.py",1989,0,"",python,selection_keyboard +4131,11079489,"train_tokenizer.py",1989,0," ",python,content +4132,11079490,"train_tokenizer.py",1990,0,"",python,selection_keyboard +4133,11079581,"train_tokenizer.py",1990,0,"t",python,content +4134,11079582,"train_tokenizer.py",1991,0,"",python,selection_keyboard +4135,11079646,"train_tokenizer.py",1991,0,"h",python,content +4136,11079647,"train_tokenizer.py",1992,0,"",python,selection_keyboard +4137,11079705,"train_tokenizer.py",1992,0,"e",python,content +4138,11079707,"train_tokenizer.py",1993,0,"",python,selection_keyboard +4139,11079741,"train_tokenizer.py",1993,0," ",python,content +4140,11079742,"train_tokenizer.py",1994,0,"",python,selection_keyboard +4141,11079866,"train_tokenizer.py",1994,0,"v",python,content +4142,11079868,"train_tokenizer.py",1995,0,"",python,selection_keyboard +4143,11079947,"train_tokenizer.py",1995,0,"i",python,content +4144,11079949,"train_tokenizer.py",1996,0,"",python,selection_keyboard +4145,11080013,"train_tokenizer.py",1996,0,"d",python,content +4146,11080015,"train_tokenizer.py",1997,0,"",python,selection_keyboard +4147,11080080,"train_tokenizer.py",1997,0,"e",python,content +4148,11080081,"train_tokenizer.py",1998,0,"",python,selection_keyboard +4149,11080148,"train_tokenizer.py",1998,0,"o",python,content +4150,11080149,"train_tokenizer.py",1999,0,"",python,selection_keyboard +4151,11080229,"train_tokenizer.py",1999,0," ",python,content +4152,11080230,"train_tokenizer.py",2000,0,"",python,selection_keyboard +4153,11080315,"train_tokenizer.py",2000,0,"a",python,content +4154,11080316,"train_tokenizer.py",2001,0,"",python,selection_keyboard +4155,11080584,"train_tokenizer.py",2001,0,"t",python,content +4156,11080585,"train_tokenizer.py",2002,0,"",python,selection_keyboard +4157,11080659,"train_tokenizer.py",2002,0," ",python,content +4158,11080662,"train_tokenizer.py",2003,0,"",python,selection_keyboard +4159,11080727,"train_tokenizer.py",2003,0,"a",python,content +4160,11080728,"train_tokenizer.py",2004,0,"",python,selection_keyboard +4161,11080834,"train_tokenizer.py",2004,0,"l",python,content +4162,11080835,"train_tokenizer.py",2005,0,"",python,selection_keyboard +4163,11080961,"train_tokenizer.py",2005,0,"l",python,content +4164,11080963,"train_tokenizer.py",2006,0,"",python,selection_keyboard +4165,11081376,"train_tokenizer.py",2005,0,"",python,selection_command +4166,11081537,"train_tokenizer.py",1907,0,"",python,selection_command +4167,11082211,"train_tokenizer.py",2006,0,"",python,selection_command +4168,11082322,"train_tokenizer.py",2006,0,"/",python,content +4169,11082325,"train_tokenizer.py",2007,0,"",python,selection_keyboard +4170,11082450,"train_tokenizer.py",2006,0,"",python,selection_command +4171,11083267,"train_tokenizer.py",2006,1,"?",python,content +4172,11083631,"train_tokenizer.py",1907,0,"",python,selection_command +4173,11105214,"train_tokenizer.py",2007,0,"\n # FIXME (f.srambical): or, can we even do native int8 training without casting the video at all?",python,content +4174,11105235,"train_tokenizer.py",2012,0,"",python,selection_command +4175,11105397,"train_tokenizer.py",2014,0,"",python,selection_command +4176,11105581,"train_tokenizer.py",2020,0,"",python,selection_command +4177,11105732,"train_tokenizer.py",2021,0,"",python,selection_command +4178,11105876,"train_tokenizer.py",2022,0,"",python,selection_command +4179,11105989,"train_tokenizer.py",2023,0,"",python,selection_command +4180,11106178,"train_tokenizer.py",2032,0,"",python,selection_command +4181,11106387,"train_tokenizer.py",2035,0,"",python,selection_command +4182,11107153,"train_tokenizer.py",2035,73,"",python,content +4183,11107914,"train_tokenizer.py",2035,0,"i",python,content +4184,11107916,"train_tokenizer.py",2036,0,"",python,selection_keyboard +4185,11107943,"train_tokenizer.py",2036,0,"f",python,content +4186,11107944,"train_tokenizer.py",2037,0,"",python,selection_keyboard +4187,11108020,"train_tokenizer.py",2037,0," ",python,content +4188,11108023,"train_tokenizer.py",2038,0,"",python,selection_keyboard +4189,11108137,"train_tokenizer.py",2038,0,"t",python,content +4190,11108138,"train_tokenizer.py",2039,0,"",python,selection_keyboard +4191,11108209,"train_tokenizer.py",2039,0,"h",python,content +4192,11108211,"train_tokenizer.py",2040,0,"",python,selection_keyboard +4193,11108304,"train_tokenizer.py",2040,0,"e",python,content +4194,11108306,"train_tokenizer.py",2041,0,"",python,selection_keyboard +4195,11108328,"train_tokenizer.py",2041,0," ",python,content +4196,11108329,"train_tokenizer.py",2042,0,"",python,selection_keyboard +4197,11108529,"train_tokenizer.py",2042,0,"t",python,content +4198,11108530,"train_tokenizer.py",2043,0,"",python,selection_keyboard +4199,11108980,"train_tokenizer.py",2042,1,"",python,content +4200,11109129,"train_tokenizer.py",2038,4,"",python,content +4201,11109253,"train_tokenizer.py",2035,3,"",python,content +4202,11109583,"train_tokenizer.py",2035,0,"i",python,content +4203,11109585,"train_tokenizer.py",2036,0,"",python,selection_keyboard +4204,11109651,"train_tokenizer.py",2036,0,"f",python,content +4205,11109652,"train_tokenizer.py",2037,0,"",python,selection_keyboard +4206,11109702,"train_tokenizer.py",2037,0," ",python,content +4207,11109704,"train_tokenizer.py",2038,0,"",python,selection_keyboard +4208,11109823,"train_tokenizer.py",2038,0,"t",python,content +4209,11109825,"train_tokenizer.py",2039,0,"",python,selection_keyboard +4210,11109916,"train_tokenizer.py",2039,0,"h",python,content +4211,11109919,"train_tokenizer.py",2040,0,"",python,selection_keyboard +4212,11109975,"train_tokenizer.py",2040,0,"e",python,content +4213,11109977,"train_tokenizer.py",2041,0,"",python,selection_keyboard +4214,11110012,"train_tokenizer.py",2041,0," ",python,content +4215,11110015,"train_tokenizer.py",2042,0,"",python,selection_keyboard +4216,11110181,"train_tokenizer.py",2042,0,"t",python,content +4217,11110182,"train_tokenizer.py",2043,0,"",python,selection_keyboard +4218,11110312,"train_tokenizer.py",2043,0,"o",python,content +4219,11110315,"train_tokenizer.py",2044,0,"",python,selection_keyboard +4220,11110358,"train_tokenizer.py",2044,0,"k",python,content +4221,11110359,"train_tokenizer.py",2045,0,"",python,selection_keyboard +4222,11110497,"train_tokenizer.py",2045,0,"e",python,content +4223,11110498,"train_tokenizer.py",2046,0,"",python,selection_keyboard +4224,11110599,"train_tokenizer.py",2046,0,"n",python,content +4225,11110600,"train_tokenizer.py",2047,0,"",python,selection_keyboard +4226,11110633,"train_tokenizer.py",2047,0,"i",python,content +4227,11110634,"train_tokenizer.py",2048,0,"",python,selection_keyboard +4228,11110721,"train_tokenizer.py",2048,0,"z",python,content +4229,11110722,"train_tokenizer.py",2049,0,"",python,selection_keyboard +4230,11110817,"train_tokenizer.py",2049,0,"e",python,content +4231,11110818,"train_tokenizer.py",2050,0,"",python,selection_keyboard +4232,11110902,"train_tokenizer.py",2050,0,"r",python,content +4233,11110903,"train_tokenizer.py",2051,0,"",python,selection_keyboard +4234,11110953,"train_tokenizer.py",2051,0," ",python,content +4235,11110954,"train_tokenizer.py",2052,0,"",python,selection_keyboard +4236,11117217,"train_tokenizer.py",2052,0,"i",python,content +4237,11117219,"train_tokenizer.py",2053,0,"",python,selection_keyboard +4238,11117266,"train_tokenizer.py",2053,0,"s",python,content +4239,11117268,"train_tokenizer.py",2054,0,"",python,selection_keyboard +4240,11117354,"train_tokenizer.py",2054,0," ",python,content +4241,11117355,"train_tokenizer.py",2055,0,"",python,selection_keyboard +4242,11117433,"train_tokenizer.py",2055,0,"t",python,content +4243,11117435,"train_tokenizer.py",2056,0,"",python,selection_keyboard +4244,11117513,"train_tokenizer.py",2056,0,"h",python,content +4245,11117515,"train_tokenizer.py",2057,0,"",python,selection_keyboard +4246,11117786,"train_tokenizer.py",2057,0,"e",python,content +4247,11117787,"train_tokenizer.py",2058,0,"",python,selection_keyboard +4248,11117885,"train_tokenizer.py",2058,0," ",python,content +4249,11117887,"train_tokenizer.py",2059,0,"",python,selection_keyboard +4250,11118028,"train_tokenizer.py",2059,0,"r",python,content +4251,11118029,"train_tokenizer.py",2060,0,"",python,selection_keyboard +4252,11118100,"train_tokenizer.py",2060,0,"e",python,content +4253,11118101,"train_tokenizer.py",2061,0,"",python,selection_keyboard +4254,11118159,"train_tokenizer.py",2061,0,"a",python,content +4255,11118160,"train_tokenizer.py",2062,0,"",python,selection_keyboard +4256,11118244,"train_tokenizer.py",2062,0,"s",python,content +4257,11118247,"train_tokenizer.py",2063,0,"",python,selection_keyboard +4258,11118348,"train_tokenizer.py",2063,0,"o",python,content +4259,11118350,"train_tokenizer.py",2064,0,"",python,selection_keyboard +4260,11118395,"train_tokenizer.py",2064,0,"n",python,content +4261,11118396,"train_tokenizer.py",2065,0,"",python,selection_keyboard +4262,11118464,"train_tokenizer.py",2065,0," ",python,content +4263,11118466,"train_tokenizer.py",2066,0,"",python,selection_keyboard +4264,11118516,"train_tokenizer.py",2066,0,"f",python,content +4265,11118518,"train_tokenizer.py",2067,0,"",python,selection_keyboard +4266,11118632,"train_tokenizer.py",2067,0,"o",python,content +4267,11118633,"train_tokenizer.py",2068,0,"",python,selection_keyboard +4268,11118699,"train_tokenizer.py",2068,0,"r",python,content +4269,11118700,"train_tokenizer.py",2069,0,"",python,selection_keyboard +4270,11118756,"train_tokenizer.py",2069,0," ",python,content +4271,11118757,"train_tokenizer.py",2070,0,"",python,selection_keyboard +4272,11118866,"train_tokenizer.py",2070,0,"t",python,content +4273,11118867,"train_tokenizer.py",2071,0,"",python,selection_keyboard +4274,11119002,"train_tokenizer.py",2071,0,"e",python,content +4275,11119004,"train_tokenizer.py",2072,0,"",python,selection_keyboard +4276,11119477,"train_tokenizer.py",2070,2,"",python,content +4277,11119613,"train_tokenizer.py",2066,4,"",python,content +4278,11119763,"train_tokenizer.py",2059,7,"",python,content +4279,11119883,"train_tokenizer.py",2055,4,"",python,content +4280,11120015,"train_tokenizer.py",2052,3,"",python,content +4281,11120151,"train_tokenizer.py",2042,10,"",python,content +4282,11120303,"train_tokenizer.py",2038,4,"",python,content +4283,11120460,"train_tokenizer.py",2035,3,"",python,content +4284,11120716,"train_tokenizer.py",2035,0,"i",python,content +4285,11120717,"train_tokenizer.py",2036,0,"",python,selection_keyboard +4286,11120798,"train_tokenizer.py",2036,0,"f",python,content +4287,11120799,"train_tokenizer.py",2037,0,"",python,selection_keyboard +4288,11120847,"train_tokenizer.py",2037,0," ",python,content +4289,11120848,"train_tokenizer.py",2038,0,"",python,selection_keyboard +4290,11120980,"train_tokenizer.py",2038,0,"t",python,content +4291,11120981,"train_tokenizer.py",2039,0,"",python,selection_keyboard +4292,11121049,"train_tokenizer.py",2039,0,"h",python,content +4293,11121050,"train_tokenizer.py",2040,0,"",python,selection_keyboard +4294,11121111,"train_tokenizer.py",2040,0,"e",python,content +4295,11121114,"train_tokenizer.py",2041,0,"",python,selection_keyboard +4296,11121151,"train_tokenizer.py",2041,0," ",python,content +4297,11121156,"train_tokenizer.py",2042,0,"",python,selection_keyboard +4298,11121263,"train_tokenizer.py",2042,0,"t",python,content +4299,11121264,"train_tokenizer.py",2043,0,"",python,selection_keyboard +4300,11121347,"train_tokenizer.py",2043,0,"o",python,content +4301,11121348,"train_tokenizer.py",2044,0,"",python,selection_keyboard +4302,11121394,"train_tokenizer.py",2044,0,"k",python,content +4303,11121396,"train_tokenizer.py",2045,0,"",python,selection_keyboard +4304,11121497,"train_tokenizer.py",2045,0,"e",python,content +4305,11121498,"train_tokenizer.py",2046,0,"",python,selection_keyboard +4306,11121599,"train_tokenizer.py",2046,0,"n",python,content +4307,11121600,"train_tokenizer.py",2047,0,"",python,selection_keyboard +4308,11121638,"train_tokenizer.py",2047,0,"i",python,content +4309,11121639,"train_tokenizer.py",2048,0,"",python,selection_keyboard +4310,11121712,"train_tokenizer.py",2048,0,"z",python,content +4311,11121713,"train_tokenizer.py",2049,0,"",python,selection_keyboard +4312,11121802,"train_tokenizer.py",2049,0,"e",python,content +4313,11121804,"train_tokenizer.py",2050,0,"",python,selection_keyboard +4314,11121893,"train_tokenizer.py",2050,0,"r",python,content +4315,11121894,"train_tokenizer.py",2051,0,"",python,selection_keyboard +4316,11121901,"train_tokenizer.py",2051,0," ",python,content +4317,11121902,"train_tokenizer.py",2052,0,"",python,selection_keyboard +4318,11122030,"train_tokenizer.py",2052,0,"i",python,content +4319,11122031,"train_tokenizer.py",2053,0,"",python,selection_keyboard +4320,11122094,"train_tokenizer.py",2053,0,"s",python,content +4321,11122098,"train_tokenizer.py",2054,0,"",python,selection_keyboard +4322,11122154,"train_tokenizer.py",2054,0," ",python,content +4323,11122155,"train_tokenizer.py",2055,0,"",python,selection_keyboard +4324,11122222,"train_tokenizer.py",2055,0,"t",python,content +4325,11122223,"train_tokenizer.py",2056,0,"",python,selection_keyboard +4326,11122318,"train_tokenizer.py",2056,0,"h",python,content +4327,11122320,"train_tokenizer.py",2057,0,"",python,selection_keyboard +4328,11122365,"train_tokenizer.py",2057,0,"e",python,content +4329,11122367,"train_tokenizer.py",2058,0,"",python,selection_keyboard +4330,11122431,"train_tokenizer.py",2058,0," ",python,content +4331,11122433,"train_tokenizer.py",2059,0,"",python,selection_keyboard +4332,11122498,"train_tokenizer.py",2059,0,"r",python,content +4333,11122500,"train_tokenizer.py",2060,0,"",python,selection_keyboard +4334,11122566,"train_tokenizer.py",2060,0,"e",python,content +4335,11122567,"train_tokenizer.py",2061,0,"",python,selection_keyboard +4336,11122603,"train_tokenizer.py",2061,0,"a",python,content +4337,11122604,"train_tokenizer.py",2062,0,"",python,selection_keyboard +4338,11122670,"train_tokenizer.py",2062,0,"s",python,content +4339,11122671,"train_tokenizer.py",2063,0,"",python,selection_keyboard +4340,11122794,"train_tokenizer.py",2063,0,"o",python,content +4341,11122797,"train_tokenizer.py",2064,0,"",python,selection_keyboard +4342,11122845,"train_tokenizer.py",2064,0,"n",python,content +4343,11122847,"train_tokenizer.py",2065,0,"",python,selection_keyboard +4344,11122930,"train_tokenizer.py",2065,0," ",python,content +4345,11122932,"train_tokenizer.py",2066,0,"",python,selection_keyboard +4346,11123030,"train_tokenizer.py",2066,0,"f",python,content +4347,11123031,"train_tokenizer.py",2067,0,"",python,selection_keyboard +4348,11123249,"train_tokenizer.py",2067,0,"r",python,content +4349,11123250,"train_tokenizer.py",2068,0,"",python,selection_keyboard +4350,11123260,"train_tokenizer.py",2068,0,"o",python,content +4351,11123261,"train_tokenizer.py",2069,0,"",python,selection_keyboard +4352,11123447,"train_tokenizer.py",2069,0," ",python,content +4353,11123449,"train_tokenizer.py",2070,0,"",python,selection_keyboard +4354,11123615,"train_tokenizer.py",2070,0,"t",python,content +4355,11123617,"train_tokenizer.py",2071,0,"",python,selection_keyboard +4356,11123846,"train_tokenizer.py",2070,1,"",python,content +4357,11123998,"train_tokenizer.py",2066,4,"",python,content +4358,11124150,"train_tokenizer.py",2059,7,"",python,content +4359,11124771,"train_tokenizer.py",2059,0,"r",python,content +4360,11124773,"train_tokenizer.py",2060,0,"",python,selection_keyboard +4361,11124855,"train_tokenizer.py",2060,0,"e",python,content +4362,11124856,"train_tokenizer.py",2061,0,"",python,selection_keyboard +4363,11124936,"train_tokenizer.py",2061,0,"a",python,content +4364,11124937,"train_tokenizer.py",2062,0,"",python,selection_keyboard +4365,11125052,"train_tokenizer.py",2062,0,"s",python,content +4366,11125053,"train_tokenizer.py",2063,0,"",python,selection_keyboard +4367,11125249,"train_tokenizer.py",2063,0,"o",python,content +4368,11125250,"train_tokenizer.py",2064,0,"",python,selection_keyboard +4369,11125320,"train_tokenizer.py",2064,0,"n",python,content +4370,11125321,"train_tokenizer.py",2065,0,"",python,selection_keyboard +4371,11125435,"train_tokenizer.py",2065,0," ",python,content +4372,11125438,"train_tokenizer.py",2066,0,"",python,selection_keyboard +4373,11125577,"train_tokenizer.py",2066,0,"f",python,content +4374,11125579,"train_tokenizer.py",2067,0,"",python,selection_keyboard +4375,11125669,"train_tokenizer.py",2067,0,"o",python,content +4376,11125670,"train_tokenizer.py",2068,0,"",python,selection_keyboard +4377,11125765,"train_tokenizer.py",2068,0,"r",python,content +4378,11125767,"train_tokenizer.py",2069,0,"",python,selection_keyboard +4379,11125822,"train_tokenizer.py",2069,0," ",python,content +4380,11125823,"train_tokenizer.py",2070,0,"",python,selection_keyboard +4381,11125980,"train_tokenizer.py",2070,0,"t",python,content +4382,11125981,"train_tokenizer.py",2071,0,"",python,selection_keyboard +4383,11126070,"train_tokenizer.py",2071,0,"h",python,content +4384,11126071,"train_tokenizer.py",2072,0,"",python,selection_keyboard +4385,11126138,"train_tokenizer.py",2072,0,"e",python,content +4386,11126140,"train_tokenizer.py",2073,0,"",python,selection_keyboard +4387,11126209,"train_tokenizer.py",2073,0," ",python,content +4388,11126210,"train_tokenizer.py",2074,0,"",python,selection_keyboard +4389,11126956,"train_tokenizer.py",2074,0,"d",python,content +4390,11126957,"train_tokenizer.py",2075,0,"",python,selection_keyboard +4391,11127072,"train_tokenizer.py",2075,0,"y",python,content +4392,11127073,"train_tokenizer.py",2076,0,"",python,selection_keyboard +4393,11127101,"train_tokenizer.py",2076,0,"n",python,content +4394,11127104,"train_tokenizer.py",2077,0,"",python,selection_keyboard +4395,11127149,"train_tokenizer.py",2077,0,"a",python,content +4396,11127151,"train_tokenizer.py",2078,0,"",python,selection_keyboard +4397,11127281,"train_tokenizer.py",2078,0,"m",python,content +4398,11127283,"train_tokenizer.py",2079,0,"",python,selection_keyboard +4399,11127350,"train_tokenizer.py",2079,0,"i",python,content +4400,11127351,"train_tokenizer.py",2080,0,"",python,selection_keyboard +4401,11127355,"train_tokenizer.py",2080,0,"c",python,content +4402,11127356,"train_tokenizer.py",2081,0,"",python,selection_keyboard +4403,11127395,"train_tokenizer.py",2081,0,"s",python,content +4404,11127399,"train_tokenizer.py",2082,0,"",python,selection_keyboard +4405,11127466,"train_tokenizer.py",2082,0," ",python,content +4406,11127468,"train_tokenizer.py",2083,0,"",python,selection_keyboard +4407,11127563,"train_tokenizer.py",2083,0,"m",python,content +4408,11127565,"train_tokenizer.py",2084,0,"",python,selection_keyboard +4409,11127602,"train_tokenizer.py",2084,0,"o",python,content +4410,11127603,"train_tokenizer.py",2085,0,"",python,selection_keyboard +4411,11127637,"train_tokenizer.py",2085,0,"d",python,content +4412,11127639,"train_tokenizer.py",2086,0,"",python,selection_keyboard +4413,11127708,"train_tokenizer.py",2086,0,"e",python,content +4414,11127710,"train_tokenizer.py",2087,0,"",python,selection_keyboard +4415,11127811,"train_tokenizer.py",2087,0,"l",python,content +4416,11127816,"train_tokenizer.py",2088,0,"",python,selection_keyboard +4417,11127882,"train_tokenizer.py",2088,0," ",python,content +4418,11127883,"train_tokenizer.py",2089,0,"",python,selection_keyboard +4419,11128045,"train_tokenizer.py",2089,0,"b",python,content +4420,11128046,"train_tokenizer.py",2090,0,"",python,selection_keyboard +4421,11128087,"train_tokenizer.py",2090,0,"e",python,content +4422,11128088,"train_tokenizer.py",2091,0,"",python,selection_keyboard +4423,11128182,"train_tokenizer.py",2091,0,"i",python,content +4424,11128183,"train_tokenizer.py",2092,0,"",python,selection_keyboard +4425,11128252,"train_tokenizer.py",2092,0,"n",python,content +4426,11128253,"train_tokenizer.py",2093,0,"",python,selection_keyboard +4427,11128268,"train_tokenizer.py",2093,0,"g",python,content +4428,11128269,"train_tokenizer.py",2094,0,"",python,selection_keyboard +4429,11128328,"train_tokenizer.py",2094,0," ",python,content +4430,11128332,"train_tokenizer.py",2095,0,"",python,selection_keyboard +4431,11128446,"train_tokenizer.py",2095,0,"c",python,content +4432,11128448,"train_tokenizer.py",2096,0,"",python,selection_keyboard +4433,11128512,"train_tokenizer.py",2096,0,"o",python,content +4434,11128513,"train_tokenizer.py",2097,0,"",python,selection_keyboard +4435,11128533,"train_tokenizer.py",2097,0,"m",python,content +4436,11128535,"train_tokenizer.py",2098,0,"",python,selection_keyboard +4437,11128663,"train_tokenizer.py",2098,0,"p",python,content +4438,11128664,"train_tokenizer.py",2099,0,"",python,selection_keyboard +4439,11129115,"train_tokenizer.py",2095,4,"",python,content +4440,11129320,"train_tokenizer.py",2095,0,"m",python,content +4441,11129321,"train_tokenizer.py",2096,0,"",python,selection_keyboard +4442,11129414,"train_tokenizer.py",2096,0,"e",python,content +4443,11129416,"train_tokenizer.py",2097,0,"",python,selection_keyboard +4444,11129488,"train_tokenizer.py",2097,0,"m",python,content +4445,11129489,"train_tokenizer.py",2098,0,"",python,selection_keyboard +4446,11129554,"train_tokenizer.py",2098,0,"o",python,content +4447,11129556,"train_tokenizer.py",2099,0,"",python,selection_keyboard +4448,11129652,"train_tokenizer.py",2099,0,"r",python,content +4449,11129653,"train_tokenizer.py",2100,0,"",python,selection_keyboard +4450,11129743,"train_tokenizer.py",2100,0,"y",python,content +4451,11129744,"train_tokenizer.py",2101,0,"",python,selection_keyboard +4452,11129982,"train_tokenizer.py",2101,0,"-",python,content +4453,11129984,"train_tokenizer.py",2102,0,"",python,selection_keyboard +4454,11130129,"train_tokenizer.py",2102,0,"b",python,content +4455,11130131,"train_tokenizer.py",2103,0,"",python,selection_keyboard +4456,11130212,"train_tokenizer.py",2103,0,"o",python,content +4457,11130213,"train_tokenizer.py",2104,0,"",python,selection_keyboard +4458,11130304,"train_tokenizer.py",2104,0,"u",python,content +4459,11130305,"train_tokenizer.py",2105,0,"",python,selection_keyboard +4460,11130346,"train_tokenizer.py",2105,0,"n",python,content +4461,11130348,"train_tokenizer.py",2106,0,"",python,selection_keyboard +4462,11130429,"train_tokenizer.py",2106,0,"d",python,content +4463,11130430,"train_tokenizer.py",2107,0,"",python,selection_keyboard +4464,11130566,"train_tokenizer.py",2107,0,",",python,content +4465,11130567,"train_tokenizer.py",2108,0,"",python,selection_keyboard +4466,11130701,"train_tokenizer.py",2108,0," ",python,content +4467,11130702,"train_tokenizer.py",2109,0,"",python,selection_keyboard +4468,11131320,"train_tokenizer.py",2109,0,"s",python,content +4469,11131321,"train_tokenizer.py",2110,0,"",python,selection_keyboard +4470,11131380,"train_tokenizer.py",2110,0,"h",python,content +4471,11131383,"train_tokenizer.py",2111,0,"",python,selection_keyboard +4472,11131451,"train_tokenizer.py",2111,0,"o",python,content +4473,11131455,"train_tokenizer.py",2112,0,"",python,selection_keyboard +4474,11131543,"train_tokenizer.py",2112,0,"u",python,content +4475,11131545,"train_tokenizer.py",2113,0,"",python,selection_keyboard +4476,11131647,"train_tokenizer.py",2113,0,"l",python,content +4477,11131648,"train_tokenizer.py",2114,0,"",python,selection_keyboard +4478,11131698,"train_tokenizer.py",2114,0,"d",python,content +4479,11131700,"train_tokenizer.py",2115,0,"",python,selection_keyboard +4480,11131782,"train_tokenizer.py",2115,0," ",python,content +4481,11131784,"train_tokenizer.py",2116,0,"",python,selection_keyboard +4482,11131979,"train_tokenizer.py",2116,0,"w",python,content +4483,11131980,"train_tokenizer.py",2117,0,"",python,selection_keyboard +4484,11132049,"train_tokenizer.py",2117,0,"e",python,content +4485,11132050,"train_tokenizer.py",2118,0,"",python,selection_keyboard +4486,11132117,"train_tokenizer.py",2118,0," ",python,content +4487,11132118,"train_tokenizer.py",2119,0,"",python,selection_keyboard +4488,11132287,"train_tokenizer.py",2119,0,"j",python,content +4489,11132288,"train_tokenizer.py",2120,0,"",python,selection_keyboard +4490,11132513,"train_tokenizer.py",2120,0,"u",python,content +4491,11132514,"train_tokenizer.py",2121,0,"",python,selection_keyboard +4492,11132597,"train_tokenizer.py",2121,0,"s",python,content +4493,11132598,"train_tokenizer.py",2122,0,"",python,selection_keyboard +4494,11132665,"train_tokenizer.py",2122,0,"t",python,content +4495,11132666,"train_tokenizer.py",2123,0,"",python,selection_keyboard +4496,11132713,"train_tokenizer.py",2123,0," ",python,content +4497,11132714,"train_tokenizer.py",2124,0,"",python,selection_keyboard +4498,11132829,"train_tokenizer.py",2124,0,"t",python,content +4499,11132830,"train_tokenizer.py",2125,0,"",python,selection_keyboard +4500,11132982,"train_tokenizer.py",2125,0,"r",python,content +4501,11132984,"train_tokenizer.py",2126,0,"",python,selection_keyboard +4502,11133046,"train_tokenizer.py",2126,0,"a",python,content +4503,11133048,"train_tokenizer.py",2127,0,"",python,selection_keyboard +4504,11133084,"train_tokenizer.py",2127,0,"i",python,content +4505,11133085,"train_tokenizer.py",2128,0,"",python,selection_keyboard +4506,11133160,"train_tokenizer.py",2128,0,"n",python,content +4507,11133161,"train_tokenizer.py",2129,0,"",python,selection_keyboard +4508,11133388,"train_tokenizer.py",2128,0,"",python,selection_command +4509,11133460,"train_tokenizer.py",2124,0,"",python,selection_command +4510,11133619,"train_tokenizer.py",2119,0,"",python,selection_command +4511,11133762,"train_tokenizer.py",2116,0,"",python,selection_command +4512,11133900,"train_tokenizer.py",2109,0,"",python,selection_command +4513,11134155,"train_tokenizer.py",2109,20,"",python,content +4514,11134349,"train_tokenizer.py",2109,0,"s",python,content +4515,11134350,"train_tokenizer.py",2110,0,"",python,selection_keyboard +4516,11134456,"train_tokenizer.py",2110,0,"h",python,content +4517,11134457,"train_tokenizer.py",2111,0,"",python,selection_keyboard +4518,11134536,"train_tokenizer.py",2111,0,"o",python,content +4519,11134538,"train_tokenizer.py",2112,0,"",python,selection_keyboard +4520,11134732,"train_tokenizer.py",2112,0,"l",python,content +4521,11134733,"train_tokenizer.py",2113,0,"",python,selection_keyboard +4522,11134995,"train_tokenizer.py",2112,1,"",python,content +4523,11135166,"train_tokenizer.py",2112,0,"u",python,content +4524,11135167,"train_tokenizer.py",2113,0,"",python,selection_keyboard +4525,11135322,"train_tokenizer.py",2113,0,"l",python,content +4526,11135323,"train_tokenizer.py",2114,0,"",python,selection_keyboard +4527,11135434,"train_tokenizer.py",2114,0,"d",python,content +4528,11135437,"train_tokenizer.py",2115,0,"",python,selection_keyboard +4529,11135745,"train_tokenizer.py",2115,0," ",python,content +4530,11135746,"train_tokenizer.py",2116,0,"",python,selection_keyboard +4531,11135915,"train_tokenizer.py",2116,0,"w",python,content +4532,11135916,"train_tokenizer.py",2117,0,"",python,selection_keyboard +4533,11135951,"train_tokenizer.py",2117,0,"e",python,content +4534,11135952,"train_tokenizer.py",2118,0,"",python,selection_keyboard +4535,11136038,"train_tokenizer.py",2118,0," ",python,content +4536,11136040,"train_tokenizer.py",2119,0,"",python,selection_keyboard +4537,11136151,"train_tokenizer.py",2119,0,"a",python,content +4538,11136152,"train_tokenizer.py",2120,0,"",python,selection_keyboard +4539,11136240,"train_tokenizer.py",2120,0,"t",python,content +4540,11136242,"train_tokenizer.py",2121,0,"",python,selection_keyboard +4541,11136346,"train_tokenizer.py",2121,0,"l",python,content +4542,11136348,"train_tokenizer.py",2122,0,"",python,selection_keyboard +4543,11136429,"train_tokenizer.py",2122,0," ",python,content +4544,11136431,"train_tokenizer.py",2123,0,"",python,selection_keyboard +4545,11136697,"train_tokenizer.py",2122,1,"",python,content +4546,11136812,"train_tokenizer.py",2121,1,"",python,content +4547,11136855,"train_tokenizer.py",2121,0," ",python,content +4548,11136856,"train_tokenizer.py",2122,0,"",python,selection_keyboard +4549,11136986,"train_tokenizer.py",2122,0,"l",python,content +4550,11136987,"train_tokenizer.py",2123,0,"",python,selection_keyboard +4551,11137065,"train_tokenizer.py",2123,0,"e",python,content +4552,11137066,"train_tokenizer.py",2124,0,"",python,selection_keyboard +4553,11137128,"train_tokenizer.py",2124,0,"a",python,content +4554,11137132,"train_tokenizer.py",2125,0,"",python,selection_keyboard +4555,11137173,"train_tokenizer.py",2125,0,"s",python,content +4556,11137176,"train_tokenizer.py",2126,0,"",python,selection_keyboard +4557,11137268,"train_tokenizer.py",2126,0,"t",python,content +4558,11137269,"train_tokenizer.py",2127,0,"",python,selection_keyboard +4559,11137329,"train_tokenizer.py",2127,0," ",python,content +4560,11137330,"train_tokenizer.py",2128,0,"",python,selection_keyboard +4561,11137447,"train_tokenizer.py",2128,0,"t",python,content +4562,11137449,"train_tokenizer.py",2129,0,"",python,selection_keyboard +4563,11137597,"train_tokenizer.py",2129,0,"r",python,content +4564,11137598,"train_tokenizer.py",2130,0,"",python,selection_keyboard +4565,11137645,"train_tokenizer.py",2130,0,"a",python,content +4566,11137646,"train_tokenizer.py",2131,0,"",python,selection_keyboard +4567,11137685,"train_tokenizer.py",2131,0,"i",python,content +4568,11137686,"train_tokenizer.py",2132,0,"",python,selection_keyboard +4569,11137763,"train_tokenizer.py",2132,0,"n",python,content +4570,11137764,"train_tokenizer.py",2133,0,"",python,selection_keyboard +4571,11137816,"train_tokenizer.py",2133,0," ",python,content +4572,11137818,"train_tokenizer.py",2134,0,"",python,selection_keyboard +4573,11137895,"train_tokenizer.py",2134,0,"t",python,content +4574,11137897,"train_tokenizer.py",2135,0,"",python,selection_keyboard +4575,11137997,"train_tokenizer.py",2135,0,"h",python,content +4576,11137998,"train_tokenizer.py",2136,0,"",python,selection_keyboard +4577,11138132,"train_tokenizer.py",2136,0,"e",python,content +4578,11138134,"train_tokenizer.py",2137,0,"",python,selection_keyboard +4579,11138238,"train_tokenizer.py",2137,0," ",python,content +4580,11138240,"train_tokenizer.py",2138,0,"",python,selection_keyboard +4581,11138351,"train_tokenizer.py",2138,0,"t",python,content +4582,11138352,"train_tokenizer.py",2139,0,"",python,selection_keyboard +4583,11138435,"train_tokenizer.py",2139,0,"o",python,content +4584,11138436,"train_tokenizer.py",2140,0,"",python,selection_keyboard +4585,11138466,"train_tokenizer.py",2140,0,"k",python,content +4586,11138469,"train_tokenizer.py",2141,0,"",python,selection_keyboard +4587,11138554,"train_tokenizer.py",2141,0,"e",python,content +4588,11138555,"train_tokenizer.py",2142,0,"",python,selection_keyboard +4589,11138654,"train_tokenizer.py",2142,0,"n",python,content +4590,11138655,"train_tokenizer.py",2143,0,"",python,selection_keyboard +4591,11138716,"train_tokenizer.py",2143,0,"i",python,content +4592,11138718,"train_tokenizer.py",2144,0,"",python,selection_keyboard +4593,11138871,"train_tokenizer.py",2144,0,"z",python,content +4594,11138872,"train_tokenizer.py",2145,0,"",python,selection_keyboard +4595,11138963,"train_tokenizer.py",2145,0,"e",python,content +4596,11138964,"train_tokenizer.py",2146,0,"",python,selection_keyboard +4597,11139029,"train_tokenizer.py",2146,0,"r",python,content +4598,11139031,"train_tokenizer.py",2147,0,"",python,selection_keyboard +4599,11139088,"train_tokenizer.py",2147,0," ",python,content +4600,11139089,"train_tokenizer.py",2148,0,"",python,selection_keyboard +4601,11139213,"train_tokenizer.py",2148,0,"i",python,content +4602,11139215,"train_tokenizer.py",2149,0,"",python,selection_keyboard +4603,11139296,"train_tokenizer.py",2149,0,"n",python,content +4604,11139298,"train_tokenizer.py",2150,0,"",python,selection_keyboard +4605,11139344,"train_tokenizer.py",2150,0," ",python,content +4606,11139345,"train_tokenizer.py",2151,0,"",python,selection_keyboard +4607,11139510,"train_tokenizer.py",2151,0,"i",python,content +4608,11139511,"train_tokenizer.py",2152,0,"",python,selection_keyboard +4609,11139563,"train_tokenizer.py",2152,0,"n",python,content +4610,11139564,"train_tokenizer.py",2153,0,"",python,selection_keyboard +4611,11139928,"train_tokenizer.py",2151,2,"",python,content +4612,11140413,"train_tokenizer.py",2148,3,"",python,content +4613,11140967,"train_tokenizer.py",2148,0,"n",python,content +4614,11140969,"train_tokenizer.py",2149,0,"",python,selection_keyboard +4615,11141070,"train_tokenizer.py",2149,0,"a",python,content +4616,11141071,"train_tokenizer.py",2150,0,"",python,selection_keyboard +4617,11141147,"train_tokenizer.py",2150,0,"t",python,content +4618,11141149,"train_tokenizer.py",2151,0,"",python,selection_keyboard +4619,11141206,"train_tokenizer.py",2151,0,"i",python,content +4620,11141208,"train_tokenizer.py",2152,0,"",python,selection_keyboard +4621,11141785,"train_tokenizer.py",2152,0,"v",python,content +4622,11141786,"train_tokenizer.py",2153,0,"",python,selection_keyboard +4623,11141865,"train_tokenizer.py",2153,0,"e",python,content +4624,11141866,"train_tokenizer.py",2154,0,"",python,selection_keyboard +4625,11141927,"train_tokenizer.py",2154,0,"l",python,content +4626,11141928,"train_tokenizer.py",2155,0,"",python,selection_keyboard +4627,11142071,"train_tokenizer.py",2155,0,"y",python,content +4628,11142072,"train_tokenizer.py",2156,0,"",python,selection_keyboard +4629,11142128,"train_tokenizer.py",2156,0," ",python,content +4630,11142130,"train_tokenizer.py",2157,0,"",python,selection_keyboard +4631,11142252,"train_tokenizer.py",2157,0,"i",python,content +4632,11142253,"train_tokenizer.py",2158,0,"",python,selection_keyboard +4633,11142331,"train_tokenizer.py",2158,0,"n",python,content +4634,11142332,"train_tokenizer.py",2159,0,"",python,selection_keyboard +4635,11142384,"train_tokenizer.py",2159,0," ",python,content +4636,11142385,"train_tokenizer.py",2160,0,"",python,selection_keyboard +4637,11142494,"train_tokenizer.py",2160,0,"i",python,content +4638,11142495,"train_tokenizer.py",2161,0,"",python,selection_keyboard +4639,11142571,"train_tokenizer.py",2161,0,"n",python,content +4640,11142573,"train_tokenizer.py",2162,0,"",python,selection_keyboard +4641,11143599,"train_tokenizer.py",2162,0,"8",python,content +4642,11143601,"train_tokenizer.py",2163,0,"",python,selection_keyboard +4643,11143901,"train_tokenizer.py",2162,1,"",python,content +4644,11144116,"train_tokenizer.py",2162,0,"8",python,content +4645,11144117,"train_tokenizer.py",2163,0,"",python,selection_keyboard +4646,11144495,"train_tokenizer.py",2162,1,"",python,content +4647,11144837,"train_tokenizer.py",2162,0,"t",python,content +4648,11144838,"train_tokenizer.py",2163,0,"",python,selection_keyboard +4649,11144946,"train_tokenizer.py",2163,0,"8",python,content +4650,11144947,"train_tokenizer.py",2164,0,"",python,selection_keyboard +4651,11145371,"train_tokenizer.py",2164,0,"?",python,content +4652,11145372,"train_tokenizer.py",2165,0,"",python,selection_keyboard +4653,11145530,"train_tokenizer.py",2164,0,"",python,selection_command +4654,11145751,"train_tokenizer.py",2008,0,"",python,selection_command +4655,11286807,"train_tokenizer.py",0,11726,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n # FIXME (f.srambical): cast in8 to bf16 instead?\n # FIXME (f.srambical): or, can we even do native int8 training without casting the video at all?\n # FIXME (f.srambical): if the tokenizer is the reason for the dynamics model being memory-bound, should we at least train the tokenizer natively in int8?\n inputs[""videos""] = inputs[""videos""].astype(np.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=jnp.bfloat16)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +4656,11286897,"train_tokenizer.py",11696,0,"",python,selection_command +4657,11292415,"train_dynamics.py",0,0,"",python,tab +4658,11292683,"train_dynamics.py",0,11825,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # FIXME (f.srambical): still need to implement mixed precision\n param_dtype: jnp.dtype = jnp.float32\n dtype: jnp.dtype = jnp.bfloat16\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n param_dtype=args.param_dtype,\n dtype=args.dtype,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4, mu_dtype=jnp.bfloat16)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +4659,11292829,"train_dynamics.py",11807,0,"",python,selection_command +4660,11298336,"models/dynamics.py",0,0,"",python,tab +4661,11298571,"models/dynamics.py",0,1962,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n # FIXME (f.srambical): do we need to add param_dtype and dtype to e.g. STTransformer as well, or will it be inferred from the 'parent module'?\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(self.model_dim)\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,selection_command +4662,11298734,"models/dynamics.py",1962,0,"",python,selection_command +4663,246731976,"models/dynamics.py",0,1962,"from typing import Dict, Any\n\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\n\nfrom utils.nn import STTransformer\n\n\nclass DynamicsMaskGIT(nn.Module):\n """"""MaskGIT dynamics model""""""\n\n model_dim: int\n num_latents: int\n num_blocks: int\n num_heads: int\n dropout: float\n mask_limit: float\n # FIXME (f.srambical): check whether flax will automatically cast inputs and handle compute in bfloat16\n param_dtype: jnp.dtype\n dtype: jnp.dtype\n\n def setup(self):\n # FIXME (f.srambical): do we need to add param_dtype and dtype to e.g. STTransformer as well, or will it be inferred from the 'parent module'?\n self.dynamics = STTransformer(\n self.model_dim,\n self.num_latents,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.patch_embed = nn.Embed(self.num_latents, self.model_dim)\n self.mask_token = self.param(\n ""mask_token"",\n nn.initializers.lecun_uniform(),\n (1, 1, 1, self.model_dim),\n )\n self.action_up = nn.Dense(self.model_dim)\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n # --- Mask videos ---\n vid_embed = self.patch_embed(batch[""video_tokens""])\n if training:\n rng1, rng2 = jax.random.split(batch[""mask_rng""])\n mask_prob = jax.random.uniform(rng1, minval=self.mask_limit)\n mask = jax.random.bernoulli(rng2, mask_prob, vid_embed.shape[:-1])\n mask = mask.at[:, 0].set(False)\n vid_embed = jnp.where(jnp.expand_dims(mask, -1), self.mask_token, vid_embed)\n else:\n mask = None\n\n # --- Predict transition ---\n act_embed = self.action_up(batch[""latent_actions""])\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n logits = self.dynamics(vid_embed)\n return dict(token_logits=logits, mask=mask)\n",python,selection_command +4664,246732194,"models/dynamics.py",1962,0,"",python,selection_command diff --git a/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-faba6583-b2c9-4b94-9ba6-9f240428520a1750722089894-2025_06_23-23.49.28.299/source.csv b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-faba6583-b2c9-4b94-9ba6-9f240428520a1750722089894-2025_06_23-23.49.28.299/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..8153a85cafbb8821e424d48baf553b967ec6c0d6 --- /dev/null +++ b/1f15334ab7e6820c9fda17c961659882ef9853cc80f7356b9a9b22f286fd7389/crowd-code-faba6583-b2c9-4b94-9ba6-9f240428520a1750722089894-2025_06_23-23.49.28.299/source.csv @@ -0,0 +1,151 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type90,608191,"src/extension.ts",9984,0,"A",typescript,content +91,608196,"src/extension.ts",9985,0,"",typescript,selection_keyboard +92,608218,"src/extension.ts",9985,0,"P",typescript,content +93,608220,"src/extension.ts",9986,0,"",typescript,selection_keyboard +94,608231,"src/extension.ts",9986,0,"I",typescript,content +95,608233,"src/extension.ts",9987,0,"",typescript,selection_keyboard +96,608439,"src/extension.ts",9987,0,"=",typescript,content +97,608442,"src/extension.ts",9988,0,"",typescript,selection_keyboard +98,609356,"src/extension.ts",9988,0,"f",typescript,content +99,609363,"src/extension.ts",9989,0,"",typescript,selection_keyboard +100,609425,"src/extension.ts",9989,0,"o",typescript,content +101,609429,"src/extension.ts",9990,0,"",typescript,selection_keyboard +102,609547,"src/extension.ts",9990,0,"o",typescript,content +103,609551,"src/extension.ts",9991,0,"",typescript,selection_keyboard +104,610051,"src/extension.ts",9990,0,"",typescript,selection_command +105,610641,"src/extension.ts",9984,7,"",typescript,content +106,610907,"src/extension.ts",9984,0,"A",typescript,content +107,610908,"src/extension.ts",9985,0,"",typescript,selection_keyboard +108,610957,"src/extension.ts",9985,0,"P",typescript,content +109,610960,"src/extension.ts",9986,0,"",typescript,selection_keyboard +110,610983,"src/extension.ts",9986,0,"I",typescript,content +111,610986,"src/extension.ts",9987,0,"",typescript,selection_keyboard +112,611972,"src/extension.ts",9986,0,"",typescript,selection_command +113,612398,"src/extension.ts",9984,0,"",typescript,selection_command +114,613099,"src/extension.ts",9984,3,"",typescript,content +115,613505,"src/extension.ts",9984,0,"A",typescript,content +116,613506,"src/extension.ts",9985,0,"",typescript,selection_keyboard +117,613558,"src/extension.ts",9985,0,"P",typescript,content +118,613562,"src/extension.ts",9986,0,"",typescript,selection_keyboard +119,613614,"src/extension.ts",9986,0,"I",typescript,content +120,613618,"src/extension.ts",9987,0,"",typescript,selection_keyboard +121,613842,"src/extension.ts",9987,0,"=",typescript,content +122,613844,"src/extension.ts",9988,0,"",typescript,selection_keyboard +123,614226,"src/extension.ts",9988,0,"f",typescript,content +124,614230,"src/extension.ts",9989,0,"",typescript,selection_keyboard +125,614281,"src/extension.ts",9989,0,"o",typescript,content +126,614414,"src/extension.ts",9990,0,"o",typescript,content +127,614418,"src/extension.ts",9991,0,"",typescript,selection_keyboard +128,614676,"src/extension.ts",9990,0,"",typescript,selection_command +129,615398,"src/extension.ts",9984,7,"",typescript,content +130,632977,"src/extension.ts",9984,0,"\n",typescript,content160,689584,"src/extension.ts",9984,0,"\n",typescript,content +161,689722,"src/extension.ts",9985,0,"\n",typescript,content +162,689854,"src/extension.ts",9986,0,"\n",typescript,content +163,689985,"src/extension.ts",9987,0,"\n",typescript,content +164,690120,"src/extension.ts",9988,0,"\n",typescript,content +165,690244,"src/extension.ts",9989,0,"\n",typescript,content195,720758,"src/extension.ts",9990,1,"",typescript,content +196,720908,"src/extension.ts",9989,1,"",typescript,content +197,721051,"src/extension.ts",9988,1,"",typescript,content +198,721198,"src/extension.ts",9987,1,"",typescript,content +199,721347,"src/extension.ts",9986,1,"",typescript,content +200,721495,"src/extension.ts",9985,1,"",typescript,content +201,721627,"src/extension.ts",9984,1,"",typescript,content +202,721775,"src/extension.ts",9984,0,"\n",typescript,content +203,721906,"src/extension.ts",9985,0,"\n",typescript,content +204,722150,"src/extension.ts",9986,0,"\n",typescript,content +205,722190,"src/extension.ts",9987,0,"\n",typescript,content +206,722219,"src/extension.ts",9988,0,"\n",typescript,content +207,722259,"src/extension.ts",9989,0,"\n",typescript,content +208,722283,"src/extension.ts",9990,0,"\n",typescript,content +209,722320,"src/extension.ts",9991,0,"\n",typescript,content +210,722350,"src/extension.ts",9992,0,"\n",typescript,content +211,722387,"src/extension.ts",9993,0,"\n",typescript,content +212,722421,"src/extension.ts",9994,0,"\n",typescript,content +213,722454,"src/extension.ts",9995,0,"\n",typescript,content +214,722489,"src/extension.ts",9996,0,"\n",typescript,content +215,722520,"src/extension.ts",9997,0,"\n",typescript,content +216,722557,"src/extension.ts",9998,0,"\n",typescript,content +217,722587,"src/extension.ts",9999,0,"\n",typescript,content +218,722622,"src/extension.ts",10000,0,"\n",typescript,content +219,722654,"src/extension.ts",10001,0,"\n",typescript,content +220,722688,"src/extension.ts",10002,0,"\n",typescript,content +221,722800,"src/extension.ts",10002,1,"",typescript,content +222,723054,"src/extension.ts",10001,1,"",typescript,content +223,723084,"src/extension.ts",10000,1,"",typescript,content +224,723119,"src/extension.ts",9999,1,"",typescript,content254,744309,"src/extension.ts",9990,1,"",typescript,content +255,744454,"src/extension.ts",9989,1,"",typescript,content +256,744592,"src/extension.ts",9988,1,"",typescript,content +257,744729,"src/extension.ts",9987,1,"",typescript,content +258,744874,"src/extension.ts",9986,1,"",typescript,content +259,745025,"src/extension.ts",9985,1,"",typescript,content +260,745342,"src/extension.ts",9984,1,"",typescript,content +261,745611,"src/extension.ts",9984,0,"\n",typescript,content +262,745787,"src/extension.ts",9985,0,"\n",typescript,content +263,745943,"src/extension.ts",9986,0,"\n",typescript,content +264,746077,"src/extension.ts",9987,0,"\n",typescript,content +265,746223,"src/extension.ts",9988,0,"\n",typescript,content +266,746357,"src/extension.ts",9989,0,"\n",typescript,content +267,746479,"src/extension.ts",9990,0,"\n",typescript,content +268,746689,"src/extension.ts",9990,1,"",typescript,content +269,746852,"src/extension.ts",9989,1,"",typescript,content299,1440083,"src/extension.ts",9984,0,"\n",typescript,content +300,1440491,"src/extension.ts",9985,0,"\n",typescript,content +301,1440637,"src/extension.ts",9986,0,"\n",typescript,content +302,1440791,"src/extension.ts",9987,0,"\n",typescript,content +303,1440934,"src/extension.ts",9988,0,"\n",typescript,content +304,1441072,"src/extension.ts",9989,0,"\n",typescript,content +305,1441279,"src/extension.ts",9989,1,"",typescript,content +306,1441454,"src/extension.ts",9988,1,"",typescript,content +307,1441595,"src/extension.ts",9987,1,"",typescript,content +308,1441758,"src/extension.ts",9986,1,"",typescript,content +309,1441888,"src/extension.ts",9985,1,"",typescript,content +310,1442037,"src/extension.ts",9984,1,"",typescript,content +311,1474476,"src/extension.ts",9984,0,"\n",typescript,content341,1511212,"src/extension.ts",9983,0,"\n",typescript,content +342,1511454,"src/extension.ts",9984,0,"\n",typescript,content +343,1511587,"src/extension.ts",9985,0,"\n",typescript,content +344,1511731,"src/extension.ts",9986,0,"\n",typescript,content +345,1511864,"src/extension.ts",9987,0,"\n",typescript,content +346,1511996,"src/extension.ts",9988,0,"\n",typescript,content +347,1512115,"src/extension.ts",9989,0,"\n",typescript,content +348,1512251,"src/extension.ts",9990,0,"\n",typescript,content +349,1512384,"src/extension.ts",9991,0,"\n",typescript,content379,1535334,"src/extension.ts",9983,0,"\n",typescript,content +380,1535574,"src/extension.ts",9984,0,"\n",typescript,content +381,1535825,"src/extension.ts",9985,0,"\n",typescript,content +382,1535861,"src/extension.ts",9986,0,"\n",typescript,content +383,1535890,"src/extension.ts",9987,0,"\n",typescript,content +384,1535926,"src/extension.ts",9988,0,"\n",typescript,content414,1662008,"src/extension.ts",9983,0,"\n",typescript,content +415,1662468,"src/extension.ts",9984,0,"\n",typescript,content +416,1662714,"src/extension.ts",9985,0,"\n",typescript,content +417,1662748,"src/extension.ts",9986,0,"\n",typescript,content +418,1662778,"src/extension.ts",9987,0,"\n",typescript,content +419,1662813,"src/extension.ts",9988,0,"\n",typescript,content +420,1662845,"src/extension.ts",9989,0,"\n",typescript,content +421,1662880,"src/extension.ts",9990,0,"\n",typescript,content +422,1662913,"src/extension.ts",9991,0,"\n",typescript,content +423,1662949,"src/extension.ts",9992,0,"\n",typescript,content +424,1663179,"src/extension.ts",9993,0,"\n",typescript,content +425,1663429,"src/extension.ts",9993,1,"",typescript,content +426,1663685,"src/extension.ts",9992,1,"",typescript,content +427,1663709,"src/extension.ts",9991,1,"",typescript,content +428,1663747,"src/extension.ts",9990,1,"",typescript,content +429,1663775,"src/extension.ts",9989,1,"",typescript,content +430,1663813,"src/extension.ts",9988,1,"",typescript,content +431,1663842,"src/extension.ts",9987,1,"",typescript,content +432,1664057,"src/extension.ts",9986,1,"",typescript,content +433,1664229,"src/extension.ts",9985,1,"",typescript,content +434,1664513,"src/extension.ts",9984,1,"",typescript,content +435,1674303,"src/extension.ts",9984,0,"K",typescript,content +436,1674306,"src/extension.ts",9985,0,"",typescript,selection_keyboard +437,1674445,"src/extension.ts",9985,0,"E",typescript,content +438,1674448,"src/extension.ts",9986,0,"",typescript,selection_keyboard +439,1675238,"src/extension.ts",9986,0,"Y",typescript,content +440,1675248,"src/extension.ts",9987,0,"",typescript,selection_keyboard +441,1675504,"src/extension.ts",9987,0,"=",typescript,content +442,1675506,"src/extension.ts",9988,0,"",typescript,selection_keyboard +443,1675690,"src/extension.ts",9988,0,"f",typescript,content +444,1675691,"src/extension.ts",9989,0,"",typescript,selection_keyboard +445,1675750,"src/extension.ts",9989,0,"o",typescript,content +446,1675754,"src/extension.ts",9990,0,"",typescript,selection_keyboard +447,1675900,"src/extension.ts",9990,0,"o",typescript,content +448,1675904,"src/extension.ts",9991,0,"",typescript,selection_keyboard +449,1676387,"src/extension.ts",9990,0,"",typescript,selection_command +450,1676937,"src/extension.ts",9983,8,"",typescript,content diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-03e2d1f0-34f2-48bc-9e6a-99708362c3301750977820647-2025_06_27-00.43.44.850/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-03e2d1f0-34f2-48bc-9e6a-99708362c3301750977820647-2025_06_27-00.43.44.850/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..d9cbb135bf320ec1a56607966edac4a4064bab91 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-03e2d1f0-34f2-48bc-9e6a-99708362c3301750977820647-2025_06_27-00.43.44.850/source.csv @@ -0,0 +1,50 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,184,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n",Log,tab +3,2017,"extension-output-pdoom-org.crowd-code-#1-crowd-code",198,0,"12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,content +4,60656,"extension-output-pdoom-org.crowd-code-#1-crowd-code",287,0,"",Log,selection_mouse +5,62003,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,selection_mouse +6,62155,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,2,"12",Log,selection_mouse +7,62315,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,41,"12:43:44 AM [info] Activating crowd-code\n",Log,selection_mouse +8,62349,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,80,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12",Log,selection_mouse +9,62381,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,155,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12",Log,selection_mouse +10,62430,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,200,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12",Log,selection_mouse +11,62556,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,259,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12",Log,selection_mouse +12,62997,"extension-output-pdoom-org.crowd-code-#1-crowd-code",258,0,"",Log,selection_mouse +13,63180,"extension-output-pdoom-org.crowd-code-#1-crowd-code",257,2,"12",Log,selection_mouse +14,63330,"extension-output-pdoom-org.crowd-code-#1-crowd-code",257,45,"12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +15,63564,"extension-output-pdoom-org.crowd-code-#1-crowd-code",198,104,"12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +16,63582,"extension-output-pdoom-org.crowd-code-#1-crowd-code",153,149,"12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +17,63616,"extension-output-pdoom-org.crowd-code-#1-crowd-code",78,224,"12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +18,63650,"extension-output-pdoom-org.crowd-code-#1-crowd-code",41,261,"12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +19,63765,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,302,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +20,64159,"extension-output-pdoom-org.crowd-code-#1-crowd-code",1,0,"",Log,selection_mouse +21,64329,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,2,"12",Log,selection_mouse +22,64500,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,41,"12:43:44 AM [info] Activating crowd-code\n",Log,selection_mouse +23,64681,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,78,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n",Log,selection_mouse +24,64714,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,153,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n",Log,selection_mouse +25,64731,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,198,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n",Log,selection_mouse +26,64763,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,257,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n",Log,selection_mouse +27,64817,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,302,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +28,67138,"extension-output-pdoom-org.crowd-code-#1-crowd-code",302,0,"",Log,selection_mouse +29,67550,"extension-output-pdoom-org.crowd-code-#1-crowd-code",279,23,"workspace folder found\n",Log,selection_mouse +30,67566,"extension-output-pdoom-org.crowd-code-#1-crowd-code",278,24," workspace folder found\n",Log,selection_mouse +31,67586,"extension-output-pdoom-org.crowd-code-#1-crowd-code",217,85,"Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +32,67614,"extension-output-pdoom-org.crowd-code-#1-crowd-code",166,136,"info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +33,67661,"extension-output-pdoom-org.crowd-code-#1-crowd-code",162,140,"AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +34,67704,"extension-output-pdoom-org.crowd-code-#1-crowd-code",159,143,"44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +35,67708,"extension-output-pdoom-org.crowd-code-#1-crowd-code",84,218,"44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +36,67744,"extension-output-pdoom-org.crowd-code-#1-crowd-code",83,219,":44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +37,67768,"extension-output-pdoom-org.crowd-code-#1-crowd-code",81,221,"43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +38,67827,"extension-output-pdoom-org.crowd-code-#1-crowd-code",80,222,":43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +39,67844,"extension-output-pdoom-org.crowd-code-#1-crowd-code",43,259,":43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +40,67860,"extension-output-pdoom-org.crowd-code-#1-crowd-code",41,261,"12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +41,68044,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,302,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +42,69392,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,selection_mouse +43,69739,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,2,"12",Log,selection_mouse +44,69917,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,80,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12",Log,selection_mouse +45,69933,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,156,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:",Log,selection_mouse +46,69950,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,262,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43",Log,selection_mouse +47,69971,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,302,"12:43:44 AM [info] Activating crowd-code\n12:43:44 AM [info] Recording started\n12:43:44 AM [info] Initializing git provider using file system watchers...\n12:43:44 AM [info] No workspace folder found\n12:43:46 AM [info] Retrying git provider initialization...\n12:43:46 AM [info] No workspace folder found\n",Log,selection_mouse +48,70725,"extension-output-pdoom-org.crowd-code-#1-crowd-code",302,0,"",Log,selection_mouse +49,71654,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,selection_mouse +50,71789,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,2,"12",Log,selection_mouse diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-12bded65-cc97-4d6e-a5a9-8eb203cdf5b21750746850455-2025_06_24-08.34.24.180/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-12bded65-cc97-4d6e-a5a9-8eb203cdf5b21750746850455-2025_06_24-08.34.24.180/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..96f85fd58dfd864ef14c72fbf6ccc418dfd03372 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-12bded65-cc97-4d6e-a5a9-8eb203cdf5b21750746850455-2025_06_24-08.34.24.180/source.csv @@ -0,0 +1,38 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,9,"src/recording.ts",0,0,"import * as fs from 'node:fs'\nimport * as path from 'node:path'\nimport * as vscode from 'vscode'\nimport * as readline from 'node:readline'\nimport axios from 'axios'\nimport { hasConsent, showConsentChangeDialog } from './consent'\nimport {\n getEditorFileName,\n escapeString,\n getEditorLanguage,\n notificationWithProgress,\n generateBaseFilePath,\n formatDisplayTime,\n getExportPath,\n logToOutput,\n formatSrtTime,\n getConfig,\n removeDoubleQuotes,\n unescapeString,\n addToGitignore,\n} from './utilities'\nimport { type File, ChangeType, type CSVRowBuilder, type Change, type Recording, type ConsentStatus } from './types'\nimport { extContext, statusBarItem, actionsProvider } from './extension'\n\nexport const commands = {\n openSettings: 'crowd-code.openSettings',\n startRecording: 'crowd-code.startRecording',\n stopRecording: 'crowd-code.stopRecording',\n panicButton: 'crowd-code.panicButton',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nlet panicStatusBarItem: vscode.StatusBarItem | undefined;\nlet panicButtonPressCount = 0;\nlet panicButtonTimeoutId: NodeJS.Timeout | undefined;\nlet accumulatedRemovedContent: Array<{content: string, sequence: number}> = []; // Store content with sequence numbers\n\nconst CROWD_CODE_API_GATEWAY_URL = process.env.CROWD_CODE_API_GATEWAY_URL;\n\nconst PANIC_BUTTON_TIMEOUT = 3000; // 3 seconds timeout for successive presses\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,\n}: CSVRowBuilder): string | undefined {\n if (!recording.startDateTime) {\n return\n }\n\n const time = new Date().getTime() - recording.startDateTime.getTime()\n\n if (type === ChangeType.HEADING) {\n return 'Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type\n'\n }\n\n if (type === ChangeType.TERMINAL_FOCUS || type === ChangeType.TERMINAL_COMMAND || type === ChangeType.TERMINAL_OUTPUT) {\n return `${sequence},${time},""TERMINAL"",${rangeOffset},${rangeLength},""${escapeString(text)}"",,${type}\n`\n }\n\n const editorFileName = getEditorFileName()\n return `${sequence},${time},""${editorFileName}"",${rangeOffset},${rangeLength},""${escapeString(text)}"",${getEditorLanguage()},${type}\n`\n}\n\n/**\n * Checks if the current file being edited is within the configured export path.\n * This is used to determine if the current file should be recorded or not.\n *\n * @returns {boolean} `true` if the current file is within the export path, `false` otherwise.\n */\nexport function isCurrentFileExported(): boolean {\n const editor = vscode.window.activeTextEditor\n const filename = editor?.document.fileName.replaceAll('\\', '/')\n const exportPath = getExportPath()\n if (!editor || !filename || !exportPath) {\n return false\n }\n return filename.startsWith(exportPath)\n}\n\nconst onChangeSubscription = vscode.workspace.onDidChangeTextDocument(event => {\n if (!recording.isRecording) {\n return\n }\n\n if (isCurrentFileExported()) {\n return\n }\n const editor = vscode.window.activeTextEditor\n if (editor && event.document === editor.document) {\n for (const change of event.contentChanges) {\n recording.sequence++\n addToFileQueue(\n buildCsvRow({\n sequence: recording.sequence,\n rangeOffset: change.rangeOffset,\n rangeLength: change.rangeLength,\n text: change.text,\n })\n )\n appendToFile()\n }\n }\n})\n\n/**\n * Creates the recording folder if it doesn't exist.\n * @param folderPath - The path to the recording folder.\n */\nfunction createRecordingFolder(folderPath: string): void {\n if (!fs.existsSync(folderPath)) {\n fs.mkdirSync(folderPath, { recursive: true })\n }\n}\n\n/**\n * Starts the recording process and initializes necessary variables.\n */\nexport async function startRecording(): Promise {\n if (recording.isRecording) {\n notificationWithProgress('Already recording')\n logToOutput('Already recording', 'info')\n return\n }\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n // If the setting is enabled and the path is inside the workspace, add it to .gitignore\n if (\n getConfig().get('export.addToGitignore') &&\n getConfig().get('export.exportPath')?.startsWith('${workspaceFolder}')\n ) {\n await addToGitignore()\n }\n\n recording.startDateTime = new Date()\n recording.activatedFiles = new Set()\n\n // Ask for folder name if enabled in settings\n let customFolderName: string | undefined\n if (getConfig().get('recording.askFolderName')) {\n customFolderName = await vscode.window.showInputBox({\n prompt: 'Enter a name for the recording folder',\n placeHolder: 'Enter recording folder name',\n })\n if (!customFolderName) {\n stopRecording(true)\n return\n }\n recording.customFolderName = customFolderName\n }\n\n const baseFilePath = generateBaseFilePath(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n stopRecording(true)\n return\n }\n\n // Create the recording folder\n const folderPath = path.dirname(path.join(exportPath, baseFilePath))\n createRecordingFolder(folderPath)\n\n recording.isRecording = true\n recording.timer = 0\n recording.endDateTime = null\n recording.sequence = 0\n panicButtonPressCount = 0 // Reset panic button counter for new recording\n accumulatedRemovedContent = [] // Clear accumulated content for new recording\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n panicButtonTimeoutId = undefined\n }\n intervalId = setInterval(() => {\n recording.timer++\n updateStatusBarItem()\n }, 1000)\n notificationWithProgress('Recording started')\n logToOutput('Recording started', 'info')\n\n // Only log initial editor content if there's an active text editor\n const editorText = vscode.window.activeTextEditor?.document.getText()\n const activeEditorUri = vscode.window.activeTextEditor?.document.uri.toString()\n\n if (editorText !== undefined && activeEditorUri) {\n recording.sequence++\n const csvRow = {\n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: editorText,\n type: ChangeType.TAB,\n }\n addToFileQueue(buildCsvRow({ ...csvRow, type: ChangeType.HEADING }))\n addToFileQueue(buildCsvRow(csvRow))\n appendToFile()\n recording.activatedFiles.add(activeEditorUri)\n actionsProvider.setCurrentFile(vscode.window.activeTextEditor?.document.fileName || '')\n } else {\n // If no active editor, just add the header row\n recording.sequence++\n addToFileQueue(buildCsvRow({ \n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: '',\n type: ChangeType.HEADING \n }))\n appendToFile()\n }\n\n extContext.subscriptions.push(onChangeSubscription)\n updateStatusBarItem()\n updatePanicButton()\n actionsProvider.setRecordingState(true)\n\n // Set up a timer to send data to the Lambda endpoint periodically\n uploadIntervalId = setInterval(async () => {\n if (!exportPath) {\n return;\n }\n \n if (typeof CROWD_CODE_API_GATEWAY_URL !== 'string' || !CROWD_CODE_API_GATEWAY_URL.trim()) {\n logToOutput(""CROWD_CODE_API_GATEWAY_URL must be a non-empty string. Please check your build configuration."", 'error');\n return;\n }\n\n // Only upload data if user has given consent\n if (!hasConsent()) {\n return;\n }\n\n const filePath = path.join(exportPath, `${baseFilePath}.csv`);\n const extensionVersion = extContext.extension.packageJSON.version as string;\n const userId = extContext.globalState.get('userId');\n\n try {\n const fileContent = await fs.promises.readFile(filePath, 'utf-8');\n\n if (fileContent) {\n const payload = {\n fileName: `${baseFilePath}.csv`,\n content: fileContent,\n version: extensionVersion,\n userId: userId\n };\n await axios.post(CROWD_CODE_API_GATEWAY_URL, payload);\n console.log(`Successfully sent ${payload.fileName} to Lambda endpoint.`);\n }\n } catch (error: any) {\n if (error.code === 'ENOENT') {\n console.warn(`File not found at ${filePath}. It might be created on first write.`);\n } else {\n console.error(`Error sending data to Lambda: ${error.message}`);\n if (axios.isAxiosError(error) && error.response) {\n console.error(""Lambda response status:"", error.response.status);\n console.error(""Lambda response data:"", error.response.data);\n }\n }\n }\n }, 5 * 60 * 1000); // 5 minutes\n}\n\n/**\n * Stops the recording process and finalizes the recording data.\n * @param context - The extension context.\n */\nexport function stopRecording(force = false): Promise | void {\n if (!recording.isRecording) {\n notificationWithProgress('Not recording')\n return\n }\n\n recording.isRecording = false\n clearInterval(intervalId)\n clearInterval(uploadIntervalId); // Clear the upload timer\n recording.timer = 0\n recording.activatedFiles?.clear()\n panicButtonPressCount = 0 // Reset panic button counter when recording stops\n accumulatedRemovedContent = [] // Clear accumulated content when recording stops\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n panicButtonTimeoutId = undefined\n }\n const index = extContext.subscriptions.indexOf(onChangeSubscription)\n if (index !== -1) {\n extContext.subscriptions.splice(index, 1)\n }\n updateStatusBarItem()\n updatePanicButton()\n actionsProvider.setRecordingState(false)\n if (force) {\n notificationWithProgress('Recording cancelled')\n logToOutput('Recording cancelled', 'info')\n recording.customFolderName = undefined\n return\n }\n notificationWithProgress('Recording finished')\n logToOutput('Recording finished', 'info')\n recording.endDateTime = new Date()\n return processCsvFile().then(() => {\n // Reset customFolderName after processing is complete\n recording.customFolderName = undefined\n }).catch(err => {\n logToOutput(`Error processing CSV file during stop: ${String(err)}`, 'error')\n recording.customFolderName = undefined\n });\n}\n\n/**\n * Appends data from the file queue to the appropriate file in the workspace.\n */\nexport async function appendToFile(): Promise {\n if (isAppending) {\n return\n }\n isAppending = true\n\n const exportPath = getExportPath()\n if (!exportPath) {\n logToOutput('Export path not available in appendToFile, stopping recording.', 'error')\n stopRecording(true)\n isAppending = false\n return\n }\n\n while (fileQueue.length > 0) {\n const itemToAppend = fileQueue.shift()\n if (!itemToAppend) {\n continue\n }\n\n const filePath = path.join(exportPath, itemToAppend.name)\n\n try {\n const directory = path.dirname(filePath)\n if (!fs.existsSync(directory)) {\n fs.mkdirSync(directory, { recursive: true })\n }\n await fs.promises.appendFile(filePath, itemToAppend.content)\n } catch (err) {\n logToOutput(\n `Failed to append to file ${filePath}: ${err}. Item dropped. Content: ${itemToAppend.content.substring(0, 100)}...`,\n 'error'\n )\n }\n }\n isAppending = false\n}\n\n/**\n * Appends an SRT line to the file queue for the previous change.\n *\n * This function is responsible for generating the SRT format line for the previous change and adding it to the file queue.\n * It checks if the SRT export format is enabled, and if so, it generates the SRT line for the previous change and adds it to the file queue.\n *\n * @param processedChanges - An array of processed changes.\n * @param i - The index of the current change in the processedChanges array.\n * @param exportInSrt - A boolean indicating whether the SRT export format is enabled.\n */\nfunction addToSRTFile(processedChanges: Change[], i: number, exportInSrt: boolean) {\n if (!exportInSrt) {\n return\n }\n if (i === 0) {\n return\n }\n addToFileQueue(\n addSrtLine(\n processedChanges[i - 1].sequence,\n processedChanges[i - 1].startTime,\n processedChanges[i - 1].endTime,\n JSON.stringify({\n text: processedChanges[i - 1].text,\n file: processedChanges[i - 1].file,\n language: processedChanges[i - 1].language,\n })\n ),\n 'srt',\n true\n )\n}\n\n/**\n * Returns the new text content based on the change type and the previous change.\n * @param type - The type of the change.\n * @param text - The text of the change.\n * @param previousChange - The previous change.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n */\nfunction getNewTextContent(\n type: string,\n text: string,\n previousChange: Change | null,\n rangeOffset: number,\n rangeLength: number\n): string {\n if (type === ChangeType.TAB) {\n return text\n }\n if (!previousChange) {\n return ''\n }\n return getUpdatedText(previousChange.text, rangeOffset, rangeLength, text)\n}\n\n/**\n * Processes a single CSV line and returns the processed change\n */\nasync function processCSVLine(line: string, previousChange: Change | null): Promise {\n const lineArr = line.split(/,(?=(?:[^""]*""[^""]*"")*[^""]*$)/)\n\n if (Number.isNaN(Number.parseInt(lineArr[0]))) {\n return null\n }\n\n const time = Number.parseInt(lineArr[1])\n const file = removeDoubleQuotes(lineArr[2])\n const rangeOffset = Number.parseInt(lineArr[3])\n const rangeLength = Number.parseInt(lineArr[4])\n const text = unescapeString(removeDoubleQuotes(lineArr[5]))\n const language = lineArr[6]\n const type = lineArr[7]\n\n const newText = getNewTextContent(type, text, previousChange, rangeOffset, rangeLength)\n\n /**\n * Skip exporting changes with the same values to the previous change.\n */\n if (\n previousChange &&\n time === previousChange.startTime &&\n file === previousChange.file &&\n newText === previousChange.text &&\n language === previousChange.language\n ) {\n return null\n }\n\n return {\n sequence: previousChange ? previousChange.sequence + 1 : 1,\n file,\n startTime: time,\n endTime: 0,\n language,\n text: newText,\n }\n}\n\n/**\n * Returns the updated text content based on the previous text, range offset, range length, and new text.\n * @param previousText - The previous text.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n * @param newText - The new text.\n */\nfunction getUpdatedText(\n previousText: string,\n rangeOffset: number,\n rangeLength: number,\n newText: string\n): string {\n const textArray = previousText.split('')\n textArray.splice(rangeOffset, rangeLength, newText)\n return textArray.join('')\n}\n\n/**\n * Processes the CSV file and generates the necessary output files.\n */\nasync function processCsvFile(): Promise {\n if (!validateRecordingState()) {\n return\n }\n\n const exportFormats = getConfig().get('export.exportFormats', [])\n if (exportFormats.length === 0) {\n logToOutput('No export formats specified', 'info')\n vscode.window.showWarningMessage('No export formats specified')\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n if (!recording.startDateTime) {\n return\n }\n\n // Use the same custom folder name for reading the source file\n const baseFilePathSource = generateBaseFilePath(\n recording.startDateTime,\n false,\n recording.customFolderName,\n sessionUuid\n )\n if (!baseFilePathSource) {\n return\n }\n\n const filePath = path.join(exportPath, `${baseFilePathSource}.csv`)\n\n try {\n if (!fs.existsSync(filePath)) {\n throw new Error(`Source file not found: ${filePath}`)\n }\n\n const processedChanges: Change[] = []\n\n const rl = readline.createInterface({\n input: fs.createReadStream(filePath),\n crlfDelay: Number.POSITIVE_INFINITY,\n })\n\n for await (const line of rl) {\n const previousChange = processedChanges[processedChanges.length - 1]\n const change = await processCSVLine(line, previousChange)\n\n if (change) {\n if (previousChange) {\n previousChange.endTime = change.startTime\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n processedChanges.push(change)\n }\n }\n\n rl.close();\n\n return finalizeRecording(processedChanges, exportFormats);\n\n } catch (err) {\n vscode.window.showErrorMessage(`Error processing recording: ${err}`)\n logToOutput('Error processing CSV file: ' + String(err), 'error')\n return Promise.resolve(); // Resolve even on error after showing message\n }\n}\n\nfunction validateRecordingState(): boolean {\n if (!vscode.workspace.workspaceFolders) {\n logToOutput(\n 'No workspace folder found. To process the recording is needed a workspace folder',\n 'error'\n )\n return false\n }\n if (!recording.endDateTime || !recording.startDateTime) {\n logToOutput('Recording date time is not properly set', 'error')\n return false\n }\n return true\n}\n\nfunction finalizeRecording(processedChanges: Change[], exportFormats: string[]): Promise {\n const lastChange = processedChanges[processedChanges.length - 1]\n if (lastChange && recording.endDateTime && recording.startDateTime) {\n lastChange.endTime = recording.endDateTime.getTime() - recording.startDateTime.getTime()\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n if (exportFormats.includes('JSON')) {\n addToFileQueue(JSON.stringify(processedChanges), 'json', true)\n }\n return appendToFile().then(() => {\n // Refresh the recordFiles view after export is complete\n vscode.commands.executeCommand('crowd-code.refreshRecordFiles')\n })\n}\n\n/**\n * Adds a line to the SRT file format.\n * @param sequence - The sequence number of the change.\n * @param start - The start time of the change.\n * @param end - The end time of the change.\n * @param text - The text of the change.\n * @returns A string representing a line in the SRT file format.\n */\nfunction addSrtLine(sequence: number, start: number, end: number, text: string): string {\n return `${sequence}\n${formatSrtTime(start)} --> ${formatSrtTime(end)}\n${text}\n\n`\n}\n\n/**\n * Adds content to the file queue.\n * @param content - The content to add.\n * @param fileExtension - The file extension (optional, defaults to 'csv').\n */\nexport function addToFileQueue(\n content: string | undefined,\n fileExtension = 'csv',\n isExport = false\n): void {\n if (!content) {\n return\n }\n if (!recording.startDateTime) {\n return\n }\n // Use the same custom name throughout the recording session\n const baseFilePath = generateBaseFilePath(recording.startDateTime, isExport, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n return\n }\n fileQueue.push({\n name: `${baseFilePath}.${fileExtension}`,\n content: content,\n })\n}\n\n/**\n * Updates the status bar item with the current recording status and time.\n */\nexport function updateStatusBarItem(): void {\n if (recording.isRecording) {\n if (getConfig().get('appearance.showTimer') === false) {\n statusBarItem.text = '$(debug-stop)'\n statusBarItem.tooltip = 'Current time: ' + formatDisplayTime(recording.timer)\n }\n if (getConfig().get('appearance.showTimer') === true) {\n statusBarItem.text = '$(debug-stop) ' + formatDisplayTime(recording.timer)\n statusBarItem.tooltip = 'Stop Recording'\n }\n statusBarItem.command = commands.stopRecording\n statusBarItem.show()\n } else {\n const editor = vscode.window.activeTextEditor\n if (!editor) {\n statusBarItem.hide()\n return\n }\n if (getConfig().get('appearance.minimalMode') === true) {\n statusBarItem.text = '$(circle-large-filled)'\n } else {\n statusBarItem.text = '$(circle-large-filled) Start Recording'\n }\n statusBarItem.tooltip = 'Start Recording'\n statusBarItem.command = commands.startRecording\n statusBarItem.show()\n }\n}\n\n/**\n * Creates and updates the panic button status bar item.\n */\nexport function updatePanicButton(): void {\n if (!recording.isRecording) {\n if (panicStatusBarItem) {\n panicStatusBarItem.hide()\n }\n return\n }\n\n // Create panic button if it doesn't exist\n if (!panicStatusBarItem) {\n panicStatusBarItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Right, 8999) // Position it to the left of the recording button\n extContext.subscriptions.push(panicStatusBarItem)\n }\n\n const secondsToRemove = (panicButtonPressCount + 1) * 10 // Show what the next press will remove\n panicStatusBarItem.text = '$(refresh)'\n panicStatusBarItem.tooltip = `Remove last ${secondsToRemove} seconds of recording (click again within 3 seconds to remove more)`\n panicStatusBarItem.command = commands.panicButton\n panicStatusBarItem.show()\n}\n\n/**\n * Deletes the last N seconds of recording data from the CSV file.\n * This is a ""panic button"" feature that allows users to quickly remove recent sensitive data.\n * Each successive press within 3 seconds removes more time: 10s, 20s, 30s, etc.\n * After 3 seconds of inactivity, the next press will be treated as a fresh press (10s).\n */\nexport async function panicButton(): Promise {\n if (!recording.isRecording) {\n vscode.window.showWarningMessage('No active recording to remove data from')\n logToOutput('No active recording to remove data from', 'info')\n return\n }\n\n if (!recording.startDateTime) {\n vscode.window.showErrorMessage('Recording start time not available')\n logToOutput('Recording start time not available', 'error')\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n vscode.window.showErrorMessage('Export path not available')\n logToOutput('Export path not available', 'error')\n return\n }\n\n const baseFilePath = generateBaseFilePath(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n vscode.window.showErrorMessage('Could not generate file path')\n logToOutput('Could not generate file path', 'error')\n return\n }\n\n const filePath = path.join(exportPath, `${baseFilePath}.csv`)\n\n try {\n // Check if file exists\n if (!fs.existsSync(filePath)) {\n vscode.window.showWarningMessage('No recording file found to remove data from')\n logToOutput('No recording file found to remove data from', 'info')\n return\n }\n\n // Read the file\n const content = fs.readFileSync(filePath, 'utf-8')\n const lines = content.split('\n')\n \n if (lines.length <= 1) {\n vscode.window.showWarningMessage('Recording file is empty, nothing to remove')\n logToOutput('Recording file is empty, nothing to remove', 'info')\n return\n }\n\n // Calculate how many lines to remove (10 seconds per press)\n const linesToRemove = Math.min((panicButtonPressCount + 1) * 10, lines.length - 1)\n const newLines = lines.slice(0, lines.length - linesToRemove)\n \n // Capture the lines that will be removed for display\n const removedLines = lines.slice(lines.length - linesToRemove)\n\n // Write back to file\n fs.writeFileSync(filePath, newLines.join('\n'))\n\n // Update panic button state\n panicButtonPressCount++\n \n // Set up timeout to reset the counter after 3 seconds of inactivity\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n }\n panicButtonTimeoutId = setTimeout(() => {\n panicButtonPressCount = 0\n accumulatedRemovedContent = [] // Clear accumulated content\n updatePanicButton()\n }, PANIC_BUTTON_TIMEOUT)\n \n updatePanicButton()\n\n const secondsToRemove = panicButtonPressCount * 10\n const actualLinesRemoved = lines.length - newLines.length\n \n // Accumulate removed content and show immediate popup\n if (removedLines.length > 0) {\n const nonEmptyLines = removedLines.filter(line => line.trim())\n if (nonEmptyLines.length > 0) {\n // Create a simple, readable summary of removed content\n const contentSummary = nonEmptyLines.map(line => {\n // Extract just the text content from CSV for cleaner display\n const parts = line.split(',')\n if (parts.length >= 6) {\n const textContent = parts[5].replace(/^""|""$/g, '') // Remove quotes\n // Clean up common escape sequences\n const cleanText = textContent\n .replace(/\\n/g, '\n')\n .replace(/\\t/g, '\t')\n .replace(/\\r/g, '\r')\n return { content: cleanText, sequence: Number.parseInt(parts[0]) }\n }\n return { content: line, sequence: Number.parseInt(line.split(',')[0]) }\n }).filter(item => item.content.trim().length > 0)\n \n // Add to accumulated content\n accumulatedRemovedContent.push(...contentSummary)\n \n // Sort by sequence number to show in original file order\n const sortedContent = accumulatedRemovedContent.sort((a, b) => a.sequence - b.sequence)\n \n // Show immediate popup with accumulated content\n const totalContent = sortedContent.map(item => item.content).join(' ')\n const summaryText = totalContent.length > 100 \n ? totalContent.substring(0, 100) + '...' \n : totalContent\n \n vscode.window.showInformationMessage(\n `Removed content: ""${summaryText}""`,\n 'Dismiss'\n )\n }\n }\n\n } catch (error) {\n const errorMessage = `Error during panic button operation: ${error}`\n vscode.window.showErrorMessage(errorMessage)\n logToOutput(errorMessage, 'error')\n }\n}",typescript,tab +2,464,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:34:24 AM [info] Activating crowd-code\n8:34:24 AM [info] Recording started\n8:34:24 AM [info] Initializing git provider using file system watchers...\n8:34:24 AM [info] Git repository found\n8:34:24 AM [info] Git provider initialized successfully\n8:34:24 AM [info] Initial git state: [object Object]\n",Log,tab +3,1593,"extension-output-pdoom-org.crowd-code-#1-crowd-code",297,0,"",Log,selection_mouse +4,2363,"src/recording.ts",0,0,"",typescript,tab +5,2366,"src/recording.ts",10018,0,"",typescript,selection_mouse +6,2463,"src/recording.ts",10017,0,"",typescript,selection_command +7,2894,"src/recording.ts",10056,0,"",typescript,selection_mouse +8,2921,"src/recording.ts",10055,0,"",typescript,selection_command +9,3382,"src/recording.ts",10018,0,"",typescript,selection_mouse +10,3463,"src/recording.ts",10017,0,"",typescript,selection_command +11,3908,"src/recording.ts",10054,0,"",typescript,selection_mouse +12,3941,"src/recording.ts",10053,0,"",typescript,selection_command +13,4225,"src/recording.ts",10054,0,"",typescript,selection_command +14,4596,"src/recording.ts",10047,7,"",typescript,content +15,5010,"src/recording.ts",10045,2,"",typescript,content +16,5622,"src/recording.ts",10045,0,"5",typescript,content +17,5626,"src/recording.ts",10046,0,"",typescript,selection_keyboard +18,5684,"src/recording.ts",10046,0," ",typescript,content +19,5689,"src/recording.ts",10047,0,"",typescript,selection_keyboard +20,5817,"src/recording.ts",10047,0,"m",typescript,content +21,5822,"src/recording.ts",10048,0,"",typescript,selection_keyboard +22,5990,"src/recording.ts",10048,0,"i",typescript,content +23,5994,"src/recording.ts",10049,0,"",typescript,selection_keyboard +24,6104,"src/recording.ts",10049,0,"n",typescript,content +25,6108,"src/recording.ts",10050,0,"",typescript,selection_keyboard +26,6228,"src/recording.ts",10050,0,"u",typescript,content +27,6233,"src/recording.ts",10051,0,"",typescript,selection_keyboard +28,6410,"src/recording.ts",10051,0,"t",typescript,content +29,6416,"src/recording.ts",10052,0,"",typescript,selection_keyboard +30,6483,"src/recording.ts",10052,0,"e",typescript,content +31,6488,"src/recording.ts",10053,0,"",typescript,selection_keyboard +32,6637,"src/recording.ts",10053,0,"s",typescript,content +33,6642,"src/recording.ts",10054,0,"",typescript,selection_keyboard +34,16299,"TERMINAL",0,0,"ls /tmp/crowd-code/",,terminal_command +35,16315,"TERMINAL",0,0,"]633;E;ls /tmp/crowd-code/;a808ac8a-c4ad-476e-8ef8-0a741b3ad045]633;C",,terminal_output +36,34028,"TERMINAL",0,0,"echo crowd-code-12bded65-cc97-4d6e-a5a9-8eb203cdf5b21750746850455-2025_06_24-08.34.24.180",,terminal_command +37,34034,"TERMINAL",0,0,"]633;E;echo crowd-code-12bded65-cc97-4d6e-a5a9-8eb203cdf5b21750746850455-2025_06_24-08.34.24.180;a808ac8a-c4ad-476e-8ef8-0a741b3ad045]633;Ccrowd-code-12bded65-cc97-4d6e-a5a9-8eb203cdf5b21750746850455-2025_06_24-08.34.24.180\r\n]0;maharajamihir@mihir-xps139305:~/Projects/coding-extension/crowd-code]633;D;0]633;P;Cwd=/home/maharajamihir/Projects/coding-extension/crowd-code",,terminal_output diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-1f4d4a04-f881-43ae-915a-b4684ec9fba71750685322384-2025_06_23-15.28.52.723/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-1f4d4a04-f881-43ae-915a-b4684ec9fba71750685322384-2025_06_23-15.28.52.723/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..09920ec1bca22459536c865b0ab72f65427d6bae --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-1f4d4a04-f881-43ae-915a-b4684ec9fba71750685322384-2025_06_23-15.28.52.723/source.csv @@ -0,0 +1,404 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,8,"src/recording.ts",0,0,"import * as fs from 'node:fs'\nimport * as util from 'node:util'\nimport * as path from 'node:path'\nimport * as vscode from 'vscode'\nimport * as readline from 'node:readline'\nimport axios from 'axios';\nimport {\n getEditorFileName,\n escapeString,\n getEditorLanguage,\n notificationWithProgress,\n generateFileName,\n formatDisplayTime,\n getExportPath,\n logToOutput,\n formatSrtTime,\n getConfig,\n removeDoubleQuotes,\n unescapeString,\n addToGitignore,\n} from './utilities'\nimport { type File, ChangeType, type CSVRowBuilder, type Change, type Recording } from './types'\nimport { extContext, statusBarItem, actionsProvider } from './extension'\n\nexport const commands = {\n openSettings: 'vs-code-recorder.openSettings',\n startRecording: 'vs-code-recorder.startRecording',\n stopRecording: 'vs-code-recorder.stopRecording',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,\n}: CSVRowBuilder): string | undefined {\n if (!recording.startDateTime) {\n return\n }\n\n const time = new Date().getTime() - recording.startDateTime.getTime()\n\n if (type === ChangeType.HEADING) {\n return 'Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type\n'\n }\n\n if (type === ChangeType.TERMINAL_FOCUS || type === ChangeType.TERMINAL_COMMAND || type === ChangeType.TERMINAL_OUTPUT) {\n return `${sequence},${time},""TERMINAL"",${rangeOffset},${rangeLength},""${escapeString(text)}"",,${type}\n`\n }\n\n const editorFileName = getEditorFileName()\n return `${sequence},${time},""${editorFileName}"",${rangeOffset},${rangeLength},""${escapeString(text)}"",${getEditorLanguage()},${type}\n`\n}\n\n/**\n * Checks if the current file being edited is within the configured export path.\n * This is used to determine if the current file should be recorded or not.\n *\n * @returns {boolean} `true` if the current file is within the export path, `false` otherwise.\n */\nexport function isCurrentFileExported(): boolean {\n const editor = vscode.window.activeTextEditor\n const filename = editor?.document.fileName.replaceAll('\\', '/')\n const exportPath = getExportPath()\n if (!editor || !filename || !exportPath) {\n return false\n }\n return filename.startsWith(exportPath)\n}\n\nconst onChangeSubscription = vscode.workspace.onDidChangeTextDocument(event => {\n if (!recording.isRecording) {\n return\n }\n\n if (isCurrentFileExported()) {\n return\n }\n const editor = vscode.window.activeTextEditor\n if (editor && event.document === editor.document) {\n for (const change of event.contentChanges) {\n recording.sequence++\n addToFileQueue(\n buildCsvRow({\n sequence: recording.sequence,\n rangeOffset: change.rangeOffset,\n rangeLength: change.rangeLength,\n text: change.text,\n })\n )\n appendToFile()\n }\n }\n})\n\n/**\n * Creates the recording folder if it doesn't exist.\n * @param folderPath - The path to the recording folder.\n */\nfunction createRecordingFolder(folderPath: string): void {\n if (!fs.existsSync(folderPath)) {\n fs.mkdirSync(folderPath, { recursive: true })\n }\n}\n\n/**\n * Starts the recording process and initializes necessary variables.\n */\nexport async function startRecording(): Promise {\n if (!vscode.window.activeTextEditor) {\n vscode.window.showErrorMessage(vscode.l10n.t('No active text editor'))\n logToOutput(vscode.l10n.t('No active text editor'), 'info')\n return\n }\n if (recording.isRecording) {\n notificationWithProgress(vscode.l10n.t('Already recording'))\n logToOutput(vscode.l10n.t('Already recording'), 'info')\n return\n }\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n // If the setting is enabled and the path is inside the workspace, add it to .gitignore\n if (\n getConfig().get('export.addToGitignore') &&\n getConfig().get('export.exportPath')?.startsWith('${workspaceFolder}')\n ) {\n await addToGitignore()\n }\n\n recording.startDateTime = new Date()\n recording.activatedFiles = new Set()\n\n // Ask for folder name if enabled in settings\n let customFolderName: string | undefined\n if (getConfig().get('recording.askFolderName')) {\n customFolderName = await vscode.window.showInputBox({\n prompt: vscode.l10n.t('Enter a name for the recording folder'),\n placeHolder: vscode.l10n.t('Enter recording folder name'),\n })\n if (!customFolderName) {\n stopRecording(true)\n return\n }\n recording.customFolderName = customFolderName\n }\n\n const fileName = generateFileName(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!fileName) {\n stopRecording(true)\n return\n }\n\n // Create the recording folder\n const folderPath = path.dirname(path.join(exportPath, fileName))\n createRecordingFolder(folderPath)\n\n recording.isRecording = true\n recording.timer = 0\n recording.endDateTime = null\n recording.sequence = 0\n intervalId = setInterval(() => {\n recording.timer++\n updateStatusBarItem()\n }, 1000)\n notificationWithProgress(vscode.l10n.t('Recording started'))\n logToOutput(vscode.l10n.t('Recording started'), 'info')\n\n const editorText = vscode.window.activeTextEditor?.document.getText()\n const activeEditorUri = vscode.window.activeTextEditor?.document.uri.toString()\n\n if (editorText !== undefined && activeEditorUri) {\n recording.sequence++\n const csvRow = {\n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: editorText,\n type: ChangeType.TAB,\n }\n addToFileQueue(buildCsvRow({ ...csvRow, type: ChangeType.HEADING }))\n addToFileQueue(buildCsvRow(csvRow))\n appendToFile()\n recording.activatedFiles.add(activeEditorUri)\n actionsProvider.setCurrentFile(vscode.window.activeTextEditor.document.fileName)\n }\n\n extContext.subscriptions.push(onChangeSubscription)\n updateStatusBarItem()\n actionsProvider.setRecordingState(true)\n\n // Set up a timer to send data to the Lambda endpoint periodically\n uploadIntervalId = setInterval(async () => {\n if (!exportPath) {\n return;\n }\n\n const filePath = path.join(exportPath, `${fileName}.csv`);\n const extensionVersion = extContext.extension.packageJSON.version as string;\n const userId = extContext.globalState.get('userId');\n\n\n try {\n const fileContent = await fs.promises.readFile(filePath, 'utf-8');\n\n if (fileContent) {\n const payload = {\n fileName: `${fileName}.csv`,\n content: fileContent,\n version: extensionVersion,\n userId: userId\n };\n await axios.post(API_GATEWAY_URL, payload);\n console.log(`Successfully sent ${payload.fileName} to Lambda endpoint.`);\n }\n } catch (error: any) {\n if (error.code === 'ENOENT') {\n console.warn(`File not found at ${filePath}. It might be created on first write.`);\n } else {\n console.error(`Error sending data to Lambda: ${error.message}`);\n if (axios.isAxiosError(error) && error.response) {\n console.error(""Lambda response status:"", error.response.status);\n console.error(""Lambda response data:"", error.response.data);\n }\n }\n }\n }, 5 * 60 * 1000); // 5 minutes\n}\n\n/**\n * Stops the recording process and finalizes the recording data.\n * @param context - The extension context.\n */\nexport function stopRecording(force = false): Promise | void {\n if (!recording.isRecording) {\n notificationWithProgress(vscode.l10n.t('Not recording'))\n return\n }\n\n recording.isRecording = false\n clearInterval(intervalId)\n clearInterval(uploadIntervalId); // Clear the upload timer\n recording.timer = 0\n recording.activatedFiles?.clear()\n const index = extContext.subscriptions.indexOf(onChangeSubscription)\n if (index !== -1) {\n extContext.subscriptions.splice(index, 1)\n }\n updateStatusBarItem()\n actionsProvider.setRecordingState(false)\n if (force) {\n notificationWithProgress(vscode.l10n.t('Recording cancelled'))\n logToOutput(vscode.l10n.t('Recording cancelled'), 'info')\n recording.customFolderName = undefined\n return\n }\n notificationWithProgress(vscode.l10n.t('Recording finished'))\n logToOutput(vscode.l10n.t('Recording finished'), 'info')\n recording.endDateTime = new Date()\n return processCsvFile().then(() => {\n // Reset customFolderName after processing is complete\n recording.customFolderName = undefined\n }).catch(err => {\n logToOutput(vscode.l10n.t('Error processing CSV file during stop: {0}', String(err)), 'error')\n recording.customFolderName = undefined\n });\n}\n\n/**\n * Appends data from the file queue to the appropriate file in the workspace.\n */\nexport async function appendToFile(): Promise {\n if (isAppending) {\n return\n }\n isAppending = true\n\n const exportPath = getExportPath()\n if (!exportPath) {\n logToOutput('Export path not available in appendToFile, stopping recording.', 'error')\n stopRecording(true)\n isAppending = false\n return\n }\n\n while (fileQueue.length > 0) {\n const itemToAppend = fileQueue.shift()\n if (!itemToAppend) {\n continue\n }\n\n const filePath = path.join(exportPath, itemToAppend.name)\n\n try {\n const directory = path.dirname(filePath)\n if (!fs.existsSync(directory)) {\n fs.mkdirSync(directory, { recursive: true })\n }\n await fs.promises.appendFile(filePath, itemToAppend.content)\n } catch (err) {\n logToOutput(\n `Failed to append to file ${filePath}: ${err}. Item dropped. Content: ${itemToAppend.content.substring(0, 100)}...`,\n 'error'\n )\n }\n }\n isAppending = false\n}\n\n/**\n * Appends an SRT line to the file queue for the previous change.\n *\n * This function is responsible for generating the SRT format line for the previous change and adding it to the file queue.\n * It checks if the SRT export format is enabled, and if so, it generates the SRT line for the previous change and adds it to the file queue.\n *\n * @param processedChanges - An array of processed changes.\n * @param i - The index of the current change in the processedChanges array.\n * @param exportInSrt - A boolean indicating whether the SRT export format is enabled.\n */\nfunction addToSRTFile(processedChanges: Change[], i: number, exportInSrt: boolean) {\n if (!exportInSrt) {\n return\n }\n if (i === 0) {\n return\n }\n addToFileQueue(\n addSrtLine(\n processedChanges[i - 1].sequence,\n processedChanges[i - 1].startTime,\n processedChanges[i - 1].endTime,\n JSON.stringify({\n text: processedChanges[i - 1].text,\n file: processedChanges[i - 1].file,\n language: processedChanges[i - 1].language,\n })\n ),\n 'srt',\n true\n )\n}\n\n/**\n * Returns the new text content based on the change type and the previous change.\n * @param type - The type of the change.\n * @param text - The text of the change.\n * @param previousChange - The previous change.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n */\nfunction getNewTextContent(\n type: string,\n text: string,\n previousChange: Change | null,\n rangeOffset: number,\n rangeLength: number\n): string {\n if (type === ChangeType.TAB) {\n return text\n }\n if (!previousChange) {\n return ''\n }\n return getUpdatedText(previousChange.text, rangeOffset, rangeLength, text)\n}\n\n/**\n * Processes a single CSV line and returns the processed change\n */\nasync function processCSVLine(line: string, previousChange: Change | null): Promise {\n const lineArr = line.split(/,(?=(?:[^""]*""[^""]*"")*[^""]*$)/)\n\n if (Number.isNaN(Number.parseInt(lineArr[0]))) {\n return null\n }\n\n const time = Number.parseInt(lineArr[1])\n const file = removeDoubleQuotes(lineArr[2])\n const rangeOffset = Number.parseInt(lineArr[3])\n const rangeLength = Number.parseInt(lineArr[4])\n const text = unescapeString(removeDoubleQuotes(lineArr[5]))\n const language = lineArr[6]\n const type = lineArr[7]\n\n const newText = getNewTextContent(type, text, previousChange, rangeOffset, rangeLength)\n\n /**\n * Skip exporting changes with the same values to the previous change.\n */\n if (\n previousChange &&\n time === previousChange.startTime &&\n file === previousChange.file &&\n newText === previousChange.text &&\n language === previousChange.language\n ) {\n return null\n }\n\n return {\n sequence: previousChange ? previousChange.sequence + 1 : 1,\n file,\n startTime: time,\n endTime: 0,\n language,\n text: newText,\n }\n}\n\n/**\n * Returns the updated text content based on the previous text, range offset, range length, and new text.\n * @param previousText - The previous text.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n * @param newText - The new text.\n */\nfunction getUpdatedText(\n previousText: string,\n rangeOffset: number,\n rangeLength: number,\n newText: string\n): string {\n const textArray = previousText.split('')\n textArray.splice(rangeOffset, rangeLength, newText)\n return textArray.join('')\n}\n\n/**\n * Processes the CSV file and generates the necessary output files.\n */\nasync function processCsvFile(): Promise {\n if (!validateRecordingState()) {\n return\n }\n\n const exportFormats = getConfig().get('export.exportFormats', [])\n if (exportFormats.length === 0) {\n logToOutput(vscode.l10n.t('No export formats specified'), 'info')\n vscode.window.showWarningMessage(vscode.l10n.t('No export formats specified'))\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n if (!recording.startDateTime) {\n return\n }\n\n // Use the same custom folder name for reading the source file\n const sourceFileName = generateFileName(\n recording.startDateTime,\n false,\n recording.customFolderName,\n sessionUuid\n )\n if (!sourceFileName) {\n return\n }\n\n const filePath = path.join(exportPath, `${sourceFileName}.csv`)\n\n try {\n if (!fs.existsSync(filePath)) {\n throw new Error(`Source file not found: ${filePath}`)\n }\n\n const processedChanges: Change[] = []\n\n const rl = readline.createInterface({\n input: fs.createReadStream(filePath),\n crlfDelay: Number.POSITIVE_INFINITY,\n })\n\n for await (const line of rl) {\n const previousChange = processedChanges[processedChanges.length - 1]\n const change = await processCSVLine(line, previousChange)\n\n if (change) {\n if (previousChange) {\n previousChange.endTime = change.startTime\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n processedChanges.push(change)\n }\n }\n\n rl.close();\n\n return finalizeRecording(processedChanges, exportFormats);\n\n } catch (err) {\n vscode.window.showErrorMessage(`Error processing recording: ${err}`)\n logToOutput(vscode.l10n.t('Error processing CSV file: {0}', String(err)), 'error')\n return Promise.resolve(); // Resolve even on error after showing message\n }\n}\n\nfunction validateRecordingState(): boolean {\n if (!vscode.workspace.workspaceFolders) {\n logToOutput(\n vscode.l10n.t(\n 'No workspace folder found. To process the recording is needed a workspace folder'\n ),\n 'error'\n )\n return false\n }\n if (!recording.endDateTime || !recording.startDateTime) {\n logToOutput(vscode.l10n.t('Recording date time is not properly set'), 'error')\n return false\n }\n return true\n}\n\nfunction finalizeRecording(processedChanges: Change[], exportFormats: string[]): Promise {\n const lastChange = processedChanges[processedChanges.length - 1]\n if (lastChange && recording.endDateTime && recording.startDateTime) {\n lastChange.endTime = recording.endDateTime.getTime() - recording.startDateTime.getTime()\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n if (exportFormats.includes('JSON')) {\n addToFileQueue(JSON.stringify(processedChanges), 'json', true)\n }\n return appendToFile().then(() => {\n // Refresh the recordFiles view after export is complete\n vscode.commands.executeCommand('vs-code-recorder.refreshRecordFiles')\n })\n}\n\n/**\n * Adds a line to the SRT file format.\n * @param sequence - The sequence number of the change.\n * @param start - The start time of the change.\n * @param end - The end time of the change.\n * @param text - The text of the change.\n * @returns A string representing a line in the SRT file format.\n */\nfunction addSrtLine(sequence: number, start: number, end: number, text: string): string {\n return `${sequence}\n${formatSrtTime(start)} --> ${formatSrtTime(end)}\n${text}\n\n`\n}\n\n/**\n * Adds content to the file queue.\n * @param content - The content to add.\n * @param fileExtension - The file extension (optional, defaults to 'csv').\n */\nexport function addToFileQueue(\n content: string | undefined,\n fileExtension = 'csv',\n isExport = false\n): void {\n if (!content) {\n return\n }\n if (!recording.startDateTime) {\n return\n }\n // Use the same custom name throughout the recording session\n const fileName = generateFileName(recording.startDateTime, isExport, recording.customFolderName, sessionUuid)\n if (!fileName) {\n return\n }\n fileQueue.push({\n name: `${fileName}.${fileExtension}`,\n content: content,\n })\n}\n\n/**\n * Updates the status bar item with the current recording status and time.\n */\nexport function updateStatusBarItem(): void {\n const editor = vscode.window.activeTextEditor\n if (!editor && !recording) {\n statusBarItem.hide()\n return\n }\n if (recording.isRecording) {\n if (getConfig().get('appearance.showTimer') === false) {\n statusBarItem.text = '$(debug-stop)'\n statusBarItem.tooltip = vscode.l10n.t('Current time: {0}', formatDisplayTime(recording.timer))\n }\n if (getConfig().get('appearance.showTimer') === true) {\n statusBarItem.text = `$(debug-stop) ${formatDisplayTime(recording.timer)}`\n statusBarItem.tooltip = vscode.l10n.t('Stop Recording')\n }\n statusBarItem.command = commands.stopRecording\n } else {\n if (getConfig().get('appearance.minimalMode') === true) {\n statusBarItem.text = '$(circle-large-filled)'\n } else {\n statusBarItem.text = `$(circle-large-filled) ${vscode.l10n.t('Start Recording')}`\n }\n statusBarItem.tooltip = vscode.l10n.t('Start Recording')\n statusBarItem.command = commands.startRecording\n }\n statusBarItem.show()\n}",typescript,tab +2,772,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +3,1544,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"3:28:52 PM [info] Activating crowd-code\n3:28:52 PM [info] Welcome back maharajamihir. Your user-id is '69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e'. Happy coding!\n3:28:52 PM [info] Recording started\n",Log,content +4,93787,"src/recording.ts",0,0,"",typescript,tab +5,103779,"src/recording.ts",7567,488,"\n try {\n const fileContent = await fs.promises.readFile(filePath, 'utf-8');\n\n if (fileContent) {\n const payload = {\n fileName: `${fileName}.csv`,\n content: fileContent\n",typescript,content +6,111969,"src/recording.ts",1938,0,"",typescript,selection_mouse +7,111995,"src/recording.ts",1937,0,"",typescript,selection_command +8,112325,"src/recording.ts",1938,0,"",typescript,selection_mouse +9,112338,"src/recording.ts",1937,0,"",typescript,selection_command +10,112471,"src/recording.ts",1937,1,",",typescript,selection_mouse +11,112495,"src/recording.ts",1938,0,"",typescript,selection_command +12,112514,"src/recording.ts",1897,41,"\n text,\n type = ChangeType.CONTENT,",typescript,selection_mouse +13,112539,"src/recording.ts",1359,579,"with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,",typescript,selection_mouse +14,112562,"src/recording.ts",938,1000," startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,",typescript,selection_mouse +15,112603,"src/recording.ts",751,1187," startRecording: 'vs-code-recorder.startRecording',\n stopRecording: 'vs-code-recorder.stopRecording',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,",typescript,selection_mouse +16,112674,"src/recording.ts",209,1729," getEditorFileName,\n escapeString,\n getEditorLanguage,\n notificationWithProgress,\n generateFileName,\n formatDisplayTime,\n getExportPath,\n logToOutput,\n formatSrtTime,\n getConfig,\n removeDoubleQuotes,\n unescapeString,\n addToGitignore,\n} from './utilities'\nimport { type File, ChangeType, type CSVRowBuilder, type Change, type Recording } from './types'\nimport { extContext, statusBarItem, actionsProvider } from './extension'\n\nexport const commands = {\n openSettings: 'vs-code-recorder.openSettings',\n startRecording: 'vs-code-recorder.startRecording',\n stopRecording: 'vs-code-recorder.stopRecording',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,",typescript,selection_mouse +17,112777,"src/recording.ts",0,1938,"import * as fs from 'node:fs'\nimport * as util from 'node:util'\nimport * as path from 'node:path'\nimport * as vscode from 'vscode'\nimport * as readline from 'node:readline'\nimport axios from 'axios';\nimport {\n getEditorFileName,\n escapeString,\n getEditorLanguage,\n notificationWithProgress,\n generateFileName,\n formatDisplayTime,\n getExportPath,\n logToOutput,\n formatSrtTime,\n getConfig,\n removeDoubleQuotes,\n unescapeString,\n addToGitignore,\n} from './utilities'\nimport { type File, ChangeType, type CSVRowBuilder, type Change, type Recording } from './types'\nimport { extContext, statusBarItem, actionsProvider } from './extension'\n\nexport const commands = {\n openSettings: 'vs-code-recorder.openSettings',\n startRecording: 'vs-code-recorder.startRecording',\n stopRecording: 'vs-code-recorder.stopRecording',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,",typescript,selection_mouse +18,113693,"src/recording.ts",481,0,"",typescript,selection_mouse +19,113744,"src/recording.ts",480,0,"",typescript,selection_command +20,114586,"src/recording.ts",1880,0,"",typescript,selection_mouse +21,114601,"src/recording.ts",1879,0,"",typescript,selection_command +22,115605,"src/recording.ts",1428,0,"",typescript,selection_mouse +23,115728,"src/recording.ts",1427,1,"h",typescript,selection_mouse +24,115749,"src/recording.ts",1388,40,"\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +25,115769,"src/recording.ts",1338,90,"\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +26,115785,"src/recording.ts",1334,94,"\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +27,115802,"src/recording.ts",1333,95,"\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +28,115843,"src/recording.ts",1247,181,"GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +29,115862,"src/recording.ts",1245,183,"I_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +30,115874,"src/recording.ts",1244,184,"PI_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +31,115887,"src/recording.ts",1236,192,"\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +32,115932,"src/recording.ts",1197,231,"st sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +33,115953,"src/recording.ts",1196,232,"nst sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +34,115971,"src/recording.ts",1156,272,"let uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - Th",typescript,selection_mouse +35,119227,"src/recording.ts",1397,0,"",typescript,selection_mouse +36,119682,"src/recording.ts",1334,0,"",typescript,selection_mouse +37,119870,"src/recording.ts",1333,1,"\n",typescript,selection_mouse +38,119906,"src/recording.ts",1241,93,"t API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n",typescript,selection_mouse +39,119925,"src/recording.ts",1238,96,"onst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n",typescript,selection_mouse +40,119943,"src/recording.ts",1236,98,"\nconst API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n\n",typescript,selection_mouse +41,1197061,"src/recording.ts",1377,0,"",typescript,selection_mouse +42,1921598,"src/recording.ts",861,0,"",typescript,selection_mouse +43,1922403,"src/recording.ts",858,0,"",typescript,selection_mouse +44,1922419,"src/recording.ts",857,0,"",typescript,selection_command +45,1927795,"src/recording.ts",699,0,"",typescript,selection_mouse +46,1927814,"src/recording.ts",698,0,"",typescript,selection_command +47,1928319,"src/recording.ts",750,0,"",typescript,selection_mouse +48,1928323,"src/recording.ts",749,0,"",typescript,selection_command +49,1928867,"src/recording.ts",858,0,"",typescript,selection_mouse +50,1928871,"src/recording.ts",857,0,"",typescript,selection_command +51,1929665,"src/recording.ts",805,0,"",typescript,selection_mouse +52,1929683,"src/recording.ts",804,0,"",typescript,selection_command +53,1930233,"src/recording.ts",673,0,"",typescript,selection_mouse +54,2416235,"webpack.config.js",0,0,"const path = require('node:path')\n\n//@ts-check\n/** @typedef {import('webpack').Configuration} WebpackConfig **/\n\n/** @type WebpackConfig */\nconst extensionConfig = {\n\ttarget: 'node', // VS Code extensions run in a Node.js-context 📖 -> https://webpack.js.org/configuration/node/\n\tmode: 'none', // this leaves the source code as close as possible to the original (when packaging we set this to 'production')\n\n\tentry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/\n\toutput: {\n\t\t// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/\n\t\tpath: path.resolve(__dirname, 'out'),\n\t\tfilename: 'extension.js',\n\t\tlibraryTarget: 'commonjs2',\n\t},\n\texternals: {\n\t\tvscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/\n\t\t// modules added here also need to be added in the .vscodeignore file\n\t},\n\tresolve: {\n\t\t// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader\n\t\textensions: ['.ts', '.js'],\n\t},\n\tmodule: {\n\t\trules: [\n\t\t\t{\n\t\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n}\nmodule.exports = [extensionConfig]\n",javascript,tab +55,2425901,"webpack.config.js",1280,0,"",javascript,selection_mouse +56,2425908,"webpack.config.js",1279,0,"",javascript,selection_command +57,2427882,"webpack.config.js",1375,1,"p",javascript,selection_command +58,2432738,"webpack.config.js",1373,1,"m",javascript,selection_command +59,2432923,"webpack.config.js",1476,2,"mo",javascript,selection_command +60,2433056,"webpack.config.js",1476,3,"mod",javascript,selection_command +61,2433177,"webpack.config.js",1476,4,"modu",javascript,selection_command +62,2433348,"webpack.config.js",1476,5,"modul",javascript,selection_command +63,2433450,"webpack.config.js",1476,6,"module",javascript,selection_command +64,2434821,"webpack.config.js",1476,7,"module.",javascript,selection_command +65,2435024,"webpack.config.js",1476,8,"module.e",javascript,selection_command +66,2435234,"webpack.config.js",1476,9,"module.ex",javascript,selection_command +67,2435331,"webpack.config.js",1476,10,"module.exp",javascript,selection_command +68,2435515,"webpack.config.js",1476,11,"module.expo",javascript,selection_command +69,2436917,"webpack.config.js",1476,12,"module.expor",javascript,selection_command +70,2437101,"webpack.config.js",1476,13,"module.export",javascript,selection_command +71,2437372,"webpack.config.js",1476,14,"module.exports",javascript,selection_command +72,2447128,"webpack.config.js",1194,0,"",javascript,selection_mouse +73,2447152,"webpack.config.js",1193,0,"",javascript,selection_command +74,2515687,"webpack.config.js",1475,0,"",javascript,selection_mouse +75,2515710,"webpack.config.js",1474,0,"",javascript,selection_command +76,2516253,"webpack.config.js",1475,0,"",javascript,selection_mouse +77,2516257,"webpack.config.js",1474,0,"",javascript,selection_command +78,2534878,"webpack.config.js",1511,0,"",javascript,selection_mouse +79,2535066,"webpack.config.js",1475,36,"\nmodule.exports = [extensionConfig]\n",javascript,selection_mouse +80,2535087,"webpack.config.js",1223,288,"\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n}\nmodule.exports = [extensionConfig]\n",javascript,selection_mouse +81,2535114,"webpack.config.js",545,966,"\t\t// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/\n\t\tpath: path.resolve(__dirname, 'out'),\n\t\tfilename: 'extension.js',\n\t\tlibraryTarget: 'commonjs2',\n\t},\n\texternals: {\n\t\tvscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/\n\t\t// modules added here also need to be added in the .vscodeignore file\n\t},\n\tresolve: {\n\t\t// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader\n\t\textensions: ['.ts', '.js'],\n\t},\n\tmodule: {\n\t\trules: [\n\t\t\t{\n\t\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n}\nmodule.exports = [extensionConfig]\n",javascript,selection_mouse +82,2535149,"webpack.config.js",534,977,"\toutput: {\n\t\t// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/\n\t\tpath: path.resolve(__dirname, 'out'),\n\t\tfilename: 'extension.js',\n\t\tlibraryTarget: 'commonjs2',\n\t},\n\texternals: {\n\t\tvscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/\n\t\t// modules added here also need to be added in the .vscodeignore file\n\t},\n\tresolve: {\n\t\t// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader\n\t\textensions: ['.ts', '.js'],\n\t},\n\tmodule: {\n\t\trules: [\n\t\t\t{\n\t\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n}\nmodule.exports = [extensionConfig]\n",javascript,selection_mouse +83,2535183,"webpack.config.js",35,1476,"//@ts-check\n/** @typedef {import('webpack').Configuration} WebpackConfig **/\n\n/** @type WebpackConfig */\nconst extensionConfig = {\n\ttarget: 'node', // VS Code extensions run in a Node.js-context 📖 -> https://webpack.js.org/configuration/node/\n\tmode: 'none', // this leaves the source code as close as possible to the original (when packaging we set this to 'production')\n\n\tentry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/\n\toutput: {\n\t\t// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/\n\t\tpath: path.resolve(__dirname, 'out'),\n\t\tfilename: 'extension.js',\n\t\tlibraryTarget: 'commonjs2',\n\t},\n\texternals: {\n\t\tvscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/\n\t\t// modules added here also need to be added in the .vscodeignore file\n\t},\n\tresolve: {\n\t\t// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader\n\t\textensions: ['.ts', '.js'],\n\t},\n\tmodule: {\n\t\trules: [\n\t\t\t{\n\t\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n}\nmodule.exports = [extensionConfig]\n",javascript,selection_mouse +84,2535246,"webpack.config.js",0,1511,"const path = require('node:path')\n\n//@ts-check\n/** @typedef {import('webpack').Configuration} WebpackConfig **/\n\n/** @type WebpackConfig */\nconst extensionConfig = {\n\ttarget: 'node', // VS Code extensions run in a Node.js-context 📖 -> https://webpack.js.org/configuration/node/\n\tmode: 'none', // this leaves the source code as close as possible to the original (when packaging we set this to 'production')\n\n\tentry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/\n\toutput: {\n\t\t// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/\n\t\tpath: path.resolve(__dirname, 'out'),\n\t\tfilename: 'extension.js',\n\t\tlibraryTarget: 'commonjs2',\n\t},\n\texternals: {\n\t\tvscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/\n\t\t// modules added here also need to be added in the .vscodeignore file\n\t},\n\tresolve: {\n\t\t// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader\n\t\textensions: ['.ts', '.js'],\n\t},\n\tmodule: {\n\t\trules: [\n\t\t\t{\n\t\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n}\nmodule.exports = [extensionConfig]\n",javascript,selection_mouse +85,2535277,"webpack.config.js",1475,36,"\nmodule.exports = [extensionConfig]\n",javascript,selection_command +86,2535312,"webpack.config.js",0,1511,"const path = require('node:path')\n\n//@ts-check\n/** @typedef {import('webpack').Configuration} WebpackConfig **/\n\n/** @type WebpackConfig */\nconst extensionConfig = {\n\ttarget: 'node', // VS Code extensions run in a Node.js-context 📖 -> https://webpack.js.org/configuration/node/\n\tmode: 'none', // this leaves the source code as close as possible to the original (when packaging we set this to 'production')\n\n\tentry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/\n\toutput: {\n\t\t// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/\n\t\tpath: path.resolve(__dirname, 'out'),\n\t\tfilename: 'extension.js',\n\t\tlibraryTarget: 'commonjs2',\n\t},\n\texternals: {\n\t\tvscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/\n\t\t// modules added here also need to be added in the .vscodeignore file\n\t},\n\tresolve: {\n\t\t// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader\n\t\textensions: ['.ts', '.js'],\n\t},\n\tmodule: {\n\t\trules: [\n\t\t\t{\n\t\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n}\nmodule.exports = [extensionConfig]\n",javascript,selection_mouse +87,2607682,"webpack.config.js",112,0,"",javascript,selection_mouse +88,2617206,"TERMINAL",0,0,"git status",,terminal_command +89,2617228,"TERMINAL",0,0,"]633;E;git status;a808ac8a-c4ad-476e-8ef8-0a741b3ad045]633;C",,terminal_output +90,2642884,"webpack.config.js",1240,0,"",javascript,selection_mouse +91,2642911,"webpack.config.js",1239,0,"",javascript,selection_command +92,2646548,"webpack.config.js",33,0,"",javascript,selection_mouse +93,2646552,"webpack.config.js",32,0,"",javascript,selection_command +94,2647516,"webpack.config.js",33,0,"\n",javascript,content +95,2647689,"webpack.config.js",34,0,"const webpack = require('webpack');",javascript,content +96,2652049,"webpack.config.js",68,1,"",javascript,content +97,2659852,"webpack.config.js",1510,0,"",javascript,selection_mouse +98,2660383,"webpack.config.js",1508,0,"",javascript,selection_mouse +99,2660796,"webpack.config.js",1508,0,"\n\t",javascript,content +100,2661060,"webpack.config.js",1510,0,"plugins: [\n new webpack.DefinePlugin({\n // This replaces all instances of process.env.API_GATEWAY_URL in your code\n // with the actual value of the environment variable at build time.\n // JSON.stringify is crucial to ensure the value is injected as a string literal.\n 'process.env.API_GATEWAY_URL': JSON.stringify(process.env.API_GATEWAY_URL)\n })\n ]\n",javascript,content +101,2667038,"webpack.config.js",1574,0,"",javascript,selection_mouse +102,2667181,"webpack.config.js",1571,4,"This",javascript,selection_mouse +103,2667709,"webpack.config.js",1555,0,"",javascript,selection_mouse +104,2668235,"webpack.config.js",1593,0,"",javascript,selection_mouse +105,2668375,"webpack.config.js",1592,0,"",javascript,selection_command +106,2673165,"webpack.config.js",1556,167,"",javascript,content +107,2673217,"webpack.config.js",1568,0,"",javascript,selection_command +108,2675021,"webpack.config.js",1617,0,"",javascript,selection_mouse +109,2675581,"webpack.config.js",1612,0,"",javascript,selection_mouse +110,2676105,"webpack.config.js",1603,0,"",javascript,selection_mouse +111,2676854,"webpack.config.js",1556,94,"",javascript,content +112,2676905,"webpack.config.js",1568,0,"",javascript,selection_command +113,2677875,"webpack.config.js",1653,0,"",javascript,selection_mouse +114,2677879,"webpack.config.js",1652,0,"",javascript,selection_command +115,2678380,"webpack.config.js",1660,0,"",javascript,selection_mouse +116,2679060,"webpack.config.js",1610,0,"",javascript,selection_mouse +117,2679619,"webpack.config.js",1659,0,"",javascript,selection_mouse +118,2679640,"webpack.config.js",1658,0,"",javascript,selection_command +119,2684479,"webpack.config.js",1581,0,"",javascript,selection_mouse +120,2685959,"webpack.config.js",1581,0,"C",javascript,content +121,2685970,"webpack.config.js",1582,0,"",javascript,selection_keyboard +122,2686293,"webpack.config.js",1582,0,"R",javascript,content +123,2686298,"webpack.config.js",1583,0,"",javascript,selection_keyboard +124,2686535,"webpack.config.js",1583,0,"O",javascript,content +125,2686541,"webpack.config.js",1584,0,"",javascript,selection_keyboard +126,2686651,"webpack.config.js",1584,0,"W",javascript,content +127,2686656,"webpack.config.js",1585,0,"",javascript,selection_keyboard +128,2686802,"webpack.config.js",1585,0,"D",javascript,content +129,2686806,"webpack.config.js",1586,0,"",javascript,selection_keyboard +130,2687144,"webpack.config.js",1586,0,"-",javascript,content +131,2687148,"webpack.config.js",1587,0,"",javascript,selection_keyboard +132,2687522,"webpack.config.js",1587,0,"C",javascript,content +133,2687526,"webpack.config.js",1588,0,"",javascript,selection_keyboard +134,2687648,"webpack.config.js",1588,0,"O",javascript,content +135,2687653,"webpack.config.js",1589,0,"",javascript,selection_keyboard +136,2687781,"webpack.config.js",1589,0,"D",javascript,content +137,2687785,"webpack.config.js",1590,0,"",javascript,selection_keyboard +138,2687868,"webpack.config.js",1590,0,"E",javascript,content +139,2687872,"webpack.config.js",1591,0,"",javascript,selection_keyboard +140,2688510,"webpack.config.js",1590,0,"",javascript,selection_command +141,2688700,"webpack.config.js",1589,0,"",javascript,selection_command +142,2688858,"webpack.config.js",1588,0,"",javascript,selection_command +143,2689013,"webpack.config.js",1587,0,"",javascript,selection_command +144,2689269,"webpack.config.js",1586,1,"",javascript,content +145,2690004,"webpack.config.js",1586,0,"_",javascript,content +146,2690011,"webpack.config.js",1587,0,"",javascript,selection_keyboard +147,2690429,"webpack.config.js",1588,0,"",javascript,selection_command +148,2690598,"webpack.config.js",1589,0,"",javascript,selection_command +149,2690745,"webpack.config.js",1590,0,"",javascript,selection_command +150,2691065,"webpack.config.js",1591,0,"",javascript,selection_command +151,2691646,"webpack.config.js",1591,0,"_",javascript,content +152,2691654,"webpack.config.js",1592,0,"",javascript,selection_keyboard +153,2701818,"webpack.config.js",1582,0,"",javascript,selection_mouse +154,2701996,"webpack.config.js",1581,26,"CROWD_CODE_API_GATEWAY_URL",javascript,selection_mouse +155,2704695,"webpack.config.js",1645,0,"",javascript,selection_mouse +156,2704837,"webpack.config.js",1637,15,"API_GATEWAY_URL",javascript,selection_mouse +157,2705153,"webpack.config.js",1637,15,"",javascript,content +158,2705431,"webpack.config.js",1637,0,"CROWD_CODE_API_GATEWAY_URL",javascript,content +159,2731780,"src/recording.ts",0,0,"",typescript,tab +160,2734234,"src/recording.ts",1333,0,"",typescript,selection_mouse +161,2734553,"src/recording.ts",1237,96,"const API_GATEWAY_URL = 'https://knm3fmbwbi.execute-api.us-east-1.amazonaws.com/v1/recordings';\n",typescript,selection_mouse +162,2735798,"src/recording.ts",1237,97,"",typescript,content +163,2736300,"src/recording.ts",1237,0,"const API_GATEWAY_URL = process.env.API_GATEWAY_URL;\n\n// You might want to add a fallback for local development or a check if it's undefined\nif (!API_GATEWAY_URL) {\n console.error(""API Gateway URL is not defined. Please check your build configuration."");\n // Potentially disable the upload feature if the URL is not set.\n}",typescript,content +164,2737402,"src/recording.ts",1302,0,"",typescript,selection_mouse +165,2737524,"src/recording.ts",1298,5,"might",typescript,selection_mouse +166,2737669,"src/recording.ts",1291,87,"// You might want to add a fallback for local development or a check if it's undefined\n",typescript,selection_mouse +167,2743331,"src/recording.ts",1291,87,"",typescript,content +168,2744267,"src/recording.ts",1290,1,"",typescript,content +169,2744892,"src/recording.ts",1290,0,"\n",typescript,content +170,2745644,"src/recording.ts",1315,0,"",typescript,selection_command +171,2745758,"src/recording.ts",1406,0,"",typescript,selection_command +172,2746162,"src/recording.ts",1406,67,"",typescript,content +173,2746276,"src/recording.ts",1315,0,"",typescript,selection_command +174,2747466,"src/recording.ts",1317,0,"",typescript,selection_command +175,2757138,"src/recording.ts",1315,0,"",typescript,selection_command +176,2758615,"src/recording.ts",1315,0," logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n",typescript,content +177,2758663,"src/recording.ts",1413,91,"",typescript,content +178,2762614,"src/recording.ts",1414,0,"",typescript,selection_mouse +179,2762631,"src/recording.ts",1413,0,"",typescript,selection_command +180,2763196,"src/recording.ts",1414,0,"",typescript,selection_mouse +181,2763212,"src/recording.ts",1413,0,"",typescript,selection_command +182,2766245,"src/recording.ts",1343,0,"",typescript,selection_mouse +183,2767001,"src/recording.ts",1333,0,"",typescript,selection_mouse +184,2767144,"src/recording.ts",1330,3,"API",typescript,selection_mouse +185,2767311,"src/recording.ts",1330,4,"API ",typescript,selection_mouse +186,2767333,"src/recording.ts",1330,11,"API Gateway",typescript,selection_mouse +187,2767367,"src/recording.ts",1330,12,"API Gateway ",typescript,selection_mouse +188,2767381,"src/recording.ts",1330,18,"API Gateway URL is",typescript,selection_mouse +189,2767396,"src/recording.ts",1330,22,"API Gateway URL is not",typescript,selection_mouse +190,2767417,"src/recording.ts",1330,30,"API Gateway URL is not defined",typescript,selection_mouse +191,2767438,"src/recording.ts",1330,32,"API Gateway URL is not defined. ",typescript,selection_mouse +192,2767462,"src/recording.ts",1330,38,"API Gateway URL is not defined. Please",typescript,selection_mouse +193,2767485,"src/recording.ts",1330,44,"API Gateway URL is not defined. Please check",typescript,selection_mouse +194,2767509,"src/recording.ts",1330,49,"API Gateway URL is not defined. Please check your",typescript,selection_mouse +195,2767532,"src/recording.ts",1330,55,"API Gateway URL is not defined. Please check your build",typescript,selection_mouse +196,2767556,"src/recording.ts",1330,69,"API Gateway URL is not defined. Please check your build configuration",typescript,selection_mouse +197,2767656,"src/recording.ts",1330,71,"API Gateway URL is not defined. Please check your build configuration.""",typescript,selection_mouse +198,2767703,"src/recording.ts",1330,73,"API Gateway URL is not defined. Please check your build configuration."", ",typescript,selection_mouse +199,2767723,"src/recording.ts",1330,74,"API Gateway URL is not defined. Please check your build configuration."", '",typescript,selection_mouse +200,2767807,"src/recording.ts",1330,79,"API Gateway URL is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +201,2768219,"src/recording.ts",1406,0,"",typescript,selection_mouse +202,2768232,"src/recording.ts",1404,5,"error",typescript,selection_mouse +203,2768376,"src/recording.ts",1402,7," 'error",typescript,selection_mouse +204,2768393,"src/recording.ts",1386,23,"configuration."", 'error",typescript,selection_mouse +205,2768426,"src/recording.ts",1380,29,"build configuration."", 'error",typescript,selection_mouse +206,2768441,"src/recording.ts",1375,34,"your build configuration."", 'error",typescript,selection_mouse +207,2768454,"src/recording.ts",1369,40,"check your build configuration."", 'error",typescript,selection_mouse +208,2768485,"src/recording.ts",1368,41," check your build configuration."", 'error",typescript,selection_mouse +209,2768511,"src/recording.ts",1362,47,"Please check your build configuration."", 'error",typescript,selection_mouse +210,2768531,"src/recording.ts",1353,56,"defined. Please check your build configuration."", 'error",typescript,selection_mouse +211,2768580,"src/recording.ts",1352,57," defined. Please check your build configuration."", 'error",typescript,selection_mouse +212,2768604,"src/recording.ts",1349,60,"not defined. Please check your build configuration."", 'error",typescript,selection_mouse +213,2768624,"src/recording.ts",1348,61," not defined. Please check your build configuration."", 'error",typescript,selection_mouse +214,2768651,"src/recording.ts",1346,63,"is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +215,2768677,"src/recording.ts",1345,64," is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +216,2768702,"src/recording.ts",1342,67,"URL is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +217,2768731,"src/recording.ts",1341,68," URL is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +218,2768762,"src/recording.ts",1334,75,"Gateway URL is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +219,2768858,"src/recording.ts",1333,76," Gateway URL is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +220,2768909,"src/recording.ts",1330,79,"API Gateway URL is not defined. Please check your build configuration."", 'error",typescript,selection_mouse +221,2769352,"src/recording.ts",1331,0,"",typescript,selection_mouse +222,2769364,"src/recording.ts",1330,3,"API",typescript,selection_mouse +223,2769542,"src/recording.ts",1330,84,"API Gateway URL is not defined. Please check your build configuration."", 'error');\n}",typescript,selection_mouse +224,2769576,"src/recording.ts",1330,12,"API Gateway ",typescript,selection_mouse +225,2769598,"src/recording.ts",1330,19,"API Gateway URL is ",typescript,selection_mouse +226,2769613,"src/recording.ts",1330,30,"API Gateway URL is not defined",typescript,selection_mouse +227,2769634,"src/recording.ts",1330,32,"API Gateway URL is not defined. ",typescript,selection_mouse +228,2769649,"src/recording.ts",1330,44,"API Gateway URL is not defined. Please check",typescript,selection_mouse +229,2769663,"src/recording.ts",1330,45,"API Gateway URL is not defined. Please check ",typescript,selection_mouse +230,2769683,"src/recording.ts",1330,50,"API Gateway URL is not defined. Please check your ",typescript,selection_mouse +231,2769696,"src/recording.ts",1330,55,"API Gateway URL is not defined. Please check your build",typescript,selection_mouse +232,2769710,"src/recording.ts",1330,56,"API Gateway URL is not defined. Please check your build ",typescript,selection_mouse +233,2769739,"src/recording.ts",1330,69,"API Gateway URL is not defined. Please check your build configuration",typescript,selection_mouse +234,2770197,"src/recording.ts",1399,0,"",typescript,selection_mouse +235,2770982,"src/recording.ts",1245,0,"",typescript,selection_mouse +236,2771760,"src/recording.ts",1243,0,"",typescript,selection_mouse +237,2774248,"src/recording.ts",1242,0,"",typescript,selection_command +238,2774532,"src/recording.ts",1243,0,"",typescript,selection_mouse +239,2774702,"src/recording.ts",1243,15,"API_GATEWAY_URL",typescript,selection_mouse +240,2788335,"src/recording.ts",1258,0,"",typescript,selection_command +241,2788379,"src/recording.ts",7949,0,"CROWD_CODE_",typescript,content +242,2788380,"src/recording.ts",1296,0,"CROWD_CODE_",typescript,content +243,2788380,"src/recording.ts",1243,0,"CROWD_CODE_",typescript,content +244,2789416,"src/recording.ts",1287,0,"",typescript,selection_mouse +245,2789557,"src/recording.ts",1284,15,"API_GATEWAY_URL",typescript,selection_mouse +246,2790016,"src/recording.ts",1284,15,"",typescript,content +247,2790883,"src/recording.ts",1284,0,"CROWD_CODE_API_GATEWAY_URL",typescript,content +248,2791951,"src/recording.ts",1301,0,"",typescript,selection_mouse +249,2792101,"src/recording.ts",1284,26,"CROWD_CODE_API_GATEWAY_URL",typescript,selection_mouse +250,2792652,"src/recording.ts",1347,0,"",typescript,selection_mouse +251,2793600,"src/recording.ts",1346,0,"",typescript,selection_command +252,2803514,"src/recording.ts",7996,0,"",typescript,selection_mouse +253,2803660,"src/recording.ts",7982,26,"CROWD_CODE_API_GATEWAY_URL",typescript,selection_mouse +254,2804609,"src/recording.ts",7992,0,"",typescript,selection_mouse +255,2813646,"src/recording.ts",7991,0,"",typescript,selection_command +256,3339766,"src/recording.ts",272,0,"",typescript,selection_mouse +257,3339795,"src/recording.ts",271,0,"",typescript,selection_command +258,3344656,"src/recording.ts",402,0,"",typescript,selection_mouse +259,3344674,"src/recording.ts",401,0,"",typescript,selection_command +260,3346597,"src/recording.ts",1451,0,"",typescript,selection_mouse +261,3346620,"src/recording.ts",1450,0,"",typescript,selection_command +262,3347135,"src/recording.ts",1447,0,"",typescript,selection_mouse +263,3347139,"src/recording.ts",1446,0,"",typescript,selection_command +264,3347287,"src/recording.ts",1447,0,"",typescript,selection_mouse +265,3347302,"src/recording.ts",1446,0,"",typescript,selection_command +266,3347443,"src/recording.ts",1446,1,"}",typescript,selection_mouse +267,3347463,"src/recording.ts",1350,96,"logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n",typescript,selection_mouse +268,3347485,"src/recording.ts",1447,0,"",typescript,selection_command +269,3347509,"src/recording.ts",1315,132," (!CROWD_CODE_API_GATEWAY_URL) {\n logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n}",typescript,selection_mouse +270,3347700,"src/recording.ts",1313,134,"if (!CROWD_CODE_API_GATEWAY_URL) {\n logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n}",typescript,selection_mouse +271,3349002,"src/recording.ts",1351,0,"",typescript,selection_mouse +272,3352769,"src/recording.ts",1451,0,"",typescript,selection_mouse +273,3352781,"src/recording.ts",1450,0,"",typescript,selection_command +274,3353313,"src/recording.ts",1447,0,"",typescript,selection_mouse +275,3353333,"src/recording.ts",1446,0,"",typescript,selection_command +276,3358474,"src/recording.ts",1261,0,"",typescript,selection_mouse +277,3358630,"src/recording.ts",1243,26,"CROWD_CODE_API_GATEWAY_URL",typescript,selection_mouse +278,3372309,"src/recording.ts",1447,0,"",typescript,selection_mouse +279,3372327,"src/recording.ts",1446,0,"",typescript,selection_command +280,3373322,"src/recording.ts",1446,1,"}",typescript,selection_command +281,3373541,"src/recording.ts",1348,99," logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n}",typescript,selection_command +282,3373696,"src/recording.ts",1313,134,"if (!CROWD_CODE_API_GATEWAY_URL) {\n logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n}",typescript,selection_command +283,3373932,"src/recording.ts",1313,135,"",typescript,content +284,3378515,"src/recording.ts",7466,0,"",typescript,selection_mouse +285,3378538,"src/recording.ts",7465,0,"",typescript,selection_command +286,3379323,"src/recording.ts",7476,0,"",typescript,selection_mouse +287,3379338,"src/recording.ts",7475,0,"",typescript,selection_command +288,3380133,"src/recording.ts",7476,0,"\nif (!CROWD_CODE_API_GATEWAY_URL) {\n logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n}",typescript,content +289,3380172,"src/recording.ts",7477,0,"",typescript,selection_command +290,3381359,"src/recording.ts",7477,34,"if (!CROWD_CODE_API_GATEWAY_URL) {",typescript,selection_command +291,3381576,"src/recording.ts",7477,132,"if (!CROWD_CODE_API_GATEWAY_URL) {\n logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');",typescript,selection_command +292,3381873,"src/recording.ts",7477,134,"if (!CROWD_CODE_API_GATEWAY_URL) {\n logToOutput(""API Gateway URL is not defined. Please check your build configuration."", 'error');\n}",typescript,selection_command +293,3382081,"src/recording.ts",7477,0,"",typescript,selection_command +294,3382242,"src/recording.ts",7610,0," ",typescript,content +295,3382242,"src/recording.ts",7514,0," ",typescript,content +296,3382242,"src/recording.ts",7477,0," ",typescript,content +297,3382531,"src/recording.ts",7620,0," ",typescript,content +298,3382531,"src/recording.ts",7520,0," ",typescript,content +299,3382532,"src/recording.ts",7481,0," ",typescript,content +300,3383056,"src/recording.ts",7484,0,"",typescript,selection_command +301,3383318,"src/recording.ts",7474,0,"",typescript,selection_command +302,3383541,"src/recording.ts",7484,0,"",typescript,selection_command +303,3383999,"src/recording.ts",7527,0,"",typescript,selection_command +304,3384438,"src/recording.ts",7527,0," ",typescript,content +305,3385942,"src/recording.ts",7528,0," ",typescript,content +306,3386713,"src/recording.ts",7532,1,"",typescript,content +307,3387171,"src/recording.ts",7531,0,"",typescript,selection_command +308,3387615,"src/recording.ts",7488,0,"",typescript,selection_command +309,3387819,"src/recording.ts",7475,0,"",typescript,selection_command +310,3389497,"src/recording.ts",7476,0,"\n ",typescript,content +311,3389771,"src/recording.ts",7477,8,"",typescript,content +312,3390055,"src/recording.ts",7478,0,"",typescript,selection_command +313,3390248,"src/recording.ts",7521,0,"",typescript,selection_command +314,3392603,"src/recording.ts",7477,0,"",typescript,selection_mouse +315,3393281,"src/recording.ts",7513,0,"",typescript,selection_mouse +316,3393436,"src/recording.ts",7491,26,"CROWD_CODE_API_GATEWAY_URL",typescript,selection_mouse +317,3394390,"src/recording.ts",7555,0,"",typescript,selection_mouse +318,3394540,"src/recording.ts",7550,7,"Gateway",typescript,selection_mouse +319,3394759,"src/recording.ts",7550,8,"Gateway ",typescript,selection_mouse +320,3394775,"src/recording.ts",7550,11,"Gateway URL",typescript,selection_mouse +321,3394800,"src/recording.ts",7550,14,"Gateway URL is",typescript,selection_mouse +322,3394816,"src/recording.ts",7550,18,"Gateway URL is not",typescript,selection_mouse +323,3394832,"src/recording.ts",7550,19,"Gateway URL is not ",typescript,selection_mouse +324,3394849,"src/recording.ts",7550,26,"Gateway URL is not defined",typescript,selection_mouse +325,3395284,"src/recording.ts",7575,0,"",typescript,selection_mouse +326,3395316,"src/recording.ts",7569,7,"defined",typescript,selection_mouse +327,3395543,"src/recording.ts",7565,11,"not defined",typescript,selection_mouse +328,3395566,"src/recording.ts",7562,14,"is not defined",typescript,selection_mouse +329,3395581,"src/recording.ts",7558,18,"URL is not defined",typescript,selection_mouse +330,3395595,"src/recording.ts",7550,26,"Gateway URL is not defined",typescript,selection_mouse +331,3395710,"src/recording.ts",7549,27," Gateway URL is not defined",typescript,selection_mouse +332,3395734,"src/recording.ts",7546,30,"API Gateway URL is not defined",typescript,selection_mouse +333,3396245,"src/recording.ts",7547,0,"",typescript,selection_mouse +334,3396451,"src/recording.ts",7546,3,"API",typescript,selection_mouse +335,3396660,"src/recording.ts",7546,11,"API Gateway",typescript,selection_mouse +336,3396695,"src/recording.ts",7546,12,"API Gateway ",typescript,selection_mouse +337,3396716,"src/recording.ts",7546,15,"API Gateway URL",typescript,selection_mouse +338,3396731,"src/recording.ts",7546,19,"API Gateway URL is ",typescript,selection_mouse +339,3396753,"src/recording.ts",7546,22,"API Gateway URL is not",typescript,selection_mouse +340,3396768,"src/recording.ts",7520,29,"\n logToOutput(""API",typescript,selection_mouse +341,3396804,"src/recording.ts",7546,30,"API Gateway URL is not defined",typescript,selection_mouse +342,3396838,"src/recording.ts",7546,32,"API Gateway URL is not defined. ",typescript,selection_mouse +343,3396859,"src/recording.ts",7546,38,"API Gateway URL is not defined. Please",typescript,selection_mouse +344,3396911,"src/recording.ts",7546,44,"API Gateway URL is not defined. Please check",typescript,selection_mouse +345,3396978,"src/recording.ts",7546,45,"API Gateway URL is not defined. Please check ",typescript,selection_mouse +346,3396999,"src/recording.ts",7546,49,"API Gateway URL is not defined. Please check your",typescript,selection_mouse +347,3397033,"src/recording.ts",7546,50,"API Gateway URL is not defined. Please check your ",typescript,selection_mouse +348,3397047,"src/recording.ts",7546,55,"API Gateway URL is not defined. Please check your build",typescript,selection_mouse +349,3397098,"src/recording.ts",7546,56,"API Gateway URL is not defined. Please check your build ",typescript,selection_mouse +350,3397112,"src/recording.ts",7546,69,"API Gateway URL is not defined. Please check your build configuration",typescript,selection_mouse +351,3397604,"src/recording.ts",7610,0,"",typescript,selection_mouse +352,3397615,"src/recording.ts",7602,13,"configuration",typescript,selection_mouse +353,3397779,"src/recording.ts",7602,36,"configuration."", 'error');\n }",typescript,selection_mouse +354,3397828,"src/recording.ts",7595,20," build configuration",typescript,selection_mouse +355,3397845,"src/recording.ts",7590,25," your build configuration",typescript,selection_mouse +356,3397868,"src/recording.ts",7585,30,"check your build configuration",typescript,selection_mouse +357,3397884,"src/recording.ts",7578,37,"Please check your build configuration",typescript,selection_mouse +358,3397944,"src/recording.ts",7569,46,"defined. Please check your build configuration",typescript,selection_mouse +359,3398058,"src/recording.ts",7602,36,"configuration."", 'error');\n }",typescript,selection_mouse +360,3398224,"src/recording.ts",7557,58," URL is not defined. Please check your build configuration",typescript,selection_mouse +361,3398247,"src/recording.ts",7550,65,"Gateway URL is not defined. Please check your build configuration",typescript,selection_mouse +362,3398456,"src/recording.ts",7549,66," Gateway URL is not defined. Please check your build configuration",typescript,selection_mouse +363,3398489,"src/recording.ts",7546,69,"API Gateway URL is not defined. Please check your build configuration",typescript,selection_mouse +364,3398999,"src/recording.ts",7546,0,"",typescript,selection_mouse +365,3399711,"src/recording.ts",7553,0,"",typescript,selection_mouse +366,3400356,"src/recording.ts",7505,0,"",typescript,selection_mouse +367,3401445,"src/recording.ts",7638,0,"",typescript,selection_mouse +368,3401465,"src/recording.ts",7637,0,"",typescript,selection_command +369,3402320,"src/recording.ts",7638,0,"\n ",typescript,content +370,3402851,"src/recording.ts",7643,4,"",typescript,content +371,3403040,"src/recording.ts",7639,4,"",typescript,content +372,3403207,"src/recording.ts",7638,1,"",typescript,content +373,3403652,"src/recording.ts",7638,0,"\n ",typescript,content +374,3410819,"src/recording.ts",7499,0,"",typescript,selection_mouse +375,3410972,"src/recording.ts",7491,26,"CROWD_CODE_API_GATEWAY_URL",typescript,selection_mouse +376,3411217,"src/recording.ts",7516,0,"",typescript,selection_command +377,3416684,"src/recording.ts",7639,0,"",typescript,selection_command +378,3417954,"src/recording.ts",7639,0," // INSERT_YOUR_CODE\n",typescript,content +379,3418282,"src/recording.ts",7667,0," // Ensure CROWD_CODE_API_GATEWAY_URL is a string\n",typescript,content +380,3418580,"src/recording.ts",7724,0," if (typeof CROWD_CODE_API_GATEWAY_URL !== 'string' || !CROWD_CODE_API_GATEWAY_URL.trim()) {\n",typescript,content +381,3418847,"src/recording.ts",7824,0," logToOutput(""CROWD_CODE_API_GATEWAY_URL must be a non-empty string. Please check your build configuration."", 'error');\n",typescript,content +382,3418901,"src/recording.ts",7955,0," return;\n",typescript,content +383,3418956,"src/recording.ts",7975,0," }\n",typescript,content +384,3418986,"src/recording.ts",7985,9,"",typescript,content +385,3420897,"src/recording.ts",7688,0,"",typescript,selection_mouse +386,3442637,"src/recording.ts",7639,85,"",typescript,content +387,3442694,"src/recording.ts",7647,0,"",typescript,selection_command +388,3443201,"src/recording.ts",7637,0,"",typescript,selection_command +389,3443560,"src/recording.ts",7521,118,"",typescript,content +390,3443615,"src/recording.ts",7529,0,"",typescript,selection_command +391,3443944,"src/recording.ts",7499,0,"",typescript,selection_command +392,3444352,"src/recording.ts",7478,43,"",typescript,content +393,3444449,"src/recording.ts",7486,0,"",typescript,selection_command +394,3465330,"src/recording.ts",7966,0,"",typescript,selection_mouse +395,3465360,"src/recording.ts",7965,0,"",typescript,selection_command +396,3492209,"src/recording.ts",7612,0,"",typescript,selection_mouse +397,3492346,"src/recording.ts",7603,26,"CROWD_CODE_API_GATEWAY_URL",typescript,selection_mouse +398,3577415,"TERMINAL",0,0,"source ~/.bashrc",,terminal_command +399,3577493,"TERMINAL",0,0,"]633;E;source ~/.bashrc ;a808ac8a-c4ad-476e-8ef8-0a741b3ad045]633;C]0;maharajamihir@mihir-xps139305:~/Projects/coding-extension/crowd-code[?2004h[maharajamihir@mihir-xps139305 crowd-code]$ ",,terminal_output +400,3578555,"src/recording.ts",1671,0,"",typescript,selection_mouse +401,3579083,"src/recording.ts",1236,0,"",typescript,selection_mouse +402,3579650,"src/recording.ts",1345,0,"",typescript,selection_mouse +403,3599375,"TERMINAL",0,0,"\r\r[maharajamihir@mihir-xps139305 crowd-code]$ \r\r[maharajamihir@mihir-xps139305 crowd-code]$ \r\r[maharajamihir@mihir-xps139305 crowd-code]$ ",,terminal_output diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-27a851dc-3a84-4cfb-867a-eef6b63ee7ef1750746742858-2025_06_24-08.32.35.909/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-27a851dc-3a84-4cfb-867a-eef6b63ee7ef1750746742858-2025_06_24-08.32.35.909/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..596cbd858d8fd02afaed7c7ffef79d9efdc1ac9a --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-27a851dc-3a84-4cfb-867a-eef6b63ee7ef1750746742858-2025_06_24-08.32.35.909/source.csv @@ -0,0 +1,38 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,76,"extract_vid_list.py",0,0,"from yt_dlp import YoutubeDL\n\ndef extract_video_links_from_playlist(playlist_url, output_file):\n ydl_opts = {\n 'quiet': True,\n 'extract_flat': True, # Do not download the videos, only extract metadata\n 'skip_download': True, # Skip actual download\n }\n\n with YoutubeDL(ydl_opts) as ydl:\n result = ydl.extract_info(playlist_url, download=False)\n \n if 'entries' in result:\n video_urls = [entry['url'] for entry in result['entries']]\n \n with open(output_file, 'w') as f:\n for video_url in video_urls:\n f.write(f""{video_url}\n"")\n print(f""Video links extracted to {output_file}"")\n else:\n print(""No videos found in the playlist."")\n\nif __name__ == ""__main__"":\n playlist_url = input(""Enter the YouTube playlist URL: "")\n output_file = ""links/tmp-1.txt""\n extract_video_links_from_playlist(playlist_url, output_file)\n\n# hello hello bla bla",python,tab +2,438,"tasks",0,0,"",Log,tab +3,454,"extract_vid_list.py",0,0,"",python,tab +4,471,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +5,779,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:32:35 AM [info] Activating crowd-code\n8:32:35 AM [info] Recording started\n8:32:35 AM [info] Initializing git provider using file system watchers...\n8:32:36 AM [info] Git repository found\n8:32:36 AM [info] Git provider initialized successfully\n8:32:36 AM [info] Initial git state: [object Object]\n",Log,content +6,2818,"extract_vid_list.py",0,0,"",python,tab +7,9122,"extract_vid_list.py",982,3,"",python,content +8,9781,"extract_vid_list.py",982,0,"b",python,content +9,9794,"extract_vid_list.py",983,0,"",python,selection_keyboard +10,9959,"extract_vid_list.py",983,0,"l",python,content +11,9969,"extract_vid_list.py",984,0,"",python,selection_keyboard +12,10077,"extract_vid_list.py",984,0,"a",python,content +13,10088,"extract_vid_list.py",985,0,"",python,selection_keyboard +14,10167,"extract_vid_list.py",985,0," ",python,content +15,10177,"extract_vid_list.py",986,0,"",python,selection_keyboard +16,10321,"extract_vid_list.py",986,0,"b",python,content +17,10332,"extract_vid_list.py",987,0,"",python,selection_keyboard +18,10482,"extract_vid_list.py",987,0,"l",python,content +19,10494,"extract_vid_list.py",988,0,"",python,selection_keyboard +20,10572,"extract_vid_list.py",988,0,"a",python,content +21,10581,"extract_vid_list.py",989,0,"",python,selection_keyboard +22,26120,"extract_vid_list.py",989,0," ",python,content +23,26132,"extract_vid_list.py",990,0,"",python,selection_keyboard +24,26275,"extract_vid_list.py",990,0,"b",python,content +25,26287,"extract_vid_list.py",991,0,"",python,selection_keyboard +26,26365,"extract_vid_list.py",991,0,"a",python,content +27,26375,"extract_vid_list.py",992,0,"",python,selection_keyboard +28,26430,"extract_vid_list.py",992,0,"l",python,content +29,26441,"extract_vid_list.py",993,0,"",python,selection_keyboard +30,26552,"extract_vid_list.py",993,0," ",python,content +31,26564,"extract_vid_list.py",994,0,"",python,selection_keyboard +32,26678,"extract_vid_list.py",994,0,"b",python,content +33,26686,"extract_vid_list.py",995,0,"",python,selection_keyboard +34,26743,"extract_vid_list.py",995,0,"a",python,content +35,26751,"extract_vid_list.py",996,0,"",python,selection_keyboard +36,26857,"extract_vid_list.py",996,0,"l",python,content +37,26867,"extract_vid_list.py",997,0,"",python,selection_keyboard diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-66c1dffb-e395-48ae-8676-da72a2b6a5cb1751540512935-2025_07_03-13.02.33.440/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-66c1dffb-e395-48ae-8676-da72a2b6a5cb1751540512935-2025_07_03-13.02.33.440/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c1f0af749058ae97a720adbc6e07460f43ad571 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-66c1dffb-e395-48ae-8676-da72a2b6a5cb1751540512935-2025_07_03-13.02.33.440/source.csv @@ -0,0 +1,9908 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,499,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"1:02:33 PM [info] Activating crowd-code\n1:02:33 PM [info] Recording started\n1:02:33 PM [info] Initializing git provider using file system watchers...\n1:02:33 PM [info] Git repository found\n1:02:33 PM [info] Git provider initialized successfully\n1:02:33 PM [info] Initial git state: [object Object]\n",Log,tab +3,688,"extension-output-pdoom-org.crowd-code-#1-crowd-code",1,0,"",Log,selection_command +4,890,"extension-output-pdoom-org.crowd-code-#1-crowd-code",2,0,"",Log,selection_command +5,3350,"TERMINAL",0,0,"/bin/python3 /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +6,3406,"TERMINAL",0,0,"]633;E;2025-07-03 13:02:36 /bin/python3 /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;7c27158d-a2f0-42de-86f9-3cc2f3a1b706]633;C",,terminal_output +7,3432,"TERMINAL",0,0,"]0;tum_cte0515@hkn1991:/hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0",,terminal_output +8,15794,"TERMINAL",0,0,"salloc --time=03:30:00 --partition=accelerated --nodes=2 --ntasks-per-node=5 --gres=gpu:4 --cpus-per-task=10",,terminal_command +9,15848,"TERMINAL",0,0,"]633;E;2025-07-03 13:02:49 salloc --time=03:30:00 --partition=accelerated --nodes=2 --ntasks-per-node=5 --gres=gpu:4 --cpus-per-task=10 ;dd830a57-5de1-42ee-9f5b-a467117add9f]633;Csalloc: Granted job allocation 3314634\r\n",,terminal_output +10,16009,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +11,43015,"TERMINAL",0,0,"salloc: Nodes hkn[0615-0616] are ready for job\r\n",,terminal_output +12,43855,"TERMINAL",0,0,"]0;tum_cte0515@hkn0615:~/Projects/jafar[?2004h[tum_cte0515@hkn0615 jafar]$ ",,terminal_output +13,301819,"TERMINAL",0,0,"q",,terminal_output +14,301884,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +15,302031,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +16,302097,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +17,302175,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +18,302323,"TERMINAL",0,0,"[?25l[?2004l\r[?25h[?1049h(B[?7hEvery 1.0s: squeue --mehkn0615.localdomain: Thu Jul 3 13:07:35 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3313564 accelerat train_to tum_cte0 R 5:36:19\t 4 hkn[0405,0532,0729,0814]3314634 accelerat interact tum_cte0 R\t4:46\t 2 hkn[0615-0616]",,terminal_output +19,303301,"TERMINAL",0,0,"6207",,terminal_output +20,303467,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn0615:~/Projects/jafar[?2004h[tum_cte0515@hkn0615 jafar]$ ",,terminal_output +21,303772,"TERMINAL",0,0,"s",,terminal_output +22,303886,"TERMINAL",0,0,"[?25lm[?25h[?25li[?25h",,terminal_output +23,304111,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +24,305621,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: nvidia-smihkn0615.localdomain: Thu Jul 3 13:07:37 2025Thu Jul 3 13:07:37 2025\r+-----------------------------------------------------------------------------------------+\r| NVIDIA-SMI 570.133.20Driver Version: 570.133.20 CUDA Version: 12.8 |\r|-----------------------------------------+------------------------+----------------------+\r| GPU NamePersistence-M | Bus-IdDisp.A | Volatile Uncorr. ECC |\r| Fan Temp PerfPwr:Usage/Cap |Memory-Usage | GPU-Util Compute M. |\r|||MIG M. |\r|=========================================+========================+======================|\r| 0 NVIDIA A100-SXM4-40GBOn | 00000000:31:00.0 Off |0 |\r| N/A 45C P055W / 300W |\t 27MiB / 40960MiB |\t 0%\t Default |\r|||Disabled |\r+-----------------------------------------+------------------------+----------------------+\r| 1 NVIDIA A100-SXM4-40GBOn | 00000000:4B:00.0 Off |0 |\r| N/A 45C P059W / 300W |\t 27MiB / 40960MiB |\t 0%\t Default |\r|||Disabled |\r+-----------------------------------------+------------------------+----------------------+\r| 2 NVIDIA A100-SXM4-40GBOn | 00000000:CA:00.0 Off |0 |\r| N/A 45C P054W / 300W |\t 27MiB / 40960MiB |\t 0%\t Default |\r|||Disabled |\r+-----------------------------------------+------------------------+----------------------+\r| 3 NVIDIA A100-SXM4-40GBOn | 00000000:E3:00.0 Off |0 |\r| N/A 45C P056W / 300W |\t 27MiB / 40960MiB |\t 0%\t Default |\r|||Disabled |\r+-----------------------------------------+------------------------+----------------------+\r+-----------------------------------------------------------------------------------------+\r| Processes:|\r| GPU GI CIPID Type Process nameGPU Memory |\r|ID IDUsage\t |\r|=========================================================================================|\r| 0 N/A N/A2569G /usr/libexec/Xorg17MiB |\r| 1 N/A N/A2569G /usr/libexec/Xorg17MiB |\r| 2 N/A N/A2569G /usr/libexec/Xorg17MiB |\r| 3 N/A N/A2569G /usr/libexec/Xorg17MiB |\r+-----------------------------------------------------------------------------------------+",,terminal_output +25,306799,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn0615:~/Projects/jafar[?2004h[tum_cte0515@hkn0615 jafar]$ ",,terminal_output +26,308706,"TERMINAL",0,0,"s",,terminal_output +27,308778,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +28,308927,"TERMINAL",0,0,"[?25lu[?25h[?25lr[?25h",,terminal_output +29,309114,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +30,309227,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +31,309339,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +32,309445,"TERMINAL",0,0,"[?25l.[?25h[?25lv[?25h",,terminal_output +33,309660,"TERMINAL",0,0,"env/",,terminal_output +34,309968,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +35,310034,"TERMINAL",0,0,"[?25lq[?25h",,terminal_output +36,310596,"TERMINAL",0,0,"in/",,terminal_output +37,310906,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +38,311083,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +39,311205,"TERMINAL",0,0,"tivate",,terminal_output +40,311503,"TERMINAL",0,0,"[?25l[?2004l\r[?25h]0;tum_cte0515@hkn0615:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +41,318872,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +42,323328,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M copy.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +43,337729,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +44,339033,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",714,0,"",shellscript,selection_mouse +45,339627,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",116,0,"",shellscript,selection_mouse +46,340457,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",424,0,"",shellscript,selection_mouse +47,340464,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",423,0,"",shellscript,selection_command +48,340592,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",423,1,"M",shellscript,selection_mouse +49,340609,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",424,0,"",shellscript,selection_command +50,340674,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",420,4,"_37M",shellscript,selection_mouse +51,340675,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",307,117,"cratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +52,340676,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",197,227,"/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +53,340712,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",138,286,"per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +54,340738,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",99,325,"--partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +55,340765,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",97,327,"H --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +56,340795,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",71,353,"TCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +57,340852,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",42,382,"ATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +58,340854,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",23,401,"BATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +59,340953,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",22,402,"SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +60,341024,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",20,404,"\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +61,341130,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",0,424,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M",shellscript,selection_mouse +62,342866,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",0,424,"",shellscript,content +63,343818,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",0,1,"",shellscript,content +64,345287,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",1,0,"",shellscript,selection_command +65,345773,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",25,0,"",shellscript,selection_command +66,345869,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",32,0,"",shellscript,selection_command +67,345869,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",33,0,"",shellscript,selection_command +68,347734,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",63,0,"",shellscript,selection_command +69,347885,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",93,0,"",shellscript,selection_command +70,348035,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",119,0,"",shellscript,selection_command +71,348180,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",120,0,"",shellscript,selection_command +72,348350,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",223,0,"",shellscript,selection_command +73,348467,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",289,0,"",shellscript,selection_command +74,348617,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",290,0,"",shellscript,selection_command +75,348867,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",314,0,"",shellscript,selection_command +76,349186,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",300,14,"",shellscript,content +77,349654,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",299,1,"",shellscript,content +78,350135,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",299,0,"""",shellscript,content +79,350136,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",300,0,"",shellscript,selection_keyboard +80,350802,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",300,0,"s",shellscript,content +81,350803,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",301,0,"",shellscript,selection_keyboard +82,351480,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",300,1,"",shellscript,content +83,351543,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",300,0,"d",shellscript,content +84,351544,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",301,0,"",shellscript,selection_keyboard +85,351706,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",301,0,"e",shellscript,content +86,351707,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",302,0,"",shellscript,selection_keyboard +87,351820,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",302,0,"b",shellscript,content +88,351821,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",303,0,"",shellscript,selection_keyboard +89,351933,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",303,0,"u",shellscript,content +90,351934,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",304,0,"",shellscript,selection_keyboard +91,352066,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",304,0,"g",shellscript,content +92,352067,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",305,0,"",shellscript,selection_keyboard +93,353372,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",305,0,"""",shellscript,content +94,353373,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",306,0,"",shellscript,selection_keyboard +95,353851,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",306,0,"j",shellscript,content +96,353851,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",307,0,"",shellscript,selection_keyboard +97,354597,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",306,1,"",shellscript,content +98,354735,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",305,0,"",shellscript,selection_command +99,354975,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",322,0,"",shellscript,selection_command +100,355201,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",333,0,"",shellscript,selection_command +101,355372,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",332,1,"",shellscript,content +102,355792,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",321,11,"",shellscript,content +103,356294,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",320,1,"",shellscript,content +104,358266,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",320,0,"0",shellscript,content +105,358267,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",321,0,"",shellscript,selection_keyboard +106,358505,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",321,0,"0",shellscript,content +107,358506,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",322,0,"",shellscript,selection_keyboard +108,358644,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",322,0,"0",shellscript,content +109,358645,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",323,0,"",shellscript,selection_keyboard +110,359065,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",323,0,"0",shellscript,content +111,359066,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",324,0,"",shellscript,selection_keyboard +112,359292,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",323,0,"",shellscript,selection_command +113,359666,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",325,0,"",shellscript,selection_command +114,360041,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",342,0,"",shellscript,selection_command +115,360632,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",384,0,"",shellscript,selection_command +116,361574,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",371,0,"",shellscript,selection_command +117,361778,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",370,1,"",shellscript,content +118,362514,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",370,0,"/",shellscript,content +119,362515,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",371,0,"",shellscript,selection_keyboard +120,362664,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",370,0,"",shellscript,selection_command +121,364464,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",681,0,"",shellscript,selection_mouse +122,366216,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",320,0,"",shellscript,selection_mouse +123,366587,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",320,4,"",shellscript,content +124,366603,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",319,0,"",shellscript,selection_command +125,367967,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",320,0,"",shellscript,selection_command +126,369878,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",320,0,"d",shellscript,content +127,369879,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",321,0,"",shellscript,selection_keyboard +128,370441,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",321,0,"e",shellscript,content +129,370442,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",322,0,"",shellscript,selection_keyboard +130,370500,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",322,0,"b",shellscript,content +131,370501,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",323,0,"",shellscript,selection_keyboard +132,370623,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",323,0,"u",shellscript,content +133,370624,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",324,0,"",shellscript,selection_keyboard +134,370941,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",324,0,"g",shellscript,content +135,370942,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",325,0,"",shellscript,selection_keyboard +136,371103,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",325,0,"-",shellscript,content +137,371104,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",326,0,"",shellscript,selection_keyboard +138,371362,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",326,0,"m",shellscript,content +139,371363,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",327,0,"",shellscript,selection_keyboard +140,371589,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",327,0,"i",shellscript,content +141,371590,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",328,0,"",shellscript,selection_keyboard +142,371734,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",328,0,"h",shellscript,content +143,371735,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",329,0,"",shellscript,selection_keyboard +144,371813,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",329,0,"i",shellscript,content +145,371814,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",330,0,"",shellscript,selection_keyboard +146,371896,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",330,0,"r",shellscript,content +147,371897,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",331,0,"",shellscript,selection_keyboard +148,373296,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",331,0,"""",shellscript,content +149,373297,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",332,0,"",shellscript,selection_keyboard +150,374096,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",325,0,"",shellscript,selection_command +151,374688,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",320,0,"""",shellscript,content +152,374689,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",321,0,"",shellscript,selection_keyboard +153,375364,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",565,0,"",shellscript,selection_mouse +154,376034,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",470,0,"",shellscript,selection_mouse +155,377435,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",830,0,"",shellscript,selection_mouse +156,378822,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",829,0,"",shellscript,selection_mouse +157,389964,"TERMINAL",0,0,"[?25lsh[?25h[?25lh[?25h",,terminal_output +158,390074,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +159,390238,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +160,390350,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +161,390554,"TERMINAL",0,0,"ripts_",,terminal_output +162,391835,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +163,391947,"TERMINAL",0,0,"oreka/",,terminal_output +164,392525,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +165,392670,"TERMINAL",0,0,"odelsize_scaling/",,terminal_output +166,394111,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +167,394317,"TERMINAL",0,0,"okenizer/",,terminal_output +168,394804,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +169,395002,"TERMINAL",0,0,"ester.sh ",,terminal_output +170,397313,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",0,0,"",shellscript,tab +171,398329,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",545,0,"",shellscript,selection_mouse +172,398946,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",525,0,"",shellscript,selection_mouse +173,399708,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",525,0,"\n ",shellscript,content +174,401455,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",530,0,"-",shellscript,content +175,401456,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",531,0,"",shellscript,selection_keyboard +176,401578,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",531,0,"-",shellscript,content +177,401579,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",532,0,"",shellscript,selection_keyboard +178,402167,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",475,0,"",shellscript,selection_command +179,408191,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",471,0,"",shellscript,selection_command +180,409783,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",526,7,"",shellscript,content +181,409989,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",597,0," --log_checkpoint_interval=5 \\n",shellscript,content +182,409990,"scripts_horeka/modelsize_scaling/tokenizer/tester.sh",631,36,"",shellscript,content +183,424618,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,0,"",shellscript,tab +184,428045,"TERMINAL",0,0,"bash",,terminal_focus +185,430263,"TERMINAL",0,0,"[?25l[?2004l\r[?25h\r\n# Log the sbatch script\r\ncat $0\r\n\r\nmodule unload mpi/openmpi/5.0\r\nmodule unload devel/cuda/12.4\r\nsource .venv/bin/activate\r\n\r\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\r\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\r\n\r\njob_name=""debug""\r\nslurm_job_id=""debug-mihir""\r\n\r\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\r\nmkdir -p $CHECKPOINT_DIR\r\n\r\nenv | grep SLURM\r\n\r\nsrun python train_tokenizer.py \\r\n --ckpt_dir $CHECKPOINT_DIR \\r\n --batch_size=96 \\r\n --min_lr=1e-4 \\r\n --max_lr=1e-4 \\r\n --log_image_interval=500 \\r\n --log_checkpoint_interval=5 \\r\n --log \\r\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\r\n --tags tokenizer model-size-scaling 38M \\r\n --entity instant-uv \\r\n --project jafar \\r\n --data_dir $tf_records_dir\r\n",,terminal_output +186,430556,"TERMINAL",0,0,"SLURM_STEP_NUM_TASKS=1\r\nSLURM_JOB_USER=tum_cte0515\r\nSLURM_TASKS_PER_NODE=5(x2)\r\nSLURM_JOB_UID=999226\r\nSLURM_TASK_PID=2115172\r\nSLURM_JOB_GPUS=0,1,2,3\r\nSLURM_LOCALID=0\r\nSLURM_SUBMIT_DIR=/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar\r\nSLURMD_NODENAME=hkn0615\r\nSLURM_JOB_START_TIME=1751540569\r\nSLURM_STEP_NODELIST=hkn0615\r\nSLURM_CLUSTER_NAME=hk\r\nSLURM_JOB_END_TIME=1751553169\r\nSLURM_PMI2_SRUN_PORT=45493\r\nSLURM_CPUS_ON_NODE=50\r\nSLURM_JOB_CPUS_PER_NODE=50(x2)\r\nSLURM_GPUS_ON_NODE=4\r\nSLURM_GTIDS=0\r\nSLURM_JOB_PARTITION=accelerated\r\nSLURM_TRES_PER_TASK=cpu=10\r\nSLURM_OOM_KILL_STEP=0\r\nSLURM_JOB_NUM_NODES=2\r\nSLURM_STEPID=4294967290\r\nSLURM_JOBID=3314634\r\nSLURM_PTY_PORT=44647\r\nSLURM_JOB_QOS=normal\r\nSLURM_LAUNCH_NODE_IPADDR=10.0.7.199\r\nSLURM_PTY_WIN_ROW=58\r\nSLURM_PMI2_PROC_MAPPING=(vector,(0,1,1))\r\nSLURMD_DEBUG=2\r\nSLURM_PROCID=0\r\nSLURM_CPUS_PER_TASK=10\r\nSLURM_NTASKS=10\r\nSLURM_TOPOLOGY_ADDR=hkibb.hkibbi1.hkibbi1e29.hkn0615\r\nSLURM_TOPOLOGY_ADDR_PATTERN=switch.switch.switch.node\r\nSLURM_SRUN_COMM_HOST=10.0.7.199\r\nSLURM_SCRIPT_CONTEXT=prolog_task\r\nSLURM_PTY_WIN_COL=185\r\nSLURM_NODELIST=hkn[0615-0616]\r\nSLURM_SRUN_COMM_PORT=42127\r\nSLURM_STEP_ID=4294967290\r\nSLURM_JOB_ACCOUNT=hk-project-p0023960\r\nSLURM_PRIO_PROCESS=0\r\nSLURM_NPROCS=10\r\nSLURM_NNODES=2\r\nSLURM_SUBMIT_HOST=hkn1991.localdomain\r\nSLURM_JOB_ID=3314634\r\nSLURM_NODEID=0\r\nSLURM_STEP_NUM_NODES=1\r\nSLURM_STEP_TASKS_PER_NODE=1\r\nSLURM_MPI_TYPE=pmi2\r\nSLURM_PMI2_STEP_NODES=hkn0615\r\nSLURM_CONF=/etc/slurm/slurm.conf\r\nSLURM_JOB_NAME=interactive\r\nSLURM_NTASKS_PER_NODE=5\r\nSLURM_STEP_LAUNCHER_PORT=42127\r\nSLURM_JOB_GID=502226\r\nSLURM_JOB_NODELIST=hkn[0615-0616]\r\n",,terminal_output +187,430665,"TERMINAL",0,0,"GpuFreq=control_disabled\r\nGpuFreq=control_disabled\r\n",,terminal_output +188,436167,"TERMINAL",0,0,"srun",,terminal_focus +189,449777,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,0,"",shellscript,tab +190,449779,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",1183,0,"",shellscript,selection_mouse +191,449825,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",1182,0,"",shellscript,selection_command +192,450800,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +193,450801,"extension-output-pdoom-org.crowd-code-#1-crowd-code",298,0,"",Log,selection_mouse +194,452444,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,0,"",shellscript,tab +195,452466,"TERMINAL",0,0,"bash",,terminal_focus +196,454105,"TERMINAL",0,0,"idling",,terminal_command +197,454179,"TERMINAL",0,0,"]633;E;2025-07-03 13:10:07 idling;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C[?1049h(B[?7hEvery 1.0s: sinfo_t_idlehkn1991.localdomain: Thu Jul 3 13:10:07 2025Partition dev_cpuonly: 11 nodes idle\rPartition cpuonly: 127 nodes idle\rPartition dev_accelerated:\t 3 nodes idle\rPartition accelerated:\t 1 nodes idle\rPartition dev_accelerated-h100 :\t 1 nodes idle\rPartition accelerated-h100:\t 0 nodes idle\rPartition large:\t 7 nodes idle",,terminal_output +198,455214,"TERMINAL",0,0,"8",,terminal_output +199,456266,"TERMINAL",0,0,"9",,terminal_output +200,457343,"TERMINAL",0,0,"10",,terminal_output +201,458341,"TERMINAL",0,0,"1",,terminal_output +202,459390,"TERMINAL",0,0,"2",,terminal_output +203,459862,"TERMINAL",0,0,"srun",,terminal_focus +204,460230,"TERMINAL",0,0,"2025-07-03 13:10:13.561716: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.561716: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.561717: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.561714: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.561717: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.564121: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.564118: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.564119: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.564118: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n2025-07-03 13:10:13.564113: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +205,460302,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642437 2116607 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642324 2116609 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642336 2116610 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642320 2116611 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642655 2116608 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642287 2057644 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642376 2057645 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642282 2057646 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642392 2057647 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1751541013.642473 2057648 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1751541013.648302 2116607 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.648297 2116608 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.648290 2116609 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.648295 2116610 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.648292 2116611 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.652457 2057645 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.652459 2057647 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.652484 2057648 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.652645 2057646 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nE0000 00:00:1751541013.652920 2057644 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +206,460426,"TERMINAL",0,0,"3",,terminal_output +207,460545,"TERMINAL",0,0,"W0000 00:00:1751541013.897989 2057644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898015 2057644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898017 2057644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898019 2057644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.897993 2057645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898012 2057645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898014 2057645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898016 2057645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.897986 2057646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898015 2057646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898017 2057646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898019 2057646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.897981 2057647 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898011 2057647 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898014 2057647 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898016 2057647 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.897994 2057648 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898012 2057648 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898014 2057648 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.898016 2057648 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904899 2116607 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904943 2116607 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904945 2116607 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904947 2116607 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904894 2116608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904939 2116608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904941 2116608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904942 2116608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904897 2116609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904943 2116609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904945 2116609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904947 2116609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904895 2116610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904938 2116610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904941 2116610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904943 2116610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904894 2116611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904937 2116611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904940 2116611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1751541013.904942 2116611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +208,461560,"TERMINAL",0,0,"4",,terminal_output +209,462583,"TERMINAL",0,0,"5",,terminal_output +210,463606,"TERMINAL",0,0,"6",,terminal_output +211,464631,"TERMINAL",0,0,"7",,terminal_output +212,465642,"TERMINAL",0,0,"8",,terminal_output +213,466685,"TERMINAL",0,0,"200",,terminal_output +214,467805,"TERMINAL",0,0,"1",,terminal_output +215,468761,"TERMINAL",0,0,"2",,terminal_output +216,469801,"TERMINAL",0,0,"3",,terminal_output +217,470878,"TERMINAL",0,0,"45",,terminal_output +218,471901,"TERMINAL",0,0,"5",,terminal_output +219,472925,"TERMINAL",0,0,"6",,terminal_output +220,474052,"TERMINAL",0,0,"7",,terminal_output +221,475078,"TERMINAL",0,0,"8",,terminal_output +222,476050,"TERMINAL",0,0,"9",,terminal_output +223,477092,"TERMINAL",0,0,"30",,terminal_output +224,478149,"TERMINAL",0,0,"1",,terminal_output +225,479175,"TERMINAL",0,0,"2",,terminal_output +226,480298,"TERMINAL",0,0,"3",,terminal_output +227,481398,"TERMINAL",0,0,"4",,terminal_output +228,482348,"TERMINAL",0,0,"5",,terminal_output +229,483347,"TERMINAL",0,0,"6",,terminal_output +230,484395,"TERMINAL",0,0,"7",,terminal_output +231,485516,"TERMINAL",0,0,"8",,terminal_output +232,486545,"TERMINAL",0,0,"9",,terminal_output +233,487607,"TERMINAL",0,0,"40",,terminal_output +234,488592,"TERMINAL",0,0,"1",,terminal_output +235,489615,"TERMINAL",0,0,"2",,terminal_output +236,490642,"TERMINAL",0,0,"3",,terminal_output +237,491669,"TERMINAL",0,0,"4",,terminal_output +238,492791,"TERMINAL",0,0,"6",,terminal_output +239,493751,"TERMINAL",0,0,"7",,terminal_output +240,494788,"TERMINAL",0,0,"8",,terminal_output +241,495825,"TERMINAL",0,0,"9",,terminal_output +242,496001,"TERMINAL",0,0,"W0000 00:00:1751541049.358593 2057644 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.358508 2057645 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.358597 2057646 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.358537 2057647 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.358541 2057648 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.360308 2116611 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.361015 2116607 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.361062 2116608 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.361036 2116609 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\nW0000 00:00:1751541049.360956 2116610 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +243,496870,"TERMINAL",0,0,"50",,terminal_output +244,497836,"TERMINAL",0,0,"2025-07-03 13:10:51.117718: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:4: CUDA error: Failed call to cuDeviceGet: CUDA_ERROR_INVALID_DEVICE: invalid device ordinal\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 739, in backends\r\n backend = _init_backend(platform)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 825, in _init_backend\r\n backend = registration.factory()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 525, in factory\r\n return xla_client.make_c_api_client(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 149, in make_c_api_client\r\n2025-07-03 13:10:51.137832: W external/xla/xla/service/platform_util.cc:220] unable to create StreamExecutor for CUDA:4: CUDA error: Failed call to cuDeviceGet: CUDA_ERROR_INVALID_DEVICE: invalid device ordinal\r\n return _xla.get_c_api_client(plugin_name, options, distributed_client)\r\njaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDA\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/train_tokenizer.py"", line 125, in \r\n num_devices = jax.device_count()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 904, in device_count\r\n return int(get_backend(backend).device_count())\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 873, in get_backend\r\n return _get_backend_uncached(platform)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 852, in _get_backend_uncached\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 739, in backends\r\n bs = backends()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 755, in backends\r\n raise RuntimeError(err_msg)\r\nRuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)\r\n backend = _init_backend(platform)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 825, in _init_backend\r\n backend = registration.factory()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 525, in factory\r\n return xla_client.make_c_api_client(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 149, in make_c_api_client\r\n return _xla.get_c_api_client(plugin_name, options, distributed_client)\r\njaxlib._jax.XlaRuntimeError: INTERNAL: no supported devices found for platform CUDA\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/train_tokenizer.py"", line 125, in \r\n num_devices = jax.device_count()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 904, in device_count\r\n return int(get_backend(backend).device_count())\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 873, in get_backend\r\n return _get_backend_uncached(platform)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 852, in _get_backend_uncached\r\n bs = backends()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 755, in backends\r\n raise RuntimeError(err_msg)\r\nRuntimeError: Unable to initialize backend 'cuda': INTERNAL: no supported devices found for platform CUDA (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)\r\n",,terminal_output +245,497949,"TERMINAL",0,0,"1",,terminal_output +246,498951,"TERMINAL",0,0,"2",,terminal_output +247,500061,"TERMINAL",0,0,"3",,terminal_output +248,501331,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/utils/dataloader.py",0,0,"import functools\nimport jax\n\nimport tensorflow as tf\n\n# reserve GPU memory for JAX only if tensorflow is built with GPU support\ntf.config.experimental.set_visible_devices([], ""GPU"")\n\n\n# --- TensorFlow function for processing: slicing, normalization ---\ndef _tf_process_episode(episode_tensor, seq_len, image_h, image_w, image_c, seed):\n """"""\n Processes a raw episode tensor in TensorFlow.\n Takes a full episode, extracts a random sequence, and normalizes it.\n Args:\n episode_tensor: A TensorFlow tensor representing a full video episode.\n Expected shape: (dynamic_length, image_h, image_w, image_c)\n Expected dtype: e.g., tf.uint8 (raw pixel values)\n seq_len: The desired length of the sub-sequence to extract.\n image_h: The height of each frame.\n image_w: The width of each frame.\n image_c: The number of channels in each frame.\n seed: The seed for the random number generator.\n Returns:\n A TensorFlow tensor representing the processed video sequence.\n Shape: (seq_len, image_h, image_w, image_c)\n Dtype: tf.float32 (normalized pixel values)\n """"""\n current_episode_len = tf.shape(episode_tensor)[0]\n\n max_start_idx = current_episode_len - seq_len\n\n start_idx = tf.random.uniform(\n shape=(), minval=0, maxval=max_start_idx + 1, dtype=tf.int32, seed=seed\n )\n\n seq = episode_tensor[start_idx : start_idx + seq_len]\n\n seq = tf.cast(seq, tf.float32) / 255.0\n\n # Ensure the final shape is statically known for batching.\n # tf.reshape is robust, but tf.ensure_shape or set_shape can also be used if confident.\n processed_sequence = tf.reshape(seq, [seq_len, image_h, image_w, image_c])\n\n return processed_sequence\n\n\ndef _parse_tfrecord_fn(example_proto, image_h, image_w, image_c):\n feature_description = {\n ""height"": tf.io.FixedLenFeature([], tf.int64),\n ""width"": tf.io.FixedLenFeature([], tf.int64),\n ""channels"": tf.io.FixedLenFeature([], tf.int64),\n ""sequence_length"": tf.io.FixedLenFeature([], tf.int64),\n ""raw_video"": tf.io.FixedLenFeature([], tf.string),\n }\n example = tf.io.parse_single_example(example_proto, feature_description)\n\n video_shape = (example[""sequence_length""], image_h, image_w, image_c)\n\n episode_tensor = tf.io.decode_raw(example[""raw_video""], out_type=tf.uint8)\n episode_tensor = tf.reshape(episode_tensor, video_shape)\n\n episode_tensor = tf.ensure_shape(episode_tensor, [None, image_h, image_w, image_c])\n return episode_tensor\n\n\ndef _create_processed_dataset_from_file(file_path, image_h, image_w, image_c, seq_len, num_parallel_calls, seed):\n """"""Creates a fully processed dataset from a single TFRecord file.""""""\n dataset = tf.data.TFRecordDataset([file_path])\n \n parse_fn = functools.partial(\n _parse_tfrecord_fn, image_h=image_h, image_w=image_w, image_c=image_c\n )\n dataset = dataset.map(parse_fn, num_parallel_calls=num_parallel_calls)\n\n # Filter out episodes that are too short\n def filter_short_episodes(episode_tensor):\n return tf.shape(episode_tensor)[0] >= seq_len\n \n dataset = dataset.filter(filter_short_episodes)\n\n tf_process_fn = functools.partial(\n _tf_process_episode,\n seq_len=seq_len,\n image_h=image_h,\n image_w=image_w,\n image_c=image_c,\n seed=seed,\n )\n dataset = dataset.map(tf_process_fn, num_parallel_calls=num_parallel_calls)\n \n return dataset\n\n\ndef get_dataloader(\n tfrecord_paths: list[str],\n seq_len: int,\n global_batch_size: int,\n image_h: int,\n image_w: int,\n image_c: int,\n shuffle_buffer_size: int = 10,\n num_parallel_calls: int = tf.data.AUTOTUNE,\n seed: int = 42,\n cycle_length: int = 4,\n block_length: int = 1,\n):\n """"""\n Creates a tf.data.Dataset pipeline from TFRecord files.\n """"""\n if not tfrecord_paths:\n raise ValueError(""tfrecord_paths list cannot be empty."")\n\n process_id = jax.process_index()\n num_processes = jax.process_count()\n\n assert (\n global_batch_size % num_processes == 0\n ), f""Global batch size {global_batch_size} \\n must be divisible by the number of JAX processes {num_processes} for proper sharding.""\n per_process_batch_size = global_batch_size // num_processes\n\n def dataset_fn(file_path):\n return _create_processed_dataset_from_file(\n file_path, image_h, image_w, image_c, seq_len, num_parallel_calls, seed\n )\n \n dataset = tf.data.Dataset.from_tensor_slices(tfrecord_paths)\n dataset = dataset.shard(num_shards=num_processes, index=process_id)\n \n dataset = dataset.interleave(\n dataset_fn,\n cycle_length=cycle_length,\n block_length=block_length,\n num_parallel_calls=num_parallel_calls,\n deterministic=False\n )\n \n if shuffle_buffer_size > 0:\n dataset = dataset.shuffle(\n buffer_size=shuffle_buffer_size, seed=seed, reshuffle_each_iteration=True\n )\n\n dataset = dataset.repeat(None)\n dataset = dataset.batch(per_process_batch_size, drop_remainder=True)\n dataset = dataset.prefetch(tf.data.AUTOTUNE)\n\n return dataset.as_numpy_iterator()\n",python,tab +249,501382,"TERMINAL",0,0,"4",,terminal_output +250,502077,"TERMINAL",0,0,"5",,terminal_output +251,503119,"TERMINAL",0,0,"6",,terminal_output +252,504172,"TERMINAL",0,0,"7",,terminal_output +253,504522,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +254,505316,"TERMINAL",0,0,"8",,terminal_output +255,506237,"TERMINAL",0,0,"9",,terminal_output +256,507279,"TERMINAL",0,0,"1:00",,terminal_output +257,508320,"TERMINAL",0,0,"1",,terminal_output +258,509364,"TERMINAL",0,0,"2",,terminal_output +259,510406,"TERMINAL",0,0,"3",,terminal_output +260,511451,"TERMINAL",0,0,"4",,terminal_output +261,512555,"TERMINAL",0,0,"5",,terminal_output +262,513529,"TERMINAL",0,0,"6",,terminal_output +263,514581,"TERMINAL",0,0,"7",,terminal_output +264,515626,"TERMINAL",0,0,"8",,terminal_output +265,516661,"TERMINAL",0,0,"9",,terminal_output +266,517777,"TERMINAL",0,0,"11",,terminal_output +267,518801,"TERMINAL",0,0,"2",,terminal_output +268,519825,"TERMINAL",0,0,"3",,terminal_output +269,520833,"TERMINAL",0,0,"4",,terminal_output +270,521872,"TERMINAL",0,0,"5",,terminal_output +271,523000,"TERMINAL",0,0,"6",,terminal_output +272,523949,"TERMINAL",0,0,"7",,terminal_output +273,525047,"TERMINAL",0,0,"8",,terminal_output +274,526109,"TERMINAL",0,0,"9",,terminal_output +275,527084,"TERMINAL",0,0,"20",,terminal_output +276,528111,"TERMINAL",0,0,"1",,terminal_output +277,529260,"TERMINAL",0,0,"2",,terminal_output +278,530270,"TERMINAL",0,0,"3",,terminal_output +279,531233,"TERMINAL",0,0,"4",,terminal_output +280,532319,"TERMINAL",0,0,"5",,terminal_output +281,533343,"TERMINAL",0,0,"6",,terminal_output +282,534357,"TERMINAL",0,0,"7",,terminal_output +283,535408,"TERMINAL",0,0,"8",,terminal_output +284,536445,"TERMINAL",0,0,"9",,terminal_output +285,537500,"TERMINAL",0,0,"30",,terminal_output +286,538527,"TERMINAL",0,0,"1",,terminal_output +287,539590,"TERMINAL",0,0,"2",,terminal_output +288,540613,"TERMINAL",0,0,"3",,terminal_output +289,541683,"TERMINAL",0,0,"4",,terminal_output +290,542686,"TERMINAL",0,0,"6",,terminal_output +291,543786,"TERMINAL",0,0,"7",,terminal_output +292,544812,"TERMINAL",0,0,"8",,terminal_output +293,545819,"TERMINAL",0,0,"9",,terminal_output +294,546858,"TERMINAL",0,0,"40",,terminal_output +295,547986,"TERMINAL",0,0,"1",,terminal_output +296,549011,"TERMINAL",0,0,"2",,terminal_output +297,550034,"TERMINAL",0,0,"3",,terminal_output +298,551031,"TERMINAL",0,0,"4",,terminal_output +299,552070,"TERMINAL",0,0,"5",,terminal_output +300,553122,"TERMINAL",0,0,"6",,terminal_output +301,554147,"TERMINAL",0,0,"7",,terminal_output +302,555256,"TERMINAL",0,0,"8",,terminal_output +303,556362,"TERMINAL",0,0,"9",,terminal_output +304,557305,"TERMINAL",0,0,"50",,terminal_output +305,558326,"TERMINAL",0,0,"1",,terminal_output +306,559347,"TERMINAL",0,0,"2",,terminal_output +307,560396,"TERMINAL",0,0,"36",,terminal_output +308,561431,"TERMINAL",0,0,"4",,terminal_output +309,562473,"TERMINAL",0,0,"5",,terminal_output +310,563510,"TERMINAL",0,0,"6",,terminal_output +311,564554,"TERMINAL",0,0,"7",,terminal_output +312,565596,"TERMINAL",0,0,"8",,terminal_output +313,566686,"TERMINAL",0,0,"9",,terminal_output +314,567748,"TERMINAL",0,0,"2:01",,terminal_output +315,568772,"TERMINAL",0,0,"2",,terminal_output +316,569797,"TERMINAL",0,0,"3",,terminal_output +317,570823,"TERMINAL",0,0,"4",,terminal_output +318,571840,"TERMINAL",0,0,"5",,terminal_output +319,572971,"TERMINAL",0,0,"67",,terminal_output +320,573923,"TERMINAL",0,0,"7",,terminal_output +321,575020,"TERMINAL",0,0,"8",,terminal_output +322,576045,"TERMINAL",0,0,"9",,terminal_output +323,577067,"TERMINAL",0,0,"108",,terminal_output +324,578195,"TERMINAL",0,0,"1",,terminal_output +325,579223,"TERMINAL",0,0,"2",,terminal_output +326,580241,"TERMINAL",0,0,"3",,terminal_output +327,581266,"TERMINAL",0,0,"4",,terminal_output +328,582275,"TERMINAL",0,0,"5",,terminal_output +329,583423,"TERMINAL",0,0,"6",,terminal_output +330,584365,"TERMINAL",0,0,"7",,terminal_output +331,585405,"TERMINAL",0,0,"8",,terminal_output +332,586450,"TERMINAL",0,0,"9",,terminal_output +333,587494,"TERMINAL",0,0,"20",,terminal_output +334,588539,"TERMINAL",0,0,"1",,terminal_output +335,589589,"TERMINAL",0,0,"2",,terminal_output +336,590686,"TERMINAL",0,0,"3",,terminal_output +337,591673,"TERMINAL",0,0,"4",,terminal_output +338,592718,"TERMINAL",0,0,"6",,terminal_output +339,593760,"TERMINAL",0,0,"7",,terminal_output +340,594842,"TERMINAL",0,0,"8",,terminal_output +341,595839,"TERMINAL",0,0,"9",,terminal_output +342,596885,"TERMINAL",0,0,"30",,terminal_output +343,597930,"TERMINAL",0,0,"1",,terminal_output +344,598970,"TERMINAL",0,0,"2",,terminal_output +345,600064,"TERMINAL",0,0,"3",,terminal_output +346,601056,"TERMINAL",0,0,"4",,terminal_output +347,602094,"TERMINAL",0,0,"5",,terminal_output +348,603135,"TERMINAL",0,0,"6",,terminal_output +349,604182,"TERMINAL",0,0,"7",,terminal_output +350,605273,"TERMINAL",0,0,"8",,terminal_output +351,606261,"TERMINAL",0,0,"9",,terminal_output +352,607378,"TERMINAL",0,0,"401",,terminal_output +353,608344,"TERMINAL",0,0,"1",,terminal_output +354,609417,"TERMINAL",0,0,"2",,terminal_output +355,610426,"TERMINAL",0,0,"3",,terminal_output +356,611457,"TERMINAL",0,0,"4",,terminal_output +357,612534,"TERMINAL",0,0,"5",,terminal_output +358,613535,"TERMINAL",0,0,"6",,terminal_output +359,614578,"TERMINAL",0,0,"7",,terminal_output +360,615618,"TERMINAL",0,0,"8",,terminal_output +361,616685,"TERMINAL",0,0,"9",,terminal_output +362,617707,"TERMINAL",0,0,"51",,terminal_output +363,618618,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 739, in backends\r\n backend = _init_backend(platform)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 825, in _init_backend\r\n backend = registration.factory()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 525, in factory\r\n return xla_client.make_c_api_client(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jaxlib/xla_client.py"", line 149, in make_c_api_client\r\n return _xla.get_c_api_client(plugin_name, options, distributed_client)\r\njaxlib._jax.XlaRuntimeError: INTERNAL: Getting local topologies failed: Error 1: GetKeyValue() timed out with key: cuda:local_topology/cuda/4 and duration: 2m\r\n\r\nError 2: GetKeyValue() timed out with key: cuda:local_topology/cuda/9 and duration: 2m\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/train_tokenizer.py"", line 125, in \r\n num_devices = jax.device_count()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 904, in device_count\r\n return int(get_backend(backend).device_count())\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 873, in get_backend\r\n return _get_backend_uncached(platform)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 852, in _get_backend_uncached\r\n bs = backends()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/xla_bridge.py"", line 755, in backends\r\n raise RuntimeError(err_msg)\r\nRuntimeError: Unable to initialize backend 'cuda': INTERNAL: Getting local topologies failed: Error 1: GetKeyValue() timed out with key: cuda:local_topology/cuda/4 and duration: 2m\r\n\r\nError 2: GetKeyValue() timed out with key: cuda:local_topology/cuda/9 and duration: 2m (you may need to uninstall the failing plugin package, or set JAX_PLATFORMS=cpu to skip this backend.)\r\n",,terminal_output +364,618750,"TERMINAL",0,0,"2",,terminal_output +365,619787,"TERMINAL",0,0,"3",,terminal_output +366,620828,"TERMINAL",0,0,"4",,terminal_output +367,621868,"TERMINAL",0,0,"5",,terminal_output +368,622943,"TERMINAL",0,0,"6",,terminal_output +369,623947,"TERMINAL",0,0,"7",,terminal_output +370,624991,"TERMINAL",0,0,"8",,terminal_output +371,626035,"TERMINAL",0,0,"99",,terminal_output +372,627075,"TERMINAL",0,0,"3:00",,terminal_output +373,628165,"TERMINAL",0,0,"1",,terminal_output +374,629189,"TERMINAL",0,0,"2",,terminal_output +375,630213,"TERMINAL",0,0,"3",,terminal_output +376,631260,"TERMINAL",0,0,"4",,terminal_output +377,632299,"TERMINAL",0,0,"5",,terminal_output +378,633362,"TERMINAL",0,0,"6",,terminal_output +379,634379,"TERMINAL",0,0,"7",,terminal_output +380,635422,"TERMINAL",0,0,"8",,terminal_output +381,636463,"TERMINAL",0,0,"9",,terminal_output +382,637509,"TERMINAL",0,0,"10",,terminal_output +383,638548,"TERMINAL",0,0,"1",,terminal_output +384,639634,"TERMINAL",0,0,"2",,terminal_output +385,640637,"TERMINAL",0,0,"3",,terminal_output +386,641688,"TERMINAL",0,0,"5",,terminal_output +387,642810,"TERMINAL",0,0,"6",,terminal_output +388,643769,"TERMINAL",0,0,"7",,terminal_output +389,644820,"TERMINAL",0,0,"8",,terminal_output +390,645880,"TERMINAL",0,0,"9",,terminal_output +391,646893,"TERMINAL",0,0,"20",,terminal_output +392,648031,"TERMINAL",0,0,"1",,terminal_output +393,649054,"TERMINAL",0,0,"2",,terminal_output +394,650023,"TERMINAL",0,0,"3",,terminal_output +395,651064,"TERMINAL",0,0,"4",,terminal_output +396,652108,"TERMINAL",0,0,"5",,terminal_output +397,653253,"TERMINAL",0,0,"6",,terminal_output +398,654280,"TERMINAL",0,0,"7",,terminal_output +399,655301,"TERMINAL",0,0,"8",,terminal_output +400,656326,"TERMINAL",0,0,"930",,terminal_output +401,657316,"TERMINAL",0,0,"30",,terminal_output +402,658393,"TERMINAL",0,0,"1",,terminal_output +403,659403,"TERMINAL",0,0,"2",,terminal_output +404,660444,"TERMINAL",0,0,"3",,terminal_output +405,661483,"TERMINAL",0,0,"4",,terminal_output +406,662527,"TERMINAL",0,0,"5",,terminal_output +407,663561,"TERMINAL",0,0,"6",,terminal_output +408,664607,"TERMINAL",0,0,"7",,terminal_output +409,665661,"TERMINAL",0,0,"8",,terminal_output +410,666691,"TERMINAL",0,0,"40",,terminal_output +411,667735,"TERMINAL",0,0,"1",,terminal_output +412,668785,"TERMINAL",0,0,"2",,terminal_output +413,670297,"TERMINAL",0,0,"3",,terminal_output +414,671381,"TERMINAL",0,0,"4",,terminal_output +415,672416,"TERMINAL",0,0,"5",,terminal_output +416,673433,"TERMINAL",0,0,"6",,terminal_output +417,674461,"TERMINAL",0,0,"7",,terminal_output +418,675502,"TERMINAL",0,0,"8",,terminal_output +419,676546,"TERMINAL",0,0,"9",,terminal_output +420,677597,"TERMINAL",0,0,"50",,terminal_output +421,678651,"TERMINAL",0,0,"1",,terminal_output +422,679673,"TERMINAL",0,0,"2",,terminal_output +423,680802,"TERMINAL",0,0,"4",,terminal_output +424,681756,"TERMINAL",0,0,"5",,terminal_output +425,682852,"TERMINAL",0,0,"6",,terminal_output +426,683835,"TERMINAL",0,0,"7",,terminal_output +427,684877,"TERMINAL",0,0,"8",,terminal_output +428,685916,"TERMINAL",0,0,"9",,terminal_output +429,687049,"TERMINAL",0,0,"4:00",,terminal_output +430,688002,"TERMINAL",0,0,"1",,terminal_output +431,689094,"TERMINAL",0,0,"2",,terminal_output +432,690087,"TERMINAL",0,0,"3",,terminal_output +433,691145,"TERMINAL",0,0,"4",,terminal_output +434,692269,"TERMINAL",0,0,"5",,terminal_output +435,693292,"TERMINAL",0,0,"6",,terminal_output +436,694319,"TERMINAL",0,0,"7",,terminal_output +437,695300,"TERMINAL",0,0,"8",,terminal_output +438,696365,"TERMINAL",0,0,"9",,terminal_output +439,697457,"TERMINAL",0,0,"10",,terminal_output +440,698430,"TERMINAL",0,0,"1",,terminal_output +441,699464,"TERMINAL",0,0,"2",,terminal_output +442,700504,"TERMINAL",0,0,"3",,terminal_output +443,701543,"TERMINAL",0,0,"4",,terminal_output +444,702582,"TERMINAL",0,0,"5",,terminal_output +445,703626,"TERMINAL",0,0,"6",,terminal_output +446,704669,"TERMINAL",0,0,"7",,terminal_output +447,705715,"TERMINAL",0,0,"9",,terminal_output +448,706750,"TERMINAL",0,0,"20",,terminal_output +449,707835,"TERMINAL",0,0,"1",,terminal_output +450,708832,"TERMINAL",0,0,"2",,terminal_output +451,709872,"TERMINAL",0,0,"3",,terminal_output +452,710922,"TERMINAL",0,0,"4",,terminal_output +453,711955,"TERMINAL",0,0,"5",,terminal_output +454,713005,"TERMINAL",0,0,"6",,terminal_output +455,714029,"TERMINAL",0,0,"7",,terminal_output +456,715070,"TERMINAL",0,0,"8",,terminal_output +457,716109,"TERMINAL",0,0,"9",,terminal_output +458,717150,"TERMINAL",0,0,"30",,terminal_output +459,718191,"TERMINAL",0,0,"1",,terminal_output +460,719233,"TERMINAL",0,0,"2",,terminal_output +461,720328,"TERMINAL",0,0,"3",,terminal_output +462,721350,"TERMINAL",0,0,"4",,terminal_output +463,722400,"TERMINAL",0,0,"5",,terminal_output +464,723403,"TERMINAL",0,0,"6",,terminal_output +465,724433,"TERMINAL",0,0,"7",,terminal_output +466,725469,"TERMINAL",0,0,"8",,terminal_output +467,726507,"TERMINAL",0,0,"9",,terminal_output +468,727542,"TERMINAL",0,0,"40",,terminal_output +469,728580,"TERMINAL",0,0,"1",,terminal_output +470,729646,"TERMINAL",0,0,"21",,terminal_output +471,730656,"TERMINAL",0,0,"3",,terminal_output +472,731695,"TERMINAL",0,0,"5",,terminal_output +473,732820,"TERMINAL",0,0,"6",,terminal_output +474,733847,"TERMINAL",0,0,"7",,terminal_output +475,734877,"TERMINAL",0,0,"8",,terminal_output +476,735892,"TERMINAL",0,0,"9",,terminal_output +477,736916,"TERMINAL",0,0,"50",,terminal_output +478,737936,"TERMINAL",0,0,"1",,terminal_output +479,738974,"TERMINAL",0,0,"2",,terminal_output +480,740016,"TERMINAL",0,0,"3",,terminal_output +481,741052,"TERMINAL",0,0,"4",,terminal_output +482,742093,"TERMINAL",0,0,"5",,terminal_output +483,743167,"TERMINAL",0,0,"6",,terminal_output +484,744187,"TERMINAL",0,0,"7",,terminal_output +485,745312,"TERMINAL",0,0,"8",,terminal_output +486,746246,"TERMINAL",0,0,"9",,terminal_output +487,747283,"TERMINAL",0,0,"5:00",,terminal_output +488,748319,"TERMINAL",0,0,"1",,terminal_output +489,749421,"TERMINAL",0,0,"2",,terminal_output +490,750432,"TERMINAL",0,0,"3",,terminal_output +491,751442,"TERMINAL",0,0,"4",,terminal_output +492,752478,"TERMINAL",0,0,"5",,terminal_output +493,753526,"TERMINAL",0,0,"6",,terminal_output +494,754569,"TERMINAL",0,0,"7",,terminal_output +495,755607,"TERMINAL",0,0,"8",,terminal_output +496,756690,"TERMINAL",0,0,"9",,terminal_output +497,757703,"TERMINAL",0,0,"11",,terminal_output +498,758734,"TERMINAL",0,0,"2",,terminal_output +499,759777,"TERMINAL",0,0,"3",,terminal_output +500,760884,"TERMINAL",0,0,"4",,terminal_output +501,761874,"TERMINAL",0,0,"5",,terminal_output +502,762926,"TERMINAL",0,0,"6",,terminal_output +503,763946,"TERMINAL",0,0,"7",,terminal_output +504,765076,"TERMINAL",0,0,"8",,terminal_output +505,766024,"TERMINAL",0,0,"90",,terminal_output +506,767060,"TERMINAL",0,0,"20",,terminal_output +507,768100,"TERMINAL",0,0,"1",,terminal_output +508,769162,"TERMINAL",0,0,"2",,terminal_output +509,770183,"TERMINAL",0,0,"3",,terminal_output +510,771220,"TERMINAL",0,0,"4",,terminal_output +511,772260,"TERMINAL",0,0,"5",,terminal_output +512,773305,"TERMINAL",0,0,"6",,terminal_output +513,774341,"TERMINAL",0,0,"7",,terminal_output +514,775389,"TERMINAL",0,0,"8",,terminal_output +515,776457,"TERMINAL",0,0,"9",,terminal_output +516,777519,"TERMINAL",0,0,"30",,terminal_output +517,778504,"TERMINAL",0,0,"1",,terminal_output +518,779539,"TERMINAL",0,0,"2",,terminal_output +519,780586,"TERMINAL",0,0,"3",,terminal_output +520,781623,"TERMINAL",0,0,"4",,terminal_output +521,782665,"TERMINAL",0,0,"5",,terminal_output +522,783814,"TERMINAL",0,0,"7",,terminal_output +523,784744,"TERMINAL",0,0,"8",,terminal_output +524,785848,"TERMINAL",0,0,"9",,terminal_output +525,786834,"TERMINAL",0,0,"40",,terminal_output +526,787871,"TERMINAL",0,0,"1",,terminal_output +527,788911,"TERMINAL",0,0,"2",,terminal_output +528,789954,"TERMINAL",0,0,"3",,terminal_output +529,790997,"TERMINAL",0,0,"4",,terminal_output +530,792041,"TERMINAL",0,0,"5",,terminal_output +531,793080,"TERMINAL",0,0,"6",,terminal_output +532,794158,"TERMINAL",0,0,"7",,terminal_output +533,795182,"TERMINAL",0,0,"8",,terminal_output +534,796211,"TERMINAL",0,0,"9",,terminal_output +535,797236,"TERMINAL",0,0,"50",,terminal_output +536,798100,"TERMINAL",0,0,"2025-07-03 13:15:51.436483: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1689] Shutdown barrier in coordination service has failed:\r\nDEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\nThis suggests that the workers are out of sync. Either at least one worker (a) crashed early due to program error or scheduler events (e.g. preemption, eviction), (b) was too fast in its execution, or (c) too slow / hanging. Check the logs (both the program and scheduler events) for an earlier error to identify the root cause.\r\n2025-07-03 13:15:51.436566: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service.cc:1730] Use error polling to propagate the following error to all tasks: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError=''] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.436823: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-03 13:15:51.436996: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437035: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-03 13:15:51.437021: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-03 13:15:51.436974: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Failed to disconnect from coordination service with status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\nRPC: /tensorflow.CoordinationService/ShutdownTask [type.googleapis.com/tensorflow.CoordinationServiceError='']Proceeding with agent shutdown anyway. This is usually caused by an earlier error during execution. Check the logs of (a) this task, (b) the leader (usually slice 0 task 0) and (c) the scheduler (e.g. preemption, eviction) for an earlier error to debug further. [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437097: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-03 13:15:51.437178: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\n2025-07-03 13:15:51.437272: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437301: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-03 13:15:51.437481: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\n2025-07-03 13:15:51.437409: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437284: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\n2025-07-03 13:15:51.437577: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\n2025-07-03 13:15:51.437281: E external/xla/xla/tsl/distributed_runtime/coordination/coordination_service_agent.cc:427] Polled an error from coordination service (this can be an error from this or another task).\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437551: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437547: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437564: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437603: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n2025-07-03 13:15:51.437805: F external/xla/xla/pjrt/distributed/client.h:80] Terminating process because the JAX distributed service detected fatal errors. This most likely indicates that another task died; see the other task logs for more details. Disable Python buffering, i.e. `python -u`, to be sure to see all the previous output. absl::Status: INTERNAL: Shutdown barrier has failed.\r\nBarrier result: 'DEADLINE_EXCEEDED: Barrier timed out. Id: Shutdown::1119967448801037984::0. This usually happens because a task triggered the barrier too early or too slowly. Please look at the task logs (both timed out and first task) to debug further.\r\n# of tasks that reached the barrier: 3/10.\r\nThe first task at the barrier: /job:jax_worker/replica:0/task:4. Some timed out task names:\r\n/job:jax_worker/replica:0/task:7\r\n/job:jax_worker/replica:0/task:3\r\n [type.googleapis.com/tensorflow.BarrierError='\n\x1dShutdown::1119967448801037984'] [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n\r\nRPC: /tensorflow.CoordinationService/PollForError [type.googleapis.com/tensorflow.CoordinationServiceError='']\r\n",,terminal_output +537,798277,"TERMINAL",0,0,"1",,terminal_output +538,798524,"TERMINAL",0,0,"srun: error: hkn0615: task 4: Aborted (core dumped)\r\n",,terminal_output +539,798590,"TERMINAL",0,0,"srun: error: hkn0616: tasks 7,9: Aborted (core dumped)\r\n",,terminal_output +540,798713,"TERMINAL",0,0,"srun: error: hkn0615: tasks 2-3: Aborted (core dumped)\r\n",,terminal_output +541,798776,"TERMINAL",0,0,"srun: error: hkn0616: tasks 5-6: Aborted (core dumped)\r\n",,terminal_output +542,798894,"TERMINAL",0,0,"srun: error: hkn0615: task 1: Aborted (core dumped)\r\n",,terminal_output +543,799077,"TERMINAL",0,0,"srun: error: hkn0616: task 8: Aborted (core dumped)\r\n",,terminal_output +544,799206,"TERMINAL",0,0,"srun: error: hkn0615: task 0: Aborted (core dumped)\r\n]0;tum_cte0515@hkn0615:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +545,799316,"TERMINAL",0,0,"2",,terminal_output +546,800363,"TERMINAL",0,0,"3",,terminal_output +547,801395,"TERMINAL",0,0,"4",,terminal_output +548,802452,"TERMINAL",0,0,"5",,terminal_output +549,803489,"TERMINAL",0,0,"6",,terminal_output +550,804509,"TERMINAL",0,0,"7",,terminal_output +551,805558,"TERMINAL",0,0,"8",,terminal_output +552,806612,"TERMINAL",0,0,"9",,terminal_output +553,807682,"TERMINAL",0,0,"6:00",,terminal_output +554,808676,"TERMINAL",0,0,"1",,terminal_output +555,809751,"TERMINAL",0,0,"3",,terminal_output +556,810758,"TERMINAL",0,0,"4",,terminal_output +557,811787,"TERMINAL",0,0,"5",,terminal_output +558,812825,"TERMINAL",0,0,"6",,terminal_output +559,813923,"TERMINAL",0,0,"7",,terminal_output +560,814946,"TERMINAL",0,0,"8",,terminal_output +561,815976,"TERMINAL",0,0,"9",,terminal_output +562,816994,"TERMINAL",0,0,"10",,terminal_output +563,818017,"TERMINAL",0,0,"1",,terminal_output +564,819056,"TERMINAL",0,0,"2",,terminal_output +565,820095,"TERMINAL",0,0,"3",,terminal_output +566,821192,"TERMINAL",0,0,"4",,terminal_output +567,822216,"TERMINAL",0,0,"5",,terminal_output +568,823240,"TERMINAL",0,0,"6",,terminal_output +569,824265,"TERMINAL",0,0,"7",,terminal_output +570,825291,"TERMINAL",0,0,"8",,terminal_output +571,826431,"TERMINAL",0,0,"9",,terminal_output +572,827370,"TERMINAL",0,0,"20",,terminal_output +573,828404,"TERMINAL",0,0,"1",,terminal_output +574,829499,"TERMINAL",0,0,"2",,terminal_output +575,830558,"TERMINAL",0,0,"3 75",,terminal_output +576,831579,"TERMINAL",0,0,"4",,terminal_output +577,832619,"TERMINAL",0,0,"5",,terminal_output +578,833684,"TERMINAL",0,0,"6",,terminal_output +579,834702,"TERMINAL",0,0,"8",,terminal_output +580,835745,"TERMINAL",0,0,"9",,terminal_output +581,836785,"TERMINAL",0,0,"30",,terminal_output +582,837884,"TERMINAL",0,0,"1",,terminal_output +583,838901,"TERMINAL",0,0,"2",,terminal_output +584,839932,"TERMINAL",0,0,"3",,terminal_output +585,840956,"TERMINAL",0,0,"4",,terminal_output +586,841993,"TERMINAL",0,0,"5",,terminal_output +587,843035,"TERMINAL",0,0,"6",,terminal_output +588,844130,"TERMINAL",0,0,"7",,terminal_output +589,845117,"TERMINAL",0,0,"8",,terminal_output +590,846178,"TERMINAL",0,0,"96",,terminal_output +591,847198,"TERMINAL",0,0,"40",,terminal_output +592,848332,"TERMINAL",0,0,"1",,terminal_output +593,849274,"TERMINAL",0,0,"2",,terminal_output +594,850311,"TERMINAL",0,0,"3",,terminal_output +595,851403,"TERMINAL",0,0,"4",,terminal_output +596,852425,"TERMINAL",0,0,"5",,terminal_output +597,853474,"TERMINAL",0,0,"6",,terminal_output +598,854484,"TERMINAL",0,0,"7",,terminal_output +599,855522,"TERMINAL",0,0,"8",,terminal_output +600,856566,"TERMINAL",0,0,"9",,terminal_output +601,857678,"TERMINAL",0,0,"50",,terminal_output +602,858702,"TERMINAL",0,0,"1",,terminal_output +603,859689,"TERMINAL",0,0,"3",,terminal_output +604,860729,"TERMINAL",0,0,"4",,terminal_output +605,861766,"TERMINAL",0,0,"5",,terminal_output +606,862808,"TERMINAL",0,0,"6",,terminal_output +607,863851,"TERMINAL",0,0,"7",,terminal_output +608,864917,"TERMINAL",0,0,"8",,terminal_output +609,865935,"TERMINAL",0,0,"9",,terminal_output +610,867068,"TERMINAL",0,0,"7:00",,terminal_output +611,868092,"TERMINAL",0,0,"1",,terminal_output +612,869115,"TERMINAL",0,0,"2",,terminal_output +613,870085,"TERMINAL",0,0,"3",,terminal_output +614,871173,"TERMINAL",0,0,"4",,terminal_output +615,872189,"TERMINAL",0,0,"5",,terminal_output +616,873315,"TERMINAL",0,0,"6",,terminal_output +617,874338,"TERMINAL",0,0,"7",,terminal_output +618,875308,"TERMINAL",0,0,"8",,terminal_output +619,876338,"TERMINAL",0,0,"9",,terminal_output +620,877410,"TERMINAL",0,0,"10",,terminal_output +621,878616,"TERMINAL",0,0,"1",,terminal_output +622,879659,"TERMINAL",0,0,"2",,terminal_output +623,880792,"TERMINAL",0,0,"4",,terminal_output +624,881748,"TERMINAL",0,0,"5",,terminal_output +625,882839,"TERMINAL",0,0,"6",,terminal_output +626,883859,"TERMINAL",0,0,"7",,terminal_output +627,884867,"TERMINAL",0,0,"8",,terminal_output +628,885911,"TERMINAL",0,0,"92",,terminal_output +629,887039,"TERMINAL",0,0,"20",,terminal_output +630,887992,"TERMINAL",0,0,"1",,terminal_output +631,889087,"TERMINAL",0,0,"2",,terminal_output +632,890095,"TERMINAL",0,0,"3",,terminal_output +633,891135,"TERMINAL",0,0,"4",,terminal_output +634,892165,"TERMINAL",0,0,"5",,terminal_output +635,893283,"TERMINAL",0,0,"6",,terminal_output +636,894251,"TERMINAL",0,0,"7",,terminal_output +637,895334,"TERMINAL",0,0,"8",,terminal_output +638,896355,"TERMINAL",0,0,"9",,terminal_output +639,897482,"TERMINAL",0,0,"30",,terminal_output +640,898508,"TERMINAL",0,0,"1",,terminal_output +641,899532,"TERMINAL",0,0,"2",,terminal_output +642,900528,"TERMINAL",0,0,"3",,terminal_output +643,901578,"TERMINAL",0,0,"4",,terminal_output +644,902584,"TERMINAL",0,0,"5",,terminal_output +645,903627,"TERMINAL",0,0,"6",,terminal_output +646,904669,"TERMINAL",0,0,"7",,terminal_output +647,905710,"TERMINAL",0,0,"9",,terminal_output +648,906751,"TERMINAL",0,0,"40",,terminal_output +649,907825,"TERMINAL",0,0,"1",,terminal_output +650,908850,"TERMINAL",0,0,"2",,terminal_output +651,909974,"TERMINAL",0,0,"3",,terminal_output +652,910916,"TERMINAL",0,0,"4",,terminal_output +653,912022,"TERMINAL",0,0,"5",,terminal_output +654,913049,"TERMINAL",0,0,"6",,terminal_output +655,914047,"TERMINAL",0,0,"7",,terminal_output +656,915097,"TERMINAL",0,0,"8",,terminal_output +657,916134,"TERMINAL",0,0,"9",,terminal_output +658,917250,"TERMINAL",0,0,"50",,terminal_output +659,918269,"TERMINAL",0,0,"1",,terminal_output +660,919256,"TERMINAL",0,0,"2",,terminal_output +661,920374,"TERMINAL",0,0,"3",,terminal_output +662,921348,"TERMINAL",0,0,"41",,terminal_output +663,922492,"TERMINAL",0,0,"5",,terminal_output +664,923468,"TERMINAL",0,0,"6",,terminal_output +665,924510,"TERMINAL",0,0,"7",,terminal_output +666,925509,"TERMINAL",0,0,"8",,terminal_output +667,926555,"TERMINAL",0,0,"9",,terminal_output +668,927598,"TERMINAL",0,0,"8:00",,terminal_output +669,928647,"TERMINAL",0,0,"1",,terminal_output +670,929682,"TERMINAL",0,0,"37",,terminal_output +671,930722,"TERMINAL",0,0,"4",,terminal_output +672,931768,"TERMINAL",0,0,"5",,terminal_output +673,932810,"TERMINAL",0,0,"6",,terminal_output +674,933850,"TERMINAL",0,0,"7",,terminal_output +675,934920,"TERMINAL",0,0,"8",,terminal_output +676,935940,"TERMINAL",0,0,"9",,terminal_output +677,937007,"TERMINAL",0,0,"10",,terminal_output +678,938024,"TERMINAL",0,0,"1",,terminal_output +679,939158,"TERMINAL",0,0,"2",,terminal_output +680,940100,"TERMINAL",0,0,"3",,terminal_output +681,941142,"TERMINAL",0,0,"4",,terminal_output +682,942230,"TERMINAL",0,0,"5",,terminal_output +683,943226,"TERMINAL",0,0,"6",,terminal_output +684,944279,"TERMINAL",0,0,"7",,terminal_output +685,945343,"TERMINAL",0,0,"8",,terminal_output +686,946347,"TERMINAL",0,0,"9",,terminal_output +687,947388,"TERMINAL",0,0,"20",,terminal_output +688,948429,"TERMINAL",0,0,"1",,terminal_output +689,949527,"TERMINAL",0,0,"2",,terminal_output +690,950534,"TERMINAL",0,0,"3",,terminal_output +691,951543,"TERMINAL",0,0,"44",,terminal_output +692,952587,"TERMINAL",0,0,"5",,terminal_output +693,953630,"TERMINAL",0,0,"6",,terminal_output +694,954668,"TERMINAL",0,0,"7",,terminal_output +695,955708,"TERMINAL",0,0,"9",,terminal_output +696,956749,"TERMINAL",0,0,"30",,terminal_output +697,957793,"TERMINAL",0,0,"1",,terminal_output +698,958922,"TERMINAL",0,0,"2",,terminal_output +699,959961,"TERMINAL",0,0,"3",,terminal_output +700,960921,"TERMINAL",0,0,"4",,terminal_output +701,961993,"TERMINAL",0,0,"5",,terminal_output +702,963121,"TERMINAL",0,0,"6",,terminal_output +703,964048,"TERMINAL",0,0,"7",,terminal_output +704,965169,"TERMINAL",0,0,"8",,terminal_output +705,966135,"TERMINAL",0,0,"9",,terminal_output +706,967175,"TERMINAL",0,0,"40",,terminal_output +707,968237,"TERMINAL",0,0,"1",,terminal_output +708,969367,"TERMINAL",0,0,"2",,terminal_output +709,970333,"TERMINAL",0,0,"3",,terminal_output +710,971418,"TERMINAL",0,0,"4",,terminal_output +711,972439,"TERMINAL",0,0,"5",,terminal_output +712,973463,"TERMINAL",0,0,"6",,terminal_output +713,974473,"TERMINAL",0,0,"7",,terminal_output +714,975516,"TERMINAL",0,0,"8",,terminal_output +715,976560,"TERMINAL",0,0,"9",,terminal_output +716,977603,"TERMINAL",0,0,"50",,terminal_output +717,978638,"TERMINAL",0,0,"1",,terminal_output +718,979683,"TERMINAL",0,0,"3",,terminal_output +719,980726,"TERMINAL",0,0,"45",,terminal_output +720,981770,"TERMINAL",0,0,"5",,terminal_output +721,982811,"TERMINAL",0,0,"6",,terminal_output +722,983856,"TERMINAL",0,0,"7",,terminal_output +723,984893,"TERMINAL",0,0,"8",,terminal_output +724,985957,"TERMINAL",0,0,"9",,terminal_output +725,986977,"TERMINAL",0,0,"9:00",,terminal_output +726,988020,"TERMINAL",0,0,"1",,terminal_output +727,989063,"TERMINAL",0,0,"2",,terminal_output +728,990166,"TERMINAL",0,0,"3",,terminal_output +729,991156,"TERMINAL",0,0,"4",,terminal_output +730,992197,"TERMINAL",0,0,"5",,terminal_output +731,993241,"TERMINAL",0,0,"6",,terminal_output +732,994363,"TERMINAL",0,0,"7",,terminal_output +733,995329,"TERMINAL",0,0,"8",,terminal_output +734,996401,"TERMINAL",0,0,"9",,terminal_output +735,997404,"TERMINAL",0,0,"10",,terminal_output +736,998552,"TERMINAL",0,0,"1",,terminal_output +737,999486,"TERMINAL",0,0,"2",,terminal_output +738,1000547,"TERMINAL",0,0,"39",,terminal_output +739,1001632,"TERMINAL",0,0,"4",,terminal_output +740,1002608,"TERMINAL",0,0,"5",,terminal_output +741,1003648,"TERMINAL",0,0,"6",,terminal_output +742,1004687,"TERMINAL",0,0,"8",,terminal_output +743,1005732,"TERMINAL",0,0,"9",,terminal_output +744,1006776,"TERMINAL",0,0,"20",,terminal_output +745,1007818,"TERMINAL",0,0,"1",,terminal_output +746,1008859,"TERMINAL",0,0,"2",,terminal_output +747,1009901,"TERMINAL",0,0,"3",,terminal_output +748,1010942,"TERMINAL",0,0,"4",,terminal_output +749,1012175,"TERMINAL",0,0,"5",,terminal_output +750,1013029,"TERMINAL",0,0,"6",,terminal_output +751,1014118,"TERMINAL",0,0,"7",,terminal_output +752,1015111,"TERMINAL",0,0,"8",,terminal_output +753,1016168,"TERMINAL",0,0,"9",,terminal_output +754,1017189,"TERMINAL",0,0,"30",,terminal_output +755,1018315,"TERMINAL",0,0,"1",,terminal_output +756,1019338,"TERMINAL",0,0,"2",,terminal_output +757,1020315,"TERMINAL",0,0,"3",,terminal_output +758,1021404,"TERMINAL",0,0,"4",,terminal_output +759,1022418,"TERMINAL",0,0,"5",,terminal_output +760,1023454,"TERMINAL",0,0,"6",,terminal_output +761,1024562,"TERMINAL",0,0,"7",,terminal_output +762,1025589,"TERMINAL",0,0,"8",,terminal_output +763,1026616,"TERMINAL",0,0,"9",,terminal_output +764,1027615,"TERMINAL",0,0,"40",,terminal_output +765,1028655,"TERMINAL",0,0,"1",,terminal_output +766,1029695,"TERMINAL",0,0,"3",,terminal_output +767,1030735,"TERMINAL",0,0,"4",,terminal_output +768,1031776,"TERMINAL",0,0,"5",,terminal_output +769,1032812,"TERMINAL",0,0,"6",,terminal_output +770,1033880,"TERMINAL",0,0,"7",,terminal_output +771,1034890,"TERMINAL",0,0,"8",,terminal_output +772,1035935,"TERMINAL",0,0,"9",,terminal_output +773,1036969,"TERMINAL",0,0,"50",,terminal_output +774,1038079,"TERMINAL",0,0,"1",,terminal_output +775,1039103,"TERMINAL",0,0,"2",,terminal_output +776,1040129,"TERMINAL",0,0,"3",,terminal_output +777,1041125,"TERMINAL",0,0,"4",,terminal_output +778,1042176,"TERMINAL",0,0,"5",,terminal_output +779,1043301,"TERMINAL",0,0,"6",,terminal_output +780,1044250,"TERMINAL",0,0,"7",,terminal_output +781,1045350,"TERMINAL",0,0,"8",,terminal_output +782,1046326,"TERMINAL",0,0,"9",,terminal_output +783,1047399,"TERMINAL",0,0,"20:00",,terminal_output +784,1048409,"TERMINAL",0,0,"1",,terminal_output +785,1049452,"TERMINAL",0,0,"2",,terminal_output +786,1050571,"TERMINAL",0,0,"3",,terminal_output +787,1051596,"TERMINAL",0,0,"480",,terminal_output +788,1052623,"TERMINAL",0,0,"5",,terminal_output +789,1053644,"TERMINAL",0,0,"6",,terminal_output +790,1054649,"TERMINAL",0,0,"7",,terminal_output +791,1055694,"TERMINAL",0,0,"9",,terminal_output +792,1056757,"TERMINAL",0,0,"10",,terminal_output +793,1057842,"TERMINAL",0,0,"1",,terminal_output +794,1058866,"TERMINAL",0,0,"2",,terminal_output +795,1059889,"TERMINAL",0,0,"3",,terminal_output +796,1060902,"TERMINAL",0,0,"4",,terminal_output +797,1062041,"TERMINAL",0,0,"5",,terminal_output +798,1062994,"TERMINAL",0,0,"6",,terminal_output +799,1064088,"TERMINAL",0,0,"7",,terminal_output +800,1065112,"TERMINAL",0,0,"8",,terminal_output +801,1066137,"TERMINAL",0,0,"9",,terminal_output +802,1067155,"TERMINAL",0,0,"20",,terminal_output +803,1068289,"TERMINAL",0,0,"1",,terminal_output +804,1069310,"TERMINAL",0,0,"2",,terminal_output +805,1070376,"TERMINAL",0,0,"3",,terminal_output +806,1078916,"TERMINAL",0,0,"477567hkn1991.localdomain: Thu Jul 3 13:20:28 2025Partition dev_cpuonly: 11 nodes idle\rPartition cpuonly: 77 nodes idle\rPartition dev_accelerated:\t 2 nodes idle\rPartition accelerated:\t 1 nodes idle\rPartition dev_accelerated-h100 :\t 1 nodes idle\rPartition accelerated-h100:\t 0 nodes idle\rPartition large:\t 7 nodes idle 9301",,terminal_output +807,1078939,"TERMINAL",0,0,"\r(jafar) [tum_cte0515@hkn0615 jafar]$ \r(jafar) [tum_cte0515@hkn0615 jafar]$ \r(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +808,1079077,"TERMINAL",0,0,"2",,terminal_output +809,1080165,"TERMINAL",0,0,"3",,terminal_output +810,1081131,"TERMINAL",0,0,"4",,terminal_output +811,1082215,"TERMINAL",0,0,"5",,terminal_output +812,1083239,"TERMINAL",0,0,"6",,terminal_output +813,1084367,"TERMINAL",0,0,"78",,terminal_output +814,1085326,"TERMINAL",0,0,"8",,terminal_output +815,1086412,"TERMINAL",0,0,"9",,terminal_output +816,1087437,"TERMINAL",0,0,"40",,terminal_output +817,1088426,"TERMINAL",0,0,"12",,terminal_output +818,1089485,"TERMINAL",0,0,"2",,terminal_output +819,1090508,"TERMINAL",0,0,"380",,terminal_output +820,1091665,"TERMINAL",0,0,"4",,terminal_output +821,1092581,"TERMINAL",0,0,"5",,terminal_output +822,1093622,"TERMINAL",0,0,"6",,terminal_output +823,1094663,"TERMINAL",0,0,"7",,terminal_output +824,1095706,"TERMINAL",0,0,"9",,terminal_output +825,1096760,"TERMINAL",0,0,"50",,terminal_output +826,1097881,"TERMINAL",0,0,"1",,terminal_output +827,1098905,"TERMINAL",0,0,"2",,terminal_output +828,1099874,"TERMINAL",0,0,"3",,terminal_output +829,1100956,"TERMINAL",0,0,"4",,terminal_output +830,1101956,"TERMINAL",0,0,"53",,terminal_output +831,1103001,"TERMINAL",0,0,"6",,terminal_output +832,1104128,"TERMINAL",0,0,"7",,terminal_output +833,1105081,"TERMINAL",0,0,"8",,terminal_output +834,1106193,"TERMINAL",0,0,"9",,terminal_output +835,1107201,"TERMINAL",0,0,"1:00",,terminal_output +836,1108209,"TERMINAL",0,0,"1",,terminal_output +837,1109351,"TERMINAL",0,0,"2",,terminal_output +838,1110314,"TERMINAL",0,0,"3",,terminal_output +839,1111327,"TERMINAL",0,0,"4",,terminal_output +840,1112422,"TERMINAL",0,0,"5",,terminal_output +841,1113446,"TERMINAL",0,0,"6",,terminal_output +842,1114470,"TERMINAL",0,0,"7",,terminal_output +843,1115493,"TERMINAL",0,0,"8",,terminal_output +844,1116525,"TERMINAL",0,0,"9",,terminal_output +845,1117645,"TERMINAL",0,0,"10",,terminal_output +846,1118604,"TERMINAL",0,0,"1",,terminal_output +847,1119642,"TERMINAL",0,0,"2",,terminal_output +848,1120681,"TERMINAL",0,0,"4",,terminal_output +849,1121720,"TERMINAL",0,0,"5",,terminal_output +850,1122767,"TERMINAL",0,0,"6",,terminal_output +851,1123807,"TERMINAL",0,0,"7",,terminal_output +852,1124914,"TERMINAL",0,0,"8",,terminal_output +853,1125883,"TERMINAL",0,0,"9",,terminal_output +854,1126966,"TERMINAL",0,0,"20",,terminal_output +855,1127990,"TERMINAL",0,0,"1",,terminal_output +856,1129099,"TERMINAL",0,0,"2",,terminal_output +857,1130046,"TERMINAL",0,0,"3",,terminal_output +858,1131162,"TERMINAL",0,0,"4",,terminal_output +859,1132185,"TERMINAL",0,0,"5",,terminal_output +860,1133170,"TERMINAL",0,0,"6",,terminal_output +861,1134271,"TERMINAL",0,0,"7",,terminal_output +862,1135367,"TERMINAL",0,0,"8",,terminal_output +863,1136293,"TERMINAL",0,0,"9",,terminal_output +864,1137340,"TERMINAL",0,0,"30",,terminal_output +865,1138432,"TERMINAL",0,0,"1",,terminal_output +866,1139457,"TERMINAL",0,0,"2",,terminal_output +867,1140481,"TERMINAL",0,0,"3",,terminal_output +868,1141504,"TERMINAL",0,0,"4",,terminal_output +869,1142528,"TERMINAL",0,0,"5",,terminal_output +870,1143656,"TERMINAL",0,0,"6",,terminal_output +871,1144682,"TERMINAL",0,0,"7",,terminal_output +872,1145635,"TERMINAL",0,0,"8",,terminal_output +873,1146670,"TERMINAL",0,0,"40",,terminal_output +874,1147710,"TERMINAL",0,0,"1",,terminal_output +875,1148750,"TERMINAL",0,0,"2",,terminal_output +876,1149800,"TERMINAL",0,0,"3",,terminal_output +877,1150927,"TERMINAL",0,0,"4",,terminal_output +878,1151863,"TERMINAL",0,0,"5",,terminal_output +879,1152973,"TERMINAL",0,0,"6",,terminal_output +880,1153944,"TERMINAL",0,0,"7",,terminal_output +881,1155025,"TERMINAL",0,0,"8",,terminal_output +882,1156033,"TERMINAL",0,0,"9",,terminal_output +883,1157082,"TERMINAL",0,0,"50",,terminal_output +884,1158112,"TERMINAL",0,0,"1",,terminal_output +885,1159150,"TERMINAL",0,0,"2",,terminal_output +886,1160249,"TERMINAL",0,0,"3",,terminal_output +887,1161278,"TERMINAL",0,0,"4",,terminal_output +888,1162265,"TERMINAL",0,0,"5",,terminal_output +889,1163312,"TERMINAL",0,0,"6",,terminal_output +890,1164442,"TERMINAL",0,0,"7",,terminal_output +891,1165382,"TERMINAL",0,0,"8",,terminal_output +892,1166452,"TERMINAL",0,0,"9",,terminal_output +893,1167455,"TERMINAL",0,0,"2:00",,terminal_output +894,1168540,"TERMINAL",0,0,"1",,terminal_output +895,1169566,"TERMINAL",0,0,"2",,terminal_output +896,1170613,"TERMINAL",0,0,"3",,terminal_output +897,1171685,"TERMINAL",0,0,"4",,terminal_output +898,1172658,"TERMINAL",0,0,"5",,terminal_output +899,1173693,"TERMINAL",0,0,"7",,terminal_output +900,1174735,"TERMINAL",0,0,"8",,terminal_output +901,1175771,"TERMINAL",0,0,"9",,terminal_output +902,1176807,"TERMINAL",0,0,"10",,terminal_output +903,1177847,"TERMINAL",0,0,"1",,terminal_output +904,1178888,"TERMINAL",0,0,"2",,terminal_output +905,1180007,"TERMINAL",0,0,"3",,terminal_output +906,1181034,"TERMINAL",0,0,"4",,terminal_output +907,1182003,"TERMINAL",0,0,"5",,terminal_output +908,1183038,"TERMINAL",0,0,"6",,terminal_output +909,1184104,"TERMINAL",0,0,"7",,terminal_output +910,1185114,"TERMINAL",0,0,"8",,terminal_output +911,1186162,"TERMINAL",0,0,"9",,terminal_output +912,1187278,"TERMINAL",0,0,"20",,terminal_output +913,1188238,"TERMINAL",0,0,"1",,terminal_output +914,1189286,"TERMINAL",0,0,"2",,terminal_output +915,1190349,"TERMINAL",0,0,"3",,terminal_output +916,1191864,"TERMINAL",0,0,"471",,terminal_output +917,1192911,"TERMINAL",0,0,"6",,terminal_output +918,1194037,"TERMINAL",0,0,"7",,terminal_output +919,1194979,"TERMINAL",0,0,"8",,terminal_output +920,1196087,"TERMINAL",0,0,"9",,terminal_output +921,1197063,"TERMINAL",0,0,"30",,terminal_output +922,1198101,"TERMINAL",0,0,"1",,terminal_output +923,1199142,"TERMINAL",0,0,"2",,terminal_output +924,1200183,"TERMINAL",0,0,"3",,terminal_output +925,1201567,"TERMINAL",0,0,"4",,terminal_output +926,1202329,"TERMINAL",0,0,"5",,terminal_output +927,1203313,"TERMINAL",0,0,"6",,terminal_output +928,1204345,"TERMINAL",0,0,"7",,terminal_output +929,1205607,"TERMINAL",0,0,"8",,terminal_output +930,1206507,"TERMINAL",0,0,"9",,terminal_output +931,1207554,"TERMINAL",0,0,"40",,terminal_output +932,1208496,"TERMINAL",0,0,"1",,terminal_output +933,1209639,"TERMINAL",0,0,"2",,terminal_output +934,1210646,"TERMINAL",0,0,"32",,terminal_output +935,1211640,"TERMINAL",0,0,"4",,terminal_output +936,1212649,"TERMINAL",0,0,"5",,terminal_output +937,1213704,"TERMINAL",0,0,"73",,terminal_output +938,1214747,"TERMINAL",0,0,"84",,terminal_output +939,1216052,"TERMINAL",0,0,"9",,terminal_output +940,1217385,"TERMINAL",0,0,"50",,terminal_output +941,1217896,"TERMINAL",0,0,"1",,terminal_output +942,1218882,"TERMINAL",0,0,"2",,terminal_output +943,1219938,"TERMINAL",0,0,"3",,terminal_output +944,1220964,"TERMINAL",0,0,"4",,terminal_output +945,1222010,"TERMINAL",0,0,"5",,terminal_output +946,1223118,"TERMINAL",0,0,"6",,terminal_output +947,1224450,"TERMINAL",0,0,"7",,terminal_output +948,1225116,"TERMINAL",0,0,"8",,terminal_output +949,1226191,"TERMINAL",0,0,"9",,terminal_output +950,1227405,"TERMINAL",0,0,"3:00",,terminal_output +951,1228238,"TERMINAL",0,0,"1",,terminal_output +952,1229364,"TERMINAL",0,0,"2",,terminal_output +953,1230370,"TERMINAL",0,0,"3",,terminal_output +954,1231342,"TERMINAL",0,0,"4",,terminal_output +955,1232437,"TERMINAL",0,0,"5",,terminal_output +956,1233461,"TERMINAL",0,0,"6",,terminal_output +957,1235102,"TERMINAL",0,0,"7",,terminal_output +958,1235611,"TERMINAL",0,0,"8",,terminal_output +959,1236650,"TERMINAL",0,0,"9",,terminal_output +960,1237658,"TERMINAL",0,0,"10",,terminal_output +961,1238650,"TERMINAL",0,0,"1",,terminal_output +962,1239680,"TERMINAL",0,0,"2",,terminal_output +963,1240731,"TERMINAL",0,0,"4",,terminal_output +964,1241767,"TERMINAL",0,0,"5",,terminal_output +965,1242789,"TERMINAL",0,0,"6",,terminal_output +966,1243827,"TERMINAL",0,0,"7",,terminal_output +967,1244862,"TERMINAL",0,0,"8",,terminal_output +968,1245954,"TERMINAL",0,0,"9",,terminal_output +969,1246978,"TERMINAL",0,0,"20",,terminal_output +970,1247996,"TERMINAL",0,0,"1",,terminal_output +971,1249017,"TERMINAL",0,0,"2",,terminal_output +972,1250051,"TERMINAL",0,0,"3",,terminal_output +973,1251092,"TERMINAL",0,0,"4",,terminal_output +974,1252200,"TERMINAL",0,0,"5",,terminal_output +975,1253224,"TERMINAL",0,0,"6",,terminal_output +976,1254247,"TERMINAL",0,0,"7",,terminal_output +977,1255272,"TERMINAL",0,0,"8",,terminal_output +978,1256399,"TERMINAL",0,0,"9",,terminal_output +979,1257335,"TERMINAL",0,0,"30",,terminal_output +980,1258446,"TERMINAL",0,0,"1",,terminal_output +981,1259472,"TERMINAL",0,0,"2",,terminal_output +982,1260494,"TERMINAL",0,0,"3",,terminal_output +983,1261520,"TERMINAL",0,0,"4",,terminal_output +984,1262542,"TERMINAL",0,0,"5",,terminal_output +985,1263675,"TERMINAL",0,0,"63",,terminal_output +986,1264618,"TERMINAL",0,0,"7",,terminal_output +987,1265644,"TERMINAL",0,0,"85",,terminal_output +988,1266682,"TERMINAL",0,0,"40",,terminal_output +989,1267728,"TERMINAL",0,0,"1",,terminal_output +990,1268773,"TERMINAL",0,0,"2",,terminal_output +991,1269813,"TERMINAL",0,0,"3",,terminal_output +992,1270849,"TERMINAL",0,0,"4",,terminal_output +993,1271964,"TERMINAL",0,0,"5",,terminal_output +994,1272987,"TERMINAL",0,0,"6",,terminal_output +995,1273969,"TERMINAL",0,0,"7",,terminal_output +996,1275035,"TERMINAL",0,0,"8",,terminal_output +997,1276060,"TERMINAL",0,0,"9",,terminal_output +998,1277088,"TERMINAL",0,0,"50",,terminal_output +999,1278208,"TERMINAL",0,0,"1",,terminal_output +1000,1279227,"TERMINAL",0,0,"2",,terminal_output +1001,1280195,"TERMINAL",0,0,"3",,terminal_output +1002,1281240,"TERMINAL",0,0,"4",,terminal_output +1003,1282337,"TERMINAL",0,0,"5",,terminal_output +1004,1283434,"TERMINAL",0,0,"6",,terminal_output +1005,1284365,"TERMINAL",0,0,"7",,terminal_output +1006,1285401,"TERMINAL",0,0,"8",,terminal_output +1007,1286504,"TERMINAL",0,0,"9",,terminal_output +1008,1287531,"TERMINAL",0,0,"4:006",,terminal_output +1009,1288520,"TERMINAL",0,0,"1",,terminal_output +1010,1289577,"TERMINAL",0,0,"2",,terminal_output +1011,1290703,"TERMINAL",0,0,"3",,terminal_output +1012,1291690,"TERMINAL",0,0,"4",,terminal_output +1013,1292673,"TERMINAL",0,0,"5",,terminal_output +1014,1293779,"TERMINAL",0,0,"7",,terminal_output +1015,1294751,"TERMINAL",0,0,"8",,terminal_output +1016,1295791,"TERMINAL",0,0,"9",,terminal_output +1017,1296827,"TERMINAL",0,0,"10",,terminal_output +1018,1297881,"TERMINAL",0,0,"1",,terminal_output +1019,1298998,"TERMINAL",0,0,"2",,terminal_output +1020,1299958,"TERMINAL",0,0,"3",,terminal_output +1021,1301046,"TERMINAL",0,0,"4",,terminal_output +1022,1302031,"TERMINAL",0,0,"5",,terminal_output +1023,1303094,"TERMINAL",0,0,"6",,terminal_output +1024,1304122,"TERMINAL",0,0,"7",,terminal_output +1025,1305244,"TERMINAL",0,0,"8",,terminal_output +1026,1306268,"TERMINAL",0,0,"9",,terminal_output +1027,1307292,"TERMINAL",0,0,"20",,terminal_output +1028,1308296,"TERMINAL",0,0,"17",,terminal_output +1029,1309321,"TERMINAL",0,0,"2",,terminal_output +1030,1310406,"TERMINAL",0,0,"3",,terminal_output +1031,1311403,"TERMINAL",0,0,"4",,terminal_output +1032,1312515,"TERMINAL",0,0,"52",,terminal_output +1033,1313485,"TERMINAL",0,0,"6",,terminal_output +1034,1314562,"TERMINAL",0,0,"7",,terminal_output +1035,1315566,"TERMINAL",0,0,"8",,terminal_output +1036,1316611,"TERMINAL",0,0,"9",,terminal_output +1037,1317751,"TERMINAL",0,0,"30",,terminal_output +1038,1318763,"TERMINAL",0,0,"2",,terminal_output +1039,1319786,"TERMINAL",0,0,"3",,terminal_output +1040,1320779,"TERMINAL",0,0,"4",,terminal_output +1041,1321815,"TERMINAL",0,0,"5",,terminal_output +1042,1322849,"TERMINAL",0,0,"6",,terminal_output +1043,1323893,"TERMINAL",0,0,"7",,terminal_output +1044,1324937,"TERMINAL",0,0,"8",,terminal_output +1045,1326031,"TERMINAL",0,0,"9",,terminal_output +1046,1327022,"TERMINAL",0,0,"40",,terminal_output +1047,1328080,"TERMINAL",0,0,"1",,terminal_output +1048,1329108,"TERMINAL",0,0,"2",,terminal_output +1049,1330143,"TERMINAL",0,0,"3",,terminal_output +1050,1331255,"TERMINAL",0,0,"4",,terminal_output +1051,1332279,"TERMINAL",0,0,"5",,terminal_output +1052,1333304,"TERMINAL",0,0,"6",,terminal_output +1053,1334301,"TERMINAL",0,0,"7",,terminal_output +1054,1335348,"TERMINAL",0,0,"8",,terminal_output +1055,1336478,"TERMINAL",0,0,"9",,terminal_output +1056,1337504,"TERMINAL",0,0,"50",,terminal_output +1057,1338485,"TERMINAL",0,0,"1",,terminal_output +1058,1339600,"TERMINAL",0,0,"2",,terminal_output +1059,1340588,"TERMINAL",0,0,"3",,terminal_output +1060,1341616,"TERMINAL",0,0,"4",,terminal_output +1061,1342664,"TERMINAL",0,0,"5",,terminal_output +1062,1343711,"TERMINAL",0,0,"7",,terminal_output +1063,1344773,"TERMINAL",0,0,"8",,terminal_output +1064,1345797,"TERMINAL",0,0,"9",,terminal_output +1065,1346820,"TERMINAL",0,0,"5:00",,terminal_output +1066,1347860,"TERMINAL",0,0,"1",,terminal_output +1067,1348905,"TERMINAL",0,0,"2",,terminal_output +1068,1349943,"TERMINAL",0,0,"3",,terminal_output +1069,1351019,"TERMINAL",0,0,"4",,terminal_output +1070,1352034,"TERMINAL",0,0,"5",,terminal_output +1071,1353169,"TERMINAL",0,0,"6",,terminal_output +1072,1354193,"TERMINAL",0,0,"7128",,terminal_output +1073,1355175,"TERMINAL",0,0,"8",,terminal_output +1074,1356228,"TERMINAL",0,0,"9",,terminal_output +1075,1357368,"TERMINAL",0,0,"10",,terminal_output +1076,1358314,"TERMINAL",0,0,"1",,terminal_output +1077,1359358,"TERMINAL",0,0,"2",,terminal_output +1078,1360400,"TERMINAL",0,0,"3",,terminal_output +1079,1361435,"TERMINAL",0,0,"4",,terminal_output +1080,1362488,"TERMINAL",0,0,"5",,terminal_output +1081,1363530,"TERMINAL",0,0,"6",,terminal_output +1082,1364638,"TERMINAL",0,0,"7",,terminal_output +1083,1365661,"TERMINAL",0,0,"8",,terminal_output +1084,1366720,"TERMINAL",0,0,"90",,terminal_output +1085,1367699,"TERMINAL",0,0,"21",,terminal_output +1086,1368740,"TERMINAL",0,0,"2",,terminal_output +1087,1369777,"TERMINAL",0,0,"330",,terminal_output +1088,1370824,"TERMINAL",0,0,"43",,terminal_output +1089,1371867,"TERMINAL",0,0,"56",,terminal_output +1090,1372916,"TERMINAL",0,0,"67",,terminal_output +1091,1373956,"TERMINAL",0,0,"7",,terminal_output +1092,1375083,"TERMINAL",0,0,"8",,terminal_output +1093,1376105,"TERMINAL",0,0,"9",,terminal_output +1094,1377087,"TERMINAL",0,0,"30",,terminal_output +1095,1378154,"TERMINAL",0,0,"1",,terminal_output +1096,1379282,"TERMINAL",0,0,"2",,terminal_output +1097,1380304,"TERMINAL",0,0,"3",,terminal_output +1098,1381329,"TERMINAL",0,0,"4",,terminal_output +1099,1382356,"TERMINAL",0,0,"5",,terminal_output +1100,1383337,"TERMINAL",0,0,"6",,terminal_output +1101,1384394,"TERMINAL",0,0,"7",,terminal_output +1102,1385414,"TERMINAL",0,0,"8",,terminal_output +1103,1386450,"TERMINAL",0,0,"9",,terminal_output +1104,1387496,"TERMINAL",0,0,"40",,terminal_output +1105,1388542,"TERMINAL",0,0,"1",,terminal_output +1106,1389623,"TERMINAL",0,0,"2",,terminal_output +1107,1390647,"TERMINAL",0,0,"3",,terminal_output +1108,1391663,"TERMINAL",0,0,"4",,terminal_output +1109,1392797,"TERMINAL",0,0,"6",,terminal_output +1110,1393823,"TERMINAL",0,0,"7",,terminal_output +1111,1394798,"TERMINAL",0,0,"8",,terminal_output +1112,1395838,"TERMINAL",0,0,"9",,terminal_output +1113,1396901,"TERMINAL",0,0,"50",,terminal_output +1114,1397930,"TERMINAL",0,0,"1",,terminal_output +1115,1398999,"TERMINAL",0,0,"2",,terminal_output +1116,1400069,"TERMINAL",0,0,"3",,terminal_output +1117,1401109,"TERMINAL",0,0,"4",,terminal_output +1118,1402107,"TERMINAL",0,0,"5",,terminal_output +1119,1403159,"TERMINAL",0,0,"6",,terminal_output +1120,1404266,"TERMINAL",0,0,"7",,terminal_output +1121,1405304,"TERMINAL",0,0,"8",,terminal_output +1122,1406315,"TERMINAL",0,0,"9",,terminal_output +1123,1407373,"TERMINAL",0,0,"6:00",,terminal_output +1124,1408465,"TERMINAL",0,0,"1",,terminal_output +1125,1409489,"TERMINAL",0,0,"2",,terminal_output +1126,1410515,"TERMINAL",0,0,"3",,terminal_output +1127,1411577,"TERMINAL",0,0,"4",,terminal_output +1128,1412535,"TERMINAL",0,0,"5",,terminal_output +1129,1413587,"TERMINAL",0,0,"6",,terminal_output +1130,1414626,"TERMINAL",0,0,"7",,terminal_output +1131,1415739,"TERMINAL",0,0,"8",,terminal_output +1132,1416692,"TERMINAL",0,0,"10",,terminal_output +1133,1417785,"TERMINAL",0,0,"18",,terminal_output +1134,1418777,"TERMINAL",0,0,"240",,terminal_output +1135,1419817,"TERMINAL",0,0,"31",,terminal_output +1136,1420858,"TERMINAL",0,0,"42",,terminal_output +1137,1421899,"TERMINAL",0,0,"5",,terminal_output +1138,1422945,"TERMINAL",0,0,"6",,terminal_output +1139,1424030,"TERMINAL",0,0,"7",,terminal_output +1140,1425055,"TERMINAL",0,0,"8",,terminal_output +1141,1426179,"TERMINAL",0,0,"90",,terminal_output +1142,1427118,"TERMINAL",0,0,"20",,terminal_output +1143,1428227,"TERMINAL",0,0,"1",,terminal_output +1144,1429226,"TERMINAL",0,0,"2",,terminal_output +1145,1430276,"TERMINAL",0,0,"3",,terminal_output +1146,1431303,"TERMINAL",0,0,"4",,terminal_output +1147,1432428,"TERMINAL",0,0,"51",,terminal_output +1148,1433364,"TERMINAL",0,0,"6",,terminal_output +1149,1434475,"TERMINAL",0,0,"7",,terminal_output +1150,1435582,"TERMINAL",0,0,"8",,terminal_output +1151,1436545,"TERMINAL",0,0,"9",,terminal_output +1152,1437550,"TERMINAL",0,0,"30",,terminal_output +1153,1438580,"TERMINAL",0,0,"1",,terminal_output +1154,1439698,"TERMINAL",0,0,"2",,terminal_output +1155,1440662,"TERMINAL",0,0,"3",,terminal_output +1156,1441705,"TERMINAL",0,0,"5",,terminal_output +1157,1442784,"TERMINAL",0,0,"6",,terminal_output +1158,1443794,"TERMINAL",0,0,"7",,terminal_output +1159,1444834,"TERMINAL",0,0,"8",,terminal_output +1160,1445886,"TERMINAL",0,0,"9",,terminal_output +1161,1446966,"TERMINAL",0,0,"40",,terminal_output +1162,1447992,"TERMINAL",0,0,"1",,terminal_output +1163,1449015,"TERMINAL",0,0,"2",,terminal_output +1164,1450142,"TERMINAL",0,0,"3",,terminal_output +1165,1451095,"TERMINAL",0,0,"4",,terminal_output +1166,1452153,"TERMINAL",0,0,"5",,terminal_output +1167,1453195,"TERMINAL",0,0,"6",,terminal_output +1168,1454341,"TERMINAL",0,0,"7",,terminal_output +1169,1455365,"TERMINAL",0,0,"8",,terminal_output +1170,1456389,"TERMINAL",0,0,"9",,terminal_output +1171,1457358,"TERMINAL",0,0,"50",,terminal_output +1172,1458406,"TERMINAL",0,0,"1",,terminal_output +1173,1459445,"TERMINAL",0,0,"2",,terminal_output +1174,1460488,"TERMINAL",0,0,"3",,terminal_output +1175,1461530,"TERMINAL",0,0,"4",,terminal_output +1176,1462646,"TERMINAL",0,0,"5",,terminal_output +1177,1463670,"TERMINAL",0,0,"6",,terminal_output +1178,1464693,"TERMINAL",0,0,"7",,terminal_output +1179,1465714,"TERMINAL",0,0,"9",,terminal_output +1180,1466768,"TERMINAL",0,0,"7:00",,terminal_output +1181,1467859,"TERMINAL",0,0,"1",,terminal_output +1182,1468832,"TERMINAL",0,0,"2",,terminal_output +1183,1469880,"TERMINAL",0,0,"3",,terminal_output +1184,1470924,"TERMINAL",0,0,"4",,terminal_output +1185,1472056,"TERMINAL",0,0,"5",,terminal_output +1186,1473011,"TERMINAL",0,0,"6",,terminal_output +1187,1474104,"TERMINAL",0,0,"7",,terminal_output +1188,1475128,"TERMINAL",0,0,"8",,terminal_output +1189,1476256,"TERMINAL",0,0,"9",,terminal_output +1190,1477279,"TERMINAL",0,0,"10",,terminal_output +1191,1478304,"TERMINAL",0,0,"1",,terminal_output +1192,1479279,"TERMINAL",0,0,"2",,terminal_output +1193,1480341,"TERMINAL",0,0,"3",,terminal_output +1194,1481375,"TERMINAL",0,0,"4",,terminal_output +1195,1482501,"TERMINAL",0,0,"5",,terminal_output +1196,1483531,"TERMINAL",0,0,"6",,terminal_output +1197,1484549,"TERMINAL",0,0,"7",,terminal_output +1198,1485573,"TERMINAL",0,0,"8",,terminal_output +1199,1486596,"TERMINAL",0,0,"9",,terminal_output +1200,1487723,"TERMINAL",0,0,"20",,terminal_output +1201,1488664,"TERMINAL",0,0,"1",,terminal_output +1202,1489772,"TERMINAL",0,0,"3",,terminal_output +1203,1490795,"TERMINAL",0,0,"4",,terminal_output +1204,1491797,"TERMINAL",0,0,"5",,terminal_output +1205,1492844,"TERMINAL",0,0,"6",,terminal_output +1206,1493872,"TERMINAL",0,0,"7",,terminal_output +1207,1494916,"TERMINAL",0,0,"8",,terminal_output +1208,1495961,"TERMINAL",0,0,"9",,terminal_output +1209,1497042,"TERMINAL",0,0,"30",,terminal_output +1210,1498066,"TERMINAL",0,0,"1",,terminal_output +1211,1499193,"TERMINAL",0,0,"2",,terminal_output +1212,1500121,"TERMINAL",0,0,"3",,terminal_output +1213,1501180,"TERMINAL",0,0,"4",,terminal_output +1214,1502209,"TERMINAL",0,0,"5",,terminal_output +1215,1503243,"TERMINAL",0,0,"6",,terminal_output +1216,1504316,"TERMINAL",0,0,"7",,terminal_output +1217,1505336,"TERMINAL",0,0,"8",,terminal_output +1218,1506368,"TERMINAL",0,0,"9",,terminal_output +1219,1507408,"TERMINAL",0,0,"40",,terminal_output +1220,1508511,"TERMINAL",0,0,"1",,terminal_output +1221,1509535,"TERMINAL",0,0,"2",,terminal_output +1222,1510560,"TERMINAL",0,0,"3",,terminal_output +1223,1511585,"TERMINAL",0,0,"4",,terminal_output +1224,1512620,"TERMINAL",0,0,"5",,terminal_output +1225,1513734,"TERMINAL",0,0,"6",,terminal_output +1226,1514782,"TERMINAL",0,0,"8",,terminal_output +1227,1515782,"TERMINAL",0,0,"9",,terminal_output +1228,1516799,"TERMINAL",0,0,"50",,terminal_output +1229,1517816,"TERMINAL",0,0,"1",,terminal_output +1230,1518863,"TERMINAL",0,0,"2",,terminal_output +1231,1519908,"TERMINAL",0,0,"3",,terminal_output +1232,1520947,"TERMINAL",0,0,"4",,terminal_output +1233,1521988,"TERMINAL",0,0,"5",,terminal_output +1234,1523035,"TERMINAL",0,0,"6",,terminal_output +1235,1524195,"TERMINAL",0,0,"7",,terminal_output +1236,1525115,"TERMINAL",0,0,"8",,terminal_output +1237,1526228,"TERMINAL",0,0,"9",,terminal_output +1238,1527250,"TERMINAL",0,0,"8:00",,terminal_output +1239,1528274,"TERMINAL",0,0,"1",,terminal_output +1240,1529299,"TERMINAL",0,0,"2",,terminal_output +1241,1530327,"TERMINAL",0,0,"3",,terminal_output +1242,1531451,"TERMINAL",0,0,"4",,terminal_output +1243,1532473,"TERMINAL",0,0,"5",,terminal_output +1244,1533446,"TERMINAL",0,0,"6",,terminal_output +1245,1534521,"TERMINAL",0,0,"7",,terminal_output +1246,1535544,"TERMINAL",0,0,"8",,terminal_output +1247,1536672,"TERMINAL",0,0,"9",,terminal_output +1248,1537606,"TERMINAL",0,0,"10",,terminal_output +1249,1538670,"TERMINAL",0,0,"1",,terminal_output +1250,1539744,"TERMINAL",0,0,"3",,terminal_output +1251,1540779,"TERMINAL",0,0,"4",,terminal_output +1252,1541795,"TERMINAL",0,0,"5",,terminal_output +1253,1542818,"TERMINAL",0,0,"6",,terminal_output +1254,1543859,"TERMINAL",0,0,"7",,terminal_output +1255,1544897,"TERMINAL",0,0,"8",,terminal_output +1256,1545945,"TERMINAL",0,0,"9",,terminal_output +1257,1547014,"TERMINAL",0,0,"20",,terminal_output +1258,1548139,"TERMINAL",0,0,"1",,terminal_output +1259,1549074,"TERMINAL",0,0,"2",,terminal_output +1260,1550188,"TERMINAL",0,0,"3",,terminal_output +1261,1551151,"TERMINAL",0,0,"4",,terminal_output +1262,1552339,"TERMINAL",0,0,"5",,terminal_output +1263,1553292,"TERMINAL",0,0,"6",,terminal_output +1264,1554335,"TERMINAL",0,0,"7",,terminal_output +1265,1555423,"TERMINAL",0,0,"8",,terminal_output +1266,1556434,"TERMINAL",0,0,"9",,terminal_output +1267,1557461,"TERMINAL",0,0,"30",,terminal_output +1268,1558498,"TERMINAL",0,0,"1",,terminal_output +1269,1559609,"TERMINAL",0,0,"2",,terminal_output +1270,1560581,"TERMINAL",0,0,"3",,terminal_output +1271,1561621,"TERMINAL",0,0,"4",,terminal_output +1272,1562681,"TERMINAL",0,0,"5",,terminal_output +1273,1563706,"TERMINAL",0,0,"7",,terminal_output +1274,1564741,"TERMINAL",0,0,"8",,terminal_output +1275,1565856,"TERMINAL",0,0,"9",,terminal_output +1276,1566813,"TERMINAL",0,0,"40",,terminal_output +1277,1568001,"TERMINAL",0,0,"1",,terminal_output +1278,1568886,"TERMINAL",0,0,"2",,terminal_output +1279,1569918,"TERMINAL",0,0,"3",,terminal_output +1280,1570959,"TERMINAL",0,0,"4",,terminal_output +1281,1572104,"TERMINAL",0,0,"5",,terminal_output +1282,1573105,"TERMINAL",0,0,"6",,terminal_output +1283,1574151,"TERMINAL",0,0,"7",,terminal_output +1284,1575175,"TERMINAL",0,0,"8",,terminal_output +1285,1576198,"TERMINAL",0,0,"9",,terminal_output +1286,1577223,"TERMINAL",0,0,"50",,terminal_output +1287,1578245,"TERMINAL",0,0,"1",,terminal_output +1288,1579373,"TERMINAL",0,0,"2",,terminal_output +1289,1580439,"TERMINAL",0,0,"3",,terminal_output +1290,1581367,"TERMINAL",0,0,"4",,terminal_output +1291,1582436,"TERMINAL",0,0,"5",,terminal_output +1292,1583452,"TERMINAL",0,0,"6",,terminal_output +1293,1584594,"TERMINAL",0,0,"7",,terminal_output +1294,1585619,"TERMINAL",0,0,"8",,terminal_output +1295,1586582,"TERMINAL",0,0,"9",,terminal_output +1296,1587614,"TERMINAL",0,0,"9:00",,terminal_output +1297,1588690,"TERMINAL",0,0,"1",,terminal_output +1298,1589716,"TERMINAL",0,0,"3",,terminal_output +1299,1590740,"TERMINAL",0,0,"4",,terminal_output +1300,1591812,"TERMINAL",0,0,"5",,terminal_output +1301,1592891,"TERMINAL",0,0,"6",,terminal_output +1302,1593916,"TERMINAL",0,0,"7",,terminal_output +1303,1594939,"TERMINAL",0,0,"8",,terminal_output +1304,1595960,"TERMINAL",0,0,"9",,terminal_output +1305,1597102,"TERMINAL",0,0,"10",,terminal_output +1306,1598113,"TERMINAL",0,0,"1",,terminal_output +1307,1599137,"TERMINAL",0,0,"2",,terminal_output +1308,1600175,"TERMINAL",0,0,"3",,terminal_output +1309,1601186,"TERMINAL",0,0,"4",,terminal_output +1310,1602313,"TERMINAL",0,0,"5",,terminal_output +1311,1603376,"TERMINAL",0,0,"6",,terminal_output +1312,1604294,"TERMINAL",0,0,"7",,terminal_output +1313,1605383,"TERMINAL",0,0,"8",,terminal_output +1314,1606406,"TERMINAL",0,0,"92",,terminal_output +1315,1607430,"TERMINAL",0,0,"20",,terminal_output +1316,1608460,"TERMINAL",0,0,"1",,terminal_output +1317,1609562,"TERMINAL",0,0,"2",,terminal_output +1318,1610546,"TERMINAL",0,0,"3",,terminal_output +1319,1611587,"TERMINAL",0,0,"4",,terminal_output +1320,1612652,"TERMINAL",0,0,"5",,terminal_output +1321,1613677,"TERMINAL",0,0,"6",,terminal_output +1322,1614815,"TERMINAL",0,0,"8",,terminal_output +1323,1615830,"TERMINAL",0,0,"9",,terminal_output +1324,1616839,"TERMINAL",0,0,"30",,terminal_output +1325,1617853,"TERMINAL",0,0,"1",,terminal_output +1326,1618894,"TERMINAL",0,0,"2",,terminal_output +1327,1619936,"TERMINAL",0,0,"3",,terminal_output +1328,1621049,"TERMINAL",0,0,"4",,terminal_output +1329,1622076,"TERMINAL",0,0,"5",,terminal_output +1330,1623097,"TERMINAL",0,0,"6",,terminal_output +1331,1624121,"TERMINAL",0,0,"7",,terminal_output +1332,1625154,"TERMINAL",0,0,"8",,terminal_output +1333,1626273,"TERMINAL",0,0,"9",,terminal_output +1334,1627242,"TERMINAL",0,0,"40",,terminal_output +1335,1628273,"TERMINAL",0,0,"1",,terminal_output +1336,1629344,"TERMINAL",0,0,"2",,terminal_output +1337,1630355,"TERMINAL",0,0,"3",,terminal_output +1338,1631396,"TERMINAL",0,0,"4",,terminal_output +1339,1632438,"TERMINAL",0,0,"5",,terminal_output +1340,1633543,"TERMINAL",0,0,"6",,terminal_output +1341,1634568,"TERMINAL",0,0,"7",,terminal_output +1342,1635568,"TERMINAL",0,0,"8",,terminal_output +1343,1636618,"TERMINAL",0,0,"9",,terminal_output +1344,1637654,"TERMINAL",0,0,"50",,terminal_output +1345,1638765,"TERMINAL",0,0,"2",,terminal_output +1346,1639790,"TERMINAL",0,0,"3",,terminal_output +1347,1640776,"TERMINAL",0,0,"4",,terminal_output +1348,1641842,"TERMINAL",0,0,"5",,terminal_output +1349,1642861,"TERMINAL",0,0,"6",,terminal_output +1350,1643900,"TERMINAL",0,0,"7",,terminal_output +1351,1644946,"TERMINAL",0,0,"8",,terminal_output +1352,1645990,"TERMINAL",0,0,"9",,terminal_output +1353,1647061,"TERMINAL",0,0,"30:00",,terminal_output +1354,1648085,"TERMINAL",0,0,"1",,terminal_output +1355,1649107,"TERMINAL",0,0,"2",,terminal_output +1356,1650146,"TERMINAL",0,0,"3",,terminal_output +1357,1651261,"TERMINAL",0,0,"4",,terminal_output +1358,1652283,"TERMINAL",0,0,"5",,terminal_output +1359,1653307,"TERMINAL",0,0,"6",,terminal_output +1360,1654307,"TERMINAL",0,0,"7",,terminal_output +1361,1655354,"TERMINAL",0,0,"8",,terminal_output +1362,1656481,"TERMINAL",0,0,"9",,terminal_output +1363,1657431,"TERMINAL",0,0,"10",,terminal_output +1364,1658530,"TERMINAL",0,0,"1",,terminal_output +1365,1659555,"TERMINAL",0,0,"2",,terminal_output +1366,1660580,"TERMINAL",0,0,"3",,terminal_output +1367,1661601,"TERMINAL",0,0,"4",,terminal_output +1368,1662732,"TERMINAL",0,0,"5",,terminal_output +1369,1663753,"TERMINAL",0,0,"7",,terminal_output +1370,1664777,"TERMINAL",0,0,"8",,terminal_output +1371,1665800,"TERMINAL",0,0,"9",,terminal_output +1372,1666802,"TERMINAL",0,0,"20",,terminal_output +1373,1667865,"TERMINAL",0,0,"1",,terminal_output +1374,1668897,"TERMINAL",0,0,"2",,terminal_output +1375,1669935,"TERMINAL",0,0,"3",,terminal_output +1376,1670975,"TERMINAL",0,0,"4",,terminal_output +1377,1672023,"TERMINAL",0,0,"5",,terminal_output +1378,1673173,"TERMINAL",0,0,"6",,terminal_output +1379,1674197,"TERMINAL",0,0,"7",,terminal_output +1380,1675229,"TERMINAL",0,0,"8",,terminal_output +1381,1676246,"TERMINAL",0,0,"9",,terminal_output +1382,1677267,"TERMINAL",0,0,"30",,terminal_output +1383,1678292,"TERMINAL",0,0,"1",,terminal_output +1384,1679418,"TERMINAL",0,0,"2",,terminal_output +1385,1680384,"TERMINAL",0,0,"3",,terminal_output +1386,1681468,"TERMINAL",0,0,"4",,terminal_output +1387,1682446,"TERMINAL",0,0,"5",,terminal_output +1388,1683516,"TERMINAL",0,0,"6",,terminal_output +1389,1684539,"TERMINAL",0,0,"7",,terminal_output +1390,1685569,"TERMINAL",0,0,"8",,terminal_output +1391,1686684,"TERMINAL",0,0,"9",,terminal_output +1392,1687714,"TERMINAL",0,0,"40",,terminal_output +1393,1688738,"TERMINAL",0,0,"2",,terminal_output +1394,1689735,"TERMINAL",0,0,"3",,terminal_output +1395,1690776,"TERMINAL",0,0,"4",,terminal_output +1396,1691816,"TERMINAL",0,0,"5",,terminal_output +1397,1692866,"TERMINAL",0,0,"6",,terminal_output +1398,1693962,"TERMINAL",0,0,"7",,terminal_output +1399,1694938,"TERMINAL",0,0,"8",,terminal_output +1400,1695980,"TERMINAL",0,0,"9",,terminal_output +1401,1697023,"TERMINAL",0,0,"50",,terminal_output +1402,1698063,"TERMINAL",0,0,"1",,terminal_output +1403,1699184,"TERMINAL",0,0,"2",,terminal_output +1404,1700143,"TERMINAL",0,0,"3",,terminal_output +1405,1701185,"TERMINAL",0,0,"4",,terminal_output +1406,1702222,"TERMINAL",0,0,"5",,terminal_output +1407,1703279,"TERMINAL",0,0,"6",,terminal_output +1408,1704317,"TERMINAL",0,0,"7",,terminal_output +1409,1705370,"TERMINAL",0,0,"8",,terminal_output +1410,1706453,"TERMINAL",0,0,"9",,terminal_output +1411,1707477,"TERMINAL",0,0,"1:00",,terminal_output +1412,1708500,"TERMINAL",0,0,"1",,terminal_output +1413,1709521,"TERMINAL",0,0,"2",,terminal_output +1414,1710581,"TERMINAL",0,0,"3",,terminal_output +1415,1711677,"TERMINAL",0,0,"4",,terminal_output +1416,1712700,"TERMINAL",0,0,"5",,terminal_output +1417,1713728,"TERMINAL",0,0,"7",,terminal_output +1418,1714720,"TERMINAL",0,0,"8",,terminal_output +1419,1715773,"TERMINAL",0,0,"9",,terminal_output +1420,1716800,"TERMINAL",0,0,"10",,terminal_output +1421,1717921,"TERMINAL",0,0,"1",,terminal_output +1422,1718884,"TERMINAL",0,0,"2",,terminal_output +1423,1719971,"TERMINAL",0,0,"3",,terminal_output +1424,1720960,"TERMINAL",0,0,"4",,terminal_output +1425,1722003,"TERMINAL",0,0,"5",,terminal_output +1426,1723146,"TERMINAL",0,0,"6",,terminal_output +1427,1724081,"TERMINAL",0,0,"7",,terminal_output +1428,1725181,"TERMINAL",0,0,"8",,terminal_output +1429,1726217,"TERMINAL",0,0,"9",,terminal_output +1430,1727240,"TERMINAL",0,0,"20",,terminal_output +1431,1728264,"TERMINAL",0,0,"1",,terminal_output +1432,1729284,"TERMINAL",0,0,"2",,terminal_output +1433,1730415,"TERMINAL",0,0,"3",,terminal_output +1434,1731361,"TERMINAL",0,0,"4",,terminal_output +1435,1732400,"TERMINAL",0,0,"5",,terminal_output +1436,1733486,"TERMINAL",0,0,"6",,terminal_output +1437,1734488,"TERMINAL",0,0,"7",,terminal_output +1438,1735539,"TERMINAL",0,0,"8",,terminal_output +1439,1736564,"TERMINAL",0,0,"9",,terminal_output +1440,1737686,"TERMINAL",0,0,"30",,terminal_output +1441,1738709,"TERMINAL",0,0,"1",,terminal_output +1442,1739772,"TERMINAL",0,0,"3",,terminal_output +1443,1740736,"TERMINAL",0,0,"4",,terminal_output +1444,1741779,"TERMINAL",0,0,"5",,terminal_output +1445,1742817,"TERMINAL",0,0,"6",,terminal_output +1446,1743933,"TERMINAL",0,0,"7",,terminal_output +1447,1744958,"TERMINAL",0,0,"8",,terminal_output +1448,1745999,"TERMINAL",0,0,"9",,terminal_output +1449,1746976,"TERMINAL",0,0,"40",,terminal_output +1450,1748014,"TERMINAL",0,0,"1",,terminal_output +1451,1749154,"TERMINAL",0,0,"2",,terminal_output +1452,1750093,"TERMINAL",0,0,"3",,terminal_output +1453,1751203,"TERMINAL",0,0,"4",,terminal_output +1454,1752227,"TERMINAL",0,0,"52",,terminal_output +1455,1753258,"TERMINAL",0,0,"6",,terminal_output +1456,1754287,"TERMINAL",0,0,"7",,terminal_output +1457,1755299,"TERMINAL",0,0,"8",,terminal_output +1458,1756427,"TERMINAL",0,0,"9",,terminal_output +1459,1757375,"TERMINAL",0,0,"50",,terminal_output +1460,1758472,"TERMINAL",0,0,"1",,terminal_output +1461,1759468,"TERMINAL",0,0,"2",,terminal_output +1462,1760521,"TERMINAL",0,0,"3",,terminal_output +1463,1761558,"TERMINAL",0,0,"4",,terminal_output +1464,1762599,"TERMINAL",0,0,"5",,terminal_output +1465,1763642,"TERMINAL",0,0,"6",,terminal_output +1466,1764720,"TERMINAL",0,0,"8",,terminal_output +1467,1765764,"TERMINAL",0,0,"9",,terminal_output +1468,1766771,"TERMINAL",0,0,"2:00",,terminal_output +1469,1767814,"TERMINAL",0,0,"1",,terminal_output +1470,1768918,"TERMINAL",0,0,"2",,terminal_output +1471,1769889,"TERMINAL",0,0,"3",,terminal_output +1472,1770930,"TERMINAL",0,0,"4",,terminal_output +1473,1771969,"TERMINAL",0,0,"5",,terminal_output +1474,1773012,"TERMINAL",0,0,"6",,terminal_output +1475,1774055,"TERMINAL",0,0,"7",,terminal_output +1476,1775094,"TERMINAL",0,0,"83",,terminal_output +1477,1776136,"TERMINAL",0,0,"9",,terminal_output +1478,1777212,"TERMINAL",0,0,"10",,terminal_output +1479,1778237,"TERMINAL",0,0,"1",,terminal_output +1480,1779364,"TERMINAL",0,0,"2",,terminal_output +1481,1780387,"TERMINAL",0,0,"3",,terminal_output +1482,1781339,"TERMINAL",0,0,"4",,terminal_output +1483,1782435,"TERMINAL",0,0,"5",,terminal_output +1484,1783424,"TERMINAL",0,0,"6",,terminal_output +1485,1784463,"TERMINAL",0,0,"7",,terminal_output +1486,1785501,"TERMINAL",0,0,"8",,terminal_output +1487,1786542,"TERMINAL",0,0,"9",,terminal_output +1488,1787585,"TERMINAL",0,0,"20",,terminal_output +1489,1788703,"TERMINAL",0,0,"1",,terminal_output +1490,1789705,"TERMINAL",0,0,"2",,terminal_output +1491,1790713,"TERMINAL",0,0,"4",,terminal_output +1492,1791782,"TERMINAL",0,0,"5",,terminal_output +1493,1792892,"TERMINAL",0,0,"638",,terminal_output +1494,1793900,"TERMINAL",0,0,"7",,terminal_output +1495,1794942,"TERMINAL",0,0,"8",,terminal_output +1496,1795928,"TERMINAL",0,0,"9",,terminal_output +1497,1796966,"TERMINAL",0,0,"30",,terminal_output +1498,1798010,"TERMINAL",0,0,"1",,terminal_output +1499,1799050,"TERMINAL",0,0,"2",,terminal_output +1500,1800151,"TERMINAL",0,0,"3",,terminal_output +1501,1801175,"TERMINAL",0,0,"4",,terminal_output +1502,1802174,"TERMINAL",0,0,"5",,terminal_output +1503,1803326,"TERMINAL",0,0,"6",,terminal_output +1504,1804348,"TERMINAL",0,0,"7",,terminal_output +1505,1805373,"TERMINAL",0,0,"8",,terminal_output +1506,1806396,"TERMINAL",0,0,"9",,terminal_output +1507,1807388,"TERMINAL",0,0,"4044",,terminal_output +1508,1808444,"TERMINAL",0,0,"1",,terminal_output +1509,1809573,"TERMINAL",0,0,"26",,terminal_output +1510,1810595,"TERMINAL",0,0,"3",,terminal_output +1511,1811618,"TERMINAL",0,0,"4",,terminal_output +1512,1812591,"TERMINAL",0,0,"5",,terminal_output +1513,1813631,"TERMINAL",0,0,"6",,terminal_output +1514,1814693,"TERMINAL",0,0,"7",,terminal_output +1515,1815818,"TERMINAL",0,0,"9",,terminal_output +1516,1816780,"TERMINAL",0,0,"50",,terminal_output +1517,1817865,"TERMINAL",0,0,"1",,terminal_output +1518,1818851,"TERMINAL",0,0,"2",,terminal_output +1519,1819919,"TERMINAL",0,0,"3",,terminal_output +1520,1820939,"TERMINAL",0,0,"4",,terminal_output +1521,1821975,"TERMINAL",0,0,"5",,terminal_output +1522,1823018,"TERMINAL",0,0,"6",,terminal_output +1523,1824063,"TERMINAL",0,0,"7",,terminal_output +1524,1825137,"TERMINAL",0,0,"8",,terminal_output +1525,1826161,"TERMINAL",0,0,"9",,terminal_output +1526,1827286,"TERMINAL",0,0,"3:00",,terminal_output +1527,1828223,"TERMINAL",0,0,"1",,terminal_output +1528,1829335,"TERMINAL",0,0,"2",,terminal_output +1529,1830303,"TERMINAL",0,0,"3",,terminal_output +1530,1831385,"TERMINAL",0,0,"4",,terminal_output +1531,1832406,"TERMINAL",0,0,"5",,terminal_output +1532,1833533,"TERMINAL",0,0,"6",,terminal_output +1533,1834558,"TERMINAL",0,0,"7",,terminal_output +1534,1835600,"TERMINAL",0,0,"8",,terminal_output +1535,1836604,"TERMINAL",0,0,"9",,terminal_output +1536,1837630,"TERMINAL",0,0,"10",,terminal_output +1537,1838652,"TERMINAL",0,0,"1",,terminal_output +1538,1839881,"TERMINAL",0,0,"2",,terminal_output +1539,1840843,"TERMINAL",0,0,"4",,terminal_output +1540,1841883,"TERMINAL",0,0,"5",,terminal_output +1541,1842960,"TERMINAL",0,0,"6",,terminal_output +1542,1843980,"TERMINAL",0,0,"7",,terminal_output +1543,1845006,"TERMINAL",0,0,"8",,terminal_output +1544,1846436,"TERMINAL",0,0,"97",,terminal_output +1545,1847461,"TERMINAL",0,0,"20",,terminal_output +1546,1848483,"TERMINAL",0,0,"1",,terminal_output +1547,1849456,"TERMINAL",0,0,"2",,terminal_output +1548,1850535,"TERMINAL",0,0,"3",,terminal_output +1549,1851542,"TERMINAL",0,0,"4",,terminal_output +1550,1852582,"TERMINAL",0,0,"5",,terminal_output +1551,1853707,"TERMINAL",0,0,"61",,terminal_output +1552,1854730,"TERMINAL",0,0,"7",,terminal_output +1553,1855754,"TERMINAL",0,0,"9",,terminal_output +1554,1856751,"TERMINAL",0,0,"30",,terminal_output +1555,1857803,"TERMINAL",0,0,"1",,terminal_output +1556,1858928,"TERMINAL",0,0,"2",,terminal_output +1557,1859953,"TERMINAL",0,0,"3",,terminal_output +1558,1860929,"TERMINAL",0,0,"4",,terminal_output +1559,1862002,"TERMINAL",0,0,"5",,terminal_output +1560,1863026,"TERMINAL",0,0,"6",,terminal_output +1561,1864041,"TERMINAL",0,0,"76",,terminal_output +1562,1865081,"TERMINAL",0,0,"8",,terminal_output +1563,1866120,"TERMINAL",0,0,"9",,terminal_output +1564,1867164,"TERMINAL",0,0,"40",,terminal_output +1565,1868204,"TERMINAL",0,0,"1",,terminal_output +1566,1869271,"TERMINAL",0,0,"2",,terminal_output +1567,1870294,"TERMINAL",0,0,"3",,terminal_output +1568,1871422,"TERMINAL",0,0,"4",,terminal_output +1569,1872366,"TERMINAL",0,0,"5",,terminal_output +1570,1873470,"TERMINAL",0,0,"6",,terminal_output +1571,1874454,"TERMINAL",0,0,"7",,terminal_output +1572,1875518,"TERMINAL",0,0,"8",,terminal_output +1573,1876534,"TERMINAL",0,0,"9",,terminal_output +1574,1877670,"TERMINAL",0,0,"50",,terminal_output +1575,1878692,"TERMINAL",0,0,"1",,terminal_output +1576,1879717,"TERMINAL",0,0,"2",,terminal_output +1577,1880741,"TERMINAL",0,0,"4",,terminal_output +1578,1881783,"TERMINAL",0,0,"5",,terminal_output +1579,1882892,"TERMINAL",0,0,"6",,terminal_output +1580,1883839,"TERMINAL",0,0,"7",,terminal_output +1581,1884939,"TERMINAL",0,0,"8",,terminal_output +1582,1885963,"TERMINAL",0,0,"9",,terminal_output +1583,1886987,"TERMINAL",0,0,"4:00",,terminal_output +1584,1888012,"TERMINAL",0,0,"1",,terminal_output +1585,1889056,"TERMINAL",0,0,"2",,terminal_output +1586,1890077,"TERMINAL",0,0,"37",,terminal_output +1587,1891196,"TERMINAL",0,0,"4",,terminal_output +1588,1892161,"TERMINAL",0,0,"5",,terminal_output +1589,1893237,"TERMINAL",0,0,"6",,terminal_output +1590,1894259,"TERMINAL",0,0,"7",,terminal_output +1591,1895385,"TERMINAL",0,0,"8",,terminal_output +1592,1896408,"TERMINAL",0,0,"9",,terminal_output +1593,1897432,"TERMINAL",0,0,"10",,terminal_output +1594,1898456,"TERMINAL",0,0,"1",,terminal_output +1595,1899480,"TERMINAL",0,0,"2",,terminal_output +1596,1900497,"TERMINAL",0,0,"3",,terminal_output +1597,1901547,"TERMINAL",0,0,"4",,terminal_output +1598,1902589,"TERMINAL",0,0,"5",,terminal_output +1599,1903678,"TERMINAL",0,0,"6",,terminal_output +1600,1904704,"TERMINAL",0,0,"7",,terminal_output +1601,1905727,"TERMINAL",0,0,"9",,terminal_output +1602,1907004,"TERMINAL",0,0,"200",,terminal_output +1603,1907979,"TERMINAL",0,0,"1",,terminal_output +1604,1909006,"TERMINAL",0,0,"2",,terminal_output +1605,1910050,"TERMINAL",0,0,"3",,terminal_output +1606,1911092,"TERMINAL",0,0,"4",,terminal_output +1607,1912178,"TERMINAL",0,0,"5",,terminal_output +1608,1913201,"TERMINAL",0,0,"66",,terminal_output +1609,1914225,"TERMINAL",0,0,"7",,terminal_output +1610,1915254,"TERMINAL",0,0,"8",,terminal_output +1611,1916376,"TERMINAL",0,0,"9",,terminal_output +1612,1917333,"TERMINAL",0,0,"30",,terminal_output +1613,1918425,"TERMINAL",0,0,"1",,terminal_output +1614,1919448,"TERMINAL",0,0,"2",,terminal_output +1615,1920447,"TERMINAL",0,0,"3",,terminal_output +1616,1921597,"TERMINAL",0,0,"4",,terminal_output +1617,1922622,"TERMINAL",0,0,"5",,terminal_output +1618,1923646,"TERMINAL",0,0,"6",,terminal_output +1619,1924670,"TERMINAL",0,0,"7",,terminal_output +1620,1925664,"TERMINAL",0,0,"8",,terminal_output +1621,1926704,"TERMINAL",0,0,"40",,terminal_output +1622,1927738,"TERMINAL",0,0,"17",,terminal_output +1623,1928819,"TERMINAL",0,0,"2",,terminal_output +1624,1929893,"TERMINAL",0,0,"3",,terminal_output +1625,1930873,"TERMINAL",0,0,"4",,terminal_output +1626,1931948,"TERMINAL",0,0,"5",,terminal_output +1627,1932953,"TERMINAL",0,0,"6",,terminal_output +1628,1934007,"TERMINAL",0,0,"7",,terminal_output +1629,1935033,"TERMINAL",0,0,"8",,terminal_output +1630,1936073,"TERMINAL",0,0,"98",,terminal_output +1631,1937114,"TERMINAL",0,0,"50",,terminal_output +1632,1938151,"TERMINAL",0,0,"1",,terminal_output +1633,1939182,"TERMINAL",0,0,"2",,terminal_output +1634,1940222,"TERMINAL",0,0,"39",,terminal_output +1635,1941260,"TERMINAL",0,0,"451",,terminal_output +1636,1942387,"TERMINAL",0,0,"5",,terminal_output +1637,1943409,"TERMINAL",0,0,"6",,terminal_output +1638,1944432,"TERMINAL",0,0,"7",,terminal_output +1639,1945421,"TERMINAL",0,0,"8",,terminal_output +1640,1946482,"TERMINAL",0,0,"9",,terminal_output +1641,1947500,"TERMINAL",0,0,"5:00",,terminal_output +1642,1948543,"TERMINAL",0,0,"1",,terminal_output +1643,1949655,"TERMINAL",0,0,"2",,terminal_output +1644,1950618,"TERMINAL",0,0,"3",,terminal_output +1645,1951684,"TERMINAL",0,0,"4",,terminal_output +1646,1952728,"TERMINAL",0,0,"6",,terminal_output +1647,1953738,"TERMINAL",0,0,"7",,terminal_output +1648,1954878,"TERMINAL",0,0,"8",,terminal_output +1649,1955821,"TERMINAL",0,0,"9",,terminal_output +1650,1956867,"TERMINAL",0,0,"10",,terminal_output +1651,1957962,"TERMINAL",0,0,"1",,terminal_output +1652,1958982,"TERMINAL",0,0,"2",,terminal_output +1653,1959998,"TERMINAL",0,0,"3",,terminal_output +1654,1961037,"TERMINAL",0,0,"4",,terminal_output +1655,1962086,"TERMINAL",0,0,"5",,terminal_output +1656,1963171,"TERMINAL",0,0,"61",,terminal_output +1657,1964197,"TERMINAL",0,0,"7",,terminal_output +1658,1965212,"TERMINAL",0,0,"8",,terminal_output +1659,1966253,"TERMINAL",0,0,"9",,terminal_output +1660,1967371,"TERMINAL",0,0,"20",,terminal_output +1661,1968394,"TERMINAL",0,0,"1",,terminal_output +1662,1969384,"TERMINAL",0,0,"23",,terminal_output +1663,1970429,"TERMINAL",0,0,"3",,terminal_output +1664,1971472,"TERMINAL",0,0,"4",,terminal_output +1665,1972594,"TERMINAL",0,0,"5",,terminal_output +1666,1973616,"TERMINAL",0,0,"6",,terminal_output +1667,1974603,"TERMINAL",0,0,"7",,terminal_output +1668,1975644,"TERMINAL",0,0,"8",,terminal_output +1669,1976693,"TERMINAL",0,0,"30",,terminal_output +1670,1977739,"TERMINAL",0,0,"1",,terminal_output +1671,1978841,"TERMINAL",0,0,"2",,terminal_output +1672,1979826,"TERMINAL",0,0,"3",,terminal_output +1673,1980872,"TERMINAL",0,0,"4",,terminal_output +1674,1982014,"TERMINAL",0,0,"5",,terminal_output +1675,1983039,"TERMINAL",0,0,"6",,terminal_output +1676,1984064,"TERMINAL",0,0,"7",,terminal_output +1677,1985043,"TERMINAL",0,0,"8",,terminal_output +1678,1986091,"TERMINAL",0,0,"9",,terminal_output +1679,1987135,"TERMINAL",0,0,"40",,terminal_output +1680,1988179,"TERMINAL",0,0,"1",,terminal_output +1681,1989223,"TERMINAL",0,0,"2",,terminal_output +1682,1990308,"TERMINAL",0,0,"3",,terminal_output +1683,1991332,"TERMINAL",0,0,"4",,terminal_output +1684,1992459,"TERMINAL",0,0,"5",,terminal_output +1685,1993401,"TERMINAL",0,0,"6",,terminal_output +1686,1994441,"TERMINAL",0,0,"7",,terminal_output +1687,1995482,"TERMINAL",0,0,"8",,terminal_output +1688,1996524,"TERMINAL",0,0,"9",,terminal_output +1689,1997564,"TERMINAL",0,0,"50",,terminal_output +1690,1998707,"TERMINAL",0,0,"1",,terminal_output +1691,1999637,"TERMINAL",0,0,"2",,terminal_output +1692,2000680,"TERMINAL",0,0,"4",,terminal_output +1693,2001723,"TERMINAL",0,0,"5",,terminal_output +1694,2002802,"TERMINAL",0,0,"6",,terminal_output +1695,2003828,"TERMINAL",0,0,"7",,terminal_output +1696,2004952,"TERMINAL",0,0,"8",,terminal_output +1697,2005897,"TERMINAL",0,0,"9",,terminal_output +1698,2006941,"TERMINAL",0,0,"6:006",,terminal_output +1699,2008025,"TERMINAL",0,0,"1",,terminal_output +1700,2009049,"TERMINAL",0,0,"2",,terminal_output +1701,2010073,"TERMINAL",0,0,"3",,terminal_output +1702,2011110,"TERMINAL",0,0,"4",,terminal_output +1703,2012224,"TERMINAL",0,0,"5",,terminal_output +1704,2013248,"TERMINAL",0,0,"6",,terminal_output +1705,2014245,"TERMINAL",0,0,"7",,terminal_output +1706,2015285,"TERMINAL",0,0,"8",,terminal_output +1707,2016322,"TERMINAL",0,0,"9",,terminal_output +1708,2017431,"TERMINAL",0,0,"10",,terminal_output +1709,2018469,"TERMINAL",0,0,"1",,terminal_output +1710,2019495,"TERMINAL",0,0,"2",,terminal_output +1711,2020507,"TERMINAL",0,0,"3",,terminal_output +1712,2021544,"TERMINAL",0,0,"4",,terminal_output +1713,2022667,"TERMINAL",0,0,"5",,terminal_output +1714,2023621,"TERMINAL",0,0,"6",,terminal_output +1715,2024716,"TERMINAL",0,0,"7",,terminal_output +1716,2025739,"TERMINAL",0,0,"9",,terminal_output +1717,2026743,"TERMINAL",0,0,"20",,terminal_output +1718,2027861,"TERMINAL",0,0,"1",,terminal_output +1719,2028844,"TERMINAL",0,0,"2",,terminal_output +1720,2029938,"TERMINAL",0,0,"3",,terminal_output +1721,2030967,"TERMINAL",0,0,"4",,terminal_output +1722,2031944,"TERMINAL",0,0,"5",,terminal_output +1723,2032978,"TERMINAL",0,0,"61",,terminal_output +1724,2034050,"TERMINAL",0,0,"7",,terminal_output +1725,2035094,"TERMINAL",0,0,"8",,terminal_output +1726,2036095,"TERMINAL",0,0,"9",,terminal_output +1727,2037135,"TERMINAL",0,0,"30",,terminal_output +1728,2038232,"TERMINAL",0,0,"1",,terminal_output +1729,2039256,"TERMINAL",0,0,"2",,terminal_output +1730,2040280,"TERMINAL",0,0,"3",,terminal_output +1731,2041283,"TERMINAL",0,0,"4",,terminal_output +1732,2042329,"TERMINAL",0,0,"5",,terminal_output +1733,2043455,"TERMINAL",0,0,"6",,terminal_output +1734,2044481,"TERMINAL",0,0,"7",,terminal_output +1735,2045443,"TERMINAL",0,0,"8",,terminal_output +1736,2046532,"TERMINAL",0,0,"9",,terminal_output +1737,2047550,"TERMINAL",0,0,"40",,terminal_output +1738,2048554,"TERMINAL",0,0,"1",,terminal_output +1739,2049593,"TERMINAL",0,0,"2",,terminal_output +1740,2050633,"TERMINAL",0,0,"32",,terminal_output +1741,2051683,"TERMINAL",0,0,"4",,terminal_output +1742,2052774,"TERMINAL",0,0,"6",,terminal_output +1743,2053799,"TERMINAL",0,0,"7",,terminal_output +1744,2054822,"TERMINAL",0,0,"8",,terminal_output +1745,2055869,"TERMINAL",0,0,"9",,terminal_output +1746,2056868,"TERMINAL",0,0,"50",,terminal_output +1747,2057904,"TERMINAL",0,0,"1",,terminal_output +1748,2059023,"TERMINAL",0,0,"20",,terminal_output +1749,2060044,"TERMINAL",0,0,"3",,terminal_output +1750,2061070,"TERMINAL",0,0,"4",,terminal_output +1751,2062060,"TERMINAL",0,0,"5",,terminal_output +1752,2063117,"TERMINAL",0,0,"6",,terminal_output +1753,2064137,"TERMINAL",0,0,"7",,terminal_output +1754,2065179,"TERMINAL",0,0,"8",,terminal_output +1755,2066212,"TERMINAL",0,0,"9",,terminal_output +1756,2067448,"TERMINAL",0,0,"7:00",,terminal_output +1757,2068396,"TERMINAL",0,0,"1",,terminal_output +1758,2069365,"TERMINAL",0,0,"2",,terminal_output +1759,2070416,"TERMINAL",0,0,"3",,terminal_output +1760,2071420,"TERMINAL",0,0,"4",,terminal_output +1761,2072538,"TERMINAL",0,0,"5",,terminal_output +1762,2073501,"TERMINAL",0,0,"6",,terminal_output +1763,2074562,"TERMINAL",0,0,"7",,terminal_output +1764,2075570,"TERMINAL",0,0,"8",,terminal_output +1765,2076668,"TERMINAL",0,0,"9",,terminal_output +1766,2077675,"TERMINAL",0,0,"101",,terminal_output +1767,2078783,"TERMINAL",0,0,"2",,terminal_output +1768,2079809,"TERMINAL",0,0,"3",,terminal_output +1769,2080833,"TERMINAL",0,0,"4",,terminal_output +1770,2081842,"TERMINAL",0,0,"5",,terminal_output +1771,2082880,"TERMINAL",0,0,"6",,terminal_output +1772,2083921,"TERMINAL",0,0,"7",,terminal_output +1773,2084981,"TERMINAL",0,0,"8",,terminal_output +1774,2085996,"TERMINAL",0,0,"9",,terminal_output +1775,2087079,"TERMINAL",0,0,"20",,terminal_output +1776,2088128,"TERMINAL",0,0,"1",,terminal_output +1777,2089168,"TERMINAL",0,0,"2",,terminal_output +1778,2090156,"TERMINAL",0,0,"3",,terminal_output +1779,2091194,"TERMINAL",0,0,"4",,terminal_output +1780,2092403,"TERMINAL",0,0,"5",,terminal_output +1781,2093325,"TERMINAL",0,0,"6",,terminal_output +1782,2094350,"TERMINAL",0,0,"7",,terminal_output +1783,2095375,"TERMINAL",0,0,"8",,terminal_output +1784,2096500,"TERMINAL",0,0,"9",,terminal_output +1785,2097523,"TERMINAL",0,0,"30",,terminal_output +1786,2098478,"TERMINAL",0,0,"1",,terminal_output +1787,2099571,"TERMINAL",0,0,"2",,terminal_output +1788,2100560,"TERMINAL",0,0,"3",,terminal_output +1789,2101621,"TERMINAL",0,0,"4",,terminal_output +1790,2102747,"TERMINAL",0,0,"5",,terminal_output +1791,2103685,"TERMINAL",0,0,"7",,terminal_output +1792,2104796,"TERMINAL",0,0,"8",,terminal_output +1793,2105767,"TERMINAL",0,0,"9",,terminal_output +1794,2106810,"TERMINAL",0,0,"40",,terminal_output +1795,2107866,"TERMINAL",0,0,"1",,terminal_output +1796,2108993,"TERMINAL",0,0,"2",,terminal_output +1797,2110030,"TERMINAL",0,0,"3",,terminal_output +1798,2111041,"TERMINAL",0,0,"4",,terminal_output +1799,2112063,"TERMINAL",0,0,"53",,terminal_output +1800,2113091,"TERMINAL",0,0,"6",,terminal_output +1801,2114119,"TERMINAL",0,0,"7",,terminal_output +1802,2115160,"TERMINAL",0,0,"8",,terminal_output +1803,2116263,"TERMINAL",0,0,"9",,terminal_output +1804,2117289,"TERMINAL",0,0,"50",,terminal_output +1805,2118313,"TERMINAL",0,0,"1",,terminal_output +1806,2119436,"TERMINAL",0,0,"2",,terminal_output +1807,2120369,"TERMINAL",0,0,"3",,terminal_output +1808,2121418,"TERMINAL",0,0,"4",,terminal_output +1809,2122453,"TERMINAL",0,0,"5",,terminal_output +1810,2123497,"TERMINAL",0,0,"6",,terminal_output +1811,2124546,"TERMINAL",0,0,"7",,terminal_output +1812,2125684,"TERMINAL",0,0,"8",,terminal_output +1813,2126676,"TERMINAL",0,0,"9",,terminal_output +1814,2127735,"TERMINAL",0,0,"8:00",,terminal_output +1815,2128707,"TERMINAL",0,0,"2",,terminal_output +1816,2129781,"TERMINAL",0,0,"3",,terminal_output +1817,2130787,"TERMINAL",0,0,"4",,terminal_output +1818,2131833,"TERMINAL",0,0,"5",,terminal_output +1819,2132955,"TERMINAL",0,0,"6",,terminal_output +1820,2133978,"TERMINAL",0,0,"7",,terminal_output +1821,2135002,"TERMINAL",0,0,"8",,terminal_output +1822,2136000,"TERMINAL",0,0,"9",,terminal_output +1823,2137057,"TERMINAL",0,0,"10",,terminal_output +1824,2138077,"TERMINAL",0,0,"1",,terminal_output +1825,2139121,"TERMINAL",0,0,"2",,terminal_output +1826,2140165,"TERMINAL",0,0,"3",,terminal_output +1827,2141204,"TERMINAL",0,0,"4",,terminal_output +1828,2142273,"TERMINAL",0,0,"5",,terminal_output +1829,2143283,"TERMINAL",0,0,"6",,terminal_output +1830,2144424,"TERMINAL",0,0,"7",,terminal_output +1831,2145385,"TERMINAL",0,0,"8",,terminal_output +1832,2146465,"TERMINAL",0,0,"90",,terminal_output +1833,2147492,"TERMINAL",0,0,"20",,terminal_output +1834,2148621,"TERMINAL",0,0,"1",,terminal_output +1835,2149571,"TERMINAL",0,0,"2",,terminal_output +1836,2150670,"TERMINAL",0,0,"3",,terminal_output +1837,2151684,"TERMINAL",0,0,"4",,terminal_output +1838,2152924,"TERMINAL",0,0,"60",,terminal_output +1839,2153946,"TERMINAL",0,0,"7",,terminal_output +1840,2154971,"TERMINAL",0,0,"8",,terminal_output +1841,2155954,"TERMINAL",0,0,"9",,terminal_output +1842,2157020,"TERMINAL",0,0,"30",,terminal_output +1843,2158068,"TERMINAL",0,0,"1",,terminal_output +1844,2159061,"TERMINAL",0,0,"2",,terminal_output +1845,2160099,"TERMINAL",0,0,"3",,terminal_output +1846,2161136,"TERMINAL",0,0,"4",,terminal_output +1847,2162178,"TERMINAL",0,0,"5",,terminal_output +1848,2163215,"TERMINAL",0,0,"6",,terminal_output +1849,2164289,"TERMINAL",0,0,"7",,terminal_output +1850,2165314,"TERMINAL",0,0,"8",,terminal_output +1851,2166338,"TERMINAL",0,0,"9",,terminal_output +1852,2167463,"TERMINAL",0,0,"40",,terminal_output +1853,2168416,"TERMINAL",0,0,"1",,terminal_output +1854,2169495,"TERMINAL",0,0,"2",,terminal_output +1855,2170502,"TERMINAL",0,0,"3",,terminal_output +1856,2171564,"TERMINAL",0,0,"4",,terminal_output +1857,2172590,"TERMINAL",0,0,"5",,terminal_output +1858,2173623,"TERMINAL",0,0,"6",,terminal_output +1859,2174733,"TERMINAL",0,0,"7",,terminal_output +1860,2175702,"TERMINAL",0,0,"9",,terminal_output +1861,2176743,"TERMINAL",0,0,"50",,terminal_output +1862,2177807,"TERMINAL",0,0,"1",,terminal_output +1863,2178830,"TERMINAL",0,0,"2",,terminal_output +1864,2179956,"TERMINAL",0,0,"3",,terminal_output +1865,2180896,"TERMINAL",0,0,"4",,terminal_output +1866,2181935,"TERMINAL",0,0,"5",,terminal_output +1867,2183027,"TERMINAL",0,0,"6",,terminal_output +1868,2184014,"TERMINAL",0,0,"7",,terminal_output +1869,2185094,"TERMINAL",0,0,"8",,terminal_output +1870,2186104,"TERMINAL",0,0,"9",,terminal_output +1871,2187141,"TERMINAL",0,0,"9:00",,terminal_output +1872,2188185,"TERMINAL",0,0,"1",,terminal_output +1873,2189224,"TERMINAL",0,0,"2",,terminal_output +1874,2190299,"TERMINAL",0,0,"3",,terminal_output +1875,2191323,"TERMINAL",0,0,"4",,terminal_output +1876,2192348,"TERMINAL",0,0,"5",,terminal_output +1877,2193473,"TERMINAL",0,0,"6",,terminal_output +1878,2194409,"TERMINAL",0,0,"7",,terminal_output +1879,2195444,"TERMINAL",0,0,"8",,terminal_output +1880,2196546,"TERMINAL",0,0,"9",,terminal_output +1881,2197519,"TERMINAL",0,0,"10",,terminal_output +1882,2198560,"TERMINAL",0,0,"1",,terminal_output +1883,2199618,"TERMINAL",0,0,"2",,terminal_output +1884,2200743,"TERMINAL",0,0,"3",,terminal_output +1885,2201680,"TERMINAL",0,0,"5",,terminal_output +1886,2202722,"TERMINAL",0,0,"6",,terminal_output +1887,2203816,"TERMINAL",0,0,"7",,terminal_output +1888,2204844,"TERMINAL",0,0,"8",,terminal_output +1889,2205863,"TERMINAL",0,0,"9",,terminal_output +1890,2206879,"TERMINAL",0,0,"20",,terminal_output +1891,2207931,"TERMINAL",0,0,"1",,terminal_output +1892,2208974,"TERMINAL",0,0,"2",,terminal_output +1893,2210065,"TERMINAL",0,0,"3",,terminal_output +1894,2211033,"TERMINAL",0,0,"4",,terminal_output +1895,2212108,"TERMINAL",0,0,"51",,terminal_output +1896,2213135,"TERMINAL",0,0,"6",,terminal_output +1897,2214161,"TERMINAL",0,0,"7",,terminal_output +1898,2215200,"TERMINAL",0,0,"8",,terminal_output +1899,2216242,"TERMINAL",0,0,"9",,terminal_output +1900,2217332,"TERMINAL",0,0,"30",,terminal_output +1901,2218356,"TERMINAL",0,0,"1",,terminal_output +1902,2219380,"TERMINAL",0,0,"2",,terminal_output +1903,2220401,"TERMINAL",0,0,"3",,terminal_output +1904,2221436,"TERMINAL",0,0,"4",,terminal_output +1905,2222479,"TERMINAL",0,0,"5",,terminal_output +1906,2223515,"TERMINAL",0,0,"6",,terminal_output +1907,2224602,"TERMINAL",0,0,"7",,terminal_output +1908,2225593,"TERMINAL",0,0,"8",,terminal_output +1909,2226668,"TERMINAL",0,0,"9",,terminal_output +1910,2227682,"TERMINAL",0,0,"40",,terminal_output +1911,2228803,"TERMINAL",0,0,"2",,terminal_output +1912,2229826,"TERMINAL",0,0,"3",,terminal_output +1913,2230851,"TERMINAL",0,0,"4",,terminal_output +1914,2231858,"TERMINAL",0,0,"5",,terminal_output +1915,2232900,"TERMINAL",0,0,"6",,terminal_output +1916,2234023,"TERMINAL",0,0,"7",,terminal_output +1917,2235048,"TERMINAL",0,0,"8",,terminal_output +1918,2236073,"TERMINAL",0,0,"9",,terminal_output +1919,2237108,"TERMINAL",0,0,"50",,terminal_output +1920,2238120,"TERMINAL",0,0,"1",,terminal_output +1921,2239146,"TERMINAL",0,0,"2",,terminal_output +1922,2240184,"TERMINAL",0,0,"3",,terminal_output +1923,2241225,"TERMINAL",0,0,"4",,terminal_output +1924,2242265,"TERMINAL",0,0,"5",,terminal_output +1925,2243304,"TERMINAL",0,0,"6",,terminal_output +1926,2244356,"TERMINAL",0,0,"7",,terminal_output +1927,2245388,"TERMINAL",0,0,"8",,terminal_output +1928,2246445,"TERMINAL",0,0,"9",,terminal_output +1929,2247474,"TERMINAL",0,0,"40:00",,terminal_output +1930,2248512,"TERMINAL",0,0,"1",,terminal_output +1931,2249595,"TERMINAL",0,0,"2",,terminal_output +1932,2250614,"TERMINAL",0,0,"3",,terminal_output +1933,2251668,"TERMINAL",0,0,"4",,terminal_output +1934,2252764,"TERMINAL",0,0,"6",,terminal_output +1935,2253787,"TERMINAL",0,0,"7",,terminal_output +1936,2254752,"TERMINAL",0,0,"81",,terminal_output +1937,2255835,"TERMINAL",0,0,"9",,terminal_output +1938,2256840,"TERMINAL",0,0,"10",,terminal_output +1939,2257878,"TERMINAL",0,0,"1",,terminal_output +1940,2259010,"TERMINAL",0,0,"2",,terminal_output +1941,2259962,"TERMINAL",0,0,"3",,terminal_output +1942,2261058,"TERMINAL",0,0,"4",,terminal_output +1943,2262051,"TERMINAL",0,0,"5",,terminal_output +1944,2263132,"TERMINAL",0,0,"6",,terminal_output +1945,2264136,"TERMINAL",0,0,"7",,terminal_output +1946,2265179,"TERMINAL",0,0,"8",,terminal_output +1947,2266225,"TERMINAL",0,0,"9",,terminal_output +1948,2267270,"TERMINAL",0,0,"20",,terminal_output +1949,2268314,"TERMINAL",0,0,"1",,terminal_output +1950,2269455,"TERMINAL",0,0,"2",,terminal_output +1951,2270405,"TERMINAL",0,0,"3",,terminal_output +1952,2271505,"TERMINAL",0,0,"4",,terminal_output +1953,2272497,"TERMINAL",0,0,"5",,terminal_output +1954,2273534,"TERMINAL",0,0,"6 1",,terminal_output +1955,2274678,"TERMINAL",0,0,"7",,terminal_output +1956,2275702,"TERMINAL",0,0,"8",,terminal_output +1957,2276681,"TERMINAL",0,0,"9",,terminal_output +1958,2277750,"TERMINAL",0,0,"31",,terminal_output +1959,2278774,"TERMINAL",0,0,"2",,terminal_output +1960,2279795,"TERMINAL",0,0,"3",,terminal_output +1961,2280841,"TERMINAL",0,0,"4",,terminal_output +1962,2281892,"TERMINAL",0,0,"5",,terminal_output +1963,2282931,"TERMINAL",0,0,"6",,terminal_output +1964,2283974,"TERMINAL",0,0,"7",,terminal_output +1965,2285135,"TERMINAL",0,0,"8",,terminal_output +1966,2286146,"TERMINAL",0,0,"92",,terminal_output +1967,2287171,"TERMINAL",0,0,"408",,terminal_output +1968,2288143,"TERMINAL",0,0,"1",,terminal_output +1969,2289233,"TERMINAL",0,0,"2",,terminal_output +1970,2290244,"TERMINAL",0,0,"3",,terminal_output +1971,2291273,"TERMINAL",0,0,"4",,terminal_output +1972,2292314,"TERMINAL",0,0,"5",,terminal_output +1973,2293352,"TERMINAL",0,0,"69",,terminal_output +1974,2294392,"TERMINAL",0,0,"7",,terminal_output +1975,2295437,"TERMINAL",0,0,"8",,terminal_output +1976,2296488,"TERMINAL",0,0,"9",,terminal_output +1977,2297616,"TERMINAL",0,0,"50",,terminal_output +1978,2298564,"TERMINAL",0,0,"1",,terminal_output +1979,2299667,"TERMINAL",0,0,"2",,terminal_output +1980,2300688,"TERMINAL",0,0,"3",,terminal_output +1981,2301693,"TERMINAL",0,0,"521",,terminal_output +1982,2302839,"TERMINAL",0,0,"6",,terminal_output +1983,2303863,"TERMINAL",0,0,"7",,terminal_output +1984,2304825,"TERMINAL",0,0,"8",,terminal_output +1985,2305911,"TERMINAL",0,0,"9",,terminal_output +1986,2306934,"TERMINAL",0,0,"1:00",,terminal_output +1987,2307955,"TERMINAL",0,0,"1",,terminal_output +1988,2309083,"TERMINAL",0,0,"2",,terminal_output +1989,2310108,"TERMINAL",0,0,"3",,terminal_output +1990,2311148,"TERMINAL",0,0,"4",,terminal_output +1991,2312163,"TERMINAL",0,0,"5",,terminal_output +1992,2313183,"TERMINAL",0,0,"6",,terminal_output +1993,2314206,"TERMINAL",0,0,"7",,terminal_output +1994,2315251,"TERMINAL",0,0,"8",,terminal_output +1995,2316293,"TERMINAL",0,0,"9",,terminal_output +1996,2317379,"TERMINAL",0,0,"10",,terminal_output +1997,2318398,"TERMINAL",0,0,"1",,terminal_output +1998,2319423,"TERMINAL",0,0,"2",,terminal_output +1999,2320464,"TERMINAL",0,0,"3",,terminal_output +2000,2321577,"TERMINAL",0,0,"4",,terminal_output +2001,2322602,"TERMINAL",0,0,"52",,terminal_output +2002,2323624,"TERMINAL",0,0,"6",,terminal_output +2003,2324650,"TERMINAL",0,0,"7",,terminal_output +2004,2325777,"TERMINAL",0,0,"9",,terminal_output +2005,2326716,"TERMINAL",0,0,"20",,terminal_output +2006,2327823,"TERMINAL",0,0,"1",,terminal_output +2007,2328847,"TERMINAL",0,0,"2",,terminal_output +2008,2329887,"TERMINAL",0,0,"3",,terminal_output +2009,2330884,"TERMINAL",0,0,"4",,terminal_output +2010,2331924,"TERMINAL",0,0,"5",,terminal_output +2011,2333027,"TERMINAL",0,0,"6",,terminal_output +2012,2334070,"TERMINAL",0,0,"7",,terminal_output +2013,2335095,"TERMINAL",0,0,"8",,terminal_output +2014,2336117,"TERMINAL",0,0,"9",,terminal_output +2015,2337131,"TERMINAL",0,0,"30",,terminal_output +2016,2338271,"TERMINAL",0,0,"1",,terminal_output +2017,2339214,"TERMINAL",0,0,"2",,terminal_output +2018,2340259,"TERMINAL",0,0,"3",,terminal_output +2019,2341298,"TERMINAL",0,0,"4",,terminal_output +2020,2342364,"TERMINAL",0,0,"5",,terminal_output +2021,2343380,"TERMINAL",0,0,"6",,terminal_output +2022,2344515,"TERMINAL",0,0,"7",,terminal_output +2023,2345479,"TERMINAL",0,0,"8",,terminal_output +2024,2346574,"TERMINAL",0,0,"9",,terminal_output +2025,2347590,"TERMINAL",0,0,"40",,terminal_output +2026,2348610,"TERMINAL",0,0,"1",,terminal_output +2027,2349635,"TERMINAL",0,0,"2",,terminal_output +2028,2350761,"TERMINAL",0,0,"3",,terminal_output +2029,2351709,"TERMINAL",0,0,"5",,terminal_output +2030,2352810,"TERMINAL",0,0,"6",,terminal_output +2031,2353834,"TERMINAL",0,0,"7",,terminal_output +2032,2354827,"TERMINAL",0,0,"8",,terminal_output +2033,2355882,"TERMINAL",0,0,"9",,terminal_output +2034,2357008,"TERMINAL",0,0,"50",,terminal_output +2035,2357947,"TERMINAL",0,0,"1",,terminal_output +2036,2359057,"TERMINAL",0,0,"2",,terminal_output +2037,2360032,"TERMINAL",0,0,"3",,terminal_output +2038,2361072,"TERMINAL",0,0,"4",,terminal_output +2039,2362116,"TERMINAL",0,0,"5",,terminal_output +2040,2363255,"TERMINAL",0,0,"6",,terminal_output +2041,2364281,"TERMINAL",0,0,"7",,terminal_output +2042,2365243,"TERMINAL",0,0,"8",,terminal_output +2043,2366283,"TERMINAL",0,0,"92",,terminal_output +2044,2367395,"TERMINAL",0,0,"2:00",,terminal_output +2045,2368371,"TERMINAL",0,0,"1",,terminal_output +2046,2369425,"TERMINAL",0,0,"2",,terminal_output +2047,2370489,"TERMINAL",0,0,"3",,terminal_output +2048,2371550,"TERMINAL",0,0,"4",,terminal_output +2049,2372575,"TERMINAL",0,0,"5",,terminal_output +2050,2373597,"TERMINAL",0,0,"6",,terminal_output +2051,2374624,"TERMINAL",0,0,"7",,terminal_output +2052,2375744,"TERMINAL",0,0,"8",,terminal_output +2053,2376683,"TERMINAL",0,0,"10",,terminal_output +2054,2377745,"TERMINAL",0,0,"1",,terminal_output +2055,2378821,"TERMINAL",0,0,"2",,terminal_output +2056,2379843,"TERMINAL",0,0,"3",,terminal_output +2057,2380842,"TERMINAL",0,0,"4",,terminal_output +2058,2381868,"TERMINAL",0,0,"53",,terminal_output +2059,2382917,"TERMINAL",0,0,"6",,terminal_output +2060,2383952,"TERMINAL",0,0,"7",,terminal_output +2061,2384988,"TERMINAL",0,0,"8",,terminal_output +2062,2386031,"TERMINAL",0,0,"9",,terminal_output +2063,2387072,"TERMINAL",0,0,"20",,terminal_output +2064,2388139,"TERMINAL",0,0,"1",,terminal_output +2065,2389161,"TERMINAL",0,0,"2",,terminal_output +2066,2390290,"TERMINAL",0,0,"3",,terminal_output +2067,2391242,"TERMINAL",0,0,"4",,terminal_output +2068,2392287,"TERMINAL",0,0,"5",,terminal_output +2069,2393325,"TERMINAL",0,0,"6 5",,terminal_output +2070,2394386,"TERMINAL",0,0,"7",,terminal_output +2071,2395410,"TERMINAL",0,0,"8",,terminal_output +2072,2396544,"TERMINAL",0,0,"9",,terminal_output +2073,2397496,"TERMINAL",0,0,"30",,terminal_output +2074,2398583,"TERMINAL",0,0,"1",,terminal_output +2075,2399607,"TERMINAL",0,0,"2",,terminal_output +2076,2400619,"TERMINAL",0,0,"3",,terminal_output +2077,2401662,"TERMINAL",0,0,"4",,terminal_output +2078,2402780,"TERMINAL",0,0,"6",,terminal_output +2079,2403805,"TERMINAL",0,0,"72",,terminal_output +2080,2404830,"TERMINAL",0,0,"8",,terminal_output +2081,2405854,"TERMINAL",0,0,"9",,terminal_output +2082,2406870,"TERMINAL",0,0,"40",,terminal_output +2083,2407913,"TERMINAL",0,0,"1",,terminal_output +2084,2409029,"TERMINAL",0,0,"2",,terminal_output +2085,2410053,"TERMINAL",0,0,"3",,terminal_output +2086,2411037,"TERMINAL",0,0,"4",,terminal_output +2087,2412079,"TERMINAL",0,0,"5",,terminal_output +2088,2413233,"TERMINAL",0,0,"6",,terminal_output +2089,2414250,"TERMINAL",0,0,"7",,terminal_output +2090,2415211,"TERMINAL",0,0,"8",,terminal_output +2091,2416253,"TERMINAL",0,0,"9",,terminal_output +2092,2417295,"TERMINAL",0,0,"50",,terminal_output +2093,2418338,"TERMINAL",0,0,"1",,terminal_output +2094,2419378,"TERMINAL",0,0,"2",,terminal_output +2095,2420419,"TERMINAL",0,0,"3",,terminal_output +2096,2421456,"TERMINAL",0,0,"4",,terminal_output +2097,2422500,"TERMINAL",0,0,"5",,terminal_output +2098,2423570,"TERMINAL",0,0,"6",,terminal_output +2099,2424596,"TERMINAL",0,0,"7",,terminal_output +2100,2425606,"TERMINAL",0,0,"8",,terminal_output +2101,2426668,"TERMINAL",0,0,"9",,terminal_output +2102,2427767,"TERMINAL",0,0,"3:01",,terminal_output +2103,2428791,"TERMINAL",0,0,"2",,terminal_output +2104,2429817,"TERMINAL",0,0,"3",,terminal_output +2105,2430829,"TERMINAL",0,0,"4",,terminal_output +2106,2431869,"TERMINAL",0,0,"5",,terminal_output +2107,2432913,"TERMINAL",0,0,"6",,terminal_output +2108,2433959,"TERMINAL",0,0,"7",,terminal_output +2109,2435038,"TERMINAL",0,0,"8",,terminal_output +2110,2436063,"TERMINAL",0,0,"9",,terminal_output +2111,2437208,"TERMINAL",0,0,"10",,terminal_output +2112,2438133,"TERMINAL",0,0,"1",,terminal_output +2113,2439238,"TERMINAL",0,0,"2",,terminal_output +2114,2440260,"TERMINAL",0,0,"3",,terminal_output +2115,2441256,"TERMINAL",0,0,"4",,terminal_output +2116,2442297,"TERMINAL",0,0,"5",,terminal_output +2117,2443353,"TERMINAL",0,0,"6",,terminal_output +2118,2444372,"TERMINAL",0,0,"7",,terminal_output +2119,2445432,"TERMINAL",0,0,"8",,terminal_output +2120,2446457,"TERMINAL",0,0,"9",,terminal_output +2121,2447532,"TERMINAL",0,0,"20",,terminal_output +2122,2448556,"TERMINAL",0,0,"1",,terminal_output +2123,2449683,"TERMINAL",0,0,"2",,terminal_output +2124,2450620,"TERMINAL",0,0,"3",,terminal_output +2125,2451666,"TERMINAL",0,0,"4",,terminal_output +2126,2452759,"TERMINAL",0,0,"6",,terminal_output +2127,2453747,"TERMINAL",0,0,"7",,terminal_output +2128,2454802,"TERMINAL",0,0,"8",,terminal_output +2129,2455835,"TERMINAL",0,0,"9",,terminal_output +2130,2456870,"TERMINAL",0,0,"30",,terminal_output +2131,2457977,"TERMINAL",0,0,"1",,terminal_output +2132,2458969,"TERMINAL",0,0,"2",,terminal_output +2133,2460026,"TERMINAL",0,0,"3",,terminal_output +2134,2461074,"TERMINAL",0,0,"4",,terminal_output +2135,2462129,"TERMINAL",0,0,"5",,terminal_output +2136,2463199,"TERMINAL",0,0,"6",,terminal_output +2137,2464175,"TERMINAL",0,0,"7",,terminal_output +2138,2465247,"TERMINAL",0,0,"8",,terminal_output +2139,2466274,"TERMINAL",0,0,"9",,terminal_output +2140,2467297,"TERMINAL",0,0,"40",,terminal_output +2141,2468336,"TERMINAL",0,0,"1",,terminal_output +2142,2469370,"TERMINAL",0,0,"2",,terminal_output +2143,2470416,"TERMINAL",0,0,"3",,terminal_output +2144,2471532,"TERMINAL",0,0,"4",,terminal_output +2145,2472519,"TERMINAL",0,0,"5",,terminal_output +2146,2473645,"TERMINAL",0,0,"6",,terminal_output +2147,2474671,"TERMINAL",0,0,"7",,terminal_output +2148,2475632,"TERMINAL",0,0,"8",,terminal_output +2149,2476682,"TERMINAL",0,0,"9",,terminal_output +2150,2477742,"TERMINAL",0,0,"51",,terminal_output +2151,2478814,"TERMINAL",0,0,"2",,terminal_output +2152,2479827,"TERMINAL",0,0,"3",,terminal_output +2153,2480842,"TERMINAL",0,0,"4",,terminal_output +2154,2481883,"TERMINAL",0,0,"5",,terminal_output +2155,2482933,"TERMINAL",0,0,"6",,terminal_output +2156,2483986,"TERMINAL",0,0,"7",,terminal_output +2157,2485011,"TERMINAL",0,0,"8",,terminal_output +2158,2486138,"TERMINAL",0,0,"9",,terminal_output +2159,2487163,"TERMINAL",0,0,"4:00",,terminal_output +2160,2488130,"TERMINAL",0,0,"1",,terminal_output +2161,2489165,"TERMINAL",0,0,"2",,terminal_output +2162,2490205,"TERMINAL",0,0,"3",,terminal_output +2163,2491245,"TERMINAL",0,0,"4",,terminal_output +2164,2492283,"TERMINAL",0,0,"5",,terminal_output +2165,2493324,"TERMINAL",0,0,"6",,terminal_output +2166,2494369,"TERMINAL",0,0,"7",,terminal_output +2167,2495461,"TERMINAL",0,0,"8",,terminal_output +2168,2496445,"TERMINAL",0,0,"9",,terminal_output +2169,2497491,"TERMINAL",0,0,"10",,terminal_output +2170,2498630,"TERMINAL",0,0,"1",,terminal_output +2171,2499653,"TERMINAL",0,0,"2",,terminal_output +2172,2500612,"TERMINAL",0,0,"39",,terminal_output +2173,2501667,"TERMINAL",0,0,"410",,terminal_output +2174,2502720,"TERMINAL",0,0,"6",,terminal_output +2175,2503750,"TERMINAL",0,0,"7",,terminal_output +2176,2504773,"TERMINAL",0,0,"8",,terminal_output +2177,2505902,"TERMINAL",0,0,"9",,terminal_output +2178,2506854,"TERMINAL",0,0,"20",,terminal_output +2179,2507949,"TERMINAL",0,0,"1",,terminal_output +2180,2508956,"TERMINAL",0,0,"2",,terminal_output +2181,2510008,"TERMINAL",0,0,"3",,terminal_output +2182,2511017,"TERMINAL",0,0,"4",,terminal_output +2183,2512060,"TERMINAL",0,0,"5",,terminal_output +2184,2513273,"TERMINAL",0,0,"61",,terminal_output +2185,2514296,"TERMINAL",0,0,"7",,terminal_output +2186,2515257,"TERMINAL",0,0,"8",,terminal_output +2187,2516346,"TERMINAL",0,0,"9",,terminal_output +2188,2517330,"TERMINAL",0,0,"30",,terminal_output +2189,2518372,"TERMINAL",0,0,"12",,terminal_output +2190,2519408,"TERMINAL",0,0,"2",,terminal_output +2191,2520446,"TERMINAL",0,0,"3",,terminal_output +2192,2521480,"TERMINAL",0,0,"4",,terminal_output +2193,2522591,"TERMINAL",0,0,"5",,terminal_output +2194,2523615,"TERMINAL",0,0,"6",,terminal_output +2195,2524602,"TERMINAL",0,0,"7",,terminal_output +2196,2525644,"TERMINAL",0,0,"8",,terminal_output +2197,2526681,"TERMINAL",0,0,"40",,terminal_output +2198,2527719,"TERMINAL",0,0,"1",,terminal_output +2199,2528840,"TERMINAL",0,0,"2",,terminal_output +2200,2529863,"TERMINAL",0,0,"3",,terminal_output +2201,2530888,"TERMINAL",0,0,"4",,terminal_output +2202,2531886,"TERMINAL",0,0,"5",,terminal_output +2203,2532924,"TERMINAL",0,0,"6",,terminal_output +2204,2533970,"TERMINAL",0,0,"7",,terminal_output +2205,2535085,"TERMINAL",0,0,"8",,terminal_output +2206,2536056,"TERMINAL",0,0,"9",,terminal_output +2207,2537132,"TERMINAL",0,0,"50",,terminal_output +2208,2538159,"TERMINAL",0,0,"1",,terminal_output +2209,2539282,"TERMINAL",0,0,"2",,terminal_output +2210,2540302,"TERMINAL",0,0,"3",,terminal_output +2211,2541278,"TERMINAL",0,0,"4",,terminal_output +2212,2542300,"TERMINAL",0,0,"5",,terminal_output +2213,2543382,"TERMINAL",0,0,"6",,terminal_output +2214,2544377,"TERMINAL",0,0,"7",,terminal_output +2215,2545419,"TERMINAL",0,0,"8",,terminal_output +2216,2546454,"TERMINAL",0,0,"9",,terminal_output +2217,2547579,"TERMINAL",0,0,"5:00",,terminal_output +2218,2548537,"TERMINAL",0,0,"1",,terminal_output +2219,2549581,"TERMINAL",0,0,"2",,terminal_output +2220,2550653,"TERMINAL",0,0,"3",,terminal_output +2221,2551677,"TERMINAL",0,0,"4",,terminal_output +2222,2552707,"TERMINAL",0,0,"6",,terminal_output +2223,2553826,"TERMINAL",0,0,"7",,terminal_output +2224,2554851,"TERMINAL",0,0,"8",,terminal_output +2225,2555872,"TERMINAL",0,0,"9",,terminal_output +2226,2556879,"TERMINAL",0,0,"10",,terminal_output +2227,2558023,"TERMINAL",0,0,"1",,terminal_output +2228,2558962,"TERMINAL",0,0,"2",,terminal_output +2229,2560070,"TERMINAL",0,0,"3",,terminal_output +2230,2561047,"TERMINAL",0,0,"4",,terminal_output +2231,2562120,"TERMINAL",0,0,"5",,terminal_output +2232,2563142,"TERMINAL",0,0,"6",,terminal_output +2233,2564179,"TERMINAL",0,0,"7",,terminal_output +2234,2565217,"TERMINAL",0,0,"8",,terminal_output +2235,2566258,"TERMINAL",0,0,"9",,terminal_output +2236,2567324,"TERMINAL",0,0,"20",,terminal_output +2237,2568367,"TERMINAL",0,0,"1",,terminal_output +2238,2569383,"TERMINAL",0,0,"2",,terminal_output +2239,2570425,"TERMINAL",0,0,"3",,terminal_output +2240,2571466,"TERMINAL",0,0,"4",,terminal_output +2241,2572515,"TERMINAL",0,0,"5",,terminal_output +2242,2573551,"TERMINAL",0,0,"6",,terminal_output +2243,2574611,"TERMINAL",0,0,"7",,terminal_output +2244,2575626,"TERMINAL",0,0,"8",,terminal_output +2245,2576681,"TERMINAL",0,0,"9",,terminal_output +2246,2577789,"TERMINAL",0,0,"31",,terminal_output +2247,2578765,"TERMINAL",0,0,"2",,terminal_output +2248,2579836,"TERMINAL",0,0,"3",,terminal_output +2249,2580962,"TERMINAL",0,0,"4",,terminal_output +2250,2581896,"TERMINAL",0,0,"5",,terminal_output +2251,2582994,"TERMINAL",0,0,"6",,terminal_output +2252,2583983,"TERMINAL",0,0,"7",,terminal_output +2253,2585058,"TERMINAL",0,0,"8",,terminal_output +2254,2586069,"TERMINAL",0,0,"9",,terminal_output +2255,2587209,"TERMINAL",0,0,"40",,terminal_output +2256,2588148,"TERMINAL",0,0,"1",,terminal_output +2257,2589199,"TERMINAL",0,0,"2",,terminal_output +2258,2590243,"TERMINAL",0,0,"3",,terminal_output +2259,2591306,"TERMINAL",0,0,"4",,terminal_output +2260,2592331,"TERMINAL",0,0,"5",,terminal_output +2261,2593374,"TERMINAL",0,0,"6",,terminal_output +2262,2594409,"TERMINAL",0,0,"7",,terminal_output +2263,2595453,"TERMINAL",0,0,"8",,terminal_output +2264,2596526,"TERMINAL",0,0,"9",,terminal_output +2265,2597537,"TERMINAL",0,0,"50",,terminal_output +2266,2598575,"TERMINAL",0,0,"1",,terminal_output +2267,2599700,"TERMINAL",0,0,"2",,terminal_output +2268,2600723,"TERMINAL",0,0,"3",,terminal_output +2269,2601699,"TERMINAL",0,0,"5",,terminal_output +2270,2602772,"TERMINAL",0,0,"6",,terminal_output +2271,2603898,"TERMINAL",0,0,"7",,terminal_output +2272,2604927,"TERMINAL",0,0,"8",,terminal_output +2273,2605960,"TERMINAL",0,0,"9",,terminal_output +2274,2606972,"TERMINAL",0,0,"6:00",,terminal_output +2275,2607996,"TERMINAL",0,0,"1",,terminal_output +2276,2609020,"TERMINAL",0,0,"2",,terminal_output +2277,2610146,"TERMINAL",0,0,"3",,terminal_output +2278,2611084,"TERMINAL",0,0,"4",,terminal_output +2279,2612193,"TERMINAL",0,0,"5",,terminal_output +2280,2613157,"TERMINAL",0,0,"6",,terminal_output +2281,2614240,"TERMINAL",0,0,"7",,terminal_output +2282,2615252,"TERMINAL",0,0,"8",,terminal_output +2283,2616321,"TERMINAL",0,0,"9",,terminal_output +2284,2617418,"TERMINAL",0,0,"10",,terminal_output +2285,2618384,"TERMINAL",0,0,"1",,terminal_output +2286,2619426,"TERMINAL",0,0,"2",,terminal_output +2287,2620467,"TERMINAL",0,0,"3",,terminal_output +2288,2621508,"TERMINAL",0,0,"4",,terminal_output +2289,2622638,"TERMINAL",0,0,"5",,terminal_output +2290,2623663,"TERMINAL",0,0,"6",,terminal_output +2291,2624630,"TERMINAL",0,0,"7",,terminal_output +2292,2625709,"TERMINAL",0,0,"8",,terminal_output +2293,2626717,"TERMINAL",0,0,"20",,terminal_output +2294,2627763,"TERMINAL",0,0,"1",,terminal_output +2295,2628803,"TERMINAL",0,0,"2",,terminal_output +2296,2629847,"TERMINAL",0,0,"3",,terminal_output +2297,2630913,"TERMINAL",0,0,"4",,terminal_output +2298,2631943,"TERMINAL",0,0,"5",,terminal_output +2299,2632980,"TERMINAL",0,0,"6",,terminal_output +2300,2634108,"TERMINAL",0,0,"71",,terminal_output +2301,2635137,"TERMINAL",0,0,"8",,terminal_output +2302,2636100,"TERMINAL",0,0,"9",,terminal_output +2303,2637140,"TERMINAL",0,0,"30",,terminal_output +2304,2638205,"TERMINAL",0,0,"1",,terminal_output +2305,2639227,"TERMINAL",0,0,"2",,terminal_output +2306,2640357,"TERMINAL",0,0,"3",,terminal_output +2307,2641335,"TERMINAL",0,0,"4",,terminal_output +2308,2642363,"TERMINAL",0,0,"5",,terminal_output +2309,2643417,"TERMINAL",0,0,"62",,terminal_output +2310,2644469,"TERMINAL",0,0,"7",,terminal_output +2311,2645576,"TERMINAL",0,0,"8",,terminal_output +2312,2646546,"TERMINAL",0,0,"9",,terminal_output +2313,2647624,"TERMINAL",0,0,"40",,terminal_output +2314,2648624,"TERMINAL",0,0,"1",,terminal_output +2315,2649670,"TERMINAL",0,0,"2",,terminal_output +2316,2650704,"TERMINAL",0,0,"4",,terminal_output +2317,2651745,"TERMINAL",0,0,"5",,terminal_output +2318,2652787,"TERMINAL",0,0,"6",,terminal_output +2319,2653870,"TERMINAL",0,0,"7",,terminal_output +2320,2654898,"TERMINAL",0,0,"8",,terminal_output +2321,2655920,"TERMINAL",0,0,"9",,terminal_output +2322,2656952,"TERMINAL",0,0,"50",,terminal_output +2323,2657999,"TERMINAL",0,0,"1",,terminal_output +2324,2659039,"TERMINAL",0,0,"2",,terminal_output +2325,2660079,"TERMINAL",0,0,"3",,terminal_output +2326,2661159,"TERMINAL",0,0,"4",,terminal_output +2327,2662172,"TERMINAL",0,0,"5",,terminal_output +2328,2663210,"TERMINAL",0,0,"6",,terminal_output +2329,2664316,"TERMINAL",0,0,"7",,terminal_output +2330,2665361,"TERMINAL",0,0,"8",,terminal_output +2331,2666366,"TERMINAL",0,0,"9",,terminal_output +2332,2667375,"TERMINAL",0,0,"7:00",,terminal_output +2333,2668423,"TERMINAL",0,0,"1",,terminal_output +2334,2669479,"TERMINAL",0,0,"2",,terminal_output +2335,2670518,"TERMINAL",0,0,"3",,terminal_output +2336,2671621,"TERMINAL",0,0,"4",,terminal_output +2337,2672609,"TERMINAL",0,0,"5",,terminal_output +2338,2673735,"TERMINAL",0,0,"6",,terminal_output +2339,2674759,"TERMINAL",0,0,"8",,terminal_output +2340,2675783,"TERMINAL",0,0,"9",,terminal_output +2341,2676771,"TERMINAL",0,0,"10",,terminal_output +2342,2677832,"TERMINAL",0,0,"1",,terminal_output +2343,2678861,"TERMINAL",0,0,"2",,terminal_output +2344,2679899,"TERMINAL",0,0,"3",,terminal_output +2345,2680938,"TERMINAL",0,0,"4",,terminal_output +2346,2682029,"TERMINAL",0,0,"5",,terminal_output +2347,2683015,"TERMINAL",0,0,"6",,terminal_output +2348,2684079,"TERMINAL",0,0,"7",,terminal_output +2349,2685105,"TERMINAL",0,0,"8",,terminal_output +2350,2686229,"TERMINAL",0,0,"9",,terminal_output +2351,2687253,"TERMINAL",0,0,"20",,terminal_output +2352,2688273,"TERMINAL",0,0,"1",,terminal_output +2353,2689294,"TERMINAL",0,0,"2",,terminal_output +2354,2690317,"TERMINAL",0,0,"3",,terminal_output +2355,2691370,"TERMINAL",0,0,"4",,terminal_output +2356,2692399,"TERMINAL",0,0,"5",,terminal_output +2357,2693442,"TERMINAL",0,0,"6",,terminal_output +2358,2694483,"TERMINAL",0,0,"7",,terminal_output +2359,2695547,"TERMINAL",0,0,"8",,terminal_output +2360,2696587,"TERMINAL",0,0,"9",,terminal_output +2361,2703470,"TERMINAL",0,0,"\r(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +2362,2703471,"TERMINAL",0,0,"301345Every 1.0s: sinfo_t_idlehkn1991.localdomain: Thu Jul 3 13:47:35 2025Partition dev_cpuonly: 12 nodes idle\rPartition cpuonly: 12 nodes idle\rPartition dev_accelerated:\t 2 nodes idle\rPartition accelerated:\t 0 nodes idle\rPartition dev_accelerated-h100 :\t 1 nodes idle\rPartition accelerated-h100:\t 0 nodes idle\rPartition large:\t 7 nodes idle6",,terminal_output +2363,2703567,"TERMINAL",0,0,"\r(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +2364,2706530,"TERMINAL",0,0,"\r(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +2365,2706530,"TERMINAL",0,0,"789",,terminal_output +2366,2707581,"TERMINAL",0,0,"403",,terminal_output +2367,2708084,"train_tokenizer.py",9576,0,"",python,selection_mouse +2368,2708559,"TERMINAL",0,0,"1",,terminal_output +2369,2709602,"TERMINAL",0,0,"2",,terminal_output +2370,2710360,"TERMINAL",0,0,"[?25lqu[?25h",,terminal_output +2371,2710420,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2372,2710515,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2373,2710644,"TERMINAL",0,0,"[?25lu[?25h[?25le[?25h",,terminal_output +2374,2710658,"TERMINAL",0,0,"3",,terminal_output +2375,2710794,"TERMINAL",0,0,"\r\n[?2004l\r[?1049h(B[?7hEvery 1.0s: squeue --mehkn0615.localdomain: Thu Jul 3 13:47:44 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3313564 accelerat train_to tum_cte0 R 6:16:28\t 4 hkn[0405,0532,0729,0814]3314634 accelerat interact tum_cte0 R44:55\t 2 hkn[0615-0616]",,terminal_output +2376,2711454,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn0615:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +2377,2711682,"TERMINAL",0,0,"5",,terminal_output +2378,2712501,"TERMINAL",0,0,"queue",,terminal_output +2379,2712711,"TERMINAL",0,0,"\r\n[?2004l\r[?1049h(B[?7hEvery 1.0s: squeue --mehkn0615.localdomain: Thu Jul 3 13:47:46 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3313564 accelerat train_to tum_cte0 R 6:16:30\t 4 hkn[0405,0532,0729,0814]3314634 accelerat interact tum_cte0 R44:57\t 2 hkn[0615-0616]",,terminal_output +2380,2712738,"TERMINAL",0,0,"6",,terminal_output +2381,2713776,"TERMINAL",0,0,"718",,terminal_output +2382,2713789,"TERMINAL",0,0,"7",,terminal_output +2383,2713860,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn0615:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0615 jafar]$ ",,terminal_output +2384,2714903,"TERMINAL",0,0,"8",,terminal_output +2385,2715851,"TERMINAL",0,0,"9",,terminal_output +2386,2716903,"TERMINAL",0,0,"50",,terminal_output +2387,2717973,"TERMINAL",0,0,"1",,terminal_output +2388,2719001,"TERMINAL",0,0,"2",,terminal_output +2389,2720031,"TERMINAL",0,0,"3",,terminal_output +2390,2721160,"TERMINAL",0,0,"4",,terminal_output +2391,2722106,"TERMINAL",0,0,"5",,terminal_output +2392,2723197,"TERMINAL",0,0,"6",,terminal_output +2393,2724204,"TERMINAL",0,0,"7",,terminal_output +2394,2725247,"TERMINAL",0,0,"84",,terminal_output +2395,2726381,"TERMINAL",0,0,"9",,terminal_output +2396,2727319,"TERMINAL",0,0,"8:00",,terminal_output +2397,2728521,"TERMINAL",0,0,"1",,terminal_output +2398,2729446,"TERMINAL",0,0,"2",,terminal_output +2399,2730499,"TERMINAL",0,0,"3",,terminal_output +2400,2731504,"TERMINAL",0,0,"4",,terminal_output +2401,2732550,"TERMINAL",0,0,"5",,terminal_output +2402,2732582,"TERMINAL",0,0,"watch",,terminal_focus +2403,2733593,"TERMINAL",0,0,"6",,terminal_output +2404,2735118,"TERMINAL",0,0,"",,terminal_focus +2405,2735212,"TERMINAL",0,0,"7",,terminal_output +2406,2735677,"TERMINAL",0,0,"8",,terminal_output +2407,2736716,"TERMINAL",0,0,"10",,terminal_output +2408,2737760,"TERMINAL",0,0,"1",,terminal_output +2409,2738803,"TERMINAL",0,0,"2",,terminal_output +2410,2739845,"TERMINAL",0,0,"3",,terminal_output +2411,2740912,"TERMINAL",0,0,"4",,terminal_output +2412,2741952,"TERMINAL",0,0,"5",,terminal_output +2413,2742999,"TERMINAL",0,0,"6",,terminal_output +2414,2744020,"TERMINAL",0,0,"7",,terminal_output +2415,2745110,"TERMINAL",0,0,"8",,terminal_output +2416,2746134,"TERMINAL",0,0,"9",,terminal_output +2417,2747159,"TERMINAL",0,0,"20",,terminal_output +2418,2748172,"TERMINAL",0,0,"1",,terminal_output +2419,2749228,"TERMINAL",0,0,"2",,terminal_output +2420,2750312,"TERMINAL",0,0,"3",,terminal_output +2421,2751294,"TERMINAL",0,0,"4",,terminal_output +2422,2752332,"TERMINAL",0,0,"5",,terminal_output +2423,2753393,"TERMINAL",0,0,"63",,terminal_output +2424,2754430,"TERMINAL",0,0,"7",,terminal_output +2425,2754747,"TERMINAL",0,0,"salloc --time=01:30:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5",,terminal_command +2426,2754820,"TERMINAL",0,0,"]633;E;2025-07-03 13:48:28 salloc --time=01:30:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5;3d7e79a2-e817-4582-b692-6332553dbb63]633;Csalloc: Pending job allocation 3314747\r\nsalloc: job 3314747 queued and waiting for resources\r\n",,terminal_output +2427,2755479,"TERMINAL",0,0,"8",,terminal_output +2428,2756560,"TERMINAL",0,0,"9",,terminal_output +2429,2757144,"TERMINAL",0,0,"srun",,terminal_focus +2430,2757582,"TERMINAL",0,0,"30",,terminal_output +2431,2758211,"TERMINAL",0,0,"[?2004l\r\r\nexit\r\n",,terminal_output +2432,2758280,"TERMINAL",0,0,"salloc: Relinquishing job allocation 3314634\r\nsalloc: Job allocation 3314634 has been revoked.\r\n",,terminal_output +2433,2758627,"TERMINAL",0,0,"12",,terminal_output +2434,2759811,"TERMINAL",0,0,"salloc",,terminal_focus +2435,2759857,"TERMINAL",0,0,"2",,terminal_output +2436,2760776,"TERMINAL",0,0,"4",,terminal_output +2437,2761742,"TERMINAL",0,0,"5",,terminal_output +2438,2762113,"TERMINAL",0,0,"watch",,terminal_focus +2439,2762786,"TERMINAL",0,0,"6",,terminal_output +2440,2763826,"TERMINAL",0,0,"7",,terminal_output +2441,2764976,"TERMINAL",0,0,"8",,terminal_output +2442,2766092,"TERMINAL",0,0,"9",,terminal_output +2443,2766971,"TERMINAL",0,0,"404",,terminal_output +2444,2768048,"TERMINAL",0,0,"salloc",,terminal_focus +2445,2768123,"TERMINAL",0,0,"1",,terminal_output +2446,2769072,"TERMINAL",0,0,"2",,terminal_output +2447,2770170,"TERMINAL",0,0,"3",,terminal_output +2448,2771225,"TERMINAL",0,0,"4",,terminal_output +2449,2772246,"TERMINAL",0,0,"5",,terminal_output +2450,2773304,"TERMINAL",0,0,"6",,terminal_output +2451,2774294,"TERMINAL",0,0,"7",,terminal_output +2452,2775311,"TERMINAL",0,0,"8",,terminal_output +2453,2776355,"TERMINAL",0,0,"9",,terminal_output +2454,2777403,"TERMINAL",0,0,"50",,terminal_output +2455,2778443,"TERMINAL",0,0,"1",,terminal_output +2456,2779487,"TERMINAL",0,0,"2",,terminal_output +2457,2780535,"TERMINAL",0,0,"3",,terminal_output +2458,2781585,"TERMINAL",0,0,"4",,terminal_output +2459,2782694,"TERMINAL",0,0,"5",,terminal_output +2460,2783706,"TERMINAL",0,0,"6",,terminal_output +2461,2784740,"TERMINAL",0,0,"8",,terminal_output +2462,2785865,"TERMINAL",0,0,"9",,terminal_output +2463,2786811,"TERMINAL",0,0,"9:00",,terminal_output +2464,2787844,"TERMINAL",0,0,"1",,terminal_output +2465,2788716,"TERMINAL",0,0,"watch",,terminal_focus +2466,2788934,"TERMINAL",0,0,"2",,terminal_output +2467,2789977,"TERMINAL",0,0,"3",,terminal_output +2468,2790889,"TERMINAL",0,0,"salloc",,terminal_focus +2469,2790978,"TERMINAL",0,0,"4",,terminal_output +2470,2792116,"TERMINAL",0,0,"5",,terminal_output +2471,2793136,"TERMINAL",0,0,"6",,terminal_output +2472,2794146,"TERMINAL",0,0,"7",,terminal_output +2473,2795188,"TERMINAL",0,0,"8",,terminal_output +2474,2796219,"TERMINAL",0,0,"9",,terminal_output +2475,2797285,"TERMINAL",0,0,"10",,terminal_output +2476,2798289,"TERMINAL",0,0,"1",,terminal_output +2477,2799326,"TERMINAL",0,0,"2",,terminal_output +2478,2800398,"TERMINAL",0,0,"3",,terminal_output +2479,2801421,"TERMINAL",0,0,"4",,terminal_output +2480,2802467,"TERMINAL",0,0,"5",,terminal_output +2481,2803516,"TERMINAL",0,0,"6",,terminal_output +2482,2804550,"TERMINAL",0,0,"7",,terminal_output +2483,2805629,"TERMINAL",0,0,"8",,terminal_output +2484,2806672,"TERMINAL",0,0,"9",,terminal_output +2485,2807688,"TERMINAL",0,0,"2111",,terminal_output +2486,2808803,"TERMINAL",0,0,"2",,terminal_output +2487,2809830,"TERMINAL",0,0,"3",,terminal_output +2488,2810851,"TERMINAL",0,0,"4",,terminal_output +2489,2811869,"TERMINAL",0,0,"5",,terminal_output +2490,2813002,"TERMINAL",0,0,"6",,terminal_output +2491,2813957,"TERMINAL",0,0,"7",,terminal_output +2492,2815051,"TERMINAL",0,0,"8",,terminal_output +2493,2816074,"TERMINAL",0,0,"9",,terminal_output +2494,2817091,"TERMINAL",0,0,"30",,terminal_output +2495,2818227,"TERMINAL",0,0,"1",,terminal_output +2496,2819249,"TERMINAL",0,0,"2",,terminal_output +2497,2820230,"TERMINAL",0,0,"3",,terminal_output +2498,2821292,"TERMINAL",0,0,"4",,terminal_output +2499,2822314,"TERMINAL",0,0,"5",,terminal_output +2500,2823446,"TERMINAL",0,0,"6",,terminal_output +2501,2824472,"TERMINAL",0,0,"7",,terminal_output +2502,2825447,"TERMINAL",0,0,"8",,terminal_output +2503,2826492,"TERMINAL",0,0,"9",,terminal_output +2504,2827588,"TERMINAL",0,0,"40",,terminal_output +2505,2828668,"TERMINAL",0,0,"1",,terminal_output +2506,2829734,"TERMINAL",0,0,"2",,terminal_output +2507,2830721,"TERMINAL",0,0,"4",,terminal_output +2508,2831759,"TERMINAL",0,0,"5",,terminal_output +2509,2832871,"TERMINAL",0,0,"6",,terminal_output +2510,2833892,"TERMINAL",0,0,"75",,terminal_output +2511,2834938,"TERMINAL",0,0,"8",,terminal_output +2512,2836043,"TERMINAL",0,0,"9",,terminal_output +2513,2837003,"TERMINAL",0,0,"50",,terminal_output +2514,2838060,"TERMINAL",0,0,"1",,terminal_output +2515,2838932,"TERMINAL",0,0,"^Csalloc: Job allocation 3314747 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;1",,terminal_output +2516,2839123,"TERMINAL",0,0,"2",,terminal_output +2517,2839380,"TERMINAL",0,0,"salloc --time=01:30:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5",,terminal_command +2518,2839469,"TERMINAL",0,0,"]633;E;2025-07-03 13:49:52 salloc --time=01:30:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5;3d7e79a2-e817-4582-b692-6332553dbb63]633;Csalloc: Pending job allocation 3314819\r\nsalloc: job 3314819 queued and waiting for resources\r\n",,terminal_output +2519,2840138,"TERMINAL",0,0,"3",,terminal_output +2520,2841215,"TERMINAL",0,0,"^Csalloc: Job allocation 3314819 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;1",,terminal_output +2521,2841267,"TERMINAL",0,0,"4",,terminal_output +2522,2842288,"TERMINAL",0,0,"5",,terminal_output +2523,2843313,"TERMINAL",0,0,"6",,terminal_output +2524,2844322,"TERMINAL",0,0,"7",,terminal_output +2525,2845407,"TERMINAL",0,0,"8",,terminal_output +2526,2846487,"TERMINAL",0,0,"96",,terminal_output +2527,2846746,"TERMINAL",0,0,"salloc --time=01:30:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5",,terminal_command +2528,2846796,"TERMINAL",0,0,"]633;E;2025-07-03 13:50:00 salloc --time=01:30:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5;3d7e79a2-e817-4582-b692-6332553dbb63]633;C",,terminal_output +2529,2846849,"TERMINAL",0,0,"salloc: Pending job allocation 3314820\r\nsalloc: job 3314820 queued and waiting for resources\r\n",,terminal_output +2530,2847458,"TERMINAL",0,0,"50:00",,terminal_output +2531,2848542,"TERMINAL",0,0,"1",,terminal_output +2532,2849553,"TERMINAL",0,0,"2",,terminal_output +2533,2849964,"TERMINAL",0,0,"^Csalloc: Job allocation 3314820 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;1",,terminal_output +2534,2850615,"TERMINAL",0,0,"3",,terminal_output +2535,2851649,"TERMINAL",0,0,"4",,terminal_output +2536,2852675,"TERMINAL",0,0,"5",,terminal_output +2537,2853758,"TERMINAL",0,0,"7",,terminal_output +2538,2854317,"TERMINAL",0,0,"salloc --time=01:30:00 --partition=dev_accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5",,terminal_command +2539,2854381,"TERMINAL",0,0,"]633;E;2025-07-03 13:50:07 salloc --time=01:30:00 --partition=dev_accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5;3d7e79a2-e817-4582-b692-6332553dbb63]633;Csalloc: error: Job submit/allocate failed: Requested time limit is invalid (missing or exceeds some limit)\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;1",,terminal_output +2540,2854782,"TERMINAL",0,0,"8",,terminal_output +2541,2855841,"TERMINAL",0,0,"9",,terminal_output +2542,2856846,"TERMINAL",0,0,"10",,terminal_output +2543,2857933,"TERMINAL",0,0,"1",,terminal_output +2544,2858638,"TERMINAL",0,0,"salloc --time=01:00:00 --partition=dev_accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5",,terminal_command +2545,2858712,"TERMINAL",0,0,"]633;E;2025-07-03 13:50:11 salloc --time=01:00:00 --partition=dev_accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5;3d7e79a2-e817-4582-b692-6332553dbb63]633;Csalloc: Granted job allocation 3314821\r\n",,terminal_output +2546,2858825,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +2547,2858935,"TERMINAL",0,0,"21",,terminal_output +2548,2860006,"TERMINAL",0,0,"3",,terminal_output +2549,2861029,"TERMINAL",0,0,"4",,terminal_output +2550,2862064,"TERMINAL",0,0,"5",,terminal_output +2551,2863107,"TERMINAL",0,0,"6",,terminal_output +2552,2864203,"TERMINAL",0,0,"7",,terminal_output +2553,2865187,"TERMINAL",0,0,"8",,terminal_output +2554,2866250,"TERMINAL",0,0,"9",,terminal_output +2555,2867279,"TERMINAL",0,0,"20",,terminal_output +2556,2868443,"TERMINAL",0,0,"10",,terminal_output +2557,2869357,"TERMINAL",0,0,"2",,terminal_output +2558,2870461,"TERMINAL",0,0,"3",,terminal_output +2559,2871474,"TERMINAL",0,0,"4",,terminal_output +2560,2872489,"TERMINAL",0,0,"5",,terminal_output +2561,2873932,"TERMINAL",0,0,"6 2",,terminal_output +2562,2875057,"TERMINAL",0,0,"8",,terminal_output +2563,2876007,"TERMINAL",0,0,"9",,terminal_output +2564,2877054,"TERMINAL",0,0,"30",,terminal_output +2565,2878107,"TERMINAL",0,0,"1",,terminal_output +2566,2879148,"TERMINAL",0,0,"2",,terminal_output +2567,2880186,"TERMINAL",0,0,"3",,terminal_output +2568,2881231,"TERMINAL",0,0,"4",,terminal_output +2569,2882277,"TERMINAL",0,0,"5",,terminal_output +2570,2883321,"TERMINAL",0,0,"6",,terminal_output +2571,2884369,"TERMINAL",0,0,"7",,terminal_output +2572,2885423,"TERMINAL",0,0,"8",,terminal_output +2573,2885847,"TERMINAL",0,0,"salloc: Nodes hkn0402 are ready for job\r\n",,terminal_output +2574,2886461,"TERMINAL",0,0,"9",,terminal_output +2575,2886700,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h[tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2576,2887552,"TERMINAL",0,0,"40",,terminal_output +2577,2888552,"TERMINAL",0,0,"1",,terminal_output +2578,2889598,"TERMINAL",0,0,"2",,terminal_output +2579,2890724,"TERMINAL",0,0,"3",,terminal_output +2580,2891690,"TERMINAL",0,0,"5",,terminal_output +2581,2892744,"TERMINAL",0,0,"6",,terminal_output +2582,2893796,"TERMINAL",0,0,"7",,terminal_output +2583,2894764,"TERMINAL",0,0,"s",,terminal_output +2584,2894830,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2585,2894831,"TERMINAL",0,0,"8",,terminal_output +2586,2895023,"TERMINAL",0,0,"[?25lu[?25h[?25lr[?25h",,terminal_output +2587,2895290,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2588,2895363,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2589,2895430,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2590,2895576,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +2591,2895629,"TERMINAL",0,0,"[?25lv[?25h",,terminal_output +2592,2895841,"TERMINAL",0,0,"env/",,terminal_output +2593,2895902,"TERMINAL",0,0,"9",,terminal_output +2594,2896092,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +2595,2896141,"TERMINAL",0,0,"in/",,terminal_output +2596,2896412,"TERMINAL",0,0,"[?25la[?25h[?25lc[?25h",,terminal_output +2597,2896596,"TERMINAL",0,0,"tivate",,terminal_output +2598,2896825,"TERMINAL",0,0,"[?25l[?2004l\r[?25h]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2599,2896935,"TERMINAL",0,0,"50",,terminal_output +2600,2897112,"TERMINAL",0,0,"l",,terminal_output +2601,2897241,"TERMINAL",0,0,"[?25ls[?25h[?25l[?2004l\r[?25h",,terminal_output +2602,2897405,"TERMINAL",0,0,"data frame-knoms.png generate_dataset.py LICENSE overfit_dir read_tf_record.py sample.py slurm train_dynamics.py utils\r\ndata_tfrecord_duplicated frame.png genie.py logs __pycache__ requirements-franz.txt scripts_cremers slurm-3309772.out train_lam.py wandb\r\ndata_tfrecords frames gifs models README.md requirements.txt scripts_horeka tests train_tokenizer.py\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2603,2897962,"TERMINAL",0,0,"1",,terminal_output +2604,2898508,"train_tokenizer.py",0,0,"",python,tab +2605,2898509,"train_tokenizer.py",7794,0,"",python,selection_mouse +2606,2898574,"train_tokenizer.py",7793,0,"",python,selection_command +2607,2899017,"TERMINAL",0,0,"2",,terminal_output +2608,2900160,"TERMINAL",0,0,"3",,terminal_output +2609,2901173,"TERMINAL",0,0,"4",,terminal_output +2610,2902148,"TERMINAL",0,0,"5",,terminal_output +2611,2903408,"TERMINAL",0,0,"6",,terminal_output +2612,2904232,"TERMINAL",0,0,"7",,terminal_output +2613,2905369,"TERMINAL",0,0,"8",,terminal_output +2614,2906390,"TERMINAL",0,0,"9",,terminal_output +2615,2907363,"TERMINAL",0,0,"1:00",,terminal_output +2616,2908480,"TERMINAL",0,0,"1",,terminal_output +2617,2909498,"TERMINAL",0,0,"2",,terminal_output +2618,2910506,"TERMINAL",0,0,"3",,terminal_output +2619,2911544,"TERMINAL",0,0,"4",,terminal_output +2620,2912592,"TERMINAL",0,0,"5",,terminal_output +2621,2913636,"TERMINAL",0,0,"6",,terminal_output +2622,2914679,"TERMINAL",0,0,"8",,terminal_output +2623,2915784,"TERMINAL",0,0,"9",,terminal_output +2624,2916771,"TERMINAL",0,0,"10",,terminal_output +2625,2917813,"TERMINAL",0,0,"1",,terminal_output +2626,2918884,"TERMINAL",0,0,"2",,terminal_output +2627,2920010,"TERMINAL",0,0,"3",,terminal_output +2628,2921034,"TERMINAL",0,0,"4",,terminal_output +2629,2922059,"TERMINAL",0,0,"5",,terminal_output +2630,2923083,"TERMINAL",0,0,"6",,terminal_output +2631,2924088,"TERMINAL",0,0,"7",,terminal_output +2632,2925128,"TERMINAL",0,0,"8",,terminal_output +2633,2926168,"TERMINAL",0,0,"9",,terminal_output +2634,2927214,"TERMINAL",0,0,"20",,terminal_output +2635,2928306,"TERMINAL",0,0,"1",,terminal_output +2636,2929321,"TERMINAL",0,0,"2",,terminal_output +2637,2930360,"TERMINAL",0,0,"3",,terminal_output +2638,2931400,"TERMINAL",0,0,"4",,terminal_output +2639,2932504,"TERMINAL",0,0,"5",,terminal_output +2640,2933529,"TERMINAL",0,0,"63",,terminal_output +2641,2934542,"TERMINAL",0,0,"74",,terminal_output +2642,2935576,"TERMINAL",0,0,"8",,terminal_output +2643,2936669,"TERMINAL",0,0,"9",,terminal_output +2644,2937737,"TERMINAL",0,0,"30",,terminal_output +2645,2938754,"TERMINAL",0,0,"2",,terminal_output +2646,2939878,"TERMINAL",0,0,"3",,terminal_output +2647,2940901,"TERMINAL",0,0,"4",,terminal_output +2648,2941844,"TERMINAL",0,0,"5",,terminal_output +2649,2942957,"TERMINAL",0,0,"6",,terminal_output +2650,2943972,"TERMINAL",0,0,"7",,terminal_output +2651,2944980,"TERMINAL",0,0,"8",,terminal_output +2652,2945807,"train_tokenizer.py",0,0,"",python,tab +2653,2945808,"train_tokenizer.py",8677,0,"",python,selection_mouse +2654,2945987,"train_tokenizer.py",8676,0,"",python,selection_command +2655,2946064,"TERMINAL",0,0,"9",,terminal_output +2656,2947066,"TERMINAL",0,0,"40",,terminal_output +2657,2948311,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/utils/dataloader.py",0,0,"",python,tab +2658,2948381,"TERMINAL",0,0,"1",,terminal_output +2659,2949204,"TERMINAL",0,0,"2",,terminal_output +2660,2950209,"TERMINAL",0,0,"3",,terminal_output +2661,2951244,"TERMINAL",0,0,"4",,terminal_output +2662,2952401,"TERMINAL",0,0,"5",,terminal_output +2663,2952911,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/utils/dataloader.py",3508,0,"",python,selection_mouse +2664,2952914,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/utils/dataloader.py",3507,0,"",python,selection_command +2665,2953323,"TERMINAL",0,0,"6",,terminal_output +2666,2954432,"TERMINAL",0,0,"7",,terminal_output +2667,2955446,"TERMINAL",0,0,"8",,terminal_output +2668,2956483,"TERMINAL",0,0,"9",,terminal_output +2669,2957480,"TERMINAL",0,0,"50",,terminal_output +2670,2958531,"TERMINAL",0,0,"1",,terminal_output +2671,2959578,"TERMINAL",0,0,"2",,terminal_output +2672,2960662,"TERMINAL",0,0,"3",,terminal_output +2673,2960743,"scripts_horeka/batchsize_scaling/adjusted_lr/tester.sh",0,0,"#!/usr/bin/env bash\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""0000""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=48 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=10 \\n --log \\n --name=tokenizer-batch-size-scaling-1-node-$slurm_job_id \\n --tags tokenizer batch-size-scaling 1-node debug \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir",shellscript,tab +2674,2961205,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/utils/dataloader.py",0,0,"",python,tab +2675,2961695,"TERMINAL",0,0,"4",,terminal_output +2676,2962832,"TERMINAL",0,0,"6",,terminal_output +2677,2963842,"TERMINAL",0,0,"7",,terminal_output +2678,2964790,"TERMINAL",0,0,"8",,terminal_output +2679,2965926,"TERMINAL",0,0,"9",,terminal_output +2680,2966881,"TERMINAL",0,0,"2:00",,terminal_output +2681,2967946,"TERMINAL",0,0,"1",,terminal_output +2682,2968960,"TERMINAL",0,0,"2",,terminal_output +2683,2970065,"TERMINAL",0,0,"3",,terminal_output +2684,2971195,"TERMINAL",0,0,"4",,terminal_output +2685,2972093,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :frame_idx], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid\n\n\n# --- Get video + latent actions ---\ntfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions from first video only\nfirst_video = video_batch[:1]\nbatch = dict(videos=first_video)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(1, args.seq_len - 1, 1)\n# Use actions from first video for all videos\naction_batch = jnp.repeat(action_batch, video_batch.shape[0], axis=0)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\nfirst_true = (video_batch[0:1] * 255).astype(np.uint8)\nfirst_pred = (vid[0:1] * 255).astype(np.uint8)\nfirst_video_comparison = np.zeros((2, *vid.shape[1:5]), dtype=np.uint8)\nfirst_video_comparison[0] = first_true[:, : vid.shape[1]]\nfirst_video_comparison[1] = first_pred\n# For other videos, only show generated video\nother_preds = (vid[1:] * 255).astype(np.uint8)\nall_frames = np.concatenate([first_video_comparison, other_preds], axis=0)\nflat_vid = einops.rearrange(all_frames, ""n t h w c -> t h (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in flat_vid]\n# Write actions on each frame\nfor img, action in zip(imgs[1:], action_batch[0, :, 0]):\n d = ImageDraw.Draw(img)\n d.text((2, 2), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +2686,2972370,"TERMINAL",0,0,"5",,terminal_output +2687,2973274,"TERMINAL",0,0,"6",,terminal_output +2688,2974648,"TERMINAL",0,0,"7",,terminal_output +2689,2975317,"TERMINAL",0,0,"8",,terminal_output +2690,2976281,"TERMINAL",0,0,"916",,terminal_output +2691,2977375,"TERMINAL",0,0,"10",,terminal_output +2692,2978502,"TERMINAL",0,0,"1",,terminal_output +2693,2979420,"TERMINAL",0,0,"2",,terminal_output +2694,2980500,"TERMINAL",0,0,"340",,terminal_output +2695,2981555,"TERMINAL",0,0,"452",,terminal_output +2696,2982580,"TERMINAL",0,0,"5",,terminal_output +2697,2983604,"TERMINAL",0,0,"6",,terminal_output +2698,2984636,"TERMINAL",0,0,"7",,terminal_output +2699,2985753,"TERMINAL",0,0,"864",,terminal_output +2700,2986418,"TERMINAL",0,0,"watch",,terminal_focus +2701,2986719,"TERMINAL",0,0,"2076",,terminal_output +2702,2986955,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +2703,2987963,"TERMINAL",0,0,"srun",,terminal_focus +2704,2988769,"TERMINAL",0,0,"[?25lgi[?25h[?25li[?25h",,terminal_output +2705,2988843,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2706,2988908,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2707,2989076,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2708,2989172,"TERMINAL",0,0,"[?25lt[?25h[?25la[?25h",,terminal_output +2709,2989320,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2710,2989380,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2711,2989448,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2712,2989642,"TERMINAL",0,0,"[?25l[?2004l\r[?25h",,terminal_output +2713,2989830,"TERMINAL",0,0,"On branch runner\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: utils/dataloader.py\r\n\r\nUntracked files:\r\n (use ""git add ..."" to include in what will be committed)\r\n\tdata_tfrecord_duplicated/\r\n\tdata_tfrecords/\r\n\tlogs/\r\n\tread_tf_record.py\r\n\trequirements-franz.txt\r\n\tscripts_cremers/\r\n\tscripts_horeka/\r\n\tslurm-3309772.out\r\n\tslurm/\r\n\tutils/visualizer.py\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2714,2990599,"TERMINAL",0,0,"g",,terminal_output +2715,2990729,"TERMINAL",0,0,"[?25li[?25h[?25lt[?25h",,terminal_output +2716,2990795,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2717,2991011,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +2718,2991076,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2719,2991214,"TERMINAL",0,0,"[?25lf[?25h",,terminal_output +2720,2991428,"TERMINAL",0,0,"[?25lf[?25h[?25l [?25h",,terminal_output +2721,2991531,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2722,2991768,"TERMINAL",0,0,"tils/",,terminal_output +2723,2992515,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +2724,2992746,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2725,2992904,"TERMINAL",0,0,"taloader.py",,terminal_output +2726,2993384,"TERMINAL",0,0,"[?25l[?2004l\r[?25h[?1h=\rdiff --git a/utils/dataloader.py b/utils/dataloader.py\r\nindex 19147d7..19652b5 100644\r\n--- a/utils/dataloader.py\r\n+++ b/utils/dataloader.py\r\n@@ -64,7 +64,7 @@ def _parse_tfrecord_fn(example_proto, image_h, image_w, image_c):\r\n return episode_tensor\r\n \r\n \r\n-def _create_processed_dataset_from_file(file_path, image_h, image_w, image_c, seq_len, num_parallel_calls):\r\n+def _create_processed_dataset_from_file(file_path, image_h, image_w, image_c, seq_len, num_parallel_calls, seed):\r\n """"""Creates a fully processed dataset from a single TFRecord file.""""""\r\n dataset = tf.data.TFRecordDataset([file_path])\r\n \r\n@@ -73,6 +73,12 @@ def _create_processed_dataset_from_file(file_path, image_h, image_w, image_c, se\r\n )\r\n dataset = dataset.map(parse_fn, num_parallel_calls=num_parallel_calls)\r\n \r\n+ # Filter out episodes that are too short\r\n+ def filter_short_episodes(episode_tensor):\r\n+ return tf.shape(episode_tensor)[0] >= seq_len\r\n+ \r\n+ dataset = dataset.filter(filter_short_episodes)\r\n+\r\n tf_process_fn = functools.partial(\r\n _tf_process_episode,\r\n seq_len=seq_len,\r\n@@ -93,7 +99,7 @@ def get_dataloader(\r\n image_h: int,\r\n image_w: int,\r\n image_c: int,\r\n- shuffle_buffer_size: int = 1000,\r\n+ shuffle_buffer_size: int = 10,\r\n num_parallel_calls: int = tf.data.AUTOTUNE,\r\n seed: int = 42,\r\n cycle_length: int = 4,\r\n@@ -116,7 +122,7 @@ def get_dataloader(\r\n \r\n def dataset_fn(file_path):\r\n return _create_processed_dataset_from_file(\r\n- file_path, image_h, image_w, image_c, seq_len, num_parallel_calls\r\n+ file_path, image_h, image_w, image_c, seq_len, num_parallel_calls, seed\r\n )\r\n \r\n dataset = tf.data.Dataset.from_tensor_slices(tfrecord_paths)\r\n",,terminal_output +2727,2993444,"TERMINAL",0,0,"\r[?1l>]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2728,3012180,"TERMINAL",0,0,"g",,terminal_output +2729,3012252,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2730,3012391,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2731,3012456,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2732,3012709,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2733,3013522,"TERMINAL",0,0,"[?25lat[?25h",,terminal_output +2734,3014501,"TERMINAL",0,0,"[?25lt[?25h[?25la[?25h",,terminal_output +2735,3014586,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2736,3014771,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2737,3014836,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2738,3015078,"TERMINAL",0,0,"\r\n[?2004l\rOn branch runner\r\nChanges not staged for commit:\r\n (use ""git add ..."" to update what will be committed)\r\n (use ""git restore ..."" to discard changes in working directory)\r\n\tmodified: utils/dataloader.py\r\n\r\nUntracked files:\r\n (use ""git add ..."" to include in what will be committed)\r\n\tdata_tfrecord_duplicated/\r\n\tdata_tfrecords/\r\n\tlogs/\r\n\tread_tf_record.py\r\n\trequirements-franz.txt\r\n\tscripts_cremers/\r\n\tscripts_horeka/\r\n\tslurm-3309772.out\r\n\tslurm/\r\n\tutils/visualizer.py\r\n\r\nno changes added to commit (use ""git add"" and/or ""git commit -a"")\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2739,3015377,"TERMINAL",0,0,"[?25lgi[?25h",,terminal_output +2740,3015429,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2741,3015548,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2742,3015663,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2743,3015779,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2744,3015846,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2745,3016034,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +2746,3016193,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +2747,3016269,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2748,3016336,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2749,3016403,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2750,3016789,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +2751,3017527,"TERMINAL",0,0,"[?25la[?25h[?25lm[?25h[?25l [?25h",,terminal_output +2752,3017794,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +2753,3018909,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2754,3019189,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +2755,3019316,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +2756,3019545,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2757,3019667,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +2758,3019733,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2759,3020084,"TERMINAL",0,0,"[?25lf[?25h[?25li[?25h",,terminal_output +2760,3020273,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +2761,3020531,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2762,3020760,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2763,3020873,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +2764,3021126,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2765,3021327,"TERMINAL",0,0,"[?25lg[?25h",,terminal_output +2766,3022219,"TERMINAL",0,0,"",,terminal_output +2767,3022466,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +2768,3022630,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2769,3022740,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +2770,3022924,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2771,3023088,"TERMINAL",0,0,"[?25lf[?25h",,terminal_output +2772,3023213,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2773,3023458,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +2774,3023697,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2775,3023762,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2776,3023831,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +2777,3023954,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2778,3024031,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +2779,3024097,"TERMINAL",0,0,"[?25lg[?25h",,terminal_output +2780,3024240,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2781,3024528,"TERMINAL",0,0,"[?25lt[?25h[?25lo[?25h",,terminal_output +2782,3024641,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2783,3024830,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +2784,3025039,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2785,3025104,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2786,3025170,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2787,3025398,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +2788,3025451,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2789,3025587,"TERMINAL",0,0,"[?25la[?25h[?25ld[?25h",,terminal_output +2790,3026014,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2791,3026143,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +2792,3026379,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +2793,3026669,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2794,3026919,"TERMINAL",0,0,"[runner d925cc7] added len filtering to dataloader\r\n 1 file changed, 9 insertions(+), 3 deletions(-)\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2795,3027457,"TERMINAL",0,0,"g",,terminal_output +2796,3027567,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2797,3027671,"TERMINAL",0,0,"[?25lt[?25h[?25l [?25h",,terminal_output +2798,3027927,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2799,3028026,"TERMINAL",0,0,"[?25lh[?25h[?25le[?25h",,terminal_output +2800,3028162,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2801,3028271,"TERMINAL",0,0,"[?25lk[?25h",,terminal_output +2802,3028337,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2803,3028494,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2804,3028547,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2805,3028615,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2806,3030167,"TERMINAL",0,0,"[?25lt[?25h[?25lm[?25h",,terminal_output +2807,3030369,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +2808,3030575,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2809,3030700,"TERMINAL",0,0,"Switched to branch 'tmp'\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2810,3035406,"",0,0,"Switched from branch 'runner' to 'tmp'",,git_branch_checkout +2811,3096533,"TERMINAL",0,0,"s",,terminal_output +2812,3096594,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +2813,3096698,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2814,3096863,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2815,3096931,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2816,3097132,"TERMINAL",0,0,"ripts_",,terminal_output +2817,3097539,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +2818,3097646,"TERMINAL",0,0,"oreka/",,terminal_output +2819,3098960,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2820,3099072,"TERMINAL",0,0,"verfit_",,terminal_output +2821,3100019,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2822,3100171,"TERMINAL",0,0,"ample",,terminal_output +2823,3101233,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +2824,3101299,"TERMINAL",0,0,"",,terminal_output +2825,3101970,"TERMINAL",0,0,"tiny/",,terminal_output +2826,3102726,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2827,3102793,"TERMINAL",0,0,"ample.sh ",,terminal_output +2828,3104395,"scripts_horeka/overfit_sample_tiny/sample.sh",0,0,"#!/usr/bin/env bash\n\n# Unload modules that may interfere\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n\n# Activate virtual environment\nsource .venv/bin/activate\n\n# Set workspace and checkpoint directory (update slurm_job_id as needed)\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared'\n# Replace the following with the actual job id/checkpoint you want to sample from\nslurm_job_id=3301029\n\n# job_name=train_dynamics_minecraft_overfit_sample_tiny\nCHECKPOINT_DIR=$ws_dir/checkpoints/${slurm_job_id}\n\n# Example: If you want to use a specific checkpoint, set it here\n# CHECKPOINT_PATH=$ws_dir/checkpoints/3299272/dynamics-tiny-overfit-big-lr-3299272_50000/\n# Or use the latest in the directory\n# CHECKPOINT_PATH=$(ls -d $CHECKPOINT_DIR/*/ | sort | tail -n 1)\nCHECKPOINT_PATH=$CHECKPOINT_DIR/genie_1751067601_200000/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/0000/genie_1751301068_2000/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/../checkpoints/3307618/genie_1751322003_15500/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3307619/genie_1751322003_200000/\nCHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\n\n\necho ""Sampling from checkpoint: $CHECKPOINT_PATH""\n\npython sample.py \\n --checkpoint ""$CHECKPOINT_PATH"" \\n --tokenizer_dim=384 \\n --latent_patch_dim=32 \\n --num_patch_latents=1024 \\n --patch_size=4 \\n --tokenizer_num_blocks=8 \\n --tokenizer_num_heads=8 \\n --lam_dim=384 \\n --latent_action_dim=32 \\n --lam_patch_size=16 \\n --lam_num_blocks=8 \\n --lam_num_heads=8 \\n --dyna_dim=128 \\n --dyna_num_blocks=2 \\n --dyna_num_heads=4 \\n --maskgit_steps=1000 \\n --num_latent_actions=6 \\n --seq_len=16 \\n --start_frame=0\n\n# python sample.py \\n # --checkpoint ""$CHECKPOINT_PATH"" \\n # --data_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/coinrun_episodes\n",shellscript,tab +2829,3111694,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2830,3111851,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +2831,3132746,"TERMINAL",0,0,"2025-07-03 13:54:46.102720: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2832,3145951,"TERMINAL",0,0,"2025-07-03 13:54:59.301676: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2833,3161450,"TERMINAL",0,0,"2025-07-03 13:55:14.813668: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2834,3168988,"TERMINAL",0,0,"2025-07-03 13:55:22.344317: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2835,3172445,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +2836,3179620,"TERMINAL",0,0,"====================================================================================================\r\nFrame 1\r\n====================================================================================================\r\n",,terminal_output +2837,3180124,"TERMINAL",0,0,"2025-07-03 13:55:33.487385: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2838,3183024,"TERMINAL",0,0,"2025-07-03 13:55:36.283062: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2839,3190779,"TERMINAL",0,0,"2025-07-03 13:55:44.139759: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2840,3194243,"TERMINAL",0,0,"2025-07-03 13:55:47.562082: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2841,3199429,"TERMINAL",0,0,"2025-07-03 13:55:52.774863: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2842,3201842,"TERMINAL",0,0,"====================================================================================================\r\nFrame 2\r\n====================================================================================================\r\n",,terminal_output +2843,3202382,"TERMINAL",0,0,"2025-07-03 13:55:55.740781: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2844,3205246,"TERMINAL",0,0,"2025-07-03 13:55:58.602961: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2845,3213214,"TERMINAL",0,0,"2025-07-03 13:56:06.577246: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2846,3216049,"TERMINAL",0,0,"2025-07-03 13:56:09.405751: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2847,3222514,"TERMINAL",0,0,"====================================================================================================\r\nFrame 3\r\n====================================================================================================\r\n",,terminal_output +2848,3223122,"TERMINAL",0,0,"2025-07-03 13:56:16.410042: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +2849,3224526,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 176, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 125, in _autoreg_sample\r\n new_frame = genie.apply(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n return fun(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 2240, in apply\r\n return apply(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1079, in wrapper\r\n y = fn(root, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 3022, in scope_fn\r\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/genie.py"", line 99, in sample\r\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/models/tokenizer.py"", line 57, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/utils/nn.py"", line 79, in __call__\r\n x = nn.Sequential(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/combinators.py"", line 113, in __call__\r\n outputs = layer(outputs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/normalization.py"", line 507, in __call__\r\n mean, var = _compute_stats(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/normalization.py"", line 134, in _compute_stats\r\n mu, mu2 = maybe_distributed_mean(x, _abs_sq(x), mask=mask)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/normalization.py"", line 57, in _abs_sq\r\n return lax.square(x)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/lax.py"", line 3628, in square\r\n return square_p.bind(x)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 531, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 551, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 556, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1060, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 88, in apply_primitive\r\n outs = fun(*args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n return fun(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 334, in cache_miss\r\n executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 195, in _python_pjit_helper\r\n out_flat, compiled, profiler = _pjit_call_impl_python(*args_flat, **p.params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 1862, in _pjit_call_impl_python\r\n ).compile()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 2467, in compile\r\n executable = UnloadedMeshExecutable.from_hlo(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 3009, in from_hlo\r\n xla_executable = _cached_compilation(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 2800, in _cached_compilation\r\n xla_executable = compiler.compile_or_get_cached(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 447, in compile_or_get_cached\r\n return _compile_and_write_cache(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 719, in _compile_and_write_cache\r\n executable = backend_compile(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py"", line 354, in wrapper\r\n return func(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 335, in backend_compile\r\n return backend.compile(\r\nKeyboardInterrupt\r\n",,terminal_output +2850,3224599,"TERMINAL",0,0,"^CException ignored in: .remove at 0x14e99a123250>\r\nTraceback (most recent call last):\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/weakref.py"", line 370, in remove\r\n",,terminal_output +2851,3224652,"TERMINAL",0,0," def remove(k, selfref=ref(self)):\r\nKeyboardInterrupt: \r\n",,terminal_output +2852,3224816,"TERMINAL",0,0,"^CException ignored in: .remove at 0x14e99a123250>\r\nTraceback (most recent call last):\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/weakref.py"", line 370, in remove\r\n def remove(k, selfref=ref(self)):\r\nKeyboardInterrupt: \r\n",,terminal_output +2853,3225282,"TERMINAL",0,0,"^CException ignored in: .remove at 0x14e99a123250>\r\nTraceback (most recent call last):\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/weakref.py"", line 370, in remove\r\n def remove(k, selfref=ref(self)):\r\nKeyboardInterrupt: \r\n",,terminal_output +2854,3225743,"TERMINAL",0,0,"^CException ignored in atexit callback: \r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/api.py"", line 3168, in clean_up\r\n clear_backends()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/api.py"", line 3161, in clear_backends\r\n pjit._cpp_pjit_cache_explicit_attributes.clear()\r\nKeyboardInterrupt: \r\n",,terminal_output +2855,3226212,"TERMINAL",0,0,"\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2856,3226290,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2857,3227568,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\n# from utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\n# --- Utility function to save an image as PNG ---\n\ndef save_frame_as_png(img_array, frame_idx, out_dir=""frames"", prefix=""frame""):\n """"""\n Save a single image (numpy or jax array) as a PNG file.\n img_array: shape (H, W, C), values in [0, 1] or [0, 255]\n frame_idx: int, frame number\n out_dir: directory to save images\n prefix: filename prefix\n """"""\n if not os.path.exists(out_dir):\n os.makedirs(out_dir)\n # Convert to numpy if needed\n if hasattr(img_array, ""device_buffer"") or hasattr(img_array, ""block_until_ready""):\n img_array = np.array(img_array)\n # Clip and convert to uint8\n img_uint8 = (img_array.clip(0, 1) * 255).astype(np.uint8) if img_array.max() <= 1.0 else img_array.astype(np.uint8)\n img = Image.fromarray(img_uint8)\n img.save(os.path.join(out_dir, f""{prefix}_{frame_idx:03d}.png""))\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n # Save the initial video frames before sampling\n for idx in range(vid.shape[1]):\n # Save the first sample in the batch for each initial frame\n save_frame_as_png(vid[0, idx], idx)\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""=""*100)\n print(""Frame"", frame_idx)\n print(""=""*100)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :frame_idx], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n vid = jnp.concatenate([vid, new_frame], axis=1)\n # Save the first sample in the batch for this frame\n save_frame_as_png(new_frame[0, 0], frame_idx)\n return vid\n\ndef _oneshot_sample(rng, video_batch, action_batch):\n # Pass the full video batch, as in training\n batch = dict(\n videos=video_batch, # full batch, not just first frame\n latent_actions=action_batch, # shape should match what was used in training\n mask_rng=rng,\n )\n outputs = genie.apply(params, batch, False) # training=False for eval\n return outputs[""recon""]\n\n# --- Get video + latent actions ---\n# tfrecord_files = [\n # os.path.join(args.data_dir, x)\n # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only\nfirst_video = video_batch[:1, :args.seq_len]\nbatch = dict(videos=first_video)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(1, args.seq_len - 1, 1)\naction_batch = jnp.zeros_like(action_batch)\n# Use actions from first video for all videos\naction_batch = jnp.repeat(action_batch, video_batch.shape[0], axis=0)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\n# vid = _oneshot_sample(rng, video_batch, action_batch)\n# vid = jnp.zeros_like(video_batch)\n# vid = _oneshot_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\nfirst_true = (video_batch[0:1] * 255).astype(np.uint8)\nfirst_pred = (vid[0:1] * 255).astype(np.uint8)\nfirst_video_comparison = np.zeros((2, *vid.shape[1:5]), dtype=np.uint8)\nfirst_video_comparison[0] = first_true[:, : vid.shape[1]]\nfirst_video_comparison[1] = first_pred\n# For other videos, only show generated video\nother_preds = (vid[1:] * 255).astype(np.uint8)\nall_frames = np.concatenate([first_video_comparison, other_preds], axis=0)\nflat_vid = einops.rearrange(all_frames, ""n t h w c -> t h (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in flat_vid]\n# Write actions on each frame\nfor img, action in zip(imgs[1:], action_batch[0, :, 0]):\n d = ImageDraw.Draw(img)\n d.text((2, 2), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +2858,3227569,"sample.py",5385,0,"",python,selection_mouse +2859,3227687,"sample.py",5384,0,"",python,selection_command +2860,3228897,"sample.py",5045,0,"",python,selection_mouse +2861,3228934,"sample.py",5044,0,"",python,selection_command +2862,3229536,"sample.py",5245,0,"",python,selection_mouse +2863,3229975,"sample.py",5347,0,"",python,selection_mouse +2864,3230485,"sample.py",5382,0,"",python,selection_mouse +2865,3231014,"sample.py",5407,0,"",python,selection_mouse +2866,3232407,"sample.py",5404,0,"",python,selection_mouse +2867,3232876,"sample.py",5477,0,"",python,selection_mouse +2868,3233423,"sample.py",5557,0,"",python,selection_mouse +2869,3234002,"sample.py",5543,0,"",python,selection_mouse +2870,3234576,"sample.py",5601,0,"",python,selection_mouse +2871,3235128,"sample.py",5642,0,"",python,selection_mouse +2872,3235648,"sample.py",5658,0,"",python,selection_mouse +2873,3239087,"TERMINAL",0,0,"bash",,terminal_focus +2874,3250871,"TERMINAL",0,0,"srun",,terminal_focus +2875,3253300,"sample.py",0,0,"",python,tab +2876,3253300,"sample.py",5513,0,"",python,selection_mouse +2877,3254421,"sample.py",5136,0,"",python,selection_mouse +2878,3255346,"sample.py",5307,0,"",python,selection_mouse +2879,3255366,"sample.py",5306,0,"",python,selection_command +2880,3255591,"sample.py",5306,1,"y",python,selection_mouse +2881,3255593,"sample.py",5307,0,"",python,selection_command +2882,3255760,"sample.py",5173,134,"single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2883,3255760,"sample.py",4961,346,"rgs.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2884,3255761,"sample.py",4864,443," # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2885,3255761,"sample.py",4823,484," # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2886,3255796,"sample.py",4786,521," # os.path.join(args.data_dir, x)\n # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2887,3255992,"sample.py",4823,484," # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2888,3256065,"sample.py",4865,442," # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2889,3256066,"sample.py",4908,399,"oader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2890,3256224,"sample.py",4967,340,"q_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2891,3256225,"sample.py",4994,313,"e,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2892,3256225,"sample.py",5045,262,"\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2893,3256226,"sample.py",5072,235,"\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2894,3256226,"sample.py",5094,213,"\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")\n# video_batch = np.load(""overfit_dir/single_batch_12_elems.npy"")\n# Get latent actions from first video only",python,selection_mouse +2895,3256340,"sample.py",5094,0,"",python,selection_mouse +2896,3256359,"sample.py",5093,0,"",python,selection_command +2897,3257251,"sample.py",5199,0,"",python,selection_mouse +2898,3257267,"sample.py",5198,0,"",python,selection_command +2899,3257492,"sample.py",5198,1,")",python,selection_mouse +2900,3257492,"sample.py",5195,3,"py""",python,selection_mouse +2901,3257492,"sample.py",5072,126,"\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy""",python,selection_mouse +2902,3257492,"sample.py",4941,257,"ecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy""",python,selection_mouse +2903,3257492,"sample.py",4902,296," dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy""",python,selection_mouse +2904,3257521,"sample.py",5199,0,"",python,selection_command +2905,3257521,"sample.py",4897,302,"# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,selection_mouse +2906,3257582,"sample.py",4864,335," # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,selection_mouse +2907,3257626,"sample.py",4823,376," # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,selection_mouse +2908,3257698,"sample.py",4786,413," # os.path.join(args.data_dir, x)\n # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,selection_mouse +2909,3257756,"sample.py",4765,434,"# tfrecord_files = [\n # os.path.join(args.data_dir, x)\n # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,selection_mouse +2910,3258679,"sample.py",4728,471,"# --- Get video + latent actions ---\n# tfrecord_files = [\n # os.path.join(args.data_dir, x)\n # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,selection_mouse +2911,3259041,"sample.py",4765,434,"# tfrecord_files = [\n # os.path.join(args.data_dir, x)\n # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,selection_mouse +2912,3267005,"TERMINAL",0,0,"i",,terminal_output +2913,3267548,"TERMINAL",0,0,"[?25lg[?25h[?25li[?25h",,terminal_output +2914,3267683,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2915,3267808,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2916,3267873,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2917,3267938,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +2918,3268076,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2919,3268204,"TERMINAL",0,0,"[?25lc[?25h[?25lk[?25h",,terminal_output +2920,3268389,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2921,3268457,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2922,3268684,"TERMINAL",0,0,"[?25l [?25h[?25lt[?25h",,terminal_output +2923,3268858,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2924,3269559,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2925,3270001,"TERMINAL",0,0,"[?25lt[?25h[?25l [?25h",,terminal_output +2926,3270140,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +2927,3270328,"TERMINAL",0,0,"[?25la[?25h[?25li[?25h",,terminal_output +2928,3270394,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +2929,3270553,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +2930,3270614,"TERMINAL",0,0,"Switched to branch 'main'\r\nYour branch is up to date with 'origin/main'.\r\n",,terminal_output +2931,3270680,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2932,3271164,"TERMINAL",0,0,"[?25lgi[?25h[?25li[?25h",,terminal_output +2933,3271289,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2934,3271362,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2935,3271436,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2936,3271544,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +2937,3271683,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2938,3271808,"TERMINAL",0,0,"[?25lck[?25h",,terminal_output +2939,3271929,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2940,3272005,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2941,3272144,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2942,3272196,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2943,3274533,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +2944,3275073,"TERMINAL",0,0,"[?25lb[?25h[?25lr[?25h",,terminal_output +2945,3275303,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2946,3275367,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +2947,3275396,"",0,0,"Switched from branch 'tmp' to 'main'",,git_branch_checkout +2948,3275442,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2949,3275508,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +2950,3275736,"TERMINAL",0,0,"\r\n[?2004l\r[?1h=\r add-wandb-name-and-tags\r\n convert-to-jax-array-in-iter\r\n dont-let-tf-see-gpu\r\n feat/explicit-image-dims\r\n* main\r\n preprocess_video\r\n revised-dataloader\r\n runner\r\n tmp\r\n\r[?1l>]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2951,3277628,"TERMINAL",0,0,"gi",,terminal_output +2952,3277766,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +2953,3278026,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2954,3278224,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2955,3278298,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +2956,3278406,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +2957,3278478,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +2958,3278610,"TERMINAL",0,0,"[?25lk[?25h",,terminal_output +2959,3278720,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2960,3278813,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +2961,3278944,"TERMINAL",0,0,"[?25lt[?25h[?25l [?25h",,terminal_output +2962,3279151,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +2963,3279374,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +2964,3279486,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2965,3279730,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +2966,3280970,"TERMINAL",0,0,"[?25lf[?25h",,terminal_output +2967,3281036,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +2968,3281262,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +2969,3282459,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +2970,3282661,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +2971,3282813,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2972,3282880,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +2973,3283103,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +2974,3283170,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +2975,3284265,"TERMINAL",0,0,"[?25li[?25h[?25ln[?25h",,terminal_output +2976,3284373,"TERMINAL",0,0,"[?25lg[?25h",,terminal_output +2977,3284763,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +2978,3285838,"TERMINAL",0,0,"\r\n[?2004l\rSwitched to a new branch 'fix-sampling'\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2979,3290390,"",0,0,"Switched from branch 'main' to 'fix-sampling'",,git_branch_checkout +2980,3303183,"TERMINAL",0,0,"# tfrecord_files = [\r\n\r # os.path.join(args.data_dir, x)\r\n\r # for x in os.listdir(args.data_dir)\r\n\r # if x.endswith("".tfrecord"")\r\n\r# ]\r\n\r# dataloader = get_dataloader(\r\n\r # tfrecord_files,\r\n\r # args.seq_len,\r\n\r # args.batch_size,\r\n\r # args.image_height,\r\n\r # args.image_width,\r\n\r # args.image_channels,\r\n\r # seed=args.seed,\r\n\r# )\r\n\r# video_batch = next(iter(dataloader))\r\n\rvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",,terminal_output +2981,3306285,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +2982,3319386,"sample.py",0,0,"from dataclasses import dataclass\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport numpy as np\nfrom orbax.checkpoint import PyTreeCheckpointer\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\nckpt = PyTreeCheckpointer().restore(args.checkpoint)[""model""][""params""][""params""]\nparams[""params""].update(ckpt)\n\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :frame_idx], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid\n\n\n# --- Get video + latent actions ---\ntfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))\n# Get latent actions from first video only\nfirst_video = video_batch[:1]\nbatch = dict(videos=first_video)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(1, args.seq_len - 1, 1)\n# Use actions from first video for all videos\naction_batch = jnp.repeat(action_batch, video_batch.shape[0], axis=0)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\nfirst_true = (video_batch[0:1] * 255).astype(np.uint8)\nfirst_pred = (vid[0:1] * 255).astype(np.uint8)\nfirst_video_comparison = np.zeros((2, *vid.shape[1:5]), dtype=np.uint8)\nfirst_video_comparison[0] = first_true[:, : vid.shape[1]]\nfirst_video_comparison[1] = first_pred\n# For other videos, only show generated video\nother_preds = (vid[1:] * 255).astype(np.uint8)\nall_frames = np.concatenate([first_video_comparison, other_preds], axis=0)\nflat_vid = einops.rearrange(all_frames, ""n t h w c -> t h (n w) c"")\n\n# --- Save video ---\nimgs = [Image.fromarray(img) for img in flat_vid]\n# Write actions on each frame\nfor img, action in zip(imgs[1:], action_batch[0, :, 0]):\n d = ImageDraw.Draw(img)\n d.text((2, 2), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +2983,3319387,"sample.py",3032,0,"",python,selection_mouse +2984,3319582,"sample.py",3031,0,"",python,selection_command +2985,3320048,"sample.py",3115,0,"",python,selection_mouse +2986,3322487,"sample.py",3495,0,"",python,selection_mouse +2987,3322509,"sample.py",3494,0,"",python,selection_command +2988,3323400,"sample.py",3495,0,"",python,selection_mouse +2989,3323404,"sample.py",3494,0,"",python,selection_command +2990,3323623,"sample.py",3494,1,")",python,selection_mouse +2991,3323626,"sample.py",3495,0,"",python,selection_command +2992,3323808,"sample.py",3458,37,"\nvideo_batch = next(iter(dataloader))",python,selection_mouse +2993,3323808,"sample.py",3456,39,"\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +2994,3323809,"sample.py",3401,94,"age_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +2995,3323809,"sample.py",3351,144,"rgs.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +2996,3323809,"sample.py",3329,166," args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +2997,3323810,"sample.py",3308,187," tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +2998,3323810,"sample.py",3279,216,"dataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +2999,3323841,"sample.py",3277,218,"]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +3000,3323927,"sample.py",3246,249," if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +3001,3323998,"sample.py",3207,288," for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +3002,3324068,"sample.py",3172,323," os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +3003,3324200,"sample.py",3153,342,"tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n]\ndataloader = get_dataloader(\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n args.image_height,\n args.image_width,\n args.image_channels,\n seed=args.seed,\n)\nvideo_batch = next(iter(dataloader))",python,selection_mouse +3004,3325179,"sample.py",3153,342,"",python,content +3005,3325709,"sample.py",3153,0,"# tfrecord_files = [\n # os.path.join(args.data_dir, x)\n # for x in os.listdir(args.data_dir)\n # if x.endswith("".tfrecord"")\n# ]\n# dataloader = get_dataloader(\n # tfrecord_files,\n # args.seq_len,\n # args.batch_size,\n # args.image_height,\n # args.image_width,\n # args.image_channels,\n # seed=args.seed,\n# )\n# video_batch = next(iter(dataloader))\nvideo_batch = np.load(""overfit_dir/single_sample_corner.npy"")",python,content +3006,3331029,"sample.py",290,0,"",python,selection_mouse +3007,3331859,"sample.py",289,0,"",python,selection_command +3008,3332327,"sample.py",264,0,"",python,selection_command +3009,3332969,"sample.py",264,0," ",python,content +3010,3332971,"sample.py",265,0,"",python,selection_keyboard +3011,3333637,"sample.py",264,1,"",python,content +3012,3334404,"sample.py",264,0,"#",python,content +3013,3334405,"sample.py",265,0,"",python,selection_keyboard +3014,3334565,"sample.py",265,0," ",python,content +3015,3334566,"sample.py",266,0,"",python,selection_keyboard +3016,3334717,"sample.py",265,0,"",python,selection_command +3017,3336557,"TERMINAL",0,0,"git checkout -b ""fix-sampling""",,terminal_output +3018,3337421,"TERMINAL",0,0,"\r\n[?2004l\rfatal: a branch named 'fix-sampling' already exists\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3019,3339326,"TERMINAL",0,0,"git checkout -b ""fix-sampling""",,terminal_output +3020,3339960,"TERMINAL",0,0,"branch",,terminal_output +3021,3340535,"TERMINAL",0,0,"checkout main",,terminal_output +3022,3341080,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3023,3341706,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3024,3341841,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3025,3344652,"TERMINAL",0,0,"2025-07-03 13:58:18.014092: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3026,3357709,"TERMINAL",0,0,"2025-07-03 13:58:31.074411: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3027,3373181,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +3028,3373327,"TERMINAL",0,0,"2025-07-03 13:58:46.464832: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3029,3374366,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",1263,0,"",shellscript,selection_mouse +3030,3374584,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",978,285,"\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,selection_mouse +3031,3374585,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",272,991,"ATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,selection_mouse +3032,3374586,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,1263,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,selection_mouse +3033,3374601,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",978,285,"\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,selection_command +3034,3374636,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,1263,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_37M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-model-size-scaling-38M-$slurm_job_id \\n --tags tokenizer model-size-scaling 38M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,selection_mouse +3035,3380718,"TERMINAL",0,0,"2025-07-03 13:58:54.048461: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3036,3384076,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3037,3391060,"TERMINAL",0,0,"Frame 1\r\n",,terminal_output +3038,3391673,"TERMINAL",0,0,"2025-07-03 13:59:04.969342: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3039,3394538,"TERMINAL",0,0,"2025-07-03 13:59:07.839211: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3040,3402425,"TERMINAL",0,0,"2025-07-03 13:59:15.761334: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3041,3405740,"TERMINAL",0,0,"2025-07-03 13:59:19.105965: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3042,3411130,"TERMINAL",0,0,"2025-07-03 13:59:24.448791: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3043,3413549,"TERMINAL",0,0,"Frame 2\r\n",,terminal_output +3044,3414099,"TERMINAL",0,0,"2025-07-03 13:59:27.448502: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3045,3417098,"TERMINAL",0,0,"2025-07-03 13:59:30.460770: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3046,3425292,"TERMINAL",0,0,"2025-07-03 13:59:38.651236: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3047,3428028,"TERMINAL",0,0,"2025-07-03 13:59:41.392365: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3048,3434477,"TERMINAL",0,0,"Frame 3\r\n",,terminal_output +3049,3434924,"TERMINAL",0,0,"2025-07-03 13:59:48.290045: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3050,3437942,"TERMINAL",0,0,"2025-07-03 13:59:51.306751: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3051,3446561,"TERMINAL",0,0,"2025-07-03 13:59:59.877253: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3052,3449325,"TERMINAL",0,0,"2025-07-03 14:00:02.615542: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3053,3456096,"TERMINAL",0,0,"Frame 4\r\n",,terminal_output +3054,3456685,"TERMINAL",0,0,"2025-07-03 14:00:10.023676: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3055,3459872,"TERMINAL",0,0,"2025-07-03 14:00:13.181104: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3056,3465144,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",1263,0,"",shellscript,selection_mouse +3057,3465789,"TERMINAL",0,0,"bash",,terminal_focus +3058,3467081,"TERMINAL",0,0,"idling",,terminal_command +3059,3467165,"TERMINAL",0,0,"]633;E;2025-07-03 14:00:20 idling;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C[?1049h(B[?7hEvery 1.0s: sinfo_t_idlehkn1991.localdomain: Thu Jul 3 14:00:20 2025Partition dev_cpuonly: 11 nodes idle\rPartition cpuonly:\t 3 nodes idle\rPartition dev_accelerated:\t 1 nodes idle\rPartition accelerated:\t 1 nodes idle\rPartition dev_accelerated-h100 :\t 1 nodes idle\rPartition accelerated-h100:\t 0 nodes idle\rPartition large:\t 7 nodes idle",,terminal_output +3060,3468192,"TERMINAL",0,0,"1",,terminal_output +3061,3468576,"TERMINAL",0,0,"2025-07-03 14:00:21.864718: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3062,3469244,"TERMINAL",0,0,"2",,terminal_output +3063,3470316,"TERMINAL",0,0,"3",,terminal_output +3064,3471255,"TERMINAL",0,0,"2025-07-03 14:00:24.588545: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3065,3471308,"TERMINAL",0,0,"44",,terminal_output +3066,3471743,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +3067,3473646,"TERMINAL",0,0,"srun",,terminal_focus +3068,3474254,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,0,"",shellscript,tab +3069,3478099,"TERMINAL",0,0,"Frame 5\r\n",,terminal_output +3070,3478612,"TERMINAL",0,0,"2025-07-03 14:00:31.963171: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3071,3479510,"TERMINAL",0,0,"^@",,terminal_output +3072,3480457,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +3073,3481709,"TERMINAL",0,0,"2025-07-03 14:00:35.073207: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3074,3490331,"TERMINAL",0,0,"2025-07-03 14:00:43.694208: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3075,3493152,"TERMINAL",0,0,"2025-07-03 14:00:46.439405: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3076,3500218,"TERMINAL",0,0,"Frame 6\r\n",,terminal_output +3077,3500841,"TERMINAL",0,0,"2025-07-03 14:00:54.186748: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3078,3501164,"TERMINAL",0,0,"^C2025-07-03 14:00:54.494325: F external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1136] Non-OK-status: executable.status()\r\nStatus: INTERNAL: ptxas exited with non-zero error code 2, output: - Failure occured when compiling fusion gemm_fusion_dot with config '{block_m:64,block_n:16,block_k:32,split_k:1,num_stages:4,num_warps:2,num_ctas:1}'\r\nFused HLO computation:\r\n%gemm_fusion_dot_computation (parameter_0: f32[1,6,920,48], parameter_1: f32[48,384]) -> f32[1,6,920,384] {\r\n %parameter_0 = f32[1,6,920,48]{3,2,1,0} parameter(0)\r\n %bitcast.2 = f32[5520,48]{1,0} bitcast(%parameter_0), metadata={op_name=""args[0]""}\r\n %parameter_1 = f32[48,384]{1,0} parameter(1)\r\n %dot.1 = f32[5520,384]{1,0} dot(%bitcast.2, %parameter_1), lhs_contracting_dims={1}, rhs_contracting_dims={0}, metadata={op_name=""jit(dot_general)/jit(main)/dot_general"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/linear.py"" source_line=287}\r\n ROOT %bitcast.3 = f32[1,6,920,384]{3,2,1,0} bitcast(%dot.1), metadata={op_name=""jit(dot_general)/jit(main)/dot_general"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/linear.py"" source_line=287}\r\n}\r\n",,terminal_output +3079,3501392,"TERMINAL",0,0,"^C",,terminal_output +3080,3501572,"TERMINAL",0,0,"scripts_horeka/overfit_sample_tiny/sample.sh: line 50: 23053 Aborted (core dumped) python sample.py --checkpoint ""$CHECKPOINT_PATH"" --tokenizer_dim=384 --latent_patch_dim=32 --num_patch_latents=1024 --patch_size=4 --tokenizer_num_blocks=8 --tokenizer_num_heads=8 --lam_dim=384 --latent_action_dim=32 --lam_patch_size=16 --lam_num_blocks=8 --lam_num_heads=8 --dyna_dim=128 --dyna_num_blocks=2 --dyna_num_heads=4 --maskgit_steps=1000 --num_latent_actions=6 --seq_len=16 --start_frame=0\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3081,3501793,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3082,3505907,"sample.py",0,0,"",python,tab +3083,3505908,"sample.py",3435,0,"",python,selection_mouse +3084,3505990,"sample.py",3434,0,"",python,selection_command +3085,3508893,"scripts_horeka/overfit_sample_tiny/sample.sh",0,0,"#!/usr/bin/env bash\n\n# Unload modules that may interfere\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n\n# Activate virtual environment\nsource .venv/bin/activate\n\n# Set workspace and checkpoint directory (update slurm_job_id as needed)\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared'\n# Replace the following with the actual job id/checkpoint you want to sample from\nslurm_job_id=3301029\n\n# job_name=train_dynamics_minecraft_overfit_sample_tiny\nCHECKPOINT_DIR=$ws_dir/checkpoints/${slurm_job_id}\n\n# Example: If you want to use a specific checkpoint, set it here\n# CHECKPOINT_PATH=$ws_dir/checkpoints/3299272/dynamics-tiny-overfit-big-lr-3299272_50000/\n# Or use the latest in the directory\n# CHECKPOINT_PATH=$(ls -d $CHECKPOINT_DIR/*/ | sort | tail -n 1)\nCHECKPOINT_PATH=$CHECKPOINT_DIR/genie_1751067601_200000/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/0000/genie_1751301068_2000/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/../checkpoints/3307618/genie_1751322003_15500/\n# CHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3307619/genie_1751322003_200000/\nCHECKPOINT_PATH=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\n\n\necho ""Sampling from checkpoint: $CHECKPOINT_PATH""\n\npython sample.py \\n --checkpoint ""$CHECKPOINT_PATH"" \\n --tokenizer_dim=384 \\n --latent_patch_dim=32 \\n --num_patch_latents=1024 \\n --patch_size=4 \\n --tokenizer_num_blocks=8 \\n --tokenizer_num_heads=8 \\n --lam_dim=384 \\n --latent_action_dim=32 \\n --lam_patch_size=16 \\n --lam_num_blocks=8 \\n --lam_num_heads=8 \\n --dyna_dim=128 \\n --dyna_num_blocks=2 \\n --dyna_num_heads=4 \\n --maskgit_steps=1000 \\n --num_latent_actions=6 \\n --seq_len=16 \\n --start_frame=0\n\n# python sample.py \\n # --checkpoint ""$CHECKPOINT_PATH"" \\n # --data_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/coinrun_episodes\n",shellscript,tab +3086,3510459,"scripts_horeka/overfit_sample_tiny/sample.sh",1882,0,"",shellscript,selection_mouse +3087,3510461,"scripts_horeka/overfit_sample_tiny/sample.sh",1881,0,"",shellscript,selection_command +3088,3511136,"scripts_horeka/overfit_sample_tiny/sample.sh",1860,0,"",shellscript,selection_mouse +3089,3512171,"scripts_horeka/overfit_sample_tiny/sample.sh",1859,1,"",shellscript,content +3090,3512282,"scripts_horeka/overfit_sample_tiny/sample.sh",1858,1,"",shellscript,content +3091,3512569,"scripts_horeka/overfit_sample_tiny/sample.sh",1858,0,"3",shellscript,content +3092,3512570,"scripts_horeka/overfit_sample_tiny/sample.sh",1859,0,"",shellscript,selection_keyboard +3093,3515978,"TERMINAL",0,0,"bash",,terminal_focus +3094,3538784,"sample.py",0,0,"",python,tab +3095,3538785,"sample.py",2822,0,"",python,selection_mouse +3096,3539340,"sample.py",2819,0,"",python,selection_mouse +3097,3539487,"sample.py",2814,9,"frame_idx",python,selection_mouse +3098,3559083,"sample.py",3154,0,"",python,selection_mouse +3099,3559108,"sample.py",3153,0,"",python,selection_command +3100,3559608,"sample.py",3116,0,"",python,selection_mouse +3101,3560351,"sample.py",3115,0,"",python,selection_mouse +3102,3560352,"sample.py",3114,0,"",python,selection_command +3103,3562088,"sample.py",2888,0,"",python,selection_mouse +3104,3562105,"sample.py",2887,0,"",python,selection_command +3105,3562638,"sample.py",2748,0,"",python,selection_mouse +3106,3562680,"sample.py",2747,0,"",python,selection_command +3107,3563170,"sample.py",2821,0,"",python,selection_mouse +3108,3563312,"sample.py",2814,9,"frame_idx",python,selection_mouse +3109,3566200,"sample.py",2814,10,"frame_idx]",python,selection_command +3110,3568246,"sample.py",2814,9,"frame_idx",python,selection_command +3111,3568963,"sample.py",2814,10,"frame_idx]",python,selection_command +3112,3570866,"sample.py",2823,0,"",python,selection_command +3113,3571857,"sample.py",2814,9,"",python,content +3114,3572186,"sample.py",2814,0,"0",python,content +3115,3572188,"sample.py",2815,0,"",python,selection_keyboard +3116,3572970,"sample.py",2814,0,"",python,selection_command +3117,3581140,"sample.py",2860,0,"",python,selection_mouse +3118,3581141,"sample.py",2859,0,"",python,selection_command +3119,3581696,"sample.py",2779,0,"",python,selection_mouse +3120,3581843,"sample.py",2777,3,"vid",python,selection_mouse +3121,3583011,"sample.py",3062,0,"",python,selection_mouse +3122,3583960,"sample.py",3045,0,"",python,selection_command +3123,3584654,"sample.py",3045,0," ",python,content +3124,3584655,"sample.py",3046,0,"",python,selection_keyboard +3125,3585006,"sample.py",3045,1,"",python,content +3126,3585693,"sample.py",3045,0,"#",python,content +3127,3585693,"sample.py",3046,0,"",python,selection_keyboard +3128,3585770,"sample.py",3046,0," ",python,content +3129,3585770,"sample.py",3047,0,"",python,selection_keyboard +3130,3586483,"sample.py",3046,0,"",python,selection_command +3131,3587758,"sample.py",3059,0,"",python,selection_mouse +3132,3588039,"sample.py",3057,11,"concatenate",python,selection_mouse +3133,3588681,"sample.py",3109,0,"",python,selection_mouse +3134,3588726,"sample.py",3108,0,"",python,selection_command +3135,3589303,"sample.py",3109,0,"",python,selection_mouse +3136,3589319,"sample.py",3108,0,"",python,selection_command +3137,3589832,"sample.py",3094,0,"",python,selection_mouse +3138,3589844,"sample.py",3093,0,"",python,selection_command +3139,3595309,"TERMINAL",0,0,"srun",,terminal_focus +3140,3596250,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3141,3598364,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3142,3598481,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3143,3601287,"TERMINAL",0,0,"2025-07-03 14:02:34.638668: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3144,3605540,"TERMINAL",0,0,"2025-07-03 14:02:38.859219: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3145,3614522,"TERMINAL",0,0,"2025-07-03 14:02:47.887314: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3146,3618491,"TERMINAL",0,0,"2025-07-03 14:02:51.760912: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3147,3620632,"TERMINAL",0,0,"2025-07-03 14:02:53.995876: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3148,3625770,"TERMINAL",0,0,"2025-07-03 14:02:59.041104: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3149,3632213,"TERMINAL",0,0,"2025-07-03 14:03:05.486633: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3150,3636112,"sample.py",0,0,"",python,tab +3151,3636113,"sample.py",3036,0,"",python,selection_mouse +3152,3636184,"sample.py",3035,0,"",python,selection_command +3153,3637191,"sample.py",3036,0,"\n ",python,content +3154,3637802,"sample.py",3045,0,"p",python,content +3155,3637803,"sample.py",3046,0,"",python,selection_keyboard +3156,3637957,"sample.py",3046,0,"r",python,content +3157,3637959,"sample.py",3047,0,"",python,selection_keyboard +3158,3638069,"TERMINAL",0,0,"2025-07-03 14:03:11.419324: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3159,3638113,"sample.py",3047,0,"i",python,content +3160,3638115,"sample.py",3048,0,"",python,selection_keyboard +3161,3638199,"sample.py",3048,0,"n",python,content +3162,3638201,"sample.py",3049,0,"",python,selection_keyboard +3163,3638263,"sample.py",3049,0,"t",python,content +3164,3638265,"sample.py",3050,0,"",python,selection_keyboard +3165,3639610,"sample.py",3050,0,"()",python,content +3166,3639611,"sample.py",3051,0,"",python,selection_keyboard +3167,3640114,"sample.py",3051,0,"n",python,content +3168,3640115,"sample.py",3052,0,"",python,selection_keyboard +3169,3640179,"sample.py",3052,0,"e",python,content +3170,3640181,"sample.py",3053,0,"",python,selection_keyboard +3171,3640325,"sample.py",3053,0,"w",python,content +3172,3640326,"sample.py",3054,0,"",python,selection_keyboard +3173,3640786,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3174,3641459,"sample.py",3051,3,"new_frame",python,content +3175,3641665,"sample.py",3060,0,",",python,content +3176,3641666,"sample.py",3061,0,"",python,selection_keyboard +3177,3642275,"sample.py",3060,1,"",python,content +3178,3642427,"sample.py",3060,0,".",python,content +3179,3642428,"sample.py",3061,0,"",python,selection_keyboard +3180,3642623,"sample.py",3061,0,"s",python,content +3181,3642625,"sample.py",3062,0,"",python,selection_keyboard +3182,3642742,"sample.py",3062,0,"h",python,content +3183,3642743,"sample.py",3063,0,"",python,selection_keyboard +3184,3642879,"sample.py",3063,0,"a",python,content +3185,3642880,"sample.py",3064,0,"",python,selection_keyboard +3186,3642974,"sample.py",3064,0,"p",python,content +3187,3642975,"sample.py",3065,0,"",python,selection_keyboard +3188,3643076,"sample.py",3065,0,"e",python,content +3189,3643078,"sample.py",3066,0,"",python,selection_keyboard +3190,3644306,"sample.py",3141,0,"",python,selection_mouse +3191,3644805,"sample.py",3140,0,"",python,selection_mouse +3192,3652421,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 132, in \r\n action_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 313, in _reshape\r\n newshape = _compute_newshape(self, args[0] if len(args) == 1 else args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 474, in _compute_newshape\r\n raise TypeError(f""cannot reshape array of shape {arr.shape} (size {arr.size}) ""\r\nTypeError: cannot reshape array of shape (15,) (size 15) into shape (1, 2, 1) (size 2)\r\n",,terminal_output +3193,3653726,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3194,3666961,"sample.py",0,0,"",python,tab +3195,3666963,"sample.py",2815,0,"",python,selection_mouse +3196,3678974,"sample.py",2814,1,"",python,content +3197,3679086,"sample.py",2814,0,"1",python,content +3198,3679087,"sample.py",2815,0,"",python,selection_keyboard +3199,3686755,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3200,3694064,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3201,3694175,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3202,3696997,"TERMINAL",0,0,"2025-07-03 14:04:10.362234: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3203,3701131,"TERMINAL",0,0,"2025-07-03 14:04:14.469587: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3204,3710142,"TERMINAL",0,0,"2025-07-03 14:04:23.418062: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3205,3713931,"TERMINAL",0,0,"2025-07-03 14:04:27.251809: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3206,3716006,"TERMINAL",0,0,"2025-07-03 14:04:29.369921: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3207,3720995,"TERMINAL",0,0,"2025-07-03 14:04:34.357199: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3208,3727447,"TERMINAL",0,0,"2025-07-03 14:04:40.804972: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3209,3733329,"TERMINAL",0,0,"2025-07-03 14:04:46.691462: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3210,3736109,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3211,3747853,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 133, in \r\n action_batch = action_batch.reshape(1, args.seq_len - 1, 1)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 313, in _reshape\r\n newshape = _compute_newshape(self, args[0] if len(args) == 1 else args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/numpy/array_methods.py"", line 474, in _compute_newshape\r\n raise TypeError(f""cannot reshape array of shape {arr.shape} (size {arr.size}) ""\r\nTypeError: cannot reshape array of shape (15,) (size 15) into shape (1, 2, 1) (size 2)\r\n",,terminal_output +3212,3748977,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3213,3793076,"sample.py",0,0,"",python,tab +3214,3793078,"sample.py",3122,0,"",python,selection_mouse +3215,3794871,"sample.py",2814,0,"",python,selection_mouse +3216,3796271,"sample.py",2814,1,"",python,content +3217,3796550,"sample.py",2814,0,"0",python,content +3218,3796986,"sample.py",3060,6,"",python,content +3219,3797176,"sample.py",3060,0,",",python,content +3220,3797617,"sample.py",3060,1,"",python,content +3221,3797916,"sample.py",3051,9,"new",python,content +3222,3798252,"sample.py",3050,5,"",python,content +3223,3798616,"sample.py",3045,5,"",python,content +3224,3799046,"sample.py",3036,9,"",python,content +3225,3799467,"sample.py",3046,1,"",python,content +3226,3799832,"sample.py",3045,1,"",python,content +3227,3800223,"sample.py",3045,0," ",python,content +3228,3801354,"sample.py",3045,1,"",python,content +3229,3801973,"sample.py",2814,1,"",python,content +3230,3802426,"sample.py",2814,0,"frame_idx",python,content +3231,3818507,"scripts_horeka/overfit_sample_tiny/sample.sh",0,0,"",shellscript,tab +3232,3822127,"TERMINAL",0,0,"bash",,terminal_focus +3233,3822871,"TERMINAL",0,0,"srun",,terminal_focus +3234,3824000,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3235,3824201,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3236,3824320,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3237,3827187,"TERMINAL",0,0,"2025-07-03 14:06:20.528203: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3238,3831387,"TERMINAL",0,0,"2025-07-03 14:06:24.748915: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3239,3834253,"sample.py",0,0,"",python,tab +3240,3834254,"sample.py",3603,0,"",python,selection_mouse +3241,3834362,"sample.py",3603,7,"actions",python,selection_mouse +3242,3834855,"sample.py",3641,0,"",python,selection_mouse +3243,3834969,"sample.py",3633,11,"first_video",python,selection_mouse +3244,3835495,"sample.py",3652,0,"",python,selection_mouse +3245,3835648,"sample.py",3647,11,"video_batch",python,selection_mouse +3246,3838206,"sample.py",3545,0,"",python,selection_mouse +3247,3838724,"sample.py",3553,0,"",python,selection_mouse +3248,3839727,"sample.py",3509,0,"",python,selection_mouse +3249,3839896,"sample.py",3505,4,"next",python,selection_mouse +3250,3840805,"TERMINAL",0,0,"2025-07-03 14:06:34.119346: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3251,3840949,"sample.py",3588,0,"",python,selection_mouse +3252,3841473,"sample.py",3527,0,"",python,selection_mouse +3253,3842392,"sample.py",3589,0,"",python,selection_mouse +3254,3843967,"sample.py",3589,0,"\n",python,content +3255,3844435,"sample.py",3590,0,"b",python,content +3256,3844436,"sample.py",3591,0,"",python,selection_keyboard +3257,3844515,"sample.py",3591,0,"r",python,content +3258,3844516,"sample.py",3592,0,"",python,selection_keyboard +3259,3844704,"sample.py",3592,0,"e",python,content +3260,3844705,"sample.py",3593,0,"",python,selection_keyboard +3261,3844760,"TERMINAL",0,0,"2025-07-03 14:06:38.065866: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3262,3844877,"sample.py",3593,0,"a",python,content +3263,3844878,"sample.py",3594,0,"",python,selection_keyboard +3264,3845960,"sample.py",3590,4,"breakpoint",python,content +3265,3846655,"sample.py",3600,0,"()",python,content +3266,3846656,"sample.py",3601,0,"",python,selection_keyboard +3267,3846702,"sample.py",3601,1,")",python,content +3268,3846703,"sample.py",3602,0,"",python,selection_keyboard +3269,3846983,"TERMINAL",0,0,"2025-07-03 14:06:40.325693: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3270,3848155,"TERMINAL",0,0,"^C2025-07-03 14:06:41.489258: F external/xla/xla/service/gpu/autotuning/gemm_fusion_autotuner.cc:1136] Non-OK-status: executable.status()\r\nStatus: INTERNAL: ptxas exited with non-zero error code 2, output: - Failure occured when compiling fusion gemm_fusion_dot.2 with config '{block_m:64,block_n:64,block_k:32,split_k:1,num_stages:4,num_warps:4,num_ctas:1}'\r\nFused HLO computation:\r\n%gemm_fusion_dot.2_computation (parameter_0: f32[3,384,61], parameter_1: f32[1,3,8,61,61]) -> f32[1,3,8,48,61] {\r\n %parameter_0 = f32[3,384,61]{2,1,0} parameter(0)\r\n %bitcast.18 = f32[1,3,8,48,61]{4,3,2,1,0} bitcast(%parameter_0), metadata={op_name=""args[0]""}\r\n %bitcast.19 = f32[24,48,61]{2,1,0} bitcast(%bitcast.18), metadata={op_name=""args[0]""}\r\n %parameter_1 = f32[1,3,8,61,61]{4,3,2,1,0} parameter(1)\r\n %bitcast.20 = f32[24,61,61]{1,2,0} bitcast(%parameter_1)\r\n %dot.4 = f32[24,48,61]{2,1,0} dot(%bitcast.19, %bitcast.20), lhs_batch_dims={0}, lhs_contracting_dims={2}, rhs_batch_dims={0}, rhs_contracting_dims={1}, metadata={op_name=""jit(dot_general)/jit(main)/dot_general"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/attention.py"" source_line=291}\r\n ROOT %bitcast.21 = f32[1,3,8,48,61]{4,3,2,1,0} bitcast(%dot.4), metadata={op_name=""jit(dot_general)/jit(main)/dot_general"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/attention.py"" source_line=291}\r\n}\r\n",,terminal_output +3271,3848444,"TERMINAL",0,0,"^C",,terminal_output +3272,3848460,"TERMINAL",0,0,"scripts_horeka/overfit_sample_tiny/sample.sh: line 50: 27780 Aborted (core dumped) python sample.py --checkpoint ""$CHECKPOINT_PATH"" --tokenizer_dim=384 --latent_patch_dim=32 --num_patch_latents=1024 --patch_size=4 --tokenizer_num_blocks=8 --tokenizer_num_heads=8 --lam_dim=384 --latent_action_dim=32 --lam_patch_size=16 --lam_num_blocks=8 --lam_num_heads=8 --dyna_dim=128 --dyna_num_blocks=2 --dyna_num_heads=4 --maskgit_steps=1000 --num_latent_actions=6 --seq_len=3 --start_frame=0\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3273,3848966,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3274,3849157,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3275,3849268,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3276,3851998,"TERMINAL",0,0,"2025-07-03 14:06:45.357313: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3277,3856200,"TERMINAL",0,0,"2025-07-03 14:06:49.565794: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3278,3865382,"TERMINAL",0,0,"2025-07-03 14:06:58.728595: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3279,3869377,"TERMINAL",0,0,"2025-07-03 14:07:02.644291: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3280,3871401,"TERMINAL",0,0,"2025-07-03 14:07:04.764177: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3281,3876705,"TERMINAL",0,0,"2025-07-03 14:07:10.071426: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3282,3883118,"TERMINAL",0,0,"2025-07-03 14:07:16.482515: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3283,3889102,"TERMINAL",0,0,"2025-07-03 14:07:22.451788: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3284,3892007,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3285,3894071,"TERMINAL",0,0,"> /hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py(130)()\r\n-> first_video = video_batch[:1]\r\n(Pdb) ",,terminal_output +3286,3922568,"TERMINAL",0,0,"v",,terminal_output +3287,3922897,"TERMINAL",0,0,"[?25li[?25h[?25ld[?25h",,terminal_output +3288,3923188,"TERMINAL",0,0,"[?25leo[?25h",,terminal_output +3289,3923468,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +3290,3923854,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +3291,3923965,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +3292,3924134,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +3293,3924314,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +3294,3924606,"TERMINAL",0,0,"[?25lc\r[?25h",,terminal_output +3295,3924673,"TERMINAL",0,0,"[?25la\r[?25h",,terminal_output +3296,3924833,"TERMINAL",0,0,"[?25lr\r[?25h",,terminal_output +3297,3925049,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +3298,3925341,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +3299,3925559,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +3300,3925626,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +3301,3925839,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +3302,3926047,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +3303,3926186,"TERMINAL",0,0,"[?25lh[?25h[?25la[?25h",,terminal_output +3304,3926294,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +3305,3926374,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +3306,3926442,"TERMINAL",0,0,"\r\n(1, 16, 90, 160, 3)\r\n(Pdb) ",,terminal_output +3307,3930139,"TERMINAL",0,0,"f",,terminal_output +3308,3930204,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +3309,3931044,"TERMINAL",0,0,"[?25li\r[?25h",,terminal_output +3310,3931163,"TERMINAL",0,0,"[?25lf\r[?25h",,terminal_output +3311,3931230,"TERMINAL",0,0,"",,terminal_output +3312,3933140,"sample.py",0,0,"",python,tab +3313,3933141,"sample.py",3654,0,"",python,selection_mouse +3314,3933217,"sample.py",3646,11,"first_video",python,selection_mouse +3315,3933409,"sample.py",3646,13,"first_video =",python,selection_mouse +3316,3933409,"sample.py",3646,25,"first_video = video_batch",python,selection_mouse +3317,3933521,"sample.py",3646,26,"first_video = video_batch[",python,selection_mouse +3318,3933585,"sample.py",3646,27,"first_video = video_batch[:",python,selection_mouse +3319,3933650,"sample.py",3646,28,"first_video = video_batch[:1",python,selection_mouse +3320,3936951,"TERMINAL",0,0,"[?25lfirst_video = video_batch[:1[?25h",,terminal_output +3321,3938031,"TERMINAL",0,0,"[?25l][?25h",,terminal_output +3322,3939135,"TERMINAL",0,0,"\r\n(Pdb) ",,terminal_output +3323,3939542,"TERMINAL",0,0,"f",,terminal_output +3324,3939651,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +3325,3940239,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +3326,3940445,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +3327,3940553,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +3328,3941031,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +3329,3941905,"TERMINAL",0,0,"[?25lv[?25h",,terminal_output +3330,3942028,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +3331,3942152,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +3332,3942219,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +3333,3942357,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +3334,3942615,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +3335,3942803,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +3336,3942889,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +3337,3942954,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +3338,3943070,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +3339,3943176,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +3340,3943254,"TERMINAL",0,0,"\r\n(1, 16, 90, 160, 3)\r\n(Pdb) ",,terminal_output +3341,3944615,"TERMINAL",0,0,"\rfirst_video.shape",,terminal_output +3342,3945088,"TERMINAL",0,0,"\r = video_batch[:1]",,terminal_output +3343,3946780,"TERMINAL",0,0,"\r,]",,terminal_output +3344,3946889,"TERMINAL",0,0,"[?25l]\r ][?25h",,terminal_output +3345,3948028,"TERMINAL",0,0,"[?25l]\r:][?25h",,terminal_output +3346,3948376,"TERMINAL",0,0,"[?25l]\rs][?25h",,terminal_output +3347,3948602,"TERMINAL",0,0,"[?25l]\re][?25h",,terminal_output +3348,3948785,"TERMINAL",0,0,"[?25l]\rq][?25h",,terminal_output +3349,3948941,"TERMINAL",0,0,"[?25l]\r_][?25h",,terminal_output +3350,3949280,"TERMINAL",0,0,"[?25l]\rl][?25h",,terminal_output +3351,3949396,"TERMINAL",0,0,"[?25l]\re][?25h",,terminal_output +3352,3949758,"TERMINAL",0,0,"[?25l]\rn][?25h",,terminal_output +3353,3950428,"TERMINAL",0,0,"\r\n*** NameError: name 'seq_len' is not defined\r\n(Pdb) ",,terminal_output +3354,3951248,"TERMINAL",0,0,"\rfirst_video = video_batch[:1, :seq_len]",,terminal_output +3355,3952785,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +3356,3953611,"TERMINAL",0,0,"\r[1@as",,terminal_output +3357,3953886,"TERMINAL",0,0,"[?25ls\r[1@rs[?25h",,terminal_output +3358,3954127,"TERMINAL",0,0,"[?25ls\r[1@gs[?25h",,terminal_output +3359,3954257,"TERMINAL",0,0,"[?25les\r[1@se[?25h",,terminal_output +3360,3954352,"TERMINAL",0,0,"\r[1@.s",,terminal_output +3361,3958321,"TERMINAL",0,0,"\r\n(Pdb) ",,terminal_output +3362,3959027,"TERMINAL",0,0,"\rfirst_video = video_batch[:1, :args.seq_len]",,terminal_output +3363,3959198,"TERMINAL",0,0,"\rs",,terminal_output +3364,3959922,"TERMINAL",0,0,"\r.shape",,terminal_output +3365,3960591,"TERMINAL",0,0,"\r\n(1, 3, 90, 160, 3)\r\n(Pdb) ",,terminal_output +3366,3965172,"sample.py",0,0,"",python,tab +3367,3965173,"sample.py",3674,0,"",python,selection_mouse +3368,3967694,"sample.py",3674,0,",",python,content +3369,3967695,"sample.py",3675,0,"",python,selection_keyboard +3370,3968506,"sample.py",3675,0,":",python,content +3371,3968507,"sample.py",3676,0,"",python,selection_keyboard +3372,3968747,"sample.py",3676,0,"a",python,content +3373,3968747,"sample.py",3677,0,"",python,selection_keyboard +3374,3969463,"sample.py",3677,0,"r",python,content +3375,3969464,"sample.py",3678,0,"",python,selection_keyboard +3376,3969584,"sample.py",3678,0,"g",python,content +3377,3969585,"sample.py",3679,0,"",python,selection_keyboard +3378,3970163,"sample.py",3676,3,"args",python,content +3379,3970717,"sample.py",3680,0,".",python,content +3380,3970718,"sample.py",3681,0,"",python,selection_keyboard +3381,3971152,"sample.py",3681,0,"s",python,content +3382,3971153,"sample.py",3682,0,"",python,selection_keyboard +3383,3971564,"sample.py",3682,0,"e",python,content +3384,3971565,"sample.py",3683,0,"",python,selection_keyboard +3385,3971740,"sample.py",3683,0,"q",python,content +3386,3971740,"sample.py",3684,0,"",python,selection_keyboard +3387,3972020,"sample.py",3684,0,"_",python,content +3388,3972021,"sample.py",3685,0,"",python,selection_keyboard +3389,3972398,"sample.py",3685,0,"k",python,content +3390,3972398,"sample.py",3686,0,"",python,selection_keyboard +3391,3972525,"sample.py",3686,0,"e",python,content +3392,3972526,"sample.py",3687,0,"",python,selection_keyboard +3393,3972641,"sample.py",3687,0,"b",python,content +3394,3972641,"sample.py",3688,0,"",python,selection_keyboard +3395,3972999,"sample.py",3687,1,"",python,content +3396,3973140,"sample.py",3686,1,"",python,content +3397,3973227,"sample.py",3685,1,"",python,content +3398,3973419,"sample.py",3685,0,"l",python,content +3399,3973419,"sample.py",3686,0,"",python,selection_keyboard +3400,3973549,"sample.py",3686,0,"e",python,content +3401,3973549,"sample.py",3687,0,"",python,selection_keyboard +3402,3973627,"sample.py",3687,0,"n",python,content +3403,3973628,"sample.py",3688,0,"",python,selection_keyboard +3404,3974917,"sample.py",3681,7,"seq_len",python,content +3405,3976453,"TERMINAL",0,0,"^D\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 130, in \r\n first_video = video_batch[:1,:args.seq_len]\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 130, in \r\n first_video = video_batch[:1,:args.seq_len]\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 90, in trace_dispatch\r\n return self.dispatch_line(frame)\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/bdb.py"", line 115, in dispatch_line\r\n if self.quitting: raise BdbQuit\r\nbdb.BdbQuit\r\n",,terminal_output +3406,3977521,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3407,3979247,"sample.py",0,0,"",python,tab +3408,3979248,"sample.py",3596,0,"",python,selection_mouse +3409,3979338,"sample.py",3590,10,"breakpoint",python,selection_mouse +3410,3979462,"sample.py",3590,13,"breakpoint()\n",python,selection_mouse +3411,3979970,"sample.py",3590,13,"",python,content +3412,3984250,"sample.py",0,0,"",python,tab +3413,3984251,"sample.py",3115,0,"",python,selection_mouse +3414,3985110,"sample.py",2819,0,"",python,selection_mouse +3415,3985293,"sample.py",2814,9,"frame_idx",python,selection_mouse +3416,3986136,"sample.py",2814,9,"1",python,content +3417,3986136,"sample.py",2815,0,"",python,selection_keyboard +3418,3987263,"sample.py",3083,0,"",python,selection_mouse +3419,3987909,"sample.py",3082,0,"",python,selection_command +3420,3988331,"sample.py",3045,0,"",python,selection_command +3421,3988719,"sample.py",3045,0," ",python,content +3422,3988720,"sample.py",3046,0,"",python,selection_keyboard +3423,3989001,"sample.py",3045,0,"",python,selection_command +3424,3990652,"sample.py",3045,0,"#",python,content +3425,3990653,"sample.py",3046,0,"",python,selection_keyboard +3426,3992814,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3427,3993209,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3428,3993321,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3429,3996134,"TERMINAL",0,0,"2025-07-03 14:09:09.453152: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3430,4000592,"TERMINAL",0,0,"2025-07-03 14:09:13.949244: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3431,4010074,"TERMINAL",0,0,"2025-07-03 14:09:23.385430: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3432,4014068,"TERMINAL",0,0,"2025-07-03 14:09:27.344882: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3433,4016015,"TERMINAL",0,0,"2025-07-03 14:09:29.340681: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3434,4021338,"TERMINAL",0,0,"2025-07-03 14:09:34.681888: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3435,4027686,"TERMINAL",0,0,"2025-07-03 14:09:41.021693: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3436,4033642,"TERMINAL",0,0,"2025-07-03 14:09:47.003074: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3437,4036401,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3438,4043867,"TERMINAL",0,0,"Frame 1\r\n",,terminal_output +3439,4044336,"TERMINAL",0,0,"2025-07-03 14:09:57.699370: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3440,4047264,"TERMINAL",0,0,"2025-07-03 14:10:00.629371: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3441,4055438,"TERMINAL",0,0,"2025-07-03 14:10:08.779407: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3442,4058783,"TERMINAL",0,0,"2025-07-03 14:10:12.146107: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3443,4064142,"TERMINAL",0,0,"2025-07-03 14:10:17.421709: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3444,4066280,"TERMINAL",0,0,"Frame 2\r\n",,terminal_output +3445,4073050,"TERMINAL",0,0,"SSIM: 1.0\r\n",,terminal_output +3446,4074525,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3447,4239685,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3448,4244214,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3449,4244324,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3450,4247135,"TERMINAL",0,0,"2025-07-03 14:13:20.483562: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3451,4251334,"TERMINAL",0,0,"2025-07-03 14:13:24.632536: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3452,4258995,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 86, in \r\n params = genie.init(_rng, dummy_inputs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n return fun(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 2452, in init\r\n _, v_out = self.init_with_output(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n return fun(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 2304, in init_with_output\r\n return init_with_output(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1115, in wrapper\r\n return apply(fn, mutable=mutable, flags=init_flags)(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1079, in wrapper\r\n y = fn(root, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 3093, in scope_fn\r\n return fn(module.clone(parent=scope, _deep_clone=True), *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/genie.py"", line 75, in __call__\r\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/models/tokenizer.py"", line 57, in vq_encode\r\n x = self.encoder(x) # (B, T, N, E)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n return self._call_wrapped_method(fun, args, kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n y = run_fun(self, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/utils/nn.py"", line 87, in __call__\r\n x = STBlock(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/transforms.py"", line 433, in wrapped_fn\r\n return trafo_fn(module_scopes, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/lift.py"", line 319, in wrapper\r\n y, out_variable_groups_xs_t = fn(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/lift.py"", line 1474, in inner\r\n return rematted(variable_groups, rng_groups, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n return fun(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py"", line 333, in fun_remat\r\n out_flat = remat_p.bind(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 531, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 551, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 556, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1060, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/ad_checkpoint.py"", line 514, in remat_impl\r\n return core.eval_jaxpr(jaxpr, (), *args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 629, in eval_jaxpr\r\n clean_up_dead_vars(eqn, env, lu)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line -1, in clean_up_dead_vars\r\nKeyboardInterrupt\r\n",,terminal_output +3453,4259184,"TERMINAL",0,0,"^C",,terminal_output +3454,4259447,"TERMINAL",0,0,"\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ^C[?2004l\r[?2004h[?2004l\r\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3455,4260876,"sample.py",0,0,"",python,tab +3456,4260877,"sample.py",2534,0,"",python,selection_mouse +3457,4261367,"sample.py",2993,0,"",python,selection_mouse +3458,4262212,"sample.py",3072,0,"",python,selection_mouse +3459,4262808,"sample.py",3036,0,"",python,selection_mouse +3460,4263073,"sample.py",3011,25,"d=Genie.sample,\n )",python,selection_mouse +3461,4263074,"sample.py",2974,62,"args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3462,4263074,"sample.py",2940,96," args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3463,4263074,"sample.py",2864,172," params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3464,4263099,"sample.py",2829,207," new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3465,4263134,"sample.py",2749,287," batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3466,4263154,"sample.py",2707,329," rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3467,4263211,"sample.py",2673,363," print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3468,4263249,"sample.py",2637,399," # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3469,4264386,"sample.py",2673,363," print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )",python,selection_mouse +3470,4267533,"sample.py",2681,0,"",python,selection_command +3471,4269265,"sample.py",2680,0,"",python,selection_command +3472,4270618,"sample.py",3094,0,"",python,selection_mouse +3473,4270622,"sample.py",3093,0,"",python,selection_command +3474,4270764,"sample.py",3093,1,")",python,selection_mouse +3475,4270945,"sample.py",3036,57,"\n # vid = jnp.concatenate([vid, new_frame], axis=1",python,selection_mouse +3476,4270946,"sample.py",3094,0,"",python,selection_command +3477,4270947,"sample.py",2993,101,"\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3478,4270947,"sample.py",2924,170,"_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3479,4270948,"sample.py",2877,217,"ms,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3480,4270948,"sample.py",2839,255,"_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3481,4270949,"sample.py",2758,336,"atch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3482,4270949,"sample.py",2756,338," batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3483,4270987,"sample.py",2713,381," rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3484,4271216,"sample.py",2679,415," print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3485,4271216,"sample.py",2643,451," # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3486,4271217,"sample.py",2576,518," for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3487,4271240,"sample.py",2573,521," for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n # vid = jnp.concatenate([vid, new_frame], axis=1)",python,selection_mouse +3488,4272427,"sample.py",2577,0,"",python,selection_command +3489,4277131,"sample.py",2573,0,"",python,selection_command +3490,4278713,"sample.py",2573,0," import time\n",python,content +3491,4279057,"sample.py",2723,0," start_time = time.time()\n",python,content +3492,4279805,"sample.py",3086,0," elapsed = time.time() - start_time\n",python,content +3493,4279964,"sample.py",3129,0," print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n",python,content +3494,4282058,"sample.py",3177,0,"",python,selection_mouse +3495,4282184,"sample.py",3176,1," ",python,selection_mouse +3496,4282924,"sample.py",3273,0,"",python,selection_mouse +3497,4282946,"sample.py",3272,0,"",python,selection_command +3498,4284189,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3499,4284395,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3500,4284506,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3501,4287302,"TERMINAL",0,0,"2025-07-03 14:14:00.655146: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3502,4291584,"TERMINAL",0,0,"2025-07-03 14:14:04.921073: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3503,4298253,"TERMINAL",0,0,"bash",,terminal_focus +3504,4299364,"TERMINAL",0,0,"queue",,terminal_command +3505,4299414,"TERMINAL",0,0,"]633;E;2025-07-03 14:14:12 queue;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C",,terminal_output +3506,4299495,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jul 3 14:14:12 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3313564 accelerat train_to tum_cte0 R 6:42:56\t 4 hkn[0405,0532,0729,0814]3314821 dev_accel interact tum_cte0 R24:00\t 1 hkn0402",,terminal_output +3507,4300586,"TERMINAL",0,0,"371",,terminal_output +3508,4300593,"TERMINAL",0,0,"2025-07-03 14:14:13.938940: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3509,4300861,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +3510,4301894,"TERMINAL",0,0,"idling",,terminal_command +3511,4301949,"TERMINAL",0,0,"]633;E;2025-07-03 14:14:15 idling;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C[?1049h(B[?7hEvery 1.0s: sinfo_t_idlehkn1991.localdomain: Thu Jul 3 14:14:15 2025Partition dev_cpuonly: 11 nodes idle\rPartition cpuonly: 98 nodes idle\rPartition dev_accelerated:\t 0 nodes idle\rPartition accelerated:\t 0 nodes idle\rPartition dev_accelerated-h100 :\t 1 nodes idle\rPartition accelerated-h100:\t 0 nodes idle\rPartition large:\t 7 nodes idle",,terminal_output +3512,4303044,"TERMINAL",0,0,"6",,terminal_output +3513,4304068,"TERMINAL",0,0,"7",,terminal_output +3514,4304504,"TERMINAL",0,0,"2025-07-03 14:14:17.752339: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3515,4305118,"TERMINAL",0,0,"8",,terminal_output +3516,4306125,"TERMINAL",0,0,"9",,terminal_output +3517,4306526,"TERMINAL",0,0,"2025-07-03 14:14:19.853071: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3518,4307243,"TERMINAL",0,0,"20",,terminal_output +3519,4308205,"TERMINAL",0,0,"1",,terminal_output +3520,4309243,"TERMINAL",0,0,"2",,terminal_output +3521,4310318,"TERMINAL",0,0,"3",,terminal_output +3522,4311322,"TERMINAL",0,0,"4",,terminal_output +3523,4311872,"TERMINAL",0,0,"2025-07-03 14:14:25.209744: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3524,4312362,"TERMINAL",0,0,"5",,terminal_output +3525,4313510,"TERMINAL",0,0,"6",,terminal_output +3526,4314474,"TERMINAL",0,0,"7",,terminal_output +3527,4315551,"TERMINAL",0,0,"8",,terminal_output +3528,4316551,"TERMINAL",0,0,"9",,terminal_output +3529,4317790,"TERMINAL",0,0,"307",,terminal_output +3530,4318406,"TERMINAL",0,0,"2025-07-03 14:14:31.661611: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3531,4318774,"TERMINAL",0,0,"2",,terminal_output +3532,4319810,"TERMINAL",0,0,"3",,terminal_output +3533,4320850,"TERMINAL",0,0,"4",,terminal_output +3534,4321927,"TERMINAL",0,0,"5",,terminal_output +3535,4323054,"TERMINAL",0,0,"6",,terminal_output +3536,4324038,"TERMINAL",0,0,"7",,terminal_output +3537,4324494,"TERMINAL",0,0,"2025-07-03 14:14:37.845122: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3538,4325060,"TERMINAL",0,0,"8",,terminal_output +3539,4326087,"TERMINAL",0,0,"9",,terminal_output +3540,4327109,"TERMINAL",0,0,"40",,terminal_output +3541,4327238,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3542,4328236,"TERMINAL",0,0,"1",,terminal_output +3543,4329259,"TERMINAL",0,0,"2",,terminal_output +3544,4330283,"TERMINAL",0,0,"3",,terminal_output +3545,4331306,"TERMINAL",0,0,"4",,terminal_output +3546,4332328,"TERMINAL",0,0,"5",,terminal_output +3547,4333360,"TERMINAL",0,0,"6",,terminal_output +3548,4334396,"TERMINAL",0,0,"7",,terminal_output +3549,4334695,"TERMINAL",0,0,"Frame 1\r\n",,terminal_output +3550,4335301,"TERMINAL",0,0,"2025-07-03 14:14:48.614108: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3551,4335441,"TERMINAL",0,0,"8",,terminal_output +3552,4336530,"TERMINAL",0,0,"9",,terminal_output +3553,4337557,"TERMINAL",0,0,"50",,terminal_output +3554,4338373,"TERMINAL",0,0,"2025-07-03 14:14:51.673060: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3555,4338566,"TERMINAL",0,0,"1",,terminal_output +3556,4339608,"TERMINAL",0,0,"2",,terminal_output +3557,4340649,"TERMINAL",0,0,"3",,terminal_output +3558,4341693,"TERMINAL",0,0,"5",,terminal_output +3559,4342777,"TERMINAL",0,0,"6",,terminal_output +3560,4343802,"TERMINAL",0,0,"7",,terminal_output +3561,4344825,"TERMINAL",0,0,"8",,terminal_output +3562,4345950,"TERMINAL",0,0,"9",,terminal_output +3563,4346566,"TERMINAL",0,0,"2025-07-03 14:14:59.919897: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3564,4346899,"TERMINAL",0,0,"5:00",,terminal_output +3565,4348010,"TERMINAL",0,0,"1",,terminal_output +3566,4349024,"TERMINAL",0,0,"2",,terminal_output +3567,4350048,"TERMINAL",0,0,"3",,terminal_output +3568,4350063,"TERMINAL",0,0,"2025-07-03 14:15:03.389184: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3569,4351174,"TERMINAL",0,0,"4",,terminal_output +3570,4352112,"TERMINAL",0,0,"5",,terminal_output +3571,4353246,"TERMINAL",0,0,"6",,terminal_output +3572,4354245,"TERMINAL",0,0,"7",,terminal_output +3573,4355269,"TERMINAL",0,0,"8",,terminal_output +3574,4355783,"TERMINAL",0,0,"2025-07-03 14:15:09.065316: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3575,4356293,"TERMINAL",0,0,"9",,terminal_output +3576,4357318,"TERMINAL",0,0,"10",,terminal_output +3577,4358239,"TERMINAL",0,0,"Frame 1 sampling took 23.475 seconds\r\nFrame 2\r\n",,terminal_output +3578,4358349,"TERMINAL",0,0,"1",,terminal_output +3579,4359468,"TERMINAL",0,0,"2",,terminal_output +3580,4360491,"TERMINAL",0,0,"3",,terminal_output +3581,4361530,"TERMINAL",0,0,"4",,terminal_output +3582,4362541,"TERMINAL",0,0,"58",,terminal_output +3583,4362558,"TERMINAL",0,0,"Frame 2 sampling took 4.381 seconds\r\n",,terminal_output +3584,4363565,"TERMINAL",0,0,"6",,terminal_output +3585,4363872,"TERMINAL",0,0,"SSIM: 1.0\r\n",,terminal_output +3586,4364617,"TERMINAL",0,0,"7",,terminal_output +3587,4365522,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3588,4365660,"TERMINAL",0,0,"8",,terminal_output +3589,4366698,"TERMINAL",0,0,"20",,terminal_output +3590,4367762,"TERMINAL",0,0,"1",,terminal_output +3591,4368890,"TERMINAL",0,0,"2",,terminal_output +3592,4369914,"TERMINAL",0,0,"3",,terminal_output +3593,4370936,"TERMINAL",0,0,"4",,terminal_output +3594,4371915,"TERMINAL",0,0,"5",,terminal_output +3595,4372957,"TERMINAL",0,0,"6",,terminal_output +3596,4374010,"TERMINAL",0,0,"7",,terminal_output +3597,4375041,"TERMINAL",0,0,"8",,terminal_output +3598,4376159,"TERMINAL",0,0,"9",,terminal_output +3599,4377123,"TERMINAL",0,0,"30",,terminal_output +3600,4378208,"TERMINAL",0,0,"1",,terminal_output +3601,4379199,"TERMINAL",0,0,"2",,terminal_output +3602,4380242,"TERMINAL",0,0,"3",,terminal_output +3603,4381381,"TERMINAL",0,0,"4",,terminal_output +3604,4382406,"TERMINAL",0,0,"5",,terminal_output +3605,4383371,"TERMINAL",0,0,"6",,terminal_output +3606,4384418,"TERMINAL",0,0,"7",,terminal_output +3607,4385490,"TERMINAL",0,0,"8",,terminal_output +3608,4386605,"TERMINAL",0,0,"9",,terminal_output +3609,4387631,"TERMINAL",0,0,"40",,terminal_output +3610,4388654,"TERMINAL",0,0,"1",,terminal_output +3611,4389635,"TERMINAL",0,0,"2",,terminal_output +3612,4390675,"TERMINAL",0,0,"4",,terminal_output +3613,4391720,"TERMINAL",0,0,"5",,terminal_output +3614,4392762,"TERMINAL",0,0,"6",,terminal_output +3615,4393880,"TERMINAL",0,0,"7",,terminal_output +3616,4394898,"TERMINAL",0,0,"8",,terminal_output +3617,4395922,"TERMINAL",0,0,"9",,terminal_output +3618,4396931,"TERMINAL",0,0,"50",,terminal_output +3619,4398073,"TERMINAL",0,0,"1",,terminal_output +3620,4399097,"TERMINAL",0,0,"2",,terminal_output +3621,4400121,"TERMINAL",0,0,"3",,terminal_output +3622,4401165,"TERMINAL",0,0,"4",,terminal_output +3623,4402138,"TERMINAL",0,0,"5",,terminal_output +3624,4403193,"TERMINAL",0,0,"6",,terminal_output +3625,4404217,"TERMINAL",0,0,"7",,terminal_output +3626,4405343,"TERMINAL",0,0,"8",,terminal_output +3627,4406370,"TERMINAL",0,0,"9",,terminal_output +3628,4407331,"TERMINAL",0,0,"6:00",,terminal_output +3629,4408370,"TERMINAL",0,0,"1",,terminal_output +3630,4409441,"TERMINAL",0,0,"2",,terminal_output +3631,4410475,"TERMINAL",0,0,"3",,terminal_output +3632,4411592,"TERMINAL",0,0,"4",,terminal_output +3633,4412564,"TERMINAL",0,0,"5",,terminal_output +3634,4413638,"TERMINAL",0,0,"6",,terminal_output +3635,4414615,"TERMINAL",0,0,"7",,terminal_output +3636,4415670,"TERMINAL",0,0,"8",,terminal_output +3637,4416698,"TERMINAL",0,0,"10",,terminal_output +3638,4417742,"TERMINAL",0,0,"1",,terminal_output +3639,4418787,"TERMINAL",0,0,"2",,terminal_output +3640,4419884,"TERMINAL",0,0,"3",,terminal_output +3641,4420908,"TERMINAL",0,0,"4",,terminal_output +3642,4421932,"TERMINAL",0,0,"5",,terminal_output +3643,4423059,"TERMINAL",0,0,"6",,terminal_output +3644,4424083,"TERMINAL",0,0,"7",,terminal_output +3645,4425043,"TERMINAL",0,0,"8",,terminal_output +3646,4426131,"TERMINAL",0,0,"9",,terminal_output +3647,4427122,"TERMINAL",0,0,"20",,terminal_output +3648,4428178,"TERMINAL",0,0,"1",,terminal_output +3649,4429319,"TERMINAL",0,0,"2",,terminal_output +3650,4430329,"TERMINAL",0,0,"3",,terminal_output +3651,4431356,"TERMINAL",0,0,"4",,terminal_output +3652,4432326,"TERMINAL",0,0,"5",,terminal_output +3653,4433370,"TERMINAL",0,0,"6",,terminal_output +3654,4434433,"TERMINAL",0,0,"79",,terminal_output +3655,4435450,"TERMINAL",0,0,"8",,terminal_output +3656,4435931,"TERMINAL",0,0,"srun",,terminal_focus +3657,4436506,"TERMINAL",0,0,"9",,terminal_output +3658,4437575,"TERMINAL",0,0,"30",,terminal_output +3659,4438625,"TERMINAL",0,0,"183",,terminal_output +3660,4439638,"TERMINAL",0,0,"2",,terminal_output +3661,4440683,"TERMINAL",0,0,"3",,terminal_output +3662,4441697,"TERMINAL",0,0,"5",,terminal_output +3663,4442741,"TERMINAL",0,0,"6",,terminal_output +3664,4443784,"TERMINAL",0,0,"7",,terminal_output +3665,4444870,"TERMINAL",0,0,"8",,terminal_output +3666,4445894,"TERMINAL",0,0,"9",,terminal_output +3667,4446431,"scripts_horeka/modelsize_scaling/dynamics/model_sizes.md",0,0,"# Genie 1 - Model Sizes and their configs\n\n## Tokenizer model: sizes\n\ndefault: \n| Model | model_dim | num_blocks | num_heads | latent_dim | num_latents | Est. Params |\n|-------|-----------|------------|-----------|------------|-------------|-------------|\n| default | 512 | 8 | 8 | 32 | 1024 | ~38M |\n\n### scaling up \n#### (not tested yet - TODO @mihir)\n\n| Model | model_dim | num_blocks | num_heads | latent_dim | num_latents | Est. Params |\n|-------|-----------|------------|-----------|------------|-------------|-------------|\n| L1 | 768 | 12 | 12 | 64 | 2048 | ~80M |\n| L2 | 1024 | 12 | 16 | 128 | 2048 | ~140M |\n| L3 | 1152 | 16 | 16 | 128 | 4096 | ~200M |\n| L4 | 896 | 16 | 14 | 96 | 4096 | ~120M |\n| L5 | 1536 | 12 | 24 | 256 | 2048 | ~190M |\n\n\n### tiny models\n| Model | model_dim | num_blocks | num_heads | latent_dim | num_latents | Est. Params |\n|-------|-----------|------------|-----------|------------|-------------|-------------|\n| S1 | 128 | 2 | 2 | 8 | 128 | ~0.6M |\n| S2 | 192 | 2 | 3 | 16 | 128 | ~1.3M |\n| S3 | 256 | 3 | 4 | 16 | 256 | ~3.6M |\n| S4 | 320 | 4 | 5 | 24 | 256 | ~7.4M |\n| S5 | 384 | 4 | 6 | 32 | 512 | ~10M |\n\n\n## Latent Action model: sizes\ndefault: \n| Model | model_dim | num_blocks | num_heads | latent_dim | num_latents | Est. Params |\n|-------|-----------|------------|-----------|------------|-------------|-------------|\n| default | 512 | 8 | 8 | 32 | 6 | ~39M |\n\n### scaling up \n#### (not tested yet - TODO @mihir)\n\n| Name | model_dim | num_blocks | num_heads | latent_dim | num_latents | Est. Params |\n|--------------|-----------|------------|-----------|------------|-------------|-------------|\n| XL | 1024 | 12 | 16 | 64 | 12 | ~200M |\n| L | 896 | 12 | 14 | 48 | 8 | ~150M |\n| M+ | 768 | 10 | 12 | 48 | 8 | ~100M |\n| M | 640 | 10 | 10 | 32 | 8 | ~70M |\n| Base+ | 512 | 12 | 8 | 32 | 8 | ~55M |\n\n\n### tiny models\n| Name | model_dim | num_blocks | num_heads | latent_dim | num_latents | Est. Params |\n|--------------|-----------|------------|-----------|------------|-------------|-------------|\n| XS | 128 | 2 | 2 | 8 | 4 | ~0.9M |\n| S | 160 | 2 | 2 | 8 | 4 | ~1.3M |\n| S+ | 192 | 3 | 3 | 8 | 4 | ~2.4M |\n| M- | 256 | 4 | 4 | 16 | 6 | ~5.4M |\n| M | 320 | 6 | 4 | 16 | 6 | ~12M |\n\n\n## Dynamics model: sizes \n\n| Config | dyna_dim | dyna_num_blocks | dyna_num_heads | Approx. Params |\n|--------|----------|-----------------|---------------|----------------|\n| 1 | 512 | 12 | 8 | ~36M |\n| 2 | 768 | 16 | 12 | ~110M |\n| 3 | 1024 | 16 | 16 | ~180M |\n| 4 | 1024 | 24 | 16 | ~270M |\n| 5 | 1536 | 24 | 24 | ~500M |\n\n\n### tiny models\n| Config | dyna_dim | dyna_num_blocks | dyna_num_heads | Approx. Params |\n|--------|----------|-----------------|---------------|----------------|\n| A | 128 | 2 | 4 | ~1.5M |\n| B | 256 | 2 | 4 | ~3.5M |\n| C | 256 | 4 | 4 | ~6M |\n| D | 384 | 4 | 6 | ~12M |\n| E | 512 | 4 | 8 | ~18M |",markdown,tab +3668,4446906,"TERMINAL",0,0,"40",,terminal_output +3669,4447113,"scripts_horeka/overfit_sample_tiny/sample.sh",0,0,"",shellscript,tab +3670,4447983,"TERMINAL",0,0,"1",,terminal_output +3671,4449069,"TERMINAL",0,0,"2",,terminal_output +3672,4449876,"scripts_horeka/overfit_sample_tiny/sample.sh",1858,1,"",shellscript,content +3673,4449973,"scripts_horeka/overfit_sample_tiny/sample.sh",1858,0,"5",shellscript,content +3674,4449973,"scripts_horeka/overfit_sample_tiny/sample.sh",1859,0,"",shellscript,selection_keyboard +3675,4450037,"TERMINAL",0,0,"3",,terminal_output +3676,4451072,"TERMINAL",0,0,"4",,terminal_output +3677,4451426,"scripts_horeka/overfit_sample_tiny/sample.sh",1858,1,"",shellscript,content +3678,4451546,"scripts_horeka/overfit_sample_tiny/sample.sh",1858,0,"6",shellscript,content +3679,4451546,"scripts_horeka/overfit_sample_tiny/sample.sh",1859,0,"",shellscript,selection_keyboard +3680,4452107,"TERMINAL",0,0,"5",,terminal_output +3681,4453084,"TERMINAL",0,0,"bash",,terminal_focus +3682,4453231,"TERMINAL",0,0,"6",,terminal_output +3683,4454291,"TERMINAL",0,0,"7",,terminal_output +3684,4454866,"TERMINAL",0,0,"srun",,terminal_focus +3685,4455244,"TERMINAL",0,0,"8",,terminal_output +3686,4456275,"TERMINAL",0,0,"9",,terminal_output +3687,4457319,"TERMINAL",0,0,"504",,terminal_output +3688,4458388,"TERMINAL",0,0,"1",,terminal_output +3689,4459412,"TERMINAL",0,0,"2",,terminal_output +3690,4460274,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3691,4460450,"TERMINAL",0,0,"3",,terminal_output +3692,4460557,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3693,4460748,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3694,4461476,"TERMINAL",0,0,"4",,terminal_output +3695,4462593,"TERMINAL",0,0,"5",,terminal_output +3696,4463713,"TERMINAL",0,0,"2025-07-03 14:16:56.903283: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3697,4463736,"TERMINAL",0,0,"6",,terminal_output +3698,4464634,"TERMINAL",0,0,"7",,terminal_output +3699,4465670,"TERMINAL",0,0,"8",,terminal_output +3700,4466699,"TERMINAL",0,0,"7:00",,terminal_output +3701,4467706,"TERMINAL",0,0,"2025-07-03 14:17:00.996912: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3702,4467735,"TERMINAL",0,0,"1",,terminal_output +3703,4468781,"TERMINAL",0,0,"2",,terminal_output +3704,4469823,"TERMINAL",0,0,"3",,terminal_output +3705,4470880,"TERMINAL",0,0,"4",,terminal_output +3706,4471904,"TERMINAL",0,0,"5",,terminal_output +3707,4473034,"TERMINAL",0,0,"6",,terminal_output +3708,4474055,"TERMINAL",0,0,"7",,terminal_output +3709,4475078,"TERMINAL",0,0,"8",,terminal_output +3710,4476103,"TERMINAL",0,0,"9",,terminal_output +3711,4476614,"TERMINAL",0,0,"2025-07-03 14:17:09.922152: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3712,4477127,"TERMINAL",0,0,"10",,terminal_output +3713,4478254,"TERMINAL",0,0,"1",,terminal_output +3714,4479194,"TERMINAL",0,0,"2",,terminal_output +3715,4480302,"TERMINAL",0,0,"3",,terminal_output +3716,4481325,"TERMINAL",0,0,"4",,terminal_output +3717,4482349,"TERMINAL",0,0,"5",,terminal_output +3718,4483375,"TERMINAL",0,0,"6",,terminal_output +3719,4484307,"TERMINAL",0,0,"2025-07-03 14:17:17.646840: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3720,4484509,"TERMINAL",0,0,"7",,terminal_output +3721,4485534,"TERMINAL",0,0,"8",,terminal_output +3722,4486558,"TERMINAL",0,0,"9",,terminal_output +3723,4487572,"TERMINAL",0,0,"20",,terminal_output +3724,4488596,"TERMINAL",0,0,"1",,terminal_output +3725,4489624,"TERMINAL",0,0,"2",,terminal_output +3726,4490667,"TERMINAL",0,0,"3",,terminal_output +3727,4490943,"TERMINAL",0,0,"2025-07-03 14:17:24.258902: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3728,4491709,"TERMINAL",0,0,"5",,terminal_output +3729,4492745,"TERMINAL",0,0,"6",,terminal_output +3730,4493787,"TERMINAL",0,0,"7",,terminal_output +3731,4494835,"TERMINAL",0,0,"8",,terminal_output +3732,4495883,"TERMINAL",0,0,"9",,terminal_output +3733,4496911,"TERMINAL",0,0,"30",,terminal_output +3734,4497129,"TERMINAL",0,0,"2025-07-03 14:17:30.493139: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3735,4498016,"TERMINAL",0,0,"1",,terminal_output +3736,4498989,"TERMINAL",0,0,"2",,terminal_output +3737,4500068,"TERMINAL",0,0,"3",,terminal_output +3738,4500339,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3739,4501070,"TERMINAL",0,0,"4",,terminal_output +3740,4502107,"TERMINAL",0,0,"5",,terminal_output +3741,4503155,"TERMINAL",0,0,"6",,terminal_output +3742,4504191,"TERMINAL",0,0,"7",,terminal_output +3743,4505231,"TERMINAL",0,0,"8",,terminal_output +3744,4506275,"TERMINAL",0,0,"9",,terminal_output +3745,4507320,"TERMINAL",0,0,"40",,terminal_output +3746,4508052,"TERMINAL",0,0,"Frame 1\r\n",,terminal_output +3747,4508363,"TERMINAL",0,0,"1",,terminal_output +3748,4508510,"TERMINAL",0,0,"2025-07-03 14:17:41.875372: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3749,4509407,"TERMINAL",0,0,"2",,terminal_output +3750,4510456,"TERMINAL",0,0,"3",,terminal_output +3751,4511427,"TERMINAL",0,0,"2025-07-03 14:17:44.790226: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3752,4511491,"TERMINAL",0,0,"4",,terminal_output +3753,4512530,"TERMINAL",0,0,"5",,terminal_output +3754,4513583,"TERMINAL",0,0,"6",,terminal_output +3755,4514612,"TERMINAL",0,0,"7",,terminal_output +3756,4515652,"TERMINAL",0,0,"8",,terminal_output +3757,4516703,"TERMINAL",0,0,"50",,terminal_output +3758,4517782,"TERMINAL",0,0,"1",,terminal_output +3759,4518778,"TERMINAL",0,0,"2",,terminal_output +3760,4519389,"TERMINAL",0,0,"2025-07-03 14:17:52.752720: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3761,4519823,"TERMINAL",0,0,"3",,terminal_output +3762,4520882,"TERMINAL",0,0,"4",,terminal_output +3763,4521905,"TERMINAL",0,0,"5",,terminal_output +3764,4522787,"TERMINAL",0,0,"2025-07-03 14:17:56.151359: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3765,4522946,"TERMINAL",0,0,"6",,terminal_output +3766,4523985,"TERMINAL",0,0,"7",,terminal_output +3767,4525029,"TERMINAL",0,0,"8",,terminal_output +3768,4526179,"TERMINAL",0,0,"9",,terminal_output +3769,4527202,"TERMINAL",0,0,"8:00",,terminal_output +3770,4528122,"TERMINAL",0,0,"2025-07-03 14:18:01.466865: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3771,4528147,"TERMINAL",0,0,"1",,terminal_output +3772,4529188,"TERMINAL",0,0,"2",,terminal_output +3773,4530273,"TERMINAL",0,0,"3",,terminal_output +3774,4530598,"TERMINAL",0,0,"Frame 1 sampling took 22.632 seconds\r\nFrame 2\r\n",,terminal_output +3775,4531270,"TERMINAL",0,0,"4",,terminal_output +3776,4532424,"TERMINAL",0,0,"5",,terminal_output +3777,4533483,"TERMINAL",0,0,"6",,terminal_output +3778,4534395,"TERMINAL",0,0,"7",,terminal_output +3779,4534810,"TERMINAL",0,0,"Frame 2 sampling took 4.213 seconds\r\nFrame 3\r\n",,terminal_output +3780,4535434,"TERMINAL",0,0,"8",,terminal_output +3781,4536519,"TERMINAL",0,0,"9",,terminal_output +3782,4538803,"TERMINAL",0,0,"105",,terminal_output +3783,4539184,"TERMINAL",0,0,"Frame 3 sampling took 4.318 seconds\r\nFrame 4\r\n",,terminal_output +3784,4539898,"TERMINAL",0,0,"3",,terminal_output +3785,4540923,"TERMINAL",0,0,"4",,terminal_output +3786,4541932,"TERMINAL",0,0,"5",,terminal_output +3787,4543072,"TERMINAL",0,0,"6",,terminal_output +3788,4543483,"TERMINAL",0,0,"Frame 4 sampling took 4.282 seconds\r\nFrame 5\r\n",,terminal_output +3789,4544096,"TERMINAL",0,0,"7",,terminal_output +3790,4545121,"TERMINAL",0,0,"8",,terminal_output +3791,4546146,"TERMINAL",0,0,"9",,terminal_output +3792,4547169,"TERMINAL",0,0,"204",,terminal_output +3793,4547710,"TERMINAL",0,0,"Frame 5 sampling took 4.239 seconds\r\n",,terminal_output +3794,4548296,"TERMINAL",0,0,"1",,terminal_output +3795,4548928,"TERMINAL",0,0,"SSIM: 1.0\r\n",,terminal_output +3796,4549319,"TERMINAL",0,0,"2",,terminal_output +3797,4550344,"TERMINAL",0,0,"3",,terminal_output +3798,4550408,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3799,4551326,"TERMINAL",0,0,"4",,terminal_output +3800,4552393,"TERMINAL",0,0,"5",,terminal_output +3801,4553477,"TERMINAL",0,0,"6",,terminal_output +3802,4554439,"TERMINAL",0,0,"7",,terminal_output +3803,4555566,"TERMINAL",0,0,"8",,terminal_output +3804,4556600,"TERMINAL",0,0,"9",,terminal_output +3805,4557530,"TERMINAL",0,0,"30",,terminal_output +3806,4558639,"TERMINAL",0,0,"177",,terminal_output +3807,4559623,"TERMINAL",0,0,"2",,terminal_output +3808,4560671,"TERMINAL",0,0,"3",,terminal_output +3809,4561724,"TERMINAL",0,0,"5",,terminal_output +3810,4562754,"TERMINAL",0,0,"6",,terminal_output +3811,4563792,"TERMINAL",0,0,"7",,terminal_output +3812,4564837,"TERMINAL",0,0,"8",,terminal_output +3813,4565883,"TERMINAL",0,0,"9",,terminal_output +3814,4566920,"TERMINAL",0,0,"40",,terminal_output +3815,4567966,"TERMINAL",0,0,"1",,terminal_output +3816,4569082,"TERMINAL",0,0,"2",,terminal_output +3817,4570059,"TERMINAL",0,0,"3",,terminal_output +3818,4571130,"TERMINAL",0,0,"4",,terminal_output +3819,4572160,"TERMINAL",0,0,"5",,terminal_output +3820,4573283,"TERMINAL",0,0,"6",,terminal_output +3821,4574306,"TERMINAL",0,0,"7",,terminal_output +3822,4575331,"TERMINAL",0,0,"8",,terminal_output +3823,4576353,"TERMINAL",0,0,"9",,terminal_output +3824,4577381,"TERMINAL",0,0,"50",,terminal_output +3825,4578436,"scripts_horeka/overfit_sample_tiny/sample.sh",0,0,"",shellscript,tab +3826,4578557,"TERMINAL",0,0,"1",,terminal_output +3827,4579529,"TERMINAL",0,0,"2",,terminal_output +3828,4579759,"scripts_horeka/overfit_sample_tiny/sample.sh",1861,0,"",shellscript,selection_mouse +3829,4580466,"TERMINAL",0,0,"3",,terminal_output +3830,4581316,"scripts_horeka/overfit_sample_tiny/sample.sh",1861,0,"\n ",shellscript,content +3831,4581504,"TERMINAL",0,0,"4",,terminal_output +3832,4582009,"scripts_horeka/overfit_sample_tiny/sample.sh",1866,0,"-",shellscript,content +3833,4582010,"scripts_horeka/overfit_sample_tiny/sample.sh",1867,0,"",shellscript,selection_keyboard +3834,4582170,"scripts_horeka/overfit_sample_tiny/sample.sh",1867,0,"-",shellscript,content +3835,4582171,"scripts_horeka/overfit_sample_tiny/sample.sh",1868,0,"",shellscript,selection_keyboard +3836,4582523,"scripts_horeka/overfit_sample_tiny/sample.sh",1868,0,"m",shellscript,content +3837,4582524,"scripts_horeka/overfit_sample_tiny/sample.sh",1869,0,"",shellscript,selection_keyboard +3838,4582576,"TERMINAL",0,0,"5",,terminal_output +3839,4582610,"scripts_horeka/overfit_sample_tiny/sample.sh",1869,0,"a",shellscript,content +3840,4582611,"scripts_horeka/overfit_sample_tiny/sample.sh",1870,0,"",shellscript,selection_keyboard +3841,4582753,"scripts_horeka/overfit_sample_tiny/sample.sh",1870,0,"s",shellscript,content +3842,4582754,"scripts_horeka/overfit_sample_tiny/sample.sh",1871,0,"",shellscript,selection_keyboard +3843,4582845,"scripts_horeka/overfit_sample_tiny/sample.sh",1871,0,"k",shellscript,content +3844,4582846,"scripts_horeka/overfit_sample_tiny/sample.sh",1872,0,"",shellscript,selection_keyboard +3845,4583418,"scripts_horeka/overfit_sample_tiny/sample.sh",1872,0,"g",shellscript,content +3846,4583419,"scripts_horeka/overfit_sample_tiny/sample.sh",1873,0,"",shellscript,selection_keyboard +3847,4583540,"scripts_horeka/overfit_sample_tiny/sample.sh",1873,0,"i",shellscript,content +3848,4583541,"scripts_horeka/overfit_sample_tiny/sample.sh",1874,0,"",shellscript,selection_keyboard +3849,4583617,"TERMINAL",0,0,"6",,terminal_output +3850,4583892,"scripts_horeka/overfit_sample_tiny/sample.sh",1874,0,"t",shellscript,content +3851,4583893,"scripts_horeka/overfit_sample_tiny/sample.sh",1875,0,"",shellscript,selection_keyboard +3852,4584038,"scripts_horeka/overfit_sample_tiny/sample.sh",1875,0,"_",shellscript,content +3853,4584039,"scripts_horeka/overfit_sample_tiny/sample.sh",1876,0,"",shellscript,selection_keyboard +3854,4584647,"TERMINAL",0,0,"7",,terminal_output +3855,4584801,"scripts_horeka/overfit_sample_tiny/sample.sh",1876,0,"s",shellscript,content +3856,4584801,"scripts_horeka/overfit_sample_tiny/sample.sh",1877,0,"",shellscript,selection_keyboard +3857,4585010,"scripts_horeka/overfit_sample_tiny/sample.sh",1877,0,"t",shellscript,content +3858,4585011,"scripts_horeka/overfit_sample_tiny/sample.sh",1878,0,"",shellscript,selection_keyboard +3859,4585261,"scripts_horeka/overfit_sample_tiny/sample.sh",1878,0,"e",shellscript,content +3860,4585262,"scripts_horeka/overfit_sample_tiny/sample.sh",1879,0,"",shellscript,selection_keyboard +3861,4585370,"scripts_horeka/overfit_sample_tiny/sample.sh",1879,0,"p",shellscript,content +3862,4585371,"scripts_horeka/overfit_sample_tiny/sample.sh",1880,0,"",shellscript,selection_keyboard +3863,4585504,"scripts_horeka/overfit_sample_tiny/sample.sh",1880,0,"s",shellscript,content +3864,4585505,"scripts_horeka/overfit_sample_tiny/sample.sh",1881,0,"",shellscript,selection_keyboard +3865,4585674,"TERMINAL",0,0,"8",,terminal_output +3866,4586704,"TERMINAL",0,0,"9:00",,terminal_output +3867,4586971,"scripts_horeka/overfit_sample_tiny/sample.sh",1868,13,"",shellscript,content +3868,4587523,"scripts_horeka/overfit_sample_tiny/sample.sh",1867,1,"",shellscript,content +3869,4587782,"scripts_horeka/overfit_sample_tiny/sample.sh",1866,1,"",shellscript,content +3870,4587810,"TERMINAL",0,0,"1",,terminal_output +3871,4587893,"scripts_horeka/overfit_sample_tiny/sample.sh",1862,4,"",shellscript,content +3872,4588424,"scripts_horeka/overfit_sample_tiny/sample.sh",1861,1,"",shellscript,content +3873,4588789,"TERMINAL",0,0,"2",,terminal_output +3874,4589825,"TERMINAL",0,0,"3",,terminal_output +3875,4589936,"scripts_horeka/overfit_sample_tiny/sample.sh",1811,0,"",shellscript,selection_mouse +3876,4590328,"scripts_horeka/overfit_sample_tiny/sample.sh",1810,1,"",shellscript,content +3877,4590696,"scripts_horeka/overfit_sample_tiny/sample.sh",1809,1,"",shellscript,content +3878,4590885,"scripts_horeka/overfit_sample_tiny/sample.sh",1809,1,"",shellscript,content +3879,4590885,"TERMINAL",0,0,"4",,terminal_output +3880,4591903,"TERMINAL",0,0,"5",,terminal_output +3881,4592943,"TERMINAL",0,0,"6",,terminal_output +3882,4593104,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +3883,4593227,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +3884,4593348,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +3885,4594068,"TERMINAL",0,0,"7",,terminal_output +3886,4595033,"TERMINAL",0,0,"8",,terminal_output +3887,4596117,"TERMINAL",0,0,"9",,terminal_output +3888,4596323,"TERMINAL",0,0,"2025-07-03 14:19:09.686787: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3889,4597140,"TERMINAL",0,0,"10",,terminal_output +3890,4598167,"TERMINAL",0,0,"1",,terminal_output +3891,4599191,"TERMINAL",0,0,"2",,terminal_output +3892,4600317,"TERMINAL",0,0,"3",,terminal_output +3893,4600623,"TERMINAL",0,0,"2025-07-03 14:19:13.972910: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3894,4601345,"TERMINAL",0,0,"4",,terminal_output +3895,4602315,"TERMINAL",0,0,"5",,terminal_output +3896,4603355,"TERMINAL",0,0,"6",,terminal_output +3897,4604412,"TERMINAL",0,0,"7",,terminal_output +3898,4605538,"TERMINAL",0,0,"8",,terminal_output +3899,4606511,"TERMINAL",0,0,"9",,terminal_output +3900,4607586,"TERMINAL",0,0,"20",,terminal_output +3901,4608642,"TERMINAL",0,0,"1",,terminal_output +3902,4609634,"TERMINAL",0,0,"2",,terminal_output +3903,4609653,"TERMINAL",0,0,"2025-07-03 14:19:23.003485: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3904,4610676,"TERMINAL",0,0,"3",,terminal_output +3905,4611696,"TERMINAL",0,0,"5",,terminal_output +3906,4612813,"TERMINAL",0,0,"6",,terminal_output +3907,4613834,"TERMINAL",0,0,"7",,terminal_output +3908,4614808,"TERMINAL",0,0,"8",,terminal_output +3909,4615851,"TERMINAL",0,0,"9",,terminal_output +3910,4616889,"TERMINAL",0,0,"30",,terminal_output +3911,4617319,"TERMINAL",0,0,"2025-07-03 14:19:30.597653: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3912,4617928,"TERMINAL",0,0,"1",,terminal_output +3913,4618969,"TERMINAL",0,0,"2",,terminal_output +3914,4620012,"TERMINAL",0,0,"3",,terminal_output +3915,4621104,"TERMINAL",0,0,"4",,terminal_output +3916,4622128,"TERMINAL",0,0,"5",,terminal_output +3917,4623153,"TERMINAL",0,0,"6",,terminal_output +3918,4623901,"TERMINAL",0,0,"2025-07-03 14:19:37.266141: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3919,4624176,"TERMINAL",0,0,"7",,terminal_output +3920,4625317,"TERMINAL",0,0,"8",,terminal_output +3921,4626259,"TERMINAL",0,0,"9",,terminal_output +3922,4627349,"TERMINAL",0,0,"40",,terminal_output +3923,4628374,"TERMINAL",0,0,"1",,terminal_output +3924,4629382,"TERMINAL",0,0,"2",,terminal_output +3925,4630264,"TERMINAL",0,0,"2025-07-03 14:19:43.626822: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3926,4630441,"TERMINAL",0,0,"3",,terminal_output +3927,4631547,"TERMINAL",0,0,"4",,terminal_output +3928,4632582,"TERMINAL",0,0,"5",,terminal_output +3929,4633596,"TERMINAL",0,0,"6",,terminal_output +3930,4633754,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +3931,4634619,"TERMINAL",0,0,"7",,terminal_output +3932,4635632,"TERMINAL",0,0,"8",,terminal_output +3933,4636680,"TERMINAL",0,0,"9",,terminal_output +3934,4637795,"TERMINAL",0,0,"51",,terminal_output +3935,4638820,"TERMINAL",0,0,"2",,terminal_output +3936,4639805,"TERMINAL",0,0,"3",,terminal_output +3937,4640854,"TERMINAL",0,0,"4",,terminal_output +3938,4641381,"TERMINAL",0,0,"Frame 1\r\n",,terminal_output +3939,4641880,"TERMINAL",0,0,"2025-07-03 14:19:55.231580: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3940,4641894,"TERMINAL",0,0,"5",,terminal_output +3941,4642926,"TERMINAL",0,0,"6",,terminal_output +3942,4643969,"TERMINAL",0,0,"7",,terminal_output +3943,4644758,"TERMINAL",0,0,"2025-07-03 14:19:58.022051: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3944,4645064,"TERMINAL",0,0,"8",,terminal_output +3945,4646052,"TERMINAL",0,0,"9",,terminal_output +3946,4647114,"TERMINAL",0,0,"20:008",,terminal_output +3947,4648238,"TERMINAL",0,0,"1",,terminal_output +3948,4649263,"TERMINAL",0,0,"2",,terminal_output +3949,4650286,"TERMINAL",0,0,"3",,terminal_output +3950,4651311,"TERMINAL",0,0,"4",,terminal_output +3951,4652334,"TERMINAL",0,0,"5",,terminal_output +3952,4652756,"TERMINAL",0,0,"2025-07-03 14:20:06.025920: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3953,4653358,"TERMINAL",0,0,"6",,terminal_output +3954,4654384,"TERMINAL",0,0,"7",,terminal_output +3955,4655408,"TERMINAL",0,0,"8",,terminal_output +3956,4656125,"TERMINAL",0,0,"2025-07-03 14:20:09.399658: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3957,4656503,"TERMINAL",0,0,"9",,terminal_output +3958,4657558,"TERMINAL",0,0,"10",,terminal_output +3959,4658535,"TERMINAL",0,0,"1",,terminal_output +3960,4659607,"TERMINAL",0,0,"2",,terminal_output +3961,4660623,"TERMINAL",0,0,"3",,terminal_output +3962,4660940,"TERMINAL",0,0,"2025-07-03 14:20:14.303644: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +3963,4661686,"TERMINAL",0,0,"4",,terminal_output +3964,4662779,"TERMINAL",0,0,"6",,terminal_output +3965,4663395,"TERMINAL",0,0,"Frame 1 sampling took 22.026 seconds\r\nFrame 2\r\n",,terminal_output +3966,4663804,"TERMINAL",0,0,"7",,terminal_output +3967,4664829,"TERMINAL",0,0,"8",,terminal_output +3968,4665826,"TERMINAL",0,0,"9",,terminal_output +3969,4666880,"TERMINAL",0,0,"20",,terminal_output +3970,4667286,"TERMINAL",0,0,"Frame 2 sampling took 3.836 seconds\r\nFrame 3\r\n",,terminal_output +3971,4667910,"TERMINAL",0,0,"1",,terminal_output +3972,4668952,"TERMINAL",0,0,"2",,terminal_output +3973,4670050,"TERMINAL",0,0,"3",,terminal_output +3974,4671045,"TERMINAL",0,0,"4",,terminal_output +3975,4671157,"TERMINAL",0,0,"Frame 3 sampling took 3.957 seconds\r\nFrame 4\r\n",,terminal_output +3976,4672100,"TERMINAL",0,0,"5",,terminal_output +3977,4673225,"TERMINAL",0,0,"6",,terminal_output +3978,4674249,"TERMINAL",0,0,"7",,terminal_output +3979,4674946,"TERMINAL",0,0,"Frame 4 sampling took 3.803 seconds\r\nFrame 5\r\n",,terminal_output +3980,4675208,"TERMINAL",0,0,"8",,terminal_output +3981,4676299,"TERMINAL",0,0,"9",,terminal_output +3982,4677340,"TERMINAL",0,0,"30",,terminal_output +3983,4678550,"TERMINAL",0,0,"15",,terminal_output +3984,4678850,"TERMINAL",0,0,"Frame 5 sampling took 3.906 seconds\r\n",,terminal_output +3985,4679543,"TERMINAL",0,0,"2",,terminal_output +3986,4680191,"TERMINAL",0,0,"SSIM: 1.0\r\n",,terminal_output +3987,4680599,"TERMINAL",0,0,"3",,terminal_output +3988,4681685,"TERMINAL",0,0,"4",,terminal_output +3989,4681696,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +3990,4682766,"TERMINAL",0,0,"5",,terminal_output +3991,4683704,"TERMINAL",0,0,"7",,terminal_output +3992,4684806,"TERMINAL",0,0,"81",,terminal_output +3993,4685485,"scripts_horeka/modelsize_scaling/dynamics/model_sizes.md",0,0,"",markdown,tab +3994,4685789,"TERMINAL",0,0,"9",,terminal_output +3995,4686836,"TERMINAL",0,0,"40",,terminal_output +3996,4687874,"TERMINAL",0,0,"1",,terminal_output +3997,4688908,"TERMINAL",0,0,"2",,terminal_output +3998,4689948,"TERMINAL",0,0,"3",,terminal_output +3999,4690993,"TERMINAL",0,0,"4",,terminal_output +4000,4692067,"TERMINAL",0,0,"5",,terminal_output +4001,4693092,"TERMINAL",0,0,"6",,terminal_output +4002,4694119,"TERMINAL",0,0,"7",,terminal_output +4003,4695241,"TERMINAL",0,0,"8",,terminal_output +4004,4696266,"TERMINAL",0,0,"9",,terminal_output +4005,4697289,"TERMINAL",0,0,"50",,terminal_output +4006,4698317,"TERMINAL",0,0,"1",,terminal_output +4007,4699342,"TERMINAL",0,0,"2",,terminal_output +4008,4700476,"TERMINAL",0,0,"3",,terminal_output +4009,4701491,"TERMINAL",0,0,"4",,terminal_output +4010,4702446,"TERMINAL",0,0,"5",,terminal_output +4011,4703535,"TERMINAL",0,0,"6",,terminal_output +4012,4704222,"sample.py",0,0,"",python,tab +4013,4704223,"sample.py",3085,0,"",python,selection_mouse +4014,4704305,"sample.py",3084,0,"",python,selection_command +4015,4704519,"TERMINAL",0,0,"7",,terminal_output +4016,4704797,"sample.py",3128,0,"",python,selection_mouse +4017,4704826,"sample.py",3127,0,"",python,selection_command +4018,4705585,"TERMINAL",0,0,"8",,terminal_output +4019,4706602,"TERMINAL",0,0,"9",,terminal_output +4020,4707737,"TERMINAL",0,0,"1:00",,terminal_output +4021,4708771,"TERMINAL",0,0,"2",,terminal_output +4022,4709783,"TERMINAL",0,0,"3",,terminal_output +4023,4710810,"TERMINAL",0,0,"4",,terminal_output +4024,4711803,"TERMINAL",0,0,"5",,terminal_output +4025,4712856,"TERMINAL",0,0,"6",,terminal_output +4026,4713959,"TERMINAL",0,0,"7",,terminal_output +4027,4714933,"TERMINAL",0,0,"8",,terminal_output +4028,4715991,"TERMINAL",0,0,"9",,terminal_output +4029,4716222,"sample.py",3107,0,"",python,selection_mouse +4030,4716823,"sample.py",3098,0,"",python,selection_mouse +4031,4717003,"sample.py",3094,7,"elapsed",python,selection_mouse +4032,4717068,"TERMINAL",0,0,"10",,terminal_output +4033,4717627,"sample.py",3110,0,"",python,selection_mouse +4034,4717763,"sample.py",3109,4,"time",python,selection_mouse +4035,4718060,"TERMINAL",0,0,"1",,terminal_output +4036,4718612,"sample.py",3105,0,"",python,selection_mouse +4037,4718723,"sample.py",3104,4,"time",python,selection_mouse +4038,4719102,"TERMINAL",0,0,"2",,terminal_output +4039,4719354,"sample.py",3112,0,"",python,selection_mouse +4040,4719492,"sample.py",3109,4,"time",python,selection_mouse +4041,4720090,"sample.py",3125,0,"",python,selection_mouse +4042,4720231,"sample.py",3118,10,"start_time",python,selection_mouse +4043,4720248,"TERMINAL",0,0,"36",,terminal_output +4044,4720797,"sample.py",3159,0,"",python,selection_mouse +4045,4720940,"sample.py",3152,9,"frame_idx",python,selection_mouse +4046,4721193,"TERMINAL",0,0,"4",,terminal_output +4047,4721878,"sample.py",2603,0,"",python,selection_mouse +4048,4722232,"TERMINAL",0,0,"5",,terminal_output +4049,4723035,"sample.py",2710,0,"",python,selection_mouse +4050,4723275,"TERMINAL",0,0,"6",,terminal_output +4051,4724313,"TERMINAL",0,0,"7",,terminal_output +4052,4724860,"sample.py",2582,0,"",python,selection_mouse +4053,4725453,"TERMINAL",0,0,"8",,terminal_output +4054,4726317,"sample.py",2573,16,"",python,content +4055,4726436,"sample.py",2577,0,"",python,selection_command +4056,4726501,"TERMINAL",0,0,"9",,terminal_output +4057,4726964,"sample.py",5328,0,"",python,selection_command +4058,4727446,"TERMINAL",0,0,"20",,terminal_output +4059,4727691,"sample.py",0,0,"",python,selection_command +4060,4728425,"sample.py",34,0,"",python,selection_command +4061,4728492,"TERMINAL",0,0,"1",,terminal_output +4062,4729686,"TERMINAL",0,0,"2",,terminal_output +4063,4730628,"TERMINAL",0,0,"3",,terminal_output +4064,4731621,"TERMINAL",0,0,"4",,terminal_output +4065,4732806,"TERMINAL",0,0,"5",,terminal_output +4066,4733745,"TERMINAL",0,0,"7",,terminal_output +4067,4734769,"TERMINAL",0,0,"8",,terminal_output +4068,4735897,"TERMINAL",0,0,"9",,terminal_output +4069,4736826,"TERMINAL",0,0,"30",,terminal_output +4070,4737870,"TERMINAL",0,0,"1",,terminal_output +4071,4738907,"TERMINAL",0,0,"2",,terminal_output +4072,4739948,"TERMINAL",0,0,"3",,terminal_output +4073,4741015,"TERMINAL",0,0,"4",,terminal_output +4074,4742041,"TERMINAL",0,0,"5",,terminal_output +4075,4742900,"sample.py",2762,0,"",python,selection_mouse +4076,4743097,"TERMINAL",0,0,"6",,terminal_output +4077,4743998,"sample.py",3053,0,"",python,selection_mouse +4078,4744148,"TERMINAL",0,0,"7",,terminal_output +4079,4744254,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None\n\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: NamedSharding,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n lam_init_params = dummy_lam.init(_rng, inputs)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n\n def create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)\n\n abstract_sharded_tokenizer_state = create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n abstract_sharded_lam_state = create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n\n tokenizer_restore_target = {""model"": abstract_sharded_tokenizer_state}\n lam_restore_target = {""model"": abstract_sharded_lam_state}\n\n tokenizer_restore_args = orbax_utils.restore_args_from_target(\n tokenizer_restore_target\n )\n lam_restore_args = orbax_utils.restore_args_from_target(lam_restore_target)\n\n restored_tokenizer_params = (\n PyTreeCheckpointer()\n .restore(\n args.tokenizer_checkpoint,\n item=tokenizer_restore_target,\n restore_args=tokenizer_restore_args,\n )[""model""]\n .params[""params""]\n )\n restored_lam_params = (\n PyTreeCheckpointer()\n .restore(\n args.lam_checkpoint, item=lam_restore_target, restore_args=lam_restore_args\n )[""model""]\n .params[""params""]\n )\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n train_state.params[""params""][""lam""].update(restored_lam_params)\n\n return train_state\n",python,tab +4080,4745219,"TERMINAL",0,0,"8",,terminal_output +4081,4746202,"TERMINAL",0,0,"9",,terminal_output +4082,4747226,"TERMINAL",0,0,"40",,terminal_output +4083,4748396,"TERMINAL",0,0,"1",,terminal_output +4084,4749412,"TERMINAL",0,0,"2",,terminal_output +4085,4750544,"TERMINAL",0,0,"3",,terminal_output +4086,4751460,"TERMINAL",0,0,"4",,terminal_output +4087,4752422,"TERMINAL",0,0,"5",,terminal_output +4088,4753467,"TERMINAL",0,0,"6",,terminal_output +4089,4754503,"TERMINAL",0,0,"7",,terminal_output +4090,4755556,"TERMINAL",0,0,"8",,terminal_output +4091,4756588,"TERMINAL",0,0,"9",,terminal_output +4092,4757628,"TERMINAL",0,0,"50",,terminal_output +4093,4758731,"TERMINAL",0,0,"1",,terminal_output +4094,4759755,"TERMINAL",0,0,"3",,terminal_output +4095,4760779,"TERMINAL",0,0,"4",,terminal_output +4096,4761793,"TERMINAL",0,0,"5",,terminal_output +4097,4762833,"TERMINAL",0,0,"6",,terminal_output +4098,4763855,"TERMINAL",0,0,"7",,terminal_output +4099,4764900,"TERMINAL",0,0,"8",,terminal_output +4100,4765932,"TERMINAL",0,0,"9",,terminal_output +4101,4766980,"TERMINAL",0,0,"2:00",,terminal_output +4102,4768034,"TERMINAL",0,0,"1",,terminal_output +4103,4769064,"TERMINAL",0,0,"2",,terminal_output +4104,4770111,"TERMINAL",0,0,"3",,terminal_output +4105,4771224,"TERMINAL",0,0,"4",,terminal_output +4106,4772248,"TERMINAL",0,0,"5",,terminal_output +4107,4773272,"TERMINAL",0,0,"6",,terminal_output +4108,4774281,"TERMINAL",0,0,"7",,terminal_output +4109,4775358,"TERMINAL",0,0,"8",,terminal_output +4110,4776458,"TERMINAL",0,0,"9",,terminal_output +4111,4777469,"TERMINAL",0,0,"10",,terminal_output +4112,4778443,"TERMINAL",0,0,"1",,terminal_output +4113,4779518,"TERMINAL",0,0,"2",,terminal_output +4114,4780539,"TERMINAL",0,0,"3",,terminal_output +4115,4781669,"TERMINAL",0,0,"4",,terminal_output +4116,4782693,"TERMINAL",0,0,"5",,terminal_output +4117,4783716,"TERMINAL",0,0,"6",,terminal_output +4118,4784744,"TERMINAL",0,0,"8",,terminal_output +4119,4785765,"TERMINAL",0,0,"9",,terminal_output +4120,4786783,"TERMINAL",0,0,"20",,terminal_output +4121,4787890,"TERMINAL",0,0,"1 70",,terminal_output +4122,4788865,"TERMINAL",0,0,"2",,terminal_output +4123,4789907,"TERMINAL",0,0,"3",,terminal_output +4124,4790978,"TERMINAL",0,0,"4",,terminal_output +4125,4792005,"TERMINAL",0,0,"5",,terminal_output +4126,4793138,"TERMINAL",0,0,"6",,terminal_output +4127,4794160,"TERMINAL",0,0,"7",,terminal_output +4128,4795132,"TERMINAL",0,0,"8",,terminal_output +4129,4796208,"TERMINAL",0,0,"9",,terminal_output +4130,4797233,"TERMINAL",0,0,"30",,terminal_output +4131,4798254,"TERMINAL",0,0,"1",,terminal_output +4132,4799385,"TERMINAL",0,0,"26",,terminal_output +4133,4800360,"TERMINAL",0,0,"3",,terminal_output +4134,4801376,"TERMINAL",0,0,"4",,terminal_output +4135,4802418,"TERMINAL",0,0,"5",,terminal_output +4136,4803482,"TERMINAL",0,0,"6",,terminal_output +4137,4804506,"TERMINAL",0,0,"77",,terminal_output +4138,4805636,"TERMINAL",0,0,"8",,terminal_output +4139,4806670,"TERMINAL",0,0,"983",,terminal_output +4140,4807679,"TERMINAL",0,0,"40",,terminal_output +4141,4808703,"TERMINAL",0,0,"1",,terminal_output +4142,4809744,"TERMINAL",0,0,"3",,terminal_output +4143,4810720,"TERMINAL",0,0,"4",,terminal_output +4144,4811756,"TERMINAL",0,0,"5",,terminal_output +4145,4812899,"TERMINAL",0,0,"6",,terminal_output +4146,4813838,"TERMINAL",0,0,"7",,terminal_output +4147,4814881,"TERMINAL",0,0,"8",,terminal_output +4148,4815110,"TERMINAL",0,0,"watch",,terminal_focus +4149,4815929,"TERMINAL",0,0,"9",,terminal_output +4150,4816996,"TERMINAL",0,0,"50",,terminal_output +4151,4817055,"genie.py",3602,0,"",python,selection_mouse +4152,4817077,"genie.py",3601,0,"",python,selection_command +4153,4817815,"genie.py",3602,0,"",python,selection_mouse +4154,4817817,"genie.py",3601,0,"",python,selection_command +4155,4818005,"TERMINAL",0,0,"1",,terminal_output +4156,4819051,"TERMINAL",0,0,"2",,terminal_output +4157,4820172,"TERMINAL",0,0,"3",,terminal_output +4158,4821167,"TERMINAL",0,0,"4",,terminal_output +4159,4822183,"TERMINAL",0,0,"5",,terminal_output +4160,4823217,"TERMINAL",0,0,"6",,terminal_output +4161,4824267,"TERMINAL",0,0,"7",,terminal_output +4162,4825301,"TERMINAL",0,0,"8",,terminal_output +4163,4826418,"TERMINAL",0,0,"9",,terminal_output +4164,4827413,"TERMINAL",0,0,"3:00",,terminal_output +4165,4828467,"TERMINAL",0,0,"1",,terminal_output +4166,4829489,"TERMINAL",0,0,"2",,terminal_output +4167,4830616,"TERMINAL",0,0,"3",,terminal_output +4168,4831671,"TERMINAL",0,0,"4",,terminal_output +4169,4832664,"TERMINAL",0,0,"5",,terminal_output +4170,4833652,"TERMINAL",0,0,"6",,terminal_output +4171,4834701,"TERMINAL",0,0,"8",,terminal_output +4172,4835724,"TERMINAL",0,0,"9",,terminal_output +4173,4836934,"TERMINAL",0,0,"10",,terminal_output +4174,4838091,"TERMINAL",0,0,"1",,terminal_output +4175,4838912,"TERMINAL",0,0,"2",,terminal_output +4176,4840139,"TERMINAL",0,0,"311",,terminal_output +4177,4841163,"TERMINAL",0,0,"4",,terminal_output +4178,4842187,"TERMINAL",0,0,"5",,terminal_output +4179,4843313,"TERMINAL",0,0,"6",,terminal_output +4180,4844347,"TERMINAL",0,0,"7",,terminal_output +4181,4845312,"TERMINAL",0,0,"8",,terminal_output +4182,4846350,"TERMINAL",0,0,"9",,terminal_output +4183,4847412,"TERMINAL",0,0,"20 5",,terminal_output +4184,4848536,"TERMINAL",0,0,"1",,terminal_output +4185,4849588,"TERMINAL",0,0,"2",,terminal_output +4186,4850584,"TERMINAL",0,0,"3",,terminal_output +4187,4851611,"TERMINAL",0,0,"4",,terminal_output +4188,4852633,"TERMINAL",0,0,"5",,terminal_output +4189,4853635,"TERMINAL",0,0,"6",,terminal_output +4190,4854864,"TERMINAL",0,0,"7",,terminal_output +4191,4855807,"TERMINAL",0,0,"9",,terminal_output +4192,4856756,"TERMINAL",0,0,"30",,terminal_output +4193,4857855,"TERMINAL",0,0,"1",,terminal_output +4194,4858878,"TERMINAL",0,0,"2",,terminal_output +4195,4859903,"TERMINAL",0,0,"3",,terminal_output +4196,4860922,"TERMINAL",0,0,"4",,terminal_output +4197,4861965,"TERMINAL",0,0,"5",,terminal_output +4198,4863008,"TERMINAL",0,0,"6",,terminal_output +4199,4864101,"TERMINAL",0,0,"7",,terminal_output +4200,4865089,"TERMINAL",0,0,"8",,terminal_output +4201,4866149,"TERMINAL",0,0,"9",,terminal_output +4202,4867276,"TERMINAL",0,0,"40",,terminal_output +4203,4868299,"TERMINAL",0,0,"15",,terminal_output +4204,4869325,"TERMINAL",0,0,"2",,terminal_output +4205,4870374,"TERMINAL",0,0,"3",,terminal_output +4206,4871335,"TERMINAL",0,0,"4",,terminal_output +4207,4872437,"TERMINAL",0,0,"5",,terminal_output +4208,4873412,"TERMINAL",0,0,"6",,terminal_output +4209,4874546,"TERMINAL",0,0,"7",,terminal_output +4210,4875571,"TERMINAL",0,0,"8",,terminal_output +4211,4876539,"TERMINAL",0,0,"9",,terminal_output +4212,4877619,"TERMINAL",0,0,"50",,terminal_output +4213,4878642,"TERMINAL",0,0,"1",,terminal_output +4214,4879768,"TERMINAL",0,0,"2",,terminal_output +4215,4880705,"TERMINAL",0,0,"4",,terminal_output +4216,4881755,"TERMINAL",0,0,"5",,terminal_output +4217,4882819,"TERMINAL",0,0,"6",,terminal_output +4218,4883877,"TERMINAL",0,0,"7",,terminal_output +4219,4884889,"TERMINAL",0,0,"8",,terminal_output +4220,4885921,"TERMINAL",0,0,"9",,terminal_output +4221,4886960,"TERMINAL",0,0,"4:00",,terminal_output +4222,4888005,"TERMINAL",0,0,"1",,terminal_output +4223,4889088,"TERMINAL",0,0,"2",,terminal_output +4224,4890112,"TERMINAL",0,0,"3",,terminal_output +4225,4891135,"TERMINAL",0,0,"4",,terminal_output +4226,4892261,"TERMINAL",0,0,"5",,terminal_output +4227,4893286,"TERMINAL",0,0,"6",,terminal_output +4228,4894309,"TERMINAL",0,0,"7",,terminal_output +4229,4895334,"TERMINAL",0,0,"8",,terminal_output +4230,4896358,"TERMINAL",0,0,"9",,terminal_output +4231,4897484,"TERMINAL",0,0,"109",,terminal_output +4232,4898510,"TERMINAL",0,0,"1",,terminal_output +4233,4899533,"TERMINAL",0,0,"2",,terminal_output +4234,4900557,"TERMINAL",0,0,"3",,terminal_output +4235,4901580,"TERMINAL",0,0,"4",,terminal_output +4236,4902605,"TERMINAL",0,0,"5",,terminal_output +4237,4903731,"TERMINAL",0,0,"6",,terminal_output +4238,4904755,"TERMINAL",0,0,"8",,terminal_output +4239,4905779,"TERMINAL",0,0,"9",,terminal_output +4240,4906766,"TERMINAL",0,0,"205",,terminal_output +4241,4907827,"TERMINAL",0,0,"1",,terminal_output +4242,4908953,"TERMINAL",0,0,"2",,terminal_output +4243,4909979,"TERMINAL",0,0,"3",,terminal_output +4244,4910934,"TERMINAL",0,0,"4",,terminal_output +4245,4911978,"TERMINAL",0,0,"5",,terminal_output +4246,4913015,"TERMINAL",0,0,"6",,terminal_output +4247,4914075,"TERMINAL",0,0,"7",,terminal_output +4248,4915199,"TERMINAL",0,0,"8",,terminal_output +4249,4916225,"TERMINAL",0,0,"9",,terminal_output +4250,4917194,"TERMINAL",0,0,"30",,terminal_output +4251,4918271,"TERMINAL",0,0,"1",,terminal_output +4252,4919405,"TERMINAL",0,0,"277",,terminal_output +4253,4920525,"TERMINAL",0,0,"3",,terminal_output +4254,4921549,"TERMINAL",0,0,"4",,terminal_output +4255,4922573,"TERMINAL",0,0,"5",,terminal_output +4256,4923603,"TERMINAL",0,0,"6",,terminal_output +4257,4924619,"TERMINAL",0,0,"7",,terminal_output +4258,4925650,"TERMINAL",0,0,"8",,terminal_output +4259,4926692,"TERMINAL",0,0,"4091",,terminal_output +4260,4926830,"genie.py",3210,0,"",python,selection_mouse +4261,4926849,"genie.py",3209,0,"",python,selection_command +4262,4926987,"genie.py",3210,0,"",python,selection_mouse +4263,4927008,"genie.py",3209,0,"",python,selection_command +4264,4927535,"genie.py",3126,0,"",python,selection_mouse +4265,4927687,"genie.py",3122,9,"vq_encode",python,selection_mouse +4266,4927765,"TERMINAL",0,0,"1",,terminal_output +4267,4928800,"genie.py",3137,0,"",python,selection_mouse +4268,4928867,"TERMINAL",0,0,"2",,terminal_output +4269,4928947,"genie.py",3132,5,"batch",python,selection_mouse +4270,4929843,"TERMINAL",0,0,"3",,terminal_output +4271,4929908,"genie.py",3146,0,"",python,selection_mouse +4272,4930057,"genie.py",3145,3,"""],",python,selection_mouse +4273,4930236,"genie.py",3145,3,"""],",python,selection_mouse +4274,4930237,"genie.py",3139,9,"videos""],",python,selection_mouse +4275,4930287,"genie.py",3138,10,"""videos""],",python,selection_mouse +4276,4930320,"genie.py",3137,11,"[""videos""],",python,selection_mouse +4277,4930377,"genie.py",3132,16,"batch[""videos""],",python,selection_mouse +4278,4930890,"TERMINAL",0,0,"4",,terminal_output +4279,4930976,"genie.py",3134,0,"",python,selection_mouse +4280,4932131,"TERMINAL",0,0,"5",,terminal_output +4281,4932930,"TERMINAL",0,0,"6",,terminal_output +4282,4933976,"TERMINAL",0,0,"7",,terminal_output +4283,4934692,"genie.py",4978,0,"",python,selection_mouse +4284,4934833,"genie.py",4976,11,"concatenate",python,selection_mouse +4285,4935034,"genie.py",4976,53,"concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4286,4935049,"TERMINAL",0,0,"8",,terminal_output +4287,4935625,"genie.py",5025,0,"",python,selection_mouse +4288,4935625,"genie.py",5018,11,"expand_dims",python,selection_mouse +4289,4935870,"genie.py",4976,53,"concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4290,4936049,"TERMINAL",0,0,"9",,terminal_output +4291,4936372,"genie.py",4978,0,"",python,selection_mouse +4292,4936373,"genie.py",4976,11,"concatenate",python,selection_mouse +4293,4936589,"genie.py",4975,12,".concatenate",python,selection_mouse +4294,4936628,"genie.py",4972,15,"jnp.concatenate",python,selection_mouse +4295,4937021,"genie.py",4973,0,"",python,selection_mouse +4296,4937022,"genie.py",4972,3,"jnp",python,selection_mouse +4297,4937138,"TERMINAL",0,0,"50",,terminal_output +4298,4937241,"genie.py",4972,45,"jnp.concatenate(\n (token_idxs, jnp",python,selection_mouse +4299,4937241,"genie.py",4972,57,"jnp.concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4300,4937641,"genie.py",5021,0,"",python,selection_mouse +4301,4937642,"genie.py",5018,11,"expand_dims",python,selection_mouse +4302,4937888,"genie.py",4975,54,".concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4303,4937889,"genie.py",4972,57,"jnp.concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4304,4938136,"TERMINAL",0,0,"1",,terminal_output +4305,4938286,"genie.py",4972,0,"",python,selection_mouse +4306,4938287,"genie.py",4972,3,"jnp",python,selection_mouse +4307,4938546,"genie.py",4972,46,"jnp.concatenate(\n (token_idxs, jnp.",python,selection_mouse +4308,4938547,"genie.py",4972,57,"jnp.concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4309,4938863,"genie.py",5021,0,"",python,selection_mouse +4310,4938863,"genie.py",5018,11,"expand_dims",python,selection_mouse +4311,4939115,"genie.py",4976,53,"concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4312,4939117,"genie.py",4975,54,".concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4313,4939118,"genie.py",4972,57,"jnp.concatenate(\n (token_idxs, jnp.expand_dims",python,selection_mouse +4314,4939210,"TERMINAL",0,0,"2",,terminal_output +4315,4939491,"genie.py",4973,0,"",python,selection_mouse +4316,4939492,"genie.py",4972,3,"jnp",python,selection_mouse +4317,4939749,"genie.py",4972,4,"jnp.",python,selection_mouse +4318,4939750,"genie.py",4972,15,"jnp.concatenate",python,selection_mouse +4319,4940121,"genie.py",4978,0,"",python,selection_mouse +4320,4940122,"genie.py",4976,11,"concatenate",python,selection_mouse +4321,4940221,"TERMINAL",0,0,"3",,terminal_output +4322,4941129,"genie.py",5084,0,"",python,selection_mouse +4323,4941262,"genie.py",5078,9,"vid_embed",python,selection_mouse +4324,4941311,"TERMINAL",0,0,"4",,terminal_output +4325,4942336,"TERMINAL",0,0,"5",,terminal_output +4326,4943359,"TERMINAL",0,0,"6",,terminal_output +4327,4944485,"TERMINAL",0,0,"7",,terminal_output +4328,4945106,"genie.py",4816,0,"",python,selection_mouse +4329,4945241,"genie.py",4813,10,"token_idxs",python,selection_mouse +4330,4945420,"TERMINAL",0,0,"8",,terminal_output +4331,4946542,"TERMINAL",0,0,"9",,terminal_output +4332,4947561,"TERMINAL",0,0,"5:00",,terminal_output +4333,4948582,"TERMINAL",0,0,"1",,terminal_output +4334,4949587,"TERMINAL",0,0,"2",,terminal_output +4335,4950629,"TERMINAL",0,0,"3",,terminal_output +4336,4951686,"TERMINAL",0,0,"4",,terminal_output +4337,4951768,"genie.py",3559,0,"",python,selection_mouse +4338,4951870,"genie.py",3554,10,"token_idxs",python,selection_mouse +4339,4952780,"TERMINAL",0,0,"6",,terminal_output +4340,4953805,"TERMINAL",0,0,"7",,terminal_output +4341,4954831,"TERMINAL",0,0,"8",,terminal_output +4342,4955855,"TERMINAL",0,0,"911",,terminal_output +4343,4956890,"TERMINAL",0,0,"10",,terminal_output +4344,4957920,"TERMINAL",0,0,"1",,terminal_output +4345,4958964,"TERMINAL",0,0,"2",,terminal_output +4346,4959999,"TERMINAL",0,0,"3",,terminal_output +4347,4961034,"TERMINAL",0,0,"4",,terminal_output +4348,4962264,"TERMINAL",0,0,"5",,terminal_output +4349,4963232,"TERMINAL",0,0,"6",,terminal_output +4350,4964052,"genie.py",4816,0,"",python,selection_mouse +4351,4964166,"genie.py",4813,10,"token_idxs",python,selection_mouse +4352,4964220,"TERMINAL",0,0,"7",,terminal_output +4353,4965370,"TERMINAL",0,0,"8",,terminal_output +4354,4966287,"TERMINAL",0,0,"9",,terminal_output +4355,4967277,"TERMINAL",0,0,"20",,terminal_output +4356,4968347,"TERMINAL",0,0,"1 7",,terminal_output +4357,4969369,"TERMINAL",0,0,"2",,terminal_output +4358,4970394,"TERMINAL",0,0,"3",,terminal_output +4359,4971434,"TERMINAL",0,0,"4",,terminal_output +4360,4972544,"TERMINAL",0,0,"5",,terminal_output +4361,4973517,"TERMINAL",0,0,"6",,terminal_output +4362,4974592,"TERMINAL",0,0,"7",,terminal_output +4363,4975616,"TERMINAL",0,0,"8",,terminal_output +4364,4976674,"TERMINAL",0,0,"9",,terminal_output +4365,4977689,"TERMINAL",0,0,"31",,terminal_output +4366,4978792,"TERMINAL",0,0,"2",,terminal_output +4367,4979772,"TERMINAL",0,0,"3",,terminal_output +4368,4980839,"TERMINAL",0,0,"4",,terminal_output +4369,4981865,"TERMINAL",0,0,"5",,terminal_output +4370,4982892,"TERMINAL",0,0,"6",,terminal_output +4371,4983934,"TERMINAL",0,0,"7",,terminal_output +4372,4984974,"TERMINAL",0,0,"8",,terminal_output +4373,4986016,"TERMINAL",0,0,"9",,terminal_output +4374,4987064,"TERMINAL",0,0,"40",,terminal_output +4375,4988212,"TERMINAL",0,0,"1",,terminal_output +4376,4989236,"TERMINAL",0,0,"2",,terminal_output +4377,4990259,"TERMINAL",0,0,"3",,terminal_output +4378,4991284,"TERMINAL",0,0,"4",,terminal_output +4379,4992308,"TERMINAL",0,0,"5",,terminal_output +4380,4993333,"TERMINAL",0,0,"6",,terminal_output +4381,4994458,"TERMINAL",0,0,"7",,terminal_output +4382,4995389,"TERMINAL",0,0,"8",,terminal_output +4383,4996506,"TERMINAL",0,0,"9",,terminal_output +4384,4997470,"TERMINAL",0,0,"50",,terminal_output +4385,4998554,"TERMINAL",0,0,"1",,terminal_output +4386,4999578,"TERMINAL",0,0,"2",,terminal_output +4387,5000619,"TERMINAL",0,0,"3",,terminal_output +4388,5001687,"TERMINAL",0,0,"4",,terminal_output +4389,5002675,"TERMINAL",0,0,"5",,terminal_output +4390,5003757,"TERMINAL",0,0,"7",,terminal_output +4391,5004755,"TERMINAL",0,0,"8",,terminal_output +4392,5005790,"TERMINAL",0,0,"9",,terminal_output +4393,5006828,"TERMINAL",0,0,"6:00",,terminal_output +4394,5007978,"TERMINAL",0,0,"1",,terminal_output +4395,5008906,"TERMINAL",0,0,"2",,terminal_output +4396,5009947,"TERMINAL",0,0,"3",,terminal_output +4397,5010992,"TERMINAL",0,0,"4",,terminal_output +4398,5012032,"TERMINAL",0,0,"5",,terminal_output +4399,5013076,"TERMINAL",0,0,"6",,terminal_output +4400,5014221,"TERMINAL",0,0,"7",,terminal_output +4401,5015245,"TERMINAL",0,0,"8",,terminal_output +4402,5016270,"TERMINAL",0,0,"911",,terminal_output +4403,5017296,"TERMINAL",0,0,"10",,terminal_output +4404,5018299,"TERMINAL",0,0,"1",,terminal_output +4405,5019444,"TERMINAL",0,0,"2",,terminal_output +4406,5020388,"TERMINAL",0,0,"3",,terminal_output +4407,5021429,"TERMINAL",0,0,"4",,terminal_output +4408,5022515,"TERMINAL",0,0,"5",,terminal_output +4409,5023539,"TERMINAL",0,0,"6",,terminal_output +4410,5024563,"TERMINAL",0,0,"7",,terminal_output +4411,5025634,"TERMINAL",0,0,"8",,terminal_output +4412,5026702,"TERMINAL",0,0,"9",,terminal_output +4413,5027738,"TERMINAL",0,0,"21",,terminal_output +4414,5028762,"TERMINAL",0,0,"2",,terminal_output +4415,5029788,"TERMINAL",0,0,"3",,terminal_output +4416,5030811,"TERMINAL",0,0,"4",,terminal_output +4417,5031936,"TERMINAL",0,0,"5",,terminal_output +4418,5032963,"TERMINAL",0,0,"6",,terminal_output +4419,5033985,"TERMINAL",0,0,"7",,terminal_output +4420,5035010,"TERMINAL",0,0,"8",,terminal_output +4421,5036017,"TERMINAL",0,0,"9",,terminal_output +4422,5037056,"TERMINAL",0,0,"30",,terminal_output +4423,5038098,"TERMINAL",0,0,"1",,terminal_output +4424,5039140,"TERMINAL",0,0,"2",,terminal_output +4425,5040231,"TERMINAL",0,0,"3",,terminal_output +4426,5041265,"TERMINAL",0,0,"4",,terminal_output +4427,5042278,"TERMINAL",0,0,"5",,terminal_output +4428,5043404,"TERMINAL",0,0,"6",,terminal_output +4429,5044429,"TERMINAL",0,0,"7",,terminal_output +4430,5045453,"TERMINAL",0,0,"8",,terminal_output +4431,5046432,"TERMINAL",0,0,"9",,terminal_output +4432,5047503,"TERMINAL",0,0,"40",,terminal_output +4433,5048526,"TERMINAL",0,0,"1",,terminal_output +4434,5049654,"TERMINAL",0,0,"2",,terminal_output +4435,5050676,"TERMINAL",0,0,"3",,terminal_output +4436,5051671,"TERMINAL",0,0,"4",,terminal_output +4437,5052684,"TERMINAL",0,0,"6",,terminal_output +4438,5053747,"TERMINAL",0,0,"7",,terminal_output +4439,5054874,"TERMINAL",0,0,"8",,terminal_output +4440,5055910,"TERMINAL",0,0,"9",,terminal_output +4441,5056923,"TERMINAL",0,0,"50",,terminal_output +4442,5057920,"TERMINAL",0,0,"1",,terminal_output +4443,5058941,"TERMINAL",0,0,"2",,terminal_output +4444,5059978,"TERMINAL",0,0,"3",,terminal_output +4445,5061020,"TERMINAL",0,0,"4",,terminal_output +4446,5062059,"TERMINAL",0,0,"5",,terminal_output +4447,5063102,"TERMINAL",0,0,"6",,terminal_output +4448,5064142,"TERMINAL",0,0,"7",,terminal_output +4449,5065188,"TERMINAL",0,0,"86",,terminal_output +4450,5066242,"TERMINAL",0,0,"9",,terminal_output +4451,5067369,"TERMINAL",0,0,"7:00",,terminal_output +4452,5068391,"TERMINAL",0,0,"1",,terminal_output +4453,5069347,"TERMINAL",0,0,"2",,terminal_output +4454,5070514,"TERMINAL",0,0,"3",,terminal_output +4455,5071462,"TERMINAL",0,0,"4",,terminal_output +4456,5072487,"TERMINAL",0,0,"5",,terminal_output +4457,5073614,"TERMINAL",0,0,"6",,terminal_output +4458,5074945,"TERMINAL",0,0,"7",,terminal_output +4459,5075665,"TERMINAL",0,0,"8",,terminal_output +4460,5076686,"TERMINAL",0,0,"9",,terminal_output +4461,5077729,"TERMINAL",0,0,"11",,terminal_output +4462,5078938,"TERMINAL",0,0,"2",,terminal_output +4463,5079869,"TERMINAL",0,0,"3",,terminal_output +4464,5080988,"TERMINAL",0,0,"41",,terminal_output +4465,5081853,"TERMINAL",0,0,"5",,terminal_output +4466,5082935,"TERMINAL",0,0,"6",,terminal_output +4467,5083940,"TERMINAL",0,0,"7",,terminal_output +4468,5084983,"TERMINAL",0,0,"8",,terminal_output +4469,5086019,"TERMINAL",0,0,"9",,terminal_output +4470,5086889,"TERMINAL",0,0,"srun",,terminal_focus +4471,5087081,"TERMINAL",0,0,"20",,terminal_output +4472,5088463,"TERMINAL",0,0,"1",,terminal_output +4473,5088646,"genie.py",0,0,"",python,tab +4474,5088647,"genie.py",6030,0,"",python,selection_mouse +4475,5088871,"genie.py",6029,0,"",python,selection_command +4476,5089236,"TERMINAL",0,0,"2",,terminal_output +4477,5089248,"genie.py",5044,0,"",python,selection_mouse +4478,5089818,"genie.py",4902,0,"",python,selection_mouse +4479,5089858,"genie.py",4901,0,"",python,selection_command +4480,5090315,"TERMINAL",0,0,"3",,terminal_output +4481,5091433,"TERMINAL",0,0,"4",,terminal_output +4482,5092230,"genie.py",4817,0,"",python,selection_mouse +4483,5092313,"TERMINAL",0,0,"5",,terminal_output +4484,5092401,"genie.py",4813,10,"token_idxs",python,selection_mouse +4485,5093361,"TERMINAL",0,0,"6",,terminal_output +4486,5094402,"TERMINAL",0,0,"7",,terminal_output +4487,5095426,"TERMINAL",0,0,"8",,terminal_output +4488,5096449,"TERMINAL",0,0,"9",,terminal_output +4489,5097679,"TERMINAL",0,0,"30",,terminal_output +4490,5098702,"TERMINAL",0,0,"1",,terminal_output +4491,5099624,"TERMINAL",0,0,"2",,terminal_output +4492,5100643,"TERMINAL",0,0,"3",,terminal_output +4493,5101672,"TERMINAL",0,0,"4",,terminal_output +4494,5102697,"TERMINAL",0,0,"6",,terminal_output +4495,5103824,"TERMINAL",0,0,"7",,terminal_output +4496,5104948,"TERMINAL",0,0,"8",,terminal_output +4497,5105871,"TERMINAL",0,0,"9",,terminal_output +4498,5106875,"TERMINAL",0,0,"40",,terminal_output +4499,5107926,"TERMINAL",0,0,"1",,terminal_output +4500,5108942,"TERMINAL",0,0,"2",,terminal_output +4501,5109970,"TERMINAL",0,0,"3",,terminal_output +4502,5110828,"genie.py",4808,0,"",python,selection_mouse +4503,5110964,"genie.py",4807,4,"mask",python,selection_mouse +4504,5111037,"TERMINAL",0,0,"4",,terminal_output +4505,5112162,"TERMINAL",0,0,"5",,terminal_output +4506,5113166,"TERMINAL",0,0,"6",,terminal_output +4507,5114166,"TERMINAL",0,0,"7",,terminal_output +4508,5115600,"TERMINAL",0,0,"8",,terminal_output +4509,5116290,"TERMINAL",0,0,"9",,terminal_output +4510,5117640,"TERMINAL",0,0,"50",,terminal_output +4511,5118780,"TERMINAL",0,0,"1",,terminal_output +4512,5119390,"TERMINAL",0,0,"2100",,terminal_output +4513,5120720,"TERMINAL",0,0,"3",,terminal_output +4514,5121398,"TERMINAL",0,0,"4",,terminal_output +4515,5122461,"TERMINAL",0,0,"5",,terminal_output +4516,5123494,"TERMINAL",0,0,"6",,terminal_output +4517,5124610,"TERMINAL",0,0,"7",,terminal_output +4518,5125635,"TERMINAL",0,0,"8",,terminal_output +4519,5126593,"TERMINAL",0,0,"9",,terminal_output +4520,5127786,"TERMINAL",0,0,"8:00",,terminal_output +4521,5128706,"TERMINAL",0,0,"1",,terminal_output +4522,5129733,"TERMINAL",0,0,"3",,terminal_output +4523,5130544,"genie.py",4764,0,"",python,selection_mouse +4524,5130727,"genie.py",4764,1," ",python,selection_mouse +4525,5130837,"TERMINAL",0,0,"4",,terminal_output +4526,5131279,"genie.py",4797,0,"",python,selection_mouse +4527,5131444,"genie.py",4789,16,"final_token_idxs",python,selection_mouse +4528,5131852,"TERMINAL",0,0,"5",,terminal_output +4529,5132879,"TERMINAL",0,0,"6",,terminal_output +4530,5133929,"TERMINAL",0,0,"7",,terminal_output +4531,5134952,"TERMINAL",0,0,"8",,terminal_output +4532,5135978,"TERMINAL",0,0,"9",,terminal_output +4533,5137006,"TERMINAL",0,0,"10",,terminal_output +4534,5138045,"TERMINAL",0,0,"1",,terminal_output +4535,5139183,"TERMINAL",0,0,"21",,terminal_output +4536,5140585,"TERMINAL",0,0,"3",,terminal_output +4537,5141200,"TERMINAL",0,0,"4",,terminal_output +4538,5142225,"TERMINAL",0,0,"5",,terminal_output +4539,5143657,"TERMINAL",0,0,"6",,terminal_output +4540,5144375,"TERMINAL",0,0,"7",,terminal_output +4541,5145398,"TERMINAL",0,0,"8",,terminal_output +4542,5146423,"TERMINAL",0,0,"9",,terminal_output +4543,5147451,"TERMINAL",0,0,"20",,terminal_output +4544,5148984,"TERMINAL",0,0,"1",,terminal_output +4545,5149596,"TERMINAL",0,0,"2",,terminal_output +4546,5150622,"TERMINAL",0,0,"3",,terminal_output +4547,5151645,"TERMINAL",0,0,"4",,terminal_output +4548,5152669,"TERMINAL",0,0,"5",,terminal_output +4549,5153692,"TERMINAL",0,0,"6",,terminal_output +4550,5154715,"TERMINAL",0,0,"8",,terminal_output +4551,5156049,"TERMINAL",0,0,"9",,terminal_output +4552,5156854,"TERMINAL",0,0,"30",,terminal_output +4553,5157845,"TERMINAL",0,0,"1",,terminal_output +4554,5158915,"TERMINAL",0,0,"2",,terminal_output +4555,5159950,"TERMINAL",0,0,"3 95",,terminal_output +4556,5160964,"TERMINAL",0,0,"4",,terminal_output +4557,5161974,"TERMINAL",0,0,"5",,terminal_output +4558,5163012,"TERMINAL",0,0,"6",,terminal_output +4559,5164054,"TERMINAL",0,0,"7",,terminal_output +4560,5165165,"TERMINAL",0,0,"8",,terminal_output +4561,5166404,"TERMINAL",0,0,"96",,terminal_output +4562,5167526,"TERMINAL",0,0,"40",,terminal_output +4563,5168846,"TERMINAL",0,0,"1",,terminal_output +4564,5169539,"TERMINAL",0,0,"2",,terminal_output +4565,5170589,"TERMINAL",0,0,"3",,terminal_output +4566,5171586,"TERMINAL",0,0,"4",,terminal_output +4567,5172739,"TERMINAL",0,0,"5",,terminal_output +4568,5173696,"TERMINAL",0,0,"6",,terminal_output +4569,5174865,"TERMINAL",0,0,"8",,terminal_output +4570,5175811,"TERMINAL",0,0,"9",,terminal_output +4571,5176828,"TERMINAL",0,0,"50",,terminal_output +4572,5177867,"TERMINAL",0,0,"1",,terminal_output +4573,5178985,"TERMINAL",0,0,"27",,terminal_output +4574,5180010,"TERMINAL",0,0,"3",,terminal_output +4575,5181033,"TERMINAL",0,0,"4",,terminal_output +4576,5182102,"TERMINAL",0,0,"5",,terminal_output +4577,5183095,"TERMINAL",0,0,"6",,terminal_output +4578,5184417,"TERMINAL",0,0,"7",,terminal_output +4579,5185130,"TERMINAL",0,0,"8",,terminal_output +4580,5186185,"TERMINAL",0,0,"9",,terminal_output +4581,5187279,"TERMINAL",0,0,"9:00",,terminal_output +4582,5188407,"TERMINAL",0,0,"1",,terminal_output +4583,5189330,"TERMINAL",0,0,"2",,terminal_output +4584,5190351,"TERMINAL",0,0,"3",,terminal_output +4585,5191377,"TERMINAL",0,0,"4",,terminal_output +4586,5192501,"TERMINAL",0,0,"5",,terminal_output +4587,5193833,"TERMINAL",0,0,"6",,terminal_output +4588,5194550,"TERMINAL",0,0,"7",,terminal_output +4589,5195574,"TERMINAL",0,0,"8",,terminal_output +4590,5196598,"TERMINAL",0,0,"98",,terminal_output +4591,5197973,"TERMINAL",0,0,"10",,terminal_output +4592,5199055,"TERMINAL",0,0,"1",,terminal_output +4593,5199978,"TERMINAL",0,0,"3",,terminal_output +4594,5200784,"TERMINAL",0,0,"4",,terminal_output +4595,5201775,"TERMINAL",0,0,"5",,terminal_output +4596,5202845,"TERMINAL",0,0,"6",,terminal_output +4597,5203868,"TERMINAL",0,0,"7",,terminal_output +4598,5204893,"TERMINAL",0,0,"8",,terminal_output +4599,5206029,"TERMINAL",0,0,"9",,terminal_output +4600,5206981,"TERMINAL",0,0,"20",,terminal_output +4601,5208069,"TERMINAL",0,0,"1 9",,terminal_output +4602,5209501,"TERMINAL",0,0,"2",,terminal_output +4603,5210139,"TERMINAL",0,0,"3",,terminal_output +4604,5211347,"TERMINAL",0,0,"4",,terminal_output +4605,5212676,"TERMINAL",0,0,"5",,terminal_output +4606,5213291,"TERMINAL",0,0,"6",,terminal_output +4607,5214315,"TERMINAL",0,0,"7",,terminal_output +4608,5215338,"TERMINAL",0,0,"8",,terminal_output +4609,5216335,"TERMINAL",0,0,"9",,terminal_output +4610,5217474,"TERMINAL",0,0,"30",,terminal_output +4611,5218484,"TERMINAL",0,0,"1",,terminal_output +4612,5219537,"TERMINAL",0,0,"2",,terminal_output +4613,5220523,"TERMINAL",0,0,"3",,terminal_output +4614,5221585,"TERMINAL",0,0,"4",,terminal_output +4615,5222611,"TERMINAL",0,0,"5",,terminal_output +4616,5224043,"TERMINAL",0,0,"6",,terminal_output +4617,5224672,"TERMINAL",0,0,"7",,terminal_output +4618,5225988,"TERMINAL",0,0,"9",,terminal_output +4619,5226780,"TERMINAL",0,0,"40",,terminal_output +4620,5227777,"genie.py",4662,0,"",python,selection_mouse +4621,5227864,"genie.py",4661,0,"",python,selection_command +4622,5227920,"TERMINAL",0,0,"1",,terminal_output +4623,5228327,"genie.py",4741,0,"",python,selection_mouse +4624,5228332,"genie.py",4740,0,"",python,selection_command +4625,5228855,"TERMINAL",0,0,"2",,terminal_output +4626,5229879,"TERMINAL",0,0,"3",,terminal_output +4627,5231095,"TERMINAL",0,0,"4",,terminal_output +4628,5231959,"TERMINAL",0,0,"5",,terminal_output +4629,5232844,"genie.py",4964,0,"",python,selection_mouse +4630,5232985,"genie.py",4955,14,"vid_token_idxs",python,selection_mouse +4631,5233062,"TERMINAL",0,0,"6",,terminal_output +4632,5233582,"genie.py",4977,0,"",python,selection_mouse +4633,5233715,"genie.py",4976,11,"concatenate",python,selection_mouse +4634,5234050,"TERMINAL",0,0,"7",,terminal_output +4635,5234277,"genie.py",4962,0,"",python,selection_mouse +4636,5234424,"genie.py",4955,14,"vid_token_idxs",python,selection_mouse +4637,5234901,"genie.py",4977,0,"",python,selection_mouse +4638,5235077,"genie.py",4976,11,"concatenate",python,selection_mouse +4639,5235171,"TERMINAL",0,0,"8",,terminal_output +4640,5236476,"TERMINAL",0,0,"9",,terminal_output +4641,5237298,"TERMINAL",0,0,"50",,terminal_output +4642,5238208,"TERMINAL",0,0,"1",,terminal_output +4643,5239303,"TERMINAL",0,0,"2",,terminal_output +4644,5240529,"TERMINAL",0,0,"3",,terminal_output +4645,5241451,"TERMINAL",0,0,"4",,terminal_output +4646,5242390,"TERMINAL",0,0,"5",,terminal_output +4647,5243077,"genie.py",3128,0,"",python,selection_mouse +4648,5243165,"genie.py",3122,9,"vq_encode",python,selection_mouse +4649,5243394,"TERMINAL",0,0,"6",,terminal_output +4650,5243783,"genie.py",3116,0,"",python,selection_mouse +4651,5243888,"genie.py",3112,9,"tokenizer",python,selection_mouse +4652,5244420,"TERMINAL",0,0,"7",,terminal_output +4653,5244451,"genie.py",3109,0,"",python,selection_mouse +4654,5244586,"genie.py",3107,4,"self",python,selection_mouse +4655,5245141,"genie.py",3130,0,"",python,selection_mouse +4656,5245254,"genie.py",3122,9,"vq_encode",python,selection_mouse +4657,5245479,"TERMINAL",0,0,"8",,terminal_output +4658,5246469,"TERMINAL",0,0,"9",,terminal_output +4659,5247511,"TERMINAL",0,0,"30:00",,terminal_output +4660,5248542,"TERMINAL",0,0,"1",,terminal_output +4661,5249746,"TERMINAL",0,0,"2",,terminal_output +4662,5250666,"TERMINAL",0,0,"3",,terminal_output +4663,5251701,"TERMINAL",0,0,"4",,terminal_output +4664,5252714,"TERMINAL",0,0,"6",,terminal_output +4665,5253525,"genie.py",3117,0,"",python,selection_mouse +4666,5253676,"genie.py",3112,9,"tokenizer",python,selection_mouse +4667,5253747,"TERMINAL",0,0,"7",,terminal_output +4668,5254232,"genie.py",3129,0,"",python,selection_mouse +4669,5254420,"genie.py",3122,9,"vq_encode",python,selection_mouse +4670,5254798,"TERMINAL",0,0,"8",,terminal_output +4671,5255020,"genie.py",3136,0,"",python,selection_mouse +4672,5255177,"genie.py",3132,5,"batch",python,selection_mouse +4673,5255382,"genie.py",3132,13,"batch[""videos",python,selection_mouse +4674,5255470,"genie.py",3132,14,"batch[""videos""",python,selection_mouse +4675,5255471,"genie.py",3132,15,"batch[""videos""]",python,selection_mouse +4676,5255834,"TERMINAL",0,0,"9",,terminal_output +4677,5256194,"genie.py",3147,0,"",python,selection_mouse +4678,5256913,"TERMINAL",0,0,"10",,terminal_output +4679,5257766,"genie.py",3194,0,"",python,selection_mouse +4680,5257920,"genie.py",3186,13,"tokenizer_out",python,selection_mouse +4681,5258015,"TERMINAL",0,0,"1",,terminal_output +4682,5258783,"genie.py",3210,0,"",python,selection_mouse +4683,5258854,"genie.py",3209,0,"",python,selection_command +4684,5258952,"genie.py",3206,3,"es""",python,selection_mouse +4685,5258986,"genie.py",3206,4,"es""]",python,selection_command +4686,5258986,"genie.py",3199,11,"[""indices""]",python,selection_mouse +4687,5259034,"genie.py",3189,21,"enizer_out[""indices""]",python,selection_mouse +4688,5259075,"genie.py",3101,109,"out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4689,5259111,"genie.py",3097,113,"zer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4690,5259146,"genie.py",3096,114,"izer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4691,5259147,"TERMINAL",0,0,"2",,terminal_output +4692,5259177,"genie.py",3095,115,"nizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4693,5259206,"genie.py",3094,116,"enizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4694,5259280,"genie.py",3093,117,"kenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4695,5259320,"genie.py",3092,118,"okenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4696,5259391,"genie.py",3091,119,"tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4697,5259420,"genie.py",3090,120," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4698,5259446,"genie.py",3089,121," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4699,5259491,"genie.py",3088,122," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4700,5259508,"genie.py",3087,123," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4701,5259539,"genie.py",3086,124," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4702,5259569,"genie.py",3084,126," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4703,5259616,"genie.py",3083,127," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]",python,selection_mouse +4704,5260035,"TERMINAL",0,0,"3",,terminal_output +4705,5261091,"TERMINAL",0,0,"4",,terminal_output +4706,5262137,"TERMINAL",0,0,"5",,terminal_output +4707,5263130,"TERMINAL",0,0,"6",,terminal_output +4708,5264207,"TERMINAL",0,0,"7",,terminal_output +4709,5265208,"TERMINAL",0,0,"8",,terminal_output +4710,5265417,"genie.py",3205,0,"",python,selection_mouse +4711,5265417,"genie.py",3201,7,"indices",python,selection_mouse +4712,5266320,"TERMINAL",0,0,"9",,terminal_output +4713,5267357,"TERMINAL",0,0,"20",,terminal_output +4714,5267517,"genie.py",3178,0,"",python,selection_mouse +4715,5267648,"genie.py",3173,10,"token_idxs",python,selection_mouse +4716,5268792,"TERMINAL",0,0,"1",,terminal_output +4717,5269406,"TERMINAL",0,0,"2",,terminal_output +4718,5270431,"TERMINAL",0,0,"3",,terminal_output +4719,5271453,"TERMINAL",0,0,"4",,terminal_output +4720,5272496,"TERMINAL",0,0,"5",,terminal_output +4721,5273605,"TERMINAL",0,0,"6",,terminal_output +4722,5274585,"TERMINAL",0,0,"7",,terminal_output +4723,5275622,"TERMINAL",0,0,"8",,terminal_output +4724,5276684,"TERMINAL",0,0,"9",,terminal_output +4725,5277684,"genie.py",4271,0,"",python,selection_mouse +4726,5277798,"genie.py",4261,14,"new_frame_idxs",python,selection_mouse +4727,5277818,"TERMINAL",0,0,"3111",,terminal_output +4728,5278826,"TERMINAL",0,0,"2",,terminal_output +4729,5279850,"TERMINAL",0,0,"3",,terminal_output +4730,5280833,"TERMINAL",0,0,"484",,terminal_output +4731,5281899,"TERMINAL",0,0,"5",,terminal_output +4732,5283025,"TERMINAL",0,0,"6140",,terminal_output +4733,5284132,"TERMINAL",0,0,"7",,terminal_output +4734,5285011,"TERMINAL",0,0,"8",,terminal_output +4735,5286098,"TERMINAL",0,0,"9",,terminal_output +4736,5286277,"genie.py",3192,0,"",python,selection_mouse +4737,5287098,"TERMINAL",0,0,"40",,terminal_output +4738,5288172,"genie.py",3194,0,"",python,selection_mouse +4739,5288188,"TERMINAL",0,0,"1",,terminal_output +4740,5289179,"TERMINAL",0,0,"2",,terminal_output +4741,5290026,"genie.py",3256,0,"",python,selection_mouse +4742,5290225,"TERMINAL",0,0,"3",,terminal_output +4743,5290759,"genie.py",3124,0,"",python,selection_mouse +4744,5291266,"TERMINAL",0,0,"4",,terminal_output +4745,5291926,"genie.py",3128,0,"",python,selection_mouse +4746,5292392,"TERMINAL",0,0,"5",,terminal_output +4747,5293367,"TERMINAL",0,0,"6",,terminal_output +4748,5294495,"TERMINAL",0,0,"7",,terminal_output +4749,5295569,"TERMINAL",0,0,"8",,terminal_output +4750,5295664,"models/tokenizer.py",0,0,"from typing import Dict, Any, Tuple\n\nimport flax.linen as nn\n\nfrom utils.preprocess import patchify, unpatchify\nfrom utils.nn import STTransformer, VectorQuantizer\n\n\nclass TokenizerVQVAE(nn.Module):\n """"""ST-ViVit VQ-VAE""""""\n\n in_dim: int\n model_dim: int\n latent_dim: int\n num_latents: int\n patch_size: int\n num_blocks: int\n num_heads: int\n dropout: float\n codebook_dropout: float\n\n def setup(self):\n self.encoder = STTransformer(\n self.model_dim,\n self.latent_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n self.vq = VectorQuantizer(\n self.latent_dim,\n self.num_latents,\n self.codebook_dropout,\n )\n self.out_dim = self.in_dim * self.patch_size**2\n self.decoder = STTransformer(\n self.model_dim,\n self.out_dim,\n self.num_blocks,\n self.num_heads,\n self.dropout,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n H, W = batch[""videos""].shape[2:4]\n outputs = self.vq_encode(batch[""videos""], training)\n recon = self.decoder(outputs[""z_q""]) # (B, T, H_down * W_down, C)\n recon = nn.sigmoid(recon)\n outputs[""recon""] = unpatchify(recon, self.patch_size, H, W)\n return outputs\n\n def vq_encode(self, videos: Any, training: bool = True) -> Dict[str, Any]:\n # --- Preprocess + encode ---\n B, T = videos.shape[:2]\n x = patchify(videos, self.patch_size)\n N = x.shape[2]\n x = self.encoder(x) # (B, T, N, E)\n\n # --- Vector quantize ---\n x = x.reshape(B * T * N, self.latent_dim)\n z_q, z, emb, indices = self.vq(x, training)\n z_q = z_q.reshape(B, T, N, self.latent_dim)\n indices = indices.reshape(B, T, N)\n return dict(z_q=z_q, z=z, emb=emb, indices=indices)\n\n def decode(self, indices: Any, video_hw: Tuple[int, int]):\n z = self.vq.codebook[indices]\n recon = self.decoder(z)\n recon = nn.sigmoid(recon)\n return unpatchify(recon, self.patch_size, *video_hw)\n",python,tab +4751,5296504,"TERMINAL",0,0,"9",,terminal_output +4752,5297515,"TERMINAL",0,0,"50",,terminal_output +4753,5298619,"models/tokenizer.py",1898,0,"",python,selection_mouse +4754,5298631,"TERMINAL",0,0,"1",,terminal_output +4755,5298744,"models/tokenizer.py",1892,6,"return",python,selection_mouse +4756,5299486,"models/tokenizer.py",1853,0,"",python,selection_mouse +4757,5299662,"models/tokenizer.py",1849,7,"indices",python,selection_mouse +4758,5299710,"TERMINAL",0,0,"2",,terminal_output +4759,5300645,"TERMINAL",0,0,"3",,terminal_output +4760,5301685,"TERMINAL",0,0,"5",,terminal_output +4761,5302788,"TERMINAL",0,0,"6",,terminal_output +4762,5303792,"TERMINAL",0,0,"7",,terminal_output +4763,5304836,"TERMINAL",0,0,"8",,terminal_output +4764,5305864,"TERMINAL",0,0,"9",,terminal_output +4765,5306889,"TERMINAL",0,0,"1:00",,terminal_output +4766,5308012,"TERMINAL",0,0,"1",,terminal_output +4767,5308973,"TERMINAL",0,0,"2",,terminal_output +4768,5310063,"TERMINAL",0,0,"3",,terminal_output +4769,5311052,"TERMINAL",0,0,"4",,terminal_output +4770,5312095,"TERMINAL",0,0,"5",,terminal_output +4771,5313130,"TERMINAL",0,0,"6",,terminal_output +4772,5314258,"TERMINAL",0,0,"7",,terminal_output +4773,5315282,"TERMINAL",0,0,"8",,terminal_output +4774,5316254,"TERMINAL",0,0,"9",,terminal_output +4775,5317329,"TERMINAL",0,0,"10",,terminal_output +4776,5318354,"TERMINAL",0,0,"1",,terminal_output +4777,5319479,"TERMINAL",0,0,"2",,terminal_output +4778,5320412,"TERMINAL",0,0,"3",,terminal_output +4779,5320936,"genie.py",0,0,"",python,tab +4780,5321539,"TERMINAL",0,0,"42",,terminal_output +4781,5322489,"TERMINAL",0,0,"53",,terminal_output +4782,5322709,"genie.py",3377,0,"",python,selection_mouse +4783,5322751,"genie.py",3376,0,"",python,selection_command +4784,5323412,"genie.py",3079,0,"",python,selection_mouse +4785,5323532,"TERMINAL",0,0,"6",,terminal_output +4786,5324600,"TERMINAL",0,0,"7",,terminal_output +4787,5325010,"genie.py",3315,0,"",python,selection_mouse +4788,5325627,"genie.py",3123,0,"",python,selection_mouse +4789,5325643,"TERMINAL",0,0,"8",,terminal_output +4790,5326263,"genie.py",3258,0,"",python,selection_mouse +4791,5326685,"TERMINAL",0,0,"9",,terminal_output +4792,5327774,"TERMINAL",0,0,"21",,terminal_output +4793,5328805,"TERMINAL",0,0,"2",,terminal_output +4794,5329824,"TERMINAL",0,0,"3",,terminal_output +4795,5330689,"genie.py",3255,0,"",python,selection_mouse +4796,5330809,"TERMINAL",0,0,"4",,terminal_output +4797,5331260,"genie.py",3210,0,"",python,selection_mouse +4798,5331266,"genie.py",3209,0,"",python,selection_command +4799,5331853,"TERMINAL",0,0,"5",,terminal_output +4800,5333008,"TERMINAL",0,0,"6",,terminal_output +4801,5333930,"TERMINAL",0,0,"7",,terminal_output +4802,5335045,"TERMINAL",0,0,"8",,terminal_output +4803,5336027,"TERMINAL",0,0,"9",,terminal_output +4804,5337051,"TERMINAL",0,0,"30",,terminal_output +4805,5338119,"TERMINAL",0,0,"1",,terminal_output +4806,5338396,"sample.py",0,0,"",python,tab +4807,5339131,"TERMINAL",0,0,"2",,terminal_output +4808,5340172,"TERMINAL",0,0,"3",,terminal_output +4809,5341209,"TERMINAL",0,0,"4",,terminal_output +4810,5342256,"TERMINAL",0,0,"5",,terminal_output +4811,5342327,"sample.py",3210,0,"",python,selection_mouse +4812,5343338,"TERMINAL",0,0,"6",,terminal_output +4813,5343538,"sample.py",3258,0,"",python,selection_mouse +4814,5344362,"TERMINAL",0,0,"7",,terminal_output +4815,5344709,"genie.py",0,0,"",python,tab +4816,5345408,"TERMINAL",0,0,"8",,terminal_output +4817,5346509,"TERMINAL",0,0,"9",,terminal_output +4818,5347465,"TERMINAL",0,0,"40",,terminal_output +4819,5347518,"genie.py",4583,0,"",python,selection_mouse +4820,5348566,"TERMINAL",0,0,"1",,terminal_output +4821,5349586,"TERMINAL",0,0,"2",,terminal_output +4822,5349750,"genie.py",4372,0,"",python,selection_mouse +4823,5350323,"genie.py",4371,0,"",python,selection_mouse +4824,5350324,"genie.py",4370,0,"",python,selection_command +4825,5350663,"genie.py",4370,1,"s",python,selection_mouse +4826,5350663,"genie.py",4167,203," final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixel",python,selection_mouse +4827,5350664,"genie.py",3566,804," action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixel",python,selection_mouse +4828,5350664,"genie.py",3165,1205," token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixel",python,selection_mouse +4829,5350664,"genie.py",2988,1382," sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixel",python,selection_mouse +4830,5350696,"genie.py",4371,0,"",python,selection_command +4831,5350697,"genie.py",2958,1413," temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4832,5350807,"TERMINAL",0,0,"3",,terminal_output +4833,5350847,"genie.py",2988,1383," sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4834,5350927,"genie.py",3025,1346," ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4835,5350952,"genie.py",3039,1332," # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4836,5350990,"genie.py",3083,1288," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4837,5351021,"genie.py",3165,1206," token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4838,5351047,"genie.py",3211,1160," new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4839,5351072,"genie.py",3340,1031,"\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4840,5351104,"genie.py",3343,1028," # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4841,5351136,"genie.py",3382,989," init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4842,5351194,"genie.py",3345,1026," # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4843,5351220,"genie.py",3166,1205," token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4844,5351269,"genie.py",2933,1438," steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4845,5351493,"genie.py",2958,1413," temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4846,5351519,"genie.py",2988,1383," sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4847,5351567,"genie.py",3083,1288," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4848,5351596,"genie.py",3340,1031,"\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4849,5351700,"genie.py",3211,1160," new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4850,5351720,"genie.py",3025,1346," ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4851,5351787,"genie.py",2856,1515," @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4852,5351788,"TERMINAL",0,0,"4",,terminal_output +4853,5351883,"genie.py",1082,3289," latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4854,5352087,"genie.py",0,4371,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4855,5352134,"genie.py",103,4268,"rom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4856,5352171,"genie.py",268,4103,"from models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4857,5352206,"genie.py",353,4018,"from models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4858,5352252,"genie.py",398,3973,"\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4859,5352344,"genie.py",399,3972,"class Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4860,5352407,"genie.py",397,3974,"\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4861,5352442,"genie.py",219,4152,"from orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4862,5352491,"genie.py",181,4190,"from flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4863,5352507,"genie.py",102,4269,"from jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4864,5352543,"genie.py",30,4341,"import optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4865,5352577,"genie.py",29,4342,"\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4866,5352635,"genie.py",43,4328,"import jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4867,5352661,"genie.py",397,3974,"\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4868,5352712,"genie.py",582,3789," tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4869,5352747,"genie.py",677,3694," latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4870,5352786,"genie.py",704,3667," num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4871,5352811,"TERMINAL",0,0,"5",,terminal_output +4872,5352871,"genie.py",612,3759," tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4873,5352902,"genie.py",397,3974,"\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4874,5352935,"genie.py",30,4341,"import optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4875,5352964,"genie.py",29,4342,"\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4876,5353017,"genie.py",30,4341,"import optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom jax import NamedSharding\nfrom flax.training.train_state import TrainState\nfrom flax.training import orbax_utils\nfrom orbax.checkpoint import PyTreeCheckpointer\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4877,5353068,"genie.py",703,3668," num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4878,5353111,"genie.py",1380,2991," )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4879,5353152,"genie.py",1390,2981," self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4880,5353248,"genie.py",1380,2991," )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4881,5353287,"genie.py",1344,3027," codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4882,5353307,"genie.py",1317,3054," dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4883,5353343,"genie.py",1268,3103," num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4884,5353379,"genie.py",1176,3195," patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4885,5353415,"genie.py",1082,3289," latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4886,5353471,"genie.py",1216,3155," num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4887,5353510,"genie.py",1595,2776," patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4888,5353551,"genie.py",1782,2589,"\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4889,5353618,"genie.py",1996,2375,"\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4890,5353638,"genie.py",2255,2116,"\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4891,5353668,"genie.py",1968,2403,"m_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4892,5353699,"genie.py",1835,2536," model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4893,5353737,"genie.py",1782,2589,"\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4894,5353775,"genie.py",1681,2690," num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4895,5353807,"genie.py",1593,2778," patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4896,5353808,"TERMINAL",0,0,"7",,terminal_output +4897,5353908,"genie.py",1592,2779," patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4898,5353935,"genie.py",1636,2735," num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4899,5353966,"genie.py",1746,2625," codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4900,5354004,"genie.py",1779,2592," )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4901,5354042,"genie.py",1789,2582," self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4902,5354076,"genie.py",1868,2503," num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4903,5354114,"genie.py",1962,2409," num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4904,5354143,"genie.py",2006,2365," dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4905,5354192,"genie.py",2040,2331," mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4906,5354224,"genie.py",2006,2365," dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4907,5354259,"genie.py",1916,2455," num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4908,5354296,"genie.py",1790,2581," self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4909,5354329,"genie.py",1779,2592," )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4910,5354358,"genie.py",1745,2626," codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4911,5354392,"genie.py",1678,2693," num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4912,5354446,"genie.py",1677,2694," num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4913,5354476,"genie.py",1777,2594," )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4914,5354511,"genie.py",2003,2368," dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4915,5354541,"genie.py",2091,2280,"_call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4916,5354565,"genie.py",2255,2116,"\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4917,5354601,"genie.py",2339,2032,"utputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4918,5354642,"genie.py",2615,1756,"\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4919,5354681,"genie.py",2831,1540,"\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4920,5354723,"genie.py",2901,1470,"\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4921,5354754,"genie.py",2895,1476," self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4922,5354786,"genie.py",2879,1492," sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4923,5354829,"genie.py",2862,1509,"n.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4924,5354874,"genie.py",2855,1516,"\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4925,5354907,"genie.py",2775,1596," mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4926,5354908,"TERMINAL",0,0,"8",,terminal_output +4927,5354941,"genie.py",2724,1647," outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4928,5354974,"genie.py",2657,1714," mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4929,5355041,"genie.py",2619,1752," outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4930,5355104,"genie.py",2436,1935," latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4931,5355151,"genie.py",2260,2111," lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4932,5355246,"genie.py",2357,2014," video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4933,5355280,"genie.py",2655,1716," mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4934,5355312,"genie.py",2855,1516,"\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4935,5355343,"genie.py",2876,1495,"def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4936,5355385,"genie.py",2932,1439,"\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4937,5355424,"genie.py",3038,1333,"\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4938,5355461,"genie.py",3274,1097," action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4939,5355508,"genie.py",3496,875," new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4940,5355549,"genie.py",3741,630,"\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4941,5355589,"genie.py",3831,540," # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4942,5355631,"genie.py",4068,303,"\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4943,5355662,"genie.py",4008,363," sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4944,5355693,"genie.py",3896,475," dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4945,5355735,"genie.py",3825,546,"\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4946,5355777,"genie.py",3661,710," variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4947,5355817,"genie.py",3545,826," token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4948,5355847,"genie.py",3494,877," new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4949,5355880,"genie.py",3468,903," batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4950,5355915,"genie.py",3445,926," init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4951,5355935,"TERMINAL",0,0,"9",,terminal_output +4952,5355967,"genie.py",3467,904," batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4953,5356001,"genie.py",3569,802," action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4954,5356034,"genie.py",3638,733," MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4955,5356070,"genie.py",3706,665," split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4956,5356097,"genie.py",3749,622," in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4957,5356164,"genie.py",3642,729," MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4958,5356187,"genie.py",3450,921,"init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4959,5356228,"genie.py",3089,1282," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4960,5356260,"genie.py",3045,1326," # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4961,5356351,"genie.py",3171,1200," token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4962,5356375,"genie.py",3450,921,"init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4963,5356401,"genie.py",3552,819," token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4964,5356435,"genie.py",3615,756,"GITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4965,5356468,"genie.py",3756,615,"_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4966,5356495,"genie.py",3757,614,"axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4967,5356530,"genie.py",3780,591,"_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4968,5356562,"genie.py",3646,725,"MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4969,5356610,"genie.py",3042,1329," # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4970,5356672,"genie.py",2856,1515," @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4971,5356770,"genie.py",2872,1499," def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4972,5356771,"genie.py",2888,1483," self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4973,5356837,"genie.py",2902,1469," batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4974,5356866,"TERMINAL",0,0,"50",,terminal_output +4975,5357093,"genie.py",2889,1482," self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4976,5357093,"genie.py",2873,1498," def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4977,5357094,"genie.py",2858,1513," @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4978,5357094,"genie.py",2855,1516,"\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4979,5357502,"genie.py",2856,1515," @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,selection_mouse +4980,5357865,"TERMINAL",0,0,"1",,terminal_output +4981,5359031,"TERMINAL",0,0,"2",,terminal_output +4982,5359969,"TERMINAL",0,0,"3",,terminal_output +4983,5360811,"genie.py",2841,0,"",python,selection_mouse +4984,5360999,"TERMINAL",0,0,"4",,terminal_output +4985,5361463,"genie.py",2864,0,"",python,selection_mouse +4986,5362044,"TERMINAL",0,0,"5",,terminal_output +4987,5362666,"genie.py",2855,0,"",python,selection_mouse +4988,5363104,"TERMINAL",0,0,"6",,terminal_output +4989,5363451,"genie.py",2855,0,"\n",python,content +4990,5363630,"genie.py",2856,0,"\n",python,content +4991,5363774,"genie.py",2857,0,"\n",python,content +4992,5363904,"genie.py",2858,0,"\n",python,content +4993,5364088,"genie.py",2858,0,"",python,selection_command +4994,5364153,"TERMINAL",0,0,"7",,terminal_output +4995,5364342,"genie.py",2857,0,"",python,selection_command +4996,5364687,"genie.py",2856,0,"",python,selection_command +4997,5365181,"TERMINAL",0,0,"8",,terminal_output +4998,5365237,"genie.py",2856,0," @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels",python,content +4999,5366229,"TERMINAL",0,0,"9",,terminal_output +5000,5366605,"genie.py",2886,0,"",python,selection_mouse +5001,5367249,"TERMINAL",0,0,"2:00",,terminal_output +5002,5367420,"genie.py",2886,0,"_",python,content +5003,5367421,"genie.py",2887,0,"",python,selection_keyboard +5004,5367720,"genie.py",2887,0,"m",python,content +5005,5367720,"genie.py",2888,0,"",python,selection_keyboard +5006,5367860,"genie.py",2888,0,"i",python,content +5007,5367861,"genie.py",2889,0,"",python,selection_keyboard +5008,5367971,"genie.py",2889,0,"h",python,content +5009,5367972,"genie.py",2890,0,"",python,selection_keyboard +5010,5368014,"genie.py",2890,0,"i",python,content +5011,5368016,"genie.py",2891,0,"",python,selection_keyboard +5012,5368085,"genie.py",2891,0,"r",python,content +5013,5368086,"genie.py",2892,0,"",python,selection_keyboard +5014,5368299,"TERMINAL",0,0,"1",,terminal_output +5015,5369438,"TERMINAL",0,0,"2",,terminal_output +5016,5370375,"TERMINAL",0,0,"3",,terminal_output +5017,5370651,"genie.py",4379,0,"",python,selection_mouse +5018,5370975,"genie.py",4378,1,"",python,content +5019,5371469,"TERMINAL",0,0,"4",,terminal_output +5020,5371609,"genie.py",4377,1,"",python,content +5021,5372459,"TERMINAL",0,0,"5",,terminal_output +5022,5372698,"sample.py",0,0,"",python,tab +5023,5373526,"TERMINAL",0,0,"6",,terminal_output +5024,5374293,"sample.py",3257,0,"",python,selection_mouse +5025,5374299,"sample.py",3256,0,"",python,selection_command +5026,5374561,"TERMINAL",0,0,"7",,terminal_output +5027,5374792,"sample.py",3257,0,"",python,selection_mouse +5028,5374813,"sample.py",3256,0,"",python,selection_command +5029,5374988,"sample.py",3256,1,"d",python,selection_mouse +5030,5374989,"sample.py",3200,56," jnp.concatenate([vid, new_frame], axis=1)\n return vi",python,selection_mouse +5031,5375097,"sample.py",3035,221," method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vi",python,selection_mouse +5032,5375098,"sample.py",2918,338," batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vi",python,selection_mouse +5033,5375098,"sample.py",2864,392," new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vi",python,selection_mouse +5034,5375098,"sample.py",2785,471," batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vi",python,selection_mouse +5035,5375098,"sample.py",3257,0,"",python,selection_command +5036,5375149,"sample.py",2745,512," rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5037,5375179,"sample.py",2678,579," print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5038,5375209,"sample.py",2642,615," # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5039,5375240,"sample.py",2577,680,"for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5040,5375283,"sample.py",2527,730," vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5041,5375425,"sample.py",2526,731," vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5042,5375492,"sample.py",2525,732," vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5043,5375506,"sample.py",2472,785,"ef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5044,5375528,"sample.py",2471,786,"def _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5045,5375621,"TERMINAL",0,0,"8",,terminal_output +5046,5375686,"sample.py",2425,832,"# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,selection_mouse +5047,5376724,"TERMINAL",0,0,"9",,terminal_output +5048,5377712,"TERMINAL",0,0,"10",,terminal_output +5049,5378209,"sample.py",3259,0,"",python,selection_mouse +5050,5378771,"TERMINAL",0,0,"2",,terminal_output +5051,5379509,"sample.py",3259,0,"\n",python,content +5052,5379689,"sample.py",3260,0,"\n",python,content +5053,5379787,"TERMINAL",0,0,"3",,terminal_output +5054,5379849,"sample.py",3261,0,"\n",python,content +5055,5380025,"sample.py",3261,0,"",python,selection_command +5056,5380227,"sample.py",3260,0,"",python,selection_command +5057,5380498,"sample.py",3259,0,"",python,selection_command +5058,5380765,"sample.py",3259,0,"# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n for frame_idx in range(args.start_frame + 1, args.seq_len):\n # --- Sample next frame ---\n print(""Frame"", frame_idx)\n start_time = time.time()\n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch[:, :1], rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample,\n )\n elapsed = time.time() - start_time\n print(f""Frame {frame_idx} sampling took {elapsed:.3f} seconds"")\n # vid = jnp.concatenate([vid, new_frame], axis=1)\n return vid",python,content +5059,5380832,"TERMINAL",0,0,"4",,terminal_output +5060,5381832,"TERMINAL",0,0,"5",,terminal_output +5061,5382057,"sample.py",3324,0,"",python,selection_mouse +5062,5382876,"TERMINAL",0,0,"6",,terminal_output +5063,5382916,"sample.py",3324,0,"_",python,content +5064,5382917,"sample.py",3325,0,"",python,selection_keyboard +5065,5383300,"sample.py",3325,0,"m",python,content +5066,5383300,"sample.py",3326,0,"",python,selection_keyboard +5067,5383368,"sample.py",3326,0,"i",python,content +5068,5383368,"sample.py",3327,0,"",python,selection_keyboard +5069,5383470,"sample.py",3327,0,"h",python,content +5070,5383471,"sample.py",3328,0,"",python,selection_keyboard +5071,5383536,"sample.py",3328,0,"i",python,content +5072,5383537,"sample.py",3329,0,"",python,selection_keyboard +5073,5383611,"sample.py",3329,0,"r",python,content +5074,5383612,"sample.py",3330,0,"",python,selection_keyboard +5075,5383939,"TERMINAL",0,0,"7",,terminal_output +5076,5384308,"sample.py",3329,0,"",python,selection_command +5077,5384962,"TERMINAL",0,0,"8",,terminal_output +5078,5385999,"TERMINAL",0,0,"9",,terminal_output +5079,5387080,"TERMINAL",0,0,"20",,terminal_output +5080,5388106,"sample.py",3898,0,"",python,selection_mouse +5081,5388124,"TERMINAL",0,0,"1",,terminal_output +5082,5389130,"TERMINAL",0,0,"2",,terminal_output +5083,5389234,"sample.py",3898,0,"_",python,content +5084,5389235,"sample.py",3899,0,"",python,selection_keyboard +5085,5389537,"sample.py",3899,0,"m",python,content +5086,5389537,"sample.py",3900,0,"",python,selection_keyboard +5087,5389672,"sample.py",3900,0,"i",python,content +5088,5389672,"sample.py",3901,0,"",python,selection_keyboard +5089,5389766,"sample.py",3901,0,"h",python,content +5090,5389768,"sample.py",3902,0,"",python,selection_keyboard +5091,5389881,"sample.py",3902,0,"i",python,content +5092,5389883,"sample.py",3903,0,"",python,selection_keyboard +5093,5389978,"sample.py",3903,0,"r",python,content +5094,5389979,"sample.py",3904,0,"",python,selection_keyboard +5095,5390178,"TERMINAL",0,0,"3",,terminal_output +5096,5391319,"TERMINAL",0,0,"4",,terminal_output +5097,5391540,"sample.py",3892,12,"sample_mihir",python,content +5098,5392345,"TERMINAL",0,0,"5",,terminal_output +5099,5393351,"TERMINAL",0,0,"6",,terminal_output +5100,5394593,"TERMINAL",0,0,"7",,terminal_output +5101,5395385,"TERMINAL",0,0,"8",,terminal_output +5102,5396499,"TERMINAL",0,0,"9",,terminal_output +5103,5397468,"TERMINAL",0,0,"30",,terminal_output +5104,5398546,"TERMINAL",0,0,"1",,terminal_output +5105,5399505,"sample.py",5004,0,"",python,selection_mouse +5106,5399583,"TERMINAL",0,0,"2",,terminal_output +5107,5400469,"sample.py",5004,0,"_",python,content +5108,5400470,"sample.py",5005,0,"",python,selection_keyboard +5109,5400586,"TERMINAL",0,0,"335",,terminal_output +5110,5400769,"sample.py",5005,0,"m",python,content +5111,5400770,"sample.py",5006,0,"",python,selection_keyboard +5112,5400927,"sample.py",5006,0,"i",python,content +5113,5400928,"sample.py",5007,0,"",python,selection_keyboard +5114,5401058,"sample.py",5007,0,"h",python,content +5115,5401059,"sample.py",5008,0,"",python,selection_keyboard +5116,5401136,"sample.py",5008,0,"i",python,content +5117,5401138,"sample.py",5009,0,"",python,selection_keyboard +5118,5401208,"sample.py",5009,0,"r",python,content +5119,5401210,"sample.py",5010,0,"",python,selection_keyboard +5120,5401671,"TERMINAL",0,0,"4",,terminal_output +5121,5402678,"TERMINAL",0,0,"6",,terminal_output +5122,5402861,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +5123,5402979,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5124,5403134,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +5125,5403732,"TERMINAL",0,0,"7",,terminal_output +5126,5404756,"TERMINAL",0,0,"^C",,terminal_output +5127,5404774,"TERMINAL",0,0,"8",,terminal_output +5128,5404897,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 79, in \r\n rng, _rng = jax.random.split(rng)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 294, in split\r\n return _return_prng_keys(wrapped, _split(typed_key, num))\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/random.py"", line 280, in _split\r\n return prng.random_split(key, shape=shape)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 588, in random_split\r\n return random_split_p.bind(keys, shape=shape)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 531, in bind\r\n return self._true_bind(*args, **params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 551, in _true_bind\r\n return self.bind_with_trace(prev_trace, args, params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 556, in bind_with_trace\r\n return trace.process_primitive(self, args, params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1060, in process_primitive\r\n return primitive.impl(*args, **params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 604, in random_split_impl\r\n base_arr = random_split_impl_base(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 610, in random_split_impl_base\r\n return split(base_arr)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 609, in \r\n split = iterated_vmap_unary(keys_ndim, lambda k: impl.split(k, shape))\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/prng.py"", line 1122, in threefry_split\r\n return _threefry_split(key, shape)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n return fun(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 334, in cache_miss\r\n executable, pgle_profiler) = _python_pjit_helper(fun, jit_info, *args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 195, in _python_pjit_helper\r\n out_flat, compiled, profiler = _pjit_call_impl_python(*args_flat, **p.params)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 1862, in _pjit_call_impl_python\r\n ).compile()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 2467, in compile\r\n executable = UnloadedMeshExecutable.from_hlo(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 3009, in from_hlo\r\n xla_executable = _cached_compilation(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 2800, in _cached_compilation\r\n xla_executable = compiler.compile_or_get_cached(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 447, in compile_or_get_cached\r\n return _compile_and_write_cache(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 719, in _compile_and_write_cache\r\n executable = backend_compile(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py"", line 354, in wrapper\r\n return func(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/compiler.py"", line 335, in backend_compile\r\n return backend.compile(\r\nKeyboardInterrupt\r\n",,terminal_output +5129,5405220,"TERMINAL",0,0,"\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +5130,5405700,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +5131,5405777,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5132,5405808,"TERMINAL",0,0,"9",,terminal_output +5133,5405917,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +5134,5406842,"TERMINAL",0,0,"40",,terminal_output +5135,5407955,"TERMINAL",0,0,"1",,terminal_output +5136,5408636,"TERMINAL",0,0,"2025-07-03 14:32:41.999990: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5137,5408978,"TERMINAL",0,0,"2",,terminal_output +5138,5410003,"TERMINAL",0,0,"3",,terminal_output +5139,5411012,"TERMINAL",0,0,"4",,terminal_output +5140,5412054,"TERMINAL",0,0,"56",,terminal_output +5141,5413074,"TERMINAL",0,0,"2025-07-03 14:32:46.364652: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5142,5413102,"TERMINAL",0,0,"6",,terminal_output +5143,5414159,"TERMINAL",0,0,"7",,terminal_output +5144,5415186,"TERMINAL",0,0,"8",,terminal_output +5145,5416227,"TERMINAL",0,0,"9",,terminal_output +5146,5417272,"TERMINAL",0,0,"50",,terminal_output +5147,5418306,"TERMINAL",0,0,"1",,terminal_output +5148,5419424,"TERMINAL",0,0,"2",,terminal_output +5149,5420450,"TERMINAL",0,0,"3",,terminal_output +5150,5421473,"TERMINAL",0,0,"4",,terminal_output +5151,5421903,"TERMINAL",0,0,"2025-07-03 14:32:55.243064: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5152,5422497,"TERMINAL",0,0,"5",,terminal_output +5153,5423508,"TERMINAL",0,0,"6",,terminal_output +5154,5424646,"TERMINAL",0,0,"7",,terminal_output +5155,5425672,"TERMINAL",0,0,"8",,terminal_output +5156,5426672,"TERMINAL",0,0,"97",,terminal_output +5157,5427692,"TERMINAL",0,0,"3:00",,terminal_output +5158,5428744,"TERMINAL",0,0,"2",,terminal_output +5159,5429665,"TERMINAL",0,0,"2025-07-03 14:33:03.027304: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5160,5429774,"TERMINAL",0,0,"3",,terminal_output +5161,5430806,"TERMINAL",0,0,"4",,terminal_output +5162,5431917,"TERMINAL",0,0,"5",,terminal_output +5163,5432941,"TERMINAL",0,0,"6",,terminal_output +5164,5433965,"TERMINAL",0,0,"7",,terminal_output +5165,5435092,"TERMINAL",0,0,"8",,terminal_output +5166,5436115,"TERMINAL",0,0,"9",,terminal_output +5167,5436231,"TERMINAL",0,0,"2025-07-03 14:33:09.592901: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5168,5437154,"TERMINAL",0,0,"10",,terminal_output +5169,5438116,"TERMINAL",0,0,"1",,terminal_output +5170,5439190,"TERMINAL",0,0,"2",,terminal_output +5171,5440212,"TERMINAL",0,0,"3",,terminal_output +5172,5441250,"TERMINAL",0,0,"4",,terminal_output +5173,5442283,"TERMINAL",0,0,"5",,terminal_output +5174,5442772,"TERMINAL",0,0,"2025-07-03 14:33:16.044966: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5175,5443322,"TERMINAL",0,0,"6",,terminal_output +5176,5444410,"TERMINAL",0,0,"7",,terminal_output +5177,5445408,"TERMINAL",0,0,"8",,terminal_output +5178,5446049,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5179,5446562,"TERMINAL",0,0,"9",,terminal_output +5180,5447494,"TERMINAL",0,0,"20",,terminal_output +5181,5448609,"TERMINAL",0,0,"1",,terminal_output +5182,5449634,"TERMINAL",0,0,"2",,terminal_output +5183,5450657,"TERMINAL",0,0,"3",,terminal_output +5184,5451675,"TERMINAL",0,0,"4",,terminal_output +5185,5452807,"TERMINAL",0,0,"6",,terminal_output +5186,5453571,"TERMINAL",0,0,"Frame 1\r\n",,terminal_output +5187,5453740,"TERMINAL",0,0,"7",,terminal_output +5188,5454151,"TERMINAL",0,0,"2025-07-03 14:33:27.471276: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5189,5454855,"TERMINAL",0,0,"8",,terminal_output +5190,5455815,"TERMINAL",0,0,"9",,terminal_output +5191,5456915,"TERMINAL",0,0,"30",,terminal_output +5192,5457210,"TERMINAL",0,0,"2025-07-03 14:33:30.540402: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5193,5457895,"TERMINAL",0,0,"1",,terminal_output +5194,5458952,"TERMINAL",0,0,"2",,terminal_output +5195,5460076,"TERMINAL",0,0,"3",,terminal_output +5196,5461039,"TERMINAL",0,0,"4",,terminal_output +5197,5462124,"TERMINAL",0,0,"5",,terminal_output +5198,5463164,"TERMINAL",0,0,"6",,terminal_output +5199,5464174,"TERMINAL",0,0,"7",,terminal_output +5200,5464356,"sample.py",0,0,"",python,tab +5201,5464356,"sample.py",3437,0,"",python,selection_mouse +5202,5465062,"sample.py",3423,0,"",python,selection_mouse +5203,5465199,"sample.py",3421,9,"frame_idx",python,selection_mouse +5204,5465213,"TERMINAL",0,0,"8",,terminal_output +5205,5465339,"TERMINAL",0,0,"2025-07-03 14:33:38.701304: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5206,5465996,"sample.py",3430,0,"",python,selection_mouse +5207,5466249,"TERMINAL",0,0,"9",,terminal_output +5208,5466405,"sample.py",3439,0,"",python,selection_mouse +5209,5467288,"TERMINAL",0,0,"40",,terminal_output +5210,5467786,"sample.py",3464,0,"",python,selection_mouse +5211,5468335,"TERMINAL",0,0,"1",,terminal_output +5212,5468382,"sample.py",3412,0,"",python,selection_mouse +5213,5468782,"TERMINAL",0,0,"2025-07-03 14:33:42.080535: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5214,5469395,"TERMINAL",0,0,"2",,terminal_output +5215,5470423,"TERMINAL",0,0,"3",,terminal_output +5216,5471450,"TERMINAL",0,0,"4",,terminal_output +5217,5472570,"TERMINAL",0,0,"5",,terminal_output +5218,5473594,"TERMINAL",0,0,"6",,terminal_output +5219,5473607,"TERMINAL",0,0,"2025-07-03 14:33:46.955126: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5220,5474618,"TERMINAL",0,0,"7",,terminal_output +5221,5475642,"TERMINAL",0,0,"8",,terminal_output +5222,5475949,"TERMINAL",0,0,"Frame 1 sampling took 22.309 seconds\r\nFrame 2\r\n",,terminal_output +5223,5476667,"TERMINAL",0,0,"9",,terminal_output +5224,5477696,"TERMINAL",0,0,"51",,terminal_output +5225,5478819,"TERMINAL",0,0,"2",,terminal_output +5226,5479677,"TERMINAL",0,0,"Frame 2 sampling took 3.800 seconds\r\nFrame 3\r\n",,terminal_output +5227,5479788,"TERMINAL",0,0,"3",,terminal_output +5228,5480826,"TERMINAL",0,0,"4",,terminal_output +5229,5481874,"TERMINAL",0,0,"5",,terminal_output +5230,5482624,"sample.py",3412,0,"\n ",python,content +5231,5482920,"TERMINAL",0,0,"6",,terminal_output +5232,5483536,"TERMINAL",0,0,"Frame 3 sampling took 3.858 seconds\r\nFrame 4\r\n",,terminal_output +5233,5483966,"TERMINAL",0,0,"7",,terminal_output +5234,5485100,"genie.py",0,0,"",python,tab +5235,5485105,"TERMINAL",0,0,"8",,terminal_output +5236,5486037,"TERMINAL",0,0,"9",,terminal_output +5237,5487110,"TERMINAL",0,0,"4:00",,terminal_output +5238,5487400,"genie.py",4622,0,"",python,selection_mouse +5239,5487402,"TERMINAL",0,0,"Frame 4 sampling took 3.861 seconds\r\nFrame 5\r\n",,terminal_output +5240,5487524,"genie.py",4614,13,"tokenizer_out",python,selection_mouse +5241,5487654,"genie.py",4606,82," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n",python,selection_mouse +5242,5487863,"genie.py",4606,128," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n",python,selection_mouse +5243,5488545,"TERMINAL",0,0,"1",,terminal_output +5244,5489568,"TERMINAL",0,0,"2",,terminal_output +5245,5490645,"TERMINAL",0,0,"3",,terminal_output +5246,5491208,"TERMINAL",0,0,"Frame 5 sampling took 3.785 seconds\r\n",,terminal_output +5247,5491686,"TERMINAL",0,0,"4",,terminal_output +5248,5492522,"TERMINAL",0,0,"SSIM: 1.0\r\n",,terminal_output +5249,5492761,"sample.py",0,0,"",python,tab +5250,5492879,"TERMINAL",0,0,"6",,terminal_output +5251,5493766,"TERMINAL",0,0,"7",,terminal_output +5252,5494082,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +5253,5494790,"TERMINAL",0,0,"8",,terminal_output +5254,5495821,"TERMINAL",0,0,"9",,terminal_output +5255,5495990,"sample.py",3417,0," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n",python,content +5256,5496873,"sample.py",3425,0,"",python,selection_mouse +5257,5496888,"TERMINAL",0,0,"10",,terminal_output +5258,5497233,"sample.py",3421,4,"",python,content +5259,5497363,"sample.py",3417,4,"",python,content +5260,5497859,"sample.py",3495,0,"",python,selection_command +5261,5497954,"TERMINAL",0,0,"1",,terminal_output +5262,5498966,"TERMINAL",0,0,"2",,terminal_output +5263,5499238,"sample.py",3491,8,"",python,content +5264,5499845,"sample.py",3491,0," ",python,content +5265,5499994,"TERMINAL",0,0,"3",,terminal_output +5266,5500858,"sample.py",3506,0,"",python,selection_mouse +5267,5501038,"TERMINAL",0,0,"4",,terminal_output +5268,5501437,"sample.py",3515,0,"",python,selection_mouse +5269,5501965,"sample.py",3436,0,"",python,selection_mouse +5270,5502072,"TERMINAL",0,0,"5",,terminal_output +5271,5502108,"sample.py",3433,4,"self",python,selection_mouse +5272,5503115,"TERMINAL",0,0,"6",,terminal_output +5273,5504211,"TERMINAL",0,0,"7",,terminal_output +5274,5505236,"TERMINAL",0,0,"8",,terminal_output +5275,5506262,"TERMINAL",0,0,"9",,terminal_output +5276,5507293,"TERMINAL",0,0,"20",,terminal_output +5277,5508331,"TERMINAL",0,0,"1",,terminal_output +5278,5509353,"sample.py",3433,4,"",python,content +5279,5509410,"TERMINAL",0,0,"2",,terminal_output +5280,5509728,"sample.py",3433,1,"",python,content +5281,5510420,"TERMINAL",0,0,"3",,terminal_output +5282,5510653,"sample.py",3433,0,"g",python,content +5283,5510654,"sample.py",3434,0,"",python,selection_keyboard +5284,5510719,"sample.py",3434,0,"e",python,content +5285,5510720,"sample.py",3435,0,"",python,selection_keyboard +5286,5510850,"sample.py",3435,0,"n",python,content +5287,5510850,"sample.py",3436,0,"",python,selection_keyboard +5288,5510999,"sample.py",3436,0,"i",python,content +5289,5511000,"sample.py",3437,0,"",python,selection_keyboard +5290,5511154,"sample.py",3437,0,"e",python,content +5291,5511155,"sample.py",3438,0,"",python,selection_keyboard +5292,5511205,"sample.py",3438,0,".",python,content +5293,5511206,"sample.py",3439,0,"",python,selection_keyboard +5294,5511493,"TERMINAL",0,0,"4",,terminal_output +5295,5512525,"TERMINAL",0,0,"5",,terminal_output +5296,5512971,"sample.py",3444,0,"",python,selection_mouse +5297,5513130,"sample.py",3439,9,"tokenizer",python,selection_mouse +5298,5513636,"TERMINAL",0,0,"6",,terminal_output +5299,5513697,"sample.py",3454,0,"",python,selection_mouse +5300,5513832,"sample.py",3449,9,"vq_encode",python,selection_mouse +5301,5514324,"sample.py",3467,0,"",python,selection_mouse +5302,5514487,"sample.py",3466,6,"videos",python,selection_mouse +5303,5514611,"TERMINAL",0,0,"7",,terminal_output +5304,5515038,"sample.py",3459,0,"",python,selection_mouse +5305,5515183,"sample.py",3459,5,"batch",python,selection_mouse +5306,5515421,"sample.py",3459,6,"batch[",python,selection_mouse +5307,5515421,"sample.py",3459,13,"batch[""videos",python,selection_mouse +5308,5515638,"TERMINAL",0,0,"8",,terminal_output +5309,5515815,"sample.py",3459,14,"batch[""videos""",python,selection_mouse +5310,5515877,"sample.py",3459,15,"batch[""videos""]",python,selection_mouse +5311,5516510,"sample.py",3474,0,"",python,selection_mouse +5312,5516685,"sample.py",3472,3,"""],",python,selection_mouse +5313,5516686,"TERMINAL",0,0,"9",,terminal_output +5314,5516844,"sample.py",3472,3,"""],",python,selection_mouse +5315,5516883,"sample.py",3466,9,"videos""],",python,selection_mouse +5316,5517047,"sample.py",3465,10,"""videos""],",python,selection_mouse +5317,5517218,"sample.py",3464,11,"[""videos""],",python,selection_mouse +5318,5517280,"sample.py",3459,16,"batch[""videos""],",python,selection_mouse +5319,5517729,"TERMINAL",0,0,"31",,terminal_output +5320,5517776,"sample.py",3462,0,"",python,selection_mouse +5321,5517976,"sample.py",3459,5,"batch",python,selection_mouse +5322,5518199,"sample.py",3459,6,"batch[",python,selection_mouse +5323,5518199,"sample.py",3459,13,"batch[""videos",python,selection_mouse +5324,5518314,"sample.py",3459,14,"batch[""videos""",python,selection_mouse +5325,5518429,"sample.py",3459,15,"batch[""videos""]",python,selection_mouse +5326,5518753,"TERMINAL",0,0,"2",,terminal_output +5327,5518966,"sample.py",3474,0,"",python,selection_mouse +5328,5519633,"sample.py",3473,1,"]",python,selection_mouse +5329,5519634,"sample.py",3470,4,"os""]",python,selection_mouse +5330,5519634,"sample.py",3468,6,"deos""]",python,selection_mouse +5331,5519634,"sample.py",3467,7,"ideos""]",python,selection_mouse +5332,5519635,"sample.py",3465,9,"""videos""]",python,selection_mouse +5333,5519635,"sample.py",3464,10,"[""videos""]",python,selection_mouse +5334,5519665,"sample.py",3463,11,"h[""videos""]",python,selection_mouse +5335,5519721,"sample.py",3462,12,"ch[""videos""]",python,selection_mouse +5336,5519796,"sample.py",3461,13,"tch[""videos""]",python,selection_mouse +5337,5519812,"TERMINAL",0,0,"3",,terminal_output +5338,5520194,"sample.py",3461,0,"",python,selection_mouse +5339,5521007,"TERMINAL",0,0,"4 93",,terminal_output +5340,5521983,"TERMINAL",0,0,"5",,terminal_output +5341,5523055,"TERMINAL",0,0,"6",,terminal_output +5342,5524078,"TERMINAL",0,0,"7",,terminal_output +5343,5525205,"TERMINAL",0,0,"8",,terminal_output +5344,5526228,"TERMINAL",0,0,"9",,terminal_output +5345,5527253,"TERMINAL",0,0,"40",,terminal_output +5346,5528278,"TERMINAL",0,0,"1",,terminal_output +5347,5529261,"TERMINAL",0,0,"2",,terminal_output +5348,5530305,"TERMINAL",0,0,"3",,terminal_output +5349,5531345,"TERMINAL",0,0,"4",,terminal_output +5350,5532475,"TERMINAL",0,0,"5",,terminal_output +5351,5533500,"TERMINAL",0,0,"6",,terminal_output +5352,5534523,"TERMINAL",0,0,"7",,terminal_output +5353,5535546,"TERMINAL",0,0,"8",,terminal_output +5354,5536574,"TERMINAL",0,0,"9",,terminal_output +5355,5537697,"TERMINAL",0,0,"50",,terminal_output +5356,5538629,"TERMINAL",0,0,"1",,terminal_output +5357,5539746,"TERMINAL",0,0,"2",,terminal_output +5358,5540713,"TERMINAL",0,0,"4",,terminal_output +5359,5541754,"TERMINAL",0,0,"5",,terminal_output +5360,5542817,"TERMINAL",0,0,"6",,terminal_output +5361,5543828,"TERMINAL",0,0,"7",,terminal_output +5362,5544966,"TERMINAL",0,0,"84",,terminal_output +5363,5545994,"TERMINAL",0,0,"9",,terminal_output +5364,5546944,"TERMINAL",0,0,"5:00",,terminal_output +5365,5548096,"TERMINAL",0,0,"1",,terminal_output +5366,5548327,"sample.py",3588,0,"",python,selection_mouse +5367,5549024,"TERMINAL",0,0,"2",,terminal_output +5368,5549722,"sample.py",3533,0,"",python,selection_mouse +5369,5550087,"TERMINAL",0,0,"3",,terminal_output +5370,5550511,"sample.py",3501,0,"",python,selection_mouse +5371,5550675,"sample.py",3496,10,"token_idxs",python,selection_mouse +5372,5551103,"TERMINAL",0,0,"4",,terminal_output +5373,5551183,"sample.py",3425,0,"",python,selection_mouse +5374,5551331,"sample.py",3417,13,"tokenizer_out",python,selection_mouse +5375,5551887,"sample.py",3503,0,"",python,selection_mouse +5376,5552029,"sample.py",3496,10,"token_idxs",python,selection_mouse +5377,5552168,"TERMINAL",0,0,"5",,terminal_output +5378,5552991,"sample.py",3425,0,"",python,selection_mouse +5379,5553146,"sample.py",3417,13,"tokenizer_out",python,selection_mouse +5380,5553210,"TERMINAL",0,0,"66",,terminal_output +5381,5553969,"sample.py",3504,0,"",python,selection_mouse +5382,5554303,"TERMINAL",0,0,"7",,terminal_output +5383,5555258,"TERMINAL",0,0,"8",,terminal_output +5384,5556296,"TERMINAL",0,0,"9",,terminal_output +5385,5557334,"TERMINAL",0,0,"10",,terminal_output +5386,5557646,"sample.py",3424,0,"",python,selection_mouse +5387,5558333,"sample.py",3503,0,"",python,selection_mouse +5388,5558420,"TERMINAL",0,0,"1",,terminal_output +5389,5559094,"sample.py",3533,0,"",python,selection_mouse +5390,5559423,"TERMINAL",0,0,"2",,terminal_output +5391,5560532,"TERMINAL",0,0,"3",,terminal_output +5392,5561557,"TERMINAL",0,0,"4",,terminal_output +5393,5562582,"TERMINAL",0,0,"5",,terminal_output +5394,5563709,"TERMINAL",0,0,"65",,terminal_output +5395,5564732,"TERMINAL",0,0,"7",,terminal_output +5396,5565695,"TERMINAL",0,0,"9",,terminal_output +5397,5566729,"TERMINAL",0,0,"20",,terminal_output +5398,5567803,"TERMINAL",0,0,"1",,terminal_output +5399,5568812,"TERMINAL",0,0,"2",,terminal_output +5400,5569956,"TERMINAL",0,0,"3",,terminal_output +5401,5570975,"TERMINAL",0,0,"4",,terminal_output +5402,5571942,"TERMINAL",0,0,"5",,terminal_output +5403,5573028,"TERMINAL",0,0,"6",,terminal_output +5404,5574050,"TERMINAL",0,0,"7",,terminal_output +5405,5575085,"TERMINAL",0,0,"8",,terminal_output +5406,5576199,"TERMINAL",0,0,"9",,terminal_output +5407,5577147,"TERMINAL",0,0,"30",,terminal_output +5408,5578210,"TERMINAL",0,0,"1",,terminal_output +5409,5579273,"TERMINAL",0,0,"2",,terminal_output +5410,5580297,"TERMINAL",0,0,"3",,terminal_output +5411,5581315,"TERMINAL",0,0,"4",,terminal_output +5412,5582357,"TERMINAL",0,0,"5",,terminal_output +5413,5583471,"TERMINAL",0,0,"6",,terminal_output +5414,5584495,"TERMINAL",0,0,"7",,terminal_output +5415,5585519,"TERMINAL",0,0,"8",,terminal_output +5416,5586543,"TERMINAL",0,0,"9",,terminal_output +5417,5587670,"TERMINAL",0,0,"40",,terminal_output +5418,5588692,"TERMINAL",0,0,"1",,terminal_output +5419,5589717,"TERMINAL",0,0,"2",,terminal_output +5420,5590703,"TERMINAL",0,0,"4",,terminal_output +5421,5591750,"TERMINAL",0,0,"5",,terminal_output +5422,5592815,"TERMINAL",0,0,"6",,terminal_output +5423,5593871,"TERMINAL",0,0,"7",,terminal_output +5424,5594881,"TERMINAL",0,0,"8",,terminal_output +5425,5595503,"sample.py",5396,0,"",python,selection_mouse +5426,5595637,"sample.py",5395,4,"SSIM",python,selection_mouse +5427,5595922,"TERMINAL",0,0,"9",,terminal_output +5428,5596207,"sample.py",5401,0,"",python,selection_mouse +5429,5596352,"sample.py",5400,1," ",python,selection_mouse +5430,5596973,"TERMINAL",0,0,"50",,terminal_output +5431,5597046,"sample.py",5322,0,"",python,selection_mouse +5432,5597202,"sample.py",5321,4,"args",python,selection_mouse +5433,5598133,"TERMINAL",0,0,"1",,terminal_output +5434,5599036,"TERMINAL",0,0,"2",,terminal_output +5435,5600080,"TERMINAL",0,0,"3",,terminal_output +5436,5601167,"TERMINAL",0,0,"4",,terminal_output +5437,5602163,"TERMINAL",0,0,"5",,terminal_output +5438,5602623,"sample.py",2738,0,"",python,selection_mouse +5439,5603248,"sample.py",2893,0,"",python,selection_mouse +5440,5603249,"TERMINAL",0,0,"6",,terminal_output +5441,5603814,"sample.py",2913,0,"",python,selection_mouse +5442,5604260,"TERMINAL",0,0,"7",,terminal_output +5443,5605290,"TERMINAL",0,0,"8",,terminal_output +5444,5606335,"TERMINAL",0,0,"9",,terminal_output +5445,5607433,"TERMINAL",0,0,"6:00",,terminal_output +5446,5608457,"TERMINAL",0,0,"1",,terminal_output +5447,5609480,"TERMINAL",0,0,"2",,terminal_output +5448,5610509,"TERMINAL",0,0,"3",,terminal_output +5449,5611672,"TERMINAL",0,0,"4",,terminal_output +5450,5612655,"TERMINAL",0,0,"5",,terminal_output +5451,5613680,"TERMINAL",0,0,"6",,terminal_output +5452,5614704,"TERMINAL",0,0,"8",,terminal_output +5453,5615727,"TERMINAL",0,0,"96",,terminal_output +5454,5616452,"sample.py",2912,0,"",python,selection_command +5455,5616837,"TERMINAL",0,0,"10",,terminal_output +5456,5617574,"sample.py",2879,0,"",python,selection_command +5457,5617775,"sample.py",2800,0,"",python,selection_command +5458,5617828,"TERMINAL",0,0,"1",,terminal_output +5459,5617932,"sample.py",2758,0,"",python,selection_command +5460,5618449,"sample.py",2725,0,"",python,selection_command +5461,5618501,"sample.py",2691,0,"",python,selection_command +5462,5618502,"sample.py",2655,0,"",python,selection_command +5463,5618530,"sample.py",2591,0,"",python,selection_command +5464,5618638,"sample.py",2542,0,"",python,selection_command +5465,5618797,"sample.py",2489,0,"",python,selection_command +5466,5618876,"TERMINAL",0,0,"2",,terminal_output +5467,5619547,"sample.py",2542,0,"",python,selection_command +5468,5619734,"sample.py",2591,0,"",python,selection_command +5469,5619892,"TERMINAL",0,0,"3",,terminal_output +5470,5620930,"TERMINAL",0,0,"4",,terminal_output +5471,5622107,"TERMINAL",0,0,"5",,terminal_output +5472,5623012,"TERMINAL",0,0,"6",,terminal_output +5473,5623686,"sample.py",3444,0,"",python,selection_mouse +5474,5624049,"TERMINAL",0,0,"7",,terminal_output +5475,5624171,"sample.py",3523,0,"",python,selection_mouse +5476,5625060,"sample.py",3533,0,"\n ",python,content +5477,5625151,"TERMINAL",0,0,"8",,terminal_output +5478,5625845,"sample.py",3538,0,"b",python,content +5479,5625846,"sample.py",3539,0,"",python,selection_keyboard +5480,5625952,"sample.py",3539,0,"r",python,content +5481,5625953,"sample.py",3540,0,"",python,selection_keyboard +5482,5626100,"sample.py",3540,0,"e",python,content +5483,5626101,"sample.py",3541,0,"",python,selection_keyboard +5484,5626143,"TERMINAL",0,0,"9",,terminal_output +5485,5626248,"sample.py",3541,0,"a",python,content +5486,5626249,"sample.py",3542,0,"",python,selection_keyboard +5487,5626303,"sample.py",3542,0,"k",python,content +5488,5626304,"sample.py",3543,0,"",python,selection_keyboard +5489,5627168,"sample.py",3538,5,"",python,content +5490,5627245,"TERMINAL",0,0,"20",,terminal_output +5491,5627498,"sample.py",3538,0,"j",python,content +5492,5627499,"sample.py",3539,0,"",python,selection_keyboard +5493,5627648,"sample.py",3539,0,"e",python,content +5494,5627649,"sample.py",3540,0,"",python,selection_keyboard +5495,5628124,"sample.py",3539,1,"",python,content +5496,5628261,"sample.py",3539,0,"a",python,content +5497,5628262,"sample.py",3540,0,"",python,selection_keyboard +5498,5628357,"TERMINAL",0,0,"1",,terminal_output +5499,5628369,"sample.py",3540,0,"x",python,content +5500,5628370,"sample.py",3541,0,"",python,selection_keyboard +5501,5628474,"sample.py",3541,0,".",python,content +5502,5628475,"sample.py",3542,0,"",python,selection_keyboard +5503,5628840,"sample.py",3542,0,"d",python,content +5504,5628842,"sample.py",3543,0,"",python,selection_keyboard +5505,5629034,"sample.py",3543,0,"e",python,content +5506,5629035,"sample.py",3544,0,"",python,selection_keyboard +5507,5629167,"sample.py",3544,0,"b",python,content +5508,5629168,"sample.py",3545,0,"",python,selection_keyboard +5509,5629295,"TERMINAL",0,0,"25",,terminal_output +5510,5629905,"sample.py",3542,3,"debug",python,content +5511,5630241,"sample.py",3547,0,"-",python,content +5512,5630242,"sample.py",3548,0,"",python,selection_keyboard +5513,5630315,"TERMINAL",0,0,"3",,terminal_output +5514,5630514,"sample.py",3548,0,"b",python,content +5515,5630515,"sample.py",3549,0,"",python,selection_keyboard +5516,5630609,"sample.py",3549,0,"r",python,content +5517,5630610,"sample.py",3550,0,"",python,selection_keyboard +5518,5630933,"sample.py",3549,1,"",python,content +5519,5631018,"sample.py",3548,1,"",python,content +5520,5631132,"sample.py",3547,1,"",python,content +5521,5631345,"TERMINAL",0,0,"4",,terminal_output +5522,5631912,"sample.py",3547,0,".",python,content +5523,5631913,"sample.py",3548,0,"",python,selection_keyboard +5524,5632208,"sample.py",3548,0,"b",python,content +5525,5632209,"sample.py",3549,0,"",python,selection_keyboard +5526,5632260,"sample.py",3549,0,"r",python,content +5527,5632261,"sample.py",3550,0,"",python,selection_keyboard +5528,5632406,"sample.py",3550,0,"e",python,content +5529,5632407,"sample.py",3551,0,"",python,selection_keyboard +5530,5632447,"TERMINAL",0,0,"5",,terminal_output +5531,5632589,"sample.py",3551,0,"a",python,content +5532,5632591,"sample.py",3552,0,"",python,selection_keyboard +5533,5632666,"sample.py",3552,0,"k",python,content +5534,5632668,"sample.py",3553,0,"",python,selection_keyboard +5535,5633048,"sample.py",3548,5,"breakpoint",python,content +5536,5633467,"TERMINAL",0,0,"6",,terminal_output +5537,5633817,"sample.py",3558,0,"()",python,content +5538,5633818,"sample.py",3559,0,"",python,selection_keyboard +5539,5633895,"sample.py",3559,1,")",python,content +5540,5633896,"sample.py",3560,0,"",python,selection_keyboard +5541,5634054,"sample.py",3559,0,"",python,selection_command +5542,5634468,"TERMINAL",0,0,"72",,terminal_output +5543,5635412,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +5544,5635543,"TERMINAL",0,0,"8",,terminal_output +5545,5635610,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +5546,5635744,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +5547,5636561,"TERMINAL",0,0,"9",,terminal_output +5548,5637592,"TERMINAL",0,0,"306",,terminal_output +5549,5638563,"TERMINAL",0,0,"2025-07-03 14:36:31.906639: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5550,5638672,"TERMINAL",0,0,"1",,terminal_output +5551,5639676,"TERMINAL",0,0,"2",,terminal_output +5552,5640714,"TERMINAL",0,0,"4",,terminal_output +5553,5641758,"TERMINAL",0,0,"55",,terminal_output +5554,5642864,"TERMINAL",0,0,"6",,terminal_output +5555,5642885,"TERMINAL",0,0,"2025-07-03 14:36:36.251118: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5556,5643888,"TERMINAL",0,0,"7",,terminal_output +5557,5644913,"TERMINAL",0,0,"8",,terminal_output +5558,5645936,"TERMINAL",0,0,"9",,terminal_output +5559,5646973,"TERMINAL",0,0,"40",,terminal_output +5560,5648086,"TERMINAL",0,0,"1",,terminal_output +5561,5649112,"TERMINAL",0,0,"2",,terminal_output +5562,5650134,"TERMINAL",0,0,"3",,terminal_output +5563,5651159,"TERMINAL",0,0,"4",,terminal_output +5564,5652065,"TERMINAL",0,0,"2025-07-03 14:36:45.429720: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5565,5652183,"TERMINAL",0,0,"5",,terminal_output +5566,5652618,"sample.py",0,0,"",python,tab +5567,5652618,"sample.py",3872,0,"",python,selection_mouse +5568,5652701,"sample.py",3870,5,"genie",python,selection_mouse +5569,5653255,"TERMINAL",0,0,"6",,terminal_output +5570,5654320,"TERMINAL",0,0,"7",,terminal_output +5571,5655302,"TERMINAL",0,0,"8",,terminal_output +5572,5656337,"TERMINAL",0,0,"9",,terminal_output +5573,5657526,"TERMINAL",0,0,"50",,terminal_output +5574,5658420,"TERMINAL",0,0,"1",,terminal_output +5575,5659647,"TERMINAL",0,0,"2",,terminal_output +5576,5659796,"TERMINAL",0,0,"2025-07-03 14:36:53.109228: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5577,5660523,"TERMINAL",0,0,"3",,terminal_output +5578,5661549,"TERMINAL",0,0,"4",,terminal_output +5579,5662627,"TERMINAL",0,0,"5",,terminal_output +5580,5663653,"TERMINAL",0,0,"6",,terminal_output +5581,5664777,"TERMINAL",0,0,"7",,terminal_output +5582,5665753,"TERMINAL",0,0,"9",,terminal_output +5583,5666337,"TERMINAL",0,0,"2025-07-03 14:36:59.703312: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5584,5666761,"TERMINAL",0,0,"7:00",,terminal_output +5585,5667850,"TERMINAL",0,0,"1",,terminal_output +5586,5668873,"TERMINAL",0,0,"2",,terminal_output +5587,5669897,"TERMINAL",0,0,"3",,terminal_output +5588,5671025,"TERMINAL",0,0,"4",,terminal_output +5589,5671989,"TERMINAL",0,0,"5",,terminal_output +5590,5672868,"TERMINAL",0,0,"2025-07-03 14:37:06.208302: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +5591,5673009,"TERMINAL",0,0,"6",,terminal_output +5592,5674095,"TERMINAL",0,0,"7",,terminal_output +5593,5675092,"TERMINAL",0,0,"8",,terminal_output +5594,5676144,"TERMINAL",0,0,"9",,terminal_output +5595,5676307,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +5596,5677177,"TERMINAL",0,0,"10",,terminal_output +5597,5678299,"TERMINAL",0,0,"1",,terminal_output +5598,5679319,"TERMINAL",0,0,"2",,terminal_output +5599,5680308,"TERMINAL",0,0,"3",,terminal_output +5600,5681352,"TERMINAL",0,0,"4",,terminal_output +5601,5682398,"TERMINAL",0,0,"5",,terminal_output +5602,5683442,"TERMINAL",0,0,"6",,terminal_output +5603,5684134,"TERMINAL",0,0,"Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 167, in \r\n vid = _autoreg_sample_mihir(rng, video_batch, action_batch)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 116, in _autoreg_sample_mihir\r\n tokenizer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1314, in __getattr__\r\n raise AttributeError(msg)\r\nAttributeError: ""Genie"" object has no attribute ""tokenizer"". If ""tokenizer"" is defined in '.setup()', remember these fields are only accessible from inside 'init' or 'apply'.. Did you mean: 'tokenizer_dim'?\r\n",,terminal_output +5604,5684485,"TERMINAL",0,0,"7",,terminal_output +5605,5685225,"TERMINAL",0,0,"]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +5606,5685565,"TERMINAL",0,0,"8",,terminal_output +5607,5686590,"TERMINAL",0,0,"9",,terminal_output +5608,5687716,"TERMINAL",0,0,"20",,terminal_output +5609,5688748,"TERMINAL",0,0,"1",,terminal_output +5610,5689764,"TERMINAL",0,0,"3",,terminal_output +5611,5690739,"TERMINAL",0,0,"4",,terminal_output +5612,5691781,"TERMINAL",0,0,"5",,terminal_output +5613,5692835,"TERMINAL",0,0,"6",,terminal_output +5614,5694075,"TERMINAL",0,0,"7",,terminal_output +5615,5694986,"TERMINAL",0,0,"8",,terminal_output +5616,5696009,"TERMINAL",0,0,"9",,terminal_output +5617,5696993,"TERMINAL",0,0,"30",,terminal_output +5618,5698035,"TERMINAL",0,0,"1",,terminal_output +5619,5699185,"TERMINAL",0,0,"2",,terminal_output +5620,5700234,"TERMINAL",0,0,"3",,terminal_output +5621,5701254,"TERMINAL",0,0,"4",,terminal_output +5622,5701654,"genie.py",0,0,"",python,tab +5623,5702217,"TERMINAL",0,0,"5",,terminal_output +5624,5702822,"genie.py",4537,0,"",python,selection_mouse +5625,5703251,"TERMINAL",0,0,"6",,terminal_output +5626,5703404,"genie.py",4715,0,"",python,selection_mouse +5627,5704343,"TERMINAL",0,0,"7",,terminal_output +5628,5705459,"TERMINAL",0,0,"8",,terminal_output +5629,5706376,"TERMINAL",0,0,"9",,terminal_output +5630,5707195,"sample.py",0,0,"",python,tab +5631,5707462,"TERMINAL",0,0,"40",,terminal_output +5632,5708172,"sample.py",3921,0,"",python,selection_mouse +5633,5708235,"sample.py",3920,0,"",python,selection_command +5634,5708473,"TERMINAL",0,0,"1",,terminal_output +5635,5708726,"sample.py",4054,0,"",python,selection_mouse +5636,5708727,"sample.py",4053,0,"",python,selection_command +5637,5709348,"sample.py",4064,0,"",python,selection_mouse +5638,5709357,"sample.py",4063,0,"",python,selection_command +5639,5709498,"TERMINAL",0,0,"2",,terminal_output +5640,5709987,"sample.py",4015,0,"",python,selection_mouse +5641,5709989,"sample.py",4014,0,"",python,selection_command +5642,5710549,"TERMINAL",0,0,"3",,terminal_output +5643,5710616,"sample.py",4064,0,"",python,selection_mouse +5644,5710635,"sample.py",4063,0,"",python,selection_command +5645,5711143,"sample.py",4015,0,"",python,selection_mouse +5646,5711175,"sample.py",4014,0,"",python,selection_command +5647,5711583,"TERMINAL",0,0,"4",,terminal_output +5648,5712207,"sample.py",3561,0,"",python,selection_mouse +5649,5712706,"TERMINAL",0,0,"5",,terminal_output +5650,5713725,"TERMINAL",0,0,"6",,terminal_output +5651,5713953,"sample.py",3560,0,"",python,selection_mouse +5652,5713968,"sample.py",3559,0,"",python,selection_command +5653,5714514,"sample.py",3560,0,"",python,selection_mouse +5654,5714529,"sample.py",3559,0,"",python,selection_command +5655,5714721,"sample.py",3559,1,")",python,selection_mouse +5656,5714722,"sample.py",3559,0,"",python,selection_mouse +5657,5714867,"sample.py",3514,45,"izer_out[""indices""]\n jax.debug.breakpoint(",python,selection_mouse +5658,5714868,"sample.py",3511,48,"kenizer_out[""indices""]\n jax.debug.breakpoint(",python,selection_mouse +5659,5714868,"sample.py",3509,50,"tokenizer_out[""indices""]\n jax.debug.breakpoint(",python,selection_mouse +5660,5714869,"sample.py",3507,52,"= tokenizer_out[""indices""]\n jax.debug.breakpoint(",python,selection_mouse +5661,5714869,"sample.py",3506,53," = tokenizer_out[""indices""]\n jax.debug.breakpoint(",python,selection_mouse +5662,5714869,"sample.py",3504,55,"xs = tokenizer_out[""indices""]\n jax.debug.breakpoint(",python,selection_mouse +5663,5714869,"sample.py",3502,57,"idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint(",python,selection_mouse +5664,5714870,"sample.py",3560,0,"",python,selection_command +5665,5714872,"TERMINAL",0,0,"8",,terminal_output +5666,5714915,"sample.py",3422,138,"izer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_mouse +5667,5714950,"sample.py",3418,142,"okenizer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_mouse +5668,5714981,"sample.py",3417,143,"tokenizer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_mouse +5669,5715009,"sample.py",3415,145," tokenizer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_mouse +5670,5715060,"sample.py",3414,146," tokenizer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_mouse +5671,5715106,"sample.py",3413,147," tokenizer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_mouse +5672,5715786,"TERMINAL",0,0,"9",,terminal_output +5673,5716792,"TERMINAL",0,0,"50",,terminal_output +5674,5717925,"TERMINAL",0,0,"1",,terminal_output +5675,5718947,"TERMINAL",0,0,"2",,terminal_output +5676,5719973,"TERMINAL",0,0,"3",,terminal_output +5677,5720956,"TERMINAL",0,0,"4",,terminal_output +5678,5721555,"sample.py",3411,149,"]\n tokenizer_out = genie.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_command +5679,5721997,"TERMINAL",0,0,"5",,terminal_output +5680,5722906,"sample.py",3460,100,"atch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n jax.debug.breakpoint()",python,selection_command +5681,5723034,"TERMINAL",0,0,"6",,terminal_output +5682,5723821,"sample.py",3460,100,"",python,content +5683,5723905,"sample.py",3459,0,"",python,selection_command +5684,5724077,"TERMINAL",0,0,"7",,terminal_output +5685,5724480,"sample.py",3413,48,"",python,content +5686,5725078,"sample.py",3364,0,"",python,selection_command +5687,5725135,"TERMINAL",0,0,"8",,terminal_output +5688,5726160,"TERMINAL",0,0,"9",,terminal_output +5689,5726237,"sample.py",3413,0,"",python,selection_command +5690,5726487,"sample.py",3413,1,"",python,content +5691,5726553,"sample.py",3417,0,"",python,selection_command +5692,5727203,"TERMINAL",0,0,"8:00",,terminal_output +5693,5727604,"sample.py",3368,0,"",python,selection_command +5694,5727811,"sample.py",3417,0,"",python,selection_command +5695,5728184,"sample.py",3418,0,"",python,selection_command +5696,5728315,"TERMINAL",0,0,"1",,terminal_output +5697,5728683,"sample.py",3419,0,"",python,selection_command +5698,5728779,"sample.py",3420,0,"",python,selection_command +5699,5728780,"sample.py",3421,0,"",python,selection_command +5700,5728808,"sample.py",3422,0,"",python,selection_command +5701,5728809,"sample.py",3423,0,"",python,selection_command +5702,5728835,"sample.py",3424,0,"",python,selection_command +5703,5728858,"sample.py",3425,0,"",python,selection_command +5704,5728890,"sample.py",3426,0,"",python,selection_command +5705,5728918,"sample.py",3427,0,"",python,selection_command +5706,5728965,"sample.py",3428,0,"",python,selection_command +5707,5728972,"sample.py",3429,0,"",python,selection_command +5708,5729002,"sample.py",3430,0,"",python,selection_command +5709,5729088,"sample.py",3431,0,"",python,selection_command +5710,5729103,"sample.py",3430,0,"",python,selection_command +5711,5729290,"sample.py",3429,0,"",python,selection_command +5712,5729291,"TERMINAL",0,0,"2",,terminal_output +5713,5729476,"sample.py",3428,0,"",python,selection_command +5714,5729628,"sample.py",3427,0,"",python,selection_command +5715,5729798,"sample.py",3426,0,"",python,selection_command +5716,5729942,"sample.py",3425,0,"",python,selection_command +5717,5730105,"sample.py",3424,0,"",python,selection_command +5718,5730262,"sample.py",3423,0,"",python,selection_command +5719,5730324,"TERMINAL",0,0,"3",,terminal_output +5720,5730371,"sample.py",3422,0,"",python,selection_command +5721,5730518,"sample.py",3421,0,"",python,selection_command +5722,5730711,"sample.py",3422,0,"",python,selection_command +5723,5731211,"sample.py",3423,0,"",python,selection_command +5724,5731253,"sample.py",3424,0,"",python,selection_command +5725,5731290,"sample.py",3425,0,"",python,selection_command +5726,5731368,"TERMINAL",0,0,"4",,terminal_output +5727,5731411,"sample.py",3424,0,"",python,selection_command +5728,5731564,"sample.py",3423,0,"",python,selection_command +5729,5731712,"sample.py",3422,0,"",python,selection_command +5730,5731848,"sample.py",3421,0,"",python,selection_command +5731,5732071,"sample.py",3420,0,"",python,selection_command +5732,5732130,"sample.py",3419,0,"",python,selection_command +5733,5732289,"sample.py",3418,0,"",python,selection_command +5734,5732422,"TERMINAL",0,0,"5",,terminal_output +5735,5732461,"sample.py",3417,0,"",python,selection_command +5736,5733488,"TERMINAL",0,0,"6",,terminal_output +5737,5734513,"TERMINAL",0,0,"7",,terminal_output +5738,5735542,"TERMINAL",0,0,"8",,terminal_output +5739,5736664,"TERMINAL",0,0,"9",,terminal_output +5740,5737687,"TERMINAL",0,0,"10",,terminal_output +5741,5738675,"TERMINAL",0,0,"1",,terminal_output +5742,5739736,"TERMINAL",0,0,"3",,terminal_output +5743,5740750,"TERMINAL",0,0,"49",,terminal_output +5744,5741795,"TERMINAL",0,0,"5",,terminal_output +5745,5742836,"TERMINAL",0,0,"6",,terminal_output +5746,5743934,"TERMINAL",0,0,"7",,terminal_output +5747,5744957,"TERMINAL",0,0,"8",,terminal_output +5748,5745981,"TERMINAL",0,0,"9",,terminal_output +5749,5747008,"TERMINAL",0,0,"20",,terminal_output +5750,5748132,"TERMINAL",0,0,"1",,terminal_output +5751,5749156,"TERMINAL",0,0,"2",,terminal_output +5752,5750181,"TERMINAL",0,0,"3",,terminal_output +5753,5751173,"TERMINAL",0,0,"4",,terminal_output +5754,5752228,"TERMINAL",0,0,"5",,terminal_output +5755,5753272,"TERMINAL",0,0,"6",,terminal_output +5756,5754300,"TERMINAL",0,0,"7",,terminal_output +5757,5755344,"TERMINAL",0,0,"8",,terminal_output +5758,5756387,"TERMINAL",0,0,"9",,terminal_output +5759,5757454,"TERMINAL",0,0,"30",,terminal_output +5760,5758576,"TERMINAL",0,0,"1",,terminal_output +5761,5759600,"TERMINAL",0,0,"2",,terminal_output +5762,5760628,"TERMINAL",0,0,"3",,terminal_output +5763,5762006,"TERMINAL",0,0,"433",,terminal_output +5764,5763082,"TERMINAL",0,0,"6",,terminal_output +5765,5764109,"TERMINAL",0,0,"7",,terminal_output +5766,5765140,"TERMINAL",0,0,"8",,terminal_output +5767,5766256,"TERMINAL",0,0,"9",,terminal_output +5768,5767281,"TERMINAL",0,0,"40",,terminal_output +5769,5768270,"TERMINAL",0,0,"1",,terminal_output +5770,5769331,"TERMINAL",0,0,"2",,terminal_output +5771,5770355,"TERMINAL",0,0,"3",,terminal_output +5772,5771394,"TERMINAL",0,0,"4",,terminal_output +5773,5772507,"TERMINAL",0,0,"5",,terminal_output +5774,5773471,"TERMINAL",0,0,"6",,terminal_output +5775,5774552,"TERMINAL",0,0,"7",,terminal_output +5776,5775577,"TERMINAL",0,0,"8",,terminal_output +5777,5776601,"TERMINAL",0,0,"9",,terminal_output +5778,5777726,"TERMINAL",0,0,"50",,terminal_output +5779,5778680,"TERMINAL",0,0,"2",,terminal_output +5780,5779775,"TERMINAL",0,0,"3",,terminal_output +5781,5780759,"TERMINAL",0,0,"4",,terminal_output +5782,5781799,"TERMINAL",0,0,"5",,terminal_output +5783,5782873,"TERMINAL",0,0,"6",,terminal_output +5784,5783884,"TERMINAL",0,0,"7",,terminal_output +5785,5784935,"TERMINAL",0,0,"8",,terminal_output +5786,5786023,"TERMINAL",0,0,"9",,terminal_output +5787,5787013,"TERMINAL",0,0,"9:00",,terminal_output +5788,5788070,"TERMINAL",0,0,"1",,terminal_output +5789,5789195,"TERMINAL",0,0,"2",,terminal_output +5790,5790220,"TERMINAL",0,0,"3",,terminal_output +5791,5790668,"sample.py",3481,0,"",python,selection_command +5792,5790868,"sample.py",3517,0,"",python,selection_command +5793,5790991,"sample.py",3551,0,"",python,selection_command +5794,5791158,"sample.py",3584,0,"",python,selection_command +5795,5791173,"TERMINAL",0,0,"4",,terminal_output +5796,5791290,"sample.py",3626,0,"",python,selection_command +5797,5791456,"sample.py",3705,0,"",python,selection_command +5798,5792271,"TERMINAL",0,0,"5",,terminal_output +5799,5792310,"sample.py",3626,0,"",python,selection_command +5800,5793292,"TERMINAL",0,0,"6",,terminal_output +5801,5794323,"TERMINAL",0,0,"7",,terminal_output +5802,5795353,"TERMINAL",0,0,"8",,terminal_output +5803,5796384,"TERMINAL",0,0,"9",,terminal_output +5804,5796766,"sample.py",3627,0,"",python,selection_command +5805,5797262,"sample.py",3628,0,"",python,selection_command +5806,5797296,"sample.py",3629,0,"",python,selection_command +5807,5797323,"sample.py",3630,0,"",python,selection_command +5808,5797354,"sample.py",3631,0,"",python,selection_command +5809,5797408,"sample.py",3632,0,"",python,selection_command +5810,5797448,"sample.py",3633,0,"",python,selection_command +5811,5797500,"sample.py",3634,0,"",python,selection_command +5812,5797501,"sample.py",3635,0,"",python,selection_command +5813,5797532,"sample.py",3636,0,"",python,selection_command +5814,5797533,"TERMINAL",0,0,"10",,terminal_output +5815,5797562,"sample.py",3637,0,"",python,selection_command +5816,5797593,"sample.py",3638,0,"",python,selection_command +5817,5797620,"sample.py",3639,0,"",python,selection_command +5818,5797633,"sample.py",3640,0,"",python,selection_command +5819,5797687,"sample.py",3641,0,"",python,selection_command +5820,5797687,"sample.py",3642,0,"",python,selection_command +5821,5797762,"sample.py",3643,0,"",python,selection_command +5822,5797776,"sample.py",3644,0,"",python,selection_command +5823,5797789,"sample.py",3645,0,"",python,selection_command +5824,5797827,"sample.py",3646,0,"",python,selection_command +5825,5797843,"sample.py",3647,0,"",python,selection_command +5826,5797902,"sample.py",3648,0,"",python,selection_command +5827,5797902,"sample.py",3649,0,"",python,selection_command +5828,5797917,"sample.py",3650,0,"",python,selection_command +5829,5797950,"sample.py",3651,0,"",python,selection_command +5830,5798059,"sample.py",3652,0,"",python,selection_command +5831,5798195,"sample.py",3653,0,"",python,selection_command +5832,5798196,"sample.py",3654,0,"",python,selection_command +5833,5798255,"sample.py",3655,0,"",python,selection_command +5834,5798256,"sample.py",3656,0,"",python,selection_command +5835,5798257,"sample.py",3657,0,"",python,selection_command +5836,5798258,"sample.py",3658,0,"",python,selection_command +5837,5798258,"sample.py",3659,0,"",python,selection_command +5838,5798289,"sample.py",3660,0,"",python,selection_command +5839,5798290,"sample.py",3661,0,"",python,selection_command +5840,5798347,"sample.py",3662,0,"",python,selection_command +5841,5798348,"sample.py",3663,0,"",python,selection_command +5842,5798408,"sample.py",3664,0,"",python,selection_command +5843,5798409,"sample.py",3665,0,"",python,selection_command +5844,5798431,"sample.py",3666,0,"",python,selection_command +5845,5798448,"sample.py",3667,0,"",python,selection_command +5846,5798461,"sample.py",3668,0,"",python,selection_command +5847,5798525,"sample.py",3669,0,"",python,selection_command +5848,5798563,"sample.py",3670,0,"",python,selection_command +5849,5798564,"TERMINAL",0,0,"1",,terminal_output +5850,5798576,"sample.py",3671,0,"",python,selection_command +5851,5798600,"sample.py",3672,0,"",python,selection_command +5852,5798625,"sample.py",3673,0,"",python,selection_command +5853,5798639,"sample.py",3674,0,"",python,selection_command +5854,5798677,"sample.py",3675,0,"",python,selection_command +5855,5798705,"sample.py",3676,0,"",python,selection_command +5856,5798730,"sample.py",3677,0,"",python,selection_command +5857,5798957,"sample.py",3678,0,"",python,selection_command +5858,5799062,"sample.py",3679,0,"",python,selection_command +5859,5799210,"sample.py",3680,0,"",python,selection_command +5860,5799343,"sample.py",3681,0,"",python,selection_command +5861,5799482,"sample.py",3682,0,"",python,selection_command +5862,5799511,"TERMINAL",0,0,"2",,terminal_output +5863,5799871,"sample.py",3682,4,"",python,content +5864,5800246,"sample.py",3682,1,"",python,content +5865,5800472,"sample.py",3682,1,"",python,content +5866,5800579,"TERMINAL",0,0,"3",,terminal_output +5867,5800637,"sample.py",3682,1,"",python,content +5868,5801594,"TERMINAL",0,0,"4",,terminal_output +5869,5802713,"TERMINAL",0,0,"5",,terminal_output +5870,5803736,"TERMINAL",0,0,"6",,terminal_output +5871,5804430,"sample.py",3622,71," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)",python,selection_command +5872,5804660,"sample.py",3622,104," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(",python,selection_command +5873,5804736,"TERMINAL",0,0,"8",,terminal_output +5874,5804792,"sample.py",3622,124," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,",python,selection_command +5875,5804913,"sample.py",3622,143," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,",python,selection_command +5876,5805068,"sample.py",3622,175," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,",python,selection_command +5877,5805209,"sample.py",3622,205," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,",python,selection_command +5878,5805343,"sample.py",3622,237," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,",python,selection_command +5879,5805478,"sample.py",3622,276," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample_mihir,",python,selection_command +5880,5805621,"sample.py",3622,286," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample_mihir,\n )",python,selection_command +5881,5805747,"TERMINAL",0,0,"9",,terminal_output +5882,5806703,"sample.py",3622,287,"",python,content +5883,5806754,"sample.py",3630,0,"",python,selection_command +5884,5806846,"sample.py",3588,0,"",python,selection_command +5885,5806847,"TERMINAL",0,0,"20",,terminal_output +5886,5806999,"sample.py",3555,0,"",python,selection_command +5887,5807133,"sample.py",3521,0,"",python,selection_command +5888,5807289,"sample.py",3485,0,"",python,selection_command +5889,5807423,"sample.py",3421,0,"",python,selection_command +5890,5807615,"sample.py",3372,0,"",python,selection_command +5891,5807851,"TERMINAL",0,0,"1",,terminal_output +5892,5807896,"sample.py",3412,0,"\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample_mihir,\n )",python,content +5893,5807959,"sample.py",3421,0,"",python,selection_command +5894,5808894,"TERMINAL",0,0,"2",,terminal_output +5895,5809406,"sample.py",3413,71," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)",python,selection_command +5896,5809599,"sample.py",3413,104," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(",python,selection_command +5897,5809738,"sample.py",3413,124," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,",python,selection_command +5898,5809919,"TERMINAL",0,0,"3",,terminal_output +5899,5810279,"sample.py",3413,143," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,",python,selection_command +5900,5810285,"sample.py",3413,175," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,",python,selection_command +5901,5810400,"sample.py",3413,205," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,",python,selection_command +5902,5810580,"sample.py",3413,237," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,",python,selection_command +5903,5810704,"sample.py",3413,276," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample_mihir,",python,selection_command +5904,5810863,"sample.py",3413,286," batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n new_frame = genie.apply(\n params,\n batch,\n args.maskgit_steps,\n args.temperature,\n args.sample_argmax,\n method=Genie.sample_mihir,\n )",python,selection_command +5905,5810968,"TERMINAL",0,0,"4",,terminal_output +5906,5811261,"sample.py",3421,0,"",python,selection_command +5907,5811484,"sample.py",3694,4,"",python,content +5908,5811484,"sample.py",3659,4,"",python,content +5909,5811485,"sample.py",3627,4,"",python,content +5910,5811485,"sample.py",3597,4,"",python,content +5911,5811485,"sample.py",3565,4,"",python,content +5912,5811485,"sample.py",3546,4,"",python,content +5913,5811485,"sample.py",3526,4,"",python,content +5914,5811485,"sample.py",3489,4,"",python,content +5915,5811485,"sample.py",3417,4,"",python,content +5916,5811587,"sample.py",3416,0,"",python,selection_command +5917,5812027,"TERMINAL",0,0,"5",,terminal_output +5918,5812279,"sample.py",3367,0,"",python,selection_command +5919,5812833,"sample.py",3368,0,"",python,selection_command +5920,5813047,"TERMINAL",0,0,"6",,terminal_output +5921,5814084,"TERMINAL",0,0,"7",,terminal_output +5922,5814926,"sample.py",3487,0,"",python,selection_mouse +5923,5815124,"TERMINAL",0,0,"8",,terminal_output +5924,5815401,"sample.py",3492,0,"",python,selection_mouse +5925,5816071,"sample.py",3489,0,"",python,selection_mouse +5926,5816161,"TERMINAL",0,0,"9",,terminal_output +5927,5816707,"sample.py",3493,0,"",python,selection_mouse +5928,5817204,"TERMINAL",0,0,"30",,terminal_output +5929,5817640,"sample.py",3494,0,"",python,selection_command +5930,5817943,"sample.py",3494,0,"s",python,content +5931,5817944,"sample.py",3495,0,"",python,selection_keyboard +5932,5818349,"TERMINAL",0,0,"1",,terminal_output +5933,5818502,"sample.py",3494,0,"",python,selection_command +5934,5818673,"sample.py",3524,0,"",python,selection_command +5935,5818838,"sample.py",3540,0,"",python,selection_command +5936,5819293,"TERMINAL",0,0,"2",,terminal_output +5937,5819329,"sample.py",3555,0,"",python,selection_command +5938,5819364,"sample.py",3583,0,"",python,selection_command +5939,5819386,"sample.py",3609,0,"",python,selection_command +5940,5819444,"sample.py",3637,0,"",python,selection_command +5941,5819459,"sample.py",3663,0,"",python,selection_command +5942,5819542,"sample.py",3678,0,"",python,selection_command +5943,5819542,"sample.py",3742,0,"",python,selection_command +5944,5819560,"sample.py",3778,0,"",python,selection_command +5945,5819585,"sample.py",3812,0,"",python,selection_command +5946,5819681,"sample.py",3845,0,"",python,selection_command +5947,5819856,"sample.py",3887,0,"",python,selection_command +5948,5820059,"sample.py",3930,0,"",python,selection_command +5949,5820326,"TERMINAL",0,0,"3",,terminal_output +5950,5820404,"sample.py",4002,0,"",python,selection_command +5951,5821371,"TERMINAL",0,0,"4",,terminal_output +5952,5822413,"TERMINAL",0,0,"5",,terminal_output +5953,5823465,"TERMINAL",0,0,"6",,terminal_output +5954,5824524,"TERMINAL",0,0,"7",,terminal_output +5955,5825548,"TERMINAL",0,0,"8",,terminal_output +5956,5825609,"sample.py",3930,0,"",python,selection_command +5957,5826659,"sample.py",3874,115,"",python,content +5958,5826758,"sample.py",3882,0,"",python,selection_command +5959,5826791,"TERMINAL",0,0,"9",,terminal_output +5960,5827058,"sample.py",3845,0,"",python,selection_command +5961,5827333,"sample.py",3799,75,"",python,content +5962,5827386,"sample.py",3807,0,"",python,selection_command +5963,5827531,"sample.py",3778,0,"",python,selection_command +5964,5827669,"TERMINAL",0,0,"40",,terminal_output +5965,5827735,"sample.py",3742,0,"",python,selection_command +5966,5828034,"sample.py",3665,100,"",python,content +5967,5828084,"sample.py",3673,0,"",python,selection_command +5968,5828655,"TERMINAL",0,0,"1",,terminal_output +5969,5828771,"sample.py",3665,34,"",python,content +5970,5828843,"sample.py",3673,0,"",python,selection_command +5971,5829417,"sample.py",3674,0,"",python,selection_command +5972,5829613,"sample.py",3675,0,"",python,selection_command +5973,5829706,"TERMINAL",0,0,"3",,terminal_output +5974,5830217,"sample.py",3674,1,"",python,content +5975,5830351,"sample.py",3673,1,"",python,content +5976,5830500,"sample.py",3669,4,"",python,content +5977,5830752,"TERMINAL",0,0,"4",,terminal_output +5978,5831089,"sample.py",3668,0,"",python,selection_command +5979,5831267,"sample.py",3669,0,"",python,selection_command +5980,5831383,"sample.py",3670,0,"",python,selection_command +5981,5831778,"TERMINAL",0,0,"5",,terminal_output +5982,5831882,"sample.py",3671,0,"",python,selection_command +5983,5831917,"sample.py",3672,0,"",python,selection_command +5984,5831984,"sample.py",3673,0,"",python,selection_command +5985,5832019,"sample.py",3674,0,"",python,selection_command +5986,5832065,"sample.py",3675,0,"",python,selection_command +5987,5832072,"sample.py",3676,0,"",python,selection_command +5988,5832073,"sample.py",3677,0,"",python,selection_command +5989,5832111,"sample.py",3678,0,"",python,selection_command +5990,5832144,"sample.py",3679,0,"",python,selection_command +5991,5832224,"sample.py",3680,0,"",python,selection_command +5992,5832231,"sample.py",3681,0,"",python,selection_command +5993,5832232,"sample.py",3682,0,"",python,selection_command +5994,5832260,"sample.py",3683,0,"",python,selection_command +5995,5832299,"sample.py",3684,0,"",python,selection_command +5996,5832310,"sample.py",3685,0,"",python,selection_command +5997,5832505,"sample.py",3686,0,"",python,selection_command +5998,5832625,"sample.py",3687,0,"",python,selection_command +5999,5832626,"sample.py",3688,0,"",python,selection_command +6000,5832626,"sample.py",3689,0,"",python,selection_command +6001,5832627,"sample.py",3690,0,"",python,selection_command +6002,5832628,"sample.py",3691,0,"",python,selection_command +6003,5832681,"sample.py",3692,0,"",python,selection_command +6004,5832682,"sample.py",3693,0,"",python,selection_command +6005,5832683,"sample.py",3694,0,"",python,selection_command +6006,5832683,"sample.py",3695,0,"",python,selection_command +6007,5832742,"sample.py",3696,0,"",python,selection_command +6008,5832742,"sample.py",3697,0,"",python,selection_command +6009,5832743,"sample.py",3698,0,"",python,selection_command +6010,5832766,"sample.py",3699,0,"",python,selection_command +6011,5832784,"sample.py",3700,0,"",python,selection_command +6012,5832811,"sample.py",3701,0,"",python,selection_command +6013,5832836,"sample.py",3702,0,"",python,selection_command +6014,5832859,"sample.py",3703,0,"",python,selection_command +6015,5832883,"TERMINAL",0,0,"6",,terminal_output +6016,5833158,"sample.py",3704,0,"",python,selection_command +6017,5833319,"sample.py",3705,0,"",python,selection_command +6018,5833475,"sample.py",3706,0,"",python,selection_command +6019,5833816,"sample.py",3706,0,"s",python,content +6020,5833817,"sample.py",3707,0,"",python,selection_keyboard +6021,5833897,"TERMINAL",0,0,"7",,terminal_output +6022,5834213,"sample.py",3706,0,"",python,selection_command +6023,5834918,"TERMINAL",0,0,"8",,terminal_output +6024,5835519,"sample.py",3732,0,"",python,selection_mouse +6025,5835543,"sample.py",3731,0,"",python,selection_command +6026,5835951,"sample.py",3703,0,"",python,selection_mouse +6027,5835966,"TERMINAL",0,0,"9",,terminal_output +6028,5836993,"TERMINAL",0,0,"50",,terminal_output +6029,5838143,"TERMINAL",0,0,"1",,terminal_output +6030,5839081,"TERMINAL",0,0,"2",,terminal_output +6031,5840191,"TERMINAL",0,0,"3",,terminal_output +6032,5841168,"TERMINAL",0,0,"4",,terminal_output +6033,5842207,"TERMINAL",0,0,"5",,terminal_output +6034,5843262,"TERMINAL",0,0,"6",,terminal_output +6035,5844388,"TERMINAL",0,0,"7",,terminal_output +6036,5845412,"TERMINAL",0,0,"8",,terminal_output +6037,5846375,"TERMINAL",0,0,"9",,terminal_output +6038,5847419,"TERMINAL",0,0,"40:00",,terminal_output +6039,5848463,"TERMINAL",0,0,"1",,terminal_output +6040,5849513,"TERMINAL",0,0,"2",,terminal_output +6041,5850544,"TERMINAL",0,0,"3",,terminal_output +6042,5851584,"TERMINAL",0,0,"4",,terminal_output +6043,5852684,"TERMINAL",0,0,"5",,terminal_output +6044,5853662,"TERMINAL",0,0,"64",,terminal_output +6045,5854732,"TERMINAL",0,0,"8",,terminal_output +6046,5855962,"TERMINAL",0,0,"95",,terminal_output +6047,5856954,"TERMINAL",0,0,"10",,terminal_output +6048,5857991,"TERMINAL",0,0,"1",,terminal_output +6049,5858700,"sample.py",3604,0,"",python,selection_mouse +6050,5859034,"TERMINAL",0,0,"2",,terminal_output +6051,5859440,"sample.py",3664,0,"",python,selection_mouse +6052,5859445,"sample.py",3663,0,"",python,selection_command +6053,5860153,"sample.py",3680,0,"",python,selection_mouse +6054,5860158,"TERMINAL",0,0,"3",,terminal_output +6055,5860972,"sample.py",3632,0,"",python,selection_mouse +6056,5861167,"TERMINAL",0,0,"4",,terminal_output +6057,5861600,"sample.py",3664,0,"",python,selection_mouse +6058,5861601,"sample.py",3663,0,"",python,selection_command +6059,5862209,"TERMINAL",0,0,"5",,terminal_output +6060,5863231,"TERMINAL",0,0,"6",,terminal_output +6061,5864255,"TERMINAL",0,0,"7",,terminal_output +6062,5865381,"TERMINAL",0,0,"8",,terminal_output +6063,5866019,"sample.py",3674,0,"",python,selection_mouse +6064,5866405,"TERMINAL",0,0,"9",,terminal_output +6065,5866622,"sample.py",3664,0,"",python,selection_mouse +6066,5866642,"sample.py",3663,0,"",python,selection_command +6067,5867380,"TERMINAL",0,0,"20",,terminal_output +6068,5868484,"TERMINAL",0,0,"1",,terminal_output +6069,5869122,"sample.py",3664,0,"",python,selection_mouse +6070,5869138,"sample.py",3663,0,"",python,selection_command +6071,5869451,"TERMINAL",0,0,"2",,terminal_output +6072,5870033,"sample.py",3333,0,"",python,selection_mouse +6073,5870495,"TERMINAL",0,0,"3",,terminal_output +6074,5871310,"sample.py",3658,0,"",python,selection_mouse +6075,5871325,"sample.py",3657,0,"",python,selection_command +6076,5871540,"TERMINAL",0,0,"4",,terminal_output +6077,5872506,"sample.py",3623,0,"",python,selection_mouse +6078,5872510,"sample.py",3622,0,"",python,selection_command +6079,5872605,"TERMINAL",0,0,"5",,terminal_output +6080,5873676,"TERMINAL",0,0,"6",,terminal_output +6081,5874653,"TERMINAL",0,0,"7",,terminal_output +6082,5875697,"TERMINAL",0,0,"9",,terminal_output +6083,5876740,"TERMINAL",0,0,"306",,terminal_output +6084,5877875,"TERMINAL",0,0,"1",,terminal_output +6085,5878908,"sample.py",3623,0,"\n ",python,content +6086,5878971,"TERMINAL",0,0,"2",,terminal_output +6087,5879458,"sample.py",3632,0,"r",python,content +6088,5879459,"sample.py",3633,0,"",python,selection_keyboard +6089,5879565,"sample.py",3633,0,"n",python,content +6090,5879567,"sample.py",3634,0,"",python,selection_keyboard +6091,5879668,"sample.py",3634,0,"g",python,content +6092,5879669,"sample.py",3635,0,"",python,selection_keyboard +6093,5879820,"sample.py",3635,0,",",python,content +6094,5879821,"sample.py",3636,0,"",python,selection_keyboard +6095,5879912,"sample.py",3636,0," ",python,content +6096,5879913,"sample.py",3637,0,"",python,selection_keyboard +6097,5879913,"TERMINAL",0,0,"3",,terminal_output +6098,5880304,"sample.py",3637,0,"\n ",python,content +6099,5880947,"TERMINAL",0,0,"4",,terminal_output +6100,5881693,"sample.py",3646,0,"s",python,content +6101,5881694,"sample.py",3647,0,"",python,selection_keyboard +6102,5881959,"sample.py",3647,0,"e",python,content +6103,5881961,"sample.py",3648,0,"",python,selection_keyboard +6104,5882053,"TERMINAL",0,0,"5",,terminal_output +6105,5882066,"sample.py",3648,0,"q",python,content +6106,5882066,"sample.py",3649,0,"",python,selection_keyboard +6107,5882328,"sample.py",3649,0,"_",python,content +6108,5882329,"sample.py",3650,0,"",python,selection_keyboard +6109,5882624,"sample.py",3650,0,"l",python,content +6110,5882625,"sample.py",3651,0,"",python,selection_keyboard +6111,5882722,"sample.py",3651,0,"e",python,content +6112,5882723,"sample.py",3652,0,"",python,selection_keyboard +6113,5882844,"sample.py",3652,0,"n",python,content +6114,5882845,"sample.py",3653,0,"",python,selection_keyboard +6115,5882973,"TERMINAL",0,0,"6 9",,terminal_output +6116,5883494,"sample.py",3646,0,"a",python,content +6117,5883495,"sample.py",3647,0,"",python,selection_keyboard +6118,5883749,"sample.py",3647,0,"r",python,content +6119,5883750,"sample.py",3648,0,"",python,selection_keyboard +6120,5884124,"TERMINAL",0,0,"7",,terminal_output +6121,5884236,"sample.py",3648,0,"g",python,content +6122,5884240,"sample.py",3649,0,"",python,selection_keyboard +6123,5884332,"sample.py",3649,0,"s",python,content +6124,5884332,"sample.py",3650,0,"",python,selection_keyboard +6125,5885050,"TERMINAL",0,0,"8",,terminal_output +6126,5885287,"sample.py",3650,0,".",python,content +6127,5885288,"sample.py",3651,0,"",python,selection_keyboard +6128,5885400,"sample.py",3650,0,"",python,selection_command +6129,5886094,"TERMINAL",0,0,"9",,terminal_output +6130,5886948,"sample.py",3638,21,"",python,content +6131,5887034,"sample.py",3646,0,"",python,selection_command +6132,5887167,"sample.py",3647,0,"",python,selection_command +6133,5887220,"TERMINAL",0,0,"40",,terminal_output +6134,5887329,"sample.py",3648,0,"",python,selection_command +6135,5887475,"sample.py",3649,0,"",python,selection_command +6136,5888179,"TERMINAL",0,0,"1",,terminal_output +6137,5888598,"sample.py",3646,0,"args.seq_len\n ",python,content +6138,5888659,"sample.py",3650,0,"",python,selection_command +6139,5889207,"TERMINAL",0,0,"2",,terminal_output +6140,5890316,"sample.py",3638,21,"",python,content +6141,5890319,"TERMINAL",0,0,"3",,terminal_output +6142,5890393,"sample.py",3646,0,"",python,selection_command +6143,5890394,"sample.py",3632,0,"",python,selection_command +6144,5890491,"sample.py",3604,0,"",python,selection_command +6145,5890671,"sample.py",3578,0,"",python,selection_command +6146,5890830,"sample.py",3550,0,"",python,selection_command +6147,5890953,"sample.py",3535,0,"",python,selection_command +6148,5891152,"sample.py",3519,0,"",python,selection_command +6149,5891358,"TERMINAL",0,0,"4",,terminal_output +6150,5891685,"sample.py",3535,0,"",python,selection_command +6151,5891990,"sample.py",3654,0,"",python,selection_mouse +6152,5892131,"sample.py",3672,0,"\n args.seq_len",python,content +6153,5892154,"sample.py",3681,0,"",python,selection_command +6154,5892348,"TERMINAL",0,0,"5",,terminal_output +6155,5892942,"sample.py",3677,21,"",python,content +6156,5893047,"sample.py",3654,0,"",python,selection_command +6157,5893357,"TERMINAL",0,0,"6",,terminal_output +6158,5893387,"sample.py",3636,0,"",python,selection_command +6159,5893591,"sample.py",3612,0,"",python,selection_command +6160,5893706,"sample.py",3586,0,"",python,selection_command +6161,5893847,"sample.py",3558,0,"",python,selection_command +6162,5894015,"sample.py",3540,0,"",python,selection_command +6163,5894421,"TERMINAL",0,0,"7",,terminal_output +6164,5894903,"sample.py",3541,0,"\n args.seq_len",python,content +6165,5894962,"sample.py",3550,0,"",python,selection_command +6166,5895477,"TERMINAL",0,0,"8",,terminal_output +6167,5895788,"sample.py",3562,0,"",python,selection_command +6168,5895869,"sample.py",3562,0,".",python,content +6169,5895870,"sample.py",3563,0,"",python,selection_keyboard +6170,5896110,"sample.py",3562,0,"",python,selection_command +6171,5896493,"sample.py",3561,0,"",python,selection_command +6172,5896507,"TERMINAL",0,0,"9",,terminal_output +6173,5896945,"sample.py",3563,0,"",python,selection_command +6174,5897494,"sample.py",3562,1,"",python,content +6175,5897531,"TERMINAL",0,0,"50",,terminal_output +6176,5897891,"sample.py",3562,0,",",python,content +6177,5897892,"sample.py",3563,0,"",python,selection_keyboard +6178,5898046,"sample.py",3562,0,"",python,selection_command +6179,5898553,"TERMINAL",0,0,"1",,terminal_output +6180,5899608,"TERMINAL",0,0,"2",,terminal_output +6181,5900644,"TERMINAL",0,0,"3",,terminal_output +6182,5901673,"TERMINAL",0,0,"4",,terminal_output +6183,5902100,"genie.py",0,0,"",python,tab +6184,5902722,"TERMINAL",0,0,"6",,terminal_output +6185,5903919,"TERMINAL",0,0,"7",,terminal_output +6186,5904800,"TERMINAL",0,0,"8",,terminal_output +6187,5905845,"genie.py",2979,0,"",python,selection_mouse +6188,5905847,"TERMINAL",0,0,"9",,terminal_output +6189,5906485,"genie.py",2950,0,"",python,selection_mouse +6190,5906928,"TERMINAL",0,0,"1:00",,terminal_output +6191,5907455,"genie.py",3010,0,"",python,selection_mouse +6192,5907667,"genie.py",3007,3,"e_a",python,selection_mouse +6193,5907667,"genie.py",2973,37,"emperature: int = 1,\n sample_a",python,selection_mouse +6194,5907715,"genie.py",2968,42," temperature: int = 1,\n sample_a",python,selection_mouse +6195,5907716,"genie.py",2941,69," steps: int = 25,\n temperature: int = 1,\n sample_a",python,selection_mouse +6196,5907745,"genie.py",2908,102," batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_a",python,selection_mouse +6197,5907776,"genie.py",2894,116," self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_a",python,selection_mouse +6198,5907930,"TERMINAL",0,0,"1",,terminal_output +6199,5908515,"genie.py",2877,0,"",python,selection_mouse +6200,5908673,"genie.py",2876,3,"def",python,selection_mouse +6201,5908915,"genie.py",2876,23,"def sample_mihir(\n ",python,selection_mouse +6202,5908915,"genie.py",2876,37,"def sample_mihir(\n self,\n ",python,selection_mouse +6203,5908915,"genie.py",2876,38,"def sample_mihir(\n self,\n ",python,selection_mouse +6204,5908916,"genie.py",2876,70,"def sample_mihir(\n self,\n batch: Dict[str, Any],\n ",python,selection_mouse +6205,5908956,"genie.py",2876,96,"def sample_mihir(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n ",python,selection_mouse +6206,5908996,"genie.py",2876,107,"def sample_mihir(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature",python,selection_mouse +6207,5909052,"genie.py",2876,139,"def sample_mihir(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax",python,selection_mouse +6208,5909053,"TERMINAL",0,0,"2",,terminal_output +6209,5909173,"genie.py",2876,167,"def sample_mihir(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any",python,selection_mouse +6210,5910069,"genie.py",2876,0,"",python,selection_command +6211,5910219,"TERMINAL",0,0,"3",,terminal_output +6212,5911194,"TERMINAL",0,0,"4",,terminal_output +6213,5912128,"TERMINAL",0,0,"510",,terminal_output +6214,5913176,"TERMINAL",0,0,"6",,terminal_output +6215,5914218,"TERMINAL",0,0,"7",,terminal_output +6216,5915385,"TERMINAL",0,0,"8",,terminal_output +6217,5916311,"TERMINAL",0,0,"9",,terminal_output +6218,5917052,"genie.py",2872,0,"",python,selection_command +6219,5917353,"TERMINAL",0,0,"10",,terminal_output +6220,5918508,"TERMINAL",0,0,"1",,terminal_output +6221,5919588,"TERMINAL",0,0,"2",,terminal_output +6222,5919748,"genie.py",2939,0," seq_len: int,\n",python,content +6223,5919849,"genie.py",2961,0," steps: int,\n",python,content +6224,5919937,"genie.py",2981,0," temperature: float,\n",python,content +6225,5920099,"genie.py",3009,0," sample_argmax: bool,\n",python,content +6226,5920159,"genie.py",3038,0," rng: Any,\n",python,content +6227,5920339,"genie.py",3056,0," ) -> Any:\n",python,content +6228,5920339,"genie.py",3070,106,"",python,content +6229,5920468,"TERMINAL",0,0,"3",,terminal_output +6230,5921480,"TERMINAL",0,0,"4",,terminal_output +6231,5922527,"TERMINAL",0,0,"5",,terminal_output +6232,5923440,"genie.py",3022,0,"",python,selection_mouse +6233,5923547,"TERMINAL",0,0,"6",,terminal_output +6234,5924606,"genie.py",2974,0,"",python,selection_mouse +6235,5924662,"TERMINAL",0,0,"7",,terminal_output +6236,5924761,"genie.py",2969,5,"steps",python,selection_mouse +6237,5925433,"genie.py",3323,0,"",python,selection_mouse +6238,5925642,"TERMINAL",0,0,"8",,terminal_output +6239,5926314,"genie.py",3239,0,"",python,selection_mouse +6240,5926702,"TERMINAL",0,0,"9",,terminal_output +6241,5927130,"genie.py",3229,0,"",python,selection_mouse +6242,5927277,"genie.py",3217,13,"tokenizer_out",python,selection_mouse +6243,5927755,"TERMINAL",0,0,"21",,terminal_output +6244,5927995,"genie.py",3218,0,"",python,selection_mouse +6245,5927996,"genie.py",3217,13,"tokenizer_out",python,selection_mouse +6246,5928475,"genie.py",3209,0,"",python,selection_mouse +6247,5928612,"genie.py",3204,10,"token_idxs",python,selection_mouse +6248,5928757,"TERMINAL",0,0,"2",,terminal_output +6249,5929130,"genie.py",3260,0,"",python,selection_mouse +6250,5929284,"genie.py",3250,14,"new_frame_idxs",python,selection_mouse +6251,5929797,"genie.py",3277,0,"",python,selection_mouse +6252,5929843,"TERMINAL",0,0,"3",,terminal_output +6253,5929938,"genie.py",3271,10,"zeros_like",python,selection_mouse +6254,5930666,"genie.py",3256,0,"",python,selection_mouse +6255,5930809,"genie.py",3250,14,"new_frame_idxs",python,selection_mouse +6256,5930863,"TERMINAL",0,0,"4",,terminal_output +6257,5931373,"genie.py",3340,0,"",python,selection_mouse +6258,5931879,"TERMINAL",0,0,"5",,terminal_output +6259,5932956,"TERMINAL",0,0,"6",,terminal_output +6260,5933975,"TERMINAL",0,0,"7",,terminal_output +6261,5935116,"TERMINAL",0,0,"8",,terminal_output +6262,5936181,"TERMINAL",0,0,"9",,terminal_output +6263,5937100,"TERMINAL",0,0,"30",,terminal_output +6264,5938188,"TERMINAL",0,0,"1",,terminal_output +6265,5938938,"genie.py",6367,0,"",python,selection_mouse +6266,5939125,"genie.py",6361,10,"token_idxs",python,selection_mouse +6267,5939179,"TERMINAL",0,0,"2",,terminal_output +6268,5940217,"TERMINAL",0,0,"3",,terminal_output +6269,5941326,"TERMINAL",0,0,"4",,terminal_output +6270,5942388,"TERMINAL",0,0,"5",,terminal_output +6271,5943411,"TERMINAL",0,0,"6",,terminal_output +6272,5944436,"TERMINAL",0,0,"7",,terminal_output +6273,5945475,"TERMINAL",0,0,"8",,terminal_output +6274,5946485,"TERMINAL",0,0,"9",,terminal_output +6275,5947509,"TERMINAL",0,0,"40",,terminal_output +6276,5948547,"TERMINAL",0,0,"1",,terminal_output +6277,5949588,"TERMINAL",0,0,"2",,terminal_output +6278,5950628,"TERMINAL",0,0,"3",,terminal_output +6279,5951699,"TERMINAL",0,0,"4",,terminal_output +6280,5952729,"TERMINAL",0,0,"6",,terminal_output +6281,5953756,"TERMINAL",0,0,"7",,terminal_output +6282,5954880,"TERMINAL",0,0,"8",,terminal_output +6283,5955906,"TERMINAL",0,0,"9",,terminal_output +6284,5956885,"TERMINAL",0,0,"50",,terminal_output +6285,5957915,"TERMINAL",0,0,"1",,terminal_output +6286,5958977,"TERMINAL",0,0,"2",,terminal_output +6287,5960103,"TERMINAL",0,0,"31",,terminal_output +6288,5961073,"TERMINAL",0,0,"4",,terminal_output +6289,5962075,"TERMINAL",0,0,"5",,terminal_output +6290,5963176,"TERMINAL",0,0,"6",,terminal_output +6291,5964200,"TERMINAL",0,0,"7",,terminal_output +6292,5965207,"TERMINAL",0,0,"8",,terminal_output +6293,5966247,"TERMINAL",0,0,"9",,terminal_output +6294,5967373,"TERMINAL",0,0,"2:00",,terminal_output +6295,5968325,"TERMINAL",0,0,"1",,terminal_output +6296,5969422,"TERMINAL",0,0,"2",,terminal_output +6297,5970397,"TERMINAL",0,0,"3",,terminal_output +6298,5971470,"TERMINAL",0,0,"4",,terminal_output +6299,5972502,"TERMINAL",0,0,"5",,terminal_output +6300,5973522,"TERMINAL",0,0,"6",,terminal_output +6301,5974563,"TERMINAL",0,0,"7",,terminal_output +6302,5975603,"TERMINAL",0,0,"8",,terminal_output +6303,5976672,"TERMINAL",0,0,"9",,terminal_output +6304,5977820,"TERMINAL",0,0,"11",,terminal_output +6305,5978740,"TERMINAL",0,0,"2",,terminal_output +6306,5979767,"TERMINAL",0,0,"3",,terminal_output +6307,5980807,"TERMINAL",0,0,"4",,terminal_output +6308,5981648,"genie.py",3495,0,"",python,selection_mouse +6309,5981846,"TERMINAL",0,0,"5",,terminal_output +6310,5982938,"TERMINAL",0,0,"6",,terminal_output +6311,5983995,"TERMINAL",0,0,"7",,terminal_output +6312,5984987,"TERMINAL",0,0,"8",,terminal_output +6313,5986045,"TERMINAL",0,0,"9",,terminal_output +6314,5987125,"TERMINAL",0,0,"20",,terminal_output +6315,5988088,"TERMINAL",0,0,"1",,terminal_output +6316,5988891,"genie.py",8540,0,"",python,selection_mouse +6317,5989019,"genie.py",8519,24,"restore_genie_components",python,selection_mouse +6318,5989163,"TERMINAL",0,0,"2",,terminal_output +6319,5990242,"TERMINAL",0,0,"3",,terminal_output +6320,5991206,"TERMINAL",0,0,"4",,terminal_output +6321,5992302,"TERMINAL",0,0,"5",,terminal_output +6322,5993321,"TERMINAL",0,0,"6",,terminal_output +6323,5994328,"TERMINAL",0,0,"7",,terminal_output +6324,5994938,"genie.py",3153,0,"",python,selection_mouse +6325,5995512,"genie.py",3102,0,"",python,selection_mouse +6326,5995569,"TERMINAL",0,0,"8",,terminal_output +6327,5996354,"genie.py",3113,0,"",python,selection_mouse +6328,5996513,"TERMINAL",0,0,"9",,terminal_output +6329,5997537,"TERMINAL",0,0,"30",,terminal_output +6330,5998529,"TERMINAL",0,0,"1",,terminal_output +6331,5999531,"TERMINAL",0,0,"2",,terminal_output +6332,5999797,"genie.py",3299,0,"",python,selection_mouse +6333,6000573,"TERMINAL",0,0,"3",,terminal_output +6334,6001031,"genie.py",3408,0,"",python,selection_mouse +6335,6001606,"genie.py",3370,0,"",python,selection_mouse +6336,6001666,"TERMINAL",0,0,"4",,terminal_output +6337,6002400,"genie.py",3408,0,"",python,selection_mouse +6338,6002661,"TERMINAL",0,0,"5",,terminal_output +6339,6003004,"genie.py",3370,0,"",python,selection_mouse +6340,6003704,"TERMINAL",0,0,"7 3",,terminal_output +6341,6004281,"genie.py",3370,0,"\n ",python,content +6342,6004756,"TERMINAL",0,0,"8",,terminal_output +6343,6005006,"genie.py",3379,0,"j",python,content +6344,6005007,"genie.py",3380,0,"",python,selection_keyboard +6345,6005040,"genie.py",3380,0,"a",python,content +6346,6005040,"genie.py",3381,0,"",python,selection_keyboard +6347,6005190,"genie.py",3381,0,"x",python,content +6348,6005191,"genie.py",3382,0,"",python,selection_keyboard +6349,6005295,"genie.py",3382,0,".",python,content +6350,6005296,"genie.py",3383,0,"",python,selection_keyboard +6351,6005458,"genie.py",3383,0,"d",python,content +6352,6005461,"genie.py",3384,0,"",python,selection_keyboard +6353,6005599,"genie.py",3384,0,"e",python,content +6354,6005600,"genie.py",3385,0,"",python,selection_keyboard +6355,6005645,"genie.py",3385,0,"b",python,content +6356,6005646,"genie.py",3386,0,"",python,selection_keyboard +6357,6005796,"genie.py",3386,0,"u",python,content +6358,6005798,"genie.py",3387,0,"",python,selection_keyboard +6359,6005872,"genie.py",3387,0,"g",python,content +6360,6005873,"genie.py",3388,0,"",python,selection_keyboard +6361,6005884,"TERMINAL",0,0,"9",,terminal_output +6362,6006041,"genie.py",3388,0,".",python,content +6363,6006042,"genie.py",3389,0,"",python,selection_keyboard +6364,6006496,"genie.py",3389,0,"b",python,content +6365,6006497,"genie.py",3390,0,"",python,selection_keyboard +6366,6006594,"genie.py",3390,0,"r",python,content +6367,6006596,"genie.py",3391,0,"",python,selection_keyboard +6368,6006890,"genie.py",3389,2,"breakpoint",python,content +6369,6006897,"TERMINAL",0,0,"40",,terminal_output +6370,6007605,"genie.py",3399,0,"()",python,content +6371,6007606,"genie.py",3400,0,"",python,selection_keyboard +6372,6007659,"genie.py",3400,1,")",python,content +6373,6007660,"genie.py",3401,0,"",python,selection_keyboard +6374,6007738,"genie.py",3400,0,"",python,selection_command +6375,6007869,"TERMINAL",0,0,"1",,terminal_output +6376,6008955,"TERMINAL",0,0,"2",,terminal_output +6377,6009128,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +6378,6009241,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +6379,6009395,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +6380,6009928,"TERMINAL",0,0,"3",,terminal_output +6381,6010661,"sample.py",0,0,"",python,tab +6382,6011089,"TERMINAL",0,0,"4",,terminal_output +6383,6011999,"TERMINAL",0,0,"5",,terminal_output +6384,6012328,"TERMINAL",0,0,"2025-07-03 14:42:45.607586: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6385,6013156,"TERMINAL",0,0,"6",,terminal_output +6386,6014078,"TERMINAL",0,0,"7",,terminal_output +6387,6015196,"TERMINAL",0,0,"8",,terminal_output +6388,6016219,"TERMINAL",0,0,"9",,terminal_output +6389,6016418,"TERMINAL",0,0,"2025-07-03 14:42:49.783028: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6390,6017243,"TERMINAL",0,0,"50",,terminal_output +6391,6018268,"TERMINAL",0,0,"1",,terminal_output +6392,6019381,"TERMINAL",0,0,"2",,terminal_output +6393,6020418,"TERMINAL",0,0,"3",,terminal_output +6394,6021365,"TERMINAL",0,0,"4",,terminal_output +6395,6022465,"TERMINAL",0,0,"5",,terminal_output +6396,6023490,"TERMINAL",0,0,"6",,terminal_output +6397,6024486,"TERMINAL",0,0,"7",,terminal_output +6398,6025538,"TERMINAL",0,0,"8",,terminal_output +6399,6025553,"TERMINAL",0,0,"2025-07-03 14:42:58.905265: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6400,6026575,"TERMINAL",0,0,"9",,terminal_output +6401,6027604,"TERMINAL",0,0,"3:00",,terminal_output +6402,6028642,"TERMINAL",0,0,"1",,terminal_output +6403,6029736,"TERMINAL",0,0,"3",,terminal_output +6404,6030717,"TERMINAL",0,0,"4",,terminal_output +6405,6031769,"TERMINAL",0,0,"5",,terminal_output +6406,6032911,"TERMINAL",0,0,"6",,terminal_output +6407,6033524,"TERMINAL",0,0,"2025-07-03 14:43:06.783162: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6408,6033934,"TERMINAL",0,0,"7",,terminal_output +6409,6034959,"TERMINAL",0,0,"8",,terminal_output +6410,6035982,"TERMINAL",0,0,"9",,terminal_output +6411,6036964,"TERMINAL",0,0,"10",,terminal_output +6412,6038030,"TERMINAL",0,0,"1",,terminal_output +6413,6039056,"TERMINAL",0,0,"2",,terminal_output +6414,6040181,"TERMINAL",0,0,"3",,terminal_output +6415,6040196,"TERMINAL",0,0,"2025-07-03 14:43:13.501644: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6416,6041205,"TERMINAL",0,0,"4",,terminal_output +6417,6042170,"TERMINAL",0,0,"5",,terminal_output +6418,6043212,"TERMINAL",0,0,"6",,terminal_output +6419,6044277,"TERMINAL",0,0,"7",,terminal_output +6420,6045405,"TERMINAL",0,0,"8",,terminal_output +6421,6046428,"TERMINAL",0,0,"9",,terminal_output +6422,6046481,"TERMINAL",0,0,"2025-07-03 14:43:19.835850: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6423,6047451,"TERMINAL",0,0,"20",,terminal_output +6424,6048480,"TERMINAL",0,0,"1",,terminal_output +6425,6049499,"TERMINAL",0,0,"2",,terminal_output +6426,6049807,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +6427,6050539,"TERMINAL",0,0,"3",,terminal_output +6428,6051538,"TERMINAL",0,0,"411",,terminal_output +6429,6052578,"TERMINAL",0,0,"5",,terminal_output +6430,6053614,"TERMINAL",0,0,"6",,terminal_output +6431,6054660,"TERMINAL",0,0,"7",,terminal_output +6432,6055697,"TERMINAL",0,0,"9",,terminal_output +6433,6056736,"TERMINAL",0,0,"30",,terminal_output +6434,6057792,"TERMINAL",0,0,"1",,terminal_output +6435,6057912,"TERMINAL",0,0,"2025-07-03 14:43:31.266130: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6436,6058817,"TERMINAL",0,0,"2",,terminal_output +6437,6059944,"TERMINAL",0,0,"3",,terminal_output +6438,6060968,"TERMINAL",0,0,"4",,terminal_output +6439,6060985,"TERMINAL",0,0,"2025-07-03 14:43:34.351075: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6440,6061992,"TERMINAL",0,0,"5",,terminal_output +6441,6062979,"TERMINAL",0,0,"6",,terminal_output +6442,6063409,"TERMINAL",0,0,"watch",,terminal_focus +6443,6063817,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +6444,6064541,"TERMINAL",0,0,"queue",,terminal_command +6445,6064592,"TERMINAL",0,0,"]633;E;2025-07-03 14:43:37 queue;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C",,terminal_output +6446,6064684,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jul 3 14:43:37 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3313564 accelerat train_to tum_cte0 R 7:12:22\t 4 hkn[0405,0532,0729,0814]3314821 dev_accel interact tum_cte0 R53:26\t 1 hkn0402",,terminal_output +6447,6065701,"TERMINAL",0,0,"937",,terminal_output +6448,6066079,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +6449,6069059,"TERMINAL",0,0,"2025-07-03 14:43:42.401158: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +6450,6070960,"TERMINAL",0,0,"Entering jdb:\r\n(jdb) ",,terminal_output +6451,6149515,"TERMINAL",0,0,"queue",,terminal_command +6452,6149585,"TERMINAL",0,0,"]633;E;2025-07-03 14:45:02 queue;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jul 3 14:45:02 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3313564 accelerat train_to tum_cte0 R 7:13:46\t 4 hkn[0405,0532,0729,0814]3314821 dev_accel interact tum_cte0 R54:50\t 1 hkn0402",,terminal_output +6453,6150671,"TERMINAL",0,0,"371",,terminal_output +6454,6151711,"TERMINAL",0,0,"493",,terminal_output +6455,6152258,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +6456,6154737,"TERMINAL",0,0,"scancel 3313564",,terminal_command +6457,6154772,"TERMINAL",0,0,"]633;E;2025-07-03 14:45:08 scancel 3313564;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects/jafar",,terminal_output +6458,6156525,"TERMINAL",0,0,"queue",,terminal_command +6459,6156613,"TERMINAL",0,0,"]633;E;2025-07-03 14:45:09 queue;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jul 3 14:45:09 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3313564 accelerat train_to tum_cte0 CG 7:13:52\t 4 hkn[0405,0532,0729,0814]3314821 dev_accel interact tum_cte0 R54:57\t 1 hkn0402",,terminal_output +6460,6157649,"TERMINAL",0,0,"109",,terminal_output +6461,6158202,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +6462,6159293,"TERMINAL",0,0,"srun",,terminal_focus +6463,6161153,"sample.py",0,0,"",python,tab +6464,6161154,"sample.py",3026,0,"",python,selection_mouse +6465,6161218,"sample.py",3025,0,"",python,selection_command +6466,6162812,"genie.py",0,0,"",python,tab +6467,6169101,"genie.py",0,0,"",python,tab +6468,6169102,"genie.py",3165,0,"",python,selection_mouse +6469,6169198,"genie.py",3163,5,"batch",python,selection_mouse +6470,6169390,"genie.py",3163,7,"batch[""",python,selection_mouse +6471,6169391,"genie.py",3163,13,"batch[""videos",python,selection_mouse +6472,6169658,"genie.py",3163,14,"batch[""videos""",python,selection_mouse +6473,6169927,"genie.py",3163,15,"batch[""videos""]",python,selection_mouse +6474,6172990,"TERMINAL",0,0,"batch[""videos""]",,terminal_output +6475,6173368,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +6476,6173541,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +6477,6173652,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +6478,6173770,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +6479,6173841,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +6480,6173914,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +6481,6173967,"TERMINAL",0,0,"\r\n(1, 1, 90, 160, 3)\r\n(jdb) ",,terminal_output +6482,6177972,"TERMINAL",0,0,"t",,terminal_output +6483,6178155,"TERMINAL",0,0,"[?25lo[?25h[?25lk[?25h",,terminal_output +6484,6178367,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +6485,6178433,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +6486,6178869,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +6487,6179291,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +6488,6179579,"TERMINAL",0,0,"[?25ld\r[?25h",,terminal_output +6489,6179753,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +6490,6179915,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +6491,6180751,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +6492,6180878,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +6493,6181135,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +6494,6181643,"TERMINAL",0,0,"[?25l-\r[?25h",,terminal_output +6495,6181941,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +6496,6182144,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +6497,6182325,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +6498,6182398,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +6499,6182506,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +6500,6182572,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +6501,6182648,"TERMINAL",0,0,"\r\n(1, 1, 920)\r\n(jdb) ",,terminal_output +6502,6236911,"genie.py",0,0,"",python,tab +6503,6236912,"genie.py",3349,0,"",python,selection_mouse +6504,6237501,"genie.py",3241,0,"",python,selection_mouse +6505,6237511,"genie.py",3240,0,"",python,selection_command +6506,6238499,"genie.py",3241,0,"",python,selection_mouse +6507,6238519,"genie.py",3240,0,"",python,selection_command +6508,6239091,"genie.py",3113,0,"",python,selection_mouse +6509,6239118,"genie.py",3112,0,"",python,selection_command +6510,6239690,"genie.py",3241,0,"",python,selection_mouse +6511,6239699,"genie.py",3240,0,"",python,selection_command +6512,6241400,"TERMINAL",0,0,"\rtoken_idxs.shape",,terminal_output +6513,6241865,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +6514,6242061,"TERMINAL",0,0,"",,terminal_output +6515,6242418,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +6516,6244048,"TERMINAL",0,0,"[?25ls\r.[?25h",,terminal_output +6517,6244178,"TERMINAL",0,0,"[?25lx\r.[?25h",,terminal_output +6518,6244305,"TERMINAL",0,0,"[?25ld\r.[?25h",,terminal_output +6519,6244718,"TERMINAL",0,0,"[?25li\r.[?25h",,terminal_output +6520,6244866,"TERMINAL",0,0,"[?25l_\r.[?25h",,terminal_output +6521,6245451,"TERMINAL",0,0,"\r[1@i.",,terminal_output +6522,6245727,"TERMINAL",0,0,"[?25ls.\r[1@z.[?25h[?25l.\r[1@e.[?25h\r[1@r.",,terminal_output +6523,6246021,"TERMINAL",0,0,"[?25l.\r[1@_.[?25h",,terminal_output +6524,6246308,"TERMINAL",0,0,"[?25l.\r[1@o.[?25h",,terminal_output +6525,6246481,"TERMINAL",0,0,"[?25ls.\r[1@u.[?25h\r[1@t.",,terminal_output +6526,6247092,"TERMINAL",0,0,"\r\n*** AttributeError: 'dict' object has no attribute 'shape'\r\n(jdb) ",,terminal_output +6527,6255871,"TERMINAL",0,0,"\rtokenizer_out.shape",,terminal_output +6528,6257454,"TERMINAL",0,0,"D",,terminal_output +6529,6258264,"TERMINAL",0,0,"[?25lD\r[?25h",,terminal_output +6530,6258630,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +6531,6259278,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +6532,6259564,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +6533,6261780,"TERMINAL",0,0,"\r[1@[.",,terminal_output +6534,6262158,"TERMINAL",0,0,"[?25l.\r[1@"".[?25h",,terminal_output +6535,6262835,"TERMINAL",0,0,"[?25l.\r[1@i.[?25h[?25l.\r[1@n.[?25h",,terminal_output +6536,6262965,"TERMINAL",0,0,"[?25l.\r[1@d.[?25h",,terminal_output +6537,6263125,"TERMINAL",0,0,"[?25l.\r[1@i.[?25h",,terminal_output +6538,6263361,"TERMINAL",0,0,"[?25l.\r[1@c.[?25h",,terminal_output +6539,6263568,"TERMINAL",0,0,"[?25l.\r[1@e.[?25h",,terminal_output +6540,6263719,"TERMINAL",0,0,"[?25l.\r[1@s.[?25h",,terminal_output +6541,6263962,"TERMINAL",0,0,"[?25l.\r[1@"".[?25h",,terminal_output +6542,6264426,"TERMINAL",0,0,"[?25l.\r[1@].[?25h",,terminal_output +6543,6264621,"TERMINAL",0,0,"\r\n(1, 1, 920)\r\n(jdb) ",,terminal_output +6544,6270461,"genie.py",0,0,"",python,tab +6545,6270463,"genie.py",3241,0,"",python,selection_mouse +6546,6270495,"genie.py",3240,0,"",python,selection_command +6547,6273228,"genie.py",3241,0,"",python,selection_command +6548,6273908,"genie.py",3241,0," ",python,content +6549,6273910,"genie.py",3242,0,"",python,selection_keyboard +6550,6274092,"genie.py",3242,0,"#",python,content +6551,6274093,"genie.py",3243,0,"",python,selection_keyboard +6552,6274222,"genie.py",3243,0," ",python,content +6553,6274223,"genie.py",3244,0,"",python,selection_keyboard +6554,6274634,"genie.py",3244,0,"s",python,content +6555,6274635,"genie.py",3245,0,"",python,selection_keyboard +6556,6275565,"genie.py",3245,0,"h",python,content +6557,6275565,"genie.py",3246,0,"",python,selection_keyboard +6558,6275786,"genie.py",3246,0,"a",python,content +6559,6275786,"genie.py",3247,0,"",python,selection_keyboard +6560,6275870,"genie.py",3247,0,"p",python,content +6561,6275870,"genie.py",3248,0,"",python,selection_keyboard +6562,6276436,"genie.py",3247,1,"",python,content +6563,6276574,"genie.py",3246,1,"",python,content +6564,6276704,"genie.py",3245,1,"",python,content +6565,6277476,"genie.py",3244,1,"",python,content +6566,6284304,"genie.py",0,0,"",python,tab +6567,6284653,"genie.py",3244,0,"(1, 1, 920)",python,content +6568,6285581,"genie.py",3246,0,"",python,selection_mouse +6569,6289522,"genie.py",3225,0,"",python,selection_mouse +6570,6290693,"genie.py",3289,0,"",python,selection_mouse +6571,6303151,"TERMINAL",0,0,"9",,terminal_output +6572,6303218,"TERMINAL",0,0,"[?25l0[?25h",,terminal_output +6573,6303766,"TERMINAL",0,0,"[?25l*[?25h",,terminal_output +6574,6304221,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +6575,6305054,"TERMINAL",0,0,"[?25l6[?25h",,terminal_output +6576,6305121,"TERMINAL",0,0,"[?25l0[?25h",,terminal_output +6577,6305271,"TERMINAL",0,0,"\r\n14400\r\n(jdb) ",,terminal_output +6578,6312996,"TERMINAL",0,0,"\r90*160",,terminal_output +6579,6314511,"TERMINAL",0,0,"*",,terminal_output +6580,6315003,"TERMINAL",0,0,"[?25l3[?25h",,terminal_output +6581,6315113,"TERMINAL",0,0,"\r\n43200\r\n(jdb) ",,terminal_output +6582,6318233,"TERMINAL",0,0,"43200",,terminal_output +6583,6318792,"TERMINAL",0,0,"[?25l/[?25h",,terminal_output +6584,6319026,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +6585,6319464,"TERMINAL",0,0,"[?25l6[?25h",,terminal_output +6586,6319633,"TERMINAL",0,0,"\r\n2700.0\r\n(jdb) ",,terminal_output +6587,6323890,"TERMINAL",0,0,"920",,terminal_output +6588,6324773,"TERMINAL",0,0,"[?25l*[?25h",,terminal_output +6589,6325267,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +6590,6325351,"TERMINAL",0,0,"[?25l6[?25h",,terminal_output +6591,6325553,"TERMINAL",0,0,"\r\n14720\r\n(jdb) ",,terminal_output +6592,6332637,"genie.py",0,0,"",python,tab +6593,6332640,"genie.py",3353,0,"",python,selection_mouse +6594,6333088,"genie.py",3160,0,"",python,selection_mouse +6595,6342144,"models/tokenizer.py",0,0,"",python,tab +6596,6342145,"models/tokenizer.py",1938,0,"",python,selection_mouse +6597,6342345,"models/tokenizer.py",1935,7,"indices",python,selection_mouse +6598,6342347,"genie.py",0,0,"",python,tab +6599,6342568,"models/tokenizer.py",0,0,"",python,tab +6600,6344409,"models/tokenizer.py",1824,0,"",python,selection_mouse +6601,6344962,"models/tokenizer.py",1862,0,"",python,selection_mouse +6602,6345122,"models/tokenizer.py",1859,7,"indices",python,selection_mouse +6603,6346028,"models/tokenizer.py",1876,0,"",python,selection_mouse +6604,6346134,"models/tokenizer.py",1875,1,"B",python,selection_mouse +6605,6347050,"models/tokenizer.py",1878,0,"",python,selection_mouse +6606,6347137,"models/tokenizer.py",1878,1,"T",python,selection_mouse +6607,6370726,"genie.py",0,0,"",python,tab +6608,6371985,"genie.py",3113,0,"",python,selection_mouse +6609,6373180,"genie.py",3195,0,"",python,selection_mouse +6610,6374426,"genie.py",3247,0,"",python,selection_mouse +6611,6374930,"genie.py",3246,0,"",python,selection_command +6612,6375240,"genie.py",3245,1,"",python,content +6613,6375744,"genie.py",3245,0,"V",python,content +6614,6375745,"genie.py",3246,0,"",python,selection_keyboard +6615,6376135,"genie.py",3245,1,"",python,content +6616,6376472,"genie.py",3245,0,"B",python,content +6617,6376472,"genie.py",3246,0,"",python,selection_keyboard +6618,6377349,"genie.py",3248,0,"",python,selection_command +6619,6377517,"genie.py",3249,0,"",python,selection_command +6620,6377767,"genie.py",3248,1,"",python,content +6621,6378223,"genie.py",3248,0,"T",python,content +6622,6378224,"genie.py",3249,0,"",python,selection_keyboard +6623,6379442,"genie.py",3253,1,"",python,content +6624,6379702,"genie.py",3252,1,"",python,content +6625,6379858,"genie.py",3251,1,"",python,content +6626,6380230,"genie.py",3251,0,"B",python,content +6627,6380231,"genie.py",3252,0,"",python,selection_keyboard +6628,6380870,"genie.py",3251,1,"",python,content +6629,6381069,"genie.py",3251,0,"N",python,content +6630,6381070,"genie.py",3252,0,"",python,selection_keyboard +6631,6381993,"genie.py",3311,0,"",python,selection_mouse +6632,6382525,"genie.py",3253,0,"",python,selection_mouse +6633,6383044,"genie.py",3113,0,"",python,selection_mouse +6634,6383544,"genie.py",3069,0,"",python,selection_mouse +6635,6384347,"genie.py",3113,0,"",python,selection_mouse +6636,6384945,"genie.py",3069,0,"",python,selection_mouse +6637,6387769,"genie.py",3069,0,"\n ",python,content +6638,6387848,"genie.py",3074,0," ",python,content +6639,6388717,"genie.py",3078,0,"#",python,content +6640,6388718,"genie.py",3079,0,"",python,selection_keyboard +6641,6389534,"genie.py",3079,0,"\n ",python,content +6642,6391683,"genie.py",3088,0,"#",python,content +6643,6391684,"genie.py",3089,0,"",python,selection_keyboard +6644,6391812,"genie.py",3089,0," ",python,content +6645,6391812,"genie.py",3090,0,"",python,selection_keyboard +6646,6392811,"genie.py",3090,0,"\n ",python,content +6647,6393026,"genie.py",3099,0,"ä",python,content +6648,6393027,"genie.py",3100,0,"",python,selection_keyboard +6649,6393239,"genie.py",3100,0," ",python,content +6650,6393240,"genie.py",3101,0,"",python,selection_keyboard +6651,6393634,"genie.py",3100,1,"",python,content +6652,6393758,"genie.py",3099,1,"",python,content +6653,6394387,"genie.py",3099,0,"#",python,content +6654,6394388,"genie.py",3100,0,"",python,selection_keyboard +6655,6394510,"genie.py",3100,0," ",python,content +6656,6394511,"genie.py",3101,0,"",python,selection_keyboard +6657,6394643,"genie.py",3090,0,"",python,selection_command +6658,6395073,"genie.py",3079,0,"",python,selection_command +6659,6396082,"genie.py",3079,0," ",python,content +6660,6396083,"genie.py",3080,0,"",python,selection_keyboard +6661,6396819,"genie.py",3080,0,"V",python,content +6662,6396819,"genie.py",3081,0,"",python,selection_keyboard +6663,6397470,"genie.py",3080,1,"",python,content +6664,6397793,"genie.py",3080,0,"B",python,content +6665,6397794,"genie.py",3081,0,"",python,selection_keyboard +6666,6398412,"genie.py",3081,0," ",python,content +6667,6398413,"genie.py",3082,0,"",python,selection_keyboard +6668,6398598,"genie.py",3082,0,"=",python,content +6669,6398599,"genie.py",3083,0,"",python,selection_keyboard +6670,6398758,"genie.py",3083,0,"=",python,content +6671,6398759,"genie.py",3084,0,"",python,selection_keyboard +6672,6398872,"genie.py",3084,0," ",python,content +6673,6398873,"genie.py",3085,0,"",python,selection_keyboard +6674,6399266,"genie.py",3085,0,"b",python,content +6675,6399267,"genie.py",3086,0,"",python,selection_keyboard +6676,6399372,"genie.py",3086,0,"a",python,content +6677,6399373,"genie.py",3087,0,"",python,selection_keyboard +6678,6399519,"genie.py",3087,0,"t",python,content +6679,6399519,"genie.py",3088,0,"",python,selection_keyboard +6680,6399675,"genie.py",3088,0,"c",python,content +6681,6399676,"genie.py",3089,0,"",python,selection_keyboard +6682,6399733,"genie.py",3089,0,"h",python,content +6683,6399734,"genie.py",3090,0,"",python,selection_keyboard +6684,6400100,"genie.py",3090,0,"_",python,content +6685,6400101,"genie.py",3091,0,"",python,selection_keyboard +6686,6400411,"genie.py",3091,0,"s",python,content +6687,6400412,"genie.py",3092,0,"",python,selection_keyboard +6688,6400515,"genie.py",3092,0,"i",python,content +6689,6400516,"genie.py",3093,0,"",python,selection_keyboard +6690,6400670,"genie.py",3093,0,"z",python,content +6691,6400671,"genie.py",3094,0,"",python,selection_keyboard +6692,6400725,"genie.py",3094,0,"e",python,content +6693,6400726,"genie.py",3095,0,"",python,selection_keyboard +6694,6401076,"genie.py",3106,0,"",python,selection_command +6695,6402733,"genie.py",3106,0,"T",python,content +6696,6402734,"genie.py",3107,0,"",python,selection_keyboard +6697,6403402,"genie.py",3107,0," ",python,content +6698,6403402,"genie.py",3108,0,"",python,selection_keyboard +6699,6403594,"genie.py",3108,0,"=",python,content +6700,6403594,"genie.py",3109,0,"",python,selection_keyboard +6701,6403706,"genie.py",3109,0,"=",python,content +6702,6403706,"genie.py",3110,0,"",python,selection_keyboard +6703,6403826,"genie.py",3110,0," ",python,content +6704,6403827,"genie.py",3111,0,"",python,selection_keyboard +6705,6405352,"genie.py",3111,0,"t",python,content +6706,6405353,"genie.py",3112,0,"",python,selection_keyboard +6707,6405718,"genie.py",3111,1,"",python,content +6708,6406397,"genie.py",3111,0,"n",python,content +6709,6406398,"genie.py",3112,0,"",python,selection_keyboard +6710,6406576,"genie.py",3112,0,"u",python,content +6711,6406576,"genie.py",3113,0,"",python,selection_keyboard +6712,6406719,"genie.py",3113,0,"m",python,content +6713,6406720,"genie.py",3114,0,"",python,selection_keyboard +6714,6407025,"genie.py",3114,0,"_",python,content +6715,6407026,"genie.py",3115,0,"",python,selection_keyboard +6716,6407278,"genie.py",3115,0,"f",python,content +6717,6407279,"genie.py",3116,0,"",python,selection_keyboard +6718,6407417,"genie.py",3116,0,"r",python,content +6719,6407418,"genie.py",3117,0,"",python,selection_keyboard +6720,6407671,"genie.py",3117,0,"m",python,content +6721,6407672,"genie.py",3118,0,"",python,selection_keyboard +6722,6408060,"genie.py",3117,1,"",python,content +6723,6408168,"genie.py",3117,0,"a",python,content +6724,6408169,"genie.py",3118,0,"",python,selection_keyboard +6725,6408342,"genie.py",3118,0,"m",python,content +6726,6408342,"genie.py",3119,0,"",python,selection_keyboard +6727,6408343,"genie.py",3119,0,"e",python,content +6728,6408343,"genie.py",3120,0,"",python,selection_keyboard +6729,6408506,"genie.py",3120,0,"s",python,content +6730,6408506,"genie.py",3121,0,"",python,selection_keyboard +6731,6408656,"genie.py",3132,0,"",python,selection_command +6732,6410102,"genie.py",3132,0,"N",python,content +6733,6410103,"genie.py",3133,0,"",python,selection_keyboard +6734,6410583,"genie.py",3133,0," ",python,content +6735,6410584,"genie.py",3134,0,"",python,selection_keyboard +6736,6410863,"genie.py",3134,0,"=",python,content +6737,6410864,"genie.py",3135,0,"",python,selection_keyboard +6738,6411031,"genie.py",3135,0,"=",python,content +6739,6411032,"genie.py",3136,0,"",python,selection_keyboard +6740,6411153,"genie.py",3136,0," ",python,content +6741,6411154,"genie.py",3137,0,"",python,selection_keyboard +6742,6411722,"genie.py",3137,0,"n",python,content +6743,6411722,"genie.py",3138,0,"",python,selection_keyboard +6744,6411911,"genie.py",3138,0,"u",python,content +6745,6411912,"genie.py",3139,0,"",python,selection_keyboard +6746,6412041,"genie.py",3139,0,"m",python,content +6747,6412041,"genie.py",3140,0,"",python,selection_keyboard +6748,6412372,"genie.py",3140,0,"_",python,content +6749,6412372,"genie.py",3141,0,"",python,selection_keyboard +6750,6412952,"genie.py",3141,0,"t",python,content +6751,6412953,"genie.py",3142,0,"",python,selection_keyboard +6752,6413014,"genie.py",3142,0,"o",python,content +6753,6413015,"genie.py",3143,0,"",python,selection_keyboard +6754,6413074,"genie.py",3143,0,"k",python,content +6755,6413074,"genie.py",3144,0,"",python,selection_keyboard +6756,6413239,"genie.py",3144,0,"e",python,content +6757,6413240,"genie.py",3145,0,"",python,selection_keyboard +6758,6413449,"genie.py",3145,0,"n",python,content +6759,6413449,"genie.py",3146,0,"",python,selection_keyboard +6760,6413450,"genie.py",3146,0,"s",python,content +6761,6413450,"genie.py",3147,0,"",python,selection_keyboard +6762,6413708,"genie.py",3147,0,"_",python,content +6763,6413709,"genie.py",3148,0,"",python,selection_keyboard +6764,6414098,"genie.py",3148,0,"p",python,content +6765,6414099,"genie.py",3149,0,"",python,selection_keyboard +6766,6414128,"genie.py",3149,0,"e",python,content +6767,6414129,"genie.py",3150,0,"",python,selection_keyboard +6768,6414199,"genie.py",3150,0,"r",python,content +6769,6414200,"genie.py",3151,0,"",python,selection_keyboard +6770,6414431,"genie.py",3151,0,"_",python,content +6771,6414432,"genie.py",3152,0,"",python,selection_keyboard +6772,6414829,"genie.py",3152,0,"f",python,content +6773,6414829,"genie.py",3153,0,"",python,selection_keyboard +6774,6414912,"genie.py",3153,0,"r",python,content +6775,6414913,"genie.py",3154,0,"",python,selection_keyboard +6776,6415099,"genie.py",3154,0,"a",python,content +6777,6415100,"genie.py",3155,0,"",python,selection_keyboard +6778,6415112,"genie.py",3155,0,"m",python,content +6779,6415113,"genie.py",3156,0,"",python,selection_keyboard +6780,6415226,"genie.py",3156,0,"e",python,content +6781,6415226,"genie.py",3157,0,"",python,selection_keyboard +6782,6417232,"sample.py",0,0,"",python,tab +6783,6419615,"models/tokenizer.py",0,0,"",python,tab +6784,6422063,"models/tokenizer.py",1597,0,"",python,selection_mouse +6785,6422187,"models/tokenizer.py",1597,1,"x",python,selection_mouse +6786,6422843,"models/tokenizer.py",1599,0,"",python,selection_mouse +6787,6423423,"models/tokenizer.py",1600,0,"",python,selection_mouse +6788,6423566,"models/tokenizer.py",1599,5,"shape",python,selection_mouse +6789,6427703,"models/tokenizer.py",1554,0,"",python,selection_mouse +6790,6427808,"models/tokenizer.py",1551,8,"patchify",python,selection_mouse +6791,6428771,"models/tokenizer.py",1548,0,"",python,selection_mouse +6792,6429501,"models/tokenizer.py",1555,0,"",python,selection_mouse +6793,6430684,"models/tokenizer.py",1557,0,"",python,selection_mouse +6794,6430996,"utils/preprocess.py",0,0,"import dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\n\n\ndef patchify(videos: jax.Array, size: int) -> jax.Array:\n B, T, H, W, C = videos.shape\n x = jnp.pad(videos, ((0, 0), (0, 0), (0, -H % size), (0, -W % size), (0, 0)))\n return einops.rearrange(\n x, ""b t (hn hp) (wn wp) c -> b t (hn wn) (hp wp c)"", hp=size, wp=size\n )\n\n\ndef unpatchify(patches: jax.Array, size: int, h_out: int, w_out: int) -> jax.Array:\n h_pad = -h_out % size\n hn = (h_out + h_pad) // size\n x = einops.rearrange(\n patches,\n ""b t (hn wn) (hp wp c) -> b t (hn hp) (wn wp) c"",\n hp=size,\n wp=size,\n hn=hn,\n )\n return x[:, :, :h_out, :w_out]\n",python,tab +6795,6438061,"utils/preprocess.py",285,0,"",python,selection_mouse +6796,6439068,"utils/preprocess.py",287,0,"",python,selection_mouse +6797,6440719,"utils/preprocess.py",290,0,"",python,selection_mouse +6798,6440865,"utils/preprocess.py",290,2,"hn",python,selection_mouse +6799,6441116,"utils/preprocess.py",290,3,"hn ",python,selection_mouse +6800,6441116,"utils/preprocess.py",290,5,"hn hp",python,selection_mouse +6801,6442103,"utils/preprocess.py",295,0,"",python,selection_mouse +6802,6442725,"utils/preprocess.py",294,1,"p",python,selection_mouse +6803,6442726,"utils/preprocess.py",293,2,"hp",python,selection_mouse +6804,6442726,"utils/preprocess.py",292,3," hp",python,selection_mouse +6805,6442726,"utils/preprocess.py",291,4,"n hp",python,selection_mouse +6806,6442969,"utils/preprocess.py",290,5,"hn hp",python,selection_mouse +6807,6443618,"utils/preprocess.py",290,0,"",python,selection_mouse +6808,6444163,"utils/preprocess.py",290,1,"h",python,selection_mouse +6809,6444164,"utils/preprocess.py",290,2,"hn",python,selection_mouse +6810,6444222,"utils/preprocess.py",290,3,"hn ",python,selection_mouse +6811,6444285,"utils/preprocess.py",290,4,"hn h",python,selection_mouse +6812,6444789,"utils/preprocess.py",290,5,"hn hp",python,selection_mouse +6813,6445470,"utils/preprocess.py",295,0,"",python,selection_mouse +6814,6462157,"genie.py",0,0,"",python,tab +6815,6463486,"genie.py",3240,0,"",python,selection_mouse +6816,6464063,"genie.py",3201,0,"",python,selection_mouse +6817,6470077,"genie.py",3146,0,"",python,selection_mouse +6818,6471057,"genie.py",3147,0,"",python,selection_command +6819,6471757,"genie.py",3146,1,"",python,content +6820,6471878,"genie.py",3145,1,"",python,content +6821,6472021,"genie.py",3144,1,"",python,content +6822,6472188,"genie.py",3143,1,"",python,content +6823,6472287,"genie.py",3142,1,"",python,content +6824,6472481,"genie.py",3141,1,"",python,content +6825,6472782,"genie.py",3141,0,"p",python,content +6826,6472782,"genie.py",3142,0,"",python,selection_keyboard +6827,6473455,"genie.py",3142,0,"a",python,content +6828,6473456,"genie.py",3143,0,"",python,selection_keyboard +6829,6473701,"genie.py",3143,0,"t",python,content +6830,6473702,"genie.py",3144,0,"",python,selection_keyboard +6831,6473912,"genie.py",3144,0,"c",python,content +6832,6473913,"genie.py",3145,0,"",python,selection_keyboard +6833,6473983,"genie.py",3145,0,"h",python,content +6834,6473984,"genie.py",3146,0,"",python,selection_keyboard +6835,6474122,"genie.py",3146,0,"e",python,content +6836,6474123,"genie.py",3147,0,"",python,selection_keyboard +6837,6474245,"genie.py",3147,0,"s",python,content +6838,6474245,"genie.py",3148,0,"",python,selection_keyboard +6839,6475302,"genie.py",3314,0,"",python,selection_mouse +6840,6475424,"genie.py",3306,13,"tokenizer_out",python,selection_mouse +6841,6476142,"genie.py",3307,0,"",python,selection_mouse +6842,6476142,"genie.py",3306,13,"tokenizer_out",python,selection_mouse +6843,6476650,"genie.py",3300,0,"",python,selection_mouse +6844,6476793,"genie.py",3293,10,"token_idxs",python,selection_mouse +6845,6477398,"genie.py",3119,0,"",python,selection_mouse +6846,6477856,"genie.py",3140,0,"",python,selection_mouse +6847,6478002,"genie.py",3137,21,"num_patches_per_frame",python,selection_mouse +6848,6478755,"genie.py",3155,0,"",python,selection_mouse +6849,6479228,"genie.py",3184,0,"",python,selection_mouse +6850,6480110,"genie.py",3148,0,"",python,selection_mouse +6851,6480384,"genie.py",3148,1,"_",python,selection_mouse +6852,6480385,"genie.py",3148,3,"_pe",python,selection_mouse +6853,6480385,"genie.py",3148,5,"_per_",python,selection_mouse +6854,6480385,"genie.py",3148,6,"_per_f",python,selection_mouse +6855,6480409,"genie.py",3148,7,"_per_fr",python,selection_mouse +6856,6480445,"genie.py",3148,8,"_per_fra",python,selection_mouse +6857,6480474,"genie.py",3148,9,"_per_fram",python,selection_mouse +6858,6480503,"genie.py",3148,10,"_per_frame",python,selection_mouse +6859,6480981,"genie.py",3148,10,"",python,content +6860,6482173,"genie.py",3583,0,"",python,selection_mouse +6861,6482916,"genie.py",3332,0,"",python,selection_mouse +6862,6484719,"TERMINAL",0,0,"salloc: Job 3314821 has exceeded its time limit and its allocation has been revoked.\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\r\nslurmstepd: error: *** STEP 3314821.interactive ON hkn0402 CANCELLED AT 2025-07-03T14:50:38 DUE TO TIME LIMIT ***\r\nTerminated\r\n]0;tum_cte0515@hkn0402:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0402 jafar]$ ",,terminal_output +6863,6486915,"TERMINAL",0,0,"bash",,terminal_focus +6864,6488001,"TERMINAL",0,0,"queue",,terminal_command +6865,6488052,"TERMINAL",0,0,"]633;E;2025-07-03 14:50:41 queue;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C",,terminal_output +6866,6488137,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jul 3 14:50:41 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3314821 dev_accel interact tum_cte0 CG 1:00:26\t 1 hkn0402",,terminal_output +6867,6489014,"TERMINAL",0,0,"srun",,terminal_focus +6868,6489150,"TERMINAL",0,0,"2",,terminal_output +6869,6489898,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +6870,6490235,"TERMINAL",0,0,"3",,terminal_output +6871,6491259,"TERMINAL",0,0,"4",,terminal_output +6872,6492289,"TERMINAL",0,0,"\r",,terminal_output +6873,6492305,"TERMINAL",0,0,"5",,terminal_output +6874,6492465,"TERMINAL",0,0,"",,terminal_output +6875,6493312,"TERMINAL",0,0,"[?2004l\r\r\nexit\r\n",,terminal_output +6876,6493340,"TERMINAL",0,0,"6",,terminal_output +6877,6493437,"TERMINAL",0,0,"srun: error: hkn0402: task 0: Exited with exit code 143\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;143",,terminal_output +6878,6494071,"TERMINAL",0,0,"salloc --time=01:00:00 --partition=dev_accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5",,terminal_command +6879,6494124,"TERMINAL",0,0,"]633;E;2025-07-03 14:50:47 salloc --time=01:00:00 --partition=dev_accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5;3d7e79a2-e817-4582-b692-6332553dbb63]633;Csalloc: Granted job allocation 3315439\r\n",,terminal_output +6880,6494231,"TERMINAL",0,0,"salloc: Waiting for resource configuration\r\n",,terminal_output +6881,6494384,"TERMINAL",0,0,"73315439 dev_accel interact tum_cte0 R\t0:00\t 1 hkn0403",,terminal_output +6882,6495457,"TERMINAL",0,0,"81",,terminal_output +6883,6496584,"TERMINAL",0,0,"92",,terminal_output +6884,6497521,"TERMINAL",0,0,"503",,terminal_output +6885,6498632,"TERMINAL",0,0,"14",,terminal_output +6886,6499657,"TERMINAL",0,0,"25",,terminal_output +6887,6500721,"TERMINAL",0,0,"37",,terminal_output +6888,6501714,"TERMINAL",0,0,"58",,terminal_output +6889,6502845,"TERMINAL",0,0,"69",,terminal_output +6890,6503854,"TERMINAL",0,0,"710",,terminal_output +6891,6504880,"TERMINAL",0,0,"81",,terminal_output +6892,6505908,"TERMINAL",0,0,"92",,terminal_output +6893,6506954,"TERMINAL",0,0,"\r1:005439 R 0:133",,terminal_output +6894,6508053,"TERMINAL",0,0,"14",,terminal_output +6895,6509087,"TERMINAL",0,0,"25",,terminal_output +6896,6510095,"TERMINAL",0,0,"36",,terminal_output +6897,6511228,"TERMINAL",0,0,"47",,terminal_output +6898,6512191,"TERMINAL",0,0,"58",,terminal_output +6899,6513275,"TERMINAL",0,0,"69",,terminal_output +6900,6514285,"TERMINAL",0,0,"720",,terminal_output +6901,6515427,"TERMINAL",0,0,"81",,terminal_output +6902,6516373,"TERMINAL",0,0,"92",,terminal_output +6903,6517474,"TERMINAL",0,0,"103",,terminal_output +6904,6518467,"TERMINAL",0,0,"14",,terminal_output +6905,6519522,"TERMINAL",0,0,"25",,terminal_output +6906,6520649,"TERMINAL",0,0,"36",,terminal_output +6907,6521262,"TERMINAL",0,0,"salloc: Nodes hkn0403 are ready for job\r\n",,terminal_output +6908,6521673,"TERMINAL",0,0,"47",,terminal_output +6909,6522046,"TERMINAL",0,0,"]0;tum_cte0515@hkn0403:~/Projects/jafar[?2004h[tum_cte0515@hkn0403 jafar]$ ",,terminal_output +6910,6522652,"TERMINAL",0,0,"59",,terminal_output +6911,6523699,"TERMINAL",0,0,"730",,terminal_output +6912,6524767,"TERMINAL",0,0,"81",,terminal_output +6913,6524820,"TERMINAL",0,0,"s",,terminal_output +6914,6524939,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +6915,6525013,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +6916,6525079,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +6917,6525211,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +6918,6525470,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +6919,6525536,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +6920,6525662,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +6921,6525793,"TERMINAL",0,0,"92",,terminal_output +6922,6525868,"TERMINAL",0,0,"",,terminal_output +6923,6526249,"TERMINAL",0,0,"[?25lv[?25h",,terminal_output +6924,6526378,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +6925,6526598,"TERMINAL",0,0,"nv/",,terminal_output +6926,6526783,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +6927,6526849,"TERMINAL",0,0,"203",,terminal_output +6928,6527158,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +6929,6527342,"TERMINAL",0,0,"",,terminal_output +6930,6527868,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +6931,6527899,"TERMINAL",0,0,"14",,terminal_output +6932,6528012,"TERMINAL",0,0,"n/",,terminal_output +6933,6528457,"TERMINAL",0,0,"[?25la[?25h[?25lc[?25h",,terminal_output +6934,6528652,"TERMINAL",0,0,"tivate",,terminal_output +6935,6528935,"TERMINAL",0,0,"25",,terminal_output +6936,6529200,"TERMINAL",0,0,"\r\n[?2004l\r]0;tum_cte0515@hkn0403:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0403 jafar]$ ",,terminal_output +6937,6529512,"TERMINAL",0,0,"source .venv/bin/activate",,terminal_output +6938,6529628,"TERMINAL",0,0,"h scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +6939,6529984,"TERMINAL",0,0,"36",,terminal_output +6940,6531032,"TERMINAL",0,0,"47",,terminal_output +6941,6532117,"TERMINAL",0,0,"58",,terminal_output +6942,6532703,"genie.py",0,0,"",python,tab +6943,6532704,"genie.py",3253,0,"",python,selection_mouse +6944,6533129,"TERMINAL",0,0,"69",,terminal_output +6945,6533181,"genie.py",3254,0,"",python,selection_mouse +6946,6533767,"genie.py",3332,0,"",python,selection_mouse +6947,6534268,"TERMINAL",0,0,"740",,terminal_output +6948,6535292,"TERMINAL",0,0,"81",,terminal_output +6949,6536327,"TERMINAL",0,0,"92",,terminal_output +6950,6537237,"genie.py",3332,0,"\n ",python,content +6951,6537350,"TERMINAL",0,0,"303",,terminal_output +6952,6538391,"TERMINAL",0,0,"14",,terminal_output +6953,6539630,"TERMINAL",0,0,"25",,terminal_output +6954,6540591,"TERMINAL",0,0,"36",,terminal_output +6955,6541552,"TERMINAL",0,0,"47",,terminal_output +6956,6542573,"TERMINAL",0,0,"58",,terminal_output +6957,6543623,"TERMINAL",0,0,"69",,terminal_output +6958,6544635,"genie.py",3333,0,"",python,selection_command +6959,6544705,"TERMINAL",0,0,"751",,terminal_output +6960,6545736,"TERMINAL",0,0,"92",,terminal_output +6961,6546765,"TERMINAL",0,0,"403",,terminal_output +6962,6547144,"genie.py",3333,0," print(""token_idxs shape:"", token_idxs.shape)\n",python,content +6963,6547147,"genie.py",3386,9,"",python,content +6964,6547820,"TERMINAL",0,0,"14",,terminal_output +6965,6548859,"TERMINAL",0,0,"25",,terminal_output +6966,6549172,"genie.py",3095,0,"",python,selection_mouse +6967,6549752,"genie.py",3121,0,"",python,selection_mouse +6968,6549911,"TERMINAL",0,0,"36",,terminal_output +6969,6550592,"genie.py",3148,0,"",python,selection_mouse +6970,6550741,"genie.py",3137,11,"num_patches",python,selection_mouse +6971,6551076,"genie.py",3108,40,"== num_frames\n # N == num_patches",python,selection_mouse +6972,6551077,"genie.py",3103,45," # T == num_frames\n # N == num_patches",python,selection_mouse +6973,6551077,"genie.py",3100,48," # T == num_frames\n # N == num_patches",python,selection_mouse +6974,6551077,"genie.py",3098,50," # T == num_frames\n # N == num_patches",python,selection_mouse +6975,6551077,"genie.py",3097,51," # T == num_frames\n # N == num_patches",python,selection_mouse +6976,6551077,"genie.py",3070,78," # B == batch_size\n # T == num_frames\n # N == num_patches",python,selection_mouse +6977,6551107,"TERMINAL",0,0,"47",,terminal_output +6978,6552023,"TERMINAL",0,0,"58",,terminal_output +6979,6553126,"TERMINAL",0,0,"69",,terminal_output +6980,6553464,"genie.py",3178,0,"",python,selection_mouse +6981,6553998,"genie.py",3148,0,"",python,selection_mouse +6982,6554125,"TERMINAL",0,0,"71:00",,terminal_output +6983,6554603,"genie.py",3142,0,"",python,selection_mouse +6984,6554743,"genie.py",3137,11,"num_patches",python,selection_mouse +6985,6555167,"TERMINAL",0,0,"81",,terminal_output +6986,6555274,"genie.py",3116,0,"",python,selection_mouse +6987,6555426,"genie.py",3111,10,"num_frames",python,selection_mouse +6988,6555952,"genie.py",3092,0,"",python,selection_mouse +6989,6556055,"genie.py",3085,10,"batch_size",python,selection_mouse +6990,6556211,"TERMINAL",0,0,"92",,terminal_output +6991,6556681,"genie.py",3180,0,"",python,selection_mouse +6992,6557305,"genie.py",3148,0,"",python,selection_mouse +6993,6557320,"TERMINAL",0,0,"503",,terminal_output +6994,6558346,"TERMINAL",0,0,"14",,terminal_output +6995,6559049,"genie.py",3424,0,"",python,selection_mouse +6996,6559354,"TERMINAL",0,0,"25",,terminal_output +6997,6559723,"genie.py",3404,0,"",python,selection_mouse +6998,6560482,"TERMINAL",0,0,"36",,terminal_output +6999,6560564,"genie.py",3443,0,"",python,selection_mouse +7000,6560864,"genie.py",3443,0,"\n ",python,content +7001,6561448,"TERMINAL",0,0,"47",,terminal_output +7002,6562517,"TERMINAL",0,0,"58",,terminal_output +7003,6563553,"TERMINAL",0,0,"69",,terminal_output +7004,6564588,"TERMINAL",0,0,"710",,terminal_output +7005,6565695,"TERMINAL",0,0,"82",,terminal_output +7006,6566712,"TERMINAL",0,0,"2:003",,terminal_output +7007,6567778,"TERMINAL",0,0,"14",,terminal_output +7008,6568799,"TERMINAL",0,0,"25",,terminal_output +7009,6569845,"TERMINAL",0,0,"36",,terminal_output +7010,6570609,"genie.py",3444,0,"",python,selection_command +7011,6570878,"TERMINAL",0,0,"47",,terminal_output +7012,6571958,"TERMINAL",0,0,"58",,terminal_output +7013,6573087,"TERMINAL",0,0,"69",,terminal_output +7014,6574010,"TERMINAL",0,0,"720",,terminal_output +7015,6574511,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7016,6574653,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +7017,6575142,"TERMINAL",0,0,"81",,terminal_output +7018,6576148,"TERMINAL",0,0,"92",,terminal_output +7019,6577170,"TERMINAL",0,0,"103",,terminal_output +7020,6578209,"TERMINAL",0,0,"14",,terminal_output +7021,6578611,"TERMINAL",0,0,"\r\n",,terminal_output +7022,6579270,"TERMINAL",0,0,"25",,terminal_output +7023,6580349,"TERMINAL",0,0,"36",,terminal_output +7024,6580526,"genie.py",0,0,"",python,tab +7025,6581281,"genie.py",3575,0,"",python,selection_mouse +7026,6581367,"TERMINAL",0,0,"47",,terminal_output +7027,6581642,"genie.py",3575,0,"\n ",python,content +7028,6582420,"TERMINAL",0,0,"58",,terminal_output +7029,6583586,"TERMINAL",0,0,"69",,terminal_output +7030,6584606,"TERMINAL",0,0,"730",,terminal_output +7031,6585543,"TERMINAL",0,0,"81",,terminal_output +7032,6586565,"TERMINAL",0,0,"92",,terminal_output +7033,6587610,"TERMINAL",0,0,"203",,terminal_output +7034,6588683,"TERMINAL",0,0,"15",,terminal_output +7035,6588880,"genie.py",3576,0,"",python,selection_command +7036,6589771,"TERMINAL",0,0,"36",,terminal_output +7037,6590209,"genie.py",3576,0," print(""action_tokens.shape:"", action_tokens.shape)\n",python,content +7038,6590213,"genie.py",3635,9,"",python,content +7039,6590751,"TERMINAL",0,0,"47",,terminal_output +7040,6591691,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 14, in \r\n from genie import Genie\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/genie.py"", line 6, in \r\n import flax.linen as nn\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/__init__.py"", line 26, in \r\n from flax import linen\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/__init__.py"", line 147, in \r\n from .summary import tabulate\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/summary.py"", line 33, in \r\n import yaml\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/yaml/__init__.py"", line 8, in \r\n from .loader import *\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/yaml/loader.py"", line 6, in \r\n from .parser import *\r\n File """", line 1027, in _find_and_load\r\n File """", line 1006, in _find_and_load_unlocked\r\n File """", line 688, in _load_unlocked\r\n File """", line 879, in exec_module\r\n File """", line 975, in get_code\r\n File """", line 1074, in get_data\r\nKeyboardInterrupt\r\n",,terminal_output +7041,6591765,"TERMINAL",0,0,"\r\n]0;tum_cte0515@hkn0403:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0403 jafar]$ ",,terminal_output +7042,6591799,"TERMINAL",0,0,"58",,terminal_output +7043,6592337,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +7044,6592842,"TERMINAL",0,0,"69",,terminal_output +7045,6593875,"TERMINAL",0,0,"740",,terminal_output +7046,6594374,"genie.py",0,0,"",python,tab +7047,6595056,"TERMINAL",0,0,"81",,terminal_output +7048,6595728,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7049,6595841,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +7050,6595967,"TERMINAL",0,0,"92",,terminal_output +7051,6597016,"TERMINAL",0,0,"303",,terminal_output +7052,6598069,"TERMINAL",0,0,"14",,terminal_output +7053,6599108,"TERMINAL",0,0,"25",,terminal_output +7054,6600155,"TERMINAL",0,0,"36",,terminal_output +7055,6600726,"TERMINAL",0,0,"2025-07-03 14:52:34.072572: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7056,6601351,"TERMINAL",0,0,"47",,terminal_output +7057,6602245,"TERMINAL",0,0,"58",,terminal_output +7058,6603390,"TERMINAL",0,0,"69",,terminal_output +7059,6604412,"TERMINAL",0,0,"750",,terminal_output +7060,6605029,"TERMINAL",0,0,"2025-07-03 14:52:38.344202: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7061,6605436,"TERMINAL",0,0,"81",,terminal_output +7062,6606665,"TERMINAL",0,0,"92",,terminal_output +7063,6607688,"TERMINAL",0,0,"404",,terminal_output +7064,6608461,"genie.py",0,0,"",python,tab +7065,6608461,"genie.py",3019,0,"",python,selection_mouse +7066,6608718,"genie.py",3048,0,"",python,selection_mouse +7067,6608808,"TERMINAL",0,0,"25",,terminal_output +7068,6608901,"genie.py",3046,3,"rng",python,selection_mouse +7069,6609757,"TERMINAL",0,0,"36",,terminal_output +7070,6610805,"TERMINAL",0,0,"47",,terminal_output +7071,6611964,"TERMINAL",0,0,"58",,terminal_output +7072,6612891,"TERMINAL",0,0,"69",,terminal_output +7073,6614037,"TERMINAL",0,0,"72:00",,terminal_output +7074,6614242,"TERMINAL",0,0,"2025-07-03 14:52:47.580281: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7075,6614568,"sample.py",0,0,"",python,tab +7076,6614985,"TERMINAL",0,0,"81",,terminal_output +7077,6616056,"TERMINAL",0,0,"92",,terminal_output +7078,6617086,"TERMINAL",0,0,"503",,terminal_output +7079,6618142,"TERMINAL",0,0,"14",,terminal_output +7080,6619147,"sample.py",3670,0,"",python,selection_mouse +7081,6619209,"TERMINAL",0,0,"25",,terminal_output +7082,6619667,"sample.py",3656,0,"",python,selection_mouse +7083,6619827,"sample.py",3654,3,"rng",python,selection_mouse +7084,6620234,"TERMINAL",0,0,"36",,terminal_output +7085,6621278,"TERMINAL",0,0,"47",,terminal_output +7086,6621960,"TERMINAL",0,0,"2025-07-03 14:52:55.325858: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7087,6622440,"TERMINAL",0,0,"58",,terminal_output +7088,6622547,"sample.py",3700,0,"",python,selection_mouse +7089,6622585,"sample.py",3699,0,"",python,selection_command +7090,6623374,"TERMINAL",0,0,"69",,terminal_output +7091,6624483,"TERMINAL",0,0,"710",,terminal_output +7092,6625294,"sample.py",2493,0,"",python,selection_mouse +7093,6625429,"sample.py",2491,3,"rng",python,selection_mouse +7094,6625520,"TERMINAL",0,0,"81",,terminal_output +7095,6626538,"TERMINAL",0,0,"92",,terminal_output +7096,6627660,"TERMINAL",0,0,"3:003",,terminal_output +7097,6628479,"TERMINAL",0,0,"2025-07-03 14:53:01.733202: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7098,6628608,"TERMINAL",0,0,"14",,terminal_output +7099,6629658,"TERMINAL",0,0,"26",,terminal_output +7100,6630712,"TERMINAL",0,0,"47",,terminal_output +7101,6631761,"TERMINAL",0,0,"58",,terminal_output +7102,6632880,"TERMINAL",0,0,"69",,terminal_output +7103,6633906,"TERMINAL",0,0,"720",,terminal_output +7104,6634937,"TERMINAL",0,0,"81",,terminal_output +7105,6635067,"TERMINAL",0,0,"2025-07-03 14:53:08.431486: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7106,6635952,"TERMINAL",0,0,"92",,terminal_output +7107,6636987,"TERMINAL",0,0,"103",,terminal_output +7108,6638036,"TERMINAL",0,0,"14",,terminal_output +7109,6638410,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7110,6639085,"TERMINAL",0,0,"25",,terminal_output +7111,6640150,"TERMINAL",0,0,"36",,terminal_output +7112,6641278,"TERMINAL",0,0,"47",,terminal_output +7113,6642301,"TERMINAL",0,0,"58",,terminal_output +7114,6643324,"TERMINAL",0,0,"69",,terminal_output +7115,6644326,"TERMINAL",0,0,"730",,terminal_output +7116,6645385,"TERMINAL",0,0,"81",,terminal_output +7117,6646509,"TERMINAL",0,0,"92",,terminal_output +7118,6646525,"TERMINAL",0,0,"2025-07-03 14:53:19.851633: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7119,6647524,"TERMINAL",0,0,"203",,terminal_output +7120,6647620,"sample.py",3477,0,"",python,selection_mouse +7121,6647811,"sample.py",3475,4,"_rng",python,selection_mouse +7122,6648546,"TERMINAL",0,0,"14",,terminal_output +7123,6649384,"TERMINAL",0,0,"2025-07-03 14:53:22.675113: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7124,6649574,"TERMINAL",0,0,"25",,terminal_output +7125,6650632,"TERMINAL",0,0,"36",,terminal_output +7126,6651671,"TERMINAL",0,0,"48",,terminal_output +7127,6652745,"TERMINAL",0,0,"69",,terminal_output +7128,6652960,"sample.py",2960,0,"",python,selection_mouse +7129,6653873,"TERMINAL",0,0,"740",,terminal_output +7130,6654542,"sample.py",2759,0,"",python,selection_mouse +7131,6654895,"TERMINAL",0,0,"81",,terminal_output +7132,6655968,"TERMINAL",0,0,"92",,terminal_output +7133,6656026,"sample.py",2801,0,"",python,selection_command +7134,6656589,"sample.py",2880,0,"",python,selection_command +7135,6656621,"sample.py",2912,0,"",python,selection_command +7136,6656622,"sample.py",2931,0,"",python,selection_command +7137,6656684,"sample.py",2952,0,"",python,selection_command +7138,6656684,"sample.py",2984,0,"",python,selection_command +7139,6656748,"sample.py",3014,0,"",python,selection_command +7140,6656749,"sample.py",3046,0,"",python,selection_command +7141,6656784,"sample.py",3068,0,"",python,selection_command +7142,6656784,"sample.py",3089,0,"",python,selection_command +7143,6656816,"sample.py",3132,0,"",python,selection_command +7144,6656830,"sample.py",3204,0,"",python,selection_command +7145,6656913,"TERMINAL",0,0,"303",,terminal_output +7146,6656942,"sample.py",3256,0,"",python,selection_command +7147,6657107,"sample.py",3258,0,"",python,selection_command +7148,6657275,"sample.py",3278,0,"",python,selection_command +7149,6657290,"TERMINAL",0,0,"2025-07-03 14:53:30.620565: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7150,6657417,"sample.py",3324,0,"",python,selection_command +7151,6657534,"sample.py",3383,0,"",python,selection_command +7152,6657971,"TERMINAL",0,0,"14",,terminal_output +7153,6658805,"sample.py",3412,0,"\n rng, _rng = jax.random.split(rng)",python,content +7154,6658846,"sample.py",3421,0,"",python,selection_command +7155,6658930,"TERMINAL",0,0,"token_idxs shape: (1, 1, 920)\r\nnew_frame_idxs.shape: (1, 920)\r\n",,terminal_output +7156,6659051,"TERMINAL",0,0,"25",,terminal_output +7157,6659051,"TERMINAL",0,0,"action_tokens.shape: (1, 5, 1, 32)\r\n",,terminal_output +7158,6659222,"sample.py",3463,0,"",python,selection_command +7159,6659246,"TERMINAL",0,0,"Entering jdb:\r\n(jdb) ",,terminal_output +7160,6659615,"sample.py",3421,0,"",python,selection_command +7161,6660059,"TERMINAL",0,0,"36",,terminal_output +7162,6660192,"sample.py",3417,4,"",python,content +7163,6660408,"sample.py",3416,0,"",python,selection_command +7164,6660660,"sample.py",3454,0,"",python,selection_command +7165,6660857,"sample.py",3455,0,"",python,selection_command +7166,6661129,"TERMINAL",0,0,"47",,terminal_output +7167,6661531,"sample.py",3518,0,"",python,selection_command +7168,6662155,"TERMINAL",0,0,"58",,terminal_output +7169,6662214,"sample.py",3517,0,"",python,selection_command +7170,6663124,"sample.py",3548,0,"",python,selection_command +7171,6663221,"TERMINAL",0,0,"69",,terminal_output +7172,6663329,"sample.py",3547,0,"",python,selection_command +7173,6663572,"sample.py",3563,0,"",python,selection_command +7174,6663751,"sample.py",3578,0,"",python,selection_command +7175,6663917,"sample.py",3600,0,"",python,selection_command +7176,6664015,"sample.py",3628,0,"",python,selection_command +7177,6664249,"TERMINAL",0,0,"750",,terminal_output +7178,6664301,"sample.py",3654,0,"",python,selection_command +7179,6664443,"sample.py",3682,0,"",python,selection_command +7180,6664596,"sample.py",3696,0,"",python,selection_command +7181,6664979,"sample.py",3684,14,"",python,content +7182,6665022,"sample.py",3692,0,"",python,selection_command +7183,6665315,"TERMINAL",0,0,"81",,terminal_output +7184,6666405,"TERMINAL",0,0,"92",,terminal_output +7185,6666590,"genie.py",0,0,"",python,tab +7186,6667495,"TERMINAL",0,0,"403",,terminal_output +7187,6668007,"genie.py",3046,3,"d",python,content +7188,6668008,"genie.py",3047,0,"",python,selection_keyboard +7189,6668145,"genie.py",3047,0,"d",python,content +7190,6668146,"genie.py",3048,0,"",python,selection_keyboard +7191,6668462,"TERMINAL",0,0,"14",,terminal_output +7192,6668947,"genie.py",3047,0,"",python,selection_command +7193,6669506,"TERMINAL",0,0,"25",,terminal_output +7194,6670064,"genie.py",3038,17,"",python,content +7195,6670129,"genie.py",3042,0,"",python,selection_command +7196,6670537,"TERMINAL",0,0,"36",,terminal_output +7197,6671585,"TERMINAL",0,0,"47",,terminal_output +7198,6672726,"TERMINAL",0,0,"58",,terminal_output +7199,6673723,"TERMINAL",0,0,"63:00",,terminal_output +7200,6674762,"TERMINAL",0,0,"81",,terminal_output +7201,6675762,"TERMINAL",0,0,"92",,terminal_output +7202,6676897,"TERMINAL",0,0,"503",,terminal_output +7203,6677953,"TERMINAL",0,0,"14",,terminal_output +7204,6678902,"TERMINAL",0,0,"25",,terminal_output +7205,6679984,"TERMINAL",0,0,"36",,terminal_output +7206,6681046,"TERMINAL",0,0,"47",,terminal_output +7207,6682067,"TERMINAL",0,0,"58",,terminal_output +7208,6683099,"TERMINAL",0,0,"69",,terminal_output +7209,6684147,"TERMINAL",0,0,"710",,terminal_output +7210,6685208,"TERMINAL",0,0,"81",,terminal_output +7211,6686345,"TERMINAL",0,0,"92",,terminal_output +7212,6687381,"TERMINAL",0,0,"4:003",,terminal_output +7213,6688483,"TERMINAL",0,0,"14",,terminal_output +7214,6689021,"genie.py",0,0,"",python,tab +7215,6689022,"genie.py",3077,0,"",python,selection_mouse +7216,6689100,"genie.py",3076,0,"",python,selection_command +7217,6689433,"TERMINAL",0,0,"25",,terminal_output +7218,6689515,"genie.py",3103,0,"",python,selection_mouse +7219,6689530,"genie.py",3102,0,"",python,selection_command +7220,6690483,"genie.py",3096,0,"",python,selection_mouse +7221,6690489,"TERMINAL",0,0,"36",,terminal_output +7222,6691550,"TERMINAL",0,0,"47",,terminal_output +7223,6691923,"genie.py",3070,0,"",python,selection_command +7224,6692684,"TERMINAL",0,0,"58",,terminal_output +7225,6693712,"genie.py",3096,0,"",python,selection_command +7226,6693714,"TERMINAL",0,0,"69",,terminal_output +7227,6694034,"genie.py",3097,0,"",python,selection_command +7228,6694729,"TERMINAL",0,0,"721",,terminal_output +7229,6695726,"TERMINAL",0,0,"92",,terminal_output +7230,6695990,"genie.py",3098,0,"",python,selection_command +7231,6696778,"TERMINAL",0,0,"103",,terminal_output +7232,6697634,"genie.py",3103,0,"",python,selection_command +7233,6697826,"TERMINAL",0,0,"14",,terminal_output +7234,6697954,"genie.py",3103,0," ",python,content +7235,6697956,"genie.py",3104,0,"",python,selection_keyboard +7236,6698460,"genie.py",3104,0,"()",python,content +7237,6698461,"genie.py",3105,0,"",python,selection_keyboard +7238,6698692,"genie.py",3105,0,"i",python,content +7239,6698692,"genie.py",3106,0,"",python,selection_keyboard +7240,6698786,"genie.py",3106,0,"n",python,content +7241,6698786,"genie.py",3107,0,"",python,selection_keyboard +7242,6698882,"TERMINAL",0,0,"25",,terminal_output +7243,6699000,"genie.py",3107,0,"p",python,content +7244,6699000,"genie.py",3108,0,"",python,selection_keyboard +7245,6699121,"genie.py",3108,0,"u",python,content +7246,6699122,"genie.py",3109,0,"",python,selection_keyboard +7247,6699263,"genie.py",3109,0,"t",python,content +7248,6699264,"genie.py",3110,0,"",python,selection_keyboard +7249,6700033,"TERMINAL",0,0,"36",,terminal_output +7250,6700179,"genie.py",3109,0,"",python,selection_command +7251,6700561,"genie.py",3137,0,"",python,selection_command +7252,6701101,"TERMINAL",0,0,"47",,terminal_output +7253,6701953,"genie.py",3138,0,"\n ",python,content +7254,6702135,"TERMINAL",0,0,"58",,terminal_output +7255,6703206,"TERMINAL",0,0,"69",,terminal_output +7256,6703362,"genie.py",3147,0,"#",python,content +7257,6703363,"genie.py",3148,0,"",python,selection_keyboard +7258,6703425,"genie.py",3148,0," ",python,content +7259,6703425,"genie.py",3149,0,"",python,selection_keyboard +7260,6703805,"genie.py",3149,0,"S",python,content +7261,6703805,"genie.py",3150,0,"",python,selection_keyboard +7262,6704088,"genie.py",3150,0," ",python,content +7263,6704089,"genie.py",3151,0,"",python,selection_keyboard +7264,6704211,"TERMINAL",0,0,"730",,terminal_output +7265,6704381,"genie.py",3151,0,"=",python,content +7266,6704381,"genie.py",3152,0,"",python,selection_keyboard +7267,6704499,"genie.py",3152,0,"=",python,content +7268,6704500,"genie.py",3153,0,"",python,selection_keyboard +7269,6704858,"genie.py",3153,0," ",python,content +7270,6704859,"genie.py",3154,0,"",python,selection_keyboard +7271,6705264,"TERMINAL",0,0,"81",,terminal_output +7272,6705290,"genie.py",3154,0,"s",python,content +7273,6705291,"genie.py",3155,0,"",python,selection_keyboard +7274,6705500,"genie.py",3155,0,"e",python,content +7275,6705501,"genie.py",3156,0,"",python,selection_keyboard +7276,6705877,"genie.py",3156,0,"q",python,content +7277,6705877,"genie.py",3157,0,"",python,selection_keyboard +7278,6706067,"genie.py",3157,0,"_",python,content +7279,6706067,"genie.py",3158,0,"",python,selection_keyboard +7280,6706300,"TERMINAL",0,0,"92",,terminal_output +7281,6706399,"genie.py",3158,0,"l",python,content +7282,6706400,"genie.py",3159,0,"",python,selection_keyboard +7283,6706573,"genie.py",3159,0,"e",python,content +7284,6706573,"genie.py",3160,0,"",python,selection_keyboard +7285,6706627,"genie.py",3160,0,"n",python,content +7286,6706628,"genie.py",3161,0,"",python,selection_keyboard +7287,6707399,"TERMINAL",0,0,"203",,terminal_output +7288,6708456,"genie.py",3160,0,"",python,selection_command +7289,6708471,"TERMINAL",0,0,"14",,terminal_output +7290,6709053,"genie.py",3183,0,"",python,selection_command +7291,6709432,"TERMINAL",0,0,"25",,terminal_output +7292,6709547,"genie.py",3227,0,"",python,selection_command +7293,6709603,"genie.py",3309,0,"",python,selection_command +7294,6709716,"genie.py",3367,0,"",python,selection_command +7295,6709735,"genie.py",3420,0,"",python,selection_command +7296,6709855,"genie.py",3478,0,"",python,selection_command +7297,6710019,"genie.py",3539,0,"",python,selection_command +7298,6710476,"TERMINAL",0,0,"36",,terminal_output +7299,6711527,"TERMINAL",0,0,"47",,terminal_output +7300,6712651,"TERMINAL",0,0,"58",,terminal_output +7301,6713674,"TERMINAL",0,0,"69",,terminal_output +7302,6714698,"TERMINAL",0,0,"741",,terminal_output +7303,6714784,"genie.py",3610,0,"",python,selection_command +7304,6715717,"TERMINAL",0,0,"92",,terminal_output +7305,6716746,"TERMINAL",0,0,"303",,terminal_output +7306,6716915,"genie.py",3647,0,"",python,selection_command +7307,6717872,"TERMINAL",0,0,"14",,terminal_output +7308,6718863,"genie.py",3647,0," ",python,content +7309,6718864,"genie.py",3648,0,"",python,selection_keyboard +7310,6718944,"TERMINAL",0,0,"25",,terminal_output +7311,6719029,"genie.py",3648,0,"#",python,content +7312,6719030,"genie.py",3649,0,"",python,selection_keyboard +7313,6719160,"genie.py",3649,0," ",python,content +7314,6719161,"genie.py",3650,0,"",python,selection_keyboard +7315,6719672,"genie.py",3650,0,"()",python,content +7316,6719672,"genie.py",3651,0,"",python,selection_keyboard +7317,6719910,"TERMINAL",0,0,"36",,terminal_output +7318,6720717,"genie.py",3398,0,"",python,selection_mouse +7319,6720930,"TERMINAL",0,0,"47",,terminal_output +7320,6722008,"genie.py",3398,0," ",python,content +7321,6722008,"genie.py",3399,0,"",python,selection_keyboard +7322,6722008,"TERMINAL",0,0,"58",,terminal_output +7323,6722115,"genie.py",3399,0,"#",python,content +7324,6722115,"genie.py",3400,0,"",python,selection_keyboard +7325,6722227,"genie.py",3400,0," ",python,content +7326,6722227,"genie.py",3401,0,"",python,selection_keyboard +7327,6722732,"genie.py",3401,0,"()",python,content +7328,6722732,"genie.py",3402,0,"",python,selection_keyboard +7329,6723130,"TERMINAL",0,0,"69",,terminal_output +7330,6724085,"TERMINAL",0,0,"750",,terminal_output +7331,6725141,"TERMINAL",0,0,"81",,terminal_output +7332,6726176,"TERMINAL",0,0,"92",,terminal_output +7333,6727455,"genie.py",0,0,"",python,tab +7334,6727455,"genie.py",3403,0,"",python,selection_mouse +7335,6727610,"TERMINAL",0,0,"403",,terminal_output +7336,6728494,"TERMINAL",0,0,"14",,terminal_output +7337,6728518,"genie.py",3402,0,"",python,selection_mouse +7338,6729541,"TERMINAL",0,0,"25",,terminal_output +7339,6730585,"TERMINAL",0,0,"36",,terminal_output +7340,6730952,"genie.py",3401,0,"",python,selection_command +7341,6731290,"genie.py",3459,0,"",python,selection_command +7342,6731527,"genie.py",3461,0,"",python,selection_command +7343,6731667,"TERMINAL",0,0,"47",,terminal_output +7344,6732199,"genie.py",3461,0," ",python,content +7345,6732199,"genie.py",3462,0,"",python,selection_keyboard +7346,6732289,"genie.py",3462,0,"#",python,content +7347,6732290,"genie.py",3463,0,"",python,selection_keyboard +7348,6732380,"genie.py",3463,0," ",python,content +7349,6732380,"genie.py",3464,0,"",python,selection_keyboard +7350,6732691,"TERMINAL",0,0,"69",,terminal_output +7351,6733681,"genie.py",3464,0,"()",python,content +7352,6733682,"genie.py",3465,0,"",python,selection_keyboard +7353,6733759,"TERMINAL",0,0,"74:00",,terminal_output +7354,6734815,"TERMINAL",0,0,"81",,terminal_output +7355,6735819,"TERMINAL",0,0,"92",,terminal_output +7356,6736920,"TERMINAL",0,0,"503",,terminal_output +7357,6737916,"TERMINAL",0,0,"14",,terminal_output +7358,6739071,"TERMINAL",0,0,"25",,terminal_output +7359,6740013,"TERMINAL",0,0,"36",,terminal_output +7360,6741059,"TERMINAL",0,0,"47",,terminal_output +7361,6742105,"TERMINAL",0,0,"58",,terminal_output +7362,6743151,"TERMINAL",0,0,"69",,terminal_output +7363,6744199,"TERMINAL",0,0,"710",,terminal_output +7364,6745245,"TERMINAL",0,0,"81",,terminal_output +7365,6745525,"genie.py",3465,0,"B",python,content +7366,6745527,"genie.py",3466,0,"",python,selection_keyboard +7367,6745800,"genie.py",3466,0,",",python,content +7368,6745801,"genie.py",3467,0,"",python,selection_keyboard +7369,6745867,"genie.py",3467,0," ",python,content +7370,6745867,"genie.py",3468,0,"",python,selection_keyboard +7371,6746332,"genie.py",3468,0,"N",python,content +7372,6746333,"genie.py",3469,0,"",python,selection_keyboard +7373,6746358,"TERMINAL",0,0,"92",,terminal_output +7374,6746997,"genie.py",3468,0,"",python,selection_command +7375,6747234,"genie.py",3530,0,"",python,selection_command +7376,6747337,"TERMINAL",0,0,"5:003",,terminal_output +7377,6748492,"TERMINAL",0,0,"14",,terminal_output +7378,6749515,"TERMINAL",0,0,"25",,terminal_output +7379,6750539,"TERMINAL",0,0,"36",,terminal_output +7380,6751563,"TERMINAL",0,0,"47",,terminal_output +7381,6752588,"TERMINAL",0,0,"58",,terminal_output +7382,6753627,"TERMINAL",0,0,"69",,terminal_output +7383,6754737,"TERMINAL",0,0,"721",,terminal_output +7384,6755722,"TERMINAL",0,0,"92",,terminal_output +7385,6756771,"TERMINAL",0,0,"103",,terminal_output +7386,6757832,"TERMINAL",0,0,"14",,terminal_output +7387,6758854,"TERMINAL",0,0,"25",,terminal_output +7388,6759899,"TERMINAL",0,0,"36",,terminal_output +7389,6760983,"TERMINAL",0,0,"47",,terminal_output +7390,6761977,"TERMINAL",0,0,"58",,terminal_output +7391,6763038,"TERMINAL",0,0,"69",,terminal_output +7392,6764065,"TERMINAL",0,0,"730",,terminal_output +7393,6765117,"TERMINAL",0,0,"81",,terminal_output +7394,6766162,"TERMINAL",0,0,"92",,terminal_output +7395,6767229,"TERMINAL",0,0,"203",,terminal_output +7396,6768271,"TERMINAL",0,0,"14",,terminal_output +7397,6769381,"TERMINAL",0,0,"25",,terminal_output +7398,6770405,"TERMINAL",0,0,"36",,terminal_output +7399,6771430,"TERMINAL",0,0,"47",,terminal_output +7400,6772455,"TERMINAL",0,0,"58",,terminal_output +7401,6773588,"TERMINAL",0,0,"69",,terminal_output +7402,6774567,"TERMINAL",0,0,"740",,terminal_output +7403,6775596,"TERMINAL",0,0,"81",,terminal_output +7404,6776675,"TERMINAL",0,0,"92",,terminal_output +7405,6777777,"TERMINAL",0,0,"304",,terminal_output +7406,6778730,"TERMINAL",0,0,"25",,terminal_output +7407,6779509,"genie.py",3602,0,"",python,selection_mouse +7408,6779524,"genie.py",3601,0,"",python,selection_command +7409,6779767,"TERMINAL",0,0,"36",,terminal_output +7410,6780117,"genie.py",3531,0,"",python,selection_mouse +7411,6780136,"genie.py",3530,0,"",python,selection_command +7412,6780811,"TERMINAL",0,0,"47",,terminal_output +7413,6780850,"genie.py",3602,0,"",python,selection_mouse +7414,6780874,"genie.py",3601,0,"",python,selection_command +7415,6781882,"TERMINAL",0,0,"58",,terminal_output +7416,6783014,"TERMINAL",0,0,"69",,terminal_output +7417,6783498,"genie.py",3665,0,"",python,selection_mouse +7418,6784032,"TERMINAL",0,0,"750",,terminal_output +7419,6784993,"TERMINAL",0,0,"81",,terminal_output +7420,6786073,"TERMINAL",0,0,"92",,terminal_output +7421,6787098,"TERMINAL",0,0,"403",,terminal_output +7422,6788125,"TERMINAL",0,0,"14",,terminal_output +7423,6788591,"genie.py",3665,0,"B",python,content +7424,6788592,"genie.py",3666,0,"",python,selection_keyboard +7425,6788820,"genie.py",3666,0,",",python,content +7426,6788821,"genie.py",3667,0,"",python,selection_keyboard +7427,6788909,"genie.py",3667,0," ",python,content +7428,6788910,"genie.py",3668,0,"",python,selection_keyboard +7429,6789182,"TERMINAL",0,0,"25",,terminal_output +7430,6790218,"TERMINAL",0,0,"36",,terminal_output +7431,6791375,"TERMINAL",0,0,"47",,terminal_output +7432,6792421,"TERMINAL",0,0,"58",,terminal_output +7433,6792498,"genie.py",3668,0,"S",python,content +7434,6792499,"genie.py",3669,0,"",python,selection_keyboard +7435,6793017,"genie.py",3669,0,",",python,content +7436,6793018,"genie.py",3670,0,"",python,selection_keyboard +7437,6793060,"genie.py",3670,0," ",python,content +7438,6793060,"genie.py",3671,0,"",python,selection_keyboard +7439,6793356,"TERMINAL",0,0,"69",,terminal_output +7440,6794398,"TERMINAL",0,0,"75:00",,terminal_output +7441,6795493,"TERMINAL",0,0,"81",,terminal_output +7442,6796500,"TERMINAL",0,0,"92",,terminal_output +7443,6797553,"TERMINAL",0,0,"503",,terminal_output +7444,6798668,"TERMINAL",0,0,"14",,terminal_output +7445,6799695,"TERMINAL",0,0,"25",,terminal_output +7446,6800715,"TERMINAL",0,0,"37",,terminal_output +7447,6801722,"TERMINAL",0,0,"58",,terminal_output +7448,6802322,"genie.py",3161,0,"",python,selection_mouse +7449,6802880,"genie.py",3161,0,"\n ",python,content +7450,6802905,"TERMINAL",0,0,"69",,terminal_output +7451,6803821,"genie.py",3170,0,"#",python,content +7452,6803822,"genie.py",3171,0,"",python,selection_keyboard +7453,6803841,"TERMINAL",0,0,"710",,terminal_output +7454,6803939,"genie.py",3171,0," ",python,content +7455,6803940,"genie.py",3172,0,"",python,selection_keyboard +7456,6804387,"genie.py",3172,0,"A",python,content +7457,6804387,"genie.py",3173,0,"",python,selection_keyboard +7458,6804826,"genie.py",3173,0," ",python,content +7459,6804827,"genie.py",3174,0,"",python,selection_keyboard +7460,6804888,"TERMINAL",0,0,"81",,terminal_output +7461,6805004,"genie.py",3174,0,"=",python,content +7462,6805004,"genie.py",3175,0,"",python,selection_keyboard +7463,6805143,"genie.py",3175,0,"=",python,content +7464,6805144,"genie.py",3176,0,"",python,selection_keyboard +7465,6805233,"genie.py",3176,0," ",python,content +7466,6805234,"genie.py",3177,0,"",python,selection_keyboard +7467,6805643,"genie.py",3177,0,"a",python,content +7468,6805644,"genie.py",3178,0,"",python,selection_keyboard +7469,6805806,"genie.py",3178,0,"c",python,content +7470,6805807,"genie.py",3179,0,"",python,selection_keyboard +7471,6805899,"TERMINAL",0,0,"92",,terminal_output +7472,6806057,"genie.py",3179,0,"t",python,content +7473,6806058,"genie.py",3180,0,"",python,selection_keyboard +7474,6806089,"genie.py",3180,0,"i",python,content +7475,6806090,"genie.py",3181,0,"",python,selection_keyboard +7476,6806212,"genie.py",3181,0,"o",python,content +7477,6806213,"genie.py",3182,0,"",python,selection_keyboard +7478,6806319,"genie.py",3182,0,"n",python,content +7479,6806320,"genie.py",3183,0,"",python,selection_keyboard +7480,6806664,"genie.py",3183,0,"_",python,content +7481,6806665,"genie.py",3184,0,"",python,selection_keyboard +7482,6806830,"genie.py",3184,0,"s",python,content +7483,6806830,"genie.py",3185,0,"",python,selection_keyboard +7484,6806902,"genie.py",3185,0,"p",python,content +7485,6806902,"genie.py",3186,0,"",python,selection_keyboard +7486,6807002,"TERMINAL",0,0,"6:003",,terminal_output +7487,6807026,"genie.py",3186,0,"a",python,content +7488,6807027,"genie.py",3187,0,"",python,selection_keyboard +7489,6807098,"genie.py",3187,0,"c",python,content +7490,6807099,"genie.py",3188,0,"",python,selection_keyboard +7491,6807277,"genie.py",3188,0,"e",python,content +7492,6807278,"genie.py",3189,0,"",python,selection_keyboard +7493,6808046,"TERMINAL",0,0,"14",,terminal_output +7494,6808403,"genie.py",3699,0,"",python,selection_mouse +7495,6808928,"genie.py",3699,0,"A",python,content +7496,6808930,"genie.py",3700,0,"",python,selection_keyboard +7497,6809037,"TERMINAL",0,0,"25",,terminal_output +7498,6809267,"genie.py",3700,0,",",python,content +7499,6809268,"genie.py",3701,0,"",python,selection_keyboard +7500,6809359,"genie.py",3701,0," ",python,content +7501,6809360,"genie.py",3702,0,"",python,selection_keyboard +7502,6810081,"TERMINAL",0,0,"36",,terminal_output +7503,6811146,"TERMINAL",0,0,"47",,terminal_output +7504,6812168,"TERMINAL",0,0,"58",,terminal_output +7505,6813212,"TERMINAL",0,0,"69",,terminal_output +7506,6814332,"TERMINAL",0,0,"720",,terminal_output +7507,6815332,"TERMINAL",0,0,"81",,terminal_output +7508,6816357,"TERMINAL",0,0,"92",,terminal_output +7509,6817408,"TERMINAL",0,0,"103",,terminal_output +7510,6817568,"genie.py",0,0,"",python,tab +7511,6817569,"genie.py",3233,0,"",python,selection_mouse +7512,6818007,"genie.py",3161,0,"",python,selection_mouse +7513,6818532,"TERMINAL",0,0,"14",,terminal_output +7514,6818636,"genie.py",3189,0,"",python,selection_mouse +7515,6819492,"TERMINAL",0,0,"25",,terminal_output +7516,6820006,"genie.py",3703,0,"",python,selection_mouse +7517,6820582,"TERMINAL",0,0,"36",,terminal_output +7518,6820775,"genie.py",3702,0,"",python,selection_mouse +7519,6821606,"TERMINAL",0,0,"47",,terminal_output +7520,6822237,"genie.py",3189,0,"",python,selection_mouse +7521,6822732,"TERMINAL",0,0,"58",,terminal_output +7522,6822825,"genie.py",3189,0,"\n ",python,content +7523,6823608,"genie.py",3198,0,"#",python,content +7524,6823609,"genie.py",3199,0,"",python,selection_keyboard +7525,6823678,"TERMINAL",0,0,"630",,terminal_output +7526,6823707,"genie.py",3199,0,"#",python,content +7527,6823708,"genie.py",3200,0,"",python,selection_keyboard +7528,6823796,"genie.py",3200,0," ",python,content +7529,6823796,"genie.py",3201,0,"",python,selection_keyboard +7530,6824294,"genie.py",3201,0,"D",python,content +7531,6824295,"genie.py",3202,0,"",python,selection_keyboard +7532,6824674,"genie.py",3201,1,"",python,content +7533,6824741,"TERMINAL",0,0,"81",,terminal_output +7534,6824800,"genie.py",3200,1,"",python,content +7535,6824921,"genie.py",3199,1,"",python,content +7536,6825218,"genie.py",3199,0," ",python,content +7537,6825219,"genie.py",3200,0,"",python,selection_keyboard +7538,6825415,"genie.py",3200,0,"D",python,content +7539,6825416,"genie.py",3201,0,"",python,selection_keyboard +7540,6825791,"TERMINAL",0,0,"92",,terminal_output +7541,6826027,"genie.py",3201,0," ",python,content +7542,6826028,"genie.py",3202,0,"",python,selection_keyboard +7543,6826216,"genie.py",3202,0,"=",python,content +7544,6826217,"genie.py",3203,0,"",python,selection_keyboard +7545,6826327,"genie.py",3203,0,"=",python,content +7546,6826328,"genie.py",3204,0,"",python,selection_keyboard +7547,6826853,"TERMINAL",0,0,"203",,terminal_output +7548,6827093,"genie.py",3204,0," ",python,content +7549,6827094,"genie.py",3205,0,"",python,selection_keyboard +7550,6827226,"genie.py",3205,0,"l",python,content +7551,6827227,"genie.py",3206,0,"",python,selection_keyboard +7552,6827323,"genie.py",3206,0,"a",python,content +7553,6827324,"genie.py",3207,0,"",python,selection_keyboard +7554,6827549,"genie.py",3207,0,"t",python,content +7555,6827550,"genie.py",3208,0,"",python,selection_keyboard +7556,6827742,"genie.py",3208,0,"e",python,content +7557,6827742,"genie.py",3209,0,"",python,selection_keyboard +7558,6827806,"genie.py",3209,0,"n",python,content +7559,6827807,"genie.py",3210,0,"",python,selection_keyboard +7560,6827871,"TERMINAL",0,0,"14",,terminal_output +7561,6828408,"genie.py",3210,0,"t",python,content +7562,6828409,"genie.py",3211,0,"",python,selection_keyboard +7563,6828580,"genie.py",3211,0,"_",python,content +7564,6828581,"genie.py",3212,0,"",python,selection_keyboard +7565,6828843,"genie.py",3212,0,"d",python,content +7566,6828844,"genie.py",3213,0,"",python,selection_keyboard +7567,6828924,"TERMINAL",0,0,"25",,terminal_output +7568,6828946,"genie.py",3213,0,"i",python,content +7569,6828947,"genie.py",3214,0,"",python,selection_keyboard +7570,6829075,"genie.py",3214,0,"m",python,content +7571,6829075,"genie.py",3215,0,"",python,selection_keyboard +7572,6829941,"TERMINAL",0,0,"36",,terminal_output +7573,6830458,"genie.py",3728,0,"",python,selection_mouse +7574,6830849,"genie.py",3728,0,"D",python,content +7575,6830850,"genie.py",3729,0,"",python,selection_keyboard +7576,6830999,"TERMINAL",0,0,"47",,terminal_output +7577,6832036,"TERMINAL",0,0,"58",,terminal_output +7578,6832456,"models/tokenizer.py",0,0,"",python,tab +7579,6833083,"TERMINAL",0,0,"69",,terminal_output +7580,6834122,"TERMINAL",0,0,"740",,terminal_output +7581,6835231,"TERMINAL",0,0,"81",,terminal_output +7582,6836250,"TERMINAL",0,0,"92",,terminal_output +7583,6837265,"TERMINAL",0,0,"303",,terminal_output +7584,6838200,"models/tokenizer.py",1525,0,"",python,selection_command +7585,6838317,"TERMINAL",0,0,"14",,terminal_output +7586,6839424,"TERMINAL",0,0,"25",,terminal_output +7587,6840419,"TERMINAL",0,0,"36",,terminal_output +7588,6841505,"TERMINAL",0,0,"47",,terminal_output +7589,6842515,"TERMINAL",0,0,"58",,terminal_output +7590,6843677,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n seed=args.seed,\n )\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in dataloader) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +7591,6843916,"TERMINAL",0,0,"69",,terminal_output +7592,6844588,"TERMINAL",0,0,"750",,terminal_output +7593,6845630,"TERMINAL",0,0,"81",,terminal_output +7594,6846680,"TERMINAL",0,0,"93",,terminal_output +7595,6848058,"TERMINAL",0,0,"414",,terminal_output +7596,6849050,"TERMINAL",0,0,"25",,terminal_output +7597,6849230,"train_tokenizer.py",1098,0,"",python,selection_mouse +7598,6849337,"train_tokenizer.py",1092,10,"latent_dim",python,selection_mouse +7599,6850082,"TERMINAL",0,0,"36",,terminal_output +7600,6851111,"TERMINAL",0,0,"47",,terminal_output +7601,6852158,"TERMINAL",0,0,"58",,terminal_output +7602,6853207,"TERMINAL",0,0,"69",,terminal_output +7603,6853466,"genie.py",0,0,"",python,tab +7604,6854282,"TERMINAL",0,0,"76:00",,terminal_output +7605,6855397,"TERMINAL",0,0,"81",,terminal_output +7606,6856422,"TERMINAL",0,0,"92",,terminal_output +7607,6857199,"genie.py",3761,0,"",python,selection_mouse +7608,6857407,"TERMINAL",0,0,"503",,terminal_output +7609,6858472,"TERMINAL",0,0,"14",,terminal_output +7610,6858936,"genie.py",3399,0,"",python,selection_mouse +7611,6859398,"genie.py",3457,0,"",python,selection_mouse +7612,6859503,"TERMINAL",0,0,"25",,terminal_output +7613,6860298,"genie.py",3455,2,"",python,content +7614,6860554,"TERMINAL",0,0,"36",,terminal_output +7615,6860716,"genie.py",3454,1,"",python,content +7616,6860853,"genie.py",3453,1,"",python,content +7617,6861230,"genie.py",3452,1,"",python,content +7618,6861596,"TERMINAL",0,0,"47",,terminal_output +7619,6862059,"genie.py",3719,0,"",python,selection_mouse +7620,6862574,"genie.py",3756,0,"",python,selection_mouse +7621,6862639,"TERMINAL",0,0,"58",,terminal_output +7622,6863732,"TERMINAL",0,0,"710",,terminal_output +7623,6864819,"TERMINAL",0,0,"81",,terminal_output +7624,6865768,"TERMINAL",0,0,"92",,terminal_output +7625,6866818,"TERMINAL",0,0,"7:003",,terminal_output +7626,6867892,"TERMINAL",0,0,"14",,terminal_output +7627,6868914,"TERMINAL",0,0,"25",,terminal_output +7628,6869957,"TERMINAL",0,0,"36",,terminal_output +7629,6871067,"TERMINAL",0,0,"47",,terminal_output +7630,6872065,"TERMINAL",0,0,"58",,terminal_output +7631,6873118,"TERMINAL",0,0,"69",,terminal_output +7632,6873170,"genie.py",3394,0,"",python,selection_mouse +7633,6874102,"genie.py",3395,0,"",python,selection_mouse +7634,6874158,"TERMINAL",0,0,"720",,terminal_output +7635,6875263,"TERMINAL",0,0,"81",,terminal_output +7636,6876226,"TERMINAL",0,0,"92",,terminal_output +7637,6877312,"TERMINAL",0,0,"103",,terminal_output +7638,6878316,"TERMINAL",0,0,"14",,terminal_output +7639,6879361,"TERMINAL",0,0,"25",,terminal_output +7640,6880487,"TERMINAL",0,0,"36",,terminal_output +7641,6881509,"TERMINAL",0,0,"47",,terminal_output +7642,6882483,"TERMINAL",0,0,"58",,terminal_output +7643,6883559,"TERMINAL",0,0,"69",,terminal_output +7644,6884583,"TERMINAL",0,0,"730",,terminal_output +7645,6885080,"genie.py",5113,0,"",python,selection_mouse +7646,6885220,"genie.py",5107,10,"token_idxs",python,selection_mouse +7647,6885622,"TERMINAL",0,0,"81",,terminal_output +7648,6886684,"TERMINAL",0,0,"93",,terminal_output +7649,6887763,"TERMINAL",0,0,"214",,terminal_output +7650,6888780,"TERMINAL",0,0,"25",,terminal_output +7651,6889912,"TERMINAL",0,0,"36",,terminal_output +7652,6890841,"TERMINAL",0,0,"47",,terminal_output +7653,6891888,"TERMINAL",0,0,"58",,terminal_output +7654,6892980,"TERMINAL",0,0,"69",,terminal_output +7655,6894003,"TERMINAL",0,0,"740",,terminal_output +7656,6895028,"TERMINAL",0,0,"81",,terminal_output +7657,6896069,"TERMINAL",0,0,"92",,terminal_output +7658,6897097,"TERMINAL",0,0,"303",,terminal_output +7659,6897821,"genie.py",6822,0,"",python,selection_mouse +7660,6897959,"genie.py",6816,10,"token_idxs",python,selection_mouse +7661,6898154,"TERMINAL",0,0,"14",,terminal_output +7662,6899191,"TERMINAL",0,0,"25",,terminal_output +7663,6900238,"TERMINAL",0,0,"36",,terminal_output +7664,6901288,"TERMINAL",0,0,"47",,terminal_output +7665,6902529,"TERMINAL",0,0,"58",,terminal_output +7666,6903592,"TERMINAL",0,0,"69",,terminal_output +7667,6904449,"TERMINAL",0,0,"750",,terminal_output +7668,6905577,"TERMINAL",0,0,"81",,terminal_output +7669,6906600,"TERMINAL",0,0,"92",,terminal_output +7670,6907566,"TERMINAL",0,0,"403",,terminal_output +7671,6908647,"TERMINAL",0,0,"14",,terminal_output +7672,6909674,"TERMINAL",0,0,"26",,terminal_output +7673,6910737,"TERMINAL",0,0,"47",,terminal_output +7674,6911745,"TERMINAL",0,0,"58",,terminal_output +7675,6912845,"TERMINAL",0,0,"69",,terminal_output +7676,6913834,"TERMINAL",0,0,"77:00",,terminal_output +7677,6914880,"TERMINAL",0,0,"81",,terminal_output +7678,6916004,"TERMINAL",0,0,"92",,terminal_output +7679,6916982,"TERMINAL",0,0,"503",,terminal_output +7680,6918095,"TERMINAL",0,0,"14",,terminal_output +7681,6919092,"TERMINAL",0,0,"25",,terminal_output +7682,6920131,"TERMINAL",0,0,"36",,terminal_output +7683,6921218,"TERMINAL",0,0,"47",,terminal_output +7684,6922221,"TERMINAL",0,0,"58",,terminal_output +7685,6923292,"TERMINAL",0,0,"69",,terminal_output +7686,6924113,"genie.py",6944,0,"",python,selection_mouse +7687,6924245,"genie.py",6936,10,"token_idxs",python,selection_mouse +7688,6924332,"TERMINAL",0,0,"710",,terminal_output +7689,6925094,"genie.py",6816,0,"",python,selection_mouse +7690,6925208,"genie.py",6816,10,"token_idxs",python,selection_mouse +7691,6925362,"TERMINAL",0,0,"81",,terminal_output +7692,6925805,"genie.py",6940,0,"",python,selection_mouse +7693,6925930,"genie.py",6936,10,"token_idxs",python,selection_mouse +7694,6926408,"TERMINAL",0,0,"92",,terminal_output +7695,6927491,"TERMINAL",0,0,"8:003",,terminal_output +7696,6928530,"TERMINAL",0,0,"14",,terminal_output +7697,6929551,"TERMINAL",0,0,"25",,terminal_output +7698,6930011,"genie.py",7003,0,"",python,selection_mouse +7699,6930398,"genie.py",6973,0,"",python,selection_mouse +7700,6930536,"genie.py",6964,16,"final_token_idxs",python,selection_mouse +7701,6930613,"TERMINAL",0,0,"36",,terminal_output +7702,6931682,"TERMINAL",0,0,"48",,terminal_output +7703,6932813,"TERMINAL",0,0,"69",,terminal_output +7704,6933751,"TERMINAL",0,0,"720",,terminal_output +7705,6934862,"TERMINAL",0,0,"81",,terminal_output +7706,6935845,"TERMINAL",0,0,"92",,terminal_output +7707,6936908,"TERMINAL",0,0,"103",,terminal_output +7708,6938036,"TERMINAL",0,0,"14",,terminal_output +7709,6938989,"TERMINAL",0,0,"25",,terminal_output +7710,6940071,"TERMINAL",0,0,"36",,terminal_output +7711,6941108,"TERMINAL",0,0,"47",,terminal_output +7712,6942135,"TERMINAL",0,0,"58",,terminal_output +7713,6943188,"TERMINAL",0,0,"69",,terminal_output +7714,6944228,"TERMINAL",0,0,"730",,terminal_output +7715,6945277,"TERMINAL",0,0,"81",,terminal_output +7716,6946432,"TERMINAL",0,0,"92",,terminal_output +7717,6947423,"TERMINAL",0,0,"203",,terminal_output +7718,6948422,"TERMINAL",0,0,"14",,terminal_output +7719,6948555,"genie.py",8898,0,"",python,selection_mouse +7720,6948978,"genie.py",8762,136,"ate_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7721,6948979,"genie.py",7469,1429,"masked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7722,6948979,"genie.py",6518,2380,"class MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7723,6948979,"genie.py",4486,4412," )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7724,6949054,"genie.py",3758,5140," # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7725,6949143,"genie.py",3009,5889," sample_argmax: bool,\n ) -> Any:\n # B == batch_size\n # T == num_frames (input)\n # N == num_patches\n # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7726,6949197,"genie.py",3219,5679," # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7727,6949234,"genie.py",3403,5495," print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7728,6949262,"genie.py",3457,5441," new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7729,6949409,"genie.py",3404,5494," print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7730,6949410,"genie.py",3403,5495," print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7731,6949611,"genie.py",3402,5496," print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7732,6949612,"genie.py",3453,5445," new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7733,6949612,"genie.py",3520,5378," print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7734,6949612,"genie.py",3652,5246," print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7735,6949613,"genie.py",3758,5140," # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7736,6949613,"genie.py",3861,5037," init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7737,6949615,"genie.py",3886,5012," batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7738,6949640,"genie.py",3887,5011," batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7739,6949641,"TERMINAL",0,0,"25",,terminal_output +7740,6949694,"genie.py",3757,5141,"\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7741,6949744,"genie.py",3112,5786," # N == num_patches\n # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7742,6949787,"genie.py",2981,5917," temperature: float,\n sample_argmax: bool,\n ) -> Any:\n # B == batch_size\n # T == num_frames (input)\n # N == num_patches\n # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7743,6949897,"genie.py",1216,7682," num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample_mihir(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int,\n temperature: float,\n sample_argmax: bool,\n ) -> Any:\n # B == batch_size\n # T == num_frames (input)\n # N == num_patches\n # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7744,6949918,"genie.py",1861,7037," num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=jax.lax.stop_gradient(lam_outputs[""z_q""]),\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample_mihir(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int,\n temperature: float,\n sample_argmax: bool,\n ) -> Any:\n # B == batch_size\n # T == num_frames (input)\n # N == num_patches\n # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7745,6949965,"genie.py",3078,5820," # T == num_frames (input)\n # N == num_patches\n # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7746,6949998,"genie.py",3520,5378," print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7747,6950095,"genie.py",3453,5445," new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7748,6950128,"genie.py",3342,5556," token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7749,6950155,"genie.py",3260,5638," tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7750,6950185,"genie.py",3216,5682," # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7751,6950222,"genie.py",3190,5708," # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7752,6950252,"genie.py",3162,5736," # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7753,6950279,"genie.py",3139,5759," # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7754,6950304,"genie.py",3112,5786," # N == num_patches\n # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7755,6950378,"genie.py",3139,5759," # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7756,6950405,"genie.py",3216,5682," # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7757,6950430,"genie.py",3521,5377," print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7758,6950467,"genie.py",3655,5243," print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7759,6950489,"genie.py",3656,5242," print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7760,6950532,"genie.py",3756,5142,"\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7761,6950557,"genie.py",3656,5242," print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7762,6950584,"genie.py",3524,5374," print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7763,6950585,"TERMINAL",0,0,"36",,terminal_output +7764,6950616,"genie.py",3346,5552," token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7765,6950640,"genie.py",3195,5703," # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7766,6950669,"genie.py",3144,5754," # S == seq_len\n # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7767,6950743,"genie.py",3167,5731," # A == action_space\n # D == latent_dim\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n print(""token_idxs shape:"", token_idxs.shape)\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7768,6950770,"genie.py",3459,5439," new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0] # (B, N)\n print(""new_frame_idxs.shape:"", new_frame_idxs.shape)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7769,6950797,"genie.py",3659,5239," print(""action_tokens.shape:"", action_tokens.shape) # (B, S, A, D)\n jax.debug.breakpoint()\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7770,6950822,"genie.py",3756,5142,"\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7771,6950856,"genie.py",3802,5096," init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7772,6950897,"genie.py",3966,4932," token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7773,6950983,"genie.py",4213,4685," length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7774,6951083,"genie.py",4559,4339,"\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n steps: int = 25,\n temperature: int = 1,\n sample_argmax: bool = False,\n ) -> Any:\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""]\n new_frame_idxs = jnp.zeros_like(token_idxs)[:, 0]\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7775,6951235,"genie.py",5567,3331,"\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7776,6951280,"genie.py",5281,3617," # --- Initialize MaskGIT ---\n init_mask = jnp.ones_like(token_idxs, dtype=bool)[:, 0]\n init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7777,6951378,"genie.py",5381,3517," init_carry = (\n batch[""rng""],\n new_frame_idxs,\n init_mask,\n token_idxs,\n action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7778,6951404,"genie.py",5505,3393," action_tokens,\n )\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7779,6951435,"genie.py",5567,3331,"\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n\n # --- Run MaskGIT loop ---\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7780,6951476,"genie.py",5794,3104,"\n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n final_carry, _ = loop_fn(init_carry, jnp.arange(steps))\n new_frame_idxs = final_carry[1]\n new_frame_pixels = self.tokenizer.decode(\n jnp.expand_dims(new_frame_idxs, 1),\n video_hw=batch[""videos""].shape[2:4],\n )\n return new_frame_pixels\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7781,6951542,"genie.py",6658,2240,"\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7782,6951629,"genie.py",8394,504," # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7783,6951678,"genie.py",8898,1,"\n",python,selection_mouse +7784,6951717,"genie.py",8741,157," new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7785,6951789,"genie.py",8423,475," num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7786,6951790,"genie.py",8386,512,"\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7787,6951790,"TERMINAL",0,0,"47",,terminal_output +7788,6951800,"genie.py",8314,584," new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7789,6951853,"genie.py",8386,512,"\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7790,6951893,"genie.py",8393,505," # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7791,6951932,"genie.py",8422,476," num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7792,6952012,"genie.py",8392,506," # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7793,6952047,"genie.py",8313,585," new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7794,6952074,"genie.py",8242,656," final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7795,6952100,"genie.py",8154,744," final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7796,6952169,"genie.py",8242,656," final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7797,6952182,"genie.py",8277,621," # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7798,6952209,"genie.py",8393,505," # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7799,6952238,"genie.py",8503,395," idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7800,6952302,"genie.py",8584,314," sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7801,6952318,"genie.py",8663,235," mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7802,6952628,"genie.py",8422,476," num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7803,6952629,"genie.py",8021,877," jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7804,6952629,"genie.py",7295,1603," # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7805,6952629,"genie.py",7221,1677," )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7806,6952630,"genie.py",7230,1668," vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7807,6952630,"genie.py",7330,1568," act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7808,6952659,"genie.py",7537,1361," step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7809,6952687,"genie.py",7678,1220," # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7810,6952732,"genie.py",7762,1136," sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7811,6952766,"genie.py",7829,1069,"else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7812,6952780,"TERMINAL",0,0,"58",,terminal_output +7813,6952836,"genie.py",7761,1137," sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7814,6952845,"genie.py",7189,1709," vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7815,6952897,"genie.py",6712,2186," rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7816,6952954,"genie.py",6659,2239,"\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7817,6952982,"genie.py",6661,2237," @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7818,6953038,"genie.py",6676,2222," def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7819,6953063,"genie.py",6710,2188," rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7820,6953092,"genie.py",6781,2117," step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7821,6953152,"genie.py",6798,2100," B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7822,6953169,"genie.py",6837,2061,"\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7823,6953218,"genie.py",6884,2014," vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7824,6953268,"genie.py",7010,1888," vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7825,6953319,"genie.py",7074,1824,"curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7826,6953389,"genie.py",6885,2013," vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7827,6953481,"genie.py",6572,2326," tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7828,6953682,"genie.py",6548,2350," dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7829,6953696,"TERMINAL",0,0,"640",,terminal_output +7830,6953766,"genie.py",6518,2380,"class MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,selection_mouse +7831,6954747,"TERMINAL",0,0,"81",,terminal_output +7832,6955769,"TERMINAL",0,0,"92",,terminal_output +7833,6956806,"TERMINAL",0,0,"303",,terminal_output +7834,6957027,"genie.py",6517,0,"",python,selection_mouse +7835,6957902,"TERMINAL",0,0,"14",,terminal_output +7836,6959016,"TERMINAL",0,0,"25",,terminal_output +7837,6959999,"TERMINAL",0,0,"36",,terminal_output +7838,6961002,"genie.py",6517,0,"\n",python,content +7839,6961121,"genie.py",6518,0,"\n",python,content +7840,6961140,"TERMINAL",0,0,"47",,terminal_output +7841,6961250,"genie.py",6519,0,"\n",python,content +7842,6961414,"genie.py",6519,0,"",python,selection_command +7843,6961593,"genie.py",6518,0,"",python,selection_command +7844,6961955,"genie.py",6518,0,"class MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, final_token_idxs, mask, token_idxs, action_tokens = carry\n step = x\n B, T, N = token_idxs.shape[:3]\n\n # --- Construct + encode video ---\n vid_token_idxs = jnp.concatenate(\n (token_idxs, jnp.expand_dims(final_token_idxs, 1)), axis=1\n )\n vid_embed = self.dynamics.patch_embed(vid_token_idxs)\n curr_masked_frame = jnp.where(\n jnp.expand_dims(mask, -1),\n self.dynamics.mask_token[0],\n vid_embed[:, -1],\n )\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed)[:, -1] / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jnp.where(\n step == self.steps - 1,\n jnp.argmax(final_logits, axis=-1),\n jax.random.categorical(_rng, final_logits),\n )\n gather_fn = jax.vmap(jax.vmap(lambda x, y: x[y]))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n new_token_idxs = jnp.where(mask, sampled_token_idxs, final_token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, new_token_idxs, new_mask, token_idxs, action_tokens)\n return new_carry, None",python,content +7845,6962082,"TERMINAL",0,0,"58",,terminal_output +7846,6963104,"TERMINAL",0,0,"69",,terminal_output +7847,6964077,"genie.py",6535,0,"",python,selection_mouse +7848,6964147,"TERMINAL",0,0,"750",,terminal_output +7849,6965180,"TERMINAL",0,0,"81",,terminal_output +7850,6965386,"genie.py",6535,0,"M",python,content +7851,6965387,"genie.py",6536,0,"",python,selection_keyboard +7852,6965553,"genie.py",6536,0,"i",python,content +7853,6965556,"genie.py",6537,0,"",python,selection_keyboard +7854,6965628,"genie.py",6537,0,"h",python,content +7855,6965629,"genie.py",6538,0,"",python,selection_keyboard +7856,6965708,"genie.py",6538,0,"i",python,content +7857,6965709,"genie.py",6539,0,"",python,selection_keyboard +7858,6965819,"genie.py",6539,0,"r",python,content +7859,6965820,"genie.py",6540,0,"",python,selection_keyboard +7860,6966229,"TERMINAL",0,0,"92",,terminal_output +7861,6967377,"TERMINAL",0,0,"403",,terminal_output +7862,6968659,"TERMINAL",0,0,"14",,terminal_output +7863,6969597,"TERMINAL",0,0,"25",,terminal_output +7864,6970771,"TERMINAL",0,0,"37",,terminal_output +7865,6971688,"TERMINAL",0,0,"58",,terminal_output +7866,6972345,"genie.py",4074,0,"",python,selection_mouse +7867,6972728,"TERMINAL",0,0,"69",,terminal_output +7868,6973120,"genie.py",4074,0,"M",python,content +7869,6973121,"genie.py",4075,0,"",python,selection_keyboard +7870,6973285,"genie.py",4075,0,"i",python,content +7871,6973286,"genie.py",4076,0,"",python,selection_keyboard +7872,6973370,"genie.py",4076,0,"h",python,content +7873,6973372,"genie.py",4077,0,"",python,selection_keyboard +7874,6973471,"genie.py",4077,0,"i",python,content +7875,6973472,"genie.py",4078,0,"",python,selection_keyboard +7876,6973560,"genie.py",4078,0,"r",python,content +7877,6973561,"genie.py",4079,0,"",python,selection_keyboard +7878,6973801,"TERMINAL",0,0,"78:00",,terminal_output +7879,6974834,"TERMINAL",0,0,"81",,terminal_output +7880,6975649,"genie.py",4063,16,"MaskGITStepMihir",python,content +7881,6975891,"TERMINAL",0,0,"92",,terminal_output +7882,6976921,"TERMINAL",0,0,"503",,terminal_output +7883,6978074,"TERMINAL",0,0,"14",,terminal_output +7884,6979022,"TERMINAL",0,0,"25",,terminal_output +7885,6980136,"TERMINAL",0,0,"36",,terminal_output +7886,6981158,"TERMINAL",0,0,"47",,terminal_output +7887,6981383,"genie.py",3905,0,"",python,selection_mouse +7888,6981973,"genie.py",3819,0,"",python,selection_mouse +7889,6982233,"TERMINAL",0,0,"58",,terminal_output +7890,6983210,"TERMINAL",0,0,"69",,terminal_output +7891,6983637,"genie.py",3833,0,"",python,selection_mouse +7892,6983777,"genie.py",3829,10,"token_idxs",python,selection_mouse +7893,6984268,"TERMINAL",0,0,"710",,terminal_output +7894,6985220,"genie.py",3858,0,"",python,selection_mouse +7895,6985321,"TERMINAL",0,0,"81",,terminal_output +7896,6986410,"TERMINAL",0,0,"92",,terminal_output +7897,6987392,"genie.py",3817,0,"",python,selection_mouse +7898,6987401,"TERMINAL",0,0,"9:003",,terminal_output +7899,6988095,"genie.py",3757,0,"",python,selection_mouse +7900,6988443,"TERMINAL",0,0,"14",,terminal_output +7901,6988624,"genie.py",3749,0,"",python,selection_mouse +7902,6988942,"genie.py",3748,0,"",python,selection_command +7903,6989543,"TERMINAL",0,0,"25",,terminal_output +7904,6989780,"genie.py",3726,31,"",python,content +7905,6989898,"genie.py",3727,0,"",python,selection_command +7906,6990071,"genie.py",3764,0,"",python,selection_command +7907,6990224,"genie.py",3828,0,"",python,selection_command +7908,6990355,"genie.py",3851,0,"",python,selection_command +7909,6990531,"TERMINAL",0,0,"36",,terminal_output +7910,6990872,"genie.py",3877,0,"",python,selection_command +7911,6990990,"genie.py",3905,0,"",python,selection_command +7912,6991135,"genie.py",3928,0,"",python,selection_command +7913,6991277,"genie.py",3952,0,"",python,selection_command +7914,6991427,"genie.py",3979,0,"",python,selection_command +7915,6991558,"genie.py",3989,0,"",python,selection_command +7916,6991585,"TERMINAL",0,0,"47",,terminal_output +7917,6991992,"genie.py",4020,0,"",python,selection_command +7918,6992224,"genie.py",3989,0,"",python,selection_command +7919,6992329,"genie.py",3979,0,"",python,selection_command +7920,6992544,"genie.py",3988,0,"\n jax.debug.breakpoint()",python,content +7921,6992582,"genie.py",3997,0,"",python,selection_command +7922,6992673,"TERMINAL",0,0,"58",,terminal_output +7923,6993680,"TERMINAL",0,0,"620",,terminal_output +7924,6994612,"TERMINAL",0,0,"^DERROR:2025-07-03 14:59:07,916:jax._src.debugging:96: jax.debug.callback failed\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 94, in debug_callback_impl\r\n callback(*args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n callback(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n debugger(frames, thread_id, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n CliDebugger(frames, thread_id, **kwargs).run()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 160, in run\r\n self.cmdloop()\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 138, in cmdloop\r\n stop = self.onecmd(line)\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n return func(arg)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\n sys.exit(0)\r\nSystemExit: 0\r\nERROR:jax._src.debugging:jax.debug.callback failed\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 94, in debug_callback_impl\r\n callback(*args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n callback(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n debugger(frames, thread_id, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n CliDebugger(frames, thread_id, **kwargs).run()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 160, in run\r\n self.cmdloop()\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 138, in cmdloop\r\n stop = self.onecmd(line)\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n return func(arg)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\n sys.exit(0)\r\nSystemExit: 0\r\n",,terminal_output +7925,6994749,"TERMINAL",0,0,"81",,terminal_output +7926,6995791,"TERMINAL",0,0,"92",,terminal_output +7927,6996011,"TERMINAL",0,0,"]0;tum_cte0515@hkn0403:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0403 jafar]$ ",,terminal_output +7928,6996389,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +7929,6996567,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +7930,6996675,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +7931,6996815,"TERMINAL",0,0,"103",,terminal_output +7932,6997940,"TERMINAL",0,0,"14",,terminal_output +7933,6998902,"TERMINAL",0,0,"25",,terminal_output +7934,6999581,"TERMINAL",0,0,"2025-07-03 14:59:12.873536: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7935,6999951,"TERMINAL",0,0,"36",,terminal_output +7936,7001013,"TERMINAL",0,0,"47",,terminal_output +7937,7002080,"TERMINAL",0,0,"58",,terminal_output +7938,7003078,"TERMINAL",0,0,"69",,terminal_output +7939,7003475,"TERMINAL",0,0,"2025-07-03 14:59:16.841164: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7940,7004188,"TERMINAL",0,0,"730",,terminal_output +7941,7005174,"TERMINAL",0,0,"81",,terminal_output +7942,7006237,"TERMINAL",0,0,"92",,terminal_output +7943,7007260,"TERMINAL",0,0,"203",,terminal_output +7944,7008300,"TERMINAL",0,0,"14",,terminal_output +7945,7009352,"TERMINAL",0,0,"25",,terminal_output +7946,7010392,"TERMINAL",0,0,"36",,terminal_output +7947,7011458,"TERMINAL",0,0,"47",,terminal_output +7948,7012584,"TERMINAL",0,0,"58",,terminal_output +7949,7012599,"TERMINAL",0,0,"2025-07-03 14:59:25.885993: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7950,7013533,"TERMINAL",0,0,"69",,terminal_output +7951,7014620,"TERMINAL",0,0,"740",,terminal_output +7952,7015657,"TERMINAL",0,0,"81",,terminal_output +7953,7016671,"TERMINAL",0,0,"93",,terminal_output +7954,7017806,"TERMINAL",0,0,"314",,terminal_output +7955,7018831,"TERMINAL",0,0,"25",,terminal_output +7956,7019855,"TERMINAL",0,0,"36",,terminal_output +7957,7020291,"TERMINAL",0,0,"2025-07-03 14:59:33.657693: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7958,7020846,"TERMINAL",0,0,"47",,terminal_output +7959,7021903,"TERMINAL",0,0,"58",,terminal_output +7960,7022931,"TERMINAL",0,0,"69",,terminal_output +7961,7024053,"TERMINAL",0,0,"750",,terminal_output +7962,7025078,"TERMINAL",0,0,"81",,terminal_output +7963,7026101,"TERMINAL",0,0,"92",,terminal_output +7964,7026819,"TERMINAL",0,0,"2025-07-03 14:59:40.163105: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7965,7027142,"TERMINAL",0,0,"403",,terminal_output +7966,7028252,"TERMINAL",0,0,"14",,terminal_output +7967,7029218,"TERMINAL",0,0,"25",,terminal_output +7968,7030263,"TERMINAL",0,0,"36",,terminal_output +7969,7031324,"TERMINAL",0,0,"47",,terminal_output +7970,7032358,"TERMINAL",0,0,"58",,terminal_output +7971,7033456,"TERMINAL",0,0,"69",,terminal_output +7972,7033471,"TERMINAL",0,0,"2025-07-03 14:59:46.797432: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7973,7034455,"TERMINAL",0,0,"79:00",,terminal_output +7974,7035501,"TERMINAL",0,0,"81",,terminal_output +7975,7036541,"TERMINAL",0,0,"92",,terminal_output +7976,7036698,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +7977,7037672,"TERMINAL",0,0,"503",,terminal_output +7978,7038697,"TERMINAL",0,0,"15",,terminal_output +7979,7039721,"TERMINAL",0,0,"36",,terminal_output +7980,7040743,"TERMINAL",0,0,"47",,terminal_output +7981,7041780,"TERMINAL",0,0,"58",,terminal_output +7982,7042929,"TERMINAL",0,0,"69",,terminal_output +7983,7043919,"TERMINAL",0,0,"710",,terminal_output +7984,7045046,"TERMINAL",0,0,"81",,terminal_output +7985,7045050,"TERMINAL",0,0,"2025-07-03 14:59:58.326141: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7986,7045966,"TERMINAL",0,0,"92",,terminal_output +7987,7047012,"TERMINAL",0,0,"5:00:003",,terminal_output +7988,7047912,"TERMINAL",0,0,"2025-07-03 15:00:01.204209: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7989,7048056,"TERMINAL",0,0,"14",,terminal_output +7990,7049109,"TERMINAL",0,0,"25",,terminal_output +7991,7050169,"TERMINAL",0,0,"36",,terminal_output +7992,7051204,"TERMINAL",0,0,"47",,terminal_output +7993,7052259,"TERMINAL",0,0,"58",,terminal_output +7994,7053306,"TERMINAL",0,0,"69",,terminal_output +7995,7054364,"TERMINAL",0,0,"720",,terminal_output +7996,7055477,"TERMINAL",0,0,"81",,terminal_output +7997,7055860,"TERMINAL",0,0,"2025-07-03 15:00:09.225417: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +7998,7056477,"TERMINAL",0,0,"92",,terminal_output +7999,7057554,"TERMINAL",0,0,"103",,terminal_output +8000,7057566,"TERMINAL",0,0,"token_idxs shape: (1, 1, 920)\r\n",,terminal_output +8001,7057620,"TERMINAL",0,0,"new_frame_idxs.shape: (1, 920)\r\n",,terminal_output +8002,7057800,"TERMINAL",0,0,"action_tokens.shape: (1, 5, 1, 32)\r\n",,terminal_output +8003,7057995,"TERMINAL",0,0,"Entering jdb:\r\n(jdb) ",,terminal_output +8004,7058531,"TERMINAL",0,0,"14",,terminal_output +8005,7059587,"TERMINAL",0,0,"25",,terminal_output +8006,7060815,"TERMINAL",0,0,"36",,terminal_output +8007,7061663,"TERMINAL",0,0,"48",,terminal_output +8008,7062565,"genie.py",0,0,"",python,tab +8009,7062566,"genie.py",3778,0,"",python,selection_mouse +8010,7062654,"genie.py",3772,9,"init_mask",python,selection_mouse +8011,7062746,"TERMINAL",0,0,"69",,terminal_output +8012,7063808,"TERMINAL",0,0,"730",,terminal_output +8013,7064840,"TERMINAL",0,0,"81",,terminal_output +8014,7065936,"TERMINAL",0,0,"92",,terminal_output +8015,7066073,"TERMINAL",0,0,"init_mask",,terminal_output +8016,7066369,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +8017,7066493,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8018,7066655,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +8019,7066742,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +8020,7066806,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +8021,7066921,"TERMINAL",0,0,"203",,terminal_output +8022,7067017,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +8023,7067569,"TERMINAL",0,0,"\r\n(1, 920)\r\n(jdb) ",,terminal_output +8024,7067955,"TERMINAL",0,0,"14",,terminal_output +8025,7069025,"TERMINAL",0,0,"25",,terminal_output +8026,7070041,"TERMINAL",0,0,"36",,terminal_output +8027,7071157,"TERMINAL",0,0,"47",,terminal_output +8028,7072170,"TERMINAL",0,0,"58",,terminal_output +8029,7072367,"genie.py",0,0,"",python,tab +8030,7072367,"genie.py",3827,0,"",python,selection_mouse +8031,7072439,"genie.py",3826,0,"",python,selection_command +8032,7073206,"TERMINAL",0,0,"69",,terminal_output +8033,7073741,"genie.py",3827,0,"\n ",python,content +8034,7073851,"genie.py",3836,0,"(1, 920)",python,content +8035,7074235,"TERMINAL",0,0,"740",,terminal_output +8036,7075276,"TERMINAL",0,0,"81",,terminal_output +8037,7075315,"genie.py",3843,1,"",python,content +8038,7075816,"genie.py",3840,3,"",python,content +8039,7076341,"genie.py",3838,2,"",python,content +8040,7076344,"TERMINAL",0,0,"92",,terminal_output +8041,7076836,"genie.py",3837,1,"",python,content +8042,7077042,"genie.py",3836,1,"",python,content +8043,7077374,"genie.py",3828,8,"",python,content +8044,7077411,"TERMINAL",0,0,"303",,terminal_output +8045,7077862,"genie.py",3827,1,"",python,content +8046,7078410,"TERMINAL",0,0,"14",,terminal_output +8047,7078695,"genie.py",3827,0," ",python,content +8048,7078696,"genie.py",3828,0,"",python,selection_keyboard +8049,7079359,"genie.py",3828,0,"#",python,content +8050,7079360,"genie.py",3829,0,"",python,selection_keyboard +8051,7079434,"genie.py",3829,0," ",python,content +8052,7079434,"genie.py",3830,0,"",python,selection_keyboard +8053,7079474,"TERMINAL",0,0,"25",,terminal_output +8054,7080524,"genie.py",3830,0,"()",python,content +8055,7080525,"genie.py",3831,0,"",python,selection_keyboard +8056,7080525,"TERMINAL",0,0,"36",,terminal_output +8057,7080797,"genie.py",3831,0,"B",python,content +8058,7080797,"genie.py",3832,0,"",python,selection_keyboard +8059,7081052,"genie.py",3832,0,",",python,content +8060,7081053,"genie.py",3833,0,"",python,selection_keyboard +8061,7081188,"genie.py",3833,0," ",python,content +8062,7081189,"genie.py",3834,0,"",python,selection_keyboard +8063,7081575,"TERMINAL",0,0,"47",,terminal_output +8064,7082717,"TERMINAL",0,0,"58",,terminal_output +8065,7083754,"TERMINAL",0,0,"650",,terminal_output +8066,7084642,"genie.py",3834,0,"N",python,content +8067,7084643,"genie.py",3835,0,"",python,selection_keyboard +8068,7084721,"TERMINAL",0,0,"81",,terminal_output +8069,7085617,"genie.py",3836,0,"",python,selection_mouse +8070,7085758,"TERMINAL",0,0,"92",,terminal_output +8071,7086183,"genie.py",3833,0,"",python,selection_mouse +8072,7086738,"genie.py",3834,0,"",python,selection_mouse +8073,7086794,"TERMINAL",0,0,"403",,terminal_output +8074,7086902,"genie.py",3834,1,"N",python,selection_mouse +8075,7087722,"genie.py",3831,0,"",python,selection_mouse +8076,7087825,"genie.py",3831,1,"B",python,selection_mouse +8077,7087843,"TERMINAL",0,0,"14",,terminal_output +8078,7089181,"TERMINAL",0,0,"25",,terminal_output +8079,7090207,"TERMINAL",0,0,"36",,terminal_output +8080,7091333,"TERMINAL",0,0,"47",,terminal_output +8081,7092346,"TERMINAL",0,0,"58",,terminal_output +8082,7093419,"TERMINAL",0,0,"69",,terminal_output +8083,7094363,"TERMINAL",0,0,"710:00",,terminal_output +8084,7095414,"TERMINAL",0,0,"81",,terminal_output +8085,7096455,"TERMINAL",0,0,"92",,terminal_output +8086,7097500,"TERMINAL",0,0,"503",,terminal_output +8087,7098549,"TERMINAL",0,0,"14",,terminal_output +8088,7099597,"TERMINAL",0,0,"25",,terminal_output +8089,7100175,"genie.py",6763,0,"",python,selection_mouse +8090,7100380,"genie.py",6760,4,"mask",python,selection_mouse +8091,7100648,"TERMINAL",0,0,"37",,terminal_output +8092,7101683,"TERMINAL",0,0,"58",,terminal_output +8093,7102799,"TERMINAL",0,0,"69",,terminal_output +8094,7103824,"TERMINAL",0,0,"710",,terminal_output +8095,7104848,"TERMINAL",0,0,"81",,terminal_output +8096,7105857,"TERMINAL",0,0,"92",,terminal_output +8097,7107000,"TERMINAL",0,0,"1:003",,terminal_output +8098,7108022,"TERMINAL",0,0,"14",,terminal_output +8099,7109048,"TERMINAL",0,0,"25",,terminal_output +8100,7110030,"TERMINAL",0,0,"36",,terminal_output +8101,7111094,"TERMINAL",0,0,"47",,terminal_output +8102,7112120,"TERMINAL",0,0,"58",,terminal_output +8103,7113244,"TERMINAL",0,0,"69",,terminal_output +8104,7114268,"TERMINAL",0,0,"720",,terminal_output +8105,7115305,"TERMINAL",0,0,"81",,terminal_output +8106,7116311,"TERMINAL",0,0,"92",,terminal_output +8107,7117353,"TERMINAL",0,0,"103",,terminal_output +8108,7118397,"TERMINAL",0,0,"14",,terminal_output +8109,7119435,"TERMINAL",0,0,"25",,terminal_output +8110,7120466,"TERMINAL",0,0,"36",,terminal_output +8111,7121548,"TERMINAL",0,0,"47",,terminal_output +8112,7122563,"TERMINAL",0,0,"58",,terminal_output +8113,7123690,"TERMINAL",0,0,"69",,terminal_output +8114,7124641,"TERMINAL",0,0,"731",,terminal_output +8115,7125737,"TERMINAL",0,0,"92",,terminal_output +8116,7126727,"TERMINAL",0,0,"203",,terminal_output +8117,7127786,"TERMINAL",0,0,"14",,terminal_output +8118,7128818,"TERMINAL",0,0,"25",,terminal_output +8119,7129937,"TERMINAL",0,0,"36",,terminal_output +8120,7130963,"TERMINAL",0,0,"47",,terminal_output +8121,7131973,"TERMINAL",0,0,"58",,terminal_output +8122,7133111,"TERMINAL",0,0,"69",,terminal_output +8123,7134135,"TERMINAL",0,0,"740",,terminal_output +8124,7135159,"TERMINAL",0,0,"81",,terminal_output +8125,7136183,"TERMINAL",0,0,"92",,terminal_output +8126,7137174,"TERMINAL",0,0,"303",,terminal_output +8127,7138333,"TERMINAL",0,0,"14",,terminal_output +8128,7139357,"TERMINAL",0,0,"25",,terminal_output +8129,7140327,"TERMINAL",0,0,"36",,terminal_output +8130,7141372,"TERMINAL",0,0,"47",,terminal_output +8131,7142430,"TERMINAL",0,0,"58",,terminal_output +8132,7143464,"TERMINAL",0,0,"69",,terminal_output +8133,7144514,"TERMINAL",0,0,"750",,terminal_output +8134,7145566,"TERMINAL",0,0,"81",,terminal_output +8135,7146666,"TERMINAL",0,0,"92",,terminal_output +8136,7147754,"TERMINAL",0,0,"404",,terminal_output +8137,7148778,"TERMINAL",0,0,"25",,terminal_output +8138,7149785,"TERMINAL",0,0,"36",,terminal_output +8139,7150796,"TERMINAL",0,0,"47",,terminal_output +8140,7151293,"genie.py",3341,0,"",python,selection_mouse +8141,7151952,"TERMINAL",0,0,"58",,terminal_output +8142,7152891,"TERMINAL",0,0,"69",,terminal_output +8143,7154001,"TERMINAL",0,0,"71:00",,terminal_output +8144,7155024,"TERMINAL",0,0,"81",,terminal_output +8145,7156031,"TERMINAL",0,0,"92",,terminal_output +8146,7157108,"TERMINAL",0,0,"503",,terminal_output +8147,7158121,"TERMINAL",0,0,"14",,terminal_output +8148,7159223,"TERMINAL",0,0,"25",,terminal_output +8149,7160247,"TERMINAL",0,0,"36",,terminal_output +8150,7161355,"TERMINAL",0,0,"47",,terminal_output +8151,7162329,"TERMINAL",0,0,"58",,terminal_output +8152,7163422,"TERMINAL",0,0,"69",,terminal_output +8153,7164405,"TERMINAL",0,0,"710",,terminal_output +8154,7165454,"TERMINAL",0,0,"81",,terminal_output +8155,7166502,"TERMINAL",0,0,"92",,terminal_output +8156,7167551,"TERMINAL",0,0,"2:003",,terminal_output +8157,7168596,"TERMINAL",0,0,"14",,terminal_output +8158,7169682,"TERMINAL",0,0,"26",,terminal_output +8159,7170793,"TERMINAL",0,0,"47",,terminal_output +8160,7171736,"TERMINAL",0,0,"58",,terminal_output +8161,7172159,"genie.py",2938,0,"",python,selection_mouse +8162,7172843,"TERMINAL",0,0,"69",,terminal_output +8163,7173837,"TERMINAL",0,0,"720",,terminal_output +8164,7174891,"TERMINAL",0,0,"81",,terminal_output +8165,7175928,"TERMINAL",0,0,"92",,terminal_output +8166,7177043,"TERMINAL",0,0,"103",,terminal_output +8167,7178065,"TERMINAL",0,0,"14",,terminal_output +8168,7179089,"TERMINAL",0,0,"25",,terminal_output +8169,7180214,"TERMINAL",0,0,"36",,terminal_output +8170,7181169,"TERMINAL",0,0,"47",,terminal_output +8171,7182263,"TERMINAL",0,0,"58",,terminal_output +8172,7183287,"TERMINAL",0,0,"69",,terminal_output +8173,7184310,"TERMINAL",0,0,"730",,terminal_output +8174,7185362,"TERMINAL",0,0,"81",,terminal_output +8175,7186396,"TERMINAL",0,0,"92",,terminal_output +8176,7187446,"TERMINAL",0,0,"203",,terminal_output +8177,7188498,"TERMINAL",0,0,"14",,terminal_output +8178,7189563,"TERMINAL",0,0,"25",,terminal_output +8179,7190661,"TERMINAL",0,0,"36",,terminal_output +8180,7191668,"TERMINAL",0,0,"48",,terminal_output +8181,7192810,"TERMINAL",0,0,"69",,terminal_output +8182,7193759,"TERMINAL",0,0,"740",,terminal_output +8183,7194858,"TERMINAL",0,0,"81",,terminal_output +8184,7195870,"TERMINAL",0,0,"92",,terminal_output +8185,7196909,"TERMINAL",0,0,"303",,terminal_output +8186,7197951,"TERMINAL",0,0,"14",,terminal_output +8187,7199057,"TERMINAL",0,0,"25",,terminal_output +8188,7200074,"TERMINAL",0,0,"36",,terminal_output +8189,7201091,"TERMINAL",0,0,"47",,terminal_output +8190,7202144,"TERMINAL",0,0,"58",,terminal_output +8191,7203258,"TERMINAL",0,0,"69",,terminal_output +8192,7203771,"genie.py",3792,0,"",python,selection_mouse +8193,7203912,"genie.py",3788,9,"ones_like",python,selection_mouse +8194,7204393,"TERMINAL",0,0,"750",,terminal_output +8195,7205313,"TERMINAL",0,0,"81",,terminal_output +8196,7206351,"TERMINAL",0,0,"92",,terminal_output +8197,7207458,"TERMINAL",0,0,"403",,terminal_output +8198,7207885,"genie.py",0,0,"",python,tab +8199,7207886,"genie.py",3486,0,"",python,selection_mouse +8200,7207999,"genie.py",3482,10,"zeros_like",python,selection_mouse +8201,7208411,"TERMINAL",0,0,"14",,terminal_output +8202,7208646,"genie.py",3470,0,"",python,selection_mouse +8203,7208777,"genie.py",3461,14,"new_frame_idxs",python,selection_mouse +8204,7209706,"TERMINAL",0,0,"26",,terminal_output +8205,7210782,"TERMINAL",0,0,"47",,terminal_output +8206,7211787,"TERMINAL",0,0,"58",,terminal_output +8207,7212831,"TERMINAL",0,0,"69",,terminal_output +8208,7213905,"TERMINAL",0,0,"72:00",,terminal_output +8209,7214929,"TERMINAL",0,0,"81",,terminal_output +8210,7216056,"TERMINAL",0,0,"92",,terminal_output +8211,7217013,"TERMINAL",0,0,"503",,terminal_output +8212,7217101,"genie.py",3804,0,"",python,selection_mouse +8213,7217217,"genie.py",3798,10,"token_idxs",python,selection_mouse +8214,7218059,"TERMINAL",0,0,"14",,terminal_output +8215,7219128,"TERMINAL",0,0,"25",,terminal_output +8216,7219704,"genie.py",3465,0,"",python,selection_mouse +8217,7219855,"genie.py",3461,14,"new_frame_idxs",python,selection_mouse +8218,7220152,"TERMINAL",0,0,"36",,terminal_output +8219,7221198,"TERMINAL",0,0,"47",,terminal_output +8220,7222244,"TERMINAL",0,0,"58",,terminal_output +8221,7223358,"TERMINAL",0,0,"69",,terminal_output +8222,7224349,"TERMINAL",0,0,"710",,terminal_output +8223,7225388,"TERMINAL",0,0,"81",,terminal_output +8224,7226426,"TERMINAL",0,0,"92",,terminal_output +8225,7227477,"TERMINAL",0,0,"3:003",,terminal_output +8226,7228525,"TERMINAL",0,0,"14",,terminal_output +8227,7229663,"TERMINAL",0,0,"25",,terminal_output +8228,7230614,"TERMINAL",0,0,"36",,terminal_output +8229,7231680,"TERMINAL",0,0,"48",,terminal_output +8230,7232747,"TERMINAL",0,0,"69",,terminal_output +8231,7233814,"TERMINAL",0,0,"720",,terminal_output +8232,7234810,"TERMINAL",0,0,"81",,terminal_output +8233,7235858,"TERMINAL",0,0,"92",,terminal_output +8234,7236911,"TERMINAL",0,0,"103",,terminal_output +8235,7237970,"TERMINAL",0,0,"14",,terminal_output +8236,7239095,"TERMINAL",0,0,"25",,terminal_output +8237,7240120,"TERMINAL",0,0,"36",,terminal_output +8238,7241143,"TERMINAL",0,0,"47",,terminal_output +8239,7242133,"TERMINAL",0,0,"58",,terminal_output +8240,7243192,"TERMINAL",0,0,"69",,terminal_output +8241,7244319,"TERMINAL",0,0,"730",,terminal_output +8242,7245358,"TERMINAL",0,0,"81",,terminal_output +8243,7246367,"TERMINAL",0,0,"92",,terminal_output +8244,7247368,"TERMINAL",0,0,"203",,terminal_output +8245,7248416,"TERMINAL",0,0,"14",,terminal_output +8246,7249442,"TERMINAL",0,0,"25",,terminal_output +8247,7250473,"TERMINAL",0,0,"36",,terminal_output +8248,7251525,"TERMINAL",0,0,"47",,terminal_output +8249,7252614,"TERMINAL",0,0,"58",,terminal_output +8250,7253045,"genie.py",8843,0,"",python,selection_mouse +8251,7253193,"genie.py",8834,14,"new_token_idxs",python,selection_mouse +8252,7253624,"TERMINAL",0,0,"69",,terminal_output +8253,7254763,"TERMINAL",0,0,"741",,terminal_output +8254,7255770,"TERMINAL",0,0,"92",,terminal_output +8255,7256781,"TERMINAL",0,0,"303",,terminal_output +8256,7257558,"genie.py",6850,0,"",python,selection_mouse +8257,7257937,"TERMINAL",0,0,"14",,terminal_output +8258,7258154,"genie.py",6816,0,"",python,selection_mouse +8259,7258960,"TERMINAL",0,0,"25",,terminal_output +8260,7259926,"TERMINAL",0,0,"36",,terminal_output +8261,7261010,"TERMINAL",0,0,"47",,terminal_output +8262,7262019,"TERMINAL",0,0,"58",,terminal_output +8263,7263161,"TERMINAL",0,0,"69",,terminal_output +8264,7264112,"TERMINAL",0,0,"750",,terminal_output +8265,7265157,"TERMINAL",0,0,"81",,terminal_output +8266,7265288,"genie.py",6967,0,"",python,selection_mouse +8267,7265450,"genie.py",6967,3,"jnp",python,selection_mouse +8268,7265669,"genie.py",6967,4,"jnp.",python,selection_mouse +8269,7265669,"genie.py",6967,15,"jnp.expand_dims",python,selection_mouse +8270,7265851,"genie.py",6967,16,"jnp.expand_dims(",python,selection_mouse +8271,7265895,"genie.py",6967,32,"jnp.expand_dims(final_token_idxs",python,selection_mouse +8272,7266203,"TERMINAL",0,0,"92",,terminal_output +8273,7266349,"genie.py",6988,0,"",python,selection_mouse +8274,7266349,"genie.py",6983,16,"final_token_idxs",python,selection_mouse +8275,7267256,"TERMINAL",0,0,"403",,terminal_output +8276,7268315,"TERMINAL",0,0,"14",,terminal_output +8277,7269340,"TERMINAL",0,0,"25",,terminal_output +8278,7270431,"TERMINAL",0,0,"36",,terminal_output +8279,7271434,"TERMINAL",0,0,"47",,terminal_output +8280,7272479,"TERMINAL",0,0,"58",,terminal_output +8281,7273532,"TERMINAL",0,0,"69",,terminal_output +8282,7274630,"TERMINAL",0,0,"73:00",,terminal_output +8283,7275626,"TERMINAL",0,0,"81",,terminal_output +8284,7276676,"TERMINAL",0,0,"93",,terminal_output +8285,7277804,"TERMINAL",0,0,"514",,terminal_output +8286,7278838,"TERMINAL",0,0,"25",,terminal_output +8287,7279854,"TERMINAL",0,0,"36",,terminal_output +8288,7280851,"TERMINAL",0,0,"47",,terminal_output +8289,7282002,"TERMINAL",0,0,"58",,terminal_output +8290,7282666,"genie.py",6961,0,"",python,selection_mouse +8291,7282797,"genie.py",6955,10,"token_idxs",python,selection_mouse +8292,7282947,"TERMINAL",0,0,"69",,terminal_output +8293,7283989,"TERMINAL",0,0,"710",,terminal_output +8294,7285041,"genie.py",6976,0,"",python,selection_mouse +8295,7285074,"TERMINAL",0,0,"81",,terminal_output +8296,7285216,"genie.py",6971,11,"expand_dims",python,selection_mouse +8297,7286097,"TERMINAL",0,0,"92",,terminal_output +8298,7286884,"genie.py",6918,0,"",python,selection_mouse +8299,7287128,"TERMINAL",0,0,"4:003",,terminal_output +8300,7287916,"genie.py",7150,0,"",python,selection_mouse +8301,7288175,"TERMINAL",0,0,"14",,terminal_output +8302,7288467,"genie.py",7155,0,"",python,selection_mouse +8303,7288617,"genie.py",7152,4,"mask",python,selection_mouse +8304,7289273,"TERMINAL",0,0,"25",,terminal_output +8305,7290269,"TERMINAL",0,0,"36",,terminal_output +8306,7291313,"TERMINAL",0,0,"47",,terminal_output +8307,7291803,"genie.py",7194,0,"",python,selection_mouse +8308,7291947,"genie.py",7189,10,"mask_token",python,selection_mouse +8309,7292392,"TERMINAL",0,0,"58",,terminal_output +8310,7293484,"TERMINAL",0,0,"69",,terminal_output +8311,7294452,"TERMINAL",0,0,"720",,terminal_output +8312,7294724,"genie.py",7194,0,"",python,selection_mouse +8313,7295421,"genie.py",7145,0,"",python,selection_mouse +8314,7295519,"TERMINAL",0,0,"81",,terminal_output +8315,7295574,"genie.py",7140,11,"expand_dims",python,selection_mouse +8316,7296085,"genie.py",7152,0,"",python,selection_mouse +8317,7296257,"genie.py",7152,4,"mask",python,selection_mouse +8318,7296543,"TERMINAL",0,0,"92",,terminal_output +8319,7297669,"TERMINAL",0,0,"103",,terminal_output +8320,7298638,"TERMINAL",0,0,"14",,terminal_output +8321,7299272,"genie.py",7158,0,"",python,selection_mouse +8322,7299564,"genie.py",7158,1,"-",python,selection_mouse +8323,7299680,"TERMINAL",0,0,"26",,terminal_output +8324,7299890,"genie.py",7158,2,"-1",python,selection_mouse +8325,7300470,"genie.py",7160,0,"",python,selection_mouse +8326,7300807,"TERMINAL",0,0,"47",,terminal_output +8327,7300918,"genie.py",7159,1,"1",python,selection_mouse +8328,7300968,"genie.py",7158,2,"-1",python,selection_mouse +8329,7301389,"genie.py",7158,0,"",python,selection_mouse +8330,7301774,"TERMINAL",0,0,"58",,terminal_output +8331,7302667,"genie.py",6762,0,"",python,selection_mouse +8332,7302831,"TERMINAL",0,0,"69",,terminal_output +8333,7303917,"TERMINAL",0,0,"730",,terminal_output +8334,7304297,"genie.py",7222,0,"",python,selection_mouse +8335,7304939,"TERMINAL",0,0,"81",,terminal_output +8336,7305356,"genie.py",7107,0,"",python,selection_mouse +8337,7306066,"TERMINAL",0,0,"92",,terminal_output +8338,7306307,"genie.py",7243,0,"",python,selection_mouse +8339,7307000,"TERMINAL",0,0,"203",,terminal_output +8340,7308114,"TERMINAL",0,0,"14",,terminal_output +8341,7309139,"TERMINAL",0,0,"25",,terminal_output +8342,7310163,"TERMINAL",0,0,"36",,terminal_output +8343,7311189,"TERMINAL",0,0,"47",,terminal_output +8344,7312318,"TERMINAL",0,0,"58",,terminal_output +8345,7312595,"genie.py",7267,0,"",python,selection_mouse +8346,7312737,"genie.py",7264,9,"vid_embed",python,selection_mouse +8347,7313337,"TERMINAL",0,0,"69",,terminal_output +8348,7313949,"genie.py",7278,0,"",python,selection_mouse +8349,7314187,"genie.py",7278,1,",",python,selection_mouse +8350,7314220,"genie.py",7278,2,", ",python,selection_mouse +8351,7314273,"genie.py",7278,3,", -",python,selection_mouse +8352,7314338,"genie.py",7278,4,", -1",python,selection_mouse +8353,7314352,"TERMINAL",0,0,"740",,terminal_output +8354,7314412,"genie.py",7278,5,", -1]",python,selection_mouse +8355,7314626,"genie.py",7278,6,", -1].",python,selection_mouse +8356,7315415,"TERMINAL",0,0,"81",,terminal_output +8357,7315451,"genie.py",7284,0,"",python,selection_mouse +8358,7315982,"genie.py",7296,0,"",python,selection_mouse +8359,7316130,"genie.py",7288,17,"curr_masked_frame",python,selection_mouse +8360,7316426,"TERMINAL",0,0,"92",,terminal_output +8361,7317468,"TERMINAL",0,0,"303",,terminal_output +8362,7318512,"TERMINAL",0,0,"14",,terminal_output +8363,7319560,"TERMINAL",0,0,"25",,terminal_output +8364,7320292,"genie.py",7268,0,"",python,selection_mouse +8365,7320604,"TERMINAL",0,0,"36",,terminal_output +8366,7321682,"TERMINAL",0,0,"48",,terminal_output +8367,7322019,"genie.py",7267,0,"",python,selection_command +8368,7322702,"TERMINAL",0,0,"69",,terminal_output +8369,7323151,"genie.py",7306,0,"\n ",python,content +8370,7323776,"TERMINAL",0,0,"750",,terminal_output +8371,7324024,"genie.py",7315,0,"j",python,content +8372,7324025,"genie.py",7316,0,"",python,selection_keyboard +8373,7324133,"genie.py",7316,0,"a",python,content +8374,7324135,"genie.py",7317,0,"",python,selection_keyboard +8375,7324308,"genie.py",7317,0,"x",python,content +8376,7324309,"genie.py",7318,0,"",python,selection_keyboard +8377,7324445,"genie.py",7318,0,".",python,content +8378,7324445,"genie.py",7319,0,"",python,selection_keyboard +8379,7324807,"TERMINAL",0,0,"81",,terminal_output +8380,7325560,"genie.py",7319,0,"debug",python,content +8381,7325876,"TERMINAL",0,0,"92",,terminal_output +8382,7326085,"genie.py",7324,0,".",python,content +8383,7326086,"genie.py",7325,0,"",python,selection_keyboard +8384,7326352,"genie.py",7325,0,"b",python,content +8385,7326353,"genie.py",7326,0,"",python,selection_keyboard +8386,7326489,"genie.py",7326,0,"r",python,content +8387,7326490,"genie.py",7327,0,"",python,selection_keyboard +8388,7326651,"genie.py",7327,0,"e",python,content +8389,7326652,"genie.py",7328,0,"",python,selection_keyboard +8390,7326961,"TERMINAL",0,0,"403",,terminal_output +8391,7327033,"genie.py",7325,3,"breakpoint",python,content +8392,7327920,"genie.py",7335,0,"()",python,content +8393,7327921,"genie.py",7336,0,"",python,selection_keyboard +8394,7327973,"genie.py",7336,1,")",python,content +8395,7327974,"genie.py",7337,0,"",python,selection_keyboard +8396,7327974,"TERMINAL",0,0,"14",,terminal_output +8397,7328057,"genie.py",7336,0,"",python,selection_command +8398,7328983,"genie.py",7307,31,"",python,content +8399,7329085,"TERMINAL",0,0,"25",,terminal_output +8400,7330253,"TERMINAL",0,0,"36",,terminal_output +8401,7331336,"TERMINAL",0,0,"47",,terminal_output +8402,7332499,"TERMINAL",0,0,"58",,terminal_output +8403,7333498,"TERMINAL",0,0,"69",,terminal_output +8404,7334442,"TERMINAL",0,0,"74:00",,terminal_output +8405,7335527,"TERMINAL",0,0,"81",,terminal_output +8406,7336582,"TERMINAL",0,0,"92",,terminal_output +8407,7336767,"genie.py",9690,0,"",python,selection_mouse +8408,7337618,"TERMINAL",0,0,"503",,terminal_output +8409,7337730,"genie.py",9690,0,"\n jax.debug.breakpoint()",python,content +8410,7337821,"genie.py",9699,0,"",python,selection_command +8411,7338237,"genie.py",9690,0,"",python,selection_command +8412,7338650,"TERMINAL",0,0,"14",,terminal_output +8413,7338888,"genie.py",9690,1,"",python,content +8414,7338969,"genie.py",9698,0,"",python,selection_command +8415,7339682,"TERMINAL",0,0,"26",,terminal_output +8416,7340387,"genie.py",9662,0,"",python,selection_mouse +8417,7340759,"TERMINAL",0,0,"47",,terminal_output +8418,7340828,"genie.py",9720,0,"",python,selection_mouse +8419,7340843,"genie.py",9719,0,"",python,selection_command +8420,7341492,"genie.py",9720,0,"\n ",python,content +8421,7341603,"genie.py",9721,8,"",python,content +8422,7341791,"TERMINAL",0,0,"58",,terminal_output +8423,7342840,"TERMINAL",0,0,"69",,terminal_output +8424,7343982,"TERMINAL",0,0,"710",,terminal_output +8425,7344917,"TERMINAL",0,0,"81",,terminal_output +8426,7346017,"TERMINAL",0,0,"92",,terminal_output +8427,7346475,"sample.py",0,0,"",python,tab +8428,7347013,"TERMINAL",0,0,"5:003",,terminal_output +8429,7348169,"TERMINAL",0,0,"14",,terminal_output +8430,7349106,"TERMINAL",0,0,"25",,terminal_output +8431,7350200,"TERMINAL",0,0,"36",,terminal_output +8432,7351200,"TERMINAL",0,0,"47",,terminal_output +8433,7351392,"sample.py",3204,0,"",python,selection_mouse +8434,7352195,"sample.py",3193,0,"",python,selection_command +8435,7352246,"TERMINAL",0,0,"58",,terminal_output +8436,7352497,"sample.py",3193,1,"",python,content +8437,7352671,"sample.py",3193,1,"",python,content +8438,7352815,"sample.py",3192,0,"",python,selection_command +8439,7353046,"sample.py",3120,0,"",python,selection_command +8440,7353205,"sample.py",3077,0,"",python,selection_command +8441,7353293,"TERMINAL",0,0,"69",,terminal_output +8442,7353771,"sample.py",3067,0,"",python,selection_command +8443,7353920,"sample.py",3034,0,"",python,selection_command +8444,7353920,"sample.py",3002,0,"",python,selection_command +8445,7353920,"sample.py",2972,0,"",python,selection_command +8446,7354006,"sample.py",2940,0,"",python,selection_command +8447,7354007,"sample.py",2921,0,"",python,selection_command +8448,7354007,"sample.py",2901,0,"",python,selection_command +8449,7354008,"sample.py",2868,0,"",python,selection_command +8450,7354071,"sample.py",2789,0,"",python,selection_command +8451,7354072,"sample.py",2747,0,"",python,selection_command +8452,7354072,"sample.py",2714,0,"",python,selection_command +8453,7354130,"sample.py",2680,0,"",python,selection_command +8454,7354131,"sample.py",2644,0,"",python,selection_command +8455,7354202,"sample.py",2580,0,"",python,selection_command +8456,7354202,"sample.py",2531,0,"",python,selection_command +8457,7354221,"sample.py",2478,0,"",python,selection_command +8458,7354222,"sample.py",2432,0,"",python,selection_command +8459,7354384,"TERMINAL",0,0,"720",,terminal_output +8460,7354730,"sample.py",2478,0,"",python,selection_command +8461,7355300,"sample.py",2531,0,"",python,selection_command +8462,7355301,"sample.py",2580,0,"",python,selection_command +8463,7355388,"sample.py",2644,0,"",python,selection_command +8464,7355397,"TERMINAL",0,0,"81",,terminal_output +8465,7355554,"sample.py",2680,0,"",python,selection_command +8466,7356056,"sample.py",2714,0,"",python,selection_command +8467,7356156,"sample.py",2747,0,"",python,selection_command +8468,7356156,"sample.py",2789,0,"",python,selection_command +8469,7356156,"sample.py",2868,0,"",python,selection_command +8470,7356441,"TERMINAL",0,0,"92",,terminal_output +8471,7356554,"sample.py",2789,0,"",python,selection_command +8472,7357421,"sample.py",2860,0,"",python,selection_command +8473,7357502,"TERMINAL",0,0,"103",,terminal_output +8474,7358263,"sample.py",2850,0,"",python,selection_command +8475,7358417,"sample.py",2849,0,"",python,selection_command +8476,7358518,"TERMINAL",0,0,"14",,terminal_output +8477,7358584,"sample.py",2848,0,"",python,selection_command +8478,7358749,"sample.py",2847,1,"",python,content +8479,7359143,"sample.py",2847,0,"f",python,content +8480,7359144,"sample.py",2848,0,"",python,selection_keyboard +8481,7359579,"TERMINAL",0,0,"25",,terminal_output +8482,7360613,"TERMINAL",0,0,"36",,terminal_output +8483,7360720,"sample.py",2847,1,"",python,content +8484,7361598,"sample.py",2847,0,"f",python,content +8485,7361599,"sample.py",2848,0,"",python,selection_keyboard +8486,7361667,"TERMINAL",0,0,"48",,terminal_output +8487,7361705,"sample.py",2848,0,"r",python,content +8488,7361706,"sample.py",2849,0,"",python,selection_keyboard +8489,7362704,"TERMINAL",0,0,"69",,terminal_output +8490,7362771,"sample.py",2847,2,"frame_idx",python,content +8491,7363780,"TERMINAL",0,0,"730",,terminal_output +8492,7364845,"TERMINAL",0,0,"81",,terminal_output +8493,7365844,"TERMINAL",0,0,"92",,terminal_output +8494,7366891,"TERMINAL",0,0,"203",,terminal_output +8495,7368018,"TERMINAL",0,0,"14",,terminal_output +8496,7369042,"TERMINAL",0,0,"25",,terminal_output +8497,7370067,"TERMINAL",0,0,"36",,terminal_output +8498,7371196,"TERMINAL",0,0,"47",,terminal_output +8499,7372147,"TERMINAL",0,0,"58",,terminal_output +8500,7373200,"TERMINAL",0,0,"69",,terminal_output +8501,7374255,"sample.py",4699,0,"",python,selection_mouse +8502,7374269,"TERMINAL",0,0,"740",,terminal_output +8503,7374457,"sample.py",4699,1,"_",python,selection_mouse +8504,7374457,"sample.py",4699,2,"_m",python,selection_mouse +8505,7374483,"sample.py",4699,3,"_mi",python,selection_mouse +8506,7374518,"sample.py",4699,4,"_mih",python,selection_mouse +8507,7374750,"sample.py",4699,5,"_mihi",python,selection_mouse +8508,7374879,"sample.py",4699,6,"_mihir",python,selection_mouse +8509,7375304,"TERMINAL",0,0,"81",,terminal_output +8510,7375592,"sample.py",4699,6,"",python,content +8511,7376336,"TERMINAL",0,0,"92",,terminal_output +8512,7376697,"sample.py",5274,0,"",python,selection_mouse +8513,7377545,"TERMINAL",0,0,"303",,terminal_output +8514,7378063,"TERMINAL",0,0,"^DERROR:2025-07-03 15:05:31,383:jax._src.debugging:96: jax.debug.callback failed\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 94, in debug_callback_impl\r\n callback(*args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n callback(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n debugger(frames, thread_id, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n CliDebugger(frames, thread_id, **kwargs).run()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 160, in run\r\n self.cmdloop()\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 138, in cmdloop\r\n stop = self.onecmd(line)\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n return func(arg)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\n sys.exit(0)\r\nSystemExit: 0\r\nERROR:jax._src.debugging:jax.debug.callback failed\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 94, in debug_callback_impl\r\n callback(*args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n callback(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n debugger(frames, thread_id, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n CliDebugger(frames, thread_id, **kwargs).run()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 160, in run\r\n self.cmdloop()\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 138, in cmdloop\r\n stop = self.onecmd(line)\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n return func(arg)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\n sys.exit(0)\r\nSystemExit: 0\r\n",,terminal_output +8515,7378464,"TERMINAL",0,0,"14",,terminal_output +8516,7379415,"TERMINAL",0,0,"]0;tum_cte0515@hkn0403:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0403 jafar]$ ",,terminal_output +8517,7379468,"TERMINAL",0,0,"25",,terminal_output +8518,7379900,"TERMINAL",0,0,"sh scripts_horeka/overfit_sample_tiny/sample.sh ",,terminal_output +8519,7380536,"TERMINAL",0,0,"36",,terminal_output +8520,7381032,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +8521,7381144,"TERMINAL",0,0,"Sampling from checkpoint: /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3309699/genie_1751384516_74500/\r\n",,terminal_output +8522,7381559,"TERMINAL",0,0,"47",,terminal_output +8523,7382607,"TERMINAL",0,0,"58",,terminal_output +8524,7383687,"TERMINAL",0,0,"650",,terminal_output +8525,7383884,"TERMINAL",0,0,"2025-07-03 15:05:37.248398: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8526,7384711,"TERMINAL",0,0,"81",,terminal_output +8527,7385779,"TERMINAL",0,0,"92",,terminal_output +8528,7386862,"TERMINAL",0,0,"403",,terminal_output +8529,7387840,"TERMINAL",0,0,"14",,terminal_output +8530,7388087,"TERMINAL",0,0,"2025-07-03 15:05:41.453975: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8531,7388908,"TERMINAL",0,0,"25",,terminal_output +8532,7389939,"TERMINAL",0,0,"36",,terminal_output +8533,7391061,"TERMINAL",0,0,"47",,terminal_output +8534,7392035,"TERMINAL",0,0,"58",,terminal_output +8535,7393109,"TERMINAL",0,0,"69",,terminal_output +8536,7394124,"TERMINAL",0,0,"75:00",,terminal_output +8537,7395259,"TERMINAL",0,0,"81",,terminal_output +8538,7396283,"TERMINAL",0,0,"92",,terminal_output +8539,7397207,"TERMINAL",0,0,"2025-07-03 15:05:50.555483: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8540,7397263,"TERMINAL",0,0,"503",,terminal_output +8541,7398330,"TERMINAL",0,0,"14",,terminal_output +8542,7399457,"TERMINAL",0,0,"25",,terminal_output +8543,7400588,"TERMINAL",0,0,"36",,terminal_output +8544,7401454,"TERMINAL",0,0,"47",,terminal_output +8545,7402498,"TERMINAL",0,0,"58",,terminal_output +8546,7403558,"TERMINAL",0,0,"69",,terminal_output +8547,7404590,"TERMINAL",0,0,"710",,terminal_output +8548,7404885,"TERMINAL",0,0,"2025-07-03 15:05:58.182054: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8549,7405651,"TERMINAL",0,0,"81",,terminal_output +8550,7406686,"TERMINAL",0,0,"6:003",,terminal_output +8551,7407753,"TERMINAL",0,0,"14",,terminal_output +8552,7408783,"TERMINAL",0,0,"25",,terminal_output +8553,7409902,"TERMINAL",0,0,"36",,terminal_output +8554,7410865,"TERMINAL",0,0,"47",,terminal_output +8555,7411458,"TERMINAL",0,0,"2025-07-03 15:06:04.806830: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8556,7411949,"TERMINAL",0,0,"58",,terminal_output +8557,7412957,"TERMINAL",0,0,"69",,terminal_output +8558,7414001,"TERMINAL",0,0,"720",,terminal_output +8559,7415124,"TERMINAL",0,0,"81",,terminal_output +8560,7416147,"TERMINAL",0,0,"92",,terminal_output +8561,7417155,"TERMINAL",0,0,"103",,terminal_output +8562,7417927,"TERMINAL",0,0,"2025-07-03 15:06:11.292959: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8563,7418299,"TERMINAL",0,0,"14",,terminal_output +8564,7419323,"TERMINAL",0,0,"25",,terminal_output +8565,7420349,"TERMINAL",0,0,"36",,terminal_output +8566,7421372,"TERMINAL",0,0,"/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\n",,terminal_output +8567,7421372,"TERMINAL",0,0,"47",,terminal_output +8568,7422383,"TERMINAL",0,0,"58",,terminal_output +8569,7423462,"TERMINAL",0,0,"69",,terminal_output +8570,7424545,"TERMINAL",0,0,"730",,terminal_output +8571,7425520,"TERMINAL",0,0,"81",,terminal_output +8572,7426569,"TERMINAL",0,0,"92",,terminal_output +8573,7427617,"TERMINAL",0,0,"203",,terminal_output +8574,7428658,"TERMINAL",0,0,"15",,terminal_output +8575,7428823,"TERMINAL",0,0,"Frame 1\r\n",,terminal_output +8576,7429468,"TERMINAL",0,0,"2025-07-03 15:06:22.739884: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8577,7429767,"TERMINAL",0,0,"36",,terminal_output +8578,7430792,"TERMINAL",0,0,"47",,terminal_output +8579,7431797,"TERMINAL",0,0,"58",,terminal_output +8580,7432620,"TERMINAL",0,0,"2025-07-03 15:06:25.985504: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8581,7432943,"TERMINAL",0,0,"69",,terminal_output +8582,7433966,"TERMINAL",0,0,"740",,terminal_output +8583,7435093,"TERMINAL",0,0,"81",,terminal_output +8584,7436014,"TERMINAL",0,0,"92",,terminal_output +8585,7437028,"TERMINAL",0,0,"303",,terminal_output +8586,7438056,"sample.py",0,0,"",python,tab +8587,7438057,"sample.py",4393,0,"",python,selection_mouse +8588,7438158,"TERMINAL",0,0,"14",,terminal_output +8589,7439119,"TERMINAL",0,0,"25",,terminal_output +8590,7440167,"TERMINAL",0,0,"36",,terminal_output +8591,7440537,"genie.py",0,0,"",python,tab +8592,7441031,"TERMINAL",0,0,"2025-07-03 15:06:34.395111: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8593,7441232,"TERMINAL",0,0,"47",,terminal_output +8594,7442455,"TERMINAL",0,0,"58",,terminal_output +8595,7443590,"TERMINAL",0,0,"69",,terminal_output +8596,7444355,"TERMINAL",0,0,"750",,terminal_output +8597,7444923,"TERMINAL",0,0,"2025-07-03 15:06:38.188672: W external/xla/xla/service/gpu/autotuning/dot_search_space.cc:200] All configs were filtered out because none of them sufficiently match the hints. Maybe the hints set does not contain a good representative set of valid configs?Working around this by using the full hints set instead.\r\n",,terminal_output +8598,7445402,"TERMINAL",0,0,"81",,terminal_output +8599,7446475,"TERMINAL",0,0,"92",,terminal_output +8600,7447497,"TERMINAL",0,0,"403",,terminal_output +8601,7448539,"TERMINAL",0,0,"14",,terminal_output +8602,7449234,"TERMINAL",0,0,"Entering jdb:\r\n(jdb) ",,terminal_output +8603,7449590,"TERMINAL",0,0,"25",,terminal_output +8604,7450814,"TERMINAL",0,0,"37",,terminal_output +8605,7451288,"genie.py",9720,0,"",python,selection_mouse +8606,7451305,"genie.py",9719,0,"",python,selection_command +8607,7451886,"TERMINAL",0,0,"58",,terminal_output +8608,7452917,"TERMINAL",0,0,"l",,terminal_output +8609,7452928,"TERMINAL",0,0,"69",,terminal_output +8610,7452982,"TERMINAL",0,0,"\r\n> /hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/genie.py(286)\r\n curr_masked_frame = jnp.where(\r\n jnp.expand_dims(mask, -1),\r\n self.dynamics.mask_token[0],\r\n vid_embed[:, -1],\r\n )\r\n vid_embed = vid_embed.at[:, -1].set(curr_masked_frame)\r\n-> jax.debug.breakpoint()\r\n \r\n # --- Predict transition ---\r\n act_embed = self.dynamics.action_up(action_tokens)\r\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\r\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\r\n(jdb) ",,terminal_output +8611,7454036,"TERMINAL",0,0,"76:00",,terminal_output +8612,7454993,"TERMINAL",0,0,"81",,terminal_output +8613,7456040,"TERMINAL",0,0,"92",,terminal_output +8614,7457107,"TERMINAL",0,0,"503",,terminal_output +8615,7458159,"TERMINAL",0,0,"[?25lB[?25h",,terminal_output +8616,7458160,"TERMINAL",0,0,"14",,terminal_output +8617,7458775,"TERMINAL",0,0,"\r\n1\r\n(jdb) ",,terminal_output +8618,7459259,"TERMINAL",0,0,"25",,terminal_output +8619,7460255,"TERMINAL",0,0,"36",,terminal_output +8620,7460668,"TERMINAL",0,0,"[?25lT[?25h",,terminal_output +8621,7461001,"TERMINAL",0,0,"\r\n1\r\n(jdb) ",,terminal_output +8622,7461300,"TERMINAL",0,0,"47",,terminal_output +8623,7461732,"TERMINAL",0,0,"[?25lN[?25h",,terminal_output +8624,7462306,"TERMINAL",0,0,"\r\n920\r\n(jdb) ",,terminal_output +8625,7462325,"TERMINAL",0,0,"58",,terminal_output +8626,7463475,"TERMINAL",0,0,"69",,terminal_output +8627,7464485,"TERMINAL",0,0,"710",,terminal_output +8628,7465513,"TERMINAL",0,0,"81",,terminal_output +8629,7466443,"genie.py",0,0,"",python,tab +8630,7466443,"genie.py",9238,0,"",python,selection_mouse +8631,7466518,"genie.py",9237,0,"",python,selection_command +8632,7466648,"TERMINAL",0,0,"92",,terminal_output +8633,7467574,"TERMINAL",0,0,"7:003",,terminal_output +8634,7467648,"genie.py",9238,0,"",python,selection_command +8635,7467857,"genie.py",9238,0,",",python,content +8636,7467858,"genie.py",9239,0,"",python,selection_keyboard +8637,7468465,"genie.py",9238,1,"",python,content +8638,7468651,"TERMINAL",0,0,"14",,terminal_output +8639,7469692,"TERMINAL",0,0,"26",,terminal_output +8640,7469895,"genie.py",9341,0,"",python,selection_mouse +8641,7470078,"genie.py",9338,10,"token_idxs",python,selection_mouse +8642,7470514,"genie.py",9301,0,"",python,selection_mouse +8643,7470687,"genie.py",9291,14,"vid_token_idxs",python,selection_mouse +8644,7470744,"TERMINAL",0,0,"47",,terminal_output +8645,7471772,"TERMINAL",0,0,"58",,terminal_output +8646,7472816,"TERMINAL",0,0,"69",,terminal_output +8647,7473871,"TERMINAL",0,0,"720",,terminal_output +8648,7474815,"TERMINAL",0,0,"[?25lvid_token_idxs[?25h",,terminal_output +8649,7474928,"TERMINAL",0,0,"81",,terminal_output +8650,7475778,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +8651,7475967,"TERMINAL",0,0,"92",,terminal_output +8652,7476041,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8653,7476123,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +8654,7476267,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +8655,7476353,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +8656,7476467,"TERMINAL",0,0,"[?25le[?25h\r\n(1, 2, 920)\r\n(jdb) ",,terminal_output +8657,7477000,"TERMINAL",0,0,"103",,terminal_output +8658,7478113,"TERMINAL",0,0,"14",,terminal_output +8659,7479124,"TERMINAL",0,0,"25",,terminal_output +8660,7480147,"TERMINAL",0,0,"36",,terminal_output +8661,7480491,"genie.py",0,0,"",python,tab +8662,7480492,"genie.py",9363,0,"",python,selection_mouse +8663,7480879,"genie.py",9405,0,"",python,selection_mouse +8664,7481274,"TERMINAL",0,0,"47",,terminal_output +8665,7481419,"genie.py",9405,0,"A",python,content +8666,7481421,"genie.py",9406,0,"",python,selection_keyboard +8667,7482328,"TERMINAL",0,0,"58",,terminal_output +8668,7482798,"genie.py",9405,1,"",python,content +8669,7482994,"genie.py",9405,0," ",python,content +8670,7482995,"genie.py",9406,0,"",python,selection_keyboard +8671,7483152,"genie.py",9406,0,"#",python,content +8672,7483152,"genie.py",9407,0,"",python,selection_keyboard +8673,7483332,"TERMINAL",0,0,"69",,terminal_output +8674,7483388,"genie.py",9407,0," ",python,content +8675,7483388,"genie.py",9408,0,"",python,selection_keyboard +8676,7484373,"TERMINAL",0,0,"730",,terminal_output +8677,7485345,"genie.py",9408,0,"()",python,content +8678,7485346,"genie.py",9409,0,"",python,selection_keyboard +8679,7485420,"TERMINAL",0,0,"81",,terminal_output +8680,7485635,"genie.py",9409,0,"B",python,content +8681,7485636,"genie.py",9410,0,"",python,selection_keyboard +8682,7485999,"genie.py",9410,0,",",python,content +8683,7485999,"genie.py",9411,0,"",python,selection_keyboard +8684,7486111,"genie.py",9411,0," ",python,content +8685,7486112,"genie.py",9412,0,"",python,selection_keyboard +8686,7486466,"TERMINAL",0,0,"92",,terminal_output +8687,7487393,"genie.py",9412,0,"T",python,content +8688,7487394,"genie.py",9413,0,"",python,selection_keyboard +8689,7487555,"TERMINAL",0,0,"203",,terminal_output +8690,7488199,"genie.py",9413,0,"+",python,content +8691,7488199,"genie.py",9414,0,"",python,selection_keyboard +8692,7488268,"genie.py",9414,0,"1",python,content +8693,7488269,"genie.py",9415,0,"",python,selection_keyboard +8694,7488588,"genie.py",9415,0,",",python,content +8695,7488589,"genie.py",9416,0,"",python,selection_keyboard +8696,7488589,"TERMINAL",0,0,"14",,terminal_output +8697,7488678,"genie.py",9416,0," ",python,content +8698,7488679,"genie.py",9417,0,"",python,selection_keyboard +8699,7489598,"genie.py",9417,0,"N",python,content +8700,7489599,"genie.py",9418,0,"",python,selection_keyboard +8701,7489647,"TERMINAL",0,0,"25",,terminal_output +8702,7490677,"TERMINAL",0,0,"37",,terminal_output +8703,7490692,"genie.py",9452,0,"",python,selection_mouse +8704,7491236,"genie.py",9419,0,"",python,selection_mouse +8705,7491696,"TERMINAL",0,0,"58",,terminal_output +8706,7492751,"TERMINAL",0,0,"69",,terminal_output +8707,7493098,"TERMINAL",0,0,"\rvid_token_idxs.shape",,terminal_output +8708,7493488,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +8709,7493827,"TERMINAL",0,0,"740",,terminal_output +8710,7494449,"TERMINAL",0,0,"\r",,terminal_output +8711,7494894,"TERMINAL",0,0,"81",,terminal_output +8712,7495341,"TERMINAL",0,0,"[?25lv[?25h",,terminal_output +8713,7495407,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +8714,7495655,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +8715,7495761,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +8716,7495879,"TERMINAL",0,0,"92",,terminal_output +8717,7495939,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +8718,7496005,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +8719,7496350,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +8720,7496416,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +8721,7496539,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +8722,7496672,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +8723,7496832,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8724,7496913,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +8725,7496963,"TERMINAL",0,0,"303",,terminal_output +8726,7497018,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +8727,7497124,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +8728,7497202,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +8729,7497281,"TERMINAL",0,0,"\r\n(1, 2, 920, 128)\r\n(jdb) ",,terminal_output +8730,7498002,"TERMINAL",0,0,"14",,terminal_output +8731,7499037,"TERMINAL",0,0,"25",,terminal_output +8732,7500117,"TERMINAL",0,0,"36",,terminal_output +8733,7501203,"genie.py",0,0,"",python,tab +8734,7501205,"genie.py",9520,0,"",python,selection_mouse +8735,7501249,"TERMINAL",0,0,"47",,terminal_output +8736,7501700,"genie.py",9481,0,"",python,selection_mouse +8737,7502104,"genie.py",9481,0," ",python,content +8738,7502106,"genie.py",9482,0,"",python,selection_keyboard +8739,7502164,"TERMINAL",0,0,"58",,terminal_output +8740,7503212,"TERMINAL",0,0,"69",,terminal_output +8741,7503311,"genie.py",9482,0,"#",python,content +8742,7503312,"genie.py",9483,0,"",python,selection_keyboard +8743,7503364,"genie.py",9483,0," ",python,content +8744,7503365,"genie.py",9484,0,"",python,selection_keyboard +8745,7504259,"TERMINAL",0,0,"750",,terminal_output +8746,7504547,"genie.py",9484,0,"()",python,content +8747,7504547,"genie.py",9485,0,"",python,selection_keyboard +8748,7504947,"genie.py",9485,0,"B",python,content +8749,7504947,"genie.py",9486,0,"",python,selection_keyboard +8750,7505284,"genie.py",9486,0," ",python,content +8751,7505285,"genie.py",9487,0,"",python,selection_keyboard +8752,7505374,"TERMINAL",0,0,"81",,terminal_output +8753,7505714,"genie.py",9486,1,"",python,content +8754,7505972,"genie.py",9486,0,",",python,content +8755,7505973,"genie.py",9487,0,"",python,selection_keyboard +8756,7506063,"genie.py",9487,0," ",python,content +8757,7506063,"genie.py",9488,0,"",python,selection_keyboard +8758,7506401,"TERMINAL",0,0,"92",,terminal_output +8759,7506813,"genie.py",9488,0,"T",python,content +8760,7506814,"genie.py",9489,0,"",python,selection_keyboard +8761,7507238,"genie.py",9489,0,"+",python,content +8762,7507239,"genie.py",9490,0,"",python,selection_keyboard +8763,7507369,"genie.py",9490,0,"1",python,content +8764,7507370,"genie.py",9491,0,"",python,selection_keyboard +8765,7507411,"genie.py",9491,0," ",python,content +8766,7507412,"genie.py",9492,0,"",python,selection_keyboard +8767,7507547,"TERMINAL",0,0,"403",,terminal_output +8768,7507834,"genie.py",9491,1,"",python,content +8769,7508203,"genie.py",9491,0,",",python,content +8770,7508204,"genie.py",9492,0,"",python,selection_keyboard +8771,7508367,"genie.py",9492,0," ",python,content +8772,7508368,"genie.py",9493,0,"",python,selection_keyboard +8773,7508435,"TERMINAL",0,0,"14",,terminal_output +8774,7508597,"genie.py",9493,0,"N",python,content +8775,7508598,"genie.py",9494,0,"",python,selection_keyboard +8776,7508981,"genie.py",9494,0,",",python,content +8777,7508982,"genie.py",9495,0,"",python,selection_keyboard +8778,7508982,"genie.py",9495,0," ",python,content +8779,7508983,"genie.py",9496,0,"",python,selection_keyboard +8780,7509481,"TERMINAL",0,0,"25",,terminal_output +8781,7510543,"TERMINAL",0,0,"36",,terminal_output +8782,7511040,"genie.py",9496,0,"D",python,content +8783,7511041,"genie.py",9497,0,"",python,selection_keyboard +8784,7511562,"TERMINAL",0,0,"47",,terminal_output +8785,7512019,"genie.py",9537,0,"",python,selection_mouse +8786,7512579,"genie.py",9617,0,"",python,selection_mouse +8787,7512671,"TERMINAL",0,0,"58",,terminal_output +8788,7513109,"genie.py",9657,0,"",python,selection_mouse +8789,7513674,"TERMINAL",0,0,"67:00",,terminal_output +8790,7513977,"genie.py",9519,0,"",python,selection_mouse +8791,7514109,"genie.py",9507,17,"curr_masked_frame",python,selection_mouse +8792,7514771,"TERMINAL",0,0,"81",,terminal_output +8793,7515784,"TERMINAL",0,0,"92",,terminal_output +8794,7516802,"TERMINAL",0,0,"503",,terminal_output +8795,7516998,"TERMINAL",0,0,"[?25lcurr_masked_frame[?25h",,terminal_output +8796,7517465,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +8797,7517648,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8798,7517715,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +8799,7517848,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +8800,7517863,"TERMINAL",0,0,"14",,terminal_output +8801,7517915,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +8802,7517988,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +8803,7518099,"TERMINAL",0,0,"\r\n(1, 920, 128)\r\n(jdb) ",,terminal_output +8804,7518906,"TERMINAL",0,0,"25",,terminal_output +8805,7519941,"TERMINAL",0,0,"36",,terminal_output +8806,7521007,"TERMINAL",0,0,"47",,terminal_output +8807,7522033,"TERMINAL",0,0,"58",,terminal_output +8808,7522768,"genie.py",0,0,"",python,tab +8809,7522768,"genie.py",9657,0,"",python,selection_mouse +8810,7523095,"TERMINAL",0,0,"69",,terminal_output +8811,7523507,"genie.py",9657,0," ",python,content +8812,7523508,"genie.py",9658,0,"",python,selection_keyboard +8813,7524160,"TERMINAL",0,0,"710",,terminal_output +8814,7524967,"genie.py",9658,0,"#",python,content +8815,7524968,"genie.py",9659,0,"",python,selection_keyboard +8816,7525138,"genie.py",9659,0," ",python,content +8817,7525139,"genie.py",9660,0,"",python,selection_keyboard +8818,7525200,"TERMINAL",0,0,"81",,terminal_output +8819,7526252,"TERMINAL",0,0,"92",,terminal_output +8820,7527279,"TERMINAL",0,0,"8:003",,terminal_output +8821,7527315,"genie.py",9660,0,"()",python,content +8822,7527316,"genie.py",9661,0,"",python,selection_keyboard +8823,7527614,"genie.py",9661,0,"B",python,content +8824,7527615,"genie.py",9662,0,"",python,selection_keyboard +8825,7527828,"genie.py",9662,0,",",python,content +8826,7527829,"genie.py",9663,0,"",python,selection_keyboard +8827,7528287,"genie.py",9663,0," ",python,content +8828,7528288,"genie.py",9664,0,"",python,selection_keyboard +8829,7528353,"TERMINAL",0,0,"14",,terminal_output +8830,7529354,"TERMINAL",0,0,"25",,terminal_output +8831,7530393,"genie.py",9664,0,"N",python,content +8832,7530394,"genie.py",9665,0,"",python,selection_keyboard +8833,7530456,"TERMINAL",0,0,"36",,terminal_output +8834,7531062,"genie.py",9665,0,",",python,content +8835,7531062,"genie.py",9666,0,"",python,selection_keyboard +8836,7531143,"genie.py",9666,0," ",python,content +8837,7531144,"genie.py",9667,0,"",python,selection_keyboard +8838,7531385,"genie.py",9667,0,"D",python,content +8839,7531386,"genie.py",9668,0,"",python,selection_keyboard +8840,7531453,"TERMINAL",0,0,"47",,terminal_output +8841,7532496,"TERMINAL",0,0,"58",,terminal_output +8842,7532979,"genie.py",9725,0,"",python,selection_mouse +8843,7533538,"TERMINAL",0,0,"69",,terminal_output +8844,7534590,"TERMINAL",0,0,"720",,terminal_output +8845,7535601,"genie.py",9732,0,"",python,selection_mouse +8846,7535659,"TERMINAL",0,0,"82",,terminal_output +8847,7536691,"TERMINAL",0,0,"103",,terminal_output +8848,7536784,"genie.py",9592,0,"",python,selection_mouse +8849,7536917,"genie.py",9589,4,"self",python,selection_mouse +8850,7537133,"genie.py",9589,13,"self.dynamics",python,selection_mouse +8851,7537252,"genie.py",9589,14,"self.dynamics.",python,selection_mouse +8852,7537253,"genie.py",9589,24,"self.dynamics.mask_token",python,selection_mouse +8853,7537740,"TERMINAL",0,0,"14",,terminal_output +8854,7537913,"genie.py",9610,0,"",python,selection_mouse +8855,7538564,"genie.py",9550,0,"",python,selection_mouse +8856,7538787,"TERMINAL",0,0,"25",,terminal_output +8857,7539111,"genie.py",9554,0,"",python,selection_mouse +8858,7539260,"genie.py",9554,11,"expand_dims",python,selection_mouse +8859,7539588,"genie.py",9554,12,"expand_dims(",python,selection_mouse +8860,7539589,"genie.py",9554,16,"expand_dims(mask",python,selection_mouse +8861,7539714,"genie.py",9554,17,"expand_dims(mask,",python,selection_mouse +8862,7539714,"genie.py",9554,19,"expand_dims(mask, -",python,selection_mouse +8863,7539715,"genie.py",9554,20,"expand_dims(mask, -1",python,selection_mouse +8864,7539715,"genie.py",9554,21,"expand_dims(mask, -1)",python,selection_mouse +8865,7539775,"genie.py",9554,22,"expand_dims(mask, -1),",python,selection_mouse +8866,7539858,"TERMINAL",0,0,"36",,terminal_output +8867,7540162,"genie.py",9576,0,"",python,selection_mouse +8868,7540452,"genie.py",9575,1,",",python,selection_mouse +8869,7540452,"genie.py",9566,10,"mask, -1),",python,selection_mouse +8870,7540453,"genie.py",9554,22,"expand_dims(mask, -1),",python,selection_mouse +8871,7540627,"genie.py",9553,23,".expand_dims(mask, -1),",python,selection_mouse +8872,7540794,"genie.py",9550,26,"jnp.expand_dims(mask, -1),",python,selection_mouse +8873,7540880,"TERMINAL",0,0,"47",,terminal_output +8874,7541999,"TERMINAL",0,0,"58",,terminal_output +8875,7542975,"TERMINAL",0,0,"69",,terminal_output +8876,7543438,"TERMINAL",0,0,"[?25ljnp.expand_dims(mask, -1),[?25h",,terminal_output +8877,7543851,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +8878,7544019,"TERMINAL",0,0,"730",,terminal_output +8879,7544304,"TERMINAL",0,0,"[?25l.\r[?25h",,terminal_output +8880,7544370,"TERMINAL",0,0,"[?25l,\r[?25h",,terminal_output +8881,7544618,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +8882,7544899,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8883,7544966,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +8884,7545105,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +8885,7545105,"TERMINAL",0,0,"81",,terminal_output +8886,7545157,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +8887,7545291,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +8888,7545354,"TERMINAL",0,0,"\r\n*** NameError: name 'jnp' is not defined\r\n(jdb) ",,terminal_output +8889,7546197,"TERMINAL",0,0,"92",,terminal_output +8890,7547223,"TERMINAL",0,0,"203",,terminal_output +8891,7548247,"TERMINAL",0,0,"14",,terminal_output +8892,7549372,"TERMINAL",0,0,"25",,terminal_output +8893,7550397,"TERMINAL",0,0,"36",,terminal_output +8894,7551367,"TERMINAL",0,0,"47",,terminal_output +8895,7552444,"TERMINAL",0,0,"58",,terminal_output +8896,7553469,"TERMINAL",0,0,"69",,terminal_output +8897,7554457,"genie.py",0,0,"",python,tab +8898,7554460,"genie.py",9647,0,"",python,selection_mouse +8899,7554607,"TERMINAL",0,0,"740",,terminal_output +8900,7555550,"TERMINAL",0,0,"81",,terminal_output +8901,7556596,"TERMINAL",0,0,"92",,terminal_output +8902,7557644,"TERMINAL",0,0,"304",,terminal_output +8903,7558690,"TERMINAL",0,0,"25",,terminal_output +8904,7559737,"TERMINAL",0,0,"36",,terminal_output +8905,7560785,"TERMINAL",0,0,"47",,terminal_output +8906,7561865,"TERMINAL",0,0,"58",,terminal_output +8907,7562888,"TERMINAL",0,0,"69",,terminal_output +8908,7564015,"TERMINAL",0,0,"750",,terminal_output +8909,7564971,"TERMINAL",0,0,"81",,terminal_output +8910,7566063,"TERMINAL",0,0,"92",,terminal_output +8911,7567149,"TERMINAL",0,0,"403",,terminal_output +8912,7568116,"TERMINAL",0,0,"14",,terminal_output +8913,7569239,"TERMINAL",0,0,"25",,terminal_output +8914,7570275,"TERMINAL",0,0,"36",,terminal_output +8915,7571419,"TERMINAL",0,0,"47",,terminal_output +8916,7572531,"TERMINAL",0,0,"58",,terminal_output +8917,7573468,"TERMINAL",0,0,"69",,terminal_output +8918,7574515,"TERMINAL",0,0,"78:00",,terminal_output +8919,7575562,"TERMINAL",0,0,"81",,terminal_output +8920,7576618,"TERMINAL",0,0,"92",,terminal_output +8921,7577866,"TERMINAL",0,0,"504",,terminal_output +8922,7579127,"TERMINAL",0,0,"25",,terminal_output +8923,7579927,"TERMINAL",0,0,"36",,terminal_output +8924,7580808,"TERMINAL",0,0,"47",,terminal_output +8925,7581853,"TERMINAL",0,0,"58",,terminal_output +8926,7582965,"TERMINAL",0,0,"69",,terminal_output +8927,7583948,"TERMINAL",0,0,"710",,terminal_output +8928,7585006,"TERMINAL",0,0,"81",,terminal_output +8929,7586134,"TERMINAL",0,0,"92",,terminal_output +8930,7587102,"TERMINAL",0,0,"9:003",,terminal_output +8931,7588183,"TERMINAL",0,0,"14",,terminal_output +8932,7589205,"TERMINAL",0,0,"25",,terminal_output +8933,7590241,"TERMINAL",0,0,"36",,terminal_output +8934,7591263,"TERMINAL",0,0,"47",,terminal_output +8935,7592311,"TERMINAL",0,0,"58",,terminal_output +8936,7593405,"TERMINAL",0,0,"69",,terminal_output +8937,7594429,"TERMINAL",0,0,"720",,terminal_output +8938,7595544,"TERMINAL",0,0,"81",,terminal_output +8939,7596541,"TERMINAL",0,0,"92",,terminal_output +8940,7597603,"TERMINAL",0,0,"103",,terminal_output +8941,7598670,"TERMINAL",0,0,"14",,terminal_output +8942,7599656,"TERMINAL",0,0,"26",,terminal_output +8943,7600717,"TERMINAL",0,0,"47",,terminal_output +8944,7601752,"TERMINAL",0,0,"58",,terminal_output +8945,7602802,"TERMINAL",0,0,"69",,terminal_output +8946,7603398,"genie.py",9669,0,"",python,selection_mouse +8947,7603850,"TERMINAL",0,0,"730",,terminal_output +8948,7604094,"genie.py",9617,0,"",python,selection_mouse +8949,7604900,"TERMINAL",0,0,"81",,terminal_output +8950,7606000,"TERMINAL",0,0,"92",,terminal_output +8951,7606337,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +8952,7606390,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +8953,7606562,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8954,7606577,"TERMINAL",0,0,"[?25lk[?25h",,terminal_output +8955,7606904,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +8956,7606981,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8957,7606995,"TERMINAL",0,0,"203",,terminal_output +8958,7607063,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +8959,7607283,"TERMINAL",0,0,"[?25la[?25h[?25lp[?25h",,terminal_output +8960,7607474,"TERMINAL",0,0,"[?25le[?25h\r\n(1, 920)\r\n(jdb) ",,terminal_output +8961,7608048,"TERMINAL",0,0,"14",,terminal_output +8962,7609175,"TERMINAL",0,0,"25",,terminal_output +8963,7610199,"TERMINAL",0,0,"36",,terminal_output +8964,7611180,"TERMINAL",0,0,"47",,terminal_output +8965,7612246,"TERMINAL",0,0,"58",,terminal_output +8966,7613373,"TERMINAL",0,0,"69",,terminal_output +8967,7614201,"TERMINAL",0,0,"[?25li[?25h[?25lm[?25h",,terminal_output +8968,7614320,"TERMINAL",0,0,"740",,terminal_output +8969,7614687,"TERMINAL",0,0,"[?25lp[?25h[?25lo[?25h",,terminal_output +8970,7614781,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +8971,7614970,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +8972,7615020,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +8973,7615198,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +8974,7615423,"TERMINAL",0,0,"81",,terminal_output +8975,7615438,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +8976,7615999,"TERMINAL",0,0,"[?25li\r[?25h",,terminal_output +8977,7616245,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +8978,7616311,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +8979,7616419,"TERMINAL",0,0,"92",,terminal_output +8980,7616604,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +8981,7616668,"TERMINAL",0,0,"[?25ly[?25h",,terminal_output +8982,7616902,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +8983,7617366,"TERMINAL",0,0,"[?25l-\r[?25h",,terminal_output +8984,7617474,"TERMINAL",0,0,"303",,terminal_output +8985,7618060,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +8986,7618191,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +8987,7618258,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +8988,7618539,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +8989,7618539,"TERMINAL",0,0,"14",,terminal_output +8990,7618784,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +8991,7618938,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +8992,7619657,"TERMINAL",0,0,"25",,terminal_output +8993,7619706,"TERMINAL",0,0,"\r\n*** SyntaxError: invalid syntax\r\n(jdb) ",,terminal_output +8994,7620644,"TERMINAL",0,0,"36",,terminal_output +8995,7621198,"TERMINAL",0,0,"\rimport numpy as np",,terminal_output +8996,7621668,"TERMINAL",0,0,"48",,terminal_output +8997,7622706,"TERMINAL",0,0,"69",,terminal_output +8998,7623561,"TERMINAL",0,0,"\r",,terminal_output +8999,7623745,"TERMINAL",0,0,"\r",,terminal_output +9000,7623766,"TERMINAL",0,0,"750",,terminal_output +9001,7624115,"TERMINAL",0,0,"\r",,terminal_output +9002,7624258,"TERMINAL",0,0,"\r",,terminal_output +9003,7624729,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +9004,7624932,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +9005,7625458,"TERMINAL",0,0,"81",,terminal_output +9006,7626125,"TERMINAL",0,0,"\r\n*** NameError: name 'np' is not defined\r\n(jdb) ",,terminal_output +9007,7626533,"TERMINAL",0,0,"92",,terminal_output +9008,7627606,"TERMINAL",0,0,"403",,terminal_output +9009,7628631,"TERMINAL",0,0,"14",,terminal_output +9010,7629445,"genie.py",0,0,"",python,tab +9011,7629446,"genie.py",9576,0,"",python,selection_mouse +9012,7629626,"TERMINAL",0,0,"25",,terminal_output +9013,7630018,"genie.py",9763,0,"",python,selection_mouse +9014,7630627,"genie.py",9764,0,"",python,selection_mouse +9015,7630680,"TERMINAL",0,0,"37",,terminal_output +9016,7631718,"TERMINAL",0,0,"58",,terminal_output +9017,7632780,"TERMINAL",0,0,"69",,terminal_output +9018,7633570,"TERMINAL",0,0,"watch",,terminal_focus +9019,7633797,"TERMINAL",0,0,"79:00",,terminal_output +9020,7633922,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +9021,7635356,"TERMINAL",0,0,"python",,terminal_command +9022,7635409,"TERMINAL",0,0,"]633;E;2025-07-03 15:09:48 python;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C",,terminal_output +9023,7635737,"TERMINAL",0,0,"i",,terminal_output +9024,7635737,"TERMINAL",0,0,"[?25lPython 3.10.18 (main, Jun 4 2025, 17:36:27) [Clang 20.1.4 ] on linux\r\nType ""help"", ""copyright"", ""credits"" or ""license"" for more information.\r\n[?25h",,terminal_output +9025,7635831,"TERMINAL",0,0,"m",,terminal_output +9026,7635956,"TERMINAL",0,0,"p",,terminal_output +9027,7636076,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +9028,7636158,"TERMINAL",0,0,"[?25l>>> impo[?25hr",,terminal_output +9029,7636434,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +9030,7636501,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +9031,7636984,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +9032,7637619,"TERMINAL",0,0,"\r\nKeyboardInterrupt\r\n>>> ",,terminal_output +9033,7638447,"TERMINAL",0,0,"^D\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects/jafar",,terminal_output +9034,7641801,"TERMINAL",0,0,"source .venv/bin/activate",,terminal_command +9035,7641836,"TERMINAL",0,0,"]633;E;2025-07-03 15:09:55 source .venv/bin/activate;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +9036,7644916,"TERMINAL",0,0,"import numpy as np",,terminal_command +9037,7644947,"TERMINAL",0,0,"]633;E;2025-07-03 15:09:58 import numpy as np;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;Cbash: import: command not found...\r\n",,terminal_output +9038,7646017,"TERMINAL",0,0,"]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;127]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects/jafar",,terminal_output +9039,7649137,"TERMINAL",0,0,"python",,terminal_command +9040,7649237,"TERMINAL",0,0,"]633;E;2025-07-03 15:10:02 python;0b978d27-9494-48c4-9d0c-5b0440e5ea51]633;CPython 3.10.18 (main, Jun 4 2025, 17:36:27) [Clang 20.1.4 ] on linux\r\nType ""help"", ""copyright"", ""credits"" or ""license"" for more information.\r\n>>> ",,terminal_output +9041,7651464,"TERMINAL",0,0,"import numpy as np",,terminal_output +9042,7651615,"TERMINAL",0,0,"\r\n",,terminal_output +9043,7654027,"TERMINAL",0,0,">>> ",,terminal_output +9044,7655295,"TERMINAL",0,0,"n",,terminal_output +9045,7655628,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +9046,7656128,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9047,7656298,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +9048,7656494,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9049,7656891,"TERMINAL",0,0,"[?25la\r[?25h",,terminal_output +9050,7656957,"TERMINAL",0,0,"[?25l \r[?25h",,terminal_output +9051,7657289,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9052,7657421,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9053,7657604,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9054,7657719,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9055,7657925,"TERMINAL",0,0,"[?25ly[?25h",,terminal_output +9056,7659935,"TERMINAL",0,0,"[?25l([?25h",,terminal_output +9057,7660432,"TERMINAL",0,0,"[?25l(\r[?25h",,terminal_output +9058,7660506,"TERMINAL",0,0,"[?25ly\r[?25h",,terminal_output +9059,7660831,"TERMINAL",0,0,"[?25la\r[?25h",,terminal_output +9060,7660951,"TERMINAL",0,0,"[?25lr\r[?25h",,terminal_output +9061,7661018,"TERMINAL",0,0,"[?25lr\r[?25h",,terminal_output +9062,7661145,"TERMINAL",0,0,"[?25la\r[?25h",,terminal_output +9063,7661508,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +9064,7661648,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +9065,7661761,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9066,7661924,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9067,7662121,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +9068,7662377,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +9069,7662582,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +9070,7662758,"TERMINAL",0,0,"[?25lk[?25h",,terminal_output +9071,7663105,"TERMINAL",0,0,"[?25lk\r[?25h",,terminal_output +9072,7663221,"TERMINAL",0,0,"[?25li\r[?25h",,terminal_output +9073,7663287,"TERMINAL",0,0,"[?25ll\r[?25h",,terminal_output +9074,7663468,"TERMINAL",0,0,"[?25l_\r[?25h",,terminal_output +9075,7664165,"TERMINAL",0,0,"[?25l([?25h",,terminal_output +9076,7665572,"TERMINAL",0,0,"[?25l([?25h",,terminal_output +9077,7665873,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +9078,7666089,"TERMINAL",0,0,"[?25l,[?25h",,terminal_output +9079,7666671,"TERMINAL",0,0,"[?25l9[?25h",,terminal_output +9080,7666794,"TERMINAL",0,0,"[?25l2[?25h",,terminal_output +9081,7666859,"TERMINAL",0,0,"[?25l0[?25h",,terminal_output +9082,7667329,"TERMINAL",0,0,"[?25l)[?25h",,terminal_output +9083,7667508,"TERMINAL",0,0,"[?25l)[?25h",,terminal_output +9084,7668346,"TERMINAL",0,0,"\r\narray([[1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.,\r\n 1., 1., 1., 1., 1., 1., 1., 1.]])\r\n>>> ",,terminal_output +9085,7671225,"TERMINAL",0,0,"\r>>> np.ones((1,920))",,terminal_output +9086,7671551,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +9087,7671885,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +9088,7672048,"TERMINAL",0,0,"",,terminal_output +9089,7673890,"TERMINAL",0,0,"\r>>> [1@an",,terminal_output +9090,7674075,"TERMINAL",0,0,"[?25ln\r[1@rn[?25h",,terminal_output +9091,7674141,"TERMINAL",0,0,"[?25ln\r[1@rn[?25h",,terminal_output +9092,7674428,"TERMINAL",0,0,"[?25ln\r[1@ n[?25h",,terminal_output +9093,7674632,"TERMINAL",0,0,"[?25ln\r[1@ n[?25h",,terminal_output +9094,7674925,"TERMINAL",0,0,"[?25l \rn[?25h",,terminal_output +9095,7675278,"TERMINAL",0,0,"[?25ln\r[1@=n[?25h[?25lp\r[1@ n[?25h",,terminal_output +9096,7675454,"TERMINAL",0,0,"\r\n>>> ",,terminal_output +9097,7675721,"TERMINAL",0,0,"a",,terminal_output +9098,7675931,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9099,7676292,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9100,7676487,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9101,7676614,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9102,7676769,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +9103,7677058,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9104,7677123,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +9105,7677232,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9106,7677298,"TERMINAL",0,0,"\r\n(1, 920)\r\n>>> ",,terminal_output +9107,7678638,"TERMINAL",0,0,"\r>>> arr.shape",,terminal_output +9108,7679150,"TERMINAL",0,0,"\r>>> ",,terminal_output +9109,7679759,"TERMINAL",0,0,"a",,terminal_output +9110,7680129,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9111,7680462,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9112,7680642,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +9113,7681068,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +9114,7681398,"TERMINAL",0,0,"[?25l=[?25h",,terminal_output +9115,7681576,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +9116,7681955,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9117,7682257,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9118,7682367,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9119,7682520,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9120,7684155,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9121,7684391,"TERMINAL",0,0,"[?25lx[?25h",,terminal_output +9122,7684578,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +9123,7685177,"TERMINAL",0,0,"[?25lp\r[?25h",,terminal_output +9124,7685372,"TERMINAL",0,0,"[?25lx\r[?25h",,terminal_output +9125,7685424,"TERMINAL",0,0,"[?25le\r[?25h",,terminal_output +9126,7687349,"TERMINAL",0,0,"srun",,terminal_focus +9127,7689823,"TERMINAL",0,0,"python",,terminal_focus +9128,7690538,"TERMINAL",0,0,"[?25ljnp.expand_dims(mask, -1).shape[?25h",,terminal_output +9129,7691114,"TERMINAL",0,0,"[?25le\r[?25h",,terminal_output +9130,7691285,"TERMINAL",0,0,"[?25lp\r[?25h",,terminal_output +9131,7691404,"TERMINAL",0,0,"[?25la\r[?25h",,terminal_output +9132,7691516,"TERMINAL",0,0,"[?25lh\r[?25h",,terminal_output +9133,7691636,"TERMINAL",0,0,"[?25ls\r[?25h",,terminal_output +9134,7691805,"TERMINAL",0,0,"[?25l.\r[?25h",,terminal_output +9135,7692966,"TERMINAL",0,0,"[?25lk\r,[?25h",,terminal_output +9136,7693121,"TERMINAL",0,0,"[?25ls\r,[?25h",,terminal_output +9137,7693186,"TERMINAL",0,0,"[?25la\r,[?25h",,terminal_output +9138,7693397,"TERMINAL",0,0,"[?25lm\r,[?25h",,terminal_output +9139,7693463,"TERMINAL",0,0,"[?25l,\r[1@a,[?25h",,terminal_output +9140,7693866,"TERMINAL",0,0,"[?25l,\r[1@r,[?25h",,terminal_output +9141,7694009,"TERMINAL",0,0,"[?25l,\r[1@r,[?25h",,terminal_output +9142,7695405,"TERMINAL",0,0,"[?25l[?25h",,terminal_output +9143,7696692,"TERMINAL",0,0,"[?25lp\r.[?25h",,terminal_output +9144,7696874,"TERMINAL",0,0,"[?25ln\r.[?25h",,terminal_output +9145,7697271,"TERMINAL",0,0,"[?25lj\r.[?25h",,terminal_output +9146,7697939,"TERMINAL",0,0,"[?25l.\re[?25h",,terminal_output +9147,7698168,"TERMINAL",0,0,"[?25lr\r.[?25h",,terminal_output +9148,7698318,"TERMINAL",0,0,"[?25lr\r.[?25h",,terminal_output +9149,7698563,"TERMINAL",0,0,"[?25la\r.[?25h",,terminal_output +9150,7698827,"TERMINAL",0,0,"[?25l.\r[1@n.[?25h",,terminal_output +9151,7699025,"TERMINAL",0,0,"[?25l.\r[1@p.[?25h",,terminal_output +9152,7699515,"TERMINAL",0,0,"\r\n>>> ",,terminal_output +9153,7700864,"TERMINAL",0,0,"a",,terminal_output +9154,7701104,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9155,7701251,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +9156,7701435,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +9157,7701818,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9158,7702075,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9159,7702273,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +9160,7702339,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9161,7702670,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +9162,7702795,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9163,7702922,"TERMINAL",0,0,"\r\n(1, 920, 1)\r\n>>> ",,terminal_output +9164,7709035,"genie.py",0,0,"",python,tab +9165,7709038,"genie.py",9576,0,"",python,selection_mouse +9166,7710215,"genie.py",9576,0," ",python,content +9167,7710217,"genie.py",9577,0,"",python,selection_keyboard +9168,7710292,"genie.py",9577,0,"#",python,content +9169,7710293,"genie.py",9578,0,"",python,selection_keyboard +9170,7710390,"genie.py",9578,0," ",python,content +9171,7710391,"genie.py",9579,0,"",python,selection_keyboard +9172,7712016,"genie.py",9579,0,"()",python,content +9173,7712017,"genie.py",9580,0,"",python,selection_keyboard +9174,7712562,"genie.py",9580,0,"1",python,content +9175,7712563,"genie.py",9581,0,"",python,selection_keyboard +9176,7712619,"genie.py",9581,0,",",python,content +9177,7712619,"genie.py",9582,0,"",python,selection_keyboard +9178,7712712,"genie.py",9582,0," ",python,content +9179,7712712,"genie.py",9583,0,"",python,selection_keyboard +9180,7713518,"genie.py",9582,1,"",python,content +9181,7713644,"genie.py",9581,1,"",python,content +9182,7713758,"genie.py",9580,1,"",python,content +9183,7714141,"genie.py",9580,0,"B",python,content +9184,7714142,"genie.py",9581,0,"",python,selection_keyboard +9185,7714397,"genie.py",9581,0,",",python,content +9186,7714398,"genie.py",9582,0,"",python,selection_keyboard +9187,7714497,"genie.py",9582,0," ",python,content +9188,7714498,"genie.py",9583,0,"",python,selection_keyboard +9189,7718288,"TERMINAL",0,0,"srun",,terminal_focus +9190,7720068,"genie.py",0,0,"",python,tab +9191,7720069,"genie.py",9584,0,"",python,selection_mouse +9192,7720965,"genie.py",9583,0,"",python,selection_mouse +9193,7721721,"genie.py",9583,0,"N",python,content +9194,7721722,"genie.py",9584,0,"",python,selection_keyboard +9195,7722304,"genie.py",9584,0,",",python,content +9196,7722305,"genie.py",9585,0,"",python,selection_keyboard +9197,7722376,"genie.py",9585,0," ",python,content +9198,7722377,"genie.py",9586,0,"",python,selection_keyboard +9199,7722691,"genie.py",9586,0,"1",python,content +9200,7722691,"genie.py",9587,0,"",python,selection_keyboard +9201,7723399,"genie.py",9629,0,"",python,selection_mouse +9202,7723897,"genie.py",9681,0,"",python,selection_mouse +9203,7724505,"genie.py",9659,0,"",python,selection_mouse +9204,7727833,"genie.py",9609,0,"",python,selection_mouse +9205,7728498,"genie.py",9680,0,"",python,selection_mouse +9206,7729909,"TERMINAL",0,0,"python",,terminal_focus +9207,7738201,"genie.py",9647,0,"",python,selection_mouse +9208,7738324,"genie.py",9642,9,"vid_embed",python,selection_mouse +9209,7738635,"genie.py",9642,10,"vid_embed[",python,selection_mouse +9210,7738636,"genie.py",9642,12,"vid_embed[:,",python,selection_mouse +9211,7738664,"genie.py",9642,13,"vid_embed[:, ",python,selection_mouse +9212,7738725,"genie.py",9642,14,"vid_embed[:, -",python,selection_mouse +9213,7738761,"genie.py",9642,15,"vid_embed[:, -1",python,selection_mouse +9214,7740759,"genie.py",9648,0,"",python,selection_mouse +9215,7740912,"genie.py",9642,9,"vid_embed",python,selection_mouse +9216,7741205,"genie.py",9642,10,"vid_embed[",python,selection_mouse +9217,7741205,"genie.py",9642,11,"vid_embed[:",python,selection_mouse +9218,7741206,"genie.py",9642,12,"vid_embed[:,",python,selection_mouse +9219,7741251,"genie.py",9642,13,"vid_embed[:, ",python,selection_mouse +9220,7741662,"genie.py",9642,14,"vid_embed[:, -",python,selection_mouse +9221,7741951,"genie.py",9642,39,"vid_embed[:, -1],\n ) # (B, N, D)",python,selection_mouse +9222,7742267,"genie.py",9642,14,"vid_embed[:, -",python,selection_mouse +9223,7742268,"genie.py",9642,15,"vid_embed[:, -1",python,selection_mouse +9224,7742995,"genie.py",9642,16,"vid_embed[:, -1]",python,selection_mouse +9225,7748965,"genie.py",9659,0,"",python,selection_mouse +9226,7750743,"TERMINAL",0,0,"srun",,terminal_focus +9227,7751664,"TERMINAL",0,0,"[?25lv[?25h[?25li[?25h",,terminal_output +9228,7751845,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +9229,7752031,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +9230,7752613,"TERMINAL",0,0,"[?25le[?25h[?25lm[?25h",,terminal_output +9231,7752893,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +9232,7752974,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9233,7753047,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +9234,7753155,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9235,7753351,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9236,7753531,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9237,7753822,"TERMINAL",0,0,"[?25la\r[?25h",,terminal_output +9238,7754059,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +9239,7754126,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9240,7754197,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +9241,7754268,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9242,7754378,"TERMINAL",0,0,"\r\n(1, 2, 920, 128)\r\n(jdb) ",,terminal_output +9243,7783134,"genie.py",0,0,"",python,tab +9244,7783135,"genie.py",9656,0,"",python,selection_mouse +9245,7783593,"genie.py",9659,0,"",python,selection_mouse +9246,7785801,"genie.py",9623,0,"",python,selection_mouse +9247,7786475,"genie.py",9659,0,"",python,selection_mouse +9248,7803784,"genie.py",9619,0,"",python,selection_mouse +9249,7803912,"genie.py",9615,10,"mask_token",python,selection_mouse +9250,7804536,"genie.py",9718,0,"",python,selection_mouse +9251,7805024,"genie.py",9659,0,"",python,selection_mouse +9252,7806487,"genie.py",9659,0," ",python,content +9253,7806488,"genie.py",9660,0,"",python,selection_keyboard +9254,7808307,"genie.py",9660,0,"\n ",python,content +9255,7808994,"genie.py",9669,4,"",python,content +9256,7809177,"genie.py",9665,4,"",python,content +9257,7809425,"genie.py",9661,4,"",python,content +9258,7809789,"genie.py",9660,1,"",python,content +9259,7811207,"genie.py",9660,0,"#",python,content +9260,7811208,"genie.py",9661,0,"",python,selection_keyboard +9261,7811264,"genie.py",9661,0," ",python,content +9262,7811265,"genie.py",9662,0,"",python,selection_keyboard +9263,7817798,"TERMINAL",0,0,"\rvid_embed.shape",,terminal_output +9264,7819792,"TERMINAL",0,0,"[?25l.\r[1@[.[?25h",,terminal_output +9265,7820172,"TERMINAL",0,0,"[?25l.\r[1@:.[?25h",,terminal_output +9266,7820888,"TERMINAL",0,0,"[?25l.\r[1@,.[?25h",,terminal_output +9267,7821122,"TERMINAL",0,0,"[?25l.\r[1@-.[?25h",,terminal_output +9268,7821272,"TERMINAL",0,0,"[?25l.\r[1@1.[?25h",,terminal_output +9269,7821820,"TERMINAL",0,0,"[?25l.\r[1@].[?25h",,terminal_output +9270,7822101,"TERMINAL",0,0,"\r\n",,terminal_output +9271,7822222,"TERMINAL",0,0,"(1, 920, 128)\r\n(jdb) ",,terminal_output +9272,7824459,"genie.py",0,0,"",python,tab +9273,7825400,"genie.py",9662,0,"()",python,content +9274,7825401,"genie.py",9663,0,"",python,selection_keyboard +9275,7825684,"genie.py",9663,0,"B",python,content +9276,7825685,"genie.py",9664,0,"",python,selection_keyboard +9277,7825944,"genie.py",9664,0,",",python,content +9278,7825945,"genie.py",9665,0,"",python,selection_keyboard +9279,7826058,"genie.py",9665,0," ",python,content +9280,7826058,"genie.py",9666,0,"",python,selection_keyboard +9281,7827846,"genie.py",9666,0,"N",python,content +9282,7827847,"genie.py",9667,0,"",python,selection_keyboard +9283,7828121,"genie.py",9667,0,",",python,content +9284,7828122,"genie.py",9668,0,"",python,selection_keyboard +9285,7828168,"genie.py",9668,0," ",python,content +9286,7828169,"genie.py",9669,0,"",python,selection_keyboard +9287,7828504,"genie.py",9669,0,"D",python,content +9288,7828505,"genie.py",9670,0,"",python,selection_keyboard +9289,7829386,"genie.py",9693,0,"",python,selection_mouse +9290,7829837,"genie.py",9629,0,"",python,selection_mouse +9291,7832637,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9292,7832884,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9293,7832984,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +9294,7833053,"TERMINAL",0,0,"[?25lf[?25h",,terminal_output +9295,7833178,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9296,7833450,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +9297,7833711,"TERMINAL",0,0,"[?25ly[?25h[?25ln[?25h",,terminal_output +9298,7833849,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9299,7833970,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +9300,7834081,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +9301,7834182,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +9302,7834293,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9303,7834978,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9304,7835258,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +9305,7835325,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9306,7835404,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9307,7835475,"TERMINAL",0,0,"[?25lk[?25h",,terminal_output +9308,7836037,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +9309,7836529,"TERMINAL",0,0,"[?25l-\r[?25h",,terminal_output +9310,7836709,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +9311,7837099,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +9312,7837152,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +9313,7837352,"TERMINAL",0,0,"[?25lk[?25h",,terminal_output +9314,7837465,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9315,7837844,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +9316,7838110,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +9317,7838316,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +9318,7838426,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +9319,7838493,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +9320,7838633,"TERMINAL",0,0,"[?25lp[?25h",,terminal_output +9321,7838728,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9322,7838892,"TERMINAL",0,0,"\r\n(1, 1, 1, 128)\r\n(jdb) ",,terminal_output +9323,7839499,"TERMINAL",0,0,"\rself.dynamics.mask_token.shape",,terminal_output +9324,7842110,"TERMINAL",0,0,"[?25l.\r[1@[.[?25h",,terminal_output +9325,7842309,"TERMINAL",0,0,"[?25l.\r[1@0.[?25h",,terminal_output +9326,7842531,"TERMINAL",0,0,"[?25l.\r[1@].[?25h",,terminal_output +9327,7842638,"TERMINAL",0,0,"\r\n(1, 1, 128)\r\n(jdb) ",,terminal_output +9328,7846518,"genie.py",0,0,"",python,tab +9329,7847311,"genie.py",9629,0," ",python,content +9330,7847312,"genie.py",9630,0,"",python,selection_keyboard +9331,7847610,"genie.py",9630,0,"#",python,content +9332,7847611,"genie.py",9631,0,"",python,selection_keyboard +9333,7847699,"genie.py",9631,0," ",python,content +9334,7847700,"genie.py",9632,0,"",python,selection_keyboard +9335,7848391,"genie.py",9632,0,"()",python,content +9336,7848392,"genie.py",9633,0,"",python,selection_keyboard +9337,7848718,"genie.py",9633,0,"B",python,content +9338,7848719,"genie.py",9634,0,"",python,selection_keyboard +9339,7848947,"genie.py",9634,0,",",python,content +9340,7848948,"genie.py",9635,0,"",python,selection_keyboard +9341,7849062,"genie.py",9635,0," ",python,content +9342,7849062,"genie.py",9636,0,"",python,selection_keyboard +9343,7849598,"genie.py",9635,1,"",python,content +9344,7849745,"genie.py",9634,1,"",python,content +9345,7849888,"genie.py",9633,1,"",python,content +9346,7851726,"genie.py",9633,0,",",python,content +9347,7851728,"genie.py",9634,0,"",python,selection_keyboard +9348,7852050,"genie.py",9633,1,"",python,content +9349,7854532,"genie.py",9633,0,"B",python,content +9350,7854533,"genie.py",9634,0,"",python,selection_keyboard +9351,7855621,"genie.py",9634,0,",",python,content +9352,7855622,"genie.py",9635,0,"",python,selection_keyboard +9353,7855734,"genie.py",9635,0," ",python,content +9354,7855735,"genie.py",9636,0,"",python,selection_keyboard +9355,7855894,"genie.py",9636,0,"1",python,content +9356,7855895,"genie.py",9637,0,"",python,selection_keyboard +9357,7856484,"genie.py",9637,0,",",python,content +9358,7856485,"genie.py",9638,0,"",python,selection_keyboard +9359,7856571,"genie.py",9638,0," ",python,content +9360,7856572,"genie.py",9639,0,"",python,selection_keyboard +9361,7857830,"genie.py",9639,0,"N",python,content +9362,7857831,"genie.py",9640,0,"",python,selection_keyboard +9363,7859011,"genie.py",9641,0,"",python,selection_mouse +9364,7859486,"genie.py",9683,0,"",python,selection_mouse +9365,7861436,"genie.py",9640,0,"",python,selection_mouse +9366,7862280,"genie.py",9640,1,"",python,content +9367,7862535,"genie.py",9640,0,"D",python,content +9368,7862536,"genie.py",9641,0,"",python,selection_keyboard +9369,7863015,"genie.py",9640,1,"",python,content +9370,7863215,"genie.py",9639,1,"",python,content +9371,7863479,"genie.py",9639,0,"D",python,content +9372,7863480,"genie.py",9640,0,"",python,selection_keyboard +9373,7864181,"genie.py",9640,0,")",python,content +9374,7864181,"genie.py",9641,0,"",python,selection_keyboard +9375,7865803,"genie.py",9705,0,"",python,selection_mouse +9376,7866298,"genie.py",9683,0,"",python,selection_mouse +9377,7867660,"genie.py",9673,0,"",python,selection_mouse +9378,7868373,"genie.py",9705,0,"",python,selection_mouse +9379,7868880,"genie.py",9680,0,"",python,selection_mouse +9380,7869061,"genie.py",9680,1," ",python,selection_mouse +9381,7869500,"genie.py",9678,0,"",python,selection_mouse +9382,7869688,"genie.py",9678,1,"N",python,selection_mouse +9383,7880754,"genie.py",9705,0,"",python,selection_mouse +9384,7881316,"genie.py",9683,0,"",python,selection_mouse +9385,7886964,"genie.py",9705,0,"",python,selection_mouse +9386,7890201,"genie.py",9739,0,"",python,selection_mouse +9387,7890827,"genie.py",9799,0,"",python,selection_mouse +9388,8023855,"genie.py",9641,0,"",python,selection_mouse +9389,8024472,"genie.py",9768,0,"",python,selection_mouse +9390,8024963,"genie.py",9799,0,"",python,selection_mouse +9391,8025854,"genie.py",9769,31," jax.debug.breakpoint()\n",python,selection_mouse +9392,8026577,"genie.py",9799,0,"",python,selection_mouse +9393,8027003,"genie.py",9769,31," jax.debug.breakpoint()\n",python,selection_mouse +9394,8027424,"genie.py",9799,0,"",python,selection_mouse +9395,8027860,"genie.py",9769,31," jax.debug.breakpoint()\n",python,selection_mouse +9396,8028332,"genie.py",9799,0,"",python,selection_mouse +9397,8028678,"genie.py",9769,31," jax.debug.breakpoint()\n",python,selection_mouse +9398,8029175,"genie.py",9799,0,"",python,selection_mouse +9399,8029500,"genie.py",9769,31," jax.debug.breakpoint()\n",python,selection_mouse +9400,8029890,"genie.py",9799,0,"",python,selection_mouse +9401,8030212,"genie.py",9769,31," jax.debug.breakpoint()\n",python,selection_mouse +9402,8030496,"genie.py",9799,0,"",python,selection_mouse +9403,8031021,"genie.py",9769,31," jax.debug.breakpoint()\n",python,selection_mouse +9404,8031221,"genie.py",9799,0,"",python,selection_mouse +9405,8032604,"genie.py",9896,0,"",python,selection_mouse +9406,8033146,"genie.py",9837,0,"",python,selection_mouse +9407,8033731,"genie.py",9799,0,"",python,selection_mouse +9408,8034297,"genie.py",9800,0,"",python,selection_mouse +9409,8034878,"genie.py",9896,0,"",python,selection_mouse +9410,8035559,"genie.py",9837,0,"",python,selection_mouse +9411,8058413,"genie.py",4835,0,"",python,selection_mouse +9412,8077612,"genie.py",3683,0,"",python,selection_mouse +9413,8078177,"genie.py",3677,0,"",python,selection_mouse +9414,8078348,"genie.py",3667,13,"action_tokens",python,selection_mouse +9415,8079072,"genie.py",3671,0,"",python,selection_mouse +9416,8079072,"genie.py",3667,13,"action_tokens",python,selection_mouse +9417,8079417,"genie.py",3667,14,"action_tokens.",python,selection_mouse +9418,8079418,"genie.py",3667,19,"action_tokens.shape",python,selection_mouse +9419,8079949,"genie.py",3683,0,"",python,selection_mouse +9420,8079949,"genie.py",3681,5,"shape",python,selection_mouse +9421,8080165,"genie.py",3681,45,"shape:"", action_tokens.shape) # (B, S, A, D)\n",python,selection_mouse +9422,8080248,"genie.py",3667,19,"action_tokens.shape",python,selection_mouse +9423,8080663,"genie.py",3675,0,"",python,selection_mouse +9424,8083538,"genie.py",4028,0,"",python,selection_mouse +9425,8119227,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_80M.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=4\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_80M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-modelsize-L1-$slurm_job_id \\n --tags tokenizer model-size-scaling L1 80M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir \\n --model_dim=768 \\n --num_blocks=12 \\n --num_heads=12 \\n --latent_dim=64 \\n --num_latents=2048\n",shellscript,tab +9426,8124200,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_140M.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=8\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=15:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_tokenizer_model_size_scaling_140M\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=1e-4 \\n --max_lr=1e-4 \\n --log_image_interval=500 \\n --log_checkpoint_interval=500 \\n --log \\n --name=tokenizer-modelsize-L2-$slurm_job_id \\n --tags tokenizer model-size-scaling L1 80M \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir \\n --model_dim=768 \\n --num_blocks=12 \\n --num_heads=12 \\n --latent_dim=64 \\n --num_latents=2048\n",shellscript,tab +9427,8125597,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_80M.sbatch",0,0,"",shellscript,tab +9428,8126378,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_37M.sbatch",0,0,"",shellscript,tab +9429,8127226,"scripts_horeka/modelsize_scaling/tokenizer/train_tokenizer_80M.sbatch",0,0,"",shellscript,tab +9430,8130162,"genie.py",0,0,"",python,tab +9431,8142708,"genie.py",3998,31," jax.debug.breakpoint()\n",python,selection_mouse +9432,8143335,"genie.py",4028,0,"",python,selection_mouse +9433,8143841,"genie.py",4016,12,"breakpoint()",python,selection_mouse +9434,8143912,"genie.py",4015,13,".breakpoint()",python,selection_mouse +9435,8143912,"genie.py",4010,18,"debug.breakpoint()",python,selection_mouse +9436,8144000,"genie.py",4009,19,".debug.breakpoint()",python,selection_mouse +9437,8144001,"genie.py",4006,22,"jax.debug.breakpoint()",python,selection_mouse +9438,8144100,"genie.py",4005,23," jax.debug.breakpoint()",python,selection_mouse +9439,8144100,"genie.py",4004,24," jax.debug.breakpoint()",python,selection_mouse +9440,8144185,"genie.py",4003,25," jax.debug.breakpoint()",python,selection_mouse +9441,8144185,"genie.py",4002,26," jax.debug.breakpoint()",python,selection_mouse +9442,8144186,"genie.py",4001,27," jax.debug.breakpoint()",python,selection_mouse +9443,8144264,"genie.py",4000,28," jax.debug.breakpoint()",python,selection_mouse +9444,8144331,"genie.py",3999,29," jax.debug.breakpoint()",python,selection_mouse +9445,8144391,"genie.py",3998,30," jax.debug.breakpoint()",python,selection_mouse +9446,8145905,"genie.py",4002,0,"",python,selection_mouse +9447,8145905,"genie.py",3998,8," ",python,selection_mouse +9448,8146069,"genie.py",3998,31," jax.debug.breakpoint()\n",python,selection_mouse +9449,8146814,"genie.py",3248,0,"",python,selection_mouse +9450,8147332,"genie.py",3399,0,"",python,selection_mouse +9451,8147854,"genie.py",3341,0,"",python,selection_mouse +9452,8150401,"genie.py",3399,0,"",python,selection_mouse +9453,8153160,"genie.py",3519,0,"",python,selection_mouse +9454,8154218,"genie.py",3359,0,"",python,selection_mouse +9455,8154739,"genie.py",3367,0,"",python,selection_mouse +9456,8154887,"genie.py",3363,13,"tokenizer_out",python,selection_mouse +9457,8170211,"genie.py",8844,0,"",python,selection_mouse +9458,8170386,"genie.py",8834,14,"new_token_idxs",python,selection_mouse +9459,8172941,"genie.py",8377,0,"",python,selection_mouse +9460,8173126,"genie.py",8367,18,"sampled_token_idxs",python,selection_mouse +9461,8177619,"genie.py",7822,0,"",python,selection_mouse +9462,8177813,"genie.py",7817,12,"final_logits",python,selection_mouse +9463,8178823,"genie.py",7801,0,"",python,selection_mouse +9464,8178987,"genie.py",7785,18,"sampled_token_idxs",python,selection_mouse +9465,8180804,"genie.py",7430,0,"",python,selection_mouse +9466,8181344,"genie.py",7374,0,"",python,selection_mouse +9467,8181520,"genie.py",7370,8,"dynamics",python,selection_mouse +9468,8189330,"genie.py",7036,0,"",python,selection_mouse +9469,8189480,"genie.py",7031,9,"vid_embed",python,selection_mouse +9470,8220486,"genie.py",3859,0,"",python,selection_mouse +9471,8221142,"genie.py",3936,0,"",python,selection_mouse +9472,8221724,"genie.py",3987,0,"",python,selection_mouse +9473,8222262,"genie.py",3997,0,"",python,selection_mouse +9474,8224060,"genie.py",4017,0,"",python,selection_mouse +9475,8224166,"genie.py",4016,10,"breakpoint",python,selection_mouse +9476,8224729,"genie.py",4013,0,"",python,selection_mouse +9477,8224855,"genie.py",4010,5,"debug",python,selection_mouse +9478,8225425,"genie.py",4009,0,"",python,selection_mouse +9479,8225593,"genie.py",4006,3,"jax",python,selection_mouse +9480,8226353,"genie.py",4011,0,"",python,selection_mouse +9481,8226501,"genie.py",4010,5,"debug",python,selection_mouse +9482,8226998,"genie.py",4020,0,"",python,selection_mouse +9483,8227137,"genie.py",4016,10,"breakpoint",python,selection_mouse +9484,8227944,"genie.py",4008,0,"",python,selection_mouse +9485,8228114,"genie.py",4006,3,"jax",python,selection_mouse +9486,8228333,"genie.py",4006,4,"jax.",python,selection_mouse +9487,8228334,"genie.py",4006,9,"jax.debug",python,selection_mouse +9488,8228396,"genie.py",4006,10,"jax.debug.",python,selection_mouse +9489,8228396,"genie.py",4006,20,"jax.debug.breakpoint",python,selection_mouse +9490,8229784,"genie.py",4023,0,"",python,selection_mouse +9491,8229785,"genie.py",4016,10,"breakpoint",python,selection_mouse +9492,8230023,"genie.py",4015,11,".breakpoint",python,selection_mouse +9493,8230023,"genie.py",4010,16,"debug.breakpoint",python,selection_mouse +9494,8230131,"genie.py",4009,17,".debug.breakpoint",python,selection_mouse +9495,8230188,"genie.py",4006,20,"jax.debug.breakpoint",python,selection_mouse +9496,8230647,"genie.py",4007,0,"",python,selection_mouse +9497,8230648,"genie.py",4006,3,"jax",python,selection_mouse +9498,8230881,"genie.py",4006,4,"jax.",python,selection_mouse +9499,8230881,"genie.py",4006,9,"jax.debug",python,selection_mouse +9500,8230932,"genie.py",4006,10,"jax.debug.",python,selection_mouse +9501,8230933,"genie.py",4006,20,"jax.debug.breakpoint",python,selection_mouse +9502,8231391,"genie.py",4020,0,"",python,selection_mouse +9503,8231391,"genie.py",4016,10,"breakpoint",python,selection_mouse +9504,8231622,"genie.py",4015,11,".breakpoint",python,selection_mouse +9505,8231623,"genie.py",4010,16,"debug.breakpoint",python,selection_mouse +9506,8231697,"genie.py",4009,17,".debug.breakpoint",python,selection_mouse +9507,8231697,"genie.py",4006,20,"jax.debug.breakpoint",python,selection_mouse +9508,8232113,"genie.py",4007,0,"",python,selection_mouse +9509,8232281,"genie.py",4006,3,"jax",python,selection_mouse +9510,8232913,"genie.py",4012,0,"",python,selection_mouse +9511,8233054,"genie.py",4010,5,"debug",python,selection_mouse +9512,8233543,"genie.py",4019,0,"",python,selection_mouse +9513,8233688,"genie.py",4016,10,"breakpoint",python,selection_mouse +9514,8234654,"genie.py",4008,0,"",python,selection_mouse +9515,8234812,"genie.py",4006,3,"jax",python,selection_mouse +9516,8234944,"genie.py",3998,31," jax.debug.breakpoint()\n",python,selection_mouse +9517,8235759,"genie.py",4018,0,"",python,selection_mouse +9518,8235760,"genie.py",4016,10,"breakpoint",python,selection_mouse +9519,8235952,"genie.py",4015,11,".breakpoint",python,selection_mouse +9520,8235952,"genie.py",4010,16,"debug.breakpoint",python,selection_mouse +9521,8236054,"genie.py",4009,17,".debug.breakpoint",python,selection_mouse +9522,8236055,"genie.py",4006,20,"jax.debug.breakpoint",python,selection_mouse +9523,8237169,"genie.py",4007,0,"",python,selection_mouse +9524,8237169,"genie.py",4006,3,"jax",python,selection_mouse +9525,8237340,"genie.py",4006,9,"jax.debug",python,selection_mouse +9526,8237398,"genie.py",4006,20,"jax.debug.breakpoint",python,selection_mouse +9527,8237829,"genie.py",4021,0,"",python,selection_mouse +9528,8249009,"genie.py",7271,0,"",python,selection_mouse +9529,8249137,"genie.py",7264,9,"vid_embed",python,selection_mouse +9530,8254764,"genie.py",7154,0,"",python,selection_mouse +9531,8254877,"genie.py",7152,4,"mask",python,selection_mouse +9532,8271454,"genie.py",3341,0,"",python,selection_mouse +9533,8273897,"genie.py",3452,0,"",python,selection_mouse +9534,8274514,"genie.py",3399,0,"",python,selection_mouse +9535,8283466,"genie.py",3399,0,"\n ",python,content +9536,8317523,"genie.py",3400,0,"",python,selection_command +9537,8319735,"genie.py",3400,0," # Fill up token_idxs so that its shape is (B, S, N), where T < S\n",python,content +9538,8319811,"genie.py",3473,0," # token_idxs: (B, T, N)\n",python,content +9539,8319922,"genie.py",3505,0," B, T, N = token_idxs.shape\n",python,content +9540,8320010,"genie.py",3540,0," S = seq_len\n",python,content +9541,8320076,"genie.py",3560,0," if T < S:\n",python,content +9542,8320179,"genie.py",3578,0," pad_shape = (B, S - T, N)\n",python,content +9543,8320449,"genie.py",3616,0," pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n",python,content +9544,8320625,"genie.py",3679,0," token_idxs = jnp.concatenate([token_idxs, pad], axis=1)\n",python,content +9545,8320628,"genie.py",3747,9,"",python,content +9546,8369865,"genie.py",3747,0,"^",python,content +9547,8369866,"genie.py",3748,0,"",python,selection_keyboard +9548,8370100,"genie.py",3747,1,"",python,content +9549,8370101,"genie.py",3747,0,"",python,selection_keyboard +9550,8371268,"genie.py",3679,0,"",python,selection_command +9551,8371384,"genie.py",3616,0,"",python,selection_command +9552,8371531,"genie.py",3578,0,"",python,selection_command +9553,8371681,"genie.py",3560,0,"",python,selection_command +9554,8371790,"genie.py",3540,0,"",python,selection_command +9555,8371907,"genie.py",3505,0,"",python,selection_command +9556,8372051,"genie.py",3473,0,"",python,selection_command +9557,8372390,"genie.py",3505,0,"",python,selection_command +9558,8372775,"genie.py",3505,35,"",python,content +9559,8372864,"genie.py",3513,0,"",python,selection_command +9560,8372924,"genie.py",3481,0,"",python,selection_command +9561,8372998,"genie.py",3408,0,"",python,selection_command +9562,8373115,"genie.py",3350,0,"",python,selection_command +9563,8373277,"genie.py",3268,0,"",python,selection_command +9564,8373706,"genie.py",3224,0,"",python,selection_command +9565,8373978,"genie.py",3268,0,"",python,selection_command +9566,8374243,"genie.py",3350,0,"",python,selection_command +9567,8374439,"genie.py",3399,0,"\n B, T, N = token_idxs.shape",python,content +9568,8374479,"genie.py",3408,0,"",python,selection_command +9569,8377398,"genie.py",3443,0,"",python,selection_command +9570,8378299,"genie.py",3435,105,"",python,content +9571,8378359,"genie.py",3443,0,"",python,selection_command +9572,8379841,"genie.py",3463,0,"",python,selection_command +9573,8380678,"genie.py",3455,18,"",python,content +9574,8380730,"genie.py",3467,0,"",python,selection_command +9575,8381421,"genie.py",3455,37," pad_shape = (B, S - T, N)",python,selection_command +9576,8381604,"genie.py",3455,100," pad_shape = (B, S - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)",python,selection_command +9577,8381733,"genie.py",3455,168," pad_shape = (B, S - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1)",python,selection_command +9578,8382019,"genie.py",3467,0,"",python,selection_command +9579,8382241,"genie.py",3564,4,"",python,content +9580,8382241,"genie.py",3501,4,"",python,content +9581,8382242,"genie.py",3463,4,"",python,content +9582,8382316,"genie.py",3462,0,"",python,selection_command +9583,8382621,"genie.py",3442,0,"",python,selection_command +9584,8383283,"genie.py",3462,0,"",python,selection_command +9585,8383473,"genie.py",3496,0,"",python,selection_command +9586,8383698,"genie.py",3462,0,"",python,selection_command +9587,8383822,"genie.py",3442,0,"",python,selection_command +9588,8384076,"genie.py",3454,0,"\n ",python,content +9589,8384408,"genie.py",3455,8,"",python,content +9590,8384468,"genie.py",3456,0,"",python,selection_command +9591,8384655,"genie.py",3490,0,"",python,selection_command +9592,8384751,"genie.py",3549,0,"",python,selection_command +9593,8385064,"genie.py",3612,0,"\n ",python,content +9594,8386043,"genie.py",3613,8,"",python,content +9595,8386345,"genie.py",3549,0,"",python,selection_command +9596,8386480,"genie.py",3490,0,"",python,selection_command +9597,8386640,"genie.py",3456,0,"",python,selection_command +9598,8390580,"genie.py",3490,0,"",python,selection_command +9599,8390714,"genie.py",3549,0,"",python,selection_command +9600,8390859,"genie.py",3613,0,"",python,selection_command +9601,8390993,"genie.py",3614,0,"",python,selection_command +9602,8391227,"genie.py",3667,0,"",python,selection_command +9603,8391453,"genie.py",3614,0,"",python,selection_command +9604,8392138,"genie.py",3613,0,"",python,selection_command +9605,8392307,"genie.py",3549,0,"",python,selection_command +9606,8392421,"genie.py",3490,0,"",python,selection_command +9607,8392561,"genie.py",3456,0,"",python,selection_command +9608,8392797,"genie.py",3455,0,"",python,selection_command +9609,8393157,"genie.py",3455,0,"\n print(""token_idxs shape:"", token_idxs.shape)",python,content +9610,8393202,"genie.py",3464,0,"",python,selection_command +9611,8396099,"genie.py",3493,0,"",python,selection_mouse +9612,8396298,"genie.py",3491,10,"token_idxs",python,selection_mouse +9613,8398956,"genie.py",3759,0,"",python,selection_mouse +9614,8399607,"genie.py",3810,0,"",python,selection_mouse +9615,8400146,"genie.py",3738,0,"",python,selection_mouse +9616,8401392,"genie.py",3806,0,"",python,selection_mouse +9617,8402493,"genie.py",3749,0,"",python,selection_mouse +9618,8403175,"genie.py",3730,0,"",python,selection_mouse +9619,8403327,"genie.py",3728,14,"new_frame_idxs",python,selection_mouse +9620,8404565,"genie.py",3734,0,"",python,selection_mouse +9621,8406959,"genie.py",3735,0,"",python,selection_mouse +9622,8407531,"genie.py",3865,0,"",python,selection_mouse +9623,8409781,"genie.py",3736,0,"",python,selection_mouse +9624,8409950,"genie.py",3728,14,"new_frame_idxs",python,selection_mouse +9625,8414581,"genie.py",3764,0,"",python,selection_mouse +9626,8414731,"genie.py",3760,10,"token_idxs",python,selection_mouse +9627,8425849,"genie.py",4066,0,"",python,selection_mouse +9628,8426391,"genie.py",4022,0,"",python,selection_mouse +9629,8426545,"genie.py",4019,7,"MaskGIT",python,selection_mouse +9630,8426670,"genie.py",3994,37," # --- Initialize MaskGIT ---\n",python,selection_mouse +9631,8427608,"genie.py",4060,0,"",python,selection_mouse +9632,8427777,"genie.py",4055,9,"ones_like",python,selection_mouse +9633,8428529,"genie.py",4050,0,"",python,selection_mouse +9634,8429193,"genie.py",4043,0,"",python,selection_mouse +9635,8429337,"genie.py",4039,9,"init_mask",python,selection_mouse +9636,8433755,"genie.py",3522,0,"",python,selection_mouse +9637,8433863,"genie.py",3517,9,"pad_shape",python,selection_mouse +9638,8437102,"genie.py",4067,0,"",python,selection_mouse +9639,8437666,"genie.py",4126,0,"",python,selection_mouse +9640,8437668,"genie.py",4125,0,"",python,selection_command +9641,8438298,"genie.py",4065,0,"",python,selection_mouse +9642,8487804,"genie.py",4180,0,"",python,selection_mouse +9643,8487863,"genie.py",4179,0,"",python,selection_command +9644,8488406,"genie.py",4203,0,"",python,selection_mouse +9645,8488407,"genie.py",4202,0,"",python,selection_command +9646,8489003,"genie.py",4295,0,"",python,selection_mouse +9647,8489040,"genie.py",4294,0,"",python,selection_command +9648,8490032,"genie.py",3695,0,"",python,selection_mouse +9649,8490595,"genie.py",3570,0,"",python,selection_mouse +9650,8494485,"genie.py",3432,0,"",python,selection_mouse +9651,8495077,"genie.py",3454,0,"",python,selection_mouse +9652,8495100,"genie.py",3453,0,"",python,selection_command +9653,8495711,"genie.py",3416,0,"",python,selection_mouse +9654,8496424,"genie.py",3426,0,"",python,selection_mouse +9655,8497431,"genie.py",3431,0,"",python,selection_mouse +9656,8498035,"genie.py",3423,0,"",python,selection_mouse +9657,8498170,"genie.py",3418,10,"token_idxs",python,selection_mouse +9658,8498997,"genie.py",3410,0,"",python,selection_mouse +9659,8499784,"genie.py",3411,0,"",python,selection_mouse +9660,8501001,"genie.py",3454,0,"",python,selection_mouse +9661,8501005,"genie.py",3453,0,"",python,selection_command +9662,8501705,"genie.py",3429,0,"",python,selection_mouse +9663,8501828,"genie.py",3429,5,"shape",python,selection_mouse +9664,8502347,"genie.py",3426,0,"",python,selection_mouse +9665,8502492,"genie.py",3418,10,"token_idxs",python,selection_mouse +9666,8503868,"genie.py",3411,0,"",python,selection_mouse +9667,8505836,"genie.py",3446,0,"",python,selection_mouse +9668,8506652,"genie.py",3411,0,"",python,selection_mouse +9669,8507594,"genie.py",3443,0,"",python,selection_mouse +9670,8508225,"genie.py",3476,0,"",python,selection_mouse +9671,8508917,"genie.py",3455,0,"",python,selection_mouse +9672,8514314,"genie.py",3455,0,"\n",python,content +9673,8515044,"genie.py",3456,0," ",python,content +9674,8515643,"genie.py",3460,0," ",python,content +9675,8516476,"genie.py",3464,0,"#",python,content +9676,8516476,"genie.py",3465,0,"",python,selection_keyboard +9677,8516522,"genie.py",3465,0," ",python,content +9678,8516523,"genie.py",3466,0,"",python,selection_keyboard +9679,8516865,"genie.py",3466,0,"b",python,content +9680,8516865,"genie.py",3467,0,"",python,selection_keyboard +9681,8517277,"genie.py",3467,0,"e",python,content +9682,8517278,"genie.py",3468,0,"",python,selection_keyboard +9683,8517374,"genie.py",3468,0,"g",python,content +9684,8517375,"genie.py",3469,0,"",python,selection_keyboard +9685,8517514,"genie.py",3469,0,"i",python,content +9686,8517515,"genie.py",3470,0,"",python,selection_keyboard +9687,8517589,"genie.py",3470,0,"n",python,content +9688,8517590,"genie.py",3471,0,"",python,selection_keyboard +9689,8517645,"genie.py",3471,0," ",python,content +9690,8517646,"genie.py",3472,0,"",python,selection_keyboard +9691,8517816,"genie.py",3472,0,"p",python,content +9692,8517817,"genie.py",3473,0,"",python,selection_keyboard +9693,8518155,"genie.py",3473,0,"o",python,content +9694,8518155,"genie.py",3474,0,"",python,selection_keyboard +9695,8518576,"genie.py",3474,0,"t",python,content +9696,8518577,"genie.py",3475,0,"",python,selection_keyboard +9697,8518824,"genie.py",3475,0,"e",python,content +9698,8518824,"genie.py",3476,0,"",python,selection_keyboard +9699,8518960,"genie.py",3476,0,"n",python,content +9700,8518961,"genie.py",3477,0,"",python,selection_keyboard +9701,8519163,"genie.py",3477,0,"t",python,content +9702,8519163,"genie.py",3478,0,"",python,selection_keyboard +9703,8519247,"genie.py",3478,0,"i",python,content +9704,8519248,"genie.py",3479,0,"",python,selection_keyboard +9705,8519574,"genie.py",3479,0,"a",python,content +9706,8519574,"genie.py",3480,0,"",python,selection_keyboard +9707,8519645,"genie.py",3480,0,"l",python,content +9708,8519646,"genie.py",3481,0,"",python,selection_keyboard +9709,8519725,"genie.py",3481,0," ",python,content +9710,8519726,"genie.py",3482,0,"",python,selection_keyboard +9711,8519898,"genie.py",3482,0,"f",python,content +9712,8519899,"genie.py",3483,0,"",python,selection_keyboard +9713,8519966,"genie.py",3483,0,"o",python,content +9714,8519967,"genie.py",3484,0,"",python,selection_keyboard +9715,8520098,"genie.py",3484,0,"r",python,content +9716,8520099,"genie.py",3485,0,"",python,selection_keyboard +9717,8520253,"genie.py",3485,0,"m",python,content +9718,8520253,"genie.py",3486,0,"",python,selection_keyboard +9719,8520524,"genie.py",3486,0,"p",python,content +9720,8520526,"genie.py",3487,0,"",python,selection_keyboard +9721,8520803,"genie.py",3486,1,"",python,content +9722,8521460,"genie.py",3485,1,"",python,content +9723,8521646,"genie.py",3485,0,"l",python,content +9724,8521646,"genie.py",3486,0,"",python,selection_keyboard +9725,8521856,"genie.py",3486,0,"o",python,content +9726,8521857,"genie.py",3487,0,"",python,selection_keyboard +9727,8521993,"genie.py",3487,0,"o",python,content +9728,8521994,"genie.py",3488,0,"",python,selection_keyboard +9729,8522105,"genie.py",3488,0,"p",python,content +9730,8522106,"genie.py",3489,0,"",python,selection_keyboard +9731,8522627,"genie.py",3488,0,"",python,selection_command +9732,8524352,"genie.py",3477,0,"",python,selection_mouse +9733,8524467,"genie.py",3472,9,"potential",python,selection_mouse +9734,8528217,"genie.py",3520,0,"",python,selection_mouse +9735,8528671,"genie.py",3489,0,"",python,selection_mouse +9736,8528674,"genie.py",3488,0,"",python,selection_command +9737,8529821,"genie.py",3489,0,"",python,selection_command +9738,8530127,"genie.py",3489,0," ",python,content +9739,8530128,"genie.py",3490,0,"",python,selection_keyboard +9740,8530806,"genie.py",3490,0,"()",python,content +9741,8530807,"genie.py",3491,0,"",python,selection_keyboard +9742,8531015,"genie.py",3491,0,"f",python,content +9743,8531016,"genie.py",3492,0,"",python,selection_keyboard +9744,8531143,"genie.py",3492,0,"r",python,content +9745,8531144,"genie.py",3493,0,"",python,selection_keyboard +9746,8531344,"genie.py",3493,0,"m",python,content +9747,8531345,"genie.py",3494,0,"",python,selection_keyboard +9748,8531702,"genie.py",3493,1,"",python,content +9749,8531867,"genie.py",3493,0,"o",python,content +9750,8531868,"genie.py",3494,0,"",python,selection_keyboard +9751,8531941,"genie.py",3494,0,"m",python,content +9752,8531942,"genie.py",3495,0,"",python,selection_keyboard +9753,8532040,"genie.py",3495,0," ",python,content +9754,8532041,"genie.py",3496,0,"",python,selection_keyboard +9755,8532709,"genie.py",3496,0,"T",python,content +9756,8532710,"genie.py",3497,0,"",python,selection_keyboard +9757,8532897,"genie.py",3497,0," ",python,content +9758,8532898,"genie.py",3498,0,"",python,selection_keyboard +9759,8533100,"genie.py",3498,0,"t",python,content +9760,8533101,"genie.py",3499,0,"",python,selection_keyboard +9761,8533233,"genie.py",3499,0," ",python,content +9762,8533234,"genie.py",3500,0,"",python,selection_keyboard +9763,8533587,"genie.py",3499,1,"",python,content +9764,8533776,"genie.py",3499,0,"o",python,content +9765,8533776,"genie.py",3500,0,"",python,selection_keyboard +9766,8533906,"genie.py",3500,0," ",python,content +9767,8533907,"genie.py",3501,0,"",python,selection_keyboard +9768,8534737,"genie.py",3501,0,"S",python,content +9769,8534737,"genie.py",3502,0,"",python,selection_keyboard +9770,8535154,"genie.py",3501,0,"",python,selection_command +9771,8536400,"genie.py",3578,0,"",python,selection_mouse +9772,8536560,"genie.py",3578,1,"B",python,selection_mouse +9773,8536748,"genie.py",3578,3,"B, ",python,selection_mouse +9774,8536786,"genie.py",3578,5,"B, S ",python,selection_mouse +9775,8536813,"genie.py",3578,7,"B, S - ",python,selection_mouse +9776,8536882,"genie.py",3578,8,"B, S - T",python,selection_mouse +9777,8536941,"genie.py",3578,9,"B, S - T,",python,selection_mouse +9778,8537017,"genie.py",3578,10,"B, S - T, ",python,selection_mouse +9779,8537053,"genie.py",3578,11,"B, S - T, N",python,selection_mouse +9780,8537432,"genie.py",3589,0,"",python,selection_mouse +9781,8539234,"genie.py",3578,0,"",python,selection_mouse +9782,8539847,"genie.py",3572,0,"",python,selection_mouse +9783,8540011,"genie.py",3565,9,"pad_shape",python,selection_mouse +9784,8541956,"genie.py",3618,0,"",python,selection_mouse +9785,8542632,"genie.py",3663,0,"",python,selection_mouse +9786,8542807,"genie.py",3658,10,"token_idxs",python,selection_mouse +9787,8543381,"genie.py",3714,0,"",python,selection_mouse +9788,8544156,"genie.py",3786,0,"",python,selection_mouse +9789,8549921,"genie.py",3834,0,"",python,selection_command +9790,8550472,"genie.py",3834,0," ",python,content +9791,8550473,"genie.py",3835,0,"",python,selection_keyboard +9792,8550770,"genie.py",3835,0,"#",python,content +9793,8550770,"genie.py",3836,0,"",python,selection_keyboard +9794,8550900,"genie.py",3836,0," ",python,content +9795,8550901,"genie.py",3837,0,"",python,selection_keyboard +9796,8552974,"genie.py",3837,0,"T",python,content +9797,8552975,"genie.py",3838,0,"",python,selection_keyboard +9798,8553157,"genie.py",3838,0,"O",python,content +9799,8553157,"genie.py",3839,0,"",python,selection_keyboard +9800,8553260,"genie.py",3839,0,"D",python,content +9801,8553260,"genie.py",3840,0,"",python,selection_keyboard +9802,8553322,"genie.py",3840,0,"O",python,content +9803,8553322,"genie.py",3841,0,"",python,selection_keyboard +9804,8553418,"genie.py",3841,0," ",python,content +9805,8553418,"genie.py",3842,0,"",python,selection_keyboard +9806,8553706,"genie.py",3842,0,"r",python,content +9807,8553707,"genie.py",3843,0,"",python,selection_keyboard +9808,8553870,"genie.py",3843,0,"e",python,content +9809,8553871,"genie.py",3844,0,"",python,selection_keyboard +9810,8553947,"genie.py",3844,0,"m",python,content +9811,8553948,"genie.py",3845,0,"",python,selection_keyboard +9812,8554064,"genie.py",3845,0,"o",python,content +9813,8554065,"genie.py",3846,0,"",python,selection_keyboard +9814,8554140,"genie.py",3846,0,"v",python,content +9815,8554141,"genie.py",3847,0,"",python,selection_keyboard +9816,8554230,"genie.py",3847,0,"e",python,content +9817,8554231,"genie.py",3848,0,"",python,selection_keyboard +9818,8554742,"genie.py",3847,0,"",python,selection_command +9819,8554890,"genie.py",3908,0,"",python,selection_command +9820,8555620,"genie.py",3979,0,"",python,selection_command +9821,8557223,"genie.py",3995,0,"",python,selection_mouse +9822,8557778,"genie.py",3997,0,"",python,selection_mouse +9823,8557927,"genie.py",3996,13,"action_tokens",python,selection_mouse +9824,8558507,"genie.py",3925,0,"",python,selection_mouse +9825,8558663,"genie.py",3918,13,"action_tokens",python,selection_mouse +9826,8559709,"genie.py",3897,0,"",python,selection_mouse +9827,8560300,"genie.py",3958,0,"",python,selection_mouse +9828,8560463,"genie.py",3956,5,"batch",python,selection_mouse +9829,8560641,"genie.py",3956,7,"batch[""",python,selection_mouse +9830,8560680,"genie.py",3956,21,"batch[""latent_actions",python,selection_mouse +9831,8561030,"genie.py",3956,22,"batch[""latent_actions""",python,selection_mouse +9832,8561079,"genie.py",3956,23,"batch[""latent_actions""]",python,selection_mouse +9833,8561702,"genie.py",3979,0,"",python,selection_mouse +9834,8562692,"genie.py",3959,0,"",python,selection_mouse +9835,8563852,"genie.py",3978,0,"",python,selection_mouse +9836,8564100,"genie.py",3977,1,"""",python,selection_mouse +9837,8564179,"genie.py",3976,2,"s""",python,selection_mouse +9838,8564213,"genie.py",3974,4,"ons""",python,selection_mouse +9839,8564240,"genie.py",3973,5,"ions""",python,selection_mouse +9840,8564273,"genie.py",3971,7,"ctions""",python,selection_mouse +9841,8564307,"genie.py",3968,10,"t_actions""",python,selection_mouse +9842,8564340,"genie.py",3965,13,"tent_actions""",python,selection_mouse +9843,8564375,"genie.py",3964,14,"atent_actions""",python,selection_mouse +9844,8564408,"genie.py",3963,15,"latent_actions""",python,selection_mouse +9845,8564445,"genie.py",3961,17,"[""latent_actions""",python,selection_mouse +9846,8564473,"genie.py",3960,18,"h[""latent_actions""",python,selection_mouse +9847,8564507,"genie.py",3958,20,"tch[""latent_actions""",python,selection_mouse +9848,8564540,"genie.py",3957,21,"atch[""latent_actions""",python,selection_mouse +9849,8564611,"genie.py",3956,22,"batch[""latent_actions""",python,selection_mouse +9850,8565013,"genie.py",3956,0,"",python,selection_mouse +9851,8565014,"genie.py",3956,5,"batch",python,selection_mouse +9852,8565267,"genie.py",3956,6,"batch[",python,selection_mouse +9853,8565268,"genie.py",3956,21,"batch[""latent_actions",python,selection_mouse +9854,8565844,"genie.py",3956,22,"batch[""latent_actions""",python,selection_mouse +9855,8565945,"genie.py",3956,23,"batch[""latent_actions""]",python,selection_mouse +9856,8566646,"genie.py",3979,0,"",python,selection_mouse +9857,8567294,"genie.py",3978,0,"",python,selection_mouse +9858,8567455,"genie.py",3977,3,"""])",python,selection_mouse +9859,8567603,"genie.py",3977,3,"""])",python,selection_mouse +9860,8567637,"genie.py",3963,17,"latent_actions""])",python,selection_mouse +9861,8567778,"genie.py",3962,18,"""latent_actions""])",python,selection_mouse +9862,8567778,"genie.py",3961,19,"[""latent_actions""])",python,selection_mouse +9863,8567813,"genie.py",3956,24,"batch[""latent_actions""])",python,selection_mouse +9864,8568330,"genie.py",3957,0,"",python,selection_mouse +9865,8568331,"genie.py",3956,5,"batch",python,selection_mouse +9866,8568531,"genie.py",3956,7,"batch[""",python,selection_mouse +9867,8568532,"genie.py",3956,21,"batch[""latent_actions",python,selection_mouse +9868,8568987,"genie.py",3956,22,"batch[""latent_actions""",python,selection_mouse +9869,8569262,"genie.py",3956,23,"batch[""latent_actions""]",python,selection_mouse +9870,8569725,"genie.py",3979,0,"",python,selection_mouse +9871,8569929,"genie.py",3977,3,"""])",python,selection_mouse +9872,8570119,"genie.py",3977,3,"""])",python,selection_mouse +9873,8570157,"genie.py",3963,17,"latent_actions""])",python,selection_mouse +9874,8570367,"genie.py",3962,18,"""latent_actions""])",python,selection_mouse +9875,8570368,"genie.py",3961,19,"[""latent_actions""])",python,selection_mouse +9876,8570422,"genie.py",3956,24,"batch[""latent_actions""])",python,selection_mouse +9877,8570863,"genie.py",3958,0,"",python,selection_mouse +9878,8570863,"genie.py",3956,5,"batch",python,selection_mouse +9879,8571024,"genie.py",3956,21,"batch[""latent_actions",python,selection_mouse +9880,8571193,"genie.py",3956,22,"batch[""latent_actions""",python,selection_mouse +9881,8571565,"genie.py",3956,23,"batch[""latent_actions""]",python,selection_mouse +9882,8572306,"genie.py",3979,0,"",python,selection_mouse +9883,8573042,"genie.py",3977,0,"",python,selection_mouse +9884,8574311,"genie.py",3978,0,"",python,selection_mouse +9885,8574468,"genie.py",3977,3,"""])",python,selection_mouse +9886,8574580,"genie.py",3977,3,"""])",python,selection_mouse +9887,8574614,"genie.py",3963,17,"latent_actions""])",python,selection_mouse +9888,8575532,"genie.py",3958,0,"",python,selection_mouse +9889,8575708,"genie.py",3956,5,"batch",python,selection_mouse +9890,8575862,"genie.py",3956,6,"batch[",python,selection_mouse +9891,8575905,"genie.py",3956,21,"batch[""latent_actions",python,selection_mouse +9892,8576429,"genie.py",3956,22,"batch[""latent_actions""",python,selection_mouse +9893,8576694,"genie.py",3956,23,"batch[""latent_actions""]",python,selection_mouse +9894,8577592,"genie.py",3979,0,"",python,selection_mouse +9895,8584439,"genie.py",3714,0,"",python,selection_mouse +9896,8584972,"genie.py",3678,0,"",python,selection_mouse +9897,8589164,"genie.py",3714,0,"",python,selection_mouse +9898,8590326,"genie.py",3681,0,"",python,selection_mouse +9899,8607198,"TERMINAL",0,0,"^DERROR:2025-07-03 15:26:00,483:jax._src.debugging:96: jax.debug.callback failed\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 94, in debug_callback_impl\r\n callback(*args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n callback(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n debugger(frames, thread_id, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n CliDebugger(frames, thread_id, **kwargs).run()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 160, in run\r\n self.cmdloop()\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 138, in cmdloop\r\n stop = self.onecmd(line)\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n return func(arg)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\n sys.exit(0)\r\nSystemExit: 0\r\nERROR:jax._src.debugging:jax.debug.callback failed\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 94, in debug_callback_impl\r\n callback(*args)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n callback(*args, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n debugger(frames, thread_id, **kwargs)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n CliDebugger(frames, thread_id, **kwargs).run()\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 160, in run\r\n self.cmdloop()\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 138, in cmdloop\r\n stop = self.onecmd(line)\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n return func(arg)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\n sys.exit(0)\r\nSystemExit: 0\r\nE0703 15:26:00.485804 2324925 pjrt_stream_executor_client.cc:2917] Execution of replica 0 failed: INTERNAL: CpuCallback error calling callback: Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 158, in \r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 100, in _autoreg_sample\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 2240, in apply\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1079, in wrapper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 3022, in scope_fn\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/genie.py"", line 189, in sample\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/transforms.py"", line 360, in wrapped_fn\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/lift.py"", line 328, in wrapper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/lift.py"", line 1031, in inner\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/axes_scan.py"", line 179, in scan_fn\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/loops.py"", line 355, in scan\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 531, in bind\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 551, in _true_bind\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 556, in bind_with_trace\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1060, in process_primitive\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 88, in apply_primitive\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 334, in cache_miss\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 195, in _python_pjit_helper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 1884, in _pjit_call_impl_python\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py"", line 354, in wrapper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 1297, in __call__\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/callback.py"", line 782, in _wrapped_callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 200, in _callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 97, in debug_callback_impl\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 162, in run\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 145, in cmdloop\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\nSystemExit: 0\r\njax.errors.SimplifiedTraceback: For simplicity, JAX has removed its internal frames from the traceback of the following exception. Set JAX_TRACEBACK_FILTERING=off to include these.\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 158, in \r\n vid = _autoreg_sample(rng, video_batch, action_batch)\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 100, in _autoreg_sample\r\n new_frame = genie.apply(\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/genie.py"", line 189, in sample\r\n \r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/axes_scan.py"", line 179, in scan_fn\r\n c, ys = lax.scan(\r\njaxlib._jax.XlaRuntimeError: INTERNAL: CpuCallback error calling callback: Traceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 158, in \r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 100, in _autoreg_sample\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 2240, in apply\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/scope.py"", line 1079, in wrapper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 3022, in scope_fn\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 699, in wrapped_module_method\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/module.py"", line 1216, in _call_wrapped_method\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/genie.py"", line 189, in sample\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/linen/transforms.py"", line 360, in wrapped_fn\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/lift.py"", line 328, in wrapper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/lift.py"", line 1031, in inner\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/flax/core/axes_scan.py"", line 179, in scan_fn\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/lax/control_flow/loops.py"", line 355, in scan\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 531, in bind\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 551, in _true_bind\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 556, in bind_with_trace\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/core.py"", line 1060, in process_primitive\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/dispatch.py"", line 88, in apply_primitive\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/traceback_util.py"", line 182, in reraise_with_filtered_traceback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 334, in cache_miss\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 195, in _python_pjit_helper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/pjit.py"", line 1884, in _pjit_call_impl_python\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/profiler.py"", line 354, in wrapper\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/interpreters/pxla.py"", line 1297, in __call__\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/callback.py"", line 782, in _wrapped_callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 200, in _callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 97, in debug_callback_impl\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugging.py"", line 334, in _flat_callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/core.py"", line 220, in _breakpoint_callback\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 167, in run_debugger\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 162, in run\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 145, in cmdloop\r\n File ""/home/hk-project-p0023960/tum_cte0515/.local/share/uv/python/cpython-3.10.18-linux-x86_64-gnu/lib/python3.10/cmd.py"", line 217, in onecmd\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/jax/_src/debugger/cli_debugger.py"", line 146, in do_quit\r\nSystemExit: 0\r\n",,terminal_output +9900,8608551,"TERMINAL",0,0,"]0;tum_cte0515@hkn0403:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0403 jafar]$ ",,terminal_output +9901,8609071,"TERMINAL",0,0,"[?25lq[?25h[?25lu[?25h",,terminal_output +9902,8609220,"TERMINAL",0,0,"[?25le[?25h[?25lu[?25h",,terminal_output +9903,8609759,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +9904,8610005,"TERMINAL",0,0,"\r\n[?2004l\r[?1049h(B[?7hEvery 1.0s: squeue --mehkn0403.localdomain: Thu Jul 3 15:26:03 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3315439 dev_accel interact tum_cte0 R35:16\t 1 hkn0403",,terminal_output +9905,8610983,"TERMINAL",0,0,"47",,terminal_output +9906,8611126,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn0403:~/Projects/jafar[?2004h(jafar) [tum_cte0515@hkn0403 jafar]$ ",,terminal_output +9907,21152020,"",0,0,"Switched from branch 'fix-sampling' to 'main'",,git_branch_checkout +9908,21167036,"",0,0,"Switched from branch 'main' to 'runner'",,git_branch_checkout diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-08.44.49.850/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-08.44.49.850/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..469c67bd552ee8a0e70246b5c92cf09f03de3489 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-08.44.49.850/source.csv @@ -0,0 +1,9 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,9,"src/recording.ts",0,0,"import * as fs from 'node:fs'\nimport * as path from 'node:path'\nimport * as vscode from 'vscode'\nimport * as readline from 'node:readline'\nimport axios from 'axios'\nimport { hasConsent, showConsentChangeDialog } from './consent'\nimport {\n getEditorFileName,\n escapeString,\n getEditorLanguage,\n notificationWithProgress,\n generateBaseFilePath,\n formatDisplayTime,\n getExportPath,\n logToOutput,\n formatSrtTime,\n getConfig,\n removeDoubleQuotes,\n unescapeString,\n addToGitignore,\n} from './utilities'\nimport { type File, ChangeType, type CSVRowBuilder, type Change, type Recording, type ConsentStatus } from './types'\nimport { extContext, statusBarItem, actionsProvider } from './extension'\n\nexport const commands = {\n openSettings: 'crowd-code.openSettings',\n startRecording: 'crowd-code.startRecording',\n stopRecording: 'crowd-code.stopRecording',\n panicButton: 'crowd-code.panicButton',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nlet panicStatusBarItem: vscode.StatusBarItem | undefined;\nlet panicButtonPressCount = 0;\nlet panicButtonTimeoutId: NodeJS.Timeout | undefined;\nlet accumulatedRemovedContent: Array<{content: string, sequence: number}> = []; // Store content with sequence numbers\n\nconst CROWD_CODE_API_GATEWAY_URL = process.env.CROWD_CODE_API_GATEWAY_URL;\n\nconst PANIC_BUTTON_TIMEOUT = 3000; // 3 seconds timeout for successive presses\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,\n}: CSVRowBuilder): string | undefined {\n if (!recording.startDateTime) {\n return\n }\n\n const time = new Date().getTime() - recording.startDateTime.getTime()\n\n if (type === ChangeType.HEADING) {\n return 'Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type\n'\n }\n\n if (type === ChangeType.TERMINAL_FOCUS || type === ChangeType.TERMINAL_COMMAND || type === ChangeType.TERMINAL_OUTPUT) {\n return `${sequence},${time},""TERMINAL"",${rangeOffset},${rangeLength},""${escapeString(text)}"",,${type}\n`\n }\n\n const editorFileName = getEditorFileName()\n return `${sequence},${time},""${editorFileName}"",${rangeOffset},${rangeLength},""${escapeString(text)}"",${getEditorLanguage()},${type}\n`\n}\n\n/**\n * Checks if the current file being edited is within the configured export path.\n * This is used to determine if the current file should be recorded or not.\n *\n * @returns {boolean} `true` if the current file is within the export path, `false` otherwise.\n */\nexport function isCurrentFileExported(): boolean {\n const editor = vscode.window.activeTextEditor\n const filename = editor?.document.fileName.replaceAll('\\', '/')\n const exportPath = getExportPath()\n if (!editor || !filename || !exportPath) {\n return false\n }\n return filename.startsWith(exportPath)\n}\n\nconst onChangeSubscription = vscode.workspace.onDidChangeTextDocument(event => {\n if (!recording.isRecording) {\n return\n }\n\n if (isCurrentFileExported()) {\n return\n }\n const editor = vscode.window.activeTextEditor\n if (editor && event.document === editor.document) {\n for (const change of event.contentChanges) {\n recording.sequence++\n addToFileQueue(\n buildCsvRow({\n sequence: recording.sequence,\n rangeOffset: change.rangeOffset,\n rangeLength: change.rangeLength,\n text: change.text,\n })\n )\n appendToFile()\n }\n }\n})\n\n/**\n * Creates the recording folder if it doesn't exist.\n * @param folderPath - The path to the recording folder.\n */\nfunction createRecordingFolder(folderPath: string): void {\n if (!fs.existsSync(folderPath)) {\n fs.mkdirSync(folderPath, { recursive: true })\n }\n}\n\n/**\n * Starts the recording process and initializes necessary variables.\n */\nexport async function startRecording(): Promise {\n if (recording.isRecording) {\n notificationWithProgress('Already recording')\n logToOutput('Already recording', 'info')\n return\n }\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n // If the setting is enabled and the path is inside the workspace, add it to .gitignore\n if (\n getConfig().get('export.addToGitignore') &&\n getConfig().get('export.exportPath')?.startsWith('${workspaceFolder}')\n ) {\n await addToGitignore()\n }\n\n recording.startDateTime = new Date()\n recording.activatedFiles = new Set()\n\n // Ask for folder name if enabled in settings\n let customFolderName: string | undefined\n if (getConfig().get('recording.askFolderName')) {\n customFolderName = await vscode.window.showInputBox({\n prompt: 'Enter a name for the recording folder',\n placeHolder: 'Enter recording folder name',\n })\n if (!customFolderName) {\n stopRecording(true)\n return\n }\n recording.customFolderName = customFolderName\n }\n\n const baseFilePath = generateBaseFilePath(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n stopRecording(true)\n return\n }\n\n // Create the recording folder\n const folderPath = path.dirname(path.join(exportPath, baseFilePath))\n createRecordingFolder(folderPath)\n\n recording.isRecording = true\n recording.timer = 0\n recording.endDateTime = null\n recording.sequence = 0\n panicButtonPressCount = 0 // Reset panic button counter for new recording\n accumulatedRemovedContent = [] // Clear accumulated content for new recording\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n panicButtonTimeoutId = undefined\n }\n intervalId = setInterval(() => {\n recording.timer++\n updateStatusBarItem()\n }, 1000)\n notificationWithProgress('Recording started')\n logToOutput('Recording started', 'info')\n\n // Only log initial editor content if there's an active text editor\n const editorText = vscode.window.activeTextEditor?.document.getText()\n const activeEditorUri = vscode.window.activeTextEditor?.document.uri.toString()\n\n if (editorText !== undefined && activeEditorUri) {\n recording.sequence++\n const csvRow = {\n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: editorText,\n type: ChangeType.TAB,\n }\n addToFileQueue(buildCsvRow({ ...csvRow, type: ChangeType.HEADING }))\n addToFileQueue(buildCsvRow(csvRow))\n appendToFile()\n recording.activatedFiles.add(activeEditorUri)\n actionsProvider.setCurrentFile(vscode.window.activeTextEditor?.document.fileName || '')\n } else {\n // If no active editor, just add the header row\n recording.sequence++\n addToFileQueue(buildCsvRow({ \n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: '',\n type: ChangeType.HEADING \n }))\n appendToFile()\n }\n\n extContext.subscriptions.push(onChangeSubscription)\n updateStatusBarItem()\n updatePanicButton()\n actionsProvider.setRecordingState(true)\n\n // Set up a timer to send data to the Lambda endpoint periodically\n uploadIntervalId = setInterval(async () => {\n if (!exportPath) {\n return;\n }\n \n if (typeof CROWD_CODE_API_GATEWAY_URL !== 'string' || !CROWD_CODE_API_GATEWAY_URL.trim()) {\n logToOutput(""CROWD_CODE_API_GATEWAY_URL must be a non-empty string. Please check your build configuration."", 'error');\n return;\n }\n\n // Only upload data if user has given consent\n if (!hasConsent()) {\n return;\n }\n\n const filePath = path.join(exportPath, `${baseFilePath}.csv`);\n const extensionVersion = extContext.extension.packageJSON.version as string;\n const userId = extContext.globalState.get('userId');\n\n try {\n const fileContent = await fs.promises.readFile(filePath, 'utf-8');\n\n if (fileContent) {\n const payload = {\n fileName: `${baseFilePath}.csv`,\n content: fileContent,\n version: extensionVersion,\n userId: userId\n };\n await axios.post(CROWD_CODE_API_GATEWAY_URL, payload);\n console.log(`Successfully sent ${payload.fileName} to Lambda endpoint.`);\n }\n } catch (error: any) {\n if (error.code === 'ENOENT') {\n console.warn(`File not found at ${filePath}. It might be created on first write.`);\n } else {\n console.error(`Error sending data to Lambda: ${error.message}`);\n if (axios.isAxiosError(error) && error.response) {\n console.error(""Lambda response status:"", error.response.status);\n console.error(""Lambda response data:"", error.response.data);\n }\n }\n }\n }, 5 * 60 * 1000); // 5 minutes\n}\n\n/**\n * Stops the recording process and finalizes the recording data.\n * @param context - The extension context.\n */\nexport function stopRecording(force = false): Promise | void {\n if (!recording.isRecording) {\n notificationWithProgress('Not recording')\n return\n }\n\n recording.isRecording = false\n clearInterval(intervalId)\n clearInterval(uploadIntervalId); // Clear the upload timer\n recording.timer = 0\n recording.activatedFiles?.clear()\n panicButtonPressCount = 0 // Reset panic button counter when recording stops\n accumulatedRemovedContent = [] // Clear accumulated content when recording stops\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n panicButtonTimeoutId = undefined\n }\n const index = extContext.subscriptions.indexOf(onChangeSubscription)\n if (index !== -1) {\n extContext.subscriptions.splice(index, 1)\n }\n updateStatusBarItem()\n updatePanicButton()\n actionsProvider.setRecordingState(false)\n if (force) {\n notificationWithProgress('Recording cancelled')\n logToOutput('Recording cancelled', 'info')\n recording.customFolderName = undefined\n return\n }\n notificationWithProgress('Recording finished')\n logToOutput('Recording finished', 'info')\n recording.endDateTime = new Date()\n return processCsvFile().then(() => {\n // Reset customFolderName after processing is complete\n recording.customFolderName = undefined\n }).catch(err => {\n logToOutput(`Error processing CSV file during stop: ${String(err)}`, 'error')\n recording.customFolderName = undefined\n });\n}\n\n/**\n * Appends data from the file queue to the appropriate file in the workspace.\n */\nexport async function appendToFile(): Promise {\n if (isAppending) {\n return\n }\n isAppending = true\n\n const exportPath = getExportPath()\n if (!exportPath) {\n logToOutput('Export path not available in appendToFile, stopping recording.', 'error')\n stopRecording(true)\n isAppending = false\n return\n }\n\n while (fileQueue.length > 0) {\n const itemToAppend = fileQueue.shift()\n if (!itemToAppend) {\n continue\n }\n\n const filePath = path.join(exportPath, itemToAppend.name)\n\n try {\n const directory = path.dirname(filePath)\n if (!fs.existsSync(directory)) {\n fs.mkdirSync(directory, { recursive: true })\n }\n await fs.promises.appendFile(filePath, itemToAppend.content)\n } catch (err) {\n logToOutput(\n `Failed to append to file ${filePath}: ${err}. Item dropped. Content: ${itemToAppend.content.substring(0, 100)}...`,\n 'error'\n )\n }\n }\n isAppending = false\n}\n\n/**\n * Appends an SRT line to the file queue for the previous change.\n *\n * This function is responsible for generating the SRT format line for the previous change and adding it to the file queue.\n * It checks if the SRT export format is enabled, and if so, it generates the SRT line for the previous change and adds it to the file queue.\n *\n * @param processedChanges - An array of processed changes.\n * @param i - The index of the current change in the processedChanges array.\n * @param exportInSrt - A boolean indicating whether the SRT export format is enabled.\n */\nfunction addToSRTFile(processedChanges: Change[], i: number, exportInSrt: boolean) {\n if (!exportInSrt) {\n return\n }\n if (i === 0) {\n return\n }\n addToFileQueue(\n addSrtLine(\n processedChanges[i - 1].sequence,\n processedChanges[i - 1].startTime,\n processedChanges[i - 1].endTime,\n JSON.stringify({\n text: processedChanges[i - 1].text,\n file: processedChanges[i - 1].file,\n language: processedChanges[i - 1].language,\n })\n ),\n 'srt',\n true\n )\n}\n\n/**\n * Returns the new text content based on the change type and the previous change.\n * @param type - The type of the change.\n * @param text - The text of the change.\n * @param previousChange - The previous change.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n */\nfunction getNewTextContent(\n type: string,\n text: string,\n previousChange: Change | null,\n rangeOffset: number,\n rangeLength: number\n): string {\n if (type === ChangeType.TAB) {\n return text\n }\n if (!previousChange) {\n return ''\n }\n return getUpdatedText(previousChange.text, rangeOffset, rangeLength, text)\n}\n\n/**\n * Processes a single CSV line and returns the processed change\n */\nasync function processCSVLine(line: string, previousChange: Change | null): Promise {\n const lineArr = line.split(/,(?=(?:[^""]*""[^""]*"")*[^""]*$)/)\n\n if (Number.isNaN(Number.parseInt(lineArr[0]))) {\n return null\n }\n\n const time = Number.parseInt(lineArr[1])\n const file = removeDoubleQuotes(lineArr[2])\n const rangeOffset = Number.parseInt(lineArr[3])\n const rangeLength = Number.parseInt(lineArr[4])\n const text = unescapeString(removeDoubleQuotes(lineArr[5]))\n const language = lineArr[6]\n const type = lineArr[7]\n\n const newText = getNewTextContent(type, text, previousChange, rangeOffset, rangeLength)\n\n /**\n * Skip exporting changes with the same values to the previous change.\n */\n if (\n previousChange &&\n time === previousChange.startTime &&\n file === previousChange.file &&\n newText === previousChange.text &&\n language === previousChange.language\n ) {\n return null\n }\n\n return {\n sequence: previousChange ? previousChange.sequence + 1 : 1,\n file,\n startTime: time,\n endTime: 0,\n language,\n text: newText,\n }\n}\n\n/**\n * Returns the updated text content based on the previous text, range offset, range length, and new text.\n * @param previousText - The previous text.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n * @param newText - The new text.\n */\nfunction getUpdatedText(\n previousText: string,\n rangeOffset: number,\n rangeLength: number,\n newText: string\n): string {\n const textArray = previousText.split('')\n textArray.splice(rangeOffset, rangeLength, newText)\n return textArray.join('')\n}\n\n/**\n * Processes the CSV file and generates the necessary output files.\n */\nasync function processCsvFile(): Promise {\n if (!validateRecordingState()) {\n return\n }\n\n const exportFormats = getConfig().get('export.exportFormats', [])\n if (exportFormats.length === 0) {\n logToOutput('No export formats specified', 'info')\n vscode.window.showWarningMessage('No export formats specified')\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n if (!recording.startDateTime) {\n return\n }\n\n // Use the same custom folder name for reading the source file\n const baseFilePathSource = generateBaseFilePath(\n recording.startDateTime,\n false,\n recording.customFolderName,\n sessionUuid\n )\n if (!baseFilePathSource) {\n return\n }\n\n const filePath = path.join(exportPath, `${baseFilePathSource}.csv`)\n\n try {\n if (!fs.existsSync(filePath)) {\n throw new Error(`Source file not found: ${filePath}`)\n }\n\n const processedChanges: Change[] = []\n\n const rl = readline.createInterface({\n input: fs.createReadStream(filePath),\n crlfDelay: Number.POSITIVE_INFINITY,\n })\n\n for await (const line of rl) {\n const previousChange = processedChanges[processedChanges.length - 1]\n const change = await processCSVLine(line, previousChange)\n\n if (change) {\n if (previousChange) {\n previousChange.endTime = change.startTime\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n processedChanges.push(change)\n }\n }\n\n rl.close();\n\n return finalizeRecording(processedChanges, exportFormats);\n\n } catch (err) {\n vscode.window.showErrorMessage(`Error processing recording: ${err}`)\n logToOutput('Error processing CSV file: ' + String(err), 'error')\n return Promise.resolve(); // Resolve even on error after showing message\n }\n}\n\nfunction validateRecordingState(): boolean {\n if (!vscode.workspace.workspaceFolders) {\n logToOutput(\n 'No workspace folder found. To process the recording is needed a workspace folder',\n 'error'\n )\n return false\n }\n if (!recording.endDateTime || !recording.startDateTime) {\n logToOutput('Recording date time is not properly set', 'error')\n return false\n }\n return true\n}\n\nfunction finalizeRecording(processedChanges: Change[], exportFormats: string[]): Promise {\n const lastChange = processedChanges[processedChanges.length - 1]\n if (lastChange && recording.endDateTime && recording.startDateTime) {\n lastChange.endTime = recording.endDateTime.getTime() - recording.startDateTime.getTime()\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n if (exportFormats.includes('JSON')) {\n addToFileQueue(JSON.stringify(processedChanges), 'json', true)\n }\n return appendToFile().then(() => {\n // Refresh the recordFiles view after export is complete\n vscode.commands.executeCommand('crowd-code.refreshRecordFiles')\n })\n}\n\n/**\n * Adds a line to the SRT file format.\n * @param sequence - The sequence number of the change.\n * @param start - The start time of the change.\n * @param end - The end time of the change.\n * @param text - The text of the change.\n * @returns A string representing a line in the SRT file format.\n */\nfunction addSrtLine(sequence: number, start: number, end: number, text: string): string {\n return `${sequence}\n${formatSrtTime(start)} --> ${formatSrtTime(end)}\n${text}\n\n`\n}\n\n/**\n * Adds content to the file queue.\n * @param content - The content to add.\n * @param fileExtension - The file extension (optional, defaults to 'csv').\n */\nexport function addToFileQueue(\n content: string | undefined,\n fileExtension = 'csv',\n isExport = false\n): void {\n if (!content) {\n return\n }\n if (!recording.startDateTime) {\n return\n }\n // Use the same custom name throughout the recording session\n const baseFilePath = generateBaseFilePath(recording.startDateTime, isExport, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n return\n }\n fileQueue.push({\n name: `${baseFilePath}.${fileExtension}`,\n content: content,\n })\n}\n\n/**\n * Updates the status bar item with the current recording status and time.\n */\nexport function updateStatusBarItem(): void {\n if (recording.isRecording) {\n if (getConfig().get('appearance.showTimer') === false) {\n statusBarItem.text = '$(debug-stop)'\n statusBarItem.tooltip = 'Current time: ' + formatDisplayTime(recording.timer)\n }\n if (getConfig().get('appearance.showTimer') === true) {\n statusBarItem.text = '$(debug-stop) ' + formatDisplayTime(recording.timer)\n statusBarItem.tooltip = 'Stop Recording'\n }\n statusBarItem.command = commands.stopRecording\n statusBarItem.show()\n } else {\n const editor = vscode.window.activeTextEditor\n if (!editor) {\n statusBarItem.hide()\n return\n }\n if (getConfig().get('appearance.minimalMode') === true) {\n statusBarItem.text = '$(circle-large-filled)'\n } else {\n statusBarItem.text = '$(circle-large-filled) Start Recording'\n }\n statusBarItem.tooltip = 'Start Recording'\n statusBarItem.command = commands.startRecording\n statusBarItem.show()\n }\n}\n\n/**\n * Creates and updates the panic button status bar item.\n */\nexport function updatePanicButton(): void {\n if (!recording.isRecording) {\n if (panicStatusBarItem) {\n panicStatusBarItem.hide()\n }\n return\n }\n\n // Create panic button if it doesn't exist\n if (!panicStatusBarItem) {\n panicStatusBarItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Right, 8999) // Position it to the left of the recording button\n extContext.subscriptions.push(panicStatusBarItem)\n }\n\n const secondsToRemove = (panicButtonPressCount + 1) * 10 // Show what the next press will remove\n panicStatusBarItem.text = '$(refresh)'\n panicStatusBarItem.tooltip = `Remove last ${secondsToRemove} seconds of recording (click again within 3 seconds to remove more)`\n panicStatusBarItem.command = commands.panicButton\n panicStatusBarItem.show()\n}\n\n/**\n * Deletes the last N seconds of recording data from the CSV file.\n * This is a ""panic button"" feature that allows users to quickly remove recent sensitive data.\n * Each successive press within 3 seconds removes more time: 10s, 20s, 30s, etc.\n * After 3 seconds of inactivity, the next press will be treated as a fresh press (10s).\n */\nexport async function panicButton(): Promise {\n if (!recording.isRecording) {\n vscode.window.showWarningMessage('No active recording to remove data from')\n logToOutput('No active recording to remove data from', 'info')\n return\n }\n\n if (!recording.startDateTime) {\n vscode.window.showErrorMessage('Recording start time not available')\n logToOutput('Recording start time not available', 'error')\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n vscode.window.showErrorMessage('Export path not available')\n logToOutput('Export path not available', 'error')\n return\n }\n\n const baseFilePath = generateBaseFilePath(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n vscode.window.showErrorMessage('Could not generate file path')\n logToOutput('Could not generate file path', 'error')\n return\n }\n\n const filePath = path.join(exportPath, `${baseFilePath}.csv`)\n\n try {\n // Check if file exists\n if (!fs.existsSync(filePath)) {\n vscode.window.showWarningMessage('No recording file found to remove data from')\n logToOutput('No recording file found to remove data from', 'info')\n return\n }\n\n // Read the file\n const content = fs.readFileSync(filePath, 'utf-8')\n const lines = content.split('\n')\n \n if (lines.length <= 1) {\n vscode.window.showWarningMessage('Recording file is empty, nothing to remove')\n logToOutput('Recording file is empty, nothing to remove', 'info')\n return\n }\n\n // Calculate how many lines to remove (10 seconds per press)\n const linesToRemove = Math.min((panicButtonPressCount + 1) * 10, lines.length - 1)\n const newLines = lines.slice(0, lines.length - linesToRemove)\n \n // Capture the lines that will be removed for display\n const removedLines = lines.slice(lines.length - linesToRemove)\n\n // Write back to file\n fs.writeFileSync(filePath, newLines.join('\n'))\n\n // Update panic button state\n panicButtonPressCount++\n \n // Set up timeout to reset the counter after 3 seconds of inactivity\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n }\n panicButtonTimeoutId = setTimeout(() => {\n panicButtonPressCount = 0\n accumulatedRemovedContent = [] // Clear accumulated content\n updatePanicButton()\n }, PANIC_BUTTON_TIMEOUT)\n \n updatePanicButton()\n\n const secondsToRemove = panicButtonPressCount * 10\n const actualLinesRemoved = lines.length - newLines.length\n \n // Accumulate removed content and show immediate popup\n if (removedLines.length > 0) {\n const nonEmptyLines = removedLines.filter(line => line.trim())\n if (nonEmptyLines.length > 0) {\n // Create a simple, readable summary of removed content\n const contentSummary = nonEmptyLines.map(line => {\n // Extract just the text content from CSV for cleaner display\n const parts = line.split(',')\n if (parts.length >= 6) {\n const textContent = parts[5].replace(/^""|""$/g, '') // Remove quotes\n // Clean up common escape sequences\n const cleanText = textContent\n .replace(/\\n/g, '\n')\n .replace(/\\t/g, '\t')\n .replace(/\\r/g, '\r')\n return { content: cleanText, sequence: Number.parseInt(parts[0]) }\n }\n return { content: line, sequence: Number.parseInt(line.split(',')[0]) }\n }).filter(item => item.content.trim().length > 0)\n \n // Add to accumulated content\n accumulatedRemovedContent.push(...contentSummary)\n \n // Sort by sequence number to show in original file order\n const sortedContent = accumulatedRemovedContent.sort((a, b) => a.sequence - b.sequence)\n \n // Show immediate popup with accumulated content\n const totalContent = sortedContent.map(item => item.content).join(' ')\n const summaryText = totalContent.length > 100 \n ? totalContent.substring(0, 100) + '...' \n : totalContent\n \n vscode.window.showInformationMessage(\n `Removed content: ""${summaryText}""`,\n 'Dismiss'\n )\n }\n }\n\n } catch (error) {\n const errorMessage = `Error during panic button operation: ${error}`\n vscode.window.showErrorMessage(errorMessage)\n logToOutput(errorMessage, 'error')\n }\n}",typescript,tab +2,399,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:44:49 AM [info] Activating crowd-code\n8:44:49 AM [info] Recording started\n8:44:49 AM [info] Initializing git provider using file system watchers...\n8:44:49 AM [info] Git repository found\n8:44:49 AM [info] Git provider initialized successfully\n8:44:49 AM [info] Initial git state: [object Object]\n",Log,tab +3,18241,"extension-output-pdoom-org.crowd-code-#1-crowd-code",298,0,"",Log,selection_mouse +4,20715,"src/recording.ts",0,0,"",typescript,tab +5,29085,"TERMINAL",0,0,"ls /tmp/crowd-code/",,terminal_command +6,29131,"TERMINAL",0,0,"]633;E;ls /tmp/crowd-code/;a808ac8a-c4ad-476e-8ef8-0a741b3ad045]633;Ccrowd-code-12bded65-cc97-4d6e-a5a9-8eb203cdf5b21750746850455-2025_06_24-08.34.24.180\r\ncrowd-code-18a372f6-6ffb-4516-b3fc-5744a55e595b1750745384029-2025_06_24-08.09.58.114\r\ncrowd-code-1f4d4a04-f881-43ae-915a-b4684ec9fba71750685322384-2025_06_23-15.28.52.723\r\ncrowd-code-27a851dc-3a84-4cfb-867a-eef6b63ee7ef1750746742858-2025_06_24-08.32.35.909\r\ncrowd-code-47a52c8a-7a01-4d44-92cc-7fc1efc87b2c1750743549472-2025_06_24-07.42.17.399\r\ncrowd-code-54d64c52-45ee-426c-9f3f-dd28c172e3b51750744418870-2025_06_24-07.53.52.964\r\ncrowd-code-7bbba152-dac5-47a3-9097-97280b2bb6671750745644900-2025_06_24-08.14.17.536\r\ncrowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-08.44.49.850\r\ncrowd-code-a9c5e8e2-875d-4952-a3b9-18141ac818031750745077064-2025_06_24-08.04.52.29\r\ncrowd-code-bc8678ed-7352-41d3-8ab3-bf70f7958a0b1750745114983-2025_06_24-08.05.29.186\r\ncrowd-code-beb94361-bc52-424a-8726-24deb6772d751750744193601-2025_06_24-07.50.06.945\r\ncrowd-code-dc056f6b-886b-43e5-9b02-48725c7fb94f1750744782149-2025_06_24-07.59.55.809\r\ncrowd-code-dc67f66a-b65d-4784-baf6-471ba1e2ce651750745212705-2025_06_24-08.07.06.565\r\ncrowd-code-df370d00-88e7-4103-a3c0-8706ce572e0c1750744643799-2025_06_24-07.57.37.38\r\ncrowd-code-ecd6bcde-7cf4-4819-b2c7-c5b474828daa1750689105661-2025_06_23-16.31.57.981\r\ncrowd-code-ecd6bcde-7cf4-4819-b2c7-c5b474828daa1750689105661-2025_06_23-16.58.57.326\r\nvs-code-recorder-2025_06_23-18.34.26.367\r\n]0;maharajamihir@mihir-xps139305:~/Projects/coding-extension/crowd-code]633;D;0",,terminal_output +7,44088,"TERMINAL",0,0,"echo crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-08.44.49.850",,terminal_command +8,44092,"TERMINAL",0,0,"]633;E;echo crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-08.44.49.850;a808ac8a-c4ad-476e-8ef8-0a741b3ad045]633;C",,terminal_output diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-12.16.44.223/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-12.16.44.223/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..d37ae1d1b8ba072b89a2a3ac5816a5e1aa00f492 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-89e3ea93-acec-4320-9c1b-eafc7c47155f1750747464127-2025_06_24-12.16.44.223/source.csv @@ -0,0 +1,3 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,14,"src/recording.ts",0,0,"import * as fs from 'node:fs'\nimport * as path from 'node:path'\nimport * as vscode from 'vscode'\nimport * as readline from 'node:readline'\nimport axios from 'axios'\nimport { hasConsent, showConsentChangeDialog } from './consent'\nimport {\n getEditorFileName,\n escapeString,\n getEditorLanguage,\n notificationWithProgress,\n generateBaseFilePath,\n formatDisplayTime,\n getExportPath,\n logToOutput,\n formatSrtTime,\n getConfig,\n removeDoubleQuotes,\n unescapeString,\n addToGitignore,\n} from './utilities'\nimport { type File, ChangeType, type CSVRowBuilder, type Change, type Recording, type ConsentStatus } from './types'\nimport { extContext, statusBarItem, actionsProvider } from './extension'\n\nexport const commands = {\n openSettings: 'crowd-code.openSettings',\n startRecording: 'crowd-code.startRecording',\n stopRecording: 'crowd-code.stopRecording',\n panicButton: 'crowd-code.panicButton',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nlet panicStatusBarItem: vscode.StatusBarItem | undefined;\nlet panicButtonPressCount = 0;\nlet panicButtonTimeoutId: NodeJS.Timeout | undefined;\nlet accumulatedRemovedContent: Array<{content: string, sequence: number}> = []; // Store content with sequence numbers\n\nconst CROWD_CODE_API_GATEWAY_URL = process.env.CROWD_CODE_API_GATEWAY_URL;\n\nconst PANIC_BUTTON_TIMEOUT = 3000; // 3 seconds timeout for successive presses\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,\n}: CSVRowBuilder): string | undefined {\n if (!recording.startDateTime) {\n return\n }\n\n const time = new Date().getTime() - recording.startDateTime.getTime()\n\n if (type === ChangeType.HEADING) {\n return 'Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type\n'\n }\n\n if (type === ChangeType.TERMINAL_FOCUS || type === ChangeType.TERMINAL_COMMAND || type === ChangeType.TERMINAL_OUTPUT) {\n return `${sequence},${time},""TERMINAL"",${rangeOffset},${rangeLength},""${escapeString(text)}"",,${type}\n`\n }\n\n const editorFileName = getEditorFileName()\n return `${sequence},${time},""${editorFileName}"",${rangeOffset},${rangeLength},""${escapeString(text)}"",${getEditorLanguage()},${type}\n`\n}\n\n/**\n * Checks if the current file being edited is within the configured export path.\n * This is used to determine if the current file should be recorded or not.\n *\n * @returns {boolean} `true` if the current file is within the export path, `false` otherwise.\n */\nexport function isCurrentFileExported(): boolean {\n const editor = vscode.window.activeTextEditor\n const filename = editor?.document.fileName.replaceAll('\\', '/')\n const exportPath = getExportPath()\n if (!editor || !filename || !exportPath) {\n return false\n }\n return filename.startsWith(exportPath)\n}\n\nconst onChangeSubscription = vscode.workspace.onDidChangeTextDocument(event => {\n if (!recording.isRecording) {\n return\n }\n\n if (isCurrentFileExported()) {\n return\n }\n const editor = vscode.window.activeTextEditor\n if (editor && event.document === editor.document) {\n for (const change of event.contentChanges) {\n recording.sequence++\n addToFileQueue(\n buildCsvRow({\n sequence: recording.sequence,\n rangeOffset: change.rangeOffset,\n rangeLength: change.rangeLength,\n text: change.text,\n })\n )\n appendToFile()\n }\n }\n})\n\n/**\n * Creates the recording folder if it doesn't exist.\n * @param folderPath - The path to the recording folder.\n */\nfunction createRecordingFolder(folderPath: string): void {\n if (!fs.existsSync(folderPath)) {\n fs.mkdirSync(folderPath, { recursive: true })\n }\n}\n\n/**\n * Starts the recording process and initializes necessary variables.\n */\nexport async function startRecording(): Promise {\n if (recording.isRecording) {\n notificationWithProgress('Already recording')\n logToOutput('Already recording', 'info')\n return\n }\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n // If the setting is enabled and the path is inside the workspace, add it to .gitignore\n if (\n getConfig().get('export.addToGitignore') &&\n getConfig().get('export.exportPath')?.startsWith('${workspaceFolder}')\n ) {\n await addToGitignore()\n }\n\n recording.startDateTime = new Date()\n recording.activatedFiles = new Set()\n\n // Ask for folder name if enabled in settings\n let customFolderName: string | undefined\n if (getConfig().get('recording.askFolderName')) {\n customFolderName = await vscode.window.showInputBox({\n prompt: 'Enter a name for the recording folder',\n placeHolder: 'Enter recording folder name',\n })\n if (!customFolderName) {\n stopRecording(true)\n return\n }\n recording.customFolderName = customFolderName\n }\n\n const baseFilePath = generateBaseFilePath(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n stopRecording(true)\n return\n }\n\n // Create the recording folder\n const folderPath = path.dirname(path.join(exportPath, baseFilePath))\n createRecordingFolder(folderPath)\n\n recording.isRecording = true\n recording.timer = 0\n recording.endDateTime = null\n recording.sequence = 0\n panicButtonPressCount = 0 // Reset panic button counter for new recording\n accumulatedRemovedContent = [] // Clear accumulated content for new recording\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n panicButtonTimeoutId = undefined\n }\n intervalId = setInterval(() => {\n recording.timer++\n updateStatusBarItem()\n }, 1000)\n notificationWithProgress('Recording started')\n logToOutput('Recording started', 'info')\n\n // Only log initial editor content if there's an active text editor\n const editorText = vscode.window.activeTextEditor?.document.getText()\n const activeEditorUri = vscode.window.activeTextEditor?.document.uri.toString()\n\n if (editorText !== undefined && activeEditorUri) {\n recording.sequence++\n const csvRow = {\n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: editorText,\n type: ChangeType.TAB,\n }\n addToFileQueue(buildCsvRow({ ...csvRow, type: ChangeType.HEADING }))\n addToFileQueue(buildCsvRow(csvRow))\n appendToFile()\n recording.activatedFiles.add(activeEditorUri)\n actionsProvider.setCurrentFile(vscode.window.activeTextEditor?.document.fileName || '')\n } else {\n // If no active editor, just add the header row\n recording.sequence++\n addToFileQueue(buildCsvRow({ \n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: '',\n type: ChangeType.HEADING \n }))\n appendToFile()\n }\n\n extContext.subscriptions.push(onChangeSubscription)\n updateStatusBarItem()\n updatePanicButton()\n actionsProvider.setRecordingState(true)\n\n // Set up a timer to send data to the Lambda endpoint periodically\n uploadIntervalId = setInterval(async () => {\n if (!exportPath) {\n return;\n }\n \n if (typeof CROWD_CODE_API_GATEWAY_URL !== 'string' || !CROWD_CODE_API_GATEWAY_URL.trim()) {\n logToOutput(""CROWD_CODE_API_GATEWAY_URL must be a non-empty string. Please check your build configuration."", 'error');\n return;\n }\n\n // Only upload data if user has given consent\n if (!hasConsent()) {\n return;\n }\n\n const filePath = path.join(exportPath, `${baseFilePath}.csv`);\n const extensionVersion = extContext.extension.packageJSON.version as string;\n const userId = extContext.globalState.get('userId');\n\n try {\n const fileContent = await fs.promises.readFile(filePath, 'utf-8');\n\n if (fileContent) {\n const payload = {\n fileName: `${baseFilePath}.csv`,\n content: fileContent,\n version: extensionVersion,\n userId: userId\n };\n await axios.post(CROWD_CODE_API_GATEWAY_URL, payload);\n console.log(`Successfully sent ${payload.fileName} to Lambda endpoint.`);\n }\n } catch (error: any) {\n if (error.code === 'ENOENT') {\n console.warn(`File not found at ${filePath}. It might be created on first write.`);\n } else {\n console.error(`Error sending data to Lambda: ${error.message}`);\n if (axios.isAxiosError(error) && error.response) {\n console.error(""Lambda response status:"", error.response.status);\n console.error(""Lambda response data:"", error.response.data);\n }\n }\n }\n }, 5 * 60 * 1000); // 5 minutes\n}\n\n/**\n * Stops the recording process and finalizes the recording data.\n * @param context - The extension context.\n */\nexport function stopRecording(force = false): Promise | void {\n if (!recording.isRecording) {\n notificationWithProgress('Not recording')\n return\n }\n\n recording.isRecording = false\n clearInterval(intervalId)\n clearInterval(uploadIntervalId); // Clear the upload timer\n recording.timer = 0\n recording.activatedFiles?.clear()\n panicButtonPressCount = 0 // Reset panic button counter when recording stops\n accumulatedRemovedContent = [] // Clear accumulated content when recording stops\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n panicButtonTimeoutId = undefined\n }\n const index = extContext.subscriptions.indexOf(onChangeSubscription)\n if (index !== -1) {\n extContext.subscriptions.splice(index, 1)\n }\n updateStatusBarItem()\n updatePanicButton()\n actionsProvider.setRecordingState(false)\n if (force) {\n notificationWithProgress('Recording cancelled')\n logToOutput('Recording cancelled', 'info')\n recording.customFolderName = undefined\n return\n }\n notificationWithProgress('Recording finished')\n logToOutput('Recording finished', 'info')\n recording.endDateTime = new Date()\n return processCsvFile().then(() => {\n // Reset customFolderName after processing is complete\n recording.customFolderName = undefined\n }).catch(err => {\n logToOutput(`Error processing CSV file during stop: ${String(err)}`, 'error')\n recording.customFolderName = undefined\n });\n}\n\n/**\n * Appends data from the file queue to the appropriate file in the workspace.\n */\nexport async function appendToFile(): Promise {\n if (isAppending) {\n return\n }\n isAppending = true\n\n const exportPath = getExportPath()\n if (!exportPath) {\n logToOutput('Export path not available in appendToFile, stopping recording.', 'error')\n stopRecording(true)\n isAppending = false\n return\n }\n\n while (fileQueue.length > 0) {\n const itemToAppend = fileQueue.shift()\n if (!itemToAppend) {\n continue\n }\n\n const filePath = path.join(exportPath, itemToAppend.name)\n\n try {\n const directory = path.dirname(filePath)\n if (!fs.existsSync(directory)) {\n fs.mkdirSync(directory, { recursive: true })\n }\n await fs.promises.appendFile(filePath, itemToAppend.content)\n } catch (err) {\n logToOutput(\n `Failed to append to file ${filePath}: ${err}. Item dropped. Content: ${itemToAppend.content.substring(0, 100)}...`,\n 'error'\n )\n }\n }\n isAppending = false\n}\n\n/**\n * Appends an SRT line to the file queue for the previous change.\n *\n * This function is responsible for generating the SRT format line for the previous change and adding it to the file queue.\n * It checks if the SRT export format is enabled, and if so, it generates the SRT line for the previous change and adds it to the file queue.\n *\n * @param processedChanges - An array of processed changes.\n * @param i - The index of the current change in the processedChanges array.\n * @param exportInSrt - A boolean indicating whether the SRT export format is enabled.\n */\nfunction addToSRTFile(processedChanges: Change[], i: number, exportInSrt: boolean) {\n if (!exportInSrt) {\n return\n }\n if (i === 0) {\n return\n }\n addToFileQueue(\n addSrtLine(\n processedChanges[i - 1].sequence,\n processedChanges[i - 1].startTime,\n processedChanges[i - 1].endTime,\n JSON.stringify({\n text: processedChanges[i - 1].text,\n file: processedChanges[i - 1].file,\n language: processedChanges[i - 1].language,\n })\n ),\n 'srt',\n true\n )\n}\n\n/**\n * Returns the new text content based on the change type and the previous change.\n * @param type - The type of the change.\n * @param text - The text of the change.\n * @param previousChange - The previous change.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n */\nfunction getNewTextContent(\n type: string,\n text: string,\n previousChange: Change | null,\n rangeOffset: number,\n rangeLength: number\n): string {\n if (type === ChangeType.TAB) {\n return text\n }\n if (!previousChange) {\n return ''\n }\n return getUpdatedText(previousChange.text, rangeOffset, rangeLength, text)\n}\n\n/**\n * Processes a single CSV line and returns the processed change\n */\nasync function processCSVLine(line: string, previousChange: Change | null): Promise {\n const lineArr = line.split(/,(?=(?:[^""]*""[^""]*"")*[^""]*$)/)\n\n if (Number.isNaN(Number.parseInt(lineArr[0]))) {\n return null\n }\n\n const time = Number.parseInt(lineArr[1])\n const file = removeDoubleQuotes(lineArr[2])\n const rangeOffset = Number.parseInt(lineArr[3])\n const rangeLength = Number.parseInt(lineArr[4])\n const text = unescapeString(removeDoubleQuotes(lineArr[5]))\n const language = lineArr[6]\n const type = lineArr[7]\n\n const newText = getNewTextContent(type, text, previousChange, rangeOffset, rangeLength)\n\n /**\n * Skip exporting changes with the same values to the previous change.\n */\n if (\n previousChange &&\n time === previousChange.startTime &&\n file === previousChange.file &&\n newText === previousChange.text &&\n language === previousChange.language\n ) {\n return null\n }\n\n return {\n sequence: previousChange ? previousChange.sequence + 1 : 1,\n file,\n startTime: time,\n endTime: 0,\n language,\n text: newText,\n }\n}\n\n/**\n * Returns the updated text content based on the previous text, range offset, range length, and new text.\n * @param previousText - The previous text.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n * @param newText - The new text.\n */\nfunction getUpdatedText(\n previousText: string,\n rangeOffset: number,\n rangeLength: number,\n newText: string\n): string {\n const textArray = previousText.split('')\n textArray.splice(rangeOffset, rangeLength, newText)\n return textArray.join('')\n}\n\n/**\n * Processes the CSV file and generates the necessary output files.\n */\nasync function processCsvFile(): Promise {\n if (!validateRecordingState()) {\n return\n }\n\n const exportFormats = getConfig().get('export.exportFormats', [])\n if (exportFormats.length === 0) {\n logToOutput('No export formats specified', 'info')\n vscode.window.showWarningMessage('No export formats specified')\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n if (!recording.startDateTime) {\n return\n }\n\n // Use the same custom folder name for reading the source file\n const baseFilePathSource = generateBaseFilePath(\n recording.startDateTime,\n false,\n recording.customFolderName,\n sessionUuid\n )\n if (!baseFilePathSource) {\n return\n }\n\n const filePath = path.join(exportPath, `${baseFilePathSource}.csv`)\n\n try {\n if (!fs.existsSync(filePath)) {\n throw new Error(`Source file not found: ${filePath}`)\n }\n\n const processedChanges: Change[] = []\n\n const rl = readline.createInterface({\n input: fs.createReadStream(filePath),\n crlfDelay: Number.POSITIVE_INFINITY,\n })\n\n for await (const line of rl) {\n const previousChange = processedChanges[processedChanges.length - 1]\n const change = await processCSVLine(line, previousChange)\n\n if (change) {\n if (previousChange) {\n previousChange.endTime = change.startTime\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n processedChanges.push(change)\n }\n }\n\n rl.close();\n\n return finalizeRecording(processedChanges, exportFormats);\n\n } catch (err) {\n vscode.window.showErrorMessage(`Error processing recording: ${err}`)\n logToOutput('Error processing CSV file: ' + String(err), 'error')\n return Promise.resolve(); // Resolve even on error after showing message\n }\n}\n\nfunction validateRecordingState(): boolean {\n if (!vscode.workspace.workspaceFolders) {\n logToOutput(\n 'No workspace folder found. To process the recording is needed a workspace folder',\n 'error'\n )\n return false\n }\n if (!recording.endDateTime || !recording.startDateTime) {\n logToOutput('Recording date time is not properly set', 'error')\n return false\n }\n return true\n}\n\nfunction finalizeRecording(processedChanges: Change[], exportFormats: string[]): Promise {\n const lastChange = processedChanges[processedChanges.length - 1]\n if (lastChange && recording.endDateTime && recording.startDateTime) {\n lastChange.endTime = recording.endDateTime.getTime() - recording.startDateTime.getTime()\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n if (exportFormats.includes('JSON')) {\n addToFileQueue(JSON.stringify(processedChanges), 'json', true)\n }\n return appendToFile().then(() => {\n // Refresh the recordFiles view after export is complete\n vscode.commands.executeCommand('crowd-code.refreshRecordFiles')\n })\n}\n\n/**\n * Adds a line to the SRT file format.\n * @param sequence - The sequence number of the change.\n * @param start - The start time of the change.\n * @param end - The end time of the change.\n * @param text - The text of the change.\n * @returns A string representing a line in the SRT file format.\n */\nfunction addSrtLine(sequence: number, start: number, end: number, text: string): string {\n return `${sequence}\n${formatSrtTime(start)} --> ${formatSrtTime(end)}\n${text}\n\n`\n}\n\n/**\n * Adds content to the file queue.\n * @param content - The content to add.\n * @param fileExtension - The file extension (optional, defaults to 'csv').\n */\nexport function addToFileQueue(\n content: string | undefined,\n fileExtension = 'csv',\n isExport = false\n): void {\n if (!content) {\n return\n }\n if (!recording.startDateTime) {\n return\n }\n // Use the same custom name throughout the recording session\n const baseFilePath = generateBaseFilePath(recording.startDateTime, isExport, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n return\n }\n fileQueue.push({\n name: `${baseFilePath}.${fileExtension}`,\n content: content,\n })\n}\n\n/**\n * Updates the status bar item with the current recording status and time.\n */\nexport function updateStatusBarItem(): void {\n if (recording.isRecording) {\n if (getConfig().get('appearance.showTimer') === false) {\n statusBarItem.text = '$(debug-stop)'\n statusBarItem.tooltip = 'Current time: ' + formatDisplayTime(recording.timer)\n }\n if (getConfig().get('appearance.showTimer') === true) {\n statusBarItem.text = '$(debug-stop) ' + formatDisplayTime(recording.timer)\n statusBarItem.tooltip = 'Stop Recording'\n }\n statusBarItem.command = commands.stopRecording\n statusBarItem.show()\n } else {\n const editor = vscode.window.activeTextEditor\n if (!editor) {\n statusBarItem.hide()\n return\n }\n if (getConfig().get('appearance.minimalMode') === true) {\n statusBarItem.text = '$(circle-large-filled)'\n } else {\n statusBarItem.text = '$(circle-large-filled) Start Recording'\n }\n statusBarItem.tooltip = 'Start Recording'\n statusBarItem.command = commands.startRecording\n statusBarItem.show()\n }\n}\n\n/**\n * Creates and updates the panic button status bar item.\n */\nexport function updatePanicButton(): void {\n if (!recording.isRecording) {\n if (panicStatusBarItem) {\n panicStatusBarItem.hide()\n }\n return\n }\n\n // Create panic button if it doesn't exist\n if (!panicStatusBarItem) {\n panicStatusBarItem = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Right, 8999) // Position it to the left of the recording button\n extContext.subscriptions.push(panicStatusBarItem)\n }\n\n const secondsToRemove = (panicButtonPressCount + 1) * 10 // Show what the next press will remove\n panicStatusBarItem.text = '$(refresh)'\n panicStatusBarItem.tooltip = `Remove last ${secondsToRemove} seconds of recording (click again within 3 seconds to remove more)`\n panicStatusBarItem.command = commands.panicButton\n panicStatusBarItem.show()\n}\n\n/**\n * Deletes the last N seconds of recording data from the CSV file.\n * This is a ""panic button"" feature that allows users to quickly remove recent sensitive data.\n * Each successive press within 3 seconds removes more time: 10s, 20s, 30s, etc.\n * After 3 seconds of inactivity, the next press will be treated as a fresh press (10s).\n */\nexport async function panicButton(): Promise {\n if (!recording.isRecording) {\n vscode.window.showWarningMessage('No active recording to remove data from')\n logToOutput('No active recording to remove data from', 'info')\n return\n }\n\n if (!recording.startDateTime) {\n vscode.window.showErrorMessage('Recording start time not available')\n logToOutput('Recording start time not available', 'error')\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n vscode.window.showErrorMessage('Export path not available')\n logToOutput('Export path not available', 'error')\n return\n }\n\n const baseFilePath = generateBaseFilePath(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!baseFilePath) {\n vscode.window.showErrorMessage('Could not generate file path')\n logToOutput('Could not generate file path', 'error')\n return\n }\n\n const filePath = path.join(exportPath, `${baseFilePath}.csv`)\n\n try {\n // Check if file exists\n if (!fs.existsSync(filePath)) {\n vscode.window.showWarningMessage('No recording file found to remove data from')\n logToOutput('No recording file found to remove data from', 'info')\n return\n }\n\n // Read the file\n const content = fs.readFileSync(filePath, 'utf-8')\n const lines = content.split('\n')\n \n if (lines.length <= 1) {\n vscode.window.showWarningMessage('Recording file is empty, nothing to remove')\n logToOutput('Recording file is empty, nothing to remove', 'info')\n return\n }\n\n // Calculate how many lines to remove (10 seconds per press)\n const linesToRemove = Math.min((panicButtonPressCount + 1) * 10, lines.length - 1)\n const newLines = lines.slice(0, lines.length - linesToRemove)\n \n // Capture the lines that will be removed for display\n const removedLines = lines.slice(lines.length - linesToRemove)\n\n // Write back to file\n fs.writeFileSync(filePath, newLines.join('\n'))\n\n // Update panic button state\n panicButtonPressCount++\n \n // Set up timeout to reset the counter after 3 seconds of inactivity\n if (panicButtonTimeoutId) {\n clearTimeout(panicButtonTimeoutId)\n }\n panicButtonTimeoutId = setTimeout(() => {\n panicButtonPressCount = 0\n accumulatedRemovedContent = [] // Clear accumulated content\n updatePanicButton()\n }, PANIC_BUTTON_TIMEOUT)\n \n updatePanicButton()\n\n const secondsToRemove = panicButtonPressCount * 10\n const actualLinesRemoved = lines.length - newLines.length\n \n // Accumulate removed content and show immediate popup\n if (removedLines.length > 0) {\n const nonEmptyLines = removedLines.filter(line => line.trim())\n if (nonEmptyLines.length > 0) {\n // Create a simple, readable summary of removed content\n const contentSummary = nonEmptyLines.map(line => {\n // Extract just the text content from CSV for cleaner display\n const parts = line.split(',')\n if (parts.length >= 6) {\n const textContent = parts[5].replace(/^""|""$/g, '') // Remove quotes\n // Clean up common escape sequences\n const cleanText = textContent\n .replace(/\\n/g, '\n')\n .replace(/\\t/g, '\t')\n .replace(/\\r/g, '\r')\n return { content: cleanText, sequence: Number.parseInt(parts[0]) }\n }\n return { content: line, sequence: Number.parseInt(line.split(',')[0]) }\n }).filter(item => item.content.trim().length > 0)\n \n // Add to accumulated content\n accumulatedRemovedContent.push(...contentSummary)\n \n // Sort by sequence number to show in original file order\n const sortedContent = accumulatedRemovedContent.sort((a, b) => a.sequence - b.sequence)\n \n // Show immediate popup with accumulated content\n const totalContent = sortedContent.map(item => item.content).join(' ')\n const summaryText = totalContent.length > 100 \n ? totalContent.substring(0, 100) + '...' \n : totalContent\n \n vscode.window.showInformationMessage(\n `Removed content: ""${summaryText}""`,\n 'Dismiss'\n )\n }\n }\n\n } catch (error) {\n const errorMessage = `Error during panic button operation: ${error}`\n vscode.window.showErrorMessage(errorMessage)\n logToOutput(errorMessage, 'error')\n }\n}",typescript,tab +2,229309,"src/recording.ts",8711,0,"",typescript,selection_mouse diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-98469f8a-b7a1-4997-8c1b-664c4f92dfac1751019295411-2025_06_27-12.14.59.339/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-98469f8a-b7a1-4997-8c1b-664c4f92dfac1751019295411-2025_06_27-12.14.59.339/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..a9d253acf7540511dd3c6c71f7912c7e254eb372 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-98469f8a-b7a1-4997-8c1b-664c4f92dfac1751019295411-2025_06_27-12.14.59.339/source.csv @@ -0,0 +1,871 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,3,"bot.py",0,0,"import discord\nimport os\nfrom google import genai\n\nDISCORD_TOKEN = os.environ.get('DISCORD_TOKEN')\nGEMINI_API_KEY = os.environ.get('GEMINI_API_KEY')\n\nintents = discord.Intents.default()\nintents.message_content = False # Must be True to read message content for mentions\nclient = discord.Client(intents=intents)\ngoogle_client = genai.Client()\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = await message.reply(cleaned_response, mention_author=False)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,tab +2,212,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"12:14:59 PM [info] Activating crowd-code\n12:14:59 PM [info] Recording started\n12:14:59 PM [info] Initializing git provider using file system watchers...\n12:14:59 PM [error] Not a git repository: EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, stat '/home/maharajamihir/Projects/sandbox/dc-bot/.git'\n",Log,tab +3,347,"bot.py",0,0,"",python,tab +4,350,"bot.py",840,0,"",python,selection_mouse +5,441,"TERMINAL",0,0,"/bin/python3 /home/maharajamihir/.cursor/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /home/maharajamihir/.cursor/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +6,446,"TERMINAL",0,0,"]633;E;/bin/python3 /home/maharajamihir/.cursor/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /home/maharajamihir/.cursor/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;bfa1f4ed-1abe-48e6-a3eb-b973865ba3fc]633;C",,terminal_output +7,3578,"TERMINAL",0,0,"",,terminal_focus +8,14887,"bot.py",850,0,"",python,selection_mouse +9,14895,"bot.py",849,0,"",python,selection_command +10,31023,"bot.py",1343,0,"",python,selection_mouse +11,31035,"bot.py",1342,0,"",python,selection_command +12,36289,"bot.py",3444,0,"",python,selection_mouse +13,36431,"bot.py",3437,12,"sent_message",python,selection_mouse +14,37059,"bot.py",3457,0,"",python,selection_mouse +15,37393,"bot.py",3452,5,"await",python,selection_mouse +16,37599,"bot.py",3452,6,"await ",python,selection_mouse +17,37625,"bot.py",3452,13,"await message",python,selection_mouse +18,37687,"bot.py",3452,14,"await message.",python,selection_mouse +19,37707,"bot.py",3452,19,"await message.reply",python,selection_mouse +20,37753,"bot.py",3452,20,"await message.reply(",python,selection_mouse +21,37787,"bot.py",3452,36,"await message.reply(cleaned_response",python,selection_mouse +22,38038,"bot.py",3452,37,"await message.reply(cleaned_response,",python,selection_mouse +23,38057,"bot.py",3452,38,"await message.reply(cleaned_response, ",python,selection_mouse +24,38074,"bot.py",3452,52,"await message.reply(cleaned_response, mention_author",python,selection_mouse +25,38188,"bot.py",3452,60,"await message.reply(cleaned_response, mention_author=False)\n",python,selection_mouse +26,38575,"bot.py",3512,0,"",python,selection_mouse +27,39133,"bot.py",3508,0,"",python,selection_mouse +28,39269,"bot.py",3505,5,"False",python,selection_mouse +29,40012,"bot.py",3495,0,"",python,selection_mouse +30,40153,"bot.py",3490,14,"mention_author",python,selection_mouse +31,40947,"bot.py",3479,0,"",python,selection_mouse +32,41066,"bot.py",3472,16,"cleaned_response",python,selection_mouse +33,41879,"bot.py",3462,0,"",python,selection_mouse +34,42015,"bot.py",3458,7,"message",python,selection_mouse +35,42810,"bot.py",3442,0,"",python,selection_mouse +36,44200,"bot.py",3375,0,"",python,selection_mouse +37,45127,"bot.py",3448,0,"",python,selection_mouse +38,45956,"bot.py",3373,0,"",python,selection_mouse +39,46601,"bot.py",3512,0,"",python,selection_mouse +40,47368,"bot.py",3447,0,"",python,selection_mouse +41,48115,"bot.py",3512,0,"",python,selection_mouse +42,48571,"bot.py",3437,75,"sent_message = await message.reply(cleaned_response, mention_author=False)\n",python,selection_mouse +43,48967,"bot.py",3444,0,"",python,selection_mouse +44,48976,"bot.py",3437,12,"sent_message",python,selection_mouse +45,49886,"bot.py",3441,0,"",python,selection_mouse +46,49895,"bot.py",3437,12,"sent_message",python,selection_mouse +47,50653,"bot.py",3441,0,"",python,selection_mouse +48,51263,"bot.py",3437,12,"sent_message",python,selection_mouse +49,52185,"bot.py",3456,0,"",python,selection_mouse +50,52815,"bot.py",3451,0,"",python,selection_mouse +51,53494,"bot.py",3512,0,"",python,selection_mouse +52,54385,"bot.py",3311,0,"",python,selection_mouse +53,56166,"bot.py",3362,0,"\n ",python,content +54,56329,"bot.py",3367,0,"p",python,content +55,56331,"bot.py",3368,0,"",python,selection_keyboard +56,56406,"bot.py",3368,0,"r",python,content +57,56409,"bot.py",3369,0,"",python,selection_keyboard +58,56570,"bot.py",3369,0,"i",python,content +59,56572,"bot.py",3370,0,"",python,selection_keyboard +60,56679,"bot.py",3370,0,"n",python,content +61,56682,"bot.py",3371,0,"",python,selection_keyboard +62,57448,"bot.py",3370,1,"",python,content +63,57586,"bot.py",3369,1,"",python,content +64,57704,"bot.py",3368,1,"",python,content +65,58034,"bot.py",3367,1,"",python,content +66,64607,"bot.py",3363,0,"",python,selection_command +67,65980,"bot.py",3363,0," print(""Reactions:"", reactions)\n",python,content +68,66014,"bot.py",3398,0," print(""Cleaned response:"", cleaned_response)\n",python,content +69,66029,"bot.py",3447,5,"",python,content +70,79759,"TERMINAL",0,0,"python bot.py",,terminal_command +71,79810,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +72,80346,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:16:19 INFO  discord.client logging in using static token\r\n",,terminal_output +73,81681,"TERMINAL",0,0,"2025-06-27 12:16:20 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: f27ec09f8a36534218f713fafdbff40a).\r\n",,terminal_output +74,83684,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +75,107499,"TERMINAL",0,0,"Reactions: ['💡', '✅', '🤖']\r\nCleaned response: Hey there, <@1387740709569957988>! I'm glad to help you understand the full scope of what I, or a helpful Discord bot like me, can do. Here's an exhaustive list of tasks, categorized by complexity: ### **Beginner Level Tasks** These are fundamental and often the first capabilities a bot develops. * **Welcome New Members:** Automatically greet new users, provide server rules, or direct them to an introduction channel. * **Basic Information Retrieval:** Respond to simple queries like current time, date, or fetching basic definitions. * **Fun Commands:** Execute simple, entertaining commands such as dice rolls, coin flips, or telling pre-set jokes. * **Simple Moderation:** Basic actions like kicking or banning users (with appropriate permissions) and logging these actions. * **Role Assignment:** Allow users to self-assign specific roles by reacting to messages or using commands. * **Server Statistics:** Provide quick access to server information, like member count, online users, or channel counts. * **Basic Polls:** Create simple ""yes/no"" or multiple-choice polls with fixed options. * **Reminders:** Set simple one-time reminders for specific messages or events. ### **Intermediate Level Tasks** These tasks involve more complex logic, interaction with external services, or persistent data. * **Advanced Moderation:** Implement actions like muting, warning systems, clearing message history, and detailed moderation logging. * **Music Playback:** Join voice channels and play audio from various sources (e.g., YouTube, Spotify) with queue management. * **API Integrations:** Fetch and display real-time data from external APIs, such as weather forecasts, stock prices, news headlines, or game stats. * **Custom Commands:** Allow server administrators or users to create their own simple text-based commands. * **Leveling & XP Systems:** Track user activity (messages, voice time) and assign experience points, leading to levels and role rewards. * **Embed Creation:** Generate rich, formatted messages with titles, descriptions, images, and fields for better presentation. * **Event Scheduling:** Help organize and announce server events with countdowns and reminders. * **Ticket Systems:** Create private support channels for users to get assistance from moderators or staff. * **Language Translation:** Translate messages on demand or automatically for specific channels. * **Giveaway Hosting:** Manage giveaways, including picking random winners and sending prize notifications. ### **Expert Level Tasks** These capabilities often involve advanced programming, artificial intelligence, deep database interactions, and sophisticated integrations. * **Natural Language Processing (NLP):** Understand complex user queries, perform sentiment analysis, or engage in more natural, conversational interactions. * **AI-driven Content Generation:** Summarize lengthy articles, generate creative text, or provide smart responses based on context. * **Machine Learning Predictions:** Identify and predict patterns (e.g., spam, phishing, user behavior) beyond simple keyword matching, using trained models. * **Advanced Game Integrations:** Interact deeply with game APIs for live match data, player lookups with detailed stats, or even host mini-games within Discord. * **Dynamic Content Feeds:** Provide real-time, customizable feeds from multiple sources (RSS, Twitter, specific forums) with intelligent filtering and aggregation. * **Sophisticated Database Management:** Store and retrieve complex user profiles, server-specific configurations, historical logs, and user-generated content for advanced features. * **Automated Content Moderation (AI-powered):** Proactively detect and flag inappropriate content (images, text, voice) using AI models, reducing manual review. * **Personalized User Experiences:** Offer custom dashboards, tailored notifications, or unique interactions based on individual user preferences, roles, and activity history. * **Cross-platform Integrations:** Seamlessly connect Discord to other platforms like Twitch, Patreon, GitHub, or Trello for unified management and automation. * **Voice-to-Text / Text-to-Voice:** Transcribe voice channel audio into text or read text messages aloud in a voice channel. * **Complex Webhook Management:** Create and manage highly customized webhooks for intricate data flows between Discord and other services. I'm here to make your Discord experience better, and these are just some of the ways I can do it!\r\n",,terminal_output +76,108170,"TERMINAL",0,0,"2025-06-27 12:16:47 ERROR  discord.client Ignoring exception in on_message\r\nTraceback (most recent call last):\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/client.py"", line 481, in _run_event\r\n await coro(*args, **kwargs)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/bot.py"", line 95, in on_message\r\n sent_message = await message.reply(cleaned_response, mention_author=False)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/message.py"", line 1869, in reply\r\n return await self.channel.send(content, reference=self, **kwargs)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/abc.py"", line 1644, in send\r\n data = await state.http.send_message(channel.id, params=params)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/http.py"", line 762, in request\r\n raise HTTPException(response, data)\r\ndiscord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body\r\nIn content: Must be 4000 or fewer in length.\r\n",,terminal_output +77,138172,"bot.py",1052,0,"",python,selection_mouse +78,138705,"bot.py",920,0,"",python,selection_mouse +79,139261,"bot.py",1030,0,"",python,selection_mouse +80,142435,"bot.py",535,0,"",python,selection_mouse +81,143490,"bot.py",534,0,"",python,selection_command +82,145641,"bot.py",619,0,"",python,selection_mouse +83,146982,"bot.py",587,0,"",python,selection_mouse +84,147254,"bot.py",535,52,"\n ""You can reply to users and also react ",python,selection_mouse +85,147426,"bot.py",535,0,"",python,selection_mouse +86,149019,"bot.py",988,0,"",python,selection_mouse +87,150609,"bot.py",988,0,"^",python,content +88,150612,"bot.py",989,0,"",python,selection_keyboard +89,151415,"bot.py",988,1,"",python,content +90,151418,"bot.py",988,0,"",python,selection_keyboard +91,151601,"bot.py",987,0,"",python,selection_command +92,152704,"bot.py",1042,0,"\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""",python,content +93,152716,"bot.py",1055,0,"",python,selection_command +94,153221,"bot.py",1056,0,"",python,selection_command +95,154604,"bot.py",1056,5,"",python,content +96,154873,"bot.py",1056,4,"",python,content +97,155164,"bot.py",1056,4,"",python,content +98,155504,"bot.py",1056,1,"",python,content +99,155818,"bot.py",1056,9,"",python,content +100,156160,"bot.py",1056,7,"",python,content +101,156508,"bot.py",1056,7,"",python,content +102,156809,"bot.py",1056,3,"",python,content +103,157140,"bot.py",1056,8,"",python,content +104,157435,"bot.py",1056,9,"",python,content +105,157776,"bot.py",1056,2,"",python,content +106,158063,"bot.py",1056,4,"",python,content +107,158396,"bot.py",1056,3,"",python,content +108,158719,"bot.py",1056,4,"",python,content +109,159063,"bot.py",1056,8,"",python,content +110,159425,"bot.py",1056,5,"",python,content +111,159826,"bot.py",1056,12,"",python,content +112,160194,"bot.py",1056,3,"",python,content +113,160636,"bot.py",1056,4,"",python,content +114,161127,"bot.py",1056,4,"",python,content +115,162419,"bot.py",1056,0,"K",python,content +116,162422,"bot.py",1057,0,"",python,selection_keyboard +117,162578,"bot.py",1057,0,"e",python,content +118,162580,"bot.py",1058,0,"",python,selection_keyboard +119,162745,"bot.py",1058,0,"e",python,content +120,162746,"bot.py",1059,0,"",python,selection_keyboard +121,162817,"bot.py",1059,0,"p",python,content +122,162819,"bot.py",1060,0,"",python,selection_keyboard +123,162927,"bot.py",1060,0," ",python,content +124,162928,"bot.py",1061,0,"",python,selection_keyboard +125,163066,"bot.py",1061,0,"y",python,content +126,163068,"bot.py",1062,0,"",python,selection_keyboard +127,163149,"bot.py",1062,0,"o",python,content +128,163150,"bot.py",1063,0,"",python,selection_keyboard +129,163278,"bot.py",1063,0,"u",python,content +130,163282,"bot.py",1064,0,"",python,selection_keyboard +131,163384,"bot.py",1064,0,"r",python,content +132,163385,"bot.py",1065,0,"",python,selection_keyboard +133,163582,"bot.py",1065,0," ",python,content +134,163585,"bot.py",1066,0,"",python,selection_keyboard +135,163773,"bot.py",1066,0,"a",python,content +136,163776,"bot.py",1067,0,"",python,selection_keyboard +137,163885,"bot.py",1067,0,"n",python,content +138,163888,"bot.py",1068,0,"",python,selection_keyboard +139,164016,"bot.py",1068,0,"s",python,content +140,164018,"bot.py",1069,0,"",python,selection_keyboard +141,164187,"bot.py",1069,0,"w",python,content +142,164188,"bot.py",1070,0,"",python,selection_keyboard +143,164317,"bot.py",1070,0,"e",python,content +144,164318,"bot.py",1071,0,"",python,selection_keyboard +145,164477,"bot.py",1071,0,"r",python,content +146,164479,"bot.py",1072,0,"",python,selection_keyboard +147,164672,"bot.py",1072,0,"s",python,content +148,164674,"bot.py",1073,0,"",python,selection_keyboard +149,164783,"bot.py",1073,0," ",python,content +150,164785,"bot.py",1074,0,"",python,selection_keyboard +151,165044,"bot.py",1074,0,"e",python,content +152,165046,"bot.py",1075,0,"",python,selection_keyboard +153,165239,"bot.py",1075,0,"x",python,content +154,165241,"bot.py",1076,0,"",python,selection_keyboard +155,165434,"bot.py",1076,0,"t",python,content +156,165437,"bot.py",1077,0,"",python,selection_keyboard +157,165573,"bot.py",1077,0,"r",python,content +158,165574,"bot.py",1078,0,"",python,selection_keyboard +159,165728,"bot.py",1078,0,"e",python,content +160,165731,"bot.py",1079,0,"",python,selection_keyboard +161,165878,"bot.py",1079,0,"m",python,content +162,165881,"bot.py",1080,0,"",python,selection_keyboard +163,166048,"bot.py",1080,0,"e",python,content +164,166050,"bot.py",1081,0,"",python,selection_keyboard +165,166182,"bot.py",1081,0,"l",python,content +166,166184,"bot.py",1082,0,"",python,selection_keyboard +167,166810,"bot.py",1074,8,"",python,content +168,167230,"bot.py",1074,0,"s",python,content +169,167232,"bot.py",1075,0,"",python,selection_keyboard +170,167359,"bot.py",1075,0,"h",python,content +171,167362,"bot.py",1076,0,"",python,selection_keyboard +172,167544,"bot.py",1076,0,"o",python,content +173,167546,"bot.py",1077,0,"",python,selection_keyboard +174,167697,"bot.py",1077,0,"r",python,content +175,167700,"bot.py",1078,0,"",python,selection_keyboard +176,167895,"bot.py",1078,0,"t",python,content +177,167897,"bot.py",1079,0,"",python,selection_keyboard +178,171035,"bot.py",1079,0,".",python,content +179,171037,"bot.py",1080,0,"",python,selection_keyboard +180,172393,"bot.py",1080,0," ",python,content +181,172395,"bot.py",1081,0,"",python,selection_keyboard +182,172663,"bot.py",1081,0,"D",python,content +183,172665,"bot.py",1082,0,"",python,selection_keyboard +184,172824,"bot.py",1082,0,"i",python,content +185,172827,"bot.py",1083,0,"",python,selection_keyboard +186,172983,"bot.py",1083,0,"s",python,content +187,172985,"bot.py",1084,0,"",python,selection_keyboard +188,173111,"bot.py",1084,0,"c",python,content +189,173113,"bot.py",1085,0,"",python,selection_keyboard +190,173256,"bot.py",1085,0,"o",python,content +191,173258,"bot.py",1086,0,"",python,selection_keyboard +192,173360,"bot.py",1086,0,"r",python,content +193,173362,"bot.py",1087,0,"",python,selection_keyboard +194,173543,"bot.py",1087,0,"d",python,content +195,173546,"bot.py",1088,0,"",python,selection_keyboard +196,173600,"bot.py",1088,0," ",python,content +197,173602,"bot.py",1089,0,"",python,selection_keyboard +198,173767,"bot.py",1089,0,"h",python,content +199,173769,"bot.py",1090,0,"",python,selection_keyboard +200,173785,"bot.py",1090,0,"a",python,content +201,173787,"bot.py",1091,0,"",python,selection_keyboard +202,173917,"bot.py",1091,0,"s",python,content +203,173919,"bot.py",1092,0,"",python,selection_keyboard +204,173981,"bot.py",1092,0," ",python,content +205,173983,"bot.py",1093,0,"",python,selection_keyboard +206,174143,"bot.py",1093,0,"a",python,content +207,174145,"bot.py",1094,0,"",python,selection_keyboard +208,174220,"bot.py",1094,0," ",python,content +209,174222,"bot.py",1095,0,"",python,selection_keyboard +210,174349,"bot.py",1095,0,"l",python,content +211,174351,"bot.py",1096,0,"",python,selection_keyboard +212,174546,"bot.py",1096,0,"i",python,content +213,174547,"bot.py",1097,0,"",python,selection_keyboard +214,174621,"bot.py",1097,0,"m",python,content +215,174623,"bot.py",1098,0,"",python,selection_keyboard +216,174779,"bot.py",1098,0,"i",python,content +217,174782,"bot.py",1099,0,"",python,selection_keyboard +218,174882,"bot.py",1099,0,"t",python,content +219,174883,"bot.py",1100,0,"",python,selection_keyboard +220,175000,"bot.py",1100,0," ",python,content +221,175003,"bot.py",1101,0,"",python,selection_keyboard +222,176202,"bot.py",1101,0,"o",python,content +223,176204,"bot.py",1102,0,"",python,selection_keyboard +224,176280,"bot.py",1102,0,"f",python,content +225,176282,"bot.py",1103,0,"",python,selection_keyboard +226,176369,"bot.py",1103,0," ",python,content +227,176372,"bot.py",1104,0,"",python,selection_keyboard +228,177036,"bot.py",1104,0,"4",python,content +229,177039,"bot.py",1105,0,"",python,selection_keyboard +230,177096,"bot.py",1105,0,"0",python,content +231,177098,"bot.py",1106,0,"",python,selection_keyboard +232,177226,"bot.py",1106,0,"0",python,content +233,177228,"bot.py",1107,0,"",python,selection_keyboard +234,177713,"bot.py",1107,0,"0",python,content +235,177716,"bot.py",1108,0,"",python,selection_keyboard +236,177957,"bot.py",1108,0," ",python,content +237,177959,"bot.py",1109,0,"",python,selection_keyboard +238,178197,"bot.py",1109,0,"c",python,content +239,178200,"bot.py",1110,0,"",python,selection_keyboard +240,178301,"bot.py",1110,0,"h",python,content +241,178302,"bot.py",1111,0,"",python,selection_keyboard +242,178382,"bot.py",1111,0,"a",python,content +243,178386,"bot.py",1112,0,"",python,selection_keyboard +244,178576,"bot.py",1112,0,"r",python,content +245,178577,"bot.py",1113,0,"",python,selection_keyboard +246,178762,"bot.py",1113,0,"a",python,content +247,178764,"bot.py",1114,0,"",python,selection_keyboard +248,178901,"bot.py",1114,0,"c",python,content +249,178902,"bot.py",1115,0,"",python,selection_keyboard +250,179086,"bot.py",1115,0,"t",python,content +251,179089,"bot.py",1116,0,"",python,selection_keyboard +252,179218,"bot.py",1116,0,"e",python,content +253,179221,"bot.py",1117,0,"",python,selection_keyboard +254,179267,"bot.py",1117,0,"r",python,content +255,179269,"bot.py",1118,0,"",python,selection_keyboard +256,179452,"bot.py",1118,0,"s",python,content +257,179455,"bot.py",1119,0,"",python,selection_keyboard +258,180321,"bot.py",1119,0,"!",python,content +259,180323,"bot.py",1120,0,"",python,selection_keyboard +260,181613,"bot.py",1119,1,"",python,content +261,182392,"bot.py",1119,0,"!",python,content +262,182395,"bot.py",1120,0,"",python,selection_keyboard +263,182549,"bot.py",1120,0," ",python,content +264,182552,"bot.py",1121,0,"",python,selection_keyboard +265,183171,"bot.py",1121,0,"Y",python,content +266,183173,"bot.py",1122,0,"",python,selection_keyboard +267,183363,"bot.py",1122,0,"o",python,content +268,183366,"bot.py",1123,0,"",python,selection_keyboard +269,183472,"bot.py",1123,0,"u",python,content +270,183475,"bot.py",1124,0,"",python,selection_keyboard +271,183581,"bot.py",1124,0," ",python,content +272,183582,"bot.py",1125,0,"",python,selection_keyboard +273,183699,"bot.py",1125,0,"w",python,content +274,183702,"bot.py",1126,0,"",python,selection_keyboard +275,183870,"bot.py",1126,0,"i",python,content +276,183872,"bot.py",1127,0,"",python,selection_keyboard +277,184032,"bot.py",1127,0,"l",python,content +278,184034,"bot.py",1128,0,"",python,selection_keyboard +279,184157,"bot.py",1128,0,"l",python,content +280,184159,"bot.py",1129,0,"",python,selection_keyboard +281,184235,"bot.py",1129,0," ",python,content +282,184237,"bot.py",1130,0,"",python,selection_keyboard +283,184372,"bot.py",1130,0,"b",python,content +284,184373,"bot.py",1131,0,"",python,selection_keyboard +285,184488,"bot.py",1131,0,"e",python,content +286,184490,"bot.py",1132,0,"",python,selection_keyboard +287,184572,"bot.py",1132,0," ",python,content +288,184575,"bot.py",1133,0,"",python,selection_keyboard +289,184732,"bot.py",1133,0,"s",python,content +290,184734,"bot.py",1134,0,"",python,selection_keyboard +291,184921,"bot.py",1134,0,"e",python,content +292,184924,"bot.py",1135,0,"",python,selection_keyboard +293,185117,"bot.py",1135,0,"v",python,content +294,185119,"bot.py",1136,0,"",python,selection_keyboard +295,185271,"bot.py",1136,0,"e",python,content +296,185274,"bot.py",1137,0,"",python,selection_keyboard +297,185416,"bot.py",1137,0,"r",python,content +298,185419,"bot.py",1138,0,"",python,selection_keyboard +299,185821,"bot.py",1138,0,"e",python,content +300,185824,"bot.py",1139,0,"",python,selection_keyboard +301,186801,"bot.py",1139,0,"l",python,content +302,186804,"bot.py",1140,0,"",python,selection_keyboard +303,186858,"bot.py",1140,0,"y",python,content +304,186859,"bot.py",1141,0,"",python,selection_keyboard +305,186950,"bot.py",1141,0," ",python,content +306,186953,"bot.py",1142,0,"",python,selection_keyboard +307,187140,"bot.py",1142,0,"p",python,content +308,187141,"bot.py",1143,0,"",python,selection_keyboard +309,187380,"bot.py",1143,0,"u",python,content +310,187383,"bot.py",1144,0,"",python,selection_keyboard +311,187471,"bot.py",1144,0,"n",python,content +312,187473,"bot.py",1145,0,"",python,selection_keyboard +313,188141,"bot.py",1145,0,"i",python,content +314,188144,"bot.py",1146,0,"",python,selection_keyboard +315,188292,"bot.py",1146,0,"s",python,content +316,188295,"bot.py",1147,0,"",python,selection_keyboard +317,188404,"bot.py",1147,0,"h",python,content +318,188405,"bot.py",1148,0,"",python,selection_keyboard +319,188539,"bot.py",1148,0,"e",python,content +320,188541,"bot.py",1149,0,"",python,selection_keyboard +321,188646,"bot.py",1149,0,"d",python,content +322,188648,"bot.py",1150,0,"",python,selection_keyboard +323,188706,"bot.py",1150,0," ",python,content +324,188709,"bot.py",1151,0,"",python,selection_keyboard +325,188980,"bot.py",1151,0,"i",python,content +326,188982,"bot.py",1152,0,"",python,selection_keyboard +327,189177,"bot.py",1152,0,"f",python,content +328,189180,"bot.py",1153,0,"",python,selection_keyboard +329,189295,"bot.py",1153,0," ",python,content +330,189298,"bot.py",1154,0,"",python,selection_keyboard +331,189445,"bot.py",1154,0,"y",python,content +332,189448,"bot.py",1155,0,"",python,selection_keyboard +333,189502,"bot.py",1155,0,"o",python,content +334,189505,"bot.py",1156,0,"",python,selection_keyboard +335,189578,"bot.py",1156,0,"u",python,content +336,189581,"bot.py",1157,0,"",python,selection_keyboard +337,189775,"bot.py",1157,0,"e",python,content +338,189777,"bot.py",1158,0,"",python,selection_keyboard +339,190245,"bot.py",1157,1,"",python,content +340,190349,"bot.py",1157,0," ",python,content +341,190352,"bot.py",1158,0,"",python,selection_keyboard +342,190468,"bot.py",1158,0,"e",python,content +343,190470,"bot.py",1159,0,"",python,selection_keyboard +344,190742,"bot.py",1159,0,"x",python,content +345,190744,"bot.py",1160,0,"",python,selection_keyboard +346,191096,"bot.py",1160,0,"c",python,content +347,191097,"bot.py",1161,0,"",python,selection_keyboard +348,191328,"bot.py",1161,0,"e",python,content +349,191329,"bot.py",1162,0,"",python,selection_keyboard +350,191490,"bot.py",1162,0,"e",python,content +351,191491,"bot.py",1163,0,"",python,selection_keyboard +352,191595,"bot.py",1163,0,"d",python,content +353,191598,"bot.py",1164,0,"",python,selection_keyboard +354,191747,"bot.py",1164,0," ",python,content +355,191751,"bot.py",1165,0,"",python,selection_keyboard +356,191886,"bot.py",1165,0,"t",python,content +357,191887,"bot.py",1166,0,"",python,selection_keyboard +358,191979,"bot.py",1166,0,"h",python,content +359,191981,"bot.py",1167,0,"",python,selection_keyboard +360,192079,"bot.py",1167,0,"e",python,content +361,192082,"bot.py",1168,0,"",python,selection_keyboard +362,192150,"bot.py",1168,0," ",python,content +363,192153,"bot.py",1169,0,"",python,selection_keyboard +364,192325,"bot.py",1169,0,"d",python,content +365,192329,"bot.py",1170,0,"",python,selection_keyboard +366,192453,"bot.py",1170,0,"i",python,content +367,192456,"bot.py",1171,0,"",python,selection_keyboard +368,192564,"bot.py",1171,0,"s",python,content +369,192566,"bot.py",1172,0,"",python,selection_keyboard +370,192678,"bot.py",1172,0,"c",python,content +371,192680,"bot.py",1173,0,"",python,selection_keyboard +372,192928,"bot.py",1173,0,"r",python,content +373,192931,"bot.py",1174,0,"",python,selection_keyboard +374,192991,"bot.py",1174,0,"o",python,content +375,192992,"bot.py",1175,0,"",python,selection_keyboard +376,193287,"bot.py",1174,1,"",python,content +377,193407,"bot.py",1173,1,"",python,content +378,193572,"bot.py",1173,0,"o",python,content +379,193573,"bot.py",1174,0,"",python,selection_keyboard +380,193697,"bot.py",1174,0,"r",python,content +381,193701,"bot.py",1175,0,"",python,selection_keyboard +382,193857,"bot.py",1175,0,"d",python,content +383,193859,"bot.py",1176,0,"",python,selection_keyboard +384,193962,"bot.py",1176,0," ",python,content +385,193965,"bot.py",1177,0,"",python,selection_keyboard +386,194093,"bot.py",1177,0,"l",python,content +387,194095,"bot.py",1178,0,"",python,selection_keyboard +388,194308,"bot.py",1178,0,"i",python,content +389,194309,"bot.py",1179,0,"",python,selection_keyboard +390,194358,"bot.py",1179,0,"m",python,content +391,194359,"bot.py",1180,0,"",python,selection_keyboard +392,194478,"bot.py",1180,0,"i",python,content +393,194480,"bot.py",1181,0,"",python,selection_keyboard +394,194595,"bot.py",1181,0,"t",python,content +395,194597,"bot.py",1182,0,"",python,selection_keyboard +396,196458,"bot.py",1119,0,"",python,selection_mouse +397,196833,"bot.py",1119,0," ",python,content +398,196836,"bot.py",1120,0,"",python,selection_keyboard +399,197006,"bot.py",1120,0,"p",python,content +400,197009,"bot.py",1121,0,"",python,selection_keyboard +401,197126,"bot.py",1121,0,"r",python,content +402,197128,"bot.py",1122,0,"",python,selection_keyboard +403,197305,"bot.py",1122,0,"e",python,content +404,197307,"bot.py",1123,0,"",python,selection_keyboard +405,197362,"bot.py",1123,0,"r",python,content +406,197364,"bot.py",1124,0,"",python,selection_keyboard +407,197426,"bot.py",1124,0," ",python,content +408,197428,"bot.py",1125,0,"",python,selection_keyboard +409,197571,"bot.py",1125,0,"m",python,content +410,197574,"bot.py",1126,0,"",python,selection_keyboard +411,197830,"bot.py",1125,1,"",python,content +412,197943,"bot.py",1124,1,"",python,content +413,198073,"bot.py",1123,1,"",python,content +414,198214,"bot.py",1122,1,"",python,content +415,198352,"bot.py",1121,1,"",python,content +416,198487,"bot.py",1121,0,"e",python,content +417,198489,"bot.py",1122,0,"",python,selection_keyboard +418,198540,"bot.py",1122,0,"r",python,content +419,198542,"bot.py",1123,0,"",python,selection_keyboard +420,198616,"bot.py",1123,0," ",python,content +421,198619,"bot.py",1124,0,"",python,selection_keyboard +422,198740,"bot.py",1124,0,"m",python,content +423,198742,"bot.py",1125,0,"",python,selection_keyboard +424,198828,"bot.py",1125,0,"e",python,content +425,198830,"bot.py",1126,0,"",python,selection_keyboard +426,199043,"bot.py",1126,0,"s",python,content +427,199045,"bot.py",1127,0,"",python,selection_keyboard +428,199185,"bot.py",1127,0,"s",python,content +429,199187,"bot.py",1128,0,"",python,selection_keyboard +430,199336,"bot.py",1128,0,"a",python,content +431,199338,"bot.py",1129,0,"",python,selection_keyboard +432,199419,"bot.py",1129,0,"g",python,content +433,199422,"bot.py",1130,0,"",python,selection_keyboard +434,199519,"bot.py",1130,0,"e",python,content +435,199520,"bot.py",1131,0,"",python,selection_keyboard +436,201678,"bot.py",1262,0,"",python,selection_mouse +437,202169,"bot.py",1081,0,"",python,selection_mouse +438,204116,"bot.py",1366,0,"",python,selection_mouse +439,205021,"bot.py",1417,0,"",python,selection_mouse +440,205552,"bot.py",1507,0,"",python,selection_mouse +441,207074,"bot.py",1456,51,"model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +442,207091,"bot.py",1455,52," model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +443,207108,"bot.py",1454,53," model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +444,207122,"bot.py",1453,54," model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +445,207187,"bot.py",1452,55," model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +446,207250,"bot.py",1451,56," model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +447,207284,"bot.py",1392,115," response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +448,207315,"bot.py",1391,116," response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +449,207335,"bot.py",1390,117," response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +450,207369,"bot.py",1389,118," response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +451,207403,"bot.py",1388,119," response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +452,207437,"bot.py",1387,120," response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +453,207469,"bot.py",1386,121," response = google_client.models.generate_content(\n model='gemini-2.5-flash', contents=prompt\n )",python,selection_mouse +454,208576,"bot.py",1394,0,"",python,selection_command +455,220869,"bot.py",1386,0,"",python,selection_command +456,222026,"bot.py",1444,0," model='gemini-2.5-flash',\n",python,content +457,222429,"bot.py",1482,0," contents=prompt,\n",python,content +458,222587,"bot.py",1511,0," generation_config={""max_output_tokens"": 1000}\n",python,content +459,222613,"bot.py",1569,54,"",python,content +460,224947,"bot.py",1567,0,"",python,selection_mouse +461,226363,"bot.py",1566,1,"",python,content +462,226516,"bot.py",1565,1,"",python,content +463,227260,"bot.py",1565,0,"2",python,content +464,227263,"bot.py",1566,0,"",python,selection_keyboard +465,227340,"bot.py",1566,0,"4",python,content +466,227343,"bot.py",1567,0,"",python,selection_keyboard +467,228925,"TERMINAL",0,0,"^C",,terminal_output +468,229791,"TERMINAL",0,0,"python bot.py",,terminal_command +469,229841,"TERMINAL",0,0,"]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +470,230398,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:18:49 INFO  discord.client logging in using static token\r\n",,terminal_output +471,231764,"TERMINAL",0,0,"2025-06-27 12:18:51 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: 22857218012452cd705521269e47cb11).\r\n",,terminal_output +472,233767,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +473,248700,"TERMINAL",0,0,"Exception in ask_gemini: Models.generate_content() got an unexpected keyword argument 'generation_config'\r\nReactions: []\r\nCleaned response: Sorry, something went wrong contacting Gemini.\r\n",,terminal_output +474,263749,"TERMINAL",0,0,"Exception in ask_gemini: Models.generate_content() got an unexpected keyword argument 'generation_config'\r\nReactions: []\r\nCleaned response: Sorry, something went wrong contacting Gemini.\r\n",,terminal_output +475,266441,"bot.py",1510,0,"",python,selection_mouse +476,266900,"bot.py",1537,0,"",python,selection_mouse +477,267028,"bot.py",1523,17,"generation_config",python,selection_mouse +478,267608,"bot.py",1568,0,"",python,selection_mouse +479,268860,"bot.py",1510,0,"",python,selection_mouse +480,269355,"bot.py",1541,0,"",python,selection_mouse +481,271244,"bot.py",1435,0,"",python,selection_mouse +482,271442,".venv/lib/python3.10/site-packages/google/genai/models.py",0,0,"# Copyright 2025 Google LLC\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n\n# Code generated by the Google Gen AI SDK generator DO NOT EDIT.\n\nimport json\nimport logging\nfrom typing import Any, AsyncIterator, Awaitable, Iterator, Optional, Union\nfrom urllib.parse import urlencode\n\nfrom . import _api_module\nfrom . import _common\nfrom . import _extra_utils\nfrom . import _mcp_utils\nfrom . import _transformers as t\nfrom . import errors\nfrom . import types\nfrom ._api_client import BaseApiClient\nfrom ._common import get_value_by_path as getv\nfrom ._common import set_value_by_path as setv\nfrom .pagers import AsyncPager, Pager\n\nlogger = logging.getLogger('google_genai.models')\n\n\ndef _VideoMetadata_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['fps']) is not None:\n setv(to_object, ['fps'], getv(from_object, ['fps']))\n\n if getv(from_object, ['end_offset']) is not None:\n setv(to_object, ['endOffset'], getv(from_object, ['end_offset']))\n\n if getv(from_object, ['start_offset']) is not None:\n setv(to_object, ['startOffset'], getv(from_object, ['start_offset']))\n\n return to_object\n\n\ndef _Blob_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['display_name']) is not None:\n raise ValueError('display_name parameter is not supported in Gemini API.')\n\n if getv(from_object, ['data']) is not None:\n setv(to_object, ['data'], getv(from_object, ['data']))\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['mimeType'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _FileData_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['display_name']) is not None:\n raise ValueError('display_name parameter is not supported in Gemini API.')\n\n if getv(from_object, ['file_uri']) is not None:\n setv(to_object, ['fileUri'], getv(from_object, ['file_uri']))\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['mimeType'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _Part_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['video_metadata']) is not None:\n setv(\n to_object,\n ['videoMetadata'],\n _VideoMetadata_to_mldev(\n getv(from_object, ['video_metadata']), to_object\n ),\n )\n\n if getv(from_object, ['thought']) is not None:\n setv(to_object, ['thought'], getv(from_object, ['thought']))\n\n if getv(from_object, ['inline_data']) is not None:\n setv(\n to_object,\n ['inlineData'],\n _Blob_to_mldev(getv(from_object, ['inline_data']), to_object),\n )\n\n if getv(from_object, ['file_data']) is not None:\n setv(\n to_object,\n ['fileData'],\n _FileData_to_mldev(getv(from_object, ['file_data']), to_object),\n )\n\n if getv(from_object, ['thought_signature']) is not None:\n setv(\n to_object,\n ['thoughtSignature'],\n getv(from_object, ['thought_signature']),\n )\n\n if getv(from_object, ['code_execution_result']) is not None:\n setv(\n to_object,\n ['codeExecutionResult'],\n getv(from_object, ['code_execution_result']),\n )\n\n if getv(from_object, ['executable_code']) is not None:\n setv(to_object, ['executableCode'], getv(from_object, ['executable_code']))\n\n if getv(from_object, ['function_call']) is not None:\n setv(to_object, ['functionCall'], getv(from_object, ['function_call']))\n\n if getv(from_object, ['function_response']) is not None:\n setv(\n to_object,\n ['functionResponse'],\n getv(from_object, ['function_response']),\n )\n\n if getv(from_object, ['text']) is not None:\n setv(to_object, ['text'], getv(from_object, ['text']))\n\n return to_object\n\n\ndef _Content_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['parts']) is not None:\n setv(\n to_object,\n ['parts'],\n [\n _Part_to_mldev(item, to_object)\n for item in getv(from_object, ['parts'])\n ],\n )\n\n if getv(from_object, ['role']) is not None:\n setv(to_object, ['role'], getv(from_object, ['role']))\n\n return to_object\n\n\ndef _Schema_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['additional_properties']) is not None:\n raise ValueError(\n 'additional_properties parameter is not supported in Gemini API.'\n )\n\n if getv(from_object, ['defs']) is not None:\n raise ValueError('defs parameter is not supported in Gemini API.')\n\n if getv(from_object, ['ref']) is not None:\n raise ValueError('ref parameter is not supported in Gemini API.')\n\n if getv(from_object, ['any_of']) is not None:\n setv(to_object, ['anyOf'], getv(from_object, ['any_of']))\n\n if getv(from_object, ['default']) is not None:\n setv(to_object, ['default'], getv(from_object, ['default']))\n\n if getv(from_object, ['description']) is not None:\n setv(to_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['enum']) is not None:\n setv(to_object, ['enum'], getv(from_object, ['enum']))\n\n if getv(from_object, ['example']) is not None:\n setv(to_object, ['example'], getv(from_object, ['example']))\n\n if getv(from_object, ['format']) is not None:\n setv(to_object, ['format'], getv(from_object, ['format']))\n\n if getv(from_object, ['items']) is not None:\n setv(to_object, ['items'], getv(from_object, ['items']))\n\n if getv(from_object, ['max_items']) is not None:\n setv(to_object, ['maxItems'], getv(from_object, ['max_items']))\n\n if getv(from_object, ['max_length']) is not None:\n setv(to_object, ['maxLength'], getv(from_object, ['max_length']))\n\n if getv(from_object, ['max_properties']) is not None:\n setv(to_object, ['maxProperties'], getv(from_object, ['max_properties']))\n\n if getv(from_object, ['maximum']) is not None:\n setv(to_object, ['maximum'], getv(from_object, ['maximum']))\n\n if getv(from_object, ['min_items']) is not None:\n setv(to_object, ['minItems'], getv(from_object, ['min_items']))\n\n if getv(from_object, ['min_length']) is not None:\n setv(to_object, ['minLength'], getv(from_object, ['min_length']))\n\n if getv(from_object, ['min_properties']) is not None:\n setv(to_object, ['minProperties'], getv(from_object, ['min_properties']))\n\n if getv(from_object, ['minimum']) is not None:\n setv(to_object, ['minimum'], getv(from_object, ['minimum']))\n\n if getv(from_object, ['nullable']) is not None:\n setv(to_object, ['nullable'], getv(from_object, ['nullable']))\n\n if getv(from_object, ['pattern']) is not None:\n setv(to_object, ['pattern'], getv(from_object, ['pattern']))\n\n if getv(from_object, ['properties']) is not None:\n setv(to_object, ['properties'], getv(from_object, ['properties']))\n\n if getv(from_object, ['property_ordering']) is not None:\n setv(\n to_object,\n ['propertyOrdering'],\n getv(from_object, ['property_ordering']),\n )\n\n if getv(from_object, ['required']) is not None:\n setv(to_object, ['required'], getv(from_object, ['required']))\n\n if getv(from_object, ['title']) is not None:\n setv(to_object, ['title'], getv(from_object, ['title']))\n\n if getv(from_object, ['type']) is not None:\n setv(to_object, ['type'], getv(from_object, ['type']))\n\n return to_object\n\n\ndef _ModelSelectionConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['feature_selection_preference']) is not None:\n raise ValueError(\n 'feature_selection_preference parameter is not supported in Gemini API.'\n )\n\n return to_object\n\n\ndef _SafetySetting_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['method']) is not None:\n raise ValueError('method parameter is not supported in Gemini API.')\n\n if getv(from_object, ['category']) is not None:\n setv(to_object, ['category'], getv(from_object, ['category']))\n\n if getv(from_object, ['threshold']) is not None:\n setv(to_object, ['threshold'], getv(from_object, ['threshold']))\n\n return to_object\n\n\ndef _FunctionDeclaration_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['behavior']) is not None:\n setv(to_object, ['behavior'], getv(from_object, ['behavior']))\n\n if getv(from_object, ['description']) is not None:\n setv(to_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['name']) is not None:\n setv(to_object, ['name'], getv(from_object, ['name']))\n\n if getv(from_object, ['parameters']) is not None:\n setv(to_object, ['parameters'], getv(from_object, ['parameters']))\n\n if getv(from_object, ['parameters_json_schema']) is not None:\n setv(\n to_object,\n ['parametersJsonSchema'],\n getv(from_object, ['parameters_json_schema']),\n )\n\n if getv(from_object, ['response']) is not None:\n setv(to_object, ['response'], getv(from_object, ['response']))\n\n if getv(from_object, ['response_json_schema']) is not None:\n setv(\n to_object,\n ['responseJsonSchema'],\n getv(from_object, ['response_json_schema']),\n )\n\n return to_object\n\n\ndef _Interval_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['start_time']) is not None:\n setv(to_object, ['startTime'], getv(from_object, ['start_time']))\n\n if getv(from_object, ['end_time']) is not None:\n setv(to_object, ['endTime'], getv(from_object, ['end_time']))\n\n return to_object\n\n\ndef _GoogleSearch_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['time_range_filter']) is not None:\n setv(\n to_object,\n ['timeRangeFilter'],\n _Interval_to_mldev(getv(from_object, ['time_range_filter']), to_object),\n )\n\n return to_object\n\n\ndef _DynamicRetrievalConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['mode']) is not None:\n setv(to_object, ['mode'], getv(from_object, ['mode']))\n\n if getv(from_object, ['dynamic_threshold']) is not None:\n setv(\n to_object,\n ['dynamicThreshold'],\n getv(from_object, ['dynamic_threshold']),\n )\n\n return to_object\n\n\ndef _GoogleSearchRetrieval_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['dynamic_retrieval_config']) is not None:\n setv(\n to_object,\n ['dynamicRetrievalConfig'],\n _DynamicRetrievalConfig_to_mldev(\n getv(from_object, ['dynamic_retrieval_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _EnterpriseWebSearch_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _ApiKeyConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['api_key_string']) is not None:\n raise ValueError('api_key_string parameter is not supported in Gemini API.')\n\n return to_object\n\n\ndef _AuthConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['api_key_config']) is not None:\n raise ValueError('api_key_config parameter is not supported in Gemini API.')\n\n if getv(from_object, ['auth_type']) is not None:\n setv(to_object, ['authType'], getv(from_object, ['auth_type']))\n\n if getv(from_object, ['google_service_account_config']) is not None:\n setv(\n to_object,\n ['googleServiceAccountConfig'],\n getv(from_object, ['google_service_account_config']),\n )\n\n if getv(from_object, ['http_basic_auth_config']) is not None:\n setv(\n to_object,\n ['httpBasicAuthConfig'],\n getv(from_object, ['http_basic_auth_config']),\n )\n\n if getv(from_object, ['oauth_config']) is not None:\n setv(to_object, ['oauthConfig'], getv(from_object, ['oauth_config']))\n\n if getv(from_object, ['oidc_config']) is not None:\n setv(to_object, ['oidcConfig'], getv(from_object, ['oidc_config']))\n\n return to_object\n\n\ndef _GoogleMaps_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['auth_config']) is not None:\n raise ValueError('auth_config parameter is not supported in Gemini API.')\n\n return to_object\n\n\ndef _UrlContext_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _Tool_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['function_declarations']) is not None:\n setv(\n to_object,\n ['functionDeclarations'],\n [\n _FunctionDeclaration_to_mldev(item, to_object)\n for item in getv(from_object, ['function_declarations'])\n ],\n )\n\n if getv(from_object, ['retrieval']) is not None:\n raise ValueError('retrieval parameter is not supported in Gemini API.')\n\n if getv(from_object, ['google_search']) is not None:\n setv(\n to_object,\n ['googleSearch'],\n _GoogleSearch_to_mldev(getv(from_object, ['google_search']), to_object),\n )\n\n if getv(from_object, ['google_search_retrieval']) is not None:\n setv(\n to_object,\n ['googleSearchRetrieval'],\n _GoogleSearchRetrieval_to_mldev(\n getv(from_object, ['google_search_retrieval']), to_object\n ),\n )\n\n if getv(from_object, ['enterprise_web_search']) is not None:\n raise ValueError(\n 'enterprise_web_search parameter is not supported in Gemini API.'\n )\n\n if getv(from_object, ['google_maps']) is not None:\n raise ValueError('google_maps parameter is not supported in Gemini API.')\n\n if getv(from_object, ['url_context']) is not None:\n setv(\n to_object,\n ['urlContext'],\n _UrlContext_to_mldev(getv(from_object, ['url_context']), to_object),\n )\n\n if getv(from_object, ['code_execution']) is not None:\n setv(to_object, ['codeExecution'], getv(from_object, ['code_execution']))\n\n return to_object\n\n\ndef _FunctionCallingConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['mode']) is not None:\n setv(to_object, ['mode'], getv(from_object, ['mode']))\n\n if getv(from_object, ['allowed_function_names']) is not None:\n setv(\n to_object,\n ['allowedFunctionNames'],\n getv(from_object, ['allowed_function_names']),\n )\n\n return to_object\n\n\ndef _LatLng_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['latitude']) is not None:\n setv(to_object, ['latitude'], getv(from_object, ['latitude']))\n\n if getv(from_object, ['longitude']) is not None:\n setv(to_object, ['longitude'], getv(from_object, ['longitude']))\n\n return to_object\n\n\ndef _RetrievalConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['lat_lng']) is not None:\n setv(\n to_object,\n ['latLng'],\n _LatLng_to_mldev(getv(from_object, ['lat_lng']), to_object),\n )\n\n if getv(from_object, ['language_code']) is not None:\n setv(to_object, ['languageCode'], getv(from_object, ['language_code']))\n\n return to_object\n\n\ndef _ToolConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['function_calling_config']) is not None:\n setv(\n to_object,\n ['functionCallingConfig'],\n _FunctionCallingConfig_to_mldev(\n getv(from_object, ['function_calling_config']), to_object\n ),\n )\n\n if getv(from_object, ['retrieval_config']) is not None:\n setv(\n to_object,\n ['retrievalConfig'],\n _RetrievalConfig_to_mldev(\n getv(from_object, ['retrieval_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _PrebuiltVoiceConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['voice_name']) is not None:\n setv(to_object, ['voiceName'], getv(from_object, ['voice_name']))\n\n return to_object\n\n\ndef _VoiceConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['prebuilt_voice_config']) is not None:\n setv(\n to_object,\n ['prebuiltVoiceConfig'],\n _PrebuiltVoiceConfig_to_mldev(\n getv(from_object, ['prebuilt_voice_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _SpeakerVoiceConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['speaker']) is not None:\n setv(to_object, ['speaker'], getv(from_object, ['speaker']))\n\n if getv(from_object, ['voice_config']) is not None:\n setv(\n to_object,\n ['voiceConfig'],\n _VoiceConfig_to_mldev(getv(from_object, ['voice_config']), to_object),\n )\n\n return to_object\n\n\ndef _MultiSpeakerVoiceConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['speaker_voice_configs']) is not None:\n setv(\n to_object,\n ['speakerVoiceConfigs'],\n [\n _SpeakerVoiceConfig_to_mldev(item, to_object)\n for item in getv(from_object, ['speaker_voice_configs'])\n ],\n )\n\n return to_object\n\n\ndef _SpeechConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['voice_config']) is not None:\n setv(\n to_object,\n ['voiceConfig'],\n _VoiceConfig_to_mldev(getv(from_object, ['voice_config']), to_object),\n )\n\n if getv(from_object, ['multi_speaker_voice_config']) is not None:\n setv(\n to_object,\n ['multiSpeakerVoiceConfig'],\n _MultiSpeakerVoiceConfig_to_mldev(\n getv(from_object, ['multi_speaker_voice_config']), to_object\n ),\n )\n\n if getv(from_object, ['language_code']) is not None:\n setv(to_object, ['languageCode'], getv(from_object, ['language_code']))\n\n return to_object\n\n\ndef _ThinkingConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['include_thoughts']) is not None:\n setv(\n to_object, ['includeThoughts'], getv(from_object, ['include_thoughts'])\n )\n\n if getv(from_object, ['thinking_budget']) is not None:\n setv(to_object, ['thinkingBudget'], getv(from_object, ['thinking_budget']))\n\n return to_object\n\n\ndef _GenerateContentConfig_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['system_instruction']) is not None:\n setv(\n parent_object,\n ['systemInstruction'],\n _Content_to_mldev(\n t.t_content(getv(from_object, ['system_instruction'])), to_object\n ),\n )\n\n if getv(from_object, ['temperature']) is not None:\n setv(to_object, ['temperature'], getv(from_object, ['temperature']))\n\n if getv(from_object, ['top_p']) is not None:\n setv(to_object, ['topP'], getv(from_object, ['top_p']))\n\n if getv(from_object, ['top_k']) is not None:\n setv(to_object, ['topK'], getv(from_object, ['top_k']))\n\n if getv(from_object, ['candidate_count']) is not None:\n setv(to_object, ['candidateCount'], getv(from_object, ['candidate_count']))\n\n if getv(from_object, ['max_output_tokens']) is not None:\n setv(\n to_object, ['maxOutputTokens'], getv(from_object, ['max_output_tokens'])\n )\n\n if getv(from_object, ['stop_sequences']) is not None:\n setv(to_object, ['stopSequences'], getv(from_object, ['stop_sequences']))\n\n if getv(from_object, ['response_logprobs']) is not None:\n setv(\n to_object,\n ['responseLogprobs'],\n getv(from_object, ['response_logprobs']),\n )\n\n if getv(from_object, ['logprobs']) is not None:\n setv(to_object, ['logprobs'], getv(from_object, ['logprobs']))\n\n if getv(from_object, ['presence_penalty']) is not None:\n setv(\n to_object, ['presencePenalty'], getv(from_object, ['presence_penalty'])\n )\n\n if getv(from_object, ['frequency_penalty']) is not None:\n setv(\n to_object,\n ['frequencyPenalty'],\n getv(from_object, ['frequency_penalty']),\n )\n\n if getv(from_object, ['seed']) is not None:\n setv(to_object, ['seed'], getv(from_object, ['seed']))\n\n if getv(from_object, ['response_mime_type']) is not None:\n setv(\n to_object,\n ['responseMimeType'],\n getv(from_object, ['response_mime_type']),\n )\n\n if getv(from_object, ['response_schema']) is not None:\n setv(\n to_object,\n ['responseSchema'],\n _Schema_to_mldev(\n t.t_schema(api_client, getv(from_object, ['response_schema'])),\n to_object,\n ),\n )\n\n if getv(from_object, ['response_json_schema']) is not None:\n setv(\n to_object,\n ['responseJsonSchema'],\n getv(from_object, ['response_json_schema']),\n )\n\n if getv(from_object, ['routing_config']) is not None:\n raise ValueError('routing_config parameter is not supported in Gemini API.')\n\n if getv(from_object, ['model_selection_config']) is not None:\n raise ValueError(\n 'model_selection_config parameter is not supported in Gemini API.'\n )\n\n if getv(from_object, ['safety_settings']) is not None:\n setv(\n parent_object,\n ['safetySettings'],\n [\n _SafetySetting_to_mldev(item, to_object)\n for item in getv(from_object, ['safety_settings'])\n ],\n )\n\n if getv(from_object, ['tools']) is not None:\n setv(\n parent_object,\n ['tools'],\n [\n _Tool_to_mldev(t.t_tool(api_client, item), to_object)\n for item in t.t_tools(api_client, getv(from_object, ['tools']))\n ],\n )\n\n if getv(from_object, ['tool_config']) is not None:\n setv(\n parent_object,\n ['toolConfig'],\n _ToolConfig_to_mldev(getv(from_object, ['tool_config']), to_object),\n )\n\n if getv(from_object, ['labels']) is not None:\n raise ValueError('labels parameter is not supported in Gemini API.')\n\n if getv(from_object, ['cached_content']) is not None:\n setv(\n parent_object,\n ['cachedContent'],\n t.t_cached_content_name(\n api_client, getv(from_object, ['cached_content'])\n ),\n )\n\n if getv(from_object, ['response_modalities']) is not None:\n setv(\n to_object,\n ['responseModalities'],\n getv(from_object, ['response_modalities']),\n )\n\n if getv(from_object, ['media_resolution']) is not None:\n setv(\n to_object, ['mediaResolution'], getv(from_object, ['media_resolution'])\n )\n\n if getv(from_object, ['speech_config']) is not None:\n setv(\n to_object,\n ['speechConfig'],\n _SpeechConfig_to_mldev(\n t.t_speech_config(getv(from_object, ['speech_config'])), to_object\n ),\n )\n\n if getv(from_object, ['audio_timestamp']) is not None:\n raise ValueError(\n 'audio_timestamp parameter is not supported in Gemini API.'\n )\n\n if getv(from_object, ['thinking_config']) is not None:\n setv(\n to_object,\n ['thinkingConfig'],\n _ThinkingConfig_to_mldev(\n getv(from_object, ['thinking_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _GenerateContentParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['contents']) is not None:\n setv(\n to_object,\n ['contents'],\n [\n _Content_to_mldev(item, to_object)\n for item in t.t_contents(getv(from_object, ['contents']))\n ],\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['generationConfig'],\n _GenerateContentConfig_to_mldev(\n api_client, getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _EmbedContentConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['task_type']) is not None:\n setv(\n parent_object,\n ['requests[]', 'taskType'],\n getv(from_object, ['task_type']),\n )\n\n if getv(from_object, ['title']) is not None:\n setv(parent_object, ['requests[]', 'title'], getv(from_object, ['title']))\n\n if getv(from_object, ['output_dimensionality']) is not None:\n setv(\n parent_object,\n ['requests[]', 'outputDimensionality'],\n getv(from_object, ['output_dimensionality']),\n )\n\n if getv(from_object, ['mime_type']) is not None:\n raise ValueError('mime_type parameter is not supported in Gemini API.')\n\n if getv(from_object, ['auto_truncate']) is not None:\n raise ValueError('auto_truncate parameter is not supported in Gemini API.')\n\n return to_object\n\n\ndef _EmbedContentParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['contents']) is not None:\n setv(\n to_object,\n ['requests[]', 'content'],\n t.t_contents_for_embed(api_client, getv(from_object, ['contents'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _EmbedContentConfig_to_mldev(getv(from_object, ['config']), to_object),\n )\n\n setv(\n to_object,\n ['requests[]', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n return to_object\n\n\ndef _GenerateImagesConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['output_gcs_uri']) is not None:\n raise ValueError('output_gcs_uri parameter is not supported in Gemini API.')\n\n if getv(from_object, ['negative_prompt']) is not None:\n raise ValueError(\n 'negative_prompt parameter is not supported in Gemini API.'\n )\n\n if getv(from_object, ['number_of_images']) is not None:\n setv(\n parent_object,\n ['parameters', 'sampleCount'],\n getv(from_object, ['number_of_images']),\n )\n\n if getv(from_object, ['aspect_ratio']) is not None:\n setv(\n parent_object,\n ['parameters', 'aspectRatio'],\n getv(from_object, ['aspect_ratio']),\n )\n\n if getv(from_object, ['guidance_scale']) is not None:\n setv(\n parent_object,\n ['parameters', 'guidanceScale'],\n getv(from_object, ['guidance_scale']),\n )\n\n if getv(from_object, ['seed']) is not None:\n raise ValueError('seed parameter is not supported in Gemini API.')\n\n if getv(from_object, ['safety_filter_level']) is not None:\n _SafetyFilterLevel_to_mldev_enum_validate(\n getv(from_object, ['safety_filter_level'])\n )\n setv(\n parent_object,\n ['parameters', 'safetySetting'],\n getv(from_object, ['safety_filter_level']),\n )\n\n if getv(from_object, ['person_generation']) is not None:\n _PersonGeneration_to_mldev_enum_validate(\n getv(from_object, ['person_generation'])\n )\n setv(\n parent_object,\n ['parameters', 'personGeneration'],\n getv(from_object, ['person_generation']),\n )\n\n if getv(from_object, ['include_safety_attributes']) is not None:\n setv(\n parent_object,\n ['parameters', 'includeSafetyAttributes'],\n getv(from_object, ['include_safety_attributes']),\n )\n\n if getv(from_object, ['include_rai_reason']) is not None:\n setv(\n parent_object,\n ['parameters', 'includeRaiReason'],\n getv(from_object, ['include_rai_reason']),\n )\n\n if getv(from_object, ['language']) is not None:\n setv(\n parent_object,\n ['parameters', 'language'],\n getv(from_object, ['language']),\n )\n\n if getv(from_object, ['output_mime_type']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'mimeType'],\n getv(from_object, ['output_mime_type']),\n )\n\n if getv(from_object, ['output_compression_quality']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'compressionQuality'],\n getv(from_object, ['output_compression_quality']),\n )\n\n if getv(from_object, ['add_watermark']) is not None:\n raise ValueError('add_watermark parameter is not supported in Gemini API.')\n\n if getv(from_object, ['enhance_prompt']) is not None:\n raise ValueError('enhance_prompt parameter is not supported in Gemini API.')\n\n return to_object\n\n\ndef _GenerateImagesParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['prompt']) is not None:\n setv(to_object, ['instances[0]', 'prompt'], getv(from_object, ['prompt']))\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _GenerateImagesConfig_to_mldev(\n getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _GetModelParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'name'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(to_object, ['config'], getv(from_object, ['config']))\n\n return to_object\n\n\ndef _ListModelsConfig_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['page_size']) is not None:\n setv(\n parent_object, ['_query', 'pageSize'], getv(from_object, ['page_size'])\n )\n\n if getv(from_object, ['page_token']) is not None:\n setv(\n parent_object,\n ['_query', 'pageToken'],\n getv(from_object, ['page_token']),\n )\n\n if getv(from_object, ['filter']) is not None:\n setv(parent_object, ['_query', 'filter'], getv(from_object, ['filter']))\n\n if getv(from_object, ['query_base']) is not None:\n setv(\n parent_object,\n ['_url', 'models_url'],\n t.t_models_url(api_client, getv(from_object, ['query_base'])),\n )\n\n return to_object\n\n\ndef _ListModelsParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _ListModelsConfig_to_mldev(\n api_client, getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _UpdateModelConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['display_name']) is not None:\n setv(parent_object, ['displayName'], getv(from_object, ['display_name']))\n\n if getv(from_object, ['description']) is not None:\n setv(parent_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['default_checkpoint_id']) is not None:\n setv(\n parent_object,\n ['defaultCheckpointId'],\n getv(from_object, ['default_checkpoint_id']),\n )\n\n return to_object\n\n\ndef _UpdateModelParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'name'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _UpdateModelConfig_to_mldev(getv(from_object, ['config']), to_object),\n )\n\n return to_object\n\n\ndef _DeleteModelParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'name'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(to_object, ['config'], getv(from_object, ['config']))\n\n return to_object\n\n\ndef _CountTokensConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['system_instruction']) is not None:\n raise ValueError(\n 'system_instruction parameter is not supported in Gemini API.'\n )\n\n if getv(from_object, ['tools']) is not None:\n raise ValueError('tools parameter is not supported in Gemini API.')\n\n if getv(from_object, ['generation_config']) is not None:\n raise ValueError(\n 'generation_config parameter is not supported in Gemini API.'\n )\n\n return to_object\n\n\ndef _CountTokensParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['contents']) is not None:\n setv(\n to_object,\n ['contents'],\n [\n _Content_to_mldev(item, to_object)\n for item in t.t_contents(getv(from_object, ['contents']))\n ],\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _CountTokensConfig_to_mldev(getv(from_object, ['config']), to_object),\n )\n\n return to_object\n\n\ndef _Image_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['gcs_uri']) is not None:\n raise ValueError('gcs_uri parameter is not supported in Gemini API.')\n\n if getv(from_object, ['image_bytes']) is not None:\n setv(\n to_object,\n ['bytesBase64Encoded'],\n t.t_bytes(getv(from_object, ['image_bytes'])),\n )\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['mimeType'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _Video_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['uri']) is not None:\n setv(to_object, ['video', 'uri'], getv(from_object, ['uri']))\n\n if getv(from_object, ['video_bytes']) is not None:\n setv(\n to_object,\n ['video', 'encodedVideo'],\n t.t_bytes(getv(from_object, ['video_bytes'])),\n )\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['encoding'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _GenerateVideosConfig_to_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['number_of_videos']) is not None:\n setv(\n parent_object,\n ['parameters', 'sampleCount'],\n getv(from_object, ['number_of_videos']),\n )\n\n if getv(from_object, ['output_gcs_uri']) is not None:\n raise ValueError('output_gcs_uri parameter is not supported in Gemini API.')\n\n if getv(from_object, ['fps']) is not None:\n raise ValueError('fps parameter is not supported in Gemini API.')\n\n if getv(from_object, ['duration_seconds']) is not None:\n setv(\n parent_object,\n ['parameters', 'durationSeconds'],\n getv(from_object, ['duration_seconds']),\n )\n\n if getv(from_object, ['seed']) is not None:\n raise ValueError('seed parameter is not supported in Gemini API.')\n\n if getv(from_object, ['aspect_ratio']) is not None:\n setv(\n parent_object,\n ['parameters', 'aspectRatio'],\n getv(from_object, ['aspect_ratio']),\n )\n\n if getv(from_object, ['resolution']) is not None:\n raise ValueError('resolution parameter is not supported in Gemini API.')\n\n if getv(from_object, ['person_generation']) is not None:\n setv(\n parent_object,\n ['parameters', 'personGeneration'],\n getv(from_object, ['person_generation']),\n )\n\n if getv(from_object, ['pubsub_topic']) is not None:\n raise ValueError('pubsub_topic parameter is not supported in Gemini API.')\n\n if getv(from_object, ['negative_prompt']) is not None:\n setv(\n parent_object,\n ['parameters', 'negativePrompt'],\n getv(from_object, ['negative_prompt']),\n )\n\n if getv(from_object, ['enhance_prompt']) is not None:\n setv(\n parent_object,\n ['parameters', 'enhancePrompt'],\n getv(from_object, ['enhance_prompt']),\n )\n\n if getv(from_object, ['generate_audio']) is not None:\n raise ValueError('generate_audio parameter is not supported in Gemini API.')\n\n if getv(from_object, ['last_frame']) is not None:\n raise ValueError('last_frame parameter is not supported in Gemini API.')\n\n if getv(from_object, ['compression_quality']) is not None:\n raise ValueError(\n 'compression_quality parameter is not supported in Gemini API.'\n )\n\n return to_object\n\n\ndef _GenerateVideosParameters_to_mldev(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['prompt']) is not None:\n setv(to_object, ['instances[0]', 'prompt'], getv(from_object, ['prompt']))\n\n if getv(from_object, ['image']) is not None:\n setv(\n to_object,\n ['instances[0]', 'image'],\n _Image_to_mldev(getv(from_object, ['image']), to_object),\n )\n\n if getv(from_object, ['video']) is not None:\n raise ValueError('video parameter is not supported in Gemini API.')\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _GenerateVideosConfig_to_mldev(\n getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _VideoMetadata_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['fps']) is not None:\n setv(to_object, ['fps'], getv(from_object, ['fps']))\n\n if getv(from_object, ['end_offset']) is not None:\n setv(to_object, ['endOffset'], getv(from_object, ['end_offset']))\n\n if getv(from_object, ['start_offset']) is not None:\n setv(to_object, ['startOffset'], getv(from_object, ['start_offset']))\n\n return to_object\n\n\ndef _Blob_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['display_name']) is not None:\n setv(to_object, ['displayName'], getv(from_object, ['display_name']))\n\n if getv(from_object, ['data']) is not None:\n setv(to_object, ['data'], getv(from_object, ['data']))\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['mimeType'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _FileData_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['display_name']) is not None:\n setv(to_object, ['displayName'], getv(from_object, ['display_name']))\n\n if getv(from_object, ['file_uri']) is not None:\n setv(to_object, ['fileUri'], getv(from_object, ['file_uri']))\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['mimeType'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _Part_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['video_metadata']) is not None:\n setv(\n to_object,\n ['videoMetadata'],\n _VideoMetadata_to_vertex(\n getv(from_object, ['video_metadata']), to_object\n ),\n )\n\n if getv(from_object, ['thought']) is not None:\n setv(to_object, ['thought'], getv(from_object, ['thought']))\n\n if getv(from_object, ['inline_data']) is not None:\n setv(\n to_object,\n ['inlineData'],\n _Blob_to_vertex(getv(from_object, ['inline_data']), to_object),\n )\n\n if getv(from_object, ['file_data']) is not None:\n setv(\n to_object,\n ['fileData'],\n _FileData_to_vertex(getv(from_object, ['file_data']), to_object),\n )\n\n if getv(from_object, ['thought_signature']) is not None:\n setv(\n to_object,\n ['thoughtSignature'],\n getv(from_object, ['thought_signature']),\n )\n\n if getv(from_object, ['code_execution_result']) is not None:\n setv(\n to_object,\n ['codeExecutionResult'],\n getv(from_object, ['code_execution_result']),\n )\n\n if getv(from_object, ['executable_code']) is not None:\n setv(to_object, ['executableCode'], getv(from_object, ['executable_code']))\n\n if getv(from_object, ['function_call']) is not None:\n setv(to_object, ['functionCall'], getv(from_object, ['function_call']))\n\n if getv(from_object, ['function_response']) is not None:\n setv(\n to_object,\n ['functionResponse'],\n getv(from_object, ['function_response']),\n )\n\n if getv(from_object, ['text']) is not None:\n setv(to_object, ['text'], getv(from_object, ['text']))\n\n return to_object\n\n\ndef _Content_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['parts']) is not None:\n setv(\n to_object,\n ['parts'],\n [\n _Part_to_vertex(item, to_object)\n for item in getv(from_object, ['parts'])\n ],\n )\n\n if getv(from_object, ['role']) is not None:\n setv(to_object, ['role'], getv(from_object, ['role']))\n\n return to_object\n\n\ndef _Schema_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['additional_properties']) is not None:\n setv(\n to_object,\n ['additionalProperties'],\n getv(from_object, ['additional_properties']),\n )\n\n if getv(from_object, ['defs']) is not None:\n setv(to_object, ['defs'], getv(from_object, ['defs']))\n\n if getv(from_object, ['ref']) is not None:\n setv(to_object, ['ref'], getv(from_object, ['ref']))\n\n if getv(from_object, ['any_of']) is not None:\n setv(to_object, ['anyOf'], getv(from_object, ['any_of']))\n\n if getv(from_object, ['default']) is not None:\n setv(to_object, ['default'], getv(from_object, ['default']))\n\n if getv(from_object, ['description']) is not None:\n setv(to_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['enum']) is not None:\n setv(to_object, ['enum'], getv(from_object, ['enum']))\n\n if getv(from_object, ['example']) is not None:\n setv(to_object, ['example'], getv(from_object, ['example']))\n\n if getv(from_object, ['format']) is not None:\n setv(to_object, ['format'], getv(from_object, ['format']))\n\n if getv(from_object, ['items']) is not None:\n setv(to_object, ['items'], getv(from_object, ['items']))\n\n if getv(from_object, ['max_items']) is not None:\n setv(to_object, ['maxItems'], getv(from_object, ['max_items']))\n\n if getv(from_object, ['max_length']) is not None:\n setv(to_object, ['maxLength'], getv(from_object, ['max_length']))\n\n if getv(from_object, ['max_properties']) is not None:\n setv(to_object, ['maxProperties'], getv(from_object, ['max_properties']))\n\n if getv(from_object, ['maximum']) is not None:\n setv(to_object, ['maximum'], getv(from_object, ['maximum']))\n\n if getv(from_object, ['min_items']) is not None:\n setv(to_object, ['minItems'], getv(from_object, ['min_items']))\n\n if getv(from_object, ['min_length']) is not None:\n setv(to_object, ['minLength'], getv(from_object, ['min_length']))\n\n if getv(from_object, ['min_properties']) is not None:\n setv(to_object, ['minProperties'], getv(from_object, ['min_properties']))\n\n if getv(from_object, ['minimum']) is not None:\n setv(to_object, ['minimum'], getv(from_object, ['minimum']))\n\n if getv(from_object, ['nullable']) is not None:\n setv(to_object, ['nullable'], getv(from_object, ['nullable']))\n\n if getv(from_object, ['pattern']) is not None:\n setv(to_object, ['pattern'], getv(from_object, ['pattern']))\n\n if getv(from_object, ['properties']) is not None:\n setv(to_object, ['properties'], getv(from_object, ['properties']))\n\n if getv(from_object, ['property_ordering']) is not None:\n setv(\n to_object,\n ['propertyOrdering'],\n getv(from_object, ['property_ordering']),\n )\n\n if getv(from_object, ['required']) is not None:\n setv(to_object, ['required'], getv(from_object, ['required']))\n\n if getv(from_object, ['title']) is not None:\n setv(to_object, ['title'], getv(from_object, ['title']))\n\n if getv(from_object, ['type']) is not None:\n setv(to_object, ['type'], getv(from_object, ['type']))\n\n return to_object\n\n\ndef _ModelSelectionConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['feature_selection_preference']) is not None:\n setv(\n to_object,\n ['featureSelectionPreference'],\n getv(from_object, ['feature_selection_preference']),\n )\n\n return to_object\n\n\ndef _SafetySetting_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['method']) is not None:\n setv(to_object, ['method'], getv(from_object, ['method']))\n\n if getv(from_object, ['category']) is not None:\n setv(to_object, ['category'], getv(from_object, ['category']))\n\n if getv(from_object, ['threshold']) is not None:\n setv(to_object, ['threshold'], getv(from_object, ['threshold']))\n\n return to_object\n\n\ndef _FunctionDeclaration_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['behavior']) is not None:\n raise ValueError('behavior parameter is not supported in Vertex AI.')\n\n if getv(from_object, ['description']) is not None:\n setv(to_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['name']) is not None:\n setv(to_object, ['name'], getv(from_object, ['name']))\n\n if getv(from_object, ['parameters']) is not None:\n setv(to_object, ['parameters'], getv(from_object, ['parameters']))\n\n if getv(from_object, ['parameters_json_schema']) is not None:\n setv(\n to_object,\n ['parametersJsonSchema'],\n getv(from_object, ['parameters_json_schema']),\n )\n\n if getv(from_object, ['response']) is not None:\n setv(to_object, ['response'], getv(from_object, ['response']))\n\n if getv(from_object, ['response_json_schema']) is not None:\n setv(\n to_object,\n ['responseJsonSchema'],\n getv(from_object, ['response_json_schema']),\n )\n\n return to_object\n\n\ndef _Interval_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['start_time']) is not None:\n setv(to_object, ['startTime'], getv(from_object, ['start_time']))\n\n if getv(from_object, ['end_time']) is not None:\n setv(to_object, ['endTime'], getv(from_object, ['end_time']))\n\n return to_object\n\n\ndef _GoogleSearch_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['time_range_filter']) is not None:\n setv(\n to_object,\n ['timeRangeFilter'],\n _Interval_to_vertex(\n getv(from_object, ['time_range_filter']), to_object\n ),\n )\n\n return to_object\n\n\ndef _DynamicRetrievalConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['mode']) is not None:\n setv(to_object, ['mode'], getv(from_object, ['mode']))\n\n if getv(from_object, ['dynamic_threshold']) is not None:\n setv(\n to_object,\n ['dynamicThreshold'],\n getv(from_object, ['dynamic_threshold']),\n )\n\n return to_object\n\n\ndef _GoogleSearchRetrieval_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['dynamic_retrieval_config']) is not None:\n setv(\n to_object,\n ['dynamicRetrievalConfig'],\n _DynamicRetrievalConfig_to_vertex(\n getv(from_object, ['dynamic_retrieval_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _EnterpriseWebSearch_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _ApiKeyConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['api_key_string']) is not None:\n setv(to_object, ['apiKeyString'], getv(from_object, ['api_key_string']))\n\n return to_object\n\n\ndef _AuthConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['api_key_config']) is not None:\n setv(\n to_object,\n ['apiKeyConfig'],\n _ApiKeyConfig_to_vertex(\n getv(from_object, ['api_key_config']), to_object\n ),\n )\n\n if getv(from_object, ['auth_type']) is not None:\n setv(to_object, ['authType'], getv(from_object, ['auth_type']))\n\n if getv(from_object, ['google_service_account_config']) is not None:\n setv(\n to_object,\n ['googleServiceAccountConfig'],\n getv(from_object, ['google_service_account_config']),\n )\n\n if getv(from_object, ['http_basic_auth_config']) is not None:\n setv(\n to_object,\n ['httpBasicAuthConfig'],\n getv(from_object, ['http_basic_auth_config']),\n )\n\n if getv(from_object, ['oauth_config']) is not None:\n setv(to_object, ['oauthConfig'], getv(from_object, ['oauth_config']))\n\n if getv(from_object, ['oidc_config']) is not None:\n setv(to_object, ['oidcConfig'], getv(from_object, ['oidc_config']))\n\n return to_object\n\n\ndef _GoogleMaps_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['auth_config']) is not None:\n setv(\n to_object,\n ['authConfig'],\n _AuthConfig_to_vertex(getv(from_object, ['auth_config']), to_object),\n )\n\n return to_object\n\n\ndef _UrlContext_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _Tool_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['function_declarations']) is not None:\n setv(\n to_object,\n ['functionDeclarations'],\n [\n _FunctionDeclaration_to_vertex(item, to_object)\n for item in getv(from_object, ['function_declarations'])\n ],\n )\n\n if getv(from_object, ['retrieval']) is not None:\n setv(to_object, ['retrieval'], getv(from_object, ['retrieval']))\n\n if getv(from_object, ['google_search']) is not None:\n setv(\n to_object,\n ['googleSearch'],\n _GoogleSearch_to_vertex(\n getv(from_object, ['google_search']), to_object\n ),\n )\n\n if getv(from_object, ['google_search_retrieval']) is not None:\n setv(\n to_object,\n ['googleSearchRetrieval'],\n _GoogleSearchRetrieval_to_vertex(\n getv(from_object, ['google_search_retrieval']), to_object\n ),\n )\n\n if getv(from_object, ['enterprise_web_search']) is not None:\n setv(\n to_object,\n ['enterpriseWebSearch'],\n _EnterpriseWebSearch_to_vertex(\n getv(from_object, ['enterprise_web_search']), to_object\n ),\n )\n\n if getv(from_object, ['google_maps']) is not None:\n setv(\n to_object,\n ['googleMaps'],\n _GoogleMaps_to_vertex(getv(from_object, ['google_maps']), to_object),\n )\n\n if getv(from_object, ['url_context']) is not None:\n setv(\n to_object,\n ['urlContext'],\n _UrlContext_to_vertex(getv(from_object, ['url_context']), to_object),\n )\n\n if getv(from_object, ['code_execution']) is not None:\n setv(to_object, ['codeExecution'], getv(from_object, ['code_execution']))\n\n return to_object\n\n\ndef _FunctionCallingConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['mode']) is not None:\n setv(to_object, ['mode'], getv(from_object, ['mode']))\n\n if getv(from_object, ['allowed_function_names']) is not None:\n setv(\n to_object,\n ['allowedFunctionNames'],\n getv(from_object, ['allowed_function_names']),\n )\n\n return to_object\n\n\ndef _LatLng_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['latitude']) is not None:\n setv(to_object, ['latitude'], getv(from_object, ['latitude']))\n\n if getv(from_object, ['longitude']) is not None:\n setv(to_object, ['longitude'], getv(from_object, ['longitude']))\n\n return to_object\n\n\ndef _RetrievalConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['lat_lng']) is not None:\n setv(\n to_object,\n ['latLng'],\n _LatLng_to_vertex(getv(from_object, ['lat_lng']), to_object),\n )\n\n if getv(from_object, ['language_code']) is not None:\n setv(to_object, ['languageCode'], getv(from_object, ['language_code']))\n\n return to_object\n\n\ndef _ToolConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['function_calling_config']) is not None:\n setv(\n to_object,\n ['functionCallingConfig'],\n _FunctionCallingConfig_to_vertex(\n getv(from_object, ['function_calling_config']), to_object\n ),\n )\n\n if getv(from_object, ['retrieval_config']) is not None:\n setv(\n to_object,\n ['retrievalConfig'],\n _RetrievalConfig_to_vertex(\n getv(from_object, ['retrieval_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _PrebuiltVoiceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['voice_name']) is not None:\n setv(to_object, ['voiceName'], getv(from_object, ['voice_name']))\n\n return to_object\n\n\ndef _VoiceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['prebuilt_voice_config']) is not None:\n setv(\n to_object,\n ['prebuiltVoiceConfig'],\n _PrebuiltVoiceConfig_to_vertex(\n getv(from_object, ['prebuilt_voice_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _SpeakerVoiceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['speaker']) is not None:\n raise ValueError('speaker parameter is not supported in Vertex AI.')\n\n if getv(from_object, ['voice_config']) is not None:\n raise ValueError('voice_config parameter is not supported in Vertex AI.')\n\n return to_object\n\n\ndef _MultiSpeakerVoiceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['speaker_voice_configs']) is not None:\n raise ValueError(\n 'speaker_voice_configs parameter is not supported in Vertex AI.'\n )\n\n return to_object\n\n\ndef _SpeechConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['voice_config']) is not None:\n setv(\n to_object,\n ['voiceConfig'],\n _VoiceConfig_to_vertex(getv(from_object, ['voice_config']), to_object),\n )\n\n if getv(from_object, ['multi_speaker_voice_config']) is not None:\n raise ValueError(\n 'multi_speaker_voice_config parameter is not supported in Vertex AI.'\n )\n\n if getv(from_object, ['language_code']) is not None:\n setv(to_object, ['languageCode'], getv(from_object, ['language_code']))\n\n return to_object\n\n\ndef _ThinkingConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['include_thoughts']) is not None:\n setv(\n to_object, ['includeThoughts'], getv(from_object, ['include_thoughts'])\n )\n\n if getv(from_object, ['thinking_budget']) is not None:\n setv(to_object, ['thinkingBudget'], getv(from_object, ['thinking_budget']))\n\n return to_object\n\n\ndef _GenerateContentConfig_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['system_instruction']) is not None:\n setv(\n parent_object,\n ['systemInstruction'],\n _Content_to_vertex(\n t.t_content(getv(from_object, ['system_instruction'])), to_object\n ),\n )\n\n if getv(from_object, ['temperature']) is not None:\n setv(to_object, ['temperature'], getv(from_object, ['temperature']))\n\n if getv(from_object, ['top_p']) is not None:\n setv(to_object, ['topP'], getv(from_object, ['top_p']))\n\n if getv(from_object, ['top_k']) is not None:\n setv(to_object, ['topK'], getv(from_object, ['top_k']))\n\n if getv(from_object, ['candidate_count']) is not None:\n setv(to_object, ['candidateCount'], getv(from_object, ['candidate_count']))\n\n if getv(from_object, ['max_output_tokens']) is not None:\n setv(\n to_object, ['maxOutputTokens'], getv(from_object, ['max_output_tokens'])\n )\n\n if getv(from_object, ['stop_sequences']) is not None:\n setv(to_object, ['stopSequences'], getv(from_object, ['stop_sequences']))\n\n if getv(from_object, ['response_logprobs']) is not None:\n setv(\n to_object,\n ['responseLogprobs'],\n getv(from_object, ['response_logprobs']),\n )\n\n if getv(from_object, ['logprobs']) is not None:\n setv(to_object, ['logprobs'], getv(from_object, ['logprobs']))\n\n if getv(from_object, ['presence_penalty']) is not None:\n setv(\n to_object, ['presencePenalty'], getv(from_object, ['presence_penalty'])\n )\n\n if getv(from_object, ['frequency_penalty']) is not None:\n setv(\n to_object,\n ['frequencyPenalty'],\n getv(from_object, ['frequency_penalty']),\n )\n\n if getv(from_object, ['seed']) is not None:\n setv(to_object, ['seed'], getv(from_object, ['seed']))\n\n if getv(from_object, ['response_mime_type']) is not None:\n setv(\n to_object,\n ['responseMimeType'],\n getv(from_object, ['response_mime_type']),\n )\n\n if getv(from_object, ['response_schema']) is not None:\n setv(\n to_object,\n ['responseSchema'],\n _Schema_to_vertex(\n t.t_schema(api_client, getv(from_object, ['response_schema'])),\n to_object,\n ),\n )\n\n if getv(from_object, ['response_json_schema']) is not None:\n setv(\n to_object,\n ['responseJsonSchema'],\n getv(from_object, ['response_json_schema']),\n )\n\n if getv(from_object, ['routing_config']) is not None:\n setv(to_object, ['routingConfig'], getv(from_object, ['routing_config']))\n\n if getv(from_object, ['model_selection_config']) is not None:\n setv(\n to_object,\n ['modelConfig'],\n _ModelSelectionConfig_to_vertex(\n getv(from_object, ['model_selection_config']), to_object\n ),\n )\n\n if getv(from_object, ['safety_settings']) is not None:\n setv(\n parent_object,\n ['safetySettings'],\n [\n _SafetySetting_to_vertex(item, to_object)\n for item in getv(from_object, ['safety_settings'])\n ],\n )\n\n if getv(from_object, ['tools']) is not None:\n setv(\n parent_object,\n ['tools'],\n [\n _Tool_to_vertex(t.t_tool(api_client, item), to_object)\n for item in t.t_tools(api_client, getv(from_object, ['tools']))\n ],\n )\n\n if getv(from_object, ['tool_config']) is not None:\n setv(\n parent_object,\n ['toolConfig'],\n _ToolConfig_to_vertex(getv(from_object, ['tool_config']), to_object),\n )\n\n if getv(from_object, ['labels']) is not None:\n setv(parent_object, ['labels'], getv(from_object, ['labels']))\n\n if getv(from_object, ['cached_content']) is not None:\n setv(\n parent_object,\n ['cachedContent'],\n t.t_cached_content_name(\n api_client, getv(from_object, ['cached_content'])\n ),\n )\n\n if getv(from_object, ['response_modalities']) is not None:\n setv(\n to_object,\n ['responseModalities'],\n getv(from_object, ['response_modalities']),\n )\n\n if getv(from_object, ['media_resolution']) is not None:\n setv(\n to_object, ['mediaResolution'], getv(from_object, ['media_resolution'])\n )\n\n if getv(from_object, ['speech_config']) is not None:\n setv(\n to_object,\n ['speechConfig'],\n _SpeechConfig_to_vertex(\n t.t_speech_config(getv(from_object, ['speech_config'])), to_object\n ),\n )\n\n if getv(from_object, ['audio_timestamp']) is not None:\n setv(to_object, ['audioTimestamp'], getv(from_object, ['audio_timestamp']))\n\n if getv(from_object, ['thinking_config']) is not None:\n setv(\n to_object,\n ['thinkingConfig'],\n _ThinkingConfig_to_vertex(\n getv(from_object, ['thinking_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _GenerateContentParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['contents']) is not None:\n setv(\n to_object,\n ['contents'],\n [\n _Content_to_vertex(item, to_object)\n for item in t.t_contents(getv(from_object, ['contents']))\n ],\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['generationConfig'],\n _GenerateContentConfig_to_vertex(\n api_client, getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _EmbedContentConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['task_type']) is not None:\n setv(\n parent_object,\n ['instances[]', 'task_type'],\n getv(from_object, ['task_type']),\n )\n\n if getv(from_object, ['title']) is not None:\n setv(parent_object, ['instances[]', 'title'], getv(from_object, ['title']))\n\n if getv(from_object, ['output_dimensionality']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputDimensionality'],\n getv(from_object, ['output_dimensionality']),\n )\n\n if getv(from_object, ['mime_type']) is not None:\n setv(\n parent_object,\n ['instances[]', 'mimeType'],\n getv(from_object, ['mime_type']),\n )\n\n if getv(from_object, ['auto_truncate']) is not None:\n setv(\n parent_object,\n ['parameters', 'autoTruncate'],\n getv(from_object, ['auto_truncate']),\n )\n\n return to_object\n\n\ndef _EmbedContentParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['contents']) is not None:\n setv(\n to_object,\n ['instances[]', 'content'],\n t.t_contents_for_embed(api_client, getv(from_object, ['contents'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _EmbedContentConfig_to_vertex(getv(from_object, ['config']), to_object),\n )\n\n return to_object\n\n\ndef _GenerateImagesConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['output_gcs_uri']) is not None:\n setv(\n parent_object,\n ['parameters', 'storageUri'],\n getv(from_object, ['output_gcs_uri']),\n )\n\n if getv(from_object, ['negative_prompt']) is not None:\n setv(\n parent_object,\n ['parameters', 'negativePrompt'],\n getv(from_object, ['negative_prompt']),\n )\n\n if getv(from_object, ['number_of_images']) is not None:\n setv(\n parent_object,\n ['parameters', 'sampleCount'],\n getv(from_object, ['number_of_images']),\n )\n\n if getv(from_object, ['aspect_ratio']) is not None:\n setv(\n parent_object,\n ['parameters', 'aspectRatio'],\n getv(from_object, ['aspect_ratio']),\n )\n\n if getv(from_object, ['guidance_scale']) is not None:\n setv(\n parent_object,\n ['parameters', 'guidanceScale'],\n getv(from_object, ['guidance_scale']),\n )\n\n if getv(from_object, ['seed']) is not None:\n setv(parent_object, ['parameters', 'seed'], getv(from_object, ['seed']))\n\n if getv(from_object, ['safety_filter_level']) is not None:\n setv(\n parent_object,\n ['parameters', 'safetySetting'],\n getv(from_object, ['safety_filter_level']),\n )\n\n if getv(from_object, ['person_generation']) is not None:\n setv(\n parent_object,\n ['parameters', 'personGeneration'],\n getv(from_object, ['person_generation']),\n )\n\n if getv(from_object, ['include_safety_attributes']) is not None:\n setv(\n parent_object,\n ['parameters', 'includeSafetyAttributes'],\n getv(from_object, ['include_safety_attributes']),\n )\n\n if getv(from_object, ['include_rai_reason']) is not None:\n setv(\n parent_object,\n ['parameters', 'includeRaiReason'],\n getv(from_object, ['include_rai_reason']),\n )\n\n if getv(from_object, ['language']) is not None:\n setv(\n parent_object,\n ['parameters', 'language'],\n getv(from_object, ['language']),\n )\n\n if getv(from_object, ['output_mime_type']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'mimeType'],\n getv(from_object, ['output_mime_type']),\n )\n\n if getv(from_object, ['output_compression_quality']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'compressionQuality'],\n getv(from_object, ['output_compression_quality']),\n )\n\n if getv(from_object, ['add_watermark']) is not None:\n setv(\n parent_object,\n ['parameters', 'addWatermark'],\n getv(from_object, ['add_watermark']),\n )\n\n if getv(from_object, ['enhance_prompt']) is not None:\n setv(\n parent_object,\n ['parameters', 'enhancePrompt'],\n getv(from_object, ['enhance_prompt']),\n )\n\n return to_object\n\n\ndef _GenerateImagesParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['prompt']) is not None:\n setv(to_object, ['instances[0]', 'prompt'], getv(from_object, ['prompt']))\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _GenerateImagesConfig_to_vertex(\n getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _Image_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['gcs_uri']) is not None:\n setv(to_object, ['gcsUri'], getv(from_object, ['gcs_uri']))\n\n if getv(from_object, ['image_bytes']) is not None:\n setv(\n to_object,\n ['bytesBase64Encoded'],\n t.t_bytes(getv(from_object, ['image_bytes'])),\n )\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['mimeType'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _MaskReferenceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['mask_mode']) is not None:\n setv(to_object, ['maskMode'], getv(from_object, ['mask_mode']))\n\n if getv(from_object, ['segmentation_classes']) is not None:\n setv(\n to_object, ['maskClasses'], getv(from_object, ['segmentation_classes'])\n )\n\n if getv(from_object, ['mask_dilation']) is not None:\n setv(to_object, ['dilation'], getv(from_object, ['mask_dilation']))\n\n return to_object\n\n\ndef _ControlReferenceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['control_type']) is not None:\n setv(to_object, ['controlType'], getv(from_object, ['control_type']))\n\n if getv(from_object, ['enable_control_image_computation']) is not None:\n setv(\n to_object,\n ['computeControl'],\n getv(from_object, ['enable_control_image_computation']),\n )\n\n return to_object\n\n\ndef _StyleReferenceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['style_description']) is not None:\n setv(\n to_object,\n ['styleDescription'],\n getv(from_object, ['style_description']),\n )\n\n return to_object\n\n\ndef _SubjectReferenceConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['subject_type']) is not None:\n setv(to_object, ['subjectType'], getv(from_object, ['subject_type']))\n\n if getv(from_object, ['subject_description']) is not None:\n setv(\n to_object,\n ['subjectDescription'],\n getv(from_object, ['subject_description']),\n )\n\n return to_object\n\n\ndef _ReferenceImageAPI_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['reference_image']) is not None:\n setv(\n to_object,\n ['referenceImage'],\n _Image_to_vertex(getv(from_object, ['reference_image']), to_object),\n )\n\n if getv(from_object, ['reference_id']) is not None:\n setv(to_object, ['referenceId'], getv(from_object, ['reference_id']))\n\n if getv(from_object, ['reference_type']) is not None:\n setv(to_object, ['referenceType'], getv(from_object, ['reference_type']))\n\n if getv(from_object, ['mask_image_config']) is not None:\n setv(\n to_object,\n ['maskImageConfig'],\n _MaskReferenceConfig_to_vertex(\n getv(from_object, ['mask_image_config']), to_object\n ),\n )\n\n if getv(from_object, ['control_image_config']) is not None:\n setv(\n to_object,\n ['controlImageConfig'],\n _ControlReferenceConfig_to_vertex(\n getv(from_object, ['control_image_config']), to_object\n ),\n )\n\n if getv(from_object, ['style_image_config']) is not None:\n setv(\n to_object,\n ['styleImageConfig'],\n _StyleReferenceConfig_to_vertex(\n getv(from_object, ['style_image_config']), to_object\n ),\n )\n\n if getv(from_object, ['subject_image_config']) is not None:\n setv(\n to_object,\n ['subjectImageConfig'],\n _SubjectReferenceConfig_to_vertex(\n getv(from_object, ['subject_image_config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _EditImageConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['output_gcs_uri']) is not None:\n setv(\n parent_object,\n ['parameters', 'storageUri'],\n getv(from_object, ['output_gcs_uri']),\n )\n\n if getv(from_object, ['negative_prompt']) is not None:\n setv(\n parent_object,\n ['parameters', 'negativePrompt'],\n getv(from_object, ['negative_prompt']),\n )\n\n if getv(from_object, ['number_of_images']) is not None:\n setv(\n parent_object,\n ['parameters', 'sampleCount'],\n getv(from_object, ['number_of_images']),\n )\n\n if getv(from_object, ['aspect_ratio']) is not None:\n setv(\n parent_object,\n ['parameters', 'aspectRatio'],\n getv(from_object, ['aspect_ratio']),\n )\n\n if getv(from_object, ['guidance_scale']) is not None:\n setv(\n parent_object,\n ['parameters', 'guidanceScale'],\n getv(from_object, ['guidance_scale']),\n )\n\n if getv(from_object, ['seed']) is not None:\n setv(parent_object, ['parameters', 'seed'], getv(from_object, ['seed']))\n\n if getv(from_object, ['safety_filter_level']) is not None:\n setv(\n parent_object,\n ['parameters', 'safetySetting'],\n getv(from_object, ['safety_filter_level']),\n )\n\n if getv(from_object, ['person_generation']) is not None:\n setv(\n parent_object,\n ['parameters', 'personGeneration'],\n getv(from_object, ['person_generation']),\n )\n\n if getv(from_object, ['include_safety_attributes']) is not None:\n setv(\n parent_object,\n ['parameters', 'includeSafetyAttributes'],\n getv(from_object, ['include_safety_attributes']),\n )\n\n if getv(from_object, ['include_rai_reason']) is not None:\n setv(\n parent_object,\n ['parameters', 'includeRaiReason'],\n getv(from_object, ['include_rai_reason']),\n )\n\n if getv(from_object, ['language']) is not None:\n setv(\n parent_object,\n ['parameters', 'language'],\n getv(from_object, ['language']),\n )\n\n if getv(from_object, ['output_mime_type']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'mimeType'],\n getv(from_object, ['output_mime_type']),\n )\n\n if getv(from_object, ['output_compression_quality']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'compressionQuality'],\n getv(from_object, ['output_compression_quality']),\n )\n\n if getv(from_object, ['edit_mode']) is not None:\n setv(\n parent_object,\n ['parameters', 'editMode'],\n getv(from_object, ['edit_mode']),\n )\n\n if getv(from_object, ['base_steps']) is not None:\n setv(\n parent_object,\n ['parameters', 'editConfig', 'baseSteps'],\n getv(from_object, ['base_steps']),\n )\n\n return to_object\n\n\ndef _EditImageParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['prompt']) is not None:\n setv(to_object, ['instances[0]', 'prompt'], getv(from_object, ['prompt']))\n\n if getv(from_object, ['reference_images']) is not None:\n setv(\n to_object,\n ['instances[0]', 'referenceImages'],\n [\n _ReferenceImageAPI_to_vertex(item, to_object)\n for item in getv(from_object, ['reference_images'])\n ],\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _EditImageConfig_to_vertex(getv(from_object, ['config']), to_object),\n )\n\n return to_object\n\n\ndef _UpscaleImageAPIConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['include_rai_reason']) is not None:\n setv(\n parent_object,\n ['parameters', 'includeRaiReason'],\n getv(from_object, ['include_rai_reason']),\n )\n\n if getv(from_object, ['output_mime_type']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'mimeType'],\n getv(from_object, ['output_mime_type']),\n )\n\n if getv(from_object, ['output_compression_quality']) is not None:\n setv(\n parent_object,\n ['parameters', 'outputOptions', 'compressionQuality'],\n getv(from_object, ['output_compression_quality']),\n )\n\n if getv(from_object, ['enhance_input_image']) is not None:\n setv(\n parent_object,\n ['parameters', 'upscaleConfig', 'enhanceInputImage'],\n getv(from_object, ['enhance_input_image']),\n )\n\n if getv(from_object, ['image_preservation_factor']) is not None:\n setv(\n parent_object,\n ['parameters', 'upscaleConfig', 'imagePreservationFactor'],\n getv(from_object, ['image_preservation_factor']),\n )\n\n if getv(from_object, ['number_of_images']) is not None:\n setv(\n parent_object,\n ['parameters', 'sampleCount'],\n getv(from_object, ['number_of_images']),\n )\n\n if getv(from_object, ['mode']) is not None:\n setv(parent_object, ['parameters', 'mode'], getv(from_object, ['mode']))\n\n return to_object\n\n\ndef _UpscaleImageAPIParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['image']) is not None:\n setv(\n to_object,\n ['instances[0]', 'image'],\n _Image_to_vertex(getv(from_object, ['image']), to_object),\n )\n\n if getv(from_object, ['upscale_factor']) is not None:\n setv(\n to_object,\n ['parameters', 'upscaleConfig', 'upscaleFactor'],\n getv(from_object, ['upscale_factor']),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _UpscaleImageAPIConfig_to_vertex(\n getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _GetModelParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'name'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(to_object, ['config'], getv(from_object, ['config']))\n\n return to_object\n\n\ndef _ListModelsConfig_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['page_size']) is not None:\n setv(\n parent_object, ['_query', 'pageSize'], getv(from_object, ['page_size'])\n )\n\n if getv(from_object, ['page_token']) is not None:\n setv(\n parent_object,\n ['_query', 'pageToken'],\n getv(from_object, ['page_token']),\n )\n\n if getv(from_object, ['filter']) is not None:\n setv(parent_object, ['_query', 'filter'], getv(from_object, ['filter']))\n\n if getv(from_object, ['query_base']) is not None:\n setv(\n parent_object,\n ['_url', 'models_url'],\n t.t_models_url(api_client, getv(from_object, ['query_base'])),\n )\n\n return to_object\n\n\ndef _ListModelsParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _ListModelsConfig_to_vertex(\n api_client, getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _UpdateModelConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['display_name']) is not None:\n setv(parent_object, ['displayName'], getv(from_object, ['display_name']))\n\n if getv(from_object, ['description']) is not None:\n setv(parent_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['default_checkpoint_id']) is not None:\n setv(\n parent_object,\n ['defaultCheckpointId'],\n getv(from_object, ['default_checkpoint_id']),\n )\n\n return to_object\n\n\ndef _UpdateModelParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _UpdateModelConfig_to_vertex(getv(from_object, ['config']), to_object),\n )\n\n return to_object\n\n\ndef _DeleteModelParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'name'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(to_object, ['config'], getv(from_object, ['config']))\n\n return to_object\n\n\ndef _CountTokensConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['system_instruction']) is not None:\n setv(\n parent_object,\n ['systemInstruction'],\n _Content_to_vertex(\n t.t_content(getv(from_object, ['system_instruction'])), to_object\n ),\n )\n\n if getv(from_object, ['tools']) is not None:\n setv(\n parent_object,\n ['tools'],\n [\n _Tool_to_vertex(item, to_object)\n for item in getv(from_object, ['tools'])\n ],\n )\n\n if getv(from_object, ['generation_config']) is not None:\n setv(\n parent_object,\n ['generationConfig'],\n getv(from_object, ['generation_config']),\n )\n\n return to_object\n\n\ndef _CountTokensParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['contents']) is not None:\n setv(\n to_object,\n ['contents'],\n [\n _Content_to_vertex(item, to_object)\n for item in t.t_contents(getv(from_object, ['contents']))\n ],\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _CountTokensConfig_to_vertex(getv(from_object, ['config']), to_object),\n )\n\n return to_object\n\n\ndef _ComputeTokensParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['contents']) is not None:\n setv(\n to_object,\n ['contents'],\n [\n _Content_to_vertex(item, to_object)\n for item in t.t_contents(getv(from_object, ['contents']))\n ],\n )\n\n if getv(from_object, ['config']) is not None:\n setv(to_object, ['config'], getv(from_object, ['config']))\n\n return to_object\n\n\ndef _Video_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['uri']) is not None:\n setv(to_object, ['gcsUri'], getv(from_object, ['uri']))\n\n if getv(from_object, ['video_bytes']) is not None:\n setv(\n to_object,\n ['bytesBase64Encoded'],\n t.t_bytes(getv(from_object, ['video_bytes'])),\n )\n\n if getv(from_object, ['mime_type']) is not None:\n setv(to_object, ['mimeType'], getv(from_object, ['mime_type']))\n\n return to_object\n\n\ndef _GenerateVideosConfig_to_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['number_of_videos']) is not None:\n setv(\n parent_object,\n ['parameters', 'sampleCount'],\n getv(from_object, ['number_of_videos']),\n )\n\n if getv(from_object, ['output_gcs_uri']) is not None:\n setv(\n parent_object,\n ['parameters', 'storageUri'],\n getv(from_object, ['output_gcs_uri']),\n )\n\n if getv(from_object, ['fps']) is not None:\n setv(parent_object, ['parameters', 'fps'], getv(from_object, ['fps']))\n\n if getv(from_object, ['duration_seconds']) is not None:\n setv(\n parent_object,\n ['parameters', 'durationSeconds'],\n getv(from_object, ['duration_seconds']),\n )\n\n if getv(from_object, ['seed']) is not None:\n setv(parent_object, ['parameters', 'seed'], getv(from_object, ['seed']))\n\n if getv(from_object, ['aspect_ratio']) is not None:\n setv(\n parent_object,\n ['parameters', 'aspectRatio'],\n getv(from_object, ['aspect_ratio']),\n )\n\n if getv(from_object, ['resolution']) is not None:\n setv(\n parent_object,\n ['parameters', 'resolution'],\n getv(from_object, ['resolution']),\n )\n\n if getv(from_object, ['person_generation']) is not None:\n setv(\n parent_object,\n ['parameters', 'personGeneration'],\n getv(from_object, ['person_generation']),\n )\n\n if getv(from_object, ['pubsub_topic']) is not None:\n setv(\n parent_object,\n ['parameters', 'pubsubTopic'],\n getv(from_object, ['pubsub_topic']),\n )\n\n if getv(from_object, ['negative_prompt']) is not None:\n setv(\n parent_object,\n ['parameters', 'negativePrompt'],\n getv(from_object, ['negative_prompt']),\n )\n\n if getv(from_object, ['enhance_prompt']) is not None:\n setv(\n parent_object,\n ['parameters', 'enhancePrompt'],\n getv(from_object, ['enhance_prompt']),\n )\n\n if getv(from_object, ['generate_audio']) is not None:\n setv(\n parent_object,\n ['parameters', 'generateAudio'],\n getv(from_object, ['generate_audio']),\n )\n\n if getv(from_object, ['last_frame']) is not None:\n setv(\n parent_object,\n ['instances[0]', 'lastFrame'],\n _Image_to_vertex(getv(from_object, ['last_frame']), to_object),\n )\n\n if getv(from_object, ['compression_quality']) is not None:\n setv(\n parent_object,\n ['parameters', 'compressionQuality'],\n getv(from_object, ['compression_quality']),\n )\n\n return to_object\n\n\ndef _GenerateVideosParameters_to_vertex(\n api_client: BaseApiClient,\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['model']) is not None:\n setv(\n to_object,\n ['_url', 'model'],\n t.t_model(api_client, getv(from_object, ['model'])),\n )\n\n if getv(from_object, ['prompt']) is not None:\n setv(to_object, ['instances[0]', 'prompt'], getv(from_object, ['prompt']))\n\n if getv(from_object, ['image']) is not None:\n setv(\n to_object,\n ['instances[0]', 'image'],\n _Image_to_vertex(getv(from_object, ['image']), to_object),\n )\n\n if getv(from_object, ['video']) is not None:\n setv(\n to_object,\n ['instances[0]', 'video'],\n _Video_to_vertex(getv(from_object, ['video']), to_object),\n )\n\n if getv(from_object, ['config']) is not None:\n setv(\n to_object,\n ['config'],\n _GenerateVideosConfig_to_vertex(\n getv(from_object, ['config']), to_object\n ),\n )\n\n return to_object\n\n\ndef _FeatureSelectionPreference_to_mldev_enum_validate(enum_value: Any) -> None:\n if enum_value in set(\n [\n 'FEATURE_SELECTION_PREFERENCE_UNSPECIFIED',\n 'PRIORITIZE_QUALITY',\n 'BALANCED',\n 'PRIORITIZE_COST',\n ]\n ):\n raise ValueError(f'{enum_value} enum value is not supported in Gemini API.')\n\n\ndef _SafetyFilterLevel_to_mldev_enum_validate(enum_value: Any) -> None:\n if enum_value in set(['BLOCK_NONE']):\n raise ValueError(f'{enum_value} enum value is not supported in Gemini API.')\n\n\ndef _PersonGeneration_to_mldev_enum_validate(enum_value: Any) -> None:\n if enum_value in set(['ALLOW_ALL']):\n raise ValueError(f'{enum_value} enum value is not supported in Gemini API.')\n\n\ndef _Behavior_to_vertex_enum_validate(enum_value: Any) -> None:\n if enum_value in set(['UNSPECIFIED', 'BLOCKING', 'NON_BLOCKING']):\n raise ValueError(f'{enum_value} enum value is not supported in Vertex AI.')\n\n\ndef _VideoMetadata_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['fps']) is not None:\n setv(to_object, ['fps'], getv(from_object, ['fps']))\n\n if getv(from_object, ['endOffset']) is not None:\n setv(to_object, ['end_offset'], getv(from_object, ['endOffset']))\n\n if getv(from_object, ['startOffset']) is not None:\n setv(to_object, ['start_offset'], getv(from_object, ['startOffset']))\n\n return to_object\n\n\ndef _Blob_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['data']) is not None:\n setv(to_object, ['data'], getv(from_object, ['data']))\n\n if getv(from_object, ['mimeType']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['mimeType']))\n\n return to_object\n\n\ndef _FileData_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['fileUri']) is not None:\n setv(to_object, ['file_uri'], getv(from_object, ['fileUri']))\n\n if getv(from_object, ['mimeType']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['mimeType']))\n\n return to_object\n\n\ndef _Part_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['videoMetadata']) is not None:\n setv(\n to_object,\n ['video_metadata'],\n _VideoMetadata_from_mldev(\n getv(from_object, ['videoMetadata']), to_object\n ),\n )\n\n if getv(from_object, ['thought']) is not None:\n setv(to_object, ['thought'], getv(from_object, ['thought']))\n\n if getv(from_object, ['inlineData']) is not None:\n setv(\n to_object,\n ['inline_data'],\n _Blob_from_mldev(getv(from_object, ['inlineData']), to_object),\n )\n\n if getv(from_object, ['fileData']) is not None:\n setv(\n to_object,\n ['file_data'],\n _FileData_from_mldev(getv(from_object, ['fileData']), to_object),\n )\n\n if getv(from_object, ['thoughtSignature']) is not None:\n setv(\n to_object,\n ['thought_signature'],\n getv(from_object, ['thoughtSignature']),\n )\n\n if getv(from_object, ['codeExecutionResult']) is not None:\n setv(\n to_object,\n ['code_execution_result'],\n getv(from_object, ['codeExecutionResult']),\n )\n\n if getv(from_object, ['executableCode']) is not None:\n setv(to_object, ['executable_code'], getv(from_object, ['executableCode']))\n\n if getv(from_object, ['functionCall']) is not None:\n setv(to_object, ['function_call'], getv(from_object, ['functionCall']))\n\n if getv(from_object, ['functionResponse']) is not None:\n setv(\n to_object,\n ['function_response'],\n getv(from_object, ['functionResponse']),\n )\n\n if getv(from_object, ['text']) is not None:\n setv(to_object, ['text'], getv(from_object, ['text']))\n\n return to_object\n\n\ndef _Content_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['parts']) is not None:\n setv(\n to_object,\n ['parts'],\n [\n _Part_from_mldev(item, to_object)\n for item in getv(from_object, ['parts'])\n ],\n )\n\n if getv(from_object, ['role']) is not None:\n setv(to_object, ['role'], getv(from_object, ['role']))\n\n return to_object\n\n\ndef _CitationMetadata_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['citationSources']) is not None:\n setv(to_object, ['citations'], getv(from_object, ['citationSources']))\n\n return to_object\n\n\ndef _UrlMetadata_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['retrievedUrl']) is not None:\n setv(to_object, ['retrieved_url'], getv(from_object, ['retrievedUrl']))\n\n if getv(from_object, ['urlRetrievalStatus']) is not None:\n setv(\n to_object,\n ['url_retrieval_status'],\n getv(from_object, ['urlRetrievalStatus']),\n )\n\n return to_object\n\n\ndef _UrlContextMetadata_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['urlMetadata']) is not None:\n setv(\n to_object,\n ['url_metadata'],\n [\n _UrlMetadata_from_mldev(item, to_object)\n for item in getv(from_object, ['urlMetadata'])\n ],\n )\n\n return to_object\n\n\ndef _Candidate_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['content']) is not None:\n setv(\n to_object,\n ['content'],\n _Content_from_mldev(getv(from_object, ['content']), to_object),\n )\n\n if getv(from_object, ['citationMetadata']) is not None:\n setv(\n to_object,\n ['citation_metadata'],\n _CitationMetadata_from_mldev(\n getv(from_object, ['citationMetadata']), to_object\n ),\n )\n\n if getv(from_object, ['tokenCount']) is not None:\n setv(to_object, ['token_count'], getv(from_object, ['tokenCount']))\n\n if getv(from_object, ['finishReason']) is not None:\n setv(to_object, ['finish_reason'], getv(from_object, ['finishReason']))\n\n if getv(from_object, ['urlContextMetadata']) is not None:\n setv(\n to_object,\n ['url_context_metadata'],\n _UrlContextMetadata_from_mldev(\n getv(from_object, ['urlContextMetadata']), to_object\n ),\n )\n\n if getv(from_object, ['avgLogprobs']) is not None:\n setv(to_object, ['avg_logprobs'], getv(from_object, ['avgLogprobs']))\n\n if getv(from_object, ['groundingMetadata']) is not None:\n setv(\n to_object,\n ['grounding_metadata'],\n getv(from_object, ['groundingMetadata']),\n )\n\n if getv(from_object, ['index']) is not None:\n setv(to_object, ['index'], getv(from_object, ['index']))\n\n if getv(from_object, ['logprobsResult']) is not None:\n setv(to_object, ['logprobs_result'], getv(from_object, ['logprobsResult']))\n\n if getv(from_object, ['safetyRatings']) is not None:\n setv(to_object, ['safety_ratings'], getv(from_object, ['safetyRatings']))\n\n return to_object\n\n\ndef _GenerateContentResponse_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['sdkHttpResponse']) is not None:\n setv(\n to_object, ['sdk_http_response'], getv(from_object, ['sdkHttpResponse'])\n )\n\n if getv(from_object, ['candidates']) is not None:\n setv(\n to_object,\n ['candidates'],\n [\n _Candidate_from_mldev(item, to_object)\n for item in getv(from_object, ['candidates'])\n ],\n )\n\n if getv(from_object, ['modelVersion']) is not None:\n setv(to_object, ['model_version'], getv(from_object, ['modelVersion']))\n\n if getv(from_object, ['promptFeedback']) is not None:\n setv(to_object, ['prompt_feedback'], getv(from_object, ['promptFeedback']))\n\n if getv(from_object, ['usageMetadata']) is not None:\n setv(to_object, ['usage_metadata'], getv(from_object, ['usageMetadata']))\n\n return to_object\n\n\ndef _ContentEmbeddingStatistics_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _ContentEmbedding_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['values']) is not None:\n setv(to_object, ['values'], getv(from_object, ['values']))\n\n return to_object\n\n\ndef _EmbedContentMetadata_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _EmbedContentResponse_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['embeddings']) is not None:\n setv(\n to_object,\n ['embeddings'],\n [\n _ContentEmbedding_from_mldev(item, to_object)\n for item in getv(from_object, ['embeddings'])\n ],\n )\n\n if getv(from_object, ['metadata']) is not None:\n setv(\n to_object,\n ['metadata'],\n _EmbedContentMetadata_from_mldev(\n getv(from_object, ['metadata']), to_object\n ),\n )\n\n return to_object\n\n\ndef _Image_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['bytesBase64Encoded']) is not None:\n setv(\n to_object,\n ['image_bytes'],\n t.t_bytes(getv(from_object, ['bytesBase64Encoded'])),\n )\n\n if getv(from_object, ['mimeType']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['mimeType']))\n\n return to_object\n\n\ndef _SafetyAttributes_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['safetyAttributes', 'categories']) is not None:\n setv(\n to_object,\n ['categories'],\n getv(from_object, ['safetyAttributes', 'categories']),\n )\n\n if getv(from_object, ['safetyAttributes', 'scores']) is not None:\n setv(\n to_object, ['scores'], getv(from_object, ['safetyAttributes', 'scores'])\n )\n\n if getv(from_object, ['contentType']) is not None:\n setv(to_object, ['content_type'], getv(from_object, ['contentType']))\n\n return to_object\n\n\ndef _GeneratedImage_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['image'],\n _Image_from_mldev(getv(from_object, ['_self']), to_object),\n )\n\n if getv(from_object, ['raiFilteredReason']) is not None:\n setv(\n to_object,\n ['rai_filtered_reason'],\n getv(from_object, ['raiFilteredReason']),\n )\n\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['safety_attributes'],\n _SafetyAttributes_from_mldev(getv(from_object, ['_self']), to_object),\n )\n\n return to_object\n\n\ndef _GenerateImagesResponse_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['predictions']) is not None:\n setv(\n to_object,\n ['generated_images'],\n [\n _GeneratedImage_from_mldev(item, to_object)\n for item in getv(from_object, ['predictions'])\n ],\n )\n\n if getv(from_object, ['positivePromptSafetyAttributes']) is not None:\n setv(\n to_object,\n ['positive_prompt_safety_attributes'],\n _SafetyAttributes_from_mldev(\n getv(from_object, ['positivePromptSafetyAttributes']), to_object\n ),\n )\n\n return to_object\n\n\ndef _Endpoint_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _TunedModelInfo_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['baseModel']) is not None:\n setv(to_object, ['base_model'], getv(from_object, ['baseModel']))\n\n if getv(from_object, ['createTime']) is not None:\n setv(to_object, ['create_time'], getv(from_object, ['createTime']))\n\n if getv(from_object, ['updateTime']) is not None:\n setv(to_object, ['update_time'], getv(from_object, ['updateTime']))\n\n return to_object\n\n\ndef _Checkpoint_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _Model_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['name']) is not None:\n setv(to_object, ['name'], getv(from_object, ['name']))\n\n if getv(from_object, ['displayName']) is not None:\n setv(to_object, ['display_name'], getv(from_object, ['displayName']))\n\n if getv(from_object, ['description']) is not None:\n setv(to_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['version']) is not None:\n setv(to_object, ['version'], getv(from_object, ['version']))\n\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['tuned_model_info'],\n _TunedModelInfo_from_mldev(getv(from_object, ['_self']), to_object),\n )\n\n if getv(from_object, ['inputTokenLimit']) is not None:\n setv(\n to_object, ['input_token_limit'], getv(from_object, ['inputTokenLimit'])\n )\n\n if getv(from_object, ['outputTokenLimit']) is not None:\n setv(\n to_object,\n ['output_token_limit'],\n getv(from_object, ['outputTokenLimit']),\n )\n\n if getv(from_object, ['supportedGenerationMethods']) is not None:\n setv(\n to_object,\n ['supported_actions'],\n getv(from_object, ['supportedGenerationMethods']),\n )\n\n return to_object\n\n\ndef _ListModelsResponse_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['nextPageToken']) is not None:\n setv(to_object, ['next_page_token'], getv(from_object, ['nextPageToken']))\n\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['models'],\n [\n _Model_from_mldev(item, to_object)\n for item in t.t_extract_models(getv(from_object, ['_self']))\n ],\n )\n\n return to_object\n\n\ndef _DeleteModelResponse_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _CountTokensResponse_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['totalTokens']) is not None:\n setv(to_object, ['total_tokens'], getv(from_object, ['totalTokens']))\n\n if getv(from_object, ['cachedContentTokenCount']) is not None:\n setv(\n to_object,\n ['cached_content_token_count'],\n getv(from_object, ['cachedContentTokenCount']),\n )\n\n return to_object\n\n\ndef _Video_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['video', 'uri']) is not None:\n setv(to_object, ['uri'], getv(from_object, ['video', 'uri']))\n\n if getv(from_object, ['video', 'encodedVideo']) is not None:\n setv(\n to_object,\n ['video_bytes'],\n t.t_bytes(getv(from_object, ['video', 'encodedVideo'])),\n )\n\n if getv(from_object, ['encoding']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['encoding']))\n\n return to_object\n\n\ndef _GeneratedVideo_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['video'],\n _Video_from_mldev(getv(from_object, ['_self']), to_object),\n )\n\n return to_object\n\n\ndef _GenerateVideosResponse_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['generatedSamples']) is not None:\n setv(\n to_object,\n ['generated_videos'],\n [\n _GeneratedVideo_from_mldev(item, to_object)\n for item in getv(from_object, ['generatedSamples'])\n ],\n )\n\n if getv(from_object, ['raiMediaFilteredCount']) is not None:\n setv(\n to_object,\n ['rai_media_filtered_count'],\n getv(from_object, ['raiMediaFilteredCount']),\n )\n\n if getv(from_object, ['raiMediaFilteredReasons']) is not None:\n setv(\n to_object,\n ['rai_media_filtered_reasons'],\n getv(from_object, ['raiMediaFilteredReasons']),\n )\n\n return to_object\n\n\ndef _GenerateVideosOperation_from_mldev(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['name']) is not None:\n setv(to_object, ['name'], getv(from_object, ['name']))\n\n if getv(from_object, ['metadata']) is not None:\n setv(to_object, ['metadata'], getv(from_object, ['metadata']))\n\n if getv(from_object, ['done']) is not None:\n setv(to_object, ['done'], getv(from_object, ['done']))\n\n if getv(from_object, ['error']) is not None:\n setv(to_object, ['error'], getv(from_object, ['error']))\n\n if getv(from_object, ['response', 'generateVideoResponse']) is not None:\n setv(\n to_object,\n ['response'],\n _GenerateVideosResponse_from_mldev(\n getv(from_object, ['response', 'generateVideoResponse']), to_object\n ),\n )\n\n if getv(from_object, ['response', 'generateVideoResponse']) is not None:\n setv(\n to_object,\n ['result'],\n _GenerateVideosResponse_from_mldev(\n getv(from_object, ['response', 'generateVideoResponse']), to_object\n ),\n )\n\n return to_object\n\n\ndef _VideoMetadata_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['fps']) is not None:\n setv(to_object, ['fps'], getv(from_object, ['fps']))\n\n if getv(from_object, ['endOffset']) is not None:\n setv(to_object, ['end_offset'], getv(from_object, ['endOffset']))\n\n if getv(from_object, ['startOffset']) is not None:\n setv(to_object, ['start_offset'], getv(from_object, ['startOffset']))\n\n return to_object\n\n\ndef _Blob_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['displayName']) is not None:\n setv(to_object, ['display_name'], getv(from_object, ['displayName']))\n\n if getv(from_object, ['data']) is not None:\n setv(to_object, ['data'], getv(from_object, ['data']))\n\n if getv(from_object, ['mimeType']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['mimeType']))\n\n return to_object\n\n\ndef _FileData_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['displayName']) is not None:\n setv(to_object, ['display_name'], getv(from_object, ['displayName']))\n\n if getv(from_object, ['fileUri']) is not None:\n setv(to_object, ['file_uri'], getv(from_object, ['fileUri']))\n\n if getv(from_object, ['mimeType']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['mimeType']))\n\n return to_object\n\n\ndef _Part_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['videoMetadata']) is not None:\n setv(\n to_object,\n ['video_metadata'],\n _VideoMetadata_from_vertex(\n getv(from_object, ['videoMetadata']), to_object\n ),\n )\n\n if getv(from_object, ['thought']) is not None:\n setv(to_object, ['thought'], getv(from_object, ['thought']))\n\n if getv(from_object, ['inlineData']) is not None:\n setv(\n to_object,\n ['inline_data'],\n _Blob_from_vertex(getv(from_object, ['inlineData']), to_object),\n )\n\n if getv(from_object, ['fileData']) is not None:\n setv(\n to_object,\n ['file_data'],\n _FileData_from_vertex(getv(from_object, ['fileData']), to_object),\n )\n\n if getv(from_object, ['thoughtSignature']) is not None:\n setv(\n to_object,\n ['thought_signature'],\n getv(from_object, ['thoughtSignature']),\n )\n\n if getv(from_object, ['codeExecutionResult']) is not None:\n setv(\n to_object,\n ['code_execution_result'],\n getv(from_object, ['codeExecutionResult']),\n )\n\n if getv(from_object, ['executableCode']) is not None:\n setv(to_object, ['executable_code'], getv(from_object, ['executableCode']))\n\n if getv(from_object, ['functionCall']) is not None:\n setv(to_object, ['function_call'], getv(from_object, ['functionCall']))\n\n if getv(from_object, ['functionResponse']) is not None:\n setv(\n to_object,\n ['function_response'],\n getv(from_object, ['functionResponse']),\n )\n\n if getv(from_object, ['text']) is not None:\n setv(to_object, ['text'], getv(from_object, ['text']))\n\n return to_object\n\n\ndef _Content_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['parts']) is not None:\n setv(\n to_object,\n ['parts'],\n [\n _Part_from_vertex(item, to_object)\n for item in getv(from_object, ['parts'])\n ],\n )\n\n if getv(from_object, ['role']) is not None:\n setv(to_object, ['role'], getv(from_object, ['role']))\n\n return to_object\n\n\ndef _CitationMetadata_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['citations']) is not None:\n setv(to_object, ['citations'], getv(from_object, ['citations']))\n\n return to_object\n\n\ndef _UrlMetadata_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['retrievedUrl']) is not None:\n setv(to_object, ['retrieved_url'], getv(from_object, ['retrievedUrl']))\n\n if getv(from_object, ['urlRetrievalStatus']) is not None:\n setv(\n to_object,\n ['url_retrieval_status'],\n getv(from_object, ['urlRetrievalStatus']),\n )\n\n return to_object\n\n\ndef _UrlContextMetadata_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['urlMetadata']) is not None:\n setv(\n to_object,\n ['url_metadata'],\n [\n _UrlMetadata_from_vertex(item, to_object)\n for item in getv(from_object, ['urlMetadata'])\n ],\n )\n\n return to_object\n\n\ndef _Candidate_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['content']) is not None:\n setv(\n to_object,\n ['content'],\n _Content_from_vertex(getv(from_object, ['content']), to_object),\n )\n\n if getv(from_object, ['citationMetadata']) is not None:\n setv(\n to_object,\n ['citation_metadata'],\n _CitationMetadata_from_vertex(\n getv(from_object, ['citationMetadata']), to_object\n ),\n )\n\n if getv(from_object, ['finishMessage']) is not None:\n setv(to_object, ['finish_message'], getv(from_object, ['finishMessage']))\n\n if getv(from_object, ['finishReason']) is not None:\n setv(to_object, ['finish_reason'], getv(from_object, ['finishReason']))\n\n if getv(from_object, ['urlContextMetadata']) is not None:\n setv(\n to_object,\n ['url_context_metadata'],\n _UrlContextMetadata_from_vertex(\n getv(from_object, ['urlContextMetadata']), to_object\n ),\n )\n\n if getv(from_object, ['avgLogprobs']) is not None:\n setv(to_object, ['avg_logprobs'], getv(from_object, ['avgLogprobs']))\n\n if getv(from_object, ['groundingMetadata']) is not None:\n setv(\n to_object,\n ['grounding_metadata'],\n getv(from_object, ['groundingMetadata']),\n )\n\n if getv(from_object, ['index']) is not None:\n setv(to_object, ['index'], getv(from_object, ['index']))\n\n if getv(from_object, ['logprobsResult']) is not None:\n setv(to_object, ['logprobs_result'], getv(from_object, ['logprobsResult']))\n\n if getv(from_object, ['safetyRatings']) is not None:\n setv(to_object, ['safety_ratings'], getv(from_object, ['safetyRatings']))\n\n return to_object\n\n\ndef _GenerateContentResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n if getv(from_object, ['sdkHttpResponse']) is not None:\n setv(\n to_object, ['sdk_http_response'], getv(from_object, ['sdkHttpResponse'])\n )\n\n if getv(from_object, ['candidates']) is not None:\n setv(\n to_object,\n ['candidates'],\n [\n _Candidate_from_vertex(item, to_object)\n for item in getv(from_object, ['candidates'])\n ],\n )\n\n if getv(from_object, ['createTime']) is not None:\n setv(to_object, ['create_time'], getv(from_object, ['createTime']))\n\n if getv(from_object, ['responseId']) is not None:\n setv(to_object, ['response_id'], getv(from_object, ['responseId']))\n\n if getv(from_object, ['modelVersion']) is not None:\n setv(to_object, ['model_version'], getv(from_object, ['modelVersion']))\n\n if getv(from_object, ['promptFeedback']) is not None:\n setv(to_object, ['prompt_feedback'], getv(from_object, ['promptFeedback']))\n\n if getv(from_object, ['usageMetadata']) is not None:\n setv(to_object, ['usage_metadata'], getv(from_object, ['usageMetadata']))\n\n return to_object\n\n\ndef _ContentEmbeddingStatistics_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['truncated']) is not None:\n setv(to_object, ['truncated'], getv(from_object, ['truncated']))\n\n if getv(from_object, ['token_count']) is not None:\n setv(to_object, ['token_count'], getv(from_object, ['token_count']))\n\n return to_object\n\n\ndef _ContentEmbedding_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['values']) is not None:\n setv(to_object, ['values'], getv(from_object, ['values']))\n\n if getv(from_object, ['statistics']) is not None:\n setv(\n to_object,\n ['statistics'],\n _ContentEmbeddingStatistics_from_vertex(\n getv(from_object, ['statistics']), to_object\n ),\n )\n\n return to_object\n\n\ndef _EmbedContentMetadata_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['billableCharacterCount']) is not None:\n setv(\n to_object,\n ['billable_character_count'],\n getv(from_object, ['billableCharacterCount']),\n )\n\n return to_object\n\n\ndef _EmbedContentResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['predictions[]', 'embeddings']) is not None:\n setv(\n to_object,\n ['embeddings'],\n [\n _ContentEmbedding_from_vertex(item, to_object)\n for item in getv(from_object, ['predictions[]', 'embeddings'])\n ],\n )\n\n if getv(from_object, ['metadata']) is not None:\n setv(\n to_object,\n ['metadata'],\n _EmbedContentMetadata_from_vertex(\n getv(from_object, ['metadata']), to_object\n ),\n )\n\n return to_object\n\n\ndef _Image_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['gcsUri']) is not None:\n setv(to_object, ['gcs_uri'], getv(from_object, ['gcsUri']))\n\n if getv(from_object, ['bytesBase64Encoded']) is not None:\n setv(\n to_object,\n ['image_bytes'],\n t.t_bytes(getv(from_object, ['bytesBase64Encoded'])),\n )\n\n if getv(from_object, ['mimeType']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['mimeType']))\n\n return to_object\n\n\ndef _SafetyAttributes_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['safetyAttributes', 'categories']) is not None:\n setv(\n to_object,\n ['categories'],\n getv(from_object, ['safetyAttributes', 'categories']),\n )\n\n if getv(from_object, ['safetyAttributes', 'scores']) is not None:\n setv(\n to_object, ['scores'], getv(from_object, ['safetyAttributes', 'scores'])\n )\n\n if getv(from_object, ['contentType']) is not None:\n setv(to_object, ['content_type'], getv(from_object, ['contentType']))\n\n return to_object\n\n\ndef _GeneratedImage_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['image'],\n _Image_from_vertex(getv(from_object, ['_self']), to_object),\n )\n\n if getv(from_object, ['raiFilteredReason']) is not None:\n setv(\n to_object,\n ['rai_filtered_reason'],\n getv(from_object, ['raiFilteredReason']),\n )\n\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['safety_attributes'],\n _SafetyAttributes_from_vertex(getv(from_object, ['_self']), to_object),\n )\n\n if getv(from_object, ['prompt']) is not None:\n setv(to_object, ['enhanced_prompt'], getv(from_object, ['prompt']))\n\n return to_object\n\n\ndef _GenerateImagesResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['predictions']) is not None:\n setv(\n to_object,\n ['generated_images'],\n [\n _GeneratedImage_from_vertex(item, to_object)\n for item in getv(from_object, ['predictions'])\n ],\n )\n\n if getv(from_object, ['positivePromptSafetyAttributes']) is not None:\n setv(\n to_object,\n ['positive_prompt_safety_attributes'],\n _SafetyAttributes_from_vertex(\n getv(from_object, ['positivePromptSafetyAttributes']), to_object\n ),\n )\n\n return to_object\n\n\ndef _EditImageResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['predictions']) is not None:\n setv(\n to_object,\n ['generated_images'],\n [\n _GeneratedImage_from_vertex(item, to_object)\n for item in getv(from_object, ['predictions'])\n ],\n )\n\n return to_object\n\n\ndef _UpscaleImageResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['predictions']) is not None:\n setv(\n to_object,\n ['generated_images'],\n [\n _GeneratedImage_from_vertex(item, to_object)\n for item in getv(from_object, ['predictions'])\n ],\n )\n\n return to_object\n\n\ndef _Endpoint_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['endpoint']) is not None:\n setv(to_object, ['name'], getv(from_object, ['endpoint']))\n\n if getv(from_object, ['deployedModelId']) is not None:\n setv(\n to_object, ['deployed_model_id'], getv(from_object, ['deployedModelId'])\n )\n\n return to_object\n\n\ndef _TunedModelInfo_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if (\n getv(from_object, ['labels', 'google-vertex-llm-tuning-base-model-id'])\n is not None\n ):\n setv(\n to_object,\n ['base_model'],\n getv(from_object, ['labels', 'google-vertex-llm-tuning-base-model-id']),\n )\n\n if getv(from_object, ['createTime']) is not None:\n setv(to_object, ['create_time'], getv(from_object, ['createTime']))\n\n if getv(from_object, ['updateTime']) is not None:\n setv(to_object, ['update_time'], getv(from_object, ['updateTime']))\n\n return to_object\n\n\ndef _Checkpoint_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['checkpointId']) is not None:\n setv(to_object, ['checkpoint_id'], getv(from_object, ['checkpointId']))\n\n if getv(from_object, ['epoch']) is not None:\n setv(to_object, ['epoch'], getv(from_object, ['epoch']))\n\n if getv(from_object, ['step']) is not None:\n setv(to_object, ['step'], getv(from_object, ['step']))\n\n return to_object\n\n\ndef _Model_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['name']) is not None:\n setv(to_object, ['name'], getv(from_object, ['name']))\n\n if getv(from_object, ['displayName']) is not None:\n setv(to_object, ['display_name'], getv(from_object, ['displayName']))\n\n if getv(from_object, ['description']) is not None:\n setv(to_object, ['description'], getv(from_object, ['description']))\n\n if getv(from_object, ['versionId']) is not None:\n setv(to_object, ['version'], getv(from_object, ['versionId']))\n\n if getv(from_object, ['deployedModels']) is not None:\n setv(\n to_object,\n ['endpoints'],\n [\n _Endpoint_from_vertex(item, to_object)\n for item in getv(from_object, ['deployedModels'])\n ],\n )\n\n if getv(from_object, ['labels']) is not None:\n setv(to_object, ['labels'], getv(from_object, ['labels']))\n\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['tuned_model_info'],\n _TunedModelInfo_from_vertex(getv(from_object, ['_self']), to_object),\n )\n\n if getv(from_object, ['defaultCheckpointId']) is not None:\n setv(\n to_object,\n ['default_checkpoint_id'],\n getv(from_object, ['defaultCheckpointId']),\n )\n\n if getv(from_object, ['checkpoints']) is not None:\n setv(\n to_object,\n ['checkpoints'],\n [\n _Checkpoint_from_vertex(item, to_object)\n for item in getv(from_object, ['checkpoints'])\n ],\n )\n\n return to_object\n\n\ndef _ListModelsResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['nextPageToken']) is not None:\n setv(to_object, ['next_page_token'], getv(from_object, ['nextPageToken']))\n\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['models'],\n [\n _Model_from_vertex(item, to_object)\n for item in t.t_extract_models(getv(from_object, ['_self']))\n ],\n )\n\n return to_object\n\n\ndef _DeleteModelResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n\n return to_object\n\n\ndef _CountTokensResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['totalTokens']) is not None:\n setv(to_object, ['total_tokens'], getv(from_object, ['totalTokens']))\n\n return to_object\n\n\ndef _ComputeTokensResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['tokensInfo']) is not None:\n setv(to_object, ['tokens_info'], getv(from_object, ['tokensInfo']))\n\n return to_object\n\n\ndef _Video_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['gcsUri']) is not None:\n setv(to_object, ['uri'], getv(from_object, ['gcsUri']))\n\n if getv(from_object, ['bytesBase64Encoded']) is not None:\n setv(\n to_object,\n ['video_bytes'],\n t.t_bytes(getv(from_object, ['bytesBase64Encoded'])),\n )\n\n if getv(from_object, ['mimeType']) is not None:\n setv(to_object, ['mime_type'], getv(from_object, ['mimeType']))\n\n return to_object\n\n\ndef _GeneratedVideo_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['_self']) is not None:\n setv(\n to_object,\n ['video'],\n _Video_from_vertex(getv(from_object, ['_self']), to_object),\n )\n\n return to_object\n\n\ndef _GenerateVideosResponse_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['videos']) is not None:\n setv(\n to_object,\n ['generated_videos'],\n [\n _GeneratedVideo_from_vertex(item, to_object)\n for item in getv(from_object, ['videos'])\n ],\n )\n\n if getv(from_object, ['raiMediaFilteredCount']) is not None:\n setv(\n to_object,\n ['rai_media_filtered_count'],\n getv(from_object, ['raiMediaFilteredCount']),\n )\n\n if getv(from_object, ['raiMediaFilteredReasons']) is not None:\n setv(\n to_object,\n ['rai_media_filtered_reasons'],\n getv(from_object, ['raiMediaFilteredReasons']),\n )\n\n return to_object\n\n\ndef _GenerateVideosOperation_from_vertex(\n from_object: Union[dict[str, Any], object],\n parent_object: Optional[dict[str, Any]] = None,\n) -> dict[str, Any]:\n to_object: dict[str, Any] = {}\n if getv(from_object, ['name']) is not None:\n setv(to_object, ['name'], getv(from_object, ['name']))\n\n if getv(from_object, ['metadata']) is not None:\n setv(to_object, ['metadata'], getv(from_object, ['metadata']))\n\n if getv(from_object, ['done']) is not None:\n setv(to_object, ['done'], getv(from_object, ['done']))\n\n if getv(from_object, ['error']) is not None:\n setv(to_object, ['error'], getv(from_object, ['error']))\n\n if getv(from_object, ['response']) is not None:\n setv(\n to_object,\n ['response'],\n _GenerateVideosResponse_from_vertex(\n getv(from_object, ['response']), to_object\n ),\n )\n\n if getv(from_object, ['response']) is not None:\n setv(\n to_object,\n ['result'],\n _GenerateVideosResponse_from_vertex(\n getv(from_object, ['response']), to_object\n ),\n )\n\n return to_object\n\n\nclass Models(_api_module.BaseModule):\n\n def _generate_content(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> types.GenerateContentResponse:\n parameter_model = types._GenerateContentParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateContentParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:generateContent'.format_map(request_url_dict)\n else:\n path = '{model}:generateContent'\n else:\n request_dict = _GenerateContentParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:generateContent'.format_map(request_url_dict)\n else:\n path = '{model}:generateContent'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateContentResponse_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateContentResponse_from_mldev(response_dict)\n\n return_value = types.GenerateContentResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n return_value.sdk_http_response = types.HttpResponse(\n headers=response.headers\n )\n self._api_client._verify_response(return_value)\n return return_value\n\n def _generate_content_stream(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> Iterator[types.GenerateContentResponse]:\n parameter_model = types._GenerateContentParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateContentParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:streamGenerateContent?alt=sse'.format_map(\n request_url_dict\n )\n else:\n path = '{model}:streamGenerateContent?alt=sse'\n else:\n request_dict = _GenerateContentParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:streamGenerateContent?alt=sse'.format_map(\n request_url_dict\n )\n else:\n path = '{model}:streamGenerateContent?alt=sse'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n if config is not None and getattr(\n config, 'should_return_http_response', None\n ):\n raise ValueError(\n 'Accessing the raw HTTP response is not supported in streaming'\n ' methods.'\n )\n\n for response in self._api_client.request_streamed(\n 'post', path, request_dict, http_options\n ):\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateContentResponse_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateContentResponse_from_mldev(response_dict)\n\n return_value = types.GenerateContentResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n return_value.sdk_http_response = types.HttpResponse(\n headers=response.headers\n )\n self._api_client._verify_response(return_value)\n yield return_value\n\n def embed_content(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.EmbedContentConfigOrDict] = None,\n ) -> types.EmbedContentResponse:\n """"""Calculates embeddings for the given contents. Only text is supported.\n\n Args:\n model (str): The model to use.\n contents (list[Content]): The contents to embed.\n config (EmbedContentConfig): Optional configuration for embeddings.\n\n Usage:\n\n .. code-block:: python\n\n embeddings = client.models.embed_content(\n model= 'text-embedding-004',\n contents=[\n 'What is your name?',\n 'What is your favorite color?',\n ],\n config={\n 'output_dimensionality': 64\n },\n )\n """"""\n\n parameter_model = types._EmbedContentParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _EmbedContentParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n else:\n request_dict = _EmbedContentParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:batchEmbedContents'.format_map(request_url_dict)\n else:\n path = '{model}:batchEmbedContents'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _EmbedContentResponse_from_vertex(response_dict)\n\n else:\n response_dict = _EmbedContentResponse_from_mldev(response_dict)\n\n return_value = types.EmbedContentResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def _generate_images(\n self,\n *,\n model: str,\n prompt: str,\n config: Optional[types.GenerateImagesConfigOrDict] = None,\n ) -> types.GenerateImagesResponse:\n """"""Generates images based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the images to generate.\n config (GenerateImagesConfig): Configuration for generation.\n """"""\n\n parameter_model = types._GenerateImagesParameters(\n model=model,\n prompt=prompt,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateImagesParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n else:\n request_dict = _GenerateImagesParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateImagesResponse_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateImagesResponse_from_mldev(response_dict)\n\n return_value = types.GenerateImagesResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def _edit_image(\n self,\n *,\n model: str,\n prompt: str,\n reference_images: list[types._ReferenceImageAPIOrDict],\n config: Optional[types.EditImageConfigOrDict] = None,\n ) -> types.EditImageResponse:\n """"""Edits an image based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the edit to apply to the image.\n reference_images (list[Union[RawReferenceImage, MaskReferenceImage,\n ControlReferenceImage, StyleReferenceImage, SubjectReferenceImage]): The\n reference images for editing.\n config (EditImageConfig): Configuration for editing.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai.types import RawReferenceImage, MaskReferenceImage\n\n raw_ref_image = RawReferenceImage(\n reference_id=1,\n reference_image=types.Image.from_file(IMAGE_FILE_PATH),\n )\n\n mask_ref_image = MaskReferenceImage(\n reference_id=2,\n config=types.MaskReferenceConfig(\n mask_mode='MASK_MODE_FOREGROUND',\n mask_dilation=0.06,\n ),\n )\n response = client.models.edit_image(\n model='imagen-3.0-capability-001',\n prompt='man with dog',\n reference_images=[raw_ref_image, mask_ref_image],\n config=types.EditImageConfig(\n edit_mode= ""EDIT_MODE_INPAINT_INSERTION"",\n number_of_images= 1,\n include_rai_reason= True,\n )\n )\n response.generated_images[0].image.show()\n # Shows a man with a dog instead of a cat.\n """"""\n\n parameter_model = types._EditImageParameters(\n model=model,\n prompt=prompt,\n reference_images=reference_images,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n if not self._api_client.vertexai:\n raise ValueError('This method is only supported in the Vertex AI client.')\n else:\n request_dict = _EditImageParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _EditImageResponse_from_vertex(response_dict)\n\n return_value = types.EditImageResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def _upscale_image(\n self,\n *,\n model: str,\n image: types.ImageOrDict,\n upscale_factor: str,\n config: Optional[types._UpscaleImageAPIConfigOrDict] = None,\n ) -> types.UpscaleImageResponse:\n """"""Upscales an image.\n\n Args:\n model (str): The model to use.\n image (Image): The input image for upscaling.\n upscale_factor (str): The factor to upscale the image (x2 or x4).\n config (_UpscaleImageAPIConfig): Configuration for upscaling.\n """"""\n\n parameter_model = types._UpscaleImageAPIParameters(\n model=model,\n image=image,\n upscale_factor=upscale_factor,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n if not self._api_client.vertexai:\n raise ValueError('This method is only supported in the Vertex AI client.')\n else:\n request_dict = _UpscaleImageAPIParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _UpscaleImageResponse_from_vertex(response_dict)\n\n return_value = types.UpscaleImageResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def get(\n self, *, model: str, config: Optional[types.GetModelConfigOrDict] = None\n ) -> types.Model:\n parameter_model = types._GetModelParameters(\n model=model,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GetModelParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n else:\n request_dict = _GetModelParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request('get', path, request_dict, http_options)\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _Model_from_vertex(response_dict)\n\n else:\n response_dict = _Model_from_mldev(response_dict)\n\n return_value = types.Model._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def _list(\n self, *, config: Optional[types.ListModelsConfigOrDict] = None\n ) -> types.ListModelsResponse:\n parameter_model = types._ListModelsParameters(\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _ListModelsParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{models_url}'.format_map(request_url_dict)\n else:\n path = '{models_url}'\n else:\n request_dict = _ListModelsParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{models_url}'.format_map(request_url_dict)\n else:\n path = '{models_url}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request('get', path, request_dict, http_options)\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _ListModelsResponse_from_vertex(response_dict)\n\n else:\n response_dict = _ListModelsResponse_from_mldev(response_dict)\n\n return_value = types.ListModelsResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def update(\n self,\n *,\n model: str,\n config: Optional[types.UpdateModelConfigOrDict] = None,\n ) -> types.Model:\n parameter_model = types._UpdateModelParameters(\n model=model,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _UpdateModelParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}'.format_map(request_url_dict)\n else:\n path = '{model}'\n else:\n request_dict = _UpdateModelParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'patch', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _Model_from_vertex(response_dict)\n\n else:\n response_dict = _Model_from_mldev(response_dict)\n\n return_value = types.Model._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def delete(\n self,\n *,\n model: str,\n config: Optional[types.DeleteModelConfigOrDict] = None,\n ) -> types.DeleteModelResponse:\n parameter_model = types._DeleteModelParameters(\n model=model,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _DeleteModelParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n else:\n request_dict = _DeleteModelParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'delete', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _DeleteModelResponse_from_vertex(response_dict)\n\n else:\n response_dict = _DeleteModelResponse_from_mldev(response_dict)\n\n return_value = types.DeleteModelResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def count_tokens(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.CountTokensConfigOrDict] = None,\n ) -> types.CountTokensResponse:\n """"""Counts the number of tokens in the given content.\n\n Multimodal input is supported for Gemini models.\n\n Args:\n model (str): The model to use for counting tokens.\n contents (list[types.Content]): The content to count tokens for.\n config (CountTokensConfig): The configuration for counting tokens.\n\n Usage:\n\n .. code-block:: python\n\n response = client.models.count_tokens(\n model='gemini-2.0-flash',\n contents='What is your name?',\n )\n print(response)\n # total_tokens=5 cached_content_token_count=None\n """"""\n\n parameter_model = types._CountTokensParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _CountTokensParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:countTokens'.format_map(request_url_dict)\n else:\n path = '{model}:countTokens'\n else:\n request_dict = _CountTokensParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:countTokens'.format_map(request_url_dict)\n else:\n path = '{model}:countTokens'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _CountTokensResponse_from_vertex(response_dict)\n\n else:\n response_dict = _CountTokensResponse_from_mldev(response_dict)\n\n return_value = types.CountTokensResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def compute_tokens(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.ComputeTokensConfigOrDict] = None,\n ) -> types.ComputeTokensResponse:\n """"""Given a list of contents, returns a corresponding TokensInfo containing the\n\n list of tokens and list of token ids.\n\n This method is not supported by the Gemini Developer API.\n\n Args:\n model (str): The model to use.\n contents (list[shared.Content]): The content to compute tokens for.\n\n Usage:\n\n .. code-block:: python\n\n response = client.models.compute_tokens(\n model='gemini-2.0-flash',\n contents='What is your name?',\n )\n print(response)\n # tokens_info=[TokensInfo(role='user', token_ids=['1841', ...],\n # tokens=[b'What', b' is', b' your', b' name', b'?'])]\n """"""\n\n parameter_model = types._ComputeTokensParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n if not self._api_client.vertexai:\n raise ValueError('This method is only supported in the Vertex AI client.')\n else:\n request_dict = _ComputeTokensParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:computeTokens'.format_map(request_url_dict)\n else:\n path = '{model}:computeTokens'\n\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _ComputeTokensResponse_from_vertex(response_dict)\n\n return_value = types.ComputeTokensResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def generate_videos(\n self,\n *,\n model: str,\n prompt: Optional[str] = None,\n image: Optional[types.ImageOrDict] = None,\n video: Optional[types.VideoOrDict] = None,\n config: Optional[types.GenerateVideosConfigOrDict] = None,\n ) -> types.GenerateVideosOperation:\n """"""Generates videos based on an input (text, image, or video) and configuration.\n\n The following use cases are supported:\n 1. Text to video generation.\n 2a. Image to video generation (additional text prompt is optional).\n 2b. Image to video generation with frame interpolation (specify last_frame\n in config).\n 3. Video extension (additional text prompt is optional)\n\n Args:\n model: The model to use.\n prompt: The text prompt for generating the videos. Optional for image to\n video use cases.\n image: The input image for generating the videos. Optional if prompt is\n provided.\n video: The input video for video extension use cases. Optional if prompt\n or image is provided.\n config: Configuration for generation.\n\n Usage:\n\n ```\n operation = client.models.generate_videos(\n model=""veo-2.0-generate-001"",\n prompt=""A neon hologram of a cat driving at top speed"",\n )\n while not operation.done:\n time.sleep(10)\n operation = client.operations.get(operation)\n\n operation.result.generated_videos[0].video.uri\n ```\n """"""\n\n parameter_model = types._GenerateVideosParameters(\n model=model,\n prompt=prompt,\n image=image,\n video=video,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateVideosParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predictLongRunning'.format_map(request_url_dict)\n else:\n path = '{model}:predictLongRunning'\n else:\n request_dict = _GenerateVideosParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predictLongRunning'.format_map(request_url_dict)\n else:\n path = '{model}:predictLongRunning'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = self._api_client.request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateVideosOperation_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateVideosOperation_from_mldev(response_dict)\n\n return_value = types.GenerateVideosOperation._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n def generate_content(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> types.GenerateContentResponse:\n """"""Makes an API request to generate content using a model.\n\n For the `model` parameter, supported formats for Vertex AI API include:\n - The Gemini model ID, for example: 'gemini-2.0-flash'\n - The full resource name starts with 'projects/', for example:\n 'projects/my-project-id/locations/us-central1/publishers/google/models/gemini-2.0-flash'\n - The partial resource name with 'publishers/', for example:\n 'publishers/google/models/gemini-2.0-flash' or\n 'publishers/meta/models/llama-3.1-405b-instruct-maas'\n - `/` separated publisher and model name, for example:\n 'google/gemini-2.0-flash' or 'meta/llama-3.1-405b-instruct-maas'\n\n For the `model` parameter, supported formats for Gemini API include:\n - The Gemini model ID, for example: 'gemini-2.0-flash'\n - The model name starts with 'models/', for example:\n 'models/gemini-2.0-flash'\n - For tuned models, the model name starts with 'tunedModels/',\n for example:\n 'tunedModels/1234567890123456789'\n\n Some models support multimodal input and output.\n\n Built-in MCP support is an experimental feature.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai import types\n from google import genai\n\n client = genai.Client(\n vertexai=True, project='my-project-id', location='us-central1'\n )\n\n response = client.models.generate_content(\n model='gemini-2.0-flash',\n contents='''What is a good name for a flower shop that specializes in\n selling bouquets of dried flowers?'''\n )\n print(response.text)\n # **Elegant & Classic:**\n # * The Dried Bloom\n # * Everlasting Florals\n # * Timeless Petals\n\n response = client.models.generate_content(\n model='gemini-2.0-flash',\n contents=[\n types.Part.from_text('What is shown in this image?'),\n types.Part.from_uri('gs://generativeai-downloads/images/scones.jpg',\n 'image/jpeg')\n ]\n )\n print(response.text)\n # The image shows a flat lay arrangement of freshly baked blueberry\n # scones.\n """"""\n\n parsed_config = _extra_utils.parse_config_for_mcp_usage(config)\n if (\n parsed_config\n and parsed_config.tools\n and _mcp_utils.has_mcp_session_usage(parsed_config.tools)\n ):\n raise errors.UnsupportedFunctionError(\n 'MCP sessions are not supported in synchronous methods.'\n )\n if _extra_utils.should_disable_afc(parsed_config):\n return self._generate_content(\n model=model, contents=contents, config=parsed_config\n )\n remaining_remote_calls_afc = _extra_utils.get_max_remote_calls_afc(\n parsed_config\n )\n logger.info(\n f'AFC is enabled with max remote calls: {remaining_remote_calls_afc}.'\n )\n automatic_function_calling_history: list[types.Content] = []\n response = types.GenerateContentResponse()\n i = 0\n while remaining_remote_calls_afc > 0:\n i += 1\n response = self._generate_content(\n model=model, contents=contents, config=parsed_config\n )\n logger.info(f'AFC remote call {i} is done.')\n remaining_remote_calls_afc -= 1\n if remaining_remote_calls_afc == 0:\n logger.info('Reached max remote calls for automatic function calling.')\n\n function_map = _extra_utils.get_function_map(parsed_config)\n if not function_map:\n break\n if not response:\n break\n if (\n not response.candidates\n or not response.candidates[0].content\n or not response.candidates[0].content.parts\n ):\n break\n func_response_parts = _extra_utils.get_function_response_parts(\n response, function_map\n )\n if not func_response_parts:\n break\n func_call_content = response.candidates[0].content\n func_response_content = types.Content(\n role='user',\n parts=func_response_parts,\n )\n contents = t.t_contents(contents) # type: ignore[assignment]\n if not automatic_function_calling_history:\n automatic_function_calling_history.extend(contents) # type: ignore[arg-type]\n if isinstance(contents, list):\n contents.append(func_call_content) # type: ignore[arg-type]\n contents.append(func_response_content) # type: ignore[arg-type]\n automatic_function_calling_history.append(func_call_content)\n automatic_function_calling_history.append(func_response_content)\n if (\n _extra_utils.should_append_afc_history(parsed_config)\n and response is not None\n ):\n response.automatic_function_calling_history = (\n automatic_function_calling_history\n )\n return response\n\n def generate_content_stream(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> Iterator[types.GenerateContentResponse]:\n """"""Makes an API request to generate content using a model and yields the model's response in chunks.\n\n For the `model` parameter, supported formats for Vertex AI API include:\n - The Gemini model ID, for example: 'gemini-2.0-flash'\n - The full resource name starts with 'projects/', for example:\n 'projects/my-project-id/locations/us-central1/publishers/google/models/gemini-2.0-flash'\n - The partial resource name with 'publishers/', for example:\n 'publishers/google/models/gemini-2.0-flash' or\n 'publishers/meta/models/llama-3.1-405b-instruct-maas'\n - `/` separated publisher and model name, for example:\n 'google/gemini-2.0-flash' or 'meta/llama-3.1-405b-instruct-maas'\n\n For the `model` parameter, supported formats for Gemini API include:\n - The Gemini model ID, for example: 'gemini-2.0-flash'\n - The model name starts with 'models/', for example:\n 'models/gemini-2.0-flash'\n - For tuned models, the model name starts with 'tunedModels/',\n for example:\n 'tunedModels/1234567890123456789'\n\n Some models support multimodal input and output.\n\n Built-in MCP support is an experimental feature.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai import types\n from google import genai\n\n client = genai.Client(\n vertexai=True, project='my-project-id', location='us-central1'\n )\n\n for chunk in client.models.generate_content_stream(\n model='gemini-2.0-flash',\n contents='''What is a good name for a flower shop that specializes in\n selling bouquets of dried flowers?'''\n ):\n print(chunk.text)\n # **Elegant & Classic:**\n # * The Dried Bloom\n # * Everlasting Florals\n # * Timeless Petals\n\n for chunk in client.models.generate_content_stream(\n model='gemini-2.0-flash',\n contents=[\n types.Part.from_text('What is shown in this image?'),\n types.Part.from_uri('gs://generativeai-downloads/images/scones.jpg',\n 'image/jpeg')\n ]\n ):\n print(chunk.text)\n # The image shows a flat lay arrangement of freshly baked blueberry\n # scones.\n """"""\n\n parsed_config = _extra_utils.parse_config_for_mcp_usage(config)\n if (\n parsed_config\n and parsed_config.tools\n and _mcp_utils.has_mcp_session_usage(parsed_config.tools)\n ):\n raise errors.UnsupportedFunctionError(\n 'MCP sessions are not supported in synchronous methods.'\n )\n if _extra_utils.should_disable_afc(parsed_config):\n yield from self._generate_content_stream(\n model=model, contents=contents, config=parsed_config\n )\n return\n\n remaining_remote_calls_afc = _extra_utils.get_max_remote_calls_afc(\n parsed_config\n )\n logger.info(\n f'AFC is enabled with max remote calls: {remaining_remote_calls_afc}.'\n )\n automatic_function_calling_history: list[types.Content] = []\n chunk = None\n func_response_parts = None\n i = 0\n while remaining_remote_calls_afc > 0:\n i += 1\n response = self._generate_content_stream(\n model=model, contents=contents, config=parsed_config\n )\n logger.info(f'AFC remote call {i} is done.')\n remaining_remote_calls_afc -= 1\n if remaining_remote_calls_afc == 0:\n logger.info('Reached max remote calls for automatic function calling.')\n\n function_map = _extra_utils.get_function_map(parsed_config)\n\n if i == 1:\n # First request gets a function call.\n # Then get function response parts.\n # Yield chunks only if there's no function response parts.\n for chunk in response:\n if not function_map:\n _extra_utils.append_chunk_contents(contents, chunk)\n yield chunk\n else:\n if (\n not chunk.candidates\n or not chunk.candidates[0].content\n or not chunk.candidates[0].content.parts\n ):\n break\n func_response_parts = _extra_utils.get_function_response_parts(\n chunk, function_map\n )\n if not func_response_parts:\n _extra_utils.append_chunk_contents(contents, chunk)\n yield chunk\n\n else:\n # Second request and beyond, yield chunks.\n for chunk in response:\n if _extra_utils.should_append_afc_history(parsed_config):\n chunk.automatic_function_calling_history = (\n automatic_function_calling_history\n )\n _extra_utils.append_chunk_contents(contents, chunk)\n yield chunk\n if (\n chunk is None\n or not chunk.candidates\n or not chunk.candidates[0].content\n or not chunk.candidates[0].content.parts\n ):\n break\n func_response_parts = _extra_utils.get_function_response_parts(\n chunk, function_map\n )\n\n if not function_map:\n break\n if not func_response_parts:\n break\n\n # Append function response parts to contents for the next request.\n if chunk is not None and chunk.candidates is not None:\n func_call_content = chunk.candidates[0].content\n func_response_content = types.Content(\n role='user',\n parts=func_response_parts,\n )\n contents = t.t_contents(contents) # type: ignore[assignment]\n if not automatic_function_calling_history:\n automatic_function_calling_history.extend(contents) # type: ignore[arg-type]\n if isinstance(contents, list) and func_call_content is not None:\n contents.append(func_call_content) # type: ignore[arg-type]\n contents.append(func_response_content) # type: ignore[arg-type]\n if func_call_content is not None:\n automatic_function_calling_history.append(func_call_content)\n automatic_function_calling_history.append(func_response_content)\n\n def generate_images(\n self,\n *,\n model: str,\n prompt: str,\n config: Optional[types.GenerateImagesConfigOrDict] = None,\n ) -> types.GenerateImagesResponse:\n """"""Generates images based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the images to generate.\n config (GenerateImagesConfig): Configuration for generation.\n\n Usage:\n\n .. code-block:: python\n\n response = client.models.generate_images(\n model='imagen-3.0-generate-002',\n prompt='Man with a dog',\n config=types.GenerateImagesConfig(\n number_of_images= 1,\n include_rai_reason= True,\n )\n )\n response.generated_images[0].image.show()\n # Shows a man with a dog.\n """"""\n api_response = self._generate_images(\n model=model,\n prompt=prompt,\n config=config,\n )\n positive_prompt_safety_attributes = None\n generated_images = []\n if not api_response or not api_response.generated_images:\n return api_response\n\n for generated_image in api_response.generated_images:\n if (\n generated_image.safety_attributes\n and generated_image.safety_attributes.content_type\n == 'Positive Prompt'\n ):\n positive_prompt_safety_attributes = generated_image.safety_attributes\n else:\n generated_images.append(generated_image)\n\n response = types.GenerateImagesResponse(\n generated_images=generated_images,\n positive_prompt_safety_attributes=positive_prompt_safety_attributes,\n )\n return response\n\n def edit_image(\n self,\n *,\n model: str,\n prompt: str,\n reference_images: list[types._ReferenceImageAPIOrDict],\n config: Optional[types.EditImageConfigOrDict] = None,\n ) -> types.EditImageResponse:\n """"""Edits an image based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the edit to apply to the image.\n reference_images (list[Union[RawReferenceImage, MaskReferenceImage,\n ControlReferenceImage, StyleReferenceImage, SubjectReferenceImage]): The\n reference images for editing.\n config (EditImageConfig): Configuration for editing.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai.types import RawReferenceImage, MaskReferenceImage\n\n raw_ref_image = RawReferenceImage(\n reference_id=1,\n reference_image=types.Image.from_file(IMAGE_FILE_PATH),\n )\n\n mask_ref_image = MaskReferenceImage(\n reference_id=2,\n config=types.MaskReferenceConfig(\n mask_mode='MASK_MODE_FOREGROUND',\n mask_dilation=0.06,\n ),\n )\n response = client.models.edit_image(\n model='imagen-3.0-capability-001',\n prompt='man with dog',\n reference_images=[raw_ref_image, mask_ref_image],\n config=types.EditImageConfig(\n edit_mode= ""EDIT_MODE_INPAINT_INSERTION"",\n number_of_images= 1,\n include_rai_reason= True,\n )\n )\n response.generated_images[0].image.show()\n # Shows a man with a dog instead of a cat.\n """"""\n return self._edit_image(\n model=model,\n prompt=prompt,\n reference_images=reference_images,\n config=config,\n )\n\n def upscale_image(\n self,\n *,\n model: str,\n image: types.ImageOrDict,\n upscale_factor: str,\n config: Optional[types.UpscaleImageConfigOrDict] = None,\n ) -> types.UpscaleImageResponse:\n """"""Makes an API request to upscale a provided image.\n\n Args:\n model (str): The model to use.\n image (Image): The input image for upscaling.\n upscale_factor (str): The factor to upscale the image (x2 or x4).\n config (UpscaleImageConfig): Configuration for upscaling.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai.types import Image\n\n IMAGE_FILE_PATH=""my-image.png""\n response=client.models.upscale_image(\n model='imagen-3.0-generate-001',\n image=types.Image.from_file(IMAGE_FILE_PATH),\n upscale_factor='x2',\n )\n response.generated_images[0].image.show()\n # Opens my-image.png which is upscaled by a factor of 2.\n """"""\n\n # Validate config.\n types.UpscaleImageParameters(\n model=model,\n image=image,\n upscale_factor=upscale_factor,\n config=config,\n )\n\n # Convert to API config.\n config = config or {}\n if isinstance(config, types.UpscaleImageConfig):\n config_dct = config.model_dump()\n else:\n config_dct = dict(config)\n api_config = types._UpscaleImageAPIConfigDict(\n http_options=config_dct.get('http_options', None),\n include_rai_reason=config_dct.get('include_rai_reason', None),\n output_mime_type=config_dct.get('output_mime_type', None),\n output_compression_quality=config_dct.get(\n 'output_compression_quality', None\n ),\n enhance_input_image=config_dct.get('enhance_input_image', None),\n image_preservation_factor=config_dct.get(\n 'image_preservation_factor', None\n ),\n ) # pylint: disable=protected-access\n\n # Provide default values through API config.\n api_config['mode'] = 'upscale'\n api_config['number_of_images'] = 1\n\n return self._upscale_image(\n model=model,\n image=image,\n upscale_factor=upscale_factor,\n config=api_config,\n )\n\n def list(\n self,\n *,\n config: Optional[types.ListModelsConfigOrDict] = None,\n ) -> Pager[types.Model]:\n """"""Makes an API request to list the available models.\n\n If `query_base` is set to True in the config or not set (default), the\n API will return all available base models. If set to False, it will return\n all tuned models.\n\n Args:\n config (ListModelsConfigOrDict): Configuration for retrieving models.\n\n Usage:\n\n .. code-block:: python\n\n response=client.models.list(config={'page_size': 5})\n print(response.page)\n # [Model(name='projects/./locations/./models/123', display_name='my_model'\n\n response=client.models.list(config={'page_size': 5, 'query_base': True})\n print(response.page)\n # [Model(name='publishers/google/models/gemini-2.0-flash-exp' ...\n """"""\n\n config = (\n types._ListModelsParameters(config=config).config\n or types.ListModelsConfig()\n )\n if config.query_base is None:\n config.query_base = True\n if self._api_client.vertexai:\n config = config.copy()\n if not config.query_base:\n # Filter for tuning jobs artifacts by labels.\n filter_value = config.filter\n config.filter = (\n filter_value + '&filter=labels.tune-type:*'\n if filter_value\n else 'labels.tune-type:*'\n )\n return Pager(\n 'models',\n self._list,\n self._list(config=config),\n config,\n )\n\n\nclass AsyncModels(_api_module.BaseModule):\n\n async def _generate_content(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> types.GenerateContentResponse:\n parameter_model = types._GenerateContentParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateContentParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:generateContent'.format_map(request_url_dict)\n else:\n path = '{model}:generateContent'\n else:\n request_dict = _GenerateContentParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:generateContent'.format_map(request_url_dict)\n else:\n path = '{model}:generateContent'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateContentResponse_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateContentResponse_from_mldev(response_dict)\n\n return_value = types.GenerateContentResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n return_value.sdk_http_response = types.HttpResponse(\n headers=response.headers\n )\n self._api_client._verify_response(return_value)\n return return_value\n\n async def _generate_content_stream(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> Awaitable[AsyncIterator[types.GenerateContentResponse]]:\n parameter_model = types._GenerateContentParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateContentParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:streamGenerateContent?alt=sse'.format_map(\n request_url_dict\n )\n else:\n path = '{model}:streamGenerateContent?alt=sse'\n else:\n request_dict = _GenerateContentParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:streamGenerateContent?alt=sse'.format_map(\n request_url_dict\n )\n else:\n path = '{model}:streamGenerateContent?alt=sse'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n if config is not None and getattr(\n config, 'should_return_http_response', None\n ):\n raise ValueError(\n 'Accessing the raw HTTP response is not supported in streaming'\n ' methods.'\n )\n\n response_stream = await self._api_client.async_request_streamed(\n 'post', path, request_dict, http_options\n )\n\n async def async_generator(): # type: ignore[no-untyped-def]\n async for response in response_stream:\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateContentResponse_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateContentResponse_from_mldev(response_dict)\n\n return_value = types.GenerateContentResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n return_value.sdk_http_response = types.HttpResponse(\n headers=response.headers\n )\n self._api_client._verify_response(return_value)\n yield return_value\n\n return async_generator() # type: ignore[no-untyped-call, no-any-return]\n\n async def embed_content(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.EmbedContentConfigOrDict] = None,\n ) -> types.EmbedContentResponse:\n """"""Calculates embeddings for the given contents. Only text is supported.\n\n Args:\n model (str): The model to use.\n contents (list[Content]): The contents to embed.\n config (EmbedContentConfig): Optional configuration for embeddings.\n\n Usage:\n\n .. code-block:: python\n\n embeddings = await client.aio.models.embed_content(\n model= 'text-embedding-004',\n contents=[\n 'What is your name?',\n 'What is your favorite color?',\n ],\n config={\n 'output_dimensionality': 64\n },\n )\n """"""\n\n parameter_model = types._EmbedContentParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _EmbedContentParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n else:\n request_dict = _EmbedContentParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:batchEmbedContents'.format_map(request_url_dict)\n else:\n path = '{model}:batchEmbedContents'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _EmbedContentResponse_from_vertex(response_dict)\n\n else:\n response_dict = _EmbedContentResponse_from_mldev(response_dict)\n\n return_value = types.EmbedContentResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def _generate_images(\n self,\n *,\n model: str,\n prompt: str,\n config: Optional[types.GenerateImagesConfigOrDict] = None,\n ) -> types.GenerateImagesResponse:\n """"""Generates images based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the images to generate.\n config (GenerateImagesConfig): Configuration for generation.\n """"""\n\n parameter_model = types._GenerateImagesParameters(\n model=model,\n prompt=prompt,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateImagesParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n else:\n request_dict = _GenerateImagesParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateImagesResponse_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateImagesResponse_from_mldev(response_dict)\n\n return_value = types.GenerateImagesResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def _edit_image(\n self,\n *,\n model: str,\n prompt: str,\n reference_images: list[types._ReferenceImageAPIOrDict],\n config: Optional[types.EditImageConfigOrDict] = None,\n ) -> types.EditImageResponse:\n """"""Edits an image based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the edit to apply to the image.\n reference_images (list[Union[RawReferenceImage, MaskReferenceImage,\n ControlReferenceImage, StyleReferenceImage, SubjectReferenceImage]): The\n reference images for editing.\n config (EditImageConfig): Configuration for editing.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai.types import RawReferenceImage, MaskReferenceImage\n\n raw_ref_image = RawReferenceImage(\n reference_id=1,\n reference_image=types.Image.from_file(IMAGE_FILE_PATH),\n )\n\n mask_ref_image = MaskReferenceImage(\n reference_id=2,\n config=types.MaskReferenceConfig(\n mask_mode='MASK_MODE_FOREGROUND',\n mask_dilation=0.06,\n ),\n )\n response = await client.aio.models.edit_image(\n model='imagen-3.0-capability-001',\n prompt='man with dog',\n reference_images=[raw_ref_image, mask_ref_image],\n config=types.EditImageConfig(\n edit_mode= ""EDIT_MODE_INPAINT_INSERTION"",\n number_of_images= 1,\n include_rai_reason= True,\n )\n )\n response.generated_images[0].image.show()\n # Shows a man with a dog instead of a cat.\n """"""\n\n parameter_model = types._EditImageParameters(\n model=model,\n prompt=prompt,\n reference_images=reference_images,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n if not self._api_client.vertexai:\n raise ValueError('This method is only supported in the Vertex AI client.')\n else:\n request_dict = _EditImageParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _EditImageResponse_from_vertex(response_dict)\n\n return_value = types.EditImageResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def _upscale_image(\n self,\n *,\n model: str,\n image: types.ImageOrDict,\n upscale_factor: str,\n config: Optional[types._UpscaleImageAPIConfigOrDict] = None,\n ) -> types.UpscaleImageResponse:\n """"""Upscales an image.\n\n Args:\n model (str): The model to use.\n image (Image): The input image for upscaling.\n upscale_factor (str): The factor to upscale the image (x2 or x4).\n config (_UpscaleImageAPIConfig): Configuration for upscaling.\n """"""\n\n parameter_model = types._UpscaleImageAPIParameters(\n model=model,\n image=image,\n upscale_factor=upscale_factor,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n if not self._api_client.vertexai:\n raise ValueError('This method is only supported in the Vertex AI client.')\n else:\n request_dict = _UpscaleImageAPIParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predict'.format_map(request_url_dict)\n else:\n path = '{model}:predict'\n\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _UpscaleImageResponse_from_vertex(response_dict)\n\n return_value = types.UpscaleImageResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def get(\n self, *, model: str, config: Optional[types.GetModelConfigOrDict] = None\n ) -> types.Model:\n parameter_model = types._GetModelParameters(\n model=model,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GetModelParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n else:\n request_dict = _GetModelParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'get', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _Model_from_vertex(response_dict)\n\n else:\n response_dict = _Model_from_mldev(response_dict)\n\n return_value = types.Model._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def _list(\n self, *, config: Optional[types.ListModelsConfigOrDict] = None\n ) -> types.ListModelsResponse:\n parameter_model = types._ListModelsParameters(\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _ListModelsParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{models_url}'.format_map(request_url_dict)\n else:\n path = '{models_url}'\n else:\n request_dict = _ListModelsParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{models_url}'.format_map(request_url_dict)\n else:\n path = '{models_url}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'get', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _ListModelsResponse_from_vertex(response_dict)\n\n else:\n response_dict = _ListModelsResponse_from_mldev(response_dict)\n\n return_value = types.ListModelsResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def update(\n self,\n *,\n model: str,\n config: Optional[types.UpdateModelConfigOrDict] = None,\n ) -> types.Model:\n parameter_model = types._UpdateModelParameters(\n model=model,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _UpdateModelParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}'.format_map(request_url_dict)\n else:\n path = '{model}'\n else:\n request_dict = _UpdateModelParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'patch', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _Model_from_vertex(response_dict)\n\n else:\n response_dict = _Model_from_mldev(response_dict)\n\n return_value = types.Model._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def delete(\n self,\n *,\n model: str,\n config: Optional[types.DeleteModelConfigOrDict] = None,\n ) -> types.DeleteModelResponse:\n parameter_model = types._DeleteModelParameters(\n model=model,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _DeleteModelParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n else:\n request_dict = _DeleteModelParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{name}'.format_map(request_url_dict)\n else:\n path = '{name}'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'delete', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _DeleteModelResponse_from_vertex(response_dict)\n\n else:\n response_dict = _DeleteModelResponse_from_mldev(response_dict)\n\n return_value = types.DeleteModelResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def count_tokens(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.CountTokensConfigOrDict] = None,\n ) -> types.CountTokensResponse:\n """"""Counts the number of tokens in the given content.\n\n Multimodal input is supported for Gemini models.\n\n Args:\n model (str): The model to use for counting tokens.\n contents (list[types.Content]): The content to count tokens for.\n config (CountTokensConfig): The configuration for counting tokens.\n\n Usage:\n\n .. code-block:: python\n\n response = await client.aio.models.count_tokens(\n model='gemini-2.0-flash',\n contents='What is your name?',\n )\n print(response)\n # total_tokens=5 cached_content_token_count=None\n """"""\n\n parameter_model = types._CountTokensParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _CountTokensParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:countTokens'.format_map(request_url_dict)\n else:\n path = '{model}:countTokens'\n else:\n request_dict = _CountTokensParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:countTokens'.format_map(request_url_dict)\n else:\n path = '{model}:countTokens'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _CountTokensResponse_from_vertex(response_dict)\n\n else:\n response_dict = _CountTokensResponse_from_mldev(response_dict)\n\n return_value = types.CountTokensResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def compute_tokens(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.ComputeTokensConfigOrDict] = None,\n ) -> types.ComputeTokensResponse:\n """"""Given a list of contents, returns a corresponding TokensInfo containing the\n\n list of tokens and list of token ids.\n\n\n Args:\n model (str): The model to use.\n contents (list[shared.Content]): The content to compute tokens for.\n\n Usage:\n\n .. code-block:: python\n\n response = await client.aio.models.compute_tokens(\n model='gemini-2.0-flash',\n contents='What is your name?',\n )\n print(response)\n # tokens_info=[TokensInfo(role='user', token_ids=['1841', ...],\n # tokens=[b'What', b' is', b' your', b' name', b'?'])]\n """"""\n\n parameter_model = types._ComputeTokensParameters(\n model=model,\n contents=contents,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n if not self._api_client.vertexai:\n raise ValueError('This method is only supported in the Vertex AI client.')\n else:\n request_dict = _ComputeTokensParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:computeTokens'.format_map(request_url_dict)\n else:\n path = '{model}:computeTokens'\n\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _ComputeTokensResponse_from_vertex(response_dict)\n\n return_value = types.ComputeTokensResponse._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def generate_videos(\n self,\n *,\n model: str,\n prompt: Optional[str] = None,\n image: Optional[types.ImageOrDict] = None,\n video: Optional[types.VideoOrDict] = None,\n config: Optional[types.GenerateVideosConfigOrDict] = None,\n ) -> types.GenerateVideosOperation:\n """"""Generates videos based on an input (text, image, or video) and configuration.\n\n The following use cases are supported:\n 1. Text to video generation.\n 2a. Image to video generation (additional text prompt is optional).\n 2b. Image to video generation with frame interpolation (specify last_frame\n in config).\n 3. Video extension (additional text prompt is optional)\n\n Args:\n model: The model to use.\n prompt: The text prompt for generating the videos. Optional for image to\n video use cases.\n image: The input image for generating the videos. Optional if prompt is\n provided.\n video: The input video for video extension use cases. Optional if prompt\n or image is provided.\n config: Configuration for generation.\n\n Usage:\n\n ```\n operation = client.models.generate_videos(\n model=""veo-2.0-generate-001"",\n prompt=""A neon hologram of a cat driving at top speed"",\n )\n while not operation.done:\n time.sleep(10)\n operation = client.operations.get(operation)\n\n operation.result.generated_videos[0].video.uri\n ```\n """"""\n\n parameter_model = types._GenerateVideosParameters(\n model=model,\n prompt=prompt,\n image=image,\n video=video,\n config=config,\n )\n\n request_url_dict: Optional[dict[str, str]]\n\n if self._api_client.vertexai:\n request_dict = _GenerateVideosParameters_to_vertex(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predictLongRunning'.format_map(request_url_dict)\n else:\n path = '{model}:predictLongRunning'\n else:\n request_dict = _GenerateVideosParameters_to_mldev(\n self._api_client, parameter_model\n )\n request_url_dict = request_dict.get('_url')\n if request_url_dict:\n path = '{model}:predictLongRunning'.format_map(request_url_dict)\n else:\n path = '{model}:predictLongRunning'\n query_params = request_dict.get('_query')\n if query_params:\n path = f'{path}?{urlencode(query_params)}'\n # TODO: remove the hack that pops config.\n request_dict.pop('config', None)\n\n http_options: Optional[types.HttpOptions] = None\n if (\n parameter_model.config is not None\n and parameter_model.config.http_options is not None\n ):\n http_options = parameter_model.config.http_options\n\n request_dict = _common.convert_to_dict(request_dict)\n request_dict = _common.encode_unserializable_types(request_dict)\n\n response = await self._api_client.async_request(\n 'post', path, request_dict, http_options\n )\n\n response_dict = '' if not response.body else json.loads(response.body)\n\n if self._api_client.vertexai:\n response_dict = _GenerateVideosOperation_from_vertex(response_dict)\n\n else:\n response_dict = _GenerateVideosOperation_from_mldev(response_dict)\n\n return_value = types.GenerateVideosOperation._from_response(\n response=response_dict, kwargs=parameter_model.model_dump()\n )\n\n self._api_client._verify_response(return_value)\n return return_value\n\n async def generate_content(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> types.GenerateContentResponse:\n """"""Makes an API request to generate content using a model.\n\n Some models support multimodal input and output.\n\n Built-in MCP support is an experimental feature.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai import types\n from google import genai\n\n client = genai.Client(\n vertexai=True, project='my-project-id', location='us-central1'\n )\n\n response = await client.aio.models.generate_content(\n model='gemini-2.0-flash',\n contents='User input: I like bagels. Answer:',\n config=types.GenerateContentConfig(\n system_instruction=\n [\n 'You are a helpful language translator.',\n 'Your mission is to translate text in English to French.'\n ]\n ),\n )\n print(response.text)\n # J'aime les bagels.\n """"""\n # Retrieve and cache any MCP sessions if provided.\n parsed_config, mcp_to_genai_tool_adapters = (\n await _extra_utils.parse_config_for_mcp_sessions(config)\n )\n if _extra_utils.should_disable_afc(parsed_config):\n return await self._generate_content(\n model=model, contents=contents, config=parsed_config\n )\n remaining_remote_calls_afc = _extra_utils.get_max_remote_calls_afc(\n parsed_config\n )\n logger.info(\n f'AFC is enabled with max remote calls: {remaining_remote_calls_afc}.'\n )\n automatic_function_calling_history: list[types.Content] = []\n response = types.GenerateContentResponse()\n while remaining_remote_calls_afc > 0:\n response = await self._generate_content(\n model=model, contents=contents, config=parsed_config\n )\n remaining_remote_calls_afc -= 1\n if remaining_remote_calls_afc == 0:\n logger.info('Reached max remote calls for automatic function calling.')\n\n function_map = _extra_utils.get_function_map(\n parsed_config, mcp_to_genai_tool_adapters, is_caller_method_async=True\n )\n if not function_map:\n break\n if not response:\n break\n if (\n not response.candidates\n or not response.candidates[0].content\n or not response.candidates[0].content.parts\n ):\n break\n func_response_parts = (\n await _extra_utils.get_function_response_parts_async(\n response, function_map\n )\n )\n if not func_response_parts:\n break\n func_call_content = response.candidates[0].content\n func_response_content = types.Content(\n role='user',\n parts=func_response_parts,\n )\n contents = t.t_contents(contents) # type: ignore[assignment]\n if not automatic_function_calling_history:\n automatic_function_calling_history.extend(contents) # type: ignore[arg-type]\n if isinstance(contents, list):\n contents.append(func_call_content) # type: ignore[arg-type]\n contents.append(func_response_content) # type: ignore[arg-type]\n automatic_function_calling_history.append(func_call_content)\n automatic_function_calling_history.append(func_response_content)\n\n if (\n _extra_utils.should_append_afc_history(parsed_config)\n and response is not None\n ):\n response.automatic_function_calling_history = (\n automatic_function_calling_history\n )\n return response\n\n async def generate_content_stream(\n self,\n *,\n model: str,\n contents: Union[types.ContentListUnion, types.ContentListUnionDict],\n config: Optional[types.GenerateContentConfigOrDict] = None,\n ) -> AsyncIterator[types.GenerateContentResponse]:\n """"""Makes an API request to generate content using a model and yields the model's response in chunks.\n\n For the `model` parameter, supported formats for Vertex AI API include:\n - The Gemini model ID, for example: 'gemini-2.0-flash'\n - The full resource name starts with 'projects/', for example:\n 'projects/my-project-id/locations/us-central1/publishers/google/models/gemini-2.0-flash'\n - The partial resource name with 'publishers/', for example:\n 'publishers/google/models/gemini-2.0-flash' or\n 'publishers/meta/models/llama-3.1-405b-instruct-maas'\n - `/` separated publisher and model name, for example:\n 'google/gemini-2.0-flash' or 'meta/llama-3.1-405b-instruct-maas'\n\n For the `model` parameter, supported formats for Gemini API include:\n - The Gemini model ID, for example: 'gemini-2.0-flash'\n - The model name starts with 'models/', for example:\n 'models/gemini-2.0-flash'\n - For tuned models, the model name starts with 'tunedModels/',\n for example:\n 'tunedModels/1234567890123456789'\n\n Some models support multimodal input and output.\n\n Built-in MCP support is an experimental feature.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai import types\n from google import genai\n\n client = genai.Client(\n vertexai=True, project='my-project-id', location='us-central1'\n )\n\n async for chunk in await client.aio.models.generate_content_stream(\n model='gemini-2.0-flash',\n contents='''What is a good name for a flower shop that specializes in\n selling bouquets of dried flowers?'''\n ):\n print(chunk.text)\n # **Elegant & Classic:**\n # * The Dried Bloom\n # * Everlasting Florals\n # * Timeless Petals\n\n async for chunk in awiat client.aio.models.generate_content_stream(\n model='gemini-2.0-flash',\n contents=[\n types.Part.from_text('What is shown in this image?'),\n types.Part.from_uri('gs://generativeai-downloads/images/scones.jpg',\n 'image/jpeg')\n ]\n ):\n print(chunk.text)\n # The image shows a flat lay arrangement of freshly baked blueberry\n # scones.\n """"""\n\n # Retrieve and cache any MCP sessions if provided.\n parsed_config, mcp_to_genai_tool_adapters = (\n await _extra_utils.parse_config_for_mcp_sessions(config)\n )\n if _extra_utils.should_disable_afc(parsed_config):\n response = await self._generate_content_stream(\n model=model, contents=contents, config=parsed_config\n )\n\n async def base_async_generator(model, contents, config): # type: ignore[no-untyped-def]\n async for chunk in response: # type: ignore[attr-defined]\n yield chunk\n\n return base_async_generator(model, contents, parsed_config) # type: ignore[no-untyped-call, no-any-return]\n\n async def async_generator(model, contents, config): # type: ignore[no-untyped-def]\n remaining_remote_calls_afc = _extra_utils.get_max_remote_calls_afc(config)\n logger.info(\n f'AFC is enabled with max remote calls: {remaining_remote_calls_afc}.'\n )\n automatic_function_calling_history: list[types.Content] = []\n func_response_parts = None\n chunk = None\n i = 0\n while remaining_remote_calls_afc > 0:\n i += 1\n response = await self._generate_content_stream(\n model=model, contents=contents, config=config\n )\n logger.info(f'AFC remote call {i} is done.')\n remaining_remote_calls_afc -= 1\n if remaining_remote_calls_afc == 0:\n logger.info(\n 'Reached max remote calls for automatic function calling.'\n )\n\n function_map = _extra_utils.get_function_map(\n config, mcp_to_genai_tool_adapters, is_caller_method_async=True\n )\n\n if i == 1:\n # First request gets a function call.\n # Then get function response parts.\n # Yield chunks only if there's no function response parts.\n async for chunk in response: # type: ignore[attr-defined]\n if not function_map:\n _extra_utils.append_chunk_contents(contents, chunk)\n yield chunk\n else:\n if (\n not chunk.candidates\n or not chunk.candidates[0].content\n or not chunk.candidates[0].content.parts\n ):\n break\n func_response_parts = (\n await _extra_utils.get_function_response_parts_async(\n chunk, function_map\n )\n )\n if not func_response_parts:\n _extra_utils.append_chunk_contents(contents, chunk)\n yield chunk\n\n else:\n # Second request and beyond, yield chunks.\n async for chunk in response: # type: ignore[attr-defined]\n\n if _extra_utils.should_append_afc_history(config):\n chunk.automatic_function_calling_history = (\n automatic_function_calling_history\n )\n _extra_utils.append_chunk_contents(contents, chunk)\n yield chunk\n if (\n chunk is None\n or not chunk.candidates\n or not chunk.candidates[0].content\n or not chunk.candidates[0].content.parts\n ):\n break\n func_response_parts = (\n await _extra_utils.get_function_response_parts_async(\n chunk, function_map\n )\n )\n if not function_map:\n break\n\n if not func_response_parts:\n break\n\n if chunk is None:\n continue\n # Append function response parts to contents for the next request.\n func_call_content = chunk.candidates[0].content\n func_response_content = types.Content(\n role='user',\n parts=func_response_parts,\n )\n contents = t.t_contents(contents)\n if not automatic_function_calling_history:\n automatic_function_calling_history.extend(contents)\n if isinstance(contents, list) and func_call_content is not None:\n contents.append(func_call_content)\n contents.append(func_response_content)\n if func_call_content is not None:\n automatic_function_calling_history.append(func_call_content)\n automatic_function_calling_history.append(func_response_content)\n\n return async_generator(model, contents, parsed_config) # type: ignore[no-untyped-call, no-any-return]\n\n async def edit_image(\n self,\n *,\n model: str,\n prompt: str,\n reference_images: list[types._ReferenceImageAPIOrDict],\n config: Optional[types.EditImageConfigOrDict] = None,\n ) -> types.EditImageResponse:\n """"""Edits an image based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the edit to apply to the image.\n reference_images (list[Union[RawReferenceImage, MaskReferenceImage,\n ControlReferenceImage, StyleReferenceImage, SubjectReferenceImage]): The\n reference images for editing.\n config (EditImageConfig): Configuration for editing.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai.types import RawReferenceImage, MaskReferenceImage\n\n raw_ref_image = RawReferenceImage(\n reference_id=1,\n reference_image=types.Image.from_file(IMAGE_FILE_PATH),\n )\n\n mask_ref_image = MaskReferenceImage(\n reference_id=2,\n config=types.MaskReferenceConfig(\n mask_mode='MASK_MODE_FOREGROUND',\n mask_dilation=0.06,\n ),\n )\n response = await client.aio.models.edit_image(\n model='imagen-3.0-capability-001',\n prompt='man with dog',\n reference_images=[raw_ref_image, mask_ref_image],\n config=types.EditImageConfig(\n edit_mode= ""EDIT_MODE_INPAINT_INSERTION"",\n number_of_images= 1,\n include_rai_reason= True,\n )\n )\n response.generated_images[0].image.show()\n # Shows a man with a dog instead of a cat.\n """"""\n return await self._edit_image(\n model=model,\n prompt=prompt,\n reference_images=reference_images,\n config=config,\n )\n\n async def list(\n self,\n *,\n config: Optional[types.ListModelsConfigOrDict] = None,\n ) -> AsyncPager[types.Model]:\n """"""Makes an API request to list the available models.\n\n If `query_base` is set to True in the config or not set (default), the\n API will return all available base models. If set to False, it will return\n all tuned models.\n\n Args:\n config (ListModelsConfigOrDict): Configuration for retrieving models.\n\n Usage:\n\n .. code-block:: python\n\n response = await client.aio.models.list(config={'page_size': 5})\n print(response.page)\n # [Model(name='projects/./locations/./models/123', display_name='my_model'\n\n response = await client.aio.models.list(\n config={'page_size': 5, 'query_base': True}\n )\n print(response.page)\n # [Model(name='publishers/google/models/gemini-2.0-flash-exp' ...\n """"""\n\n config = (\n types._ListModelsParameters(config=config).config\n or types.ListModelsConfig()\n )\n if config.query_base is None:\n config.query_base = True\n if self._api_client.vertexai:\n config = config.copy()\n if not config.query_base:\n # Filter for tuning jobs artifacts by labels.\n filter_value = config.filter\n config.filter = (\n filter_value + '&filter=labels.tune-type:*'\n if filter_value\n else 'labels.tune-type:*'\n )\n return AsyncPager(\n 'models',\n self._list,\n await self._list(config=config),\n config,\n )\n\n async def generate_images(\n self,\n *,\n model: str,\n prompt: str,\n config: Optional[types.GenerateImagesConfigOrDict] = None,\n ) -> types.GenerateImagesResponse:\n """"""Generates images based on a text description and configuration.\n\n Args:\n model (str): The model to use.\n prompt (str): A text description of the images to generate.\n config (GenerateImagesConfig): Configuration for generation.\n\n Usage:\n\n .. code-block:: python\n\n response = await client.aio.models.generate_images(\n model='imagen-3.0-generate-002',\n prompt='Man with a dog',\n config=types.GenerateImagesConfig(\n number_of_images= 1,\n include_rai_reason= True,\n )\n )\n response.generated_images[0].image.show()\n # Shows a man with a dog.\n """"""\n api_response = await self._generate_images(\n model=model,\n prompt=prompt,\n config=config,\n )\n positive_prompt_safety_attributes = None\n generated_images = []\n if not api_response or not api_response.generated_images:\n return api_response\n\n for generated_image in api_response.generated_images:\n if (\n generated_image.safety_attributes\n and generated_image.safety_attributes.content_type\n == 'Positive Prompt'\n ):\n positive_prompt_safety_attributes = generated_image.safety_attributes\n else:\n generated_images.append(generated_image)\n\n response = types.GenerateImagesResponse(\n generated_images=generated_images,\n positive_prompt_safety_attributes=positive_prompt_safety_attributes,\n )\n return response\n\n async def upscale_image(\n self,\n *,\n model: str,\n image: types.ImageOrDict,\n upscale_factor: str,\n config: Optional[types.UpscaleImageConfigOrDict] = None,\n ) -> types.UpscaleImageResponse:\n """"""Makes an API request to upscale a provided image.\n\n Args:\n model (str): The model to use.\n image (Image): The input image for upscaling.\n upscale_factor (str): The factor to upscale the image (x2 or x4).\n config (UpscaleImageConfig): Configuration for upscaling.\n\n Usage:\n\n .. code-block:: python\n\n from google.genai.types import Image\n\n IMAGE_FILE_PATH=""my-image.png""\n response = await client.aio.models.upscale_image(\n model='imagen-3.0-generate-001',\n image=types.Image.from_file(IMAGE_FILE_PATH),\n upscale_factor='x2',\n )\n response.generated_images[0].image.show()\n # Opens my-image.png which is upscaled by a factor of 2.\n """"""\n\n # Validate config.\n types.UpscaleImageParameters(\n model=model,\n image=image,\n upscale_factor=upscale_factor,\n config=config,\n )\n\n # Convert to API config.\n config = config or {}\n if isinstance(config, types.UpscaleImageConfig):\n config_dct = config.model_dump()\n else:\n config_dct = dict(config)\n api_config = types._UpscaleImageAPIConfigDict(\n http_options=config_dct.get('http_options', None),\n include_rai_reason=config_dct.get('include_rai_reason', None),\n output_mime_type=config_dct.get('output_mime_type', None),\n output_compression_quality=config_dct.get(\n 'output_compression_quality', None\n ),\n enhance_input_image=config_dct.get('enhance_input_image', None),\n image_preservation_factor=config_dct.get(\n 'image_preservation_factor', None\n ),\n ) # pylint: disable=protected-access\n\n # Provide default values through API config.\n api_config['mode'] = 'upscale'\n api_config['number_of_images'] = 1\n\n return await self._upscale_image(\n model=model,\n image=image,\n upscale_factor=upscale_factor,\n config=api_config,\n )\n",python,tab +483,273452,".venv/lib/python3.10/site-packages/google/genai/models.py",170826,0,"",python,selection_mouse +484,273577,".venv/lib/python3.10/site-packages/google/genai/models.py",170823,6,"config",python,selection_mouse +485,275329,"bot.py",0,0,"",python,tab +486,276972,"bot.py",1534,0,"",python,selection_mouse +487,277133,"bot.py",1533,1,"_",python,selection_mouse +488,277149,"bot.py",1532,2,"n_",python,selection_mouse +489,277161,"bot.py",1531,3,"on_",python,selection_mouse +490,277178,"bot.py",1530,4,"ion_",python,selection_mouse +491,277196,"bot.py",1529,5,"tion_",python,selection_mouse +492,277249,"bot.py",1528,6,"ation_",python,selection_mouse +493,277326,"bot.py",1527,7,"ration_",python,selection_mouse +494,277376,"bot.py",1526,8,"eration_",python,selection_mouse +495,277432,"bot.py",1525,9,"neration_",python,selection_mouse +496,277491,"bot.py",1524,10,"eneration_",python,selection_mouse +497,277651,"bot.py",1523,11,"generation_",python,selection_mouse +498,278111,"bot.py",1523,11,"",python,content +499,279707,".venv/lib/python3.10/site-packages/google/genai/models.py",0,0,"",python,tab +500,300550,"bot.py",0,0,"",python,tab +501,302351,"TERMINAL",0,0,"^C",,terminal_output +502,302940,"TERMINAL",0,0,"python bot.py",,terminal_command +503,302991,"TERMINAL",0,0,"]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +504,303580,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:20:02 INFO  discord.client logging in using static token\r\n",,terminal_output +505,304711,"TERMINAL",0,0,"2025-06-27 12:20:03 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: 3dd914cc017a2adf8c87b05fcde335a4).\r\n",,terminal_output +506,306716,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +507,317472,"TERMINAL",0,0,"2025-06-27 12:20:16 ERROR  discord.client Ignoring exception in on_message\r\nTraceback (most recent call last):\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/client.py"", line 481, in _run_event\r\n await coro(*args, **kwargs)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/bot.py"", line 93, in on_message\r\n reactions, cleaned_response = extract_reactions_from_text(response)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/bot.py"", line 56, in extract_reactions_from_text\r\n match = re.search(pattern, text)\r\n File ""/home/maharajamihir/.local/share/uv/python/cpython-3.10.17-linux-x86_64-gnu/lib/python3.10/re.py"", line 200, in search\r\n return _compile(pattern, flags).search(string)\r\nTypeError: expected string or bytes-like object\r\n",,terminal_output +508,321528,"bot.py",2934,0,"",python,selection_mouse +509,322150,"bot.py",2933,0,"",python,selection_mouse +510,323612,"bot.py",2934,0,"",python,selection_command +511,324130,"bot.py",2934,0," ",python,content +512,330337,"bot.py",2934,0,"",python,selection_command +513,331375,"bot.py",2934,0," print(f""User message: {message.content}"")\n",python,content +514,331392,"bot.py",2980,5,"",python,content +515,343922,"bot.py",3646,0,"",python,selection_mouse +516,344692,"bot.py",3645,0,"",python,selection_command +517,345322,"bot.py",3622,84,"",python,content +518,345472,"bot.py",3573,0,"",python,selection_command +519,345627,"bot.py",3521,0,"",python,selection_command +520,345783,"bot.py",3497,0,"",python,selection_command +521,345923,"bot.py",3485,0,"",python,selection_command +522,346549,"bot.py",3496,0,"\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)",python,content +523,346571,"bot.py",3501,0,"",python,selection_command +524,347625,"bot.py",3502,0,"",python,selection_command +525,351400,"bot.py",3497,84,"",python,content +526,351408,"bot.py",3485,0,"",python,selection_command +527,351868,"bot.py",3497,0,"",python,selection_command +528,352039,"bot.py",3521,0,"",python,selection_command +529,352184,"bot.py",3573,0,"",python,selection_command +530,352386,"bot.py",3622,0,"",python,selection_command +531,353107,"bot.py",3573,0,"",python,selection_command +532,353284,"bot.py",3621,0,"\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)",python,content +533,353295,"bot.py",3626,0,"",python,selection_command +534,353621,"bot.py",3554,0,"",python,selection_command +535,353814,"bot.py",3502,0,"",python,selection_command +536,353926,"bot.py",3497,0,"",python,selection_command +537,354071,"bot.py",3466,0,"",python,selection_command +538,354517,"bot.py",3496,0,"\n ",python,content +539,355540,"bot.py",3501,0,"p",python,content +540,355542,"bot.py",3502,0,"",python,selection_keyboard +541,355694,"bot.py",3502,0,"r",python,content +542,355697,"bot.py",3503,0,"",python,selection_keyboard +543,355764,"bot.py",3503,0,"i",python,content +544,355766,"bot.py",3504,0,"",python,selection_keyboard +545,355869,"bot.py",3504,0,"t",python,content +546,355873,"bot.py",3505,0,"",python,selection_keyboard +547,356351,"bot.py",3501,4,"print",python,content +548,357089,"bot.py",3506,0,"()",python,content +549,357091,"bot.py",3507,0,"",python,selection_keyboard +550,357285,"bot.py",3507,0,"r",python,content +551,357287,"bot.py",3508,0,"",python,selection_keyboard +552,357444,"bot.py",3508,0,"e",python,content +553,357446,"bot.py",3509,0,"",python,selection_keyboard +554,359373,"bot.py",3507,2,"response",python,content +555,361661,"TERMINAL",0,0,"^C",,terminal_output +556,362287,"TERMINAL",0,0,"python bot.py",,terminal_command +557,362343,"TERMINAL",0,0,"\r\n[?2004l\r]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +558,362884,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:21:02 INFO  discord.client logging in using static token\r\n",,terminal_output +559,363869,"TERMINAL",0,0,"2025-06-27 12:21:03 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: a3726f33347df4b61af8c3f04e6ac3ac).\r\n",,terminal_output +560,365873,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +561,425371,"TERMINAL",0,0,"User message: Give me an exhaustive list of tasks that you can perform. Group them into sections from beginner level to expert level tasks <@1387740709569957988>\r\n",,terminal_output +562,432821,"TERMINAL",0,0,"Hey <@1387740709569957988>! Here's an exhaustive list of tasks I can perform, categorized by complexity:\r\n\r\n**Beginner Level:**\r\n* **Basic Interaction:** Responding to simple commands like `!help`, `\r\nReactions: []\r\nCleaned response: Hey <@1387740709569957988>! Here's an exhaustive list of tasks I can perform, categorized by complexity: **Beginner Level:** * **Basic Interaction:** Responding to simple commands like `!help`, `\r\n",,terminal_output +563,466120,"bot.py",1537,0,"",python,selection_mouse +564,466479,"bot.py",1536,0,"",python,selection_command +565,467277,"bot.py",1511,47,"",python,content +566,467289,"bot.py",1519,0,"",python,selection_command +567,467626,"bot.py",1490,0,"",python,selection_command +568,468039,"bot.py",1510,0,"",python,selection_command +569,468175,"bot.py",1509,1,"",python,content +570,468409,"bot.py",1508,0,"",python,selection_command +571,469966,"bot.py",0,0,"",python,selection_command +572,470391,"bot.py",0,1,"i",python,selection_command +573,471340,"bot.py",0,4099,"import discord\nimport os\nfrom google import genai\n\nDISCORD_TOKEN = os.environ.get('DISCORD_TOKEN')\nGEMINI_API_KEY = os.environ.get('GEMINI_API_KEY')\n\nintents = discord.Intents.default()\nintents.message_content = False # Must be True to read message content for mentions\nclient = discord.Client(intents=intents)\ngoogle_client = genai.Client()\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers short. Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = await message.reply(cleaned_response, mention_author=False)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_command +574,472581,"bot.py",0,0,"",python,selection_command +575,507836,"bot.py",344,0,"DISCORD_MAX_MESSAGE_LEN = 4000\n",python,content +576,507851,"bot.py",375,0,"\n",python,content +577,510431,"bot.py",2708,0,"def split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n",python,content +578,510448,"bot.py",2766,0," """"""\n",python,content +579,510694,"bot.py",2774,0," Splits text into a list of strings, each at most max_len characters.\n",python,content +580,510831,"bot.py",2847,0," Tries to split at line breaks or spaces if possible.\n",python,content +581,510873,"bot.py",2904,0," """"""\n",python,content +582,510917,"bot.py",2912,0," if len(text) <= max_len:\n",python,content +583,510951,"bot.py",2941,0," return [text]\n",python,content +584,510959,"bot.py",2963,0," parts = []\n",python,content +585,511079,"bot.py",2978,0," while len(text) > max_len:\n",python,content +586,511210,"bot.py",3009,0," # Try to split at the last newline within max_len\n",python,content +587,511365,"bot.py",3067,0," split_at = text.rfind('\n', 0, max_len)\n",python,content +588,511391,"bot.py",3115,0," if split_at == -1:\n",python,content +589,511474,"bot.py",3142,0," # Try to split at the last space within max_len\n",python,content +590,511576,"bot.py",3202,0," split_at = text.rfind(' ', 0, max_len)\n",python,content +591,511839,"bot.py",3253,0," if split_at == -1 or split_at < max_len // 2:\n",python,content +592,511867,"bot.py",3307,0," # Just hard split\n",python,content +593,511924,"bot.py",3337,0," split_at = max_len\n",python,content +594,512016,"bot.py",3368,0," parts.append(text[:split_at].strip())\n",python,content +595,512109,"bot.py",3414,0," text = text[split_at:].lstrip()\n",python,content +596,512127,"bot.py",3454,0," if text:\n",python,content +597,512137,"bot.py",3467,0," parts.append(text)\n",python,content +598,512166,"bot.py",3494,0," return parts\n",python,content +599,512173,"bot.py",3511,0,"\n",python,content +600,513631,"bot.py",4515,0," # Split cleaned_response into chunks of <= 4000 chars\n",python,content +601,513761,"bot.py",4573,0," response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n",python,content +602,513769,"bot.py",4652,148,"",python,content +603,513888,"bot.py",4653,0," # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = await message.reply(cleaned_response, mention_author=False)\n\n",python,content +604,513907,"bot.py",4722,0," sent_message = None\n",python,content +605,513981,"bot.py",4746,0," for idx, chunk in enumerate(response_chunks):\n",python,content +606,514047,"bot.py",4796,0," if idx == 0:\n",python,content +607,514144,"bot.py",4817,0," sent_message = await message.reply(chunk, mention_author=False)\n",python,content +608,514159,"bot.py",4893,0," else:\n",python,content +609,514240,"bot.py",4907,0," sent_message = await message.channel.send(chunk)\n",python,content +610,514247,"bot.py",4968,79,"",python,content +611,519321,"TERMINAL",0,0,"^C",,terminal_output +612,520249,"TERMINAL",0,0,"python bot.py",,terminal_command +613,520300,"TERMINAL",0,0,"]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +614,520842,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:23:40 INFO  discord.client logging in using static token\r\n",,terminal_output +615,521995,"TERMINAL",0,0,"2025-06-27 12:23:41 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: c63ed4808b54b63926ddf85925c2a3fe).\r\n",,terminal_output +616,523999,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +617,531185,"TERMINAL",0,0,"User message: Give me an exhaustive list of tasks that you can perform. Group them into sections from beginner level to expert level tasks <@1387740709569957988>\r\n",,terminal_output +618,542744,"TERMINAL",0,0,"Hey <@1387740709569957988>! I can perform a wide range of tasks, from simple interactions to complex automations. Here's an exhaustive list, grouped by complexity:\r\n\r\n**Beginner Level Tasks:**\r\n* **Welcoming:** Greet new members to the server with custom messages.\r\n* **Basic Moderation:** Kick, ban, or assign roles manually through commands.\r\n* **Information Lookup:** Provide basic server information, current time, or simple facts.\r\n* **Fun Commands:** Dice rolls, coin flips, simple polls, or random selections.\r\n* **Role Management:** Assign or remove roles via simple commands to users.\r\n\r\n**Intermediate Level Tasks:**\r\n* **Advanced Moderation:** Mute users, create warning systems, log moderation actions, and set up customisable auto-moderation rules.\r\n* **Custom Commands:** Allow server admins to create user-defined commands for specific text responses or actions.\r\n* **Automated Announcements:** Schedule messages, integrate RSS feeds, or post social media updates automatically.\r\n* **Ticketing Systems:** Create private support channels for users to get assistance.\r\n* **Levelling & XP:** Track user activity and assign roles or rewards based on earned experience points.\r\n* **API Integrations:** Fetch and display data from external services (e.g., weather, game statistics, news, crypto prices).\r\n* **Embeds:** Send rich, formatted messages with titles, descriptions, images, and links.\r\n* **Reaction Roles:** Assign or remove roles automatically based on emoji reactions to a specific message.\r\n\r\n**Expert Level Tasks:**\r\n* **Persistent Data Storage:** Store and retrieve user settings, custom data, and detailed logs across sessions using databases.\r\n* **Webhook Integrations:** Connect with services like Trello, GitHub, YouTube, Twitch, or custom APIs for real-time notifications and data exchange.\r\n* **AI/NLP Capabilities:** Understand complex natural language queries, perform sentiment analysis, or generate creative content.\r\n* **Dynamic Content:** Generate images, memes, custom graphics, or modify audio/video on demand.\r\n* **Voice Channel Interaction:** Play music, use text-to-speech, manage voice channel activity, or record audio.\r\n* **Complex Game Integrations:** Host interactive games directly within Discord, track detailed game statistics, or integrate with external game APIs.\r\n* **Multi-Server Management:** Handle unique configurations, permissions, and data for numerous Discord communities simultaneously.\r\n* **Advanced Automation Workflows:** Set up intricate chained actions, conditional logic, and highly customized scheduled tasks.\r\n\r\n$REACTIONS:[💡,✨,✅]\r\nReactions: ['💡', '✨', '✅']\r\nCleaned response: Hey <@1387740709569957988>! I can perform a wide range of tasks, from simple interactions to complex automations. Here's an exhaustive list, grouped by complexity: **Beginner Level Tasks:** * **Welcoming:** Greet new members to the server with custom messages. * **Basic Moderation:** Kick, ban, or assign roles manually through commands. * **Information Lookup:** Provide basic server information, current time, or simple facts. * **Fun Commands:** Dice rolls, coin flips, simple polls, or random selections. * **Role Management:** Assign or remove roles via simple commands to users. **Intermediate Level Tasks:** * **Advanced Moderation:** Mute users, create warning systems, log moderation actions, and set up customisable auto-moderation rules. * **Custom Commands:** Allow server admins to create user-defined commands for specific text responses or actions. * **Automated Announcements:** Schedule messages, integrate RSS feeds, or post social media updates automatically. * **Ticketing Systems:** Create private support channels for users to get assistance. * **Levelling & XP:** Track user activity and assign roles or rewards based on earned experience points. * **API Integrations:** Fetch and display data from external services (e.g., weather, game statistics, news, crypto prices). * **Embeds:** Send rich, formatted messages with titles, descriptions, images, and links. * **Reaction Roles:** Assign or remove roles automatically based on emoji reactions to a specific message. **Expert Level Tasks:** * **Persistent Data Storage:** Store and retrieve user settings, custom data, and detailed logs across sessions using databases. * **Webhook Integrations:** Connect with services like Trello, GitHub, YouTube, Twitch, or custom APIs for real-time notifications and data exchange. * **AI/NLP Capabilities:** Understand complex natural language queries, perform sentiment analysis, or generate creative content. * **Dynamic Content:** Generate images, memes, custom graphics, or modify audio/video on demand. * **Voice Channel Interaction:** Play music, use text-to-speech, manage voice channel activity, or record audio. * **Complex Game Integrations:** Host interactive games directly within Discord, track detailed game statistics, or integrate with external game APIs. * **Multi-Server Management:** Handle unique configurations, permissions, and data for numerous Discord communities simultaneously. * **Advanced Automation Workflows:** Set up intricate chained actions, conditional logic, and highly customized scheduled tasks.\r\n",,terminal_output +619,543090,"TERMINAL",0,0,"2025-06-27 12:24:02 ERROR  discord.client Ignoring exception in on_message\r\nTraceback (most recent call last):\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/client.py"", line 481, in _run_event\r\n await coro(*args, **kwargs)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/bot.py"", line 129, in on_message\r\n sent_message = await message.reply(chunk, mention_author=False)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/message.py"", line 1869, in reply\r\n return await self.channel.send(content, reference=self, **kwargs)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/abc.py"", line 1644, in send\r\n data = await state.http.send_message(channel.id, params=params)\r\n File ""/home/maharajamihir/Projects/sandbox/dc-bot/.venv/lib/python3.10/site-packages/discord/http.py"", line 762, in request\r\n raise HTTPException(response, data)\r\ndiscord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body\r\nIn content: Must be 2000 or fewer in length.\r\n",,terminal_output +620,548153,"bot.py",371,0,"",python,selection_mouse +621,549275,"bot.py",370,0,"",python,selection_command +622,549970,"bot.py",370,1,"2",python,content +623,552699,"TERMINAL",0,0,"^C",,terminal_output +624,553439,"TERMINAL",0,0,"python bot.py",,terminal_command +625,553489,"TERMINAL",0,0,"]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +626,554014,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:24:13 INFO  discord.client logging in using static token\r\n",,terminal_output +627,556521,"TERMINAL",0,0,"2025-06-27 12:24:15 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: 9a897142dbf399d709732a10445f786f).\r\n",,terminal_output +628,558524,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +629,558596,"bot.py",4563,0,"",python,selection_mouse +630,559686,"bot.py",4562,1,"",python,content +631,559830,"bot.py",4562,0,"2",python,content +632,559833,"bot.py",4563,0,"",python,selection_keyboard +633,560673,"bot.py",4562,0,"",python,selection_command +634,609255,"bot.py",1110,0,"",python,selection_mouse +635,609825,"bot.py",1105,0,"",python,selection_mouse +636,610598,"bot.py",1106,0,"",python,selection_command +637,610751,"bot.py",1107,0,"",python,selection_command +638,610832,"bot.py",1107,0,"s",python,content +639,610836,"bot.py",1108,0,"",python,selection_keyboard +640,610923,"bot.py",1108,0," ",python,content +641,610927,"bot.py",1109,0,"",python,selection_keyboard +642,611550,"bot.py",1108,1,"",python,content +643,611829,"bot.py",1107,1,"",python,content +644,611943,"bot.py",1106,1,"",python,content +645,612046,"bot.py",1106,0,"a",python,content +646,612049,"bot.py",1107,0,"",python,selection_keyboard +647,612111,"bot.py",1107,0,"s",python,content +648,612115,"bot.py",1108,0,"",python,selection_keyboard +649,612566,"bot.py",1108,0," ",python,content +650,612569,"bot.py",1109,0,"",python,selection_keyboard +651,612696,"bot.py",1110,0,"",python,selection_command +652,613656,"bot.py",1113,0," ",python,content +653,613658,"bot.py",1114,0,"",python,selection_keyboard +654,613739,"bot.py",1114,0,"a",python,content +655,613742,"bot.py",1115,0,"",python,selection_keyboard +656,613795,"bot.py",1115,0,"s",python,content +657,613797,"bot.py",1116,0,"",python,selection_keyboard +658,613939,"bot.py",1116,0," ",python,content +659,613941,"bot.py",1117,0,"",python,selection_keyboard +660,614033,"bot.py",1117,0,"p",python,content +661,614034,"bot.py",1118,0,"",python,selection_keyboard +662,614250,"bot.py",1118,0,"o",python,content +663,614253,"bot.py",1119,0,"",python,selection_keyboard +664,614433,"bot.py",1119,0,"s",python,content +665,614435,"bot.py",1120,0,"",python,selection_keyboard +666,614650,"bot.py",1120,0,"s",python,content +667,614652,"bot.py",1121,0,"",python,selection_keyboard +668,614712,"bot.py",1121,0,"i",python,content +669,614714,"bot.py",1122,0,"",python,selection_keyboard +670,614871,"bot.py",1122,0,"b",python,content +671,614874,"bot.py",1123,0,"",python,selection_keyboard +672,615108,"bot.py",1123,0,"l",python,content +673,615111,"bot.py",1124,0,"",python,selection_keyboard +674,615371,"bot.py",1124,0,"e",python,content +675,615374,"bot.py",1125,0,"",python,selection_keyboard +676,615744,"bot.py",1125,0,"!",python,content +677,615745,"bot.py",1126,0,"",python,selection_keyboard +678,616225,"bot.py",1126,1,"",python,content +679,618223,"bot.py",1252,0,"",python,selection_mouse +680,618867,"bot.py",1013,0,"",python,selection_mouse +681,619396,"bot.py",1252,0,"",python,selection_mouse +682,620239,"bot.py",1153,0,"",python,selection_mouse +683,620763,"bot.py",1152,0,"",python,selection_mouse +684,629829,"TERMINAL",0,0,"User message: Give me an exhaustive list of tasks that you can perform. Group them into sections from beginner level to expert level tasks <@1387740709569957988>\r\n",,terminal_output +685,639004,"TERMINAL",0,0,"Hello <@1387740709569957988>! I can perform a wide range of tasks. Here's an exhaustive list, grouped by complexity:\r\n\r\n**Beginner Level Tasks:**\r\n* Greeting new members and general pleasantries.\r\n* Responding to simple commands like `!help` or `!ping`.\r\n* Displaying basic server or user information.\r\n* Setting simple reminders for yourself or the channel.\r\n* Performing basic actions like dice rolls or coin flips.\r\n\r\n**Intermediate Level Tasks:**\r\n* Moderation commands (kicking, banning, muting users).\r\n* Managing user roles (assigning or removing roles).\r\n* Fetching data from external APIs (e.g., weather forecasts, random jokes, memes).\r\n* Creating and managing polls for user voting.\r\n* Sending automated messages for welcomes, rules, or scheduled announcements.\r\n\r\n**Expert Level Tasks:**\r\n* Integrating with databases for custom commands, user profiles, or data storage.\r\n* Advanced moderation systems (auto-moderation, comprehensive logging, anti-raid features).\r\n* Connecting to external services for notifications (e.g., Twitch streams, YouTube uploads).\r\n* Implementing complex game mechanics (economy systems, RPG elements, minigames).\r\n* Providing music playback functionality within voice channels.\r\n* Building customizable event triggers and automated actions based on specific criteria.\r\n* Utilizing machine learning for tasks like sentiment analysis or advanced spam detection.\r\n$REACTIONS:[✅,🤖,⭐]\r\nReactions: ['✅', '🤖', '⭐']\r\nCleaned response: Hello <@1387740709569957988>! I can perform a wide range of tasks. Here's an exhaustive list, grouped by complexity: **Beginner Level Tasks:** * Greeting new members and general pleasantries. * Responding to simple commands like `!help` or `!ping`. * Displaying basic server or user information. * Setting simple reminders for yourself or the channel. * Performing basic actions like dice rolls or coin flips. **Intermediate Level Tasks:** * Moderation commands (kicking, banning, muting users). * Managing user roles (assigning or removing roles). * Fetching data from external APIs (e.g., weather forecasts, random jokes, memes). * Creating and managing polls for user voting. * Sending automated messages for welcomes, rules, or scheduled announcements. **Expert Level Tasks:** * Integrating with databases for custom commands, user profiles, or data storage. * Advanced moderation systems (auto-moderation, comprehensive logging, anti-raid features). * Connecting to external services for notifications (e.g., Twitch streams, YouTube uploads). * Implementing complex game mechanics (economy systems, RPG elements, minigames). * Providing music playback functionality within voice channels. * Building customizable event triggers and automated actions based on specific criteria. * Utilizing machine learning for tasks like sentiment analysis or advanced spam detection.\r\n",,terminal_output +686,657814,"bot.py",4513,0,"",python,selection_mouse +687,667814,"bot.py",4413,0,"",python,selection_mouse +688,675549,"bot.py",2720,0,"",python,selection_mouse +689,676106,"bot.py",2684,0,"",python,selection_mouse +690,676616,"bot.py",2685,0,"",python,selection_mouse +691,676821,"bot.py",2684,1,")",python,selection_mouse +692,676837,"bot.py",2683,2,"()",python,selection_mouse +693,676848,"bot.py",2682,3,"p()",python,selection_mouse +694,676865,"bot.py",2681,4,"ip()",python,selection_mouse +695,676898,"bot.py",2680,5,"rip()",python,selection_mouse +696,676914,"bot.py",2679,6,"trip()",python,selection_mouse +697,677015,"bot.py",2678,7,"strip()",python,selection_mouse +698,677490,"bot.py",2677,8,".strip()",python,selection_mouse +699,684354,"bot.py",2677,8,"",python,content +700,686546,"TERMINAL",0,0,"^C",,terminal_output +701,687238,"TERMINAL",0,0,"python bot.py",,terminal_command +702,687289,"TERMINAL",0,0,"]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +703,687822,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:26:27 INFO  discord.client logging in using static token\r\n",,terminal_output +704,688792,"TERMINAL",0,0,"2025-06-27 12:26:28 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: 1f42d73fa07c7899164cd99b4744cc1a).\r\n",,terminal_output +705,690796,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +706,714068,"TERMINAL",0,0,"User message: Give me an exhaustive list of tasks that you can perform. Group them into sections from beginner level to expert level tasks <@1387740709569957988>\r\n",,terminal_output +707,723374,"TERMINAL",0,0,"<@1387740709569957988> Here's an exhaustive list of tasks I can perform, grouped by difficulty:\r\n\r\n**Beginner Level:**\r\n* Greeting new members.\r\n* Answering frequently asked questions.\r\n* Setting simple reminders.\r\n* Playing basic mini-games (e.g., dice roll, coin flip).\r\n* Providing current time or date.\r\n* Displaying server rules.\r\n\r\n**Intermediate Level:**\r\n* Creating and managing polls.\r\n* Assigning/removing roles based on commands or reactions.\r\n* Integrating with external APIs for data (e.g., weather, news, stock quotes).\r\n* Advanced moderation: kicking, banning, muting users.\r\n* Automating scheduled announcements.\r\n* Creating custom commands.\r\n* Logging server events.\r\n\r\n**Expert Level:**\r\n* Advanced moderation using AI/ML (e.g., sentiment analysis, spam detection).\r\n* Managing complex databases for user profiles or game stats.\r\n* Developing and running custom, multi-stage games.\r\n* Implementing ticketing systems for support.\r\n* Cross-platform integrations (e.g., syncing Discord roles with other services).\r\n* Personalized content delivery based on user activity.\r\n* Dynamic voice channel management.\r\n* Sophisticated reporting and analytics.\r\n$REACTIONS:[🚀,✅]\r\nReactions: ['🚀', '✅']\r\nCleaned response: <@1387740709569957988> Here's an exhaustive list of tasks I can perform, grouped by difficulty: **Beginner Level:** * Greeting new members. * Answering frequently asked questions. * Setting simple reminders. * Playing basic mini-games (e.g., dice roll, coin flip). * Providing current time or date. * Displaying server rules. **Intermediate Level:** * Creating and managing polls. * Assigning/removing roles based on commands or reactions. * Integrating with external APIs for data (e.g., weather, news, stock quotes). * Advanced moderation: kicking, banning, muting users. * Automating scheduled announcements. * Creating custom commands. * Logging server events. **Expert Level:** * Advanced moderation using AI/ML (e.g., sentiment analysis, spam detection). * Managing complex databases for user profiles or game stats. * Developing and running custom, multi-stage games. * Implementing ticketing systems for support. * Cross-platform integrations (e.g., syncing Discord roles with other services). * Personalized content delivery based on user activity. * Dynamic voice channel management. * Sophisticated reporting and analytics. \r\n",,terminal_output +708,734302,"bot.py",2677,0,".strip()",python,content +709,735173,"bot.py",2685,0,"",python,selection_mouse +710,735712,"bot.py",2625,61," cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n",python,selection_mouse +711,736302,"bot.py",2720,0,"",python,selection_mouse +712,796958,"bot.py",5253,0,"",python,selection_mouse +713,797164,"bot.py",5227,26,"\nclient.run(DISCORD_TOKEN)",python,selection_mouse +714,797181,"bot.py",5168,85,"e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +715,797191,"bot.py",5119,134,".add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +716,797208,"bot.py",4935,318,"nt_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +717,797224,"bot.py",4666,587,"\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +718,797246,"bot.py",4264,989," response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +719,797271,"bot.py",4238,1015," # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +720,797287,"bot.py",4015,1238,"\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +721,797309,"bot.py",3625,1628," # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +722,797327,"bot.py",3508,1745," return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +723,797357,"bot.py",2992,2261," while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +724,797370,"bot.py",2780,2473," """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +725,797385,"bot.py",2519,2734," cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +726,797404,"bot.py",2192,3061," # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +727,797416,"bot.py",1955,3298,"def extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +728,797432,"bot.py",1859,3394,"\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +729,797449,"bot.py",1566,3687," return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +730,797465,"bot.py",1355,3898," if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +731,797484,"bot.py",799,4454," ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +732,797500,"bot.py",376,4877,"def ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +733,797517,"bot.py",343,4910,"\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +734,797550,"bot.py",271,4982,"client = discord.Client(intents=intents)\ngoogle_client = genai.Client()\n\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +735,797565,"bot.py",186,5067,"intents.message_content = False # Must be True to read message content for mentions\nclient = discord.Client(intents=intents)\ngoogle_client = genai.Client()\n\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +736,797596,"bot.py",312,4941,"google_client = genai.Client()\n\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +737,797612,"bot.py",343,4910,"\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +738,797629,"bot.py",344,4909,"DISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +739,797662,"bot.py",375,4878,"\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +740,797829,"bot.py",376,4877,"def ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +741,797862,"bot.py",409,4844," try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +742,798120,"bot.py",376,4877,"def ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)",python,selection_mouse +743,799229,"bot.py",1341,0,"",python,selection_mouse +744,801114,"bot.py",4567,0,"",python,selection_mouse +745,801893,"bot.py",5254,0,"",python,selection_mouse +746,802081,"bot.py",5115,139,"sage.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +747,802093,"bot.py",4666,588,"\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +748,802111,"bot.py",4479,775," print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +749,802128,"bot.py",4264,990," response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +750,802145,"bot.py",4015,1239,"\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +751,802167,"bot.py",3677,1577," if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +752,802183,"bot.py",3525,1729,"\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +753,802199,"bot.py",3321,1933," # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +754,802217,"bot.py",2992,2262," while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +755,802232,"bot.py",2722,2532,"def split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +756,802250,"bot.py",2397,2857," reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +757,802266,"bot.py",2173,3081," reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +758,802284,"bot.py",1943,3311,"\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +759,802299,"bot.py",1781,3473,"\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +760,802317,"bot.py",1432,3822," response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +761,802333,"bot.py",953,4301," ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +762,802351,"bot.py",418,4836," # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +763,802367,"bot.py",271,4983,"client = discord.Client(intents=intents)\ngoogle_client = genai.Client()\n\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +764,802383,"bot.py",25,5229,"from google import genai\n\nDISCORD_TOKEN = os.environ.get('DISCORD_TOKEN')\nGEMINI_API_KEY = os.environ.get('GEMINI_API_KEY')\n\nintents = discord.Intents.default()\nintents.message_content = False # Must be True to read message content for mentions\nclient = discord.Client(intents=intents)\ngoogle_client = genai.Client()\n\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +765,802398,"bot.py",0,5254,"import discord\nimport os\nfrom google import genai\n\nDISCORD_TOKEN = os.environ.get('DISCORD_TOKEN')\nGEMINI_API_KEY = os.environ.get('GEMINI_API_KEY')\n\nintents = discord.Intents.default()\nintents.message_content = False # Must be True to read message content for mentions\nclient = discord.Client(intents=intents)\ngoogle_client = genai.Client()\n\nDISCORD_MAX_MESSAGE_LEN = 2000\n\ndef ask_gemini(message_history):\n try:\n # Add a system prompt to inform Gemini about Discord bot capabilities\n system_prompt = (\n ""You are a helpful Discord bot. ""\n ""You can reply to users and also react to their messages with emojis. ""\n ""If you want me to react to a message, indicate the emojis to react with by including a line at the end of your reply in the format: ""\n ""$REACTIONS:[,,...] (for example: $REACTIONS:[❤️,😂]) ""\n ""Do not include 'React with ...' phrases in your reply. ""\n ""Only use the $REACTIONS:[...] format to specify reactions, and do not mention this instruction to the user.""\n ""Keep your answers as hort as possible! Discord has a limit of 4000 characters per message! You will be severely punished if you exceed the discord limit.""\n )\n # Compose the prompt: system prompt + message history\n prompt = system_prompt + ""\n\n""\n if message_history:\n prompt += ""\n"".join(message_history)\n response = google_client.models.generate_content(\n model='gemini-2.5-flash',\n contents=prompt\n )\n return response.text if hasattr(response, ""text"") else str(response)\n except Exception as e:\n print(f""Exception in ask_gemini: {e}"")\n return ""Sorry, something went wrong contacting Gemini.""\n\n@client.event\nasync def on_ready():\n print(f""Logged in as {client.user}"")\n\n# Store short message history (optional: persist if needed)\nmessage_histories = {}\n\nimport re\n\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text\n\ndef split_message(text, max_len=DISCORD_MAX_MESSAGE_LEN):\n """"""\n Splits text into a list of strings, each at most max_len characters.\n Tries to split at line breaks or spaces if possible.\n """"""\n if len(text) <= max_len:\n return [text]\n parts = []\n while len(text) > max_len:\n # Try to split at the last newline within max_len\n split_at = text.rfind('\n', 0, max_len)\n if split_at == -1:\n # Try to split at the last space within max_len\n split_at = text.rfind(' ', 0, max_len)\n if split_at == -1 or split_at < max_len // 2:\n # Just hard split\n split_at = max_len\n parts.append(text[:split_at].strip())\n text = text[split_at:].lstrip()\n if text:\n parts.append(text)\n return parts\n\n@client.event\nasync def on_message(message):\n if message.author == client.user:\n return\n\n # Only trigger if the bot is mentioned (tagged)\n if client.user not in message.mentions:\n return\n print(f""User message: {message.content}"")\n # Generate a conversation ID for DMs or threads\n convo_id = None\n if isinstance(message.channel, discord.DMChannel):\n convo_id = f""dm-{message.author.id}""\n else:\n convo_id = f""channel-{message.channel.id}""\n\n # Store message history (per convo)\n history = message_histories.get(convo_id, [])\n history.append(message.content)\n history = history[-10:] # keep last 10 messages\n message_histories[convo_id] = history\n\n # Get Gemini response\n response = ask_gemini(history)\n print(response)\n\n # Parse $REACTIONS:[...] from Gemini's response\n reactions, cleaned_response = extract_reactions_from_text(response)\n print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n # Reply to the triggering message (with $REACTIONS line removed)\n sent_message = None\n for idx, chunk in enumerate(response_chunks):\n if idx == 0:\n sent_message = await message.reply(chunk, mention_author=False)\n else:\n sent_message = await message.channel.send(chunk)\n\n # Add reactions to the user's message (not the bot's own message)\n for emoji in reactions:\n try:\n await message.add_reaction(emoji)\n except Exception as e:\n print(f""Failed to react with {emoji}: {e}"")\n\nclient.run(DISCORD_TOKEN)\n",python,selection_mouse +766,803630,"bot.py",0,0,"",python,selection_command +767,819023,"bot.py",3736,0,"\n",python,content +768,819314,"bot.py",3737,0," # Remove the bot's own mention from the message content if present\n",python,content +769,819865,"bot.py",3808,0," # This prevents the bot from tagging itself in replies\n",python,content +770,819999,"bot.py",3867,0," bot_mention = client.user.mention\n",python,content +771,820085,"bot.py",3905,0," cleaned_content = message.content.replace(bot_mention, '').strip()\n",python,content +772,820094,"bot.py",3976,0,"\n",python,content +773,820790,"bot.py",3977,0," print(f""User message: {cleaned_content}"")\n",python,content +774,820844,"bot.py",4023,46,"",python,content +775,821243,"bot.py",4347,0," history.append(cleaned_content)\n",python,content +776,821269,"bot.py",4383,36,"",python,content +777,850952,"bot.py",4347,35," history.append(message.content)",python,content +778,850952,"bot.py",3736,286," print(f""User message: {message.content}"")",python,content +779,851951,"bot.py",0,0,"# Start of Selection\n",python,content +780,856246,"bot.py",3757,0,"\n",python,content +781,856354,"bot.py",3758,0," # Remove the bot's own mention from the message content if present\n",python,content +782,856434,"bot.py",3829,0," bot_mention = client.user.mention\n",python,content +783,856478,"bot.py",3867,0," cleaned_content = message.content.replace(bot_mention, '').strip()\n",python,content +784,856489,"bot.py",3938,0,"\n",python,content +785,856529,"bot.py",3939,0," print(f""User message: {cleaned_content}"")\n",python,content +786,856586,"bot.py",3985,46,"",python,content +787,856930,"bot.py",4309,0," history.append(cleaned_content)\n",python,content +788,856985,"bot.py",4345,36,"",python,content +789,857346,"bot.py",4647,84,"",python,content +790,857416,"bot.py",4648,0," # Remove the bot's own mention from the cleaned response, if present\n",python,content +791,857530,"bot.py",4721,0," bot_mention = client.user.mention\n",python,content +792,857577,"bot.py",4759,0," cleaned_response = cleaned_response.replace(bot_mention, '').strip()\n",python,content +793,857593,"bot.py",4832,137,"",python,content +794,857615,"bot.py",4833,0," print(""Reactions:"", reactions)\n print(""Cleaned response:"", cleaned_response)\n\n # Split cleaned_response into chunks of <= 2000 chars\n response_chunks = split_message(cleaned_response, DISCORD_MAX_MESSAGE_LEN)\n\n",python,content +795,857964,"bot.py",5056,0," # Reply to the triggering message (with $REACTIONS line removed and bot mention removed)\n",python,content +796,857983,"bot.py",5149,69,"",python,content +797,858482,"bot.py",5641,0,"client.run(DISCORD_TOKEN\n",python,content +798,858496,"bot.py",5666,26,"",python,content +799,873183,"bot.py",5665,0,"",python,selection_mouse +800,873432,"bot.py",5665,0,"A",python,content +801,873436,"bot.py",5666,0,"",python,selection_keyboard +802,873909,"bot.py",5665,1,"",python,content +803,874459,"bot.py",5665,0,")",python,content +804,874463,"bot.py",5666,0,"",python,selection_keyboard +805,874795,"bot.py",5665,0,"",python,selection_command +806,878065,"TERMINAL",0,0,"^C",,terminal_output +807,878798,"TERMINAL",0,0,"python bot.py",,terminal_command +808,878849,"TERMINAL",0,0,"]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +809,879383,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:29:38 INFO  discord.client logging in using static token\r\n",,terminal_output +810,880820,"TERMINAL",0,0,"2025-06-27 12:29:40 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: c2e0a81ee5e1dc143263f8d3e3e77832).\r\n",,terminal_output +811,882819,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +812,890078,"TERMINAL",0,0,"User message: Give me an exhaustive list of tasks that you can perform. Group them into sections from beginner level to expert level tasks\r\n",,terminal_output +813,898962,"TERMINAL",0,0,"Here's an exhaustive list of tasks I can perform, grouped by difficulty:\r\n\r\n**Beginner Level Tasks:**\r\n* **Information Retrieval:** Provide server info, user info, time, date, basic definitions.\r\n* **Fun Commands:** Dice rolls, coin flips, random facts, simple memes.\r\n* **Basic Moderation:** Kick, ban, mute, unmute, delete messages.\r\n* **Welcome/Farewell:** Send custom messages for new members joining or leaving.\r\n* **Help & Info:** Display available commands, bot status, uptime.\r\n\r\n**Intermediate Level Tasks:**\r\n* **Role Management:** Assign/remove roles based on commands or reactions, self-assignable roles.\r\n* **Polls & Surveys:** Create interactive polls with reactions or custom options.\r\n* **Reminders:** Set personal or public reminders for specific times.\r\n* **Logging:** Log moderation actions, message edits/deletions, member activity.\r\n* **Custom Commands:** Allow server admins to create simple custom text responses.\r\n* **API Integrations:** Fetch data from external APIs (e.g., weather, news, game stats).\r\n* **Mini-Games:** Simple text-based games like trivia, word guessing.\r\n* **Embed Generation:** Create rich, formatted messages (embeds) for announcements or data.\r\n\r\n**Expert Level Tasks:**\r\n* **Advanced Moderation (Automod):** Auto-delete specific words/phrases, spam detection, link filtering, raid protection.\r\n* **Ticket Systems:** Create private channels for support requests, manage support queues.\r\n* **Database Integration:** Store and retrieve user data, custom server configurations, leaderboards.\r\n* **Complex Automation:** Schedule recurring tasks, automate role assignments based on activity/levels.\r\n* **AI/NLP Features:** Sentiment analysis, smart replies, content summarization.\r\n* **External Service Integration:** Connect with platforms like YouTube, Twitch, GitHub for notifications.\r\n* **Economy Systems:** Manage virtual currency, shops, and gambling within the server.\r\n* **Analytics & Reporting:** Track server statistics, user activity, command usage.\r\n* **Cross-Platform Synchronization:** Sync roles or messages between Discord and other platforms.\r\nReactions: []\r\nCleaned response: Here's an exhaustive list of tasks I can perform, grouped by difficulty: **Beginner Level Tasks:** * **Information Retrieval:** Provide server info, user info, time, date, basic definitions. * **Fun Commands:** Dice rolls, coin flips, random facts, simple memes. * **Basic Moderation:** Kick, ban, mute, unmute, delete messages. * **Welcome/Farewell:** Send custom messages for new members joining or leaving. * **Help & Info:** Display available commands, bot status, uptime. **Intermediate Level Tasks:** * **Role Management:** Assign/remove roles based on commands or reactions, self-assignable roles. * **Polls & Surveys:** Create interactive polls with reactions or custom options. * **Reminders:** Set personal or public reminders for specific times. * **Logging:** Log moderation actions, message edits/deletions, member activity. * **Custom Commands:** Allow server admins to create simple custom text responses. * **API Integrations:** Fetch data from external APIs (e.g., weather, news, game stats). * **Mini-Games:** Simple text-based games like trivia, word guessing. * **Embed Generation:** Create rich, formatted messages (embeds) for announcements or data. **Expert Level Tasks:** * **Advanced Moderation (Automod):** Auto-delete specific words/phrases, spam detection, link filtering, raid protection. * **Ticket Systems:** Create private channels for support requests, manage support queues. * **Database Integration:** Store and retrieve user data, custom server configurations, leaderboards. * **Complex Automation:** Schedule recurring tasks, automate role assignments based on activity/levels. * **AI/NLP Features:** Sentiment analysis, smart replies, content summarization. * **External Service Integration:** Connect with platforms like YouTube, Twitch, GitHub for notifications. * **Economy Systems:** Manage virtual currency, shops, and gambling within the server. * **Analytics & Reporting:** Track server statistics, user activity, command usage. * **Cross-Platform Synchronization:** Sync roles or messages between Discord and other platforms.\r\n",,terminal_output +814,928639,"bot.py",2741,0,"",python,selection_mouse +815,928647,"bot.py",2740,0,"",python,selection_command +816,928767,"bot.py",2740,1,"t",python,selection_mouse +817,928777,"bot.py",2741,0,"",python,selection_command +818,928798,"bot.py",2675,66,"s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +819,928816,"bot.py",2608,133,"whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +820,928847,"bot.py",2429,312,"ctions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +821,928855,"bot.py",2382,359," # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +822,928869,"bot.py",2329,412," if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +823,928881,"bot.py",2250,491," pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +824,928897,"bot.py",2213,528," # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +825,928912,"bot.py",2194,547," reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +826,928928,"bot.py",2186,555," """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +827,928979,"bot.py",2097,644," Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +828,929029,"bot.py",2023,718," Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +829,929062,"bot.py",2015,726," """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +830,929095,"bot.py",1976,765,"def extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +831,929163,"bot.py",1975,766,"\ndef extract_reactions_from_text(text):\n """"""\n Looks for a line like $REACTIONS:[,,...] in the text.\n Returns a tuple: (list of emoji strings to react with, text with that line removed).\n """"""\n reactions = []\n # Regex to find $REACTIONS:[...]\n pattern = r""\$REACTIONS:\[(.*?)\]""\n match = re.search(pattern, text)\n if match:\n emoji_str = match.group(1)\n # Split by comma, strip whitespace\n reactions = [e.strip() for e in emoji_str.split("","") if e.strip()]\n # Remove the $REACTIONS line from the text\n cleaned_text = re.sub(pattern, """", text)\n # Remove any extra whitespace or empty lines left behind\n cleaned_text = re.sub(r'\s+', ' ', cleaned_text).strip()\n return reactions, cleaned_text",python,selection_mouse +832,930337,"bot.py",1975,0,"",python,selection_command +833,943807,"bot.py",1975,0,"\n",python,content +834,943833,"bot.py",1975,1,"",python,content +835,946062,"bot.py",2186,0," Retains all original newlines in the cleaned text.\n",python,content +836,946595,"bot.py",2548,0," # Remove the $REACTIONS line from the text (entire line if possible)\n",python,content +837,946932,"bot.py",2621,0," cleaned_text = re.sub(r'^.*' + pattern + r'.*\n?', '', text, flags=re.MULTILINE)\n",python,content +838,947111,"bot.py",2706,0," # If not found as a full line, just remove the pattern\n",python,content +839,947149,"bot.py",2765,0," if cleaned_text == text:\n",python,content +840,947247,"bot.py",2794,0," cleaned_text = re.sub(pattern, '', text)\n",python,content +841,947394,"bot.py",2843,0," # Strip only leading/trailing whitespace, preserve internal newlines\n",python,content +842,947485,"bot.py",2916,0," cleaned_text = cleaned_text.strip('\n')\n",python,content +843,947527,"bot.py",2960,0," return reactions, cleaned_text\n",python,content +844,947535,"bot.py",2995,249,"",python,content +845,957053,"bot.py",2691,0,"",python,selection_mouse +846,957610,"bot.py",2673,0,"",python,selection_mouse +847,958155,"bot.py",2735,0,"",python,selection_mouse +848,958814,"bot.py",2638,0,"",python,selection_mouse +849,959011,"bot.py",2637,1," ",python,selection_mouse +850,959557,"bot.py",2628,0,"",python,selection_mouse +851,959698,"bot.py",2625,12,"cleaned_text",python,selection_mouse +852,960354,"bot.py",2592,0,"",python,selection_mouse +853,960882,"bot.py",2673,0,"",python,selection_mouse +854,961035,"bot.py",2672,3,"?',",python,selection_mouse +855,961589,"bot.py",2584,0,"",python,selection_mouse +856,961743,"bot.py",2581,4,"from",python,selection_mouse +857,962291,"bot.py",2814,0,"",python,selection_mouse +858,962831,"bot.py",2877,0,"",python,selection_mouse +859,963352,"bot.py",2991,0,"",python,selection_mouse +860,966572,"TERMINAL",0,0,"^[[A",,terminal_output +861,967495,"TERMINAL",0,0,"^C",,terminal_output +862,968153,"TERMINAL",0,0,"python bot.py",,terminal_command +863,968204,"TERMINAL",0,0,"]633;E;python bot.py ;34cb5df3-5d4b-4f4e-a0e2-0278d6be8d23]633;C",,terminal_output +864,968735,"TERMINAL",0,0,"Both GOOGLE_API_KEY and GEMINI_API_KEY are set. Using GOOGLE_API_KEY.\r\n2025-06-27 12:31:08 INFO  discord.client logging in using static token\r\n",,terminal_output +865,969908,"TERMINAL",0,0,"2025-06-27 12:31:09 INFO  discord.gateway Shard ID None has connected to Gateway (Session ID: e81e2f58dfe69960163d11ad0cd156cd).\r\n",,terminal_output +866,971911,"TERMINAL",0,0,"Logged in as p(doom)-bot#2254\r\n",,terminal_output +867,980274,"TERMINAL",0,0,"User message: Give me an exhaustive list of tasks that you can perform. Group them into sections from beginner level to expert level tasks\r\n",,terminal_output +868,989505,"TERMINAL",0,0,"Hello there! Here's a list of tasks I can perform, organized by complexity:\r\n\r\n### Beginner Level\r\n* Greeting new members\r\n* Answering simple FAQs\r\n* Sharing important links (rules, social media)\r\n* Setting basic reminders\r\n* Dice rolls and random number generation\r\n\r\n### Intermediate Level\r\n* Basic moderation (kick, ban, mute)\r\n* Role assignment and removal\r\n* Creating polls and voting\r\n* Fetching data from APIs (weather, quotes, memes)\r\n* Simple event scheduling\r\n* Basic user leveling/XP systems\r\n\r\n### Advanced Level\r\n* Automated anti-spam and moderation logging\r\n* Database integration for custom server settings\r\n* Interactive games (trivia, text adventures)\r\n* Integrating with external services (e.g., game accounts)\r\n* AI/NLP for more complex queries\r\n* Customizable server configurations via commands\r\n* Advanced event management with RSVPs\r\n\r\n### Expert Level\r\n* Machine Learning for sentiment analysis or content filtering\r\n* Deep learning for advanced conversational AI\r\n* Real-time data analytics and visualization\r\n* Cross-platform synchronization (e.g., game server stats integration)\r\n* Developing fully autonomous, self-moderating community systems\r\n* Supporting custom user-created plugins/modules\r\n* Dynamic content generation based on user behavior\r\nReactions: []\r\nCleaned response: Hello there! Here's a list of tasks I can perform, organized by complexity:\r\n\r\n### Beginner Level\r\n* Greeting new members\r\n* Answering simple FAQs\r\n* Sharing important links (rules, social media)\r\n* Setting basic reminders\r\n* Dice rolls and random number generation\r\n\r\n### Intermediate Level\r\n* Basic moderation (kick, ban, mute)\r\n* Role assignment and removal\r\n* Creating polls and voting\r\n* Fetching data from APIs (weather, quotes, memes)\r\n* Simple event scheduling\r\n* Basic user leveling/XP systems\r\n\r\n### Advanced Level\r\n* Automated anti-spam and moderation logging\r\n* Database integration for custom server settings\r\n* Interactive games (trivia, text adventures)\r\n* Integrating with external services (e.g., game accounts)\r\n* AI/NLP for more complex queries\r\n* Customizable server configurations via commands\r\n* Advanced event management with RSVPs\r\n\r\n### Expert Level\r\n* Machine Learning for sentiment analysis or content filtering\r\n* Deep learning for advanced conversational AI\r\n* Real-time data analytics and visualization\r\n* Cross-platform synchronization (e.g., game server stats integration)\r\n* Developing fully autonomous, self-moderating community systems\r\n* Supporting custom user-created plugins/modules\r\n* Dynamic content generation based on user behavior\r\n",,terminal_output +869,1010470,"TERMINAL",0,0,"User message: Give me an exhaustive list of tasks that you can perform. Group them into sections from beginner level to expert level tasks <@551860590201798656>\r\n",,terminal_output +870,1020277,"TERMINAL",0,0,"Here's an exhaustive list of tasks I can perform, grouped by difficulty:\r\n\r\n**Beginner Level Tasks:**\r\n* **Greetings & Info:** Welcome new members, provide server rules, answer FAQs, display user info, give timestamps.\r\n* **Basic Utilities:** Simple reminders, dice rolls, coin flips.\r\n* **Engagement:** Run simple polls, play basic games (e.g., 'choose for me').\r\n\r\n**Intermediate Level Tasks:**\r\n* **Moderation:** Kick/ban/mute users, issue warnings, manage roles (add/remove).\r\n* **Information Retrieval:** Fetch weather, news, memes, gifs, Wikipedia summaries.\r\n* **Customization:** Set up custom commands, manage server settings.\r\n* **Automation:** Schedule messages, log server events, send announcements.\r\n* **Interactive Games:** Trivia, hangman, rock-paper-scissors.\r\n\r\n**Expert Level Tasks:**\r\n* **Advanced Moderation:** Automated moderation (spam detection, profanity filters), infraction tracking, mod logs.\r\n* **Database Integration:** Store user-specific data (points, levels, custom settings), manage complex role systems.\r\n* **External Integrations:** Connect with Trello, GitHub, specific game APIs (e.g., game stats), streaming platforms.\r\n* **Analytics & Reporting:** Generate server statistics, user activity reports, channel usage insights.\r\n* **AI/NLP:** Understand complex natural language queries, generate creative text, provide detailed explanations.\r\n* **Complex Workflows:** Multi-step guided setups, dynamic content generation (e.g., daily digests).\r\n* **Custom Event Handling:** Trigger actions based on specific user behavior or external events.\r\n* **Machine Learning:** Sentiment analysis, content summarization.\r\n$REACTIONS:[✅,✨,🧠]\r\nReactions: ['✅', '✨', '🧠']\r\nCleaned response: Here's an exhaustive list of tasks I can perform, grouped by difficulty:\r\n\r\n**Beginner Level Tasks:**\r\n* **Greetings & Info:** Welcome new members, provide server rules, answer FAQs, display user info, give timestamps.\r\n* **Basic Utilities:** Simple reminders, dice rolls, coin flips.\r\n* **Engagement:** Run simple polls, play basic games (e.g., 'choose for me').\r\n\r\n**Intermediate Level Tasks:**\r\n* **Moderation:** Kick/ban/mute users, issue warnings, manage roles (add/remove).\r\n* **Information Retrieval:** Fetch weather, news, memes, gifs, Wikipedia summaries.\r\n* **Customization:** Set up custom commands, manage server settings.\r\n* **Automation:** Schedule messages, log server events, send announcements.\r\n* **Interactive Games:** Trivia, hangman, rock-paper-scissors.\r\n\r\n**Expert Level Tasks:**\r\n* **Advanced Moderation:** Automated moderation (spam detection, profanity filters), infraction tracking, mod logs.\r\n* **Database Integration:** Store user-specific data (points, levels, custom settings), manage complex role systems.\r\n* **External Integrations:** Connect with Trello, GitHub, specific game APIs (e.g., game stats), streaming platforms.\r\n* **Analytics & Reporting:** Generate server statistics, user activity reports, channel usage insights.\r\n* **AI/NLP:** Understand complex natural language queries, generate creative text, provide detailed explanations.\r\n* **Complex Workflows:** Multi-step guided setups, dynamic content generation (e.g., daily digests).\r\n* **Custom Event Handling:** Trigger actions based on specific user behavior or external events.\r\n* **Machine Learning:** Sentiment analysis, content summarization.\r\n",,terminal_output diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-b6479f87-a6dd-4f48-918b-47aeda5068fc1750926520523-2025_06_26-10.29.13.179/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-b6479f87-a6dd-4f48-918b-47aeda5068fc1750926520523-2025_06_26-10.29.13.179/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..0a77f9a7b885fcc5bbc11075ca236c4c386ae844 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-b6479f87-a6dd-4f48-918b-47aeda5068fc1750926520523-2025_06_26-10.29.13.179/source.csv @@ -0,0 +1,1511 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,1712,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"10:29:13 AM [info] Activating crowd-code\n10:29:13 AM [info] Recording started\n10:29:13 AM [info] Initializing git provider using file system watchers...\n10:29:14 AM [info] Git repository found\n10:29:14 AM [info] Git provider initialized successfully\n10:29:14 AM [info] Initial git state: [object Object]\n",Log,tab +3,4481,"TERMINAL",0,0,"/bin/python3 /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +4,4523,"TERMINAL",0,0,"]633;E;2025-06-26 10:29:17 /bin/python3 /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;ff138b03-3278-4d27-8d33-ff663a64c5f8]633;C",,terminal_output +5,4564,"TERMINAL",0,0,"]0;tum_cte0515@hkn1991:/hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0",,terminal_output +6,649398,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args\n )\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # npy_path = ""overfit_dir/single_sample_corner.npy""\n # npy_path = ""overfit_dir/single_batch_12_elems.npy""\n # videos = np.load(npy_path)\n # print(""batch shape: "", videos.shape)\n # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,tab +7,655946,"train_tokenizer.py",5541,0,"",python,selection_mouse +8,708354,"TERMINAL",0,0,"",,terminal_focus +9,708946,"train_tokenizer.py",5646,0,"",python,selection_mouse +10,711439,"train_tokenizer.py",0,0,"",python,selection_command +11,712434,"train_tokenizer.py",0,40,"from dataclasses import dataclass, field",python,selection_command +12,712756,"train_tokenizer.py",0,9701,"from dataclasses import dataclass, field\nimport os\nimport time\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax\nfrom orbax.checkpoint import PyTreeCheckpointer\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\n\nts = int(time.time())\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data_tfrecords/coinrun""\n checkpoint: str = """"\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 3e-4\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean()\n ssim = pix.ssim(gt, recon).mean()\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args\n )\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Load checkpoint ---\n step = 0\n if args.checkpoint:\n restore_target = {""model"": train_state}\n restore_args = orbax_utils.restore_args_from_target(restore_target)\n train_state.params[""params""].update(\n PyTreeCheckpointer()\n .restore(args.checkpoint, item=restore_target, restore_args=restore_args)[\n ""model""\n ]\n .params[""params""]\n )\n # Assume checkpoint is of the form tokenizer__\n step += int(args.checkpoint.split(""_"")[-1])\n\n # --- TRAIN LOOP ---\n tfrecord_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".tfrecord"")\n ]\n dataloader = get_dataloader(\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n tfrecord_files,\n args.seq_len,\n args.batch_size,\n *image_shape,\n )\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # npy_path = ""overfit_dir/single_sample_corner.npy""\n # npy_path = ""overfit_dir/single_batch_12_elems.npy""\n # videos = np.load(npy_path)\n # print(""batch shape: "", videos.shape)\n # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_command +13,715165,"train_tokenizer.py",9701,0,"",python,selection_mouse +14,892434,"train_tokenizer.py",8475,0,"",python,selection_mouse +15,892436,"train_tokenizer.py",8474,0,"",python,selection_command +16,894710,"train_tokenizer.py",8361,0,"",python,selection_mouse +17,895191,"train_tokenizer.py",8588,0,"",python,selection_mouse +18,895779,"train_tokenizer.py",8351,0,"",python,selection_mouse +19,896780,"train_tokenizer.py",8164,0,"",python,selection_mouse +20,897514,"train_tokenizer.py",8164,1," ",python,selection_mouse +21,897532,"train_tokenizer.py",8164,51," gt_seq = inputs[""videos""][0]\n ",python,selection_mouse +22,897556,"train_tokenizer.py",8164,105," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n c",python,selection_mouse +23,897571,"train_tokenizer.py",8164,188," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n co",python,selection_mouse +24,897585,"train_tokenizer.py",8164,245," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n ",python,selection_mouse +25,897599,"train_tokenizer.py",8164,311," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )",python,selection_mouse +26,897631,"train_tokenizer.py",8164,341," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: P",python,selection_mouse +27,897647,"train_tokenizer.py",8164,422," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after in",python,selection_mouse +28,897661,"train_tokenizer.py",8164,579," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.proce",python,selection_mouse +29,897674,"train_tokenizer.py",8164,580," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.proces",python,selection_mouse +30,897688,"train_tokenizer.py",8164,630," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images",python,selection_mouse +31,897746,"train_tokenizer.py",8164,675," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wa",python,selection_mouse +32,897790,"train_tokenizer.py",8164,746," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wan",python,selection_mouse +33,897790,"train_tokenizer.py",8164,821," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_rec",python,selection_mouse +34,897791,"train_tokenizer.py",8164,822," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_reco",python,selection_mouse +35,897791,"train_tokenizer.py",8164,878," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarra",python,selection_mouse +36,897792,"train_tokenizer.py",8164,879," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray",python,selection_mouse +37,897805,"train_tokenizer.py",8164,943," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),",python,selection_mouse +38,897869,"train_tokenizer.py",8164,969," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +39,898028,"train_tokenizer.py",9133,0,"",python,selection_mouse +40,898032,"train_tokenizer.py",9132,0,"",python,selection_command +41,898417,"train_tokenizer.py",9133,0,"",python,selection_mouse +42,898428,"train_tokenizer.py",9132,0,"",python,selection_command +43,898593,"train_tokenizer.py",9107,25,"\n ",python,selection_mouse +44,898597,"train_tokenizer.py",9107,26,"\n )",python,selection_command +45,898620,"train_tokenizer.py",8974,159,"true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +46,898680,"train_tokenizer.py",8907,226,"wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +47,898681,"train_tokenizer.py",8784,349,"log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +48,898687,"train_tokenizer.py",8738,395,"process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +49,898688,"train_tokenizer.py",8656,477,"sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +50,898704,"train_tokenizer.py",8583,550," indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +51,898760,"train_tokenizer.py",8578,555,"after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +52,898761,"train_tokenizer.py",8498,635,"NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +53,898769,"train_tokenizer.py",8475,658,"\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +54,898786,"train_tokenizer.py",8406,727," comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +55,898844,"train_tokenizer.py",8349,784," comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +56,898847,"train_tokenizer.py",8267,866," comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +57,898848,"train_tokenizer.py",8266,867," comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +58,898853,"train_tokenizer.py",8265,868," comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +59,898907,"train_tokenizer.py",8212,921," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +60,898968,"train_tokenizer.py",8211,922," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +61,899054,"train_tokenizer.py",8162,971," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +62,899120,"train_tokenizer.py",8161,972," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +63,899514,"train_tokenizer.py",8161,0,"",python,selection_mouse +64,899943,"train_tokenizer.py",8105,0,"",python,selection_mouse +65,900097,"train_tokenizer.py",8091,16," ",python,selection_mouse +66,900236,"train_tokenizer.py",8091,56," if step % args.log_image_interval == 0:\n",python,selection_mouse +67,900361,"train_tokenizer.py",8091,105," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n",python,selection_mouse +68,900392,"train_tokenizer.py",8091,157," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n",python,selection_mouse +69,900406,"train_tokenizer.py",8091,294," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n",python,selection_mouse +70,900421,"train_tokenizer.py",8091,363," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n",python,selection_mouse +71,900477,"train_tokenizer.py",8091,465," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n",python,selection_mouse +72,900478,"train_tokenizer.py",8091,543," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n",python,selection_mouse +73,900478,"train_tokenizer.py",8091,620," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n",python,selection_mouse +74,900487,"train_tokenizer.py",8091,669," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n",python,selection_mouse +75,900504,"train_tokenizer.py",8091,712," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n",python,selection_mouse +76,900560,"train_tokenizer.py",8091,782," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n",python,selection_mouse +77,900561,"train_tokenizer.py",8091,855," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n",python,selection_mouse +78,900618,"train_tokenizer.py",8091,910," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n",python,selection_mouse +79,900619,"train_tokenizer.py",8091,986," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n",python,selection_mouse +80,900687,"train_tokenizer.py",8091,1017," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n",python,selection_mouse +81,900755,"train_tokenizer.py",8091,1043," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n",python,selection_mouse +82,901155,"train_tokenizer.py",9133,0,"",python,selection_mouse +83,901156,"train_tokenizer.py",9132,0,"",python,selection_command +84,901335,"train_tokenizer.py",9133,0,"",python,selection_mouse +85,901337,"train_tokenizer.py",9132,0,"",python,selection_command +86,901489,"train_tokenizer.py",9132,1,")",python,selection_mouse +87,901503,"train_tokenizer.py",9133,0,"",python,selection_command +88,901517,"train_tokenizer.py",9107,26,"\n )",python,selection_mouse +89,901530,"train_tokenizer.py",8901,232,"recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +90,901544,"train_tokenizer.py",8784,349,"log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +91,901600,"train_tokenizer.py",8574,559," # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +92,901601,"train_tokenizer.py",8469,664," )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +93,901604,"train_tokenizer.py",8454,679," )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +94,901621,"train_tokenizer.py",8398,735," comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +95,901683,"train_tokenizer.py",8342,791," comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +96,901684,"train_tokenizer.py",8341,792," comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +97,901693,"train_tokenizer.py",8259,874," comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +98,901706,"train_tokenizer.py",8206,927," recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +99,901764,"train_tokenizer.py",8155,978," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +100,901764,"train_tokenizer.py",8098,1035," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +101,901765,"train_tokenizer.py",8075,1058," )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +102,901768,"train_tokenizer.py",8073,1060," )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +103,901790,"train_tokenizer.py",8047,1086," }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +104,901847,"train_tokenizer.py",8046,1087," }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +105,901907,"train_tokenizer.py",8045,1088," }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +106,901964,"train_tokenizer.py",8071,1062," )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +107,902056,"train_tokenizer.py",8093,1040," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +108,902290,"train_tokenizer.py",8092,1041," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )",python,selection_mouse +109,902836,"train_tokenizer.py",8092,0,"",python,selection_mouse +110,902837,"train_tokenizer.py",8091,16," ",python,selection_mouse +111,902974,"train_tokenizer.py",8091,56," if step % args.log_image_interval == 0:\n",python,selection_mouse +112,903158,"train_tokenizer.py",8091,105," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n",python,selection_mouse +113,903159,"train_tokenizer.py",8091,239," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n",python,selection_mouse +114,903173,"train_tokenizer.py",8091,363," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n",python,selection_mouse +115,903227,"train_tokenizer.py",8091,385," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n",python,selection_mouse +116,903228,"train_tokenizer.py",8091,465," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n",python,selection_mouse +117,903245,"train_tokenizer.py",8091,669," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n",python,selection_mouse +118,903246,"train_tokenizer.py",8091,712," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n",python,selection_mouse +119,903304,"train_tokenizer.py",8091,855," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n",python,selection_mouse +120,903324,"train_tokenizer.py",8091,910," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n",python,selection_mouse +121,903325,"train_tokenizer.py",8091,986," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n",python,selection_mouse +122,903384,"train_tokenizer.py",8091,1017," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n",python,selection_mouse +123,903505,"train_tokenizer.py",8091,1043," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n",python,selection_mouse +124,903576,"train_tokenizer.py",8091,1089," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n",python,selection_mouse +125,903649,"train_tokenizer.py",8091,1146," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n",python,selection_mouse +126,903740,"train_tokenizer.py",8091,1192," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n",python,selection_mouse +127,904053,"train_tokenizer.py",8091,1267," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n",python,selection_mouse +128,904074,"train_tokenizer.py",8091,1335," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n",python,selection_mouse +129,904130,"train_tokenizer.py",8091,1376," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n",python,selection_mouse +130,904131,"train_tokenizer.py",8091,1464," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n",python,selection_mouse +131,904219,"train_tokenizer.py",8091,1376," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n",python,selection_mouse +132,904239,"train_tokenizer.py",8091,1192," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n",python,selection_mouse +133,904253,"train_tokenizer.py",8091,1043," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n",python,selection_mouse +134,904314,"train_tokenizer.py",8091,782," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n",python,selection_mouse +135,904314,"train_tokenizer.py",8091,543," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n",python,selection_mouse +136,904315,"train_tokenizer.py",8091,385," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n",python,selection_mouse +137,904322,"train_tokenizer.py",8091,294," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n",python,selection_mouse +138,904377,"train_tokenizer.py",8091,239," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n",python,selection_mouse +139,904378,"train_tokenizer.py",8091,157," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n",python,selection_mouse +140,904387,"train_tokenizer.py",8091,105," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n",python,selection_mouse +141,904447,"train_tokenizer.py",8091,56," if step % args.log_image_interval == 0:\n",python,selection_mouse +142,904448,"train_tokenizer.py",8069,78," )\n if step % args.log_image_interval == 0:\n",python,selection_mouse +143,904507,"train_tokenizer.py",8043,104," }\n )\n if step % args.log_image_interval == 0:\n",python,selection_mouse +144,904520,"train_tokenizer.py",8069,78," )\n if step % args.log_image_interval == 0:\n",python,selection_mouse +145,904544,"train_tokenizer.py",8091,363," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n",python,selection_mouse +146,904600,"train_tokenizer.py",8091,855," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n",python,selection_mouse +147,904601,"train_tokenizer.py",8091,1267," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n",python,selection_mouse +148,904602,"train_tokenizer.py",8091,1531," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n",python,selection_mouse +149,904608,"train_tokenizer.py",8091,1549," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n",python,selection_mouse +150,904623,"train_tokenizer.py",8091,1588," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n",python,selection_mouse +151,904681,"train_tokenizer.py",8091,1610," if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +152,905013,"train_tokenizer.py",9701,0,"",python,selection_mouse +153,905484,"train_tokenizer.py",9700,1,"\n",python,selection_mouse +154,905485,"train_tokenizer.py",9660,41,">= args.num_steps:\n break\n",python,selection_mouse +155,905489,"train_tokenizer.py",9597,104," save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +156,905513,"train_tokenizer.py",9082,619," ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +157,905567,"train_tokenizer.py",8147,1554," gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +158,905574,"train_tokenizer.py",7670,2031,"\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +159,905574,"train_tokenizer.py",7316,2385," inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +160,905612,"train_tokenizer.py",7216,2485," )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +161,905613,"train_tokenizer.py",7103,2598," videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +162,905660,"train_tokenizer.py",7102,2599,"\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +163,905727,"train_tokenizer.py",7039,2662," rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +164,905728,"train_tokenizer.py",7006,2695," # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +165,905755,"train_tokenizer.py",6983,2718," # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +166,905812,"train_tokenizer.py",6936,2765," # print(""batch shape: "", videos.shape)\n # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +167,905994,"train_tokenizer.py",6983,2718," # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +168,906110,"train_tokenizer.py",6936,2765," # print(""batch shape: "", videos.shape)\n # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +169,906184,"train_tokenizer.py",6983,2718," # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +170,906185,"train_tokenizer.py",6984,2717," # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +171,906244,"train_tokenizer.py",6985,2716," # while(True):\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n videos = jax.make_array_from_process_local_data(videos_sharding, videos)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000\n print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n ""step_time_ms"": elapsed_time,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n if step % args.log_checkpoint_interval == 0:\n ckpt = {""model"": train_state}\n orbax_checkpointer = orbax.checkpoint.PyTreeCheckpointer()\n save_args = orbax_utils.save_args_from_target(ckpt)\n orbax_checkpointer.save(\n os.path.join(os.getcwd(), args.ckpt_dir, f""tokenizer_{ts}_{step}""),\n ckpt,\n save_args=save_args,\n )\n if step >= args.num_steps:\n break\n",python,selection_mouse +172,906537,"train_tokenizer.py",6985,0,"",python,selection_mouse +173,967167,"TERMINAL",0,0,"bash",,terminal_focus +174,967762,"train_tokenizer.py",0,0,"",python,tab +175,972514,"train_tokenizer.py",7669,0,"",python,selection_mouse +176,972527,"train_tokenizer.py",7668,0,"",python,selection_command +177,973210,"train_tokenizer.py",7449,0,"",python,selection_mouse +178,974347,"train_tokenizer.py",7412,0,"",python,selection_mouse +179,974499,"train_tokenizer.py",7405,10,"start_time",python,selection_mouse +180,975445,"train_tokenizer.py",7473,0,"",python,selection_mouse +181,976344,"train_tokenizer.py",7592,0,"",python,selection_mouse +182,987570,"train_tokenizer.py",7600,0,"",python,selection_mouse +183,987679,"train_tokenizer.py",7597,4,"step",python,selection_mouse +184,988628,"train_tokenizer.py",7614,0,"",python,selection_mouse +185,988814,"train_tokenizer.py",7611,4,"loss",python,selection_mouse +186,989621,"train_tokenizer.py",7522,0,"",python,selection_mouse +187,990229,"train_tokenizer.py",7586,0,"",python,selection_mouse +188,990383,"train_tokenizer.py",7583,5,"print",python,selection_mouse +189,991123,"train_tokenizer.py",7666,0,"",python,selection_mouse +190,991662,"train_tokenizer.py",7662,0,"",python,selection_mouse +191,991826,"train_tokenizer.py",7660,4,"step",python,selection_mouse +192,992437,"train_tokenizer.py",7524,0,"",python,selection_mouse +193,993017,"train_tokenizer.py",7585,0,"",python,selection_mouse +194,1083720,"train_tokenizer.py",7601,0,"",python,selection_mouse +195,1084219,"train_tokenizer.py",7529,0,"",python,selection_mouse +196,1084338,"train_tokenizer.py",7522,12,"elapsed_time",python,selection_mouse +197,1084878,"train_tokenizer.py",7669,0,"",python,selection_mouse +198,1084880,"train_tokenizer.py",7668,0,"",python,selection_command +199,1085398,"train_tokenizer.py",7554,0,"",python,selection_mouse +200,1085915,"train_tokenizer.py",7669,0,"",python,selection_mouse +201,1085915,"train_tokenizer.py",7668,0,"",python,selection_command +202,1086402,"train_tokenizer.py",7528,0,"",python,selection_mouse +203,1086777,"train_tokenizer.py",7522,12,"elapsed_time",python,selection_mouse +204,1086933,"train_tokenizer.py",7510,61," elapsed_time = (time.time() - start_time) * 1000\n",python,selection_mouse +205,1087505,"train_tokenizer.py",7595,0,"",python,selection_mouse +206,1101494,"train_tokenizer.py",7564,0,"",python,selection_mouse +207,1102473,"train_tokenizer.py",7624,0,"",python,selection_mouse +208,1102645,"train_tokenizer.py",7623,4,"time",python,selection_mouse +209,1103206,"train_tokenizer.py",7609,0,"",python,selection_mouse +210,1103358,"train_tokenizer.py",7609,1," ",python,selection_mouse +211,1103867,"train_tokenizer.py",7603,0,"",python,selection_mouse +212,1104019,"train_tokenizer.py",7603,1," ",python,selection_mouse +213,1104530,"train_tokenizer.py",7600,0,"",python,selection_mouse +214,1104685,"train_tokenizer.py",7597,4,"step",python,selection_mouse +215,1110381,"train_tokenizer.py",7462,0,"",python,selection_mouse +216,1110517,"train_tokenizer.py",7461,5,"recon",python,selection_mouse +217,1111057,"train_tokenizer.py",7471,0,"",python,selection_mouse +218,1111211,"train_tokenizer.py",7468,7,"metrics",python,selection_mouse +219,1122427,"train_tokenizer.py",7670,0,"",python,selection_mouse +220,1123127,"train_tokenizer.py",7614,0,"",python,selection_mouse +221,1123740,"train_tokenizer.py",7597,0,"",python,selection_mouse +222,1124378,"train_tokenizer.py",7589,0,"",python,selection_mouse +223,1124879,"train_tokenizer.py",7586,0,"",python,selection_mouse +224,1167862,"train_tokenizer.py",7468,0,"",python,selection_mouse +225,1470934,"train_tokenizer.py",4666,0,"",python,selection_mouse +226,1470937,"train_tokenizer.py",4665,0,"",python,selection_command +227,1493667,"logs/logs_training/train_tokenizer_batch_size_scaling_32_node_3292333.log",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=32\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=05:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=logs/logs_training/%x_%j.log\n#SBATCH --error=logs/logs_training/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_32_node\n#SBATCH --mem=400G\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=$ws_dir/knoms_tfrecords_500_shards\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=1536 \\n --min_lr=3e-4 \\n --max_lr=3e-4 \\n --log_image_interval=250 \\n --log \\n --name=tokenizer-batch-size-scaling-32-node-$slurm_job_id \\n --tags tokenizer batch-size-scaling 32-node \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\nSLURM_JOB_USER=tum_cte0515\nSLURM_TASKS_PER_NODE=4(x32)\nSLURM_JOB_UID=999226\nSLURM_TASK_PID=3324541\nSLURM_JOB_GPUS=0,1,2,3\nSLURM_LOCALID=0\nSLURM_SUBMIT_DIR=/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar\nSLURMD_NODENAME=hkn0404\nSLURM_JOB_START_TIME=1750872539\nSLURM_CLUSTER_NAME=hk\nSLURM_JOB_END_TIME=1750890539\nSLURM_CPUS_ON_NODE=24\nSLURM_JOB_CPUS_PER_NODE=24(x32)\nSLURM_GPUS_ON_NODE=4\nSLURM_GTIDS=0\nSLURM_JOB_PARTITION=accelerated\nSLURM_TRES_PER_TASK=cpu=5\nSLURM_OOM_KILL_STEP=0\nSLURM_JOB_NUM_NODES=32\nSLURM_JOBID=3292333\nSLURM_JOB_QOS=normal\nSLURM_PROCID=0\nSLURM_CPUS_PER_TASK=5\nSLURM_NTASKS=128\nSLURM_TOPOLOGY_ADDR=hkibb.hkibbi1.hkibbi1e11.hkn0404\nSLURM_TOPOLOGY_ADDR_PATTERN=switch.switch.switch.node\nSLURM_SCRIPT_CONTEXT=prolog_task\nSLURM_MEM_PER_NODE=409600\nSLURM_NODELIST=hkn[0404,0504-0505,0507,0509-0513,0515,0517,0519,0523-0528,0605,0617,0621-0624,0631,0636,0802,0807,0809,0811,0814-0815]\nSLURM_JOB_ACCOUNT=hk-project-p0023960\nSLURM_PRIO_PROCESS=0\nSLURM_NPROCS=128\nSLURM_NNODES=32\nSLURM_SUBMIT_HOST=hkn1993.localdomain\nSLURM_JOB_ID=3292333\nSLURM_NODEID=0\nSLURM_CONF=/etc/slurm/slurm.conf\nSLURM_JOB_NAME=train_tokenizer_batch_size_scaling_32_node\nSLURM_NTASKS_PER_NODE=4\nSLURM_JOB_GID=502226\nSLURM_JOB_NODELIST=hkn[0404,0504-0505,0507,0509-0513,0515,0517,0519,0523-0528,0605,0617,0621-0624,0631,0636,0802,0807,0809,0811,0814-0815]\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\n2025-06-25 19:29:38.692066: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.692150: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.692072: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.692070: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.741316 3006796 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.741667 3006794 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.741553 3006795 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.741697 3006793 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872578.746476 3006794 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.746696 3006796 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.746932 3006795 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.747059 3006793 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:38.833257: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.833156: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.833167: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.833154: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750872578.854070 3006793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854105 3006793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854107 3006793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854109 3006793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854077 3006794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854107 3006794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854109 3006794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854111 3006794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854074 3006795 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854107 3006795 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854109 3006795 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854111 3006795 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854070 3006796 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854100 3006796 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854102 3006796 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.854104 3006796 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.866889 3457572 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.867002 3457573 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.866842 3457574 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.867109 3457571 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872578.872780 3457571 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.872782 3457573 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.872798 3457574 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.873009 3457572 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:38.938017: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.938110: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.938016: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:38.938143: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.975969 2295737 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.976076 2295738 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.975971 2295739 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872578.976210 2295736 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750872578.979616 3457571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979644 3457571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979645 3457571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979647 3457571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979763 3457573 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979782 3457573 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979784 3457573 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979786 3457573 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979642 3457574 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979666 3457574 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979668 3457574 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.979670 3457574 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.980074 3457572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.980138 3457572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.980146 3457572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872578.980151 3457572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750872578.982055 2295736 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.982053 2295737 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.982051 2295738 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872578.982053 2295739 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:39.022135: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.022131: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.022135: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.022132: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.074815 2622598 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.074958 2622599 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.074810 2622600 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.075027 2622601 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.087429 2622599 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.087406 2622601 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.087581 2622600 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.087815 2622598 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872579.092605 2295736 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092637 2295736 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092639 2295736 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092641 2295736 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092611 2295737 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092640 2295737 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092642 2295737 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092644 2295737 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092605 2295738 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092637 2295738 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092639 2295738 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092641 2295738 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092612 2295739 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092639 2295739 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092641 2295739 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.092642 2295739 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200197 2622598 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200221 2622598 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200223 2622598 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200225 2622598 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200194 2622599 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200220 2622599 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200222 2622599 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200224 2622599 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200191 2622600 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200217 2622600 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200219 2622600 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200221 2622600 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200199 2622601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200217 2622601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200219 2622601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.200221 2622601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-25 19:29:39.272050: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.272054: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.272049: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.272050: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.306474 1475818 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.306417 1475820 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.306581 1475821 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.306879 1475819 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.312163 1475818 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.312165 1475820 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.312168 1475821 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.312342 1475819 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:39.336833: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.336844: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.336830: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.336932: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.356499: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.356590: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.356497: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.356527: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.363865: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.363786: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.363780: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.363787: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.370450: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.370442: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.370443: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.370446: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.385705 234522 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.385710 234523 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.385703 234524 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.385780 234521 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.394183 3324617 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.394258 3324619 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.394485 3324618 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.394600 3324616 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-25 19:29:39.395350: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.395353: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.395344: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.395347: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750872579.399618 3324616 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.399618 3324617 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.399699 3324618 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.399613 3324619 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.402073 3540254 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.402133 3540255 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.402068 3540256 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.402083 3540257 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.405154 234521 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.405157 234523 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.405774 234524 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.405837 234522 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.407298 3387921 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.407188 3387922 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.407203 3387924 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.407425 3387923 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.413319 3387921 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.413321 3387922 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.413322 3387923 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.413318 3387924 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.428347 3540254 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.428345 3540256 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.428627 3540255 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.428787 3540257 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.429699 3434622 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.429602 3434623 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.429783 3434624 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.429616 3434625 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750872579.433395 1475819 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433420 1475819 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433422 1475819 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433424 1475819 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433909 1475818 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433930 1475818 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433933 1475818 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433934 1475818 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433908 1475820 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433930 1475820 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433932 1475820 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433933 1475820 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.433998 1475821 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.434015 1475821 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.434018 1475821 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.434019 1475821 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-25 19:29:39.442603: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.442603: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.442600: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.442605: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750872579.450077 3434622 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.450080 3434623 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.450090 3434624 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.450182 3434625 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.471813 1702547 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.471882 1702549 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.472201 1702546 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.472126 1702548 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.477126 1702546 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.477077 1702547 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.477075 1702549 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.477293 1702548 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872579.525595 234521 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525628 234521 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525630 234521 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525632 234521 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525595 234522 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525632 234522 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525634 234522 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525636 234522 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525588 234523 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525627 234523 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525629 234523 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525631 234523 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525593 234524 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525630 234524 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525632 234524 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.525633 234524 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530405 3324616 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530432 3324616 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530434 3324616 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530436 3324616 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530401 3324617 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530427 3324617 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530429 3324617 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530431 3324617 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530396 3324618 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530425 3324618 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530428 3324618 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530430 3324618 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530397 3324619 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530427 3324619 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530429 3324619 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.530431 3324619 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535840 3540254 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535879 3540254 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535882 3540254 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535884 3540254 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535838 3540255 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535872 3540255 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535875 3540255 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535877 3540255 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535834 3540256 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535877 3540256 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535879 3540256 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535881 3540256 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535838 3540257 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535885 3540257 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535887 3540257 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.535889 3540257 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548205 3387921 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548236 3387921 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548238 3387921 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548240 3387921 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548204 3387922 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548232 3387922 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548234 3387922 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548236 3387922 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548206 3387923 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548236 3387923 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548239 3387923 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548241 3387923 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548205 3387924 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548228 3387924 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548230 3387924 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.548232 3387924 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552246 3434622 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552276 3434622 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552278 3434622 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552279 3434622 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552256 3434623 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552285 3434623 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552287 3434623 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552289 3434623 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552248 3434624 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552280 3434624 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552281 3434624 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552283 3434624 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552252 3434625 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552283 3434625 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552285 3434625 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.552287 3434625 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-25 19:29:39.558321: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.558321: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.558324: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.558319: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.570457: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.570456: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.570458: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.570456: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750872579.584516 1702546 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584550 1702546 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584553 1702546 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584555 1702546 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584524 1702547 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584561 1702547 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584564 1702547 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584565 1702547 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584522 1702548 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584559 1702548 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584562 1702548 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584563 1702548 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584516 1702549 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584553 1702549 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584555 1702549 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.584558 1702549 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.598504 1199569 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.598447 1199570 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.598452 1199571 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.598522 1199572 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.605453 3756298 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.605411 3756299 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.605393 3756301 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.605548 3756300 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.611922 3756298 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.611924 3756299 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.611923 3756300 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.611919 3756301 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.615083 1199570 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.615078 1199572 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.615334 1199571 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.615490 1199569 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:39.626919: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.626914: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.626927: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.626923: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.676605 634354 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.676704 634355 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.676594 634356 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.676814 634353 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-25 19:29:39.678617: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.678621: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.678697: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.678622: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750872579.682794 634353 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.682795 634355 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.682790 634356 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.682953 634354 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.729894 3914048 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.729890 3914050 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.729906 3914051 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.730085 3914049 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.744164 3914048 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.744164 3914050 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.744165 3914051 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.744560 3914049 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872579.748561 3756298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748584 3756298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748586 3756298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748588 3756298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748558 3756299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748584 3756299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748586 3756299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748588 3756299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748563 3756300 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748583 3756300 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748585 3756300 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748587 3756300 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748554 3756301 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748583 3756301 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748585 3756301 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.748587 3756301 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756597 1199569 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756626 1199569 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756628 1199569 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756630 1199569 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756594 1199570 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756620 1199570 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756622 1199570 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756624 1199570 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756601 1199571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756633 1199571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756635 1199571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756637 1199571 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756599 1199572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756630 1199572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756632 1199572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.756634 1199572 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-25 19:29:39.765695: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.765692: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.765698: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.765760: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.775876: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.775887: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.775878: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.775870: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.800439 3429174 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.800654 3429171 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.800760 3429172 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.800768 3429173 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.807346 3429172 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.807313 3429174 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.808125 3429171 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.808189 3429173 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.810519 3068277 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.810609 3068279 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.810527 3068280 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.810717 3068278 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-25 19:29:39.812959: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.812963: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.812960: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.812958: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750872579.816435 3068277 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.816437 3068278 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.816432 3068279 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.816438 3068280 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872579.822452 634353 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822473 634353 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822474 634353 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822476 634353 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822466 634354 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822530 634354 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822537 634354 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822541 634354 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822410 634355 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822441 634355 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822442 634355 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822444 634355 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822428 634356 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822476 634356 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822482 634356 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.822488 634356 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-25 19:29:39.830542: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.830543: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.830539: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.830784: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.844080: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.844081: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.844083: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.844082: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.850751 2591965 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.850921 2591963 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.851019 2591964 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.851025 2591966 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.856410 2591963 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.856424 2591964 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.856408 2591965 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.856410 2591966 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872579.860217 3914050 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860244 3914050 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860246 3914050 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860248 3914050 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860219 3914051 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860246 3914051 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860249 3914051 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860250 3914051 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860334 3914048 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860356 3914048 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860358 3914048 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860360 3914048 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860352 3914049 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860371 3914049 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860373 3914049 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.860374 3914049 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.866507 368273 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.866499 368275 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.866621 368276 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.866731 368274 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.872538 368273 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.872535 368274 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.872534 368276 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.872706 368275 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.875492 793336 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.875892 793334 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.875776 793337 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.875892 793335 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.880809 793334 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.880805 793336 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.880805 793337 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.881046 793335 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:39.886822: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.886844: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.886916: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.886844: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.901820: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.901705: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.901707: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:39.901700: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750872579.908931 3429171 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908958 3429171 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908960 3429171 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908961 3429171 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908933 3429172 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908963 3429172 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908966 3429172 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908967 3429172 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908933 3429173 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908960 3429173 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908962 3429173 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908963 3429173 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908934 3429174 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908964 3429174 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908966 3429174 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.908967 3429174 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.922607 2368643 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.922492 2368644 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.922516 2368646 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.922725 2368645 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750872579.924695 3068277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924733 3068277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924737 3068277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924740 3068277 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924691 3068278 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924716 3068278 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924718 3068278 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924720 3068278 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924689 3068279 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924721 3068279 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924724 3068279 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924725 3068279 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924692 3068280 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924726 3068280 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924732 3068280 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.924734 3068280 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750872579.928279 2368644 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.928279 2368645 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.928276 2368646 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.928502 2368643 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.930859 1154496 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.930756 1154498 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.930701 1154499 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872579.930894 1154497 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872579.944420 1154499 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.944680 1154496 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.944676 1154497 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872579.944894 1154498 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872579.982905 2591963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982932 2591963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982934 2591963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982935 2591963 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982909 2591964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982939 2591964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982941 2591964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982942 2591964 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982904 2591965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982935 2591965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982938 2591965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982939 2591965 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982900 2591966 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982930 2591966 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982932 2591966 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872579.982934 2591966 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007155 368273 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007235 368273 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007243 368273 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007249 368273 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007168 368274 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007313 368274 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007323 368274 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007328 368274 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007168 368275 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007289 368275 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007298 368275 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007303 368275 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007174 368276 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007252 368276 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007259 368276 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.007264 368276 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025353 793334 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025436 793334 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025443 793334 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025448 793334 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025366 793335 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025469 793335 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025471 793335 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025473 793335 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025344 793336 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025429 793336 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025437 793336 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025442 793336 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025357 793337 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025472 793337 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025475 793337 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.025476 793337 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029806 2368643 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029834 2368643 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029836 2368643 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029838 2368643 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029812 2368644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029839 2368644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029841 2368644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029842 2368644 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029806 2368645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029836 2368645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029838 2368645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029840 2368645 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029814 2368646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029840 2368646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029842 2368646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.029843 2368646 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-25 19:29:40.057698: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.057804: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.057848: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.057909: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750872580.062493 1154496 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062523 1154496 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062525 1154496 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062526 1154496 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062490 1154497 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062526 1154497 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062528 1154497 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062530 1154497 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062491 1154498 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062521 1154498 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062524 1154498 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062525 1154498 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062490 1154499 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062518 1154499 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062520 1154499 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.062522 1154499 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.097068 172360 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.097075 172361 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.097179 172362 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.097174 172363 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872580.103155 172360 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.103157 172361 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.103154 172362 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.103158 172363 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:40.164289: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.164292: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.164286: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.164294: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.179137: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.179141: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.179139: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.179137: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.202697 3592132 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.202926 3592134 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.203008 3592131 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.202908 3592133 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872580.207964 3592134 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.208148 3592131 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.207965 3592132 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.208304 3592133 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:40.209441: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.209443: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.209866: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.209731: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.210279: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.210187: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.210184: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.210185: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.216617 3659729 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.216558 3659730 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.216721 3659727 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.216923 3659728 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750872580.221418 172360 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221451 172360 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221453 172360 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221455 172360 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221421 172361 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221456 172361 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221458 172361 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221460 172361 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221415 172362 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221452 172362 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221455 172362 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221456 172362 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221420 172363 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221461 172363 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221463 172363 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.221465 172363 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750872580.222046 3659727 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.222108 3659729 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.222050 3659730 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.222278 3659728 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.239952 2003850 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.239841 2003851 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.239942 2003852 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.239834 2003853 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.242506 1422709 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.242501 1422710 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.242701 1422711 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.242579 1422712 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872580.248607 1422709 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.248605 1422710 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.248609 1422711 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.248614 1422712 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.257456 2003850 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.257460 2003851 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.257457 2003852 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.257455 2003853 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:40.287593: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.287586: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.287700: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.287587: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.320054 3165841 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.320122 3165843 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.320235 3165842 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.320327 3165844 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-25 19:29:40.321070: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.321068: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.321064: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.321064: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750872580.325783 3165841 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.325785 3165842 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.325789 3165843 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.325781 3165844 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872580.327141 3592131 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327167 3592131 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327169 3592131 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327171 3592131 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327147 3592132 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327173 3592132 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327176 3592132 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327177 3592132 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327144 3592133 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327171 3592133 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327173 3592133 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327175 3592133 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327140 3592134 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327173 3592134 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327175 3592134 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.327177 3592134 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356067 2003850 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356096 2003850 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356098 2003850 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356100 2003850 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356065 2003851 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356093 2003851 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356095 2003851 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356096 2003851 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356063 2003852 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356091 2003852 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356094 2003852 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356095 2003852 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356063 2003853 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356093 2003853 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356095 2003853 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.356096 2003853 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.357135 3940704 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.357202 3940706 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.357480 3940705 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.357594 3940707 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750872580.360547 3659727 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360576 3659727 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360578 3659727 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360580 3659727 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360555 3659728 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360580 3659728 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360582 3659728 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360583 3659728 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360551 3659729 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360579 3659729 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360581 3659729 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360582 3659729 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360558 3659730 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360579 3659730 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360580 3659730 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.360582 3659730 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750872580.362751 3940704 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.362750 3940705 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.362783 3940706 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.362782 3940707 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872580.369092 1422709 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369121 1422709 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369123 1422709 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369124 1422709 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369096 1422710 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369126 1422710 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369129 1422710 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369130 1422710 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369092 1422711 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369130 1422711 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369132 1422711 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369133 1422711 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369095 1422712 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369126 1422712 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369128 1422712 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.369130 1422712 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-25 19:29:40.432783: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.432790: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.432787: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.432781: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750872580.438216 3165841 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438240 3165841 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438244 3165841 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438247 3165841 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438213 3165842 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438240 3165842 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438242 3165842 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438244 3165842 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438210 3165843 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438239 3165843 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438241 3165843 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438243 3165843 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438219 3165844 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438239 3165844 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438241 3165844 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.438243 3165844 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.474600 3710320 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.474558 3710321 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.474536 3710322 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.474838 3710323 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750872580.479493 3940704 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479516 3940704 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479518 3940704 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479520 3940704 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479492 3940705 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479514 3940705 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479516 3940705 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479518 3940705 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479495 3940706 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479515 3940706 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479517 3940706 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479518 3940706 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479488 3940707 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479513 3940707 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479516 3940707 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.479518 3940707 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750872580.480510 3710320 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.480513 3710321 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.480511 3710322 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.480511 3710323 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-25 19:29:40.492247: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.492247: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.492249: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.492248: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.527349: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.527397: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.527351: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-25 19:29:40.527477: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.535575 1764602 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.535622 1764603 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.535718 1764601 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.535822 1764604 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872580.541672 1764601 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.541672 1764602 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.541671 1764603 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.541668 1764604 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.567531 3602515 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.567610 3602513 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.567948 3602514 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750872580.568040 3602516 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750872580.585290 3602514 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.585359 3602515 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.585368 3602516 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750872580.585457 3602513 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750872580.601619 3710320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601647 3710320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601650 3710320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601652 3710320 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601622 3710321 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601650 3710321 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601653 3710321 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601655 3710321 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601619 3710322 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601647 3710322 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601649 3710322 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601651 3710322 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601615 3710323 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601645 3710323 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601648 3710323 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.601650 3710323 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644510 1764601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644550 1764601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644552 1764601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644554 1764601 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644507 1764602 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644548 1764602 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644550 1764602 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644552 1764602 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644589 1764603 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644612 1764603 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644614 1764603 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644615 1764603 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644549 1764604 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644573 1764604 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644575 1764604 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.644576 1764604 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691674 3602513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691697 3602513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691699 3602513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691701 3602513 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691628 3602514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691679 3602514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691686 3602514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691691 3602514 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691612 3602515 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691643 3602515 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691644 3602515 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691646 3602515 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691617 3602516 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691683 3602516 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691690 3602516 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872580.691695 3602516 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750872599.008844 1475818 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.008785 1475819 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.008692 1475820 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.008687 1475821 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.008997 793334 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.008995 793336 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.009129 793335 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.009167 793337 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.009295 3068277 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.009273 3068278 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.009294 3068279 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.009282 3068280 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.020850 3006793 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.020898 3006794 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.020837 3006795 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.020991 3006796 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.027088 172360 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.027085 172362 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.027097 172363 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.027210 172361 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.050488 3659727 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.050478 3659729 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.050628 3659728 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.050639 3659730 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.058637 3602513 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.058649 3602514 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.058640 3602515 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.058634 3602516 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.064580 1199569 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.064572 1199570 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.064575 1199571 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.064585 1199572 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.069417 2591963 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.069394 2591965 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.069396 2591966 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.069543 2591964 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.075096 368274 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.075465 368273 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.075456 368275 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.075534 368276 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080007 2295736 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080013 2295737 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080010 2295738 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080011 2295739 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080699 3914048 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080688 3914049 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080688 3914050 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.080806 3914051 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.084142 1702546 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.084147 1702547 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.084137 1702548 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.084141 1702549 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.091944 2368645 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.092092 2368643 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.092194 2368644 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.092223 2368646 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.094077 3940705 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.094349 3940704 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.094314 3940706 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.094264 3940707 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.095971 2003850 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.095983 2003851 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.095965 2003852 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.095993 2003853 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.099905 1422710 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.099902 1422712 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.099980 1422711 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.100052 1422709 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109359 634353 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109368 634354 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109356 634356 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109497 634355 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109712 3540254 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109690 3540255 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109714 3540256 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.109700 3540257 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.116668 3457571 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.116696 3457572 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.116668 3457573 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.116676 3457574 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.118565 2622598 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.119181 2622600 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.119087 2622601 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.119196 2622599 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.124529 1154497 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.124934 1154496 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.124857 1154498 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.124904 1154499 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127184 3429171 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127194 3429173 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127277 3429172 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127291 3429174 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127896 3710320 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127832 3592132 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127797 3592133 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127975 3592131 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127922 3592134 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.127894 3710322 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.128051 3710321 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.128079 3710323 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130642 3756298 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130839 3165841 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130639 3756300 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130801 3165842 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130634 3756301 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130814 3165843 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130810 3165844 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.130817 3756299 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.131401 3434622 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.131325 3434623 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.131404 3434624 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.131437 3434625 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.131753 3324616 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.131754 3324617 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.131753 3324619 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.132081 3324618 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.136156 3387921 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.136220 3387922 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.136148 3387923 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.136192 3387924 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.142961 234521 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.143002 234522 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.142971 234523 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.143019 234524 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.267918 1764601 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.267915 1764602 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.267933 1764603 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750872599.267923 1764604 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nwandb: Currently logged in as: mihir-mahajan2002 (instant-uv) to https://api.wandb.ai. Use `wandb login --relogin` to force relogin\nwandb: Tracking run with wandb version 0.19.11\nwandb: Run data is saved locally in /hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/wandb/run-20250625_193002-024yh92w\nwandb: Run `wandb offline` to turn off syncing.\nwandb: Syncing run tokenizer-batch-size-scaling-32-node-3292333\nwandb: ⭐️ View project at https://wandb.ai/instant-uv/jafar\nwandb: 🚀 View run at https://wandb.ai/instant-uv/jafar/runs/024yh92w\n2025-06-25 19:42:18.275175: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.275663: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.275916: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.276626: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.276066: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.276068: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.278109: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.002285063s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.281923: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.281931: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.281954: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.283461: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.285322: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.285591: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.286438: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.286441: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.286439: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.287820: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.289325: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.013424518s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.291342: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.015348701s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.291492: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.292055: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.291970: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.291837: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.292304: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.292350: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.292986: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.294091: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.012297646s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.294899: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.009686669s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.296152: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.298689: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.298850: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.298781: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.299079: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.299103: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.299369: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.006996676s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.301108: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.019293108s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.300937: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.301566: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.018232557s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.301676: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.019822176s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.303321: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.307387: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.307281: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.307408: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.308110: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.004087424s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.308756: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.004736411s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.309987: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.013999581s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.310671: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311277: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311239: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311284: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311257: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311282: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311366: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311378: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.311920: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.312045: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.312059: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.312140: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.312979: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.01967992s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.312930: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.00524802s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.313128: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.005378496s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.313271: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.313164: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.313274: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.313358: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.314836: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.039783139s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.315253: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.029765143s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.315950: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.039496674s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.316309: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.318738: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.008635537s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.319578: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.321344: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.0109651s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.322096: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.322781: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.012752451s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.325014: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.325431: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.327439: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.327968: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328613: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.034015242s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.327920: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328273: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328448: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328044: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328708: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328460: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328219: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328471: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328766: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.00084552s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.329304: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.328757: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.329565: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.03460028s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.330972: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.04875086s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.331467: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.036783322s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.331978: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.332285: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.00401438s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.331955: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.331966: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.332387: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.040426005s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.333298: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.333458: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.333560: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.333560: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.334191: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.005585967s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.335125: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.335508: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.335615: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.007493667s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.335613: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.007072337s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.336980: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.045579069s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.337263: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.026987081s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.337372: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.002343567s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.337220: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.00889263s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.337823: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.021640893s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.337797: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.045616818s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.337689: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.002275725s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.338232: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.046025894s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.337626: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.008706738s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.339105: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.055272388s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.339334: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.031110862s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.339627: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.051898161s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.340958: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.031559194s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.340811: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.342378: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.013150744s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.342832: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.014652287s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.342691: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.344312: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.019400408s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.346270: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.036643443s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.346381: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.037062972s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.348185: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.019840843s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.348281: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.01907383s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.349650: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.042119745s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.453134: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.142666564s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.459825: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.140360414s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.476285: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.149073754s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.477267: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.189275724s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.477974: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.18514555s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.479773: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.157892588s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.490278: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.199291587s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.493597: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.218054907s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.495897: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.170905585s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.496176: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.171099907s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.499306: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.174398549s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.499620: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.157039398s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.500268: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.199465244s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.512213: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.172006363s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.513344: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.209569198s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.520808: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.212775802s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.525473: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.214789798s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.529912: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.202134962s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.530592: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.202654105s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.537656: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.23442036s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.541883: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.259389154s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.546680: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.21883327s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.548312: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.222961007s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.548224: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.240113395s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.548244: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.239715208s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-25 19:42:18.550167: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.221963685s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\nslurmstepd: error: *** JOB 3292333 ON hkn0404 CANCELLED AT 2025-06-26T00:29:01 DUE TO TIME LIMIT ***\nslurmstepd: error: *** STEP 3292333.0 ON hkn0404 CANCELLED AT 2025-06-26T00:29:01 DUE TO TIME LIMIT ***\nsrun: got SIGCONT\nsrun: forcing job termination\n\n============================= JOB FEEDBACK =============================\n\nJob ID: 3292333\nCluster: hk\nUser/Group: tum_cte0515/hk-project-p0023960\nAccount: hk-project-p0023960\nState: TIMEOUT (exit code 0)\nPartition: accelerated\nNodes: 32\nCores per node: 24\nNodelist: hkn[0404,0504-0505,0507,0509-0513,0515,0517,0519,0523-0528,0605,0617,0621-0624,0631,0636,0802,0807,0809,0811,0814-0815]\nCPU Utilized: 34-07:31:10\nCPU Efficiency: 21.44% of 160-00:25:36 core-walltime\nJob Wall-clock time: 05:00:02\nStarttime: Wed Jun 25 19:28:59 2025\nEndtime: Thu Jun 26 00:29:01 2025\nMemory Utilized: 1.15 TB (estimated maximum)\nMemory Efficiency: 9.20% of 12.50 TB (400.00 GB/node)\nEnergy Consumed: 423577740 Joule / 117660.483333333 Watthours\nAverage node power draw: 23529.4822797467 Watt\n",log,tab +228,1500915,"logs/logs_training/train_tokenizer_batch_size_scaling_32_node_3292339.log",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=32\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=05:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=logs/logs_training/%x_%j.log\n#SBATCH --error=logs/logs_training/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_32_node\n#SBATCH --mem=400G\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=$ws_dir/knoms_tfrecords_500_shards\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=1536 \\n --min_lr=3e-4 \\n --max_lr=3e-4 \\n --log_image_interval=250 \\n --log \\n --name=const-lr-tokenizer-batch-size-scaling-32-node-$slurm_job_id \\n --tags const-lr tokenizer batch-size-scaling 32-node \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\nSLURM_JOB_USER=tum_cte0515\nSLURM_TASKS_PER_NODE=4(x32)\nSLURM_JOB_UID=999226\nSLURM_TASK_PID=3211944\nSLURM_JOB_GPUS=0,1,2,3\nSLURM_LOCALID=0\nSLURM_SUBMIT_DIR=/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar\nSLURMD_NODENAME=hkn0405\nSLURM_JOB_START_TIME=1750890587\nSLURM_CLUSTER_NAME=hk\nSLURM_JOB_END_TIME=1750908587\nSLURM_CPUS_ON_NODE=24\nSLURM_JOB_CPUS_PER_NODE=24(x32)\nSLURM_GPUS_ON_NODE=4\nSLURM_GTIDS=0\nSLURM_JOB_PARTITION=accelerated\nSLURM_TRES_PER_TASK=cpu=5\nSLURM_OOM_KILL_STEP=0\nSLURM_JOB_NUM_NODES=32\nSLURM_JOBID=3292339\nSLURM_JOB_QOS=normal\nSLURM_PROCID=0\nSLURM_CPUS_PER_TASK=5\nSLURM_NTASKS=128\nSLURM_TOPOLOGY_ADDR=hkibb.hkibbi1.hkibbi1e12.hkn0405\nSLURM_TOPOLOGY_ADDR_PATTERN=switch.switch.switch.node\nSLURM_SCRIPT_CONTEXT=prolog_task\nSLURM_MEM_PER_NODE=409600\nSLURM_NODELIST=hkn[0405,0407-0413,0417-0422,0505,0509-0513,0517,0519,0523-0525,0527,0530,0535,0802,0810-0811,0816]\nSLURM_JOB_ACCOUNT=hk-project-p0023960\nSLURM_PRIO_PROCESS=0\nSLURM_NPROCS=128\nSLURM_NNODES=32\nSLURM_SUBMIT_HOST=hkn1993.localdomain\nSLURM_JOB_ID=3292339\nSLURM_NODEID=0\nSLURM_CONF=/etc/slurm/slurm.conf\nSLURM_JOB_NAME=train_tokenizer_batch_size_scaling_32_node\nSLURM_NTASKS_PER_NODE=4\nSLURM_JOB_GID=502226\nSLURM_JOB_NODELIST=hkn[0405,0407-0413,0417-0422,0505,0509-0513,0517,0519,0523-0525,0527,0530,0535,0802,0810-0811,0816]\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\nGpuFreq=control_disabled\n2025-06-26 00:30:18.258471: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.258936: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.259230: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.259907: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.262452: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.262825: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.262805: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.263132: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.271708 3498200 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.272032 3498198 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.272205 3498199 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.273046 3498201 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.275568 1067198 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890618.276394 3498200 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.276512 3498198 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.276556 3498199 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.276602 1067195 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.276558 1067197 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.276745 1067196 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:18.276932: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.276967: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890618.277446 3498201 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:18.277711: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.277940: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890618.279731 1067198 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.280924 1067195 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.281168 1067196 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.280885 1067197 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890618.289701 3498198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.289719 3498198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.289721 3498198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.289723 3498198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.289836 3498200 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.289853 3498200 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.289855 3498200 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.289856 3498200 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290273 3498199 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290298 3498199 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290300 3498199 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290302 3498199 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290280 3498201 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290297 3498201 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290300 3498201 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.290301 3498201 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.290440 2549040 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.290470 2549042 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.291055 2549039 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.291271 2549041 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750890618.293023 1067198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.293041 1067198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.293043 1067198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.293045 1067198 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.293807 1067196 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.293822 1067196 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.293824 1067196 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.293825 1067196 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294356 1067195 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294372 1067195 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294374 1067195 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294376 1067195 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294355 1067197 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294372 1067197 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294374 1067197 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.294376 1067197 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890618.294812 2549040 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.295175 2549039 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.295176 2549042 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.295777 2549041 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890618.308650 2549039 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.308666 2549039 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.308668 2549039 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.308669 2549039 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309237 2549040 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309257 2549040 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309259 2549040 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309260 2549040 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309184 2549041 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309198 2549041 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309200 2549041 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309202 2549041 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309371 2549042 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309387 2549042 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309389 2549042 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.309392 2549042 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:18.320068: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.320428: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.320617: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.320965: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.333365 3601636 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.333505 3601635 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.333756 3601637 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.333763 3601638 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890618.337675 3601635 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.337800 3601637 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.337820 3601638 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.338087 3601636 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890618.350882 3601635 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350896 3601635 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350898 3601635 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350900 3601635 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350874 3601637 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350894 3601637 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350896 3601637 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350897 3601637 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350913 3601638 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350930 3601638 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350932 3601638 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.350933 3601638 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.351491 3601636 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.351507 3601636 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.351509 3601636 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.351510 3601636 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:18.379201: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.379561: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.379877: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.380109: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.392630 3975608 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.392645 3975610 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.393292 3975611 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.393625 3975609 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890618.396828 3975610 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.397311 3975608 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.397530 3975611 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.397733 3975609 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890618.409960 3975610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.409979 3975610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.409980 3975610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.409981 3975610 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410695 3975608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410710 3975608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410712 3975608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410713 3975608 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410786 3975609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410802 3975609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410805 3975609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410806 3975609 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410837 3975611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410853 3975611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410855 3975611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.410857 3975611 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:18.619531: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.620072: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.620060: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:18.620002: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.632914 3723298 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.633070 3723296 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.633161 3723299 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890618.633546 3723297 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890618.637054 3723298 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.637321 3723296 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.637699 3723297 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890618.637651 3723299 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890618.649822 3723298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.649843 3723298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.649845 3723298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.649846 3723298 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650727 3723297 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650744 3723297 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650746 3723297 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650747 3723297 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650728 3723299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650744 3723299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650746 3723299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650747 3723299 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650977 3723296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650995 3723296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650997 3723296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890618.650998 3723296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.109318: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.109486: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.109619: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.109739: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.122308 745793 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.122695 745791 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.122780 745794 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.123160 745792 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.126643 745793 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.127114 745791 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.127165 745794 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.127274 745792 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.139694 745793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.139709 745793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.139711 745793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.139712 745793 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140279 745791 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140296 745791 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140297 745791 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140299 745791 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140416 745792 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140432 745792 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140434 745792 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140435 745792 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140417 745794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140433 745794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140434 745794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.140436 745794 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.393528: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.394224: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.394113: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.394425: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.403192: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.403980: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.404259: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.404490: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.406965 1017439 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.407517 1017437 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.407821 1017436 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.407822 1017438 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.411669 1017439 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.411827 1017437 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.412118 1017436 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.412105 1017438 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.416466 474412 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.417192 474409 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.417390 474411 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.417498 474410 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.421145 474412 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.421483 474409 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.421483 474411 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.421940 474410 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.425006 1017437 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425024 1017437 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425025 1017437 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425027 1017437 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425289 1017439 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425303 1017439 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425305 1017439 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425307 1017439 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425544 1017436 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425561 1017436 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425562 1017436 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425564 1017436 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425553 1017438 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425568 1017438 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425571 1017438 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.425572 1017438 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.432786: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.432859: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.433341: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.433761: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750890619.434733 474409 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.434749 474409 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.434751 474409 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.434753 474409 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.434718 474411 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.434735 474411 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.434736 474411 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.434738 474411 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435086 474410 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435104 474410 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435105 474410 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435107 474410 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435087 474412 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435104 474412 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435106 474412 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.435109 474412 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.442809: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.442783: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.443029: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.443514: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.445964 4025209 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.446097 4025211 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.446477 4025212 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.446885 4025210 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.450340 4025209 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.450820 4025211 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.450835 4025212 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.451197 4025210 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.455681 3129745 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.455814 3129743 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.455871 3129744 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.456190 3129746 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.459850 3129745 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.460108 3129743 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.460516 3129744 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.460525 3129746 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.463568 4025212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.463583 4025212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.463585 4025212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.463586 4025212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.463890 4025210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.463906 4025210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.463908 4025210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.463909 4025210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464206 4025209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464223 4025209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464224 4025209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464226 4025209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464336 4025211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464350 4025211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464352 4025211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.464353 4025211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473749 3129743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473763 3129743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473765 3129743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473767 3129743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473735 3129745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473752 3129745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473754 3129745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473756 3129745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473849 3129746 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473863 3129746 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473865 3129746 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473866 3129746 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473968 3129744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473984 3129744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473986 3129744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.473988 3129744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.492747: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.494025: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.503885: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.503999: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.504013: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.504043: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.505879 1215828 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.506803: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.507143: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.507530: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.507474 1215827 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.507568: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.507981: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.508242: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.510323 1215828 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.511230: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.511271: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.511553 1215827 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.511625: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.511632: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.517015 1764231 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.517199 1764230 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.517415 1764233 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.517716 1764232 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.520517 3655742 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.520473 3655744 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.520690 1215826 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.520877 1215829 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.521460 3655743 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.521386 1764230 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.521711 3655745 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.521497: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.521436 1764231 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.521525: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.521529 1764233 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.521647: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.521755: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.521940 1764232 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.523094 1215828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.523110 1215828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.523111 1215828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.523113 1215828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.524262 1215827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.524277 1215827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.524279 1215827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.524280 1215827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.524909 3655742 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.524762 1033470 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.524896 1033469 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.525041 1215826 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.525259 3655744 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.524975 1033472 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.525076 1033471 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.525427 1215829 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.525860 3655743 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.525933 3655745 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.529120 1033470 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.529203 1033472 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.529328 1033469 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.529556 1033471 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.534502 676205 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.534448 676207 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.534700 676204 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.534660 676206 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750890619.534903 1764230 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534919 1764230 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534920 1764230 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534922 1764230 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534924 1764231 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534940 1764231 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534942 1764231 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534944 1764231 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534960 1764232 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534978 1764232 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534979 1764232 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534980 1764232 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534924 1764233 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534939 1764233 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534941 1764233 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.534943 1764233 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.536664 1215826 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.536680 1215826 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.536682 1215826 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.536683 1215826 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538301 1215829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538317 1215829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538319 1215829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538320 1215829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538551 3655742 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538568 3655742 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538570 3655742 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.538571 3655742 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.538704 676205 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.538781 676207 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.539050 3655744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539064 3655744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539066 3655744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539067 3655744 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.538848 676204 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.539121 3655745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539136 3655745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539138 3655745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539140 3655745 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539140 3655743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539154 3655743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539156 3655743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.539158 3655743 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.539024 676206 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.542841 1033472 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542857 1033472 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542858 1033472 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542860 1033472 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542956 1033470 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542970 1033470 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542972 1033470 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542974 1033470 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.542994 1033469 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.543013 1033469 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.543014 1033469 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.543016 1033469 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.543216 1033471 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.543233 1033471 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.543235 1033471 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.543236 1033471 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.550271: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.550376: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.550480: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.550698: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750890619.551391 676207 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.551407 676207 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.551409 676207 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.551411 676207 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552256 676204 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552274 676204 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552276 676204 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552277 676204 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552298 676205 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552312 676205 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552314 676205 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552316 676205 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552273 676206 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552288 676206 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552289 676206 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.552290 676206 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.559538: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.559513: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.559536: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.559673: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.560081: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.560140: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.560567: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.560545: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.560580: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.560776: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.561243: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.561553: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.563620 3160142 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.563841 3160139 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.564106 3160140 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.564533 3160141 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.566171: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.566480: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.566559: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.566874: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.568006 3160142 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.568256 3160140 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.568482: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.568398 3160139 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.568575: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.568700: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.568805 3160141 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.569106: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.569042: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.569378: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.569816: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.569874: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.570904: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.570888: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.571137: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.571577: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.571619: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.571987: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.572091: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.572200: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.572725 3490578 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.572749 3490579 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.572808 3490580 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.572752: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.573068 3490577 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.572999 3519162 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.573326: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.573360: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.573543 1261293 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.573550: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.573726 1261294 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.573726 1261296 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.574077 1261295 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.574196: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.574225 3519161 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.574301: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.574670: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.574555 3519160 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.574699: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.574924 3519163 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.576980 3490579 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.577097 3490578 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.577360 3490577 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.577311 3490580 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.577587 3519162 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.578184 1261294 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.578195 1261296 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.578388 1261293 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.578523: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.578566 1261295 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.578525: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.579056: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.578817 3519160 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.579056 3519161 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.579095 3519163 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.579302 3176339 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.579440 3176341 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.579598: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.579579: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.579595: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.579648 3176340 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.579919: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.579812 3176338 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.580461: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nW0000 00:00:1750890619.580762 3160142 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.580778 3160142 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.580780 3160142 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.580781 3160142 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.580869 3160140 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.580885 3160140 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.580886 3160140 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.580887 3160140 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.581651 3212020 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750890619.581636 3160139 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.581653 3160139 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.581655 3160139 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.581657 3160139 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.581654 3212022 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750890619.581645 3160141 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.581659 3160141 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.581661 3160141 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.581662 3160141 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.581989 3212021 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.582385 726925 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.582704 726927 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.582778 3212019 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n2025-06-26 00:30:19.583135: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.583386 726926 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.583673 3176341 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.583399 726928 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.583711 3449348 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.584043 3449350 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.583866 3176339 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.583823: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.583813 3176340 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.583980: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nE0000 00:00:1750890619.584114 3176338 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n2025-06-26 00:30:19.584261: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.584531 2698971 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.584662 3449349 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.584725 3449351 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.585288 2698969 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.585228 2698970 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.585335 2698968 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.585776 3212020 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.586188 3229478 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.586334 3212022 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.586407 3229476 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.586489 3212021 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.586665 726925 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.586927 726927 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.586762 3229477 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.587026 3212019 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.587103 3229475 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.587390 3771732 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.587808 3771734 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.587892 3449348 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.587712 3771735 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.587916 726926 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.587950 3771733 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.587893 726928 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.588620 3449350 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.589064 3449349 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.589123 3449351 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.589263 2698971 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.589366 2698969 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.589635 2698970 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.589788 2698968 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.590372 3490579 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590390 3490579 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590392 3490579 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590393 3490579 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590528 3490577 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590546 3490577 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590548 3490577 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590549 3490577 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.590433 3229478 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.590676 3490580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590694 3490580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590695 3490580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590697 3490580 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590873 3490578 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590888 3490578 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590890 3490578 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.590892 3490578 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.590693 3229476 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.590836 3229477 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.591035 3519162 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591050 3519162 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591052 3519162 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591053 3519162 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591317 1261294 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591334 1261294 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591336 1261294 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591337 1261294 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591319 1261296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591334 1261296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591336 1261296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591338 1261296 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.591505 3111628 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.591628 3229475 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.591604 3111630 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750890619.591780 1261293 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591796 1261293 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591798 1261293 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591799 1261293 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591717 1261295 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591734 1261295 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591736 1261295 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591737 1261295 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.591899 3771732 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.591903 3519160 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591917 3519160 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591918 3519160 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.591920 3519160 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.592139 3111627 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.592098 3771734 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.592149 3519163 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.592163 3519163 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.592165 3519163 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.592166 3519163 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.592233 3771735 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.592544 3771733 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.592415 3519161 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.592430 3519161 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.592432 3519161 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.592433 3519161 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.592776 3640209 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.592704 3640211 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.592786 3640212 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.593040 3111629 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.593597 3640210 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.596106 3111628 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.596156 3111630 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.596356 3111627 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.596410 3734700 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750890619.597054 3176338 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597070 3176338 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597072 3176338 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597074 3176338 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.596945 3640209 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.597086 3176340 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597101 3176340 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597103 3176340 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597104 3176340 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597147 3176341 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597163 3176341 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597165 3176341 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597166 3176341 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597243 3176339 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597259 3176339 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597261 3176339 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.597262 3176339 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.597283 3734701 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.597107 3640211 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.597431 3111629 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.597371 3640212 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.597574 3734699 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.597625 3640210 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.597913 3734698 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nW0000 00:00:1750890619.598825 3212020 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.598843 3212020 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.598844 3212020 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.598846 3212020 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.599482 3212022 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.599499 3212022 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.599501 3212022 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.599502 3212022 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600227 3212019 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600241 3212019 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600243 3212019 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600244 3212019 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600106 726925 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600122 726925 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600124 726925 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600126 726925 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600223 3212021 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600239 3212021 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600241 3212021 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600242 3212021 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600106 726927 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600122 726927 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600123 726927 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600125 726927 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600961 726926 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600981 726926 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600983 726926 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600985 726926 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.600988 726928 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601005 726928 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601007 726928 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601008 726928 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.601128 3734700 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.601508 3449348 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601524 3449348 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601525 3449348 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601527 3449348 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.601647 3734701 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.601880 3449350 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601895 3449350 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601897 3449350 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.601898 3449350 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602165 3449349 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602181 3449349 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602183 3449349 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602184 3449349 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.602072 3734699 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.602165 3449351 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602181 3449351 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602183 3449351 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602185 3449351 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602433 2698969 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602451 2698969 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602453 2698969 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.602454 2698969 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nE0000 00:00:1750890619.602510 3734698 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.603061 2698968 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603078 2698968 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603080 2698968 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603081 2698968 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603000 2698970 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603021 2698970 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603022 2698970 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603024 2698970 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603038 2698971 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603051 2698971 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603053 2698971 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603054 2698971 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603917 3229476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603934 3229476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603936 3229476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603938 3229476 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603919 3229477 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603934 3229477 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603936 3229477 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.603938 3229477 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604183 3229478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604198 3229478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604200 3229478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604202 3229478 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604508 3229475 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604524 3229475 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604525 3229475 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.604527 3229475 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605029 3771734 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605046 3771734 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605048 3771734 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605049 3771734 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605666 3771732 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605680 3771732 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605682 3771732 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605684 3771732 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605656 3771735 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605673 3771735 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605675 3771735 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.605677 3771735 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.606180 3771733 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.606195 3771733 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.606197 3771733 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.606198 3771733 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.609787 3111627 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.609804 3111627 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.609805 3111627 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.609807 3111627 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610102 3111628 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610120 3111628 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610122 3111628 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610123 3111628 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610125 3640209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610139 3640209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610141 3640209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610142 3640209 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610131 3111629 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610146 3111629 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610148 3111629 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610150 3111629 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610134 3111630 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610148 3111630 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610149 3111630 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610151 3111630 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610216 3640211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610228 3640211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610230 3640211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610231 3640211 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610764 3640210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610782 3640210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610784 3640210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610785 3640210 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610789 3640212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610802 3640212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610804 3640212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.610805 3640212 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.614912 3734700 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.614928 3734700 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.614930 3734700 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.614931 3734700 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615721 3734698 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615737 3734698 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615739 3734698 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615740 3734698 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615926 3734701 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615942 3734701 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615943 3734701 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.615945 3734701 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.616182 3734699 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.616196 3734699 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.616198 3734699 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.616199 3734699 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:19.806183: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.806128: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.806418: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:19.806504: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.819600 1313828 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.819693 1313827 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.819677 1313829 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890619.819723 1313830 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890619.824152 1313827 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.824345 1313828 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.824380 1313829 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890619.824483 1313830 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890619.837561 1313827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.837576 1313827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.837577 1313827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.837579 1313827 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.837896 1313829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.837910 1313829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.837912 1313829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.837914 1313829 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838352 1313828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838367 1313828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838368 1313828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838370 1313828 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838351 1313830 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838366 1313830 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838368 1313830 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890619.838370 1313830 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\n2025-06-26 00:30:20.169436: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:20.169388: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:20.169580: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n2025-06-26 00:30:20.169838: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890620.182499 1296069 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890620.182550 1296070 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890620.182611 1296067 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\nE0000 00:00:1750890620.182769 1296068 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\nE0000 00:00:1750890620.186879 1296068 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890620.186864 1296069 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890620.186978 1296070 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nE0000 00:00:1750890620.187033 1296067 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\nW0000 00:00:1750890620.200177 1296067 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200194 1296067 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200196 1296067 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200198 1296067 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200144 1296069 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200160 1296069 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200162 1296069 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200163 1296069 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200209 1296070 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200225 1296070 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200227 1296070 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200228 1296070 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200255 1296068 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200268 1296068 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200269 1296068 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890620.200271 1296068 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\nW0000 00:00:1750890624.805936 3723298 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.805992 3723296 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.806138 3723299 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.807016 1067197 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.807508 3723297 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.808662 1067195 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.810005 1067196 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.810335 3498198 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.810017 1067198 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.810306 3498199 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.810319 3498200 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.810344 3498201 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.811324 3975610 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.811695 3975611 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.811904 3975609 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.812008 3975608 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.813160 2549039 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.813635 2549041 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.814232 2549040 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890624.814374 2549042 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.031290 1764230 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.031333 1764231 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.031282 1764232 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.031454 1764233 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.035417 3601636 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.035345 3601637 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.035393 3601638 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.035424 3601635 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.045995 3655743 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.045901 726926 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.045919 1215826 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.045989 3655744 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.045964 726928 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.045925 1215829 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.045983 3655745 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.046104 1215828 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.046012 3655742 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.046133 726925 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.046169 1215827 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.046123 726927 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.067907 3490577 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.067906 3490579 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.068437 3490578 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.068723 3490580 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.074570 1033469 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.074596 1033470 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.074574 1033471 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.074549 1033472 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.076837 474410 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.077392 474411 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.077565 474409 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.079572 474412 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.085480 3229475 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.085480 3229477 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.085732 3229478 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.085942 3229476 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.088559 4025210 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.088558 4025212 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.088846 2698968 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.088843 2698969 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.088867 2698970 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.088882 2698971 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.089647 4025209 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.089593 4025211 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.090697 676205 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.090702 676206 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.090809 676204 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.090816 676207 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.097653 3129743 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.097593 3129744 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.097613 3129745 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.097639 3129746 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.107645 3212019 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.107645 3212021 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.107751 3212020 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.107775 3212022 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.108771 1017436 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.108712 1017437 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.108769 1017438 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.108734 1017439 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.113161 3449348 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.113247 3449349 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.113161 3449350 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.113245 3449351 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.117506 1261293 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.117505 1261295 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.117647 1261296 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.117869 1261294 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.118894 3519161 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.118836 3519163 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.119047 3519160 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.119307 3519162 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.133119 3771734 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.133661 3771733 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.133663 3771735 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.134731 3771732 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.136144 3640209 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.136126 3640211 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.136268 3640210 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.136248 3640212 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.178812 3734698 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.178877 3734699 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.178868 3734700 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.178851 3734701 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.276003 3176338 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.275947 3176340 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.276188 3176339 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.276193 3176341 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.317394 745791 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.317429 745792 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.317404 745793 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.317355 745794 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.322405 3111628 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.322403 3111630 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.325098 3111629 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.327890 3111627 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.745681 3160139 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.745663 3160140 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.745690 3160141 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.745691 3160142 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.939483 1313827 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.939561 1313828 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.939502 1313829 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890625.939565 1313830 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890627.072260 1296067 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890627.072274 1296068 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890627.072274 1296070 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nW0000 00:00:1750890627.072843 1296069 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\nSkipping registering GPU devices...\nwandb: Currently logged in as: mihir-mahajan2002 (instant-uv) to https://api.wandb.ai. Use `wandb login --relogin` to force relogin\nwandb: Tracking run with wandb version 0.19.11\nwandb: Run data is saved locally in /hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/wandb/run-20250626_003029-53jjxbda\nwandb: Run `wandb offline` to turn off syncing.\nwandb: Syncing run const-lr-tokenizer-batch-size-scaling-32-node-3292339\nwandb: ⭐️ View project at https://wandb.ai/instant-uv/jafar\nwandb: 🚀 View run at https://wandb.ai/instant-uv/jafar/runs/53jjxbda\n2025-06-26 00:40:50.854337: E external/xla/xla/service/slow_operation_alarm.cc:73] Trying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\n2025-06-26 00:40:50.963987: E external/xla/xla/service/slow_operation_alarm.cc:140] The operation took 1.109746552s\nTrying algorithm eng3{k11=0} for conv %cudnn-conv = (f32[51840,1,150]{2,1,0}, u8[0]{0}) custom-call(%bitcast.1664, %bitcast.1665), window={size=11}, dim_labels=bf0_oi0->bf0, operand_precision={highest,highest}, custom_call_target=""__cudnn$convForward"", metadata={op_name=""jit(train_step)/jit(main)/jvp(vmap(jit(convolve)))/jit(_conv)/conv_general_dilated"" source_file=""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/metrics.py"" source_line=234}, backend_config={""operation_queue_id"":""0"",""wait_on_operation_queues"":[],""cudnn_conv_backend_config"":{""conv_result_scale"":1,""activation_mode"":""kNone"",""side_input_scale"":0,""leakyrelu_alpha"":0},""force_earliest_schedule"":false,""reification_cost"":[]} is taking a while...\nsrun: Job step aborted: Waiting up to 32 seconds for job step to finish.\nslurmstepd: error: *** JOB 3292339 ON hkn0405 CANCELLED AT 2025-06-26T05:30:11 DUE TO TIME LIMIT ***\nslurmstepd: error: *** STEP 3292339.0 ON hkn0405 CANCELLED AT 2025-06-26T05:30:11 DUE TO TIME LIMIT ***\n2025-06-26 05:30:11.023648: W external/xla/xla/tsl/distributed_runtime/preemption/preemption_notifier.cc:89] SIGTERM caught at 2025-06-26T05:30:11.02354383+02:00\nsrun: got SIGCONT\nsrun: forcing job termination\n2025-06-26 05:30:11.027286: W external/xla/xla/tsl/distributed_runtime/preemption/preemption_notifier.cc:89] SIGTERM caught at 2025-06-26T05:30:11.024831341+02:00\n2025-06-26 05:30:11.027492: W external/xla/xla/tsl/distributed_runtime/preemption/preemption_notifier.cc:89] SIGTERM caught at 2025-06-26T05:30:11.027465953+02:00\n\n============================= JOB FEEDBACK =============================\n\nJob ID: 3292339\nCluster: hk\nUser/Group: tum_cte0515/hk-project-p0023960\nAccount: hk-project-p0023960\nState: TIMEOUT (exit code 0)\nPartition: accelerated\nNodes: 32\nCores per node: 24\nNodelist: hkn[0405,0407-0413,0417-0422,0505,0509-0513,0517,0519,0523-0525,0527,0530,0535,0802,0810-0811,0816]\nCPU Utilized: 42-17:35:30\nCPU Efficiency: 26.67% of 160-05:07:12 core-walltime\nJob Wall-clock time: 05:00:24\nStarttime: Thu Jun 26 00:29:47 2025\nEndtime: Thu Jun 26 05:30:11 2025\nMemory Utilized: 1.17 TB (estimated maximum)\nMemory Efficiency: 9.36% of 12.50 TB (400.00 GB/node)\nEnergy Consumed: 431790003 Joule / 119941.6675 Watthours\nAverage node power draw: 23956.391644474 Watt\n",log,tab +229,1554032,"logs/logs_training/train_tokenizer_batch_size_scaling_32_node_3292339.log",337,0,"",log,selection_mouse +230,1554779,"logs/logs_training/train_tokenizer_batch_size_scaling_32_node_3292339.log",338,0,"",log,selection_mouse +231,1555826,"logs/logs_training/train_tokenizer_batch_size_scaling_32_node_3292339.log",338,1,"1",log,content +232,1728889,"train_tokenizer.py",0,0,"",python,tab +233,1750755,"train_tokenizer.py",8420,0,"",python,selection_mouse +234,1751548,"train_tokenizer.py",7835,0,"",python,selection_mouse +235,1751549,"train_tokenizer.py",7834,0,"",python,selection_command +236,1755369,"train_tokenizer.py",7484,0,"",python,selection_mouse +237,1776986,"train_tokenizer.py",5002,0,"",python,selection_mouse +238,1777826,"train_tokenizer.py",4970,0,"",python,selection_mouse +239,1781297,"train_tokenizer.py",5619,0,"",python,selection_mouse +240,1781443,"train_tokenizer.py",5609,11,"train_state",python,selection_mouse +241,1787057,"train_tokenizer.py",5672,0,"",python,selection_mouse +242,1787643,"train_tokenizer.py",5660,0,"",python,selection_mouse +243,1787782,"train_tokenizer.py",5651,19,"replicated_sharding",python,selection_mouse +244,2160720,"train_tokenizer.py",7585,0,"",python,selection_mouse +245,2160843,"train_tokenizer.py",7583,5,"print",python,selection_mouse +246,2161006,"train_tokenizer.py",7571,77," print(f""Step {step}, loss: {loss}, step time: {elapsed_time}ms"")\n",python,selection_mouse +247,2161643,"train_tokenizer.py",7585,0,"",python,selection_mouse +248,2161727,"train_tokenizer.py",7583,5,"print",python,selection_mouse +249,2162449,"train_tokenizer.py",7585,0,"",python,selection_mouse +250,2163368,"train_tokenizer.py",7583,0,"",python,selection_mouse +251,2163950,"train_tokenizer.py",7587,0,"",python,selection_mouse +252,2226541,"train_tokenizer.py",7903,0,"",python,selection_mouse +253,2226544,"train_tokenizer.py",7902,0,"",python,selection_command +254,2227005,"train_tokenizer.py",7782,0,"",python,selection_mouse +255,2227505,"train_tokenizer.py",7700,0,"",python,selection_mouse +256,2227509,"train_tokenizer.py",7699,0,"",python,selection_command +257,2228269,"train_tokenizer.py",7700,0,"",python,selection_mouse +258,2228270,"train_tokenizer.py",7699,0,"",python,selection_command +259,2228760,"train_tokenizer.py",7603,0,"",python,selection_mouse +260,2229006,"train_tokenizer.py",7602,1,",",python,selection_mouse +261,2229007,"train_tokenizer.py",7603,66," loss: {loss}, step time: {elapsed_time}ms"")\n step += 1",python,selection_mouse +262,2229034,"train_tokenizer.py",7603,67," loss: {loss}, step time: {elapsed_time}ms"")\n step += 1\n",python,selection_mouse +263,2229214,"train_tokenizer.py",7670,0,"",python,selection_mouse +264,2293887,"TERMINAL",0,0,"bash",,terminal_focus +265,2463899,"train_tokenizer.py",7669,0,"",python,selection_mouse +266,2463914,"train_tokenizer.py",7668,0,"",python,selection_command +267,2464444,"train_tokenizer.py",7495,0,"",python,selection_mouse +268,2465590,"train_tokenizer.py",7570,0,"",python,selection_mouse +269,2465591,"train_tokenizer.py",7569,0,"",python,selection_command +270,2466264,"train_tokenizer.py",7570,0,"",python,selection_mouse +271,2466265,"train_tokenizer.py",7569,0,"",python,selection_command +272,2466439,"train_tokenizer.py",7569,1,"0",python,selection_mouse +273,2466442,"train_tokenizer.py",7570,0,"",python,selection_command +274,2466516,"train_tokenizer.py",7505,65,"uts)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +275,2466529,"train_tokenizer.py",7499,71,"e, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +276,2466546,"train_tokenizer.py",7495,75,"state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +277,2466547,"train_tokenizer.py",7490,80,"rain_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +278,2466606,"train_tokenizer.py",7510,60," elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +279,2466607,"train_tokenizer.py",7558,12,"time) * 1000",python,selection_mouse +280,2466607,"train_tokenizer.py",7554,16,"art_time) * 1000",python,selection_mouse +281,2466614,"train_tokenizer.py",7550,20,"- start_time) * 1000",python,selection_mouse +282,2466628,"train_tokenizer.py",7546,24,"e() - start_time) * 1000",python,selection_mouse +283,2466683,"train_tokenizer.py",7541,29,"e.time() - start_time) * 1000",python,selection_mouse +284,2466684,"train_tokenizer.py",7458,112,"s, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +285,2466684,"train_tokenizer.py",7455,115,"loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +286,2466692,"train_tokenizer.py",7453,117,", loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +287,2466706,"train_tokenizer.py",7451,119,"te, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +288,2466767,"train_tokenizer.py",7413,157,"me = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +289,2466769,"train_tokenizer.py",7412,158,"ime = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +290,2466770,"train_tokenizer.py",7411,159,"time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +291,2466775,"train_tokenizer.py",7410,160,"_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +292,2466846,"train_tokenizer.py",7409,161,"t_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +293,2467238,"train_tokenizer.py",7408,162,"rt_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +294,2467296,"train_tokenizer.py",7407,163,"art_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +295,2467305,"train_tokenizer.py",7406,164,"tart_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +296,2467363,"train_tokenizer.py",7405,165,"start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +297,2467420,"train_tokenizer.py",7404,166," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +298,2467439,"train_tokenizer.py",7403,167," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +299,2467505,"train_tokenizer.py",7402,168," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +300,2467570,"train_tokenizer.py",7401,169," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +301,2467575,"train_tokenizer.py",7400,170," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +302,2467663,"train_tokenizer.py",7398,172," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +303,2467665,"train_tokenizer.py",7397,173," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +304,2467665,"train_tokenizer.py",7396,174," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +305,2467676,"train_tokenizer.py",7395,175," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +306,2467690,"train_tokenizer.py",7394,176," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +307,2467749,"train_tokenizer.py",7393,177," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,selection_mouse +308,2469104,"train_tokenizer.py",7405,0,"",python,selection_command +309,2473136,"train_tokenizer.py",7393,0,"",python,selection_command +310,2474782,"train_tokenizer.py",7393,0," ready = False\n",python,content +311,2474844,"train_tokenizer.py",7419,0," while not ready:\n",python,content +312,2474846,"train_tokenizer.py",7448,0," try:\n",python,content +313,2474847,"train_tokenizer.py",7469,36," start_time = time.time()\n start_time = time.time()",python,content +314,2474915,"train_tokenizer.py",7514,0," train_state, loss, recon, metrics = train_step(train_state, inputs)\n",python,content +315,2474917,"train_tokenizer.py",7602,0," elapsed_time = (time.time() - start_time) * 1000\n",python,content +316,2474931,"train_tokenizer.py",7671,0," ready = True\n",python,content +317,2475000,"train_tokenizer.py",7704,0," except Exception as e:\n",python,content +318,2475195,"train_tokenizer.py",7743,0," print(f""Train step failed with error: {e}. Retrying..."")\n",python,content +319,2475254,"train_tokenizer.py",7820,0," time.sleep(1)\n",python,content +320,2475258,"train_tokenizer.py",7854,178,"",python,content +321,2483311,"train_tokenizer.py",7393,0,"",python,selection_command +322,2483587,"train_tokenizer.py",7393,460," start_time = time.time()\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n elapsed_time = (time.time() - start_time) * 1000",python,content +323,2484624,"train_tokenizer.py",7510,0," jax.block_until_ready(loss)\n",python,content +324,2502231,"TERMINAL",0,0,"bash",,terminal_focus +325,2505727,"TERMINAL",0,0,"source .venv/bin/activate",,terminal_command +326,2505742,"TERMINAL",0,0,"]633;E;2025-06-26 11:10:58 source .venv/bin/activate;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +327,2513144,"TERMINAL",0,0,"sh scripts_horeka/sync_runner.sh",,terminal_command +328,2513160,"TERMINAL",0,0,"]633;E;2025-06-26 11:11:06 sh scripts_horeka/sync_runner.sh ;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;CUsage: scripts_horeka/sync_runner.sh \r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;1",,terminal_output +329,2517821,"TERMINAL",0,0,"cd ..",,terminal_command +330,2528135,"TERMINAL",0,0,"sh jafar/scripts_horeka/sync_runner.sh jafar jafar_jobs/",,terminal_command +331,2528185,"TERMINAL",0,0,"]633;E;2025-06-26 11:11:21 sh jafar/scripts_horeka/sync_runner.sh jafar jafar_jobs/ ;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;Csending incremental file list\r\n",,terminal_output +332,2528510,"TERMINAL",0,0,"./\r\n.gitignore\r\ngeneration_1750863858.4915645.gif\r\nsample.py\r\ntrain_dynamics.py\r\ntrain_lam.py\r\ntrain_tokenizer.py\r\n",,terminal_output +333,2528620,"TERMINAL",0,0,"scripts_horeka/\r\nscripts_horeka/get_lrs.py\r\nscripts_horeka/learning_rates.md\r\nscripts_horeka/train_dynamics.sh\r\nscripts_horeka/train_tokenizer.sh\r\nscripts_horeka/batchsize_scaling/\r\nscripts_horeka/batchsize_scaling/adjusted_lr/\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_16_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_32_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/const_lr/\r\nscripts_horeka/batchsize_scaling/const_lr/train_tokenizer_16_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/const_lr/train_tokenizer_1_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/const_lr/train_tokenizer_2_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/const_lr/train_tokenizer_32_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/const_lr/train_tokenizer_4_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/const_lr/train_tokenizer_8_nodes.sbatch\r\nscripts_horeka/overfit_batch/\r\nscripts_horeka/overfit_batch/train_lam_overfit_batch.sbatch\r\nscripts_horeka/overfit_batch/train_tokenizer_overfit_batch.sbatch\r\nscripts_horeka/overfit_sample/\r\nscripts_horeka/overfit_sample/train_dynamics_overfit_sample.sbatch\r\nscripts_horeka/overfit_sample/train_lam_overfit_sample.sbatch\r\nscripts_horeka/overfit_sample/train_tokenizer_overfit_sample.sbatch\r\nutils/\r\nutils/dataloader.py\r\n",,terminal_output +334,2528744,"TERMINAL",0,0,"\r\nsent 514,541 bytes received 590 bytes 1,030,262.00 bytes/sec\r\ntotal size is 64,212,210 speedup is 124.65\r\n]0;tum_cte0515@hkn1991:~/Projects]633;D;0",,terminal_output +335,2536648,"TERMINAL",0,0,"bash",,terminal_focus +336,2538600,"TERMINAL",0,0,"bash",,terminal_focus +337,2545018,"TERMINAL",0,0,"",,terminal_focus +338,2547511,"TERMINAL",0,0,"bash",,terminal_focus +339,2547513,"TERMINAL",0,0,"bash",,terminal_focus +340,2547513,"TERMINAL",0,0,"bash",,terminal_focus +341,2547513,"TERMINAL",0,0,"bash",,terminal_focus +342,2562564,"TERMINAL",0,0,"cd ../jafar_jobs/",,terminal_command +343,2562578,"TERMINAL",0,0,"]633;E;2025-06-26 11:11:55 cd ../jafar_jobs/;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +344,2562940,"TERMINAL",0,0,"ls",,terminal_command +345,2562962,"TERMINAL",0,0,"]633;E;2025-06-26 11:11:56 ls;f40fafd0-8afe-4275-950b-d0e479a63f37]633;Cframe-knoms.png genie.py README.md sample.py train_lam.py\r\nframe.png LICENSE read_tf_record.py scripts_cremers train_tokenizer.py\r\ngenerate_dataset.py models requirements-franz.txt scripts_horeka utils\r\ngeneration_1750863858.4915645.gif overfit_dir requirements.txt train_dynamics.py\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +346,2565304,"TERMINAL",0,0,"mkdir logs",,terminal_command +347,2565321,"TERMINAL",0,0,"]633;E;2025-06-26 11:11:58 mkdir logs;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects/jafar_jobs",,terminal_output +348,2567449,"TERMINAL",0,0,"ös",,terminal_command +349,2567498,"TERMINAL",0,0,"]633;E;2025-06-26 11:12:00 ös;f40fafd0-8afe-4275-950b-d0e479a63f37]633;Cbash: ös: command not found...\r\n",,terminal_output +350,2568760,"TERMINAL",0,0,"]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;127",,terminal_output +351,2569686,"TERMINAL",0,0,"ls",,terminal_command +352,2569701,"TERMINAL",0,0,"]633;E;2025-06-26 11:12:02 ls;f40fafd0-8afe-4275-950b-d0e479a63f37]633;Cframe-knoms.png genie.py overfit_dir requirements.txt train_dynamics.py\r\nframe.png LICENSE README.md sample.py train_lam.py\r\ngenerate_dataset.py logs read_tf_record.py scripts_cremers train_tokenizer.py\r\ngeneration_1750863858.4915645.gif models requirements-franz.txt scripts_horeka utils\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +353,2571845,"TERMINAL",0,0,"cd logs/",,terminal_command +354,2571859,"TERMINAL",0,0,"]633;E;2025-06-26 11:12:04 cd logs/;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs/logs]633;D;0",,terminal_output +355,2572274,"TERMINAL",0,0,"ls",,terminal_command +356,2582492,"TERMINAL",0,0,"mkdir logs_training",,terminal_command +357,2582512,"TERMINAL",0,0,"]633;E;2025-06-26 11:12:15 mkdir logs_training;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs/logs]633;D;0",,terminal_output +358,2583496,"TERMINAL",0,0,"bash",,terminal_focus +359,2588123,"TERMINAL",0,0,"cd jafar",,terminal_command +360,2589779,"TERMINAL",0,0,"ls logs/",,terminal_command +361,2589814,"TERMINAL",0,0,"]633;E;2025-06-26 11:12:22 ls logs/;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;Clogs_preprocessing logs_training\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +362,2591858,"TERMINAL",0,0,"bash",,terminal_focus +363,2591858,"TERMINAL",0,0,"bash",,terminal_focus +364,2591858,"TERMINAL",0,0,"bash",,terminal_focus +365,2602622,"TERMINAL",0,0,"cd ..",,terminal_command +366,2602639,"TERMINAL",0,0,"]633;E;2025-06-26 11:12:35 cd ..;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +367,2639470,"logs/logs_training/train_tokenizer_batch_size_scaling_32_node_3292339.log",0,0,"",log,tab +368,2639866,"TERMINAL",0,0,"bash",,terminal_focus +369,2650050,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=1\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=05:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=logs/logs_training/%x_%j.log\n#SBATCH --error=logs/logs_training/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_1_node\n#SBATCH --mem=50G\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=$ws_dir/knoms_tfrecords_500_shards\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=48 \\n --min_lr=3e-4 \\n --max_lr=3e-4 \\n --log_image_interval=250 \\n --log \\n --name=tokenizer-batch-size-scaling-1-node-$slurm_job_id \\n --tags tokenizer batch-size-scaling 1-node \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +370,2651244,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",147,0,"",shellscript,selection_mouse +371,2652439,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",122,0,"",shellscript,selection_mouse +372,2652440,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",121,0,"",shellscript,selection_command +373,2653074,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",148,0,"",shellscript,selection_mouse +374,2653077,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",147,0,"",shellscript,selection_command +375,2656134,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",169,0,"",shellscript,selection_mouse +376,2656135,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",168,0,"",shellscript,selection_command +377,2657303,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",275,0,"",shellscript,selection_mouse +378,2658033,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",336,0,"",shellscript,selection_mouse +379,2659481,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",337,0,"",shellscript,selection_command +380,2659931,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",336,1,"",shellscript,content +381,2660098,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",336,0,"1",shellscript,content +382,2660099,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",337,0,"",shellscript,selection_keyboard +383,2660308,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",337,0,"0",shellscript,content +384,2660309,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",338,0,"",shellscript,selection_keyboard +385,2660773,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",337,0,"",shellscript,selection_command +386,2662909,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",338,0,"",shellscript,selection_command +387,2664158,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=05:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=logs/logs_training/%x_%j.log\n#SBATCH --error=logs/logs_training/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n#SBATCH --mem=100G\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=$ws_dir/knoms_tfrecords_500_shards\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=4.24e-4 \\n --max_lr=4.24e-4 \\n --log_image_interval=250 \\n --log \\n --name=tokenizer-batch-size-scaling-2-node-$slurm_job_id \\n --tags tokenizer batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +388,2667015,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=4\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=05:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=logs/logs_training/%x_%j.log\n#SBATCH --error=logs/logs_training/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_4_node\n#SBATCH --mem=100G\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=$ws_dir/knoms_tfrecords_500_shards\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=192 \\n --min_lr=6.00e-4 \\n --max_lr=6.00e-4 \\n --log_image_interval=250 \\n --log \\n --name=tokenizer-batch-size-scaling-4-node-$slurm_job_id \\n --tags tokenizer batch-size-scaling 4-node \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +389,2668763,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=8\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=05:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=logs/logs_training/%x_%j.log\n#SBATCH --error=logs/logs_training/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_8_node\n#SBATCH --mem=100G\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\ntf_records_dir=$ws_dir/knoms_tfrecords_500_shards\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name_$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nsrun python train_tokenizer.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=384 \\n --min_lr=8.49e-4 \\n --max_lr=8.49e-4 \\n --log_image_interval=250 \\n --log \\n --name=tokenizer-batch-size-scaling-8-node-$slurm_job_id \\n --tags tokenizer batch-size-scaling 8-node \\n --entity instant-uv \\n --project jafar \\n --data_dir $tf_records_dir\n",shellscript,tab +390,2803498,"TERMINAL",0,0,"bash",,terminal_focus +391,2809231,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +392,2809233,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1103,0,"",shellscript,selection_mouse +393,2811294,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +394,2812109,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +395,2812838,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +396,2813518,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +397,2814746,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +398,2815555,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +399,2816106,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +400,2816563,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +401,2817086,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +402,2818478,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +403,2819468,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +404,2822972,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",904,0,"",shellscript,selection_mouse +405,2822974,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",903,0,"",shellscript,selection_command +406,2824941,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",880,0,"",shellscript,selection_mouse +407,2826380,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +408,2828193,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +409,2830585,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +410,2834956,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +411,2835786,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +412,2836509,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +413,2837205,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +414,2837897,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +415,2838574,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +416,2839258,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +417,2839890,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +418,2840541,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +419,2842123,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +420,2843450,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",510,0,"",shellscript,selection_mouse +421,2843465,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",509,0,"",shellscript,selection_command +422,2848431,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +423,2848431,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",260,0,"",shellscript,selection_mouse +424,2848446,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",259,0,"",shellscript,selection_command +425,2848973,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",321,0,"",shellscript,selection_mouse +426,2848974,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",320,0,"",shellscript,selection_command +427,2850402,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1021,0,"",shellscript,selection_mouse +428,2852344,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",0,0,"",shellscript,tab +429,2853679,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1042,0,"",shellscript,selection_mouse +430,2853681,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1041,0,"",shellscript,selection_command +431,2854608,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1042,0,"",shellscript,selection_mouse +432,2854609,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1041,0,"",shellscript,selection_command +433,2855143,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1015,0,"",shellscript,selection_mouse +434,2857138,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1015,0,"t",shellscript,content +435,2857139,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1016,0,"",shellscript,selection_keyboard +436,2857198,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1016,0,"i",shellscript,content +437,2857198,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1017,0,"",shellscript,selection_keyboard +438,2857212,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1017,0,"m",shellscript,content +439,2857213,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1018,0,"",shellscript,selection_keyboard +440,2857338,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1018,0,"e",shellscript,content +441,2857339,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,0,"",shellscript,selection_keyboard +442,2857502,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,0," ",shellscript,content +443,2857503,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1020,0,"",shellscript,selection_keyboard +444,2858520,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,1,"",shellscript,content +445,2858887,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,0,"_",shellscript,content +446,2858888,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1020,0,"",shellscript,selection_keyboard +447,2859242,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,1,"",shellscript,content +448,2859426,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,0,".",shellscript,content +449,2859427,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1020,0,"",shellscript,selection_keyboard +450,2859895,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,1,"",shellscript,content +451,2860011,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1019,0,"-",shellscript,content +452,2860012,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1020,0,"",shellscript,selection_keyboard +453,2861140,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1020,0,"s",shellscript,content +454,2861141,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1021,0,"",shellscript,selection_keyboard +455,2861316,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1021,0,"t",shellscript,content +456,2861317,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1022,0,"",shellscript,selection_keyboard +457,2861497,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1022,0,"e",shellscript,content +458,2861498,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1023,0,"",shellscript,selection_keyboard +459,2861564,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1023,0,"p",shellscript,content +460,2861565,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1024,0,"",shellscript,selection_keyboard +461,2862281,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1024,0," ",shellscript,content +462,2862283,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",1025,0,"",shellscript,selection_keyboard +463,2863669,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",0,0,"",shellscript,tab +464,2865114,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1021,0,"t",shellscript,content +465,2865115,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1022,0,"",shellscript,selection_keyboard +466,2865203,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1022,0,"i",shellscript,content +467,2865204,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1023,0,"",shellscript,selection_keyboard +468,2865251,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1023,0,"m",shellscript,content +469,2865252,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1024,0,"",shellscript,selection_keyboard +470,2865371,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1024,0,"e",shellscript,content +471,2865372,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1025,0,"",shellscript,selection_keyboard +472,2865515,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1025,0,"-",shellscript,content +473,2865516,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1026,0,"",shellscript,selection_keyboard +474,2865843,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1026,0,"s",shellscript,content +475,2865844,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1027,0,"",shellscript,selection_keyboard +476,2866034,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1027,0,"t",shellscript,content +477,2866035,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1028,0,"",shellscript,selection_keyboard +478,2866259,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1028,0,"e",shellscript,content +479,2866260,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1029,0,"",shellscript,selection_keyboard +480,2866346,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1029,0,"p",shellscript,content +481,2866347,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1030,0,"",shellscript,selection_keyboard +482,2866952,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1030,0," ",shellscript,content +483,2866953,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",1031,0,"",shellscript,selection_keyboard +484,2869076,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +485,2871607,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",0,0,"",shellscript,tab +486,2873032,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1022,0,"",shellscript,selection_mouse +487,2874152,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1022,0,"t",shellscript,content +488,2874153,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1023,0,"",shellscript,selection_keyboard +489,2874212,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1023,0,"i",shellscript,content +490,2874213,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1024,0,"",shellscript,selection_keyboard +491,2874277,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1024,0,"m",shellscript,content +492,2874277,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1025,0,"",shellscript,selection_keyboard +493,2874362,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1025,0,"e",shellscript,content +494,2874363,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1026,0,"",shellscript,selection_keyboard +495,2874572,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1026,0,"-",shellscript,content +496,2874574,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1027,0,"",shellscript,selection_keyboard +497,2875080,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1027,0,"s",shellscript,content +498,2875082,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1028,0,"",shellscript,selection_keyboard +499,2875315,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1028,0,"t",shellscript,content +500,2875317,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1029,0,"",shellscript,selection_keyboard +501,2875563,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1029,0,"e",shellscript,content +502,2875564,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1030,0,"",shellscript,selection_keyboard +503,2876012,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1030,0,"p",shellscript,content +504,2876013,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1031,0,"",shellscript,selection_keyboard +505,2876499,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1030,0,"",shellscript,selection_command +506,2878247,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1031,0,"",shellscript,selection_command +507,2878501,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1031,0," ",shellscript,content +508,2878503,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1032,0,"",shellscript,selection_keyboard +509,2879035,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",1031,0,"",shellscript,selection_command +510,2879986,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +511,2880771,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1021,0,"",shellscript,selection_mouse +512,2882059,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1022,0,"",shellscript,selection_command +513,2882547,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1022,0,"t",shellscript,content +514,2882548,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1023,0,"",shellscript,selection_keyboard +515,2882647,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1023,0,"i",shellscript,content +516,2882648,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1024,0,"",shellscript,selection_keyboard +517,2882707,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1024,0,"m",shellscript,content +518,2882708,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1025,0,"",shellscript,selection_keyboard +519,2882817,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1025,0,"e",shellscript,content +520,2882818,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1026,0,"",shellscript,selection_keyboard +521,2883824,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1026,0,"-",shellscript,content +522,2883825,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1027,0,"",shellscript,selection_keyboard +523,2883979,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1027,0,"s",shellscript,content +524,2883980,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1028,0,"",shellscript,selection_keyboard +525,2884182,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1028,0,"t",shellscript,content +526,2884183,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1029,0,"",shellscript,selection_keyboard +527,2884358,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1029,0,"e",shellscript,content +528,2884359,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1030,0,"",shellscript,selection_keyboard +529,2884437,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1030,0,"p",shellscript,content +530,2884438,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1031,0,"",shellscript,selection_keyboard +531,2885236,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1031,0," ",shellscript,content +532,2885237,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1032,0,"",shellscript,selection_keyboard +533,2885368,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1031,0,"",shellscript,selection_command +534,2886380,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",796,0,"",shellscript,selection_mouse +535,2886930,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1112,0,"",shellscript,selection_mouse +536,2886931,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1111,0,"",shellscript,selection_command +537,2888382,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",0,0,"",shellscript,tab +538,2888383,"scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",1113,0,"",shellscript,selection_mouse +539,2889937,"TERMINAL",0,0,"bash",,terminal_focus +540,2896520,"TERMINAL",0,0,"cd ..",,terminal_command +541,2899574,"TERMINAL",0,0,"sh jafar/scripts_horeka/sync_runner.sh jafar jafar_jobs/",,terminal_command +542,2899632,"TERMINAL",0,0,"]633;E;2025-06-26 11:17:32 sh jafar/scripts_horeka/sync_runner.sh jafar jafar_jobs/ ;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;Csending incremental file list\r\n./\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch\r\nscripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch\r\n",,terminal_output +543,2899654,"TERMINAL",0,0,"\r\nsent 7,229 bytes received 109 bytes 14,676.00 bytes/sec\r\ntotal size is 64,212,251 speedup is 8,750.65\r\n]0;tum_cte0515@hkn1991:~/Projects]633;D;0",,terminal_output +544,2995803,"TERMINAL",0,0,"bash",,terminal_focus +545,2995805,"TERMINAL",0,0,"bash",,terminal_focus +546,2995805,"TERMINAL",0,0,"bash",,terminal_focus +547,3011839,"TERMINAL",0,0,"bash",,terminal_focus +548,3012991,"TERMINAL",0,0,"queue",,terminal_command +549,3013077,"TERMINAL",0,0,"]633;E;2025-06-26 11:19:26 queue;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jun 26 11:19:26 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)",,terminal_output +550,3013994,"TERMINAL",0,0,"bash",,terminal_focus +551,3013995,"TERMINAL",0,0,"watch",,terminal_focus +552,3013995,"TERMINAL",0,0,"bash",,terminal_focus +553,3014114,"TERMINAL",0,0,"7\t",,terminal_output +554,3014511,"TERMINAL",0,0,"sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch",,terminal_command +555,3014570,"TERMINAL",0,0,"]633;E;2025-06-26 11:19:27 sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_1_nodes.sbatch;f40fafd0-8afe-4275-950b-d0e479a63f37]633;CSubmitted batch job 3294600\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +556,3015154,"TERMINAL",0,0,"83294600 accelerat train_to tum_cte0 PD\t0:00\t 1 (Priority)",,terminal_output +557,3016230,"TERMINAL",0,0,"9\t",,terminal_output +558,3016825,"TERMINAL",0,0,"sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch",,terminal_command +559,3016852,"TERMINAL",0,0,"]633;E;2025-06-26 11:19:29 sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_2_nodes.sbatch;f40fafd0-8afe-4275-950b-d0e479a63f37]633;CSubmitted batch job 3294601\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +560,3017276,"TERMINAL",0,0,"\r303294601 accelerat train_to tum_cte0 PD\t0:00\t 2 (Priority)",,terminal_output +561,3018306,"TERMINAL",0,0,"1\t",,terminal_output +562,3019360,"TERMINAL",0,0,"2\t",,terminal_output +563,3019390,"TERMINAL",0,0,"sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch",,terminal_command +564,3019430,"TERMINAL",0,0,"]633;E;2025-06-26 11:19:32 sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_4_nodes.sbatch;f40fafd0-8afe-4275-950b-d0e479a63f37]633;CSubmitted batch job 3294602\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +565,3020400,"TERMINAL",0,0,"\r33294602 accelerat train_to tum_cte0 PD\t0:00\t 4 (Priority)",,terminal_output +566,3021395,"TERMINAL",0,0,"4\t",,terminal_output +567,3022169,"TERMINAL",0,0,"sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch",,terminal_command +568,3022219,"TERMINAL",0,0,"]633;E;2025-06-26 11:19:35 sbatch scripts_horeka/batchsize_scaling/adjusted_lr/train_tokenizer_8_nodes.sbatch;f40fafd0-8afe-4275-950b-d0e479a63f37]633;CSubmitted batch job 3294603\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +569,3022544,"TERMINAL",0,0,"\r53294603 accelerat train_to tum_cte0 PD\t0:00\t 8 (Priority)",,terminal_output +570,3023290,"TERMINAL",0,0,"watch",,terminal_focus +571,3023474,"TERMINAL",0,0,"6\t",,terminal_output +572,3024586,"TERMINAL",0,0,"7\t",,terminal_output +573,3024944,"TERMINAL",0,0,"bash",,terminal_focus +574,3024944,"TERMINAL",0,0,"watch",,terminal_focus +575,3024944,"TERMINAL",0,0,"bash",,terminal_focus +576,3025559,"TERMINAL",0,0,"8\t",,terminal_output +577,3026634,"TERMINAL",0,0,"9\t",,terminal_output +578,3027656,"TERMINAL",0,0,"40\t",,terminal_output +579,3028790,"TERMINAL",0,0,"1\t",,terminal_output +580,3029743,"TERMINAL",0,0,"2\t",,terminal_output +581,3030763,"TERMINAL",0,0,"3\t",,terminal_output +582,3031805,"TERMINAL",0,0,"4\t",,terminal_output +583,3032849,"TERMINAL",0,0,"5\t",,terminal_output +584,3033888,"TERMINAL",0,0,"6\t",,terminal_output +585,3034929,"TERMINAL",0,0,"7\t",,terminal_output +586,3036052,"TERMINAL",0,0,"9\t",,terminal_output +587,3037005,"TERMINAL",0,0,"50\t",,terminal_output +588,3038045,"TERMINAL",0,0,"1\t",,terminal_output +589,3039083,"TERMINAL",0,0,"2\t",,terminal_output +590,3040146,"TERMINAL",0,0,"3\t",,terminal_output +591,3041274,"TERMINAL",0,0,"4\t",,terminal_output +592,3042297,"TERMINAL",0,0,"5\t",,terminal_output +593,3042592,"train_tokenizer.py",0,0,"",python,tab +594,3043246,"TERMINAL",0,0,"6\t",,terminal_output +595,3044203,"train_tokenizer.py",7472,0,"",python,selection_mouse +596,3044300,"TERMINAL",0,0,"7\t",,terminal_output +597,3044690,"train_tokenizer.py",7548,0,"",python,selection_mouse +598,3045371,"TERMINAL",0,0,"8\t",,terminal_output +599,3045551,"train_tokenizer.py",7521,0,"",python,selection_mouse +600,3045706,"train_tokenizer.py",7521,1," ",python,selection_mouse +601,3045725,"train_tokenizer.py",7521,29," jax.block_until_ready(loss)\n",python,selection_mouse +602,3045782,"train_tokenizer.py",7521,49," jax.block_until_ready(loss)\n elapsed_",python,selection_mouse +603,3045783,"train_tokenizer.py",7521,52," jax.block_until_ready(loss)\n elapsed_tim",python,selection_mouse +604,3045783,"train_tokenizer.py",7521,56," jax.block_until_ready(loss)\n elapsed_time = ",python,selection_mouse +605,3045784,"train_tokenizer.py",7521,59," jax.block_until_ready(loss)\n elapsed_time = (ti",python,selection_mouse +606,3045801,"train_tokenizer.py",7521,62," jax.block_until_ready(loss)\n elapsed_time = (time.",python,selection_mouse +607,3045855,"train_tokenizer.py",7521,66," jax.block_until_ready(loss)\n elapsed_time = (time.time",python,selection_mouse +608,3045855,"train_tokenizer.py",7521,68," jax.block_until_ready(loss)\n elapsed_time = (time.time()",python,selection_mouse +609,3045856,"train_tokenizer.py",7521,70," jax.block_until_ready(loss)\n elapsed_time = (time.time() -",python,selection_mouse +610,3045866,"train_tokenizer.py",7521,73," jax.block_until_ready(loss)\n elapsed_time = (time.time() - st",python,selection_mouse +611,3045885,"train_tokenizer.py",7521,74," jax.block_until_ready(loss)\n elapsed_time = (time.time() - sta",python,selection_mouse +612,3045948,"train_tokenizer.py",7521,75," jax.block_until_ready(loss)\n elapsed_time = (time.time() - star",python,selection_mouse +613,3045949,"train_tokenizer.py",7521,76," jax.block_until_ready(loss)\n elapsed_time = (time.time() - start",python,selection_mouse +614,3046394,"TERMINAL",0,0,"9\t",,terminal_output +615,3047521,"TERMINAL",0,0,"20:00\t",,terminal_output +616,3047600,"train_tokenizer.py",7549,0,"",python,selection_mouse +617,3047616,"train_tokenizer.py",7548,0,"",python,selection_command +618,3048381,"train_tokenizer.py",7549,0,"",python,selection_mouse +619,3048395,"train_tokenizer.py",7548,0,"",python,selection_command +620,3048464,"TERMINAL",0,0,"1\t",,terminal_output +621,3048569,"train_tokenizer.py",7545,3,"oss",python,selection_mouse +622,3048583,"train_tokenizer.py",7545,4,"oss)",python,selection_command +623,3048597,"train_tokenizer.py",7542,7,"y(loss)",python,selection_mouse +624,3048611,"train_tokenizer.py",7539,10,"eady(loss)",python,selection_mouse +625,3048624,"train_tokenizer.py",7536,13,"l_ready(loss)",python,selection_mouse +626,3048638,"train_tokenizer.py",7534,15,"til_ready(loss)",python,selection_mouse +627,3048699,"train_tokenizer.py",7532,17,"until_ready(loss)",python,selection_mouse +628,3048699,"train_tokenizer.py",7549,1,"\n",python,selection_mouse +629,3048701,"train_tokenizer.py",7529,20,"ck_until_ready(loss)",python,selection_mouse +630,3048724,"train_tokenizer.py",7549,1,"\n",python,selection_mouse +631,3048777,"train_tokenizer.py",7527,22,"lock_until_ready(loss)",python,selection_mouse +632,3048799,"train_tokenizer.py",7526,23,"block_until_ready(loss)",python,selection_mouse +633,3048821,"train_tokenizer.py",7549,1,"\n",python,selection_mouse +634,3048878,"train_tokenizer.py",7526,23,"block_until_ready(loss)",python,selection_mouse +635,3048879,"train_tokenizer.py",7549,1,"\n",python,selection_mouse +636,3048934,"train_tokenizer.py",7524,25,"x.block_until_ready(loss)",python,selection_mouse +637,3048935,"train_tokenizer.py",7549,1,"\n",python,selection_mouse +638,3048951,"train_tokenizer.py",7522,27,"jax.block_until_ready(loss)",python,selection_mouse +639,3049496,"TERMINAL",0,0,"2\t",,terminal_output +640,3049769,"train_tokenizer.py",7522,0,"",python,selection_mouse +641,3050572,"TERMINAL",0,0,"3\t",,terminal_output +642,3050778,"train_tokenizer.py",7522,1,"j",python,selection_mouse +643,3050790,"train_tokenizer.py",7522,2,"ja",python,selection_mouse +644,3050806,"train_tokenizer.py",7522,4,"jax.",python,selection_mouse +645,3050861,"train_tokenizer.py",7522,28,"jax.block_until_ready(loss)\n",python,selection_mouse +646,3050862,"train_tokenizer.py",7522,49,"jax.block_until_ready(loss)\n elapsed_t",python,selection_mouse +647,3050862,"train_tokenizer.py",7522,51,"jax.block_until_ready(loss)\n elapsed_tim",python,selection_mouse +648,3050873,"train_tokenizer.py",7522,53,"jax.block_until_ready(loss)\n elapsed_time ",python,selection_mouse +649,3050888,"train_tokenizer.py",7522,54,"jax.block_until_ready(loss)\n elapsed_time =",python,selection_mouse +650,3050949,"train_tokenizer.py",7522,55,"jax.block_until_ready(loss)\n elapsed_time = ",python,selection_mouse +651,3050950,"train_tokenizer.py",7522,56,"jax.block_until_ready(loss)\n elapsed_time = (",python,selection_mouse +652,3050950,"train_tokenizer.py",7522,57,"jax.block_until_ready(loss)\n elapsed_time = (t",python,selection_mouse +653,3050969,"train_tokenizer.py",7522,59,"jax.block_until_ready(loss)\n elapsed_time = (tim",python,selection_mouse +654,3051027,"train_tokenizer.py",7522,60,"jax.block_until_ready(loss)\n elapsed_time = (time",python,selection_mouse +655,3051028,"train_tokenizer.py",7522,61,"jax.block_until_ready(loss)\n elapsed_time = (time.",python,selection_mouse +656,3051028,"train_tokenizer.py",7522,62,"jax.block_until_ready(loss)\n elapsed_time = (time.t",python,selection_mouse +657,3051088,"train_tokenizer.py",7522,63,"jax.block_until_ready(loss)\n elapsed_time = (time.ti",python,selection_mouse +658,3051088,"train_tokenizer.py",7522,64,"jax.block_until_ready(loss)\n elapsed_time = (time.tim",python,selection_mouse +659,3051103,"train_tokenizer.py",7522,65,"jax.block_until_ready(loss)\n elapsed_time = (time.time",python,selection_mouse +660,3051164,"train_tokenizer.py",7522,66,"jax.block_until_ready(loss)\n elapsed_time = (time.time(",python,selection_mouse +661,3051165,"train_tokenizer.py",7522,26,"jax.block_until_ready(loss",python,selection_mouse +662,3051165,"train_tokenizer.py",7522,27,"jax.block_until_ready(loss)",python,selection_mouse +663,3051252,"train_tokenizer.py",7471,51,"rics = train_step(train_state, inputs)\n ",python,selection_mouse +664,3051576,"TERMINAL",0,0,"4\t",,terminal_output +665,3051929,"train_tokenizer.py",7549,0,"",python,selection_mouse +666,3051942,"train_tokenizer.py",7548,0,"",python,selection_command +667,3052571,"train_tokenizer.py",7549,0,"",python,selection_mouse +668,3052573,"train_tokenizer.py",7548,0,"",python,selection_command +669,3052654,"TERMINAL",0,0,"5\t",,terminal_output +670,3052753,"train_tokenizer.py",7548,1,")",python,selection_mouse +671,3052760,"train_tokenizer.py",7549,0,"",python,selection_command +672,3052775,"train_tokenizer.py",7548,1,")",python,selection_mouse +673,3052788,"train_tokenizer.py",7545,4,"oss)",python,selection_mouse +674,3052847,"train_tokenizer.py",7544,5,"loss)",python,selection_mouse +675,3052847,"train_tokenizer.py",7541,8,"dy(loss)",python,selection_mouse +676,3052854,"train_tokenizer.py",7539,10,"eady(loss)",python,selection_mouse +677,3052914,"train_tokenizer.py",7538,11,"ready(loss)",python,selection_mouse +678,3052914,"train_tokenizer.py",7537,12,"_ready(loss)",python,selection_mouse +679,3052974,"train_tokenizer.py",7536,13,"l_ready(loss)",python,selection_mouse +680,3052975,"train_tokenizer.py",7535,14,"il_ready(loss)",python,selection_mouse +681,3052989,"train_tokenizer.py",7533,16,"ntil_ready(loss)",python,selection_mouse +682,3053043,"train_tokenizer.py",7532,17,"until_ready(loss)",python,selection_mouse +683,3053044,"train_tokenizer.py",7531,18,"_until_ready(loss)",python,selection_mouse +684,3053087,"train_tokenizer.py",7530,19,"k_until_ready(loss)",python,selection_mouse +685,3053088,"train_tokenizer.py",7529,20,"ck_until_ready(loss)",python,selection_mouse +686,3053144,"train_tokenizer.py",7528,21,"ock_until_ready(loss)",python,selection_mouse +687,3053144,"train_tokenizer.py",7527,22,"lock_until_ready(loss)",python,selection_mouse +688,3053202,"train_tokenizer.py",7526,23,"block_until_ready(loss)",python,selection_mouse +689,3053260,"train_tokenizer.py",7525,24,".block_until_ready(loss)",python,selection_mouse +690,3053284,"train_tokenizer.py",7524,25,"x.block_until_ready(loss)",python,selection_mouse +691,3053347,"train_tokenizer.py",7523,26,"ax.block_until_ready(loss)",python,selection_mouse +692,3053665,"TERMINAL",0,0,"6\t",,terminal_output +693,3053780,"train_tokenizer.py",7522,27,"jax.block_until_ready(loss)",python,selection_mouse +694,3054359,"train_tokenizer.py",7522,0,"",python,selection_mouse +695,3054794,"TERMINAL",0,0,"7\t",,terminal_output +696,3055749,"TERMINAL",0,0,"8\t",,terminal_output +697,3056841,"TERMINAL",0,0,"9\t",,terminal_output +698,3057815,"TERMINAL",0,0,"10\t",,terminal_output +699,3058857,"TERMINAL",0,0,"1\t",,terminal_output +700,3059891,"TERMINAL",0,0,"2\t",,terminal_output +701,3060939,"TERMINAL",0,0,"3\t",,terminal_output +702,3061988,"TERMINAL",0,0,"5\t",,terminal_output +703,3063087,"TERMINAL",0,0,"6\t",,terminal_output +704,3064059,"TERMINAL",0,0,"7\t",,terminal_output +705,3065097,"TERMINAL",0,0,"8\t",,terminal_output +706,3066135,"TERMINAL",0,0,"9\t",,terminal_output +707,3067198,"TERMINAL",0,0,"20\t",,terminal_output +708,3068310,"TERMINAL",0,0,"1\t",,terminal_output +709,3069333,"TERMINAL",0,0,"2\t",,terminal_output +710,3070296,"TERMINAL",0,0,"3\t",,terminal_output +711,3071422,"TERMINAL",0,0,"4\t",,terminal_output +712,3072378,"TERMINAL",0,0,"5\t",,terminal_output +713,3073415,"TERMINAL",0,0,"6\t",,terminal_output +714,3074556,"TERMINAL",0,0,"7\t",,terminal_output +715,3075493,"TERMINAL",0,0,"8\t",,terminal_output +716,3076534,"TERMINAL",0,0,"9\t",,terminal_output +717,3077628,"TERMINAL",0,0,"30\t",,terminal_output +718,3078651,"TERMINAL",0,0,"1\t",,terminal_output +719,3079675,"TERMINAL",0,0,"2\t",,terminal_output +720,3080803,"TERMINAL",0,0,"3\t",,terminal_output +721,3081755,"TERMINAL",0,0,"4\t",,terminal_output +722,3082849,"TERMINAL",0,0,"5\t",,terminal_output +723,3083827,"TERMINAL",0,0,"6\t",,terminal_output +724,3084863,"TERMINAL",0,0,"7\t",,terminal_output +725,3085932,"TERMINAL",0,0,"8\t",,terminal_output +726,3086950,"TERMINAL",0,0,"40\t",,terminal_output +727,3087985,"TERMINAL",0,0,"1\t",,terminal_output +728,3089038,"TERMINAL",0,0,"2\t",,terminal_output +729,3090120,"TERMINAL",0,0,"3\t",,terminal_output +730,3091147,"TERMINAL",0,0,"4\t",,terminal_output +731,3092169,"TERMINAL",0,0,"5\t",,terminal_output +732,3093304,"TERMINAL",0,0,"6\t",,terminal_output +733,3094327,"TERMINAL",0,0,"7\t",,terminal_output +734,3095297,"TERMINAL",0,0,"8\t",,terminal_output +735,3096367,"TERMINAL",0,0,"9\t",,terminal_output +736,3097378,"TERMINAL",0,0,"50\t",,terminal_output +737,3098518,"TERMINAL",0,0,"1\t",,terminal_output +738,3099542,"TERMINAL",0,0,"2\t",,terminal_output +739,3100499,"TERMINAL",0,0,"3\t",,terminal_output +740,3101602,"TERMINAL",0,0,"4\t",,terminal_output +741,3102739,"TERMINAL",0,0,"5\t",,terminal_output +742,3103766,"TERMINAL",0,0,"6\t",,terminal_output +743,3104779,"TERMINAL",0,0,"7\t",,terminal_output +744,3105789,"TERMINAL",0,0,"8\t",,terminal_output +745,3106811,"TERMINAL",0,0,"9\t",,terminal_output +746,3107818,"TERMINAL",0,0,"1:00\t",,terminal_output +747,3109330,"TERMINAL",0,0,"1\t",,terminal_output +748,3110395,"TERMINAL",0,0,"3\t",,terminal_output +749,3111410,"TERMINAL",0,0,"4\t",,terminal_output +750,3112450,"TERMINAL",0,0,"5\t",,terminal_output +751,3113572,"TERMINAL",0,0,"6\t",,terminal_output +752,3114596,"TERMINAL",0,0,"7\t",,terminal_output +753,3115571,"TERMINAL",0,0,"8\t",,terminal_output +754,3116645,"TERMINAL",0,0,"9\t",,terminal_output +755,3117665,"TERMINAL",0,0,"10\t",,terminal_output +756,3118692,"TERMINAL",0,0,"1\t",,terminal_output +757,3119817,"TERMINAL",0,0,"2\t",,terminal_output +758,3120786,"TERMINAL",0,0,"3\t",,terminal_output +759,3121868,"TERMINAL",0,0,"4\t",,terminal_output +760,3122849,"TERMINAL",0,0,"5\t",,terminal_output +761,3123888,"TERMINAL",0,0,"6\t",,terminal_output +762,3124927,"TERMINAL",0,0,"7\t",,terminal_output +763,3125975,"TERMINAL",0,0,"9\t",,terminal_output +764,3127020,"TERMINAL",0,0,"20\t",,terminal_output +765,3128074,"TERMINAL",0,0,"1\t",,terminal_output +766,3129101,"TERMINAL",0,0,"2\t",,terminal_output +767,3130144,"TERMINAL",0,0,"3\t",,terminal_output +768,3131181,"TERMINAL",0,0,"4\t",,terminal_output +769,3132220,"TERMINAL",0,0,"5\t",,terminal_output +770,3133258,"TERMINAL",0,0,"6\t",,terminal_output +771,3134305,"TERMINAL",0,0,"7\t",,terminal_output +772,3135344,"TERMINAL",0,0,"8\t",,terminal_output +773,3136390,"TERMINAL",0,0,"9\t",,terminal_output +774,3137429,"TERMINAL",0,0,"30\t",,terminal_output +775,3138470,"TERMINAL",0,0,"1\t",,terminal_output +776,3139513,"TERMINAL",0,0,"2\t",,terminal_output +777,3140572,"TERMINAL",0,0,"3\t",,terminal_output +778,3141626,"TERMINAL",0,0,"4\t",,terminal_output +779,3142650,"TERMINAL",0,0,"5\t",,terminal_output +780,3143687,"TERMINAL",0,0,"6\t",,terminal_output +781,3144788,"TERMINAL",0,0,"7\t",,terminal_output +782,3145791,"TERMINAL",0,0,"8\t",,terminal_output +783,3146808,"TERMINAL",0,0,"9\t",,terminal_output +784,3147847,"TERMINAL",0,0,"40\t",,terminal_output +785,3148896,"TERMINAL",0,0,"1\t",,terminal_output +786,3149931,"TERMINAL",0,0,"2\t",,terminal_output +787,3150967,"TERMINAL",0,0,"4\t",,terminal_output +788,3152008,"TERMINAL",0,0,"5\t",,terminal_output +789,3153048,"TERMINAL",0,0,"6\t",,terminal_output +790,3154088,"TERMINAL",0,0,"7\t",,terminal_output +791,3155129,"TERMINAL",0,0,"8\t",,terminal_output +792,3156272,"TERMINAL",0,0,"9\t",,terminal_output +793,3157212,"TERMINAL",0,0,"50\t",,terminal_output +794,3158283,"TERMINAL",0,0,"1\t",,terminal_output +795,3159349,"TERMINAL",0,0,"2\t",,terminal_output +796,3160471,"TERMINAL",0,0,"3\t",,terminal_output +797,3161496,"TERMINAL",0,0,"4\t",,terminal_output +798,3162520,"TERMINAL",0,0,"5\t",,terminal_output +799,3163544,"TERMINAL",0,0,"6\t",,terminal_output +800,3164569,"TERMINAL",0,0,"7\t",,terminal_output +801,3165590,"TERMINAL",0,0,"8\t",,terminal_output +802,3166720,"TERMINAL",0,0,"9\t",,terminal_output +803,3167650,"TERMINAL",0,0,"2:00\t",,terminal_output +804,3168768,"TERMINAL",0,0,"1\t",,terminal_output +805,3169746,"TERMINAL",0,0,"2\t",,terminal_output +806,3170818,"TERMINAL",0,0,"3\t",,terminal_output +807,3171812,"TERMINAL",0,0,"4\t",,terminal_output +808,3172862,"TERMINAL",0,0,"5\t",,terminal_output +809,3173898,"TERMINAL",0,0,"6\t",,terminal_output +810,3174949,"TERMINAL",0,0,"8\t",,terminal_output +811,3175992,"TERMINAL",0,0,"9\t",,terminal_output +812,3177060,"TERMINAL",0,0,"10\t",,terminal_output +813,3178188,"TERMINAL",0,0,"1\t",,terminal_output +814,3179134,"TERMINAL",0,0,"2\t",,terminal_output +815,3180179,"TERMINAL",0,0,"3\t",,terminal_output +816,3181255,"TERMINAL",0,0,"4\t",,terminal_output +817,3182271,"TERMINAL",0,0,"5\t",,terminal_output +818,3183311,"TERMINAL",0,0,"6\t",,terminal_output +819,3184358,"TERMINAL",0,0,"7\t",,terminal_output +820,3185459,"TERMINAL",0,0,"8\t",,terminal_output +821,3186484,"TERMINAL",0,0,"9\t",,terminal_output +822,3187485,"TERMINAL",0,0,"20\t",,terminal_output +823,3188529,"TERMINAL",0,0,"1\t",,terminal_output +824,3189572,"TERMINAL",0,0,"2\t",,terminal_output +825,3190678,"TERMINAL",0,0,"3\t",,terminal_output +826,3191704,"TERMINAL",0,0,"4\t",,terminal_output +827,3192728,"TERMINAL",0,0,"5\t",,terminal_output +828,3193892,"TERMINAL",0,0,"6\t",,terminal_output +829,3194940,"TERMINAL",0,0,"7\t",,terminal_output +830,3195985,"TERMINAL",0,0,"9\t",,terminal_output +831,3197130,"TERMINAL",0,0,"30\t",,terminal_output +832,3198154,"TERMINAL",0,0,"1\t",,terminal_output +833,3199113,"TERMINAL",0,0,"2\t",,terminal_output +834,3200202,"TERMINAL",0,0,"3\t",,terminal_output +835,3201226,"TERMINAL",0,0,"4\t",,terminal_output +836,3202242,"TERMINAL",0,0,"5\t",,terminal_output +837,3203377,"TERMINAL",0,0,"6\t",,terminal_output +838,3204504,"TERMINAL",0,0,"7\t",,terminal_output +839,3205423,"TERMINAL",0,0,"8\t",,terminal_output +840,3206448,"TERMINAL",0,0,"9\t",,terminal_output +841,3207461,"TERMINAL",0,0,"40\t",,terminal_output +842,3208505,"TERMINAL",0,0,"1\t",,terminal_output +843,3209550,"TERMINAL",0,0,"2\t",,terminal_output +844,3210648,"TERMINAL",0,0,"3\t",,terminal_output +845,3211674,"TERMINAL",0,0,"4\t",,terminal_output +846,3212696,"TERMINAL",0,0,"5\t",,terminal_output +847,3213828,"TERMINAL",0,0,"6\t",,terminal_output +848,3214846,"TERMINAL",0,0,"7\t",,terminal_output +849,3215872,"TERMINAL",0,0,"8\t",,terminal_output +850,3216855,"TERMINAL",0,0,"9\t",,terminal_output +851,3217919,"TERMINAL",0,0,"50\t",,terminal_output +852,3218947,"TERMINAL",0,0,"2\t",,terminal_output +853,3220066,"TERMINAL",0,0,"3\t",,terminal_output +854,3221091,"TERMINAL",0,0,"4\t",,terminal_output +855,3222096,"TERMINAL",0,0,"5\t",,terminal_output +856,3223240,"TERMINAL",0,0,"6\t",,terminal_output +857,3224203,"TERMINAL",0,0,"7\t",,terminal_output +858,3225295,"TERMINAL",0,0,"8\t",,terminal_output +859,3226292,"TERMINAL",0,0,"9\t",,terminal_output +860,3227338,"TERMINAL",0,0,"3:00\t",,terminal_output +861,3228392,"train_tokenizer.py",8235,0,"",python,selection_mouse +862,3228393,"train_tokenizer.py",8234,0,"",python,selection_command +863,3228464,"TERMINAL",0,0,"1\t",,terminal_output +864,3229488,"TERMINAL",0,0,"2\t",,terminal_output +865,3230073,"TERMINAL",0,0,"watch",,terminal_focus +866,3230510,"TERMINAL",0,0,"3\t",,terminal_output +867,3231538,"TERMINAL",0,0,"4\t",,terminal_output +868,3232664,"TERMINAL",0,0,"5\t",,terminal_output +869,3233690,"TERMINAL",0,0,"6\t",,terminal_output +870,3234716,"TERMINAL",0,0,"7\t",,terminal_output +871,3235699,"TERMINAL",0,0,"8\t",,terminal_output +872,3236748,"TERMINAL",0,0,"9\t",,terminal_output +873,3237845,"TERMINAL",0,0,"10\t",,terminal_output +874,3238842,"TERMINAL",0,0,"1\t",,terminal_output +875,3239934,"TERMINAL",0,0,"2\t",,terminal_output +876,3240937,"TERMINAL",0,0,"3\t",,terminal_output +877,3241975,"TERMINAL",0,0,"5\t",,terminal_output +878,3243023,"TERMINAL",0,0,"6\t",,terminal_output +879,3244077,"TERMINAL",0,0,"7\t",,terminal_output +880,3245156,"TERMINAL",0,0,"8\t",,terminal_output +881,3246167,"TERMINAL",0,0,"9\t",,terminal_output +882,3247305,"TERMINAL",0,0,"20\t",,terminal_output +883,3248261,"TERMINAL",0,0,"1\t",,terminal_output +884,3249309,"TERMINAL",0,0,"2\t",,terminal_output +885,3250377,"TERMINAL",0,0,"3\t",,terminal_output +886,3251410,"TERMINAL",0,0,"4\t",,terminal_output +887,3252454,"TERMINAL",0,0,"5\t",,terminal_output +888,3253552,"TERMINAL",0,0,"6\t",,terminal_output +889,3254551,"TERMINAL",0,0,"7\t",,terminal_output +890,3255703,"TERMINAL",0,0,"8\t",,terminal_output +891,3256680,"TERMINAL",0,0,"9\t",,terminal_output +892,3257688,"TERMINAL",0,0,"30\t",,terminal_output +893,3258777,"TERMINAL",0,0,"1\t",,terminal_output +894,3259778,"TERMINAL",0,0,"2\t",,terminal_output +895,3260858,"TERMINAL",0,0,"3\t",,terminal_output +896,3261876,"TERMINAL",0,0,"4\t",,terminal_output +897,3262920,"TERMINAL",0,0,"5\t",,terminal_output +898,3263970,"TERMINAL",0,0,"7\t",,terminal_output +899,3265022,"TERMINAL",0,0,"8\t",,terminal_output +900,3266057,"TERMINAL",0,0,"9\t",,terminal_output +901,3267104,"TERMINAL",0,0,"40\t",,terminal_output +902,3268151,"TERMINAL",0,0,"1\t",,terminal_output +903,3269199,"TERMINAL",0,0,"2\t",,terminal_output +904,3270244,"TERMINAL",0,0,"3\t",,terminal_output +905,3271373,"TERMINAL",0,0,"4\t",,terminal_output +906,3272397,"TERMINAL",0,0,"5\t",,terminal_output +907,3273392,"TERMINAL",0,0,"6\t",,terminal_output +908,3274438,"TERMINAL",0,0,"7\t",,terminal_output +909,3275570,"TERMINAL",0,0,"8\t",,terminal_output +910,3276594,"TERMINAL",0,0,"9\t",,terminal_output +911,3277581,"TERMINAL",0,0,"50\t",,terminal_output +912,3278642,"TERMINAL",0,0,"1\t",,terminal_output +913,3279768,"TERMINAL",0,0,"2\t",,terminal_output +914,3280792,"TERMINAL",0,0,"3\t",,terminal_output +915,3281816,"TERMINAL",0,0,"4\t",,terminal_output +916,3282821,"TERMINAL",0,0,"5\t",,terminal_output +917,3283878,"TERMINAL",0,0,"6\t",,terminal_output +918,3284916,"TERMINAL",0,0,"7\t",,terminal_output +919,3286015,"TERMINAL",0,0,"9\t",,terminal_output +920,3287036,"TERMINAL",0,0,"4:00\t",,terminal_output +921,3288165,"TERMINAL",0,0,"1\t",,terminal_output +922,3289132,"TERMINAL",0,0,"2\t",,terminal_output +923,3290178,"TERMINAL",0,0,"3\t",,terminal_output +924,3291269,"TERMINAL",0,0,"4\t",,terminal_output +925,3292363,"TERMINAL",0,0,"5\t",,terminal_output +926,3293331,"TERMINAL",0,0,"6\t",,terminal_output +927,3293673,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects]633;D;0",,terminal_output +928,3294388,"TERMINAL",0,0,"idle",,terminal_command +929,3294441,"TERMINAL",0,0,"]633;E;2025-06-26 11:24:07 idle;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 90 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 4 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 7 nodes idle\r\n]0;tum_cte0515@hkn1991:~/Projects]633;D;0",,terminal_output +930,3421781,"TERMINAL",0,0,"queue",,terminal_command +931,3421865,"TERMINAL",0,0,"]633;E;2025-06-26 11:26:14 queue;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jun 26 11:26:14 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3294603 accelerat train_to tum_cte0 PD\t0:00\t 8 (Priority)3294602 accelerat train_to tum_cte0 PD\t0:00\t 4 (Priority)3294601 accelerat train_to tum_cte0 PD\t0:00\t 2 (Priority)3294600 accelerat train_to tum_cte0 PD\t0:00\t 1 (Priority)",,terminal_output +932,3422780,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects]633;D;0",,terminal_output +933,3425561,"TERMINAL",0,0,"salloc --time=01:00:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5 --mem=50G ",,terminal_command +934,3425618,"TERMINAL",0,0,"]633;E;2025-06-26 11:26:18 salloc --time=01:00:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5 --mem=50G ;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;Csalloc: Pending job allocation 3294645\r\nsalloc: job 3294645 queued and waiting for resources\r\n",,terminal_output +935,3429293,"TERMINAL",0,0,"^Csalloc: Job allocation 3294645 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_cte0515@hkn1991:~/Projects]633;D;1]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects",,terminal_output +936,3471581,"TERMINAL",0,0,"salloc --time=01:00:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5 --mem=50G --mail-user=mihir@pdoom.org --mail-type=ALL",,terminal_command +937,3471638,"TERMINAL",0,0,"]633;E;2025-06-26 11:27:04 salloc --time=01:00:00 --partition=accelerated --nodes=1 --ntasks-per-node=1 --gres=gpu:1 --cpus-per-task=5 --mem=50G --mail-user=mihir@pdoom.org --mail-type=ALL;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;Csalloc: Pending job allocation 3294663\r\nsalloc: job 3294663 queued and waiting for resources\r\n",,terminal_output +938,3542901,"TERMINAL",0,0,"bash",,terminal_focus +939,3542902,"TERMINAL",0,0,"salloc",,terminal_focus +940,3542902,"TERMINAL",0,0,"bash",,terminal_focus +941,3544233,"TERMINAL",0,0,"idle",,terminal_command +942,3544268,"TERMINAL",0,0,"]633;E;2025-06-26 11:28:17 idle;f40fafd0-8afe-4275-950b-d0e479a63f37]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 10 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 4 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 7 nodes idle\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +943,3550469,"TERMINAL",0,0,"queue",,terminal_command +944,3550537,"TERMINAL",0,0,"]633;E;2025-06-26 11:28:23 queue;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jun 26 11:28:23 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3294603 accelerat train_to tum_cte0 PD\t0:00\t 8 (Priority)3294602 accelerat train_to tum_cte0 PD\t0:00\t 4 (Priority)3294601 accelerat train_to tum_cte0 PD\t0:00\t 2 (Priority)3294600 accelerat train_to tum_cte0 PD\t0:00\t 1 (Priority)3294663 accelerat interact tum_cte0 PD\t0:00\t 1 (Priority)",,terminal_output +945,3551571,"TERMINAL",0,0,"4\t",,terminal_output +946,3552393,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +947,3553666,"TERMINAL",0,0,"idle",,terminal_command +948,3553711,"TERMINAL",0,0,"]633;E;2025-06-26 11:28:26 idle;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C",,terminal_output +949,3554202,"TERMINAL",0,0,"Partition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 11 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 4 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 7 nodes idle\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +950,3563776,"TERMINAL",0,0,"watch -n1 ""idle""",,terminal_command +951,3563827,"TERMINAL",0,0,"]633;E;2025-06-26 11:28:36 watch -n1 ""idle"";f40fafd0-8afe-4275-950b-d0e479a63f37]633;C[?1049h(B[?7hEvery 1.0s: idlehkn1991.localdomain: Thu Jun 26 11:28:36 2025sh: line 1: idle: command not found",,terminal_output +952,3564853,"TERMINAL",0,0,"7\t",,terminal_output +953,3565610,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +954,3567887,"TERMINAL",0,0,"idle",,terminal_command +955,3567917,"TERMINAL",0,0,"]633;E;2025-06-26 11:28:40 idle;f40fafd0-8afe-4275-950b-d0e479a63f37]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 2 nodes idle\r\nPartition dev_accelerated : 1 nodes idle\r\nPartition accelerated : 4 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 7 nodes idle\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +956,3573842,"TERMINAL",0,0,"alias",,terminal_command +957,3582639,"TERMINAL",0,0,"salloc",,terminal_focus +958,3582639,"TERMINAL",0,0,"bash",,terminal_focus +959,3591946,"TERMINAL",0,0,"watch -n1 ""sinfo_t_idle""",,terminal_command +960,3592027,"TERMINAL",0,0,"]633;E;2025-06-26 11:29:05 watch -n1 ""sinfo_t_idle"";f40fafd0-8afe-4275-950b-d0e479a63f37]633;C[?1049h(B[?7hEvery 1.0s: sinfo_t_idlehkn1991.localdomain: Thu Jun 26 11:29:05 2025Partition dev_cpuonly: 10 nodes idle\rPartition cpuonly:\t 2 nodes idle\rPartition dev_accelerated:\t 1 nodes idle\rPartition accelerated:\t 4 nodes idle\rPartition dev_accelerated-h100 :\t 1 nodes idle\rPartition accelerated-h100:\t 0 nodes idle\rPartition large:\t 7 nodes idle",,terminal_output +961,3593116,"TERMINAL",0,0,"6\t",,terminal_output +962,3594095,"TERMINAL",0,0,"7\t",,terminal_output +963,3595137,"TERMINAL",0,0,"8\t",,terminal_output +964,3596177,"TERMINAL",0,0,"9\t",,terminal_output +965,3597219,"TERMINAL",0,0,"10\t",,terminal_output +966,3598258,"TERMINAL",0,0,"1\t",,terminal_output +967,3599299,"TERMINAL",0,0,"2\t",,terminal_output +968,3600371,"TERMINAL",0,0,"3\t",,terminal_output +969,3600634,"TERMINAL",0,0,"salloc",,terminal_focus +970,3601403,"TERMINAL",0,0,"4\t",,terminal_output +971,3602074,"TERMINAL",0,0,"watch",,terminal_focus +972,3602075,"TERMINAL",0,0,"salloc",,terminal_focus +973,3602075,"TERMINAL",0,0,"watch",,terminal_focus +974,3602424,"TERMINAL",0,0,"5\t",,terminal_output +975,3603561,"TERMINAL",0,0,"6\t",,terminal_output +976,3603947,"TERMINAL",0,0,"salloc",,terminal_focus +977,3603947,"TERMINAL",0,0,"watch",,terminal_focus +978,3604507,"TERMINAL",0,0,"7\t",,terminal_output +979,3605612,"TERMINAL",0,0,"8\t",,terminal_output +980,3605944,"TERMINAL",0,0,"salloc",,terminal_focus +981,3605944,"TERMINAL",0,0,"watch",,terminal_focus +982,3606609,"TERMINAL",0,0,"9\t",,terminal_output +983,3607629,"TERMINAL",0,0,"20\t",,terminal_output +984,3608784,"TERMINAL",0,0,"1\t",,terminal_output +985,3609599,"TERMINAL",0,0,"salloc",,terminal_focus +986,3609599,"TERMINAL",0,0,"watch",,terminal_focus +987,3609719,"TERMINAL",0,0,"2\t",,terminal_output +988,3610107,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;0",,terminal_output +989,3611295,"TERMINAL",0,0,"salloc",,terminal_focus +990,3612053,"TERMINAL",0,0,"^Csalloc: Job allocation 3294663 has been revoked.\r\nsalloc: Job aborted due to signal\r\n]0;tum_cte0515@hkn1991:~/Projects]633;D;1",,terminal_output +991,3625205,"TERMINAL",0,0,"python sample.py --checkpoint=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/",,terminal_command +992,3625242,"TERMINAL",0,0,"]633;E;2025-06-26 11:29:38 python sample.py --checkpoint=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +993,3625596,"TERMINAL",0,0,"python: can't open file '/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/sample.py': [Errno 2] No such file or directory\r\n]0;tum_cte0515@hkn1991:~/Projects]633;D;2]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects",,terminal_output +994,3635867,"TERMINAL",0,0,"cd jafar",,terminal_command +995,3636514,"TERMINAL",0,0,"python sample.py --checkpoint=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/",,terminal_command +996,3636565,"TERMINAL",0,0,"]633;E;2025-06-26 11:29:49 python sample.py --checkpoint=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +997,3639015,"TERMINAL",0,0,"^CTraceback (most recent call last):\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/sample.py"", line 4, in \r\n import dm_pix as pix\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/__init__.py"", line 16, in \r\n from dm_pix._src import augment\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/dm_pix/_src/augment.py"", line 25, in \r\n import chex\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/chex/__init__.py"", line 17, in \r\n from chex._src.asserts import assert_axis_dimension\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/chex/_src/asserts.py"", line 26, in \r\n from chex._src import asserts_internal as _ai\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/chex/_src/asserts_internal.py"", line 34, in \r\n from absl import logging\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/absl/logging/__init__.py"", line 98, in \r\n from absl import flags\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/absl/flags/__init__.py"", line 31, in \r\n from absl.flags import _defines\r\n File ""/hkfs/home/project/hk-project-p0023960/tum_cte0515/Projects/jafar/.venv/lib/python3.10/site-packages/absl/flags/_defines.py"", line 28, in \r\n from absl.flags import _flagvalues\r\n File """", line 1027, in _find_and_load\r\n File """", line 1002, in _find_and_load_unlocked\r\n File """", line 945, in _find_spec\r\n File """", line 1439, in find_spec\r\n File """", line 1411, in _get_spec\r\n File """", line 1577, in find_spec\r\n File """", line 161, in _path_isfile\r\n File """", line 153, in _path_is_mode_type\r\n File """", line 147, in _path_stat\r\nKeyboardInterrupt\r\n",,terminal_output +998,3647164,"TERMINAL",0,0,"ls hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/",,terminal_command +999,3653832,"TERMINAL",0,0,"ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/",,terminal_command +1000,3653877,"TERMINAL",0,0,"]633;E;2025-06-26 11:30:06 ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +1001,3653960,"TERMINAL",0,0,"array_metadatas _CHECKPOINT_METADATA d manifest.ocdbt _METADATA ocdbt.process_0 _sharding\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1002,3788169,"TERMINAL",0,0,"ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_73000/",,terminal_command +1003,3788214,"TERMINAL",0,0,"]633;E;2025-06-26 11:32:21 ls /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_73000/;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +1004,3788308,"TERMINAL",0,0,"array_metadatas _CHECKPOINT_METADATA d manifest.ocdbt _METADATA ocdbt.process_0 _sharding\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1005,3803625,"TERMINAL",0,0,"python sample.py checkpoint=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_73000/",,terminal_command +1006,3803675,"TERMINAL",0,0,"]633;E;2025-06-26 11:32:36 python sample.py checkpoint=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_73000/;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +1007,3823034,"TERMINAL",0,0,"2025-06-26 11:32:56.137710: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\n",,terminal_output +1008,3823425,"TERMINAL",0,0,"WARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1750930376.453261 1793674 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1750930376.503947 1793674 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\n",,terminal_output +1009,3823962,"TERMINAL",0,0,"W0000 00:00:1750930376.949450 1793674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1750930376.949528 1793674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1750930376.949534 1793674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1750930376.949541 1793674 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1010,3865016,"TERMINAL",0,0,"2025-06-26 11:33:38.122428: E external/local_xla/xla/stream_executor/cuda/cuda_platform.cc:51] failed call to cuInit: INTERNAL: CUDA error: Failed call to cuInit: UNKNOWN ERROR (303)\r\n",,terminal_output +1011,3865131,"TERMINAL",0,0,"╭─ Parsing error ───────────────────────────────────────────────────────────────────────────────────────────────────────────────╮\r\n│ Unrecognized arguments: │\r\n│ checkpoint=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_73000/ │\r\n│ ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │\r\n│ For full helptext, run sample.py --help │\r\n╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\r\n",,terminal_output +1012,3867204,"TERMINAL",0,0,"]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;2]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects/jafar",,terminal_output +1013,3947814,"TERMINAL",0,0,"du -h /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/",,terminal_command +1014,3947850,"TERMINAL",0,0,"]633;E;2025-06-26 11:35:00 du -h /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C514K\t/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/array_metadatas\r\n18K\t/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/d\r\n513M\t/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/ocdbt.process_0/d\r\n513M\t/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/ocdbt.process_0\r\n516M\t/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1015,3960754,"TERMINAL",0,0,"bash",,terminal_focus +1016,3960755,"TERMINAL",0,0,"bash",,terminal_focus +1017,3960755,"TERMINAL",0,0,"bash",,terminal_focus +1018,3981917,"TERMINAL",0,0,"bash",,terminal_focus +1019,3981917,"TERMINAL",0,0,"bash",,terminal_focus +1020,3984015,"TERMINAL",0,0,"ssh mahajanm@atcremers55.in.tum.de -p 58022",,terminal_command +1021,3984066,"TERMINAL",0,0,"]633;E;2025-06-26 11:35:37 ssh mahajanm@atcremers55.in.tum.de -p 58022;f40fafd0-8afe-4275-950b-d0e479a63f37]633;C",,terminal_output +1022,3984989,"TERMINAL",0,0,"\r(mahajanm@atcremers55.in.tum.de) Password: ",,terminal_output +1023,3985547,"TERMINAL",0,0,"bash",,terminal_focus +1024,3985548,"TERMINAL",0,0,"ssh",,terminal_focus +1025,3988373,"TERMINAL",0,0,"\r\n",,terminal_output +1026,3999209,"TERMINAL",0,0,"Welcome to Ubuntu 24.04.2 LTS (GNU/Linux 6.11.0-26-generic x86_64)\r\n\r\n * Documentation: https://help.ubuntu.com\r\n * Management: https://landscape.canonical.com\r\n * Support: https://ubuntu.com/pro\r\n\r\n System information as of Thu Jun 26 10:25:52 AM CEST 2025\r\n\r\n System load: 0.28 Processes: 355\r\n Usage of /: 57.3% of 48.91GB Users logged in: 4\r\n Memory usage: 94% IPv4 address for eno1: 131.159.18.96\r\n Swap usage: 11% IPv6 address for eno1: 2a09:80c0:18::96\r\n Temperature: 36.0 C\r\n\r\n22 updates can be applied immediately.\r\nTo see these additional updates run: apt list --upgradable\r\n\r\n\r\n3 updates could not be installed automatically. For more details,\r\nsee /var/log/unattended-upgrades/unattended-upgrades.log\r\n*** System restart required ***\r\nInstalled by FAI on 03/24/25\r\nLast login: Thu Jun 12 10:45:59 2025 from 2a00:1398:4:180c::8d34:2b14\r\r\n",,terminal_output +1027,3999485,"TERMINAL",0,0,"]0;mahajanm@atcremers55: /usr/stud/mahajanm[?2004h]0;mahajanm@atcremers55: ~mahajanm@atcremers55:~$ ",,terminal_output +1028,4012787,"TERMINAL",0,0,"c",,terminal_output +1029,4012883,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +1030,4012947,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1031,4016440,"TERMINAL",0,0,"[?25lO[?25h",,terminal_output +1032,4017445,"TERMINAL",0,0,"[?25lP[?25h",,terminal_output +1033,4017699,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +1034,4017805,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +1035,4017954,"TERMINAL",0,0,"jects/",,terminal_output +1036,4020148,"TERMINAL",0,0,"[?25lj[?25h",,terminal_output +1037,4020747,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1038,4020965,"TERMINAL",0,0,"far/",,terminal_output +1039,4021569,"TERMINAL",0,0,"",,terminal_output +1040,4021786,"TERMINAL",0,0,"\r\ndata/ dynamics_ckpt/ lam_ckpt/ models/ __pycache__/ tokenizer_ckpt/ .venv/ \r\ndata_tfrecords/ .git/ logs/ overfit_dir/ scripts/ utils/ wandb/ \r\n]0;mahajanm@atcremers55: ~mahajanm@atcremers55:~$ cd Projects/jafar/",,terminal_output +1041,4023944,"TERMINAL",0,0,"d",,terminal_output +1042,4024196,"TERMINAL",0,0,"[?25ly[?25h",,terminal_output +1043,4024580,"TERMINAL",0,0,"namics_ckpt/",,terminal_output +1044,4025016,"TERMINAL",0,0,"\r\n[?2004l\r]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1045,4025226,"TERMINAL",0,0,"l",,terminal_output +1046,4025369,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1047,4025476,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1048,4025560,"TERMINAL",0,0,"genie_1748280370_1\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1049,4029787,"TERMINAL",0,0,"p",,terminal_output +1050,4029893,"TERMINAL",0,0,"[?25lw[?25h",,terminal_output +1051,4029958,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +1052,4030046,"TERMINAL",0,0,"\r\n[?2004l\r/usr/stud/mahajanm/Projects/jafar/dynamics_ckpt\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1053,4033792,"TERMINAL",0,0,"bash",,terminal_focus +1054,4045874,"TERMINAL",0,0,"ssh",,terminal_focus +1055,4045874,"TERMINAL",0,0,"bash",,terminal_focus +1056,4045874,"TERMINAL",0,0,"ssh",,terminal_focus +1057,4050667,"TERMINAL",0,0,"bash",,terminal_focus +1058,4062896,"TERMINAL",0,0,"ssh",,terminal_focus +1059,4062897,"TERMINAL",0,0,"bash",,terminal_focus +1060,4062897,"TERMINAL",0,0,"ssh",,terminal_focus +1061,4064736,"TERMINAL",0,0,"bash",,terminal_focus +1062,4070361,"TERMINAL",0,0,"scp -P 58022 -r /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/ mahajanm@atcremers55.in.tum.de:/usr/stud/mahajanm/Projects/jafar/dynamics_ckpt",,terminal_command +1063,4070398,"TERMINAL",0,0,"]633;E;2025-06-26 11:37:03 scp -P 58022 -r /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_10500/ mahajanm@atcremers55.in.tum.de:/usr/stud/mahajanm/Projects/jafar/dynamics_ckpt;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +1064,4070757,"TERMINAL",0,0,"\r(mahajanm@atcremers55.in.tum.de) Password: ",,terminal_output +1065,4073774,"TERMINAL",0,0,"\r\n",,terminal_output +1066,4074980,"TERMINAL",0,0,"ssh",,terminal_focus +1067,4074980,"TERMINAL",0,0,"scp",,terminal_focus +1068,4074980,"TERMINAL",0,0,"ssh",,terminal_focus +1069,4075772,"TERMINAL",0,0,"l",,terminal_output +1070,4075903,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1071,4075985,"TERMINAL",0,0,"\r\n[?2004l\rgenie_1748280370_1\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1072,4076642,"TERMINAL",0,0,"l",,terminal_output +1073,4076790,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1074,4076872,"TERMINAL",0,0,"\r\n[?2004l\rgenie_1748280370_1\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1075,4078156,"TERMINAL",0,0,"w",,terminal_output +1076,4078417,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1077,4078957,"TERMINAL",0,0,"\r_sharding 0% 0 0.0KB/s --:-- ETA",,terminal_output +1078,4079019,"TERMINAL",0,0,"\r_sharding 100% 688KB 12.0MB/s 00:00 \r\n",,terminal_output +1079,4079092,"TERMINAL",0,0,"\rprocess_0 0% 0 0.0KB/s --:-- ETA\rprocess_0 100% 500KB 20.9MB/s 00:00 \r\n",,terminal_output +1080,4079152,"TERMINAL",0,0,"\re60954b2e4b43a2aea23bbee8730211f 0% 0 0.0KB/s --:-- ETA\re60954b2e4b43a2aea23bbee8730211f 100% 14KB 1.5MB/s 00:00 \r\n",,terminal_output +1081,4079246,"TERMINAL",0,0,"[?25lt[?25h",,terminal_output +1082,4079324,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +1083,4079406,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +1084,4079472,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1085,4079536,"TERMINAL",0,0,"\r9be048a136d727caf0568c9d10b86004 0% 0 0.0KB/s --:-- ETA\r9be048a136d727caf0568c9d10b86004 100% 1562 173.5KB/s 00:00 \r\n\rc4f55f7104904c225ae762ff7c3b3035 0% 0 0.0KB/s --:-- ETA\rc4f55f7104904c225ae762ff7c3b3035 100% 1737 190.3KB/s 00:00 \r\n\rc165bcce423afd1c557edcfa11f45773 0% 0 0.0KB/s --:-- ETA\rc165bcce423afd1c557edcfa11f45773 100% 1493 164.3KB/s 00:00 \r\n\rbc9cb8ea2f6e050a20a4226260a9f017 0% 0 0.0KB/s --:-- ETA\rbc9cb8ea2f6e050a20a4226260a9f017 100% 1520 168.0KB/s 00:00 \r\n\r53ff2f269545ddad0a10a78382ecdd22 0% 0 0.0KB/s --:-- ETA\r53ff2f269545ddad0a10a78382ecdd22 100% 1572 173.7KB/s 00:00 \r\n\re9eaa82ba318ee47120e1771a28ab732 0% 0 0.0KB/s --:-- ETA\re9eaa82ba318ee47120e1771a28ab732 100% 1460 160.7KB/s 00:00 \r\n\ree8fd4fe7e6149c4dad54323bc469657 0% 0 0.0KB/s --:-- ETA\ree8fd4fe7e6149c4dad54323bc469657 100% 175 19.9KB/s 00:00 \r\n\r213f009c8332d0b828427345f29f2911 0% 0 0.0KB/s --:-- ETA\r213f009c8332d0b828427345f29f2911 100% 1178 126.4KB/s 00:00 \r\n\rcf51ed851a39daa2cb9f9e03a8055da7 0% 0 0.0KB/s --:-- ETA\rcf51ed851a39daa2cb9f9e03a8055da7 100% 1678 185.4KB/s 00:00 \r\n\rf13609379a2a0efff2c92892b02a1b8d 0% 0 0.0KB/s --:-- ETA\rf13609379a2a0efff2c92892b02a1b8d 100% 2451 270.6KB/s 00:00 \r\n",,terminal_output +1086,4079660,"TERMINAL",0,0,"\r7934d7a3c91fc9483e76d040bdc2bb5b 0% 0 0.0KB/s --:-- ETA\r7934d7a3c91fc9483e76d040bdc2bb5b 100% 715 78.1KB/s 00:00 \r\n\ra79dea14e4591e4010ad56ab496a4795 0% 0 0.0KB/s --:-- ETA\ra79dea14e4591e4010ad56ab496a4795 100% 1681 185.7KB/s 00:00 \r\n",,terminal_output +1087,4079751,"TERMINAL",0,0,"\r223034bf446fc441341de9b04e5d3814 0% 0 0.0KB/s --:-- ETA\r223034bf446fc441341de9b04e5d3814 100% 1636 183.6KB/s 00:00 \r\n\r6b59e93a17fde376a91f926603a10609 0% 0 0.0KB/s --:-- ETA\r6b59e93a17fde376a91f926603a10609 100% 1541 170.0KB/s 00:00 \r\n\r10a0b1b7511d0f8f52dd226d2376d4da 0% 0 0.0KB/s --:-- ETA\r10a0b1b7511d0f8f52dd226d2376d4da 100% 1742 196.2KB/s 00:00 \r\n\r084ca8456b4e888f85ee51e043bce552 0% 0 0.0KB/s --:-- ETA\r084ca8456b4e888f85ee51e043bce552 100% 1728 192.1KB/s 00:00 \r\n",,terminal_output +1088,4079838,"TERMINAL",0,0,"\r6b9c9e4fbe409e31317b29d007ba4a14 0% 0 0.0KB/s --:-- ETA\r6b9c9e4fbe409e31317b29d007ba4a14 100% 1650 185.6KB/s 00:00 \r\n\r6a928981e33621a55f8cbcbaafb0c2cd 0% 0 0.0KB/s --:-- ETA\r6a928981e33621a55f8cbcbaafb0c2cd 100% 69KB 3.6MB/s 00:00 \r\n",,terminal_output +1089,4079902,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 0% 0 0.0KB/s --:-- ETA",,terminal_output +1090,4080858,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 14% 49MB 49.3MB/s 00:05 ETA",,terminal_output +1091,4081465,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1092,4081714,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +1093,4081863,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 20% 72MB 46.6MB/s 00:05 ETA",,terminal_output +1094,4082493,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +1095,4082863,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 34% 120MB 46.8MB/s 00:04 ETA",,terminal_output +1096,4083487,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +1097,4083862,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 48% 168MB 46.9MB/s 00:03 ETA",,terminal_output +1098,4083973,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1099,4084321,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +1100,4084518,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +1101,4084723,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1102,4084863,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 65% 226MB 48.0MB/s 00:02 ETA",,terminal_output +1103,4085053,"TERMINAL",0,0,"[?25l![?25h",,terminal_output +1104,4085840,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +1105,4085863,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 81% 281MB 48.7MB/s 00:01 ETA",,terminal_output +1106,4086042,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1107,4086121,"TERMINAL",0,0,"[?1049h(B[?7h]4;8;rgb:54/54/54\]4;9;rgb:FF/54/54\]4;10;rgb:54/FF/54\]4;11;rgb:FF/FF/54\]4;12;rgb:54/54/FF\]4;13;rgb:FF/54/FF\]4;14;rgb:54/FF/FF\(BEvery 1.0s: lsatcremers55: Thu Jun 26 11:37:19 2025genie_1748280370_1\rgenie_1750860521_10500(B",,terminal_output +1108,4086863,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 97% 337MB 49.5MB/s 00:00 ETA",,terminal_output +1109,4087006,"TERMINAL",0,0,"\r9e3548b17025df567397ec122d5f8825 100% 345MB 48.3MB/s 00:07 \r\n",,terminal_output +1110,4087138,"TERMINAL",0,0,"20",,terminal_output +1111,4088189,"TERMINAL",0,0,"1",,terminal_output +1112,4088539,"TERMINAL",0,0,"\r6e39e939d7032a8b8d42e780c4719094 0% 0 0.0KB/s --:-- ETA",,terminal_output +1113,4089196,"TERMINAL",0,0,"2",,terminal_output +1114,4089557,"TERMINAL",0,0,"\r6e39e939d7032a8b8d42e780c4719094 38% 64MB 64.3MB/s 00:01 ETA",,terminal_output +1115,4090200,"TERMINAL",0,0,"3",,terminal_output +1116,4090479,"TERMINAL",0,0,"\r6e39e939d7032a8b8d42e780c4719094 85% 143MB 65.7MB/s 00:00 ETA",,terminal_output +1117,4090709,"TERMINAL",0,0,"]104[?1049l\r[?1l>]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1118,4090774,"TERMINAL",0,0,"\r6e39e939d7032a8b8d42e780c4719094 100% 168MB 73.2MB/s 00:02 \r\n",,terminal_output +1119,4091837,"TERMINAL",0,0,"l",,terminal_output +1120,4091949,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1121,4092092,"TERMINAL",0,0,"\r\n[?2004l\rgenie_1748280370_1 genie_1750860521_10500\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1122,4092428,"TERMINAL",0,0,"\ra6ff39d59d408b0308caec3b5a2366a4 0% 0 0.0KB/s --:-- ETA\ra6ff39d59d408b0308caec3b5a2366a4 100% 927 102.1KB/s 00:00 \r\n\r7d86399f1f2453b8965bd727c0c1ab6b 0% 0 0.0KB/s --:-- ETA\r7d86399f1f2453b8965bd727c0c1ab6b 100% 1595 175.3KB/s 00:00 \r\n\rcb5e3ab9e71604510ab07d22b2e7a4c9 0% 0 0.0KB/s --:-- ETA\rcb5e3ab9e71604510ab07d22b2e7a4c9 100% 1639 180.5KB/s 00:00 \r\n\rmanifest.ocdbt 0% 0 0.0KB/s --:-- ETA\rmanifest.ocdbt 100% 416 45.0KB/s 00:00 \r\n",,terminal_output +1123,4092526,"TERMINAL",0,0,"\r_CHECKPOINT_METADATA 0% 0 0.0KB/s --:-- ETA\r_CHECKPOINT_METADATA 100% 258 28.5KB/s 00:00 \r\n\r_METADATA 0% 0 0.0KB/s --:-- ETA",,terminal_output +1124,4092629,"TERMINAL",0,0,"\r_METADATA 100% 1526KB 21.1MB/s 00:00 \r\n\rmanifest.ocdbt 0% 0 0.0KB/s --:-- ETA\rmanifest.ocdbt 100% 118 12.9KB/s 00:00 \r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1125,4094555,"TERMINAL",0,0,"bash",,terminal_focus +1126,4111206,"TERMINAL",0,0,"scp -P 58022 -r /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_73000/ mahajanm@atcremers55.in.tum.de:/usr/stud/mahajanm/Projects/jafar/dynamics_ckpt",,terminal_command +1127,4111258,"TERMINAL",0,0,"]633;E;2025-06-26 11:37:44 scp -P 58022 -r /hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/3291405/genie_1750860521_73000/ mahajanm@atcremers55.in.tum.de:/usr/stud/mahajanm/Projects/jafar/dynamics_ckpt;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +1128,4111571,"TERMINAL",0,0,"\r(mahajanm@atcremers55.in.tum.de) Password: ",,terminal_output +1129,4116699,"TERMINAL",0,0,"\r\n",,terminal_output +1130,4121969,"TERMINAL",0,0,"\r_sharding 0% 0 0.0KB/s --:-- ETA",,terminal_output +1131,4122033,"TERMINAL",0,0,"\r_sharding 100% 688KB 17.0MB/s 00:00 \r\n",,terminal_output +1132,4122123,"TERMINAL",0,0,"\rprocess_0 0% 0 0.0KB/s --:-- ETA\rprocess_0 100% 500KB 27.5MB/s 00:00 \r\n\r341392a8c3104714397d33c73b20d146 0% 0 0.0KB/s --:-- ETA\r341392a8c3104714397d33c73b20d146 100% 14KB 2.2MB/s 00:00 \r\n",,terminal_output +1133,4122192,"TERMINAL",0,0,"\r9dfb8edb9c753b09b949f3ccffbdc82b 0% 0 0.0KB/s --:-- ETA\r9dfb8edb9c753b09b949f3ccffbdc82b 100% 2389 410.1KB/s 00:00 \r\n\ra3e288cfc898416e86b1305795563ef6 0% 0 0.0KB/s --:-- ETA\ra3e288cfc898416e86b1305795563ef6 100% 1614 273.2KB/s 00:00 \r\n\r907d2f0ec25aafbf4aa9d20f6582ca27 0% 0 0.0KB/s --:-- ETA",,terminal_output +1134,4122270,"TERMINAL",0,0,"\r907d2f0ec25aafbf4aa9d20f6582ca27 100% 1029KB 40.7MB/s 00:00 \r\n\r58e9529f06b483358e693e64fc57275c 0% 0 0.0KB/s --:-- ETA\r58e9529f06b483358e693e64fc57275c 100% 1149 194.6KB/s 00:00 \r\n\rd9a7f896cdac2b49f4061b5e3a35862c 0% 0 0.0KB/s --:-- ETA",,terminal_output +1135,4123353,"TERMINAL",0,0,"\rd9a7f896cdac2b49f4061b5e3a35862c 30% 31MB 31.5MB/s 00:02 ETA",,terminal_output +1136,4124265,"TERMINAL",0,0,"\rd9a7f896cdac2b49f4061b5e3a35862c 55% 57MB 30.9MB/s 00:01 ETA",,terminal_output +1137,4125266,"TERMINAL",0,0,"\rd9a7f896cdac2b49f4061b5e3a35862c 93% 97MB 31.8MB/s 00:00 ETA",,terminal_output +1138,4125427,"TERMINAL",0,0,"\rd9a7f896cdac2b49f4061b5e3a35862c 100% 103MB 32.7MB/s 00:03 \r\n",,terminal_output +1139,4126157,"TERMINAL",0,0,"\r0df017cc589e55e5994fb74e305210a8 0% 0 0.0KB/s --:-- ETA\r0df017cc589e55e5994fb74e305210a8 100% 1341 225.5KB/s 00:00 \r\n\r998fd9b9dbdbe9427df2f51ecfa0e0fb 0% 0 0.0KB/s --:-- ETA\r998fd9b9dbdbe9427df2f51ecfa0e0fb 100% 1720 290.4KB/s 00:00 \r\n\rd055fe765af9c760a4ed7236a6c58b4d 0% 0 0.0KB/s --:-- ETA\rd055fe765af9c760a4ed7236a6c58b4d 100% 1407 241.8KB/s 00:00 \r\n\r3f8e0035e834a57431ed3b45774977ec 0% 0 0.0KB/s --:-- ETA\r3f8e0035e834a57431ed3b45774977ec 100% 1625 276.4KB/s 00:00 \r\n\r0d0bdeb86bf701ad7fe05a8d825c782b 0% 0 0.0KB/s --:-- ETA\r0d0bdeb86bf701ad7fe05a8d825c782b 100% 1617 279.6KB/s 00:00 \r\n\r0713cce1f776d4da0be34e671c066a3e 0% 0 0.0KB/s --:-- ETA\r0713cce1f776d4da0be34e671c066a3e 100% 1460 252.1KB/s 00:00 \r\n\r1d875d9c4d7537eb3a6a90d32f5a57c2 0% 0 0.0KB/s --:-- ETA\r1d875d9c4d7537eb3a6a90d32f5a57c2 100% 1559 264.6KB/s 00:00 \r\n\r76f3be0233582cf8962d3b5ecbed67b3 0% 0 0.0KB/s --:-- ETA\r76f3be0233582cf8962d3b5ecbed67b3 100% 175 29.7KB/s 00:00 \r\n\rcbca93b05aecd9f33e3b6862a53f0c9d 0% 0 0.0KB/s --:-- ETA\rcbca93b05aecd9f33e3b6862a53f0c9d 100% 1712 279.3KB/s 00:00 \r\n\r4560ec82515b5abb2ac1932bfd7d2b67 0% 0 0.0KB/s --:-- ETA\r4560ec82515b5abb2ac1932bfd7d2b67 100% 1503 267.9KB/s 00:00 \r\n\rd4e227a6c47b0ac1933f725722faead1 0% 0 0.0KB/s --:-- ETA\rd4e227a6c47b0ac1933f725722faead1 100% 1149 199.9KB/s 00:00 \r\n\r8b2bb38fc6ea31815e440f7b4408b629 0% 0 0.0KB/s --:-- ETA",,terminal_output +1140,4127138,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 11% 48MB 47.6MB/s 00:07 ETA",,terminal_output +1141,4128117,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 22% 90MB 47.1MB/s 00:06 ETA",,terminal_output +1142,4129116,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 33% 138MB 47.2MB/s 00:05 ETA",,terminal_output +1143,4130211,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 45% 186MB 47.2MB/s 00:04 ETA",,terminal_output +1144,4131137,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 57% 235MB 47.4MB/s 00:03 ETA",,terminal_output +1145,4132117,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 72% 297MB 48.8MB/s 00:02 ETA",,terminal_output +1146,4133118,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 90% 371MB 51.3MB/s 00:00 ETA",,terminal_output +1147,4133697,"TERMINAL",0,0,"\r8b2bb38fc6ea31815e440f7b4408b629 100% 410MB 54.3MB/s 00:07 \r\n",,terminal_output +1148,4136287,"TERMINAL",0,0,"\r305c758e5b71cd1c06abdd1e0a364525 0% 0 0.0KB/s --:-- ETA\r305c758e5b71cd1c06abdd1e0a364525 100% 1527 253.9KB/s 00:00 \r\n\r8b2e592fccbbb77891f8b1398165951a 0% 0 0.0KB/s --:-- ETA\r8b2e592fccbbb77891f8b1398165951a 100% 717 121.1KB/s 00:00 \r\n\r7308a6fb6a41cbc31c89337a28639301 0% 0 0.0KB/s --:-- ETA\r7308a6fb6a41cbc31c89337a28639301 100% 1431 243.0KB/s 00:00 \r\n\r4fd06ce3b8d1e36069b29b5b45d5bc8e 0% 0 0.0KB/s --:-- ETA\r4fd06ce3b8d1e36069b29b5b45d5bc8e 100% 935 159.3KB/s 00:00 \r\n\r11ab462808e2bdb1ffc87857371d5a6d 0% 0 0.0KB/s --:-- ETA\r11ab462808e2bdb1ffc87857371d5a6d 100% 1605 271.1KB/s 00:00 \r\n\r3167d99cb34046ba77eab8ea099ef190 0% 0 0.0KB/s --:-- ETA\r3167d99cb34046ba77eab8ea099ef190 100% 1431 247.7KB/s 00:00 \r\n\r3bf3c479560495f80c23ccff48ff56dc 0% 0 0.0KB/s --:-- ETA\r3bf3c479560495f80c23ccff48ff56dc 100% 1089 182.6KB/s 00:00 \r\n\r177cd58b9a5d5631ebae6a9ad3af27ed 0% 0 0.0KB/s --:-- ETA\r177cd58b9a5d5631ebae6a9ad3af27ed 100% 1701 292.1KB/s 00:00 \r\n\r94f970c069f9851df9658b682d8de6ae 0% 0 0.0KB/s --:-- ETA\r94f970c069f9851df9658b682d8de6ae 100% 1750 304.2KB/s 00:00 \r\n\rmanifest.ocdbt 0% 0 0.0KB/s --:-- ETA\rmanifest.ocdbt 100% 520 88.6KB/s 00:00 \r\n\r_CHECKPOINT_METADATA 0% 0 0.0KB/s --:-- ETA\r_CHECKPOINT_METADATA 100% 258 44.2KB/s 00:00 \r\n",,terminal_output +1149,4136368,"TERMINAL",0,0,"\r_METADATA 0% 0 0.0KB/s --:-- ETA\r_METADATA 100% 1526KB 31.1MB/s 00:00 \r\n",,terminal_output +1150,4136421,"TERMINAL",0,0,"\rmanifest.ocdbt 0% 0 0.0KB/s --:-- ETA\rmanifest.ocdbt 100% 118 20.3KB/s 00:00 \r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1151,4149561,"TERMINAL",0,0,"ssh",,terminal_focus +1152,4149562,"TERMINAL",0,0,"bash",,terminal_focus +1153,4149562,"TERMINAL",0,0,"ssh",,terminal_focus +1154,4150220,"TERMINAL",0,0,"[?25lls[?25h",,terminal_output +1155,4150357,"TERMINAL",0,0,"[?25ls[?25h\r\n[?2004l\rgenie_1748280370_1 genie_1750860521_10500 genie_1750860521_73000\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1156,4152795,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1157,4153194,"TERMINAL",0,0,"s': ls",,terminal_output +1158,4153368,"TERMINAL",0,0,"[?25lsa': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h",,terminal_output +1159,4153507,"TERMINAL",0,0,"[?25ls\rm': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h",,terminal_output +1160,4153700,"TERMINAL",0,0,"[?25las\rp': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h\rl': sbatch scripts/train_tokenizer_overfit_sample.sbatch",,terminal_output +1161,4153840,"TERMINAL",0,0,"[?25ls\re': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h",,terminal_output +1162,4155389,"TERMINAL",0,0,"\r]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ sbatch scripts/train_tokenizer_overfit_sample.sbatch",,terminal_output +1163,4156552,"TERMINAL",0,0,"[?25lcsample.sbatch[?25h",,terminal_output +1164,4156673,"TERMINAL",0,0,"[?25ldsample.sbatch[?25h",,terminal_output +1165,4156789,"TERMINAL",0,0,"[?25l sample.sbatch[?25h",,terminal_output +1166,4156970,"TERMINAL",0,0,"[?25l.sample.sbatch[?25h",,terminal_output +1167,4157086,"TERMINAL",0,0,"[?25l.sample.sbatch[?25h",,terminal_output +1168,4157850,"TERMINAL",0,0,"^C[?2004l\r[?2004h[?2004l\r\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar/dynamics_ckpt[?2004h]0;mahajanm@atcremers55: ~/Projects/jafar/dynamics_ckptmahajanm@atcremers55:~/Projects/jafar/dynamics_ckpt$ ",,terminal_output +1169,4158329,"TERMINAL",0,0,"c",,terminal_output +1170,4158453,"TERMINAL",0,0,"[?25ld[?25h",,terminal_output +1171,4158661,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1172,4158735,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +1173,4158844,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +1174,4158981,"TERMINAL",0,0,"\r\n[?2004l\r]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1175,4160300,"TERMINAL",0,0,"\r(reverse-i-search)`': ",,terminal_output +1176,4160496,"TERMINAL",0,0,"s': ls",,terminal_output +1177,4160685,"TERMINAL",0,0,"[?25lsa': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h",,terminal_output +1178,4160751,"TERMINAL",0,0,"\rm': sbatch scripts/train_tokenizer_overfit_sample.sbatch",,terminal_output +1179,4160933,"TERMINAL",0,0,"[?25las\rp': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h",,terminal_output +1180,4161010,"TERMINAL",0,0,"[?25ls\rl': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h\re': sbatch scripts/train_tokenizer_overfit_sample.sbatch",,terminal_output +1181,4163510,"TERMINAL",0,0,"[?25ls\r.': sbatch scripts/train_tokenizer_overfit_sample.sbatch[?25h",,terminal_output +1182,4163737,"TERMINAL",0,0,"[?25ls\rp': sbatch --gres=gpu:1,VRAM:24G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD/dynamics_ckpt/genie_1748280370_1"" [?25h",,terminal_output +1183,4163847,"TERMINAL",0,0,"[?25ls\ry': sbatch --gres=gpu:1,VRAM:24G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD[1@/[?25h",,terminal_output +1184,4166998,"TERMINAL",0,0,"\r]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ sbatch --gres=gpu:1,VRAM:24G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpo[8@int $PWD\r]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1185,4167488,"TERMINAL",0,0,"",,terminal_output +1186,4168110,"TERMINAL",0,0,"",,terminal_output +1187,4168263,"TERMINAL",0,0,"",,terminal_output +1188,4168483,"TERMINAL",0,0,"\r\n\r",,terminal_output +1189,4168637,"TERMINAL",0,0,"",,terminal_output +1190,4168786,"TERMINAL",0,0,"",,terminal_output +1191,4168965,"TERMINAL",0,0,"",,terminal_output +1192,4169084,"TERMINAL",0,0,"",,terminal_output +1193,4169246,"TERMINAL",0,0,"",,terminal_output +1194,4169500,"TERMINAL",0,0,"",,terminal_output +1195,4172751,"TERMINAL",0,0,"bash",,terminal_focus +1196,4172751,"TERMINAL",0,0,"ssh",,terminal_focus +1197,4173340,"TERMINAL",0,0,"[?25l1[?25h",,terminal_output +1198,4173457,"TERMINAL",0,0,"[?25l_[?25h",,terminal_output +1199,4173569,"TERMINAL",0,0,"[?25l0[?25h",,terminal_output +1200,4173695,"TERMINAL",0,0,"[?25l7[?25h",,terminal_output +1201,4174397,"TERMINAL",0,0,"[?25l03[?25h[?25l0[?25h[?25l8[?25h[?25l2[?25h[?25l8[?25h[?25l4[?25h[?25l7[?25h[?25l1[?25h",,terminal_output +1202,4174541,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1203,4174737,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +1204,4174847,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +1205,4175034,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1206,4175326,"TERMINAL",0,0,"[?25lg[?25h",,terminal_output +1207,4176058,"TERMINAL",0,0,"[22@genie_1750860521_73000",,terminal_output +1208,4183843,"TERMINAL",0,0,"genie_1750860521_73000\r\n[?2004l\r",,terminal_output +1209,4183960,"TERMINAL",0,0,"Submitted batch job 1382805\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1210,4185368,"TERMINAL",0,0,"q",,terminal_output +1211,4185530,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +1212,4185602,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1213,4185707,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +1214,4185775,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1215,4185897,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1216,4186520,"TERMINAL",0,0,"[?1049h(B[?7h]4;8;rgb:54/54/54\]4;9;rgb:FF/54/54\]4;10;rgb:54/FF/54\]4;11;rgb:FF/FF/54\]4;12;rgb:54/54/FF\]4;13;rgb:FF/54/FF\]4;14;rgb:54/FF/FF\(BEvery 1.0s: squeue --meatcremers55: Thu Jun 26 11:38:58 2025JOBID PARTITION NAME USER STTIME NODES NODELIST(REASON)1382805 NORMAL wrap mahajanm PD0:001 (Priority)(B",,terminal_output +1217,4187536,"TERMINAL",0,0,"9:00",,terminal_output +1218,4188554,"TERMINAL",0,0,"1",,terminal_output +1219,4189570,"TERMINAL",0,0,"2",,terminal_output +1220,4190588,"TERMINAL",0,0,"3",,terminal_output +1221,4191605,"TERMINAL",0,0,"4",,terminal_output +1222,4192627,"TERMINAL",0,0,"5",,terminal_output +1223,4193499,"TERMINAL",0,0,"bash",,terminal_focus +1224,4193643,"TERMINAL",0,0,"6",,terminal_output +1225,4194675,"TERMINAL",0,0,"7",,terminal_output +1226,4195011,"TERMINAL",0,0,"queue",,terminal_command +1227,4195056,"TERMINAL",0,0,"]633;E;2025-06-26 11:39:08 queue;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C",,terminal_output +1228,4195130,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jun 26 11:39:08 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3294603 accelerat train_to tum_cte0 PD\t0:00\t 8 (Priority)3294602 accelerat train_to tum_cte0 PD\t0:00\t 4 (Priority)3294601 accelerat train_to tum_cte0 PD\t0:00\t 2 (Priority)3294600 accelerat train_to tum_cte0 PD\t0:00\t 1 (Priority)",,terminal_output +1229,4195700,"TERMINAL",0,0,"8",,terminal_output +1230,4196158,"TERMINAL",0,0,"9\t",,terminal_output +1231,4196698,"TERMINAL",0,0,"9",,terminal_output +1232,4197182,"TERMINAL",0,0,"10\t",,terminal_output +1233,4197797,"TERMINAL",0,0,"10",,terminal_output +1234,4198303,"TERMINAL",0,0,"1\t",,terminal_output +1235,4198818,"TERMINAL",0,0,"1",,terminal_output +1236,4199344,"TERMINAL",0,0,"2\t",,terminal_output +1237,4199847,"TERMINAL",0,0,"2",,terminal_output +1238,4200371,"TERMINAL",0,0,"3\t",,terminal_output +1239,4200868,"TERMINAL",0,0,"3",,terminal_output +1240,4201379,"TERMINAL",0,0,"4\t",,terminal_output +1241,4201895,"TERMINAL",0,0,"4",,terminal_output +1242,4202429,"TERMINAL",0,0,"5\t",,terminal_output +1243,4202837,"TERMINAL",0,0,"5",,terminal_output +1244,4203469,"TERMINAL",0,0,"6\t",,terminal_output +1245,4203853,"TERMINAL",0,0,"6",,terminal_output +1246,4203956,"TERMINAL",0,0,"ssh",,terminal_focus +1247,4203956,"TERMINAL",0,0,"watch",,terminal_focus +1248,4203956,"TERMINAL",0,0,"ssh",,terminal_focus +1249,4204515,"TERMINAL",0,0,"7\t",,terminal_output +1250,4204885,"TERMINAL",0,0,"7",,terminal_output +1251,4204966,"TERMINAL",0,0,"]104[?1049l\r[?1l>]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1252,4205363,"TERMINAL",0,0,"queue",,terminal_output +1253,4205557,"TERMINAL",0,0,"8\t",,terminal_output +1254,4205955,"TERMINAL",0,0,"sbatch --gres=gpu:1,VRAM:24G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD/dynamics_ckpt/genie_1750860521_73000"" ",,terminal_output +1255,4206442,"TERMINAL",0,0,"",,terminal_output +1256,4206594,"TERMINAL",0,0,"",,terminal_output +1257,4206608,"TERMINAL",0,0,"9\t",,terminal_output +1258,4207259,"TERMINAL",0,0,"\r]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1259,4207322,"TERMINAL",0,0,"",,terminal_output +1260,4207368,"TERMINAL",0,0,"",,terminal_output +1261,4207421,"TERMINAL",0,0,"",,terminal_output +1262,4207618,"TERMINAL",0,0,"",,terminal_output +1263,4207683,"TERMINAL",0,0,"20\t",,terminal_output +1264,4207830,"TERMINAL",0,0,"",,terminal_output +1265,4208118,"TERMINAL",0,0,"",,terminal_output +1266,4208358,"TERMINAL",0,0,"",,terminal_output +1267,4208747,"TERMINAL",0,0,"1\t",,terminal_output +1268,4209175,"TERMINAL",0,0,"[?25l4G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoi\r]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ [?25h",,terminal_output +1269,4209392,"TERMINAL",0,0,"[?25l2G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoin\r]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ [?25h",,terminal_output +1270,4209774,"TERMINAL",0,0,"2\t",,terminal_output +1271,4210098,"TERMINAL",0,0,"1G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoi[1@n\r]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1272,4210173,"TERMINAL",0,0,"[?25l2G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpo[1@i\r]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ [?25h",,terminal_output +1273,4210828,"TERMINAL",0,0,"3\t",,terminal_output +1274,4210840,"TERMINAL",0,0,"[?25l\r\r\n[?2004l\r[?25h",,terminal_output +1275,4210900,"TERMINAL",0,0,"Submitted batch job 1382806\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1276,4211840,"TERMINAL",0,0,"4\t",,terminal_output +1277,4212880,"TERMINAL",0,0,"5\t",,terminal_output +1278,4213955,"TERMINAL",0,0,"6\t",,terminal_output +1279,4214974,"TERMINAL",0,0,"8\t",,terminal_output +1280,4215217,"TERMINAL",0,0,"s",,terminal_output +1281,4215269,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +1282,4215476,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +1283,4215586,"TERMINAL",0,0,"[?25lr[?25h",,terminal_output +1284,4215693,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +1285,4215826,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1286,4215890,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1287,4216032,"TERMINAL",0,0,"[?25l.[?25h",,terminal_output +1288,4216032,"TERMINAL",0,0,"9\t",,terminal_output +1289,4216178,"TERMINAL",0,0,"[?25lv[?25h",,terminal_output +1290,4216368,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1291,4216606,"TERMINAL",0,0,"nv/",,terminal_output +1292,4216926,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +1293,4217034,"TERMINAL",0,0,"in/",,terminal_output +1294,4217100,"TERMINAL",0,0,"30\t",,terminal_output +1295,4217250,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1296,4217358,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +1297,4217489,"TERMINAL",0,0,"tivate",,terminal_output +1298,4217797,"TERMINAL",0,0,"\r\n[?2004l\r]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1299,4218153,"TERMINAL",0,0,"1\t",,terminal_output +1300,4218606,"TERMINAL",0,0,"s",,terminal_output +1301,4218717,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +1302,4218958,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1303,4219075,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +1304,4219143,"TERMINAL",0,0,"[?25lc[?25h",,terminal_output +1305,4219166,"TERMINAL",0,0,"2\t",,terminal_output +1306,4219271,"TERMINAL",0,0,"[?25le[?25h",,terminal_output +1307,4219478,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1308,4220194,"TERMINAL",0,0,"3\t",,terminal_output +1309,4220381,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +1310,4220491,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1311,4220637,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +1312,4220872,"TERMINAL",0,0,"[?25lu[?25h",,terminal_output +1313,4220945,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1314,4221060,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +1315,4221133,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1316,4221250,"TERMINAL",0,0,"[?25lh[?25h",,terminal_output +1317,4221250,"TERMINAL",0,0,"4\t",,terminal_output +1318,4221312,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1319,4221384,"TERMINAL",0,0,"[?25lj[?25h",,terminal_output +1320,4221456,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1321,4221528,"TERMINAL",0,0,"[?25ln[?25h",,terminal_output +1322,4221714,"TERMINAL",0,0,"[?25lm[?25h",,terminal_output +1323,4222025,"TERMINAL",0,0,"\r\n[?2004l\r]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1324,4222289,"TERMINAL",0,0,"5\t",,terminal_output +1325,4222379,"TERMINAL",0,0,"scancel -u mahajanm",,terminal_output +1326,4222526,"TERMINAL",0,0,"ource .venv/bin/activate",,terminal_output +1327,4223178,"TERMINAL",0,0,"batch --gres=gpu:1,VRAM:12G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD/dynamics_ckpt/genie_1750860521_73000"" ",,terminal_output +1328,4223331,"TERMINAL",0,0,"6\t",,terminal_output +1329,4224420,"TERMINAL",0,0,"7\t",,terminal_output +1330,4224665,"TERMINAL",0,0,"queue\r\n\r",,terminal_output +1331,4225372,"TERMINAL",0,0,"sbatch --gres=gpu:1,VRAM:12G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD/dynamics_ckpt/genie_1750860521_73000"" ",,terminal_output +1332,4225437,"TERMINAL",0,0,"8\t",,terminal_output +1333,4225660,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1334,4225976,"TERMINAL",0,0,"^[[A",,terminal_output +1335,4226200,"TERMINAL",0,0,"Submitted batch job 1382807\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ sbatch --gres=gpu:1,VRAM:12G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD/dynamics_ckpt/genie_1750860521_73000"" ",,terminal_output +1336,4226476,"TERMINAL",0,0,"9\t",,terminal_output +1337,4226952,"TERMINAL",0,0,"cancel -u mahajanm\r\n\r",,terminal_output +1338,4227513,"TERMINAL",0,0,"40\t",,terminal_output +1339,4227578,"TERMINAL",0,0,"ource .venv/bin/activate",,terminal_output +1340,4227956,"TERMINAL",0,0,"batch --gres=gpu:1,VRAM:12G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD/dynamics_ckpt/genie_1750860521_73000"" ",,terminal_output +1341,4228486,"TERMINAL",0,0,"queue\r\n\r",,terminal_output +1342,4228595,"TERMINAL",0,0,"1\t",,terminal_output +1343,4228955,"TERMINAL",0,0,"sbatch --gres=gpu:1,VRAM:24G --cpus-per-task=5 --mem=50G --wrap=""python sample.py --checkpoint $PWD/dynamics_ckpt/genie_1750860521_73000"" ",,terminal_output +1344,4229521,"TERMINAL",0,0,"\r\n[?2004l\rSubmitted batch job 1382808\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1345,4229632,"TERMINAL",0,0,"2\t",,terminal_output +1346,4230129,"TERMINAL",0,0,"q",,terminal_output +1347,4230284,"TERMINAL",0,0,"[?25lu[?25h[?25le[?25h",,terminal_output +1348,4230457,"TERMINAL",0,0,"[?25lu[?25h[?25le[?25h",,terminal_output +1349,4230573,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1350,4230682,"TERMINAL",0,0,"3\t",,terminal_output +1351,4231229,"TERMINAL",0,0,"[?1049h(B[?7h]4;8;rgb:54/54/54\]4;9;rgb:FF/54/54\]4;10;rgb:54/FF/54\]4;11;rgb:FF/FF/54\]4;12;rgb:54/54/FF\]4;13;rgb:FF/54/FF\]4;14;rgb:54/FF/FF\(BEvery 1.0s: squeue --meatcremers55: Thu Jun 26 11:39:44 2025JOBID PARTITION NAME USER STTIME NODES NODELIST(REASON)1382808 NORMAL wrap mahajanm PD0:001 (Priority)1382807 NORMAL wrap mahajanm PD0:001 (Priority)(B",,terminal_output +1352,4231772,"TERMINAL",0,0,"4\t",,terminal_output +1353,4232201,"TERMINAL",0,0,"5",,terminal_output +1354,4232810,"TERMINAL",0,0,"5\t",,terminal_output +1355,4233289,"TERMINAL",0,0,"6Resources) R1node2(B",,terminal_output +1356,4233773,"TERMINAL",0,0,"6\t",,terminal_output +1357,4234251,"TERMINAL",0,0,"72(B",,terminal_output +1358,4234820,"TERMINAL",0,0,"7\t",,terminal_output +1359,4235244,"TERMINAL",0,0,"83(B",,terminal_output +1360,4235889,"TERMINAL",0,0,"8\t",,terminal_output +1361,4236299,"TERMINAL",0,0,"94(B",,terminal_output +1362,4236906,"TERMINAL",0,0,"9\t",,terminal_output +1363,4237283,"TERMINAL",0,0,"505(B",,terminal_output +1364,4237955,"TERMINAL",0,0,"51\t",,terminal_output +1365,4238399,"TERMINAL",0,0,"16(B]104[?1049l\r[?1l>]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1366,4238727,"TERMINAL",0,0,"t",,terminal_output +1367,4238979,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +1368,4239014,"TERMINAL",0,0,"2\t",,terminal_output +1369,4239044,"TERMINAL",0,0,"[?25li[?25h",,terminal_output +1370,4239290,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +1371,4239377,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1372,4239538,"TERMINAL",0,0,"[?25l-[?25h",,terminal_output +1373,4239646,"TERMINAL",0,0,"[?25lf[?25h",,terminal_output +1374,4239842,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +1375,4240045,"TERMINAL",0,0,"3\t",,terminal_output +1376,4240208,"TERMINAL",0,0,"[?25ls[?25h",,terminal_output +1377,4240279,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +1378,4240386,"TERMINAL",0,0,"urm-13",,terminal_output +1379,4241110,"TERMINAL",0,0,"4\t",,terminal_output +1380,4241426,"TERMINAL",0,0,"1382807",,terminal_output +1381,4241611,"TERMINAL",0,0,"1382807.out ",,terminal_output +1382,4242137,"TERMINAL",0,0,"5\t",,terminal_output +1383,4242201,"TERMINAL",0,0,"\r\n[?2004l\r",,terminal_output +1384,4242775,"TERMINAL",0,0,"2025-06-26 11:39:49.861169: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\r\nWARNING: All log messages before absl::InitializeLog() is called are written to STDERR\r\nE0000 00:00:1750930789.881616 3662156 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\r\nE0000 00:00:1750930789.888967 3662156 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\r\nW0000 00:00:1750930789.906810 3662156 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1750930789.906827 3662156 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1750930789.906830 3662156 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\nW0000 00:00:1750930789.906831 3662156 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once.\r\n",,terminal_output +1385,4243225,"TERMINAL",0,0,"6\t",,terminal_output +1386,4244285,"TERMINAL",0,0,"7\t",,terminal_output +1387,4245299,"TERMINAL",0,0,"8\t",,terminal_output +1388,4245827,"TERMINAL",0,0,"W0000 00:00:1750930795.896785 3662156 gpu_device.cc:2341] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.\r\nSkipping registering GPU devices...\r\n",,terminal_output +1389,4246331,"TERMINAL",0,0,"9\t",,terminal_output +1390,4247387,"TERMINAL",0,0,"40:00\t",,terminal_output +1391,4248422,"TERMINAL",0,0,"1\t",,terminal_output +1392,4249458,"TERMINAL",0,0,"2\t",,terminal_output +1393,4250516,"TERMINAL",0,0,"3\t",,terminal_output +1394,4251555,"TERMINAL",0,0,"4\t",,terminal_output +1395,4252615,"TERMINAL",0,0,"5\t",,terminal_output +1396,4253641,"TERMINAL",0,0,"6\t",,terminal_output +1397,4254689,"TERMINAL",0,0,"7\t",,terminal_output +1398,4255730,"TERMINAL",0,0,"8\t",,terminal_output +1399,4256798,"TERMINAL",0,0,"9\t",,terminal_output +1400,4257841,"TERMINAL",0,0,"10\t",,terminal_output +1401,4258862,"TERMINAL",0,0,"1\t",,terminal_output +1402,4259909,"TERMINAL",0,0,"2\t",,terminal_output +1403,4260951,"TERMINAL",0,0,"4\t",,terminal_output +1404,4262308,"TERMINAL",0,0,"5\t",,terminal_output +1405,4263331,"TERMINAL",0,0,"6\t",,terminal_output +1406,4264377,"TERMINAL",0,0,"7\t",,terminal_output +1407,4265411,"TERMINAL",0,0,"8\t",,terminal_output +1408,4266452,"TERMINAL",0,0,"9\t",,terminal_output +1409,4267492,"TERMINAL",0,0,"20\t",,terminal_output +1410,4268533,"TERMINAL",0,0,"1\t",,terminal_output +1411,4269574,"TERMINAL",0,0,"2\t",,terminal_output +1412,4270704,"TERMINAL",0,0,"3\t",,terminal_output +1413,4271657,"TERMINAL",0,0,"4\t",,terminal_output +1414,4272697,"TERMINAL",0,0,"5\t",,terminal_output +1415,4273776,"TERMINAL",0,0,"6\t",,terminal_output +1416,4274799,"TERMINAL",0,0,"7\t",,terminal_output +1417,4275931,"TERMINAL",0,0,"8\t",,terminal_output +1418,4276878,"TERMINAL",0,0,"9\t",,terminal_output +1419,4277918,"TERMINAL",0,0,"30\t",,terminal_output +1420,4278967,"TERMINAL",0,0,"2\t",,terminal_output +1421,4280007,"TERMINAL",0,0,"3\t",,terminal_output +1422,4281058,"TERMINAL",0,0,"4\t",,terminal_output +1423,4282106,"TERMINAL",0,0,"5\t",,terminal_output +1424,4283148,"TERMINAL",0,0,"6\t",,terminal_output +1425,4284192,"TERMINAL",0,0,"7\t",,terminal_output +1426,4285232,"TERMINAL",0,0,"8\t",,terminal_output +1427,4286274,"TERMINAL",0,0,"9\t",,terminal_output +1428,4287315,"TERMINAL",0,0,"40\t",,terminal_output +1429,4288367,"TERMINAL",0,0,"1\t",,terminal_output +1430,4289405,"TERMINAL",0,0,"2\t",,terminal_output +1431,4290446,"TERMINAL",0,0,"3\t",,terminal_output +1432,4290777,"TERMINAL",0,0,"/usr/stud/mahajanm/Projects/jafar/.venv/lib/python3.10/site-packages/orbax/checkpoint/_src/serialization/type_handlers.py:1251: UserWarning: Sharding info not provided when restoring. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with.\r\n warnings.warn(\r\nTraceback (most recent call last):\r\n File ""/usr/stud/mahajanm/Projects/jafar/sample.py"", line 110, in \r\n dataloader = get_dataloader(args.data_dir, args.seq_len, args.batch_size)\r\nTypeError: get_dataloader() missing 3 required positional arguments: 'image_h', 'image_w', and 'image_c'\r\n",,terminal_output +1433,4291505,"TERMINAL",0,0,"4\t",,terminal_output +1434,4292616,"TERMINAL",0,0,"5\t",,terminal_output +1435,4293595,"TERMINAL",0,0,"6\t",,terminal_output +1436,4294668,"TERMINAL",0,0,"7\t",,terminal_output +1437,4295727,"TERMINAL",0,0,"8\t",,terminal_output +1438,4296738,"TERMINAL",0,0,"9\t",,terminal_output +1439,4297785,"TERMINAL",0,0,"50\t",,terminal_output +1440,4298829,"TERMINAL",0,0,"1\t",,terminal_output +1441,4299866,"TERMINAL",0,0,"2\t",,terminal_output +1442,4300921,"TERMINAL",0,0,"3\t",,terminal_output +1443,4301961,"TERMINAL",0,0,"5\t",,terminal_output +1444,4303010,"TERMINAL",0,0,"6\t",,terminal_output +1445,4304081,"TERMINAL",0,0,"7\t",,terminal_output +1446,4305149,"TERMINAL",0,0,"8\t",,terminal_output +1447,4306155,"TERMINAL",0,0,"9\t",,terminal_output +1448,4307224,"TERMINAL",0,0,"1:00\t",,terminal_output +1449,4308263,"TERMINAL",0,0,"1\t",,terminal_output +1450,4309304,"TERMINAL",0,0,"2\t",,terminal_output +1451,4310348,"TERMINAL",0,0,"3\t",,terminal_output +1452,4311414,"TERMINAL",0,0,"4\t",,terminal_output +1453,4312426,"TERMINAL",0,0,"5\t",,terminal_output +1454,4313466,"TERMINAL",0,0,"6\t",,terminal_output +1455,4314506,"TERMINAL",0,0,"7\t",,terminal_output +1456,4315545,"TERMINAL",0,0,"8\t",,terminal_output +1457,4316584,"TERMINAL",0,0,"9\t",,terminal_output +1458,4317624,"TERMINAL",0,0,"10\t",,terminal_output +1459,4318664,"TERMINAL",0,0,"1\t",,terminal_output +1460,4319707,"TERMINAL",0,0,"2\t",,terminal_output +1461,4320745,"TERMINAL",0,0,"3\t",,terminal_output +1462,4321796,"TERMINAL",0,0,"4\t",,terminal_output +1463,4322835,"TERMINAL",0,0,"5\t",,terminal_output +1464,4323885,"TERMINAL",0,0,"6\t",,terminal_output +1465,4324923,"TERMINAL",0,0,"7\t",,terminal_output +1466,4325963,"TERMINAL",0,0,"9\t",,terminal_output +1467,4327001,"TERMINAL",0,0,"20\t",,terminal_output +1468,4328039,"TERMINAL",0,0,"1\t",,terminal_output +1469,4329099,"TERMINAL",0,0,"2\t",,terminal_output +1470,4330130,"TERMINAL",0,0,"3\t",,terminal_output +1471,4331170,"TERMINAL",0,0,"4\t",,terminal_output +1472,4332213,"TERMINAL",0,0,"5\t",,terminal_output +1473,4333255,"TERMINAL",0,0,"6\t",,terminal_output +1474,4334306,"TERMINAL",0,0,"7\t",,terminal_output +1475,4335347,"TERMINAL",0,0,"8\t",,terminal_output +1476,4336409,"TERMINAL",0,0,"9\t",,terminal_output +1477,4337427,"TERMINAL",0,0,"30\t",,terminal_output +1478,4338472,"TERMINAL",0,0,"1\t",,terminal_output +1479,4339341,"TERMINAL",0,0,"watch",,terminal_focus +1480,4339341,"TERMINAL",0,0,"ssh",,terminal_focus +1481,4339517,"TERMINAL",0,0,"2\t",,terminal_output +1482,4340558,"TERMINAL",0,0,"3\t",,terminal_output +1483,4341596,"TERMINAL",0,0,"4\t",,terminal_output +1484,4342639,"TERMINAL",0,0,"5\t",,terminal_output +1485,4343676,"TERMINAL",0,0,"6\t",,terminal_output +1486,4344715,"TERMINAL",0,0,"7\t",,terminal_output +1487,4345767,"TERMINAL",0,0,"8\t",,terminal_output +1488,4346814,"TERMINAL",0,0,"9\t",,terminal_output +1489,4347859,"TERMINAL",0,0,"40\t",,terminal_output +1490,4347884,"TERMINAL",0,0,"watch",,terminal_focus +1491,4348899,"TERMINAL",0,0,"1\t",,terminal_output +1492,4349427,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1493,4349832,"TERMINAL",0,0,"ssh",,terminal_focus +1494,4349832,"TERMINAL",0,0,"bash",,terminal_focus +1495,4349832,"TERMINAL",0,0,"ssh",,terminal_focus +1496,4350174,"TERMINAL",0,0,"^C\r\n]0;mahajanm@atcremers55: /usr/stud/mahajanm/Projects/jafar[?2004h(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1497,4358408,"TERMINAL",0,0,"bash",,terminal_focus +1498,4358408,"TERMINAL",0,0,"ssh",,terminal_focus +1499,4358517,"TERMINAL",0,0,"\r\r(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1500,4361060,"TERMINAL",0,0,"\r\r\r(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1501,4361183,"TERMINAL",0,0,"\r\r\r(jafar) ]0;mahajanm@atcremers55: ~/Projects/jafarmahajanm@atcremers55:~/Projects/jafar$ ",,terminal_output +1502,4362492,"TERMINAL",0,0,"[?2004l\r\r\nlogout\r\nConnection to atcremers55.in.tum.de closed.\r\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar_jobs]633;D;130",,terminal_output +1503,5181929,"TERMINAL",0,0,"bash",,terminal_focus +1504,5181929,"TERMINAL",0,0,"bash",,terminal_focus +1505,5181930,"TERMINAL",0,0,"bash",,terminal_focus +1506,5182860,"TERMINAL",0,0,"queue",,terminal_command +1507,5182937,"TERMINAL",0,0,"]633;E;2025-06-26 11:55:35 queue;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;C[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Thu Jun 26 11:55:35 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3294603 accelerat train_to tum_cte0 PD\t0:00\t 8 (Priority)3294602 accelerat train_to tum_cte0 PD\t0:00\t 4 (Priority)3294601 accelerat train_to tum_cte0 PD\t0:00\t 2 (Priority)3294600 accelerat train_to tum_cte0 PD\t0:00\t 1 (Priority)",,terminal_output +1508,5183984,"TERMINAL",0,0,"7",,terminal_output +1509,5184128,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1510,5185444,"TERMINAL",0,0,"idle",,terminal_command +1511,5185459,"TERMINAL",0,0,"]633;E;2025-06-26 11:55:38 idle;89c88b3a-74c7-4275-bbf5-60fb19fbb97d]633;CPartition dev_cpuonly : 10 nodes idle\r\nPartition cpuonly : 12 nodes idle\r\nPartition dev_accelerated : 0 nodes idle\r\nPartition accelerated : 2 nodes idle\r\nPartition dev_accelerated-h100 : 1 nodes idle\r\nPartition accelerated-h100 : 0 nodes idle\r\nPartition large : 7 nodes idle\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-bc8678ed-7352-41d3-8ab3-bf70f7958a0b1750745114983-2025_06_24-08.05.29.186/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-bc8678ed-7352-41d3-8ab3-bf70f7958a0b1750745114983-2025_06_24-08.05.29.186/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..86a19c623baf75ae62d0152880d0a678ba63d99e --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-bc8678ed-7352-41d3-8ab3-bf70f7958a0b1750745114983-2025_06_24-08.05.29.186/source.csv @@ -0,0 +1,24 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,90,"extract_vid_list.py",0,0,"from yt_dlp import YoutubeDL\n\ndef extract_video_links_from_playlist(playlist_url, output_file):\n ydl_opts = {\n 'quiet': True,\n 'extract_flat': True, # Do not download the videos, only extract metadata\n 'skip_download': True, # Skip actual download\n }\n\n with YoutubeDL(ydl_opts) as ydl:\n result = ydl.extract_info(playlist_url, download=False)\n \n if 'entries' in result:\n video_urls = [entry['url'] for entry in result['entries']]\n \n with open(output_file, 'w') as f:\n for video_url in video_urls:\n f.write(f""{video_url}\n"")\n print(f""Video links extracted to {output_file}"")\n else:\n print(""No videos found in the playlist."")\n\nif __name__ == ""__main__"":\n playlist_url = input(""Enter the YouTube playlist URL: "")\n output_file = ""links/tmp-1.txt""\n extract_video_links_from_playlist(playlist_url, output_file)\n\n# hello hello bla bla bla bla",python,tab +2,283,"tasks",0,0,"",Log,tab +3,297,"extract_vid_list.py",0,0,"",python,tab +4,314,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab +5,573,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"8:05:29 AM [info] Activating crowd-code\n8:05:29 AM [info] Recording started\n8:05:29 AM [info] Initializing git provider using file system watchers...\n8:05:29 AM [info] Git repository found\n8:05:29 AM [info] Git provider initialized successfully\n8:05:29 AM [info] Initial git state: [object Object]\n",Log,content +6,751,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,selection_command +7,2939,"extract_vid_list.py",0,0,"",python,tab +8,3510,"extract_vid_list.py",992,0,"",python,selection_command +9,3673,"extract_vid_list.py",991,0,"",python,selection_command +10,3756,"extract_vid_list.py",990,0,"",python,selection_command +11,4504,"extract_vid_list.py",993,0,"",python,selection_command +12,4765,"extract_vid_list.py",992,1,"",python,content +13,4896,"extract_vid_list.py",991,1,"",python,content +14,5040,"extract_vid_list.py",990,1,"",python,content +15,5336,"extract_vid_list.py",990,0,"b",python,content +16,5350,"extract_vid_list.py",991,0,"",python,selection_keyboard +17,5584,"extract_vid_list.py",991,0,"a",python,content +18,5598,"extract_vid_list.py",992,0,"",python,selection_keyboard +19,6012,"extract_vid_list.py",991,1,"",python,content +20,6146,"extract_vid_list.py",991,0,"l",python,content +21,6159,"extract_vid_list.py",992,0,"",python,selection_keyboard +22,6250,"extract_vid_list.py",992,0,"a",python,content +23,6262,"extract_vid_list.py",993,0,"",python,selection_keyboard diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-eb4593ba-8717-4311-aac2-0669058b8e141750152994551-2025_06_17-11.36.51.515/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-eb4593ba-8717-4311-aac2-0669058b8e141750152994551-2025_06_17-11.36.51.515/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..7a5de9ed9c5e4d542aae018cab2a1945ff79bf98 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-eb4593ba-8717-4311-aac2-0669058b8e141750152994551-2025_06_17-11.36.51.515/source.csv @@ -0,0 +1,5 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,9,"crowd-code/make-ext.sh",0,0,"rm -rf node_modules/\nnpm install\nnpm run compile\nvsce package\nchmod 644 crowd-code-*.vsix\nscp crowd-code-1.1.3.vsix mahajanm@lxhalle.in.tum.de:/u/halle/mahajanm/home_at/home_page/html-data",shellscript,tab +2,338,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"11:36:51 AM [info] Activating crowd-code\n11:36:51 AM [info] Welcome back maharajamihir. Your user-id is '69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e'. Happy coding!\n11:36:51 AM [info] Recording started\n",Log,tab +3,2290,"extension-output-pdoom-org.crowd-code-#1-crowd-code",223,0,"",Log,selection_mouse +4,40994,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"",Log,tab diff --git a/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-ecd6bcde-7cf4-4819-b2c7-c5b474828daa1750689105661-2025_06_23-16.31.57.981/source.csv b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-ecd6bcde-7cf4-4819-b2c7-c5b474828daa1750689105661-2025_06_23-16.31.57.981/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..f1c2fc360bdd1139ce586347b203183b69aabca0 --- /dev/null +++ b/69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e/crowd-code-ecd6bcde-7cf4-4819-b2c7-c5b474828daa1750689105661-2025_06_23-16.31.57.981/source.csv @@ -0,0 +1,8 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +1,7,"src/recording.ts",0,0,"import * as fs from 'node:fs'\nimport * as util from 'node:util'\nimport * as path from 'node:path'\nimport * as vscode from 'vscode'\nimport * as readline from 'node:readline'\nimport axios from 'axios';\nimport {\n getEditorFileName,\n escapeString,\n getEditorLanguage,\n notificationWithProgress,\n generateFileName,\n formatDisplayTime,\n getExportPath,\n logToOutput,\n formatSrtTime,\n getConfig,\n removeDoubleQuotes,\n unescapeString,\n addToGitignore,\n} from './utilities'\nimport { type File, ChangeType, type CSVRowBuilder, type Change, type Recording } from './types'\nimport { extContext, statusBarItem, actionsProvider } from './extension'\n\nexport const commands = {\n openSettings: 'vs-code-recorder.openSettings',\n startRecording: 'vs-code-recorder.startRecording',\n stopRecording: 'vs-code-recorder.stopRecording',\n}\n\nexport const recording: Recording = {\n isRecording: false,\n timer: 0,\n startDateTime: null,\n endDateTime: null,\n sequence: 0,\n customFolderName: '',\n activatedFiles: new Set(),\n}\n\nlet intervalId: NodeJS.Timeout\nconst fileQueue: File[] = []\nlet isAppending = false\n\nlet uploadIntervalId: NodeJS.Timeout;\nconst sessionUuid = vscode.env.sessionId;\n\nconst CROWD_CODE_API_GATEWAY_URL = process.env.CROWD_CODE_API_GATEWAY_URL;\n\n/**\n * Builds a CSV row with the given parameters.\n *\n * @param {CSVRowBuilder} sequence - The sequence number of the change.\n * @param {CSVRowBuilder} rangeOffset - The offset of the changed range.\n * @param {CSVRowBuilder} rangeLength - The length of the changed range.\n * @param {CSVRowBuilder} text - The text of the change.\n * @param {string} type - The type of the change (optional, defaults to 'content').\n * @return {string} A CSV row string with the provided information.\n */\nexport function buildCsvRow({\n sequence,\n rangeOffset,\n rangeLength,\n text,\n type = ChangeType.CONTENT,\n}: CSVRowBuilder): string | undefined {\n if (!recording.startDateTime) {\n return\n }\n\n const time = new Date().getTime() - recording.startDateTime.getTime()\n\n if (type === ChangeType.HEADING) {\n return 'Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type\n'\n }\n\n if (type === ChangeType.TERMINAL_FOCUS || type === ChangeType.TERMINAL_COMMAND || type === ChangeType.TERMINAL_OUTPUT) {\n return `${sequence},${time},""TERMINAL"",${rangeOffset},${rangeLength},""${escapeString(text)}"",,${type}\n`\n }\n\n const editorFileName = getEditorFileName()\n return `${sequence},${time},""${editorFileName}"",${rangeOffset},${rangeLength},""${escapeString(text)}"",${getEditorLanguage()},${type}\n`\n}\n\n/**\n * Checks if the current file being edited is within the configured export path.\n * This is used to determine if the current file should be recorded or not.\n *\n * @returns {boolean} `true` if the current file is within the export path, `false` otherwise.\n */\nexport function isCurrentFileExported(): boolean {\n const editor = vscode.window.activeTextEditor\n const filename = editor?.document.fileName.replaceAll('\\', '/')\n const exportPath = getExportPath()\n if (!editor || !filename || !exportPath) {\n return false\n }\n return filename.startsWith(exportPath)\n}\n\nconst onChangeSubscription = vscode.workspace.onDidChangeTextDocument(event => {\n if (!recording.isRecording) {\n return\n }\n\n if (isCurrentFileExported()) {\n return\n }\n const editor = vscode.window.activeTextEditor\n if (editor && event.document === editor.document) {\n for (const change of event.contentChanges) {\n recording.sequence++\n addToFileQueue(\n buildCsvRow({\n sequence: recording.sequence,\n rangeOffset: change.rangeOffset,\n rangeLength: change.rangeLength,\n text: change.text,\n })\n )\n appendToFile()\n }\n }\n})\n\n/**\n * Creates the recording folder if it doesn't exist.\n * @param folderPath - The path to the recording folder.\n */\nfunction createRecordingFolder(folderPath: string): void {\n if (!fs.existsSync(folderPath)) {\n fs.mkdirSync(folderPath, { recursive: true })\n }\n}\n\n/**\n * Starts the recording process and initializes necessary variables.\n */\nexport async function startRecording(): Promise {\n if (!vscode.window.activeTextEditor) {\n vscode.window.showErrorMessage(vscode.l10n.t('No active text editor'))\n logToOutput(vscode.l10n.t('No active text editor'), 'info')\n return\n }\n if (recording.isRecording) {\n notificationWithProgress(vscode.l10n.t('Already recording'))\n logToOutput(vscode.l10n.t('Already recording'), 'info')\n return\n }\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n // If the setting is enabled and the path is inside the workspace, add it to .gitignore\n if (\n getConfig().get('export.addToGitignore') &&\n getConfig().get('export.exportPath')?.startsWith('${workspaceFolder}')\n ) {\n await addToGitignore()\n }\n\n recording.startDateTime = new Date()\n recording.activatedFiles = new Set()\n\n // Ask for folder name if enabled in settings\n let customFolderName: string | undefined\n if (getConfig().get('recording.askFolderName')) {\n customFolderName = await vscode.window.showInputBox({\n prompt: vscode.l10n.t('Enter a name for the recording folder'),\n placeHolder: vscode.l10n.t('Enter recording folder name'),\n })\n if (!customFolderName) {\n stopRecording(true)\n return\n }\n recording.customFolderName = customFolderName\n }\n\n const fileName = generateFileName(recording.startDateTime, false, recording.customFolderName, sessionUuid)\n if (!fileName) {\n stopRecording(true)\n return\n }\n\n // Create the recording folder\n const folderPath = path.dirname(path.join(exportPath, fileName))\n createRecordingFolder(folderPath)\n\n recording.isRecording = true\n recording.timer = 0\n recording.endDateTime = null\n recording.sequence = 0\n intervalId = setInterval(() => {\n recording.timer++\n updateStatusBarItem()\n }, 1000)\n notificationWithProgress(vscode.l10n.t('Recording started'))\n logToOutput(vscode.l10n.t('Recording started'), 'info')\n\n const editorText = vscode.window.activeTextEditor?.document.getText()\n const activeEditorUri = vscode.window.activeTextEditor?.document.uri.toString()\n\n if (editorText !== undefined && activeEditorUri) {\n recording.sequence++\n const csvRow = {\n sequence: recording.sequence,\n rangeOffset: 0,\n rangeLength: 0,\n text: editorText,\n type: ChangeType.TAB,\n }\n addToFileQueue(buildCsvRow({ ...csvRow, type: ChangeType.HEADING }))\n addToFileQueue(buildCsvRow(csvRow))\n appendToFile()\n recording.activatedFiles.add(activeEditorUri)\n actionsProvider.setCurrentFile(vscode.window.activeTextEditor.document.fileName)\n }\n\n extContext.subscriptions.push(onChangeSubscription)\n updateStatusBarItem()\n actionsProvider.setRecordingState(true)\n\n // Set up a timer to send data to the Lambda endpoint periodically\n uploadIntervalId = setInterval(async () => {\n if (!exportPath) {\n return;\n }\n\n if (typeof CROWD_CODE_API_GATEWAY_URL !== 'string' || !CROWD_CODE_API_GATEWAY_URL.trim()) {\n logToOutput(""CROWD_CODE_API_GATEWAY_URL must be a non-empty string. Please check your build configuration."", 'error');\n logToOutput(`CROWD_CODE_API_GATEWAY_URL: ${CROWD_CODE_API_GATEWAY_URL}`, 'info');\n return;\n }\n\n const filePath = path.join(exportPath, `${fileName}.csv`);\n\n try {\n const fileContent = await fs.promises.readFile(filePath, 'utf-8');\n\n if (fileContent) {\n const payload = {\n fileName: `${fileName}.csv`,\n content: fileContent\n };\n await axios.post(CROWD_CODE_API_GATEWAY_URL, payload);\n console.log(`Successfully sent ${payload.fileName} to Lambda endpoint.`);\n }\n } catch (error: any) {\n if (error.code === 'ENOENT') {\n console.warn(`File not found at ${filePath}. It might be created on first write.`);\n } else {\n console.error(`Error sending data to Lambda: ${error.message}`);\n if (axios.isAxiosError(error) && error.response) {\n console.error(""Lambda response status:"", error.response.status);\n console.error(""Lambda response data:"", error.response.data);\n }\n }\n }\n }, 0.2 * 60 * 1000); // 5 minutes\n}\n\n/**\n * Stops the recording process and finalizes the recording data.\n * @param context - The extension context.\n */\nexport function stopRecording(force = false): Promise | void {\n if (!recording.isRecording) {\n notificationWithProgress(vscode.l10n.t('Not recording'))\n return\n }\n\n recording.isRecording = false\n clearInterval(intervalId)\n clearInterval(uploadIntervalId); // Clear the upload timer\n recording.timer = 0\n recording.activatedFiles?.clear()\n const index = extContext.subscriptions.indexOf(onChangeSubscription)\n if (index !== -1) {\n extContext.subscriptions.splice(index, 1)\n }\n updateStatusBarItem()\n actionsProvider.setRecordingState(false)\n if (force) {\n notificationWithProgress(vscode.l10n.t('Recording cancelled'))\n logToOutput(vscode.l10n.t('Recording cancelled'), 'info')\n recording.customFolderName = undefined\n return\n }\n notificationWithProgress(vscode.l10n.t('Recording finished'))\n logToOutput(vscode.l10n.t('Recording finished'), 'info')\n recording.endDateTime = new Date()\n return processCsvFile().then(() => {\n // Reset customFolderName after processing is complete\n recording.customFolderName = undefined\n }).catch(err => {\n logToOutput(vscode.l10n.t('Error processing CSV file during stop: {0}', String(err)), 'error')\n recording.customFolderName = undefined\n });\n}\n\n/**\n * Appends data from the file queue to the appropriate file in the workspace.\n */\nexport async function appendToFile(): Promise {\n if (isAppending) {\n return\n }\n isAppending = true\n\n const exportPath = getExportPath()\n if (!exportPath) {\n logToOutput('Export path not available in appendToFile, stopping recording.', 'error')\n stopRecording(true)\n isAppending = false\n return\n }\n\n while (fileQueue.length > 0) {\n const itemToAppend = fileQueue.shift()\n if (!itemToAppend) {\n continue\n }\n\n const filePath = path.join(exportPath, itemToAppend.name)\n\n try {\n const directory = path.dirname(filePath)\n if (!fs.existsSync(directory)) {\n fs.mkdirSync(directory, { recursive: true })\n }\n await fs.promises.appendFile(filePath, itemToAppend.content)\n } catch (err) {\n logToOutput(\n `Failed to append to file ${filePath}: ${err}. Item dropped. Content: ${itemToAppend.content.substring(0, 100)}...`,\n 'error'\n )\n }\n }\n isAppending = false\n}\n\n/**\n * Appends an SRT line to the file queue for the previous change.\n *\n * This function is responsible for generating the SRT format line for the previous change and adding it to the file queue.\n * It checks if the SRT export format is enabled, and if so, it generates the SRT line for the previous change and adds it to the file queue.\n *\n * @param processedChanges - An array of processed changes.\n * @param i - The index of the current change in the processedChanges array.\n * @param exportInSrt - A boolean indicating whether the SRT export format is enabled.\n */\nfunction addToSRTFile(processedChanges: Change[], i: number, exportInSrt: boolean) {\n if (!exportInSrt) {\n return\n }\n if (i === 0) {\n return\n }\n addToFileQueue(\n addSrtLine(\n processedChanges[i - 1].sequence,\n processedChanges[i - 1].startTime,\n processedChanges[i - 1].endTime,\n JSON.stringify({\n text: processedChanges[i - 1].text,\n file: processedChanges[i - 1].file,\n language: processedChanges[i - 1].language,\n })\n ),\n 'srt',\n true\n )\n}\n\n/**\n * Returns the new text content based on the change type and the previous change.\n * @param type - The type of the change.\n * @param text - The text of the change.\n * @param previousChange - The previous change.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n */\nfunction getNewTextContent(\n type: string,\n text: string,\n previousChange: Change | null,\n rangeOffset: number,\n rangeLength: number\n): string {\n if (type === ChangeType.TAB) {\n return text\n }\n if (!previousChange) {\n return ''\n }\n return getUpdatedText(previousChange.text, rangeOffset, rangeLength, text)\n}\n\n/**\n * Processes a single CSV line and returns the processed change\n */\nasync function processCSVLine(line: string, previousChange: Change | null): Promise {\n const lineArr = line.split(/,(?=(?:[^""]*""[^""]*"")*[^""]*$)/)\n\n if (Number.isNaN(Number.parseInt(lineArr[0]))) {\n return null\n }\n\n const time = Number.parseInt(lineArr[1])\n const file = removeDoubleQuotes(lineArr[2])\n const rangeOffset = Number.parseInt(lineArr[3])\n const rangeLength = Number.parseInt(lineArr[4])\n const text = unescapeString(removeDoubleQuotes(lineArr[5]))\n const language = lineArr[6]\n const type = lineArr[7]\n\n const newText = getNewTextContent(type, text, previousChange, rangeOffset, rangeLength)\n\n /**\n * Skip exporting changes with the same values to the previous change.\n */\n if (\n previousChange &&\n time === previousChange.startTime &&\n file === previousChange.file &&\n newText === previousChange.text &&\n language === previousChange.language\n ) {\n return null\n }\n\n return {\n sequence: previousChange ? previousChange.sequence + 1 : 1,\n file,\n startTime: time,\n endTime: 0,\n language,\n text: newText,\n }\n}\n\n/**\n * Returns the updated text content based on the previous text, range offset, range length, and new text.\n * @param previousText - The previous text.\n * @param rangeOffset - The offset of the range.\n * @param rangeLength - The length of the range.\n * @param newText - The new text.\n */\nfunction getUpdatedText(\n previousText: string,\n rangeOffset: number,\n rangeLength: number,\n newText: string\n): string {\n const textArray = previousText.split('')\n textArray.splice(rangeOffset, rangeLength, newText)\n return textArray.join('')\n}\n\n/**\n * Processes the CSV file and generates the necessary output files.\n */\nasync function processCsvFile(): Promise {\n if (!validateRecordingState()) {\n return\n }\n\n const exportFormats = getConfig().get('export.exportFormats', [])\n if (exportFormats.length === 0) {\n logToOutput(vscode.l10n.t('No export formats specified'), 'info')\n vscode.window.showWarningMessage(vscode.l10n.t('No export formats specified'))\n return\n }\n\n const exportPath = getExportPath()\n if (!exportPath) {\n return\n }\n\n if (!recording.startDateTime) {\n return\n }\n\n // Use the same custom folder name for reading the source file\n const sourceFileName = generateFileName(\n recording.startDateTime,\n false,\n recording.customFolderName,\n sessionUuid\n )\n if (!sourceFileName) {\n return\n }\n\n const filePath = path.join(exportPath, `${sourceFileName}.csv`)\n\n try {\n if (!fs.existsSync(filePath)) {\n throw new Error(`Source file not found: ${filePath}`)\n }\n\n const processedChanges: Change[] = []\n\n const rl = readline.createInterface({\n input: fs.createReadStream(filePath),\n crlfDelay: Number.POSITIVE_INFINITY,\n })\n\n for await (const line of rl) {\n const previousChange = processedChanges[processedChanges.length - 1]\n const change = await processCSVLine(line, previousChange)\n\n if (change) {\n if (previousChange) {\n previousChange.endTime = change.startTime\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n processedChanges.push(change)\n }\n }\n\n rl.close();\n\n return finalizeRecording(processedChanges, exportFormats);\n\n } catch (err) {\n vscode.window.showErrorMessage(`Error processing recording: ${err}`)\n logToOutput(vscode.l10n.t('Error processing CSV file: {0}', String(err)), 'error')\n return Promise.resolve(); // Resolve even on error after showing message\n }\n}\n\nfunction validateRecordingState(): boolean {\n if (!vscode.workspace.workspaceFolders) {\n logToOutput(\n vscode.l10n.t(\n 'No workspace folder found. To process the recording is needed a workspace folder'\n ),\n 'error'\n )\n return false\n }\n if (!recording.endDateTime || !recording.startDateTime) {\n logToOutput(vscode.l10n.t('Recording date time is not properly set'), 'error')\n return false\n }\n return true\n}\n\nfunction finalizeRecording(processedChanges: Change[], exportFormats: string[]): Promise {\n const lastChange = processedChanges[processedChanges.length - 1]\n if (lastChange && recording.endDateTime && recording.startDateTime) {\n lastChange.endTime = recording.endDateTime.getTime() - recording.startDateTime.getTime()\n if (exportFormats.includes('SRT')) {\n addToSRTFile(processedChanges, processedChanges.length, true)\n }\n }\n if (exportFormats.includes('JSON')) {\n addToFileQueue(JSON.stringify(processedChanges), 'json', true)\n }\n return appendToFile().then(() => {\n // Refresh the recordFiles view after export is complete\n vscode.commands.executeCommand('vs-code-recorder.refreshRecordFiles')\n })\n}\n\n/**\n * Adds a line to the SRT file format.\n * @param sequence - The sequence number of the change.\n * @param start - The start time of the change.\n * @param end - The end time of the change.\n * @param text - The text of the change.\n * @returns A string representing a line in the SRT file format.\n */\nfunction addSrtLine(sequence: number, start: number, end: number, text: string): string {\n return `${sequence}\n${formatSrtTime(start)} --> ${formatSrtTime(end)}\n${text}\n\n`\n}\n\n/**\n * Adds content to the file queue.\n * @param content - The content to add.\n * @param fileExtension - The file extension (optional, defaults to 'csv').\n */\nexport function addToFileQueue(\n content: string | undefined,\n fileExtension = 'csv',\n isExport = false\n): void {\n if (!content) {\n return\n }\n if (!recording.startDateTime) {\n return\n }\n // Use the same custom name throughout the recording session\n const fileName = generateFileName(recording.startDateTime, isExport, recording.customFolderName, sessionUuid)\n if (!fileName) {\n return\n }\n fileQueue.push({\n name: `${fileName}.${fileExtension}`,\n content: content,\n })\n}\n\n/**\n * Updates the status bar item with the current recording status and time.\n */\nexport function updateStatusBarItem(): void {\n const editor = vscode.window.activeTextEditor\n if (!editor && !recording) {\n statusBarItem.hide()\n return\n }\n if (recording.isRecording) {\n if (getConfig().get('appearance.showTimer') === false) {\n statusBarItem.text = '$(debug-stop)'\n statusBarItem.tooltip = vscode.l10n.t('Current time: {0}', formatDisplayTime(recording.timer))\n }\n if (getConfig().get('appearance.showTimer') === true) {\n statusBarItem.text = `$(debug-stop) ${formatDisplayTime(recording.timer)}`\n statusBarItem.tooltip = vscode.l10n.t('Stop Recording')\n }\n statusBarItem.command = commands.stopRecording\n } else {\n if (getConfig().get('appearance.minimalMode') === true) {\n statusBarItem.text = '$(circle-large-filled)'\n } else {\n statusBarItem.text = `$(circle-large-filled) ${vscode.l10n.t('Start Recording')}`\n }\n statusBarItem.tooltip = vscode.l10n.t('Start Recording')\n statusBarItem.command = commands.startRecording\n }\n statusBarItem.show()\n}",typescript,tab +2,823,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"4:31:57 PM [info] Activating crowd-code\n4:31:57 PM [info] Welcome back maharajamihir. Your user-id is '69a563db57051868fc3ecdda3a43f162385be48f5447fe691a10177ee4dc3a0e'. Happy coding!\n4:31:57 PM [info] Recording started\n",Log,tab +3,35676,"src/recording.ts",0,0,"",typescript,tab +4,79594,"webpack.config.js",0,0,"const path = require('node:path')\nconst webpack = require('webpack')\n\n//@ts-check\n/** @typedef {import('webpack').Configuration} WebpackConfig **/\n\n/** @type WebpackConfig */\nconst extensionConfig = {\n\ttarget: 'node', // VS Code extensions run in a Node.js-context 📖 -> https://webpack.js.org/configuration/node/\n\tmode: 'none', // this leaves the source code as close as possible to the original (when packaging we set this to 'production')\n\n\tentry: './src/extension.ts', // the entry point of this extension, 📖 -> https://webpack.js.org/configuration/entry-context/\n\toutput: {\n\t\t// the bundle is stored in the 'out' folder (check package.json), 📖 -> https://webpack.js.org/configuration/output/\n\t\tpath: path.resolve(__dirname, 'out'),\n\t\tfilename: 'extension.js',\n\t\tlibraryTarget: 'commonjs2',\n\t},\n\texternals: {\n\t\tvscode: 'commonjs vscode', // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/\n\t\t// modules added here also need to be added in the .vscodeignore file\n\t},\n\tresolve: {\n\t\t// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader\n\t\textensions: ['.ts', '.js'],\n\t},\n\tmodule: {\n\t\trules: [\n\t\t\t{\n\t\t\t\ttest: /\.ts$/,\n\t\t\t\texclude: /node_modules/,\n\t\t\t\tuse: [\n\t\t\t\t\t{\n\t\t\t\t\t\tloader: 'ts-loader',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n\tdevtool: 'nosources-source-map',\n\tinfrastructureLogging: {\n\t\tlevel: 'log', // enables logging required for problem matchers\n\t},\n\tplugins: [\n new webpack.DefinePlugin({\n 'process.env.CROWD_CODE_API_GATEWAY_URL': JSON.stringify(process.env.CROWD_CODE_API_GATEWAY_URL)\n })\n ]\n\n}\nmodule.exports = [extensionConfig]\n",javascript,tab +5,864791,"TERMINAL",0,0,"ls ../INFRA_SETUP.md",,terminal_command +6,864820,"TERMINAL",0,0,"]633;E;ls ../INFRA_SETUP.md ;a808ac8a-c4ad-476e-8ef8-0a741b3ad045]633;C../INFRA_SETUP.md\r\n]0;maharajamihir@mihir-xps139305:~/Projects/coding-extension/crowd-code]633;D;0",,terminal_output +7,865821,"/home/maharajamihir/Projects/coding-extension/INFRA_SETUP.md",0,0,"# AWS Serverless Backend Setup for VS Code Recorder Extension\n\nThis guide provides step-by-step instructions to set up the necessary AWS infrastructure for the VS Code Recorder extension's serverless backend. This includes creating an IAM Role for the Lambda function, deploying the Lambda function, and configuring API Gateway to expose the Lambda function as a public endpoint with guardrails.\n\n**Assumptions:**\n\n* You have an AWS account and access to the AWS Management Console.\n* You have the AWS CLI configured (optional, but good for local testing/packaging).\n* You have Node.js and npm/yarn installed to build the Lambda package.\n\n---\n\n## 1. Prepare the Lambda Deployment Package\n\nBefore deploying the Lambda function, you need to package its code and dependencies into a ZIP file.\n\n1. **Navigate to the `lambda-backend` directory:**\n ```bash\n cd lambda-backend\n ```\n\n2. **Install dependencies and build the TypeScript code:**\n ```bash\n npm install\n npm run build\n ```\n\n3. **Create the deployment package (ZIP file):**\n Navigate into the `dist` folder, then zip its contents along with `node_modules` and `package.json`.\n ```bash\n cd dist\n zip -r ../lambda-package.zip . ../node_modules ../package.json\n # Alternatively, for better control, ensure node_modules is directly in the root of the zip\n # From the lambda-backend directory:\n # zip -r lambda-package.zip dist node_modules package.json\n ```\n Ensure the `lambda-package.zip` file is created in the `lambda-backend` directory. The `index.js` (compiled from `index.ts`) should be at the root of the ZIP file when extracted.\n\n---\n\n## 2. Create IAM Role for AWS Lambda\n\nThis role will grant your Lambda function the necessary permissions to write to S3 and log to CloudWatch.\n\n1. **Go to the IAM Console:**\n * Open the AWS Management Console.\n * Search for ""IAM"" in the search bar and select ""IAM"".\n\n2. **Create a new Role:**\n * In the left-hand navigation pane, click on **Roles**.\n * Click the **Create role** button.\n\n3. **Select trusted entity:**\n * For ""Trusted entity type"", choose **AWS service**.\n * For ""Use case"", select **Lambda**.\n * Click **Next**.\n\n4. **Add permissions:**\n * In the ""Add permissions"" section, search for and select:\n * `AWSLambdaBasicExecutionRole` (This allows Lambda to write logs to CloudWatch Logs).\n * Click **Next**.\n\n5. **Name the role and create:**\n * For ""Role name"", enter `LambdaS3UploadRole` (or a similar descriptive name).\n * (Optional) Add a ""Description"" like ""Role for Lambda to upload recording data to S3.""\n * Click **Create role**.\n\n6. **Attach Custom Inline Policy for S3:**\n * Once the role is created, find and click on the role you just created (`LambdaS3UploadRole`).\n * On the role's summary page, click **Add permissions** -> **Create inline policy**.\n * Choose the **JSON** tab and paste the following policy:\n\n ```json\n {\n ""Version"": ""2012-10-17"",\n ""Statement"": [\n {\n ""Effect"": ""Allow"",\n ""Action"": [\n ""s3:PutObject""\n ],\n ""Resource"": ""arn:aws:s3:::crowd-code-bucket/*""\n }\n ]\n }\n ```\n * Click **Next**.\n * For ""Policy name"", enter `S3PutObjectPolicy` (or a similar name).\n * Click **Create policy**.\n\n *Note: Ensure the S3 bucket `crowd-code-bucket` exists before the Lambda function attempts to write to it. If it doesn't, create it now in the S3 console.*\n\n---\n\n## 3. Deploy the AWS Lambda Function\n\nNow you will create and deploy your Node.js Lambda function.\n\n1. **Go to the Lambda Console:**\n * Open the AWS Management Console.\n * Search for ""Lambda"" and select ""Lambda"".\n\n2. **Create a new Function:**\n * Click the **Create function** button.\n * Select **Author from scratch**.\n\n3. **Configure basic settings:**\n * **Function name:** `VSCodeRecordingUploader`\n * **Runtime:** Choose `Node.js 20.x` (or the latest LTS version available).\n * **Architecture:** `x86_64` (default)\n * **Permissions:**\n * Under ""Change default execution role"", select **Use an existing role**.\n * Choose the `LambdaS3UploadRole` (or the name you gave it) from the dropdown.\n * Click **Create function**.\n\n4. **Upload your code:**\n * Once the function is created, you'll be on its configuration page.\n * In the ""Code source"" section, click **Upload from** -> **.zip file**.\n * Click **Upload**, then select the `lambda-package.zip` file you created earlier.\n * Click **Save**.\n\n5. **Configure Handler:**\n * Make sure the **Runtime settings** (below ""Code source"") show the ""Handler"" as `index.handler`. If it's different (e.g., `app.handler`), click **Edit** and change it to `index.handler`.\n\n---\n\n## 4. Set up API Gateway\n\nThis will create a public HTTP endpoint that triggers your Lambda function.\n\n1. **Go to the API Gateway Console:**\n * Open the AWS Management Console.\n * Search for ""API Gateway"" and select ""API Gateway"".\n\n2. **Create a new REST API:**\n * Under ""REST API"", click **Build**.\n * Select **New API**.\n * **API name:** `VSCodeRecordingAPI`\n * **Endpoint Type:** `Regional` (default)\n * Click **Create API**.\n\n3. **Create a Resource:**\n * In the left-hand navigation pane, select **Resources** (under your API name).\n * Click **Actions** -> **Create Resource**.\n * **Resource Name:** `recordings`\n * **Resource Path:** `/recordings`\n * Click **Create Resource**.\n\n4. **Create a POST Method:**\n * With the `/recordings` resource selected, click **Actions** -> **Create Method**.\n * Select **POST** from the dropdown and click the checkmark.\n\n5. **Configure POST Method Integration:**\n * **Integration type:** `Lambda Function`\n * **Use Lambda Proxy integration:** Check this box (important for full event forwarding).\n * **Lambda Region:** Select the region where you deployed your Lambda function.\n * **Lambda Function:** Start typing `VSCodeRecordingUploader` and select your Lambda function from the dropdown.\n * **Timeout:** (Optional) Adjust if you expect long-running Lambda executions, but for this, default is usually fine.\n * Click **Save**.\n * When prompted, click **OK** to grant API Gateway permissions to invoke the Lambda function.\n\n6. **Enable CORS for the POST method:**\n * With the `/recordings` resource selected, click **Actions** -> **Enable CORS**.\n * Keep the default settings (or adjust `Access-Control-Allow-Origin` if you want to restrict specific origins, but for an ""Open Endpoint"", `*` is fine).\n * Click **Enable CORS and replace existing CORS headers**.\n * Click **Yes, replace existing values** when prompted.\n\n7. **Configure Throttling (Guardrails):**\n * In the API Gateway console, go to **Stages** (under your API name in the left navigation).\n * If you haven't deployed your API yet, deploy it first (see step 8).\n * Select your stage (e.g., `v1`).\n * Go to the **Throttling** tab.\n * Set the **Rate** (requests per second) and **Burst** (maximum concurrent requests) according to your expected traffic. For example:\n * **Rate:** `10`\n * **Burst:** `5`\n * Click **Save Changes**.\n\n8. **Deploy the API:**\n * In the left-hand navigation pane, select **Resources**.\n * Click **Actions** -> **Deploy API**.\n * **Deployment stage:**\n * Select `[New Stage]`\n * **Stage name:** `v1` (or another appropriate name like `prod`, `dev`)\n * Click **Deploy**.\n\n---\n\n## 5. Final Steps: Get Invoke URL and Update VS Code Extension\n\n1. **Retrieve the Invoke URL:**\n * After deploying, you will be taken to the Stage Editor page.\n * The **Invoke URL** for your API will be displayed at the top. It will look something like:\n `https://xxxxxxxxx.execute-api.your-region.amazonaws.com/v1/recordings`\n * **Copy this entire URL.**\n\n2. **Update the VS Code Extension:**\n * Open your VS Code extension project.\n * Go to `src/recording.ts`.\n * Replace the placeholder `YOUR_API_GATEWAY_ENDPOINT_URL_HERE` with the copied Invoke URL:\n\n ```typescript\n const API_GATEWAY_URL = '[https://xxxxxxxxx.execute-api.your-region.amazonaws.com/v1/recordings](https://xxxxxxxxx.execute-api.your-region.amazonaws.com/v1/recordings)';\n ```\n * Save the file.\n\n3. **Re-package and install the VS Code Extension:**\n * You'll need to rebuild and re-package your VS Code extension with the updated API Gateway URL.\n * From your extension's root directory, run:\n ```bash\n npm install\n npm run compile\n vsce package # If you have vsce installed\n ```\n * Then, install the new `.vsix` file into VS Code.\n\nNow your VS Code extension will send recording data to your secure and scalable serverless backend!\n\n---",markdown,tab diff --git a/927a8af5474e5654810c00ce2e09fd2de87d3e5722f33fa1090d867db114e403/crowd-code-68ed574d-e77d-4b90-972b-cb14379b3ba21752587095408-2025_07_15-15.45.46.648/source.csv b/927a8af5474e5654810c00ce2e09fd2de87d3e5722f33fa1090d867db114e403/crowd-code-68ed574d-e77d-4b90-972b-cb14379b3ba21752587095408-2025_07_15-15.45.46.648/source.csv new file mode 100644 index 0000000000000000000000000000000000000000..314d399bbccd8e58cf897989b0ec296b970cb94a --- /dev/null +++ b/927a8af5474e5654810c00ce2e09fd2de87d3e5722f33fa1090d867db114e403/crowd-code-68ed574d-e77d-4b90-972b-cb14379b3ba21752587095408-2025_07_15-15.45.46.648/source.csv @@ -0,0 +1,3841 @@ +Sequence,Time,File,RangeOffset,RangeLength,Text,Language,Type +2,717,"extension-output-pdoom-org.crowd-code-#1-crowd-code",0,0,"3:45:46 PM [info] Activating crowd-code\n3:45:46 PM [info] Recording started\n3:45:46 PM [info] Initializing git provider using file system watchers...\n3:45:46 PM [info] Git repository found\n3:45:46 PM [info] Git provider initialized successfully\n3:45:46 PM [info] Initial git state: [object Object]\n",Log,tab +3,3885,"TERMINAL",0,0,"/bin/python3 /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt",,terminal_command +4,3935,"TERMINAL",0,0,"]633;E;2025-07-15 15:45:50 /bin/python3 /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/printEnvVariablesToFile.py /hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash/envVars.txt;50f99be8-c874-4f46-bf6b-e04bc9881caf]633;C",,terminal_output +5,4005,"TERMINAL",0,0,"]0;tum_cte0515@hkn1991:/hkfs/home/project/hk-project-p0023960/tum_cte0515/.cursor-server/extensions/ms-python.python-2024.12.3-linux-x64/python_files/deactivate/bash]633;D;0",,terminal_output +6,101269,"sample.py",0,0,"from dataclasses import dataclass\nfrom typing import Optional\nimport time\nimport os\n\nimport dm_pix as pix\nimport einops\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nimport numpy as np\nfrom flax.training.train_state import TrainState\nimport grain\nimport orbax.checkpoint as ocp\nimport optax\nfrom PIL import Image, ImageDraw\nimport tyro\n\nfrom genie import Genie\nfrom utils.dataloader import get_dataloader\n\n\n@dataclass\nclass Args:\n # Experiment\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = ""data/coinrun_episodes""\n checkpoint: str = """"\n checkpoint_step: Optional[int] = None\n # Sampling\n batch_size: int = 1\n maskgit_steps: int = 25\n temperature: float = 1.0\n sample_argmax: bool = True\n start_frame: int = 0\n # Tokenizer checkpoint\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n # LAM checkpoint\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_co_train: bool = True\n # Dynamics checkpoint\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n\n\nargs = tyro.cli(Args)\nrng = jax.random.PRNGKey(args.seed)\n\n# --- Load Genie checkpoint ---\ngenie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=args.lam_co_train,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n)\nrng, _rng = jax.random.split(rng)\nimage_shape = (args.image_height, args.image_width, args.image_channels)\ndummy_inputs = dict(\n videos=jnp.zeros((args.batch_size, args.seq_len, *image_shape), dtype=jnp.float32),\n mask_rng=_rng,\n)\nrng, _rng = jax.random.split(rng)\nparams = genie.init(_rng, dummy_inputs)\n\ndummy_train_state = TrainState.create(\n apply_fn=genie.apply,\n params=params,\n tx=optax.adamw(\n optax.warmup_cosine_decay_schedule(\n 0, 0, 1, 2 # dummy values\n )\n ), \n)\nhandler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\nhandler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\ncheckpoint_manager = ocp.CheckpointManager(\n args.checkpoint,\n options=ocp.CheckpointManagerOptions(step_format_fixed_length=6),\n handler_registry=handler_registry\n)\nabstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, dummy_train_state\n)\n\nrestored = checkpoint_manager.restore(\n args.checkpoint_step or checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n ),\n)\nrestored_train_state = restored[""model_state""]\nparams = restored_train_state.params\n\n\ndef _sampling_wrapper(module, batch):\n return module.sample(batch, args.seq_len, args.maskgit_steps, args.temperature, args.sample_argmax)\n\n# --- Define autoregressive sampling loop ---\ndef _autoreg_sample(rng, video_batch, action_batch):\n vid = video_batch[:, : args.start_frame + 1]\n sampling_fn = jax.jit(nn.apply(_sampling_wrapper, genie)) \n rng, _rng = jax.random.split(rng)\n batch = dict(videos=vid, latent_actions=action_batch, rng=_rng)\n generated_vid = sampling_fn(\n params,\n batch\n )\n return generated_vid\n\ndef _get_dataloader_iterator():\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=0,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n return grain_iterator\n\n# --- Get video + latent actions ---\ngrain_iterator = _get_dataloader_iterator()\nvideo_batch = next(grain_iterator)\n\n# Get latent actions for all videos in the batch\nbatch = dict(videos=video_batch)\naction_batch = genie.apply(params, batch, False, method=Genie.vq_encode)\naction_batch = action_batch.reshape(video_batch.shape[0], args.seq_len - 1, 1)\n\n# --- Sample + evaluate video ---\nvid = _autoreg_sample(rng, video_batch, action_batch)\ngt = video_batch[:, : vid.shape[1]].clip(0, 1).reshape(-1, *video_batch.shape[2:])\nrecon = vid.clip(0, 1).reshape(-1, *vid.shape[2:])\nssim = pix.ssim(gt[:, args.start_frame + 1 :], recon[:, args.start_frame + 1 :]).mean()\nprint(f""SSIM: {ssim}"")\n\n# --- Construct video ---\ntrue_videos = (video_batch * 255).astype(np.uint8)\npred_videos = (vid * 255).astype(np.uint8)\nvideo_comparison = np.zeros((2, *vid.shape), dtype=np.uint8)\nvideo_comparison[0] = true_videos[:, :args.seq_len]\nvideo_comparison[1] = pred_videos\nframes = einops.rearrange(video_comparison, ""n b t h w c -> t (b h) (n w) c"")\n\n# --- Save video --- \nimgs = [Image.fromarray(img) for img in frames]\n# Write actions on each frame, on each row (i.e., for each video in the batch, on the GT row)\nfor t, img in enumerate(imgs[1:]):\n d = ImageDraw.Draw(img)\n for row in range(action_batch.shape[0]):\n action = action_batch[row, t, 0]\n y_offset = row * video_batch.shape[2] + 2\n d.text((2, y_offset), f""{action}"", fill=255)\nimgs[0].save(\n f""generation_{time.time()}.gif"",\n save_all=True,\n append_images=imgs[1:],\n duration=250,\n loop=0,\n)\n",python,tab +7,109787,"sample.py",5414,0,"",python,selection_mouse +8,829381,"TERMINAL",0,0,"bash",,terminal_focus +9,880460,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n jax.debug.print(""current_token_idxs[0,:,25] at step {step_t}: {tokens}"", step_t=step_t, tokens=current_token_idxs[0,:,25])\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) == step_t # (S,)\n jax.debug.print(""mask at step {step_t}: {mask}"", step_t=step_t, mask=mask)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +10,881057,"genie.py",4306,0,"",python,selection_mouse +11,882972,"genie.py",5327,0,"",python,selection_mouse +12,883930,"genie.py",5192,0,"",python,selection_command +13,884348,"genie.py",5161,0,"",python,selection_command +14,885077,"genie.py",5161,0,"#",python,content +15,885081,"genie.py",5162,0,"",python,selection_keyboard +16,885307,"genie.py",5162,0," ",python,content +17,885309,"genie.py",5163,0,"",python,selection_keyboard +18,885827,"genie.py",5162,0,"",python,selection_command +19,885948,"genie.py",5299,0,"",python,selection_command +20,886078,"genie.py",5336,0,"",python,selection_command +21,886211,"genie.py",5350,0,"",python,selection_command +22,886370,"genie.py",5415,0,"",python,selection_command +23,886514,"genie.py",5471,0,"",python,selection_command +24,886788,"genie.py",5470,0,"",python,selection_command +25,887364,"genie.py",5470,0,"#",python,content +26,887366,"genie.py",5471,0,"",python,selection_keyboard +27,887424,"genie.py",5471,0," ",python,content +28,887425,"genie.py",5472,0,"",python,selection_keyboard +29,887804,"genie.py",5471,0,"",python,selection_command +30,1884436,"TERMINAL",0,0,"bash",,terminal_focus +31,2164605,"TERMINAL",0,0,"bash",,terminal_focus +32,2252423,"TERMINAL",0,0,"bash",,terminal_focus +33,2256107,"genie.py",0,0,"",python,tab +34,2256109,"genie.py",5180,0,"",python,selection_mouse +35,2256543,"genie.py",5179,0,"",python,selection_mouse +36,2259718,"genie.py",5149,137,"",python,content +37,2259738,"genie.py",5161,0,"",python,selection_command +38,2259866,"genie.py",5199,0,"",python,selection_command +39,2260063,"genie.py",5212,0,"",python,selection_command +40,2260191,"genie.py",5277,0,"",python,selection_command +41,2260417,"genie.py",5333,0,"",python,selection_command +42,2260858,"genie.py",5321,89,"",python,content +43,2260875,"genie.py",5333,0,"",python,selection_command +44,2261161,"genie.py",5277,0,"",python,selection_command +45,2261386,"genie.py",5212,0,"",python,selection_command +46,2261895,"genie.py",5199,0,"",python,selection_command +47,2261937,"genie.py",5161,0,"",python,selection_command +48,2261938,"genie.py",5117,0,"",python,selection_command +49,2261984,"genie.py",5070,0,"",python,selection_command +50,2262062,"genie.py",5117,0,"",python,selection_command +51,2262535,"genie.py",5161,0,"",python,selection_command +52,2262551,"genie.py",5199,0,"",python,selection_command +53,2262579,"genie.py",5212,0,"",python,selection_command +54,2262636,"genie.py",5277,0,"",python,selection_command +55,2262637,"genie.py",5333,0,"",python,selection_command +56,2262671,"genie.py",5419,0,"",python,selection_command +57,2262699,"genie.py",5456,0,"",python,selection_command +58,2262726,"genie.py",5503,0,"",python,selection_command +59,2262783,"genie.py",5516,0,"",python,selection_command +60,2262785,"genie.py",5570,0,"",python,selection_command +61,2262818,"genie.py",5605,0,"",python,selection_command +62,2262876,"genie.py",5631,0,"",python,selection_command +63,2262877,"genie.py",5666,0,"",python,selection_command +64,2262940,"genie.py",5688,0,"",python,selection_command +65,2262942,"genie.py",5719,0,"",python,selection_command +66,2262968,"genie.py",5733,0,"",python,selection_command +67,2262997,"genie.py",5817,0,"",python,selection_command +68,2263024,"genie.py",5733,0,"",python,selection_command +69,2263532,"genie.py",5719,0,"",python,selection_command +70,2263590,"genie.py",5688,0,"",python,selection_command +71,2263591,"genie.py",5666,0,"",python,selection_command +72,2263620,"genie.py",5631,0,"",python,selection_command +73,2263680,"genie.py",5605,0,"",python,selection_command +74,2263680,"genie.py",5570,0,"",python,selection_command +75,2263726,"genie.py",5516,0,"",python,selection_command +76,2277700,"genie.py",5503,0,"",python,selection_command +77,2278193,"genie.py",5456,0,"",python,selection_command +78,2278214,"genie.py",5419,0,"",python,selection_command +79,2278555,"genie.py",5333,0,"",python,selection_command +80,2278704,"genie.py",5277,0,"",python,selection_command +81,2279246,"genie.py",5333,0,"",python,selection_command +82,2279692,"genie.py",5419,0,"",python,selection_command +83,2279876,"genie.py",5456,0,"",python,selection_command +84,2280092,"genie.py",5419,0,"",python,selection_command +85,2280267,"genie.py",5333,0,"",python,selection_command +86,2280618,"genie.py",5277,0,"",python,selection_command +87,2280788,"genie.py",5333,0,"",python,selection_command +88,2280973,"genie.py",5419,0,"",python,selection_command +89,2281315,"genie.py",5333,0,"",python,selection_command +90,2281487,"genie.py",5277,0,"",python,selection_command +91,2281629,"genie.py",5212,0,"",python,selection_command +92,2282049,"genie.py",5277,0,"",python,selection_command +93,2282378,"genie.py",5333,0,"# jax.debug.print(""mask at step {step_t}: {mask}"", step_t=step_t, mask=mask)\n ",python,content +94,2282396,"genie.py",5333,0,"",python,selection_command +95,2282969,"genie.py",5161,0,"# jax.debug.print(""current_token_idxs[0,:,25] at step {step_t}: {tokens}"", step_t=step_t, tokens=current_token_idxs[0,:,25])\n ",python,content +96,2282989,"genie.py",5179,0,"",python,selection_command +97,2283160,"genie.py",5470,2,"",python,content +98,2283176,"genie.py",5470,0,"",python,selection_command +99,2283361,"genie.py",5161,2,"",python,content +100,2283363,"genie.py",5161,0,"",python,selection_command +101,2285521,"genie.py",5149,135,"",python,content +102,2285545,"genie.py",5161,0,"",python,selection_command +103,2285699,"genie.py",5199,0,"",python,selection_command +104,2286233,"genie.py",5212,0,"",python,selection_command +105,2286389,"genie.py",5277,0,"",python,selection_command +106,2286633,"genie.py",5333,0,"",python,selection_command +107,2286995,"genie.py",5321,87,"",python,content +108,2287014,"genie.py",5333,0,"",python,selection_command +109,2287100,"genie.py",5419,0,"",python,selection_command +110,2287368,"genie.py",5456,0,"",python,selection_command +111,2354998,"genie.py",0,0,"",python,tab +112,2354999,"genie.py",5946,0,"",python,selection_mouse +113,2415587,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos_anneal.sbatch",0,0,"",plaintext,tab +114,2420283,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos_anneal copy.sbatch",0,0,"",plaintext,tab +115,2429402,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",plaintext,tab +116,2430061,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos_anneal.sbatch",0,0,"",plaintext,tab +117,2433390,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",plaintext,tab +118,2434174,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",plaintext,tab +119,2435199,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd copy.sbatch",0,0,"",plaintext,tab +120,2440759,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",plaintext,tab +121,2531925,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",plaintext,tab +122,2533873,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",plaintext,tab +123,2534811,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",plaintext,tab +124,2545512,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-modelsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-modelsize-scaling/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-modelsize-scaling-36M-$slurm_job_id \\n --tags dynamics modelsize-scaling 36M \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +125,2546824,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",1622,0,"",shellscript,selection_mouse +126,2554731,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=01:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_dyn_yolorun\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir\n",shellscript,tab +127,2562724,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +128,2567484,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",plaintext,tab +129,2573708,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",0,0,"",shellscript,tab +130,2574413,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",1647,0,"",shellscript,selection_mouse +131,2574581,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",1646,1,"\n",shellscript,selection_mouse +132,2574633,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",1366,281,"\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +133,2574634,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",1207,440,"\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +134,2574635,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",780,867,"_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +135,2574668,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",641,1006,"\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +136,2574699,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",325,1322,"-error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +137,2574713,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",179,1468,"-output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +138,2574729,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",157,1490,"--gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +139,2574743,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",131,1516,"--cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +140,2574805,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",99,1548,"--partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +141,2574824,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",98,1549," --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +142,2574881,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",74,1573," --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +143,2574882,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",45,1602,"H --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +144,2574883,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",44,1603,"CH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +145,2574890,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",25,1622,"TCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +146,2574909,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",20,1627,"\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +147,2574965,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",1,1646,"!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +148,2575022,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",0,1647,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +149,2575124,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",20,1627,"\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +150,2575140,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",21,1626,"#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +151,2575167,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",39,1608,"#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +152,2575184,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",91,1556,"#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +153,2575204,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",170,1477,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +154,2575218,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",522,1125,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +155,2575230,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",554,1093,"\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +156,2575242,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",646,1001,"y_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +157,2575280,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",770,877,"ame=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +158,2575295,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",817,830,"\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +159,2575296,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",965,682,"p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +160,2575310,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",983,664,"\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +161,2575372,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",992,655,"r_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +162,2575373,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",1139,508,"\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +163,2575440,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",983,664,"\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +164,2575458,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",826,821,"NT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +165,2575518,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",641,1006,"\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +166,2575519,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",526,1121,"og the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +167,2575519,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",124,1523,"SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +168,2575527,"slurm/jobs/mihir/horeka/batchsize_scaling/dynamics_cotraining/sqrt_lr/train_dynamics_2_nodes.sbatch",0,1647,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +169,2583684,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",plaintext,tab +170,2585093,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,content +171,2586185,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",138,0,"",plaintext,selection_mouse +172,2586581,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",137,0,"",plaintext,selection_command +173,2587555,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",48,0,"",plaintext,selection_mouse +174,2588835,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",plaintext,tab +175,2589857,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1493,0,"",plaintext,selection_mouse +176,2590423,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1639,0,"",plaintext,selection_mouse +177,2591357,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1638,0,"",plaintext,selection_mouse +178,2591499,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1627,17,"array_records_dir",plaintext,selection_mouse +179,2609180,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",0,0,"",shellscript,tab +180,2628169,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",1621,1,"\n",shellscript,selection_mouse +181,2628186,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",1481,141,"g 36M \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +182,2628212,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",1184,438,"mics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-modelsize-scaling-36M-$slurm_job_id \\n --tags dynamics modelsize-scaling 36M \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +183,2628228,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",781,841,"URM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-modelsize-scaling-36M-$slurm_job_id \\n --tags dynamics modelsize-scaling 36M \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +184,2628244,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",524,1098,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-modelsize-scaling-36M-$slurm_job_id \\n --tags dynamics modelsize-scaling 36M \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +185,2628262,"slurm/jobs/mihir/horeka/modelsize_scaling/dynamics/1_train_dyn_36M.sbatch",0,1622,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-modelsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-modelsize-scaling/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-modelsize-scaling-36M-$slurm_job_id \\n --tags dynamics modelsize-scaling 36M \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +186,2631454,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",plaintext,tab +187,2634744,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1647,0,"",plaintext,selection_mouse +188,2634924,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1644,3," \\n",plaintext,selection_mouse +189,2634953,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1390,257,"terval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +190,2634968,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1222,425,"ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +191,2634985,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",616,1031,"ource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +192,2635009,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",170,1477,"#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +193,2635031,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",39,1608,"#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +194,2635032,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",20,1627,"\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +195,2635091,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,1647,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +196,2636245,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",plaintext,selection_command +197,2637825,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1647,0,"",plaintext,selection_mouse +198,2637991,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1603,44,"t_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +199,2638010,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",983,664,"\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +200,2638034,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",532,1115," sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +201,2638048,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,1647,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-batchsize-scaling/%x_%j.log\n#SBATCH --job-name=train_tokenizer_batch_size_scaling_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-batchsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --restore_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-5 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-batch-size-scaling-2-node-$slurm_job_id \\n --tags dynamics batch-size-scaling 2-node \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,selection_mouse +202,2638583,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,1647,"",plaintext,content +203,2639599,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-modelsize-scaling/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/big-runs/dynamics-cotraining-modelsize-scaling/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/dynamics-cotraining-modelsize-scaling/$job_name\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-modelsize-scaling-36M-$slurm_job_id \\n --tags dynamics modelsize-scaling 36M \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,content +204,2646465,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,0,"",plaintext,selection_mouse +205,2646638,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,1,"b",plaintext,selection_mouse +206,2646638,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,3,"big",plaintext,selection_mouse +207,2646656,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,6,"big-ru",plaintext,selection_mouse +208,2646681,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,9,"big-runs/",plaintext,selection_mouse +209,2646696,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,10,"big-runs/d",plaintext,selection_mouse +210,2646711,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,12,"big-runs/dyn",plaintext,selection_mouse +211,2646726,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,15,"big-runs/dynami",plaintext,selection_mouse +212,2646748,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,17,"big-runs/dynamics",plaintext,selection_mouse +213,2646763,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,19,"big-runs/dynamics-c",plaintext,selection_mouse +214,2646777,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,20,"big-runs/dynamics-co",plaintext,selection_mouse +215,2646793,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,21,"big-runs/dynamics-cot",plaintext,selection_mouse +216,2646848,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,22,"big-runs/dynamics-cotr",plaintext,selection_mouse +217,2646915,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,23,"big-runs/dynamics-cotra",plaintext,selection_mouse +218,2646975,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,24,"big-runs/dynamics-cotrai",plaintext,selection_mouse +219,2646984,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,25,"big-runs/dynamics-cotrain",plaintext,selection_mouse +220,2647042,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,26,"big-runs/dynamics-cotraini",plaintext,selection_mouse +221,2647048,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,27,"big-runs/dynamics-cotrainin",plaintext,selection_mouse +222,2647105,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,28,"big-runs/dynamics-cotraining",plaintext,selection_mouse +223,2647117,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,29,"big-runs/dynamics-cotraining-",plaintext,selection_mouse +224,2647176,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,30,"big-runs/dynamics-cotraining-m",plaintext,selection_mouse +225,2647182,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,31,"big-runs/dynamics-cotraining-mo",plaintext,selection_mouse +226,2647204,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,32,"big-runs/dynamics-cotraining-mod",plaintext,selection_mouse +227,2647272,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,33,"big-runs/dynamics-cotraining-mode",plaintext,selection_mouse +228,2647658,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,32,"big-runs/dynamics-cotraining-mod",plaintext,selection_mouse +229,2647716,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,31,"big-runs/dynamics-cotraining-mo",plaintext,selection_mouse +230,2647717,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,30,"big-runs/dynamics-cotraining-m",plaintext,selection_mouse +231,2647735,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,29,"big-runs/dynamics-cotraining-",plaintext,selection_mouse +232,2647760,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,28,"big-runs/dynamics-cotraining",plaintext,selection_mouse +233,2647774,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,27,"big-runs/dynamics-cotrainin",plaintext,selection_mouse +234,2647788,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,26,"big-runs/dynamics-cotraini",plaintext,selection_mouse +235,2647802,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,25,"big-runs/dynamics-cotrain",plaintext,selection_mouse +236,2647865,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,24,"big-runs/dynamics-cotrai",plaintext,selection_mouse +237,2647866,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,23,"big-runs/dynamics-cotra",plaintext,selection_mouse +238,2647866,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,21,"big-runs/dynamics-cot",plaintext,selection_mouse +239,2647870,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,20,"big-runs/dynamics-co",plaintext,selection_mouse +240,2647886,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,19,"big-runs/dynamics-c",plaintext,selection_mouse +241,2647911,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,17,"big-runs/dynamics",plaintext,selection_mouse +242,2647929,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,16,"big-runs/dynamic",plaintext,selection_mouse +243,2647943,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,15,"big-runs/dynami",plaintext,selection_mouse +244,2647964,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,14,"big-runs/dynam",plaintext,selection_mouse +245,2648030,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,16,"big-runs/dynamic",plaintext,selection_mouse +246,2648052,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,19,"big-runs/dynamics-c",plaintext,selection_mouse +247,2648068,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,25,"big-runs/dynamics-cotrain",plaintext,selection_mouse +248,2648083,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,28,"big-runs/dynamics-cotraining",plaintext,selection_mouse +249,2648140,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,32,"big-runs/dynamics-cotraining-mod",plaintext,selection_mouse +250,2648141,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,34,"big-runs/dynamics-cotraining-model",plaintext,selection_mouse +251,2648141,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,35,"big-runs/dynamics-cotraining-models",plaintext,selection_mouse +252,2648148,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,37,"big-runs/dynamics-cotraining-modelsiz",plaintext,selection_mouse +253,2648166,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,38,"big-runs/dynamics-cotraining-modelsize",plaintext,selection_mouse +254,2648195,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,39,"big-runs/dynamics-cotraining-modelsize-",plaintext,selection_mouse +255,2648252,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,40,"big-runs/dynamics-cotraining-modelsize-s",plaintext,selection_mouse +256,2648332,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,41,"big-runs/dynamics-cotraining-modelsize-sc",plaintext,selection_mouse +257,2648395,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,42,"big-runs/dynamics-cotraining-modelsize-sca",plaintext,selection_mouse +258,2648404,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,43,"big-runs/dynamics-cotraining-modelsize-scal",plaintext,selection_mouse +259,2648434,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,44,"big-runs/dynamics-cotraining-modelsize-scali",plaintext,selection_mouse +260,2648498,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,45,"big-runs/dynamics-cotraining-modelsize-scalin",plaintext,selection_mouse +261,2649147,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,46,"big-runs/dynamics-cotraining-modelsize-scaling",plaintext,selection_mouse +262,2649632,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,46,"",plaintext,content +263,2650692,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,0,"c",plaintext,content +264,2650693,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",260,0,"",plaintext,selection_keyboard +265,2650832,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",260,0,"o",plaintext,content +266,2650833,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",261,0,"",plaintext,selection_keyboard +267,2651232,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",260,1,"",plaintext,content +268,2651354,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,1,"",plaintext,content +269,2651501,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,0,"y",plaintext,content +270,2651502,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",260,0,"",plaintext,selection_keyboard +271,2651576,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",260,0,"o",plaintext,content +272,2651576,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",261,0,"",plaintext,selection_keyboard +273,2651732,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",261,0,"l",plaintext,content +274,2651733,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",262,0,"",plaintext,selection_keyboard +275,2651878,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",262,0,"o",plaintext,content +276,2651879,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",263,0,"",plaintext,selection_keyboard +277,2652031,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",263,0,"r",plaintext,content +278,2652032,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",264,0,"",plaintext,selection_keyboard +279,2652239,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",264,0,"-",plaintext,content +280,2652240,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",265,0,"",plaintext,selection_keyboard +281,2652672,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",265,0,"r",plaintext,content +282,2652673,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",266,0,"",plaintext,selection_keyboard +283,2652983,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",265,1,"",plaintext,content +284,2653108,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",264,1,"",plaintext,content +285,2653255,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",263,1,"",plaintext,content +286,2654276,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",263,0,"r",plaintext,content +287,2654277,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",264,0,"",plaintext,selection_keyboard +288,2654405,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",264,0,"u",plaintext,content +289,2654406,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",265,0,"",plaintext,selection_keyboard +290,2654493,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",265,0,"n",plaintext,content +291,2654494,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",266,0,"",plaintext,selection_keyboard +292,2654608,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",266,0,"s",plaintext,content +293,2654608,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",267,0,"",plaintext,selection_keyboard +294,2656998,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,0,"",plaintext,selection_mouse +295,2657142,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",259,8,"yoloruns",plaintext,selection_mouse +296,2658058,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,0,"",plaintext,selection_mouse +297,2658195,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,1,"b",plaintext,selection_mouse +298,2658210,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,5,"big-r",plaintext,selection_mouse +299,2658272,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,10,"big-runs/d",plaintext,selection_mouse +300,2658273,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,16,"big-runs/dynamic",plaintext,selection_mouse +301,2658273,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,25,"big-runs/dynamics-cotrain",plaintext,selection_mouse +302,2658276,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,31,"big-runs/dynamics-cotraining-mo",plaintext,selection_mouse +303,2658292,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,37,"big-runs/dynamics-cotraining-modelsiz",plaintext,selection_mouse +304,2658353,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,40,"big-runs/dynamics-cotraining-modelsize-s",plaintext,selection_mouse +305,2658353,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,43,"big-runs/dynamics-cotraining-modelsize-scal",plaintext,selection_mouse +306,2658354,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,47,"big-runs/dynamics-cotraining-modelsize-scaling/",plaintext,selection_mouse +307,2658364,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,49,"big-runs/dynamics-cotraining-modelsize-scaling/%x",plaintext,selection_mouse +308,2658386,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,56,"big-runs/dynamics-cotraining-modelsize-scaling/%x_%j.log",plaintext,selection_mouse +309,2658760,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,52,"big-runs/dynamics-cotraining-modelsize-scaling/%x_%j",plaintext,selection_mouse +310,2658778,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,46,"big-runs/dynamics-cotraining-modelsize-scaling",plaintext,selection_mouse +311,2658799,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,44,"big-runs/dynamics-cotraining-modelsize-scali",plaintext,selection_mouse +312,2658824,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,43,"big-runs/dynamics-cotraining-modelsize-scal",plaintext,selection_mouse +313,2658855,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,42,"big-runs/dynamics-cotraining-modelsize-sca",plaintext,selection_mouse +314,2659025,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,43,"big-runs/dynamics-cotraining-modelsize-scal",plaintext,selection_mouse +315,2659092,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,44,"big-runs/dynamics-cotraining-modelsize-scali",plaintext,selection_mouse +316,2659175,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,45,"big-runs/dynamics-cotraining-modelsize-scalin",plaintext,selection_mouse +317,2659392,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,46,"big-runs/dynamics-cotraining-modelsize-scaling",plaintext,selection_mouse +318,2660362,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,46,"x",plaintext,content +319,2660363,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",367,0,"",plaintext,selection_keyboard +320,2660764,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",367,0,"i",plaintext,content +321,2660765,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",368,0,"",plaintext,selection_keyboard +322,2661238,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",367,1,"",plaintext,content +323,2661500,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,1,"",plaintext,content +324,2661728,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",366,0,"y",plaintext,content +325,2661729,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",367,0,"",plaintext,selection_keyboard +326,2661815,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",367,0,"o",plaintext,content +327,2661816,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",368,0,"",plaintext,selection_keyboard +328,2662061,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",368,0,"l",plaintext,content +329,2662062,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",369,0,"",plaintext,selection_keyboard +330,2662263,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",369,0,"o",plaintext,content +331,2662264,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",370,0,"",plaintext,selection_keyboard +332,2662546,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",370,0,"r",plaintext,content +333,2662548,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",371,0,"",plaintext,selection_keyboard +334,2662548,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",371,0,"u",plaintext,content +335,2662549,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",372,0,"",plaintext,selection_keyboard +336,2662627,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",372,0,"n",plaintext,content +337,2662628,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",373,0,"",plaintext,selection_keyboard +338,2662746,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",373,0,"s",plaintext,content +339,2662746,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",374,0,"",plaintext,selection_keyboard +340,2663289,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",373,0,"",plaintext,selection_command +341,2667646,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",603,0,"",plaintext,selection_mouse +342,2670970,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",885,0,"",plaintext,selection_mouse +343,2670987,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",884,0,"",plaintext,selection_command +344,2674533,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,0,"",plaintext,selection_mouse +345,2674698,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,1,"b",plaintext,selection_mouse +346,2674699,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,4,"big-",plaintext,selection_mouse +347,2674709,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,5,"big-r",plaintext,selection_mouse +348,2674726,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,9,"big-runs/",plaintext,selection_mouse +349,2674784,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,12,"big-runs/dyn",plaintext,selection_mouse +350,2674784,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,14,"big-runs/dynam",plaintext,selection_mouse +351,2674785,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,18,"big-runs/dynamics-",plaintext,selection_mouse +352,2674791,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,20,"big-runs/dynamics-co",plaintext,selection_mouse +353,2674808,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,23,"big-runs/dynamics-cotra",plaintext,selection_mouse +354,2674863,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,25,"big-runs/dynamics-cotrain",plaintext,selection_mouse +355,2674870,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,27,"big-runs/dynamics-cotrainin",plaintext,selection_mouse +356,2674871,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,28,"big-runs/dynamics-cotraining",plaintext,selection_mouse +357,2674874,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,30,"big-runs/dynamics-cotraining-m",plaintext,selection_mouse +358,2674891,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,31,"big-runs/dynamics-cotraining-mo",plaintext,selection_mouse +359,2674954,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,32,"big-runs/dynamics-cotraining-mod",plaintext,selection_mouse +360,2674955,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,33,"big-runs/dynamics-cotraining-mode",plaintext,selection_mouse +361,2674966,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,34,"big-runs/dynamics-cotraining-model",plaintext,selection_mouse +362,2675037,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,35,"big-runs/dynamics-cotraining-models",plaintext,selection_mouse +363,2675038,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,36,"big-runs/dynamics-cotraining-modelsi",plaintext,selection_mouse +364,2675039,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,37,"big-runs/dynamics-cotraining-modelsiz",plaintext,selection_mouse +365,2675055,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,38,"big-runs/dynamics-cotraining-modelsize",plaintext,selection_mouse +366,2675078,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,39,"big-runs/dynamics-cotraining-modelsize-",plaintext,selection_mouse +367,2675092,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,40,"big-runs/dynamics-cotraining-modelsize-s",plaintext,selection_mouse +368,2675107,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,41,"big-runs/dynamics-cotraining-modelsize-sc",plaintext,selection_mouse +369,2675121,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,42,"big-runs/dynamics-cotraining-modelsize-sca",plaintext,selection_mouse +370,2675177,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,43,"big-runs/dynamics-cotraining-modelsize-scal",plaintext,selection_mouse +371,2675187,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,44,"big-runs/dynamics-cotraining-modelsize-scali",plaintext,selection_mouse +372,2675283,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,45,"big-runs/dynamics-cotraining-modelsize-scalin",plaintext,selection_mouse +373,2675340,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,46,"big-runs/dynamics-cotraining-modelsize-scaling",plaintext,selection_mouse +374,2676162,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,46,"",plaintext,content +375,2676991,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",829,1,"",plaintext,content +376,2677763,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",838,0,"",plaintext,selection_command +377,2679202,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",838,0,"/",plaintext,content +378,2679203,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",839,0,"",plaintext,selection_keyboard +379,2680361,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",839,0,"$",plaintext,content +380,2680362,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",840,0,"",plaintext,selection_keyboard +381,2681826,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",840,0,"j",plaintext,content +382,2681827,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",841,0,"",plaintext,selection_keyboard +383,2681949,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",841,0,"o",plaintext,content +384,2681950,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",842,0,"",plaintext,selection_keyboard +385,2682333,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",842,0,"b",plaintext,content +386,2682334,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",843,0,"",plaintext,selection_keyboard +387,2683589,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",843,0,"_",plaintext,content +388,2683590,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",844,0,"",plaintext,selection_keyboard +389,2684230,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",844,0,"i",plaintext,content +390,2684231,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",845,0,"",plaintext,selection_keyboard +391,2684427,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",845,0,"d",plaintext,content +392,2684428,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",846,0,"",plaintext,selection_keyboard +393,2685363,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",840,6,"slurm_job_id",plaintext,content +394,2687220,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",697,0,"",plaintext,selection_mouse +395,2687339,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",693,8,"job_name",plaintext,selection_mouse +396,2687849,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",724,0,"",plaintext,selection_mouse +397,2687990,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",718,12,"slurm_job_id",plaintext,selection_mouse +398,2711691,"TERMINAL",0,0,"bash",,terminal_focus +399,2713709,"TERMINAL",0,0,"ls ""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4""",,terminal_command +400,2713755,"TERMINAL",0,0,"]633;E;2025-07-15 16:31:00 ls ""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4"";e8655b3a-6c8c-4d8b-9a56-20bb26bc8df4]633;C",,terminal_output +401,2713912,"TERMINAL",0,0,"020000 040000 060000 080000 100000 120000 140000 144000 145000 146000\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +402,2717110,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",897,0,"",plaintext,selection_mouse +403,2717919,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,0,"",plaintext,selection_mouse +404,2718105,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,1,"/",plaintext,selection_mouse +405,2718106,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,3,"/hk",plaintext,selection_mouse +406,2718113,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,4,"/hkf",plaintext,selection_mouse +407,2718140,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,8,"/hkfs/wo",plaintext,selection_mouse +408,2718199,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,13,"/hkfs/work/wo",plaintext,selection_mouse +409,2718200,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,15,"/hkfs/work/work",plaintext,selection_mouse +410,2718206,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,23,"/hkfs/work/workspace/sc",plaintext,selection_mouse +411,2718207,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,27,"/hkfs/work/workspace/scratc",plaintext,selection_mouse +412,2718208,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,38,"/hkfs/work/workspace/scratch/tum_ind36",plaintext,selection_mouse +413,2718227,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,45,"/hkfs/work/workspace/scratch/tum_ind3695-jafa",plaintext,selection_mouse +414,2718282,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,54,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_share",plaintext,selection_mouse +415,2718283,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,59,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/che",plaintext,selection_mouse +416,2718284,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,63,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpo",plaintext,selection_mouse +417,2718291,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,68,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/",plaintext,selection_mouse +418,2718307,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,70,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/tr",plaintext,selection_mouse +419,2718366,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,72,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/trai",plaintext,selection_mouse +420,2718367,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",878,20,"\ntokenizer_ckpt_dir=",plaintext,selection_mouse +421,2718811,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,135,"/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/",plaintext,selection_mouse +422,2719635,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,135,"",plaintext,content +423,2719966,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,0,"""/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4""",plaintext,content +424,2722238,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",899,0,"",plaintext,selection_mouse +425,2722820,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",898,1,"",plaintext,content +426,2723276,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",897,0,"",plaintext,selection_command +427,2723710,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1026,0,"",plaintext,selection_command +428,2724006,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1025,1,"",plaintext,content +429,2724504,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1024,0,"",plaintext,selection_command +430,2726256,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1220,0,"",plaintext,selection_mouse +431,2726259,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1219,0,"",plaintext,selection_command +432,2726771,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1314,0,"",plaintext,selection_mouse +433,2727344,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1371,0,"",plaintext,selection_mouse +434,2727345,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1370,0,"",plaintext,selection_command +435,2728494,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,0,"",plaintext,selection_mouse +436,2728680,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,2,"dy",plaintext,selection_mouse +437,2728690,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,4,"dyna",plaintext,selection_mouse +438,2728705,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,6,"dynami",plaintext,selection_mouse +439,2728720,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,7,"dynamic",plaintext,selection_mouse +440,2728735,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,10,"dynamics m",plaintext,selection_mouse +441,2728793,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,11,"dynamics mo",plaintext,selection_mouse +442,2728794,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,12,"dynamics mod",plaintext,selection_mouse +443,2728794,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,14,"dynamics model",plaintext,selection_mouse +444,2728802,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,15,"dynamics models",plaintext,selection_mouse +445,2728863,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,16,"dynamics modelsi",plaintext,selection_mouse +446,2728863,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,17,"dynamics modelsiz",plaintext,selection_mouse +447,2728882,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,18,"dynamics modelsize",plaintext,selection_mouse +448,2728943,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,19,"dynamics modelsize-",plaintext,selection_mouse +449,2728944,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,20,"dynamics modelsize-s",plaintext,selection_mouse +450,2728944,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,21,"dynamics modelsize-sc",plaintext,selection_mouse +451,2728951,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,22,"dynamics modelsize-sca",plaintext,selection_mouse +452,2728968,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,23,"dynamics modelsize-scal",plaintext,selection_mouse +453,2729027,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,24,"dynamics modelsize-scali",plaintext,selection_mouse +454,2729027,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,25,"dynamics modelsize-scalin",plaintext,selection_mouse +455,2729066,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,26,"dynamics modelsize-scaling",plaintext,selection_mouse +456,2729116,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,27,"dynamics modelsize-scaling ",plaintext,selection_mouse +457,2729200,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1339,28,"dynamics modelsize-scaling 3",plaintext,selection_mouse +458,2729590,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1367,0,"",plaintext,selection_mouse +459,2730282,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1348,0,"",plaintext,selection_mouse +460,2730912,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1348,9,"",plaintext,content +461,2731459,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1348,1,"",plaintext,content +462,2731788,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1348,8,"",plaintext,content +463,2733842,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1348,3,"",plaintext,content +464,2734376,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1348,0,"l",plaintext,content +465,2734377,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1349,0,"",plaintext,selection_keyboard +466,2734497,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1349,0,"r",plaintext,content +467,2734498,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1350,0,"",plaintext,selection_keyboard +468,2735672,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1350,0,"-",plaintext,content +469,2735674,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1351,0,"",plaintext,selection_keyboard +470,2735896,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1351,0,"s",plaintext,content +471,2735897,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1352,0,"",plaintext,selection_keyboard +472,2736033,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1352,0,"c",plaintext,content +473,2736034,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1353,0,"",plaintext,selection_keyboard +474,2737209,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1353,0,"h",plaintext,content +475,2737210,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1354,0,"",plaintext,selection_keyboard +476,2738105,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1354,0,"e",plaintext,content +477,2738106,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1355,0,"",plaintext,selection_keyboard +478,2738370,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1355,0,"u",plaintext,content +479,2738371,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1356,0,"",plaintext,selection_keyboard +480,2738737,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1355,1,"",plaintext,content +481,2738837,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1355,0,"d",plaintext,content +482,2738838,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1356,0,"",plaintext,selection_keyboard +483,2738924,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1356,0,"u",plaintext,content +484,2738925,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1357,0,"",plaintext,selection_keyboard +485,2739085,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1357,0,"l",plaintext,content +486,2739086,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1358,0,"",plaintext,selection_keyboard +487,2739195,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1358,0,"e",plaintext,content +488,2739196,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1359,0,"",plaintext,selection_keyboard +489,2740083,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1359,0," ",plaintext,content +490,2740084,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1360,0,"",plaintext,selection_keyboard +491,2741174,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1360,0,"c",plaintext,content +492,2741174,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1361,0,"",plaintext,selection_keyboard +493,2741233,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1361,0,"o",plaintext,content +494,2741234,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1362,0,"",plaintext,selection_keyboard +495,2741320,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1362,0,"s",plaintext,content +496,2741321,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1363,0,"",plaintext,selection_keyboard +497,2743125,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,0,"",plaintext,selection_mouse +498,2743231,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,1,"m",plaintext,selection_mouse +499,2743246,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,3,"mod",plaintext,selection_mouse +500,2743271,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,6,"models",plaintext,selection_mouse +501,2743285,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,8,"modelsiz",plaintext,selection_mouse +502,2743299,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,10,"modelsize-",plaintext,selection_mouse +503,2743312,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,13,"modelsize-sca",plaintext,selection_mouse +504,2743376,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,14,"modelsize-scal",plaintext,selection_mouse +505,2743377,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,15,"modelsize-scali",plaintext,selection_mouse +506,2743377,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,16,"modelsize-scalin",plaintext,selection_mouse +507,2743378,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,17,"modelsize-scaling",plaintext,selection_mouse +508,2743446,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,18,"modelsize-scaling-",plaintext,selection_mouse +509,2743447,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,19,"modelsize-scaling-3",plaintext,selection_mouse +510,2743463,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,20,"modelsize-scaling-36",plaintext,selection_mouse +511,2743521,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,21,"modelsize-scaling-36M",plaintext,selection_mouse +512,2743522,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,22,"modelsize-scaling-36M-",plaintext,selection_mouse +513,2743611,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,23,"modelsize-scaling-36M-$",plaintext,selection_mouse +514,2743645,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,24,"modelsize-scaling-36M-$s",plaintext,selection_mouse +515,2743704,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,25,"modelsize-scaling-36M-$sl",plaintext,selection_mouse +516,2743777,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,26,"modelsize-scaling-36M-$slu",plaintext,selection_mouse +517,2744063,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,25,"modelsize-scaling-36M-$sl",plaintext,selection_mouse +518,2744126,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,24,"modelsize-scaling-36M-$s",plaintext,selection_mouse +519,2744182,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,23,"modelsize-scaling-36M-$",plaintext,selection_mouse +520,2744363,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,22,"modelsize-scaling-36M-",plaintext,selection_mouse +521,2744779,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,21,"modelsize-scaling-36M",plaintext,selection_mouse +522,2745473,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,21,"l",plaintext,content +523,2745475,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1291,0,"",plaintext,selection_keyboard +524,2745642,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1291,0,"r",plaintext,content +525,2745642,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1292,0,"",plaintext,selection_keyboard +526,2745972,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1292,0,"-",plaintext,content +527,2745972,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1293,0,"",plaintext,selection_keyboard +528,2746190,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1293,0,"s",plaintext,content +529,2746191,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1294,0,"",plaintext,selection_keyboard +530,2746299,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1294,0,"c",plaintext,content +531,2746300,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1295,0,"",plaintext,selection_keyboard +532,2746640,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1295,0,"j",plaintext,content +533,2746641,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1296,0,"",plaintext,selection_keyboard +534,2747646,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1295,1,"",plaintext,content +535,2747885,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1295,0,"h",plaintext,content +536,2747886,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1296,0,"",plaintext,selection_keyboard +537,2748723,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1293,3,"schedule",plaintext,content +538,2749063,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1301,0,"-",plaintext,content +539,2749064,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1302,0,"",plaintext,selection_keyboard +540,2749584,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1302,0,"c",plaintext,content +541,2749585,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1303,0,"",plaintext,selection_keyboard +542,2749687,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1303,0,"o",plaintext,content +543,2749688,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1304,0,"",plaintext,selection_keyboard +544,2749832,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1304,0,"d",plaintext,content +545,2749833,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1305,0,"",plaintext,selection_keyboard +546,2750189,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1304,1,"",plaintext,content +547,2750249,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1304,0,"s",plaintext,content +548,2750250,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1305,0,"",plaintext,selection_keyboard +549,2781190,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1493,0,"",plaintext,selection_mouse +550,2858484,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",plaintext,tab +551,2858691,"TERMINAL",0,0,"bash",,terminal_focus +552,2880326,"",0,0,"Switched from branch 'sample-from-different-topologies' to 'lr-schedules'",,git_branch_checkout +553,2884947,"genie.py",0,0,"from typing import Dict, Any\n\nimport optax\nimport jax\nimport jax.numpy as jnp\nimport flax.linen as nn\nfrom flax.training.train_state import TrainState\nimport orbax.checkpoint as ocp\n\nfrom models.dynamics import DynamicsMaskGIT\nfrom models.lam import LatentActionModel\nfrom models.tokenizer import TokenizerVQVAE\n\nimport os\nimport grain\n\n\nclass Genie(nn.Module):\n """"""Genie model""""""\n\n # --- Tokenizer ---\n in_dim: int\n tokenizer_dim: int\n latent_patch_dim: int\n num_patch_latents: int\n patch_size: int\n tokenizer_num_blocks: int\n tokenizer_num_heads: int\n # --- LAM ---\n lam_dim: int\n latent_action_dim: int\n num_latent_actions: int\n lam_patch_size: int\n lam_num_blocks: int\n lam_num_heads: int\n lam_co_train: bool\n # --- Dynamics ---\n dyna_dim: int\n dyna_num_blocks: int\n dyna_num_heads: int\n dropout: float = 0.0\n mask_limit: float = 0.0\n\n def setup(self):\n self.tokenizer = TokenizerVQVAE(\n in_dim=self.in_dim,\n model_dim=self.tokenizer_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_patch_latents,\n patch_size=self.patch_size,\n num_blocks=self.tokenizer_num_blocks,\n num_heads=self.tokenizer_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.lam = LatentActionModel(\n in_dim=self.in_dim,\n model_dim=self.lam_dim,\n latent_dim=self.latent_patch_dim,\n num_latents=self.num_latent_actions,\n patch_size=self.lam_patch_size,\n num_blocks=self.lam_num_blocks,\n num_heads=self.lam_num_heads,\n dropout=0.0,\n codebook_dropout=0.0,\n )\n self.dynamics = DynamicsMaskGIT(\n model_dim=self.dyna_dim,\n num_latents=self.num_patch_latents,\n num_blocks=self.dyna_num_blocks,\n num_heads=self.dyna_num_heads,\n dropout=self.dropout,\n mask_limit=self.mask_limit,\n )\n\n def __call__(self, batch: Dict[str, Any], training: bool = True) -> Dict[str, Any]:\n tokenizer_outputs = self.tokenizer.vq_encode(batch[""videos""], training=False)\n lam_outputs = self.lam.vq_encode(batch[""videos""], training=False)\n latent_actions = jax.lax.cond(\n self.lam_co_train,\n lambda: lam_outputs[""z_q""],\n lambda: jax.lax.stop_gradient(lam_outputs[""z_q""])\n )\n outputs = dict(\n video_tokens=jax.lax.stop_gradient(tokenizer_outputs[""indices""]),\n latent_actions=latent_actions,\n )\n outputs[""mask_rng""] = batch[""mask_rng""]\n dyna_outputs = self.dynamics(outputs, training)\n outputs.update(dyna_outputs)\n mle_indices = jnp.argmax(outputs[""token_logits""], axis=-1)\n outputs[""recon""] = self.tokenizer.decode(\n mle_indices, batch[""videos""].shape[2:4]\n )\n return outputs\n\n @nn.compact\n def sample(\n self,\n batch: Dict[str, Any],\n seq_len: int,\n steps: int = 25,\n temperature: float = 1,\n sample_argmax: bool = False,\n ) -> Any:\n """"""\n Autoregressively samples up to `seq_len` future frames, following Figure 8 of the paper.\n\n - Input frames are tokenized once.\n - Future frames are generated autoregressively in token space.\n - All frames are detokenized in a single pass.\n\n Note:\n - For interactive or step-wise sampling, detokenization should occur after each action.\n - To maintain consistent tensor shapes across timesteps, all current and future frames are decoded at every step.\n - Temporal causal structure is preserved by \n a) reapplying the mask before each decoding step.\n b) a temporal causal mask is applied within each ST-transformer block.\n\n Dimension keys:\n B: batch size \n T: number of input (conditioning) frames \n N: patches per frame \n S: sequence length \n A: action space \n D: model latent dimension\n """"""\n # --- Encode videos and actions ---\n tokenizer_out = self.tokenizer.vq_encode(batch[""videos""], training=False)\n token_idxs = tokenizer_out[""indices""] # (B, T, N)\n B, T, N = token_idxs.shape\n pad_shape = (B, seq_len - T, N)\n pad = jnp.zeros(pad_shape, dtype=token_idxs.dtype)\n token_idxs = jnp.concatenate([token_idxs, pad], axis=1) # (B, S, N)\n action_tokens = self.lam.vq.get_codes(batch[""latent_actions""])\n\n MaskGITLoop = nn.scan(\n MaskGITStep,\n variable_broadcast=""params"",\n split_rngs={""params"": False},\n in_axes=0,\n out_axes=0,\n length=steps,\n )\n \n loop_fn = MaskGITLoop(\n dynamics=self.dynamics,\n tokenizer=self.tokenizer,\n temperature=temperature,\n sample_argmax=sample_argmax,\n steps=steps,\n )\n\n def generation_step_fn(carry, step_t):\n rng, current_token_idxs = carry\n rng, step_rng = jax.random.split(rng)\n\n # Mask current and future frames (i.e., t >= step_t)\n mask = jnp.arange(seq_len) == step_t # (S,)\n mask = jnp.broadcast_to(mask[None, :, None], (B, seq_len, N)) # (B, S, N)\n mask = mask.astype(bool)\n masked_token_idxs = current_token_idxs * ~mask\n\n # --- Initialize and run MaskGIT loop ---\n init_carry_maskgit = (\n step_rng,\n masked_token_idxs,\n mask,\n action_tokens,\n )\n final_carry_maskgit, _ = loop_fn(init_carry_maskgit, jnp.arange(steps))\n updated_token_idxs = final_carry_maskgit[1]\n new_carry = (rng, updated_token_idxs)\n return new_carry, None\n\n # --- Run the autoregressive generation using scan ---\n initial_carry = (batch[""rng""], token_idxs)\n timesteps_to_scan = jnp.arange(T, seq_len)\n final_carry, _ = jax.lax.scan(\n generation_step_fn,\n initial_carry,\n timesteps_to_scan\n )\n final_token_idxs = final_carry[1]\n\n # --- Decode all tokens at once at the end ---\n final_frames = self.tokenizer.decode(\n final_token_idxs,\n video_hw=batch[""videos""].shape[2:4],\n )\n return final_frames\n\n def vq_encode(self, batch, training) -> Dict[str, Any]:\n # --- Preprocess videos ---\n lam_output = self.lam.vq_encode(batch[""videos""], training=training)\n return lam_output[""indices""]\n\n\nclass MaskGITStep(nn.Module):\n dynamics: nn.Module\n tokenizer: nn.Module\n temperature: float\n sample_argmax: bool\n steps: int\n\n @nn.compact\n def __call__(self, carry, x):\n rng, token_idxs, mask, action_tokens = carry\n step = x\n N = token_idxs.shape[2]\n\n # --- Construct + encode video ---\n vid_embed = self.dynamics.patch_embed(token_idxs) # (B, S, N, D)\n mask_token = self.dynamics.mask_token # (1, 1, 1, D,)\n mask_expanded = mask[..., None] # (B, S, N, 1) \n vid_embed = jnp.where(mask_expanded, mask_token, vid_embed)\n\n # --- Predict transition ---\n act_embed = self.dynamics.action_up(action_tokens)\n vid_embed += jnp.pad(act_embed, ((0, 0), (1, 0), (0, 0), (0, 0)))\n unmasked_ratio = jnp.cos(jnp.pi * (step + 1) / (self.steps * 2))\n step_temp = self.temperature * (1.0 - unmasked_ratio)\n final_logits = self.dynamics.dynamics(vid_embed) / step_temp\n\n # --- Sample new tokens for final frame ---\n if self.sample_argmax:\n sampled_token_idxs = jnp.argmax(final_logits, axis=-1)\n else:\n rng, _rng = jax.random.split(rng)\n sampled_token_idxs = jax.random.categorical(_rng, final_logits)\n gather_fn = jax.vmap(jax.vmap(jax.vmap(lambda x, y: x[y])))\n final_token_probs = gather_fn(jax.nn.softmax(final_logits), sampled_token_idxs)\n final_token_probs += ~mask\n # Update masked tokens only\n token_idxs = jnp.where(mask, sampled_token_idxs, token_idxs)\n\n # --- Update mask ---\n num_unmasked_tokens = jnp.round(N * (1.0 - unmasked_ratio)).astype(int)\n idx_mask = jnp.arange(final_token_probs.shape[-1]) > num_unmasked_tokens\n sorted_idxs = jnp.argsort(final_token_probs, axis=-1, descending=True)\n mask_update_fn = jax.vmap(lambda msk, ids: msk.at[ids].set(idx_mask))\n new_mask = mask_update_fn(mask, sorted_idxs)\n\n new_carry = (rng, token_idxs, new_mask, action_tokens)\n return new_carry, None\n\ndef restore_genie_components(\n train_state: TrainState,\n sharding: jax.sharding.NamedSharding,\n grain_iterator: grain.DataLoaderIterator,\n inputs: Dict[str, jax.Array],\n rng: jax.Array,\n args,\n):\n """"""Restore pre-trained Genie components""""""\n rng, _rng = jax.random.split(rng)\n\n # dummy values since we only use tx to initialize the dummy train states\n dummy_tx = optax.adamw(\n learning_rate=optax.constant_schedule(args.max_lr),\n b1=0.9,\n b2=0.9,\n weight_decay=1e-4,\n )\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler)\n \n\n checkpoint_options = ocp.CheckpointManagerOptions(\n step_format_fixed_length=6,\n )\n tokenizer_checkpoint_manager = ocp.CheckpointManager(\n directory=args.tokenizer_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.tokenizer_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n num_blocks=args.tokenizer_num_blocks,\n num_heads=args.tokenizer_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n tokenizer_init_params = dummy_tokenizer.init(_rng, inputs)\n dummy_tokenizer_train_state = TrainState.create(\n apply_fn=dummy_tokenizer.apply, params=tokenizer_init_params, tx=dummy_tx\n )\n abstract_sharded_tokenizer_state = _create_abstract_sharded_pytree(\n dummy_tokenizer_train_state, sharding\n )\n restored_tokenizer = tokenizer_checkpoint_manager.restore(\n step=tokenizer_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_tokenizer_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_tokenizer_params = restored_tokenizer.params[""params""]\n train_state.params[""params""][""tokenizer""].update(restored_tokenizer_params)\n tokenizer_checkpoint_manager.close()\n\n if args.lam_checkpoint:\n lam_checkpoint_manager = ocp.CheckpointManager(\n directory=args.lam_checkpoint,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n dummy_lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.lam_dim,\n latent_dim=args.latent_patch_dim,\n num_latents=args.num_latent_actions,\n patch_size=args.lam_patch_size,\n num_blocks=args.lam_num_blocks,\n num_heads=args.lam_num_heads,\n dropout=args.dropout,\n codebook_dropout=args.dropout,\n )\n lam_init_params = dummy_lam.init(_rng, inputs)\n dummy_lam_train_state = TrainState.create(\n apply_fn=dummy_lam.apply, params=lam_init_params, tx=dummy_tx\n )\n abstract_sharded_lam_state = _create_abstract_sharded_pytree(\n dummy_lam_train_state, sharding\n )\n restored_lam = lam_checkpoint_manager.restore(\n step=lam_checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_sharded_lam_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )[""model_state""]\n restored_lam_params = restored_lam.params[""params""]\n # Genie does not initialize all LAM modules, thus we omit those extra modules during restoration\n # (f.srambical) FIXME: Currently, this is a small HBM memory crunch since the LAM's decoder is loaded into HBM and immediately dicarded.\n # A workaround would be to restore to host memory first, and only move the weights to HBM after pruning the decoder\n restored_lam_params = {\n k: v\n for k, v in restored_lam_params.items()\n if k in train_state.params[""params""][""lam""]\n }\n train_state.params[""params""][""lam""].update(restored_lam_params)\n lam_checkpoint_manager.close()\n\n return train_state\n\ndef _create_abstract_sharded_pytree(pytree_template, sharding_spec):\n """"""Replaces arrays in a pytree with ShapeDtypeStructs having the given sharding.""""""\n\n def map_fn(leaf_template):\n if hasattr(leaf_template, ""shape"") and hasattr(leaf_template, ""dtype""):\n return jax.ShapeDtypeStruct(\n leaf_template.shape, leaf_template.dtype, sharding=sharding_spec\n )\n return leaf_template\n\n return jax.tree_util.tree_map(map_fn, pytree_template)",python,tab +554,2885085,"genie.py",5265,56," mask = jnp.arange(seq_len) >= step_t # (S,)\n",python,content +555,2908388,"utils/misc_utils.py",0,0,"from jax.tree_util import tree_map, tree_reduce\nimport optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n\ndef _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = _count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,tab +556,2910294,"utils/misc_utils copy.py",0,0,"from jax.tree_util import tree_map, tree_reduce\nimport optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n\ndef _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = _count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,tab +557,2920294,"utils/.py",0,0,"from jax.tree_util import tree_map, tree_reduce\nimport optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n\ndef _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = _count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,tab +558,2932358,"utils/parameter_utils.py",0,0,"from jax.tree_util import tree_map, tree_reduce\nimport optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n\ndef _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = _count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,tab +559,2933388,"utils/parameter_utils.py",1559,0,"",python,selection_mouse +560,2934623,"utils/parameter_utils.py",1425,0,"",python,selection_mouse +561,2934787,"utils/parameter_utils.py",1424,1,"\n",python,selection_mouse +562,2934805,"utils/parameter_utils.py",1365,60," return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +563,2934863,"utils/parameter_utils.py",1180,245," optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +564,2934871,"utils/parameter_utils.py",848,577," )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +565,2934872,"utils/parameter_utils.py",631,794," peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +566,2934874,"utils/parameter_utils.py",425,1000," if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +567,2934890,"utils/parameter_utils.py",378,1047," return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +568,2934915,"utils/parameter_utils.py",347,1078," if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +569,2935047,"utils/parameter_utils.py",219,1206," assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +570,2935048,"utils/parameter_utils.py",169,1256," supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +571,2935050,"utils/parameter_utils.py",64,1361,"def get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +572,2935051,"utils/parameter_utils.py",63,1362,"\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +573,2935064,"utils/parameter_utils.py",62,1363,"\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +574,2935236,"utils/parameter_utils.py",63,1362,"\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +575,2935257,"utils/parameter_utils.py",64,1361,"def get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +576,2935271,"utils/parameter_utils.py",169,1256," supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +577,2935326,"utils/parameter_utils.py",219,1206," assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +578,2935327,"utils/parameter_utils.py",425,1000," if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +579,2935328,"utils/parameter_utils.py",548,877," return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +580,2935339,"utils/parameter_utils.py",631,794," peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +581,2935397,"utils/parameter_utils.py",662,763," warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +582,2935398,"utils/parameter_utils.py",701,724," decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +583,2935398,"utils/parameter_utils.py",816,609," end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +584,2935420,"utils/parameter_utils.py",848,577," )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +585,2935437,"utils/parameter_utils.py",816,609," end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +586,2935493,"utils/parameter_utils.py",701,724," decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +587,2935493,"utils/parameter_utils.py",631,794," peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +588,2935494,"utils/parameter_utils.py",425,1000," if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +589,2935510,"utils/parameter_utils.py",219,1206," assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +590,2935525,"utils/parameter_utils.py",64,1361,"def get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +591,2935583,"utils/parameter_utils.py",63,1362,"\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +592,2935584,"utils/parameter_utils.py",62,1363,"\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +593,2935774,"utils/parameter_utils.py",61,1364,"\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +594,2935833,"utils/parameter_utils.py",48,1377,"import optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +595,2935865,"utils/parameter_utils.py",0,1425,"from jax.tree_util import tree_map, tree_reduce\nimport optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +596,2936107,"utils/parameter_utils.py",48,1377,"import optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +597,2936196,"utils/parameter_utils.py",61,1364,"\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +598,2936503,"utils/parameter_utils.py",48,1377,"import optax\n\n\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos"", ""const""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""const"":\n return optax.constant_schedule(max_lr)\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n\n",python,selection_mouse +599,2938023,"utils/parameter_utils.py",48,1378,"",python,content +600,2939222,"utils/parameter_utils.py",47,0,"\n",python,content +601,2939676,"utils/parameter_utils.py",48,0,"\n",python,content +602,2943720,"utils/misc_utils.py",0,0,"",python,tab +603,2945960,"utils/misc_utils.py",1427,0,"",python,selection_mouse +604,2946078,"utils/misc_utils.py",1426,3,"def",python,selection_mouse +605,2946222,"utils/misc_utils.py",1426,22,"def _count_leaf(x):\n ",python,selection_mouse +606,2946238,"utils/misc_utils.py",1426,123,"def _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n ",python,selection_mouse +607,2946253,"utils/misc_utils.py",1426,337,"def _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n",python,selection_mouse +608,2946267,"utils/misc_utils.py",1426,597,"def _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:",python,selection_mouse +609,2946323,"utils/misc_utils.py",1426,754,"def _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components",python,selection_mouse +610,2946373,"utils/misc_utils.py",1426,1124,"def _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = _count_component(component_params)\n counts[name] = count\n total_params += count",python,selection_mouse +611,2946374,"utils/misc_utils.py",1426,1179,"def _count_leaf(x):\n """"""Count parameters in a single leaf node.""""""\n if hasattr(x, ""size""):\n return x.size\n return 0\n\n\ndef _count_component(component_params):\n """"""Count total parameters in a component.""""""\n return tree_reduce(\n lambda x, y: x + y, tree_map(_count_leaf, component_params), initializer=0\n )\n\n\ndef count_parameters_by_component(params):\n """"""Count parameters for each component of the model.\n\n Args:\n params: Model parameters dictionary\n component_names: List of component names to count. If None, counts all components.\n\n Returns:\n Dictionary with parameter counts for each component\n """"""\n\n component_names = list(params[""params""].keys())\n print(f""Counting all components: {component_names}"")\n\n counts = {}\n total_params = 0\n\n for name in component_names:\n if ""params"" in params and name in params[""params""]:\n component_params = params[""params""][name]\n else:\n component_params = params\n\n count = _count_component(component_params)\n counts[name] = count\n total_params += count\n\n counts[""total""] = total_params\n return counts\n",python,selection_mouse +612,2948577,"utils/misc_utils.py",1426,1179,"",python,content +613,2949798,"utils/misc_utils.py",1425,1,"",python,content +614,2950395,"utils/misc_utils.py",1424,1,"",python,content +615,2952065,"utils/misc_utils.py",60,0,"",python,selection_mouse +616,2952085,"utils/misc_utils.py",59,0,"",python,selection_command +617,2952591,"utils/misc_utils.py",56,0,"",python,selection_mouse +618,2953248,"utils/misc_utils.py",54,0,"",python,selection_mouse +619,2956083,"utils/misc_utils.py",18,0,"",python,selection_mouse +620,2956752,"utils/misc_utils.py",0,48,"",python,content +621,2957427,"utils/misc_utils.py",13,0,"",python,selection_command +622,2957706,"utils/misc_utils.py",13,2,"",python,content +623,2971708,"utils/misc_utils.py",0,0,"",python,tab +624,2971709,"utils/misc_utils.py",161,0,"",python,selection_mouse +625,2972676,"utils/misc_utils.py",161,5,"",python,content +626,2972933,"utils/misc_utils.py",161,1,"",python,content +627,2973391,"utils/misc_utils.py",160,0,"",python,selection_command +628,2973591,"utils/misc_utils.py",159,0,"",python,selection_command +629,2973737,"utils/misc_utils.py",158,0,"",python,selection_command +630,2973847,"utils/misc_utils.py",158,1,"",python,content +631,2974024,"utils/misc_utils.py",158,1,"",python,content +632,2974418,"utils/misc_utils.py",158,1,"",python,content +633,2975603,"utils/misc_utils.py",365,0,"",python,selection_mouse +634,2975604,"utils/misc_utils.py",364,0,"",python,selection_command +635,2976339,"utils/misc_utils.py",307,0,"",python,selection_mouse +636,2976748,"utils/misc_utils.py",288,78,"",python,content +637,2976764,"utils/misc_utils.py",292,0,"",python,selection_command +638,2978572,"utils/misc_utils.py",728,0,"",python,selection_mouse +639,2984518,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",plaintext,tab +640,2985139,"utils/misc_utils.py",0,0,"",python,tab +641,2992581,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.misc_utils import count_parameters_by_component, get_lr_schedule\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n final_lr: float = 0.0\n wsd_decay_steps: int = 20000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos, const \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.final_lr, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +642,2994920,"train_tokenizer.py",1107,0,"",python,selection_mouse +643,2995039,"train_tokenizer.py",1107,2,", ",python,selection_mouse +644,2995070,"train_tokenizer.py",1107,3,", c",python,selection_mouse +645,2995083,"train_tokenizer.py",1107,4,", co",python,selection_mouse +646,2995103,"train_tokenizer.py",1107,5,", con",python,selection_mouse +647,2995205,"train_tokenizer.py",1107,6,", cons",python,selection_mouse +648,2995269,"train_tokenizer.py",1107,7,", const",python,selection_mouse +649,2995669,"train_tokenizer.py",1107,7,"",python,content +650,2996713,"train_tokenizer.py",1137,0,"",python,selection_command +651,2997679,"train_tokenizer.py",1107,0,"",python,selection_command +652,2998170,"train_tokenizer.py",1046,0,"",python,selection_command +653,2998472,"train_tokenizer.py",1047,0,"",python,selection_command +654,2998636,"train_tokenizer.py",1047,0," ",python,content +655,2998638,"train_tokenizer.py",1048,0,"",python,selection_keyboard +656,3000971,"train_tokenizer.py",1048,0,"#",python,content +657,3000972,"train_tokenizer.py",1049,0,"",python,selection_keyboard +658,3001056,"train_tokenizer.py",1049,0," ",python,content +659,3001057,"train_tokenizer.py",1050,0,"",python,selection_keyboard +660,3001284,"train_tokenizer.py",1050,0,"N",python,content +661,3001286,"train_tokenizer.py",1051,0,"",python,selection_keyboard +662,3001422,"train_tokenizer.py",1051,0,"o",python,content +663,3001424,"train_tokenizer.py",1052,0,"",python,selection_keyboard +664,3001592,"train_tokenizer.py",1052,0,"t",python,content +665,3001593,"train_tokenizer.py",1053,0,"",python,selection_keyboard +666,3001774,"train_tokenizer.py",1053,0,"e",python,content +667,3001775,"train_tokenizer.py",1054,0,"",python,selection_keyboard +668,3002886,"train_tokenizer.py",1054,0,":",python,content +669,3002887,"train_tokenizer.py",1055,0,"",python,selection_keyboard +670,3003066,"train_tokenizer.py",1055,0," ",python,content +671,3003067,"train_tokenizer.py",1056,0,"",python,selection_keyboard +672,3004280,"train_tokenizer.py",1056,0,"w",python,content +673,3004281,"train_tokenizer.py",1057,0,"",python,selection_keyboard +674,3004478,"train_tokenizer.py",1057,0,"s",python,content +675,3004479,"train_tokenizer.py",1058,0,"",python,selection_keyboard +676,3004961,"train_tokenizer.py",1058,0,"d",python,content +677,3004962,"train_tokenizer.py",1059,0,"",python,selection_keyboard +678,3005230,"train_tokenizer.py",1059,0,"_",python,content +679,3005231,"train_tokenizer.py",1060,0,"",python,selection_keyboard +680,3005579,"train_tokenizer.py",1060,0,"d",python,content +681,3005580,"train_tokenizer.py",1061,0,"",python,selection_keyboard +682,3005735,"train_tokenizer.py",1061,0,"e",python,content +683,3005736,"train_tokenizer.py",1062,0,"",python,selection_keyboard +684,3005885,"train_tokenizer.py",1062,0,"c",python,content +685,3005886,"train_tokenizer.py",1063,0,"",python,selection_keyboard +686,3006063,"train_tokenizer.py",1063,0,"a",python,content +687,3006064,"train_tokenizer.py",1064,0,"",python,selection_keyboard +688,3006312,"train_tokenizer.py",1064,0,"y",python,content +689,3006313,"train_tokenizer.py",1065,0,"",python,selection_keyboard +690,3006495,"train_tokenizer.py",1065,0,"_",python,content +691,3006496,"train_tokenizer.py",1066,0,"",python,selection_keyboard +692,3006733,"train_tokenizer.py",1066,0,"s",python,content +693,3006734,"train_tokenizer.py",1067,0,"",python,selection_keyboard +694,3006962,"train_tokenizer.py",1067,0,"t",python,content +695,3006963,"train_tokenizer.py",1068,0,"",python,selection_keyboard +696,3007161,"train_tokenizer.py",1068,0,"e",python,content +697,3007162,"train_tokenizer.py",1069,0,"",python,selection_keyboard +698,3007305,"train_tokenizer.py",1069,0,"p",python,content +699,3007306,"train_tokenizer.py",1070,0,"",python,selection_keyboard +700,3007425,"train_tokenizer.py",1070,0,"s",python,content +701,3007426,"train_tokenizer.py",1071,0,"",python,selection_keyboard +702,3007531,"train_tokenizer.py",1071,0," ",python,content +703,3007532,"train_tokenizer.py",1072,0,"",python,selection_keyboard +704,3007739,"train_tokenizer.py",1072,0,"w",python,content +705,3007740,"train_tokenizer.py",1073,0,"",python,selection_keyboard +706,3007771,"train_tokenizer.py",1073,0,"i",python,content +707,3007772,"train_tokenizer.py",1074,0,"",python,selection_keyboard +708,3007946,"train_tokenizer.py",1074,0,"l",python,content +709,3007946,"train_tokenizer.py",1075,0,"",python,selection_keyboard +710,3008089,"train_tokenizer.py",1075,0,"l",python,content +711,3008089,"train_tokenizer.py",1076,0,"",python,selection_keyboard +712,3008175,"train_tokenizer.py",1076,0," ",python,content +713,3008176,"train_tokenizer.py",1077,0,"",python,selection_keyboard +714,3008284,"train_tokenizer.py",1077,0,"o",python,content +715,3008285,"train_tokenizer.py",1078,0,"",python,selection_keyboard +716,3008939,"train_tokenizer.py",1077,1,"",python,content +717,3009542,"train_tokenizer.py",1077,0,"o",python,content +718,3009543,"train_tokenizer.py",1078,0,"",python,selection_keyboard +719,3009758,"train_tokenizer.py",1078,0,"n",python,content +720,3009759,"train_tokenizer.py",1079,0,"",python,selection_keyboard +721,3009898,"train_tokenizer.py",1079,0,"l",python,content +722,3009899,"train_tokenizer.py",1080,0,"",python,selection_keyboard +723,3009961,"train_tokenizer.py",1080,0,"y",python,content +724,3009962,"train_tokenizer.py",1081,0,"",python,selection_keyboard +725,3010038,"train_tokenizer.py",1081,0," ",python,content +726,3010038,"train_tokenizer.py",1082,0,"",python,selection_keyboard +727,3010457,"train_tokenizer.py",1082,0,"b",python,content +728,3010458,"train_tokenizer.py",1083,0,"",python,selection_keyboard +729,3010614,"train_tokenizer.py",1083,0,"e",python,content +730,3010615,"train_tokenizer.py",1084,0,"",python,selection_keyboard +731,3010724,"train_tokenizer.py",1084,0," ",python,content +732,3010724,"train_tokenizer.py",1085,0,"",python,selection_keyboard +733,3010863,"train_tokenizer.py",1085,0,"u",python,content +734,3010864,"train_tokenizer.py",1086,0,"",python,selection_keyboard +735,3011032,"train_tokenizer.py",1086,0,"s",python,content +736,3011033,"train_tokenizer.py",1087,0,"",python,selection_keyboard +737,3011306,"train_tokenizer.py",1087,0,"e",python,content +738,3011306,"train_tokenizer.py",1088,0,"",python,selection_keyboard +739,3011355,"train_tokenizer.py",1088,0,"d",python,content +740,3011355,"train_tokenizer.py",1089,0,"",python,selection_keyboard +741,3011442,"train_tokenizer.py",1089,0," ",python,content +742,3011443,"train_tokenizer.py",1090,0,"",python,selection_keyboard +743,3012385,"train_tokenizer.py",1090,0,"w",python,content +744,3012386,"train_tokenizer.py",1091,0,"",python,selection_keyboard +745,3012474,"train_tokenizer.py",1091,0,"h",python,content +746,3012475,"train_tokenizer.py",1092,0,"",python,selection_keyboard +747,3012573,"train_tokenizer.py",1092,0,"e",python,content +748,3012574,"train_tokenizer.py",1093,0,"",python,selection_keyboard +749,3012657,"train_tokenizer.py",1093,0,"n",python,content +750,3012658,"train_tokenizer.py",1094,0,"",python,selection_keyboard +751,3012717,"train_tokenizer.py",1094,0," ",python,content +752,3012718,"train_tokenizer.py",1095,0,"",python,selection_keyboard +753,3014097,"train_tokenizer.py",1095,0,"u",python,content +754,3014098,"train_tokenizer.py",1096,0,"",python,selection_keyboard +755,3014250,"train_tokenizer.py",1096,0,"s",python,content +756,3014251,"train_tokenizer.py",1097,0,"",python,selection_keyboard +757,3014311,"train_tokenizer.py",1097,0,"i",python,content +758,3014312,"train_tokenizer.py",1098,0,"",python,selection_keyboard +759,3014379,"train_tokenizer.py",1098,0,"n",python,content +760,3014380,"train_tokenizer.py",1099,0,"",python,selection_keyboard +761,3014495,"train_tokenizer.py",1099,0,"g",python,content +762,3014495,"train_tokenizer.py",1100,0,"",python,selection_keyboard +763,3014562,"train_tokenizer.py",1100,0," ",python,content +764,3014562,"train_tokenizer.py",1101,0,"",python,selection_keyboard +765,3014800,"train_tokenizer.py",1101,0,"w",python,content +766,3014801,"train_tokenizer.py",1102,0,"",python,selection_keyboard +767,3015073,"train_tokenizer.py",1102,0,"s",python,content +768,3015074,"train_tokenizer.py",1103,0,"",python,selection_keyboard +769,3015262,"train_tokenizer.py",1103,0,"d",python,content +770,3015263,"train_tokenizer.py",1104,0,"",python,selection_keyboard +771,3016007,"train_tokenizer.py",1104,0," ",python,content +772,3016008,"train_tokenizer.py",1105,0,"",python,selection_keyboard +773,3017403,"train_tokenizer.py",1101,4,"",python,content +774,3017648,"train_tokenizer.py",1101,0,"a",python,content +775,3017649,"train_tokenizer.py",1102,0,"",python,selection_keyboard +776,3017825,"train_tokenizer.py",1102,0," ",python,content +777,3017826,"train_tokenizer.py",1103,0,"",python,selection_keyboard +778,3018038,"train_tokenizer.py",1103,0,"w",python,content +779,3018039,"train_tokenizer.py",1104,0,"",python,selection_keyboard +780,3018456,"train_tokenizer.py",1104,0,"s",python,content +781,3018457,"train_tokenizer.py",1105,0,"",python,selection_keyboard +782,3018729,"train_tokenizer.py",1105,0,"d",python,content +783,3018730,"train_tokenizer.py",1106,0,"",python,selection_keyboard +784,3019840,"train_tokenizer.py",1106,0,"-",python,content +785,3019841,"train_tokenizer.py",1107,0,"",python,selection_keyboard +786,3020240,"train_tokenizer.py",1107,0,"s",python,content +787,3020241,"train_tokenizer.py",1108,0,"",python,selection_keyboard +788,3020482,"train_tokenizer.py",1108,0,"c",python,content +789,3020483,"train_tokenizer.py",1109,0,"",python,selection_keyboard +790,3020624,"train_tokenizer.py",1109,0,"h",python,content +791,3020625,"train_tokenizer.py",1110,0,"",python,selection_keyboard +792,3020726,"train_tokenizer.py",1110,0,"e",python,content +793,3020727,"train_tokenizer.py",1111,0,"",python,selection_keyboard +794,3020815,"train_tokenizer.py",1111,0,"d",python,content +795,3020815,"train_tokenizer.py",1112,0,"",python,selection_keyboard +796,3020906,"train_tokenizer.py",1112,0,"u",python,content +797,3020907,"train_tokenizer.py",1113,0,"",python,selection_keyboard +798,3021094,"train_tokenizer.py",1113,0,"l",python,content +799,3021094,"train_tokenizer.py",1114,0,"",python,selection_keyboard +800,3021143,"train_tokenizer.py",1114,0,"e",python,content +801,3021144,"train_tokenizer.py",1115,0,"",python,selection_keyboard +802,3022284,"train_tokenizer.py",1154,0,"",python,selection_mouse +803,3022788,"train_tokenizer.py",1061,0,"",python,selection_mouse +804,3023707,"train_tokenizer.py",1050,0,"",python,selection_mouse +805,3023873,"train_tokenizer.py",1050,4,"Note",python,selection_mouse +806,3024092,"train_tokenizer.py",1050,6,"Note: ",python,selection_mouse +807,3024121,"train_tokenizer.py",1050,21,"Note: wsd_decay_steps",python,selection_mouse +808,3024587,"train_tokenizer.py",1070,0,"",python,selection_mouse +809,3025262,"train_tokenizer.py",1047,0,"",python,selection_mouse +810,3026338,"train_tokenizer.py",1048,0,"",python,selection_mouse +811,3026609,"train_tokenizer.py",1048,1,"#",python,selection_mouse +812,3026610,"train_tokenizer.py",1048,5,"# Not",python,selection_mouse +813,3026610,"train_tokenizer.py",1048,8,"# Note: ",python,selection_mouse +814,3026623,"train_tokenizer.py",1048,13,"# Note: wsd_d",python,selection_mouse +815,3026639,"train_tokenizer.py",1048,19,"# Note: wsd_decay_s",python,selection_mouse +816,3026698,"train_tokenizer.py",1048,29,"# Note: wsd_decay_steps will ",python,selection_mouse +817,3026699,"train_tokenizer.py",1048,39,"# Note: wsd_decay_steps will only be us",python,selection_mouse +818,3026699,"train_tokenizer.py",1048,128,"# Note: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule : str = ""wsd"" # supported options: wsd, cos ",python,selection_mouse +819,3027165,"train_tokenizer.py",1048,67,"# Note: wsd_decay_steps will only be used when using a wsd-schedule",python,selection_mouse +820,3031704,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.misc_utils import count_parameters_by_component, get_lr_schedule\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n init_lr: float = 0.0\n max_lr: float = 3e-5\n final_lr: float = 0.0\n wsd_decay_steps: int = 10000\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos, const \n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.final_lr, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +821,3032728,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.misc_utils import count_parameters_by_component, get_lr_schedule\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n final_lr: float = 0.0\n wsd_decay_steps: int = 10000\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos, const \n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.final_lr, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +822,3033637,"train_lam.py",0,0,"",python,tab +823,3035081,"train_lam.py",1044,0,"",python,selection_mouse +824,3035098,"train_lam.py",1043,0,"",python,selection_command +825,3036059,"train_lam.py",1044,0,", const",python,content +826,3036081,"train_lam.py",1050,0,"",python,selection_command +827,3036761,"train_lam.py",1044,7,"",python,content +828,3036778,"train_lam.py",1043,0,"",python,selection_command +829,3037930,"train_lam.py",1044,0,"",python,selection_command +830,3038595,"train_lam.py",1044,0," ",python,content +831,3038597,"train_lam.py",1045,0,"",python,selection_keyboard +832,3038884,"train_lam.py",1045,0,"# Note: wsd_decay_steps will only be used when using a wsd-schedule",python,content +833,3040158,"train_dynamics.py",0,0,"",python,tab +834,3040905,"train_dynamics.py",968,0,"",python,selection_mouse +835,3040921,"train_dynamics.py",967,0,"",python,selection_command +836,3041748,"train_dynamics.py",968,0,"",python,selection_command +837,3041850,"train_dynamics.py",968,0," ",python,content +838,3041851,"train_dynamics.py",969,0,"",python,selection_keyboard +839,3042265,"train_dynamics.py",969,0,"# Note: wsd_decay_steps will only be used when using a wsd-schedule",python,content +840,3043413,"train_dynamics.py",1125,0,"",python,selection_mouse +841,3043543,"train_dynamics.py",1125,1,",",python,selection_mouse +842,3043581,"train_dynamics.py",1125,3,", c",python,selection_mouse +843,3043596,"train_dynamics.py",1125,4,", co",python,selection_mouse +844,3043624,"train_dynamics.py",1125,5,", con",python,selection_mouse +845,3043635,"train_dynamics.py",1125,6,", cons",python,selection_mouse +846,3043709,"train_dynamics.py",1125,7,", const",python,selection_mouse +847,3043767,"train_dynamics.py",1125,8,", const ",python,selection_mouse +848,3044239,"train_dynamics.py",1125,8,"",python,content +849,3045331,"train_lam.py",0,0,"",python,tab +850,3046614,"train_lam.py",1201,0,"",python,selection_mouse +851,3046713,"train_lam.py",1201,1,",",python,selection_mouse +852,3046728,"train_lam.py",1201,2,", ",python,selection_mouse +853,3046784,"train_lam.py",1201,4,", co",python,selection_mouse +854,3046785,"train_lam.py",1201,5,", con",python,selection_mouse +855,3046785,"train_lam.py",1201,6,", cons",python,selection_mouse +856,3046793,"train_lam.py",1201,7,", const",python,selection_mouse +857,3046854,"train_lam.py",1201,8,", const ",python,selection_mouse +858,3047239,"train_lam.py",1201,8,"",python,content +859,3050093,"train_lam.py",531,0,"",python,selection_mouse +860,3058344,"utils/misc_utils.py",0,0,"",python,tab +861,3070320,"utils/lr_utils.py",0,0,"import optax\n\ndef get_lr_schedule(lr_schedule, init_lr, max_lr, final_lr, total_steps, warmup_steps, wsd_decay_steps):\n supported_schedules = [""wsd"", ""cos""]\n assert lr_schedule in supported_schedules, f""Learning rate schedule not supported. Please use one of {supported_schedules}""\n if lr_schedule == ""cos"":\n assert warmup_steps <= total_steps, ""Warmup steps can't be greater than total steps.""\n return optax.warmup_cosine_decay_schedule(\n init_value=init_lr,\n peak_value=max_lr,\n warmup_steps=warmup_steps,\n decay_steps=total_steps, # Note: decay_steps includes the warmup steps, so we need to pass total value\n end_value=final_lr \n )\n if lr_schedule == ""wsd"":\n assert warmup_steps + wsd_decay_steps <= total_steps, ""Warmup and decay period is longer than total steps.""\n schedules = [\n optax.linear_schedule(init_value=init_lr, end_value=max_lr, transition_steps=warmup_steps),\n optax.constant_schedule(value=max_lr),\n optax.linear_schedule(init_value=max_lr, end_value=final_lr, transition_steps=wsd_decay_steps),\n ]\n boundaries = [warmup_steps, total_steps - wsd_decay_steps]\n return optax.join_schedules(schedules, boundaries)\n",python,tab +862,3071305,"train_tokenizer.py",0,0,"",python,tab +863,3073282,"train_tokenizer.py",550,0,"",python,selection_mouse +864,3074359,"train_tokenizer.py",531,0,"",python,selection_mouse +865,3075134,"train_tokenizer.py",530,0,"",python,selection_command +866,3075910,"train_tokenizer.py",591,0,"\nfrom utils.lr_utils import count_parameters_by_component, get_lr_schedule",python,content +867,3075929,"train_tokenizer.py",592,0,"",python,selection_command +868,3076279,"train_tokenizer.py",593,0,"",python,selection_command +869,3076538,"train_tokenizer.py",594,0,"",python,selection_command +870,3077037,"train_tokenizer.py",595,0,"",python,selection_command +871,3077076,"train_tokenizer.py",596,0,"",python,selection_command +872,3077105,"train_tokenizer.py",597,0,"",python,selection_command +873,3077147,"train_tokenizer.py",598,0,"",python,selection_command +874,3077171,"train_tokenizer.py",599,0,"",python,selection_command +875,3077211,"train_tokenizer.py",600,0,"",python,selection_command +876,3077311,"train_tokenizer.py",601,0,"",python,selection_command +877,3077460,"train_tokenizer.py",602,0,"",python,selection_command +878,3077592,"train_tokenizer.py",603,0,"",python,selection_command +879,3078507,"train_tokenizer.py",603,1,"",python,content +880,3078634,"train_tokenizer.py",603,1,"",python,content +881,3079015,"train_tokenizer.py",603,0,"p",python,content +882,3079017,"train_tokenizer.py",604,0,"",python,selection_keyboard +883,3079145,"train_tokenizer.py",604,0,"a",python,content +884,3079146,"train_tokenizer.py",605,0,"",python,selection_keyboard +885,3079343,"train_tokenizer.py",605,0,"r",python,content +886,3079344,"train_tokenizer.py",606,0,"",python,selection_keyboard +887,3079477,"train_tokenizer.py",606,0,"a",python,content +888,3079478,"train_tokenizer.py",607,0,"",python,selection_keyboard +889,3079560,"train_tokenizer.py",607,0,"m",python,content +890,3079561,"train_tokenizer.py",608,0,"",python,selection_keyboard +891,3079820,"train_tokenizer.py",608,0,"e",python,content +892,3079821,"train_tokenizer.py",609,0,"",python,selection_keyboard +893,3080012,"train_tokenizer.py",609,0,"e",python,content +894,3080014,"train_tokenizer.py",610,0,"",python,selection_keyboard +895,3080398,"train_tokenizer.py",609,1,"",python,content +896,3080644,"train_tokenizer.py",609,0,"t",python,content +897,3080645,"train_tokenizer.py",610,0,"",python,selection_keyboard +898,3080750,"train_tokenizer.py",610,0,"e",python,content +899,3080751,"train_tokenizer.py",611,0,"",python,selection_keyboard +900,3080813,"train_tokenizer.py",611,0,"r",python,content +901,3080813,"train_tokenizer.py",612,0,"",python,selection_keyboard +902,3081091,"train_tokenizer.py",603,9,"parameter_utils",python,content +903,3081898,"train_tokenizer.py",618,6,"",python,content +904,3082359,"train_tokenizer.py",617,0,"",python,selection_command +905,3082540,"train_tokenizer.py",543,0,"",python,selection_command +906,3083050,"train_tokenizer.py",617,0,"",python,selection_command +907,3083248,"train_tokenizer.py",618,0,"",python,selection_command +908,3083748,"train_tokenizer.py",619,0,"",python,selection_command +909,3083775,"train_tokenizer.py",620,0,"",python,selection_command +910,3083808,"train_tokenizer.py",621,0,"",python,selection_command +911,3083844,"train_tokenizer.py",622,0,"",python,selection_command +912,3083865,"train_tokenizer.py",623,0,"",python,selection_command +913,3083903,"train_tokenizer.py",624,0,"",python,selection_command +914,3083936,"train_tokenizer.py",625,0,"",python,selection_command +915,3083951,"train_tokenizer.py",626,0,"",python,selection_command +916,3083990,"train_tokenizer.py",627,0,"",python,selection_command +917,3084018,"train_tokenizer.py",628,0,"",python,selection_command +918,3084050,"train_tokenizer.py",629,0,"",python,selection_command +919,3084078,"train_tokenizer.py",630,0,"",python,selection_command +920,3084104,"train_tokenizer.py",631,0,"",python,selection_command +921,3084187,"train_tokenizer.py",632,0,"",python,selection_command +922,3084188,"train_tokenizer.py",633,0,"",python,selection_command +923,3084211,"train_tokenizer.py",634,0,"",python,selection_command +924,3084240,"train_tokenizer.py",635,0,"",python,selection_command +925,3084256,"train_tokenizer.py",636,0,"",python,selection_command +926,3084295,"train_tokenizer.py",637,0,"",python,selection_command +927,3084325,"train_tokenizer.py",638,0,"",python,selection_command +928,3084363,"train_tokenizer.py",639,0,"",python,selection_command +929,3084378,"train_tokenizer.py",640,0,"",python,selection_command +930,3084410,"train_tokenizer.py",641,0,"",python,selection_command +931,3084448,"train_tokenizer.py",642,0,"",python,selection_command +932,3084471,"train_tokenizer.py",643,0,"",python,selection_command +933,3084495,"train_tokenizer.py",644,0,"",python,selection_command +934,3084529,"train_tokenizer.py",645,0,"",python,selection_command +935,3084559,"train_tokenizer.py",646,0,"",python,selection_command +936,3084591,"train_tokenizer.py",647,0,"",python,selection_command +937,3084618,"train_tokenizer.py",648,0,"",python,selection_command +938,3084665,"train_tokenizer.py",649,0,"",python,selection_command +939,3084680,"train_tokenizer.py",650,0,"",python,selection_command +940,3084704,"train_tokenizer.py",651,0,"",python,selection_command +941,3084746,"train_tokenizer.py",652,0,"",python,selection_command +942,3084769,"train_tokenizer.py",653,0,"",python,selection_command +943,3084797,"train_tokenizer.py",654,0,"",python,selection_command +944,3085172,"train_tokenizer.py",655,0,"",python,selection_command +945,3085498,"train_tokenizer.py",655,2,"",python,content +946,3086463,"train_tokenizer.py",655,15,"",python,content +947,3086464,"train_tokenizer.py",654,0,"",python,selection_command +948,3087652,"train_tokenizer.py",641,0,"",python,selection_mouse +949,3087822,"train_tokenizer.py",626,29,"count_parameters_by_component",python,selection_mouse +950,3089217,"train_tokenizer.py",550,0,"",python,selection_mouse +951,3090554,"train_tokenizer.py",545,0,"",python,selection_mouse +952,3090685,"train_tokenizer.py",545,2,"co",python,selection_mouse +953,3090701,"train_tokenizer.py",545,4,"coun",python,selection_mouse +954,3090732,"train_tokenizer.py",545,8,"count_pa",python,selection_mouse +955,3090746,"train_tokenizer.py",545,85,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import coun",python,selection_mouse +956,3090762,"train_tokenizer.py",545,87,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_",python,selection_mouse +957,3090784,"train_tokenizer.py",545,88,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_p",python,selection_mouse +958,3090798,"train_tokenizer.py",545,89,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_pa",python,selection_mouse +959,3090812,"train_tokenizer.py",545,90,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_par",python,selection_mouse +960,3090869,"train_tokenizer.py",545,91,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_para",python,selection_mouse +961,3090870,"train_tokenizer.py",545,92,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_param",python,selection_mouse +962,3090931,"train_tokenizer.py",545,93,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parame",python,selection_mouse +963,3090932,"train_tokenizer.py",545,94,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_paramet",python,selection_mouse +964,3090947,"train_tokenizer.py",545,95,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_paramete",python,selection_mouse +965,3091009,"train_tokenizer.py",545,96,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parameter",python,selection_mouse +966,3091010,"train_tokenizer.py",545,97,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parameters",python,selection_mouse +967,3091034,"train_tokenizer.py",545,98,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parameters_",python,selection_mouse +968,3091081,"train_tokenizer.py",545,99,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parameters_b",python,selection_mouse +969,3091142,"train_tokenizer.py",545,100,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by",python,selection_mouse +970,3091146,"train_tokenizer.py",545,101,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_",python,selection_mouse +971,3091206,"train_tokenizer.py",545,102,"count_parameters_by_component, get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_c",python,selection_mouse +972,3091214,"train_tokenizer.py",545,28,"count_parameters_by_componen",python,selection_mouse +973,3091231,"train_tokenizer.py",545,29,"count_parameters_by_component",python,selection_mouse +974,3091605,"train_tokenizer.py",545,30,"count_parameters_by_component,",python,selection_mouse +975,3091933,"train_tokenizer.py",545,30,"",python,content +976,3093215,"train_tokenizer.py",545,1,"",python,content +977,3095092,"train_tokenizer.py",579,0,"",python,selection_mouse +978,3096155,"train_tokenizer.py",536,0,"",python,selection_command +979,3097482,"train_lam.py",0,0,"",python,tab +980,3098389,"train_lam.py",530,0,"",python,selection_command +981,3098543,"train_lam.py",588,0,"\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component",python,content +982,3098546,"train_lam.py",589,0,"",python,selection_command +983,3098886,"train_lam.py",515,0,"",python,selection_command +984,3099312,"train_lam.py",515,74,"",python,content +985,3101543,"train_dynamics.py",0,0,"",python,tab +986,3102575,"train_dynamics.py",539,0,"",python,selection_mouse +987,3103678,"train_dynamics.py",539,0,"\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component",python,content +988,3103696,"train_dynamics.py",540,0,"",python,selection_command +989,3103955,"train_dynamics.py",539,0,"",python,selection_command +990,3104386,"train_dynamics.py",465,75,"",python,content +991,3146369,"train_lam.py",0,0,"",python,tab +992,3148667,"train_tokenizer.py",0,0,"",python,tab +993,3150537,"train_tokenizer.py",1087,0,"",python,selection_mouse +994,3161470,"train_lam.py",0,0,"",python,tab +995,3162471,"utils/lr_utils.py",0,0,"",python,tab +996,3170300,"utils/lr_utils.py",34,0,"",python,selection_mouse +997,3170452,"utils/lr_utils.py",34,11,"lr_schedule",python,selection_mouse +998,3170954,"utils/lr_utils.py",138,0,"",python,selection_mouse +999,3171112,"utils/lr_utils.py",123,19,"supported_schedules",python,selection_mouse +1000,3212605,"train_tokenizer.py",0,0,"",python,tab +1001,3214154,"train_tokenizer.py",1025,0,"",python,selection_mouse +1002,3214313,"train_tokenizer.py",1024,8,"final_lr",python,selection_mouse +1003,3214433,"train_tokenizer.py",1020,26," final_lr: float = 0.0\n",python,selection_mouse +1004,3219038,"train_tokenizer.py",1034,0,"",python,selection_mouse +1005,3219296,"train_tokenizer.py",1034,5,"float",python,selection_mouse +1006,3219469,"train_tokenizer.py",1020,26," final_lr: float = 0.0\n",python,selection_mouse +1007,3220195,"train_tokenizer.py",1024,0,"",python,selection_command +1008,3225539,"train_tokenizer.py",1020,0,"",python,selection_command +1009,3227637,"train_tokenizer.py",1020,0," decay_lr: float = 0.0\n",python,content +1010,3227641,"train_tokenizer.py",1046,26,"",python,content +1011,3240946,"train_tokenizer.py",1020,25," final_lr: float = 0.0",python,content +1012,3242259,"train_tokenizer.py",1029,0,"",python,selection_mouse +1013,3242427,"train_tokenizer.py",1024,8,"final_lr",python,selection_mouse +1014,3242581,"train_tokenizer.py",1020,26," final_lr: float = 0.0\n",python,selection_mouse +1015,3243543,"train_tokenizer.py",1020,0,"",python,selection_command +1016,3245486,"train_tokenizer.py",1020,0," decay_lr: float = 0.0\n",python,content +1017,3245490,"train_tokenizer.py",1046,26,"",python,content +1018,3248660,"train_tokenizer.py",1020,25," final_lr: float = 0.0",python,content +1019,3249434,"train_tokenizer.py",1031,0,"",python,selection_mouse +1020,3250147,"train_tokenizer.py",1026,0,"",python,selection_mouse +1021,3250327,"train_tokenizer.py",1024,8,"final_lr",python,selection_mouse +1022,3250448,"train_tokenizer.py",1020,26," final_lr: float = 0.0\n",python,selection_mouse +1023,3275886,"train_tokenizer.py",1044,0,"",python,selection_command +1024,3355236,"train_tokenizer.py",1030,0,"",python,selection_mouse +1025,3355367,"train_tokenizer.py",1024,8,"final_lr",python,selection_mouse +1026,3370569,"train_tokenizer.py",1427,0,"",python,selection_mouse +1027,3370585,"train_tokenizer.py",1426,0,"",python,selection_command +1028,3544269,"train_tokenizer.py",0,0,"",python,tab +1029,3544270,"train_tokenizer.py",1024,0,"",python,selection_mouse +1030,3544839,"train_tokenizer.py",1024,8,"",python,content +1031,3545989,"train_tokenizer.py",1024,0,"decay_end",python,content +1032,3547946,"train_lam.py",0,0,"",python,tab +1033,3549323,"train_lam.py",1023,0,"",python,selection_mouse +1034,3549493,"train_lam.py",1021,8,"final_lr",python,selection_mouse +1035,3550872,"train_lam.py",1021,8,"",python,content +1036,3551655,"train_lam.py",1021,0,"decay_end",python,content +1037,3552873,"train_dynamics.py",0,0,"",python,tab +1038,3555225,"train_dynamics.py",946,0,"",python,selection_mouse +1039,3555388,"train_dynamics.py",944,8,"final_lr",python,selection_mouse +1040,3558375,"train_dynamics.py",952,0,"",python,selection_command +1041,3558390,"train_dynamics.py",6283,2,"end",python,content +1042,3558390,"train_dynamics.py",6281,1,"y",python,content +1043,3558391,"train_dynamics.py",6277,3,"dec",python,content +1044,3558391,"train_dynamics.py",950,2,"end",python,content +1045,3558391,"train_dynamics.py",948,1,"y",python,content +1046,3558391,"train_dynamics.py",944,3,"dec",python,content +1047,3559550,"train_lam.py",0,0,"",python,tab +1048,3560661,"train_lam.py",1021,9,"",python,content +1049,3561048,"train_lam.py",1021,0,"final_lr",python,content +1050,3561984,"train_lam.py",1025,0,"",python,selection_mouse +1051,3562094,"train_lam.py",1021,8,"final_lr",python,selection_mouse +1052,3565148,"train_lam.py",1029,0,"",python,selection_command +1053,3565161,"train_lam.py",6302,2,"end",python,content +1054,3565162,"train_lam.py",6300,1,"y",python,content +1055,3565162,"train_lam.py",6296,3,"dec",python,content +1056,3565162,"train_lam.py",1027,2,"end",python,content +1057,3565162,"train_lam.py",1025,1,"y",python,content +1058,3565162,"train_lam.py",1021,3,"dec",python,content +1059,3566316,"train_tokenizer.py",0,0,"",python,tab +1060,3567475,"train_tokenizer.py",1030,0,"",python,selection_mouse +1061,3567622,"train_tokenizer.py",1024,9,"decay_end",python,selection_mouse +1062,3571016,"train_tokenizer.py",1028,0,"",python,selection_mouse +1063,3572071,"train_tokenizer.py",1024,9,"",python,content +1064,3572705,"train_tokenizer.py",1024,0,"final_lr",python,content +1065,3574150,"train_tokenizer.py",1027,0,"",python,selection_mouse +1066,3574304,"train_tokenizer.py",1024,8,"final_lr",python,selection_mouse +1067,3576526,"train_tokenizer.py",1032,0,"",python,selection_command +1068,3576545,"train_tokenizer.py",5821,2,"end",python,content +1069,3576545,"train_tokenizer.py",5819,1,"y",python,content +1070,3576545,"train_tokenizer.py",5815,3,"dec",python,content +1071,3576545,"train_tokenizer.py",1030,2,"end",python,content +1072,3576545,"train_tokenizer.py",1028,1,"y",python,content +1073,3576545,"train_tokenizer.py",1024,3,"dec",python,content +1074,3588043,"utils/lr_utils.py",0,0,"",python,tab +1075,3590608,"utils/lr_utils.py",67,0,"",python,selection_mouse +1076,3590746,"utils/lr_utils.py",64,8,"final_lr",python,selection_mouse +1077,3596665,"utils/lr_utils.py",932,0,"",python,selection_mouse +1078,3601163,"utils/lr_utils.py",68,0,"",python,selection_mouse +1079,3601272,"utils/lr_utils.py",64,8,"final_lr",python,selection_mouse +1080,3604094,"utils/lr_utils.py",72,0,"",python,selection_command +1081,3604109,"utils/lr_utils.py",1112,2,"end",python,content +1082,3604109,"utils/lr_utils.py",1110,1,"y",python,content +1083,3604109,"utils/lr_utils.py",1106,3,"dec",python,content +1084,3604109,"utils/lr_utils.py",707,2,"end",python,content +1085,3604109,"utils/lr_utils.py",705,1,"y",python,content +1086,3604109,"utils/lr_utils.py",701,3,"dec",python,content +1087,3604110,"utils/lr_utils.py",70,2,"end",python,content +1088,3604110,"utils/lr_utils.py",68,1,"y",python,content +1089,3604110,"utils/lr_utils.py",64,3,"dec",python,content +1090,3606310,"train_tokenizer.py",0,0,"",python,tab +1091,3750641,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.5e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +1092,3751767,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1290,0,"",shellscript,selection_mouse +1093,3754289,"utils/lr_utils.py",0,0,"",python,tab +1094,3755736,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1095,3760079,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1096,3760803,"train_dynamics.py",0,0,"",python,tab +1097,3763641,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1098,3763642,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",555,0,"",shellscript,selection_mouse +1099,3887748,"train_dynamics.py",0,0,"",python,tab +1100,3887748,"train_dynamics.py",639,0,"",python,selection_mouse +1101,3888802,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1102,3888803,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1076,0,"",shellscript,selection_mouse +1103,3888819,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1075,0,"",shellscript,selection_command +1104,3889353,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1094,0,"",shellscript,selection_mouse +1105,3889354,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1093,0,"",shellscript,selection_command +1106,3889622,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1074,19," \\n --save_ckpt ",shellscript,selection_mouse +1107,3889623,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1074,20," \\n --save_ckpt \",shellscript,selection_command +1108,3889651,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1075,19,"\\n --save_ckpt \",shellscript,selection_mouse +1109,3889666,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1076,18,"\n --save_ckpt \",shellscript,selection_mouse +1110,3889974,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1076,0,"",shellscript,selection_mouse +1111,3889974,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1075,0,"",shellscript,selection_command +1112,3891270,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1076,0,"\n",shellscript,content +1113,3891978,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1077,0," ",shellscript,content +1114,3892785,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1081,0,"-",shellscript,content +1115,3892786,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1082,0,"",shellscript,selection_keyboard +1116,3892916,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1082,0,"-",shellscript,content +1117,3892917,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1083,0,"",shellscript,selection_keyboard +1118,3893141,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1083,0,"n",shellscript,content +1119,3893142,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1084,0,"",shellscript,selection_keyboard +1120,3893311,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1084,0,"u",shellscript,content +1121,3893312,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1085,0,"",shellscript,selection_keyboard +1122,3893462,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1085,0,"m",shellscript,content +1123,3893463,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1086,0,"",shellscript,selection_keyboard +1124,3893760,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1086,0,"_",shellscript,content +1125,3893761,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1087,0,"",shellscript,selection_keyboard +1126,3893982,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1087,0,"s",shellscript,content +1127,3893983,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1088,0,"",shellscript,selection_keyboard +1128,3894484,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1088,0,"t",shellscript,content +1129,3894485,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1089,0,"",shellscript,selection_keyboard +1130,3894701,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1089,0,"e",shellscript,content +1131,3894701,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1090,0,"",shellscript,selection_keyboard +1132,3894793,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1090,0,"p",shellscript,content +1133,3894794,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1091,0,"",shellscript,selection_keyboard +1134,3894901,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1091,0,"s",shellscript,content +1135,3894902,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1092,0,"",shellscript,selection_keyboard +1136,3895597,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1092,0,"=",shellscript,content +1137,3895598,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1093,0,"",shellscript,selection_keyboard +1138,3896731,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1093,0,"4",shellscript,content +1139,3896732,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1094,0,"",shellscript,selection_keyboard +1140,3896821,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1094,0,"0",shellscript,content +1141,3896822,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1095,0,"",shellscript,selection_keyboard +1142,3897375,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1095,0,"0",shellscript,content +1143,3897376,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1096,0,"",shellscript,selection_keyboard +1144,3897529,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1096,0,"0",shellscript,content +1145,3897529,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1097,0,"",shellscript,selection_keyboard +1146,3897669,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1097,0,"0",shellscript,content +1147,3897670,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1098,0,"",shellscript,selection_keyboard +1148,3898559,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1098,0," ",shellscript,content +1149,3898560,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1099,0,"",shellscript,selection_keyboard +1150,3898694,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1099,0,"\",shellscript,content +1151,3898695,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1100,0,"",shellscript,selection_keyboard +1152,3898851,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1100,0,"\n ",shellscript,content +1153,3901362,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1105,0,"-",shellscript,content +1154,3901363,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1106,0,"",shellscript,selection_keyboard +1155,3901559,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1106,0,"-",shellscript,content +1156,3901560,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1107,0,"",shellscript,selection_keyboard +1157,3902325,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1107,0," ",shellscript,content +1158,3902326,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1108,0,"",shellscript,selection_keyboard +1159,3902670,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1107,1,"",shellscript,content +1160,3902785,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1107,0,"w",shellscript,content +1161,3902786,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1108,0,"",shellscript,selection_keyboard +1162,3902972,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1108,0,"a",shellscript,content +1163,3902973,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1109,0,"",shellscript,selection_keyboard +1164,3903140,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1109,0,"r",shellscript,content +1165,3903140,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1110,0,"",shellscript,selection_keyboard +1166,3903217,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1110,0,"m",shellscript,content +1167,3903218,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1111,0,"",shellscript,selection_keyboard +1168,3903422,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1111,0,"u",shellscript,content +1169,3903423,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1112,0,"",shellscript,selection_keyboard +1170,3903596,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1112,0,"p",shellscript,content +1171,3903597,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1113,0,"",shellscript,selection_keyboard +1172,3903956,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1113,0,"_",shellscript,content +1173,3903957,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1114,0,"",shellscript,selection_keyboard +1174,3904322,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1114,0,"s",shellscript,content +1175,3904323,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1115,0,"",shellscript,selection_keyboard +1176,3904508,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1115,0,"t",shellscript,content +1177,3904509,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1116,0,"",shellscript,selection_keyboard +1178,3904709,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1116,0,"e",shellscript,content +1179,3904710,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1117,0,"",shellscript,selection_keyboard +1180,3904805,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1117,0,"p",shellscript,content +1181,3904806,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1118,0,"",shellscript,selection_keyboard +1182,3904927,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1118,0,"s",shellscript,content +1183,3904928,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1119,0,"",shellscript,selection_keyboard +1184,3905919,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1119,0,"=",shellscript,content +1185,3905920,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1120,0,"",shellscript,selection_keyboard +1186,3911911,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1120,0,"5",shellscript,content +1187,3911912,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1121,0,"",shellscript,selection_keyboard +1188,3911929,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1121,0,"0",shellscript,content +1189,3911930,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1122,0,"",shellscript,selection_keyboard +1190,3912080,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1122,0,"0",shellscript,content +1191,3912081,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1123,0,"",shellscript,selection_keyboard +1192,3912218,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1123,0,"0",shellscript,content +1193,3912219,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1124,0,"",shellscript,selection_keyboard +1194,3913702,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1124,0," ",shellscript,content +1195,3913703,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1125,0,"",shellscript,selection_keyboard +1196,3913853,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1125,0,"\",shellscript,content +1197,3913853,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1126,0,"",shellscript,selection_keyboard +1198,3916986,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1121,0,"",shellscript,selection_command +1199,3917095,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1120,1,"",shellscript,content +1200,3917160,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1120,0,"1",shellscript,content +1201,3917160,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1121,0,"",shellscript,selection_keyboard +1202,3955219,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1120,1,"",shellscript,content +1203,3955307,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1120,0,"2",shellscript,content +1204,3955307,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1121,0,"",shellscript,selection_keyboard +1205,3955991,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1122,0,"",shellscript,selection_command +1206,3956735,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1121,1,"",shellscript,content +1207,3956761,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1121,0,"5",shellscript,content +1208,3956762,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1122,0,"",shellscript,selection_keyboard +1209,3966457,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1126,0,"",shellscript,selection_mouse +1210,3967017,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1126,0,"\n ",shellscript,content +1211,3967776,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1131,0,"-",shellscript,content +1212,3967777,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1132,0,"",shellscript,selection_keyboard +1213,3967919,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1132,0,"-",shellscript,content +1214,3967920,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1133,0,"",shellscript,selection_keyboard +1215,3969325,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1133,0,"l",shellscript,content +1216,3969326,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1134,0,"",shellscript,selection_keyboard +1217,3969584,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1134,0,"r",shellscript,content +1218,3969585,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1135,0,"",shellscript,selection_keyboard +1219,3969826,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1135,0,"_",shellscript,content +1220,3969827,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1136,0,"",shellscript,selection_keyboard +1221,3970033,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1136,0,"s",shellscript,content +1222,3970034,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1137,0,"",shellscript,selection_keyboard +1223,3970170,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1137,0,"c",shellscript,content +1224,3970171,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1138,0,"",shellscript,selection_keyboard +1225,3970329,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1138,0,"h",shellscript,content +1226,3970330,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1139,0,"",shellscript,selection_keyboard +1227,3970474,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1139,0,"e",shellscript,content +1228,3970475,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1140,0,"",shellscript,selection_keyboard +1229,3970570,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1140,0,"d",shellscript,content +1230,3970571,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1141,0,"",shellscript,selection_keyboard +1231,3970670,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1141,0,"u",shellscript,content +1232,3970671,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1142,0,"",shellscript,selection_keyboard +1233,3970860,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1142,0,"l",shellscript,content +1234,3970861,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1143,0,"",shellscript,selection_keyboard +1235,3970957,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1143,0,"e",shellscript,content +1236,3970958,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1144,0,"",shellscript,selection_keyboard +1237,3971679,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1144,0,"=",shellscript,content +1238,3971680,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,0,"",shellscript,selection_keyboard +1239,3972735,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,0,"""",shellscript,content +1240,3972736,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"",shellscript,selection_keyboard +1241,3973123,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"c",shellscript,content +1242,3973124,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"",shellscript,selection_keyboard +1243,3973227,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"o",shellscript,content +1244,3973228,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,0,"",shellscript,selection_keyboard +1245,3973377,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,0,"s",shellscript,content +1246,3973378,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1149,0,"",shellscript,selection_keyboard +1247,3973634,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1149,0,"""",shellscript,content +1248,3973634,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1150,0,"",shellscript,selection_keyboard +1249,3974456,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1149,1,"",shellscript,content +1250,3974613,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,1,"",shellscript,content +1251,3974776,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,1,"",shellscript,content +1252,3974931,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,1,"",shellscript,content +1253,3975109,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,1,"",shellscript,content +1254,3975502,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,0,"c",shellscript,content +1255,3975503,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"",shellscript,selection_keyboard +1256,3975547,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"o",shellscript,content +1257,3975548,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"",shellscript,selection_keyboard +1258,3975755,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"s",shellscript,content +1259,3975756,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,0,"",shellscript,selection_keyboard +1260,3976185,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,1,"",shellscript,content +1261,3976347,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,1,"",shellscript,content +1262,3976511,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,1,"",shellscript,content +1263,3976843,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,0,"""",shellscript,content +1264,3976844,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"",shellscript,selection_keyboard +1265,3977050,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"c",shellscript,content +1266,3977051,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"",shellscript,selection_keyboard +1267,3977157,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"o",shellscript,content +1268,3977158,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,0,"",shellscript,selection_keyboard +1269,3977319,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,0,"s",shellscript,content +1270,3977320,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1149,0,"",shellscript,selection_keyboard +1271,3977542,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1149,0,"""",shellscript,content +1272,3977543,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1150,0,"",shellscript,selection_keyboard +1273,3978515,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1150,0," ",shellscript,content +1274,3978516,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1151,0,"",shellscript,selection_keyboard +1275,3978826,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1151,0,"}",shellscript,content +1276,3978827,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1152,0,"",shellscript,selection_keyboard +1277,3979361,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1151,1,"",shellscript,content +1278,3979834,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1151,0,"\",shellscript,content +1279,3979835,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1152,0,"",shellscript,selection_keyboard +1280,3980633,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1151,0,"",shellscript,selection_command +1281,3981235,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1150,0,"",shellscript,selection_command +1282,3981419,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1149,0,"",shellscript,selection_command +1283,3984976,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1150,0,"",shellscript,selection_command +1284,3985191,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1151,0,"",shellscript,selection_command +1285,3985841,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1150,0,"",shellscript,selection_command +1286,3986324,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1149,1,"",shellscript,content +1287,3986512,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,1,"",shellscript,content +1288,3986714,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,2,"",shellscript,content +1289,3987043,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,1,"",shellscript,content +1290,3987323,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1145,0,"c",shellscript,content +1291,3987323,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"",shellscript,selection_keyboard +1292,3987420,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1146,0,"o",shellscript,content +1293,3987421,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"",shellscript,selection_keyboard +1294,3987577,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1147,0,"s",shellscript,content +1295,3987578,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1148,0,"",shellscript,selection_keyboard +1296,3991299,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1200,0,"",shellscript,selection_mouse +1297,3991786,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1150,0,"",shellscript,selection_mouse +1298,3995519,"train_dynamics.py",0,0,"",python,tab +1299,3995520,"train_dynamics.py",1078,0,"",python,selection_mouse +1300,3995628,"train_dynamics.py",1072,12,"warmup_steps",python,selection_mouse +1301,3996384,"train_dynamics.py",1107,0,"",python,selection_mouse +1302,3996516,"train_dynamics.py",1101,11,"lr_schedule",python,selection_mouse +1303,3997370,"train_dynamics.py",977,0,"",python,selection_mouse +1304,3997492,"train_dynamics.py",971,15,"wsd_decay_steps",python,selection_mouse +1305,3998039,"train_dynamics.py",946,0,"",python,selection_mouse +1306,3998209,"train_dynamics.py",944,9,"decay_end",python,selection_mouse +1307,3998736,"train_dynamics.py",922,0,"",python,selection_mouse +1308,3998887,"train_dynamics.py",919,6,"max_lr",python,selection_mouse +1309,4006395,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1310,4006396,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1255,0,"",shellscript,selection_mouse +1311,4006782,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1255,1,".",shellscript,selection_mouse +1312,4007037,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1255,2,".5",shellscript,selection_mouse +1313,4007862,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1255,2,"",shellscript,content +1314,4014254,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1341,0,"",shellscript,selection_mouse +1315,4014982,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1304,0,"",shellscript,selection_mouse +1316,4025321,"train_dynamics.py",0,0,"",python,tab +1317,4025322,"train_dynamics.py",2077,0,"",python,selection_mouse +1318,4025470,"train_dynamics.py",2059,26,"log_checkpoint_keep_period",python,selection_mouse +1319,4031328,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1320,4031991,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1341,0,"",shellscript,selection_mouse +1321,4032544,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1341,0,"\n ",shellscript,content +1322,4033389,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1346,0,"log_checkpoint_keep_period",shellscript,content +1323,4033639,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1372,0," ",shellscript,content +1324,4033640,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1373,0,"",shellscript,selection_keyboard +1325,4033833,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1373,0,"\",shellscript,content +1326,4033834,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1374,0,"",shellscript,selection_keyboard +1327,4036855,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1346,0,"-",shellscript,content +1328,4036856,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1347,0,"",shellscript,selection_keyboard +1329,4037023,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1347,0,"-",shellscript,content +1330,4037024,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1348,0,"",shellscript,selection_keyboard +1331,4038020,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1374,0,"",shellscript,selection_mouse +1332,4039037,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1374,0,"=",shellscript,content +1333,4039038,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1375,0,"",shellscript,selection_keyboard +1334,4039286,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1375,0,"1",shellscript,content +1335,4039287,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1376,0,"",shellscript,selection_keyboard +1336,4039596,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1376,0,"0",shellscript,content +1337,4039597,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1377,0,"",shellscript,selection_keyboard +1338,4039998,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1377,0,"0",shellscript,content +1339,4039999,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1378,0,"",shellscript,selection_keyboard +1340,4040140,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1378,0,"0",shellscript,content +1341,4040141,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1379,0,"",shellscript,selection_keyboard +1342,4040294,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1379,0,"0",shellscript,content +1343,4040294,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1380,0,"",shellscript,selection_keyboard +1344,4057812,"TERMINAL",0,0,"bash",,terminal_focus +1345,4060032,"TERMINAL",0,0,"watch",,terminal_focus +1346,4063066,"TERMINAL",0,0,"smi",,terminal_command +1347,4063108,"TERMINAL",0,0,"]633;E;2025-07-15 16:53:29 smi;2b5c8cec-41b3-44a6-a68c-7c4dcbc1ce46]633;C[?1049h(B[?7hEvery 1.0s: nvidia-smihkn1991.localdomain: Tue Jul 15 16:53:29 2025sh: line 1: nvidia-smi: command not found",,terminal_output +1348,4063981,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1349,4068399,"TERMINAL",0,0,"bash",,terminal_focus +1350,4075405,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1351,4081997,"TERMINAL",0,0,"bash",,terminal_focus +1352,4083729,"TERMINAL",0,0,"git branch",,terminal_command +1353,4083770,"TERMINAL",0,0,"]633;E;2025-07-15 16:53:50 git branch;e8655b3a-6c8c-4d8b-9a56-20bb26bc8df4]633;C[?1h=\r",,terminal_output +1354,4083887,"TERMINAL",0,0," add-wandb-name-and-tags\r\n convert-to-jax-array-in-iter\r\n correct-batched-sampling\r\n dev\r\n dont-let-tf-see-gpu\r\n feat/explicit-image-dims\r\n fix-sampling\r\n grain-dataloader\r\n:",,terminal_output +1355,4085349,"TERMINAL",0,0,"\r logging-variants\r\n:",,terminal_output +1356,4085509,"TERMINAL",0,0,"\r* lr-schedules\r\n:",,terminal_output +1357,4085635,"TERMINAL",0,0,"\r main\r\n:",,terminal_output +1358,4085760,"TERMINAL",0,0,"\r metrics-logging-for-dynamics-model\r\n:",,terminal_output +1359,4085909,"TERMINAL",0,0,"\r monkey-patch\r\n:",,terminal_output +1360,4086589,"TERMINAL",0,0,"\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +1361,4119669,"TERMINAL",0,0,"bash",,terminal_focus +1362,4124015,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1363,4125936,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1235,0,"",shellscript,selection_mouse +1364,4127075,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1236,0,"",shellscript,selection_command +1365,4130874,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1232,0,"",shellscript,selection_mouse +1366,4131017,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1230,6,"min_lr",shellscript,selection_mouse +1367,4131368,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1230,6,"i",shellscript,content +1368,4131370,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1231,0,"",shellscript,selection_keyboard +1369,4131514,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1231,0,"n",shellscript,content +1370,4131515,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1232,0,"",shellscript,selection_keyboard +1371,4131618,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1232,0,"i",shellscript,content +1372,4131619,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1233,0,"",shellscript,selection_keyboard +1373,4132002,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1233,0,"t",shellscript,content +1374,4132003,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1234,0,"",shellscript,selection_keyboard +1375,4132187,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1234,0,"_",shellscript,content +1376,4132187,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1235,0,"",shellscript,selection_keyboard +1377,4132539,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1235,0,"l",shellscript,content +1378,4132539,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1236,0,"",shellscript,selection_keyboard +1379,4132601,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1236,0,"r",shellscript,content +1380,4132602,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1237,0,"",shellscript,selection_keyboard +1381,4133329,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1253,0,"",shellscript,selection_mouse +1382,4133638,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1248,6,"max_lr",shellscript,selection_mouse +1383,4135152,"train_dynamics.py",0,0,"",python,tab +1384,4135153,"train_dynamics.py",922,0,"",python,selection_mouse +1385,4135292,"train_dynamics.py",919,6,"max_lr",python,selection_mouse +1386,4135981,"train_dynamics.py",947,0,"",python,selection_mouse +1387,4136154,"train_dynamics.py",944,9,"decay_end",python,selection_mouse +1388,4137288,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1389,4137392,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1251,0,"",shellscript,selection_mouse +1390,4137393,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1248,6,"max_lr",shellscript,selection_mouse +1391,4142890,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1241,0,"",shellscript,selection_mouse +1392,4214659,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1393,4215993,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1607,0,"",shellscript,selection_mouse +1394,4216177,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1473,134,"\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1395,4216191,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1261,346,"\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1396,4216249,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1072,535,"py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1397,4216250,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",569,1038,"\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1398,4216250,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",395,1212,"job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1399,4216258,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",25,1582,"TCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1400,4216276,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",3,1604,"usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1401,4216294,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,1607,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_modelsize_scaling_36M_2_node\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1402,4220516,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",472,0,"",shellscript,selection_mouse +1403,4221249,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",406,0,"",shellscript,selection_mouse +1404,4221527,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",404,43,"train_dynamics_modelsize_scaling_36M_2_node",shellscript,selection_mouse +1405,4224382,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",385,0,"",shellscript,selection_command +1406,4226692,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",385,0,"",shellscript,selection_command +1407,4229597,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,0,"",shellscript,selection_mouse +1408,4229737,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,1,"m",shellscript,selection_mouse +1409,4229752,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,4,"mode",shellscript,selection_mouse +1410,4229770,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,7,"modelsi",shellscript,selection_mouse +1411,4229825,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,11,"modelsize_s",shellscript,selection_mouse +1412,4229826,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,14,"modelsize_scal",shellscript,selection_mouse +1413,4229826,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,16,"modelsize_scalin",shellscript,selection_mouse +1414,4229837,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,19,"modelsize_scaling_3",shellscript,selection_mouse +1415,4229852,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,21,"modelsize_scaling_36M",shellscript,selection_mouse +1416,4229911,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,22,"modelsize_scaling_36M_",shellscript,selection_mouse +1417,4229912,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,23,"modelsize_scaling_36M_2",shellscript,selection_mouse +1418,4229967,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,24,"modelsize_scaling_36M_2_",shellscript,selection_mouse +1419,4229968,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,25,"modelsize_scaling_36M_2_n",shellscript,selection_mouse +1420,4229985,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,26,"modelsize_scaling_36M_2_no",shellscript,selection_mouse +1421,4230015,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,27,"modelsize_scaling_36M_2_nod",shellscript,selection_mouse +1422,4230074,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,28,"modelsize_scaling_36M_2_node",shellscript,selection_mouse +1423,4230575,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,28,"",shellscript,content +1424,4231246,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,0,"c",shellscript,content +1425,4231247,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",420,0,"",shellscript,selection_keyboard +1426,4231311,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",420,0,"o",shellscript,content +1427,4231312,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",421,0,"",shellscript,selection_keyboard +1428,4231424,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",421,0,"s",shellscript,content +1429,4231425,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",422,0,"",shellscript,selection_keyboard +1430,4231685,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",422,0,"-",shellscript,content +1431,4231685,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,0,"",shellscript,selection_keyboard +1432,4232398,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",422,1,"",shellscript,content +1433,4232760,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",422,0,"_",shellscript,content +1434,4232761,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,0,"",shellscript,selection_keyboard +1435,4233003,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,0,"e",shellscript,content +1436,4233004,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"",shellscript,selection_keyboard +1437,4233123,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"n",shellscript,content +1438,4233124,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"",shellscript,selection_keyboard +1439,4233257,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"n",shellscript,content +1440,4233258,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"",shellscript,selection_keyboard +1441,4233344,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"a",shellscript,content +1442,4233345,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,0,"",shellscript,selection_keyboard +1443,4233855,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,1,"",shellscript,content +1444,4233967,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,1,"",shellscript,content +1445,4234112,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,1,"",shellscript,content +1446,4234418,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,1,"",shellscript,content +1447,4234542,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,0,"a",shellscript,content +1448,4234543,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"",shellscript,selection_keyboard +1449,4234710,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"n",shellscript,content +1450,4234711,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"",shellscript,selection_keyboard +1451,4234856,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"n",shellscript,content +1452,4234857,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"",shellscript,selection_keyboard +1453,4234923,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"e",shellscript,content +1454,4234923,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,0,"",shellscript,selection_keyboard +1455,4235097,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,0,"a",shellscript,content +1456,4235098,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",428,0,"",shellscript,selection_keyboard +1457,4235191,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",428,0,"l",shellscript,content +1458,4235192,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",429,0,"",shellscript,selection_keyboard +1459,4236408,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1008,0,"",shellscript,selection_mouse +1460,4254296,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1026,0,"",shellscript,selection_mouse +1461,4256487,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1589,0,"",shellscript,selection_mouse +1462,4256656,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1287,302,"\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1463,4256673,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1033,556,"ython train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1464,4256731,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",551,1038,"\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1465,4256731,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",21,1568,"#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_cos_anneal\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1466,4256732,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,1589,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_cos_anneal\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1467,4259869,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",plaintext,tab +1468,4261733,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1469,4261733,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",429,0,"",shellscript,selection_mouse +1470,4262519,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",428,1,"",shellscript,content +1471,4262631,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,1,"",shellscript,content +1472,4262767,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,1,"",shellscript,content +1473,4262898,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,1,"",shellscript,content +1474,4263035,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,1,"",shellscript,content +1475,4263168,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,1,"",shellscript,content +1476,4263512,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,0,"l",shellscript,content +1477,4263513,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"",shellscript,selection_keyboard +1478,4263612,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"r",shellscript,content +1479,4263612,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"",shellscript,selection_keyboard +1480,4264147,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"-",shellscript,content +1481,4264148,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"",shellscript,selection_keyboard +1482,4264403,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"s",shellscript,content +1483,4264404,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,0,"",shellscript,selection_keyboard +1484,4264481,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,0,"c",shellscript,content +1485,4264482,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",428,0,"",shellscript,selection_keyboard +1486,4265028,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,1,"",shellscript,content +1487,4265192,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,1,"",shellscript,content +1488,4265320,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,1,"",shellscript,content +1489,4265832,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,1,"",shellscript,content +1490,4265983,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,1,"",shellscript,content +1491,4266340,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",422,1,"",shellscript,content +1492,4268592,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,0,"",shellscript,selection_mouse +1493,4269248,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",419,0,"l",shellscript,content +1494,4269249,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",420,0,"",shellscript,selection_keyboard +1495,4269347,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",420,0,"r",shellscript,content +1496,4269348,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",421,0,"",shellscript,selection_keyboard +1497,4269544,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",421,0,"_",shellscript,content +1498,4269545,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",422,0,"",shellscript,selection_keyboard +1499,4269735,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",422,0,"s",shellscript,content +1500,4269736,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,0,"",shellscript,selection_keyboard +1501,4269842,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",423,0,"c",shellscript,content +1502,4269842,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"",shellscript,selection_keyboard +1503,4269994,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",424,0,"h",shellscript,content +1504,4269995,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"",shellscript,selection_keyboard +1505,4270107,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",425,0,"e",shellscript,content +1506,4270107,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"",shellscript,selection_keyboard +1507,4270210,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",426,0,"d",shellscript,content +1508,4270211,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,0,"",shellscript,selection_keyboard +1509,4270358,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",427,0,"u",shellscript,content +1510,4270358,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",428,0,"",shellscript,selection_keyboard +1511,4270571,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",428,0,"l",shellscript,content +1512,4270572,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",429,0,"",shellscript,selection_keyboard +1513,4270683,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",429,0,"e",shellscript,content +1514,4270683,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",430,0,"",shellscript,selection_keyboard +1515,4270852,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",430,0,"_",shellscript,content +1516,4270852,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",431,0,"",shellscript,selection_keyboard +1517,4272158,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1594,0,"",shellscript,selection_mouse +1518,4272341,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",1210,384,"\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1519,4272357,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",695,899,"_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1520,4272417,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",20,1574,"\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_schedule_cos\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1521,4272418,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,1594,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_schedule_cos\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,selection_mouse +1522,4274511,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",plaintext,tab +1523,4275108,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"\n",plaintext,content +1524,4275659,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,1,"",plaintext,content +1525,4275979,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_schedule_cos\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=cos \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-cos-$slurm_job_id \\n --tags dynamics lr-schedule cos \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",plaintext,content +1526,4277429,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",580,0,"",plaintext,selection_mouse +1527,4278939,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",434,0,"",plaintext,selection_mouse +1528,4279333,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",433,1,"s",plaintext,selection_mouse +1529,4279608,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",432,2,"os",plaintext,selection_mouse +1530,4279676,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",431,3,"cos",plaintext,selection_mouse +1531,4280360,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",497,0,"",plaintext,selection_mouse +1532,4281924,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",518,1,"c",plaintext,selection_command +1533,4282021,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",565,2,"co",plaintext,selection_command +1534,4282178,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1132,3,"cos",plaintext,selection_command +1535,4286935,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1132,3,"wsd",plaintext,content +1536,4286938,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1403,3,"cos",plaintext,selection_command +1537,4292385,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",732,0,"",plaintext,selection_mouse +1538,4293705,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1132,3,"cos",plaintext,content +1539,4295719,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1132,3,"wsd",plaintext,content +1540,4295723,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1403,3,"cos",plaintext,selection_command +1541,4296265,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1403,3,"wsd",plaintext,content +1542,4296268,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1455,3,"cos",plaintext,selection_command +1543,4296804,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1455,3,"wsd",plaintext,content +1544,4296807,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",431,3,"cos",plaintext,selection_command +1545,4297454,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",431,3,"wsd",plaintext,content +1546,4299514,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1031,0,"",plaintext,selection_mouse +1547,4300644,"train_dynamics.py",0,0,"",python,tab +1548,4301285,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",plaintext,tab +1549,4302587,"train_dynamics.py",0,0,"",python,tab +1550,4307102,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",shellscript,tab +1551,4308124,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1013,0,"",shellscript,selection_mouse +1552,4309378,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1083,0,"",shellscript,selection_mouse +1553,4309924,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1080,0,"",shellscript,selection_mouse +1554,4310471,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1107,0,"",shellscript,selection_mouse +1555,4311425,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1132,0,"",shellscript,selection_mouse +1556,4311929,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1101,0,"",shellscript,selection_mouse +1557,4312590,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1127,0,"",shellscript,selection_mouse +1558,4315580,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",shellscript,tab +1559,4317837,"train_dynamics.py",0,0,"",python,tab +1560,4317838,"train_dynamics.py",975,0,"",python,selection_mouse +1561,4317928,"train_dynamics.py",971,15,"wsd_decay_steps",python,selection_mouse +1562,4320440,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",shellscript,tab +1563,4320441,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1132,0,"",shellscript,selection_mouse +1564,4323418,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1137,0,"\n ",shellscript,content +1565,4324139,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1142,0,"-",shellscript,content +1566,4324140,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1143,0,"",shellscript,selection_keyboard +1567,4324305,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1143,0,"-",shellscript,content +1568,4324306,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1144,0,"",shellscript,selection_keyboard +1569,4324483,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1144,0,"wsd_decay_steps",shellscript,content +1570,4325525,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1159,0,"=",shellscript,content +1571,4325526,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1160,0,"",shellscript,selection_keyboard +1572,4325799,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1160,0,"1",shellscript,content +1573,4325800,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,0,"",shellscript,selection_keyboard +1574,4325924,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,0,"0",shellscript,content +1575,4325925,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1162,0,"",shellscript,selection_keyboard +1576,4328139,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,1,"",shellscript,content +1577,4328261,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1160,1,"",shellscript,content +1578,4328951,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1160,0,"5",shellscript,content +1579,4328952,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,0,"",shellscript,selection_keyboard +1580,4329397,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,0,"0",shellscript,content +1581,4329398,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1162,0,"",shellscript,selection_keyboard +1582,4329533,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1162,0,"0",shellscript,content +1583,4329534,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1163,0,"",shellscript,selection_keyboard +1584,4329698,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1163,0,"0",shellscript,content +1585,4329699,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1164,0,"",shellscript,selection_keyboard +1586,4330367,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1164,0," ",shellscript,content +1587,4330368,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1165,0,"",shellscript,selection_keyboard +1588,4330560,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1165,0,"\",shellscript,content +1589,4330561,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1166,0,"",shellscript,selection_keyboard +1590,4333624,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1164,0,"",shellscript,selection_command +1591,4333820,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1163,0,"",shellscript,selection_command +1592,4333980,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1162,0,"",shellscript,selection_command +1593,4336522,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,0,"",shellscript,selection_command +1594,4337171,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1162,0,"",shellscript,selection_command +1595,4337321,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,1,"",shellscript,content +1596,4337669,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1160,0,"",shellscript,selection_command +1597,4338376,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1160,0,"7",shellscript,content +1598,4338378,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1161,0,"",shellscript,selection_keyboard +1599,4503121,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1166,0,"",shellscript,selection_mouse +1600,4504154,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1184,0,"",shellscript,selection_mouse +1601,4505201,"TERMINAL",0,0,"bash",,terminal_focus +1602,4506414,"TERMINAL",0,0,"bash",,terminal_focus +1603,4524738,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1604,4526447,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",shellscript,tab +1605,4530403,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",plaintext,tab +1606,4532556,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",plaintext,tab +1607,4533410,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",shellscript,tab +1608,4534261,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1622,0,"",shellscript,selection_mouse +1609,4534706,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1566,56,"tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",shellscript,selection_mouse +1610,4534715,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1537,85,"\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",shellscript,selection_mouse +1611,4534732,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1356,266," \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-wsd-$slurm_job_id \\n --tags dynamics lr-schedule wsd \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",shellscript,selection_mouse +1612,4534788,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",1160,462,"7500 \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-wsd-$slurm_job_id \\n --tags dynamics lr-schedule wsd \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",shellscript,selection_mouse +1613,4534789,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",466,1156,"\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=wsd \\n --wsd_decay_steps=7500 \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-wsd-$slurm_job_id \\n --tags dynamics lr-schedule wsd \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",shellscript,selection_mouse +1614,4534789,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",20,1602,"\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_schedule_wsd\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=wsd \\n --wsd_decay_steps=7500 \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-wsd-$slurm_job_id \\n --tags dynamics lr-schedule wsd \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",shellscript,selection_mouse +1615,4534799,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,1622,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_schedule_wsd\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=wsd \\n --wsd_decay_steps=7500 \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-wsd-$slurm_job_id \\n --tags dynamics lr-schedule wsd \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",shellscript,selection_mouse +1616,4537096,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",plaintext,tab +1617,4538287,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_schedule_wsd\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=wsd \\n --wsd_decay_steps=7500 \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-wsd-$slurm_job_id \\n --tags dynamics lr-schedule wsd \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \",plaintext,content +1618,4539699,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1621,0,"",plaintext,selection_command +1619,4541662,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",shellscript,tab +1620,4542614,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",shellscript,tab +1621,4544388,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",shellscript,tab +1622,4545141,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1321,0,"",shellscript,selection_mouse +1623,4545159,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1320,0,"",shellscript,selection_command +1624,4545720,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1299,0,"",shellscript,selection_mouse +1625,4546300,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1105,0,"",shellscript,selection_mouse +1626,4547162,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_mouse +1627,4547415,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,1,"2",shellscript,selection_mouse +1628,4547857,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,0,"",shellscript,selection_mouse +1629,4551644,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,5,"",shellscript,content +1630,4552177,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,0,"0",shellscript,content +1631,4552178,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_keyboard +1632,4552352,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,0,"",shellscript,selection_command +1633,4553022,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_command +1634,4553576,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0," ",shellscript,content +1635,4553577,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1109,0,"",shellscript,selection_keyboard +1636,4553928,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_command +1637,4554035,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,0,"",shellscript,selection_command +1638,4554222,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1155,0,"",shellscript,selection_command +1639,4554434,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1156,0,"",shellscript,selection_command +1640,4554628,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,0,"",shellscript,selection_command +1641,4554763,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1158,0,"",shellscript,selection_command +1642,4555439,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,0,"",shellscript,selection_command +1643,4555675,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,5,"",shellscript,content +1644,4557116,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,0,"u",shellscript,content +1645,4557117,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1158,0,"",shellscript,selection_keyboard +1646,4557625,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,1,"",shellscript,content +1647,4557789,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1156,0,"",shellscript,selection_command +1648,4557945,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,0,"7500 ",shellscript,content +1649,4557946,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,0,"",shellscript,selection_command +1650,4558386,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,1,"",shellscript,content +1651,4558387,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_command +1652,4558760,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,1,"",shellscript,content +1653,4559169,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,0,"2500 ",shellscript,content +1654,4559177,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,0,"",shellscript,selection_command +1655,4610650,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,5,"",shellscript,content +1656,4610992,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,0,"ß",shellscript,content +1657,4610993,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_keyboard +1658,4611348,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0," ",shellscript,content +1659,4611348,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1109,0,"",shellscript,selection_keyboard +1660,4611607,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,1,"",shellscript,content +1661,4611723,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,1,"",shellscript,content +1662,4612289,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1107,0,"0",shellscript,content +1663,4612290,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_keyboard +1664,4612312,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0," ",shellscript,content +1665,4612312,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1109,0,"",shellscript,selection_keyboard +1666,4612464,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1108,0,"",shellscript,selection_command +1667,4612737,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,0,"",shellscript,selection_command +1668,4612927,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1155,0,"",shellscript,selection_command +1669,4613315,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,0,"",shellscript,selection_command +1670,4613595,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1130,0,"",shellscript,selection_command +1671,4613861,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1154,0,"",shellscript,selection_command +1672,4614057,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1155,0,"",shellscript,selection_command +1673,4614225,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1156,0,"",shellscript,selection_command +1674,4614350,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,0,"",shellscript,selection_command +1675,4614639,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,5,"",shellscript,content +1676,4615490,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1157,0,"0",shellscript,content +1677,4615491,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1158,0,"",shellscript,selection_keyboard +1678,4615586,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1158,0," ",shellscript,content +1679,4615587,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1159,0,"",shellscript,selection_keyboard +1680,4615727,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1158,0,"",shellscript,selection_command +1681,4627963,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1271,0,"",shellscript,selection_mouse +1682,4627965,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1270,0,"",shellscript,selection_command +1683,4668256,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1345,0,"",shellscript,selection_mouse +1684,4668842,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1247,0,"",shellscript,selection_mouse +1685,4669402,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1251,0,"",shellscript,selection_mouse +1686,4669403,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1250,0,"",shellscript,selection_command +1687,4670036,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1248,0,"",shellscript,selection_mouse +1688,4675010,"TERMINAL",0,0,"bash",,terminal_focus +1689,4676749,"TERMINAL",0,0,"bash",,terminal_focus +1690,4733881,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",shellscript,tab +1691,4734746,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1160,0,"",shellscript,selection_mouse +1692,4734749,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1159,0,"",shellscript,selection_command +1693,4735293,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1233,0,"",shellscript,selection_mouse +1694,4735299,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1232,0,"",shellscript,selection_command +1695,4735777,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1303,0,"",shellscript,selection_mouse +1696,4735783,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1302,0,"",shellscript,selection_command +1697,4736310,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1393,0,"",shellscript,selection_mouse +1698,4736311,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1392,0,"",shellscript,selection_command +1699,4736829,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1483,0,"",shellscript,selection_mouse +1700,4736832,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1482,0,"",shellscript,selection_command +1701,4737394,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1580,0,"",shellscript,selection_mouse +1702,4737395,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1579,0,"",shellscript,selection_command +1703,4738790,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1616,0,"",shellscript,selection_mouse +1704,4738792,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1615,0,"",shellscript,selection_command +1705,4739704,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1160,0,"",shellscript,selection_mouse +1706,4739705,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1159,0,"",shellscript,selection_command +1707,4740304,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1110,0,"",shellscript,selection_mouse +1708,4740305,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1109,0,"",shellscript,selection_command +1709,4740875,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1087,0,"",shellscript,selection_mouse +1710,4740877,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1086,0,"",shellscript,selection_command +1711,4743327,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1110,0,"",shellscript,selection_mouse +1712,4743329,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1109,0,"",shellscript,selection_command +1713,4743927,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1160,0,"",shellscript,selection_mouse +1714,4743931,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1159,0,"",shellscript,selection_command +1715,4744672,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1110,0,"",shellscript,selection_mouse +1716,4744674,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1109,0,"",shellscript,selection_command +1717,4745397,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1134,0,"",shellscript,selection_mouse +1718,4745406,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1133,0,"",shellscript,selection_command +1719,4821860,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",shellscript,tab +1720,4912938,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",0,0,"",shellscript,tab +1721,4913568,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_cos.sbatch",434,0,"",shellscript,selection_mouse +1722,4916474,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",0,0,"",shellscript,tab +1723,4917504,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1509,0,"",shellscript,selection_mouse +1724,4917505,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1508,0,"",shellscript,selection_command +1725,4919127,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",193,1,"w",shellscript,selection_command +1726,4919355,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",233,2,"ws",shellscript,selection_command +1727,4919945,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",431,3,"wsd",shellscript,selection_command +1728,4923937,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",431,3,"const",shellscript,content +1729,4923941,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,3,"wsd",shellscript,selection_command +1730,4924879,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,3,"const",shellscript,content +1731,4924882,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1145,3,"wsd",shellscript,selection_command +1732,4925178,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1145,3,"const",shellscript,content +1733,4925181,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1432,3,"wsd",shellscript,selection_command +1734,4925873,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1432,3,"const",shellscript,content +1735,4925877,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1486,3,"wsd",shellscript,selection_command +1736,4926167,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1486,3,"const",shellscript,content +1737,4929233,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",529,0,"",shellscript,selection_mouse +1738,4930227,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1486,5,"wsd",shellscript,content +1739,4930920,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1432,5,"wsd",shellscript,content +1740,4931236,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1145,5,"wsd",shellscript,content +1741,4931718,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,5,"wsd",shellscript,content +1742,4932544,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",431,5,"wsd",shellscript,content +1743,4934299,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",431,3,"const",shellscript,content +1744,4934303,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,3,"wsd",shellscript,selection_command +1745,4935673,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1143,3,"wsd",shellscript,selection_command +1746,4936420,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1428,3,"wsd",shellscript,selection_command +1747,4939950,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1428,3,"const",shellscript,content +1748,4939954,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1482,3,"wsd",shellscript,selection_command +1749,4940555,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1482,3,"const",shellscript,content +1750,4940559,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_const.sbatch",1131,3,"wsd",shellscript,selection_command +1751,4945997,"TERMINAL",0,0,"bash",,terminal_focus +1752,4965930,"TERMINAL",0,0,"bash",,terminal_focus +1753,5561773,"train_tokenizer.py",0,0,"",python,tab +1754,5561953,"train_tokenizer.py",1020,189,"<<<<<<< HEAD\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # Note: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule : str = ""wsd"" # supported options: wsd, cos \n=======\n final_lr: float = 0.0\n wsd_decay_steps: int = 20000\n lr_schedule: str = ""wsd"" # supported options: wsd, cos, const \n>>>>>>> 8e9ba6a28bebf86b0428231c0931de375ac23cd5\n",python,content +1755,5575390,"train_dynamics.py",0,0,"",python,tab +1756,5581597,"train_tokenizer.py",0,0,"",python,tab +1757,5584181,"train_tokenizer.py",1019,0,"",python,selection_command +1758,5593298,"train_tokenizer.py",1020,385," decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # Note: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule : str = ""wsd"" # supported options: wsd, cos \n",python,content +1759,5594279,"train_tokenizer.py",1163,0,"",python,selection_mouse +1760,5595983,"train_tokenizer.py",1163,1,"",python,content +1761,5598737,"train_tokenizer.py",0,0,"",python,tab +1762,5606230,"train_tokenizer.py",0,0,"",python,tab +1763,5721618,"train_dynamics.py",0,0,"",python,tab +1764,5722601,"train_tokenizer.py",0,0,"",python,tab +1765,5725257,"train_dynamics.py",0,0,"",python,tab +1766,5726021,"utils/lr_utils.py",0,0,"",python,tab +1767,5729700,"utils/lr_utils.py",748,0,"",python,selection_mouse +1768,6015982,"train_dynamics.py",0,0,"",python,tab +1769,6025650,"",0,0,"Switched from branch 'lr-schedules' to 'main'",,git_branch_checkout +1770,6027432,"train_dynamics.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # Note: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +1771,6027433,"train_dynamics.py",1185,0,"",python,selection_mouse +1772,6028258,"train_dynamics.py",0,0,"",python,selection_command +1773,6029416,"train_dynamics.py",0,40,"from dataclasses import dataclass, field",python,selection_command +1774,6029731,"train_dynamics.py",0,12173,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom genie import Genie, restore_genie_components\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n init_lr: float = 0.0\n max_lr: float = 3e-5\n decay_end: float = 0.0\n wsd_decay_steps: int = 10000 # Note: wsd_decay_steps will only be used when using a wsd-schedule\n warmup_steps: int = 5000\n lr_schedule : str = ""wsd"" # supported options: wsd, cos\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,selection_command +1775,6193476,"train_dynamics.py",464,11709,"\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n # Tokenizer\n tokenizer_dim: int = 512\n latent_patch_dim: int = 32\n num_patch_latents: int = 1024\n patch_size: int = 4\n tokenizer_num_blocks: int = 8\n tokenizer_num_heads: int = 8\n tokenizer_checkpoint: str = """"\n # LAM\n lam_dim: int = 512\n latent_action_dim: int = 32\n num_latent_actions: int = 6\n lam_patch_size: int = 16\n lam_num_blocks: int = 8\n lam_num_heads: int = 8\n lam_checkpoint: str = """"\n # Dynamics\n dyna_dim: int = 512\n dyna_num_blocks: int = 12\n dyna_num_heads: int = 8\n dropout: float = 0.0\n mask_limit: float = 0.5\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_dynamics""\n tags: list[str] = field(default_factory=lambda: [""dynamics""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 25000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef dynamics_loss_fn(params, state, inputs):\n """"""Compute masked dynamics loss""""""\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mask = outputs[""mask""]\n ce_loss = optax.softmax_cross_entropy_with_integer_labels(\n outputs[""token_logits""], outputs[""video_tokens""]\n )\n ce_loss = (mask * ce_loss).sum() / mask.sum()\n acc = outputs[""token_logits""].argmax(-1) == outputs[""video_tokens""]\n acc = (mask * acc).sum() / mask.sum()\n select_probs = jax.nn.softmax(outputs[""token_logits""])\n metrics = dict(\n cross_entropy_loss=ce_loss,\n masked_token_accuracy=acc,\n select_logit=outputs[""token_logits""].max(-1).mean(),\n select_p=select_probs.max(-1).mean(),\n entropy=jax.scipy.special.entr(select_probs).sum(-1).mean(),\n )\n return ce_loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n """"""Update state and compute metrics""""""\n grad_fn = jax.value_and_grad(dynamics_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""dynamics""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n genie = Genie(\n # Tokenizer\n in_dim=args.image_channels,\n tokenizer_dim=args.tokenizer_dim,\n latent_patch_dim=args.latent_patch_dim,\n num_patch_latents=args.num_patch_latents,\n patch_size=args.patch_size,\n tokenizer_num_blocks=args.tokenizer_num_blocks,\n tokenizer_num_heads=args.tokenizer_num_heads,\n # LAM\n lam_dim=args.lam_dim,\n latent_action_dim=args.latent_action_dim,\n num_latent_actions=args.num_latent_actions,\n lam_patch_size=args.lam_patch_size,\n lam_num_blocks=args.lam_num_blocks,\n lam_num_heads=args.lam_num_heads,\n lam_co_train=not args.lam_checkpoint,\n # Dynamics\n dyna_dim=args.dyna_dim,\n dyna_num_blocks=args.dyna_num_blocks,\n dyna_num_heads=args.dyna_num_heads,\n dropout=args.dropout,\n mask_limit=args.mask_limit,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n dummy_inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n action=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len), dtype=jnp.float32\n ),\n mask_rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = genie.init(_rng, dummy_inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=genie.apply, params=init_params, tx=tx)\n\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n # Restore full dynamics model\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n else:\n # Restore from pre-trained tokenizer (and LAM)\n train_state = restore_genie_components(\n train_state, replicated_sharding, grain_iterator, dummy_inputs, rng, args\n )\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout, _rng_mask = jax.random.split(rng, 4)\n\n inputs = dict(\n videos=videos,\n rng=_rng,\n dropout_rng=_rng_dropout,\n mask_rng=_rng_mask,\n )\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[args.seq_len - 1])),\n recon=wandb.Image(np.asarray(recon_seq[args.seq_len - 1])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +1776,6194458,"train_dynamics.py",11992,0,"",python,selection_mouse +1777,6240592,"train_dynamics.py",2345,0,"",python,selection_mouse +1778,6242196,"train_dynamics.py",2401,0,"",python,selection_mouse +1779,6243119,"train_dynamics.py",2605,0,"",python,selection_mouse +1780,6247229,"train_dynamics.py",3220,0,"",python,selection_mouse +1781,6257042,"train_dynamics.py",3156,0,"",python,selection_mouse +1782,6258048,"train_dynamics.py",3203,0,"\n ",python,content +1783,6258291,"train_dynamics.py",3208,0,"metrics[""grad_norm""] = optax.global_norm(grads)",python,content +1784,6260297,"train_dynamics.py",3233,0,"",python,selection_mouse +1785,6260535,".venv/lib/python3.10/site-packages/optax/__init__.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Optax: composable gradient processing and optimization, in JAX.""""""\n\n# pylint: disable=wrong-import-position\n# pylint: disable=g-importing-member\n\nfrom optax import assignment\nfrom optax import contrib\nfrom optax import losses\nfrom optax import monte_carlo\nfrom optax import perturbations\nfrom optax import projections\nfrom optax import schedules\nfrom optax import second_order\nfrom optax import transforms\nfrom optax import tree_utils\nfrom optax._src.alias import adabelief\nfrom optax._src.alias import adadelta\nfrom optax._src.alias import adafactor\nfrom optax._src.alias import adagrad\nfrom optax._src.alias import adam\nfrom optax._src.alias import adamax\nfrom optax._src.alias import adamaxw\nfrom optax._src.alias import adamw\nfrom optax._src.alias import adan\nfrom optax._src.alias import amsgrad\nfrom optax._src.alias import fromage\nfrom optax._src.alias import lamb\nfrom optax._src.alias import lars\nfrom optax._src.alias import lbfgs\nfrom optax._src.alias import lion\nfrom optax._src.alias import MaskOrFn\nfrom optax._src.alias import nadam\nfrom optax._src.alias import nadamw\nfrom optax._src.alias import noisy_sgd\nfrom optax._src.alias import novograd\nfrom optax._src.alias import optimistic_adam\nfrom optax._src.alias import optimistic_gradient_descent\nfrom optax._src.alias import polyak_sgd\nfrom optax._src.alias import radam\nfrom optax._src.alias import rmsprop\nfrom optax._src.alias import rprop\nfrom optax._src.alias import sgd\nfrom optax._src.alias import sign_sgd\nfrom optax._src.alias import sm3\nfrom optax._src.alias import yogi\nfrom optax._src.base import EmptyState\nfrom optax._src.base import GradientTransformation\nfrom optax._src.base import GradientTransformationExtraArgs\nfrom optax._src.base import identity\nfrom optax._src.base import OptState\nfrom optax._src.base import Params\nfrom optax._src.base import ScalarOrSchedule\nfrom optax._src.base import Schedule\nfrom optax._src.base import set_to_zero\nfrom optax._src.base import stateless\nfrom optax._src.base import stateless_with_tree_map\nfrom optax._src.base import TransformInitFn\nfrom optax._src.base import TransformUpdateExtraArgsFn\nfrom optax._src.base import TransformUpdateFn\nfrom optax._src.base import Updates\nfrom optax._src.base import with_extra_args_support\nfrom optax._src.clipping import adaptive_grad_clip\nfrom optax._src.clipping import AdaptiveGradClipState\nfrom optax._src.clipping import clip\nfrom optax._src.clipping import clip_by_block_rms\nfrom optax._src.clipping import clip_by_global_norm\nfrom optax._src.clipping import ClipByGlobalNormState\nfrom optax._src.clipping import ClipState\nfrom optax._src.clipping import per_example_global_norm_clip\nfrom optax._src.clipping import per_example_layer_norm_clip\nfrom optax._src.combine import chain\nfrom optax._src.combine import multi_transform\nfrom optax._src.combine import MultiTransformState\nfrom optax._src.combine import named_chain\nfrom optax._src.constrain import keep_params_nonnegative\nfrom optax._src.constrain import NonNegativeParamsState\nfrom optax._src.constrain import zero_nans\nfrom optax._src.constrain import ZeroNansState\nfrom optax._src.factorized import FactoredState\nfrom optax._src.factorized import scale_by_factored_rms\nfrom optax._src.linear_algebra import global_norm\nfrom optax._src.linear_algebra import matrix_inverse_pth_root\nfrom optax._src.linear_algebra import power_iteration\nfrom optax._src.linesearch import scale_by_backtracking_linesearch\nfrom optax._src.linesearch import scale_by_zoom_linesearch\nfrom optax._src.linesearch import ScaleByBacktrackingLinesearchState\nfrom optax._src.linesearch import ScaleByZoomLinesearchState\nfrom optax._src.linesearch import ZoomLinesearchInfo\nfrom optax._src.lookahead import lookahead\nfrom optax._src.lookahead import LookaheadParams\nfrom optax._src.lookahead import LookaheadState\nfrom optax._src.numerics import safe_increment\nfrom optax._src.numerics import safe_int32_increment\nfrom optax._src.numerics import safe_norm\nfrom optax._src.numerics import safe_root_mean_squares\nfrom optax._src.transform import add_decayed_weights\nfrom optax._src.transform import add_noise\nfrom optax._src.transform import AddDecayedWeightsState\nfrom optax._src.transform import AddNoiseState\nfrom optax._src.transform import apply_every\nfrom optax._src.transform import ApplyEvery\nfrom optax._src.transform import centralize\nfrom optax._src.transform import ema\nfrom optax._src.transform import EmaState\nfrom optax._src.transform import normalize_by_update_norm\nfrom optax._src.transform import scale\nfrom optax._src.transform import scale_by_adadelta\nfrom optax._src.transform import scale_by_adam\nfrom optax._src.transform import scale_by_adamax\nfrom optax._src.transform import scale_by_adan\nfrom optax._src.transform import scale_by_amsgrad\nfrom optax._src.transform import scale_by_belief\nfrom optax._src.transform import scale_by_distance_over_gradients\nfrom optax._src.transform import scale_by_lbfgs\nfrom optax._src.transform import scale_by_learning_rate\nfrom optax._src.transform import scale_by_lion\nfrom optax._src.transform import scale_by_novograd\nfrom optax._src.transform import scale_by_optimistic_gradient\nfrom optax._src.transform import scale_by_param_block_norm\nfrom optax._src.transform import scale_by_param_block_rms\nfrom optax._src.transform import scale_by_polyak\nfrom optax._src.transform import scale_by_radam\nfrom optax._src.transform import scale_by_rms\nfrom optax._src.transform import scale_by_rprop\nfrom optax._src.transform import scale_by_rss\nfrom optax._src.transform import scale_by_schedule\nfrom optax._src.transform import scale_by_sign\nfrom optax._src.transform import scale_by_sm3\nfrom optax._src.transform import scale_by_stddev\nfrom optax._src.transform import scale_by_trust_ratio\nfrom optax._src.transform import scale_by_yogi\nfrom optax._src.transform import ScaleByAdaDeltaState\nfrom optax._src.transform import ScaleByAdamState\nfrom optax._src.transform import ScaleByAdanState\nfrom optax._src.transform import ScaleByAmsgradState\nfrom optax._src.transform import ScaleByBeliefState\nfrom optax._src.transform import ScaleByLBFGSState\nfrom optax._src.transform import ScaleByLionState\nfrom optax._src.transform import ScaleByNovogradState\nfrom optax._src.transform import ScaleByRmsState\nfrom optax._src.transform import ScaleByRpropState\nfrom optax._src.transform import ScaleByRssState\nfrom optax._src.transform import ScaleByRStdDevState\nfrom optax._src.transform import ScaleByScheduleState\nfrom optax._src.transform import ScaleBySM3State\nfrom optax._src.transform import ScaleByTrustRatioState\nfrom optax._src.transform import ScaleState\nfrom optax._src.transform import trace\nfrom optax._src.transform import TraceState\nfrom optax._src.update import apply_updates\nfrom optax._src.update import incremental_update\nfrom optax._src.update import periodic_update\nfrom optax._src.utils import multi_normal\nfrom optax._src.utils import scale_gradient\nfrom optax._src.utils import value_and_grad_from_state\nfrom optax._src.wrappers import apply_if_finite\nfrom optax._src.wrappers import ApplyIfFiniteState\nfrom optax._src.wrappers import conditionally_mask\nfrom optax._src.wrappers import conditionally_transform\nfrom optax._src.wrappers import ConditionallyMaskState\nfrom optax._src.wrappers import ConditionallyTransformState\nfrom optax._src.wrappers import flatten\nfrom optax._src.wrappers import masked\nfrom optax._src.wrappers import MaskedNode\nfrom optax._src.wrappers import MaskedState\nfrom optax._src.wrappers import maybe_update\nfrom optax._src.wrappers import MaybeUpdateState\nfrom optax._src.wrappers import MultiSteps\nfrom optax._src.wrappers import MultiStepsState\nfrom optax._src.wrappers import ShouldSkipUpdateFunction\nfrom optax._src.wrappers import skip_large_updates\nfrom optax._src.wrappers import skip_not_finite\n\n\n# TODO(mtthss): remove tree_utils aliases after updates.\ntree_map_params = tree_utils.tree_map_params\nbias_correction = tree_utils.tree_bias_correction\nupdate_infinity_moment = tree_utils.tree_update_infinity_moment\nupdate_moment = tree_utils.tree_update_moment\nupdate_moment_per_elem_norm = tree_utils.tree_update_moment_per_elem_norm\n\n# TODO(mtthss): remove schedules alises from flat namespaces after user updates.\nconstant_schedule = schedules.constant_schedule\ncosine_decay_schedule = schedules.cosine_decay_schedule\ncosine_onecycle_schedule = schedules.cosine_onecycle_schedule\nexponential_decay = schedules.exponential_decay\ninject_hyperparams = schedules.inject_hyperparams\nInjectHyperparamsState = schedules.InjectHyperparamsState\njoin_schedules = schedules.join_schedules\nlinear_onecycle_schedule = schedules.linear_onecycle_schedule\nlinear_schedule = schedules.linear_schedule\npiecewise_constant_schedule = schedules.piecewise_constant_schedule\npiecewise_interpolate_schedule = schedules.piecewise_interpolate_schedule\npolynomial_schedule = schedules.polynomial_schedule\nsgdr_schedule = schedules.sgdr_schedule\nwarmup_constant_schedule = schedules.warmup_constant_schedule\nwarmup_cosine_decay_schedule = schedules.warmup_cosine_decay_schedule\nwarmup_exponential_decay_schedule = schedules.warmup_exponential_decay_schedule\ninject_stateful_hyperparams = schedules.inject_stateful_hyperparams\nInjectStatefulHyperparamsState = schedules.InjectStatefulHyperparamsState\nWrappedSchedule = schedules.WrappedSchedule\n\n# TODO(mtthss): remove loss aliases from flat namespace once users have updated.\nconvex_kl_divergence = losses.convex_kl_divergence\ncosine_distance = losses.cosine_distance\ncosine_similarity = losses.cosine_similarity\nctc_loss = losses.ctc_loss\nctc_loss_with_forward_probs = losses.ctc_loss_with_forward_probs\nhinge_loss = losses.hinge_loss\nhuber_loss = losses.huber_loss\nkl_divergence = losses.kl_divergence\nl2_loss = losses.l2_loss\nlog_cosh = losses.log_cosh\nntxent = losses.ntxent\nsigmoid_binary_cross_entropy = losses.sigmoid_binary_cross_entropy\nsmooth_labels = losses.smooth_labels\nsafe_softmax_cross_entropy = losses.safe_softmax_cross_entropy\nsoftmax_cross_entropy = losses.softmax_cross_entropy\nsoftmax_cross_entropy_with_integer_labels = (\n losses.softmax_cross_entropy_with_integer_labels\n)\nsquared_error = losses.squared_error\nsigmoid_focal_loss = losses.sigmoid_focal_loss\n\n# pylint: disable=g-import-not-at-top\n# TODO(mtthss): remove contrib aliases from flat namespace once users updated.\n# Deprecated modules\nfrom optax.contrib import differentially_private_aggregate as _deprecated_differentially_private_aggregate\nfrom optax.contrib import DifferentiallyPrivateAggregateState as _deprecated_DifferentiallyPrivateAggregateState\nfrom optax.contrib import dpsgd as _deprecated_dpsgd\n\n_deprecations = {\n # Added Apr 2024\n ""differentially_private_aggregate"": (\n (\n ""optax.differentially_private_aggregate is deprecated: use""\n "" optax.contrib.differentially_private_aggregate (optax v0.1.8 or""\n "" newer).""\n ),\n _deprecated_differentially_private_aggregate,\n ),\n ""DifferentiallyPrivateAggregateState"": (\n (\n ""optax.DifferentiallyPrivateAggregateState is deprecated: use""\n "" optax.contrib.DifferentiallyPrivateAggregateState (optax v0.1.8""\n "" or newer).""\n ),\n _deprecated_DifferentiallyPrivateAggregateState,\n ),\n ""dpsgd"": (\n (\n ""optax.dpsgd is deprecated: use optax.contrib.dpsgd (optax v0.1.8""\n "" or newer).""\n ),\n _deprecated_dpsgd,\n ),\n}\n# pylint: disable=g-bad-import-order\nimport typing as _typing\n\nif _typing.TYPE_CHECKING:\n # pylint: disable=reimported\n from optax.contrib import differentially_private_aggregate\n from optax.contrib import DifferentiallyPrivateAggregateState\n from optax.contrib import dpsgd\n # pylint: enable=reimported\n\nelse:\n from optax._src.deprecations import deprecation_getattr as _deprecation_getattr\n\n __getattr__ = _deprecation_getattr(__name__, _deprecations)\n del _deprecation_getattr\ndel _typing\n# pylint: enable=g-bad-import-order\n# pylint: enable=g-import-not-at-top\n# pylint: enable=g-importing-member\n\n\n__version__ = ""0.2.4""\n\n__all__ = (\n ""adabelief"",\n ""adadelta"",\n ""adafactor"",\n ""adagrad"",\n ""adam"",\n ""adamax"",\n ""adamaxw"",\n ""adamw"",\n ""adan"",\n ""adaptive_grad_clip"",\n ""AdaptiveGradClipState"",\n ""add_decayed_weights"",\n ""add_noise"",\n ""AddDecayedWeightsState"",\n ""AddNoiseState"",\n ""amsgrad"",\n ""apply_every"",\n ""apply_if_finite"",\n ""apply_updates"",\n ""ApplyEvery"",\n ""ApplyIfFiniteState"",\n ""assignment"",\n ""centralize"",\n ""chain"",\n ""clip_by_block_rms"",\n ""clip_by_global_norm"",\n ""clip"",\n ""ClipByGlobalNormState"",\n ""ClipState"",\n ""conditionally_mask"",\n ""ConditionallyMaskState"",\n ""conditionally_transform"",\n ""ConditionallyTransformState"",\n ""constant_schedule"",\n ""ctc_loss"",\n ""ctc_loss_with_forward_probs"",\n ""convex_kl_divergence"",\n ""cosine_decay_schedule"",\n ""cosine_distance"",\n ""cosine_onecycle_schedule"",\n ""cosine_similarity"",\n ""differentially_private_aggregate"",\n ""DifferentiallyPrivateAggregateState"",\n ""dpsgd"",\n ""ema"",\n ""EmaState"",\n ""EmptyState"",\n ""exponential_decay"",\n ""FactoredState"",\n ""flatten"",\n ""fromage"",\n ""global_norm"",\n ""GradientTransformation"",\n ""GradientTransformationExtraArgs"",\n ""hinge_loss"",\n ""huber_loss"",\n ""identity"",\n ""incremental_update"",\n ""inject_hyperparams"",\n ""InjectHyperparamsState"",\n ""join_schedules"",\n ""keep_params_nonnegative"",\n ""kl_divergence"",\n ""l2_loss"",\n ""lamb"",\n ""lars"",\n ""lbfgs"",\n ""lion"",\n ""linear_onecycle_schedule"",\n ""linear_schedule"",\n ""log_cosh"",\n ""lookahead"",\n ""LookaheadParams"",\n ""LookaheadState"",\n ""masked"",\n ""MaskOrFn"",\n ""MaskedState"",\n ""matrix_inverse_pth_root"",\n ""maybe_update"",\n ""MaybeUpdateState"",\n ""multi_normal"",\n ""multi_transform"",\n ""MultiSteps"",\n ""MultiStepsState"",\n ""MultiTransformState"",\n ""nadam"",\n ""nadamw"",\n ""noisy_sgd"",\n ""novograd"",\n ""NonNegativeParamsState"",\n ""ntxent"",\n ""OptState"",\n ""Params"",\n ""periodic_update"",\n ""per_example_global_norm_clip"",\n ""per_example_layer_norm_clip"",\n ""piecewise_constant_schedule"",\n ""piecewise_interpolate_schedule"",\n ""polynomial_schedule"",\n ""power_iteration"",\n ""polyak_sgd"",\n ""radam"",\n ""rmsprop"",\n ""rprop"",\n ""safe_increment"",\n ""safe_int32_increment"",\n ""safe_norm"",\n ""safe_root_mean_squares"",\n ""ScalarOrSchedule"",\n ""scale_by_adadelta"",\n ""scale_by_adam"",\n ""scale_by_adamax"",\n ""scale_by_adan"",\n ""scale_by_amsgrad"",\n ""scale_by_backtracking_linesearch"",\n ""scale_by_belief"",\n ""scale_by_lbfgs"",\n ""scale_by_lion"",\n ""scale_by_factored_rms"",\n ""scale_by_novograd"",\n ""scale_by_param_block_norm"",\n ""scale_by_param_block_rms"",\n ""scale_by_polyak"",\n ""scale_by_radam"",\n ""scale_by_rms"",\n ""scale_by_rprop"",\n ""scale_by_rss"",\n ""scale_by_schedule"",\n ""scale_by_sign"",\n ""scale_by_sm3"",\n ""scale_by_stddev"",\n ""scale_by_trust_ratio"",\n ""scale_by_yogi"",\n ""scale_by_zoom_linesearch"",\n ""scale_gradient"",\n ""scale"",\n ""ScaleByAdaDeltaState"",\n ""ScaleByAdamState"",\n ""ScaleByAdanState"",\n ""ScaleByAmsgradState"",\n ""ScaleByBacktrackingLinesearchState"",\n ""ScaleByBeliefState"",\n ""ScaleByLBFGSState"",\n ""ScaleByLionState"",\n ""ScaleByNovogradState"",\n ""ScaleByRmsState"",\n ""ScaleByRpropState"",\n ""ScaleByRssState"",\n ""ScaleByRStdDevState"",\n ""ScaleByScheduleState"",\n ""ScaleBySM3State"",\n ""ScaleByTrustRatioState"",\n ""ScaleByZoomLinesearchState"",\n ""ScaleState"",\n ""Schedule"",\n ""set_to_zero"",\n ""sgd"",\n ""sgdr_schedule"",\n ""ShouldSkipUpdateFunction"",\n ""sigmoid_binary_cross_entropy"",\n ""sign_sgd"",\n ""skip_large_updates"",\n ""skip_not_finite"",\n ""sm3"",\n ""smooth_labels"",\n ""softmax_cross_entropy"",\n ""softmax_cross_entropy_with_integer_labels"",\n ""stateless"",\n ""stateless_with_tree_map"",\n ""trace"",\n ""TraceState"",\n ""TransformInitFn"",\n ""TransformUpdateFn"",\n ""TransformUpdateExtraArgsFn"",\n ""Updates"",\n ""value_and_grad_from_state"",\n ""warmup_cosine_decay_schedule"",\n ""warmup_exponential_decay_schedule"",\n ""yogi"",\n ""zero_nans"",\n ""ZeroNansState"",\n ""ZoomLinesearchInfo"",\n)\n\n# _________________________________________\n# / Please don't use symbols in `_src` they \\n# \ are not part of the Optax public API. /\n# -----------------------------------------\n# \ ^__^\n# \ (oo)\_______\n# (__)\ )\/\\n# ||----w |\n# || ||\n#\n",python,tab +1786,6261808,".venv/lib/python3.10/site-packages/optax/__init__.py",731,0,"",python,selection_mouse +1787,6265164,".venv/lib/python3.10/site-packages/optax/__init__.py",3183,0,"",python,selection_command +1788,6265809,".venv/lib/python3.10/site-packages/optax/__init__.py",3335,0,"",python,selection_command +1789,6266651,".venv/lib/python3.10/site-packages/optax/__init__.py",3935,0,"",python,selection_command +1790,6269967,".venv/lib/python3.10/site-packages/optax/__init__.py",3939,0,"",python,selection_mouse +1791,6270222,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Linear algebra utilities used in optimization.""""""\n\nfrom collections.abc import Callable\nimport functools\nfrom typing import Optional, Union\n\nimport chex\nimport jax\nfrom jax import lax\nimport jax.numpy as jnp\nfrom optax import tree_utils as otu\nfrom optax._src import base\nfrom optax._src import numerics\n\n\ndef _normalize_tree(x):\n # divide by the L2 norm of the tree weights.\n return otu.tree_scalar_mul(1.0 / otu.tree_l2_norm(x), x)\n\n\ndef global_norm(updates: base.PyTree) -> chex.Array:\n """"""Compute the global norm across a nested structure of tensors.""""""\n return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )\n\n\ndef _power_iteration_cond_fun(error_tolerance, num_iters, loop_vars):\n normalized_eigvec, unnormalized_eigvec, eig, iter_num = loop_vars\n residual = otu.tree_sub(\n unnormalized_eigvec, otu.tree_scalar_mul(eig, normalized_eigvec)\n )\n residual_norm = otu.tree_l2_norm(residual)\n converged = jnp.abs(residual_norm / eig) < error_tolerance\n return ~converged & (iter_num < num_iters)\n\n\ndef power_iteration(\n matrix: Union[chex.Array, Callable[[chex.ArrayTree], chex.ArrayTree]],\n *,\n v0: Optional[chex.ArrayTree] = None,\n num_iters: int = 100,\n error_tolerance: float = 1e-6,\n precision: lax.Precision = lax.Precision.HIGHEST,\n key: Optional[chex.PRNGKey] = None,\n) -> tuple[chex.Numeric, chex.ArrayTree]:\n r""""""Power iteration algorithm.\n\n This algorithm computes the dominant eigenvalue and its associated eigenvector\n of a diagonalizable matrix. This matrix can be given as an array or as a\n callable implementing a matrix-vector product.\n\n Args:\n matrix: a square matrix, either as an array or a callable implementing a\n matrix-vector product.\n v0: initial vector approximating the dominiant eigenvector. If ``matrix`` is\n an array of size (n, n), v0 must be a vector of size (n,). If instead\n ``matrix`` is a callable, then v0 must be a tree with the same structure\n as the input of this callable. If this argument is None and ``matrix`` is\n an array, then a random vector sampled from a uniform distribution in [-1,\n 1] is used as initial vector.\n num_iters: Number of power iterations.\n error_tolerance: Iterative exit condition. The procedure stops when the\n relative error of the estimate of the dominant eigenvalue is below this\n threshold.\n precision: precision XLA related flag, the available options are: a)\n lax.Precision.DEFAULT (better step time, but not precise); b)\n lax.Precision.HIGH (increased precision, slower); c) lax.Precision.HIGHEST\n (best possible precision, slowest).\n key: random key for the initialization of ``v0`` when not given explicitly.\n When this argument is None, `jax.random.PRNGKey(0)` is used.\n\n Returns:\n A pair (eigenvalue, eigenvector), where eigenvalue is the dominant\n eigenvalue of ``matrix`` and eigenvector is its associated eigenvector.\n\n References:\n Wikipedia contributors. `Power iteration\n `_.\n\n .. versionchanged:: 0.2.2\n ``matrix`` can be a callable. Reversed the order of the return parameters,\n from (eigenvector, eigenvalue) to (eigenvalue, eigenvector).\n """"""\n if callable(matrix):\n mvp = matrix\n if v0 is None:\n # v0 must be given as we don't know the underlying pytree structure.\n raise ValueError('v0 must be provided when `matrix` is a callable.')\n else:\n mvp = lambda v: jnp.matmul(matrix, v, precision=precision)\n if v0 is None:\n if key is None:\n key = jax.random.PRNGKey(0)\n # v0 is uniformly distributed in [-1, 1]\n v0 = jax.random.uniform(\n key,\n shape=matrix.shape[-1:],\n dtype=matrix.dtype,\n minval=-1.0,\n maxval=1.0,\n )\n\n v0 = _normalize_tree(v0)\n\n cond_fun = functools.partial(\n _power_iteration_cond_fun,\n error_tolerance,\n num_iters,\n )\n\n def _body_fun(loop_vars):\n _, z, _, iter_num = loop_vars\n eigvec = _normalize_tree(z)\n z = mvp(eigvec)\n eig = otu.tree_vdot(eigvec, z)\n return eigvec, z, eig, iter_num + 1\n\n init_vars = (v0, mvp(v0), jnp.asarray(0.0), jnp.asarray(0))\n _, unormalized_eigenvector, dominant_eigenvalue, _ = jax.lax.while_loop(\n cond_fun, _body_fun, init_vars\n )\n normalized_eigenvector = _normalize_tree(unormalized_eigenvector)\n return dominant_eigenvalue, normalized_eigenvector\n\n\ndef matrix_inverse_pth_root(\n matrix: chex.Array,\n p: int,\n num_iters: int = 100,\n ridge_epsilon: float = 1e-6,\n error_tolerance: float = 1e-6,\n precision: lax.Precision = lax.Precision.HIGHEST,\n):\n """"""Computes `matrix^(-1/p)`, where `p` is a positive integer.\n\n This function uses the Coupled newton iterations algorithm for\n the computation of a matrix's inverse pth root.\n\n Args:\n matrix: the symmetric PSD matrix whose power it to be computed\n p: exponent, for p a positive integer.\n num_iters: Maximum number of iterations.\n ridge_epsilon: Ridge epsilon added to make the matrix positive definite.\n error_tolerance: Error indicator, useful for early termination.\n precision: precision XLA related flag, the available options are: a)\n lax.Precision.DEFAULT (better step time, but not precise); b)\n lax.Precision.HIGH (increased precision, slower); c) lax.Precision.HIGHEST\n (best possible precision, slowest).\n\n Returns:\n matrix^(-1/p)\n\n References:\n [Functions of Matrices, Theory and Computation,\n Nicholas J Higham, Pg 184, Eq 7.18](\n https://epubs.siam.org/doi/book/10.1137/1.9780898717778)\n """"""\n\n # We use float32 for the matrix inverse pth root.\n # Switch to f64 if you have hardware that supports it.\n matrix_size = matrix.shape[0]\n alpha = jnp.asarray(-1.0 / p, jnp.float32)\n identity = jnp.eye(matrix_size, dtype=jnp.float32)\n max_ev, _ = power_iteration(\n matrix=matrix, num_iters=100, error_tolerance=1e-6, precision=precision\n )\n ridge_epsilon = ridge_epsilon * jnp.maximum(max_ev, 1e-16)\n\n def _unrolled_mat_pow_1(mat_m):\n """"""Computes mat_m^1.""""""\n return mat_m\n\n def _unrolled_mat_pow_2(mat_m):\n """"""Computes mat_m^2.""""""\n return jnp.matmul(mat_m, mat_m, precision=precision)\n\n def _unrolled_mat_pow_4(mat_m):\n """"""Computes mat_m^4.""""""\n mat_pow_2 = _unrolled_mat_pow_2(mat_m)\n return jnp.matmul(mat_pow_2, mat_pow_2, precision=precision)\n\n def _unrolled_mat_pow_8(mat_m):\n """"""Computes mat_m^4.""""""\n mat_pow_4 = _unrolled_mat_pow_4(mat_m)\n return jnp.matmul(mat_pow_4, mat_pow_4, precision=precision)\n\n def mat_power(mat_m, p):\n """"""Computes mat_m^p, for p == 1, 2, 4 or 8.\n\n Args:\n mat_m: a square matrix\n p: a positive integer\n\n Returns:\n mat_m^p\n """"""\n # We unrolled the loop for performance reasons.\n exponent = jnp.round(jnp.log2(p))\n return lax.switch(\n jnp.asarray(exponent, jnp.int32),\n [\n _unrolled_mat_pow_1,\n _unrolled_mat_pow_2,\n _unrolled_mat_pow_4,\n _unrolled_mat_pow_8,\n ],\n (mat_m),\n )\n\n def _iter_condition(state):\n (i, unused_mat_m, unused_mat_h, unused_old_mat_h, error, run_step) = state\n error_above_threshold = jnp.logical_and(error > error_tolerance, run_step)\n return jnp.logical_and(i < num_iters, error_above_threshold)\n\n def _iter_body(state):\n (i, mat_m, mat_h, unused_old_mat_h, error, unused_run_step) = state\n mat_m_i = (1 - alpha) * identity + alpha * mat_m\n new_mat_m = jnp.matmul(mat_power(mat_m_i, p), mat_m, precision=precision)\n new_mat_h = jnp.matmul(mat_h, mat_m_i, precision=precision)\n new_error = jnp.max(jnp.abs(new_mat_m - identity))\n # sometimes error increases after an iteration before decreasing and\n # converging. 1.2 factor is used to bound the maximal allowed increase.\n return (\n i + 1,\n new_mat_m,\n new_mat_h,\n mat_h,\n new_error,\n new_error < error * 1.2,\n )\n\n if matrix_size == 1:\n resultant_mat_h = (matrix + ridge_epsilon) ** alpha\n error = 0\n else:\n damped_matrix = matrix + ridge_epsilon * identity\n\n z = (1 + p) / (2 * jnp.linalg.norm(damped_matrix))\n new_mat_m_0 = damped_matrix * z\n new_error = jnp.max(jnp.abs(new_mat_m_0 - identity))\n new_mat_h_0 = identity * jnp.power(z, 1.0 / p)\n init_state = tuple(\n [0, new_mat_m_0, new_mat_h_0, new_mat_h_0, new_error, True]\n )\n _, mat_m, mat_h, old_mat_h, _, convergence = lax.while_loop(\n _iter_condition, _iter_body, init_state\n )\n error = jnp.max(jnp.abs(mat_m - identity))\n is_converged = jnp.asarray(convergence, old_mat_h.dtype)\n resultant_mat_h = is_converged * mat_h + (1 - is_converged) * old_mat_h\n resultant_mat_h = jnp.asarray(resultant_mat_h, matrix.dtype)\n return resultant_mat_h, error\n",python,tab +1792,6271399,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1205,0,"",python,selection_mouse +1793,6271533,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,3,"the",python,selection_mouse +1794,6271719,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,4,"the ",python,selection_mouse +1795,6271761,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,10,"the global",python,selection_mouse +1796,6271772,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,11,"the global ",python,selection_mouse +1797,6271793,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,75,"the global norm across a nested structure of tensors.""""""\n return jnp.sqrt(",python,selection_mouse +1798,6271916,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,31,"the global norm across a nested",python,selection_mouse +1799,6271964,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,32,"the global norm across a nested ",python,selection_mouse +1800,6271984,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,41,"the global norm across a nested structure",python,selection_mouse +1801,6272097,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,44,"the global norm across a nested structure of",python,selection_mouse +1802,6272165,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,45,"the global norm across a nested structure of ",python,selection_mouse +1803,6272166,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,52,"the global norm across a nested structure of tensors",python,selection_mouse +1804,6272613,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1254,0,"",python,selection_mouse +1805,6272614,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1248,7,"tensors",python,selection_mouse +1806,6272783,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1245,10,"of tensors",python,selection_mouse +1807,6272817,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1235,20,"structure of tensors",python,selection_mouse +1808,6272841,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1228,27,"nested structure of tensors",python,selection_mouse +1809,6272842,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1227,28," nested structure of tensors",python,selection_mouse +1810,6272866,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1219,36,"across a nested structure of tensors",python,selection_mouse +1811,6272885,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1214,41,"norm across a nested structure of tensors",python,selection_mouse +1812,6272906,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1213,42," norm across a nested structure of tensors",python,selection_mouse +1813,6272907,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1207,48,"global norm across a nested structure of tensors",python,selection_mouse +1814,6272973,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1206,49," global norm across a nested structure of tensors",python,selection_mouse +1815,6272973,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1203,52,"the global norm across a nested structure of tensors",python,selection_mouse +1816,6272984,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1202,53," the global norm across a nested structure of tensors",python,selection_mouse +1817,6273001,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1195,60,"Compute the global norm across a nested structure of tensors",python,selection_mouse +1818,6273507,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1200,0,"",python,selection_mouse +1819,6274363,".venv/lib/python3.10/site-packages/optax/__init__.py",0,0,"",python,tab +1820,6281299,".venv/lib/python3.10/site-packages/optax/__init__.py",0,0,"",python,tab +1821,6281300,".venv/lib/python3.10/site-packages/optax/__init__.py",4804,0,"",python,selection_mouse +1822,6281303,".venv/lib/python3.10/site-packages/optax/__init__.py",4803,0,"",python,selection_command +1823,6284547,"train_dynamics.py",0,0,"",python,tab +1824,6287856,"train_dynamics.py",3294,0,"",python,selection_mouse +1825,6288351,"train_dynamics.py",3247,0,"",python,selection_mouse +1826,6305421,"train_dynamics.py",6137,0,"",python,selection_mouse +1827,6306725,"train_dynamics.py",6136,0,"",python,selection_command +1828,6312016,"train_dynamics.py",6171,0,"",python,selection_command +1829,6312954,"train_dynamics.py",6225,0,"",python,selection_command +1830,6313135,"train_dynamics.py",6282,0,"",python,selection_command +1831,6313697,"train_dynamics.py",6283,0,"\n ",python,content +1832,6314056,"train_dynamics.py",6288,0," optax.clip_by_global_norm(args.clip_grad_value),\n",python,content +1833,6315221,"train_dynamics.py",6300,0,"",python,selection_mouse +1834,6315904,"train_dynamics.py",6296,4,"",python,content +1835,6316073,"train_dynamics.py",6292,4,"",python,content +1836,6316394,"train_dynamics.py",6288,4,"",python,content +1837,6316564,"train_dynamics.py",6287,0,"",python,selection_command +1838,6316757,"train_dynamics.py",6337,0,"",python,selection_command +1839,6317057,"train_dynamics.py",6337,1,"",python,content +1840,6317071,"train_dynamics.py",6341,0,"",python,selection_command +1841,6317157,"train_dynamics.py",6288,0,"",python,selection_command +1842,6318256,"train_dynamics.py",6325,0,"",python,selection_mouse +1843,6318802,"train_dynamics.py",6305,0,"",python,selection_mouse +1844,6319157,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Gradient clipping transformations.""""""\n\nfrom optax._src import base\nfrom optax.transforms import _clipping\n\n\nadaptive_grad_clip = _clipping.adaptive_grad_clip\nAdaptiveGradClipState = base.EmptyState\nClipState = base.EmptyState\nclip = _clipping.clip\nclip_by_block_rms = _clipping.clip_by_block_rms\nclip_by_global_norm = _clipping.clip_by_global_norm\nClipByGlobalNormState = base.EmptyState\nper_example_global_norm_clip = _clipping.per_example_global_norm_clip\nper_example_layer_norm_clip = _clipping.per_example_layer_norm_clip\nunitwise_norm = _clipping.unitwise_norm\nunitwise_clip = _clipping.unitwise_clip\n",python,tab +1845,6321540,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1086,0,"",python,selection_mouse +1846,6321541,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1085,0,"",python,selection_command +1847,6322179,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1037,0,"",python,selection_mouse +1848,6322906,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Gradient clipping transformations.\n\nNote that complex numbers are also supported, see\nhttps://gist.github.com/wdphy16/118aef6fb5f82c49790d7678cf87da29\n""""""\n\nimport chex\nimport jax\nimport jax.numpy as jnp\nfrom optax import tree_utils as otu\nfrom optax._src import base\nfrom optax._src import linear_algebra\nfrom optax._src import numerics\n\n\ndef clip(max_delta: chex.Numeric) -> base.GradientTransformation:\n """"""Clips updates element-wise, to be in ``[-max_delta, +max_delta]``.\n\n Args:\n max_delta: The maximum absolute value for each element in the update.\n\n Returns:\n A :class:`optax.GradientTransformation` object.\n """"""\n\n def update_fn(updates, state, params=None):\n del params\n return otu.tree_clip(updates, -max_delta, max_delta), state\n\n return base.GradientTransformation(base.init_empty_state, update_fn)\n\n\ndef clip_by_block_rms(threshold: float) -> base.GradientTransformation:\n """"""Clips updates to a max rms for the gradient of each param vector or matrix.\n\n A `block` is here a weight vector (e.g. in a Linear layer) or a weight matrix\n (e.g. in a convolutional layer) appearing as a leaf in the grads/param pytree.\n\n Args:\n threshold: The maximum rms for the gradient of each param vector or matrix.\n\n Returns:\n A :class:`optax.GradientTransformation` object.\n """"""\n\n def update_fn(updates, state, params=None):\n del params\n\n def _clip_fn(u):\n clip_denom = jnp.maximum(\n 1.0, jnp.sqrt(jnp.mean(numerics.abs_sq(u))) / threshold\n )\n return u / clip_denom\n\n updates = jax.tree.map(_clip_fn, updates)\n return updates, state\n\n return base.GradientTransformation(base.init_empty_state, update_fn)\n\n\ndef clip_by_global_norm(max_norm: float) -> base.GradientTransformation:\n """"""Clips updates using their global norm.\n\n Args:\n max_norm: The maximum global norm for an update.\n\n Returns:\n A :class:`optax.GradientTransformation` object.\n\n References:\n Pascanu et al., `On the difficulty of training Recurrent Neural Networks\n `_, 2012\n """"""\n\n def update_fn(updates, state, params=None):\n del params\n g_norm = linear_algebra.global_norm(updates)\n # TODO(b/163995078): revert back to the following (faster) implementation\n # once analyzed how it affects backprop through update (e.g. meta-gradients)\n # g_norm = jnp.maximum(max_norm, g_norm)\n # updates = jax.tree.map(lambda t: (t / g_norm) * max_norm, updates)\n trigger = jnp.squeeze(g_norm < max_norm)\n chex.assert_shape(trigger, ()) # A scalar.\n\n def clip_fn(t):\n return jax.lax.select(trigger, t, (t / g_norm.astype(t.dtype)) * max_norm)\n\n updates = jax.tree.map(clip_fn, updates)\n return updates, state\n\n return base.GradientTransformation(base.init_empty_state, update_fn)\n\n\ndef _check_arrays_have_batch_dim(grads: chex.ArrayTree) -> bool:\n """"""Checks that each array in grads has a batch dimension in the 0th axis.""""""\n grads = jax.tree.flatten(grads)[0]\n batch_size = grads[0].shape[0]\n return all(g.ndim >= 1 and batch_size == g.shape[0] for g in grads)\n\n\ndef per_example_global_norm_clip(\n grads: chex.ArrayTree, l2_norm_clip: float\n) -> tuple[chex.ArrayTree, jax.Array]:\n """"""Applies gradient clipping per-example using their global norm.\n\n Args:\n grads: flattened update; the function expects each array in this list to\n have a batch dimension on the 0th axis.\n l2_norm_clip: maximum L2 norm of the per-example gradients.\n\n Returns:\n A tuple containing sum of the clipped per-example grads, and the number of\n per-example grads that were clipped.\n\n Example:\n >>> import optax\n >>> import jax.numpy as jnp\n >>> grads = [jnp.array([[0, 0, 0], [0, 3, 4], [4, 0, 3], [3, 4, 0]])]\n >>> optax.per_example_global_norm_clip(grads, jnp.inf)\n ([Array([7., 7., 7.], dtype=float32)], Array(0, dtype=int32))\n >>> optax.per_example_global_norm_clip(grads, 0.0)\n ([Array([0., 0., 0.], dtype=float32)], Array(3, dtype=int32))\n >>> optax.per_example_global_norm_clip(grads, 1.25)\n ([Array([1.75, 1.75, 1.75], dtype=float32)], Array(3, dtype=int32))\n\n References:\n Abadi et al., `Deep Learning with Differential Privacy\n `_, 2016\n\n .. seealso::\n :func:`optax.contrib.differentially_private_aggregate` for more realistic\n example usages.\n """"""\n\n if not _check_arrays_have_batch_dim(grads):\n raise ValueError(\n 'Unlike other transforms, `per_example_global_norm_clip` expects'\n ' `grads` to have a batch dimension in the 0th axis.'\n )\n\n global_grad_norms = jax.vmap(linear_algebra.global_norm)(grads)\n multipliers = jnp.nan_to_num(\n jnp.minimum(l2_norm_clip / global_grad_norms, 1.0), nan=1.0\n )\n num_clipped = jnp.sum(multipliers < 1.0)\n clipped_sum = jax.tree.map(\n lambda g: jnp.tensordot(multipliers, g, axes=1), grads\n )\n return clipped_sum, num_clipped\n\n\ndef per_example_layer_norm_clip(\n grads: chex.ArrayTree, global_l2_norm_clip: float, uniform: bool = True\n) -> tuple[chex.ArrayTree, chex.ArrayTree]:\n """"""Applies gradient clipping per-example using per-layer norms.\n\n If len(grads) == 1, this function is equivalent to\n optax.per_example_global_norm_clip. If len(grads) > 1, each array in grads\n will be independently clipped to a value ``C_i`` documented below.\n\n Let ``C = global_l2_norm_clip value``. Then per-layer clipping is done as\n follows:\n\n 1. If ``uniform`` is ``True``, each of the ``K`` layers has an individual clip\n norm of ``C / sqrt(K)``.\n\n 2. If ``uniform`` is ``False``, each of the ``K`` layers has an individual\n clip norm of ``C * sqrt(D_i / D)`` where ``D_i`` is the number of parameters\n in layer ``i``, and ``D`` is the total number of parameters in the model.\n\n Args:\n grads: flattened update; i.e. a list of gradients in which each item is the\n gradient for one layer; the function expects these to have a batch\n dimension on the 0th axis.\n global_l2_norm_clip: overall L2 clip norm to use.\n uniform: If `True`, per-layer clip norm is ``global_l2_norm_clip/sqrt(L)``,\n where ``L`` is the number of layers. Otherwise, per-layer clip norm is\n ``global_l2_norm_clip * sqrt(f)``, where ``f`` is the fraction of total\n model parameters that are in this layer.\n\n Returns:\n A tuple containing sum of the clipped per-example grads and the number of\n per-example grads that were clipped for each layer.\n\n Example:\n >>> import optax\n >>> import jax.numpy as jnp\n >>> grads = [jnp.array([[0, 0, 0], [0, 3, 4], [4, 0, 3], [3, 4, 0]])]\n >>> optax.per_example_layer_norm_clip(grads, jnp.inf)\n ([Array([7., 7., 7.], dtype=float32)], [Array(0, dtype=int32)])\n >>> optax.per_example_layer_norm_clip(grads, 0.0)\n ([Array([0., 0., 0.], dtype=float32)], [Array(3, dtype=int32)])\n >>> optax.per_example_layer_norm_clip(grads, 1.25)\n ([Array([1.75, 1.75, 1.75], dtype=float32)], [Array(3, dtype=int32)])\n\n References:\n McMahan et al., `Learning Differentially Private Recurrent Language Models\n `_, 2017\n """"""\n\n if not _check_arrays_have_batch_dim(grads):\n raise ValueError(\n 'Unlike other transforms, `per_example_layer_norm_clip` expects'\n ' `grads` to have a batch dimension in the 0th axis; got shapes:'\n f' {jax.tree.map(jnp.shape, grads)}.'\n )\n\n # Compute per-layer clip norms, based on whether we are using uniform\n # variant or not.\n if uniform:\n # Create list of length `num_layers` of per-layer clip norm.\n num_layers = len(jax.tree.leaves(grads))\n layer_clip_norms = jax.tree.map(\n lambda _: global_l2_norm_clip * (1.0 / num_layers) ** 0.5, grads\n )\n else:\n total_params = jax.tree.reduce(lambda x, g: x + g[0].size, grads, 0)\n layer_clip_norms = jax.tree.map(\n lambda g: global_l2_norm_clip * (g[0].size / total_params) ** 0.5, grads\n )\n\n result = jax.tree.map(per_example_global_norm_clip, grads, layer_clip_norms)\n return jax.tree.transpose(\n outer_treedef=jax.tree.structure(grads),\n inner_treedef=jax.tree.structure((0, 0)),\n pytree_to_transpose=result,\n )\n\n\ndef unitwise_norm(x: chex.Array) -> chex.Array:\n """"""Computes norms of each output unit separately.""""""\n if jnp.squeeze(x).ndim <= 1: # Scalars and vectors\n squared_norm = jnp.sum(numerics.abs_sq(x), keepdims=True)\n # Note that this assumes parameters with a shape of length 3 are multihead\n # linear parameters--if you wish to apply AGC to 1D convs, you may need\n # to modify this line.\n elif x.ndim in (2, 3): # Linear layers of shape IO or multihead linear\n squared_norm = jnp.sum(numerics.abs_sq(x), axis=0, keepdims=True)\n elif x.ndim == 4: # Conv kernels of shape HWIO\n squared_norm = jnp.sum(numerics.abs_sq(x), axis=(0, 1, 2), keepdims=True)\n else:\n raise ValueError(\n f'Expected parameter with shape in {1, 2, 3, 4}, got {x.shape}.'\n )\n chex.assert_is_broadcastable(squared_norm.shape, x.shape)\n return jnp.broadcast_to(jnp.sqrt(squared_norm), x.shape)\n\n\ndef unitwise_clip(\n g_norm: chex.Array,\n max_norm: chex.Array,\n grad: chex.Array,\n div_eps: float = 1e-6,\n) -> chex.Array:\n """"""Applies gradient clipping unit-wise.""""""\n # This little max(., div_eps) is distinct from the normal eps and just\n # prevents division by zero. It technically should be impossible to engage.\n clipped_grad = grad * (max_norm / jnp.maximum(g_norm, div_eps))\n chex.assert_equal_shape((g_norm, max_norm, grad, clipped_grad))\n return jnp.where(g_norm < max_norm, grad, clipped_grad)\n\n\ndef adaptive_grad_clip(\n clipping: float, eps: float = 1e-3\n) -> base.GradientTransformation:\n """"""Clips updates to be at most ``clipping * parameter_norm``, unit-wise.\n\n Args:\n clipping: The maximum allowed ratio of update norm to parameter norm.\n eps: An epsilon term to prevent clipping of zero-initialized params.\n\n Returns:\n A :class:`optax.GradientTransformation` object.\n\n References:\n Brock et al., `High-Performance Large-Scale Image Recognition Without\n Normalization clipping * param_norm, rescale.\n updates = jax.tree.map(unitwise_clip, g_norm, max_norm, updates)\n return updates, state\n\n return base.GradientTransformation(base.init_empty_state, update_fn)\n",python,tab +1849,6362882,"train_dynamics.py",0,0,"",python,tab +1850,6364751,"train_dynamics.py",6652,0,"",python,selection_mouse +1851,6365641,"train_dynamics.py",6317,0,"",python,selection_mouse +1852,6366352,"train_dynamics.py",6380,0,"",python,selection_mouse +1853,6366846,"train_dynamics.py",6329,0,"",python,selection_mouse +1854,6367010,"train_dynamics.py",6319,15,"clip_grad_value",python,selection_mouse +1855,6367767,"train_dynamics.py",6317,0,"",python,selection_mouse +1856,6368528,"train_dynamics.py",6299,0,"",python,selection_mouse +1857,6369216,"train_dynamics.py",6295,0,"",python,selection_mouse +1858,6369786,"train_dynamics.py",6325,0,"",python,selection_mouse +1859,6370393,"train_dynamics.py",6371,0,"",python,selection_mouse +1860,6370974,"train_dynamics.py",6377,0,"",python,selection_mouse +1861,6372652,"train_dynamics.py",6324,0,"",python,selection_mouse +1862,6375674,"train_dynamics.py",6308,0,"",python,selection_mouse +1863,6376224,"train_dynamics.py",6323,0,"",python,selection_mouse +1864,6376813,"train_dynamics.py",6320,0,"",python,selection_mouse +1865,6376955,"train_dynamics.py",6319,15,"clip_grad_value",python,selection_mouse +1866,6378735,"train_dynamics.py",6330,0,"",python,selection_mouse +1867,6379430,"train_dynamics.py",6328,0,"",python,selection_mouse +1868,6379643,"train_dynamics.py",6319,15,"clip_grad_value",python,selection_mouse +1869,6380407,"train_dynamics.py",6333,0,"",python,selection_mouse +1870,6464481,"train_dynamics.py",911,0,"",python,selection_mouse +1871,6465482,"train_dynamics.py",925,0,"\n",python,content +1872,6465486,"train_dynamics.py",926,0,"",python,selection_command +1873,6466402,"train_dynamics.py",924,0,"",python,selection_command +1874,6467483,"train_dynamics.py",925,0,"\n ",python,content +1875,6468123,"train_dynamics.py",930,0,"gradient_clipping_threshold",python,content +1876,6468996,"train_dynamics.py",958,0,"",python,selection_mouse +1877,6469305,"train_dynamics.py",957,1,"",python,content +1878,6473538,"train_dynamics.py",957,0,":",python,content +1879,6473539,"train_dynamics.py",958,0,"",python,selection_keyboard +1880,6473637,"train_dynamics.py",958,0," ",python,content +1881,6473637,"train_dynamics.py",959,0,"",python,selection_keyboard +1882,6474286,"train_dynamics.py",959,0,"f",python,content +1883,6474287,"train_dynamics.py",960,0,"",python,selection_keyboard +1884,6474518,"train_dynamics.py",960,0,"l",python,content +1885,6474519,"train_dynamics.py",961,0,"",python,selection_keyboard +1886,6474685,"train_dynamics.py",961,0,"o",python,content +1887,6474686,"train_dynamics.py",962,0,"",python,selection_keyboard +1888,6474845,"train_dynamics.py",962,0,"a",python,content +1889,6474846,"train_dynamics.py",963,0,"",python,selection_keyboard +1890,6474987,"train_dynamics.py",963,0,"t",python,content +1891,6474988,"train_dynamics.py",964,0,"",python,selection_keyboard +1892,6475212,"train_dynamics.py",964,0," ",python,content +1893,6475213,"train_dynamics.py",965,0,"",python,selection_keyboard +1894,6475480,"train_dynamics.py",965,0,"=",python,content +1895,6475481,"train_dynamics.py",966,0,"",python,selection_keyboard +1896,6475633,"train_dynamics.py",966,0," ",python,content +1897,6475633,"train_dynamics.py",967,0,"",python,selection_keyboard +1898,6485895,"train_dynamics.py",967,0,"1",python,content +1899,6485896,"train_dynamics.py",968,0,"",python,selection_keyboard +1900,6485949,"train_dynamics.py",968,0,"0",python,content +1901,6485950,"train_dynamics.py",969,0,"",python,selection_keyboard +1902,6486195,"train_dynamics.py",969,0,"e",python,content +1903,6486196,"train_dynamics.py",970,0,"",python,selection_keyboard +1904,6486583,"train_dynamics.py",970,0,"5",python,content +1905,6486584,"train_dynamics.py",971,0,"",python,selection_keyboard +1906,6488046,"train_dynamics.py",969,0,"",python,selection_mouse +1907,6488182,"train_dynamics.py",967,4,"10e5",python,selection_mouse +1908,6488894,"train_dynamics.py",987,0,"",python,selection_mouse +1909,6489409,"train_dynamics.py",968,0,"",python,selection_mouse +1910,6491130,"train_dynamics.py",971,0,"",python,selection_mouse +1911,6581211,"train_dynamics.py",1240,0,"",python,selection_mouse +1912,6581901,"train_dynamics.py",1163,0,"",python,selection_mouse +1913,6582762,"train_dynamics.py",949,0,"",python,selection_mouse +1914,6582906,"train_dynamics.py",930,27,"gradient_clipping_threshold",python,selection_mouse +1915,6650175,"train_dynamics.py",939,0,"",python,selection_mouse +1916,6650176,"train_dynamics.py",930,27,"gradient_clipping_threshold",python,selection_mouse +1917,6651174,"train_dynamics.py",950,0,"",python,selection_mouse +1918,6651817,"train_dynamics.py",938,0,"",python,selection_mouse +1919,6652100,"train_dynamics.py",938,1,"_",python,selection_mouse +1920,6652111,"train_dynamics.py",938,2,"_c",python,selection_mouse +1921,6652126,"train_dynamics.py",938,3,"_cl",python,selection_mouse +1922,6652185,"train_dynamics.py",938,4,"_cli",python,selection_mouse +1923,6652186,"train_dynamics.py",938,5,"_clip",python,selection_mouse +1924,6652186,"train_dynamics.py",938,6,"_clipp",python,selection_mouse +1925,6652190,"train_dynamics.py",938,7,"_clippi",python,selection_mouse +1926,6652209,"train_dynamics.py",938,8,"_clippin",python,selection_mouse +1927,6652266,"train_dynamics.py",938,9,"_clipping",python,selection_mouse +1928,6652322,"train_dynamics.py",938,10,"_clipping_",python,selection_mouse +1929,6652619,"train_dynamics.py",948,0,"",python,selection_mouse +1930,6652620,"train_dynamics.py",930,27,"gradient_clipping_threshold",python,selection_mouse +1931,6653354,"train_dynamics.py",939,0,"",python,selection_mouse +1932,6653355,"train_dynamics.py",930,27,"gradient_clipping_threshold",python,selection_mouse +1933,6661347,"train_dynamics.py",938,0,"",python,selection_mouse +1934,6662129,"train_dynamics.py",937,1,"",python,content +1935,6662286,"train_dynamics.py",936,1,"",python,content +1936,6662415,"train_dynamics.py",935,1,"",python,content +1937,6662569,"train_dynamics.py",934,1,"",python,content +1938,6664264,"train_dynamics.py",952,1,"",python,content +1939,6665242,"train_dynamics.py",952,0,"d",python,content +1940,6665243,"train_dynamics.py",953,0,"",python,selection_keyboard +1941,6666334,"train_dynamics.py",927,0,"",python,selection_command +1942,6666587,"train_dynamics.py",928,0,"",python,selection_command +1943,6666778,"train_dynamics.py",929,0,"",python,selection_command +1944,6667304,"train_dynamics.py",930,0,"",python,selection_command +1945,6667305,"train_dynamics.py",931,0,"",python,selection_command +1946,6667320,"train_dynamics.py",932,0,"",python,selection_command +1947,6667353,"train_dynamics.py",933,0,"",python,selection_command +1948,6667422,"train_dynamics.py",934,0,"",python,selection_command +1949,6667423,"train_dynamics.py",935,0,"",python,selection_command +1950,6667448,"train_dynamics.py",936,0,"",python,selection_command +1951,6667474,"train_dynamics.py",937,0,"",python,selection_command +1952,6667525,"train_dynamics.py",938,0,"",python,selection_command +1953,6667890,"train_dynamics.py",939,0,"",python,selection_command +1954,6668183,"train_dynamics.py",939,1,"",python,content +1955,6668360,"train_dynamics.py",939,1,"",python,content +1956,6668483,"train_dynamics.py",939,1,"",python,content +1957,6668655,"train_dynamics.py",939,1,"",python,content +1958,6669873,"train_dynamics.py",1008,0,"",python,selection_mouse +1959,6670320,"train_dynamics.py",948,0,"",python,selection_mouse +1960,6721647,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=1.4e-4 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir\n ",shellscript,tab +1961,6726156,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1257,0,"",shellscript,selection_mouse +1962,6729725,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1229,37,"",shellscript,content +1963,6729826,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1196,0,"",shellscript,selection_command +1964,6730320,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1147,0,"",shellscript,selection_command +1965,6730335,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1125,0,"",shellscript,selection_command +1966,6730392,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1099,0,"",shellscript,selection_command +1967,6730393,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1057,0,"",shellscript,selection_command +1968,6730456,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1002,0,"",shellscript,selection_command +1969,6730457,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",965,0,"",shellscript,selection_command +1970,6730515,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",935,0,"",shellscript,selection_command +1971,6730515,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",923,0,"",shellscript,selection_command +1972,6730546,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",891,0,"",shellscript,selection_command +1973,6730602,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",869,0,"",shellscript,selection_command +1974,6730606,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",852,0,"",shellscript,selection_command +1975,6730662,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",830,0,"",shellscript,selection_command +1976,6730682,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",797,0,"",shellscript,selection_command +1977,6730698,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",765,0,"",shellscript,selection_command +1978,6730799,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",763,0,"",shellscript,selection_command +1979,6730954,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",747,0,"",shellscript,selection_command +1980,6731107,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",745,0,"",shellscript,selection_command +1981,6731259,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",591,0,"",shellscript,selection_command +1982,6731388,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",440,0,"",shellscript,selection_command +1983,6731768,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,151,"",shellscript,content +1984,6731887,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",594,0,"",shellscript,selection_command +1985,6732084,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,0,"",shellscript,selection_command +1986,6732255,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",438,0,"",shellscript,selection_command +1987,6732733,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",413,0,"",shellscript,selection_command +1988,6732762,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",354,0,"",shellscript,selection_command +1989,6732790,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",353,0,"",shellscript,selection_command +1990,6732816,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",326,0,"",shellscript,selection_command +1991,6732882,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",309,0,"",shellscript,selection_command +1992,6732883,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",308,0,"",shellscript,selection_command +1993,6732898,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",242,0,"",shellscript,selection_command +1994,6733060,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",120,0,"",shellscript,selection_command +1995,6733244,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",119,0,"",shellscript,selection_command +1996,6733402,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",93,0,"",shellscript,selection_command +1997,6733568,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",63,0,"",shellscript,selection_command +1998,6733719,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",33,0,"",shellscript,selection_command +1999,6740979,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",594,0,"",shellscript,selection_mouse +2000,6744614,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=48:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/yoloruns/%x_%j.log\n#SBATCH --job-name=train_dynamics_lr_schedule_wsd\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\n# source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --num_steps=40000 \\n --warmup_steps=2500 \\n --lr_schedule=wsd \\n --wsd_decay_steps=7500 \\n --save_ckpt \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --init_lr=0 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --log_checkpoint_keep_period=10000 \\n --name=dynamics-lr-schedule-wsd-$slurm_job_id \\n --tags dynamics lr-schedule wsd \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir \\n",shellscript,tab +2001,6746009,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",865,0,"",shellscript,selection_mouse +2002,6746544,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",882,0,"",shellscript,selection_mouse +2003,6748993,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2004,6750016,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",453,0,"",shellscript,selection_mouse +2005,6750625,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",593,0,"\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4",shellscript,content +2006,6750632,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",594,0,"",shellscript,selection_command +2007,6750935,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,0,"",shellscript,selection_command +2008,6751291,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,155,"",shellscript,content +2009,6755612,"slurm/jobs/mihir/horeka/lr_tuning/dynamics/train_dyn_default_wsd.sbatch",0,0,"",shellscript,tab +2010,6756141,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2011,6759924,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",723,0,"",shellscript,selection_mouse +2012,6760864,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",723,1,"",shellscript,content +2013,6761001,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",723,1,"",shellscript,content +2014,6763348,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",797,0,"",shellscript,selection_mouse +2015,6763976,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",799,0,"",shellscript,selection_mouse +2016,6765034,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",797,0,"",shellscript,selection_mouse +2017,6766386,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",773,30,"",shellscript,content +2018,6766402,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",777,0,"",shellscript,selection_command +2019,6766945,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",765,0,"",shellscript,selection_command +2020,6767381,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",733,0,"",shellscript,selection_command +2021,6767720,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",765,0,"",shellscript,selection_command +2022,6767918,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",777,0,"",shellscript,selection_command +2023,6768098,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",814,0,"",shellscript,selection_command +2024,6772870,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",869,0,"",shellscript,selection_command +2025,6773040,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",911,0,"",shellscript,selection_command +2026,6773203,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",937,0,"",shellscript,selection_command +2027,6773859,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",911,0,"",shellscript,selection_command +2028,6774027,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",869,0,"",shellscript,selection_command +2029,6774189,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",814,0,"",shellscript,selection_command +2030,6774397,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",815,0,"",shellscript,selection_command +2031,6774889,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",816,0,"",shellscript,selection_command +2032,6774955,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",817,0,"",shellscript,selection_command +2033,6774955,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",818,0,"",shellscript,selection_command +2034,6774966,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",819,0,"",shellscript,selection_command +2035,6775034,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",820,0,"",shellscript,selection_command +2036,6775035,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",821,0,"",shellscript,selection_command +2037,6775094,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",822,0,"",shellscript,selection_command +2038,6775111,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",823,0,"",shellscript,selection_command +2039,6775175,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",824,0,"",shellscript,selection_command +2040,6775175,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",825,0,"",shellscript,selection_command +2041,6775179,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",826,0,"",shellscript,selection_command +2042,6775241,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",827,0,"",shellscript,selection_command +2043,6775245,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",828,0,"",shellscript,selection_command +2044,6775305,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",829,0,"",shellscript,selection_command +2045,6775308,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",830,0,"",shellscript,selection_command +2046,6775371,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",831,0,"",shellscript,selection_command +2047,6775375,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",832,0,"",shellscript,selection_command +2048,6775396,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",833,0,"",shellscript,selection_command +2049,6775455,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",834,0,"",shellscript,selection_command +2050,6775456,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",835,0,"",shellscript,selection_command +2051,6775483,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",836,0,"",shellscript,selection_command +2052,6775538,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,0,"",shellscript,selection_command +2053,6775551,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",838,0,"",shellscript,selection_command +2054,6775609,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",839,0,"",shellscript,selection_command +2055,6775946,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",838,0,"",shellscript,selection_command +2056,6776096,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,0,"",shellscript,selection_command +2057,6776423,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2058,6776760,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2059,6776948,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2060,6777138,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2061,6777324,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2062,6777498,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2063,6777672,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2064,6778037,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2065,6778223,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2066,6778407,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2067,6778573,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,1,"",shellscript,content +2068,6779006,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",836,0,"",shellscript,selection_command +2069,6779204,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",835,0,"",shellscript,selection_command +2070,6779371,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",834,0,"",shellscript,selection_command +2071,6779523,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",833,0,"",shellscript,selection_command +2072,6779678,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",832,0,"",shellscript,selection_command +2073,6779830,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",831,0,"",shellscript,selection_command +2074,6779965,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",830,0,"",shellscript,selection_command +2075,6780447,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",830,7,"",shellscript,content +2076,6780908,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",830,0,"d",shellscript,content +2077,6780909,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",831,0,"",shellscript,selection_keyboard +2078,6781136,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",831,0,"e",shellscript,content +2079,6781136,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",832,0,"",shellscript,selection_keyboard +2080,6781298,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",832,0,"b",shellscript,content +2081,6781298,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",833,0,"",shellscript,selection_keyboard +2082,6781423,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",833,0,"u",shellscript,content +2083,6781423,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",834,0,"",shellscript,selection_keyboard +2084,6781581,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",834,0,"g",shellscript,content +2085,6781582,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",835,0,"",shellscript,selection_keyboard +2086,6782013,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",835,0,"-",shellscript,content +2087,6782013,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",836,0,"",shellscript,selection_keyboard +2088,6782159,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",836,0,"r",shellscript,content +2089,6782160,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,0,"",shellscript,selection_keyboard +2090,6782280,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",837,0,"u",shellscript,content +2091,6782281,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",838,0,"",shellscript,selection_keyboard +2092,6782335,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",838,0,"n",shellscript,content +2093,6782336,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",839,0,"",shellscript,selection_keyboard +2094,6783172,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",838,0,"",shellscript,selection_command +2095,6783361,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",884,0,"",shellscript,selection_command +2096,6783562,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",922,0,"",shellscript,selection_command +2097,6784001,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",884,0,"",shellscript,selection_command +2098,6784157,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",883,0,"",shellscript,selection_command +2099,6784324,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,0,"",shellscript,selection_command +2100,6784469,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",881,0,"",shellscript,selection_command +2101,6784650,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",880,0,"",shellscript,selection_command +2102,6784797,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",879,0,"",shellscript,selection_command +2103,6784956,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",878,0,"",shellscript,selection_command +2104,6785106,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",877,0,"",shellscript,selection_command +2105,6785278,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",876,0,"",shellscript,selection_command +2106,6785824,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",877,0,"",shellscript,selection_command +2107,6786063,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",876,0,"",shellscript,selection_command +2108,6786324,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",876,4,"",shellscript,content +2109,6786715,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",876,1,"",shellscript,content +2110,6787088,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",876,4,"",shellscript,content +2111,6787709,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",876,0,"d",shellscript,content +2112,6787710,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",877,0,"",shellscript,selection_keyboard +2113,6787891,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",877,0,"e",shellscript,content +2114,6787892,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",878,0,"",shellscript,selection_keyboard +2115,6787984,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",878,0,"b",shellscript,content +2116,6787985,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",879,0,"",shellscript,selection_keyboard +2117,6788143,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",879,0,"u",shellscript,content +2118,6788144,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",880,0,"",shellscript,selection_keyboard +2119,6788244,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",880,0,"g",shellscript,content +2120,6788245,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",881,0,"",shellscript,selection_keyboard +2121,6788640,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",881,0," ",shellscript,content +2122,6788641,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,0,"",shellscript,selection_keyboard +2123,6788812,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",881,0,"",shellscript,selection_command +2124,6790496,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,0,"",shellscript,selection_mouse +2125,6790697,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,1,"t",shellscript,selection_mouse +2126,6790708,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,2,"tf",shellscript,selection_mouse +2127,6790765,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,3,"tf_",shellscript,selection_mouse +2128,6790765,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,5,"tf_re",shellscript,selection_mouse +2129,6790766,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,6,"tf_rec",shellscript,selection_mouse +2130,6790776,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,7,"tf_reco",shellscript,selection_mouse +2131,6790838,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,8,"tf_recor",shellscript,selection_mouse +2132,6791059,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,9,"tf_record",shellscript,selection_mouse +2133,6791399,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,10,"tf_records",shellscript,selection_mouse +2134,6791751,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,10,"",shellscript,content +2135,6792349,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",882,1,"",shellscript,content +2136,6793715,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",708,0,"",shellscript,selection_mouse +2137,6793729,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",707,0,"",shellscript,selection_command +2138,6802640,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2139,6907500,"train_dynamics.py",0,0,"",python,tab +2140,6908211,"train_dynamics.py",2184,0,"",python,selection_mouse +2141,6908676,"train_dynamics.py",2183,0,"",python,selection_command +2142,6915262,"train_dynamics.py",929,0,"",python,selection_mouse +2143,6915774,"train_dynamics.py",933,0,"",python,selection_mouse +2144,6915913,"train_dynamics.py",930,19,"grad_clip_threshold",python,selection_mouse +2145,6918568,"train_dynamics.py",1553,0,"",python,selection_mouse +2146,6919985,"train_dynamics.py",1626,1,"c",python,selection_command +2147,6920091,"train_dynamics.py",1975,2,"cl",python,selection_command +2148,6920268,"train_dynamics.py",1975,3,"cli",python,selection_command +2149,6920458,"train_dynamics.py",6332,4,"clip",python,selection_command +2150,6921388,"train_dynamics.py",6357,4,"clip",python,selection_command +2151,6923826,"train_dynamics.py",6357,3,"cli",python,selection_command +2152,6923994,"train_dynamics.py",6357,2,"cl",python,selection_command +2153,6924155,"train_dynamics.py",6357,1,"c",python,selection_command +2154,6924505,"train_dynamics.py",6357,1,"",python,content +2155,6925132,"train_dynamics.py",6371,0,"",python,selection_command +2156,6925783,"train_dynamics.py",6370,0,"",python,selection_command +2157,6925910,"train_dynamics.py",6369,0,"",python,selection_command +2158,6926418,"train_dynamics.py",6368,0,"",python,selection_command +2159,6926429,"train_dynamics.py",6367,0,"",python,selection_command +2160,6926491,"train_dynamics.py",6366,0,"",python,selection_command +2161,6926492,"train_dynamics.py",6365,0,"",python,selection_command +2162,6926548,"train_dynamics.py",6364,0,"",python,selection_command +2163,6926552,"train_dynamics.py",6363,0,"",python,selection_command +2164,6926608,"train_dynamics.py",6362,0,"",python,selection_command +2165,6926619,"train_dynamics.py",6361,0,"",python,selection_command +2166,6926667,"train_dynamics.py",6360,0,"",python,selection_command +2167,6926783,"train_dynamics.py",6359,0,"",python,selection_command +2168,6926935,"train_dynamics.py",6358,0,"",python,selection_command +2169,6927098,"train_dynamics.py",6357,0,"",python,selection_command +2170,6927444,"train_dynamics.py",6357,14,"",python,content +2171,6928030,"train_dynamics.py",6357,0,"grad_clip_threshold",python,content +2172,6928658,"train_dynamics.py",6375,0,"",python,selection_command +2173,6999007,"train_dynamics.py",0,0,"",python,tab +2174,6999008,"train_dynamics.py",5864,0,"",python,selection_mouse +2175,6999288,"train_dynamics.py",5859,8,"wandb_id",python,selection_mouse +2176,7001683,"train_dynamics.py",1962,0,"",python,selection_mouse +2177,7014040,"TERMINAL",0,0,"bash",,terminal_focus +2178,7015489,"TERMINAL",0,0,"python",,terminal_command +2179,7015530,"TERMINAL",0,0,"]633;E;2025-07-15 17:42:42 python;e8655b3a-6c8c-4d8b-9a56-20bb26bc8df4]633;C",,terminal_output +2180,7015775,"TERMINAL",0,0,"Python 3.10.18 (main, Jun 4 2025, 17:36:27) [Clang 20.1.4 ] on linux\r\nType ""help"", ""copyright"", ""credits"" or ""license"" for more information.\r\n",,terminal_output +2181,7015843,"TERMINAL",0,0,"a",,terminal_output +2182,7016099,"TERMINAL",0,0,">>> a",,terminal_output +2183,7017112,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2184,7017388,"TERMINAL",0,0,"[?25l=[?25h[?25l [?25h",,terminal_output +2185,7017655,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +2186,7017987,"TERMINAL",0,0,"[?25l""[?25h",,terminal_output +2187,7018549,"TERMINAL",0,0,"\r\n>>> ",,terminal_output +2188,7019232,"TERMINAL",0,0,"[?25lif[?25h",,terminal_output +2189,7019301,"TERMINAL",0,0,"[?25lf[?25h",,terminal_output +2190,7019857,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2191,7019922,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2192,7020598,"TERMINAL",0,0,"[?25l [?25h",,terminal_output +2193,7020881,"TERMINAL",0,0,"[?25la \r[?25h",,terminal_output +2194,7020989,"TERMINAL",0,0,"\r",,terminal_output +2195,7021095,"TERMINAL",0,0,"[?25l \r[?25h",,terminal_output +2196,7021340,"TERMINAL",0,0,"[?25lif\r[?25h",,terminal_output +2197,7021406,"TERMINAL",0,0,"\r>>> ",,terminal_output +2198,7022390,"TERMINAL",0,0,"[?25lb[?25h",,terminal_output +2199,7022622,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2200,7022689,"TERMINAL",0,0,"[?25lo[?25h",,terminal_output +2201,7023118,"TERMINAL",0,0,"[?25ll[?25h",,terminal_output +2202,7023508,"TERMINAL",0,0,"[?25l([?25h",,terminal_output +2203,7023694,"TERMINAL",0,0,"[?25la[?25h",,terminal_output +2204,7023902,"TERMINAL",0,0,"[?25l)[?25h",,terminal_output +2205,7024158,"TERMINAL",0,0,"\r\nFalse\r\n>>> ",,terminal_output +2206,7025418,"train_dynamics.py",0,0,"",python,tab +2207,7025419,"train_dynamics.py",3001,0,"",python,selection_mouse +2208,7031385,"train_dynamics.py",1946,0,"",python,selection_mouse +2209,7031493,"train_dynamics.py",1942,8,"wandb_id",python,selection_mouse +2210,7041330,"train_dynamics.py",6051,0,"",python,selection_mouse +2211,7041480,"train_dynamics.py",6051,6,"config",python,selection_mouse +2212,7042206,"train_dynamics.py",5888,0,"",python,selection_mouse +2213,7042369,"train_dynamics.py",5881,17,"wandb_init_kwargs",python,selection_mouse +2214,7042914,"train_dynamics.py",5842,0,"",python,selection_mouse +2215,7043709,"train_dynamics.py",5924,0,"",python,selection_mouse +2216,7043710,"train_dynamics.py",5923,0,"",python,selection_command +2217,7043865,"train_dynamics.py",5924,0,"",python,selection_mouse +2218,7043867,"train_dynamics.py",5923,0,"",python,selection_command +2219,7044431,"train_dynamics.py",6036,0,"",python,selection_mouse +2220,7044476,"train_dynamics.py",6035,0,"",python,selection_command +2221,7047527,"train_dynamics.py",5886,0,"",python,selection_mouse +2222,7047685,"train_dynamics.py",5881,17,"wandb_init_kwargs",python,selection_mouse +2223,7058714,"train_dynamics.py",6102,0,"",python,selection_mouse +2224,7059393,"train_dynamics.py",6033,0,"",python,selection_mouse +2225,7060007,"train_dynamics.py",6047,0,"",python,selection_mouse +2226,7060184,"train_dynamics.py",6045,5,"wandb",python,selection_mouse +2227,7092596,"train_dynamics.py",4641,0,"",python,selection_mouse +2228,7092605,"train_dynamics.py",4640,0,"",python,selection_command +2229,7096566,"train_dynamics.py",5618,0,"",python,selection_command +2230,7096887,"train_dynamics.py",5881,0,"",python,selection_command +2231,7097377,"train_dynamics.py",5618,0,"",python,selection_command +2232,7097822,"train_dynamics.py",5881,0,"",python,selection_command +2233,7098045,"train_dynamics.py",5618,0,"",python,selection_command +2234,7098181,"train_dynamics.py",5881,0,"",python,selection_command +2235,7178060,"train_dynamics.py",6055,0,"",python,selection_mouse +2236,7179237,"train_dynamics.py",6036,0,"",python,selection_mouse +2237,7179254,"train_dynamics.py",6035,0,"",python,selection_command +2238,7190649,"train_dynamics.py",6054,0,"",python,selection_mouse +2239,7192476,"train_dynamics.py",6036,0,"",python,selection_mouse +2240,7192481,"train_dynamics.py",6035,0,"",python,selection_command +2241,7193257,"train_dynamics.py",6036,0,"\n ",python,content +2242,7193793,"train_dynamics.py",6045,4,"",python,content +2243,7194003,"train_dynamics.py",6045,0,"wandb.init(**wandb_init_kwargs)",python,content +2244,7195434,"train_dynamics.py",6052,0,"",python,selection_mouse +2245,7195594,"train_dynamics.py",6051,4,"init",python,selection_mouse +2246,7196317,"train_dynamics.py",6108,0,"",python,selection_mouse +2247,7196849,"train_dynamics.py",6070,0,"",python,selection_mouse +2248,7196988,"train_dynamics.py",6058,17,"wandb_init_kwargs",python,selection_mouse +2249,7246809,"TERMINAL",0,0,"bash",,terminal_focus +2250,7687104,"train_dynamics.py",0,0,"",python,tab +2251,7687105,"train_dynamics.py",6531,0,"",python,selection_mouse +2252,7687831,"TERMINAL",0,0,"python",,terminal_focus +2253,7904669,"TERMINAL",0,0,"bash",,terminal_focus +2254,7905712,"TERMINAL",0,0,"python",,terminal_focus +2255,7906358,"TERMINAL",0,0,"^D\r\n]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0]633;P;Cwd=/home/hk-project-p0023960/tum_cte0515/Projects/jafar",,terminal_output +2256,7908718,"TERMINAL",0,0,"quuee",,terminal_command +2257,7908778,"TERMINAL",0,0,"]633;E;2025-07-15 17:57:35 quuee;e8655b3a-6c8c-4d8b-9a56-20bb26bc8df4]633;Cbash: quuee: command not found...\r\n",,terminal_output +2258,7910361,"TERMINAL",0,0,"queue",,terminal_command +2259,7910401,"TERMINAL",0,0,"]633;E;2025-07-15 17:57:36 queue;e8655b3a-6c8c-4d8b-9a56-20bb26bc8df4]633;C",,terminal_output +2260,7910456,"TERMINAL",0,0,"[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Tue Jul 15 17:57:36 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3348399 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348400 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348397 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3347518 accelerat interact tum_cte0 R 4:32:59\t 1 hkn08053347289 accelerat interact tum_cte0 R 6:26:00\t 2 hkn[0705-0706]3345116 accelerat train_dy tum_cte0 R 1-00:02:42\t 2 hkn[0503,0506]",,terminal_output +2261,7911484,"TERMINAL",0,0,"83:0013",,terminal_output +2262,7912613,"TERMINAL",0,0,"9124",,terminal_output +2263,7913656,"TERMINAL",0,0,"40235",,terminal_output +2264,7913967,"TERMINAL",0,0,"Every 1.0s: squeue --mehkn1991.localdomain: Tue Jul 15 17:57:40 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3348399 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348400 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348397 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3347518 accelerat interact tum_cte0 R 4:33:02\t 1 hkn08053347289 accelerat interact tum_cte0 R 6:26:03\t 2 hkn[0705-0706]3345116 accelerat train_dy tum_cte0 R 1-00:02:45\t 2 hkn[0503,0506]",,terminal_output +2265,7915015,"TERMINAL",0,0,"Every 1.0s: squeue --mehkn1991.localdomain: Tue Jul 15 17:57:41 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3348399 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348400 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348397 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3347518 accelerat interact tum_cte0 R 4:33:03\t 1 hkn08053347289 accelerat interact tum_cte0 R 6:26:04\t 2 hkn[0705-0706]3345116 accelerat train_dy tum_cte0 R 1-00:02:46\t 2 hkn[0503,0506]",,terminal_output +2266,7915304,"TERMINAL",0,0,"[?1049l\r[?1l>]0;tum_cte0515@hkn1991:~/Projects/jafar]633;D;0",,terminal_output +2267,7917233,"TERMINAL",0,0,"bash",,terminal_focus +2268,7922553,"train_dynamics.py",0,0,"",python,tab +2269,7922553,"train_dynamics.py",5773,0,"",python,selection_mouse +2270,7923928,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2271,7924463,"train_dynamics.py",0,0,"",python,tab +2272,7927374,"train_lam.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,tab +2273,7930627,"train_lam.py",11869,0,"",python,selection_mouse +2274,7930827,"train_lam.py",11461,408," model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2275,7930868,"train_lam.py",10860,1009," image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2276,7930868,"train_lam.py",10331,1538," }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2277,7930936,"train_lam.py",9876,1993," train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2278,7930936,"train_lam.py",9396,2473,"\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2279,7930937,"train_lam.py",8903,2966," checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2280,7930937,"train_lam.py",8528,3341," )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2281,7930953,"train_lam.py",8144,3725," if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2282,7931008,"train_lam.py",7821,4048,"\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2283,7931008,"train_lam.py",7162,4707," )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2284,7931021,"train_lam.py",6419,5450," # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2285,7931039,"train_lam.py",5953,5916," )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2286,7931056,"train_lam.py",5605,6264," ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2287,7931074,"train_lam.py",5316,6553," ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2288,7931092,"train_lam.py",4834,7035," num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2289,7931113,"train_lam.py",4517,7352," rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2290,7931131,"train_lam.py",4053,7816," jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2291,7931176,"train_lam.py",3432,8437," active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2292,7931213,"train_lam.py",2546,9323," count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2293,7931253,"train_lam.py",1584,10285," wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2294,7931276,"train_lam.py",898,10971," vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2295,7931299,"train_lam.py",581,11288,"@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2296,7931310,"train_lam.py",335,11534,"import dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2297,7931322,"train_lam.py",51,11818,"\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2298,7931400,"train_lam.py",0,11869,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.lam import LatentActionModel\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 200_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n batch_size: int = 36\n vq_beta: float = 0.25\n min_lr: float = 0.0\n max_lr: float = 3e-5\n warmup_steps: int = 5000\n vq_reset_thresh: int = 50\n # LAM\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 6\n patch_size: int = 16\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.0\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_lam""\n tags: list[str] = field(default_factory=lambda: [""lam""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef lam_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params, inputs, training=True, rngs={""dropout"": inputs[""rng""]}\n )\n gt_future_frames = inputs[""videos""][:, 1:]\n mse = jnp.square(gt_future_frames - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = gt_future_frames.clip(0, 1).reshape(-1, *gt_future_frames.shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n count_fn = jax.vmap(lambda i: (outputs[""indices""] == i).sum())\n index_counts = count_fn(jnp.arange(args.num_latents))\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=(index_counts != 0).mean(),\n )\n return loss, (outputs[""recon""], index_counts, metrics)\n\n\n@jax.jit\ndef train_step(state, inputs, action_last_active):\n # --- Update model ---\n rng, inputs[""rng""] = jax.random.split(inputs[""rng""])\n grad_fn = jax.value_and_grad(lam_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, idx_counts, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n\n # --- Reset inactive latent actions ---\n codebook = state.params[""params""][""vq""][""codebook""]\n num_codes = len(codebook)\n active_codes = idx_counts != 0.0\n action_last_active = jnp.where(active_codes, 0, action_last_active + 1)\n p_code = active_codes / active_codes.sum()\n reset_idxs = jax.random.choice(rng, num_codes, shape=(num_codes,), p=p_code)\n do_reset = action_last_active >= args.vq_reset_thresh\n new_codebook = jnp.where(\n jnp.expand_dims(do_reset, -1), codebook[reset_idxs], codebook\n )\n state.params[""params""][""vq""][""codebook""] = new_codebook\n action_last_active = jnp.where(do_reset, 0, action_last_active)\n return state, loss, recon, action_last_active, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n lam = LatentActionModel(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n # Track when each action was last sampled\n action_last_active = jnp.zeros(args.num_latents)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n rng, _rng = jax.random.split(rng)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n rng=_rng,\n )\n rng, _rng = jax.random.split(rng)\n init_params = lam.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=lam.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n action_last_active = jax.device_put(action_last_active, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng = jax.random.split(rng)\n\n inputs = dict(videos=videos, rng=_rng)\n train_state, loss, recon, action_last_active, metrics = train_step(\n train_state, inputs, action_last_active\n )\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0][1:]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2299,7934292,"train_lam.py",0,0,"",python,selection_command +2300,7950196,"train_tokenizer.py",0,0,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.lr_utils import get_lr_schedule\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n init_lr: float = 0.0\n max_lr: float = 3e-4\n decay_end: float = 0.0\n wsd_decay_steps: int = 20000 # Note: wsd_decay_steps will only be used when using a wsd-schedule\n lr_schedule: str = ""wsd"" # supported options: wsd, cos \n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb.init(\n entity=args.entity,\n project=args.project,\n name=args.name,\n tags=args.tags,\n group=""debug"",\n config=args,\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = get_lr_schedule(args.lr_schedule, \n args.init_lr, \n args.max_lr, \n args.decay_end, \n args.num_steps, \n args.warmup_steps, \n args.wsd_decay_steps)\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(\n mesh, PartitionSpec(""data"", None, None, None, None)\n )\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add('model_state', ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('model_state', ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler)\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add('dataloader_state', grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n \n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n \n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n \n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(ocp.utils.to_shape_dtype_struct, train_state)\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n )\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n metrics[""lr""] = lr_schedule(step)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(grain_iterator),\n )\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()",python,tab +2301,7950275,"train_tokenizer.py",517,11179,"\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,content +2302,7952173,"train_tokenizer.py",1,0,"",python,selection_mouse +2303,7952308,"train_tokenizer.py",0,4,"from",python,selection_mouse +2304,7952488,"train_tokenizer.py",0,51,"from dataclasses import dataclass, field\nimport os\n",python,selection_mouse +2305,7952503,"train_tokenizer.py",0,221,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax",python,selection_mouse +2306,7952517,"train_tokenizer.py",0,378,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.",python,selection_mouse +2307,7952574,"train_tokenizer.py",0,451,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer",python,selection_mouse +2308,7952574,"train_tokenizer.py",0,583,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n",python,selection_mouse +2309,7952574,"train_tokenizer.py",0,623,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment",python,selection_mouse +2310,7952583,"train_tokenizer.py",0,652,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000",python,selection_mouse +2311,7952598,"train_tokenizer.py",0,670,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0",python,selection_mouse +2312,7952654,"train_tokenizer.py",0,692,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16",python,selection_mouse +2313,7952748,"train_tokenizer.py",0,670,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0",python,selection_mouse +2314,7952749,"train_tokenizer.py",0,652,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000",python,selection_mouse +2315,7952750,"train_tokenizer.py",0,606,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:",python,selection_mouse +2316,7952765,"train_tokenizer.py",0,582,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n",python,selection_mouse +2317,7952821,"train_tokenizer.py",0,451,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer",python,selection_mouse +2318,7952821,"train_tokenizer.py",0,366,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax",python,selection_mouse +2319,7952821,"train_tokenizer.py",0,284,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax",python,selection_mouse +2320,7952830,"train_tokenizer.py",0,177,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import",python,selection_mouse +2321,7952857,"train_tokenizer.py",0,85,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training ",python,selection_mouse +2322,7952914,"train_tokenizer.py",0,51,"from dataclasses import dataclass, field\nimport os\n",python,selection_mouse +2323,7952914,"train_tokenizer.py",0,50,"from dataclasses import dataclass, field\nimport os",python,selection_mouse +2324,7952917,"train_tokenizer.py",0,23,"from dataclasses import",python,selection_mouse +2325,7952978,"train_tokenizer.py",0,91,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import",python,selection_mouse +2326,7952998,"train_tokenizer.py",0,743,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int ",python,selection_mouse +2327,7953054,"train_tokenizer.py",0,1266,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False",python,selection_mouse +2328,7953055,"train_tokenizer.py",0,1342,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer",python,selection_mouse +2329,7953202,"train_tokenizer.py",0,1959,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},",python,selection_mouse +2330,7953202,"train_tokenizer.py",0,2955,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage",python,selection_mouse +2331,7953203,"train_tokenizer.py",0,3909,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")",python,selection_mouse +2332,7953203,"train_tokenizer.py",0,4852,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),",python,selection_mouse +2333,7953204,"train_tokenizer.py",0,5581,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")",python,selection_mouse +2334,7953204,"train_tokenizer.py",0,7107,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,",python,selection_mouse +2335,7953205,"train_tokenizer.py",0,8208,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = ",python,selection_mouse +2336,7953205,"train_tokenizer.py",0,9432,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n",python,selection_mouse +2337,7953242,"train_tokenizer.py",0,10811,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),",python,selection_mouse +2338,7953259,"train_tokenizer.py",0,11516,"from dataclasses import dataclass, field\nimport os\n\nimport einops\nfrom flax.training import orbax_utils\nfrom flax.training.train_state import TrainState\nfrom jax.sharding import Mesh, PartitionSpec, NamedSharding\nfrom jax.experimental.mesh_utils import create_device_mesh\nimport optax\nimport orbax.checkpoint as ocp\nimport numpy as np\nimport dm_pix as pix\nimport jax\nimport jax.numpy as jnp\nimport tyro\nimport wandb\nimport grain\n\nfrom models.tokenizer import TokenizerVQVAE\nfrom utils.dataloader import get_dataloader\nfrom utils.parameter_utils import count_parameters_by_component\n\n\n@dataclass\nclass Args:\n # Experiment\n num_steps: int = 300_000\n seed: int = 0\n seq_len: int = 16\n image_channels: int = 3\n image_height: int = 90\n image_width: int = 160\n data_dir: str = """"\n save_ckpt: bool = False\n restore_ckpt: bool = False\n # Optimization\n vq_beta: float = 0.25\n batch_size: int = 48\n min_lr: float = 0.0\n max_lr: float = 3e-4\n warmup_steps: int = 10000\n # Tokenizer\n model_dim: int = 512\n latent_dim: int = 32\n num_latents: int = 1024\n patch_size: int = 4\n num_blocks: int = 8\n num_heads: int = 8\n dropout: float = 0.0\n codebook_dropout: float = 0.01\n # Logging\n log: bool = False\n entity: str = """"\n project: str = """"\n name: str = ""train_tokenizer""\n tags: list[str] = field(default_factory=lambda: [""tokenizer""])\n log_interval: int = 5\n log_image_interval: int = 250\n ckpt_dir: str = """"\n log_checkpoint_interval: int = 10000\n log_checkpoint_keep_period: int = 20000\n log_gradients: bool = False\n wandb_id: str = """"\n\n\nargs = tyro.cli(Args)\n\n\ndef tokenizer_loss_fn(params, state, inputs):\n # --- Compute loss ---\n inputs[""videos""] = inputs[""videos""].astype(jnp.float32) / 255.0\n outputs = state.apply_fn(\n params,\n inputs,\n training=True,\n rngs={""params"": inputs[""rng""], ""dropout"": inputs[""dropout_rng""]},\n )\n mse = jnp.square(inputs[""videos""] - outputs[""recon""]).mean()\n q_loss = jnp.square(jax.lax.stop_gradient(outputs[""emb""]) - outputs[""z""]).mean()\n commitment_loss = jnp.square(\n outputs[""emb""] - jax.lax.stop_gradient(outputs[""z""])\n ).mean()\n loss = mse + q_loss + args.vq_beta * commitment_loss\n\n # --- Compute validation metrics ---\n gt = inputs[""videos""].clip(0, 1).reshape(-1, *inputs[""videos""].shape[2:])\n recon = outputs[""recon""].clip(0, 1).reshape(-1, *outputs[""recon""].shape[2:])\n psnr = pix.psnr(gt, recon).mean() # type: ignore\n ssim = pix.ssim(gt, recon).mean() # type: ignore\n _, index_counts = jnp.unique_counts(\n jnp.ravel(outputs[""indices""]), size=args.num_latents, fill_value=0\n )\n codebook_usage = (index_counts != 0).mean()\n metrics = dict(\n loss=loss,\n mse=mse,\n q_loss=q_loss,\n commitment_loss=commitment_loss,\n psnr=psnr,\n ssim=ssim,\n codebook_usage=codebook_usage,\n )\n return loss, (outputs[""recon""], metrics)\n\n\n@jax.jit\ndef train_step(state, inputs):\n grad_fn = jax.value_and_grad(tokenizer_loss_fn, has_aux=True, allow_int=True)\n (loss, (recon, metrics)), grads = grad_fn(state.params, state, inputs)\n state = state.apply_gradients(grads=grads)\n if args.log_gradients:\n metrics[""encoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""encoder""]\n )\n metrics[""vq_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""vq""]\n )\n metrics[""decoder_gradients_std/""] = jax.tree.map(\n lambda x: x.std(), grads[""params""][""decoder""]\n )\n return state, loss, recon, metrics\n\n\nif __name__ == ""__main__"":\n jax.distributed.initialize()\n num_devices = jax.device_count()\n if num_devices == 0:\n raise ValueError(""No JAX devices found."")\n print(f""Running on {num_devices} devices."")\n\n if args.batch_size % num_devices != 0:\n raise ValueError(\n f""Global batch size {args.batch_size} must be divisible by ""\n f""number of devices {num_devices}.""\n )\n\n per_device_batch_size_for_init = args.batch_size // num_devices\n\n rng = jax.random.PRNGKey(args.seed)\n\n # --- Initialize model ---\n tokenizer = TokenizerVQVAE(\n in_dim=args.image_channels,\n model_dim=args.model_dim,\n latent_dim=args.latent_dim,\n num_latents=args.num_latents,\n patch_size=args.patch_size,\n num_blocks=args.num_blocks,\n num_heads=args.num_heads,\n dropout=args.dropout,\n codebook_dropout=args.codebook_dropout,\n )\n rng, _rng = jax.random.split(rng)\n image_shape = (args.image_height, args.image_width, args.image_channels)\n inputs = dict(\n videos=jnp.zeros(\n (per_device_batch_size_for_init, args.seq_len, *image_shape),\n dtype=jnp.float32,\n ),\n )\n init_params = tokenizer.init(_rng, inputs)\n\n param_counts = count_parameters_by_component(init_params)\n\n if args.log and jax.process_index() == 0:\n wandb_init_kwargs = {\n ""entity"": args.entity,\n ""project"": args.project,\n ""name"": args.name,\n ""tags"": args.tags,\n ""group"": ""debug"",\n ""config"": args,\n }\n\n if args.wandb_id:\n wandb_init_kwargs.update(\n {\n ""id"": args.wandb_id,\n ""resume"": ""allow"",\n }\n )\n wandb.config.update({""model_param_count"": param_counts})\n\n print(""Parameter counts:"")\n print(param_counts)\n\n # --- Initialize optimizer ---\n lr_schedule = optax.warmup_cosine_decay_schedule(\n args.min_lr, args.max_lr, args.warmup_steps, args.num_steps\n )\n tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n train_state = TrainState.create(apply_fn=tokenizer.apply, params=init_params, tx=tx)\n\n # FIXME: switch to create_hybrid_device_mesh for runs spanning multiple nodes\n device_mesh_arr = create_device_mesh((num_devices,))\n mesh = Mesh(devices=device_mesh_arr, axis_names=(""data"",))\n\n replicated_sharding = NamedSharding(mesh, PartitionSpec())\n videos_sharding = NamedSharding(mesh, PartitionSpec(""data"", None, None, None, None))\n train_state = jax.device_put(train_state, replicated_sharding)\n\n # --- Initialize checkpoint manager ---\n step = 0\n handler_registry = ocp.handlers.DefaultCheckpointHandlerRegistry()\n handler_registry.add(\n ""model_state"", ocp.args.StandardSave, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(\n ""model_state"", ocp.args.StandardRestore, ocp.handlers.StandardCheckpointHandler\n )\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointSave, grain.checkpoint.CheckpointHandler) # type: ignore\n handler_registry.add(""dataloader_state"", grain.checkpoint.CheckpointRestore, grain.checkpoint.CheckpointHandler) # type: ignore\n\n checkpoint_options = ocp.CheckpointManagerOptions(\n save_interval_steps=args.log_checkpoint_interval,\n max_to_keep=3,\n keep_period=args.log_checkpoint_keep_period,\n step_format_fixed_length=6,\n cleanup_tmp_directories=True,\n )\n\n checkpoint_manager = ocp.CheckpointManager(\n args.ckpt_dir,\n options=checkpoint_options,\n handler_registry=handler_registry,\n )\n\n # --- Create DataLoaderIterator from dataloader ---\n array_record_files = [\n os.path.join(args.data_dir, x)\n for x in os.listdir(args.data_dir)\n if x.endswith("".array_record"")\n ]\n grain_dataloader = get_dataloader(\n array_record_files,\n args.seq_len,\n # NOTE: We deliberately pass the global batch size\n # The dataloader shards the dataset across all processes\n args.batch_size,\n *image_shape,\n num_workers=8,\n prefetch_buffer_size=1,\n seed=args.seed,\n )\n initial_state = grain_dataloader._create_initial_state()\n grain_iterator = grain.DataLoaderIterator(grain_dataloader, initial_state)\n\n # --- Restore checkpoint ---\n if args.restore_ckpt:\n abstract_train_state = jax.tree_util.tree_map(\n ocp.utils.to_shape_dtype_struct, train_state\n )\n restored = checkpoint_manager.restore(\n checkpoint_manager.latest_step(),\n args=ocp.args.Composite(\n model_state=ocp.args.StandardRestore(abstract_train_state),\n dataloader_state=grain.checkpoint.CheckpointRestore(grain_iterator),\n ),\n )\n train_state = restored[""model_state""]\n grain_iterator = restored[""dataloader_state""]\n step = checkpoint_manager.latest_step() or 0\n print(f""Restored dataloader and model state from step {step}"")\n\n # --- TRAIN LOOP ---\n dataloader = (jax.make_array_from_process_local_data(videos_sharding, elem) for elem in grain_iterator) # type: ignore\n print(f""Starting training from step {step}..."")\n while step < args.num_steps:\n for videos in dataloader:\n # --- Train step ---\n rng, _rng, _rng_dropout = jax.random.split(rng, 3)\n\n inputs = dict(videos=videos, rng=_rng, dropout_rng=_rng_dropout)\n train_state, loss, recon, metrics = train_step(train_state, inputs)\n print(f""Step {step}, loss: {loss}"")\n step += 1\n\n # --- Logging ---\n if args.log:\n if step % args.log_interval == 0 and jax.process_index() == 0:\n wandb.log(\n {\n ""loss"": loss,\n ""step"": step,\n **metrics,\n }\n )\n if step % args.log_image_interval == 0:\n gt_seq = inputs[""videos""][0]\n recon_seq = recon[0].clip(0, 1)\n comparison_seq = jnp.concatenate((gt_seq, recon_seq), axis=1)\n comparison_seq = einops.rearrange(\n comparison_seq * 255, ""t h w c -> h (t w) c""\n )\n # NOTE: Process-dependent control flow deliberately happens\n # after indexing operation since it must not contain code\n # sections that lead to cross-accelerator communication.\n if jax.process_index() == 0:\n log_images = dict(\n image=wandb.Image(np.asarray(gt_seq[0])),\n recon=wandb.Image(np.asarray(recon_seq[0])),\n true_vs_recon=wandb.Image(\n np.asarray(comparison_seq.astype(np.uint8))\n ),\n )\n wandb.log(log_images)\n # --- Checkpointing ---\n if args.save_ckpt and step % args.log_checkpoint_interval == 0:\n checkpoint_manager.save(\n step,\n args=ocp.args.Composite(\n model_state=ocp.args.StandardSave(train_state),\n dataloader_state=grain.checkpoint.CheckpointSave(\n grain_iterator\n ),\n ),\n )\n print(f""Saved checkpoint at step {step}"")\n if step >= args.num_steps:\n break\n\n checkpoint_manager.close()\n",python,selection_mouse +2339,7955189,"train_tokenizer.py",0,0,"",python,selection_command +2340,7966032,"train_dynamics.py",0,0,"",python,tab +2341,7972106,"train_lam.py",0,0,"",python,tab +2342,7973149,"train_lam.py",1649,0," log_gradients: bool = False # Added for grad norm logging\n",python,content +2343,7979346,"train_tokenizer.py",0,0,"",python,tab +2344,7984156,"train_lam.py",0,0,"",python,tab +2345,7995177,"train_lam.py",3075,0,"def grad_global_norm(grads):\n",python,content +2346,7995948,"train_lam.py",3104,0," """"""Compute the global norm of a pytree of gradients.""""""\n",python,content +2347,7996265,"train_lam.py",3164,0," return jnp.sqrt(\n",python,content +2348,7997524,"train_lam.py",3185,0," sum([jnp.sum(jnp.square(x)) for x in jax.tree_util.tree_leaves(grads)])\n",python,content +2349,7997575,"train_lam.py",3265,0," )\n",python,content +2350,7997576,"train_lam.py",3271,0,"\n",python,content +2351,7997670,"train_lam.py",3272,0,"\n",python,content +2352,8000832,"train_lam.py",3580,47,"",python,content +2353,8001114,"train_lam.py",3581,0," # --- Compute grad norm and clip ---\n",python,content +2354,8002072,"train_lam.py",3622,0," grad_norm = grad_global_norm(grads)\n",python,content +2355,8005838,"train_lam.py",3662,0," clipped_grads = optax.clip_by_global_norm(args.grad_clip_threshold)(grads)\n",python,content +2356,8006189,"train_tokenizer.py",0,0,"",python,tab +2357,8037159,"train_tokenizer.py",3452,37,"",python,content +2358,8037159,"train_tokenizer.py",3272,133,"",python,content +2359,8037160,"train_tokenizer.py",1006,65,"",python,content +2360,8039225,"train_lam.py",0,0,"",python,tab +2361,8043797,"train_lam.py",4460,69," return state, loss, recon, action_last_active, metrics",python,content +2362,8043798,"train_lam.py",3580,215," state = state.apply_gradients(grads=grads)",python,content +2363,8043798,"train_lam.py",3073,198,"",python,content +2364,8043798,"train_lam.py",1649,63,"",python,content +2365,8043798,"train_lam.py",1032,65,"",python,content +2366,8044721,"train_dynamics.py",0,0,"",python,tab +2367,8117805,"train_dynamics.py",6233,0,"",python,selection_mouse +2368,8118405,"train_dynamics.py",5741,0,"",python,selection_mouse +2369,8133675,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2370,8135429,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",708,0,"lip_grad_value",shellscript,content +2371,8135435,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",721,0,"",shellscript,selection_command +2372,8136490,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",708,14,"",shellscript,content +2373,8136506,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",707,0,"",shellscript,selection_command +2374,8137099,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",708,0,"\n ",shellscript,content +2375,8138032,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",713,0,"-",shellscript,content +2376,8138032,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",714,0,"",shellscript,selection_keyboard +2377,8138171,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",714,0,"-",shellscript,content +2378,8138172,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",715,0,"",shellscript,selection_keyboard +2379,8138618,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",715,0,"g",shellscript,content +2380,8138619,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",716,0,"",shellscript,selection_keyboard +2381,8138690,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",716,0,"r",shellscript,content +2382,8138691,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",717,0,"",shellscript,selection_keyboard +2383,8140547,"train_dynamics.py",0,0,"",python,tab +2384,8150324,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2385,8153356,"train_dynamics.py",0,0,"",python,tab +2386,8159867,"train_dynamics.py",940,0,"",python,selection_mouse +2387,8160018,"train_dynamics.py",930,19,"grad_clip_threshold",python,selection_mouse +2388,8162505,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2389,8163813,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",716,1,"",shellscript,content +2390,8163941,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",715,1,"",shellscript,content +2391,8164237,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",715,0,"grad_clip_threshold",shellscript,content +2392,8165446,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",734,0,"=",shellscript,content +2393,8165447,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",735,0,"",shellscript,selection_keyboard +2394,8166524,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",735,0,"1",shellscript,content +2395,8166525,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",736,0,"",shellscript,selection_keyboard +2396,8166567,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",736,0,"0",shellscript,content +2397,8166568,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",737,0,"",shellscript,selection_keyboard +2398,8167501,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",737,0," ",shellscript,content +2399,8167502,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",738,0,"",shellscript,selection_keyboard +2400,8167650,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",738,0,"\",shellscript,content +2401,8167651,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",739,0,"",shellscript,selection_keyboard +2402,8168454,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",738,0,"",shellscript,selection_command +2403,8236567,"train_dynamics.py",0,0,"",python,tab +2404,8242371,"train_dynamics.py",5658,0,"",python,selection_mouse +2405,8242932,"train_dynamics.py",5383,0,"",python,selection_mouse +2406,8247345,"train_dynamics.py",6385,0,"",python,selection_mouse +2407,8247544,"train_dynamics.py",6372,19,"clip_by_global_norm",python,selection_mouse +2408,8254086,"train_dynamics.py",6383,0,"",python,selection_mouse +2409,8254298,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2410,8255466,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1034,0,"",python,selection_mouse +2411,8255925,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2412,8257758,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2396,0,"",python,selection_mouse +2413,8257902,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2392,8,"max_norm",python,selection_mouse +2414,8259698,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2885,0,"",python,selection_mouse +2415,8259865,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2879,9,"163995078",python,selection_mouse +2416,8260526,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2838,0,"",python,selection_mouse +2417,8260692,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2830,14,"linear_algebra",python,selection_mouse +2418,8261474,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3099,0,"",python,selection_mouse +2419,8261627,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3099,6,"lambda",python,selection_mouse +2420,8262675,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2421,8263819,"train_dynamics.py",0,0,"",python,tab +2422,8265543,"train_dynamics.py",6436,0,"",python,selection_mouse +2423,8265705,"train_dynamics.py",6434,5,"adamw",python,selection_mouse +2424,8266730,"train_dynamics.py",6510,0,"",python,selection_mouse +2425,8267239,"train_dynamics.py",6424,0,"",python,selection_mouse +2426,8267825,"train_dynamics.py",6381,0,"",python,selection_mouse +2427,8268719,"train_dynamics.py",6385,0,"",python,selection_mouse +2428,8268957,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2429,8270588,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1037,0,"",python,selection_mouse +2430,8270883,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2431,8272886,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3440,0,"",python,selection_mouse +2432,8273028,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,22,"GradientTransformation",python,selection_mouse +2433,8274375,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3422,0,"",python,selection_mouse +2434,8274504,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3420,4,"base",python,selection_mouse +2435,8275030,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3433,0,"",python,selection_mouse +2436,8275188,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,22,"GradientTransformation",python,selection_mouse +2437,8276039,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3482,0,"",python,selection_mouse +2438,8276787,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3427,0,"",python,selection_mouse +2439,8276938,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,22,"GradientTransformation",python,selection_mouse +2440,8277482,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3420,0,"",python,selection_mouse +2441,8277635,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3420,4,"base",python,selection_mouse +2442,8278099,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3433,0,"",python,selection_mouse +2443,8278255,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,22,"GradientTransformation",python,selection_mouse +2444,8279192,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2445,8279733,"train_dynamics.py",0,0,"",python,tab +2446,8280950,"train_dynamics.py",6478,0,"",python,selection_mouse +2447,8281665,"train_dynamics.py",6418,0,"",python,selection_mouse +2448,8282267,"train_dynamics.py",6417,1,"",python,content +2449,8300435,"train_dynamics.py",6429,0,"",python,selection_mouse +2450,8300749,"train_dynamics.py",6427,5,"optax",python,selection_mouse +2451,8300863,"train_dynamics.py",6418,83," tx = optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n",python,selection_mouse +2452,8302531,"train_dynamics.py",6418,83,"x",python,content +2453,8303472,"train_dynamics.py",6418,1,"",python,content +2454,8304204,"train_dynamics.py",6362,0,"",python,selection_command +2455,8305279,"train_dynamics.py",6363,0,"",python,selection_command +2456,8305488,"train_dynamics.py",6364,0,"",python,selection_command +2457,8305660,"train_dynamics.py",6365,0,"",python,selection_command +2458,8305828,"train_dynamics.py",6366,0,"",python,selection_command +2459,8306041,"train_dynamics.py",6360,0,"",python,selection_command +2460,8306320,"train_dynamics.py",6361,0,"",python,selection_command +2461,8306760,"train_dynamics.py",6361,0,"\n ",python,content +2462,8307165,"train_dynamics.py",6366,0," tx = optax.chain(\n optax.clip_by_global_norm(args.clip_grad_value),\n optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,content +2463,8308647,"train_dynamics.py",6469,79,"x.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,selection_mouse +2464,8308648,"train_dynamics.py",6467,81,"tax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,selection_mouse +2465,8308662,"train_dynamics.py",6466,82,"ptax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,selection_mouse +2466,8308689,"train_dynamics.py",6403,145," optax.clip_by_global_norm(args.clip_grad_value),\n optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,selection_mouse +2467,8308701,"train_dynamics.py",6401,147," optax.clip_by_global_norm(args.clip_grad_value),\n optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,selection_mouse +2468,8308713,"train_dynamics.py",6400,148," optax.clip_by_global_norm(args.clip_grad_value),\n optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,selection_mouse +2469,8308778,"train_dynamics.py",6399,149," optax.clip_by_global_norm(args.clip_grad_value),\n optax.adamw(learning_rate=lr_schedule, b1=0.9, b2=0.9, weight_decay=1e-4)\n )",python,selection_mouse +2470,8309527,"train_dynamics.py",6406,0,"",python,selection_mouse +2471,8309904,"train_dynamics.py",6373,0,"",python,selection_mouse +2472,8310458,"train_dynamics.py",6374,0,"",python,selection_command +2473,8310718,"train_dynamics.py",6370,4,"",python,content +2474,8310944,"train_dynamics.py",6366,4,"",python,content +2475,8311622,"train_dynamics.py",6365,0,"",python,selection_command +2476,8312182,"train_dynamics.py",6556,0,"",python,selection_mouse +2477,8312754,"train_dynamics.py",6541,56,"",python,content +2478,8312772,"train_dynamics.py",6545,0,"",python,selection_command +2479,8320067,"train_dynamics.py",6427,0,"",python,selection_mouse +2480,8320526,"train_dynamics.py",6427,15,"",python,content +2481,8321581,"train_dynamics.py",6427,0,"g",python,content +2482,8321582,"train_dynamics.py",6428,0,"",python,selection_keyboard +2483,8321727,"train_dynamics.py",6428,0,"r",python,content +2484,8321728,"train_dynamics.py",6429,0,"",python,selection_keyboard +2485,8322654,"train_dynamics.py",6427,2,"grad_clip_threshold",python,content +2486,8323407,"train_dynamics.py",6445,0,"",python,selection_command +2487,8324466,"train_dynamics.py",6544,0,"",python,selection_mouse +2488,8324466,"train_dynamics.py",6543,0,"",python,selection_command +2489,8324962,"train_dynamics.py",6593,0,"",python,selection_mouse +2490,8325645,"train_dynamics.py",6571,0,"",python,selection_mouse +2491,8326156,"train_dynamics.py",6544,0,"",python,selection_mouse +2492,8326158,"train_dynamics.py",6543,0,"",python,selection_command +2493,8381133,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2494,8382251,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",638,0,"",shellscript,selection_mouse +2495,8383197,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",605,0,"",shellscript,selection_mouse +2496,8426478,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1047,0,"",shellscript,selection_mouse +2497,8426496,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1046,0,"",shellscript,selection_command +2498,8451371,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",605,0,"",shellscript,selection_mouse +2499,8452342,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",605,0,"XLA_FLAGS=--xla_gpu_autotune_level=0",shellscript,content +2500,8452712,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",641,0," ",shellscript,content +2501,8452713,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",642,0,"",shellscript,selection_keyboard +2502,8602182,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2503,8602183,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1038,0,"",shellscript,selection_mouse +2504,8602799,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_mouse +2505,8604048,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1048,0,"",shellscript,selection_mouse +2506,8604638,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1047,0,"",shellscript,selection_mouse +2507,8605373,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_mouse +2508,8605975,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1082,0,"",shellscript,selection_mouse +2509,8614128,"train_dynamics.py",0,0,"",python,tab +2510,8615295,"train_dynamics.py",6630,0,"",python,selection_mouse +2511,8852744,"train_dynamics.py",6467,0,"",python,selection_mouse +2512,8853338,"train_dynamics.py",6544,0,"",python,selection_mouse +2513,8853339,"train_dynamics.py",6543,0,"",python,selection_command +2514,8855490,"train_dynamics.py",3011,0,"",python,selection_mouse +2515,8855491,"train_dynamics.py",3010,0,"",python,selection_command +2516,8857350,"train_dynamics.py",3248,0,"",python,selection_mouse +2517,8866213,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2518,8866817,"train_dynamics.py",0,0,"",python,tab +2519,8868556,"train_lam.py",0,0,"",python,tab +2520,8869916,"train_dynamics.py",0,0,"",python,tab +2521,8871637,"train_lam.py",0,0,"",python,tab +2522,8875906,"train_dynamics.py",0,0,"",python,tab +2523,8878014,"train_lam.py",0,0,"",python,tab +2524,8883295,"train_lam.py",3277,0,"",python,selection_mouse +2525,8883820,"train_lam.py",3187,0,"",python,selection_mouse +2526,8884664,"train_lam.py",3253,0,"\n metrics[""grad_norm""] = optax.global_norm(grads)",python,content +2527,8884687,"train_lam.py",3258,0,"",python,selection_command +2528,8893693,"train_lam.py",3254,52,"",python,content +2529,8895721,"train_lam.py",1797,0,"",python,selection_mouse +2530,8895736,"train_lam.py",1796,0,"",python,selection_command +2531,8898692,"train_lam.py",1787,0,"",python,selection_mouse +2532,8900587,"train_lam.py",1937,0,"",python,selection_mouse +2533,8901575,"train_lam.py",3254,0," metrics[""grad_norm""] = optax.global_norm(grads)\n",python,content +2534,8902225,"train_lam.py",3253,52,"",python,content +2535,8904131,"train_lam.py",3253,0,"\n metrics[""grad_norm""] = optax.global_norm(grads)",python,content +2536,8908825,"train_lam.py",3253,52,"",python,content +2537,8909451,"train_lam.py",3253,0,"\n metrics[""grad_norm""] = optax.global_norm(grads)",python,content +2538,8912755,"train_tokenizer.py",0,0,"",python,tab +2539,8920990,"train_tokenizer.py",3150,0,"",python,selection_mouse +2540,8921753,"train_tokenizer.py",3206,0,"\n metrics[""grad_norm""] = optax.global_norm(grads)",python,content +2541,8921758,"train_tokenizer.py",3211,0,"",python,selection_command +2542,8924210,"train_tokenizer.py",3240,0,"",python,selection_mouse +2543,8924351,"train_tokenizer.py",3240,11,"global_norm",python,selection_mouse +2544,8925016,"train_tokenizer.py",3245,0,"",python,selection_mouse +2545,8925016,"train_tokenizer.py",3240,11,"global_norm",python,selection_mouse +2546,8927547,"train_dynamics.py",0,0,"",python,tab +2547,8934651,"train_dynamics.py",0,0,"",python,tab +2548,8934735,"train_dynamics.py",926,0,"",python,selection_command +2549,8936582,"train_dynamics.py",943,0,"",python,selection_mouse +2550,8936716,"train_dynamics.py",930,19,"grad_clip_threshold",python,selection_mouse +2551,8936866,"train_dynamics.py",926,38," grad_clip_threshold: float = 10e5\n",python,selection_mouse +2552,8942851,"train_dynamics.py",0,0,"",python,tab +2553,8943486,"train_lam.py",0,0,"",python,tab +2554,8946302,"train_lam.py",985,0,"",python,selection_mouse +2555,8947233,"train_lam.py",1018,0,"",python,selection_mouse +2556,8947910,"train_lam.py",1017,0,"",python,selection_command +2557,8948660,"train_lam.py",1031,0,"\n ",python,content +2558,8948932,"train_lam.py",1036,0," grad_clip_threshold: float = 10e5\n",python,content +2559,8950142,"train_lam.py",1040,0,"",python,selection_mouse +2560,8950455,"train_lam.py",1036,4,"",python,content +2561,8950804,"train_lam.py",1070,0,"",python,selection_command +2562,8951041,"train_lam.py",1069,1,"",python,content +2563,8952215,"train_tokenizer.py",0,0,"",python,tab +2564,8955338,"train_tokenizer.py",1021,0,"",python,selection_mouse +2565,8955352,"train_tokenizer.py",1020,0,"",python,selection_command +2566,8955835,"train_tokenizer.py",1005,0,"",python,selection_mouse +2567,8955836,"train_tokenizer.py",1004,0,"",python,selection_command +2568,8956442,"train_tokenizer.py",1005,0,"\n ",python,content +2569,8956640,"train_tokenizer.py",1010,0," grad_clip_threshold: float = 10e5\n",python,content +2570,8957318,"train_tokenizer.py",1047,1,"",python,content +2571,8960073,"train_tokenizer.py",1010,4,"",python,content +2572,8960913,"train_tokenizer.py",1005,0,"",python,selection_mouse +2573,8961463,"train_tokenizer.py",1059,0,"",python,selection_mouse +2574,8961936,"train_tokenizer.py",1019,0,"",python,selection_mouse +2575,8963193,"train_tokenizer.py",1022,0,"",python,selection_mouse +2576,8963464,"train_tokenizer.py",1010,19,"grad_clip_threshold",python,selection_mouse +2577,8966832,"train_dynamics.py",0,0,"",python,tab +2578,8970162,"train_dynamics.py",0,0,"",python,tab +2579,8970163,"train_dynamics.py",926,0,"",python,selection_command +2580,8984984,"train_dynamics.py",6060,0,"",python,selection_mouse +2581,9008812,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2582,9010773,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",762,0,"",shellscript,selection_mouse +2583,9010918,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",752,19,"grad_clip_threshold",shellscript,selection_mouse +2584,9012034,"train_dynamics.py",0,0,"",python,tab +2585,9015693,"train_dynamics.py",942,0,"",python,selection_mouse +2586,9018256,"train_dynamics.py",6423,0,"",python,selection_mouse +2587,9018970,"train_dynamics.py",6413,0,"",python,selection_mouse +2588,9019134,"train_dynamics.py",6402,19,"clip_by_global_norm",python,selection_mouse +2589,9019779,"train_dynamics.py",6398,0,"",python,selection_mouse +2590,9019942,"train_dynamics.py",6396,5,"optax",python,selection_mouse +2591,9020485,"train_dynamics.py",6410,0,"",python,selection_mouse +2592,9020629,"train_dynamics.py",6402,19,"clip_by_global_norm",python,selection_mouse +2593,9029989,"train_dynamics.py",6410,0,"",python,selection_mouse +2594,9030135,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2595,9031355,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1037,0,"",python,selection_mouse +2596,9031589,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2597,9088908,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3150,0,"",python,selection_mouse +2598,9089067,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3147,7,"trigger",python,selection_mouse +2599,9089896,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3201,0,"",python,selection_mouse +2600,9090502,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3197,0,"",python,selection_mouse +2601,9091232,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3150,0,"",python,selection_mouse +2602,9091357,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3147,7,"trigger",python,selection_mouse +2603,9092168,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3198,0,"",python,selection_mouse +2604,9092340,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3197,12,"assert_shape",python,selection_mouse +2605,9109341,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3478,0,"",python,selection_mouse +2606,9109546,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3471,9,"update_fn",python,selection_mouse +2607,9115348,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3443,0,"",python,selection_mouse +2608,9118383,".venv/lib/python3.10/site-packages/optax/_src/base.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Base interfaces and datatypes.""""""\n\nfrom collections.abc import Callable\nfrom typing import Any, NamedTuple, Optional, Protocol, Sequence, Union, runtime_checkable\n\nimport chex\nimport jax\nimport jax.numpy as jnp\n\nNO_PARAMS_MSG = (\n 'You are using a transformation that requires the current value of '\n 'parameters, but you are not passing `params` when calling `update`.'\n)\n\nPyTree = Any\nShape = Sequence[int]\n\nOptState = chex.ArrayTree # States are arbitrary nests of `jnp.ndarrays`.\nParams = chex.ArrayTree # Parameters are arbitrary nests of `jnp.ndarrays`.\nUpdates = Params # Gradient updates are of the same type as parameters.\n\nSchedule = Callable[[chex.Numeric], chex.Numeric]\nScheduleState = Any\nScalarOrSchedule = Union[float, jax.Array, Schedule]\n\n\n@runtime_checkable\nclass StatefulSchedule(Protocol):\n """"""Base interface for stateful schedules.""""""\n\n def init(self) -> ScheduleState:\n """"""Initialize the state of the stateful schedule.""""""\n\n def update(\n self,\n state: ScheduleState,\n **extra_args,\n ) -> ScheduleState:\n """"""Updates the current schedule state.""""""\n\n def __call__(\n self,\n state: ScheduleState,\n **extra_args,\n ) -> chex.Numeric:\n """"""Computes the current schedule value.""""""\n\n\nclass TransformInitFn(Protocol):\n """"""A callable type for the `init` step of a `GradientTransformation`.\n\n The `init` step takes a tree of `params` and uses these to construct an\n arbitrary structured initial `state` for the gradient transformation. This\n may hold statistics of the past updates or any other non static information.\n """"""\n\n def __call__(self, params: Params) -> OptState:\n """"""The `init` function.\n\n Args:\n params: The initial value of the parameters.\n\n Returns:\n The initial state of the gradient transformation.\n """"""\n\n\nclass TransformUpdateFn(Protocol):\n """"""A callable type for the `update` step of a `GradientTransformation`.\n\n The `update` step takes a tree of candidate parameter `updates` (e.g. their\n gradient with respect to some loss), an arbitrary structured `state`, and the\n current `params` of the model being optimized. The `params` argument is\n optional, it must however be provided when using transformations that require\n access to the current values of the parameters.\n\n For the case where additional arguments are required, an alternative interface\n may be used, see ``TransformUpdateExtraArgsFn`` for details.\n """"""\n\n def __call__(\n self, updates: Updates, state: OptState, params: Optional[Params] = None\n ) -> tuple[Updates, OptState]:\n """"""The `update` function.\n\n Args:\n updates: A tree of candidate updates.\n state: The state of the gradient transformation.\n params: (Optionally) the current value of the parameters.\n\n Returns:\n The transformed updates, and the updated state.\n """"""\n\n\nclass TransformUpdateExtraArgsFn(Protocol):\n """"""An update function accepting additional keyword arguments.""""""\n\n def __call__(\n self,\n updates: Updates,\n state: OptState,\n params: Optional[Params] = None,\n **extra_args: Any,\n ) -> tuple[Updates, OptState]:\n """"""Update function with optional extra arguments.\n\n For example, an update function that requires an additional loss parameter\n (which might be useful for implementing learning rate schedules that depend\n on the current loss value) could be expressed as follows:\n\n >>> def update(updates, state, params=None, *, loss, **extra_args):\n ... del extra_args\n ... # use loss value\n\n Note that the loss value is keyword only, (it follows a ``*`` in the\n signature of the function). This implies users will get explicit errors if\n they try to use this gradient transformation without providing the required\n argument.\n\n Args:\n updates: The gradient updates passed to this transformation.\n state: The state associated with this transformation\n params: Optional params.\n **extra_args: Additional keyword arguments passed to this transform. All\n implementors of this interface should accept arbitrary keyword\n arguments, ignoring those that are not needed for the current\n transformation. Transformations that require specific extra args should\n specify these using keyword-only arguments.\n\n Returns:\n Transformed updates, and an updated value for the state.\n """"""\n\n\nclass GradientTransformation(NamedTuple):\n # pylint: disable=line-too-long\n """"""A pair of pure functions implementing a gradient transformation.\n\n Optax optimizers are all implemented as *gradient transformations*.\n A gradient transformation is defined to be a pair of pure functions, which\n are combined together in a `NamedTuple` so that they can be referred to by\n name.\n\n Note that an extended API is provided for users wishing to build optimizers\n that take additional arguments during the update step. For more details,\n see :func:`optax.GradientTransoformationExtraArgs`.\n\n Since gradient transformations do not contain any internal state, all stateful\n optimizer properties (such as the current step count when using optimizer\n schedules or momentum values) are passed through optax gradient\n transformations by using the optimizer *state* pytree. Each time a gradient\n transformation is applied, a new state is computed and returned, ready to be\n passed to the next call to the gradient transformation.\n\n Since gradient transformations are pure, idempotent functions, the only way\n to change the behavior of a gradient transformation between steps, is to\n change the values in the optimizer state. To see an example of mutating the\n optimizer state in order to control the behavior of an optax gradient\n transformation see the `meta-learning example\n `_\n in the optax documentation.\n\n Attributes:\n init: A pure function which, when called with an example instance of the\n parameters whose gradients will be transformed, returns a pytree\n containing the initial value for the optimizer state.\n update: A pure function which takes as input a pytree of updates (with the\n same tree structure as the original params pytree passed to init), the\n previous optimizer state (which may have been initialized using the init\n function), and optionally the current params. The update function then\n returns the computed gradient updates, and a new optimizer state.\n """"""\n # pylint: disable=line-too-long\n init: TransformInitFn\n update: TransformUpdateFn\n\n\nclass GradientTransformationExtraArgs(GradientTransformation):\n """"""A specialization of GradientTransformation that supports extra args.\n\n Extends the existing GradientTransformation interface by adding support for\n passing extra arguments to the update function.\n\n Note that if no extra args are provided, then the API of this function is\n identical to the case of ``TransformUpdateFn``. This means that we can safely\n wrap any gradient transformation (that does not support extra args) as one\n that does. The new gradient transformation will accept (and ignore) any\n extra arguments that a user might pass to it. This is the behavior implemented\n by ``optax.with_extra_args_support()``.\n\n Attributes:\n update: Overrides the type signature of the update in the base type to\n accept extra arguments.\n """"""\n\n update: TransformUpdateExtraArgsFn\n\n\nclass EmptyState(NamedTuple):\n """"""An empty state for the simplest stateless transformations.""""""\n\n\ndef init_empty_state(params: Params) -> EmptyState:\n """"""Init function for a :class:`GradientTransformation` with empty state.""""""\n del params\n return EmptyState()\n\n\ndef identity() -> GradientTransformation:\n """"""Stateless identity transformation that leaves input gradients untouched.\n\n This function passes through the *gradient updates* unchanged.\n\n Note, this should not to be confused with `set_to_zero`, which maps the input\n updates to zero - which is the transform required for the *model parameters*\n to be left unchanged when the updates are applied to them.\n\n Returns:\n A :class:`optax.GradientTransformation` object.\n """"""\n\n def update_fn(updates, state, params=None):\n del params\n return updates, state\n\n return GradientTransformation(init_empty_state, update_fn)\n\n\ndef set_to_zero() -> GradientTransformation:\n """"""Stateless transformation that maps input gradients to zero.\n\n The resulting update function, when called, will return a tree of zeros\n matching the shape of the input gradients. This means that when the updates\n returned from this transformation are applied to the model parameters, the\n model parameters will remain unchanged.\n\n This can be used in combination with `multi_transform` or `masked` to freeze\n (i.e. keep fixed) some parts of the tree of model parameters while applying\n gradient updates to other parts of the tree.\n\n When updates are set to zero inside the same jit-compiled function as the\n calculation of gradients, optax transformations, and application of updates to\n parameters, unnecessary computations will in general be dropped.\n\n Returns:\n A :class:`optax.GradientTransformation` object.\n """"""\n\n def update_fn(updates, state, params=None):\n del params # Unused by the zero transform.\n return jax.tree.map(jnp.zeros_like, updates), state\n\n return GradientTransformation(init_empty_state, update_fn)\n\n\ndef stateless(\n f: Callable[[Updates, Optional[Params]], Updates],\n) -> GradientTransformation:\n """"""Creates a stateless transformation from an update-like function.\n\n This wrapper eliminates the boilerplate needed to create a transformation that\n does not require saved state between iterations.\n\n Args:\n f: Update function that takes in updates (e.g. gradients) and parameters and\n returns updates. The parameters may be `None`.\n\n Returns:\n A :class:`optax.GradientTransformation`.\n """"""\n\n def update_fn(updates, state, params=None):\n del state\n return f(updates, params), EmptyState()\n\n return GradientTransformation(init_empty_state, update_fn)\n\n\ndef stateless_with_tree_map(\n f: Callable[[chex.Array, Optional[chex.Array]], chex.Array],\n) -> GradientTransformation:\n """"""Creates a stateless transformation from an update-like function for arrays.\n\n This wrapper eliminates the boilerplate needed to create a transformation that\n does not require saved state between iterations, just like optax.stateless.\n In addition, this function will apply the tree map over update/params for you.\n\n Args:\n f: Update function that takes in an update array (e.g. gradients) and\n parameter array and returns an update array. The parameter array may be\n `None`.\n\n Returns:\n A :class:`optax.GradientTransformation`.\n """"""\n\n def update_fn(updates, state, params=None):\n del state\n if params is not None:\n return jax.tree.map(f, updates, params), EmptyState()\n else:\n f_ = lambda u: f(u, None)\n return jax.tree.map(f_, updates), EmptyState()\n\n return GradientTransformation(init_empty_state, update_fn)\n\n\ndef with_extra_args_support(\n tx: GradientTransformation,\n) -> GradientTransformationExtraArgs:\n """"""Wraps a gradient transformation, so that it ignores extra args.""""""\n\n if isinstance(tx, GradientTransformationExtraArgs):\n return tx\n\n def update(updates, state, params=None, **extra_args):\n del extra_args\n return tx.update(updates, state, params)\n\n return GradientTransformationExtraArgs(tx.init, update)\n",python,tab +2609,9122034,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2610,9123283,"train_dynamics.py",0,0,"",python,tab +2611,9125120,"train_dynamics.py",6469,0,"",python,selection_mouse +2612,9125806,"train_dynamics.py",6477,0,"",python,selection_mouse +2613,9125963,"train_dynamics.py",6473,13,"learning_rate",python,selection_mouse +2614,9126545,"train_dynamics.py",6410,0,"",python,selection_mouse +2615,9126701,"train_dynamics.py",6402,19,"clip_by_global_norm",python,selection_mouse +2616,9127703,"train_dynamics.py",6468,0,"",python,selection_mouse +2617,9128440,"train_dynamics.py",6472,0,"",python,selection_mouse +2618,9129367,"train_dynamics.py",6468,0,"",python,selection_mouse +2619,9129517,"train_dynamics.py",6467,5,"adamw",python,selection_mouse +2620,9130442,"train_dynamics.py",6497,0,"",python,selection_mouse +2621,9130834,"train_dynamics.py",6435,0,"",python,selection_mouse +2622,9131004,"train_dynamics.py",6427,19,"grad_clip_threshold",python,selection_mouse +2623,9141582,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2624,9142946,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",745,0,"",shellscript,selection_mouse +2625,9142947,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",744,0,"",shellscript,selection_command +2626,9143105,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",745,0,"",shellscript,selection_mouse +2627,9143108,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",744,0,"",shellscript,selection_command +2628,9143631,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",793,0,"",shellscript,selection_mouse +2629,9144180,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",765,0,"",shellscript,selection_mouse +2630,9144348,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",752,19,"grad_clip_threshold",shellscript,selection_mouse +2631,9169678,"train_dynamics.py",0,0,"",python,tab +2632,9172114,"train_dynamics.py",6425,0,"",python,selection_mouse +2633,9175324,"train_dynamics.py",3309,0,"",python,selection_mouse +2634,9175469,"train_dynamics.py",3306,5,"state",python,selection_mouse +2635,9176148,"train_dynamics.py",3325,0,"",python,selection_mouse +2636,9176301,"train_dynamics.py",3312,15,"apply_gradients",python,selection_mouse +2637,9177183,"train_dynamics.py",3301,0,"",python,selection_mouse +2638,9177340,"train_dynamics.py",3298,5,"state",python,selection_mouse +2639,9178024,"train_dynamics.py",3316,0,"",python,selection_mouse +2640,9178111,"train_dynamics.py",3312,15,"apply_gradients",python,selection_mouse +2641,9178814,"train_dynamics.py",3282,0,"",python,selection_mouse +2642,9178982,"train_dynamics.py",3275,11,"global_norm",python,selection_mouse +2643,9179627,"train_dynamics.py",3258,0,"",python,selection_mouse +2644,9179755,"train_dynamics.py",3255,9,"grad_norm",python,selection_mouse +2645,9184815,"train_dynamics.py",3500,0,"",python,selection_mouse +2646,9184988,"train_dynamics.py",3498,5,"state",python,selection_mouse +2647,9285716,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2648,9287652,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3281,0,"",python,selection_mouse +2649,9287789,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3278,6,"select",python,selection_mouse +2650,9288436,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3201,0,"",python,selection_mouse +2651,9288560,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3197,12,"assert_shape",python,selection_mouse +2652,9289321,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3152,0,"",python,selection_mouse +2653,9289466,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3147,7,"trigger",python,selection_mouse +2654,9290653,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3307,0,"",python,selection_mouse +2655,9290838,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3302,6,"g_norm",python,selection_mouse +2656,9291458,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3311,0,"",python,selection_mouse +2657,9291642,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3309,6,"astype",python,selection_mouse +2658,9292071,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3305,0,"",python,selection_mouse +2659,9292239,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3302,6,"g_norm",python,selection_mouse +2660,9293332,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3330,0,"",python,selection_mouse +2661,9293505,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3328,8,"max_norm",python,selection_mouse +2662,9295108,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2852,0,"",python,selection_mouse +2663,9295228,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2845,11,"global_norm",python,selection_mouse +2664,9296780,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2836,0,"",python,selection_mouse +2665,9296935,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2830,14,"linear_algebra",python,selection_mouse +2666,9297171,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2830,26,"linear_algebra.global_norm",python,selection_mouse +2667,9298397,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2668,9299083,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2669,9299544,"train_dynamics.py",0,0,"",python,tab +2670,9305818,"train_dynamics.py",3279,0,"",python,selection_mouse +2671,9306069,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",0,0,"",python,tab +2672,9307662,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1270,0,"",python,selection_mouse +2673,9307815,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1269,3,"jnp",python,selection_mouse +2674,9308073,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1269,4,"jnp.",python,selection_mouse +2675,9308094,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1269,8,"jnp.sqrt",python,selection_mouse +2676,9308114,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1269,24,"jnp.sqrt(\n sum(jnp.",python,selection_mouse +2677,9308137,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1269,27,"jnp.sqrt(\n sum(jnp.sum",python,selection_mouse +2678,9308605,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1296,0,"",python,selection_mouse +2679,9308804,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1293,3,"sum",python,selection_mouse +2680,9308964,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1279,73," sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n",python,selection_mouse +2681,9309246,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1260,92," return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n",python,selection_mouse +2682,9309848,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1261,0,"",python,selection_mouse +2683,9309849,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1260,2," ",python,selection_mouse +2684,9310032,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1260,19," return jnp.sqrt(\n",python,selection_mouse +2685,9310203,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1260,92," return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n",python,selection_mouse +2686,9310294,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1260,96," return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )\n",python,selection_mouse +2687,9310427,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1260,97," return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )\n\n",python,selection_mouse +2688,9310976,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1260,96," return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )\n",python,selection_mouse +2689,9312461,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1355,0,"",python,selection_mouse +2690,9312470,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1354,0,"",python,selection_command +2691,9312828,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1355,0,"",python,selection_mouse +2692,9312829,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1354,0,"",python,selection_command +2693,9313024,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1354,1,")",python,selection_mouse +2694,9313038,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1355,0,"",python,selection_command +2695,9313039,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1282,73," sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )",python,selection_mouse +2696,9313063,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1262,93,"return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )",python,selection_mouse +2697,9313120,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1261,94," return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )",python,selection_mouse +2698,9313121,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1190,165," """"""Compute the global norm across a nested structure of tensors.""""""\n return jnp.sqrt(\n sum(jnp.sum(numerics.abs_sq(x)) for x in jax.tree.leaves(updates))\n )",python,selection_mouse +2699,9326688,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",1356,0,"",python,selection_mouse +2700,9332677,"train_dynamics.py",0,0,"",python,tab +2701,9333949,"train_dynamics.py",3272,0,"",python,selection_mouse +2702,9334104,"train_dynamics.py",3269,5,"optax",python,selection_mouse +2703,9334503,"train_dynamics.py",3279,0,"",python,selection_mouse +2704,9335266,"train_dynamics.py",3283,0,"",python,selection_mouse +2705,9335498,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",0,0,"",python,tab +2706,9340160,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2707,9341600,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2708,9343947,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1036,0,"",python,selection_mouse +2709,9344177,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2710,9346106,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2838,0,"",python,selection_mouse +2711,9346404,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2830,14,"linear_algebra",python,selection_mouse +2712,9347146,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2847,0,"",python,selection_mouse +2713,9347300,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2845,11,"global_norm",python,selection_mouse +2714,9348327,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2865,0,"",python,selection_mouse +2715,9348329,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2864,0,"",python,selection_command +2716,9348586,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2864,1,")",python,selection_mouse +2717,9348587,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2861,3,"tes",python,selection_mouse +2718,9348587,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2858,6,"pdates",python,selection_mouse +2719,9348587,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2856,8,"(updates",python,selection_mouse +2720,9348589,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2865,0,"",python,selection_command +2721,9348602,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2851,14,"_norm(updates)",python,selection_mouse +2722,9348617,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2847,18,"obal_norm(updates)",python,selection_mouse +2723,9348676,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2843,22,"a.global_norm(updates)",python,selection_mouse +2724,9348676,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2839,26,"gebra.global_norm(updates)",python,selection_mouse +2725,9348677,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2836,29,"_algebra.global_norm(updates)",python,selection_mouse +2726,9348682,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2834,31,"ar_algebra.global_norm(updates)",python,selection_mouse +2727,9348699,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2832,33,"near_algebra.global_norm(updates)",python,selection_mouse +2728,9348753,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2830,35,"linear_algebra.global_norm(updates)",python,selection_mouse +2729,9348760,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2829,36," linear_algebra.global_norm(updates)",python,selection_mouse +2730,9348762,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2828,37,"= linear_algebra.global_norm(updates)",python,selection_mouse +2731,9349261,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2825,0,"",python,selection_mouse +2732,9349376,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2821,6,"g_norm",python,selection_mouse +2733,9374954,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3307,0,"",python,selection_mouse +2734,9375504,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3338,0,"",python,selection_mouse +2735,9376105,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3370,0,"",python,selection_mouse +2736,9376909,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3383,0,"",python,selection_mouse +2737,9376921,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3382,0,"",python,selection_command +2738,9378876,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3292,0,"",python,selection_mouse +2739,9379471,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3378,0,"",python,selection_mouse +2740,9381225,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3383,0,"\n ",python,content +2741,9381705,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,0,"p",python,content +2742,9381706,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3389,0,"",python,selection_keyboard +2743,9381834,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3389,0,"r",python,content +2744,9381835,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3390,0,"",python,selection_keyboard +2745,9381913,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3390,0,"i",python,content +2746,9381914,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3391,0,"",python,selection_keyboard +2747,9381985,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3391,0,"n",python,content +2748,9381986,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3392,0,"",python,selection_keyboard +2749,9382064,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3392,0,"t",python,content +2750,9382065,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3393,0,"",python,selection_keyboard +2751,9383018,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3393,0,"()",python,content +2752,9383019,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,0,"",python,selection_keyboard +2753,9383270,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,0,"""""",python,content +2754,9383270,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,0,"",python,selection_keyboard +2755,9384796,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,0,"c",python,content +2756,9384798,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3396,0,"",python,selection_keyboard +2757,9384881,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3396,0,"l",python,content +2758,9384881,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3397,0,"",python,selection_keyboard +2759,9385121,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3397,0,"i",python,content +2760,9385122,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"",python,selection_keyboard +2761,9385301,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"p",python,content +2762,9385301,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3399,0,"",python,selection_keyboard +2763,9385431,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3399,0,"p",python,content +2764,9385432,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3400,0,"",python,selection_keyboard +2765,9385671,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3400,0,"i",python,content +2766,9385672,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3401,0,"",python,selection_keyboard +2767,9385760,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3401,0,"n",python,content +2768,9385760,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3402,0,"",python,selection_keyboard +2769,9385817,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3402,0,"g",python,content +2770,9385818,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3403,0,"",python,selection_keyboard +2771,9385907,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3403,0," ",python,content +2772,9385907,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3404,0,"",python,selection_keyboard +2773,9386055,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3404,0,"g",python,content +2774,9386056,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3405,0,"",python,selection_keyboard +2775,9386158,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3405,0,"r",python,content +2776,9386159,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3406,0,"",python,selection_keyboard +2777,9386374,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3406,0,"a",python,content +2778,9386375,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3407,0,"",python,selection_keyboard +2779,9386500,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3407,0,"d",python,content +2780,9386500,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3408,0,"",python,selection_keyboard +2781,9386775,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3408,0," ",python,content +2782,9386776,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3409,0,"",python,selection_keyboard +2783,9387031,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3409,0,"w",python,content +2784,9387032,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3410,0,"",python,selection_keyboard +2785,9387129,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3410,0,"i",python,content +2786,9387130,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3411,0,"",python,selection_keyboard +2787,9387364,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3411,0,"h",python,content +2788,9387365,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3412,0,"",python,selection_keyboard +2789,9387710,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3411,1,"",python,content +2790,9387836,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3411,0,"t",python,content +2791,9387836,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3412,0,"",python,selection_keyboard +2792,9387909,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3412,0,"h",python,content +2793,9387910,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3413,0,"",python,selection_keyboard +2794,9387955,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3413,0," ",python,content +2795,9387956,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3414,0,"",python,selection_keyboard +2796,9388230,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3414,0,"m",python,content +2797,9388230,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3415,0,"",python,selection_keyboard +2798,9388316,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3415,0,"a",python,content +2799,9388317,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3416,0,"",python,selection_keyboard +2800,9388608,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3416,0," ",python,content +2801,9388609,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3417,0,"",python,selection_keyboard +2802,9388979,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3416,1,"",python,content +2803,9389116,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3416,0,"y",python,content +2804,9389117,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3417,0,"",python,selection_keyboard +2805,9389449,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3416,1,"",python,content +2806,9389568,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3416,0,"x",python,content +2807,9389568,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3417,0,"",python,selection_keyboard +2808,9389667,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3417,0," ",python,content +2809,9389668,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3418,0,"",python,selection_keyboard +2810,9389813,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3418,0,"n",python,content +2811,9389814,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3419,0,"",python,selection_keyboard +2812,9389937,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3419,0,"o",python,content +2813,9389939,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3420,0,"",python,selection_keyboard +2814,9390036,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3420,0,"r",python,content +2815,9390038,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3421,0,"",python,selection_keyboard +2816,9390117,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3421,0,"m",python,content +2817,9390118,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3422,0,"",python,selection_keyboard +2818,9390868,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3422,0,":",python,content +2819,9390870,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3423,0,"",python,selection_keyboard +2820,9393401,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,0,"",python,selection_mouse +2821,9393519,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,0,"d",python,content +2822,9393520,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,0,"",python,selection_keyboard +2823,9394236,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,1,"",python,content +2824,9394329,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,0,"f",python,content +2825,9394330,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,0,"",python,selection_keyboard +2826,9395307,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3424,0,"",python,selection_mouse +2827,9396348,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,0,"",python,selection_command +2828,9397339,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3424,0,"",python,selection_command +2829,9397732,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3424,0," ",python,content +2830,9397732,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,0,"",python,selection_keyboard +2831,9398205,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,0,"[]",python,content +2832,9398206,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3426,0,"",python,selection_keyboard +2833,9398738,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,2,"",python,content +2834,9399025,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,0,"[]",python,content +2835,9399026,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3426,0,"",python,selection_keyboard +2836,9399651,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,2,"",python,content +2837,9400127,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3425,0,"{}",python,content +2838,9400127,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3426,0,"",python,selection_keyboard +2839,9400454,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3426,0,"m",python,content +2840,9400454,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3427,0,"",python,selection_keyboard +2841,9400603,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3427,0,"a",python,content +2842,9400604,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3428,0,"",python,selection_keyboard +2843,9402156,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3426,2,"max_norm",python,content +2844,9403575,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"",python,selection_mouse +2845,9404156,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3421,0,"",python,selection_mouse +2846,9404674,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3415,0,"",python,selection_mouse +2847,9404781,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3415,3,"max",python,selection_mouse +2848,9405098,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3415,3,"",python,content +2849,9405384,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3414,1,"",python,content +2850,9407095,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3420,0," ",python,content +2851,9407096,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3421,0,"",python,selection_keyboard +2852,9407514,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3421,0,"{}",python,content +2853,9407515,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3422,0,"",python,selection_keyboard +2854,9410986,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3422,0,"g",python,content +2855,9410986,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3423,0,"",python,selection_keyboard +2856,9411123,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3423,0,"_",python,content +2857,9411124,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3424,0,"",python,selection_keyboard +2858,9411756,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3422,2,"g_norm",python,content +2859,9412389,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3429,0,"",python,selection_command +2860,9413480,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3429,0,".",python,content +2861,9413481,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3430,0,"",python,selection_keyboard +2862,9413586,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3430,0," ",python,content +2863,9413587,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3431,0,"",python,selection_keyboard +2864,9413752,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3431,0,"M",python,content +2865,9413753,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3432,0,"",python,selection_keyboard +2866,9413970,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3432,0,"a",python,content +2867,9413971,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3433,0,"",python,selection_keyboard +2868,9414176,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3433,0,"x",python,content +2869,9414177,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3434,0,"",python,selection_keyboard +2870,9414414,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3434,0,"_",python,content +2871,9414415,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3435,0,"",python,selection_keyboard +2872,9414760,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3435,0,"n",python,content +2873,9414760,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3436,0,"",python,selection_keyboard +2874,9415226,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3435,1,"",python,content +2875,9415353,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3434,1,"",python,content +2876,9415501,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3434,0," ",python,content +2877,9415502,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3435,0,"",python,selection_keyboard +2878,9415909,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3435,0,"N",python,content +2879,9415910,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3436,0,"",python,selection_keyboard +2880,9416117,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3436,0,"o",python,content +2881,9416118,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3437,0,"",python,selection_keyboard +2882,9416237,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3437,0,"r",python,content +2883,9416238,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3438,0,"",python,selection_keyboard +2884,9416314,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3438,0,"m",python,content +2885,9416315,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3439,0,"",python,selection_keyboard +2886,9416746,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3439,0,":",python,content +2887,9416747,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3440,0,"",python,selection_keyboard +2888,9417846,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3391,0,"",python,selection_mouse +2889,9417987,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,5,"print",python,selection_mouse +2890,9418478,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3387,0,"",python,selection_mouse +2891,9419736,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,0,"",python,selection_mouse +2892,9420449,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,0,"j",python,content +2893,9420450,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3389,0,"",python,selection_keyboard +2894,9420508,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3389,0,"a",python,content +2895,9420509,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3390,0,"",python,selection_keyboard +2896,9420683,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3390,0,"x",python,content +2897,9420683,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3391,0,"",python,selection_keyboard +2898,9420759,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3391,0,".",python,content +2899,9420760,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3392,0,"",python,selection_keyboard +2900,9420961,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3392,0,"d",python,content +2901,9420962,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3393,0,"",python,selection_keyboard +2902,9421145,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3393,0,"e",python,content +2903,9421147,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,0,"",python,selection_keyboard +2904,9421242,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3394,0,"b",python,content +2905,9421243,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,0,"",python,selection_keyboard +2906,9421450,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,0,"g",python,content +2907,9421451,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3396,0,"",python,selection_keyboard +2908,9421714,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,1,"",python,content +2909,9422175,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3392,3,"debug",python,content +2910,9422456,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3397,0,"-",python,content +2911,9422457,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"",python,selection_keyboard +2912,9422845,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"p",python,content +2913,9422846,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3399,0,"",python,selection_keyboard +2914,9423126,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,1,"",python,content +2915,9423303,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3397,1,"",python,content +2916,9423500,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3397,0,".",python,content +2917,9423501,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"",python,selection_keyboard +2918,9423874,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"p",python,content +2919,9423875,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3399,0,"",python,selection_keyboard +2920,9424040,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3399,0,"r",python,content +2921,9424040,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3400,0,"",python,selection_keyboard +2922,9424147,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3400,0,"i",python,content +2923,9424148,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3401,0,"",python,selection_keyboard +2924,9424477,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,3,"print",python,content +2925,9425818,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3403,5,"",python,content +2926,9428650,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3389,0,"",python,selection_mouse +2927,9429334,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,3,"jax",python,selection_mouse +2928,9429518,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,4,"jax.",python,selection_mouse +2929,9429547,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,9,"jax.debug",python,selection_mouse +2930,9429644,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,10,"jax.debug.",python,selection_mouse +2931,9429706,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,15,"jax.debug.print",python,selection_mouse +2932,9430238,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3399,0,"",python,selection_mouse +2933,9430239,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,5,"print",python,selection_mouse +2934,9430464,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3397,6,".print",python,selection_mouse +2935,9430480,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3392,11,"debug.print",python,selection_mouse +2936,9430540,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,76,"print(f""clipping grad with norm: {g_norm}. Max Norm: {max_norm}"")\n return",python,selection_mouse +2937,9430728,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,70,"print(f""clipping grad with norm: {g_norm}. Max Norm: {max_norm}"")\n ",python,selection_mouse +2938,9431124,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3468,0,"",python,selection_mouse +2939,9431578,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3390,0,"",python,selection_mouse +2940,9431744,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,3,"jax",python,selection_mouse +2941,9431950,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,4,"jax.",python,selection_mouse +2942,9431965,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,9,"jax.debug",python,selection_mouse +2943,9432036,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,10,"jax.debug.",python,selection_mouse +2944,9432048,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,15,"jax.debug.print",python,selection_mouse +2945,9432508,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3400,0,"",python,selection_mouse +2946,9444830,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2947,9444833,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3436,0,"",python,selection_mouse +2948,9444913,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3432,6,"g_norm",python,selection_mouse +2949,9445643,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3455,0,"",python,selection_mouse +2950,9445778,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3452,8,"max_norm",python,selection_mouse +2951,9446735,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3431,0,"",python,selection_mouse +2952,9446877,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3430,1," ",python,selection_mouse +2953,9448264,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3175,0,"",python,selection_mouse +2954,9448354,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3169,6,"g_norm",python,selection_mouse +2955,9456830,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3252,0,"",python,selection_mouse +2956,9458578,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3414,0,"",python,selection_mouse +2957,9458713,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3406,8,"clipping",python,selection_mouse +2958,9459477,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3414,0,"",python,selection_mouse +2959,9459478,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3406,8,"clipping",python,selection_mouse +2960,9460073,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3368,0,"",python,selection_mouse +2961,9460241,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3366,7,"clip_fn",python,selection_mouse +2962,9462014,"train_dynamics.py",0,0,"",python,tab +2963,9465153,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +2964,9466206,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2965,9467129,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2966,9761828,"train_dynamics.py",0,0,"",python,tab +2967,10817002,"train_dynamics.py",3112,0,"",python,selection_mouse +2968,10818417,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",0,0,"",python,tab +2969,10820890,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2970,10822338,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2971,10823798,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3489,0,"",python,selection_mouse +2972,10824236,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3488,0,"",python,selection_command +2973,10824485,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3408,0,"",python,selection_command +2974,10824855,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3384,80,"",python,content +2975,10824924,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3388,0,"",python,selection_command +2976,10839876,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",2842,0,"",python,selection_mouse +2977,10938915,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +2978,10938916,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3236,0,"",python,selection_mouse +2979,10939870,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3350,0,"",python,selection_mouse +2980,10941126,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +2981,10941734,".venv/lib/python3.10/site-packages/optax/_src/linear_algebra.py",0,0,"",python,tab +2982,10943581,"train_dynamics.py",0,0,"",python,tab +2983,10978327,"train_dynamics.py",0,0,"",python,tab +2984,10978328,"train_dynamics.py",3624,0,"",python,selection_mouse +2985,10978332,"train_dynamics.py",3623,0,"",python,selection_command +2986,11009497,"train_dynamics.py",3274,0,"",python,selection_mouse +2987,11010409,"train_dynamics.py",3293,0,"\n ",python,content +2988,11011141,"train_dynamics.py",3298,0,"p",python,content +2989,11011142,"train_dynamics.py",3299,0,"",python,selection_keyboard +2990,11011279,"train_dynamics.py",3299,0,"r",python,content +2991,11011281,"train_dynamics.py",3300,0,"",python,selection_keyboard +2992,11011380,"train_dynamics.py",3300,0,"i",python,content +2993,11011382,"train_dynamics.py",3301,0,"",python,selection_keyboard +2994,11011453,"train_dynamics.py",3301,0,"n",python,content +2995,11011455,"train_dynamics.py",3302,0,"",python,selection_keyboard +2996,11011553,"train_dynamics.py",3302,0,"t",python,content +2997,11011555,"train_dynamics.py",3303,0,"",python,selection_keyboard +2998,11013186,"train_dynamics.py",3298,5,"print",python,content +2999,11014399,"train_dynamics.py",3303,0,"()",python,content +3000,11014400,"train_dynamics.py",3304,0,"",python,selection_keyboard +3001,11015365,"train_dynamics.py",3304,0,"m",python,content +3002,11015366,"train_dynamics.py",3305,0,"",python,selection_keyboard +3003,11015796,"train_dynamics.py",3305,0,"e",python,content +3004,11015797,"train_dynamics.py",3306,0,"",python,selection_keyboard +3005,11016574,"train_dynamics.py",3306,0,"t",python,content +3006,11016575,"train_dynamics.py",3307,0,"",python,selection_keyboard +3007,11016761,"train_dynamics.py",3307,0,"r",python,content +3008,11016763,"train_dynamics.py",3308,0,"",python,selection_keyboard +3009,11017171,"train_dynamics.py",3304,4,"metrics",python,content +3010,11018123,"train_dynamics.py",3311,0,"[]",python,content +3011,11018124,"train_dynamics.py",3312,0,"",python,selection_keyboard +3012,11018598,"train_dynamics.py",3312,0,"""""",python,content +3013,11018600,"train_dynamics.py",3313,0,"",python,selection_keyboard +3014,11018950,"train_dynamics.py",3313,0,"g",python,content +3015,11018952,"train_dynamics.py",3314,0,"",python,selection_keyboard +3016,11019013,"train_dynamics.py",3314,0,"r",python,content +3017,11019014,"train_dynamics.py",3315,0,"",python,selection_keyboard +3018,11019218,"train_dynamics.py",3315,0,"a",python,content +3019,11019219,"train_dynamics.py",3316,0,"",python,selection_keyboard +3020,11019349,"train_dynamics.py",3316,0,"d",python,content +3021,11019350,"train_dynamics.py",3317,0,"",python,selection_keyboard +3022,11019614,"train_dynamics.py",3317,0,"_",python,content +3023,11019616,"train_dynamics.py",3318,0,"",python,selection_keyboard +3024,11019892,"train_dynamics.py",3318,0,"n",python,content +3025,11019894,"train_dynamics.py",3319,0,"",python,selection_keyboard +3026,11020050,"train_dynamics.py",3319,0,"o",python,content +3027,11020052,"train_dynamics.py",3320,0,"",python,selection_keyboard +3028,11020156,"train_dynamics.py",3320,0,"r",python,content +3029,11020158,"train_dynamics.py",3321,0,"",python,selection_keyboard +3030,11020289,"train_dynamics.py",3321,0,"m",python,content +3031,11020291,"train_dynamics.py",3322,0,"",python,selection_keyboard +3032,11020853,"train_dynamics.py",3321,0,"",python,selection_command +3033,11021177,"train_dynamics.py",3325,0,"\n ",python,content +3034,11026031,"train_dynamics.py",3273,0,"",python,selection_mouse +3035,11029985,"train_dynamics.py",3324,0,"",python,selection_mouse +3036,11030724,"train_dynamics.py",3315,0,"",python,selection_mouse +3037,11031274,"train_dynamics.py",3306,0,"",python,selection_mouse +3038,11031437,"train_dynamics.py",3304,7,"metrics",python,selection_mouse +3039,11031655,"train_dynamics.py",3304,9,"metrics[""",python,selection_mouse +3040,11031669,"train_dynamics.py",3304,18,"metrics[""grad_norm",python,selection_mouse +3041,11032107,"train_dynamics.py",3304,19,"metrics[""grad_norm""",python,selection_mouse +3042,11032166,"train_dynamics.py",3304,20,"metrics[""grad_norm""]",python,selection_mouse +3043,11032865,"train_dynamics.py",3324,0,"",python,selection_mouse +3044,11032993,"train_dynamics.py",3322,3,"""])",python,selection_mouse +3045,11033180,"train_dynamics.py",3322,3,"""])",python,selection_mouse +3046,11033191,"train_dynamics.py",3313,12,"grad_norm""])",python,selection_mouse +3047,11033269,"train_dynamics.py",3312,13,"""grad_norm""])",python,selection_mouse +3048,11033329,"train_dynamics.py",3311,14,"[""grad_norm""])",python,selection_mouse +3049,11033329,"train_dynamics.py",3304,21,"metrics[""grad_norm""])",python,selection_mouse +3050,11033738,"train_dynamics.py",3309,0,"",python,selection_mouse +3051,11033739,"train_dynamics.py",3304,7,"metrics",python,selection_mouse +3052,11033921,"train_dynamics.py",3304,9,"metrics[""",python,selection_mouse +3053,11033936,"train_dynamics.py",3304,18,"metrics[""grad_norm",python,selection_mouse +3054,11034022,"train_dynamics.py",3304,19,"metrics[""grad_norm""",python,selection_mouse +3055,11034272,"train_dynamics.py",3304,20,"metrics[""grad_norm""]",python,selection_mouse +3056,11034967,"train_dynamics.py",3324,0,"",python,selection_mouse +3057,11034968,"train_dynamics.py",3322,3,"""])",python,selection_mouse +3058,11035151,"train_dynamics.py",3322,3,"""])",python,selection_mouse +3059,11035169,"train_dynamics.py",3313,12,"grad_norm""])",python,selection_mouse +3060,11035288,"train_dynamics.py",3312,13,"""grad_norm""])",python,selection_mouse +3061,11035305,"train_dynamics.py",3311,14,"[""grad_norm""])",python,selection_mouse +3062,11035321,"train_dynamics.py",3304,21,"metrics[""grad_norm""])",python,selection_mouse +3063,11035853,"train_dynamics.py",3308,0,"",python,selection_mouse +3064,11035854,"train_dynamics.py",3304,7,"metrics",python,selection_mouse +3065,11036083,"train_dynamics.py",3304,8,"metrics[",python,selection_mouse +3066,11036097,"train_dynamics.py",3304,9,"metrics[""",python,selection_mouse +3067,11036123,"train_dynamics.py",3304,18,"metrics[""grad_norm",python,selection_mouse +3068,11036222,"train_dynamics.py",3304,19,"metrics[""grad_norm""",python,selection_mouse +3069,11036276,"train_dynamics.py",3304,20,"metrics[""grad_norm""]",python,selection_mouse +3070,11036870,"train_dynamics.py",3304,19,"metrics[""grad_norm""",python,selection_mouse +3071,11037191,"train_dynamics.py",3304,20,"metrics[""grad_norm""]",python,selection_mouse +3072,11037878,"train_dynamics.py",3324,0,"",python,selection_mouse +3073,11038340,"train_dynamics.py",3323,1,"]",python,selection_mouse +3074,11038353,"train_dynamics.py",3322,2,"""]",python,selection_mouse +3075,11038368,"train_dynamics.py",3320,4,"rm""]",python,selection_mouse +3076,11038433,"train_dynamics.py",3317,7,"_norm""]",python,selection_mouse +3077,11038433,"train_dynamics.py",3315,9,"ad_norm""]",python,selection_mouse +3078,11038434,"train_dynamics.py",3314,10,"rad_norm""]",python,selection_mouse +3079,11038443,"train_dynamics.py",3313,11,"grad_norm""]",python,selection_mouse +3080,11038473,"train_dynamics.py",3311,13,"[""grad_norm""]",python,selection_mouse +3081,11038535,"train_dynamics.py",3310,14,"s[""grad_norm""]",python,selection_mouse +3082,11038535,"train_dynamics.py",3309,15,"cs[""grad_norm""]",python,selection_mouse +3083,11038552,"train_dynamics.py",3308,16,"ics[""grad_norm""]",python,selection_mouse +3084,11038553,"train_dynamics.py",3307,17,"rics[""grad_norm""]",python,selection_mouse +3085,11038610,"train_dynamics.py",3306,18,"trics[""grad_norm""]",python,selection_mouse +3086,11038665,"train_dynamics.py",3305,19,"etrics[""grad_norm""]",python,selection_mouse +3087,11039193,"train_dynamics.py",3305,0,"",python,selection_mouse +3088,11039193,"train_dynamics.py",3304,7,"metrics",python,selection_mouse +3089,11039443,"train_dynamics.py",3304,9,"metrics[""",python,selection_mouse +3090,11039457,"train_dynamics.py",3304,18,"metrics[""grad_norm",python,selection_mouse +3091,11039875,"train_dynamics.py",3304,19,"metrics[""grad_norm""",python,selection_mouse +3092,11039935,"train_dynamics.py",3304,20,"metrics[""grad_norm""]",python,selection_mouse +3093,11040815,"train_dynamics.py",3324,0,"",python,selection_mouse +3094,11041269,"train_dynamics.py",3323,1,"]",python,selection_mouse +3095,11041284,"train_dynamics.py",3324,6,")\n ",python,selection_mouse +3096,11041611,"train_dynamics.py",3308,16,"ics[""grad_norm""]",python,selection_mouse +3097,11041670,"train_dynamics.py",3307,17,"rics[""grad_norm""]",python,selection_mouse +3098,11042247,"train_dynamics.py",3307,0,"",python,selection_mouse +3099,11042248,"train_dynamics.py",3304,7,"metrics",python,selection_mouse +3100,11042461,"train_dynamics.py",3304,8,"metrics[",python,selection_mouse +3101,11042478,"train_dynamics.py",3304,18,"metrics[""grad_norm",python,selection_mouse +3102,11042561,"train_dynamics.py",3304,19,"metrics[""grad_norm""",python,selection_mouse +3103,11042618,"train_dynamics.py",3304,20,"metrics[""grad_norm""]",python,selection_mouse +3104,11043836,"train_dynamics.py",3324,0,"",python,selection_mouse +3105,11044269,"train_dynamics.py",3323,1,"]",python,selection_mouse +3106,11044280,"train_dynamics.py",3322,2,"""]",python,selection_mouse +3107,11044345,"train_dynamics.py",3320,4,"rm""]",python,selection_mouse +3108,11044346,"train_dynamics.py",3317,7,"_norm""]",python,selection_mouse +3109,11044346,"train_dynamics.py",3316,8,"d_norm""]",python,selection_mouse +3110,11044348,"train_dynamics.py",3315,9,"ad_norm""]",python,selection_mouse +3111,11044364,"train_dynamics.py",3314,10,"rad_norm""]",python,selection_mouse +3112,11044385,"train_dynamics.py",3313,11,"grad_norm""]",python,selection_mouse +3113,11044400,"train_dynamics.py",3311,13,"[""grad_norm""]",python,selection_mouse +3114,11044459,"train_dynamics.py",3310,14,"s[""grad_norm""]",python,selection_mouse +3115,11044462,"train_dynamics.py",3309,15,"cs[""grad_norm""]",python,selection_mouse +3116,11044522,"train_dynamics.py",3308,16,"ics[""grad_norm""]",python,selection_mouse +3117,11044950,"train_dynamics.py",3308,0,"",python,selection_mouse +3118,11045151,"train_dynamics.py",3304,7,"metrics",python,selection_mouse +3119,11045340,"train_dynamics.py",3294,32," print(metrics[""grad_norm""])\n",python,selection_mouse +3120,11046020,"train_dynamics.py",3308,0,"",python,selection_mouse +3121,11046072,"train_dynamics.py",3304,7,"metrics",python,selection_mouse +3122,11047117,"train_dynamics.py",3308,0,"",python,selection_mouse +3123,11047608,"train_dynamics.py",3258,0,"",python,selection_mouse +3124,11049761,"train_dynamics.py",3322,0,"",python,selection_mouse +3125,11050158,"train_dynamics.py",3313,9,"grad_norm",python,selection_mouse +3126,11050313,"train_dynamics.py",3294,32," print(metrics[""grad_norm""])\n",python,selection_mouse +3127,11051045,"train_dynamics.py",3273,0,"",python,selection_mouse +3128,11053294,"train_dynamics.py",3287,0,"",python,selection_mouse +3129,11056213,"train_dynamics.py",3398,0,"",python,selection_mouse +3130,11056739,"train_dynamics.py",3356,0,"",python,selection_mouse +3131,11337388,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +3132,11341518,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_mouse +3133,11341518,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1083,0,"",shellscript,selection_command +3134,11342038,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_mouse +3135,11342039,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1083,0,"",shellscript,selection_command +3136,11342247,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1083,1," ",shellscript,selection_mouse +3137,11342250,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_command +3138,11342292,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1034,50,"zer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3139,11342351,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",951,133,"\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3140,11342352,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",840,244,"\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3141,11342352,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",745,339,"\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3142,11342359,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",693,391,"CKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3143,11342379,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",604,480,"\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3144,11342435,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",456,628,"r=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3145,11342449,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",438,646,"\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3146,11342449,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",430,654,"INT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3147,11342466,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",370,714,"ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3148,11342521,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",353,731,"\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3149,11342578,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",341,743,"ebug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3150,11342666,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",353,731,"\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3151,11342690,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",428,656,"POINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3152,11342710,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",454,630,"dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3153,11342774,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",621,463,"gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3154,11342775,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",745,339,"\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3155,11342775,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",840,244,"\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3156,11342781,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",974,110,"v \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3157,11342794,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1024,60,"nt=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3158,11342853,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1075,9,"rds_dir\n ",shellscript,selection_mouse +3159,11342853,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_mouse +3160,11342854,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1083,0,"",shellscript,selection_command +3161,11342854,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1083,1," ",shellscript,selection_mouse +3162,11342854,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_command +3163,11342958,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",840,244,"\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3164,11342978,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",614,470,"=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3165,11343035,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",353,731,"\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3166,11343035,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",119,965,"\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3167,11343036,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",25,1059,"cat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3168,11343042,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,1084,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3169,11343259,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1,1083,"# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3170,11343276,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",25,1059,"cat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3171,11343337,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",33,1051,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3172,11343338,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",119,965,"\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3173,11343338,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",243,841,"s_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3174,11343345,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",311,773,"b_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3175,11343362,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",329,755,"rm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3176,11343417,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",353,731,"\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3177,11343418,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",358,726,"KPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3178,11343474,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",359,725,"POINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3179,11343475,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",360,724,"OINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3180,11343501,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",333,751,"ob_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3181,11343512,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",308,776,"\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3182,11343535,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",98,986,"e .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3183,11343548,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",32,1052,"\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3184,11343563,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,1084,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3185,11344228,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,1082," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3186,11344246,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",32,1052,"\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3187,11344304,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",34,1050,"odule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3188,11344305,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",64,1020,"odule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3189,11344305,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",94,990,"ource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3190,11344311,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",119,965,"\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3191,11344377,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",121,963,"rray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3192,11344378,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",243,841,"s_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3193,11344411,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",308,776,"\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3194,11344447,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",310,774,"ob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3195,11344546,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",309,775,"job_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3196,11344604,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",242,842,"ws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3197,11344604,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",120,964,"array_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3198,11344611,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",93,991,"source .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3199,11344629,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",63,1021,"module unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3200,11344690,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",33,1051,"module unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3201,11344893,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",32,1052,"\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3202,11344968,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",25,1059,"cat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3203,11351099,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,0,"",shellscript,selection_mouse +3204,11351268,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,24," Log the sbatch script\nc",shellscript,selection_mouse +3205,11351297,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,63," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmo",shellscript,selection_mouse +3206,11351311,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,351," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n",shellscript,selection_mouse +3207,11351326,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,602," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n",shellscript,selection_mouse +3208,11351341,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,755," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_",shellscript,selection_mouse +3209,11351353,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,891," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dyna",shellscript,selection_mouse +3210,11351377,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,938," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynam",shellscript,selection_mouse +3211,11351394,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,993," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jaf",shellscript,selection_mouse +3212,11351408,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,995," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar",shellscript,selection_mouse +3213,11351422,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,1017," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_che",shellscript,selection_mouse +3214,11351531,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,995," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar",shellscript,selection_mouse +3215,11351756,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,1017," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_che",shellscript,selection_mouse +3216,11351857,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,1016," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_ch",shellscript,selection_mouse +3217,11351914,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,994," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafa",shellscript,selection_mouse +3218,11351914,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,967," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity inst",shellscript,selection_mouse +3219,11351920,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,892," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynam",shellscript,selection_mouse +3220,11351936,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,838," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \",shellscript,selection_mouse +3221,11351994,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,788," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=",shellscript,selection_mouse +3222,11351995,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,683," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_",shellscript,selection_mouse +3223,11351995,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,602," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n",shellscript,selection_mouse +3224,11352002,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,446," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer",shellscript,selection_mouse +3225,11352022,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",2,419," Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p",shellscript,selection_mouse +3226,11352874,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_mouse +3227,11352884,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1083,0,"",shellscript,selection_command +3228,11353027,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1083,1," ",shellscript,selection_mouse +3229,11353033,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1084,0,"",shellscript,selection_command +3230,11353052,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1079,5,"dir\n ",shellscript,selection_mouse +3231,11353107,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",861,223,"_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3232,11353114,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",616,468,"-xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3233,11353114,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",120,964,"array_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3234,11353119,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1,1083,"# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3235,11353136,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,1084,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3236,11354305,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",1,1083,"# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3237,11357709,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",0,0,"#!/usr/bin/env bash\n\n#SBATCH --nodes=2\n#SBATCH --ntasks-per-node=4\n#SBATCH --time=01:00:00\n#SBATCH --partition=accelerated\n#SBATCH --cpus-per-task=5\n#SBATCH --gres=gpu:4\n#SBATCH --output=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --error=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/logs/logs_mihir/%x_%j.log\n#SBATCH --job-name=train_dyn_yolorun\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir\n",shellscript,tab +3238,11358815,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1785,0,"",shellscript,selection_mouse +3239,11358816,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1784,0,"",shellscript,selection_command +3240,11359554,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1785,0,"",shellscript,selection_mouse +3241,11359568,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1784,0,"",shellscript,selection_command +3242,11359727,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1784,1,"r",shellscript,selection_mouse +3243,11359727,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1748,36,"\n # --lam_checkpoint=$lam_ckpt_di",shellscript,selection_mouse +3244,11359729,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1785,0,"",shellscript,selection_command +3245,11359741,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1554,231,"cords-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3246,11359763,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1285,500,"\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3247,11359777,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",813,972,"NT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3248,11359795,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",467,1318,"module unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3249,11359837,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",436,1349,"\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3250,11359854,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",429,1356,"cat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3251,11359854,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",405,1380,"# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3252,11359914,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",404,1381,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3253,11359971,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",367,1418,"#SBATCH --job-name=train_dyn_yolorun\n\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3254,11360138,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",404,1381,"\n# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3255,11360199,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",405,1380,"# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3256,11361814,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",405,1380,"",shellscript,content +3257,11362453,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",405,0,"# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\nws_dir='/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/'\n\njob_name=""debug""\nslurm_job_id=""debug-mihir""\n\nCHECKPOINT_DIR=$ws_dir/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,content +3258,11365534,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",405,1083,"",shellscript,content +3259,11365880,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",405,0,"# Log the sbatch script\ncat $0\n\nmodule unload mpi/openmpi/5.0\nmodule unload devel/cuda/12.4\nsource .venv/bin/activate\n\narray_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data_new/open_ai_minecraft_arrayrecords_chunked\n# tf_records_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/open_ai_minecraft_tfrecord\n\njob_name=$SLURM_JOB_NAME\nslurm_job_id=$SLURM_JOB_ID\n\nCHECKPOINT_DIR=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/$job_name/$slurm_job_id\nmkdir -p $CHECKPOINT_DIR\n\nenv | grep SLURM\n\nlam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,content +3260,11366729,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1350,0,"",shellscript,selection_mouse +3261,11368491,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +3262,11369385,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",719,0,"",shellscript,selection_mouse +3263,11371372,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,0,"",shellscript,selection_mouse +3264,11371500,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,18,"tokenizer_ckpt_dir",shellscript,selection_mouse +3265,11371680,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,147,"tokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n",shellscript,selection_mouse +3266,11371684,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,249,"tokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir",shellscript,selection_mouse +3267,11371700,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,355,"tokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4",shellscript,selection_mouse +3268,11371726,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,464,"tokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug",shellscript,selection_mouse +3269,11371741,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,607,"tokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir",shellscript,selection_mouse +3270,11371797,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",439,645,"tokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,selection_mouse +3271,11375273,"train_dynamics.py",0,0,"",python,tab +3272,11377206,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",0,0,"",shellscript,tab +3273,11379139,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,0,"",shellscript,selection_mouse +3274,11379294,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,12,"lam_ckpt_dir",shellscript,selection_mouse +3275,11379427,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,169,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir",shellscript,selection_mouse +3276,11379446,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,336,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python",shellscript,selection_mouse +3277,11379479,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,428,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \",shellscript,selection_mouse +3278,11379480,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,473,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval",shellscript,selection_mouse +3279,11379494,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,598,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records",shellscript,selection_mouse +3280,11379507,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,654,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records",shellscript,selection_mouse +3281,11379567,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,704,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \",shellscript,selection_mouse +3282,11379567,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,751,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir",shellscript,selection_mouse +3283,11379568,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,787,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir",shellscript,selection_mouse +3284,11379588,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,824,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir",shellscript,selection_mouse +3285,11379823,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,825,"lam_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/data/checkpoints/train_lam_action_space_scaling_20/3318547/lam_1751657975_200000/\ntokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/train_tokenizer_batch_size_scaling_16_node/3321526/tokenizer_22000/\n\nenv | grep SLURM\n\nsrun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --max_lr=3e-5 \\n --log_image_interval=1000 \\n --log \\n --num_latent_actions=20 \\n --log_checkpoint_interval=1000 \\n --name=dynamics-yolorun-tf-records-$slurm_job_id \\n --tags dynamics yolo-run tf_records \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n # --lam_checkpoint=$lam_ckpt_dir\n",shellscript,selection_mouse +3286,11380343,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,825,"",shellscript,content +3287,11380917,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",961,0,"tokenizer_ckpt_dir=/hkfs/work/workspace/scratch/tum_ind3695-jafa_ws_shared/checkpoints/big-runs/tokenizer-lr-scaling/train_tokenizer_lr_sweep_1e-4\n\nenv | grep SLURM\n\nXLA_FLAGS=--xla_gpu_autotune_level=0 srun python train_dynamics.py \\n --ckpt_dir $CHECKPOINT_DIR \\n --batch_size=96 \\n --min_lr=0 \\n --grad_clip_threshold=10 \\n --max_lr=1e-4 \\n --log_image_interval=1000 \\n --log \\n --log_checkpoint_interval=1000 \\n --name=dynamics-debug-run-$slurm_job_id \\n --tags dynamics debug \\n --entity instant-uv \\n --project jafar \\n --tokenizer_checkpoint=$tokenizer_ckpt_dir \\n --data_dir $array_records_dir\n ",shellscript,content +3288,11382552,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",955,0,"",shellscript,selection_mouse +3289,11382723,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",954,5,"SLURM",shellscript,selection_mouse +3290,11382873,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",943,17,"env | grep SLURM\n",shellscript,selection_mouse +3291,11383225,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",943,17,"",shellscript,content +3292,11383547,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",942,1,"",shellscript,content +3293,11384574,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1107,0,"",shellscript,selection_mouse +3294,11386129,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1145,0,"",shellscript,selection_mouse +3295,11386230,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1143,2,"=0",shellscript,selection_mouse +3296,11386246,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1139,6,"evel=0",shellscript,selection_mouse +3297,11386260,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1137,8,"_level=0",shellscript,selection_mouse +3298,11386317,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1133,12,"tune_level=0",shellscript,selection_mouse +3299,11386317,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1130,15,"utotune_level=0",shellscript,selection_mouse +3300,11386317,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1127,18,"u_autotune_level=0",shellscript,selection_mouse +3301,11386326,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1126,19,"pu_autotune_level=0",shellscript,selection_mouse +3302,11386342,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1125,20,"gpu_autotune_level=0",shellscript,selection_mouse +3303,11386397,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1124,21,"_gpu_autotune_level=0",shellscript,selection_mouse +3304,11386398,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1123,22,"a_gpu_autotune_level=0",shellscript,selection_mouse +3305,11386406,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1122,23,"la_gpu_autotune_level=0",shellscript,selection_mouse +3306,11386421,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1121,24,"xla_gpu_autotune_level=0",shellscript,selection_mouse +3307,11386480,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1120,25,"-xla_gpu_autotune_level=0",shellscript,selection_mouse +3308,11386481,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1119,26,"--xla_gpu_autotune_level=0",shellscript,selection_mouse +3309,11386495,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1118,27,"=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3310,11386558,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1117,28,"S=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3311,11386578,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1116,29,"GS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3312,11386595,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1115,30,"AGS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3313,11386657,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1114,31,"LAGS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3314,11386658,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1113,32,"FLAGS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3315,11386662,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1112,33,"_FLAGS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3316,11386718,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1111,34,"A_FLAGS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3317,11386726,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1110,35,"LA_FLAGS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3318,11386784,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1109,36,"XLA_FLAGS=--xla_gpu_autotune_level=0",shellscript,selection_mouse +3319,11387203,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1109,36,"",shellscript,content +3320,11387691,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1109,1,"",shellscript,content +3321,11388362,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1229,0,"",shellscript,selection_mouse +3322,11394375,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",0,0,"",shellscript,tab +3323,11394376,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",82,0,"",shellscript,selection_mouse +3324,11395822,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",82,1,"",shellscript,content +3325,11396019,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",82,1,"",shellscript,content +3326,11396982,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",82,0,"2",shellscript,content +3327,11396983,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",83,0,"",shellscript,selection_keyboard +3328,11397088,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",83,0,"4",shellscript,content +3329,11397089,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",84,0,"",shellscript,selection_keyboard +3330,11397547,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",83,0,"",shellscript,selection_command +3331,11407151,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",0,0,"",shellscript,tab +3332,11407152,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,0,"",shellscript,selection_mouse +3333,11407630,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1364,0,"",shellscript,selection_mouse +3334,11408353,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,0,"",shellscript,selection_command +3335,11408642,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,5,"",shellscript,content +3336,11414594,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,0,"g",shellscript,content +3337,11414597,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1366,0,"",shellscript,selection_keyboard +3338,11414694,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1366,0,"r",shellscript,content +3339,11414695,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1367,0,"",shellscript,selection_keyboard +3340,11414882,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1367,0,"a",shellscript,content +3341,11414883,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1368,0,"",shellscript,selection_keyboard +3342,11415039,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1368,0,"d",shellscript,content +3343,11415040,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1369,0,"",shellscript,selection_keyboard +3344,11415312,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1369,0,"-",shellscript,content +3345,11415313,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,0,"",shellscript,selection_keyboard +3346,11415554,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,0,"c",shellscript,content +3347,11415555,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1371,0,"",shellscript,selection_keyboard +3348,11415798,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1371,0,"l",shellscript,content +3349,11415799,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1372,0,"",shellscript,selection_keyboard +3350,11416008,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1372,0,"i",shellscript,content +3351,11416009,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1373,0,"",shellscript,selection_keyboard +3352,11416185,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1373,0,"p",shellscript,content +3353,11416186,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,0,"",shellscript,selection_keyboard +3354,11416494,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,0,"-",shellscript,content +3355,11416494,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,0,"",shellscript,selection_keyboard +3356,11416717,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,0,"t",shellscript,content +3357,11416718,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1376,0,"",shellscript,selection_keyboard +3358,11416934,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1376,0,"e",shellscript,content +3359,11416935,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1377,0,"",shellscript,selection_keyboard +3360,11417136,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1377,0,"s",shellscript,content +3361,11417136,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1378,0,"",shellscript,selection_keyboard +3362,11417566,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1378,0,"t",shellscript,content +3363,11417566,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1379,0,"",shellscript,selection_keyboard +3364,11418094,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1378,0,"",shellscript,selection_command +3365,11418349,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1377,0,"",shellscript,selection_command +3366,11418527,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1376,0,"",shellscript,selection_command +3367,11418663,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,0,"",shellscript,selection_command +3368,11418857,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,0,"",shellscript,selection_command +3369,11419044,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1373,0,"",shellscript,selection_command +3370,11419480,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,0,"",shellscript,selection_command +3371,11419672,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1373,1,"",shellscript,content +3372,11419865,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1372,1,"",shellscript,content +3373,11419994,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1371,1,"",shellscript,content +3374,11420104,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,1,"",shellscript,content +3375,11420483,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,0,"n",shellscript,content +3376,11420484,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1371,0,"",shellscript,selection_keyboard +3377,11420668,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1371,0,"o",shellscript,content +3378,11420668,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1372,0,"",shellscript,selection_keyboard +3379,11420766,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1372,0,"r",shellscript,content +3380,11420766,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1373,0,"",shellscript,selection_keyboard +3381,11420847,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1373,0,"m",shellscript,content +3382,11420847,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,0,"",shellscript,selection_keyboard +3383,11421861,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1386,0,"",shellscript,selection_mouse +3384,11422021,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1385,12,"slurm_job_id",shellscript,selection_mouse +3385,11422576,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1382,0,"",shellscript,selection_mouse +3386,11422746,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1380,3,"run",shellscript,selection_mouse +3387,11422930,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1380,4,"run-",shellscript,selection_mouse +3388,11422945,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1380,17,"run-$slurm_job_id",shellscript,selection_mouse +3389,11423391,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1394,0,"",shellscript,selection_mouse +3390,11423391,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1385,12,"slurm_job_id",shellscript,selection_mouse +3391,11423591,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1383,14,"-$slurm_job_id",shellscript,selection_mouse +3392,11423611,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1380,17,"run-$slurm_job_id",shellscript,selection_mouse +3393,11423625,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,22,"test-run-$slurm_job_id",shellscript,selection_mouse +3394,11423683,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,23,"-test-run-$slurm_job_id",shellscript,selection_mouse +3395,11423684,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,27,"norm-test-run-$slurm_job_id",shellscript,selection_mouse +3396,11423691,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1369,28,"-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3397,11423708,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,32,"grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3398,11423774,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3399,11424376,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1360,0,"",shellscript,selection_mouse +3400,11424376,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,8,"dynamics",shellscript,selection_mouse +3401,11424551,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,9,"dynamics-",shellscript,selection_mouse +3402,11424569,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,69,"dynamics-grad-norm-test-run-$slurm_job_id \\n --tags dynamics debug",shellscript,selection_mouse +3403,11424630,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,71,"dynamics-grad-norm-test-run-$slurm_job_id \\n --tags dynamics debug \",shellscript,selection_mouse +3404,11424973,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3405,11425430,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1395,0,"",shellscript,selection_mouse +3406,11425430,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1385,12,"slurm_job_id",shellscript,selection_mouse +3407,11425609,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1384,13,"$slurm_job_id",shellscript,selection_mouse +3408,11425624,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1380,17,"run-$slurm_job_id",shellscript,selection_mouse +3409,11425642,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,22,"test-run-$slurm_job_id",shellscript,selection_mouse +3410,11425697,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,27,"norm-test-run-$slurm_job_id",shellscript,selection_mouse +3411,11425697,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1369,28,"-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3412,11425709,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,32,"grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3413,11425792,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1364,33,"-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3414,11425808,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3415,11426288,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1359,0,"",shellscript,selection_mouse +3416,11426289,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,8,"dynamics",shellscript,selection_mouse +3417,11426547,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,13,"dynamics-grad",shellscript,selection_mouse +3418,11426548,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,14,"dynamics-grad-",shellscript,selection_mouse +3419,11426576,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,18,"dynamics-grad-norm",shellscript,selection_mouse +3420,11426590,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,23,"dynamics-grad-norm-test",shellscript,selection_mouse +3421,11426646,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,24,"dynamics-grad-norm-test-",shellscript,selection_mouse +3422,11426647,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,27,"dynamics-grad-norm-test-run",shellscript,selection_mouse +3423,11426703,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,28,"dynamics-grad-norm-test-run-",shellscript,selection_mouse +3424,11426703,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,29,"dynamics-grad-norm-test-run-$",shellscript,selection_mouse +3425,11426710,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3426,11427215,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1394,0,"",shellscript,selection_mouse +3427,11427216,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1385,12,"slurm_job_id",shellscript,selection_mouse +3428,11427437,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1380,17,"run-$slurm_job_id",shellscript,selection_mouse +3429,11427453,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1379,18,"-run-$slurm_job_id",shellscript,selection_mouse +3430,11427499,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,22,"test-run-$slurm_job_id",shellscript,selection_mouse +3431,11427500,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,27,"norm-test-run-$slurm_job_id",shellscript,selection_mouse +3432,11427557,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1369,28,"-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3433,11427558,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,32,"grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3434,11427616,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1364,33,"-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3435,11427627,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3436,11428062,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1360,0,"",shellscript,selection_mouse +3437,11428063,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,8,"dynamics",shellscript,selection_mouse +3438,11428301,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,69,"dynamics-grad-norm-test-run-$slurm_job_id \\n --tags dynamics debug",shellscript,selection_mouse +3439,11428360,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,71,"dynamics-grad-norm-test-run-$slurm_job_id \\n --tags dynamics debug \",shellscript,selection_mouse +3440,11428578,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3441,11429106,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1397,0,"",shellscript,selection_mouse +3442,11429106,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1385,12,"slurm_job_id",shellscript,selection_mouse +3443,11429298,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1384,13,"$slurm_job_id",shellscript,selection_mouse +3444,11429312,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,22,"test-run-$slurm_job_id",shellscript,selection_mouse +3445,11429373,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,23,"-test-run-$slurm_job_id",shellscript,selection_mouse +3446,11429373,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,27,"norm-test-run-$slurm_job_id",shellscript,selection_mouse +3447,11429377,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,32,"grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3448,11429433,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1364,33,"-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3449,11429493,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3450,11429974,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1358,0,"",shellscript,selection_mouse +3451,11429975,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,8,"dynamics",shellscript,selection_mouse +3452,11430192,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,69,"dynamics-grad-norm-test-run-$slurm_job_id \\n --tags dynamics debug",shellscript,selection_mouse +3453,11430208,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,70,"dynamics-grad-norm-test-run-$slurm_job_id \\n --tags dynamics debug ",shellscript,selection_mouse +3454,11430233,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,71,"dynamics-grad-norm-test-run-$slurm_job_id \\n --tags dynamics debug \",shellscript,selection_mouse +3455,11430567,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1427,0,"",shellscript,selection_mouse +3456,11431197,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1394,0,"",shellscript,selection_mouse +3457,11431332,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1385,12,"slurm_job_id",shellscript,selection_mouse +3458,11431545,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1383,14,"-$slurm_job_id",shellscript,selection_mouse +3459,11431562,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1379,18,"-run-$slurm_job_id",shellscript,selection_mouse +3460,11431616,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,22,"test-run-$slurm_job_id",shellscript,selection_mouse +3461,11431617,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1374,23,"-test-run-$slurm_job_id",shellscript,selection_mouse +3462,11431617,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,27,"norm-test-run-$slurm_job_id",shellscript,selection_mouse +3463,11431673,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1369,28,"-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3464,11431673,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,32,"grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3465,11431729,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1364,33,"-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3466,11431786,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3467,11432303,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1363,0,"",shellscript,selection_mouse +3468,11432303,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,8,"dynamics",shellscript,selection_mouse +3469,11432505,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,9,"dynamics-",shellscript,selection_mouse +3470,11432509,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,13,"dynamics-grad",shellscript,selection_mouse +3471,11432509,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,18,"dynamics-grad-norm",shellscript,selection_mouse +3472,11432530,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,23,"dynamics-grad-norm-test",shellscript,selection_mouse +3473,11432588,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,24,"dynamics-grad-norm-test-",shellscript,selection_mouse +3474,11432589,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,27,"dynamics-grad-norm-test-run",shellscript,selection_mouse +3475,11432609,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,29,"dynamics-grad-norm-test-run-$",shellscript,selection_mouse +3476,11432665,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1356,41,"dynamics-grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3477,11433326,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1393,0,"",shellscript,selection_mouse +3478,11433326,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1385,12,"slurm_job_id",shellscript,selection_mouse +3479,11433536,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1384,13,"$slurm_job_id",shellscript,selection_mouse +3480,11433536,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1380,17,"run-$slurm_job_id",shellscript,selection_mouse +3481,11433537,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1375,22,"test-run-$slurm_job_id",shellscript,selection_mouse +3482,11433538,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1370,27,"norm-test-run-$slurm_job_id",shellscript,selection_mouse +3483,11433596,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1369,28,"-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3484,11433598,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,32,"grad-norm-test-run-$slurm_job_id",shellscript,selection_mouse +3485,11434111,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,0,"",shellscript,selection_mouse +3486,11434171,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,4,"grad",shellscript,selection_mouse +3487,11434553,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,9,"grad-norm",shellscript,selection_mouse +3488,11434611,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,10,"grad-norm-",shellscript,selection_mouse +3489,11434611,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,14,"grad-norm-test",shellscript,selection_mouse +3490,11434679,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,15,"grad-norm-test-",shellscript,selection_mouse +3491,11434680,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1365,18,"grad-norm-test-run",shellscript,selection_mouse +3492,11435006,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",1381,0,"",shellscript,selection_mouse +3493,11449321,"slurm/jobs/mihir/horeka/yolo-runs/train_dynamics_yolorun.sbatch",0,0,"",shellscript,tab +3494,11460812,"slurm/jobs/mihir/horeka/yolo-runs/tester.sh",0,0,"",shellscript,tab +3495,11461660,"train_dynamics.py",0,0,"",python,tab +3496,11518251,"train_dynamics.py",6447,0,"",python,selection_mouse +3497,11518391,"train_dynamics.py",6439,19,"clip_by_global_norm",python,selection_mouse +3498,11519331,"train_dynamics.py",6447,0,"",python,selection_mouse +3499,11519399,"train_dynamics.py",6439,19,"clip_by_global_norm",python,selection_mouse +3500,11520211,"train_dynamics.py",6447,0,"",python,selection_mouse +3501,11520671,"train_dynamics.py",6449,0,"",python,selection_mouse +3502,11522498,"train_dynamics.py",6452,0,"",python,selection_mouse +3503,11522791,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +3504,11524200,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1039,0,"",python,selection_mouse +3505,11524448,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +3506,11526060,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3171,0,"",python,selection_mouse +3507,11526247,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3169,6,"g_norm",python,selection_mouse +3508,11542077,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3290,0,"",python,selection_mouse +3509,11542219,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3285,7,"trigger",python,selection_mouse +3510,11575059,"train_dynamics.py",0,0,"",python,tab +3511,11576788,"train_dynamics.py",6417,0,"",python,selection_mouse +3512,11576990,".venv/lib/python3.10/site-packages/optax/_src/combine.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Flexibly compose gradient transformations.""""""\n\nfrom optax.transforms import _combining\n\nchain = _combining.chain\nnamed_chain = _combining.named_chain\nmulti_transform = _combining.partition\nMultiTransformState = _combining.PartitionState\n",python,tab +3513,11578670,".venv/lib/python3.10/site-packages/optax/_src/combine.py",809,0,"",python,selection_mouse +3514,11578891,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",0,0,"# Copyright 2019 DeepMind Technologies Limited. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the ""License"");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an ""AS IS"" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n# ==============================================================================\n""""""Flexibly compose gradient transformations.""""""\n\nfrom collections.abc import Callable, Hashable, Mapping\nfrom typing import NamedTuple, Union\n\nimport jax\nfrom optax._src import base\nfrom optax._src import wrappers\n\n\ndef chain(\n *args: base.GradientTransformation,\n) -> base.GradientTransformationExtraArgs:\n """"""Applies a list of chainable update transformations.\n\n This function creates a new :func:`optax.GradientTransformation` that applies\n a sequence of gradient transformations in order. The ``init`` function of the\n new transformation constructs the optimizer state by concatenating the states\n of the individual transforms, while the ``update`` function applies the\n updates in the given order.\n\n Args:\n *args: a sequence of chainable (init_fn, update_fn) tuples.\n\n Returns:\n A :class:`GradientTransformationExtraArgs`, created by chaining the input\n transformations. Note that independent of the argument types, the resulting\n transformation always supports extra args. Any extra arguments passed to the\n returned transformation will be passed only to those transformations in the\n chain that support extra args.\n\n Examples:\n\n A transform that scales by -0.1 the adam update:\n\n >>> import optax\n >>> transform1 = optax.scale_by_adam()\n >>> transform2 = optax.scale(-0.1)\n >>> chained_transform = optax.chain(transform1, transform2)\n >>> params = {'a': 1.0}\n >>> state = chained_transform.init(params)\n >>> updates = {'a': -0.5}\n >>> updates, new_state = chained_transform.update(updates, state, params)\n """"""\n\n transforms = [base.with_extra_args_support(t) for t in args]\n init_fns, update_fns = zip(*transforms)\n\n def init_fn(params):\n return tuple(fn(params) for fn in init_fns)\n\n def update_fn(updates, state, params=None, **extra_args):\n if len(update_fns) != len(state):\n raise ValueError(\n 'The number of updates and states has to be the same in '\n 'chain! Make sure you have called init first!'\n )\n\n new_state = []\n for s, fn in zip(state, update_fns):\n updates, new_s = fn(updates, s, params, **extra_args)\n new_state.append(new_s)\n return updates, tuple(new_state)\n\n # We opt to always return the GradientTransformationExtraArgs type here,\n # instead of selecting the return type based on the arguments, since it works\n # much better with the currently available type checkers. It also means that\n # users will not get unexpected signature errors if they remove all of the\n # transformations in a chain accepting extra args.\n return base.GradientTransformationExtraArgs(init_fn, update_fn)\n\n\ndef named_chain(\n *transforms: tuple[str, base.GradientTransformation]\n) -> base.GradientTransformationExtraArgs:\n """"""Chains optax gradient transformations.\n\n A variant of :func:`optax.chain` that allows to name each transformation.\n\n Here the ``transforms`` are ``(name, transformation)`` pairs, constituted of a\n string ``name`` and an associated transformation ``transformation``. The\n gradient transformation must be an instance of :class:`GradientTransformation`\n or :class:`GradientTransformationExtraArgs`.\n\n Each ``name`` is used as key for the state of the corresponding transformation\n within the ``named_chain`` state. Thus the state of the transformation\n with a given ``name`` can be easily retrieved as ``opt_state[name]``.\n\n Args:\n *transforms: an arbitrary number of ``(name, tx)`` pairs, constituted of a\n string ``name`` and an associated transformation ``tx``. The latter is a\n :class:`GradientTransformation` or\n :class:`GradientTransformationExtraArgs`.\n\n Returns:\n A single (init_fn, update_fn) tuple.\n\n Examples:\n\n >>> # tx1 is a GradientTransformation with no extra_args.\n >>> # tx2 is a GradientTransformationExtraArgs that requires `loss`.\n >>> # tx3 is a GradientTransformationExtraArgs that requires `temperature`.\n >>> tx = named_chain(('one', tx1), ('two', tx2), ('three', tx3))\n >>> extra_args={'loss': 0.3, 'temperature': 0.01}\n >>> tx.init(params)\n >>> tx.update(grads, state, params, **extra_args)\n """"""\n\n names = [name for name, _ in transforms]\n\n if len(names) != len(set(names)):\n raise ValueError(\n f'Named transformations must have unique names, but got {names}'\n )\n\n transforms = [\n (name, base.with_extra_args_support(t)) for name, t in transforms\n ]\n\n def init_fn(params):\n states = {}\n for name, tx in transforms:\n states[name] = tx.init(params)\n return states\n\n def update_fn(updates, state, params=None, **extra_args):\n new_state = {}\n for name, tx in transforms:\n updates, new_state[name] = tx.update(\n updates, state[name], params, **extra_args\n )\n return updates, new_state\n\n return base.GradientTransformationExtraArgs(init_fn, update_fn)\n\n\nclass PartitionState(NamedTuple):\n inner_states: Mapping[Hashable, base.OptState]\n\n\ndef partition(\n transforms: Mapping[Hashable, base.GradientTransformation],\n param_labels: Union[base.PyTree, Callable[[base.PyTree], base.PyTree]],\n *,\n mask_compatible_extra_args: bool = False,\n) -> base.GradientTransformationExtraArgs:\n """"""Partitions params and applies a different transformation to each subset.\n\n Sometimes you may want to apply different transformations to different\n parameters. For example, you may want to apply Adam to the weights of a\n neural network, but SGD to the biases. This function allows you to do that.\n\n Args:\n transforms: A mapping from labels to transformations. Each transformation\n will be only be applied to parameters with the same label.\n param_labels: A PyTree that is the same shape or a prefix of the\n parameters/updates (or a function that returns one given the parameters as\n input). The leaves of this PyTree correspond to the keys of the transforms\n (therefore the values at the leaves must be a subset of the keys).\n mask_compatible_extra_args: Whether to also apply the same masking to\n extra_arg fields with the same tree structure as params/updates.\n\n Returns:\n A :func:`optax.GradientTransformationExtraArgs` that implements an ``init``\n and ``update`` function.\n\n Examples:\n\n Below is an example where we apply Adam to the weights and SGD to the biases\n of a 2-layer neural network::\n\n >>> import optax\n >>> import jax\n >>> import jax.numpy as jnp\n\n >>> def map_nested_fn(fn):\n ... '''Recursively apply `fn` to key-value pairs of a nested dict.'''\n ... def map_fn(nested_dict):\n ... return {k: (map_fn(v) if isinstance(v, dict) else fn(k, v))\n ... for k, v in nested_dict.items()}\n ... return map_fn\n\n >>> params = {'linear_1': {'w': jnp.zeros((5, 6)), 'b': jnp.zeros(5)},\n ... 'linear_2': {'w': jnp.zeros((6, 1)), 'b': jnp.zeros(1)}}\n >>> gradients = jax.tree.map(jnp.ones_like, params) # dummy gradients\n\n >>> label_fn = map_nested_fn(lambda k, _: k)\n >>> tx = optax.multi_transform(\n ... {'w': optax.adam(1.0), 'b': optax.sgd(1.0)}, label_fn)\n >>> state = tx.init(params)\n >>> updates, new_state = tx.update(gradients, state, params)\n >>> new_params = optax.apply_updates(params, updates)\n\n Instead of providing a ``label_fn``, you may provide a PyTree of labels\n directly. Also, this PyTree may be a prefix of the parameters PyTree. This\n is demonstrated in the GAN pseudocode below::\n\n >>> generator_params = ...\n >>> discriminator_params = ...\n >>> all_params = (generator_params, discriminator_params)\n >>> param_labels = ('generator', 'discriminator')\n\n >>> tx = optax.multi_transform(\n >>> {'generator': optax.adam(0.1), 'discriminator': optax.adam(0.5)},\n >>> param_labels)\n\n If you would like to not optimize some parameters, you may wrap\n :func:`optax.multi_transform` with :func:`optax.masked`.\n """"""\n\n transforms = {\n k: base.with_extra_args_support(v) for k, v in transforms.items()\n }\n\n def make_mask(labels, group):\n return jax.tree.map(lambda label: label == group, labels)\n\n def init_fn(params):\n labels = param_labels(params) if callable(param_labels) else param_labels\n\n label_set = set(jax.tree.leaves(labels))\n if not label_set.issubset(transforms.keys()):\n raise ValueError(\n 'Some parameters have no corresponding transformation.\n'\n f'Parameter labels: {list(sorted(label_set))} \n'\n f'Transforms keys: {list(sorted(transforms.keys()))} \n'\n )\n\n inner_states = {\n group: wrappers.masked(\n tx,\n make_mask(labels, group),\n mask_compatible_extra_args=mask_compatible_extra_args,\n ).init(params)\n for group, tx in transforms.items()\n }\n return PartitionState(inner_states)\n\n def update_fn(updates, state, params=None, **extra_args):\n labels = param_labels(updates) if callable(param_labels) else param_labels\n new_inner_state = {}\n for group, tx in transforms.items():\n masked_tx = wrappers.masked(\n tx,\n make_mask(labels, group),\n mask_compatible_extra_args=mask_compatible_extra_args,\n )\n updates, new_inner_state[group] = masked_tx.update(\n updates, state.inner_states[group], params, **extra_args\n )\n return updates, PartitionState(new_inner_state)\n\n return base.GradientTransformationExtraArgs(init_fn, update_fn)\n",python,tab +3515,11582704,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2741,0,"",python,selection_mouse +3516,11582705,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2740,0,"",python,selection_command +3517,11584403,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2302,0,"",python,selection_mouse +3518,11585271,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2539,0,"",python,selection_mouse +3519,11585871,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2479,0,"",python,selection_mouse +3520,11586037,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2473,9,"update_fn",python,selection_mouse +3521,11588899,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",3312,0,"",python,selection_mouse +3522,11589655,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",3305,0,"",python,selection_mouse +3523,11589823,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",3289,31,"GradientTransformationExtraArgs",python,selection_mouse +3524,11590621,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",3085,0,"",python,selection_mouse +3525,11591566,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2473,0,"",python,selection_mouse +3526,11592187,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2594,0,"",python,selection_mouse +3527,11592808,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2722,0,"",python,selection_mouse +3528,11593351,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2731,0,"",python,selection_mouse +3529,11594392,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2751,0,"",python,selection_mouse +3530,11594929,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2750,0,"",python,selection_mouse +3531,11595483,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2755,0,"",python,selection_mouse +3532,11596185,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2792,0,"",python,selection_mouse +3533,11596310,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2789,7,"updates",python,selection_mouse +3534,11596851,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2800,0,"",python,selection_mouse +3535,11596998,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2798,5,"new_s",python,selection_mouse +3536,11625540,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2905,0,"",python,selection_mouse +3537,11625718,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2899,9,"new_state",python,selection_mouse +3538,11629292,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2750,0,"",python,selection_mouse +3539,11630110,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2799,0,"",python,selection_mouse +3540,11630291,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2798,5,"new_s",python,selection_mouse +3541,11632101,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2791,0,"",python,selection_mouse +3542,11632254,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2789,7,"updates",python,selection_mouse +3543,11633425,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2804,0,"",python,selection_mouse +3544,11633629,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2803,1," ",python,selection_mouse +3545,11633988,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2800,0,"",python,selection_mouse +3546,11634148,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2798,5,"new_s",python,selection_mouse +3547,11636035,"train_dynamics.py",0,0,"",python,tab +3548,11638224,"train_dynamics.py",6452,0,"",python,selection_mouse +3549,11638401,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +3550,11639668,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1036,0,"",python,selection_mouse +3551,11640075,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +3552,11642630,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3398,0,"",python,selection_mouse +3553,11642805,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3395,7,"updates",python,selection_mouse +3554,11655800,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3407,0,"",python,selection_mouse +3555,11655981,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3404,5,"state",python,selection_mouse +3556,11657555,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3346,0,"",python,selection_mouse +3557,11657701,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3343,7,"updates",python,selection_mouse +3558,11659904,".venv/lib/python3.10/site-packages/optax/_src/combine.py",0,0,"",python,tab +3559,11661342,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +3560,11663412,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +3561,11665049,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +3562,11665940,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",1039,0,"",python,selection_mouse +3563,11666103,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +3564,11667662,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3347,0,"",python,selection_mouse +3565,11667842,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",3343,7,"updates",python,selection_mouse +3566,11669886,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +3567,11670416,".venv/lib/python3.10/site-packages/optax/_src/combine.py",0,0,"",python,tab +3568,11671938,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",0,0,"",python,tab +3569,11688326,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2754,0,"",python,selection_mouse +3570,11689282,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2807,0,"",python,selection_mouse +3571,11689443,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2806,2,"fn",python,selection_mouse +3572,11690110,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2813,0,"",python,selection_mouse +3573,11690308,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2809,7,"updates",python,selection_mouse +3574,11692818,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2790,0,"",python,selection_mouse +3575,11693011,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2789,7,"updates",python,selection_mouse +3576,11694929,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2771,0,"",python,selection_mouse +3577,11695081,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2770,10,"update_fns",python,selection_mouse +3578,11695694,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2814,0,"",python,selection_mouse +3579,11695862,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2809,7,"updates",python,selection_mouse +3580,11696977,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2812,0,"",python,selection_mouse +3581,11697988,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2813,0,"",python,selection_mouse +3582,11698145,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2809,7,"updates",python,selection_mouse +3583,11699080,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2812,0,"",python,selection_mouse +3584,11701334,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2809,7,"updates",python,selection_mouse +3585,11702245,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",2812,0,"",python,selection_mouse +3586,11811329,".venv/lib/python3.10/site-packages/optax/transforms/_combining.py",3342,0,"",python,selection_mouse +3587,11812636,".venv/lib/python3.10/site-packages/optax/_src/combine.py",0,0,"",python,tab +3588,11813462,".venv/lib/python3.10/site-packages/optax/_src/clipping.py",0,0,"",python,tab +3589,11814348,".venv/lib/python3.10/site-packages/optax/transforms/_clipping.py",0,0,"",python,tab +3590,11814989,"train_dynamics.py",0,0,"",python,tab +3591,11846571,"TERMINAL",0,0,"bash",,terminal_focus +3592,11847843,"TERMINAL",0,0,"queue",,terminal_command +3593,11847928,"TERMINAL",0,0,"]633;E;2025-07-15 19:03:14 queue;e8655b3a-6c8c-4d8b-9a56-20bb26bc8df4]633;C[?1049h(B[?7hEvery 1.0s: squeue --mehkn1991.localdomain: Tue Jul 15 19:03:14 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3348592 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348397 accelerat train_dy tum_cte0 R24:34\t 2 hkn[0810,0815]3348399 accelerat train_dy tum_cte0 R24:34\t 2 hkn[0601,0603]3348400 accelerat train_dy tum_cte0 R24:34\t 2 hkn[0604,0608]3347518 accelerat interact tum_cte0 R 5:38:36\t 1 hkn08053347289 accelerat interact tum_cte0 R 7:31:37\t 2 hkn[0705-0706]3345116 accelerat train_dy tum_cte0 R 1-01:08:19\t 2 hkn[0503,0506]",,terminal_output +3594,11848968,"TERMINAL",0,0,"55557820",,terminal_output +3595,11850012,"TERMINAL",0,0,"6666891",,terminal_output +3596,11851064,"TERMINAL",0,0,"77779402",,terminal_output +3597,11852191,"TERMINAL",0,0,"88884013",,terminal_output +3598,11853154,"TERMINAL",0,0,"9999124",,terminal_output +3599,11854236,"TERMINAL",0,0,"20404040235",,terminal_output +3600,11855263,"TERMINAL",0,0,"1111346",,terminal_output +3601,11856283,"TERMINAL",0,0,"2222457",,terminal_output +3602,11857330,"TERMINAL",0,0,"3333568",,terminal_output +3603,11858339,"TERMINAL",0,0,"4444679",,terminal_output +3604,11859387,"TERMINAL",0,0,"55557830",,terminal_output +3605,11860432,"TERMINAL",0,0,"67779502",,terminal_output +3606,11861506,"TERMINAL",0,0,"88885013",,terminal_output +3607,11862514,"TERMINAL",0,0,"9999124",,terminal_output +3608,11863559,"TERMINAL",0,0,"30505050235",,terminal_output +3609,11864601,"TERMINAL",0,0,"1111346",,terminal_output +3610,11865704,"TERMINAL",0,0,"2222457",,terminal_output +3611,11866692,"TERMINAL",0,0,"3333568",,terminal_output +3612,11867758,"TERMINAL",0,0,"4444679",,terminal_output +3613,11868889,"TERMINAL",0,0,"55557840",,terminal_output +3614,11869810,"TERMINAL",0,0,"6666891",,terminal_output +3615,11870859,"TERMINAL",0,0,"777792:002",,terminal_output +3616,11871898,"TERMINAL",0,0,"88889:0013",,terminal_output +3617,11872940,"TERMINAL",0,0,"9999124",,terminal_output +3618,11873992,"TERMINAL",0,0,"405:005:005:00235",,terminal_output +3619,11875037,"TERMINAL",0,0,"1111346",,terminal_output +3620,11876080,"TERMINAL",0,0,"2222457",,terminal_output +3621,11877174,"TERMINAL",0,0,"3333568",,terminal_output +3622,11878171,"TERMINAL",0,0,"4444679",,terminal_output +3623,11879222,"TERMINAL",0,0,"55557850",,terminal_output +3624,11880265,"TERMINAL",0,0,"6666891",,terminal_output +3625,11881305,"TERMINAL",0,0,"77779102",,terminal_output +3626,11882345,"TERMINAL",0,0,"88881013",,terminal_output +3627,11883422,"TERMINAL",0,0,"9999124",,terminal_output +3628,11884446,"TERMINAL",0,0,"50111111346",,terminal_output +3629,11885573,"TERMINAL",0,0,"2222457",,terminal_output +3630,11886602,"TERMINAL",0,0,"3333568",,terminal_output +3631,11887565,"TERMINAL",0,0,"4444679",,terminal_output +3632,11888649,"TERMINAL",0,0,"5555789:00",,terminal_output +3633,11889668,"TERMINAL",0,0,"6666891",,terminal_output +3634,11890685,"TERMINAL",0,0,"77779202",,terminal_output +3635,11891826,"TERMINAL",0,0,"88882013",,terminal_output +3636,11892841,"TERMINAL",0,0,"9999124",,terminal_output +3637,11893866,"TERMINAL",0,0,"4:00202020235",,terminal_output +3638,11894892,"TERMINAL",0,0,"1111346",,terminal_output +3639,11895905,"TERMINAL",0,0,"2222457",,terminal_output +3640,11896951,"TERMINAL",0,0,"3333568",,terminal_output +3641,11897990,"TERMINAL",0,0,"4444679",,terminal_output +3642,11899093,"TERMINAL",0,0,"55557810",,terminal_output +3643,11900113,"TERMINAL",0,0,"6666891",,terminal_output +3644,11901138,"TERMINAL",0,0,"77779302",,terminal_output +3645,11902263,"TERMINAL",0,0,"88883013",,terminal_output +3646,11903218,"TERMINAL",0,0,"9999124",,terminal_output +3647,11904311,"TERMINAL",0,0,"10303030235",,terminal_output +3648,11905339,"TERMINAL",0,0,"1111346",,terminal_output +3649,11906352,"TERMINAL",0,0,"2222457",,terminal_output +3650,11907400,"TERMINAL",0,0,"3333568",,terminal_output +3651,11908558,"TERMINAL",0,0,"45557820",,terminal_output +3652,11909537,"TERMINAL",0,0,"6666891",,terminal_output +3653,11910516,"TERMINAL",0,0,"77779402",,terminal_output +3654,11911559,"TERMINAL",0,0,"88884013",,terminal_output +3655,11912612,"TERMINAL",0,0,"9999124",,terminal_output +3656,11913731,"TERMINAL",0,0,"20404040235",,terminal_output +3657,11914678,"TERMINAL",0,0,"1111346",,terminal_output +3658,11915718,"TERMINAL",0,0,"2222457",,terminal_output +3659,11916806,"TERMINAL",0,0,"3333568",,terminal_output +3660,11917829,"TERMINAL",0,0,"4444679",,terminal_output +3661,11918840,"TERMINAL",0,0,"55557830",,terminal_output +3662,11919892,"TERMINAL",0,0,"6666891",,terminal_output +3663,11920920,"TERMINAL",0,0,"77779502",,terminal_output +3664,11921966,"TERMINAL",0,0,"88885013",,terminal_output +3665,11923005,"TERMINAL",0,0,"9999124",,terminal_output +3666,11924047,"TERMINAL",0,0,"30505050235",,terminal_output +3667,11925203,"TERMINAL",0,0,"1111346",,terminal_output +3668,11926131,"TERMINAL",0,0,"2222457",,terminal_output +3669,11927172,"TERMINAL",0,0,"3333568",,terminal_output +3670,11928274,"TERMINAL",0,0,"4444679",,terminal_output +3671,11929297,"TERMINAL",0,0,"55557840",,terminal_output +3672,11930434,"TERMINAL",0,0,"6666891",,terminal_output +3673,11931349,"TERMINAL",0,0,"777793:002",,terminal_output +3674,11932385,"TERMINAL",0,0,"888840:0013",,terminal_output +3675,11933811,"TERMINAL",0,0,"96:006:006:00235",,terminal_output +3676,11934476,"TERMINAL",0,0,"41111346",,terminal_output +3677,11935523,"TERMINAL",0,0,"2222457",,terminal_output +3678,11936674,"TERMINAL",0,0,"3333568",,terminal_output +3679,11937610,"TERMINAL",0,0,"4444679",,terminal_output +3680,11938719,"TERMINAL",0,0,"55557850",,terminal_output +3681,11939742,"TERMINAL",0,0,"6666891",,terminal_output +3682,11940765,"TERMINAL",0,0,"77779102",,terminal_output +3683,11941781,"TERMINAL",0,0,"88881013",,terminal_output +3684,11942915,"TERMINAL",0,0,"9999124",,terminal_output +3685,11943943,"TERMINAL",0,0,"50101010235",,terminal_output +3686,11944967,"TERMINAL",0,0,"1111346",,terminal_output +3687,11945966,"TERMINAL",0,0,"2222457",,terminal_output +3688,11947010,"TERMINAL",0,0,"3333568",,terminal_output +3689,11948044,"TERMINAL",0,0,"4444679",,terminal_output +3690,11949087,"TERMINAL",0,0,"55557810:00",,terminal_output +3691,11950124,"TERMINAL",0,0,"6666891",,terminal_output +3692,11951172,"TERMINAL",0,0,"77779202",,terminal_output +3693,11952243,"TERMINAL",0,0,"88882013",,terminal_output +3694,11953249,"TERMINAL",0,0,"9999124",,terminal_output +3695,11954387,"TERMINAL",0,0,"5:00202020235",,terminal_output +3696,11955411,"TERMINAL",0,0,"1111346",,terminal_output +3697,11956434,"TERMINAL",0,0,"2222457",,terminal_output +3698,11957415,"TERMINAL",0,0,"3333568",,terminal_output +3699,11958483,"TERMINAL",0,0,"45557810",,terminal_output +3700,11959516,"TERMINAL",0,0,"6666891",,terminal_output +3701,11960632,"TERMINAL",0,0,"77779302",,terminal_output +3702,11961657,"TERMINAL",0,0,"88883013",,terminal_output +3703,11962680,"TERMINAL",0,0,"9999124",,terminal_output +3704,11963666,"TERMINAL",0,0,"10303030235",,terminal_output +3705,11964732,"TERMINAL",0,0,"1111346",,terminal_output +3706,11965755,"TERMINAL",0,0,"2222457",,terminal_output +3707,11966890,"TERMINAL",0,0,"3333568",,terminal_output +3708,11967904,"TERMINAL",0,0,"4444679",,terminal_output +3709,11968931,"TERMINAL",0,0,"55557820",,terminal_output +3710,11969953,"TERMINAL",0,0,"6666891",,terminal_output +3711,11970978,"TERMINAL",0,0,"77779402",,terminal_output +3712,11972011,"TERMINAL",0,0,"88884013",,terminal_output +3713,11973053,"TERMINAL",0,0,"9999124",,terminal_output +3714,11974153,"TERMINAL",0,0,"20404040235",,terminal_output +3715,11975175,"TERMINAL",0,0,"1111346",,terminal_output +3716,11976299,"TERMINAL",0,0,"2222457",,terminal_output +3717,11977347,"TERMINAL",0,0,"3333568",,terminal_output +3718,11978320,"TERMINAL",0,0,"4444679",,terminal_output +3719,11979349,"TERMINAL",0,0,"55557830",,terminal_output +3720,11980382,"TERMINAL",0,0,"6666891",,terminal_output +3721,11981522,"TERMINAL",0,0,"788850513",,terminal_output +3722,11982547,"TERMINAL",0,0,"9999124",,terminal_output +3723,11983571,"TERMINAL",0,0,"30505050235",,terminal_output +3724,11984596,"TERMINAL",0,0,"1111346",,terminal_output +3725,11985624,"TERMINAL",0,0,"2222457",,terminal_output +3726,11986739,"TERMINAL",0,0,"3333568",,terminal_output +3727,11987891,"TERMINAL",0,0,"4444679",,terminal_output +3728,11988838,"TERMINAL",0,0,"55557840",,terminal_output +3729,11989930,"TERMINAL",0,0,"6666891",,terminal_output +3730,11990945,"TERMINAL",0,0,"777794:002",,terminal_output +3731,11991983,"TERMINAL",0,0,"88881:0013",,terminal_output +3732,11993025,"TERMINAL",0,0,"9999124",,terminal_output +3733,11994123,"TERMINAL",0,0,"407:007:007:00235",,terminal_output +3734,11995133,"TERMINAL",0,0,"1111346",,terminal_output +3735,11996268,"TERMINAL",0,0,"2222457",,terminal_output +3736,11997330,"TERMINAL",0,0,"3333568",,terminal_output +3737,11998316,"TERMINAL",0,0,"4444679",,terminal_output +3738,11999339,"TERMINAL",0,0,"55557850",,terminal_output +3739,12000463,"TERMINAL",0,0,"6666891",,terminal_output +3740,12001490,"TERMINAL",0,0,"77779102",,terminal_output +3741,12002512,"TERMINAL",0,0,"89991124",,terminal_output +3742,12003537,"TERMINAL",0,0,"50101010235",,terminal_output +3743,12004665,"TERMINAL",0,0,"1111346",,terminal_output +3744,12005618,"TERMINAL",0,0,"2222457",,terminal_output +3745,12006712,"TERMINAL",0,0,"3333568",,terminal_output +3746,12007735,"TERMINAL",0,0,"4444679",,terminal_output +3747,12008761,"TERMINAL",0,0,"5555781:00",,terminal_output +3748,12009930,"TERMINAL",0,0,"6666891",,terminal_output +3749,12010911,"TERMINAL",0,0,"77779202",,terminal_output +3750,12011935,"TERMINAL",0,0,"88882013",,terminal_output +3751,12012964,"TERMINAL",0,0,"9999124",,terminal_output +3752,12013975,"TERMINAL",0,0,"6:00202020235",,terminal_output +3753,12015026,"TERMINAL",0,0,"1111346",,terminal_output +3754,12016068,"TERMINAL",0,0,"2222457",,terminal_output +3755,12017114,"TERMINAL",0,0,"3333568",,terminal_output +3756,12018151,"TERMINAL",0,0,"4444679",,terminal_output +3757,12019201,"TERMINAL",0,0,"55557810",,terminal_output +3758,12020235,"TERMINAL",0,0,"6666891",,terminal_output +3759,12021289,"TERMINAL",0,0,"77779302",,terminal_output +3760,12022344,"TERMINAL",0,0,"88883013",,terminal_output +3761,12023406,"TERMINAL",0,0,"9999124",,terminal_output +3762,12024541,"TERMINAL",0,0,"10303030235",,terminal_output +3763,12025467,"TERMINAL",0,0,"1222457",,terminal_output +3764,12026502,"TERMINAL",0,0,"3333568",,terminal_output +3765,12027564,"TERMINAL",0,0,"4444679",,terminal_output +3766,12028589,"TERMINAL",0,0,"55557820",,terminal_output +3767,12029655,"TERMINAL",0,0,"6666891",,terminal_output +3768,12030669,"TERMINAL",0,0,"77779402",,terminal_output +3769,12031725,"TERMINAL",0,0,"88884013",,terminal_output +3770,12032763,"TERMINAL",0,0,"9999124",,terminal_output +3771,12033852,"TERMINAL",0,0,"20404040235",,terminal_output +3772,12034876,"TERMINAL",0,0,"1111346",,terminal_output +3773,12035923,"TERMINAL",0,0,"2222457",,terminal_output +3774,12036923,"TERMINAL",0,0,"3333568",,terminal_output +3775,12037974,"TERMINAL",0,0,"4444679",,terminal_output +3776,12039008,"TERMINAL",0,0,"55557830",,terminal_output +3777,12040154,"TERMINAL",0,0,"6666891",,terminal_output +3778,12041091,"TERMINAL",0,0,"77779502",,terminal_output +3779,12042144,"TERMINAL",0,0,"88885013",,terminal_output +3780,12043180,"TERMINAL",0,0,"9999124",,terminal_output +3781,12044229,"TERMINAL",0,0,"30505050235",,terminal_output +3782,12045272,"TERMINAL",0,0,"1111346",,terminal_output +3783,12046312,"TERMINAL",0,0,"2222457",,terminal_output +3784,12047359,"TERMINAL",0,0,"3333568",,terminal_output +3785,12048402,"TERMINAL",0,0,"4444679",,terminal_output +3786,12049437,"TERMINAL",0,0,"56668941",,terminal_output +3787,12050543,"TERMINAL",0,0,"777795:002",,terminal_output +3788,12051566,"TERMINAL",0,0,"88882:0013",,terminal_output +3789,12052591,"TERMINAL",0,0,"9999124",,terminal_output +3790,12053616,"TERMINAL",0,0,"408:008:008:00235",,terminal_output +3791,12054740,"TERMINAL",0,0,"1111346",,terminal_output +3792,12055767,"TERMINAL",0,0,"2222457",,terminal_output +3793,12056786,"TERMINAL",0,0,"3333568",,terminal_output +3794,12057927,"TERMINAL",0,0,"4444679",,terminal_output +3795,12058940,"TERMINAL",0,0,"55557850",,terminal_output +3796,12059964,"TERMINAL",0,0,"6666891",,terminal_output +3797,12060994,"TERMINAL",0,0,"77779102",,terminal_output +3798,12061994,"TERMINAL",0,0,"88881013",,terminal_output +3799,12063035,"TERMINAL",0,0,"9999124",,terminal_output +3800,12064080,"TERMINAL",0,0,"50101010235",,terminal_output +3801,12065185,"TERMINAL",0,0,"1111346",,terminal_output +3802,12066214,"TERMINAL",0,0,"2222457",,terminal_output +3803,12067232,"TERMINAL",0,0,"3333568",,terminal_output +3804,12068250,"TERMINAL",0,0,"4444679",,terminal_output +3805,12069387,"TERMINAL",0,0,"5555782:00",,terminal_output +3806,12070328,"TERMINAL",0,0,"6666891",,terminal_output +3807,12071375,"TERMINAL",0,0,"77779202",,terminal_output +3808,12072424,"TERMINAL",0,0,"88882013",,terminal_output +3809,12073581,"TERMINAL",0,0,"9202020235",,terminal_output +3810,12074517,"TERMINAL",0,0,"7:01111346",,terminal_output +3811,12075556,"TERMINAL",0,0,"2222457",,terminal_output +3812,12076594,"TERMINAL",0,0,"3333568",,terminal_output +3813,12077641,"TERMINAL",0,0,"4444679",,terminal_output +3814,12078706,"TERMINAL",0,0,"55557810",,terminal_output +3815,12079828,"TERMINAL",0,0,"6666891",,terminal_output +3816,12080778,"TERMINAL",0,0,"77779302",,terminal_output +3817,12081888,"TERMINAL",0,0,"88883013",,terminal_output +3818,12082902,"TERMINAL",0,0,"9999124",,terminal_output +3819,12083911,"TERMINAL",0,0,"10303030235",,terminal_output +3820,12084948,"TERMINAL",0,0,"1111346",,terminal_output +3821,12085991,"TERMINAL",0,0,"2222457",,terminal_output +3822,12087025,"TERMINAL",0,0,"3333568",,terminal_output +3823,12088074,"TERMINAL",0,0,"4444679",,terminal_output +3824,12089122,"TERMINAL",0,0,"55557820",,terminal_output +3825,12090170,"TERMINAL",0,0,"6666891",,terminal_output +3826,12091298,"TERMINAL",0,0,"77779402",,terminal_output +3827,12092343,"TERMINAL",0,0,"88884013",,terminal_output +3828,12093349,"TERMINAL",0,0,"9999124",,terminal_output +3829,12094324,"TERMINAL",0,0,"20404040235",,terminal_output +3830,12095392,"TERMINAL",0,0,"1111346",,terminal_output +3831,12096416,"TERMINAL",0,0,"2222457",,terminal_output +3832,12097450,"TERMINAL",0,0,"3444679",,terminal_output +3833,12098491,"TERMINAL",0,0,"55557830",,terminal_output +3834,12099591,"TERMINAL",0,0,"6666891",,terminal_output +3835,12100574,"TERMINAL",0,0,"77779502",,terminal_output +3836,12101618,"TERMINAL",0,0,"88885013",,terminal_output +3837,12106180,"TERMINAL",0,0,"9999124",,terminal_output +3838,12106222,"TERMINAL",0,0,"305050502351111346Every 1.0s: squeue --mehkn1991.localdomain: Tue Jul 15 19:07:31 2025JOBID PARTITION NAME USER ST\tTIME NODES NODELIST(REASON)3348592 accelerat train_dy tum_cte0 PD\t0:00\t 2 (Priority)3348397 accelerat train_dy tum_cte0 R28:51\t 2 hkn[0810,0815]3348399 accelerat train_dy tum_cte0 R28:51\t 2 hkn[0601,0603]3348400 accelerat train_dy tum_cte0 R28:51\t 2 hkn[0604,0608]3347518 accelerat interact tum_cte0 R 5:42:53\t 1 hkn08053347289 accelerat interact tum_cte0 R 7:35:54\t 2 hkn[0705-0706]3345116 accelerat train_dy tum_cte0 R 1-01:12:36\t 2 hkn[0503,0506]",,terminal_output +3839,12106351,"TERMINAL",0,0,"2222457",,terminal_output +3840,12109294,"TERMINAL",0,0,"33335684444679",,terminal_output +3841,12109451,"TERMINAL",0,0,"56668941",,terminal_output